cnhis-design-vue 3.1.55-release.2 → 3.1.56-beta.11

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/README.md +87 -87
  2. package/es/components/annotation-edit/index.d.ts +18 -0
  3. package/es/components/annotation-edit/src/AnnotationEdit.d.ts +18 -0
  4. package/es/components/annotation-edit/src/AnnotationEdit.js +1 -1
  5. package/es/components/annotation-edit/src/type.d.ts +4 -0
  6. package/es/components/audio-sdk/src/audioSDK.d.ts +20 -6
  7. package/es/components/audio-sdk/src/audioSDK.js +1 -1
  8. package/es/components/audio-sdk/src/components/recordingDialog.vue.d.ts +14 -0
  9. package/es/components/audio-sdk/src/components/recordingDialog.vue2.js +1 -1
  10. package/es/components/audio-sdk/src/utils/recordingDialog.d.ts +5 -2
  11. package/es/components/audio-sdk/src/utils/recordingDialog.js +1 -1
  12. package/es/components/audio-sdk/style/index.css +1 -1
  13. package/es/components/base-search/index.d.ts +14 -0
  14. package/es/components/base-search/src/index.vue.d.ts +14 -0
  15. package/es/components/base-search/src/index.vue2.js +1 -1
  16. package/es/components/base-search/style/index.css +1 -1
  17. package/es/components/button-print/src/utils/print.d.ts +3 -0
  18. package/es/components/button-print/src/utils/print.js +1 -1
  19. package/es/components/callback/src/components/render/popupMaps.d.ts +26 -4
  20. package/es/components/classification/index.d.ts +39 -23
  21. package/es/components/classification/src/components/search-filter/index.vue.d.ts +14 -0
  22. package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
  23. package/es/components/classification/src/components/set-classification/index.vue.d.ts +20 -22
  24. package/es/components/classification/src/components/set-classification/index.vue2.js +1 -1
  25. package/es/components/classification/src/components/table-modal/index.vue.d.ts +9 -20
  26. package/es/components/classification/src/components/table-modal/index.vue2.js +1 -1
  27. package/es/components/classification/src/index.vue.d.ts +65 -45
  28. package/es/components/classification/src/index.vue2.js +1 -1
  29. package/es/components/classification/style/index.css +1 -1
  30. package/es/components/expand-field/src/components/form.vue2.js +1 -1
  31. package/es/components/fabric-chart/index.d.ts +4 -2
  32. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +4 -2
  33. package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
  34. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
  35. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -1
  36. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +1 -1
  37. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +1 -1
  38. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +1 -1
  39. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
  40. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -1
  41. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
  42. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
  43. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
  44. package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -1
  45. package/es/components/form-config/index.d.ts +84 -14
  46. package/es/components/form-config/src/FormConfig.vue.d.ts +84 -14
  47. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +26 -4
  48. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +41 -7
  49. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +1 -0
  50. package/es/components/form-render/index.d.ts +26 -4
  51. package/es/components/form-render/src/FormRender.vue.d.ts +27 -4
  52. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  53. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +26 -4
  54. package/es/components/form-render/src/components/renderer/formItem.js +1 -1
  55. package/es/components/form-render/src/constants/index.d.ts +1 -0
  56. package/es/components/form-render/src/constants/index.js +1 -1
  57. package/es/components/form-render/src/hooks/useComplexOptions.d.ts +1 -1
  58. package/es/components/form-render/src/hooks/useComplexOptions.js +1 -1
  59. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +10 -2
  60. package/es/components/form-render/src/hooks/useFormContext.js +1 -1
  61. package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -1
  62. package/es/components/form-render/src/types/index.d.ts +3 -1
  63. package/es/components/iho-table/src/plugins/defaultValuePlugin.js +1 -1
  64. package/es/components/iho-table/src/plugins/headerPlugin.js +1 -1
  65. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +48 -10
  66. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +1 -1
  67. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/radioRendererPlugin.js +1 -1
  68. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  69. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +1 -1
  70. package/es/components/index.css +1 -1
  71. package/es/components/info-header/index.d.ts +77 -13
  72. package/es/components/info-header/src/InfoHeader.vue.d.ts +77 -13
  73. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +5 -1
  74. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +5 -1
  75. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +31 -5
  76. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +26 -4
  77. package/es/components/recommend-search/index.d.ts +8 -8
  78. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +8 -8
  79. package/es/components/recommend-search/src/components/BaseSearch.d.ts +1 -1
  80. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +3 -3
  81. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +3 -3
  82. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  83. package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
  84. package/es/components/select-person/src/SearchMultiple.vue.d.ts +6 -0
  85. package/es/components/shortcut-setter/index.d.ts +26 -4
  86. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +26 -4
  87. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +0 -3
  88. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +14 -0
  89. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +14 -0
  90. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +14 -0
  91. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +14 -0
  92. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +15 -0
  93. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -1
  94. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +14 -0
  95. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +1 -1
  96. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +15 -0
  97. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +15 -0
  98. package/es/components/table-filter/src/types/index.d.ts +3 -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/hooks/selectHooks/useSelectRenders.d.ts +1 -1
  111. package/es/shared/hooks/selectHooks/useSelectRenders.js +1 -1
  112. package/es/shared/package.json.js +1 -1
  113. package/es/shared/types/business.d.ts +1 -0
  114. package/es/shared/utils/business.js +1 -1
  115. package/package.json +2 -2
  116. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  117. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
  118. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
  119. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
  120. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
  121. package/es/shared/utils/fabricjs/index.d.ts +0 -6823
  122. package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -27,6 +27,7 @@ declare const _default: import("vue").DefineComponent<{
27
27
  };
28
28
  type: {
29
29
  type: StringConstructor;
30
+ default: string;
30
31
  };
