@volverjs/ui-vue 0.0.10-beta.2 → 0.0.10-beta.21
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/LICENSE +1 -1
- package/README.md +98 -3
- package/auto-imports.d.ts +6 -2
- package/bin/icons.cjs +1 -1
- package/bin/icons.js +23 -16
- package/dist/Volver.d.ts +1 -1
- package/dist/components/VvAccordion/VvAccordion.es.js +70 -14
- package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
- package/dist/components/VvAccordion/VvAccordion.vue.d.ts +13 -6
- package/dist/components/VvAccordion/index.d.ts +4 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +117 -38
- package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +15 -8
- package/dist/components/VvAccordionGroup/index.d.ts +4 -1
- package/dist/components/VvAction/VvAction.es.js +58 -13
- package/dist/components/VvAction/VvAction.umd.js +1 -1
- package/dist/components/VvAction/VvAction.vue.d.ts +59 -12
- package/dist/components/VvAction/index.d.ts +25 -4
- package/dist/components/VvAlert/VvAlert.es.js +195 -152
- package/dist/components/VvAlert/VvAlert.umd.js +1 -1
- package/dist/components/VvAlert/VvAlert.vue.d.ts +18 -8
- package/dist/components/VvAlert/index.d.ts +9 -5
- package/dist/components/VvAlertGroup/VvAlertGroup.es.js +240 -174
- package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
- package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +13 -6
- package/dist/components/VvAlertGroup/index.d.ts +6 -2
- package/dist/components/VvAvatar/VvAvatar.es.js +54 -9
- package/dist/components/VvAvatar/VvAvatar.umd.js +1 -1
- package/dist/components/VvAvatar/VvAvatar.vue.d.ts +12 -4
- package/dist/components/VvAvatar/index.d.ts +4 -1
- package/dist/components/VvAvatarGroup/VvAvatarGroup.es.js +111 -36
- package/dist/components/VvAvatarGroup/VvAvatarGroup.umd.js +1 -1
- package/dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts +10 -3
- package/dist/components/VvAvatarGroup/index.d.ts +4 -1
- package/dist/components/VvBadge/VvBadge.es.js +73 -17
- package/dist/components/VvBadge/VvBadge.umd.js +1 -1
- package/dist/components/VvBadge/VvBadge.vue.d.ts +12 -4
- package/dist/components/VvBadge/index.d.ts +4 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +259 -49
- package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +27 -7
- package/dist/components/VvBreadcrumb/index.d.ts +6 -10
- package/dist/components/VvButton/VvButton.es.js +187 -141
- package/dist/components/VvButton/VvButton.umd.js +1 -1
- package/dist/components/VvButton/VvButton.vue.d.ts +101 -27
- package/dist/components/VvButton/index.d.ts +41 -14
- package/dist/components/VvButtonGroup/VvButtonGroup.es.js +69 -16
- package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
- package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +23 -10
- package/dist/components/VvButtonGroup/index.d.ts +8 -2
- package/dist/components/VvCard/VvCard.es.js +84 -25
- package/dist/components/VvCard/VvCard.umd.js +1 -1
- package/dist/components/VvCard/VvCard.vue.d.ts +12 -4
- package/dist/components/VvCard/index.d.ts +4 -1
- package/dist/components/VvCheckbox/VvCheckbox.es.js +91 -22
- package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +104 -32
- package/dist/components/VvCheckbox/index.d.ts +45 -12
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +180 -67
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +100 -29
- package/dist/components/VvCheckboxGroup/index.d.ts +45 -12
- package/dist/components/VvCombobox/VvCombobox.es.js +758 -531
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +181 -108
- package/dist/components/VvCombobox/index.d.ts +53 -22
- package/dist/components/VvDialog/VvDialog.es.js +136 -141
- package/dist/components/VvDialog/VvDialog.umd.js +1 -1
- package/dist/components/VvDialog/VvDialog.vue.d.ts +4 -4
- package/dist/components/VvDropdown/VvDropdown.es.js +121 -55
- package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +101 -75
- package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +72 -11
- package/dist/components/VvDropdown/VvDropdownItem.vue.d.ts +1 -1
- package/dist/components/VvDropdown/VvDropdownOptgroup.vue.d.ts +12 -4
- package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +26 -7
- package/dist/components/VvDropdown/index.d.ts +16 -11
- package/dist/components/VvDropdownAction/VvDropdownAction.es.js +82 -22
- package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
- package/dist/components/VvDropdownItem/VvDropdownItem.es.js +13 -7
- package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.es.js +56 -8
- package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.umd.js +1 -1
- package/dist/components/VvDropdownOption/VvDropdownOption.es.js +76 -17
- package/dist/components/VvDropdownOption/VvDropdownOption.umd.js +1 -1
- package/dist/components/VvIcon/VvIcon.es.js +23 -96
- package/dist/components/VvIcon/VvIcon.umd.js +1 -1
- package/dist/components/VvIcon/VvIcon.vue.d.ts +23 -66
- package/dist/components/VvIcon/index.d.ts +33 -48
- package/dist/components/VvInputFile/VvInputFile.es.js +1734 -0
- package/dist/components/VvInputFile/VvInputFile.umd.js +1 -0
- package/dist/components/VvInputFile/VvInputFile.vue.d.ts +313 -0
- package/dist/components/VvInputFile/index.d.ts +179 -0
- package/dist/components/VvInputText/VvInputClearAction.d.ts +7 -5
- package/dist/components/VvInputText/VvInputPasswordAction.d.ts +10 -8
- package/dist/components/VvInputText/VvInputStepAction.d.ts +1 -1
- package/dist/components/VvInputText/VvInputText.es.js +331 -293
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.vue.d.ts +162 -55
- package/dist/components/VvInputText/index.d.ts +71 -29
- package/dist/components/VvNav/VvNav.es.js +151 -73
- package/dist/components/VvNav/VvNav.umd.js +1 -1
- package/dist/components/VvNav/VvNav.vue.d.ts +41 -14
- package/dist/components/VvNav/VvNavItem.vue.d.ts +9 -0
- package/dist/components/VvNav/VvNavSeparator.vue.d.ts +2 -0
- package/dist/components/VvNav/index.d.ts +5 -13
- package/dist/components/VvNavItem/VvNavItem.es.js +436 -0
- package/dist/components/VvNavItem/VvNavItem.umd.js +1 -0
- package/dist/components/VvNavSeparator/VvNavSeparator.es.js +24 -0
- package/dist/components/VvNavSeparator/VvNavSeparator.umd.js +1 -0
- package/dist/components/VvProgress/VvProgress.es.js +65 -14
- package/dist/components/VvProgress/VvProgress.umd.js +1 -1
- package/dist/components/VvProgress/VvProgress.vue.d.ts +10 -3
- package/dist/components/VvProgress/index.d.ts +4 -1
- package/dist/components/VvRadio/VvRadio.es.js +89 -21
- package/dist/components/VvRadio/VvRadio.umd.js +1 -1
- package/dist/components/VvRadio/VvRadio.vue.d.ts +102 -30
- package/dist/components/VvRadio/index.d.ts +44 -11
- package/dist/components/VvRadioGroup/VvRadioGroup.es.js +180 -66
- package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +100 -29
- package/dist/components/VvRadioGroup/index.d.ts +45 -12
- package/dist/components/VvSelect/VvSelect.es.js +248 -226
- package/dist/components/VvSelect/VvSelect.umd.js +1 -1
- package/dist/components/VvSelect/VvSelect.vue.d.ts +112 -39
- package/dist/components/VvSelect/index.d.ts +48 -14
- package/dist/components/VvTab/VvTab.es.js +256 -110
- package/dist/components/VvTab/VvTab.umd.js +1 -1
- package/dist/components/VvTab/VvTab.vue.d.ts +50 -13
- package/dist/components/VvTab/index.d.ts +13 -4
- package/dist/components/VvTextarea/VvTextarea.es.js +229 -212
- package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
- package/dist/components/VvTextarea/VvTextarea.vue.d.ts +155 -48
- package/dist/components/VvTextarea/index.d.ts +68 -19
- package/dist/components/VvTooltip/VvTooltip.es.js +72 -17
- package/dist/components/VvTooltip/VvTooltip.umd.js +1 -1
- package/dist/components/VvTooltip/VvTooltip.vue.d.ts +10 -3
- package/dist/components/VvTooltip/index.d.ts +4 -1
- package/dist/components/common/HintSlot.d.ts +1 -1
- package/dist/components/index.d.ts +10 -0
- package/dist/components/index.es.js +2902 -1329
- package/dist/components/index.umd.js +1 -1
- package/dist/composables/alert/useAlert.d.ts +37 -4
- package/dist/composables/dropdown/useProvideDropdown.d.ts +1 -1
- package/dist/composables/index.d.ts +1 -0
- package/dist/composables/index.es.js +88 -1
- package/dist/composables/index.umd.js +1 -1
- package/dist/composables/useBlurhash.d.ts +7 -0
- package/dist/composables/useComponentIcon.d.ts +9 -8
- package/dist/composables/useVolver.d.ts +1 -1
- package/dist/directives/index.d.ts +3 -5
- package/dist/directives/index.es.js +92 -31
- package/dist/directives/index.umd.js +1 -1
- package/dist/directives/v-tooltip.es.js +90 -26
- package/dist/directives/v-tooltip.umd.js +1 -1
- package/dist/icons.es.js +210 -210
- package/dist/icons.umd.js +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.es.js +81 -16
- package/dist/index.umd.js +1 -1
- package/dist/props/index.d.ts +287 -73
- package/dist/resolvers/unplugin.d.ts +6 -1
- package/dist/resolvers/unplugin.es.js +78 -10
- package/dist/resolvers/unplugin.umd.js +1 -1
- package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +72 -84
- package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +623 -461
- package/dist/stories/AlertGroup/AlertGroupWithComposable.stories.d.ts +1 -1
- package/dist/stories/Blurhash/BlurhashComposable.stories.d.ts +4 -0
- package/dist/stories/Combobox/Combobox.settings.d.ts +8 -0
- package/dist/stories/Icon/Icon.settings.d.ts +1 -0
- package/dist/stories/InputFile/InputFile.settings.d.ts +56 -0
- package/dist/stories/InputFile/InputFile.stories.d.ts +12 -0
- package/dist/stories/InputFile/InputFileDropArea.stories.d.ts +9 -0
- package/dist/stories/InputFile/InputFileIconPosition.stories.d.ts +8 -0
- package/dist/stories/InputFile/InputFileSlots.stories.d.ts +7 -0
- package/dist/stories/Tab/Tab.settings.d.ts +4 -37
- package/dist/types/alert.d.ts +13 -0
- package/dist/types/blurhash.d.ts +12 -0
- package/dist/types/floating-ui.d.ts +6 -0
- package/dist/types/generic.d.ts +4 -0
- package/dist/types/group.d.ts +37 -0
- package/dist/types/index.d.ts +7 -0
- package/dist/types/input-file.d.ts +16 -0
- package/dist/types/nav.d.ts +18 -0
- package/dist/utils/ObjectUtilities.d.ts +0 -1
- package/dist/workers/blurhash.d.ts +1 -0
- package/package.json +97 -80
- package/src/Volver.ts +31 -20
- package/src/assets/icons/detailed.json +1 -1
- package/src/assets/icons/normal.json +1 -1
- package/src/assets/icons/simple.json +1 -1
- package/src/components/VvAccordion/VvAccordion.vue +2 -2
- package/src/components/VvAction/VvAction.vue +5 -2
- package/src/components/VvAlert/index.ts +1 -3
- package/src/components/VvAlertGroup/index.ts +2 -1
- package/src/components/VvBreadcrumb/VvBreadcrumb.vue +20 -19
- package/src/components/VvBreadcrumb/index.ts +2 -8
- package/src/components/VvButton/VvButton.vue +6 -6
- package/src/components/VvButton/index.ts +2 -4
- package/src/components/VvCombobox/VvCombobox.vue +24 -16
- package/src/components/VvCombobox/index.ts +4 -0
- package/src/components/VvIcon/VvIcon.vue +2 -2
- package/src/components/VvIcon/index.ts +35 -48
- package/src/components/VvInputFile/VvInputFile.vue +365 -0
- package/src/components/VvInputFile/index.ts +116 -0
- package/src/components/VvInputText/VvInputClearAction.ts +10 -6
- package/src/components/VvInputText/VvInputPasswordAction.ts +13 -9
- package/src/components/VvInputText/VvInputText.vue +17 -18
- package/src/components/VvInputText/index.ts +7 -15
- package/src/components/VvNav/VvNav.vue +30 -50
- package/src/components/VvNav/VvNavItem.vue +18 -0
- package/src/components/VvNav/VvNavSeparator.vue +11 -0
- package/src/components/VvNav/index.ts +2 -15
- package/src/components/VvSelect/VvSelect.vue +5 -8
- package/src/components/VvTab/VvTab.vue +63 -35
- package/src/components/VvTab/index.ts +10 -4
- package/src/components/VvTextarea/VvTextarea.vue +6 -9
- package/src/components/index.ts +10 -0
- package/src/composables/index.ts +1 -0
- package/src/composables/useBlurhash.ts +76 -0
- package/src/composables/useComponentIcon.ts +15 -14
- package/src/composables/useUniqueId.ts +2 -2
- package/src/directives/index.ts +3 -6
- package/src/directives/v-tooltip.ts +19 -10
- package/src/index.ts +3 -1
- package/src/props/index.ts +115 -27
- package/src/resolvers/unplugin.ts +24 -14
- package/src/stories/AlertGroup/AlertGroupWithComposable.stories.ts +2 -2
- package/src/stories/Blurhash/BlurhashComposable.stories.ts +195 -0
- package/src/stories/Combobox/Combobox.settings.ts +8 -0
- package/src/stories/Icon/Icon.settings.ts +3 -3
- package/src/stories/InputFile/InputFile.settings.ts +36 -0
- package/src/stories/InputFile/InputFile.stories.ts +89 -0
- package/src/stories/InputFile/InputFileDropArea.stories.ts +56 -0
- package/src/stories/InputFile/InputFileIconPosition.stories.ts +43 -0
- package/src/stories/InputFile/InputFileSlots.stories.ts +33 -0
- package/src/stories/Nav/Nav.settings.ts +3 -4
- package/src/stories/Nav/Nav.test.ts +4 -15
- package/src/stories/Tab/Tab.settings.ts +9 -9
- package/src/stories/Tab/Tab.stories.ts +2 -2
- package/src/stories/Tab/Tab.test.ts +6 -14
- package/src/stories/argTypes.ts +1 -1
- package/src/types/blurhash.ts +21 -0
- package/src/types/generic.ts +6 -0
- package/src/types/index.ts +7 -0
- package/src/types/input-file.ts +18 -0
- package/src/types/nav.ts +20 -0
- package/src/utils/ObjectUtilities.ts +0 -11
- package/src/workers/blurhash.ts +9 -0
- package/dist/components/VvNav/VvNavItemTitle.vue.d.ts +0 -6
- package/dist/components/VvNav/VvNavSeparator.d.ts +0 -2
- package/dist/components/VvNavItemTitle/VvNavItemTitle.es.js +0 -19
- package/dist/components/VvNavItemTitle/VvNavItemTitle.umd.js +0 -1
- package/src/components/VvNav/VvNavItemTitle.vue +0 -11
- package/src/components/VvNav/VvNavSeparator.ts +0 -8
- package/src/types/generic.d.ts +0 -6
- /package/src/types/{alert.d.ts → alert.ts} +0 -0
- /package/src/types/{floating-ui.d.ts → floating-ui.ts} +0 -0
- /package/src/types/{group.d.ts → group.ts} +0 -0
package/dist/props/index.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import type { PropType } from 'vue';
|
|
2
|
-
import type { Option } from '
|
|
3
|
-
import {
|
|
2
|
+
import type { Option } from '@/types/generic';
|
|
3
|
+
import type { NavItem } from '@/types/nav';
|
|
4
|
+
import { Placement, Strategy, Position, Side, AnchorTarget, ButtonType, ActionTag } from '@/constants';
|
|
5
|
+
import type { VvIconProps } from '@/components/VvIcon';
|
|
4
6
|
export declare const LinkProps: {
|
|
5
7
|
/**
|
|
6
8
|
* The router-link/nuxt-link property, if it is defined the button is rendered as a ruouter-link or nuxt-link.
|
|
@@ -18,6 +20,7 @@ export declare const LinkProps: {
|
|
|
18
20
|
*/
|
|
19
21
|
target: {
|
|
20
22
|
type: PropType<"_blank" | "_self" | "_parent" | "_top">;
|
|
23
|
+
default: undefined;
|
|
21
24
|
validator: (value: AnchorTarget) => boolean;
|
|
22
25
|
};
|
|
23
26
|
/**
|
|
@@ -32,27 +35,42 @@ export declare const ValidProps: {
|
|
|
32
35
|
/**
|
|
33
36
|
* Valid status
|
|
34
37
|
*/
|
|
35
|
-
valid:
|
|
38
|
+
valid: {
|
|
39
|
+
type: BooleanConstructor;
|
|
40
|
+
default: boolean;
|
|
41
|
+
};
|
|
36
42
|
/**
|
|
37
43
|
* Valid label
|
|
38
44
|
*/
|
|
39
|
-
validLabel:
|
|
45
|
+
validLabel: {
|
|
46
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
47
|
+
default: undefined;
|
|
48
|
+
};
|
|
40
49
|
};
|
|
41
50
|
export declare const InvalidProps: {
|
|
42
51
|
/**
|
|
43
52
|
* Invalid status
|
|
44
53
|
*/
|
|
45
|
-
invalid:
|
|
54
|
+
invalid: {
|
|
55
|
+
type: BooleanConstructor;
|
|
56
|
+
default: boolean;
|
|
57
|
+
};
|
|
46
58
|
/**
|
|
47
59
|
* Invalid label
|
|
48
60
|
*/
|
|
49
|
-
invalidLabel:
|
|
61
|
+
invalidLabel: {
|
|
62
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
63
|
+
default: undefined;
|
|
64
|
+
};
|
|
50
65
|
};
|
|
51
66
|
export declare const LoadingProps: {
|
|
52
67
|
/**
|
|
53
68
|
* Loading status
|
|
54
69
|
*/
|
|
55
|
-
loading:
|
|
70
|
+
loading: {
|
|
71
|
+
type: BooleanConstructor;
|
|
72
|
+
default: boolean;
|
|
73
|
+
};
|
|
56
74
|
/**
|
|
57
75
|
* Loading label
|
|
58
76
|
*/
|
|
@@ -65,43 +83,73 @@ export declare const DisabledProps: {
|
|
|
65
83
|
/**
|
|
66
84
|
* Whether the form control is disabled
|
|
67
85
|
*/
|
|
68
|
-
disabled:
|
|
86
|
+
disabled: {
|
|
87
|
+
type: BooleanConstructor;
|
|
88
|
+
default: boolean;
|
|
89
|
+
};
|
|
69
90
|
};
|
|
70
91
|
export declare const SelectedProps: {
|
|
71
92
|
/**
|
|
72
93
|
* Whether the item is selected
|
|
73
94
|
*/
|
|
74
|
-
selected:
|
|
95
|
+
selected: {
|
|
96
|
+
type: BooleanConstructor;
|
|
97
|
+
default: boolean;
|
|
98
|
+
};
|
|
75
99
|
};
|
|
76
100
|
export declare const ActiveProps: {
|
|
77
101
|
/**
|
|
78
102
|
* Whether the item is active
|
|
79
103
|
*/
|
|
80
|
-
active:
|
|
104
|
+
active: {
|
|
105
|
+
type: BooleanConstructor;
|
|
106
|
+
default: boolean;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
export declare const CurrentProps: {
|
|
110
|
+
/**
|
|
111
|
+
* Whether the item is current
|
|
112
|
+
*/
|
|
113
|
+
current: {
|
|
114
|
+
type: BooleanConstructor;
|
|
115
|
+
default: boolean;
|
|
116
|
+
};
|
|
81
117
|
};
|
|
82
118
|
export declare const PressedProps: {
|
|
83
119
|
/**
|
|
84
120
|
* Whether the item is pressed
|
|
85
121
|
*/
|
|
86
|
-
pressed:
|
|
122
|
+
pressed: {
|
|
123
|
+
type: BooleanConstructor;
|
|
124
|
+
default: boolean;
|
|
125
|
+
};
|
|
87
126
|
};
|
|
88
127
|
export declare const LabelProps: {
|
|
89
128
|
/**
|
|
90
129
|
* The item label
|
|
91
130
|
*/
|
|
92
|
-
label:
|
|
131
|
+
label: {
|
|
132
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
133
|
+
default: undefined;
|
|
134
|
+
};
|
|
93
135
|
};
|
|
94
136
|
export declare const ReadonlyProps: {
|
|
95
137
|
/**
|
|
96
138
|
* The value is not editable
|
|
97
139
|
*/
|
|
98
|
-
readonly:
|
|
140
|
+
readonly: {
|
|
141
|
+
type: BooleanConstructor;
|
|
142
|
+
default: boolean;
|
|
143
|
+
};
|
|
99
144
|
};
|
|
100
145
|
export declare const ModifiersProps: {
|
|
101
146
|
/**
|
|
102
147
|
* Component BEM modifiers
|
|
103
148
|
*/
|
|
104
|
-
modifiers:
|
|
149
|
+
modifiers: {
|
|
150
|
+
type: PropType<string | string[]>;
|
|
151
|
+
default: undefined;
|
|
152
|
+
};
|
|
105
153
|
};
|
|
106
154
|
export declare const HintProps: {
|
|
107
155
|
hintLabel: {
|
|
@@ -144,7 +192,7 @@ export declare const CountProps: {
|
|
|
144
192
|
* Show character limit
|
|
145
193
|
*/
|
|
146
194
|
count: {
|
|
147
|
-
type: (
|
|
195
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
148
196
|
default: boolean;
|
|
149
197
|
validator: (value: string) => boolean;
|
|
150
198
|
};
|
|
@@ -153,7 +201,10 @@ export declare const DebounceProps: {
|
|
|
153
201
|
/**
|
|
154
202
|
* Milliseconds to wait before emitting the input event
|
|
155
203
|
*/
|
|
156
|
-
debounce:
|
|
204
|
+
debounce: {
|
|
205
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
206
|
+
default: undefined;
|
|
207
|
+
};
|
|
157
208
|
};
|
|
158
209
|
export declare const IconProps: {
|
|
159
210
|
/**
|
|
@@ -161,7 +212,8 @@ export declare const IconProps: {
|
|
|
161
212
|
* @see VVIcon
|
|
162
213
|
*/
|
|
163
214
|
icon: {
|
|
164
|
-
type:
|
|
215
|
+
type: PropType<string | VvIconProps>;
|
|
216
|
+
default: undefined;
|
|
165
217
|
};
|
|
166
218
|
/**
|
|
167
219
|
* VvIcon position
|
|
@@ -186,7 +238,10 @@ export declare const FloatingLabelProps: {
|
|
|
186
238
|
/**
|
|
187
239
|
* If true the label will be floating
|
|
188
240
|
*/
|
|
189
|
-
floating:
|
|
241
|
+
floating: {
|
|
242
|
+
type: BooleanConstructor;
|
|
243
|
+
default: boolean;
|
|
244
|
+
};
|
|
190
245
|
};
|
|
191
246
|
export declare const UnselectableProps: {
|
|
192
247
|
/**
|
|
@@ -226,6 +281,7 @@ export declare const DropdownProps: {
|
|
|
226
281
|
*/
|
|
227
282
|
transitionName: {
|
|
228
283
|
type: StringConstructor;
|
|
284
|
+
default: undefined;
|
|
229
285
|
};
|
|
230
286
|
/**
|
|
231
287
|
* Offset of the dropdown from the trigger
|
|
@@ -241,24 +297,24 @@ export declare const DropdownProps: {
|
|
|
241
297
|
*/
|
|
242
298
|
shift: {
|
|
243
299
|
type: PropType<boolean | {
|
|
244
|
-
mainAxis?: boolean | undefined;
|
|
245
|
-
crossAxis?: boolean | undefined;
|
|
246
300
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
247
301
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
248
302
|
altBoundary?: boolean | undefined;
|
|
249
303
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
304
|
+
crossAxis?: boolean | undefined;
|
|
305
|
+
mainAxis?: boolean | undefined;
|
|
250
306
|
limiter?: {
|
|
251
307
|
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
252
308
|
options?: any;
|
|
253
309
|
} | undefined;
|
|
254
310
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
255
311
|
} | import("@floating-ui/dom").Derivable<{
|
|
256
|
-
mainAxis?: boolean | undefined;
|
|
257
|
-
crossAxis?: boolean | undefined;
|
|
258
312
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
259
313
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
260
314
|
altBoundary?: boolean | undefined;
|
|
261
315
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
316
|
+
crossAxis?: boolean | undefined;
|
|
317
|
+
mainAxis?: boolean | undefined;
|
|
262
318
|
limiter?: {
|
|
263
319
|
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
264
320
|
options?: any;
|
|
@@ -273,24 +329,24 @@ export declare const DropdownProps: {
|
|
|
273
329
|
*/
|
|
274
330
|
flip: {
|
|
275
331
|
type: PropType<boolean | {
|
|
276
|
-
mainAxis?: boolean | undefined;
|
|
277
|
-
crossAxis?: boolean | undefined;
|
|
278
332
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
279
333
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
280
334
|
altBoundary?: boolean | undefined;
|
|
281
335
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
336
|
+
crossAxis?: boolean | undefined;
|
|
337
|
+
mainAxis?: boolean | undefined;
|
|
282
338
|
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
283
339
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
284
340
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
285
341
|
flipAlignment?: boolean | undefined;
|
|
286
342
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
287
343
|
} | import("@floating-ui/dom").Derivable<{
|
|
288
|
-
mainAxis?: boolean | undefined;
|
|
289
|
-
crossAxis?: boolean | undefined;
|
|
290
344
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
291
345
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
292
346
|
altBoundary?: boolean | undefined;
|
|
293
347
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
348
|
+
crossAxis?: boolean | undefined;
|
|
349
|
+
mainAxis?: boolean | undefined;
|
|
294
350
|
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
295
351
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
296
352
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
@@ -322,6 +378,9 @@ export declare const DropdownProps: {
|
|
|
322
378
|
elements: import("@floating-ui/dom").Elements;
|
|
323
379
|
} & {
|
|
324
380
|
availableWidth: number;
|
|
381
|
+
/**
|
|
382
|
+
* Milliseconds to wait before emitting the input event
|
|
383
|
+
*/
|
|
325
384
|
availableHeight: number;
|
|
326
385
|
}) => void | Promise<void>) | undefined;
|
|
327
386
|
} | import("@floating-ui/dom").Derivable<{
|
|
@@ -342,6 +401,9 @@ export declare const DropdownProps: {
|
|
|
342
401
|
elements: import("@floating-ui/dom").Elements;
|
|
343
402
|
} & {
|
|
344
403
|
availableWidth: number;
|
|
404
|
+
/**
|
|
405
|
+
* Milliseconds to wait before emitting the input event
|
|
406
|
+
*/
|
|
345
407
|
availableHeight: number;
|
|
346
408
|
}) => void | Promise<void>) | undefined;
|
|
347
409
|
}> | undefined>;
|
|
@@ -355,21 +417,21 @@ export declare const DropdownProps: {
|
|
|
355
417
|
*/
|
|
356
418
|
autoPlacement: {
|
|
357
419
|
type: PropType<boolean | {
|
|
358
|
-
crossAxis?: boolean | undefined;
|
|
359
420
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
360
421
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
361
422
|
altBoundary?: boolean | undefined;
|
|
362
423
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
424
|
+
crossAxis?: boolean | undefined;
|
|
363
425
|
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
364
426
|
autoAlignment?: boolean | undefined;
|
|
365
427
|
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
366
428
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
367
429
|
} | import("@floating-ui/dom").Derivable<{
|
|
368
|
-
crossAxis?: boolean | undefined;
|
|
369
430
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
370
431
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
371
432
|
altBoundary?: boolean | undefined;
|
|
372
433
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
434
|
+
crossAxis?: boolean | undefined;
|
|
373
435
|
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
374
436
|
autoAlignment?: boolean | undefined;
|
|
375
437
|
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
@@ -404,6 +466,7 @@ export declare const DropdownProps: {
|
|
|
404
466
|
*/
|
|
405
467
|
triggerWidth: {
|
|
406
468
|
type: BooleanConstructor;
|
|
469
|
+
default: boolean;
|
|
407
470
|
};
|
|
408
471
|
};
|
|
409
472
|
export declare const IdNameProps: {
|
|
@@ -427,7 +490,10 @@ export declare const AutofocusProps: {
|
|
|
427
490
|
* Global attribute autofocus
|
|
428
491
|
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autofocus
|
|
429
492
|
*/
|
|
430
|
-
autofocus:
|
|
493
|
+
autofocus: {
|
|
494
|
+
type: BooleanConstructor;
|
|
495
|
+
default: boolean;
|
|
496
|
+
};
|
|
431
497
|
};
|
|
432
498
|
export declare const AutocompleteProps: {
|
|
433
499
|
/**
|
|
@@ -446,42 +512,61 @@ export declare const InputTextareaProps: {
|
|
|
446
512
|
* Available for input types: text, search, url, tel, email, password
|
|
447
513
|
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#minlength
|
|
448
514
|
*/
|
|
449
|
-
minlength:
|
|
515
|
+
minlength: {
|
|
516
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
517
|
+
default: undefined;
|
|
518
|
+
};
|
|
450
519
|
/**
|
|
451
520
|
* Input / Textarea maxlength
|
|
452
521
|
* Maximum length (number of characters) of value
|
|
453
522
|
* Available for input types: text, search, url, tel, email, password
|
|
454
523
|
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#maxlength
|
|
455
524
|
*/
|
|
456
|
-
maxlength:
|
|
525
|
+
maxlength: {
|
|
526
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
527
|
+
default: undefined;
|
|
528
|
+
};
|
|
457
529
|
/**
|
|
458
530
|
* Input / Textarea placeholder
|
|
459
531
|
* Text that appears in the form control when it has no value set
|
|
460
532
|
* Available for input types: text, search, url, tel, email, password, number
|
|
461
533
|
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#placeholder
|
|
462
534
|
*/
|
|
463
|
-
placeholder:
|
|
535
|
+
placeholder: {
|
|
536
|
+
type: StringConstructor;
|
|
537
|
+
default: undefined;
|
|
538
|
+
};
|
|
464
539
|
/**
|
|
465
540
|
* Input / Textarea required
|
|
466
541
|
* A value is required or must be check for the form to be submittable
|
|
467
542
|
* Available for all input types except color
|
|
468
543
|
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#required
|
|
469
544
|
*/
|
|
470
|
-
required:
|
|
545
|
+
required: {
|
|
546
|
+
type: BooleanConstructor;
|
|
547
|
+
default: boolean;
|
|
548
|
+
};
|
|
471
549
|
/**
|
|
472
550
|
* The item label
|
|
473
551
|
*/
|
|
474
|
-
label:
|
|
552
|
+
label: {
|
|
553
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
554
|
+
default: undefined;
|
|
555
|
+
};
|
|
475
556
|
/**
|
|
476
557
|
* If true the label will be floating
|
|
477
558
|
*/
|
|
478
|
-
floating:
|
|
559
|
+
floating: {
|
|
560
|
+
type: BooleanConstructor;
|
|
561
|
+
default: boolean;
|
|
562
|
+
};
|
|
479
563
|
/**
|
|
480
564
|
* VvIcon name or props
|
|
481
565
|
* @see VVIcon
|
|
482
566
|
*/
|
|
483
567
|
icon: {
|
|
484
|
-
type:
|
|
568
|
+
type: PropType<string | VvIconProps>;
|
|
569
|
+
default: undefined;
|
|
485
570
|
};
|
|
486
571
|
/**
|
|
487
572
|
* VvIcon position
|
|
@@ -494,23 +579,32 @@ export declare const InputTextareaProps: {
|
|
|
494
579
|
/**
|
|
495
580
|
* Milliseconds to wait before emitting the input event
|
|
496
581
|
*/
|
|
497
|
-
debounce:
|
|
582
|
+
debounce: {
|
|
583
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
584
|
+
default: undefined;
|
|
585
|
+
};
|
|
498
586
|
/**
|
|
499
587
|
* Show character limit
|
|
500
588
|
*/
|
|
501
589
|
count: {
|
|
502
|
-
type: (
|
|
590
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
503
591
|
default: boolean;
|
|
504
592
|
validator: (value: string) => boolean;
|
|
505
593
|
};
|
|
506
594
|
/**
|
|
507
595
|
* Component BEM modifiers
|
|
508
596
|
*/
|
|
509
|
-
modifiers:
|
|
597
|
+
modifiers: {
|
|
598
|
+
type: PropType<string | string[]>;
|
|
599
|
+
default: undefined;
|
|
600
|
+
};
|
|
510
601
|
/**
|
|
511
602
|
* Loading status
|
|
512
603
|
*/
|
|
513
|
-
loading:
|
|
604
|
+
loading: {
|
|
605
|
+
type: BooleanConstructor;
|
|
606
|
+
default: boolean;
|
|
607
|
+
};
|
|
514
608
|
/**
|
|
515
609
|
* Loading label
|
|
516
610
|
*/
|
|
@@ -525,27 +619,45 @@ export declare const InputTextareaProps: {
|
|
|
525
619
|
/**
|
|
526
620
|
* Invalid status
|
|
527
621
|
*/
|
|
528
|
-
invalid:
|
|
622
|
+
invalid: {
|
|
623
|
+
type: BooleanConstructor;
|
|
624
|
+
default: boolean;
|
|
625
|
+
};
|
|
529
626
|
/**
|
|
530
627
|
* Invalid label
|
|
531
628
|
*/
|
|
532
|
-
invalidLabel:
|
|
629
|
+
invalidLabel: {
|
|
630
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
631
|
+
default: undefined;
|
|
632
|
+
};
|
|
533
633
|
/**
|
|
534
634
|
* Valid status
|
|
535
635
|
*/
|
|
536
|
-
valid:
|
|
636
|
+
valid: {
|
|
637
|
+
type: BooleanConstructor;
|
|
638
|
+
default: boolean;
|
|
639
|
+
};
|
|
537
640
|
/**
|
|
538
641
|
* Valid label
|
|
539
642
|
*/
|
|
540
|
-
validLabel:
|
|
643
|
+
validLabel: {
|
|
644
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
645
|
+
default: undefined;
|
|
646
|
+
};
|
|
541
647
|
/**
|
|
542
648
|
* The value is not editable
|
|
543
649
|
*/
|
|
544
|
-
readonly:
|
|
650
|
+
readonly: {
|
|
651
|
+
type: BooleanConstructor;
|
|
652
|
+
default: boolean;
|
|
653
|
+
};
|
|
545
654
|
/**
|
|
546
655
|
* Whether the form control is disabled
|
|
547
656
|
*/
|
|
548
|
-
disabled:
|
|
657
|
+
disabled: {
|
|
658
|
+
type: BooleanConstructor;
|
|
659
|
+
default: boolean;
|
|
660
|
+
};
|
|
549
661
|
/**
|
|
550
662
|
* Global attribute tabindex
|
|
551
663
|
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex
|
|
@@ -566,7 +678,10 @@ export declare const InputTextareaProps: {
|
|
|
566
678
|
* Global attribute autofocus
|
|
567
679
|
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autofocus
|
|
568
680
|
*/
|
|
569
|
-
autofocus:
|
|
681
|
+
autofocus: {
|
|
682
|
+
type: BooleanConstructor;
|
|
683
|
+
default: boolean;
|
|
684
|
+
};
|
|
570
685
|
/**
|
|
571
686
|
* Input / Textarea name
|
|
572
687
|
* Name of the form control. Submitted with the form as part of a name/value pair
|
|
@@ -587,15 +702,24 @@ export declare const CheckboxRadioProps: {
|
|
|
587
702
|
* Input value
|
|
588
703
|
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#value
|
|
589
704
|
*/
|
|
590
|
-
value:
|
|
705
|
+
value: {
|
|
706
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
707
|
+
default: undefined;
|
|
708
|
+
};
|
|
591
709
|
/**
|
|
592
710
|
* Input value
|
|
593
711
|
*/
|
|
594
|
-
modelValue:
|
|
712
|
+
modelValue: {
|
|
713
|
+
type: (ObjectConstructor | BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
714
|
+
default: undefined;
|
|
715
|
+
};
|
|
595
716
|
/**
|
|
596
717
|
* Loading status
|
|
597
718
|
*/
|
|
598
|
-
loading:
|
|
719
|
+
loading: {
|
|
720
|
+
type: BooleanConstructor;
|
|
721
|
+
default: boolean;
|
|
722
|
+
};
|
|
599
723
|
/**
|
|
600
724
|
* Loading label
|
|
601
725
|
*/
|
|
@@ -606,19 +730,31 @@ export declare const CheckboxRadioProps: {
|
|
|
606
730
|
/**
|
|
607
731
|
* The item label
|
|
608
732
|
*/
|
|
609
|
-
label:
|
|
733
|
+
label: {
|
|
734
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
735
|
+
default: undefined;
|
|
736
|
+
};
|
|
610
737
|
/**
|
|
611
738
|
* Component BEM modifiers
|
|
612
739
|
*/
|
|
613
|
-
modifiers:
|
|
740
|
+
modifiers: {
|
|
741
|
+
type: PropType<string | string[]>;
|
|
742
|
+
default: undefined;
|
|
743
|
+
};
|
|
614
744
|
/**
|
|
615
745
|
* The value is not editable
|
|
616
746
|
*/
|
|
617
|
-
readonly:
|
|
747
|
+
readonly: {
|
|
748
|
+
type: BooleanConstructor;
|
|
749
|
+
default: boolean;
|
|
750
|
+
};
|
|
618
751
|
/**
|
|
619
752
|
* Whether the form control is disabled
|
|
620
753
|
*/
|
|
621
|
-
disabled:
|
|
754
|
+
disabled: {
|
|
755
|
+
type: BooleanConstructor;
|
|
756
|
+
default: boolean;
|
|
757
|
+
};
|
|
622
758
|
hintLabel: {
|
|
623
759
|
type: StringConstructor;
|
|
624
760
|
default: string;
|
|
@@ -626,19 +762,31 @@ export declare const CheckboxRadioProps: {
|
|
|
626
762
|
/**
|
|
627
763
|
* Invalid status
|
|
628
764
|
*/
|
|
629
|
-
invalid:
|
|
765
|
+
invalid: {
|
|
766
|
+
type: BooleanConstructor;
|
|
767
|
+
default: boolean;
|
|
768
|
+
};
|
|
630
769
|
/**
|
|
631
770
|
* Invalid label
|
|
632
771
|
*/
|
|
633
|
-
invalidLabel:
|
|
772
|
+
invalidLabel: {
|
|
773
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
774
|
+
default: undefined;
|
|
775
|
+
};
|
|
634
776
|
/**
|
|
635
777
|
* Valid status
|
|
636
778
|
*/
|
|
637
|
-
valid:
|
|
779
|
+
valid: {
|
|
780
|
+
type: BooleanConstructor;
|
|
781
|
+
default: boolean;
|
|
782
|
+
};
|
|
638
783
|
/**
|
|
639
784
|
* Valid label
|
|
640
785
|
*/
|
|
641
|
-
validLabel:
|
|
786
|
+
validLabel: {
|
|
787
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
788
|
+
default: undefined;
|
|
789
|
+
};
|
|
642
790
|
/**
|
|
643
791
|
* Global attribute tabindex
|
|
644
792
|
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex
|
|
@@ -666,7 +814,10 @@ export declare const CheckboxRadioGroupProps: {
|
|
|
666
814
|
/**
|
|
667
815
|
* Input value
|
|
668
816
|
*/
|
|
669
|
-
modelValue:
|
|
817
|
+
modelValue: {
|
|
818
|
+
type: (SymbolConstructor | ArrayConstructor | BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
819
|
+
default: undefined;
|
|
820
|
+
};
|
|
670
821
|
/**
|
|
671
822
|
* Input name
|
|
672
823
|
*/
|
|
@@ -677,11 +828,17 @@ export declare const CheckboxRadioGroupProps: {
|
|
|
677
828
|
/**
|
|
678
829
|
* If true, the group will be displayed in a vertical column
|
|
679
830
|
*/
|
|
680
|
-
vertical:
|
|
831
|
+
vertical: {
|
|
832
|
+
type: BooleanConstructor;
|
|
833
|
+
default: boolean;
|
|
834
|
+
};
|
|
681
835
|
/**
|
|
682
836
|
* Loading status
|
|
683
837
|
*/
|
|
684
|
-
loading:
|
|
838
|
+
loading: {
|
|
839
|
+
type: BooleanConstructor;
|
|
840
|
+
default: boolean;
|
|
841
|
+
};
|
|
685
842
|
/**
|
|
686
843
|
* Loading label
|
|
687
844
|
*/
|
|
@@ -692,19 +849,31 @@ export declare const CheckboxRadioGroupProps: {
|
|
|
692
849
|
/**
|
|
693
850
|
* The item label
|
|
694
851
|
*/
|
|
695
|
-
label:
|
|
852
|
+
label: {
|
|
853
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
854
|
+
default: undefined;
|
|
855
|
+
};
|
|
696
856
|
/**
|
|
697
857
|
* Component BEM modifiers
|
|
698
858
|
*/
|
|
699
|
-
modifiers:
|
|
859
|
+
modifiers: {
|
|
860
|
+
type: PropType<string | string[]>;
|
|
861
|
+
default: undefined;
|
|
862
|
+
};
|
|
700
863
|
/**
|
|
701
864
|
* The value is not editable
|
|
702
865
|
*/
|
|
703
|
-
readonly:
|
|
866
|
+
readonly: {
|
|
867
|
+
type: BooleanConstructor;
|
|
868
|
+
default: boolean;
|
|
869
|
+
};
|
|
704
870
|
/**
|
|
705
871
|
* Whether the form control is disabled
|
|
706
872
|
*/
|
|
707
|
-
disabled:
|
|
873
|
+
disabled: {
|
|
874
|
+
type: BooleanConstructor;
|
|
875
|
+
default: boolean;
|
|
876
|
+
};
|
|
708
877
|
hintLabel: {
|
|
709
878
|
type: StringConstructor;
|
|
710
879
|
default: string;
|
|
@@ -740,19 +909,31 @@ export declare const CheckboxRadioGroupProps: {
|
|
|
740
909
|
/**
|
|
741
910
|
* Invalid status
|
|
742
911
|
*/
|
|
743
|
-
invalid:
|
|
912
|
+
invalid: {
|
|
913
|
+
type: BooleanConstructor;
|
|
914
|
+
default: boolean;
|
|
915
|
+
};
|
|
744
916
|
/**
|
|
745
917
|
* Invalid label
|
|
746
918
|
*/
|
|
747
|
-
invalidLabel:
|
|
919
|
+
invalidLabel: {
|
|
920
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
921
|
+
default: undefined;
|
|
922
|
+
};
|
|
748
923
|
/**
|
|
749
924
|
* Valid status
|
|
750
925
|
*/
|
|
751
|
-
valid:
|
|
926
|
+
valid: {
|
|
927
|
+
type: BooleanConstructor;
|
|
928
|
+
default: boolean;
|
|
929
|
+
};
|
|
752
930
|
/**
|
|
753
931
|
* Valid label
|
|
754
932
|
*/
|
|
755
|
-
validLabel:
|
|
933
|
+
validLabel: {
|
|
934
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
935
|
+
default: undefined;
|
|
936
|
+
};
|
|
756
937
|
};
|
|
757
938
|
export declare const ActionProps: {
|
|
758
939
|
/**
|
|
@@ -770,6 +951,13 @@ export declare const ActionProps: {
|
|
|
770
951
|
type: StringConstructor;
|
|
771
952
|
default: undefined;
|
|
772
953
|
};
|
|
954
|
+
/**
|
|
955
|
+
* Default tag for the action
|
|
956
|
+
*/
|
|
957
|
+
defaultTag: {
|
|
958
|
+
type: StringConstructor;
|
|
959
|
+
default: ActionTag;
|
|
960
|
+
};
|
|
773
961
|
/**
|
|
774
962
|
* The router-link/nuxt-link property, if it is defined the button is rendered as a ruouter-link or nuxt-link.
|
|
775
963
|
* @see Documentation of [router-link](https://router.vuejs.org/api/#router-link) and [nuxt-link](https://nuxtjs.org/api/components-nuxt-link/)
|
|
@@ -786,6 +974,7 @@ export declare const ActionProps: {
|
|
|
786
974
|
*/
|
|
787
975
|
target: {
|
|
788
976
|
type: PropType<"_blank" | "_self" | "_parent" | "_top">;
|
|
977
|
+
default: undefined;
|
|
789
978
|
validator: (value: AnchorTarget) => boolean;
|
|
790
979
|
};
|
|
791
980
|
/**
|
|
@@ -795,20 +984,45 @@ export declare const ActionProps: {
|
|
|
795
984
|
type: StringConstructor;
|
|
796
985
|
default: string;
|
|
797
986
|
};
|
|
987
|
+
/**
|
|
988
|
+
* Whether the item is current
|
|
989
|
+
*/
|
|
990
|
+
current: {
|
|
991
|
+
type: BooleanConstructor;
|
|
992
|
+
default: boolean;
|
|
993
|
+
};
|
|
798
994
|
/**
|
|
799
995
|
* Whether the item is active
|
|
800
996
|
*/
|
|
801
|
-
active:
|
|
997
|
+
active: {
|
|
998
|
+
type: BooleanConstructor;
|
|
999
|
+
default: boolean;
|
|
1000
|
+
};
|
|
802
1001
|
/**
|
|
803
1002
|
* Whether the item is pressed
|
|
804
1003
|
*/
|
|
805
|
-
pressed:
|
|
1004
|
+
pressed: {
|
|
1005
|
+
type: BooleanConstructor;
|
|
1006
|
+
default: boolean;
|
|
1007
|
+
};
|
|
806
1008
|
/**
|
|
807
1009
|
* The item label
|
|
808
1010
|
*/
|
|
809
|
-
label:
|
|
1011
|
+
label: {
|
|
1012
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1013
|
+
default: undefined;
|
|
1014
|
+
};
|
|
810
1015
|
/**
|
|
811
1016
|
* Whether the form control is disabled
|
|
812
1017
|
*/
|
|
813
|
-
disabled:
|
|
1018
|
+
disabled: {
|
|
1019
|
+
type: BooleanConstructor;
|
|
1020
|
+
default: boolean;
|
|
1021
|
+
};
|
|
1022
|
+
};
|
|
1023
|
+
export declare const NavProps: {
|
|
1024
|
+
items: {
|
|
1025
|
+
type: PropType<NavItem[]>;
|
|
1026
|
+
default: () => never[];
|
|
1027
|
+
};
|
|
814
1028
|
};
|