cnhis-design-vue 3.1.43-beta.0 → 3.1.43-beta.10

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 (122) hide show
  1. package/es/components/base-search/index.d.ts +46 -114
  2. package/es/components/base-search/src/index.vue.d.ts +46 -114
  3. package/es/components/base-search/src/index.vue.js +1 -1
  4. package/es/components/base-search/style/index.css +1 -1
  5. package/es/components/big-table/src/hooks/useEdit.d.ts +26 -26
  6. package/es/components/big-table/src/utils.js +1 -1
  7. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +1 -1
  8. package/es/components/button-print/src/utils/print.d.ts +2 -0
  9. package/es/components/button-print/src/utils/print.js +1 -1
  10. package/es/components/classification/index.d.ts +7 -6
  11. package/es/components/classification/src/components/search-filter/index.vue.d.ts +1 -0
  12. package/es/components/classification/src/components/set-classification/index.vue.d.ts +6 -5
  13. package/es/components/classification/src/components/set-classification/index.vue.js +1 -1
  14. package/es/components/classification/src/components/table-modal/index.vue.d.ts +2 -2
  15. package/es/components/classification/src/index.vue.d.ts +7 -6
  16. package/es/components/date-picker/index.d.ts +27 -2
  17. package/es/components/date-picker/src/DatePicker.vue.d.ts +27 -2
  18. package/es/components/date-picker/src/DatePicker.vue.js +1 -1
  19. package/es/components/fabric-chart/index.d.ts +1 -1
  20. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -2
  21. package/es/components/fabric-chart/src/hooks/useBirthProcess.d.ts +1 -1
  22. package/es/components/fabric-chart/src/hooks/useBirthProcessChart.d.ts +2 -1
  23. package/es/components/fabric-chart/src/hooks/useCenter.d.ts +4 -4
  24. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -1
  25. package/es/components/fabric-chart/src/hooks/useEvent.d.ts +1 -1
  26. package/es/components/fabric-chart/src/hooks/useEvent.js +1 -1
  27. package/es/components/fabric-chart/src/hooks/useLeft.d.ts +1 -1
  28. package/es/components/fabric-chart/src/hooks/useTemperatureChart.d.ts +3 -2
  29. package/es/components/form-config/index.d.ts +72 -0
  30. package/es/components/form-config/src/FormConfig.vue.d.ts +72 -0
  31. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +21 -20
  32. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +43 -0
  33. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +1 -1
  34. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +1 -1
  35. package/es/components/form-render/index.d.ts +1 -0
  36. package/es/components/form-render/src/FormRender.vue.d.ts +1 -0
  37. package/es/components/form-render/src/FormRender.vue.js +1 -1
  38. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +1 -0
  39. package/es/components/form-render/src/hooks/useChangeContext.d.ts +1 -1
  40. package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
  41. package/es/components/form-render/src/hooks/useLowCodeEvent.d.ts +6 -0
  42. package/es/components/form-render/src/hooks/useLowCodeEvent.js +1 -0
  43. package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -1
  44. package/es/components/form-render/src/types/fieldItem.d.ts +2 -127
  45. package/es/components/form-render/src/types/index.d.ts +1 -2
  46. package/es/components/iho-table/index.d.ts +15 -5
  47. package/es/components/iho-table/src/IhoTable.vue.d.ts +15 -5
  48. package/es/components/iho-table/src/IhoTable.vue.js +1 -1
  49. package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.d.ts +2 -2
  50. package/es/components/iho-table/src/hooks/useTableContext.d.ts +1 -1
  51. package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.js +1 -1
  52. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +4 -1
  53. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.js +1 -1
  54. package/es/components/iho-table/src/plugins/fieldConnectionPlugin/index.js +1 -1
  55. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +28 -3
  56. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/index.js +1 -1
  57. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +3 -11
  58. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.js +1 -1
  59. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -1
  60. package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.js +1 -1
  61. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +27 -2
  62. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  63. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.d.ts +1 -0
  64. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.js +1 -1
  65. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
  66. package/es/components/iho-table/src/plugins/varialbleHeightPlugin/index.js +1 -1
  67. package/es/components/iho-table/src/types/index.d.ts +11 -25
  68. package/es/components/iho-table/src/types/pluginType.d.ts +18 -21
  69. package/es/components/iho-table/style/iconfont.ttf +0 -0
  70. package/es/components/iho-table/style/index.css +1 -1
  71. package/es/components/index.css +1 -1
  72. package/es/components/index.d.ts +1 -0
  73. package/es/components/info-header/index.d.ts +2 -0
  74. package/es/components/info-header/src/InfoHeader.vue.d.ts +2 -0
  75. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +4 -4
  76. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +1 -0
  77. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +21 -20
  78. package/es/components/keyboard/src/components/InputNumber.vue.js +1 -1
  79. package/es/components/quick-search/index.d.ts +54 -224
  80. package/es/components/quick-search/src/index.vue.d.ts +54 -224
  81. package/es/components/quick-search/src/index.vue.js +1 -1
  82. package/es/components/quick-search/style/index.css +1 -1
  83. package/es/components/scale-view/src/hooks/use-component.d.ts +1 -1
  84. package/es/components/select-person/index.d.ts +13 -0
  85. package/es/components/select-person/src/SelectPerson.vue.d.ts +13 -0
  86. package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
  87. package/es/components/select-person/src/utils/index.d.ts +1 -1
  88. package/es/components/select-person/src/utils/index.js +1 -1
  89. package/es/components/shortcut-setter/index.d.ts +15 -0
  90. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +15 -0
  91. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +1 -0
  92. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +1 -0
  93. package/es/components/table-filter/src/components/render-widget/components/Date.vue.d.ts +109 -0
  94. package/es/components/table-filter/src/components/render-widget/components/Date.vue.js +1 -0
  95. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +67 -0
  96. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.js +1 -0
  97. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +27 -7
  98. package/es/components/table-filter/src/components/render-widget/components/Select.vue.js +1 -1
  99. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +3 -2
  100. package/es/components/table-filter/src/components/render-widget/components/index.js +1 -1
  101. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +13 -3
  102. package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
  103. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +134 -15
  104. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  105. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +6 -2
  106. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  107. package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
  108. package/es/components/table-filter/src/types/enums.d.ts +1 -0
  109. package/es/components/table-filter/src/types/enums.js +1 -1
  110. package/es/components/table-filter/src/types/index.d.ts +26 -87
  111. package/es/shared/hooks/useDateTime.js +1 -1
  112. package/es/shared/package.json.js +1 -1
  113. package/es/shared/types/business.d.ts +16 -0
  114. package/es/shared/types/business.js +1 -0
  115. package/es/shared/types/index.d.ts +1 -1
  116. package/es/shared/utils/business.d.ts +11 -0
  117. package/es/shared/utils/business.js +1 -0
  118. package/es/shared/utils/index.d.ts +1 -5
  119. package/es/shared/utils/index.js +1 -1
  120. package/package.json +65 -65
  121. package/es/components/iho-table/src/plugins/fieldConnectionPlugin/fieldConnectionUtils.d.ts +0 -11
  122. package/es/components/iho-table/src/plugins/fieldConnectionPlugin/fieldConnectionUtils.js +0 -1
