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
|
@@ -222,6 +222,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
222
222
|
readonly type: PropType<boolean | undefined>;
|
|
223
223
|
readonly default: undefined;
|
|
224
224
|
};
|
|
225
|
+
readonly panel: BooleanConstructor;
|
|
225
226
|
readonly ranges: PropType<Record<string, [number, number]>>;
|
|
226
227
|
readonly firstDayOfWeek: PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
227
228
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -292,6 +293,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
292
293
|
calendarLeftPaddingYear: string;
|
|
293
294
|
calendarLeftPaddingQuarter: string;
|
|
294
295
|
calendarLeftPaddingMonthrange: string;
|
|
296
|
+
calendarLeftPaddingQuarterrange: string;
|
|
297
|
+
calendarLeftPaddingYearrange: string;
|
|
295
298
|
calendarRightPaddingDate: string;
|
|
296
299
|
calendarRightPaddingDatetime: string;
|
|
297
300
|
calendarRightPaddingDaterange: string;
|
|
@@ -300,8 +303,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
300
303
|
calendarRightPaddingYear: string;
|
|
301
304
|
calendarRightPaddingQuarter: string;
|
|
302
305
|
calendarRightPaddingMonthrange: string;
|
|
306
|
+
calendarRightPaddingQuarterrange: string;
|
|
307
|
+
calendarRightPaddingYearrange: string;
|
|
303
308
|
}, {
|
|
304
309
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
310
|
+
countTextColorDisabled: string;
|
|
305
311
|
countTextColor: string;
|
|
306
312
|
heightTiny: string;
|
|
307
313
|
heightSmall: string;
|
|
@@ -791,6 +797,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
791
797
|
rippleDuration: string;
|
|
792
798
|
}, any>;
|
|
793
799
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
800
|
+
countTextColorDisabled: string;
|
|
794
801
|
countTextColor: string;
|
|
795
802
|
heightTiny: string;
|
|
796
803
|
heightSmall: string;
|
|
@@ -906,6 +913,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
906
913
|
calendarLeftPaddingYear: string;
|
|
907
914
|
calendarLeftPaddingQuarter: string;
|
|
908
915
|
calendarLeftPaddingMonthrange: string;
|
|
916
|
+
calendarLeftPaddingQuarterrange: string;
|
|
917
|
+
calendarLeftPaddingYearrange: string;
|
|
909
918
|
calendarRightPaddingDate: string;
|
|
910
919
|
calendarRightPaddingDatetime: string;
|
|
911
920
|
calendarRightPaddingDaterange: string;
|
|
@@ -914,8 +923,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
914
923
|
calendarRightPaddingYear: string;
|
|
915
924
|
calendarRightPaddingQuarter: string;
|
|
916
925
|
calendarRightPaddingMonthrange: string;
|
|
926
|
+
calendarRightPaddingQuarterrange: string;
|
|
927
|
+
calendarRightPaddingYearrange: string;
|
|
917
928
|
}, {
|
|
918
929
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
930
|
+
countTextColorDisabled: string;
|
|
919
931
|
countTextColor: string;
|
|
920
932
|
heightTiny: string;
|
|
921
933
|
heightSmall: string;
|
|
@@ -1405,6 +1417,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1405
1417
|
rippleDuration: string;
|
|
1406
1418
|
}, any>;
|
|
1407
1419
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1420
|
+
countTextColorDisabled: string;
|
|
1408
1421
|
countTextColor: string;
|
|
1409
1422
|
heightTiny: string;
|
|
1410
1423
|
heightSmall: string;
|
|
@@ -1520,6 +1533,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1520
1533
|
calendarLeftPaddingYear: string;
|
|
1521
1534
|
calendarLeftPaddingQuarter: string;
|
|
1522
1535
|
calendarLeftPaddingMonthrange: string;
|
|
1536
|
+
calendarLeftPaddingQuarterrange: string;
|
|
1537
|
+
calendarLeftPaddingYearrange: string;
|
|
1523
1538
|
calendarRightPaddingDate: string;
|
|
1524
1539
|
calendarRightPaddingDatetime: string;
|
|
1525
1540
|
calendarRightPaddingDaterange: string;
|
|
@@ -1528,8 +1543,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1528
1543
|
calendarRightPaddingYear: string;
|
|
1529
1544
|
calendarRightPaddingQuarter: string;
|
|
1530
1545
|
calendarRightPaddingMonthrange: string;
|
|
1546
|
+
calendarRightPaddingQuarterrange: string;
|
|
1547
|
+
calendarRightPaddingYearrange: string;
|
|
1531
1548
|
}, {
|
|
1532
1549
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1550
|
+
countTextColorDisabled: string;
|
|
1533
1551
|
countTextColor: string;
|
|
1534
1552
|
heightTiny: string;
|
|
1535
1553
|
heightSmall: string;
|
|
@@ -2019,6 +2037,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2019
2037
|
rippleDuration: string;
|
|
2020
2038
|
}, any>;
|
|
2021
2039
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2040
|
+
countTextColorDisabled: string;
|
|
2022
2041
|
countTextColor: string;
|
|
2023
2042
|
heightTiny: string;
|
|
2024
2043
|
heightSmall: string;
|
|
@@ -2099,8 +2118,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2099
2118
|
contentRef: HTMLElement | null;
|
|
2100
2119
|
containerScrollTop: number;
|
|
2101
2120
|
syncUnifiedContainer: () => void;
|
|
2102
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
2103
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
2121
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
2122
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
2104
2123
|
sync: () => void;
|
|
2105
2124
|
handleMouseEnterWrapper: () => void;
|
|
2106
2125
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -2111,8 +2130,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2111
2130
|
contentRef: HTMLElement | null;
|
|
2112
2131
|
containerScrollTop: number;
|
|
2113
2132
|
syncUnifiedContainer: () => void;
|
|
2114
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
2115
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
2133
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
2134
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
2116
2135
|
sync: () => void;
|
|
2117
2136
|
handleMouseEnterWrapper: () => void;
|
|
2118
2137
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -2128,8 +2147,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2128
2147
|
contentRef: HTMLElement | null;
|
|
2129
2148
|
containerScrollTop: number;
|
|
2130
2149
|
syncUnifiedContainer: () => void;
|
|
2131
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
2132
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
2150
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
2151
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
2133
2152
|
sync: () => void;
|
|
2134
2153
|
handleMouseEnterWrapper: () => void;
|
|
2135
2154
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -2140,8 +2159,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2140
2159
|
contentRef: HTMLElement | null;
|
|
2141
2160
|
containerScrollTop: number;
|
|
2142
2161
|
syncUnifiedContainer: () => void;
|
|
2143
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
2144
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
2162
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
2163
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
2145
2164
|
sync: () => void;
|
|
2146
2165
|
handleMouseEnterWrapper: () => void;
|
|
2147
2166
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -2152,8 +2171,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2152
2171
|
contentRef: HTMLElement | null;
|
|
2153
2172
|
containerScrollTop: number;
|
|
2154
2173
|
syncUnifiedContainer: () => void;
|
|
2155
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
2156
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
2174
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
2175
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
2157
2176
|
sync: () => void;
|
|
2158
2177
|
handleMouseEnterWrapper: () => void;
|
|
2159
2178
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -2164,8 +2183,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2164
2183
|
contentRef: HTMLElement | null;
|
|
2165
2184
|
containerScrollTop: number;
|
|
2166
2185
|
syncUnifiedContainer: () => void;
|
|
2167
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
2168
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
2186
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
2187
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
2169
2188
|
sync: () => void;
|
|
2170
2189
|
handleMouseEnterWrapper: () => void;
|
|
2171
2190
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -2192,6 +2211,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2192
2211
|
select: () => void;
|
|
2193
2212
|
activate: () => void;
|
|
2194
2213
|
deactivate: () => void;
|
|
2214
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
2195
2215
|
} | null>;
|
|
2196
2216
|
isMounted: Readonly<import("vue").Ref<boolean>>;
|
|
2197
2217
|
displayTime: import("vue").Ref<string>;
|
|
@@ -2208,8 +2228,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2208
2228
|
isValueInvalid: import("vue").ComputedRef<boolean>;
|
|
2209
2229
|
isStartValueInvalid: import("vue").ComputedRef<boolean>;
|
|
2210
2230
|
isEndValueInvalid: import("vue").ComputedRef<boolean>;
|
|
2231
|
+
handleInputKeydown: (e: KeyboardEvent) => void;
|
|
2211
2232
|
handleClickOutside: (e: MouseEvent) => void;
|
|
2212
|
-
|
|
2233
|
+
handleKeydown: (e: KeyboardEvent) => void;
|
|
2213
2234
|
handleClear: () => void;
|
|
2214
2235
|
handlePanelClear: () => void;
|
|
2215
2236
|
handleTriggerClick: (e: MouseEvent) => void;
|
|
@@ -2264,10 +2285,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2264
2285
|
opacity5: string;
|
|
2265
2286
|
dividerColor: string;
|
|
2266
2287
|
borderColor: string;
|
|
2267
|
-
|
|
2288
|
+
closeIconColor: string;
|
|
2289
|
+
closeIconColorHover: string;
|
|
2290
|
+
closeIconColorPressed: string;
|
|
2268
2291
|
closeColorHover: string;
|
|
2269
2292
|
closeColorPressed: string;
|
|
2270
|
-
closeColorDisabled: string;
|
|
2271
2293
|
clearColor: string;
|
|
2272
2294
|
clearColorHover: string;
|
|
2273
2295
|
clearColorPressed: string;
|
|
@@ -2378,6 +2400,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2378
2400
|
calendarLeftPaddingYear: string;
|
|
2379
2401
|
calendarLeftPaddingQuarter: string;
|
|
2380
2402
|
calendarLeftPaddingMonthrange: string;
|
|
2403
|
+
calendarLeftPaddingQuarterrange: string;
|
|
2404
|
+
calendarLeftPaddingYearrange: string;
|
|
2381
2405
|
calendarRightPaddingDate: string;
|
|
2382
2406
|
calendarRightPaddingDatetime: string;
|
|
2383
2407
|
calendarRightPaddingDaterange: string;
|
|
@@ -2386,9 +2410,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2386
2410
|
calendarRightPaddingYear: string;
|
|
2387
2411
|
calendarRightPaddingQuarter: string;
|
|
2388
2412
|
calendarRightPaddingMonthrange: string;
|
|
2413
|
+
calendarRightPaddingQuarterrange: string;
|
|
2414
|
+
calendarRightPaddingYearrange: string;
|
|
2389
2415
|
};
|
|
2390
2416
|
peers: {
|
|
2391
2417
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2418
|
+
countTextColorDisabled: string;
|
|
2392
2419
|
countTextColor: string;
|
|
2393
2420
|
heightTiny: string;
|
|
2394
2421
|
heightSmall: string;
|
|
@@ -2878,6 +2905,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2878
2905
|
rippleDuration: string;
|
|
2879
2906
|
}, any>;
|
|
2880
2907
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2908
|
+
countTextColorDisabled: string;
|
|
2881
2909
|
countTextColor: string;
|
|
2882
2910
|
heightTiny: string;
|
|
2883
2911
|
heightSmall: string;
|
|
@@ -3165,6 +3193,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3165
3193
|
rippleDuration: string;
|
|
3166
3194
|
}, any>> | undefined;
|
|
3167
3195
|
Input?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3196
|
+
countTextColorDisabled: string;
|
|
3168
3197
|
countTextColor: string;
|
|
3169
3198
|
heightTiny: string;
|
|
3170
3199
|
heightSmall: string;
|
|
@@ -3236,8 +3265,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3236
3265
|
actions: import("vue").ComputedRef<string[] | undefined>;
|
|
3237
3266
|
triggerCssVars: import("vue").ComputedRef<{
|
|
3238
3267
|
'--n-bezier': string;
|
|
3239
|
-
'--n-icon-color': string;
|
|
3240
|
-
'--n-icon-color-disabled': string;
|
|
3268
|
+
'--n-icon-color-override': string;
|
|
3269
|
+
'--n-icon-color-disabled-override': string;
|
|
3241
3270
|
}> | undefined;
|
|
3242
3271
|
triggerThemeClass: import("vue").Ref<string> | undefined;
|
|
3243
3272
|
triggerOnRender: (() => void) | undefined;
|
|
@@ -3335,6 +3364,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3335
3364
|
readonly type: PropType<boolean | undefined>;
|
|
3336
3365
|
readonly default: undefined;
|
|
3337
3366
|
};
|
|
3367
|
+
readonly panel: BooleanConstructor;
|
|
3338
3368
|
readonly ranges: PropType<Record<string, [number, number]>>;
|
|
3339
3369
|
readonly firstDayOfWeek: PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
3340
3370
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -3405,6 +3435,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3405
3435
|
calendarLeftPaddingYear: string;
|
|
3406
3436
|
calendarLeftPaddingQuarter: string;
|
|
3407
3437
|
calendarLeftPaddingMonthrange: string;
|
|
3438
|
+
calendarLeftPaddingQuarterrange: string;
|
|
3439
|
+
calendarLeftPaddingYearrange: string;
|
|
3408
3440
|
calendarRightPaddingDate: string;
|
|
3409
3441
|
calendarRightPaddingDatetime: string;
|
|
3410
3442
|
calendarRightPaddingDaterange: string;
|
|
@@ -3413,8 +3445,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3413
3445
|
calendarRightPaddingYear: string;
|
|
3414
3446
|
calendarRightPaddingQuarter: string;
|
|
3415
3447
|
calendarRightPaddingMonthrange: string;
|
|
3448
|
+
calendarRightPaddingQuarterrange: string;
|
|
3449
|
+
calendarRightPaddingYearrange: string;
|
|
3416
3450
|
}, {
|
|
3417
3451
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3452
|
+
countTextColorDisabled: string;
|
|
3418
3453
|
countTextColor: string;
|
|
3419
3454
|
heightTiny: string;
|
|
3420
3455
|
heightSmall: string;
|
|
@@ -3904,6 +3939,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3904
3939
|
rippleDuration: string;
|
|
3905
3940
|
}, any>;
|
|
3906
3941
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3942
|
+
countTextColorDisabled: string;
|
|
3907
3943
|
countTextColor: string;
|
|
3908
3944
|
heightTiny: string;
|
|
3909
3945
|
heightSmall: string;
|
|
@@ -4019,6 +4055,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4019
4055
|
calendarLeftPaddingYear: string;
|
|
4020
4056
|
calendarLeftPaddingQuarter: string;
|
|
4021
4057
|
calendarLeftPaddingMonthrange: string;
|
|
4058
|
+
calendarLeftPaddingQuarterrange: string;
|
|
4059
|
+
calendarLeftPaddingYearrange: string;
|
|
4022
4060
|
calendarRightPaddingDate: string;
|
|
4023
4061
|
calendarRightPaddingDatetime: string;
|
|
4024
4062
|
calendarRightPaddingDaterange: string;
|
|
@@ -4027,8 +4065,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4027
4065
|
calendarRightPaddingYear: string;
|
|
4028
4066
|
calendarRightPaddingQuarter: string;
|
|
4029
4067
|
calendarRightPaddingMonthrange: string;
|
|
4068
|
+
calendarRightPaddingQuarterrange: string;
|
|
4069
|
+
calendarRightPaddingYearrange: string;
|
|
4030
4070
|
}, {
|
|
4031
4071
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4072
|
+
countTextColorDisabled: string;
|
|
4032
4073
|
countTextColor: string;
|
|
4033
4074
|
heightTiny: string;
|
|
4034
4075
|
heightSmall: string;
|
|
@@ -4518,6 +4559,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4518
4559
|
rippleDuration: string;
|
|
4519
4560
|
}, any>;
|
|
4520
4561
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4562
|
+
countTextColorDisabled: string;
|
|
4521
4563
|
countTextColor: string;
|
|
4522
4564
|
heightTiny: string;
|
|
4523
4565
|
heightSmall: string;
|
|
@@ -4633,6 +4675,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4633
4675
|
calendarLeftPaddingYear: string;
|
|
4634
4676
|
calendarLeftPaddingQuarter: string;
|
|
4635
4677
|
calendarLeftPaddingMonthrange: string;
|
|
4678
|
+
calendarLeftPaddingQuarterrange: string;
|
|
4679
|
+
calendarLeftPaddingYearrange: string;
|
|
4636
4680
|
calendarRightPaddingDate: string;
|
|
4637
4681
|
calendarRightPaddingDatetime: string;
|
|
4638
4682
|
calendarRightPaddingDaterange: string;
|
|
@@ -4641,8 +4685,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4641
4685
|
calendarRightPaddingYear: string;
|
|
4642
4686
|
calendarRightPaddingQuarter: string;
|
|
4643
4687
|
calendarRightPaddingMonthrange: string;
|
|
4688
|
+
calendarRightPaddingQuarterrange: string;
|
|
4689
|
+
calendarRightPaddingYearrange: string;
|
|
4644
4690
|
}, {
|
|
4645
4691
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4692
|
+
countTextColorDisabled: string;
|
|
4646
4693
|
countTextColor: string;
|
|
4647
4694
|
heightTiny: string;
|
|
4648
4695
|
heightSmall: string;
|
|
@@ -5132,6 +5179,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5132
5179
|
rippleDuration: string;
|
|
5133
5180
|
}, any>;
|
|
5134
5181
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5182
|
+
countTextColorDisabled: string;
|
|
5135
5183
|
countTextColor: string;
|
|
5136
5184
|
heightTiny: string;
|
|
5137
5185
|
heightSmall: string;
|
|
@@ -5198,17 +5246,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5198
5246
|
}, any>;
|
|
5199
5247
|
}>>>;
|
|
5200
5248
|
}>>, {
|
|
5201
|
-
type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
5202
|
-
show: boolean | undefined;
|
|
5203
|
-
disabled: boolean | undefined;
|
|
5204
|
-
to: string | boolean | HTMLElement;
|
|
5205
|
-
bordered: boolean | undefined;
|
|
5206
|
-
placement: import("naive-ui").PopoverPlacement;
|
|
5207
|
-
clearable: boolean;
|
|
5208
|
-
inputReadonly: boolean;
|
|
5209
|
-
|
|
5210
|
-
|
|
5211
|
-
|
|
5249
|
+
readonly type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
5250
|
+
readonly show: boolean | undefined;
|
|
5251
|
+
readonly disabled: boolean | undefined;
|
|
5252
|
+
readonly to: string | boolean | HTMLElement;
|
|
5253
|
+
readonly bordered: boolean | undefined;
|
|
5254
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
5255
|
+
readonly clearable: boolean;
|
|
5256
|
+
readonly inputReadonly: boolean;
|
|
5257
|
+
readonly panel: boolean;
|
|
5258
|
+
readonly updateValueOnClose: boolean;
|
|
5259
|
+
readonly closeOnSelect: boolean;
|
|
5260
|
+
readonly bindCalendarMonths: boolean;
|
|
5212
5261
|
}>;
|
|
5213
5262
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5214
5263
|
mainForm: {
|
|
@@ -137,7 +137,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
137
137
|
};
|
|
138
138
|
min: (NumberConstructor | StringConstructor)[];
|
|
139
139
|
max: (NumberConstructor | StringConstructor)[];
|
|
140
|
-
size: PropType<"
|
|
140
|
+
size: PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
141
141
|
disabled: {
|
|
142
142
|
type: PropType<boolean | undefined>;
|
|
143
143
|
default: undefined;
|
|
@@ -151,6 +151,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
151
151
|
type: BooleanConstructor;
|
|
152
152
|
default: boolean;
|
|
153
153
|
};
|
|
154
|
+
buttonPlacement: {
|
|
155
|
+
type: PropType<"right" | "both">;
|
|
156
|
+
default: string;
|
|
157
|
+
};
|
|
154
158
|
readonly: BooleanConstructor;
|
|
155
159
|
clearable: BooleanConstructor;
|
|
156
160
|
keyboard: {
|
|
@@ -164,6 +168,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
164
168
|
type: BooleanConstructor;
|
|
165
169
|
default: boolean;
|
|
166
170
|
};
|
|
171
|
+
parse: PropType<(input: string) => number | null>;
|
|
172
|
+
format: PropType<(value: number | null) => string>;
|
|
173
|
+
precision: NumberConstructor;
|
|
167
174
|
status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
168
175
|
'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
169
176
|
onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -379,6 +386,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
379
386
|
rippleDuration: string;
|
|
380
387
|
}, any>;
|
|
381
388
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
389
|
+
countTextColorDisabled: string;
|
|
382
390
|
countTextColor: string;
|
|
383
391
|
heightTiny: string;
|
|
384
392
|
heightSmall: string;
|
|
@@ -647,6 +655,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
647
655
|
rippleDuration: string;
|
|
648
656
|
}, any>;
|
|
649
657
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
658
|
+
countTextColorDisabled: string;
|
|
650
659
|
countTextColor: string;
|
|
651
660
|
heightTiny: string;
|
|
652
661
|
heightSmall: string;
|
|
@@ -915,6 +924,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
915
924
|
rippleDuration: string;
|
|
916
925
|
}, any>;
|
|
917
926
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
927
|
+
countTextColorDisabled: string;
|
|
918
928
|
countTextColor: string;
|
|
919
929
|
heightTiny: string;
|
|
920
930
|
heightSmall: string;
|
|
@@ -987,6 +997,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
987
997
|
select: () => void;
|
|
988
998
|
activate: () => void;
|
|
989
999
|
deactivate: () => void;
|
|
1000
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
990
1001
|
} | null>;
|
|
991
1002
|
minusButtonInstRef: import("vue").Ref<{
|
|
992
1003
|
$el: HTMLElement;
|
|
@@ -1000,7 +1011,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1000
1011
|
mergedValue: import("vue").ComputedRef<number | null>;
|
|
1001
1012
|
mergedPlaceholder: import("vue").ComputedRef<string>;
|
|
1002
1013
|
displayedValueInvalid: import("vue").ComputedRef<boolean>;
|
|
1003
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
|
|
1014
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
1004
1015
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
1005
1016
|
displayedValue: import("vue").Ref<string>;
|
|
1006
1017
|
addable: import("vue").ComputedRef<boolean>;
|
|
@@ -1057,10 +1068,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1057
1068
|
opacity5: string;
|
|
1058
1069
|
dividerColor: string;
|
|
1059
1070
|
borderColor: string;
|
|
1060
|
-
|
|
1071
|
+
closeIconColor: string;
|
|
1072
|
+
closeIconColorHover: string;
|
|
1073
|
+
closeIconColorPressed: string;
|
|
1061
1074
|
closeColorHover: string;
|
|
1062
1075
|
closeColorPressed: string;
|
|
1063
|
-
closeColorDisabled: string;
|
|
1064
1076
|
clearColor: string;
|
|
1065
1077
|
clearColorHover: string;
|
|
1066
1078
|
clearColorPressed: string;
|
|
@@ -1330,6 +1342,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1330
1342
|
rippleDuration: string;
|
|
1331
1343
|
}, any>;
|
|
1332
1344
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1345
|
+
countTextColorDisabled: string;
|
|
1333
1346
|
countTextColor: string;
|
|
1334
1347
|
heightTiny: string;
|
|
1335
1348
|
heightSmall: string;
|
|
@@ -1432,7 +1445,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1432
1445
|
};
|
|
1433
1446
|
min: (NumberConstructor | StringConstructor)[];
|
|
1434
1447
|
max: (NumberConstructor | StringConstructor)[];
|
|
1435
|
-
size: PropType<"
|
|
1448
|
+
size: PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
1436
1449
|
disabled: {
|
|
1437
1450
|
type: PropType<boolean | undefined>;
|
|
1438
1451
|
default: undefined;
|
|
@@ -1446,6 +1459,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1446
1459
|
type: BooleanConstructor;
|
|
1447
1460
|
default: boolean;
|
|
1448
1461
|
};
|
|
1462
|
+
buttonPlacement: {
|
|
1463
|
+
type: PropType<"right" | "both">;
|
|
1464
|
+
default: string;
|
|
1465
|
+
};
|
|
1449
1466
|
readonly: BooleanConstructor;
|
|
1450
1467
|
clearable: BooleanConstructor;
|
|
1451
1468
|
keyboard: {
|
|
@@ -1459,6 +1476,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1459
1476
|
type: BooleanConstructor;
|
|
1460
1477
|
default: boolean;
|
|
1461
1478
|
};
|
|
1479
|
+
parse: PropType<(input: string) => number | null>;
|
|
1480
|
+
format: PropType<(value: number | null) => string>;
|
|
1481
|
+
precision: NumberConstructor;
|
|
1462
1482
|
status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
1463
1483
|
'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
1464
1484
|
onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -1674,6 +1694,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1674
1694
|
rippleDuration: string;
|
|
1675
1695
|
}, any>;
|
|
1676
1696
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1697
|
+
countTextColorDisabled: string;
|
|
1677
1698
|
countTextColor: string;
|
|
1678
1699
|
heightTiny: string;
|
|
1679
1700
|
heightSmall: string;
|
|
@@ -1942,6 +1963,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1942
1963
|
rippleDuration: string;
|
|
1943
1964
|
}, any>;
|
|
1944
1965
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1966
|
+
countTextColorDisabled: string;
|
|
1945
1967
|
countTextColor: string;
|
|
1946
1968
|
heightTiny: string;
|
|
1947
1969
|
heightSmall: string;
|
|
@@ -2210,6 +2232,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2210
2232
|
rippleDuration: string;
|
|
2211
2233
|
}, any>;
|
|
2212
2234
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2235
|
+
countTextColorDisabled: string;
|
|
2213
2236
|
countTextColor: string;
|
|
2214
2237
|
heightTiny: string;
|
|
2215
2238
|
heightSmall: string;
|
|
@@ -2284,6 +2307,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2284
2307
|
ArrowDown?: boolean | undefined;
|
|
2285
2308
|
};
|
|
2286
2309
|
showButton: boolean;
|
|
2310
|
+
buttonPlacement: "right" | "both";
|
|
2287
2311
|
updateValueOnInput: boolean;
|
|
2288
2312
|
}>;
|
|
2289
2313
|
TextOverTooltip: import("vue").DefineComponent<{
|
|
@@ -2457,9 +2481,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2457
2481
|
scrollable: BooleanConstructor;
|
|
2458
2482
|
contentStyle: PropType<string | import("vue").CSSProperties>;
|
|
2459
2483
|
headerStyle: PropType<string | import("vue").CSSProperties>;
|
|
2484
|
+
footerStyle: PropType<string | import("vue").CSSProperties>;
|
|
2460
2485
|
onClickoutside: PropType<(e: MouseEvent) => void>;
|
|
2461
2486
|
'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
2462
2487
|
onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
2488
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
2463
2489
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
2464
2490
|
internalInheritedEventHandlers: {
|
|
2465
2491
|
type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -2524,10 +2550,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2524
2550
|
opacity5: string;
|
|
2525
2551
|
dividerColor: string;
|
|
2526
2552
|
borderColor: string;
|
|
2527
|
-
|
|
2553
|
+
closeIconColor: string;
|
|
2554
|
+
closeIconColorHover: string;
|
|
2555
|
+
closeIconColorPressed: string;
|
|
2528
2556
|
closeColorHover: string;
|
|
2529
2557
|
closeColorPressed: string;
|
|
2530
|
-
closeColorDisabled: string;
|
|
2531
2558
|
clearColor: string;
|
|
2532
2559
|
clearColorHover: string;
|
|
2533
2560
|
clearColorPressed: string;
|
|
@@ -2756,9 +2783,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2756
2783
|
scrollable: BooleanConstructor;
|
|
2757
2784
|
contentStyle: PropType<string | import("vue").CSSProperties>;
|
|
2758
2785
|
headerStyle: PropType<string | import("vue").CSSProperties>;
|
|
2786
|
+
footerStyle: PropType<string | import("vue").CSSProperties>;
|
|
2759
2787
|
onClickoutside: PropType<(e: MouseEvent) => void>;
|
|
2760
2788
|
'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
2761
2789
|
onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
2790
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
2762
2791
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
2763
2792
|
internalInheritedEventHandlers: {
|
|
2764
2793
|
type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -2794,6 +2823,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2794
2823
|
arrowPointToCenter: boolean;
|
|
2795
2824
|
displayDirective: "show" | "if";
|
|
2796
2825
|
keepAliveOnHover: boolean;
|
|
2826
|
+
internalDeactivateImmediately: boolean;
|
|
2797
2827
|
animated: boolean;
|
|
2798
2828
|
internalTrapFocus: boolean;
|
|
2799
2829
|
defaultShow: boolean;
|