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.
- package/README.md +87 -87
- package/es/components/annotation-edit/index.d.ts +18 -0
- package/es/components/annotation-edit/src/AnnotationEdit.d.ts +18 -0
- package/es/components/annotation-edit/src/AnnotationEdit.js +1 -1
- package/es/components/annotation-edit/src/type.d.ts +4 -0
- package/es/components/audio-sdk/src/audioSDK.d.ts +20 -6
- package/es/components/audio-sdk/src/audioSDK.js +1 -1
- package/es/components/audio-sdk/src/components/recordingDialog.vue.d.ts +14 -0
- package/es/components/audio-sdk/src/components/recordingDialog.vue2.js +1 -1
- package/es/components/audio-sdk/src/utils/recordingDialog.d.ts +5 -2
- package/es/components/audio-sdk/src/utils/recordingDialog.js +1 -1
- package/es/components/audio-sdk/style/index.css +1 -1
- package/es/components/base-search/index.d.ts +14 -0
- package/es/components/base-search/src/index.vue.d.ts +14 -0
- package/es/components/base-search/src/index.vue2.js +1 -1
- package/es/components/base-search/style/index.css +1 -1
- package/es/components/button-print/src/utils/print.d.ts +3 -0
- package/es/components/button-print/src/utils/print.js +1 -1
- package/es/components/callback/src/components/render/popupMaps.d.ts +26 -4
- package/es/components/classification/index.d.ts +39 -23
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +14 -0
- package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +20 -22
- package/es/components/classification/src/components/set-classification/index.vue2.js +1 -1
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +9 -20
- package/es/components/classification/src/components/table-modal/index.vue2.js +1 -1
- package/es/components/classification/src/index.vue.d.ts +65 -45
- package/es/components/classification/src/index.vue2.js +1 -1
- package/es/components/classification/style/index.css +1 -1
- package/es/components/expand-field/src/components/form.vue2.js +1 -1
- package/es/components/fabric-chart/index.d.ts +4 -2
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +4 -2
- package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -1
- package/es/components/form-config/index.d.ts +84 -14
- package/es/components/form-config/src/FormConfig.vue.d.ts +84 -14
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +26 -4
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +41 -7
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +1 -0
- package/es/components/form-render/index.d.ts +26 -4
- package/es/components/form-render/src/FormRender.vue.d.ts +27 -4
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +26 -4
- package/es/components/form-render/src/components/renderer/formItem.js +1 -1
- package/es/components/form-render/src/constants/index.d.ts +1 -0
- package/es/components/form-render/src/constants/index.js +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.js +1 -1
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +10 -2
- package/es/components/form-render/src/hooks/useFormContext.js +1 -1
- package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -1
- package/es/components/form-render/src/types/index.d.ts +3 -1
- package/es/components/iho-table/src/plugins/defaultValuePlugin.js +1 -1
- package/es/components/iho-table/src/plugins/headerPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +48 -10
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/radioRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +1 -1
- package/es/components/index.css +1 -1
- package/es/components/info-header/index.d.ts +77 -13
- package/es/components/info-header/src/InfoHeader.vue.d.ts +77 -13
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +5 -1
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +5 -1
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +31 -5
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +26 -4
- package/es/components/recommend-search/index.d.ts +8 -8
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +8 -8
- package/es/components/recommend-search/src/components/BaseSearch.d.ts +1 -1
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +3 -3
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +3 -3
- package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
- package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
- package/es/components/select-person/src/SearchMultiple.vue.d.ts +6 -0
- package/es/components/shortcut-setter/index.d.ts +26 -4
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +26 -4
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +0 -3
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +14 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +14 -0
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +14 -0
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +14 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +15 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +14 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +15 -0
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +15 -0
- package/es/components/table-filter/src/types/index.d.ts +3 -1
- package/es/env.d.ts +25 -25
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useSelectRenders.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/es/shared/types/business.d.ts +1 -0
- package/es/shared/utils/business.js +1 -1
- package/package.json +2 -2
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
- package/es/shared/utils/fabricjs/index.d.ts +0 -6823
- 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" | "
|
|
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" | "
|
|
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,
|
|
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
|
|
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:
|
|
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" | "
|
|
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" | "
|
|
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("
|
|
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<
|
|
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:
|
|
1119
|
-
classifyFilterList: import("vue").Ref<
|
|
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<
|
|
1152
|
+
type: PropType<AnyObject>;
|
|
1152
1153
|
default: () => {};
|
|
1153
1154
|
};
|
|
1154
1155
|
fieldTitleList: {
|
|
1155
|
-
type: PropType<
|
|
1156
|
+
type: PropType<AnyObject[]>;
|
|
1156
1157
|
default: () => never[];
|
|
1157
1158
|
};
|
|
1158
1159
|
optionList: {
|
|
1159
|
-
type: PropType<
|
|
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<
|
|
1187
|
+
type: PropType<AnyObject>;
|
|
1183
1188
|
default: () => {};
|
|
1184
1189
|
};
|
|
1185
1190
|
fieldTitleList: {
|
|
1186
|
-
type: PropType<
|
|
1191
|
+
type: PropType<AnyObject[]>;
|
|
1187
1192
|
default: () => never[];
|
|
1188
1193
|
};
|
|
1189
1194
|
optionList: {
|
|
1190
|
-
type: PropType<
|
|
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<
|
|
1275
|
+
type: PropType<AnyObject>;
|
|
1266
1276
|
default: () => {};
|
|
1267
1277
|
};
|
|
1268
1278
|
fieldTitleList: {
|
|
1269
|
-
type: PropType<
|
|
1279
|
+
type: PropType<AnyObject[]>;
|
|
1270
1280
|
default: () => never[];
|
|
1271
1281
|
};
|
|
1272
1282
|
optionList: {
|
|
1273
|
-
type: PropType<
|
|
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
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
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("
|
|
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<
|
|
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:
|
|
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("
|
|
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<
|
|
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;
|