cnhis-design-vue 3.1.7-beta.3 → 3.1.8-beta.2

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.
Files changed (106) hide show
  1. package/env.d.ts +42 -38
  2. package/es/packages/big-table/index.d.ts +2042 -0
  3. package/es/packages/big-table/index2.mjs +4 -4
  4. package/es/packages/big-table/src/BigTable.vue.d.ts +2056 -0
  5. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +2 -2
  6. package/es/packages/big-table/src/components/NoData.vue.d.ts +51 -0
  7. package/es/packages/bpmn-workflow/index.d.ts +74 -0
  8. package/es/packages/bpmn-workflow/index2.mjs +3 -3
  9. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +77 -0
  10. package/es/packages/button-print/index.d.ts +7317 -0
  11. package/es/packages/button-print/index2.mjs +3 -3
  12. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +7316 -0
  13. package/es/packages/chunk-upload/index.d.ts +1748 -0
  14. package/es/packages/chunk-upload/index2.mjs +3 -3
  15. package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +1905 -0
  16. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +1749 -0
  17. package/es/packages/drag-layout/index2.mjs +3 -3
  18. package/es/packages/editor/index2.mjs +3 -3
  19. package/es/packages/field-set/index2.mjs +3 -3
  20. package/es/packages/form-render/index.d.ts +402 -0
  21. package/es/packages/form-render/index2.mjs +3 -3
  22. package/es/packages/form-render/src/FormRender.vue.d.ts +402 -0
  23. package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +1 -1
  24. package/es/packages/form-render/src/components/cascader.d.ts +2 -2
  25. package/es/packages/form-render/src/components/cascader2.mjs +26 -12
  26. package/es/packages/form-render/src/components/collapse2.mjs +3 -3
  27. package/es/packages/form-render/src/components/combination2.mjs +9 -7
  28. package/es/packages/form-render/src/components/formItem2.mjs +1 -1
  29. package/es/packages/form-render/src/components/inputGroup2.mjs +1 -1
  30. package/es/packages/form-render/src/components/slider2.mjs +1 -1
  31. package/es/packages/form-render/src/hooks/useFieldList2Schema2.mjs +1 -1
  32. package/es/packages/form-render/src/hooks/useFormValidator2.mjs +1 -1
  33. package/es/packages/form-render/src/types/fieldItem.d.ts +1 -0
  34. package/es/packages/form-render/style/index.css +21 -17
  35. package/es/packages/form-render/style/index.less +121 -116
  36. package/es/packages/form-table/index2.mjs +3 -3
  37. package/es/packages/form-table/src/components/table-age.vue.d.ts +4270 -0
  38. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +5282 -0
  39. package/es/packages/form-table/src/components/table-digital.vue.d.ts +2899 -0
  40. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +1620 -0
  41. package/es/packages/form-table/src/components/table-input.vue.d.ts +1577 -0
  42. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +5225 -0
  43. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +1785 -0
  44. package/es/packages/form-table/src/components/table-search.vue.d.ts +3093 -0
  45. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +1549 -0
  46. package/es/packages/form-table/src/components/table-select.vue.d.ts +1548 -0
  47. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +1636 -0
  48. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +2670 -0
  49. package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +542 -0
  50. package/es/packages/grid/index2.mjs +3 -3
  51. package/es/packages/index.css +21 -17
  52. package/es/packages/index.d.ts +2 -2
  53. package/es/packages/index.less +121 -116
  54. package/es/packages/index.mjs +1 -1
  55. package/es/packages/index2.mjs +2 -2
  56. package/es/packages/info-header/index.d.ts +1687 -0
  57. package/es/packages/info-header/index2.mjs +3 -3
  58. package/es/packages/info-header/src/HiddenContent.vue.d.ts +362 -0
  59. package/es/packages/info-header/src/InfoHeader.vue.d.ts +1688 -0
  60. package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +1 -1
  61. package/es/packages/map/index.d.ts +2312 -0
  62. package/es/packages/map/index2.mjs +3 -3
  63. package/es/packages/map/src/Map.vue.d.ts +2312 -0
  64. package/es/packages/scale-view/index.d.ts +4308 -0
  65. package/es/packages/scale-view/index2.mjs +7 -7
  66. package/es/packages/scale-view/src/ScaleView.vue.d.ts +4149 -0
  67. package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +27 -5
  68. package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +72 -0
  69. package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +2 -2
  70. package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +150 -0
  71. package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +1503 -0
  72. package/es/packages/scale-view/src/components/NoData.vue.d.ts +51 -0
  73. package/es/packages/scale-view/src/components/formitem/r-checkbox2.mjs +5 -4
  74. package/es/packages/scale-view/src/components/formitem/r-collection2.mjs +1 -1
  75. package/es/packages/scale-view/src/components/formitem/r-datetime2.mjs +5 -3
  76. package/es/packages/scale-view/src/components/formitem/r-radio2.mjs +6 -5
  77. package/es/packages/scale-view/src/components/formitem/r-select2.mjs +3 -3
  78. package/es/packages/scale-view/src/hooks/scaleview-computed.d.ts +1 -1
  79. package/es/packages/scale-view/src/hooks/scaleview-computed2.mjs +33 -13
  80. package/es/packages/scale-view/src/hooks/scaleview-props.d.ts +7 -3
  81. package/es/packages/scale-view/src/hooks/scaleview-props2.mjs +7 -3
  82. package/es/packages/scale-view/src/hooks/use-component.d.ts +9753 -0
  83. package/es/packages/scale-view/src/hooks/use-component2.mjs +4 -2
  84. package/es/packages/select-label/index.d.ts +11489 -0
  85. package/es/packages/select-label/index2.mjs +4 -4
  86. package/es/packages/select-label/src/SelectLabel.vue.d.ts +7120 -0
  87. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +7 -4
  88. package/es/packages/select-person/index.d.ts +3498 -0
  89. package/es/packages/select-person/index2.mjs +3 -3
  90. package/es/packages/select-person/src/SearchTree.vue.d.ts +344 -0
  91. package/es/packages/select-person/src/SelectPerson.vue.d.ts +3501 -0
  92. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +20 -9
  93. package/es/packages/time-line/index2.mjs +3 -3
  94. package/es/src/components/SelectPage/SelectPage.vue.d.ts +1446 -0
  95. package/es/src/core/create2.mjs +2 -2
  96. package/es/src/global/variable.d.ts +1 -1
  97. package/es/src/global/variable.mjs +1 -1
  98. package/es/src/global/variable2.mjs +2 -2
  99. package/es/src/utils/index.d.ts +0 -1
  100. package/es/src/utils/index.mjs +1 -1
  101. package/es/src/utils/index2.mjs +1 -5
  102. package/memory-log.ts +62 -0
  103. package/package.json +15 -8
  104. package/sync-w.sh +13 -0
  105. package/md-plugin.ts +0 -201
  106. package/uno.config.ts +0 -22
