cnhis-design-vue 3.1.44-release.5 → 3.1.45-3.1.45-release.0.0
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/base-search/index.d.ts +0 -6
- package/es/components/base-search/src/index.vue.d.ts +0 -6
- package/es/components/base-search/src/index.vue2.js +1 -1
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
- package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
- package/es/components/classification/index.d.ts +553 -75
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +551 -61
- 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 +553 -75
- 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 +1 -1
- package/es/components/classification/src/const/index.d.ts +2 -2
- package/es/components/classification/src/index.vue.d.ts +553 -75
- package/es/components/classification/src/index.vue2.js +1 -1
- package/es/components/classification/style/index.css +1 -1
- package/es/components/fabric-chart/index.d.ts +5 -41
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +5 -41
- package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
- package/es/components/fabric-chart/src/hooks/{useBirthProcess.d.ts → birthProcess/useBirthProcess.d.ts} +2 -2
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -0
- package/es/components/fabric-chart/src/hooks/{useBirthProcessChart.d.ts → birthProcess/useBirthProcessChart.d.ts} +3 -3
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -0
- package/es/components/fabric-chart/src/hooks/index.d.ts +5 -7
- package/es/components/fabric-chart/src/hooks/index.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +6 -0
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -0
- package/es/components/fabric-chart/src/hooks/temperature/index.d.ts +6 -0
- package/es/components/fabric-chart/src/hooks/temperature/index.js +1 -0
- package/es/components/fabric-chart/src/hooks/temperature/useBottom.d.ts +4 -0
- package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +1 -0
- package/es/components/fabric-chart/src/hooks/{useCenter.d.ts → temperature/useCenter.d.ts} +3 -3
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -0
- package/es/components/fabric-chart/src/hooks/{useLeft.d.ts → temperature/useLeft.d.ts} +3 -3
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -0
- package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +4 -0
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +1 -0
- package/es/components/fabric-chart/src/hooks/temperature/useRight.d.ts +4 -0
- package/es/components/fabric-chart/src/hooks/temperature/useRight.js +1 -0
- package/es/components/fabric-chart/src/hooks/{useShadow.d.ts → temperature/useShadow.d.ts} +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useShadow.js +1 -0
- package/es/components/fabric-chart/src/hooks/{useTemperatureChart.d.ts → temperature/useTemperatureChart.d.ts} +3 -3
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -0
- package/es/components/fabric-chart/src/hooks/temperature/useTop.d.ts +4 -0
- package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -0
- package/es/components/fabric-chart/src/hooks/useCommon.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -1
- package/es/components/fabric-chart/src/hooks/useDraw.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
- package/es/components/fabric-chart/src/hooks/useEvent.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useEvent.js +1 -1
- package/es/components/fabric-chart/src/hooks/useGrid.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/useGrid.js +1 -1
- package/es/components/fabric-chart/src/hooks/useScaleColumn.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useScaleColumn.js +1 -1
- package/es/components/fabric-chart/src/interface.d.ts +3 -3
- package/es/components/fabric-chart/src/utils/index.js +1 -1
- package/es/components/form-config/index.d.ts +0 -2
- package/es/components/form-config/src/FormConfig.vue.d.ts +0 -2
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +0 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +0 -1
- package/es/components/form-render/index.d.ts +0 -1
- package/es/components/form-render/src/FormRender.vue.d.ts +0 -1
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +0 -1
- package/es/components/form-render/src/components/renderer/input.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/input.js +1 -1
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/inputNumber.js +1 -1
- package/es/components/form-render/src/components/renderer/levelSearchCascader.js +1 -1
- package/es/components/form-render/src/types/index.d.ts +2 -0
- package/es/components/iho-table/index.d.ts +2 -0
- package/es/components/iho-table/src/IhoTable.vue.d.ts +2 -0
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.d.ts +3 -4
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.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/separateRendererPlugin/editSeparate.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +1 -0
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +2 -1
- package/es/components/index.js +1 -1
- package/es/components/info-header/index.d.ts +8 -2
- package/es/components/info-header/src/InfoHeader.vue.d.ts +8 -2
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +0 -1
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +0 -1
- package/es/components/picture-clipper/index.d.ts +59 -0
- package/es/components/picture-clipper/index.js +1 -0
- package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +59 -0
- package/es/components/picture-clipper/src/PictureClipper.vue.js +1 -0
- package/es/components/picture-clipper/src/PictureClipper.vue2.js +1 -0
- package/es/components/picture-clipper/style/index.css +1 -0
- package/es/components/quick-search/index.d.ts +0 -6
- package/es/components/quick-search/src/index.vue.d.ts +0 -6
- package/es/components/quick-search/src/index.vue2.js +1 -1
- package/es/components/quick-search/style/index.css +1 -1
- 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 +0 -6
- package/es/components/shortcut-setter/index.d.ts +0 -1
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +0 -1
- package/es/components/steps-wheel/src/StepsWheel.vue2.js +1 -1
- package/es/components/steps-wheel/style/index.css +1 -1
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +551 -48
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +134 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +140 -0
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +28 -0
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +28 -0
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +54 -0
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +61 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +68 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +47 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +551 -0
- package/es/components/table-filter/src/components/classify-filter/components/index.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +551 -48
- package/es/components/table-filter/src/components/render-widget/components/Date.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/{Label.vue.d.ts → LabelInner.vue.d.ts} +1 -9
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/{SelectLabel.vue.d.ts → LabelOut.vue.d.ts} +1 -9
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +1 -9
- package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +713 -8
- package/es/components/table-filter/src/components/render-widget/components/index.js +1 -1
- package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +0 -6
- package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +3 -27
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
- package/es/components/table-filter/src/constants/index.d.ts +3 -0
- package/es/components/table-filter/src/constants/index.js +1 -0
- package/es/components/table-filter/src/directive/resize.js +1 -1
- package/es/components/table-filter/src/tool/baseOptions.d.ts +4 -0
- package/es/components/table-filter/src/tool/baseOptions.js +1 -1
- package/es/components/table-filter/src/tool/transformData.d.ts +1 -0
- package/es/components/table-filter/src/tool/transformData.js +1 -1
- package/es/components/table-filter/src/types/enums.d.ts +1 -0
- package/es/components/table-filter/src/types/enums.js +1 -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/components/VueDraggable/src/vuedraggable.d.ts +86 -0
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/fabricjs/index.d.ts +6823 -0
- package/es/shared/utils/fabricjs/index.js +1 -0
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/package.json +2 -2
- package/es/components/fabric-chart/src/hooks/useBirthProcess.js +0 -1
- package/es/components/fabric-chart/src/hooks/useBirthProcessChart.js +0 -1
- package/es/components/fabric-chart/src/hooks/useBottom.d.ts +0 -4
- package/es/components/fabric-chart/src/hooks/useBottom.js +0 -1
- package/es/components/fabric-chart/src/hooks/useCenter.js +0 -1
- package/es/components/fabric-chart/src/hooks/useLeft.js +0 -1
- package/es/components/fabric-chart/src/hooks/useOther.d.ts +0 -4
- package/es/components/fabric-chart/src/hooks/useOther.js +0 -1
- package/es/components/fabric-chart/src/hooks/useRight.d.ts +0 -4
- package/es/components/fabric-chart/src/hooks/useRight.js +0 -1
- package/es/components/fabric-chart/src/hooks/useShadow.js +0 -1
- package/es/components/fabric-chart/src/hooks/useTemperatureChart.js +0 -1
- package/es/components/fabric-chart/src/hooks/useTop.d.ts +0 -4
- package/es/components/fabric-chart/src/hooks/useTop.js +0 -1
- package/es/components/fabric-chart/src/utils/utils.js +0 -1
- package/es/components/table-filter/src/components/render-widget/components/Label.vue.js +0 -1
- package/es/components/table-filter/src/components/render-widget/components/Label.vue2.js +0 -1
- package/es/components/table-filter/src/components/render-widget/components/SelectLabel.vue2.js +0 -1
- package/es/shared/assets/img/failure.d.ts +0 -2
- package/es/shared/assets/img/failure.js +0 -1
- package/es/shared/assets/img/icon-asc.d.ts +0 -2
- package/es/shared/assets/img/icon-asc.js +0 -1
- package/es/shared/assets/img/icon-desc.d.ts +0 -2
- package/es/shared/assets/img/icon-desc.js +0 -1
- package/es/shared/assets/img/no-permission.d.ts +0 -2
- package/es/shared/assets/img/no-permission.js +0 -1
- package/es/shared/assets/img/nodata.d.ts +0 -2
- package/es/shared/assets/img/nodata.js +0 -1
- package/es/shared/assets/img/notfound.d.ts +0 -2
- package/es/shared/assets/img/notfound.js +0 -1
- package/es/shared/assets/img/qr.d.ts +0 -2
- package/es/shared/assets/img/qr.js +0 -1
- package/es/shared/assets/img/success.d.ts +0 -2
- package/es/shared/assets/img/success.js +0 -1
- package/es/shared/assets/img/video.d.ts +0 -2
- package/es/shared/assets/img/video.js +0 -1
- package/es/shared/assets/img/video_default_cover.d.ts +0 -2
- package/es/shared/assets/img/video_default_cover.js +0 -1
- package/es/shared/assets/img/video_hover.d.ts +0 -2
- package/es/shared/assets/img/video_hover.js +0 -1
- package/es/shared/assets/img/video_play_hover.d.ts +0 -2
- package/es/shared/assets/img/video_play_hover.js +0 -1
- package/es/shared/assets/img/xb_big.d.ts +0 -2
- package/es/shared/assets/img/xb_big.js +0 -1
- package/es/shared/assets/img/xb_small.d.ts +0 -2
- package/es/shared/assets/img/xb_small.js +0 -1
- /package/es/components/fabric-chart/src/{hooks/constant.d.ts → constants/index.d.ts} +0 -0
- /package/es/components/fabric-chart/src/{hooks/constant.js → constants/index.js} +0 -0
- /package/es/components/fabric-chart/src/utils/{utils.d.ts → index.d.ts} +0 -0
- /package/es/components/table-filter/src/components/{render-widget → classify-filter}/components/SelectLabel.vue.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
import{defineComponent as e,computed as t,toRefs as l,ref as n,watch as s,openBlock as o,createElementBlock as i,normalizeStyle as
|
|
1
|
+
import{defineComponent as e,computed as t,toRefs as l,ref as n,watch as s,openBlock as o,createElementBlock as i,normalizeStyle as r,unref as a,normalizeClass as p,createElementVNode as d,Fragment as c,renderList as u,createCommentVNode as m,withDirectives as f,renderSlot as h,toDisplayString as v,vShow as g,createBlock as I,withCtx as x,createVNode as y}from"vue";import{NTooltip as B,NEmpty as w}from"naive-ui";import{useTheme as S}from"../../../shared/hooks/useTheme.js";import"@vueuse/core";import"date-fns";import"lodash-es";import{defaultCssVars as T}from"./constants/index.js";const k={class:"stepBox"},_=["title"],b=["title"],C=["title"],$=["title"],L={key:0,style:{height:"48px"}},R={key:1},M={key:1};var N=e({__name:"StepsWheel",props:{stepInfo:{type:Object,default:()=>({list:[],cols:6})},currentStep:{type:Number,default:1},toolTipShow:{type:Boolean,default:!0},lastNodeRender:{type:Boolean,default:!1},noDataMsg:{type:String,default:"暂无节点数据"},placement:{type:String,default:"center"}},setup(e){const N=e,j=S(T,"StepsWheel"),D=t((()=>Math.ceil(F.value.length/N.stepInfo.cols))),A=t((()=>N.lastNodeRender)),{noDataMsg:E}=l(N),O=n(null),W=t((()=>{var e;let t=72;if(null==(e=null==O?void 0:O.value)?void 0:e.length){let e=O.value[0],l=window.getComputedStyle?window.getComputedStyle(e):e.currentStyle;t=isNaN(parseInt(l["min-width"]))?72:parseInt(l["min-width"])}return`${20+N.stepInfo.cols*t}px`})),F=n([]),P=n([]),q=e=>{if(P.value.length){if(e.rowIndex===P.value.length)return!0;if(e.rowIndex<P.value.length)return P.value[e.rowIndex].some((e=>null==e?void 0:e.title))}return!1},z=e=>{const{list:t=[]}=N.stepInfo;return e.rowIndex%2==0&&"frist"==e.nodeType&&e.nodeIndex!==t.length},G=e=>{const{list:t=[]}=N.stepInfo;return e.rowIndex%2!=0&&"last"==e.nodeType&&e.nodeIndex!==t.length},H=(e,t)=>e.rowIndex%2==0?N.currentStep>=t+(N.stepInfo.cols-2*e.sort):N.currentStep>=t+2,J=(e,t)=>{let l=e.length,n=l%t==0?l/t:Math.floor(l/t+1),s=[];for(let l=0;l<n;l++){let n=e.slice(l*t,l*t+t);s.push(n)}return s},K=e=>{const{cols:t}=N.stepInfo;let l=J(F.value,t),n=l[l.length-1].filter((e=>e));return D.value%2==0?e!=n[n.length-1].nodeIndex-(t-2*n[n.length-1].sort):e!=n[n.length-1].nodeIndex-1},Q=e=>{const{cols:t}=N.stepInfo;let l=J(F.value,t),n=l[l.length-1].filter((e=>e));return D.value%2==0?A.value&&e==n[0].nodeIndex-(t-2*n[0].sort):A.value&&e==n[n.length-1].nodeIndex-1},U=(e,t)=>{const{cols:l}=N.stepInfo;let n=J(F.value,l),s=n[n.length-1].filter((e=>e));return D.value%2==0?"circle"===t?A.value&&e==s[0].nodeIndex-(l-2*s[0].sort)-l:A.value&&e==s[0].nodeIndex-(l-2*s[0].sort):"circle"===t?A.value&&e==s[s.length-1].nodeIndex-1-l:A.value&&e==s[s.length-1].nodeIndex-2};return s((()=>N.stepInfo),(e=>{var t;(null==(t=null==e?void 0:e.list)?void 0:t.length)&&((e,t)=>{let l=e.length+1,n=Math.ceil(e.length/t),s=!0,o=[];for(var i=0;i<n;i++)o[i]=new Array(t),o[i].fill(null);let r=0,a=0;for(let n=1;n<l;n++)o[r][a]=Object.assign(e[n-1],{nodeIndex:n,rowIndex:r+1}),s?n%t!=0?a++:(s=!s,r++):n%t!=0?a--:(s=!s,r++);let p=[];o.map((e=>{e.map(((e,t)=>e&&(e.sort=t))),e[0]&&(e[0].nodeType="frist"),e[e.length-1]&&(e[e.length-1].nodeType="last"),p=[...p,...e]})),F.value=p,P.value=o})(e.list,e.cols)}),{immediate:!0,deep:!0}),(t,l)=>(o(),i("div",{class:"step-wheel-box",style:r({minWidth:a(W),...a(j)})},[F.value.length?(o(),i("div",{key:0,class:p(["stepOut",{placementLeft:"left"===e.placement,placementRight:"right"===e.placement}])},[d("ul",k,[(o(!0),i(c,null,u(F.value,((l,n)=>(o(),i("li",{ref_for:!0,ref_key:"stepItemRef",ref:O,key:(null==l?void 0:l.stepId)||n,class:p(["stepItem",{[`stepItem_${n+1}`]:!0,[`${null==l?void 0:l.stepId}`]:!!(null==l?void 0:l.stepId)}])},[l?(o(),i(c,{key:0},[m(" 步骤头部信息 "),f(d("div",{class:p(["stepTopBox",{finished:Q(n),stepTopBox_right:"right"===e.placement,stepTopBox_left:"left"===e.placement}])},[h(t.$slots,"stepTopBox",{stepItem:l},(()=>[d("span",{title:l.title},v(l.title),9,_)]))],2),[[g,l.title]]),m(" 步骤条的节点,此处为圆圈 "),e.toolTipShow?(o(),I(a(B),{key:0,placement:"top","show-arrow":!0,trigger:"hover",style:r({opacity:"0.88"})},{trigger:x((()=>[d("div",{class:p(["icon",{active:e.currentStep>=l.nodeIndex,finished:Q(n)}])},null,2)])),default:x((()=>[h(t.$slots,"nodeTipBox",{stepItem:l,stepId:l.stepId})])),_:2},1032,["style"])):(o(),i("div",{key:1,class:p(["icon",{active:e.currentStep>=l.nodeIndex,finished:Q(n)}])},null,2)),m(" 步骤条连接线,动态显示 "),"last"!==l.nodeType?f((o(),i("div",{key:2,class:p(["line",{lineActive:H(l,n),finished:U(n)}])},null,2)),[[g,K(n)]]):m("v-if",!0),m(" 步骤条弯曲连线,动态渲染 "),z(l)||G(l)?(o(),i("div",{key:3,class:p({lineCircleActive:e.currentStep>l.nodeIndex,lineCircleFinished:U(n,"circle"),lineCircleRight:G(l),lineCircleLeft:z(l),lineCirclePlacementRight:G(l)&&"right"===e.placement,lineCirclePlacementLeft:z(l)&&"left"===e.placement})},null,2)):m("v-if",!0),m(" 步骤底部信息 "),d("div",{class:p(["stepBottomBox",{stepBottomBox_right:"right"===e.placement,stepBottomBox_left:"left"===e.placement}])},[h(t.$slots,"stepBottomBox",{stepItem:l},(()=>[m(" 步骤名称 "),f(d("p",{class:p(["stepLabel",{labelFinsh:Q(n),stepLabel_right:"right"===e.placement,stepLabel_left:"left"===e.placement}]),title:l.label},v(l.label),11,b),[[g,l.label]]),d("div",{class:p({stepBottomCustomBox:!0,alignItemsEnd:"left"===e.placement,alignItemsStart:"right"===e.placement})},[h(t.$slots,"stepBottomCustomBox",{stepItem:l},(()=>[d("div",{class:p({stepBottomDefaultBox:!0,alignItemsEnd:"left"===e.placement,alignItemsStart:"right"===e.placement}),style:{width:"100%",display:"flex",flexDirection:"column"}},[f(d("p",{class:"stepExtra",title:l.person},v(l.person),9,C),[[g,l.person]]),m(" 步骤时间 "),f(d("p",{class:"statusTime",title:l.statusTime},v(l.statusTime),9,$),[[g,l.statusTime]])],2)]))],2)])),q(l)?(o(),i("div",L)):m("v-if",!0)],2)],64)):(o(),i("div",R,[m("null元素占位")]))],2)))),128))])],2)):(o(),i("div",M,[y(a(w),{description:a(E)},null,8,["description"])]))],4))}});export{N as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.step-wheel-box{font-family:PingFangSC-Medium,PingFang SC;font-size:16px;font-weight:500;height:100%;overflow:hidden;width:100%}.step-wheel-box .stepOut{display:flex;justify-content:center}.step-wheel-box .stepOut .stepBox{display:flex;flex-wrap:wrap;list-style:none;width:100%}.step-wheel-box .stepOut .stepItem{font-family:SimSun;font-size:16px;min-width:73px;position:relative;text-align:center;top:48px;width:15%}.step-wheel-box .stepOut .stepItem .lineCircleRight{border-color:#fff;border-bottom:1px dashed rgba(3,2,2,.4);border-left:0 dashed rgba(3,2,2,.4)!important;border-radius:0 25px 25px 0;border-right:1px dashed rgba(3,2,2,.4);border-top:1px dashed rgba(3,2,2,.4);display:block;height:100%;left:55%;position:absolute;top:6px;width:30%}.step-wheel-box .stepOut .stepItem .lineCirclePlacementRight{width:100%}.step-wheel-box .stepOut .stepItem .lineCircleLeft{border-color:#fff;border-bottom:1px dashed rgba(3,2,2,.4);border-left:1px dashed rgba(3,2,2,.4);border-radius:25px 0 0 25px;border-right:0 dashed rgba(3,2,2,.4)!important;border-top:1px dashed rgba(3,2,2,.4);display:block;height:100%;left:15%;position:absolute;top:6px;width:30%}.step-wheel-box .stepOut .stepItem .lineCirclePlacementLeft{left:-55%;width:100%}.step-wheel-box .stepOut .stepItem .lineCircleActive{border
|
|
1
|
+
.step-wheel-box{font-family:PingFangSC-Medium,PingFang SC;font-size:16px;font-weight:500;height:100%;overflow:hidden;width:100%}.step-wheel-box .stepOut{display:flex;justify-content:center}.step-wheel-box .stepOut .stepBox{display:flex;flex-wrap:wrap;list-style:none;width:100%}.step-wheel-box .stepOut .stepItem{font-family:SimSun;font-size:16px;min-width:73px;position:relative;text-align:center;top:48px;width:15%}.step-wheel-box .stepOut .stepItem .lineCircleRight{border-color:#fff;border-bottom:1px dashed rgba(3,2,2,.4);border-left:0 dashed rgba(3,2,2,.4)!important;border-radius:0 25px 25px 0;border-right:1px dashed rgba(3,2,2,.4);border-top:1px dashed rgba(3,2,2,.4);display:block;height:100%;left:55%;position:absolute;top:6px;width:30%}.step-wheel-box .stepOut .stepItem .lineCirclePlacementRight{width:100%}.step-wheel-box .stepOut .stepItem .lineCircleLeft{border-color:#fff;border-bottom:1px dashed rgba(3,2,2,.4);border-left:1px dashed rgba(3,2,2,.4);border-radius:25px 0 0 25px;border-right:0 dashed rgba(3,2,2,.4)!important;border-top:1px dashed rgba(3,2,2,.4);display:block;height:100%;left:15%;position:absolute;top:6px;width:30%}.step-wheel-box .stepOut .stepItem .lineCirclePlacementLeft{left:-55%;width:100%}.step-wheel-box .stepOut .stepItem .lineCircleActive{border:1px solid var(--c-primary-color)}.step-wheel-box .stepOut .stepItem .lineCircleFinished{border:1px solid var(--c-success-color)}.step-wheel-box .stepOut .stepItem .icon{background:#969696;border-radius:50%;height:13px;margin:0 auto;position:relative;width:13px;z-index:888}.step-wheel-box .stepOut .stepItem .active{background-color:var(--c-primary-color)}.step-wheel-box .stepOut .stepItem .finished{background-color:var(--c-success-color)!important;border-color:var(--c-success-color)!important;color:#fff!important}.step-wheel-box .stepOut .stepItem .labelFinsh{color:var(--c-success-color)!important}.step-wheel-box .stepOut .stepItem .line{border-bottom:1px dashed rgba(3,2,2,.4);left:55%;position:absolute;top:6px;width:90%;z-index:111}.step-wheel-box .stepOut .stepItem .lineActive{border-bottom:1px solid var(--c-primary-color)}.step-wheel-box .stepOut .stepItem .stepTopBox{background:rgba(110,153,255,.11);border-radius:4px;color:var(--c-primary-color);cursor:pointer;height:40px;left:50%;line-height:40px;max-width:70%;min-width:73px;overflow:hidden;padding:0 5px;position:absolute;text-overflow:ellipsis;top:-48px;transform:translateX(-50%);white-space:nowrap}.step-wheel-box .stepOut .stepItem .stepTopBox_right{transform:translateX(-10%)}.step-wheel-box .stepOut .stepItem .stepTopBox_left{transform:translateX(-90%)}.step-wheel-box .stepOut .stepItem .stepBottomBox{align-items:center;cursor:pointer;display:flex;flex-direction:column;min-width:73px;overflow:hidden;padding:8px 0;width:100%}.step-wheel-box .stepOut .stepItem .stepBottomBox .stepBottomCustomBox{align-items:center;display:flex;flex-direction:column;height:calc(100% - 27px);width:100%}.step-wheel-box .stepOut .stepItem .stepBottomBox .stepBottomCustomBox .stepBottomDefaultBox{align-items:center}.step-wheel-box .stepOut .stepItem .stepBottomBox .stepBottomCustomBox .alignItemsEnd{align-items:flex-end;text-align:right}.step-wheel-box .stepOut .stepItem .stepBottomBox .stepBottomCustomBox .alignItemsStart{align-items:flex-start;text-align:left}.step-wheel-box .stepOut .stepItem .stepBottomBox .alignItemsEnd{align-items:flex-end;text-align:right}.step-wheel-box .stepOut .stepItem .stepBottomBox .alignItemsStart{align-items:flex-start;text-align:left}.step-wheel-box .stepOut .stepItem .stepBottomBox_right{align-items:flex-start;left:45%;position:relative}.step-wheel-box .stepOut .stepItem .stepBottomBox_left{align-items:flex-end;left:-45%;position:relative}.step-wheel-box .stepOut .stepItem .stepLabel{color:#212121;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.step-wheel-box .stepOut .stepItem .stepLabel_right{text-align:left}.step-wheel-box .stepOut .stepItem .stepLabel_left{text-align:right}.step-wheel-box .stepOut .stepItem .stepExtra{border:1px solid #cacaca;border-radius:4px;display:inline-block;margin:0;max-width:90%;overflow:hidden;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;width:auto}.step-wheel-box .stepOut .stepItem .statusTime{color:rgba(0,0,0,.6);font-size:14px;font-weight:400;margin:0;max-width:90%}.placementRight{left:-1%;position:relative}.placementLeft{left:10%;position:relative}.nodeTipContent{margin:0;max-height:200px;max-width:400px;overflow:auto;padding:0;text-align:center}.nodeTipContent li{list-style:none;margin-bottom:5px}.nodeTipContent li p{margin:0}
|
|
@@ -33,16 +33,556 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33
33
|
valueCp: import("vue").WritableComputedRef<any>;
|
|
34
34
|
presetValCp: import("vue").WritableComputedRef<string>;
|
|
35
35
|
widgetType: import("vue").ComputedRef<any>;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
36
|
+
Date: import("vue").DefineComponent<{
|
|
37
|
+
paramCfg: {
|
|
38
|
+
type: ObjectConstructor;
|
|
39
|
+
default: null;
|
|
40
|
+
};
|
|
41
|
+
modelValue: {
|
|
42
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
43
|
+
default: null;
|
|
44
|
+
};
|
|
45
|
+
presetVal: {
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
default: null;
|
|
48
|
+
};
|
|
49
|
+
}, {
|
|
50
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
51
|
+
paramCfg: {
|
|
52
|
+
type: ObjectConstructor;
|
|
53
|
+
default: null;
|
|
54
|
+
};
|
|
55
|
+
modelValue: {
|
|
56
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
57
|
+
default: null;
|
|
58
|
+
};
|
|
59
|
+
presetVal: {
|
|
60
|
+
type: StringConstructor;
|
|
61
|
+
default: null;
|
|
62
|
+
};
|
|
63
|
+
}>> & {
|
|
64
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
65
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
66
|
+
}>>;
|
|
67
|
+
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
|
68
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
69
|
+
presetValCp: import("vue").WritableComputedRef<string>;
|
|
70
|
+
dateType: any;
|
|
71
|
+
valueFormat: import("vue").ComputedRef<string>;
|
|
72
|
+
compType: import("vue").ComputedRef<any>;
|
|
73
|
+
mappingConfig: import("vue").ComputedRef<any>;
|
|
74
|
+
widgetOptions: import("vue").ComputedRef<{
|
|
75
|
+
label: string;
|
|
76
|
+
value: string;
|
|
77
|
+
}[]>;
|
|
78
|
+
CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
|
|
79
|
+
updateUnchangedValue: {
|
|
80
|
+
type: BooleanConstructor;
|
|
81
|
+
};
|
|
82
|
+
onConfirm: {
|
|
83
|
+
type: FunctionConstructor;
|
|
84
|
+
};
|
|
85
|
+
}, {
|
|
86
|
+
attrs: {
|
|
87
|
+
[x: string]: unknown;
|
|
88
|
+
};
|
|
89
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
90
|
+
updateUnchangedValue: {
|
|
91
|
+
type: BooleanConstructor;
|
|
92
|
+
};
|
|
93
|
+
onConfirm: {
|
|
94
|
+
type: FunctionConstructor;
|
|
95
|
+
};
|
|
96
|
+
}>> & {}>>;
|
|
97
|
+
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
98
|
+
panelInstRef: import("vue").Ref<null>;
|
|
99
|
+
isDateTime: import("vue").ComputedRef<boolean>;
|
|
100
|
+
formatRef: import("vue").ComputedRef<string>;
|
|
101
|
+
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
102
|
+
focus: () => any;
|
|
103
|
+
blur: () => any;
|
|
104
|
+
onUpdateShow: (show: boolean) => void;
|
|
105
|
+
onConfirm: (...args: any[]) => void;
|
|
106
|
+
NDatePicker: any;
|
|
107
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
108
|
+
updateUnchangedValue: {
|
|
109
|
+
type: BooleanConstructor;
|
|
110
|
+
};
|
|
111
|
+
onConfirm: {
|
|
112
|
+
type: FunctionConstructor;
|
|
113
|
+
};
|
|
114
|
+
}>>, {
|
|
115
|
+
updateUnchangedValue: boolean;
|
|
116
|
+
}>>;
|
|
117
|
+
NSelect: any;
|
|
118
|
+
WidgetValEnums: {
|
|
119
|
+
CUSTOM: string;
|
|
120
|
+
FIRST_VAL: string;
|
|
121
|
+
NOW: string;
|
|
122
|
+
TODAY: string;
|
|
123
|
+
TODAY_START: string;
|
|
124
|
+
TODAY_END: string;
|
|
125
|
+
TOMORROW: string;
|
|
126
|
+
TOMORROW_START: string;
|
|
127
|
+
TOMORROW_END: string;
|
|
128
|
+
YESTERDAY: string;
|
|
129
|
+
YESTERDAY_START: string;
|
|
130
|
+
YESTERDAY_END: string;
|
|
131
|
+
THIS_WEEK: string;
|
|
132
|
+
WEEK_START: string;
|
|
133
|
+
WEEK_END: string;
|
|
134
|
+
NEXT_WEEK: string;
|
|
135
|
+
LAST_WEEK: string;
|
|
136
|
+
THIS_MONTH: string;
|
|
137
|
+
MONTH_START: string;
|
|
138
|
+
MONTH_END: string;
|
|
139
|
+
NEXT_MONTH: string;
|
|
140
|
+
LAST_MONTH: string;
|
|
141
|
+
THIS_QUARTER: string;
|
|
142
|
+
NEXT_QUARTER: string;
|
|
143
|
+
LAST_QUARTER: string;
|
|
144
|
+
THIS_YEAR: string;
|
|
145
|
+
NEXT_YEAR: string;
|
|
146
|
+
LAST_YEAR: string;
|
|
147
|
+
};
|
|
148
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
149
|
+
paramCfg: {
|
|
150
|
+
type: ObjectConstructor;
|
|
151
|
+
default: null;
|
|
152
|
+
};
|
|
153
|
+
modelValue: {
|
|
154
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
155
|
+
default: null;
|
|
156
|
+
};
|
|
157
|
+
presetVal: {
|
|
158
|
+
type: StringConstructor;
|
|
159
|
+
default: null;
|
|
160
|
+
};
|
|
161
|
+
}>> & {
|
|
162
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
163
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
164
|
+
}, {
|
|
165
|
+
modelValue: string | number | unknown[];
|
|
166
|
+
presetVal: string;
|
|
167
|
+
paramCfg: Record<string, any>;
|
|
168
|
+
}>;
|
|
169
|
+
InputFilter: import("vue").DefineComponent<{
|
|
170
|
+
modelValue: {
|
|
171
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
172
|
+
default: null;
|
|
173
|
+
};
|
|
174
|
+
}, {
|
|
175
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
176
|
+
modelValue: {
|
|
177
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
178
|
+
default: null;
|
|
179
|
+
};
|
|
180
|
+
}>> & {
|
|
181
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
182
|
+
}>>;
|
|
183
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
184
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
185
|
+
NInput: any;
|
|
186
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
187
|
+
modelValue: {
|
|
188
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
189
|
+
default: null;
|
|
190
|
+
};
|
|
191
|
+
}>> & {
|
|
192
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
193
|
+
}, {
|
|
194
|
+
modelValue: string | number | unknown[];
|
|
195
|
+
}>;
|
|
196
|
+
InputNumber: import("vue").DefineComponent<{
|
|
197
|
+
modelValue: {
|
|
198
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
199
|
+
default: null;
|
|
200
|
+
};
|
|
201
|
+
}, {
|
|
202
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
203
|
+
modelValue: {
|
|
204
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
205
|
+
default: null;
|
|
206
|
+
};
|
|
207
|
+
}>> & {
|
|
208
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
209
|
+
}>>;
|
|
210
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
211
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
212
|
+
NInputNumber: any;
|
|
213
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
214
|
+
modelValue: {
|
|
215
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
216
|
+
default: null;
|
|
217
|
+
};
|
|
218
|
+
}>> & {
|
|
219
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
220
|
+
}, {
|
|
221
|
+
modelValue: string | number | unknown[];
|
|
222
|
+
}>;
|
|
223
|
+
SelectFilter: import("vue").DefineComponent<{
|
|
224
|
+
paramCfg: {
|
|
225
|
+
type: ObjectConstructor;
|
|
226
|
+
default: null;
|
|
227
|
+
};
|
|
228
|
+
modelValue: {
|
|
229
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
230
|
+
default: null;
|
|
231
|
+
};
|
|
232
|
+
widgetType: {
|
|
233
|
+
type: StringConstructor;
|
|
234
|
+
default: string;
|
|
235
|
+
};
|
|
236
|
+
}, {
|
|
237
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
238
|
+
paramCfg: {
|
|
239
|
+
type: ObjectConstructor;
|
|
240
|
+
default: null;
|
|
241
|
+
};
|
|
242
|
+
modelValue: {
|
|
243
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
244
|
+
default: null;
|
|
245
|
+
};
|
|
246
|
+
widgetType: {
|
|
247
|
+
type: StringConstructor;
|
|
248
|
+
default: string;
|
|
249
|
+
};
|
|
250
|
+
}>> & {
|
|
251
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
252
|
+
}>>;
|
|
253
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
254
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
255
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
256
|
+
mappingConfig: import("vue").ComputedRef<any>;
|
|
257
|
+
widgetOptions: import("vue").ComputedRef<{
|
|
258
|
+
label: string;
|
|
259
|
+
value: string;
|
|
260
|
+
}[]>;
|
|
261
|
+
NSelect: any;
|
|
262
|
+
WidgetOptionEnums: {
|
|
263
|
+
RADIO: string;
|
|
264
|
+
MULTIPLE: string;
|
|
265
|
+
ALL: string;
|
|
266
|
+
SELECT_TIME: string;
|
|
267
|
+
PAST_TIME: string;
|
|
268
|
+
FUTURE_TIME: string;
|
|
269
|
+
};
|
|
270
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
271
|
+
paramCfg: {
|
|
272
|
+
type: ObjectConstructor;
|
|
273
|
+
default: null;
|
|
274
|
+
};
|
|
275
|
+
modelValue: {
|
|
276
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
277
|
+
default: null;
|
|
278
|
+
};
|
|
279
|
+
widgetType: {
|
|
280
|
+
type: StringConstructor;
|
|
281
|
+
default: string;
|
|
282
|
+
};
|
|
283
|
+
}>> & {
|
|
284
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
285
|
+
}, {
|
|
286
|
+
modelValue: string | number | unknown[];
|
|
287
|
+
widgetType: string;
|
|
288
|
+
paramCfg: Record<string, any>;
|
|
289
|
+
}>;
|
|
290
|
+
SelectDynamic: import("vue").DefineComponent<{
|
|
291
|
+
paramCfg: {
|
|
292
|
+
type: ObjectConstructor;
|
|
293
|
+
default: null;
|
|
294
|
+
};
|
|
295
|
+
modelValue: {
|
|
296
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
297
|
+
default: null;
|
|
298
|
+
};
|
|
299
|
+
}, {
|
|
300
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
301
|
+
paramCfg: {
|
|
302
|
+
type: ObjectConstructor;
|
|
303
|
+
default: null;
|
|
304
|
+
};
|
|
305
|
+
modelValue: {
|
|
306
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
307
|
+
default: null;
|
|
308
|
+
};
|
|
309
|
+
}>> & {
|
|
310
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
311
|
+
}>>;
|
|
312
|
+
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
|
313
|
+
$attrs: {
|
|
314
|
+
[x: string]: unknown;
|
|
315
|
+
};
|
|
316
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
317
|
+
selectOptions: import("vue").Ref<any[]>;
|
|
318
|
+
isLoading: import("vue").Ref<boolean>;
|
|
319
|
+
filterApiConfig: import("../../../..").AnyObject;
|
|
320
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
321
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
322
|
+
isMultiple: import("vue").ComputedRef<boolean>;
|
|
323
|
+
searchOptions: (keyword: string) => Promise<any>;
|
|
324
|
+
_handleSearch: (query: string) => Promise<void>;
|
|
325
|
+
handleSearch: (query: string) => Promise<void>;
|
|
326
|
+
handleInitData: () => Promise<void>;
|
|
327
|
+
renderLabel: (option: import("naive-ui").SelectOption) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
328
|
+
[key: string]: any;
|
|
329
|
+
}>;
|
|
330
|
+
renderTag: ({ option, handleClose }: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
331
|
+
[key: string]: any;
|
|
332
|
+
}>;
|
|
333
|
+
NSelect: any;
|
|
334
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
335
|
+
paramCfg: {
|
|
336
|
+
type: ObjectConstructor;
|
|
337
|
+
default: null;
|
|
338
|
+
};
|
|
339
|
+
modelValue: {
|
|
340
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
341
|
+
default: null;
|
|
342
|
+
};
|
|
343
|
+
}>> & {
|
|
344
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
345
|
+
}, {
|
|
346
|
+
modelValue: string | number | unknown[];
|
|
347
|
+
paramCfg: Record<string, any>;
|
|
348
|
+
}>;
|
|
349
|
+
InputNumberGroup: import("vue").DefineComponent<{
|
|
350
|
+
paramCfg: {
|
|
351
|
+
type: ObjectConstructor;
|
|
352
|
+
default: null;
|
|
353
|
+
};
|
|
354
|
+
modelValue: {
|
|
355
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
356
|
+
default: null;
|
|
357
|
+
};
|
|
358
|
+
}, {
|
|
359
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
360
|
+
paramCfg: {
|
|
361
|
+
type: ObjectConstructor;
|
|
362
|
+
default: null;
|
|
363
|
+
};
|
|
364
|
+
modelValue: {
|
|
365
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
366
|
+
default: null;
|
|
367
|
+
};
|
|
368
|
+
}>> & {
|
|
369
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
370
|
+
}>>;
|
|
371
|
+
startNumber: import("vue").Ref<any>;
|
|
372
|
+
endNumber: import("vue").Ref<any>;
|
|
373
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
374
|
+
handleChange: (val: number | null, key: string) => void;
|
|
375
|
+
NInputGroup: import("vue").DefineComponent<{
|
|
376
|
+
[x: string]: never;
|
|
377
|
+
[x: number]: never;
|
|
378
|
+
[x: symbol]: never;
|
|
379
|
+
}, {
|
|
380
|
+
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
381
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
382
|
+
[x: string]: never;
|
|
383
|
+
[x: number]: never;
|
|
384
|
+
[x: symbol]: never;
|
|
385
|
+
}>>, {}>;
|
|
386
|
+
NInputNumber: any;
|
|
387
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
388
|
+
paramCfg: {
|
|
389
|
+
type: ObjectConstructor;
|
|
390
|
+
default: null;
|
|
391
|
+
};
|
|
392
|
+
modelValue: {
|
|
393
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
394
|
+
default: null;
|
|
395
|
+
};
|
|
396
|
+
}>> & {
|
|
397
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
398
|
+
}, {
|
|
399
|
+
modelValue: string | number | unknown[];
|
|
400
|
+
paramCfg: Record<string, any>;
|
|
401
|
+
}>;
|
|
402
|
+
DateRange: import("vue").DefineComponent<{
|
|
403
|
+
paramCfg: {
|
|
404
|
+
type: ObjectConstructor;
|
|
405
|
+
default: null;
|
|
406
|
+
};
|
|
407
|
+
modelValue: {
|
|
408
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
409
|
+
default: null;
|
|
410
|
+
};
|
|
411
|
+
presetVal: {
|
|
412
|
+
type: StringConstructor;
|
|
413
|
+
default: null;
|
|
414
|
+
};
|
|
415
|
+
}, {
|
|
416
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
417
|
+
paramCfg: {
|
|
418
|
+
type: ObjectConstructor;
|
|
419
|
+
default: null;
|
|
420
|
+
};
|
|
421
|
+
modelValue: {
|
|
422
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
423
|
+
default: null;
|
|
424
|
+
};
|
|
425
|
+
presetVal: {
|
|
426
|
+
type: StringConstructor;
|
|
427
|
+
default: null;
|
|
428
|
+
};
|
|
429
|
+
}>> & {
|
|
430
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
431
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
432
|
+
}>>;
|
|
433
|
+
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
|
434
|
+
startDate: import("vue").Ref<any>;
|
|
435
|
+
endDate: import("vue").Ref<any>;
|
|
436
|
+
valueFormat: import("vue").ComputedRef<string>;
|
|
437
|
+
dateFormat: import("vue").ComputedRef<string>;
|
|
438
|
+
compType: import("vue").ComputedRef<any>;
|
|
439
|
+
startPlaceholder: import("vue").ComputedRef<"初始日期" | "初始时间">;
|
|
440
|
+
endPlaceholder: import("vue").ComputedRef<"截止日期" | "截止时间">;
|
|
441
|
+
dateType: any;
|
|
442
|
+
widgetOptions: import("vue").ComputedRef<{
|
|
443
|
+
label: string;
|
|
444
|
+
value: string;
|
|
445
|
+
}[]>;
|
|
446
|
+
presetValCp: import("vue").WritableComputedRef<string>;
|
|
447
|
+
handleChange: (val: any, type: "end" | "start") => void;
|
|
448
|
+
isStartDateDisabled: (ts: number) => boolean;
|
|
449
|
+
isEndDateDisabled: (ts: number) => boolean;
|
|
450
|
+
NSelect: any;
|
|
451
|
+
CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
|
|
452
|
+
updateUnchangedValue: {
|
|
453
|
+
type: BooleanConstructor;
|
|
454
|
+
};
|
|
455
|
+
onConfirm: {
|
|
456
|
+
type: FunctionConstructor;
|
|
457
|
+
};
|
|
458
|
+
}, {
|
|
459
|
+
attrs: {
|
|
460
|
+
[x: string]: unknown;
|
|
461
|
+
};
|
|
462
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
463
|
+
updateUnchangedValue: {
|
|
464
|
+
type: BooleanConstructor;
|
|
465
|
+
};
|
|
466
|
+
onConfirm: {
|
|
467
|
+
type: FunctionConstructor;
|
|
468
|
+
};
|
|
469
|
+
}>> & {}>>;
|
|
470
|
+
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
471
|
+
panelInstRef: import("vue").Ref<null>;
|
|
472
|
+
isDateTime: import("vue").ComputedRef<boolean>;
|
|
473
|
+
formatRef: import("vue").ComputedRef<string>;
|
|
474
|
+
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
475
|
+
focus: () => any;
|
|
476
|
+
blur: () => any;
|
|
477
|
+
onUpdateShow: (show: boolean) => void;
|
|
478
|
+
onConfirm: (...args: any[]) => void;
|
|
479
|
+
NDatePicker: any;
|
|
480
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
481
|
+
updateUnchangedValue: {
|
|
482
|
+
type: BooleanConstructor;
|
|
483
|
+
};
|
|
484
|
+
onConfirm: {
|
|
485
|
+
type: FunctionConstructor;
|
|
486
|
+
};
|
|
487
|
+
}>>, {
|
|
488
|
+
updateUnchangedValue: boolean;
|
|
489
|
+
}>>;
|
|
490
|
+
WidgetValEnums: {
|
|
491
|
+
CUSTOM: string;
|
|
492
|
+
FIRST_VAL: string;
|
|
493
|
+
NOW: string;
|
|
494
|
+
TODAY: string;
|
|
495
|
+
TODAY_START: string;
|
|
496
|
+
TODAY_END: string;
|
|
497
|
+
TOMORROW: string;
|
|
498
|
+
TOMORROW_START: string;
|
|
499
|
+
TOMORROW_END: string;
|
|
500
|
+
YESTERDAY: string;
|
|
501
|
+
YESTERDAY_START: string;
|
|
502
|
+
YESTERDAY_END: string;
|
|
503
|
+
THIS_WEEK: string;
|
|
504
|
+
WEEK_START: string;
|
|
505
|
+
WEEK_END: string;
|
|
506
|
+
NEXT_WEEK: string;
|
|
507
|
+
LAST_WEEK: string;
|
|
508
|
+
THIS_MONTH: string;
|
|
509
|
+
MONTH_START: string;
|
|
510
|
+
MONTH_END: string;
|
|
511
|
+
NEXT_MONTH: string;
|
|
512
|
+
LAST_MONTH: string;
|
|
513
|
+
THIS_QUARTER: string;
|
|
514
|
+
NEXT_QUARTER: string;
|
|
515
|
+
LAST_QUARTER: string;
|
|
516
|
+
THIS_YEAR: string;
|
|
517
|
+
NEXT_YEAR: string;
|
|
518
|
+
LAST_YEAR: string;
|
|
519
|
+
};
|
|
520
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
521
|
+
paramCfg: {
|
|
522
|
+
type: ObjectConstructor;
|
|
523
|
+
default: null;
|
|
524
|
+
};
|
|
525
|
+
modelValue: {
|
|
526
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
527
|
+
default: null;
|
|
528
|
+
};
|
|
529
|
+
presetVal: {
|
|
530
|
+
type: StringConstructor;
|
|
531
|
+
default: null;
|
|
532
|
+
};
|
|
533
|
+
}>> & {
|
|
534
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
535
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
536
|
+
}, {
|
|
537
|
+
modelValue: string | number | unknown[];
|
|
538
|
+
presetVal: string;
|
|
539
|
+
paramCfg: Record<string, any>;
|
|
540
|
+
}>;
|
|
541
|
+
SelectLabel: import("vue").DefineComponent<{
|
|
542
|
+
paramCfg: {
|
|
543
|
+
type: ObjectConstructor;
|
|
544
|
+
default: null;
|
|
545
|
+
};
|
|
546
|
+
modelValue: {
|
|
547
|
+
type: StringConstructor;
|
|
548
|
+
default: null;
|
|
549
|
+
};
|
|
550
|
+
}, {
|
|
551
|
+
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
|
552
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
553
|
+
paramCfg: {
|
|
554
|
+
type: ObjectConstructor;
|
|
555
|
+
default: null;
|
|
556
|
+
};
|
|
557
|
+
modelValue: {
|
|
558
|
+
type: StringConstructor;
|
|
559
|
+
default: null;
|
|
560
|
+
};
|
|
561
|
+
}>> & {
|
|
562
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
563
|
+
}>>;
|
|
564
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
565
|
+
tagList: import("vue").Ref<never[]>;
|
|
566
|
+
filterApiConfig: import("../../../..").AnyObject;
|
|
567
|
+
valueCp: import("vue").WritableComputedRef<string[]>;
|
|
568
|
+
optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
|
|
569
|
+
initTagList: () => Promise<void>;
|
|
570
|
+
NSelect: any;
|
|
571
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
572
|
+
paramCfg: {
|
|
573
|
+
type: ObjectConstructor;
|
|
574
|
+
default: null;
|
|
575
|
+
};
|
|
576
|
+
modelValue: {
|
|
577
|
+
type: StringConstructor;
|
|
578
|
+
default: null;
|
|
579
|
+
};
|
|
580
|
+
}>> & {
|
|
581
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
582
|
+
}, {
|
|
583
|
+
modelValue: string;
|
|
584
|
+
paramCfg: Record<string, any>;
|
|
585
|
+
}>;
|
|
46
586
|
WidgetTypeEnums: {
|
|
47
587
|
INPUT_NUMBER: string;
|
|
48
588
|
INPUT: string;
|
|
@@ -57,44 +597,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
57
597
|
DATETIME_RANGE_INNER: string;
|
|
58
598
|
LABEL: string;
|
|
59
599
|
SELECTLABEL: string;
|
|
60
|
-
|
|
61
|
-
WidgetValEnums: {
|
|
62
|
-
CUSTOM: string;
|
|
63
|
-
FIRST_VAL: string;
|
|
64
|
-
NOW: string;
|
|
65
|
-
TODAY: string;
|
|
66
|
-
TODAY_START: string;
|
|
67
|
-
TODAY_END: string;
|
|
68
|
-
TOMORROW: string;
|
|
69
|
-
TOMORROW_START: string;
|
|
70
|
-
TOMORROW_END: string;
|
|
71
|
-
YESTERDAY: string;
|
|
72
|
-
YESTERDAY_START: string;
|
|
73
|
-
YESTERDAY_END: string;
|
|
74
|
-
THIS_WEEK: string;
|
|
75
|
-
WEEK_START: string;
|
|
76
|
-
WEEK_END: string;
|
|
77
|
-
NEXT_WEEK: string;
|
|
78
|
-
LAST_WEEK: string;
|
|
79
|
-
THIS_MONTH: string;
|
|
80
|
-
MONTH_START: string;
|
|
81
|
-
MONTH_END: string;
|
|
82
|
-
NEXT_MONTH: string;
|
|
83
|
-
LAST_MONTH: string;
|
|
84
|
-
THIS_QUARTER: string;
|
|
85
|
-
NEXT_QUARTER: string;
|
|
86
|
-
LAST_QUARTER: string;
|
|
87
|
-
THIS_YEAR: string;
|
|
88
|
-
NEXT_YEAR: string;
|
|
89
|
-
LAST_YEAR: string;
|
|
90
|
-
};
|
|
91
|
-
WidgetOptionEnums: {
|
|
92
|
-
RADIO: string;
|
|
93
|
-
MULTIPLE: string;
|
|
94
|
-
ALL: string;
|
|
95
|
-
SELECT_TIME: string;
|
|
96
|
-
PAST_TIME: string;
|
|
97
|
-
FUTURE_TIME: string;
|
|
600
|
+
SELECTDYNAMIC: string;
|
|
98
601
|
};
|
|
99
602
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
100
603
|
paramCfg: {
|