@adyen/bento-vue3 1.62.1 → 1.63.1
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 +177 -237
- package/dist/accordion.js +1 -1
- package/dist/action-bar.js +1 -1
- 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/card.css +1 -1
- package/dist/assets/checkbox-input.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/header-with-views.css +1 -1
- package/dist/assets/inspector.css +1 -1
- package/dist/assets/listbox-option-tag.css +1 -1
- package/dist/assets/menu.css +1 -1
- package/dist/assets/modal-fullscreen.css +1 -1
- package/dist/assets/popover.css +1 -1
- package/dist/assets/sidepanel.css +1 -1
- package/dist/assets/use-cached-selected-values.css +1 -1
- package/dist/card.js +1 -1
- package/dist/checkbox.js +3 -3
- package/dist/chunks/{accordion-item.QL3wdbhL.js → accordion-item.DOnW0OnU.js} +16 -15
- package/dist/chunks/{accordion-item.QL3wdbhL.js.map → accordion-item.DOnW0OnU.js.map} +1 -1
- package/dist/chunks/{action-bar.DZhxAMLL.js → action-bar.BAfqAQjP.js} +2 -2
- package/dist/chunks/{action-bar.DZhxAMLL.js.map → action-bar.BAfqAQjP.js.map} +1 -1
- package/dist/chunks/{button-actions-with-menu.DhqEdBBQ.js → button-actions-with-menu.D50ABuSV.js} +2 -2
- package/dist/chunks/{button-actions-with-menu.DhqEdBBQ.js.map → button-actions-with-menu.D50ABuSV.js.map} +1 -1
- package/dist/chunks/{calendar.DW8Uy3b_.js → calendar.CLpwW_-k.js} +2 -2
- package/dist/chunks/{calendar.DW8Uy3b_.js.map → calendar.CLpwW_-k.js.map} +1 -1
- package/dist/chunks/card.DiBtLuRU.js +227 -0
- package/dist/chunks/card.DiBtLuRU.js.map +1 -0
- package/dist/chunks/{checkbox-group.Dsmy9OW5.js → checkbox-group.Aqtco8Q5.js} +2 -2
- package/dist/chunks/{checkbox-group.Dsmy9OW5.js.map → checkbox-group.Aqtco8Q5.js.map} +1 -1
- package/dist/chunks/checkbox-input.DFkwZ4GM.js +144 -0
- package/dist/chunks/checkbox-input.DFkwZ4GM.js.map +1 -0
- package/dist/chunks/{checkbox.C4dJVYbB.js → checkbox.Hl6-8Sai.js} +22 -21
- package/dist/chunks/{checkbox.C4dJVYbB.js.map → checkbox.Hl6-8Sai.js.map} +1 -1
- package/dist/chunks/chevron-down.DCQ6ZLaq.js +29 -0
- package/dist/chunks/chevron-down.DCQ6ZLaq.js.map +1 -0
- package/dist/chunks/{chevron-left.Cfn1uGLH.js → chevron-right.Brdj0WlO.js} +5 -5
- package/dist/chunks/chevron-right.Brdj0WlO.js.map +1 -0
- package/dist/chunks/chevron-up.kfuLRpZb.js +29 -0
- package/dist/chunks/chevron-up.kfuLRpZb.js.map +1 -0
- package/dist/chunks/{code-snippet.CIHRopTU.js → code-snippet.DyAfzpUj.js} +2 -2
- package/dist/chunks/{code-snippet.CIHRopTU.js.map → code-snippet.DyAfzpUj.js.map} +1 -1
- package/dist/chunks/{dashboard-section.BEpgS9FV.js → dashboard-section.C6FNJuEz.js} +3 -3
- package/dist/chunks/{dashboard-section.BEpgS9FV.js.map → dashboard-section.C6FNJuEz.js.map} +1 -1
- package/dist/chunks/{data-grid-template.DCJc9gFg.js → data-grid-template.DzIpssxc.js} +3 -3
- package/dist/chunks/{data-grid-template.DCJc9gFg.js.map → data-grid-template.DzIpssxc.js.map} +1 -1
- package/dist/chunks/{data-grid.DyEWs8hN.js → data-grid.C4BUmHLZ.js} +1266 -1278
- package/dist/chunks/data-grid.C4BUmHLZ.js.map +1 -0
- package/dist/chunks/{date-picker.WtLYBSvA.js → date-picker.Bfemi1um.js} +3 -3
- package/dist/chunks/{date-picker.WtLYBSvA.js.map → date-picker.Bfemi1um.js.map} +1 -1
- package/dist/chunks/date-range-picker.BJm2xOoG.js +1209 -0
- package/dist/chunks/date-range-picker.BJm2xOoG.js.map +1 -0
- package/dist/chunks/{dropdown-default-textbox.CtsO8vqZ.js → dropdown-default-textbox.B05elQig.js} +7 -6
- package/dist/chunks/{dropdown-default-textbox.CtsO8vqZ.js.map → dropdown-default-textbox.B05elQig.js.map} +1 -1
- package/dist/chunks/{dropdown-tag.B3zx-Qsj.js → dropdown-tag.CQMkfl3K.js} +3 -3
- package/dist/chunks/{dropdown-tag.B3zx-Qsj.js.map → dropdown-tag.CQMkfl3K.js.map} +1 -1
- package/dist/chunks/{dropdown.D5PRxQgj.js → dropdown.BPQS22Kl.js} +3 -3
- package/dist/chunks/{dropdown.D5PRxQgj.js.map → dropdown.BPQS22Kl.js.map} +1 -1
- package/dist/chunks/es6.n1ewaW31.js.map +1 -1
- package/dist/chunks/{filter-bar.D1aerbpR.js → filter-bar.BNMR3HZ5.js} +15 -14
- package/dist/chunks/{filter-bar.D1aerbpR.js.map → filter-bar.BNMR3HZ5.js.map} +1 -1
- package/dist/chunks/{fixed-scroller.Cmi0TpjZ.js → fixed-scroller.D5nAPPbo.js} +31 -31
- package/dist/chunks/fixed-scroller.D5nAPPbo.js.map +1 -0
- package/dist/chunks/{header-with-views.DAdB-PI8.js → header-with-views.CCSJ1mUs.js} +435 -435
- package/dist/chunks/header-with-views.CCSJ1mUs.js.map +1 -0
- package/dist/chunks/{header.D94roWI-.js → header.Ckjp7n9t.js} +2 -2
- package/dist/chunks/{header.D94roWI-.js.map → header.Ckjp7n9t.js.map} +1 -1
- package/dist/chunks/{input-field-password.BZMhU9Ry.js → input-field-password.B5zx9e4K.js} +3 -3
- package/dist/chunks/{input-field-password.BZMhU9Ry.js.map → input-field-password.B5zx9e4K.js.map} +1 -1
- package/dist/chunks/{input-field-phone-number.BNlaejr8.js → input-field-phone-number.DqfmWaJ2.js} +3 -3
- package/dist/chunks/{input-field-phone-number.BNlaejr8.js.map → input-field-phone-number.DqfmWaJ2.js.map} +1 -1
- package/dist/chunks/{input-field.CeKszPdB.js → input-field.CfsdWr4t.js} +2 -2
- package/dist/chunks/{input-field.CeKszPdB.js.map → input-field.CfsdWr4t.js.map} +1 -1
- package/dist/chunks/listbox-option-tag.0fIXV0Bs.js +57 -0
- package/dist/chunks/listbox-option-tag.0fIXV0Bs.js.map +1 -0
- package/dist/chunks/menu.CiyYOoKd.js +679 -0
- package/dist/chunks/menu.CiyYOoKd.js.map +1 -0
- package/dist/chunks/minus-small.DYIyF5XW.js +32 -0
- package/dist/chunks/minus-small.DYIyF5XW.js.map +1 -0
- package/dist/chunks/{pagination.Dt7_h6Fq.js → pagination.BKyr5hq_.js} +2 -2
- package/dist/chunks/{pagination.Dt7_h6Fq.js.map → pagination.BKyr5hq_.js.map} +1 -1
- package/dist/chunks/{rich-text-editor.CnoXCpHV.js → rich-text-editor.BK2zdyOm.js} +2 -2
- package/dist/chunks/{rich-text-editor.CnoXCpHV.js.map → rich-text-editor.BK2zdyOm.js.map} +1 -1
- package/dist/chunks/{search-bar.Bw8AFQFl.js → search-bar.DgOHq0ns.js} +3 -3
- package/dist/chunks/{search-bar.Bw8AFQFl.js.map → search-bar.DgOHq0ns.js.map} +1 -1
- package/dist/chunks/{secondary-nav.B8u1MnnX.js → secondary-nav.BHpoi5U4.js} +2 -2
- package/dist/chunks/{secondary-nav.B8u1MnnX.js.map → secondary-nav.BHpoi5U4.js.map} +1 -1
- package/dist/chunks/{selection-card-group.0tHKJZ1M.js → selection-card-group.-8bXRhOW.js} +2 -2
- package/dist/chunks/{selection-card-group.0tHKJZ1M.js.map → selection-card-group.-8bXRhOW.js.map} +1 -1
- package/dist/chunks/{tabs.CkDHEdGa.js → tabs.Cq1fdzVh.js} +2 -2
- package/dist/chunks/{tabs.CkDHEdGa.js.map → tabs.Cq1fdzVh.js.map} +1 -1
- package/dist/chunks/{tutorial.vue_vue_type_script_setup_true_lang.20XC06Eu.js → tutorial.vue_vue_type_script_setup_true_lang.E8oBlhrC.js} +2 -2
- package/dist/chunks/{tutorial.vue_vue_type_script_setup_true_lang.20XC06Eu.js.map → tutorial.vue_vue_type_script_setup_true_lang.E8oBlhrC.js.map} +1 -1
- package/dist/chunks/{use-cached-selected-values.CNbV3lQs.js → use-cached-selected-values.swt0cdsA.js} +602 -570
- package/dist/chunks/use-cached-selected-values.swt0cdsA.js.map +1 -0
- package/dist/code-snippet.js +1 -1
- package/dist/dashboard-template.js +1 -1
- package/dist/data-grid-template.js +1 -1
- package/dist/data-grid.js +1 -1
- package/dist/date-picker.js +2 -2
- package/dist/date-range-picker.js +2 -2
- package/dist/dropdown.js +4 -4
- package/dist/filter-bar.js +1 -1
- package/dist/header-with-views.js +1 -1
- package/dist/header.js +1 -1
- package/dist/index.js +31 -31
- 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/internal.js +5 -5
- package/dist/menu.js +1 -1
- package/dist/pagination.js +1 -1
- package/dist/rich-text-editor.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 +4 -0
- package/dist/styles/bento-light.css +4 -0
- package/dist/styles/bento.css +4 -0
- package/dist/styles/legacy.css +4 -0
- package/dist/styles/styleguide.css +4 -0
- package/dist/tabs.js +1 -1
- package/dist/tutorial.js +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +6 -6
- package/dist/chunks/card.CxeuIcpZ.js +0 -213
- package/dist/chunks/card.CxeuIcpZ.js.map +0 -1
- package/dist/chunks/checkbox-input.BhAIj6Cq.js +0 -168
- package/dist/chunks/checkbox-input.BhAIj6Cq.js.map +0 -1
- package/dist/chunks/chevron-left.Cfn1uGLH.js.map +0 -1
- package/dist/chunks/chevron-up.MAa3Ksgd.js +0 -52
- package/dist/chunks/chevron-up.MAa3Ksgd.js.map +0 -1
- package/dist/chunks/data-grid.DyEWs8hN.js.map +0 -1
- package/dist/chunks/date-range-picker.CFicalpy.js +0 -1181
- package/dist/chunks/date-range-picker.CFicalpy.js.map +0 -1
- package/dist/chunks/fixed-scroller.Cmi0TpjZ.js.map +0 -1
- package/dist/chunks/header-with-views.DAdB-PI8.js.map +0 -1
- package/dist/chunks/listbox-option-tag.WzftYVP_.js +0 -55
- package/dist/chunks/listbox-option-tag.WzftYVP_.js.map +0 -1
- package/dist/chunks/menu.DOKYXlFy.js +0 -768
- package/dist/chunks/menu.DOKYXlFy.js.map +0 -1
- package/dist/chunks/use-cached-selected-values.CNbV3lQs.js.map +0 -1
package/dist/@types/index.d.ts
CHANGED
|
@@ -103,6 +103,8 @@ declare type __VLS_NonUndefinedable_41<T> = T extends undefined ? never : T;
|
|
|
103
103
|
|
|
104
104
|
declare type __VLS_NonUndefinedable_42<T> = T extends undefined ? never : T;
|
|
105
105
|
|
|
106
|
+
declare type __VLS_NonUndefinedable_43<T> = T extends undefined ? never : T;
|
|
107
|
+
|
|
106
108
|
declare type __VLS_NonUndefinedable_5<T> = T extends undefined ? never : T;
|
|
107
109
|
|
|
108
110
|
declare type __VLS_NonUndefinedable_6<T> = T extends undefined ? never : T;
|
|
@@ -446,6 +448,15 @@ declare type __VLS_TypePropsToRuntimeProps_42<T> = {
|
|
|
446
448
|
};
|
|
447
449
|
};
|
|
448
450
|
|
|
451
|
+
declare type __VLS_TypePropsToRuntimeProps_43<T> = {
|
|
452
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
453
|
+
type: PropType<__VLS_NonUndefinedable_43<T[K]>>;
|
|
454
|
+
} : {
|
|
455
|
+
type: PropType<T[K]>;
|
|
456
|
+
required: true;
|
|
457
|
+
};
|
|
458
|
+
};
|
|
459
|
+
|
|
449
460
|
declare type __VLS_TypePropsToRuntimeProps_5<T> = {
|
|
450
461
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
451
462
|
type: PropType<__VLS_NonUndefinedable_5<T[K]>>;
|
|
@@ -695,6 +706,12 @@ declare type __VLS_WithDefaults_4<P, D> = {
|
|
|
695
706
|
} : P[K];
|
|
696
707
|
};
|
|
697
708
|
|
|
709
|
+
declare type __VLS_WithDefaults_40<P, D> = {
|
|
710
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
711
|
+
default: D[K];
|
|
712
|
+
} : P[K];
|
|
713
|
+
};
|
|
714
|
+
|
|
698
715
|
declare type __VLS_WithDefaults_5<P, D> = {
|
|
699
716
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
700
717
|
default: D[K];
|
|
@@ -1007,6 +1024,12 @@ declare type __VLS_WithTemplateSlots_51<T, S> = T & {
|
|
|
1007
1024
|
};
|
|
1008
1025
|
};
|
|
1009
1026
|
|
|
1027
|
+
declare type __VLS_WithTemplateSlots_52<T, S> = T & {
|
|
1028
|
+
new (): {
|
|
1029
|
+
$slots: S;
|
|
1030
|
+
};
|
|
1031
|
+
};
|
|
1032
|
+
|
|
1010
1033
|
declare type __VLS_WithTemplateSlots_6<T, S> = T & {
|
|
1011
1034
|
new (): {
|
|
1012
1035
|
$slots: S;
|
|
@@ -1903,6 +1926,10 @@ actionsLayout?: BentoButtonActionsLayout | `${BentoButtonActionsLayout}`;
|
|
|
1903
1926
|
*/
|
|
1904
1927
|
background?: BentoCardBackground | `${BentoCardBackground}`;
|
|
1905
1928
|
/**
|
|
1929
|
+
* Makes the whole card clickable
|
|
1930
|
+
*/
|
|
1931
|
+
clickable?: boolean;
|
|
1932
|
+
/**
|
|
1906
1933
|
* Sets the expandable card in a closed state
|
|
1907
1934
|
*/
|
|
1908
1935
|
closed?: boolean;
|
|
@@ -1922,6 +1949,7 @@ titleSize?: BentoCardTitleSize | `${BentoCardTitleSize}`;
|
|
|
1922
1949
|
actions: any;
|
|
1923
1950
|
actionsLayout: BentoButtonActionsLayoutBasic;
|
|
1924
1951
|
background: BentoCardBackground;
|
|
1952
|
+
clickable: boolean;
|
|
1925
1953
|
closed: boolean;
|
|
1926
1954
|
disabled: boolean;
|
|
1927
1955
|
expandable: boolean;
|
|
@@ -1973,6 +2001,10 @@ actionsLayout?: BentoButtonActionsLayout | `${BentoButtonActionsLayout}`;
|
|
|
1973
2001
|
*/
|
|
1974
2002
|
background?: BentoCardBackground | `${BentoCardBackground}`;
|
|
1975
2003
|
/**
|
|
2004
|
+
* Makes the whole card clickable
|
|
2005
|
+
*/
|
|
2006
|
+
clickable?: boolean;
|
|
2007
|
+
/**
|
|
1976
2008
|
* Sets the expandable card in a closed state
|
|
1977
2009
|
*/
|
|
1978
2010
|
closed?: boolean;
|
|
@@ -1992,6 +2024,7 @@ titleSize?: BentoCardTitleSize | `${BentoCardTitleSize}`;
|
|
|
1992
2024
|
actions: any;
|
|
1993
2025
|
actionsLayout: BentoButtonActionsLayoutBasic;
|
|
1994
2026
|
background: BentoCardBackground;
|
|
2027
|
+
clickable: boolean;
|
|
1995
2028
|
closed: boolean;
|
|
1996
2029
|
disabled: boolean;
|
|
1997
2030
|
expandable: boolean;
|
|
@@ -2004,6 +2037,7 @@ actions: BentoButtonActionsList;
|
|
|
2004
2037
|
actionsLayout: BentoButtonActionsLayout | `${BentoButtonActionsLayout}`;
|
|
2005
2038
|
expandable: boolean;
|
|
2006
2039
|
closed: boolean;
|
|
2040
|
+
clickable: boolean;
|
|
2007
2041
|
}>, {
|
|
2008
2042
|
image: (_: {}) => any;
|
|
2009
2043
|
default: (_: {}) => any;
|
|
@@ -2261,8 +2295,8 @@ optional: boolean;
|
|
|
2261
2295
|
readonly: boolean;
|
|
2262
2296
|
errorMessage: string;
|
|
2263
2297
|
ariaLabel: string;
|
|
2264
|
-
hasError: boolean;
|
|
2265
2298
|
indeterminate: boolean;
|
|
2299
|
+
hasError: boolean;
|
|
2266
2300
|
modelValue: BentoCheckboxType | BentoCheckboxGroupItems;
|
|
2267
2301
|
}>;
|
|
2268
2302
|
|
|
@@ -2576,9 +2610,11 @@ export declare enum BentoCheckboxGroupVariant {
|
|
|
2576
2610
|
|
|
2577
2611
|
export declare enum BentoCheckboxState {
|
|
2578
2612
|
UNCHECKED = "unchecked",
|
|
2613
|
+
CHECKED = "checked",
|
|
2579
2614
|
DISABLED = "disabled",
|
|
2580
2615
|
ERROR = "error",
|
|
2581
|
-
READONLY = "readonly"
|
|
2616
|
+
READONLY = "readonly",
|
|
2617
|
+
INDETERMINATE = "indeterminate"
|
|
2582
2618
|
}
|
|
2583
2619
|
|
|
2584
2620
|
export declare type BentoCheckboxTag = BentoTagProps;
|
|
@@ -3476,7 +3512,7 @@ export declare interface BentoCurrencyProps {
|
|
|
3476
3512
|
* `
|
|
3477
3513
|
* }
|
|
3478
3514
|
*/
|
|
3479
|
-
export declare const BentoDashboardSection:
|
|
3515
|
+
export declare const BentoDashboardSection: __VLS_WithTemplateSlots_51<DefineComponent<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
|
|
3480
3516
|
/**
|
|
3481
3517
|
* The header of the section
|
|
3482
3518
|
*/
|
|
@@ -3487,7 +3523,7 @@ header: BentoDashboardTemplateHeader;
|
|
|
3487
3523
|
halfWidth?: boolean;
|
|
3488
3524
|
}>, {
|
|
3489
3525
|
halfWidth: boolean;
|
|
3490
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
3526
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
|
|
3491
3527
|
/**
|
|
3492
3528
|
* The header of the section
|
|
3493
3529
|
*/
|
|
@@ -3535,7 +3571,7 @@ halfWidth: boolean;
|
|
|
3535
3571
|
* `
|
|
3536
3572
|
* }
|
|
3537
3573
|
*/
|
|
3538
|
-
export declare const BentoDashboardTemplate:
|
|
3574
|
+
export declare const BentoDashboardTemplate: __VLS_WithTemplateSlots_50<DefineComponent<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
|
|
3539
3575
|
/**
|
|
3540
3576
|
* The header that goes to the top of the template
|
|
3541
3577
|
*/
|
|
@@ -3558,7 +3594,7 @@ stickyFilters?: boolean;
|
|
|
3558
3594
|
tabs: any;
|
|
3559
3595
|
stickyTabs: boolean;
|
|
3560
3596
|
stickyFilters: boolean;
|
|
3561
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
3597
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
|
|
3562
3598
|
/**
|
|
3563
3599
|
* The header that goes to the top of the template
|
|
3564
3600
|
*/
|
|
@@ -4594,7 +4630,7 @@ declare interface BentoDataGridSummaryCellProps {
|
|
|
4594
4630
|
* `
|
|
4595
4631
|
* }
|
|
4596
4632
|
*/
|
|
4597
|
-
export declare const BentoDataGridTemplate:
|
|
4633
|
+
export declare const BentoDataGridTemplate: __VLS_WithTemplateSlots_52<DefineComponent< {
|
|
4598
4634
|
/**
|
|
4599
4635
|
* The header that goes to the top of the template
|
|
4600
4636
|
*/
|
|
@@ -10053,199 +10089,52 @@ export declare enum BentoLoadingIndicatorEvent {
|
|
|
10053
10089
|
* />
|
|
10054
10090
|
* }
|
|
10055
10091
|
*/
|
|
10056
|
-
export declare const BentoMenu: DefineComponent<
|
|
10057
|
-
|
|
10058
|
-
|
|
10059
|
-
|
|
10060
|
-
|
|
10061
|
-
|
|
10062
|
-
|
|
10063
|
-
|
|
10064
|
-
|
|
10065
|
-
|
|
10066
|
-
|
|
10067
|
-
*/
|
|
10068
|
-
closeMenuOnItemSelect: {
|
|
10069
|
-
type: BooleanConstructor;
|
|
10070
|
-
default: boolean;
|
|
10071
|
-
};
|
|
10072
|
-
/**
|
|
10073
|
-
* The data to be displayed in the list
|
|
10074
|
-
*/
|
|
10075
|
-
data: {
|
|
10076
|
-
type: PropType<BentoMenuItem[]>;
|
|
10077
|
-
required: true;
|
|
10078
|
-
};
|
|
10079
|
-
/**
|
|
10080
|
-
* Disables opening the menu when the down arrow key is pressed.
|
|
10081
|
-
*/
|
|
10082
|
-
disableArrowDownOpeningMenu: {
|
|
10083
|
-
type: BooleanConstructor;
|
|
10084
|
-
default: boolean;
|
|
10085
|
-
};
|
|
10086
|
-
/**
|
|
10087
|
-
* The position of where the menu should open.
|
|
10088
|
-
*/
|
|
10089
|
-
menuPosition: {
|
|
10090
|
-
type: PropType<BentoPopoverPositions | `${BentoPopoverPositions}`>;
|
|
10091
|
-
default: PopperContainerPositionExtended;
|
|
10092
|
-
validator: (value: BentoPopoverPositions) => boolean;
|
|
10093
|
-
};
|
|
10094
|
-
/**
|
|
10095
|
-
* Instructs the menu popover to be visible outside of the containing container.
|
|
10096
|
-
* @see {@link https://floating-ui.com/docs/usefloating#strategy}
|
|
10097
|
-
*/
|
|
10098
|
-
menuFixedPositioning: {
|
|
10099
|
-
type: BooleanConstructor;
|
|
10100
|
-
default: boolean;
|
|
10101
|
-
};
|
|
10102
|
-
/**
|
|
10103
|
-
* Sets a custom width for the menu popover.
|
|
10104
|
-
*/
|
|
10105
|
-
menuWidth: {
|
|
10106
|
-
type: NumberConstructor;
|
|
10107
|
-
default: any;
|
|
10108
|
-
};
|
|
10109
|
-
/**
|
|
10110
|
-
* Returns focus to the menu button after popover is closed.
|
|
10111
|
-
* Disable if focus management is delegated to the parent component.
|
|
10112
|
-
* Defaults to `true`.
|
|
10113
|
-
*/
|
|
10114
|
-
revertFocusToButton: {
|
|
10115
|
-
type: BooleanConstructor;
|
|
10116
|
-
default: boolean;
|
|
10117
|
-
};
|
|
10118
|
-
/**
|
|
10119
|
-
* Can be used to set the inner teleport component to render the menu's popover in the root `body` DOM node
|
|
10120
|
-
* (or `dialog` if popover is inside a dialog).
|
|
10121
|
-
*/
|
|
10122
|
-
teleport: {
|
|
10123
|
-
type: BooleanConstructor;
|
|
10124
|
-
default: boolean;
|
|
10125
|
-
};
|
|
10092
|
+
export declare const BentoMenu: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_23<BentoMenuProps>, {
|
|
10093
|
+
button: () => BentoMenuButtonProps;
|
|
10094
|
+
closeMenuOnItemSelect: boolean;
|
|
10095
|
+
disableArrowDownOpeningMenu: boolean;
|
|
10096
|
+
menuPosition: PopperContainerPositionExtended;
|
|
10097
|
+
menuFixedPositioning: boolean;
|
|
10098
|
+
menuWidth: any;
|
|
10099
|
+
revertFocusToButton: boolean;
|
|
10100
|
+
teleport: boolean;
|
|
10101
|
+
closeOnClickOutsideOptions: any;
|
|
10102
|
+
}>, {
|
|
10126
10103
|
/**
|
|
10127
|
-
*
|
|
10128
|
-
* (or `dialog` if popover is inside a dialog).
|
|
10129
|
-
*
|
|
10130
|
-
* @see {@link OnClickOutsideOptions}
|
|
10104
|
+
* Control to enable programmatic closing of the menu
|
|
10131
10105
|
*/
|
|
10132
|
-
closeOnClickOutsideOptions: {
|
|
10133
|
-
type: PropType<OnClickOutsideOptions>;
|
|
10134
|
-
default: any;
|
|
10135
|
-
};
|
|
10136
|
-
}, {
|
|
10137
|
-
popoverRef: Ref<HTMLElement>;
|
|
10138
|
-
menuButtonRef: any;
|
|
10139
|
-
menuItemListRef: any;
|
|
10140
|
-
menuId: string;
|
|
10141
|
-
popoverId: string;
|
|
10142
|
-
showMenu: Ref<boolean>;
|
|
10143
|
-
computedButtonPropsWithDefaults: ComputedRef<BentoMenuButtonProps>;
|
|
10144
|
-
computedMenuWidth: ComputedRef< {
|
|
10145
|
-
width: string;
|
|
10146
|
-
}>;
|
|
10147
|
-
isLastElementFocused: Ref<boolean>;
|
|
10148
|
-
computedClasses: ComputedRef< {
|
|
10149
|
-
'b-menu--inverse': boolean;
|
|
10150
|
-
}>;
|
|
10151
|
-
isInverseColorSet: Ref<boolean>;
|
|
10152
|
-
hasSlot: (name: string) => boolean;
|
|
10153
|
-
onKeyDown: (event: KeyboardEvent) => void;
|
|
10154
|
-
onKeyUp: (event: KeyboardEvent) => void;
|
|
10155
10106
|
closeMenu: (revertFocus?: boolean) => Promise<void>;
|
|
10156
|
-
|
|
10157
|
-
|
|
10158
|
-
|
|
10159
|
-
|
|
10160
|
-
|
|
10161
|
-
|
|
10162
|
-
|
|
10163
|
-
|
|
10164
|
-
|
|
10165
|
-
|
|
10166
|
-
|
|
10167
|
-
|
|
10168
|
-
|
|
10169
|
-
|
|
10170
|
-
|
|
10171
|
-
|
|
10172
|
-
|
|
10173
|
-
|
|
10174
|
-
}
|
|
10175
|
-
/**
|
|
10176
|
-
* The data to be displayed in the list
|
|
10177
|
-
*/
|
|
10178
|
-
data: {
|
|
10179
|
-
type: PropType<BentoMenuItem[]>;
|
|
10180
|
-
required: true;
|
|
10181
|
-
};
|
|
10182
|
-
/**
|
|
10183
|
-
* Disables opening the menu when the down arrow key is pressed.
|
|
10184
|
-
*/
|
|
10185
|
-
disableArrowDownOpeningMenu: {
|
|
10186
|
-
type: BooleanConstructor;
|
|
10187
|
-
default: boolean;
|
|
10188
|
-
};
|
|
10189
|
-
/**
|
|
10190
|
-
* The position of where the menu should open.
|
|
10191
|
-
*/
|
|
10192
|
-
menuPosition: {
|
|
10193
|
-
type: PropType<BentoPopoverPositions | `${BentoPopoverPositions}`>;
|
|
10194
|
-
default: PopperContainerPositionExtended;
|
|
10195
|
-
validator: (value: BentoPopoverPositions) => boolean;
|
|
10196
|
-
};
|
|
10197
|
-
/**
|
|
10198
|
-
* Instructs the menu popover to be visible outside of the containing container.
|
|
10199
|
-
* @see {@link https://floating-ui.com/docs/usefloating#strategy}
|
|
10200
|
-
*/
|
|
10201
|
-
menuFixedPositioning: {
|
|
10202
|
-
type: BooleanConstructor;
|
|
10203
|
-
default: boolean;
|
|
10204
|
-
};
|
|
10205
|
-
/**
|
|
10206
|
-
* Sets a custom width for the menu popover.
|
|
10207
|
-
*/
|
|
10208
|
-
menuWidth: {
|
|
10209
|
-
type: NumberConstructor;
|
|
10210
|
-
default: any;
|
|
10211
|
-
};
|
|
10212
|
-
/**
|
|
10213
|
-
* Returns focus to the menu button after popover is closed.
|
|
10214
|
-
* Disable if focus management is delegated to the parent component.
|
|
10215
|
-
* Defaults to `true`.
|
|
10216
|
-
*/
|
|
10217
|
-
revertFocusToButton: {
|
|
10218
|
-
type: BooleanConstructor;
|
|
10219
|
-
default: boolean;
|
|
10220
|
-
};
|
|
10221
|
-
/**
|
|
10222
|
-
* Can be used to set the inner teleport component to render the menu's popover in the root `body` DOM node
|
|
10223
|
-
* (or `dialog` if popover is inside a dialog).
|
|
10224
|
-
*/
|
|
10225
|
-
teleport: {
|
|
10226
|
-
type: BooleanConstructor;
|
|
10227
|
-
default: boolean;
|
|
10228
|
-
};
|
|
10229
|
-
/**
|
|
10230
|
-
* Can be used to set the inner teleport component to render the menu's popover in the root `body` DOM node
|
|
10231
|
-
* (or `dialog` if popover is inside a dialog).
|
|
10232
|
-
*
|
|
10233
|
-
* @see {@link OnClickOutsideOptions}
|
|
10234
|
-
*/
|
|
10235
|
-
closeOnClickOutsideOptions: {
|
|
10236
|
-
type: PropType<OnClickOutsideOptions>;
|
|
10237
|
-
default: any;
|
|
10238
|
-
};
|
|
10239
|
-
}>>, {
|
|
10107
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
10108
|
+
close: () => void;
|
|
10109
|
+
} & {
|
|
10110
|
+
open: () => void;
|
|
10111
|
+
} & {
|
|
10112
|
+
"menu-item-click": () => void;
|
|
10113
|
+
} & {
|
|
10114
|
+
"click-outside": () => void;
|
|
10115
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_23<BentoMenuProps>, {
|
|
10116
|
+
button: () => BentoMenuButtonProps;
|
|
10117
|
+
closeMenuOnItemSelect: boolean;
|
|
10118
|
+
disableArrowDownOpeningMenu: boolean;
|
|
10119
|
+
menuPosition: PopperContainerPositionExtended;
|
|
10120
|
+
menuFixedPositioning: boolean;
|
|
10121
|
+
menuWidth: any;
|
|
10122
|
+
revertFocusToButton: boolean;
|
|
10123
|
+
teleport: boolean;
|
|
10124
|
+
closeOnClickOutsideOptions: any;
|
|
10125
|
+
}>>>, {
|
|
10240
10126
|
button: BentoMenuButtonProps;
|
|
10241
10127
|
teleport: boolean;
|
|
10242
10128
|
closeMenuOnItemSelect: boolean;
|
|
10243
10129
|
disableArrowDownOpeningMenu: boolean;
|
|
10244
|
-
menuPosition:
|
|
10130
|
+
menuPosition: BentoPopoverPositions | `${BentoPopoverPositions}`;
|
|
10245
10131
|
menuFixedPositioning: boolean;
|
|
10246
10132
|
menuWidth: number;
|
|
10247
10133
|
revertFocusToButton: boolean;
|
|
10248
10134
|
closeOnClickOutsideOptions: any;
|
|
10135
|
+
}>, {
|
|
10136
|
+
iconLeft: (_: {}) => any;
|
|
10137
|
+
default: (_: {}) => any;
|
|
10249
10138
|
}>;
|
|
10250
10139
|
|
|
10251
10140
|
export declare type BentoMenuButtonProps = {
|
|
@@ -10274,6 +10163,57 @@ export declare interface BentoMenuItem {
|
|
|
10274
10163
|
skipClose?: boolean;
|
|
10275
10164
|
}
|
|
10276
10165
|
|
|
10166
|
+
export declare interface BentoMenuProps {
|
|
10167
|
+
/**
|
|
10168
|
+
* Object containing props to change the menu button appearance. Accepts the same props present in BentoButton.
|
|
10169
|
+
*/
|
|
10170
|
+
button?: BentoMenuButtonProps;
|
|
10171
|
+
/**
|
|
10172
|
+
* Controls if the menu should close when an item is clicked.
|
|
10173
|
+
* Defaults to `true`.
|
|
10174
|
+
*/
|
|
10175
|
+
closeMenuOnItemSelect?: boolean;
|
|
10176
|
+
/**
|
|
10177
|
+
* The data to be displayed in the list
|
|
10178
|
+
*/
|
|
10179
|
+
data: BentoMenuItem[];
|
|
10180
|
+
/**
|
|
10181
|
+
* Disables opening the menu when the down arrow key is pressed.
|
|
10182
|
+
*/
|
|
10183
|
+
disableArrowDownOpeningMenu?: boolean;
|
|
10184
|
+
/**
|
|
10185
|
+
* The position of where the menu should open.
|
|
10186
|
+
*/
|
|
10187
|
+
menuPosition?: BentoPopoverPositions | `${BentoPopoverPositions}`;
|
|
10188
|
+
/**
|
|
10189
|
+
* Instructs the menu popover to be visible outside of the containing container.
|
|
10190
|
+
* @see {@link https://floating-ui.com/docs/usefloating#strategy}
|
|
10191
|
+
*/
|
|
10192
|
+
menuFixedPositioning?: boolean;
|
|
10193
|
+
/**
|
|
10194
|
+
* Sets a custom width for the menu popover.
|
|
10195
|
+
*/
|
|
10196
|
+
menuWidth?: number;
|
|
10197
|
+
/**
|
|
10198
|
+
* Returns focus to the menu button after popover is closed.
|
|
10199
|
+
* Disable if focus management is delegated to the parent component.
|
|
10200
|
+
* Defaults to `true`.
|
|
10201
|
+
*/
|
|
10202
|
+
revertFocusToButton?: boolean;
|
|
10203
|
+
/**
|
|
10204
|
+
* Can be used to set the inner teleport component to render the menu's popover in the root `body` DOM node
|
|
10205
|
+
* (or `dialog` if popover is inside a dialog).
|
|
10206
|
+
*/
|
|
10207
|
+
teleport?: boolean;
|
|
10208
|
+
/**
|
|
10209
|
+
* Can be used to set the inner teleport component to render the menu's popover in the root `body` DOM node
|
|
10210
|
+
* (or `dialog` if popover is inside a dialog).
|
|
10211
|
+
*
|
|
10212
|
+
* @see {@link OnClickOutsideOptions}
|
|
10213
|
+
*/
|
|
10214
|
+
closeOnClickOutsideOptions?: OnClickOutsideOptions;
|
|
10215
|
+
}
|
|
10216
|
+
|
|
10277
10217
|
/**
|
|
10278
10218
|
* Modal is a window that appear over any other page content
|
|
10279
10219
|
* and focus user attention exclusively on one task or piece of
|
|
@@ -10294,7 +10234,7 @@ export declare interface BentoMenuItem {
|
|
|
10294
10234
|
* `
|
|
10295
10235
|
* };
|
|
10296
10236
|
*/
|
|
10297
|
-
export declare const BentoModal:
|
|
10237
|
+
export declare const BentoModal: __VLS_WithTemplateSlots_26<DefineComponent< {
|
|
10298
10238
|
/**
|
|
10299
10239
|
* List of actions that will be used to render the buttons.
|
|
10300
10240
|
* First element in the list will be rendered as "primary".
|
|
@@ -10632,7 +10572,7 @@ export declare enum BentoModalEvent {
|
|
|
10632
10572
|
* `
|
|
10633
10573
|
* }
|
|
10634
10574
|
*/
|
|
10635
|
-
export declare const BentoModalFullscreen:
|
|
10575
|
+
export declare const BentoModalFullscreen: __VLS_WithTemplateSlots_27<DefineComponent< {
|
|
10636
10576
|
/**
|
|
10637
10577
|
* List of actions that will be used to render the buttons.
|
|
10638
10578
|
* First element in the list will be rendered as "primary".
|
|
@@ -10772,7 +10712,7 @@ contextualLabel: string;
|
|
|
10772
10712
|
* `
|
|
10773
10713
|
* }
|
|
10774
10714
|
*/
|
|
10775
|
-
export declare const BentoModalFullscreenPage:
|
|
10715
|
+
export declare const BentoModalFullscreenPage: __VLS_WithTemplateSlots_28<DefineComponent< {
|
|
10776
10716
|
/**
|
|
10777
10717
|
* List of actions that will be used to render the buttons.
|
|
10778
10718
|
* First element in the list will be rendered as "primary".
|
|
@@ -10914,7 +10854,7 @@ contextualLabel: string;
|
|
|
10914
10854
|
* `
|
|
10915
10855
|
* }
|
|
10916
10856
|
*/
|
|
10917
|
-
export declare const BentoModalPage:
|
|
10857
|
+
export declare const BentoModalPage: __VLS_WithTemplateSlots_25<DefineComponent< {
|
|
10918
10858
|
/**
|
|
10919
10859
|
* List of actions that will be used to render the buttons.
|
|
10920
10860
|
* First element in the list will be rendered as "primary".
|
|
@@ -11159,7 +11099,7 @@ export declare type BentoMultiCheckboxType = Array<string | number>;
|
|
|
11159
11099
|
* `,
|
|
11160
11100
|
* }
|
|
11161
11101
|
*/
|
|
11162
|
-
export declare const BentoPagination:
|
|
11102
|
+
export declare const BentoPagination: __VLS_WithTemplateSlots_29<DefineComponent<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_24<BentoPaginationProps>, {
|
|
11163
11103
|
ariaLabel: any;
|
|
11164
11104
|
hasNext: any;
|
|
11165
11105
|
hidePageSize: boolean;
|
|
@@ -11175,7 +11115,7 @@ navigate: (page: number, items?: number) => void;
|
|
|
11175
11115
|
"update:page": (page: number) => void;
|
|
11176
11116
|
} & {
|
|
11177
11117
|
"update:size": (size: number) => void;
|
|
11178
|
-
}, string, Readonly<ExtractPropTypes<
|
|
11118
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_24<BentoPaginationProps>, {
|
|
11179
11119
|
ariaLabel: any;
|
|
11180
11120
|
hasNext: any;
|
|
11181
11121
|
hidePageSize: boolean;
|
|
@@ -11241,10 +11181,10 @@ export declare interface BentoPaginationProps {
|
|
|
11241
11181
|
* `
|
|
11242
11182
|
* }
|
|
11243
11183
|
*/
|
|
11244
|
-
export declare const BentoPaymentMethod: DefineComponent<
|
|
11184
|
+
export declare const BentoPaymentMethod: DefineComponent<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_25<BentoPaymentMethodProps>, {
|
|
11245
11185
|
type: string;
|
|
11246
11186
|
small: boolean;
|
|
11247
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
11187
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_25<BentoPaymentMethodProps>, {
|
|
11248
11188
|
type: string;
|
|
11249
11189
|
small: boolean;
|
|
11250
11190
|
}>>>, {
|
|
@@ -12436,7 +12376,7 @@ export declare enum BentoPaymentMethodType {
|
|
|
12436
12376
|
* `
|
|
12437
12377
|
* }
|
|
12438
12378
|
*/
|
|
12439
|
-
export declare const BentoPopover:
|
|
12379
|
+
export declare const BentoPopover: __VLS_WithTemplateSlots_30<DefineComponent< {
|
|
12440
12380
|
/**
|
|
12441
12381
|
* List of actions that will be used to render the buttons.
|
|
12442
12382
|
* First element in the list will be rendered as "primary".
|
|
@@ -12857,7 +12797,7 @@ declare type BentoPopoverPositions_2 = PopperContainerPosition_2;
|
|
|
12857
12797
|
* `
|
|
12858
12798
|
* };
|
|
12859
12799
|
*/
|
|
12860
|
-
export declare const BentoPromoBanner:
|
|
12800
|
+
export declare const BentoPromoBanner: __VLS_WithTemplateSlots_31<DefineComponent<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_26<BentoPromoBannerProps>, {
|
|
12861
12801
|
actions: any;
|
|
12862
12802
|
color: BentoPromoBannerColor;
|
|
12863
12803
|
isDismissible: boolean;
|
|
@@ -12865,7 +12805,7 @@ dismissButtonText: any;
|
|
|
12865
12805
|
layout: BentoPromoBannerLayout;
|
|
12866
12806
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
12867
12807
|
dismiss: () => void;
|
|
12868
|
-
}, string, Readonly<ExtractPropTypes<
|
|
12808
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_26<BentoPromoBannerProps>, {
|
|
12869
12809
|
actions: any;
|
|
12870
12810
|
color: BentoPromoBannerColor;
|
|
12871
12811
|
isDismissible: boolean;
|
|
@@ -13001,7 +12941,7 @@ export declare interface BentoPromoBannerProps {
|
|
|
13001
12941
|
* }
|
|
13002
12942
|
* }
|
|
13003
12943
|
*/
|
|
13004
|
-
export declare const BentoRadioButton:
|
|
12944
|
+
export declare const BentoRadioButton: __VLS_WithTemplateSlots_33<DefineComponent< {
|
|
13005
12945
|
/**
|
|
13006
12946
|
* Disable the radio button (optional)
|
|
13007
12947
|
*/
|
|
@@ -13156,7 +13096,7 @@ export declare type BentoRadioButtonValue = string | number;
|
|
|
13156
13096
|
* `
|
|
13157
13097
|
* };
|
|
13158
13098
|
*/
|
|
13159
|
-
export declare const BentoRadioGroup:
|
|
13099
|
+
export declare const BentoRadioGroup: __VLS_WithTemplateSlots_32<DefineComponent< {
|
|
13160
13100
|
/**
|
|
13161
13101
|
* Descriptive supporting text visbile underneath the label.
|
|
13162
13102
|
*/
|
|
@@ -13431,7 +13371,7 @@ export declare type BentoRangeFilterOptions = {
|
|
|
13431
13371
|
* `
|
|
13432
13372
|
* }
|
|
13433
13373
|
*/
|
|
13434
|
-
export declare const BentoRichTextEditor: DefineComponent<
|
|
13374
|
+
export declare const BentoRichTextEditor: DefineComponent<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_28<BentoRichTextEditorProps>, {
|
|
13435
13375
|
description: any;
|
|
13436
13376
|
disabled: boolean;
|
|
13437
13377
|
errorMessage: any;
|
|
@@ -13443,7 +13383,7 @@ tooltipText: any;
|
|
|
13443
13383
|
value: any;
|
|
13444
13384
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
13445
13385
|
input: (value: string) => void;
|
|
13446
|
-
}, string, Readonly<ExtractPropTypes<
|
|
13386
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_28<BentoRichTextEditorProps>, {
|
|
13447
13387
|
description: any;
|
|
13448
13388
|
disabled: boolean;
|
|
13449
13389
|
errorMessage: any;
|
|
@@ -13555,7 +13495,7 @@ export declare interface BentoRichTextEditorProps {
|
|
|
13555
13495
|
* }
|
|
13556
13496
|
* }
|
|
13557
13497
|
*/
|
|
13558
|
-
export declare const BentoSearchBar: DefineComponent<
|
|
13498
|
+
export declare const BentoSearchBar: DefineComponent<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_29<BentoSearchBarProps>, {
|
|
13559
13499
|
condensed: boolean;
|
|
13560
13500
|
debounceTime: number;
|
|
13561
13501
|
hint: string;
|
|
@@ -13576,7 +13516,7 @@ clear: () => void;
|
|
|
13576
13516
|
blur: () => void;
|
|
13577
13517
|
} & {
|
|
13578
13518
|
focus: () => void;
|
|
13579
|
-
}, string, Readonly<ExtractPropTypes<
|
|
13519
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_29<BentoSearchBarProps>, {
|
|
13580
13520
|
condensed: boolean;
|
|
13581
13521
|
debounceTime: number;
|
|
13582
13522
|
hint: string;
|
|
@@ -13659,7 +13599,7 @@ export declare interface BentoSearchBarProps {
|
|
|
13659
13599
|
* }
|
|
13660
13600
|
* }
|
|
13661
13601
|
*/
|
|
13662
|
-
export declare const BentoSecondaryNav: DefineComponent<
|
|
13602
|
+
export declare const BentoSecondaryNav: DefineComponent<__VLS_TypePropsToRuntimeProps_30<{
|
|
13663
13603
|
/**
|
|
13664
13604
|
* An array containing all the items on the nav. The array can have either {@see BentoSecondaryNavItemsCategory },
|
|
13665
13605
|
* which is used to group different items or {@see BentoSecondaryNavItemsItem } if you don't need to group them.
|
|
@@ -13672,7 +13612,7 @@ items: BentoSecondaryNavItems;
|
|
|
13672
13612
|
value?: string;
|
|
13673
13613
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
13674
13614
|
change: (category: string) => void;
|
|
13675
|
-
}, string, Readonly<ExtractPropTypes<
|
|
13615
|
+
}, string, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_30<{
|
|
13676
13616
|
/**
|
|
13677
13617
|
* An array containing all the items on the nav. The array can have either {@see BentoSecondaryNavItemsCategory },
|
|
13678
13618
|
* which is used to group different items or {@see BentoSecondaryNavItemsItem } if you don't need to group them.
|
|
@@ -13717,7 +13657,7 @@ export declare interface BentoSecondaryNavState {
|
|
|
13717
13657
|
* `
|
|
13718
13658
|
* }
|
|
13719
13659
|
*/
|
|
13720
|
-
export declare const BentoSegmentedControl: DefineComponent<
|
|
13660
|
+
export declare const BentoSegmentedControl: DefineComponent<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_31<BentoSegmentedControlProps>, {
|
|
13721
13661
|
ariaLabel: any;
|
|
13722
13662
|
fullWidth: boolean;
|
|
13723
13663
|
wrap: boolean;
|
|
@@ -13726,7 +13666,7 @@ modelValue: any;
|
|
|
13726
13666
|
"update:model-value": (value: any) => void;
|
|
13727
13667
|
} & {
|
|
13728
13668
|
input: (value: BentoSegmentedControlValue) => void;
|
|
13729
|
-
}, string, Readonly<ExtractPropTypes<
|
|
13669
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_31<BentoSegmentedControlProps>, {
|
|
13730
13670
|
ariaLabel: any;
|
|
13731
13671
|
fullWidth: boolean;
|
|
13732
13672
|
wrap: boolean;
|
|
@@ -13912,7 +13852,7 @@ export declare type BentoSelectFilterValue = BentoListboxSelectedValue;
|
|
|
13912
13852
|
* `
|
|
13913
13853
|
* }
|
|
13914
13854
|
*/
|
|
13915
|
-
export declare const BentoSelectionCard:
|
|
13855
|
+
export declare const BentoSelectionCard: __VLS_WithTemplateSlots_34<DefineComponent< {
|
|
13916
13856
|
/**
|
|
13917
13857
|
* The description of the selection card
|
|
13918
13858
|
*/
|
|
@@ -14105,7 +14045,7 @@ fullyClickable: boolean;
|
|
|
14105
14045
|
* `,
|
|
14106
14046
|
* }
|
|
14107
14047
|
*/
|
|
14108
|
-
export declare const BentoSelectionCardGroup:
|
|
14048
|
+
export declare const BentoSelectionCardGroup: __VLS_WithTemplateSlots_35<DefineComponent< {
|
|
14109
14049
|
/**
|
|
14110
14050
|
* Descriptive supporting text visbile underneath the label.
|
|
14111
14051
|
*/
|
|
@@ -14421,7 +14361,7 @@ export declare type BentoSelectTagFilterOptions = OmitStrict<BentoSelectFilterOp
|
|
|
14421
14361
|
* `
|
|
14422
14362
|
* }
|
|
14423
14363
|
*/
|
|
14424
|
-
export declare const BentoSidepanel:
|
|
14364
|
+
export declare const BentoSidepanel: __VLS_WithTemplateSlots_37<DefineComponent< {
|
|
14425
14365
|
/**
|
|
14426
14366
|
* The id of the current active page
|
|
14427
14367
|
* Should be the same id as the BentoSidepanelPage to be displayed
|
|
@@ -14549,7 +14489,7 @@ export declare enum BentoSidepanelEvent {
|
|
|
14549
14489
|
* `
|
|
14550
14490
|
* }
|
|
14551
14491
|
*/
|
|
14552
|
-
export declare const BentoSidepanelPage:
|
|
14492
|
+
export declare const BentoSidepanelPage: __VLS_WithTemplateSlots_36<DefineComponent< {
|
|
14553
14493
|
/**
|
|
14554
14494
|
* List of actions that will be used to render the buttons.
|
|
14555
14495
|
* First element in the list will be rendered as "primary".
|
|
@@ -14692,7 +14632,7 @@ destructiveActions: boolean;
|
|
|
14692
14632
|
* `
|
|
14693
14633
|
* }
|
|
14694
14634
|
*/
|
|
14695
|
-
export declare const BentoStatus:
|
|
14635
|
+
export declare const BentoStatus: __VLS_WithTemplateSlots_38<DefineComponent<__VLS_TypePropsToRuntimeProps_32<BentoStatusProps>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_32<BentoStatusProps>>>, {}>, {
|
|
14696
14636
|
default: (_: {}) => any;
|
|
14697
14637
|
}>;
|
|
14698
14638
|
|
|
@@ -14737,7 +14677,7 @@ export declare enum BentoStatusVariant {
|
|
|
14737
14677
|
* `
|
|
14738
14678
|
* }
|
|
14739
14679
|
*/
|
|
14740
|
-
export declare const BentoStep:
|
|
14680
|
+
export declare const BentoStep: __VLS_WithTemplateSlots_40<DefineComponent< {
|
|
14741
14681
|
/**
|
|
14742
14682
|
* Completed status. Used on non-linear steppers to indicate if the step is completed.
|
|
14743
14683
|
*/
|
|
@@ -14794,7 +14734,7 @@ substepIndex: number;
|
|
|
14794
14734
|
* `
|
|
14795
14735
|
* }
|
|
14796
14736
|
*/
|
|
14797
|
-
export declare const BentoStepper:
|
|
14737
|
+
export declare const BentoStepper: __VLS_WithTemplateSlots_39<DefineComponent< {
|
|
14798
14738
|
/**
|
|
14799
14739
|
* Type of stepper; defines how the stepper should behave. Default: linear
|
|
14800
14740
|
* @values linear, non-linear
|
|
@@ -14905,7 +14845,7 @@ declare interface BentoStickyTabsOptions {
|
|
|
14905
14845
|
* `
|
|
14906
14846
|
* }
|
|
14907
14847
|
*/
|
|
14908
|
-
export declare const BentoStructuredList:
|
|
14848
|
+
export declare const BentoStructuredList: __VLS_WithTemplateSlots_41<DefineComponent<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_33<{
|
|
14909
14849
|
/**
|
|
14910
14850
|
* Width of the labels container, in pixels. Overrides layout prop.
|
|
14911
14851
|
*/
|
|
@@ -14929,7 +14869,7 @@ layout?: BentoStructuredListLayoutOptions;
|
|
|
14929
14869
|
}>, {
|
|
14930
14870
|
labelsWidth: any;
|
|
14931
14871
|
layout: string;
|
|
14932
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
14872
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_33<{
|
|
14933
14873
|
/**
|
|
14934
14874
|
* Width of the labels container, in pixels. Overrides layout prop.
|
|
14935
14875
|
*/
|
|
@@ -14983,7 +14923,7 @@ labelsWidth: number;
|
|
|
14983
14923
|
* `
|
|
14984
14924
|
* }
|
|
14985
14925
|
*/
|
|
14986
|
-
export declare const BentoStructuredListItem:
|
|
14926
|
+
export declare const BentoStructuredListItem: __VLS_WithTemplateSlots_42<DefineComponent<__VLS_TypePropsToRuntimeProps_34<{
|
|
14987
14927
|
/**
|
|
14988
14928
|
* Label to display for the value
|
|
14989
14929
|
*/
|
|
@@ -15008,7 +14948,7 @@ searchTooltip?: string;
|
|
|
15008
14948
|
* Truncates the value of the item
|
|
15009
14949
|
*/
|
|
15010
14950
|
truncate?: boolean;
|
|
15011
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
14951
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_34<{
|
|
15012
14952
|
/**
|
|
15013
14953
|
* Label to display for the value
|
|
15014
14954
|
*/
|
|
@@ -15063,10 +15003,10 @@ declare const BentoStructuredListLayoutOptions: string[];
|
|
|
15063
15003
|
* `
|
|
15064
15004
|
* }
|
|
15065
15005
|
*/
|
|
15066
|
-
export declare const BentoSummaryGrid:
|
|
15006
|
+
export declare const BentoSummaryGrid: __VLS_WithTemplateSlots_43<DefineComponent<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_35<BentoSummaryGridProps>, {
|
|
15067
15007
|
columnWidth: any;
|
|
15068
15008
|
slashedZero: boolean;
|
|
15069
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
15009
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_35<BentoSummaryGridProps>, {
|
|
15070
15010
|
columnWidth: any;
|
|
15071
15011
|
slashedZero: boolean;
|
|
15072
15012
|
}>>>, {
|
|
@@ -15101,7 +15041,7 @@ export declare interface BentoSummaryGridColumnWidth {
|
|
|
15101
15041
|
* `
|
|
15102
15042
|
* }
|
|
15103
15043
|
*/
|
|
15104
|
-
export declare const BentoSummaryGridItemAmount:
|
|
15044
|
+
export declare const BentoSummaryGridItemAmount: __VLS_WithTemplateSlots_44<DefineComponent<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<BentoSummaryGridItemAmountProps>, {
|
|
15105
15045
|
copy: any;
|
|
15106
15046
|
fitContent: boolean;
|
|
15107
15047
|
infoIconTooltipText: any;
|
|
@@ -15114,7 +15054,7 @@ trend: any;
|
|
|
15114
15054
|
trendDirection: string;
|
|
15115
15055
|
underlinePopoverSize: string;
|
|
15116
15056
|
underlineTooltipText: any;
|
|
15117
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
15057
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<BentoSummaryGridItemAmountProps>, {
|
|
15118
15058
|
copy: any;
|
|
15119
15059
|
fitContent: boolean;
|
|
15120
15060
|
infoIconTooltipText: any;
|
|
@@ -15174,13 +15114,13 @@ export declare interface BentoSummaryGridItemAmountProps extends BaseSummaryGrid
|
|
|
15174
15114
|
* `
|
|
15175
15115
|
* }
|
|
15176
15116
|
*/
|
|
15177
|
-
export declare const BentoSummaryGridItemCustom:
|
|
15117
|
+
export declare const BentoSummaryGridItemCustom: __VLS_WithTemplateSlots_48<DefineComponent<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<BentoSummaryGridItemCustomProps>, {
|
|
15178
15118
|
copy: any;
|
|
15179
15119
|
infoIconTooltipText: any;
|
|
15180
15120
|
fitContent: boolean;
|
|
15181
15121
|
underlinePopoverSize: string;
|
|
15182
15122
|
underlineTooltipText: any;
|
|
15183
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
15123
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<BentoSummaryGridItemCustomProps>, {
|
|
15184
15124
|
copy: any;
|
|
15185
15125
|
infoIconTooltipText: any;
|
|
15186
15126
|
fitContent: boolean;
|
|
@@ -15244,7 +15184,7 @@ export declare interface BentoSummaryGridItemCustomProps {
|
|
|
15244
15184
|
* `
|
|
15245
15185
|
* }
|
|
15246
15186
|
*/
|
|
15247
|
-
export declare const BentoSummaryGridItemNumeric:
|
|
15187
|
+
export declare const BentoSummaryGridItemNumeric: __VLS_WithTemplateSlots_45<DefineComponent<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<BentoSummaryGridItemNumericProps>, {
|
|
15248
15188
|
copy: any;
|
|
15249
15189
|
fitContent: boolean;
|
|
15250
15190
|
infoIconTooltipText: any;
|
|
@@ -15256,7 +15196,7 @@ trend: any;
|
|
|
15256
15196
|
trendDirection: string;
|
|
15257
15197
|
underlinePopoverSize: string;
|
|
15258
15198
|
underlineTooltipText: any;
|
|
15259
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
15199
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<BentoSummaryGridItemNumericProps>, {
|
|
15260
15200
|
copy: any;
|
|
15261
15201
|
fitContent: boolean;
|
|
15262
15202
|
infoIconTooltipText: any;
|
|
@@ -15315,7 +15255,7 @@ export declare interface BentoSummaryGridItemNumericProps extends BaseSummaryGri
|
|
|
15315
15255
|
* `
|
|
15316
15256
|
* }
|
|
15317
15257
|
*/
|
|
15318
|
-
export declare const BentoSummaryGridItemPercentage:
|
|
15258
|
+
export declare const BentoSummaryGridItemPercentage: __VLS_WithTemplateSlots_46<DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<BentoSummaryGridItemPercentageProps>, {
|
|
15319
15259
|
copy: any;
|
|
15320
15260
|
fitContent: boolean;
|
|
15321
15261
|
infoIconTooltipText: any;
|
|
@@ -15327,7 +15267,7 @@ trend: any;
|
|
|
15327
15267
|
trendDirection: string;
|
|
15328
15268
|
underlinePopoverSize: string;
|
|
15329
15269
|
underlineTooltipText: any;
|
|
15330
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
15270
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<BentoSummaryGridItemPercentageProps>, {
|
|
15331
15271
|
copy: any;
|
|
15332
15272
|
fitContent: boolean;
|
|
15333
15273
|
infoIconTooltipText: any;
|
|
@@ -15401,13 +15341,13 @@ declare enum BentoSummaryGridItemSize_2 {
|
|
|
15401
15341
|
* `
|
|
15402
15342
|
* }
|
|
15403
15343
|
*/
|
|
15404
|
-
export declare const BentoSummaryGridItemText:
|
|
15344
|
+
export declare const BentoSummaryGridItemText: __VLS_WithTemplateSlots_47<DefineComponent<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<BentoSummaryGridItemTextProps>, {
|
|
15405
15345
|
copy: any;
|
|
15406
15346
|
fitContent: boolean;
|
|
15407
15347
|
infoIconTooltipText: any;
|
|
15408
15348
|
underlinePopoverSize: string;
|
|
15409
15349
|
underlineTooltipText: any;
|
|
15410
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
15350
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<BentoSummaryGridItemTextProps>, {
|
|
15411
15351
|
copy: any;
|
|
15412
15352
|
fitContent: boolean;
|
|
15413
15353
|
infoIconTooltipText: any;
|
|
@@ -15659,11 +15599,11 @@ declare enum BentoTabsEvent {
|
|
|
15659
15599
|
ACTIVE_TAB_INDEX = "update:active-tab-index"
|
|
15660
15600
|
}
|
|
15661
15601
|
|
|
15662
|
-
export declare const BentoTag: DefineComponent<
|
|
15602
|
+
export declare const BentoTag: DefineComponent<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_27<BentoTagProps>, {
|
|
15663
15603
|
label: any;
|
|
15664
15604
|
truncate: any;
|
|
15665
15605
|
variant: BentoTagVariant;
|
|
15666
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
15606
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_27<BentoTagProps>, {
|
|
15667
15607
|
label: any;
|
|
15668
15608
|
truncate: any;
|
|
15669
15609
|
variant: BentoTagVariant;
|
|
@@ -17265,7 +17205,7 @@ export declare interface BentoTutorialStep {
|
|
|
17265
17205
|
* `
|
|
17266
17206
|
* }
|
|
17267
17207
|
*/
|
|
17268
|
-
export declare const BentoTypography:
|
|
17208
|
+
export declare const BentoTypography: __VLS_WithTemplateSlots_49<DefineComponent<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
|
|
17269
17209
|
/**
|
|
17270
17210
|
* Sets the HTML DOM element.
|
|
17271
17211
|
* @values h1, h2, h3, h4, h5, h6, div, p, span
|
|
@@ -17313,7 +17253,7 @@ stronger: boolean;
|
|
|
17313
17253
|
strongest: boolean;
|
|
17314
17254
|
variant: BentoTypographyVariant;
|
|
17315
17255
|
wide: boolean;
|
|
17316
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
17256
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
|
|
17317
17257
|
/**
|
|
17318
17258
|
* Sets the HTML DOM element.
|
|
17319
17259
|
* @values h1, h2, h3, h4, h5, h6, div, p, span
|