cnhis-design-vue 3.1.44-release.5 → 3.1.44

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 (169) hide show
  1. package/README.md +87 -87
  2. package/es/components/base-search/index.d.ts +0 -6
  3. package/es/components/base-search/src/index.vue.d.ts +0 -6
  4. package/es/components/base-search/src/index.vue2.js +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 +553 -75
  10. package/es/components/classification/src/components/search-filter/index.vue.d.ts +551 -61
  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 +553 -75
  13. package/es/components/classification/src/components/set-classification/index.vue2.js +1 -1
  14. package/es/components/classification/src/components/table-modal/index.vue.d.ts +1 -1
  15. package/es/components/classification/src/const/index.d.ts +2 -2
  16. package/es/components/classification/src/index.vue.d.ts +553 -75
  17. package/es/components/classification/src/index.vue2.js +1 -1
  18. package/es/components/classification/style/index.css +1 -1
  19. package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
  20. package/es/components/fabric-chart/src/hooks/useBirthProcess.d.ts +1 -1
  21. package/es/components/fabric-chart/src/hooks/useBirthProcess.js +1 -1
  22. package/es/components/fabric-chart/src/hooks/useBirthProcessChart.d.ts +1 -1
  23. package/es/components/fabric-chart/src/hooks/useBirthProcessChart.js +1 -1
  24. package/es/components/fabric-chart/src/hooks/useBottom.d.ts +1 -1
  25. package/es/components/fabric-chart/src/hooks/useBottom.js +1 -1
  26. package/es/components/fabric-chart/src/hooks/useCenter.d.ts +1 -1
  27. package/es/components/fabric-chart/src/hooks/useCenter.js +1 -1
  28. package/es/components/fabric-chart/src/hooks/useCommon.d.ts +1 -1
  29. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -1
  30. package/es/components/fabric-chart/src/hooks/useDraw.d.ts +1 -1
  31. package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
  32. package/es/components/fabric-chart/src/hooks/useEvent.d.ts +1 -1
  33. package/es/components/fabric-chart/src/hooks/useEvent.js +1 -1
  34. package/es/components/fabric-chart/src/hooks/useGrid.d.ts +1 -1
  35. package/es/components/fabric-chart/src/hooks/useGrid.js +1 -1
  36. package/es/components/fabric-chart/src/hooks/useLeft.d.ts +1 -1
  37. package/es/components/fabric-chart/src/hooks/useLeft.js +1 -1
  38. package/es/components/fabric-chart/src/hooks/useOther.d.ts +1 -1
  39. package/es/components/fabric-chart/src/hooks/useOther.js +1 -1
  40. package/es/components/fabric-chart/src/hooks/useRight.d.ts +1 -1
  41. package/es/components/fabric-chart/src/hooks/useRight.js +1 -1
  42. package/es/components/fabric-chart/src/hooks/useScaleColumn.d.ts +1 -1
  43. package/es/components/fabric-chart/src/hooks/useScaleColumn.js +1 -1
  44. package/es/components/fabric-chart/src/hooks/useShadow.d.ts +1 -1
  45. package/es/components/fabric-chart/src/hooks/useShadow.js +1 -1
  46. package/es/components/fabric-chart/src/hooks/useTemperatureChart.d.ts +1 -1
  47. package/es/components/fabric-chart/src/hooks/useTemperatureChart.js +1 -1
  48. package/es/components/fabric-chart/src/hooks/useTop.d.ts +1 -1
  49. package/es/components/fabric-chart/src/hooks/useTop.js +1 -1
  50. package/es/components/fabric-chart/src/interface.d.ts +2 -2
  51. package/es/components/fabric-chart/src/utils/index.js +1 -1
  52. package/es/components/form-config/index.d.ts +0 -2
  53. package/es/components/form-config/src/FormConfig.vue.d.ts +0 -2
  54. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +0 -1
  55. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +0 -1
  56. package/es/components/form-render/index.d.ts +0 -1
  57. package/es/components/form-render/src/FormRender.vue.d.ts +0 -1
  58. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  59. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +0 -1
  60. package/es/components/form-render/src/components/renderer/input.d.ts +4 -4
  61. package/es/components/form-render/src/components/renderer/input.js +1 -1
  62. package/es/components/form-render/src/components/renderer/inputNumber.d.ts +4 -4
  63. package/es/components/form-render/src/components/renderer/inputNumber.js +1 -1
  64. package/es/components/form-render/src/types/index.d.ts +2 -0
  65. package/es/components/iho-table/index.d.ts +2 -0
  66. package/es/components/iho-table/src/IhoTable.vue.d.ts +2 -0
  67. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -0
  68. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +1 -1
  69. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
  70. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.d.ts +3 -4
  71. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +1 -1
  72. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
  73. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  74. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +1 -1
  75. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
  76. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +1 -1
  77. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
  78. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.js +1 -1
  79. package/es/components/iho-table/src/types/index.d.ts +1 -0
  80. package/es/components/iho-table/style/index.css +1 -1
  81. package/es/components/index.css +1 -1
  82. package/es/components/index.d.ts +2 -1
  83. package/es/components/index.js +1 -1
  84. package/es/components/info-header/index.d.ts +8 -2
  85. package/es/components/info-header/src/InfoHeader.vue.d.ts +8 -2
  86. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +0 -1
  87. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +0 -1
  88. package/es/components/picture-clipper/index.d.ts +59 -0
  89. package/es/components/picture-clipper/index.js +1 -0
  90. package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +59 -0
  91. package/es/components/picture-clipper/src/PictureClipper.vue.js +1 -0
  92. package/es/components/picture-clipper/src/PictureClipper.vue2.js +1 -0
  93. package/es/components/picture-clipper/style/index.css +1 -0
  94. package/es/components/quick-search/index.d.ts +0 -6
  95. package/es/components/quick-search/src/index.vue.d.ts +0 -6
  96. package/es/components/quick-search/src/index.vue2.js +1 -1
  97. package/es/components/quick-search/style/index.css +1 -1
  98. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  99. package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
  100. package/es/components/select-person/src/SearchMultiple.vue.d.ts +0 -6
  101. package/es/components/shortcut-setter/index.d.ts +0 -1
  102. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +0 -1
  103. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +551 -48
  104. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +1 -1
  105. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +134 -0
  106. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.js +1 -0
  107. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +1 -0
  108. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +140 -0
  109. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.js +1 -0
  110. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +1 -0
  111. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +28 -0
  112. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.js +1 -0
  113. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +1 -0
  114. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +28 -0
  115. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.js +1 -0
  116. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +1 -0
  117. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +54 -0
  118. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.js +1 -0
  119. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +1 -0
  120. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +61 -0
  121. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.js +1 -0
  122. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +1 -0
  123. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +68 -0
  124. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.js +1 -0
  125. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +1 -0
  126. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +47 -0
  127. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +1 -0
  128. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +551 -0
  129. package/es/components/table-filter/src/components/classify-filter/components/index.js +1 -0
  130. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +551 -48
  131. package/es/components/table-filter/src/components/render-widget/components/Date.vue2.js +1 -1
  132. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +1 -1
  133. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +1 -1
  134. package/es/components/table-filter/src/components/render-widget/components/{Label.vue.d.ts → LabelInner.vue.d.ts} +1 -9
  135. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.js +1 -0
  136. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +1 -0
  137. package/es/components/table-filter/src/components/render-widget/components/{SelectLabel.vue.d.ts → LabelOut.vue.d.ts} +1 -9
  138. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.js +1 -0
  139. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +1 -0
  140. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +1 -9
  141. package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +1 -1
  142. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +713 -8
  143. package/es/components/table-filter/src/components/render-widget/components/index.js +1 -1
  144. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +0 -6
  145. package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
  146. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +3 -27
  147. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  148. package/es/components/table-filter/src/constants/index.d.ts +3 -0
  149. package/es/components/table-filter/src/constants/index.js +1 -0
  150. package/es/components/table-filter/src/directive/resize.js +1 -1
  151. package/es/components/table-filter/src/tool/baseOptions.d.ts +4 -0
  152. package/es/components/table-filter/src/tool/baseOptions.js +1 -1
  153. package/es/components/table-filter/src/tool/transformData.d.ts +1 -0
  154. package/es/components/table-filter/src/tool/transformData.js +1 -1
  155. package/es/components/table-filter/src/types/enums.d.ts +1 -0
  156. package/es/components/table-filter/src/types/enums.js +1 -1
  157. package/es/env.d.ts +25 -25
  158. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
  159. package/es/shared/package.json.js +1 -1
  160. package/es/shared/utils/fabricjs/index.d.ts +6823 -0
  161. package/es/shared/utils/fabricjs/index.js +1 -0
  162. package/es/shared/utils/tapable/index.d.ts +139 -0
  163. package/package.json +2 -2
  164. package/es/components/fabric-chart/src/utils/utils.js +0 -1
  165. package/es/components/table-filter/src/components/render-widget/components/Label.vue.js +0 -1
  166. package/es/components/table-filter/src/components/render-widget/components/Label.vue2.js +0 -1
  167. package/es/components/table-filter/src/components/render-widget/components/SelectLabel.vue2.js +0 -1
  168. /package/es/components/fabric-chart/src/utils/{utils.d.ts → index.d.ts} +0 -0
  169. /package/es/components/table-filter/src/components/{render-widget → classify-filter}/components/SelectLabel.vue.js +0 -0
