@adyen/bento-vue2 0.9.0 → 0.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@types/components/avatar-image/avatar-image.vue.d.ts +2 -2
- package/dist/@types/components/button/button.vue.d.ts +6 -6
- package/dist/@types/components/button/components/loading-button/loading-button.vue.d.ts +2 -2
- package/dist/@types/components/card/card.vue.d.ts +3 -3
- package/dist/@types/components/checkbox/checkbox.vue.d.ts +3 -3
- package/dist/@types/components/checkbox/components/checkbox-group/checkbox-group.vue.d.ts +1 -1
- package/dist/@types/components/country/composables/useCountryCapital/useCountryCapital.d.ts +1 -2
- package/dist/@types/components/country/composables/useCountryName/useCountryName.d.ts +1 -1
- package/dist/@types/components/country/country.vue.d.ts +1 -1
- package/dist/@types/components/data-grid/data-grid.vue.d.ts +4 -4
- package/dist/@types/components/date/date.vue.d.ts +2 -2
- package/dist/@types/components/date-picker/components/date-picker-calendar/components/date-picker-calendar-day/__test__/date-picker-calendar-day-stub.vue.d.ts +1 -1
- package/dist/@types/components/date-picker/components/date-picker-calendar/components/date-picker-calendar-day/date-picker-calendar-day.vue.d.ts +1 -1
- package/dist/@types/components/date-picker/date-picker.vue.d.ts +6 -6
- package/dist/@types/components/dropdown/components/dropdown-base-textbox/dropdown-base-textbox.vue.d.ts +3 -3
- package/dist/@types/components/dropdown/components/dropdown-default-textbox/dropdown-default-textbox.vue.d.ts +3 -3
- package/dist/@types/components/dropdown/components/dropdown-options-container/dropdown-options-container.vue.d.ts +2 -2
- package/dist/@types/components/dropdown/components/dropdown-small-textbox/dropdown-small-textbox.vue.d.ts +2 -2
- package/dist/@types/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue.d.ts +7 -7
- package/dist/@types/components/dropdown/components/variants/dropdown-country/dropdown-country.vue.d.ts +8 -8
- package/dist/@types/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue.d.ts +7 -7
- package/dist/@types/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue.d.ts +7 -7
- package/dist/@types/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue.d.ts +7 -7
- package/dist/@types/components/dropdown/dropdown.vue.d.ts +7 -7
- package/dist/@types/components/filter-bar/components/all-filters-modal/all-filters-modal.types.d.ts +3 -0
- package/dist/@types/components/filter-bar/components/all-filters-modal/all-filters-modal.vue.d.ts +1055 -0
- package/dist/@types/components/filter-bar/components/base-filter/base-filter.vue.d.ts +9 -0
- package/dist/@types/components/filter-bar/components/base-filter-button/base-filter-button.vue.d.ts +9 -0
- package/dist/@types/components/filter-bar/components/boolean-filter/boolean-filter.vue.d.ts +15 -2
- package/dist/@types/components/filter-bar/components/date-filter/date-filter.vue.d.ts +11 -3
- package/dist/@types/components/filter-bar/components/date-range-filter/date-range-filter.vue.d.ts +11 -3
- package/dist/@types/components/filter-bar/components/index.d.ts +12 -0
- package/dist/@types/components/filter-bar/components/input-filter/input-filter.vue.d.ts +15 -1
- package/dist/@types/components/filter-bar/components/range-filter/range-filter.vue.d.ts +14 -1
- package/dist/@types/components/filter-bar/components/select-filter/select-filter.vue.d.ts +11 -2
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-avatar-filter/select-avatar-filter.vue.d.ts +12 -2
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue.d.ts +14 -4
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-currency-filter/select-currency-filter.vue.d.ts +12 -2
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-payment-method-filter/select-payment-method-filter.vue.d.ts +12 -2
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-tag-filter/select-tag-filter.vue.d.ts +14 -4
- package/dist/@types/components/filter-bar/filter-bar.types.d.ts +5 -0
- package/dist/@types/components/filter-bar/filter-bar.vue.d.ts +3 -2
- package/dist/@types/components/header/header.vue.d.ts +3 -3
- package/dist/@types/components/input-field/input-field.vue.d.ts +4 -4
- package/dist/@types/components/internal/base-button/base-button.vue.d.ts +4 -4
- package/dist/@types/components/internal/copy/copy.types.d.ts +5 -0
- package/dist/@types/components/internal/copy/copy.vue.d.ts +1 -1
- package/dist/@types/components/internal/listbox/components/listbox-multi-select/listbox-multi-select.vue.d.ts +1 -1
- package/dist/@types/components/internal/listbox/components/listbox-single-select-option/listbox-single-select-option.vue.d.ts +1 -1
- package/dist/@types/components/internal/listbox/listbox.vue.d.ts +1 -1
- package/dist/@types/components/loading-indicator/loading-indicator.vue.d.ts +1 -1
- package/dist/@types/components/menu/components/menu-item/menu-item.vue.d.ts +2 -2
- package/dist/@types/components/menu/menu.vue.d.ts +1 -1
- package/dist/@types/components/modal/components/base-modal/__mocks__/base-modal.vue.d.ts +123 -0
- package/dist/@types/components/modal/components/base-modal/base-modal.vue.d.ts +1 -1
- package/dist/@types/components/modal/components/modal-dialog/modal-dialog.vue.d.ts +2 -2
- package/dist/@types/components/modal/modal.vue.d.ts +1 -1
- package/dist/@types/components/pagination/pagination.vue.d.ts +1 -1
- package/dist/@types/components/popover/popover.vue.d.ts +3 -3
- package/dist/@types/components/popper-container/popper-container.vue.d.ts +2 -2
- package/dist/@types/components/radio-group/radio-group.vue.d.ts +1 -1
- package/dist/@types/components/search-bar/search-bar.types.d.ts +11 -0
- package/dist/@types/components/search-bar/search-bar.vue.d.ts +8 -6
- package/dist/@types/components/textarea/textarea.vue.d.ts +1 -1
- package/dist/@types/components/toggle/toggle.vue.d.ts +1 -1
- package/dist/@types/components/tooltip/tooltip.vue.d.ts +254 -7
- package/dist/@types/components/typography/typography.vue.d.ts +2 -2
- package/dist/@types/directives/tooltip/tooltip.d.ts +9 -2
- package/dist/@types/types/elements.d.ts +2 -3
- package/dist/@types/{components/focus-trap → utils/ts}/focus-trap.utils.d.ts +1 -1
- package/dist/@types/utils/ts/i18n.d.ts +12 -1
- package/dist/@types/utils/ts/toastController.d.ts +0 -1
- package/dist/index.js +6100 -4269
- package/dist/index.js.map +1 -1
- package/dist/web-types.json +232 -68
- package/package.json +3 -4
- package/dist/@types/components/filter-bar/components/date-filter/date-filter.types.d.ts +0 -3
- package/dist/@types/components/filter-bar/components/date-range-filter/date-range-filter.types.d.ts +0 -3
|
@@ -47,9 +47,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
47
47
|
validator: (value: BentoAvatarImageColor) => boolean;
|
|
48
48
|
};
|
|
49
49
|
}>>, {
|
|
50
|
-
color: BentoAvatarImageColor;
|
|
51
|
-
src: string;
|
|
52
50
|
variant: BentoAvatarImageVariant;
|
|
51
|
+
src: string;
|
|
53
52
|
username: string;
|
|
53
|
+
color: BentoAvatarImageColor;
|
|
54
54
|
}>;
|
|
55
55
|
export default _default;
|
|
@@ -12,7 +12,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12
12
|
default: boolean;
|
|
13
13
|
};
|
|
14
14
|
type: {
|
|
15
|
-
type: PropType<"button" | "
|
|
15
|
+
type: PropType<"button" | "submit" | "reset">;
|
|
16
16
|
default: string;
|
|
17
17
|
};
|
|
18
18
|
condensed: {
|
|
@@ -36,7 +36,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
36
36
|
}>;
|
|
37
37
|
onClickButton: (e: MouseEvent) => void;
|
|
38
38
|
hasSlot: (name: string) => boolean;
|
|
39
|
-
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("
|
|
39
|
+
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("click" | "blur" | "focus" | "keydown.esc")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
40
40
|
disabled: {
|
|
41
41
|
type: BooleanConstructor;
|
|
42
42
|
default: boolean;
|
|
@@ -46,7 +46,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
46
46
|
default: boolean;
|
|
47
47
|
};
|
|
48
48
|
type: {
|
|
49
|
-
type: PropType<"button" | "
|
|
49
|
+
type: PropType<"button" | "submit" | "reset">;
|
|
50
50
|
default: string;
|
|
51
51
|
};
|
|
52
52
|
condensed: {
|
|
@@ -59,10 +59,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
59
59
|
validator: (value: BentoButtonVariant) => boolean;
|
|
60
60
|
};
|
|
61
61
|
}>>, {
|
|
62
|
-
type: "button" | "
|
|
63
|
-
disabled: boolean;
|
|
64
|
-
condensed: boolean;
|
|
62
|
+
type: "button" | "submit" | "reset";
|
|
65
63
|
critical: boolean;
|
|
64
|
+
condensed: boolean;
|
|
66
65
|
variant: BentoButtonVariant;
|
|
66
|
+
disabled: boolean;
|
|
67
67
|
}>;
|
|
68
68
|
export default _default;
|
|
@@ -47,9 +47,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
47
47
|
validator: (value: BentoButtonVariant) => boolean;
|
|
48
48
|
};
|
|
49
49
|
}>>, {
|
|
50
|
-
state: BentoLoadingButtonState;
|
|
51
|
-
disabled: boolean;
|
|
52
50
|
condensed: boolean;
|
|
53
51
|
variant: BentoButtonVariant;
|
|
52
|
+
disabled: boolean;
|
|
53
|
+
state: BentoLoadingButtonState;
|
|
54
54
|
}>;
|
|
55
55
|
export default _default;
|
|
@@ -53,7 +53,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
53
53
|
}>;
|
|
54
54
|
showCardBody: import("vue").ComputedRef<boolean>;
|
|
55
55
|
showContent: import("vue").Ref<boolean>;
|
|
56
|
-
tabIndex: import("vue").ComputedRef
|
|
56
|
+
tabIndex: import("vue").ComputedRef<-1 | 0>;
|
|
57
57
|
showHeader: import("vue").ComputedRef<boolean>;
|
|
58
58
|
onClick: () => void;
|
|
59
59
|
toggleExpansion: () => void;
|
|
@@ -87,9 +87,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
87
87
|
validator: (value: BentoButtonActionsLayout) => boolean;
|
|
88
88
|
};
|
|
89
89
|
}>>, {
|
|
90
|
-
closed: boolean;
|
|
91
|
-
background: BentoCardBackground;
|
|
92
90
|
disabled: boolean;
|
|
91
|
+
background: BentoCardBackground;
|
|
92
|
+
closed: boolean;
|
|
93
93
|
actions: BentoButtonActionsList;
|
|
94
94
|
expandable: boolean;
|
|
95
95
|
actionsLayout: BentoButtonActionsLayout;
|
|
@@ -23,7 +23,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
23
|
default: any;
|
|
24
24
|
};
|
|
25
25
|
}, {
|
|
26
|
-
ariaChecked: import("vue").ComputedRef<
|
|
26
|
+
ariaChecked: import("vue").ComputedRef<(boolean | "true" | "false") | "mixed">;
|
|
27
27
|
computedAriaLabel: import("vue").ComputedRef<string>;
|
|
28
28
|
conditionalClass: import("vue").ComputedRef<{
|
|
29
29
|
'b-checkbox--disabled': boolean;
|
|
@@ -62,9 +62,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
62
62
|
};
|
|
63
63
|
}>>, {
|
|
64
64
|
value: string | number;
|
|
65
|
-
ariaLabel: string;
|
|
66
65
|
disabled: boolean;
|
|
67
|
-
|
|
66
|
+
ariaLabel: string;
|
|
68
67
|
modelValue: BentoCheckboxType;
|
|
68
|
+
indeterminate: boolean;
|
|
69
69
|
}>;
|
|
70
70
|
export default _default;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { MaybeRef } from '@/types';
|
|
2
|
-
|
|
3
|
-
export declare const useCountryCapital: (code: MaybeRef<string>, locale: MaybeRef<string>, useFallback?: boolean) => import("vue").ComputedRef<VueI18n.TranslateResult>;
|
|
2
|
+
export declare const useCountryCapital: (code: MaybeRef<string>, locale: MaybeRef<string>, useFallback?: boolean) => import("vue").ComputedRef<any>;
|
|
4
3
|
export default useCountryCapital;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { MaybeRef } from '@/types';
|
|
2
|
-
export declare const useCountryName: (code: MaybeRef<string>, locale: MaybeRef<string>, useFallback?: boolean) => import("vue").ComputedRef<
|
|
2
|
+
export declare const useCountryName: (code: MaybeRef<string>, locale: MaybeRef<string>, useFallback?: boolean) => import("vue").ComputedRef<any>;
|
|
@@ -17,7 +17,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17
17
|
};
|
|
18
18
|
}, {
|
|
19
19
|
flagIconSrc: import("vue").Ref<string>;
|
|
20
|
-
countryName: import("vue").ComputedRef<
|
|
20
|
+
countryName: import("vue").ComputedRef<any>;
|
|
21
21
|
countryLabel: import("vue").Ref<any>;
|
|
22
22
|
BentoTypographyElement: typeof BentoTypographyElement;
|
|
23
23
|
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -58,8 +58,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
58
58
|
type: PropType<Readonly<Partial<{
|
|
59
59
|
ariaLabel: string;
|
|
60
60
|
size: number;
|
|
61
|
-
page: number;
|
|
62
61
|
totalCount: number;
|
|
62
|
+
page: number;
|
|
63
63
|
hasNext: boolean;
|
|
64
64
|
hidePageSize: boolean;
|
|
65
65
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -375,8 +375,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
375
375
|
type: PropType<Readonly<Partial<{
|
|
376
376
|
ariaLabel: string;
|
|
377
377
|
size: number;
|
|
378
|
-
page: number;
|
|
379
378
|
totalCount: number;
|
|
379
|
+
page: number;
|
|
380
380
|
hasNext: boolean;
|
|
381
381
|
hidePageSize: boolean;
|
|
382
382
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -453,10 +453,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
453
453
|
default: () => any[];
|
|
454
454
|
};
|
|
455
455
|
}>>, {
|
|
456
|
+
filters: import("@/components/filter-bar").BentoFilterBarModel;
|
|
457
|
+
condensed: boolean;
|
|
456
458
|
outline: boolean;
|
|
457
459
|
loading: boolean;
|
|
458
|
-
condensed: boolean;
|
|
459
|
-
filters: import("@/components/filter-bar").BentoFilterBarModel;
|
|
460
460
|
hasResizableColumns: boolean;
|
|
461
461
|
sortBy: BentoDatagridSortByColumn[];
|
|
462
462
|
allowRowClicks: boolean;
|
|
@@ -3,7 +3,7 @@ import { BentoDateFormat } from '@/components/date/date.types';
|
|
|
3
3
|
import { BentoTypographyElement, BentoTypographyVariant } from '@/components/typography';
|
|
4
4
|
declare const _default: import("vue").DefineComponent<{
|
|
5
5
|
date: {
|
|
6
|
-
type: (
|
|
6
|
+
type: (DateConstructor | StringConstructor | NumberConstructor)[];
|
|
7
7
|
default: any;
|
|
8
8
|
};
|
|
9
9
|
format: {
|
|
@@ -16,7 +16,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16
16
|
BentoTypographyElement: typeof BentoTypographyElement;
|
|
17
17
|
}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
18
18
|
date: {
|
|
19
|
-
type: (
|
|
19
|
+
type: (DateConstructor | StringConstructor | NumberConstructor)[];
|
|
20
20
|
default: any;
|
|
21
21
|
};
|
|
22
22
|
format: {
|
|
@@ -38,8 +38,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
38
38
|
validator: (value: import("../date-picker-calendar-day.types").DatePickerCalendarDayVariant) => boolean;
|
|
39
39
|
};
|
|
40
40
|
}>>, {
|
|
41
|
+
variant: import("../date-picker-calendar-day.types").DatePickerCalendarDayVariant;
|
|
41
42
|
disabled: boolean;
|
|
42
43
|
selected: boolean;
|
|
43
|
-
variant: import("../date-picker-calendar-day.types").DatePickerCalendarDayVariant;
|
|
44
44
|
}>;
|
|
45
45
|
export default _default;
|
|
@@ -45,8 +45,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
45
45
|
validator: (value: DatePickerCalendarDayVariant) => boolean;
|
|
46
46
|
};
|
|
47
47
|
}>>, {
|
|
48
|
+
variant: DatePickerCalendarDayVariant;
|
|
48
49
|
disabled: boolean;
|
|
49
50
|
selected: boolean;
|
|
50
|
-
variant: DatePickerCalendarDayVariant;
|
|
51
51
|
}>;
|
|
52
52
|
export default _default;
|
|
@@ -56,11 +56,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
56
56
|
isDateIncorrect: Ref<boolean>;
|
|
57
57
|
isDatePickerOpen: Ref<boolean>;
|
|
58
58
|
labelId: string;
|
|
59
|
-
popoverAriaLabel: import("vue").ComputedRef<
|
|
59
|
+
popoverAriaLabel: import("vue").ComputedRef<any>;
|
|
60
60
|
popoverConditionalClasses: import("vue").ComputedRef<{
|
|
61
61
|
'b-date-picker__container-range': boolean;
|
|
62
62
|
}>;
|
|
63
|
-
supportDescriptionText: import("vue").ComputedRef<
|
|
63
|
+
supportDescriptionText: import("vue").ComputedRef<any>;
|
|
64
64
|
textInputDisplayValue: Ref<string> | DatePickerCalendarPaneRangeFormData;
|
|
65
65
|
BentoTypographyElement: typeof BentoTypographyElement;
|
|
66
66
|
BentoTypographyVariant: typeof BentoTypographyVariant;
|
|
@@ -136,13 +136,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
136
136
|
validator: (value: BentoDatePickerVariant) => boolean;
|
|
137
137
|
};
|
|
138
138
|
}>>, {
|
|
139
|
-
required: boolean;
|
|
140
|
-
optional: boolean;
|
|
141
139
|
value: BentoDatePickerValue;
|
|
142
|
-
label: string;
|
|
143
|
-
disabled: boolean;
|
|
144
140
|
description: string;
|
|
141
|
+
label: string;
|
|
145
142
|
variant: BentoDatePickerVariant;
|
|
143
|
+
required: boolean;
|
|
144
|
+
disabled: boolean;
|
|
145
|
+
optional: boolean;
|
|
146
146
|
firstDayOfWeek: BentoDatePickerFirstDayOfWeek;
|
|
147
147
|
isDateDisabled: BentoDatePickerIsDateDisabled;
|
|
148
148
|
numberOfMonths: number;
|
|
@@ -80,7 +80,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
80
80
|
onInputEvent: (event: Event) => void;
|
|
81
81
|
onSpaceBar: (event: Event) => void;
|
|
82
82
|
hasSlot: (name: string) => boolean;
|
|
83
|
-
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("input" | "
|
|
83
|
+
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("input" | "close" | "clear" | "open")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
84
84
|
additionalItemsSelected: {
|
|
85
85
|
type: NumberConstructor;
|
|
86
86
|
default: number;
|
|
@@ -142,11 +142,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
142
142
|
default: boolean;
|
|
143
143
|
};
|
|
144
144
|
}>>, {
|
|
145
|
-
open: boolean;
|
|
146
145
|
value: string;
|
|
147
|
-
ariaLabel: string;
|
|
148
146
|
disabled: boolean;
|
|
147
|
+
ariaLabel: string;
|
|
149
148
|
multiple: boolean;
|
|
149
|
+
open: boolean;
|
|
150
150
|
additionalItemsSelected: number;
|
|
151
151
|
ariaLabelledby: string;
|
|
152
152
|
debounceTime: number;
|
|
@@ -67,7 +67,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
67
67
|
[x: string]: boolean;
|
|
68
68
|
}>;
|
|
69
69
|
isDropdownOpen: import("vue").ComputedRef<boolean>;
|
|
70
|
-
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("input" | "
|
|
70
|
+
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("input" | "close" | "clear" | "open")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
71
71
|
additionalItemsSelected: {
|
|
72
72
|
type: NumberConstructor;
|
|
73
73
|
default: number;
|
|
@@ -129,11 +129,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
129
129
|
default: boolean;
|
|
130
130
|
};
|
|
131
131
|
}>>, {
|
|
132
|
-
open: boolean;
|
|
133
132
|
value: string;
|
|
134
|
-
ariaLabel: string;
|
|
135
133
|
disabled: boolean;
|
|
134
|
+
ariaLabel: string;
|
|
136
135
|
multiple: boolean;
|
|
136
|
+
open: boolean;
|
|
137
137
|
additionalItemsSelected: number;
|
|
138
138
|
ariaLabelledby: string;
|
|
139
139
|
debounceTime: number;
|
|
@@ -117,11 +117,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
117
117
|
required: true;
|
|
118
118
|
};
|
|
119
119
|
}>>, {
|
|
120
|
-
ariaLabel: string;
|
|
121
120
|
disabled: boolean;
|
|
122
|
-
|
|
121
|
+
ariaLabel: string;
|
|
123
122
|
isOptionDisabled: BentoListboxIsOptionDisabled;
|
|
124
123
|
searching: boolean;
|
|
124
|
+
multiple: boolean;
|
|
125
125
|
selectedValue: BentoListboxSelectedValue;
|
|
126
126
|
inputSize: BentoDropdownSize;
|
|
127
127
|
}>;
|
|
@@ -104,10 +104,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
104
104
|
default: string;
|
|
105
105
|
};
|
|
106
106
|
}>>, {
|
|
107
|
-
open: boolean;
|
|
108
107
|
value: string;
|
|
109
|
-
ariaLabel: string;
|
|
110
108
|
disabled: boolean;
|
|
109
|
+
ariaLabel: string;
|
|
110
|
+
open: boolean;
|
|
111
111
|
additionalItemsSelected: number;
|
|
112
112
|
ariaLabelledby: string;
|
|
113
113
|
debounceTime: number;
|
package/dist/@types/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue.d.ts
CHANGED
|
@@ -133,20 +133,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
133
133
|
default: any;
|
|
134
134
|
};
|
|
135
135
|
}>>, {
|
|
136
|
-
required: boolean;
|
|
137
|
-
optional: boolean;
|
|
138
136
|
error: boolean;
|
|
139
137
|
value: BentoListboxSelectedValue;
|
|
138
|
+
description: string;
|
|
140
139
|
label: string;
|
|
141
|
-
|
|
140
|
+
required: boolean;
|
|
142
141
|
disabled: boolean;
|
|
143
|
-
|
|
144
|
-
size: import("../../../dropdown.types").BentoDropdownSize;
|
|
145
|
-
description: string;
|
|
146
|
-
placeholder: string;
|
|
142
|
+
ariaLabel: string;
|
|
147
143
|
items: BentoAvatarListboxOptions;
|
|
148
144
|
isOptionDisabled: import("@/types").BentoListboxIsOptionDisabled;
|
|
145
|
+
multiple: boolean;
|
|
149
146
|
dynamicFiltering: boolean;
|
|
150
147
|
showSlotContentInMultiple: boolean;
|
|
148
|
+
optional: boolean;
|
|
149
|
+
placeholder: string;
|
|
150
|
+
size: import("../../../dropdown.types").BentoDropdownSize;
|
|
151
151
|
}>;
|
|
152
152
|
export default _default;
|
|
@@ -141,21 +141,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
141
141
|
default: any;
|
|
142
142
|
};
|
|
143
143
|
}>>, {
|
|
144
|
-
required: boolean;
|
|
145
|
-
optional: boolean;
|
|
146
144
|
error: boolean;
|
|
147
145
|
value: BentoListboxSelectedValue;
|
|
148
|
-
label: string;
|
|
149
|
-
ariaLabel: string;
|
|
150
|
-
disabled: boolean;
|
|
151
|
-
multiple: boolean;
|
|
152
|
-
size: import("../../../dropdown.types").BentoDropdownSize;
|
|
153
146
|
description: string;
|
|
154
|
-
|
|
147
|
+
label: string;
|
|
155
148
|
variant: BentoCountryVariant;
|
|
149
|
+
required: boolean;
|
|
150
|
+
disabled: boolean;
|
|
151
|
+
ariaLabel: string;
|
|
156
152
|
items: BentoCountryListboxOptions;
|
|
157
153
|
isOptionDisabled: import("@/types").BentoListboxIsOptionDisabled;
|
|
154
|
+
multiple: boolean;
|
|
158
155
|
dynamicFiltering: boolean;
|
|
159
156
|
showSlotContentInMultiple: boolean;
|
|
157
|
+
optional: boolean;
|
|
158
|
+
placeholder: string;
|
|
159
|
+
size: import("../../../dropdown.types").BentoDropdownSize;
|
|
160
160
|
}>;
|
|
161
161
|
export default _default;
|
|
@@ -128,20 +128,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
128
128
|
default: any;
|
|
129
129
|
};
|
|
130
130
|
}>>, {
|
|
131
|
-
required: boolean;
|
|
132
|
-
optional: boolean;
|
|
133
131
|
error: boolean;
|
|
134
132
|
value: BentoListboxSelectedValue;
|
|
133
|
+
description: string;
|
|
135
134
|
label: string;
|
|
136
|
-
|
|
135
|
+
required: boolean;
|
|
137
136
|
disabled: boolean;
|
|
138
|
-
|
|
139
|
-
size: import("../../../dropdown.types").BentoDropdownSize;
|
|
140
|
-
description: string;
|
|
141
|
-
placeholder: string;
|
|
137
|
+
ariaLabel: string;
|
|
142
138
|
items: BentoCurrencyListboxOptions;
|
|
143
139
|
isOptionDisabled: import("@/types").BentoListboxIsOptionDisabled;
|
|
140
|
+
multiple: boolean;
|
|
144
141
|
dynamicFiltering: boolean;
|
|
145
142
|
showSlotContentInMultiple: boolean;
|
|
143
|
+
optional: boolean;
|
|
144
|
+
placeholder: string;
|
|
145
|
+
size: import("../../../dropdown.types").BentoDropdownSize;
|
|
146
146
|
}>;
|
|
147
147
|
export default _default;
|
|
@@ -128,20 +128,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
128
128
|
default: any;
|
|
129
129
|
};
|
|
130
130
|
}>>, {
|
|
131
|
-
required: boolean;
|
|
132
|
-
optional: boolean;
|
|
133
131
|
error: boolean;
|
|
134
132
|
value: BentoListboxSelectedValue;
|
|
133
|
+
description: string;
|
|
135
134
|
label: string;
|
|
136
|
-
|
|
135
|
+
required: boolean;
|
|
137
136
|
disabled: boolean;
|
|
138
|
-
|
|
139
|
-
size: import("../../../dropdown.types").BentoDropdownSize;
|
|
140
|
-
description: string;
|
|
141
|
-
placeholder: string;
|
|
137
|
+
ariaLabel: string;
|
|
142
138
|
items: BentoPaymentMethodListboxOptions;
|
|
143
139
|
isOptionDisabled: import("@/types").BentoListboxIsOptionDisabled;
|
|
140
|
+
multiple: boolean;
|
|
144
141
|
dynamicFiltering: boolean;
|
|
145
142
|
showSlotContentInMultiple: boolean;
|
|
143
|
+
optional: boolean;
|
|
144
|
+
placeholder: string;
|
|
145
|
+
size: import("../../../dropdown.types").BentoDropdownSize;
|
|
146
146
|
}>;
|
|
147
147
|
export default _default;
|
package/dist/@types/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue.d.ts
CHANGED
|
@@ -133,20 +133,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
133
133
|
default: any;
|
|
134
134
|
};
|
|
135
135
|
}>>, {
|
|
136
|
-
required: boolean;
|
|
137
|
-
optional: boolean;
|
|
138
136
|
error: boolean;
|
|
139
137
|
value: BentoListboxSelectedValue;
|
|
138
|
+
description: string;
|
|
140
139
|
label: string;
|
|
141
|
-
|
|
140
|
+
required: boolean;
|
|
142
141
|
disabled: boolean;
|
|
143
|
-
|
|
144
|
-
size: import("../../../dropdown.types").BentoDropdownSize;
|
|
145
|
-
description: string;
|
|
146
|
-
placeholder: string;
|
|
142
|
+
ariaLabel: string;
|
|
147
143
|
items: BentoTagListboxOptions;
|
|
148
144
|
isOptionDisabled: import("../../../../../types").BentoListboxIsOptionDisabled;
|
|
145
|
+
multiple: boolean;
|
|
149
146
|
dynamicFiltering: boolean;
|
|
150
147
|
showSlotContentInMultiple: boolean;
|
|
148
|
+
optional: boolean;
|
|
149
|
+
placeholder: string;
|
|
150
|
+
size: import("../../../dropdown.types").BentoDropdownSize;
|
|
151
151
|
}>;
|
|
152
152
|
export default _default;
|
|
@@ -145,20 +145,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
145
145
|
default: any;
|
|
146
146
|
};
|
|
147
147
|
}>>, {
|
|
148
|
-
required: boolean;
|
|
149
|
-
optional: boolean;
|
|
150
148
|
error: boolean;
|
|
151
149
|
value: BentoListboxSelectedValue;
|
|
150
|
+
description: string;
|
|
152
151
|
label: string;
|
|
153
|
-
|
|
152
|
+
required: boolean;
|
|
154
153
|
disabled: boolean;
|
|
155
|
-
|
|
156
|
-
size: BentoDropdownSize;
|
|
157
|
-
description: string;
|
|
158
|
-
placeholder: string;
|
|
154
|
+
ariaLabel: string;
|
|
159
155
|
items: BentoListboxOptions;
|
|
160
156
|
isOptionDisabled: BentoListboxIsOptionDisabled;
|
|
157
|
+
multiple: boolean;
|
|
161
158
|
dynamicFiltering: boolean;
|
|
162
159
|
showSlotContentInMultiple: boolean;
|
|
160
|
+
optional: boolean;
|
|
161
|
+
placeholder: string;
|
|
162
|
+
size: BentoDropdownSize;
|
|
163
163
|
}>;
|
|
164
164
|
export default _default;
|