cnhis-design-vue 3.1.57-beta.1 → 3.1.57-beta.10

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 (120) 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/timeRendererPlugin/editTime.vue.d.ts +1 -1
  75. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +1 -1
  76. package/es/components/index.css +1 -1
  77. package/es/components/index.js +1 -1
  78. package/es/components/info-header/index.d.ts +41 -23
  79. package/es/components/info-header/src/InfoHeader.vue.d.ts +41 -23
  80. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +1 -1
  81. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +1 -1
  82. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +18 -9
  83. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +17 -8
  84. package/es/components/keyboard/index.d.ts +1 -1
  85. package/es/components/keyboard/src/Keyboard.vue.d.ts +1 -1
  86. package/es/components/quick-search/index.d.ts +3 -3
  87. package/es/components/quick-search/src/index.vue.d.ts +3 -3
  88. package/es/components/recommend-search/index.d.ts +6 -6
  89. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +6 -6
  90. package/es/components/recommend-search/src/components/BaseSearch.d.ts +1 -1
  91. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +1 -1
  92. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +1 -1
  93. package/es/components/scale-view/index.d.ts +3 -3
  94. package/es/components/scale-view/src/ScaleView.vue.d.ts +3 -3
  95. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +1 -1
  96. package/es/components/scale-view/src/hooks/use-component.d.ts +1 -1
  97. package/es/components/select-label/index.d.ts +2 -2
  98. package/es/components/select-label/src/LabelFormContent.vue.d.ts +1 -1
  99. package/es/components/select-label/src/SelectLabel.vue.d.ts +1 -1
  100. package/es/components/select-label/src/index.vue.d.ts +1 -1
  101. package/es/components/select-person/index.d.ts +95 -23
  102. package/es/components/select-person/src/SelectPerson.vue.d.ts +84 -17
  103. package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
  104. package/es/components/select-person/src/types/enums.d.ts +9 -0
  105. package/es/components/select-person/src/types/enums.js +1 -1
  106. package/es/components/select-person/style/index.css +1 -1
  107. package/es/components/shortcut-provider/src/hooks/useShortcuts.js +1 -1
  108. package/es/components/shortcut-setter/index.d.ts +17 -8
  109. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +17 -8
  110. package/es/components/table-export-field/index.d.ts +3 -3
  111. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +3 -3
  112. package/es/components/table-export-field/src/index.vue.d.ts +3 -3
  113. package/es/components/time-line/index.d.ts +7 -7
  114. package/es/components/time-line/src/TimeLine.vue.d.ts +3 -3
  115. package/es/shared/package.json.js +1 -1
  116. package/es/shared/types/business.d.ts +23 -3
  117. package/es/shared/utils/business.d.ts +2 -1
  118. package/es/shared/utils/business.js +1 -1
  119. package/es/shared/utils/index.js +1 -1
  120. package/package.json +2 -2
