cnhis-design-vue 3.3.1-beta.10 → 3.3.1-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/es/components/ai-chat/index.d.ts +145 -10
- package/es/components/ai-chat/src/Index.vue.d.ts +145 -10
- package/es/components/ai-chat/src/Index.vue2.js +1 -1
- package/es/components/ai-chat/src/api/index.d.ts +6 -0
- package/es/components/ai-chat/src/api/index.js +1 -0
- package/es/components/ai-chat/src/components/ChatAudio.vue.d.ts +44 -0
- package/es/components/ai-chat/src/components/ChatAudio.vue.js +1 -0
- package/es/components/ai-chat/src/components/ChatAudio.vue2.js +1 -0
- package/es/components/ai-chat/src/components/ChatCard.js +1 -1
- package/es/components/ai-chat/src/components/ChatFooter.vue.d.ts +55 -2
- package/es/components/ai-chat/src/components/ChatFooter.vue2.js +1 -1
- package/es/components/ai-chat/src/components/ChatMainInner.d.ts +2 -0
- package/es/components/ai-chat/src/components/ChatMainInner.js +1 -0
- package/es/components/ai-chat/src/components/ChatRight.vue.d.ts +55 -0
- package/es/components/ai-chat/src/components/ChatRight.vue.js +1 -0
- package/es/components/ai-chat/src/components/ChatRight.vue2.js +1 -0
- package/es/components/ai-chat/src/components/card/JsonCard.d.ts +25 -0
- package/es/components/ai-chat/src/components/card/JsonCard.js +1 -0
- package/es/components/ai-chat/src/components/card/SelectIcon.d.ts +14 -0
- package/es/components/ai-chat/src/components/card/SelectIcon.js +1 -0
- package/es/components/ai-chat/src/hooks/useProgram.d.ts +6 -0
- package/es/components/ai-chat/src/hooks/useProgram.js +1 -0
- package/es/components/ai-chat/src/hooks/useWebsocket.d.ts +2 -0
- package/es/components/ai-chat/src/hooks/useWebsocket.js +1 -0
- package/es/components/ai-chat/src/utils/index.d.ts +1 -0
- package/es/components/ai-chat/src/utils/index.js +1 -1
- package/es/components/ai-chat/style/index.css +1 -1
- package/es/components/audio-sdk/index.d.ts +2 -304
- package/es/components/audio-sdk/index.js +1 -1
- package/es/components/audio-sdk/src/audioSDK.d.ts +8 -5
- package/es/components/audio-sdk/src/audioSDK.js +1 -1
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +4 -43
- package/es/components/audio-sdk/src/components/recording.vue2.js +1 -1
- package/es/components/audio-sdk/src/utils/recordingModal.d.ts +4 -7
- package/es/components/audio-sdk/src/utils/recordingModal.js +1 -1
- package/es/components/audio-sdk/style/index.css +1 -1
- package/es/components/callback/src/components/render/popupMaps.d.ts +1 -7
- package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
- package/es/components/editor/src/Editor.js +1 -1
- package/es/components/editor/style/index.css +1 -0
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -1
- package/es/components/field-editor/index.d.ts +1 -7
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +1 -7
- package/es/components/form-config/index.d.ts +3 -38
- package/es/components/form-config/src/FormConfig.vue.d.ts +3 -38
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +1 -7
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1 -17
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +1 -8
- package/es/components/form-render/index.d.ts +1 -7
- package/es/components/form-render/index.js +1 -1
- package/es/components/form-render/src/FormRender.vue.d.ts +1 -7
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +1 -7
- package/es/components/form-render/src/components/renderer/date.d.ts +0 -2
- package/es/components/form-render/src/components/renderer/date.js +1 -1
- package/es/components/form-render/src/components/renderer/formItem.d.ts +0 -2
- package/es/components/form-render/src/components/renderer/formItem.js +1 -1
- package/es/components/form-render/src/components/renderer/input.d.ts +0 -5
- package/es/components/form-render/src/components/renderer/input.js +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +1 -14
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -14
- package/es/components/form-render/src/components/renderer/select.d.ts +0 -5
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +1 -12
- package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +0 -4
- package/es/components/form-render/src/types/fieldItem.d.ts +0 -1
- package/es/components/form-render/src/types/index.d.ts +0 -2
- package/es/components/form-render/src/utils/index.d.ts +0 -1
- package/es/components/form-render/src/utils/index.js +1 -1
- package/es/components/form-render/style/index.css +1 -1
- package/es/components/iho-table/src/IhoTable.vue2.js +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/index.js +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.d.ts +3 -3
- package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.js +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/highLightSetPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +0 -7
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.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/selectRendererPlugin/selectUtils.d.ts +2 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/stickyFixedPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/varialbleHeightPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +0 -1
- package/es/components/iho-table/src/types/pluginType.d.ts +2 -2
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +1 -2
- package/es/components/index.js +1 -1
- package/es/components/info-header/index.d.ts +2 -24
- package/es/components/info-header/src/InfoHeader.vue.d.ts +2 -24
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +0 -2
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +0 -2
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +1 -9
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +1 -7
- package/es/components/scale-view/index.d.ts +2 -3
- package/es/components/scale-view/src/ScaleView.vue.d.ts +2 -3
- package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
- package/es/components/scale-view/src/hooks/scaleview-init.d.ts +1 -3
- package/es/components/scale-view/src/hooks/scaleview-init.js +1 -1
- package/es/components/scale-view/src/hooks/use-component.d.ts +2189 -1
- package/es/components/shortcut-setter/index.d.ts +1 -8
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +1 -8
- package/es/shared/assets/img/file-emr.png.js +1 -0
- package/es/shared/assets/img/file.png.js +1 -0
- package/es/shared/assets/img/use.png.js +1 -0
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
- package/es/components/audio-sdk/src/Index.vue.d.ts +0 -304
- package/es/components/audio-sdk/src/Index.vue.js +0 -1
- package/es/components/audio-sdk/src/Index.vue2.js +0 -1
- package/es/components/audio-sdk/src/components/form.vue.d.ts +0 -51
- package/es/components/audio-sdk/src/components/form.vue.js +0 -1
- package/es/components/audio-sdk/src/components/form.vue2.js +0 -1
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +0 -91
- package/es/components/audio-sdk/src/components/recording-modal.vue.js +0 -1
- package/es/components/audio-sdk/src/components/recording-modal.vue2.js +0 -1
- package/es/components/audio-sdk/src/utils/index.d.ts +0 -4
- package/es/components/audio-sdk/src/utils/index.js +0 -1
- package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +0 -1
- package/es/shared/components/ArrowIcon/index.d.ts +0 -2
- package/es/shared/components/ArrowIcon/index.js +0 -1
- package/es/shared/components/DateIcon/DateIcon.vue.js +0 -1
- package/es/shared/components/DateIcon/index.d.ts +0 -2
- package/es/shared/components/DateIcon/index.js +0 -1
@@ -1 +1 @@
|
|
1
|
-
import{fabric as t}from"../../../../../shared/utils/fabricjs/index.js";import{drawPoint as e,drawText as i,drawLine as o,defaultLineStyle as n}from"../useDraw.js";import{useBirthProcessCumputedPoint as r}from"../useCumputedPoint.js";import{bus as a}from"../useEvent.js";import{useShadow as l}from"../useShadow.js";import{useCommon as s}from"../useCommon.js";import"vue";import{getIndex as c}from"../../utils/index.js";import{filter as d,cloneDeep as u,omit as f,flatten as h,isNumber as g,pick as m}from"lodash-es";import{format as p}from"date-fns";import{OTHER_MENU as v}from"../../constants/index.js";import"@vueuse/shared";import"naive-ui";import"./useTop.js";import"@vueuse/core";import"../../../../../shared/utils/index.js";const x=d(v,(t=>"add"!==t.type));function y(d,v,y,k,C,w,X,b,E){const{computedX:A,getXValue:L}=r(v),{getEqualXTypes:j,handleAddPrevent:P,isGridLimit:S,getPointEventProps:z}=s(d,y,v),{createShadowLines:I}=l(),{canvasWidth:M,other:T,yCellHeight:H,xCellWidth:O,endX:$,originX:B,originY:W,endY:Y,markHeight:D,event:_,topGridYCellHeight:V,extracorporealCirculationHeight:G}=v,K=new Map,R=u(T);let q=[],F=null;function J(){var o;if(!(null==(o=null==R?void 0:R.horizontal)?void 0:o.length))return;const n="horizontal";K.set(n,[]);const{horizontal:r}=R;let a=W+H/2;r.forEach(((o,r)=>{const{title:l,type:s,pointAttr:c={},textStyle:d={},data:u,showIcon:f=!0}=o;let h=null;u.forEach(((o,u)=>{const{time:g,value:m}=o,p=A(g);if(!ot(p))return;const v=[],x=f&&e(s,{...c,left:p,top:a});x&&v.push(x);const y=f?p+x.width/2+2:p,k=i([y,a],{value:m,...d,originX:"left"});v.push(k);const C=new t.Group(v,{lockMovementY:!0,objectCaching:!1,hasControls:!1,hasBorders:!1,hoverCursor:"pointer",...z()});Object.assign(C,{originLeft:p,iconHalfWidth:x?x.width/2:0,origin:{type:"other",key:n,dataIndex:r,index:u,data:o,title:l},limitX:{x1:B,x2:$-C.width}}),h&&(C.limitX.x1=h.left,h.limitX.x2=C.left,C.prevPoint=h,h.nextPoint=C),h=C,tt(C),K.get(n).push(C)})),a+=H})),d.value.add(...K.get(n))}function N(){var t;if(!(null==(t=null==R?void 0:R.vertical)?void 0:t.length))return;const i="vertical";K.set(i,[]);const{vertical:o}=R;o.forEach(((t,o)=>{const{show:n=!0,marginTop:r=0,textStyle:a={},data:l,time:s}=t,c=A(s);if(!n||!ot(c))return;const{lineHeight:d=H}=a;let u=W+r+d/2;l.forEach(((t,n)=>{const r=e(String(t.value),{...a,lockMovementY:!0,left:c,originX:"left",top:u,origin:{type:"other",key:i,dataIndex:o,index:n,data:t},...z()});u+=d,tt(r),K.get(i).push(r)}));const f=K.get(i).filter((t=>t.origin.dataIndex===o)),h=Math.max(...f.map((t=>t.width))),g=c>$-h;f.forEach(((t,e,i)=>{t.siblingPoints=i.filter((e=>e.origin.index!==t.origin.index)),t.maxTextWidth=h,g&&t.set("originX","right")}))})),d.value.add(...K.get(i))}function Q(t,e="add"){const{dataIndex:i,data:o,index:n,key:r,dataKey:a,time:l}=t,s=R[r],d=["mark","extracorporealCirculation"].includes(r)?s.dataList[i]:s[i];switch(e){case"remove":d.data.splice(n,1);break;case"change":if("mark"===r){d.list.splice(n,1);const t=s.dataList.find((t=>t.time===l));t?t.list.push(o):(s.dataList.push({time:l,list:[o]}),s.dataList.sort(((t,e)=>Date.parse(t.time)-Date.parse(e.time))))}else"extracorporealCirculation"===r?d[a]=o:d.data[n]=o;break;default:{const t=Array.isArray(o)?o[0].time:o.time,e=c(t,d.data),i=Array.isArray(o)?o:[o];d.data.splice(e,0,...i);break}}U(t)}function U(t){var e;const{key:i}=t;switch(null==(e=d.value)||e.remove(...K.get(i)),K.delete(i),i){case"horizontal":J();break;case"vertical":N();break;case"mark":Z();break;case"extracorporealCirculation":rt()}}function Z(){if(!D)return;const{title:t,titleStyle:o,pointAttr:n,dataList:r}=R.mark||{};if(!(null==r?void 0:r.length))return;const a="mark";K.set(a,[]);const l=i([B-5,Y+D/2],{value:t,...o,originX:"right"});d.value.add(l);const s=Y+D+G,c=Y+G;let u=0;const f={};r.forEach(((t,i)=>{const{time:o,list:r=[]}=t,l=A(o);if(!ot(l))return;let h=c+1;r.forEach(((t,o)=>{var r;const{style:g}=t,m=e((null==g?void 0:g.type)||"circleAndText",{...(null==g?void 0:g.pointAttr)||n,...t.text?{text:t.text}:{},left:l,top:c+10,origin:{data:t,key:"mark",type:"other",dataIndex:i,index:o}}),p=m.height;u&&l-u<=O&&(null==(r=f[`x_${u}`])||r.forEach((([t,e])=>{h+p>=s&&(h=Y-1),t<e&&h>=t&&h<e&&(h=e),t>e&&h>e&&h<=t&&(h=e)})));const{topObj:v,startTop:x,oldStartTop:y}=function(t,e){const i={};let o;if(t>Y){const r=t+e;i.y2=t+e/2,r>=s?n(Y-1):(o=t,t=r)}else n(t);function n(n){o=n,i.y2=n-e/2;t=n-e}return{topObj:i,startTop:t,oldStartTop:o}}(h,p);h=x,f[`x_${l}`]||(f[`x_${l}`]=[]),f[`x_${l}`].push([y,h]),m.set("top",v.y2),K.get(a).push(m),tt(m),d.value.add(m)})),u=l})),function(t){const e=t=>{var e,i;return null==(i=null==(e=t.origin)?void 0:e.data)?void 0:i.isStart},i=t.find((t=>e(t))),o=t.find((t=>!e(t)&&t.left>i.left)),n=t.filter((t=>!e(t)));t.forEach((t=>{const r={x1:B,x2:$};e(t)?(r.x2=o.left,t.otherPoints=n):(r.x1=i.left,t.startPoint=i),t.limitX=r}))}(K.get(a))}function tt(t){if(_.hovered&&(t.on("mouseover",(()=>{et(t)})),t.on("mouseout",(()=>{k.show=!1}))),t.lockMovementX&&t.lockMovementY)return;const{key:e}=t.origin,i=["mark","horizontal"].includes(e),o=["mark","vertical"].includes(e),n=["mark","extracorporealCirculation"].includes(e),r="extracorporealCirculation"===e;t.on("moving",(()=>{t.moving=!0,i?function(t){const e=t.origin.key,i="horizontal"===e;t.setCoords(),t.left<t.limitX.x1&&t.set("left",t.limitX.x1+(i?1:0));t.left>t.limitX.x2&&t.set("left",t.limitX.x2+(i?-1:0));if("mark"===e){t.top<W&&t.set("top",W);const e=Y+G+D-t.height/2;t.top>e&&t.set("top",e)}i&&(t.originLeft=t.left+t.iconHalfWidth)}(t):r?function(t){t.setCoords();const{left:e,limitX:i}=t,o=p(new Date,"yyyy-MM-dd HH:mm"),n=A(o);i.isCurrentTime&&i.x2<n&&n>0&&n<M&&(i.x2=n);e<i.x1&&t.set({x1:i.x1,x2:i.x1});e>i.x2&&t.set({x1:i.x2,x2:i.x2});it(t,"left"),it(t,"right")}(t):(w(t),function(t){const e=t.left+t.maxTextWidth>$?"right":"left";t.setCoords().set({originX:e}),t.siblingPoints.forEach((i=>i.setCoords().set({originX:e,left:t.left})))}(t)),_.hovered&&et(t)})),t.on("mouseup",(r=>{var a;if(k.show=!1,1===r.button){if(!t.moving)return;t.moving=!1,i&&function(t){var e,i;if("mark"===t.origin.key){if((null==(i=null==(e=t.origin)?void 0:e.data)?void 0:i.isStart)&&t.otherPoints)t.otherPoints.forEach((e=>{e.limitX.x1=t.left}));else{const e=t.startPoint.otherPoints.map((t=>t.left)),i=Math.min(...e);t.startPoint.limitX.x2=i}return}t.prevPoint&&(t.prevPoint.limitX.x2=t.left);t.nextPoint&&(t.nextPoint.limitX.x1=t.left)}(t);const e=L(null!=(a=t.originLeft)?a:t.left),r={...t.origin,...o?{time:e}:{data:{...t.origin.data,time:e}}};d.value.discardActiveObject(),y("change",r),n&&Q(r,"change")}3===r.button&&["horizontal","vertical"].includes(e)&&(C.point={x:t.left,y:t.top},C.show=!0,C.target=t,C.list=x.map((t=>({...t,renderItem:()=>t.label,_type:"other"}))))}))}function et(t){k.isTarget=!0,k.show=!0;const{key:e,data:i={}}=t.origin||{};let o=i.value;const n="extracorporealCirculation"===e||"mark"===e;k.point={x:t.left,y:n?t.top:t.top+V/2};const r=!t.origin.isMenu&&t.originLeft?t.originLeft:t.left,a=L(r);k.list=[`时间 ${a.slice(-5)}`],n&&("mark"===e&&(o=i.name),k.list.unshift(o+" ")),k.sourceData=[{type:"other",key:e,time:a,value:o}]}function it(t,e){const{shadowObjs:i,params:o}=t[`${e}ShadowBox`]||{};if(!i||!o)return;i.forEach((t=>d.value.remove(t)));o["left"===e?1:0]=t.left;const n=nt(...o);t[`${e}ShadowBox`]={shadowObjs:n,params:o}}function ot(t){return t>=B&&t<=$}function nt(...e){const[i,o,r,a]=e,{mode:l,style:s}=a,c=f(s,["angle","space"]),u=[[i,Y],[o,Y],[o,r],[i,r]],h=new t.Polygon(u.map((t=>({x:t[0],y:t[1]}))),{...n,...c,stroke:"transparent",..."slash"===l?{fill:"transparent"}:{}}),g=[];return["slash"].includes(l)&&g.push(...I(u,s.angle,s.space,c)),d.value.add(h,...g),K.get("extracorporealCirculation").push(h,...g),[h,...g]}function rt(){if(!G)return;const{dataList:e,ascendAortaStyle:i,extracorporealCirculationStyle:o}=R.extracorporealCirculation||{};if(!(null==e?void 0:e.length))return;const n="extracorporealCirculation";K.set(n,[]);const r=Y+G;let a,l;function s(t){return t&&t>B&&t<M}function c(t){return void 0===t||""===t}e.forEach(((u,f)=>{const h=function(t){const{extracorporealCirculationStart:e,closeAscendAorta:i,openAscendAorta:o,extracorporealCirculationEnd:n}=t;let r,a,l,s;return e&&(r=A(e.time)),i&&(a=A(i.time)),o&&(l=A(o.time)),n&&(s=A(n.time)),[r,a,l,s]}(u);if(-1===h.findIndex((t=>t>0&&t<M)))return;let g;h.forEach(((m,v)=>{if(c(m))return;const x=h[v+1],y=h[v-1];if(s(m)||s(x)){const k=s(m)?m:B,C=s(x)?x:c(x)?null:$,w=s(y)?y:B,X={};if(v<h.length-1&&C&&(X.params=[k,C,r,[0,2].includes(v)?o:i],X.shadowObjs=nt(...X.params)),s(m)){const i=function(t){switch(t){case 0:return"extracorporealCirculationStart";case 1:return"closeAscendAorta";case 2:return"openAscendAorta";case 3:return"extracorporealCirculationEnd"}}(v),o=p(new Date,"yyyy-MM-dd HH:mm"),c=A(o),x=m<c&&s(c)?c:m,y=function(e,i){const o=new t.Line(e,{...i,stroke:"transparent",strokeWidth:5,hasControls:!1,hasBorders:!1,hoverCursor:"e-resize",lockMovementY:!0,originX:"center"});return tt(o),d.value.add(o),K.get("extracorporealCirculation").push(o),o}([m,Y,m,r],{origin:{dataIndex:f,dataKey:i,key:n,data:u[i],type:"other"},limitX:{x1:0===v?null!=a?a:B:w,x2:C||x,isCurrentTime:!C&&f===e.length-1},...[1,2,3].includes(v)?{leftShadowBox:g}:{},...[0,1,2].includes(v)?{rightShadowBox:X}:{}});v===h.length-1&&(a=m,l=y),0===v&&l&&(l.limitX.x2=k)}g=X}}))}))}function at(t){const{code:e}=t;F&&(e.includes("Enter")||e.includes("Esc"))&&(e.includes("Esc")&&(F.text=""),F.exitEditing(),d.value.discardActiveObject(F))}return function(){if(!(null==T?void 0:T.longLine)||!T.longLine.time)return;const{time:t,style:e}=T.longLine,i=A(t),n=o([i,0,i,Y],e);d.value.add(n)}(),function(){var t;if(!(null==(t=null==R?void 0:R.horizontal)?void 0:t.length))return;q=[];const{horizontal:i}=R,o=B-5;let n=W+H/2;i.forEach(((t,i)=>{const{title:r,titleStyle:a={},defaultAddValue:l,data:s=[]}=t,c=r&&e(r,{...a,originX:"right",left:o,top:n,origin:{defaultAddValue:l,dataIndex:i,type:"other",key:"horizontal",title:r,isMenu:!0},originLeft:o,originTop:n});var u;q.push({type:"other",title:r,key:"horizontal",dataIndex:i,dataList:s.map((t=>A(t.time))),y1:n-c.height/2,y2:n+c.height/2}),(u=c).on("moving",(()=>{u.set("originX","center"),S(u)?et(u):k.show=!1})),u.on("mouseup:before",(t=>{if(k.show=!1,0===t.e.button&&S(u))if(j(K.get("horizontal"),u.left,"key",O).includes(u.origin.key))P("repeat"),console.log("重复节点");else{const t={data:{time:L(u.left),value:u.origin.defaultAddValue},...u.origin};y("add",f(t,["isMenu"])),Q(t)}!function(t){t.setCoords().set({originX:"right",left:t.originLeft,top:t.originTop})}(u)})),d.value.add(c),n+=H}))}(),J(),N(),Z(),rt(),a.on((()=>{const t="horizontal",e=X(K.get(t));e.length>0?b((()=>{const i=function(t){const e=t.reduce(((t,e)=>{const{dataIndex:i}=e.origin;return t[i]=t[i]?t[i].concat(e.origin):[e.origin],t}),{});return h(Object.keys(e).map((t=>{const i=e[t];return R.horizontal[t].data.splice(i[0].index,i.length),i})))}(e);U({key:t}),y("remove",i)})):E()})),_.evented&&(window.addEventListener("keydown",at,!0),d.value.on("mouse:up",(e=>{var i,o,n,r;if(1===e.button){const{target:a,pointer:l={}}=e,{x:s=0,y:c=0}=l;if(!S({left:s,top:c}))return;if(!(null==q?void 0:q.length)||F)return;if(a&&"horizontal"!==(null==(i=a.origin)?void 0:i.key))return;let u="";if(a){if(a.moving)return;u=null==(r=null==(n=null==(o=a.origin)?void 0:o.data)?void 0:n.value)?void 0:r.toString()}const f=q.find((({y1:t,y2:e})=>c>=t&&c<=e));g(null==f?void 0:f.dataIndex)&&(F=new t.Textbox(u,{left:s,top:c,width:100,height:100,fontSize:18,objectCaching:!1,hasControls:!1,borderColor:"#000",editingBorderColor:"#000",backgroundColor:"#fff",fontFamily:"微软雅黑"}),F.otherListPointHeightRangeItem={...f,left:s,target:a},d.value.add(F),d.value.setActiveObject(F),F.enterEditing(),u&&F.setSelectionEnd(u.length))}})),d.value.on("selection:cleared",(({deselected:t})=>{var e;if(null==t?void 0:t.find((t=>t.otherListPointHeightRangeItem))){let{text:t}=F;const{otherListPointHeightRangeItem:i}=F;if(t=t.replace(/^\s+|\s+$/g,""),d.value.remove(F),F=null,!t)return;const{left:o,target:n}=i;if(n){if(t==(null==(e=n.origin)?void 0:e.data.value))return;const i={...n.origin,data:{...n.origin.data,value:t}};y("change",i),Q(i,"change")}else{const e={...m(i,["title","type","key","dataIndex"]),data:{time:L(o),value:t}};y("add",e),Q(e)}}}))),{clickMenu:function({item:t,target:e}){if(!e)return;const{type:i,_type:o}=t,n={...e.origin,type:o};y(i,n),"remove"===i&&Q(n,i)},handleKeydown:at}}export{y as useOther};
|
1
|
+
import{fabric as t}from"../../../../../shared/utils/fabricjs/index.js";import{drawPoint as e,drawText as i,drawLine as o,defaultLineStyle as n}from"../useDraw.js";import{useBirthProcessCumputedPoint as r}from"../useCumputedPoint.js";import{bus as a}from"../useEvent.js";import{useShadow as l}from"../useShadow.js";import{useCommon as s}from"../useCommon.js";import"vue";import{getIndex as c}from"../../utils/index.js";import{filter as d,cloneDeep as u,omit as f,flatten as h,isNumber as g,pick as m}from"lodash-es";import{format as p}from"date-fns";import{OTHER_MENU as v}from"../../constants/index.js";import"@vueuse/shared";import"naive-ui";import"./useTop.js";import"@vueuse/core";import"../../../../../shared/utils/index.js";const x=d(v,(t=>"add"!==t.type));function y(d,v,y,k,C,w,X,b,E){const{computedX:A,getXValue:L}=r(v),{getEqualXTypes:j,handleAddPrevent:P,isGridLimit:S,getPointEventProps:z}=s(d,y,v),{createShadowLines:I}=l(),{canvasWidth:M,other:T,yCellHeight:H,xCellWidth:O,endX:$,originX:B,originY:W,endY:Y,markHeight:D,event:_,topGridYCellHeight:V,extracorporealCirculationHeight:G}=v,K=new Map,R=u(T);let q=[],F=null;function J(){var o;if(!(null==(o=null==R?void 0:R.horizontal)?void 0:o.length))return;const n="horizontal";K.set(n,[]);const{horizontal:r}=R;let a=W+H/2;r.forEach(((o,r)=>{const{title:l,type:s,pointAttr:c={},textStyle:d={},data:u,showIcon:f=!0}=o;let h=null;u.forEach(((o,u)=>{const{time:g,value:m}=o,p=A(g);if(!ot(p))return;const v=[],x=f&&e(s,{...c,left:p,top:a});x&&v.push(x);const y=f?p+x.width/2+2:p,k=i([y,a],{value:m,...d,originX:"left"});v.push(k);const C=new t.Group(v,{lockMovementY:!0,objectCaching:!1,hasControls:!1,hasBorders:!1,hoverCursor:"pointer",...z()});Object.assign(C,{originLeft:p,iconHalfWidth:x?x.width/2:0,origin:{type:"other",key:n,dataIndex:r,index:u,data:o,title:l},limitX:{x1:B,x2:$-C.width}}),h&&(C.limitX.x1=h.left,h.limitX.x2=C.left,C.prevPoint=h,h.nextPoint=C),h=C,tt(C),K.get(n).push(C)})),a+=H})),d.value.add(...K.get(n))}function N(){var t;if(!(null==(t=null==R?void 0:R.vertical)?void 0:t.length))return;const i="vertical";K.set(i,[]);const{vertical:o}=R;o.forEach(((t,o)=>{const{show:n=!0,marginTop:r=0,textStyle:a={},data:l,time:s}=t,c=A(s);if(!n||!ot(c))return;const{lineHeight:d=H}=a;let u=W+r+d/2;l.forEach(((t,n)=>{const r=e(String(t.value),{...a,lockMovementY:!0,left:c,originX:"left",top:u,origin:{type:"other",key:i,dataIndex:o,index:n,data:t},...z()});u+=d,tt(r),K.get(i).push(r)}));const f=K.get(i).filter((t=>t.origin.dataIndex===o)),h=Math.max(...f.map((t=>t.width))),g=c>$-h;f.forEach(((t,e,i)=>{t.siblingPoints=i.filter((e=>e.origin.index!==t.origin.index)),t.maxTextWidth=h,g&&t.set("originX","right")}))})),d.value.add(...K.get(i))}function Q(t,e="add"){const{dataIndex:i,data:o,index:n,key:r,dataKey:a,time:l}=t,s=R[r],d=["mark","extracorporealCirculation"].includes(r)?s.dataList[i]:s[i];switch(e){case"remove":d.data.splice(n,1);break;case"change":if("mark"===r){d.list.splice(n,1);const t=s.dataList.find((t=>t.time===l));t?t.list.push(o):(s.dataList.push({time:l,list:[o]}),s.dataList.sort(((t,e)=>Date.parse(t.time)-Date.parse(e.time))))}else"extracorporealCirculation"===r?d[a]=o:d.data[n]=o;break;default:{const t=Array.isArray(o)?o[0].time:o.time,e=c(t,d.data),i=Array.isArray(o)?o:[o];d.data.splice(e,0,...i);break}}U(t)}function U(t){var e;const{key:i}=t;switch(null==(e=d.value)||e.remove(...K.get(i)),K.delete(i),i){case"horizontal":J();break;case"vertical":N();break;case"mark":Z();break;case"extracorporealCirculation":rt()}}function Z(){if(!D)return;const{title:t,titleStyle:o,pointAttr:n,dataList:r}=R.mark||{};if(!(null==r?void 0:r.length))return;const a="mark";K.set(a,[]);const l=i([B-5,Y+D/2],{value:t,...o,originX:"right"});d.value.add(l);const s=Y+D+G,c=Y+G;let u=0;const f={};r.forEach(((t,i)=>{const{time:o,list:r=[]}=t,l=A(o);if(!ot(l))return;let h=c+1;r.forEach(((t,o)=>{var r;const{style:g}=t,m=e((null==g?void 0:g.type)||"circleAndText",{...(null==g?void 0:g.pointAttr)||n,text:t.text,left:l,top:c+10,origin:{data:t,key:"mark",type:"other",dataIndex:i,index:o}}),p=m.height;u&&l-u<=O&&(null==(r=f[`x_${u}`])||r.forEach((([t,e])=>{h+p>=s&&(h=Y-1),t<e&&h>=t&&h<e&&(h=e),t>e&&h>e&&h<=t&&(h=e)})));const{topObj:v,startTop:x,oldStartTop:y}=function(t,e){const i={};let o;if(t>Y){const r=t+e;i.y2=t+e/2,r>=s?n(Y-1):(o=t,t=r)}else n(t);function n(n){o=n,i.y2=n-e/2;t=n-e}return{topObj:i,startTop:t,oldStartTop:o}}(h,p);h=x,f[`x_${l}`]||(f[`x_${l}`]=[]),f[`x_${l}`].push([y,h]),m.set("top",v.y2),K.get(a).push(m),tt(m),d.value.add(m)})),u=l})),function(t){const e=t=>{var e,i;return null==(i=null==(e=t.origin)?void 0:e.data)?void 0:i.isStart},i=t.find((t=>e(t))),o=t.find((t=>!e(t)&&t.left>i.left)),n=t.filter((t=>!e(t)));t.forEach((t=>{const r={x1:B,x2:$};e(t)?(r.x2=o.left,t.otherPoints=n):(r.x1=i.left,t.startPoint=i),t.limitX=r}))}(K.get(a))}function tt(t){if(_.hovered&&(t.on("mouseover",(()=>{et(t)})),t.on("mouseout",(()=>{k.show=!1}))),t.lockMovementX&&t.lockMovementY)return;const{key:e}=t.origin,i=["mark","horizontal"].includes(e),o=["mark","vertical"].includes(e),n=["mark","extracorporealCirculation"].includes(e),r="extracorporealCirculation"===e;t.on("moving",(()=>{t.moving=!0,i?function(t){const e=t.origin.key,i="horizontal"===e;t.setCoords(),t.left<t.limitX.x1&&t.set("left",t.limitX.x1+(i?1:0));t.left>t.limitX.x2&&t.set("left",t.limitX.x2+(i?-1:0));if("mark"===e){t.top<W&&t.set("top",W);const e=Y+G+D-t.height/2;t.top>e&&t.set("top",e)}i&&(t.originLeft=t.left+t.iconHalfWidth)}(t):r?function(t){t.setCoords();const{left:e,limitX:i}=t,o=p(new Date,"yyyy-MM-dd HH:mm"),n=A(o);i.isCurrentTime&&i.x2<n&&n>0&&n<M&&(i.x2=n);e<i.x1&&t.set({x1:i.x1,x2:i.x1});e>i.x2&&t.set({x1:i.x2,x2:i.x2});it(t,"left"),it(t,"right")}(t):(w(t),function(t){const e=t.left+t.maxTextWidth>$?"right":"left";t.setCoords().set({originX:e}),t.siblingPoints.forEach((i=>i.setCoords().set({originX:e,left:t.left})))}(t)),_.hovered&&et(t)})),t.on("mouseup",(r=>{var a;if(k.show=!1,1===r.button){if(!t.moving)return;t.moving=!1,i&&function(t){var e,i;if("mark"===t.origin.key){if((null==(i=null==(e=t.origin)?void 0:e.data)?void 0:i.isStart)&&t.otherPoints)t.otherPoints.forEach((e=>{e.limitX.x1=t.left}));else{const e=t.startPoint.otherPoints.map((t=>t.left)),i=Math.min(...e);t.startPoint.limitX.x2=i}return}t.prevPoint&&(t.prevPoint.limitX.x2=t.left);t.nextPoint&&(t.nextPoint.limitX.x1=t.left)}(t);const e=L(null!=(a=t.originLeft)?a:t.left),r={...t.origin,...o?{time:e}:{data:{...t.origin.data,time:e}}};d.value.discardActiveObject(),y("change",r),n&&Q(r,"change")}3===r.button&&["horizontal","vertical"].includes(e)&&(C.point={x:t.left,y:t.top},C.show=!0,C.target=t,C.list=x.map((t=>({...t,renderItem:()=>t.label,_type:"other"}))))}))}function et(t){k.isTarget=!0,k.show=!0;const{key:e,data:i={}}=t.origin||{};let o=i.value;const n="extracorporealCirculation"===e||"mark"===e;k.point={x:t.left,y:n?t.top:t.top+V/2};const r=!t.origin.isMenu&&t.originLeft?t.originLeft:t.left,a=L(r);k.list=[`时间 ${a.slice(-5)}`],n&&("mark"===e&&(o=i.name),k.list.unshift(o+" ")),k.sourceData=[{type:"other",key:e,time:a,value:o}]}function it(t,e){const{shadowObjs:i,params:o}=t[`${e}ShadowBox`]||{};if(!i||!o)return;i.forEach((t=>d.value.remove(t)));o["left"===e?1:0]=t.left;const n=nt(...o);t[`${e}ShadowBox`]={shadowObjs:n,params:o}}function ot(t){return t>=B&&t<=$}function nt(...e){const[i,o,r,a]=e,{mode:l,style:s}=a,c=f(s,["angle","space"]),u=[[i,Y],[o,Y],[o,r],[i,r]],h=new t.Polygon(u.map((t=>({x:t[0],y:t[1]}))),{...n,...c,stroke:"transparent",..."slash"===l?{fill:"transparent"}:{}}),g=[];return["slash"].includes(l)&&g.push(...I(u,s.angle,s.space,c)),d.value.add(h,...g),K.get("extracorporealCirculation").push(h,...g),[h,...g]}function rt(){if(!G)return;const{dataList:e,ascendAortaStyle:i,extracorporealCirculationStyle:o}=R.extracorporealCirculation||{};if(!(null==e?void 0:e.length))return;const n="extracorporealCirculation";K.set(n,[]);const r=Y+G;let a,l;function s(t){return t&&t>B&&t<M}function c(t){return void 0===t||""===t}e.forEach(((u,f)=>{const h=function(t){const{extracorporealCirculationStart:e,closeAscendAorta:i,openAscendAorta:o,extracorporealCirculationEnd:n}=t;let r,a,l,s;return e&&(r=A(e.time)),i&&(a=A(i.time)),o&&(l=A(o.time)),n&&(s=A(n.time)),[r,a,l,s]}(u);if(-1===h.findIndex((t=>t>0&&t<M)))return;let g;h.forEach(((m,v)=>{if(c(m))return;const x=h[v+1],y=h[v-1];if(s(m)||s(x)){const k=s(m)?m:B,C=s(x)?x:c(x)?null:$,w=s(y)?y:B,X={};if(v<h.length-1&&C&&(X.params=[k,C,r,[0,2].includes(v)?o:i],X.shadowObjs=nt(...X.params)),s(m)){const i=function(t){switch(t){case 0:return"extracorporealCirculationStart";case 1:return"closeAscendAorta";case 2:return"openAscendAorta";case 3:return"extracorporealCirculationEnd"}}(v),o=p(new Date,"yyyy-MM-dd HH:mm"),c=A(o),x=m<c&&s(c)?c:m,y=function(e,i){const o=new t.Line(e,{...i,stroke:"transparent",strokeWidth:5,hasControls:!1,hasBorders:!1,hoverCursor:"e-resize",lockMovementY:!0,originX:"center"});return tt(o),d.value.add(o),K.get("extracorporealCirculation").push(o),o}([m,Y,m,r],{origin:{dataIndex:f,dataKey:i,key:n,data:u[i],type:"other"},limitX:{x1:0===v?null!=a?a:B:w,x2:C||x,isCurrentTime:!C&&f===e.length-1},...[1,2,3].includes(v)?{leftShadowBox:g}:{},...[0,1,2].includes(v)?{rightShadowBox:X}:{}});v===h.length-1&&(a=m,l=y),0===v&&l&&(l.limitX.x2=k)}g=X}}))}))}function at(t){const{code:e}=t;F&&(e.includes("Enter")||e.includes("Esc"))&&(e.includes("Esc")&&(F.text=""),F.exitEditing(),d.value.discardActiveObject(F))}return function(){if(!(null==T?void 0:T.longLine)||!T.longLine.time)return;const{time:t,style:e}=T.longLine,i=A(t),n=o([i,0,i,Y],e);d.value.add(n)}(),function(){var t;if(!(null==(t=null==R?void 0:R.horizontal)?void 0:t.length))return;q=[];const{horizontal:i}=R,o=B-5;let n=W+H/2;i.forEach(((t,i)=>{const{title:r,titleStyle:a={},defaultAddValue:l,data:s=[]}=t,c=r&&e(r,{...a,originX:"right",left:o,top:n,origin:{defaultAddValue:l,dataIndex:i,type:"other",key:"horizontal",title:r,isMenu:!0},originLeft:o,originTop:n});var u;q.push({type:"other",title:r,key:"horizontal",dataIndex:i,dataList:s.map((t=>A(t.time))),y1:n-c.height/2,y2:n+c.height/2}),(u=c).on("moving",(()=>{u.set("originX","center"),S(u)?et(u):k.show=!1})),u.on("mouseup:before",(t=>{if(k.show=!1,0===t.e.button&&S(u))if(j(K.get("horizontal"),u.left,"key",O).includes(u.origin.key))P("repeat"),console.log("重复节点");else{const t={data:{time:L(u.left),value:u.origin.defaultAddValue},...u.origin};y("add",f(t,["isMenu"])),Q(t)}!function(t){t.setCoords().set({originX:"right",left:t.originLeft,top:t.originTop})}(u)})),d.value.add(c),n+=H}))}(),J(),N(),Z(),rt(),a.on((()=>{const t="horizontal",e=X(K.get(t));e.length>0?b((()=>{const i=function(t){const e=t.reduce(((t,e)=>{const{dataIndex:i}=e.origin;return t[i]=t[i]?t[i].concat(e.origin):[e.origin],t}),{});return h(Object.keys(e).map((t=>{const i=e[t];return R.horizontal[t].data.splice(i[0].index,i.length),i})))}(e);U({key:t}),y("remove",i)})):E()})),_.evented&&(window.addEventListener("keydown",at,!0),d.value.on("mouse:up",(e=>{var i,o,n,r;if(1===e.button){const{target:a,pointer:l={}}=e,{x:s=0,y:c=0}=l;if(!S({left:s,top:c}))return;if(!(null==q?void 0:q.length)||F)return;if(a&&"horizontal"!==(null==(i=a.origin)?void 0:i.key))return;let u="";if(a){if(a.moving)return;u=null==(r=null==(n=null==(o=a.origin)?void 0:o.data)?void 0:n.value)?void 0:r.toString()}const f=q.find((({y1:t,y2:e})=>c>=t&&c<=e));g(null==f?void 0:f.dataIndex)&&(F=new t.Textbox(u,{left:s,top:c,width:100,height:100,fontSize:18,objectCaching:!1,hasControls:!1,borderColor:"#000",editingBorderColor:"#000",backgroundColor:"#fff",fontFamily:"微软雅黑"}),F.otherListPointHeightRangeItem={...f,left:s,target:a},d.value.add(F),d.value.setActiveObject(F),F.enterEditing(),u&&F.setSelectionEnd(u.length))}})),d.value.on("selection:cleared",(({deselected:t})=>{var e;if(null==t?void 0:t.find((t=>t.otherListPointHeightRangeItem))){let{text:t}=F;const{otherListPointHeightRangeItem:i}=F;if(t=t.replace(/^\s+|\s+$/g,""),d.value.remove(F),F=null,!t)return;const{left:o,target:n}=i;if(n){if(t==(null==(e=n.origin)?void 0:e.data.value))return;const i={...n.origin,data:{...n.origin.data,value:t}};y("change",i),Q(i,"change")}else{const e={...m(i,["title","type","key","dataIndex"]),data:{time:L(o),value:t}};y("add",e),Q(e)}}}))),{clickMenu:function({item:t,target:e}){if(!e)return;const{type:i,_type:o}=t,n={...e.origin,type:o};y(i,n),"remove"===i&&Q(n,i)},handleKeydown:at}}export{y as useOther};
|
@@ -210,7 +210,6 @@ declare const FieldEditor: SFCWithInstall<import("vue").DefineComponent<{}, {
|
|
210
210
|
fixMemoLeak: {
|
211
211
|
type: BooleanConstructor;
|
212
212
|
};
|
213
|
-
lazyRender: BooleanConstructor;
|
214
213
|
}, {
|
215
214
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
216
215
|
fieldList: {
|
@@ -413,7 +412,6 @@ declare const FieldEditor: SFCWithInstall<import("vue").DefineComponent<{}, {
|
|
413
412
|
fixMemoLeak: {
|
414
413
|
type: BooleanConstructor;
|
415
414
|
};
|
416
|
-
lazyRender: BooleanConstructor;
|
417
415
|
}>> & {
|
418
416
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
419
417
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -588,8 +586,6 @@ declare const FieldEditor: SFCWithInstall<import("vue").DefineComponent<{}, {
|
|
588
586
|
linebarTextDirection: "horizontal" | "vertical";
|
589
587
|
autoWidth: number | boolean;
|
590
588
|
feedbackType: "default" | "tooltip";
|
591
|
-
fixMemoLeak: boolean;
|
592
|
-
lazyRender: boolean;
|
593
589
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
594
590
|
[key: symbol]: any;
|
595
591
|
[key: `x-${string}`]: any;
|
@@ -976,7 +972,6 @@ declare const FieldEditor: SFCWithInstall<import("vue").DefineComponent<{}, {
|
|
976
972
|
fixMemoLeak: {
|
977
973
|
type: BooleanConstructor;
|
978
974
|
};
|
979
|
-
lazyRender: BooleanConstructor;
|
980
975
|
}>> & {
|
981
976
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
982
977
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -1008,10 +1003,9 @@ declare const FieldEditor: SFCWithInstall<import("vue").DefineComponent<{}, {
|
|
1008
1003
|
linebarTextDirection: "horizontal" | "vertical";
|
1009
1004
|
autoWidth: number | boolean;
|
1010
1005
|
feedbackType: "default" | "tooltip";
|
1011
|
-
fixMemoLeak: boolean;
|
1012
|
-
lazyRender: boolean;
|
1013
1006
|
operationalFormInit: boolean;
|
1014
1007
|
incrementalRender: boolean;
|
1008
|
+
fixMemoLeak: boolean;
|
1015
1009
|
}>;
|
1016
1010
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
1017
1011
|
export default FieldEditor;
|
@@ -211,7 +211,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
211
211
|
fixMemoLeak: {
|
212
212
|
type: BooleanConstructor;
|
213
213
|
};
|
214
|
-
lazyRender: BooleanConstructor;
|
215
214
|
}, {
|
216
215
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
217
216
|
fieldList: {
|
@@ -414,7 +413,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
414
413
|
fixMemoLeak: {
|
415
414
|
type: BooleanConstructor;
|
416
415
|
};
|
417
|
-
lazyRender: BooleanConstructor;
|
418
416
|
}>> & {
|
419
417
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
420
418
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -589,8 +587,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
589
587
|
linebarTextDirection: "horizontal" | "vertical";
|
590
588
|
autoWidth: number | boolean;
|
591
589
|
feedbackType: "default" | "tooltip";
|
592
|
-
fixMemoLeak: boolean;
|
593
|
-
lazyRender: boolean;
|
594
590
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
595
591
|
[key: symbol]: any;
|
596
592
|
[key: `x-${string}`]: any;
|
@@ -977,7 +973,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
977
973
|
fixMemoLeak: {
|
978
974
|
type: BooleanConstructor;
|
979
975
|
};
|
980
|
-
lazyRender: BooleanConstructor;
|
981
976
|
}>> & {
|
982
977
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
983
978
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -1009,10 +1004,9 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
1009
1004
|
linebarTextDirection: "horizontal" | "vertical";
|
1010
1005
|
autoWidth: number | boolean;
|
1011
1006
|
feedbackType: "default" | "tooltip";
|
1012
|
-
fixMemoLeak: boolean;
|
1013
|
-
lazyRender: boolean;
|
1014
1007
|
operationalFormInit: boolean;
|
1015
1008
|
incrementalRender: boolean;
|
1009
|
+
fixMemoLeak: boolean;
|
1016
1010
|
}>;
|
1017
1011
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1018
1012
|
export default _default;
|
@@ -122,8 +122,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
122
122
|
linebarTextDirection: "horizontal" | "vertical";
|
123
123
|
autoWidth: number | boolean;
|
124
124
|
feedbackType: "default" | "tooltip";
|
125
|
-
fixMemoLeak: boolean;
|
126
|
-
lazyRender: boolean;
|
127
125
|
}>>>;
|
128
126
|
};
|
129
127
|
beforeMove: {
|
@@ -252,8 +250,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
252
250
|
linebarTextDirection: "horizontal" | "vertical";
|
253
251
|
autoWidth: number | boolean;
|
254
252
|
feedbackType: "default" | "tooltip";
|
255
|
-
fixMemoLeak: boolean;
|
256
|
-
lazyRender: boolean;
|
257
253
|
}>>>;
|
258
254
|
};
|
259
255
|
beforeMove: {
|
@@ -622,7 +618,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
622
618
|
fixMemoLeak: {
|
623
619
|
type: BooleanConstructor;
|
624
620
|
};
|
625
|
-
lazyRender: BooleanConstructor;
|
626
621
|
}, {
|
627
622
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
628
623
|
fieldList: {
|
@@ -825,7 +820,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
825
820
|
fixMemoLeak: {
|
826
821
|
type: BooleanConstructor;
|
827
822
|
};
|
828
|
-
lazyRender: BooleanConstructor;
|
829
823
|
}>> & {
|
830
824
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
831
825
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -1000,8 +994,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1000
994
|
linebarTextDirection: "horizontal" | "vertical";
|
1001
995
|
autoWidth: number | boolean;
|
1002
996
|
feedbackType: "default" | "tooltip";
|
1003
|
-
fixMemoLeak: boolean;
|
1004
|
-
lazyRender: boolean;
|
1005
997
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
1006
998
|
[key: symbol]: any;
|
1007
999
|
[key: `x-${string}`]: any;
|
@@ -1388,7 +1380,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1388
1380
|
fixMemoLeak: {
|
1389
1381
|
type: BooleanConstructor;
|
1390
1382
|
};
|
1391
|
-
lazyRender: BooleanConstructor;
|
1392
1383
|
}>> & {
|
1393
1384
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
1394
1385
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -1420,10 +1411,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1420
1411
|
linebarTextDirection: "horizontal" | "vertical";
|
1421
1412
|
autoWidth: number | boolean;
|
1422
1413
|
feedbackType: "default" | "tooltip";
|
1423
|
-
fixMemoLeak: boolean;
|
1424
|
-
lazyRender: boolean;
|
1425
1414
|
operationalFormInit: boolean;
|
1426
1415
|
incrementalRender: boolean;
|
1416
|
+
fixMemoLeak: boolean;
|
1427
1417
|
}>;
|
1428
1418
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
1429
1419
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -1652,8 +1642,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1652
1642
|
linebarTextDirection: "horizontal" | "vertical";
|
1653
1643
|
autoWidth: number | boolean;
|
1654
1644
|
feedbackType: "default" | "tooltip";
|
1655
|
-
fixMemoLeak: boolean;
|
1656
|
-
lazyRender: boolean;
|
1657
1645
|
}>>>;
|
1658
1646
|
};
|
1659
1647
|
}, {
|
@@ -1770,8 +1758,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1770
1758
|
linebarTextDirection: "horizontal" | "vertical";
|
1771
1759
|
autoWidth: number | boolean;
|
1772
1760
|
feedbackType: "default" | "tooltip";
|
1773
|
-
fixMemoLeak: boolean;
|
1774
|
-
lazyRender: boolean;
|
1775
1761
|
}>>>;
|
1776
1762
|
};
|
1777
1763
|
}>> & {}>>;
|
@@ -1896,7 +1882,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1896
1882
|
extendKey?: string | undefined;
|
1897
1883
|
is_not_fold?: string | undefined;
|
1898
1884
|
remark?: string | undefined;
|
1899
|
-
remarkTo?: string | HTMLElement | undefined;
|
1900
1885
|
free_entry?: import("..").FormCommonState | undefined;
|
1901
1886
|
save_free_entry?: import("..").FormCommonState | undefined;
|
1902
1887
|
initialize_high?: number | undefined;
|
@@ -2149,7 +2134,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2149
2134
|
extendKey?: string | undefined;
|
2150
2135
|
is_not_fold?: string | undefined;
|
2151
2136
|
remark?: string | undefined;
|
2152
|
-
remarkTo?: string | HTMLElement | undefined;
|
2153
2137
|
free_entry?: import("..").FormCommonState | undefined;
|
2154
2138
|
save_free_entry?: import("..").FormCommonState | undefined;
|
2155
2139
|
initialize_high?: number | undefined;
|
@@ -2375,7 +2359,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2375
2359
|
extendKey?: string | undefined;
|
2376
2360
|
is_not_fold?: string | undefined;
|
2377
2361
|
remark?: string | undefined;
|
2378
|
-
remarkTo?: string | HTMLElement | undefined;
|
2379
2362
|
free_entry?: import("..").FormCommonState | undefined;
|
2380
2363
|
save_free_entry?: import("..").FormCommonState | undefined;
|
2381
2364
|
initialize_high?: number | undefined;
|
@@ -2609,7 +2592,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2609
2592
|
extendKey?: string | undefined;
|
2610
2593
|
is_not_fold?: string | undefined;
|
2611
2594
|
remark?: string | undefined;
|
2612
|
-
remarkTo?: string | HTMLElement | undefined;
|
2613
2595
|
free_entry?: import("..").FormCommonState | undefined;
|
2614
2596
|
save_free_entry?: import("..").FormCommonState | undefined;
|
2615
2597
|
initialize_high?: number | undefined;
|
@@ -2922,7 +2904,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2922
2904
|
fixMemoLeak: {
|
2923
2905
|
type: BooleanConstructor;
|
2924
2906
|
};
|
2925
|
-
lazyRender: BooleanConstructor;
|
2926
2907
|
}, {
|
2927
2908
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2928
2909
|
fieldList: {
|
@@ -3125,7 +3106,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3125
3106
|
fixMemoLeak: {
|
3126
3107
|
type: BooleanConstructor;
|
3127
3108
|
};
|
3128
|
-
lazyRender: BooleanConstructor;
|
3129
3109
|
}>> & {
|
3130
3110
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
3131
3111
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -3300,8 +3280,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3300
3280
|
linebarTextDirection: "horizontal" | "vertical";
|
3301
3281
|
autoWidth: number | boolean;
|
3302
3282
|
feedbackType: "default" | "tooltip";
|
3303
|
-
fixMemoLeak: boolean;
|
3304
|
-
lazyRender: boolean;
|
3305
3283
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
3306
3284
|
[key: symbol]: any;
|
3307
3285
|
[key: `x-${string}`]: any;
|
@@ -3688,7 +3666,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3688
3666
|
fixMemoLeak: {
|
3689
3667
|
type: BooleanConstructor;
|
3690
3668
|
};
|
3691
|
-
lazyRender: BooleanConstructor;
|
3692
3669
|
}>> & {
|
3693
3670
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
3694
3671
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -3720,10 +3697,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3720
3697
|
linebarTextDirection: "horizontal" | "vertical";
|
3721
3698
|
autoWidth: number | boolean;
|
3722
3699
|
feedbackType: "default" | "tooltip";
|
3723
|
-
fixMemoLeak: boolean;
|
3724
|
-
lazyRender: boolean;
|
3725
3700
|
operationalFormInit: boolean;
|
3726
3701
|
incrementalRender: boolean;
|
3702
|
+
fixMemoLeak: boolean;
|
3727
3703
|
}>;
|
3728
3704
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
3729
3705
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
@@ -3839,8 +3815,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3839
3815
|
linebarTextDirection: "horizontal" | "vertical";
|
3840
3816
|
autoWidth: number | boolean;
|
3841
3817
|
feedbackType: "default" | "tooltip";
|
3842
|
-
fixMemoLeak: boolean;
|
3843
|
-
lazyRender: boolean;
|
3844
3818
|
}>>>;
|
3845
3819
|
};
|
3846
3820
|
}>>, {}>;
|
@@ -3992,7 +3966,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3992
3966
|
extendKey?: string | undefined;
|
3993
3967
|
is_not_fold?: string | undefined;
|
3994
3968
|
remark?: string | undefined;
|
3995
|
-
remarkTo?: string | HTMLElement | undefined;
|
3996
3969
|
free_entry?: import("..").FormCommonState | undefined;
|
3997
3970
|
save_free_entry?: import("..").FormCommonState | undefined;
|
3998
3971
|
initialize_high?: number | undefined;
|
@@ -4271,7 +4244,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
4271
4244
|
fixMemoLeak: {
|
4272
4245
|
type: BooleanConstructor;
|
4273
4246
|
};
|
4274
|
-
lazyRender: BooleanConstructor;
|
4275
4247
|
}, {
|
4276
4248
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
4277
4249
|
fieldList: {
|
@@ -4474,7 +4446,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
4474
4446
|
fixMemoLeak: {
|
4475
4447
|
type: BooleanConstructor;
|
4476
4448
|
};
|
4477
|
-
lazyRender: BooleanConstructor;
|
4478
4449
|
}>> & {
|
4479
4450
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
4480
4451
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -4649,8 +4620,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
4649
4620
|
linebarTextDirection: "horizontal" | "vertical";
|
4650
4621
|
autoWidth: number | boolean;
|
4651
4622
|
feedbackType: "default" | "tooltip";
|
4652
|
-
fixMemoLeak: boolean;
|
4653
|
-
lazyRender: boolean;
|
4654
4623
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
4655
4624
|
[key: symbol]: any;
|
4656
4625
|
[key: `x-${string}`]: any;
|
@@ -5037,7 +5006,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
5037
5006
|
fixMemoLeak: {
|
5038
5007
|
type: BooleanConstructor;
|
5039
5008
|
};
|
5040
|
-
lazyRender: BooleanConstructor;
|
5041
5009
|
}>> & {
|
5042
5010
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
5043
5011
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -5069,10 +5037,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
5069
5037
|
linebarTextDirection: "horizontal" | "vertical";
|
5070
5038
|
autoWidth: number | boolean;
|
5071
5039
|
feedbackType: "default" | "tooltip";
|
5072
|
-
fixMemoLeak: boolean;
|
5073
|
-
lazyRender: boolean;
|
5074
5040
|
operationalFormInit: boolean;
|
5075
5041
|
incrementalRender: boolean;
|
5042
|
+
fixMemoLeak: boolean;
|
5076
5043
|
}>;
|
5077
5044
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
5078
5045
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "validateFailure")[], "update:modelValue" | "validateFailure", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
@@ -5244,8 +5211,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
5244
5211
|
linebarTextDirection: "horizontal" | "vertical";
|
5245
5212
|
autoWidth: number | boolean;
|
5246
5213
|
feedbackType: "default" | "tooltip";
|
5247
|
-
fixMemoLeak: boolean;
|
5248
|
-
lazyRender: boolean;
|
5249
5214
|
}>>>;
|
5250
5215
|
};
|
5251
5216
|
beforeMove: {
|
@@ -125,8 +125,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
125
125
|
linebarTextDirection: "horizontal" | "vertical";
|
126
126
|
autoWidth: number | boolean;
|
127
127
|
feedbackType: "default" | "tooltip";
|
128
|
-
fixMemoLeak: boolean;
|
129
|
-
lazyRender: boolean;
|
130
128
|
}>>>;
|
131
129
|
};
|
132
130
|
beforeMove: {
|
@@ -255,8 +253,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
255
253
|
linebarTextDirection: "horizontal" | "vertical";
|
256
254
|
autoWidth: number | boolean;
|
257
255
|
feedbackType: "default" | "tooltip";
|
258
|
-
fixMemoLeak: boolean;
|
259
|
-
lazyRender: boolean;
|
260
256
|
}>>>;
|
261
257
|
};
|
262
258
|
beforeMove: {
|
@@ -625,7 +621,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
625
621
|
fixMemoLeak: {
|
626
622
|
type: BooleanConstructor;
|
627
623
|
};
|
628
|
-
lazyRender: BooleanConstructor;
|
629
624
|
}, {
|
630
625
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
631
626
|
fieldList: {
|
@@ -828,7 +823,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
828
823
|
fixMemoLeak: {
|
829
824
|
type: BooleanConstructor;
|
830
825
|
};
|
831
|
-
lazyRender: BooleanConstructor;
|
832
826
|
}>> & {
|
833
827
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
834
828
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -1003,8 +997,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1003
997
|
linebarTextDirection: "horizontal" | "vertical";
|
1004
998
|
autoWidth: number | boolean;
|
1005
999
|
feedbackType: "default" | "tooltip";
|
1006
|
-
fixMemoLeak: boolean;
|
1007
|
-
lazyRender: boolean;
|
1008
1000
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
1009
1001
|
[key: symbol]: any;
|
1010
1002
|
[key: `x-${string}`]: any;
|
@@ -1391,7 +1383,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1391
1383
|
fixMemoLeak: {
|
1392
1384
|
type: BooleanConstructor;
|
1393
1385
|
};
|
1394
|
-
lazyRender: BooleanConstructor;
|
1395
1386
|
}>> & {
|
1396
1387
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
1397
1388
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -1423,10 +1414,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1423
1414
|
linebarTextDirection: "horizontal" | "vertical";
|
1424
1415
|
autoWidth: number | boolean;
|
1425
1416
|
feedbackType: "default" | "tooltip";
|
1426
|
-
fixMemoLeak: boolean;
|
1427
|
-
lazyRender: boolean;
|
1428
1417
|
operationalFormInit: boolean;
|
1429
1418
|
incrementalRender: boolean;
|
1419
|
+
fixMemoLeak: boolean;
|
1430
1420
|
}>;
|
1431
1421
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
1432
1422
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -1655,8 +1645,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1655
1645
|
linebarTextDirection: "horizontal" | "vertical";
|
1656
1646
|
autoWidth: number | boolean;
|
1657
1647
|
feedbackType: "default" | "tooltip";
|
1658
|
-
fixMemoLeak: boolean;
|
1659
|
-
lazyRender: boolean;
|
1660
1648
|
}>>>;
|
1661
1649
|
};
|
1662
1650
|
}, {
|
@@ -1773,8 +1761,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1773
1761
|
linebarTextDirection: "horizontal" | "vertical";
|
1774
1762
|
autoWidth: number | boolean;
|
1775
1763
|
feedbackType: "default" | "tooltip";
|
1776
|
-
fixMemoLeak: boolean;
|
1777
|
-
lazyRender: boolean;
|
1778
1764
|
}>>>;
|
1779
1765
|
};
|
1780
1766
|
}>> & {}>>;
|
@@ -1899,7 +1885,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1899
1885
|
extendKey?: string | undefined;
|
1900
1886
|
is_not_fold?: string | undefined;
|
1901
1887
|
remark?: string | undefined;
|
1902
|
-
remarkTo?: string | HTMLElement | undefined;
|
1903
1888
|
free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
1904
1889
|
save_free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
1905
1890
|
initialize_high?: number | undefined;
|
@@ -2152,7 +2137,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
2152
2137
|
extendKey?: string | undefined;
|
2153
2138
|
is_not_fold?: string | undefined;
|
2154
2139
|
remark?: string | undefined;
|
2155
|
-
remarkTo?: string | HTMLElement | undefined;
|
2156
2140
|
free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
2157
2141
|
save_free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
2158
2142
|
initialize_high?: number | undefined;
|
@@ -2378,7 +2362,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
2378
2362
|
extendKey?: string | undefined;
|
2379
2363
|
is_not_fold?: string | undefined;
|
2380
2364
|
remark?: string | undefined;
|
2381
|
-
remarkTo?: string | HTMLElement | undefined;
|
2382
2365
|
free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
2383
2366
|
save_free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
2384
2367
|
initialize_high?: number | undefined;
|
@@ -2612,7 +2595,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
2612
2595
|
extendKey?: string | undefined;
|
2613
2596
|
is_not_fold?: string | undefined;
|
2614
2597
|
remark?: string | undefined;
|
2615
|
-
remarkTo?: string | HTMLElement | undefined;
|
2616
2598
|
free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
2617
2599
|
save_free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
2618
2600
|
initialize_high?: number | undefined;
|
@@ -2925,7 +2907,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
2925
2907
|
fixMemoLeak: {
|
2926
2908
|
type: BooleanConstructor;
|
2927
2909
|
};
|
2928
|
-
lazyRender: BooleanConstructor;
|
2929
2910
|
}, {
|
2930
2911
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2931
2912
|
fieldList: {
|
@@ -3128,7 +3109,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
3128
3109
|
fixMemoLeak: {
|
3129
3110
|
type: BooleanConstructor;
|
3130
3111
|
};
|
3131
|
-
lazyRender: BooleanConstructor;
|
3132
3112
|
}>> & {
|
3133
3113
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
3134
3114
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -3303,8 +3283,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
3303
3283
|
linebarTextDirection: "horizontal" | "vertical";
|
3304
3284
|
autoWidth: number | boolean;
|
3305
3285
|
feedbackType: "default" | "tooltip";
|
3306
|
-
fixMemoLeak: boolean;
|
3307
|
-
lazyRender: boolean;
|
3308
3286
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
3309
3287
|
[key: symbol]: any;
|
3310
3288
|
[key: `x-${string}`]: any;
|
@@ -3691,7 +3669,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
3691
3669
|
fixMemoLeak: {
|
3692
3670
|
type: BooleanConstructor;
|
3693
3671
|
};
|
3694
|
-
lazyRender: BooleanConstructor;
|
3695
3672
|
}>> & {
|
3696
3673
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
3697
3674
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -3723,10 +3700,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
3723
3700
|
linebarTextDirection: "horizontal" | "vertical";
|
3724
3701
|
autoWidth: number | boolean;
|
3725
3702
|
feedbackType: "default" | "tooltip";
|
3726
|
-
fixMemoLeak: boolean;
|
3727
|
-
lazyRender: boolean;
|
3728
3703
|
operationalFormInit: boolean;
|
3729
3704
|
incrementalRender: boolean;
|
3705
|
+
fixMemoLeak: boolean;
|
3730
3706
|
}>;
|
3731
3707
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
3732
3708
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
@@ -3842,8 +3818,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
3842
3818
|
linebarTextDirection: "horizontal" | "vertical";
|
3843
3819
|
autoWidth: number | boolean;
|
3844
3820
|
feedbackType: "default" | "tooltip";
|
3845
|
-
fixMemoLeak: boolean;
|
3846
|
-
lazyRender: boolean;
|
3847
3821
|
}>>>;
|
3848
3822
|
};
|
3849
3823
|
}>>, {}>;
|
@@ -3995,7 +3969,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
3995
3969
|
extendKey?: string | undefined;
|
3996
3970
|
is_not_fold?: string | undefined;
|
3997
3971
|
remark?: string | undefined;
|
3998
|
-
remarkTo?: string | HTMLElement | undefined;
|
3999
3972
|
free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
4000
3973
|
save_free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
4001
3974
|
initialize_high?: number | undefined;
|
@@ -4274,7 +4247,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
4274
4247
|
fixMemoLeak: {
|
4275
4248
|
type: BooleanConstructor;
|
4276
4249
|
};
|
4277
|
-
lazyRender: BooleanConstructor;
|
4278
4250
|
}, {
|
4279
4251
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
4280
4252
|
fieldList: {
|
@@ -4477,7 +4449,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
4477
4449
|
fixMemoLeak: {
|
4478
4450
|
type: BooleanConstructor;
|
4479
4451
|
};
|
4480
|
-
lazyRender: BooleanConstructor;
|
4481
4452
|
}>> & {
|
4482
4453
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
4483
4454
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -4652,8 +4623,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
4652
4623
|
linebarTextDirection: "horizontal" | "vertical";
|
4653
4624
|
autoWidth: number | boolean;
|
4654
4625
|
feedbackType: "default" | "tooltip";
|
4655
|
-
fixMemoLeak: boolean;
|
4656
|
-
lazyRender: boolean;
|
4657
4626
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
4658
4627
|
[key: symbol]: any;
|
4659
4628
|
[key: `x-${string}`]: any;
|
@@ -5040,7 +5009,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
5040
5009
|
fixMemoLeak: {
|
5041
5010
|
type: BooleanConstructor;
|
5042
5011
|
};
|
5043
|
-
lazyRender: BooleanConstructor;
|
5044
5012
|
}>> & {
|
5045
5013
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
5046
5014
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -5072,10 +5040,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
5072
5040
|
linebarTextDirection: "horizontal" | "vertical";
|
5073
5041
|
autoWidth: number | boolean;
|
5074
5042
|
feedbackType: "default" | "tooltip";
|
5075
|
-
fixMemoLeak: boolean;
|
5076
|
-
lazyRender: boolean;
|
5077
5043
|
operationalFormInit: boolean;
|
5078
5044
|
incrementalRender: boolean;
|
5045
|
+
fixMemoLeak: boolean;
|
5079
5046
|
}>;
|
5080
5047
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
5081
5048
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "validateFailure")[], "update:modelValue" | "validateFailure", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
@@ -5247,8 +5214,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
5247
5214
|
linebarTextDirection: "horizontal" | "vertical";
|
5248
5215
|
autoWidth: number | boolean;
|
5249
5216
|
feedbackType: "default" | "tooltip";
|
5250
|
-
fixMemoLeak: boolean;
|
5251
|
-
lazyRender: boolean;
|
5252
5217
|
}>>>;
|
5253
5218
|
};
|
5254
5219
|
beforeMove: {
|
@@ -223,7 +223,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
223
223
|
fixMemoLeak: {
|
224
224
|
type: BooleanConstructor;
|
225
225
|
};
|
226
|
-
lazyRender: BooleanConstructor;
|
227
226
|
}, {
|
228
227
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
229
228
|
fieldList: {
|
@@ -426,7 +425,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
426
425
|
fixMemoLeak: {
|
427
426
|
type: BooleanConstructor;
|
428
427
|
};
|
429
|
-
lazyRender: BooleanConstructor;
|
430
428
|
}>> & {
|
431
429
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
432
430
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -601,8 +599,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
601
599
|
linebarTextDirection: "horizontal" | "vertical";
|
602
600
|
autoWidth: number | boolean;
|
603
601
|
feedbackType: "default" | "tooltip";
|
604
|
-
fixMemoLeak: boolean;
|
605
|
-
lazyRender: boolean;
|
606
602
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
607
603
|
[key: symbol]: any;
|
608
604
|
[key: `x-${string}`]: any;
|
@@ -989,7 +985,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
989
985
|
fixMemoLeak: {
|
990
986
|
type: BooleanConstructor;
|
991
987
|
};
|
992
|
-
lazyRender: BooleanConstructor;
|
993
988
|
}>> & {
|
994
989
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
995
990
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -1021,10 +1016,9 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
1021
1016
|
linebarTextDirection: "horizontal" | "vertical";
|
1022
1017
|
autoWidth: number | boolean;
|
1023
1018
|
feedbackType: "default" | "tooltip";
|
1024
|
-
fixMemoLeak: boolean;
|
1025
|
-
lazyRender: boolean;
|
1026
1019
|
operationalFormInit: boolean;
|
1027
1020
|
incrementalRender: boolean;
|
1021
|
+
fixMemoLeak: boolean;
|
1028
1022
|
}>;
|
1029
1023
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
1030
1024
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|