cnhis-design-vue 3.1.46-beta.8 → 3.1.46-release.0

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 (168) hide show
  1. package/README.md +87 -87
  2. package/es/components/base-search/index.d.ts +8 -17
  3. package/es/components/base-search/src/index.vue.d.ts +8 -17
  4. package/es/components/base-search/src/index.vue2.js +1 -1
  5. package/es/components/base-search/style/index.css +1 -1
  6. package/es/components/classification/index.d.ts +18 -219
  7. package/es/components/classification/src/components/search-filter/index.vue.d.ts +18 -219
  8. package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
  9. package/es/components/classification/src/components/set-classification/index.vue.d.ts +18 -219
  10. package/es/components/classification/src/index.vue.d.ts +18 -219
  11. package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
  12. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
  13. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -1
  14. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
  15. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +1 -1
  16. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
  17. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
  18. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -1
  19. package/es/components/fabric-chart/src/utils/index.d.ts +0 -1
  20. package/es/components/fabric-chart/src/utils/index.js +1 -1
  21. package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
  22. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
  23. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.js +1 -1
  24. package/es/components/index.css +1 -1
  25. package/es/components/index.d.ts +1 -2
  26. package/es/components/index.js +1 -1
  27. package/es/components/quick-search/index.d.ts +7 -21
  28. package/es/components/quick-search/src/index.vue.d.ts +7 -21
  29. package/es/components/quick-search/src/index.vue2.js +1 -1
  30. package/es/components/quick-search/style/index.css +1 -1
  31. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  32. package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
  33. package/es/components/select-person/src/SearchMultiple.vue.d.ts +6 -0
  34. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +17 -219
  35. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +1 -1
  36. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +1 -17
  37. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +1 -1
  38. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +0 -19
  39. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +1 -1
  40. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +11 -178
  41. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +1 -1
  42. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +5 -1
  43. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +1 -1
  44. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +1 -2
  45. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +1 -1
  46. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +17 -217
  47. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +1 -1
  48. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +17 -219
  49. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +1 -1
  50. package/es/components/table-filter/src/components/render-widget/basicData.d.ts +4 -0
  51. package/es/components/table-filter/src/components/render-widget/basicData.js +1 -0
  52. package/es/components/table-filter/src/components/render-widget/components/{DateOut.vue.d.ts → Date.vue.d.ts} +2 -21
  53. package/es/components/table-filter/src/components/render-widget/components/Date.vue.js +1 -0
  54. package/es/components/table-filter/src/components/render-widget/components/Date.vue2.js +1 -0
  55. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +8 -117
  56. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +1 -1
  57. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +9 -13
  58. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +1 -1
  59. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +6 -8
  60. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +1 -1
  61. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +6 -7
  62. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +1 -1
  63. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +25 -19
  64. package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +1 -1
  65. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +36 -611
  66. package/es/components/table-filter/src/components/render-widget/components/index.js +1 -1
  67. package/es/components/table-filter/src/components/render-widget/enums.d.ts +3 -10
  68. package/es/components/table-filter/src/components/render-widget/enums.js +1 -1
  69. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.d.ts +6 -2
  70. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +1 -1
  71. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +3 -4
  72. package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
  73. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +35 -639
  74. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  75. package/es/components/table-filter/src/constants/index.d.ts +1 -3
  76. package/es/components/table-filter/src/constants/index.js +1 -1
  77. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +4 -9
  78. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  79. package/es/components/table-filter/src/hooks/useRenderWidget.d.ts +3 -3
  80. package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
  81. package/es/components/table-filter/src/tool/baseOptions.d.ts +8 -0
  82. package/es/components/table-filter/src/tool/baseOptions.js +1 -1
  83. package/es/components/table-filter/src/tool/generateDefOptions.d.ts +7 -0
  84. package/es/components/table-filter/src/tool/generateDefOptions.js +1 -0
  85. package/es/components/table-filter/src/tool/transformData.d.ts +1 -0
  86. package/es/components/table-filter/src/tool/transformData.js +1 -1
  87. package/es/components/table-filter/src/types/enums.d.ts +0 -3
  88. package/es/components/table-filter/src/types/enums.js +1 -1
  89. package/es/components/table-filter/src/types/index.d.ts +0 -7
  90. package/es/env.d.ts +25 -25
  91. package/es/shared/assets/img/failure.png.js +1 -1
  92. package/es/shared/assets/img/no-permission.png.js +1 -1
  93. package/es/shared/assets/img/nodata.png.js +1 -1
  94. package/es/shared/assets/img/notfound.png.js +1 -1
  95. package/es/shared/assets/img/qr.png.js +1 -1
  96. package/es/shared/assets/img/success.png.js +1 -1
  97. package/es/shared/assets/img/video.png.js +1 -1
  98. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  99. package/es/shared/assets/img/xb_big.png.js +1 -1
  100. package/es/shared/assets/img/xb_small.png.js +1 -1
  101. package/es/shared/package.json.js +1 -1
  102. package/es/shared/utils/fabricjs/index.js +1 -1
  103. package/package.json +2 -2
  104. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  105. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
  106. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
  107. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
  108. package/es/components/form-render/src/components/renderer/dist/levelSearchCascader.d.ts +0 -77
  109. package/es/components/form-render/src/components/renderer/dist/searchCascade.d.ts +0 -93
  110. package/es/components/iho-table/src/plugins/dist/highLightSetPlugin.d.ts +0 -3
  111. package/es/components/iho-table/src/plugins/filterRenderPlugin/dist/index.d.ts +0 -3
  112. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/dist/index.d.ts +0 -3
  113. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/defaultRendererPlugin.d.ts +0 -3
  114. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/seqRendererPlugin.d.ts +0 -3
  115. package/es/components/iho-table/src/plugins/varialbleHeightPlugin/dist/index.d.ts +0 -3
  116. package/es/components/iho-table/src/utils/dist/index.d.ts +0 -44
  117. package/es/components/scale-view/src/components/formitem/dist/r-address.d.ts +0 -36
  118. package/es/components/scale-view/src/components/formitem/dist/r-sign.d.ts +0 -36
  119. package/es/components/scale-view/src/components/formitem/dist/standard-modal.d.ts +0 -82
  120. package/es/components/search-cascader/src/components/dist/SearchMenu.d.ts +0 -57
  121. package/es/components/search-cascader/src/components/dist/SearchMenu1.d.ts +0 -57
  122. package/es/components/table-export-field/index.d.ts +0 -967
  123. package/es/components/table-export-field/index.js +0 -1
  124. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +0 -192
  125. package/es/components/table-export-field/src/components/ExportModal.vue.js +0 -1
  126. package/es/components/table-export-field/src/components/ExportModal.vue2.js +0 -1
  127. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +0 -687
  128. package/es/components/table-export-field/src/components/SaveProjectModal.vue.js +0 -1
  129. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +0 -1
  130. package/es/components/table-export-field/src/constants/index.d.ts +0 -3
  131. package/es/components/table-export-field/src/constants/index.js +0 -1
  132. package/es/components/table-export-field/src/hooks/useAsyncData.d.ts +0 -6
  133. package/es/components/table-export-field/src/hooks/useAsyncData.js +0 -1
  134. package/es/components/table-export-field/src/index.vue.d.ts +0 -968
  135. package/es/components/table-export-field/src/index.vue.js +0 -1
  136. package/es/components/table-export-field/src/index.vue2.js +0 -1
  137. package/es/components/table-export-field/src/types/index.d.ts +0 -6
  138. package/es/components/table-export-field/src/types/index.js +0 -1
  139. package/es/components/table-export-field/style/index.css +0 -1
  140. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +0 -231
  141. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.js +0 -1
  142. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +0 -1
  143. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.js +0 -1
  144. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +0 -1
  145. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +0 -71
  146. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.js +0 -1
  147. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +0 -1
  148. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +0 -223
  149. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.js +0 -1
  150. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +0 -1
  151. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +0 -158
  152. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.js +0 -1
  153. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +0 -1
  154. package/es/components/table-filter/src/components/render-widget/helpers/dateDisabled.d.ts +0 -27
  155. package/es/components/table-filter/src/components/render-widget/helpers/dateDisabled.js +0 -1
  156. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.d.ts +0 -55
  157. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +0 -1
  158. package/es/components/table-filter/src/components/render-widget/helpers/enums.d.ts +0 -56
  159. package/es/components/table-filter/src/components/render-widget/helpers/enums.js +0 -1
  160. package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.d.ts +0 -4
  161. package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.js +0 -1
  162. package/es/components/table-filter/src/components/render-widget/helpers/setDefaultValue.d.ts +0 -4
  163. package/es/components/table-filter/src/components/render-widget/helpers/setDefaultValue.js +0 -1
  164. package/es/components/table-filter/src/hooks/useAsyncData.d.ts +0 -4
  165. package/es/components/table-filter/src/hooks/useAsyncData.js +0 -1
  166. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
  167. package/es/shared/utils/fabricjs/index.d.ts +0 -6823
  168. package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -165,237 +165,7 @@ declare const InputNumberGroup: import("vue").DefineComponent<{
165
165
  startPlaceholder: string;
166
166
  endPlaceholder: string;
167
167
  }>;