31
32
  transitionName: {
32
33
  type: StringConstructor;
@@ -36,12 +37,6 @@ declare const _default: import("vue").DefineComponent<{
36
37
  default: () => HTMLElement;
37
38
  };
38
39
  }, {
39
- instance: import("axios").AxiosInstance;
40
- attrs: {
41
- [x: string]: unknown;
42
- };
43
- $message: import("naive-ui").MessageApi;
44
- $dialog: import("naive-ui").DialogApi;
45
40
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
46
41
  visibleIn: {
47
42
  type: BooleanConstructor;
@@ -70,6 +65,7 @@ declare const _default: import("vue").DefineComponent<{
70
65
  };
71
66
  type: {
72
67
  type: StringConstructor;
68
+ default: string;
73
69
  };
74
70
  transitionName: {
75
71
  type: StringConstructor;
@@ -81,12 +77,10 @@ declare const _default: import("vue").DefineComponent<{
81
77
  }>> & {
82
78
  onClose?: ((...args: any[]) => any) | undefined;
83
79
  onHandleOk?: ((...args: any[]) => any) | undefined;
84
- onChangeData?: ((...args: any[]) => any) | undefined;
85
80
  onResetPopconfirm?: ((...args: any[]) => any) | undefined;
86
81
  onFinishSubmit?: ((...args: any[]) => any) | undefined;
87
82
  }>>;
88
- emits: (event: "close" | "handleOk" | "changeData" | "resetPopconfirm" | "finishSubmit", ...args: any[]) => void;
89
- isAdmin: import("vue").ComputedRef<unknown>;
83
+ emits: (event: "close" | "handleOk" | "resetPopconfirm" | "finishSubmit", ...args: any[]) => void;
90
84
  homeList: any;
91
85
  visible: import("vue").Ref<boolean>;
92
86
  isChangeWindow: import("vue").Ref<boolean>;
@@ -94,24 +88,15 @@ declare const _default: import("vue").DefineComponent<{
94
88
  modalHeight: import("vue").Ref<string>;
95
89
  isShowResetButton: boolean;
96
90
  handleOk: () => void;
97
- rinkTo: () => void;
98
91
  close: () => void;
99
92
  resetChangeWindow: () => void;
100
- dragEnd: () => void;
101
93
  clickli: (item: IClassifyListType) => void;
102
94
  clickChecked: (item: IClassifyListType) => void;
103
95
  changeSwitch: (item: IClassifyListType) => void;
104
- changecommonSwitch: (item: IClassifyListType) => void;
105
96
  formatParams: (type: string) => {
106
97
  id: string;
107
98
  tableId: string;
108
99
  setting: string;
109
- type?: undefined;
110
- } | {
111
- type: string;
112
- tableId: string;
113
- setting: string;
114
- id?: undefined;
115
100
  } | undefined;
116
101
  changeModalWindow: () => void;
117
102
  popconfirm: (e: any) => void;
@@ -190,6 +175,9 @@ declare const _default: import("vue").DefineComponent<{
190
175
  modelValue: unknown[];
191
176
  componentData: Record<string, any>;
192
177
  } & {
178
+ /**
179
+ * 改变弹窗大小
180
+ */
193
181
  itemKey?: string | Function | undefined;
194
182
  }>, {
195
183
  move: Function;
@@ -199,7 +187,7 @@ declare const _default: import("vue").DefineComponent<{
199
187
  modelValue: unknown[];
200
188
  componentData: Record<string, any>;
201
189
  }>;
202
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "handleOk" | "changeData" | "resetPopconfirm" | "finishSubmit")[], "close" | "handleOk" | "changeData" | "resetPopconfirm" | "finishSubmit", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
190
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "handleOk" | "resetPopconfirm" | "finishSubmit")[], "close" | "handleOk" | "resetPopconfirm" | "finishSubmit", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
203
191
  visibleIn: {
204
192
  type: BooleanConstructor;
205
193
  };
@@ -227,6 +215,7 @@ declare const _default: import("vue").DefineComponent<{
227
215
  };
228
216
  type: {
229
217
  type: StringConstructor;
218
+ default: string;
230
219
  };
231
220
  transitionName: {
232
221
  type: StringConstructor;
@@ -238,11 +227,11 @@ declare const _default: import("vue").DefineComponent<{
238
227
  }>> & {
239
228
  onClose?: ((...args: any[]) => any) | undefined;
240
229
  onHandleOk?: ((...args: any[]) => any) | undefined;
241
- onChangeData?: ((...args: any[]) => any) | undefined;
242
230
  onResetPopconfirm?: ((...args: any[]) => any) | undefined;
243
231
  onFinishSubmit?: ((...args: any[]) => any) | undefined;
244
232
  }, {
245
233
  loading: boolean;
234
+ type: string;
246
235
  dataSource: unknown[];
247
236
  visibleIn: boolean;
248
237
  getContainer: Function;
@@ -1 +1 @@
1
- import{defineComponent as e,useAttrs as t,computed as i,ref as l,inject as n,watch as a,openBlock as o,createBlock as s,unref as r,normalizeClass as c,withCtx as u,createVNode as d,normalizeStyle as p,createSlots as m,createElementVNode as v,createElementBlock as h,createCommentVNode as f,withDirectives as g,vShow as y,createTextVNode as C,toDisplayString as w,withModifiers as k,renderSlot as x}from"vue";import{useMessage as b,useDialog as z,NModal as S,NCard as _,NTooltip as D,NIcon as E,NSwitch as M,NPopconfirm as P,NButton as I}from"naive-ui";import{ReorderTwo as U,Brush as N,DocumentOutline as V}from"@vicons/ionicons5";import O from"../../../../../shared/components/VueDraggable/src/vuedraggable.js";import{root_isShowResetButton as F}from"../../const/index.js";import B from"axios";const A={class:"svg-wrap"},H={class:"flex_between"},R={key:0},$={class:"table-modal-list"},j={class:"list-title"},J=v("span",{class:"list-title-item",style:{width:"6%"}},null,-1),T=v("span",{class:"list-title-item"}," 名称 ",-1),Y=v("span",{class:"list-title-item"}," 父类名称 ",-1),q=v("span",{class:"list-title-item"}," 是否显示 ",-1),G=v("span",{class:"list-title-item"}," 设置为默认 ",-1),K={class:"list-title-item"},L=v("span",{class:"list-title-item"}," 操作 ",-1),Q=["onClick"],W={class:"list-content-item",style:{width:"6%","text-align":"center",overflow:"initial"}},X=["title"],Z=["title"],ee={class:"list-content-item list-content-switch"},te={class:"list-content-item list-content-radio"},ie={class:"list-content-item"},le={class:"list-content-item"},ne={key:0},ae=v("svg",{xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 32 32"},[v("path",{d:"M12 12h2v12h-2z",fill:"currentColor"}),v("path",{d:"M18 12h2v12h-2z",fill:"currentColor"}),v("path",{d:"M4 6v2h2v20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8h2V6zm4 22V8h16v20z",fill:"currentColor"}),v("path",{d:"M12 2h8v2h-8z",fill:"currentColor"})],-1),oe={key:1},se=v("svg",{xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 32 32"},[v("path",{d:"M12 12h2v12h-2z",fill:"currentColor"}),v("path",{d:"M18 12h2v12h-2z",fill:"currentColor"}),v("path",{d:"M4 6v2h2v20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8h2V6zm4 22V8h16v20z",fill:"currentColor"}),v("path",{d:"M12 2h8v2h-8z",fill:"currentColor"})],-1);var re=e({__name:"index",props:{visibleIn:{type:Boolean},loading:{type:Boolean},confirm:{type:Function},edit:{type:Function,defdault:()=>({})},copy:{type:Function,defdault:()=>({})},delItem:{type:Function,defdault:()=>({})},dataSource:{type:Array,default:()=>[]},type:{type:String},transitionName:{type:String},getContainer:{type:Function,default:()=>document.body}},emits:["handleOk","close","changeData","resetPopconfirm","finishSubmit"],setup(e,{emit:re}){const ce=e,ue=B.create({}),de=t(),pe=b(),me=z(),ve=i((()=>(null==de?void 0:de.isOrgAdmin)||!1)),he=l(ce.dataSource),fe=l(ce.visibleIn),ge=l(!1),ye=l("other"==ce.type?"100%":"860px"),Ce=l("654px"),we=n(F);function ke(){ce.type&&(ze(),re("handleOk",function(e){if("search"==e||"other"==e)return{id:"",tableId:"",setting:JSON.stringify(he.value.map((e=>({isDefault:e.isDefault,isShow:e.isShow,name:e.name,type:e.type,classifyId:e.sid}))))};if("mananger"==e){let e={};return he.value.forEach(((t,i)=>{const l=(null==t?void 0:t.id)||"";e[l]={id:l,index:i,default:t.isDefault?1:0,isHide:t.isShow?0:1}})),{type:"HOMEPAGE",tableId:"10001",setting:JSON.stringify({pageConfig:e})}}return}(ce.type)))}function xe(){be()}function be(){fe.value=!1,ze(),re("close")}function ze(){ye.value="860px",Ce.value="654px",ge.value=!1}function Se(){re("changeData",he.value)}function _e(){ge.value=!ge.value;let e=document.body.clientHeight;ye.value="860px"===ye.value?"100%":"860px",Ce.value="654px"===Ce.value?`${e}px`:"654px"}function De(e){re("resetPopconfirm",e)}function Ee(e,t,i){const l=ce[e];l&&l(t,i)}return a((()=>ce.visibleIn),(e=>{fe.value=e})),a((()=>ce.dataSource),(e=>{he.value=e}),{immediate:!0,deep:!0}),(t,i)=>(o(),s(r(S),{show:fe.value,bodyStyle:{height:Ce.value,overflowY:"auto"},width:ye.value,maskClosable:!1,class:c(["classification-modal-block standard-modal standard-modal-white",{"modal-screen":ge.value}]),closable:!1,centered:"",transitionName:e.transitionName,getContainer:e.getContainer,"positive-text":"保存","negative-text":"取消",onPositiveClick:ke,onNegativeClick:be},{default:u((()=>[d(r(_),{style:p({width:ye.value,height:Ce.value,overflowY:"auto"}),title:"设置分类",bordered:!1,size:"huge",role:"dialog","aria-modal":"true"},m({"header-extra":u((()=>[v("div",A,[v("i",{onClick:_e,class:c(["iconfont-table-filter",ge.value?"icon-table-filter-menzhenyishengzhanxitongtubiaozuixiaohua2":"icon-table-filter-menzhenyishengzhanxitongtubiaozuidahua"])},null,2),v("i",{onClick:be,class:"iconfont-table-filter icon-table-filter-menzhenyishengzhanxitongtubiaoguanbi"})])])),default:u((()=>[r(ve)&&"mananger"==e.type?(o(),h("p",R,[v("span",{onClick:xe}," 添加首页 ")])):f("v-if",!0),v("div",$,[v("div",j,[J,T,Y,q,G,g(v("span",K," 设置公共首页 ",512),[[y,r(ve)&&"mananger"==e.type]]),L]),d(r(O),{class:"list-content",tag:"ul",list:he.value,"item-key":"sid",onEnd:Se,animation:"300"},{item:u((({element:t})=>[g(v("li",{class:c({checked:t.checked}),onClick:e=>{return i=t,he.value.forEach((e=>{e.sid==i.sid?e.checked=!0:e.checked=!1})),void re("changeData",he.value,i);var i}},[v("span",W,[d(r(D),{mouseEnterDelay:1},{trigger:u((()=>[d(r(E),{component:r(U),size:"24"},null,8,["component"])])),default:u((()=>[C(" 拖拽调整顺序 ")])),_:1})]),v("span",{title:t.displayCategory,class:"list-content-item"},w(t.name),9,X),v("span",{title:t.name,class:"list-content-item"},w(t.displayCategory),9,Z),v("span",ee,[d(r(M),{"onUpdate:value":e=>{return i=t,void he.value.forEach((e=>{e.sid==i.sid&&(e.isShow=!e.isShow,e.isShow||(i.isDefault=!1))}));var i},size:"small",value:t.isShow},null,8,["onUpdate:value","value"])]),v("span",te,[d(r(M),{"onUpdate:value":e=>{var i;(i=t).isShow&&he.value.forEach((e=>{e.sid==i.sid?e.isDefault=!e.isDefault:e.isDefault=!1}))},size:"small",value:t.isDefault},null,8,["onUpdate:value","value"])]),g(v("span",ie,[d(r(M),{"onUpdate:value":e=>function(e){function t(e){let t="";for(const i in e)t+=encodeURIComponent(i)+"="+encodeURIComponent(e[i])+"&";return t=t.slice(0,-1),t}me.warning({title:`是否确定${e.isCommon?"取消":"设置"}公共首页?`,positiveText:"确定",negativeText:"取消",maskClosable:!1,onPositiveClick:()=>{let i={id:e.id,setCommon:!e.isCommon};ue({url:"homePage/updateCommon",method:"post",data:i,transformRequest:[t]}).then((t=>{"SUCCESS"===t.data.result?(pe.success(t.data.resultMsg),e.isCommon=!e.isCommon,re("finishSubmit")):pe.error(t.data.resultMsg)})).catch((e=>{console.log(e)}))},onNegativeClick:()=>({})})}(t),size:"small",value:t.isCommon},null,8,["onUpdate:value","value"])],512),[[y,r(ve)&&"mananger"==e.type]]),v("span",le,["mananger"==e.type&&r(ve)?(o(),h("span",ne,[d(r(P),{onPositiveClick:e=>Ee("confirm",t)},{trigger:u((()=>[d(r(E),null,{default:u((()=>[ae])),_:1})])),default:u((()=>[C(" 是否确认删除? ")])),_:2},1032,["onPositiveClick"])])):f("v-if",!0),f(" 编辑 "),g(v("span",null,[d(r(D),null,{trigger:u((()=>[d(r(E),{component:r(N),onClick:k((e=>Ee("edit",t,"编辑")),["prevent","stop"])},null,8,["component","onClick"])])),default:u((()=>[C(" 编辑 ")])),_:2},1024)],512),[[y,"other"==e.type||"search"==e.type&&t.isEdit||"mananger"==e.type&&r(ve)]]),f(" 复制 "),g(v("span",null,[d(r(D),null,{trigger:u((()=>[d(r(E),{component:r(V),onClick:k((e=>Ee("copy",t,"复制")),["prevent","stop"])},null,8,["component","onClick"])])),default:u((()=>[C(" 复制 ")])),_:2},1024)],512),[[y,"search"==e.type||"other"==e.type]]),f(" 删除 "),t.isEdit?(o(),h("span",oe,[d(r(P),{onPositiveClick:e=>Ee("delItem",t,"删除")},{trigger:u((()=>[d(r(E),null,{default:u((()=>[se])),_:1})])),default:u((()=>[C(" 是否确认删除? ")])),_:2},1032,["onPositiveClick"])])):f("v-if",!0)])],10,Q),[[y,"line"!=t.type]])])),_:1},8,["list"])])])),_:2},["search"==e.type?{name:"footer",fn:u((()=>[v("div",H,[v("div",null,[r(we)?(o(),s(r(P),{key:0,placement:"top-start","positive-text":"确认","negative-text":"取消",onPositiveClick:De},{trigger:u((()=>[d(r(I),null,{default:u((()=>[C("恢复默认设置")])),_:1})])),default:u((()=>[C(" 确认要恢复系统默认设置吗? ")])),_:1})):f("v-if",!0)]),v("div",null,[d(r(I),{onClick:be},{default:u((()=>[C("取消")])),_:1}),x(t.$slots,"add"),d(r(I),{type:"info",onClick:ke},{default:u((()=>[C("保存")])),_:1})])])])),key:"0"}:void 0]),1032,["style"])])),_:3},8,["show","bodyStyle","width","class","transitionName","getContainer"]))}});export{re as default};
1
+ import{defineComponent as e,ref as t,inject as i,watch as l,openBlock as a,createBlock as n,unref as o,normalizeClass as s,withCtx as c,createVNode as r,normalizeStyle as u,createSlots as d,createElementVNode as p,withDirectives as v,createTextVNode as m,toDisplayString as h,createCommentVNode as f,withModifiers as y,vShow as g,createElementBlock as w,renderSlot as k}from"vue";import{NModal as x,NCard as b,NTooltip as C,NIcon as z,NSwitch as S,NPopconfirm as _,NButton as D}from"naive-ui";import{ReorderTwo as I,Brush as E,DocumentOutline as N}from"@vicons/ionicons5";import P from"../../../../../shared/components/VueDraggable/src/vuedraggable.js";import{root_isShowResetButton as F}from"../../const/index.js";import{cloneDeep as M}from"lodash-es";const U={class:"svg-wrap"},V={class:"flex_between"},B={class:"table-modal-list"},O=p("div",{class:"list-title"},[p("span",{class:"list-title-item",style:{width:"6%"}}),p("span",{class:"list-title-item"}," 名称 "),p("span",{class:"list-title-item"}," 父类名称 "),p("span",{class:"list-title-item"}," 是否显示 "),p("span",{class:"list-title-item"}," 设置为默认 "),p("span",{class:"list-title-item"}," 操作 ")],-1),j=["onClick"],Y={class:"list-content-item",style:{width:"6%","text-align":"center",overflow:"initial"}},$=["title"],A=["title"],H={class:"list-content-item list-content-switch"},J={class:"list-content-item list-content-radio"},q={class:"list-content-item"},G={key:0},K=p("svg",{xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 32 32"},[p("path",{d:"M12 12h2v12h-2z",fill:"currentColor"}),p("path",{d:"M18 12h2v12h-2z",fill:"currentColor"}),p("path",{d:"M4 6v2h2v20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8h2V6zm4 22V8h16v20z",fill:"currentColor"}),p("path",{d:"M12 2h8v2h-8z",fill:"currentColor"})],-1);var L=e({__name:"index",props:{visibleIn:{type:Boolean},loading:{type:Boolean},confirm:{type:Function},edit:{type:Function,defdault:()=>({})},copy:{type:Function,defdault:()=>({})},delItem:{type:Function,defdault:()=>({})},dataSource:{type:Array,default:()=>[]},type:{type:String,default:"search"},transitionName:{type:String},getContainer:{type:Function,default:()=>document.body}},emits:["handleOk","close","resetPopconfirm","finishSubmit"],setup(e,{emit:L}){const Q=e,R=t([]),T=t(Q.visibleIn),W=t(!1),X=t("other"==Q.type?"100%":"860px"),Z=t("654px"),ee=i(F);function te(){var e;Q.type&&(le(),L("handleOk","search"==(e=Q.type)||"other"==e?{id:"",tableId:"",setting:JSON.stringify(R.value.map((e=>({isDefault:e.isDefault,isShow:e.isShow,name:e.name,type:e.type,classifyId:e.sid}))))}:void 0))}function ie(){T.value=!1,le(),L("close")}function le(){X.value="860px",Z.value="654px",W.value=!1}function ae(){W.value=!W.value;let e=document.body.clientHeight;X.value="860px"===X.value?"100%":"860px",Z.value="654px"===Z.value?`${e}px`:"654px"}function ne(e){L("resetPopconfirm",e)}function oe(e,t,i){const l=Q[e];l&&l(t,i)}return l((()=>Q.visibleIn),(e=>{T.value=e})),l((()=>Q.dataSource),(e=>{R.value=M(e)}),{immediate:!0,deep:!0}),(t,i)=>(a(),n(o(x),{show:T.value,bodyStyle:{height:Z.value,overflowY:"auto"},width:X.value,maskClosable:!1,class:s(["classification-modal-block standard-modal standard-modal-white",{"modal-screen":W.value}]),closable:!1,centered:"",transitionName:e.transitionName,getContainer:e.getContainer,"positive-text":"保存","negative-text":"取消",onPositiveClick:te,onNegativeClick:ie},{default:c((()=>[r(o(b),{style:u({width:X.value,height:Z.value,overflowY:"auto"}),title:"设置分类",bordered:!1,size:"huge",role:"dialog","aria-modal":"true"},d({"header-extra":c((()=>[p("div",U,[p("i",{onClick:ae,class:s(["iconfont-table-filter",W.value?"icon-table-filter-menzhenyishengzhanxitongtubiaozuixiaohua2":"icon-table-filter-menzhenyishengzhanxitongtubiaozuidahua"])},null,2),p("i",{onClick:ie,class:"iconfont-table-filter icon-table-filter-menzhenyishengzhanxitongtubiaoguanbi"})])])),default:c((()=>[p("div",B,[O,r(o(P),{class:"list-content",tag:"ul",list:R.value,"item-key":"sid",animation:"300"},{item:c((({element:t})=>[v(p("li",{class:s({checked:t.checked}),onClick:e=>{return i=t,void R.value.forEach((e=>{e.sid==i.sid?e.checked=!0:e.checked=!1}));var i}},[p("span",Y,[r(o(C),{mouseEnterDelay:1},{trigger:c((()=>[r(o(z),{component:o(I),size:"24"},null,8,["component"])])),default:c((()=>[m(" 拖拽调整顺序 ")])),_:1})]),p("span",{title:t.displayCategory,class:"list-content-item"},h(t.name),9,$),p("span",{title:t.name,class:"list-content-item"},h(t.displayCategory),9,A),p("span",H,[r(o(S),{"onUpdate:value":e=>{return i=t,void R.value.forEach((e=>{e.sid==i.sid&&(e.isShow=!e.isShow,e.isShow||(i.isDefault=!1))}));var i},size:"small",value:t.isShow},null,8,["onUpdate:value","value"])]),p("span",J,[r(o(S),{"onUpdate:value":e=>{var i;(i=t).isShow&&R.value.forEach((e=>{e.sid==i.sid?e.isDefault=!e.isDefault:e.isDefault=!1}))},size:"small",value:t.isDefault},null,8,["onUpdate:value","value"])]),p("span",q,[f(" 编辑 "),v(p("span",null,[r(o(C),null,{trigger:c((()=>[r(o(z),{component:o(E),onClick:y((e=>oe("edit",t,"编辑")),["prevent","stop"])},null,8,["component","onClick"])])),default:c((()=>[m(" 编辑 ")])),_:2},1024)],512),[[g,"other"==e.type||"search"==e.type&&t.isEdit]]),f(" 复制 "),v(p("span",null,[r(o(C),null,{trigger:c((()=>[r(o(z),{component:o(N),onClick:y((e=>oe("copy",t,"复制")),["prevent","stop"])},null,8,["component","onClick"])])),default:c((()=>[m(" 复制 ")])),_:2},1024)],512),[[g,"search"==e.type||"other"==e.type]]),f(" 删除 "),t.isEdit?(a(),w("span",G,[r(o(_),{onPositiveClick:e=>oe("delItem",t,"删除")},{trigger:c((()=>[r(o(z),null,{default:c((()=>[K])),_:1})])),default:c((()=>[m(" 是否确认删除? ")])),_:2},1032,["onPositiveClick"])])):f("v-if",!0)])],10,j),[[g,"line"!=t.type]])])),_:1},8,["list"])])])),_:2},["search"==e.type?{name:"footer",fn:c((()=>[p("div",V,[p("div",null,[o(ee)?(a(),n(o(_),{key:0,placement:"top-start","positive-text":"确认","negative-text":"取消",onPositiveClick:ne},{trigger:c((()=>[r(o(D),null,{default:c((()=>[m("恢复默认设置")])),_:1})])),default:c((()=>[m(" 确认要恢复系统默认设置吗? ")])),_:1})):f("v-if",!0)]),p("div",null,[r(o(D),{onClick:ie},{default:c((()=>[m("取消")])),_:1}),k(t.$slots,"add"),r(o(D),{type:"info",onClick:te},{default:c((()=>[m("保存")])),_:1})])])])),key:"0"}:void 0]),1032,["style"])])),_:3},8,["show","bodyStyle","width","class","transitionName","getContainer"]))}});export{L as default};
@@ -1,5 +1,6 @@
1
1
  import { PropType } from 'vue';
2
2
  import { IClassifyListType, ITreeDataType, IConditionMapType, IClassifyItemType } from '../../../components/table-filter/src/types';
3
+ import { AnyObject } from '../../../shared/types';
3
4
  declare const _default: import("vue").DefineComponent<{
4
5
  tableId: {
5
6
  type: StringConstructor;
@@ -44,6 +45,10 @@ declare const _default: import("vue").DefineComponent<{
44
45
  type: ObjectConstructor;
45
46
  default: () => {};
46
47
  };
48
+ condiTionDigital: {
49
+ type: ObjectConstructor;
50
+ default: () => {};
51
+ };
47
52
  filterType: {
48
53
  type: StringConstructor;
49
54
  default: string;
@@ -97,6 +102,10 @@ declare const _default: import("vue").DefineComponent<{
97
102
  type: ObjectConstructor;
98
103
  default: () => {};
99
104
  };
105
+ condiTionDigital: {
106
+ type: ObjectConstructor;
107
+ default: () => {};
108
+ };
100
109
  filterType: {
101
110
  type: StringConstructor;
102
111
  default: string;
@@ -111,9 +120,11 @@ declare const _default: import("vue").DefineComponent<{
111
120
  classificationWidth: import("vue").Ref<number>;
112
121
  selectShow: import("vue").Ref<boolean>;
113
122
  treeData: import("vue").Ref<{
123
+ [x: string]: any;
114
124
  name: string;
115
- sid?: string | undefined;
125
+ sid: string;
116
126
  children: {
127
+ [x: string]: any;
117
128
  displayCategory: string;
118
129
  isDefault: boolean;
119
130
  isEdit: boolean;
@@ -137,6 +148,7 @@ declare const _default: import("vue").DefineComponent<{
137
148
  selected?: boolean | undefined;
138
149
  }[]>;
139
150
  conditionLists: import("vue").Ref<{
151
+ [x: string]: any;
140
152
  displayCategory: string;
141
153
  isDefault: boolean;
142
154
  isEdit: boolean;
@@ -156,6 +168,7 @@ declare const _default: import("vue").DefineComponent<{
156
168
  from?: string | undefined;
157
169
  }[]>;
158
170
  originConditionList: import("vue").Ref<{
171
+ [x: string]: any;
159
172
  displayCategory: string;
160
173
  isDefault: boolean;
161
174
  isEdit: boolean;
@@ -212,6 +225,7 @@ declare const _default: import("vue").DefineComponent<{
212
225
  handleGetTableCondiTionList: (first?: boolean, conditionMapVal?: {}) => Promise<unknown>;
213
226
  getTableCondiTionListNew: (tableIdVal: any) => Promise<any>;
214
227
  fmtChildName: (name: string, isPublic?: string) => string;
228
+ mergeDigitalMapToTreeData: (list: any[], digitalObj: AnyObject) => void;
215
229
  NIcon: any;
216
230
  NTooltip: any;
217
231
  SettingsOutline: 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<{}>>, {}>;
@@ -259,13 +273,12 @@ declare const _default: import("vue").DefineComponent<{
259
273
  $message: import("naive-ui").MessageApi;
260
274
  handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
261
275
  conditionList: import("vue").Ref<unknown[]>;
262
- checkedItem: import("vue").Ref<any>;
263
276
  addVisible: import("vue").Ref<boolean>;
264
277
  actionList_prop: import("vue").Ref<{}>;
265
278
  newSearchFieldList: any;
266
279
  saveLoading: import("vue").Ref<boolean>;
267
280
  searchFilter: any;
268
- filterApiConfig: import("../..").AnyObject;
281
+ filterApiConfig: AnyObject;
269
282
  attrs: {
270
283
  [x: string]: unknown;
271
284
  };
@@ -276,7 +289,6 @@ declare const _default: import("vue").DefineComponent<{
276
289
  copy: (item: IClassifyListType) => void;
277
290
  saveAdd: (params: any) => Promise<void>;
278
291
  cancelSaveAdd: () => void;
279
- changeData: (data: any, checkedItemVal: any) => void;
280
292
  delItem: (checkedItemVal: any) => Promise<void>;
281
293
  setOneVisible: (flag: boolean) => void;
282
294
  resetPopconfirm: () => Promise<void>;
@@ -310,6 +322,7 @@ declare const _default: import("vue").DefineComponent<{
310
322
  };
311
323
  type: {
312
324
  type: StringConstructor;
325
+ default: string;
313
326
  };
314
327
  transitionName: {
315
328
  type: StringConstructor;
@@ -319,12 +332,6 @@ declare const _default: import("vue").DefineComponent<{
319
332
  default: () => HTMLElement;
320
333
  };
321
334
  }, {
322
- instance: import("axios").AxiosInstance;
323
- attrs: {
324
- [x: string]: unknown;
325
- };
326
- $message: import("naive-ui").MessageApi;
327
- $dialog: import("naive-ui").DialogApi;
328
335
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
329
336
  visibleIn: {
330
337
  type: BooleanConstructor;
@@ -353,6 +360,7 @@ declare const _default: import("vue").DefineComponent<{
353
360
  };
354
361
  type: {
355
362
  type: StringConstructor;
363
+ default: string;
356
364
  };
357
365
  transitionName: {
358
366
  type: StringConstructor;
@@ -364,12 +372,10 @@ declare const _default: import("vue").DefineComponent<{
364
372
  }>> & {
365
373
  onClose?: ((...args: any[]) => any) | undefined;
366
374
  onHandleOk?: ((...args: any[]) => any) | undefined;
367
- onChangeData?: ((...args: any[]) => any) | undefined;
368
375
  onResetPopconfirm?: ((...args: any[]) => any) | undefined;
369
376
  onFinishSubmit?: ((...args: any[]) => any) | undefined;
370
377
  }>>;
371
- emits: (event: "close" | "handleOk" | "changeData" | "resetPopconfirm" | "finishSubmit", ...args: any[]) => void;
372
- isAdmin: import("vue").ComputedRef<unknown>;
378
+ emits: (event: "close" | "handleOk" | "resetPopconfirm" | "finishSubmit", ...args: any[]) => void;
373
379
  homeList: any;
374
380
  visible: import("vue").Ref<boolean>;
375
381
  isChangeWindow: import("vue").Ref<boolean>;
@@ -377,24 +383,15 @@ declare const _default: import("vue").DefineComponent<{
377
383
  modalHeight: import("vue").Ref<string>;
378
384
  isShowResetButton: boolean;
379
385
  handleOk: () => void;
380
- rinkTo: () => void;
381
386
  close: () => void;
382
387
  resetChangeWindow: () => void;
383
- dragEnd: () => void;
384
388
  clickli: (item: IClassifyListType) => void;
385
389
  clickChecked: (item: IClassifyListType) => void;
386
390
  changeSwitch: (item: IClassifyListType) => void;
387
- changecommonSwitch: (item: IClassifyListType) => void;
388
391
  formatParams: (type: string) => {
389
392
  id: string;
390
393
  tableId: string;
391
394
  setting: string;
392
- type?: undefined;
393
- } | {
394
- type: string;
395
- tableId: string;
396
- setting: string;
397
- id?: undefined;
398
395
  } | undefined;
399
396
  changeModalWindow: () => void;
400
397
  popconfirm: (e: any) => void;
@@ -482,7 +479,7 @@ declare const _default: import("vue").DefineComponent<{
482
479
  modelValue: unknown[];
483
480
  componentData: Record<string, any>;
484
481
  }>;
485
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "handleOk" | "changeData" | "resetPopconfirm" | "finishSubmit")[], "close" | "handleOk" | "changeData" | "resetPopconfirm" | "finishSubmit", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
482
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "handleOk" | "resetPopconfirm" | "finishSubmit")[], "close" | "handleOk" | "resetPopconfirm" | "finishSubmit", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
486
483
  visibleIn: {
487
484
  type: BooleanConstructor;
488
485
  };
@@ -510,6 +507,7 @@ declare const _default: import("vue").DefineComponent<{
510
507
  };
511
508
  type: {
512
509
  type: StringConstructor;
510
+ default: string;
513
511
  };
514
512
  transitionName: {
515
513
  type: StringConstructor;
@@ -521,11 +519,11 @@ declare const _default: import("vue").DefineComponent<{
521
519
  }>> & {
522
520
  onClose?: ((...args: any[]) => any) | undefined;
523
521
  onHandleOk?: ((...args: any[]) => any) | undefined;
524
- onChangeData?: ((...args: any[]) => any) | undefined;
525
522
  onResetPopconfirm?: ((...args: any[]) => any) | undefined;
526
523
  onFinishSubmit?: ((...args: any[]) => any) | undefined;
527
524
  }, {
528
525
  loading: boolean;
526
+ type: string;
529
527
  dataSource: unknown[];
530
528
  visibleIn: boolean;
531
529
  getContainer: Function;
@@ -701,6 +699,9 @@ declare const _default: import("vue").DefineComponent<{
701
699
  handleInitConditions: () => Promise<void>;
702
700
  validate: () => Promise<unknown>;
703
701
  saveAdd: () => void;
702
+ /**
703
+ * 改变展示方式
704
+ */
704
705
  cancelSaveAdd: () => void;
705
706
  checkActionList: () => boolean;
706
707
  NSpin: any;
@@ -809,7 +810,7 @@ declare const _default: import("vue").DefineComponent<{
809
810
  isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
810
811
  isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
811
812
  };
812
- CDatePicker: import("../..").SFCWithInstall<import("vue").DefineComponent<{
813
+ CDatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
813
814
  updateUnchangedValue: {
814
815
  type: BooleanConstructor;
815
816
  };
@@ -849,7 +850,7 @@ declare const _default: import("vue").DefineComponent<{
849
850
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
850
851
  }>>;
851
852
  emit: (event: "update:formatted-value", ...args: any[]) => void;
852
- datePickerRef: import("vue").Ref<import("../..").AnyObject | null>;
853
+ datePickerRef: import("vue").Ref<AnyObject | null>;
853
854
  panelInstRef: import("vue").Ref<null>;
854
855
  placeholderRef: import("vue").Ref<any>;
855
856
  currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
@@ -1115,8 +1116,8 @@ declare const _default: import("vue").DefineComponent<{
1115
1116
  getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
1116
1117
  emit: (event: "update:modelValue", ...args: any[]) => void;
1117
1118
  isLoading: import("vue").Ref<boolean>;
1118
- filterApiConfig: import("../..").AnyObject;
1119
- classifyFilterList: import("vue").Ref<import("../..").AnyObject[]>;
1119
+ filterApiConfig: AnyObject;
1120
+ classifyFilterList: import("vue").Ref<AnyObject[]>;
1120
1121
  totalPage: import("vue").Ref<number>;
1121
1122
  menuProps: {
1122
1123
  class: string;
@@ -1148,15 +1149,15 @@ declare const _default: import("vue").DefineComponent<{
1148
1149
  NSelect: any;
1149
1150
  SelectDynamicOption: import("vue").DefineComponent<{
1150
1151
  dynamicOptionInfo: {
1151
- type: PropType<import("../..").AnyObject>;
1152
+ type: PropType<AnyObject>;
1152
1153
  default: () => {};
1153
1154
  };
1154
1155
  fieldTitleList: {
1155
- type: PropType<import("../..").AnyObject[]>;
1156
+ type: PropType<AnyObject[]>;
1156
1157
  default: () => never[];
1157
1158
  };
1158
1159
  optionList: {
1159
- type: PropType<import("../..").AnyObject[]>;
1160
+ type: PropType<AnyObject[]>;
1160
1161
  default: () => never[];
1161
1162
  };
1162
1163
  isMultiple: {
@@ -1175,19 +1176,23 @@ declare const _default: import("vue").DefineComponent<{
1175
1176
  type: BooleanConstructor;
1176
1177
  default: boolean;
1177
1178
  };
1179
+ loading: {
1180
+ type: BooleanConstructor;
1181
+ default: boolean;
1182
+ };
1178
1183
  }, {
1179
1184
  selectMinWidth: number;
1180
1185
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1181
1186
  dynamicOptionInfo: {
1182
- type: PropType<import("../..").AnyObject>;
1187
+ type: PropType<AnyObject>;
1183
1188
  default: () => {};
1184
1189
  };
1185
1190
  fieldTitleList: {
1186
- type: PropType<import("../..").AnyObject[]>;
1191
+ type: PropType<AnyObject[]>;
1187
1192
  default: () => never[];
1188
1193
  };
1189
1194
  optionList: {
1190
- type: PropType<import("../..").AnyObject[]>;
1195
+ type: PropType<AnyObject[]>;
1191
1196
  default: () => never[];
1192
1197
  };
1193
1198
  isMultiple: {
@@ -1206,6 +1211,10 @@ declare const _default: import("vue").DefineComponent<{
1206
1211
  type: BooleanConstructor;
1207
1212
  default: boolean;
1208
1213
  };
1214
+ loading: {
1215
+ type: BooleanConstructor;
1216
+ default: boolean;
1217
+ };
1209
1218
  }>> & {
1210
1219
  onUpdateSelect?: ((...args: any[]) => any) | undefined;
1211
1220
  onUpdatePage?: ((...args: any[]) => any) | undefined;
@@ -1214,6 +1223,7 @@ declare const _default: import("vue").DefineComponent<{
1214
1223
  dragEndWidth: import("vue").Ref<number>;
1215
1224
  showKeys: import("vue").ComputedRef<any>;
1216
1225
  titleList: import("vue").ComputedRef<string[]>;
1226
+ isOptionsNull: import("vue").ComputedRef<boolean>;
1217
1227
  handleSelect: (option: any) => void;
1218
1228
  searchByPage: (onePage: number) => void;
1219
1229
  changeWidth: ({ distance }: any) => void;
@@ -1262,15 +1272,15 @@ declare const _default: import("vue").DefineComponent<{
1262
1272
  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<{}>>, {}>;
1263
1273
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1264
1274
  dynamicOptionInfo: {
1265
- type: PropType<import("../..").AnyObject>;
1275
+ type: PropType<AnyObject>;
1266
1276
  default: () => {};
1267
1277
  };
1268
1278
  fieldTitleList: {
1269
- type: PropType<import("../..").AnyObject[]>;
1279
+ type: PropType<AnyObject[]>;
1270
1280
  default: () => never[];
1271
1281
  };
1272
1282
  optionList: {
1273
- type: PropType<import("../..").AnyObject[]>;
1283
+ type: PropType<AnyObject[]>;
1274
1284
  default: () => never[];
1275
1285
  };
1276
1286
  isMultiple: {
@@ -1289,13 +1299,18 @@ declare const _default: import("vue").DefineComponent<{
1289
1299
  type: BooleanConstructor;
1290
1300
  default: boolean;
1291
1301
  };
1302
+ loading: {
1303
+ type: BooleanConstructor;
1304
+ default: boolean;
1305
+ };
1292
1306
  }>> & {
1293
1307
  onUpdateSelect?: ((...args: any[]) => any) | undefined;
1294
1308
  onUpdatePage?: ((...args: any[]) => any) | undefined;
1295
1309
  }, {
1296
- dynamicOptionInfo: import("../..").AnyObject;
1297
- fieldTitleList: import("../..").AnyObject[];
1298
- optionList: import("../..").AnyObject[];
1310
+ loading: boolean;
1311
+ dynamicOptionInfo: AnyObject;
1312
+ fieldTitleList: AnyObject[];
1313
+ optionList: AnyObject[];
1299
1314
  isMultiple: boolean;
1300
1315
  curPage: number;
1301
1316
  isLastPage: boolean;
@@ -1436,7 +1451,7 @@ declare const _default: import("vue").DefineComponent<{
1436
1451
  };
1437
1452
  NSelect: any;
1438
1453
  NPopover: any;
1439
- CDatePicker: import("../..").SFCWithInstall<import("vue").DefineComponent<{
1454
+ CDatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1440
1455
  updateUnchangedValue: {
1441
1456
  type: BooleanConstructor;
1442
1457
  };
@@ -1476,7 +1491,7 @@ declare const _default: import("vue").DefineComponent<{
1476
1491
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1477
1492
  }>>;
1478
1493
  emit: (event: "update:formatted-value", ...args: any[]) => void;
1479
- datePickerRef: import("vue").Ref<import("../..").AnyObject | null>;
1494
+ datePickerRef: import("vue").Ref<AnyObject | null>;
1480
1495
  panelInstRef: import("vue").Ref<null>;
1481
1496
  placeholderRef: import("vue").Ref<any>;
1482
1497
  currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
@@ -1589,7 +1604,7 @@ declare const _default: import("vue").DefineComponent<{
1589
1604
  }>>;
1590
1605
  emit: (event: "update:modelValue", ...args: any[]) => void;
1591
1606
  tagList: import("vue").Ref<never[]>;
1592
- filterApiConfig: import("../..").AnyObject;
1607
+ filterApiConfig: AnyObject;
1593
1608
  valueCp: import("vue").WritableComputedRef<string[]>;
1594
1609
  optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
1595
1610
  initTagList: () => Promise<void>;
@@ -1883,7 +1898,7 @@ declare const _default: import("vue").DefineComponent<{
1883
1898
  dateType: any;
1884
1899
  valueFormat: import("vue").ComputedRef<string>;
1885
1900
  compType: import("vue").ComputedRef<any>;
1886
- CDatePicker: import("../..").SFCWithInstall<import("vue").DefineComponent<{
1901
+ CDatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1887
1902
  updateUnchangedValue: {
1888
1903
  type: BooleanConstructor;
1889
1904
  };
@@ -1923,7 +1938,7 @@ declare const _default: import("vue").DefineComponent<{
1923
1938
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1924
1939
  }>>;
1925
1940
  emit: (event: "update:formatted-value", ...args: any[]) => void;
1926
- datePickerRef: import("vue").Ref<import("../..").AnyObject | null>;
1941
+ datePickerRef: import("vue").Ref<AnyObject | null>;
1927
1942
  panelInstRef: import("vue").Ref<null>;
1928
1943
  placeholderRef: import("vue").Ref<any>;
1929
1944
  currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
@@ -2264,6 +2279,10 @@ declare const _default: import("vue").DefineComponent<{
2264
2279
  type: ObjectConstructor;
2265
2280
  default: () => {};
2266
2281
  };
2282
+ condiTionDigital: {
2283
+ type: ObjectConstructor;
2284
+ default: () => {};
2285
+ };
2267
2286
  filterType: {
2268
2287
  type: StringConstructor;
2269
2288
  default: string;
@@ -2283,6 +2302,7 @@ declare const _default: import("vue").DefineComponent<{
2283
2302
  hideConditionChangeSetting: number;
2284
2303
  hideClearConditionChange: number;
2285
2304
  isShowResetButton: boolean;
2305
+ condiTionDigital: Record<string, any>;
2286
2306
  filterType: string;
2287
2307
  }>;
2288
2308
  export default _default;