@@ -2335,6 +2335,7 @@ declare const _default: import("vue").DefineComponent<{
2335
2335
  observeFormGraph: Record<string, import("../../../../../../es/components/form-render").GeneralField>;
2336
2336
  setGraph: (field: import("../../../../../../es/components/form-render").GeneralField) => void;
2337
2337
  removeGraph: (field: import("../../../../../../es/components/form-render").GeneralField) => void;
2338
+ lowCodeEventTrigger: (field: import("../../../../../../es/components/form-render").GeneralField) => void;
2338
2339
  formModel: import("../../../../../../es/components/form-render").Form<{
2339
2340
  [x: string]: any;
2340
2341
  }>;
@@ -48,7 +48,7 @@ declare const _default: import("vue").DefineComponent<{
48
48
  NDivider: any;
49
49
  NSpace: any;
50
50
  NButton: any;
51
- FormRender: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
51
+ FormRender: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{}, {
52
52
  formRenderRef: import("vue").Ref<FormRenderExpose | undefined>;
53
53
  key: import("vue").Ref<number>;
54
54
  reload: () => Promise<void>;
@@ -59,7 +59,7 @@ declare const _default: import("vue").DefineComponent<{
59
59
  type: import("vue").PropType<FieldItem[]>;
60
60
  };
61
61
  initialData: {
62
- type: import("vue").PropType<import("../../../../../shared/types").AnyObject>;
62
+ type: import("vue").PropType<import("../../../..").AnyObject>;
63
63
  default: () => {};
64
64
  };
65
65
  fieldVisitor: {
@@ -148,11 +148,11 @@ declare const _default: import("vue").DefineComponent<{
148
148
  default: () => {};
149
149
  };
150
150
  scope: {
151
- type: import("vue").PropType<import("../../../../../shared/types").AnyObject>;
151
+ type: import("vue").PropType<import("../../../..").AnyObject>;
152
152
  default: () => {};
153
153
  };
154
154
  annotation: {
155
- type: import("vue").PropType<import("../../../../../shared/types").AnyObject>;
155
+ type: import("vue").PropType<import("../../../..").AnyObject>;
156
156
  };
157
157
  consumer: {
158
158
  type: BooleanConstructor;
@@ -164,8 +164,8 @@ declare const _default: import("vue").DefineComponent<{
164
164
  lifeCycle: {
165
165
  type: import("vue").PropType<Partial<{
166
166
  onSetup(): void;
167
- beforeRequest(fieldKey: string, params?: import("../../../../../shared/types").AnyObject | undefined): void | import("../../../../../shared/types").UndefinedAble<import("../../../../../shared/types").AnyObject>;
168
- afterRequest(fieldKey: string, payload?: any): import("../../../../../shared/types").AnyObject[];
167
+ beforeRequest(fieldKey: string, params?: import("../../../..").AnyObject | undefined): void | import("../../../..").UndefinedAble<import("../../../..").AnyObject>;
168
+ afterRequest(fieldKey: string, payload?: any): import("../../../..").AnyObject[];
169
169
  }>>;
170
170
  };
171
171
  requestInstance: {
@@ -191,7 +191,7 @@ declare const _default: import("vue").DefineComponent<{
191
191
  type: import("vue").PropType<FieldItem[]>;
192
192
  };
193
193
  initialData: {
194
- type: import("vue").PropType<import("../../../../../shared/types").AnyObject>;
194
+ type: import("vue").PropType<import("../../../..").AnyObject>;
195
195
  default: () => {};
196
196
  };
197
197
  fieldVisitor: {
@@ -280,11 +280,11 @@ declare const _default: import("vue").DefineComponent<{
280
280
  default: () => {};
281
281
  };
282
282
  scope: {
283
- type: import("vue").PropType<import("../../../../../shared/types").AnyObject>;
283
+ type: import("vue").PropType<import("../../../..").AnyObject>;
284
284
  default: () => {};
285
285
  };
286
286
  annotation: {
287
- type: import("vue").PropType<import("../../../../../shared/types").AnyObject>;
287
+ type: import("vue").PropType<import("../../../..").AnyObject>;
288
288
  };
289
289
  consumer: {
290
290
  type: BooleanConstructor;
@@ -296,8 +296,8 @@ declare const _default: import("vue").DefineComponent<{
296
296
  lifeCycle: {
297
297
  type: import("vue").PropType<Partial<{
298
298
  onSetup(): void;
299
- beforeRequest(fieldKey: string, params?: import("../../../../../shared/types").AnyObject | undefined): void | import("../../../../../shared/types").UndefinedAble<import("../../../../../shared/types").AnyObject>;
300
- afterRequest(fieldKey: string, payload?: any): import("../../../../../shared/types").AnyObject[];
299
+ beforeRequest(fieldKey: string, params?: import("../../../..").AnyObject | undefined): void | import("../../../..").UndefinedAble<import("../../../..").AnyObject>;
300
+ afterRequest(fieldKey: string, payload?: any): import("../../../..").AnyObject[];
301
301
  }>>;
302
302
  };
303
303
  requestInstance: {
@@ -333,7 +333,7 @@ declare const _default: import("vue").DefineComponent<{
333
333
  changeContextCollector: import("../../../../../../es/components/form-render").ContextCollector;
334
334
  formUUID: string;
335
335
  anchorBarRef: import("vue").Ref<{
336
- syncBarPosition: import("../../../../../shared/types").Func<any[], any>;
336
+ syncBarPosition: import("../../../..").Func<any[], any>;
337
337
  } | undefined>;
338
338
  currentAnchor: import("vue").WritableComputedRef<string>;
339
339
  generateAnchorList: (formModel: import("../../../../../../es/components/form-render").Form<any>) => Promise<void>;
@@ -347,6 +347,7 @@ declare const _default: import("vue").DefineComponent<{
347
347
  observeFormGraph: Record<string, import("../../../../../../es/components/form-render").GeneralField>;
348
348
  setGraph: (field: import("../../../../../../es/components/form-render").GeneralField) => void;
349
349
  removeGraph: (field: import("../../../../../../es/components/form-render").GeneralField) => void;
350
+ lowCodeEventTrigger: (field: import("../../../../../../es/components/form-render").GeneralField) => void;
350
351
  formModel: import("../../../../../../es/components/form-render").Form<{
351
352
  [x: string]: any;
352
353
  }>;
@@ -472,7 +473,7 @@ declare const _default: import("vue").DefineComponent<{
472
473
  exposeEvent: {
473
474
  validate(path?: string): Promise<void>;
474
475
  getFormValues(needCombineExtendKey?: boolean): any;
475
- setFormValues(values: import("../../../../../shared/types").AnyObject, needSplitExtendKey?: boolean, overwrite?: boolean): void;
476
+ setFormValues(values: import("../../../..").AnyObject, needSplitExtendKey?: boolean, overwrite?: boolean): void;
476
477
  setFieldState(path: string, handler: (field: Partial<Pick<import("../../../../../../es/components/form-render").Field<any, any, any, any>, import("../../../../../../es/components/form-render").NonFunctionPropertyNames<{
477
478
  match: (pattern: import("@formily/path").Pattern) => boolean;
478
479
  validate: (triggerType?: import("@formily/validator").ValidatorTriggerType | undefined) => any;
@@ -638,7 +639,7 @@ declare const _default: import("vue").DefineComponent<{
638
639
  type: import("vue").PropType<FieldItem[]>;
639
640
  };
640
641
  initialData: {
641
- type: import("vue").PropType<import("../../../../../shared/types").AnyObject>;
642
+ type: import("vue").PropType<import("../../../..").AnyObject>;
642
643
  default: () => {};
643
644
  };
644
645
  fieldVisitor: {
@@ -727,11 +728,11 @@ declare const _default: import("vue").DefineComponent<{
727
728
  default: () => {};
728
729
  };
729
730
  scope: {
730
- type: import("vue").PropType<import("../../../../../shared/types").AnyObject>;
731
+ type: import("vue").PropType<import("../../../..").AnyObject>;
731
732
  default: () => {};
732
733
  };
733
734
  annotation: {
734
- type: import("vue").PropType<import("../../../../../shared/types").AnyObject>;
735
+ type: import("vue").PropType<import("../../../..").AnyObject>;
735
736
  };
736
737
  consumer: {
737
738
  type: BooleanConstructor;
@@ -743,8 +744,8 @@ declare const _default: import("vue").DefineComponent<{
743
744
  lifeCycle: {
744
745
  type: import("vue").PropType<Partial<{
745
746
  onSetup(): void;
746
- beforeRequest(fieldKey: string, params?: import("../../../../../shared/types").AnyObject | undefined): void | import("../../../../../shared/types").UndefinedAble<import("../../../../../shared/types").AnyObject>;
747
- afterRequest(fieldKey: string, payload?: any): import("../../../../../shared/types").AnyObject[];
747
+ beforeRequest(fieldKey: string, params?: import("../../../..").AnyObject | undefined): void | import("../../../..").UndefinedAble<import("../../../..").AnyObject>;
748
+ afterRequest(fieldKey: string, payload?: any): import("../../../..").AnyObject[];
748
749
  }>>;
749
750
  };
750
751
  requestInstance: {
@@ -773,9 +774,9 @@ declare const _default: import("vue").DefineComponent<{
773
774
  maxHeight: string | number;
774
775
  column: number;
775
776
  components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
776
- initialData: import("../../../../../shared/types").AnyObject;
777
+ initialData: import("../../../..").AnyObject;
777
778
  parallelism: number;
778
- scope: import("../../../../../shared/types").AnyObject;
779
+ scope: import("../../../..").AnyObject;
779
780
  consumer: boolean;
780
781
  enterToNextWidget: boolean | ((fieldItem: FieldItem) => boolean | void);
781
782
  linebarAutoHidden: boolean;
@@ -1 +1 @@
1
- import{defineComponent as e,ref as t,inject as u,watch as l,openBlock as n,createBlock as o,unref as a,withCtx as s,createVNode as r}from"vue";import{NInput as i,NSpace as p,NIcon as c}from"naive-ui";import{CaretUp as d,CaretDown as m}from"@vicons/ionicons5";import{getNumber as f}from"../utils/index.js";import v from"../../../../_virtual/plugin-vue_export-helper.js";var g=v(e({__name:"InputNumber",props:{modelValue:{type:String,default:""},integer:{type:Boolean,default:!1},status:{type:String,default:"success"}},emits:["update:modelValue","update:status"],setup(e,{expose:v,emit:g}){const _=e,y=t(null),V=u("toSelectInputContent");function x(e){const t="string"==typeof e?e:e.join("");g("update:modelValue",t),g("update:status",t?"success":"error")}function b(e){return _.integer?/(^[1-9]\d*$)/.test(e)||!e:/^\d*(.\d+)?$/.test(e)||!e}function j(e){const t=f(_.modelValue);let u="+"===e?t+1:t-1;(u<=0||isNaN(u))&&(u=1),g("update:modelValue",u.toString()),g("update:status","success")}return l((()=>V.value),(e=>{var t,u;!_.integer&&(null==(u=null==(t=y.value)?void 0:t.select)||u.call(t))})),v({$childrenRefs:y}),(t,u)=>(n(),o(a(i),{ref_key:"inputRef",ref:y,value:e.modelValue,"onUpdate:value":x,"allow-input":b,placeholder:"",status:e.status,clearable:!e.integer},{suffix:s((()=>[r(a(p),{justify:"center",vertical:""},{default:s((()=>[r(a(c),{size:"13",component:a(d),onClick:u[0]||(u[0]=e=>j("+"))},null,8,["component"]),r(a(c),{size:"13",component:a(m),onClick:u[1]||(u[1]=e=>j("-"))},null,8,["component"])])),_:1})])),_:1},8,["value","status","clearable"]))}}),[["__file","InputNumber.vue"]]);export{g as default};
1
+ import{defineComponent as e,ref as t,inject as u,watch as l,openBlock as n,createBlock as o,unref as a,withCtx as s,createVNode as r}from"vue";import{NInput as i,NSpace as p,NIcon as c}from"naive-ui";import{CaretUp as d,CaretDown as m}from"@vicons/ionicons5";import{getNumber as f}from"../utils/index.js";import v from"../../../../_virtual/plugin-vue_export-helper.js";var g=v(e({__name:"InputNumber",props:{modelValue:{type:String,default:""},integer:{type:Boolean,default:!1},status:{type:String,default:"success"}},emits:["update:modelValue","update:status"],setup(e,{expose:v,emit:g}){const _=e,y=t(null),V=u("toSelectInputContent");function x(e){const t="string"==typeof e?e:e.join("");g("update:modelValue",t),g("update:status",t?"success":"error")}function b(e){return _.integer?/(^[1-9]\d*$)/.test(e)||!e:/^\d*\.?\d*$/.test(e)||!e}function j(e){const t=f(_.modelValue);let u="+"===e?t+1:t-1;(u<=0||isNaN(u))&&(u=1),g("update:modelValue",u.toString()),g("update:status","success")}return l((()=>V.value),(e=>{var t,u;!_.integer&&(null==(u=null==(t=y.value)?void 0:t.select)||u.call(t))})),v({$childrenRefs:y}),(t,u)=>(n(),o(a(i),{ref_key:"inputRef",ref:y,value:e.modelValue,"onUpdate:value":x,"allow-input":b,placeholder:"",status:e.status,clearable:!e.integer},{suffix:s((()=>[r(a(p),{justify:"center",vertical:""},{default:s((()=>[r(a(c),{size:"13",component:a(d),onClick:u[0]||(u[0]=e=>j("+"))},null,8,["component"]),r(a(c),{size:"13",component:a(m),onClick:u[1]||(u[1]=e=>j("-"))},null,8,["component"])])),_:1})])),_:1},8,["value","status","clearable"]))}}),[["__file","InputNumber.vue"]]);export{g as default};
@@ -28,7 +28,6 @@ declare const CQuickSearch: SFCWithInstall<import("vue").DefineComponent<{
28
28
  outQuickSearchFn: {
29
29
  handlerInitSearchItem(arr: import("..").ISearchType[]): void;
30
30
  };
31
- getDefValByRenderWidget: (cfg: import("..").ISearchType) => any;
32
31
  getRenderSearchConObj: (cfg: import("..").ISearchType) => {
33
32
  field_key: string;
34
33
  con: string | undefined;
@@ -44,15 +43,19 @@ declare const CQuickSearch: SFCWithInstall<import("vue").DefineComponent<{
44
43
  setting: string;
45
44
  widgetCfg: {
46
45
  isRender: boolean;
46
+ isInit: boolean;
47
47
  widgetType: string | null;
48
48
  valueList: {
49
49
  value: any;
50
- label: string;
50
+ label: any;
51
51
  }[] | undefined;
52
52
  defaultValue: any;
53
53
  defValueUnit: any;
54
54
  multiple: boolean;
55
+ manualMapping: boolean | null | undefined;
56
+ dynamicOptionInfo: import("..").dynamicOptionInfoType | {} | undefined;
55
57
  };
58
+ rangeFilter: boolean | undefined;
56
59
  title: string;
57
60
  alias: string | undefined;
58
61
  isShowSearch: number;
@@ -60,7 +63,7 @@ declare const CQuickSearch: SFCWithInstall<import("vue").DefineComponent<{
60
63
  explicitRequired: number;
61
64
  advanceOptionSetting: string;
62
65
  placeholder: string | undefined;
63
- advanceColWidth: string;
66
+ advanceColWidth: number | null | undefined;
64
67
  }[];
65
68
  getCacheDef: (item: import("..").ISearchType, cacheList: string[]) => string | string[];
66
69
  transformParams: (paramsList: any) => {};
@@ -92,120 +95,28 @@ declare const CQuickSearch: SFCWithInstall<import("vue").DefineComponent<{
92
95
  }>;
93
96
  showInner: import("vue").Ref<boolean>;
94
97
  quickSearch: import("vue").Ref<{
98
+ isShowSearch?: number | undefined;
99
+ filterExplicit?: number | undefined;
100
+ explicitRequired?: number | undefined;
101
+ advanceOptionSetting?: string | undefined;
102
+ explicitDefaultVal?: string | undefined;
103
+ advanceColWidth?: string | undefined;
104
+ fieldType?: string | undefined;
95
105
  columnName: string;
96
106
  title: string;
97
- fieldType?: string | undefined;
98
- filterExplicit?: number | undefined;
99
- isShowSearch?: number | undefined;
100
- setting?: any;
101
- settingObj?: any;
102
107
  placeholder?: string | undefined;
103
- AGEAttr?: boolean | undefined;
104
- CL?: string | undefined;
105
- CONVERT?: any;
106
- EVALUATEAttr?: boolean | undefined;
107
- EQ?: string | undefined;
108
- LABELAttr?: boolean | undefined;
109
- _isBlock?: boolean | undefined;
108
+ settingObj?: any;
109
+ setting?: any;
110
+ widgetCfg?: any;
111
+ rangeFilter?: boolean | undefined;
110
112
  _frontId?: any;
111
- NUMBERFiled?: boolean | undefined;
112
- PASSWORDTYPE?: boolean | undefined;
113
- advanceColWidth?: string | undefined;
114
- advanceOptionSetting?: string | undefined;
115
- alias?: string | undefined;
116
- ageObj?: any;
117
- attr?: string | undefined;
118
- bigValue?: string | number | undefined;
119
- classify?: string | undefined;
120
- colWidth?: number | undefined;
121
- columnFullName?: string | undefined;
122
- com?: string | undefined;
123
- comType?: string | undefined;
124
- comAttr?: string | undefined;
125
- con?: string | undefined;
126
- dataSource?: any;
127
- dictionarieObj?: any;
128
- explicitRequired?: number | undefined;
129
- explicitDefaultVal?: string | undefined;
130
- extraField?: boolean | undefined;
131
- fieldSetting?: string | undefined;
132
- format?: string | undefined;
133
- i18n?: string | undefined;
134
- id?: string | undefined;
135
- inputVal?: string | undefined;
136
- inputUnit?: string | undefined;
137
- isAvg?: number | undefined;
138
- isEdit?: number | undefined;
139
- isFixed?: number | undefined;
140
- isFixedShow?: number | undefined;
141
- isFontWeight?: number | undefined;
142
- isMerge?: number | undefined;
143
- isOrder?: number | undefined;
144
- isPreciseSearch?: boolean | undefined;
145
113
  isRender?: boolean | undefined;
146
- isSearch?: number | undefined;
147
- isShow?: number | undefined;
148
- isSort?: number | undefined;
149
- isSum?: number | undefined;
150
- labelObj?: any;
151
- labelList?: {
152
- labelId?: string | undefined;
153
- change_text: string;
154
- field_key: string;
155
- filter: {
156
- con: string;
157
- conName?: string | undefined;
158
- field_key: string;
159
- key?: string | undefined;
160
- value: string;
161
- }[];
162
- label: string;
163
- labelName: string;
164
- sqlExpression: string;
165
- value: string;
166
- isSelect?: boolean | undefined;
167
- }[] | undefined;
168
- labelSelectList?: {
169
- labelId?: string | undefined;
170
- change_text: string;
171
- field_key: string;
172
- filter: {
173
- con: string;
174
- conName?: string | undefined;
175
- field_key: string;
176
- key?: string | undefined;
177
- value: string;
178
- }[];
179
- label: string;
180
- labelName: string;
181
- sqlExpression: string;
182
- value: string;
183
- isSelect?: boolean | undefined;
184
- }[] | undefined;
185
- lessValue?: string | number | undefined;
186
- marginx?: string | undefined;
187
- notParticipatingSearch?: number | undefined;
188
- order?: string | undefined;
189
- QUOTE?: any;
190
- searchPageConfig?: any;
191
- selecteds?: any;
192
- sequence?: number | undefined;
193
- showDate?: boolean | undefined;
194
- showFormat?: string | undefined;
195
- showTime?: boolean | undefined;
196
- sid?: string | undefined;
197
- start_val?: number | null | undefined;
198
- end_val?: number | null | undefined;
199
- tempCon?: any;
200
- tableId?: string | undefined;
201
- value?: any;
202
- unit?: string | undefined;
203
- widgetCfg?: any;
204
- formTitle?: string | undefined;
205
- random_key?: string | undefined;
206
114
  widgetType?: any;
207
- hasFieldList?: any;
208
- search_DefaultValue?: any;
115
+ con?: string | undefined;
116
+ _isBlock?: boolean | undefined;
117
+ value?: any;
118
+ sid?: string | undefined;
119
+ alias?: string | undefined;
209
120
  }[]>;
210
121
  parentNames: import("vue").Ref<{
211
122
  disabled: boolean;
@@ -219,120 +130,28 @@ declare const CQuickSearch: SFCWithInstall<import("vue").DefineComponent<{
219
130
  handleName: import("vue").ComputedRef<(item: import("..").ISearchType, key?: string) => any>;
220
131
  init: () => void;
221
132
  onFilterSearch: () => {
133
+ isShowSearch?: number | undefined;
134
+ filterExplicit?: number | undefined;
135
+ explicitRequired?: number | undefined;
136
+ advanceOptionSetting?: string | undefined;
137
+ explicitDefaultVal?: string | undefined;
138
+ advanceColWidth?: string | undefined;
139
+ fieldType?: string | undefined;
222
140
  columnName: string;
223
141
  title: string;
224
- fieldType?: string | undefined;
225
- filterExplicit?: number | undefined;
226
- isShowSearch?: number | undefined;
227
- setting?: any;
228
- settingObj?: any;
229
142
  placeholder?: string | undefined;
230
- AGEAttr?: boolean | undefined;
231
- CL?: string | undefined;
232
- CONVERT?: any;
233
- EVALUATEAttr?: boolean | undefined;
234
- EQ?: string | undefined;
235
- LABELAttr?: boolean | undefined;
236
- _isBlock?: boolean | undefined;
143
+ settingObj?: any;
144
+ setting?: any;
145
+ widgetCfg?: any;
146
+ rangeFilter?: boolean | undefined;
237
147
  _frontId?: any;
238
- NUMBERFiled?: boolean | undefined;
239
- PASSWORDTYPE?: boolean | undefined;
240
- advanceColWidth?: string | undefined;
241
- advanceOptionSetting?: string | undefined;
242
- alias?: string | undefined;
243
- ageObj?: any;
244
- attr?: string | undefined;
245
- bigValue?: string | number | undefined;
246
- classify?: string | undefined;
247
- colWidth?: number | undefined;
248
- columnFullName?: string | undefined;
249
- com?: string | undefined;
250
- comType?: string | undefined;
251
- comAttr?: string | undefined;
252
- con?: string | undefined;
253
- dataSource?: any;
254
- dictionarieObj?: any;
255
- explicitRequired?: number | undefined;
256
- explicitDefaultVal?: string | undefined;
257
- extraField?: boolean | undefined;
258
- fieldSetting?: string | undefined;
259
- format?: string | undefined;
260
- i18n?: string | undefined;
261
- id?: string | undefined;
262
- inputVal?: string | undefined;
263
- inputUnit?: string | undefined;
264
- isAvg?: number | undefined;
265
- isEdit?: number | undefined;
266
- isFixed?: number | undefined;
267
- isFixedShow?: number | undefined;
268
- isFontWeight?: number | undefined;
269
- isMerge?: number | undefined;
270
- isOrder?: number | undefined;
271
- isPreciseSearch?: boolean | undefined;
272
148
  isRender?: boolean | undefined;
273
- isSearch?: number | undefined;
274
- isShow?: number | undefined;
275
- isSort?: number | undefined;
276
- isSum?: number | undefined;
277
- labelObj?: any;
278
- labelList?: {
279
- labelId?: string | undefined;
280
- change_text: string;
281
- field_key: string;
282
- filter: {
283
- con: string;
284
- conName?: string | undefined;
285
- field_key: string;
286
- key?: string | undefined;
287
- value: string;
288
- }[];
289
- label: string;
290
- labelName: string;
291
- sqlExpression: string;
292
- value: string;
293
- isSelect?: boolean | undefined;
294
- }[] | undefined;
295
- labelSelectList?: {
296
- labelId?: string | undefined;
297
- change_text: string;
298
- field_key: string;
299
- filter: {
300
- con: string;
301
- conName?: string | undefined;
302
- field_key: string;
303
- key?: string | undefined;
304
- value: string;
305
- }[];
306
- label: string;
307
- labelName: string;
308
- sqlExpression: string;
309
- value: string;
310
- isSelect?: boolean | undefined;
311
- }[] | undefined;
312
- lessValue?: string | number | undefined;
313
- marginx?: string | undefined;
314
- notParticipatingSearch?: number | undefined;
315
- order?: string | undefined;
316
- QUOTE?: any;
317
- searchPageConfig?: any;
318
- selecteds?: any;
319
- sequence?: number | undefined;
320
- showDate?: boolean | undefined;
321
- showFormat?: string | undefined;
322
- showTime?: boolean | undefined;
323
- sid?: string | undefined;
324
- start_val?: number | null | undefined;
325
- end_val?: number | null | undefined;
326
- tempCon?: any;
327
- tableId?: string | undefined;
328
- value?: any;
329
- unit?: string | undefined;
330
- widgetCfg?: any;
331
- formTitle?: string | undefined;
332
- random_key?: string | undefined;
333
149
  widgetType?: any;
334
- hasFieldList?: any;
335
- search_DefaultValue?: any;
150
+ con?: string | undefined;
151
+ _isBlock?: boolean | undefined;
152
+ value?: any;
153
+ sid?: string | undefined;
154
+ alias?: string | undefined;
336
155
  }[];
337
156
  getMergeConObj: () => import("..").ISearchParamsType[];
338
157
  getConObjParams: () => import("..").ISearchParamsType[];
@@ -343,8 +162,8 @@ declare const CQuickSearch: SFCWithInstall<import("vue").DefineComponent<{
343
162
  hanldeBlur: () => void;
344
163
  editParentName: (e: Event, item: import("..").IParentNamesType) => void;
345
164
  handleParentNameSelect: (item: import("..").IParentNamesType, index: number) => void;
346
- handleParentNamesRemove: (index: number, item: import("..").IParentNamesType) => void;
347
- handleParent: (index: number, item: import("..").IParentNamesType) => void;
165
+ handleParentNamesRemove: (index: number) => void;
166
+ handleParent: (index: number) => void;
348
167
  saveTableCondiTion: (params: import("..").ISaveType) => Promise<void>;
349
168
  cancelSaveToCalss: () => void;
350
169
  clearData: () => void;
@@ -651,6 +470,7 @@ declare const CQuickSearch: SFCWithInstall<import("vue").DefineComponent<{
651
470
  NIcon: any;
652
471
  NInput: any;
653
472
  NButton: any;
473
+ NPopover: any;
654
474
  CloseOutline: 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<{}>>, {}>;
655
475
  AddOutline: 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<{}>>, {}>;
656
476
  RenderWidget: import("vue").DefineComponent<{
@@ -661,19 +481,25 @@ declare const CQuickSearch: SFCWithInstall<import("vue").DefineComponent<{
661
481
  modelValue: {
662
482
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
663
483
  };
484
+ filterApiConfig: {
485
+ type: ObjectConstructor;
486
+ };
664
487
  }, any, {
665
488
  initialProps: {};
666
489
  }, {
667
490
  valueCp(): any;
668
491
  }, {
669
492
  search(): void;
670
- getEleWidth(cfg: any): string | undefined;
493
+ getEleWidth(cfg: any): {
494
+ width: string;
495
+ } | undefined;
671
496
  initComponentProps(cfg: any): void;
672
497
  generateWidget(cfg: any): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
673
498
  [key: string]: any;
674
499
  }> | null;
675
- handleUpdate(val: any, widgetType: any, defValueUnit: any): void;
676
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "outFilterChange")[], "update:modelValue" | "outFilterChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
500
+ handleUpdate(val: any): void;
501
+ handleChangeInitState(_frontId: any, bool: any): void;
502
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "outFilterChange" | "changeInit")[], "update:modelValue" | "outFilterChange" | "changeInit", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
677
503
  cfg: {
678
504
  type: ObjectConstructor;
679
505
  required: true;
@@ -681,9 +507,13 @@ declare const CQuickSearch: SFCWithInstall<import("vue").DefineComponent<{
681
507
  modelValue: {
682
508
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
683
509
  };
510
+ filterApiConfig: {
511
+ type: ObjectConstructor;
512
+ };
684
513
  }>> & {
685
514
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
686
515
  onOutFilterChange?: ((...args: any[]) => any) | undefined;
516
+ onChangeInit?: ((...args: any[]) => any) | undefined;
687
517
  }, {}>;
688
518
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onFilterSearch" | "getFilterParam" | "clearQuickSearchConfig")[], "onFilterSearch" | "getFilterParam" | "clearQuickSearchConfig", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
689
519
  searchFieldList: {