@adyen/bento-vue2 1.7.0 → 1.8.0
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.d.ts +2 -0
- package/dist/@types/packages/core/src/components/button/button.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/action-bar/action-bar.vue.d.ts +11 -0
- package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.vue.d.ts +7 -2
- package/dist/@types/packages/vue2/src/components/button/components/loading-button/loading-button.vue.d.ts +28 -18
- package/dist/@types/packages/vue2/src/components/checkbox/checkbox.vue.d.ts +25 -0
- package/dist/@types/packages/vue2/src/components/data-grid/data-grid.vue.d.ts +13 -1
- package/dist/@types/packages/vue2/src/components/date-picker/date-picker.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/date-range-picker/components/date-range-picker-calendar/date-range-picker-calendar.types.d.ts +6 -2
- package/dist/@types/packages/vue2/src/components/date-range-picker/components/date-range-picker-calendar/date-range-picker-calendar.vue.d.ts +153 -12
- package/dist/@types/packages/vue2/src/components/date-range-picker/date-range-picker.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/date-range-picker/date-range-picker.vue.d.ts +18 -0
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-options-container/dropdown-options-container.vue.d.ts +320 -21
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/dropdown/dropdown.vue.d.ts +12 -3
- package/dist/@types/packages/vue2/src/components/filter-bar/components/all-filters-modal/all-filters-modal.vue.d.ts +30 -24
- package/dist/@types/packages/vue2/src/components/filter-bar/components/date-range-filter/date-range-filter.vue.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/input-field/input-field.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/internal/calendar/calendar.types.d.ts +12 -0
- package/dist/@types/packages/vue2/src/components/internal/calendar/calendar.vue.d.ts +11 -1
- package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/composables/granular-min-max-date.d.ts +2 -0
- package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/composables/granular-min-max-date.types.d.ts +13 -0
- package/dist/@types/packages/vue2/src/components/internal/calendar/composables/use-granularity-adjustments.d.ts +2 -0
- package/dist/@types/packages/vue2/src/components/internal/calendar/composables/use-granularity-adjustments.types.d.ts +14 -0
- package/dist/@types/packages/vue2/src/components/internal/calendar/composables/use-granularity-memory.d.ts +2 -0
- package/dist/@types/packages/vue2/src/components/internal/calendar/composables/use-granularity-memory.types.d.ts +22 -0
- package/dist/@types/packages/vue2/src/components/internal/controls-group/controls-group.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/internal/field-label/field-label.vue.d.ts +48 -0
- package/dist/@types/packages/vue2/src/components/internal/field-label/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/internal/grid-layout/grid-layout.vue.d.ts +11 -0
- package/dist/@types/packages/vue2/src/components/internal/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/modal/components/base-modal/base-modal.vue.d.ts +2 -1
- package/dist/@types/packages/vue2/src/components/popover/popover.keys.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/popover/popover.vue.d.ts +16 -22
- package/dist/@types/packages/vue2/src/components/structured-list/components/structered-list-item/structured-list-item.vue.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/structured-list/structured-list.keys.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/structured-list/structured-list.vue.d.ts +20 -1
- package/dist/@types/packages/vue2/src/components/summary-grid/summary-grid.types.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/textarea/textarea.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/timeline/components/timeline-item/timeline-item.vue.d.ts +19 -2
- package/dist/@types/packages/vue2/src/components/timeline/timeline.types.d.ts +4 -2
- package/dist/@types/packages/vue2/src/components/timeline/timeline.vue.d.ts +18 -2
- package/dist/@types/packages/vue2/src/index.d.ts +1 -0
- package/dist/accordion.js +1 -1
- package/dist/action-bar.js +112 -93
- package/dist/action-bar.js.map +1 -1
- package/dist/alert.js +1 -1
- package/dist/assets/base-modal.css +1 -1
- package/dist/assets/calendar.css +1 -1
- package/dist/assets/checkbox.css +1 -1
- package/dist/assets/controls-group.css +1 -1
- package/dist/assets/dropdown.css +1 -1
- package/dist/assets/field-label.css +1 -0
- package/dist/assets/grid-layout.css +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/assets/index11.css +1 -1
- package/dist/assets/index12.css +1 -1
- package/dist/assets/index13.css +1 -1
- package/dist/assets/index14.css +1 -1
- package/dist/assets/index15.css +1 -1
- package/dist/assets/index16.css +1 -1
- package/dist/assets/index17.css +1 -1
- package/dist/assets/index18.css +1 -1
- package/dist/assets/index19.css +1 -1
- package/dist/assets/index2.css +1 -1
- package/dist/assets/index20.css +1 -1
- package/dist/assets/index21.css +1 -1
- package/dist/assets/index22.css +1 -1
- package/dist/assets/index23.css +1 -1
- package/dist/assets/index24.css +1 -1
- package/dist/assets/index25.css +1 -1
- package/dist/assets/index26.css +1 -1
- package/dist/assets/index27.css +1 -1
- package/dist/assets/index28.css +1 -1
- package/dist/assets/index29.css +1 -1
- package/dist/assets/index3.css +1 -1
- package/dist/assets/index30.css +1 -1
- package/dist/assets/index32.css +1 -1
- package/dist/assets/index33.css +1 -1
- package/dist/assets/index34.css +1 -1
- package/dist/assets/index35.css +1 -1
- package/dist/assets/index36.css +1 -1
- package/dist/assets/index37.css +1 -1
- package/dist/assets/index38.css +1 -1
- package/dist/assets/index39.css +1 -1
- package/dist/assets/index4.css +1 -1
- package/dist/assets/index40.css +1 -1
- package/dist/assets/index41.css +1 -1
- package/dist/assets/index42.css +1 -1
- package/dist/assets/index43.css +1 -1
- package/dist/assets/index44.css +1 -1
- package/dist/assets/index45.css +1 -1
- package/dist/assets/index5.css +1 -1
- package/dist/assets/index6.css +1 -1
- package/dist/assets/index7.css +1 -1
- package/dist/assets/index8.css +1 -1
- package/dist/assets/index9.css +1 -1
- package/dist/assets/loading-button.css +1 -1
- package/dist/avatar-image.js +1 -1
- package/dist/badge.js +1 -1
- package/dist/button.js +38 -35
- package/dist/button.js.map +1 -1
- package/dist/card.js +1 -1
- package/dist/checkbox.js +5 -5
- package/dist/chunks/{base-modal.88e7b9d4.js → base-modal.31634fe8.js} +60 -49
- package/dist/chunks/base-modal.31634fe8.js.map +1 -0
- package/dist/chunks/{button-actions-with-menu.a5413243.js → button-actions-with-menu.5faea13e.js} +5 -5
- package/dist/chunks/{button-actions-with-menu.a5413243.js.map → button-actions-with-menu.5faea13e.js.map} +1 -1
- package/dist/chunks/button.e09d5980.js.map +1 -1
- package/dist/chunks/calendar.47e9e755.js +959 -0
- package/dist/chunks/calendar.47e9e755.js.map +1 -0
- package/dist/chunks/{checkbox.5343e28e.js → checkbox.2277450e.js} +67 -56
- package/dist/chunks/checkbox.2277450e.js.map +1 -0
- package/dist/chunks/controls-group.6c5bfccd.js +79 -0
- package/dist/chunks/controls-group.6c5bfccd.js.map +1 -0
- package/dist/chunks/{copy.346eadb1.js → copy.a85c2e9f.js} +3 -3
- package/dist/chunks/{copy.346eadb1.js.map → copy.a85c2e9f.js.map} +1 -1
- package/dist/chunks/{dropdown.f1253a54.js → dropdown.ce937989.js} +200 -196
- package/dist/chunks/dropdown.ce937989.js.map +1 -0
- package/dist/chunks/field-label.330edb60.js +107 -0
- package/dist/chunks/field-label.330edb60.js.map +1 -0
- package/dist/chunks/{grid-layout.b7e0d964.js → grid-layout.a806acb2.js} +36 -27
- package/dist/chunks/grid-layout.a806acb2.js.map +1 -0
- package/dist/chunks/index.210d2169.js +290 -0
- package/dist/chunks/index.210d2169.js.map +1 -0
- package/dist/chunks/{index.8ac70774.js → index.66503760.js} +3 -3
- package/dist/chunks/{index.8ac70774.js.map → index.66503760.js.map} +1 -1
- package/dist/chunks/{index.2625175a.js → index.86fc63ca.js} +30 -28
- package/dist/chunks/{index.2625175a.js.map → index.86fc63ca.js.map} +1 -1
- package/dist/chunks/{index.a201f750.js → index.89942d3a.js} +4 -5
- package/dist/chunks/{index.a201f750.js.map → index.89942d3a.js.map} +1 -1
- package/dist/chunks/index.a5de5242.js +130 -0
- package/dist/chunks/index.a5de5242.js.map +1 -0
- package/dist/chunks/index.a99ffd48.js +634 -0
- package/dist/chunks/index.a99ffd48.js.map +1 -0
- package/dist/chunks/index.d80206ed.js +10 -0
- package/dist/chunks/index.d80206ed.js.map +1 -0
- package/dist/chunks/{index.37283390.js → index.d8bd7596.js} +96 -99
- package/dist/chunks/{index.37283390.js.map → index.d8bd7596.js.map} +1 -1
- package/dist/chunks/{listbox-option-tag.6a09e8e2.js → listbox-option-tag.97af47fc.js} +6 -7
- package/dist/chunks/{listbox-option-tag.6a09e8e2.js.map → listbox-option-tag.97af47fc.js.map} +1 -1
- package/dist/chunks/{listbox.73c38f38.js → listbox.d039b178.js} +5 -6
- package/dist/chunks/{listbox.73c38f38.js.map → listbox.d039b178.js.map} +1 -1
- package/dist/chunks/loading-button.9a9cbbad.js +89 -0
- package/dist/chunks/loading-button.9a9cbbad.js.map +1 -0
- package/dist/chunks/{tooltip.104e5fac.js → tooltip.ecd0f707.js} +2 -2
- package/dist/chunks/{tooltip.104e5fac.js.map → tooltip.ecd0f707.js.map} +1 -1
- package/dist/code-snippet.js +4 -4
- package/dist/code-snippet.js.map +1 -1
- package/dist/country.js +1 -1
- package/dist/data-grid.js +563 -541
- package/dist/data-grid.js.map +1 -1
- package/dist/date-picker.js +83 -80
- package/dist/date-picker.js.map +1 -1
- package/dist/date-range-picker.js +2 -2
- package/dist/divider.js +1 -1
- package/dist/dropdown.js +3 -3
- package/dist/empty-state.js +1 -1
- package/dist/filter-bar.js +13 -12
- package/dist/filter-bar.js.map +1 -1
- package/dist/focus-trap.js +1 -1
- package/dist/form-layout.js +1 -1
- package/dist/header.js +63 -67
- package/dist/header.js.map +1 -1
- package/dist/index.js +211 -209
- package/dist/index.js.map +1 -1
- package/dist/info-icon.js +3 -3
- package/dist/input-field.js +57 -55
- package/dist/input-field.js.map +1 -1
- package/dist/internal.js +13 -12
- package/dist/link.js +1 -1
- package/dist/loading-indicator.js +1 -1
- package/dist/menu.js +1 -1
- package/dist/modal.js +2 -2
- package/dist/modal.js.map +1 -1
- package/dist/pagination.js +2 -2
- package/dist/payment-method.js +1 -1
- package/dist/popover.js +3 -305
- package/dist/popover.js.map +1 -1
- package/dist/popper-container.js +1 -1
- package/dist/radio-group.js +3 -3
- package/dist/search-bar.js +2 -2
- package/dist/segmented-control.js +2 -2
- package/dist/sidepanel.js +2 -2
- package/dist/status.js +1 -1
- package/dist/stepper.js +1 -1
- package/dist/structured-list.js +1 -1
- package/dist/summary-grid.js +3 -3
- package/dist/summary-grid.js.map +1 -1
- package/dist/tabs.js +1 -1
- package/dist/tag.js +2 -2
- package/dist/textarea.js +59 -56
- package/dist/textarea.js.map +1 -1
- package/dist/timeline.js +226 -173
- package/dist/timeline.js.map +1 -1
- package/dist/toast.js +1 -1
- package/dist/toggle.js +1 -1
- package/dist/tutorial.js +7 -7
- package/dist/web-types.json +519 -393
- package/package.json +3 -3
- package/dist/@types/packages/vue2/src/components/modal/components/base-modal/__mocks__/base-modal.vue.d.ts +0 -118
- package/dist/assets/error-message.css +0 -1
- package/dist/chunks/base-modal.88e7b9d4.js.map +0 -1
- package/dist/chunks/calendar.24d0ac04.js +0 -821
- package/dist/chunks/calendar.24d0ac04.js.map +0 -1
- package/dist/chunks/checkbox.5343e28e.js.map +0 -1
- package/dist/chunks/controls-group.2a21bd83.js +0 -87
- package/dist/chunks/controls-group.2a21bd83.js.map +0 -1
- package/dist/chunks/dropdown.f1253a54.js.map +0 -1
- package/dist/chunks/error-message.8302a46c.js +0 -47
- package/dist/chunks/error-message.8302a46c.js.map +0 -1
- package/dist/chunks/grid-layout.b7e0d964.js.map +0 -1
- package/dist/chunks/index.d6b5f5e1.js +0 -112
- package/dist/chunks/index.d6b5f5e1.js.map +0 -1
- package/dist/chunks/index.e566354f.js +0 -532
- package/dist/chunks/index.e566354f.js.map +0 -1
- package/dist/chunks/loading-button.c65682d6.js +0 -86
- package/dist/chunks/loading-button.c65682d6.js.map +0 -1
|
@@ -36,13 +36,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
36
36
|
action: {
|
|
37
37
|
icon?: any;
|
|
38
38
|
title: string;
|
|
39
|
-
event
|
|
39
|
+
event?: (event: Event) => void;
|
|
40
40
|
state?: "start" | "loading" | import("../../../button").BentoLoadingButtonState | "success" | "fail";
|
|
41
41
|
condensed?: boolean;
|
|
42
42
|
critical?: boolean;
|
|
43
43
|
disabled?: boolean;
|
|
44
44
|
inverse?: boolean;
|
|
45
|
-
variant?: import("../../../button").BentoButtonVariant;
|
|
45
|
+
variant?: "primary" | "secondary" | "tertiary" | import("../../../button").BentoButtonVariant;
|
|
46
46
|
type?: string;
|
|
47
47
|
link?: object;
|
|
48
48
|
};
|
|
@@ -93,13 +93,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
93
93
|
action: {
|
|
94
94
|
icon?: any;
|
|
95
95
|
title: string;
|
|
96
|
-
event
|
|
96
|
+
event?: (event: Event) => void;
|
|
97
97
|
state?: "start" | "loading" | import("../../../button").BentoLoadingButtonState | "success" | "fail";
|
|
98
98
|
condensed?: boolean;
|
|
99
99
|
critical?: boolean;
|
|
100
100
|
disabled?: boolean;
|
|
101
101
|
inverse?: boolean;
|
|
102
|
-
variant?: import("../../../button").BentoButtonVariant;
|
|
102
|
+
variant?: "primary" | "secondary" | "tertiary" | import("../../../button").BentoButtonVariant;
|
|
103
103
|
type?: string;
|
|
104
104
|
link?: object;
|
|
105
105
|
};
|
|
@@ -143,13 +143,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
143
143
|
action: {
|
|
144
144
|
icon?: any;
|
|
145
145
|
title: string;
|
|
146
|
-
event
|
|
146
|
+
event?: (event: Event) => void;
|
|
147
147
|
state?: "start" | "loading" | import("../../../button").BentoLoadingButtonState | "success" | "fail";
|
|
148
148
|
condensed?: boolean;
|
|
149
149
|
critical?: boolean;
|
|
150
150
|
disabled?: boolean;
|
|
151
151
|
inverse?: boolean;
|
|
152
|
-
variant?: import("../../../button").BentoButtonVariant;
|
|
152
|
+
variant?: "primary" | "secondary" | "tertiary" | import("../../../button").BentoButtonVariant;
|
|
153
153
|
type?: string;
|
|
154
154
|
link?: object;
|
|
155
155
|
};
|
|
@@ -194,13 +194,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
194
194
|
action: {
|
|
195
195
|
icon?: any;
|
|
196
196
|
title: string;
|
|
197
|
-
event
|
|
197
|
+
event?: (event: Event) => void;
|
|
198
198
|
state?: "start" | "loading" | import("../../../button").BentoLoadingButtonState | "success" | "fail";
|
|
199
199
|
condensed?: boolean;
|
|
200
200
|
critical?: boolean;
|
|
201
201
|
disabled?: boolean;
|
|
202
202
|
inverse?: boolean;
|
|
203
|
-
variant?: import("../../../button").BentoButtonVariant;
|
|
203
|
+
variant?: "primary" | "secondary" | "tertiary" | import("../../../button").BentoButtonVariant;
|
|
204
204
|
type?: string;
|
|
205
205
|
link?: object;
|
|
206
206
|
};
|
|
@@ -244,13 +244,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
244
244
|
action: {
|
|
245
245
|
icon?: any;
|
|
246
246
|
title: string;
|
|
247
|
-
event
|
|
247
|
+
event?: (event: Event) => void;
|
|
248
248
|
state?: "start" | "loading" | import("../../../button").BentoLoadingButtonState | "success" | "fail";
|
|
249
249
|
condensed?: boolean;
|
|
250
250
|
critical?: boolean;
|
|
251
251
|
disabled?: boolean;
|
|
252
252
|
inverse?: boolean;
|
|
253
|
-
variant?: import("../../../button").BentoButtonVariant;
|
|
253
|
+
variant?: "primary" | "secondary" | "tertiary" | import("../../../button").BentoButtonVariant;
|
|
254
254
|
type?: string;
|
|
255
255
|
link?: object;
|
|
256
256
|
};
|
|
@@ -294,13 +294,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
294
294
|
action: {
|
|
295
295
|
icon?: any;
|
|
296
296
|
title: string;
|
|
297
|
-
event
|
|
297
|
+
event?: (event: Event) => void;
|
|
298
298
|
state?: "start" | "loading" | import("../../../button").BentoLoadingButtonState | "success" | "fail";
|
|
299
299
|
condensed?: boolean;
|
|
300
300
|
critical?: boolean;
|
|
301
301
|
disabled?: boolean;
|
|
302
302
|
inverse?: boolean;
|
|
303
|
-
variant?: import("../../../button").BentoButtonVariant;
|
|
303
|
+
variant?: "primary" | "secondary" | "tertiary" | import("../../../button").BentoButtonVariant;
|
|
304
304
|
type?: string;
|
|
305
305
|
link?: object;
|
|
306
306
|
};
|
|
@@ -476,6 +476,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
476
476
|
(hint: string): string | number;
|
|
477
477
|
};
|
|
478
478
|
};
|
|
479
|
+
granularity?: import("../../../internal").CalendarGranularityType;
|
|
479
480
|
};
|
|
480
481
|
}[];
|
|
481
482
|
};
|
|
@@ -671,6 +672,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
671
672
|
(hint: string): string | number;
|
|
672
673
|
};
|
|
673
674
|
};
|
|
675
|
+
granularity?: import("../../../internal").CalendarGranularityType;
|
|
674
676
|
} | import("../../../..").BentoListboxValue[];
|
|
675
677
|
visible?: boolean;
|
|
676
678
|
value?: import("../../../..").BentoListboxValue | {
|
|
@@ -865,6 +867,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
865
867
|
(hint: string): string | number;
|
|
866
868
|
};
|
|
867
869
|
};
|
|
870
|
+
granularity?: import("../../../internal").CalendarGranularityType;
|
|
868
871
|
} | import("../../../..").BentoListboxValue[];
|
|
869
872
|
field: string;
|
|
870
873
|
}>;
|
|
@@ -879,13 +882,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
879
882
|
action: {
|
|
880
883
|
icon?: any;
|
|
881
884
|
title: string;
|
|
882
|
-
event
|
|
885
|
+
event?: (event: Event) => void;
|
|
883
886
|
state?: "start" | "loading" | import("../../../button").BentoLoadingButtonState | "success" | "fail";
|
|
884
887
|
condensed?: boolean;
|
|
885
888
|
critical?: boolean;
|
|
886
889
|
disabled?: boolean;
|
|
887
890
|
inverse?: boolean;
|
|
888
|
-
variant?: import("../../../button").BentoButtonVariant;
|
|
891
|
+
variant?: "primary" | "secondary" | "tertiary" | import("../../../button").BentoButtonVariant;
|
|
889
892
|
type?: string;
|
|
890
893
|
link?: object;
|
|
891
894
|
};
|
|
@@ -936,13 +939,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
936
939
|
action: {
|
|
937
940
|
icon?: any;
|
|
938
941
|
title: string;
|
|
939
|
-
event
|
|
942
|
+
event?: (event: Event) => void;
|
|
940
943
|
state?: "start" | "loading" | import("../../../button").BentoLoadingButtonState | "success" | "fail";
|
|
941
944
|
condensed?: boolean;
|
|
942
945
|
critical?: boolean;
|
|
943
946
|
disabled?: boolean;
|
|
944
947
|
inverse?: boolean;
|
|
945
|
-
variant?: import("../../../button").BentoButtonVariant;
|
|
948
|
+
variant?: "primary" | "secondary" | "tertiary" | import("../../../button").BentoButtonVariant;
|
|
946
949
|
type?: string;
|
|
947
950
|
link?: object;
|
|
948
951
|
};
|
|
@@ -986,13 +989,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
986
989
|
action: {
|
|
987
990
|
icon?: any;
|
|
988
991
|
title: string;
|
|
989
|
-
event
|
|
992
|
+
event?: (event: Event) => void;
|
|
990
993
|
state?: "start" | "loading" | import("../../../button").BentoLoadingButtonState | "success" | "fail";
|
|
991
994
|
condensed?: boolean;
|
|
992
995
|
critical?: boolean;
|
|
993
996
|
disabled?: boolean;
|
|
994
997
|
inverse?: boolean;
|
|
995
|
-
variant?: import("../../../button").BentoButtonVariant;
|
|
998
|
+
variant?: "primary" | "secondary" | "tertiary" | import("../../../button").BentoButtonVariant;
|
|
996
999
|
type?: string;
|
|
997
1000
|
link?: object;
|
|
998
1001
|
};
|
|
@@ -1037,13 +1040,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1037
1040
|
action: {
|
|
1038
1041
|
icon?: any;
|
|
1039
1042
|
title: string;
|
|
1040
|
-
event
|
|
1043
|
+
event?: (event: Event) => void;
|
|
1041
1044
|
state?: "start" | "loading" | import("../../../button").BentoLoadingButtonState | "success" | "fail";
|
|
1042
1045
|
condensed?: boolean;
|
|
1043
1046
|
critical?: boolean;
|
|
1044
1047
|
disabled?: boolean;
|
|
1045
1048
|
inverse?: boolean;
|
|
1046
|
-
variant?: import("../../../button").BentoButtonVariant;
|
|
1049
|
+
variant?: "primary" | "secondary" | "tertiary" | import("../../../button").BentoButtonVariant;
|
|
1047
1050
|
type?: string;
|
|
1048
1051
|
link?: object;
|
|
1049
1052
|
};
|
|
@@ -1087,13 +1090,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1087
1090
|
action: {
|
|
1088
1091
|
icon?: any;
|
|
1089
1092
|
title: string;
|
|
1090
|
-
event
|
|
1093
|
+
event?: (event: Event) => void;
|
|
1091
1094
|
state?: "start" | "loading" | import("../../../button").BentoLoadingButtonState | "success" | "fail";
|
|
1092
1095
|
condensed?: boolean;
|
|
1093
1096
|
critical?: boolean;
|
|
1094
1097
|
disabled?: boolean;
|
|
1095
1098
|
inverse?: boolean;
|
|
1096
|
-
variant?: import("../../../button").BentoButtonVariant;
|
|
1099
|
+
variant?: "primary" | "secondary" | "tertiary" | import("../../../button").BentoButtonVariant;
|
|
1097
1100
|
type?: string;
|
|
1098
1101
|
link?: object;
|
|
1099
1102
|
};
|
|
@@ -1137,13 +1140,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1137
1140
|
action: {
|
|
1138
1141
|
icon?: any;
|
|
1139
1142
|
title: string;
|
|
1140
|
-
event
|
|
1143
|
+
event?: (event: Event) => void;
|
|
1141
1144
|
state?: "start" | "loading" | import("../../../button").BentoLoadingButtonState | "success" | "fail";
|
|
1142
1145
|
condensed?: boolean;
|
|
1143
1146
|
critical?: boolean;
|
|
1144
1147
|
disabled?: boolean;
|
|
1145
1148
|
inverse?: boolean;
|
|
1146
|
-
variant?: import("../../../button").BentoButtonVariant;
|
|
1149
|
+
variant?: "primary" | "secondary" | "tertiary" | import("../../../button").BentoButtonVariant;
|
|
1147
1150
|
type?: string;
|
|
1148
1151
|
link?: object;
|
|
1149
1152
|
};
|
|
@@ -1319,6 +1322,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1319
1322
|
(hint: string): string | number;
|
|
1320
1323
|
};
|
|
1321
1324
|
};
|
|
1325
|
+
granularity?: import("../../../internal").CalendarGranularityType;
|
|
1322
1326
|
};
|
|
1323
1327
|
}[];
|
|
1324
1328
|
};
|
|
@@ -1514,6 +1518,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1514
1518
|
(hint: string): string | number;
|
|
1515
1519
|
};
|
|
1516
1520
|
};
|
|
1521
|
+
granularity?: import("../../../internal").CalendarGranularityType;
|
|
1517
1522
|
} | import("../../../..").BentoListboxValue[];
|
|
1518
1523
|
visible?: boolean;
|
|
1519
1524
|
value?: import("../../../..").BentoListboxValue | {
|
|
@@ -1708,6 +1713,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1708
1713
|
(hint: string): string | number;
|
|
1709
1714
|
};
|
|
1710
1715
|
};
|
|
1716
|
+
granularity?: import("../../../internal").CalendarGranularityType;
|
|
1711
1717
|
} | import("../../../..").BentoListboxValue[];
|
|
1712
1718
|
field: string;
|
|
1713
1719
|
}[];
|
|
@@ -169,6 +169,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
169
169
|
(hint: string): string | number;
|
|
170
170
|
};
|
|
171
171
|
};
|
|
172
|
+
granularity?: import("../../../internal").CalendarGranularityType;
|
|
172
173
|
}>;
|
|
173
174
|
isApplyButtonDisabled: import("vue").ComputedRef<boolean>;
|
|
174
175
|
isSecondaryButtonDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -60,6 +60,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
60
60
|
default: BentoInputFieldElementPosition;
|
|
61
61
|
validator: (value: BentoInputFieldElementPosition) => boolean;
|
|
62
62
|
};
|
|
63
|
+
tooltipText: {
|
|
64
|
+
type: StringConstructor;
|
|
65
|
+
default: any;
|
|
66
|
+
};
|
|
63
67
|
type: {
|
|
64
68
|
type: PropType<"number" | "search" | "text" | BentoInputFieldType>;
|
|
65
69
|
default: BentoInputFieldType;
|
|
@@ -151,6 +155,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
151
155
|
default: BentoInputFieldElementPosition;
|
|
152
156
|
validator: (value: BentoInputFieldElementPosition) => boolean;
|
|
153
157
|
};
|
|
158
|
+
tooltipText: {
|
|
159
|
+
type: StringConstructor;
|
|
160
|
+
default: any;
|
|
161
|
+
};
|
|
154
162
|
type: {
|
|
155
163
|
type: PropType<"number" | "search" | "text" | BentoInputFieldType>;
|
|
156
164
|
default: BentoInputFieldType;
|
|
@@ -176,6 +184,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
176
184
|
placeholder: string;
|
|
177
185
|
optional: boolean;
|
|
178
186
|
readonly: boolean;
|
|
187
|
+
tooltipText: string;
|
|
179
188
|
errorMessage: string;
|
|
180
189
|
ariaLabel: string;
|
|
181
190
|
dropdown: BentoInputDropdownProps;
|
|
@@ -1,9 +1,17 @@
|
|
|
1
1
|
import { Ref, UnwrapNestedRefs } from 'vue';
|
|
2
2
|
export { CalendarMonthFirstDayOfWeek as CalendarFirstDayOfWeek } from './components/calendar-month/index';
|
|
3
3
|
export type { CalendarMonthIsDateDisabled as CalendarIsDateDisabled } from './components/calendar-month/index';
|
|
4
|
+
export type CalendarGranularityType = 'daily' | 'weekly' | 'monthly';
|
|
5
|
+
export interface CalendarGranularityConfig<T extends CalendarGranularityType = CalendarGranularityType> {
|
|
6
|
+
type: T;
|
|
7
|
+
earliest?: Date;
|
|
8
|
+
latest?: Date;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
}
|
|
4
11
|
export interface CalendarRangeDateValue {
|
|
5
12
|
startDate: Date;
|
|
6
13
|
endDate: Date;
|
|
14
|
+
granularity?: CalendarGranularityType;
|
|
7
15
|
}
|
|
8
16
|
export type CalendarSingleDateValue = Date;
|
|
9
17
|
export type CalendarValue = CalendarSingleDateValue | CalendarRangeDateValue;
|
|
@@ -11,6 +19,10 @@ interface UseCalendarPaneProps {
|
|
|
11
19
|
isDateDisabled?: (date: Date) => boolean;
|
|
12
20
|
maxRange?: Ref<number>;
|
|
13
21
|
selectedDate: Ref<CalendarValue>;
|
|
22
|
+
granularity?: Ref<CalendarGranularityConfig>;
|
|
23
|
+
firstDayOfWeek: Day;
|
|
24
|
+
min?: Date;
|
|
25
|
+
max?: Date;
|
|
14
26
|
}
|
|
15
27
|
export type UseCalendarPane = (propRefs: UseCalendarPaneProps, emit: any) => {
|
|
16
28
|
internalValue: UnwrapNestedRefs<CalendarRangeDateValue>;
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { CalendarMonthPosition } from './components/calendar-month';
|
|
3
|
-
import { CalendarValue } from './calendar.types';
|
|
3
|
+
import { CalendarGranularityConfig, CalendarValue } from './calendar.types';
|
|
4
4
|
declare const _default: import("vue").DefineComponent<{
|
|
5
5
|
firstDayOfWeek: {
|
|
6
6
|
type: PropType<import("./calendar.types").CalendarFirstDayOfWeek>;
|
|
7
7
|
default: import("./calendar.types").CalendarFirstDayOfWeek;
|
|
8
8
|
validator: (value: import("./calendar.types").CalendarFirstDayOfWeek) => boolean;
|
|
9
9
|
};
|
|
10
|
+
granularity: {
|
|
11
|
+
type: PropType<CalendarGranularityConfig<import("./calendar.types").CalendarGranularityType>>;
|
|
12
|
+
default: any;
|
|
13
|
+
};
|
|
10
14
|
isDateDisabled: {
|
|
11
15
|
type: PropType<import("./calendar.types").CalendarIsDateDisabled>;
|
|
12
16
|
default: any;
|
|
@@ -172,6 +176,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
172
176
|
(hint: string): string | number;
|
|
173
177
|
};
|
|
174
178
|
};
|
|
179
|
+
granularity?: import("./calendar.types").CalendarGranularityType;
|
|
175
180
|
};
|
|
176
181
|
calculateOffsetMonth: import("vue").ComputedRef<(offsetMonth: number) => Date>;
|
|
177
182
|
calendarPosition: (calendarIndex: number) => CalendarMonthPosition;
|
|
@@ -185,6 +190,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
185
190
|
default: import("./calendar.types").CalendarFirstDayOfWeek;
|
|
186
191
|
validator: (value: import("./calendar.types").CalendarFirstDayOfWeek) => boolean;
|
|
187
192
|
};
|
|
193
|
+
granularity: {
|
|
194
|
+
type: PropType<CalendarGranularityConfig<import("./calendar.types").CalendarGranularityType>>;
|
|
195
|
+
default: any;
|
|
196
|
+
};
|
|
188
197
|
isDateDisabled: {
|
|
189
198
|
type: PropType<import("./calendar.types").CalendarIsDateDisabled>;
|
|
190
199
|
default: any;
|
|
@@ -222,6 +231,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
222
231
|
isRange: boolean;
|
|
223
232
|
min: Date;
|
|
224
233
|
max: Date;
|
|
234
|
+
granularity: CalendarGranularityConfig<import("./calendar.types").CalendarGranularityType>;
|
|
225
235
|
maxRange: number;
|
|
226
236
|
numberOfMonths: number;
|
|
227
237
|
}>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { CalendarGranularityConfig } from '../../../calendar.types';
|
|
2
|
+
import type { CalendarMonthFirstDayOfWeek } from '../calendar-month.types';
|
|
3
|
+
export interface UseMinMaxDateProps {
|
|
4
|
+
firstDayOfWeek: CalendarMonthFirstDayOfWeek;
|
|
5
|
+
min: Date;
|
|
6
|
+
max: Date;
|
|
7
|
+
}
|
|
8
|
+
export type UseGranularMinMaxDate = (props: UseMinMaxDateProps) => {
|
|
9
|
+
getGranularCalendarLimits: (granularity: CalendarGranularityConfig) => {
|
|
10
|
+
min: Date;
|
|
11
|
+
max: Date;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export type UseGranularityAdjustments = (firstDayOfWeek: Day, min?: Date, max?: Date) => {
|
|
2
|
+
adjustDateForWeekly: (date: Date, endDate?: Date) => {
|
|
3
|
+
startDate: Date;
|
|
4
|
+
endDate: Date;
|
|
5
|
+
};
|
|
6
|
+
adjustDateForMonthly: (date: Date, endDate?: Date) => {
|
|
7
|
+
startDate: Date;
|
|
8
|
+
endDate: Date;
|
|
9
|
+
};
|
|
10
|
+
adjustStartDateInputForWeekly: (date: string, formatDate: (dateToFormat?: Date) => string) => string;
|
|
11
|
+
adjustEndDateInputForWeekly: (date: string, formatDate: (dateToFormat?: Date) => string) => string;
|
|
12
|
+
adjustStartDateInputForMonthly: (date: string, formatDate: (dateToFormat?: Date) => string) => string;
|
|
13
|
+
adjustEndDateInputForMonthly: (date: string, formatDate: (dateToFormat?: Date) => string) => string;
|
|
14
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { CalendarGranularityType } from '../calendar.types';
|
|
2
|
+
export type UseGranularityMemory = () => {
|
|
3
|
+
savedRanges: {
|
|
4
|
+
daily: {
|
|
5
|
+
startDate: Date;
|
|
6
|
+
endDate: Date;
|
|
7
|
+
} | null;
|
|
8
|
+
weekly: {
|
|
9
|
+
startDate: Date;
|
|
10
|
+
endDate: Date;
|
|
11
|
+
} | null;
|
|
12
|
+
monthly: {
|
|
13
|
+
startDate: Date;
|
|
14
|
+
endDate: Date;
|
|
15
|
+
} | null;
|
|
16
|
+
};
|
|
17
|
+
saveRange: (type: CalendarGranularityType, range: {
|
|
18
|
+
startDate: Date;
|
|
19
|
+
endDate: Date;
|
|
20
|
+
}) => void;
|
|
21
|
+
resetSavedRange: (type: CalendarGranularityType) => void;
|
|
22
|
+
};
|
package/dist/@types/packages/vue2/src/components/internal/controls-group/controls-group.vue.d.ts
CHANGED
|
@@ -31,7 +31,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
31
31
|
type: StringConstructor;
|
|
32
32
|
default: any;
|
|
33
33
|
};
|
|
34
|
-
}, {}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
34
|
+
}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
35
35
|
description: {
|
|
36
36
|
type: StringConstructor;
|
|
37
37
|
default: any;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
+
label: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: any;
|
|
5
|
+
};
|
|
6
|
+
optional: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
required: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
tooltipText: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: any;
|
|
17
|
+
};
|
|
18
|
+
}, {}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
+
label: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: any;
|
|
22
|
+
};
|
|
23
|
+
optional: {
|
|
24
|
+
type: BooleanConstructor;
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
27
|
+
required: {
|
|
28
|
+
type: BooleanConstructor;
|
|
29
|
+
default: boolean;
|
|
30
|
+
};
|
|
31
|
+
tooltipText: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
default: any;
|
|
34
|
+
};
|
|
35
|
+
}>>, {
|
|
36
|
+
label: string;
|
|
37
|
+
required: boolean;
|
|
38
|
+
optional: boolean;
|
|
39
|
+
tooltipText: string;
|
|
40
|
+
}>, {
|
|
41
|
+
default: (_: {}) => any;
|
|
42
|
+
}>;
|
|
43
|
+
export default _default;
|
|
44
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
45
|
+
new (): {
|
|
46
|
+
$slots: S;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as FieldLabel } from './field-label.vue';
|
|
@@ -10,11 +10,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10
10
|
type: PropType<GridLayoutContainerType>;
|
|
11
11
|
default: GridLayoutContainerType;
|
|
12
12
|
};
|
|
13
|
+
noGap: {
|
|
14
|
+
type: BooleanConstructor;
|
|
15
|
+
default: boolean;
|
|
16
|
+
};
|
|
13
17
|
}, {
|
|
14
18
|
computeColumnSize: (index: any) => string[];
|
|
15
19
|
computedClasses: import("vue").ComputedRef<{
|
|
16
20
|
'b-grid-layout--container-type-normal': boolean;
|
|
17
21
|
'b-grid-layout--container-type-size': boolean;
|
|
22
|
+
'b-grid-layout--all-auto': boolean;
|
|
23
|
+
'b-grid-layout--no-gap': boolean;
|
|
18
24
|
}>;
|
|
19
25
|
hasSlot: (name: string) => boolean;
|
|
20
26
|
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -27,8 +33,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
33
|
type: PropType<GridLayoutContainerType>;
|
|
28
34
|
default: GridLayoutContainerType;
|
|
29
35
|
};
|
|
36
|
+
noGap: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
30
40
|
}>>, {
|
|
31
41
|
columnWidth: GridLayoutColumnWidths;
|
|
32
42
|
containerType: GridLayoutContainerType;
|
|
43
|
+
noGap: boolean;
|
|
33
44
|
}>;
|
|
34
45
|
export default _default;
|
package/dist/@types/packages/vue2/src/components/modal/components/base-modal/base-modal.vue.d.ts
CHANGED
|
@@ -50,6 +50,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
50
50
|
}, {
|
|
51
51
|
modal: any;
|
|
52
52
|
computedAriaLabel: import("vue").ComputedRef<string>;
|
|
53
|
+
showCloseButton: import("vue").ComputedRef<boolean>;
|
|
53
54
|
openModal: () => void;
|
|
54
55
|
closeModalOnClickOutside: ({ target }: Event) => void;
|
|
55
56
|
closeModalAfterAnimation: () => void;
|
|
@@ -63,7 +64,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
63
64
|
[key: string]: string;
|
|
64
65
|
}>, import("@intlify/core-base")._ResourcePath<{
|
|
65
66
|
[key: string]: string;
|
|
66
|
-
}>> | ((key: "ariaLabelFallback", values?: import("vue-i18n").default.Values) => string);
|
|
67
|
+
}>> | ((key: "close" | "ariaLabelFallback", values?: import("vue-i18n").default.Values) => string);
|
|
67
68
|
modalConditionalClasses: import("vue").ComputedRef<{
|
|
68
69
|
[x: string]: boolean | "small" | "medium" | "large" | BentoModalSize;
|
|
69
70
|
'b-modal-base__container--hide': boolean;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const POPOVER_OFFSET_INJECTION_KEY: unique symbol;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
import { PopperContainerAriaRole } from "../popper-container";
|
|
3
|
-
import { BentoPopoverPositions } from './popover.types';
|
|
4
2
|
import { BentoButtonActionsLayout, BentoButtonActionsList } from "../button";
|
|
3
|
+
import { BentoPopoverPositions } from './popover.types';
|
|
5
4
|
import { Placement } from '@floating-ui/vue';
|
|
6
|
-
declare const _default: import("vue").DefineComponent<{
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
7
6
|
actions: {
|
|
8
7
|
type: PropType<BentoButtonActionsList>;
|
|
9
8
|
default: any;
|
|
@@ -74,25 +73,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
73
|
type: BooleanConstructor;
|
|
75
74
|
default: boolean;
|
|
76
75
|
};
|
|
77
|
-
}, {
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
'b-popover--large': boolean;
|
|
83
|
-
'b-popover--fit-content': boolean;
|
|
84
|
-
'b-popover--without-space': boolean;
|
|
85
|
-
}>;
|
|
86
|
-
contentConditionalClasses: import("vue").ComputedRef<{
|
|
87
|
-
'b-popover__content--with-title': boolean;
|
|
88
|
-
}>;
|
|
89
|
-
computedAttributes: import("vue").ComputedRef<{
|
|
90
|
-
id: string;
|
|
91
|
-
}>;
|
|
92
|
-
PopperContainerAriaRole: typeof PopperContainerAriaRole;
|
|
93
|
-
dismissPopover: () => void;
|
|
94
|
-
hasSlot: (name: string) => boolean;
|
|
95
|
-
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("placement" | "dismiss")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
76
|
+
}, {}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {
|
|
77
|
+
dismiss: () => void;
|
|
78
|
+
} & {
|
|
79
|
+
placement: (placement: Placement) => void;
|
|
80
|
+
}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
96
81
|
actions: {
|
|
97
82
|
type: PropType<BentoButtonActionsList>;
|
|
98
83
|
default: any;
|
|
@@ -180,5 +165,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
180
165
|
dismissible: boolean;
|
|
181
166
|
fitContent: boolean;
|
|
182
167
|
withoutSpace: boolean;
|
|
168
|
+
}>, {
|
|
169
|
+
image: (_: {}) => any;
|
|
170
|
+
headerIcon: (_: {}) => any;
|
|
171
|
+
default: (_: {}) => any;
|
|
183
172
|
}>;
|
|
184
173
|
export default _default;
|
|
174
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
175
|
+
new (): {
|
|
176
|
+
$slots: S;
|
|
177
|
+
};
|
|
178
|
+
};
|
|
@@ -26,6 +26,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26
26
|
'b-structured-list-item--condensed': boolean;
|
|
27
27
|
}>;
|
|
28
28
|
labelTypographyVariant: import("vue").ComputedRef<BentoTypographyVariant.CAPTION | BentoTypographyVariant.BODY>;
|
|
29
|
+
computedLabelsWidth: import("vue").ComputedRef<number>;
|
|
29
30
|
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
30
31
|
label: {
|
|
31
32
|
type: StringConstructor;
|
|
@@ -1,2 +1,21 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
+
labelsWidth: {
|
|
3
|
+
type: NumberConstructor;
|
|
4
|
+
default: number;
|
|
5
|
+
};
|
|
6
|
+
}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
+
labelsWidth: {
|
|
8
|
+
type: NumberConstructor;
|
|
9
|
+
default: number;
|
|
10
|
+
};
|
|
11
|
+
}>>, {
|
|
12
|
+
labelsWidth: number;
|
|
13
|
+
}>, {
|
|
14
|
+
default: (_: {}) => any;
|
|
15
|
+
}>;
|
|
2
16
|
export default _default;
|
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|