@adyen/bento-vue2 1.77.1 → 1.78.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 (64) hide show
  1. package/dist/@types/index.d.ts +135 -97
  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/card.css +1 -1
  7. package/dist/assets/checkbox-group.css +1 -1
  8. package/dist/assets/data-grid.css +1 -1
  9. package/dist/assets/date-range-picker.css +1 -1
  10. package/dist/assets/dialog-page.css +1 -1
  11. package/dist/assets/file-uploader.css +1 -1
  12. package/dist/assets/filter-bar.css +1 -1
  13. package/dist/assets/index.css +1 -0
  14. package/dist/assets/inspector.css +1 -1
  15. package/dist/assets/modal-fullscreen.css +1 -1
  16. package/dist/assets/radio-group.css +1 -1
  17. package/dist/assets/selection-card-group.css +1 -1
  18. package/dist/assets/sidepanel.css +1 -1
  19. package/dist/checkbox.js +2 -2
  20. package/dist/chunks/checkbox-group.HqNbZx2y.js +141 -0
  21. package/dist/chunks/checkbox-group.HqNbZx2y.js.map +1 -0
  22. package/dist/chunks/{checkbox.itbBlXev.js → checkbox.CqF5Dank.js} +18 -18
  23. package/dist/chunks/{checkbox.itbBlXev.js.map → checkbox.CqF5Dank.js.map} +1 -1
  24. package/dist/chunks/{data-grid.B-kBw540.js → data-grid.BhwTkhfk.js} +508 -503
  25. package/dist/chunks/data-grid.BhwTkhfk.js.map +1 -0
  26. package/dist/chunks/date-range-picker.CmKA76Yu.js +898 -0
  27. package/dist/chunks/date-range-picker.CmKA76Yu.js.map +1 -0
  28. package/dist/chunks/date-range-picker.types.Ckt7zxGy.js +5 -0
  29. package/dist/chunks/date-range-picker.types.Ckt7zxGy.js.map +1 -0
  30. package/dist/chunks/es6.MoTTyETW.js.map +1 -1
  31. package/dist/chunks/{filter-bar.BLnSnOlj.js → filter-bar.Bj4LgjzJ.js} +5 -5
  32. package/dist/chunks/filter-bar.Bj4LgjzJ.js.map +1 -0
  33. package/dist/chunks/{header-with-views.C6Y7mAkq.js → header-with-views.D6JUlnEf.js} +2 -2
  34. package/dist/chunks/{header-with-views.C6Y7mAkq.js.map → header-with-views.D6JUlnEf.js.map} +1 -1
  35. package/dist/chunks/{radio-group.B8ukv-pw.js → radio-group.0JNwgkZa.js} +64 -63
  36. package/dist/chunks/radio-group.0JNwgkZa.js.map +1 -0
  37. package/dist/chunks/{rich-text-editor.DzH-Z5oi.js → rich-text-editor.NFLhgVJo.js} +2 -2
  38. package/dist/chunks/{rich-text-editor.DzH-Z5oi.js.map → rich-text-editor.NFLhgVJo.js.map} +1 -1
  39. package/dist/chunks/{selection-card-group.D4rcUyvV.js → selection-card-group.u-2Y_9o2.js} +97 -94
  40. package/dist/chunks/{selection-card-group.D4rcUyvV.js.map → selection-card-group.u-2Y_9o2.js.map} +1 -1
  41. package/dist/data-grid.js +1 -1
  42. package/dist/date-range-picker.js +5 -4
  43. package/dist/date-range-picker.js.map +1 -1
  44. package/dist/filter-bar.js +1 -1
  45. package/dist/header-with-views.js +1 -1
  46. package/dist/index.js +382 -357
  47. package/dist/index.js.map +1 -1
  48. package/dist/radio-group.js +1 -1
  49. package/dist/rich-text-editor.js +1 -1
  50. package/dist/selection-card.js +1 -1
  51. package/dist/styles/bento-dark.css +5 -0
  52. package/dist/styles/bento-light.css +5 -0
  53. package/dist/styles/bento.css +5 -0
  54. package/dist/styles/legacy.css +5 -0
  55. package/dist/styles/styleguide.css +5 -0
  56. package/dist/web-types.json +44 -16
  57. package/package.json +6 -6
  58. package/dist/chunks/checkbox-group.C3RH5Gcg.js +0 -152
  59. package/dist/chunks/checkbox-group.C3RH5Gcg.js.map +0 -1
  60. package/dist/chunks/data-grid.B-kBw540.js.map +0 -1
  61. package/dist/chunks/date-range-picker.BtPxkPN0.js +0 -942
  62. package/dist/chunks/date-range-picker.BtPxkPN0.js.map +0 -1
  63. package/dist/chunks/filter-bar.BLnSnOlj.js.map +0 -1
  64. package/dist/chunks/radio-group.B8ukv-pw.js.map +0 -1
@@ -1339,6 +1339,12 @@ declare type __VLS_WithTemplateSlots_58<T, S> = T & {
1339
1339
  };
1340
1340
  };
1341
1341
 
