@adyen/bento-vue2 0.9.1 → 0.9.3
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.types.d.ts +4 -0
- package/dist/@types/components/card/card.vue.d.ts +20 -4
- package/dist/@types/components/checkbox/checkbox.types.d.ts +5 -0
- package/dist/@types/components/checkbox/checkbox.vue.d.ts +15 -5
- package/dist/@types/components/checkbox/components/checkbox-group/checkbox-group.types.d.ts +1 -0
- package/dist/@types/components/checkbox/components/checkbox-group/checkbox-group.vue.d.ts +10 -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 +8 -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 +3 -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 +8 -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 +1058 -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 +21 -3
- package/dist/@types/components/filter-bar/components/date-range-filter/date-range-filter.vue.d.ts +14 -4
- 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 +12 -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 +9 -0
- package/dist/@types/components/filter-bar/filter-bar.vue.d.ts +6 -3
- package/dist/@types/components/header/header.vue.d.ts +3 -3
- package/dist/@types/components/input-field/input-field.types.d.ts +4 -1
- 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/grid-layout/grid-layout.types.d.ts +5 -0
- package/dist/@types/components/internal/grid-layout/grid-layout.vue.d.ts +14 -1
- package/dist/@types/components/internal/grid-layout/index.d.ts +1 -0
- 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 +9 -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 +6 -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/components/radio-button/radio-button.types.d.ts +4 -0
- package/dist/@types/components/radio-group/components/radio-button/radio-button.vue.d.ts +16 -3
- package/dist/@types/components/radio-group/radio-group.types.d.ts +1 -0
- package/dist/@types/components/radio-group/radio-group.vue.d.ts +10 -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 +256 -9
- 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 +8579 -6292
- package/dist/index.js.map +1 -1
- package/dist/web-types.json +278 -63
- 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;
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { BentoTypographyElement, BentoTypographyVariant } from '@/components/typography';
|
|
3
3
|
import { BentoButtonActionsLayout, BentoButtonActionsList } from '@/components/button';
|
|
4
|
-
import { BentoCardBackground } from '@/components/card/card.types';
|
|
4
|
+
import { BentoCardBackground, BentoCardTitleSize } from '@/components/card/card.types';
|
|
5
5
|
declare const _default: import("vue").DefineComponent<{
|
|
6
6
|
background: {
|
|
7
7
|
type: PropType<BentoCardBackground>;
|
|
8
8
|
default: BentoCardBackground;
|
|
9
9
|
};
|
|
10
|
+
titleSize: {
|
|
11
|
+
type: PropType<BentoCardTitleSize>;
|
|
12
|
+
default: BentoCardTitleSize;
|
|
13
|
+
};
|
|
10
14
|
expandable: {
|
|
11
15
|
type: BooleanConstructor;
|
|
12
16
|
default: boolean;
|
|
@@ -53,8 +57,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
53
57
|
}>;
|
|
54
58
|
showCardBody: import("vue").ComputedRef<boolean>;
|
|
55
59
|
showContent: import("vue").Ref<boolean>;
|
|
56
|
-
tabIndex: import("vue").ComputedRef
|
|
60
|
+
tabIndex: import("vue").ComputedRef<-1 | 0>;
|
|
57
61
|
showHeader: import("vue").ComputedRef<boolean>;
|
|
62
|
+
typography: import("vue").ComputedRef<{
|
|
63
|
+
el: BentoTypographyElement;
|
|
64
|
+
variant: BentoTypographyVariant;
|
|
65
|
+
stronger: boolean;
|
|
66
|
+
strongest: boolean;
|
|
67
|
+
wide: boolean;
|
|
68
|
+
}>;
|
|
58
69
|
onClick: () => void;
|
|
59
70
|
toggleExpansion: () => void;
|
|
60
71
|
hasSlot: (name: string) => boolean;
|
|
@@ -65,6 +76,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
65
76
|
type: PropType<BentoCardBackground>;
|
|
66
77
|
default: BentoCardBackground;
|
|
67
78
|
};
|
|
79
|
+
titleSize: {
|
|
80
|
+
type: PropType<BentoCardTitleSize>;
|
|
81
|
+
default: BentoCardTitleSize;
|
|
82
|
+
};
|
|
68
83
|
expandable: {
|
|
69
84
|
type: BooleanConstructor;
|
|
70
85
|
default: boolean;
|
|
@@ -87,10 +102,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
87
102
|
validator: (value: BentoButtonActionsLayout) => boolean;
|
|
88
103
|
};
|
|
89
104
|
}>>, {
|
|
90
|
-
closed: boolean;
|
|
91
|
-
background: BentoCardBackground;
|
|
92
105
|
disabled: boolean;
|
|
106
|
+
background: BentoCardBackground;
|
|
107
|
+
closed: boolean;
|
|
93
108
|
actions: BentoButtonActionsList;
|
|
109
|
+
titleSize: BentoCardTitleSize;
|
|
94
110
|
expandable: boolean;
|
|
95
111
|
actionsLayout: BentoButtonActionsLayout;
|
|
96
112
|
}>;
|
|
@@ -14,6 +14,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
type: BooleanConstructor;
|
|
15
15
|
default: boolean;
|
|
16
16
|
};
|
|
17
|
+
hasError: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
17
21
|
indeterminate: {
|
|
18
22
|
type: BooleanConstructor;
|
|
19
23
|
default: boolean;
|
|
@@ -23,13 +27,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
27
|
default: any;
|
|
24
28
|
};
|
|
25
29
|
}, {
|
|
26
|
-
ariaChecked: import("vue").ComputedRef<
|
|
30
|
+
ariaChecked: import("vue").ComputedRef<(boolean | "true" | "false") | "mixed">;
|
|
27
31
|
computedAriaLabel: import("vue").ComputedRef<string>;
|
|
32
|
+
ariaInvalid: import("vue").ComputedRef<(boolean | "true" | "false") | "grammar" | "spelling">;
|
|
28
33
|
conditionalClass: import("vue").ComputedRef<{
|
|
29
|
-
|
|
34
|
+
[x: string]: boolean;
|
|
30
35
|
}>;
|
|
31
36
|
conditionalClassOutline: import("vue").ComputedRef<{
|
|
32
|
-
|
|
37
|
+
[x: string]: boolean;
|
|
33
38
|
}>;
|
|
34
39
|
defaultSlotValue: boolean;
|
|
35
40
|
descriptionSlotValue: boolean;
|
|
@@ -52,6 +57,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
52
57
|
type: BooleanConstructor;
|
|
53
58
|
default: boolean;
|
|
54
59
|
};
|
|
60
|
+
hasError: {
|
|
61
|
+
type: BooleanConstructor;
|
|
62
|
+
default: boolean;
|
|
63
|
+
};
|
|
55
64
|
indeterminate: {
|
|
56
65
|
type: BooleanConstructor;
|
|
57
66
|
default: boolean;
|
|
@@ -62,9 +71,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
62
71
|
};
|
|
63
72
|
}>>, {
|
|
64
73
|
value: string | number;
|
|
65
|
-
ariaLabel: string;
|
|
66
74
|
disabled: boolean;
|
|
67
|
-
|
|
75
|
+
ariaLabel: string;
|
|
68
76
|
modelValue: BentoCheckboxType;
|
|
77
|
+
hasError: boolean;
|
|
78
|
+
indeterminate: boolean;
|
|
69
79
|
}>;
|
|
70
80
|
export default _default;
|
|
@@ -18,6 +18,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
18
|
type: BooleanConstructor;
|
|
19
19
|
default: boolean;
|
|
20
20
|
};
|
|
21
|
+
hasError: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
21
25
|
label: {
|
|
22
26
|
type: StringConstructor;
|
|
23
27
|
required: true;
|
|
@@ -46,13 +50,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
46
50
|
type: BooleanConstructor;
|
|
47
51
|
default: boolean;
|
|
48
52
|
};
|
|
53
|
+
hasError: {
|
|
54
|
+
type: BooleanConstructor;
|
|
55
|
+
default: boolean;
|
|
56
|
+
};
|
|
49
57
|
label: {
|
|
50
58
|
type: StringConstructor;
|
|
51
59
|
required: true;
|
|
52
60
|
};
|
|
53
61
|
}>>, {
|
|
54
|
-
disabled: boolean;
|
|
55
62
|
variant: BentoCheckboxGroupVariant;
|
|
63
|
+
disabled: boolean;
|
|
64
|
+
hasError: boolean;
|
|
56
65
|
formId: string;
|
|
57
66
|
}>;
|
|
58
67
|
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<{
|
|
@@ -250,6 +250,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
250
250
|
onConfigSettingsUpdate: (isCompactView: boolean) => void;
|
|
251
251
|
onConfigSettingsColumnsUpdate: (newColumns: BentoColumn[]) => void;
|
|
252
252
|
onConfigSettingsColumnUpdate: (updatedColumn: BentoColumn) => void;
|
|
253
|
+
columnsRef: import("vue").Ref<HTMLDivElement>;
|
|
254
|
+
configSettingsButtonStyle: import("vue").ComputedRef<{
|
|
255
|
+
height: string;
|
|
256
|
+
}>;
|
|
253
257
|
BentoDatagridSortDirection: typeof BentoDatagridSortDirection;
|
|
254
258
|
BentoTypographyElement: typeof BentoTypographyElement;
|
|
255
259
|
BentoTypographyVariant: typeof BentoTypographyVariant;
|
|
@@ -375,8 +379,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
375
379
|
type: PropType<Readonly<Partial<{
|
|
376
380
|
ariaLabel: string;
|
|
377
381
|
size: number;
|
|
378
|
-
page: number;
|
|
379
382
|
totalCount: number;
|
|
383
|
+
page: number;
|
|
380
384
|
hasNext: boolean;
|
|
381
385
|
hidePageSize: boolean;
|
|
382
386
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -453,10 +457,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
453
457
|
default: () => any[];
|
|
454
458
|
};
|
|
455
459
|
}>>, {
|
|
460
|
+
filters: import("@/components/filter-bar").BentoFilterBarModel;
|
|
461
|
+
condensed: boolean;
|
|
456
462
|
outline: boolean;
|
|
457
463
|
loading: boolean;
|
|
458
|
-
condensed: boolean;
|
|
459
|
-
filters: import("@/components/filter-bar").BentoFilterBarModel;
|
|
460
464
|
hasResizableColumns: boolean;
|
|
461
465
|
sortBy: BentoDatagridSortByColumn[];
|
|
462
466
|
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;
|
|
@@ -52,6 +52,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
52
52
|
conditionalListboxClasses: import("vue").ComputedRef<{
|
|
53
53
|
'b-dropdown-options-container--small': boolean;
|
|
54
54
|
}>;
|
|
55
|
+
noResultsMessage: import("vue").ComputedRef<string>;
|
|
55
56
|
PopperContainerPosition: {
|
|
56
57
|
AUTO: import("@/components/popper-container").PopperContainerPositionExtended.AUTO;
|
|
57
58
|
AUTO_START: import("@/components/popper-container").PopperContainerPositionExtended.AUTO_START;
|
|
@@ -117,11 +118,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
117
118
|
required: true;
|
|
118
119
|
};
|
|
119
120
|
}>>, {
|
|
120
|
-
ariaLabel: string;
|
|
121
121
|
disabled: boolean;
|
|
122
|
-
|
|
122
|
+
ariaLabel: string;
|
|
123
123
|
isOptionDisabled: BentoListboxIsOptionDisabled;
|
|
124
124
|
searching: boolean;
|
|
125
|
+
multiple: boolean;
|
|
125
126
|
selectedValue: BentoListboxSelectedValue;
|
|
126
127
|
inputSize: BentoDropdownSize;
|
|
127
128
|
}>;
|
|
@@ -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;
|
|
146
|
+
size: import("../../../dropdown.types").BentoDropdownSize;
|
|
149
147
|
dynamicFiltering: boolean;
|
|
150
148
|
showSlotContentInMultiple: boolean;
|
|
149
|
+
optional: boolean;
|
|
150
|
+
placeholder: string;
|
|
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;
|
|
155
|
+
size: import("../../../dropdown.types").BentoDropdownSize;
|
|
158
156
|
dynamicFiltering: boolean;
|
|
159
157
|
showSlotContentInMultiple: boolean;
|
|
158
|
+
optional: boolean;
|
|
159
|
+
placeholder: string;
|
|
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;
|
|
141
|
+
size: import("../../../dropdown.types").BentoDropdownSize;
|
|
144
142
|
dynamicFiltering: boolean;
|
|
145
143
|
showSlotContentInMultiple: boolean;
|
|
144
|
+
optional: boolean;
|
|
145
|
+
placeholder: string;
|
|
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;
|
|
141
|
+
size: import("../../../dropdown.types").BentoDropdownSize;
|
|
144
142
|
dynamicFiltering: boolean;
|
|
145
143
|
showSlotContentInMultiple: boolean;
|
|
144
|
+
optional: boolean;
|
|
145
|
+
placeholder: string;
|
|
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;
|
|
146
|
+
size: import("../../../dropdown.types").BentoDropdownSize;
|
|
149
147
|
dynamicFiltering: boolean;
|
|
150
148
|
showSlotContentInMultiple: boolean;
|
|
149
|
+
optional: boolean;
|
|
150
|
+
placeholder: string;
|
|
151
151
|
}>;
|
|
152
152
|
export default _default;
|
|
@@ -82,6 +82,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
82
82
|
toggleDropdown: () => void;
|
|
83
83
|
onOptionSelected: (selectedValue: BentoListboxSelectedValue) => void;
|
|
84
84
|
BentoTypographyElement: typeof BentoTypographyElement;
|
|
85
|
+
BentoDropdownSize: typeof BentoDropdownSize;
|
|
85
86
|
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, "input"[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
86
87
|
ariaLabel: {
|
|
87
88
|
type: StringConstructor;
|
|
@@ -145,20 +146,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
145
146
|
default: any;
|
|
146
147
|
};
|
|
147
148
|
}>>, {
|
|
148
|
-
required: boolean;
|
|
149
|
-
optional: boolean;
|
|
150
149
|
error: boolean;
|
|
151
150
|
value: BentoListboxSelectedValue;
|
|
151
|
+
description: string;
|
|
152
152
|
label: string;
|
|
153
|
-
|
|
153
|
+
required: boolean;
|
|
154
154
|
disabled: boolean;
|
|
155
|
-
|
|
156
|
-
size: BentoDropdownSize;
|
|
157
|
-
description: string;
|
|
158
|
-
placeholder: string;
|
|
155
|
+
ariaLabel: string;
|
|
159
156
|
items: BentoListboxOptions;
|
|
160
157
|
isOptionDisabled: BentoListboxIsOptionDisabled;
|
|
158
|
+
multiple: boolean;
|
|
159
|
+
size: BentoDropdownSize;
|
|
161
160
|
dynamicFiltering: boolean;
|
|
162
161
|
showSlotContentInMultiple: boolean;
|
|
162
|
+
optional: boolean;
|
|
163
|
+
placeholder: string;
|
|
163
164
|
}>;
|
|
164
165
|
export default _default;
|