@adyen/bento-vue2 1.6.1 → 1.7.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 +3 -1
- package/dist/@types/packages/vue2/src/components/action-bar/action-bar.vue.d.ts +43 -0
- package/dist/@types/packages/vue2/src/components/action-bar/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/alert/alert.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/avatar-image/avatar-image.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/button/button.vue.d.ts +290 -281
- package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/button/components/loading-button/loading-button.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/checkbox/checkbox.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/code-snippet/code-snippet.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/country/country.vue.d.ts +4 -3
- package/dist/@types/packages/vue2/src/components/data-grid/data-grid.vue.d.ts +53 -70
- package/dist/@types/packages/vue2/src/components/date/date.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/date-picker/date-picker.vue.d.ts +20 -2
- package/dist/@types/packages/vue2/src/components/date-range-picker/components/date-range-picker-calendar/date-range-picker-calendar.vue.d.ts +18 -0
- package/dist/@types/packages/vue2/src/components/date-range-picker/date-range-picker.vue.d.ts +20 -2
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-base-textbox/dropdown-base-textbox.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-default-textbox/dropdown-default-textbox.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-options-container/dropdown-options-container.vue.d.ts +45 -27
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-small-textbox/dropdown-small-textbox.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue.d.ts +21 -3
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue.d.ts +24 -6
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue.d.ts +21 -3
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue.d.ts +21 -3
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue.d.ts +21 -3
- package/dist/@types/packages/vue2/src/components/dropdown/dropdown.types.d.ts +2 -0
- package/dist/@types/packages/vue2/src/components/dropdown/dropdown.vue.d.ts +22 -4
- package/dist/@types/packages/vue2/src/components/empty-state/empty-state.vue.d.ts +5 -2
- package/dist/@types/packages/vue2/src/components/filter-bar/components/all-filters-modal/all-filters-modal.vue.d.ts +234 -12
- package/dist/@types/packages/vue2/src/components/filter-bar/components/boolean-filter/boolean-filter.vue.d.ts +12 -5
- package/dist/@types/packages/vue2/src/components/filter-bar/components/filter-bar-button/filter-bar-button.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue.d.ts +2 -1
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-tag-filter/select-tag-filter.vue.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/filter-bar/filter-bar.types.d.ts +12 -2
- package/dist/@types/packages/vue2/src/components/filter-bar/filter-bar.vue.d.ts +10 -0
- package/dist/@types/packages/vue2/src/components/form-layout/components/form-layout-field-tip/form-layout-field-tip.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/header/header.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/info-icon/info-icon.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/input-field/input-field.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/internal/button-actions-with-menu/button-actions-with-menu.vue.d.ts +21 -0
- package/dist/@types/packages/vue2/src/components/internal/calendar/calendar.vue.d.ts +18 -0
- package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/calendar-month.vue.d.ts +19 -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/fixed-scroller/fixed-scroller.vue.d.ts +22 -1
- package/dist/@types/packages/vue2/src/components/internal/listbox/listbox.vue.d.ts +94 -8
- package/dist/@types/packages/vue2/src/components/internal/teleport/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/internal/teleport/teleport.vue.d.ts +50 -0
- package/dist/@types/packages/vue2/src/components/link/link.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/menu/menu.keys.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/menu/menu.vue.d.ts +15 -11
- package/dist/@types/packages/vue2/src/components/pagination/components/pagination-context/pagination-context.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/pagination/pagination.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/payment-method/payment-method.vue.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/popover/popover.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/popper-container/popper-container.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/radio-group/radio-group.vue.d.ts +10 -5
- package/dist/@types/packages/vue2/src/components/segmented-control/components/segmented-control-button/segmented-control-button.vue.d.ts +21 -0
- package/dist/@types/packages/vue2/src/components/segmented-control/segmented-control.vue.d.ts +21 -5
- package/dist/@types/packages/vue2/src/components/stepper/stepper.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item/summary-grid-item.vue.d.ts +1 -2
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-amount/summary-grid-item-amount.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/summary-grid/summary-grid.keys.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/summary-grid/summary-grid.types.d.ts +3 -0
- package/dist/@types/packages/vue2/src/components/tabs/components/tab.types.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/tabs/components/tab.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/tabs/tabs.types.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/tabs/tabs.vue.d.ts +2 -0
- package/dist/@types/packages/vue2/src/components/textarea/textarea.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/timeline/components/timeline-item/timeline-item.vue.d.ts +6 -3
- package/dist/@types/packages/vue2/src/components/timeline/timeline.types.d.ts +9 -2
- package/dist/@types/packages/vue2/src/components/tooltip/tooltip.vue.d.ts +13 -13
- package/dist/@types/packages/vue2/src/components/tutorial/components/tutorial-popover/components/tutorial-indicator/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/tutorial/components/tutorial-popover/components/tutorial-indicator/tutorial-indicator.vue.d.ts +12 -0
- package/dist/@types/packages/vue2/src/components/tutorial/components/tutorial-popover/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/tutorial/components/tutorial-popover/tutorial-popover.vue.d.ts +226 -0
- package/dist/@types/packages/vue2/src/components/tutorial/index.d.ts +2 -0
- package/dist/@types/packages/vue2/src/components/tutorial/tutorial.types.d.ts +13 -0
- package/dist/@types/packages/vue2/src/components/tutorial/tutorial.vue.d.ts +16 -0
- package/dist/@types/packages/vue2/src/composables/index.d.ts +5 -2
- package/dist/@types/packages/vue2/src/composables/use-click-outside/use-click-outside.d.ts +3 -0
- package/dist/@types/packages/vue2/src/composables/use-form-validate/index.d.ts +2 -0
- package/dist/@types/packages/vue2/src/composables/use-form-validate/use-form.d.ts +12 -0
- package/dist/@types/packages/vue2/src/composables/use-form-validate/use-form.types.d.ts +5 -0
- package/dist/@types/packages/vue2/src/composables/use-virtual-list/index.d.ts +2 -0
- package/dist/@types/packages/vue2/src/composables/use-virtual-list/use-virtual-list.d.ts +15 -0
- package/dist/@types/packages/vue2/src/composables/use-virtual-list/use-virtual-list.types.d.ts +20 -0
- package/dist/@types/packages/vue2/src/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/templates/data-grid-template/data-grid-template.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/types/listbox.d.ts +12 -0
- package/dist/accordion.js +41 -32
- package/dist/accordion.js.map +1 -1
- package/dist/action-bar.js +191 -0
- package/dist/action-bar.js.map +1 -0
- package/dist/alert.js +3 -3
- package/dist/assets/base-modal.css +1 -1
- package/dist/assets/button-actions-with-menu.css +1 -0
- package/dist/assets/button.css +1 -1
- package/dist/assets/calendar.css +1 -1
- package/dist/assets/checkbox.css +1 -1
- package/dist/assets/checkmark.css +1 -0
- package/dist/assets/chevron-left.css +1 -0
- package/dist/assets/dropdown-default-textbox.css +1 -1
- package/dist/assets/dropdown.css +1 -1
- package/dist/assets/fixed-scroller.css +1 -0
- package/dist/assets/index.css +1 -1
- package/dist/assets/index10.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/index31.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/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 -0
- 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/listbox.css +1 -1
- package/dist/assets/refresh.css +1 -0
- package/dist/avatar-image.js +1 -1
- package/dist/badge.js +1 -1
- package/dist/button.js +21 -14
- package/dist/button.js.map +1 -1
- package/dist/card.js +54 -54
- package/dist/card.js.map +1 -1
- package/dist/checkbox.js +6 -6
- package/dist/chunks/{base-button.d1ba66cd.js → base-button.7886a7e6.js} +2 -2
- package/dist/chunks/{base-button.d1ba66cd.js.map → base-button.7886a7e6.js.map} +1 -1
- package/dist/chunks/{base-modal.ec74044e.js → base-modal.88e7b9d4.js} +4 -4
- package/dist/chunks/{base-modal.ec74044e.js.map → base-modal.88e7b9d4.js.map} +1 -1
- package/dist/chunks/button-actions-with-menu.a5413243.js +105 -0
- package/dist/chunks/button-actions-with-menu.a5413243.js.map +1 -0
- package/dist/chunks/button.e09d5980.js +125 -0
- package/dist/chunks/button.e09d5980.js.map +1 -0
- package/dist/chunks/{calendar.b74f8a0f.js → calendar.24d0ac04.js} +294 -272
- package/dist/chunks/calendar.24d0ac04.js.map +1 -0
- package/dist/chunks/{checkbox.96ee3f71.js → checkbox.5343e28e.js} +7 -7
- package/dist/chunks/{checkbox.96ee3f71.js.map → checkbox.5343e28e.js.map} +1 -1
- package/dist/chunks/checkmark.78f3ed9c.js +26 -0
- package/dist/chunks/checkmark.78f3ed9c.js.map +1 -0
- package/dist/chunks/{chevron-right.3b826337.js → chevron-left.c10778d3.js} +8 -8
- package/dist/chunks/chevron-left.c10778d3.js.map +1 -0
- package/dist/chunks/{controls-group.e9537e45.js → controls-group.2a21bd83.js} +2 -2
- package/dist/chunks/{controls-group.e9537e45.js.map → controls-group.2a21bd83.js.map} +1 -1
- package/dist/chunks/{copy.2ff56819.js → copy.346eadb1.js} +4 -4
- package/dist/chunks/{copy.2ff56819.js.map → copy.346eadb1.js.map} +1 -1
- package/dist/chunks/{dropdown-default-textbox.3df0bf23.js → dropdown-default-textbox.25134789.js} +4 -4
- package/dist/chunks/dropdown-default-textbox.25134789.js.map +1 -0
- package/dist/chunks/{dropdown.3f198167.js → dropdown.f1253a54.js} +111 -81
- package/dist/chunks/dropdown.f1253a54.js.map +1 -0
- package/dist/chunks/{error-message.f5454f19.js → error-message.8302a46c.js} +2 -2
- package/dist/chunks/{error-message.f5454f19.js.map → error-message.8302a46c.js.map} +1 -1
- package/dist/chunks/fixed-scroller.8994e30a.js +108 -0
- package/dist/chunks/fixed-scroller.8994e30a.js.map +1 -0
- package/dist/chunks/{footer-actions.00d20947.js → footer-actions.c9b2cb74.js} +3 -3
- package/dist/chunks/{footer-actions.00d20947.js.map → footer-actions.c9b2cb74.js.map} +1 -1
- package/dist/chunks/{index.c39c64c9.js → index.2625175a.js} +2 -2
- package/dist/chunks/{index.c39c64c9.js.map → index.2625175a.js.map} +1 -1
- package/dist/chunks/index.37283390.js +475 -0
- package/dist/chunks/index.37283390.js.map +1 -0
- package/dist/chunks/index.8ac70774.js +1328 -0
- package/dist/chunks/index.8ac70774.js.map +1 -0
- package/dist/chunks/{index.2fce7703.js → index.965ac1af.js} +2 -2
- package/dist/chunks/{index.2fce7703.js.map → index.965ac1af.js.map} +1 -1
- package/dist/chunks/{index.eb52e785.js → index.a201f750.js} +6 -5
- package/dist/chunks/{index.eb52e785.js.map → index.a201f750.js.map} +1 -1
- package/dist/chunks/{index.a709a6b0.js → index.b83f8b7e.js} +2 -2
- package/dist/chunks/{index.a709a6b0.js.map → index.b83f8b7e.js.map} +1 -1
- package/dist/chunks/{index.298f5eed.js → index.d6b5f5e1.js} +6 -6
- package/dist/chunks/{index.298f5eed.js.map → index.d6b5f5e1.js.map} +1 -1
- package/dist/chunks/{index.31949c1a.js → index.e566354f.js} +91 -74
- package/dist/chunks/index.e566354f.js.map +1 -0
- package/dist/chunks/{listbox-option-tag.1362a2d7.js → listbox-option-tag.6a09e8e2.js} +8 -7
- package/dist/chunks/{listbox-option-tag.1362a2d7.js.map → listbox-option-tag.6a09e8e2.js.map} +1 -1
- package/dist/chunks/{listbox.e7bf46e4.js → listbox.73c38f38.js} +479 -385
- package/dist/chunks/listbox.73c38f38.js.map +1 -0
- package/dist/chunks/{loading-button.0ad06c99.js → loading-button.c65682d6.js} +2 -2
- package/dist/chunks/{loading-button.0ad06c99.js.map → loading-button.c65682d6.js.map} +1 -1
- package/dist/chunks/refresh.eb485c6f.js +26 -0
- package/dist/chunks/refresh.eb485c6f.js.map +1 -0
- package/dist/chunks/summary-grid.keys.1d1028c2.js +5 -0
- package/dist/chunks/summary-grid.keys.1d1028c2.js.map +1 -0
- package/dist/chunks/{tooltip.68e81e9c.js → tooltip.104e5fac.js} +39 -36
- package/dist/chunks/{tooltip.68e81e9c.js.map → tooltip.104e5fac.js.map} +1 -1
- package/dist/code-snippet.js +7 -7
- package/dist/code-snippet.js.map +1 -1
- package/dist/country.js +537 -528
- package/dist/country.js.map +1 -1
- package/dist/currency.js +1 -1
- package/dist/data-grid.js +10 -10
- package/dist/data-grid.js.map +1 -1
- package/dist/date-picker.js +99 -89
- package/dist/date-picker.js.map +1 -1
- package/dist/date-range-picker.js +2 -2
- package/dist/date.js +1 -1
- package/dist/divider.js +1 -1
- package/dist/dropdown.js +4 -4
- package/dist/empty-state.js +8 -7
- package/dist/empty-state.js.map +1 -1
- package/dist/filter-bar.js +500 -486
- package/dist/filter-bar.js.map +1 -1
- package/dist/focus-trap.js +1 -1
- package/dist/form-layout.js +2 -2
- package/dist/header.js +104 -183
- package/dist/header.js.map +1 -1
- package/dist/image.js +3 -3
- package/dist/index.js +171 -169
- package/dist/index.js.map +1 -1
- package/dist/info-icon.js +3 -3
- package/dist/input-field.js +7 -7
- package/dist/internal.js +20 -106
- package/dist/internal.js.map +1 -1
- package/dist/link.js +2 -2
- package/dist/loading-indicator.js +1 -1
- package/dist/menu.js +3 -466
- package/dist/menu.js.map +1 -1
- package/dist/modal.js +3 -3
- package/dist/pagination.js +40 -26
- package/dist/pagination.js.map +1 -1
- package/dist/payment-method.js +33 -26
- package/dist/payment-method.js.map +1 -1
- package/dist/popover.js +4 -4
- package/dist/popper-container.js +6 -1270
- package/dist/popper-container.js.map +1 -1
- package/dist/radio-group.js +97 -81
- package/dist/radio-group.js.map +1 -1
- package/dist/search-bar.js +2 -2
- package/dist/segmented-control.js +100 -70
- package/dist/segmented-control.js.map +1 -1
- package/dist/sidepanel.js +53 -51
- package/dist/sidepanel.js.map +1 -1
- package/dist/status.js +2 -2
- package/dist/stepper.js +3 -3
- package/dist/structured-list.js +1 -1
- package/dist/summary-grid.js +109 -119
- package/dist/summary-grid.js.map +1 -1
- package/dist/tabs.js +81 -71
- package/dist/tabs.js.map +1 -1
- package/dist/tag.js +3 -3
- package/dist/textarea.js +4 -4
- package/dist/timeline.js +170 -162
- package/dist/timeline.js.map +1 -1
- package/dist/toast.js +3 -3
- package/dist/toggle.js +6 -6
- package/dist/tutorial.js +307 -0
- package/dist/tutorial.js.map +1 -0
- package/dist/typography.js +1 -1
- package/dist/web-types.json +828 -122
- package/package.json +7 -4
- package/dist/assets/chevron-right.css +0 -1
- package/dist/chunks/button.eb60d460.js +0 -117
- package/dist/chunks/button.eb60d460.js.map +0 -1
- package/dist/chunks/calendar.b74f8a0f.js.map +0 -1
- package/dist/chunks/chevron-right.3b826337.js.map +0 -1
- package/dist/chunks/dropdown-default-textbox.3df0bf23.js.map +0 -1
- package/dist/chunks/dropdown.3f198167.js.map +0 -1
- package/dist/chunks/index.31949c1a.js.map +0 -1
- package/dist/chunks/listbox.e7bf46e4.js.map +0 -1
|
@@ -11,6 +11,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11
11
|
default: import("./button-actions.types").BentoButtonActionsLayoutBasic;
|
|
12
12
|
validator: (layout: BentoButtonActionsLayout) => boolean;
|
|
13
13
|
};
|
|
14
|
+
inverse: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
14
18
|
}, {
|
|
15
19
|
conditionalClasses: import("vue").ComputedRef<{
|
|
16
20
|
[x: string]: boolean;
|
|
@@ -27,7 +31,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
31
|
default: import("./button-actions.types").BentoButtonActionsLayoutBasic;
|
|
28
32
|
validator: (layout: BentoButtonActionsLayout) => boolean;
|
|
29
33
|
};
|
|
34
|
+
inverse: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
30
38
|
}>>, {
|
|
39
|
+
inverse: boolean;
|
|
31
40
|
layout: "space-between" | BentoButtonActionsLayout | "buttons-end" | "fill-container" | "vertical-stack" | "buttons-start";
|
|
32
41
|
}>;
|
|
33
42
|
export default _default;
|
|
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11
11
|
default: boolean;
|
|
12
12
|
};
|
|
13
13
|
state: {
|
|
14
|
-
type: PropType<"
|
|
14
|
+
type: PropType<"start" | "loading" | BentoLoadingButtonState | "success" | "fail">;
|
|
15
15
|
default: BentoLoadingButtonState;
|
|
16
16
|
validator: (value: BentoLoadingButtonState) => boolean;
|
|
17
17
|
};
|
|
@@ -37,7 +37,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
37
37
|
default: boolean;
|
|
38
38
|
};
|
|
39
39
|
state: {
|
|
40
|
-
type: PropType<"
|
|
40
|
+
type: PropType<"start" | "loading" | BentoLoadingButtonState | "success" | "fail">;
|
|
41
41
|
default: BentoLoadingButtonState;
|
|
42
42
|
validator: (value: BentoLoadingButtonState) => boolean;
|
|
43
43
|
};
|
|
@@ -50,6 +50,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
50
50
|
variant: "primary" | "secondary" | "tertiary" | BentoButtonVariant;
|
|
51
51
|
condensed: boolean;
|
|
52
52
|
disabled: boolean;
|
|
53
|
-
state: "
|
|
53
|
+
state: "start" | "loading" | BentoLoadingButtonState | "success" | "fail";
|
|
54
54
|
}>;
|
|
55
55
|
export default _default;
|
|
@@ -92,8 +92,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
92
92
|
}>>, {
|
|
93
93
|
value: string | number;
|
|
94
94
|
disabled: boolean;
|
|
95
|
-
errorMessage: string;
|
|
96
95
|
readonly: boolean;
|
|
96
|
+
errorMessage: string;
|
|
97
97
|
ariaLabel: string;
|
|
98
98
|
modelValue: BentoCheckboxType | BentoCheckboxGroupItems;
|
|
99
99
|
hasError: boolean;
|
|
@@ -68,7 +68,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
68
68
|
default: any;
|
|
69
69
|
};
|
|
70
70
|
variant: {
|
|
71
|
-
type: PropType<"
|
|
71
|
+
type: PropType<"horizontal" | "vertical" | BentoCheckboxGroupVariant>;
|
|
72
72
|
default: BentoCheckboxGroupVariant;
|
|
73
73
|
validator: (value: BentoCheckboxGroupVariant) => boolean;
|
|
74
74
|
};
|
|
@@ -149,20 +149,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
149
149
|
default: any;
|
|
150
150
|
};
|
|
151
151
|
variant: {
|
|
152
|
-
type: PropType<"
|
|
152
|
+
type: PropType<"horizontal" | "vertical" | BentoCheckboxGroupVariant>;
|
|
153
153
|
default: BentoCheckboxGroupVariant;
|
|
154
154
|
validator: (value: BentoCheckboxGroupVariant) => boolean;
|
|
155
155
|
};
|
|
156
156
|
}>>, {
|
|
157
157
|
description: string;
|
|
158
|
-
variant: "
|
|
158
|
+
variant: "horizontal" | "vertical" | BentoCheckboxGroupVariant;
|
|
159
159
|
required: boolean;
|
|
160
160
|
disabled: boolean;
|
|
161
|
-
tooltipText: string;
|
|
162
161
|
optional: boolean;
|
|
162
|
+
readonly: boolean;
|
|
163
|
+
tooltipText: string;
|
|
163
164
|
hideLabel: boolean;
|
|
164
165
|
errorMessage: string;
|
|
165
|
-
readonly: boolean;
|
|
166
166
|
modelValue: (string | number)[];
|
|
167
167
|
hasError: boolean;
|
|
168
168
|
formId: string;
|
|
@@ -107,9 +107,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
107
107
|
};
|
|
108
108
|
}>>, {
|
|
109
109
|
variant: "inline" | "singleline" | "multiline" | BentoCodeSnippetVariant;
|
|
110
|
+
lang: "json" | "xml" | "java" | "javascript" | BentoCodeSnippetSupportedLanguage;
|
|
110
111
|
content: string;
|
|
111
112
|
loading: boolean;
|
|
112
|
-
lang: "json" | "xml" | "java" | "javascript" | BentoCodeSnippetSupportedLanguage;
|
|
113
113
|
expandable: boolean;
|
|
114
114
|
langLabel: string;
|
|
115
115
|
editable: boolean;
|
|
@@ -11,13 +11,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11
11
|
default: any;
|
|
12
12
|
};
|
|
13
13
|
variant: {
|
|
14
|
-
type: PropType<"name" | "
|
|
14
|
+
type: PropType<"name" | "custom" | "iso" | "phone_code" | "capital" | BentoCountryVariant>;
|
|
15
15
|
default: BentoCountryVariant;
|
|
16
16
|
validator: (value: BentoCountryVariant) => boolean;
|
|
17
17
|
};
|
|
18
18
|
}, {
|
|
19
19
|
countryName: import("vue").ComputedRef<any>;
|
|
20
20
|
countryLabel: import("vue").Ref<string>;
|
|
21
|
+
isSummaryGridLayout: boolean;
|
|
21
22
|
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
22
23
|
code: {
|
|
23
24
|
type: PropType<"MM" | "BD" | "BE" | "BF" | "BG" | "BA" | "BB" | "WF" | "BL" | "BM" | "BN" | "BO" | "BH" | "BI" | "BJ" | "BT" | "JM" | "BV" | "BW" | "WS" | "BQ" | "BR" | "BS" | "JE" | "BY" | "BZ" | "RU" | "RW" | "RS" | "TL" | "RE" | "TM" | "TJ" | "RO" | "TK" | "GW" | "GU" | "GT" | "GS" | "GR" | "GQ" | "GP" | "JP" | "GY" | "GG" | "GF" | "GE" | "GD" | "GB" | "GA" | "SV" | "GN" | "GM" | "GL" | "GI" | "GH" | "OM" | "TN" | "JO" | "HR" | "HT" | "HU" | "HK" | "HN" | "HM" | "VE" | "PR" | "PS" | "PW" | "PT" | "SJ" | "PY" | "IQ" | "PA" | "PF" | "PG" | "PE" | "PK" | "PH" | "PN" | "PL" | "PM" | "ZM" | "EH" | "EE" | "EG" | "ZA" | "EC" | "IT" | "VN" | "SB" | "ET" | "SO" | "ZW" | "SA" | "ES" | "ER" | "ME" | "MD" | "MG" | "MF" | "MA" | "MC" | "UZ" | "ML" | "MO" | "MN" | "MH" | "MK" | "MU" | "MT" | "MW" | "MV" | "MQ" | "MP" | "MS" | "MR" | "IM" | "UG" | "TZ" | "MY" | "MX" | "IL" | "FR" | "IO" | "SH" | "FI" | "FJ" | "FK" | "FM" | "FO" | "NI" | "NL" | "NO" | "NA" | "VU" | "NC" | "NE" | "NF" | "NG" | "NZ" | "NP" | "NR" | "NU" | "CK" | "XK" | "CI" | "CH" | "CO" | "CN" | "CM" | "CL" | "CC" | "CA" | "CG" | "CF" | "CD" | "CZ" | "CY" | "CX" | "CR" | "CW" | "CV" | "CU" | "SZ" | "SY" | "SX" | "KG" | "KE" | "SS" | "SR" | "KI" | "KH" | "KN" | "KM" | "ST" | "SK" | "KR" | "SI" | "KP" | "KW" | "SN" | "SM" | "SL" | "SC" | "KZ" | "KY" | "SG" | "SE" | "SD" | "DO" | "DM" | "DJ" | "DK" | "VG" | "DE" | "YE" | "DZ" | "US" | "UY" | "YT" | "UM" | "LB" | "LC" | "LA" | "TV" | "TW" | "TT" | "TR" | "LK" | "LI" | "LV" | "TO" | "LT" | "LU" | "LR" | "LS" | "TH" | "TF" | "TG" | "TD" | "TC" | "LY" | "VA" | "VC" | "AE" | "AD" | "AG" | "AF" | "AI" | "VI" | "IS" | "IR" | "AM" | "AL" | "AO" | "AQ" | "AS" | "AR" | "AU" | "AT" | "AW" | "IN" | "AX" | "AZ" | "IE" | "ID" | "UA" | "QA" | "MZ" | "ZZ" | BentoCountryCode>;
|
|
@@ -29,13 +30,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29
30
|
default: any;
|
|
30
31
|
};
|
|
31
32
|
variant: {
|
|
32
|
-
type: PropType<"name" | "
|
|
33
|
+
type: PropType<"name" | "custom" | "iso" | "phone_code" | "capital" | BentoCountryVariant>;
|
|
33
34
|
default: BentoCountryVariant;
|
|
34
35
|
validator: (value: BentoCountryVariant) => boolean;
|
|
35
36
|
};
|
|
36
37
|
}>>, {
|
|
37
38
|
code: "MM" | "BD" | "BE" | "BF" | "BG" | "BA" | "BB" | "WF" | "BL" | "BM" | "BN" | "BO" | "BH" | "BI" | "BJ" | "BT" | "JM" | "BV" | "BW" | "WS" | "BQ" | "BR" | "BS" | "JE" | "BY" | "BZ" | "RU" | "RW" | "RS" | "TL" | "RE" | "TM" | "TJ" | "RO" | "TK" | "GW" | "GU" | "GT" | "GS" | "GR" | "GQ" | "GP" | "JP" | "GY" | "GG" | "GF" | "GE" | "GD" | "GB" | "GA" | "SV" | "GN" | "GM" | "GL" | "GI" | "GH" | "OM" | "TN" | "JO" | "HR" | "HT" | "HU" | "HK" | "HN" | "HM" | "VE" | "PR" | "PS" | "PW" | "PT" | "SJ" | "PY" | "IQ" | "PA" | "PF" | "PG" | "PE" | "PK" | "PH" | "PN" | "PL" | "PM" | "ZM" | "EH" | "EE" | "EG" | "ZA" | "EC" | "IT" | "VN" | "SB" | "ET" | "SO" | "ZW" | "SA" | "ES" | "ER" | "ME" | "MD" | "MG" | "MF" | "MA" | "MC" | "UZ" | "ML" | "MO" | "MN" | "MH" | "MK" | "MU" | "MT" | "MW" | "MV" | "MQ" | "MP" | "MS" | "MR" | "IM" | "UG" | "TZ" | "MY" | "MX" | "IL" | "FR" | "IO" | "SH" | "FI" | "FJ" | "FK" | "FM" | "FO" | "NI" | "NL" | "NO" | "NA" | "VU" | "NC" | "NE" | "NF" | "NG" | "NZ" | "NP" | "NR" | "NU" | "CK" | "XK" | "CI" | "CH" | "CO" | "CN" | "CM" | "CL" | "CC" | "CA" | "CG" | "CF" | "CD" | "CZ" | "CY" | "CX" | "CR" | "CW" | "CV" | "CU" | "SZ" | "SY" | "SX" | "KG" | "KE" | "SS" | "SR" | "KI" | "KH" | "KN" | "KM" | "ST" | "SK" | "KR" | "SI" | "KP" | "KW" | "SN" | "SM" | "SL" | "SC" | "KZ" | "KY" | "SG" | "SE" | "SD" | "DO" | "DM" | "DJ" | "DK" | "VG" | "DE" | "YE" | "DZ" | "US" | "UY" | "YT" | "UM" | "LB" | "LC" | "LA" | "TV" | "TW" | "TT" | "TR" | "LK" | "LI" | "LV" | "TO" | "LT" | "LU" | "LR" | "LS" | "TH" | "TF" | "TG" | "TD" | "TC" | "LY" | "VA" | "VC" | "AE" | "AD" | "AG" | "AF" | "AI" | "VI" | "IS" | "IR" | "AM" | "AL" | "AO" | "AQ" | "AS" | "AR" | "AU" | "AT" | "AW" | "IN" | "AX" | "AZ" | "IE" | "ID" | "UA" | "QA" | "MZ" | "ZZ" | BentoCountryCode;
|
|
38
39
|
label: string;
|
|
39
|
-
variant: "name" | "
|
|
40
|
+
variant: "name" | "custom" | "iso" | "phone_code" | "capital" | BentoCountryVariant;
|
|
40
41
|
}>;
|
|
41
42
|
export default _default;
|
|
@@ -32,11 +32,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32
32
|
title: string;
|
|
33
33
|
image: "1-generic-use" | "2-generic-use" | "3-generic-use" | "4-generic-use" | "adding-payment-methods" | "adyen-giving" | "internal-error" | "no-results-found" | "notifications-cleared" | "page-not-found" | "planned-maintenance" | "referrals" | "upload-files" | "wrong-environment";
|
|
34
34
|
variant: "condensed" | "full-page" | "embedded" | "basic";
|
|
35
|
+
action: import("../button").BentoButtonActionObject;
|
|
35
36
|
headingEl: "div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span";
|
|
36
37
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
37
38
|
action: {
|
|
38
39
|
type: PropType<import("../button").BentoButtonActionObject>;
|
|
39
|
-
|
|
40
|
+
default: any;
|
|
41
|
+
validator: (value: import("../button").BentoButtonActionObject) => boolean;
|
|
40
42
|
};
|
|
41
43
|
description: {
|
|
42
44
|
type: StringConstructor;
|
|
@@ -64,7 +66,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
64
66
|
}>>, import("vue/types/v3-component-props").DefaultKeys<{
|
|
65
67
|
action: {
|
|
66
68
|
type: PropType<import("../button").BentoButtonActionObject>;
|
|
67
|
-
|
|
69
|
+
default: any;
|
|
70
|
+
validator: (value: import("../button").BentoButtonActionObject) => boolean;
|
|
68
71
|
};
|
|
69
72
|
description: {
|
|
70
73
|
type: StringConstructor;
|
|
@@ -138,6 +141,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
138
141
|
page: number;
|
|
139
142
|
size: number;
|
|
140
143
|
ariaLabel: string;
|
|
144
|
+
virtualScroll: boolean;
|
|
141
145
|
totalCount: number;
|
|
142
146
|
hasNext: boolean;
|
|
143
147
|
hidePageSize: boolean;
|
|
@@ -168,6 +172,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
168
172
|
type: NumberConstructor;
|
|
169
173
|
default: any;
|
|
170
174
|
};
|
|
175
|
+
virtualScroll: {
|
|
176
|
+
type: BooleanConstructor;
|
|
177
|
+
default: boolean;
|
|
178
|
+
};
|
|
171
179
|
}>>, import("vue/types/v3-component-props").DefaultKeys<{
|
|
172
180
|
ariaLabel: {
|
|
173
181
|
type: StringConstructor;
|
|
@@ -195,6 +203,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
195
203
|
type: NumberConstructor;
|
|
196
204
|
default: any;
|
|
197
205
|
};
|
|
206
|
+
virtualScroll: {
|
|
207
|
+
type: BooleanConstructor;
|
|
208
|
+
default: boolean;
|
|
209
|
+
};
|
|
198
210
|
}>>>>;
|
|
199
211
|
default: any;
|
|
200
212
|
};
|
|
@@ -341,11 +353,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
341
353
|
title: string;
|
|
342
354
|
image: "1-generic-use" | "2-generic-use" | "3-generic-use" | "4-generic-use" | "adding-payment-methods" | "adyen-giving" | "internal-error" | "no-results-found" | "notifications-cleared" | "page-not-found" | "planned-maintenance" | "referrals" | "upload-files" | "wrong-environment";
|
|
343
355
|
variant: "condensed" | "full-page" | "embedded" | "basic";
|
|
356
|
+
action: import("../button").BentoButtonActionObject;
|
|
344
357
|
headingEl: "div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span";
|
|
345
358
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
346
359
|
action: {
|
|
347
360
|
type: PropType<import("../button").BentoButtonActionObject>;
|
|
348
|
-
|
|
361
|
+
default: any;
|
|
362
|
+
validator: (value: import("../button").BentoButtonActionObject) => boolean;
|
|
349
363
|
};
|
|
350
364
|
description: {
|
|
351
365
|
type: StringConstructor;
|
|
@@ -373,7 +387,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
373
387
|
}>>, import("vue/types/v3-component-props").DefaultKeys<{
|
|
374
388
|
action: {
|
|
375
389
|
type: PropType<import("../button").BentoButtonActionObject>;
|
|
376
|
-
|
|
390
|
+
default: any;
|
|
391
|
+
validator: (value: import("../button").BentoButtonActionObject) => boolean;
|
|
377
392
|
};
|
|
378
393
|
description: {
|
|
379
394
|
type: StringConstructor;
|
|
@@ -429,6 +444,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
429
444
|
onPaginationNavigate: (page: number) => void;
|
|
430
445
|
onItemsPerPageChange: (itemsPerPage: number) => void;
|
|
431
446
|
filterBarRef: import("vue").Ref<import("vue/types/v3-component-public-instance").Vue3Instance<{}, Readonly<import("vue").ExtractPropTypes<{
|
|
447
|
+
config: {
|
|
448
|
+
type: PropType<import("../filter-bar").BentoFilterBarModel>;
|
|
449
|
+
default: () => any[];
|
|
450
|
+
};
|
|
432
451
|
searchTerm: {
|
|
433
452
|
type: StringConstructor;
|
|
434
453
|
default: any;
|
|
@@ -442,6 +461,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
442
461
|
default: () => any[];
|
|
443
462
|
};
|
|
444
463
|
}>>, Readonly<import("vue").ExtractPropTypes<{
|
|
464
|
+
config: {
|
|
465
|
+
type: PropType<import("../filter-bar").BentoFilterBarModel>;
|
|
466
|
+
default: () => any[];
|
|
467
|
+
};
|
|
445
468
|
searchTerm: {
|
|
446
469
|
type: StringConstructor;
|
|
447
470
|
default: any;
|
|
@@ -456,9 +479,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
456
479
|
};
|
|
457
480
|
}>>, (import("../filter-bar").BentoFilterBarEvent | import("../search-bar").BentoSearchBarEvent)[], {
|
|
458
481
|
value: import("../filter-bar").BentoFilterBarModel;
|
|
482
|
+
config: import("../filter-bar").BentoFilterBarModel;
|
|
459
483
|
searchTerm: string;
|
|
460
484
|
filterValues: import("../filter-bar").BentoFilterValues;
|
|
461
485
|
}, true, import("vue/types/v3-component-options").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, any>> & Readonly<Readonly<import("vue").ExtractPropTypes<{
|
|
486
|
+
config: {
|
|
487
|
+
type: PropType<import("../filter-bar").BentoFilterBarModel>;
|
|
488
|
+
default: () => any[];
|
|
489
|
+
};
|
|
462
490
|
searchTerm: {
|
|
463
491
|
type: StringConstructor;
|
|
464
492
|
default: any;
|
|
@@ -479,6 +507,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
479
507
|
persistentFilters: import("vue").ComputedRef<import("../filter-bar").BentoFilterModel[]>;
|
|
480
508
|
regularFilters: import("vue").ComputedRef<import("../filter-bar").BentoFilterModel[]>;
|
|
481
509
|
isResetAllVisible: import("vue").ComputedRef<boolean>;
|
|
510
|
+
valueAndFilterValuesPropsMerged: import("vue").ComputedRef<import("../filter-bar").BentoFilterBarModel>;
|
|
482
511
|
updateAllFilters: (newFilters: import("../filter-bar").BentoFilterBarModel) => void;
|
|
483
512
|
updateFilterHandler: (updatedFilter: import("../filter-bar").BentoFilterModel) => void;
|
|
484
513
|
clearAllFilters: () => void;
|
|
@@ -486,6 +515,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
486
515
|
onSearchbarInput: (newSearchTerm: string) => void;
|
|
487
516
|
resetAllFilters: () => void;
|
|
488
517
|
}> & import("vue/types/v3-component-options").ExtractComputedReturns<{}> & import("vue").ComponentCustomProperties & Readonly<import("vue").ExtractPropTypes<{
|
|
518
|
+
config: {
|
|
519
|
+
type: PropType<import("../filter-bar").BentoFilterBarModel>;
|
|
520
|
+
default: () => any[];
|
|
521
|
+
};
|
|
489
522
|
searchTerm: {
|
|
490
523
|
type: StringConstructor;
|
|
491
524
|
default: any;
|
|
@@ -614,11 +647,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
614
647
|
title: string;
|
|
615
648
|
image: "1-generic-use" | "2-generic-use" | "3-generic-use" | "4-generic-use" | "adding-payment-methods" | "adyen-giving" | "internal-error" | "no-results-found" | "notifications-cleared" | "page-not-found" | "planned-maintenance" | "referrals" | "upload-files" | "wrong-environment";
|
|
616
649
|
variant: "condensed" | "full-page" | "embedded" | "basic";
|
|
650
|
+
action: import("../button").BentoButtonActionObject;
|
|
617
651
|
headingEl: "div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span";
|
|
618
652
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
619
653
|
action: {
|
|
620
654
|
type: PropType<import("../button").BentoButtonActionObject>;
|
|
621
|
-
|
|
655
|
+
default: any;
|
|
656
|
+
validator: (value: import("../button").BentoButtonActionObject) => boolean;
|
|
622
657
|
};
|
|
623
658
|
description: {
|
|
624
659
|
type: StringConstructor;
|
|
@@ -646,7 +681,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
646
681
|
}>>, import("vue/types/v3-component-props").DefaultKeys<{
|
|
647
682
|
action: {
|
|
648
683
|
type: PropType<import("../button").BentoButtonActionObject>;
|
|
649
|
-
|
|
684
|
+
default: any;
|
|
685
|
+
validator: (value: import("../button").BentoButtonActionObject) => boolean;
|
|
650
686
|
};
|
|
651
687
|
description: {
|
|
652
688
|
type: StringConstructor;
|
|
@@ -720,6 +756,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
720
756
|
page: number;
|
|
721
757
|
size: number;
|
|
722
758
|
ariaLabel: string;
|
|
759
|
+
virtualScroll: boolean;
|
|
723
760
|
totalCount: number;
|
|
724
761
|
hasNext: boolean;
|
|
725
762
|
hidePageSize: boolean;
|
|
@@ -750,6 +787,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
750
787
|
type: NumberConstructor;
|
|
751
788
|
default: any;
|
|
752
789
|
};
|
|
790
|
+
virtualScroll: {
|
|
791
|
+
type: BooleanConstructor;
|
|
792
|
+
default: boolean;
|
|
793
|
+
};
|
|
753
794
|
}>>, import("vue/types/v3-component-props").DefaultKeys<{
|
|
754
795
|
ariaLabel: {
|
|
755
796
|
type: StringConstructor;
|
|
@@ -777,6 +818,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
777
818
|
type: NumberConstructor;
|
|
778
819
|
default: any;
|
|
779
820
|
};
|
|
821
|
+
virtualScroll: {
|
|
822
|
+
type: BooleanConstructor;
|
|
823
|
+
default: boolean;
|
|
824
|
+
};
|
|
780
825
|
}>>>>;
|
|
781
826
|
default: any;
|
|
782
827
|
};
|
|
@@ -811,8 +856,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
811
856
|
}>>, {
|
|
812
857
|
filters: import("../filter-bar").BentoFilterBarModel;
|
|
813
858
|
condensed: boolean;
|
|
814
|
-
loading: boolean;
|
|
815
859
|
outline: boolean;
|
|
860
|
+
loading: boolean;
|
|
861
|
+
emptyState: any;
|
|
816
862
|
lazyLoadType: BentoLazyLoadType;
|
|
817
863
|
fitContent: boolean;
|
|
818
864
|
hasResizableColumns: boolean;
|
|
@@ -821,69 +867,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
821
867
|
allowRowClicks: boolean;
|
|
822
868
|
allowColumnDragAndDrop: boolean;
|
|
823
869
|
columnPanel: boolean;
|
|
824
|
-
emptyState: Readonly<Partial<{
|
|
825
|
-
description: string;
|
|
826
|
-
title: string;
|
|
827
|
-
image: "1-generic-use" | "2-generic-use" | "3-generic-use" | "4-generic-use" | "adding-payment-methods" | "adyen-giving" | "internal-error" | "no-results-found" | "notifications-cleared" | "page-not-found" | "planned-maintenance" | "referrals" | "upload-files" | "wrong-environment";
|
|
828
|
-
variant: "condensed" | "full-page" | "embedded" | "basic";
|
|
829
|
-
headingEl: "div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span";
|
|
830
|
-
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
831
|
-
action: {
|
|
832
|
-
type: PropType<import("../button").BentoButtonActionObject>;
|
|
833
|
-
required: true;
|
|
834
|
-
};
|
|
835
|
-
description: {
|
|
836
|
-
type: StringConstructor;
|
|
837
|
-
default: any;
|
|
838
|
-
};
|
|
839
|
-
headingEl: {
|
|
840
|
-
type: PropType<"div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span">;
|
|
841
|
-
default: any;
|
|
842
|
-
validator: (value: import("../typography").BentoTypographyElement) => boolean;
|
|
843
|
-
};
|
|
844
|
-
image: {
|
|
845
|
-
type: PropType<"1-generic-use" | "2-generic-use" | "3-generic-use" | "4-generic-use" | "adding-payment-methods" | "adyen-giving" | "internal-error" | "no-results-found" | "notifications-cleared" | "page-not-found" | "planned-maintenance" | "referrals" | "upload-files" | "wrong-environment">;
|
|
846
|
-
default: any;
|
|
847
|
-
validator: (value: import("../empty-state").BentoEmptyStateImage) => boolean;
|
|
848
|
-
};
|
|
849
|
-
title: {
|
|
850
|
-
type: StringConstructor;
|
|
851
|
-
default: string;
|
|
852
|
-
};
|
|
853
|
-
variant: {
|
|
854
|
-
type: PropType<"condensed" | "full-page" | "embedded" | "basic">;
|
|
855
|
-
default: string;
|
|
856
|
-
validator: (value: import("../empty-state").BentoEmptyStateVariant) => boolean;
|
|
857
|
-
};
|
|
858
|
-
}>>, import("vue/types/v3-component-props").DefaultKeys<{
|
|
859
|
-
action: {
|
|
860
|
-
type: PropType<import("../button").BentoButtonActionObject>;
|
|
861
|
-
required: true;
|
|
862
|
-
};
|
|
863
|
-
description: {
|
|
864
|
-
type: StringConstructor;
|
|
865
|
-
default: any;
|
|
866
|
-
};
|
|
867
|
-
headingEl: {
|
|
868
|
-
type: PropType<"div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span">;
|
|
869
|
-
default: any;
|
|
870
|
-
validator: (value: import("../typography").BentoTypographyElement) => boolean;
|
|
871
|
-
};
|
|
872
|
-
image: {
|
|
873
|
-
type: PropType<"1-generic-use" | "2-generic-use" | "3-generic-use" | "4-generic-use" | "adding-payment-methods" | "adyen-giving" | "internal-error" | "no-results-found" | "notifications-cleared" | "page-not-found" | "planned-maintenance" | "referrals" | "upload-files" | "wrong-environment">;
|
|
874
|
-
default: any;
|
|
875
|
-
validator: (value: import("../empty-state").BentoEmptyStateImage) => boolean;
|
|
876
|
-
};
|
|
877
|
-
title: {
|
|
878
|
-
type: StringConstructor;
|
|
879
|
-
default: string;
|
|
880
|
-
};
|
|
881
|
-
variant: {
|
|
882
|
-
type: PropType<"condensed" | "full-page" | "embedded" | "basic">;
|
|
883
|
-
default: string;
|
|
884
|
-
validator: (value: import("../empty-state").BentoEmptyStateVariant) => boolean;
|
|
885
|
-
};
|
|
886
|
-
}>>>;
|
|
887
870
|
filterSearchTerm: string;
|
|
888
871
|
getDataItemId: BentoDatagridGetDataItemIdFn;
|
|
889
872
|
isDataItemDisabled: BentoDatagridIsDataItemDisabledFn;
|
|
@@ -31,8 +31,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31
31
|
default: boolean;
|
|
32
32
|
};
|
|
33
33
|
}>>, {
|
|
34
|
+
disableTypography: boolean;
|
|
34
35
|
date: string | number | Date;
|
|
35
36
|
format: "d" | "EEEE" | "h:mm aa" | "H:mm" | "h:mm:ss aa" | "H:mm:ss" | "LLLL dd, yyyy" | "LLL dd, yyyy" | BentoDateFormat | "LLL dd, yyyy, h:mm:ss aa" | "LLL dd, yyyy, H:mm:ss" | "LLL dd, yyyy, h:mm:ss aa O" | "LLL dd, yyyy, H:mm:ss O" | "LLL dd, yyyy, h:mm aa" | "LLL dd, yyyy, h:mm aa O" | "LLL dd, yyyy, H:mm" | "LLL dd, yyyy, H:mm O";
|
|
36
|
-
disableTypography: boolean;
|
|
37
37
|
}>;
|
|
38
38
|
export default _default;
|
|
@@ -22,6 +22,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22
22
|
type: PropType<import("../internal").CalendarIsDateDisabled>;
|
|
23
23
|
default: any;
|
|
24
24
|
};
|
|
25
|
+
min: {
|
|
26
|
+
type: DateConstructor;
|
|
27
|
+
default: any;
|
|
28
|
+
};
|
|
29
|
+
max: {
|
|
30
|
+
type: DateConstructor;
|
|
31
|
+
default: any;
|
|
32
|
+
};
|
|
25
33
|
label: {
|
|
26
34
|
type: StringConstructor;
|
|
27
35
|
default: any;
|
|
@@ -90,6 +98,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
90
98
|
type: PropType<import("../internal").CalendarIsDateDisabled>;
|
|
91
99
|
default: any;
|
|
92
100
|
};
|
|
101
|
+
min: {
|
|
102
|
+
type: DateConstructor;
|
|
103
|
+
default: any;
|
|
104
|
+
};
|
|
105
|
+
max: {
|
|
106
|
+
type: DateConstructor;
|
|
107
|
+
default: any;
|
|
108
|
+
};
|
|
93
109
|
label: {
|
|
94
110
|
type: StringConstructor;
|
|
95
111
|
default: any;
|
|
@@ -116,10 +132,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
116
132
|
label: string;
|
|
117
133
|
required: boolean;
|
|
118
134
|
disabled: boolean;
|
|
135
|
+
optional: boolean;
|
|
136
|
+
readonly: boolean;
|
|
119
137
|
isDateDisabled: import("../internal").CalendarIsDateDisabled;
|
|
120
138
|
firstDayOfWeek: import("../internal").CalendarFirstDayOfWeek;
|
|
121
|
-
|
|
139
|
+
min: Date;
|
|
140
|
+
max: Date;
|
|
122
141
|
errorMessage: string;
|
|
123
|
-
readonly: boolean;
|
|
124
142
|
}>;
|
|
125
143
|
export default _default;
|
|
@@ -29,6 +29,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29
29
|
default: any;
|
|
30
30
|
validator: (value: number) => boolean;
|
|
31
31
|
};
|
|
32
|
+
min: {
|
|
33
|
+
type: DateConstructor;
|
|
34
|
+
default: any;
|
|
35
|
+
};
|
|
36
|
+
max: {
|
|
37
|
+
type: DateConstructor;
|
|
38
|
+
default: any;
|
|
39
|
+
};
|
|
32
40
|
numberOfMonths: {
|
|
33
41
|
type: NumberConstructor;
|
|
34
42
|
default: number;
|
|
@@ -114,6 +122,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
114
122
|
default: any;
|
|
115
123
|
validator: (value: number) => boolean;
|
|
116
124
|
};
|
|
125
|
+
min: {
|
|
126
|
+
type: DateConstructor;
|
|
127
|
+
default: any;
|
|
128
|
+
};
|
|
129
|
+
max: {
|
|
130
|
+
type: DateConstructor;
|
|
131
|
+
default: any;
|
|
132
|
+
};
|
|
117
133
|
numberOfMonths: {
|
|
118
134
|
type: NumberConstructor;
|
|
119
135
|
default: number;
|
|
@@ -131,6 +147,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
131
147
|
value: CalendarRangeDateValue;
|
|
132
148
|
isDateDisabled: import("../../../internal").CalendarIsDateDisabled;
|
|
133
149
|
firstDayOfWeek: import("../../../internal").CalendarFirstDayOfWeek;
|
|
150
|
+
min: Date;
|
|
151
|
+
max: Date;
|
|
134
152
|
maxRange: number;
|
|
135
153
|
numberOfMonths: number;
|
|
136
154
|
allowTimeInput: boolean;
|
package/dist/@types/packages/vue2/src/components/date-range-picker/date-range-picker.vue.d.ts
CHANGED
|
@@ -52,6 +52,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
52
52
|
default: any;
|
|
53
53
|
validator: (value: number) => boolean;
|
|
54
54
|
};
|
|
55
|
+
min: {
|
|
56
|
+
type: DateConstructor;
|
|
57
|
+
default: any;
|
|
58
|
+
};
|
|
59
|
+
max: {
|
|
60
|
+
type: DateConstructor;
|
|
61
|
+
default: any;
|
|
62
|
+
};
|
|
55
63
|
numberOfMonths: {
|
|
56
64
|
type: NumberConstructor;
|
|
57
65
|
default: number;
|
|
@@ -140,6 +148,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
140
148
|
default: any;
|
|
141
149
|
validator: (value: number) => boolean;
|
|
142
150
|
};
|
|
151
|
+
min: {
|
|
152
|
+
type: DateConstructor;
|
|
153
|
+
default: any;
|
|
154
|
+
};
|
|
155
|
+
max: {
|
|
156
|
+
type: DateConstructor;
|
|
157
|
+
default: any;
|
|
158
|
+
};
|
|
143
159
|
numberOfMonths: {
|
|
144
160
|
type: NumberConstructor;
|
|
145
161
|
default: number;
|
|
@@ -155,13 +171,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
155
171
|
label: string;
|
|
156
172
|
required: boolean;
|
|
157
173
|
disabled: boolean;
|
|
174
|
+
optional: boolean;
|
|
175
|
+
readonly: boolean;
|
|
158
176
|
isDateDisabled: import("../internal").CalendarIsDateDisabled;
|
|
159
177
|
firstDayOfWeek: import("../internal").CalendarFirstDayOfWeek;
|
|
178
|
+
min: Date;
|
|
179
|
+
max: Date;
|
|
160
180
|
maxRange: number;
|
|
161
181
|
numberOfMonths: number;
|
|
162
|
-
optional: boolean;
|
|
163
182
|
errorMessage: string;
|
|
164
|
-
readonly: boolean;
|
|
165
183
|
allowTimeInput: boolean;
|
|
166
184
|
quickSelectRanges: DateRangePickerCalendarRangeSelectorItems;
|
|
167
185
|
}>;
|
|
@@ -151,9 +151,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
151
151
|
}>>, {
|
|
152
152
|
value: string;
|
|
153
153
|
disabled: boolean;
|
|
154
|
+
readonly: boolean;
|
|
154
155
|
open: boolean;
|
|
155
156
|
multiple: boolean;
|
|
156
|
-
readonly: boolean;
|
|
157
157
|
ariaLabel: string;
|
|
158
158
|
additionalItemsSelected: number;
|
|
159
159
|
ariaLabelledby: string;
|
|
@@ -148,9 +148,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
148
148
|
}>>, {
|
|
149
149
|
value: string;
|
|
150
150
|
disabled: boolean;
|
|
151
|
+
readonly: boolean;
|
|
151
152
|
open: boolean;
|
|
152
153
|
multiple: boolean;
|
|
153
|
-
readonly: boolean;
|
|
154
154
|
ariaLabel: string;
|
|
155
155
|
additionalItemsSelected: number;
|
|
156
156
|
ariaLabelledby: string;
|