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
|
@@ -147,11 +147,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
147
147
|
};
|
|
148
148
|
checked: BooleanConstructor;
|
|
149
149
|
checkable: BooleanConstructor;
|
|
150
|
+
strong: BooleanConstructor;
|
|
150
151
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
151
152
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
152
153
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
153
154
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
154
155
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
156
|
+
internalCloseFocusable: {
|
|
157
|
+
type: BooleanConstructor;
|
|
158
|
+
default: boolean;
|
|
159
|
+
};
|
|
155
160
|
internalStopClickPropagation: BooleanConstructor;
|
|
156
161
|
onCheckedChange: {
|
|
157
162
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -174,6 +179,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
174
179
|
readonly default: undefined;
|
|
175
180
|
};
|
|
176
181
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
182
|
+
closeBorderRadius: string;
|
|
177
183
|
heightTiny: string;
|
|
178
184
|
heightSmall: string;
|
|
179
185
|
heightMedium: string;
|
|
@@ -184,6 +190,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
184
190
|
fontSizeSmall: string;
|
|
185
191
|
fontSizeMedium: string;
|
|
186
192
|
fontSizeLarge: string;
|
|
193
|
+
fontWeightStrong: string;
|
|
187
194
|
textColorCheckable: string;
|
|
188
195
|
textColorHoverCheckable: string;
|
|
189
196
|
textColorPressedCheckable: string;
|
|
@@ -197,39 +204,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
197
204
|
border: string;
|
|
198
205
|
textColor: string;
|
|
199
206
|
color: string;
|
|
200
|
-
|
|
207
|
+
colorBordered: string;
|
|
208
|
+
closeIconColor: string;
|
|
209
|
+
closeIconColorHover: string;
|
|
210
|
+
closeIconColorPressed: string;
|
|
201
211
|
closeColorHover: string;
|
|
202
212
|
closeColorPressed: string;
|
|
203
213
|
borderPrimary: string;
|
|
204
214
|
textColorPrimary: string;
|
|
205
215
|
colorPrimary: string;
|
|
206
|
-
|
|
216
|
+
colorBorderedPrimary: string;
|
|
217
|
+
closeIconColorPrimary: string;
|
|
218
|
+
closeIconColorHoverPrimary: string;
|
|
219
|
+
closeIconColorPressedPrimary: string;
|
|
207
220
|
closeColorHoverPrimary: string;
|
|
208
221
|
closeColorPressedPrimary: string;
|
|
209
222
|
borderInfo: string;
|
|
210
223
|
textColorInfo: string;
|
|
211
224
|
colorInfo: string;
|
|
212
|
-
|
|
225
|
+
colorBorderedInfo: string;
|
|
226
|
+
closeIconColorInfo: string;
|
|
227
|
+
closeIconColorHoverInfo: string;
|
|
228
|
+
closeIconColorPressedInfo: string;
|
|
213
229
|
closeColorHoverInfo: string;
|
|
214
230
|
closeColorPressedInfo: string;
|
|
215
231
|
borderSuccess: string;
|
|
216
232
|
textColorSuccess: string;
|
|
217
233
|
colorSuccess: string;
|
|
218
|
-
|
|
234
|
+
colorBorderedSuccess: string;
|
|
235
|
+
closeIconColorSuccess: string;
|
|
236
|
+
closeIconColorHoverSuccess: string;
|
|
237
|
+
closeIconColorPressedSuccess: string;
|
|
219
238
|
closeColorHoverSuccess: string;
|
|
220
239
|
closeColorPressedSuccess: string;
|
|
221
240
|
borderWarning: string;
|
|
222
241
|
textColorWarning: string;
|
|
223
242
|
colorWarning: string;
|
|
224
|
-
|
|
243
|
+
colorBorderedWarning: string;
|
|
244
|
+
closeIconColorWarning: string;
|
|
245
|
+
closeIconColorHoverWarning: string;
|
|
246
|
+
closeIconColorPressedWarning: string;
|
|
225
247
|
closeColorHoverWarning: string;
|
|
226
248
|
closeColorPressedWarning: string;
|
|
227
249
|
borderError: string;
|
|
228
250
|
textColorError: string;
|
|
229
251
|
colorError: string;
|
|
230
|
-
|
|
252
|
+
colorBorderedError: string;
|
|
253
|
+
closeIconColorError: string;
|
|
254
|
+
closeIconColorHoverError: string;
|
|
255
|
+
closeIconColorPressedError: string;
|
|
231
256
|
closeColorHoverError: string;
|
|
232
257
|
closeColorPressedError: string;
|
|
258
|
+
closeIconSizeTiny: string;
|
|
259
|
+
closeIconSizeSmall: string;
|
|
260
|
+
closeIconSizeMedium: string;
|
|
261
|
+
closeIconSizeLarge: string;
|
|
233
262
|
closeSizeTiny: string;
|
|
234
263
|
closeSizeSmall: string;
|
|
235
264
|
closeSizeMedium: string;
|
|
@@ -239,6 +268,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
239
268
|
closeMarginRtl: string;
|
|
240
269
|
}, any>>;
|
|
241
270
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
271
|
+
closeBorderRadius: string;
|
|
242
272
|
heightTiny: string;
|
|
243
273
|
heightSmall: string;
|
|
244
274
|
heightMedium: string;
|
|
@@ -249,6 +279,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
249
279
|
fontSizeSmall: string;
|
|
250
280
|
fontSizeMedium: string;
|
|
251
281
|
fontSizeLarge: string;
|
|
282
|
+
fontWeightStrong: string;
|
|
252
283
|
textColorCheckable: string;
|
|
253
284
|
textColorHoverCheckable: string;
|
|
254
285
|
textColorPressedCheckable: string;
|
|
@@ -262,39 +293,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
262
293
|
border: string;
|
|
263
294
|
textColor: string;
|
|
264
295
|
color: string;
|
|
265
|
-
|
|
296
|
+
colorBordered: string;
|
|
297
|
+
closeIconColor: string;
|
|
298
|
+
closeIconColorHover: string;
|
|
299
|
+
closeIconColorPressed: string;
|
|
266
300
|
closeColorHover: string;
|
|
267
301
|
closeColorPressed: string;
|
|
268
302
|
borderPrimary: string;
|
|
269
303
|
textColorPrimary: string;
|
|
270
304
|
colorPrimary: string;
|
|
271
|
-
|
|
305
|
+
colorBorderedPrimary: string;
|
|
306
|
+
closeIconColorPrimary: string;
|
|
307
|
+
closeIconColorHoverPrimary: string;
|
|
308
|
+
closeIconColorPressedPrimary: string;
|
|
272
309
|
closeColorHoverPrimary: string;
|
|
273
310
|
closeColorPressedPrimary: string;
|
|
274
311
|
borderInfo: string;
|
|
275
312
|
textColorInfo: string;
|
|
276
313
|
colorInfo: string;
|
|
277
|
-
|
|
314
|
+
colorBorderedInfo: string;
|
|
315
|
+
closeIconColorInfo: string;
|
|
316
|
+
closeIconColorHoverInfo: string;
|
|
317
|
+
closeIconColorPressedInfo: string;
|
|
278
318
|
closeColorHoverInfo: string;
|
|
279
319
|
closeColorPressedInfo: string;
|
|
280
320
|
borderSuccess: string;
|
|
281
321
|
textColorSuccess: string;
|
|
282
322
|
colorSuccess: string;
|
|
283
|
-
|
|
323
|
+
colorBorderedSuccess: string;
|
|
324
|
+
closeIconColorSuccess: string;
|
|
325
|
+
closeIconColorHoverSuccess: string;
|
|
326
|
+
closeIconColorPressedSuccess: string;
|
|
284
327
|
closeColorHoverSuccess: string;
|
|
285
328
|
closeColorPressedSuccess: string;
|
|
286
329
|
borderWarning: string;
|
|
287
330
|
textColorWarning: string;
|
|
288
331
|
colorWarning: string;
|
|
289
|
-
|
|
332
|
+
colorBorderedWarning: string;
|
|
333
|
+
closeIconColorWarning: string;
|
|
334
|
+
closeIconColorHoverWarning: string;
|
|
335
|
+
closeIconColorPressedWarning: string;
|
|
290
336
|
closeColorHoverWarning: string;
|
|
291
337
|
closeColorPressedWarning: string;
|
|
292
338
|
borderError: string;
|
|
293
339
|
textColorError: string;
|
|
294
340
|
colorError: string;
|
|
295
|
-
|
|
341
|
+
colorBorderedError: string;
|
|
342
|
+
closeIconColorError: string;
|
|
343
|
+
closeIconColorHoverError: string;
|
|
344
|
+
closeIconColorPressedError: string;
|
|
296
345
|
closeColorHoverError: string;
|
|
297
346
|
closeColorPressedError: string;
|
|
347
|
+
closeIconSizeTiny: string;
|
|
348
|
+
closeIconSizeSmall: string;
|
|
349
|
+
closeIconSizeMedium: string;
|
|
350
|
+
closeIconSizeLarge: string;
|
|
298
351
|
closeSizeTiny: string;
|
|
299
352
|
closeSizeSmall: string;
|
|
300
353
|
closeSizeMedium: string;
|
|
@@ -304,6 +357,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
304
357
|
closeMarginRtl: string;
|
|
305
358
|
}, any>>>;
|
|
306
359
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
360
|
+
closeBorderRadius: string;
|
|
307
361
|
heightTiny: string;
|
|
308
362
|
heightSmall: string;
|
|
309
363
|
heightMedium: string;
|
|
@@ -314,6 +368,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
314
368
|
fontSizeSmall: string;
|
|
315
369
|
fontSizeMedium: string;
|
|
316
370
|
fontSizeLarge: string;
|
|
371
|
+
fontWeightStrong: string;
|
|
317
372
|
textColorCheckable: string;
|
|
318
373
|
textColorHoverCheckable: string;
|
|
319
374
|
textColorPressedCheckable: string;
|
|
@@ -327,39 +382,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
327
382
|
border: string;
|
|
328
383
|
textColor: string;
|
|
329
384
|
color: string;
|
|
330
|
-
|
|
385
|
+
colorBordered: string;
|
|
386
|
+
closeIconColor: string;
|
|
387
|
+
closeIconColorHover: string;
|
|
388
|
+
closeIconColorPressed: string;
|
|
331
389
|
closeColorHover: string;
|
|
332
390
|
closeColorPressed: string;
|
|
333
391
|
borderPrimary: string;
|
|
334
392
|
textColorPrimary: string;
|
|
335
393
|
colorPrimary: string;
|
|
336
|
-
|
|
394
|
+
colorBorderedPrimary: string;
|
|
395
|
+
closeIconColorPrimary: string;
|
|
396
|
+
closeIconColorHoverPrimary: string;
|
|
397
|
+
closeIconColorPressedPrimary: string;
|
|
337
398
|
closeColorHoverPrimary: string;
|
|
338
399
|
closeColorPressedPrimary: string;
|
|
339
400
|
borderInfo: string;
|
|
340
401
|
textColorInfo: string;
|
|
341
402
|
colorInfo: string;
|
|
342
|
-
|
|
403
|
+
colorBorderedInfo: string;
|
|
404
|
+
closeIconColorInfo: string;
|
|
405
|
+
closeIconColorHoverInfo: string;
|
|
406
|
+
closeIconColorPressedInfo: string;
|
|
343
407
|
closeColorHoverInfo: string;
|
|
344
408
|
closeColorPressedInfo: string;
|
|
345
409
|
borderSuccess: string;
|
|
346
410
|
textColorSuccess: string;
|
|
347
411
|
colorSuccess: string;
|
|
348
|
-
|
|
412
|
+
colorBorderedSuccess: string;
|
|
413
|
+
closeIconColorSuccess: string;
|
|
414
|
+
closeIconColorHoverSuccess: string;
|
|
415
|
+
closeIconColorPressedSuccess: string;
|
|
349
416
|
closeColorHoverSuccess: string;
|
|
350
417
|
closeColorPressedSuccess: string;
|
|
351
418
|
borderWarning: string;
|
|
352
419
|
textColorWarning: string;
|
|
353
420
|
colorWarning: string;
|
|
354
|
-
|
|
421
|
+
colorBorderedWarning: string;
|
|
422
|
+
closeIconColorWarning: string;
|
|
423
|
+
closeIconColorHoverWarning: string;
|
|
424
|
+
closeIconColorPressedWarning: string;
|
|
355
425
|
closeColorHoverWarning: string;
|
|
356
426
|
closeColorPressedWarning: string;
|
|
357
427
|
borderError: string;
|
|
358
428
|
textColorError: string;
|
|
359
429
|
colorError: string;
|
|
360
|
-
|
|
430
|
+
colorBorderedError: string;
|
|
431
|
+
closeIconColorError: string;
|
|
432
|
+
closeIconColorHoverError: string;
|
|
433
|
+
closeIconColorPressedError: string;
|
|
361
434
|
closeColorHoverError: string;
|
|
362
435
|
closeColorPressedError: string;
|
|
436
|
+
closeIconSizeTiny: string;
|
|
437
|
+
closeIconSizeSmall: string;
|
|
438
|
+
closeIconSizeMedium: string;
|
|
439
|
+
closeIconSizeLarge: string;
|
|
363
440
|
closeSizeTiny: string;
|
|
364
441
|
closeSizeSmall: string;
|
|
365
442
|
closeSizeMedium: string;
|
|
@@ -376,14 +453,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
376
453
|
handleClick: (e: MouseEvent) => void;
|
|
377
454
|
handleCloseClick: (e: MouseEvent) => void;
|
|
378
455
|
cssVars: import("vue").ComputedRef<{
|
|
456
|
+
'--n-font-weight-strong': string;
|
|
379
457
|
'--n-avatar-size-override': string;
|
|
380
458
|
'--n-bezier': string;
|
|
381
459
|
'--n-border-radius': string;
|
|
382
460
|
'--n-border': string;
|
|
383
|
-
'--n-close-
|
|
384
|
-
'--n-close-color-hover': string;
|
|
461
|
+
'--n-close-icon-size': string;
|
|
385
462
|
'--n-close-color-pressed': string;
|
|
386
|
-
'--n-close-color-
|
|
463
|
+
'--n-close-color-hover': string;
|
|
464
|
+
'--n-close-border-radius': string;
|
|
465
|
+
'--n-close-icon-color': string;
|
|
466
|
+
'--n-close-icon-color-hover': string;
|
|
467
|
+
'--n-close-icon-color-pressed': string;
|
|
468
|
+
'--n-close-icon-color-disabled': string;
|
|
387
469
|
'--n-close-margin': string;
|
|
388
470
|
'--n-close-margin-rtl': string;
|
|
389
471
|
'--n-close-size': string;
|
|
@@ -414,11 +496,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
414
496
|
};
|
|
415
497
|
checked: BooleanConstructor;
|
|
416
498
|
checkable: BooleanConstructor;
|
|
499
|
+
strong: BooleanConstructor;
|
|
417
500
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
418
501
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
419
502
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
420
503
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
421
504
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
505
|
+
internalCloseFocusable: {
|
|
506
|
+
type: BooleanConstructor;
|
|
507
|
+
default: boolean;
|
|
508
|
+
};
|
|
422
509
|
internalStopClickPropagation: BooleanConstructor;
|
|
423
510
|
onCheckedChange: {
|
|
424
511
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -441,6 +528,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
441
528
|
readonly default: undefined;
|
|
442
529
|
};
|
|
443
530
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
531
|
+
closeBorderRadius: string;
|
|
444
532
|
heightTiny: string;
|
|
445
533
|
heightSmall: string;
|
|
446
534
|
heightMedium: string;
|
|
@@ -451,6 +539,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
451
539
|
fontSizeSmall: string;
|
|
452
540
|
fontSizeMedium: string;
|
|
453
541
|
fontSizeLarge: string;
|
|
542
|
+
fontWeightStrong: string;
|
|
454
543
|
textColorCheckable: string;
|
|
455
544
|
textColorHoverCheckable: string;
|
|
456
545
|
textColorPressedCheckable: string;
|
|
@@ -464,39 +553,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
464
553
|
border: string;
|
|
465
554
|
textColor: string;
|
|
466
555
|
color: string;
|
|
467
|
-
|
|
556
|
+
colorBordered: string;
|
|
557
|
+
closeIconColor: string;
|
|
558
|
+
closeIconColorHover: string;
|
|
559
|
+
closeIconColorPressed: string;
|
|
468
560
|
closeColorHover: string;
|
|
469
561
|
closeColorPressed: string;
|
|
470
562
|
borderPrimary: string;
|
|
471
563
|
textColorPrimary: string;
|
|
472
564
|
colorPrimary: string;
|
|
473
|
-
|
|
565
|
+
colorBorderedPrimary: string;
|
|
566
|
+
closeIconColorPrimary: string;
|
|
567
|
+
closeIconColorHoverPrimary: string;
|
|
568
|
+
closeIconColorPressedPrimary: string;
|
|
474
569
|
closeColorHoverPrimary: string;
|
|
475
570
|
closeColorPressedPrimary: string;
|
|
476
571
|
borderInfo: string;
|
|
477
572
|
textColorInfo: string;
|
|
478
573
|
colorInfo: string;
|
|
479
|
-
|
|
574
|
+
colorBorderedInfo: string;
|
|
575
|
+
closeIconColorInfo: string;
|
|
576
|
+
closeIconColorHoverInfo: string;
|
|
577
|
+
closeIconColorPressedInfo: string;
|
|
480
578
|
closeColorHoverInfo: string;
|
|
481
579
|
closeColorPressedInfo: string;
|
|
482
580
|
borderSuccess: string;
|
|
483
581
|
textColorSuccess: string;
|
|
484
582
|
colorSuccess: string;
|
|
485
|
-
|
|
583
|
+
colorBorderedSuccess: string;
|
|
584
|
+
closeIconColorSuccess: string;
|
|
585
|
+
closeIconColorHoverSuccess: string;
|
|
586
|
+
closeIconColorPressedSuccess: string;
|
|
486
587
|
closeColorHoverSuccess: string;
|
|
487
588
|
closeColorPressedSuccess: string;
|
|
488
589
|
borderWarning: string;
|
|
489
590
|
textColorWarning: string;
|
|
490
591
|
colorWarning: string;
|
|
491
|
-
|
|
592
|
+
colorBorderedWarning: string;
|
|
593
|
+
closeIconColorWarning: string;
|
|
594
|
+
closeIconColorHoverWarning: string;
|
|
595
|
+
closeIconColorPressedWarning: string;
|
|
492
596
|
closeColorHoverWarning: string;
|
|
493
597
|
closeColorPressedWarning: string;
|
|
494
598
|
borderError: string;
|
|
495
599
|
textColorError: string;
|
|
496
600
|
colorError: string;
|
|
497
|
-
|
|
601
|
+
colorBorderedError: string;
|
|
602
|
+
closeIconColorError: string;
|
|
603
|
+
closeIconColorHoverError: string;
|
|
604
|
+
closeIconColorPressedError: string;
|
|
498
605
|
closeColorHoverError: string;
|
|
499
606
|
closeColorPressedError: string;
|
|
607
|
+
closeIconSizeTiny: string;
|
|
608
|
+
closeIconSizeSmall: string;
|
|
609
|
+
closeIconSizeMedium: string;
|
|
610
|
+
closeIconSizeLarge: string;
|
|
500
611
|
closeSizeTiny: string;
|
|
501
612
|
closeSizeSmall: string;
|
|
502
613
|
closeSizeMedium: string;
|
|
@@ -506,6 +617,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
506
617
|
closeMarginRtl: string;
|
|
507
618
|
}, any>>;
|
|
508
619
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
620
|
+
closeBorderRadius: string;
|
|
509
621
|
heightTiny: string;
|
|
510
622
|
heightSmall: string;
|
|
511
623
|
heightMedium: string;
|
|
@@ -516,6 +628,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
516
628
|
fontSizeSmall: string;
|
|
517
629
|
fontSizeMedium: string;
|
|
518
630
|
fontSizeLarge: string;
|
|
631
|
+
fontWeightStrong: string;
|
|
519
632
|
textColorCheckable: string;
|
|
520
633
|
textColorHoverCheckable: string;
|
|
521
634
|
textColorPressedCheckable: string;
|
|
@@ -529,39 +642,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
529
642
|
border: string;
|
|
530
643
|
textColor: string;
|
|
531
644
|
color: string;
|
|
532
|
-
|
|
645
|
+
colorBordered: string;
|
|
646
|
+
closeIconColor: string;
|
|
647
|
+
closeIconColorHover: string;
|
|
648
|
+
closeIconColorPressed: string;
|
|
533
649
|
closeColorHover: string;
|
|
534
650
|
closeColorPressed: string;
|
|
535
651
|
borderPrimary: string;
|
|
536
652
|
textColorPrimary: string;
|
|
537
653
|
colorPrimary: string;
|
|
538
|
-
|
|
654
|
+
colorBorderedPrimary: string;
|
|
655
|
+
closeIconColorPrimary: string;
|
|
656
|
+
closeIconColorHoverPrimary: string;
|
|
657
|
+
closeIconColorPressedPrimary: string;
|
|
539
658
|
closeColorHoverPrimary: string;
|
|
540
659
|
closeColorPressedPrimary: string;
|
|
541
660
|
borderInfo: string;
|
|
542
661
|
textColorInfo: string;
|
|
543
662
|
colorInfo: string;
|
|
544
|
-
|
|
663
|
+
colorBorderedInfo: string;
|
|
664
|
+
closeIconColorInfo: string;
|
|
665
|
+
closeIconColorHoverInfo: string;
|
|
666
|
+
closeIconColorPressedInfo: string;
|
|
545
667
|
closeColorHoverInfo: string;
|
|
546
668
|
closeColorPressedInfo: string;
|
|
547
669
|
borderSuccess: string;
|
|
548
670
|
textColorSuccess: string;
|
|
549
671
|
colorSuccess: string;
|
|
550
|
-
|
|
672
|
+
colorBorderedSuccess: string;
|
|
673
|
+
closeIconColorSuccess: string;
|
|
674
|
+
closeIconColorHoverSuccess: string;
|
|
675
|
+
closeIconColorPressedSuccess: string;
|
|
551
676
|
closeColorHoverSuccess: string;
|
|
552
677
|
closeColorPressedSuccess: string;
|
|
553
678
|
borderWarning: string;
|
|
554
679
|
textColorWarning: string;
|
|
555
680
|
colorWarning: string;
|
|
556
|
-
|
|
681
|
+
colorBorderedWarning: string;
|
|
682
|
+
closeIconColorWarning: string;
|
|
683
|
+
closeIconColorHoverWarning: string;
|
|
684
|
+
closeIconColorPressedWarning: string;
|
|
557
685
|
closeColorHoverWarning: string;
|
|
558
686
|
closeColorPressedWarning: string;
|
|
559
687
|
borderError: string;
|
|
560
688
|
textColorError: string;
|
|
561
689
|
colorError: string;
|
|
562
|
-
|
|
690
|
+
colorBorderedError: string;
|
|
691
|
+
closeIconColorError: string;
|
|
692
|
+
closeIconColorHoverError: string;
|
|
693
|
+
closeIconColorPressedError: string;
|
|
563
694
|
closeColorHoverError: string;
|
|
564
695
|
closeColorPressedError: string;
|
|
696
|
+
closeIconSizeTiny: string;
|
|
697
|
+
closeIconSizeSmall: string;
|
|
698
|
+
closeIconSizeMedium: string;
|
|
699
|
+
closeIconSizeLarge: string;
|
|
565
700
|
closeSizeTiny: string;
|
|
566
701
|
closeSizeSmall: string;
|
|
567
702
|
closeSizeMedium: string;
|
|
@@ -571,6 +706,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
571
706
|
closeMarginRtl: string;
|
|
572
707
|
}, any>>>;
|
|
573
708
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
709
|
+
closeBorderRadius: string;
|
|
574
710
|
heightTiny: string;
|
|
575
711
|
heightSmall: string;
|
|
576
712
|
heightMedium: string;
|
|
@@ -581,6 +717,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
581
717
|
fontSizeSmall: string;
|
|
582
718
|
fontSizeMedium: string;
|
|
583
719
|
fontSizeLarge: string;
|
|
720
|
+
fontWeightStrong: string;
|
|
584
721
|
textColorCheckable: string;
|
|
585
722
|
textColorHoverCheckable: string;
|
|
586
723
|
textColorPressedCheckable: string;
|
|
@@ -594,39 +731,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
594
731
|
border: string;
|
|
595
732
|
textColor: string;
|
|
596
733
|
color: string;
|
|
597
|
-
|
|
734
|
+
colorBordered: string;
|
|
735
|
+
closeIconColor: string;
|
|
736
|
+
closeIconColorHover: string;
|
|
737
|
+
closeIconColorPressed: string;
|
|
598
738
|
closeColorHover: string;
|
|
599
739
|
closeColorPressed: string;
|
|
600
740
|
borderPrimary: string;
|
|
601
741
|
textColorPrimary: string;
|
|
602
742
|
colorPrimary: string;
|
|
603
|
-
|
|
743
|
+
colorBorderedPrimary: string;
|
|
744
|
+
closeIconColorPrimary: string;
|
|
745
|
+
closeIconColorHoverPrimary: string;
|
|
746
|
+
closeIconColorPressedPrimary: string;
|
|
604
747
|
closeColorHoverPrimary: string;
|
|
605
748
|
closeColorPressedPrimary: string;
|
|
606
749
|
borderInfo: string;
|
|
607
750
|
textColorInfo: string;
|
|
608
751
|
colorInfo: string;
|
|
609
|
-
|
|
752
|
+
colorBorderedInfo: string;
|
|
753
|
+
closeIconColorInfo: string;
|
|
754
|
+
closeIconColorHoverInfo: string;
|
|
755
|
+
closeIconColorPressedInfo: string;
|
|
610
756
|
closeColorHoverInfo: string;
|
|
611
757
|
closeColorPressedInfo: string;
|
|
612
758
|
borderSuccess: string;
|
|
613
759
|
textColorSuccess: string;
|
|
614
760
|
colorSuccess: string;
|
|
615
|
-
|
|
761
|
+
colorBorderedSuccess: string;
|
|
762
|
+
closeIconColorSuccess: string;
|
|
763
|
+
closeIconColorHoverSuccess: string;
|
|
764
|
+
closeIconColorPressedSuccess: string;
|
|
616
765
|
closeColorHoverSuccess: string;
|
|
617
766
|
closeColorPressedSuccess: string;
|
|
618
767
|
borderWarning: string;
|
|
619
768
|
textColorWarning: string;
|
|
620
769
|
colorWarning: string;
|
|
621
|
-
|
|
770
|
+
colorBorderedWarning: string;
|
|
771
|
+
closeIconColorWarning: string;
|
|
772
|
+
closeIconColorHoverWarning: string;
|
|
773
|
+
closeIconColorPressedWarning: string;
|
|
622
774
|
closeColorHoverWarning: string;
|
|
623
775
|
closeColorPressedWarning: string;
|
|
624
776
|
borderError: string;
|
|
625
777
|
textColorError: string;
|
|
626
778
|
colorError: string;
|
|
627
|
-
|
|
779
|
+
colorBorderedError: string;
|
|
780
|
+
closeIconColorError: string;
|
|
781
|
+
closeIconColorHoverError: string;
|
|
782
|
+
closeIconColorPressedError: string;
|
|
628
783
|
closeColorHoverError: string;
|
|
629
784
|
closeColorPressedError: string;
|
|
785
|
+
closeIconSizeTiny: string;
|
|
786
|
+
closeIconSizeSmall: string;
|
|
787
|
+
closeIconSizeMedium: string;
|
|
788
|
+
closeIconSizeLarge: string;
|
|
630
789
|
closeSizeTiny: string;
|
|
631
790
|
closeSizeSmall: string;
|
|
632
791
|
closeSizeMedium: string;
|
|
@@ -641,11 +800,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
641
800
|
size: "small" | "medium" | "large" | "tiny";
|
|
642
801
|
disabled: boolean | undefined;
|
|
643
802
|
checked: boolean;
|
|
803
|
+
strong: boolean;
|
|
644
804
|
bordered: boolean | undefined;
|
|
805
|
+
closable: boolean;
|
|
645
806
|
checkable: boolean;
|
|
807
|
+
internalCloseFocusable: boolean;
|
|
646
808
|
internalStopClickPropagation: boolean;
|
|
647
809
|
onCheckedChange: (checked: boolean) => void;
|
|
648
|
-
closable: boolean;
|
|
649
810
|
}>;
|
|
650
811
|
NIcon: import("vue").DefineComponent<{
|
|
651
812
|
readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
|
|
@@ -829,9 +990,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
829
990
|
titleTextColor: string;
|
|
830
991
|
textColor: string;
|
|
831
992
|
color: string;
|
|
832
|
-
closeColor: string;
|
|
833
993
|
closeColorHover: string;
|
|
834
994
|
closeColorPressed: string;
|
|
995
|
+
closeIconColor: string;
|
|
996
|
+
closeIconColorHover: string;
|
|
997
|
+
closeIconColorPressed: string;
|
|
998
|
+
closeBorderRadius: string;
|
|
835
999
|
iconColor: string;
|
|
836
1000
|
iconColorInfo: string;
|
|
837
1001
|
iconColorSuccess: string;
|
|
@@ -847,6 +1011,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
847
1011
|
iconMargin: string;
|
|
848
1012
|
iconMarginIconTop: string;
|
|
849
1013
|
closeSize: string;
|
|
1014
|
+
closeIconSize: string;
|
|
850
1015
|
closeMargin: string;
|
|
851
1016
|
closeMarginIconTop: string;
|
|
852
1017
|
}, {
|
|
@@ -1067,9 +1232,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1067
1232
|
borderColor: string;
|
|
1068
1233
|
actionColor: string;
|
|
1069
1234
|
titleFontWeight: string;
|
|
1070
|
-
closeColor: string;
|
|
1071
1235
|
closeColorHover: string;
|
|
1072
1236
|
closeColorPressed: string;
|
|
1237
|
+
closeBorderRadius: string;
|
|
1238
|
+
closeIconColor: string;
|
|
1239
|
+
closeIconColorHover: string;
|
|
1240
|
+
closeIconColorPressed: string;
|
|
1073
1241
|
fontSizeSmall: string;
|
|
1074
1242
|
fontSizeMedium: string;
|
|
1075
1243
|
fontSizeLarge: string;
|
|
@@ -1084,6 +1252,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1084
1252
|
titleFontSizeMedium: string;
|
|
1085
1253
|
titleFontSizeLarge: string;
|
|
1086
1254
|
titleFontSizeHuge: string;
|
|
1255
|
+
closeIconSize: string;
|
|
1087
1256
|
closeSize: string;
|
|
1088
1257
|
}, any>;
|
|
1089
1258
|
}>>;
|
|
@@ -1103,9 +1272,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1103
1272
|
titleTextColor: string;
|
|
1104
1273
|
textColor: string;
|
|
1105
1274
|
color: string;
|
|
1106
|
-
closeColor: string;
|
|
1107
1275
|
closeColorHover: string;
|
|
1108
1276
|
closeColorPressed: string;
|
|
1277
|
+
closeIconColor: string;
|
|
1278
|
+
closeIconColorHover: string;
|
|
1279
|
+
closeIconColorPressed: string;
|
|
1280
|
+
closeBorderRadius: string;
|
|
1109
1281
|
iconColor: string;
|
|
1110
1282
|
iconColorInfo: string;
|
|
1111
1283
|
iconColorSuccess: string;
|
|
@@ -1121,6 +1293,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1121
1293
|
iconMargin: string;
|
|
1122
1294
|
iconMarginIconTop: string;
|
|
1123
1295
|
closeSize: string;
|
|
1296
|
+
closeIconSize: string;
|
|
1124
1297
|
closeMargin: string;
|
|
1125
1298
|
closeMarginIconTop: string;
|
|
1126
1299
|
}, {
|
|
@@ -1341,9 +1514,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1341
1514
|
borderColor: string;
|
|
1342
1515
|
actionColor: string;
|
|
1343
1516
|
titleFontWeight: string;
|
|
1344
|
-
closeColor: string;
|
|
1345
1517
|
closeColorHover: string;
|
|
1346
1518
|
closeColorPressed: string;
|
|
1519
|
+
closeBorderRadius: string;
|
|
1520
|
+
closeIconColor: string;
|
|
1521
|
+
closeIconColorHover: string;
|
|
1522
|
+
closeIconColorPressed: string;
|
|
1347
1523
|
fontSizeSmall: string;
|
|
1348
1524
|
fontSizeMedium: string;
|
|
1349
1525
|
fontSizeLarge: string;
|
|
@@ -1358,6 +1534,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1358
1534
|
titleFontSizeMedium: string;
|
|
1359
1535
|
titleFontSizeLarge: string;
|
|
1360
1536
|
titleFontSizeHuge: string;
|
|
1537
|
+
closeIconSize: string;
|
|
1361
1538
|
closeSize: string;
|
|
1362
1539
|
}, any>;
|
|
1363
1540
|
}>>>;
|
|
@@ -1377,9 +1554,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1377
1554
|
titleTextColor: string;
|
|
1378
1555
|
textColor: string;
|
|
1379
1556
|
color: string;
|
|
1380
|
-
closeColor: string;
|
|
1381
1557
|
closeColorHover: string;
|
|
1382
1558
|
closeColorPressed: string;
|
|
1559
|
+
closeIconColor: string;
|
|
1560
|
+
closeIconColorHover: string;
|
|
1561
|
+
closeIconColorPressed: string;
|
|
1562
|
+
closeBorderRadius: string;
|
|
1383
1563
|
iconColor: string;
|
|
1384
1564
|
iconColorInfo: string;
|
|
1385
1565
|
iconColorSuccess: string;
|
|
@@ -1395,6 +1575,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1395
1575
|
iconMargin: string;
|
|
1396
1576
|
iconMarginIconTop: string;
|
|
1397
1577
|
closeSize: string;
|
|
1578
|
+
closeIconSize: string;
|
|
1398
1579
|
closeMargin: string;
|
|
1399
1580
|
closeMarginIconTop: string;
|
|
1400
1581
|
}, {
|
|
@@ -1615,9 +1796,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1615
1796
|
borderColor: string;
|
|
1616
1797
|
actionColor: string;
|
|
1617
1798
|
titleFontWeight: string;
|
|
1618
|
-
closeColor: string;
|
|
1619
1799
|
closeColorHover: string;
|
|
1620
1800
|
closeColorPressed: string;
|
|
1801
|
+
closeBorderRadius: string;
|
|
1802
|
+
closeIconColor: string;
|
|
1803
|
+
closeIconColorHover: string;
|
|
1804
|
+
closeIconColorPressed: string;
|
|
1621
1805
|
fontSizeSmall: string;
|
|
1622
1806
|
fontSizeMedium: string;
|
|
1623
1807
|
fontSizeLarge: string;
|
|
@@ -1632,6 +1816,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1632
1816
|
titleFontSizeMedium: string;
|
|
1633
1817
|
titleFontSizeLarge: string;
|
|
1634
1818
|
titleFontSizeHuge: string;
|
|
1819
|
+
closeIconSize: string;
|
|
1635
1820
|
closeSize: string;
|
|
1636
1821
|
}, any>;
|
|
1637
1822
|
}>>>;
|
|
@@ -1767,9 +1952,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1767
1952
|
titleTextColor: string;
|
|
1768
1953
|
textColor: string;
|
|
1769
1954
|
color: string;
|
|
1770
|
-
closeColor: string;
|
|
1771
1955
|
closeColorHover: string;
|
|
1772
1956
|
closeColorPressed: string;
|
|
1957
|
+
closeIconColor: string;
|
|
1958
|
+
closeIconColorHover: string;
|
|
1959
|
+
closeIconColorPressed: string;
|
|
1960
|
+
closeBorderRadius: string;
|
|
1773
1961
|
iconColor: string;
|
|
1774
1962
|
iconColorInfo: string;
|
|
1775
1963
|
iconColorSuccess: string;
|
|
@@ -1785,6 +1973,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1785
1973
|
iconMargin: string;
|
|
1786
1974
|
iconMarginIconTop: string;
|
|
1787
1975
|
closeSize: string;
|
|
1976
|
+
closeIconSize: string;
|
|
1788
1977
|
closeMargin: string;
|
|
1789
1978
|
closeMarginIconTop: string;
|
|
1790
1979
|
}, {
|
|
@@ -2005,9 +2194,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2005
2194
|
borderColor: string;
|
|
2006
2195
|
actionColor: string;
|
|
2007
2196
|
titleFontWeight: string;
|
|
2008
|
-
closeColor: string;
|
|
2009
2197
|
closeColorHover: string;
|
|
2010
2198
|
closeColorPressed: string;
|
|
2199
|
+
closeBorderRadius: string;
|
|
2200
|
+
closeIconColor: string;
|
|
2201
|
+
closeIconColorHover: string;
|
|
2202
|
+
closeIconColorPressed: string;
|
|
2011
2203
|
fontSizeSmall: string;
|
|
2012
2204
|
fontSizeMedium: string;
|
|
2013
2205
|
fontSizeLarge: string;
|
|
@@ -2022,6 +2214,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2022
2214
|
titleFontSizeMedium: string;
|
|
2023
2215
|
titleFontSizeLarge: string;
|
|
2024
2216
|
titleFontSizeHuge: string;
|
|
2217
|
+
closeIconSize: string;
|
|
2025
2218
|
closeSize: string;
|
|
2026
2219
|
}, any>;
|
|
2027
2220
|
}>>;
|
|
@@ -2041,9 +2234,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2041
2234
|
titleTextColor: string;
|
|
2042
2235
|
textColor: string;
|
|
2043
2236
|
color: string;
|
|
2044
|
-
closeColor: string;
|
|
2045
2237
|
closeColorHover: string;
|
|
2046
2238
|
closeColorPressed: string;
|
|
2239
|
+
closeIconColor: string;
|
|
2240
|
+
closeIconColorHover: string;
|
|
2241
|
+
closeIconColorPressed: string;
|
|
2242
|
+
closeBorderRadius: string;
|
|
2047
2243
|
iconColor: string;
|
|
2048
2244
|
iconColorInfo: string;
|
|
2049
2245
|
iconColorSuccess: string;
|
|
@@ -2059,6 +2255,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2059
2255
|
iconMargin: string;
|
|
2060
2256
|
iconMarginIconTop: string;
|
|
2061
2257
|
closeSize: string;
|
|
2258
|
+
closeIconSize: string;
|
|
2062
2259
|
closeMargin: string;
|
|
2063
2260
|
closeMarginIconTop: string;
|
|
2064
2261
|
}, {
|
|
@@ -2279,9 +2476,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2279
2476
|
borderColor: string;
|
|
2280
2477
|
actionColor: string;
|
|
2281
2478
|
titleFontWeight: string;
|
|
2282
|
-
closeColor: string;
|
|
2283
2479
|
closeColorHover: string;
|
|
2284
2480
|
closeColorPressed: string;
|
|
2481
|
+
closeBorderRadius: string;
|
|
2482
|
+
closeIconColor: string;
|
|
2483
|
+
closeIconColorHover: string;
|
|
2484
|
+
closeIconColorPressed: string;
|
|
2285
2485
|
fontSizeSmall: string;
|
|
2286
2486
|
fontSizeMedium: string;
|
|
2287
2487
|
fontSizeLarge: string;
|
|
@@ -2296,6 +2496,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2296
2496
|
titleFontSizeMedium: string;
|
|
2297
2497
|
titleFontSizeLarge: string;
|
|
2298
2498
|
titleFontSizeHuge: string;
|
|
2499
|
+
closeIconSize: string;
|
|
2299
2500
|
closeSize: string;
|
|
2300
2501
|
}, any>;
|
|
2301
2502
|
}>>>;
|
|
@@ -2315,9 +2516,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2315
2516
|
titleTextColor: string;
|
|
2316
2517
|
textColor: string;
|
|
2317
2518
|
color: string;
|
|
2318
|
-
closeColor: string;
|
|
2319
2519
|
closeColorHover: string;
|
|
2320
2520
|
closeColorPressed: string;
|
|
2521
|
+
closeIconColor: string;
|
|
2522
|
+
closeIconColorHover: string;
|
|
2523
|
+
closeIconColorPressed: string;
|
|
2524
|
+
closeBorderRadius: string;
|
|
2321
2525
|
iconColor: string;
|
|
2322
2526
|
iconColorInfo: string;
|
|
2323
2527
|
iconColorSuccess: string;
|
|
@@ -2333,6 +2537,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2333
2537
|
iconMargin: string;
|
|
2334
2538
|
iconMarginIconTop: string;
|
|
2335
2539
|
closeSize: string;
|
|
2540
|
+
closeIconSize: string;
|
|
2336
2541
|
closeMargin: string;
|
|
2337
2542
|
closeMarginIconTop: string;
|
|
2338
2543
|
}, {
|
|
@@ -2553,9 +2758,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2553
2758
|
borderColor: string;
|
|
2554
2759
|
actionColor: string;
|
|
2555
2760
|
titleFontWeight: string;
|
|
2556
|
-
closeColor: string;
|
|
2557
2761
|
closeColorHover: string;
|
|
2558
2762
|
closeColorPressed: string;
|
|
2763
|
+
closeBorderRadius: string;
|
|
2764
|
+
closeIconColor: string;
|
|
2765
|
+
closeIconColorHover: string;
|
|
2766
|
+
closeIconColorPressed: string;
|
|
2559
2767
|
fontSizeSmall: string;
|
|
2560
2768
|
fontSizeMedium: string;
|
|
2561
2769
|
fontSizeLarge: string;
|
|
@@ -2570,6 +2778,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2570
2778
|
titleFontSizeMedium: string;
|
|
2571
2779
|
titleFontSizeLarge: string;
|
|
2572
2780
|
titleFontSizeHuge: string;
|
|
2781
|
+
closeIconSize: string;
|
|
2573
2782
|
closeSize: string;
|
|
2574
2783
|
}, any>;
|
|
2575
2784
|
}>>>;
|
|
@@ -2667,11 +2876,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2667
2876
|
gapLarge: string;
|
|
2668
2877
|
}, any>>>;
|
|
2669
2878
|
}>>, {
|
|
2670
|
-
inline: boolean;
|
|
2671
|
-
size: number | "small" | "medium" | "large" | [number, number];
|
|
2672
|
-
wrap: boolean;
|
|
2673
|
-
vertical: boolean;
|
|
2674
|
-
justify: import("naive-ui/es/space/src/Space").Justify;
|
|
2879
|
+
readonly inline: boolean;
|
|
2880
|
+
readonly size: number | "small" | "medium" | "large" | [number, number];
|
|
2881
|
+
readonly wrap: boolean;
|
|
2882
|
+
readonly vertical: boolean;
|
|
2883
|
+
readonly justify: import("naive-ui/es/space/src/Space").Justify;
|
|
2675
2884
|
}>;
|
|
2676
2885
|
AddCircleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2677
2886
|
labelFormContent: import("vue").DefineComponent<{
|
|
@@ -2789,6 +2998,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2789
2998
|
readonly defaultValue: import("vue").PropType<string | number>;
|
|
2790
2999
|
readonly trigger: {
|
|
2791
3000
|
readonly type: import("vue").PropType<"click" | "hover">;
|
|
3001
|
+
/**
|
|
3002
|
+
* 清空选项和常用值;
|
|
3003
|
+
*/
|
|
2792
3004
|
readonly default: "click";
|
|
2793
3005
|
};
|
|
2794
3006
|
readonly type: {
|
|
@@ -2839,9 +3051,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2839
3051
|
tabTextColorActiveCard: string;
|
|
2840
3052
|
tabTextColorDisabledCard: string;
|
|
2841
3053
|
barColor: string;
|
|
2842
|
-
|
|
3054
|
+
closeIconColor: string;
|
|
3055
|
+
closeIconColorHover: string;
|
|
3056
|
+
closeIconColorPressed: string;
|
|
2843
3057
|
closeColorHover: string;
|
|
2844
3058
|
closeColorPressed: string;
|
|
3059
|
+
closeBorderRadius: string;
|
|
2845
3060
|
tabColor: string;
|
|
2846
3061
|
tabColorSegment: string;
|
|
2847
3062
|
tabBorderColor: string;
|
|
@@ -2880,6 +3095,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2880
3095
|
panePaddingSmall: string;
|
|
2881
3096
|
panePaddingMedium: string;
|
|
2882
3097
|
panePaddingLarge: string;
|
|
3098
|
+
closeSize: string;
|
|
3099
|
+
closeIconSize: string;
|
|
2883
3100
|
}, any>>;
|
|
2884
3101
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
2885
3102
|
colorSegment: string;
|
|
@@ -2901,9 +3118,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2901
3118
|
tabTextColorActiveCard: string;
|
|
2902
3119
|
tabTextColorDisabledCard: string;
|
|
2903
3120
|
barColor: string;
|
|
2904
|
-
|
|
3121
|
+
closeIconColor: string;
|
|
3122
|
+
closeIconColorHover: string;
|
|
3123
|
+
closeIconColorPressed: string;
|
|
2905
3124
|
closeColorHover: string;
|
|
2906
3125
|
closeColorPressed: string;
|
|
3126
|
+
closeBorderRadius: string;
|
|
2907
3127
|
tabColor: string;
|
|
2908
3128
|
tabColorSegment: string;
|
|
2909
3129
|
tabBorderColor: string;
|
|
@@ -2942,6 +3162,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2942
3162
|
panePaddingSmall: string;
|
|
2943
3163
|
panePaddingMedium: string;
|
|
2944
3164
|
panePaddingLarge: string;
|
|
3165
|
+
closeSize: string;
|
|
3166
|
+
closeIconSize: string;
|
|
2945
3167
|
}, any>>>;
|
|
2946
3168
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
2947
3169
|
colorSegment: string;
|
|
@@ -2963,9 +3185,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2963
3185
|
tabTextColorActiveCard: string;
|
|
2964
3186
|
tabTextColorDisabledCard: string;
|
|
2965
3187
|
barColor: string;
|
|
2966
|
-
|
|
3188
|
+
closeIconColor: string;
|
|
3189
|
+
closeIconColorHover: string;
|
|
3190
|
+
closeIconColorPressed: string;
|
|
2967
3191
|
closeColorHover: string;
|
|
2968
3192
|
closeColorPressed: string;
|
|
3193
|
+
closeBorderRadius: string;
|
|
2969
3194
|
tabColor: string;
|
|
2970
3195
|
tabColorSegment: string;
|
|
2971
3196
|
tabBorderColor: string;
|
|
@@ -3004,12 +3229,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3004
3229
|
panePaddingSmall: string;
|
|
3005
3230
|
panePaddingMedium: string;
|
|
3006
3231
|
panePaddingLarge: string;
|
|
3232
|
+
closeSize: string;
|
|
3233
|
+
closeIconSize: string;
|
|
3007
3234
|
}, any>>>;
|
|
3008
3235
|
}, {
|
|
3009
3236
|
syncBarPosition: () => void;
|
|
3010
3237
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
3011
3238
|
mergedValue: import("vue").ComputedRef<string | number | null>;
|
|
3012
3239
|
renderedNames: Set<string | number>;
|
|
3240
|
+
tabsRailElRef: import("vue").Ref<HTMLElement | null>;
|
|
3013
3241
|
tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
|
|
3014
3242
|
tabsElRef: import("vue").Ref<HTMLElement | null>;
|
|
3015
3243
|
barElRef: import("vue").Ref<HTMLElement | null>;
|
|
@@ -3074,9 +3302,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3074
3302
|
'--n-pane-text-color': string;
|
|
3075
3303
|
'--n-tab-border-color': string;
|
|
3076
3304
|
'--n-tab-border-radius': string;
|
|
3077
|
-
'--n-close-
|
|
3305
|
+
'--n-close-size': string;
|
|
3306
|
+
'--n-close-icon-size': string;
|
|
3078
3307
|
'--n-close-color-hover': string;
|
|
3079
3308
|
'--n-close-color-pressed': string;
|
|
3309
|
+
'--n-close-border-radius': string;
|
|
3310
|
+
'--n-close-icon-color': string;
|
|
3311
|
+
'--n-close-icon-color-hover': string;
|
|
3312
|
+
'--n-close-icon-color-pressed': string;
|
|
3080
3313
|
'--n-tab-color': string;
|
|
3081
3314
|
'--n-tab-font-weight': string;
|
|
3082
3315
|
'--n-tab-font-weight-active': string;
|
|
@@ -3091,7 +3324,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3091
3324
|
renderNameListRef: {
|
|
3092
3325
|
value: (string | number)[];
|
|
3093
3326
|
};
|
|
3094
|
-
onAnimationBeforeLeave: () => void;
|
|
3327
|
+
onAnimationBeforeLeave: (el: HTMLElement) => void;
|
|
3095
3328
|
onAnimationEnter: (el: HTMLElement) => void;
|
|
3096
3329
|
onAnimationAfterEnter: () => void;
|
|
3097
3330
|
onRender: (() => void) | undefined;
|
|
@@ -3150,9 +3383,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3150
3383
|
tabTextColorActiveCard: string;
|
|
3151
3384
|
tabTextColorDisabledCard: string;
|
|
3152
3385
|
barColor: string;
|
|
3153
|
-
|
|
3386
|
+
closeIconColor: string;
|
|
3387
|
+
closeIconColorHover: string;
|
|
3388
|
+
closeIconColorPressed: string;
|
|
3154
3389
|
closeColorHover: string;
|
|
3155
3390
|
closeColorPressed: string;
|
|
3391
|
+
closeBorderRadius: string;
|
|
3156
3392
|
tabColor: string;
|
|
3157
3393
|
tabColorSegment: string;
|
|
3158
3394
|
tabBorderColor: string;
|
|
@@ -3191,6 +3427,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3191
3427
|
panePaddingSmall: string;
|
|
3192
3428
|
panePaddingMedium: string;
|
|
3193
3429
|
panePaddingLarge: string;
|
|
3430
|
+
closeSize: string;
|
|
3431
|
+
closeIconSize: string;
|
|
3194
3432
|
}, any>>;
|
|
3195
3433
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
3196
3434
|
colorSegment: string;
|
|
@@ -3212,9 +3450,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3212
3450
|
tabTextColorActiveCard: string;
|
|
3213
3451
|
tabTextColorDisabledCard: string;
|
|
3214
3452
|
barColor: string;
|
|
3215
|
-
|
|
3453
|
+
closeIconColor: string;
|
|
3454
|
+
closeIconColorHover: string;
|
|
3455
|
+
closeIconColorPressed: string;
|
|
3216
3456
|
closeColorHover: string;
|
|
3217
3457
|
closeColorPressed: string;
|
|
3458
|
+
closeBorderRadius: string;
|
|
3218
3459
|
tabColor: string;
|
|
3219
3460
|
tabColorSegment: string;
|
|
3220
3461
|
tabBorderColor: string;
|
|
@@ -3253,6 +3494,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3253
3494
|
panePaddingSmall: string;
|
|
3254
3495
|
panePaddingMedium: string;
|
|
3255
3496
|
panePaddingLarge: string;
|
|
3497
|
+
closeSize: string;
|
|
3498
|
+
closeIconSize: string;
|
|
3256
3499
|
}, any>>>;
|
|
3257
3500
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
3258
3501
|
colorSegment: string;
|
|
@@ -3274,9 +3517,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3274
3517
|
tabTextColorActiveCard: string;
|
|
3275
3518
|
tabTextColorDisabledCard: string;
|
|
3276
3519
|
barColor: string;
|
|
3277
|
-
|
|
3520
|
+
closeIconColor: string;
|
|
3521
|
+
closeIconColorHover: string;
|
|
3522
|
+
closeIconColorPressed: string;
|
|
3278
3523
|
closeColorHover: string;
|
|
3279
3524
|
closeColorPressed: string;
|
|
3525
|
+
closeBorderRadius: string;
|
|
3280
3526
|
tabColor: string;
|
|
3281
3527
|
tabColorSegment: string;
|
|
3282
3528
|
tabBorderColor: string;
|
|
@@ -3315,14 +3561,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3315
3561
|
panePaddingSmall: string;
|
|
3316
3562
|
panePaddingMedium: string;
|
|
3317
3563
|
panePaddingLarge: string;
|
|
3564
|
+
closeSize: string;
|
|
3565
|
+
closeIconSize: string;
|
|
3318
3566
|
}, any>>>;
|
|
3319
3567
|
}>>, {
|
|
3320
|
-
type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
3321
|
-
size: "small" | "medium" | "large";
|
|
3322
|
-
closable: boolean;
|
|
3323
|
-
trigger: "click" | "hover";
|
|
3324
|
-
animated: boolean;
|
|
3325
|
-
tabsPadding: number;
|
|
3568
|
+
readonly type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
3569
|
+
readonly size: "small" | "medium" | "large";
|
|
3570
|
+
readonly closable: boolean;
|
|
3571
|
+
readonly trigger: "click" | "hover";
|
|
3572
|
+
readonly animated: boolean;
|
|
3573
|
+
readonly tabsPadding: number;
|
|
3326
3574
|
}>;
|
|
3327
3575
|
NTabPane: import("vue").DefineComponent<{
|
|
3328
3576
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -3371,9 +3619,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3371
3619
|
[key: string]: any;
|
|
3372
3620
|
}> | (() => import("vue").VNodeChild)>;
|
|
3373
3621
|
}>>, {
|
|
3374
|
-
disabled: boolean;
|
|
3375
|
-
closable: boolean | undefined;
|
|
3376
|
-
displayDirective: "show" | "if" | "show:lazy";
|
|
3622
|
+
readonly disabled: boolean;
|
|
3623
|
+
readonly closable: boolean | undefined;
|
|
3624
|
+
readonly displayDirective: "show" | "if" | "show:lazy";
|
|
3377
3625
|
}>;
|
|
3378
3626
|
NAnchor: import("vue").DefineComponent<{
|
|
3379
3627
|
readonly type: {
|
|
@@ -3547,17 +3795,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3547
3795
|
railWidth: string;
|
|
3548
3796
|
}, any>>>;
|
|
3549
3797
|
}>>, {
|
|
3550
|
-
type: "block" | "rail";
|
|
3551
|
-
bound: number;
|
|
3552
|
-
position: "fix" | "absolute";
|
|
3553
|
-
target: (() => HTMLElement) | undefined;
|
|
3554
|
-
affix: boolean;
|
|
3555
|
-
offsetTop: number | undefined;
|
|
3556
|
-
offsetBottom: number | undefined;
|
|
3557
|
-
showRail: boolean;
|
|
3558
|
-
showBackground: boolean;
|
|
3559
|
-
internalScrollable: boolean;
|
|
3560
|
-
ignoreGap: boolean;
|
|
3798
|
+
readonly type: "block" | "rail";
|
|
3799
|
+
readonly bound: number;
|
|
3800
|
+
readonly position: "fix" | "absolute";
|
|
3801
|
+
readonly target: (() => HTMLElement) | undefined;
|
|
3802
|
+
readonly affix: boolean;
|
|
3803
|
+
readonly offsetTop: number | undefined;
|
|
3804
|
+
readonly offsetBottom: number | undefined;
|
|
3805
|
+
readonly showRail: boolean;
|
|
3806
|
+
readonly showBackground: boolean;
|
|
3807
|
+
readonly internalScrollable: boolean;
|
|
3808
|
+
readonly ignoreGap: boolean;
|
|
3561
3809
|
}>;
|
|
3562
3810
|
NAnchorLink: import("vue").DefineComponent<{
|
|
3563
3811
|
readonly title: StringConstructor;
|
|
@@ -3632,11 +3880,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3632
3880
|
};
|
|
3633
3881
|
checked: BooleanConstructor;
|
|
3634
3882
|
checkable: BooleanConstructor;
|
|
3883
|
+
strong: BooleanConstructor;
|
|
3635
3884
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
3636
3885
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3637
3886
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3638
3887
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
3639
3888
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
3889
|
+
internalCloseFocusable: {
|
|
3890
|
+
type: BooleanConstructor;
|
|
3891
|
+
default: boolean;
|
|
3892
|
+
};
|
|
3640
3893
|
internalStopClickPropagation: BooleanConstructor;
|
|
3641
3894
|
onCheckedChange: {
|
|
3642
3895
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -3659,6 +3912,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3659
3912
|
readonly default: undefined;
|
|
3660
3913
|
};
|
|
3661
3914
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
3915
|
+
closeBorderRadius: string;
|
|
3662
3916
|
heightTiny: string;
|
|
3663
3917
|
heightSmall: string;
|
|
3664
3918
|
heightMedium: string;
|
|
@@ -3669,6 +3923,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3669
3923
|
fontSizeSmall: string;
|
|
3670
3924
|
fontSizeMedium: string;
|
|
3671
3925
|
fontSizeLarge: string;
|
|
3926
|
+
fontWeightStrong: string;
|
|
3672
3927
|
textColorCheckable: string;
|
|
3673
3928
|
textColorHoverCheckable: string;
|
|
3674
3929
|
textColorPressedCheckable: string;
|
|
@@ -3682,39 +3937,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3682
3937
|
border: string;
|
|
3683
3938
|
textColor: string;
|
|
3684
3939
|
color: string;
|
|
3685
|
-
|
|
3940
|
+
colorBordered: string;
|
|
3941
|
+
closeIconColor: string;
|
|
3942
|
+
closeIconColorHover: string;
|
|
3943
|
+
closeIconColorPressed: string;
|
|
3686
3944
|
closeColorHover: string;
|
|
3687
3945
|
closeColorPressed: string;
|
|
3688
3946
|
borderPrimary: string;
|
|
3689
3947
|
textColorPrimary: string;
|
|
3690
3948
|
colorPrimary: string;
|
|
3691
|
-
|
|
3949
|
+
colorBorderedPrimary: string;
|
|
3950
|
+
closeIconColorPrimary: string;
|
|
3951
|
+
closeIconColorHoverPrimary: string;
|
|
3952
|
+
closeIconColorPressedPrimary: string;
|
|
3692
3953
|
closeColorHoverPrimary: string;
|
|
3693
3954
|
closeColorPressedPrimary: string;
|
|
3694
3955
|
borderInfo: string;
|
|
3695
3956
|
textColorInfo: string;
|
|
3696
3957
|
colorInfo: string;
|
|
3697
|
-
|
|
3958
|
+
colorBorderedInfo: string;
|
|
3959
|
+
closeIconColorInfo: string;
|
|
3960
|
+
closeIconColorHoverInfo: string;
|
|
3961
|
+
closeIconColorPressedInfo: string;
|
|
3698
3962
|
closeColorHoverInfo: string;
|
|
3699
3963
|
closeColorPressedInfo: string;
|
|
3700
3964
|
borderSuccess: string;
|
|
3701
3965
|
textColorSuccess: string;
|
|
3702
3966
|
colorSuccess: string;
|
|
3703
|
-
|
|
3967
|
+
colorBorderedSuccess: string;
|
|
3968
|
+
closeIconColorSuccess: string;
|
|
3969
|
+
closeIconColorHoverSuccess: string;
|
|
3970
|
+
closeIconColorPressedSuccess: string;
|
|
3704
3971
|
closeColorHoverSuccess: string;
|
|
3705
3972
|
closeColorPressedSuccess: string;
|
|
3706
3973
|
borderWarning: string;
|
|
3707
3974
|
textColorWarning: string;
|
|
3708
3975
|
colorWarning: string;
|
|
3709
|
-
|
|
3976
|
+
colorBorderedWarning: string;
|
|
3977
|
+
closeIconColorWarning: string;
|
|
3978
|
+
closeIconColorHoverWarning: string;
|
|
3979
|
+
closeIconColorPressedWarning: string;
|
|
3710
3980
|
closeColorHoverWarning: string;
|
|
3711
3981
|
closeColorPressedWarning: string;
|
|
3712
3982
|
borderError: string;
|
|
3713
3983
|
textColorError: string;
|
|
3714
3984
|
colorError: string;
|
|
3715
|
-
|
|
3985
|
+
colorBorderedError: string;
|
|
3986
|
+
closeIconColorError: string;
|
|
3987
|
+
closeIconColorHoverError: string;
|
|
3988
|
+
closeIconColorPressedError: string;
|
|
3716
3989
|
closeColorHoverError: string;
|
|
3717
3990
|
closeColorPressedError: string;
|
|
3991
|
+
closeIconSizeTiny: string;
|
|
3992
|
+
closeIconSizeSmall: string;
|
|
3993
|
+
closeIconSizeMedium: string;
|
|
3994
|
+
closeIconSizeLarge: string;
|
|
3718
3995
|
closeSizeTiny: string;
|
|
3719
3996
|
closeSizeSmall: string;
|
|
3720
3997
|
closeSizeMedium: string;
|
|
@@ -3724,6 +4001,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3724
4001
|
closeMarginRtl: string;
|
|
3725
4002
|
}, any>>;
|
|
3726
4003
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4004
|
+
closeBorderRadius: string;
|
|
3727
4005
|
heightTiny: string;
|
|
3728
4006
|
heightSmall: string;
|
|
3729
4007
|
heightMedium: string;
|
|
@@ -3734,6 +4012,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3734
4012
|
fontSizeSmall: string;
|
|
3735
4013
|
fontSizeMedium: string;
|
|
3736
4014
|
fontSizeLarge: string;
|
|
4015
|
+
fontWeightStrong: string;
|
|
3737
4016
|
textColorCheckable: string;
|
|
3738
4017
|
textColorHoverCheckable: string;
|
|
3739
4018
|
textColorPressedCheckable: string;
|
|
@@ -3747,39 +4026,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3747
4026
|
border: string;
|
|
3748
4027
|
textColor: string;
|
|
3749
4028
|
color: string;
|
|
3750
|
-
|
|
4029
|
+
colorBordered: string;
|
|
4030
|
+
closeIconColor: string;
|
|
4031
|
+
closeIconColorHover: string;
|
|
4032
|
+
closeIconColorPressed: string;
|
|
3751
4033
|
closeColorHover: string;
|
|
3752
4034
|
closeColorPressed: string;
|
|
3753
4035
|
borderPrimary: string;
|
|
3754
4036
|
textColorPrimary: string;
|
|
3755
4037
|
colorPrimary: string;
|
|
3756
|
-
|
|
4038
|
+
colorBorderedPrimary: string;
|
|
4039
|
+
closeIconColorPrimary: string;
|
|
4040
|
+
closeIconColorHoverPrimary: string;
|
|
4041
|
+
closeIconColorPressedPrimary: string;
|
|
3757
4042
|
closeColorHoverPrimary: string;
|
|
3758
4043
|
closeColorPressedPrimary: string;
|
|
3759
4044
|
borderInfo: string;
|
|
3760
4045
|
textColorInfo: string;
|
|
3761
4046
|
colorInfo: string;
|
|
3762
|
-
|
|
4047
|
+
colorBorderedInfo: string;
|
|
4048
|
+
closeIconColorInfo: string;
|
|
4049
|
+
closeIconColorHoverInfo: string;
|
|
4050
|
+
closeIconColorPressedInfo: string;
|
|
3763
4051
|
closeColorHoverInfo: string;
|
|
3764
4052
|
closeColorPressedInfo: string;
|
|
3765
4053
|
borderSuccess: string;
|
|
3766
4054
|
textColorSuccess: string;
|
|
3767
4055
|
colorSuccess: string;
|
|
3768
|
-
|
|
4056
|
+
colorBorderedSuccess: string;
|
|
4057
|
+
closeIconColorSuccess: string;
|
|
4058
|
+
closeIconColorHoverSuccess: string;
|
|
4059
|
+
closeIconColorPressedSuccess: string;
|
|
3769
4060
|
closeColorHoverSuccess: string;
|
|
3770
4061
|
closeColorPressedSuccess: string;
|
|
3771
4062
|
borderWarning: string;
|
|
3772
4063
|
textColorWarning: string;
|
|
3773
4064
|
colorWarning: string;
|
|
3774
|
-
|
|
4065
|
+
colorBorderedWarning: string;
|
|
4066
|
+
closeIconColorWarning: string;
|
|
4067
|
+
closeIconColorHoverWarning: string;
|
|
4068
|
+
closeIconColorPressedWarning: string;
|
|
3775
4069
|
closeColorHoverWarning: string;
|
|
3776
4070
|
closeColorPressedWarning: string;
|
|
3777
4071
|
borderError: string;
|
|
3778
4072
|
textColorError: string;
|
|
3779
4073
|
colorError: string;
|
|
3780
|
-
|
|
4074
|
+
colorBorderedError: string;
|
|
4075
|
+
closeIconColorError: string;
|
|
4076
|
+
closeIconColorHoverError: string;
|
|
4077
|
+
closeIconColorPressedError: string;
|
|
3781
4078
|
closeColorHoverError: string;
|
|
3782
4079
|
closeColorPressedError: string;
|
|
4080
|
+
closeIconSizeTiny: string;
|
|
4081
|
+
closeIconSizeSmall: string;
|
|
4082
|
+
closeIconSizeMedium: string;
|
|
4083
|
+
closeIconSizeLarge: string;
|
|
3783
4084
|
closeSizeTiny: string;
|
|
3784
4085
|
closeSizeSmall: string;
|
|
3785
4086
|
closeSizeMedium: string;
|
|
@@ -3789,6 +4090,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3789
4090
|
closeMarginRtl: string;
|
|
3790
4091
|
}, any>>>;
|
|
3791
4092
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4093
|
+
closeBorderRadius: string;
|
|
3792
4094
|
heightTiny: string;
|
|
3793
4095
|
heightSmall: string;
|
|
3794
4096
|
heightMedium: string;
|
|
@@ -3799,6 +4101,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3799
4101
|
fontSizeSmall: string;
|
|
3800
4102
|
fontSizeMedium: string;
|
|
3801
4103
|
fontSizeLarge: string;
|
|
4104
|
+
fontWeightStrong: string;
|
|
3802
4105
|
textColorCheckable: string;
|
|
3803
4106
|
textColorHoverCheckable: string;
|
|
3804
4107
|
textColorPressedCheckable: string;
|
|
@@ -3812,39 +4115,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3812
4115
|
border: string;
|
|
3813
4116
|
textColor: string;
|
|
3814
4117
|
color: string;
|
|
3815
|
-
|
|
4118
|
+
colorBordered: string;
|
|
4119
|
+
closeIconColor: string;
|
|
4120
|
+
closeIconColorHover: string;
|
|
4121
|
+
closeIconColorPressed: string;
|
|
3816
4122
|
closeColorHover: string;
|
|
3817
4123
|
closeColorPressed: string;
|
|
3818
4124
|
borderPrimary: string;
|
|
3819
4125
|
textColorPrimary: string;
|
|
3820
4126
|
colorPrimary: string;
|
|
3821
|
-
|
|
4127
|
+
colorBorderedPrimary: string;
|
|
4128
|
+
closeIconColorPrimary: string;
|
|
4129
|
+
closeIconColorHoverPrimary: string;
|
|
4130
|
+
closeIconColorPressedPrimary: string;
|
|
3822
4131
|
closeColorHoverPrimary: string;
|
|
3823
4132
|
closeColorPressedPrimary: string;
|
|
3824
4133
|
borderInfo: string;
|
|
3825
4134
|
textColorInfo: string;
|
|
3826
4135
|
colorInfo: string;
|
|
3827
|
-
|
|
4136
|
+
colorBorderedInfo: string;
|
|
4137
|
+
closeIconColorInfo: string;
|
|
4138
|
+
closeIconColorHoverInfo: string;
|
|
4139
|
+
closeIconColorPressedInfo: string;
|
|
3828
4140
|
closeColorHoverInfo: string;
|
|
3829
4141
|
closeColorPressedInfo: string;
|
|
3830
4142
|
borderSuccess: string;
|
|
3831
4143
|
textColorSuccess: string;
|
|
3832
4144
|
colorSuccess: string;
|
|
3833
|
-
|
|
4145
|
+
colorBorderedSuccess: string;
|
|
4146
|
+
closeIconColorSuccess: string;
|
|
4147
|
+
closeIconColorHoverSuccess: string;
|
|
4148
|
+
closeIconColorPressedSuccess: string;
|
|
3834
4149
|
closeColorHoverSuccess: string;
|
|
3835
4150
|
closeColorPressedSuccess: string;
|
|
3836
4151
|
borderWarning: string;
|
|
3837
4152
|
textColorWarning: string;
|
|
3838
4153
|
colorWarning: string;
|
|
3839
|
-
|
|
4154
|
+
colorBorderedWarning: string;
|
|
4155
|
+
closeIconColorWarning: string;
|
|
4156
|
+
closeIconColorHoverWarning: string;
|
|
4157
|
+
closeIconColorPressedWarning: string;
|
|
3840
4158
|
closeColorHoverWarning: string;
|
|
3841
4159
|
closeColorPressedWarning: string;
|
|
3842
4160
|
borderError: string;
|
|
3843
4161
|
textColorError: string;
|
|
3844
4162
|
colorError: string;
|
|
3845
|
-
|
|
4163
|
+
colorBorderedError: string;
|
|
4164
|
+
closeIconColorError: string;
|
|
4165
|
+
closeIconColorHoverError: string;
|
|
4166
|
+
closeIconColorPressedError: string;
|
|
3846
4167
|
closeColorHoverError: string;
|
|
3847
4168
|
closeColorPressedError: string;
|
|
4169
|
+
closeIconSizeTiny: string;
|
|
4170
|
+
closeIconSizeSmall: string;
|
|
4171
|
+
closeIconSizeMedium: string;
|
|
4172
|
+
closeIconSizeLarge: string;
|
|
3848
4173
|
closeSizeTiny: string;
|
|
3849
4174
|
closeSizeSmall: string;
|
|
3850
4175
|
closeSizeMedium: string;
|
|
@@ -3861,14 +4186,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3861
4186
|
handleClick: (e: MouseEvent) => void;
|
|
3862
4187
|
handleCloseClick: (e: MouseEvent) => void;
|
|
3863
4188
|
cssVars: import("vue").ComputedRef<{
|
|
4189
|
+
'--n-font-weight-strong': string;
|
|
3864
4190
|
'--n-avatar-size-override': string;
|
|
3865
4191
|
'--n-bezier': string;
|
|
3866
4192
|
'--n-border-radius': string;
|
|
3867
4193
|
'--n-border': string;
|
|
3868
|
-
'--n-close-
|
|
3869
|
-
'--n-close-color-hover': string;
|
|
4194
|
+
'--n-close-icon-size': string;
|
|
3870
4195
|
'--n-close-color-pressed': string;
|
|
3871
|
-
'--n-close-color-
|
|
4196
|
+
'--n-close-color-hover': string;
|
|
4197
|
+
'--n-close-border-radius': string;
|
|
4198
|
+
'--n-close-icon-color': string;
|
|
4199
|
+
'--n-close-icon-color-hover': string;
|
|
4200
|
+
'--n-close-icon-color-pressed': string;
|
|
4201
|
+
'--n-close-icon-color-disabled': string;
|
|
3872
4202
|
'--n-close-margin': string;
|
|
3873
4203
|
'--n-close-margin-rtl': string;
|
|
3874
4204
|
'--n-close-size': string;
|
|
@@ -3899,11 +4229,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3899
4229
|
};
|
|
3900
4230
|
checked: BooleanConstructor;
|
|
3901
4231
|
checkable: BooleanConstructor;
|
|
4232
|
+
strong: BooleanConstructor;
|
|
3902
4233
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
3903
4234
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3904
4235
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3905
4236
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
3906
4237
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
4238
|
+
internalCloseFocusable: {
|
|
4239
|
+
type: BooleanConstructor;
|
|
4240
|
+
default: boolean;
|
|
4241
|
+
};
|
|
3907
4242
|
internalStopClickPropagation: BooleanConstructor;
|
|
3908
4243
|
onCheckedChange: {
|
|
3909
4244
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -3926,6 +4261,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3926
4261
|
readonly default: undefined;
|
|
3927
4262
|
};
|
|
3928
4263
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4264
|
+
closeBorderRadius: string;
|
|
3929
4265
|
heightTiny: string;
|
|
3930
4266
|
heightSmall: string;
|
|
3931
4267
|
heightMedium: string;
|
|
@@ -3936,6 +4272,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3936
4272
|
fontSizeSmall: string;
|
|
3937
4273
|
fontSizeMedium: string;
|
|
3938
4274
|
fontSizeLarge: string;
|
|
4275
|
+
fontWeightStrong: string;
|
|
3939
4276
|
textColorCheckable: string;
|
|
3940
4277
|
textColorHoverCheckable: string;
|
|
3941
4278
|
textColorPressedCheckable: string;
|
|
@@ -3949,39 +4286,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3949
4286
|
border: string;
|
|
3950
4287
|
textColor: string;
|
|
3951
4288
|
color: string;
|
|
3952
|
-
|
|
4289
|
+
colorBordered: string;
|
|
4290
|
+
closeIconColor: string;
|
|
4291
|
+
closeIconColorHover: string;
|
|
4292
|
+
closeIconColorPressed: string;
|
|
3953
4293
|
closeColorHover: string;
|
|
3954
4294
|
closeColorPressed: string;
|
|
3955
4295
|
borderPrimary: string;
|
|
3956
4296
|
textColorPrimary: string;
|
|
3957
4297
|
colorPrimary: string;
|
|
3958
|
-
|
|
4298
|
+
colorBorderedPrimary: string;
|
|
4299
|
+
closeIconColorPrimary: string;
|
|
4300
|
+
closeIconColorHoverPrimary: string;
|
|
4301
|
+
closeIconColorPressedPrimary: string;
|
|
3959
4302
|
closeColorHoverPrimary: string;
|
|
3960
4303
|
closeColorPressedPrimary: string;
|
|
3961
4304
|
borderInfo: string;
|
|
3962
4305
|
textColorInfo: string;
|
|
3963
4306
|
colorInfo: string;
|
|
3964
|
-
|
|
4307
|
+
colorBorderedInfo: string;
|
|
4308
|
+
closeIconColorInfo: string;
|
|
4309
|
+
closeIconColorHoverInfo: string;
|
|
4310
|
+
closeIconColorPressedInfo: string;
|
|
3965
4311
|
closeColorHoverInfo: string;
|
|
3966
4312
|
closeColorPressedInfo: string;
|
|
3967
4313
|
borderSuccess: string;
|
|
3968
4314
|
textColorSuccess: string;
|
|
3969
4315
|
colorSuccess: string;
|
|
3970
|
-
|
|
4316
|
+
colorBorderedSuccess: string;
|
|
4317
|
+
closeIconColorSuccess: string;
|
|
4318
|
+
closeIconColorHoverSuccess: string;
|
|
4319
|
+
closeIconColorPressedSuccess: string;
|
|
3971
4320
|
closeColorHoverSuccess: string;
|
|
3972
4321
|
closeColorPressedSuccess: string;
|
|
3973
4322
|
borderWarning: string;
|
|
3974
4323
|
textColorWarning: string;
|
|
3975
4324
|
colorWarning: string;
|
|
3976
|
-
|
|
4325
|
+
colorBorderedWarning: string;
|
|
4326
|
+
closeIconColorWarning: string;
|
|
4327
|
+
closeIconColorHoverWarning: string;
|
|
4328
|
+
closeIconColorPressedWarning: string;
|
|
3977
4329
|
closeColorHoverWarning: string;
|
|
3978
4330
|
closeColorPressedWarning: string;
|
|
3979
4331
|
borderError: string;
|
|
3980
4332
|
textColorError: string;
|
|
3981
4333
|
colorError: string;
|
|
3982
|
-
|
|
4334
|
+
colorBorderedError: string;
|
|
4335
|
+
closeIconColorError: string;
|
|
4336
|
+
closeIconColorHoverError: string;
|
|
4337
|
+
closeIconColorPressedError: string;
|
|
3983
4338
|
closeColorHoverError: string;
|
|
3984
4339
|
closeColorPressedError: string;
|
|
4340
|
+
closeIconSizeTiny: string;
|
|
4341
|
+
closeIconSizeSmall: string;
|
|
4342
|
+
closeIconSizeMedium: string;
|
|
4343
|
+
closeIconSizeLarge: string;
|
|
3985
4344
|
closeSizeTiny: string;
|
|
3986
4345
|
closeSizeSmall: string;
|
|
3987
4346
|
closeSizeMedium: string;
|
|
@@ -3991,6 +4350,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3991
4350
|
closeMarginRtl: string;
|
|
3992
4351
|
}, any>>;
|
|
3993
4352
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4353
|
+
closeBorderRadius: string;
|
|
3994
4354
|
heightTiny: string;
|
|
3995
4355
|
heightSmall: string;
|
|
3996
4356
|
heightMedium: string;
|
|
@@ -4001,6 +4361,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4001
4361
|
fontSizeSmall: string;
|
|
4002
4362
|
fontSizeMedium: string;
|
|
4003
4363
|
fontSizeLarge: string;
|
|
4364
|
+
fontWeightStrong: string;
|
|
4004
4365
|
textColorCheckable: string;
|
|
4005
4366
|
textColorHoverCheckable: string;
|
|
4006
4367
|
textColorPressedCheckable: string;
|
|
@@ -4014,39 +4375,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4014
4375
|
border: string;
|
|
4015
4376
|
textColor: string;
|
|
4016
4377
|
color: string;
|
|
4017
|
-
|
|
4378
|
+
colorBordered: string;
|
|
4379
|
+
closeIconColor: string;
|
|
4380
|
+
closeIconColorHover: string;
|
|
4381
|
+
closeIconColorPressed: string;
|
|
4018
4382
|
closeColorHover: string;
|
|
4019
4383
|
closeColorPressed: string;
|
|
4020
4384
|
borderPrimary: string;
|
|
4021
4385
|
textColorPrimary: string;
|
|
4022
4386
|
colorPrimary: string;
|
|
4023
|
-
|
|
4387
|
+
colorBorderedPrimary: string;
|
|
4388
|
+
closeIconColorPrimary: string;
|
|
4389
|
+
closeIconColorHoverPrimary: string;
|
|
4390
|
+
closeIconColorPressedPrimary: string;
|
|
4024
4391
|
closeColorHoverPrimary: string;
|
|
4025
4392
|
closeColorPressedPrimary: string;
|
|
4026
4393
|
borderInfo: string;
|
|
4027
4394
|
textColorInfo: string;
|
|
4028
4395
|
colorInfo: string;
|
|
4029
|
-
|
|
4396
|
+
colorBorderedInfo: string;
|
|
4397
|
+
closeIconColorInfo: string;
|
|
4398
|
+
closeIconColorHoverInfo: string;
|
|
4399
|
+
closeIconColorPressedInfo: string;
|
|
4030
4400
|
closeColorHoverInfo: string;
|
|
4031
4401
|
closeColorPressedInfo: string;
|
|
4032
4402
|
borderSuccess: string;
|
|
4033
4403
|
textColorSuccess: string;
|
|
4034
4404
|
colorSuccess: string;
|
|
4035
|
-
|
|
4405
|
+
colorBorderedSuccess: string;
|
|
4406
|
+
closeIconColorSuccess: string;
|
|
4407
|
+
closeIconColorHoverSuccess: string;
|
|
4408
|
+
closeIconColorPressedSuccess: string;
|
|
4036
4409
|
closeColorHoverSuccess: string;
|
|
4037
4410
|
closeColorPressedSuccess: string;
|
|
4038
4411
|
borderWarning: string;
|
|
4039
4412
|
textColorWarning: string;
|
|
4040
4413
|
colorWarning: string;
|
|
4041
|
-
|
|
4414
|
+
colorBorderedWarning: string;
|
|
4415
|
+
closeIconColorWarning: string;
|
|
4416
|
+
closeIconColorHoverWarning: string;
|
|
4417
|
+
closeIconColorPressedWarning: string;
|
|
4042
4418
|
closeColorHoverWarning: string;
|
|
4043
4419
|
closeColorPressedWarning: string;
|
|
4044
4420
|
borderError: string;
|
|
4045
4421
|
textColorError: string;
|
|
4046
4422
|
colorError: string;
|
|
4047
|
-
|
|
4423
|
+
colorBorderedError: string;
|
|
4424
|
+
closeIconColorError: string;
|
|
4425
|
+
closeIconColorHoverError: string;
|
|
4426
|
+
closeIconColorPressedError: string;
|
|
4048
4427
|
closeColorHoverError: string;
|
|
4049
4428
|
closeColorPressedError: string;
|
|
4429
|
+
closeIconSizeTiny: string;
|
|
4430
|
+
closeIconSizeSmall: string;
|
|
4431
|
+
closeIconSizeMedium: string;
|
|
4432
|
+
closeIconSizeLarge: string;
|
|
4050
4433
|
closeSizeTiny: string;
|
|
4051
4434
|
closeSizeSmall: string;
|
|
4052
4435
|
closeSizeMedium: string;
|
|
@@ -4056,6 +4439,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4056
4439
|
closeMarginRtl: string;
|
|
4057
4440
|
}, any>>>;
|
|
4058
4441
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4442
|
+
closeBorderRadius: string;
|
|
4059
4443
|
heightTiny: string;
|
|
4060
4444
|
heightSmall: string;
|
|
4061
4445
|
heightMedium: string;
|
|
@@ -4066,6 +4450,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4066
4450
|
fontSizeSmall: string;
|
|
4067
4451
|
fontSizeMedium: string;
|
|
4068
4452
|
fontSizeLarge: string;
|
|
4453
|
+
fontWeightStrong: string;
|
|
4069
4454
|
textColorCheckable: string;
|
|
4070
4455
|
textColorHoverCheckable: string;
|
|
4071
4456
|
textColorPressedCheckable: string;
|
|
@@ -4079,39 +4464,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4079
4464
|
border: string;
|
|
4080
4465
|
textColor: string;
|
|
4081
4466
|
color: string;
|
|
4082
|
-
|
|
4467
|
+
colorBordered: string;
|
|
4468
|
+
closeIconColor: string;
|
|
4469
|
+
closeIconColorHover: string;
|
|
4470
|
+
closeIconColorPressed: string;
|
|
4083
4471
|
closeColorHover: string;
|
|
4084
4472
|
closeColorPressed: string;
|
|
4085
4473
|
borderPrimary: string;
|
|
4086
4474
|
textColorPrimary: string;
|
|
4087
4475
|
colorPrimary: string;
|
|
4088
|
-
|
|
4476
|
+
colorBorderedPrimary: string;
|
|
4477
|
+
closeIconColorPrimary: string;
|
|
4478
|
+
closeIconColorHoverPrimary: string;
|
|
4479
|
+
closeIconColorPressedPrimary: string;
|
|
4089
4480
|
closeColorHoverPrimary: string;
|
|
4090
4481
|
closeColorPressedPrimary: string;
|
|
4091
4482
|
borderInfo: string;
|
|
4092
4483
|
textColorInfo: string;
|
|
4093
4484
|
colorInfo: string;
|
|
4094
|
-
|
|
4485
|
+
colorBorderedInfo: string;
|
|
4486
|
+
closeIconColorInfo: string;
|
|
4487
|
+
closeIconColorHoverInfo: string;
|
|
4488
|
+
closeIconColorPressedInfo: string;
|
|
4095
4489
|
closeColorHoverInfo: string;
|
|
4096
4490
|
closeColorPressedInfo: string;
|
|
4097
4491
|
borderSuccess: string;
|
|
4098
4492
|
textColorSuccess: string;
|
|
4099
4493
|
colorSuccess: string;
|
|
4100
|
-
|
|
4494
|
+
colorBorderedSuccess: string;
|
|
4495
|
+
closeIconColorSuccess: string;
|
|
4496
|
+
closeIconColorHoverSuccess: string;
|
|
4497
|
+
closeIconColorPressedSuccess: string;
|
|
4101
4498
|
closeColorHoverSuccess: string;
|
|
4102
4499
|
closeColorPressedSuccess: string;
|
|
4103
4500
|
borderWarning: string;
|
|
4104
4501
|
textColorWarning: string;
|
|
4105
4502
|
colorWarning: string;
|
|
4106
|
-
|
|
4503
|
+
colorBorderedWarning: string;
|
|
4504
|
+
closeIconColorWarning: string;
|
|
4505
|
+
closeIconColorHoverWarning: string;
|
|
4506
|
+
closeIconColorPressedWarning: string;
|
|
4107
4507
|
closeColorHoverWarning: string;
|
|
4108
4508
|
closeColorPressedWarning: string;
|
|
4109
4509
|
borderError: string;
|
|
4110
4510
|
textColorError: string;
|
|
4111
4511
|
colorError: string;
|
|
4112
|
-
|
|
4512
|
+
colorBorderedError: string;
|
|
4513
|
+
closeIconColorError: string;
|
|
4514
|
+
closeIconColorHoverError: string;
|
|
4515
|
+
closeIconColorPressedError: string;
|
|
4113
4516
|
closeColorHoverError: string;
|
|
4114
4517
|
closeColorPressedError: string;
|
|
4518
|
+
closeIconSizeTiny: string;
|
|
4519
|
+
closeIconSizeSmall: string;
|
|
4520
|
+
closeIconSizeMedium: string;
|
|
4521
|
+
closeIconSizeLarge: string;
|
|
4115
4522
|
closeSizeTiny: string;
|
|
4116
4523
|
closeSizeSmall: string;
|
|
4117
4524
|
closeSizeMedium: string;
|
|
@@ -4126,11 +4533,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4126
4533
|
size: "small" | "medium" | "large" | "tiny";
|
|
4127
4534
|
disabled: boolean | undefined;
|
|
4128
4535
|
checked: boolean;
|
|
4536
|
+
strong: boolean;
|
|
4129
4537
|
bordered: boolean | undefined;
|
|
4538
|
+
closable: boolean;
|
|
4130
4539
|
checkable: boolean;
|
|
4540
|
+
internalCloseFocusable: boolean;
|
|
4131
4541
|
internalStopClickPropagation: boolean;
|
|
4132
4542
|
onCheckedChange: (checked: boolean) => void;
|
|
4133
|
-
closable: boolean;
|
|
4134
4543
|
}>;
|
|
4135
4544
|
NTooltip: import("vue").DefineComponent<{
|
|
4136
4545
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
@@ -4331,10 +4740,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4331
4740
|
opacity5: string;
|
|
4332
4741
|
dividerColor: string;
|
|
4333
4742
|
borderColor: string;
|
|
4334
|
-
|
|
4743
|
+
closeIconColor: string;
|
|
4744
|
+
closeIconColorHover: string;
|
|
4745
|
+
closeIconColorPressed: string;
|
|
4335
4746
|
closeColorHover: string;
|
|
4336
4747
|
closeColorPressed: string;
|
|
4337
|
-
closeColorDisabled: string;
|
|
4338
4748
|
clearColor: string;
|
|
4339
4749
|
clearColorHover: string;
|
|
4340
4750
|
clearColorPressed: string;
|
|
@@ -6054,26 +6464,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6054
6464
|
rippleDuration: string;
|
|
6055
6465
|
}, any>>>;
|
|
6056
6466
|
}>>, {
|
|
6057
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
6058
|
-
tag: keyof HTMLElementTagNameMap;
|
|
6059
|
-
block: boolean;
|
|
6060
|
-
round: boolean;
|
|
6061
|
-
dashed: boolean;
|
|
6062
|
-
text: boolean;
|
|
6063
|
-
circle: boolean;
|
|
6064
|
-
disabled: boolean;
|
|
6065
|
-
focusable: boolean;
|
|
6066
|
-
strong: boolean;
|
|
6067
|
-
loading: boolean;
|
|
6068
|
-
bordered: boolean;
|
|
6069
|
-
tertiary: boolean;
|
|
6070
|
-
ghost: boolean;
|
|
6071
|
-
keyboard: boolean;
|
|
6072
|
-
secondary: boolean;
|
|
6073
|
-
quaternary: boolean;
|
|
6074
|
-
iconPlacement: "left" | "right";
|
|
6075
|
-
attrType: "button" | "reset" | "submit";
|
|
6076
|
-
nativeFocusBehavior: boolean;
|
|
6467
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
6468
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
6469
|
+
readonly block: boolean;
|
|
6470
|
+
readonly round: boolean;
|
|
6471
|
+
readonly dashed: boolean;
|
|
6472
|
+
readonly text: boolean;
|
|
6473
|
+
readonly circle: boolean;
|
|
6474
|
+
readonly disabled: boolean;
|
|
6475
|
+
readonly focusable: boolean;
|
|
6476
|
+
readonly strong: boolean;
|
|
6477
|
+
readonly loading: boolean;
|
|
6478
|
+
readonly bordered: boolean;
|
|
6479
|
+
readonly tertiary: boolean;
|
|
6480
|
+
readonly ghost: boolean;
|
|
6481
|
+
readonly keyboard: boolean;
|
|
6482
|
+
readonly secondary: boolean;
|
|
6483
|
+
readonly quaternary: boolean;
|
|
6484
|
+
readonly iconPlacement: "left" | "right";
|
|
6485
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
6486
|
+
readonly nativeFocusBehavior: boolean;
|
|
6077
6487
|
}>;
|
|
6078
6488
|
NInput: import("vue").DefineComponent<{
|
|
6079
6489
|
bordered: {
|
|
@@ -6353,8 +6763,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6353
6763
|
contentRef: HTMLElement | null;
|
|
6354
6764
|
containerScrollTop: number;
|
|
6355
6765
|
syncUnifiedContainer: () => void;
|
|
6356
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6357
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6766
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
6767
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
6358
6768
|
sync: () => void;
|
|
6359
6769
|
handleMouseEnterWrapper: () => void;
|
|
6360
6770
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6443,10 +6853,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6443
6853
|
opacity5: string;
|
|
6444
6854
|
dividerColor: string;
|
|
6445
6855
|
borderColor: string;
|
|
6446
|
-
|
|
6856
|
+
closeIconColor: string;
|
|
6857
|
+
closeIconColorHover: string;
|
|
6858
|
+
closeIconColorPressed: string;
|
|
6447
6859
|
closeColorHover: string;
|
|
6448
6860
|
closeColorPressed: string;
|
|
6449
|
-
closeColorDisabled: string;
|
|
6450
6861
|
clearColor: string;
|
|
6451
6862
|
clearColorHover: string;
|
|
6452
6863
|
clearColorPressed: string;
|