@adyen/bento-vue3 1.2.0 → 1.3.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/components.d.ts +12 -0
- package/dist/@types/packages/vue2/src/components/button/components/loading-button/loading-button.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue.d.ts +76 -30
- package/dist/@types/packages/vue2/src/components/country/composables/index.d.ts +0 -1
- package/dist/@types/packages/vue2/src/components/country/country.vue.d.ts +1 -2
- package/dist/@types/packages/vue2/src/components/date-picker/date-picker.vue.d.ts +11 -1
- package/dist/@types/packages/vue2/src/components/date-range-picker/date-range-picker.vue.d.ts +11 -1
- package/dist/@types/packages/vue2/src/components/dropdown/dropdown.vue.d.ts +2 -1
- package/dist/@types/packages/vue2/src/components/filter-bar/components/date-range-filter/date-range-filter.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/form-layout/components/form-layout-field-tip/form-layout-field-tip.vue.d.ts +10 -0
- package/dist/@types/packages/vue2/src/components/form-layout/components/form-layout-field-tip/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/form-layout/components/form-layout-group/composable/use-form-layout-group-percentage.d.ts +3 -0
- package/dist/@types/packages/vue2/src/components/form-layout/components/form-layout-group/form-layout-group.types.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/form-layout/components/form-layout-group/form-layout-group.vue.d.ts +23 -0
- package/dist/@types/packages/vue2/src/components/form-layout/components/form-layout-group/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/form-layout/components/form-layout-title/form-layout-title.vue.d.ts +33 -0
- package/dist/@types/packages/vue2/src/components/form-layout/components/form-layout-title/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/form-layout/components/index.d.ts +3 -0
- package/dist/@types/packages/vue2/src/components/form-layout/form-layout.types.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/form-layout/form-layout.vue.d.ts +33 -0
- package/dist/@types/packages/vue2/src/components/form-layout/index.d.ts +2 -0
- package/dist/@types/packages/vue2/src/components/input-field/input-field.vue.d.ts +2 -1
- package/dist/@types/packages/vue2/src/components/internal/controls-group/controls-group.vue.d.ts +53 -22
- package/dist/@types/packages/vue2/src/components/modal/components/base-modal/__mocks__/base-modal.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/modal/components/base-modal/base-modal.vue.d.ts +51 -44
- package/dist/@types/packages/vue2/src/components/modal/components/modal-default/modal-default.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/modal/modal.vue.d.ts +4 -12
- package/dist/@types/packages/vue2/src/components/radio-group/radio-group.vue.d.ts +50 -4
- package/dist/@types/packages/vue2/src/components/search-bar/search-bar.vue.d.ts +5 -3
- package/dist/@types/packages/vue2/src/components/sidepanel/components/sidepanel-page.vue.d.ts +68 -0
- package/dist/@types/packages/vue2/src/components/sidepanel/index.d.ts +3 -0
- package/dist/@types/packages/vue2/src/components/sidepanel/sidepanel.keys.d.ts +2 -0
- package/dist/@types/packages/vue2/src/components/sidepanel/sidepanel.types.d.ts +21 -0
- package/dist/@types/packages/vue2/src/components/sidepanel/sidepanel.vue.d.ts +46 -0
- package/dist/@types/packages/vue2/src/components/tabs/tabs.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/textarea/textarea.vue.d.ts +2 -1
- package/dist/@types/packages/vue2/src/components/timeline/timeline.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/composables/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/composables/use-form-layout-loading/use-form-layout-loading.d.ts +4 -0
- package/dist/@types/packages/vue2/src/index.d.ts +2 -0
- package/dist/@types/packages/vue2/src/utils/ts/dev-environment.d.ts +1 -0
- package/dist/accordion.js +1 -1
- package/dist/alert.js +3 -3
- package/dist/assets/arrow-left.css +1 -0
- package/dist/assets/base-button.css +1 -1
- package/dist/assets/button.css +1 -1
- package/dist/assets/calendar.css +1 -1
- package/dist/assets/checkbox.css +1 -1
- package/dist/assets/controls-group.css +1 -1
- package/dist/assets/copy.css +1 -1
- package/dist/assets/dropdown-default-textbox.css +1 -1
- package/dist/assets/dropdown.css +1 -1
- package/dist/assets/error-message.css +1 -1
- package/dist/assets/footer-actions.css +1 -0
- package/dist/assets/grid-layout.css +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/assets/index10.css +1 -1
- package/dist/assets/index11.css +1 -1
- package/dist/assets/index12.css +1 -1
- package/dist/assets/index13.css +1 -1
- package/dist/assets/index14.css +1 -1
- package/dist/assets/index15.css +1 -1
- package/dist/assets/index16.css +1 -1
- package/dist/assets/index17.css +1 -1
- package/dist/assets/index18.css +1 -1
- package/dist/assets/index19.css +1 -1
- package/dist/assets/index2.css +1 -1
- package/dist/assets/index20.css +1 -1
- package/dist/assets/index21.css +1 -1
- package/dist/assets/index22.css +1 -1
- package/dist/assets/index23.css +1 -1
- package/dist/assets/index24.css +1 -1
- package/dist/assets/index25.css +1 -1
- package/dist/assets/index26.css +1 -1
- package/dist/assets/index27.css +1 -1
- package/dist/assets/index28.css +1 -1
- package/dist/assets/index29.css +1 -1
- package/dist/assets/index3.css +1 -1
- package/dist/assets/index30.css +1 -1
- package/dist/assets/index31.css +1 -1
- package/dist/assets/index32.css +1 -1
- package/dist/assets/index33.css +1 -1
- package/dist/assets/index34.css +1 -1
- package/dist/assets/index35.css +1 -1
- package/dist/assets/index36.css +1 -1
- package/dist/assets/index37.css +1 -1
- package/dist/assets/index38.css +1 -1
- package/dist/assets/index39.css +1 -1
- package/dist/assets/index4.css +1 -1
- package/dist/assets/index40.css +1 -1
- package/dist/assets/index41.css +1 -0
- package/dist/assets/index42.css +1 -0
- package/dist/assets/index5.css +1 -1
- package/dist/assets/index6.css +1 -1
- package/dist/assets/index7.css +1 -1
- package/dist/assets/index8.css +1 -1
- package/dist/assets/index9.css +1 -1
- package/dist/assets/listbox-option-tag.css +1 -1
- package/dist/assets/listbox.css +1 -1
- package/dist/assets/loading-button.css +1 -1
- package/dist/assets/tooltip.css +1 -1
- package/dist/avatar-image.js +1 -1
- package/dist/badge.js +1 -1
- package/dist/button.js +3 -3
- package/dist/card.js +3 -3
- package/dist/checkbox.js +111 -97
- package/dist/checkbox.js.map +1 -1
- package/dist/chunks/arrow-left.cdbcc128.js +30 -0
- package/dist/chunks/arrow-left.cdbcc128.js.map +1 -0
- package/dist/chunks/{base-button.4a56c2fb.js → base-button.20be08da.js} +2 -2
- package/dist/chunks/{base-button.4a56c2fb.js.map → base-button.20be08da.js.map} +1 -1
- package/dist/chunks/{button-actions.a6e541ad.js → button-actions.54e28e75.js} +2 -2
- package/dist/chunks/{button-actions.a6e541ad.js.map → button-actions.54e28e75.js.map} +1 -1
- package/dist/chunks/{button.1f630b6e.js → button.e1c39f66.js} +2 -2
- package/dist/chunks/{button.1f630b6e.js.map → button.e1c39f66.js.map} +1 -1
- package/dist/chunks/{calendar.08885a56.js → calendar.09b683b3.js} +6 -6
- package/dist/chunks/calendar.09b683b3.js.map +1 -0
- package/dist/chunks/{checkbox.cfb8b8df.js → checkbox.a404069b.js} +3 -3
- package/dist/chunks/{checkbox.cfb8b8df.js.map → checkbox.a404069b.js.map} +1 -1
- package/dist/chunks/controls-group.60fb2a86.js +136 -0
- package/dist/chunks/controls-group.60fb2a86.js.map +1 -0
- package/dist/chunks/{copy.1ce0203e.js → copy.2cf5e6c3.js} +3 -3
- package/dist/chunks/{copy.1ce0203e.js.map → copy.2cf5e6c3.js.map} +1 -1
- package/dist/chunks/{dropdown-default-textbox.dd77bb42.js → dropdown-default-textbox.203e747f.js} +54 -51
- package/dist/chunks/dropdown-default-textbox.203e747f.js.map +1 -0
- package/dist/chunks/{dropdown.f9997464.js → dropdown.8b415aac.js} +188 -185
- package/dist/chunks/dropdown.8b415aac.js.map +1 -0
- package/dist/chunks/{error-message.b88bb75a.js → error-message.ddfe8ea5.js} +2 -2
- package/dist/chunks/{error-message.b88bb75a.js.map → error-message.ddfe8ea5.js.map} +1 -1
- package/dist/chunks/footer-actions.0f640f87.js +106 -0
- package/dist/chunks/footer-actions.0f640f87.js.map +1 -0
- package/dist/chunks/form-layout.types.a7a1438d.js +5 -0
- package/dist/chunks/form-layout.types.a7a1438d.js.map +1 -0
- package/dist/chunks/{index.361c61d3.js → index.13949709.js} +2 -2
- package/dist/chunks/{index.361c61d3.js.map → index.13949709.js.map} +1 -1
- package/dist/chunks/index.222d29b0.js +120 -0
- package/dist/chunks/index.222d29b0.js.map +1 -0
- package/dist/chunks/{index.64b7b3cc.js → index.3da90517.js} +6 -6
- package/dist/chunks/{index.64b7b3cc.js.map → index.3da90517.js.map} +1 -1
- package/dist/chunks/{index.96001b1d.js → index.aa34e363.js} +3 -3
- package/dist/chunks/{index.96001b1d.js.map → index.aa34e363.js.map} +1 -1
- package/dist/chunks/{index.b46a5047.js → index.c9225c3b.js} +260 -253
- package/dist/chunks/{index.b46a5047.js.map → index.c9225c3b.js.map} +1 -1
- package/dist/chunks/{index.7dd953ea.js → index.d27367cd.js} +2 -2
- package/dist/chunks/{index.7dd953ea.js.map → index.d27367cd.js.map} +1 -1
- package/dist/chunks/{listbox-option-tag.73661a5d.js → listbox-option-tag.5ae8b79b.js} +3 -3
- package/dist/chunks/{listbox-option-tag.73661a5d.js.map → listbox-option-tag.5ae8b79b.js.map} +1 -1
- package/dist/chunks/{listbox.7b5e0eee.js → listbox.0c7c4e5e.js} +339 -339
- package/dist/chunks/listbox.0c7c4e5e.js.map +1 -0
- package/dist/chunks/loading-button.61d8ebe5.js +109 -0
- package/dist/chunks/loading-button.61d8ebe5.js.map +1 -0
- package/dist/chunks/{tooltip.53290a34.js → tooltip.835d9b52.js} +2 -2
- package/dist/chunks/tooltip.835d9b52.js.map +1 -0
- package/dist/chunks/use-form-layout-loading.d03e5d48.js +12 -0
- package/dist/chunks/use-form-layout-loading.d03e5d48.js.map +1 -0
- package/dist/code-snippet.js +6 -6
- package/dist/code-snippet.js.map +1 -1
- package/dist/country.js +559 -595
- package/dist/country.js.map +1 -1
- package/dist/currency.js +1 -1
- package/dist/data-grid.js +682 -702
- package/dist/data-grid.js.map +1 -1
- package/dist/date-picker.js +82 -75
- package/dist/date-picker.js.map +1 -1
- package/dist/date-range-picker.js +2 -2
- package/dist/date.js +1 -1
- package/dist/divider.js +1 -1
- package/dist/dropdown.js +67 -62
- package/dist/dropdown.js.map +1 -1
- package/dist/filter-bar.js +446 -442
- package/dist/filter-bar.js.map +1 -1
- package/dist/focus-trap.js +1 -1
- package/dist/form-layout.js +188 -0
- package/dist/form-layout.js.map +1 -0
- package/dist/header.js +3 -3
- package/dist/index.js +191 -187
- package/dist/index.js.map +1 -1
- package/dist/info-icon.js +2 -2
- package/dist/input-field.js +123 -121
- package/dist/input-field.js.map +1 -1
- package/dist/internal.js +6 -6
- package/dist/link.js +2 -2
- package/dist/loading-indicator.js +1 -1
- package/dist/menu.js +4 -4
- package/dist/modal.js +266 -397
- package/dist/modal.js.map +1 -1
- package/dist/pagination.js +4 -4
- package/dist/payment-method.js +2 -2
- package/dist/popover.js +4 -4
- package/dist/popper-container.js +2 -2
- package/dist/radio-group.js +127 -124
- package/dist/radio-group.js.map +1 -1
- package/dist/search-bar.js +2 -2
- package/dist/segmented-control.js +4 -4
- package/dist/sidepanel.js +279 -0
- package/dist/sidepanel.js.map +1 -0
- package/dist/status.js +2 -2
- package/dist/structured-list.js +1 -1
- package/dist/summary-grid.js +3 -3
- package/dist/tabs.js +7 -7
- package/dist/tabs.js.map +1 -1
- package/dist/tag.js +3 -3
- package/dist/textarea.js +97 -95
- package/dist/textarea.js.map +1 -1
- package/dist/timeline.js +8 -8
- package/dist/timeline.js.map +1 -1
- package/dist/toast.js +3 -3
- package/dist/toggle.js +2 -2
- package/dist/typography.js +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +14 -7
- package/dist/@types/packages/vue2/src/components/country/composables/useCountryFlag.d.ts +0 -2
- package/dist/chunks/calendar.08885a56.js.map +0 -1
- package/dist/chunks/controls-group.806da9bd.js +0 -75
- package/dist/chunks/controls-group.806da9bd.js.map +0 -1
- package/dist/chunks/dropdown-default-textbox.dd77bb42.js.map +0 -1
- package/dist/chunks/dropdown.f9997464.js.map +0 -1
- package/dist/chunks/index.ebf5f6cf.js +0 -119
- package/dist/chunks/index.ebf5f6cf.js.map +0 -1
- package/dist/chunks/listbox.7b5e0eee.js.map +0 -1
- package/dist/chunks/loading-button.426d89b9.js +0 -113
- package/dist/chunks/loading-button.426d89b9.js.map +0 -1
- package/dist/chunks/tooltip.53290a34.js.map +0 -1
|
@@ -28,6 +28,10 @@ import {
|
|
|
28
28
|
BentoDropdownCurrency,
|
|
29
29
|
BentoDropdownPaymentMethod,
|
|
30
30
|
BentoFilterBar,
|
|
31
|
+
BentoFormLayout,
|
|
32
|
+
BentoFormLayoutFieldTip,
|
|
33
|
+
BentoFormLayoutGroup,
|
|
34
|
+
BentoFormLayoutTitle,
|
|
31
35
|
BentoHeader,
|
|
32
36
|
BentoInfoIcon,
|
|
33
37
|
BentoInputField,
|
|
@@ -42,6 +46,8 @@ import {
|
|
|
42
46
|
BentoRadioGroup,
|
|
43
47
|
BentoSearchBar,
|
|
44
48
|
BentoSegmentedControl,
|
|
49
|
+
BentoSidepanel,
|
|
50
|
+
BentoSidepanelPage,
|
|
45
51
|
BentoStatus,
|
|
46
52
|
BentoStructuredList,
|
|
47
53
|
BentoStructuredListItem,
|
|
@@ -91,6 +97,10 @@ declare module 'vue' {
|
|
|
91
97
|
BentoDropdownAvatar: typeof BentoDropdownAvatar;
|
|
92
98
|
BentoDropdownCountry: typeof BentoDropdownCountry;
|
|
93
99
|
BentoFilterBar: typeof BentoFilterBar;
|
|
100
|
+
BentoFormLayout: typeof BentoFormLayout;
|
|
101
|
+
BentoFormLayoutFieldTip: typeof BentoFormLayoutFieldTip;
|
|
102
|
+
BentoFormLayoutGroup: typeof BentoFormLayoutGroup;
|
|
103
|
+
BentoFormLayoutTitle: typeof BentoFormLayoutTitle;
|
|
94
104
|
BentoHeader: typeof BentoHeader;
|
|
95
105
|
BentoInfoIcon: typeof BentoInfoIcon;
|
|
96
106
|
BentoDropdownCurrency: typeof BentoDropdownCurrency;
|
|
@@ -107,6 +117,8 @@ declare module 'vue' {
|
|
|
107
117
|
BentoRadioGroup: typeof BentoRadioGroup;
|
|
108
118
|
BentoSearchBar: typeof BentoSearchBar;
|
|
109
119
|
BentoSegmentedControl: typeof BentoSegmentedControl;
|
|
120
|
+
BentoSidepanel: typeof BentoSidepanel;
|
|
121
|
+
BentoSidepanelPage: typeof BentoSidepanelPage;
|
|
110
122
|
BentoStatus: typeof BentoStatus;
|
|
111
123
|
BentoStructuredList: typeof BentoStructuredList;
|
|
112
124
|
BentoStructuredListItem: typeof BentoStructuredListItem;
|
|
@@ -11,7 +11,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
11
11
|
default: boolean;
|
|
12
12
|
};
|
|
13
13
|
state: {
|
|
14
|
-
type: PropType<BentoLoadingButtonState>;
|
|
14
|
+
type: PropType<"start" | "success" | BentoLoadingButtonState | "loading" | "fail">;
|
|
15
15
|
default: BentoLoadingButtonState;
|
|
16
16
|
validator: (value: BentoLoadingButtonState) => boolean;
|
|
17
17
|
};
|
|
@@ -37,7 +37,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
37
37
|
default: boolean;
|
|
38
38
|
};
|
|
39
39
|
state: {
|
|
40
|
-
type: PropType<BentoLoadingButtonState>;
|
|
40
|
+
type: PropType<"start" | "success" | BentoLoadingButtonState | "loading" | "fail">;
|
|
41
41
|
default: BentoLoadingButtonState;
|
|
42
42
|
validator: (value: BentoLoadingButtonState) => boolean;
|
|
43
43
|
};
|
|
@@ -50,6 +50,6 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
50
50
|
condensed: any;
|
|
51
51
|
disabled: any;
|
|
52
52
|
variant: any;
|
|
53
|
-
state: BentoLoadingButtonState;
|
|
53
|
+
state: "start" | "success" | BentoLoadingButtonState | "loading" | "fail";
|
|
54
54
|
}>;
|
|
55
55
|
export default _default;
|
|
@@ -2,10 +2,38 @@ import { PropType } from "../../../../../../vue3/node_modules/vue";
|
|
|
2
2
|
import { BentoCheckboxGroupItems, BentoCheckboxGroupVariant } from './checkbox-group.types';
|
|
3
3
|
import { BentoCheckboxEvent } from '../../checkbox.types';
|
|
4
4
|
declare const _default: import("../../../../../../vue3/node_modules/vue").DefineComponent<{
|
|
5
|
+
description: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
default: any;
|
|
8
|
+
};
|
|
9
|
+
disabled: {
|
|
10
|
+
type: BooleanConstructor;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
13
|
+
errorMessage: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
default: any;
|
|
16
|
+
};
|
|
17
|
+
formId: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: any;
|
|
20
|
+
};
|
|
21
|
+
hasError: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
hideLabel: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: any;
|
|
28
|
+
};
|
|
5
29
|
items: {
|
|
6
30
|
type: PropType<BentoCheckboxGroupItems>;
|
|
7
31
|
required: true;
|
|
8
32
|
};
|
|
33
|
+
label: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
required: true;
|
|
36
|
+
};
|
|
9
37
|
modelValue: {
|
|
10
38
|
type: {
|
|
11
39
|
(arrayLength: number): (string | number)[];
|
|
@@ -23,16 +51,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
23
51
|
};
|
|
24
52
|
default: () => any[];
|
|
25
53
|
};
|
|
26
|
-
|
|
27
|
-
type: PropType<"vertical" | "horizontal" | BentoCheckboxGroupVariant>;
|
|
28
|
-
default: BentoCheckboxGroupVariant;
|
|
29
|
-
validator: (value: BentoCheckboxGroupVariant) => boolean;
|
|
30
|
-
};
|
|
31
|
-
formId: {
|
|
32
|
-
type: StringConstructor;
|
|
33
|
-
default: any;
|
|
34
|
-
};
|
|
35
|
-
disabled: {
|
|
54
|
+
optional: {
|
|
36
55
|
type: BooleanConstructor;
|
|
37
56
|
default: boolean;
|
|
38
57
|
};
|
|
@@ -40,20 +59,22 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
40
59
|
type: BooleanConstructor;
|
|
41
60
|
default: boolean;
|
|
42
61
|
};
|
|
43
|
-
|
|
62
|
+
required: {
|
|
44
63
|
type: BooleanConstructor;
|
|
45
64
|
default: boolean;
|
|
46
65
|
};
|
|
47
|
-
|
|
66
|
+
tooltipText: {
|
|
48
67
|
type: StringConstructor;
|
|
49
68
|
default: any;
|
|
50
69
|
};
|
|
51
|
-
|
|
52
|
-
type:
|
|
53
|
-
|
|
70
|
+
variant: {
|
|
71
|
+
type: PropType<"vertical" | "horizontal" | BentoCheckboxGroupVariant>;
|
|
72
|
+
default: BentoCheckboxGroupVariant;
|
|
73
|
+
validator: (value: BentoCheckboxGroupVariant) => boolean;
|
|
54
74
|
};
|
|
55
75
|
}, {
|
|
56
76
|
errorId: string;
|
|
77
|
+
isReadOnly: import("../../../../../../vue3/node_modules/vue").ComputedRef<boolean>;
|
|
57
78
|
shouldShowGroupError: import("../../../../../../vue3/node_modules/vue").ComputedRef<boolean>;
|
|
58
79
|
shouldShowGroupErrorMessage: import("../../../../../../vue3/node_modules/vue").ComputedRef<boolean>;
|
|
59
80
|
conditionalClasses: import("../../../../../../vue3/node_modules/vue").ComputedRef<{
|
|
@@ -62,10 +83,38 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
62
83
|
inputValue: import("../../../../../../vue3/node_modules/vue").Ref<(string | number)[]>;
|
|
63
84
|
onInput: (value: any) => void;
|
|
64
85
|
}, unknown, {}, {}, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, BentoCheckboxEvent[], BentoCheckboxEvent, import("../../../../../../vue3/node_modules/vue").VNodeProps & import("../../../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
86
|
+
description: {
|
|
87
|
+
type: StringConstructor;
|
|
88
|
+
default: any;
|
|
89
|
+
};
|
|
90
|
+
disabled: {
|
|
91
|
+
type: BooleanConstructor;
|
|
92
|
+
default: boolean;
|
|
93
|
+
};
|
|
94
|
+
errorMessage: {
|
|
95
|
+
type: StringConstructor;
|
|
96
|
+
default: any;
|
|
97
|
+
};
|
|
98
|
+
formId: {
|
|
99
|
+
type: StringConstructor;
|
|
100
|
+
default: any;
|
|
101
|
+
};
|
|
102
|
+
hasError: {
|
|
103
|
+
type: BooleanConstructor;
|
|
104
|
+
default: boolean;
|
|
105
|
+
};
|
|
106
|
+
hideLabel: {
|
|
107
|
+
type: BooleanConstructor;
|
|
108
|
+
default: any;
|
|
109
|
+
};
|
|
65
110
|
items: {
|
|
66
111
|
type: PropType<BentoCheckboxGroupItems>;
|
|
67
112
|
required: true;
|
|
68
113
|
};
|
|
114
|
+
label: {
|
|
115
|
+
type: StringConstructor;
|
|
116
|
+
required: true;
|
|
117
|
+
};
|
|
69
118
|
modelValue: {
|
|
70
119
|
type: {
|
|
71
120
|
(arrayLength: number): (string | number)[];
|
|
@@ -83,16 +132,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
83
132
|
};
|
|
84
133
|
default: () => any[];
|
|
85
134
|
};
|
|
86
|
-
|
|
87
|
-
type: PropType<"vertical" | "horizontal" | BentoCheckboxGroupVariant>;
|
|
88
|
-
default: BentoCheckboxGroupVariant;
|
|
89
|
-
validator: (value: BentoCheckboxGroupVariant) => boolean;
|
|
90
|
-
};
|
|
91
|
-
formId: {
|
|
92
|
-
type: StringConstructor;
|
|
93
|
-
default: any;
|
|
94
|
-
};
|
|
95
|
-
disabled: {
|
|
135
|
+
optional: {
|
|
96
136
|
type: BooleanConstructor;
|
|
97
137
|
default: boolean;
|
|
98
138
|
};
|
|
@@ -100,23 +140,29 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
100
140
|
type: BooleanConstructor;
|
|
101
141
|
default: boolean;
|
|
102
142
|
};
|
|
103
|
-
|
|
143
|
+
required: {
|
|
104
144
|
type: BooleanConstructor;
|
|
105
145
|
default: boolean;
|
|
106
146
|
};
|
|
107
|
-
|
|
147
|
+
tooltipText: {
|
|
108
148
|
type: StringConstructor;
|
|
109
149
|
default: any;
|
|
110
150
|
};
|
|
111
|
-
|
|
112
|
-
type:
|
|
113
|
-
|
|
151
|
+
variant: {
|
|
152
|
+
type: PropType<"vertical" | "horizontal" | BentoCheckboxGroupVariant>;
|
|
153
|
+
default: BentoCheckboxGroupVariant;
|
|
154
|
+
validator: (value: BentoCheckboxGroupVariant) => boolean;
|
|
114
155
|
};
|
|
115
156
|
}>> & {
|
|
116
157
|
"onUpdate:model-value"?: (...args: any[]) => any;
|
|
117
158
|
}, {
|
|
159
|
+
required: boolean;
|
|
118
160
|
disabled: boolean;
|
|
119
161
|
variant: "vertical" | "horizontal" | BentoCheckboxGroupVariant;
|
|
162
|
+
description: string;
|
|
163
|
+
tooltipText: string;
|
|
164
|
+
optional: boolean;
|
|
165
|
+
hideLabel: boolean;
|
|
120
166
|
errorMessage: string;
|
|
121
167
|
readonly: boolean;
|
|
122
168
|
modelValue: (string | number)[];
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
export { useCountryCapital } from './useCountryCapital/useCountryCapital';
|
|
2
|
-
export { useCountryFlag } from './useCountryFlag';
|
|
3
2
|
export { useCountryName } from './useCountryName/useCountryName';
|
|
4
3
|
export { useCountryPhoneCode } from './useCountryPhoneCode/useCountryPhoneCode';
|
|
@@ -17,9 +17,8 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
17
17
|
validator: (value: BentoCountryVariant) => boolean;
|
|
18
18
|
};
|
|
19
19
|
}, {
|
|
20
|
-
flagIconSrc: import("../../../../vue3/node_modules/vue").Ref<string>;
|
|
21
20
|
countryName: import("../../../../vue3/node_modules/vue").ComputedRef<any>;
|
|
22
|
-
countryLabel: import("../../../../vue3/node_modules/vue").Ref<
|
|
21
|
+
countryLabel: import("../../../../vue3/node_modules/vue").Ref<string>;
|
|
23
22
|
BentoTypographyElement: typeof BentoTypographyElement;
|
|
24
23
|
}, unknown, {}, {}, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, {}, string, import("../../../../vue3/node_modules/vue").VNodeProps & import("../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
25
24
|
code: {
|
|
@@ -24,6 +24,10 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
24
24
|
type: BooleanConstructor;
|
|
25
25
|
default: boolean;
|
|
26
26
|
};
|
|
27
|
+
readonly: {
|
|
28
|
+
type: BooleanConstructor;
|
|
29
|
+
default: boolean;
|
|
30
|
+
};
|
|
27
31
|
required: {
|
|
28
32
|
type: BooleanConstructor;
|
|
29
33
|
default: boolean;
|
|
@@ -42,6 +46,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
42
46
|
}>;
|
|
43
47
|
isDateIncorrect: Ref<boolean>;
|
|
44
48
|
isDatePickerOpen: Ref<boolean>;
|
|
49
|
+
isReadOnly: import("../../../../vue3/node_modules/vue").ComputedRef<boolean>;
|
|
45
50
|
dateErrorText: import("../../../../vue3/node_modules/vue").ComputedRef<string>;
|
|
46
51
|
labelId: string;
|
|
47
52
|
descriptionId: string;
|
|
@@ -99,6 +104,10 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
99
104
|
type: BooleanConstructor;
|
|
100
105
|
default: boolean;
|
|
101
106
|
};
|
|
107
|
+
readonly: {
|
|
108
|
+
type: BooleanConstructor;
|
|
109
|
+
default: boolean;
|
|
110
|
+
};
|
|
102
111
|
required: {
|
|
103
112
|
type: BooleanConstructor;
|
|
104
113
|
default: boolean;
|
|
@@ -117,7 +126,8 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
117
126
|
description: string;
|
|
118
127
|
isDateDisabled: any;
|
|
119
128
|
firstDayOfWeek: any;
|
|
120
|
-
errorMessage: string;
|
|
121
129
|
optional: boolean;
|
|
130
|
+
errorMessage: string;
|
|
131
|
+
readonly: boolean;
|
|
122
132
|
}>;
|
|
123
133
|
export default _default;
|
package/dist/@types/packages/vue2/src/components/date-range-picker/date-range-picker.vue.d.ts
CHANGED
|
@@ -29,6 +29,10 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
29
29
|
type: BooleanConstructor;
|
|
30
30
|
default: boolean;
|
|
31
31
|
};
|
|
32
|
+
readonly: {
|
|
33
|
+
type: BooleanConstructor;
|
|
34
|
+
default: boolean;
|
|
35
|
+
};
|
|
32
36
|
required: {
|
|
33
37
|
type: BooleanConstructor;
|
|
34
38
|
default: boolean;
|
|
@@ -49,6 +53,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
49
53
|
}>;
|
|
50
54
|
isDateIncorrect: import("../../../../vue3/node_modules/vue").Ref<boolean>;
|
|
51
55
|
isDateRangePickerOpen: import("../../../../vue3/node_modules/vue").Ref<boolean>;
|
|
56
|
+
isReadOnly: import("../../../../vue3/node_modules/vue").ComputedRef<boolean>;
|
|
52
57
|
labelId: string;
|
|
53
58
|
descriptionId: string;
|
|
54
59
|
dateErrorId: string;
|
|
@@ -113,6 +118,10 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
113
118
|
type: BooleanConstructor;
|
|
114
119
|
default: boolean;
|
|
115
120
|
};
|
|
121
|
+
readonly: {
|
|
122
|
+
type: BooleanConstructor;
|
|
123
|
+
default: boolean;
|
|
124
|
+
};
|
|
116
125
|
required: {
|
|
117
126
|
type: BooleanConstructor;
|
|
118
127
|
default: boolean;
|
|
@@ -136,8 +145,9 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
136
145
|
firstDayOfWeek: any;
|
|
137
146
|
maxRange: any;
|
|
138
147
|
numberOfMonths: any;
|
|
139
|
-
errorMessage: string;
|
|
140
148
|
optional: boolean;
|
|
149
|
+
errorMessage: string;
|
|
150
|
+
readonly: boolean;
|
|
141
151
|
allowTimeInput: boolean;
|
|
142
152
|
quickSelectRanges: DateRangePickerCalendarRangeSelectorItems;
|
|
143
153
|
}>;
|
|
@@ -96,6 +96,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
96
96
|
dropdownOptionsContainerId: string;
|
|
97
97
|
filteredItems: import("../../../../vue3/node_modules/vue").ComputedRef<any>;
|
|
98
98
|
isSearching: import("../../../../vue3/node_modules/vue").ComputedRef<boolean>;
|
|
99
|
+
isReadOnly: import("../../../../vue3/node_modules/vue").ComputedRef<boolean>;
|
|
99
100
|
searchTerm: import("../../../../vue3/node_modules/vue").Ref<string>;
|
|
100
101
|
labelId: string;
|
|
101
102
|
descriptionId: string;
|
|
@@ -242,6 +243,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
242
243
|
ariaLabel: string;
|
|
243
244
|
description: string;
|
|
244
245
|
placeholder: string;
|
|
246
|
+
optional: boolean;
|
|
245
247
|
errorMessage: string;
|
|
246
248
|
size: "DropdownInputDefault" | "DropdownInputSmall" | BentoDropdownSize;
|
|
247
249
|
items: BentoListboxOptions;
|
|
@@ -253,6 +255,5 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
253
255
|
multiple: boolean;
|
|
254
256
|
dynamicFiltering: boolean;
|
|
255
257
|
showSlotContentInMultiple: boolean;
|
|
256
|
-
optional: boolean;
|
|
257
258
|
}>;
|
|
258
259
|
export default _default;
|
|
@@ -184,11 +184,9 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
184
184
|
};
|
|
185
185
|
BentoTypographyElement: typeof BentoTypographyElement;
|
|
186
186
|
BentoTypographyVariant: typeof BentoTypographyVariant;
|
|
187
|
-
clearFilter: () => void;
|
|
188
187
|
onDateSelected: (selectedDate: BentoDateRangePickerValue) => void;
|
|
189
188
|
openFilter: () => void;
|
|
190
189
|
updateFilter: () => void;
|
|
191
|
-
resetFilter: () => void;
|
|
192
190
|
onDatePickerRangeError: () => void;
|
|
193
191
|
onDatePickerRangeFormDateInputUpdate: (dateFormDate: DateRangePickerCalendarFormData) => void;
|
|
194
192
|
onDateInputSelected: (selectedDate: BentoDateRangePickerValue) => void;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/node_modules/vue").DefineComponent<{}, {}, {}, {}, {}, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, {}, string, import("../../../../../../vue3/node_modules/vue").VNodeProps & import("../../../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../../vue3/node_modules/vue").ExtractPropTypes<{}>>, {}>, {
|
|
2
|
+
default: (_: {}) => any;
|
|
3
|
+
message: (_: {}) => any;
|
|
4
|
+
}>;
|
|
5
|
+
export default _default;
|
|
6
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
7
|
+
new (): {
|
|
8
|
+
$slots: S;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as BentoFormLayoutFieldTip } from './form-layout-field-tip.vue';
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { Ref } from "../../../../../../../vue3/node_modules/vue";
|
|
2
|
+
import { BentoLayoutGroupProportions } from '../form-layout-group.types';
|
|
3
|
+
export declare const useFormLayoutGroupPercentage: (layoutProp: Ref<BentoLayoutGroupProportions>, formLayoutGroupRef: Ref<HTMLElement>) => void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type BentoLayoutGroupProportions = '50-50' | '25-75' | '75-25' | '33-66' | '66-33' | '25' | '33' | '50' | '100';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { PropType } from "../../../../../../vue3/node_modules/vue";
|
|
2
|
+
import { BentoLayoutGroupProportions } from './form-layout-group.types';
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/node_modules/vue").DefineComponent<{
|
|
4
|
+
layout: {
|
|
5
|
+
type: PropType<BentoLayoutGroupProportions>;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
}, {}, unknown, {}, {}, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, {}, string, import("../../../../../../vue3/node_modules/vue").VNodeProps & import("../../../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
9
|
+
layout: {
|
|
10
|
+
type: PropType<BentoLayoutGroupProportions>;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
}>>, {
|
|
14
|
+
layout: BentoLayoutGroupProportions;
|
|
15
|
+
}>, {
|
|
16
|
+
default: (_: {}) => any;
|
|
17
|
+
}>;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|
package/dist/@types/packages/vue2/src/components/form-layout/components/form-layout-group/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as BentoFormLayoutGroup } from './form-layout-group.vue';
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { BentoTypographyElement } from "../../../typography";
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/node_modules/vue").DefineComponent<{
|
|
3
|
+
subsection: {
|
|
4
|
+
type: BooleanConstructor;
|
|
5
|
+
default: boolean;
|
|
6
|
+
};
|
|
7
|
+
el: {
|
|
8
|
+
type: any;
|
|
9
|
+
required: true;
|
|
10
|
+
validator: (value: BentoTypographyElement) => boolean;
|
|
11
|
+
};
|
|
12
|
+
}, {}, unknown, {}, {}, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, {}, string, import("../../../../../../vue3/node_modules/vue").VNodeProps & import("../../../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
13
|
+
subsection: {
|
|
14
|
+
type: BooleanConstructor;
|
|
15
|
+
default: boolean;
|
|
16
|
+
};
|
|
17
|
+
el: {
|
|
18
|
+
type: any;
|
|
19
|
+
required: true;
|
|
20
|
+
validator: (value: BentoTypographyElement) => boolean;
|
|
21
|
+
};
|
|
22
|
+
}>>, {
|
|
23
|
+
subsection: boolean;
|
|
24
|
+
}>, {
|
|
25
|
+
default: (_: {}) => any;
|
|
26
|
+
description: (_: {}) => any;
|
|
27
|
+
}>;
|
|
28
|
+
export default _default;
|
|
29
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
30
|
+
new (): {
|
|
31
|
+
$slots: S;
|
|
32
|
+
};
|
|
33
|
+
};
|
package/dist/@types/packages/vue2/src/components/form-layout/components/form-layout-title/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as BentoFormLayoutTitle } from './form-layout-title.vue';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const FORM_LAYOUT_LOADING_INJECTION_KEY: unique symbol;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_modules/vue").DefineComponent<{
|
|
2
|
+
form: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
loading: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
}, {}, unknown, {}, {}, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, {}, string, import("../../../../vue3/node_modules/vue").VNodeProps & import("../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
11
|
+
form: {
|
|
12
|
+
type: BooleanConstructor;
|
|
13
|
+
default: boolean;
|
|
14
|
+
};
|
|
15
|
+
loading: {
|
|
16
|
+
type: BooleanConstructor;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
}>>, {
|
|
20
|
+
form: boolean;
|
|
21
|
+
loading: boolean;
|
|
22
|
+
}>, {
|
|
23
|
+
'error-message': (_: {}) => any;
|
|
24
|
+
default: (_: {}) => any;
|
|
25
|
+
'actions-left': (_: {}) => any;
|
|
26
|
+
'actions-right': (_: {}) => any;
|
|
27
|
+
}>;
|
|
28
|
+
export default _default;
|
|
29
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
30
|
+
new (): {
|
|
31
|
+
$slots: S;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
@@ -98,6 +98,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
98
98
|
staticValueId: string;
|
|
99
99
|
descriptionId: string;
|
|
100
100
|
errorId: string;
|
|
101
|
+
isReadOnly: import("../../../../vue3/node_modules/vue").ComputedRef<boolean>;
|
|
101
102
|
shouldDisplayStaticValueAtStart: import("../../../../vue3/node_modules/vue").ComputedRef<boolean>;
|
|
102
103
|
shouldDisplayStaticValueAtEnd: import("../../../../vue3/node_modules/vue").ComputedRef<boolean>;
|
|
103
104
|
shouldShowDropdown: import("../../../../vue3/node_modules/vue").ComputedRef<boolean>;
|
|
@@ -194,9 +195,9 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
194
195
|
error: boolean;
|
|
195
196
|
ariaLabel: string;
|
|
196
197
|
placeholder: string;
|
|
198
|
+
optional: boolean;
|
|
197
199
|
errorMessage: string;
|
|
198
200
|
readonly: boolean;
|
|
199
|
-
optional: boolean;
|
|
200
201
|
dropdown: BentoInputDropdownProps;
|
|
201
202
|
ariaHidden: boolean;
|
|
202
203
|
dropdownPosition: "start" | "end" | BentoInputFieldElementPosition;
|
package/dist/@types/packages/vue2/src/components/internal/controls-group/controls-group.vue.d.ts
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
label: {
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("../../../../../vue3/node_modules/vue").DefineComponent<{
|
|
2
|
+
description: {
|
|
4
3
|
type: StringConstructor;
|
|
5
|
-
|
|
4
|
+
default: any;
|
|
6
5
|
};
|
|
7
|
-
|
|
6
|
+
disabled: {
|
|
8
7
|
type: BooleanConstructor;
|
|
9
8
|
default: boolean;
|
|
10
9
|
};
|
|
@@ -12,31 +11,28 @@ declare const _default: import("../../../../../vue3/node_modules/vue").DefineCom
|
|
|
12
11
|
type: StringConstructor;
|
|
13
12
|
default: any;
|
|
14
13
|
};
|
|
15
|
-
|
|
14
|
+
hideLabel: {
|
|
16
15
|
type: BooleanConstructor;
|
|
17
|
-
default:
|
|
16
|
+
default: any;
|
|
18
17
|
};
|
|
19
|
-
}, {
|
|
20
|
-
BentoTypographyElement: typeof BentoTypographyElement;
|
|
21
|
-
ariaAttributes: import("../../../../../vue3/node_modules/vue").ComputedRef<{
|
|
22
|
-
'aria-describedby': string;
|
|
23
|
-
}>;
|
|
24
|
-
conditionalClasses: import("../../../../../vue3/node_modules/vue").ComputedRef<{
|
|
25
|
-
'b-controls-group--disabled': boolean;
|
|
26
|
-
}>;
|
|
27
|
-
legendConditionalClasses: import("../../../../../vue3/node_modules/vue").ComputedRef<{
|
|
28
|
-
'b-controls-group__label--hidden': boolean;
|
|
29
|
-
}>;
|
|
30
|
-
}, unknown, {}, {}, import("../../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../../vue3/node_modules/vue").ComponentOptionsMixin, {}, string, import("../../../../../vue3/node_modules/vue").VNodeProps & import("../../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
31
18
|
label: {
|
|
32
19
|
type: StringConstructor;
|
|
33
20
|
required: true;
|
|
34
21
|
};
|
|
35
|
-
|
|
22
|
+
optional: {
|
|
36
23
|
type: BooleanConstructor;
|
|
37
24
|
default: boolean;
|
|
38
25
|
};
|
|
39
|
-
|
|
26
|
+
required: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
tooltipText: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: any;
|
|
33
|
+
};
|
|
34
|
+
}, {}, unknown, {}, {}, import("../../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../../vue3/node_modules/vue").ComponentOptionsMixin, {}, string, import("../../../../../vue3/node_modules/vue").VNodeProps & import("../../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
35
|
+
description: {
|
|
40
36
|
type: StringConstructor;
|
|
41
37
|
default: any;
|
|
42
38
|
};
|
|
@@ -44,9 +40,44 @@ declare const _default: import("../../../../../vue3/node_modules/vue").DefineCom
|
|
|
44
40
|
type: BooleanConstructor;
|
|
45
41
|
default: boolean;
|
|
46
42
|
};
|
|
43
|
+
form: {
|
|
44
|
+
type: StringConstructor;
|
|
45
|
+
default: any;
|
|
46
|
+
};
|
|
47
|
+
hideLabel: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
default: any;
|
|
50
|
+
};
|
|
51
|
+
label: {
|
|
52
|
+
type: StringConstructor;
|
|
53
|
+
required: true;
|
|
54
|
+
};
|
|
55
|
+
optional: {
|
|
56
|
+
type: BooleanConstructor;
|
|
57
|
+
default: boolean;
|
|
58
|
+
};
|
|
59
|
+
required: {
|
|
60
|
+
type: BooleanConstructor;
|
|
61
|
+
default: boolean;
|
|
62
|
+
};
|
|
63
|
+
tooltipText: {
|
|
64
|
+
type: StringConstructor;
|
|
65
|
+
default: any;
|
|
66
|
+
};
|
|
47
67
|
}>>, {
|
|
68
|
+
required: boolean;
|
|
48
69
|
form: string;
|
|
49
70
|
disabled: boolean;
|
|
50
|
-
|
|
71
|
+
description: string;
|
|
72
|
+
tooltipText: string;
|
|
73
|
+
optional: boolean;
|
|
74
|
+
hideLabel: boolean;
|
|
75
|
+
}>, {
|
|
76
|
+
default: (_: {}) => any;
|
|
51
77
|
}>;
|
|
52
78
|
export default _default;
|
|
79
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
80
|
+
new (): {
|
|
81
|
+
$slots: S;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
@@ -116,10 +116,10 @@ declare const _default: import("../../../../../../../vue3/node_modules/vue").Def
|
|
|
116
116
|
"onClose-modal"?: (...args: any[]) => any;
|
|
117
117
|
}, {
|
|
118
118
|
size: BentoModalSize;
|
|
119
|
-
modalRole: string;
|
|
120
|
-
customPadding: string;
|
|
121
|
-
withColumnLayout: boolean;
|
|
122
119
|
columnsSize: BentoModalColumnLayoutVariant;
|
|
120
|
+
customPadding: string;
|
|
123
121
|
initiallyOpen: boolean;
|
|
122
|
+
modalRole: string;
|
|
123
|
+
withColumnLayout: boolean;
|
|
124
124
|
}>;
|
|
125
125
|
export default _default;
|