@adyen/bento-vue3 1.7.0 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@types/components.d.ts +2 -0
- package/dist/@types/packages/core/src/components/button/button.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/action-bar/action-bar.vue.d.ts +11 -0
- package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.vue.d.ts +7 -2
- package/dist/@types/packages/vue2/src/components/button/components/loading-button/loading-button.vue.d.ts +25 -13
- package/dist/@types/packages/vue2/src/components/checkbox/checkbox.vue.d.ts +25 -0
- package/dist/@types/packages/vue2/src/components/data-grid/data-grid.vue.d.ts +13 -1
- package/dist/@types/packages/vue2/src/components/date-picker/date-picker.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/date-range-picker/components/date-range-picker-calendar/date-range-picker-calendar.types.d.ts +6 -2
- package/dist/@types/packages/vue2/src/components/date-range-picker/components/date-range-picker-calendar/date-range-picker-calendar.vue.d.ts +153 -12
- package/dist/@types/packages/vue2/src/components/date-range-picker/date-range-picker.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/date-range-picker/date-range-picker.vue.d.ts +12 -0
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-options-container/dropdown-options-container.vue.d.ts +319 -96
- package/dist/@types/packages/vue2/src/components/dropdown/dropdown.vue.d.ts +12 -3
- package/dist/@types/packages/vue2/src/components/filter-bar/components/all-filters-modal/all-filters-modal.vue.d.ts +30 -24
- package/dist/@types/packages/vue2/src/components/filter-bar/components/date-range-filter/date-range-filter.vue.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/input-field/input-field.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/internal/calendar/calendar.types.d.ts +12 -0
- package/dist/@types/packages/vue2/src/components/internal/calendar/calendar.vue.d.ts +11 -1
- package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/composables/granular-min-max-date.d.ts +2 -0
- package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/composables/granular-min-max-date.types.d.ts +13 -0
- package/dist/@types/packages/vue2/src/components/internal/calendar/composables/use-granularity-adjustments.d.ts +2 -0
- package/dist/@types/packages/vue2/src/components/internal/calendar/composables/use-granularity-adjustments.types.d.ts +14 -0
- package/dist/@types/packages/vue2/src/components/internal/calendar/composables/use-granularity-memory.d.ts +2 -0
- package/dist/@types/packages/vue2/src/components/internal/calendar/composables/use-granularity-memory.types.d.ts +22 -0
- package/dist/@types/packages/vue2/src/components/internal/field-label/field-label.vue.d.ts +48 -0
- package/dist/@types/packages/vue2/src/components/internal/field-label/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/internal/grid-layout/grid-layout.vue.d.ts +11 -0
- package/dist/@types/packages/vue2/src/components/internal/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/modal/components/base-modal/base-modal.vue.d.ts +2 -1
- package/dist/@types/packages/vue2/src/components/popover/popover.keys.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/popover/popover.vue.d.ts +18 -24
- package/dist/@types/packages/vue2/src/components/structured-list/components/structered-list-item/structured-list-item.vue.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/structured-list/structured-list.keys.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/structured-list/structured-list.vue.d.ts +20 -1
- package/dist/@types/packages/vue2/src/components/summary-grid/summary-grid.types.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/textarea/textarea.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/timeline/components/timeline-item/timeline-item.vue.d.ts +19 -2
- package/dist/@types/packages/vue2/src/components/timeline/timeline.types.d.ts +4 -2
- package/dist/@types/packages/vue2/src/components/timeline/timeline.vue.d.ts +21 -3
- package/dist/@types/packages/vue2/src/index.d.ts +1 -0
- package/dist/accordion.js +2 -2
- package/dist/action-bar.js +146 -116
- package/dist/action-bar.js.map +1 -1
- package/dist/alert.js +3 -3
- package/dist/assets/base-modal.css +1 -1
- package/dist/assets/calendar.css +1 -1
- package/dist/assets/checkbox.css +1 -1
- package/dist/assets/controls-group.css +1 -1
- package/dist/assets/dropdown.css +1 -1
- package/dist/assets/field-label.css +1 -0
- package/dist/assets/grid-layout.css +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/assets/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/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/index46.css +1 -1
- package/dist/assets/index5.css +1 -1
- package/dist/assets/index6.css +1 -1
- package/dist/assets/index7.css +1 -1
- package/dist/assets/index8.css +1 -1
- package/dist/assets/index9.css +1 -1
- package/dist/assets/loading-button.css +1 -1
- package/dist/avatar-image.js +1 -1
- package/dist/badge.js +1 -1
- package/dist/button.js +53 -51
- package/dist/button.js.map +1 -1
- package/dist/card.js +2 -2
- package/dist/checkbox.js +6 -6
- package/dist/chunks/{base-button.7897a95e.js → base-button.aa085dfa.js} +2 -2
- package/dist/chunks/{base-button.7897a95e.js.map → base-button.aa085dfa.js.map} +1 -1
- package/dist/chunks/{base-modal.0c85e7cb.js → base-modal.3dcf8376.js} +119 -105
- package/dist/chunks/base-modal.3dcf8376.js.map +1 -0
- package/dist/chunks/{button-actions-with-menu.fa35390c.js → button-actions-with-menu.3f52ea2d.js} +7 -7
- package/dist/chunks/{button-actions-with-menu.fa35390c.js.map → button-actions-with-menu.3f52ea2d.js.map} +1 -1
- package/dist/chunks/{button.e5177388.js → button.82ed953e.js} +2 -2
- package/dist/chunks/button.82ed953e.js.map +1 -0
- package/dist/chunks/calendar.d4ab387d.js +1037 -0
- package/dist/chunks/calendar.d4ab387d.js.map +1 -0
- package/dist/chunks/checkbox.03c4b0fe.js +265 -0
- package/dist/chunks/checkbox.03c4b0fe.js.map +1 -0
- package/dist/chunks/controls-group.807b5fb0.js +95 -0
- package/dist/chunks/controls-group.807b5fb0.js.map +1 -0
- package/dist/chunks/{copy.86236c8d.js → copy.28bd4298.js} +4 -4
- package/dist/chunks/{copy.86236c8d.js.map → copy.28bd4298.js.map} +1 -1
- package/dist/chunks/{dropdown-default-textbox.0b38fac3.js → dropdown-default-textbox.74c4584a.js} +2 -2
- package/dist/chunks/{dropdown-default-textbox.0b38fac3.js.map → dropdown-default-textbox.74c4584a.js.map} +1 -1
- package/dist/chunks/{dropdown.afff433b.js → dropdown.502e1f5c.js} +314 -337
- package/dist/chunks/dropdown.502e1f5c.js.map +1 -0
- package/dist/chunks/field-label.61679178.js +132 -0
- package/dist/chunks/field-label.61679178.js.map +1 -0
- package/dist/chunks/{fixed-scroller.e5aa7b00.js → fixed-scroller.92bb77a6.js} +2 -2
- package/dist/chunks/{fixed-scroller.e5aa7b00.js.map → fixed-scroller.92bb77a6.js.map} +1 -1
- package/dist/chunks/{footer-actions.1ce44374.js → footer-actions.cefaf1e2.js} +3 -3
- package/dist/chunks/{footer-actions.1ce44374.js.map → footer-actions.cefaf1e2.js.map} +1 -1
- package/dist/chunks/{grid-layout.7c919507.js → grid-layout.c2fe3057.js} +43 -34
- package/dist/chunks/grid-layout.c2fe3057.js.map +1 -0
- package/dist/chunks/{index.fa7b44f1.js → index.0ee895e0.js} +2 -2
- package/dist/chunks/{index.fa7b44f1.js.map → index.0ee895e0.js.map} +1 -1
- package/dist/chunks/{index.bcc58fdd.js → index.7262642e.js} +3 -3
- package/dist/chunks/{index.bcc58fdd.js.map → index.7262642e.js.map} +1 -1
- package/dist/chunks/index.726e2f3c.js +339 -0
- package/dist/chunks/index.726e2f3c.js.map +1 -0
- package/dist/chunks/{index.2bd3812b.js → index.75f3672e.js} +2 -2
- package/dist/chunks/{index.2bd3812b.js.map → index.75f3672e.js.map} +1 -1
- package/dist/chunks/{index.6a665ade.js → index.abb2a1d5.js} +3 -3
- package/dist/chunks/{index.6a665ade.js.map → index.abb2a1d5.js.map} +1 -1
- package/dist/chunks/index.b043371e.js +150 -0
- package/dist/chunks/index.b043371e.js.map +1 -0
- package/dist/chunks/{index.e579bc02.js → index.cf0d3be3.js} +19 -17
- package/dist/chunks/{index.e579bc02.js.map → index.cf0d3be3.js.map} +1 -1
- package/dist/chunks/{index.c207e9ab.js → index.d2542c6a.js} +132 -135
- package/dist/chunks/index.d2542c6a.js.map +1 -0
- package/dist/chunks/index.d80206ed.js +10 -0
- package/dist/chunks/index.d80206ed.js.map +1 -0
- package/dist/chunks/index.e9156fe3.js +817 -0
- package/dist/chunks/index.e9156fe3.js.map +1 -0
- package/dist/chunks/{listbox-option-tag.809ec40e.js → listbox-option-tag.5b00c85f.js} +3 -3
- package/dist/chunks/{listbox-option-tag.809ec40e.js.map → listbox-option-tag.5b00c85f.js.map} +1 -1
- package/dist/chunks/{listbox.f6e5a11d.js → listbox.d07c24e6.js} +4 -4
- package/dist/chunks/{listbox.f6e5a11d.js.map → listbox.d07c24e6.js.map} +1 -1
- package/dist/chunks/loading-button.ad7cfaee.js +108 -0
- package/dist/chunks/loading-button.ad7cfaee.js.map +1 -0
- package/dist/chunks/{tooltip.f769eb14.js → tooltip.054d2eb6.js} +3 -3
- package/dist/chunks/{tooltip.f769eb14.js.map → tooltip.054d2eb6.js.map} +1 -1
- package/dist/code-snippet.js +6 -6
- 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 +847 -820
- package/dist/data-grid.js.map +1 -1
- package/dist/date-picker.js +114 -138
- 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 +3 -3
- package/dist/filter-bar.js +17 -16
- 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 +76 -80
- package/dist/header.js.map +1 -1
- package/dist/index.js +207 -205
- package/dist/index.js.map +1 -1
- package/dist/info-icon.js +3 -3
- package/dist/input-field.js +136 -158
- package/dist/input-field.js.map +1 -1
- package/dist/internal.js +14 -13
- package/dist/link.js +2 -2
- package/dist/loading-indicator.js +1 -1
- package/dist/menu.js +1 -1
- package/dist/modal.js +4 -4
- package/dist/modal.js.map +1 -1
- package/dist/pagination.js +4 -4
- package/dist/payment-method.js +2 -2
- package/dist/popover.js +3 -359
- package/dist/popover.js.map +1 -1
- package/dist/popper-container.js +1 -1
- package/dist/radio-group.js +4 -4
- package/dist/search-bar.js +2 -2
- 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 +4 -4
- package/dist/summary-grid.js.map +1 -1
- package/dist/tabs.js +3 -3
- package/dist/tag.js +3 -3
- package/dist/textarea.js +125 -149
- package/dist/textarea.js.map +1 -1
- package/dist/timeline.js +312 -229
- package/dist/timeline.js.map +1 -1
- package/dist/toast.js +3 -3
- package/dist/toggle.js +2 -2
- package/dist/tutorial.js +49 -49
- package/dist/typography.js +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +2 -2
- package/dist/@types/packages/vue2/src/components/modal/components/base-modal/__mocks__/base-modal.vue.d.ts +0 -120
- package/dist/assets/error-message.css +0 -1
- package/dist/chunks/base-modal.0c85e7cb.js.map +0 -1
- package/dist/chunks/button.e5177388.js.map +0 -1
- package/dist/chunks/calendar.c83d4e99.js +0 -898
- package/dist/chunks/calendar.c83d4e99.js.map +0 -1
- package/dist/chunks/checkbox.3cdbdd52.js +0 -235
- package/dist/chunks/checkbox.3cdbdd52.js.map +0 -1
- package/dist/chunks/controls-group.38b436f6.js +0 -136
- package/dist/chunks/controls-group.38b436f6.js.map +0 -1
- package/dist/chunks/dropdown.afff433b.js.map +0 -1
- package/dist/chunks/error-message.64e1964b.js +0 -49
- package/dist/chunks/error-message.64e1964b.js.map +0 -1
- package/dist/chunks/grid-layout.7c919507.js.map +0 -1
- package/dist/chunks/index.369b0e66.js +0 -734
- package/dist/chunks/index.369b0e66.js.map +0 -1
- package/dist/chunks/index.77f35162.js +0 -134
- package/dist/chunks/index.77f35162.js.map +0 -1
- package/dist/chunks/index.c207e9ab.js.map +0 -1
- package/dist/chunks/loading-button.746b7fa1.js +0 -109
- package/dist/chunks/loading-button.746b7fa1.js.map +0 -1
|
@@ -488,96 +488,309 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
488
488
|
$slots: {
|
|
489
489
|
default: (_: {}) => any;
|
|
490
490
|
};
|
|
491
|
-
})) |
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
491
|
+
})) | ({
|
|
492
|
+
new (...args: any[]): {
|
|
493
|
+
$: import("../../../../../../vue3/node_modules/vue").ComponentInternalInstance;
|
|
494
|
+
$data: {};
|
|
495
|
+
$props: Partial<{
|
|
496
|
+
small: boolean;
|
|
497
|
+
title: string;
|
|
498
|
+
large: boolean;
|
|
499
|
+
modifiers: unknown[];
|
|
500
|
+
position: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | import("../../../popper-container").PopperContainerPosition;
|
|
501
|
+
open: boolean;
|
|
502
|
+
fallbackPosition: import("@floating-ui/utils").Placement[];
|
|
503
|
+
fixedPositioning: boolean;
|
|
504
|
+
ariaLabel: string;
|
|
505
|
+
actions: import("../../../button").BentoButtonActionsList;
|
|
506
|
+
actionsLayout: "space-between" | import("../../../button").BentoButtonActionsLayout | "buttons-end" | "fill-container" | "vertical-stack" | "buttons-start";
|
|
507
|
+
divider: boolean;
|
|
508
|
+
disableFocusTrap: boolean;
|
|
509
|
+
dismissible: boolean;
|
|
510
|
+
fitContent: boolean;
|
|
511
|
+
withoutSpace: boolean;
|
|
512
|
+
}> & Omit<Readonly<import("../../../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
513
|
+
actions: {
|
|
514
|
+
type: PropType<import("../../../button").BentoButtonActionsList>;
|
|
515
|
+
default: any;
|
|
516
|
+
};
|
|
517
|
+
actionsLayout: {
|
|
518
|
+
type: PropType<"space-between" | import("../../../button").BentoButtonActionsLayout | "buttons-end" | "fill-container" | "vertical-stack" | "buttons-start">;
|
|
519
|
+
default: import("../../../button").BentoButtonActionsLayoutBasic;
|
|
520
|
+
validator: (value: import("../../../button").BentoButtonActionsLayout) => boolean;
|
|
521
|
+
};
|
|
522
|
+
ariaLabel: {
|
|
523
|
+
type: StringConstructor;
|
|
524
|
+
default: any;
|
|
525
|
+
};
|
|
526
|
+
divider: {
|
|
527
|
+
type: BooleanConstructor;
|
|
528
|
+
default: boolean;
|
|
529
|
+
};
|
|
530
|
+
disableFocusTrap: {
|
|
531
|
+
type: BooleanConstructor;
|
|
532
|
+
default: boolean;
|
|
533
|
+
};
|
|
534
|
+
dismissible: {
|
|
535
|
+
type: BooleanConstructor;
|
|
536
|
+
default: boolean;
|
|
537
|
+
};
|
|
538
|
+
fallbackPosition: {
|
|
539
|
+
type: PropType<import("@floating-ui/utils").Placement[]>;
|
|
540
|
+
default: () => string[];
|
|
541
|
+
};
|
|
542
|
+
fitContent: {
|
|
543
|
+
type: BooleanConstructor;
|
|
544
|
+
default: boolean;
|
|
545
|
+
};
|
|
546
|
+
fixedPositioning: {
|
|
547
|
+
type: BooleanConstructor;
|
|
548
|
+
default: boolean;
|
|
549
|
+
};
|
|
550
|
+
open: {
|
|
551
|
+
type: BooleanConstructor;
|
|
552
|
+
default: boolean;
|
|
553
|
+
};
|
|
554
|
+
large: {
|
|
555
|
+
type: BooleanConstructor;
|
|
556
|
+
default: boolean;
|
|
557
|
+
};
|
|
558
|
+
modifiers: {
|
|
559
|
+
type: ArrayConstructor;
|
|
560
|
+
default: any;
|
|
561
|
+
};
|
|
562
|
+
position: {
|
|
563
|
+
type: PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | import("../../../popper-container").PopperContainerPosition>;
|
|
564
|
+
default: import("../../../popper-container").PopperContainerPositionExtended;
|
|
565
|
+
validator: (value: import("../../../popper-container").PopperContainerPosition) => boolean;
|
|
566
|
+
};
|
|
567
|
+
small: {
|
|
568
|
+
type: BooleanConstructor;
|
|
569
|
+
default: boolean;
|
|
570
|
+
};
|
|
571
|
+
title: {
|
|
572
|
+
type: StringConstructor;
|
|
573
|
+
default: any;
|
|
574
|
+
};
|
|
575
|
+
targetElement: {
|
|
576
|
+
type: any;
|
|
577
|
+
required: true;
|
|
578
|
+
};
|
|
579
|
+
withoutSpace: {
|
|
580
|
+
type: BooleanConstructor;
|
|
581
|
+
default: boolean;
|
|
582
|
+
};
|
|
583
|
+
}>> & {
|
|
584
|
+
onPlacement?: (placement: import("@floating-ui/utils").Placement) => any;
|
|
585
|
+
onDismiss?: () => any;
|
|
586
|
+
} & import("../../../../../../vue3/node_modules/vue").VNodeProps & import("../../../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../../../vue3/node_modules/vue").ComponentCustomProps, "small" | "title" | "large" | "modifiers" | "position" | "open" | "fallbackPosition" | "fixedPositioning" | "ariaLabel" | "actions" | "actionsLayout" | "divider" | "disableFocusTrap" | "dismissible" | "fitContent" | "withoutSpace">;
|
|
587
|
+
$attrs: {
|
|
588
|
+
[x: string]: unknown;
|
|
589
|
+
};
|
|
590
|
+
$refs: {
|
|
591
|
+
[x: string]: unknown;
|
|
592
|
+
};
|
|
593
|
+
$slots: Readonly<{
|
|
594
|
+
[name: string]: import("../../../../../../vue3/node_modules/vue").Slot;
|
|
595
|
+
}>;
|
|
596
|
+
$root: import("../../../../../../vue3/node_modules/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("../../../../../../vue3/node_modules/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
597
|
+
$parent: import("../../../../../../vue3/node_modules/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("../../../../../../vue3/node_modules/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
598
|
+
$emit: ((event: "placement", placement: import("@floating-ui/utils").Placement) => void) & ((event: "dismiss") => void);
|
|
599
|
+
$el: any;
|
|
600
|
+
$options: import("../../../../../../vue3/node_modules/vue").ComponentOptionsBase<Readonly<import("../../../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
601
|
+
actions: {
|
|
602
|
+
type: PropType<import("../../../button").BentoButtonActionsList>;
|
|
603
|
+
default: any;
|
|
604
|
+
};
|
|
605
|
+
actionsLayout: {
|
|
606
|
+
type: PropType<"space-between" | import("../../../button").BentoButtonActionsLayout | "buttons-end" | "fill-container" | "vertical-stack" | "buttons-start">;
|
|
607
|
+
default: import("../../../button").BentoButtonActionsLayoutBasic;
|
|
608
|
+
validator: (value: import("../../../button").BentoButtonActionsLayout) => boolean;
|
|
609
|
+
};
|
|
610
|
+
ariaLabel: {
|
|
611
|
+
type: StringConstructor;
|
|
612
|
+
default: any;
|
|
613
|
+
};
|
|
614
|
+
divider: {
|
|
615
|
+
type: BooleanConstructor;
|
|
616
|
+
default: boolean;
|
|
617
|
+
};
|
|
618
|
+
disableFocusTrap: {
|
|
619
|
+
type: BooleanConstructor;
|
|
620
|
+
default: boolean;
|
|
621
|
+
};
|
|
622
|
+
dismissible: {
|
|
623
|
+
type: BooleanConstructor;
|
|
624
|
+
default: boolean;
|
|
625
|
+
};
|
|
626
|
+
fallbackPosition: {
|
|
627
|
+
type: PropType<import("@floating-ui/utils").Placement[]>;
|
|
628
|
+
default: () => string[];
|
|
629
|
+
};
|
|
630
|
+
fitContent: {
|
|
631
|
+
type: BooleanConstructor;
|
|
632
|
+
default: boolean;
|
|
633
|
+
};
|
|
634
|
+
fixedPositioning: {
|
|
635
|
+
type: BooleanConstructor;
|
|
636
|
+
default: boolean;
|
|
637
|
+
};
|
|
638
|
+
open: {
|
|
639
|
+
type: BooleanConstructor;
|
|
640
|
+
default: boolean;
|
|
641
|
+
};
|
|
642
|
+
large: {
|
|
643
|
+
type: BooleanConstructor;
|
|
644
|
+
default: boolean;
|
|
645
|
+
};
|
|
646
|
+
modifiers: {
|
|
647
|
+
type: ArrayConstructor;
|
|
648
|
+
default: any;
|
|
649
|
+
};
|
|
650
|
+
position: {
|
|
651
|
+
type: PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | import("../../../popper-container").PopperContainerPosition>;
|
|
652
|
+
default: import("../../../popper-container").PopperContainerPositionExtended;
|
|
653
|
+
validator: (value: import("../../../popper-container").PopperContainerPosition) => boolean;
|
|
654
|
+
};
|
|
655
|
+
small: {
|
|
656
|
+
type: BooleanConstructor;
|
|
657
|
+
default: boolean;
|
|
658
|
+
};
|
|
659
|
+
title: {
|
|
660
|
+
type: StringConstructor;
|
|
661
|
+
default: any;
|
|
662
|
+
};
|
|
663
|
+
targetElement: {
|
|
664
|
+
type: any;
|
|
665
|
+
required: true;
|
|
666
|
+
};
|
|
667
|
+
withoutSpace: {
|
|
668
|
+
type: BooleanConstructor;
|
|
669
|
+
default: boolean;
|
|
670
|
+
};
|
|
671
|
+
}>> & {
|
|
672
|
+
onPlacement?: (placement: import("@floating-ui/utils").Placement) => any;
|
|
673
|
+
onDismiss?: () => any;
|
|
674
|
+
}, {}, unknown, {}, {}, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, {
|
|
675
|
+
dismiss: () => void;
|
|
676
|
+
} & {
|
|
677
|
+
placement: (placement: import("@floating-ui/utils").Placement) => void;
|
|
678
|
+
}, string, {
|
|
679
|
+
small: boolean;
|
|
680
|
+
title: string;
|
|
681
|
+
large: boolean;
|
|
682
|
+
modifiers: unknown[];
|
|
683
|
+
position: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | import("../../../popper-container").PopperContainerPosition;
|
|
684
|
+
open: boolean;
|
|
685
|
+
fallbackPosition: import("@floating-ui/utils").Placement[];
|
|
686
|
+
fixedPositioning: boolean;
|
|
687
|
+
ariaLabel: string;
|
|
688
|
+
actions: import("../../../button").BentoButtonActionsList;
|
|
689
|
+
actionsLayout: "space-between" | import("../../../button").BentoButtonActionsLayout | "buttons-end" | "fill-container" | "vertical-stack" | "buttons-start";
|
|
690
|
+
divider: boolean;
|
|
691
|
+
disableFocusTrap: boolean;
|
|
692
|
+
dismissible: boolean;
|
|
693
|
+
fitContent: boolean;
|
|
694
|
+
withoutSpace: boolean;
|
|
695
|
+
}, {}, string> & {
|
|
696
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
697
|
+
created?: (() => void) | (() => void)[];
|
|
698
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
699
|
+
mounted?: (() => void) | (() => void)[];
|
|
700
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
701
|
+
updated?: (() => void) | (() => void)[];
|
|
702
|
+
activated?: (() => void) | (() => void)[];
|
|
703
|
+
deactivated?: (() => void) | (() => void)[];
|
|
704
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
705
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
706
|
+
destroyed?: (() => void) | (() => void)[];
|
|
707
|
+
unmounted?: (() => void) | (() => void)[];
|
|
708
|
+
renderTracked?: ((e: import("../../../../../../vue3/node_modules/vue").DebuggerEvent) => void) | ((e: import("../../../../../../vue3/node_modules/vue").DebuggerEvent) => void)[];
|
|
709
|
+
renderTriggered?: ((e: import("../../../../../../vue3/node_modules/vue").DebuggerEvent) => void) | ((e: import("../../../../../../vue3/node_modules/vue").DebuggerEvent) => void)[];
|
|
710
|
+
errorCaptured?: ((err: unknown, instance: import("../../../../../../vue3/node_modules/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("../../../../../../vue3/node_modules/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("../../../../../../vue3/node_modules/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("../../../../../../vue3/node_modules/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
711
|
+
};
|
|
712
|
+
$forceUpdate: () => void;
|
|
713
|
+
$nextTick: typeof import("../../../../../../vue3/node_modules/vue").nextTick;
|
|
714
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("../../../../../../vue3/node_modules/vue").WatchOptions<boolean>): import("../../../../../../vue3/node_modules/vue").WatchStopHandle;
|
|
715
|
+
} & Readonly<import("../../../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
716
|
+
actions: {
|
|
717
|
+
type: PropType<import("../../../button").BentoButtonActionsList>;
|
|
718
|
+
default: any;
|
|
719
|
+
};
|
|
720
|
+
actionsLayout: {
|
|
721
|
+
type: PropType<"space-between" | import("../../../button").BentoButtonActionsLayout | "buttons-end" | "fill-container" | "vertical-stack" | "buttons-start">;
|
|
722
|
+
default: import("../../../button").BentoButtonActionsLayoutBasic;
|
|
723
|
+
validator: (value: import("../../../button").BentoButtonActionsLayout) => boolean;
|
|
724
|
+
};
|
|
725
|
+
ariaLabel: {
|
|
726
|
+
type: StringConstructor;
|
|
727
|
+
default: any;
|
|
728
|
+
};
|
|
729
|
+
divider: {
|
|
730
|
+
type: BooleanConstructor;
|
|
731
|
+
default: boolean;
|
|
732
|
+
};
|
|
733
|
+
disableFocusTrap: {
|
|
734
|
+
type: BooleanConstructor;
|
|
735
|
+
default: boolean;
|
|
736
|
+
};
|
|
737
|
+
dismissible: {
|
|
738
|
+
type: BooleanConstructor;
|
|
739
|
+
default: boolean;
|
|
740
|
+
};
|
|
741
|
+
fallbackPosition: {
|
|
742
|
+
type: PropType<import("@floating-ui/utils").Placement[]>;
|
|
743
|
+
default: () => string[];
|
|
744
|
+
};
|
|
745
|
+
fitContent: {
|
|
746
|
+
type: BooleanConstructor;
|
|
747
|
+
default: boolean;
|
|
748
|
+
};
|
|
749
|
+
fixedPositioning: {
|
|
750
|
+
type: BooleanConstructor;
|
|
751
|
+
default: boolean;
|
|
752
|
+
};
|
|
753
|
+
open: {
|
|
754
|
+
type: BooleanConstructor;
|
|
755
|
+
default: boolean;
|
|
756
|
+
};
|
|
757
|
+
large: {
|
|
758
|
+
type: BooleanConstructor;
|
|
759
|
+
default: boolean;
|
|
760
|
+
};
|
|
761
|
+
modifiers: {
|
|
762
|
+
type: ArrayConstructor;
|
|
763
|
+
default: any;
|
|
764
|
+
};
|
|
765
|
+
position: {
|
|
766
|
+
type: PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | import("../../../popper-container").PopperContainerPosition>;
|
|
767
|
+
default: import("../../../popper-container").PopperContainerPositionExtended;
|
|
768
|
+
validator: (value: import("../../../popper-container").PopperContainerPosition) => boolean;
|
|
769
|
+
};
|
|
770
|
+
small: {
|
|
771
|
+
type: BooleanConstructor;
|
|
772
|
+
default: boolean;
|
|
773
|
+
};
|
|
774
|
+
title: {
|
|
775
|
+
type: StringConstructor;
|
|
776
|
+
default: any;
|
|
777
|
+
};
|
|
778
|
+
targetElement: {
|
|
779
|
+
type: any;
|
|
780
|
+
required: true;
|
|
781
|
+
};
|
|
782
|
+
withoutSpace: {
|
|
783
|
+
type: BooleanConstructor;
|
|
784
|
+
default: boolean;
|
|
785
|
+
};
|
|
786
|
+
}>> & {
|
|
787
|
+
onPlacement?: (placement: import("@floating-ui/utils").Placement) => any;
|
|
788
|
+
onDismiss?: () => any;
|
|
789
|
+
} & import("../../../../../../vue3/node_modules/vue").ShallowUnwrapRef<{}> & {} & import("../../../../../../vue3/node_modules/vue").ComponentCustomProperties & {};
|
|
790
|
+
__isFragment?: never;
|
|
791
|
+
__isTeleport?: never;
|
|
792
|
+
__isSuspense?: never;
|
|
793
|
+
} & import("../../../../../../vue3/node_modules/vue").ComponentOptionsBase<Readonly<import("../../../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
581
794
|
actions: {
|
|
582
795
|
type: PropType<import("../../../button").BentoButtonActionsList>;
|
|
583
796
|
default: any;
|
|
@@ -649,9 +862,13 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
649
862
|
default: boolean;
|
|
650
863
|
};
|
|
651
864
|
}>> & {
|
|
652
|
-
onPlacement?: (
|
|
653
|
-
onDismiss?: (
|
|
654
|
-
}, {
|
|
865
|
+
onPlacement?: (placement: import("@floating-ui/utils").Placement) => any;
|
|
866
|
+
onDismiss?: () => any;
|
|
867
|
+
}, {}, unknown, {}, {}, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, {
|
|
868
|
+
dismiss: () => void;
|
|
869
|
+
} & {
|
|
870
|
+
placement: (placement: import("@floating-ui/utils").Placement) => void;
|
|
871
|
+
}, string, {
|
|
655
872
|
small: boolean;
|
|
656
873
|
title: string;
|
|
657
874
|
large: boolean;
|
|
@@ -668,7 +885,13 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
668
885
|
dismissible: boolean;
|
|
669
886
|
fitContent: boolean;
|
|
670
887
|
withoutSpace: boolean;
|
|
671
|
-
}
|
|
888
|
+
}, {}, string> & import("../../../../../../vue3/node_modules/vue").VNodeProps & import("../../../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../../../vue3/node_modules/vue").ComponentCustomProps & (new () => {
|
|
889
|
+
$slots: {
|
|
890
|
+
image: (_: {}) => any;
|
|
891
|
+
headerIcon: (_: {}) => any;
|
|
892
|
+
default: (_: {}) => any;
|
|
893
|
+
};
|
|
894
|
+
}))>;
|
|
672
895
|
popperContainerOrPopoverProps: import("../../../../../../vue3/node_modules/vue").ComputedRef<(Partial<{
|
|
673
896
|
id: string;
|
|
674
897
|
position: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | import("../../../popper-container").PopperContainerPosition;
|
|
@@ -852,8 +1075,8 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
852
1075
|
default: boolean;
|
|
853
1076
|
};
|
|
854
1077
|
}>> & {
|
|
855
|
-
onPlacement?: (
|
|
856
|
-
onDismiss?: (
|
|
1078
|
+
onPlacement?: (placement: import("@floating-ui/utils").Placement) => any;
|
|
1079
|
+
onDismiss?: () => any;
|
|
857
1080
|
} & import("../../../../../../vue3/node_modules/vue").VNodeProps & import("../../../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../../../vue3/node_modules/vue").ComponentCustomProps, "small" | "title" | "large" | "modifiers" | "position" | "open" | "fallbackPosition" | "fixedPositioning" | "ariaLabel" | "actions" | "actionsLayout" | "divider" | "disableFocusTrap" | "dismissible" | "fitContent" | "withoutSpace">)>;
|
|
858
1081
|
dropdownOptionsListboxRef: any;
|
|
859
1082
|
onEscapeKey: () => void;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from "../../../../vue3/node_modules/vue";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { BentoDropdownEmptyStateProps, BentoDropdownEvent, BentoDropdownLazyLoadType, BentoDropdownSearchOptions, BentoDropdownSize, BentoDropdownVirtulisationOptions } from './dropdown.types';
|
|
3
|
+
import { BentoListboxOptions, BentoListboxSelectedValue } from "../../types";
|
|
4
4
|
declare const _default: import("../../../../vue3/node_modules/vue").DefineComponent<{
|
|
5
5
|
ariaLabel: {
|
|
6
6
|
type: StringConstructor;
|
|
@@ -84,6 +84,10 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
84
84
|
default: BentoDropdownSize;
|
|
85
85
|
validator: (value: BentoDropdownSize) => boolean;
|
|
86
86
|
};
|
|
87
|
+
tooltipText: {
|
|
88
|
+
type: StringConstructor;
|
|
89
|
+
default: any;
|
|
90
|
+
};
|
|
87
91
|
value: {
|
|
88
92
|
type: PropType<BentoListboxSelectedValue>;
|
|
89
93
|
default: any;
|
|
@@ -149,7 +153,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
149
153
|
select: (selectedValue: BentoListboxSelectedValue) => void;
|
|
150
154
|
"show-more": () => void;
|
|
151
155
|
};
|
|
152
|
-
}, unknown, {}, {}, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, ("input" |
|
|
156
|
+
}, unknown, {}, {}, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, ("input" | BentoDropdownEvent.SHOW_MORE)[], "input" | BentoDropdownEvent.SHOW_MORE, import("../../../../vue3/node_modules/vue").VNodeProps & import("../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
153
157
|
ariaLabel: {
|
|
154
158
|
type: StringConstructor;
|
|
155
159
|
default: any;
|
|
@@ -232,6 +236,10 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
232
236
|
default: BentoDropdownSize;
|
|
233
237
|
validator: (value: BentoDropdownSize) => boolean;
|
|
234
238
|
};
|
|
239
|
+
tooltipText: {
|
|
240
|
+
type: StringConstructor;
|
|
241
|
+
default: any;
|
|
242
|
+
};
|
|
235
243
|
value: {
|
|
236
244
|
type: PropType<BentoListboxSelectedValue>;
|
|
237
245
|
default: any;
|
|
@@ -260,6 +268,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
260
268
|
description: string;
|
|
261
269
|
optional: boolean;
|
|
262
270
|
readonly: boolean;
|
|
271
|
+
tooltipText: string;
|
|
263
272
|
errorMessage: string;
|
|
264
273
|
items: BentoListboxOptions;
|
|
265
274
|
isOptionDisabled: (optionValue: import("../../types").BentoListboxOptionItem) => boolean;
|