@voicenter-team/voicenter-ui-plus 0.0.21 → 0.0.22
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/library/style.css +1 -1
- package/library/super.mjs +2 -10
- package/library/super.mjs.map +1 -1
- package/library/super.umd.js +4 -4
- package/library/super.umd.js.map +1 -1
- package/library/types/src/components/VcButton/VcButton.types.d.ts +5 -5
- package/library/types/src/components/VcButton/VcButton.vue.d.ts +97 -97
- package/library/types/src/components/VcButton/VcButtonIcon.vue.d.ts +89 -89
- package/library/types/src/components/VcButton/index.d.ts +184 -0
- package/library/types/src/components/VcCard/VcCard.vue.d.ts +23 -23
- package/library/types/src/components/VcCheckbox/VcCheckbox.vue.d.ts +133 -133
- package/library/types/src/components/VcCheckbox/VcCheckboxGroupEl.vue.d.ts +2 -2
- package/library/types/src/components/VcCheckbox/group.mixin.d.ts +60 -60
- package/library/types/src/components/VcCheckboxGroup/VcCheckboxGroup.vue.d.ts +140 -140
- package/library/types/src/components/VcCollapse/VcCollapse.vue.d.ts +33 -33
- package/library/types/src/components/VcCollapse/VcCollapseItem.vue.d.ts +106 -106
- package/library/types/src/components/VcCollapse/VcCollapseTransition.vue.d.ts +14 -14
- package/library/types/src/components/VcColorPicker/ColorPicker/ColorPicker.vue.d.ts +67 -67
- package/library/types/src/components/VcColorPicker/ColorPicker/Hue.vue.d.ts +40 -40
- package/library/types/src/components/VcColorPicker/ColorPicker/Saturation.vue.d.ts +49 -49
- package/library/types/src/components/VcColorPicker/ColorPicker/composible.d.ts +23 -23
- package/library/types/src/components/VcColorPicker/VcColorPicker.types.d.ts +10 -10
- package/library/types/src/components/VcColorPicker/VcColorPicker.vue.d.ts +65 -65
- package/library/types/src/components/VcDatetimeRangePicker/VcDatetimeRangePicker.types.d.ts +27 -27
- package/library/types/src/components/VcDatetimeRangePicker/VcDatetimeRangePicker.vue.d.ts +360 -360
- package/library/types/src/components/VcDelimitedList/VcDelimitedList.types.d.ts +4 -4
- package/library/types/src/components/VcDelimitedList/VcDelimitedList.vue.d.ts +92 -92
- package/library/types/src/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerPart.vue.d.ts +208 -208
- package/library/types/src/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerRelative.vue.d.ts +96 -96
- package/library/types/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.types.d.ts +11 -11
- package/library/types/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.vue.d.ts +276 -276
- package/library/types/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePickerQuickOptionsSelection.vue.d.ts +51 -51
- package/library/types/src/components/VcExtendedDatetimeRangePicker/enum.d.ts +6 -6
- package/library/types/src/components/VcFileUploader/VcFileUploader.types.d.ts +4 -4
- package/library/types/src/components/VcFileUploader/VcFileUploader.vue.d.ts +388 -388
- package/library/types/src/components/VcForm/UiComponents/VcInputError.vue.d.ts +14 -0
- package/library/types/src/components/VcForm/UiComponents/VcInputLabel.vue.d.ts +204 -204
- package/library/types/src/components/VcForm/VcForm.vue.d.ts +348 -348
- package/library/types/src/components/VcForm/VcFormItem.vue.d.ts +69 -69
- package/library/types/src/components/VcHyperLink/VcHyperLink.types.d.ts +2 -2
- package/library/types/src/components/VcHyperLink/VcHyperLink.vue.d.ts +54 -54
- package/library/types/src/components/VcIconPicker/VcIconPicker.types.d.ts +15 -15
- package/library/types/src/components/VcIconPicker/VcIconPicker.vue.d.ts +105 -105
- package/library/types/src/components/VcIconPicker/iconPicker.mixin.d.ts +51 -51
- package/library/types/src/components/VcInput/VcInput.types.d.ts +2 -2
- package/library/types/src/components/VcInput/VcInput.vue.d.ts +202 -202
- package/library/types/src/components/VcInputNumber/VcInputNumber.vue.d.ts +256 -256
- package/library/types/src/components/VcLoading/Loaders/Circles.vue.d.ts +28 -28
- package/library/types/src/components/VcLoading/Loaders/LdsSpinner.vue.d.ts +29 -29
- package/library/types/src/components/VcLoading/Loaders/LoadIcon.vue.d.ts +36 -36
- package/library/types/src/components/VcLoading/Loaders/Stretch.vue.d.ts +28 -28
- package/library/types/src/components/VcLoading/VcLoading.types.d.ts +1 -1
- package/library/types/src/components/VcLoading/VcLoading.vue.d.ts +66 -66
- package/library/types/src/components/VcModal/VcModal.types.d.ts +4 -4
- package/library/types/src/components/VcModal/VcModal.vue.d.ts +210 -210
- package/library/types/src/components/VcNotification/VcNotification.types.d.ts +17 -0
- package/library/types/src/components/VcNotification/VcNotification.vue.d.ts +59 -0
- package/library/types/src/components/VcNotification/VcNotificationMessage.vue.d.ts +35 -0
- package/library/types/src/components/VcPagination/VcPagination.types.d.ts +4 -4
- package/library/types/src/components/VcPagination/VcPagination.vue.d.ts +64 -64
- package/library/types/src/components/VcPagination/VcPaginationButton.vue.d.ts +34 -34
- package/library/types/src/components/VcPopover/VcPopover.types.d.ts +3 -3
- package/library/types/src/components/VcPopover/VcPopover.vue.d.ts +150 -150
- package/library/types/src/components/VcProgress/VcProgress.types.d.ts +16 -16
- package/library/types/src/components/VcProgress/VcProgress.vue.d.ts +147 -147
- package/library/types/src/components/VcProgress/progress.options.d.ts +13 -13
- package/library/types/src/components/VcRadio/VcRadio.vue.d.ts +88 -88
- package/library/types/src/components/VcRadioGroup/VcRadioGroup.vue.d.ts +96 -96
- package/library/types/src/components/VcRadioTabs/UiComponents/VcRadioTabsNav.vue.d.ts +41 -41
- package/library/types/src/components/VcRadioTabs/VcRadioTabs.vue.d.ts +78 -78
- package/library/types/src/components/VcSelect/VcSelect.options.d.ts +78 -78
- package/library/types/src/components/VcSelect/VcSelect.vue.d.ts +293 -293
- package/library/types/src/components/VcSkeletonLoader/Loaders/Card.vue.d.ts +18 -18
- package/library/types/src/components/VcSkeletonLoader/Loaders/Circle.vue.d.ts +28 -28
- package/library/types/src/components/VcSkeletonLoader/Loaders/Row.vue.d.ts +18 -18
- package/library/types/src/components/VcSkeletonLoader/Loaders/Square.vue.d.ts +28 -28
- package/library/types/src/components/VcSkeletonLoader/Loaders/Text.vue.d.ts +16 -16
- package/library/types/src/components/VcSkeletonLoader/VcSkeletonLoader.types.d.ts +1 -1
- package/library/types/src/components/VcSkeletonLoader/VcSkeletonLoader.vue.d.ts +81 -81
- package/library/types/src/components/VcSoundplayer/VcSoundPlayer.types.d.ts +2 -2
- package/library/types/src/components/VcSoundplayer/VcSoundPlayer.vue.d.ts +130 -130
- package/library/types/src/components/VcSplitButton/VcSplitButton.types.d.ts +8 -8
- package/library/types/src/components/VcSplitButton/VcSplitButton.vue.d.ts +68 -68
- package/library/types/src/components/VcSwitch/VcSwitch.types.d.ts +1 -1
- package/library/types/src/components/VcSwitch/VcSwitch.vue.d.ts +151 -151
- package/library/types/src/components/VcTable/VcTable.types.d.ts +45 -45
- package/library/types/src/components/VcTable/VcTable.vue.d.ts +334 -334
- package/library/types/src/components/VcTable/tableOptions.d.ts +6 -6
- package/library/types/src/components/VcTabs/VcTabNav.vue.d.ts +54 -54
- package/library/types/src/components/VcTabs/VcTabPane.vue.d.ts +92 -92
- package/library/types/src/components/VcTabs/VcTabs.types.d.ts +14 -14
- package/library/types/src/components/VcTabs/VcTabs.vue.d.ts +62 -62
- package/library/types/src/components/VcTag/VcTag.types.d.ts +1 -1
- package/library/types/src/components/VcTag/VcTag.vue.d.ts +99 -99
- package/library/types/src/components/VcTagInput/VcTagInput.types.d.ts +1 -0
- package/library/types/src/components/VcTagInput/VcTagInput.vue.d.ts +290 -290
- package/library/types/src/components/VcTimeInput/VcTimeInput.vue.d.ts +269 -269
- package/library/types/src/components/VcTree/VcTree.types.d.ts +36 -36
- package/library/types/src/components/VcTree/VcTree.vue.d.ts +209 -209
- package/library/types/src/components/VcTree/VcTreeNode.vue.d.ts +104 -104
- package/library/types/src/components/VcTree/VcTreeSelect.vue.d.ts +305 -305
- package/library/types/src/components/VcVerticalTabs/UiComponents/VerticalTabNav.vue.d.ts +54 -54
- package/library/types/src/components/VcVerticalTabs/VcVerticalTabs.types.d.ts +1 -0
- package/library/types/src/components/VcVerticalTabs/VcVerticalTabs.vue.d.ts +76 -76
- package/library/types/src/components/VcViewSwitcher/VcViewSwitcher.vue.d.ts +74 -74
- package/library/types/src/components/VcWizard/VcSummaryProgress.vue.d.ts +55 -55
- package/library/types/src/components/VcWizard/VcSummaryStep.vue.d.ts +70 -70
- package/library/types/src/components/VcWizard/VcWizard.types.d.ts +15 -15
- package/library/types/src/components/VcWizard/VcWizard.vue.d.ts +157 -157
- package/library/types/src/components/VcWizard/VcWizardNavigation.vue.d.ts +110 -110
- package/library/types/src/components/VcWizard/VcWizardSummary.vue.d.ts +47 -47
- package/library/types/src/components/VcWizard/VcWizardTransition.vue.d.ts +83 -83
- package/library/types/src/components/VcWizard/baseTransition.d.ts +93 -0
- package/library/types/src/components/index.d.ts +91 -91
- package/library/types/src/directives/click-outside.d.ts +2 -0
- package/library/types/src/directives/resize.d.ts +6 -6
- package/library/types/src/entry.d.ts +3 -2
- package/library/types/src/localization/Localization.types.d.ts +17 -17
- package/library/types/src/localization/index.d.ts +9 -9
- package/library/types/src/mixins/common/appendTo.mixin.d.ts +19 -19
- package/library/types/src/mixins/defaultComponent.mixin.d.ts +14 -14
- package/library/types/src/mixins/dropdown.mixin.d.ts +66 -0
- package/library/types/src/mixins/input/baseInput.mixin.d.ts +100 -100
- package/library/types/src/mixins/input/color.mixin.d.ts +33 -33
- package/library/types/src/mixins/input/error.mixin.d.ts +23 -23
- package/library/types/src/mixins/input/input.mixin.d.ts +146 -146
- package/library/types/src/mixins/input/label.mixin.d.ts +52 -52
- package/library/types/src/mixins/optionMethods.mixin.d.ts +38 -38
- package/library/types/src/mixins/selectBox.mixin.d.ts +73 -0
- package/library/types/src/mixins/table/tableProps.mixin.d.ts +108 -108
- package/library/types/src/theme/index.d.ts +1 -1
- package/library/types/src/theme/theme.types.d.ts +6 -6
- package/library/types/src/types/AppendToTarget.types.d.ts +1 -1
- package/library/types/src/types/Dropdown.types.d.ts +1 -0
- package/library/types/src/types/Entry.types.d.ts +6 -6
- package/library/types/src/types/OptionAndConfig.types.d.ts +23 -23
- package/library/types/src/types/VueGeneric.types.d.ts +1 -1
- package/package.json +10 -5
- package/src/theme/index.d.ts +1 -0
- package/src/theme/index.js +38 -0
- package/src/theme/index.js.map +1 -0
- package/src/theme/theme.types.d.ts +6 -0
- package/src/theme/theme.types.js +2 -0
- package/src/theme/theme.types.js.map +1 -0
- package/library/types/src/entry.esm.d.ts +0 -3
- package/library/types/src/env.d.ts +0 -18
|
@@ -1,269 +1,269 @@
|
|
|
1
|
-
declare type TimeSettingsType = {
|
|
2
|
-
hours: string;
|
|
3
|
-
minutes: string;
|
|
4
|
-
seconds: string;
|
|
5
|
-
};
|
|
6
|
-
declare const
|
|
7
|
-
modelValue: {
|
|
8
|
-
type: NumberConstructor;
|
|
9
|
-
default: undefined;
|
|
10
|
-
};
|
|
11
|
-
step: {
|
|
12
|
-
type: NumberConstructor;
|
|
13
|
-
default: number;
|
|
14
|
-
};
|
|
15
|
-
minValue: {
|
|
16
|
-
type: NumberConstructor;
|
|
17
|
-
default: number;
|
|
18
|
-
};
|
|
19
|
-
maxValue: {
|
|
20
|
-
type: NumberConstructor;
|
|
21
|
-
default: number;
|
|
22
|
-
};
|
|
23
|
-
dataTestName: {
|
|
24
|
-
type: StringConstructor;
|
|
25
|
-
default: string;
|
|
26
|
-
};
|
|
27
|
-
divider: {
|
|
28
|
-
type: StringConstructor;
|
|
29
|
-
default: string;
|
|
30
|
-
};
|
|
31
|
-
emptyDataText: {
|
|
32
|
-
type: StringConstructor;
|
|
33
|
-
default: string;
|
|
34
|
-
};
|
|
35
|
-
placeholder: {
|
|
36
|
-
type: StringConstructor;
|
|
37
|
-
default: string;
|
|
38
|
-
};
|
|
39
|
-
allowMouseWheel: {
|
|
40
|
-
type: BooleanConstructor;
|
|
41
|
-
default: boolean;
|
|
42
|
-
};
|
|
43
|
-
}, unknown, {
|
|
44
|
-
focused: boolean;
|
|
45
|
-
colorClass: string;
|
|
46
|
-
isFocus: boolean;
|
|
47
|
-
localTimeValue: number;
|
|
48
|
-
timeSetting: TimeSettingsType;
|
|
49
|
-
}, {
|
|
50
|
-
useLocalData(): boolean;
|
|
51
|
-
timeModel(): number;
|
|
52
|
-
disabledDecreaseBtn(): boolean;
|
|
53
|
-
disabledIncreaseBtn(): boolean;
|
|
54
|
-
hideInputs(): boolean;
|
|
55
|
-
placeholderInput(): string;
|
|
56
|
-
}, {
|
|
57
|
-
onClickWrapper(): void;
|
|
58
|
-
onWheelMouse(event: WheelEvent): void;
|
|
59
|
-
getSecondsOfTime(time: TimeSettingsType): number;
|
|
60
|
-
onPlaceholderClick(): void;
|
|
61
|
-
onClickInput(type: string): void;
|
|
62
|
-
onTimeInputSelect(type: string): void;
|
|
63
|
-
updateTimeInput(val: string, type: string): string;
|
|
64
|
-
checkValue(val: string, type: string): number;
|
|
65
|
-
setFormatValue(val: number): string;
|
|
66
|
-
getTimeData(value: number): {
|
|
67
|
-
hours: number;
|
|
68
|
-
minutes: number;
|
|
69
|
-
seconds: number;
|
|
70
|
-
};
|
|
71
|
-
decrease(): void;
|
|
72
|
-
increase(): void;
|
|
73
|
-
setTimeData(time: number): void;
|
|
74
|
-
}, import("vue").DefineComponent<{
|
|
75
|
-
clearable: {
|
|
76
|
-
type: BooleanConstructor;
|
|
77
|
-
default: boolean;
|
|
78
|
-
};
|
|
79
|
-
isError: {
|
|
80
|
-
type: BooleanConstructor;
|
|
81
|
-
default: boolean;
|
|
82
|
-
};
|
|
83
|
-
emptyText: {
|
|
84
|
-
type: StringConstructor;
|
|
85
|
-
default: string;
|
|
86
|
-
};
|
|
87
|
-
maxWidth: {
|
|
88
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
89
|
-
default: string;
|
|
90
|
-
};
|
|
91
|
-
}, unknown, unknown, {
|
|
92
|
-
setMaxWidth(): string;
|
|
93
|
-
}, {
|
|
94
|
-
setValue(val: number): void;
|
|
95
|
-
}, import("vue").DefineComponent<{
|
|
96
|
-
id: {
|
|
97
|
-
type: StringConstructor;
|
|
98
|
-
default: undefined;
|
|
99
|
-
};
|
|
100
|
-
modelValue: {
|
|
101
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
102
|
-
required: true;
|
|
103
|
-
};
|
|
104
|
-
disabled: {
|
|
105
|
-
type: BooleanConstructor;
|
|
106
|
-
default: boolean;
|
|
107
|
-
};
|
|
108
|
-
prefixIcon: {
|
|
109
|
-
type: StringConstructor;
|
|
110
|
-
default: string;
|
|
111
|
-
};
|
|
112
|
-
dataTestName: {
|
|
113
|
-
type: StringConstructor;
|
|
114
|
-
default: string;
|
|
115
|
-
};
|
|
116
|
-
prefixIconSize: {
|
|
117
|
-
type: StringConstructor;
|
|
118
|
-
default: string;
|
|
119
|
-
};
|
|
120
|
-
name: {
|
|
121
|
-
type: StringConstructor;
|
|
122
|
-
default: undefined;
|
|
123
|
-
};
|
|
124
|
-
}, unknown, {
|
|
125
|
-
defaultPrefixIcon: string;
|
|
126
|
-
}, {
|
|
127
|
-
prefixClasses(): string[];
|
|
128
|
-
}, {}, import("vue").DefineComponent<{
|
|
129
|
-
prefixIconColor: {
|
|
130
|
-
type: import("vue").PropType<import("../VcInput/VcInput.types").VcInputColor>;
|
|
131
|
-
default: string;
|
|
132
|
-
};
|
|
133
|
-
color: {
|
|
134
|
-
type: import("vue").PropType<import("../VcInput/VcInput.types").VcInputColor>;
|
|
135
|
-
default: string;
|
|
136
|
-
};
|
|
137
|
-
}, unknown, {
|
|
138
|
-
colorClass: string;
|
|
139
|
-
iconColorClass: string;
|
|
140
|
-
}, {
|
|
141
|
-
inputClasses(): string;
|
|
142
|
-
prefixIconColorValue(): string;
|
|
143
|
-
prefixIconColorIsHex(): boolean;
|
|
144
|
-
prefixStyle(): import("vue").CSSProperties;
|
|
145
|
-
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
146
|
-
prefixIconColor: {
|
|
147
|
-
type: import("vue").PropType<import("../VcInput/VcInput.types").VcInputColor>;
|
|
148
|
-
default: string;
|
|
149
|
-
};
|
|
150
|
-
color: {
|
|
151
|
-
type: import("vue").PropType<import("../VcInput/VcInput.types").VcInputColor>;
|
|
152
|
-
default: string;
|
|
153
|
-
};
|
|
154
|
-
}>>, {
|
|
155
|
-
color: import("../VcInput/VcInput.types").VcInputColor;
|
|
156
|
-
prefixIconColor: import("../VcInput/VcInput.types").VcInputColor;
|
|
157
|
-
}>, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
158
|
-
id: {
|
|
159
|
-
type: StringConstructor;
|
|
160
|
-
default: undefined;
|
|
161
|
-
};
|
|
162
|
-
modelValue: {
|
|
163
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
164
|
-
required: true;
|
|
165
|
-
};
|
|
166
|
-
disabled: {
|
|
167
|
-
type: BooleanConstructor;
|
|
168
|
-
default: boolean;
|
|
169
|
-
};
|
|
170
|
-
prefixIcon: {
|
|
171
|
-
type: StringConstructor;
|
|
172
|
-
default: string;
|
|
173
|
-
};
|
|
174
|
-
dataTestName: {
|
|
175
|
-
type: StringConstructor;
|
|
176
|
-
default: string;
|
|
177
|
-
};
|
|
178
|
-
prefixIconSize: {
|
|
179
|
-
type: StringConstructor;
|
|
180
|
-
default: string;
|
|
181
|
-
};
|
|
182
|
-
name: {
|
|
183
|
-
type: StringConstructor;
|
|
184
|
-
default: undefined;
|
|
185
|
-
};
|
|
186
|
-
}>>, {
|
|
187
|
-
name: string;
|
|
188
|
-
disabled: boolean;
|
|
189
|
-
dataTestName: string;
|
|
190
|
-
id: string;
|
|
191
|
-
prefixIcon: string;
|
|
192
|
-
prefixIconSize: string;
|
|
193
|
-
}>, import("vue").ComponentOptionsMixin, ("update:modelValue" | "input")[], "
|
|
194
|
-
clearable: {
|
|
195
|
-
type: BooleanConstructor;
|
|
196
|
-
default: boolean;
|
|
197
|
-
};
|
|
198
|
-
isError: {
|
|
199
|
-
type: BooleanConstructor;
|
|
200
|
-
default: boolean;
|
|
201
|
-
};
|
|
202
|
-
emptyText: {
|
|
203
|
-
type: StringConstructor;
|
|
204
|
-
default: string;
|
|
205
|
-
};
|
|
206
|
-
maxWidth: {
|
|
207
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
208
|
-
default: string;
|
|
209
|
-
};
|
|
210
|
-
}>> & {
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
}, {
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
}>, import("vue").ComponentOptionsMixin, ("update:modelValue" | "input")[], "
|
|
219
|
-
modelValue: {
|
|
220
|
-
type: NumberConstructor;
|
|
221
|
-
default: undefined;
|
|
222
|
-
};
|
|
223
|
-
step: {
|
|
224
|
-
type: NumberConstructor;
|
|
225
|
-
default: number;
|
|
226
|
-
};
|
|
227
|
-
minValue: {
|
|
228
|
-
type: NumberConstructor;
|
|
229
|
-
default: number;
|
|
230
|
-
};
|
|
231
|
-
maxValue: {
|
|
232
|
-
type: NumberConstructor;
|
|
233
|
-
default: number;
|
|
234
|
-
};
|
|
235
|
-
dataTestName: {
|
|
236
|
-
type: StringConstructor;
|
|
237
|
-
default: string;
|
|
238
|
-
};
|
|
239
|
-
divider: {
|
|
240
|
-
type: StringConstructor;
|
|
241
|
-
default: string;
|
|
242
|
-
};
|
|
243
|
-
emptyDataText: {
|
|
244
|
-
type: StringConstructor;
|
|
245
|
-
default: string;
|
|
246
|
-
};
|
|
247
|
-
placeholder: {
|
|
248
|
-
type: StringConstructor;
|
|
249
|
-
default: string;
|
|
250
|
-
};
|
|
251
|
-
allowMouseWheel: {
|
|
252
|
-
type: BooleanConstructor;
|
|
253
|
-
default: boolean;
|
|
254
|
-
};
|
|
255
|
-
}>> & {
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
}, {
|
|
259
|
-
dataTestName: string;
|
|
260
|
-
modelValue: number;
|
|
261
|
-
placeholder: string;
|
|
262
|
-
step: number;
|
|
263
|
-
minValue: number;
|
|
264
|
-
maxValue: number;
|
|
265
|
-
emptyDataText: string;
|
|
266
|
-
divider: string;
|
|
267
|
-
allowMouseWheel: boolean;
|
|
268
|
-
}>;
|
|
269
|
-
export default
|
|
1
|
+
declare type TimeSettingsType = {
|
|
2
|
+
hours: string;
|
|
3
|
+
minutes: string;
|
|
4
|
+
seconds: string;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<{
|
|
7
|
+
modelValue: {
|
|
8
|
+
type: NumberConstructor;
|
|
9
|
+
default: undefined;
|
|
10
|
+
};
|
|
11
|
+
step: {
|
|
12
|
+
type: NumberConstructor;
|
|
13
|
+
default: number;
|
|
14
|
+
};
|
|
15
|
+
minValue: {
|
|
16
|
+
type: NumberConstructor;
|
|
17
|
+
default: number;
|
|
18
|
+
};
|
|
19
|
+
maxValue: {
|
|
20
|
+
type: NumberConstructor;
|
|
21
|
+
default: number;
|
|
22
|
+
};
|
|
23
|
+
dataTestName: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
divider: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
|
+
emptyDataText: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
placeholder: {
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
allowMouseWheel: {
|
|
40
|
+
type: BooleanConstructor;
|
|
41
|
+
default: boolean;
|
|
42
|
+
};
|
|
43
|
+
}, unknown, {
|
|
44
|
+
focused: boolean;
|
|
45
|
+
colorClass: string;
|
|
46
|
+
isFocus: boolean;
|
|
47
|
+
localTimeValue: number;
|
|
48
|
+
timeSetting: TimeSettingsType;
|
|
49
|
+
}, {
|
|
50
|
+
useLocalData(): boolean;
|
|
51
|
+
timeModel(): number;
|
|
52
|
+
disabledDecreaseBtn(): boolean;
|
|
53
|
+
disabledIncreaseBtn(): boolean;
|
|
54
|
+
hideInputs(): boolean;
|
|
55
|
+
placeholderInput(): string;
|
|
56
|
+
}, {
|
|
57
|
+
onClickWrapper(): void;
|
|
58
|
+
onWheelMouse(event: WheelEvent): void;
|
|
59
|
+
getSecondsOfTime(time: TimeSettingsType): number;
|
|
60
|
+
onPlaceholderClick(): void;
|
|
61
|
+
onClickInput(type: string): void;
|
|
62
|
+
onTimeInputSelect(type: string): void;
|
|
63
|
+
updateTimeInput(val: string, type: string): string;
|
|
64
|
+
checkValue(val: string, type: string): number;
|
|
65
|
+
setFormatValue(val: number): string;
|
|
66
|
+
getTimeData(value: number): {
|
|
67
|
+
hours: number;
|
|
68
|
+
minutes: number;
|
|
69
|
+
seconds: number;
|
|
70
|
+
};
|
|
71
|
+
decrease(): void;
|
|
72
|
+
increase(): void;
|
|
73
|
+
setTimeData(time: number): void;
|
|
74
|
+
}, import("vue").DefineComponent<{
|
|
75
|
+
clearable: {
|
|
76
|
+
type: BooleanConstructor;
|
|
77
|
+
default: boolean;
|
|
78
|
+
};
|
|
79
|
+
isError: {
|
|
80
|
+
type: BooleanConstructor;
|
|
81
|
+
default: boolean;
|
|
82
|
+
};
|
|
83
|
+
emptyText: {
|
|
84
|
+
type: StringConstructor;
|
|
85
|
+
default: string;
|
|
86
|
+
};
|
|
87
|
+
maxWidth: {
|
|
88
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
89
|
+
default: string;
|
|
90
|
+
};
|
|
91
|
+
}, unknown, unknown, {
|
|
92
|
+
setMaxWidth(): string;
|
|
93
|
+
}, {
|
|
94
|
+
setValue(val: number): void;
|
|
95
|
+
}, import("vue").DefineComponent<{
|
|
96
|
+
id: {
|
|
97
|
+
type: StringConstructor;
|
|
98
|
+
default: undefined;
|
|
99
|
+
};
|
|
100
|
+
modelValue: {
|
|
101
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
102
|
+
required: true;
|
|
103
|
+
};
|
|
104
|
+
disabled: {
|
|
105
|
+
type: BooleanConstructor;
|
|
106
|
+
default: boolean;
|
|
107
|
+
};
|
|
108
|
+
prefixIcon: {
|
|
109
|
+
type: StringConstructor;
|
|
110
|
+
default: string;
|
|
111
|
+
};
|
|
112
|
+
dataTestName: {
|
|
113
|
+
type: StringConstructor;
|
|
114
|
+
default: string;
|
|
115
|
+
};
|
|
116
|
+
prefixIconSize: {
|
|
117
|
+
type: StringConstructor;
|
|
118
|
+
default: string;
|
|
119
|
+
};
|
|
120
|
+
name: {
|
|
121
|
+
type: StringConstructor;
|
|
122
|
+
default: undefined;
|
|
123
|
+
};
|
|
124
|
+
}, unknown, {
|
|
125
|
+
defaultPrefixIcon: string;
|
|
126
|
+
}, {
|
|
127
|
+
prefixClasses(): string[];
|
|
128
|
+
}, {}, import("vue").DefineComponent<{
|
|
129
|
+
prefixIconColor: {
|
|
130
|
+
type: import("vue").PropType<import("../VcInput/VcInput.types.js").VcInputColor>;
|
|
131
|
+
default: string;
|
|
132
|
+
};
|
|
133
|
+
color: {
|
|
134
|
+
type: import("vue").PropType<import("../VcInput/VcInput.types.js").VcInputColor>;
|
|
135
|
+
default: string;
|
|
136
|
+
};
|
|
137
|
+
}, unknown, {
|
|
138
|
+
colorClass: string;
|
|
139
|
+
iconColorClass: string;
|
|
140
|
+
}, {
|
|
141
|
+
inputClasses(): string;
|
|
142
|
+
prefixIconColorValue(): string;
|
|
143
|
+
prefixIconColorIsHex(): boolean;
|
|
144
|
+
prefixStyle(): import("vue").CSSProperties;
|
|
145
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
146
|
+
prefixIconColor: {
|
|
147
|
+
type: import("vue").PropType<import("../VcInput/VcInput.types.js").VcInputColor>;
|
|
148
|
+
default: string;
|
|
149
|
+
};
|
|
150
|
+
color: {
|
|
151
|
+
type: import("vue").PropType<import("../VcInput/VcInput.types.js").VcInputColor>;
|
|
152
|
+
default: string;
|
|
153
|
+
};
|
|
154
|
+
}>>, {
|
|
155
|
+
color: import("../VcInput/VcInput.types.js").VcInputColor;
|
|
156
|
+
prefixIconColor: import("../VcInput/VcInput.types.js").VcInputColor;
|
|
157
|
+
}>, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
158
|
+
id: {
|
|
159
|
+
type: StringConstructor;
|
|
160
|
+
default: undefined;
|
|
161
|
+
};
|
|
162
|
+
modelValue: {
|
|
163
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
164
|
+
required: true;
|
|
165
|
+
};
|
|
166
|
+
disabled: {
|
|
167
|
+
type: BooleanConstructor;
|
|
168
|
+
default: boolean;
|
|
169
|
+
};
|
|
170
|
+
prefixIcon: {
|
|
171
|
+
type: StringConstructor;
|
|
172
|
+
default: string;
|
|
173
|
+
};
|
|
174
|
+
dataTestName: {
|
|
175
|
+
type: StringConstructor;
|
|
176
|
+
default: string;
|
|
177
|
+
};
|
|
178
|
+
prefixIconSize: {
|
|
179
|
+
type: StringConstructor;
|
|
180
|
+
default: string;
|
|
181
|
+
};
|
|
182
|
+
name: {
|
|
183
|
+
type: StringConstructor;
|
|
184
|
+
default: undefined;
|
|
185
|
+
};
|
|
186
|
+
}>>, {
|
|
187
|
+
name: string;
|
|
188
|
+
disabled: boolean;
|
|
189
|
+
dataTestName: string;
|
|
190
|
+
id: string;
|
|
191
|
+
prefixIcon: string;
|
|
192
|
+
prefixIconSize: string;
|
|
193
|
+
}>, import("vue").ComponentOptionsMixin, ("update:modelValue" | "input")[], "input" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
194
|
+
clearable: {
|
|
195
|
+
type: BooleanConstructor;
|
|
196
|
+
default: boolean;
|
|
197
|
+
};
|
|
198
|
+
isError: {
|
|
199
|
+
type: BooleanConstructor;
|
|
200
|
+
default: boolean;
|
|
201
|
+
};
|
|
202
|
+
emptyText: {
|
|
203
|
+
type: StringConstructor;
|
|
204
|
+
default: string;
|
|
205
|
+
};
|
|
206
|
+
maxWidth: {
|
|
207
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
208
|
+
default: string;
|
|
209
|
+
};
|
|
210
|
+
}>> & {
|
|
211
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
212
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
213
|
+
}, {
|
|
214
|
+
maxWidth: string | number;
|
|
215
|
+
clearable: boolean;
|
|
216
|
+
isError: boolean;
|
|
217
|
+
emptyText: string;
|
|
218
|
+
}>, import("vue").ComponentOptionsMixin, ("update:modelValue" | "input")[], "input" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
219
|
+
modelValue: {
|
|
220
|
+
type: NumberConstructor;
|
|
221
|
+
default: undefined;
|
|
222
|
+
};
|
|
223
|
+
step: {
|
|
224
|
+
type: NumberConstructor;
|
|
225
|
+
default: number;
|
|
226
|
+
};
|
|
227
|
+
minValue: {
|
|
228
|
+
type: NumberConstructor;
|
|
229
|
+
default: number;
|
|
230
|
+
};
|
|
231
|
+
maxValue: {
|
|
232
|
+
type: NumberConstructor;
|
|
233
|
+
default: number;
|
|
234
|
+
};
|
|
235
|
+
dataTestName: {
|
|
236
|
+
type: StringConstructor;
|
|
237
|
+
default: string;
|
|
238
|
+
};
|
|
239
|
+
divider: {
|
|
240
|
+
type: StringConstructor;
|
|
241
|
+
default: string;
|
|
242
|
+
};
|
|
243
|
+
emptyDataText: {
|
|
244
|
+
type: StringConstructor;
|
|
245
|
+
default: string;
|
|
246
|
+
};
|
|
247
|
+
placeholder: {
|
|
248
|
+
type: StringConstructor;
|
|
249
|
+
default: string;
|
|
250
|
+
};
|
|
251
|
+
allowMouseWheel: {
|
|
252
|
+
type: BooleanConstructor;
|
|
253
|
+
default: boolean;
|
|
254
|
+
};
|
|
255
|
+
}>> & {
|
|
256
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
257
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
258
|
+
}, {
|
|
259
|
+
dataTestName: string;
|
|
260
|
+
modelValue: number;
|
|
261
|
+
placeholder: string;
|
|
262
|
+
step: number;
|
|
263
|
+
minValue: number;
|
|
264
|
+
maxValue: number;
|
|
265
|
+
emptyDataText: string;
|
|
266
|
+
divider: string;
|
|
267
|
+
allowMouseWheel: boolean;
|
|
268
|
+
}>;
|
|
269
|
+
export default _default;
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
export declare type VcTreeConfig = {
|
|
2
|
-
labelKey: string;
|
|
3
|
-
valueKey: string;
|
|
4
|
-
iconKey?: string;
|
|
5
|
-
filterBy?: string;
|
|
6
|
-
filterLocale?: string;
|
|
7
|
-
childrenKey?: string;
|
|
8
|
-
};
|
|
9
|
-
export declare type VcTreeActionKeys = {
|
|
10
|
-
[key: string]: unknown;
|
|
11
|
-
};
|
|
12
|
-
export declare type VcTreeNodeType = {
|
|
13
|
-
id?: string;
|
|
14
|
-
key?: string;
|
|
15
|
-
label?: string;
|
|
16
|
-
icon?: string;
|
|
17
|
-
children?: VcTreeNodeType[];
|
|
18
|
-
parent?: VcTreeNodeType;
|
|
19
|
-
checked?: boolean;
|
|
20
|
-
_keyPath?: string;
|
|
21
|
-
[key: string]: any;
|
|
22
|
-
};
|
|
23
|
-
export declare type VcTreeChangeEvent = {
|
|
24
|
-
node: VcTreeNodeType;
|
|
25
|
-
check: boolean;
|
|
26
|
-
selectedKeys: VcTreeActionKeys;
|
|
27
|
-
[key: string]: unknown;
|
|
28
|
-
};
|
|
29
|
-
export declare type VcSelectedKeyData = {
|
|
30
|
-
checked: boolean;
|
|
31
|
-
partialChecked?: boolean;
|
|
32
|
-
node: VcTreeNodeType;
|
|
33
|
-
};
|
|
34
|
-
export declare type VcSelectedKeys = {
|
|
35
|
-
[key: string | number]: VcSelectedKeyData;
|
|
36
|
-
};
|
|
1
|
+
export declare type VcTreeConfig = {
|
|
2
|
+
labelKey: string;
|
|
3
|
+
valueKey: string;
|
|
4
|
+
iconKey?: string;
|
|
5
|
+
filterBy?: string;
|
|
6
|
+
filterLocale?: string;
|
|
7
|
+
childrenKey?: string;
|
|
8
|
+
};
|
|
9
|
+
export declare type VcTreeActionKeys = {
|
|
10
|
+
[key: string]: unknown;
|
|
11
|
+
};
|
|
12
|
+
export declare type VcTreeNodeType = {
|
|
13
|
+
id?: string;
|
|
14
|
+
key?: string;
|
|
15
|
+
label?: string;
|
|
16
|
+
icon?: string;
|
|
17
|
+
children?: VcTreeNodeType[];
|
|
18
|
+
parent?: VcTreeNodeType;
|
|
19
|
+
checked?: boolean;
|
|
20
|
+
_keyPath?: string;
|
|
21
|
+
[key: string]: any;
|
|
22
|
+
};
|
|
23
|
+
export declare type VcTreeChangeEvent = {
|
|
24
|
+
node: VcTreeNodeType;
|
|
25
|
+
check: boolean;
|
|
26
|
+
selectedKeys: VcTreeActionKeys;
|
|
27
|
+
[key: string]: unknown;
|
|
28
|
+
};
|
|
29
|
+
export declare type VcSelectedKeyData = {
|
|
30
|
+
checked: boolean;
|
|
31
|
+
partialChecked?: boolean;
|
|
32
|
+
node: VcTreeNodeType;
|
|
33
|
+
};
|
|
34
|
+
export declare type VcSelectedKeys = {
|
|
35
|
+
[key: string | number]: VcSelectedKeyData;
|
|
36
|
+
};
|