@@ -1 +1 @@
1
- export{default as CheckboxGroup}from"./CheckboxGroup.vue.js";export{default as InputNumberGroup}from"./InputNumberGroup.vue.js";export{default as Date}from"./Date.vue.js";export{default as DateRangeInner}from"./DateRangeInner.vue.js";export{default as DateRangeOut}from"./DateRangeOut.vue.js";export{default as Label}from"./Label.vue.js";export{default as SelectLabel}from"./SelectLabel.vue.js";
1
+ import{defineAsyncComponent as e}from"vue";const t=e((()=>import("./CheckboxGroup.vue.js"))),r=e((()=>import("./InputNumberGroup.vue.js"))),o=e((()=>import("./Date.vue.js"))),u=e((()=>import("./DateRangeInner.vue.js"))),p=e((()=>import("./DateRangeOut.vue.js"))),m=e((()=>import("./LabelInner.vue.js"))),i=e((()=>import("./LabelOut.vue.js"))),s=e((()=>import("./Select.vue.js")));export{t as CheckboxGroup,o as Date,u as DateRangeInner,p as DateRangeOut,r as InputNumberGroup,m as LabelInner,i as LabelOut,s as Select};
@@ -6,9 +6,6 @@ declare const _default: import("vue").DefineComponent<{
6
6
  modelValue: {
7
7
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
8
8
  };
9
- filterApiConfig: {
10
- type: ObjectConstructor;
11
- };
12
9
  }, any, {
13
10
  initialProps: {};
14
11
  }, {
@@ -32,9 +29,6 @@ declare const _default: import("vue").DefineComponent<{
32
29
  modelValue: {
33
30
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
34
31
  };
35
- filterApiConfig: {
36
- type: ObjectConstructor;
37
- };
38
32
  }>> & {
39
33
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
40
34
  onOutFilterChange?: ((...args: any[]) => any) | undefined;
@@ -1 +1 @@
1
- import{defineComponent as e,h as t}from"vue";import{WidgetTypeEnums as i}from"../../types/enums.js";import{WidgetCfgMaps as n}from"./widgetCfgMaps.js";import r from"../../../../../_virtual/_plugin-vue_export-helper.js";const a=[i.DATE,i.DATE_TIME,i.CHECKBOX_GROUP];var l=r(e({props:{cfg:{type:Object,required:!0},modelValue:{type:[Array,String,Number]},filterApiConfig:{type:Object}},emits:["update:modelValue","outFilterChange","changeInit"],computed:{valueCp(){return this.cfg.value}},data:()=>({initialProps:{}}),methods:{search(){this.$emit("outFilterChange")},getEleWidth(e){const{widgetType:t,widgetCfg:n,filterExplicit:r}=e;if(a.includes(t))return;const l=i.SELECT!==t&&i.SELECTLABEL!==t||!n.multiple?"100%":"200px";return{width:0===r?"100%":e.advanceColWidth?`${e.advanceColWidth}px`:l}},initComponentProps(e){const{_frontId:t,widgetType:i,alias:r,title:a,placeholder:l,widgetCfg:o,filterExplicit:s}=e,{props:p,handlerProps:h}=n.get(i);let d={...p};h&&(d=h(d,{...o,title:r||a,_frontId:t,filterExplicit:s})),l&&(d.placeholder=l),this.initialProps=d,d.value&&(this.valueCp=d.value)},generateWidget(e){const{widgetType:i}=e;if(!n.has(i))return null;const{value:r}=e,{component:a,style:l,eventsBySearch:o=[]}=n.get(i),s={...this.initialProps,value:r,componentCfg:e,filterApiConfig:this.filterApiConfig},p=o.reduce(((e,t)=>{const{name:i,handler:n}=t;let r=this.search;return n&&(r=e=>{n(e,this.search,s)}),{...e,[`on${i}`]:r}}),{});return t(a,{...l,...s,style:this.getEleWidth(e),value:this.valueCp,"onUpdate:value":e=>this.handleUpdate(e),onChangeInitState:(...e)=>this.handleChangeInitState(...e),...p})},handleUpdate(e){this.$emit("update:modelValue",e)},handleChangeInitState(e,t){this.$emit("changeInit",e,t)}},created(){this.initComponentProps(this.cfg)},render(){return this.generateWidget(this.cfg)}}),[["__file","index.vue"]]);export{l as default};
1
+ import{defineComponent as e,h as t}from"vue";import{WidgetTypeEnums as i}from"../../types/enums.js";import{WidgetCfgMaps as n}from"./widgetCfgMaps.js";import a from"../../../../../_virtual/_plugin-vue_export-helper.js";const r=[i.DATE,i.DATE_TIME,i.CHECKBOX_GROUP];var l=a(e({props:{cfg:{type:Object,required:!0},modelValue:{type:[Array,String,Number]}},emits:["update:modelValue","outFilterChange","changeInit"],computed:{valueCp(){return this.cfg.value}},data:()=>({initialProps:{}}),methods:{search(){this.$emit("outFilterChange")},getEleWidth(e){const{widgetType:t,widgetCfg:n,filterExplicit:a}=e;if(r.includes(t))return;const l=i.SELECT!==t&&i.SELECTLABEL!==t||!n.multiple?"100%":"200px";return{width:0===a?"100%":e.advanceColWidth?`${e.advanceColWidth}px`:l}},initComponentProps(e){const{_frontId:t,widgetType:i,alias:a,title:r,placeholder:l,widgetCfg:s,filterExplicit:o}=e,{props:p,handlerProps:h}=n.get(i);let d={...p};h&&(d=h(d,{...s,title:a||r,_frontId:t,filterExplicit:o})),l&&(d.placeholder=l),this.initialProps=d,d.value&&(this.valueCp=d.value)},generateWidget(e){const{widgetType:i}=e;if(!n.has(i))return null;const{value:a}=e,{component:r,style:l,eventsBySearch:s=[]}=n.get(i),o={...this.initialProps,value:a,componentCfg:e},p=s.reduce(((e,t)=>{const{name:i,handler:n}=t;let a=this.search;return n&&(a=e=>{n(e,this.search,o)}),{...e,[`on${i}`]:a}}),{});return t(r,{...l,...o,style:this.getEleWidth(e),value:this.valueCp,"onUpdate:value":e=>this.handleUpdate(e),onChangeInitState:(...e)=>this.handleChangeInitState(...e),...p})},handleUpdate(e){this.$emit("update:modelValue",e)},handleChangeInitState(e,t){this.$emit("changeInit",e,t)}},created(){this.initComponentProps(this.cfg)},render(){return this.generateWidget(this.cfg)}}),[["__file","index.vue"]]);export{l as default};
@@ -21,17 +21,11 @@ export declare const WidgetCfgMaps: Map<string, {
21
21
  value: {
22
22
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
23
23
  };
24
- filterApiConfig: {
25
- type: ObjectConstructor;
26
- };
27
24
  }, {
28
25
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
29
26
  value: {
30
27
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
31
28
  };
32
- filterApiConfig: {
33
- type: ObjectConstructor;
34
- };
35
29
  }>> & {
36
30
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
37
31
  onChangeInitState?: ((...args: any[]) => any) | undefined;
@@ -44,6 +38,7 @@ export declare const WidgetCfgMaps: Map<string, {
44
38
  selectOptions: import("vue").Ref<any[]>;
45
39
  isRemote: import("vue").Ref<boolean>;
46
40
  isLoading: import("vue").Ref<boolean>;
41
+ filterApiConfig: import("../../../..").AnyObject;
47
42
  valueCp: import("vue").WritableComputedRef<unknown>;
48
43
  searchOptions: (keyword: string) => Promise<any>;
49
44
  _handleSearch: (query: string) => Promise<void>;
@@ -61,9 +56,6 @@ export declare const WidgetCfgMaps: Map<string, {
61
56
  value: {
62
57
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
63
58
  };
64
- filterApiConfig: {
65
- type: ObjectConstructor;
66
- };
67
59
  }>> & {
68
60
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
69
61
  onChangeInitState?: ((...args: any[]) => any) | undefined;
@@ -646,9 +638,6 @@ export declare const WidgetCfgMaps: Map<string, {
646
638
  type: StringConstructor;
647
639
  default: string;
648
640
  };
649
- filterApiConfig: {
650
- type: ObjectConstructor;
651
- };
652
641
  }, {
653
642
  handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
654
643
  baseActiveColor: string;
@@ -660,15 +649,13 @@ export declare const WidgetCfgMaps: Map<string, {
660
649
  type: StringConstructor;
661
650
  default: string;
662
651
  };
663
- filterApiConfig: {
664
- type: ObjectConstructor;
665
- };
666
652
  }>> & {
667
653
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
668
654
  }>>;
669
655
  emit: (event: "update:value", ...args: any[]) => void;
670
656
  selectedList: import("vue").Ref<string[]>;
671
657
  tagList: import("vue").Ref<never[]>;
658
+ filterApiConfig: import("../../../..").AnyObject;
672
659
  categoryList: import("vue").ComputedRef<import("../../../../../../es/components/table-filter/src/types").IFilterCategoryLabelItemType[]>;
673
660
  onResize: (el: HTMLElement, categoryItem: import("../../../../../../es/components/table-filter/src/types").IFilterCategoryLabelItemType) => void;
674
661
  handleLabelUpfold: (categoryItem: import("../../../../../../es/components/table-filter/src/types").IFilterCategoryLabelItemType) => void;
@@ -697,9 +684,6 @@ export declare const WidgetCfgMaps: Map<string, {
697
684
  type: StringConstructor;
698
685
  default: string;
699
686
  };
700
- filterApiConfig: {
701
- type: ObjectConstructor;
702
- };
703
687
  }>> & {
704
688
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
705
689
  }, {
@@ -726,9 +710,6 @@ export declare const WidgetCfgMaps: Map<string, {
726
710
  type: StringConstructor;
727
711
  default: string;
728
712
  };
729
- filterApiConfig: {
730
- type: ObjectConstructor;
731
- };
732
713
  }, {
733
714
  handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
734
715
  $attrs: {
@@ -742,14 +723,12 @@ export declare const WidgetCfgMaps: Map<string, {
742
723
  type: StringConstructor;
743
724
  default: string;
744
725
  };
745
- filterApiConfig: {
746
- type: ObjectConstructor;
747
- };
748
726
  }>> & {
749
727
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
750
728
  }>>;
751
729
  emit: (event: "update:value", ...args: any[]) => void;
752
730
  tagList: import("vue").Ref<never[]>;
731
+ filterApiConfig: import("../../../..").AnyObject;
753
732
  valueCp: import("vue").WritableComputedRef<string[]>;
754
733
  optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
755
734
  initTagList: () => Promise<void>;
@@ -762,9 +741,6 @@ export declare const WidgetCfgMaps: Map<string, {
762
741
  type: StringConstructor;
763
742
  default: string;
764
743
  };
765
- filterApiConfig: {
766
- type: ObjectConstructor;
767
- };
768
744
  }>> & {
769
745
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
770
746
  }, {
@@ -1 +1 @@
1
- import{WidgetTypeEnums as e}from"../../types/enums.js";import{DatePresetValEnums as t,DateRangeOutDefEnums as l}from"./enums.js";import{NInputNumber as r,NInput as a}from"naive-ui";import o from"./components/CheckboxGroup.vue.js";import n from"./components/InputNumberGroup.vue.js";import p from"./components/Date.vue.js";import s from"./components/DateRangeInner.vue.js";import i from"./components/DateRangeOut.vue.js";import m from"./components/Label.vue.js";import u from"./components/SelectLabel.vue.js";import c from"./components/Select.vue.js";import{presetValToTimestamp as d,presetValToDateRangestr as y}from"./helpers/presetValToTimestamp.js";const f=e=>null==e?null:e,h=new Map([[e.INPUT_NUMBER,{component:r,props:{clearable:!0},eventsBySearch:[{name:"keydown",handler(e,t){"Enter"===e.key&&t()}}],handlerProps:(e,{title:t}={})=>({...e,placeholder:`输入${t}`}),setDefaultValue:f}],[e.INPUTNUMBER_RANGE,{component:n,props:{clearable:!0},eventsBySearch:[{name:"keydown",handler(e,t){"Enter"===e.key&&t()}}],handlerProps:(e,{title:t,filterExplicit:l}={})=>({...e,startPlaceholder:1===l?`起始${t}`:"最小值",endPlaceholder:1===l?`截止${t}`:"最大值"}),setDefaultValue:f}],[e.INPUT,{component:a,props:{clearable:!0},eventsBySearch:[{name:"keydown",handler(e,t){"Enter"===e.key&&t()}}],handlerProps:(e,{title:t}={})=>({...e,placeholder:`搜索${t}`}),setDefaultValue:f}],[e.SELECT,{component:c,props:{clearable:!0,filterable:!0,multiple:!1,maxTagCount:"responsive"},eventsBySearch:[{name:"change",handler(e,t,l){const{multiple:r}=l;r&&t()}}],handlerProps(e,t={}){const{valueList:l,multiple:r,title:a,manualMapping:o,dynamicOptionInfo:n,defaultValue:p,defValueUnit:s,_frontId:i,isInit:m}=t,u={...e,placeholder:`请选择${a}`,manualMapping:o,dynamicOptionInfo:n,valueList:l,defValue:p,defValueUnit:s,_frontId:i,isInit:m};return r&&(u.multiple=!0),u},setDefaultValue:f}],[e.DATE,{component:p,props:{type:"date",clearable:!0,valueFormat:"yyyy-MM-dd"},handlerProps(e,t={}){const{title:l}=t;return{...e,placeholder:`请选择${l}`}},setDefaultValue:(e,l)=>l&&l!==t.CUSTOM?d(l,"YYYY-MM-DD"):e}],[e.DATE_RANGE_INNER,{component:s,props:{type:"date",clearable:!0,valueFormat:"yyyy-MM-dd"},handlerProps(e,t={}){const{title:l,filterExplicit:r}=t;return{...e,filterExplicit:r,startPlaceholder:`起始${l}`,endPlaceholder:`截止${l}`}},setDefaultValue:f}],[e.DATE_RANGE_OUT,{component:i,props:{type:"daterange",clearable:!0,valueFormat:"yyyy-MM-dd"},handlerProps(e,t={}){const{title:l,filterExplicit:r}=t;return{...e,filterExplicit:r,startPlaceholder:`起始${l}`,endPlaceholder:`截止${l}`}},setDefaultValue:(e,t)=>t&&t!==l.CUSTOM?y(t,"YYYY-MM-DD"):e}],[e.DATE_TIME,{component:p,props:{type:"datetime",clearable:!0,valueFormat:"yyyy-MM-dd HH:mm:ss"},handlerProps(e,t={}){const{title:l}=t;return{...e,placeholder:`请选择${l}`}},setDefaultValue:(e,l)=>l&&l!==t.CUSTOM?d(l,"YYYY-MM-DD HH:mm:ss"):e}],[e.DATETIME_RANGE_INNER,{component:s,props:{type:"datetime",clearable:!0,valueFormat:"yyyy-MM-dd HH:mm:ss"},handlerProps(e,t={}){const{title:l,filterExplicit:r}=t;return{...e,filterExplicit:r,startPlaceholder:`起始${l}`,endPlaceholder:`截止${l}`}},setDefaultValue:f}],[e.DATETIME_RANGE_OUT,{component:i,props:{type:"datetimerange",clearable:!0,valueFormat:"yyyy-MM-dd HH:mm:ss"},handlerProps(e,t={}){const{title:l,filterExplicit:r}=t;return{...e,filterExplicit:r,startPlaceholder:`起始${l}`,endPlaceholder:`截止${l}`}},setDefaultValue:(e,l)=>l&&l!==t.CUSTOM?y(l,"YYYY-MM-DD HH:mm:ss"):e}],[e.CHECKBOX_GROUP,{component:o,props:{},style:{"line-height":"32px"},handlerProps(e,{valueList:t,multiple:l}={}){const r={...e,multiple:l};return Array.isArray(t)&&(r.options=t.map((({value:e,label:t})=>({value:e,label:t})))),r},setDefaultValue:f}],[e.LABEL,{component:m,props:{},handlerProps:e=>({...e}),setDefaultValue:e=>e&&Array.isArray(e)?e.join("|#|"):e}],[e.SELECTLABEL,{component:u,props:{clearable:!0,filterable:!0,multiple:!1,maxTagCount:"responsive"},handlerProps(e,t={}){const{multiple:l,title:r}=t,a={...e,placeholder:`请选择${r}`};return l&&(a.multiple=!0),a},setDefaultValue:e=>e&&Array.isArray(e)?e.join("|#|"):e}]]);export{h as WidgetCfgMaps};
1
+ import{WidgetTypeEnums as e}from"../../types/enums.js";import{DatePresetValEnums as l,DateRangeOutDefEnums as t}from"./enums.js";import{NInputNumber as a,NInput as r}from"naive-ui";import{InputNumberGroup as n,Select as o,Date as p,DateRangeInner as s,DateRangeOut as i,CheckboxGroup as u,LabelInner as c,LabelOut as d}from"./components/index.js";import{presetValToTimestamp as m,presetValToDateRangestr as y}from"./helpers/presetValToTimestamp.js";const h=e=>null==e?null:e,f=new Map([[e.INPUT_NUMBER,{component:a,props:{clearable:!0},eventsBySearch:[{name:"keydown",handler(e,l){"Enter"===e.key&&l()}}],handlerProps:(e,{title:l}={})=>({...e,placeholder:`输入${l}`}),setDefaultValue:h}],[e.INPUTNUMBER_RANGE,{component:n,props:{clearable:!0},eventsBySearch:[{name:"keydown",handler(e,l){"Enter"===e.key&&l()}}],handlerProps:(e,{title:l,filterExplicit:t}={})=>({...e,startPlaceholder:1===t?`起始${l}`:"最小值",endPlaceholder:1===t?`截止${l}`:"最大值"}),setDefaultValue:h}],[e.INPUT,{component:r,props:{clearable:!0},eventsBySearch:[{name:"keydown",handler(e,l){"Enter"===e.key&&l()}}],handlerProps:(e,{title:l}={})=>({...e,placeholder:`搜索${l}`}),setDefaultValue:h}],[e.SELECT,{component:o,props:{clearable:!0,filterable:!0,multiple:!1,maxTagCount:"responsive"},eventsBySearch:[{name:"change",handler(e,l,t){const{multiple:a}=t;a&&l()}}],handlerProps(e,l={}){const{valueList:t,multiple:a,title:r,manualMapping:n,dynamicOptionInfo:o,defaultValue:p,defValueUnit:s,_frontId:i,isInit:u}=l,c={...e,placeholder:`请选择${r}`,manualMapping:n,dynamicOptionInfo:o,valueList:t,defValue:p,defValueUnit:s,_frontId:i,isInit:u};return a&&(c.multiple=!0),c},setDefaultValue:h}],[e.DATE,{component:p,props:{type:"date",clearable:!0,valueFormat:"yyyy-MM-dd"},handlerProps(e,l={}){const{title:t}=l;return{...e,placeholder:`请选择${t}`}},setDefaultValue:(e,t)=>t&&t!==l.CUSTOM?m(t,"YYYY-MM-DD"):e}],[e.DATE_RANGE_INNER,{component:s,props:{type:"date",clearable:!0,valueFormat:"yyyy-MM-dd"},handlerProps(e,l={}){const{title:t,filterExplicit:a}=l;return{...e,filterExplicit:a,startPlaceholder:`起始${t}`,endPlaceholder:`截止${t}`}},setDefaultValue:h}],[e.DATE_RANGE_OUT,{component:i,props:{type:"daterange",clearable:!0,valueFormat:"yyyy-MM-dd"},handlerProps(e,l={}){const{title:t,filterExplicit:a}=l;return{...e,filterExplicit:a,startPlaceholder:`起始${t}`,endPlaceholder:`截止${t}`}},setDefaultValue:(e,l)=>l&&l!==t.CUSTOM?y(l,"YYYY-MM-DD"):e}],[e.DATE_TIME,{component:p,props:{type:"datetime",clearable:!0,valueFormat:"yyyy-MM-dd HH:mm:ss"},handlerProps(e,l={}){const{title:t}=l;return{...e,placeholder:`请选择${t}`}},setDefaultValue:(e,t)=>t&&t!==l.CUSTOM?m(t,"YYYY-MM-DD HH:mm:ss"):e}],[e.DATETIME_RANGE_INNER,{component:s,props:{type:"datetime",clearable:!0,valueFormat:"yyyy-MM-dd HH:mm:ss"},handlerProps(e,l={}){const{title:t,filterExplicit:a}=l;return{...e,filterExplicit:a,startPlaceholder:`起始${t}`,endPlaceholder:`截止${t}`}},setDefaultValue:h}],[e.DATETIME_RANGE_OUT,{component:i,props:{type:"datetimerange",clearable:!0,valueFormat:"yyyy-MM-dd HH:mm:ss"},handlerProps(e,l={}){const{title:t,filterExplicit:a}=l;return{...e,filterExplicit:a,startPlaceholder:`起始${t}`,endPlaceholder:`截止${t}`}},setDefaultValue:(e,t)=>t&&t!==l.CUSTOM?y(t,"YYYY-MM-DD HH:mm:ss"):e}],[e.CHECKBOX_GROUP,{component:u,props:{},style:{"line-height":"32px"},handlerProps(e,{valueList:l,multiple:t}={}){const a={...e,multiple:t};return Array.isArray(l)&&(a.options=l.map((({value:e,label:l})=>({value:e,label:l})))),a},setDefaultValue:h}],[e.LABEL,{component:c,props:{},handlerProps:e=>({...e}),setDefaultValue:e=>e&&Array.isArray(e)?e.join("|#|"):e}],[e.SELECTLABEL,{component:d,props:{clearable:!0,filterable:!0,multiple:!1,maxTagCount:"responsive"},handlerProps(e,l={}){const{multiple:t,title:a}=l,r={...e,placeholder:`请选择${a}`};return t&&(r.multiple=!0),r},setDefaultValue:e=>e&&Array.isArray(e)?e.join("|#|"):e}]]);export{f as WidgetCfgMaps};
@@ -0,0 +1,3 @@
1
+ import { AnyObject } from '../../../../../es/shared/types';
2
+ import { InjectionKey } from 'vue';
3
+ export declare const InjectionFilterApiConfig: InjectionKey<AnyObject>;
@@ -0,0 +1 @@
1
+ const o=Symbol("InjectionFilterApiConfig");export{o as InjectionFilterApiConfig};
@@ -1 +1 @@
1
- import o from"../tool/resizeSensor.js";import{useDebounceFn as e}from"@vueuse/core";const r={mounted(r,t){const s=t.value,m=e(s,10);new o(r,m)}};export{r as default};
1
+ import e from"../tool/resizeSensor.js";import{useDebounceFn as o}from"@vueuse/core";var r={mounted(r,t){const s=t.value,m=o(s,10);new e(r,m)}};export{r as default};
@@ -6,3 +6,7 @@ export declare const widgetValOptions: {
6
6
  }[];
7
7
  };
8
8
  };
9
+ export declare const widgetDateRangeOptions: {
10
+ label: string;
11
+ value: string;
12
+ }[];
@@ -1 +1 @@
1
- import{DataTypeEnums as l,WidgetTypeEnums as e,WidgetValEnums as a}from"../types/enums.js";const T={[l.API]:{[e.DATE]:[{label:"今天",value:a.TODAY},{label:"明天",value:a.TOMORROW},{label:"昨天",value:a.YESTERDAY},{label:"本周初",value:a.WEEK_START},{label:"本周末",value:a.WEEK_END},{label:"本月初",value:a.MONTH_START},{label:"本月末",value:a.MONTH_END}],[e.DATE_TIME]:[{label:"当前时间",value:a.NOW},{label:"今天初",value:a.TODAY_START},{label:"今天末",value:a.TODAY_END},{label:"昨天初",value:a.YESTERDAY_START},{label:"昨天末",value:a.YESTERDAY_END},{label:"明天初",value:a.TOMORROW_START},{label:"明天末",value:a.TOMORROW_END},{label:"本周初",value:a.WEEK_START},{label:"本周末",value:a.WEEK_END},{label:"本月初",value:a.MONTH_START},{label:"本月末",value:a.MONTH_END}]}};export{T as widgetValOptions};
1
+ import{DataTypeEnums as l,WidgetTypeEnums as e,WidgetValEnums as a}from"../types/enums.js";import{DateRangeOutDefEnums as T}from"../components/render-widget/enums.js";const E={[l.API]:{[e.DATE]:[{label:"今天",value:a.TODAY},{label:"明天",value:a.TOMORROW},{label:"昨天",value:a.YESTERDAY},{label:"本周初",value:a.WEEK_START},{label:"本周末",value:a.WEEK_END},{label:"本月初",value:a.MONTH_START},{label:"本月末",value:a.MONTH_END}],[e.DATE_TIME]:[{label:"当前时间",value:a.NOW},{label:"今天初",value:a.TODAY_START},{label:"今天末",value:a.TODAY_END},{label:"昨天初",value:a.YESTERDAY_START},{label:"昨天末",value:a.YESTERDAY_END},{label:"明天初",value:a.TOMORROW_START},{label:"明天末",value:a.TOMORROW_END},{label:"本周初",value:a.WEEK_START},{label:"本周末",value:a.WEEK_END},{label:"本月初",value:a.MONTH_START},{label:"本月末",value:a.MONTH_END}]}},u=[{label:"今天",value:T.TODAY},{label:"明天",value:T.TOMORROW},{label:"昨天",value:T.YESTERDAY},{label:"本周",value:T.THIS_WEEK},{label:"下周",value:T.NEXT_WEEK},{label:"上周",value:T.LAST_WEEK},{label:"本月",value:T.THIS_MONTH},{label:"上月",value:T.LAST_MONTH},{label:"下月",value:T.NEXT_MONTH},{label:"本季度",value:T.THIS_QUARTER},{label:"上季度",value:T.LAST_QUARTER},{label:"下季度",value:T.NEXT_QUARTER},{label:"本年",value:T.THIS_YEAR},{label:"上年",value:T.LAST_YEAR},{label:"下年",value:T.NEXT_YEAR},{label:"近一周",value:T.PAST_WEEK},{label:"近一个月",value:T.PAST_MONTH},{label:"近半年",value:T.PAST_HALF_YEAR}];export{u as widgetDateRangeOptions,E as widgetValOptions};
@@ -24,6 +24,7 @@ export declare const transformDataToFront: (dataType: string, rawData?: any[]) =
24
24
  mapping: any;
25
25
  };
26
26
  remark: any;
27
+ optionInfo: any;
27
28
  _rawData: any;
28
29
  }[];
