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
|
@@ -165,6 +165,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
165
165
|
readonly type: PropType<boolean | undefined>;
|
|
166
166
|
readonly default: undefined;
|
|
167
167
|
};
|
|
168
|
+
readonly panel: BooleanConstructor;
|
|
168
169
|
readonly ranges: PropType<Record<string, [number, number]>>;
|
|
169
170
|
readonly firstDayOfWeek: PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
170
171
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -235,6 +236,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
235
236
|
calendarLeftPaddingYear: string;
|
|
236
237
|
calendarLeftPaddingQuarter: string;
|
|
237
238
|
calendarLeftPaddingMonthrange: string;
|
|
239
|
+
calendarLeftPaddingQuarterrange: string;
|
|
240
|
+
calendarLeftPaddingYearrange: string;
|
|
238
241
|
calendarRightPaddingDate: string;
|
|
239
242
|
calendarRightPaddingDatetime: string;
|
|
240
243
|
calendarRightPaddingDaterange: string;
|
|
@@ -243,8 +246,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
243
246
|
calendarRightPaddingYear: string;
|
|
244
247
|
calendarRightPaddingQuarter: string;
|
|
245
248
|
calendarRightPaddingMonthrange: string;
|
|
249
|
+
calendarRightPaddingQuarterrange: string;
|
|
250
|
+
calendarRightPaddingYearrange: string;
|
|
246
251
|
}, {
|
|
247
252
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
253
|
+
countTextColorDisabled: string;
|
|
248
254
|
countTextColor: string;
|
|
249
255
|
heightTiny: string;
|
|
250
256
|
heightSmall: string;
|
|
@@ -734,6 +740,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
734
740
|
rippleDuration: string;
|
|
735
741
|
}, any>;
|
|
736
742
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
743
|
+
countTextColorDisabled: string;
|
|
737
744
|
countTextColor: string;
|
|
738
745
|
heightTiny: string;
|
|
739
746
|
heightSmall: string;
|
|
@@ -849,6 +856,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
849
856
|
calendarLeftPaddingYear: string;
|
|
850
857
|
calendarLeftPaddingQuarter: string;
|
|
851
858
|
calendarLeftPaddingMonthrange: string;
|
|
859
|
+
calendarLeftPaddingQuarterrange: string;
|
|
860
|
+
calendarLeftPaddingYearrange: string;
|
|
852
861
|
calendarRightPaddingDate: string;
|
|
853
862
|
calendarRightPaddingDatetime: string;
|
|
854
863
|
calendarRightPaddingDaterange: string;
|
|
@@ -857,8 +866,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
857
866
|
calendarRightPaddingYear: string;
|
|
858
867
|
calendarRightPaddingQuarter: string;
|
|
859
868
|
calendarRightPaddingMonthrange: string;
|
|
869
|
+
calendarRightPaddingQuarterrange: string;
|
|
870
|
+
calendarRightPaddingYearrange: string;
|
|
860
871
|
}, {
|
|
861
872
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
873
|
+
countTextColorDisabled: string;
|
|
862
874
|
countTextColor: string;
|
|
863
875
|
heightTiny: string;
|
|
864
876
|
heightSmall: string;
|
|
@@ -1348,6 +1360,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1348
1360
|
rippleDuration: string;
|
|
1349
1361
|
}, any>;
|
|
1350
1362
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1363
|
+
countTextColorDisabled: string;
|
|
1351
1364
|
countTextColor: string;
|
|
1352
1365
|
heightTiny: string;
|
|
1353
1366
|
heightSmall: string;
|
|
@@ -1463,6 +1476,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1463
1476
|
calendarLeftPaddingYear: string;
|
|
1464
1477
|
calendarLeftPaddingQuarter: string;
|
|
1465
1478
|
calendarLeftPaddingMonthrange: string;
|
|
1479
|
+
calendarLeftPaddingQuarterrange: string;
|
|
1480
|
+
calendarLeftPaddingYearrange: string;
|
|
1466
1481
|
calendarRightPaddingDate: string;
|
|
1467
1482
|
calendarRightPaddingDatetime: string;
|
|
1468
1483
|
calendarRightPaddingDaterange: string;
|
|
@@ -1471,8 +1486,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1471
1486
|
calendarRightPaddingYear: string;
|
|
1472
1487
|
calendarRightPaddingQuarter: string;
|
|
1473
1488
|
calendarRightPaddingMonthrange: string;
|
|
1489
|
+
calendarRightPaddingQuarterrange: string;
|
|
1490
|
+
calendarRightPaddingYearrange: string;
|
|
1474
1491
|
}, {
|
|
1475
1492
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1493
|
+
countTextColorDisabled: string;
|
|
1476
1494
|
countTextColor: string;
|
|
1477
1495
|
heightTiny: string;
|
|
1478
1496
|
heightSmall: string;
|
|
@@ -1962,6 +1980,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1962
1980
|
rippleDuration: string;
|
|
1963
1981
|
}, any>;
|
|
1964
1982
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1983
|
+
countTextColorDisabled: string;
|
|
1965
1984
|
countTextColor: string;
|
|
1966
1985
|
heightTiny: string;
|
|
1967
1986
|
heightSmall: string;
|
|
@@ -2042,8 +2061,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2042
2061
|
contentRef: HTMLElement | null;
|
|
2043
2062
|
containerScrollTop: number;
|
|
2044
2063
|
syncUnifiedContainer: () => void;
|
|
2045
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
2046
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
2064
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
2065
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
2047
2066
|
sync: () => void;
|
|
2048
2067
|
handleMouseEnterWrapper: () => void;
|
|
2049
2068
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -2054,8 +2073,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2054
2073
|
contentRef: HTMLElement | null;
|
|
2055
2074
|
containerScrollTop: number;
|
|
2056
2075
|
syncUnifiedContainer: () => void;
|
|
2057
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
2058
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
2076
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
2077
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
2059
2078
|
sync: () => void;
|
|
2060
2079
|
handleMouseEnterWrapper: () => void;
|
|
2061
2080
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -2071,8 +2090,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2071
2090
|
contentRef: HTMLElement | null;
|
|
2072
2091
|
containerScrollTop: number;
|
|
2073
2092
|
syncUnifiedContainer: () => void;
|
|
2074
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
2075
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
2093
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
2094
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
2076
2095
|
sync: () => void;
|
|
2077
2096
|
handleMouseEnterWrapper: () => void;
|
|
2078
2097
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -2083,8 +2102,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2083
2102
|
contentRef: HTMLElement | null;
|
|
2084
2103
|
containerScrollTop: number;
|
|
2085
2104
|
syncUnifiedContainer: () => void;
|
|
2086
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
2087
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
2105
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
2106
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
2088
2107
|
sync: () => void;
|
|
2089
2108
|
handleMouseEnterWrapper: () => void;
|
|
2090
2109
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -2095,8 +2114,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2095
2114
|
contentRef: HTMLElement | null;
|
|
2096
2115
|
containerScrollTop: number;
|
|
2097
2116
|
syncUnifiedContainer: () => void;
|
|
2098
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
2099
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
2117
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
2118
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
2100
2119
|
sync: () => void;
|
|
2101
2120
|
handleMouseEnterWrapper: () => void;
|
|
2102
2121
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -2107,8 +2126,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2107
2126
|
contentRef: HTMLElement | null;
|
|
2108
2127
|
containerScrollTop: number;
|
|
2109
2128
|
syncUnifiedContainer: () => void;
|
|
2110
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
2111
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
2129
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
2130
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
2112
2131
|
sync: () => void;
|
|
2113
2132
|
handleMouseEnterWrapper: () => void;
|
|
2114
2133
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -2135,6 +2154,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2135
2154
|
select: () => void;
|
|
2136
2155
|
activate: () => void;
|
|
2137
2156
|
deactivate: () => void;
|
|
2157
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
2138
2158
|
} | null>;
|
|
2139
2159
|
isMounted: Readonly<import("vue").Ref<boolean>>;
|
|
2140
2160
|
displayTime: import("vue").Ref<string>;
|
|
@@ -2151,8 +2171,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2151
2171
|
isValueInvalid: import("vue").ComputedRef<boolean>;
|
|
2152
2172
|
isStartValueInvalid: import("vue").ComputedRef<boolean>;
|
|
2153
2173
|
isEndValueInvalid: import("vue").ComputedRef<boolean>;
|
|
2174
|
+
handleInputKeydown: (e: KeyboardEvent) => void;
|
|
2154
2175
|
handleClickOutside: (e: MouseEvent) => void;
|
|
2155
|
-
|
|
2176
|
+
handleKeydown: (e: KeyboardEvent) => void;
|
|
2156
2177
|
handleClear: () => void;
|
|
2157
2178
|
handlePanelClear: () => void;
|
|
2158
2179
|
handleTriggerClick: (e: MouseEvent) => void;
|
|
@@ -2207,10 +2228,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2207
2228
|
opacity5: string;
|
|
2208
2229
|
dividerColor: string;
|
|
2209
2230
|
borderColor: string;
|
|
2210
|
-
|
|
2231
|
+
closeIconColor: string;
|
|
2232
|
+
closeIconColorHover: string;
|
|
2233
|
+
closeIconColorPressed: string;
|
|
2211
2234
|
closeColorHover: string;
|
|
2212
2235
|
closeColorPressed: string;
|
|
2213
|
-
closeColorDisabled: string;
|
|
2214
2236
|
clearColor: string;
|
|
2215
2237
|
clearColorHover: string;
|
|
2216
2238
|
clearColorPressed: string;
|
|
@@ -2321,6 +2343,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2321
2343
|
calendarLeftPaddingYear: string;
|
|
2322
2344
|
calendarLeftPaddingQuarter: string;
|
|
2323
2345
|
calendarLeftPaddingMonthrange: string;
|
|
2346
|
+
calendarLeftPaddingQuarterrange: string;
|
|
2347
|
+
calendarLeftPaddingYearrange: string;
|
|
2324
2348
|
calendarRightPaddingDate: string;
|
|
2325
2349
|
calendarRightPaddingDatetime: string;
|
|
2326
2350
|
calendarRightPaddingDaterange: string;
|
|
@@ -2329,9 +2353,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2329
2353
|
calendarRightPaddingYear: string;
|
|
2330
2354
|
calendarRightPaddingQuarter: string;
|
|
2331
2355
|
calendarRightPaddingMonthrange: string;
|
|
2356
|
+
calendarRightPaddingQuarterrange: string;
|
|
2357
|
+
calendarRightPaddingYearrange: string;
|
|
2332
2358
|
};
|
|
2333
2359
|
peers: {
|
|
2334
2360
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2361
|
+
countTextColorDisabled: string;
|
|
2335
2362
|
countTextColor: string;
|
|
2336
2363
|
heightTiny: string;
|
|
2337
2364
|
heightSmall: string;
|
|
@@ -2821,6 +2848,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2821
2848
|
rippleDuration: string;
|
|
2822
2849
|
}, any>;
|
|
2823
2850
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2851
|
+
countTextColorDisabled: string;
|
|
2824
2852
|
countTextColor: string;
|
|
2825
2853
|
heightTiny: string;
|
|
2826
2854
|
heightSmall: string;
|
|
@@ -3108,6 +3136,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3108
3136
|
rippleDuration: string;
|
|
3109
3137
|
}, any>> | undefined;
|
|
3110
3138
|
Input?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3139
|
+
countTextColorDisabled: string;
|
|
3111
3140
|
countTextColor: string;
|
|
3112
3141
|
heightTiny: string;
|
|
3113
3142
|
heightSmall: string;
|
|
@@ -3179,8 +3208,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3179
3208
|
actions: import("vue").ComputedRef<string[] | undefined>;
|
|
3180
3209
|
triggerCssVars: import("vue").ComputedRef<{
|
|
3181
3210
|
'--n-bezier': string;
|
|
3182
|
-
'--n-icon-color': string;
|
|
3183
|
-
'--n-icon-color-disabled': string;
|
|
3211
|
+
'--n-icon-color-override': string;
|
|
3212
|
+
'--n-icon-color-disabled-override': string;
|
|
3184
3213
|
}> | undefined;
|
|
3185
3214
|
triggerThemeClass: import("vue").Ref<string> | undefined;
|
|
3186
3215
|
triggerOnRender: (() => void) | undefined;
|
|
@@ -3278,6 +3307,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3278
3307
|
readonly type: PropType<boolean | undefined>;
|
|
3279
3308
|
readonly default: undefined;
|
|
3280
3309
|
};
|
|
3310
|
+
readonly panel: BooleanConstructor;
|
|
3281
3311
|
readonly ranges: PropType<Record<string, [number, number]>>;
|
|
3282
3312
|
readonly firstDayOfWeek: PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
3283
3313
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -3348,6 +3378,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3348
3378
|
calendarLeftPaddingYear: string;
|
|
3349
3379
|
calendarLeftPaddingQuarter: string;
|
|
3350
3380
|
calendarLeftPaddingMonthrange: string;
|
|
3381
|
+
calendarLeftPaddingQuarterrange: string;
|
|
3382
|
+
calendarLeftPaddingYearrange: string;
|
|
3351
3383
|
calendarRightPaddingDate: string;
|
|
3352
3384
|
calendarRightPaddingDatetime: string;
|
|
3353
3385
|
calendarRightPaddingDaterange: string;
|
|
@@ -3356,8 +3388,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3356
3388
|
calendarRightPaddingYear: string;
|
|
3357
3389
|
calendarRightPaddingQuarter: string;
|
|
3358
3390
|
calendarRightPaddingMonthrange: string;
|
|
3391
|
+
calendarRightPaddingQuarterrange: string;
|
|
3392
|
+
calendarRightPaddingYearrange: string;
|
|
3359
3393
|
}, {
|
|
3360
3394
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3395
|
+
countTextColorDisabled: string;
|
|
3361
3396
|
countTextColor: string;
|
|
3362
3397
|
heightTiny: string;
|
|
3363
3398
|
heightSmall: string;
|
|
@@ -3847,6 +3882,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3847
3882
|
rippleDuration: string;
|
|
3848
3883
|
}, any>;
|
|
3849
3884
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3885
|
+
countTextColorDisabled: string;
|
|
3850
3886
|
countTextColor: string;
|
|
3851
3887
|
heightTiny: string;
|
|
3852
3888
|
heightSmall: string;
|
|
@@ -3962,6 +3998,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3962
3998
|
calendarLeftPaddingYear: string;
|
|
3963
3999
|
calendarLeftPaddingQuarter: string;
|
|
3964
4000
|
calendarLeftPaddingMonthrange: string;
|
|
4001
|
+
calendarLeftPaddingQuarterrange: string;
|
|
4002
|
+
calendarLeftPaddingYearrange: string;
|
|
3965
4003
|
calendarRightPaddingDate: string;
|
|
3966
4004
|
calendarRightPaddingDatetime: string;
|
|
3967
4005
|
calendarRightPaddingDaterange: string;
|
|
@@ -3970,8 +4008,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3970
4008
|
calendarRightPaddingYear: string;
|
|
3971
4009
|
calendarRightPaddingQuarter: string;
|
|
3972
4010
|
calendarRightPaddingMonthrange: string;
|
|
4011
|
+
calendarRightPaddingQuarterrange: string;
|
|
4012
|
+
calendarRightPaddingYearrange: string;
|
|
3973
4013
|
}, {
|
|
3974
4014
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4015
|
+
countTextColorDisabled: string;
|
|
3975
4016
|
countTextColor: string;
|
|
3976
4017
|
heightTiny: string;
|
|
3977
4018
|
heightSmall: string;
|
|
@@ -4461,6 +4502,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4461
4502
|
rippleDuration: string;
|
|
4462
4503
|
}, any>;
|
|
4463
4504
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4505
|
+
countTextColorDisabled: string;
|
|
4464
4506
|
countTextColor: string;
|
|
4465
4507
|
heightTiny: string;
|
|
4466
4508
|
heightSmall: string;
|
|
@@ -4576,6 +4618,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4576
4618
|
calendarLeftPaddingYear: string;
|
|
4577
4619
|
calendarLeftPaddingQuarter: string;
|
|
4578
4620
|
calendarLeftPaddingMonthrange: string;
|
|
4621
|
+
calendarLeftPaddingQuarterrange: string;
|
|
4622
|
+
calendarLeftPaddingYearrange: string;
|
|
4579
4623
|
calendarRightPaddingDate: string;
|
|
4580
4624
|
calendarRightPaddingDatetime: string;
|
|
4581
4625
|
calendarRightPaddingDaterange: string;
|
|
@@ -4584,8 +4628,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4584
4628
|
calendarRightPaddingYear: string;
|
|
4585
4629
|
calendarRightPaddingQuarter: string;
|
|
4586
4630
|
calendarRightPaddingMonthrange: string;
|
|
4631
|
+
calendarRightPaddingQuarterrange: string;
|
|
4632
|
+
calendarRightPaddingYearrange: string;
|
|
4587
4633
|
}, {
|
|
4588
4634
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4635
|
+
countTextColorDisabled: string;
|
|
4589
4636
|
countTextColor: string;
|
|
4590
4637
|
heightTiny: string;
|
|
4591
4638
|
heightSmall: string;
|
|
@@ -5075,6 +5122,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5075
5122
|
rippleDuration: string;
|
|
5076
5123
|
}, any>;
|
|
5077
5124
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5125
|
+
countTextColorDisabled: string;
|
|
5078
5126
|
countTextColor: string;
|
|
5079
5127
|
heightTiny: string;
|
|
5080
5128
|
heightSmall: string;
|
|
@@ -5141,17 +5189,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5141
5189
|
}, any>;
|
|
5142
5190
|
}>>>;
|
|
5143
5191
|
}>>, {
|
|
5144
|
-
type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
5145
|
-
show: boolean | undefined;
|
|
5146
|
-
disabled: boolean | undefined;
|
|
5147
|
-
to: string | boolean | HTMLElement;
|
|
5148
|
-
bordered: boolean | undefined;
|
|
5149
|
-
placement: import("naive-ui").PopoverPlacement;
|
|
5150
|
-
clearable: boolean;
|
|
5151
|
-
inputReadonly: boolean;
|
|
5152
|
-
|
|
5153
|
-
|
|
5154
|
-
|
|
5192
|
+
readonly type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
5193
|
+
readonly show: boolean | undefined;
|
|
5194
|
+
readonly disabled: boolean | undefined;
|
|
5195
|
+
readonly to: string | boolean | HTMLElement;
|
|
5196
|
+
readonly bordered: boolean | undefined;
|
|
5197
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
5198
|
+
readonly clearable: boolean;
|
|
5199
|
+
readonly inputReadonly: boolean;
|
|
5200
|
+
readonly panel: boolean;
|
|
5201
|
+
readonly updateValueOnClose: boolean;
|
|
5202
|
+
readonly closeOnSelect: boolean;
|
|
5203
|
+
readonly bindCalendarMonths: boolean;
|
|
5155
5204
|
}>;
|
|
5156
5205
|
}, 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<{
|
|
5157
5206
|
mainForm: {
|
|
@@ -345,7 +345,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
345
345
|
readonly default: true;
|
|
346
346
|
};
|
|
347
347
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
348
|
-
readonly nativeFocusBehavior:
|
|
348
|
+
readonly nativeFocusBehavior: {
|
|
349
|
+
readonly type: BooleanConstructor;
|
|
350
|
+
readonly default: boolean;
|
|
351
|
+
};
|
|
349
352
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
350
353
|
heightTiny: string;
|
|
351
354
|
heightSmall: string;
|
|
@@ -1059,7 +1062,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1059
1062
|
readonly default: true;
|
|
1060
1063
|
};
|
|
1061
1064
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
1062
|
-
readonly nativeFocusBehavior:
|
|
1065
|
+
readonly nativeFocusBehavior: {
|
|
1066
|
+
readonly type: BooleanConstructor;
|
|
1067
|
+
readonly default: boolean;
|
|
1068
|
+
};
|
|
1063
1069
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
1064
1070
|
heightTiny: string;
|
|
1065
1071
|
heightSmall: string;
|
|
@@ -1673,26 +1679,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1673
1679
|
rippleDuration: string;
|
|
1674
1680
|
}, any>>>;
|
|
1675
1681
|
}>>, {
|
|
1676
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
1677
|
-
tag: keyof HTMLElementTagNameMap;
|
|
1678
|
-
block: boolean;
|
|
1679
|
-
round: boolean;
|
|
1680
|
-
dashed: boolean;
|
|
1681
|
-
text: boolean;
|
|
1682
|
-
circle: boolean;
|
|
1683
|
-
disabled: boolean;
|
|
1684
|
-
focusable: boolean;
|
|
1685
|
-
strong: boolean;
|
|
1686
|
-
loading: boolean;
|
|
1687
|
-
bordered: boolean;
|
|
1688
|
-
tertiary: boolean;
|
|
1689
|
-
ghost: boolean;
|
|
1690
|
-
keyboard: boolean;
|
|
1691
|
-
secondary: boolean;
|
|
1692
|
-
quaternary: boolean;
|
|
1693
|
-
iconPlacement: "left" | "right";
|
|
1694
|
-
attrType: "button" | "reset" | "submit";
|
|
1695
|
-
nativeFocusBehavior: boolean;
|
|
1682
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
1683
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1684
|
+
readonly block: boolean;
|
|
1685
|
+
readonly round: boolean;
|
|
1686
|
+
readonly dashed: boolean;
|
|
1687
|
+
readonly text: boolean;
|
|
1688
|
+
readonly circle: boolean;
|
|
1689
|
+
readonly disabled: boolean;
|
|
1690
|
+
readonly focusable: boolean;
|
|
1691
|
+
readonly strong: boolean;
|
|
1692
|
+
readonly loading: boolean;
|
|
1693
|
+
readonly bordered: boolean;
|
|
1694
|
+
readonly tertiary: boolean;
|
|
1695
|
+
readonly ghost: boolean;
|
|
1696
|
+
readonly keyboard: boolean;
|
|
1697
|
+
readonly secondary: boolean;
|
|
1698
|
+
readonly quaternary: boolean;
|
|
1699
|
+
readonly iconPlacement: "left" | "right";
|
|
1700
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
1701
|
+
readonly nativeFocusBehavior: boolean;
|
|
1696
1702
|
}>;
|
|
1697
1703
|
ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1698
1704
|
ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|