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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (114) hide show
  1. package/README.md +87 -87
  2. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  3. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
  4. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
  5. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
  6. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +1 -1
  7. package/es/components/classification/index.d.ts +60 -5
  8. package/es/components/classification/src/components/search-filter/index.vue.d.ts +60 -5
  9. package/es/components/classification/src/components/set-classification/index.vue.d.ts +60 -5
  10. package/es/components/classification/src/components/table-modal/index.vue.d.ts +0 -3
  11. package/es/components/classification/src/index.vue.d.ts +60 -5
  12. package/es/components/date-picker/index.d.ts +13 -0
  13. package/es/components/date-picker/src/DatePicker.vue.d.ts +13 -0
  14. package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
  15. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
  16. package/es/components/field-set/src/FieldColor.vue.d.ts +26 -0
  17. package/es/components/field-set/src/components/condition.vue.d.ts +13 -0
  18. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +26 -0
  19. package/es/components/field-set/src/components/edit-filter.vue.d.ts +13 -0
  20. package/es/components/form-config/src/components/FormConfigEdit.vue2.js +1 -1
  21. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  22. package/es/components/form-render/src/types/index.d.ts +1 -1
  23. package/es/components/form-render/src/utils/business.js +1 -1
  24. package/es/components/form-render/src/utils/schema.d.ts +1 -1
  25. package/es/components/form-render/src/utils/schema.js +1 -1
  26. package/es/components/iho-chat/index.d.ts +171 -85
  27. package/es/components/iho-chat/src/Index.vue.d.ts +171 -85
  28. package/es/components/iho-chat/src/Index.vue2.js +1 -1
  29. package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +34 -13
  30. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +1 -1
  31. package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +38 -13
  32. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +1 -1
  33. package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +48 -14
  34. package/es/components/iho-chat/src/components/ChatHeader.vue2.js +1 -1
  35. package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +9 -19
  36. package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
  37. package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +13 -0
  38. package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +3 -10
  39. package/es/components/iho-chat/src/components/ChatSearch.vue2.js +1 -1
  40. package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
  41. package/es/components/iho-chat/src/components/ContextMenu.js +1 -1
  42. package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +47 -22
  43. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +1 -1
  44. package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +11 -0
  45. package/es/components/iho-chat/src/hooks/useSearchUserList.js +1 -0
  46. package/es/components/iho-chat/src/types/index.d.ts +0 -1
  47. package/es/components/iho-chat/style/index.css +1 -1
  48. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +13 -0
  49. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +13 -0
  50. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +20 -2
  51. package/es/components/index.css +1 -1
  52. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  53. package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
  54. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +13 -0
  55. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +13 -0
  56. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +13 -0
  57. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +13 -0
  58. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +47 -5
  59. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +13 -0
  60. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +13 -0
  61. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +37 -19
  62. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +1 -1
  63. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +47 -5
  64. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +1 -1
  65. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +47 -5
  66. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +13 -0
  67. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +13 -0
  68. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +13 -0
  69. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +13 -0
  70. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +33 -18
  71. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -1
  72. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +13 -0
  73. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +1 -1
  74. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +69 -4
  75. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +69 -4
  76. package/es/components/table-filter/src/tool/transformData.js +1 -1
  77. package/es/components/table-filter/src/types/index.d.ts +1 -0
  78. package/es/components/time-picker/index.d.ts +20 -2
  79. package/es/components/time-picker/src/TimePicker.vue.d.ts +21 -2
  80. package/es/components/time-picker/src/TimePicker.vue2.js +1 -1
  81. package/es/env.d.ts +25 -25
  82. package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
  83. package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
  84. package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
  85. package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
  86. package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
  87. package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
  88. package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
  89. package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
  90. package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
  91. package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
  92. package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
  93. package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
  94. package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
  95. package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
  96. package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
  97. package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
  98. package/es/shared/assets/img/failure.png.js +1 -1
  99. package/es/shared/assets/img/no-permission.png.js +1 -1
  100. package/es/shared/assets/img/nodata.png.js +1 -1
  101. package/es/shared/assets/img/notfound.png.js +1 -1
  102. package/es/shared/assets/img/qr.png.js +1 -1
  103. package/es/shared/assets/img/success.png.js +1 -1
  104. package/es/shared/assets/img/table_style_2.png.js +1 -1
  105. package/es/shared/assets/img/video.png.js +1 -1
  106. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  107. package/es/shared/assets/img/xb_big.png.js +1 -1
  108. package/es/shared/assets/img/xb_small.png.js +1 -1
  109. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
  110. package/es/shared/package.json.js +1 -1
  111. package/es/shared/utils/business.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
