@adyen/bento-vue3 1.77.0 → 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.
- package/dist/@types/index.d.ts +145 -99
- package/dist/assets/accordion-item.css +1 -1
- package/dist/assets/action-bar.css +1 -1
- package/dist/assets/base-modal.css +1 -1
- package/dist/assets/button-actions.css +1 -1
- package/dist/assets/card.css +1 -1
- package/dist/assets/checkbox-group.css +1 -1
- package/dist/assets/data-grid.css +1 -1
- package/dist/assets/date-range-picker.css +1 -1
- package/dist/assets/dialog-page.css +1 -1
- package/dist/assets/file-uploader.css +1 -1
- package/dist/assets/filter-bar.css +1 -1
- package/dist/assets/index.css +1 -0
- package/dist/assets/inspector.css +1 -1
- package/dist/assets/modal-fullscreen.css +1 -1
- package/dist/assets/radio-group.css +1 -1
- package/dist/assets/selection-card-group.css +1 -1
- package/dist/assets/sidepanel.css +1 -1
- package/dist/checkbox.js +1 -1
- package/dist/chunks/checkbox-group.D56nUmre.js +176 -0
- package/dist/chunks/checkbox-group.D56nUmre.js.map +1 -0
- package/dist/chunks/{code-snippet.ByoBEM00.js → code-snippet.D1iNH2rn.js} +2 -2
- package/dist/chunks/{code-snippet.ByoBEM00.js.map → code-snippet.D1iNH2rn.js.map} +1 -1
- package/dist/chunks/{data-grid.CMIG82Xt.js → data-grid.D70AFJkA.js} +573 -568
- package/dist/chunks/data-grid.D70AFJkA.js.map +1 -0
- package/dist/chunks/{date-picker.CsGq3iSK.js → date-picker.De5ox4c1.js} +15 -15
- package/dist/chunks/{date-picker.CsGq3iSK.js.map → date-picker.De5ox4c1.js.map} +1 -1
- package/dist/chunks/date-range-picker.qXIfFq69.js +1100 -0
- package/dist/chunks/date-range-picker.qXIfFq69.js.map +1 -0
- package/dist/chunks/date-range-picker.types.Ckt7zxGy.js +5 -0
- package/dist/chunks/date-range-picker.types.Ckt7zxGy.js.map +1 -0
- package/dist/chunks/{dropdown-tag.B90dpg8J.js → dropdown-tag.D63up7xm.js} +2 -2
- package/dist/chunks/{dropdown-tag.B90dpg8J.js.map → dropdown-tag.D63up7xm.js.map} +1 -1
- package/dist/chunks/{dropdown.DYDHM__3.js → dropdown.cUORKsFC.js} +19 -19
- package/dist/chunks/{dropdown.DYDHM__3.js.map → dropdown.cUORKsFC.js.map} +1 -1
- package/dist/chunks/es6.MoTTyETW.js.map +1 -1
- package/dist/chunks/{filter-bar.CmF92iAr.js → filter-bar.CnKxMs_L.js} +84 -84
- package/dist/chunks/filter-bar.CnKxMs_L.js.map +1 -0
- package/dist/chunks/{header-with-views.xPfeOz0Y.js → header-with-views.C773fdiL.js} +2 -2
- package/dist/chunks/{header-with-views.xPfeOz0Y.js.map → header-with-views.C773fdiL.js.map} +1 -1
- package/dist/chunks/{input-field-password.BZBYVyAb.js → input-field-password.COET8hlJ.js} +3 -3
- package/dist/chunks/{input-field-password.BZBYVyAb.js.map → input-field-password.COET8hlJ.js.map} +1 -1
- package/dist/chunks/{input-field-phone-number.a8Mw5PAW.js → input-field-phone-number.rBDPxxxe.js} +3 -3
- package/dist/chunks/{input-field-phone-number.a8Mw5PAW.js.map → input-field-phone-number.rBDPxxxe.js.map} +1 -1
- package/dist/chunks/{input-field.CYGGIK48.js → input-field.GEIdI0nu.js} +2 -2
- package/dist/chunks/{input-field.CYGGIK48.js.map → input-field.GEIdI0nu.js.map} +1 -1
- package/dist/chunks/{pagination.CYdGcyMA.js → pagination.BZbMpRHw.js} +2 -2
- package/dist/chunks/{pagination.CYdGcyMA.js.map → pagination.BZbMpRHw.js.map} +1 -1
- package/dist/chunks/{radio-group.B_8R6vGx.js → radio-group.D3GbOHUx.js} +102 -101
- package/dist/chunks/radio-group.D3GbOHUx.js.map +1 -0
- package/dist/chunks/{search-bar.D3Ri_RUK.js → search-bar.eP4fk79T.js} +3 -3
- package/dist/chunks/{search-bar.D3Ri_RUK.js.map → search-bar.eP4fk79T.js.map} +1 -1
- package/dist/chunks/{secondary-nav.CAb20jWW.js → secondary-nav.CKA07_TU.js} +2 -2
- package/dist/chunks/{secondary-nav.CAb20jWW.js.map → secondary-nav.CKA07_TU.js.map} +1 -1
- package/dist/chunks/selection-card-group.B8Uoar3X.js +415 -0
- package/dist/chunks/{selection-card-group.F8alOPtl.js.map → selection-card-group.B8Uoar3X.js.map} +1 -1
- package/dist/code-snippet.js +1 -1
- package/dist/data-grid.js +1 -1
- package/dist/date-picker.js +1 -1
- package/dist/date-range-picker.js +5 -4
- package/dist/date-range-picker.js.map +1 -1
- package/dist/dropdown.js +2 -2
- package/dist/filter-bar.js +1 -1
- package/dist/header-with-views.js +1 -1
- package/dist/index.js +381 -356
- package/dist/index.js.map +1 -1
- package/dist/input-field-password.js +1 -1
- package/dist/input-field-phone-number.js +1 -1
- package/dist/input-field.js +1 -1
- package/dist/pagination.js +1 -1
- package/dist/radio-group.js +1 -1
- package/dist/search-bar.js +2 -2
- package/dist/secondary-nav.js +1 -1
- package/dist/selection-card.js +1 -1
- package/dist/styles/bento-dark.css +5 -0
- package/dist/styles/bento-light.css +5 -0
- package/dist/styles/bento.css +5 -0
- package/dist/styles/legacy.css +5 -0
- package/dist/styles/styleguide.css +5 -0
- package/dist/web-types.json +1 -1
- package/package.json +6 -6
- package/dist/chunks/checkbox-group.COUx8Ne8.js +0 -192
- package/dist/chunks/checkbox-group.COUx8Ne8.js.map +0 -1
- package/dist/chunks/data-grid.CMIG82Xt.js.map +0 -1
- package/dist/chunks/date-range-picker.C19CWG27.js +0 -1149
- package/dist/chunks/date-range-picker.C19CWG27.js.map +0 -1
- package/dist/chunks/filter-bar.CmF92iAr.js.map +0 -1
- package/dist/chunks/radio-group.B_8R6vGx.js.map +0 -1
- package/dist/chunks/selection-card-group.F8alOPtl.js +0 -412
package/dist/@types/index.d.ts
CHANGED
|
@@ -1343,6 +1343,12 @@ declare type __VLS_WithTemplateSlots_58<T, S> = T & {
|
|
|
1343
1343
|
};
|
|
1344
1344
|
};
|
|
1345
1345
|
|
|
1346
|
+
declare type __VLS_WithTemplateSlots_59<T, S> = T & {
|
|
1347
|
+
new (): {
|
|
1348
|
+
$slots: S;
|
|
1349
|
+
};
|
|
1350
|
+
};
|
|
1351
|
+
|
|
1346
1352
|
declare type __VLS_WithTemplateSlots_6<T, S> = T & {
|
|
1347
1353
|
new (): {
|
|
1348
1354
|
$slots: S;
|
|
@@ -1948,7 +1954,7 @@ export declare type BentoAvatarListboxOptionItem = Omit<BentoListboxOptionItem,
|
|
|
1948
1954
|
|
|
1949
1955
|
export declare type BentoAvatarListboxOptions = Array<BentoAvatarListboxOptionItem>;
|
|
1950
1956
|
|
|
1951
|
-
export declare const BentoBaseFilter:
|
|
1957
|
+
export declare const BentoBaseFilter: __VLS_WithTemplateSlots_15<DefineComponent<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_21<BentoBaseFilterProps_2<BentoFilterBarValue, string>>, {
|
|
1952
1958
|
appliedFiltersCount: any;
|
|
1953
1959
|
buttonLabel: any;
|
|
1954
1960
|
buttonSecondaryLabel: any;
|
|
@@ -3077,7 +3083,7 @@ export declare enum BentoCheckboxEvent {
|
|
|
3077
3083
|
* `
|
|
3078
3084
|
* };
|
|
3079
3085
|
*/
|
|
3080
|
-
export declare const BentoCheckboxGroup: DefineComponent< {
|
|
3086
|
+
export declare const BentoCheckboxGroup: __VLS_WithTemplateSlots_12<DefineComponent< {
|
|
3081
3087
|
/**
|
|
3082
3088
|
* Descriptive supporting text visbile underneath the label.
|
|
3083
3089
|
*/
|
|
@@ -3141,22 +3147,7 @@ required: true;
|
|
|
3141
3147
|
* Defaults to no value selected.
|
|
3142
3148
|
*/
|
|
3143
3149
|
modelValue: {
|
|
3144
|
-
type:
|
|
3145
|
-
(arrayLength: number): (string | number)[];
|
|
3146
|
-
(...items: (string | number)[]): (string | number)[];
|
|
3147
|
-
new (arrayLength: number): (string | number)[];
|
|
3148
|
-
new (...items: (string | number)[]): (string | number)[];
|
|
3149
|
-
isArray(arg: any): arg is any[];
|
|
3150
|
-
readonly prototype: any[];
|
|
3151
|
-
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
3152
|
-
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
3153
|
-
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
3154
|
-
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
3155
|
-
of<T>(...items: T[]): T[];
|
|
3156
|
-
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
3157
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
3158
|
-
readonly [Symbol.species]: ArrayConstructor;
|
|
3159
|
-
};
|
|
3150
|
+
type: PropType<Array<number | string | null>>;
|
|
3160
3151
|
default: () => any[];
|
|
3161
3152
|
};
|
|
3162
3153
|
/**
|
|
@@ -3195,19 +3186,7 @@ type: PropType<BentoCheckboxGroupVariant | `${BentoCheckboxGroupVariant}`>;
|
|
|
3195
3186
|
default: BentoCheckboxGroupVariant;
|
|
3196
3187
|
validator: (value: BentoCheckboxGroupVariant) => boolean;
|
|
3197
3188
|
};
|
|
3198
|
-
}, {
|
|
3199
|
-
COMPONENT_NAME: string;
|
|
3200
|
-
errorId: string;
|
|
3201
|
-
isReadOnly: ComputedRef<boolean>;
|
|
3202
|
-
shouldShowGroupError: ComputedRef<boolean>;
|
|
3203
|
-
shouldShowGroupErrorMessage: ComputedRef<boolean>;
|
|
3204
|
-
conditionalClasses: ComputedRef< {
|
|
3205
|
-
'b-checkbox-group__checkboxes--horizontal': boolean;
|
|
3206
|
-
}>;
|
|
3207
|
-
inputValue: Ref<(string | number)[]>;
|
|
3208
|
-
hasContentSlot: (name: any) => boolean;
|
|
3209
|
-
onInput: (value: any) => void;
|
|
3210
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, BentoCheckboxEvent[], string, Readonly<ExtractPropTypes< {
|
|
3189
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, BentoCheckboxEvent[], string, Readonly<ExtractPropTypes< {
|
|
3211
3190
|
/**
|
|
3212
3191
|
* Descriptive supporting text visbile underneath the label.
|
|
3213
3192
|
*/
|
|
@@ -3271,22 +3250,7 @@ required: true;
|
|
|
3271
3250
|
* Defaults to no value selected.
|
|
3272
3251
|
*/
|
|
3273
3252
|
modelValue: {
|
|
3274
|
-
type:
|
|
3275
|
-
(arrayLength: number): (string | number)[];
|
|
3276
|
-
(...items: (string | number)[]): (string | number)[];
|
|
3277
|
-
new (arrayLength: number): (string | number)[];
|
|
3278
|
-
new (...items: (string | number)[]): (string | number)[];
|
|
3279
|
-
isArray(arg: any): arg is any[];
|
|
3280
|
-
readonly prototype: any[];
|
|
3281
|
-
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
3282
|
-
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
3283
|
-
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
3284
|
-
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
3285
|
-
of<T>(...items: T[]): T[];
|
|
3286
|
-
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
3287
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
3288
|
-
readonly [Symbol.species]: ArrayConstructor;
|
|
3289
|
-
};
|
|
3253
|
+
type: PropType<Array<number | string | null>>;
|
|
3290
3254
|
default: () => any[];
|
|
3291
3255
|
};
|
|
3292
3256
|
/**
|
|
@@ -3338,9 +3302,11 @@ errorMessage: string;
|
|
|
3338
3302
|
tooltipText: string;
|
|
3339
3303
|
hideLabel: boolean;
|
|
3340
3304
|
formId: string;
|
|
3305
|
+
}>, {
|
|
3306
|
+
content: (_: BentoCheckboxGroupItem) => any;
|
|
3341
3307
|
}>;
|
|
3342
3308
|
|
|
3343
|
-
declare interface BentoCheckboxGroupItem {
|
|
3309
|
+
export declare interface BentoCheckboxGroupItem {
|
|
3344
3310
|
value: string | number;
|
|
3345
3311
|
label: string;
|
|
3346
3312
|
description?: string;
|
|
@@ -3483,7 +3449,7 @@ export declare const BentoClickOutsideDirective: {
|
|
|
3483
3449
|
* `
|
|
3484
3450
|
* }
|
|
3485
3451
|
*/
|
|
3486
|
-
export declare const BentoCodeSnippet:
|
|
3452
|
+
export declare const BentoCodeSnippet: __VLS_WithTemplateSlots_13<DefineComponent<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<BentoCodeSnippetProps>, {
|
|
3487
3453
|
actionable: boolean;
|
|
3488
3454
|
actionableText: any;
|
|
3489
3455
|
content: string;
|
|
@@ -4231,7 +4197,7 @@ export declare interface BentoCurrencyProps {
|
|
|
4231
4197
|
* `
|
|
4232
4198
|
* }
|
|
4233
4199
|
*/
|
|
4234
|
-
export declare const BentoDashboardSection:
|
|
4200
|
+
export declare const BentoDashboardSection: __VLS_WithTemplateSlots_58<DefineComponent<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
|
|
4235
4201
|
/**
|
|
4236
4202
|
* The header of the section
|
|
4237
4203
|
*/
|
|
@@ -4290,7 +4256,7 @@ halfWidth: boolean;
|
|
|
4290
4256
|
* `
|
|
4291
4257
|
* }
|
|
4292
4258
|
*/
|
|
4293
|
-
export declare const BentoDashboardTemplate:
|
|
4259
|
+
export declare const BentoDashboardTemplate: __VLS_WithTemplateSlots_57<DefineComponent<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
|
|
4294
4260
|
/**
|
|
4295
4261
|
* The header that goes to the top of the template
|
|
4296
4262
|
*/
|
|
@@ -5401,7 +5367,7 @@ declare interface BentoDataGridSummaryCellProps {
|
|
|
5401
5367
|
* `
|
|
5402
5368
|
* }
|
|
5403
5369
|
*/
|
|
5404
|
-
export declare const BentoDataGridTemplate:
|
|
5370
|
+
export declare const BentoDataGridTemplate: __VLS_WithTemplateSlots_59<DefineComponent< {
|
|
5405
5371
|
/**
|
|
5406
5372
|
* The header that goes to the top of the template
|
|
5407
5373
|
*/
|
|
@@ -5607,6 +5573,11 @@ export declare type BentoDataGridTemplateTabs = {
|
|
|
5607
5573
|
tabs: Array<BentoDataGridTemplateTab>;
|
|
5608
5574
|
};
|
|
5609
5575
|
|
|
5576
|
+
export declare interface BentoDataGridVisibleRowsState {
|
|
5577
|
+
filtered: boolean;
|
|
5578
|
+
allRowsVisible: boolean;
|
|
5579
|
+
}
|
|
5580
|
+
|
|
5610
5581
|
/**
|
|
5611
5582
|
* A Date component is used to display a formatted date value.
|
|
5612
5583
|
*
|
|
@@ -5894,6 +5865,7 @@ label: any;
|
|
|
5894
5865
|
max: any;
|
|
5895
5866
|
maxRange: any;
|
|
5896
5867
|
min: any;
|
|
5868
|
+
modelValue: any;
|
|
5897
5869
|
numberOfMonths: any;
|
|
5898
5870
|
optional: boolean;
|
|
5899
5871
|
placeholder: any;
|
|
@@ -5904,7 +5876,23 @@ showEndDateOnOpen: boolean;
|
|
|
5904
5876
|
tooltipText: any;
|
|
5905
5877
|
value: any;
|
|
5906
5878
|
variant: any;
|
|
5907
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin,
|
|
5879
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
5880
|
+
"update:model-value": (value: any) => void;
|
|
5881
|
+
} & {
|
|
5882
|
+
"update:model-value": (value: any) => void;
|
|
5883
|
+
} & {
|
|
5884
|
+
"update:model-value": (value: any) => void;
|
|
5885
|
+
} & {
|
|
5886
|
+
"update:model-value": (value: any) => void;
|
|
5887
|
+
} & {
|
|
5888
|
+
"update:model-value": (value: any) => void;
|
|
5889
|
+
} & {
|
|
5890
|
+
"update:model-value": (value: any) => void;
|
|
5891
|
+
} & {
|
|
5892
|
+
"update:model-value": (value: any) => void;
|
|
5893
|
+
} & {
|
|
5894
|
+
input: (value: any) => void;
|
|
5895
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<BentoDateRangePickerProps>, {
|
|
5908
5896
|
description: any;
|
|
5909
5897
|
disabled: boolean;
|
|
5910
5898
|
errorMessage: any;
|
|
@@ -5915,6 +5903,7 @@ label: any;
|
|
|
5915
5903
|
max: any;
|
|
5916
5904
|
maxRange: any;
|
|
5917
5905
|
min: any;
|
|
5906
|
+
modelValue: any;
|
|
5918
5907
|
numberOfMonths: any;
|
|
5919
5908
|
optional: boolean;
|
|
5920
5909
|
placeholder: any;
|
|
@@ -5934,6 +5923,7 @@ required: boolean;
|
|
|
5934
5923
|
disabled: boolean;
|
|
5935
5924
|
optional: boolean;
|
|
5936
5925
|
readonly: boolean;
|
|
5926
|
+
modelValue: BentoDateRangePickerValue | null;
|
|
5937
5927
|
errorMessage: string;
|
|
5938
5928
|
tooltipText: string;
|
|
5939
5929
|
isDateDisabled: CalendarMonthIsDateDisabled;
|
|
@@ -5948,6 +5938,11 @@ quickSelectRanges: DateRangePickerCalendarRangeSelectorItems;
|
|
|
5948
5938
|
hasActions: boolean;
|
|
5949
5939
|
}>;
|
|
5950
5940
|
|
|
5941
|
+
export declare type BentoDateRangePickerEmits = FormFieldEmits<any>;
|
|
5942
|
+
|
|
5943
|
+
/**
|
|
5944
|
+
* @deprecated for usage with properties since version 2.0. Use the string literal instead.
|
|
5945
|
+
*/
|
|
5951
5946
|
export declare enum BentoDateRangePickerEvent {
|
|
5952
5947
|
INPUT = "input"
|
|
5953
5948
|
}
|
|
@@ -6008,6 +6003,11 @@ export declare interface BentoDateRangePickerProps extends FormField {
|
|
|
6008
6003
|
/**
|
|
6009
6004
|
* Selected date
|
|
6010
6005
|
*/
|
|
6006
|
+
modelValue?: BentoDateRangePickerValue | null;
|
|
6007
|
+
/**
|
|
6008
|
+
* Selected date
|
|
6009
|
+
* @deprecated for usage with properties since version 2.0. Use `v-model` or `model-value` instead.
|
|
6010
|
+
*/
|
|
6011
6011
|
value?: BentoDateRangePickerValue | null;
|
|
6012
6012
|
/**
|
|
6013
6013
|
* The type of calendar to display. Defaults to showing days.
|
|
@@ -8265,7 +8265,7 @@ export declare interface BentoDropdownTagProps extends BentoDropdownProps {
|
|
|
8265
8265
|
* `
|
|
8266
8266
|
* }
|
|
8267
8267
|
*/
|
|
8268
|
-
export declare const BentoEmptyState:
|
|
8268
|
+
export declare const BentoEmptyState: __VLS_WithTemplateSlots_14<DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<BentoEmptyStateProps>, {
|
|
8269
8269
|
action: any;
|
|
8270
8270
|
description: any;
|
|
8271
8271
|
headingEl: any;
|
|
@@ -8759,7 +8759,7 @@ export declare type BentoFilterValues = Array<BentoFilterValue>;
|
|
|
8759
8759
|
* `
|
|
8760
8760
|
* }
|
|
8761
8761
|
*/
|
|
8762
|
-
export declare const BentoFormLayout:
|
|
8762
|
+
export declare const BentoFormLayout: __VLS_WithTemplateSlots_16<DefineComponent< {
|
|
8763
8763
|
/**
|
|
8764
8764
|
* Renders the form layout as an HTML `form`
|
|
8765
8765
|
*/
|
|
@@ -8825,7 +8825,7 @@ loading: boolean;
|
|
|
8825
8825
|
* </bento-form-layout-field-tip>
|
|
8826
8826
|
* `
|
|
8827
8827
|
*/
|
|
8828
|
-
export declare const BentoFormLayoutFieldTip:
|
|
8828
|
+
export declare const BentoFormLayoutFieldTip: __VLS_WithTemplateSlots_17<DefineComponent< {
|
|
8829
8829
|
/**
|
|
8830
8830
|
* Type of a alert; set a distinctive icon and color. Defaults to highlight.
|
|
8831
8831
|
* @values highlight, success, critical, warning
|
|
@@ -8889,7 +8889,7 @@ declare type BentoFormLayoutFieldTipTypeOption = `${BentoAlertTypeOption}`;
|
|
|
8889
8889
|
* `
|
|
8890
8890
|
* }
|
|
8891
8891
|
*/
|
|
8892
|
-
export declare const BentoFormLayoutGroup:
|
|
8892
|
+
export declare const BentoFormLayoutGroup: __VLS_WithTemplateSlots_19<DefineComponent< {
|
|
8893
8893
|
/**
|
|
8894
8894
|
* The layout of the pair group of components.
|
|
8895
8895
|
* This will render the components within the width of the proportions.
|
|
@@ -8975,7 +8975,7 @@ layout: BentoLayoutGroupProportions;
|
|
|
8975
8975
|
* `
|
|
8976
8976
|
* }
|
|
8977
8977
|
*/
|
|
8978
|
-
export declare const BentoFormLayoutTitle:
|
|
8978
|
+
export declare const BentoFormLayoutTitle: __VLS_WithTemplateSlots_18<DefineComponent< {
|
|
8979
8979
|
/**
|
|
8980
8980
|
* Defines if the Form Layout title is
|
|
8981
8981
|
* a "section" or a "subsection".
|
|
@@ -9211,7 +9211,7 @@ declare enum BentoHeaderVariant {
|
|
|
9211
9211
|
* `
|
|
9212
9212
|
* };
|
|
9213
9213
|
*/
|
|
9214
|
-
export declare const BentoHeaderWithViews:
|
|
9214
|
+
export declare const BentoHeaderWithViews: __VLS_WithTemplateSlots_20<DefineComponent<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_22<BentoHeaderWithViewsProps>, {
|
|
9215
9215
|
actions: () => any[];
|
|
9216
9216
|
additionalViewSetting: any;
|
|
9217
9217
|
title: any;
|
|
@@ -9419,6 +9419,16 @@ export declare interface BentoHeaderWithViewsProps {
|
|
|
9419
9419
|
reloadButton?: HeaderMetaProps['reloadButton'];
|
|
9420
9420
|
}
|
|
9421
9421
|
|
|
9422
|
+
export declare const BentoHighlightDirective: {
|
|
9423
|
+
bind: (el: any, binding: any) => void;
|
|
9424
|
+
update: (el: any, binding: any) => void;
|
|
9425
|
+
unbind: (el: any, binding: any) => void;
|
|
9426
|
+
beforeMount: (el: any, binding: any) => void;
|
|
9427
|
+
mounted: (el: any, binding: any) => void;
|
|
9428
|
+
updated: (el: any, binding: any) => void;
|
|
9429
|
+
unmounted: (el: any, binding: any) => void;
|
|
9430
|
+
};
|
|
9431
|
+
|
|
9422
9432
|
/**
|
|
9423
9433
|
* Image component used for resizing images to certain aspect ratios and fit strategies.
|
|
9424
9434
|
*
|
|
@@ -9558,7 +9568,7 @@ export declare type BentoInputDropdownProps = {
|
|
|
9558
9568
|
* >
|
|
9559
9569
|
* }
|
|
9560
9570
|
*/
|
|
9561
|
-
export declare const BentoInputField:
|
|
9571
|
+
export declare const BentoInputField: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_25<BentoInputFieldProps>, {
|
|
9562
9572
|
ariaHidden: boolean;
|
|
9563
9573
|
ariaLabel: any;
|
|
9564
9574
|
condensed: boolean;
|
|
@@ -9706,7 +9716,7 @@ export declare enum BentoInputFieldEvent {
|
|
|
9706
9716
|
* `
|
|
9707
9717
|
* }
|
|
9708
9718
|
*/
|
|
9709
|
-
export declare const BentoInputFieldPassword:
|
|
9719
|
+
export declare const BentoInputFieldPassword: __VLS_WithTemplateSlots_22<DefineComponent<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_26<BentoInputFieldPasswordProps>, {
|
|
9710
9720
|
condensed: boolean;
|
|
9711
9721
|
debounceTime: number;
|
|
9712
9722
|
description: any;
|
|
@@ -9856,7 +9866,7 @@ export declare interface BentoInputFieldPasswordValidationListItem {
|
|
|
9856
9866
|
* `
|
|
9857
9867
|
* }
|
|
9858
9868
|
*/
|
|
9859
|
-
export declare const BentoInputFieldPhoneNumber:
|
|
9869
|
+
export declare const BentoInputFieldPhoneNumber: __VLS_WithTemplateSlots_23<DefineComponent<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_27<BentoInputFieldPhoneNumberProps>, {
|
|
9860
9870
|
countries: () => CountryCode_2[];
|
|
9861
9871
|
description: any;
|
|
9862
9872
|
dynamicFiltering: boolean;
|
|
@@ -10127,7 +10137,7 @@ export declare type BentoInpuWithDropdowntFilterValue = {
|
|
|
10127
10137
|
* `
|
|
10128
10138
|
* }
|
|
10129
10139
|
*/
|
|
10130
|
-
export declare const BentoInspector:
|
|
10140
|
+
export declare const BentoInspector: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_28<BentoInspectorProps>, {
|
|
10131
10141
|
activePage: string;
|
|
10132
10142
|
expandable: boolean;
|
|
10133
10143
|
isOpen: boolean;
|
|
@@ -10257,7 +10267,7 @@ export declare enum BentoKeyboardNavigationKeyDownEvent {
|
|
|
10257
10267
|
* `
|
|
10258
10268
|
* }
|
|
10259
10269
|
*/
|
|
10260
|
-
export declare const BentoLayout:
|
|
10270
|
+
export declare const BentoLayout: __VLS_WithTemplateSlots_25<DefineComponent<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_29<BentoLayoutProps>, {
|
|
10261
10271
|
size: string;
|
|
10262
10272
|
variant: string;
|
|
10263
10273
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_29<BentoLayoutProps>, {
|
|
@@ -10303,7 +10313,7 @@ export declare interface BentoLayoutProps {
|
|
|
10303
10313
|
* `
|
|
10304
10314
|
* }
|
|
10305
10315
|
*/
|
|
10306
|
-
export declare const BentoLayoutRow:
|
|
10316
|
+
export declare const BentoLayoutRow: __VLS_WithTemplateSlots_26<DefineComponent<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_30<BentoLayoutRowProps>, {
|
|
10307
10317
|
columnsLayout: string;
|
|
10308
10318
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_30<BentoLayoutRowProps>, {
|
|
10309
10319
|
columnsLayout: string;
|
|
@@ -10337,7 +10347,7 @@ declare const BentoLayoutVariantOptions: readonly ["page", "component"];
|
|
|
10337
10347
|
|
|
10338
10348
|
export declare type BentoLazyLoadType = 'automatic' | 'button' | 'none';
|
|
10339
10349
|
|
|
10340
|
-
export declare const BentoLink:
|
|
10350
|
+
export declare const BentoLink: __VLS_WithTemplateSlots_27<DefineComponent<ExtractPropTypes<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_32<BentoLinkProps>, {
|
|
10341
10351
|
target: any;
|
|
10342
10352
|
variant: BentoLinkVariant;
|
|
10343
10353
|
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_32<BentoLinkProps>, {
|
|
@@ -10653,7 +10663,7 @@ export declare interface BentoLoadingIndicatorProps {
|
|
|
10653
10663
|
* />
|
|
10654
10664
|
* }
|
|
10655
10665
|
*/
|
|
10656
|
-
export declare const BentoMenu:
|
|
10666
|
+
export declare const BentoMenu: __VLS_WithTemplateSlots_28<DefineComponent<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_33<BentoMenuProps>, {
|
|
10657
10667
|
button: () => BentoMenuButtonProps;
|
|
10658
10668
|
closeMenuOnItemSelect: boolean;
|
|
10659
10669
|
disableArrowDownOpeningMenu: boolean;
|
|
@@ -10901,7 +10911,7 @@ declare interface BentoMenuProps_2 {
|
|
|
10901
10911
|
* `
|
|
10902
10912
|
* };
|
|
10903
10913
|
*/
|
|
10904
|
-
export declare const BentoModal:
|
|
10914
|
+
export declare const BentoModal: __VLS_WithTemplateSlots_29<DefineComponent< {
|
|
10905
10915
|
/**
|
|
10906
10916
|
* List of actions that will be used to render the buttons.
|
|
10907
10917
|
* First element in the list will be rendered as "primary".
|
|
@@ -11239,7 +11249,7 @@ export declare enum BentoModalEvent {
|
|
|
11239
11249
|
* `
|
|
11240
11250
|
* }
|
|
11241
11251
|
*/
|
|
11242
|
-
export declare const BentoModalFullscreen:
|
|
11252
|
+
export declare const BentoModalFullscreen: __VLS_WithTemplateSlots_31<DefineComponent< {
|
|
11243
11253
|
/**
|
|
11244
11254
|
* List of actions that will be used to render the buttons.
|
|
11245
11255
|
* First element in the list will be rendered as "primary".
|
|
@@ -11381,7 +11391,7 @@ contextualLabel: string;
|
|
|
11381
11391
|
* `
|
|
11382
11392
|
* }
|
|
11383
11393
|
*/
|
|
11384
|
-
export declare const BentoModalFullscreenPage:
|
|
11394
|
+
export declare const BentoModalFullscreenPage: __VLS_WithTemplateSlots_32<DefineComponent< {
|
|
11385
11395
|
/**
|
|
11386
11396
|
* List of actions that will be used to render the buttons.
|
|
11387
11397
|
* First element in the list will be rendered as "primary".
|
|
@@ -11523,7 +11533,7 @@ contextualLabel: string;
|
|
|
11523
11533
|
* `
|
|
11524
11534
|
* }
|
|
11525
11535
|
*/
|
|
11526
|
-
export declare const BentoModalPage:
|
|
11536
|
+
export declare const BentoModalPage: __VLS_WithTemplateSlots_30<DefineComponent<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_34<BentoModalPageProps>, {
|
|
11527
11537
|
actions: any;
|
|
11528
11538
|
actionsLabel: any;
|
|
11529
11539
|
columnsSize: BentoModalColumnLayoutVariant;
|
|
@@ -11680,7 +11690,7 @@ export declare type BentoMultiCheckboxType = Array<string | number>;
|
|
|
11680
11690
|
* `,
|
|
11681
11691
|
* }
|
|
11682
11692
|
*/
|
|
11683
|
-
export declare const BentoPagination:
|
|
11693
|
+
export declare const BentoPagination: __VLS_WithTemplateSlots_33<DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_35<BentoPaginationProps>, {
|
|
11684
11694
|
ariaLabel: any;
|
|
11685
11695
|
hasNext: any;
|
|
11686
11696
|
hidePageSize: boolean;
|
|
@@ -12963,7 +12973,7 @@ export declare enum BentoPaymentMethodType {
|
|
|
12963
12973
|
* `
|
|
12964
12974
|
* }
|
|
12965
12975
|
*/
|
|
12966
|
-
export declare const BentoPopover:
|
|
12976
|
+
export declare const BentoPopover: __VLS_WithTemplateSlots_34<DefineComponent<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_37<BentoPopoverProps>, {
|
|
12967
12977
|
actions: any;
|
|
12968
12978
|
actionsLayout: string;
|
|
12969
12979
|
ariaLabel: any;
|
|
@@ -13206,7 +13216,7 @@ export declare interface BentoPopoverProps {
|
|
|
13206
13216
|
* `
|
|
13207
13217
|
* };
|
|
13208
13218
|
*/
|
|
13209
|
-
export declare const BentoPromoBanner:
|
|
13219
|
+
export declare const BentoPromoBanner: __VLS_WithTemplateSlots_35<DefineComponent<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_38<BentoPromoBannerProps>, {
|
|
13210
13220
|
actions: any;
|
|
13211
13221
|
color: BentoPromoBannerColor;
|
|
13212
13222
|
isDismissible: boolean;
|
|
@@ -13353,7 +13363,7 @@ export declare interface BentoPromoBannerProps {
|
|
|
13353
13363
|
* }
|
|
13354
13364
|
* }
|
|
13355
13365
|
*/
|
|
13356
|
-
export declare const BentoRadioButton:
|
|
13366
|
+
export declare const BentoRadioButton: __VLS_WithTemplateSlots_38<DefineComponent< {
|
|
13357
13367
|
/**
|
|
13358
13368
|
* Disable the radio button (optional)
|
|
13359
13369
|
*/
|
|
@@ -13508,7 +13518,7 @@ export declare type BentoRadioButtonValue = string | number;
|
|
|
13508
13518
|
* `
|
|
13509
13519
|
* };
|
|
13510
13520
|
*/
|
|
13511
|
-
export declare const BentoRadioGroup:
|
|
13521
|
+
export declare const BentoRadioGroup: __VLS_WithTemplateSlots_36<DefineComponent<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_39<BentoRadioGroupProps>, {
|
|
13512
13522
|
description: any;
|
|
13513
13523
|
disabled: boolean;
|
|
13514
13524
|
errorMessage: any;
|
|
@@ -13524,9 +13534,21 @@ variant: BentoRadioGroupVariant;
|
|
|
13524
13534
|
}>, {
|
|
13525
13535
|
focus: () => void;
|
|
13526
13536
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
13527
|
-
|
|
13537
|
+
"update:model-value": (value: BentoRadioButtonValue) => void;
|
|
13538
|
+
} & {
|
|
13539
|
+
"update:model-value": (value: BentoRadioButtonValue) => void;
|
|
13540
|
+
} & {
|
|
13541
|
+
"update:model-value": (value: BentoRadioButtonValue) => void;
|
|
13542
|
+
} & {
|
|
13543
|
+
"update:model-value": (value: BentoRadioButtonValue) => void;
|
|
13544
|
+
} & {
|
|
13545
|
+
"update:model-value": (value: BentoRadioButtonValue) => void;
|
|
13528
13546
|
} & {
|
|
13529
13547
|
"update:model-value": (value: BentoRadioButtonValue) => void;
|
|
13548
|
+
} & {
|
|
13549
|
+
"update:model-value": (value: BentoRadioButtonValue) => void;
|
|
13550
|
+
} & {
|
|
13551
|
+
input: (value: BentoRadioButtonValue) => void;
|
|
13530
13552
|
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_39<BentoRadioGroupProps>, {
|
|
13531
13553
|
description: any;
|
|
13532
13554
|
disabled: boolean;
|
|
@@ -13558,6 +13580,8 @@ formId: string | null;
|
|
|
13558
13580
|
description: (_: {}) => any;
|
|
13559
13581
|
}>;
|
|
13560
13582
|
|
|
13583
|
+
export declare type BentoRadioGroupEmits = FormFieldEmits<BentoRadioGroupValue>;
|
|
13584
|
+
|
|
13561
13585
|
export declare interface BentoRadioGroupItem {
|
|
13562
13586
|
value: BentoRadioGroupValue;
|
|
13563
13587
|
label: string;
|
|
@@ -14141,7 +14165,7 @@ export declare type BentoSelectFilterValue = BentoListboxSelectedValue;
|
|
|
14141
14165
|
* `
|
|
14142
14166
|
* }
|
|
14143
14167
|
*/
|
|
14144
|
-
export declare const BentoSelectionCard:
|
|
14168
|
+
export declare const BentoSelectionCard: __VLS_WithTemplateSlots_39<DefineComponent< {
|
|
14145
14169
|
/**
|
|
14146
14170
|
* The description of the selection card
|
|
14147
14171
|
*/
|
|
@@ -14334,7 +14358,7 @@ fullyClickable: boolean;
|
|
|
14334
14358
|
* `,
|
|
14335
14359
|
* }
|
|
14336
14360
|
*/
|
|
14337
|
-
export declare const BentoSelectionCardGroup:
|
|
14361
|
+
export declare const BentoSelectionCardGroup: __VLS_WithTemplateSlots_40<DefineComponent<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_45<BentoSelectionCardGroupProps>, {
|
|
14338
14362
|
description: any;
|
|
14339
14363
|
disabled: boolean;
|
|
14340
14364
|
errorMessage: any;
|
|
@@ -14350,9 +14374,21 @@ tooltipText: any;
|
|
|
14350
14374
|
readonly: boolean;
|
|
14351
14375
|
variant: string;
|
|
14352
14376
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
14353
|
-
|
|
14377
|
+
"update:model-value": (value: BentoSelectionCardModelValue_2) => void;
|
|
14378
|
+
} & {
|
|
14379
|
+
"update:model-value": (value: BentoSelectionCardModelValue_2) => void;
|
|
14380
|
+
} & {
|
|
14381
|
+
"update:model-value": (value: BentoSelectionCardModelValue_2) => void;
|
|
14382
|
+
} & {
|
|
14383
|
+
"update:model-value": (value: BentoSelectionCardModelValue_2) => void;
|
|
14384
|
+
} & {
|
|
14385
|
+
"update:model-value": (value: BentoSelectionCardModelValue_2) => void;
|
|
14354
14386
|
} & {
|
|
14355
|
-
"update:model-value": (value:
|
|
14387
|
+
"update:model-value": (value: BentoSelectionCardModelValue_2) => void;
|
|
14388
|
+
} & {
|
|
14389
|
+
"update:model-value": (value: BentoSelectionCardModelValue_2) => void;
|
|
14390
|
+
} & {
|
|
14391
|
+
input: (value: BentoSelectionCardModelValue_2) => void;
|
|
14356
14392
|
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_45<BentoSelectionCardGroupProps>, {
|
|
14357
14393
|
description: any;
|
|
14358
14394
|
disabled: boolean;
|
|
@@ -14377,7 +14413,7 @@ disabled: boolean;
|
|
|
14377
14413
|
optional: boolean;
|
|
14378
14414
|
readonly: boolean;
|
|
14379
14415
|
layout: BentoSelectionCardGroupLayout;
|
|
14380
|
-
modelValue:
|
|
14416
|
+
modelValue: BentoSelectionCardModelValue_2;
|
|
14381
14417
|
errorMessage: string;
|
|
14382
14418
|
tooltipText: string;
|
|
14383
14419
|
hideLabel: boolean;
|
|
@@ -14389,6 +14425,8 @@ itemsPerRow: BentoSelectionCardGroupItemsPerRow;
|
|
|
14389
14425
|
dynamicContent: (_: any) => any;
|
|
14390
14426
|
}>;
|
|
14391
14427
|
|
|
14428
|
+
export declare type BentoSelectionCardGroupEmits = FormFieldEmits<BentoSelectionCardModelValue>;
|
|
14429
|
+
|
|
14392
14430
|
export declare type BentoSelectionCardGroupItemsPerRow = GridLayoutColumnWidth;
|
|
14393
14431
|
|
|
14394
14432
|
export declare type BentoSelectionCardGroupLayout = 'horizontal' | 'vertical';
|
|
@@ -14451,6 +14489,8 @@ export declare interface BentoSelectionCardItem {
|
|
|
14451
14489
|
|
|
14452
14490
|
export declare type BentoSelectionCardModelValue = BentoCheckboxType | BentoRadioButtonValue;
|
|
14453
14491
|
|
|
14492
|
+
declare type BentoSelectionCardModelValue_2 = CheckboxInputType | RadioInputValue;
|
|
14493
|
+
|
|
14454
14494
|
export declare enum BentoSelectionCardState {
|
|
14455
14495
|
DISABLED = "disabled",
|
|
14456
14496
|
READONLY = "readonly",
|
|
@@ -14503,7 +14543,7 @@ export declare type BentoSelectTagFilterOptions = OmitStrict<BentoSelectFilterOp
|
|
|
14503
14543
|
* `
|
|
14504
14544
|
* }
|
|
14505
14545
|
*/
|
|
14506
|
-
export declare const BentoSidepanel:
|
|
14546
|
+
export declare const BentoSidepanel: __VLS_WithTemplateSlots_42<DefineComponent< {
|
|
14507
14547
|
/**
|
|
14508
14548
|
* The id of the current active page
|
|
14509
14549
|
* Should be the same id as the BentoSidepanelPage to be displayed
|
|
@@ -14631,7 +14671,7 @@ export declare enum BentoSidepanelEvent {
|
|
|
14631
14671
|
* `
|
|
14632
14672
|
* }
|
|
14633
14673
|
*/
|
|
14634
|
-
export declare const BentoSidepanelPage:
|
|
14674
|
+
export declare const BentoSidepanelPage: __VLS_WithTemplateSlots_41<DefineComponent< {
|
|
14635
14675
|
/**
|
|
14636
14676
|
* List of actions that will be used to render the buttons.
|
|
14637
14677
|
* First element in the list will be rendered as "primary".
|
|
@@ -14774,7 +14814,7 @@ destructiveActions: boolean;
|
|
|
14774
14814
|
* `
|
|
14775
14815
|
* }
|
|
14776
14816
|
*/
|
|
14777
|
-
export declare const BentoStatus:
|
|
14817
|
+
export declare const BentoStatus: __VLS_WithTemplateSlots_43<DefineComponent<__VLS_TypePropsToRuntimeProps_46<BentoStatusProps>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_46<BentoStatusProps>>>, {}>, {
|
|
14778
14818
|
default: (_: {}) => any;
|
|
14779
14819
|
}>;
|
|
14780
14820
|
|
|
@@ -14819,7 +14859,7 @@ export declare enum BentoStatusVariant {
|
|
|
14819
14859
|
* `
|
|
14820
14860
|
* }
|
|
14821
14861
|
*/
|
|
14822
|
-
export declare const BentoStep:
|
|
14862
|
+
export declare const BentoStep: __VLS_WithTemplateSlots_45<DefineComponent< {
|
|
14823
14863
|
/**
|
|
14824
14864
|
* Completed status. Used on non-linear steppers to indicate if the step is completed.
|
|
14825
14865
|
*/
|
|
@@ -14876,7 +14916,7 @@ substepIndex: number;
|
|
|
14876
14916
|
* `
|
|
14877
14917
|
* }
|
|
14878
14918
|
*/
|
|
14879
|
-
export declare const BentoStepper:
|
|
14919
|
+
export declare const BentoStepper: __VLS_WithTemplateSlots_44<DefineComponent< {
|
|
14880
14920
|
/**
|
|
14881
14921
|
* Type of stepper; defines how the stepper should behave. Default: linear
|
|
14882
14922
|
* @values linear, non-linear
|
|
@@ -14990,7 +15030,7 @@ declare interface BentoStickyTabsOptions {
|
|
|
14990
15030
|
* `
|
|
14991
15031
|
* }
|
|
14992
15032
|
*/
|
|
14993
|
-
export declare const BentoStructuredList:
|
|
15033
|
+
export declare const BentoStructuredList: __VLS_WithTemplateSlots_46<DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_47<{
|
|
14994
15034
|
/**
|
|
14995
15035
|
* Width of the labels container, in pixels. Overrides layout prop.
|
|
14996
15036
|
*/
|
|
@@ -15068,7 +15108,7 @@ labelsWidth: number;
|
|
|
15068
15108
|
* `
|
|
15069
15109
|
* }
|
|
15070
15110
|
*/
|
|
15071
|
-
export declare const BentoStructuredListItem:
|
|
15111
|
+
export declare const BentoStructuredListItem: __VLS_WithTemplateSlots_47<DefineComponent<__VLS_TypePropsToRuntimeProps_48<{
|
|
15072
15112
|
/**
|
|
15073
15113
|
* Label to display for the value
|
|
15074
15114
|
*/
|
|
@@ -15150,7 +15190,7 @@ declare const BentoStructuredListLayoutOptions: string[];
|
|
|
15150
15190
|
* `
|
|
15151
15191
|
* }
|
|
15152
15192
|
*/
|
|
15153
|
-
export declare const BentoSummaryGrid:
|
|
15193
|
+
export declare const BentoSummaryGrid: __VLS_WithTemplateSlots_48<DefineComponent<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<BentoSummaryGridProps>, {
|
|
15154
15194
|
columnWidth: any;
|
|
15155
15195
|
slashedZero: boolean;
|
|
15156
15196
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<BentoSummaryGridProps>, {
|
|
@@ -15188,7 +15228,7 @@ export declare interface BentoSummaryGridColumnWidth {
|
|
|
15188
15228
|
* `
|
|
15189
15229
|
* }
|
|
15190
15230
|
*/
|
|
15191
|
-
export declare const BentoSummaryGridItemAmount:
|
|
15231
|
+
export declare const BentoSummaryGridItemAmount: __VLS_WithTemplateSlots_49<DefineComponent<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<BentoSummaryGridItemAmountProps>, {
|
|
15192
15232
|
copy: any;
|
|
15193
15233
|
fitContent: boolean;
|
|
15194
15234
|
infoIconTooltipText: any;
|
|
@@ -15265,7 +15305,7 @@ export declare interface BentoSummaryGridItemAmountProps extends BaseSummaryGrid
|
|
|
15265
15305
|
* `
|
|
15266
15306
|
* }
|
|
15267
15307
|
*/
|
|
15268
|
-
export declare const BentoSummaryGridItemCustom:
|
|
15308
|
+
export declare const BentoSummaryGridItemCustom: __VLS_WithTemplateSlots_53<DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<BentoSummaryGridItemCustomProps>, {
|
|
15269
15309
|
copy: any;
|
|
15270
15310
|
infoIconTooltipText: any;
|
|
15271
15311
|
fitContent: boolean;
|
|
@@ -15339,7 +15379,7 @@ export declare interface BentoSummaryGridItemCustomProps {
|
|
|
15339
15379
|
* `
|
|
15340
15380
|
* }
|
|
15341
15381
|
*/
|
|
15342
|
-
export declare const BentoSummaryGridItemNumeric:
|
|
15382
|
+
export declare const BentoSummaryGridItemNumeric: __VLS_WithTemplateSlots_50<DefineComponent<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<BentoSummaryGridItemNumericProps>, {
|
|
15343
15383
|
copy: any;
|
|
15344
15384
|
fitContent: boolean;
|
|
15345
15385
|
infoIconTooltipText: any;
|
|
@@ -15414,7 +15454,7 @@ export declare interface BentoSummaryGridItemNumericProps extends BaseSummaryGri
|
|
|
15414
15454
|
* `
|
|
15415
15455
|
* }
|
|
15416
15456
|
*/
|
|
15417
|
-
export declare const BentoSummaryGridItemPercentage:
|
|
15457
|
+
export declare const BentoSummaryGridItemPercentage: __VLS_WithTemplateSlots_51<DefineComponent<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<BentoSummaryGridItemPercentageProps>, {
|
|
15418
15458
|
copy: any;
|
|
15419
15459
|
fitContent: boolean;
|
|
15420
15460
|
infoIconTooltipText: any;
|
|
@@ -15504,7 +15544,7 @@ declare enum BentoSummaryGridItemSize_2 {
|
|
|
15504
15544
|
* `
|
|
15505
15545
|
* }
|
|
15506
15546
|
*/
|
|
15507
|
-
export declare const BentoSummaryGridItemText:
|
|
15547
|
+
export declare const BentoSummaryGridItemText: __VLS_WithTemplateSlots_52<DefineComponent<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<BentoSummaryGridItemTextProps>, {
|
|
15508
15548
|
copy: any;
|
|
15509
15549
|
fitContent: boolean;
|
|
15510
15550
|
infoIconTooltipText: any;
|
|
@@ -15615,7 +15655,7 @@ export declare interface BentoSummaryGridProps {
|
|
|
15615
15655
|
* </bento-tabs>
|
|
15616
15656
|
* </template>
|
|
15617
15657
|
*/
|
|
15618
|
-
export declare const BentoTab:
|
|
15658
|
+
export declare const BentoTab: __VLS_WithTemplateSlots_54<DefineComponent<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<BentoTabProps>, {
|
|
15619
15659
|
counter: any;
|
|
15620
15660
|
disabled: boolean;
|
|
15621
15661
|
hidden: boolean;
|
|
@@ -15769,7 +15809,7 @@ declare enum BentoTabsEvent {
|
|
|
15769
15809
|
ACTIVE_TAB_INDEX = "update:active-tab-index"
|
|
15770
15810
|
}
|
|
15771
15811
|
|
|
15772
|
-
export declare const BentoTag:
|
|
15812
|
+
export declare const BentoTag: __VLS_WithTemplateSlots_37<DefineComponent<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_40<BentoTagProps>, {
|
|
15773
15813
|
label: any;
|
|
15774
15814
|
truncate: any;
|
|
15775
15815
|
variant: BentoTagVariant;
|
|
@@ -16913,7 +16953,7 @@ export declare type BentoToastItemsList = Array<BentoToastItem>;
|
|
|
16913
16953
|
* `,
|
|
16914
16954
|
* }
|
|
16915
16955
|
*/
|
|
16916
|
-
export declare const BentoToggle:
|
|
16956
|
+
export declare const BentoToggle: __VLS_WithTemplateSlots_55<DefineComponent< {
|
|
16917
16957
|
/**
|
|
16918
16958
|
* @deprecated from version 2.0.0. Use the aria-label attribute instead.
|
|
16919
16959
|
*/
|
|
@@ -17316,7 +17356,7 @@ export declare interface BentoTutorialStep {
|
|
|
17316
17356
|
* `
|
|
17317
17357
|
* }
|
|
17318
17358
|
*/
|
|
17319
|
-
export declare const BentoTypography:
|
|
17359
|
+
export declare const BentoTypography: __VLS_WithTemplateSlots_56<DefineComponent<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
|
|
17320
17360
|
/**
|
|
17321
17361
|
* Sets the HTML DOM element.
|
|
17322
17362
|
* @values h1, h2, h3, h4, h5, h6, div, p, span
|
|
@@ -17496,6 +17536,8 @@ declare enum CalendarVariant {
|
|
|
17496
17536
|
export { CalendarVariant as BentoDatePickerVariant }
|
|
17497
17537
|
export { CalendarVariant as BentoDateRangePickerVariant }
|
|
17498
17538
|
|
|
17539
|
+
declare type CheckboxInputType = boolean | MultiCheckboxInputType;
|
|
17540
|
+
|
|
17499
17541
|
export declare type Component = object;
|
|
17500
17542
|
|
|
17501
17543
|
export declare enum DateFormat {
|
|
@@ -17791,6 +17833,8 @@ declare type MaybeRef_2<T> = T | Ref<T>;
|
|
|
17791
17833
|
*/
|
|
17792
17834
|
export declare function minLength(value: BentoInputFieldValue, length?: number): boolean;
|
|
17793
17835
|
|
|
17836
|
+
declare type MultiCheckboxInputType = Array<string | number>;
|
|
17837
|
+
|
|
17794
17838
|
export declare type OmitStrict<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>;
|
|
17795
17839
|
|
|
17796
17840
|
declare type OnClickOutsideHandler = (evt: PointerEvent | FocusEvent) => void;
|
|
@@ -17909,6 +17953,8 @@ declare enum PopperContainerPositionExtended_2 {
|
|
|
17909
17953
|
LEFT_END = 'left-end',
|
|
17910
17954
|
}
|
|
17911
17955
|
|
|
17956
|
+
declare type RadioInputValue = string | number;
|
|
17957
|
+
|
|
17912
17958
|
/**
|
|
17913
17959
|
* Validates if the provided value contains at least one lowercase letter.
|
|
17914
17960
|
*
|