@@ -0,0 +1,2670 @@
1
+ import { AnyObject, Func } from 'cnhis-design-vue/es/src/types';
2
+ import { PropType } from 'vue';
3
+ import { PropObject } from 'cnhis-design-vue/es/packages/form-table/src/types';
4
+ declare const _default: import("vue").DefineComponent<{
5
+ mainForm: {
6
+ type: PropObject;
7
+ default: () => {};
8
+ };
9
+ userInfo: {
10
+ type: PropObject;
11
+ default: () => {};
12
+ };
13
+ styleSetting: {
14
+ type: PropObject;
15
+ default: () => {};
16
+ };
17
+ defaultValue: {
18
+ type: PropObject;
19
+ default: () => {};
20
+ };
21
+ dbParams: {
22
+ type: PropType<AnyObject>;
23
+ };
24
+ row: {
25
+ type: PropObject;
26
+ default: () => {};
27
+ };
28
+ item: {
29
+ type: PropObject;
30
+ default: () => {
31
+ _own: {};
32
+ };
33
+ };
34
+ defaultFieldList: {
35
+ type: PropType<any[]>;
36
+ default: () => never[];
37
+ };
38
+ cacheUniqueKey: {
39
+ type: PropObject;
40
+ default: () => {
41
+ _own: {};
42
+ };
43
+ };
44
+ params_formId: (NumberConstructor | StringConstructor)[];
45
+ formType: {
46
+ type: PropObject;
47
+ default: () => {
48
+ _own: {};
49
+ };
50
+ };
51
+ isDetail: {
52
+ type: BooleanConstructor;
53
+ default: boolean;
54
+ };
55
+ handleFormTableValue: PropType<Func<any[], any>>;
56
+ }, {
57
+ open: import("vue").Ref<boolean>;
58
+ disabledDatePicker: (current: any, item: AnyObject) => any;
59
+ disabledTimePicker: (current: any, item: AnyObject) => {
60
+ disabledHours: () => never[];
61
+ disabledMinutes: () => never[];
62
+ disabledSeconds: () => never[];
63
+ } | undefined;
64
+ openTimeChange: (open: any, item: AnyObject) => void;
65
+ disabledHours: (item: AnyObject, type: string) => (() => never[]) | undefined;
66
+ disabledMethodTimeRange: (item: AnyObject) => void;
67
+ handleCompareTimeRange: (time: any, item: AnyObject, type: string) => {};
68
+ range: (start: number, end: number) => never[];
69
+ openDateChange: (open: any, item: AnyObject) => void;
70
+ $message: import("naive-ui").MessageApi;
71
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
72
+ mainForm: {
73
+ type: PropObject;
74
+ default: () => {};
75
+ };
76
+ userInfo: {
77
+ type: PropObject;
78
+ default: () => {};
79
+ };
80
+ styleSetting: {
81
+ type: PropObject;
82
+ default: () => {};
83
+ };
84
+ defaultValue: {
85
+ type: PropObject;
86
+ default: () => {};
87
+ };
88
+ dbParams: {
89
+ type: PropType<AnyObject>;
90
+ };
91
+ row: {
92
+ type: PropObject;
93
+ default: () => {};
94
+ };
95
+ item: {
96
+ type: PropObject;
97
+ default: () => {
98
+ _own: {};
99
+ };
100
+ };
101
+ defaultFieldList: {
102
+ type: PropType<any[]>;
103
+ default: () => never[];
104
+ };
105
+ cacheUniqueKey: {
106
+ type: PropObject;
107
+ default: () => {
108
+ _own: {};
109
+ };
110
+ };
111
+ params_formId: (NumberConstructor | StringConstructor)[];
112
+ formType: {
113
+ type: PropObject;
114
+ default: () => {
115
+ _own: {};
116
+ };
117
+ };
118
+ isDetail: {
119
+ type: BooleanConstructor;
120
+ default: boolean;
121
+ };
122
+ handleFormTableValue: PropType<Func<any[], any>>;
123
+ }>> & {
124
+ onTableBlur?: ((...args: any[]) => any) | undefined;
125
+ onValueOnChange?: ((...args: any[]) => any) | undefined;
126
+ onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
127
+ onOpentableSelect?: ((...args: any[]) => any) | undefined;
128
+ }>>;
129
+ emit: (event: "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", ...args: any[]) => void;
130
+ $t: () => void;
131
+ formTable: AnyObject;
132
+ handlerGetDateType: (data: AnyObject) => any;
133
+ hasErr: import("vue").ComputedRef<any>;
134
+ handleGetJsonStr: (str: string | AnyObject) => AnyObject;
135
+ handleSetFieldsValue: (setObj?: AnyObject, target?: any) => void;
136
+ handleGetUniqueKey: (id: string) => any;
137
+ handleSysParams: (str: string) => string;
138
+ defaultInit: () => void;
139
+ handleTableBlur: (e?: AnyObject | undefined, config?: AnyObject) => void;
140
+ handleFormParams: (str: string) => string;
141
+ radioColor: () => (p: AnyObject, isOnlyRead?: boolean | undefined) => any;
142
+ handleGetAgeUnit: (ageInfo?: AnyObject) => string | undefined;
143
+ handleAgeToBirthDay: (val: number, f: string, item: AnyObject) => void;
144
+ changeAgeSelect: (val: string, item: AnyObject) => void;
145
+ handlerSetIdCarInfoValidate: (value: any, item: AnyObject, callback: Func<any[], any>) => void;
146
+ getInputCheck: (validate?: string | undefined) => {
147
+ pattern: RegExp;
148
+ message: string;
149
+ } | undefined;
150
+ getCustomRegular: (item: AnyObject) => {
151
+ pattern: RegExp;
152
+ message: any;
153
+ } | null;
154
+ checkDigital: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
155
+ checkAgeJson: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
156
+ checkAge: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
157
+ checkMultipleChoice: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
158
+ checkLength: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
159
+ checkinputBlank: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
160
+ checkSearchCascade: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
161
+ checkMultipleTree: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
162
+ handleDateClearBtn: (v: any, item: AnyObject) => void;
163
+ handleStartDateEndDate: (item: AnyObject) => void;
164
+ showTimePanel: (item: AnyObject) => boolean;
165
+ momentLib: (date_format: string) => any;
166
+ judgeTimeBoundary: (time: any, item: AnyObject) => void;
167
+ setTimeValue: (time: any, item: AnyObject) => void;
168
+ judgeTimeRange: (time: any, item: AnyObject) => AnyObject | undefined;
169
+ isSameDate: (curDate: any, compareMin: any, compareMax: any) => AnyObject;
170
+ setDefaultCurrent: (compareItem: AnyObject, currTime: any) => void;
171
+ handleDefaultRimeRange: (time: any, item: AnyObject) => void;
172
+ judgeMinMaxDateIsSameDate: (item: AnyObject) => boolean;
173
+ handleDefaultTimeRange: (time: any, item: any, chooseDate?: any) => {};
174
+ changeTimeDate: (time: any, minTime: any, maxTime: any, item: AnyObject) => {};
175
+ setTimeRangeArr: (hMin: any, HMax: any, mMin: any, mMax: any, sMin: any, sMax: any) => Required<Partial<Record<"hArr" | "mArr" | "sArr", [any, any]>>>;
176
+ NTimePicker: import("vue").DefineComponent<{
177
+ to: {
178
+ type: PropType<string | boolean | HTMLElement>;
179
+ default: undefined;
180
+ };
181
+ bordered: {
182
+ type: PropType<boolean | undefined>;
183
+ default: undefined;
184
+ };
185
+ actions: PropType<("confirm" | "now")[] | null>;
186
+ defaultValue: {
187
+ type: PropType<number | null>;
188
+ default: null;
189
+ };
190
+ defaultFormattedValue: StringConstructor;
191
+ placeholder: StringConstructor;
192
+ placement: {
193
+ type: PropType<import("naive-ui").PopoverPlacement>;
194
+ default: string;
195
+ };
196
+ value: PropType<number | null>;
197
+ format: {
198
+ type: StringConstructor;
199
+ default: string;
200
+ };
201
+ valueFormat: StringConstructor;
202
+ formattedValue: PropType<string | null>;
203
+ isHourDisabled: PropType<import("naive-ui/es/time-picker/src/interface").IsHourDisabled>;
204
+ size: PropType<import("naive-ui/es/time-picker/src/interface").Size>;
205
+ isMinuteDisabled: PropType<import("naive-ui/es/time-picker/src/interface").IsMinuteDisabled>;
206
+ isSecondDisabled: PropType<import("naive-ui/es/time-picker/src/interface").IsSecondDisabled>;
207
+ inputReadonly: BooleanConstructor;
208
+ clearable: BooleanConstructor;
209
+ status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
210
+ 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateValue>>;
211
+ onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateValue>>;
212
+ 'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(show: boolean) => void>>;
213
+ onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(show: boolean) => void>>;
214
+ onUpdateFormattedValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateFormattedValue>>;
215
+ 'onUpdate:formattedValue': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateFormattedValue>>;
216
+ onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
217
+ onConfirm: PropType<import("naive-ui/es/_utils").MaybeArray<(value: never, formattedValue: never) => void>>;
218
+ onClear: PropType<() => void>;
219
+ onFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
220
+ stateful: {
221
+ type: BooleanConstructor;
222
+ default: boolean;
223
+ };
224
+ showIcon: {
225
+ type: BooleanConstructor;
226
+ default: boolean;
227
+ };
228
+ disabled: {
229
+ type: PropType<boolean | undefined>;
230
+ default: undefined;
231
+ };
232
+ show: {
233
+ type: PropType<boolean | undefined>;
234
+ default: undefined;
235
+ };
236
+ hours: {
237
+ type: PropType<import("naive-ui/es/_utils").MaybeArray<number>>;
238
+ validator: (value: import("naive-ui/es/_utils").MaybeArray<number>) => boolean;
239
+ };
240
+ minutes: {
241
+ type: PropType<import("naive-ui/es/_utils").MaybeArray<number>>;
242
+ validator: (value: import("naive-ui/es/_utils").MaybeArray<number>) => boolean;
243
+ };
244
+ seconds: {
245
+ type: PropType<import("naive-ui/es/_utils").MaybeArray<number>>;
246
+ validator: (value: import("naive-ui/es/_utils").MaybeArray<number>) => boolean;
247
+ };
248
+ use12Hours: BooleanConstructor;
249
+ onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateValue> | undefined>;
250
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"TimePicker", {
251
+ panelColor: string;
252
+ panelBoxShadow: string;
253
+ panelDividerColor: string;
254
+ itemTextColor: string;
255
+ itemTextColorActive: string;
256
+ itemColorHover: string;
257
+ itemOpacityDisabled: string;
258
+ itemBorderRadius: string;
259
+ borderRadius: string;
260
+ iconColor: string;
261
+ iconColorDisabled: string;
262
+ itemFontSize: string;
263
+ itemHeight: string;
264
+ itemWidth: string;
265
+ panelActionPadding: string;
266
+ }, {
267
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
268
+ color: string;
269
+ colorHover: string;
270
+ }, any>;
271
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
272
+ heightTiny: string;
273
+ heightSmall: string;
274
+ heightMedium: string;
275
+ heightLarge: string;
276
+ borderRadiusTiny: string;
277
+ borderRadiusSmall: string;
278
+ borderRadiusMedium: string;
279
+ borderRadiusLarge: string;
280
+ fontSizeTiny: string;
281
+ fontSizeSmall: string;
282
+ fontSizeMedium: string;
283
+ fontSizeLarge: string;
284
+ opacityDisabled: string;
285
+ colorOpacitySecondary: string;
286
+ colorOpacitySecondaryHover: string;
287
+ colorOpacitySecondaryPressed: string;
288
+ colorSecondary: string;
289
+ colorSecondaryHover: string;
290
+ colorSecondaryPressed: string;
291
+ colorTertiary: string;
292
+ colorTertiaryHover: string;
293
+ colorTertiaryPressed: string;
294
+ colorQuaternary: string;
295
+ colorQuaternaryHover: string;
296
+ colorQuaternaryPressed: string;
297
+ color: string;
298
+ colorHover: string;
299
+ colorPressed: string;
300
+ colorFocus: string;
301
+ colorDisabled: string;
302
+ textColor: string;
303
+ textColorTertiary: string;
304
+ textColorHover: string;
305
+ textColorPressed: string;
306
+ textColorFocus: string;
307
+ textColorDisabled: string;
308
+ textColorText: string;
309
+ textColorTextHover: string;
310
+ textColorTextPressed: string;
311
+ textColorTextFocus: string;
312
+ textColorTextDisabled: string;
313
+ textColorGhost: string;
314
+ textColorGhostHover: string;
315
+ textColorGhostPressed: string;
316
+ textColorGhostFocus: string;
317
+ textColorGhostDisabled: string;
318
+ border: string;
319
+ borderHover: string;
320
+ borderPressed: string;
321
+ borderFocus: string;
322
+ borderDisabled: string;
323
+ rippleColor: string;
324
+ colorPrimary: string;
325
+ colorHoverPrimary: string;
326
+ colorPressedPrimary: string;
327
+ colorFocusPrimary: string;
328
+ colorDisabledPrimary: string;
329
+ textColorPrimary: string;
330
+ textColorHoverPrimary: string;
331
+ textColorPressedPrimary: string;
332
+ textColorFocusPrimary: string;
333
+ textColorDisabledPrimary: string;
334
+ textColorTextPrimary: string;
335
+ textColorTextHoverPrimary: string;
336
+ textColorTextPressedPrimary: string;
337
+ textColorTextFocusPrimary: string;
338
+ textColorTextDisabledPrimary: string;
339
+ textColorGhostPrimary: string;
340
+ textColorGhostHoverPrimary: string;
341
+ textColorGhostPressedPrimary: string;
342
+ textColorGhostFocusPrimary: string;
343
+ textColorGhostDisabledPrimary: string;
344
+ borderPrimary: string;
345
+ borderHoverPrimary: string;
346
+ borderPressedPrimary: string;
347
+ borderFocusPrimary: string;
348
+ borderDisabledPrimary: string;
349
+ rippleColorPrimary: string;
350
+ colorInfo: string;
351
+ colorHoverInfo: string;
352
+ colorPressedInfo: string;
353
+ colorFocusInfo: string;
354
+ colorDisabledInfo: string;
355
+ textColorInfo: string;
356
+ textColorHoverInfo: string;
357
+ textColorPressedInfo: string;
358
+ textColorFocusInfo: string;
359
+ textColorDisabledInfo: string;
360
+ textColorTextInfo: string;
361
+ textColorTextHoverInfo: string;
362
+ textColorTextPressedInfo: string;
363
+ textColorTextFocusInfo: string;
364
+ textColorTextDisabledInfo: string;
365
+ textColorGhostInfo: string;
366
+ textColorGhostHoverInfo: string;
367
+ textColorGhostPressedInfo: string;
368
+ textColorGhostFocusInfo: string;
369
+ textColorGhostDisabledInfo: string;
370
+ borderInfo: string;
371
+ borderHoverInfo: string;
372
+ borderPressedInfo: string;
373
+ borderFocusInfo: string;
374
+ borderDisabledInfo: string;
375
+ rippleColorInfo: string;
376
+ colorSuccess: string;
377
+ colorHoverSuccess: string;
378
+ colorPressedSuccess: string;
379
+ colorFocusSuccess: string;
380
+ colorDisabledSuccess: string;
381
+ textColorSuccess: string;
382
+ textColorHoverSuccess: string;
383
+ textColorPressedSuccess: string;
384
+ textColorFocusSuccess: string;
385
+ textColorDisabledSuccess: string;
386
+ textColorTextSuccess: string;
387
+ textColorTextHoverSuccess: string;
388
+ textColorTextPressedSuccess: string;
389
+ textColorTextFocusSuccess: string;
390
+ textColorTextDisabledSuccess: string;
391
+ textColorGhostSuccess: string;
392
+ textColorGhostHoverSuccess: string;
393
+ textColorGhostPressedSuccess: string;
394
+ textColorGhostFocusSuccess: string;
395
+ textColorGhostDisabledSuccess: string;
396
+ borderSuccess: string;
397
+ borderHoverSuccess: string;
398
+ borderPressedSuccess: string;
399
+ borderFocusSuccess: string;
400
+ borderDisabledSuccess: string;
401
+ rippleColorSuccess: string;
402
+ colorWarning: string;
403
+ colorHoverWarning: string;
404
+ colorPressedWarning: string;
405
+ colorFocusWarning: string;
406
+ colorDisabledWarning: string;
407
+ textColorWarning: string;
408
+ textColorHoverWarning: string;
409
+ textColorPressedWarning: string;
410
+ textColorFocusWarning: string;
411
+ textColorDisabledWarning: string;
412
+ textColorTextWarning: string;
413
+ textColorTextHoverWarning: string;
414
+ textColorTextPressedWarning: string;
415
+ textColorTextFocusWarning: string;
416
+ textColorTextDisabledWarning: string;
417
+ textColorGhostWarning: string;
418
+ textColorGhostHoverWarning: string;
419
+ textColorGhostPressedWarning: string;
420
+ textColorGhostFocusWarning: string;
421
+ textColorGhostDisabledWarning: string;
422
+ borderWarning: string;
423
+ borderHoverWarning: string;
424
+ borderPressedWarning: string;
425
+ borderFocusWarning: string;
426
+ borderDisabledWarning: string;
427
+ rippleColorWarning: string;
428
+ colorError: string;
429
+ colorHoverError: string;
430
+ colorPressedError: string;
431
+ colorFocusError: string;
432
+ colorDisabledError: string;
433
+ textColorError: string;
434
+ textColorHoverError: string;
435
+ textColorPressedError: string;
436
+ textColorFocusError: string;
437
+ textColorDisabledError: string;
438
+ textColorTextError: string;
439
+ textColorTextHoverError: string;
440
+ textColorTextPressedError: string;
441
+ textColorTextFocusError: string;
442
+ textColorTextDisabledError: string;
443
+ textColorGhostError: string;
444
+ textColorGhostHoverError: string;
445
+ textColorGhostPressedError: string;
446
+ textColorGhostFocusError: string;
447
+ textColorGhostDisabledError: string;
448
+ borderError: string;
449
+ borderHoverError: string;
450
+ borderPressedError: string;
451
+ borderFocusError: string;
452
+ borderDisabledError: string;
453
+ rippleColorError: string;
454
+ waveOpacity: string;
455
+ fontWeight: string;
456
+ fontWeightStrong: string;
457
+ paddingTiny: string;
458
+ paddingSmall: string;
459
+ paddingMedium: string;
460
+ paddingLarge: string;
461
+ paddingRoundTiny: string;
462
+ paddingRoundSmall: string;
463
+ paddingRoundMedium: string;
464
+ paddingRoundLarge: string;
465
+ iconMarginTiny: string;
466
+ iconMarginSmall: string;
467
+ iconMarginMedium: string;
468
+ iconMarginLarge: string;
469
+ iconSizeTiny: string;
470
+ iconSizeSmall: string;
471
+ iconSizeMedium: string;
472
+ iconSizeLarge: string;
473
+ rippleDuration: string;
474
+ }, any>;
475
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
476
+ countTextColor: string;
477
+ heightTiny: string;
478
+ heightSmall: string;
479
+ heightMedium: string;
480
+ heightLarge: string;
481
+ fontSizeTiny: string;
482
+ fontSizeSmall: string;
483
+ fontSizeMedium: string;
484
+ fontSizeLarge: string;
485
+ lineHeight: string;
486
+ lineHeightTextarea: string;
487
+ borderRadius: string;
488
+ iconSize: string;
489
+ groupLabelColor: string;
490
+ groupLabelTextColor: string;
491
+ textColor: string;
492
+ textColorDisabled: string;
493
+ textDecorationColor: string;
494
+ caretColor: string;
495
+ placeholderColor: string;
496
+ placeholderColorDisabled: string;
497
+ color: string;
498
+ colorDisabled: string;
499
+ colorFocus: string;
500
+ groupLabelBorder: string;
501
+ border: string;
502
+ borderHover: string;
503
+ borderDisabled: string;
504
+ borderFocus: string;
505
+ boxShadowFocus: string;
506
+ loadingColor: string;
507
+ loadingColorWarning: string;
508
+ borderWarning: string;
509
+ borderHoverWarning: string;
510
+ colorFocusWarning: string;
511
+ borderFocusWarning: string;
512
+ boxShadowFocusWarning: string;
513
+ caretColorWarning: string;
514
+ loadingColorError: string;
515
+ borderError: string;
516
+ borderHoverError: string;
517
+ colorFocusError: string;
518
+ borderFocusError: string;
519
+ boxShadowFocusError: string;
520
+ caretColorError: string;
521
+ clearColor: string;
522
+ clearColorHover: string;
523
+ clearColorPressed: string;
524
+ iconColor: string;
525
+ iconColorDisabled: string;
526
+ iconColorHover: string;
527
+ iconColorPressed: string;
528
+ suffixTextColor: string;
529
+ paddingTiny: string;
530
+ paddingSmall: string;
531
+ paddingMedium: string;
532
+ paddingLarge: string;
533
+ clearSize: string;
534
+ }, any>;
535
+ }>>;
536
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"TimePicker", {
537
+ panelColor: string;
538
+ panelBoxShadow: string;
539
+ panelDividerColor: string;
540
+ itemTextColor: string;
541
+ itemTextColorActive: string;
542
+ itemColorHover: string;
543
+ itemOpacityDisabled: string;
544
+ itemBorderRadius: string;
545
+ borderRadius: string;
546
+ iconColor: string;
547
+ iconColorDisabled: string;
548
+ itemFontSize: string;
549
+ itemHeight: string;
550
+ itemWidth: string;
551
+ panelActionPadding: string;
552
+ }, {
553
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
554
+ color: string;
555
+ colorHover: string;
556
+ }, any>;
557
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
558
+ heightTiny: string;
559
+ heightSmall: string;
560
+ heightMedium: string;
561
+ heightLarge: string;
562
+ borderRadiusTiny: string;
563
+ borderRadiusSmall: string;
564
+ borderRadiusMedium: string;
565
+ borderRadiusLarge: string;
566
+ fontSizeTiny: string;
567
+ fontSizeSmall: string;
568
+ fontSizeMedium: string;
569
+ fontSizeLarge: string;
570
+ opacityDisabled: string;
571
+ colorOpacitySecondary: string;
572
+ colorOpacitySecondaryHover: string;
573
+ colorOpacitySecondaryPressed: string;
574
+ colorSecondary: string;
575
+ colorSecondaryHover: string;
576
+ colorSecondaryPressed: string;
577
+ colorTertiary: string;
578
+ colorTertiaryHover: string;
579
+ colorTertiaryPressed: string;
580
+ colorQuaternary: string;
581
+ colorQuaternaryHover: string;
582
+ colorQuaternaryPressed: string;
583
+ color: string;
584
+ colorHover: string;
585
+ colorPressed: string;
586
+ colorFocus: string;
587
+ colorDisabled: string;
588
+ textColor: string;
589
+ textColorTertiary: string;
590
+ textColorHover: string;
591
+ textColorPressed: string;
592
+ textColorFocus: string;
593
+ textColorDisabled: string;
594
+ textColorText: string;
595
+ textColorTextHover: string;
596
+ textColorTextPressed: string;
597
+ textColorTextFocus: string;
598
+ textColorTextDisabled: string;
599
+ textColorGhost: string;
600
+ textColorGhostHover: string;
601
+ textColorGhostPressed: string;
602
+ textColorGhostFocus: string;
603
+ textColorGhostDisabled: string;
604
+ border: string;
605
+ borderHover: string;
606
+ borderPressed: string;
607
+ borderFocus: string;
608
+ borderDisabled: string;
609
+ rippleColor: string;
610
+ colorPrimary: string;
611
+ colorHoverPrimary: string;
612
+ colorPressedPrimary: string;
613
+ colorFocusPrimary: string;
614
+ colorDisabledPrimary: string;
615
+ textColorPrimary: string;
616
+ textColorHoverPrimary: string;
617
+ textColorPressedPrimary: string;
618
+ textColorFocusPrimary: string;
619
+ textColorDisabledPrimary: string;
620
+ textColorTextPrimary: string;
621
+ textColorTextHoverPrimary: string;
622
+ textColorTextPressedPrimary: string;
623
+ textColorTextFocusPrimary: string;
624
+ textColorTextDisabledPrimary: string;
625
+ textColorGhostPrimary: string;
626
+ textColorGhostHoverPrimary: string;
627
+ textColorGhostPressedPrimary: string;
628
+ textColorGhostFocusPrimary: string;
629
+ textColorGhostDisabledPrimary: string;
630
+ borderPrimary: string;
631
+ borderHoverPrimary: string;
632
+ borderPressedPrimary: string;
633
+ borderFocusPrimary: string;
634
+ borderDisabledPrimary: string;
635
+ rippleColorPrimary: string;
636
+ colorInfo: string;
637
+ colorHoverInfo: string;
638
+ colorPressedInfo: string;
639
+ colorFocusInfo: string;
640
+ colorDisabledInfo: string;
641
+ textColorInfo: string;
642
+ textColorHoverInfo: string;
643
+ textColorPressedInfo: string;
644
+ textColorFocusInfo: string;
645
+ textColorDisabledInfo: string;
646
+ textColorTextInfo: string;
647
+ textColorTextHoverInfo: string;
648
+ textColorTextPressedInfo: string;
649
+ textColorTextFocusInfo: string;
650
+ textColorTextDisabledInfo: string;
651
+ textColorGhostInfo: string;
652
+ textColorGhostHoverInfo: string;
653
+ textColorGhostPressedInfo: string;
654
+ textColorGhostFocusInfo: string;
655
+ textColorGhostDisabledInfo: string;
656
+ borderInfo: string;
657
+ borderHoverInfo: string;
658
+ borderPressedInfo: string;
659
+ borderFocusInfo: string;
660
+ borderDisabledInfo: string;
661
+ rippleColorInfo: string;
662
+ colorSuccess: string;
663
+ colorHoverSuccess: string;
664
+ colorPressedSuccess: string;
665
+ colorFocusSuccess: string;
666
+ colorDisabledSuccess: string;
667
+ textColorSuccess: string;
668
+ textColorHoverSuccess: string;
669
+ textColorPressedSuccess: string;
670
+ textColorFocusSuccess: string;
671
+ textColorDisabledSuccess: string;
672
+ textColorTextSuccess: string;
673
+ textColorTextHoverSuccess: string;
674
+ textColorTextPressedSuccess: string;
675
+ textColorTextFocusSuccess: string;
676
+ textColorTextDisabledSuccess: string;
677
+ textColorGhostSuccess: string;
678
+ textColorGhostHoverSuccess: string;
679
+ textColorGhostPressedSuccess: string;
680
+ textColorGhostFocusSuccess: string;
681
+ textColorGhostDisabledSuccess: string;
682
+ borderSuccess: string;
683
+ borderHoverSuccess: string;
684
+ borderPressedSuccess: string;
685
+ borderFocusSuccess: string;
686
+ borderDisabledSuccess: string;
687
+ rippleColorSuccess: string;
688
+ colorWarning: string;
689
+ colorHoverWarning: string;
690
+ colorPressedWarning: string;
691
+ colorFocusWarning: string;
692
+ colorDisabledWarning: string;
693
+ textColorWarning: string;
694
+ textColorHoverWarning: string;
695
+ textColorPressedWarning: string;
696
+ textColorFocusWarning: string;
697
+ textColorDisabledWarning: string;
698
+ textColorTextWarning: string;
699
+ textColorTextHoverWarning: string;
700
+ textColorTextPressedWarning: string;
701
+ textColorTextFocusWarning: string;
702
+ textColorTextDisabledWarning: string;
703
+ textColorGhostWarning: string;
704
+ textColorGhostHoverWarning: string;
705
+ textColorGhostPressedWarning: string;
706
+ textColorGhostFocusWarning: string;
707
+ textColorGhostDisabledWarning: string;
708
+ borderWarning: string;
709
+ borderHoverWarning: string;
710
+ borderPressedWarning: string;
711
+ borderFocusWarning: string;
712
+ borderDisabledWarning: string;
713
+ rippleColorWarning: string;
714
+ colorError: string;
715
+ colorHoverError: string;
716
+ colorPressedError: string;
717
+ colorFocusError: string;
718
+ colorDisabledError: string;
719
+ textColorError: string;
720
+ textColorHoverError: string;
721
+ textColorPressedError: string;
722
+ textColorFocusError: string;
723
+ textColorDisabledError: string;
724
+ textColorTextError: string;
725
+ textColorTextHoverError: string;
726
+ textColorTextPressedError: string;
727
+ textColorTextFocusError: string;
728
+ textColorTextDisabledError: string;
729
+ textColorGhostError: string;
730
+ textColorGhostHoverError: string;
731
+ textColorGhostPressedError: string;
732
+ textColorGhostFocusError: string;
733
+ textColorGhostDisabledError: string;
734
+ borderError: string;
735
+ borderHoverError: string;
736
+ borderPressedError: string;
737
+ borderFocusError: string;
738
+ borderDisabledError: string;
739
+ rippleColorError: string;
740
+ waveOpacity: string;
741
+ fontWeight: string;
742
+ fontWeightStrong: string;
743
+ paddingTiny: string;
744
+ paddingSmall: string;
745
+ paddingMedium: string;
746
+ paddingLarge: string;
747
+ paddingRoundTiny: string;
748
+ paddingRoundSmall: string;
749
+ paddingRoundMedium: string;
750
+ paddingRoundLarge: string;
751
+ iconMarginTiny: string;
752
+ iconMarginSmall: string;
753
+ iconMarginMedium: string;
754
+ iconMarginLarge: string;
755
+ iconSizeTiny: string;
756
+ iconSizeSmall: string;
757
+ iconSizeMedium: string;
758
+ iconSizeLarge: string;
759
+ rippleDuration: string;
760
+ }, any>;
761
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
762
+ countTextColor: string;
763
+ heightTiny: string;
764
+ heightSmall: string;
765
+ heightMedium: string;
766
+ heightLarge: string;
767
+ fontSizeTiny: string;
768
+ fontSizeSmall: string;
769
+ fontSizeMedium: string;
770
+ fontSizeLarge: string;
771
+ lineHeight: string;
772
+ lineHeightTextarea: string;
773
+ borderRadius: string;
774
+ iconSize: string;
775
+ groupLabelColor: string;
776
+ groupLabelTextColor: string;
777
+ textColor: string;
778
+ textColorDisabled: string;
779
+ textDecorationColor: string;
780
+ caretColor: string;
781
+ placeholderColor: string;
782
+ placeholderColorDisabled: string;
783
+ color: string;
784
+ colorDisabled: string;
785
+ colorFocus: string;
786
+ groupLabelBorder: string;
787
+ border: string;
788
+ borderHover: string;
789
+ borderDisabled: string;
790
+ borderFocus: string;
791
+ boxShadowFocus: string;
792
+ loadingColor: string;
793
+ loadingColorWarning: string;
794
+ borderWarning: string;
795
+ borderHoverWarning: string;
796
+ colorFocusWarning: string;
797
+ borderFocusWarning: string;
798
+ boxShadowFocusWarning: string;
799
+ caretColorWarning: string;
800
+ loadingColorError: string;
801
+ borderError: string;
802
+ borderHoverError: string;
803
+ colorFocusError: string;
804
+ borderFocusError: string;
805
+ boxShadowFocusError: string;
806
+ caretColorError: string;
807
+ clearColor: string;
808
+ clearColorHover: string;
809
+ clearColorPressed: string;
810
+ iconColor: string;
811
+ iconColorDisabled: string;
812
+ iconColorHover: string;
813
+ iconColorPressed: string;
814
+ suffixTextColor: string;
815
+ paddingTiny: string;
816
+ paddingSmall: string;
817
+ paddingMedium: string;
818
+ paddingLarge: string;
819
+ clearSize: string;
820
+ }, any>;
821
+ }>>>;
822
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"TimePicker", {
823
+ panelColor: string;
824
+ panelBoxShadow: string;
825
+ panelDividerColor: string;
826
+ itemTextColor: string;
827
+ itemTextColorActive: string;
828
+ itemColorHover: string;
829
+ itemOpacityDisabled: string;
830
+ itemBorderRadius: string;
831
+ borderRadius: string;
832
+ iconColor: string;
833
+ iconColorDisabled: string;
834
+ itemFontSize: string;
835
+ itemHeight: string;
836
+ itemWidth: string;
837
+ panelActionPadding: string;
838
+ }, {
839
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
840
+ color: string;
841
+ colorHover: string;
842
+ }, any>;
843
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
844
+ heightTiny: string;
845
+ heightSmall: string;
846
+ heightMedium: string;
847
+ heightLarge: string;
848
+ borderRadiusTiny: string;
849
+ borderRadiusSmall: string;
850
+ borderRadiusMedium: string;
851
+ borderRadiusLarge: string;
852
+ fontSizeTiny: string;
853
+ fontSizeSmall: string;
854
+ fontSizeMedium: string;
855
+ fontSizeLarge: string;
856
+ opacityDisabled: string;
857
+ colorOpacitySecondary: string;
858
+ colorOpacitySecondaryHover: string;
859
+ colorOpacitySecondaryPressed: string;
860
+ colorSecondary: string;
861
+ colorSecondaryHover: string;
862
+ colorSecondaryPressed: string;
863
+ colorTertiary: string;
864
+ colorTertiaryHover: string;
865
+ colorTertiaryPressed: string;
866
+ colorQuaternary: string;
867
+ colorQuaternaryHover: string;
868
+ colorQuaternaryPressed: string;
869
+ color: string;
870
+ colorHover: string;
871
+ colorPressed: string;
872
+ colorFocus: string;
873
+ colorDisabled: string;
874
+ textColor: string;
875
+ textColorTertiary: string;
876
+ textColorHover: string;
877
+ textColorPressed: string;
878
+ textColorFocus: string;
879
+ textColorDisabled: string;
880
+ textColorText: string;
881
+ textColorTextHover: string;
882
+ textColorTextPressed: string;
883
+ textColorTextFocus: string;
884
+ textColorTextDisabled: string;
885
+ textColorGhost: string;
886
+ textColorGhostHover: string;
887
+ textColorGhostPressed: string;
888
+ textColorGhostFocus: string;
889
+ textColorGhostDisabled: string;
890
+ border: string;
891
+ borderHover: string;
892
+ borderPressed: string;
893
+ borderFocus: string;
894
+ borderDisabled: string;
895
+ rippleColor: string;
896
+ colorPrimary: string;
897
+ colorHoverPrimary: string;
898
+ colorPressedPrimary: string;
899
+ colorFocusPrimary: string;
900
+ colorDisabledPrimary: string;
901
+ textColorPrimary: string;
902
+ textColorHoverPrimary: string;
903
+ textColorPressedPrimary: string;
904
+ textColorFocusPrimary: string;
905
+ textColorDisabledPrimary: string;
906
+ textColorTextPrimary: string;
907
+ textColorTextHoverPrimary: string;
908
+ textColorTextPressedPrimary: string;
909
+ textColorTextFocusPrimary: string;
910
+ textColorTextDisabledPrimary: string;
911
+ textColorGhostPrimary: string;
912
+ textColorGhostHoverPrimary: string;
913
+ textColorGhostPressedPrimary: string;
914
+ textColorGhostFocusPrimary: string;
915
+ textColorGhostDisabledPrimary: string;
916
+ borderPrimary: string;
917
+ borderHoverPrimary: string;
918
+ borderPressedPrimary: string;
919
+ borderFocusPrimary: string;
920
+ borderDisabledPrimary: string;
921
+ rippleColorPrimary: string;
922
+ colorInfo: string;
923
+ colorHoverInfo: string;
924
+ colorPressedInfo: string;
925
+ colorFocusInfo: string;
926
+ colorDisabledInfo: string;
927
+ textColorInfo: string;
928
+ textColorHoverInfo: string;
929
+ textColorPressedInfo: string;
930
+ textColorFocusInfo: string;
931
+ textColorDisabledInfo: string;
932
+ textColorTextInfo: string;
933
+ textColorTextHoverInfo: string;
934
+ textColorTextPressedInfo: string;
935
+ textColorTextFocusInfo: string;
936
+ textColorTextDisabledInfo: string;
937
+ textColorGhostInfo: string;
938
+ textColorGhostHoverInfo: string;
939
+ textColorGhostPressedInfo: string;
940
+ textColorGhostFocusInfo: string;
941
+ textColorGhostDisabledInfo: string;
942
+ borderInfo: string;
943
+ borderHoverInfo: string;
944
+ borderPressedInfo: string;
945
+ borderFocusInfo: string;
946
+ borderDisabledInfo: string;
947
+ rippleColorInfo: string;
948
+ colorSuccess: string;
949
+ colorHoverSuccess: string;
950
+ colorPressedSuccess: string;
951
+ colorFocusSuccess: string;
952
+ colorDisabledSuccess: string;
953
+ textColorSuccess: string;
954
+ textColorHoverSuccess: string;
955
+ textColorPressedSuccess: string;
956
+ textColorFocusSuccess: string;
957
+ textColorDisabledSuccess: string;
958
+ textColorTextSuccess: string;
959
+ textColorTextHoverSuccess: string;
960
+ textColorTextPressedSuccess: string;
961
+ textColorTextFocusSuccess: string;
962
+ textColorTextDisabledSuccess: string;
963
+ textColorGhostSuccess: string;
964
+ textColorGhostHoverSuccess: string;
965
+ textColorGhostPressedSuccess: string;
966
+ textColorGhostFocusSuccess: string;
967
+ textColorGhostDisabledSuccess: string;
968
+ borderSuccess: string;
969
+ borderHoverSuccess: string;
970
+ borderPressedSuccess: string;
971
+ borderFocusSuccess: string;
972
+ borderDisabledSuccess: string;
973
+ rippleColorSuccess: string;
974
+ colorWarning: string;
975
+ colorHoverWarning: string;
976
+ colorPressedWarning: string;
977
+ colorFocusWarning: string;
978
+ colorDisabledWarning: string;
979
+ textColorWarning: string;
980
+ textColorHoverWarning: string;
981
+ textColorPressedWarning: string;
982
+ textColorFocusWarning: string;
983
+ textColorDisabledWarning: string;
984
+ textColorTextWarning: string;
985
+ textColorTextHoverWarning: string;
986
+ textColorTextPressedWarning: string;
987
+ textColorTextFocusWarning: string;
988
+ textColorTextDisabledWarning: string;
989
+ textColorGhostWarning: string;
990
+ textColorGhostHoverWarning: string;
991
+ textColorGhostPressedWarning: string;
992
+ textColorGhostFocusWarning: string;
993
+ textColorGhostDisabledWarning: string;
994
+ borderWarning: string;
995
+ borderHoverWarning: string;
996
+ borderPressedWarning: string;
997
+ borderFocusWarning: string;
998
+ borderDisabledWarning: string;
999
+ rippleColorWarning: string;
1000
+ colorError: string;
1001
+ colorHoverError: string;
1002
+ colorPressedError: string;
1003
+ colorFocusError: string;
1004
+ colorDisabledError: string;
1005
+ textColorError: string;
1006
+ textColorHoverError: string;
1007
+ textColorPressedError: string;
1008
+ textColorFocusError: string;
1009
+ textColorDisabledError: string;
1010
+ textColorTextError: string;
1011
+ textColorTextHoverError: string;
1012
+ textColorTextPressedError: string;
1013
+ textColorTextFocusError: string;
1014
+ textColorTextDisabledError: string;
1015
+ textColorGhostError: string;
1016
+ textColorGhostHoverError: string;
1017
+ textColorGhostPressedError: string;
1018
+ textColorGhostFocusError: string;
1019
+ textColorGhostDisabledError: string;
1020
+ borderError: string;
1021
+ borderHoverError: string;
1022
+ borderPressedError: string;
1023
+ borderFocusError: string;
1024
+ borderDisabledError: string;
1025
+ rippleColorError: string;
1026
+ waveOpacity: string;
1027
+ fontWeight: string;
1028
+ fontWeightStrong: string;
1029
+ paddingTiny: string;
1030
+ paddingSmall: string;
1031
+ paddingMedium: string;
1032
+ paddingLarge: string;
1033
+ paddingRoundTiny: string;
1034
+ paddingRoundSmall: string;
1035
+ paddingRoundMedium: string;
1036
+ paddingRoundLarge: string;
1037
+ iconMarginTiny: string;
1038
+ iconMarginSmall: string;
1039
+ iconMarginMedium: string;
1040
+ iconMarginLarge: string;
1041
+ iconSizeTiny: string;
1042
+ iconSizeSmall: string;
1043
+ iconSizeMedium: string;
1044
+ iconSizeLarge: string;
1045
+ rippleDuration: string;
1046
+ }, any>;
1047
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
1048
+ countTextColor: string;
1049
+ heightTiny: string;
1050
+ heightSmall: string;
1051
+ heightMedium: string;
1052
+ heightLarge: string;
1053
+ fontSizeTiny: string;
1054
+ fontSizeSmall: string;
1055
+ fontSizeMedium: string;
1056
+ fontSizeLarge: string;
1057
+ lineHeight: string;
1058
+ lineHeightTextarea: string;
1059
+ borderRadius: string;
1060
+ iconSize: string;
1061
+ groupLabelColor: string;
1062
+ groupLabelTextColor: string;
1063
+ textColor: string;
1064
+ textColorDisabled: string;
1065
+ textDecorationColor: string;
1066
+ caretColor: string;
1067
+ placeholderColor: string;
1068
+ placeholderColorDisabled: string;
1069
+ color: string;
1070
+ colorDisabled: string;
1071
+ colorFocus: string;
1072
+ groupLabelBorder: string;
1073
+ border: string;
1074
+ borderHover: string;
1075
+ borderDisabled: string;
1076
+ borderFocus: string;
1077
+ boxShadowFocus: string;
1078
+ loadingColor: string;
1079
+ loadingColorWarning: string;
1080
+ borderWarning: string;
1081
+ borderHoverWarning: string;
1082
+ colorFocusWarning: string;
1083
+ borderFocusWarning: string;
1084
+ boxShadowFocusWarning: string;
1085
+ caretColorWarning: string;
1086
+ loadingColorError: string;
1087
+ borderError: string;
1088
+ borderHoverError: string;
1089
+ colorFocusError: string;
1090
+ borderFocusError: string;
1091
+ boxShadowFocusError: string;
1092
+ caretColorError: string;
1093
+ clearColor: string;
1094
+ clearColorHover: string;
1095
+ clearColorPressed: string;
1096
+ iconColor: string;
1097
+ iconColorDisabled: string;
1098
+ iconColorHover: string;
1099
+ iconColorPressed: string;
1100
+ suffixTextColor: string;
1101
+ paddingTiny: string;
1102
+ paddingSmall: string;
1103
+ paddingMedium: string;
1104
+ paddingLarge: string;
1105
+ clearSize: string;
1106
+ }, any>;
1107
+ }>>>;
1108
+ }, {
1109
+ focus: () => void;
1110
+ blur: () => void;
1111
+ mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
1112
+ mergedBordered: import("vue").ComputedRef<boolean>;
1113
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1114
+ namespace: import("vue").ComputedRef<string | undefined>;
1115
+ uncontrolledValue: import("vue").Ref<number | null>;
1116
+ mergedValue: import("vue").ComputedRef<number | null>;
1117
+ isMounted: Readonly<import("vue").Ref<boolean>>;
1118
+ inputInstRef: import("vue").Ref<{
1119
+ wrapperElRef: HTMLElement | null;
1120
+ textareaElRef: HTMLTextAreaElement | null;
1121
+ inputElRef: HTMLInputElement | null;
1122
+ isCompositing: boolean;
1123
+ blur: () => void;
1124
+ focus: () => void;
1125
+ select: () => void;
1126
+ activate: () => void;
1127
+ deactivate: () => void;
1128
+ } | null>;
1129
+ panelInstRef: import("vue").Ref<{
1130
+ $el: HTMLElement;
1131
+ hourScrollRef?: {
1132
+ $el: HTMLElement;
1133
+ containerRef: HTMLElement | null;
1134
+ contentRef: HTMLElement | null;
1135
+ containerScrollTop: number;
1136
+ syncUnifiedContainer: () => void;
1137
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
1138
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
1139
+ sync: () => void;
1140
+ handleMouseEnterWrapper: () => void;
1141
+ handleMouseLeaveWrapper: () => void;
1142
+ } | undefined;
1143
+ minuteScrollRef?: {
1144
+ $el: HTMLElement;
1145
+ containerRef: HTMLElement | null;
1146
+ contentRef: HTMLElement | null;
1147
+ containerScrollTop: number;
1148
+ syncUnifiedContainer: () => void;
1149
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
1150
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
1151
+ sync: () => void;
1152
+ handleMouseEnterWrapper: () => void;
1153
+ handleMouseLeaveWrapper: () => void;
1154
+ } | undefined;
1155
+ secondScrollRef?: {
1156
+ $el: HTMLElement;
1157
+ containerRef: HTMLElement | null;
1158
+ contentRef: HTMLElement | null;
1159
+ containerScrollTop: number;
1160
+ syncUnifiedContainer: () => void;
1161
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
1162
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
1163
+ sync: () => void;
1164
+ handleMouseEnterWrapper: () => void;
1165
+ handleMouseLeaveWrapper: () => void;
1166
+ } | undefined;
1167
+ amPmScrollRef?: {
1168
+ $el: HTMLElement;
1169
+ containerRef: HTMLElement | null;
1170
+ contentRef: HTMLElement | null;
1171
+ containerScrollTop: number;
1172
+ syncUnifiedContainer: () => void;
1173
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
1174
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
1175
+ sync: () => void;
1176
+ handleMouseEnterWrapper: () => void;
1177
+ handleMouseLeaveWrapper: () => void;
1178
+ } | undefined;
1179
+ } | null>;
1180
+ adjustedTo: import("vue").ComputedRef<string | HTMLElement>;
1181
+ mergedShow: import("vue").ComputedRef<boolean>;
1182
+ localizedNow: import("vue").ComputedRef<string>;
1183
+ localizedPlaceholder: import("vue").ComputedRef<string>;
1184
+ localizedNegativeText: import("vue").ComputedRef<string>;
1185
+ localizedPositiveText: import("vue").ComputedRef<string>;
1186
+ hourInFormat: import("vue").ComputedRef<boolean>;
1187
+ minuteInFormat: import("vue").ComputedRef<boolean>;
1188
+ secondInFormat: import("vue").ComputedRef<boolean>;
1189
+ mergedAttrSize: import("vue").ComputedRef<number>;
1190
+ displayTimeString: import("vue").Ref<string>;
1191
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
1192
+ mergedDisabled: import("vue").ComputedRef<boolean>;
1193
+ isValueInvalid: import("vue").ComputedRef<boolean>;
1194
+ isHourInvalid: import("vue").ComputedRef<boolean>;
1195
+ isMinuteInvalid: import("vue").ComputedRef<boolean>;
1196
+ isSecondInvalid: import("vue").ComputedRef<boolean>;
1197
+ transitionDisabled: import("vue").Ref<boolean>;
1198
+ hourValue: import("vue").ComputedRef<number | null>;
1199
+ minuteValue: import("vue").ComputedRef<number | null>;
1200
+ secondValue: import("vue").ComputedRef<number | null>;
1201
+ amPmValue: import("vue").ComputedRef<"am" | "pm" | null>;
1202
+ handleTimeInputFocus: (e: FocusEvent) => void;
1203
+ handleTimeInputBlur: (e: FocusEvent) => void;
1204
+ handleNowClick: () => void;
1205
+ handleConfirmClick: () => void;
1206
+ handleTimeInputUpdateValue: (v: string) => void;
1207
+ handleMenuFocusOut: (e: FocusEvent) => void;
1208
+ handleCancelClick: () => void;
1209
+ handleClickOutside: (e: MouseEvent) => void;
1210
+ handleTimeInputActivate: () => void;
1211
+ handleTimeInputDeactivate: () => void;
1212
+ handleHourClick: (hour: import("naive-ui/es/time-picker/src/interface").ItemValue) => void;
1213
+ handleMinuteClick: (minute: import("naive-ui/es/time-picker/src/interface").ItemValue) => void;
1214
+ handleSecondClick: (second: import("naive-ui/es/time-picker/src/interface").ItemValue) => void;
1215
+ handleAmPmClick: (amPm: import("naive-ui/es/time-picker/src/interface").ItemValue) => void;
1216
+ handleTimeInputClear: (e: MouseEvent) => void;
1217
+ handleFocusDetectorFocus: () => void;
1218
+ handleMenuKeyDown: (e: KeyboardEvent) => void;
1219
+ handleTriggerClick: (e: MouseEvent) => void;
1220
+ mergedTheme: import("vue").ComputedRef<{
1221
+ common: {
1222
+ baseColor: string;
1223
+ primaryColor: string;
1224
+ primaryColorHover: string;
1225
+ primaryColorPressed: string;
1226
+ primaryColorSuppl: string;
1227
+ infoColor: string;
1228
+ infoColorHover: string;
1229
+ infoColorPressed: string;
1230
+ infoColorSuppl: string;
1231
+ successColor: string;
1232
+ successColorHover: string;
1233
+ successColorPressed: string;
1234
+ successColorSuppl: string;
1235
+ warningColor: string;
1236
+ warningColorHover: string;
1237
+ warningColorPressed: string;
1238
+ warningColorSuppl: string;
1239
+ errorColor: string;
1240
+ errorColorHover: string;
1241
+ errorColorPressed: string;
1242
+ errorColorSuppl: string;
1243
+ textColorBase: string;
1244
+ textColor1: string;
1245
+ textColor2: string;
1246
+ textColor3: string;
1247
+ textColorDisabled: string;
1248
+ placeholderColor: string;
1249
+ placeholderColorDisabled: string;
1250
+ iconColor: string;
1251
+ iconColorHover: string;
1252
+ iconColorPressed: string;
1253
+ iconColorDisabled: string;
1254
+ opacity1: string;
1255
+ opacity2: string;
1256
+ opacity3: string;
1257
+ opacity4: string;
1258
+ opacity5: string;
1259
+ dividerColor: string;
1260
+ borderColor: string;
1261
+ closeColor: string;
1262
+ closeColorHover: string;
1263
+ closeColorPressed: string;
1264
+ closeColorDisabled: string;
1265
+ clearColor: string;
1266
+ clearColorHover: string;
1267
+ clearColorPressed: string;
1268
+ scrollbarColor: string;
1269
+ scrollbarColorHover: string;
1270
+ scrollbarWidth: string;
1271
+ scrollbarHeight: string;
1272
+ scrollbarBorderRadius: string;
1273
+ progressRailColor: string;
1274
+ railColor: string;
1275
+ popoverColor: string;
1276
+ tableColor: string;
1277
+ cardColor: string;
1278
+ modalColor: string;
1279
+ bodyColor: string;
1280
+ tagColor: string;
1281
+ avatarColor: string;
1282
+ invertedColor: string;
1283
+ inputColor: string;
1284
+ codeColor: string;
1285
+ tabColor: string;
1286
+ actionColor: string;
1287
+ tableHeaderColor: string;
1288
+ hoverColor: string;
1289
+ tableColorHover: string;
1290
+ tableColorStriped: string;
1291
+ pressedColor: string;
1292
+ opacityDisabled: string;
1293
+ inputColorDisabled: string;
1294
+ buttonColor2: string;
1295
+ buttonColor2Hover: string;
1296
+ buttonColor2Pressed: string;
1297
+ boxShadow1: string;
1298
+ boxShadow2: string;
1299
+ boxShadow3: string;
1300
+ fontFamily: string;
1301
+ fontFamilyMono: string;
1302
+ fontWeight: string;
1303
+ fontWeightStrong: string;
1304
+ cubicBezierEaseInOut: string;
1305
+ cubicBezierEaseOut: string;
1306
+ cubicBezierEaseIn: string;
1307
+ borderRadius: string;
1308
+ borderRadiusSmall: string;
1309
+ fontSize: string;
1310
+ fontSizeMini: string;
1311
+ fontSizeTiny: string;
1312
+ fontSizeSmall: string;
1313
+ fontSizeMedium: string;
1314
+ fontSizeLarge: string;
1315
+ fontSizeHuge: string;
1316
+ lineHeight: string;
1317
+ heightMini: string;
1318
+ heightTiny: string;
1319
+ heightSmall: string;
1320
+ heightMedium: string;
1321
+ heightLarge: string;
1322
+ heightHuge: string;
1323
+ name: "common";
1324
+ };
1325
+ self: {
1326
+ panelColor: string;
1327
+ panelBoxShadow: string;
1328
+ panelDividerColor: string;
1329
+ itemTextColor: string;
1330
+ itemTextColorActive: string;
1331
+ itemColorHover: string;
1332
+ itemOpacityDisabled: string;
1333
+ itemBorderRadius: string;
1334
+ borderRadius: string;
1335
+ iconColor: string;
1336
+ iconColorDisabled: string;
1337
+ itemFontSize: string;
1338
+ itemHeight: string;
1339
+ itemWidth: string;
1340
+ panelActionPadding: string;
1341
+ };
1342
+ peers: {
1343
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1344
+ color: string;
1345
+ colorHover: string;
1346
+ }, any>;
1347
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
1348
+ heightTiny: string;
1349
+ heightSmall: string;
1350
+ heightMedium: string;
1351
+ heightLarge: string;
1352
+ borderRadiusTiny: string;
1353
+ borderRadiusSmall: string;
1354
+ borderRadiusMedium: string;
1355
+ borderRadiusLarge: string;
1356
+ fontSizeTiny: string;
1357
+ fontSizeSmall: string;
1358
+ fontSizeMedium: string;
1359
+ fontSizeLarge: string;
1360
+ opacityDisabled: string;
1361
+ colorOpacitySecondary: string;
1362
+ colorOpacitySecondaryHover: string;
1363
+ colorOpacitySecondaryPressed: string;
1364
+ colorSecondary: string;
1365
+ colorSecondaryHover: string;
1366
+ colorSecondaryPressed: string;
1367
+ colorTertiary: string;
1368
+ colorTertiaryHover: string;
1369
+ colorTertiaryPressed: string;
1370
+ colorQuaternary: string;
1371
+ colorQuaternaryHover: string;
1372
+ colorQuaternaryPressed: string;
1373
+ color: string;
1374
+ colorHover: string;
1375
+ colorPressed: string;
1376
+ colorFocus: string;
1377
+ colorDisabled: string;
1378
+ textColor: string;
1379
+ textColorTertiary: string;
1380
+ textColorHover: string;
1381
+ textColorPressed: string;
1382
+ textColorFocus: string;
1383
+ textColorDisabled: string;
1384
+ textColorText: string;
1385
+ textColorTextHover: string;
1386
+ textColorTextPressed: string;
1387
+ textColorTextFocus: string;
1388
+ textColorTextDisabled: string;
1389
+ textColorGhost: string;
1390
+ textColorGhostHover: string;
1391
+ textColorGhostPressed: string;
1392
+ textColorGhostFocus: string;
1393
+ textColorGhostDisabled: string;
1394
+ border: string;
1395
+ borderHover: string;
1396
+ borderPressed: string;
1397
+ borderFocus: string;
1398
+ borderDisabled: string;
1399
+ rippleColor: string;
1400
+ colorPrimary: string;
1401
+ colorHoverPrimary: string;
1402
+ colorPressedPrimary: string;
1403
+ colorFocusPrimary: string;
1404
+ colorDisabledPrimary: string;
1405
+ textColorPrimary: string;
1406
+ textColorHoverPrimary: string;
1407
+ textColorPressedPrimary: string;
1408
+ textColorFocusPrimary: string;
1409
+ textColorDisabledPrimary: string;
1410
+ textColorTextPrimary: string;
1411
+ textColorTextHoverPrimary: string;
1412
+ textColorTextPressedPrimary: string;
1413
+ textColorTextFocusPrimary: string;
1414
+ textColorTextDisabledPrimary: string;
1415
+ textColorGhostPrimary: string;
1416
+ textColorGhostHoverPrimary: string;
1417
+ textColorGhostPressedPrimary: string;
1418
+ textColorGhostFocusPrimary: string;
1419
+ textColorGhostDisabledPrimary: string;
1420
+ borderPrimary: string;
1421
+ borderHoverPrimary: string;
1422
+ borderPressedPrimary: string;
1423
+ borderFocusPrimary: string;
1424
+ borderDisabledPrimary: string;
1425
+ rippleColorPrimary: string;
1426
+ colorInfo: string;
1427
+ colorHoverInfo: string;
1428
+ colorPressedInfo: string;
1429
+ colorFocusInfo: string;
1430
+ colorDisabledInfo: string;
1431
+ textColorInfo: string;
1432
+ textColorHoverInfo: string;
1433
+ textColorPressedInfo: string;
1434
+ textColorFocusInfo: string;
1435
+ textColorDisabledInfo: string;
1436
+ textColorTextInfo: string;
1437
+ textColorTextHoverInfo: string;
1438
+ textColorTextPressedInfo: string;
1439
+ textColorTextFocusInfo: string;
1440
+ textColorTextDisabledInfo: string;
1441
+ textColorGhostInfo: string;
1442
+ textColorGhostHoverInfo: string;
1443
+ textColorGhostPressedInfo: string;
1444
+ textColorGhostFocusInfo: string;
1445
+ textColorGhostDisabledInfo: string;
1446
+ borderInfo: string;
1447
+ borderHoverInfo: string;
1448
+ borderPressedInfo: string;
1449
+ borderFocusInfo: string;
1450
+ borderDisabledInfo: string;
1451
+ rippleColorInfo: string;
1452
+ colorSuccess: string;
1453
+ colorHoverSuccess: string;
1454
+ colorPressedSuccess: string;
1455
+ colorFocusSuccess: string;
1456
+ colorDisabledSuccess: string;
1457
+ textColorSuccess: string;
1458
+ textColorHoverSuccess: string;
1459
+ textColorPressedSuccess: string;
1460
+ textColorFocusSuccess: string;
1461
+ textColorDisabledSuccess: string;
1462
+ textColorTextSuccess: string;
1463
+ textColorTextHoverSuccess: string;
1464
+ textColorTextPressedSuccess: string;
1465
+ textColorTextFocusSuccess: string;
1466
+ textColorTextDisabledSuccess: string;
1467
+ textColorGhostSuccess: string;
1468
+ textColorGhostHoverSuccess: string;
1469
+ textColorGhostPressedSuccess: string;
1470
+ textColorGhostFocusSuccess: string;
1471
+ textColorGhostDisabledSuccess: string;
1472
+ borderSuccess: string;
1473
+ borderHoverSuccess: string;
1474
+ borderPressedSuccess: string;
1475
+ borderFocusSuccess: string;
1476
+ borderDisabledSuccess: string;
1477
+ rippleColorSuccess: string;
1478
+ colorWarning: string;
1479
+ colorHoverWarning: string;
1480
+ colorPressedWarning: string;
1481
+ colorFocusWarning: string;
1482
+ colorDisabledWarning: string;
1483
+ textColorWarning: string;
1484
+ textColorHoverWarning: string;
1485
+ textColorPressedWarning: string;
1486
+ textColorFocusWarning: string;
1487
+ textColorDisabledWarning: string;
1488
+ textColorTextWarning: string;
1489
+ textColorTextHoverWarning: string;
1490
+ textColorTextPressedWarning: string;
1491
+ textColorTextFocusWarning: string;
1492
+ textColorTextDisabledWarning: string;
1493
+ textColorGhostWarning: string;
1494
+ textColorGhostHoverWarning: string;
1495
+ textColorGhostPressedWarning: string;
1496
+ textColorGhostFocusWarning: string;
1497
+ textColorGhostDisabledWarning: string;
1498
+ borderWarning: string;
1499
+ borderHoverWarning: string;
1500
+ borderPressedWarning: string;
1501
+ borderFocusWarning: string;
1502
+ borderDisabledWarning: string;
1503
+ rippleColorWarning: string;
1504
+ colorError: string;
1505
+ colorHoverError: string;
1506
+ colorPressedError: string;
1507
+ colorFocusError: string;
1508
+ colorDisabledError: string;
1509
+ textColorError: string;
1510
+ textColorHoverError: string;
1511
+ textColorPressedError: string;
1512
+ textColorFocusError: string;
1513
+ textColorDisabledError: string;
1514
+ textColorTextError: string;
1515
+ textColorTextHoverError: string;
1516
+ textColorTextPressedError: string;
1517
+ textColorTextFocusError: string;
1518
+ textColorTextDisabledError: string;
1519
+ textColorGhostError: string;
1520
+ textColorGhostHoverError: string;
1521
+ textColorGhostPressedError: string;
1522
+ textColorGhostFocusError: string;
1523
+ textColorGhostDisabledError: string;
1524
+ borderError: string;
1525
+ borderHoverError: string;
1526
+ borderPressedError: string;
1527
+ borderFocusError: string;
1528
+ borderDisabledError: string;
1529
+ rippleColorError: string;
1530
+ waveOpacity: string;
1531
+ fontWeight: string;
1532
+ fontWeightStrong: string;
1533
+ paddingTiny: string;
1534
+ paddingSmall: string;
1535
+ paddingMedium: string;
1536
+ paddingLarge: string;
1537
+ paddingRoundTiny: string;
1538
+ paddingRoundSmall: string;
1539
+ paddingRoundMedium: string;
1540
+ paddingRoundLarge: string;
1541
+ iconMarginTiny: string;
1542
+ iconMarginSmall: string;
1543
+ iconMarginMedium: string;
1544
+ iconMarginLarge: string;
1545
+ iconSizeTiny: string;
1546
+ iconSizeSmall: string;
1547
+ iconSizeMedium: string;
1548
+ iconSizeLarge: string;
1549
+ rippleDuration: string;
1550
+ }, any>;
1551
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
1552
+ countTextColor: string;
1553
+ heightTiny: string;
1554
+ heightSmall: string;
1555
+ heightMedium: string;
1556
+ heightLarge: string;
1557
+ fontSizeTiny: string;
1558
+ fontSizeSmall: string;
1559
+ fontSizeMedium: string;
1560
+ fontSizeLarge: string;
1561
+ lineHeight: string;
1562
+ lineHeightTextarea: string;
1563
+ borderRadius: string;
1564
+ iconSize: string;
1565
+ groupLabelColor: string;
1566
+ groupLabelTextColor: string;
1567
+ textColor: string;
1568
+ textColorDisabled: string;
1569
+ textDecorationColor: string;
1570
+ caretColor: string;
1571
+ placeholderColor: string;
1572
+ placeholderColorDisabled: string;
1573
+ color: string;
1574
+ colorDisabled: string;
1575
+ colorFocus: string;
1576
+ groupLabelBorder: string;
1577
+ border: string;
1578
+ borderHover: string;
1579
+ borderDisabled: string;
1580
+ borderFocus: string;
1581
+ boxShadowFocus: string;
1582
+ loadingColor: string;
1583
+ loadingColorWarning: string;
1584
+ borderWarning: string;
1585
+ borderHoverWarning: string;
1586
+ colorFocusWarning: string;
1587
+ borderFocusWarning: string;
1588
+ boxShadowFocusWarning: string;
1589
+ caretColorWarning: string;
1590
+ loadingColorError: string;
1591
+ borderError: string;
1592
+ borderHoverError: string;
1593
+ colorFocusError: string;
1594
+ borderFocusError: string;
1595
+ boxShadowFocusError: string;
1596
+ caretColorError: string;
1597
+ clearColor: string;
1598
+ clearColorHover: string;
1599
+ clearColorPressed: string;
1600
+ iconColor: string;
1601
+ iconColorDisabled: string;
1602
+ iconColorHover: string;
1603
+ iconColorPressed: string;
1604
+ suffixTextColor: string;
1605
+ paddingTiny: string;
1606
+ paddingSmall: string;
1607
+ paddingMedium: string;
1608
+ paddingLarge: string;
1609
+ clearSize: string;
1610
+ }, any>;
1611
+ };
1612
+ peerOverrides: {
1613
+ Scrollbar?: {
1614
+ peers?: {
1615
+ [x: string]: any;
1616
+ } | undefined;
1617
+ } | undefined;
1618
+ Button?: {
1619
+ peers?: {
1620
+ [x: string]: any;
1621
+ } | undefined;
1622
+ } | undefined;
1623
+ Input?: {
1624
+ peers?: {
1625
+ [x: string]: any;
1626
+ } | undefined;
1627
+ } | undefined;
1628
+ };
1629
+ }>;
1630
+ triggerCssVars: import("vue").ComputedRef<{
1631
+ '--n-icon-color': string;
1632
+ '--n-icon-color-disabled': string;
1633
+ '--n-bezier': string;
1634
+ }> | undefined;
1635
+ triggerThemeClass: import("vue").Ref<string> | undefined;
1636
+ triggerOnRender: (() => void) | undefined;
1637
+ cssVars: import("vue").ComputedRef<{
1638
+ '--n-bezier': string;
1639
+ '--n-border-radius': string;
1640
+ '--n-item-color-hover': string;
1641
+ '--n-item-font-size': string;
1642
+ '--n-item-height': string;
1643
+ '--n-item-opacity-disabled': string;
1644
+ '--n-item-text-color': string;
1645
+ '--n-item-text-color-active': string;
1646
+ '--n-item-width': string;
1647
+ '--n-panel-action-padding': string;
1648
+ '--n-panel-box-shadow': string;
1649
+ '--n-panel-color': string;
1650
+ '--n-panel-divider-color': string;
1651
+ '--n-item-border-radius': string;
1652
+ }> | undefined;
1653
+ themeClass: import("vue").Ref<string> | undefined;
1654
+ onRender: (() => void) | undefined;
1655
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1656
+ to: {
1657
+ type: PropType<string | boolean | HTMLElement>;
1658
+ default: undefined;
1659
+ };
1660
+ bordered: {
1661
+ type: PropType<boolean | undefined>;
1662
+ default: undefined;
1663
+ };
1664
+ actions: PropType<("confirm" | "now")[] | null>;
1665
+ defaultValue: {
1666
+ type: PropType<number | null>;
1667
+ default: null;
1668
+ };
1669
+ defaultFormattedValue: StringConstructor;
1670
+ placeholder: StringConstructor;
1671
+ placement: {
1672
+ type: PropType<import("naive-ui").PopoverPlacement>;
1673
+ default: string;
1674
+ };
1675
+ value: PropType<number | null>;
1676
+ format: {
1677
+ type: StringConstructor;
1678
+ default: string;
1679
+ };
1680
+ valueFormat: StringConstructor;
1681
+ formattedValue: PropType<string | null>;
1682
+ isHourDisabled: PropType<import("naive-ui/es/time-picker/src/interface").IsHourDisabled>;
1683
+ size: PropType<import("naive-ui/es/time-picker/src/interface").Size>;
1684
+ isMinuteDisabled: PropType<import("naive-ui/es/time-picker/src/interface").IsMinuteDisabled>;
1685
+ isSecondDisabled: PropType<import("naive-ui/es/time-picker/src/interface").IsSecondDisabled>;
1686
+ inputReadonly: BooleanConstructor;
1687
+ clearable: BooleanConstructor;
1688
+ status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
1689
+ 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateValue>>;
1690
+ onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateValue>>;
1691
+ 'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(show: boolean) => void>>;
1692
+ onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(show: boolean) => void>>;
1693
+ onUpdateFormattedValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateFormattedValue>>;
1694
+ 'onUpdate:formattedValue': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateFormattedValue>>;
1695
+ onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1696
+ onConfirm: PropType<import("naive-ui/es/_utils").MaybeArray<(value: never, formattedValue: never) => void>>;
1697
+ onClear: PropType<() => void>;
1698
+ onFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1699
+ stateful: {
1700
+ type: BooleanConstructor;
1701
+ default: boolean;
1702
+ };
1703
+ showIcon: {
1704
+ type: BooleanConstructor;
1705
+ default: boolean;
1706
+ };
1707
+ disabled: {
1708
+ type: PropType<boolean | undefined>;
1709
+ default: undefined;
1710
+ };
1711
+ show: {
1712
+ type: PropType<boolean | undefined>;
1713
+ default: undefined;
1714
+ };
1715
+ hours: {
1716
+ type: PropType<import("naive-ui/es/_utils").MaybeArray<number>>;
1717
+ validator: (value: import("naive-ui/es/_utils").MaybeArray<number>) => boolean;
1718
+ };
1719
+ minutes: {
1720
+ type: PropType<import("naive-ui/es/_utils").MaybeArray<number>>;
1721
+ validator: (value: import("naive-ui/es/_utils").MaybeArray<number>) => boolean;
1722
+ };
1723
+ seconds: {
1724
+ type: PropType<import("naive-ui/es/_utils").MaybeArray<number>>;
1725
+ validator: (value: import("naive-ui/es/_utils").MaybeArray<number>) => boolean;
1726
+ };
1727
+ use12Hours: BooleanConstructor;
1728
+ onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateValue> | undefined>;
1729
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"TimePicker", {
1730
+ panelColor: string;
1731
+ panelBoxShadow: string;
1732
+ panelDividerColor: string;
1733
+ itemTextColor: string;
1734
+ itemTextColorActive: string;
1735
+ itemColorHover: string;
1736
+ itemOpacityDisabled: string;
1737
+ itemBorderRadius: string;
1738
+ borderRadius: string;
1739
+ iconColor: string;
1740
+ iconColorDisabled: string;
1741
+ itemFontSize: string;
1742
+ itemHeight: string;
1743
+ itemWidth: string;
1744
+ panelActionPadding: string;
1745
+ }, {
1746
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1747
+ color: string;
1748
+ colorHover: string;
1749
+ }, any>;
1750
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
1751
+ heightTiny: string;
1752
+ heightSmall: string;
1753
+ heightMedium: string;
1754
+ heightLarge: string;
1755
+ borderRadiusTiny: string;
1756
+ borderRadiusSmall: string;
1757
+ borderRadiusMedium: string;
1758
+ borderRadiusLarge: string;
1759
+ fontSizeTiny: string;
1760
+ fontSizeSmall: string;
1761
+ fontSizeMedium: string;
1762
+ fontSizeLarge: string;
1763
+ opacityDisabled: string;
1764
+ colorOpacitySecondary: string;
1765
+ colorOpacitySecondaryHover: string;
1766
+ colorOpacitySecondaryPressed: string;
1767
+ colorSecondary: string;
1768
+ colorSecondaryHover: string;
1769
+ colorSecondaryPressed: string;
1770
+ colorTertiary: string;
1771
+ colorTertiaryHover: string;
1772
+ colorTertiaryPressed: string;
1773
+ colorQuaternary: string;
1774
+ colorQuaternaryHover: string;
1775
+ colorQuaternaryPressed: string;
1776
+ color: string;
1777
+ colorHover: string;
1778
+ colorPressed: string;
1779
+ colorFocus: string;
1780
+ colorDisabled: string;
1781
+ textColor: string;
1782
+ textColorTertiary: string;
1783
+ textColorHover: string;
1784
+ textColorPressed: string;
1785
+ textColorFocus: string;
1786
+ textColorDisabled: string;
1787
+ textColorText: string;
1788
+ textColorTextHover: string;
1789
+ textColorTextPressed: string;
1790
+ textColorTextFocus: string;
1791
+ textColorTextDisabled: string;
1792
+ textColorGhost: string;
1793
+ textColorGhostHover: string;
1794
+ textColorGhostPressed: string;
1795
+ textColorGhostFocus: string;
1796
+ textColorGhostDisabled: string;
1797
+ border: string;
1798
+ borderHover: string;
1799
+ borderPressed: string;
1800
+ borderFocus: string;
1801
+ borderDisabled: string;
1802
+ rippleColor: string;
1803
+ colorPrimary: string;
1804
+ colorHoverPrimary: string;
1805
+ colorPressedPrimary: string;
1806
+ colorFocusPrimary: string;
1807
+ colorDisabledPrimary: string;
1808
+ textColorPrimary: string;
1809
+ textColorHoverPrimary: string;
1810
+ textColorPressedPrimary: string;
1811
+ textColorFocusPrimary: string;
1812
+ textColorDisabledPrimary: string;
1813
+ textColorTextPrimary: string;
1814
+ textColorTextHoverPrimary: string;
1815
+ textColorTextPressedPrimary: string;
1816
+ textColorTextFocusPrimary: string;
1817
+ textColorTextDisabledPrimary: string;
1818
+ textColorGhostPrimary: string;
1819
+ textColorGhostHoverPrimary: string;
1820
+ textColorGhostPressedPrimary: string;
1821
+ textColorGhostFocusPrimary: string;
1822
+ textColorGhostDisabledPrimary: string;
1823
+ borderPrimary: string;
1824
+ borderHoverPrimary: string;
1825
+ borderPressedPrimary: string;
1826
+ borderFocusPrimary: string;
1827
+ borderDisabledPrimary: string;
1828
+ rippleColorPrimary: string;
1829
+ colorInfo: string;
1830
+ colorHoverInfo: string;
1831
+ colorPressedInfo: string;
1832
+ colorFocusInfo: string;
1833
+ colorDisabledInfo: string;
1834
+ textColorInfo: string;
1835
+ textColorHoverInfo: string;
1836
+ textColorPressedInfo: string;
1837
+ textColorFocusInfo: string;
1838
+ textColorDisabledInfo: string;
1839
+ textColorTextInfo: string;
1840
+ textColorTextHoverInfo: string;
1841
+ textColorTextPressedInfo: string;
1842
+ textColorTextFocusInfo: string;
1843
+ textColorTextDisabledInfo: string;
1844
+ textColorGhostInfo: string;
1845
+ textColorGhostHoverInfo: string;
1846
+ textColorGhostPressedInfo: string;
1847
+ textColorGhostFocusInfo: string;
1848
+ textColorGhostDisabledInfo: string;
1849
+ borderInfo: string;
1850
+ borderHoverInfo: string;
1851
+ borderPressedInfo: string;
1852
+ borderFocusInfo: string;
1853
+ borderDisabledInfo: string;
1854
+ rippleColorInfo: string;
1855
+ colorSuccess: string;
1856
+ colorHoverSuccess: string;
1857
+ colorPressedSuccess: string;
1858
+ colorFocusSuccess: string;
1859
+ colorDisabledSuccess: string;
1860
+ textColorSuccess: string;
1861
+ textColorHoverSuccess: string;
1862
+ textColorPressedSuccess: string;
1863
+ textColorFocusSuccess: string;
1864
+ textColorDisabledSuccess: string;
1865
+ textColorTextSuccess: string;
1866
+ textColorTextHoverSuccess: string;
1867
+ textColorTextPressedSuccess: string;
1868
+ textColorTextFocusSuccess: string;
1869
+ textColorTextDisabledSuccess: string;
1870
+ textColorGhostSuccess: string;
1871
+ textColorGhostHoverSuccess: string;
1872
+ textColorGhostPressedSuccess: string;
1873
+ textColorGhostFocusSuccess: string;
1874
+ textColorGhostDisabledSuccess: string;
1875
+ borderSuccess: string;
1876
+ borderHoverSuccess: string;
1877
+ borderPressedSuccess: string;
1878
+ borderFocusSuccess: string;
1879
+ borderDisabledSuccess: string;
1880
+ rippleColorSuccess: string;
1881
+ colorWarning: string;
1882
+ colorHoverWarning: string;
1883
+ colorPressedWarning: string;
1884
+ colorFocusWarning: string;
1885
+ colorDisabledWarning: string;
1886
+ textColorWarning: string;
1887
+ textColorHoverWarning: string;
1888
+ textColorPressedWarning: string;
1889
+ textColorFocusWarning: string;
1890
+ textColorDisabledWarning: string;
1891
+ textColorTextWarning: string;
1892
+ textColorTextHoverWarning: string;
1893
+ textColorTextPressedWarning: string;
1894
+ textColorTextFocusWarning: string;
1895
+ textColorTextDisabledWarning: string;
1896
+ textColorGhostWarning: string;
1897
+ textColorGhostHoverWarning: string;
1898
+ textColorGhostPressedWarning: string;
1899
+ textColorGhostFocusWarning: string;
1900
+ textColorGhostDisabledWarning: string;
1901
+ borderWarning: string;
1902
+ borderHoverWarning: string;
1903
+ borderPressedWarning: string;
1904
+ borderFocusWarning: string;
1905
+ borderDisabledWarning: string;
1906
+ rippleColorWarning: string;
1907
+ colorError: string;
1908
+ colorHoverError: string;
1909
+ colorPressedError: string;
1910
+ colorFocusError: string;
1911
+ colorDisabledError: string;
1912
+ textColorError: string;
1913
+ textColorHoverError: string;
1914
+ textColorPressedError: string;
1915
+ textColorFocusError: string;
1916
+ textColorDisabledError: string;
1917
+ textColorTextError: string;
1918
+ textColorTextHoverError: string;
1919
+ textColorTextPressedError: string;
1920
+ textColorTextFocusError: string;
1921
+ textColorTextDisabledError: string;
1922
+ textColorGhostError: string;
1923
+ textColorGhostHoverError: string;
1924
+ textColorGhostPressedError: string;
1925
+ textColorGhostFocusError: string;
1926
+ textColorGhostDisabledError: string;
1927
+ borderError: string;
1928
+ borderHoverError: string;
1929
+ borderPressedError: string;
1930
+ borderFocusError: string;
1931
+ borderDisabledError: string;
1932
+ rippleColorError: string;
1933
+ waveOpacity: string;
1934
+ fontWeight: string;
1935
+ fontWeightStrong: string;
1936
+ paddingTiny: string;
1937
+ paddingSmall: string;
1938
+ paddingMedium: string;
1939
+ paddingLarge: string;
1940
+ paddingRoundTiny: string;
1941
+ paddingRoundSmall: string;
1942
+ paddingRoundMedium: string;
1943
+ paddingRoundLarge: string;
1944
+ iconMarginTiny: string;
1945
+ iconMarginSmall: string;
1946
+ iconMarginMedium: string;
1947
+ iconMarginLarge: string;
1948
+ iconSizeTiny: string;
1949
+ iconSizeSmall: string;
1950
+ iconSizeMedium: string;
1951
+ iconSizeLarge: string;
1952
+ rippleDuration: string;
1953
+ }, any>;
1954
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
1955
+ countTextColor: string;
1956
+ heightTiny: string;
1957
+ heightSmall: string;
1958
+ heightMedium: string;
1959
+ heightLarge: string;
1960
+ fontSizeTiny: string;
1961
+ fontSizeSmall: string;
1962
+ fontSizeMedium: string;
1963
+ fontSizeLarge: string;
1964
+ lineHeight: string;
1965
+ lineHeightTextarea: string;
1966
+ borderRadius: string;
1967
+ iconSize: string;
1968
+ groupLabelColor: string;
1969
+ groupLabelTextColor: string;
1970
+ textColor: string;
1971
+ textColorDisabled: string;
1972
+ textDecorationColor: string;
1973
+ caretColor: string;
1974
+ placeholderColor: string;
1975
+ placeholderColorDisabled: string;
1976
+ color: string;
1977
+ colorDisabled: string;
1978
+ colorFocus: string;
1979
+ groupLabelBorder: string;
1980
+ border: string;
1981
+ borderHover: string;
1982
+ borderDisabled: string;
1983
+ borderFocus: string;
1984
+ boxShadowFocus: string;
1985
+ loadingColor: string;
1986
+ loadingColorWarning: string;
1987
+ borderWarning: string;
1988
+ borderHoverWarning: string;
1989
+ colorFocusWarning: string;
1990
+ borderFocusWarning: string;
1991
+ boxShadowFocusWarning: string;
1992
+ caretColorWarning: string;
1993
+ loadingColorError: string;
1994
+ borderError: string;
1995
+ borderHoverError: string;
1996
+ colorFocusError: string;
1997
+ borderFocusError: string;
1998
+ boxShadowFocusError: string;
1999
+ caretColorError: string;
2000
+ clearColor: string;
2001
+ clearColorHover: string;
2002
+ clearColorPressed: string;
2003
+ iconColor: string;
2004
+ iconColorDisabled: string;
2005
+ iconColorHover: string;
2006
+ iconColorPressed: string;
2007
+ suffixTextColor: string;
2008
+ paddingTiny: string;
2009
+ paddingSmall: string;
2010
+ paddingMedium: string;
2011
+ paddingLarge: string;
2012
+ clearSize: string;
2013
+ }, any>;
2014
+ }>>;
2015
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"TimePicker", {
2016
+ panelColor: string;
2017
+ panelBoxShadow: string;
2018
+ panelDividerColor: string;
2019
+ itemTextColor: string;
2020
+ itemTextColorActive: string;
2021
+ itemColorHover: string;
2022
+ itemOpacityDisabled: string;
2023
+ itemBorderRadius: string;
2024
+ borderRadius: string;
2025
+ iconColor: string;
2026
+ iconColorDisabled: string;
2027
+ itemFontSize: string;
2028
+ itemHeight: string;
2029
+ itemWidth: string;
2030
+ panelActionPadding: string;
2031
+ }, {
2032
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
2033
+ color: string;
2034
+ colorHover: string;
2035
+ }, any>;
2036
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
2037
+ heightTiny: string;
2038
+ heightSmall: string;
2039
+ heightMedium: string;
2040
+ heightLarge: string;
2041
+ borderRadiusTiny: string;
2042
+ borderRadiusSmall: string;
2043
+ borderRadiusMedium: string;
2044
+ borderRadiusLarge: string;
2045
+ fontSizeTiny: string;
2046
+ fontSizeSmall: string;
2047
+ fontSizeMedium: string;
2048
+ fontSizeLarge: string;
2049
+ opacityDisabled: string;
2050
+ colorOpacitySecondary: string;
2051
+ colorOpacitySecondaryHover: string;
2052
+ colorOpacitySecondaryPressed: string;
2053
+ colorSecondary: string;
2054
+ colorSecondaryHover: string;
2055
+ colorSecondaryPressed: string;
2056
+ colorTertiary: string;
2057
+ colorTertiaryHover: string;
2058
+ colorTertiaryPressed: string;
2059
+ colorQuaternary: string;
2060
+ colorQuaternaryHover: string;
2061
+ colorQuaternaryPressed: string;
2062
+ color: string;
2063
+ colorHover: string;
2064
+ colorPressed: string;
2065
+ colorFocus: string;
2066
+ colorDisabled: string;
2067
+ textColor: string;
2068
+ textColorTertiary: string;
2069
+ textColorHover: string;
2070
+ textColorPressed: string;
2071
+ textColorFocus: string;
2072
+ textColorDisabled: string;
2073
+ textColorText: string;
2074
+ textColorTextHover: string;
2075
+ textColorTextPressed: string;
2076
+ textColorTextFocus: string;
2077
+ textColorTextDisabled: string;
2078
+ textColorGhost: string;
2079
+ textColorGhostHover: string;
2080
+ textColorGhostPressed: string;
2081
+ textColorGhostFocus: string;
2082
+ textColorGhostDisabled: string;
2083
+ border: string;
2084
+ borderHover: string;
2085
+ borderPressed: string;
2086
+ borderFocus: string;
2087
+ borderDisabled: string;
2088
+ rippleColor: string;
2089
+ colorPrimary: string;
2090
+ colorHoverPrimary: string;
2091
+ colorPressedPrimary: string;
2092
+ colorFocusPrimary: string;
2093
+ colorDisabledPrimary: string;
2094
+ textColorPrimary: string;
2095
+ textColorHoverPrimary: string;
2096
+ textColorPressedPrimary: string;
2097
+ textColorFocusPrimary: string;
2098
+ textColorDisabledPrimary: string;
2099
+ textColorTextPrimary: string;
2100
+ textColorTextHoverPrimary: string;
2101
+ textColorTextPressedPrimary: string;
2102
+ textColorTextFocusPrimary: string;
2103
+ textColorTextDisabledPrimary: string;
2104
+ textColorGhostPrimary: string;
2105
+ textColorGhostHoverPrimary: string;
2106
+ textColorGhostPressedPrimary: string;
2107
+ textColorGhostFocusPrimary: string;
2108
+ textColorGhostDisabledPrimary: string;
2109
+ borderPrimary: string;
2110
+ borderHoverPrimary: string;
2111
+ borderPressedPrimary: string;
2112
+ borderFocusPrimary: string;
2113
+ borderDisabledPrimary: string;
2114
+ rippleColorPrimary: string;
2115
+ colorInfo: string;
2116
+ colorHoverInfo: string;
2117
+ colorPressedInfo: string;
2118
+ colorFocusInfo: string;
2119
+ colorDisabledInfo: string;
2120
+ textColorInfo: string;
2121
+ textColorHoverInfo: string;
2122
+ textColorPressedInfo: string;
2123
+ textColorFocusInfo: string;
2124
+ textColorDisabledInfo: string;
2125
+ textColorTextInfo: string;
2126
+ textColorTextHoverInfo: string;
2127
+ textColorTextPressedInfo: string;
2128
+ textColorTextFocusInfo: string;
2129
+ textColorTextDisabledInfo: string;
2130
+ textColorGhostInfo: string;
2131
+ textColorGhostHoverInfo: string;
2132
+ textColorGhostPressedInfo: string;
2133
+ textColorGhostFocusInfo: string;
2134
+ textColorGhostDisabledInfo: string;
2135
+ borderInfo: string;
2136
+ borderHoverInfo: string;
2137
+ borderPressedInfo: string;
2138
+ borderFocusInfo: string;
2139
+ borderDisabledInfo: string;
2140
+ rippleColorInfo: string;
2141
+ colorSuccess: string;
2142
+ colorHoverSuccess: string;
2143
+ colorPressedSuccess: string;
2144
+ colorFocusSuccess: string;
2145
+ colorDisabledSuccess: string;
2146
+ textColorSuccess: string;
2147
+ textColorHoverSuccess: string;
2148
+ textColorPressedSuccess: string;
2149
+ textColorFocusSuccess: string;
2150
+ textColorDisabledSuccess: string;
2151
+ textColorTextSuccess: string;
2152
+ textColorTextHoverSuccess: string;
2153
+ textColorTextPressedSuccess: string;
2154
+ textColorTextFocusSuccess: string;
2155
+ textColorTextDisabledSuccess: string;
2156
+ textColorGhostSuccess: string;
2157
+ textColorGhostHoverSuccess: string;
2158
+ textColorGhostPressedSuccess: string;
2159
+ textColorGhostFocusSuccess: string;
2160
+ textColorGhostDisabledSuccess: string;
2161
+ borderSuccess: string;
2162
+ borderHoverSuccess: string;
2163
+ borderPressedSuccess: string;
2164
+ borderFocusSuccess: string;
2165
+ borderDisabledSuccess: string;
2166
+ rippleColorSuccess: string;
2167
+ colorWarning: string;
2168
+ colorHoverWarning: string;
2169
+ colorPressedWarning: string;
2170
+ colorFocusWarning: string;
2171
+ colorDisabledWarning: string;
2172
+ textColorWarning: string;
2173
+ textColorHoverWarning: string;
2174
+ textColorPressedWarning: string;
2175
+ textColorFocusWarning: string;
2176
+ textColorDisabledWarning: string;
2177
+ textColorTextWarning: string;
2178
+ textColorTextHoverWarning: string;
2179
+ textColorTextPressedWarning: string;
2180
+ textColorTextFocusWarning: string;
2181
+ textColorTextDisabledWarning: string;
2182
+ textColorGhostWarning: string;
2183
+ textColorGhostHoverWarning: string;
2184
+ textColorGhostPressedWarning: string;
2185
+ textColorGhostFocusWarning: string;
2186
+ textColorGhostDisabledWarning: string;
2187
+ borderWarning: string;
2188
+ borderHoverWarning: string;
2189
+ borderPressedWarning: string;
2190
+ borderFocusWarning: string;
2191
+ borderDisabledWarning: string;
2192
+ rippleColorWarning: string;
2193
+ colorError: string;
2194
+ colorHoverError: string;
2195
+ colorPressedError: string;
2196
+ colorFocusError: string;
2197
+ colorDisabledError: string;
2198
+ textColorError: string;
2199
+ textColorHoverError: string;
2200
+ textColorPressedError: string;
2201
+ textColorFocusError: string;
2202
+ textColorDisabledError: string;
2203
+ textColorTextError: string;
2204
+ textColorTextHoverError: string;
2205
+ textColorTextPressedError: string;
2206
+ textColorTextFocusError: string;
2207
+ textColorTextDisabledError: string;
2208
+ textColorGhostError: string;
2209
+ textColorGhostHoverError: string;
2210
+ textColorGhostPressedError: string;
2211
+ textColorGhostFocusError: string;
2212
+ textColorGhostDisabledError: string;
2213
+ borderError: string;
2214
+ borderHoverError: string;
2215
+ borderPressedError: string;
2216
+ borderFocusError: string;
2217
+ borderDisabledError: string;
2218
+ rippleColorError: string;
2219
+ waveOpacity: string;
2220
+ fontWeight: string;
2221
+ fontWeightStrong: string;
2222
+ paddingTiny: string;
2223
+ paddingSmall: string;
2224
+ paddingMedium: string;
2225
+ paddingLarge: string;
2226
+ paddingRoundTiny: string;
2227
+ paddingRoundSmall: string;
2228
+ paddingRoundMedium: string;
2229
+ paddingRoundLarge: string;
2230
+ iconMarginTiny: string;
2231
+ iconMarginSmall: string;
2232
+ iconMarginMedium: string;
2233
+ iconMarginLarge: string;
2234
+ iconSizeTiny: string;
2235
+ iconSizeSmall: string;
2236
+ iconSizeMedium: string;
2237
+ iconSizeLarge: string;
2238
+ rippleDuration: string;
2239
+ }, any>;
2240
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
2241
+ countTextColor: string;
2242
+ heightTiny: string;
2243
+ heightSmall: string;
2244
+ heightMedium: string;
2245
+ heightLarge: string;
2246
+ fontSizeTiny: string;
2247
+ fontSizeSmall: string;
2248
+ fontSizeMedium: string;
2249
+ fontSizeLarge: string;
2250
+ lineHeight: string;
2251
+ lineHeightTextarea: string;
2252
+ borderRadius: string;
2253
+ iconSize: string;
2254
+ groupLabelColor: string;
2255
+ groupLabelTextColor: string;
2256
+ textColor: string;
2257
+ textColorDisabled: string;
2258
+ textDecorationColor: string;
2259
+ caretColor: string;
2260
+ placeholderColor: string;
2261
+ placeholderColorDisabled: string;
2262
+ color: string;
2263
+ colorDisabled: string;
2264
+ colorFocus: string;
2265
+ groupLabelBorder: string;
2266
+ border: string;
2267
+ borderHover: string;
2268
+ borderDisabled: string;
2269
+ borderFocus: string;
2270
+ boxShadowFocus: string;
2271
+ loadingColor: string;
2272
+ loadingColorWarning: string;
2273
+ borderWarning: string;
2274
+ borderHoverWarning: string;
2275
+ colorFocusWarning: string;
2276
+ borderFocusWarning: string;
2277
+ boxShadowFocusWarning: string;
2278
+ caretColorWarning: string;
2279
+ loadingColorError: string;
2280
+ borderError: string;
2281
+ borderHoverError: string;
2282
+ colorFocusError: string;
2283
+ borderFocusError: string;
2284
+ boxShadowFocusError: string;
2285
+ caretColorError: string;
2286
+ clearColor: string;
2287
+ clearColorHover: string;
2288
+ clearColorPressed: string;
2289
+ iconColor: string;
2290
+ iconColorDisabled: string;
2291
+ iconColorHover: string;
2292
+ iconColorPressed: string;
2293
+ suffixTextColor: string;
2294
+ paddingTiny: string;
2295
+ paddingSmall: string;
2296
+ paddingMedium: string;
2297
+ paddingLarge: string;
2298
+ clearSize: string;
2299
+ }, any>;
2300
+ }>>>;
2301
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"TimePicker", {
2302
+ panelColor: string;
2303
+ panelBoxShadow: string;
2304
+ panelDividerColor: string;
2305
+ itemTextColor: string;
2306
+ itemTextColorActive: string;
2307
+ itemColorHover: string;
2308
+ itemOpacityDisabled: string;
2309
+ itemBorderRadius: string;
2310
+ borderRadius: string;
2311
+ iconColor: string;
2312
+ iconColorDisabled: string;
2313
+ itemFontSize: string;
2314
+ itemHeight: string;
2315
+ itemWidth: string;
2316
+ panelActionPadding: string;
2317
+ }, {
2318
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
2319
+ color: string;
2320
+ colorHover: string;
2321
+ }, any>;
2322
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
2323
+ heightTiny: string;
2324
+ heightSmall: string;
2325
+ heightMedium: string;
2326
+ heightLarge: string;
2327
+ borderRadiusTiny: string;
2328
+ borderRadiusSmall: string;
2329
+ borderRadiusMedium: string;
2330
+ borderRadiusLarge: string;
2331
+ fontSizeTiny: string;
2332
+ fontSizeSmall: string;
2333
+ fontSizeMedium: string;
2334
+ fontSizeLarge: string;
2335
+ opacityDisabled: string;
2336
+ colorOpacitySecondary: string;
2337
+ colorOpacitySecondaryHover: string;
2338
+ colorOpacitySecondaryPressed: string;
2339
+ colorSecondary: string;
2340
+ colorSecondaryHover: string;
2341
+ colorSecondaryPressed: string;
2342
+ colorTertiary: string;
2343
+ colorTertiaryHover: string;
2344
+ colorTertiaryPressed: string;
2345
+ colorQuaternary: string;
2346
+ colorQuaternaryHover: string;
2347
+ colorQuaternaryPressed: string;
2348
+ color: string;
2349
+ colorHover: string;
2350
+ colorPressed: string;
2351
+ colorFocus: string;
2352
+ colorDisabled: string;
2353
+ textColor: string;
2354
+ textColorTertiary: string;
2355
+ textColorHover: string;
2356
+ textColorPressed: string;
2357
+ textColorFocus: string;
2358
+ textColorDisabled: string;
2359
+ textColorText: string;
2360
+ textColorTextHover: string;
2361
+ textColorTextPressed: string;
2362
+ textColorTextFocus: string;
2363
+ textColorTextDisabled: string;
2364
+ textColorGhost: string;
2365
+ textColorGhostHover: string;
2366
+ textColorGhostPressed: string;
2367
+ textColorGhostFocus: string;
2368
+ textColorGhostDisabled: string;
2369
+ border: string;
2370
+ borderHover: string;
2371
+ borderPressed: string;
2372
+ borderFocus: string;
2373
+ borderDisabled: string;
2374
+ rippleColor: string;
2375
+ colorPrimary: string;
2376
+ colorHoverPrimary: string;
2377
+ colorPressedPrimary: string;
2378
+ colorFocusPrimary: string;
2379
+ colorDisabledPrimary: string;
2380
+ textColorPrimary: string;
2381
+ textColorHoverPrimary: string;
2382
+ textColorPressedPrimary: string;
2383
+ textColorFocusPrimary: string;
2384
+ textColorDisabledPrimary: string;
2385
+ textColorTextPrimary: string;
2386
+ textColorTextHoverPrimary: string;
2387
+ textColorTextPressedPrimary: string;
2388
+ textColorTextFocusPrimary: string;
2389
+ textColorTextDisabledPrimary: string;
2390
+ textColorGhostPrimary: string;
2391
+ textColorGhostHoverPrimary: string;
2392
+ textColorGhostPressedPrimary: string;
2393
+ textColorGhostFocusPrimary: string;
2394
+ textColorGhostDisabledPrimary: string;
2395
+ borderPrimary: string;
2396
+ borderHoverPrimary: string;
2397
+ borderPressedPrimary: string;
2398
+ borderFocusPrimary: string;
2399
+ borderDisabledPrimary: string;
2400
+ rippleColorPrimary: string;
2401
+ colorInfo: string;
2402
+ colorHoverInfo: string;
2403
+ colorPressedInfo: string;
2404
+ colorFocusInfo: string;
2405
+ colorDisabledInfo: string;
2406
+ textColorInfo: string;
2407
+ textColorHoverInfo: string;
2408
+ textColorPressedInfo: string;
2409
+ textColorFocusInfo: string;
2410
+ textColorDisabledInfo: string;
2411
+ textColorTextInfo: string;
2412
+ textColorTextHoverInfo: string;
2413
+ textColorTextPressedInfo: string;
2414
+ textColorTextFocusInfo: string;
2415
+ textColorTextDisabledInfo: string;
2416
+ textColorGhostInfo: string;
2417
+ textColorGhostHoverInfo: string;
2418
+ textColorGhostPressedInfo: string;
2419
+ textColorGhostFocusInfo: string;
2420
+ textColorGhostDisabledInfo: string;
2421
+ borderInfo: string;
2422
+ borderHoverInfo: string;
2423
+ borderPressedInfo: string;
2424
+ borderFocusInfo: string;
2425
+ borderDisabledInfo: string;
2426
+ rippleColorInfo: string;
2427
+ colorSuccess: string;
2428
+ colorHoverSuccess: string;
2429
+ colorPressedSuccess: string;
2430
+ colorFocusSuccess: string;
2431
+ colorDisabledSuccess: string;
2432
+ textColorSuccess: string;
2433
+ textColorHoverSuccess: string;
2434
+ textColorPressedSuccess: string;
2435
+ textColorFocusSuccess: string;
2436
+ textColorDisabledSuccess: string;
2437
+ textColorTextSuccess: string;
2438
+ textColorTextHoverSuccess: string;
2439
+ textColorTextPressedSuccess: string;
2440
+ textColorTextFocusSuccess: string;
2441
+ textColorTextDisabledSuccess: string;
2442
+ textColorGhostSuccess: string;
2443
+ textColorGhostHoverSuccess: string;
2444
+ textColorGhostPressedSuccess: string;
2445
+ textColorGhostFocusSuccess: string;
2446
+ textColorGhostDisabledSuccess: string;
2447
+ borderSuccess: string;
2448
+ borderHoverSuccess: string;
2449
+ borderPressedSuccess: string;
2450
+ borderFocusSuccess: string;
2451
+ borderDisabledSuccess: string;
2452
+ rippleColorSuccess: string;
2453
+ colorWarning: string;
2454
+ colorHoverWarning: string;
2455
+ colorPressedWarning: string;
2456
+ colorFocusWarning: string;
2457
+ colorDisabledWarning: string;
2458
+ textColorWarning: string;
2459
+ textColorHoverWarning: string;
2460
+ textColorPressedWarning: string;
2461
+ textColorFocusWarning: string;
2462
+ textColorDisabledWarning: string;
2463
+ textColorTextWarning: string;
2464
+ textColorTextHoverWarning: string;
2465
+ textColorTextPressedWarning: string;
2466
+ textColorTextFocusWarning: string;
2467
+ textColorTextDisabledWarning: string;
2468
+ textColorGhostWarning: string;
2469
+ textColorGhostHoverWarning: string;
2470
+ textColorGhostPressedWarning: string;
2471
+ textColorGhostFocusWarning: string;
2472
+ textColorGhostDisabledWarning: string;
2473
+ borderWarning: string;
2474
+ borderHoverWarning: string;
2475
+ borderPressedWarning: string;
2476
+ borderFocusWarning: string;
2477
+ borderDisabledWarning: string;
2478
+ rippleColorWarning: string;
2479
+ colorError: string;
2480
+ colorHoverError: string;
2481
+ colorPressedError: string;
2482
+ colorFocusError: string;
2483
+ colorDisabledError: string;
2484
+ textColorError: string;
2485
+ textColorHoverError: string;
2486
+ textColorPressedError: string;
2487
+ textColorFocusError: string;
2488
+ textColorDisabledError: string;
2489
+ textColorTextError: string;
2490
+ textColorTextHoverError: string;
2491
+ textColorTextPressedError: string;
2492
+ textColorTextFocusError: string;
2493
+ textColorTextDisabledError: string;
2494
+ textColorGhostError: string;
2495
+ textColorGhostHoverError: string;
2496
+ textColorGhostPressedError: string;
2497
+ textColorGhostFocusError: string;
2498
+ textColorGhostDisabledError: string;
2499
+ borderError: string;
2500
+ borderHoverError: string;
2501
+ borderPressedError: string;
2502
+ borderFocusError: string;
2503
+ borderDisabledError: string;
2504
+ rippleColorError: string;
2505
+ waveOpacity: string;
2506
+ fontWeight: string;
2507
+ fontWeightStrong: string;
2508
+ paddingTiny: string;
2509
+ paddingSmall: string;
2510
+ paddingMedium: string;
2511
+ paddingLarge: string;
2512
+ paddingRoundTiny: string;
2513
+ paddingRoundSmall: string;
2514
+ paddingRoundMedium: string;
2515
+ paddingRoundLarge: string;
2516
+ iconMarginTiny: string;
2517
+ iconMarginSmall: string;
2518
+ iconMarginMedium: string;
2519
+ iconMarginLarge: string;
2520
+ iconSizeTiny: string;
2521
+ iconSizeSmall: string;
2522
+ iconSizeMedium: string;
2523
+ iconSizeLarge: string;
2524
+ rippleDuration: string;
2525
+ }, any>;
2526
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
2527
+ countTextColor: string;
2528
+ heightTiny: string;
2529
+ heightSmall: string;
2530
+ heightMedium: string;
2531
+ heightLarge: string;
2532
+ fontSizeTiny: string;
2533
+ fontSizeSmall: string;
2534
+ fontSizeMedium: string;
2535
+ fontSizeLarge: string;
2536
+ lineHeight: string;
2537
+ lineHeightTextarea: string;
2538
+ borderRadius: string;
2539
+ iconSize: string;
2540
+ groupLabelColor: string;
2541
+ groupLabelTextColor: string;
2542
+ textColor: string;
2543
+ textColorDisabled: string;
2544
+ textDecorationColor: string;
2545
+ caretColor: string;
2546
+ placeholderColor: string;
2547
+ placeholderColorDisabled: string;
2548
+ color: string;
2549
+ colorDisabled: string;
2550
+ colorFocus: string;
2551
+ groupLabelBorder: string;
2552
+ border: string;
2553
+ borderHover: string;
2554
+ borderDisabled: string;
2555
+ borderFocus: string;
2556
+ boxShadowFocus: string;
2557
+ loadingColor: string;
2558
+ loadingColorWarning: string;
2559
+ borderWarning: string;
2560
+ borderHoverWarning: string;
2561
+ colorFocusWarning: string;
2562
+ borderFocusWarning: string;
2563
+ boxShadowFocusWarning: string;
2564
+ caretColorWarning: string;
2565
+ loadingColorError: string;
2566
+ borderError: string;
2567
+ borderHoverError: string;
2568
+ colorFocusError: string;
2569
+ borderFocusError: string;
2570
+ boxShadowFocusError: string;
2571
+ caretColorError: string;
2572
+ clearColor: string;
2573
+ clearColorHover: string;
2574
+ clearColorPressed: string;
2575
+ iconColor: string;
2576
+ iconColorDisabled: string;
2577
+ iconColorHover: string;
2578
+ iconColorPressed: string;
2579
+ suffixTextColor: string;
2580
+ paddingTiny: string;
2581
+ paddingSmall: string;
2582
+ paddingMedium: string;
2583
+ paddingLarge: string;
2584
+ clearSize: string;
2585
+ }, any>;
2586
+ }>>>;
2587
+ }>>, {
2588
+ show: boolean | undefined;
2589
+ disabled: boolean | undefined;
2590
+ format: string;
2591
+ to: string | boolean | HTMLElement;
2592
+ bordered: boolean | undefined;
2593
+ showIcon: boolean;
2594
+ placement: import("naive-ui").PopoverPlacement;
2595
+ clearable: boolean;
2596
+ defaultValue: number | null;
2597
+ stateful: boolean;
2598
+ use12Hours: boolean;
2599
+ inputReadonly: boolean;
2600
+ }>;
2601
+ }, 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<{
2602
+ mainForm: {
2603
+ type: PropObject;
2604
+ default: () => {};
2605
+ };
2606
+ userInfo: {
2607
+ type: PropObject;
2608
+ default: () => {};
2609
+ };
2610
+ styleSetting: {
2611
+ type: PropObject;
2612
+ default: () => {};
2613
+ };
2614
+ defaultValue: {
2615
+ type: PropObject;
2616
+ default: () => {};
2617
+ };
2618
+ dbParams: {
2619
+ type: PropType<AnyObject>;
2620
+ };
2621
+ row: {
2622
+ type: PropObject;
2623
+ default: () => {};
2624
+ };
2625
+ item: {
2626
+ type: PropObject;
2627
+ default: () => {
2628
+ _own: {};
2629
+ };
2630
+ };
2631
+ defaultFieldList: {
2632
+ type: PropType<any[]>;
2633
+ default: () => never[];
2634
+ };
2635
+ cacheUniqueKey: {
2636
+ type: PropObject;
2637
+ default: () => {
2638
+ _own: {};
2639
+ };
2640
+ };
2641
+ params_formId: (NumberConstructor | StringConstructor)[];
2642
+ formType: {
2643
+ type: PropObject;
2644
+ default: () => {
2645
+ _own: {};
2646
+ };
2647
+ };
2648
+ isDetail: {
2649
+ type: BooleanConstructor;
2650
+ default: boolean;
2651
+ };
2652
+ handleFormTableValue: PropType<Func<any[], any>>;
2653
+ }>> & {
2654
+ onTableBlur?: ((...args: any[]) => any) | undefined;
2655
+ onValueOnChange?: ((...args: any[]) => any) | undefined;
2656
+ onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
2657
+ onOpentableSelect?: ((...args: any[]) => any) | undefined;
2658
+ }, {
2659
+ styleSetting: AnyObject;
2660
+ userInfo: AnyObject;
2661
+ cacheUniqueKey: AnyObject;
2662
+ row: AnyObject;
2663
+ defaultValue: AnyObject;
2664
+ isDetail: boolean;
2665
+ item: AnyObject;
2666
+ formType: AnyObject;
2667
+ mainForm: AnyObject;
2668
+ defaultFieldList: any[];
2669
+ }>;
2670
+ export default _default;