cnhis-design-vue 3.1.8-beta.1 → 3.1.8-beta.4

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