cnhis-design-vue 3.1.57-release.1 → 3.1.57-release.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. package/es/components/button-print/index.d.ts +8 -8
  2. package/es/components/button-print/src/ButtonPrint.vue.d.ts +8 -8
  3. package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
  4. package/es/components/button-print/src/components/EditFormat.vue.d.ts +3 -3
  5. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +7 -7
  6. package/es/components/button-print/style/index.css +1 -1
  7. package/es/components/callback/src/components/render/popupMaps.d.ts +17 -8
  8. package/es/components/expand-field/index.d.ts +98 -26
  9. package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +95 -23
  10. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +95 -23
  11. package/es/components/expand-field/src/components/form.vue.d.ts +98 -26
  12. package/es/components/expand-field/src/index.vue.d.ts +98 -26
  13. package/es/components/fabric-chart/index.d.ts +2 -2
  14. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -2
  15. package/es/components/fabric-chart/src/components/PopupMenu.js +1 -1
  16. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
  17. package/es/components/fabric-chart/src/interface.d.ts +2 -3
  18. package/es/components/field-set/index.d.ts +107 -616
  19. package/es/components/field-set/index.js +1 -1
  20. package/es/components/field-set/src/FieldColor.vue.d.ts +1680 -0
  21. package/es/components/field-set/src/FieldColor.vue.js +1 -0
  22. package/es/components/field-set/src/FieldColor.vue2.js +1 -0
  23. package/es/components/field-set/src/FieldSet.vue.d.ts +58 -16
  24. package/es/components/field-set/src/FieldSet.vue2.js +1 -1
  25. package/es/components/field-set/src/Index.vue.d.ts +141 -0
  26. package/es/components/field-set/src/Index.vue.js +1 -0
  27. package/es/components/field-set/src/Index.vue2.js +1 -0
  28. package/es/components/field-set/src/components/Row.vue.d.ts +50 -9
  29. package/es/components/field-set/src/components/Row.vue2.js +1 -1
  30. package/es/components/field-set/src/components/condition.vue.d.ts +172 -0
  31. package/es/components/field-set/src/components/condition.vue.js +1 -0
  32. package/es/components/field-set/src/components/condition.vue2.js +1 -0
  33. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +1194 -0
  34. package/es/components/field-set/src/components/edit-dialog.vue.js +1 -0
  35. package/es/components/field-set/src/components/edit-dialog.vue2.js +1 -0
  36. package/es/components/field-set/src/components/edit-filter.vue.d.ts +286 -0
  37. package/es/components/field-set/src/components/edit-filter.vue.js +1 -0
  38. package/es/components/field-set/src/components/edit-filter.vue2.js +1 -0
  39. package/es/components/field-set/src/constants/index.d.ts +55 -0
  40. package/es/components/field-set/src/constants/index.js +1 -0
  41. package/es/components/field-set/src/types/index.d.ts +31 -1
  42. package/es/components/field-set/src/utils/index.d.ts +2 -1
  43. package/es/components/field-set/src/utils/index.js +1 -1
  44. package/es/components/field-set/style/index.css +1 -1
  45. package/es/components/form-config/index.d.ts +72 -42
  46. package/es/components/form-config/src/FormConfig.vue.d.ts +72 -42
  47. package/es/components/form-config/src/FormConfig.vue2.js +1 -1
  48. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +17 -8
  49. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +5 -2
  50. package/es/components/form-config/src/components/FormConfigDragDisplay.vue2.js +1 -1
  51. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +20 -11
  52. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +8 -8
  53. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +5 -2
  54. package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +1 -1
  55. package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +1 -1
  56. package/es/components/form-config/src/constants/index.d.ts +3 -2
  57. package/es/components/form-config/src/constants/index.js +1 -1
  58. package/es/components/form-config/src/hooks/useSortalbeConfig.d.ts +16 -12
  59. package/es/components/form-config/src/hooks/useSortalbeConfig.js +1 -1
  60. package/es/components/form-config/src/types/index.d.ts +14 -2
  61. package/es/components/form-render/index.d.ts +17 -8
  62. package/es/components/form-render/index.js +1 -1
  63. package/es/components/form-render/src/FormRender.vue.d.ts +17 -8
  64. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  65. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +17 -8
  66. package/es/components/form-render/src/components/renderer/switch.js +1 -1
  67. package/es/components/form-render/src/hooks/index.d.ts +1 -0
  68. package/es/components/form-render/src/hooks/index.js +1 -1
  69. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +2 -2
  70. package/es/components/form-render/src/hooks/useLowCodeReactions.d.ts +1 -1
  71. package/es/components/form-render/src/hooks/useNewLowCodeReactions.d.ts +6 -0
  72. package/es/components/form-render/src/hooks/useNewLowCodeReactions.js +1 -0
  73. package/es/components/form-render/src/types/index.d.ts +1 -1
  74. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +1 -1
  75. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +1 -1
  76. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +1 -1
  77. package/es/components/index.css +1 -1
  78. package/es/components/index.js +1 -1
  79. package/es/components/info-header/index.d.ts +41 -23
  80. package/es/components/info-header/src/InfoHeader.vue.d.ts +41 -23
  81. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +1 -1
  82. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +1 -1
  83. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +18 -9
  84. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +17 -8
  85. package/es/components/keyboard/index.d.ts +1 -1
  86. package/es/components/keyboard/src/Keyboard.vue.d.ts +1 -1
  87. package/es/components/quick-search/index.d.ts +3 -3
  88. package/es/components/quick-search/src/index.vue.d.ts +3 -3
  89. package/es/components/recommend-search/index.d.ts +6 -6
  90. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +6 -6
  91. package/es/components/recommend-search/src/components/BaseSearch.d.ts +1 -1
  92. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +1 -1
  93. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +1 -1
  94. package/es/components/scale-view/index.d.ts +3 -3
  95. package/es/components/scale-view/src/ScaleView.vue.d.ts +3 -3
  96. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +1 -1
  97. package/es/components/scale-view/src/hooks/use-component.d.ts +1 -1
  98. package/es/components/select-label/index.d.ts +2 -2
  99. package/es/components/select-label/src/LabelFormContent.vue.d.ts +1 -1
  100. package/es/components/select-label/src/SelectLabel.vue.d.ts +1 -1
  101. package/es/components/select-label/src/index.vue.d.ts +1 -1
  102. package/es/components/select-person/index.d.ts +95 -23
  103. package/es/components/select-person/src/SelectPerson.vue.d.ts +84 -17
  104. package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
  105. package/es/components/select-person/src/types/enums.d.ts +9 -0
  106. package/es/components/select-person/src/types/enums.js +1 -1
  107. package/es/components/select-person/style/index.css +1 -1
  108. package/es/components/shortcut-provider/src/hooks/useShortcuts.js +1 -1
  109. package/es/components/shortcut-setter/index.d.ts +17 -8
  110. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +17 -8
  111. package/es/components/table-export-field/index.d.ts +3 -3
  112. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +3 -3
  113. package/es/components/table-export-field/src/index.vue.d.ts +3 -3
  114. package/es/components/time-line/index.d.ts +7 -7
  115. package/es/components/time-line/src/TimeLine.vue.d.ts +3 -3
  116. package/es/shared/package.json.js +1 -1
  117. package/es/shared/types/business.d.ts +23 -3
  118. package/es/shared/utils/business.d.ts +2 -1
  119. package/es/shared/utils/business.js +1 -1
  120. package/es/shared/utils/index.js +1 -1
  121. package/package.json +68 -68