1342
+ declare type __VLS_WithTemplateSlots_59<T, S> = T & {
1343
+ new (): {
1344
+ $slots: S;
1345
+ };
1346
+ };
1347
+
1342
1348
  declare type __VLS_WithTemplateSlots_6<T, S> = T & {
1343
1349
  new (): {
1344
1350
  $slots: S;
@@ -1928,7 +1934,7 @@ export declare type BentoAvatarListboxOptionItem = Omit<BentoListboxOptionItem,
1928
1934
 
1929
1935
  export declare type BentoAvatarListboxOptions = Array<BentoAvatarListboxOptionItem>;
1930
1936
 
1931
- export declare const BentoBaseFilter: __VLS_WithTemplateSlots_14<DefineComponent<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_21<BentoBaseFilterProps_2<BentoFilterBarValue, string>>, {
1937
+ export declare const BentoBaseFilter: __VLS_WithTemplateSlots_15<DefineComponent<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_21<BentoBaseFilterProps_2<BentoFilterBarValue, string>>, {
1932
1938
  appliedFiltersCount: any;
1933
1939
  buttonLabel: any;
1934
1940
  buttonSecondaryLabel: any;
@@ -2998,7 +3004,7 @@ export declare enum BentoCheckboxEvent {
2998
3004
  * `
2999
3005
  * };
3000
3006
  */
3001
- export declare const BentoCheckboxGroup: DefineComponent< {
3007
+ export declare const BentoCheckboxGroup: __VLS_WithTemplateSlots_12<DefineComponent< {
3002
3008
  /**
3003
3009
  * Descriptive supporting text visbile underneath the label.
3004
3010
  */
@@ -3062,22 +3068,7 @@ required: true;
3062
3068
  * Defaults to no value selected.
3063
3069
  */
3064
3070
  modelValue: {
3065
- type: {
3066
- (arrayLength: number): (string | number)[];
3067
- (...items: (string | number)[]): (string | number)[];
3068
- new (arrayLength: number): (string | number)[];
3069
- new (...items: (string | number)[]): (string | number)[];
3070
- isArray(arg: any): arg is any[];
3071
- readonly prototype: any[];
3072
- from<T>(arrayLike: ArrayLike<T>): T[];
3073
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
3074
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
3075
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
3076
- of<T>(...items: T[]): T[];
3077
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
3078
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
3079
- readonly [Symbol.species]: ArrayConstructor;
3080
- };
3071
+ type: PropType<Array<number | string | null>>;
3081
3072
  default: () => any[];
3082
3073
  };
3083
3074
  /**
@@ -3116,19 +3107,7 @@ type: PropType<BentoCheckboxGroupVariant | `${BentoCheckboxGroupVariant}`>;
3116
3107
  default: BentoCheckboxGroupVariant;
3117
3108
  validator: (value: BentoCheckboxGroupVariant) => boolean;
3118
3109
  };
3119
- }, {
3120
- COMPONENT_NAME: string;
3121
- errorId: string;
3122
- isReadOnly: ComputedRef<boolean>;
3123
- shouldShowGroupError: ComputedRef<boolean>;
3124
- shouldShowGroupErrorMessage: ComputedRef<boolean>;
3125
- conditionalClasses: ComputedRef< {
3126
- 'b-checkbox-group__checkboxes--horizontal': boolean;
3127
- }>;
3128
- inputValue: Ref<(string | number)[]>;
3129
- hasContentSlot: (name: any) => boolean;
3130
- onInput: (value: any) => void;
3131
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, BentoCheckboxEvent[], string, Readonly<ExtractPropTypes< {
3110
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, BentoCheckboxEvent[], string, Readonly<ExtractPropTypes< {
3132
3111
  /**
3133
3112
  * Descriptive supporting text visbile underneath the label.
3134
3113
  */
@@ -3192,22 +3171,7 @@ required: true;
3192
3171
  * Defaults to no value selected.
3193
3172
  */
3194
3173
  modelValue: {
3195
- type: {
3196
- (arrayLength: number): (string | number)[];
3197
- (...items: (string | number)[]): (string | number)[];
3198
- new (arrayLength: number): (string | number)[];
3199
- new (...items: (string | number)[]): (string | number)[];
3200
- isArray(arg: any): arg is any[];
3201
- readonly prototype: any[];
3202
- from<T>(arrayLike: ArrayLike<T>): T[];
3203
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
3204
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
3205
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
3206
- of<T>(...items: T[]): T[];
3207
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
3208
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
3209
- readonly [Symbol.species]: ArrayConstructor;
3210
- };
3174
+ type: PropType<Array<number | string | null>>;
3211
3175
  default: () => any[];
3212
3176
  };
3213
3177
  /**
@@ -3259,9 +3223,11 @@ errorMessage: string;
3259
3223
  tooltipText: string;
3260
3224
  hideLabel: boolean;
3261
3225
  formId: string;
3226
+ }>, {
3227
+ content: (_: BentoCheckboxGroupItem) => any;
3262
3228
  }>;
3263
3229
 
3264
- declare interface BentoCheckboxGroupItem {
3230
+ export declare interface BentoCheckboxGroupItem {
3265
3231
  value: string | number;
3266
3232
  label: string;
3267
3233
  description?: string;
@@ -3404,7 +3370,7 @@ export declare const BentoClickOutsideDirective: {
3404
3370
  * `
3405
3371
  * }
3406
3372
  */
3407
- export declare const BentoCodeSnippet: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<BentoCodeSnippetProps>, {
3373
+ export declare const BentoCodeSnippet: __VLS_WithTemplateSlots_13<DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<BentoCodeSnippetProps>, {
3408
3374
  actionable: boolean;
3409
3375
  actionableText: any;
3410
3376
  content: string;
@@ -4152,7 +4118,7 @@ export declare interface BentoCurrencyProps {
4152
4118
  * `
4153
4119
  * }
4154
4120
  */
4155
- export declare const BentoDashboardSection: __VLS_WithTemplateSlots_57<DefineComponent<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
4121
+ export declare const BentoDashboardSection: __VLS_WithTemplateSlots_58<DefineComponent<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
4156
4122
  /**
4157
4123
  * The header of the section
4158
4124
  */
@@ -4211,7 +4177,7 @@ halfWidth: boolean;
4211
4177
  * `
4212
4178
  * }
4213
4179
  */
4214
- export declare const BentoDashboardTemplate: __VLS_WithTemplateSlots_56<DefineComponent<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
4180
+ export declare const BentoDashboardTemplate: __VLS_WithTemplateSlots_57<DefineComponent<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
4215
4181
  /**
4216
4182
  * The header that goes to the top of the template
4217
4183
  */
@@ -5282,7 +5248,7 @@ declare interface BentoDataGridSummaryCellProps {
5282
5248
  * `
5283
5249
  * }
5284
5250
  */
5285
- export declare const BentoDataGridTemplate: __VLS_WithTemplateSlots_58<DefineComponent< {
5251
+ export declare const BentoDataGridTemplate: __VLS_WithTemplateSlots_59<DefineComponent< {
5286
5252
  /**
5287
5253
  * The header that goes to the top of the template
5288
5254
  */
@@ -5488,6 +5454,11 @@ export declare type BentoDataGridTemplateTabs = {
5488
5454
  tabs: Array<BentoDataGridTemplateTab>;
5489
5455
  };
5490
5456
 
5457
+ export declare interface BentoDataGridVisibleRowsState {
5458
+ filtered: boolean;
5459
+ allRowsVisible: boolean;
5460
+ }
5461
+
5491
5462
  /**
5492
5463
  * A Date component is used to display a formatted date value.
5493
5464
  *
@@ -5775,6 +5746,7 @@ label: any;
5775
5746
  max: any;
5776
5747
  maxRange: any;
5777
5748
  min: any;
5749
+ modelValue: any;
5778
5750
  numberOfMonths: any;
5779
5751
  optional: boolean;
5780
5752
  placeholder: any;
@@ -5785,7 +5757,23 @@ showEndDateOnOpen: boolean;
5785
5757
  tooltipText: any;
5786
5758
  value: any;
5787
5759
  variant: any;
5788
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, BentoDateRangePickerEvent[], string, Readonly<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<BentoDateRangePickerProps>, {
5760
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
5761
+ "update:model-value": (value: any) => void;
5762
+ } & {
5763
+ "update:model-value": (value: any) => void;
5764
+ } & {
5765
+ "update:model-value": (value: any) => void;
5766
+ } & {
5767
+ "update:model-value": (value: any) => void;
5768
+ } & {
5769
+ "update:model-value": (value: any) => void;
5770
+ } & {
5771
+ "update:model-value": (value: any) => void;
5772
+ } & {
5773
+ "update:model-value": (value: any) => void;
5774
+ } & {
5775
+ input: (value: any) => void;
5776
+ }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<BentoDateRangePickerProps>, {
5789
5777
  description: any;
5790
5778
  disabled: boolean;
5791
5779
  errorMessage: any;
@@ -5796,6 +5784,7 @@ label: any;
5796
5784
  max: any;
5797
5785
  maxRange: any;
5798
5786
  min: any;
5787
+ modelValue: any;
5799
5788
  numberOfMonths: any;
5800
5789
  optional: boolean;
5801
5790
  placeholder: any;
@@ -5815,6 +5804,7 @@ required: boolean;
5815
5804
  disabled: boolean;
5816
5805
  optional: boolean;
5817
5806
  readonly: boolean;
5807
+ modelValue: BentoDateRangePickerValue | null;
5818
5808
  errorMessage: string;
5819
5809
  tooltipText: string;
5820
5810
  isDateDisabled: CalendarMonthIsDateDisabled;
@@ -5829,6 +5819,11 @@ quickSelectRanges: DateRangePickerCalendarRangeSelectorItems;
5829
5819
  hasActions: boolean;
5830
5820
  }>;
5831
5821
 
5822
+ export declare type BentoDateRangePickerEmits = FormFieldEmits<any>;
5823
+
5824
+ /**
5825
+ * @deprecated for usage with properties since version 2.0. Use the string literal instead.
5826
+ */
5832
5827
  export declare enum BentoDateRangePickerEvent {
5833
5828
  INPUT = "input"
5834
5829
  }
@@ -5889,6 +5884,11 @@ export declare interface BentoDateRangePickerProps extends FormField {
5889
5884
  /**
5890
5885
  * Selected date
5891
5886
  */
5887
+ modelValue?: BentoDateRangePickerValue | null;
5888
+ /**
5889
+ * Selected date
5890
+ * @deprecated for usage with properties since version 2.0. Use `v-model` or `model-value` instead.
5891
+ */
5892
5892
  value?: BentoDateRangePickerValue | null;
5893
5893
  /**
5894
5894
  * The type of calendar to display. Defaults to showing days.
@@ -8138,7 +8138,7 @@ export declare interface BentoDropdownTagProps extends BentoDropdownProps {
8138
8138
  * `
8139
8139
  * }
8140
8140
  */
8141
- export declare const BentoEmptyState: __VLS_WithTemplateSlots_13<DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<BentoEmptyStateProps>, {
8141
+ export declare const BentoEmptyState: __VLS_WithTemplateSlots_14<DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<BentoEmptyStateProps>, {
8142
8142
  action: any;
8143
8143
  description: any;
8144
8144
  headingEl: any;
@@ -8632,7 +8632,7 @@ export declare type BentoFilterValues = Array<BentoFilterValue>;
8632
8632
  * `
8633
8633
  * }
8634
8634
  */
8635
- export declare const BentoFormLayout: __VLS_WithTemplateSlots_15<DefineComponent< {
8635
+ export declare const BentoFormLayout: __VLS_WithTemplateSlots_16<DefineComponent< {
8636
8636
  /**
8637
8637
  * Renders the form layout as an HTML `form`
8638
8638
  */
@@ -8698,7 +8698,7 @@ loading: boolean;
8698
8698
  * </bento-form-layout-field-tip>
8699
8699
  * `
8700
8700
  */
8701
- export declare const BentoFormLayoutFieldTip: __VLS_WithTemplateSlots_16<DefineComponent< {
8701
+ export declare const BentoFormLayoutFieldTip: __VLS_WithTemplateSlots_17<DefineComponent< {
8702
8702
  /**
8703
8703
  * Type of a alert; set a distinctive icon and color. Defaults to highlight.
8704
8704
  * @values highlight, success, critical, warning
@@ -8762,7 +8762,7 @@ declare type BentoFormLayoutFieldTipTypeOption = `${BentoAlertTypeOption}`;
8762
8762
  * `
8763
8763
  * }
8764
8764
  */
8765
- export declare const BentoFormLayoutGroup: __VLS_WithTemplateSlots_18<DefineComponent< {
8765
+ export declare const BentoFormLayoutGroup: __VLS_WithTemplateSlots_19<DefineComponent< {
8766
8766
  /**
8767
8767
  * The layout of the pair group of components.
8768
8768
  * This will render the components within the width of the proportions.
@@ -8848,7 +8848,7 @@ layout: BentoLayoutGroupProportions;
8848
8848
  * `
8849
8849
  * }
8850
8850
  */
8851
- export declare const BentoFormLayoutTitle: __VLS_WithTemplateSlots_17<DefineComponent< {
8851
+ export declare const BentoFormLayoutTitle: __VLS_WithTemplateSlots_18<DefineComponent< {
8852
8852
  /**
8853
8853
  * Defines if the Form Layout title is
8854
8854
  * a "section" or a "subsection".
@@ -9084,7 +9084,7 @@ declare enum BentoHeaderVariant {
9084
9084
  * `
9085
9085
  * };
9086
9086
  */
9087
- export declare const BentoHeaderWithViews: __VLS_WithTemplateSlots_19<DefineComponent<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_22<BentoHeaderWithViewsProps>, {
9087
+ export declare const BentoHeaderWithViews: __VLS_WithTemplateSlots_20<DefineComponent<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_22<BentoHeaderWithViewsProps>, {
9088
9088
  actions: () => any[];
9089
9089
  additionalViewSetting: any;
9090
9090
  title: any;
@@ -9292,6 +9292,16 @@ export declare interface BentoHeaderWithViewsProps {
9292
9292
  reloadButton?: HeaderMetaProps['reloadButton'];
9293
9293
  }
9294
9294
 
9295
+ export declare const BentoHighlightDirective: {
9296
+ bind: (el: any, binding: any) => void;
9297
+ update: (el: any, binding: any) => void;
9298
+ unbind: (el: any, binding: any) => void;
9299
+ beforeMount: (el: any, binding: any) => void;
9300
+ mounted: (el: any, binding: any) => void;
9301
+ updated: (el: any, binding: any) => void;
9302
+ unmounted: (el: any, binding: any) => void;
9303
+ };
9304
+
9295
9305
  /**
9296
9306
  * Image component used for resizing images to certain aspect ratios and fit strategies.
9297
9307
  *
@@ -9431,7 +9441,7 @@ export declare type BentoInputDropdownProps = {
9431
9441
  * >
9432
9442
  * }
9433
9443
  */
9434
- export declare const BentoInputField: __VLS_WithTemplateSlots_20<DefineComponent<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_25<BentoInputFieldProps>, {
9444
+ export declare const BentoInputField: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_25<BentoInputFieldProps>, {
9435
9445
  ariaHidden: boolean;
9436
9446
  ariaLabel: any;
9437
9447
  condensed: boolean;
@@ -9579,7 +9589,7 @@ export declare enum BentoInputFieldEvent {
9579
9589
  * `
9580
9590
  * }
9581
9591
  */
9582
- export declare const BentoInputFieldPassword: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_26<BentoInputFieldPasswordProps>, {
9592
+ export declare const BentoInputFieldPassword: __VLS_WithTemplateSlots_22<DefineComponent<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_26<BentoInputFieldPasswordProps>, {
9583
9593
  condensed: boolean;
9584
9594
  debounceTime: number;
9585
9595
  description: any;
@@ -9729,7 +9739,7 @@ export declare interface BentoInputFieldPasswordValidationListItem {
9729
9739
  * `
9730
9740
  * }
9731
9741
  */
9732
- export declare const BentoInputFieldPhoneNumber: __VLS_WithTemplateSlots_22<DefineComponent<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_27<BentoInputFieldPhoneNumberProps>, {
9742
+ export declare const BentoInputFieldPhoneNumber: __VLS_WithTemplateSlots_23<DefineComponent<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_27<BentoInputFieldPhoneNumberProps>, {
9733
9743
  countries: () => CountryCode_2[];
9734
9744
  description: any;
9735
9745
  dynamicFiltering: boolean;
@@ -10000,7 +10010,7 @@ export declare type BentoInpuWithDropdowntFilterValue = {
10000
10010
  * `
10001
10011
  * }
10002
10012
  */
10003
- export declare const BentoInspector: __VLS_WithTemplateSlots_23<DefineComponent<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_28<BentoInspectorProps>, {
10013
+ export declare const BentoInspector: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_28<BentoInspectorProps>, {
10004
10014
  activePage: string;
10005
10015
  expandable: boolean;
10006
10016
  isOpen: boolean;
@@ -10130,7 +10140,7 @@ export declare enum BentoKeyboardNavigationKeyDownEvent {
10130
10140
  * `
10131
10141
  * }
10132
10142
  */
10133
- export declare const BentoLayout: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_29<BentoLayoutProps>, {
10143
+ export declare const BentoLayout: __VLS_WithTemplateSlots_25<DefineComponent<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_29<BentoLayoutProps>, {
10134
10144
  size: string;
10135
10145
  variant: string;
10136
10146
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_29<BentoLayoutProps>, {
@@ -10176,7 +10186,7 @@ export declare interface BentoLayoutProps {
10176
10186
  * `
10177
10187
  * }
10178
10188
  */
10179
- export declare const BentoLayoutRow: __VLS_WithTemplateSlots_25<DefineComponent<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_30<BentoLayoutRowProps>, {
10189
+ export declare const BentoLayoutRow: __VLS_WithTemplateSlots_26<DefineComponent<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_30<BentoLayoutRowProps>, {
10180
10190
  columnsLayout: string;
10181
10191
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_30<BentoLayoutRowProps>, {
10182
10192
  columnsLayout: string;
@@ -10225,7 +10235,7 @@ export declare type BentoLazyLoadType = 'automatic' | 'button' | 'none';
10225
10235
  * `
10226
10236
  * }
10227
10237
  */
10228
- export declare const BentoLink: __VLS_WithTemplateSlots_26<DefineComponent<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_32<BentoLinkProps>, {
10238
+ export declare const BentoLink: __VLS_WithTemplateSlots_27<DefineComponent<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_32<BentoLinkProps>, {
10229
10239
  target: any;
10230
10240
  variant: BentoLinkVariant;
10231
10241
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -10556,7 +10566,7 @@ export declare interface BentoLoadingIndicatorProps {
10556
10566
  * />
10557
10567
  * }
10558
10568
  */
10559
- export declare const BentoMenu: __VLS_WithTemplateSlots_27<DefineComponent<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_33<BentoMenuProps>, {
10569
+ export declare const BentoMenu: __VLS_WithTemplateSlots_28<DefineComponent<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_33<BentoMenuProps>, {
10560
10570
  button: () => BentoMenuButtonProps;
10561
10571
  closeMenuOnItemSelect: boolean;
10562
10572
  disableArrowDownOpeningMenu: boolean;
@@ -10725,7 +10735,7 @@ export declare interface BentoMenuProps {
10725
10735
  * `
10726
10736
  * };
10727
10737
  */
10728
- export declare const BentoModal: __VLS_WithTemplateSlots_28<DefineComponent< {
10738
+ export declare const BentoModal: __VLS_WithTemplateSlots_29<DefineComponent< {
10729
10739
  /**
10730
10740
  * List of actions that will be used to render the buttons.
10731
10741
  * First element in the list will be rendered as "primary".
@@ -11063,7 +11073,7 @@ export declare enum BentoModalEvent {
11063
11073
  * `
11064
11074
  * }
11065
11075
  */
11066
- export declare const BentoModalFullscreen: __VLS_WithTemplateSlots_30<DefineComponent< {
11076
+ export declare const BentoModalFullscreen: __VLS_WithTemplateSlots_31<DefineComponent< {
11067
11077
  /**
11068
11078
  * List of actions that will be used to render the buttons.
11069
11079
  * First element in the list will be rendered as "primary".
@@ -11205,7 +11215,7 @@ contextualLabel: string;
11205
11215
  * `
11206
11216
  * }
11207
11217
  */
11208
- export declare const BentoModalFullscreenPage: __VLS_WithTemplateSlots_31<DefineComponent< {
11218
+ export declare const BentoModalFullscreenPage: __VLS_WithTemplateSlots_32<DefineComponent< {
11209
11219
  /**
11210
11220
  * List of actions that will be used to render the buttons.
11211
11221
  * First element in the list will be rendered as "primary".
@@ -11347,7 +11357,7 @@ contextualLabel: string;
11347
11357
  * `
11348
11358
  * }
11349
11359
  */
11350
- export declare const BentoModalPage: __VLS_WithTemplateSlots_29<DefineComponent<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_34<BentoModalPageProps>, {
11360
+ export declare const BentoModalPage: __VLS_WithTemplateSlots_30<DefineComponent<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_34<BentoModalPageProps>, {
11351
11361
  actions: any;
11352
11362
  actionsLabel: any;
11353
11363
  columnsSize: BentoModalColumnLayoutVariant;
@@ -11504,7 +11514,7 @@ export declare type BentoMultiCheckboxType = Array<string | number>;
11504
11514
  * `,
11505
11515
  * }
11506
11516
  */
11507
- export declare const BentoPagination: __VLS_WithTemplateSlots_32<DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_35<BentoPaginationProps>, {
11517
+ export declare const BentoPagination: __VLS_WithTemplateSlots_33<DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_35<BentoPaginationProps>, {
11508
11518
  ariaLabel: any;
11509
11519
  hasNext: any;
11510
11520
  hidePageSize: boolean;
@@ -12787,7 +12797,7 @@ export declare enum BentoPaymentMethodType {
12787
12797
  * `
12788
12798
  * }
12789
12799
  */
12790
- export declare const BentoPopover: __VLS_WithTemplateSlots_33<DefineComponent<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_37<BentoPopoverProps>, {
12800
+ export declare const BentoPopover: __VLS_WithTemplateSlots_34<DefineComponent<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_37<BentoPopoverProps>, {
12791
12801
  actions: any;
12792
12802
  actionsLayout: string;
12793
12803
  ariaLabel: any;
@@ -13023,7 +13033,7 @@ export declare interface BentoPopoverProps {
13023
13033
  * `
13024
13034
  * };
13025
13035
  */
13026
- export declare const BentoPromoBanner: __VLS_WithTemplateSlots_34<DefineComponent<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_38<BentoPromoBannerProps>, {
13036
+ export declare const BentoPromoBanner: __VLS_WithTemplateSlots_35<DefineComponent<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_38<BentoPromoBannerProps>, {
13027
13037
  actions: any;
13028
13038
  color: BentoPromoBannerColor;
13029
13039
  isDismissible: boolean;
@@ -13170,7 +13180,7 @@ export declare interface BentoPromoBannerProps {
13170
13180
  * }
13171
13181
  * }
13172
13182
  */
13173
- export declare const BentoRadioButton: __VLS_WithTemplateSlots_37<DefineComponent< {
13183
+ export declare const BentoRadioButton: __VLS_WithTemplateSlots_38<DefineComponent< {
13174
13184
  /**
13175
13185
  * Disable the radio button (optional)
13176
13186
  */
@@ -13325,7 +13335,7 @@ export declare type BentoRadioButtonValue = string | number;
13325
13335
  * `
13326
13336
  * };
13327
13337
  */
13328
- export declare const BentoRadioGroup: __VLS_WithTemplateSlots_35<DefineComponent<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_39<BentoRadioGroupProps>, {
13338
+ export declare const BentoRadioGroup: __VLS_WithTemplateSlots_36<DefineComponent<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_39<BentoRadioGroupProps>, {
13329
13339
  description: any;
13330
13340
  disabled: boolean;
13331
13341
  errorMessage: any;
@@ -13341,9 +13351,21 @@ variant: BentoRadioGroupVariant;
13341
13351
  }>, {
13342
13352
  focus: () => void;
13343
13353
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
13344
- input: (value: BentoRadioButtonValue) => void;
13354
+ "update:model-value": (value: BentoRadioButtonValue) => void;
13355
+ } & {
13356
+ "update:model-value": (value: BentoRadioButtonValue) => void;
13357
+ } & {
13358
+ "update:model-value": (value: BentoRadioButtonValue) => void;
13359
+ } & {
13360
+ "update:model-value": (value: BentoRadioButtonValue) => void;
13361
+ } & {
13362
+ "update:model-value": (value: BentoRadioButtonValue) => void;
13363
+ } & {
13364
+ "update:model-value": (value: BentoRadioButtonValue) => void;
13345
13365
  } & {
13346
13366
  "update:model-value": (value: BentoRadioButtonValue) => void;
13367
+ } & {
13368
+ input: (value: BentoRadioButtonValue) => void;
13347
13369
  }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_39<BentoRadioGroupProps>, {
13348
13370
  description: any;
13349
13371
  disabled: boolean;
@@ -13375,6 +13397,8 @@ formId: string | null;
13375
13397
  description: (_: {}) => any;
13376
13398
  }>;
13377
13399
 
13400
+ export declare type BentoRadioGroupEmits = FormFieldEmits<BentoRadioGroupValue>;
13401
+
13378
13402
  export declare interface BentoRadioGroupItem {
13379
13403
  value: BentoRadioGroupValue;
13380
13404
  label: string;
@@ -13958,7 +13982,7 @@ export declare type BentoSelectFilterValue = BentoListboxSelectedValue;
13958
13982
  * `
13959
13983
  * }
13960
13984
  */
13961
- export declare const BentoSelectionCard: __VLS_WithTemplateSlots_38<DefineComponent< {
13985
+ export declare const BentoSelectionCard: __VLS_WithTemplateSlots_39<DefineComponent< {
13962
13986
  /**
13963
13987
  * The description of the selection card
13964
13988
  */
@@ -14151,7 +14175,7 @@ fullyClickable: boolean;
14151
14175
  * `,
14152
14176
  * }
14153
14177
  */
14154
- export declare const BentoSelectionCardGroup: __VLS_WithTemplateSlots_39<DefineComponent<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_44<BentoSelectionCardGroupProps>, {
14178
+ export declare const BentoSelectionCardGroup: __VLS_WithTemplateSlots_40<DefineComponent<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_44<BentoSelectionCardGroupProps>, {
14155
14179
  description: any;
14156
14180
  disabled: boolean;
14157
14181
  errorMessage: any;
@@ -14167,9 +14191,21 @@ tooltipText: any;
14167
14191
  readonly: boolean;
14168
14192
  variant: string;
14169
14193
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
14170
- input: (value: BentoSelectionCardModelValue) => void;
14194
+ "update:model-value": (value: BentoSelectionCardModelValue) => void;
14195
+ } & {
14196
+ "update:model-value": (value: BentoSelectionCardModelValue) => void;
14197
+ } & {
14198
+ "update:model-value": (value: BentoSelectionCardModelValue) => void;
14171
14199
  } & {
14172
14200
  "update:model-value": (value: BentoSelectionCardModelValue) => void;
14201
+ } & {
14202
+ "update:model-value": (value: BentoSelectionCardModelValue) => void;
14203
+ } & {
14204
+ "update:model-value": (value: BentoSelectionCardModelValue) => void;
14205
+ } & {
14206
+ "update:model-value": (value: BentoSelectionCardModelValue) => void;
14207
+ } & {
14208
+ input: (value: BentoSelectionCardModelValue) => void;
14173
14209
  }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_44<BentoSelectionCardGroupProps>, {
14174
14210
  description: any;
14175
14211
  disabled: boolean;
@@ -14206,6 +14242,8 @@ itemsPerRow: BentoSelectionCardGroupItemsPerRow;
14206
14242
  dynamicContent: (_: any) => any;
14207
14243
  }>;
14208
14244
 
14245
+ export declare type BentoSelectionCardGroupEmits = FormFieldEmits<BentoSelectionCardModelValue>;
14246
+
14209
14247
  export declare type BentoSelectionCardGroupItemsPerRow = GridLayoutColumnWidth;
14210
14248
 
14211
14249
  export declare type BentoSelectionCardGroupLayout = 'horizontal' | 'vertical';
@@ -14320,7 +14358,7 @@ export declare type BentoSelectTagFilterOptions = OmitStrict<BentoSelectFilterOp
14320
14358
  * `
14321
14359
  * }
14322
14360
  */
14323
- export declare const BentoSidepanel: __VLS_WithTemplateSlots_41<DefineComponent< {
14361
+ export declare const BentoSidepanel: __VLS_WithTemplateSlots_42<DefineComponent< {
14324
14362
  /**
14325
14363
  * The id of the current active page
14326
14364
  * Should be the same id as the BentoSidepanelPage to be displayed
@@ -14448,7 +14486,7 @@ export declare enum BentoSidepanelEvent {
14448
14486
  * `
14449
14487
  * }
14450
14488
  */
14451
- export declare const BentoSidepanelPage: __VLS_WithTemplateSlots_40<DefineComponent< {
14489
+ export declare const BentoSidepanelPage: __VLS_WithTemplateSlots_41<DefineComponent< {
14452
14490
  /**
14453
14491
  * List of actions that will be used to render the buttons.
14454
14492
  * First element in the list will be rendered as "primary".
@@ -14591,7 +14629,7 @@ destructiveActions: boolean;
14591
14629
  * `
14592
14630
  * }
14593
14631
  */
14594
- export declare const BentoStatus: __VLS_WithTemplateSlots_42<DefineComponent<__VLS_TypePropsToRuntimeProps_46<BentoStatusProps>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_46<BentoStatusProps>>>, {}>, {
14632
+ export declare const BentoStatus: __VLS_WithTemplateSlots_43<DefineComponent<__VLS_TypePropsToRuntimeProps_46<BentoStatusProps>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_46<BentoStatusProps>>>, {}>, {
14595
14633
  default: (_: {}) => any;
14596
14634
  }>;
14597
14635
 
@@ -14636,7 +14674,7 @@ export declare enum BentoStatusVariant {
14636
14674
  * `
14637
14675
  * }
14638
14676
  */
14639
- export declare const BentoStep: __VLS_WithTemplateSlots_44<DefineComponent< {
14677
+ export declare const BentoStep: __VLS_WithTemplateSlots_45<DefineComponent< {
14640
14678
  /**
14641
14679
  * Completed status. Used on non-linear steppers to indicate if the step is completed.
14642
14680
  */
@@ -14693,7 +14731,7 @@ substepIndex: number;
14693
14731
  * `
14694
14732
  * }
14695
14733
  */
14696
- export declare const BentoStepper: __VLS_WithTemplateSlots_43<DefineComponent< {
14734
+ export declare const BentoStepper: __VLS_WithTemplateSlots_44<DefineComponent< {
14697
14735
  /**
14698
14736
  * Type of stepper; defines how the stepper should behave. Default: linear
14699
14737
  * @values linear, non-linear
@@ -14807,7 +14845,7 @@ declare interface BentoStickyTabsOptions {
14807
14845
  * `
14808
14846
  * }
14809
14847
  */
14810
- export declare const BentoStructuredList: __VLS_WithTemplateSlots_45<DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_47<{
14848
+ export declare const BentoStructuredList: __VLS_WithTemplateSlots_46<DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_47<{
14811
14849
  /**
14812
14850
  * Width of the labels container, in pixels. Overrides layout prop.
14813
14851
  */
@@ -14885,7 +14923,7 @@ labelsWidth: number;
14885
14923
  * `
14886
14924
  * }
14887
14925
  */
14888
- export declare const BentoStructuredListItem: __VLS_WithTemplateSlots_46<DefineComponent<__VLS_TypePropsToRuntimeProps_48<{
14926
+ export declare const BentoStructuredListItem: __VLS_WithTemplateSlots_47<DefineComponent<__VLS_TypePropsToRuntimeProps_48<{
14889
14927
  /**
14890
14928
  * Label to display for the value
14891
14929
  */
@@ -14967,7 +15005,7 @@ declare const BentoStructuredListLayoutOptions: string[];
14967
15005
  * `
14968
15006
  * }
14969
15007
  */
14970
- export declare const BentoSummaryGrid: __VLS_WithTemplateSlots_47<DefineComponent<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<BentoSummaryGridProps>, {
15008
+ export declare const BentoSummaryGrid: __VLS_WithTemplateSlots_48<DefineComponent<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<BentoSummaryGridProps>, {
14971
15009
  columnWidth: any;
14972
15010
  slashedZero: boolean;
14973
15011
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<BentoSummaryGridProps>, {
@@ -15005,7 +15043,7 @@ export declare interface BentoSummaryGridColumnWidth {
15005
15043
  * `
15006
15044
  * }
15007
15045
  */
15008
- export declare const BentoSummaryGridItemAmount: __VLS_WithTemplateSlots_48<DefineComponent<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<BentoSummaryGridItemAmountProps>, {
15046
+ export declare const BentoSummaryGridItemAmount: __VLS_WithTemplateSlots_49<DefineComponent<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<BentoSummaryGridItemAmountProps>, {
15009
15047
  copy: any;
15010
15048
  fitContent: boolean;
15011
15049
  infoIconTooltipText: any;
@@ -15082,7 +15120,7 @@ export declare interface BentoSummaryGridItemAmountProps extends BaseSummaryGrid
15082
15120
  * `
15083
15121
  * }
15084
15122
  */
15085
- export declare const BentoSummaryGridItemCustom: __VLS_WithTemplateSlots_52<DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<BentoSummaryGridItemCustomProps>, {
15123
+ export declare const BentoSummaryGridItemCustom: __VLS_WithTemplateSlots_53<DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<BentoSummaryGridItemCustomProps>, {
15086
15124
  copy: any;
15087
15125
  infoIconTooltipText: any;
15088
15126
  fitContent: boolean;
@@ -15156,7 +15194,7 @@ export declare interface BentoSummaryGridItemCustomProps {
15156
15194
  * `
15157
15195
  * }
15158
15196
  */
15159
- export declare const BentoSummaryGridItemNumeric: __VLS_WithTemplateSlots_49<DefineComponent<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<BentoSummaryGridItemNumericProps>, {
15197
+ export declare const BentoSummaryGridItemNumeric: __VLS_WithTemplateSlots_50<DefineComponent<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<BentoSummaryGridItemNumericProps>, {
15160
15198
  copy: any;
15161
15199
  fitContent: boolean;
15162
15200
  infoIconTooltipText: any;
@@ -15231,7 +15269,7 @@ export declare interface BentoSummaryGridItemNumericProps extends BaseSummaryGri
15231
15269
  * `
15232
15270
  * }
15233
15271
  */
15234
- export declare const BentoSummaryGridItemPercentage: __VLS_WithTemplateSlots_50<DefineComponent<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<BentoSummaryGridItemPercentageProps>, {
15272
+ export declare const BentoSummaryGridItemPercentage: __VLS_WithTemplateSlots_51<DefineComponent<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<BentoSummaryGridItemPercentageProps>, {
15235
15273
  copy: any;
15236
15274
  fitContent: boolean;
15237
15275
  infoIconTooltipText: any;
@@ -15312,7 +15350,7 @@ export declare enum BentoSummaryGridItemSize {
15312
15350
  * `
15313
15351
  * }
15314
15352
  */
15315
- export declare const BentoSummaryGridItemText: __VLS_WithTemplateSlots_51<DefineComponent<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<BentoSummaryGridItemTextProps>, {
15353
+ export declare const BentoSummaryGridItemText: __VLS_WithTemplateSlots_52<DefineComponent<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<BentoSummaryGridItemTextProps>, {
15316
15354
  copy: any;
15317
15355
  fitContent: boolean;
15318
15356
  infoIconTooltipText: any;
@@ -15414,7 +15452,7 @@ export declare interface BentoSummaryGridProps {
15414
15452
  * </bento-tabs>
15415
15453
  * </template>
15416
15454
  */
15417
- export declare const BentoTab: __VLS_WithTemplateSlots_53<DefineComponent<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<BentoTabProps>, {
15455
+ export declare const BentoTab: __VLS_WithTemplateSlots_54<DefineComponent<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<BentoTabProps>, {
15418
15456
  counter: any;
15419
15457
  disabled: boolean;
15420
15458
  hidden: boolean;
@@ -15568,7 +15606,7 @@ declare enum BentoTabsEvent {
15568
15606
  ACTIVE_TAB_INDEX = "update:active-tab-index"
15569
15607
  }
15570
15608
 
15571
- export declare const BentoTag: __VLS_WithTemplateSlots_36<DefineComponent<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_40<BentoTagProps>, {
15609
+ export declare const BentoTag: __VLS_WithTemplateSlots_37<DefineComponent<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_40<BentoTagProps>, {
15572
15610
  label: any;
15573
15611
  truncate: any;
15574
15612
  variant: BentoTagVariant;
@@ -16695,7 +16733,7 @@ export declare type BentoToastItemsList = Array<BentoToastItem>;
16695
16733
  * `,
16696
16734
  * }
16697
16735
  */
16698
- export declare const BentoToggle: __VLS_WithTemplateSlots_54<DefineComponent< {
16736
+ export declare const BentoToggle: __VLS_WithTemplateSlots_55<DefineComponent< {
16699
16737
  /**
16700
16738
  * @deprecated from version 2.0.0. Use the aria-label attribute instead.
16701
16739
  */
@@ -17090,7 +17128,7 @@ export declare interface BentoTutorialStep {
17090
17128
  * `
17091
17129
  * }
17092
17130
  */
17093
- export declare const BentoTypography: __VLS_WithTemplateSlots_55<DefineComponent<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
17131
+ export declare const BentoTypography: __VLS_WithTemplateSlots_56<DefineComponent<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
17094
17132
  /**
17095
17133
  * Sets the HTML DOM element.
17096
17134
  * @values h1, h2, h3, h4, h5, h6, div, p, span