2020-12-24 01:28:38 +03:00
|
|
|
<akaunting-item-button
|
|
|
|
placeholder="{{ trans('general.placeholder.item_search') }}"
|
|
|
|
no-data-text="{{ trans('general.no_data') }}"
|
|
|
|
no-matching-data-text="{{ trans('general.no_matching_data') }}"
|
|
|
|
type="{{ $type }}"
|
|
|
|
price="{{ $price }}"
|
2020-12-29 14:12:57 +03:00
|
|
|
:dynamic-currency="currency"
|
2020-12-24 01:28:38 +03:00
|
|
|
:items="{{ json_encode($items) }}"
|
2021-07-27 17:56:35 +03:00
|
|
|
:search-char-limit="{{ $searchCharLimit }}"
|
2020-12-24 01:28:38 +03:00
|
|
|
@item="onSelectedItem($event)"
|
2021-01-22 16:01:48 +03:00
|
|
|
add-item-text="{{ trans('general.form.add_an', ['field' => trans_choice('general.items', 1)]) }}"
|
2022-06-07 17:25:12 +03:00
|
|
|
create-new-item-text="{{ trans('general.title.new', ['type' => trans_choice('general.items', 1)]) }}"
|
2020-12-24 01:28:38 +03:00
|
|
|
></akaunting-item-button>
|