cnhis-design-vue 3.1.18-beta.7 → 3.1.18-beta.8
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/es/components/big-table/index.d.ts +113 -47
- package/es/components/big-table/src/BigTable.vue.d.ts +114 -63
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +31 -6
- package/es/components/big-table/src/components/input-button.vue.d.ts +52 -28
- package/es/components/big-table/src/hooks/useEdit.d.ts +31 -6
- package/es/components/button-print/index.d.ts +217 -110
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +217 -110
- package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +2 -3
- package/es/components/button-print/src/components/IdentityVerification.js +14 -6
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +144 -56
- package/es/components/button-print/src/utils/dialog.d.ts +3 -1
- package/es/components/button-print/src/utils/dialog.js +35 -23
- package/es/components/button-print/src/utils/print.d.ts +5 -0
- package/es/components/button-print/src/utils/print2.js +18 -0
- package/es/components/chunk-upload/index.d.ts +28 -22
- package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +38 -32
- package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +28 -22
- package/es/components/drag-layout/index.d.ts +568 -308
- package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +192 -99
- package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +112 -79
- package/es/components/drag-layout/src/DragLayout.vue.d.ts +568 -308
- package/es/components/field-set/index.d.ts +170 -95
- package/es/components/field-set/src/FieldSet.vue.d.ts +170 -95
- package/es/components/form-config/index.d.ts +308 -126
- package/es/components/form-config/src/FormConfig.vue.d.ts +308 -126
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +123 -59
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +157 -45
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +28 -22
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +28 -22
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +60 -47
- package/es/components/form-render/index.d.ts +85 -33
- package/es/components/form-render/src/FormRender.vue.d.ts +85 -33
- package/es/components/form-render/src/components/renderer/select.js +8 -5
- package/es/components/form-table/index.d.ts +784 -420
- package/es/components/form-table/src/FormTable.vue.d.ts +805 -427
- package/es/components/form-table/src/components/index.d.ts +784 -420
- package/es/components/form-table/src/components/table-age.vue.d.ts +114 -64
- package/es/components/form-table/src/components/table-date-picker.vue.d.ts +77 -28
- package/es/components/form-table/src/components/table-digital.vue.d.ts +37 -7
- package/es/components/form-table/src/components/table-input-password.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-input.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-month-picker.vue.d.ts +77 -28
- package/es/components/form-table/src/components/table-search-more.vue.d.ts +28 -22
- package/es/components/form-table/src/components/table-search.vue.d.ts +105 -79
- package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +77 -57
- package/es/components/form-table/src/components/table-select.vue.d.ts +77 -57
- package/es/components/form-table/src/components/table-textarea.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-time-picker.vue.d.ts +33 -21
- package/es/components/form-table/src/components/table-tree-select.vue.d.ts +55 -31
- package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +8 -2
- package/es/components/info-header/index.d.ts +236 -61
- package/es/components/info-header/src/HiddenContent.vue.d.ts +12 -5
- package/es/components/info-header/src/InfoEllipsis.vue.d.ts +12 -5
- package/es/components/info-header/src/InfoHeader.vue.d.ts +236 -61
- package/es/components/map/index.d.ts +52 -28
- package/es/components/map/src/Map.vue.d.ts +52 -28
- package/es/components/scale-view/index.d.ts +75 -60
- package/es/components/scale-view/src/ScaleView.vue.d.ts +75 -60
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +28 -22
- package/es/components/scale-view/src/components/composables/choose-common.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +8 -2
- package/es/components/scale-view/src/hooks/use-component.d.ts +656 -183
- package/es/components/select-label/index.d.ts +956 -262
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +331 -101
- package/es/components/select-label/src/SelectLabel.vue.d.ts +637 -167
- package/es/components/select-label/src/components/label-classify.vue.d.ts +264 -73
- package/es/components/select-person/index.d.ts +210 -111
- package/es/components/select-person/src/SearchTree.vue.d.ts +77 -40
- package/es/components/select-person/src/SelectPerson.vue.d.ts +214 -115
- package/es/components/shortcut-setter/index.d.ts +85 -33
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +85 -33
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +24 -6
- package/es/components/steps-wheel/index.d.ts +8 -2
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +8 -2
- package/es/components/time-line/index.d.ts +55 -30
- package/es/components/time-line/src/TimeLine.vue.d.ts +55 -30
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +28 -22
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +8 -2
- package/package.json +4 -4
|
@@ -1806,9 +1806,12 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1806
1806
|
titleTextColor: string;
|
|
1807
1807
|
textColor: string;
|
|
1808
1808
|
color: string;
|
|
1809
|
-
closeColor: string;
|
|
1810
1809
|
closeColorHover: string;
|
|
1811
1810
|
closeColorPressed: string;
|
|
1811
|
+
closeIconColor: string;
|
|
1812
|
+
closeIconColorHover: string;
|
|
1813
|
+
closeIconColorPressed: string;
|
|
1814
|
+
closeBorderRadius: string;
|
|
1812
1815
|
iconColor: string;
|
|
1813
1816
|
iconColorInfo: string;
|
|
1814
1817
|
iconColorSuccess: string;
|
|
@@ -1824,6 +1827,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1824
1827
|
iconMargin: string;
|
|
1825
1828
|
iconMarginIconTop: string;
|
|
1826
1829
|
closeSize: string;
|
|
1830
|
+
closeIconSize: string;
|
|
1827
1831
|
closeMargin: string;
|
|
1828
1832
|
closeMarginIconTop: string;
|
|
1829
1833
|
}, {
|
|
@@ -2039,14 +2043,19 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2039
2043
|
colorPopover: string;
|
|
2040
2044
|
colorTarget: string;
|
|
2041
2045
|
colorEmbedded: string;
|
|
2046
|
+
colorEmbeddedModal: string;
|
|
2047
|
+
colorEmbeddedPopover: string;
|
|
2042
2048
|
textColor: string;
|
|
2043
2049
|
titleTextColor: string;
|
|
2044
2050
|
borderColor: string;
|
|
2045
2051
|
actionColor: string;
|
|
2046
2052
|
titleFontWeight: string;
|
|
2047
|
-
closeColor: string;
|
|
2048
2053
|
closeColorHover: string;
|
|
2049
2054
|
closeColorPressed: string;
|
|
2055
|
+
closeBorderRadius: string;
|
|
2056
|
+
closeIconColor: string;
|
|
2057
|
+
closeIconColorHover: string;
|
|
2058
|
+
closeIconColorPressed: string;
|
|
2050
2059
|
fontSizeSmall: string;
|
|
2051
2060
|
fontSizeMedium: string;
|
|
2052
2061
|
fontSizeLarge: string;
|
|
@@ -2061,6 +2070,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2061
2070
|
titleFontSizeMedium: string;
|
|
2062
2071
|
titleFontSizeLarge: string;
|
|
2063
2072
|
titleFontSizeHuge: string;
|
|
2073
|
+
closeIconSize: string;
|
|
2064
2074
|
closeSize: string;
|
|
2065
2075
|
}, any>;
|
|
2066
2076
|
}>>;
|
|
@@ -2080,9 +2090,12 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2080
2090
|
titleTextColor: string;
|
|
2081
2091
|
textColor: string;
|
|
2082
2092
|
color: string;
|
|
2083
|
-
closeColor: string;
|
|
2084
2093
|
closeColorHover: string;
|
|
2085
2094
|
closeColorPressed: string;
|
|
2095
|
+
closeIconColor: string;
|
|
2096
|
+
closeIconColorHover: string;
|
|
2097
|
+
closeIconColorPressed: string;
|
|
2098
|
+
closeBorderRadius: string;
|
|
2086
2099
|
iconColor: string;
|
|
2087
2100
|
iconColorInfo: string;
|
|
2088
2101
|
iconColorSuccess: string;
|
|
@@ -2098,6 +2111,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2098
2111
|
iconMargin: string;
|
|
2099
2112
|
iconMarginIconTop: string;
|
|
2100
2113
|
closeSize: string;
|
|
2114
|
+
closeIconSize: string;
|
|
2101
2115
|
closeMargin: string;
|
|
2102
2116
|
closeMarginIconTop: string;
|
|
2103
2117
|
}, {
|
|
@@ -2313,14 +2327,19 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2313
2327
|
colorPopover: string;
|
|
2314
2328
|
colorTarget: string;
|
|
2315
2329
|
colorEmbedded: string;
|
|
2330
|
+
colorEmbeddedModal: string;
|
|
2331
|
+
colorEmbeddedPopover: string;
|
|
2316
2332
|
textColor: string;
|
|
2317
2333
|
titleTextColor: string;
|
|
2318
2334
|
borderColor: string;
|
|
2319
2335
|
actionColor: string;
|
|
2320
2336
|
titleFontWeight: string;
|
|
2321
|
-
closeColor: string;
|
|
2322
2337
|
closeColorHover: string;
|
|
2323
2338
|
closeColorPressed: string;
|
|
2339
|
+
closeBorderRadius: string;
|
|
2340
|
+
closeIconColor: string;
|
|
2341
|
+
closeIconColorHover: string;
|
|
2342
|
+
closeIconColorPressed: string;
|
|
2324
2343
|
fontSizeSmall: string;
|
|
2325
2344
|
fontSizeMedium: string;
|
|
2326
2345
|
fontSizeLarge: string;
|
|
@@ -2335,6 +2354,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2335
2354
|
titleFontSizeMedium: string;
|
|
2336
2355
|
titleFontSizeLarge: string;
|
|
2337
2356
|
titleFontSizeHuge: string;
|
|
2357
|
+
closeIconSize: string;
|
|
2338
2358
|
closeSize: string;
|
|
2339
2359
|
}, any>;
|
|
2340
2360
|
}>>>;
|
|
@@ -2354,9 +2374,12 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2354
2374
|
titleTextColor: string;
|
|
2355
2375
|
textColor: string;
|
|
2356
2376
|
color: string;
|
|
2357
|
-
closeColor: string;
|
|
2358
2377
|
closeColorHover: string;
|
|
2359
2378
|
closeColorPressed: string;
|
|
2379
|
+
closeIconColor: string;
|
|
2380
|
+
closeIconColorHover: string;
|
|
2381
|
+
closeIconColorPressed: string;
|
|
2382
|
+
closeBorderRadius: string;
|
|
2360
2383
|
iconColor: string;
|
|
2361
2384
|
iconColorInfo: string;
|
|
2362
2385
|
iconColorSuccess: string;
|
|
@@ -2372,6 +2395,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2372
2395
|
iconMargin: string;
|
|
2373
2396
|
iconMarginIconTop: string;
|
|
2374
2397
|
closeSize: string;
|
|
2398
|
+
closeIconSize: string;
|
|
2375
2399
|
closeMargin: string;
|
|
2376
2400
|
closeMarginIconTop: string;
|
|
2377
2401
|
}, {
|
|
@@ -2587,14 +2611,19 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2587
2611
|
colorPopover: string;
|
|
2588
2612
|
colorTarget: string;
|
|
2589
2613
|
colorEmbedded: string;
|
|
2614
|
+
colorEmbeddedModal: string;
|
|
2615
|
+
colorEmbeddedPopover: string;
|
|
2590
2616
|
textColor: string;
|
|
2591
2617
|
titleTextColor: string;
|
|
2592
2618
|
borderColor: string;
|
|
2593
2619
|
actionColor: string;
|
|
2594
2620
|
titleFontWeight: string;
|
|
2595
|
-
closeColor: string;
|
|
2596
2621
|
closeColorHover: string;
|
|
2597
2622
|
closeColorPressed: string;
|
|
2623
|
+
closeBorderRadius: string;
|
|
2624
|
+
closeIconColor: string;
|
|
2625
|
+
closeIconColorHover: string;
|
|
2626
|
+
closeIconColorPressed: string;
|
|
2598
2627
|
fontSizeSmall: string;
|
|
2599
2628
|
fontSizeMedium: string;
|
|
2600
2629
|
fontSizeLarge: string;
|
|
@@ -2609,6 +2638,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2609
2638
|
titleFontSizeMedium: string;
|
|
2610
2639
|
titleFontSizeLarge: string;
|
|
2611
2640
|
titleFontSizeHuge: string;
|
|
2641
|
+
closeIconSize: string;
|
|
2612
2642
|
closeSize: string;
|
|
2613
2643
|
}, any>;
|
|
2614
2644
|
}>>>;
|
|
@@ -2744,9 +2774,12 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2744
2774
|
titleTextColor: string;
|
|
2745
2775
|
textColor: string;
|
|
2746
2776
|
color: string;
|
|
2747
|
-
closeColor: string;
|
|
2748
2777
|
closeColorHover: string;
|
|
2749
2778
|
closeColorPressed: string;
|
|
2779
|
+
closeIconColor: string;
|
|
2780
|
+
closeIconColorHover: string;
|
|
2781
|
+
closeIconColorPressed: string;
|
|
2782
|
+
closeBorderRadius: string;
|
|
2750
2783
|
iconColor: string;
|
|
2751
2784
|
iconColorInfo: string;
|
|
2752
2785
|
iconColorSuccess: string;
|
|
@@ -2762,6 +2795,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2762
2795
|
iconMargin: string;
|
|
2763
2796
|
iconMarginIconTop: string;
|
|
2764
2797
|
closeSize: string;
|
|
2798
|
+
closeIconSize: string;
|
|
2765
2799
|
closeMargin: string;
|
|
2766
2800
|
closeMarginIconTop: string;
|
|
2767
2801
|
}, {
|
|
@@ -2977,14 +3011,19 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2977
3011
|
colorPopover: string;
|
|
2978
3012
|
colorTarget: string;
|
|
2979
3013
|
colorEmbedded: string;
|
|
3014
|
+
colorEmbeddedModal: string;
|
|
3015
|
+
colorEmbeddedPopover: string;
|
|
2980
3016
|
textColor: string;
|
|
2981
3017
|
titleTextColor: string;
|
|
2982
3018
|
borderColor: string;
|
|
2983
3019
|
actionColor: string;
|
|
2984
3020
|
titleFontWeight: string;
|
|
2985
|
-
closeColor: string;
|
|
2986
3021
|
closeColorHover: string;
|
|
2987
3022
|
closeColorPressed: string;
|
|
3023
|
+
closeBorderRadius: string;
|
|
3024
|
+
closeIconColor: string;
|
|
3025
|
+
closeIconColorHover: string;
|
|
3026
|
+
closeIconColorPressed: string;
|
|
2988
3027
|
fontSizeSmall: string;
|
|
2989
3028
|
fontSizeMedium: string;
|
|
2990
3029
|
fontSizeLarge: string;
|
|
@@ -2999,6 +3038,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2999
3038
|
titleFontSizeMedium: string;
|
|
3000
3039
|
titleFontSizeLarge: string;
|
|
3001
3040
|
titleFontSizeHuge: string;
|
|
3041
|
+
closeIconSize: string;
|
|
3002
3042
|
closeSize: string;
|
|
3003
3043
|
}, any>;
|
|
3004
3044
|
}>>;
|
|
@@ -3018,9 +3058,12 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3018
3058
|
titleTextColor: string;
|
|
3019
3059
|
textColor: string;
|
|
3020
3060
|
color: string;
|
|
3021
|
-
closeColor: string;
|
|
3022
3061
|
closeColorHover: string;
|
|
3023
3062
|
closeColorPressed: string;
|
|
3063
|
+
closeIconColor: string;
|
|
3064
|
+
closeIconColorHover: string;
|
|
3065
|
+
closeIconColorPressed: string;
|
|
3066
|
+
closeBorderRadius: string;
|
|
3024
3067
|
iconColor: string;
|
|
3025
3068
|
iconColorInfo: string;
|
|
3026
3069
|
iconColorSuccess: string;
|
|
@@ -3036,6 +3079,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3036
3079
|
iconMargin: string;
|
|
3037
3080
|
iconMarginIconTop: string;
|
|
3038
3081
|
closeSize: string;
|
|
3082
|
+
closeIconSize: string;
|
|
3039
3083
|
closeMargin: string;
|
|
3040
3084
|
closeMarginIconTop: string;
|
|
3041
3085
|
}, {
|
|
@@ -3251,14 +3295,19 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3251
3295
|
colorPopover: string;
|
|
3252
3296
|
colorTarget: string;
|
|
3253
3297
|
colorEmbedded: string;
|
|
3298
|
+
colorEmbeddedModal: string;
|
|
3299
|
+
colorEmbeddedPopover: string;
|
|
3254
3300
|
textColor: string;
|
|
3255
3301
|
titleTextColor: string;
|
|
3256
3302
|
borderColor: string;
|
|
3257
3303
|
actionColor: string;
|
|
3258
3304
|
titleFontWeight: string;
|
|
3259
|
-
closeColor: string;
|
|
3260
3305
|
closeColorHover: string;
|
|
3261
3306
|
closeColorPressed: string;
|
|
3307
|
+
closeBorderRadius: string;
|
|
3308
|
+
closeIconColor: string;
|
|
3309
|
+
closeIconColorHover: string;
|
|
3310
|
+
closeIconColorPressed: string;
|
|
3262
3311
|
fontSizeSmall: string;
|
|
3263
3312
|
fontSizeMedium: string;
|
|
3264
3313
|
fontSizeLarge: string;
|
|
@@ -3273,6 +3322,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3273
3322
|
titleFontSizeMedium: string;
|
|
3274
3323
|
titleFontSizeLarge: string;
|
|
3275
3324
|
titleFontSizeHuge: string;
|
|
3325
|
+
closeIconSize: string;
|
|
3276
3326
|
closeSize: string;
|
|
3277
3327
|
}, any>;
|
|
3278
3328
|
}>>>;
|
|
@@ -3292,9 +3342,12 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3292
3342
|
titleTextColor: string;
|
|
3293
3343
|
textColor: string;
|
|
3294
3344
|
color: string;
|
|
3295
|
-
closeColor: string;
|
|
3296
3345
|
closeColorHover: string;
|
|
3297
3346
|
closeColorPressed: string;
|
|
3347
|
+
closeIconColor: string;
|
|
3348
|
+
closeIconColorHover: string;
|
|
3349
|
+
closeIconColorPressed: string;
|
|
3350
|
+
closeBorderRadius: string;
|
|
3298
3351
|
iconColor: string;
|
|
3299
3352
|
iconColorInfo: string;
|
|
3300
3353
|
iconColorSuccess: string;
|
|
@@ -3310,6 +3363,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3310
3363
|
iconMargin: string;
|
|
3311
3364
|
iconMarginIconTop: string;
|
|
3312
3365
|
closeSize: string;
|
|
3366
|
+
closeIconSize: string;
|
|
3313
3367
|
closeMargin: string;
|
|
3314
3368
|
closeMarginIconTop: string;
|
|
3315
3369
|
}, {
|
|
@@ -3525,14 +3579,19 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3525
3579
|
colorPopover: string;
|
|
3526
3580
|
colorTarget: string;
|
|
3527
3581
|
colorEmbedded: string;
|
|
3582
|
+
colorEmbeddedModal: string;
|
|
3583
|
+
colorEmbeddedPopover: string;
|
|
3528
3584
|
textColor: string;
|
|
3529
3585
|
titleTextColor: string;
|
|
3530
3586
|
borderColor: string;
|
|
3531
3587
|
actionColor: string;
|
|
3532
3588
|
titleFontWeight: string;
|
|
3533
|
-
closeColor: string;
|
|
3534
3589
|
closeColorHover: string;
|
|
3535
3590
|
closeColorPressed: string;
|
|
3591
|
+
closeBorderRadius: string;
|
|
3592
|
+
closeIconColor: string;
|
|
3593
|
+
closeIconColorHover: string;
|
|
3594
|
+
closeIconColorPressed: string;
|
|
3536
3595
|
fontSizeSmall: string;
|
|
3537
3596
|
fontSizeMedium: string;
|
|
3538
3597
|
fontSizeLarge: string;
|
|
@@ -3547,6 +3606,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3547
3606
|
titleFontSizeMedium: string;
|
|
3548
3607
|
titleFontSizeLarge: string;
|
|
3549
3608
|
titleFontSizeHuge: string;
|
|
3609
|
+
closeIconSize: string;
|
|
3550
3610
|
closeSize: string;
|
|
3551
3611
|
}, any>;
|
|
3552
3612
|
}>>>;
|
|
@@ -4257,14 +4317,14 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4257
4317
|
labelTextAlignHorizontal: string;
|
|
4258
4318
|
}, any>>>;
|
|
4259
4319
|
}>>, {
|
|
4260
|
-
inline: boolean;
|
|
4261
|
-
disabled: boolean;
|
|
4262
|
-
onSubmit: (e: Event) => void;
|
|
4263
|
-
labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
4264
|
-
model: Record<string, any>;
|
|
4265
|
-
showRequireMark: boolean | undefined;
|
|
4266
|
-
showFeedback: boolean;
|
|
4267
|
-
showLabel: boolean | undefined;
|
|
4320
|
+
readonly inline: boolean;
|
|
4321
|
+
readonly disabled: boolean;
|
|
4322
|
+
readonly onSubmit: (e: Event) => void;
|
|
4323
|
+
readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
4324
|
+
readonly model: Record<string, any>;
|
|
4325
|
+
readonly showRequireMark: boolean | undefined;
|
|
4326
|
+
readonly showFeedback: boolean;
|
|
4327
|
+
readonly showLabel: boolean | undefined;
|
|
4268
4328
|
}>;
|
|
4269
4329
|
NTabPane: import("vue").DefineComponent<{
|
|
4270
4330
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -4313,9 +4373,9 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4313
4373
|
[key: string]: any;
|
|
4314
4374
|
}> | (() => import("vue").VNodeChild)>;
|
|
4315
4375
|
}>>, {
|
|
4316
|
-
disabled: boolean;
|
|
4317
|
-
closable: boolean | undefined;
|
|
4318
|
-
displayDirective: "show" | "if" | "show:lazy";
|
|
4376
|
+
readonly disabled: boolean;
|
|
4377
|
+
readonly closable: boolean | undefined;
|
|
4378
|
+
readonly displayDirective: "show" | "if" | "show:lazy";
|
|
4319
4379
|
}>;
|
|
4320
4380
|
NTabs: import("vue").DefineComponent<{
|
|
4321
4381
|
readonly value: import("vue").PropType<string | number>;
|
|
@@ -4372,9 +4432,12 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4372
4432
|
tabTextColorActiveCard: string;
|
|
4373
4433
|
tabTextColorDisabledCard: string;
|
|
4374
4434
|
barColor: string;
|
|
4375
|
-
|
|
4435
|
+
closeIconColor: string;
|
|
4436
|
+
closeIconColorHover: string;
|
|
4437
|
+
closeIconColorPressed: string;
|
|
4376
4438
|
closeColorHover: string;
|
|
4377
4439
|
closeColorPressed: string;
|
|
4440
|
+
closeBorderRadius: string;
|
|
4378
4441
|
tabColor: string;
|
|
4379
4442
|
tabColorSegment: string;
|
|
4380
4443
|
tabBorderColor: string;
|
|
@@ -4413,6 +4476,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4413
4476
|
panePaddingSmall: string;
|
|
4414
4477
|
panePaddingMedium: string;
|
|
4415
4478
|
panePaddingLarge: string;
|
|
4479
|
+
closeSize: string;
|
|
4480
|
+
closeIconSize: string;
|
|
4416
4481
|
}, any>>;
|
|
4417
4482
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
4418
4483
|
colorSegment: string;
|
|
@@ -4434,9 +4499,12 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4434
4499
|
tabTextColorActiveCard: string;
|
|
4435
4500
|
tabTextColorDisabledCard: string;
|
|
4436
4501
|
barColor: string;
|
|
4437
|
-
|
|
4502
|
+
closeIconColor: string;
|
|
4503
|
+
closeIconColorHover: string;
|
|
4504
|
+
closeIconColorPressed: string;
|
|
4438
4505
|
closeColorHover: string;
|
|
4439
4506
|
closeColorPressed: string;
|
|
4507
|
+
closeBorderRadius: string;
|
|
4440
4508
|
tabColor: string;
|
|
4441
4509
|
tabColorSegment: string;
|
|
4442
4510
|
tabBorderColor: string;
|
|
@@ -4475,6 +4543,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4475
4543
|
panePaddingSmall: string;
|
|
4476
4544
|
panePaddingMedium: string;
|
|
4477
4545
|
panePaddingLarge: string;
|
|
4546
|
+
closeSize: string;
|
|
4547
|
+
closeIconSize: string;
|
|
4478
4548
|
}, any>>>;
|
|
4479
4549
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
4480
4550
|
colorSegment: string;
|
|
@@ -4496,9 +4566,12 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4496
4566
|
tabTextColorActiveCard: string;
|
|
4497
4567
|
tabTextColorDisabledCard: string;
|
|
4498
4568
|
barColor: string;
|
|
4499
|
-
|
|
4569
|
+
closeIconColor: string;
|
|
4570
|
+
closeIconColorHover: string;
|
|
4571
|
+
closeIconColorPressed: string;
|
|
4500
4572
|
closeColorHover: string;
|
|
4501
4573
|
closeColorPressed: string;
|
|
4574
|
+
closeBorderRadius: string;
|
|
4502
4575
|
tabColor: string;
|
|
4503
4576
|
tabColorSegment: string;
|
|
4504
4577
|
tabBorderColor: string;
|
|
@@ -4537,12 +4610,15 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4537
4610
|
panePaddingSmall: string;
|
|
4538
4611
|
panePaddingMedium: string;
|
|
4539
4612
|
panePaddingLarge: string;
|
|
4613
|
+
closeSize: string;
|
|
4614
|
+
closeIconSize: string;
|
|
4540
4615
|
}, any>>>;
|
|
4541
4616
|
}, {
|
|
4542
4617
|
syncBarPosition: () => void;
|
|
4543
4618
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
4544
4619
|
mergedValue: import("vue").ComputedRef<string | number | null>;
|
|
4545
4620
|
renderedNames: Set<string | number>;
|
|
4621
|
+
tabsRailElRef: import("vue").Ref<HTMLElement | null>;
|
|
4546
4622
|
tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
|
|
4547
4623
|
tabsElRef: import("vue").Ref<HTMLElement | null>;
|
|
4548
4624
|
barElRef: import("vue").Ref<HTMLElement | null>;
|
|
@@ -4607,9 +4683,14 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4607
4683
|
'--n-pane-text-color': string;
|
|
4608
4684
|
'--n-tab-border-color': string;
|
|
4609
4685
|
'--n-tab-border-radius': string;
|
|
4610
|
-
'--n-close-
|
|
4686
|
+
'--n-close-size': string;
|
|
4687
|
+
'--n-close-icon-size': string;
|
|
4611
4688
|
'--n-close-color-hover': string;
|
|
4612
4689
|
'--n-close-color-pressed': string;
|
|
4690
|
+
'--n-close-border-radius': string;
|
|
4691
|
+
'--n-close-icon-color': string;
|
|
4692
|
+
'--n-close-icon-color-hover': string;
|
|
4693
|
+
'--n-close-icon-color-pressed': string;
|
|
4613
4694
|
'--n-tab-color': string;
|
|
4614
4695
|
'--n-tab-font-weight': string;
|
|
4615
4696
|
'--n-tab-font-weight-active': string;
|
|
@@ -4624,7 +4705,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4624
4705
|
renderNameListRef: {
|
|
4625
4706
|
value: (string | number)[];
|
|
4626
4707
|
};
|
|
4627
|
-
onAnimationBeforeLeave: () => void;
|
|
4708
|
+
onAnimationBeforeLeave: (el: HTMLElement) => void;
|
|
4628
4709
|
onAnimationEnter: (el: HTMLElement) => void;
|
|
4629
4710
|
onAnimationAfterEnter: () => void;
|
|
4630
4711
|
onRender: (() => void) | undefined;
|
|
@@ -4683,9 +4764,12 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4683
4764
|
tabTextColorActiveCard: string;
|
|
4684
4765
|
tabTextColorDisabledCard: string;
|
|
4685
4766
|
barColor: string;
|
|
4686
|
-
|
|
4767
|
+
closeIconColor: string;
|
|
4768
|
+
closeIconColorHover: string;
|
|
4769
|
+
closeIconColorPressed: string;
|
|
4687
4770
|
closeColorHover: string;
|
|
4688
4771
|
closeColorPressed: string;
|
|
4772
|
+
closeBorderRadius: string;
|
|
4689
4773
|
tabColor: string;
|
|
4690
4774
|
tabColorSegment: string;
|
|
4691
4775
|
tabBorderColor: string;
|
|
@@ -4724,6 +4808,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4724
4808
|
panePaddingSmall: string;
|
|
4725
4809
|
panePaddingMedium: string;
|
|
4726
4810
|
panePaddingLarge: string;
|
|
4811
|
+
closeSize: string;
|
|
4812
|
+
closeIconSize: string;
|
|
4727
4813
|
}, any>>;
|
|
4728
4814
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
4729
4815
|
colorSegment: string;
|
|
@@ -4745,9 +4831,12 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4745
4831
|
tabTextColorActiveCard: string;
|
|
4746
4832
|
tabTextColorDisabledCard: string;
|
|
4747
4833
|
barColor: string;
|
|
4748
|
-
|
|
4834
|
+
closeIconColor: string;
|
|
4835
|
+
closeIconColorHover: string;
|
|
4836
|
+
closeIconColorPressed: string;
|
|
4749
4837
|
closeColorHover: string;
|
|
4750
4838
|
closeColorPressed: string;
|
|
4839
|
+
closeBorderRadius: string;
|
|
4751
4840
|
tabColor: string;
|
|
4752
4841
|
tabColorSegment: string;
|
|
4753
4842
|
tabBorderColor: string;
|
|
@@ -4786,6 +4875,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4786
4875
|
panePaddingSmall: string;
|
|
4787
4876
|
panePaddingMedium: string;
|
|
4788
4877
|
panePaddingLarge: string;
|
|
4878
|
+
closeSize: string;
|
|
4879
|
+
closeIconSize: string;
|
|
4789
4880
|
}, any>>>;
|
|
4790
4881
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
4791
4882
|
colorSegment: string;
|
|
@@ -4807,9 +4898,12 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4807
4898
|
tabTextColorActiveCard: string;
|
|
4808
4899
|
tabTextColorDisabledCard: string;
|
|
4809
4900
|
barColor: string;
|
|
4810
|
-
|
|
4901
|
+
closeIconColor: string;
|
|
4902
|
+
closeIconColorHover: string;
|
|
4903
|
+
closeIconColorPressed: string;
|
|
4811
4904
|
closeColorHover: string;
|
|
4812
4905
|
closeColorPressed: string;
|
|
4906
|
+
closeBorderRadius: string;
|
|
4813
4907
|
tabColor: string;
|
|
4814
4908
|
tabColorSegment: string;
|
|
4815
4909
|
tabBorderColor: string;
|
|
@@ -4848,14 +4942,16 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4848
4942
|
panePaddingSmall: string;
|
|
4849
4943
|
panePaddingMedium: string;
|
|
4850
4944
|
panePaddingLarge: string;
|
|
4945
|
+
closeSize: string;
|
|
4946
|
+
closeIconSize: string;
|
|
4851
4947
|
}, any>>>;
|
|
4852
4948
|
}>>, {
|
|
4853
|
-
type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
4854
|
-
size: "small" | "medium" | "large";
|
|
4855
|
-
closable: boolean;
|
|
4856
|
-
trigger: "click" | "hover";
|
|
4857
|
-
animated: boolean;
|
|
4858
|
-
tabsPadding: number;
|
|
4949
|
+
readonly type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
4950
|
+
readonly size: "small" | "medium" | "large";
|
|
4951
|
+
readonly closable: boolean;
|
|
4952
|
+
readonly trigger: "click" | "hover";
|
|
4953
|
+
readonly animated: boolean;
|
|
4954
|
+
readonly tabsPadding: number;
|
|
4859
4955
|
}>;
|
|
4860
4956
|
NConfigProvider: import("vue").DefineComponent<{
|
|
4861
4957
|
readonly abstract: BooleanConstructor;
|
|
@@ -4919,10 +5015,17 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4919
5015
|
confirm: string;
|
|
4920
5016
|
clear: string;
|
|
4921
5017
|
};
|
|
4922
|
-
|
|
5018
|
+
LegacyTransfer: {
|
|
4923
5019
|
sourceTitle: string;
|
|
4924
5020
|
targetTitle: string;
|
|
4925
5021
|
};
|
|
5022
|
+
Transfer: {
|
|
5023
|
+
selectAll: string;
|
|
5024
|
+
unselectAll: string;
|
|
5025
|
+
clearAll: string;
|
|
5026
|
+
total: (num: number) => string;
|
|
5027
|
+
selected: (num: number) => string;
|
|
5028
|
+
};
|
|
4926
5029
|
Empty: {
|
|
4927
5030
|
description: string;
|
|
4928
5031
|
};
|
|
@@ -4972,6 +5075,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4972
5075
|
tipZoomOut: string;
|
|
4973
5076
|
tipZoomIn: string;
|
|
4974
5077
|
tipClose: string;
|
|
5078
|
+
tipOriginalSize: string;
|
|
4975
5079
|
};
|
|
4976
5080
|
} | null>;
|
|
4977
5081
|
readonly dateLocale: import("vue").PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
|
|
@@ -5065,10 +5169,17 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
5065
5169
|
confirm: string;
|
|
5066
5170
|
clear: string;
|
|
5067
5171
|
};
|
|
5068
|
-
|
|
5172
|
+
LegacyTransfer: {
|
|
5069
5173
|
sourceTitle: string;
|
|
5070
5174
|
targetTitle: string;
|
|
5071
5175
|
};
|
|
5176
|
+
Transfer: {
|
|
5177
|
+
selectAll: string;
|
|
5178
|
+
unselectAll: string;
|
|
5179
|
+
clearAll: string;
|
|
5180
|
+
total: (num: number) => string;
|
|
5181
|
+
selected: (num: number) => string;
|
|
5182
|
+
};
|
|
5072
5183
|
Empty: {
|
|
5073
5184
|
description: string;
|
|
5074
5185
|
};
|
|
@@ -5118,6 +5229,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
5118
5229
|
tipZoomOut: string;
|
|
5119
5230
|
tipZoomIn: string;
|
|
5120
5231
|
tipClose: string;
|
|
5232
|
+
tipOriginalSize: string;
|
|
5121
5233
|
};
|
|
5122
5234
|
} | null>;
|
|
5123
5235
|
readonly dateLocale: import("vue").PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
|
|
@@ -5144,12 +5256,12 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
5144
5256
|
readonly default: undefined;
|
|
5145
5257
|
};
|
|
5146
5258
|
}>>, {
|
|
5147
|
-
abstract: boolean;
|
|
5148
|
-
tag: string;
|
|
5149
|
-
as: string | undefined;
|
|
5150
|
-
bordered: boolean | undefined;
|
|
5151
|
-
preflightStyleDisabled: boolean;
|
|
5152
|
-
inlineThemeDisabled: boolean;
|
|
5259
|
+
readonly abstract: boolean;
|
|
5260
|
+
readonly tag: string;
|
|
5261
|
+
readonly as: string | undefined;
|
|
5262
|
+
readonly bordered: boolean | undefined;
|
|
5263
|
+
readonly preflightStyleDisabled: boolean;
|
|
5264
|
+
readonly inlineThemeDisabled: boolean;
|
|
5153
5265
|
}>;
|
|
5154
5266
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "formChange"[], "formChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5155
5267
|
fieldList: {
|
|
@@ -63,7 +63,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
63
63
|
readonly default: true;
|
|
64
64
|
};
|
|
65
65
|
readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
66
|
-
readonly nativeFocusBehavior:
|
|
66
|
+
readonly nativeFocusBehavior: {
|
|
67
|
+
readonly type: BooleanConstructor;
|
|
68
|
+
readonly default: boolean;
|
|
69
|
+
};
|
|
67
70
|
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
68
71
|
heightTiny: string;
|
|
69
72
|
heightSmall: string;
|
|
@@ -777,7 +780,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
777
780
|
readonly default: true;
|
|
778
781
|
};
|
|
779
782
|
readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
780
|
-
readonly nativeFocusBehavior:
|
|
783
|
+
readonly nativeFocusBehavior: {
|
|
784
|
+
readonly type: BooleanConstructor;
|
|
785
|
+
readonly default: boolean;
|
|
786
|
+
};
|
|
781
787
|
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
782
788
|
heightTiny: string;
|
|
783
789
|
heightSmall: string;
|
|
@@ -1391,26 +1397,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1391
1397
|
rippleDuration: string;
|
|
1392
1398
|
}, any>>>;
|
|
1393
1399
|
}>>, {
|
|
1394
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
1395
|
-
tag: keyof HTMLElementTagNameMap;
|
|
1396
|
-
block: boolean;
|
|
1397
|
-
round: boolean;
|
|
1398
|
-
dashed: boolean;
|
|
1399
|
-
text: boolean;
|
|
1400
|
-
circle: boolean;
|
|
1401
|
-
disabled: boolean;
|
|
1402
|
-
focusable: boolean;
|
|
1403
|
-
strong: boolean;
|
|
1404
|
-
loading: boolean;
|
|
1405
|
-
bordered: boolean;
|
|
1406
|
-
tertiary: boolean;
|
|
1407
|
-
ghost: boolean;
|
|
1408
|
-
keyboard: boolean;
|
|
1409
|
-
secondary: boolean;
|
|
1410
|
-
quaternary: boolean;
|
|
1411
|
-
iconPlacement: "left" | "right";
|
|
1412
|
-
attrType: "button" | "reset" | "submit";
|
|
1413
|
-
nativeFocusBehavior: boolean;
|
|
1400
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
1401
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1402
|
+
readonly block: boolean;
|
|
1403
|
+
readonly round: boolean;
|
|
1404
|
+
readonly dashed: boolean;
|
|
1405
|
+
readonly text: boolean;
|
|
1406
|
+
readonly circle: boolean;
|
|
1407
|
+
readonly disabled: boolean;
|
|
1408
|
+
readonly focusable: boolean;
|
|
1409
|
+
readonly strong: boolean;
|
|
1410
|
+
readonly loading: boolean;
|
|
1411
|
+
readonly bordered: boolean;
|
|
1412
|
+
readonly tertiary: boolean;
|
|
1413
|
+
readonly ghost: boolean;
|
|
1414
|
+
readonly keyboard: boolean;
|
|
1415
|
+
readonly secondary: boolean;
|
|
1416
|
+
readonly quaternary: boolean;
|
|
1417
|
+
readonly iconPlacement: "left" | "right";
|
|
1418
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
1419
|
+
readonly nativeFocusBehavior: boolean;
|
|
1414
1420
|
}>;
|
|
1415
1421
|
NIcon: import("vue").DefineComponent<{
|
|
1416
1422
|
readonly depth: PropType<import("naive-ui/es/icon/src/Icon").Depth>;
|