168
- declare const DateInner: import("vue").DefineComponent<{
169
- componentCfg: {
170
- type: import("vue").PropType<import("../../../../..").AnyObject>;
171
- };
172
- type: {
173
- type: import("vue").PropType<"date" | "datetime">;
174
- default: string;
175
- };
176
- clearable: {
177
- type: BooleanConstructor;
178
- default: boolean;
179
- };
180
- valueFormat: {
181
- type: StringConstructor;
182
- default: string;
183
- };
184
- placeholder: {
185
- type: StringConstructor;
186
- default: string;
187
- };
188
- value: {
189
- type: StringConstructor;
190
- default: string;
191
- };
192
- unit: {
193
- type: StringConstructor;
194
- default: string;
195
- };
196
- }, {
197
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
198
- componentCfg: {
199
- type: import("vue").PropType<import("../../../../..").AnyObject>;
200
- };
201
- type: {
202
- type: import("vue").PropType<"date" | "datetime">;
203
- default: string;
204
- };
205
- clearable: {
206
- type: BooleanConstructor;
207
- default: boolean;
208
- };
209
- valueFormat: {
210
- type: StringConstructor;
211
- default: string;
212
- };
213
- placeholder: {
214
- type: StringConstructor;
215
- default: string;
216
- };
217
- value: {
218
- type: StringConstructor;
219
- default: string;
220
- };
221
- unit: {
222
- type: StringConstructor;
223
- default: string;
224
- };
225
- }>> & {
226
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
227
- "onUpdate:unit"?: ((...args: any[]) => any) | undefined;
228
- }>>;
229
- emit: (event: "update:unit" | "update:value", ...args: any[]) => void;
230
- valueCp: import("vue").Ref<any>;
231
- isShowDateRange: import("vue").Ref<boolean>;
232
- dateFormat: import("vue").ComputedRef<string>;
233
- showTabStr: import("vue").ComputedRef<string>;
234
- radioValue: import("vue").ComputedRef<string>;
235
- optionSetting: import("vue").ComputedRef<any>;
236
- onlyRadio: import("vue").ComputedRef<boolean>;
237
- defaultTime: import("vue").ComputedRef<string>;
238
- changeDateShowType: () => void;
239
- handleClickQuickBtn: (result: string) => void;
240
- changeRadioValue: (value: string) => void;
241
- handleChange: (val: any) => void;
242
- isDateDisabled: (ts: number) => boolean;
243
- timeDisabled: (ts: number) => {
244
- isHourDisabled(hour: number): boolean | undefined;
245
- isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
246
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
247
- };
248
- init: () => void;
249
- NButton: any;
250
- CDatePicker: import("../../../../..").SFCWithInstall<import("vue").DefineComponent<{
251
- updateUnchangedValue: {
252
- type: BooleanConstructor;
253
- };
254
- onConfirm: {
255
- type: FunctionConstructor;
256
- };
257
- }, {
258
- attrs: {
259
- [x: string]: unknown;
260
- };
261
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
262
- updateUnchangedValue: {
263
- type: BooleanConstructor;
264
- };
265
- onConfirm: {
266
- type: FunctionConstructor;
267
- };
268
- }>> & {}>>;
269
- datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
270
- panelInstRef: import("vue").Ref<null>;
271
- isDateTime: import("vue").ComputedRef<boolean>;
272
- formatRef: import("vue").ComputedRef<string>;
273
- panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
274
- focus: () => any;
275
- blur: () => any;
276
- onUpdateShow: (show: boolean) => void;
277
- onConfirm: (...args: any[]) => void;
278
- NDatePicker: any;
279
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
280
- updateUnchangedValue: {
281
- type: BooleanConstructor;
282
- };
283
- onConfirm: {
284
- type: FunctionConstructor;
285
- };
286
- }>>, {
287
- updateUnchangedValue: boolean;
288
- }>>;
289
- DateQuickBtn: import("vue").DefineComponent<{
290
- componentCfg: {
291
- type: import("vue").PropType<import("../../../../..").AnyObject>;
292
- };
293
- type: {
294
- type: import("vue").PropType<"date" | "datetime">;
295
- default: string;
296
- };
297
- dateFormat: {
298
- type: StringConstructor;
299
- default: string;
300
- };
301
- radioValue: {
302
- type: StringConstructor;
303
- default: string;
304
- };
305
- }, {
306
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
307
- componentCfg: {
308
- type: import("vue").PropType<import("../../../../..").AnyObject>;
309
- };
310
- type: {
311
- type: import("vue").PropType<"date" | "datetime">;
312
- default: string;
313
- };
314
- dateFormat: {
315
- type: StringConstructor;
316
- default: string;
317
- };
318
- radioValue: {
319
- type: StringConstructor;
320
- default: string;
321
- };
322
- }>> & {
323
- onClickQuickBtn?: ((...args: any[]) => any) | undefined;
324
- onChangeRadioValue?: ((...args: any[]) => any) | undefined;
325
- }>>;
326
- emit: (event: "clickQuickBtn" | "changeRadioValue", ...args: any[]) => void;
327
- dateList: import("vue").Ref<any[]>;
328
- optionSetting: import("vue").ComputedRef<any>;
329
- isRange: import("vue").ComputedRef<any>;
330
- initData: () => void;
331
- handleRadioClick: (value: string) => void;
332
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clickQuickBtn" | "changeRadioValue")[], "clickQuickBtn" | "changeRadioValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
333
- componentCfg: {
334
- type: import("vue").PropType<import("../../../../..").AnyObject>;
335
- };
336
- type: {
337
- type: import("vue").PropType<"date" | "datetime">;
338
- default: string;
339
- };
340
- dateFormat: {
341
- type: StringConstructor;
342
- default: string;
343
- };
344
- radioValue: {
345
- type: StringConstructor;
346
- default: string;
347
- };
348
- }>> & {
349
- onClickQuickBtn?: ((...args: any[]) => any) | undefined;
350
- onChangeRadioValue?: ((...args: any[]) => any) | undefined;
351
- }, {
352
- type: "date" | "datetime";
353
- dateFormat: string;
354
- radioValue: string;
355
- }>;
356
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:unit" | "update:value")[], "update:unit" | "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
357
- componentCfg: {
358
- type: import("vue").PropType<import("../../../../..").AnyObject>;
359
- };
360
- type: {
361
- type: import("vue").PropType<"date" | "datetime">;
362
- default: string;
363
- };
364
- clearable: {
365
- type: BooleanConstructor;
366
- default: boolean;
367
- };
368
- valueFormat: {
369
- type: StringConstructor;
370
- default: string;
371
- };
372
- placeholder: {
373
- type: StringConstructor;
374
- default: string;
375
- };
376
- value: {
377
- type: StringConstructor;
378
- default: string;
379
- };
380
- unit: {
381
- type: StringConstructor;
382
- default: string;
383
- };
384
- }>> & {
385
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
386
- "onUpdate:unit"?: ((...args: any[]) => any) | undefined;
387
- }, {
388
- type: "date" | "datetime";
389
- value: string;
390
- placeholder: string;
391
- unit: string;
392
- clearable: boolean;
393
- valueFormat: string;
394
- }>;
395
- declare const DateOut: import("vue").DefineComponent<{
396
- componentCfg: {
397
- type: import("vue").PropType<import("../../../../..").AnyObject>;
398
- };
168
+ declare const Date: import("vue").DefineComponent<{
399
169
  type: {
400
170
  type: import("vue").PropType<"date" | "datetime">;
401
171
  default: string;
@@ -418,9 +188,6 @@ declare const DateOut: import("vue").DefineComponent<{
418
188
  };
419
189
  }, {
420
190
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
421
- componentCfg: {
422
- type: import("vue").PropType<import("../../../../..").AnyObject>;
423
- };
424
191
  type: {
425
192
  type: import("vue").PropType<"date" | "datetime">;
426
193
  default: string;
@@ -446,17 +213,8 @@ declare const DateOut: import("vue").DefineComponent<{
446
213
  }>>;
447
214
  emit: (event: "update:value", ...args: any[]) => void;
448
215
  valueCp: import("vue").Ref<any>;
449
- rangeShortcuts: import("vue").Ref<any>;
450
216
  dateFormat: import("vue").ComputedRef<string>;
451
- optionSetting: import("vue").ComputedRef<any>;
452
217
  handleChange: (val: any) => void;
453
- isDateDisabled: (ts: number) => boolean;
454
- timeDisabled: (ts: number) => {
455
- isHourDisabled(hour: number): boolean | undefined;
456
- isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
457
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
458
- };
459
- init: () => void;
460
218
  CDatePicker: import("../../../../..").SFCWithInstall<import("vue").DefineComponent<{
461
219
  updateUnchangedValue: {
462
220
  type: BooleanConstructor;
@@ -497,9 +255,6 @@ declare const DateOut: import("vue").DefineComponent<{
497
255
  updateUnchangedValue: boolean;
498
256
  }>>;
499
257
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
500
- componentCfg: {
501
- type: import("vue").PropType<import("../../../../..").AnyObject>;
502
- };
503
258
  type: {
504
259
  type: import("vue").PropType<"date" | "datetime">;
505
260
  default: string;
@@ -530,9 +285,6 @@ declare const DateOut: import("vue").DefineComponent<{
530
285
  valueFormat: string;
531
286
  }>;
532
287
  declare const DateRangeInner: import("vue").DefineComponent<{
533
- componentCfg: {
534
- type: import("vue").PropType<import("../../../../..").AnyObject>;
535
- };
536
288
  type: {
537
289
  type: import("vue").PropType<"date" | "datetime">;
538
290
  default: string;
@@ -557,15 +309,8 @@ declare const DateRangeInner: import("vue").DefineComponent<{
557
309
  type: StringConstructor;
558
310
  default: string;
559
311
  };
560
- unit: {
561
- type: StringConstructor;
562
- default: string;
563
- };
564
312
  }, {
565
313
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
566
- componentCfg: {
567
- type: import("vue").PropType<import("../../../../..").AnyObject>;
568
- };
569
314
  type: {
570
315
  type: import("vue").PropType<"date" | "datetime">;
571
316
  default: string;
@@ -590,44 +335,22 @@ declare const DateRangeInner: import("vue").DefineComponent<{
590
335
  type: StringConstructor;
591
336
  default: string;
592
337
  };
593
- unit: {
594
- type: StringConstructor;
595
- default: string;
596
- };
597
338
  }>> & {
598
339
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
599
- "onUpdate:unit"?: ((...args: any[]) => any) | undefined;
600
340
  }>>;
601
- emit: (event: "update:unit" | "update:value", ...args: any[]) => void;
341
+ emit: (event: "update:value", ...args: any[]) => void;
342
+ dateList: import("vue").Ref<any[]>;
602
343
  isShowDateRange: import("vue").Ref<boolean>;
344
+ radioValue: import("vue").Ref<string>;
603
345
  startDate: import("vue").Ref<any>;
604
346
  endDate: import("vue").Ref<any>;
605
- radioValue: import("vue").ComputedRef<string>;
606
- optionSetting: import("vue").ComputedRef<any>;
607
- onlyRadio: import("vue").ComputedRef<boolean>;
608
- isPastTime: import("vue").ComputedRef<boolean>;
609
- isFutureTime: import("vue").ComputedRef<boolean>;
610
347
  dateFormat: import("vue").ComputedRef<string>;
611
348
  showTabStr: import("vue").ComputedRef<string>;
612
- startDefault: import("vue").ComputedRef<string>;
613
- endDefault: import("vue").ComputedRef<string>;
614
- handleClickQuickBtn: (result: string) => void;
615
- changeRadioValue: (value: string) => void;
616
- changeDateShowType: () => void;
349
+ initData: () => void;
350
+ handleRadioClick: (value: string) => void;
617
351
  handleChange: (val: any, type: "end" | "start") => void;
618
352
  isStartDateDisabled: (ts: number) => boolean;
619
- timeStartDisabled: (ts: number) => {
620
- isHourDisabled(hour: number): boolean | 0;
621
- isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
622
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
623
- };
624
353
  isEndDateDisabled: (ts: number) => boolean;
625
- timeEndDisabled: (ts: number) => {
626
- isHourDisabled(hour: number): boolean | 0;
627
- isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
628
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
629
- };
630
- init: () => void;
631
354
  NButton: any;
632
355
  CDatePicker: import("../../../../..").SFCWithInstall<import("vue").DefineComponent<{
633
356
  updateUnchangedValue: {
@@ -668,77 +391,7 @@ declare const DateRangeInner: import("vue").DefineComponent<{
668
391
  }>>, {
669
392
  updateUnchangedValue: boolean;
670
393
  }>>;
671
- DateQuickBtn: import("vue").DefineComponent<{
672
- componentCfg: {
673
- type: import("vue").PropType<import("../../../../..").AnyObject>;
674
- };
675
- type: {
676
- type: import("vue").PropType<"date" | "datetime">;
677
- default: string;
678
- };
679
- dateFormat: {
680
- type: StringConstructor;
681
- default: string;
682
- };
683
- radioValue: {
684
- type: StringConstructor;
685
- default: string;
686
- };
687
- }, {
688
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
689
- componentCfg: {
690
- type: import("vue").PropType<import("../../../../..").AnyObject>;
691
- };
692
- type: {
693
- type: import("vue").PropType<"date" | "datetime">;
694
- default: string;
695
- };
696
- dateFormat: {
697
- type: StringConstructor;
698
- default: string;
699
- };
700
- radioValue: {
701
- type: StringConstructor;
702
- default: string;
703
- };
704
- }>> & {
705
- onClickQuickBtn?: ((...args: any[]) => any) | undefined;
706
- onChangeRadioValue?: ((...args: any[]) => any) | undefined;
707
- }>>;
708
- emit: (event: "clickQuickBtn" | "changeRadioValue", ...args: any[]) => void;
709
- dateList: import("vue").Ref<any[]>;
710
- optionSetting: import("vue").ComputedRef<any>;
711
- isRange: import("vue").ComputedRef<any>;
712
- initData: () => void;
713
- handleRadioClick: (value: string) => void;
714
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clickQuickBtn" | "changeRadioValue")[], "clickQuickBtn" | "changeRadioValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
715
- componentCfg: {
716
- type: import("vue").PropType<import("../../../../..").AnyObject>;
717
- };
718
- type: {
719
- type: import("vue").PropType<"date" | "datetime">;
720
- default: string;
721
- };
722
- dateFormat: {
723
- type: StringConstructor;
724
- default: string;
725
- };
726
- radioValue: {
727
- type: StringConstructor;
728
- default: string;
729
- };
730
- }>> & {
731
- onClickQuickBtn?: ((...args: any[]) => any) | undefined;
732
- onChangeRadioValue?: ((...args: any[]) => any) | undefined;
733
- }, {
734
- type: "date" | "datetime";
735
- dateFormat: string;
736
- radioValue: string;
737
- }>;
738
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:unit" | "update:value")[], "update:unit" | "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
739
- componentCfg: {
740
- type: import("vue").PropType<import("../../../../..").AnyObject>;
741
- };
394
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
742
395
  type: {
743
396
  type: import("vue").PropType<"date" | "datetime">;
744
397
  default: string;
@@ -763,17 +416,11 @@ declare const DateRangeInner: import("vue").DefineComponent<{
763
416
  type: StringConstructor;
764
417
  default: string;
765
418
  };
766
- unit: {
767
- type: StringConstructor;
768
- default: string;
769
- };
770
419
  }>> & {
771
420
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
772
- "onUpdate:unit"?: ((...args: any[]) => any) | undefined;
773
421
  }, {
774
422
  type: "date" | "datetime";
775
423
  value: string;
776
- unit: string;
777
424
  clearable: boolean;
778
425
  startPlaceholder: string;
779
426
  endPlaceholder: string;
@@ -835,17 +482,14 @@ declare const DateRangeOut: import("vue").DefineComponent<{
835
482
  }>>;
836
483
  emit: (event: "update:value", ...args: any[]) => void;
837
484
  valueCp: import("vue").Ref<any>;
838
- rangeShortcuts: import("vue").Ref<any>;
839
485
  dateFormat: import("vue").ComputedRef<string>;
840
- optionSetting: import("vue").ComputedRef<any>;
841
- handleChange: (val: any) => void;
842
- isDateDisabled: (ts: number) => boolean;
843
- timeDisabled: (ts: number) => {
844
- isHourDisabled(hour: number): boolean | undefined;
845
- isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
846
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
486
+ rangeShortcuts: {
487
+ 今天: number[];
488
+ 昨天: number[];
489
+ 近一周: number[];
490
+ 近一月: number[];
847
491
  };
848
- init: () => void;
492
+ handleChange: (val: any) => void;
849
493
  CDatePicker: import("../../../../..").SFCWithInstall<import("vue").DefineComponent<{
850
494
  updateUnchangedValue: {
851
495
  type: BooleanConstructor;
@@ -915,26 +559,25 @@ declare const DateRangeOut: import("vue").DefineComponent<{
915
559
  }, {
916
560
  type: "datetimerange" | "daterange";
917
561
  value: string;
918
- componentCfg: Record<string, any>;
919
562
  clearable: boolean;
920
563
  startPlaceholder: string;
921
564
  endPlaceholder: string;
565
+ componentCfg: Record<string, any>;
922
566
  }>;
923
567
  declare const LabelInner: import("vue").DefineComponent<{
924
568
  componentCfg: {
925
- type: import("vue").PropType<import("../../../../..").AnyObject>;
569
+ type: import("vue").PropType<import("../../../types").ISearchType>;
926
570
  };
927
571
  value: {
928
572
  type: StringConstructor;
929
573
  default: string;
930
574
  };
931
575
  }, {
932
- getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
933
- message: import("naive-ui").MessageApi;
576
+ handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
934
577
  baseActiveColor: string;
935
578
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
936
579
  componentCfg: {
937
- type: import("vue").PropType<import("../../../../..").AnyObject>;
580
+ type: import("vue").PropType<import("../../../types").ISearchType>;
938
581
  };
939
582
  value: {
940
583
  type: StringConstructor;
@@ -969,7 +612,7 @@ declare const LabelInner: import("vue").DefineComponent<{
969
612
  };
970
613
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
971
614
  componentCfg: {
972
- type: import("vue").PropType<import("../../../../..").AnyObject>;
615
+ type: import("vue").PropType<import("../../../types").ISearchType>;
973
616
  };
974
617
  value: {
975
618
  type: StringConstructor;
@@ -982,21 +625,20 @@ declare const LabelInner: import("vue").DefineComponent<{
982
625
  }>;
983
626
  declare const LabelOut: import("vue").DefineComponent<{
984
627
  componentCfg: {
985
- type: import("vue").PropType<import("../../../../..").AnyObject>;
628
+ type: import("vue").PropType<import("../../../types").ISearchType>;
986
629
  };
987
630
  value: {
988
631
  type: StringConstructor;
989
632
  default: string;
990
633
  };
991
634
  }, {
992
- getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
635
+ handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
993
636
  $attrs: {
994
637
  [x: string]: unknown;
995
638
  };
996
- message: import("naive-ui").MessageApi;
997
639
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
998
640
  componentCfg: {
999
- type: import("vue").PropType<import("../../../../..").AnyObject>;
641
+ type: import("vue").PropType<import("../../../types").ISearchType>;
1000
642
  };
1001
643
  value: {
1002
644
  type: StringConstructor;
@@ -1014,7 +656,7 @@ declare const LabelOut: import("vue").DefineComponent<{
1014
656
  NSelect: any;
1015
657
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1016
658
  componentCfg: {
1017
- type: import("vue").PropType<import("../../../../..").AnyObject>;
659
+ type: import("vue").PropType<import("../../../types").ISearchType>;
1018
660
  };
1019
661
  value: {
1020
662
  type: StringConstructor;
@@ -1029,260 +671,43 @@ declare const Select: import("vue").DefineComponent<{
1029
671
  value: {
1030
672
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1031
673
  };
1032
- componentCfg: {
1033
- type: ObjectConstructor;
1034
- };
1035
- }, {
1036
- $attrs: {
1037
- [x: string]: unknown;
1038
- };
1039
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1040
- value: {
1041
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1042
- };
1043
- componentCfg: {
1044
- type: ObjectConstructor;
1045
- };
1046
- }>> & {
1047
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
1048
- }>>;
1049
- emit: (event: "update:value", ...args: any[]) => void;
1050
- valueCp: import("vue").ComputedRef<string | number | unknown[] | undefined>;
1051
- isMultiple: import("vue").ComputedRef<unknown>;
1052
- isShowWhole: import("vue").ComputedRef<any>;
1053
- optionList: import("vue").ComputedRef<any>;
1054
- handleUpdate: (val: any) => void;
1055
- NSelect: any;
1056
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1057
- value: {
1058
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1059
- };
1060
- componentCfg: {
1061
- type: ObjectConstructor;
1062
- };
1063
- }>> & {
1064
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
1065
- }, {}>;
1066
- declare const SelectDynamic: import("vue").DefineComponent<{
1067
- value: {
1068
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1069
- };
1070
- componentCfg: {
1071
- type: ObjectConstructor;
1072
- };
1073
674
  }, {
1074
- message: import("naive-ui").MessageApi;
1075
675
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1076
676
  value: {
1077
677
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1078
678
  };
1079
- componentCfg: {
1080
- type: ObjectConstructor;
1081
- };
1082
679
  }>> & {
1083
680
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
681
+ onChangeInitState?: ((...args: any[]) => any) | undefined;
1084
682
  }>>;
1085
- getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
683
+ handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
1086
684
  $attrs: {
1087
685
  [x: string]: unknown;
1088
686
  };
1089
- emit: (event: "update:value", ...args: any[]) => void;
687
+ emit: (event: "update:value" | "changeInitState", ...args: any[]) => void;
688
+ selectOptions: import("vue").Ref<any[]>;
689
+ isRemote: import("vue").Ref<boolean>;
1090
690
  isLoading: import("vue").Ref<boolean>;
1091
691
  filterApiConfig: import("../../../../..").AnyObject;
1092
- searchFilterList: import("vue").Ref<import("../../../../..").AnyObject[]>;
1093
- curPage: import("vue").Ref<number>;
1094
- fieldTitleList: import("vue").Ref<any>;
1095
- selectOptions: import("vue").Ref<any[]>;
1096
- baseOptionList: import("vue").Ref<any[]>;
1097
- keywordVal: import("vue").Ref<any>;
1098
- totalPage: import("vue").Ref<number>;
1099
- menuProps: {
1100
- class: string;
1101
- };
1102
- isMultiple: import("vue").ComputedRef<unknown>;
1103
- dynamicOptionInfos: import("vue").ComputedRef<any>;
1104
- isShowWhole: import("vue").ComputedRef<any>;
1105
- isLastPage: import("vue").ComputedRef<boolean>;
1106
- valueCp: import("vue").ComputedRef<string | number | any[] | null>;
1107
- isForbidRequest: import("vue").ComputedRef<boolean>;
1108
- setOptionActive: (selectIds: string[]) => void;
1109
- handleUpdateSelect: (value: string[] | null) => void;
1110
- handleUpdatePage: (page: number) => Promise<void>;
1111
- getOptionsData: (keyword: string, curPage: number) => Promise<void>;
1112
- isWhole: (value: string) => boolean;
692
+ valueCp: import("vue").WritableComputedRef<unknown>;
693
+ searchOptions: (keyword: string) => Promise<any>;
1113
694
  _handleSearch: (query: string) => Promise<void>;
1114
695
  handleSearch: (query: string) => Promise<void>;
1115
696
  handleInitData: () => Promise<void>;
1116
- handleClear: () => Promise<void>;
1117
- handleUpdateShow: (show: boolean) => void;
697
+ renderLabel: (option: import("naive-ui").SelectOption) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
698
+ [key: string]: any;
699
+ }>;
1118
700
  renderTag: ({ option, handleClose }: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1119
701
  [key: string]: any;
1120
702
  }>;
1121
- init: () => void;
703
+ init: () => Promise<void>;
1122
704
  NSelect: any;
1123
- SelectDynamicOption: import("vue").DefineComponent<{
1124
- dynamicOptionInfo: {
1125
- type: import("vue").PropType<import("../../../../..").AnyObject>;
1126
- default: () => {};
1127
- };
1128
- fieldTitleList: {
1129
- type: import("vue").PropType<import("../../../../..").AnyObject[]>;
1130
- default: () => never[];
1131
- };
1132
- optionList: {
1133
- type: import("vue").PropType<import("../../../../..").AnyObject[]>;
1134
- default: () => never[];
1135
- };
1136
- isMultiple: {
1137
- type: BooleanConstructor;
1138
- default: boolean;
1139
- };
1140
- curPage: {
1141
- type: NumberConstructor;
1142
- default: number;
1143
- };
1144
- isLastPage: {
1145
- type: BooleanConstructor;
1146
- default: boolean;
1147
- };
1148
- isShowWhole: {
1149
- type: BooleanConstructor;
1150
- default: boolean;
1151
- };
1152
- }, {
1153
- selectMinWidth: number;
1154
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1155
- dynamicOptionInfo: {
1156
- type: import("vue").PropType<import("../../../../..").AnyObject>;
1157
- default: () => {};
1158
- };
1159
- fieldTitleList: {
1160
- type: import("vue").PropType<import("../../../../..").AnyObject[]>;
1161
- default: () => never[];
1162
- };
1163
- optionList: {
1164
- type: import("vue").PropType<import("../../../../..").AnyObject[]>;
1165
- default: () => never[];
1166
- };
1167
- isMultiple: {
1168
- type: BooleanConstructor;
1169
- default: boolean;
1170
- };
1171
- curPage: {
1172
- type: NumberConstructor;
1173
- default: number;
1174
- };
1175
- isLastPage: {
1176
- type: BooleanConstructor;
1177
- default: boolean;
1178
- };
1179
- isShowWhole: {
1180
- type: BooleanConstructor;
1181
- default: boolean;
1182
- };
1183
- }>> & {
1184
- onUpdateSelect?: ((...args: any[]) => any) | undefined;
1185
- onUpdatePage?: ((...args: any[]) => any) | undefined;
1186
- }>>;
1187
- emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
1188
- dragEndWidth: import("vue").Ref<number>;
1189
- showKeys: import("vue").ComputedRef<any>;
1190
- titleList: import("vue").ComputedRef<string[]>;
1191
- handleSelect: (option: any) => void;
1192
- searchByPage: (onePage: number) => void;
1193
- changeWidth: ({ distance }: any) => void;
1194
- saveWidth: () => void;
1195
- NEmpty: any;
1196
- NButtonGroup: any;
1197
- NButton: any;
1198
- NIcon: any;
1199
- NPopover: any;
1200
- vFlexibleResize: {
1201
- mounted(el: any, { value }: any): void;
1202
- beforeUnmount(el: any): void;
1203
- };
1204
- WidgetValEnums: {
1205
- CUSTOM: string;
1206
- FIRST_VAL: string;
1207
- WHOLE: string;
1208
- NOW: string;
1209
- TODAY: string;
1210
- TODAY_START: string;
1211
- TODAY_END: string;
1212
- TOMORROW: string;
1213
- TOMORROW_START: string;
1214
- TOMORROW_END: string;
1215
- YESTERDAY: string;
1216
- YESTERDAY_START: string;
1217
- YESTERDAY_END: string;
1218
- THIS_WEEK: string;
1219
- WEEK_START: string;
1220
- WEEK_END: string;
1221
- NEXT_WEEK: string;
1222
- LAST_WEEK: string;
1223
- THIS_MONTH: string;
1224
- MONTH_START: string;
1225
- MONTH_END: string;
1226
- NEXT_MONTH: string;
1227
- LAST_MONTH: string;
1228
- THIS_QUARTER: string;
1229
- NEXT_QUARTER: string;
1230
- LAST_QUARTER: string;
1231
- THIS_YEAR: string;
1232
- NEXT_YEAR: string;
1233
- LAST_YEAR: string;
1234
- };
1235
- ArrowBack: 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<{}>>, {}>;
1236
- ArrowForward: 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<{}>>, {}>;
1237
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1238
- dynamicOptionInfo: {
1239
- type: import("vue").PropType<import("../../../../..").AnyObject>;
1240
- default: () => {};
1241
- };
1242
- fieldTitleList: {
1243
- type: import("vue").PropType<import("../../../../..").AnyObject[]>;
1244
- default: () => never[];
1245
- };
1246
- optionList: {
1247
- type: import("vue").PropType<import("../../../../..").AnyObject[]>;
1248
- default: () => never[];
1249
- };
1250
- isMultiple: {
1251
- type: BooleanConstructor;
1252
- default: boolean;
1253
- };
1254
- curPage: {
1255
- type: NumberConstructor;
1256
- default: number;
1257
- };
1258
- isLastPage: {
1259
- type: BooleanConstructor;
1260
- default: boolean;
1261
- };
1262
- isShowWhole: {
1263
- type: BooleanConstructor;
1264
- default: boolean;
1265
- };
1266
- }>> & {
1267
- onUpdateSelect?: ((...args: any[]) => any) | undefined;
1268
- onUpdatePage?: ((...args: any[]) => any) | undefined;
1269
- }, {
1270
- dynamicOptionInfo: import("../../../../..").AnyObject;
1271
- fieldTitleList: import("../../../../..").AnyObject[];
1272
- optionList: import("../../../../..").AnyObject[];
1273
- isMultiple: boolean;
1274
- curPage: number;
1275
- isLastPage: boolean;
1276
- isShowWhole: boolean;
1277
- }>;
1278
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
705
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "changeInitState")[], "update:value" | "changeInitState", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1279
706
  value: {
1280
707
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1281
708
  };
1282
- componentCfg: {
1283
- type: ObjectConstructor;
1284
- };
1285
709
  }>> & {
1286
710
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
711
+ onChangeInitState?: ((...args: any[]) => any) | undefined;
1287
712
  }, {}>;
1288
- export { CheckboxGroup, InputNumberGroup, DateInner, DateOut, DateRangeInner, DateRangeOut, LabelInner, LabelOut, Select, SelectDynamic };
713
+ export { CheckboxGroup, InputNumberGroup, Date, DateRangeInner, DateRangeOut, LabelInner, LabelOut, Select };