@adyen/bento-vue2 1.9.0 → 1.10.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/packages/vue2/src/components/button/button.vue.d.ts +19 -3580
- package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.types.d.ts +2 -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 +2 -0
- package/dist/@types/packages/vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue.d.ts +2 -0
- package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-cell-actions/data-grid-cell-actions.types.d.ts +14 -0
- package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-cell-actions/data-grid-cell-actions.vue.d.ts +33 -0
- package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-columns/data-grid-columns-types.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-columns/data-grid-columns.vue.d.ts +20 -4
- package/dist/@types/packages/vue2/src/components/data-grid/components/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/data-grid/composables/useCalculateColumnWidth/useCalculateColumnWidth.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/data-grid/composables/useColumnReorderer/useColumnReorderer.d.ts +54 -0
- package/dist/@types/packages/vue2/src/components/data-grid/composables/useConfigSettings/useConfigSettings.d.ts +81 -0
- package/dist/@types/packages/vue2/src/components/data-grid/composables/useSelector.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/data-grid/data-grid.types.d.ts +5 -2
- package/dist/@types/packages/vue2/src/components/data-grid/data-grid.vue.d.ts +16 -7
- package/dist/@types/packages/vue2/src/components/divider/divider.keys.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/divider/divider.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-base-textbox/dropdown-base-textbox.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-base-textbox/dropdown-base-textbox.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-default-textbox/dropdown-default-textbox.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-options-container/dropdown-options-container.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-small-textbox/dropdown-small-textbox.vue.d.ts +3 -3
- 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/composables/useDisplayValue.types.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/dropdown/dropdown.vue.d.ts +11 -1
- package/dist/@types/packages/vue2/src/components/empty-state/empty-state.types.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/empty-state/empty-state.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/filter-bar/components/all-filters-modal/all-filters-modal.vue.d.ts +84 -12
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue.d.ts +2 -0
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-tag-filter/select-tag-filter.vue.d.ts +2 -0
- package/dist/@types/packages/vue2/src/components/filter-bar/filter-bar.types.d.ts +3 -1
- package/dist/@types/packages/vue2/src/components/internal/controls-group/controls-group.vue.d.ts +8 -0
- package/dist/@types/packages/vue2/src/components/internal/copy/copy.types.d.ts +8 -0
- package/dist/@types/packages/vue2/src/components/internal/copy/copy.vue.d.ts +20 -0
- package/dist/@types/packages/vue2/src/components/internal/copy/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-multi-select/components/listbox-multi-select-options/components/listbox-multi-select-category/listbox-multi-select-category.types.d.ts +2 -1
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-multi-select/components/listbox-multi-select-options/components/listbox-multi-select-category/listbox-multi-select-category.vue.d.ts +82 -0
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-multi-select/components/listbox-multi-select-options/listbox-multi-select-options.vue.d.ts +10 -0
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-multi-select/listbox-multi-select.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-single-select/components/listbox-single-select-category/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-single-select/components/listbox-single-select-category/listbox-single-select-category.vue.d.ts +12 -0
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-single-select/listbox-single-select.vue.d.ts +10 -0
- package/dist/@types/packages/vue2/src/components/internal/listbox/composables/use-multi-level-items/use-multi-level-items.d.ts +6 -0
- package/dist/@types/packages/vue2/src/components/internal/listbox/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/internal/listbox/listbox.vue.d.ts +12 -3
- package/dist/@types/packages/vue2/src/components/menu/components/menu-item/menu-item.types.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/menu/components/menu-item/menu-item.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/menu/components/sub-menu-item-list/sub-menu-item-list.vue.d.ts +2 -0
- package/dist/@types/packages/vue2/src/components/menu/menu.vue.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/modal/components/base-modal/base-modal.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/modal/components/modal-dialog/modal-dialog.vue.d.ts +251 -3
- package/dist/@types/packages/vue2/src/components/radio-group/radio-group.vue.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/structured-list/components/structered-list-item/structured-list-item.vue.d.ts +3 -4
- package/dist/@types/packages/vue2/src/components/structured-list/structured-list.types.d.ts +2 -0
- package/dist/@types/packages/vue2/src/components/structured-list/structured-list.vue.d.ts +16 -3
- package/dist/@types/packages/vue2/src/components/timeline/components/timeline-item/timeline-item.vue.d.ts +15 -10
- package/dist/@types/packages/vue2/src/components/timeline/timeline.types.d.ts +9 -0
- package/dist/@types/packages/vue2/src/types/elements.d.ts +2 -1
- package/dist/accordion.js +2 -2
- package/dist/action-bar.js +5 -5
- package/dist/alert.js +8 -8
- package/dist/alert.js.map +1 -1
- package/dist/assets/base-modal.css +1 -1
- package/dist/assets/button.css +1 -1
- package/dist/assets/checkbox.css +1 -1
- package/dist/assets/controls-group.css +1 -1
- package/dist/assets/copy.css +1 -1
- package/dist/assets/dropdown-default-textbox.css +1 -1
- package/dist/assets/dropdown.css +1 -1
- 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/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/listbox.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 +20 -18
- package/dist/button.js.map +1 -1
- package/dist/card.js +2 -2
- package/dist/checkbox.js +61 -48
- package/dist/checkbox.js.map +1 -1
- package/dist/chunks/{base-button.df9a9bea.js → base-button.46843461.js} +2 -2
- package/dist/chunks/{base-button.df9a9bea.js.map → base-button.46843461.js.map} +1 -1
- package/dist/chunks/{base-modal.75319f4e.js → base-modal.193ce866.js} +33 -33
- package/dist/chunks/base-modal.193ce866.js.map +1 -0
- package/dist/chunks/{button-actions-with-menu.32770485.js → button-actions-with-menu.11988565.js} +3 -3
- package/dist/chunks/{button-actions-with-menu.32770485.js.map → button-actions-with-menu.11988565.js.map} +1 -1
- package/dist/chunks/button.f3f05408.js +100 -0
- package/dist/chunks/button.f3f05408.js.map +1 -0
- package/dist/chunks/{calendar.a885d8fc.js → calendar.7dbac3b8.js} +4 -4
- package/dist/chunks/{calendar.a885d8fc.js.map → calendar.7dbac3b8.js.map} +1 -1
- package/dist/chunks/checkbox.f6f6ce39.js +188 -0
- package/dist/chunks/checkbox.f6f6ce39.js.map +1 -0
- package/dist/chunks/{controls-group.dd967ccf.js → controls-group.24a9efb1.js} +15 -11
- package/dist/chunks/controls-group.24a9efb1.js.map +1 -0
- package/dist/chunks/copy.f4019f8d.js +122 -0
- package/dist/chunks/copy.f4019f8d.js.map +1 -0
- package/dist/chunks/{cross-circle-fill.7c07d16a.js → cross-circle-fill.27580c4b.js} +5 -5
- package/dist/chunks/{cross-circle-fill.7c07d16a.js.map → cross-circle-fill.27580c4b.js.map} +1 -1
- package/dist/chunks/{dropdown-default-textbox.465db4d4.js → dropdown-default-textbox.a1240b9d.js} +11 -11
- package/dist/chunks/dropdown-default-textbox.a1240b9d.js.map +1 -0
- package/dist/chunks/{dropdown.6461dbe3.js → dropdown.f784ac67.js} +258 -221
- package/dist/chunks/dropdown.f784ac67.js.map +1 -0
- package/dist/chunks/{field-label.01df3cba.js → field-label.bdf22f47.js} +5 -5
- package/dist/chunks/{field-label.01df3cba.js.map → field-label.bdf22f47.js.map} +1 -1
- package/dist/chunks/{fixed-scroller.42354ccc.js → fixed-scroller.28158c25.js} +2 -2
- package/dist/chunks/{fixed-scroller.42354ccc.js.map → fixed-scroller.28158c25.js.map} +1 -1
- package/dist/chunks/{footer-actions.2cd9079e.js → footer-actions.08a8323b.js} +3 -3
- package/dist/chunks/{footer-actions.2cd9079e.js.map → footer-actions.08a8323b.js.map} +1 -1
- package/dist/chunks/{index.02da8d63.js → index.1036f656.js} +3 -3
- package/dist/chunks/{index.02da8d63.js.map → index.1036f656.js.map} +1 -1
- package/dist/chunks/{index.322692c8.js → index.158c522b.js} +2 -2
- package/dist/chunks/{index.322692c8.js.map → index.158c522b.js.map} +1 -1
- package/dist/chunks/{index.f358c4bd.js → index.4824eab5.js} +163 -155
- package/dist/chunks/index.4824eab5.js.map +1 -0
- package/dist/chunks/{index.6cef7328.js → index.6c299479.js} +2 -2
- package/dist/chunks/{index.6cef7328.js.map → index.6c299479.js.map} +1 -1
- package/dist/chunks/{index.152b2b16.js → index.7039d901.js} +3 -3
- package/dist/chunks/{index.152b2b16.js.map → index.7039d901.js.map} +1 -1
- package/dist/chunks/{index.b201e81d.js → index.858b0720.js} +2 -2
- package/dist/chunks/{index.b201e81d.js.map → index.858b0720.js.map} +1 -1
- package/dist/chunks/{index.16914bb1.js → index.9051abfc.js} +9 -9
- package/dist/chunks/{index.16914bb1.js.map → index.9051abfc.js.map} +1 -1
- package/dist/chunks/index.9bdf4d78.js +147 -0
- package/dist/chunks/index.9bdf4d78.js.map +1 -0
- package/dist/chunks/{index.d1beb704.js → index.ad4b770b.js} +5 -5
- package/dist/chunks/{index.d1beb704.js.map → index.ad4b770b.js.map} +1 -1
- package/dist/chunks/index.f651209d.js +32 -0
- package/dist/chunks/index.f651209d.js.map +1 -0
- package/dist/chunks/{listbox-option-tag.55cd9c16.js → listbox-option-tag.60c0beca.js} +3 -3
- package/dist/chunks/{listbox-option-tag.55cd9c16.js.map → listbox-option-tag.60c0beca.js.map} +1 -1
- package/dist/chunks/{listbox.a117e6d4.js → listbox.163433c5.js} +475 -392
- package/dist/chunks/listbox.163433c5.js.map +1 -0
- package/dist/chunks/{loading-button.459b9ab4.js → loading-button.7b5d0c22.js} +20 -20
- package/dist/chunks/{loading-button.459b9ab4.js.map → loading-button.7b5d0c22.js.map} +1 -1
- package/dist/chunks/{tooltip.b8929659.js → tooltip.4a1300d5.js} +22 -22
- package/dist/chunks/tooltip.4a1300d5.js.map +1 -0
- package/dist/chunks/use-has-slot.fbeb19ec.js.map +1 -1
- package/dist/code-snippet.js +7 -7
- package/dist/code-snippet.js.map +1 -1
- package/dist/country.js +2 -2
- package/dist/currency.js +1 -1
- package/dist/data-grid.js +858 -668
- package/dist/data-grid.js.map +1 -1
- package/dist/date-picker.js +8 -8
- package/dist/date-range-picker.js +2 -2
- package/dist/date.js +1 -1
- package/dist/divider.js +2 -18
- package/dist/divider.js.map +1 -1
- package/dist/dropdown.js +4 -4
- package/dist/empty-state.js +18 -18
- package/dist/empty-state.js.map +1 -1
- package/dist/filter-bar.js +408 -399
- 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 +3 -3
- package/dist/index.js +66 -65
- package/dist/info-icon.js +3 -3
- package/dist/input-field.js +4 -4
- package/dist/internal.js +17 -15
- package/dist/link.js +2 -2
- package/dist/loading-indicator.js +1 -1
- package/dist/menu.js +1 -1
- package/dist/modal.js +62 -60
- package/dist/modal.js.map +1 -1
- package/dist/pagination.js +4 -4
- package/dist/payment-method.js +2 -2
- package/dist/popover.js +1 -1
- package/dist/popper-container.js +1 -1
- package/dist/radio-group.js +46 -45
- package/dist/radio-group.js.map +1 -1
- package/dist/search-bar.js +10 -10
- package/dist/segmented-control.js +3 -3
- package/dist/sidepanel.js +5 -5
- package/dist/status.js +2 -2
- package/dist/stepper.js +3 -3
- package/dist/structured-list.js +1 -1
- package/dist/summary-grid.js +3 -3
- package/dist/tabs.js +3 -3
- package/dist/tag.js +3 -3
- package/dist/textarea.js +95 -88
- package/dist/textarea.js.map +1 -1
- package/dist/timeline.js +198 -191
- package/dist/timeline.js.map +1 -1
- package/dist/toast.js +3 -3
- package/dist/toggle.js +2 -2
- package/dist/tutorial.js +5 -5
- package/dist/typography.js +1 -1
- package/dist/web-types.json +646 -361
- package/package.json +2 -2
- package/dist/chunks/base-modal.75319f4e.js.map +0 -1
- package/dist/chunks/button.7dd8d4de.js +0 -125
- package/dist/chunks/button.7dd8d4de.js.map +0 -1
- package/dist/chunks/checkbox.65743b08.js +0 -184
- package/dist/chunks/checkbox.65743b08.js.map +0 -1
- package/dist/chunks/controls-group.dd967ccf.js.map +0 -1
- package/dist/chunks/copy.e12b418e.js +0 -103
- package/dist/chunks/copy.e12b418e.js.map +0 -1
- package/dist/chunks/dropdown-default-textbox.465db4d4.js.map +0 -1
- package/dist/chunks/dropdown.6461dbe3.js.map +0 -1
- package/dist/chunks/index.0890dc99.js +0 -130
- package/dist/chunks/index.0890dc99.js.map +0 -1
- package/dist/chunks/index.f358c4bd.js.map +0 -1
- package/dist/chunks/listbox.a117e6d4.js.map +0 -1
- package/dist/chunks/tooltip.b8929659.js.map +0 -1
|
@@ -4,6 +4,8 @@ export interface BentoButtonActionObject extends BentoButtonProps {
|
|
|
4
4
|
title: string;
|
|
5
5
|
event?: (event: Event) => void;
|
|
6
6
|
icon?: VueNodeElement;
|
|
7
|
+
iconLeft?: VueNodeElement;
|
|
8
|
+
iconRight?: VueNodeElement;
|
|
7
9
|
state?: BentoLoadingButtonState | `${BentoLoadingButtonState}`;
|
|
8
10
|
}
|
|
9
11
|
export type BentoButtonActionsList = Array<BentoButtonActionObject>;
|
|
@@ -14,7 +14,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
14
14
|
default: boolean;
|
|
15
15
|
};
|
|
16
16
|
state: {
|
|
17
|
-
type: PropType<"start" | "loading" |
|
|
17
|
+
type: PropType<"start" | "loading" | "success" | BentoLoadingButtonState | "fail">;
|
|
18
18
|
default: BentoLoadingButtonState;
|
|
19
19
|
validator: (value: BentoLoadingButtonState) => boolean;
|
|
20
20
|
};
|
|
@@ -39,7 +39,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
39
39
|
default: boolean;
|
|
40
40
|
};
|
|
41
41
|
state: {
|
|
42
|
-
type: PropType<"start" | "loading" |
|
|
42
|
+
type: PropType<"start" | "loading" | "success" | BentoLoadingButtonState | "fail">;
|
|
43
43
|
default: BentoLoadingButtonState;
|
|
44
44
|
validator: (value: BentoLoadingButtonState) => boolean;
|
|
45
45
|
};
|
|
@@ -53,7 +53,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
53
53
|
condensed: boolean;
|
|
54
54
|
disabled: boolean;
|
|
55
55
|
inverse: boolean;
|
|
56
|
-
state: "start" | "loading" |
|
|
56
|
+
state: "start" | "loading" | "success" | BentoLoadingButtonState | "fail";
|
|
57
57
|
}>, {
|
|
58
58
|
default: (_: {}) => any;
|
|
59
59
|
}>;
|
|
@@ -61,6 +61,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
61
61
|
isChecked: import("vue").ComputedRef<boolean>;
|
|
62
62
|
isIndeterminate: import("vue").ComputedRef<boolean>;
|
|
63
63
|
shouldShowErrorMessage: import("vue").ComputedRef<boolean>;
|
|
64
|
+
contentSlotAvailable: import("vue").ComputedRef<boolean>;
|
|
65
|
+
hasContentSlot: import("vue").ComputedRef<boolean>;
|
|
64
66
|
hasSlot: (name: string) => boolean;
|
|
65
67
|
onChange: (event: Event) => void;
|
|
66
68
|
onClick: (event: Event) => void;
|
|
@@ -73,6 +73,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
73
73
|
validator: (value: BentoCheckboxGroupVariant) => boolean;
|
|
74
74
|
};
|
|
75
75
|
}, {
|
|
76
|
+
COMPONENT_NAME: string;
|
|
76
77
|
errorId: string;
|
|
77
78
|
isReadOnly: import("vue").ComputedRef<boolean>;
|
|
78
79
|
shouldShowGroupError: import("vue").ComputedRef<boolean>;
|
|
@@ -81,6 +82,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
81
82
|
'b-checkbox-group__checkboxes--horizontal': boolean;
|
|
82
83
|
}>;
|
|
83
84
|
inputValue: import("vue").Ref<(string | number)[]>;
|
|
85
|
+
hasContentSlot: (name: any) => boolean;
|
|
84
86
|
onInput: (value: any) => void;
|
|
85
87
|
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, BentoCheckboxEvent[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
86
88
|
description: {
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { BentoButtonActionObject } from "../../../button";
|
|
2
|
+
import type { BentoMenuItem } from "../../../menu/components";
|
|
3
|
+
import type { BentoDatagridDataItem } from "../..";
|
|
4
|
+
import { OmitStrict } from "../../../../types";
|
|
5
|
+
export type BentoColumnCellActionVariant = 'copy' | 'edit' | 'open' | 'more';
|
|
6
|
+
export type BentoColumnCellAction = OmitStrict<BentoButtonActionObject, 'variant' | 'event' | 'title' | 'icon' | 'state'> & {
|
|
7
|
+
title?: string;
|
|
8
|
+
event?: (rowDataItem: BentoDatagridDataItem, columnKey: string) => void;
|
|
9
|
+
isShort?: true;
|
|
10
|
+
variant?: BentoColumnCellActionVariant;
|
|
11
|
+
menuData?: BentoMenuItem[];
|
|
12
|
+
getCopyData?: (rowDataItem: BentoDatagridDataItem, columnKey: string) => string;
|
|
13
|
+
};
|
|
14
|
+
export type BentoColumnCellActions = BentoColumnCellAction[];
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { BentoDatagridDataItem } from "../../data-grid.types";
|
|
3
|
+
import type { BentoColumnCellActions } from './data-grid-cell-actions.types';
|
|
4
|
+
declare const _default: import("vue").DefineComponent<{
|
|
5
|
+
cellActions: {
|
|
6
|
+
type: PropType<BentoColumnCellActions>;
|
|
7
|
+
required: true;
|
|
8
|
+
validator: (value: BentoColumnCellActions) => boolean;
|
|
9
|
+
};
|
|
10
|
+
columnKey: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
rowDataItem: {
|
|
15
|
+
type: PropType<BentoDatagridDataItem>;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
}, {}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
+
cellActions: {
|
|
20
|
+
type: PropType<BentoColumnCellActions>;
|
|
21
|
+
required: true;
|
|
22
|
+
validator: (value: BentoColumnCellActions) => boolean;
|
|
23
|
+
};
|
|
24
|
+
columnKey: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
required: true;
|
|
27
|
+
};
|
|
28
|
+
rowDataItem: {
|
|
29
|
+
type: PropType<BentoDatagridDataItem>;
|
|
30
|
+
required: true;
|
|
31
|
+
};
|
|
32
|
+
}>>, {}>;
|
|
33
|
+
export default _default;
|
|
@@ -4,6 +4,7 @@ export declare enum DatagridColumnsEvent {
|
|
|
4
4
|
COLUMN_RESIZING = "column-resizing",
|
|
5
5
|
SORT = "sort",
|
|
6
6
|
SELECT_ALL_ROWS = "select-all-rows",
|
|
7
|
+
SELECT_ALL_ACROSS_PAGES = "select-all-across-pages",
|
|
7
8
|
COLUMN_MOVE = "column-move",
|
|
8
9
|
COLUMN_UPDATE = "column-update",
|
|
9
10
|
COLUMN_MENU_OPEN = "column-menu-open",
|
|
@@ -39,6 +39,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
39
39
|
type: PropType<BentoDatagridAllItemsSelectedState>;
|
|
40
40
|
default: any;
|
|
41
41
|
};
|
|
42
|
+
selectableAcrossPages: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
42
46
|
sortBy: {
|
|
43
47
|
type: PropType<BentoDatagridSortByColumn[]>;
|
|
44
48
|
default: () => any[];
|
|
@@ -67,12 +71,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
67
71
|
'b-data-grid-columns--config-settings-margin': boolean;
|
|
68
72
|
'b-data-grid-columns--frozen'?: undefined;
|
|
69
73
|
}>;
|
|
70
|
-
allItemsSelectedCheckboxState: import("vue").Ref<{
|
|
71
|
-
allItemsSelected: boolean;
|
|
72
|
-
isIndeterminate: boolean;
|
|
73
|
-
}>;
|
|
74
74
|
isSelectColumn: (column: BentoColumn) => boolean;
|
|
75
75
|
onAllRowSelect: (areAllItemsSelected: boolean) => void;
|
|
76
|
+
selectAllMenu: import("vue").ComputedRef<{
|
|
77
|
+
text: string;
|
|
78
|
+
handler: () => void;
|
|
79
|
+
}[]>;
|
|
76
80
|
conditionalSortDirectionClasses: (field: string, direction: BentoDatagridSortDirection) => {
|
|
77
81
|
'b-data-grid-columns__column-sort-icon--sorted': boolean;
|
|
78
82
|
};
|
|
@@ -100,6 +104,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
100
104
|
computeMenuPosition: (hasFirstColumnPanelRightAligned: any, index: any) => import("../../../popper-container").PopperContainerPositionExtended.BOTTOM_START | import("../../../popper-container").PopperContainerPositionExtended.BOTTOM_END;
|
|
101
105
|
BentoDatagridSortDirection: typeof BentoDatagridSortDirection;
|
|
102
106
|
DatagridColumnsEvent: typeof DatagridColumnsEvent;
|
|
107
|
+
t: import("vue-i18n-bridge").ComposerTranslation<import("../../../../utils/ts/i18n").i18nMessages, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
108
|
+
[x: string]: import("vue-i18n-bridge").LocaleMessageValue<import("vue-i18n-bridge").VueMessageType>;
|
|
109
|
+
}>, never, import("@intlify/core-base")._ResourcePath<{
|
|
110
|
+
[key: string]: string;
|
|
111
|
+
}>, import("@intlify/core-base")._ResourcePath<{
|
|
112
|
+
[key: string]: string;
|
|
113
|
+
}>> | ((key: "selectAll" | "freezeColumn" | "hideColumn" | "moveColumnLeft" | "moveColumnRight" | "selectPage" | "selectionMenu" | "showColumn" | "unfreezeColumn", values?: import("vue-i18n").default.Values) => string);
|
|
103
114
|
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, DatagridColumnsEvent[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
104
115
|
columns: {
|
|
105
116
|
type: PropType<BentoColumn[]>;
|
|
@@ -137,6 +148,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
137
148
|
type: PropType<BentoDatagridAllItemsSelectedState>;
|
|
138
149
|
default: any;
|
|
139
150
|
};
|
|
151
|
+
selectableAcrossPages: {
|
|
152
|
+
type: BooleanConstructor;
|
|
153
|
+
default: boolean;
|
|
154
|
+
};
|
|
140
155
|
sortBy: {
|
|
141
156
|
type: PropType<BentoDatagridSortByColumn[]>;
|
|
142
157
|
default: () => any[];
|
|
@@ -150,6 +165,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
150
165
|
hasFirstColumnPanelRightAligned: boolean;
|
|
151
166
|
isOnlyOneVisibleColumn: boolean;
|
|
152
167
|
allItemsSelectedState: BentoDatagridAllItemsSelectedState;
|
|
168
|
+
selectableAcrossPages: boolean;
|
|
153
169
|
sortBy: BentoDatagridSortByColumn[];
|
|
154
170
|
}>;
|
|
155
171
|
export default _default;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export { default as DataGridColumns } from './data-grid-columns/data-grid-columns.vue';
|
|
2
2
|
export { default as BentoDataGridConfigSettings } from './data-grid-config-settings/data-grid-config-settings.vue';
|
|
3
3
|
export { default as DataGridLazyLoad } from './data-grid-lazy-load/data-grid-lazy-load.vue';
|
|
4
|
+
export { default as DataGridCellActions } from './data-grid-cell-actions/data-grid-cell-actions.vue';
|
|
@@ -25,6 +25,7 @@ export declare const useCalculateColumnWidth: (newColumns: MaybeRef<BentoColumn[
|
|
|
25
25
|
visible?: boolean;
|
|
26
26
|
mandatory?: boolean;
|
|
27
27
|
frozen?: boolean;
|
|
28
|
+
cellActions?: import("../../components/data-grid-cell-actions/data-grid-cell-actions.types").BentoColumnCellActions;
|
|
28
29
|
}[]>;
|
|
29
30
|
gridColumnWidthStyle: import("vue").ComputedRef<{
|
|
30
31
|
width: string;
|
|
@@ -21,6 +21,33 @@ export declare const useColumnReorderer: (columnsRef: MaybeRef<BentoColumn[]>, h
|
|
|
21
21
|
visible?: boolean;
|
|
22
22
|
mandatory?: boolean;
|
|
23
23
|
frozen?: boolean;
|
|
24
|
+
cellActions?: {
|
|
25
|
+
link?: object;
|
|
26
|
+
type?: string;
|
|
27
|
+
condensed?: boolean;
|
|
28
|
+
critical?: boolean;
|
|
29
|
+
disabled?: boolean;
|
|
30
|
+
inverse?: boolean;
|
|
31
|
+
iconLeft?: object | Element | (object | Element)[];
|
|
32
|
+
iconRight?: object | Element | (object | Element)[];
|
|
33
|
+
title?: string;
|
|
34
|
+
event?: (rowDataItem: import("../../data-grid.types").BentoDatagridDataItem, columnKey: string) => void;
|
|
35
|
+
isShort?: true;
|
|
36
|
+
variant?: import("../../components/data-grid-cell-actions/data-grid-cell-actions.types").BentoColumnCellActionVariant;
|
|
37
|
+
menuData?: {
|
|
38
|
+
text: string;
|
|
39
|
+
handler: () => void;
|
|
40
|
+
secondaryText?: string;
|
|
41
|
+
items?: any[];
|
|
42
|
+
disabled?: boolean;
|
|
43
|
+
chevron?: boolean;
|
|
44
|
+
icon?: object | Element | (object | Element)[];
|
|
45
|
+
critical?: boolean;
|
|
46
|
+
indent?: boolean;
|
|
47
|
+
addDivider?: boolean;
|
|
48
|
+
}[];
|
|
49
|
+
getCopyData?: (rowDataItem: import("../../data-grid.types").BentoDatagridDataItem, columnKey: string) => string;
|
|
50
|
+
}[];
|
|
24
51
|
};
|
|
25
52
|
dragToLeft?: boolean;
|
|
26
53
|
target?: {
|
|
@@ -41,6 +68,33 @@ export declare const useColumnReorderer: (columnsRef: MaybeRef<BentoColumn[]>, h
|
|
|
41
68
|
visible?: boolean;
|
|
42
69
|
mandatory?: boolean;
|
|
43
70
|
frozen?: boolean;
|
|
71
|
+
cellActions?: {
|
|
72
|
+
link?: object;
|
|
73
|
+
type?: string;
|
|
74
|
+
condensed?: boolean;
|
|
75
|
+
critical?: boolean;
|
|
76
|
+
disabled?: boolean;
|
|
77
|
+
inverse?: boolean;
|
|
78
|
+
iconLeft?: object | Element | (object | Element)[];
|
|
79
|
+
iconRight?: object | Element | (object | Element)[];
|
|
80
|
+
title?: string;
|
|
81
|
+
event?: (rowDataItem: import("../../data-grid.types").BentoDatagridDataItem, columnKey: string) => void;
|
|
82
|
+
isShort?: true;
|
|
83
|
+
variant?: import("../../components/data-grid-cell-actions/data-grid-cell-actions.types").BentoColumnCellActionVariant;
|
|
84
|
+
menuData?: {
|
|
85
|
+
text: string;
|
|
86
|
+
handler: () => void;
|
|
87
|
+
secondaryText?: string;
|
|
88
|
+
items?: any[];
|
|
89
|
+
disabled?: boolean;
|
|
90
|
+
chevron?: boolean;
|
|
91
|
+
icon?: object | Element | (object | Element)[];
|
|
92
|
+
critical?: boolean;
|
|
93
|
+
indent?: boolean;
|
|
94
|
+
addDivider?: boolean;
|
|
95
|
+
}[];
|
|
96
|
+
getCopyData?: (rowDataItem: import("../../data-grid.types").BentoDatagridDataItem, columnKey: string) => string;
|
|
97
|
+
}[];
|
|
44
98
|
};
|
|
45
99
|
};
|
|
46
100
|
draggingEventsForColumns: import("vue").ComputedRef<{
|
|
@@ -21,6 +21,33 @@ export declare const useConfigSettings: (columnsRef: MaybeRef<BentoColumn[]>, em
|
|
|
21
21
|
visible?: boolean;
|
|
22
22
|
mandatory?: boolean;
|
|
23
23
|
frozen?: boolean;
|
|
24
|
+
cellActions?: {
|
|
25
|
+
link?: object;
|
|
26
|
+
type?: string;
|
|
27
|
+
condensed?: boolean;
|
|
28
|
+
critical?: boolean;
|
|
29
|
+
disabled?: boolean;
|
|
30
|
+
inverse?: boolean;
|
|
31
|
+
iconLeft?: object | Element | (object | Element)[];
|
|
32
|
+
iconRight?: object | Element | (object | Element)[];
|
|
33
|
+
title?: string;
|
|
34
|
+
event?: (rowDataItem: import("../../data-grid.types").BentoDatagridDataItem, columnKey: string) => void;
|
|
35
|
+
isShort?: true;
|
|
36
|
+
variant?: import("../../components/data-grid-cell-actions/data-grid-cell-actions.types").BentoColumnCellActionVariant;
|
|
37
|
+
menuData?: {
|
|
38
|
+
text: string;
|
|
39
|
+
handler: () => void;
|
|
40
|
+
secondaryText?: string;
|
|
41
|
+
items?: any[];
|
|
42
|
+
disabled?: boolean;
|
|
43
|
+
chevron?: boolean;
|
|
44
|
+
icon?: object | Element | (object | Element)[];
|
|
45
|
+
critical?: boolean;
|
|
46
|
+
indent?: boolean;
|
|
47
|
+
addDivider?: boolean;
|
|
48
|
+
}[];
|
|
49
|
+
getCopyData?: (rowDataItem: import("../../data-grid.types").BentoDatagridDataItem, columnKey: string) => string;
|
|
50
|
+
}[];
|
|
24
51
|
})[];
|
|
25
52
|
id: string;
|
|
26
53
|
isFrozenColumns: boolean;
|
|
@@ -43,6 +70,33 @@ export declare const useConfigSettings: (columnsRef: MaybeRef<BentoColumn[]>, em
|
|
|
43
70
|
visible?: boolean;
|
|
44
71
|
mandatory?: boolean;
|
|
45
72
|
frozen?: boolean;
|
|
73
|
+
cellActions?: {
|
|
74
|
+
link?: object;
|
|
75
|
+
type?: string;
|
|
76
|
+
condensed?: boolean;
|
|
77
|
+
critical?: boolean;
|
|
78
|
+
disabled?: boolean;
|
|
79
|
+
inverse?: boolean;
|
|
80
|
+
iconLeft?: object | Element | (object | Element)[];
|
|
81
|
+
iconRight?: object | Element | (object | Element)[];
|
|
82
|
+
title?: string;
|
|
83
|
+
event?: (rowDataItem: import("../../data-grid.types").BentoDatagridDataItem, columnKey: string) => void;
|
|
84
|
+
isShort?: true;
|
|
85
|
+
variant?: import("../../components/data-grid-cell-actions/data-grid-cell-actions.types").BentoColumnCellActionVariant;
|
|
86
|
+
menuData?: {
|
|
87
|
+
text: string;
|
|
88
|
+
handler: () => void;
|
|
89
|
+
secondaryText?: string;
|
|
90
|
+
items?: any[];
|
|
91
|
+
disabled?: boolean;
|
|
92
|
+
chevron?: boolean;
|
|
93
|
+
icon?: object | Element | (object | Element)[];
|
|
94
|
+
critical?: boolean;
|
|
95
|
+
indent?: boolean;
|
|
96
|
+
addDivider?: boolean;
|
|
97
|
+
}[];
|
|
98
|
+
getCopyData?: (rowDataItem: import("../../data-grid.types").BentoDatagridDataItem, columnKey: string) => string;
|
|
99
|
+
}[];
|
|
46
100
|
})[];
|
|
47
101
|
id: string;
|
|
48
102
|
isFrozenColumns?: undefined;
|
|
@@ -66,6 +120,33 @@ export declare const useConfigSettings: (columnsRef: MaybeRef<BentoColumn[]>, em
|
|
|
66
120
|
visible?: boolean;
|
|
67
121
|
mandatory?: boolean;
|
|
68
122
|
frozen?: boolean;
|
|
123
|
+
cellActions?: {
|
|
124
|
+
link?: object;
|
|
125
|
+
type?: string;
|
|
126
|
+
condensed?: boolean;
|
|
127
|
+
critical?: boolean;
|
|
128
|
+
disabled?: boolean;
|
|
129
|
+
inverse?: boolean;
|
|
130
|
+
iconLeft?: object | Element | (object | Element)[];
|
|
131
|
+
iconRight?: object | Element | (object | Element)[];
|
|
132
|
+
title?: string;
|
|
133
|
+
event?: (rowDataItem: import("../../data-grid.types").BentoDatagridDataItem, columnKey: string) => void;
|
|
134
|
+
isShort?: true;
|
|
135
|
+
variant?: import("../../components/data-grid-cell-actions/data-grid-cell-actions.types").BentoColumnCellActionVariant;
|
|
136
|
+
menuData?: {
|
|
137
|
+
text: string;
|
|
138
|
+
handler: () => void;
|
|
139
|
+
secondaryText?: string;
|
|
140
|
+
items?: any[];
|
|
141
|
+
disabled?: boolean;
|
|
142
|
+
chevron?: boolean;
|
|
143
|
+
icon?: object | Element | (object | Element)[];
|
|
144
|
+
critical?: boolean;
|
|
145
|
+
indent?: boolean;
|
|
146
|
+
addDivider?: boolean;
|
|
147
|
+
}[];
|
|
148
|
+
getCopyData?: (rowDataItem: import("../../data-grid.types").BentoDatagridDataItem, columnKey: string) => string;
|
|
149
|
+
}[];
|
|
69
150
|
})[]>;
|
|
70
151
|
onConfigSettingsUpdate: (isCondensedView: boolean) => void;
|
|
71
152
|
onConfigSettingsColumnsUpdate: (newColumns: BentoColumn[]) => void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Ref } from 'vue';
|
|
2
2
|
import { BentoDatagridData, BentoDatagridDataItemId, BentoDatagridGetDataItemIdFn, BentoDatagridIsDataItemDisabledFn } from '../data-grid.types';
|
|
3
3
|
export declare const useSelector: (selection: Ref<BentoDatagridDataItemId[]>, emit: (event: string, emitedSelectedItems: BentoDatagridDataItemId[]) => void, data: Ref<BentoDatagridData>, getDataItemId: BentoDatagridGetDataItemIdFn, isDataItemDisabled: BentoDatagridIsDataItemDisabledFn) => {
|
|
4
|
-
onAllRowSelect: (
|
|
4
|
+
onAllRowSelect: (selectAllItems: boolean) => void;
|
|
5
5
|
onRowSelect: (value: BentoDatagridDataItemId[]) => void;
|
|
6
6
|
allItemsSelectedState: {
|
|
7
7
|
allItemsSelected: boolean;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { BentoPagination } from "../pagination";
|
|
2
|
-
import { BentoEmptyState } from "../empty-state";
|
|
1
|
+
import type { BentoPagination } from "../pagination";
|
|
2
|
+
import type { BentoEmptyState } from "../empty-state";
|
|
3
|
+
import type { BentoColumnCellActions } from './components/data-grid-cell-actions/data-grid-cell-actions.types';
|
|
3
4
|
export declare enum BentoColumnOverflow {
|
|
4
5
|
WRAP = "wrap",
|
|
5
6
|
ELLIPSIS = "ellipsis"
|
|
@@ -22,6 +23,7 @@ export interface BentoColumn {
|
|
|
22
23
|
visible?: boolean;
|
|
23
24
|
mandatory?: boolean;
|
|
24
25
|
frozen?: boolean;
|
|
26
|
+
cellActions?: BentoColumnCellActions;
|
|
25
27
|
}
|
|
26
28
|
export declare enum BentoDatagridStyleState {
|
|
27
29
|
OUTLINE = "outline",
|
|
@@ -73,6 +75,7 @@ export declare enum BentoDatagridEvent {
|
|
|
73
75
|
UPDATE_SORT_BY = "update:sort-by",
|
|
74
76
|
ROW_CLICK = "row-click",
|
|
75
77
|
SELECT = "select",
|
|
78
|
+
SELECT_ALL_ACROSS_PAGES = "select-all-across-pages",
|
|
76
79
|
SORT = "sort"
|
|
77
80
|
}
|
|
78
81
|
export declare enum BentoDatagridAriaSortValue {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
import { BentoButtonActionsList } from "../button";
|
|
3
2
|
import { BentoColumn, BentoDatagridData, BentoDatagridDataItem, BentoDatagridDataItemId, BentoDatagridEvent, BentoDatagridGetDataItemIdFn, BentoDatagridIsDataItemDisabledFn, BentoDatagridSortByColumn } from './data-grid.types';
|
|
4
3
|
import { BentoLazyLoadType } from "../../types";
|
|
4
|
+
import type { BentoButtonActionsList } from "../button";
|
|
5
5
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
6
6
|
allowRowClicks: {
|
|
7
7
|
type: BooleanConstructor;
|
|
@@ -35,7 +35,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
35
35
|
type: PropType<Readonly<Partial<{
|
|
36
36
|
description: string;
|
|
37
37
|
title: string;
|
|
38
|
-
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";
|
|
38
|
+
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" | "success" | "upload-files" | "wrong-environment";
|
|
39
39
|
variant: "condensed" | "full-page" | "embedded" | "basic";
|
|
40
40
|
action: import("../button").BentoButtonActionObject;
|
|
41
41
|
headingEl: "div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span";
|
|
@@ -55,7 +55,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
55
55
|
validator: (value: import("../typography").BentoTypographyElement) => boolean;
|
|
56
56
|
};
|
|
57
57
|
image: {
|
|
58
|
-
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">;
|
|
58
|
+
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" | "success" | "upload-files" | "wrong-environment">;
|
|
59
59
|
default: any;
|
|
60
60
|
validator: (value: import("../empty-state").BentoEmptyStateImage) => boolean;
|
|
61
61
|
};
|
|
@@ -84,7 +84,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
84
84
|
validator: (value: import("../typography").BentoTypographyElement) => boolean;
|
|
85
85
|
};
|
|
86
86
|
image: {
|
|
87
|
-
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">;
|
|
87
|
+
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" | "success" | "upload-files" | "wrong-environment">;
|
|
88
88
|
default: any;
|
|
89
89
|
validator: (value: import("../empty-state").BentoEmptyStateImage) => boolean;
|
|
90
90
|
};
|
|
@@ -215,6 +215,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
215
215
|
}>>>>;
|
|
216
216
|
default: any;
|
|
217
217
|
};
|
|
218
|
+
selectableAcrossPages: {
|
|
219
|
+
type: BooleanConstructor;
|
|
220
|
+
default: boolean;
|
|
221
|
+
};
|
|
218
222
|
stickyPagination: {
|
|
219
223
|
type: BooleanConstructor;
|
|
220
224
|
default: boolean;
|
|
@@ -278,7 +282,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
278
282
|
type: PropType<Readonly<Partial<{
|
|
279
283
|
description: string;
|
|
280
284
|
title: string;
|
|
281
|
-
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";
|
|
285
|
+
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" | "success" | "upload-files" | "wrong-environment";
|
|
282
286
|
variant: "condensed" | "full-page" | "embedded" | "basic";
|
|
283
287
|
action: import("../button").BentoButtonActionObject;
|
|
284
288
|
headingEl: "div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span";
|
|
@@ -298,7 +302,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
298
302
|
validator: (value: import("../typography").BentoTypographyElement) => boolean;
|
|
299
303
|
};
|
|
300
304
|
image: {
|
|
301
|
-
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">;
|
|
305
|
+
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" | "success" | "upload-files" | "wrong-environment">;
|
|
302
306
|
default: any;
|
|
303
307
|
validator: (value: import("../empty-state").BentoEmptyStateImage) => boolean;
|
|
304
308
|
};
|
|
@@ -327,7 +331,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
327
331
|
validator: (value: import("../typography").BentoTypographyElement) => boolean;
|
|
328
332
|
};
|
|
329
333
|
image: {
|
|
330
|
-
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">;
|
|
334
|
+
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" | "success" | "upload-files" | "wrong-environment">;
|
|
331
335
|
default: any;
|
|
332
336
|
validator: (value: import("../empty-state").BentoEmptyStateImage) => boolean;
|
|
333
337
|
};
|
|
@@ -458,6 +462,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
458
462
|
}>>>>;
|
|
459
463
|
default: any;
|
|
460
464
|
};
|
|
465
|
+
selectableAcrossPages: {
|
|
466
|
+
type: BooleanConstructor;
|
|
467
|
+
default: boolean;
|
|
468
|
+
};
|
|
461
469
|
stickyPagination: {
|
|
462
470
|
type: BooleanConstructor;
|
|
463
471
|
default: boolean;
|
|
@@ -495,6 +503,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
495
503
|
lazyLoadType: BentoLazyLoadType;
|
|
496
504
|
fitContent: boolean;
|
|
497
505
|
hasResizableColumns: boolean;
|
|
506
|
+
selectableAcrossPages: boolean;
|
|
498
507
|
sortBy: BentoDatagridSortByColumn[];
|
|
499
508
|
filterValues: import("../filter-bar").BentoFilterValues;
|
|
500
509
|
allowRowClicks: boolean;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const DIVIDER_INVERSE_INJECTION_KEY: unique symbol;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{},
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
2
|
export default _default;
|
|
@@ -2,7 +2,7 @@ import { PropType } from 'vue';
|
|
|
2
2
|
import { Booleanish } from "../../../../types";
|
|
3
3
|
export declare const DropdownBaseTextboxProps: {
|
|
4
4
|
additionalItemsSelected: {
|
|
5
|
-
type:
|
|
5
|
+
type: PropType<string | number>;
|
|
6
6
|
default: number;
|
|
7
7
|
};
|
|
8
8
|
dynamicFiltering: {
|
|
@@ -4,7 +4,7 @@ import type { HTMLAttributes } from 'vue/types/jsx';
|
|
|
4
4
|
import { DropdownBaseTextboxEvent } from './dropdown-base-textbox.types';
|
|
5
5
|
declare const _default: import("vue").DefineComponent<{
|
|
6
6
|
additionalItemsSelected: {
|
|
7
|
-
type:
|
|
7
|
+
type: PropType<string | number>;
|
|
8
8
|
default: number;
|
|
9
9
|
};
|
|
10
10
|
ariaControls: {
|
|
@@ -85,7 +85,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
85
85
|
hasSlot: (name: string) => boolean;
|
|
86
86
|
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, DropdownBaseTextboxEvent[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
87
87
|
additionalItemsSelected: {
|
|
88
|
-
type:
|
|
88
|
+
type: PropType<string | number>;
|
|
89
89
|
default: number;
|
|
90
90
|
};
|
|
91
91
|
ariaControls: {
|
|
@@ -155,7 +155,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
155
155
|
open: boolean;
|
|
156
156
|
multiple: boolean;
|
|
157
157
|
ariaLabel: string;
|
|
158
|
-
additionalItemsSelected: number;
|
|
158
|
+
additionalItemsSelected: string | number;
|
|
159
159
|
ariaLabelledby: string;
|
|
160
160
|
debounceTime: number;
|
|
161
161
|
displayValue: string;
|
|
@@ -3,7 +3,7 @@ import { BentoListboxOptionItem, Booleanish } from "../../../../types";
|
|
|
3
3
|
import { DropdownBaseTextboxEvent } from '../dropdown-base-textbox/dropdown-base-textbox.types';
|
|
4
4
|
declare const _default: import("vue").DefineComponent<{
|
|
5
5
|
additionalItemsSelected: {
|
|
6
|
-
type:
|
|
6
|
+
type: PropType<string | number>;
|
|
7
7
|
default: number;
|
|
8
8
|
};
|
|
9
9
|
ariaControls: {
|
|
@@ -87,7 +87,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
87
87
|
};
|
|
88
88
|
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, DropdownBaseTextboxEvent[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
89
89
|
additionalItemsSelected: {
|
|
90
|
-
type:
|
|
90
|
+
type: PropType<string | number>;
|
|
91
91
|
default: number;
|
|
92
92
|
};
|
|
93
93
|
ariaControls: {
|
|
@@ -162,7 +162,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
162
162
|
open: boolean;
|
|
163
163
|
multiple: boolean;
|
|
164
164
|
ariaLabel: string;
|
|
165
|
-
additionalItemsSelected: number;
|
|
165
|
+
additionalItemsSelected: string | number;
|
|
166
166
|
ariaLabelledby: string;
|
|
167
167
|
debounceTime: number;
|
|
168
168
|
displayValue: string;
|
|
@@ -48,6 +48,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
48
48
|
type: BooleanConstructor;
|
|
49
49
|
default: boolean;
|
|
50
50
|
};
|
|
51
|
+
staticCategories: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
51
55
|
open: {
|
|
52
56
|
type: BooleanConstructor;
|
|
53
57
|
required: true;
|
|
@@ -1398,6 +1402,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1398
1402
|
type: BooleanConstructor;
|
|
1399
1403
|
default: boolean;
|
|
1400
1404
|
};
|
|
1405
|
+
staticCategories: {
|
|
1406
|
+
type: BooleanConstructor;
|
|
1407
|
+
default: boolean;
|
|
1408
|
+
};
|
|
1401
1409
|
open: {
|
|
1402
1410
|
type: BooleanConstructor;
|
|
1403
1411
|
required: true;
|
|
@@ -1424,6 +1432,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1424
1432
|
loading: boolean;
|
|
1425
1433
|
isOptionDisabled: (optionValue: import("../../../../types").BentoListboxOptionItem) => boolean;
|
|
1426
1434
|
selectedValue: BentoListboxSelectedValue;
|
|
1435
|
+
staticCategories: boolean;
|
|
1427
1436
|
ariaLabel: string;
|
|
1428
1437
|
searching: boolean;
|
|
1429
1438
|
emptyState: BentoDropdownEmptyStateProps;
|
|
@@ -3,7 +3,7 @@ import { DropdownBaseTextboxEvent } from "../dropdown-base-textbox/dropdown-base
|
|
|
3
3
|
import { Booleanish } from "../../../../types";
|
|
4
4
|
declare const _default: import("vue").DefineComponent<{
|
|
5
5
|
additionalItemsSelected: {
|
|
6
|
-
type:
|
|
6
|
+
type: PropType<string | number>;
|
|
7
7
|
default: number;
|
|
8
8
|
};
|
|
9
9
|
ariaControls: {
|
|
@@ -65,7 +65,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
65
65
|
};
|
|
66
66
|
}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, (DropdownBaseTextboxEvent.OPEN | DropdownBaseTextboxEvent.CLOSE)[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
67
67
|
additionalItemsSelected: {
|
|
68
|
-
type:
|
|
68
|
+
type: PropType<string | number>;
|
|
69
69
|
default: number;
|
|
70
70
|
};
|
|
71
71
|
ariaControls: {
|
|
@@ -122,7 +122,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
122
122
|
readonly: boolean;
|
|
123
123
|
open: boolean;
|
|
124
124
|
ariaLabel: string;
|
|
125
|
-
additionalItemsSelected: number;
|
|
125
|
+
additionalItemsSelected: string | number;
|
|
126
126
|
ariaLabelledby: string;
|
|
127
127
|
debounceTime: number;
|
|
128
128
|
displayValue: string;
|