@@ -0,0 +1,1194 @@
1
+ import { AnyObject } from '../../../../shared/types';
2
+ import { FormRules, FormItemRule } from 'naive-ui';
3
+ import { PropType } from 'vue';
4
+ declare const _default: import("vue").DefineComponent<{
5
+ visible: {
6
+ type: BooleanConstructor;
7
+ default: boolean;
8
+ };
9
+ isFieldColor: {
10
+ type: BooleanConstructor;
11
+ default: boolean;
12
+ };
13
+ row: {
14
+ type: PropType<AnyObject | null>;
15
+ default: null;
16
+ };
17
+ }, {
18
+ cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
19
+ message: import("naive-ui").MessageApi;
20
+ colorOptions: {
21
+ label: string;
22
+ value: string;
23
+ }[];
24
+ swatches: string[];
25
+ fieldList: AnyObject[];
26
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
27
+ visible: {
28
+ type: BooleanConstructor;
29
+ default: boolean;
30
+ };
31
+ isFieldColor: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ row: {
36
+ type: PropType<AnyObject | null>;
37
+ default: null;
38
+ };
39
+ }>> & {
40
+ onConfirm?: ((...args: any[]) => any) | undefined;
41
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
42
+ }>>;
43
+ emit: (event: "update:visible" | "confirm", ...args: any[]) => void;
44
+ formRef: import("vue").Ref<any>;
45
+ conditionRef: import("vue").Ref<any>;
46
+ filterVisible: import("vue").Ref<boolean>;
47
+ title: import("vue").ComputedRef<"新增" | "修改" | "过滤条件">;
48
+ model: {
49
+ name: string;
50
+ color: string;
51
+ status: boolean;
52
+ columnName: string;
53
+ colorScope: string;
54
+ condition: never[];
55
+ sqlExpression: string;
56
+ };
57
+ rules: FormRules;
58
+ initModel: () => void;
59
+ renderLabel: (option: AnyObject) => JSX.Element;
60
+ onConfirm: () => void;
61
+ onClose: () => void;
62
+ setFilterData: (data: AnyObject) => void;
63
+ NInput: any;
64
+ NModal: any;
65
+ NFormItem: import("vue").DefineComponent<{
66
+ readonly label: StringConstructor;
67
+ readonly labelWidth: PropType<string | number>;
68
+ readonly labelStyle: PropType<string | import("vue").CSSProperties>;
69
+ readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
70
+ readonly labelPlacement: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
71
+ readonly path: StringConstructor;
72
+ readonly first: BooleanConstructor;
73
+ readonly rulePath: StringConstructor;
74
+ readonly required: BooleanConstructor;
75
+ readonly showRequireMark: {
76
+ readonly type: PropType<boolean | undefined>;
77
+ readonly default: undefined;
78
+ };
79
+ readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
80
+ readonly showFeedback: {
81
+ readonly type: PropType<boolean | undefined>;
82
+ readonly default: undefined;
83
+ };
84
+ readonly rule: PropType<FormItemRule | FormItemRule[]>;
85
+ readonly size: PropType<"small" | "medium" | "large">;
86
+ readonly ignorePathChange: BooleanConstructor;
87
+ readonly validationStatus: PropType<"success" | "error" | "warning">;
88
+ readonly feedback: StringConstructor;
89
+ readonly showLabel: {
90
+ readonly type: PropType<boolean | undefined>;
91
+ readonly default: undefined;
92
+ };
93
+ readonly labelProps: PropType<import("vue").LabelHTMLAttributes>;
94
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
95
+ blankHeightSmall: string;
96
+ blankHeightMedium: string;
97
+ blankHeightLarge: string;
98
+ lineHeight: string;
99
+ labelTextColor: string;
100
+ asteriskColor: string;
101
+ feedbackTextColorError: string;
102
+ feedbackTextColorWarning: string;
103
+ feedbackTextColor: string;
104
+ feedbackPadding: string;
105
+ feedbackHeightSmall: string;
106
+ feedbackHeightMedium: string;
107
+ feedbackHeightLarge: string;
108
+ feedbackFontSizeSmall: string;
109
+ feedbackFontSizeMedium: string;
110
+ feedbackFontSizeLarge: string;
111
+ labelFontSizeLeftSmall: string;
112
+ labelFontSizeLeftMedium: string;
113
+ labelFontSizeLeftLarge: string;
114
+ labelFontSizeTopSmall: string;
115
+ labelFontSizeTopMedium: string;
116
+ labelFontSizeTopLarge: string;
117
+ labelHeightSmall: string;
118
+ labelHeightMedium: string;
119
+ labelHeightLarge: string;
120
+ labelPaddingVertical: string;
121
+ labelPaddingHorizontal: string;
122
+ labelTextAlignVertical: string;
123
+ labelTextAlignHorizontal: string;
124
+ }, any>>;
125
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
126
+ blankHeightSmall: string;
127
+ blankHeightMedium: string;
128
+ blankHeightLarge: string;
129
+ lineHeight: string;
130
+ labelTextColor: string;
131
+ asteriskColor: string;
132
+ feedbackTextColorError: string;
133
+ feedbackTextColorWarning: string;
134
+ feedbackTextColor: string;
135
+ feedbackPadding: string;
136
+ feedbackHeightSmall: string;
137
+ feedbackHeightMedium: string;
138
+ feedbackHeightLarge: string;
139
+ feedbackFontSizeSmall: string;
140
+ feedbackFontSizeMedium: string;
141
+ feedbackFontSizeLarge: string;
142
+ labelFontSizeLeftSmall: string;
143
+ labelFontSizeLeftMedium: string;
144
+ labelFontSizeLeftLarge: string;
145
+ labelFontSizeTopSmall: string;
146
+ labelFontSizeTopMedium: string;
147
+ labelFontSizeTopLarge: string;
148
+ labelHeightSmall: string;
149
+ labelHeightMedium: string;
150
+ labelHeightLarge: string;
151
+ labelPaddingVertical: string;
152
+ labelPaddingHorizontal: string;
153
+ labelTextAlignVertical: string;
154
+ labelTextAlignHorizontal: string;
155
+ }, any>>>;
156
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
157
+ blankHeightSmall: string;
158
+ blankHeightMedium: string;
159
+ blankHeightLarge: string;
160
+ lineHeight: string;
161
+ labelTextColor: string;
162
+ asteriskColor: string;
163
+ feedbackTextColorError: string;
164
+ feedbackTextColorWarning: string;
165
+ feedbackTextColor: string;
166
+ feedbackPadding: string;
167
+ feedbackHeightSmall: string;
168
+ feedbackHeightMedium: string;
169
+ feedbackHeightLarge: string;
170
+ feedbackFontSizeSmall: string;
171
+ feedbackFontSizeMedium: string;
172
+ feedbackFontSizeLarge: string;
173
+ labelFontSizeLeftSmall: string;
174
+ labelFontSizeLeftMedium: string;
175
+ labelFontSizeLeftLarge: string;
176
+ labelFontSizeTopSmall: string;
177
+ labelFontSizeTopMedium: string;
178
+ labelFontSizeTopLarge: string;
179
+ labelHeightSmall: string;
180
+ labelHeightMedium: string;
181
+ labelHeightLarge: string;
182
+ labelPaddingVertical: string;
183
+ labelPaddingHorizontal: string;
184
+ labelTextAlignVertical: string;
185
+ labelTextAlignHorizontal: string;
186
+ }, any>>>;
187
+ }, {
188
+ cssVars: import("vue").ComputedRef<{
189
+ '--n-bezier': string;
190
+ '--n-line-height': string;
191
+ '--n-blank-height': string;
192
+ '--n-label-font-size': string;
193
+ '--n-label-text-align': string;
194
+ '--n-label-height': string;
195
+ '--n-label-padding': string;
196
+ '--n-asterisk-color': string;
197
+ '--n-label-text-color': string;
198
+ '--n-feedback-padding': string;
199
+ '--n-feedback-font-size': string;
200
+ '--n-feedback-height': string;
201
+ '--n-feedback-text-color': string;
202
+ '--n-feedback-text-color-warning': string;
203
+ '--n-feedback-text-color-error': string;
204
+ }> | undefined;
205
+ themeClass: import("vue").Ref<string>;
206
+ onRender: () => void;
207
+ validate: import("naive-ui/es/form/src/interface").FormItemValidate;
208
+ restoreValidation: () => void;
209
+ path?: string | undefined;
210
+ internalValidate: import("naive-ui/es/form/src/interface").FormItemInternalValidate;
211
+ mergedSize: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").Size>;
212
+ validationErrored: import("vue").Ref<boolean>;
213
+ mergedLabelStyle: import("vue").ComputedRef<(import("vue").StyleValue | undefined)[]>;
214
+ mergedLabelPlacement: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelPlacement>;
215
+ mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
216
+ mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
217
+ mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
218
+ mergedValidationStatus: import("vue").ComputedRef<"success" | "error" | "warning" | undefined>;
219
+ mergedShowFeedback: import("vue").ComputedRef<boolean>;
220
+ mergedShowLabel: import("vue").ComputedRef<boolean>;
221
+ isAutoLabelWidth: import("vue").ComputedRef<boolean>;
222
+ labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
223
+ mergedClsPrefix: import("vue").ComputedRef<string>;
224
+ mergedRequired: import("vue").ComputedRef<boolean>;
225
+ feedbackId: import("vue").Ref<string>;
226
+ renderExplains: import("vue").Ref<{
227
+ key: string;
228
+ render: () => import("vue").VNodeChild;
229
+ }[]>;
230
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
231
+ readonly label: StringConstructor;
232
+ readonly labelWidth: PropType<string | number>;
233
+ readonly labelStyle: PropType<string | import("vue").CSSProperties>;
234
+ readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
235
+ readonly labelPlacement: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
236
+ readonly path: StringConstructor;
237
+ readonly first: BooleanConstructor;
238
+ readonly rulePath: StringConstructor;
239
+ readonly required: BooleanConstructor;
240
+ readonly showRequireMark: {
241
+ readonly type: PropType<boolean | undefined>;
242
+ readonly default: undefined;
243
+ };
244
+ readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
245
+ readonly showFeedback: {
246
+ readonly type: PropType<boolean | undefined>;
247
+ readonly default: undefined;
248
+ };
249
+ readonly rule: PropType<FormItemRule | FormItemRule[]>;
250
+ readonly size: PropType<"small" | "medium" | "large">;
251
+ readonly ignorePathChange: BooleanConstructor;
252
+ readonly validationStatus: PropType<"success" | "error" | "warning">;
253
+ readonly feedback: StringConstructor;
254
+ readonly showLabel: {
255
+ readonly type: PropType<boolean | undefined>;
256
+ readonly default: undefined;
257
+ };
258
+ readonly labelProps: PropType<import("vue").LabelHTMLAttributes>;
259
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
260
+ blankHeightSmall: string;
261
+ blankHeightMedium: string;
262
+ blankHeightLarge: string;
263
+ lineHeight: string;
264
+ labelTextColor: string;
265
+ asteriskColor: string;
266
+ feedbackTextColorError: string;
267
+ feedbackTextColorWarning: string;
268
+ feedbackTextColor: string;
269
+ feedbackPadding: string;
270
+ feedbackHeightSmall: string;
271
+ feedbackHeightMedium: string;
272
+ feedbackHeightLarge: string;
273
+ feedbackFontSizeSmall: string;
274
+ feedbackFontSizeMedium: string;
275
+ feedbackFontSizeLarge: string;
276
+ labelFontSizeLeftSmall: string;
277
+ labelFontSizeLeftMedium: string;
278
+ labelFontSizeLeftLarge: string;
279
+ labelFontSizeTopSmall: string;
280
+ labelFontSizeTopMedium: string;
281
+ labelFontSizeTopLarge: string;
282
+ labelHeightSmall: string;
283
+ labelHeightMedium: string;
284
+ labelHeightLarge: string;
285
+ labelPaddingVertical: string;
286
+ labelPaddingHorizontal: string;
287
+ labelTextAlignVertical: string;
288
+ labelTextAlignHorizontal: string;
289
+ }, any>>;
290
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
291
+ blankHeightSmall: string;
292
+ blankHeightMedium: string;
293
+ blankHeightLarge: string;
294
+ lineHeight: string;
295
+ labelTextColor: string;
296
+ asteriskColor: string;
297
+ feedbackTextColorError: string;
298
+ feedbackTextColorWarning: string;
299
+ feedbackTextColor: string;
300
+ feedbackPadding: string;
301
+ feedbackHeightSmall: string;
302
+ feedbackHeightMedium: string;
303
+ feedbackHeightLarge: string;
304
+ feedbackFontSizeSmall: string;
305
+ feedbackFontSizeMedium: string;
306
+ feedbackFontSizeLarge: string;
307
+ labelFontSizeLeftSmall: string;
308
+ labelFontSizeLeftMedium: string;
309
+ labelFontSizeLeftLarge: string;
310
+ labelFontSizeTopSmall: string;
311
+ labelFontSizeTopMedium: string;
312
+ labelFontSizeTopLarge: string;
313
+ labelHeightSmall: string;
314
+ labelHeightMedium: string;
315
+ labelHeightLarge: string;
316
+ labelPaddingVertical: string;
317
+ labelPaddingHorizontal: string;
318
+ labelTextAlignVertical: string;
319
+ labelTextAlignHorizontal: string;
320
+ }, any>>>;
321
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
322
+ blankHeightSmall: string;
323
+ blankHeightMedium: string;
324
+ blankHeightLarge: string;
325
+ lineHeight: string;
326
+ labelTextColor: string;
327
+ asteriskColor: string;
328
+ feedbackTextColorError: string;
329
+ feedbackTextColorWarning: string;
330
+ feedbackTextColor: string;
331
+ feedbackPadding: string;
332
+ feedbackHeightSmall: string;
333
+ feedbackHeightMedium: string;
334
+ feedbackHeightLarge: string;
335
+ feedbackFontSizeSmall: string;
336
+ feedbackFontSizeMedium: string;
337
+ feedbackFontSizeLarge: string;
338
+ labelFontSizeLeftSmall: string;
339
+ labelFontSizeLeftMedium: string;
340
+ labelFontSizeLeftLarge: string;
341
+ labelFontSizeTopSmall: string;
342
+ labelFontSizeTopMedium: string;
343
+ labelFontSizeTopLarge: string;
344
+ labelHeightSmall: string;
345
+ labelHeightMedium: string;
346
+ labelHeightLarge: string;
347
+ labelPaddingVertical: string;
348
+ labelPaddingHorizontal: string;
349
+ labelTextAlignVertical: string;
350
+ labelTextAlignHorizontal: string;
351
+ }, any>>>;
352
+ }>>, {
353
+ readonly required: boolean;
354
+ readonly first: boolean;
355
+ readonly showRequireMark: boolean | undefined;
356
+ readonly showFeedback: boolean | undefined;
357
+ readonly showLabel: boolean | undefined;
358
+ readonly ignorePathChange: boolean;
359
+ }>;
360
+ NForm: any;
361
+ NCheckbox: any;
362
+ NSelect: any;
363
+ NColorPicker: any;
364
+ NRadioGroup: import("vue").DefineComponent<{
365
+ readonly name: StringConstructor;
366
+ readonly value: PropType<string | number | boolean | null>;
367
+ readonly defaultValue: {
368
+ readonly type: PropType<string | number | boolean | null>;
369
+ readonly default: null;
370
+ };
371
+ readonly size: PropType<"small" | "medium" | "large">;
372
+ readonly disabled: {
373
+ readonly type: PropType<boolean | undefined>;
374
+ readonly default: undefined;
375
+ };
376
+ readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
377
+ readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
378
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Radio", {
379
+ labelLineHeight: string;
380
+ buttonHeightSmall: string;
381
+ buttonHeightMedium: string;
382
+ buttonHeightLarge: string;
383
+ fontSizeSmall: string;
384
+ fontSizeMedium: string;
385
+ fontSizeLarge: string;
386
+ boxShadow: string;
387
+ boxShadowActive: string;
388
+ boxShadowFocus: string;
389
+ boxShadowHover: string;
390
+ boxShadowDisabled: string;
391
+ color: string;
392
+ colorDisabled: string;
393
+ colorActive: string;
394
+ textColor: string;
395
+ textColorDisabled: string;
396
+ dotColorActive: string;
397
+ dotColorDisabled: string;
398
+ buttonBorderColor: string;
399
+ buttonBorderColorActive: string;
400
+ buttonBorderColorHover: string;
401
+ buttonColor: string;
402
+ buttonColorActive: string;
403
+ buttonTextColor: string;
404
+ buttonTextColorActive: string;
405
+ buttonTextColorHover: string;
406
+ opacityDisabled: string;
407
+ buttonBoxShadowFocus: string;
408
+ buttonBoxShadowHover: string;
409
+ buttonBoxShadow: string;
410
+ buttonBorderRadius: string;
411
+ radioSizeSmall: string;
412
+ radioSizeMedium: string;
413
+ radioSizeLarge: string;
414
+ labelPadding: string;
415
+ }, any>>;
416
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
417
+ labelLineHeight: string;
418
+ buttonHeightSmall: string;
419
+ buttonHeightMedium: string;
420
+ buttonHeightLarge: string;
421
+ fontSizeSmall: string;
422
+ fontSizeMedium: string;
423
+ fontSizeLarge: string;
424
+ boxShadow: string;
425
+ boxShadowActive: string;
426
+ boxShadowFocus: string;
427
+ boxShadowHover: string;
428
+ boxShadowDisabled: string;
429
+ color: string;
430
+ colorDisabled: string;
431
+ colorActive: string;
432
+ textColor: string;
433
+ textColorDisabled: string;
434
+ dotColorActive: string;
435
+ dotColorDisabled: string;
436
+ buttonBorderColor: string;
437
+ buttonBorderColorActive: string;
438
+ buttonBorderColorHover: string;
439
+ buttonColor: string;
440
+ buttonColorActive: string;
441
+ buttonTextColor: string;
442
+ buttonTextColorActive: string;
443
+ buttonTextColorHover: string;
444
+ opacityDisabled: string;
445
+ buttonBoxShadowFocus: string;
446
+ buttonBoxShadowHover: string;
447
+ buttonBoxShadow: string;
448
+ buttonBorderRadius: string;
449
+ radioSizeSmall: string;
450
+ radioSizeMedium: string;
451
+ radioSizeLarge: string;
452
+ labelPadding: string;
453
+ }, any>>>;
454
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
455
+ labelLineHeight: string;
456
+ buttonHeightSmall: string;
457
+ buttonHeightMedium: string;
458
+ buttonHeightLarge: string;
459
+ fontSizeSmall: string;
460
+ fontSizeMedium: string;
461
+ fontSizeLarge: string;
462
+ boxShadow: string;
463
+ boxShadowActive: string;
464
+ boxShadowFocus: string;
465
+ boxShadowHover: string;
466
+ boxShadowDisabled: string;
467
+ color: string;
468
+ colorDisabled: string;
469
+ colorActive: string;
470
+ textColor: string;
471
+ textColorDisabled: string;
472
+ dotColorActive: string;
473
+ dotColorDisabled: string;
474
+ buttonBorderColor: string;
475
+ buttonBorderColorActive: string;
476
+ buttonBorderColorHover: string;
477
+ buttonColor: string;
478
+ buttonColorActive: string;
479
+ buttonTextColor: string;
480
+ buttonTextColorActive: string;
481
+ buttonTextColorHover: string;
482
+ opacityDisabled: string;
483
+ buttonBoxShadowFocus: string;
484
+ buttonBoxShadowHover: string;
485
+ buttonBoxShadow: string;
486
+ buttonBorderRadius: string;
487
+ radioSizeSmall: string;
488
+ radioSizeMedium: string;
489
+ radioSizeLarge: string;
490
+ labelPadding: string;
491
+ }, any>>>;
492
+ }, {
493
+ selfElRef: import("vue").Ref<HTMLDivElement | null>;
494
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
495
+ mergedClsPrefix: import("vue").ComputedRef<string>;
496
+ mergedValue: import("vue").ComputedRef<string | number | boolean | null>;
497
+ handleFocusout: (e: FocusEvent) => void;
498
+ handleFocusin: (e: FocusEvent) => void;
499
+ cssVars: import("vue").ComputedRef<{
500
+ '--n-font-size': string;
501
+ '--n-bezier': string;
502
+ '--n-button-border-color': string;
503
+ '--n-button-border-color-active': string;
504
+ '--n-button-border-radius': string;
505
+ '--n-button-box-shadow': string;
506
+ '--n-button-box-shadow-focus': string;
507
+ '--n-button-box-shadow-hover': string;
508
+ '--n-button-color-active': string;
509
+ '--n-button-text-color': string;
510
+ '--n-button-text-color-hover': string;
511
+ '--n-button-text-color-active': string;
512
+ '--n-height': string;
513
+ '--n-opacity-disabled': string;
514
+ }> | undefined;
515
+ themeClass: import("vue").Ref<string> | undefined;
516
+ onRender: (() => void) | undefined;
517
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
518
+ readonly name: StringConstructor;
519
+ readonly value: PropType<string | number | boolean | null>;
520
+ readonly defaultValue: {
521
+ readonly type: PropType<string | number | boolean | null>;
522
+ readonly default: null;
523
+ };
524
+ readonly size: PropType<"small" | "medium" | "large">;
525
+ readonly disabled: {
526
+ readonly type: PropType<boolean | undefined>;
527
+ readonly default: undefined;
528
+ };
529
+ readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
530
+ readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
531
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Radio", {
532
+ labelLineHeight: string;
533
+ buttonHeightSmall: string;
534
+ buttonHeightMedium: string;
535
+ buttonHeightLarge: string;
536
+ fontSizeSmall: string;
537
+ fontSizeMedium: string;
538
+ fontSizeLarge: string;
539
+ boxShadow: string;
540
+ boxShadowActive: string;
541
+ boxShadowFocus: string;
542
+ boxShadowHover: string;
543
+ boxShadowDisabled: string;
544
+ color: string;
545
+ colorDisabled: string;
546
+ colorActive: string;
547
+ textColor: string;
548
+ textColorDisabled: string;
549
+ dotColorActive: string;
550
+ dotColorDisabled: string;
551
+ buttonBorderColor: string;
552
+ buttonBorderColorActive: string;
553
+ buttonBorderColorHover: string;
554
+ buttonColor: string;
555
+ buttonColorActive: string;
556
+ buttonTextColor: string;
557
+ buttonTextColorActive: string;
558
+ buttonTextColorHover: string;
559
+ opacityDisabled: string;
560
+ buttonBoxShadowFocus: string;
561
+ buttonBoxShadowHover: string;
562
+ buttonBoxShadow: string;
563
+ buttonBorderRadius: string;
564
+ radioSizeSmall: string;
565
+ radioSizeMedium: string;
566
+ radioSizeLarge: string;
567
+ labelPadding: string;
568
+ }, any>>;
569
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
570
+ labelLineHeight: string;
571
+ buttonHeightSmall: string;
572
+ buttonHeightMedium: string;
573
+ buttonHeightLarge: string;
574
+ fontSizeSmall: string;
575
+ fontSizeMedium: string;
576
+ fontSizeLarge: string;
577
+ boxShadow: string;
578
+ boxShadowActive: string;
579
+ boxShadowFocus: string;
580
+ boxShadowHover: string;
581
+ boxShadowDisabled: string;
582
+ color: string;
583
+ colorDisabled: string;
584
+ colorActive: string;
585
+ textColor: string;
586
+ textColorDisabled: string;
587
+ dotColorActive: string;
588
+ dotColorDisabled: string;
589
+ buttonBorderColor: string;
590
+ buttonBorderColorActive: string;
591
+ buttonBorderColorHover: string;
592
+ buttonColor: string;
593
+ buttonColorActive: string;
594
+ buttonTextColor: string;
595
+ buttonTextColorActive: string;
596
+ buttonTextColorHover: string;
597
+ opacityDisabled: string;
598
+ buttonBoxShadowFocus: string;
599
+ buttonBoxShadowHover: string;
600
+ buttonBoxShadow: string;
601
+ buttonBorderRadius: string;
602
+ radioSizeSmall: string;
603
+ radioSizeMedium: string;
604
+ radioSizeLarge: string;
605
+ labelPadding: string;
606
+ }, any>>>;
607
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
608
+ labelLineHeight: string;
609
+ buttonHeightSmall: string;
610
+ buttonHeightMedium: string;
611
+ buttonHeightLarge: string;
612
+ fontSizeSmall: string;
613
+ fontSizeMedium: string;
614
+ fontSizeLarge: string;
615
+ boxShadow: string;
616
+ boxShadowActive: string;
617
+ boxShadowFocus: string;
618
+ boxShadowHover: string;
619
+ boxShadowDisabled: string;
620
+ color: string;
621
+ colorDisabled: string;
622
+ colorActive: string;
623
+ textColor: string;
624
+ textColorDisabled: string;
625
+ dotColorActive: string;
626
+ dotColorDisabled: string;
627
+ buttonBorderColor: string;
628
+ buttonBorderColorActive: string;
629
+ buttonBorderColorHover: string;
630
+ buttonColor: string;
631
+ buttonColorActive: string;
632
+ buttonTextColor: string;
633
+ buttonTextColorActive: string;
634
+ buttonTextColorHover: string;
635
+ opacityDisabled: string;
636
+ buttonBoxShadowFocus: string;
637
+ buttonBoxShadowHover: string;
638
+ buttonBoxShadow: string;
639
+ buttonBorderRadius: string;
640
+ radioSizeSmall: string;
641
+ radioSizeMedium: string;
642
+ radioSizeLarge: string;
643
+ labelPadding: string;
644
+ }, any>>>;
645
+ }>>, {
646
+ readonly disabled: boolean | undefined;
647
+ readonly defaultValue: string | number | boolean | null;
648
+ }>;
649
+ NRadio: any;
650
+ NSpace: any;
651
+ Condition: import("vue").DefineComponent<{
652
+ data: {
653
+ type: PropType<AnyObject>;
654
+ default: null;
655
+ };
656
+ }, {
657
+ customValue: string;
658
+ cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
659
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
660
+ data: {
661
+ type: PropType<AnyObject>;
662
+ default: null;
663
+ };
664
+ }>> & {}>>;
665
+ fieldList: AnyObject[];
666
+ queryWordbookData: ((params: import("../types").ColorSetWordbook) => Promise<{
667
+ [key: string]: any;
668
+ label: string;
669
+ value: string;
670
+ }[]>) | undefined;
671
+ condition: import("vue").Ref<{
672
+ field_key: string;
673
+ con: string;
674
+ value?: any;
675
+ start_val?: string | undefined;
676
+ end_val?: string | undefined;
677
+ is_compare_field?: boolean | undefined;
678
+ compare_field: any;
679
+ numberValue: number | null;
680
+ dateValue: string | [string, string] | null;
681
+ fieldType: string;
682
+ conOptions: AnyObject[];
683
+ compareFieldOptions: AnyObject[];
684
+ unit: string | null;
685
+ multiple: boolean;
686
+ }[]>;
687
+ sqlExpression: import("vue").Ref<string>;
688
+ setConOptions: (item: import("../types").ColorSetConditionItem & {
689
+ numberValue: number | null;
690
+ dateValue: string | [string, string] | null;
691
+ fieldType: string;
692
+ conOptions: AnyObject[];
693
+ compare_field: any;
694
+ compareFieldOptions: AnyObject[];
695
+ unit: string | null;
696
+ multiple: boolean;
697
+ }, isInit?: boolean) => void;
698
+ setCompareFieldOptions: (item: import("../types").ColorSetConditionItem & {
699
+ numberValue: number | null;
700
+ dateValue: string | [string, string] | null;
701
+ fieldType: string;
702
+ conOptions: AnyObject[];
703
+ compare_field: any;
704
+ compareFieldOptions: AnyObject[];
705
+ unit: string | null;
706
+ multiple: boolean;
707
+ }, isInit?: boolean) => Promise<void>;
708
+ resetItem: (item: import("../types").ColorSetConditionItem & {
709
+ numberValue: number | null;
710
+ dateValue: string | [string, string] | null;
711
+ fieldType: string;
712
+ conOptions: AnyObject[];
713
+ compare_field: any;
714
+ compareFieldOptions: AnyObject[];
715
+ unit: string | null;
716
+ multiple: boolean;
717
+ }) => void;
718
+ showBooleanValue: (item: import("../types").ColorSetConditionItem & {
719
+ numberValue: number | null;
720
+ dateValue: string | [string, string] | null;
721
+ fieldType: string;
722
+ conOptions: AnyObject[];
723
+ compare_field: any;
724
+ compareFieldOptions: AnyObject[];
725
+ unit: string | null;
726
+ multiple: boolean;
727
+ }) => boolean | "";
728
+ showInput: (item: import("../types").ColorSetConditionItem & {
729
+ numberValue: number | null;
730
+ dateValue: string | [string, string] | null;
731
+ fieldType: string;
732
+ conOptions: AnyObject[];
733
+ compare_field: any;
734
+ compareFieldOptions: AnyObject[];
735
+ unit: string | null;
736
+ multiple: boolean;
737
+ }) => boolean;
738
+ showInputNumber: (item: import("../types").ColorSetConditionItem & {
739
+ numberValue: number | null;
740
+ dateValue: string | [string, string] | null;
741
+ fieldType: string;
742
+ conOptions: AnyObject[];
743
+ compare_field: any;
744
+ compareFieldOptions: AnyObject[];
745
+ unit: string | null;
746
+ multiple: boolean;
747
+ }) => boolean;
748
+ showUnit: (item: import("../types").ColorSetConditionItem & {
749
+ numberValue: number | null;
750
+ dateValue: string | [string, string] | null;
751
+ fieldType: string;
752
+ conOptions: AnyObject[];
753
+ compare_field: any;
754
+ compareFieldOptions: AnyObject[];
755
+ unit: string | null;
756
+ multiple: boolean;
757
+ }) => boolean;
758
+ showDatePicker: (item: import("../types").ColorSetConditionItem & {
759
+ numberValue: number | null;
760
+ dateValue: string | [string, string] | null;
761
+ fieldType: string;
762
+ conOptions: AnyObject[];
763
+ compare_field: any;
764
+ compareFieldOptions: AnyObject[];
765
+ unit: string | null;
766
+ multiple: boolean;
767
+ }) => boolean;
768
+ getDateType: (item: import("../types").ColorSetConditionItem & {
769
+ numberValue: number | null;
770
+ dateValue: string | [string, string] | null;
771
+ fieldType: string;
772
+ conOptions: AnyObject[];
773
+ compare_field: any;
774
+ compareFieldOptions: AnyObject[];
775
+ unit: string | null;
776
+ multiple: boolean;
777
+ }) => "datetime" | "datetimerange";
778
+ onAdd: () => void;
779
+ onRemove: (index: number) => void;
780
+ init: () => void;
781
+ formatCondition: () => {
782
+ field_key: string;
783
+ fieldType: string;
784
+ con: string;
785
+ value: any;
786
+ compare_field: any;
787
+ is_compare_field: boolean;
788
+ start_val: any;
789
+ end_val: any;
790
+ wordbookValueList: any;
791
+ unit: any;
792
+ }[];
793
+ NInput: any;
794
+ NInputNumber: any;
795
+ NSelect: any;
796
+ NIcon: any;
797
+ 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<{}>>, {}>;
798
+ 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<{}>>, {}>;
799
+ UNIT_OPTIONS: {
800
+ label: string;
801
+ value: string;
802
+ }[];
803
+ BOOLEAN_OPTIONS: {
804
+ label: string;
805
+ value: string;
806
+ }[];
807
+ CDatePicker: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
808
+ updateUnchangedValue: {
809
+ type: BooleanConstructor;
810
+ };
811
+ onConfirm: {
812
+ type: FunctionConstructor;
813
+ };
814
+ formattedValue: {
815
+ type: PropType<(string | [string, string]) | null | undefined>;
816
+ };
817
+ placeholder: {
818
+ type: StringConstructor;
819
+ };
820
+ allowedInvalidValue: {
821
+ type: StringConstructor;
822
+ };
823
+ }, {
824
+ attrs: {
825
+ [x: string]: unknown;
826
+ };
827
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
828
+ updateUnchangedValue: {
829
+ type: BooleanConstructor;
830
+ };
831
+ onConfirm: {
832
+ type: FunctionConstructor;
833
+ };
834
+ formattedValue: {
835
+ type: PropType<(string | [string, string]) | null | undefined>;
836
+ };
837
+ placeholder: {
838
+ type: StringConstructor;
839
+ };
840
+ allowedInvalidValue: {
841
+ type: StringConstructor;
842
+ };
843
+ }>> & {
844
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
845
+ }>>;
846
+ emit: (event: "update:formatted-value", ...args: any[]) => void;
847
+ datePickerRef: import("vue").Ref<AnyObject | null>;
848
+ panelInstRef: import("vue").Ref<null>;
849
+ placeholderRef: import("vue").Ref<any>;
850
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
851
+ isDateTime: import("vue").ComputedRef<boolean>;
852
+ formatRef: import("vue").ComputedRef<string>;
853
+ panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
854
+ focus: () => any;
855
+ blur: () => any;
856
+ handleConfirm: (target: HTMLInputElement) => void;
857
+ onUpdateShow: (show: boolean) => void;
858
+ onConfirm: (...args: any[]) => Promise<void>;
859
+ isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
860
+ NDatePicker: any;
861
+ }, 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<{
862
+ updateUnchangedValue: {
863
+ type: BooleanConstructor;
864
+ };
865
+ onConfirm: {
866
+ type: FunctionConstructor;
867
+ };
868
+ formattedValue: {
869
+ type: PropType<(string | [string, string]) | null | undefined>;
870
+ };
871
+ placeholder: {
872
+ type: StringConstructor;
873
+ };
874
+ allowedInvalidValue: {
875
+ type: StringConstructor;
876
+ };
877
+ }>> & {
878
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
879
+ }, {
880
+ updateUnchangedValue: boolean;
881
+ }>>;
882
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
883
+ data: {
884
+ type: PropType<AnyObject>;
885
+ default: null;
886
+ };
887
+ }>>, {
888
+ data: AnyObject;
889
+ }>;
890
+ EditFilter: import("vue").DefineComponent<{
891
+ visible: {
892
+ type: BooleanConstructor;
893
+ default: boolean;
894
+ };
895
+ model: {
896
+ type: PropType<AnyObject>;
897
+ default: null;
898
+ };
899
+ }, {
900
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
901
+ visible: {
902
+ type: BooleanConstructor;
903
+ default: boolean;
904
+ };
905
+ model: {
906
+ type: PropType<AnyObject>;
907
+ default: null;
908
+ };
909
+ }>> & {
910
+ onConfirm?: ((...args: any[]) => any) | undefined;
911
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
912
+ }>>;
913
+ emit: (event: "update:visible" | "confirm", ...args: any[]) => void;
914
+ conditionRef: import("vue").Ref<any>;
915
+ onConfirm: () => void;
916
+ onClose: () => void;
917
+ NModal: any;
918
+ Condition: import("vue").DefineComponent<{
919
+ data: {
920
+ type: PropType<AnyObject>;
921
+ default: null;
922
+ };
923
+ }, {
924
+ customValue: string;
925
+ cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
926
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
927
+ data: {
928
+ type: PropType<AnyObject>;
929
+ default: null;
930
+ };
931
+ }>> & {}>>;
932
+ fieldList: AnyObject[];
933
+ queryWordbookData: ((params: import("../types").ColorSetWordbook) => Promise<{
934
+ [key: string]: any;
935
+ label: string;
936
+ value: string;
937
+ }[]>) | undefined;
938
+ condition: import("vue").Ref<{
939
+ field_key: string;
940
+ con: string;
941
+ value?: any;
942
+ start_val?: string | undefined;
943
+ end_val?: string | undefined;
944
+ is_compare_field?: boolean | undefined;
945
+ compare_field: any;
946
+ numberValue: number | null;
947
+ dateValue: string | [string, string] | null;
948
+ fieldType: string;
949
+ conOptions: AnyObject[];
950
+ compareFieldOptions: AnyObject[];
951
+ unit: string | null;
952
+ multiple: boolean;
953
+ }[]>;
954
+ sqlExpression: import("vue").Ref<string>;
955
+ setConOptions: (item: import("../types").ColorSetConditionItem & {
956
+ numberValue: number | null;
957
+ dateValue: string | [string, string] | null;
958
+ fieldType: string;
959
+ conOptions: AnyObject[];
960
+ compare_field: any;
961
+ compareFieldOptions: AnyObject[];
962
+ unit: string | null;
963
+ multiple: boolean;
964
+ }, isInit?: boolean) => void;
965
+ setCompareFieldOptions: (item: import("../types").ColorSetConditionItem & {
966
+ numberValue: number | null;
967
+ dateValue: string | [string, string] | null;
968
+ fieldType: string;
969
+ conOptions: AnyObject[];
970
+ compare_field: any;
971
+ compareFieldOptions: AnyObject[];
972
+ unit: string | null;
973
+ multiple: boolean;
974
+ }, isInit?: boolean) => Promise<void>;
975
+ resetItem: (item: import("../types").ColorSetConditionItem & {
976
+ numberValue: number | null;
977
+ dateValue: string | [string, string] | null;
978
+ fieldType: string;
979
+ conOptions: AnyObject[];
980
+ compare_field: any;
981
+ compareFieldOptions: AnyObject[];
982
+ unit: string | null;
983
+ multiple: boolean;
984
+ }) => void;
985
+ showBooleanValue: (item: import("../types").ColorSetConditionItem & {
986
+ numberValue: number | null;
987
+ dateValue: string | [string, string] | null;
988
+ fieldType: string;
989
+ conOptions: AnyObject[];
990
+ compare_field: any;
991
+ compareFieldOptions: AnyObject[];
992
+ unit: string | null;
993
+ multiple: boolean;
994
+ }) => boolean | "";
995
+ showInput: (item: import("../types").ColorSetConditionItem & {
996
+ numberValue: number | null;
997
+ dateValue: string | [string, string] | null;
998
+ fieldType: string;
999
+ conOptions: AnyObject[];
1000
+ compare_field: any;
1001
+ compareFieldOptions: AnyObject[];
1002
+ unit: string | null;
1003
+ multiple: boolean;
1004
+ }) => boolean;
1005
+ showInputNumber: (item: import("../types").ColorSetConditionItem & {
1006
+ numberValue: number | null;
1007
+ dateValue: string | [string, string] | null;
1008
+ fieldType: string;
1009
+ conOptions: AnyObject[];
1010
+ compare_field: any;
1011
+ compareFieldOptions: AnyObject[];
1012
+ unit: string | null;
1013
+ multiple: boolean;
1014
+ }) => boolean;
1015
+ showUnit: (item: import("../types").ColorSetConditionItem & {
1016
+ numberValue: number | null;
1017
+ dateValue: string | [string, string] | null;
1018
+ fieldType: string;
1019
+ conOptions: AnyObject[];
1020
+ compare_field: any;
1021
+ compareFieldOptions: AnyObject[];
1022
+ unit: string | null;
1023
+ multiple: boolean;
1024
+ }) => boolean;
1025
+ showDatePicker: (item: import("../types").ColorSetConditionItem & {
1026
+ numberValue: number | null;
1027
+ dateValue: string | [string, string] | null;
1028
+ fieldType: string;
1029
+ conOptions: AnyObject[];
1030
+ compare_field: any;
1031
+ compareFieldOptions: AnyObject[];
1032
+ unit: string | null;
1033
+ multiple: boolean;
1034
+ }) => boolean;
1035
+ getDateType: (item: import("../types").ColorSetConditionItem & {
1036
+ numberValue: number | null;
1037
+ dateValue: string | [string, string] | null;
1038
+ fieldType: string;
1039
+ conOptions: AnyObject[];
1040
+ compare_field: any;
1041
+ compareFieldOptions: AnyObject[];
1042
+ unit: string | null;
1043
+ multiple: boolean;
1044
+ }) => "datetime" | "datetimerange";
1045
+ onAdd: () => void;
1046
+ onRemove: (index: number) => void;
1047
+ init: () => void;
1048
+ formatCondition: () => {
1049
+ field_key: string;
1050
+ fieldType: string;
1051
+ con: string;
1052
+ value: any;
1053
+ compare_field: any;
1054
+ is_compare_field: boolean;
1055
+ start_val: any;
1056
+ end_val: any;
1057
+ wordbookValueList: any;
1058
+ unit: any;
1059
+ }[];
1060
+ NInput: any;
1061
+ NInputNumber: any;
1062
+ NSelect: any;
1063
+ NIcon: any;
1064
+ 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<{}>>, {}>;
1065
+ 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<{}>>, {}>;
1066
+ UNIT_OPTIONS: {
1067
+ label: string;
1068
+ value: string;
1069
+ }[];
1070
+ BOOLEAN_OPTIONS: {
1071
+ label: string;
1072
+ value: string;
1073
+ }[];
1074
+ CDatePicker: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1075
+ updateUnchangedValue: {
1076
+ type: BooleanConstructor;
1077
+ };
1078
+ onConfirm: {
1079
+ type: FunctionConstructor;
1080
+ };
1081
+ formattedValue: {
1082
+ type: PropType<(string | [string, string]) | null | undefined>;
1083
+ };
1084
+ placeholder: {
1085
+ type: StringConstructor;
1086
+ };
1087
+ allowedInvalidValue: {
1088
+ type: StringConstructor;
1089
+ };
1090
+ }, {
1091
+ attrs: {
1092
+ [x: string]: unknown;
1093
+ };
1094
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1095
+ updateUnchangedValue: {
1096
+ type: BooleanConstructor;
1097
+ };
1098
+ onConfirm: {
1099
+ type: FunctionConstructor;
1100
+ };
1101
+ formattedValue: {
1102
+ type: PropType<(string | [string, string]) | null | undefined>;
1103
+ };
1104
+ placeholder: {
1105
+ type: StringConstructor;
1106
+ };
1107
+ allowedInvalidValue: {
1108
+ type: StringConstructor;
1109
+ };
1110
+ }>> & {
1111
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1112
+ }>>;
1113
+ emit: (event: "update:formatted-value", ...args: any[]) => void;
1114
+ datePickerRef: import("vue").Ref<AnyObject | null>;
1115
+ panelInstRef: import("vue").Ref<null>;
1116
+ placeholderRef: import("vue").Ref<any>;
1117
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
1118
+ isDateTime: import("vue").ComputedRef<boolean>;
1119
+ formatRef: import("vue").ComputedRef<string>;
1120
+ panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
1121
+ focus: () => any;
1122
+ blur: () => any;
1123
+ handleConfirm: (target: HTMLInputElement) => void;
1124
+ onUpdateShow: (show: boolean) => void;
1125
+ onConfirm: (...args: any[]) => Promise<void>;
1126
+ isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
1127
+ NDatePicker: any;
1128
+ }, 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<{
1129
+ updateUnchangedValue: {
1130
+ type: BooleanConstructor;
1131
+ };
1132
+ onConfirm: {
1133
+ type: FunctionConstructor;
1134
+ };
1135
+ formattedValue: {
1136
+ type: PropType<(string | [string, string]) | null | undefined>;
1137
+ };
1138
+ placeholder: {
1139
+ type: StringConstructor;
1140
+ };
1141
+ allowedInvalidValue: {
1142
+ type: StringConstructor;
1143
+ };
1144
+ }>> & {
1145
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1146
+ }, {
1147
+ updateUnchangedValue: boolean;
1148
+ }>>;
1149
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1150
+ data: {
1151
+ type: PropType<AnyObject>;
1152
+ default: null;
1153
+ };
1154
+ }>>, {
1155
+ data: AnyObject;
1156
+ }>;
1157
+ }, 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<{
1158
+ visible: {
1159
+ type: BooleanConstructor;
1160
+ default: boolean;
1161
+ };
1162
+ model: {
1163
+ type: PropType<AnyObject>;
1164
+ default: null;
1165
+ };
1166
+ }>> & {
1167
+ onConfirm?: ((...args: any[]) => any) | undefined;
1168
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
1169
+ }, {
1170
+ visible: boolean;
1171
+ model: AnyObject;
1172
+ }>;
1173
+ }, 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<{
1174
+ visible: {
1175
+ type: BooleanConstructor;
1176
+ default: boolean;
1177
+ };
1178
+ isFieldColor: {
1179
+ type: BooleanConstructor;
1180
+ default: boolean;
1181
+ };
1182
+ row: {
1183
+ type: PropType<AnyObject | null>;
1184
+ default: null;
1185
+ };
1186
+ }>> & {
1187
+ onConfirm?: ((...args: any[]) => any) | undefined;
1188
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
1189
+ }, {
1190
+ row: AnyObject | null;
1191
+ visible: boolean;
1192
+ isFieldColor: boolean;
1193
+ }>;
1194
+ export default _default;