@@ -293,6 +293,10 @@ declare const _default: import("vue").DefineComponent<{
293
293
  allowedInvalidValue: {
294
294
  type: StringConstructor;
295
295
  };
296
+ to: {
297
+ type: import("vue").PropType<string | false | HTMLElement>;
298
+ default: string;
299
+ };
296
300
  }, {
297
301
  attrs: {
298
302
  [x: string]: unknown;
@@ -313,6 +317,10 @@ declare const _default: import("vue").DefineComponent<{
313
317
  allowedInvalidValue: {
314
318
  type: StringConstructor;
315
319
  };
320
+ to: {
321
+ type: import("vue").PropType<string | false | HTMLElement>;
322
+ default: string;
323
+ };
316
324
  }>> & {
317
325
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
318
326
  }>>;
@@ -349,10 +357,15 @@ declare const _default: import("vue").DefineComponent<{
349
357
  allowedInvalidValue: {
350
358
  type: StringConstructor;
351
359
  };
360
+ to: {
361
+ type: import("vue").PropType<string | false | HTMLElement>;
362
+ default: string;
363
+ };
352
364
  }>> & {
353
365
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
354
366
  }, {
355
367
  updateUnchangedValue: boolean;
368
+ to: string | false | HTMLElement;
356
369
  }>>;
357
370
  NSelect: any;
358
371
  WidgetValEnums: {
@@ -565,7 +578,7 @@ declare const _default: import("vue").DefineComponent<{
565
578
  default: null;
566
579
  };
567
580
  modelValue: {
568
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
581
+ type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
569
582
  default: null;
570
583
  };
571
584
  }, {
@@ -576,7 +589,7 @@ declare const _default: import("vue").DefineComponent<{
576
589
  default: null;
577
590
  };
578
591
  modelValue: {
579
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
592
+ type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
580
593
  default: null;
581
594
  };
582
595
  }>> & {
@@ -584,6 +597,7 @@ declare const _default: import("vue").DefineComponent<{
584
597
  }>>;
585
598
  getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
586
599
  emit: (event: "update:modelValue", ...args: any[]) => void;
600
+ selectDynamicRef: any;
587
601
  isLoading: import("vue").Ref<boolean>;
588
602
  filterApiConfig: import("../../../../../shared/types").AnyObject;
589
603
  classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
@@ -599,7 +613,8 @@ declare const _default: import("vue").DefineComponent<{
599
613
  isMultiple: import("vue").ComputedRef<boolean>;
600
614
  dynamicOptionInfos: import("vue").ComputedRef<any>;
601
615
  isLastPage: import("vue").ComputedRef<boolean>;
602
- valueCp: import("vue").ComputedRef<string | number | any[]>;
616
+ originList: import("vue").ComputedRef<any[]>;
617
+ valueCp: import("vue").ComputedRef<string | any[]>;
603
618
  isInitRequest: import("vue").ComputedRef<boolean>;
604
619
  setOptionActive: (selectIds: string[]) => void;
605
620
  handleUpdateSelect: (value: string[] | null) => void;
@@ -615,8 +630,13 @@ declare const _default: import("vue").DefineComponent<{
615
630
  [key: string]: any;
616
631
  }>;
617
632
  init: () => void;
633
+ saveDynamicBaseList: (selectValue: any[] | null) => void;
618
634
  NSelect: any;
619
635
  SelectDynamicOption: import("vue").DefineComponent<{
636
+ oldValue: {
637
+ type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
638
+ default: () => never[];
639
+ };
620
640
  dynamicOptionInfo: {
621
641
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject>;
622
642
  default: () => {};
@@ -652,6 +672,10 @@ declare const _default: import("vue").DefineComponent<{
652
672
  }, {
653
673
  selectMinWidth: number;
654
674
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
675
+ oldValue: {
676
+ type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
677
+ default: () => never[];
678
+ };
655
679
  dynamicOptionInfo: {
656
680
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject>;
657
681
  default: () => {};
@@ -740,6 +764,10 @@ declare const _default: import("vue").DefineComponent<{
740
764
  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<{}>>, {}>;
741
765
  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<{}>>, {}>;
742
766
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
767
+ oldValue: {
768
+ type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
769
+ default: () => never[];
770
+ };
743
771
  dynamicOptionInfo: {
744
772
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject>;
745
773
  default: () => {};
@@ -778,6 +806,7 @@ declare const _default: import("vue").DefineComponent<{
778
806
  }, {
779
807
  isMultiple: boolean;
780
808
  loading: boolean;
809
+ oldValue: import("../../../../../shared/types").AnyObject[];
781
810
  dynamicOptionInfo: import("../../../../../shared/types").AnyObject;
782
811
  fieldTitleList: import("../../../../../shared/types").AnyObject[];
783
812
  optionList: import("../../../../../shared/types").AnyObject[];
@@ -791,13 +820,13 @@ declare const _default: import("vue").DefineComponent<{
791
820
  default: null;
792
821
  };
793
822
  modelValue: {
794
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
823
+ type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
795
824
  default: null;
796
825
  };
797
826
  }>> & {
798
827
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
799
828
  }, {
800
- modelValue: string | number | unknown[];
829
+ modelValue: import("../../../../../shared/types").AnyObject[];
801
830
  paramCfg: Record<string, any>;
802
831
  }>;
803
832
  InputNumberGroup: import("vue").DefineComponent<{
@@ -926,6 +955,10 @@ declare const _default: import("vue").DefineComponent<{
926
955
  allowedInvalidValue: {
927
956
  type: StringConstructor;
928
957
  };
958
+ to: {
959
+ type: import("vue").PropType<string | false | HTMLElement>;
960
+ default: string;
961
+ };
929
962
  }, {
930
963
  attrs: {
931
964
  [x: string]: unknown;
@@ -946,6 +979,10 @@ declare const _default: import("vue").DefineComponent<{
946
979
  allowedInvalidValue: {
947
980
  type: StringConstructor;
948
981
  };
982
+ to: {
983
+ type: import("vue").PropType<string | false | HTMLElement>;
984
+ default: string;
985
+ };
949
986
  }>> & {
950
987
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
951
988
  }>>;
@@ -982,10 +1019,15 @@ declare const _default: import("vue").DefineComponent<{
982
1019
  allowedInvalidValue: {
983
1020
  type: StringConstructor;
984
1021
  };
1022
+ to: {
1023
+ type: import("vue").PropType<string | false | HTMLElement>;
1024
+ default: string;
1025
+ };
985
1026
  }>> & {
986
1027
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
987
1028
  }, {
988
1029
  updateUnchangedValue: boolean;
1030
+ to: string | false | HTMLElement;
989
1031
  }>>;
990
1032
  WidgetValEnums: {
991
1033
  CUSTOM: string;
@@ -1375,6 +1417,10 @@ declare const _default: import("vue").DefineComponent<{
1375
1417
  allowedInvalidValue: {
1376
1418
  type: StringConstructor;
1377
1419
  };
1420
+ to: {
1421
+ type: import("vue").PropType<string | false | HTMLElement>;
1422
+ default: string;
1423
+ };
1378
1424
  }, {
1379
1425
  attrs: {
1380
1426
  [x: string]: unknown;
@@ -1395,6 +1441,10 @@ declare const _default: import("vue").DefineComponent<{
1395
1441
  allowedInvalidValue: {
1396
1442
  type: StringConstructor;
1397
1443
  };
1444
+ to: {
1445
+ type: import("vue").PropType<string | false | HTMLElement>;
1446
+ default: string;
1447
+ };
1398
1448
  }>> & {
1399
1449
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1400
1450
  }>>;
@@ -1431,10 +1481,15 @@ declare const _default: import("vue").DefineComponent<{
1431
1481
  allowedInvalidValue: {
1432
1482
  type: StringConstructor;
1433
1483
  };
1484
+ to: {
1485
+ type: import("vue").PropType<string | false | HTMLElement>;
1486
+ default: string;
1487
+ };
1434
1488
  }>> & {
1435
1489
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1436
1490
  }, {
1437
1491
  updateUnchangedValue: boolean;
1492
+ to: string | false | HTMLElement;
1438
1493
  }>>;
1439
1494
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1440
1495
  componentCfg: {
@@ -587,6 +587,10 @@ declare const _default: import("vue").DefineComponent<{
587
587
  allowedInvalidValue: {
588
588
  type: StringConstructor;
589
589
  };
590
+ to: {
591
+ type: import("vue").PropType<string | false | HTMLElement>;
592
+ default: string;
593
+ };
590
594
  }, {
591
595
  attrs: {
592
596
  [x: string]: unknown;
@@ -607,6 +611,10 @@ declare const _default: import("vue").DefineComponent<{
607
611
  allowedInvalidValue: {
608
612
  type: StringConstructor;
609
613
  };
614
+ to: {
615
+ type: import("vue").PropType<string | false | HTMLElement>;
616
+ default: string;
617
+ };
610
618
  }>> & {
611
619
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
612
620
  }>>;
@@ -643,10 +651,15 @@ declare const _default: import("vue").DefineComponent<{
643
651
  allowedInvalidValue: {
644
652
  type: StringConstructor;
645
653
  };
654
+ to: {
655
+ type: import("vue").PropType<string | false | HTMLElement>;
656
+ default: string;
657
+ };
646
658
  }>> & {
647
659
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
648
660
  }, {
649
661
  updateUnchangedValue: boolean;
662
+ to: string | false | HTMLElement;
650
663
  }>>;
651
664
  NSelect: any;
652
665
  WidgetValEnums: {
@@ -859,7 +872,7 @@ declare const _default: import("vue").DefineComponent<{
859
872
  default: null;
860
873
  };
861
874
  modelValue: {
862
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
875
+ type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
863
876
  default: null;
864
877
  };
865
878
  }, {
@@ -870,7 +883,7 @@ declare const _default: import("vue").DefineComponent<{
870
883
  default: null;
871
884
  };
872
885
  modelValue: {
873
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
886
+ type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
874
887
  default: null;
875
888
  };
876
889
  }>> & {
@@ -878,6 +891,7 @@ declare const _default: import("vue").DefineComponent<{
878
891
  }>>;
879
892
  getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
880
893
  emit: (event: "update:modelValue", ...args: any[]) => void;
894
+ selectDynamicRef: any;
881
895
  isLoading: import("vue").Ref<boolean>;
882
896
  filterApiConfig: import("../../../../../shared/types").AnyObject;
883
897
  classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
@@ -893,7 +907,8 @@ declare const _default: import("vue").DefineComponent<{
893
907
  isMultiple: import("vue").ComputedRef<boolean>;
894
908
  dynamicOptionInfos: import("vue").ComputedRef<any>;
895
909
  isLastPage: import("vue").ComputedRef<boolean>;
896
- valueCp: import("vue").ComputedRef<string | number | any[]>;
910
+ originList: import("vue").ComputedRef<any[]>;
911
+ valueCp: import("vue").ComputedRef<string | any[]>;
897
912
  isInitRequest: import("vue").ComputedRef<boolean>;
898
913
  setOptionActive: (selectIds: string[]) => void;
899
914
  handleUpdateSelect: (value: string[] | null) => void;
@@ -909,8 +924,13 @@ declare const _default: import("vue").DefineComponent<{
909
924
  [key: string]: any;
910
925
  }>;
911
926
  init: () => void;
927
+ saveDynamicBaseList: (selectValue: any[] | null) => void;
912
928
  NSelect: any;
913
929
  SelectDynamicOption: import("vue").DefineComponent<{
930
+ oldValue: {
931
+ type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
932
+ default: () => never[];
933
+ };
914
934
  dynamicOptionInfo: {
915
935
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject>;
916
936
  default: () => {};
@@ -946,6 +966,10 @@ declare const _default: import("vue").DefineComponent<{
946
966
  }, {
947
967
  selectMinWidth: number;
948
968
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
969
+ oldValue: {
970
+ type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
971
+ default: () => never[];
972
+ };
949
973
  dynamicOptionInfo: {
950
974
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject>;
951
975
  default: () => {};
@@ -1034,6 +1058,10 @@ declare const _default: import("vue").DefineComponent<{
1034
1058
  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<{}>>, {}>;
1035
1059
  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<{}>>, {}>;
1036
1060
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1061
+ oldValue: {
1062
+ type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
1063
+ default: () => never[];
1064
+ };
1037
1065
  dynamicOptionInfo: {
1038
1066
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject>;
1039
1067
  default: () => {};
@@ -1072,6 +1100,7 @@ declare const _default: import("vue").DefineComponent<{
1072
1100
  }, {
1073
1101
  isMultiple: boolean;
1074
1102
  loading: boolean;
1103
+ oldValue: import("../../../../../shared/types").AnyObject[];
1075
1104
  dynamicOptionInfo: import("../../../../../shared/types").AnyObject;
1076
1105
  fieldTitleList: import("../../../../../shared/types").AnyObject[];
1077
1106
  optionList: import("../../../../../shared/types").AnyObject[];
@@ -1085,13 +1114,13 @@ declare const _default: import("vue").DefineComponent<{
1085
1114
  default: null;
1086
1115
  };
1087
1116
  modelValue: {
1088
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1117
+ type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
1089
1118
  default: null;
1090
1119
  };
1091
1120
  }>> & {
1092
1121
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1093
1122
  }, {
1094
- modelValue: string | number | unknown[];
1123
+ modelValue: import("../../../../../shared/types").AnyObject[];
1095
1124
  paramCfg: Record<string, any>;
1096
1125
  }>;
1097
1126
  InputNumberGroup: import("vue").DefineComponent<{
@@ -1220,6 +1249,10 @@ declare const _default: import("vue").DefineComponent<{
1220
1249
  allowedInvalidValue: {
1221
1250
  type: StringConstructor;
1222
1251
  };
1252
+ to: {
1253
+ type: import("vue").PropType<string | false | HTMLElement>;
1254
+ default: string;
1255
+ };
1223
1256
  }, {
1224
1257
  attrs: {
1225
1258
  [x: string]: unknown;
@@ -1240,6 +1273,10 @@ declare const _default: import("vue").DefineComponent<{
1240
1273
  allowedInvalidValue: {
1241
1274
  type: StringConstructor;
1242
1275
  };
1276
+ to: {
1277
+ type: import("vue").PropType<string | false | HTMLElement>;
1278
+ default: string;
1279
+ };
1243
1280
  }>> & {
1244
1281
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1245
1282
  }>>;
@@ -1276,10 +1313,15 @@ declare const _default: import("vue").DefineComponent<{
1276
1313
  allowedInvalidValue: {
1277
1314
  type: StringConstructor;
1278
1315
  };
1316
+ to: {
1317
+ type: import("vue").PropType<string | false | HTMLElement>;
1318
+ default: string;
1319
+ };
1279
1320
  }>> & {
1280
1321
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1281
1322
  }, {
1282
1323
  updateUnchangedValue: boolean;
1324
+ to: string | false | HTMLElement;
1283
1325
  }>>;
1284
1326
  WidgetValEnums: {
1285
1327
  CUSTOM: string;
@@ -1669,6 +1711,10 @@ declare const _default: import("vue").DefineComponent<{
1669
1711
  allowedInvalidValue: {
1670
1712
  type: StringConstructor;
1671
1713
  };
1714
+ to: {
1715
+ type: import("vue").PropType<string | false | HTMLElement>;
1716
+ default: string;
1717
+ };
1672
1718
  }, {
1673
1719
  attrs: {
1674
1720
  [x: string]: unknown;
@@ -1689,6 +1735,10 @@ declare const _default: import("vue").DefineComponent<{
1689
1735
  allowedInvalidValue: {
1690
1736
  type: StringConstructor;
1691
1737
  };
1738
+ to: {
1739
+ type: import("vue").PropType<string | false | HTMLElement>;
1740
+ default: string;
1741
+ };
1692
1742
  }>> & {
1693
1743
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1694
1744
  }>>;
@@ -1725,10 +1775,15 @@ declare const _default: import("vue").DefineComponent<{
1725
1775
  allowedInvalidValue: {
1726
1776
  type: StringConstructor;
1727
1777
  };
1778
+ to: {
1779
+ type: import("vue").PropType<string | false | HTMLElement>;
1780
+ default: string;
1781
+ };
1728
1782
  }>> & {
1729
1783
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1730
1784
  }, {
1731
1785
  updateUnchangedValue: boolean;
1786
+ to: string | false | HTMLElement;
1732
1787
  }>>;
1733
1788
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1734
1789
  componentCfg: {
@@ -175,9 +175,6 @@ declare const _default: import("vue").DefineComponent<{
175
175
  modelValue: unknown[];
176
176
  componentData: Record<string, any>;
177
177
  } & {
178
- /**
179
- * 改变弹窗大小
180
- */
181
178
  itemKey?: string | Function | undefined;
182
179
  }>, {
183
180
  move: Function;
@@ -831,6 +831,10 @@ declare const _default: import("vue").DefineComponent<{
831
831
  allowedInvalidValue: {
832
832
  type: StringConstructor;
833
833
  };
834
+ to: {
835
+ type: PropType<string | false | HTMLElement>;
836
+ default: string;
837
+ };
834
838
  }, {
835
839
  attrs: {
836
840
  [x: string]: unknown;
@@ -851,6 +855,10 @@ declare const _default: import("vue").DefineComponent<{
851
855
  allowedInvalidValue: {
852
856
  type: StringConstructor;
853
857
  };
858
+ to: {
859
+ type: PropType<string | false | HTMLElement>;
860
+ default: string;
861
+ };
854
862
  }>> & {
855
863
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
856
864
  }>>;
@@ -887,10 +895,15 @@ declare const _default: import("vue").DefineComponent<{
887
895
  allowedInvalidValue: {
888
896
  type: StringConstructor;
889
897
  };
898
+ to: {
899
+ type: PropType<string | false | HTMLElement>;
900
+ default: string;
901
+ };
890
902
  }>> & {
891
903
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
892
904
  }, {
893
905
  updateUnchangedValue: boolean;
906
+ to: string | false | HTMLElement;
894
907
  }>>;
895
908
  NSelect: any;
896
909
  WidgetValEnums: {
@@ -1103,7 +1116,7 @@ declare const _default: import("vue").DefineComponent<{
1103
1116
  default: null;
1104
1117
  };
1105
1118
  modelValue: {
1106
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1119
+ type: PropType<AnyObject[]>;
1107
1120
  default: null;
1108
1121
  };
1109
1122
  }, {
@@ -1114,7 +1127,7 @@ declare const _default: import("vue").DefineComponent<{
1114
1127
  default: null;
1115
1128
  };
1116
1129
  modelValue: {
1117
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1130
+ type: PropType<AnyObject[]>;
1118
1131
  default: null;
1119
1132
  };
1120
1133
  }>> & {
@@ -1122,6 +1135,7 @@ declare const _default: import("vue").DefineComponent<{
1122
1135
  }>>;
1123
1136
  getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
1124
1137
  emit: (event: "update:modelValue", ...args: any[]) => void;
1138
+ selectDynamicRef: any;
1125
1139
  isLoading: import("vue").Ref<boolean>;
1126
1140
  filterApiConfig: AnyObject;
1127
1141
  classifyFilterList: import("vue").Ref<AnyObject[]>;
@@ -1137,7 +1151,8 @@ declare const _default: import("vue").DefineComponent<{
1137
1151
  isMultiple: import("vue").ComputedRef<boolean>;
1138
1152
  dynamicOptionInfos: import("vue").ComputedRef<any>;
1139
1153
  isLastPage: import("vue").ComputedRef<boolean>;
1140
- valueCp: import("vue").ComputedRef<string | number | any[]>;
1154
+ originList: import("vue").ComputedRef<any[]>;
1155
+ valueCp: import("vue").ComputedRef<string | any[]>;
1141
1156
  isInitRequest: import("vue").ComputedRef<boolean>;
1142
1157
  setOptionActive: (selectIds: string[]) => void;
1143
1158
  handleUpdateSelect: (value: string[] | null) => void;
@@ -1153,8 +1168,13 @@ declare const _default: import("vue").DefineComponent<{
1153
1168
  [key: string]: any;
1154
1169
  }>;
1155
1170
  init: () => void;
1171
+ saveDynamicBaseList: (selectValue: any[] | null) => void;
1156
1172
  NSelect: any;
1157
1173
  SelectDynamicOption: import("vue").DefineComponent<{
1174
+ oldValue: {
1175
+ type: PropType<AnyObject[]>;
1176
+ default: () => never[];
1177
+ };
1158
1178
  dynamicOptionInfo: {
1159
1179
  type: PropType<AnyObject>;
1160
1180
  default: () => {};
@@ -1190,6 +1210,10 @@ declare const _default: import("vue").DefineComponent<{
1190
1210
  }, {
1191
1211
  selectMinWidth: number;
1192
1212
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1213
+ oldValue: {
1214
+ type: PropType<AnyObject[]>;
1215
+ default: () => never[];
1216
+ };
1193
1217
  dynamicOptionInfo: {
1194
1218
  type: PropType<AnyObject>;
1195
1219
  default: () => {};
@@ -1278,6 +1302,10 @@ declare const _default: import("vue").DefineComponent<{
1278
1302
  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<{}>>, {}>;
1279
1303
  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<{}>>, {}>;
1280
1304
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1305
+ oldValue: {
1306
+ type: PropType<AnyObject[]>;
1307
+ default: () => never[];
1308
+ };
1281
1309
  dynamicOptionInfo: {
1282
1310
  type: PropType<AnyObject>;
1283
1311
  default: () => {};
@@ -1316,6 +1344,7 @@ declare const _default: import("vue").DefineComponent<{
1316
1344
  }, {
1317
1345
  isMultiple: boolean;
1318
1346
  loading: boolean;
1347
+ oldValue: AnyObject[];
1319
1348
  dynamicOptionInfo: AnyObject;
1320
1349
  fieldTitleList: AnyObject[];
1321
1350
  optionList: AnyObject[];
@@ -1329,13 +1358,13 @@ declare const _default: import("vue").DefineComponent<{
1329
1358
  default: null;
1330
1359
  };
1331
1360
  modelValue: {
1332
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1361
+ type: PropType<AnyObject[]>;
1333
1362
  default: null;
1334
1363
  };
1335
1364
  }>> & {
1336
1365
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1337
1366
  }, {
1338
- modelValue: string | number | unknown[];
1367
+ modelValue: AnyObject[];
1339
1368
  paramCfg: Record<string, any>;
1340
1369
  }>;
1341
1370
  InputNumberGroup: import("vue").DefineComponent<{
@@ -1464,6 +1493,10 @@ declare const _default: import("vue").DefineComponent<{
1464
1493
  allowedInvalidValue: {
1465
1494
  type: StringConstructor;
1466
1495
  };
1496
+ to: {
1497
+ type: PropType<string | false | HTMLElement>;
1498
+ default: string;
1499
+ };
1467
1500
  }, {
1468
1501
  attrs: {
1469
1502
  [x: string]: unknown;
@@ -1484,6 +1517,10 @@ declare const _default: import("vue").DefineComponent<{
1484
1517
  allowedInvalidValue: {
1485
1518
  type: StringConstructor;
1486
1519
  };
1520
+ to: {
1521
+ type: PropType<string | false | HTMLElement>;
1522
+ default: string;
1523
+ };
1487
1524
  }>> & {
1488
1525
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1489
1526
  }>>;
@@ -1520,10 +1557,15 @@ declare const _default: import("vue").DefineComponent<{
1520
1557
  allowedInvalidValue: {
1521
1558
  type: StringConstructor;
1522
1559
  };
1560
+ to: {
1561
+ type: PropType<string | false | HTMLElement>;
1562
+ default: string;
1563
+ };
1523
1564
  }>> & {
1524
1565
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1525
1566
  }, {
1526
1567
  updateUnchangedValue: boolean;
1568
+ to: string | false | HTMLElement;
1527
1569
  }>>;
1528
1570
  WidgetValEnums: {
1529
1571
  CUSTOM: string;
@@ -1913,6 +1955,10 @@ declare const _default: import("vue").DefineComponent<{
1913
1955
  allowedInvalidValue: {
1914
1956
  type: StringConstructor;
1915
1957
  };
1958
+ to: {
1959
+ type: PropType<string | false | HTMLElement>;
1960
+ default: string;
1961
+ };
1916
1962
  }, {
1917
1963
  attrs: {
1918
1964
  [x: string]: unknown;
@@ -1933,6 +1979,10 @@ declare const _default: import("vue").DefineComponent<{
1933
1979
  allowedInvalidValue: {
1934
1980
  type: StringConstructor;
1935
1981
  };
1982
+ to: {
1983
+ type: PropType<string | false | HTMLElement>;
1984
+ default: string;
1985
+ };
1936
1986
  }>> & {
1937
1987
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1938
1988
  }>>;
@@ -1969,10 +2019,15 @@ declare const _default: import("vue").DefineComponent<{
1969
2019
  allowedInvalidValue: {
1970
2020
  type: StringConstructor;
1971
2021
  };
2022
+ to: {
2023
+ type: PropType<string | false | HTMLElement>;
2024
+ default: string;
2025
+ };
1972
2026
  }>> & {
1973
2027
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1974
2028
  }, {
1975
2029
  updateUnchangedValue: boolean;
2030
+ to: string | false | HTMLElement;
1976
2031
  }>>;
1977
2032
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1978
2033
  componentCfg: {