@adyen/bento-vue3 1.74.0 → 1.76.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.
Files changed (138) hide show
  1. package/dist/@types/index.d.ts +1660 -614
  2. package/dist/assets/accordion-item.css +1 -1
  3. package/dist/assets/action-bar.css +1 -1
  4. package/dist/assets/base-modal.css +1 -1
  5. package/dist/assets/button-actions.css +1 -1
  6. package/dist/assets/calendar.css +1 -1
  7. package/dist/assets/card.css +1 -1
  8. package/dist/assets/data-grid-template.css +1 -1
  9. package/dist/assets/data-grid.css +1 -1
  10. package/dist/assets/date-picker.css +1 -1
  11. package/dist/assets/date-range-picker.css +1 -1
  12. package/dist/assets/dialog-page.css +1 -1
  13. package/dist/assets/dropdown-tag.css +1 -1
  14. package/dist/assets/file-uploader.css +1 -1
  15. package/dist/assets/filter-bar.css +1 -1
  16. package/dist/assets/header-meta.css +1 -1
  17. package/dist/assets/input-field-password.css +1 -1
  18. package/dist/assets/input-field.css +1 -1
  19. package/dist/assets/inspector.css +1 -1
  20. package/dist/assets/modal-fullscreen.css +1 -1
  21. package/dist/assets/selection-card-group.css +1 -1
  22. package/dist/assets/sidepanel.css +1 -1
  23. package/dist/assets/timeline-item.css +1 -1
  24. package/dist/assets/use-cached-selected-values.css +1 -1
  25. package/dist/checkbox.js +2 -2
  26. package/dist/chunks/calendar.Tm7Cvpwu.js +2001 -0
  27. package/dist/chunks/calendar.Tm7Cvpwu.js.map +1 -0
  28. package/dist/chunks/{checkbox-group.8ebmaHsA.js → checkbox-group.8J29fVna.js} +2 -2
  29. package/dist/chunks/{checkbox-group.8ebmaHsA.js.map → checkbox-group.8J29fVna.js.map} +1 -1
  30. package/dist/chunks/{checkbox.BI0dqARY.js → checkbox.CfNYUty6.js} +18 -18
  31. package/dist/chunks/{checkbox.BI0dqARY.js.map → checkbox.CfNYUty6.js.map} +1 -1
  32. package/dist/chunks/{code-snippet.CO78Nfj0.js → code-snippet.EeIcRV20.js} +2 -2
  33. package/dist/chunks/{code-snippet.CO78Nfj0.js.map → code-snippet.EeIcRV20.js.map} +1 -1
  34. package/dist/chunks/constructNow.CHWWeLPc.js +8 -0
  35. package/dist/chunks/constructNow.CHWWeLPc.js.map +1 -0
  36. package/dist/chunks/{dashboard-section.CVttsom5.js → dashboard-section.Cqi0PWeJ.js} +2 -2
  37. package/dist/chunks/{dashboard-section.CVttsom5.js.map → dashboard-section.Cqi0PWeJ.js.map} +1 -1
  38. package/dist/chunks/{data-grid-template.CFt1NV_4.js → data-grid-template.D7kB3S1u.js} +2 -2
  39. package/dist/chunks/{data-grid-template.CFt1NV_4.js.map → data-grid-template.D7kB3S1u.js.map} +1 -1
  40. package/dist/chunks/data-grid.DJIxBwCa.js +4143 -0
  41. package/dist/chunks/data-grid.DJIxBwCa.js.map +1 -0
  42. package/dist/chunks/{date-picker.DSkvT_CA.js → date-picker.CobmiKaJ.js} +16 -16
  43. package/dist/chunks/date-picker.CobmiKaJ.js.map +1 -0
  44. package/dist/chunks/date-range-picker.B6UKl1_N.js +1114 -0
  45. package/dist/chunks/date-range-picker.B6UKl1_N.js.map +1 -0
  46. package/dist/chunks/{get-date-locale.CAyOIbcp.js → differenceInMonths.C8FyCrav.js} +580 -364
  47. package/dist/chunks/differenceInMonths.C8FyCrav.js.map +1 -0
  48. package/dist/chunks/dropdown-tag.CMjilUQb.js +242 -0
  49. package/dist/chunks/dropdown-tag.CMjilUQb.js.map +1 -0
  50. package/dist/chunks/{dropdown.bLsoTZbw.js → dropdown.DG_EnV8g.js} +18 -18
  51. package/dist/chunks/{dropdown.bLsoTZbw.js.map → dropdown.DG_EnV8g.js.map} +1 -1
  52. package/dist/chunks/es6.MoTTyETW.js.map +1 -1
  53. package/dist/chunks/{filter-bar.nX73NKNC.js → filter-bar.dmC284Po.js} +737 -710
  54. package/dist/chunks/filter-bar.dmC284Po.js.map +1 -0
  55. package/dist/chunks/getRoundingMethod.C3eaeGLR.js +10 -0
  56. package/dist/chunks/getRoundingMethod.C3eaeGLR.js.map +1 -0
  57. package/dist/chunks/{index.BrH1t1iu.js → getTimezoneOffsetInMilliseconds.BW7U6PxE.js} +254 -177
  58. package/dist/chunks/getTimezoneOffsetInMilliseconds.BW7U6PxE.js.map +1 -0
  59. package/dist/chunks/header-meta.BE6QfUNi.js +221 -0
  60. package/dist/chunks/header-meta.BE6QfUNi.js.map +1 -0
  61. package/dist/chunks/{header-with-views.BLW817ZC.js → header-with-views.BZ16v5-m.js} +4 -4
  62. package/dist/chunks/{header-with-views.BLW817ZC.js.map → header-with-views.BZ16v5-m.js.map} +1 -1
  63. package/dist/chunks/{header.DARVAeE9.js → header.3It50Clh.js} +2 -2
  64. package/dist/chunks/{header.DARVAeE9.js.map → header.3It50Clh.js.map} +1 -1
  65. package/dist/chunks/{input-field-password.BtM3-txc.js → input-field-password.BVnZWBAV.js} +185 -167
  66. package/dist/chunks/input-field-password.BVnZWBAV.js.map +1 -0
  67. package/dist/chunks/{input-field-phone-number.oaNB69nM.js → input-field-phone-number.CWhPGQ1U.js} +3 -3
  68. package/dist/chunks/{input-field-phone-number.oaNB69nM.js.map → input-field-phone-number.CWhPGQ1U.js.map} +1 -1
  69. package/dist/chunks/{input-field.D_tADgPG.js → input-field.A-dEZZfC.js} +124 -119
  70. package/dist/chunks/input-field.A-dEZZfC.js.map +1 -0
  71. package/dist/chunks/{pagination.D1Gdo5to.js → pagination.B4qBK4pM.js} +2 -2
  72. package/dist/chunks/{pagination.D1Gdo5to.js.map → pagination.B4qBK4pM.js.map} +1 -1
  73. package/dist/chunks/radio-group.DWNqrkZ3.js.map +1 -1
  74. package/dist/chunks/{rich-text-editor.BK9AivIm.js → rich-text-editor.BA6_k4Vv.js} +354 -352
  75. package/dist/chunks/{rich-text-editor.BK9AivIm.js.map → rich-text-editor.BA6_k4Vv.js.map} +1 -1
  76. package/dist/chunks/{search-bar.BD_R-vgA.js → search-bar.dZ7UCMxb.js} +3 -3
  77. package/dist/chunks/{search-bar.BD_R-vgA.js.map → search-bar.dZ7UCMxb.js.map} +1 -1
  78. package/dist/chunks/{secondary-nav.Du2PL7Ok.js → secondary-nav.CE082cQ_.js} +2 -2
  79. package/dist/chunks/{secondary-nav.Du2PL7Ok.js.map → secondary-nav.CE082cQ_.js.map} +1 -1
  80. package/dist/chunks/selection-card-group.NnTbPQjj.js +412 -0
  81. package/dist/chunks/{selection-card-group._RgLiMyQ.js.map → selection-card-group.NnTbPQjj.js.map} +1 -1
  82. package/dist/chunks/textarea.C1jkfowf.js.map +1 -1
  83. package/dist/chunks/timeline-item.DNjubXL2.js +556 -0
  84. package/dist/chunks/timeline-item.DNjubXL2.js.map +1 -0
  85. package/dist/chunks/{use-cached-selected-values.C32tjNKy.js → use-cached-selected-values.8MdrR9wt.js} +501 -467
  86. package/dist/chunks/use-cached-selected-values.8MdrR9wt.js.map +1 -0
  87. package/dist/code-snippet.js +1 -1
  88. package/dist/dashboard-template.js +1 -1
  89. package/dist/data-grid-template.js +1 -1
  90. package/dist/data-grid.js +1 -1
  91. package/dist/date-picker.js +2 -2
  92. package/dist/date-range-picker.js +2 -2
  93. package/dist/dropdown.js +3 -3
  94. package/dist/filter-bar.js +1 -1
  95. package/dist/header-with-views.js +1 -1
  96. package/dist/header.js +1 -1
  97. package/dist/index.js +24 -24
  98. package/dist/input-field-password.js +1 -1
  99. package/dist/input-field-phone-number.js +1 -1
  100. package/dist/input-field.js +1 -1
  101. package/dist/internal.js +3 -3
  102. package/dist/pagination.js +1 -1
  103. package/dist/rich-text-editor.js +1 -1
  104. package/dist/search-bar.js +2 -2
  105. package/dist/secondary-nav.js +1 -1
  106. package/dist/selection-card.js +1 -1
  107. package/dist/styles/bento-dark.css +7 -5
  108. package/dist/styles/bento-light.css +7 -5
  109. package/dist/styles/bento.css +7 -5
  110. package/dist/styles/legacy.css +7 -5
  111. package/dist/styles/styleguide.css +7 -5
  112. package/dist/timeline.js +1 -1
  113. package/dist/web-types.json +1 -1
  114. package/package.json +8 -23
  115. package/dist/chunks/_commonjsHelpers.C6fGbg64.js +0 -7
  116. package/dist/chunks/_commonjsHelpers.C6fGbg64.js.map +0 -1
  117. package/dist/chunks/calendar.Cqjyxc69.js +0 -2223
  118. package/dist/chunks/calendar.Cqjyxc69.js.map +0 -1
  119. package/dist/chunks/data-grid.BjPdbx50.js +0 -4071
  120. package/dist/chunks/data-grid.BjPdbx50.js.map +0 -1
  121. package/dist/chunks/date-picker.DSkvT_CA.js.map +0 -1
  122. package/dist/chunks/date-range-picker.cmg75lC-.js +0 -1117
  123. package/dist/chunks/date-range-picker.cmg75lC-.js.map +0 -1
  124. package/dist/chunks/dropdown-tag.DvQQIJsw.js +0 -308
  125. package/dist/chunks/dropdown-tag.DvQQIJsw.js.map +0 -1
  126. package/dist/chunks/filter-bar.nX73NKNC.js.map +0 -1
  127. package/dist/chunks/get-date-locale.CAyOIbcp.js.map +0 -1
  128. package/dist/chunks/header-meta.C4iaUsfq.js +0 -236
  129. package/dist/chunks/header-meta.C4iaUsfq.js.map +0 -1
  130. package/dist/chunks/index.BrH1t1iu.js.map +0 -1
  131. package/dist/chunks/index.BxBB1rsx.js +0 -15
  132. package/dist/chunks/index.BxBB1rsx.js.map +0 -1
  133. package/dist/chunks/input-field-password.BtM3-txc.js.map +0 -1
  134. package/dist/chunks/input-field.D_tADgPG.js.map +0 -1
  135. package/dist/chunks/selection-card-group._RgLiMyQ.js +0 -474
  136. package/dist/chunks/timeline-item.C8PA_w7m.js +0 -568
  137. package/dist/chunks/timeline-item.C8PA_w7m.js.map +0 -1
  138. package/dist/chunks/use-cached-selected-values.C32tjNKy.js.map +0 -1
@@ -146,12 +146,6 @@ declare type __VLS_NonUndefinedable_59<T> = T extends undefined ? never : T;
146
146
 
147
147
  declare type __VLS_NonUndefinedable_6<T> = T extends undefined ? never : T;
148
148
 
149
- declare type __VLS_NonUndefinedable_60<T> = T extends undefined ? never : T;
150
-
151
- declare type __VLS_NonUndefinedable_61<T> = T extends undefined ? never : T;
152
-
153
- declare type __VLS_NonUndefinedable_62<T> = T extends undefined ? never : T;
154
-
155
149
  declare type __VLS_NonUndefinedable_7<T> = T extends undefined ? never : T;
156
150
 
157
151
  declare type __VLS_NonUndefinedable_8<T> = T extends undefined ? never : T;
@@ -662,33 +656,6 @@ declare type __VLS_TypePropsToRuntimeProps_6<T> = {
662
656
  };
663
657
  };
664
658
 
665
- declare type __VLS_TypePropsToRuntimeProps_60<T> = {
666
- [K in keyof T]-?: {} extends Pick<T, K> ? {
667
- type: PropType<__VLS_NonUndefinedable_60<T[K]>>;
668
- } : {
669
- type: PropType<T[K]>;
670
- required: true;
671
- };
672
- };
673
-
674
- declare type __VLS_TypePropsToRuntimeProps_61<T> = {
675
- [K in keyof T]-?: {} extends Pick<T, K> ? {
676
- type: PropType<__VLS_NonUndefinedable_61<T[K]>>;
677
- } : {
678
- type: PropType<T[K]>;
679
- required: true;
680
- };
681
- };
682
-
683
- declare type __VLS_TypePropsToRuntimeProps_62<T> = {
684
- [K in keyof T]-?: {} extends Pick<T, K> ? {
685
- type: PropType<__VLS_NonUndefinedable_62<T[K]>>;
686
- } : {
687
- type: PropType<T[K]>;
688
- required: true;
689
- };
690
- };
691
-
692
659
  declare type __VLS_TypePropsToRuntimeProps_7<T> = {
693
660
  [K in keyof T]-?: {} extends Pick<T, K> ? {
694
661
  type: PropType<__VLS_NonUndefinedable_7<T[K]>>;
@@ -1028,24 +995,6 @@ declare type __VLS_WithDefaults_56<P, D> = {
1028
995
  } : P[K];
1029
996
  };
1030
997
 
1031
- declare type __VLS_WithDefaults_57<P, D> = {
1032
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
1033
- default: D[K];
1034
- } : P[K];
1035
- };
1036
-
1037
- declare type __VLS_WithDefaults_58<P, D> = {
1038
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
1039
- default: D[K];
1040
- } : P[K];
1041
- };
1042
-
1043
- declare type __VLS_WithDefaults_59<P, D> = {
1044
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
1045
- default: D[K];
1046
- } : P[K];
1047
- };
1048
-
1049
998
  declare type __VLS_WithDefaults_6<P, D> = {
1050
999
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
1051
1000
  default: D[K];
@@ -1382,6 +1331,12 @@ declare type __VLS_WithTemplateSlots_56<T, S> = T & {
1382
1331
  };
1383
1332
  };
1384
1333
 
