cnhis-design-vue 3.1.8-beta.2 → 3.1.8-beta.3
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/README.md +22 -22
- package/es/packages/big-table/index.d.ts +7 -5
- package/es/packages/big-table/src/BigTable.vue.d.ts +8 -21
- package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +11 -10
- package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/big-table/style/index.less +557 -557
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/bpmn-workflow/style/index.less +29 -29
- package/es/packages/button-print/index.d.ts +160 -104
- package/es/packages/button-print/src/ButtonPrint.vue.d.ts +160 -104
- package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +7 -6
- package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +103 -52
- package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/button-print/style/index.less +30 -30
- package/es/packages/chunk-upload/index.d.ts +20 -20
- package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +35 -37
- package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +3 -2
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +20 -23
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +12 -11
- package/es/packages/chunk-upload/style/index.less +394 -394
- package/es/packages/drag-layout/index.d.ts +415 -289
- package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +113 -89
- package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +95 -77
- package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/drag-layout/src/DragLayout.vue.d.ts +417 -299
- package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +45 -44
- package/es/packages/drag-layout/style/index.less +208 -208
- package/es/packages/field-set/index.d.ts +5278 -0
- package/es/packages/field-set/src/FieldSet.vue.d.ts +2599 -0
- package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -4
- package/es/packages/field-set/src/NewFieldSet.vue.d.ts +2596 -0
- package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -4
- package/es/packages/field-set/style/index.less +157 -157
- package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-render/src/components/cascader2.mjs +17 -2
- package/es/packages/form-render/src/components/date.d.ts +29 -25
- package/es/packages/form-render/src/components/formItem.d.ts +10 -8
- package/es/packages/form-render/src/components/inputNumber.d.ts +18 -2
- package/es/packages/form-render/src/components/slider.d.ts +11 -11
- package/es/packages/form-render/src/components/textarea.d.ts +5 -4
- package/es/packages/form-table/index.d.ts +35903 -0
- package/es/packages/form-table/src/FormTable.vue.d.ts +35903 -0
- package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/index.d.ts +35662 -0
- package/es/packages/form-table/src/components/table-age.vue.d.ts +96 -61
- package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +29 -25
- package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-digital.vue.d.ts +21 -4
- package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-input-password.vue.d.ts +8 -6
- package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-input.vue.d.ts +8 -6
- package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +29 -25
- package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-search-more.vue.d.ts +20 -20
- package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-search.vue.d.ts +95 -77
- package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +75 -57
- package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-select.vue.d.ts +75 -57
- package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-textarea.vue.d.ts +8 -6
- package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +21 -18
- package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1883 -0
- package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +3 -2
- package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/style/index.less +301 -301
- package/es/packages/grid/style/index.less +12 -12
- package/es/packages/index.less +2945 -2945
- package/es/packages/info-header/index.d.ts +217 -54
- package/es/packages/info-header/src/HiddenContent.vue.d.ts +4 -3
- package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/info-header/src/InfoHeader.vue.d.ts +217 -54
- package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/info-header/style/index.less +153 -153
- package/es/packages/map/index.d.ts +25 -24
- package/es/packages/map/src/Map.vue.d.ts +25 -24
- package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +6 -5
- package/es/packages/map/style/index.less +59 -59
- package/es/packages/scale-view/index.d.ts +58 -56
- package/es/packages/scale-view/src/ScaleView.vue.d.ts +58 -56
- package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +11 -10
- package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +2 -1
- package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +20 -20
- package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +4 -3
- package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +3 -2
- package/es/packages/scale-view/src/hooks/use-component.d.ts +579 -171
- package/es/packages/scale-view/style/index.less +748 -748
- package/es/packages/select-label/index.d.ts +852 -245
- package/es/packages/select-label/src/LabelFormContent.vue.d.ts +293 -94
- package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +5 -4
- package/es/packages/select-label/src/SelectLabel.vue.d.ts +562 -151
- package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +14 -13
- package/es/packages/select-label/src/components/label-classify.vue.d.ts +229 -66
- package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/select-label/style/index.less +151 -151
- package/es/packages/select-person/index.d.ts +29 -27
- package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +3 -2
- package/es/packages/select-person/src/SelectPerson.vue.d.ts +37 -33
- package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +32 -42
- package/es/packages/select-person/style/index.less +229 -229
- package/es/packages/time-line/index.d.ts +28 -28
- package/es/packages/time-line/src/TimeLine.vue.d.ts +28 -28
- package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/time-line/style/index.less +34 -34
- package/es/src/components/SelectPage/SelectPage.vue.d.ts +20 -20
- package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +3 -2
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/global.d.ts +8 -8
- package/package.json +1 -1
- package/yarn-error.log +8659 -103
|
@@ -64,11 +64,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
64
64
|
};
|
|
65
65
|
checked: BooleanConstructor;
|
|
66
66
|
checkable: BooleanConstructor;
|
|
67
|
+
strong: BooleanConstructor;
|
|
67
68
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
68
69
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
69
70
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
70
71
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
71
72
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
73
|
+
internalCloseFocusable: {
|
|
74
|
+
type: BooleanConstructor;
|
|
75
|
+
default: boolean;
|
|
76
|
+
};
|
|
72
77
|
internalStopClickPropagation: BooleanConstructor;
|
|
73
78
|
onCheckedChange: {
|
|
74
79
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -91,6 +96,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
91
96
|
readonly default: undefined;
|
|
92
97
|
};
|
|
93
98
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
99
|
+
closeBorderRadius: string;
|
|
94
100
|
heightTiny: string;
|
|
95
101
|
heightSmall: string;
|
|
96
102
|
heightMedium: string;
|
|
@@ -101,6 +107,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
101
107
|
fontSizeSmall: string;
|
|
102
108
|
fontSizeMedium: string;
|
|
103
109
|
fontSizeLarge: string;
|
|
110
|
+
fontWeightStrong: string;
|
|
104
111
|
textColorCheckable: string;
|
|
105
112
|
textColorHoverCheckable: string;
|
|
106
113
|
textColorPressedCheckable: string;
|
|
@@ -114,39 +121,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
114
121
|
border: string;
|
|
115
122
|
textColor: string;
|
|
116
123
|
color: string;
|
|
117
|
-
|
|
124
|
+
colorBordered: string;
|
|
125
|
+
closeIconColor: string;
|
|
126
|
+
closeIconColorHover: string;
|
|
127
|
+
closeIconColorPressed: string;
|
|
118
128
|
closeColorHover: string;
|
|
119
129
|
closeColorPressed: string;
|
|
120
130
|
borderPrimary: string;
|
|
121
131
|
textColorPrimary: string;
|
|
122
132
|
colorPrimary: string;
|
|
123
|
-
|
|
133
|
+
colorBorderedPrimary: string;
|
|
134
|
+
closeIconColorPrimary: string;
|
|
135
|
+
closeIconColorHoverPrimary: string;
|
|
136
|
+
closeIconColorPressedPrimary: string;
|
|
124
137
|
closeColorHoverPrimary: string;
|
|
125
138
|
closeColorPressedPrimary: string;
|
|
126
139
|
borderInfo: string;
|
|
127
140
|
textColorInfo: string;
|
|
128
141
|
colorInfo: string;
|
|
129
|
-
|
|
142
|
+
colorBorderedInfo: string;
|
|
143
|
+
closeIconColorInfo: string;
|
|
144
|
+
closeIconColorHoverInfo: string;
|
|
145
|
+
closeIconColorPressedInfo: string;
|
|
130
146
|
closeColorHoverInfo: string;
|
|
131
147
|
closeColorPressedInfo: string;
|
|
132
148
|
borderSuccess: string;
|
|
133
149
|
textColorSuccess: string;
|
|
134
150
|
colorSuccess: string;
|
|
135
|
-
|
|
151
|
+
colorBorderedSuccess: string;
|
|
152
|
+
closeIconColorSuccess: string;
|
|
153
|
+
closeIconColorHoverSuccess: string;
|
|
154
|
+
closeIconColorPressedSuccess: string;
|
|
136
155
|
closeColorHoverSuccess: string;
|
|
137
156
|
closeColorPressedSuccess: string;
|
|
138
157
|
borderWarning: string;
|
|
139
158
|
textColorWarning: string;
|
|
140
159
|
colorWarning: string;
|
|
141
|
-
|
|
160
|
+
colorBorderedWarning: string;
|
|
161
|
+
closeIconColorWarning: string;
|
|
162
|
+
closeIconColorHoverWarning: string;
|
|
163
|
+
closeIconColorPressedWarning: string;
|
|
142
164
|
closeColorHoverWarning: string;
|
|
143
165
|
closeColorPressedWarning: string;
|
|
144
166
|
borderError: string;
|
|
145
167
|
textColorError: string;
|
|
146
168
|
colorError: string;
|
|
147
|
-
|
|
169
|
+
colorBorderedError: string;
|
|
170
|
+
closeIconColorError: string;
|
|
171
|
+
closeIconColorHoverError: string;
|
|
172
|
+
closeIconColorPressedError: string;
|
|
148
173
|
closeColorHoverError: string;
|
|
149
174
|
closeColorPressedError: string;
|
|
175
|
+
closeIconSizeTiny: string;
|
|
176
|
+
closeIconSizeSmall: string;
|
|
177
|
+
closeIconSizeMedium: string;
|
|
178
|
+
closeIconSizeLarge: string;
|
|
150
179
|
closeSizeTiny: string;
|
|
151
180
|
closeSizeSmall: string;
|
|
152
181
|
closeSizeMedium: string;
|
|
@@ -156,6 +185,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
156
185
|
closeMarginRtl: string;
|
|
157
186
|
}, any>>;
|
|
158
187
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
188
|
+
closeBorderRadius: string;
|
|
159
189
|
heightTiny: string;
|
|
160
190
|
heightSmall: string;
|
|
161
191
|
heightMedium: string;
|
|
@@ -166,6 +196,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
166
196
|
fontSizeSmall: string;
|
|
167
197
|
fontSizeMedium: string;
|
|
168
198
|
fontSizeLarge: string;
|
|
199
|
+
fontWeightStrong: string;
|
|
169
200
|
textColorCheckable: string;
|
|
170
201
|
textColorHoverCheckable: string;
|
|
171
202
|
textColorPressedCheckable: string;
|
|
@@ -179,39 +210,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
179
210
|
border: string;
|
|
180
211
|
textColor: string;
|
|
181
212
|
color: string;
|
|
182
|
-
|
|
213
|
+
colorBordered: string;
|
|
214
|
+
closeIconColor: string;
|
|
215
|
+
closeIconColorHover: string;
|
|
216
|
+
closeIconColorPressed: string;
|
|
183
217
|
closeColorHover: string;
|
|
184
218
|
closeColorPressed: string;
|
|
185
219
|
borderPrimary: string;
|
|
186
220
|
textColorPrimary: string;
|
|
187
221
|
colorPrimary: string;
|
|
188
|
-
|
|
222
|
+
colorBorderedPrimary: string;
|
|
223
|
+
closeIconColorPrimary: string;
|
|
224
|
+
closeIconColorHoverPrimary: string;
|
|
225
|
+
closeIconColorPressedPrimary: string;
|
|
189
226
|
closeColorHoverPrimary: string;
|
|
190
227
|
closeColorPressedPrimary: string;
|
|
191
228
|
borderInfo: string;
|
|
192
229
|
textColorInfo: string;
|
|
193
230
|
colorInfo: string;
|
|
194
|
-
|
|
231
|
+
colorBorderedInfo: string;
|
|
232
|
+
closeIconColorInfo: string;
|
|
233
|
+
closeIconColorHoverInfo: string;
|
|
234
|
+
closeIconColorPressedInfo: string;
|
|
195
235
|
closeColorHoverInfo: string;
|
|
196
236
|
closeColorPressedInfo: string;
|
|
197
237
|
borderSuccess: string;
|
|
198
238
|
textColorSuccess: string;
|
|
199
239
|
colorSuccess: string;
|
|
200
|
-
|
|
240
|
+
colorBorderedSuccess: string;
|
|
241
|
+
closeIconColorSuccess: string;
|
|
242
|
+
closeIconColorHoverSuccess: string;
|
|
243
|
+
closeIconColorPressedSuccess: string;
|
|
201
244
|
closeColorHoverSuccess: string;
|
|
202
245
|
closeColorPressedSuccess: string;
|
|
203
246
|
borderWarning: string;
|
|
204
247
|
textColorWarning: string;
|
|
205
248
|
colorWarning: string;
|
|
206
|
-
|
|
249
|
+
colorBorderedWarning: string;
|
|
250
|
+
closeIconColorWarning: string;
|
|
251
|
+
closeIconColorHoverWarning: string;
|
|
252
|
+
closeIconColorPressedWarning: string;
|
|
207
253
|
closeColorHoverWarning: string;
|
|
208
254
|
closeColorPressedWarning: string;
|
|
209
255
|
borderError: string;
|
|
210
256
|
textColorError: string;
|
|
211
257
|
colorError: string;
|
|
212
|
-
|
|
258
|
+
colorBorderedError: string;
|
|
259
|
+
closeIconColorError: string;
|
|
260
|
+
closeIconColorHoverError: string;
|
|
261
|
+
closeIconColorPressedError: string;
|
|
213
262
|
closeColorHoverError: string;
|
|
214
263
|
closeColorPressedError: string;
|
|
264
|
+
closeIconSizeTiny: string;
|
|
265
|
+
closeIconSizeSmall: string;
|
|
266
|
+
closeIconSizeMedium: string;
|
|
267
|
+
closeIconSizeLarge: string;
|
|
215
268
|
closeSizeTiny: string;
|
|
216
269
|
closeSizeSmall: string;
|
|
217
270
|
closeSizeMedium: string;
|
|
@@ -221,6 +274,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
221
274
|
closeMarginRtl: string;
|
|
222
275
|
}, any>>>;
|
|
223
276
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
277
|
+
closeBorderRadius: string;
|
|
224
278
|
heightTiny: string;
|
|
225
279
|
heightSmall: string;
|
|
226
280
|
heightMedium: string;
|
|
@@ -231,6 +285,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
231
285
|
fontSizeSmall: string;
|
|
232
286
|
fontSizeMedium: string;
|
|
233
287
|
fontSizeLarge: string;
|
|
288
|
+
fontWeightStrong: string;
|
|
234
289
|
textColorCheckable: string;
|
|
235
290
|
textColorHoverCheckable: string;
|
|
236
291
|
textColorPressedCheckable: string;
|
|
@@ -244,39 +299,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
244
299
|
border: string;
|
|
245
300
|
textColor: string;
|
|
246
301
|
color: string;
|
|
247
|
-
|
|
302
|
+
colorBordered: string;
|
|
303
|
+
closeIconColor: string;
|
|
304
|
+
closeIconColorHover: string;
|
|
305
|
+
closeIconColorPressed: string;
|
|
248
306
|
closeColorHover: string;
|
|
249
307
|
closeColorPressed: string;
|
|
250
308
|
borderPrimary: string;
|
|
251
309
|
textColorPrimary: string;
|
|
252
310
|
colorPrimary: string;
|
|
253
|
-
|
|
311
|
+
colorBorderedPrimary: string;
|
|
312
|
+
closeIconColorPrimary: string;
|
|
313
|
+
closeIconColorHoverPrimary: string;
|
|
314
|
+
closeIconColorPressedPrimary: string;
|
|
254
315
|
closeColorHoverPrimary: string;
|
|
255
316
|
closeColorPressedPrimary: string;
|
|
256
317
|
borderInfo: string;
|
|
257
318
|
textColorInfo: string;
|
|
258
319
|
colorInfo: string;
|
|
259
|
-
|
|
320
|
+
colorBorderedInfo: string;
|
|
321
|
+
closeIconColorInfo: string;
|
|
322
|
+
closeIconColorHoverInfo: string;
|
|
323
|
+
closeIconColorPressedInfo: string;
|
|
260
324
|
closeColorHoverInfo: string;
|
|
261
325
|
closeColorPressedInfo: string;
|
|
262
326
|
borderSuccess: string;
|
|
263
327
|
textColorSuccess: string;
|
|
264
328
|
colorSuccess: string;
|
|
265
|
-
|
|
329
|
+
colorBorderedSuccess: string;
|
|
330
|
+
closeIconColorSuccess: string;
|
|
331
|
+
closeIconColorHoverSuccess: string;
|
|
332
|
+
closeIconColorPressedSuccess: string;
|
|
266
333
|
closeColorHoverSuccess: string;
|
|
267
334
|
closeColorPressedSuccess: string;
|
|
268
335
|
borderWarning: string;
|
|
269
336
|
textColorWarning: string;
|
|
270
337
|
colorWarning: string;
|
|
271
|
-
|
|
338
|
+
colorBorderedWarning: string;
|
|
339
|
+
closeIconColorWarning: string;
|
|
340
|
+
closeIconColorHoverWarning: string;
|
|
341
|
+
closeIconColorPressedWarning: string;
|
|
272
342
|
closeColorHoverWarning: string;
|
|
273
343
|
closeColorPressedWarning: string;
|
|
274
344
|
borderError: string;
|
|
275
345
|
textColorError: string;
|
|
276
346
|
colorError: string;
|
|
277
|
-
|
|
347
|
+
colorBorderedError: string;
|
|
348
|
+
closeIconColorError: string;
|
|
349
|
+
closeIconColorHoverError: string;
|
|
350
|
+
closeIconColorPressedError: string;
|
|
278
351
|
closeColorHoverError: string;
|
|
279
352
|
closeColorPressedError: string;
|
|
353
|
+
closeIconSizeTiny: string;
|
|
354
|
+
closeIconSizeSmall: string;
|
|
355
|
+
closeIconSizeMedium: string;
|
|
356
|
+
closeIconSizeLarge: string;
|
|
280
357
|
closeSizeTiny: string;
|
|
281
358
|
closeSizeSmall: string;
|
|
282
359
|
closeSizeMedium: string;
|
|
@@ -293,14 +370,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
293
370
|
handleClick: (e: MouseEvent) => void;
|
|
294
371
|
handleCloseClick: (e: MouseEvent) => void;
|
|
295
372
|
cssVars: import("vue").ComputedRef<{
|
|
373
|
+
'--n-font-weight-strong': string;
|
|
296
374
|
'--n-avatar-size-override': string;
|
|
297
375
|
'--n-bezier': string;
|
|
298
376
|
'--n-border-radius': string;
|
|
299
377
|
'--n-border': string;
|
|
300
|
-
'--n-close-
|
|
301
|
-
'--n-close-color-hover': string;
|
|
378
|
+
'--n-close-icon-size': string;
|
|
302
379
|
'--n-close-color-pressed': string;
|
|
303
|
-
'--n-close-color-
|
|
380
|
+
'--n-close-color-hover': string;
|
|
381
|
+
'--n-close-border-radius': string;
|
|
382
|
+
'--n-close-icon-color': string;
|
|
383
|
+
'--n-close-icon-color-hover': string;
|
|
384
|
+
'--n-close-icon-color-pressed': string;
|
|
385
|
+
'--n-close-icon-color-disabled': string;
|
|
304
386
|
'--n-close-margin': string;
|
|
305
387
|
'--n-close-margin-rtl': string;
|
|
306
388
|
'--n-close-size': string;
|
|
@@ -331,11 +413,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
331
413
|
};
|
|
332
414
|
checked: BooleanConstructor;
|
|
333
415
|
checkable: BooleanConstructor;
|
|
416
|
+
strong: BooleanConstructor;
|
|
334
417
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
335
418
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
336
419
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
337
420
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
338
421
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
422
|
+
internalCloseFocusable: {
|
|
423
|
+
type: BooleanConstructor;
|
|
424
|
+
default: boolean;
|
|
425
|
+
};
|
|
339
426
|
internalStopClickPropagation: BooleanConstructor;
|
|
340
427
|
onCheckedChange: {
|
|
341
428
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -358,6 +445,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
358
445
|
readonly default: undefined;
|
|
359
446
|
};
|
|
360
447
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
448
|
+
closeBorderRadius: string;
|
|
361
449
|
heightTiny: string;
|
|
362
450
|
heightSmall: string;
|
|
363
451
|
heightMedium: string;
|
|
@@ -368,6 +456,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
368
456
|
fontSizeSmall: string;
|
|
369
457
|
fontSizeMedium: string;
|
|
370
458
|
fontSizeLarge: string;
|
|
459
|
+
fontWeightStrong: string;
|
|
371
460
|
textColorCheckable: string;
|
|
372
461
|
textColorHoverCheckable: string;
|
|
373
462
|
textColorPressedCheckable: string;
|
|
@@ -381,39 +470,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
381
470
|
border: string;
|
|
382
471
|
textColor: string;
|
|
383
472
|
color: string;
|
|
384
|
-
|
|
473
|
+
colorBordered: string;
|
|
474
|
+
closeIconColor: string;
|
|
475
|
+
closeIconColorHover: string;
|
|
476
|
+
closeIconColorPressed: string;
|
|
385
477
|
closeColorHover: string;
|
|
386
478
|
closeColorPressed: string;
|
|
387
479
|
borderPrimary: string;
|
|
388
480
|
textColorPrimary: string;
|
|
389
481
|
colorPrimary: string;
|
|
390
|
-
|
|
482
|
+
colorBorderedPrimary: string;
|
|
483
|
+
closeIconColorPrimary: string;
|
|
484
|
+
closeIconColorHoverPrimary: string;
|
|
485
|
+
closeIconColorPressedPrimary: string;
|
|
391
486
|
closeColorHoverPrimary: string;
|
|
392
487
|
closeColorPressedPrimary: string;
|
|
393
488
|
borderInfo: string;
|
|
394
489
|
textColorInfo: string;
|
|
395
490
|
colorInfo: string;
|
|
396
|
-
|
|
491
|
+
colorBorderedInfo: string;
|
|
492
|
+
closeIconColorInfo: string;
|
|
493
|
+
closeIconColorHoverInfo: string;
|
|
494
|
+
closeIconColorPressedInfo: string;
|
|
397
495
|
closeColorHoverInfo: string;
|
|
398
496
|
closeColorPressedInfo: string;
|
|
399
497
|
borderSuccess: string;
|
|
400
498
|
textColorSuccess: string;
|
|
401
499
|
colorSuccess: string;
|
|
402
|
-
|
|
500
|
+
colorBorderedSuccess: string;
|
|
501
|
+
closeIconColorSuccess: string;
|
|
502
|
+
closeIconColorHoverSuccess: string;
|
|
503
|
+
closeIconColorPressedSuccess: string;
|
|
403
504
|
closeColorHoverSuccess: string;
|
|
404
505
|
closeColorPressedSuccess: string;
|
|
405
506
|
borderWarning: string;
|
|
406
507
|
textColorWarning: string;
|
|
407
508
|
colorWarning: string;
|
|
408
|
-
|
|
509
|
+
colorBorderedWarning: string;
|
|
510
|
+
closeIconColorWarning: string;
|
|
511
|
+
closeIconColorHoverWarning: string;
|
|
512
|
+
closeIconColorPressedWarning: string;
|
|
409
513
|
closeColorHoverWarning: string;
|
|
410
514
|
closeColorPressedWarning: string;
|
|
411
515
|
borderError: string;
|
|
412
516
|
textColorError: string;
|
|
413
517
|
colorError: string;
|
|
414
|
-
|
|
518
|
+
colorBorderedError: string;
|
|
519
|
+
closeIconColorError: string;
|
|
520
|
+
closeIconColorHoverError: string;
|
|
521
|
+
closeIconColorPressedError: string;
|
|
415
522
|
closeColorHoverError: string;
|
|
416
523
|
closeColorPressedError: string;
|
|
524
|
+
closeIconSizeTiny: string;
|
|
525
|
+
closeIconSizeSmall: string;
|
|
526
|
+
closeIconSizeMedium: string;
|
|
527
|
+
closeIconSizeLarge: string;
|
|
417
528
|
closeSizeTiny: string;
|
|
418
529
|
closeSizeSmall: string;
|
|
419
530
|
closeSizeMedium: string;
|
|
@@ -423,6 +534,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
423
534
|
closeMarginRtl: string;
|
|
424
535
|
}, any>>;
|
|
425
536
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
537
|
+
closeBorderRadius: string;
|
|
426
538
|
heightTiny: string;
|
|
427
539
|
heightSmall: string;
|
|
428
540
|
heightMedium: string;
|
|
@@ -433,6 +545,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
433
545
|
fontSizeSmall: string;
|
|
434
546
|
fontSizeMedium: string;
|
|
435
547
|
fontSizeLarge: string;
|
|
548
|
+
fontWeightStrong: string;
|
|
436
549
|
textColorCheckable: string;
|
|
437
550
|
textColorHoverCheckable: string;
|
|
438
551
|
textColorPressedCheckable: string;
|
|
@@ -446,39 +559,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
446
559
|
border: string;
|
|
447
560
|
textColor: string;
|
|
448
561
|
color: string;
|
|
449
|
-
|
|
562
|
+
colorBordered: string;
|
|
563
|
+
closeIconColor: string;
|
|
564
|
+
closeIconColorHover: string;
|
|
565
|
+
closeIconColorPressed: string;
|
|
450
566
|
closeColorHover: string;
|
|
451
567
|
closeColorPressed: string;
|
|
452
568
|
borderPrimary: string;
|
|
453
569
|
textColorPrimary: string;
|
|
454
570
|
colorPrimary: string;
|
|
455
|
-
|
|
571
|
+
colorBorderedPrimary: string;
|
|
572
|
+
closeIconColorPrimary: string;
|
|
573
|
+
closeIconColorHoverPrimary: string;
|
|
574
|
+
closeIconColorPressedPrimary: string;
|
|
456
575
|
closeColorHoverPrimary: string;
|
|
457
576
|
closeColorPressedPrimary: string;
|
|
458
577
|
borderInfo: string;
|
|
459
578
|
textColorInfo: string;
|
|
460
579
|
colorInfo: string;
|
|
461
|
-
|
|
580
|
+
colorBorderedInfo: string;
|
|
581
|
+
closeIconColorInfo: string;
|
|
582
|
+
closeIconColorHoverInfo: string;
|
|
583
|
+
closeIconColorPressedInfo: string;
|
|
462
584
|
closeColorHoverInfo: string;
|
|
463
585
|
closeColorPressedInfo: string;
|
|
464
586
|
borderSuccess: string;
|
|
465
587
|
textColorSuccess: string;
|
|
466
588
|
colorSuccess: string;
|
|
467
|
-
|
|
589
|
+
colorBorderedSuccess: string;
|
|
590
|
+
closeIconColorSuccess: string;
|
|
591
|
+
closeIconColorHoverSuccess: string;
|
|
592
|
+
closeIconColorPressedSuccess: string;
|
|
468
593
|
closeColorHoverSuccess: string;
|
|
469
594
|
closeColorPressedSuccess: string;
|
|
470
595
|
borderWarning: string;
|
|
471
596
|
textColorWarning: string;
|
|
472
597
|
colorWarning: string;
|
|
473
|
-
|
|
598
|
+
colorBorderedWarning: string;
|
|
599
|
+
closeIconColorWarning: string;
|
|
600
|
+
closeIconColorHoverWarning: string;
|
|
601
|
+
closeIconColorPressedWarning: string;
|
|
474
602
|
closeColorHoverWarning: string;
|
|
475
603
|
closeColorPressedWarning: string;
|
|
476
604
|
borderError: string;
|
|
477
605
|
textColorError: string;
|
|
478
606
|
colorError: string;
|
|
479
|
-
|
|
607
|
+
colorBorderedError: string;
|
|
608
|
+
closeIconColorError: string;
|
|
609
|
+
closeIconColorHoverError: string;
|
|
610
|
+
closeIconColorPressedError: string;
|
|
480
611
|
closeColorHoverError: string;
|
|
481
612
|
closeColorPressedError: string;
|
|
613
|
+
closeIconSizeTiny: string;
|
|
614
|
+
closeIconSizeSmall: string;
|
|
615
|
+
closeIconSizeMedium: string;
|
|
616
|
+
closeIconSizeLarge: string;
|
|
482
617
|
closeSizeTiny: string;
|
|
483
618
|
closeSizeSmall: string;
|
|
484
619
|
closeSizeMedium: string;
|
|
@@ -488,6 +623,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
488
623
|
closeMarginRtl: string;
|
|
489
624
|
}, any>>>;
|
|
490
625
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
626
|
+
closeBorderRadius: string;
|
|
491
627
|
heightTiny: string;
|
|
492
628
|
heightSmall: string;
|
|
493
629
|
heightMedium: string;
|
|
@@ -498,6 +634,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
498
634
|
fontSizeSmall: string;
|
|
499
635
|
fontSizeMedium: string;
|
|
500
636
|
fontSizeLarge: string;
|
|
637
|
+
fontWeightStrong: string;
|
|
501
638
|
textColorCheckable: string;
|
|
502
639
|
textColorHoverCheckable: string;
|
|
503
640
|
textColorPressedCheckable: string;
|
|
@@ -511,39 +648,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
511
648
|
border: string;
|
|
512
649
|
textColor: string;
|
|
513
650
|
color: string;
|
|
514
|
-
|
|
651
|
+
colorBordered: string;
|
|
652
|
+
closeIconColor: string;
|
|
653
|
+
closeIconColorHover: string;
|
|
654
|
+
closeIconColorPressed: string;
|
|
515
655
|
closeColorHover: string;
|
|
516
656
|
closeColorPressed: string;
|
|
517
657
|
borderPrimary: string;
|
|
518
658
|
textColorPrimary: string;
|
|
519
659
|
colorPrimary: string;
|
|
520
|
-
|
|
660
|
+
colorBorderedPrimary: string;
|
|
661
|
+
closeIconColorPrimary: string;
|
|
662
|
+
closeIconColorHoverPrimary: string;
|
|
663
|
+
closeIconColorPressedPrimary: string;
|
|
521
664
|
closeColorHoverPrimary: string;
|
|
522
665
|
closeColorPressedPrimary: string;
|
|
523
666
|
borderInfo: string;
|
|
524
667
|
textColorInfo: string;
|
|
525
668
|
colorInfo: string;
|
|
526
|
-
|
|
669
|
+
colorBorderedInfo: string;
|
|
670
|
+
closeIconColorInfo: string;
|
|
671
|
+
closeIconColorHoverInfo: string;
|
|
672
|
+
closeIconColorPressedInfo: string;
|
|
527
673
|
closeColorHoverInfo: string;
|
|
528
674
|
closeColorPressedInfo: string;
|
|
529
675
|
borderSuccess: string;
|
|
530
676
|
textColorSuccess: string;
|
|
531
677
|
colorSuccess: string;
|
|
532
|
-
|
|
678
|
+
colorBorderedSuccess: string;
|
|
679
|
+
closeIconColorSuccess: string;
|
|
680
|
+
closeIconColorHoverSuccess: string;
|
|
681
|
+
closeIconColorPressedSuccess: string;
|
|
533
682
|
closeColorHoverSuccess: string;
|
|
534
683
|
closeColorPressedSuccess: string;
|
|
535
684
|
borderWarning: string;
|
|
536
685
|
textColorWarning: string;
|
|
537
686
|
colorWarning: string;
|
|
538
|
-
|
|
687
|
+
colorBorderedWarning: string;
|
|
688
|
+
closeIconColorWarning: string;
|
|
689
|
+
closeIconColorHoverWarning: string;
|
|
690
|
+
closeIconColorPressedWarning: string;
|
|
539
691
|
closeColorHoverWarning: string;
|
|
540
692
|
closeColorPressedWarning: string;
|
|
541
693
|
borderError: string;
|
|
542
694
|
textColorError: string;
|
|
543
695
|
colorError: string;
|
|
544
|
-
|
|
696
|
+
colorBorderedError: string;
|
|
697
|
+
closeIconColorError: string;
|
|
698
|
+
closeIconColorHoverError: string;
|
|
699
|
+
closeIconColorPressedError: string;
|
|
545
700
|
closeColorHoverError: string;
|
|
546
701
|
closeColorPressedError: string;
|
|
702
|
+
closeIconSizeTiny: string;
|
|
703
|
+
closeIconSizeSmall: string;
|
|
704
|
+
closeIconSizeMedium: string;
|
|
705
|
+
closeIconSizeLarge: string;
|
|
547
706
|
closeSizeTiny: string;
|
|
548
707
|
closeSizeSmall: string;
|
|
549
708
|
closeSizeMedium: string;
|
|
@@ -558,11 +717,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
558
717
|
size: "small" | "medium" | "large" | "tiny";
|
|
559
718
|
disabled: boolean | undefined;
|
|
560
719
|
checked: boolean;
|
|
720
|
+
strong: boolean;
|
|
561
721
|
bordered: boolean | undefined;
|
|
722
|
+
closable: boolean;
|
|
562
723
|
checkable: boolean;
|
|
724
|
+
internalCloseFocusable: boolean;
|
|
563
725
|
internalStopClickPropagation: boolean;
|
|
564
726
|
onCheckedChange: (checked: boolean) => void;
|
|
565
|
-
closable: boolean;
|
|
566
727
|
}>;
|
|
567
728
|
NTooltip: import("vue").DefineComponent<{
|
|
568
729
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
@@ -759,10 +920,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
759
920
|
opacity5: string;
|
|
760
921
|
dividerColor: string;
|
|
761
922
|
borderColor: string;
|
|
762
|
-
|
|
923
|
+
closeIconColor: string;
|
|
924
|
+
closeIconColorHover: string;
|
|
925
|
+
closeIconColorPressed: string;
|
|
763
926
|
closeColorHover: string;
|
|
764
927
|
closeColorPressed: string;
|
|
765
|
-
closeColorDisabled: string;
|
|
766
928
|
clearColor: string;
|
|
767
929
|
clearColorHover: string;
|
|
768
930
|
clearColorPressed: string;
|
|
@@ -2482,26 +2644,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2482
2644
|
rippleDuration: string;
|
|
2483
2645
|
}, any>>>;
|
|
2484
2646
|
}>>, {
|
|
2485
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
2486
|
-
tag: keyof HTMLElementTagNameMap;
|
|
2487
|
-
block: boolean;
|
|
2488
|
-
round: boolean;
|
|
2489
|
-
dashed: boolean;
|
|
2490
|
-
text: boolean;
|
|
2491
|
-
circle: boolean;
|
|
2492
|
-
disabled: boolean;
|
|
2493
|
-
focusable: boolean;
|
|
2494
|
-
strong: boolean;
|
|
2495
|
-
loading: boolean;
|
|
2496
|
-
bordered: boolean;
|
|
2497
|
-
tertiary: boolean;
|
|
2498
|
-
ghost: boolean;
|
|
2499
|
-
keyboard: boolean;
|
|
2500
|
-
secondary: boolean;
|
|
2501
|
-
quaternary: boolean;
|
|
2502
|
-
iconPlacement: "left" | "right";
|
|
2503
|
-
attrType: "button" | "reset" | "submit";
|
|
2504
|
-
nativeFocusBehavior: boolean;
|
|
2647
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
2648
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
2649
|
+
readonly block: boolean;
|
|
2650
|
+
readonly round: boolean;
|
|
2651
|
+
readonly dashed: boolean;
|
|
2652
|
+
readonly text: boolean;
|
|
2653
|
+
readonly circle: boolean;
|
|
2654
|
+
readonly disabled: boolean;
|
|
2655
|
+
readonly focusable: boolean;
|
|
2656
|
+
readonly strong: boolean;
|
|
2657
|
+
readonly loading: boolean;
|
|
2658
|
+
readonly bordered: boolean;
|
|
2659
|
+
readonly tertiary: boolean;
|
|
2660
|
+
readonly ghost: boolean;
|
|
2661
|
+
readonly keyboard: boolean;
|
|
2662
|
+
readonly secondary: boolean;
|
|
2663
|
+
readonly quaternary: boolean;
|
|
2664
|
+
readonly iconPlacement: "left" | "right";
|
|
2665
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
2666
|
+
readonly nativeFocusBehavior: boolean;
|
|
2505
2667
|
}>;
|
|
2506
2668
|
NInput: import("vue").DefineComponent<{
|
|
2507
2669
|
bordered: {
|
|
@@ -2781,8 +2943,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2781
2943
|
contentRef: HTMLElement | null;
|
|
2782
2944
|
containerScrollTop: number;
|
|
2783
2945
|
syncUnifiedContainer: () => void;
|
|
2784
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
2785
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
2946
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
2947
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
2786
2948
|
sync: () => void;
|
|
2787
2949
|
handleMouseEnterWrapper: () => void;
|
|
2788
2950
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -2871,10 +3033,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2871
3033
|
opacity5: string;
|
|
2872
3034
|
dividerColor: string;
|
|
2873
3035
|
borderColor: string;
|
|
2874
|
-
|
|
3036
|
+
closeIconColor: string;
|
|
3037
|
+
closeIconColorHover: string;
|
|
3038
|
+
closeIconColorPressed: string;
|
|
2875
3039
|
closeColorHover: string;
|
|
2876
3040
|
closeColorPressed: string;
|
|
2877
|
-
closeColorDisabled: string;
|
|
2878
3041
|
clearColor: string;
|
|
2879
3042
|
clearColorHover: string;
|
|
2880
3043
|
clearColorPressed: string;
|
|
@@ -16,6 +16,7 @@ const _hoisted_5 = [
|
|
|
16
16
|
const _hoisted_6 = { class: "label-content" };
|
|
17
17
|
const _hoisted_7 = /* @__PURE__ */ createTextVNode(" \u6807\u7B7E ");
|
|
18
18
|
var script = /* @__PURE__ */ defineComponent({
|
|
19
|
+
name: "label-classify",
|
|
19
20
|
props: {
|
|
20
21
|
classifyItem: { type: null, required: false, default: () => ({}) },
|
|
21
22
|
handleLabelChange: { type: Function, required: false, default: () => {
|