cnhis-design-vue 3.1.8-beta.1 → 3.1.8-beta.4
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 +2044 -0
- package/es/packages/big-table/src/BigTable.vue.d.ts +2043 -0
- 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.d.ts +51 -0
- 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/index.d.ts +74 -0
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +77 -0
- 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 +7373 -0
- package/es/packages/button-print/src/ButtonPrint.vue.d.ts +7372 -0
- 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 +1748 -0
- package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +1903 -0
- 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 +1746 -0
- 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/index.d.ts +402 -0
- package/es/packages/form-render/src/FormRender.vue.d.ts +402 -0
- 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 +20 -5
- package/es/packages/form-render/src/components/combination2.mjs +2 -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 +4305 -0
- 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 +5286 -0
- 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 +2916 -0
- 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 +1622 -0
- 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 +1579 -0
- 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 +5229 -0
- 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 +1785 -0
- 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 +3111 -0
- 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 +1567 -0
- 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 +1566 -0
- 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 +1638 -0
- 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 +2673 -0
- 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 +543 -0
- 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 +1850 -0
- package/es/packages/info-header/src/HiddenContent.vue.d.ts +363 -0
- 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 +1851 -0
- package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +2 -1
- package/es/packages/info-header/style/index.less +153 -153
- package/es/packages/map/index.d.ts +2313 -0
- package/es/packages/map/src/Map.vue.d.ts +2313 -0
- 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 +4310 -0
- package/es/packages/scale-view/src/ScaleView.vue.d.ts +4151 -0
- 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.d.ts +72 -0
- 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.d.ts +150 -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 +1503 -0
- 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.d.ts +51 -0
- 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 +10161 -0
- package/es/packages/scale-view/style/index.less +748 -748
- package/es/packages/select-label/index.d.ts +12096 -0
- 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 +7531 -0
- 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 +3500 -0
- package/es/packages/select-person/src/SearchTree.vue.d.ts +344 -0
- 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 +3505 -0
- package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +24 -23
- 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 +1446 -0
- 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 +5 -3
- package/sync-w.sh +13 -0
- package/yarn-error.log +8659 -103
- package/sync.sh +0 -13
|
@@ -166,9 +166,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
166
166
|
tabTextColorActiveCard: string;
|
|
167
167
|
tabTextColorDisabledCard: string;
|
|
168
168
|
barColor: string;
|
|
169
|
-
|
|
169
|
+
closeIconColor: string;
|
|
170
|
+
closeIconColorHover: string;
|
|
171
|
+
closeIconColorPressed: string;
|
|
170
172
|
closeColorHover: string;
|
|
171
173
|
closeColorPressed: string;
|
|
174
|
+
closeBorderRadius: string;
|
|
172
175
|
tabColor: string;
|
|
173
176
|
tabColorSegment: string;
|
|
174
177
|
tabBorderColor: string;
|
|
@@ -207,6 +210,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
207
210
|
panePaddingSmall: string;
|
|
208
211
|
panePaddingMedium: string;
|
|
209
212
|
panePaddingLarge: string;
|
|
213
|
+
closeSize: string;
|
|
214
|
+
closeIconSize: string;
|
|
210
215
|
}, any>>;
|
|
211
216
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
212
217
|
colorSegment: string;
|
|
@@ -228,9 +233,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
228
233
|
tabTextColorActiveCard: string;
|
|
229
234
|
tabTextColorDisabledCard: string;
|
|
230
235
|
barColor: string;
|
|
231
|
-
|
|
236
|
+
closeIconColor: string;
|
|
237
|
+
closeIconColorHover: string;
|
|
238
|
+
closeIconColorPressed: string;
|
|
232
239
|
closeColorHover: string;
|
|
233
240
|
closeColorPressed: string;
|
|
241
|
+
closeBorderRadius: string;
|
|
234
242
|
tabColor: string;
|
|
235
243
|
tabColorSegment: string;
|
|
236
244
|
tabBorderColor: string;
|
|
@@ -269,6 +277,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
269
277
|
panePaddingSmall: string;
|
|
270
278
|
panePaddingMedium: string;
|
|
271
279
|
panePaddingLarge: string;
|
|
280
|
+
closeSize: string;
|
|
281
|
+
closeIconSize: string;
|
|
272
282
|
}, any>>>;
|
|
273
283
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
274
284
|
colorSegment: string;
|
|
@@ -290,9 +300,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
290
300
|
tabTextColorActiveCard: string;
|
|
291
301
|
tabTextColorDisabledCard: string;
|
|
292
302
|
barColor: string;
|
|
293
|
-
|
|
303
|
+
closeIconColor: string;
|
|
304
|
+
closeIconColorHover: string;
|
|
305
|
+
closeIconColorPressed: string;
|
|
294
306
|
closeColorHover: string;
|
|
295
307
|
closeColorPressed: string;
|
|
308
|
+
closeBorderRadius: string;
|
|
296
309
|
tabColor: string;
|
|
297
310
|
tabColorSegment: string;
|
|
298
311
|
tabBorderColor: string;
|
|
@@ -331,12 +344,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
331
344
|
panePaddingSmall: string;
|
|
332
345
|
panePaddingMedium: string;
|
|
333
346
|
panePaddingLarge: string;
|
|
347
|
+
closeSize: string;
|
|
348
|
+
closeIconSize: string;
|
|
334
349
|
}, any>>>;
|
|
335
350
|
}, {
|
|
336
351
|
syncBarPosition: () => void;
|
|
337
352
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
338
353
|
mergedValue: import("vue").ComputedRef<string | number | null>;
|
|
339
354
|
renderedNames: Set<string | number>;
|
|
355
|
+
tabsRailElRef: import("vue").Ref<HTMLElement | null>;
|
|
340
356
|
tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
|
|
341
357
|
tabsElRef: import("vue").Ref<HTMLElement | null>;
|
|
342
358
|
barElRef: import("vue").Ref<HTMLElement | null>;
|
|
@@ -401,9 +417,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
401
417
|
'--n-pane-text-color': string;
|
|
402
418
|
'--n-tab-border-color': string;
|
|
403
419
|
'--n-tab-border-radius': string;
|
|
404
|
-
'--n-close-
|
|
420
|
+
'--n-close-size': string;
|
|
421
|
+
'--n-close-icon-size': string;
|
|
405
422
|
'--n-close-color-hover': string;
|
|
406
423
|
'--n-close-color-pressed': string;
|
|
424
|
+
'--n-close-border-radius': string;
|
|
425
|
+
'--n-close-icon-color': string;
|
|
426
|
+
'--n-close-icon-color-hover': string;
|
|
427
|
+
'--n-close-icon-color-pressed': string;
|
|
407
428
|
'--n-tab-color': string;
|
|
408
429
|
'--n-tab-font-weight': string;
|
|
409
430
|
'--n-tab-font-weight-active': string;
|
|
@@ -418,7 +439,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
418
439
|
renderNameListRef: {
|
|
419
440
|
value: (string | number)[];
|
|
420
441
|
};
|
|
421
|
-
onAnimationBeforeLeave: () => void;
|
|
442
|
+
onAnimationBeforeLeave: (el: HTMLElement) => void;
|
|
422
443
|
onAnimationEnter: (el: HTMLElement) => void;
|
|
423
444
|
onAnimationAfterEnter: () => void;
|
|
424
445
|
onRender: (() => void) | undefined;
|
|
@@ -477,9 +498,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
477
498
|
tabTextColorActiveCard: string;
|
|
478
499
|
tabTextColorDisabledCard: string;
|
|
479
500
|
barColor: string;
|
|
480
|
-
|
|
501
|
+
closeIconColor: string;
|
|
502
|
+
closeIconColorHover: string;
|
|
503
|
+
closeIconColorPressed: string;
|
|
481
504
|
closeColorHover: string;
|
|
482
505
|
closeColorPressed: string;
|
|
506
|
+
closeBorderRadius: string;
|
|
483
507
|
tabColor: string;
|
|
484
508
|
tabColorSegment: string;
|
|
485
509
|
tabBorderColor: string;
|
|
@@ -518,6 +542,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
518
542
|
panePaddingSmall: string;
|
|
519
543
|
panePaddingMedium: string;
|
|
520
544
|
panePaddingLarge: string;
|
|
545
|
+
closeSize: string;
|
|
546
|
+
closeIconSize: string;
|
|
521
547
|
}, any>>;
|
|
522
548
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
523
549
|
colorSegment: string;
|
|
@@ -539,9 +565,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
539
565
|
tabTextColorActiveCard: string;
|
|
540
566
|
tabTextColorDisabledCard: string;
|
|
541
567
|
barColor: string;
|
|
542
|
-
|
|
568
|
+
closeIconColor: string;
|
|
569
|
+
closeIconColorHover: string;
|
|
570
|
+
closeIconColorPressed: string;
|
|
543
571
|
closeColorHover: string;
|
|
544
572
|
closeColorPressed: string;
|
|
573
|
+
closeBorderRadius: string;
|
|
545
574
|
tabColor: string;
|
|
546
575
|
tabColorSegment: string;
|
|
547
576
|
tabBorderColor: string;
|
|
@@ -580,6 +609,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
580
609
|
panePaddingSmall: string;
|
|
581
610
|
panePaddingMedium: string;
|
|
582
611
|
panePaddingLarge: string;
|
|
612
|
+
closeSize: string;
|
|
613
|
+
closeIconSize: string;
|
|
583
614
|
}, any>>>;
|
|
584
615
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
585
616
|
colorSegment: string;
|
|
@@ -601,9 +632,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
601
632
|
tabTextColorActiveCard: string;
|
|
602
633
|
tabTextColorDisabledCard: string;
|
|
603
634
|
barColor: string;
|
|
604
|
-
|
|
635
|
+
closeIconColor: string;
|
|
636
|
+
closeIconColorHover: string;
|
|
637
|
+
closeIconColorPressed: string;
|
|
605
638
|
closeColorHover: string;
|
|
606
639
|
closeColorPressed: string;
|
|
640
|
+
closeBorderRadius: string;
|
|
607
641
|
tabColor: string;
|
|
608
642
|
tabColorSegment: string;
|
|
609
643
|
tabBorderColor: string;
|
|
@@ -642,14 +676,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
642
676
|
panePaddingSmall: string;
|
|
643
677
|
panePaddingMedium: string;
|
|
644
678
|
panePaddingLarge: string;
|
|
679
|
+
closeSize: string;
|
|
680
|
+
closeIconSize: string;
|
|
645
681
|
}, any>>>;
|
|
646
682
|
}>>, {
|
|
647
|
-
type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
648
|
-
size: "small" | "medium" | "large";
|
|
649
|
-
closable: boolean;
|
|
650
|
-
trigger: "click" | "hover";
|
|
651
|
-
animated: boolean;
|
|
652
|
-
tabsPadding: number;
|
|
683
|
+
readonly type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
684
|
+
readonly size: "small" | "medium" | "large";
|
|
685
|
+
readonly closable: boolean;
|
|
686
|
+
readonly trigger: "click" | "hover";
|
|
687
|
+
readonly animated: boolean;
|
|
688
|
+
readonly tabsPadding: number;
|
|
653
689
|
}>;
|
|
654
690
|
NTabPane: import("vue").DefineComponent<{
|
|
655
691
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -698,9 +734,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
698
734
|
[key: string]: any;
|
|
699
735
|
}> | (() => import("vue").VNodeChild)>;
|
|
700
736
|
}>>, {
|
|
701
|
-
disabled: boolean;
|
|
702
|
-
closable: boolean | undefined;
|
|
703
|
-
displayDirective: "show" | "if" | "show:lazy";
|
|
737
|
+
readonly disabled: boolean;
|
|
738
|
+
readonly closable: boolean | undefined;
|
|
739
|
+
readonly displayDirective: "show" | "if" | "show:lazy";
|
|
704
740
|
}>;
|
|
705
741
|
NAnchor: import("vue").DefineComponent<{
|
|
706
742
|
readonly type: {
|
|
@@ -874,17 +910,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
874
910
|
railWidth: string;
|
|
875
911
|
}, any>>>;
|
|
876
912
|
}>>, {
|
|
877
|
-
type: "block" | "rail";
|
|
878
|
-
bound: number;
|
|
879
|
-
position: "fix" | "absolute";
|
|
880
|
-
target: (() => HTMLElement) | undefined;
|
|
881
|
-
affix: boolean;
|
|
882
|
-
offsetTop: number | undefined;
|
|
883
|
-
offsetBottom: number | undefined;
|
|
884
|
-
showRail: boolean;
|
|
885
|
-
showBackground: boolean;
|
|
886
|
-
internalScrollable: boolean;
|
|
887
|
-
ignoreGap: boolean;
|
|
913
|
+
readonly type: "block" | "rail";
|
|
914
|
+
readonly bound: number;
|
|
915
|
+
readonly position: "fix" | "absolute";
|
|
916
|
+
readonly target: (() => HTMLElement) | undefined;
|
|
917
|
+
readonly affix: boolean;
|
|
918
|
+
readonly offsetTop: number | undefined;
|
|
919
|
+
readonly offsetBottom: number | undefined;
|
|
920
|
+
readonly showRail: boolean;
|
|
921
|
+
readonly showBackground: boolean;
|
|
922
|
+
readonly internalScrollable: boolean;
|
|
923
|
+
readonly ignoreGap: boolean;
|
|
888
924
|
}>;
|
|
889
925
|
NAnchorLink: import("vue").DefineComponent<{
|
|
890
926
|
readonly title: StringConstructor;
|
|
@@ -959,11 +995,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
959
995
|
};
|
|
960
996
|
checked: BooleanConstructor;
|
|
961
997
|
checkable: BooleanConstructor;
|
|
998
|
+
strong: BooleanConstructor;
|
|
962
999
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
963
1000
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
964
1001
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
965
1002
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
966
1003
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
1004
|
+
internalCloseFocusable: {
|
|
1005
|
+
type: BooleanConstructor;
|
|
1006
|
+
default: boolean;
|
|
1007
|
+
};
|
|
967
1008
|
internalStopClickPropagation: BooleanConstructor;
|
|
968
1009
|
onCheckedChange: {
|
|
969
1010
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -986,6 +1027,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
986
1027
|
readonly default: undefined;
|
|
987
1028
|
};
|
|
988
1029
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
1030
|
+
closeBorderRadius: string;
|
|
989
1031
|
heightTiny: string;
|
|
990
1032
|
heightSmall: string;
|
|
991
1033
|
heightMedium: string;
|
|
@@ -996,6 +1038,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
996
1038
|
fontSizeSmall: string;
|
|
997
1039
|
fontSizeMedium: string;
|
|
998
1040
|
fontSizeLarge: string;
|
|
1041
|
+
fontWeightStrong: string;
|
|
999
1042
|
textColorCheckable: string;
|
|
1000
1043
|
textColorHoverCheckable: string;
|
|
1001
1044
|
textColorPressedCheckable: string;
|
|
@@ -1009,39 +1052,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1009
1052
|
border: string;
|
|
1010
1053
|
textColor: string;
|
|
1011
1054
|
color: string;
|
|
1012
|
-
|
|
1055
|
+
colorBordered: string;
|
|
1056
|
+
closeIconColor: string;
|
|
1057
|
+
closeIconColorHover: string;
|
|
1058
|
+
closeIconColorPressed: string;
|
|
1013
1059
|
closeColorHover: string;
|
|
1014
1060
|
closeColorPressed: string;
|
|
1015
1061
|
borderPrimary: string;
|
|
1016
1062
|
textColorPrimary: string;
|
|
1017
1063
|
colorPrimary: string;
|
|
1018
|
-
|
|
1064
|
+
colorBorderedPrimary: string;
|
|
1065
|
+
closeIconColorPrimary: string;
|
|
1066
|
+
closeIconColorHoverPrimary: string;
|
|
1067
|
+
closeIconColorPressedPrimary: string;
|
|
1019
1068
|
closeColorHoverPrimary: string;
|
|
1020
1069
|
closeColorPressedPrimary: string;
|
|
1021
1070
|
borderInfo: string;
|
|
1022
1071
|
textColorInfo: string;
|
|
1023
1072
|
colorInfo: string;
|
|
1024
|
-
|
|
1073
|
+
colorBorderedInfo: string;
|
|
1074
|
+
closeIconColorInfo: string;
|
|
1075
|
+
closeIconColorHoverInfo: string;
|
|
1076
|
+
closeIconColorPressedInfo: string;
|
|
1025
1077
|
closeColorHoverInfo: string;
|
|
1026
1078
|
closeColorPressedInfo: string;
|
|
1027
1079
|
borderSuccess: string;
|
|
1028
1080
|
textColorSuccess: string;
|
|
1029
1081
|
colorSuccess: string;
|
|
1030
|
-
|
|
1082
|
+
colorBorderedSuccess: string;
|
|
1083
|
+
closeIconColorSuccess: string;
|
|
1084
|
+
closeIconColorHoverSuccess: string;
|
|
1085
|
+
closeIconColorPressedSuccess: string;
|
|
1031
1086
|
closeColorHoverSuccess: string;
|
|
1032
1087
|
closeColorPressedSuccess: string;
|
|
1033
1088
|
borderWarning: string;
|
|
1034
1089
|
textColorWarning: string;
|
|
1035
1090
|
colorWarning: string;
|
|
1036
|
-
|
|
1091
|
+
colorBorderedWarning: string;
|
|
1092
|
+
closeIconColorWarning: string;
|
|
1093
|
+
closeIconColorHoverWarning: string;
|
|
1094
|
+
closeIconColorPressedWarning: string;
|
|
1037
1095
|
closeColorHoverWarning: string;
|
|
1038
1096
|
closeColorPressedWarning: string;
|
|
1039
1097
|
borderError: string;
|
|
1040
1098
|
textColorError: string;
|
|
1041
1099
|
colorError: string;
|
|
1042
|
-
|
|
1100
|
+
colorBorderedError: string;
|
|
1101
|
+
closeIconColorError: string;
|
|
1102
|
+
closeIconColorHoverError: string;
|
|
1103
|
+
closeIconColorPressedError: string;
|
|
1043
1104
|
closeColorHoverError: string;
|
|
1044
1105
|
closeColorPressedError: string;
|
|
1106
|
+
closeIconSizeTiny: string;
|
|
1107
|
+
closeIconSizeSmall: string;
|
|
1108
|
+
closeIconSizeMedium: string;
|
|
1109
|
+
closeIconSizeLarge: string;
|
|
1045
1110
|
closeSizeTiny: string;
|
|
1046
1111
|
closeSizeSmall: string;
|
|
1047
1112
|
closeSizeMedium: string;
|
|
@@ -1051,6 +1116,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1051
1116
|
closeMarginRtl: string;
|
|
1052
1117
|
}, any>>;
|
|
1053
1118
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
1119
|
+
closeBorderRadius: string;
|
|
1054
1120
|
heightTiny: string;
|
|
1055
1121
|
heightSmall: string;
|
|
1056
1122
|
heightMedium: string;
|
|
@@ -1061,6 +1127,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1061
1127
|
fontSizeSmall: string;
|
|
1062
1128
|
fontSizeMedium: string;
|
|
1063
1129
|
fontSizeLarge: string;
|
|
1130
|
+
fontWeightStrong: string;
|
|
1064
1131
|
textColorCheckable: string;
|
|
1065
1132
|
textColorHoverCheckable: string;
|
|
1066
1133
|
textColorPressedCheckable: string;
|
|
@@ -1074,39 +1141,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1074
1141
|
border: string;
|
|
1075
1142
|
textColor: string;
|
|
1076
1143
|
color: string;
|
|
1077
|
-
|
|
1144
|
+
colorBordered: string;
|
|
1145
|
+
closeIconColor: string;
|
|
1146
|
+
closeIconColorHover: string;
|
|
1147
|
+
closeIconColorPressed: string;
|
|
1078
1148
|
closeColorHover: string;
|
|
1079
1149
|
closeColorPressed: string;
|
|
1080
1150
|
borderPrimary: string;
|
|
1081
1151
|
textColorPrimary: string;
|
|
1082
1152
|
colorPrimary: string;
|
|
1083
|
-
|
|
1153
|
+
colorBorderedPrimary: string;
|
|
1154
|
+
closeIconColorPrimary: string;
|
|
1155
|
+
closeIconColorHoverPrimary: string;
|
|
1156
|
+
closeIconColorPressedPrimary: string;
|
|
1084
1157
|
closeColorHoverPrimary: string;
|
|
1085
1158
|
closeColorPressedPrimary: string;
|
|
1086
1159
|
borderInfo: string;
|
|
1087
1160
|
textColorInfo: string;
|
|
1088
1161
|
colorInfo: string;
|
|
1089
|
-
|
|
1162
|
+
colorBorderedInfo: string;
|
|
1163
|
+
closeIconColorInfo: string;
|
|
1164
|
+
closeIconColorHoverInfo: string;
|
|
1165
|
+
closeIconColorPressedInfo: string;
|
|
1090
1166
|
closeColorHoverInfo: string;
|
|
1091
1167
|
closeColorPressedInfo: string;
|
|
1092
1168
|
borderSuccess: string;
|
|
1093
1169
|
textColorSuccess: string;
|
|
1094
1170
|
colorSuccess: string;
|
|
1095
|
-
|
|
1171
|
+
colorBorderedSuccess: string;
|
|
1172
|
+
closeIconColorSuccess: string;
|
|
1173
|
+
closeIconColorHoverSuccess: string;
|
|
1174
|
+
closeIconColorPressedSuccess: string;
|
|
1096
1175
|
closeColorHoverSuccess: string;
|
|
1097
1176
|
closeColorPressedSuccess: string;
|
|
1098
1177
|
borderWarning: string;
|
|
1099
1178
|
textColorWarning: string;
|
|
1100
1179
|
colorWarning: string;
|
|
1101
|
-
|
|
1180
|
+
colorBorderedWarning: string;
|
|
1181
|
+
closeIconColorWarning: string;
|
|
1182
|
+
closeIconColorHoverWarning: string;
|
|
1183
|
+
closeIconColorPressedWarning: string;
|
|
1102
1184
|
closeColorHoverWarning: string;
|
|
1103
1185
|
closeColorPressedWarning: string;
|
|
1104
1186
|
borderError: string;
|
|
1105
1187
|
textColorError: string;
|
|
1106
1188
|
colorError: string;
|
|
1107
|
-
|
|
1189
|
+
colorBorderedError: string;
|
|
1190
|
+
closeIconColorError: string;
|
|
1191
|
+
closeIconColorHoverError: string;
|
|
1192
|
+
closeIconColorPressedError: string;
|
|
1108
1193
|
closeColorHoverError: string;
|
|
1109
1194
|
closeColorPressedError: string;
|
|
1195
|
+
closeIconSizeTiny: string;
|
|
1196
|
+
closeIconSizeSmall: string;
|
|
1197
|
+
closeIconSizeMedium: string;
|
|
1198
|
+
closeIconSizeLarge: string;
|
|
1110
1199
|
closeSizeTiny: string;
|
|
1111
1200
|
closeSizeSmall: string;
|
|
1112
1201
|
closeSizeMedium: string;
|
|
@@ -1116,6 +1205,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1116
1205
|
closeMarginRtl: string;
|
|
1117
1206
|
}, any>>>;
|
|
1118
1207
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
1208
|
+
closeBorderRadius: string;
|
|
1119
1209
|
heightTiny: string;
|
|
1120
1210
|
heightSmall: string;
|
|
1121
1211
|
heightMedium: string;
|
|
@@ -1126,6 +1216,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1126
1216
|
fontSizeSmall: string;
|
|
1127
1217
|
fontSizeMedium: string;
|
|
1128
1218
|
fontSizeLarge: string;
|
|
1219
|
+
fontWeightStrong: string;
|
|
1129
1220
|
textColorCheckable: string;
|
|
1130
1221
|
textColorHoverCheckable: string;
|
|
1131
1222
|
textColorPressedCheckable: string;
|
|
@@ -1139,39 +1230,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1139
1230
|
border: string;
|
|
1140
1231
|
textColor: string;
|
|
1141
1232
|
color: string;
|
|
1142
|
-
|
|
1233
|
+
colorBordered: string;
|
|
1234
|
+
closeIconColor: string;
|
|
1235
|
+
closeIconColorHover: string;
|
|
1236
|
+
closeIconColorPressed: string;
|
|
1143
1237
|
closeColorHover: string;
|
|
1144
1238
|
closeColorPressed: string;
|
|
1145
1239
|
borderPrimary: string;
|
|
1146
1240
|
textColorPrimary: string;
|
|
1147
1241
|
colorPrimary: string;
|
|
1148
|
-
|
|
1242
|
+
colorBorderedPrimary: string;
|
|
1243
|
+
closeIconColorPrimary: string;
|
|
1244
|
+
closeIconColorHoverPrimary: string;
|
|
1245
|
+
closeIconColorPressedPrimary: string;
|
|
1149
1246
|
closeColorHoverPrimary: string;
|
|
1150
1247
|
closeColorPressedPrimary: string;
|
|
1151
1248
|
borderInfo: string;
|
|
1152
1249
|
textColorInfo: string;
|
|
1153
1250
|
colorInfo: string;
|
|
1154
|
-
|
|
1251
|
+
colorBorderedInfo: string;
|
|
1252
|
+
closeIconColorInfo: string;
|
|
1253
|
+
closeIconColorHoverInfo: string;
|
|
1254
|
+
closeIconColorPressedInfo: string;
|
|
1155
1255
|
closeColorHoverInfo: string;
|
|
1156
1256
|
closeColorPressedInfo: string;
|
|
1157
1257
|
borderSuccess: string;
|
|
1158
1258
|
textColorSuccess: string;
|
|
1159
1259
|
colorSuccess: string;
|
|
1160
|
-
|
|
1260
|
+
colorBorderedSuccess: string;
|
|
1261
|
+
closeIconColorSuccess: string;
|
|
1262
|
+
closeIconColorHoverSuccess: string;
|
|
1263
|
+
closeIconColorPressedSuccess: string;
|
|
1161
1264
|
closeColorHoverSuccess: string;
|
|
1162
1265
|
closeColorPressedSuccess: string;
|
|
1163
1266
|
borderWarning: string;
|
|
1164
1267
|
textColorWarning: string;
|
|
1165
1268
|
colorWarning: string;
|
|
1166
|
-
|
|
1269
|
+
colorBorderedWarning: string;
|
|
1270
|
+
closeIconColorWarning: string;
|
|
1271
|
+
closeIconColorHoverWarning: string;
|
|
1272
|
+
closeIconColorPressedWarning: string;
|
|
1167
1273
|
closeColorHoverWarning: string;
|
|
1168
1274
|
closeColorPressedWarning: string;
|
|
1169
1275
|
borderError: string;
|
|
1170
1276
|
textColorError: string;
|
|
1171
1277
|
colorError: string;
|
|
1172
|
-
|
|
1278
|
+
colorBorderedError: string;
|
|
1279
|
+
closeIconColorError: string;
|
|
1280
|
+
closeIconColorHoverError: string;
|
|
1281
|
+
closeIconColorPressedError: string;
|
|
1173
1282
|
closeColorHoverError: string;
|
|
1174
1283
|
closeColorPressedError: string;
|
|
1284
|
+
closeIconSizeTiny: string;
|
|
1285
|
+
closeIconSizeSmall: string;
|
|
1286
|
+
closeIconSizeMedium: string;
|
|
1287
|
+
closeIconSizeLarge: string;
|
|
1175
1288
|
closeSizeTiny: string;
|
|
1176
1289
|
closeSizeSmall: string;
|
|
1177
1290
|
closeSizeMedium: string;
|
|
@@ -1188,14 +1301,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1188
1301
|
handleClick: (e: MouseEvent) => void;
|
|
1189
1302
|
handleCloseClick: (e: MouseEvent) => void;
|
|
1190
1303
|
cssVars: import("vue").ComputedRef<{
|
|
1304
|
+
'--n-font-weight-strong': string;
|
|
1191
1305
|
'--n-avatar-size-override': string;
|
|
1192
1306
|
'--n-bezier': string;
|
|
1193
1307
|
'--n-border-radius': string;
|
|
1194
1308
|
'--n-border': string;
|
|
1195
|
-
'--n-close-
|
|
1196
|
-
'--n-close-color-hover': string;
|
|
1309
|
+
'--n-close-icon-size': string;
|
|
1197
1310
|
'--n-close-color-pressed': string;
|
|
1198
|
-
'--n-close-color-
|
|
1311
|
+
'--n-close-color-hover': string;
|
|
1312
|
+
'--n-close-border-radius': string;
|
|
1313
|
+
'--n-close-icon-color': string;
|
|
1314
|
+
'--n-close-icon-color-hover': string;
|
|
1315
|
+
'--n-close-icon-color-pressed': string;
|
|
1316
|
+
'--n-close-icon-color-disabled': string;
|
|
1199
1317
|
'--n-close-margin': string;
|
|
1200
1318
|
'--n-close-margin-rtl': string;
|
|
1201
1319
|
'--n-close-size': string;
|
|
@@ -1226,11 +1344,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1226
1344
|
};
|
|
1227
1345
|
checked: BooleanConstructor;
|
|
1228
1346
|
checkable: BooleanConstructor;
|
|
1347
|
+
strong: BooleanConstructor;
|
|
1229
1348
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
1230
1349
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
1231
1350
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
1232
1351
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
1233
1352
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
1353
|
+
internalCloseFocusable: {
|
|
1354
|
+
type: BooleanConstructor;
|
|
1355
|
+
default: boolean;
|
|
1356
|
+
};
|
|
1234
1357
|
internalStopClickPropagation: BooleanConstructor;
|
|
1235
1358
|
onCheckedChange: {
|
|
1236
1359
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -1253,6 +1376,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1253
1376
|
readonly default: undefined;
|
|
1254
1377
|
};
|
|
1255
1378
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
1379
|
+
closeBorderRadius: string;
|
|
1256
1380
|
heightTiny: string;
|
|
1257
1381
|
heightSmall: string;
|
|
1258
1382
|
heightMedium: string;
|
|
@@ -1263,6 +1387,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1263
1387
|
fontSizeSmall: string;
|
|
1264
1388
|
fontSizeMedium: string;
|
|
1265
1389
|
fontSizeLarge: string;
|
|
1390
|
+
fontWeightStrong: string;
|
|
1266
1391
|
textColorCheckable: string;
|
|
1267
1392
|
textColorHoverCheckable: string;
|
|
1268
1393
|
textColorPressedCheckable: string;
|
|
@@ -1276,39 +1401,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1276
1401
|
border: string;
|
|
1277
1402
|
textColor: string;
|
|
1278
1403
|
color: string;
|
|
1279
|
-
|
|
1404
|
+
colorBordered: string;
|
|
1405
|
+
closeIconColor: string;
|
|
1406
|
+
closeIconColorHover: string;
|
|
1407
|
+
closeIconColorPressed: string;
|
|
1280
1408
|
closeColorHover: string;
|
|
1281
1409
|
closeColorPressed: string;
|
|
1282
1410
|
borderPrimary: string;
|
|
1283
1411
|
textColorPrimary: string;
|
|
1284
1412
|
colorPrimary: string;
|
|
1285
|
-
|
|
1413
|
+
colorBorderedPrimary: string;
|
|
1414
|
+
closeIconColorPrimary: string;
|
|
1415
|
+
closeIconColorHoverPrimary: string;
|
|
1416
|
+
closeIconColorPressedPrimary: string;
|
|
1286
1417
|
closeColorHoverPrimary: string;
|
|
1287
1418
|
closeColorPressedPrimary: string;
|
|
1288
1419
|
borderInfo: string;
|
|
1289
1420
|
textColorInfo: string;
|
|
1290
1421
|
colorInfo: string;
|
|
1291
|
-
|
|
1422
|
+
colorBorderedInfo: string;
|
|
1423
|
+
closeIconColorInfo: string;
|
|
1424
|
+
closeIconColorHoverInfo: string;
|
|
1425
|
+
closeIconColorPressedInfo: string;
|
|
1292
1426
|
closeColorHoverInfo: string;
|
|
1293
1427
|
closeColorPressedInfo: string;
|
|
1294
1428
|
borderSuccess: string;
|
|
1295
1429
|
textColorSuccess: string;
|
|
1296
1430
|
colorSuccess: string;
|
|
1297
|
-
|
|
1431
|
+
colorBorderedSuccess: string;
|
|
1432
|
+
closeIconColorSuccess: string;
|
|
1433
|
+
closeIconColorHoverSuccess: string;
|
|
1434
|
+
closeIconColorPressedSuccess: string;
|
|
1298
1435
|
closeColorHoverSuccess: string;
|
|
1299
1436
|
closeColorPressedSuccess: string;
|
|
1300
1437
|
borderWarning: string;
|
|
1301
1438
|
textColorWarning: string;
|
|
1302
1439
|
colorWarning: string;
|
|
1303
|
-
|
|
1440
|
+
colorBorderedWarning: string;
|
|
1441
|
+
closeIconColorWarning: string;
|
|
1442
|
+
closeIconColorHoverWarning: string;
|
|
1443
|
+
closeIconColorPressedWarning: string;
|
|
1304
1444
|
closeColorHoverWarning: string;
|
|
1305
1445
|
closeColorPressedWarning: string;
|
|
1306
1446
|
borderError: string;
|
|
1307
1447
|
textColorError: string;
|
|
1308
1448
|
colorError: string;
|
|
1309
|
-
|
|
1449
|
+
colorBorderedError: string;
|
|
1450
|
+
closeIconColorError: string;
|
|
1451
|
+
closeIconColorHoverError: string;
|
|
1452
|
+
closeIconColorPressedError: string;
|
|
1310
1453
|
closeColorHoverError: string;
|
|
1311
1454
|
closeColorPressedError: string;
|
|
1455
|
+
closeIconSizeTiny: string;
|
|
1456
|
+
closeIconSizeSmall: string;
|
|
1457
|
+
closeIconSizeMedium: string;
|
|
1458
|
+
closeIconSizeLarge: string;
|
|
1312
1459
|
closeSizeTiny: string;
|
|
1313
1460
|
closeSizeSmall: string;
|
|
1314
1461
|
closeSizeMedium: string;
|
|
@@ -1318,6 +1465,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1318
1465
|
closeMarginRtl: string;
|
|
1319
1466
|
}, any>>;
|
|
1320
1467
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
1468
|
+
closeBorderRadius: string;
|
|
1321
1469
|
heightTiny: string;
|
|
1322
1470
|
heightSmall: string;
|
|
1323
1471
|
heightMedium: string;
|
|
@@ -1328,6 +1476,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1328
1476
|
fontSizeSmall: string;
|
|
1329
1477
|
fontSizeMedium: string;
|
|
1330
1478
|
fontSizeLarge: string;
|
|
1479
|
+
fontWeightStrong: string;
|
|
1331
1480
|
textColorCheckable: string;
|
|
1332
1481
|
textColorHoverCheckable: string;
|
|
1333
1482
|
textColorPressedCheckable: string;
|
|
@@ -1341,39 +1490,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1341
1490
|
border: string;
|
|
1342
1491
|
textColor: string;
|
|
1343
1492
|
color: string;
|
|
1344
|
-
|
|
1493
|
+
colorBordered: string;
|
|
1494
|
+
closeIconColor: string;
|
|
1495
|
+
closeIconColorHover: string;
|
|
1496
|
+
closeIconColorPressed: string;
|
|
1345
1497
|
closeColorHover: string;
|
|
1346
1498
|
closeColorPressed: string;
|
|
1347
1499
|
borderPrimary: string;
|
|
1348
1500
|
textColorPrimary: string;
|
|
1349
1501
|
colorPrimary: string;
|
|
1350
|
-
|
|
1502
|
+
colorBorderedPrimary: string;
|
|
1503
|
+
closeIconColorPrimary: string;
|
|
1504
|
+
closeIconColorHoverPrimary: string;
|
|
1505
|
+
closeIconColorPressedPrimary: string;
|
|
1351
1506
|
closeColorHoverPrimary: string;
|
|
1352
1507
|
closeColorPressedPrimary: string;
|
|
1353
1508
|
borderInfo: string;
|
|
1354
1509
|
textColorInfo: string;
|
|
1355
1510
|
colorInfo: string;
|
|
1356
|
-
|
|
1511
|
+
colorBorderedInfo: string;
|
|
1512
|
+
closeIconColorInfo: string;
|
|
1513
|
+
closeIconColorHoverInfo: string;
|
|
1514
|
+
closeIconColorPressedInfo: string;
|
|
1357
1515
|
closeColorHoverInfo: string;
|
|
1358
1516
|
closeColorPressedInfo: string;
|
|
1359
1517
|
borderSuccess: string;
|
|
1360
1518
|
textColorSuccess: string;
|
|
1361
1519
|
colorSuccess: string;
|
|
1362
|
-
|
|
1520
|
+
colorBorderedSuccess: string;
|
|
1521
|
+
closeIconColorSuccess: string;
|
|
1522
|
+
closeIconColorHoverSuccess: string;
|
|
1523
|
+
closeIconColorPressedSuccess: string;
|
|
1363
1524
|
closeColorHoverSuccess: string;
|
|
1364
1525
|
closeColorPressedSuccess: string;
|
|
1365
1526
|
borderWarning: string;
|
|
1366
1527
|
textColorWarning: string;
|
|
1367
1528
|
colorWarning: string;
|
|
1368
|
-
|
|
1529
|
+
colorBorderedWarning: string;
|
|
1530
|
+
closeIconColorWarning: string;
|
|
1531
|
+
closeIconColorHoverWarning: string;
|
|
1532
|
+
closeIconColorPressedWarning: string;
|
|
1369
1533
|
closeColorHoverWarning: string;
|
|
1370
1534
|
closeColorPressedWarning: string;
|
|
1371
1535
|
borderError: string;
|
|
1372
1536
|
textColorError: string;
|
|
1373
1537
|
colorError: string;
|
|
1374
|
-
|
|
1538
|
+
colorBorderedError: string;
|
|
1539
|
+
closeIconColorError: string;
|
|
1540
|
+
closeIconColorHoverError: string;
|
|
1541
|
+
closeIconColorPressedError: string;
|
|
1375
1542
|
closeColorHoverError: string;
|
|
1376
1543
|
closeColorPressedError: string;
|
|
1544
|
+
closeIconSizeTiny: string;
|
|
1545
|
+
closeIconSizeSmall: string;
|
|
1546
|
+
closeIconSizeMedium: string;
|
|
1547
|
+
closeIconSizeLarge: string;
|
|
1377
1548
|
closeSizeTiny: string;
|
|
1378
1549
|
closeSizeSmall: string;
|
|
1379
1550
|
closeSizeMedium: string;
|
|
@@ -1383,6 +1554,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1383
1554
|
closeMarginRtl: string;
|
|
1384
1555
|
}, any>>>;
|
|
1385
1556
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
1557
|
+
closeBorderRadius: string;
|
|
1386
1558
|
heightTiny: string;
|
|
1387
1559
|
heightSmall: string;
|
|
1388
1560
|
heightMedium: string;
|
|
@@ -1393,6 +1565,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1393
1565
|
fontSizeSmall: string;
|
|
1394
1566
|
fontSizeMedium: string;
|
|
1395
1567
|
fontSizeLarge: string;
|
|
1568
|
+
fontWeightStrong: string;
|
|
1396
1569
|
textColorCheckable: string;
|
|
1397
1570
|
textColorHoverCheckable: string;
|
|
1398
1571
|
textColorPressedCheckable: string;
|
|
@@ -1406,39 +1579,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1406
1579
|
border: string;
|
|
1407
1580
|
textColor: string;
|
|
1408
1581
|
color: string;
|
|
1409
|
-
|
|
1582
|
+
colorBordered: string;
|
|
1583
|
+
closeIconColor: string;
|
|
1584
|
+
closeIconColorHover: string;
|
|
1585
|
+
closeIconColorPressed: string;
|
|
1410
1586
|
closeColorHover: string;
|
|
1411
1587
|
closeColorPressed: string;
|
|
1412
1588
|
borderPrimary: string;
|
|
1413
1589
|
textColorPrimary: string;
|
|
1414
1590
|
colorPrimary: string;
|
|
1415
|
-
|
|
1591
|
+
colorBorderedPrimary: string;
|
|
1592
|
+
closeIconColorPrimary: string;
|
|
1593
|
+
closeIconColorHoverPrimary: string;
|
|
1594
|
+
closeIconColorPressedPrimary: string;
|
|
1416
1595
|
closeColorHoverPrimary: string;
|
|
1417
1596
|
closeColorPressedPrimary: string;
|
|
1418
1597
|
borderInfo: string;
|
|
1419
1598
|
textColorInfo: string;
|
|
1420
1599
|
colorInfo: string;
|
|
1421
|
-
|
|
1600
|
+
colorBorderedInfo: string;
|
|
1601
|
+
closeIconColorInfo: string;
|
|
1602
|
+
closeIconColorHoverInfo: string;
|
|
1603
|
+
closeIconColorPressedInfo: string;
|
|
1422
1604
|
closeColorHoverInfo: string;
|
|
1423
1605
|
closeColorPressedInfo: string;
|
|
1424
1606
|
borderSuccess: string;
|
|
1425
1607
|
textColorSuccess: string;
|
|
1426
1608
|
colorSuccess: string;
|
|
1427
|
-
|
|
1609
|
+
colorBorderedSuccess: string;
|
|
1610
|
+
closeIconColorSuccess: string;
|
|
1611
|
+
closeIconColorHoverSuccess: string;
|
|
1612
|
+
closeIconColorPressedSuccess: string;
|
|
1428
1613
|
closeColorHoverSuccess: string;
|
|
1429
1614
|
closeColorPressedSuccess: string;
|
|
1430
1615
|
borderWarning: string;
|
|
1431
1616
|
textColorWarning: string;
|
|
1432
1617
|
colorWarning: string;
|
|
1433
|
-
|
|
1618
|
+
colorBorderedWarning: string;
|
|
1619
|
+
closeIconColorWarning: string;
|
|
1620
|
+
closeIconColorHoverWarning: string;
|
|
1621
|
+
closeIconColorPressedWarning: string;
|
|
1434
1622
|
closeColorHoverWarning: string;
|
|
1435
1623
|
closeColorPressedWarning: string;
|
|
1436
1624
|
borderError: string;
|
|
1437
1625
|
textColorError: string;
|
|
1438
1626
|
colorError: string;
|
|
1439
|
-
|
|
1627
|
+
colorBorderedError: string;
|
|
1628
|
+
closeIconColorError: string;
|
|
1629
|
+
closeIconColorHoverError: string;
|
|
1630
|
+
closeIconColorPressedError: string;
|
|
1440
1631
|
closeColorHoverError: string;
|
|
1441
1632
|
closeColorPressedError: string;
|
|
1633
|
+
closeIconSizeTiny: string;
|
|
1634
|
+
closeIconSizeSmall: string;
|
|
1635
|
+
closeIconSizeMedium: string;
|
|
1636
|
+
closeIconSizeLarge: string;
|
|
1442
1637
|
closeSizeTiny: string;
|
|
1443
1638
|
closeSizeSmall: string;
|
|
1444
1639
|
closeSizeMedium: string;
|
|
@@ -1453,11 +1648,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1453
1648
|
size: "small" | "medium" | "large" | "tiny";
|
|
1454
1649
|
disabled: boolean | undefined;
|
|
1455
1650
|
checked: boolean;
|
|
1651
|
+
strong: boolean;
|
|
1456
1652
|
bordered: boolean | undefined;
|
|
1653
|
+
closable: boolean;
|
|
1457
1654
|
checkable: boolean;
|
|
1655
|
+
internalCloseFocusable: boolean;
|
|
1458
1656
|
internalStopClickPropagation: boolean;
|
|
1459
1657
|
onCheckedChange: (checked: boolean) => void;
|
|
1460
|
-
closable: boolean;
|
|
1461
1658
|
}>;
|
|
1462
1659
|
NTooltip: import("vue").DefineComponent<{
|
|
1463
1660
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
@@ -1654,10 +1851,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1654
1851
|
opacity5: string;
|
|
1655
1852
|
dividerColor: string;
|
|
1656
1853
|
borderColor: string;
|
|
1657
|
-
|
|
1854
|
+
closeIconColor: string;
|
|
1855
|
+
closeIconColorHover: string;
|
|
1856
|
+
closeIconColorPressed: string;
|
|
1658
1857
|
closeColorHover: string;
|
|
1659
1858
|
closeColorPressed: string;
|
|
1660
|
-
closeColorDisabled: string;
|
|
1661
1859
|
clearColor: string;
|
|
1662
1860
|
clearColorHover: string;
|
|
1663
1861
|
clearColorPressed: string;
|
|
@@ -3377,26 +3575,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3377
3575
|
rippleDuration: string;
|
|
3378
3576
|
}, any>>>;
|
|
3379
3577
|
}>>, {
|
|
3380
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
3381
|
-
tag: keyof HTMLElementTagNameMap;
|
|
3382
|
-
block: boolean;
|
|
3383
|
-
round: boolean;
|
|
3384
|
-
dashed: boolean;
|
|
3385
|
-
text: boolean;
|
|
3386
|
-
circle: boolean;
|
|
3387
|
-
disabled: boolean;
|
|
3388
|
-
focusable: boolean;
|
|
3389
|
-
strong: boolean;
|
|
3390
|
-
loading: boolean;
|
|
3391
|
-
bordered: boolean;
|
|
3392
|
-
tertiary: boolean;
|
|
3393
|
-
ghost: boolean;
|
|
3394
|
-
keyboard: boolean;
|
|
3395
|
-
secondary: boolean;
|
|
3396
|
-
quaternary: boolean;
|
|
3397
|
-
iconPlacement: "left" | "right";
|
|
3398
|
-
attrType: "button" | "reset" | "submit";
|
|
3399
|
-
nativeFocusBehavior: boolean;
|
|
3578
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
3579
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
3580
|
+
readonly block: boolean;
|
|
3581
|
+
readonly round: boolean;
|
|
3582
|
+
readonly dashed: boolean;
|
|
3583
|
+
readonly text: boolean;
|
|
3584
|
+
readonly circle: boolean;
|
|
3585
|
+
readonly disabled: boolean;
|
|
3586
|
+
readonly focusable: boolean;
|
|
3587
|
+
readonly strong: boolean;
|
|
3588
|
+
readonly loading: boolean;
|
|
3589
|
+
readonly bordered: boolean;
|
|
3590
|
+
readonly tertiary: boolean;
|
|
3591
|
+
readonly ghost: boolean;
|
|
3592
|
+
readonly keyboard: boolean;
|
|
3593
|
+
readonly secondary: boolean;
|
|
3594
|
+
readonly quaternary: boolean;
|
|
3595
|
+
readonly iconPlacement: "left" | "right";
|
|
3596
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
3597
|
+
readonly nativeFocusBehavior: boolean;
|
|
3400
3598
|
}>;
|
|
3401
3599
|
NInput: import("vue").DefineComponent<{
|
|
3402
3600
|
bordered: {
|
|
@@ -3676,8 +3874,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3676
3874
|
contentRef: HTMLElement | null;
|
|
3677
3875
|
containerScrollTop: number;
|
|
3678
3876
|
syncUnifiedContainer: () => void;
|
|
3679
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
3680
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
3877
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
3878
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
3681
3879
|
sync: () => void;
|
|
3682
3880
|
handleMouseEnterWrapper: () => void;
|
|
3683
3881
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -3766,10 +3964,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3766
3964
|
opacity5: string;
|
|
3767
3965
|
dividerColor: string;
|
|
3768
3966
|
borderColor: string;
|
|
3769
|
-
|
|
3967
|
+
closeIconColor: string;
|
|
3968
|
+
closeIconColorHover: string;
|
|
3969
|
+
closeIconColorPressed: string;
|
|
3770
3970
|
closeColorHover: string;
|
|
3771
3971
|
closeColorPressed: string;
|
|
3772
|
-
closeColorDisabled: string;
|
|
3773
3972
|
clearColor: string;
|
|
3774
3973
|
clearColorHover: string;
|
|
3775
3974
|
clearColorPressed: string;
|