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
@@ -567,7 +567,6 @@ declare const _default: import("vue").DefineComponent<{
567
567
  bodyStyle: import("vue").Ref<{
568
568
  maxHeight: string;
569
569
  height: string;
570
- overflowY: string;
571
570
  }>;
572
571
  conditionApiRef: any;
573
572
  filterTimer: any;
@@ -736,6 +735,9 @@ declare const _default: import("vue").DefineComponent<{
736
735
  presetValCp: import("vue").WritableComputedRef<string>;
737
736
  widgetType: import("vue").ComputedRef<any>;
738
737
  Date: import("vue").DefineComponent<{
738
+ componentCfg: {
739
+ type: ObjectConstructor;
740
+ };
739
741
  paramCfg: {
740
742
  type: ObjectConstructor;
741
743
  default: null;
@@ -750,6 +752,9 @@ declare const _default: import("vue").DefineComponent<{
750
752
  };
751
753
  }, {
752
754
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
755
+ componentCfg: {
756
+ type: ObjectConstructor;
757
+ };
753
758
  paramCfg: {
754
759
  type: ObjectConstructor;
755
760
  default: null;
@@ -772,11 +777,17 @@ declare const _default: import("vue").DefineComponent<{
772
777
  dateType: any;
773
778
  valueFormat: import("vue").ComputedRef<string>;
774
779
  compType: import("vue").ComputedRef<any>;
775
- mappingConfig: import("vue").ComputedRef<any>;
780
+ optionSetting: import("vue").ComputedRef<any>;
776
781
  widgetOptions: import("vue").ComputedRef<{
777
782
  label: string;
778
783
  value: string;
779
784
  }[]>;
785
+ isDateDisabled: (ts: number) => boolean;
786
+ timeDisabled: (ts: number) => {
787
+ isHourDisabled(hour: number): boolean | undefined;
788
+ isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
789
+ isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
790
+ };
780
791
  CDatePicker: import("../..").SFCWithInstall<import("vue").DefineComponent<{
781
792
  updateUnchangedValue: {
782
793
  type: BooleanConstructor;
@@ -848,6 +859,9 @@ declare const _default: import("vue").DefineComponent<{
848
859
  LAST_YEAR: string;
849
860
  };
850
861
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
862
+ componentCfg: {
863
+ type: ObjectConstructor;
864
+ };
851
865
  paramCfg: {
852
866
  type: ObjectConstructor;
853
867
  default: null;
@@ -999,6 +1013,7 @@ declare const _default: import("vue").DefineComponent<{
999
1013
  default: null;
1000
1014
  };
1001
1015
  }, {
1016
+ message: import("naive-ui").MessageApi;
1002
1017
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1003
1018
  paramCfg: {
1004
1019
  type: ObjectConstructor;
@@ -1012,27 +1027,145 @@ declare const _default: import("vue").DefineComponent<{
1012
1027
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1013
1028
  }>>;
1014
1029
  handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
1015
- $attrs: {
1016
- [x: string]: unknown;
1017
- };
1018
1030
  emit: (event: "update:modelValue", ...args: any[]) => void;
1019
- selectOptions: import("vue").Ref<any[]>;
1020
1031
  isLoading: import("vue").Ref<boolean>;
1021
1032
  filterApiConfig: import("../..").AnyObject;
1022
- valueCp: import("vue").WritableComputedRef<any>;
1033
+ totalPage: import("vue").Ref<number>;
1034
+ menuProps: {
1035
+ class: string;
1036
+ };
1037
+ curPage: import("vue").Ref<number>;
1038
+ fieldTitleList: import("vue").Ref<any>;
1039
+ selectOptions: import("vue").Ref<any[]>;
1040
+ keywordVal: import("vue").Ref<any>;
1023
1041
  optionSetting: import("vue").ComputedRef<any>;
1024
1042
  isMultiple: import("vue").ComputedRef<boolean>;
1025
- searchOptions: (keyword: string) => Promise<any>;
1043
+ dynamicOptionInfos: import("vue").ComputedRef<any>;
1044
+ isLastPage: import("vue").ComputedRef<boolean>;
1045
+ valueCp: import("vue").ComputedRef<string | number | any[]>;
1046
+ setOptionActive: (selectIds: string[]) => void;
1047
+ handleUpdateSelect: (value: string[] | null) => void;
1048
+ handleUpdatePage: (page: number) => Promise<void>;
1049
+ getOptionsData: (keyword: string, curPage: number) => Promise<any>;
1026
1050
  _handleSearch: (query: string) => Promise<void>;
1027
1051
  handleSearch: (query: string) => Promise<void>;
1028
1052
  handleInitData: () => Promise<void>;
1029
- renderLabel: (option: import("naive-ui").SelectOption) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1030
- [key: string]: any;
1031
- }>;
1053
+ handleClear: () => Promise<void>;
1032
1054
  renderTag: ({ option, handleClose }: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1033
1055
  [key: string]: any;
1034
1056
  }>;
1035
1057
  NSelect: any;
1058
+ SelectDynamicOption: import("vue").DefineComponent<{
1059
+ dynamicOptionInfo: {
1060
+ type: PropType<import("../..").AnyObject>;
1061
+ default: () => {};
1062
+ };
1063
+ fieldTitleList: {
1064
+ type: PropType<import("../..").AnyObject[]>;
1065
+ default: () => never[];
1066
+ };
1067
+ optionList: {
1068
+ type: PropType<import("../..").AnyObject[]>;
1069
+ default: () => never[];
1070
+ };
1071
+ isMultiple: {
1072
+ type: BooleanConstructor;
1073
+ default: boolean;
1074
+ };
1075
+ curPage: {
1076
+ type: NumberConstructor;
1077
+ default: number;
1078
+ };
1079
+ isLastPage: {
1080
+ type: BooleanConstructor;
1081
+ default: boolean;
1082
+ };
1083
+ }, {
1084
+ selectMinWidth: number;
1085
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1086
+ dynamicOptionInfo: {
1087
+ type: PropType<import("../..").AnyObject>;
1088
+ default: () => {};
1089
+ };
1090
+ fieldTitleList: {
1091
+ type: PropType<import("../..").AnyObject[]>;
1092
+ default: () => never[];
1093
+ };
1094
+ optionList: {
1095
+ type: PropType<import("../..").AnyObject[]>;
1096
+ default: () => never[];
1097
+ };
1098
+ isMultiple: {
1099
+ type: BooleanConstructor;
1100
+ default: boolean;
1101
+ };
1102
+ curPage: {
1103
+ type: NumberConstructor;
1104
+ default: number;
1105
+ };
1106
+ isLastPage: {
1107
+ type: BooleanConstructor;
1108
+ default: boolean;
1109
+ };
1110
+ }>> & {
1111
+ onUpdateSelect?: ((...args: any[]) => any) | undefined;
1112
+ onUpdatePage?: ((...args: any[]) => any) | undefined;
1113
+ }>>;
1114
+ emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
1115
+ dragEndWidth: import("vue").Ref<number>;
1116
+ showKeys: import("vue").ComputedRef<any>;
1117
+ titleList: import("vue").ComputedRef<string[]>;
1118
+ handleSelect: (option: any) => void;
1119
+ searchByPage: (onePage: number) => void;
1120
+ changeWidth: ({ distance }: any) => void;
1121
+ saveWidth: () => void;
1122
+ NEmpty: any;
1123
+ NButtonGroup: any;
1124
+ NButton: any;
1125
+ NIcon: any;
1126
+ NPopover: any;
1127
+ vFlexibleResize: {
1128
+ mounted(el: any, { value }: any): void;
1129
+ beforeUnmount(el: any): void;
1130
+ };
1131
+ 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<{}>>, {}>;
1132
+ 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<{}>>, {}>;
1133
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1134
+ dynamicOptionInfo: {
1135
+ type: PropType<import("../..").AnyObject>;
1136
+ default: () => {};
1137
+ };
1138
+ fieldTitleList: {
1139
+ type: PropType<import("../..").AnyObject[]>;
1140
+ default: () => never[];
1141
+ };
1142
+ optionList: {
1143
+ type: PropType<import("../..").AnyObject[]>;
1144
+ default: () => never[];
1145
+ };
1146
+ isMultiple: {
1147
+ type: BooleanConstructor;
1148
+ default: boolean;
1149
+ };
1150
+ curPage: {
1151
+ type: NumberConstructor;
1152
+ default: number;
1153
+ };
1154
+ isLastPage: {
1155
+ type: BooleanConstructor;
1156
+ default: boolean;
1157
+ };
1158
+ }>> & {
1159
+ onUpdateSelect?: ((...args: any[]) => any) | undefined;
1160
+ onUpdatePage?: ((...args: any[]) => any) | undefined;
1161
+ }, {
1162
+ dynamicOptionInfo: import("../..").AnyObject;
1163
+ fieldTitleList: import("../..").AnyObject[];
1164
+ optionList: import("../..").AnyObject[];
1165
+ isMultiple: boolean;
1166
+ curPage: number;
1167
+ isLastPage: boolean;
1168
+ }>;
1036
1169
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1037
1170
  paramCfg: {
1038
1171
  type: ObjectConstructor;
@@ -1138,8 +1271,15 @@ declare const _default: import("vue").DefineComponent<{
1138
1271
  valueFormat: import("vue").ComputedRef<string>;
1139
1272
  dateFormat: import("vue").ComputedRef<string>;
1140
1273
  compType: import("vue").ComputedRef<any>;
1274
+ optionSetting: import("vue").ComputedRef<any>;
1275
+ isPastTime: import("vue").ComputedRef<boolean>;
1276
+ isFutureTime: import("vue").ComputedRef<boolean>;
1141
1277
  startPlaceholder: import("vue").ComputedRef<"初始日期" | "初始时间">;
1142
1278
  endPlaceholder: import("vue").ComputedRef<"截止日期" | "截止时间">;
1279
+ startDefault: import("vue").ComputedRef<string>;
1280
+ endDefault: import("vue").ComputedRef<string>;
1281
+ startDateFormat: import("vue").ComputedRef<string | null>;
1282
+ endDateFormat: import("vue").ComputedRef<string | null>;
1143
1283
  dateType: any;
1144
1284
  widgetOptions: import("vue").ComputedRef<{
1145
1285
  label: string;
@@ -1148,8 +1288,19 @@ declare const _default: import("vue").DefineComponent<{
1148
1288
  presetValCp: import("vue").WritableComputedRef<string>;
1149
1289
  handleChange: (val: any, type: "end" | "start") => void;
1150
1290
  isStartDateDisabled: (ts: number) => boolean;
1291
+ timeStartDisabled: (ts: number) => {
1292
+ isHourDisabled(hour: number): boolean | 0;
1293
+ isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
1294
+ isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
1295
+ };
1151
1296
  isEndDateDisabled: (ts: number) => boolean;
1297
+ timeEndDisabled: (ts: number) => {
1298
+ isHourDisabled(hour: number): boolean | 0;
1299
+ isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
1300
+ isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
1301
+ };
1152
1302
  NSelect: any;
1303
+ NPopover: any;
1153
1304
  CDatePicker: import("../..").SFCWithInstall<import("vue").DefineComponent<{
1154
1305
  updateUnchangedValue: {
1155
1306
  type: BooleanConstructor;
@@ -1251,6 +1402,7 @@ declare const _default: import("vue").DefineComponent<{
1251
1402
  };
1252
1403
  }, {
1253
1404
  handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
1405
+ message: import("naive-ui").MessageApi;
1254
1406
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1255
1407
  paramCfg: {
1256
1408
  type: ObjectConstructor;
@@ -1290,7 +1442,9 @@ declare const _default: import("vue").DefineComponent<{
1290
1442
  INPUT: string;
1291
1443
  SELECT: string;
1292
1444
  DATE: string;
1445
+ DATE_OUT: string;
1293
1446
  DATE_TIME: string;
1447
+ DATETIME_OUT: string;
1294
1448
  CHECKBOX_GROUP: string;
1295
1449
  INPUTNUMBER_RANGE: string;
1296
1450
  DATE_RANGE_OUT: string;
@@ -1 +1 @@
1
- import{ref as t,reactive as e,onMounted as i,nextTick as r}from"vue";import{defaultBorderStyle as o}from"../useDraw.js";import"../../../../../shared/utils/fabricjs/index.js";import{format as n}from"date-fns";import{getChildrenSize as a}from"../../utils/index.js";import"@vueuse/core";import{cloneDeep as s,range as l}from"lodash-es";import"../temperature/useShadow.js";import{useCenter as d}from"./useCenter.js";function u(u,c,h,p){var m;const g=t(),f=t(),x=t(),w=e({show:!1,point:{x:0,y:0},list:[]}),b=e({show:!1,point:{x:0,y:0},list:[],target:null}),y=null!=(m=c.data.left.width)?m:0,v=a(c.data.top.treeData),Y=function(){const{xAxis:t}=c.data;return"top"===t.position?t.height:0}(),C=function(){console.log(y);const t=s(c.data.top.treeData);let e=0;const{cellWidth:i,cellHeight:r}=c.data.top.tree;return function t(o,n=0){o.forEach((o=>{var s;const l={top:e*r+Y,left:n*i,width:i,height:r};if(e++,null==(s=o.children)?void 0:s.length){e--;const i=a(o.children);l.height=i*r,t(o.children,n+1)}else l.width=y-l.left;Object.assign(o,l)}))}(t),t}();console.log(C);const j=function(){const{grid:t}=c.data;return t.mainXCell*t.subXCell}(),H=c.data.top.tree.cellHeight,D=Y+H*v,X=function(){const t=s(c.data.xAxis),{position:e,startTime:i,spaceValue:r,spaceTimeStamp:o}=t,a=Date.parse(i),d=l(j/r+1).map((t=>0===t?i:n(new Date(a+t*o),"yyyy-MM-dd HH:mm:ss")));return{...t,list:d,left:y,top:"top"===e?0:D}}(),A=function(){const{grid:t}=c.data;return t.mainYCell*t.subYCell}(),G=function(){var t;const{width:e,right:i}=c.data;if(!i)return e;return e-(null!=(t=i.width)?t:0)}(),M=c.data.xAxis.height+H*v,S=function(){var t;const{bottom:e=null,height:i}=c.data;if(!e)return i;return i-(null!=(t=e.height)?t:0)}(),N=(G-y)/j,P=(S-M)/A,T=e({canvasWidth:c.data.width,canvasHeight:c.data.height,borderStyle:{...o,...c.data.borderStyle||{}},grid:c.data.grid,other:c.data.other,topGridYNumber:v,topGridYCellHeight:H,topGridOriginY:Y,topGridEndY:D,treeData:C,xAxis:X,gridXNumber:j,gridYNumber:A,xCellWidth:N,yCellHeight:P,originX:y,endX:G,originY:M,endY:S});return i((async()=>{await r(),d(u,T)})),{propItems:T,redrawPoints:f,select:g,pointTipProps:w,pointMenuProps:b,clickMenu:x}}export{u as useSurgicalAnesthesiaChart};
1
+ import{ref as t,reactive as e,onMounted as i,nextTick as r}from"vue";import{defaultBorderStyle as o}from"../useDraw.js";import"../../../../../shared/utils/fabricjs/index.js";import{format as n}from"date-fns";import{getChildrenSize as a}from"../../utils/index.js";import"@vueuse/core";import{cloneDeep as s,range as l}from"lodash-es";import"../temperature/useShadow.js";import{useTop as d}from"./useTop.js";import{useCenter as p}from"./useCenter.js";function u(u,c,h,m){var g;const f=t(),x=t(),w=t(),b=e({show:!1,point:{x:0,y:0},list:[]}),y=e({show:!1,point:{x:0,y:0},list:[],target:null}),v=null!=(g=c.data.left.width)?g:0,Y=a(c.data.top.treeData),j=function(){const{xAxis:t}=c.data;return"top"===t.position?t.height:0}(),C=function(){console.log(v);const t=s(c.data.top.treeData);let e=0;const{cellWidth:i,cellHeight:r}=c.data.top.tree;return function t(o,n=0){o.forEach((o=>{var s;const l={top:e*r+j,left:n*i,width:i,height:r};if(e++,null==(s=o.children)?void 0:s.length){e--;const i=a(o.children);l.height=i*r,t(o.children,n+1)}else l.width=v-l.left;Object.assign(o,l)}))}(t),t}();console.log(C);const H=function(){const{grid:t}=c.data;return t.mainXCell*t.subXCell}(),D=c.data.top.tree.cellHeight,X=j+D*Y,A=function(){const t=s(c.data.xAxis),{position:e,startTime:i,spaceValue:r,spaceTimeStamp:o}=t,a=Date.parse(i),d=l(H/r+1).map((t=>0===t?i:n(new Date(a+t*o),"yyyy-MM-dd HH:mm:ss")));return{...t,list:d,left:v,top:"top"===e?0:X}}(),G=function(){const{grid:t}=c.data;return t.mainYCell*t.subYCell}(),M=function(){var t;const{width:e,right:i}=c.data;if(!i)return e;return e-(null!=(t=i.width)?t:0)}(),S=c.data.xAxis.height+D*Y,T=function(){var t;const{bottom:e=null,height:i}=c.data;if(!e)return i;return i-(null!=(t=e.height)?t:0)}(),N=(M-v)/H,P=(T-S)/G,W=e({canvasWidth:c.data.width,canvasHeight:c.data.height,borderStyle:{...o,...c.data.borderStyle||{}},grid:c.data.grid,top:c.data.top,other:c.data.other,topGridYNumber:Y,topGridYCellHeight:D,topGridOriginY:j,topGridEndY:X,treeData:C,xAxis:A,gridXNumber:H,gridYNumber:G,xCellWidth:N,yCellHeight:P,originX:v,endX:M,originY:S,endY:T});return i((async()=>{await r(),d(u,W),p(u,W)})),{propItems:W,redrawPoints:x,select:f,pointTipProps:b,pointMenuProps:y,clickMenu:w}}export{u as useSurgicalAnesthesiaChart};
@@ -1 +1 @@
1
- function o(o,n){console.log("top")}export{o as useTop};
1
+ import{fabric as t}from"../../../../../shared/utils/fabricjs/index.js";import{drawText as e,defaultStyle as o}from"../useDraw.js";import"date-fns";import"lodash-es";import"@vueuse/core";import"vue";import"../temperature/useShadow.js";function r(r,i){const{grid:s,originX:a,endX:n,xCellWidth:u,gridXNumber:p,top:c,topList:l,canvasWidth:d,borderStyle:h,treeData:m,xAxis:f}=i;!function(){const{height:i,list:s,left:a,top:n,spaceValue:p}=f,c=[],l=n+i/2;s.forEach(((t,o)=>{const r=a+o*u*p;c.push(e([r,l],{value:t.slice(11,16)}))}));const d=c.length>0?new t.Group([...c],{...o,objectCaching:!1}):null;d&&r.value.add(d)}()}export{r as useTop};
@@ -42,5 +42,5 @@ export declare const defaultTextStyle: {
42
42
  export declare function drawLine(points: number[], style: Partial<ILineOptions>): fabric.Line;
43
43
  export declare function drawText([x, y]: [x: number, y: number], style: ITextOptions): fabric.Text;
44
44
  export declare function drawArrow([x, y1, y2]: [x: number, y1: number, y2: number], style: ITextOptions | any, type?: string): fabric.Group;
45
- export declare function drawTextGroup(rectStyle: Partial<fabric.IRectOptions>, fontStyle: Partial<ITextOptions>, groupStyle: Partial<fabric.IGroupOptions>): fabric.Group;
45
+ export declare function drawTextGroup(rectStyle: Partial<fabric.IRectOptions>, fontStyle: Partial<ITextOptions>, groupStyle: Partial<fabric.IGroupOptions>, showRect?: boolean): fabric.Group;
46
46
  export declare function drawPoint(type: string | undefined, style: any): fabric.Object;
@@ -1 +1 @@
1
- import{fabric as e}from"../../../../shared/utils/fabricjs/index.js";const t={evented:!1,selectable:!1},r={stroke:"#000",strokeWidth:1,...t},n={stroke:"#000",strokeWidth:1,strokeDashArray:[0,0],...t},i={fill:"transparent",stroke:"#000",strokeWidth:1,originX:"center",originY:"center",objectCaching:!1,...t},o={fontFamily:"微软雅黑",fontSize:12,fill:"#000",centeredRotation:!0,originX:"center",originY:"center",lineHeight:1,objectCaching:!1,...t};function c(t,r){return new e.Line(t,{...n,...r})}function s([t,r],n){return new e.Text(String(n.value),{...o,left:t,top:r,...n})}function l([r,n,i],o,l="down"){const a=c([r,n,r,i],{strokeWidth:1,stroke:o.fill}),u=s([r+.5,"up"===l?i-3:i+3],{value:"v",originX:"center",originY:"bottom",fontSize:16,angle:"up"===l?180:0,...o});return new e.Group([a,u],{...t,originX:"center",originY:"top"})}function a(r,n,c){const s=new e.Rect({...i,...r,stroke:"transparent"}),{value:l="标题",textAlign:a="center",verticalAlign:u="center"}=n,g=r.width/2,h=r.height/2,d=new e.Text(String(l),{...o,...n,..."left"==a||"right"==a?{originX:a,left:"left"==a?-g:g}:{},..."top"==u||"bottom"==u?{originY:u,top:"top"==u?-h:h}:{}});return new e.Group([s,d],{objectCaching:!1,...t,...c})}function u(t="circle",r){const n={originX:"center",originY:"center",hasControls:!1,hasBorders:!1,hoverCursor:"pointer",objectCaching:!1,...r},i=()=>new e.Circle({objectCaching:!1,strokeWidth:r.strokeWidth||1,stroke:r.stroke||"red",radius:r.radius||5,fill:"#fff"});switch(t){case"triangle":return new e.Triangle({width:20,height:20,strokeWidth:1,scale:1,...n});case"circle":return new e.Circle({objectCaching:!1,strokeWidth:1,radius:5,scale:1,...n});case"image":return new e.Image(r.element,{...n,scale:1});case"yemai":{const t=()=>{const t=2*((r.radius||5)+(r.strokeWidth||1)),n={stroke:r.strokeX||"blue",strokeWidth:r.strokeWidthX||1,originX:"center",originY:"center"},i=new e.Line([0,t/2,t,t/2],n),o=new e.Line([t/2,0,t/2,t],n);return new e.Group([i,o])};return new e.Group([i(),t()],{scale:1,...n})}case"koumai":{const t=(r.radius||5)+(r.strokeWidth||1),o=new e.Circle({objectCaching:!1,radius:r.radiusCircle||2,fill:r.fillCircle||"#000",originX:"center",originY:"center",left:t,top:t});return new e.Group([i(),o],{scale:1,...n})}default:return r&&Reflect.deleteProperty(r,"stroke"),new e.Text(String(t),{fontFamily:"微软雅黑",scale:1,fontSize:14,fill:"#000",...n})}}export{r as defaultBorderStyle,n as defaultLineStyle,i as defaultRectStyle,t as defaultStyle,o as defaultTextStyle,l as drawArrow,c as drawLine,u as drawPoint,s as drawText,a as drawTextGroup};
1
+ import{fabric as e}from"../../../../shared/utils/fabricjs/index.js";const t={evented:!1,selectable:!1},r={stroke:"#000",strokeWidth:1,...t},n={stroke:"#000",strokeWidth:1,strokeDashArray:[0,0],...t},i={fill:"transparent",stroke:"#000",strokeWidth:1,originX:"center",originY:"center",objectCaching:!1,...t},o={fontFamily:"微软雅黑",fontSize:12,fill:"#000",centeredRotation:!0,originX:"center",originY:"center",lineHeight:1,objectCaching:!1,...t};function c(t,r){return new e.Line(t,{...n,...r})}function s([t,r],n){return new e.Text(String(n.value),{...o,left:t,top:r,...n})}function l([r,n,i],o,l="down"){const a=c([r,n,r,i],{strokeWidth:1,stroke:o.fill}),u=s([r+.5,"up"===l?i-3:i+3],{value:"v",originX:"center",originY:"bottom",fontSize:16,angle:"up"===l?180:0,...o});return new e.Group([a,u],{...t,originX:"center",originY:"top"})}function a(r,n,c,s=!1){const l=new e.Rect({...i,...r,...s?{}:{stroke:"transparent"}}),{value:a="标题",textAlign:u="center",verticalAlign:g="center"}=n,h=r.width/2,d=r.height/2,f=new e.Text(String(a),{...o,...n,..."left"==u||"right"==u?{originX:u,left:"left"==u?-h:h}:{},..."top"==g||"bottom"==g?{originY:g,top:"top"==g?-d:d}:{}});return new e.Group([l,f],{objectCaching:!1,...t,...c})}function u(t="circle",r){const n={originX:"center",originY:"center",hasControls:!1,hasBorders:!1,hoverCursor:"pointer",objectCaching:!1,...r},i=()=>new e.Circle({objectCaching:!1,strokeWidth:r.strokeWidth||1,stroke:r.stroke||"red",radius:r.radius||5,fill:"#fff"});switch(t){case"triangle":return new e.Triangle({width:20,height:20,strokeWidth:1,scale:1,...n});case"circle":return new e.Circle({objectCaching:!1,strokeWidth:1,radius:5,scale:1,...n});case"image":return new e.Image(r.element,{...n,scale:1});case"yemai":{const t=()=>{const t=2*((r.radius||5)+(r.strokeWidth||1)),n={stroke:r.strokeX||"blue",strokeWidth:r.strokeWidthX||1,originX:"center",originY:"center"},i=new e.Line([0,t/2,t,t/2],n),o=new e.Line([t/2,0,t/2,t],n);return new e.Group([i,o])};return new e.Group([i(),t()],{scale:1,...n})}case"koumai":{const t=(r.radius||5)+(r.strokeWidth||1),o=new e.Circle({objectCaching:!1,radius:r.radiusCircle||2,fill:r.fillCircle||"#000",originX:"center",originY:"center",left:t,top:t});return new e.Group([i(),o],{scale:1,...n})}default:return r&&Reflect.deleteProperty(r,"stroke"),new e.Text(String(t),{fontFamily:"微软雅黑",scale:1,fontSize:14,fill:"#000",...n})}}export{r as defaultBorderStyle,n as defaultLineStyle,i as defaultRectStyle,t as defaultStyle,o as defaultTextStyle,l as drawArrow,c as drawLine,u as drawPoint,s as drawText,a as drawTextGroup};
@@ -0,0 +1,77 @@
1
+ export const __esModule: true;
2
+ export const LEVEL_SEARCH_CASCADER: vue_2.DefineComponent<{
3
+ options: {
4
+ type: ArrayConstructor;
5
+ default: () => never[];
6
+ };
7
+ labelField: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ valueField: {
12
+ type: StringConstructor;
13
+ default: string;
14
+ };
15
+ autograph: {
16
+ type: StringConstructor;
17
+ required: true;
18
+ };
19
+ lazyRequest: {
20
+ type: BooleanConstructor;
21
+ default: boolean;
22
+ };
23
+ requestCache: {
24
+ type: BooleanConstructor;
25
+ default: boolean;
26
+ };
27
+ wordbook: {
28
+ type: ObjectConstructor;
29
+ required: true;
30
+ };
31
+ onChange: {};
32
+ value: {
33
+ type: (ArrayConstructor | StringConstructor)[];
34
+ };
35
+ }, () => any, any, {}, {}, vue_2.ComponentOptionsMixin, vue_2.ComponentOptionsMixin, "update:value"[], "update:value", vue_2.VNodeProps & vue_2.AllowedComponentProps & vue_2.ComponentCustomProps, Readonly<vue_2.ExtractPropTypes<{
36
+ options: {
37
+ type: ArrayConstructor;
38
+ default: () => never[];
39
+ };
40
+ labelField: {
41
+ type: StringConstructor;
42
+ default: string;
43
+ };
44
+ valueField: {
45
+ type: StringConstructor;
46
+ default: string;
47
+ };
48
+ autograph: {
49
+ type: StringConstructor;
50
+ required: true;
51
+ };
52
+ lazyRequest: {
53
+ type: BooleanConstructor;
54
+ default: boolean;
55
+ };
56
+ requestCache: {
57
+ type: BooleanConstructor;
58
+ default: boolean;
59
+ };
60
+ wordbook: {
61
+ type: ObjectConstructor;
62
+ required: true;
63
+ };
64
+ onChange: {};
65
+ value: {
66
+ type: (ArrayConstructor | StringConstructor)[];
67
+ };
68
+ }>> & {
69
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
70
+ }, {
71
+ options: unknown[];
72
+ labelField: string;
73
+ valueField: string;
74
+ lazyRequest: boolean;
75
+ requestCache: boolean;
76
+ }>;
77
+ import vue_2 = require("vue");
@@ -0,0 +1,93 @@
1
+ export const __esModule: true;
2
+ export const SEARCH_CASCADER: vue_2.DefineComponent<{
3
+ options: {
4
+ type: ArrayConstructor;
5
+ default: () => never[];
6
+ };
7
+ depth: {
8
+ type: (NumberConstructor | StringConstructor)[];
9
+ };
10
+ urlConfig: {
11
+ type: ObjectConstructor;
12
+ };
13
+ lazyRequest: {
14
+ type: BooleanConstructor;
15
+ default: boolean;
16
+ };
17
+ requestCache: {
18
+ type: BooleanConstructor;
19
+ default: boolean;
20
+ };
21
+ onFocus: {
22
+ type: FunctionConstructor;
23
+ };
24
+ filterable: {
25
+ type: BooleanConstructor;
26
+ default: boolean;
27
+ };
28
+ checkStrategy: {
29
+ type: StringConstructor;
30
+ default: string;
31
+ };
32
+ labelField: {
33
+ type: StringConstructor;
34
+ default: string;
35
+ };
36
+ valueField: {
37
+ type: StringConstructor;
38
+ default: string;
39
+ };
40
+ onChange: {};
41
+ value: {};
42
+ }, () => any, any, {}, {}, vue_2.ComponentOptionsMixin, vue_2.ComponentOptionsMixin, "update:value"[], "update:value", vue_2.VNodeProps & vue_2.AllowedComponentProps & vue_2.ComponentCustomProps, Readonly<vue_2.ExtractPropTypes<{
43
+ options: {
44
+ type: ArrayConstructor;
45
+ default: () => never[];
46
+ };
47
+ depth: {
48
+ type: (NumberConstructor | StringConstructor)[];
49
+ };
50
+ urlConfig: {
51
+ type: ObjectConstructor;
52
+ };
53
+ lazyRequest: {
54
+ type: BooleanConstructor;
55
+ default: boolean;
56
+ };
57
+ requestCache: {
58
+ type: BooleanConstructor;
59
+ default: boolean;
60
+ };
61
+ onFocus: {
62
+ type: FunctionConstructor;
63
+ };
64
+ filterable: {
65
+ type: BooleanConstructor;
66
+ default: boolean;
67
+ };
68
+ checkStrategy: {
69
+ type: StringConstructor;
70
+ default: string;
71
+ };
72
+ labelField: {
73
+ type: StringConstructor;
74
+ default: string;
75
+ };
76
+ valueField: {
77
+ type: StringConstructor;
78
+ default: string;
79
+ };
80
+ onChange: {};
81
+ value: {};
82
+ }>> & {
83
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
84
+ }, {
85
+ options: unknown[];
86
+ checkStrategy: string;
87
+ labelField: string;
88
+ valueField: string;
89
+ lazyRequest: boolean;
90
+ requestCache: boolean;
91
+ filterable: boolean;
92
+ }>;
93
+ import vue_2 = require("vue");
@@ -0,0 +1,3 @@
1
+ export const __esModule: true;
2
+ export function highLightSetPlugin(): iho_table_1.TablePlugin;
3
+ import iho_table_1 = require("../../../../../../es/components/iho-table");
@@ -0,0 +1,3 @@
1
+ export const __esModule: true;
2
+ export function filterRenderPlugin(): iho_table_1.TablePlugin;
3
+ import iho_table_1 = require("../../../../../../../es/components/iho-table");
@@ -0,0 +1,3 @@
1
+ export const __esModule: true;
2
+ export function dateRendererPlugin(): iho_table_1.TablePlugin;
3
+ import iho_table_1 = require("../../../../../../../../../es/components/iho-table");
@@ -0,0 +1,3 @@
1
+ export const __esModule: true;
2
+ export function defaultRendererPlugin(): iho_table_1.TablePlugin;
3
+ import iho_table_1 = require("../../../../../../../../es/components/iho-table");
@@ -0,0 +1,3 @@
1
+ export const __esModule: true;
2
+ export function seqRendererPlugin(): iho_table_1.TablePlugin;
3
+ import iho_table_1 = require("../../../../../../../../es/components/iho-table");
@@ -0,0 +1,3 @@
1
+ export const __esModule: true;
2
+ export function variableHeightRendererPlugin(): iho_table_1.TablePlugin;
3
+ import iho_table_1 = require("../../../../../../../es/components/iho-table");
@@ -0,0 +1,44 @@
1
+ export const __esModule: true;
2
+ export const IhoTableUtils: Readonly<{
3
+ getCellType: (lowCodeField: any) => any;
4
+ }>;
5
+ export const IhoTableRenderHelper: Readonly<{
6
+ createDefaultRenderCell: typeof createDefaultRenderCell;
7
+ createRenderEdit: typeof createRenderEdit;
8
+ isEditableColumn: (config: any, column: any) => any;
9
+ hasFilter: (lowCodeField: any) => boolean;
10
+ hasDateFiler: (lowCodeField: any) => any;
11
+ }>;
12
+ export const IhoTableStatusHelper: Readonly<{
13
+ isPositive: (value: any) => boolean;
14
+ isNegative: (value: any) => boolean;
15
+ notPositive: (value: any) => boolean;
16
+ notNegative: (value: any) => boolean;
17
+ }>;
18
+ export function createIhoTableClearActivedInterceptor(type: any, solution: any): (_a: any) => boolean;
19
+ export function IhoTableLog(message: any): void;
20
+ export function IhoTableWarn(message: any): void;
21
+ export function getRowHeight(): number;
22
+ export function eventListener2EventName(eventListenerName: any): string;
23
+ export function eventName2EventListener(eventName: any): string;
24
+ export function useUUIDMap(creator: any, isReactive: any): {
25
+ getItemFromUUID: (uuid: any) => any;
26
+ setItemFromUUID: (uuid: any, value: any) => void;
27
+ removeItemFromUUID: (uuid: any) => void;
28
+ };
29
+ export function getColumnRenderWidth(column: any, $table: any): any;
30
+ export function useIhoTableFormEvent(payload: any): {
31
+ emitFormChange: () => void;
32
+ emitFormClick: () => void;
33
+ emitFormChangeWithParams: (params: any) => void;
34
+ emitFormClickWithParams: (params: any) => void;
35
+ };
36
+ export function getLowCodeFieldFromField(field: any): any;
37
+ declare function createDefaultRenderCell(): (_: any, _a: any) => any[];
38
+ declare function createRenderEdit(renderer: any): (_a: any, params: any) => any;
39
+ export function isTransformTreeType(config: any): boolean;
40
+ export function isRichContent(content: any): boolean;
41
+ export function parseRichContent(richContent: any): any;
42
+ export function parseMergeField(row: any, column: any): any;
43
+ export function isCompatibleColumn(field: any): any;
44
+ export {};