1334
+ declare type __VLS_WithTemplateSlots_57<T, S> = T & {
1335
+ new (): {
1336
+ $slots: S;
1337
+ };
1338
+ };
1339
+
1385
1340
  declare type __VLS_WithTemplateSlots_6<T, S> = T & {
1386
1341
  new (): {
1387
1342
  $slots: S;
@@ -1987,7 +1942,7 @@ export declare type BentoAvatarListboxOptionItem = Omit<BentoListboxOptionItem,
1987
1942
 
1988
1943
  export declare type BentoAvatarListboxOptions = Array<BentoAvatarListboxOptionItem>;
1989
1944
 
1990
- export declare const BentoBaseFilter: __VLS_WithTemplateSlots_14<DefineComponent<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_25<BentoBaseFilterProps_2<BentoFilterBarValue, string>>, {
1945
+ export declare const BentoBaseFilter: __VLS_WithTemplateSlots_14<DefineComponent<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_21<BentoBaseFilterProps_2<BentoFilterBarValue, string>>, {
1991
1946
  appliedFiltersCount: any;
1992
1947
  buttonLabel: any;
1993
1948
  buttonSecondaryLabel: any;
@@ -2003,7 +1958,7 @@ tooltipPosition: any;
2003
1958
  value: any;
2004
1959
  }>, {
2005
1960
  closePopover: () => void;
2006
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, BaseFilterEvent[], string, Readonly<ExtractPropTypes<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_25<BentoBaseFilterProps_2<BentoFilterBarValue, string>>, {
1961
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, BaseFilterEvent[], string, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_21<BentoBaseFilterProps_2<BentoFilterBarValue, string>>, {
2007
1962
  appliedFiltersCount: any;
2008
1963
  buttonLabel: any;
2009
1964
  buttonSecondaryLabel: any;
@@ -3432,7 +3387,7 @@ export declare type BentoCheckboxType = boolean | BentoMultiCheckboxType;
3432
3387
  * `
3433
3388
  * }
3434
3389
  */
3435
- export declare const BentoChip: DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<BentoChipProps>, {
3390
+ export declare const BentoChip: DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<BentoChipProps>, {
3436
3391
  disabled: boolean;
3437
3392
  readonly: boolean;
3438
3393
  error: boolean;
@@ -3440,7 +3395,7 @@ condensed: boolean;
3440
3395
  characterLimit: any;
3441
3396
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3442
3397
  click: () => void;
3443
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<BentoChipProps>, {
3398
+ }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<BentoChipProps>, {
3444
3399
  disabled: boolean;
3445
3400
  readonly: boolean;
3446
3401
  error: boolean;
@@ -3522,7 +3477,7 @@ export declare const BentoClickOutsideDirective: {
3522
3477
  * `
3523
3478
  * }
3524
3479
  */
3525
- export declare const BentoCodeSnippet: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<BentoCodeSnippetProps>, {
3480
+ export declare const BentoCodeSnippet: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<BentoCodeSnippetProps>, {
3526
3481
  actionable: boolean;
3527
3482
  actionableText: any;
3528
3483
  content: string;
@@ -3532,7 +3487,7 @@ lang: BentoCodeSnippetSupportedLanguage;
3532
3487
  langLabel: any;
3533
3488
  loading: boolean;
3534
3489
  variant: BentoCodeSnippetVariant;
3535
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, BentoCodeSnippetEvent[], string, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<BentoCodeSnippetProps>, {
3490
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, BentoCodeSnippetEvent[], string, Readonly<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<BentoCodeSnippetProps>, {
3536
3491
  actionable: boolean;
3537
3492
  actionableText: any;
3538
3493
  content: string;
@@ -3645,7 +3600,7 @@ export declare interface BentoColumn {
3645
3600
  cellActions?: BentoColumnCellActionsProp;
3646
3601
  }
3647
3602
 
3648
- declare type BentoColumnCellAction = OmitStrict<BentoButtonActionObject, 'variant' | 'event' | 'title' | 'icon' | 'state'> & {
3603
+ export declare type BentoColumnCellAction = OmitStrict<BentoButtonActionObject, 'variant' | 'event' | 'title' | 'icon' | 'state'> & {
3649
3604
  title?: string;
3650
3605
  event?: BentoColumnCellActionEvent;
3651
3606
  isShort?: true;
@@ -3668,7 +3623,7 @@ declare type BentoColumnCellActions = Array<BentoColumnCellAction>;
3668
3623
 
3669
3624
  declare type BentoColumnCellActionsByCellDataFn = (rowDataItem: BentoDatagridDataItem, columnKey: string) => BentoColumnCellActions;
3670
3625
 
3671
- declare type BentoColumnCellActionsProp = BentoColumnCellActions | BentoColumnCellActionsByCellDataFn;
3626
+ export declare type BentoColumnCellActionsProp = BentoColumnCellActions | BentoColumnCellActionsByCellDataFn;
3672
3627
 
3673
3628
  declare type BentoColumnCellActionVariant = 'copy' | 'edit' | 'open' | 'more';
3674
3629
 
@@ -3697,11 +3652,11 @@ export declare interface BentoColumnWidthOverridesLookup {
3697
3652
  * `
3698
3653
  * }
3699
3654
  */
3700
- export declare const BentoCountry: DefineComponent<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<BentoCountryProps>, {
3655
+ export declare const BentoCountry: DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<BentoCountryProps>, {
3701
3656
  code: BentoCountryCode;
3702
3657
  label: any;
3703
3658
  variant: BentoCountryVariant;
3704
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<BentoCountryProps>, {
3659
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<BentoCountryProps>, {
3705
3660
  code: BentoCountryCode;
3706
3661
  label: any;
3707
3662
  variant: BentoCountryVariant;
@@ -4017,13 +3972,13 @@ export declare enum BentoCountryVariant {
4017
3972
  * `
4018
3973
  * }
4019
3974
  */
4020
- export declare const BentoCurrency: DefineComponent<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_20<BentoCurrencyProps>, {
3975
+ export declare const BentoCurrency: DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<BentoCurrencyProps>, {
4021
3976
  currency: BentoCurrencyISOCode;
4022
3977
  disableTypography: boolean;
4023
3978
  majorUnits: boolean;
4024
3979
  value: any;
4025
3980
  currencySign: string;
4026
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_20<BentoCurrencyProps>, {
3981
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<BentoCurrencyProps>, {
4027
3982
  currency: BentoCurrencyISOCode;
4028
3983
  disableTypography: boolean;
4029
3984
  majorUnits: boolean;
@@ -4270,7 +4225,7 @@ export declare interface BentoCurrencyProps {
4270
4225
  * `
4271
4226
  * }
4272
4227
  */
4273
- export declare const BentoDashboardSection: __VLS_WithTemplateSlots_55<DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_62<{
4228
+ export declare const BentoDashboardSection: __VLS_WithTemplateSlots_56<DefineComponent<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
4274
4229
  /**
4275
4230
  * The header of the section
4276
4231
  */
@@ -4281,7 +4236,7 @@ header: BentoDashboardTemplateHeader;
4281
4236
  halfWidth?: boolean;
4282
4237
  }>, {
4283
4238
  halfWidth: boolean;
4284
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_62<{
4239
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
4285
4240
  /**
4286
4241
  * The header of the section
4287
4242
  */
@@ -4329,7 +4284,7 @@ halfWidth: boolean;
4329
4284
  * `
4330
4285
  * }
4331
4286
  */
4332
- export declare const BentoDashboardTemplate: __VLS_WithTemplateSlots_54<DefineComponent<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_61<{
4287
+ export declare const BentoDashboardTemplate: __VLS_WithTemplateSlots_55<DefineComponent<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
4333
4288
  /**
4334
4289
  * The header that goes to the top of the template
4335
4290
  */
@@ -4352,7 +4307,7 @@ stickyFilters?: boolean;
4352
4307
  tabs: any;
4353
4308
  stickyTabs: boolean;
4354
4309
  stickyFilters: boolean;
4355
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_61<{
4310
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
4356
4311
  /**
4357
4312
  * The header that goes to the top of the template
4358
4313
  */
@@ -4860,7 +4815,7 @@ default: boolean;
4860
4815
  };
4861
4816
  }, {
4862
4817
  onEmptyStateClearResetButtonClick: () => void;
4863
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, (BentoDatagridEvent.COLUMNS | BentoDatagridEvent.COLUMN_RESIZE | BentoDatagridEvent.ITEMS_PAGE | BentoDatagridEvent.NAVIGATE | BentoDatagridEvent.NESTED_CONTENT_TOGGLED | BentoDatagridEvent.FILTER_SEARCH_INPUT | BentoDatagridEvent.FILTER_SEARCH_CLEAR | BentoDatagridEvent.UPDATE_COLUMNS | BentoDatagridEvent.UPDATE_CONDENSED | BentoDatagridEvent.UPDATE_FILTERS | BentoDatagridEvent.UPDATE_FILTER_VALUES | BentoDatagridEvent.UPDATE_FILTER_VALUES_OBJECT | BentoDatagridEvent.UPDATE_FILTER_SEARCH_TERM | BentoDatagridEvent.UPDATE_PAGINATION | BentoDatagridEvent.UPDATE_SELECTION | BentoDatagridEvent.UPDATE_SHOW_MORE | BentoDatagridEvent.UPDATE_SORT_BY | BentoDatagridEvent.ROW_CLICK | BentoDatagridEvent.SELECT | BentoDatagridEvent.SELECT_ALL_ACROSS_PAGES | BentoDatagridEvent.SORT)[], string, Readonly<ExtractPropTypes< {
4818
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, (BentoDatagridEvent.COLUMNS | BentoDatagridEvent.COLUMN_RESIZE | BentoDatagridEvent.ITEMS_PAGE | BentoDatagridEvent.NAVIGATE | BentoDatagridEvent.NESTED_CONTENT_TOGGLED | BentoDatagridEvent.FILTER_SEARCH_INPUT | BentoDatagridEvent.FILTER_SEARCH_CLEAR | BentoDatagridEvent.UPDATE_COLUMNS | BentoDatagridEvent.UPDATE_CONDENSED | BentoDatagridEvent.UPDATE_FILTERS | BentoDatagridEvent.UPDATE_FILTER_VALUES | BentoDatagridEvent.UPDATE_FILTER_VALUES_OBJECT | BentoDatagridEvent.UPDATE_FILTER_SEARCH_TERM | BentoDatagridEvent.UPDATE_PAGINATION | BentoDatagridEvent.UPDATE_SELECTION | BentoDatagridEvent.UPDATE_SHOW_MORE | BentoDatagridEvent.UPDATE_SORT_BY | BentoDatagridEvent.ROW_CLICK | BentoDatagridEvent.SELECT | BentoDatagridEvent.SELECT_ALL_ACROSS_PAGES | BentoDatagridEvent.SELECT_ALL_CURRENT_RESULTS | BentoDatagridEvent.DESELECT_ALL_CURRENT_RESULTS | BentoDatagridEvent.SORT)[], string, Readonly<ExtractPropTypes< {
4864
4819
  /**
4865
4820
  * When true, will emit a 'rowClick' event when a row is clicked. Will add cursor: pointer to rows.
4866
4821
  */
@@ -5268,6 +5223,8 @@ export declare enum BentoDatagridEvent {
5268
5223
  ROW_CLICK = "row-click",
5269
5224
  SELECT = "select",
5270
5225
  SELECT_ALL_ACROSS_PAGES = "select-all-across-pages",
5226
+ SELECT_ALL_CURRENT_RESULTS = "select-all-current-results",
5227
+ DESELECT_ALL_CURRENT_RESULTS = "deselect-all-current-results",
5271
5228
  SORT = "sort"
5272
5229
  }
5273
5230
 
@@ -5277,9 +5234,9 @@ export declare type BentoDatagridIsDataItemDisabledFn = (item: BentoDatagridData
5277
5234
 
5278
5235
  export declare type BentoDatagridPaginationProps = BentoPaginationProps;
5279
5236
 
5280
- declare type BentoDataGridRowActionsFn = (rowDataItem: BentoDatagridDataItem) => BentoColumnCellActions;
5237
+ export declare type BentoDataGridRowActionsFn = (rowDataItem: BentoDatagridDataItem) => BentoColumnCellActions;
5281
5238
 
5282
- declare type BentoDataGridRowActionsProp = BentoColumnCellActions | BentoDataGridRowActionsFn;
5239
+ export declare type BentoDataGridRowActionsProp = BentoColumnCellActions | BentoDataGridRowActionsFn;
5283
5240
 
5284
5241
  export declare type BentoDatagridSelection = Array<BentoDatagridDataItemId>;
5285
5242
 
@@ -5438,7 +5395,7 @@ declare interface BentoDataGridSummaryCellProps {
5438
5395
  * `
5439
5396
  * }
5440
5397
  */
5441
- export declare const BentoDataGridTemplate: __VLS_WithTemplateSlots_56<DefineComponent< {
5398
+ export declare const BentoDataGridTemplate: __VLS_WithTemplateSlots_57<DefineComponent< {
5442
5399
  /**
5443
5400
  * The header that goes to the top of the template
5444
5401
  */
@@ -5657,11 +5614,11 @@ export declare type BentoDataGridTemplateTabs = {
5657
5614
  * `
5658
5615
  * }
5659
5616
  */
5660
- export declare const BentoDate: DefineComponent<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_21<BentoDateProps>, {
5617
+ export declare const BentoDate: DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<BentoDateProps>, {
5661
5618
  date: any;
5662
5619
  format: BentoDateFormat;
5663
5620
  disableTypography: boolean;
5664
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_21<BentoDateProps>, {
5621
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<BentoDateProps>, {
5665
5622
  date: any;
5666
5623
  format: BentoDateFormat;
5667
5624
  disableTypography: boolean;
@@ -6044,9 +6001,9 @@ export declare interface BentoDateRangePickerValue {
6044
6001
  * template: `<bento-divider />`
6045
6002
  * }
6046
6003
  */
6047
- export declare const BentoDivider: DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<BentoDividerProps>, {
6004
+ export declare const BentoDivider: DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<BentoDividerProps>, {
6048
6005
  variant: BentoDividerVariant;
6049
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<BentoDividerProps>, {
6006
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<BentoDividerProps>, {
6050
6007
  variant: BentoDividerVariant;
6051
6008
  }>>>, {
6052
6009
  variant: `${BentoDividerVariant}`;
@@ -6227,79 +6184,18 @@ placeholder: string;
6227
6184
  * }
6228
6185
  * }
6229
6186
  */
6230
- export declare const BentoDropdownAvatar: DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<BentoDropdownAvatarProps>, {
6231
- items: () => any[];
6232
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6233
- input: (selectedValue: BentoListboxSelectedValue) => void;
6234
- } & {
6235
- "show-more": () => void;
6236
- } & {
6237
- open: () => void;
6238
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<BentoDropdownAvatarProps>, {
6239
- items: () => any[];
6240
- }>>>, {
6241
- items: BentoAvatarListboxOptions;
6242
- }>;
6243
-
6244
- export declare interface BentoDropdownAvatarProps extends BentoDropdownProps {
6245
- /**
6246
- * The option elements to populate the avatar dropdown with.
6247
- * It must be an array of {@see BentoAvatarListboxOptions }
6248
- * @property {string} value.label - Text to be displayed in the option.
6249
- * @property {string | number} value.value - Value of the option.
6250
- * @property {string} value.src - Image source of the avatar image.
6251
- */
6252
- items?: BentoAvatarListboxOptions;
6253
- }
6254
-
6255
- /**
6256
- * A Country Dropdown showing a selectable list of countries.
6257
- *
6258
- * @example
6259
- * import { BentoDropdownCountry, BentoCountryCode } from '@adyen/bento-vue2';
6260
- * import type { BentoCountryListboxOptions } from '@adyen/bento-vue2'
6261
- *
6262
- * export default {
6263
- * components: { BentoDropdown },
6264
- * template: `
6265
- * <bento-dropdown-country
6266
- * v-model="selectedValue"
6267
- * :disabled="false"
6268
- * :multiple="true"
6269
- * :isOptionsDisabled="option => option.value === 2"
6270
- * :items="options"
6271
- * />
6272
- * `,
6273
- * setup() {
6274
- * const selectedValue = ref(BentoCountryCode.NL) // Default value
6275
- * const options: BentoCountryListboxOptions = [
6276
- * { label: 'Option 1', value: BentoCountryCode.NL },
6277
- * { label: 'Option 2', value: BentoCountryCode.BE },
6278
- * ];
6279
- * return { options, selectedValue };
6280
- * }
6281
- * }
6282
- */
6283
- export declare const BentoDropdownCountry: DefineComponent< {
6187
+ export declare const BentoDropdownAvatar: DefineComponent< {
6284
6188
  /**
6285
- * The option elements to populate the country dropdown with.
6286
- * It must be an array of {@see BentoCountryListboxOptions }
6287
- * * @deprecated {string} value.label - Use BentoDropdown instead of custom labels
6288
- * * @property {BentoCountryCode | string} value.value - Country code of the option
6189
+ * The option elements to populate the avatar dropdown with.
6190
+ * It must be an array of {@see BentoAvatarListboxOptions }
6191
+ * @property {string} value.label - Text to be displayed in the option.
6192
+ * @property {string | number} value.value - Value of the option.
6193
+ * @property {string} value.src - Image source of the avatar image.
6289
6194
  */
6290
6195
  items: {
6291
- type: PropType<BentoCountryListboxOptions>;
6196
+ type: PropType<BentoAvatarListboxOptions>;
6292
6197
  default: () => any[];
6293
6198
  };
6294
- /**
6295
- * Which label variant to display.
6296
- * @values iso, name, phone_code, capital
6297
- */
6298
- variant: {
6299
- type: PropType<BentoCountryVariant | `${BentoCountryVariant}`>;
6300
- default: BentoCountryVariant;
6301
- validator: (value: BentoCountryVariant) => boolean;
6302
- };
6303
6199
  search: {
6304
6200
  type: PropType<BentoListboxSearchOptions>;
6305
6201
  } & {
@@ -6443,24 +6339,16 @@ input: (selectedValue: BentoListboxSelectedValue) => void;
6443
6339
  open: () => void;
6444
6340
  }, string, Readonly<ExtractPropTypes< {
6445
6341
  /**
6446
- * The option elements to populate the country dropdown with.
6447
- * It must be an array of {@see BentoCountryListboxOptions }
6448
- * * @deprecated {string} value.label - Use BentoDropdown instead of custom labels
6449
- * * @property {BentoCountryCode | string} value.value - Country code of the option
6342
+ * The option elements to populate the avatar dropdown with.
6343
+ * It must be an array of {@see BentoAvatarListboxOptions }
6344
+ * @property {string} value.label - Text to be displayed in the option.
6345
+ * @property {string | number} value.value - Value of the option.
6346
+ * @property {string} value.src - Image source of the avatar image.
6450
6347
  */
6451
6348
  items: {
6452
- type: PropType<BentoCountryListboxOptions>;
6349
+ type: PropType<BentoAvatarListboxOptions>;
6453
6350
  default: () => any[];
6454
6351
  };
6455
- /**
6456
- * Which label variant to display.
6457
- * @values iso, name, phone_code, capital
6458
- */
6459
- variant: {
6460
- type: PropType<BentoCountryVariant | `${BentoCountryVariant}`>;
6461
- default: BentoCountryVariant;
6462
- validator: (value: BentoCountryVariant) => boolean;
6463
- };
6464
6352
  search: {
6465
6353
  type: PropType<BentoListboxSearchOptions>;
6466
6354
  } & {
@@ -6601,7 +6489,6 @@ search: BentoListboxSearchOptions;
6601
6489
  value: BentoListboxSelectedValue;
6602
6490
  description: string;
6603
6491
  label: string;
6604
- variant: "name" | "iso" | "phone_code" | "capital" | "custom" | BentoCountryVariant;
6605
6492
  required: boolean;
6606
6493
  condensed: boolean;
6607
6494
  disabled: boolean;
@@ -6612,7 +6499,7 @@ readonly: boolean;
6612
6499
  size: BentoDropdownSize_2 | `${BentoDropdownSize_2}`;
6613
6500
  multiple: boolean;
6614
6501
  ariaLabel: string;
6615
- items: BentoCountryListboxOptions;
6502
+ items: BentoAvatarListboxOptions;
6616
6503
  errorMessage: string;
6617
6504
  tooltipText: string;
6618
6505
  isOptionDisabled: BentoListboxIsOptionDisabled;
@@ -6628,8 +6515,19 @@ enableValueLabelPair: boolean;
6628
6515
  placeholder: string;
6629
6516
  }>;
6630
6517
 
6518
+ export declare interface BentoDropdownAvatarProps extends BentoDropdownProps {
6519
+ /**
6520
+ * The option elements to populate the avatar dropdown with.
6521
+ * It must be an array of {@see BentoAvatarListboxOptions }
6522
+ * @property {string} value.label - Text to be displayed in the option.
6523
+ * @property {string | number} value.value - Value of the option.
6524
+ * @property {string} value.src - Image source of the avatar image.
6525
+ */
6526
+ items?: BentoAvatarListboxOptions;
6527
+ }
6528
+
6631
6529
  /**
6632
- * A Currency Dropdown showing a selectable list of currencies.
6530
+ * A Country Dropdown showing a selectable list of countries.
6633
6531
  *
6634
6532
  * @example
6635
6533
  * import { BentoDropdownCountry, BentoCountryCode } from '@adyen/bento-vue2';
@@ -6638,7 +6536,7 @@ placeholder: string;
6638
6536
  * export default {
6639
6537
  * components: { BentoDropdown },
6640
6538
  * template: `
6641
- * <bento-dropdown-currency
6539
+ * <bento-dropdown-country
6642
6540
  * v-model="selectedValue"
6643
6541
  * :disabled="false"
6644
6542
  * :multiple="true"
@@ -6656,94 +6554,1100 @@ placeholder: string;
6656
6554
  * }
6657
6555
  * }
6658
6556
  */
6659
- export declare const BentoDropdownCurrency: DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<BentoDropdownCurrencyProps>, {
6660
- items: () => any[];
6661
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6662
- input: (selectedValue: BentoListboxSelectedValue) => void;
6557
+ export declare const BentoDropdownCountry: DefineComponent< {
6558
+ /**
6559
+ * The option elements to populate the country dropdown with.
6560
+ * It must be an array of {@see BentoCountryListboxOptions }
6561
+ * * @deprecated {string} value.label - Use BentoDropdown instead of custom labels
6562
+ * * @property {BentoCountryCode | string} value.value - Country code of the option
6563
+ */
6564
+ items: {
6565
+ type: PropType<BentoCountryListboxOptions>;
6566
+ default: () => any[];
6567
+ };
6568
+ /**
6569
+ * Which label variant to display.
6570
+ * @values iso, name, phone_code, capital
6571
+ */
6572
+ variant: {
6573
+ type: PropType<BentoCountryVariant | `${BentoCountryVariant}`>;
6574
+ default: BentoCountryVariant;
6575
+ validator: (value: BentoCountryVariant) => boolean;
6576
+ };
6577
+ search: {
6578
+ type: PropType<BentoListboxSearchOptions>;
6663
6579
  } & {
6664
- "show-more": () => void;
6580
+ default: any;
6581
+ };
6582
+ value: {
6583
+ type: PropType<BentoListboxSelectedValue>;
6665
6584
  } & {
6666
- open: () => void;
6667
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<BentoDropdownCurrencyProps>, {
6668
- items: () => any[];
6669
- }>>>, {
6670
- items: BentoCurrencyListboxOptions;
6671
- }>;
6672
-
6673
- export declare interface BentoDropdownCurrencyProps extends BentoDropdownProps {
6674
- /**
6675
- * The option elements to populate the currency dropdown with.
6676
- * It must be an array of {@see BentoCurrencyListboxOptions }
6677
- * @property {string} value.label - Text to be displayed in the option
6678
- * @property {BentoCurrencyISOCode} value.code - Currency ISO code of the option
6679
- */
6680
- items?: BentoCurrencyListboxOptions;
6681
- }
6682
-
6683
- /**
6684
- * A Payment method Dropdown showing a selectable list of countries.
6685
- *
6686
- * @example
6687
- * import { BentoDropdownPaymentMethod } from '@adyen/bento-vue2';
6688
- * import type { BentoPaymentMethodListboxOptions } from '@adyen/bento-vue2'
6689
- *
6690
- * export default {
6691
- * components: { BentoDropdownPaymentMethod },
6692
- * template: `
6693
- * <bento-dropdown-payment-method
6694
- * v-model="selectedValue"
6695
- * :disabled="false"
6696
- * :multiple="true"
6697
- * :isOptionsDisabled="option => option.value === 'Visa'"
6698
- * :items="options"
6699
- * />
6700
- * `,
6701
- * setup() {
6702
- * const selectedValue = ref('ideal') // Default value
6703
- * const options: BentoPaymentMethodListboxOptions = [
6704
- * { label: 'Option 1', value: 'ideal' },
6705
- * { label: 'Option 2', value: 'visa' },
6706
- * ];
6707
- * return { options, selectedValue };
6708
- * }
6709
- * }
6710
- */
6711
- export declare const BentoDropdownPaymentMethod: DefineComponent<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<BentoDropdownPaymentMethodProps>, {
6712
- items: () => any[];
6713
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6714
- input: (selectedValue: BentoListboxSelectedValue) => void;
6585
+ default: any;
6586
+ };
6587
+ description: {
6588
+ type: PropType<string>;
6715
6589
  } & {
6716
- "show-more": () => void;
6590
+ default: any;
6591
+ };
6592
+ label: {
6593
+ type: PropType<string>;
6717
6594
  } & {
6718
- open: () => void;
6719
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<BentoDropdownPaymentMethodProps>, {
6720
- items: () => any[];
6721
- }>>>, {
6722
- items: BentoPaymentMethodListboxOptions;
6723
- }>;
6724
-
6725
- export declare interface BentoDropdownPaymentMethodProps extends BentoDropdownProps {
6726
- /**
6727
- * The option elements to populate the payment method dropdown with.
6728
- * It must be an array of {@see BentoPaymentMethodListboxOptions }
6729
- * @property {string} value.label - Text to be displayed in the option
6730
- * @property {string} value.value - Payment type code that translates to a payment icon name {@see https://adyen-ui-assets.netlify.app/?path=/story/packages-ui-assets-payment-method-icons--icons}
6731
- */
6732
- items?: BentoPaymentMethodListboxOptions;
6733
- }
6734
-
6735
- export declare interface BentoDropdownProps extends FormField {
6736
- /**
6737
- * @deprecated from version 2.0.0. Use the aria-label attribute instead.
6738
- * Defines a string value that labels an interactive element.
6739
- */
6740
- ariaLabel?: string;
6741
- /**
6742
- * Renders the dropdown with a condensed style.
6743
- */
6744
- condensed?: boolean;
6745
- /**
6746
- * Empty state props used with the inner empty state component which is displayed when no search results are found.
6595
+ default: any;
6596
+ };
6597
+ required: {
6598
+ type: PropType<boolean>;
6599
+ } & {
6600
+ default: boolean;
6601
+ };
6602
+ condensed: {
6603
+ type: PropType<boolean>;
6604
+ } & {
6605
+ default: boolean;
6606
+ };
6607
+ disabled: {
6608
+ type: PropType<boolean>;
6609
+ } & {
6610
+ default: boolean;
6611
+ };
6612
+ loading: {
6613
+ type: PropType<boolean>;
6614
+ } & {
6615
+ default: boolean;
6616
+ };
6617
+ error: {
6618
+ type: PropType<boolean>;
6619
+ } & {
6620
+ default: boolean;
6621
+ };
6622
+ optional: {
6623
+ type: PropType<boolean>;
6624
+ } & {
6625
+ default: boolean;
6626
+ };
6627
+ readonly: {
6628
+ type: PropType<boolean>;
6629
+ } & {
6630
+ default: boolean;
6631
+ };
6632
+ size: {
6633
+ type: PropType<BentoDropdownSize_2 | "DropdownInputDefault" | "DropdownInputSmall">;
6634
+ } & {
6635
+ default: any;
6636
+ };
6637
+ multiple: {
6638
+ type: PropType<boolean>;
6639
+ } & {
6640
+ default: boolean;
6641
+ };
6642
+ ariaLabel: {
6643
+ type: PropType<string>;
6644
+ } & {
6645
+ default: any;
6646
+ };
6647
+ errorMessage: {
6648
+ type: PropType<string>;
6649
+ } & {
6650
+ default: any;
6651
+ };
6652
+ tooltipText: {
6653
+ type: PropType<string>;
6654
+ } & {
6655
+ default: any;
6656
+ };
6657
+ isOptionDisabled: {
6658
+ type: PropType<(optionValue: BentoListboxOptionItem) => boolean>;
6659
+ } & {
6660
+ default: any;
6661
+ };
6662
+ staticCategories: {
6663
+ type: PropType<boolean>;
6664
+ } & {
6665
+ default: boolean;
6666
+ };
6667
+ hasMoreItems: {
6668
+ type: PropType<boolean>;
6669
+ } & {
6670
+ default: boolean;
6671
+ };
6672
+ lazyLoadType: {
6673
+ type: PropType<"button" | "none" | "automatic" | BentoListboxLazyLoadType>;
6674
+ } & {
6675
+ default: BentoListboxLazyLoadType;
6676
+ };
6677
+ emptyState: {
6678
+ type: PropType<BentoListboxEmptyStateProps>;
6679
+ } & {
6680
+ default: any;
6681
+ };
6682
+ componentLoading: {
6683
+ type: PropType<boolean>;
6684
+ } & {
6685
+ default: boolean;
6686
+ };
6687
+ virtualScroll: {
6688
+ type: PropType<BentoListboxVirtulisationOptions>;
6689
+ } & {
6690
+ default: boolean;
6691
+ };
6692
+ dynamicFiltering: {
6693
+ type: PropType<boolean>;
6694
+ } & {
6695
+ default: boolean;
6696
+ };
6697
+ showSlotContentInMultiple: {
6698
+ type: PropType<boolean>;
6699
+ } & {
6700
+ default: boolean;
6701
+ };
6702
+ enableValueLabelPair: {
6703
+ type: PropType<boolean>;
6704
+ } & {
6705
+ default: boolean;
6706
+ };
6707
+ placeholder: {
6708
+ type: PropType<string>;
6709
+ } & {
6710
+ default: any;
6711
+ };
6712
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6713
+ input: (selectedValue: BentoListboxSelectedValue) => void;
6714
+ } & {
6715
+ "show-more": () => void;
6716
+ } & {
6717
+ open: () => void;
6718
+ }, string, Readonly<ExtractPropTypes< {
6719
+ /**
6720
+ * The option elements to populate the country dropdown with.
6721
+ * It must be an array of {@see BentoCountryListboxOptions }
6722
+ * * @deprecated {string} value.label - Use BentoDropdown instead of custom labels
6723
+ * * @property {BentoCountryCode | string} value.value - Country code of the option
6724
+ */
6725
+ items: {
6726
+ type: PropType<BentoCountryListboxOptions>;
6727
+ default: () => any[];
6728
+ };
6729
+ /**
6730
+ * Which label variant to display.
6731
+ * @values iso, name, phone_code, capital
6732
+ */
6733
+ variant: {
6734
+ type: PropType<BentoCountryVariant | `${BentoCountryVariant}`>;
6735
+ default: BentoCountryVariant;
6736
+ validator: (value: BentoCountryVariant) => boolean;
6737
+ };
6738
+ search: {
6739
+ type: PropType<BentoListboxSearchOptions>;
6740
+ } & {
6741
+ default: any;
6742
+ };
6743
+ value: {
6744
+ type: PropType<BentoListboxSelectedValue>;
6745
+ } & {
6746
+ default: any;
6747
+ };
6748
+ description: {
6749
+ type: PropType<string>;
6750
+ } & {
6751
+ default: any;
6752
+ };
6753
+ label: {
6754
+ type: PropType<string>;
6755
+ } & {
6756
+ default: any;
6757
+ };
6758
+ required: {
6759
+ type: PropType<boolean>;
6760
+ } & {
6761
+ default: boolean;
6762
+ };
6763
+ condensed: {
6764
+ type: PropType<boolean>;
6765
+ } & {
6766
+ default: boolean;
6767
+ };
6768
+ disabled: {
6769
+ type: PropType<boolean>;
6770
+ } & {
6771
+ default: boolean;
6772
+ };
6773
+ loading: {
6774
+ type: PropType<boolean>;
6775
+ } & {
6776
+ default: boolean;
6777
+ };
6778
+ error: {
6779
+ type: PropType<boolean>;
6780
+ } & {
6781
+ default: boolean;
6782
+ };
6783
+ optional: {
6784
+ type: PropType<boolean>;
6785
+ } & {
6786
+ default: boolean;
6787
+ };
6788
+ readonly: {
6789
+ type: PropType<boolean>;
6790
+ } & {
6791
+ default: boolean;
6792
+ };
6793
+ size: {
6794
+ type: PropType<BentoDropdownSize_2 | "DropdownInputDefault" | "DropdownInputSmall">;
6795
+ } & {
6796
+ default: any;
6797
+ };
6798
+ multiple: {
6799
+ type: PropType<boolean>;
6800
+ } & {
6801
+ default: boolean;
6802
+ };
6803
+ ariaLabel: {
6804
+ type: PropType<string>;
6805
+ } & {
6806
+ default: any;
6807
+ };
6808
+ errorMessage: {
6809
+ type: PropType<string>;
6810
+ } & {
6811
+ default: any;
6812
+ };
6813
+ tooltipText: {
6814
+ type: PropType<string>;
6815
+ } & {
6816
+ default: any;
6817
+ };
6818
+ isOptionDisabled: {
6819
+ type: PropType<(optionValue: BentoListboxOptionItem) => boolean>;
6820
+ } & {
6821
+ default: any;
6822
+ };
6823
+ staticCategories: {
6824
+ type: PropType<boolean>;
6825
+ } & {
6826
+ default: boolean;
6827
+ };
6828
+ hasMoreItems: {
6829
+ type: PropType<boolean>;
6830
+ } & {
6831
+ default: boolean;
6832
+ };
6833
+ lazyLoadType: {
6834
+ type: PropType<"button" | "none" | "automatic" | BentoListboxLazyLoadType>;
6835
+ } & {
6836
+ default: BentoListboxLazyLoadType;
6837
+ };
6838
+ emptyState: {
6839
+ type: PropType<BentoListboxEmptyStateProps>;
6840
+ } & {
6841
+ default: any;
6842
+ };
6843
+ componentLoading: {
6844
+ type: PropType<boolean>;
6845
+ } & {
6846
+ default: boolean;
6847
+ };
6848
+ virtualScroll: {
6849
+ type: PropType<BentoListboxVirtulisationOptions>;
6850
+ } & {
6851
+ default: boolean;
6852
+ };
6853
+ dynamicFiltering: {
6854
+ type: PropType<boolean>;
6855
+ } & {
6856
+ default: boolean;
6857
+ };
6858
+ showSlotContentInMultiple: {
6859
+ type: PropType<boolean>;
6860
+ } & {
6861
+ default: boolean;
6862
+ };
6863
+ enableValueLabelPair: {
6864
+ type: PropType<boolean>;
6865
+ } & {
6866
+ default: boolean;
6867
+ };
6868
+ placeholder: {
6869
+ type: PropType<string>;
6870
+ } & {
6871
+ default: any;
6872
+ };
6873
+ }>>, {
6874
+ search: BentoListboxSearchOptions;
6875
+ value: BentoListboxSelectedValue;
6876
+ description: string;
6877
+ label: string;
6878
+ variant: "name" | "iso" | "phone_code" | "capital" | "custom" | BentoCountryVariant;
6879
+ required: boolean;
6880
+ condensed: boolean;
6881
+ disabled: boolean;
6882
+ loading: boolean;
6883
+ error: boolean;
6884
+ optional: boolean;
6885
+ readonly: boolean;
6886
+ size: BentoDropdownSize_2 | `${BentoDropdownSize_2}`;
6887
+ multiple: boolean;
6888
+ ariaLabel: string;
6889
+ items: BentoCountryListboxOptions;
6890
+ errorMessage: string;
6891
+ tooltipText: string;
6892
+ isOptionDisabled: BentoListboxIsOptionDisabled;
6893
+ staticCategories: boolean;
6894
+ hasMoreItems: boolean;
6895
+ lazyLoadType: BentoListboxLazyLoadType | `${BentoListboxLazyLoadType}`;
6896
+ emptyState: BentoListboxEmptyStateProps;
6897
+ componentLoading: boolean;
6898
+ virtualScroll: BentoListboxVirtulisationOptions;
6899
+ dynamicFiltering: boolean;
6900
+ showSlotContentInMultiple: boolean;
6901
+ enableValueLabelPair: boolean;
6902
+ placeholder: string;
6903
+ }>;
6904
+
6905
+ /**
6906
+ * A Currency Dropdown showing a selectable list of currencies.
6907
+ *
6908
+ * @example
6909
+ * import { BentoDropdownCountry, BentoCountryCode } from '@adyen/bento-vue2';
6910
+ * import type { BentoCountryListboxOptions } from '@adyen/bento-vue2'
6911
+ *
6912
+ * export default {
6913
+ * components: { BentoDropdown },
6914
+ * template: `
6915
+ * <bento-dropdown-currency
6916
+ * v-model="selectedValue"
6917
+ * :disabled="false"
6918
+ * :multiple="true"
6919
+ * :isOptionsDisabled="option => option.value === 2"
6920
+ * :items="options"
6921
+ * />
6922
+ * `,
6923
+ * setup() {
6924
+ * const selectedValue = ref(BentoCountryCode.NL) // Default value
6925
+ * const options: BentoCountryListboxOptions = [
6926
+ * { label: 'Option 1', value: BentoCountryCode.NL },
6927
+ * { label: 'Option 2', value: BentoCountryCode.BE },
6928
+ * ];
6929
+ * return { options, selectedValue };
6930
+ * }
6931
+ * }
6932
+ */
6933
+ export declare const BentoDropdownCurrency: DefineComponent< {
6934
+ /**
6935
+ * The option elements to populate the currency dropdown with.
6936
+ * It must be an array of {@see BentoCurrencyListboxOptions }
6937
+ * @property {string} value.label - Text to be displayed in the option
6938
+ * @property {BentoCurrencyISOCode} value.code - Currency ISO code of the option
6939
+ */
6940
+ items: {
6941
+ type: PropType<BentoCurrencyListboxOptions>;
6942
+ default: () => any[];
6943
+ };
6944
+ search: {
6945
+ type: PropType<BentoListboxSearchOptions>;
6946
+ } & {
6947
+ default: any;
6948
+ };
6949
+ value: {
6950
+ type: PropType<BentoListboxSelectedValue>;
6951
+ } & {
6952
+ default: any;
6953
+ };
6954
+ description: {
6955
+ type: PropType<string>;
6956
+ } & {
6957
+ default: any;
6958
+ };
6959
+ label: {
6960
+ type: PropType<string>;
6961
+ } & {
6962
+ default: any;
6963
+ };
6964
+ required: {
6965
+ type: PropType<boolean>;
6966
+ } & {
6967
+ default: boolean;
6968
+ };
6969
+ condensed: {
6970
+ type: PropType<boolean>;
6971
+ } & {
6972
+ default: boolean;
6973
+ };
6974
+ disabled: {
6975
+ type: PropType<boolean>;
6976
+ } & {
6977
+ default: boolean;
6978
+ };
6979
+ loading: {
6980
+ type: PropType<boolean>;
6981
+ } & {
6982
+ default: boolean;
6983
+ };
6984
+ error: {
6985
+ type: PropType<boolean>;
6986
+ } & {
6987
+ default: boolean;
6988
+ };
6989
+ optional: {
6990
+ type: PropType<boolean>;
6991
+ } & {
6992
+ default: boolean;
6993
+ };
6994
+ readonly: {
6995
+ type: PropType<boolean>;
6996
+ } & {
6997
+ default: boolean;
6998
+ };
6999
+ size: {
7000
+ type: PropType<BentoDropdownSize_2 | "DropdownInputDefault" | "DropdownInputSmall">;
7001
+ } & {
7002
+ default: any;
7003
+ };
7004
+ multiple: {
7005
+ type: PropType<boolean>;
7006
+ } & {
7007
+ default: boolean;
7008
+ };
7009
+ ariaLabel: {
7010
+ type: PropType<string>;
7011
+ } & {
7012
+ default: any;
7013
+ };
7014
+ errorMessage: {
7015
+ type: PropType<string>;
7016
+ } & {
7017
+ default: any;
7018
+ };
7019
+ tooltipText: {
7020
+ type: PropType<string>;
7021
+ } & {
7022
+ default: any;
7023
+ };
7024
+ isOptionDisabled: {
7025
+ type: PropType<(optionValue: BentoListboxOptionItem) => boolean>;
7026
+ } & {
7027
+ default: any;
7028
+ };
7029
+ staticCategories: {
7030
+ type: PropType<boolean>;
7031
+ } & {
7032
+ default: boolean;
7033
+ };
7034
+ hasMoreItems: {
7035
+ type: PropType<boolean>;
7036
+ } & {
7037
+ default: boolean;
7038
+ };
7039
+ lazyLoadType: {
7040
+ type: PropType<"button" | "none" | "automatic" | BentoListboxLazyLoadType>;
7041
+ } & {
7042
+ default: BentoListboxLazyLoadType;
7043
+ };
7044
+ emptyState: {
7045
+ type: PropType<BentoListboxEmptyStateProps>;
7046
+ } & {
7047
+ default: any;
7048
+ };
7049
+ componentLoading: {
7050
+ type: PropType<boolean>;
7051
+ } & {
7052
+ default: boolean;
7053
+ };
7054
+ virtualScroll: {
7055
+ type: PropType<BentoListboxVirtulisationOptions>;
7056
+ } & {
7057
+ default: boolean;
7058
+ };
7059
+ dynamicFiltering: {
7060
+ type: PropType<boolean>;
7061
+ } & {
7062
+ default: boolean;
7063
+ };
7064
+ showSlotContentInMultiple: {
7065
+ type: PropType<boolean>;
7066
+ } & {
7067
+ default: boolean;
7068
+ };
7069
+ enableValueLabelPair: {
7070
+ type: PropType<boolean>;
7071
+ } & {
7072
+ default: boolean;
7073
+ };
7074
+ placeholder: {
7075
+ type: PropType<string>;
7076
+ } & {
7077
+ default: any;
7078
+ };
7079
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
7080
+ input: (selectedValue: BentoListboxSelectedValue) => void;
7081
+ } & {
7082
+ "show-more": () => void;
7083
+ } & {
7084
+ open: () => void;
7085
+ }, string, Readonly<ExtractPropTypes< {
7086
+ /**
7087
+ * The option elements to populate the currency dropdown with.
7088
+ * It must be an array of {@see BentoCurrencyListboxOptions }
7089
+ * @property {string} value.label - Text to be displayed in the option
7090
+ * @property {BentoCurrencyISOCode} value.code - Currency ISO code of the option
7091
+ */
7092
+ items: {
7093
+ type: PropType<BentoCurrencyListboxOptions>;
7094
+ default: () => any[];
7095
+ };
7096
+ search: {
7097
+ type: PropType<BentoListboxSearchOptions>;
7098
+ } & {
7099
+ default: any;
7100
+ };
7101
+ value: {
7102
+ type: PropType<BentoListboxSelectedValue>;
7103
+ } & {
7104
+ default: any;
7105
+ };
7106
+ description: {
7107
+ type: PropType<string>;
7108
+ } & {
7109
+ default: any;
7110
+ };
7111
+ label: {
7112
+ type: PropType<string>;
7113
+ } & {
7114
+ default: any;
7115
+ };
7116
+ required: {
7117
+ type: PropType<boolean>;
7118
+ } & {
7119
+ default: boolean;
7120
+ };
7121
+ condensed: {
7122
+ type: PropType<boolean>;
7123
+ } & {
7124
+ default: boolean;
7125
+ };
7126
+ disabled: {
7127
+ type: PropType<boolean>;
7128
+ } & {
7129
+ default: boolean;
7130
+ };
7131
+ loading: {
7132
+ type: PropType<boolean>;
7133
+ } & {
7134
+ default: boolean;
7135
+ };
7136
+ error: {
7137
+ type: PropType<boolean>;
7138
+ } & {
7139
+ default: boolean;
7140
+ };
7141
+ optional: {
7142
+ type: PropType<boolean>;
7143
+ } & {
7144
+ default: boolean;
7145
+ };
7146
+ readonly: {
7147
+ type: PropType<boolean>;
7148
+ } & {
7149
+ default: boolean;
7150
+ };
7151
+ size: {
7152
+ type: PropType<BentoDropdownSize_2 | "DropdownInputDefault" | "DropdownInputSmall">;
7153
+ } & {
7154
+ default: any;
7155
+ };
7156
+ multiple: {
7157
+ type: PropType<boolean>;
7158
+ } & {
7159
+ default: boolean;
7160
+ };
7161
+ ariaLabel: {
7162
+ type: PropType<string>;
7163
+ } & {
7164
+ default: any;
7165
+ };
7166
+ errorMessage: {
7167
+ type: PropType<string>;
7168
+ } & {
7169
+ default: any;
7170
+ };
7171
+ tooltipText: {
7172
+ type: PropType<string>;
7173
+ } & {
7174
+ default: any;
7175
+ };
7176
+ isOptionDisabled: {
7177
+ type: PropType<(optionValue: BentoListboxOptionItem) => boolean>;
7178
+ } & {
7179
+ default: any;
7180
+ };
7181
+ staticCategories: {
7182
+ type: PropType<boolean>;
7183
+ } & {
7184
+ default: boolean;
7185
+ };
7186
+ hasMoreItems: {
7187
+ type: PropType<boolean>;
7188
+ } & {
7189
+ default: boolean;
7190
+ };
7191
+ lazyLoadType: {
7192
+ type: PropType<"button" | "none" | "automatic" | BentoListboxLazyLoadType>;
7193
+ } & {
7194
+ default: BentoListboxLazyLoadType;
7195
+ };
7196
+ emptyState: {
7197
+ type: PropType<BentoListboxEmptyStateProps>;
7198
+ } & {
7199
+ default: any;
7200
+ };
7201
+ componentLoading: {
7202
+ type: PropType<boolean>;
7203
+ } & {
7204
+ default: boolean;
7205
+ };
7206
+ virtualScroll: {
7207
+ type: PropType<BentoListboxVirtulisationOptions>;
7208
+ } & {
7209
+ default: boolean;
7210
+ };
7211
+ dynamicFiltering: {
7212
+ type: PropType<boolean>;
7213
+ } & {
7214
+ default: boolean;
7215
+ };
7216
+ showSlotContentInMultiple: {
7217
+ type: PropType<boolean>;
7218
+ } & {
7219
+ default: boolean;
7220
+ };
7221
+ enableValueLabelPair: {
7222
+ type: PropType<boolean>;
7223
+ } & {
7224
+ default: boolean;
7225
+ };
7226
+ placeholder: {
7227
+ type: PropType<string>;
7228
+ } & {
7229
+ default: any;
7230
+ };
7231
+ }>>, {
7232
+ search: BentoListboxSearchOptions;
7233
+ value: BentoListboxSelectedValue;
7234
+ description: string;
7235
+ label: string;
7236
+ required: boolean;
7237
+ condensed: boolean;
7238
+ disabled: boolean;
7239
+ loading: boolean;
7240
+ error: boolean;
7241
+ optional: boolean;
7242
+ readonly: boolean;
7243
+ size: BentoDropdownSize_2 | `${BentoDropdownSize_2}`;
7244
+ multiple: boolean;
7245
+ ariaLabel: string;
7246
+ items: BentoCurrencyListboxOptions;
7247
+ errorMessage: string;
7248
+ tooltipText: string;
7249
+ isOptionDisabled: BentoListboxIsOptionDisabled;
7250
+ staticCategories: boolean;
7251
+ hasMoreItems: boolean;
7252
+ lazyLoadType: BentoListboxLazyLoadType | `${BentoListboxLazyLoadType}`;
7253
+ emptyState: BentoListboxEmptyStateProps;
7254
+ componentLoading: boolean;
7255
+ virtualScroll: BentoListboxVirtulisationOptions;
7256
+ dynamicFiltering: boolean;
7257
+ showSlotContentInMultiple: boolean;
7258
+ enableValueLabelPair: boolean;
7259
+ placeholder: string;
7260
+ }>;
7261
+
7262
+ export declare interface BentoDropdownCurrencyProps extends BentoDropdownProps {
7263
+ /**
7264
+ * The option elements to populate the currency dropdown with.
7265
+ * It must be an array of {@see BentoCurrencyListboxOptions }
7266
+ * @property {string} value.label - Text to be displayed in the option
7267
+ * @property {BentoCurrencyISOCode} value.code - Currency ISO code of the option
7268
+ */
7269
+ items?: BentoCurrencyListboxOptions;
7270
+ }
7271
+
7272
+ /**
7273
+ * A Payment method Dropdown showing a selectable list of countries.
7274
+ *
7275
+ * @example
7276
+ * import { BentoDropdownPaymentMethod } from '@adyen/bento-vue2';
7277
+ * import type { BentoPaymentMethodListboxOptions } from '@adyen/bento-vue2'
7278
+ *
7279
+ * export default {
7280
+ * components: { BentoDropdownPaymentMethod },
7281
+ * template: `
7282
+ * <bento-dropdown-payment-method
7283
+ * v-model="selectedValue"
7284
+ * :disabled="false"
7285
+ * :multiple="true"
7286
+ * :isOptionsDisabled="option => option.value === 'Visa'"
7287
+ * :items="options"
7288
+ * />
7289
+ * `,
7290
+ * setup() {
7291
+ * const selectedValue = ref('ideal') // Default value
7292
+ * const options: BentoPaymentMethodListboxOptions = [
7293
+ * { label: 'Option 1', value: 'ideal' },
7294
+ * { label: 'Option 2', value: 'visa' },
7295
+ * ];
7296
+ * return { options, selectedValue };
7297
+ * }
7298
+ * }
7299
+ */
7300
+ export declare const BentoDropdownPaymentMethod: DefineComponent< {
7301
+ /**
7302
+ * The option elements to populate the payment method dropdown with.
7303
+ * It must be an array of {@see BentoPaymentMethodListboxOptions }
7304
+ * @property {string} value.label - Text to be displayed in the option
7305
+ * @property {string} value.value - Payment type code that translates to a payment icon name {@see https://adyen-ui-assets.netlify.app/?path=/story/packages-ui-assets-payment-method-icons--icons}
7306
+ */
7307
+ items: {
7308
+ type: PropType<BentoPaymentMethodListboxOptions>;
7309
+ default: () => any[];
7310
+ };
7311
+ search: {
7312
+ type: PropType<BentoListboxSearchOptions>;
7313
+ } & {
7314
+ default: any;
7315
+ };
7316
+ value: {
7317
+ type: PropType<BentoListboxSelectedValue>;
7318
+ } & {
7319
+ default: any;
7320
+ };
7321
+ description: {
7322
+ type: PropType<string>;
7323
+ } & {
7324
+ default: any;
7325
+ };
7326
+ label: {
7327
+ type: PropType<string>;
7328
+ } & {
7329
+ default: any;
7330
+ };
7331
+ required: {
7332
+ type: PropType<boolean>;
7333
+ } & {
7334
+ default: boolean;
7335
+ };
7336
+ condensed: {
7337
+ type: PropType<boolean>;
7338
+ } & {
7339
+ default: boolean;
7340
+ };
7341
+ disabled: {
7342
+ type: PropType<boolean>;
7343
+ } & {
7344
+ default: boolean;
7345
+ };
7346
+ loading: {
7347
+ type: PropType<boolean>;
7348
+ } & {
7349
+ default: boolean;
7350
+ };
7351
+ error: {
7352
+ type: PropType<boolean>;
7353
+ } & {
7354
+ default: boolean;
7355
+ };
7356
+ optional: {
7357
+ type: PropType<boolean>;
7358
+ } & {
7359
+ default: boolean;
7360
+ };
7361
+ readonly: {
7362
+ type: PropType<boolean>;
7363
+ } & {
7364
+ default: boolean;
7365
+ };
7366
+ size: {
7367
+ type: PropType<BentoDropdownSize_2 | "DropdownInputDefault" | "DropdownInputSmall">;
7368
+ } & {
7369
+ default: any;
7370
+ };
7371
+ multiple: {
7372
+ type: PropType<boolean>;
7373
+ } & {
7374
+ default: boolean;
7375
+ };
7376
+ ariaLabel: {
7377
+ type: PropType<string>;
7378
+ } & {
7379
+ default: any;
7380
+ };
7381
+ errorMessage: {
7382
+ type: PropType<string>;
7383
+ } & {
7384
+ default: any;
7385
+ };
7386
+ tooltipText: {
7387
+ type: PropType<string>;
7388
+ } & {
7389
+ default: any;
7390
+ };
7391
+ isOptionDisabled: {
7392
+ type: PropType<(optionValue: BentoListboxOptionItem) => boolean>;
7393
+ } & {
7394
+ default: any;
7395
+ };
7396
+ staticCategories: {
7397
+ type: PropType<boolean>;
7398
+ } & {
7399
+ default: boolean;
7400
+ };
7401
+ hasMoreItems: {
7402
+ type: PropType<boolean>;
7403
+ } & {
7404
+ default: boolean;
7405
+ };
7406
+ lazyLoadType: {
7407
+ type: PropType<"button" | "none" | "automatic" | BentoListboxLazyLoadType>;
7408
+ } & {
7409
+ default: BentoListboxLazyLoadType;
7410
+ };
7411
+ emptyState: {
7412
+ type: PropType<BentoListboxEmptyStateProps>;
7413
+ } & {
7414
+ default: any;
7415
+ };
7416
+ componentLoading: {
7417
+ type: PropType<boolean>;
7418
+ } & {
7419
+ default: boolean;
7420
+ };
7421
+ virtualScroll: {
7422
+ type: PropType<BentoListboxVirtulisationOptions>;
7423
+ } & {
7424
+ default: boolean;
7425
+ };
7426
+ dynamicFiltering: {
7427
+ type: PropType<boolean>;
7428
+ } & {
7429
+ default: boolean;
7430
+ };
7431
+ showSlotContentInMultiple: {
7432
+ type: PropType<boolean>;
7433
+ } & {
7434
+ default: boolean;
7435
+ };
7436
+ enableValueLabelPair: {
7437
+ type: PropType<boolean>;
7438
+ } & {
7439
+ default: boolean;
7440
+ };
7441
+ placeholder: {
7442
+ type: PropType<string>;
7443
+ } & {
7444
+ default: any;
7445
+ };
7446
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
7447
+ input: (selectedValue: BentoListboxSelectedValue) => void;
7448
+ } & {
7449
+ "show-more": () => void;
7450
+ } & {
7451
+ open: () => void;
7452
+ }, string, Readonly<ExtractPropTypes< {
7453
+ /**
7454
+ * The option elements to populate the payment method dropdown with.
7455
+ * It must be an array of {@see BentoPaymentMethodListboxOptions }
7456
+ * @property {string} value.label - Text to be displayed in the option
7457
+ * @property {string} value.value - Payment type code that translates to a payment icon name {@see https://adyen-ui-assets.netlify.app/?path=/story/packages-ui-assets-payment-method-icons--icons}
7458
+ */
7459
+ items: {
7460
+ type: PropType<BentoPaymentMethodListboxOptions>;
7461
+ default: () => any[];
7462
+ };
7463
+ search: {
7464
+ type: PropType<BentoListboxSearchOptions>;
7465
+ } & {
7466
+ default: any;
7467
+ };
7468
+ value: {
7469
+ type: PropType<BentoListboxSelectedValue>;
7470
+ } & {
7471
+ default: any;
7472
+ };
7473
+ description: {
7474
+ type: PropType<string>;
7475
+ } & {
7476
+ default: any;
7477
+ };
7478
+ label: {
7479
+ type: PropType<string>;
7480
+ } & {
7481
+ default: any;
7482
+ };
7483
+ required: {
7484
+ type: PropType<boolean>;
7485
+ } & {
7486
+ default: boolean;
7487
+ };
7488
+ condensed: {
7489
+ type: PropType<boolean>;
7490
+ } & {
7491
+ default: boolean;
7492
+ };
7493
+ disabled: {
7494
+ type: PropType<boolean>;
7495
+ } & {
7496
+ default: boolean;
7497
+ };
7498
+ loading: {
7499
+ type: PropType<boolean>;
7500
+ } & {
7501
+ default: boolean;
7502
+ };
7503
+ error: {
7504
+ type: PropType<boolean>;
7505
+ } & {
7506
+ default: boolean;
7507
+ };
7508
+ optional: {
7509
+ type: PropType<boolean>;
7510
+ } & {
7511
+ default: boolean;
7512
+ };
7513
+ readonly: {
7514
+ type: PropType<boolean>;
7515
+ } & {
7516
+ default: boolean;
7517
+ };
7518
+ size: {
7519
+ type: PropType<BentoDropdownSize_2 | "DropdownInputDefault" | "DropdownInputSmall">;
7520
+ } & {
7521
+ default: any;
7522
+ };
7523
+ multiple: {
7524
+ type: PropType<boolean>;
7525
+ } & {
7526
+ default: boolean;
7527
+ };
7528
+ ariaLabel: {
7529
+ type: PropType<string>;
7530
+ } & {
7531
+ default: any;
7532
+ };
7533
+ errorMessage: {
7534
+ type: PropType<string>;
7535
+ } & {
7536
+ default: any;
7537
+ };
7538
+ tooltipText: {
7539
+ type: PropType<string>;
7540
+ } & {
7541
+ default: any;
7542
+ };
7543
+ isOptionDisabled: {
7544
+ type: PropType<(optionValue: BentoListboxOptionItem) => boolean>;
7545
+ } & {
7546
+ default: any;
7547
+ };
7548
+ staticCategories: {
7549
+ type: PropType<boolean>;
7550
+ } & {
7551
+ default: boolean;
7552
+ };
7553
+ hasMoreItems: {
7554
+ type: PropType<boolean>;
7555
+ } & {
7556
+ default: boolean;
7557
+ };
7558
+ lazyLoadType: {
7559
+ type: PropType<"button" | "none" | "automatic" | BentoListboxLazyLoadType>;
7560
+ } & {
7561
+ default: BentoListboxLazyLoadType;
7562
+ };
7563
+ emptyState: {
7564
+ type: PropType<BentoListboxEmptyStateProps>;
7565
+ } & {
7566
+ default: any;
7567
+ };
7568
+ componentLoading: {
7569
+ type: PropType<boolean>;
7570
+ } & {
7571
+ default: boolean;
7572
+ };
7573
+ virtualScroll: {
7574
+ type: PropType<BentoListboxVirtulisationOptions>;
7575
+ } & {
7576
+ default: boolean;
7577
+ };
7578
+ dynamicFiltering: {
7579
+ type: PropType<boolean>;
7580
+ } & {
7581
+ default: boolean;
7582
+ };
7583
+ showSlotContentInMultiple: {
7584
+ type: PropType<boolean>;
7585
+ } & {
7586
+ default: boolean;
7587
+ };
7588
+ enableValueLabelPair: {
7589
+ type: PropType<boolean>;
7590
+ } & {
7591
+ default: boolean;
7592
+ };
7593
+ placeholder: {
7594
+ type: PropType<string>;
7595
+ } & {
7596
+ default: any;
7597
+ };
7598
+ }>>, {
7599
+ search: BentoListboxSearchOptions;
7600
+ value: BentoListboxSelectedValue;
7601
+ description: string;
7602
+ label: string;
7603
+ required: boolean;
7604
+ condensed: boolean;
7605
+ disabled: boolean;
7606
+ loading: boolean;
7607
+ error: boolean;
7608
+ optional: boolean;
7609
+ readonly: boolean;
7610
+ size: BentoDropdownSize_2 | `${BentoDropdownSize_2}`;
7611
+ multiple: boolean;
7612
+ ariaLabel: string;
7613
+ items: BentoPaymentMethodListboxOptions;
7614
+ errorMessage: string;
7615
+ tooltipText: string;
7616
+ isOptionDisabled: BentoListboxIsOptionDisabled;
7617
+ staticCategories: boolean;
7618
+ hasMoreItems: boolean;
7619
+ lazyLoadType: BentoListboxLazyLoadType | `${BentoListboxLazyLoadType}`;
7620
+ emptyState: BentoListboxEmptyStateProps;
7621
+ componentLoading: boolean;
7622
+ virtualScroll: BentoListboxVirtulisationOptions;
7623
+ dynamicFiltering: boolean;
7624
+ showSlotContentInMultiple: boolean;
7625
+ enableValueLabelPair: boolean;
7626
+ placeholder: string;
7627
+ }>;
7628
+
7629
+ export declare interface BentoDropdownPaymentMethodProps extends BentoDropdownProps {
7630
+ /**
7631
+ * The option elements to populate the payment method dropdown with.
7632
+ * It must be an array of {@see BentoPaymentMethodListboxOptions }
7633
+ * @property {string} value.label - Text to be displayed in the option
7634
+ * @property {string} value.value - Payment type code that translates to a payment icon name {@see https://adyen-ui-assets.netlify.app/?path=/story/packages-ui-assets-payment-method-icons--icons}
7635
+ */
7636
+ items?: BentoPaymentMethodListboxOptions;
7637
+ }
7638
+
7639
+ export declare interface BentoDropdownProps extends FormField {
7640
+ /**
7641
+ * @deprecated from version 2.0.0. Use the aria-label attribute instead.
7642
+ * Defines a string value that labels an interactive element.
7643
+ */
7644
+ ariaLabel?: string;
7645
+ /**
7646
+ * Renders the dropdown with a condensed style.
7647
+ */
7648
+ condensed?: boolean;
7649
+ /**
7650
+ * Empty state props used with the inner empty state component which is displayed when no search results are found.
6747
7651
  */
6748
7652
  emptyState?: BentoListboxEmptyStateProps;
6749
7653
  /**
@@ -6879,18 +7783,335 @@ declare enum BentoDropdownSize_2 {
6879
7783
  * }
6880
7784
  * }
6881
7785
  */
6882
- export declare const BentoDropdownTag: DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<BentoDropdownTagProps>, {
6883
- items: () => any[];
6884
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
7786
+ export declare const BentoDropdownTag: DefineComponent< {
7787
+ /**
7788
+ * The option elements to populate the tag dropdown with.
7789
+ * It must be an array of {@see BentoTagListboxOptions }
7790
+ * @property {string} value.label - Text to be displayed in the option
7791
+ * @property {string | number} value.value - Value of the option
7792
+ * @property {string} value.variant - The BentTag variant shown for the option.
7793
+ */
7794
+ items: {
7795
+ type: PropType<BentoTagListboxOptions>;
7796
+ default: () => any[];
7797
+ };
7798
+ search: {
7799
+ type: PropType<BentoListboxSearchOptions>;
7800
+ } & {
7801
+ default: any;
7802
+ };
7803
+ value: {
7804
+ type: PropType<BentoListboxSelectedValue>;
7805
+ } & {
7806
+ default: any;
7807
+ };
7808
+ description: {
7809
+ type: PropType<string>;
7810
+ } & {
7811
+ default: any;
7812
+ };
7813
+ label: {
7814
+ type: PropType<string>;
7815
+ } & {
7816
+ default: any;
7817
+ };
7818
+ required: {
7819
+ type: PropType<boolean>;
7820
+ } & {
7821
+ default: boolean;
7822
+ };
7823
+ condensed: {
7824
+ type: PropType<boolean>;
7825
+ } & {
7826
+ default: boolean;
7827
+ };
7828
+ disabled: {
7829
+ type: PropType<boolean>;
7830
+ } & {
7831
+ default: boolean;
7832
+ };
7833
+ loading: {
7834
+ type: PropType<boolean>;
7835
+ } & {
7836
+ default: boolean;
7837
+ };
7838
+ error: {
7839
+ type: PropType<boolean>;
7840
+ } & {
7841
+ default: boolean;
7842
+ };
7843
+ optional: {
7844
+ type: PropType<boolean>;
7845
+ } & {
7846
+ default: boolean;
7847
+ };
7848
+ readonly: {
7849
+ type: PropType<boolean>;
7850
+ } & {
7851
+ default: boolean;
7852
+ };
7853
+ size: {
7854
+ type: PropType<BentoDropdownSize_2 | "DropdownInputDefault" | "DropdownInputSmall">;
7855
+ } & {
7856
+ default: any;
7857
+ };
7858
+ multiple: {
7859
+ type: PropType<boolean>;
7860
+ } & {
7861
+ default: boolean;
7862
+ };
7863
+ ariaLabel: {
7864
+ type: PropType<string>;
7865
+ } & {
7866
+ default: any;
7867
+ };
7868
+ errorMessage: {
7869
+ type: PropType<string>;
7870
+ } & {
7871
+ default: any;
7872
+ };
7873
+ tooltipText: {
7874
+ type: PropType<string>;
7875
+ } & {
7876
+ default: any;
7877
+ };
7878
+ isOptionDisabled: {
7879
+ type: PropType<(optionValue: BentoListboxOptionItem) => boolean>;
7880
+ } & {
7881
+ default: any;
7882
+ };
7883
+ staticCategories: {
7884
+ type: PropType<boolean>;
7885
+ } & {
7886
+ default: boolean;
7887
+ };
7888
+ hasMoreItems: {
7889
+ type: PropType<boolean>;
7890
+ } & {
7891
+ default: boolean;
7892
+ };
7893
+ lazyLoadType: {
7894
+ type: PropType<"button" | "none" | "automatic" | BentoListboxLazyLoadType>;
7895
+ } & {
7896
+ default: BentoListboxLazyLoadType;
7897
+ };
7898
+ emptyState: {
7899
+ type: PropType<BentoListboxEmptyStateProps>;
7900
+ } & {
7901
+ default: any;
7902
+ };
7903
+ componentLoading: {
7904
+ type: PropType<boolean>;
7905
+ } & {
7906
+ default: boolean;
7907
+ };
7908
+ virtualScroll: {
7909
+ type: PropType<BentoListboxVirtulisationOptions>;
7910
+ } & {
7911
+ default: boolean;
7912
+ };
7913
+ dynamicFiltering: {
7914
+ type: PropType<boolean>;
7915
+ } & {
7916
+ default: boolean;
7917
+ };
7918
+ showSlotContentInMultiple: {
7919
+ type: PropType<boolean>;
7920
+ } & {
7921
+ default: boolean;
7922
+ };
7923
+ enableValueLabelPair: {
7924
+ type: PropType<boolean>;
7925
+ } & {
7926
+ default: boolean;
7927
+ };
7928
+ placeholder: {
7929
+ type: PropType<string>;
7930
+ } & {
7931
+ default: any;
7932
+ };
7933
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6885
7934
  input: (selectedValue: BentoListboxSelectedValue) => void;
6886
7935
  } & {
6887
7936
  "show-more": () => void;
6888
7937
  } & {
6889
7938
  open: () => void;
6890
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<BentoDropdownTagProps>, {
6891
- items: () => any[];
6892
- }>>>, {
7939
+ }, string, Readonly<ExtractPropTypes< {
7940
+ /**
7941
+ * The option elements to populate the tag dropdown with.
7942
+ * It must be an array of {@see BentoTagListboxOptions }
7943
+ * @property {string} value.label - Text to be displayed in the option
7944
+ * @property {string | number} value.value - Value of the option
7945
+ * @property {string} value.variant - The BentTag variant shown for the option.
7946
+ */
7947
+ items: {
7948
+ type: PropType<BentoTagListboxOptions>;
7949
+ default: () => any[];
7950
+ };
7951
+ search: {
7952
+ type: PropType<BentoListboxSearchOptions>;
7953
+ } & {
7954
+ default: any;
7955
+ };
7956
+ value: {
7957
+ type: PropType<BentoListboxSelectedValue>;
7958
+ } & {
7959
+ default: any;
7960
+ };
7961
+ description: {
7962
+ type: PropType<string>;
7963
+ } & {
7964
+ default: any;
7965
+ };
7966
+ label: {
7967
+ type: PropType<string>;
7968
+ } & {
7969
+ default: any;
7970
+ };
7971
+ required: {
7972
+ type: PropType<boolean>;
7973
+ } & {
7974
+ default: boolean;
7975
+ };
7976
+ condensed: {
7977
+ type: PropType<boolean>;
7978
+ } & {
7979
+ default: boolean;
7980
+ };
7981
+ disabled: {
7982
+ type: PropType<boolean>;
7983
+ } & {
7984
+ default: boolean;
7985
+ };
7986
+ loading: {
7987
+ type: PropType<boolean>;
7988
+ } & {
7989
+ default: boolean;
7990
+ };
7991
+ error: {
7992
+ type: PropType<boolean>;
7993
+ } & {
7994
+ default: boolean;
7995
+ };
7996
+ optional: {
7997
+ type: PropType<boolean>;
7998
+ } & {
7999
+ default: boolean;
8000
+ };
8001
+ readonly: {
8002
+ type: PropType<boolean>;
8003
+ } & {
8004
+ default: boolean;
8005
+ };
8006
+ size: {
8007
+ type: PropType<BentoDropdownSize_2 | "DropdownInputDefault" | "DropdownInputSmall">;
8008
+ } & {
8009
+ default: any;
8010
+ };
8011
+ multiple: {
8012
+ type: PropType<boolean>;
8013
+ } & {
8014
+ default: boolean;
8015
+ };
8016
+ ariaLabel: {
8017
+ type: PropType<string>;
8018
+ } & {
8019
+ default: any;
8020
+ };
8021
+ errorMessage: {
8022
+ type: PropType<string>;
8023
+ } & {
8024
+ default: any;
8025
+ };
8026
+ tooltipText: {
8027
+ type: PropType<string>;
8028
+ } & {
8029
+ default: any;
8030
+ };
8031
+ isOptionDisabled: {
8032
+ type: PropType<(optionValue: BentoListboxOptionItem) => boolean>;
8033
+ } & {
8034
+ default: any;
8035
+ };
8036
+ staticCategories: {
8037
+ type: PropType<boolean>;
8038
+ } & {
8039
+ default: boolean;
8040
+ };
8041
+ hasMoreItems: {
8042
+ type: PropType<boolean>;
8043
+ } & {
8044
+ default: boolean;
8045
+ };
8046
+ lazyLoadType: {
8047
+ type: PropType<"button" | "none" | "automatic" | BentoListboxLazyLoadType>;
8048
+ } & {
8049
+ default: BentoListboxLazyLoadType;
8050
+ };
8051
+ emptyState: {
8052
+ type: PropType<BentoListboxEmptyStateProps>;
8053
+ } & {
8054
+ default: any;
8055
+ };
8056
+ componentLoading: {
8057
+ type: PropType<boolean>;
8058
+ } & {
8059
+ default: boolean;
8060
+ };
8061
+ virtualScroll: {
8062
+ type: PropType<BentoListboxVirtulisationOptions>;
8063
+ } & {
8064
+ default: boolean;
8065
+ };
8066
+ dynamicFiltering: {
8067
+ type: PropType<boolean>;
8068
+ } & {
8069
+ default: boolean;
8070
+ };
8071
+ showSlotContentInMultiple: {
8072
+ type: PropType<boolean>;
8073
+ } & {
8074
+ default: boolean;
8075
+ };
8076
+ enableValueLabelPair: {
8077
+ type: PropType<boolean>;
8078
+ } & {
8079
+ default: boolean;
8080
+ };
8081
+ placeholder: {
8082
+ type: PropType<string>;
8083
+ } & {
8084
+ default: any;
8085
+ };
8086
+ }>>, {
8087
+ search: BentoListboxSearchOptions;
8088
+ value: BentoListboxSelectedValue;
8089
+ description: string;
8090
+ label: string;
8091
+ required: boolean;
8092
+ condensed: boolean;
8093
+ disabled: boolean;
8094
+ loading: boolean;
8095
+ error: boolean;
8096
+ optional: boolean;
8097
+ readonly: boolean;
8098
+ size: BentoDropdownSize_2 | `${BentoDropdownSize_2}`;
8099
+ multiple: boolean;
8100
+ ariaLabel: string;
6893
8101
  items: BentoTagListboxOptions;
8102
+ errorMessage: string;
8103
+ tooltipText: string;
8104
+ isOptionDisabled: BentoListboxIsOptionDisabled;
8105
+ staticCategories: boolean;
8106
+ hasMoreItems: boolean;
8107
+ lazyLoadType: BentoListboxLazyLoadType | `${BentoListboxLazyLoadType}`;
8108
+ emptyState: BentoListboxEmptyStateProps;
8109
+ componentLoading: boolean;
8110
+ virtualScroll: BentoListboxVirtulisationOptions;
8111
+ dynamicFiltering: boolean;
8112
+ showSlotContentInMultiple: boolean;
8113
+ enableValueLabelPair: boolean;
8114
+ placeholder: string;
6894
8115
  }>;
6895
8116
 
6896
8117
  export declare interface BentoDropdownTagProps extends BentoDropdownProps {
@@ -6928,14 +8149,14 @@ export declare interface BentoDropdownTagProps extends BentoDropdownProps {
6928
8149
  * `
6929
8150
  * }
6930
8151
  */
6931
- export declare const BentoEmptyState: __VLS_WithTemplateSlots_13<DefineComponent<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_22<BentoEmptyStateProps>, {
8152
+ export declare const BentoEmptyState: __VLS_WithTemplateSlots_13<DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<BentoEmptyStateProps>, {
6932
8153
  action: any;
6933
8154
  description: any;
6934
8155
  headingEl: any;
6935
8156
  image: any;
6936
8157
  title: string;
6937
8158
  variant: string;
6938
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_22<BentoEmptyStateProps>, {
8159
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<BentoEmptyStateProps>, {
6939
8160
  action: any;
6940
8161
  description: any;
6941
8162
  headingEl: any;
@@ -7048,7 +8269,7 @@ export declare enum BentoEmptyStateVariant {
7048
8269
  * }
7049
8270
  * }
7050
8271
  */
7051
- export declare const BentoFileUploader: DefineComponent<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_23<BentoFileUploaderProps>, {
8272
+ export declare const BentoFileUploader: DefineComponent<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<BentoFileUploaderProps>, {
7052
8273
  accept: any;
7053
8274
  description: any;
7054
8275
  errorMessage: any;
@@ -7065,7 +8286,7 @@ input: (value?: FileList) => void;
7065
8286
  "update:modelValue": (value?: FileList) => void;
7066
8287
  } & {
7067
8288
  "error:upload": (value: boolean) => void;
7068
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_23<BentoFileUploaderProps>, {
8289
+ }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<BentoFileUploaderProps>, {
7069
8290
  accept: any;
7070
8291
  description: any;
7071
8292
  errorMessage: any;
@@ -7170,7 +8391,7 @@ export declare type BentoFileUploaderValue = string | Array<string> | File | Arr
7170
8391
  * `
7171
8392
  * }
7172
8393
  */
7173
- export declare const BentoFilterBar: DefineComponent<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_24<BentoFilterBarProps<any, undefined>>, {
8394
+ export declare const BentoFilterBar: DefineComponent<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_20<BentoFilterBarProps<any, undefined>>, {
7174
8395
  config: () => any[];
7175
8396
  filterValues: () => any[];
7176
8397
  containerSizeLayout: () => {
@@ -7187,7 +8408,7 @@ isClearAllVisible: ComputedRef<boolean>;
7187
8408
  clearAllFilters: () => void;
7188
8409
  isResetAllVisible: ComputedRef<boolean>;
7189
8410
  resetAllFilters: () => void;
7190
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, (BentoFilterBarEvent | BentoSearchBarEvent)[], string, Readonly<ExtractPropTypes<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_24<BentoFilterBarProps<any, undefined>>, {
8411
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, (BentoFilterBarEvent | BentoSearchBarEvent)[], string, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_20<BentoFilterBarProps<any, undefined>>, {
7191
8412
  config: () => any[];
7192
8413
  filterValues: () => any[];
7193
8414
  containerSizeLayout: () => {
@@ -7874,7 +9095,7 @@ declare enum BentoHeaderVariant {
7874
9095
  * `
7875
9096
  * };
7876
9097
  */
7877
- export declare const BentoHeaderWithViews: __VLS_WithTemplateSlots_19<DefineComponent<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_26<BentoHeaderWithViewsProps>, {
9098
+ export declare const BentoHeaderWithViews: __VLS_WithTemplateSlots_19<DefineComponent<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_22<BentoHeaderWithViewsProps>, {
7878
9099
  actions: () => any[];
7879
9100
  additionalViewSetting: any;
7880
9101
  title: any;
@@ -7900,7 +9121,7 @@ views: () => any[];
7900
9121
  "update:view": (value: BentoHeaderWithViewsItemUpdate) => void;
7901
9122
  } & {
7902
9123
  "update:skip-unsaved-changes": (value: boolean) => void;
7903
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_26<BentoHeaderWithViewsProps>, {
9124
+ }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_22<BentoHeaderWithViewsProps>, {
7904
9125
  actions: () => any[];
7905
9126
  additionalViewSetting: any;
7906
9127
  title: any;
@@ -8101,10 +9322,10 @@ export declare interface BentoHeaderWithViewsProps {
8101
9322
  * `
8102
9323
  * }
8103
9324
  */
8104
- export declare const BentoImage: DefineComponent<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_27<BentoImageProps>, {
9325
+ export declare const BentoImage: DefineComponent<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_23<BentoImageProps>, {
8105
9326
  aspectRatio: any;
8106
9327
  objectFit: any;
8107
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_27<BentoImageProps>, {
9328
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_23<BentoImageProps>, {
8108
9329
  aspectRatio: any;
8109
9330
  objectFit: any;
8110
9331
  }>>>, {
@@ -8154,11 +9375,11 @@ export declare interface BentoImageProps {
8154
9375
  * import { BentoInfoIcon } from '@adyen/bento-vue2';
8155
9376
  * </scrip>
8156
9377
  */
8157
- export declare const BentoInfoIcon: DefineComponent<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_28<BentoInfoIconProps>, {
9378
+ export declare const BentoInfoIcon: DefineComponent<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_24<BentoInfoIconProps>, {
8158
9379
  tooltipPosition: PopperContainerPositionExtended;
8159
9380
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
8160
9381
  mouseenter: (event: MouseEvent) => void;
8161
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_28<BentoInfoIconProps>, {
9382
+ }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_24<BentoInfoIconProps>, {
8162
9383
  tooltipPosition: PopperContainerPositionExtended;
8163
9384
  }>>>, {
8164
9385
  tooltipPosition: PopperContainerPosition | `${PopperContainerPosition}`;
@@ -8216,15 +9437,17 @@ export declare type BentoInputDropdownProps = {
8216
9437
  * >
8217
9438
  * }
8218
9439
  */
8219
- export declare const BentoInputField: __VLS_WithTemplateSlots_20<DefineComponent<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_29<BentoInputFieldProps>, {
9440
+ export declare const BentoInputField: __VLS_WithTemplateSlots_20<DefineComponent<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_25<BentoInputFieldProps>, {
8220
9441
  ariaHidden: boolean;
8221
9442
  ariaLabel: any;
8222
9443
  condensed: boolean;
9444
+ description: string;
8223
9445
  disabled: boolean;
8224
9446
  dropdown: any;
8225
9447
  dropdownPosition: BentoInputFieldElementPosition;
8226
9448
  error: boolean;
8227
9449
  errorMessage: any;
9450
+ label: string;
8228
9451
  optional: boolean;
8229
9452
  placeholder: string;
8230
9453
  required: boolean;
@@ -8257,15 +9480,17 @@ keydown: (event: KeyboardEvent) => void;
8257
9480
  keyup: (event: KeyboardEvent) => void;
8258
9481
  } & {
8259
9482
  input: (inputValue: string) => void;
8260
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_29<BentoInputFieldProps>, {
9483
+ }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_25<BentoInputFieldProps>, {
8261
9484
  ariaHidden: boolean;
8262
9485
  ariaLabel: any;
8263
9486
  condensed: boolean;
9487
+ description: string;
8264
9488
  disabled: boolean;
8265
9489
  dropdown: any;
8266
9490
  dropdownPosition: BentoInputFieldElementPosition;
8267
9491
  error: boolean;
8268
9492
  errorMessage: any;
9493
+ label: string;
8269
9494
  optional: boolean;
8270
9495
  placeholder: string;
8271
9496
  required: boolean;
@@ -8279,7 +9504,9 @@ value: any;
8279
9504
  variant: BentoInputFieldVariant;
8280
9505
  }>>>, {
8281
9506
  value: BentoInputFieldValue;
9507
+ description: string;
8282
9508
  type: BentoInputFieldType | `${BentoInputFieldType}` | HTMLInputElement["type"];
9509
+ label: string;
8283
9510
  variant: BentoInputFieldVariant | `${BentoInputFieldVariant}`;
8284
9511
  required: boolean;
8285
9512
  condensed: boolean;
@@ -8358,15 +9585,19 @@ export declare enum BentoInputFieldEvent {
8358
9585
  * `
8359
9586
  * }
8360
9587
  */
8361
- export declare const BentoInputFieldPassword: DefineComponent<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_30<BentoInputFieldPasswordProps>, {
9588
+ export declare const BentoInputFieldPassword: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_26<BentoInputFieldPasswordProps>, {
8362
9589
  condensed: boolean;
8363
9590
  debounceTime: number;
9591
+ description: any;
8364
9592
  disabled: boolean;
8365
9593
  disableValidation: boolean;
8366
- label: any;
8367
9594
  errorMessage: any;
9595
+ label: any;
9596
+ optional: boolean;
8368
9597
  placeholder: string;
8369
9598
  readonly: boolean;
9599
+ required: boolean;
9600
+ tooltipText: any;
8370
9601
  validation: any;
8371
9602
  value: any;
8372
9603
  withHint: boolean;
@@ -8380,37 +9611,48 @@ focus: () => void;
8380
9611
  "input:error": (errors: BentoInputFieldPasswordErrorsList) => void;
8381
9612
  } & {
8382
9613
  input: (value: BentoInputFieldValue) => void;
8383
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_30<BentoInputFieldPasswordProps>, {
9614
+ }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_26<BentoInputFieldPasswordProps>, {
8384
9615
  condensed: boolean;
8385
9616
  debounceTime: number;
9617
+ description: any;
8386
9618
  disabled: boolean;
8387
9619
  disableValidation: boolean;
8388
- label: any;
8389
9620
  errorMessage: any;
9621
+ label: any;
9622
+ optional: boolean;
8390
9623
  placeholder: string;
8391
9624
  readonly: boolean;
9625
+ required: boolean;
9626
+ tooltipText: any;
8392
9627
  validation: any;
8393
9628
  value: any;
8394
9629
  withHint: boolean;
8395
9630
  }>>>, {
8396
9631
  value: BentoInputFieldProps["value"];
9632
+ description: string;
8397
9633
  label: string;
9634
+ required: boolean;
8398
9635
  condensed: BentoInputFieldProps["condensed"];
8399
- disabled: BentoInputFieldProps["disabled"];
9636
+ disabled: boolean;
8400
9637
  validation: BentoInputFieldPasswordValidation;
8401
- readonly: BentoInputFieldProps["readonly"];
8402
- errorMessage: BentoInputFieldProps["errorMessage"];
9638
+ optional: boolean;
9639
+ readonly: boolean;
9640
+ errorMessage: string;
9641
+ tooltipText: string;
8403
9642
  debounceTime: number;
8404
- placeholder: BentoInputFieldProps["placeholder"];
9643
+ placeholder: string;
8405
9644
  disableValidation: boolean;
8406
9645
  withHint: boolean;
9646
+ }>, {
9647
+ default: (_: {}) => any;
9648
+ description: (_: {}) => any;
8407
9649
  }>;
8408
9650
 
8409
9651
  export declare type BentoInputFieldPasswordDefaultRuleKeys = 'minLength' | 'requireLowercase' | 'requireNumeric' | 'requireSpecialCharacter' | 'requireUppercase';
8410
9652
 
8411
9653
  export declare type BentoInputFieldPasswordErrorsList = Record<BentoInputFieldPasswordDefaultRuleKeys | string, string>;
8412
9654
 
8413
- export declare interface BentoInputFieldPasswordProps {
9655
+ export declare interface BentoInputFieldPasswordProps extends FormField {
8414
9656
  /**
8415
9657
  * Reduces height of the input
8416
9658
  */
@@ -8420,35 +9662,15 @@ export declare interface BentoInputFieldPasswordProps {
8420
9662
  * This helps to avoid excessive validation checks on every keystroke. Defaults to `500`.
8421
9663
  */
8422
9664
  debounceTime?: number;
8423
- /**
8424
- * Disables the possibility of changing value in the input-field
8425
- */
8426
- disabled?: BentoInputFieldProps['disabled'];
8427
9665
  /**
8428
9666
  * Performs real-time validations over the input value. Default: `false`.
8429
9667
  * Disabling the option (set to `true`) will not run pre-defined validations or custom validations defined in the `validation` field.
8430
9668
  */
8431
9669
  disableValidation?: boolean;
8432
- /**
8433
- * Renders input-field with an error state and the error message beneath the input box
8434
- */
8435
- errorMessage?: BentoInputFieldProps['errorMessage'];
8436
- /**
8437
- * Text displayed as the placeholder of the input-field
8438
- */
8439
- placeholder?: BentoInputFieldProps['placeholder'];
8440
- /**
8441
- * Setting this property to true will set the input field to read only state.
8442
- */
8443
- readonly?: BentoInputFieldProps['readonly'];
8444
9670
  /**
8445
9671
  * Text displayed as the value of the input-field
8446
9672
  */
8447
9673
  value?: BentoInputFieldProps['value'];
8448
- /**
8449
- * Label to be shown with the input field
8450
- */
8451
- label?: string;
8452
9674
  /**
8453
9675
  * Configuration object for password field validation.
8454
9676
  *
@@ -8513,7 +9735,7 @@ export declare interface BentoInputFieldPasswordValidationListItem {
8513
9735
  * `
8514
9736
  * }
8515
9737
  */
8516
- export declare const BentoInputFieldPhoneNumber: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_31<BentoInputFieldPhoneNumberProps>, {
9738
+ export declare const BentoInputFieldPhoneNumber: __VLS_WithTemplateSlots_22<DefineComponent<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_27<BentoInputFieldPhoneNumberProps>, {
8517
9739
  countries: () => CountryCode_2[];
8518
9740
  description: any;
8519
9741
  dynamicFiltering: boolean;
@@ -8525,7 +9747,7 @@ input: (value: string) => void;
8525
9747
  "update:selected-country": (country: CountryCode_2) => void;
8526
9748
  } & {
8527
9749
  "input:valid": (value: boolean) => void;
8528
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_31<BentoInputFieldPhoneNumberProps>, {
9750
+ }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_27<BentoInputFieldPhoneNumberProps>, {
8529
9751
  countries: () => CountryCode_2[];
8530
9752
  description: any;
8531
9753
  dynamicFiltering: boolean;
@@ -8576,7 +9798,7 @@ export declare interface BentoInputFieldPhoneNumberProps extends FormField {
8576
9798
  value?: string | number;
8577
9799
  }
8578
9800
 
8579
- export declare interface BentoInputFieldProps {
9801
+ export declare interface BentoInputFieldProps extends FormField {
8580
9802
  /**
8581
9803
  * Indicates whether the element is exposed to an accessibility API.
8582
9804
  */
@@ -8591,10 +9813,6 @@ export declare interface BentoInputFieldProps {
8591
9813
  * Reduces height of the input
8592
9814
  */
8593
9815
  condensed?: boolean;
8594
- /**
8595
- * Disables the possibility of changing value in the input-field
8596
- */
8597
- disabled?: boolean;
8598
9816
  /**
8599
9817
  * Dropdown props for the small selectable dropdown menu.
8600
9818
  * Properties supported:
@@ -8616,27 +9834,6 @@ export declare interface BentoInputFieldProps {
8616
9834
  * @deprecated Use "errorMessage" prop instead
8617
9835
  */
8618
9836
  error?: boolean;
8619
- /**
8620
- * Renders input-field with an error state and the error message beneath the input box
8621
- */
8622
- errorMessage?: string;
8623
- /**
8624
- * Highlights the dropdown is optional.
8625
- */
8626
- optional?: boolean;
8627
- /**
8628
- * Text displayed as the placeholder of the input-field
8629
- */
8630
- placeholder?: string;
8631
- /**
8632
- * When present, indicates that the user must specify a value for the input before the owning form can be submitted.
8633
- * The `required` attribute is supported by input types like `text`, `search`, and `number`.
8634
- */
8635
- required?: boolean;
8636
- /**
8637
- * Setting this property to true will set the input field to read only state.
8638
- */
8639
- readonly?: boolean;
8640
9837
  /**
8641
9838
  * Renders a font numeric style with slashed zeros instead of normal ones.
8642
9839
  */
@@ -8650,10 +9847,6 @@ export declare interface BentoInputFieldProps {
8650
9847
  * Position of Static Value before or after input value
8651
9848
  */
8652
9849
  staticValuePosition?: BentoInputFieldElementPosition | `${BentoInputFieldElementPosition}`;
8653
- /**
8654
- * Adds a info icon next to the label to display the passed tooltip message.
8655
- */
8656
- tooltipText?: string;
8657
9850
  /**
8658
9851
  * A string specifying the type of control to render.
8659
9852
  * All `input` types are available but only `search`, `text` and `number` are fully supported.
@@ -8813,7 +10006,7 @@ export declare type BentoInpuWithDropdowntFilterValue = {
8813
10006
  * `
8814
10007
  * }
8815
10008
  */
8816
- export declare const BentoInspector: __VLS_WithTemplateSlots_22<DefineComponent<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_32<BentoInspectorProps>, {
10009
+ export declare const BentoInspector: __VLS_WithTemplateSlots_23<DefineComponent<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_28<BentoInspectorProps>, {
8817
10010
  activePage: string;
8818
10011
  expandable: boolean;
8819
10012
  isOpen: boolean;
@@ -8827,7 +10020,7 @@ pageFocusAnchor: any;
8827
10020
  "update:active-page": (value: string) => void;
8828
10021
  } & {
8829
10022
  expand: () => void;
8830
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_32<BentoInspectorProps>, {
10023
+ }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_28<BentoInspectorProps>, {
8831
10024
  activePage: string;
8832
10025
  expandable: boolean;
8833
10026
  isOpen: boolean;
@@ -8943,10 +10136,10 @@ export declare enum BentoKeyboardNavigationKeyDownEvent {
8943
10136
  * `
8944
10137
  * }
8945
10138
  */
8946
- export declare const BentoLayout: __VLS_WithTemplateSlots_23<DefineComponent<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_33<BentoLayoutProps>, {
10139
+ export declare const BentoLayout: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_29<BentoLayoutProps>, {
8947
10140
  size: string;
8948
10141
  variant: string;
8949
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_33<BentoLayoutProps>, {
10142
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_29<BentoLayoutProps>, {
8950
10143
  size: string;
8951
10144
  variant: string;
8952
10145
  }>>>, {
@@ -8989,9 +10182,9 @@ export declare interface BentoLayoutProps {
8989
10182
  * `
8990
10183
  * }
8991
10184
  */
8992
- export declare const BentoLayoutRow: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_34<BentoLayoutRowProps>, {
10185
+ export declare const BentoLayoutRow: __VLS_WithTemplateSlots_25<DefineComponent<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_30<BentoLayoutRowProps>, {
8993
10186
  columnsLayout: string;
8994
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_34<BentoLayoutRowProps>, {
10187
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_30<BentoLayoutRowProps>, {
8995
10188
  columnsLayout: string;
8996
10189
  }>>>, {
8997
10190
  columnsLayout: BentoLayoutRowColumnLayout;
@@ -9023,10 +10216,10 @@ declare const BentoLayoutVariantOptions: readonly ["page", "component"];
9023
10216
 
9024
10217
  export declare type BentoLazyLoadType = 'automatic' | 'button' | 'none';
9025
10218
 
9026
- export declare const BentoLink: __VLS_WithTemplateSlots_25<DefineComponent<ExtractPropTypes<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_36<BentoLinkProps>, {
10219
+ export declare const BentoLink: __VLS_WithTemplateSlots_26<DefineComponent<ExtractPropTypes<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_32<BentoLinkProps>, {
9027
10220
  target: any;
9028
10221
  variant: BentoLinkVariant;
9029
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_36<BentoLinkProps>, {
10222
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_32<BentoLinkProps>, {
9030
10223
  target: any;
9031
10224
  variant: BentoLinkVariant;
9032
10225
  }>>> & Readonly<{
@@ -9284,7 +10477,7 @@ declare enum BentoLoadingButtonState_2 {
9284
10477
  * `
9285
10478
  * };
9286
10479
  */
9287
- export declare const BentoLoadingIndicator: DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_35<BentoLoadingIndicatorProps>, {
10480
+ export declare const BentoLoadingIndicator: DefineComponent<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_31<BentoLoadingIndicatorProps>, {
9288
10481
  small: boolean;
9289
10482
  large: boolean;
9290
10483
  inverse: boolean;
@@ -9292,7 +10485,7 @@ inverse: boolean;
9292
10485
  "loading-start": () => void;
9293
10486
  } & {
9294
10487
  "loading-end": () => void;
9295
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_35<BentoLoadingIndicatorProps>, {
10488
+ }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_31<BentoLoadingIndicatorProps>, {
9296
10489
  small: boolean;
9297
10490
  large: boolean;
9298
10491
  inverse: boolean;
@@ -9339,7 +10532,7 @@ export declare interface BentoLoadingIndicatorProps {
9339
10532
  * />
9340
10533
  * }
9341
10534
  */
9342
- export declare const BentoMenu: __VLS_WithTemplateSlots_26<DefineComponent<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_37<BentoMenuProps>, {
10535
+ export declare const BentoMenu: __VLS_WithTemplateSlots_27<DefineComponent<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_33<BentoMenuProps>, {
9343
10536
  button: () => BentoMenuButtonProps;
9344
10537
  closeMenuOnItemSelect: boolean;
9345
10538
  disableArrowDownOpeningMenu: boolean;
@@ -9362,7 +10555,7 @@ open: () => void;
9362
10555
  "menu-item-click": () => void;
9363
10556
  } & {
9364
10557
  "click-outside": () => void;
9365
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_37<BentoMenuProps>, {
10558
+ }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_33<BentoMenuProps>, {
9366
10559
  button: () => BentoMenuButtonProps;
9367
10560
  closeMenuOnItemSelect: boolean;
9368
10561
  disableArrowDownOpeningMenu: boolean;
@@ -9587,7 +10780,7 @@ declare interface BentoMenuProps_2 {
9587
10780
  * `
9588
10781
  * };
9589
10782
  */
9590
- export declare const BentoModal: __VLS_WithTemplateSlots_27<DefineComponent< {
10783
+ export declare const BentoModal: __VLS_WithTemplateSlots_28<DefineComponent< {
9591
10784
  /**
9592
10785
  * List of actions that will be used to render the buttons.
9593
10786
  * First element in the list will be rendered as "primary".
@@ -9925,7 +11118,7 @@ export declare enum BentoModalEvent {
9925
11118
  * `
9926
11119
  * }
9927
11120
  */
9928
- export declare const BentoModalFullscreen: __VLS_WithTemplateSlots_29<DefineComponent< {
11121
+ export declare const BentoModalFullscreen: __VLS_WithTemplateSlots_30<DefineComponent< {
9929
11122
  /**
9930
11123
  * List of actions that will be used to render the buttons.
9931
11124
  * First element in the list will be rendered as "primary".
@@ -10067,7 +11260,7 @@ contextualLabel: string;
10067
11260
  * `
10068
11261
  * }
10069
11262
  */
10070
- export declare const BentoModalFullscreenPage: __VLS_WithTemplateSlots_30<DefineComponent< {
11263
+ export declare const BentoModalFullscreenPage: __VLS_WithTemplateSlots_31<DefineComponent< {
10071
11264
  /**
10072
11265
  * List of actions that will be used to render the buttons.
10073
11266
  * First element in the list will be rendered as "primary".
@@ -10209,7 +11402,7 @@ contextualLabel: string;
10209
11402
  * `
10210
11403
  * }
10211
11404
  */
10212
- export declare const BentoModalPage: __VLS_WithTemplateSlots_28<DefineComponent<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_38<BentoModalPageProps>, {
11405
+ export declare const BentoModalPage: __VLS_WithTemplateSlots_29<DefineComponent<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_34<BentoModalPageProps>, {
10213
11406
  actions: any;
10214
11407
  actionsLabel: any;
10215
11408
  columnsSize: BentoModalColumnLayoutVariant;
@@ -10218,7 +11411,7 @@ destructiveActions: boolean;
10218
11411
  withColumnLayout: boolean;
10219
11412
  pageId: any;
10220
11413
  previousPage: any;
10221
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_38<BentoModalPageProps>, {
11414
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_34<BentoModalPageProps>, {
10222
11415
  actions: any;
10223
11416
  actionsLabel: any;
10224
11417
  columnsSize: BentoModalColumnLayoutVariant;
@@ -10366,7 +11559,7 @@ export declare type BentoMultiCheckboxType = Array<string | number>;
10366
11559
  * `,
10367
11560
  * }
10368
11561
  */
10369
- export declare const BentoPagination: __VLS_WithTemplateSlots_31<DefineComponent<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_39<BentoPaginationProps>, {
11562
+ export declare const BentoPagination: __VLS_WithTemplateSlots_32<DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_35<BentoPaginationProps>, {
10370
11563
  ariaLabel: any;
10371
11564
  hasNext: any;
10372
11565
  hidePageSize: boolean;
@@ -10382,7 +11575,7 @@ navigate: (page: number, items?: number) => void;
10382
11575
  "update:page": (page: number) => void;
10383
11576
  } & {
10384
11577
  "update:size": (size: number) => void;
10385
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_39<BentoPaginationProps>, {
11578
+ }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_35<BentoPaginationProps>, {
10386
11579
  ariaLabel: any;
10387
11580
  hasNext: any;
10388
11581
  hidePageSize: boolean;
@@ -10448,10 +11641,10 @@ export declare interface BentoPaginationProps {
10448
11641
  * `
10449
11642
  * }
10450
11643
  */
10451
- export declare const BentoPaymentMethod: DefineComponent<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_40<BentoPaymentMethodProps>, {
11644
+ export declare const BentoPaymentMethod: DefineComponent<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_36<BentoPaymentMethodProps>, {
10452
11645
  type: string;
10453
11646
  small: boolean;
10454
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_40<BentoPaymentMethodProps>, {
11647
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_36<BentoPaymentMethodProps>, {
10455
11648
  type: string;
10456
11649
  small: boolean;
10457
11650
  }>>>, {
@@ -11643,7 +12836,7 @@ export declare enum BentoPaymentMethodType {
11643
12836
  * `
11644
12837
  * }
11645
12838
  */
11646
- export declare const BentoPopover: __VLS_WithTemplateSlots_32<DefineComponent<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_41<BentoPopoverProps>, {
12839
+ export declare const BentoPopover: __VLS_WithTemplateSlots_33<DefineComponent<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_37<BentoPopoverProps>, {
11647
12840
  actions: any;
11648
12841
  actionsLayout: string;
11649
12842
  ariaLabel: any;
@@ -11667,7 +12860,7 @@ overflowVisible: boolean;
11667
12860
  dismiss: () => void;
11668
12861
  } & {
11669
12862
  placement: (placement: Placement) => void;
11670
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_41<BentoPopoverProps>, {
12863
+ }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_37<BentoPopoverProps>, {
11671
12864
  actions: any;
11672
12865
  actionsLayout: string;
11673
12866
  ariaLabel: any;
@@ -11886,7 +13079,7 @@ export declare interface BentoPopoverProps {
11886
13079
  * `
11887
13080
  * };
11888
13081
  */
11889
- export declare const BentoPromoBanner: __VLS_WithTemplateSlots_33<DefineComponent<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_42<BentoPromoBannerProps>, {
13082
+ export declare const BentoPromoBanner: __VLS_WithTemplateSlots_34<DefineComponent<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_38<BentoPromoBannerProps>, {
11890
13083
  actions: any;
11891
13084
  color: BentoPromoBannerColor;
11892
13085
  isDismissible: boolean;
@@ -11894,7 +13087,7 @@ dismissButtonText: any;
11894
13087
  layout: BentoPromoBannerLayout;
11895
13088
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
11896
13089
  dismiss: () => void;
11897
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_42<BentoPromoBannerProps>, {
13090
+ }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_38<BentoPromoBannerProps>, {
11898
13091
  actions: any;
11899
13092
  color: BentoPromoBannerColor;
11900
13093
  isDismissible: boolean;
@@ -12033,7 +13226,7 @@ export declare interface BentoPromoBannerProps {
12033
13226
  * }
12034
13227
  * }
12035
13228
  */
12036
- export declare const BentoRadioButton: __VLS_WithTemplateSlots_35<DefineComponent< {
13229
+ export declare const BentoRadioButton: __VLS_WithTemplateSlots_36<DefineComponent< {
12037
13230
  /**
12038
13231
  * Disable the radio button (optional)
12039
13232
  */
@@ -12188,7 +13381,7 @@ export declare type BentoRadioButtonValue = string | number;
12188
13381
  * `
12189
13382
  * };
12190
13383
  */
12191
- export declare const BentoRadioGroup: __VLS_WithTemplateSlots_34<DefineComponent<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_43<BentoRadioGroupProps>, {
13384
+ export declare const BentoRadioGroup: __VLS_WithTemplateSlots_35<DefineComponent<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_39<BentoRadioGroupProps>, {
12192
13385
  description: any;
12193
13386
  disabled: boolean;
12194
13387
  errorMessage: any;
@@ -12207,7 +13400,7 @@ focus: () => void;
12207
13400
  input: (value: BentoRadioButtonValue) => void;
12208
13401
  } & {
12209
13402
  "update:model-value": (value: BentoRadioButtonValue) => void;
12210
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_43<BentoRadioGroupProps>, {
13403
+ }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_39<BentoRadioGroupProps>, {
12211
13404
  description: any;
12212
13405
  disabled: boolean;
12213
13406
  errorMessage: any;
@@ -12324,7 +13517,7 @@ export declare type BentoRangeFilterOptions = {
12324
13517
  * `
12325
13518
  * }
12326
13519
  */
12327
- export declare const BentoRichTextEditor: DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_45<BentoRichTextEditorProps>, {
13520
+ export declare const BentoRichTextEditor: DefineComponent<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_41<BentoRichTextEditorProps>, {
12328
13521
  description: any;
12329
13522
  disabled: boolean;
12330
13523
  errorMessage: any;
@@ -12336,7 +13529,7 @@ tooltipText: any;
12336
13529
  value: any;
12337
13530
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
12338
13531
  input: (value: string) => void;
12339
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_45<BentoRichTextEditorProps>, {
13532
+ }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_41<BentoRichTextEditorProps>, {
12340
13533
  description: any;
12341
13534
  disabled: boolean;
12342
13535
  errorMessage: any;
@@ -12448,7 +13641,7 @@ export declare interface BentoRichTextEditorProps {
12448
13641
  * }
12449
13642
  * }
12450
13643
  */
12451
- export declare const BentoSearchBar: DefineComponent<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_46<BentoSearchBarProps>, {
13644
+ export declare const BentoSearchBar: DefineComponent<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_42<BentoSearchBarProps>, {
12452
13645
  condensed: boolean;
12453
13646
  debounceTime: number;
12454
13647
  disabled: boolean;
@@ -12470,7 +13663,7 @@ clear: () => void;
12470
13663
  blur: () => void;
12471
13664
  } & {
12472
13665
  focus: () => void;
12473
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_46<BentoSearchBarProps>, {
13666
+ }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_42<BentoSearchBarProps>, {
12474
13667
  condensed: boolean;
12475
13668
  debounceTime: number;
12476
13669
  disabled: boolean;
@@ -12559,7 +13752,7 @@ export declare interface BentoSearchBarProps {
12559
13752
  * }
12560
13753
  * }
12561
13754
  */
12562
- export declare const BentoSecondaryNav: DefineComponent<__VLS_TypePropsToRuntimeProps_47<{
13755
+ export declare const BentoSecondaryNav: DefineComponent<__VLS_TypePropsToRuntimeProps_43<{
12563
13756
  /**
12564
13757
  * An array containing all the items on the nav. The array can have either {@see BentoSecondaryNavItemsCategory },
12565
13758
  * which is used to group different items or {@see BentoSecondaryNavItemsItem } if you don't need to group them.
@@ -12572,7 +13765,7 @@ items: BentoSecondaryNavItems;
12572
13765
  value?: string;
12573
13766
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
12574
13767
  change: (category: string) => void;
12575
- }, string, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_47<{
13768
+ }, string, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_43<{
12576
13769
  /**
12577
13770
  * An array containing all the items on the nav. The array can have either {@see BentoSecondaryNavItemsCategory },
12578
13771
  * which is used to group different items or {@see BentoSecondaryNavItemsItem } if you don't need to group them.
@@ -12617,7 +13810,7 @@ export declare interface BentoSecondaryNavState {
12617
13810
  * `
12618
13811
  * }
12619
13812
  */
12620
- export declare const BentoSegmentedControl: DefineComponent<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_48<BentoSegmentedControlProps>, {
13813
+ export declare const BentoSegmentedControl: DefineComponent<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_44<BentoSegmentedControlProps>, {
12621
13814
  ariaLabel: any;
12622
13815
  fullWidth: boolean;
12623
13816
  wrap: boolean;
@@ -12626,7 +13819,7 @@ modelValue: any;
12626
13819
  "update:model-value": (value: any) => void;
12627
13820
  } & {
12628
13821
  input: (value: BentoSegmentedControlValue) => void;
12629
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_48<BentoSegmentedControlProps>, {
13822
+ }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_44<BentoSegmentedControlProps>, {
12630
13823
  ariaLabel: any;
12631
13824
  fullWidth: boolean;
12632
13825
  wrap: boolean;
@@ -12821,7 +14014,7 @@ export declare type BentoSelectFilterValue = BentoListboxSelectedValue;
12821
14014
  * `
12822
14015
  * }
12823
14016
  */
12824
- export declare const BentoSelectionCard: __VLS_WithTemplateSlots_36<DefineComponent< {
14017
+ export declare const BentoSelectionCard: __VLS_WithTemplateSlots_37<DefineComponent< {
12825
14018
  /**
12826
14019
  * The description of the selection card
12827
14020
  */
@@ -13014,230 +14207,43 @@ fullyClickable: boolean;
13014
14207
  * `,
13015
14208
  * }
13016
14209
  */
13017
- export declare const BentoSelectionCardGroup: __VLS_WithTemplateSlots_37<DefineComponent< {
13018
- /**
13019
- * Descriptive supporting text visbile underneath the label.
13020
- */
13021
- description: {
13022
- type: StringConstructor;
13023
- default: any;
13024
- };
13025
- /**
13026
- * If set to true, renders all cards in the group in a disabled state.
13027
- */
13028
- disabled: {
13029
- type: BooleanConstructor;
13030
- default: boolean;
13031
- };
13032
- /**
13033
- * Renders all cards in an error state with an error message.
13034
- */
13035
- errorMessage: {
13036
- type: StringConstructor;
13037
- default: any;
13038
- };
13039
- /**
13040
- * The form id the selection card group is associated with. Defaults to null, as a selection card group can also be used standalone.
13041
- */
13042
- formId: {
13043
- type: StringConstructor;
13044
- default: any;
13045
- };
13046
- /**
13047
- * Shows/hides the group label.
13048
- */
13049
- hideLabel: {
13050
- type: BooleanConstructor;
13051
- default: any;
13052
- };
13053
- /**
13054
- * Label of the group. Required for accessibility purposes, even if it's not shown
13055
- */
13056
- label: {
13057
- type: StringConstructor;
13058
- required: true;
13059
- };
13060
- /**
13061
- * The selection card group's layout. It can be vertical or horizontal. Defaults to vertical.
13062
- * @values horizontal, vertical
13063
- */
13064
- layout: {
13065
- type: PropType<BentoSelectionCardGroupLayout>;
13066
- default: string;
13067
- };
13068
- /**
13069
- * The selection card group's items.
13070
- */
13071
- items: {
13072
- type: PropType<Array<BentoSelectionCardItem>>;
13073
- required: true;
13074
- };
13075
- /**
13076
- * Sets the responsive number of items rendered in each row.
13077
- */
13078
- itemsPerRow: {
13079
- type: PropType<BentoSelectionCardGroupItemsPerRow>;
13080
- default: any;
13081
- };
13082
- /**
13083
- * Determines the initially selected value of the group. Corresponds to the BentoSelectionCardItem's value.
13084
- * Defaults to no value selected.
13085
- */
13086
- modelValue: {
13087
- type: PropType<BentoSelectionCardModelValue>;
13088
- default: any;
13089
- };
13090
- /**
13091
- * Indicates the field is optional.
13092
- */
13093
- optional: {
13094
- type: BooleanConstructor;
13095
- default: boolean;
13096
- };
13097
- /**
13098
- * Indicates the field is required.
13099
- */
13100
- required: {
13101
- type: BooleanConstructor;
13102
- default: boolean;
13103
- };
13104
- /**
13105
- * Tooltip message.
13106
- */
13107
- tooltipText: {
13108
- type: StringConstructor;
13109
- default: any;
13110
- };
13111
- /**
13112
- * If set to true, renders all cards in the group in a readonly state.
13113
- */
13114
- readonly: {
13115
- type: BooleanConstructor;
13116
- default: boolean;
13117
- };
13118
- /**
13119
- * Renders the cards with a checkbox or a radio input. Selection logic will also apply in accordance.
13120
- * @values checkbox, radio
13121
- */
13122
- variant: {
13123
- type: PropType<BentoSelectionCardGroupVariant>;
13124
- default: string;
13125
- };
13126
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
14210
+ export declare const BentoSelectionCardGroup: __VLS_WithTemplateSlots_38<DefineComponent<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_45<BentoSelectionCardGroupProps>, {
14211
+ description: any;
14212
+ disabled: boolean;
14213
+ errorMessage: any;
14214
+ formId: any;
14215
+ hideLabel: any;
14216
+ label: any;
14217
+ layout: string;
14218
+ itemsPerRow: any;
14219
+ modelValue: any;
14220
+ optional: boolean;
14221
+ required: boolean;
14222
+ tooltipText: any;
14223
+ readonly: boolean;
14224
+ variant: string;
14225
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
13127
14226
  input: (value: BentoSelectionCardModelValue) => void;
13128
14227
  } & {
13129
14228
  "update:model-value": (value: BentoSelectionCardModelValue) => void;
13130
- }, string, Readonly<ExtractPropTypes< {
13131
- /**
13132
- * Descriptive supporting text visbile underneath the label.
13133
- */
13134
- description: {
13135
- type: StringConstructor;
13136
- default: any;
13137
- };
13138
- /**
13139
- * If set to true, renders all cards in the group in a disabled state.
13140
- */
13141
- disabled: {
13142
- type: BooleanConstructor;
13143
- default: boolean;
13144
- };
13145
- /**
13146
- * Renders all cards in an error state with an error message.
13147
- */
13148
- errorMessage: {
13149
- type: StringConstructor;
13150
- default: any;
13151
- };
13152
- /**
13153
- * The form id the selection card group is associated with. Defaults to null, as a selection card group can also be used standalone.
13154
- */
13155
- formId: {
13156
- type: StringConstructor;
13157
- default: any;
13158
- };
13159
- /**
13160
- * Shows/hides the group label.
13161
- */
13162
- hideLabel: {
13163
- type: BooleanConstructor;
13164
- default: any;
13165
- };
13166
- /**
13167
- * Label of the group. Required for accessibility purposes, even if it's not shown
13168
- */
13169
- label: {
13170
- type: StringConstructor;
13171
- required: true;
13172
- };
13173
- /**
13174
- * The selection card group's layout. It can be vertical or horizontal. Defaults to vertical.
13175
- * @values horizontal, vertical
13176
- */
13177
- layout: {
13178
- type: PropType<BentoSelectionCardGroupLayout>;
13179
- default: string;
13180
- };
13181
- /**
13182
- * The selection card group's items.
13183
- */
13184
- items: {
13185
- type: PropType<Array<BentoSelectionCardItem>>;
13186
- required: true;
13187
- };
13188
- /**
13189
- * Sets the responsive number of items rendered in each row.
13190
- */
13191
- itemsPerRow: {
13192
- type: PropType<BentoSelectionCardGroupItemsPerRow>;
13193
- default: any;
13194
- };
13195
- /**
13196
- * Determines the initially selected value of the group. Corresponds to the BentoSelectionCardItem's value.
13197
- * Defaults to no value selected.
13198
- */
13199
- modelValue: {
13200
- type: PropType<BentoSelectionCardModelValue>;
13201
- default: any;
13202
- };
13203
- /**
13204
- * Indicates the field is optional.
13205
- */
13206
- optional: {
13207
- type: BooleanConstructor;
13208
- default: boolean;
13209
- };
13210
- /**
13211
- * Indicates the field is required.
13212
- */
13213
- required: {
13214
- type: BooleanConstructor;
13215
- default: boolean;
13216
- };
13217
- /**
13218
- * Tooltip message.
13219
- */
13220
- tooltipText: {
13221
- type: StringConstructor;
13222
- default: any;
13223
- };
13224
- /**
13225
- * If set to true, renders all cards in the group in a readonly state.
13226
- */
13227
- readonly: {
13228
- type: BooleanConstructor;
13229
- default: boolean;
13230
- };
13231
- /**
13232
- * Renders the cards with a checkbox or a radio input. Selection logic will also apply in accordance.
13233
- * @values checkbox, radio
13234
- */
13235
- variant: {
13236
- type: PropType<BentoSelectionCardGroupVariant>;
13237
- default: string;
13238
- };
13239
- }>>, {
14229
+ }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_45<BentoSelectionCardGroupProps>, {
14230
+ description: any;
14231
+ disabled: boolean;
14232
+ errorMessage: any;
14233
+ formId: any;
14234
+ hideLabel: any;
14235
+ label: any;
14236
+ layout: string;
14237
+ itemsPerRow: any;
14238
+ modelValue: any;
14239
+ optional: boolean;
14240
+ required: boolean;
14241
+ tooltipText: any;
14242
+ readonly: boolean;
14243
+ variant: string;
14244
+ }>>>, {
13240
14245
  description: string;
14246
+ label: string;
13241
14247
  variant: BentoSelectionCardGroupVariant;
13242
14248
  required: boolean;
13243
14249
  disabled: boolean;
@@ -13249,7 +14255,7 @@ errorMessage: string;
13249
14255
  tooltipText: string;
13250
14256
  hideLabel: boolean;
13251
14257
  formId: string;
13252
- itemsPerRow: GridLayoutColumnWidth;
14258
+ itemsPerRow: BentoSelectionCardGroupItemsPerRow;
13253
14259
  }>, {
13254
14260
  icon: (_: any) => any;
13255
14261
  content: (_: any) => any;
@@ -13260,6 +14266,46 @@ export declare type BentoSelectionCardGroupItemsPerRow = GridLayoutColumnWidth;
13260
14266
 
13261
14267
  export declare type BentoSelectionCardGroupLayout = 'horizontal' | 'vertical';
13262
14268
 
14269
+ export declare interface BentoSelectionCardGroupProps extends FormField {
14270
+ /**
14271
+ * The form id the selection card group is associated with. Defaults to null, as a selection card group can also be
14272
+ * used standalone.
14273
+ * @default null
14274
+ */
14275
+ formId?: string;
14276
+ /**
14277
+ * Shows/hides the group label.
14278
+ * @default null
14279
+ */
14280
+ hideLabel?: boolean;
14281
+ /**
14282
+ * The selection card group's layout. It can be vertical or horizontal. Defaults to vertical.
14283
+ * @values horizontal, vertical
14284
+ * @default vertical
14285
+ */
14286
+ layout?: BentoSelectionCardGroupLayout;
14287
+ /**
14288
+ * The selection card group's items.
14289
+ */
14290
+ items: Array<BentoSelectionCardItem>;
14291
+ /**
14292
+ * Sets the responsive number of items rendered in each row.
14293
+ * @default undefined
14294
+ */
14295
+ itemsPerRow?: BentoSelectionCardGroupItemsPerRow;
14296
+ /**
14297
+ * Determines the initially selected value of the group. Corresponds to the BentoSelectionCardItem's value.
14298
+ * @default null
14299
+ */
14300
+ modelValue?: BentoSelectionCardModelValue;
14301
+ /**
14302
+ * Renders the cards with a checkbox or a radio input. Selection logic will also apply in accordance.
14303
+ * @values checkbox, radio
14304
+ * @default checkbox
14305
+ */
14306
+ variant?: BentoSelectionCardGroupVariant;
14307
+ }
14308
+
13263
14309
  export declare type BentoSelectionCardGroupVariant = 'checkbox' | 'radio';
13264
14310
 
13265
14311
  export declare interface BentoSelectionCardItem {
@@ -13330,7 +14376,7 @@ export declare type BentoSelectTagFilterOptions = OmitStrict<BentoSelectFilterOp
13330
14376
  * `
13331
14377
  * }
13332
14378
  */
13333
- export declare const BentoSidepanel: __VLS_WithTemplateSlots_39<DefineComponent< {
14379
+ export declare const BentoSidepanel: __VLS_WithTemplateSlots_40<DefineComponent< {
13334
14380
  /**
13335
14381
  * The id of the current active page
13336
14382
  * Should be the same id as the BentoSidepanelPage to be displayed
@@ -13458,7 +14504,7 @@ export declare enum BentoSidepanelEvent {
13458
14504
  * `
13459
14505
  * }
13460
14506
  */
13461
- export declare const BentoSidepanelPage: __VLS_WithTemplateSlots_38<DefineComponent< {
14507
+ export declare const BentoSidepanelPage: __VLS_WithTemplateSlots_39<DefineComponent< {
13462
14508
  /**
13463
14509
  * List of actions that will be used to render the buttons.
13464
14510
  * First element in the list will be rendered as "primary".
@@ -13601,7 +14647,7 @@ destructiveActions: boolean;
13601
14647
  * `
13602
14648
  * }
13603
14649
  */
13604
- export declare const BentoStatus: __VLS_WithTemplateSlots_40<DefineComponent<__VLS_TypePropsToRuntimeProps_49<BentoStatusProps>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_49<BentoStatusProps>>>, {}>, {
14650
+ export declare const BentoStatus: __VLS_WithTemplateSlots_41<DefineComponent<__VLS_TypePropsToRuntimeProps_46<BentoStatusProps>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_46<BentoStatusProps>>>, {}>, {
13605
14651
  default: (_: {}) => any;
13606
14652
  }>;
13607
14653
 
@@ -13646,7 +14692,7 @@ export declare enum BentoStatusVariant {
13646
14692
  * `
13647
14693
  * }
13648
14694
  */
13649
- export declare const BentoStep: __VLS_WithTemplateSlots_42<DefineComponent< {
14695
+ export declare const BentoStep: __VLS_WithTemplateSlots_43<DefineComponent< {
13650
14696
  /**
13651
14697
  * Completed status. Used on non-linear steppers to indicate if the step is completed.
13652
14698
  */
@@ -13703,7 +14749,7 @@ substepIndex: number;
13703
14749
  * `
13704
14750
  * }
13705
14751
  */
13706
- export declare const BentoStepper: __VLS_WithTemplateSlots_41<DefineComponent< {
14752
+ export declare const BentoStepper: __VLS_WithTemplateSlots_42<DefineComponent< {
13707
14753
  /**
13708
14754
  * Type of stepper; defines how the stepper should behave. Default: linear
13709
14755
  * @values linear, non-linear
@@ -13817,7 +14863,7 @@ declare interface BentoStickyTabsOptions {
13817
14863
  * `
13818
14864
  * }
13819
14865
  */
13820
- export declare const BentoStructuredList: __VLS_WithTemplateSlots_43<DefineComponent<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_50<{
14866
+ export declare const BentoStructuredList: __VLS_WithTemplateSlots_44<DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_47<{
13821
14867
  /**
13822
14868
  * Width of the labels container, in pixels. Overrides layout prop.
13823
14869
  */
@@ -13841,7 +14887,7 @@ layout?: BentoStructuredListLayoutOptions;
13841
14887
  }>, {
13842
14888
  labelsWidth: any;
13843
14889
  layout: string;
13844
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_50<{
14890
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_47<{
13845
14891
  /**
13846
14892
  * Width of the labels container, in pixels. Overrides layout prop.
13847
14893
  */
@@ -13895,7 +14941,7 @@ labelsWidth: number;
13895
14941
  * `
13896
14942
  * }
13897
14943
  */
13898
- export declare const BentoStructuredListItem: __VLS_WithTemplateSlots_44<DefineComponent<__VLS_TypePropsToRuntimeProps_51<{
14944
+ export declare const BentoStructuredListItem: __VLS_WithTemplateSlots_45<DefineComponent<__VLS_TypePropsToRuntimeProps_48<{
13899
14945
  /**
13900
14946
  * Label to display for the value
13901
14947
  */
@@ -13922,7 +14968,7 @@ searchTooltip?: string;
13922
14968
  truncate?: boolean;
13923
14969
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
13924
14970
  copy: (value: string) => void;
13925
- }, string, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_51<{
14971
+ }, string, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_48<{
13926
14972
  /**
13927
14973
  * Label to display for the value
13928
14974
  */
@@ -13977,10 +15023,10 @@ declare const BentoStructuredListLayoutOptions: string[];
13977
15023
  * `
13978
15024
  * }
13979
15025
  */
13980
- export declare const BentoSummaryGrid: __VLS_WithTemplateSlots_45<DefineComponent<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<BentoSummaryGridProps>, {
15026
+ export declare const BentoSummaryGrid: __VLS_WithTemplateSlots_46<DefineComponent<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<BentoSummaryGridProps>, {
13981
15027
  columnWidth: any;
13982
15028
  slashedZero: boolean;
13983
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<BentoSummaryGridProps>, {
15029
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<BentoSummaryGridProps>, {
13984
15030
  columnWidth: any;
13985
15031
  slashedZero: boolean;
13986
15032
  }>>>, {
@@ -14015,7 +15061,7 @@ export declare interface BentoSummaryGridColumnWidth {
14015
15061
  * `
14016
15062
  * }
14017
15063
  */
14018
- export declare const BentoSummaryGridItemAmount: __VLS_WithTemplateSlots_46<DefineComponent<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<BentoSummaryGridItemAmountProps>, {
15064
+ export declare const BentoSummaryGridItemAmount: __VLS_WithTemplateSlots_47<DefineComponent<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<BentoSummaryGridItemAmountProps>, {
14019
15065
  copy: any;
14020
15066
  fitContent: boolean;
14021
15067
  infoIconTooltipText: any;
@@ -14032,7 +15078,7 @@ underlineTooltipText: any;
14032
15078
  "copy-click": (event: MouseEvent) => void;
14033
15079
  } & {
14034
15080
  "info-icon-mouseenter": (event: MouseEvent) => void;
14035
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<BentoSummaryGridItemAmountProps>, {
15081
+ }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<BentoSummaryGridItemAmountProps>, {
14036
15082
  copy: any;
14037
15083
  fitContent: boolean;
14038
15084
  infoIconTooltipText: any;
@@ -14092,7 +15138,7 @@ export declare interface BentoSummaryGridItemAmountProps extends BaseSummaryGrid
14092
15138
  * `
14093
15139
  * }
14094
15140
  */
14095
- export declare const BentoSummaryGridItemCustom: __VLS_WithTemplateSlots_50<DefineComponent<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<BentoSummaryGridItemCustomProps>, {
15141
+ export declare const BentoSummaryGridItemCustom: __VLS_WithTemplateSlots_51<DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<BentoSummaryGridItemCustomProps>, {
14096
15142
  copy: any;
14097
15143
  infoIconTooltipText: any;
14098
15144
  fitContent: boolean;
@@ -14102,7 +15148,7 @@ underlineTooltipText: any;
14102
15148
  "copy-click": (event: MouseEvent) => void;
14103
15149
  } & {
14104
15150
  "info-icon-mouseenter": (event: MouseEvent) => void;
14105
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<BentoSummaryGridItemCustomProps>, {
15151
+ }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<BentoSummaryGridItemCustomProps>, {
14106
15152
  copy: any;
14107
15153
  infoIconTooltipText: any;
14108
15154
  fitContent: boolean;
@@ -14166,7 +15212,7 @@ export declare interface BentoSummaryGridItemCustomProps {
14166
15212
  * `
14167
15213
  * }
14168
15214
  */
14169
- export declare const BentoSummaryGridItemNumeric: __VLS_WithTemplateSlots_47<DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<BentoSummaryGridItemNumericProps>, {
15215
+ export declare const BentoSummaryGridItemNumeric: __VLS_WithTemplateSlots_48<DefineComponent<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<BentoSummaryGridItemNumericProps>, {
14170
15216
  copy: any;
14171
15217
  fitContent: boolean;
14172
15218
  infoIconTooltipText: any;
@@ -14182,7 +15228,7 @@ underlineTooltipText: any;
14182
15228
  "copy-click": (event: MouseEvent) => void;
14183
15229
  } & {
14184
15230
  "info-icon-mouseenter": (event: MouseEvent) => void;
14185
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<BentoSummaryGridItemNumericProps>, {
15231
+ }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<BentoSummaryGridItemNumericProps>, {
14186
15232
  copy: any;
14187
15233
  fitContent: boolean;
14188
15234
  infoIconTooltipText: any;
@@ -14241,7 +15287,7 @@ export declare interface BentoSummaryGridItemNumericProps extends BaseSummaryGri
14241
15287
  * `
14242
15288
  * }
14243
15289
  */
14244
- export declare const BentoSummaryGridItemPercentage: __VLS_WithTemplateSlots_48<DefineComponent<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<BentoSummaryGridItemPercentageProps>, {
15290
+ export declare const BentoSummaryGridItemPercentage: __VLS_WithTemplateSlots_49<DefineComponent<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<BentoSummaryGridItemPercentageProps>, {
14245
15291
  copy: any;
14246
15292
  fitContent: boolean;
14247
15293
  infoIconTooltipText: any;
@@ -14257,7 +15303,7 @@ underlineTooltipText: any;
14257
15303
  "copy-click": (event: MouseEvent) => void;
14258
15304
  } & {
14259
15305
  "info-icon-mouseenter": (event: MouseEvent) => void;
14260
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<BentoSummaryGridItemPercentageProps>, {
15306
+ }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<BentoSummaryGridItemPercentageProps>, {
14261
15307
  copy: any;
14262
15308
  fitContent: boolean;
14263
15309
  infoIconTooltipText: any;
@@ -14331,7 +15377,7 @@ declare enum BentoSummaryGridItemSize_2 {
14331
15377
  * `
14332
15378
  * }
14333
15379
  */
14334
- export declare const BentoSummaryGridItemText: __VLS_WithTemplateSlots_49<DefineComponent<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<BentoSummaryGridItemTextProps>, {
15380
+ export declare const BentoSummaryGridItemText: __VLS_WithTemplateSlots_50<DefineComponent<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<BentoSummaryGridItemTextProps>, {
14335
15381
  copy: any;
14336
15382
  fitContent: boolean;
14337
15383
  infoIconTooltipText: any;
@@ -14341,7 +15387,7 @@ underlineTooltipText: any;
14341
15387
  "copy-click": (event: MouseEvent) => void;
14342
15388
  } & {
14343
15389
  "info-icon-mouseenter": (event: MouseEvent) => void;
14344
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<BentoSummaryGridItemTextProps>, {
15390
+ }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<BentoSummaryGridItemTextProps>, {
14345
15391
  copy: any;
14346
15392
  fitContent: boolean;
14347
15393
  infoIconTooltipText: any;
@@ -14442,12 +15488,12 @@ export declare interface BentoSummaryGridProps {
14442
15488
  * </bento-tabs>
14443
15489
  * </template>
14444
15490
  */
14445
- export declare const BentoTab: __VLS_WithTemplateSlots_51<DefineComponent<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<BentoTabProps>, {
15491
+ export declare const BentoTab: __VLS_WithTemplateSlots_52<DefineComponent<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<BentoTabProps>, {
14446
15492
  counter: any;
14447
15493
  disabled: boolean;
14448
15494
  hidden: boolean;
14449
15495
  withNotificationIndicator: boolean;
14450
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<BentoTabProps>, {
15496
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<BentoTabProps>, {
14451
15497
  counter: any;
14452
15498
  disabled: boolean;
14453
15499
  hidden: boolean;
@@ -14596,11 +15642,11 @@ declare enum BentoTabsEvent {
14596
15642
  ACTIVE_TAB_INDEX = "update:active-tab-index"
14597
15643
  }
14598
15644
 
14599
- export declare const BentoTag: DefineComponent<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_44<BentoTagProps>, {
15645
+ export declare const BentoTag: DefineComponent<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_40<BentoTagProps>, {
14600
15646
  label: any;
14601
15647
  truncate: any;
14602
15648
  variant: BentoTagVariant;
14603
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_44<BentoTagProps>, {
15649
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_40<BentoTagProps>, {
14604
15650
  label: any;
14605
15651
  truncate: any;
14606
15652
  variant: BentoTagVariant;
@@ -14674,7 +15720,7 @@ declare interface BentoTeleportProps_2 {
14674
15720
  // NOTE: "where" is not added as it doesn't exist in Vue3
14675
15721
  }
14676
15722
 
14677
- export declare const BentoTextarea: DefineComponent<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<BentoTextareaProps>, {
15723
+ export declare const BentoTextarea: DefineComponent<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<BentoTextareaProps>, {
14678
15724
  ariaLabel: any;
14679
15725
  characterLimit: any;
14680
15726
  description: string;
@@ -14708,7 +15754,7 @@ input: (value: string) => void;
14708
15754
  keydown: (event: KeyboardEvent) => void;
14709
15755
  } & {
14710
15756
  keyup: (event: KeyboardEvent) => void;
14711
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<BentoTextareaProps>, {
15757
+ }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<BentoTextareaProps>, {
14712
15758
  ariaLabel: any;
14713
15759
  characterLimit: any;
14714
15760
  description: string;
@@ -15705,7 +16751,7 @@ export declare type BentoToastItemsList = Array<BentoToastItem>;
15705
16751
  * `,
15706
16752
  * }
15707
16753
  */
15708
- export declare const BentoToggle: __VLS_WithTemplateSlots_52<DefineComponent< {
16754
+ export declare const BentoToggle: __VLS_WithTemplateSlots_53<DefineComponent< {
15709
16755
  /**
15710
16756
  * @deprecated from version 2.0.0. Use the aria-label attribute instead.
15711
16757
  */
@@ -16108,7 +17154,7 @@ export declare interface BentoTutorialStep {
16108
17154
  * `
16109
17155
  * }
16110
17156
  */
16111
- export declare const BentoTypography: __VLS_WithTemplateSlots_53<DefineComponent<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
17157
+ export declare const BentoTypography: __VLS_WithTemplateSlots_54<DefineComponent<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
16112
17158
  /**
16113
17159
  * Sets the HTML DOM element.
16114
17160
  * @values h1, h2, h3, h4, h5, h6, div, p, span
@@ -16156,7 +17202,7 @@ stronger: boolean;
16156
17202
  strongest: boolean;
16157
17203
  variant: BentoTypographyVariant;
16158
17204
  wide: boolean;
16159
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
17205
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
16160
17206
  /**
16161
17207
  * Sets the HTML DOM element.
16162
17208
  * @values h1, h2, h3, h4, h5, h6, div, p, span