29
30
  export declare const transformDataToEnd: (data: IFilterConditionType[]) => ({
@@ -1 +1 @@
1
- import{DataTypeEnums as l,WidgetTypeEnums as e,WidgetOptionEnums as t}from"../types/enums.js";const i=l=>null==l||null==l,a=(i,a=[])=>i===l.API?a.map((l=>{var a,n,u,p,o,r,d,v,y,m,s;const f=null!=(n=null==(a=l.optionInfo)?void 0:a.list)?n:[];return{dataType:i,p_name:l.name,p_type:l.dataType,title:l.title,customTitle:l.customTitle,type:l.type,optionSetting:l.optionType,openAdvancedFilter:l.isShowSearch,filterOutDisplay:l.filterExplicit,filterOutRequired:l.explicitRequired,width:l.width,defValCfg:{value:l.type===e.SELECT&&l.optionType===t.MULTIPLE?null!=(p=null==(u=l.defaultValue)?void 0:u.valueList)?p:[]:null!=(d=null==(r=null==(o=l.defaultValue)?void 0:o.valueList)?void 0:r[0])?d:null,presetVal:l.type===e.SELECT&&l.optionType===t.MULTIPLE?(null==(v=l.defaultValue)?void 0:v.unit)?[null==(y=l.defaultValue)?void 0:y.unit]:[]:null!=(s=null==(m=l.defaultValue)?void 0:m.unit)?s:null},mappingConfig:{mappingMethod:null,mapping:f.map((({name:l,value:e})=>({label:l,value:e})))},remark:l.remark,_rawData:l}})):[],n=e=>e.map((e=>{var t;const{title:i,customTitle:a,openAdvancedFilter:n,filterOutDisplay:u,filterOutRequired:p,width:o,optionSetting:r,defValCfg:d,mappingConfig:v,remark:y,_rawData:m}=e,{value:s,presetVal:f}=d,{mapping:c}=v;if(e.dataType===l.API){const{p_name:l,p_type:d,type:v}=e;return{...m,name:l,title:i,customTitle:a,type:v,dataType:d,isShowSearch:n,filterExplicit:u,explicitRequired:p,width:o,optionType:r,defaultValue:{valueList:Array.isArray(s)?s:s?[s]:[],unit:Array.isArray(f)?f[0]:f},optionInfo:{manualMapping:null==(t=null==m?void 0:m.optionInfo)?void 0:t.manualMapping,list:c.map((({label:l,value:e})=>({name:l,value:e})))},remark:y}}return null})).filter((l=>!!l)),u=(l,i)=>l.map((l=>{var a,n;const u=((l,e)=>e.find((e=>e.p_name===l)))(l.field_key,i);let p=l.value;p&&!Array.isArray(p)&&(p=[p]);const o=(null==u?void 0:u.type)===e.SELECT&&(null==u?void 0:u.optionSetting)===t.MULTIPLE?null!=p?p:[]:null!=(a=null==p?void 0:p[0])?a:null;return{key:l.field_key,condition:l.con,value:o,presetVal:null!=(n=l.unit)?n:null}})),p=l=>l.map((l=>({field_key:l.key,con:l.condition,value:Array.isArray(l.value)?l.value:l.value?[l.value]:[],unit:l.presetVal})));export{i as isNil,u as transformConditions,n as transformDataToEnd,a as transformDataToFront,p as transformRawConditions};
1
+ import{DataTypeEnums as l,WidgetTypeEnums as e,WidgetOptionEnums as t}from"../types/enums.js";const i=l=>null==l||null==l,n=(i,n=[])=>i===l.API?n.map((l=>{var n,a,u,p,o,r,d,y,v,E,m,f;const s=null!=(a=null==(n=l.optionInfo)?void 0:n.list)?a:[];let T=l.type;return l.type===e.LABEL&&(T=e.SELECTLABEL),l.type===e.SELECT&&!1===(null==(u=null==l?void 0:l.optionInfo)?void 0:u.manualMapping)&&(T=e.SELECTDYNAMIC),l.rangeFilter&&(l.type===e.INPUT_NUMBER&&(T=e.INPUTNUMBER_RANGE),l.type===e.DATE&&(T=e.DATE_RANGE_INNER),l.type===e.DATE_TIME&&(T=e.DATETIME_RANGE_INNER)),{dataType:i,p_name:l.name,p_type:l.dataType,title:l.title,customTitle:l.customTitle,type:T,optionSetting:l.optionType,openAdvancedFilter:l.isShowSearch,filterOutDisplay:l.filterExplicit,filterOutRequired:l.explicitRequired,width:l.width,defValCfg:{value:l.type===e.SELECT&&l.optionType===t.MULTIPLE?null!=(o=null==(p=l.defaultValue)?void 0:p.valueList)?o:[]:null!=(y=null==(d=null==(r=l.defaultValue)?void 0:r.valueList)?void 0:d[0])?y:null,presetVal:l.type===e.SELECT&&l.optionType===t.MULTIPLE?(null==(v=l.defaultValue)?void 0:v.unit)?[null==(E=l.defaultValue)?void 0:E.unit]:[]:null!=(f=null==(m=l.defaultValue)?void 0:m.unit)?f:null},mappingConfig:{mappingMethod:null,mapping:s.map((({name:l,value:e})=>({label:l,value:e})))},remark:l.remark,optionInfo:l.optionInfo,_rawData:l}})):[],a=e=>e.map((e=>{var t;const{title:i,customTitle:n,openAdvancedFilter:a,filterOutDisplay:u,filterOutRequired:p,width:o,optionSetting:r,defValCfg:d,mappingConfig:y,remark:v,_rawData:E}=e,{value:m,presetVal:f}=d,{mapping:s}=y;if(e.dataType===l.API){const{p_name:l,p_type:d,type:y}=e;return{...E,name:l,title:i,customTitle:n,type:y,dataType:d,isShowSearch:a,filterExplicit:u,explicitRequired:p,width:o,optionType:r,defaultValue:{valueList:Array.isArray(m)?m:m?[m]:[],unit:Array.isArray(f)?f[0]:f},optionInfo:{manualMapping:null==(t=null==E?void 0:E.optionInfo)?void 0:t.manualMapping,list:s.map((({label:l,value:e})=>({name:l,value:e})))},remark:v}}return null})).filter((l=>!!l)),u=(l,i)=>l.map((l=>{var n,a;const u=((l,e)=>e.find((e=>e.p_name===l)))(l.field_key,i);let p=l.value;p&&!Array.isArray(p)&&(p=[p]);const o=(null==u?void 0:u.type)!==e.SELECT&&(null==u?void 0:u.type)!==e.SELECTDYNAMIC||(null==u?void 0:u.optionSetting)!==t.MULTIPLE?null!=(n=null==p?void 0:p[0])?n:null:null!=p?p:[];return{key:l.field_key,condition:l.con,value:o,presetVal:null!=(a=l.unit)?a:null}})),p=l=>l.map((l=>({field_key:l.key,con:l.condition,value:Array.isArray(l.value)?l.value:l.value?[l.value]:[],unit:l.presetVal})));export{i as isNil,u as transformConditions,a as transformDataToEnd,n as transformDataToFront,p as transformRawConditions};
@@ -28,6 +28,7 @@ export declare const WidgetTypeEnums: {
28
28
  DATETIME_RANGE_INNER: string;
29
29
  LABEL: string;
30
30
  SELECTLABEL: string;
31
+ SELECTDYNAMIC: string;
31
32
  };
32
33
  export declare const WidgetOptionEnums: {
33
34
  RADIO: string;
@@ -1 +1 @@
1
- const E={TEXT:"TEXT",NUMBER:"NUMBER",DATE:"DATE",DATE_TIME:"DATETIME",TIME:"TIME",BOOLEAN:"BOOLEAN"},T={SQL:"SQL",API:"API"},A={MANUAL:"manual",DICT:"dict"},_={INPUT_NUMBER:"NUMBER",INPUT:"TEXT",SELECT:"SELECT",DATE:"DATE",DATE_TIME:"DATETIME",CHECKBOX_GROUP:"CHECKBOX_GROUP",INPUTNUMBER_RANGE:"INPUTNUMBER_RANGE",DATE_RANGE_OUT:"DATE_RANGE_OUT",DATE_RANGE_INNER:"DATE_RANGE_INNER",DATETIME_RANGE_OUT:"DATETIME_RANGE_OUT",DATETIME_RANGE_INNER:"DATETIME_RANGE_INNER",LABEL:"LABEL",SELECTLABEL:"SELECTLABEL"},R={RADIO:"SELECT_SINGLE",MULTIPLE:"SELECT_MULTIPLE",ALL:"DATETIME_WHOLE",SELECT_TIME:"DATETIME_SELECT",PAST_TIME:"DATETIME_PAST",FUTURE_TIME:"DATETIME_FUTURE"},N={CUSTOM:"CUSTOM",FIRST_VAL:"FIRST",NOW:"NOW",TODAY:"TODAY",TODAY_START:"TODAY_START",TODAY_END:"TODAY_END",TOMORROW:"TOMORROW",TOMORROW_START:"TOMORROW_START",TOMORROW_END:"TOMORROW_END",YESTERDAY:"YESTERDAY",YESTERDAY_START:"YESTERDAY_START",YESTERDAY_END:"YESTERDAY_END",THIS_WEEK:"THIS_WEEK",WEEK_START:"THIS_WEEK_START",WEEK_END:"THIS_WEEK_END",NEXT_WEEK:"NEXT_WEEK",LAST_WEEK:"LAST_WEEK",THIS_MONTH:"THIS_MONTH",MONTH_START:"THIS_MONTH_START",MONTH_END:"THIS_MONTH_END",NEXT_MONTH:"NEXT_MONTH",LAST_MONTH:"LAST_MONTH",THIS_QUARTER:"THIS_QUARTER",NEXT_QUARTER:"NEXT_QUARTER",LAST_QUARTER:"LAST_QUARTER",THIS_YEAR:"THIS_YEAR",NEXT_YEAR:"NEXT_YEAR",LAST_YEAR:"LAST_YEAR"},S={NULL:"NULL",EQUAL:"EQ"};export{S as ConditionEnums,T as DataTypeEnums,E as FieldTypeEnums,A as MappingMethodEnums,R as WidgetOptionEnums,_ as WidgetTypeEnums,N as WidgetValEnums};
1
+ const E={TEXT:"TEXT",NUMBER:"NUMBER",DATE:"DATE",DATE_TIME:"DATETIME",TIME:"TIME",BOOLEAN:"BOOLEAN"},T={SQL:"SQL",API:"API"},A={MANUAL:"manual",DICT:"dict"},_={INPUT_NUMBER:"NUMBER",INPUT:"TEXT",SELECT:"SELECT",DATE:"DATE",DATE_TIME:"DATETIME",CHECKBOX_GROUP:"CHECKBOX_GROUP",INPUTNUMBER_RANGE:"INPUTNUMBER_RANGE",DATE_RANGE_OUT:"DATE_RANGE_OUT",DATE_RANGE_INNER:"DATE_RANGE_INNER",DATETIME_RANGE_OUT:"DATETIME_RANGE_OUT",DATETIME_RANGE_INNER:"DATETIME_RANGE_INNER",LABEL:"LABEL",SELECTLABEL:"SELECTLABEL",SELECTDYNAMIC:"SELECTDYNAMIC"},R={RADIO:"SELECT_SINGLE",MULTIPLE:"SELECT_MULTIPLE",ALL:"DATETIME_WHOLE",SELECT_TIME:"DATETIME_SELECT",PAST_TIME:"DATETIME_PAST",FUTURE_TIME:"DATETIME_FUTURE"},N={CUSTOM:"CUSTOM",FIRST_VAL:"FIRST",NOW:"NOW",TODAY:"TODAY",TODAY_START:"TODAY_START",TODAY_END:"TODAY_END",TOMORROW:"TOMORROW",TOMORROW_START:"TOMORROW_START",TOMORROW_END:"TOMORROW_END",YESTERDAY:"YESTERDAY",YESTERDAY_START:"YESTERDAY_START",YESTERDAY_END:"YESTERDAY_END",THIS_WEEK:"THIS_WEEK",WEEK_START:"THIS_WEEK_START",WEEK_END:"THIS_WEEK_END",NEXT_WEEK:"NEXT_WEEK",LAST_WEEK:"LAST_WEEK",THIS_MONTH:"THIS_MONTH",MONTH_START:"THIS_MONTH_START",MONTH_END:"THIS_MONTH_END",NEXT_MONTH:"NEXT_MONTH",LAST_MONTH:"LAST_MONTH",THIS_QUARTER:"THIS_QUARTER",NEXT_QUARTER:"NEXT_QUARTER",LAST_QUARTER:"LAST_QUARTER",THIS_YEAR:"THIS_YEAR",NEXT_YEAR:"NEXT_YEAR",LAST_YEAR:"LAST_YEAR"},S={NULL:"NULL",EQUAL:"EQ"};export{S as ConditionEnums,T as DataTypeEnums,E as FieldTypeEnums,A as MappingMethodEnums,R as WidgetOptionEnums,_ as WidgetTypeEnums,N as WidgetValEnums};
package/es/env.d.ts CHANGED
@@ -1,25 +1,25 @@
1
- /// <reference types="vite/client" />
2
-
3
- interface ImportMetaEnv {
4
- readonly VITE_APP_TYPE: string;
5
- // 更多环境变量...
6
- }
7
-
8
- interface ImportMeta {
9
- readonly env: ImportMetaEnv;
10
- }
11
-
12
- declare module '*.vue' {
13
- // @ts-ignore
14
- import type { App, defineComponent } from 'vue';
15
- // // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
16
- // // const component: DefineComponent<{}, {}, any>
17
- const component: ReturnType<typeof defineComponent> & {
18
- install(app: App): void;
19
- };
20
- // @ts-ignore
21
- export default component;
22
- }
23
-
24
- declare module '*.js';
25
-
1
+ /// <reference types="vite/client" />
2
+
3
+ interface ImportMetaEnv {
4
+ readonly VITE_APP_TYPE: string;
5
+ // 更多环境变量...
6
+ }
7
+
8
+ interface ImportMeta {
9
+ readonly env: ImportMetaEnv;
10
+ }
11
+
12
+ declare module '*.vue' {
13
+ // @ts-ignore
14
+ import type { App, defineComponent } from 'vue';
15
+ // // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
16
+ // // const component: DefineComponent<{}, {}, any>
17
+ const component: ReturnType<typeof defineComponent> & {
18
+ install(app: App): void;
19
+ };
20
+ // @ts-ignore
21
+ export default component;
22
+ }
23
+
24
+ declare module '*.js';
25
+
@@ -0,0 +1,86 @@
1
+ declare const draggableComponent: import('vue').DefineComponent<
2
+ {
3
+ list: {
4
+ type: ArrayConstructor;
5
+ required: boolean;
6
+ default: any;
7
+ };
8
+ modelValue: {
9
+ type: ArrayConstructor;
10
+ required: boolean;
11
+ default: any;
12
+ };
13
+ itemKey: {
14
+ type: (FunctionConstructor | StringConstructor)[];
15
+ required: boolean;
16
+ };
17
+ clone: {
18
+ type: FunctionConstructor;
19
+ default: (original: any) => any;
20
+ };
21
+ tag: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ };
25
+ move: {
26
+ type: FunctionConstructor;
27
+ default: any;
28
+ };
29
+ componentData: {
30
+ type: ObjectConstructor;
31
+ required: boolean;
32
+ default: any;
33
+ };
34
+ },
35
+ unknown,
36
+ {
37
+ error: boolean;
38
+ },
39
+ {
40
+ realList(): any;
41
+ getKey(): any;
42
+ },
43
+ {
44
+ getUnderlyingVm(domElement: any): any;
45
+ getUnderlyingPotencialDraggableComponent(htmElement: any): any;
46
+ emitChanges(evt: any): void;
47
+ alterList(onList: any): void;
48
+ spliceList(): void;
49
+ updatePosition(oldIndex: any, newIndex: any): void;
50
+ getRelatedContextFromMoveEvent({ to, related }: { to: any; related: any }): any;
51
+ getVmIndexFromDomIndex(domIndex: any): any;
52
+ onDragStart(evt: any): void;
53
+ onDragAdd(evt: any): void;
54
+ onDragRemove(evt: any): void;
55
+ onDragUpdate(evt: any): void;
56
+ computeFutureIndex(relatedContext: any, evt: any): any;
57
+ onDragMove(evt: any, originalEvent: any): any;
58
+ onDragEnd(): void;
59
+ },
60
+ import('vue').ComponentOptionsMixin,
61
+ import('vue').ComponentOptionsMixin,
62
+ any[],
63
+ any,
64
+ import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps,
65
+ Readonly<
66
+ {
67
+ move: Function;
68
+ tag: string;
69
+ clone: Function;
70
+ list: unknown[];
71
+ modelValue: unknown[];
72
+ componentData: Record<string, any>;
73
+ } & {
74
+ itemKey?: string | Function;
75
+ }
76
+ >,
77
+ {
78
+ move: Function;
79
+ tag: string;
80
+ clone: Function;
81
+ list: unknown[];
82
+ modelValue: unknown[];
83
+ componentData: Record<string, any>;
84
+ }
85
+ >;
86
+ export default draggableComponent;
@@ -1 +1 @@
1
- var e="@cnhis-design-vue/shared",s="3.1.44-release.5",i="index.ts",n={"naive-ui":"^2.30.0",vue:"^3.2.0"},a={"@vicons/ionicons5":"^0.12.0","lodash-es":"^4.17.21",moment:"^2.29.1","video.js":"^7.19.2","videojs-contrib-hls":"^5.15.0",viewerjs:"^1.10.5","xe-utils":"^3.5.4"},d={name:e,version:"3.1.44-release.5",private:!0,main:"index.ts",peerDependencies:n,dependencies:a};export{d as default,a as dependencies,i as main,e as name,n as peerDependencies,s as version};
1
+ var e="@cnhis-design-vue/shared",i="3.1.44",s="index.ts",n={"naive-ui":"^2.30.0",vue:"^3.2.0"},d={"@vicons/ionicons5":"^0.12.0","lodash-es":"^4.17.21",moment:"^2.29.1","video.js":"^7.19.2","videojs-contrib-hls":"^5.15.0",viewerjs:"^1.10.5","xe-utils":"^3.5.4"},o={name:e,version:"3.1.44",private:!0,main:"index.ts",peerDependencies:n,dependencies:d};export{o as default,d as dependencies,s as main,e as name,n as peerDependencies,i as version};