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