cnhis-design-vue 3.1.45-beta.8 → 3.1.45-beta.9

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 (118) hide show
  1. package/README.md +87 -87
  2. package/es/components/base-search/index.d.ts +2 -0
  3. package/es/components/base-search/src/index.vue.d.ts +2 -0
  4. package/es/components/base-search/style/index.css +1 -1
  5. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  6. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
  7. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
  8. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
  9. package/es/components/classification/index.d.ts +165 -11
  10. package/es/components/classification/src/components/search-filter/index.vue.d.ts +165 -11
  11. package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
  12. package/es/components/classification/src/components/set-classification/index.vue.d.ts +165 -11
  13. package/es/components/classification/src/index.vue.d.ts +165 -11
  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/useDraw.d.ts +1 -1
  17. package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
  18. package/es/components/form-render/src/components/renderer/dist/levelSearchCascader.d.ts +77 -0
  19. package/es/components/form-render/src/components/renderer/dist/searchCascade.d.ts +93 -0
  20. package/es/components/iho-table/src/plugins/dist/highLightSetPlugin.d.ts +3 -0
  21. package/es/components/iho-table/src/plugins/filterRenderPlugin/dist/index.d.ts +3 -0
  22. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/dist/index.d.ts +3 -0
  23. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/defaultRendererPlugin.d.ts +3 -0
  24. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/seqRendererPlugin.d.ts +3 -0
  25. package/es/components/iho-table/src/plugins/varialbleHeightPlugin/dist/index.d.ts +3 -0
  26. package/es/components/iho-table/src/utils/dist/index.d.ts +44 -0
  27. package/es/components/index.css +1 -1
  28. package/es/components/quick-search/index.d.ts +2 -0
  29. package/es/components/quick-search/src/index.vue.d.ts +2 -0
  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/scale-view/src/components/formitem/dist/r-address.d.ts +36 -0
  33. package/es/components/scale-view/src/components/formitem/dist/r-sign.d.ts +36 -0
  34. package/es/components/scale-view/src/components/formitem/dist/standard-modal.d.ts +82 -0
  35. package/es/components/search-cascader/src/components/dist/SearchMenu.d.ts +57 -0
  36. package/es/components/search-cascader/src/components/dist/SearchMenu1.d.ts +57 -0
  37. package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
  38. package/es/components/select-person/src/SearchMultiple.vue.d.ts +0 -6
  39. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +165 -10
  40. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +1 -1
  41. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +16 -1
  42. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +1 -1
  43. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +18 -0
  44. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +1 -1
  45. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +128 -10
  46. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +1 -1
  47. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic1.vue.d.ts +61 -0
  48. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +1 -0
  49. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +1 -1
  50. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +163 -10
  51. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +165 -10
  52. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +218 -0
  53. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.js +1 -0
  54. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +1 -0
  55. package/es/components/table-filter/src/components/render-widget/components/{Date.vue.d.ts → DateOut.vue.d.ts} +21 -2
  56. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.js +1 -0
  57. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +1 -0
  58. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +71 -0
  59. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.js +1 -0
  60. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +1 -0
  61. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +99 -5
  62. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +1 -1
  63. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +13 -9
  64. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +1 -1
  65. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +7 -5
  66. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +1 -1
  67. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +6 -5
  68. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +1 -1
  69. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +15 -25
  70. package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +1 -1
  71. package/es/components/table-filter/src/components/render-widget/components/Select1.vue.d.ts +45 -0
  72. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +175 -0
  73. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.js +1 -0
  74. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -0
  75. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +114 -0
  76. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.js +1 -0
  77. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +1 -0
  78. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +520 -25
  79. package/es/components/table-filter/src/components/render-widget/components/index.js +1 -1
  80. package/es/components/table-filter/src/components/render-widget/enums.d.ts +10 -3
  81. package/es/components/table-filter/src/components/render-widget/enums.js +1 -1
  82. package/es/components/table-filter/src/components/render-widget/helpers/dateDisabled.d.ts +27 -0
  83. package/es/components/table-filter/src/components/render-widget/helpers/dateDisabled.js +1 -0
  84. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.d.ts +55 -0
  85. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +1 -0
  86. package/es/components/table-filter/src/components/render-widget/helpers/enums.d.ts +56 -0
  87. package/es/components/table-filter/src/components/render-widget/helpers/enums.js +1 -0
  88. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.d.ts +2 -6
  89. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +1 -1
  90. package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
  91. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +548 -24
  92. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  93. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +2 -0
  94. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  95. package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
  96. package/es/components/table-filter/src/tool/baseOptions.js +1 -1
  97. package/es/components/table-filter/src/types/enums.d.ts +2 -0
  98. package/es/components/table-filter/src/types/enums.js +1 -1
  99. package/es/env.d.ts +25 -25
  100. package/es/shared/assets/img/failure.png.js +1 -1
  101. package/es/shared/assets/img/no-permission.png.js +1 -1
  102. package/es/shared/assets/img/nodata.png.js +1 -1
  103. package/es/shared/assets/img/notfound.png.js +1 -1
  104. package/es/shared/assets/img/qr.png.js +1 -1
  105. package/es/shared/assets/img/success.png.js +1 -1
  106. package/es/shared/assets/img/video.png.js +1 -1
  107. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  108. package/es/shared/assets/img/xb_big.png.js +1 -1
  109. package/es/shared/assets/img/xb_small.png.js +1 -1
  110. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
  111. package/es/shared/package.json.js +1 -1
  112. package/es/shared/utils/fabricjs/index.d.ts +6823 -0
  113. package/es/shared/utils/tapable/index.d.ts +139 -0
  114. package/package.json +2 -2
  115. package/es/components/table-filter/src/components/render-widget/basicData.d.ts +0 -4
  116. package/es/components/table-filter/src/components/render-widget/basicData.js +0 -1
  117. package/es/components/table-filter/src/components/render-widget/components/Date.vue.js +0 -1
  118. package/es/components/table-filter/src/components/render-widget/components/Date.vue2.js +0 -1