@@ -0,0 +1,1680 @@
1
+ /// <reference types="lodash" />
2
+ import { PropType } from 'vue';
3
+ import { setStyle, setColorInfo } from './utils';
4
+ import { FieldSetColumnItem } from '../../../components/field-set/src/types';
5
+ import { AnyObject } from '../../../shared/types';
6
+ declare const _default: import("vue").DefineComponent<{
7
+ rowHeight: {
8
+ type: NumberConstructor;
9
+ default: number;
10
+ };
11
+ footerFlag: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ isFieldColor: {
16
+ type: BooleanConstructor;
17
+ default: boolean;
18
+ };
19
+ defaultList: {
20
+ type: PropType<AnyObject[]>;
21
+ default: () => never[];
22
+ };
23
+ }, {
24
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
25
+ rowHeight: {
26
+ type: NumberConstructor;
27
+ default: number;
28
+ };
29
+ footerFlag: {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ };
33
+ isFieldColor: {
34
+ type: BooleanConstructor;
35
+ default: boolean;
36
+ };
37
+ defaultList: {
38
+ type: PropType<AnyObject[]>;
39
+ default: () => never[];
40
+ };
41
+ }>> & {
42
+ onSave?: ((...args: any[]) => any) | undefined;
43
+ onClose?: ((...args: any[]) => any) | undefined;
44
+ }>>;
45
+ emit: (event: "close" | "save", ...args: any[]) => void;
46
+ visible: import("vue").Ref<boolean>;
47
+ currentRow: import("vue").Ref<AnyObject | null>;
48
+ data: import("vue").Ref<AnyObject[]>;
49
+ columns: import("vue").Ref<{
50
+ [x: string]: any;
51
+ title: string;
52
+ type: "color" | "checkbox" | "text" | "input" | "select" | "custom" | "inputNumber";
53
+ field: string;
54
+ checkedAll?: boolean | undefined;
55
+ disabledAll?: boolean | undefined;
56
+ isHeadCheckHide?: boolean | undefined;
57
+ isShow?: boolean | undefined;
58
+ contentRender?: ((column: AnyObject, row: AnyObject) => String | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
59
+ [key: string]: any;
60
+ }>) | undefined;
61
+ }[]>;
62
+ rowProps: {
63
+ columns: {
64
+ [x: string]: any;
65
+ title: string;
66
+ type: "color" | "checkbox" | "text" | "input" | "select" | "custom" | "inputNumber";
67
+ field: string;
68
+ checkedAll?: boolean | undefined;
69
+ disabledAll?: boolean | undefined;
70
+ isHeadCheckHide?: boolean | undefined;
71
+ isShow?: boolean | undefined;
72
+ contentRender?: ((column: AnyObject, row: AnyObject) => String | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
73
+ [key: string]: any;
74
+ }>) | undefined;
75
+ }[];
76
+ data: AnyObject[];
77
+ onEdit: (row: AnyObject) => void;
78
+ isHighlightRow: boolean;
79
+ };
80
+ handleFieldSave: () => void;
81
+ onCancle: () => void;
82
+ onAdd: () => void;
83
+ onEdit: (row: AnyObject) => void;
84
+ initColumns: () => void;
85
+ initData: () => void;
86
+ getShowColumn: (column: FieldSetColumnItem) => boolean;
87
+ getTableFields: () => import("lodash").Omit<AnyObject, "style" | "uuid" | "result">[];
88
+ onConfirm: (model: AnyObject) => void;
89
+ NButton: any;
90
+ Draggable: import("vue").DefineComponent<{
91
+ list: {
92
+ type: ArrayConstructor;
93
+ required: boolean;
94
+ default: any;
95
+ };
96
+ modelValue: {
97
+ type: ArrayConstructor;
98
+ required: boolean;
99
+ default: any;
100
+ };
101
+ itemKey: {
102
+ type: (StringConstructor | FunctionConstructor)[];
103
+ required: boolean;
104
+ };
105
+ clone: {
106
+ type: FunctionConstructor;
107
+ default: (original: any) => any;
108
+ };
109
+ tag: {
110
+ type: StringConstructor;
111
+ default: string;
112
+ };
113
+ move: {
114
+ type: FunctionConstructor;
115
+ default: any;
116
+ };
117
+ componentData: {
118
+ type: ObjectConstructor;
119
+ required: boolean;
120
+ default: any;
121
+ };
122
+ }, unknown, {
123
+ error: boolean;
124
+ }, {
125
+ realList(): any;
126
+ getKey(): any;
127
+ }, {
128
+ getUnderlyingVm(domElement: any): any;
129
+ getUnderlyingPotencialDraggableComponent(htmElement: any): any;
130
+ emitChanges(evt: any): void;
131
+ alterList(onList: any): void;
132
+ spliceList(): void;
133
+ updatePosition(oldIndex: any, newIndex: any): void;
134
+ getRelatedContextFromMoveEvent({ to, related }: {
135
+ to: any;
136
+ related: any;
137
+ }): any;
138
+ getVmIndexFromDomIndex(domIndex: any): any;
139
+ onDragStart(evt: any): void;
140
+ onDragAdd(evt: any): void;
141
+ onDragRemove(evt: any): void;
142
+ onDragUpdate(evt: any): void;
143
+ computeFutureIndex(relatedContext: any, evt: any): any;
144
+ onDragMove(evt: any, originalEvent: any): any;
145
+ onDragEnd(): void;
146
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
147
+ move: Function;
148
+ tag: string;
149
+ clone: Function;
150
+ list: unknown[];
151
+ modelValue: unknown[];
152
+ componentData: Record<string, any>;
153
+ } & {
154
+ itemKey?: string | Function | undefined;
155
+ }>, {
156
+ move: Function;
157
+ tag: string;
158
+ clone: Function;
159
+ list: unknown[];
160
+ modelValue: unknown[];
161
+ componentData: Record<string, any>;
162
+ }>;
163
+ Row: import("vue").DefineComponent<{
164
+ element: {
165
+ type: PropType<Partial<{
166
+ [key: string]: any;
167
+ id: string;
168
+ name: string;
169
+ show: boolean;
170
+ sort: boolean;
171
+ sortDirection: "NONE" | "ASC" | "DESC";
172
+ title: string;
173
+ alias: string;
174
+ fixedShow: boolean;
175
+ fixedWay: "NONE" | "LEFT" | "RIGHT";
176
+ columnWidth: number | null;
177
+ editable: boolean;
178
+ editableDisable: boolean;
179
+ required: boolean;
180
+ requiredDisable: boolean;
181
+ hide: boolean;
182
+ }>>;
183
+ default: () => {};
184
+ };
185
+ columns: {
186
+ type: PropType<FieldSetColumnItem[]>;
187
+ default: () => never[];
188
+ };
189
+ idx: {
190
+ type: NumberConstructor;
191
+ default: number;
192
+ };
193
+ data: {
194
+ type: PropType<Partial<{
195
+ [key: string]: any;
196
+ id: string;
197
+ name: string;
198
+ show: boolean;
199
+ sort: boolean;
200
+ sortDirection: "NONE" | "ASC" | "DESC";
201
+ title: string;
202
+ alias: string;
203
+ fixedShow: boolean;
204
+ fixedWay: "NONE" | "LEFT" | "RIGHT";
205
+ columnWidth: number | null;
206
+ editable: boolean;
207
+ editableDisable: boolean;
208
+ required: boolean;
209
+ requiredDisable: boolean;
210
+ hide: boolean;
211
+ }>[]>;
212
+ default: () => never[];
213
+ };
214
+ isHighlight: {
215
+ type: BooleanConstructor;
216
+ };
217
+ index: {
218
+ type: NumberConstructor;
219
+ default: number;
220
+ };
221
+ isHighlightRow: {
222
+ type: BooleanConstructor;
223
+ default: boolean;
224
+ };
225
+ }, {
226
+ fixedWayOptions: {
227
+ label: string;
228
+ value: string;
229
+ }[];
230
+ sortOptions: {
231
+ label: string;
232
+ value: string;
233
+ }[];
234
+ colorScopeOptions: {
235
+ label: string;
236
+ value: string;
237
+ }[];
238
+ swatches: string[];
239
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
240
+ element: {
241
+ type: PropType<Partial<{
242
+ [key: string]: any;
243
+ id: string;
244
+ name: string;
245
+ show: boolean;
246
+ sort: boolean;
247
+ sortDirection: "NONE" | "ASC" | "DESC";
248
+ title: string;
249
+ alias: string;
250
+ fixedShow: boolean;
251
+ fixedWay: "NONE" | "LEFT" | "RIGHT";
252
+ columnWidth: number | null;
253
+ editable: boolean;
254
+ editableDisable: boolean;
255
+ required: boolean;
256
+ requiredDisable: boolean;
257
+ hide: boolean;
258
+ }>>;
259
+ default: () => {};
260
+ };
261
+ columns: {
262
+ type: PropType<FieldSetColumnItem[]>;
263
+ default: () => never[];
264
+ };
265
+ idx: {
266
+ type: NumberConstructor;
267
+ default: number;
268
+ };
269
+ data: {
270
+ type: PropType<Partial<{
271
+ [key: string]: any;
272
+ id: string;
273
+ name: string;
274
+ show: boolean;
275
+ sort: boolean;
276
+ sortDirection: "NONE" | "ASC" | "DESC";
277
+ title: string;
278
+ alias: string;
279
+ fixedShow: boolean;
280
+ fixedWay: "NONE" | "LEFT" | "RIGHT";
281
+ columnWidth: number | null;
282
+ editable: boolean;
283
+ editableDisable: boolean;
284
+ required: boolean;
285
+ requiredDisable: boolean;
286
+ hide: boolean;
287
+ }>[]>;
288
+ default: () => never[];
289
+ };
290
+ isHighlight: {
291
+ type: BooleanConstructor;
292
+ };
293
+ index: {
294
+ type: NumberConstructor;
295
+ default: number;
296
+ };
297
+ isHighlightRow: {
298
+ type: BooleanConstructor;
299
+ default: boolean;
300
+ };
301
+ }>> & {
302
+ onUpdateChecked?: ((...args: any[]) => any) | undefined;
303
+ onEdit?: ((...args: any[]) => any) | undefined;
304
+ }>>;
305
+ emit: (event: "edit" | "updateChecked", ...args: any[]) => void;
306
+ onRemove: () => void;
307
+ onEdit: () => void;
308
+ isCheckboxShow: (item: Partial<{
309
+ [key: string]: any;
310
+ id: string;
311
+ name: string;
312
+ show: boolean;
313
+ sort: boolean;
314
+ sortDirection: "NONE" | "ASC" | "DESC";
315
+ title: string;
316
+ alias: string;
317
+ fixedShow: boolean;
318
+ fixedWay: "NONE" | "LEFT" | "RIGHT";
319
+ columnWidth: number | null;
320
+ editable: boolean;
321
+ editableDisable: boolean;
322
+ required: boolean;
323
+ requiredDisable: boolean;
324
+ hide: boolean;
325
+ }>, key: string) => any;
326
+ getSortPriorityOptions: () => {
327
+ label: string;
328
+ value: number;
329
+ }[];
330
+ getOptions: (column: AnyObject) => {
331
+ label: string;
332
+ value: string;
333
+ }[] | {
334
+ label: string;
335
+ value: number;
336
+ }[];
337
+ setDisabled: (column: AnyObject) => any;
338
+ getStyle: (column: AnyObject) => import("vue").CSSProperties;
339
+ onUpdateChecked: (checked: boolean, column: AnyObject) => void;
340
+ handleUpdateSelect: (value: string, column: AnyObject) => void;
341
+ NCheckbox: any;
342
+ NSelect: any;
343
+ NInput: any;
344
+ NInputNumber: any;
345
+ NTooltip: any;
346
+ NIcon: any;
347
+ NColorPicker: any;
348
+ NPopconfirm: any;
349
+ setStyle: typeof setStyle;
350
+ setColorInfo: typeof setColorInfo;
351
+ ReorderTwoOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
352
+ TrashOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
353
+ CreateOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
354
+ isFunction: (value: any) => value is (...args: any[]) => any;
355
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("edit" | "updateChecked")[], "edit" | "updateChecked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
356
+ element: {
357
+ type: PropType<Partial<{
358
+ [key: string]: any;
359
+ id: string;
360
+ name: string;
361
+ show: boolean;
362
+ sort: boolean;
363
+ sortDirection: "NONE" | "ASC" | "DESC";
364
+ title: string;
365
+ alias: string;
366
+ fixedShow: boolean;
367
+ fixedWay: "NONE" | "LEFT" | "RIGHT";
368
+ columnWidth: number | null;
369
+ editable: boolean;
370
+ editableDisable: boolean;
371
+ required: boolean;
372
+ requiredDisable: boolean;
373
+ hide: boolean;
374
+ }>>;
375
+ default: () => {};
376
+ };
377
+ columns: {
378
+ type: PropType<FieldSetColumnItem[]>;
379
+ default: () => never[];
380
+ };
381
+ idx: {
382
+ type: NumberConstructor;
383
+ default: number;
384
+ };
385
+ data: {
386
+ type: PropType<Partial<{
387
+ [key: string]: any;
388
+ id: string;
389
+ name: string;
390
+ show: boolean;
391
+ sort: boolean;
392
+ sortDirection: "NONE" | "ASC" | "DESC";
393
+ title: string;
394
+ alias: string;
395
+ fixedShow: boolean;
396
+ fixedWay: "NONE" | "LEFT" | "RIGHT";
397
+ columnWidth: number | null;
398
+ editable: boolean;
399
+ editableDisable: boolean;
400
+ required: boolean;
401
+ requiredDisable: boolean;
402
+ hide: boolean;
403
+ }>[]>;
404
+ default: () => never[];
405
+ };
406
+ isHighlight: {
407
+ type: BooleanConstructor;
408
+ };
409
+ index: {
410
+ type: NumberConstructor;
411
+ default: number;
412
+ };
413
+ isHighlightRow: {
414
+ type: BooleanConstructor;
415
+ default: boolean;
416
+ };
417
+ }>> & {
418
+ onUpdateChecked?: ((...args: any[]) => any) | undefined;
419
+ onEdit?: ((...args: any[]) => any) | undefined;
420
+ }, {
421
+ data: Partial<{
422
+ [key: string]: any;
423
+ id: string;
424
+ name: string;
425
+ show: boolean;
426
+ sort: boolean;
427
+ sortDirection: "NONE" | "ASC" | "DESC";
428
+ title: string;
429
+ alias: string;
430
+ fixedShow: boolean;
431
+ fixedWay: "NONE" | "LEFT" | "RIGHT";
432
+ columnWidth: number | null;
433
+ editable: boolean;
434
+ editableDisable: boolean;
435
+ required: boolean;
436
+ requiredDisable: boolean;
437
+ hide: boolean;
438
+ }>[];
439
+ columns: FieldSetColumnItem[];
440
+ index: number;
441
+ element: Partial<{
442
+ [key: string]: any;
443
+ id: string;
444
+ name: string;
445
+ show: boolean;
446
+ sort: boolean;
447
+ sortDirection: "NONE" | "ASC" | "DESC";
448
+ title: string;
449
+ alias: string;
450
+ fixedShow: boolean;
451
+ fixedWay: "NONE" | "LEFT" | "RIGHT";
452
+ columnWidth: number | null;
453
+ editable: boolean;
454
+ editableDisable: boolean;
455
+ required: boolean;
456
+ requiredDisable: boolean;
457
+ hide: boolean;
458
+ }>;
459
+ idx: number;
460
+ isHighlight: boolean;
461
+ isHighlightRow: boolean;
462
+ }>;
463
+ EditDialog: import("vue").DefineComponent<{
464
+ visible: {
465
+ type: BooleanConstructor;
466
+ default: boolean;
467
+ };
468
+ isFieldColor: {
469
+ type: BooleanConstructor;
470
+ default: boolean;
471
+ };
472
+ row: {
473
+ type: PropType<AnyObject | null>;
474
+ default: null;
475
+ };
476
+ }, {
477
+ cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
478
+ message: import("naive-ui").MessageApi;
479
+ colorOptions: {
480
+ label: string;
481
+ value: string;
482
+ }[];
483
+ swatches: string[];
484
+ fieldList: AnyObject[];
485
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
486
+ visible: {
487
+ type: BooleanConstructor;
488
+ default: boolean;
489
+ };
490
+ isFieldColor: {
491
+ type: BooleanConstructor;
492
+ default: boolean;
493
+ };
494
+ row: {
495
+ type: PropType<AnyObject | null>;
496
+ default: null;
497
+ };
498
+ }>> & {
499
+ onConfirm?: ((...args: any[]) => any) | undefined;
500
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
501
+ }>>;
502
+ emit: (event: "update:visible" | "confirm", ...args: any[]) => void;
503
+ formRef: import("vue").Ref<any>;
504
+ conditionRef: import("vue").Ref<any>;
505
+ filterVisible: import("vue").Ref<boolean>;
506
+ title: import("vue").ComputedRef<"新增" | "修改" | "过滤条件">;
507
+ model: {
508
+ name: string;
509
+ color: string;
510
+ status: boolean;
511
+ columnName: string;
512
+ colorScope: string;
513
+ condition: never[];
514
+ sqlExpression: string;
515
+ };
516
+ rules: import("naive-ui").FormRules;
517
+ initModel: () => void;
518
+ renderLabel: (option: AnyObject) => JSX.Element;
519
+ onConfirm: () => void;
520
+ onClose: () => void;
521
+ setFilterData: (data: AnyObject) => void;
522
+ NInput: any;
523
+ NModal: any;
524
+ NFormItem: import("vue").DefineComponent<{
525
+ readonly label: StringConstructor;
526
+ readonly labelWidth: PropType<string | number>;
527
+ readonly labelStyle: PropType<string | import("vue").CSSProperties>;
528
+ readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
529
+ readonly labelPlacement: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
530
+ readonly path: StringConstructor;
531
+ readonly first: BooleanConstructor;
532
+ readonly rulePath: StringConstructor;
533
+ readonly required: BooleanConstructor;
534
+ readonly showRequireMark: {
535
+ readonly type: PropType<boolean | undefined>;
536
+ readonly default: undefined;
537
+ };
538
+ readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
539
+ readonly showFeedback: {
540
+ readonly type: PropType<boolean | undefined>;
541
+ readonly default: undefined;
542
+ };
543
+ readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
544
+ readonly size: PropType<"small" | "medium" | "large">;
545
+ readonly ignorePathChange: BooleanConstructor;
546
+ readonly validationStatus: PropType<"success" | "error" | "warning">;
547
+ readonly feedback: StringConstructor;
548
+ readonly showLabel: {
549
+ readonly type: PropType<boolean | undefined>;
550
+ readonly default: undefined;
551
+ };
552
+ readonly labelProps: PropType<import("vue").LabelHTMLAttributes>;
553
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
554
+ blankHeightSmall: string;
555
+ blankHeightMedium: string;
556
+ blankHeightLarge: string;
557
+ lineHeight: string;
558
+ labelTextColor: string;
559
+ asteriskColor: string;
560
+ feedbackTextColorError: string;
561
+ feedbackTextColorWarning: string;
562
+ feedbackTextColor: string;
563
+ feedbackPadding: string;
564
+ feedbackHeightSmall: string;
565
+ feedbackHeightMedium: string;
566
+ feedbackHeightLarge: string;
567
+ feedbackFontSizeSmall: string;
568
+ feedbackFontSizeMedium: string;
569
+ feedbackFontSizeLarge: string;
570
+ labelFontSizeLeftSmall: string;
571
+ labelFontSizeLeftMedium: string;
572
+ labelFontSizeLeftLarge: string;
573
+ labelFontSizeTopSmall: string;
574
+ labelFontSizeTopMedium: string;
575
+ labelFontSizeTopLarge: string;
576
+ labelHeightSmall: string;
577
+ labelHeightMedium: string;
578
+ labelHeightLarge: string;
579
+ labelPaddingVertical: string;
580
+ labelPaddingHorizontal: string;
581
+ labelTextAlignVertical: string;
582
+ labelTextAlignHorizontal: string;
583
+ }, any>>;
584
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
585
+ blankHeightSmall: string;
586
+ blankHeightMedium: string;
587
+ blankHeightLarge: string;
588
+ lineHeight: string;
589
+ labelTextColor: string;
590
+ asteriskColor: string;
591
+ feedbackTextColorError: string;
592
+ feedbackTextColorWarning: string;
593
+ feedbackTextColor: string;
594
+ feedbackPadding: string;
595
+ feedbackHeightSmall: string;
596
+ feedbackHeightMedium: string;
597
+ feedbackHeightLarge: string;
598
+ feedbackFontSizeSmall: string;
599
+ feedbackFontSizeMedium: string;
600
+ feedbackFontSizeLarge: string;
601
+ labelFontSizeLeftSmall: string;
602
+ labelFontSizeLeftMedium: string;
603
+ labelFontSizeLeftLarge: string;
604
+ labelFontSizeTopSmall: string;
605
+ labelFontSizeTopMedium: string;
606
+ labelFontSizeTopLarge: string;
607
+ labelHeightSmall: string;
608
+ labelHeightMedium: string;
609
+ labelHeightLarge: string;
610
+ labelPaddingVertical: string;
611
+ labelPaddingHorizontal: string;
612
+ labelTextAlignVertical: string;
613
+ labelTextAlignHorizontal: string;
614
+ }, any>>>;
615
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
616
+ blankHeightSmall: string;
617
+ blankHeightMedium: string;
618
+ blankHeightLarge: string;
619
+ lineHeight: string;
620
+ labelTextColor: string;
621
+ asteriskColor: string;
622
+ feedbackTextColorError: string;
623
+ feedbackTextColorWarning: string;
624
+ feedbackTextColor: string;
625
+ feedbackPadding: string;
626
+ feedbackHeightSmall: string;
627
+ feedbackHeightMedium: string;
628
+ feedbackHeightLarge: string;
629
+ feedbackFontSizeSmall: string;
630
+ feedbackFontSizeMedium: string;
631
+ feedbackFontSizeLarge: string;
632
+ labelFontSizeLeftSmall: string;
633
+ labelFontSizeLeftMedium: string;
634
+ labelFontSizeLeftLarge: string;
635
+ labelFontSizeTopSmall: string;
636
+ labelFontSizeTopMedium: string;
637
+ labelFontSizeTopLarge: string;
638
+ labelHeightSmall: string;
639
+ labelHeightMedium: string;
640
+ labelHeightLarge: string;
641
+ labelPaddingVertical: string;
642
+ labelPaddingHorizontal: string;
643
+ labelTextAlignVertical: string;
644
+ labelTextAlignHorizontal: string;
645
+ }, any>>>;
646
+ }, {
647
+ cssVars: import("vue").ComputedRef<{
648
+ '--n-bezier': string;
649
+ '--n-line-height': string;
650
+ '--n-blank-height': string;
651
+ '--n-label-font-size': string;
652
+ '--n-label-text-align': string;
653
+ '--n-label-height': string;
654
+ '--n-label-padding': string;
655
+ '--n-asterisk-color': string;
656
+ '--n-label-text-color': string;
657
+ '--n-feedback-padding': string;
658
+ '--n-feedback-font-size': string;
659
+ '--n-feedback-height': string;
660
+ '--n-feedback-text-color': string;
661
+ '--n-feedback-text-color-warning': string;
662
+ '--n-feedback-text-color-error': string;
663
+ }> | undefined;
664
+ themeClass: import("vue").Ref<string>;
665
+ onRender: () => void;
666
+ validate: import("naive-ui/es/form/src/interface").FormItemValidate;
667
+ restoreValidation: () => void;
668
+ path?: string | undefined;
669
+ internalValidate: import("naive-ui/es/form/src/interface").FormItemInternalValidate;
670
+ mergedSize: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").Size>;
671
+ validationErrored: import("vue").Ref<boolean>;
672
+ mergedLabelStyle: import("vue").ComputedRef<(import("vue").StyleValue | undefined)[]>;
673
+ mergedLabelPlacement: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelPlacement>;
674
+ mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
675
+ mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
676
+ mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
677
+ mergedValidationStatus: import("vue").ComputedRef<"success" | "error" | "warning" | undefined>;
678
+ mergedShowFeedback: import("vue").ComputedRef<boolean>;
679
+ mergedShowLabel: import("vue").ComputedRef<boolean>;
680
+ isAutoLabelWidth: import("vue").ComputedRef<boolean>;
681
+ labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
682
+ mergedClsPrefix: import("vue").ComputedRef<string>;
683
+ mergedRequired: import("vue").ComputedRef<boolean>;
684
+ feedbackId: import("vue").Ref<string>;
685
+ renderExplains: import("vue").Ref<{
686
+ key: string;
687
+ render: () => import("vue").VNodeChild;
688
+ }[]>;
689
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
690
+ readonly label: StringConstructor;
691
+ readonly labelWidth: PropType<string | number>;
692
+ readonly labelStyle: PropType<string | import("vue").CSSProperties>;
693
+ readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
694
+ readonly labelPlacement: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
695
+ readonly path: StringConstructor;
696
+ readonly first: BooleanConstructor;
697
+ readonly rulePath: StringConstructor;
698
+ readonly required: BooleanConstructor;
699
+ readonly showRequireMark: {
700
+ readonly type: PropType<boolean | undefined>;
701
+ readonly default: undefined;
702
+ };
703
+ readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
704
+ readonly showFeedback: {
705
+ readonly type: PropType<boolean | undefined>;
706
+ readonly default: undefined;
707
+ };
708
+ readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
709
+ readonly size: PropType<"small" | "medium" | "large">;
710
+ readonly ignorePathChange: BooleanConstructor;
711
+ readonly validationStatus: PropType<"success" | "error" | "warning">;
712
+ readonly feedback: StringConstructor;
713
+ readonly showLabel: {
714
+ readonly type: PropType<boolean | undefined>;
715
+ readonly default: undefined;
716
+ };
717
+ readonly labelProps: PropType<import("vue").LabelHTMLAttributes>;
718
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
719
+ blankHeightSmall: string;
720
+ blankHeightMedium: string;
721
+ blankHeightLarge: string;
722
+ lineHeight: string;
723
+ labelTextColor: string;
724
+ asteriskColor: string;
725
+ feedbackTextColorError: string;
726
+ feedbackTextColorWarning: string;
727
+ feedbackTextColor: string;
728
+ feedbackPadding: string;
729
+ feedbackHeightSmall: string;
730
+ feedbackHeightMedium: string;
731
+ feedbackHeightLarge: string;
732
+ feedbackFontSizeSmall: string;
733
+ feedbackFontSizeMedium: string;
734
+ feedbackFontSizeLarge: string;
735
+ labelFontSizeLeftSmall: string;
736
+ labelFontSizeLeftMedium: string;
737
+ labelFontSizeLeftLarge: string;
738
+ labelFontSizeTopSmall: string;
739
+ labelFontSizeTopMedium: string;
740
+ labelFontSizeTopLarge: string;
741
+ labelHeightSmall: string;
742
+ labelHeightMedium: string;
743
+ labelHeightLarge: string;
744
+ labelPaddingVertical: string;
745
+ labelPaddingHorizontal: string;
746
+ labelTextAlignVertical: string;
747
+ labelTextAlignHorizontal: string;
748
+ }, any>>;
749
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
750
+ blankHeightSmall: string;
751
+ blankHeightMedium: string;
752
+ blankHeightLarge: string;
753
+ lineHeight: string;
754
+ labelTextColor: string;
755
+ asteriskColor: string;
756
+ feedbackTextColorError: string;
757
+ feedbackTextColorWarning: string;
758
+ feedbackTextColor: string;
759
+ feedbackPadding: string;
760
+ feedbackHeightSmall: string;
761
+ feedbackHeightMedium: string;
762
+ feedbackHeightLarge: string;
763
+ feedbackFontSizeSmall: string;
764
+ feedbackFontSizeMedium: string;
765
+ feedbackFontSizeLarge: string;
766
+ labelFontSizeLeftSmall: string;
767
+ labelFontSizeLeftMedium: string;
768
+ labelFontSizeLeftLarge: string;
769
+ labelFontSizeTopSmall: string;
770
+ labelFontSizeTopMedium: string;
771
+ labelFontSizeTopLarge: string;
772
+ labelHeightSmall: string;
773
+ labelHeightMedium: string;
774
+ labelHeightLarge: string;
775
+ labelPaddingVertical: string;
776
+ labelPaddingHorizontal: string;
777
+ labelTextAlignVertical: string;
778
+ labelTextAlignHorizontal: string;
779
+ }, any>>>;
780
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
781
+ blankHeightSmall: string;
782
+ blankHeightMedium: string;
783
+ blankHeightLarge: string;
784
+ lineHeight: string;
785
+ labelTextColor: string;
786
+ asteriskColor: string;
787
+ feedbackTextColorError: string;
788
+ feedbackTextColorWarning: string;
789
+ feedbackTextColor: string;
790
+ feedbackPadding: string;
791
+ feedbackHeightSmall: string;
792
+ feedbackHeightMedium: string;
793
+ feedbackHeightLarge: string;
794
+ feedbackFontSizeSmall: string;
795
+ feedbackFontSizeMedium: string;
796
+ feedbackFontSizeLarge: string;
797
+ labelFontSizeLeftSmall: string;
798
+ labelFontSizeLeftMedium: string;
799
+ labelFontSizeLeftLarge: string;
800
+ labelFontSizeTopSmall: string;
801
+ labelFontSizeTopMedium: string;
802
+ labelFontSizeTopLarge: string;
803
+ labelHeightSmall: string;
804
+ labelHeightMedium: string;
805
+ labelHeightLarge: string;
806
+ labelPaddingVertical: string;
807
+ labelPaddingHorizontal: string;
808
+ labelTextAlignVertical: string;
809
+ labelTextAlignHorizontal: string;
810
+ }, any>>>;
811
+ }>>, {
812
+ readonly required: boolean;
813
+ readonly first: boolean;
814
+ readonly showRequireMark: boolean | undefined;
815
+ readonly showFeedback: boolean | undefined;
816
+ readonly showLabel: boolean | undefined;
817
+ readonly ignorePathChange: boolean;
818
+ }>;
819
+ NForm: any;
820
+ NCheckbox: any;
821
+ NSelect: any;
822
+ NColorPicker: any;
823
+ NRadioGroup: import("vue").DefineComponent<{
824
+ readonly name: StringConstructor;
825
+ readonly value: PropType<string | number | boolean | null>;
826
+ readonly defaultValue: {
827
+ readonly type: PropType<string | number | boolean | null>;
828
+ readonly default: null;
829
+ };
830
+ readonly size: PropType<"small" | "medium" | "large">;
831
+ readonly disabled: {
832
+ readonly type: PropType<boolean | undefined>;
833
+ readonly default: undefined;
834
+ };
835
+ readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
836
+ readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
837
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Radio", {
838
+ labelLineHeight: string;
839
+ buttonHeightSmall: string;
840
+ buttonHeightMedium: string;
841
+ buttonHeightLarge: string;
842
+ fontSizeSmall: string;
843
+ fontSizeMedium: string;
844
+ fontSizeLarge: string;
845
+ boxShadow: string;
846
+ boxShadowActive: string;
847
+ boxShadowFocus: string;
848
+ boxShadowHover: string;
849
+ boxShadowDisabled: string;
850
+ color: string;
851
+ colorDisabled: string;
852
+ colorActive: string;
853
+ textColor: string;
854
+ textColorDisabled: string;
855
+ dotColorActive: string;
856
+ dotColorDisabled: string;
857
+ buttonBorderColor: string;
858
+ buttonBorderColorActive: string;
859
+ buttonBorderColorHover: string;
860
+ buttonColor: string;
861
+ buttonColorActive: string;
862
+ buttonTextColor: string;
863
+ buttonTextColorActive: string;
864
+ buttonTextColorHover: string;
865
+ opacityDisabled: string;
866
+ buttonBoxShadowFocus: string;
867
+ buttonBoxShadowHover: string;
868
+ buttonBoxShadow: string;
869
+ buttonBorderRadius: string;
870
+ radioSizeSmall: string;
871
+ radioSizeMedium: string;
872
+ radioSizeLarge: string;
873
+ labelPadding: string;
874
+ }, any>>;
875
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
876
+ labelLineHeight: string;
877
+ buttonHeightSmall: string;
878
+ buttonHeightMedium: string;
879
+ buttonHeightLarge: string;
880
+ fontSizeSmall: string;
881
+ fontSizeMedium: string;
882
+ fontSizeLarge: string;
883
+ boxShadow: string;
884
+ boxShadowActive: string;
885
+ boxShadowFocus: string;
886
+ boxShadowHover: string;
887
+ boxShadowDisabled: string;
888
+ color: string;
889
+ colorDisabled: string;
890
+ colorActive: string;
891
+ textColor: string;
892
+ textColorDisabled: string;
893
+ dotColorActive: string;
894
+ dotColorDisabled: string;
895
+ buttonBorderColor: string;
896
+ buttonBorderColorActive: string;
897
+ buttonBorderColorHover: string;
898
+ buttonColor: string;
899
+ buttonColorActive: string;
900
+ buttonTextColor: string;
901
+ buttonTextColorActive: string;
902
+ buttonTextColorHover: string;
903
+ opacityDisabled: string;
904
+ buttonBoxShadowFocus: string;
905
+ buttonBoxShadowHover: string;
906
+ buttonBoxShadow: string;
907
+ buttonBorderRadius: string;
908
+ radioSizeSmall: string;
909
+ radioSizeMedium: string;
910
+ radioSizeLarge: string;
911
+ labelPadding: string;
912
+ }, any>>>;
913
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
914
+ labelLineHeight: string;
915
+ buttonHeightSmall: string;
916
+ buttonHeightMedium: string;
917
+ buttonHeightLarge: string;
918
+ fontSizeSmall: string;
919
+ fontSizeMedium: string;
920
+ fontSizeLarge: string;
921
+ boxShadow: string;
922
+ boxShadowActive: string;
923
+ boxShadowFocus: string;
924
+ boxShadowHover: string;
925
+ boxShadowDisabled: string;
926
+ color: string;
927
+ colorDisabled: string;
928
+ colorActive: string;
929
+ textColor: string;
930
+ textColorDisabled: string;
931
+ dotColorActive: string;
932
+ dotColorDisabled: string;
933
+ buttonBorderColor: string;
934
+ buttonBorderColorActive: string;
935
+ buttonBorderColorHover: string;
936
+ buttonColor: string;
937
+ buttonColorActive: string;
938
+ buttonTextColor: string;
939
+ buttonTextColorActive: string;
940
+ buttonTextColorHover: string;
941
+ opacityDisabled: string;
942
+ buttonBoxShadowFocus: string;
943
+ buttonBoxShadowHover: string;
944
+ buttonBoxShadow: string;
945
+ buttonBorderRadius: string;
946
+ radioSizeSmall: string;
947
+ radioSizeMedium: string;
948
+ radioSizeLarge: string;
949
+ labelPadding: string;
950
+ }, any>>>;
951
+ }, {
952
+ selfElRef: import("vue").Ref<HTMLDivElement | null>;
953
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
954
+ mergedClsPrefix: import("vue").ComputedRef<string>;
955
+ mergedValue: import("vue").ComputedRef<string | number | boolean | null>;
956
+ handleFocusout: (e: FocusEvent) => void;
957
+ handleFocusin: (e: FocusEvent) => void;
958
+ cssVars: import("vue").ComputedRef<{
959
+ '--n-font-size': string;
960
+ '--n-bezier': string;
961
+ '--n-button-border-color': string;
962
+ '--n-button-border-color-active': string;
963
+ '--n-button-border-radius': string;
964
+ '--n-button-box-shadow': string;
965
+ '--n-button-box-shadow-focus': string;
966
+ '--n-button-box-shadow-hover': string;
967
+ '--n-button-color-active': string;
968
+ '--n-button-text-color': string;
969
+ '--n-button-text-color-hover': string;
970
+ '--n-button-text-color-active': string;
971
+ '--n-height': string;
972
+ '--n-opacity-disabled': string;
973
+ }> | undefined;
974
+ themeClass: import("vue").Ref<string> | undefined;
975
+ onRender: (() => void) | undefined;
976
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
977
+ readonly name: StringConstructor;
978
+ readonly value: PropType<string | number | boolean | null>;
979
+ readonly defaultValue: {
980
+ readonly type: PropType<string | number | boolean | null>;
981
+ readonly default: null;
982
+ };
983
+ readonly size: PropType<"small" | "medium" | "large">;
984
+ readonly disabled: {
985
+ readonly type: PropType<boolean | undefined>;
986
+ readonly default: undefined;
987
+ };
988
+ readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
989
+ readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
990
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Radio", {
991
+ labelLineHeight: string;
992
+ buttonHeightSmall: string;
993
+ buttonHeightMedium: string;
994
+ buttonHeightLarge: string;
995
+ fontSizeSmall: string;
996
+ fontSizeMedium: string;
997
+ fontSizeLarge: string;
998
+ boxShadow: string;
999
+ boxShadowActive: string;
1000
+ boxShadowFocus: string;
1001
+ boxShadowHover: string;
1002
+ boxShadowDisabled: string;
1003
+ color: string;
1004
+ colorDisabled: string;
1005
+ colorActive: string;
1006
+ textColor: string;
1007
+ textColorDisabled: string;
1008
+ dotColorActive: string;
1009
+ dotColorDisabled: string;
1010
+ buttonBorderColor: string;
1011
+ buttonBorderColorActive: string;
1012
+ buttonBorderColorHover: string;
1013
+ buttonColor: string;
1014
+ buttonColorActive: string;
1015
+ buttonTextColor: string;
1016
+ buttonTextColorActive: string;
1017
+ buttonTextColorHover: string;
1018
+ opacityDisabled: string;
1019
+ buttonBoxShadowFocus: string;
1020
+ buttonBoxShadowHover: string;
1021
+ buttonBoxShadow: string;
1022
+ buttonBorderRadius: string;
1023
+ radioSizeSmall: string;
1024
+ radioSizeMedium: string;
1025
+ radioSizeLarge: string;
1026
+ labelPadding: string;
1027
+ }, any>>;
1028
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
1029
+ labelLineHeight: string;
1030
+ buttonHeightSmall: string;
1031
+ buttonHeightMedium: string;
1032
+ buttonHeightLarge: string;
1033
+ fontSizeSmall: string;
1034
+ fontSizeMedium: string;
1035
+ fontSizeLarge: string;
1036
+ boxShadow: string;
1037
+ boxShadowActive: string;
1038
+ boxShadowFocus: string;
1039
+ boxShadowHover: string;
1040
+ boxShadowDisabled: string;
1041
+ color: string;
1042
+ colorDisabled: string;
1043
+ colorActive: string;
1044
+ textColor: string;
1045
+ textColorDisabled: string;
1046
+ dotColorActive: string;
1047
+ dotColorDisabled: string;
1048
+ buttonBorderColor: string;
1049
+ buttonBorderColorActive: string;
1050
+ buttonBorderColorHover: string;
1051
+ buttonColor: string;
1052
+ buttonColorActive: string;
1053
+ buttonTextColor: string;
1054
+ buttonTextColorActive: string;
1055
+ buttonTextColorHover: string;
1056
+ opacityDisabled: string;
1057
+ buttonBoxShadowFocus: string;
1058
+ buttonBoxShadowHover: string;
1059
+ buttonBoxShadow: string;
1060
+ buttonBorderRadius: string;
1061
+ radioSizeSmall: string;
1062
+ radioSizeMedium: string;
1063
+ radioSizeLarge: string;
1064
+ labelPadding: string;
1065
+ }, any>>>;
1066
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
1067
+ labelLineHeight: string;
1068
+ buttonHeightSmall: string;
1069
+ buttonHeightMedium: string;
1070
+ buttonHeightLarge: string;
1071
+ fontSizeSmall: string;
1072
+ fontSizeMedium: string;
1073
+ fontSizeLarge: string;
1074
+ boxShadow: string;
1075
+ boxShadowActive: string;
1076
+ boxShadowFocus: string;
1077
+ boxShadowHover: string;
1078
+ boxShadowDisabled: string;
1079
+ color: string;
1080
+ colorDisabled: string;
1081
+ colorActive: string;
1082
+ textColor: string;
1083
+ textColorDisabled: string;
1084
+ dotColorActive: string;
1085
+ dotColorDisabled: string;
1086
+ buttonBorderColor: string;
1087
+ buttonBorderColorActive: string;
1088
+ buttonBorderColorHover: string;
1089
+ buttonColor: string;
1090
+ buttonColorActive: string;
1091
+ buttonTextColor: string;
1092
+ buttonTextColorActive: string;
1093
+ buttonTextColorHover: string;
1094
+ opacityDisabled: string;
1095
+ buttonBoxShadowFocus: string;
1096
+ buttonBoxShadowHover: string;
1097
+ buttonBoxShadow: string;
1098
+ buttonBorderRadius: string;
1099
+ radioSizeSmall: string;
1100
+ radioSizeMedium: string;
1101
+ radioSizeLarge: string;
1102
+ labelPadding: string;
1103
+ }, any>>>;
1104
+ }>>, {
1105
+ readonly disabled: boolean | undefined;
1106
+ readonly defaultValue: string | number | boolean | null;
1107
+ }>;
1108
+ NRadio: any;
1109
+ NSpace: any;
1110
+ Condition: import("vue").DefineComponent<{
1111
+ data: {
1112
+ type: PropType<AnyObject>;
1113
+ default: null;
1114
+ };
1115
+ }, {
1116
+ customValue: string;
1117
+ cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
1118
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1119
+ data: {
1120
+ type: PropType<AnyObject>;
1121
+ default: null;
1122
+ };
1123
+ }>> & {}>>;
1124
+ fieldList: AnyObject[];
1125
+ queryWordbookData: ((params: import("../../../components/field-set/src/types").ColorSetWordbook) => Promise<{
1126
+ [key: string]: any;
1127
+ label: string;
1128
+ value: string;
1129
+ }[]>) | undefined;
1130
+ condition: import("vue").Ref<{
1131
+ field_key: string;
1132
+ con: string;
1133
+ value?: any;
1134
+ start_val?: string | undefined;
1135
+ end_val?: string | undefined;
1136
+ is_compare_field?: boolean | undefined;
1137
+ compare_field: any;
1138
+ numberValue: number | null;
1139
+ dateValue: string | [string, string] | null;
1140
+ fieldType: string;
1141
+ conOptions: AnyObject[];
1142
+ compareFieldOptions: AnyObject[];
1143
+ unit: string | null;
1144
+ multiple: boolean;
1145
+ }[]>;
1146
+ sqlExpression: import("vue").Ref<string>;
1147
+ setConOptions: (item: import("../../../components/field-set/src/types").ColorSetConditionItem & {
1148
+ numberValue: number | null;
1149
+ dateValue: string | [string, string] | null;
1150
+ fieldType: string;
1151
+ conOptions: AnyObject[];
1152
+ compare_field: any;
1153
+ compareFieldOptions: AnyObject[];
1154
+ unit: string | null;
1155
+ multiple: boolean;
1156
+ }, isInit?: boolean) => void;
1157
+ setCompareFieldOptions: (item: import("../../../components/field-set/src/types").ColorSetConditionItem & {
1158
+ numberValue: number | null;
1159
+ dateValue: string | [string, string] | null;
1160
+ fieldType: string;
1161
+ conOptions: AnyObject[];
1162
+ compare_field: any;
1163
+ compareFieldOptions: AnyObject[];
1164
+ unit: string | null;
1165
+ multiple: boolean;
1166
+ }, isInit?: boolean) => Promise<void>;
1167
+ resetItem: (item: import("../../../components/field-set/src/types").ColorSetConditionItem & {
1168
+ numberValue: number | null;
1169
+ dateValue: string | [string, string] | null;
1170
+ fieldType: string;
1171
+ conOptions: AnyObject[];
1172
+ compare_field: any;
1173
+ compareFieldOptions: AnyObject[];
1174
+ unit: string | null;
1175
+ multiple: boolean;
1176
+ }) => void;
1177
+ showBooleanValue: (item: import("../../../components/field-set/src/types").ColorSetConditionItem & {
1178
+ numberValue: number | null;
1179
+ dateValue: string | [string, string] | null;
1180
+ fieldType: string;
1181
+ conOptions: AnyObject[];
1182
+ compare_field: any;
1183
+ compareFieldOptions: AnyObject[];
1184
+ unit: string | null;
1185
+ multiple: boolean;
1186
+ }) => boolean | "";
1187
+ showInput: (item: import("../../../components/field-set/src/types").ColorSetConditionItem & {
1188
+ numberValue: number | null;
1189
+ dateValue: string | [string, string] | null;
1190
+ fieldType: string;
1191
+ conOptions: AnyObject[];
1192
+ compare_field: any;
1193
+ compareFieldOptions: AnyObject[];
1194
+ unit: string | null;
1195
+ multiple: boolean;
1196
+ }) => boolean;
1197
+ showInputNumber: (item: import("../../../components/field-set/src/types").ColorSetConditionItem & {
1198
+ numberValue: number | null;
1199
+ dateValue: string | [string, string] | null;
1200
+ fieldType: string;
1201
+ conOptions: AnyObject[];
1202
+ compare_field: any;
1203
+ compareFieldOptions: AnyObject[];
1204
+ unit: string | null;
1205
+ multiple: boolean;
1206
+ }) => boolean;
1207
+ showUnit: (item: import("../../../components/field-set/src/types").ColorSetConditionItem & {
1208
+ numberValue: number | null;
1209
+ dateValue: string | [string, string] | null;
1210
+ fieldType: string;
1211
+ conOptions: AnyObject[];
1212
+ compare_field: any;
1213
+ compareFieldOptions: AnyObject[];
1214
+ unit: string | null;
1215
+ multiple: boolean;
1216
+ }) => boolean;
1217
+ showDatePicker: (item: import("../../../components/field-set/src/types").ColorSetConditionItem & {
1218
+ numberValue: number | null;
1219
+ dateValue: string | [string, string] | null;
1220
+ fieldType: string;
1221
+ conOptions: AnyObject[];
1222
+ compare_field: any;
1223
+ compareFieldOptions: AnyObject[];
1224
+ unit: string | null;
1225
+ multiple: boolean;
1226
+ }) => boolean;
1227
+ getDateType: (item: import("../../../components/field-set/src/types").ColorSetConditionItem & {
1228
+ numberValue: number | null;
1229
+ dateValue: string | [string, string] | null;
1230
+ fieldType: string;
1231
+ conOptions: AnyObject[];
1232
+ compare_field: any;
1233
+ compareFieldOptions: AnyObject[];
1234
+ unit: string | null;
1235
+ multiple: boolean;
1236
+ }) => "datetime" | "datetimerange";
1237
+ onAdd: () => void;
1238
+ onRemove: (index: number) => void;
1239
+ init: () => void;
1240
+ formatCondition: () => {
1241
+ field_key: string;
1242
+ fieldType: string;
1243
+ con: string;
1244
+ value: any;
1245
+ compare_field: any;
1246
+ is_compare_field: boolean;
1247
+ start_val: any;
1248
+ end_val: any;
1249
+ wordbookValueList: any;
1250
+ unit: any;
1251
+ }[];
1252
+ NInput: any;
1253
+ NInputNumber: any;
1254
+ NSelect: any;
1255
+ NIcon: any;
1256
+ AddCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1257
+ RemoveCircle: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1258
+ UNIT_OPTIONS: {
1259
+ label: string;
1260
+ value: string;
1261
+ }[];
1262
+ BOOLEAN_OPTIONS: {
1263
+ label: string;
1264
+ value: string;
1265
+ }[];
1266
+ CDatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1267
+ updateUnchangedValue: {
1268
+ type: BooleanConstructor;
1269
+ };
1270
+ onConfirm: {
1271
+ type: FunctionConstructor;
1272
+ };
1273
+ formattedValue: {
1274
+ type: PropType<(string | [string, string]) | null | undefined>;
1275
+ };
1276
+ placeholder: {
1277
+ type: StringConstructor;
1278
+ };
1279
+ allowedInvalidValue: {
1280
+ type: StringConstructor;
1281
+ };
1282
+ }, {
1283
+ attrs: {
1284
+ [x: string]: unknown;
1285
+ };
1286
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1287
+ updateUnchangedValue: {
1288
+ type: BooleanConstructor;
1289
+ };
1290
+ onConfirm: {
1291
+ type: FunctionConstructor;
1292
+ };
1293
+ formattedValue: {
1294
+ type: PropType<(string | [string, string]) | null | undefined>;
1295
+ };
1296
+ placeholder: {
1297
+ type: StringConstructor;
1298
+ };
1299
+ allowedInvalidValue: {
1300
+ type: StringConstructor;
1301
+ };
1302
+ }>> & {
1303
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1304
+ }>>;
1305
+ emit: (event: "update:formatted-value", ...args: any[]) => void;
1306
+ datePickerRef: import("vue").Ref<AnyObject | null>;
1307
+ panelInstRef: import("vue").Ref<null>;
1308
+ placeholderRef: import("vue").Ref<any>;
1309
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
1310
+ isDateTime: import("vue").ComputedRef<boolean>;
1311
+ formatRef: import("vue").ComputedRef<string>;
1312
+ panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
1313
+ focus: () => any;
1314
+ blur: () => any;
1315
+ handleConfirm: (target: HTMLInputElement) => void;
1316
+ onUpdateShow: (show: boolean) => void;
1317
+ onConfirm: (...args: any[]) => Promise<void>;
1318
+ isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
1319
+ NDatePicker: any;
1320
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1321
+ updateUnchangedValue: {
1322
+ type: BooleanConstructor;
1323
+ };
1324
+ onConfirm: {
1325
+ type: FunctionConstructor;
1326
+ };
1327
+ formattedValue: {
1328
+ type: PropType<(string | [string, string]) | null | undefined>;
1329
+ };
1330
+ placeholder: {
1331
+ type: StringConstructor;
1332
+ };
1333
+ allowedInvalidValue: {
1334
+ type: StringConstructor;
1335
+ };
1336
+ }>> & {
1337
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1338
+ }, {
1339
+ updateUnchangedValue: boolean;
1340
+ }>>;
1341
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1342
+ data: {
1343
+ type: PropType<AnyObject>;
1344
+ default: null;
1345
+ };
1346
+ }>>, {
1347
+ data: AnyObject;
1348
+ }>;
1349
+ EditFilter: import("vue").DefineComponent<{
1350
+ visible: {
1351
+ type: BooleanConstructor;
1352
+ default: boolean;
1353
+ };
1354
+ model: {
1355
+ type: PropType<AnyObject>;
1356
+ default: null;
1357
+ };
1358
+ }, {
1359
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1360
+ visible: {
1361
+ type: BooleanConstructor;
1362
+ default: boolean;
1363
+ };
1364
+ model: {
1365
+ type: PropType<AnyObject>;
1366
+ default: null;
1367
+ };
1368
+ }>> & {
1369
+ onConfirm?: ((...args: any[]) => any) | undefined;
1370
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
1371
+ }>>;
1372
+ emit: (event: "update:visible" | "confirm", ...args: any[]) => void;
1373
+ conditionRef: import("vue").Ref<any>;
1374
+ onConfirm: () => void;
1375
+ onClose: () => void;
1376
+ NModal: any;
1377
+ Condition: import("vue").DefineComponent<{
1378
+ data: {
1379
+ type: PropType<AnyObject>;
1380
+ default: null;
1381
+ };
1382
+ }, {
1383
+ customValue: string;
1384
+ cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
1385
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1386
+ data: {
1387
+ type: PropType<AnyObject>;
1388
+ default: null;
1389
+ };
1390
+ }>> & {}>>;
1391
+ fieldList: AnyObject[];
1392
+ queryWordbookData: ((params: import("../../../components/field-set/src/types").ColorSetWordbook) => Promise<{
1393
+ [key: string]: any;
1394
+ label: string;
1395
+ value: string;
1396
+ }[]>) | undefined;
1397
+ condition: import("vue").Ref<{
1398
+ field_key: string;
1399
+ con: string;
1400
+ value?: any;
1401
+ start_val?: string | undefined;
1402
+ end_val?: string | undefined;
1403
+ is_compare_field?: boolean | undefined;
1404
+ compare_field: any;
1405
+ numberValue: number | null;
1406
+ dateValue: string | [string, string] | null;
1407
+ fieldType: string;
1408
+ conOptions: AnyObject[];
1409
+ compareFieldOptions: AnyObject[];
1410
+ unit: string | null;
1411
+ multiple: boolean;
1412
+ }[]>;
1413
+ sqlExpression: import("vue").Ref<string>;
1414
+ setConOptions: (item: import("../../../components/field-set/src/types").ColorSetConditionItem & {
1415
+ numberValue: number | null;
1416
+ dateValue: string | [string, string] | null;
1417
+ fieldType: string;
1418
+ conOptions: AnyObject[];
1419
+ compare_field: any;
1420
+ compareFieldOptions: AnyObject[];
1421
+ unit: string | null;
1422
+ multiple: boolean;
1423
+ }, isInit?: boolean) => void;
1424
+ setCompareFieldOptions: (item: import("../../../components/field-set/src/types").ColorSetConditionItem & {
1425
+ numberValue: number | null;
1426
+ dateValue: string | [string, string] | null;
1427
+ fieldType: string;
1428
+ conOptions: AnyObject[];
1429
+ compare_field: any;
1430
+ compareFieldOptions: AnyObject[];
1431
+ unit: string | null;
1432
+ multiple: boolean;
1433
+ }, isInit?: boolean) => Promise<void>;
1434
+ resetItem: (item: import("../../../components/field-set/src/types").ColorSetConditionItem & {
1435
+ numberValue: number | null;
1436
+ dateValue: string | [string, string] | null;
1437
+ fieldType: string;
1438
+ conOptions: AnyObject[];
1439
+ compare_field: any;
1440
+ compareFieldOptions: AnyObject[];
1441
+ unit: string | null;
1442
+ multiple: boolean;
1443
+ }) => void;
1444
+ showBooleanValue: (item: import("../../../components/field-set/src/types").ColorSetConditionItem & {
1445
+ numberValue: number | null;
1446
+ dateValue: string | [string, string] | null;
1447
+ fieldType: string;
1448
+ conOptions: AnyObject[];
1449
+ compare_field: any;
1450
+ compareFieldOptions: AnyObject[];
1451
+ unit: string | null;
1452
+ multiple: boolean;
1453
+ }) => boolean | "";
1454
+ showInput: (item: import("../../../components/field-set/src/types").ColorSetConditionItem & {
1455
+ numberValue: number | null;
1456
+ dateValue: string | [string, string] | null;
1457
+ fieldType: string;
1458
+ conOptions: AnyObject[];
1459
+ compare_field: any;
1460
+ compareFieldOptions: AnyObject[];
1461
+ unit: string | null;
1462
+ multiple: boolean;
1463
+ }) => boolean;
1464
+ showInputNumber: (item: import("../../../components/field-set/src/types").ColorSetConditionItem & {
1465
+ numberValue: number | null;
1466
+ dateValue: string | [string, string] | null;
1467
+ fieldType: string;
1468
+ conOptions: AnyObject[];
1469
+ compare_field: any;
1470
+ compareFieldOptions: AnyObject[];
1471
+ unit: string | null;
1472
+ multiple: boolean;
1473
+ }) => boolean;
1474
+ showUnit: (item: import("../../../components/field-set/src/types").ColorSetConditionItem & {
1475
+ numberValue: number | null;
1476
+ dateValue: string | [string, string] | null;
1477
+ fieldType: string;
1478
+ conOptions: AnyObject[];
1479
+ compare_field: any;
1480
+ compareFieldOptions: AnyObject[];
1481
+ unit: string | null;
1482
+ multiple: boolean;
1483
+ }) => boolean;
1484
+ showDatePicker: (item: import("../../../components/field-set/src/types").ColorSetConditionItem & {
1485
+ numberValue: number | null;
1486
+ dateValue: string | [string, string] | null;
1487
+ fieldType: string;
1488
+ conOptions: AnyObject[];
1489
+ compare_field: any;
1490
+ compareFieldOptions: AnyObject[];
1491
+ unit: string | null;
1492
+ multiple: boolean;
1493
+ }) => boolean;
1494
+ getDateType: (item: import("../../../components/field-set/src/types").ColorSetConditionItem & {
1495
+ numberValue: number | null;
1496
+ dateValue: string | [string, string] | null;
1497
+ fieldType: string;
1498
+ conOptions: AnyObject[];
1499
+ compare_field: any;
1500
+ compareFieldOptions: AnyObject[];
1501
+ unit: string | null;
1502
+ multiple: boolean;
1503
+ }) => "datetime" | "datetimerange";
1504
+ onAdd: () => void;
1505
+ onRemove: (index: number) => void;
1506
+ init: () => void;
1507
+ formatCondition: () => {
1508
+ field_key: string;
1509
+ fieldType: string;
1510
+ con: string;
1511
+ value: any;
1512
+ compare_field: any;
1513
+ is_compare_field: boolean;
1514
+ start_val: any;
1515
+ end_val: any;
1516
+ wordbookValueList: any;
1517
+ unit: any;
1518
+ }[];
1519
+ NInput: any;
1520
+ NInputNumber: any;
1521
+ NSelect: any;
1522
+ NIcon: any;
1523
+ AddCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1524
+ RemoveCircle: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1525
+ UNIT_OPTIONS: {
1526
+ label: string;
1527
+ value: string;
1528
+ }[];
1529
+ BOOLEAN_OPTIONS: {
1530
+ label: string;
1531
+ value: string;
1532
+ }[];
1533
+ CDatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1534
+ updateUnchangedValue: {
1535
+ type: BooleanConstructor;
1536
+ };
1537
+ onConfirm: {
1538
+ type: FunctionConstructor;
1539
+ };
1540
+ formattedValue: {
1541
+ type: PropType<(string | [string, string]) | null | undefined>;
1542
+ };
1543
+ placeholder: {
1544
+ type: StringConstructor;
1545
+ };
1546
+ allowedInvalidValue: {
1547
+ type: StringConstructor;
1548
+ };
1549
+ }, {
1550
+ attrs: {
1551
+ [x: string]: unknown;
1552
+ };
1553
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1554
+ updateUnchangedValue: {
1555
+ type: BooleanConstructor;
1556
+ };
1557
+ onConfirm: {
1558
+ type: FunctionConstructor;
1559
+ };
1560
+ formattedValue: {
1561
+ type: PropType<(string | [string, string]) | null | undefined>;
1562
+ };
1563
+ placeholder: {
1564
+ type: StringConstructor;
1565
+ };
1566
+ allowedInvalidValue: {
1567
+ type: StringConstructor;
1568
+ };
1569
+ }>> & {
1570
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1571
+ }>>;
1572
+ emit: (event: "update:formatted-value", ...args: any[]) => void;
1573
+ datePickerRef: import("vue").Ref<AnyObject | null>;
1574
+ panelInstRef: import("vue").Ref<null>;
1575
+ placeholderRef: import("vue").Ref<any>;
1576
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
1577
+ isDateTime: import("vue").ComputedRef<boolean>;
1578
+ formatRef: import("vue").ComputedRef<string>;
1579
+ panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
1580
+ focus: () => any;
1581
+ blur: () => any;
1582
+ handleConfirm: (target: HTMLInputElement) => void;
1583
+ onUpdateShow: (show: boolean) => void;
1584
+ onConfirm: (...args: any[]) => Promise<void>;
1585
+ isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
1586
+ NDatePicker: any;
1587
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1588
+ updateUnchangedValue: {
1589
+ type: BooleanConstructor;
1590
+ };
1591
+ onConfirm: {
1592
+ type: FunctionConstructor;
1593
+ };
1594
+ formattedValue: {
1595
+ type: PropType<(string | [string, string]) | null | undefined>;
1596
+ };
1597
+ placeholder: {
1598
+ type: StringConstructor;
1599
+ };
1600
+ allowedInvalidValue: {
1601
+ type: StringConstructor;
1602
+ };
1603
+ }>> & {
1604
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1605
+ }, {
1606
+ updateUnchangedValue: boolean;
1607
+ }>>;
1608
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1609
+ data: {
1610
+ type: PropType<AnyObject>;
1611
+ default: null;
1612
+ };
1613
+ }>>, {
1614
+ data: AnyObject;
1615
+ }>;
1616
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:visible" | "confirm")[], "confirm" | "update:visible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1617
+ visible: {
1618
+ type: BooleanConstructor;
1619
+ default: boolean;
1620
+ };
1621
+ model: {
1622
+ type: PropType<AnyObject>;
1623
+ default: null;
1624
+ };
1625
+ }>> & {
1626
+ onConfirm?: ((...args: any[]) => any) | undefined;
1627
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
1628
+ }, {
1629
+ visible: boolean;
1630
+ model: AnyObject;
1631
+ }>;
1632
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:visible" | "confirm")[], "confirm" | "update:visible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1633
+ visible: {
1634
+ type: BooleanConstructor;
1635
+ default: boolean;
1636
+ };
1637
+ isFieldColor: {
1638
+ type: BooleanConstructor;
1639
+ default: boolean;
1640
+ };
1641
+ row: {
1642
+ type: PropType<AnyObject | null>;
1643
+ default: null;
1644
+ };
1645
+ }>> & {
1646
+ onConfirm?: ((...args: any[]) => any) | undefined;
1647
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
1648
+ }, {
1649
+ row: AnyObject | null;
1650
+ visible: boolean;
1651
+ isFieldColor: boolean;
1652
+ }>;
1653
+ setStyle: typeof setStyle;
1654
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "save")[], "close" | "save", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1655
+ rowHeight: {
1656
+ type: NumberConstructor;
1657
+ default: number;
1658
+ };
1659
+ footerFlag: {
1660
+ type: BooleanConstructor;
1661
+ default: boolean;
1662
+ };
1663
+ isFieldColor: {
1664
+ type: BooleanConstructor;
1665
+ default: boolean;
1666
+ };
1667
+ defaultList: {
1668
+ type: PropType<AnyObject[]>;
1669
+ default: () => never[];
1670
+ };
1671
+ }>> & {
1672
+ onSave?: ((...args: any[]) => any) | undefined;
1673
+ onClose?: ((...args: any[]) => any) | undefined;
1674
+ }, {
1675
+ defaultList: AnyObject[];
1676
+ rowHeight: number;
1677
+ footerFlag: boolean;
1678
+ isFieldColor: boolean;
1679
+ }>;
1680
+ export default _default;