@@ -165,7 +165,10 @@ declare const InputNumberGroup: import("vue").DefineComponent<{
165
165
  startPlaceholder: string;
166
166
  endPlaceholder: string;
167
167
  }>;
168
- declare const Date: import("vue").DefineComponent<{
168
+ declare const DateInner: import("vue").DefineComponent<{
169
+ componentCfg: {
170
+ type: import("vue").PropType<import("../../../../..").AnyObject>;
171
+ };
169
172
  type: {
170
173
  type: import("vue").PropType<"date" | "datetime">;
171
174
  default: string;
@@ -188,6 +191,9 @@ declare const Date: import("vue").DefineComponent<{
188
191
  };
189
192
  }, {
190
193
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
194
+ componentCfg: {
195
+ type: import("vue").PropType<import("../../../../..").AnyObject>;
196
+ };
191
197
  type: {
192
198
  type: import("vue").PropType<"date" | "datetime">;
193
199
  default: string;
@@ -213,8 +219,27 @@ declare const Date: import("vue").DefineComponent<{
213
219
  }>>;
214
220
  emit: (event: "update:value", ...args: any[]) => void;
215
221
  valueCp: import("vue").Ref<any>;
222
+ isShowDateRange: import("vue").Ref<boolean>;
223
+ radioValue: import("vue").Ref<string>;
216
224
  dateFormat: import("vue").ComputedRef<string>;
225
+ showTabStr: import("vue").ComputedRef<string>;
226
+ optionSetting: import("vue").ComputedRef<any>;
227
+ isPastTime: import("vue").ComputedRef<boolean>;
228
+ isFutureTime: import("vue").ComputedRef<boolean>;
229
+ onlyRadio: import("vue").ComputedRef<boolean>;
230
+ defaultTime: import("vue").ComputedRef<string>;
231
+ changeDateShowType: () => void;
232
+ handleClickQuickBtn: (result: string) => void;
233
+ changeRadioValue: (value: string) => void;
217
234
  handleChange: (val: any) => void;
235
+ isDateDisabled: (ts: number) => boolean;
236
+ timeDisabled: (ts: number) => {
237
+ isHourDisabled(hour: number): boolean | undefined;
238
+ isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
239
+ isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
240
+ };
241
+ init: () => void;
242
+ NButton: any;
218
243
  CDatePicker: import("../../../../..").SFCWithInstall<import("vue").DefineComponent<{
219
244
  updateUnchangedValue: {
220
245
  type: BooleanConstructor;
@@ -254,7 +279,214 @@ declare const Date: import("vue").DefineComponent<{
254
279
  }>>, {
255
280
  updateUnchangedValue: boolean;
256
281
  }>>;
282
+ DateQuickBtn: import("vue").DefineComponent<{
283
+ componentCfg: {
284
+ type: import("vue").PropType<import("../../../../..").AnyObject>;
285
+ };
286
+ type: {
287
+ type: import("vue").PropType<"date" | "datetime">;
288
+ default: string;
289
+ };
290
+ dateFormat: {
291
+ type: StringConstructor;
292
+ default: string;
293
+ };
294
+ radioValue: {
295
+ type: StringConstructor;
296
+ default: string;
297
+ };
298
+ }, {
299
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
300
+ componentCfg: {
301
+ type: import("vue").PropType<import("../../../../..").AnyObject>;
302
+ };
303
+ type: {
304
+ type: import("vue").PropType<"date" | "datetime">;
305
+ default: string;
306
+ };
307
+ dateFormat: {
308
+ type: StringConstructor;
309
+ default: string;
310
+ };
311
+ radioValue: {
312
+ type: StringConstructor;
313
+ default: string;
314
+ };
315
+ }>> & {
316
+ onClickQuickBtn?: ((...args: any[]) => any) | undefined;
317
+ onChangeRadioValue?: ((...args: any[]) => any) | undefined;
318
+ }>>;
319
+ emit: (event: "clickQuickBtn" | "changeRadioValue", ...args: any[]) => void;
320
+ dateList: import("vue").Ref<any[]>;
321
+ optionSetting: import("vue").ComputedRef<any>;
322
+ isRange: import("vue").ComputedRef<any>;
323
+ initData: () => void;
324
+ handleRadioClick: (value: string) => void;
325
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clickQuickBtn" | "changeRadioValue")[], "clickQuickBtn" | "changeRadioValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
326
+ componentCfg: {
327
+ type: import("vue").PropType<import("../../../../..").AnyObject>;
328
+ };
329
+ type: {
330
+ type: import("vue").PropType<"date" | "datetime">;
331
+ default: string;
332
+ };
333
+ dateFormat: {
334
+ type: StringConstructor;
335
+ default: string;
336
+ };
337
+ radioValue: {
338
+ type: StringConstructor;
339
+ default: string;
340
+ };
341
+ }>> & {
342
+ onClickQuickBtn?: ((...args: any[]) => any) | undefined;
343
+ onChangeRadioValue?: ((...args: any[]) => any) | undefined;
344
+ }, {
345
+ type: "date" | "datetime";
346
+ dateFormat: string;
347
+ radioValue: string;
348
+ }>;
257
349
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
350
+ componentCfg: {
351
+ type: import("vue").PropType<import("../../../../..").AnyObject>;
352
+ };
353
+ type: {
354
+ type: import("vue").PropType<"date" | "datetime">;
355
+ default: string;
356
+ };
357
+ clearable: {
358
+ type: BooleanConstructor;
359
+ default: boolean;
360
+ };
361
+ valueFormat: {
362
+ type: StringConstructor;
363
+ default: string;
364
+ };
365
+ placeholder: {
366
+ type: StringConstructor;
367
+ default: string;
368
+ };
369
+ value: {
370
+ type: StringConstructor;
371
+ default: string;
372
+ };
373
+ }>> & {
374
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
375
+ }, {
376
+ type: "date" | "datetime";
377
+ value: string;
378
+ placeholder: string;
379
+ clearable: boolean;
380
+ valueFormat: string;
381
+ }>;
382
+ declare const DateOut: import("vue").DefineComponent<{
383
+ componentCfg: {
384
+ type: import("vue").PropType<import("../../../../..").AnyObject>;
385
+ };
386
+ type: {
387
+ type: import("vue").PropType<"date" | "datetime">;
388
+ default: string;
389
+ };
390
+ clearable: {
391
+ type: BooleanConstructor;
392
+ default: boolean;
393
+ };
394
+ valueFormat: {
395
+ type: StringConstructor;
396
+ default: string;
397
+ };
398
+ placeholder: {
399
+ type: StringConstructor;
400
+ default: string;
401
+ };
402
+ value: {
403
+ type: StringConstructor;
404
+ default: string;
405
+ };
406
+ }, {
407
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
408
+ componentCfg: {
409
+ type: import("vue").PropType<import("../../../../..").AnyObject>;
410
+ };
411
+ type: {
412
+ type: import("vue").PropType<"date" | "datetime">;
413
+ default: string;
414
+ };
415
+ clearable: {
416
+ type: BooleanConstructor;
417
+ default: boolean;
418
+ };
419
+ valueFormat: {
420
+ type: StringConstructor;
421
+ default: string;
422
+ };
423
+ placeholder: {
424
+ type: StringConstructor;
425
+ default: string;
426
+ };
427
+ value: {
428
+ type: StringConstructor;
429
+ default: string;
430
+ };
431
+ }>> & {
432
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
433
+ }>>;
434
+ emit: (event: "update:value", ...args: any[]) => void;
435
+ valueCp: import("vue").Ref<any>;
436
+ rangeShortcuts: import("vue").Ref<any>;
437
+ dateFormat: import("vue").ComputedRef<string>;
438
+ optionSetting: import("vue").ComputedRef<any>;
439
+ handleChange: (val: any) => void;
440
+ isDateDisabled: (ts: number) => boolean;
441
+ timeDisabled: (ts: number) => {
442
+ isHourDisabled(hour: number): boolean | undefined;
443
+ isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
444
+ isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
445
+ };
446
+ init: () => void;
447
+ CDatePicker: import("../../../../..").SFCWithInstall<import("vue").DefineComponent<{
448
+ updateUnchangedValue: {
449
+ type: BooleanConstructor;
450
+ };
451
+ onConfirm: {
452
+ type: FunctionConstructor;
453
+ };
454
+ }, {
455
+ attrs: {
456
+ [x: string]: unknown;
457
+ };
458
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
459
+ updateUnchangedValue: {
460
+ type: BooleanConstructor;
461
+ };
462
+ onConfirm: {
463
+ type: FunctionConstructor;
464
+ };
465
+ }>> & {}>>;
466
+ datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
467
+ panelInstRef: import("vue").Ref<null>;
468
+ isDateTime: import("vue").ComputedRef<boolean>;
469
+ formatRef: import("vue").ComputedRef<string>;
470
+ panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
471
+ focus: () => any;
472
+ blur: () => any;
473
+ onUpdateShow: (show: boolean) => void;
474
+ onConfirm: (...args: any[]) => void;
475
+ NDatePicker: any;
476
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
477
+ updateUnchangedValue: {
478
+ type: BooleanConstructor;
479
+ };
480
+ onConfirm: {
481
+ type: FunctionConstructor;
482
+ };
483
+ }>>, {
484
+ updateUnchangedValue: boolean;
485
+ }>>;
486
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
487
+ componentCfg: {
488
+ type: import("vue").PropType<import("../../../../..").AnyObject>;
489
+ };
258
490
  type: {
259
491
  type: import("vue").PropType<"date" | "datetime">;
260
492
  default: string;
@@ -285,6 +517,9 @@ declare const Date: import("vue").DefineComponent<{
285
517
  valueFormat: string;
286
518
  }>;
287
519
  declare const DateRangeInner: import("vue").DefineComponent<{
520
+ componentCfg: {
521
+ type: import("vue").PropType<import("../../../../..").AnyObject>;
522
+ };
288
523
  type: {
289
524
  type: import("vue").PropType<"date" | "datetime">;
290
525
  default: string;
@@ -311,6 +546,9 @@ declare const DateRangeInner: import("vue").DefineComponent<{
311
546
  };
312
547
  }, {
313
548
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
549
+ componentCfg: {
550
+ type: import("vue").PropType<import("../../../../..").AnyObject>;
551
+ };
314
552
  type: {
315
553
  type: import("vue").PropType<"date" | "datetime">;
316
554
  default: string;
@@ -339,18 +577,35 @@ declare const DateRangeInner: import("vue").DefineComponent<{
339
577
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
340
578
  }>>;
341
579
  emit: (event: "update:value", ...args: any[]) => void;
342
- dateList: import("vue").Ref<any[]>;
343
580
  isShowDateRange: import("vue").Ref<boolean>;
344
581
  radioValue: import("vue").Ref<string>;
345
582
  startDate: import("vue").Ref<any>;
346
583
  endDate: import("vue").Ref<any>;
584
+ optionSetting: import("vue").ComputedRef<any>;
585
+ onlyRadio: import("vue").ComputedRef<boolean>;
586
+ isPastTime: import("vue").ComputedRef<boolean>;
587
+ isFutureTime: import("vue").ComputedRef<boolean>;
347
588
  dateFormat: import("vue").ComputedRef<string>;
348
589
  showTabStr: import("vue").ComputedRef<string>;
349
- initData: () => void;
350
- handleRadioClick: (value: string) => void;
590
+ startDefault: import("vue").ComputedRef<string>;
591
+ endDefault: import("vue").ComputedRef<string>;
592
+ handleClickQuickBtn: (result: string) => void;
593
+ changeRadioValue: (value: string) => void;
594
+ changeDateShowType: () => void;
351
595
  handleChange: (val: any, type: "end" | "start") => void;
352
596
  isStartDateDisabled: (ts: number) => boolean;
597
+ timeStartDisabled: (ts: number) => {
598
+ isHourDisabled(hour: number): boolean | 0;
599
+ isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
600
+ isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
601
+ };
353
602
  isEndDateDisabled: (ts: number) => boolean;
603
+ timeEndDisabled: (ts: number) => {
604
+ isHourDisabled(hour: number): boolean | 0;
605
+ isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
606
+ isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
607
+ };
608
+ init: () => void;
354
609
  NButton: any;
355
610
  CDatePicker: import("../../../../..").SFCWithInstall<import("vue").DefineComponent<{
356
611
  updateUnchangedValue: {
@@ -391,7 +646,77 @@ declare const DateRangeInner: import("vue").DefineComponent<{
391
646
  }>>, {
392
647
  updateUnchangedValue: boolean;
393
648
  }>>;
649
+ DateQuickBtn: import("vue").DefineComponent<{
650
+ componentCfg: {
651
+ type: import("vue").PropType<import("../../../../..").AnyObject>;
652
+ };
653
+ type: {
654
+ type: import("vue").PropType<"date" | "datetime">;
655
+ default: string;
656
+ };
657
+ dateFormat: {
658
+ type: StringConstructor;
659
+ default: string;
660
+ };
661
+ radioValue: {
662
+ type: StringConstructor;
663
+ default: string;
664
+ };
665
+ }, {
666
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
667
+ componentCfg: {
668
+ type: import("vue").PropType<import("../../../../..").AnyObject>;
669
+ };
670
+ type: {
671
+ type: import("vue").PropType<"date" | "datetime">;
672
+ default: string;
673
+ };
674
+ dateFormat: {
675
+ type: StringConstructor;
676
+ default: string;
677
+ };
678
+ radioValue: {
679
+ type: StringConstructor;
680
+ default: string;
681
+ };
682
+ }>> & {
683
+ onClickQuickBtn?: ((...args: any[]) => any) | undefined;
684
+ onChangeRadioValue?: ((...args: any[]) => any) | undefined;
685
+ }>>;
686
+ emit: (event: "clickQuickBtn" | "changeRadioValue", ...args: any[]) => void;
687
+ dateList: import("vue").Ref<any[]>;
688
+ optionSetting: import("vue").ComputedRef<any>;
689
+ isRange: import("vue").ComputedRef<any>;
690
+ initData: () => void;
691
+ handleRadioClick: (value: string) => void;
692
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clickQuickBtn" | "changeRadioValue")[], "clickQuickBtn" | "changeRadioValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
693
+ componentCfg: {
694
+ type: import("vue").PropType<import("../../../../..").AnyObject>;
695
+ };
696
+ type: {
697
+ type: import("vue").PropType<"date" | "datetime">;
698
+ default: string;
699
+ };
700
+ dateFormat: {
701
+ type: StringConstructor;
702
+ default: string;
703
+ };
704
+ radioValue: {
705
+ type: StringConstructor;
706
+ default: string;
707
+ };
708
+ }>> & {
709
+ onClickQuickBtn?: ((...args: any[]) => any) | undefined;
710
+ onChangeRadioValue?: ((...args: any[]) => any) | undefined;
711
+ }, {
712
+ type: "date" | "datetime";
713
+ dateFormat: string;
714
+ radioValue: string;
715
+ }>;
394
716
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
717
+ componentCfg: {
718
+ type: import("vue").PropType<import("../../../../..").AnyObject>;
719
+ };
395
720
  type: {
396
721
  type: import("vue").PropType<"date" | "datetime">;
397
722
  default: string;
@@ -482,14 +807,17 @@ declare const DateRangeOut: import("vue").DefineComponent<{
482
807
  }>>;
483
808
  emit: (event: "update:value", ...args: any[]) => void;
484
809
  valueCp: import("vue").Ref<any>;
810
+ rangeShortcuts: import("vue").Ref<any>;
485
811
  dateFormat: import("vue").ComputedRef<string>;
486
- rangeShortcuts: {
487
- 今天: number[];
488
- 昨天: number[];
489
- 近一周: number[];
490
- 近一月: number[];
491
- };
812
+ optionSetting: import("vue").ComputedRef<any>;
492
813
  handleChange: (val: any) => void;
814
+ isDateDisabled: (ts: number) => boolean;
815
+ timeDisabled: (ts: number) => {
816
+ isHourDisabled(hour: number): boolean | undefined;
817
+ isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
818
+ isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
819
+ };
820
+ init: () => void;
493
821
  CDatePicker: import("../../../../..").SFCWithInstall<import("vue").DefineComponent<{
494
822
  updateUnchangedValue: {
495
823
  type: BooleanConstructor;
@@ -559,14 +887,14 @@ declare const DateRangeOut: import("vue").DefineComponent<{
559
887
  }, {
560
888
  type: "datetimerange" | "daterange";
561
889
  value: string;
890
+ componentCfg: Record<string, any>;
562
891
  clearable: boolean;
563
892
  startPlaceholder: string;
564
893
  endPlaceholder: string;
565
- componentCfg: Record<string, any>;
566
894
  }>;
567
895
  declare const LabelInner: import("vue").DefineComponent<{
568
896
  componentCfg: {
569
- type: import("vue").PropType<import("../../../types").ISearchType>;
897
+ type: import("vue").PropType<import("../../../../..").AnyObject>;
570
898
  };
571
899
  value: {
572
900
  type: StringConstructor;
@@ -574,10 +902,11 @@ declare const LabelInner: import("vue").DefineComponent<{
574
902
  };
575
903
  }, {
576
904
  handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
905
+ message: import("naive-ui").MessageApi;
577
906
  baseActiveColor: string;
578
907
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
579
908
  componentCfg: {
580
- type: import("vue").PropType<import("../../../types").ISearchType>;
909
+ type: import("vue").PropType<import("../../../../..").AnyObject>;
581
910
  };
582
911
  value: {
583
912
  type: StringConstructor;
@@ -612,7 +941,7 @@ declare const LabelInner: import("vue").DefineComponent<{
612
941
  };
613
942
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
614
943
  componentCfg: {
615
- type: import("vue").PropType<import("../../../types").ISearchType>;
944
+ type: import("vue").PropType<import("../../../../..").AnyObject>;
616
945
  };
617
946
  value: {
618
947
  type: StringConstructor;
@@ -625,7 +954,7 @@ declare const LabelInner: import("vue").DefineComponent<{
625
954
  }>;
626
955
  declare const LabelOut: import("vue").DefineComponent<{
627
956
  componentCfg: {
628
- type: import("vue").PropType<import("../../../types").ISearchType>;
957
+ type: import("vue").PropType<import("../../../../..").AnyObject>;
629
958
  };
630
959
  value: {
631
960
  type: StringConstructor;
@@ -636,9 +965,10 @@ declare const LabelOut: import("vue").DefineComponent<{
636
965
  $attrs: {
637
966
  [x: string]: unknown;
638
967
  };
968
+ message: import("naive-ui").MessageApi;
639
969
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
640
970
  componentCfg: {
641
- type: import("vue").PropType<import("../../../types").ISearchType>;
971
+ type: import("vue").PropType<import("../../../../..").AnyObject>;
642
972
  };
643
973
  value: {
644
974
  type: StringConstructor;
@@ -656,7 +986,7 @@ declare const LabelOut: import("vue").DefineComponent<{
656
986
  NSelect: any;
657
987
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
658
988
  componentCfg: {
659
- type: import("vue").PropType<import("../../../types").ISearchType>;
989
+ type: import("vue").PropType<import("../../../../..").AnyObject>;
660
990
  };
661
991
  value: {
662
992
  type: StringConstructor;
@@ -671,11 +1001,52 @@ declare const Select: import("vue").DefineComponent<{
671
1001
  value: {
672
1002
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
673
1003
  };
1004
+ componentCfg: {
1005
+ type: ObjectConstructor;
1006
+ };
1007
+ }, {
1008
+ $attrs: {
1009
+ [x: string]: unknown;
1010
+ };
1011
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1012
+ value: {
1013
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1014
+ };
1015
+ componentCfg: {
1016
+ type: ObjectConstructor;
1017
+ };
1018
+ }>> & {
1019
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
1020
+ }>>;
1021
+ emit: (event: "update:value", ...args: any[]) => void;
1022
+ valueCp: import("vue").WritableComputedRef<any>;
1023
+ NSelect: any;
1024
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1025
+ value: {
1026
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1027
+ };
1028
+ componentCfg: {
1029
+ type: ObjectConstructor;
1030
+ };
1031
+ }>> & {
1032
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
1033
+ }, {}>;
1034
+ declare const SelectDynamic: import("vue").DefineComponent<{
1035
+ value: {
1036
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1037
+ };
1038
+ componentCfg: {
1039
+ type: ObjectConstructor;
1040
+ };
674
1041
  }, {
1042
+ message: import("naive-ui").MessageApi;
675
1043
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
676
1044
  value: {
677
1045
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
678
1046
  };
1047
+ componentCfg: {
1048
+ type: ObjectConstructor;
1049
+ };
679
1050
  }>> & {
680
1051
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
681
1052
  onChangeInitState?: ((...args: any[]) => any) | undefined;
@@ -685,29 +1056,153 @@ declare const Select: import("vue").DefineComponent<{
685
1056
  [x: string]: unknown;
686
1057
  };
687
1058
  emit: (event: "update:value" | "changeInitState", ...args: any[]) => void;
688
- selectOptions: import("vue").Ref<any[]>;
689
- isRemote: import("vue").Ref<boolean>;
690
1059
  isLoading: import("vue").Ref<boolean>;
691
1060
  filterApiConfig: import("../../../../..").AnyObject;
692
- valueCp: import("vue").WritableComputedRef<unknown>;
693
- searchOptions: (keyword: string) => Promise<any>;
1061
+ curPage: import("vue").Ref<number>;
1062
+ fieldTitleList: import("vue").Ref<any>;
1063
+ selectOptions: import("vue").Ref<any[]>;
1064
+ keywordVal: import("vue").Ref<any>;
1065
+ totalPage: import("vue").Ref<number>;
1066
+ menuProps: {
1067
+ class: string;
1068
+ };
1069
+ isMultiple: import("vue").ComputedRef<unknown>;
1070
+ dynamicOptionInfos: import("vue").ComputedRef<any>;
1071
+ isLastPage: import("vue").ComputedRef<boolean>;
1072
+ valueCp: import("vue").ComputedRef<string | number | any[] | null>;
1073
+ setOptionActive: (selectIds: string[]) => void;
1074
+ handleUpdateSelect: (value: string[] | null) => void;
1075
+ handleUpdatePage: (page: number) => Promise<void>;
1076
+ getOptionsData: (keyword: string, curPage: number) => Promise<any>;
694
1077
  _handleSearch: (query: string) => Promise<void>;
695
1078
  handleSearch: (query: string) => Promise<void>;
696
1079
  handleInitData: () => Promise<void>;
697
- renderLabel: (option: import("naive-ui").SelectOption) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
698
- [key: string]: any;
699
- }>;
1080
+ handleClear: () => Promise<void>;
700
1081
  renderTag: ({ option, handleClose }: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
701
1082
  [key: string]: any;
702
1083
  }>;
703
1084
  init: () => Promise<void>;
704
1085
  NSelect: any;
1086
+ SelectDynamicOption: import("vue").DefineComponent<{
1087
+ dynamicOptionInfo: {
1088
+ type: import("vue").PropType<import("../../../../..").AnyObject>;
1089
+ default: () => {};
1090
+ };
1091
+ fieldTitleList: {
1092
+ type: import("vue").PropType<import("../../../../..").AnyObject[]>;
1093
+ default: () => never[];
1094
+ };
1095
+ optionList: {
1096
+ type: import("vue").PropType<import("../../../../..").AnyObject[]>;
1097
+ default: () => never[];
1098
+ };
1099
+ isMultiple: {
1100
+ type: BooleanConstructor;
1101
+ default: boolean;
1102
+ };
1103
+ curPage: {
1104
+ type: NumberConstructor;
1105
+ default: number;
1106
+ };
1107
+ isLastPage: {
1108
+ type: BooleanConstructor;
1109
+ default: boolean;
1110
+ };
1111
+ }, {
1112
+ selectMinWidth: number;
1113
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1114
+ dynamicOptionInfo: {
1115
+ type: import("vue").PropType<import("../../../../..").AnyObject>;
1116
+ default: () => {};
1117
+ };
1118
+ fieldTitleList: {
1119
+ type: import("vue").PropType<import("../../../../..").AnyObject[]>;
1120
+ default: () => never[];
1121
+ };
1122
+ optionList: {
1123
+ type: import("vue").PropType<import("../../../../..").AnyObject[]>;
1124
+ default: () => never[];
1125
+ };
1126
+ isMultiple: {
1127
+ type: BooleanConstructor;
1128
+ default: boolean;
1129
+ };
1130
+ curPage: {
1131
+ type: NumberConstructor;
1132
+ default: number;
1133
+ };
1134
+ isLastPage: {
1135
+ type: BooleanConstructor;
1136
+ default: boolean;
1137
+ };
1138
+ }>> & {
1139
+ onUpdateSelect?: ((...args: any[]) => any) | undefined;
1140
+ onUpdatePage?: ((...args: any[]) => any) | undefined;
1141
+ }>>;
1142
+ emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
1143
+ dragEndWidth: import("vue").Ref<number>;
1144
+ showKeys: import("vue").ComputedRef<any>;
1145
+ titleList: import("vue").ComputedRef<string[]>;
1146
+ handleSelect: (option: any) => void;
1147
+ searchByPage: (onePage: number) => void;
1148
+ changeWidth: ({ distance }: any) => void;
1149
+ saveWidth: () => void;
1150
+ NEmpty: any;
1151
+ NButtonGroup: any;
1152
+ NButton: any;
1153
+ NIcon: any;
1154
+ NPopover: any;
1155
+ vFlexibleResize: {
1156
+ mounted(el: any, { value }: any): void;
1157
+ beforeUnmount(el: any): void;
1158
+ };
1159
+ 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<{}>>, {}>;
1160
+ 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<{}>>, {}>;
1161
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1162
+ dynamicOptionInfo: {
1163
+ type: import("vue").PropType<import("../../../../..").AnyObject>;
1164
+ default: () => {};
1165
+ };
1166
+ fieldTitleList: {
1167
+ type: import("vue").PropType<import("../../../../..").AnyObject[]>;
1168
+ default: () => never[];
1169
+ };
1170
+ optionList: {
1171
+ type: import("vue").PropType<import("../../../../..").AnyObject[]>;
1172
+ default: () => never[];
1173
+ };
1174
+ isMultiple: {
1175
+ type: BooleanConstructor;
1176
+ default: boolean;
1177
+ };
1178
+ curPage: {
1179
+ type: NumberConstructor;
1180
+ default: number;
1181
+ };
1182
+ isLastPage: {
1183
+ type: BooleanConstructor;
1184
+ default: boolean;
1185
+ };
1186
+ }>> & {
1187
+ onUpdateSelect?: ((...args: any[]) => any) | undefined;
1188
+ onUpdatePage?: ((...args: any[]) => any) | undefined;
1189
+ }, {
1190
+ dynamicOptionInfo: import("../../../../..").AnyObject;
1191
+ fieldTitleList: import("../../../../..").AnyObject[];
1192
+ optionList: import("../../../../..").AnyObject[];
1193
+ isMultiple: boolean;
1194
+ curPage: number;
1195
+ isLastPage: boolean;
1196
+ }>;
705
1197
  }, 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<{
706
1198
  value: {
707
1199
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
708
1200
  };
1201
+ componentCfg: {
1202
+ type: ObjectConstructor;
1203
+ };
709
1204
  }>> & {
710
1205
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
711
1206
  onChangeInitState?: ((...args: any[]) => any) | undefined;
712
1207
  }, {}>;
713
- export { CheckboxGroup, InputNumberGroup, Date, DateRangeInner, DateRangeOut, LabelInner, LabelOut, Select };
1208
+ export { CheckboxGroup, InputNumberGroup, DateInner, DateOut, DateRangeInner, DateRangeOut, LabelInner, LabelOut, Select, SelectDynamic };