cnhis-design-vue 3.2.5-beta.33 → 3.2.5-beta.36
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/biunique-chat/src/components/ChatFooter.vue2.js +1 -1
- package/es/components/button-print/index.d.ts +2 -2
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +2 -2
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +2 -2
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +1 -1
- package/es/components/callback/src/components/render/popupMaps.d.ts +71 -0
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +3 -0
- package/es/components/classification/src/index.vue.d.ts +3 -0
- package/es/components/form-config/index.d.ts +142 -0
- package/es/components/form-config/src/FormConfig.vue.d.ts +142 -0
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +71 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +71 -0
- package/es/components/form-render/index.d.ts +71 -0
- package/es/components/form-render/src/FormRender.vue.d.ts +71 -0
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +71 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.js +1 -1
- package/es/components/info-header/index.d.ts +142 -0
- package/es/components/info-header/src/InfoHeader.vue.d.ts +142 -0
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +71 -0
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +71 -0
- package/es/components/shortcut-setter/index.d.ts +71 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +71 -0
- package/es/env.d.ts +25 -25
- package/es/shared/hooks/index.js +1 -1
- package/es/shared/hooks/selectHooks/index.d.ts +1 -0
- package/es/shared/hooks/selectHooks/index.js +1 -1
- package/es/shared/hooks/selectHooks/useMenuWidthAuto.d.ts +12 -0
- package/es/shared/hooks/selectHooks/useMenuWidthAuto.js +1 -0
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
import{defineComponent as e,ref as t,watch as n,withDirectives as s,openBlock as i,createElementBlock as
|
|
1
|
+
import{defineComponent as e,ref as t,watch as n,withDirectives as s,openBlock as i,createElementBlock as r,normalizeStyle as o,unref as a,createElementVNode as c,toDisplayString as l,createVNode as u,createCommentVNode as d,withCtx as f,Fragment as p,renderList as m,createBlock as g,createTextVNode as v,vShow as h}from"vue";import{NIcon as y,NPopover as M,NTooltip as k,NUpload as x,NUploadTrigger as C,NButton as T}from"naive-ui";import{format as b}from"date-fns";import{useState as w}from"../hooks/useState.js";import{useSession as E}from"../hooks/useSession.js";import{images as I,alt as _}from"../utils/emoji.js";import{MESSAGE_TYPE as R}from"../constants/index.js";import{uploadFileApi as j}from"../api/index.js";import{CloseCircleOutline as L}from"@vicons/ionicons5";import{cloneDeep as S}from"lodash-es";import{simplifyMessage as F}from"../utils/index.js";const H={key:0,class:"reference-content-box"},K={class:"reference-content"},D=["innerHTML"],N={class:"tool-box"},J=c("span",null,[c("i",{class:"chat--iconfont chat--icon-face"})],-1),O={class:"emoji-box"},A=c("span",null,"默认表情",-1),G={class:"list-box"},U=["onClick"],X=["src"],z=[c("i",{class:"chat--iconfont chat--icon-good"},null,-1)],B=["onClick"],q=[c("i",{class:"chat--iconfont chat--icon-image"},null,-1)],P=["onClick"],Q=[c("i",{class:"chat--iconfont chat--icon-folder"},null,-1)],V={class:"btn-box"},W=c("span",{class:"tip"},"Enter 发送, Shift + Enter 换行",-1);var Y=e({__name:"ChatFooter",setup(e){const Y=t(),Z=t(""),{state:$,stompClient:ee}=w(),{setCurrentSessionItem:te}=E($),ne=t(!1);function se(e){["Enter"].includes(e.key)&&(function(e){return e.altKey||e.ctrlKey||e.metaKey||e.shiftKey}(e)||(e.preventDefault(),oe()))}function ie(){var e,t;Z.value=(null==(t=null==(e=Y.value)?void 0:e.innerText)?void 0:t.trim())||""}async function re(e,t){const{file:n,name:s}=e.file,i=new FormData;i.append("sender",$.userInfo.id),i.append("file",n);const r=await j(i);if(!r)return console.log("上传失败");ae({chatMessageType:t,msg:t===R.FILE?s:r,url:r})}function oe(){if(!(Z.value.length>2e3))return Z.value?void ae({msg:Z.value}):console.log("请输入内容");console.log("请控制在2000字以内")}async function ae(e){const{chatMessageType:t=R.TEXT,msg:n,url:s}=e,i={msg:n,chatMessageType:t};t===R.FILE&&(i.fileUrl=s),[R.TEXT,R.BLEND].includes(t)&&(Y.value.innerHTML="",Z.value=""),$.currentReferenceMsg.id&&(i.referenceContent=S($.currentReferenceMsg),$.currentReferenceMsg.id="");const r=b(new Date,"yyyy-MM-dd HH:mm:ss");$.currentMsg={content:i,sender:$.userInfo.id,id:"",sendTime:r,sending:!0,fail:!1},$.isAppendMsg=!0,te({lastMessageSendTime:r,lastMessage:i,sortTime:r});try{ee.value.send("/app/chat/send",{},JSON.stringify({chatType:"SINGLE",content:i,receiver:$.currentSessionItem.receiver})),$.currentMsg={...$.currentMsg,fail:!1}}catch(e){$.currentMsg={...$.currentMsg,fail:!0}}finally{$.currentMsg={...$.currentMsg,sending:!1}}}return n((()=>$.currentReferenceMsg.id),(e=>{var t;e&&(null==(t=Y.value)||t.focus())})),(e,t)=>s((i(),r("section",{class:"chat-footer",style:o({cursor:a($).id?"default":"not-allowed"})},[a($).currentReferenceMsg.id?(i(),r("div",H,[c("div",K,[c("span",null,l(a($).currentReferenceMsg.senderName)+":",1),c("pre",{innerHTML:a(F)(a($).currentReferenceMsg.content)},null,8,D)]),u(a(y),{component:a(L),onClick:t[0]||(t[0]=()=>a($).currentReferenceMsg.id="")},null,8,["component"])])):d("v-if",!0),c("div",N,[u(a(M),{show:ne.value,"onUpdate:show":t[1]||(t[1]=e=>ne.value=e),placement:"top",trigger:"click","show-arrow":!1,"display-directive":"show",delay:0},{trigger:f((()=>[J])),default:f((()=>[c("div",O,[d(' <span>最近使用</span>\r\n\t\t\t\t\t<div class="list-box">\r\n\t\t\t\t\t\t<template v-for="(img, index) in images" :key="index">\r\n\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t<img :src="img" />\r\n\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t</template>\r\n\t\t\t\t\t</div> '),A,c("div",G,[(i(!0),r(p,null,m(a(I),((e,t)=>(i(),r(p,{key:t},[t>0?(i(),g(a(k),{key:0,"show-arrow":!1,trigger:"hover"},{trigger:f((()=>[c("i",{onClick:()=>function(e){ne.value=!1,ae({chatMessageType:R.EMOJI,msg:e})}(t)},[c("img",{src:e},null,8,X)],8,U)])),default:f((()=>[v(" "+l(a(_)[t-1]||"微笑"),1)])),_:2},1024)):d("v-if",!0)],64)))),128))])])])),_:1},8,["show"]),c("span",{onClick:t[2]||(t[2]=()=>ae({chatMessageType:a(R).EMOJI,msg:0}))},z),u(a(x),{abstract:"",multiple:"",accept:"image/*",onChange:t[3]||(t[3]=e=>re(e,a(R).IMAGE))},{default:f((()=>[u(a(C),{abstract:""},{default:f((({handleClick:e})=>[c("span",{onClick:e},q,8,B)])),_:1})])),_:1}),u(a(x),{abstract:"",multiple:"",accept:"video/*,.pdf,.doc.docx,,.zip,.xlsx,.txt",onChange:t[4]||(t[4]=e=>re(e,a(R).FILE))},{default:f((()=>[u(a(C),{abstract:""},{default:f((({handleClick:e})=>[c("span",{onClick:e},Q,8,P)])),_:1})])),_:1})]),s(c("div",{ref_key:"inputRef",ref:Y,class:"input-box",contenteditable:"",onKeydown:se,onInput:ie},null,544),[[h,a($).id]]),c("div",V,[W,u(a(T),{type:"primary",round:"",disabled:!Z.value,onClick:oe},{default:f((()=>[v("发送")])),_:1},8,["disabled"])])],4)),[[h,a($).id]])}});export{Y as default};
|
|
@@ -2483,7 +2483,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2483
2483
|
getTemplateIdByFormatId: import("vue").ComputedRef<any>;
|
|
2484
2484
|
buttonClick: (origin: string) => Promise<false | undefined>;
|
|
2485
2485
|
renderLabel: (option: import("../../shared/types").AnyObject) => JSX.Element;
|
|
2486
|
-
debounce: (fn: any, delay: number, immediate?: boolean) => (...args: any
|
|
2486
|
+
debounce: (fn: any, delay: number, immediate?: boolean) => (...args: any) => void;
|
|
2487
2487
|
callLocalServicesSuccessCb: (res: any, type: any) => void;
|
|
2488
2488
|
callLocalServicesErrorCb: (res: unknown) => void;
|
|
2489
2489
|
callLocalServicesCancelCb: (res: unknown) => void;
|
|
@@ -2491,7 +2491,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2491
2491
|
getPrintParams: (index?: number) => string;
|
|
2492
2492
|
getOnceParams: () => string;
|
|
2493
2493
|
handleClickPrint: () => void;
|
|
2494
|
-
handleDebounceClickPrint: (...args: any
|
|
2494
|
+
handleDebounceClickPrint: (...args: any) => void;
|
|
2495
2495
|
handleClickPreview: () => Promise<void>;
|
|
2496
2496
|
handleClickPdf: () => Promise<void>;
|
|
2497
2497
|
handleClickEdit: () => void;
|
|
@@ -2489,7 +2489,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2489
2489
|
getTemplateIdByFormatId: import("vue").ComputedRef<any>;
|
|
2490
2490
|
buttonClick: (origin: string) => Promise<false | undefined>;
|
|
2491
2491
|
renderLabel: (option: AnyObject) => JSX.Element;
|
|
2492
|
-
debounce: (fn: any, delay: number, immediate?: boolean) => (...args: any
|
|
2492
|
+
debounce: (fn: any, delay: number, immediate?: boolean) => (...args: any) => void;
|
|
2493
2493
|
callLocalServicesSuccessCb: (res: any, type: any) => void;
|
|
2494
2494
|
callLocalServicesErrorCb: (res: unknown) => void;
|
|
2495
2495
|
callLocalServicesCancelCb: (res: unknown) => void;
|
|
@@ -2497,7 +2497,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2497
2497
|
getPrintParams: (index?: number) => string;
|
|
2498
2498
|
getOnceParams: () => string;
|
|
2499
2499
|
handleClickPrint: () => void;
|
|
2500
|
-
handleDebounceClickPrint: (...args: any
|
|
2500
|
+
handleDebounceClickPrint: (...args: any) => void;
|
|
2501
2501
|
handleClickPreview: () => Promise<void>;
|
|
2502
2502
|
handleClickPdf: () => Promise<void>;
|
|
2503
2503
|
handleClickEdit: () => void;
|
|
@@ -223,7 +223,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
223
223
|
getTemplateIdByFormatId: import("vue").ComputedRef<any>;
|
|
224
224
|
buttonClick: (origin: string) => Promise<false | undefined>;
|
|
225
225
|
renderLabel: (option: AnyObject) => JSX.Element;
|
|
226
|
-
debounce: (fn: any, delay: number, immediate?: boolean) => (...args: any
|
|
226
|
+
debounce: (fn: any, delay: number, immediate?: boolean) => (...args: any) => void;
|
|
227
227
|
callLocalServicesSuccessCb: (res: any, type: any) => void;
|
|
228
228
|
callLocalServicesErrorCb: (res: unknown) => void;
|
|
229
229
|
callLocalServicesCancelCb: (res: unknown) => void;
|
|
@@ -231,7 +231,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
231
231
|
getPrintParams: (index?: number) => string;
|
|
232
232
|
getOnceParams: () => string;
|
|
233
233
|
handleClickPrint: () => void;
|
|
234
|
-
handleDebounceClickPrint: (...args: any
|
|
234
|
+
handleDebounceClickPrint: (...args: any) => void;
|
|
235
235
|
handleClickPreview: () => Promise<void>;
|
|
236
236
|
handleClickPdf: () => Promise<void>;
|
|
237
237
|
handleClickEdit: () => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{defineComponent as t,inject as e,ref as n,reactive as i,computed as a,onMounted as r,watch as
|
|
1
|
+
import{defineComponent as t,inject as e,ref as n,reactive as i,computed as a,onMounted as r,watch as l,openBlock as o,createElementBlock as s,Fragment as p,createVNode as d,unref as u,withCtx as m,renderSlot as c,withModifiers as f,createTextVNode as y,toDisplayString as v,mergeProps as g}from"vue";import{isObject as b}from"@vue/shared";import{useMessage as h,NDropdown as I,NButton as P,NIcon as w}from"naive-ui";import{ChevronDown as F}from"@vicons/ionicons5";import{InjectionButtonPrintEmits as k}from"../constants/index.js";import{Print as T}from"../utils/print.js";import{isIReport as S}from"../utils/browserPrint.js";import x from"./IdentityVerification.vue.js";import{format as O}from"date-fns";import{savePrivateFormatApi as j,getPrivateFormatApi as L}from"../api.js";var D=t({__name:"OldPrintComponent",props:{printParams:{type:Array},params:{default:()=>[],type:Array},btnText:{default:"打印",type:String},printText:{default:"直接打印",type:String},previewText:{default:"打印预览",type:String},pdfLoadText:{default:"下载pdf",type:String},formatEditText:{default:"格式编辑",type:String},prevFn:{default:()=>Promise.resolve(),type:Function},queryPrintFormatByNumber:{default:()=>Promise.resolve({}),type:Function},queryTemplateParams:{default:()=>Promise.resolve({}),type:Function},strategy:{default:"MULTI",type:String},clickPrevFn:{default:()=>Promise.resolve(!0),type:Function},noDataMsg:{default:"请选中需要打印的数据",type:String},noDefaultFormatMsg:{default:"获取打印格式失败,请联系管理员!",type:String},token:{type:String},printdlgshow:{default:"0",type:String},btnprint:{type:String,default:"1"},directPrint:{type:Boolean,default:!1},externalOptionConfig:{type:Object,default:()=>({})},signature:{type:String},showLoading:{type:Boolean,default:!0},hideButtons:{type:Array,default:()=>[]},printCopies:{type:Number,default:1}},setup(t,{expose:D}){var E;const M=t,N=h();let C;const V=e(k),B={},R=n(""),z=i({spinning:!1,visible:!1,formatList:[],templateParams:{},printParams:[],currentFormatId:"",identityVerification:{visible:!1},isInited:!1,watchPrintParamsReformatFn:null,spinTimer:null});let A=n([{label:M.printText,key:"printText"},{label:M.previewText,key:"previewText"},{label:M.pdfLoadText,key:"downloadPdf"},{label:M.formatEditText,key:"formatEditText"},...(null==(E=M.externalOptionConfig)?void 0:E.options)||[]]);const J=a((()=>{if(!z.currentFormatId)return{};let t=z.currentFormatId;return z.formatList.find((e=>e.id===t))})),U=a((()=>{var t;return(null==(t=J.value)?void 0:t.name)||"格式选择"})),q=a((()=>{let t=z.formatList.find((t=>t.id===z.currentFormatId));return null==t?void 0:t.templateId})),K=async t=>{if(M.directPrint){if(z.spinning)return;return"button"===t?void await pt():lt()}return lt()},_=t=>d("span",{class:{active:t.key===z.currentFormatId}},[t.label]),G=(t,e)=>{z.spinning=!1;let n={type:e,formatId:z.currentFormatId,templateId:q.value};V("success",t,n)},H=t=>{z.spinning=!1,V("error",t),b(t)&&"notInstalledApp"===t.type&&N.error(t.message)},Y=t=>{z.spinning=!1,V("cancel",t)},$=t=>{V("error",{message:"前置条件执行错误",type:t,preExecution:!0})},Q=(t=0)=>{var e;const n=(null==(e=M.printParams)?void 0:e.length)?M.printParams[t]:z.printParams[t];return JSON.stringify({...n||{},...M.token?{token:M.token}:{}})},W=()=>{var t,e;let n={},i={};if(null==(t=z.templateParams.customizeDataset)?void 0:t.length){const t=(null==(e=Object.keys(z.printParams[0].datasetData||{}))?void 0:e[0])||"",n=JSON.stringify(z.printParams.map((e=>JSON.parse(e.datasetData[t]))));i={datasetData:{}},i.datasetData[t]=n}else Object.keys(z.printParams[0]).forEach((t=>{i[t]=[],z.printParams.forEach((e=>{i[t].includes(e[t])||i[t].push(e[t])})),i[t]=i[t].join(",")}));return n=Object.assign({},JSON.parse(Q(0)),i),JSON.stringify(n)},X=((t,e,n=!0)=>{let i=null;return function(...a){i&&clearTimeout(i),n&&!i&&t.apply(null,a),i=setTimeout((()=>{i=null,!n&&t.apply(null,a)}),e)}})((()=>{let t=z.printParams.length;const e=async e=>{try{--t<=0&&G(e,"print")}catch(t){console.log("error",t)}};M.showLoading&&z.spinning||(z.spinning=!0,M.prevFn("print").then((()=>{const t={formatId:z.currentFormatId,templateId:q.value,authorizationKey:R.value,printdlgshow:M.printdlgshow,signature:M.signature,copies:M.printCopies};if("MULTI"===M.strategy)for(let n=0;n<z.printParams.length;n++)n>0&&(t.printdlgshow="0"),C.printDirect({...t,params:Q(n)},e,H,Y);else C.printDirect({...t,params:W()},(t=>{G(t,"print")}),H,Y)})).catch((()=>{$("print"),z.spinning=!1})).finally((()=>{z.visible=!1})))}),800,!0),Z=async(t,e)=>{var n,i;switch(t){case"printText":X();break;case"previewText":(async()=>{M.showLoading&&z.spinning||(z.spinning=!0,M.prevFn("preview").then((()=>{const t="MULTI"===M.strategy?Q():W(),e={formatId:z.currentFormatId,templateId:q.value,authorizationKey:R.value,params:t,btnprint:M.btnprint,signature:M.signature};C.preview(e,(t=>{G(t,"preview")}),H)})).catch((()=>{$("preview"),z.spinning=!1})).finally((()=>{z.visible=!1})))})();break;case"formatEditText":M.showLoading&&z.spinning||(z.spinning=!0,M.prevFn("edit").then((()=>{z.identityVerification.visible=!0})).catch((()=>{$("edit")})).finally((()=>{z.visible=!1,z.spinning=!1})));break;case"downloadPdf":(async()=>{M.showLoading&&z.spinning||(z.spinning=!0,M.prevFn("download").then((()=>{const t="MULTI"===M.strategy?Q():W(),e={formatId:z.currentFormatId,templateId:q.value,authorizationKey:R.value,print:{print:"1",type:"1"},params:t,signature:M.signature};C.downloadPDF(e,(t=>G(t,"preview")),H)})).catch((()=>{$("download"),z.spinning=!1})).finally((()=>{z.visible=!1})))})();break;default:{z.visible=!1;const a=z.formatList.find((e=>e.id===t))||{};if(Object.keys(a).length>0){z.currentFormatId=t;const[e]=A.value;e.label=(null==a?void 0:a.name)||e.label,await j({formatForms:[{...a}],name:B.name||a.templateName,number:B.number||a.number,templateId:B.templateId||a.templateId,...B.id?{id:B.id}:{}},{token:M.token})}else null==(i=null==(n=M.externalOptionConfig)?void 0:n.onSelect)||i.call(n,t,e);break}}},tt=()=>{z.visible=!1,V("clickoutside")},et=()=>(z.isInited=!1,z.spinning=!1,setTimeout((()=>{z.visible=!1}),0),!1),nt=(t,e,n)=>{const i={};return e.forEach((e=>{let a=((t,e)=>{const n={DATE:"yyyy-MM-dd",DATETIME:"yyyy-MM-dd HH:mm:ss"};let i=e;return Object.keys(n).includes(t.type)&&e&&e instanceof Date&&(i=O(e,n[t.type])),(null==t?void 0:t.defaultValue)||i})(e,t[e[n]]);t[e[n]]&&a&&(i[e[n]]=a)})),i},it=({customizeDataset:t=[],param:e=[]},n=[])=>n.map((n=>{let i={};return t.forEach((t=>{const e=t.dataSetting[0].selectFieldList;i.datasetData={[t.name]:JSON.stringify(nt(n,e,"fieldName"))}})),i=Object.assign({},i,nt(n,e,"key")),i})),at=async t=>{var e;if(z.formatList=t?(t=>{let e=[];return t&&t.forEach((t=>{if(!t.format)return!1;e.push(...t.format.map((e=>Object.assign({},e,{templateName:t.name}))))})),e})(t.obj):[],z.currentFormatId=await(async(t,e)=>{var n;if(!(null==t?void 0:t.length))return"";const{data:i}=await L({templateId:t[0].templateId},{token:M.token});if("SUCCESS"===i.result){const{formatForms:e=[]}=i.map||{};Object.assign(B,i.map||{});const a=null==(n=null==e?void 0:e[0])?void 0:n.id;if(a&&t.map((t=>t.id)).includes(a))return a}const a=t.find((t=>1==t[e]));return(null==a?void 0:a.id)||t[0].id})(z.formatList,"defaultFlag"),!z.currentFormatId)return N.error(M.noDefaultFormatMsg),et();(()=>{var t;const e=z.formatList.map((t=>({label:t.name,key:t.id})));A.value.unshift({label:U.value,key:"format",children:e}),M.hideButtons.length>0&&(A.value=A.value.filter((t=>!M.hideButtons.includes(t.key))));const n=sessionStorage.getItem("portal");if(n){const e=JSON.parse(n),i=(null==(t=null==e?void 0:e.user)?void 0:t.currentRoleResourceObj)||{},a=Object.keys(i);a.includes("RY7.2.21.1.M2.G94181E")||(A.value=A.value.filter((t=>"downloadPdf"!=t.key))),a.includes("RY7.2.21.1.M2.G33633A")||(A.value=A.value.filter((t=>"formatEditText"!=t.key)))}})();let n=null==(e=await M.queryTemplateParams())?void 0:e.obj;if(!n||!q.value)return N.error("获取打印模板失败,请联系管理员!"),et();z.templateParams=n,z.printParams=it(z.templateParams,M.params)},rt=async()=>{var t;if(z.isInited)return!0;z.isInited=!0,z.spinning=!0,(()=>{if(C)return!1;C=new T})();const e=await M.queryPrintFormatByNumber();return await at(e),(null==(t=e.obj)?void 0:t.length)>0&&(R.value=e.obj[0].authorizationKey||""),z.spinning=!1,!0},lt=async(t=!0)=>{var e,n;if(await M.clickPrevFn())if((null==(e=M.params)?void 0:e.length)||(null==(n=M.printParams)?void 0:n.length)){if(!z.visible){if(!await rt())return!1}t&&(z.visible=!z.visible)}else N.warning(M.noDataMsg)},ot=()=>{z.watchPrintParamsReformatFn&&z.watchPrintParamsReformatFn(),z.isInited?z.printParams=it(z.templateParams,M.params):z.watchPrintParamsReformatFn=()=>l((()=>z.isInited),(t=>{if(!t)return!1;ot()}))},st=t=>{if(z.identityVerification.visible=!1,S(z.currentFormatId))return G(null,"edit");const e={formatId:z.currentFormatId,templateId:q.value,params:Q(),token:t};C.editPrintFormat(e,(t=>{G(t,"edit")}),H)};async function pt(){await lt(!1),X()}return r((()=>{z.isInited=!1})),l((()=>M.params),(t=>{if(!(null==t?void 0:t.length))return!1;ot()}),{deep:!0}),D({directPrint:pt}),(e,n)=>(o(),s(p,null,[d(u(I),{class:"c-dropdown",placement:"bottom-start",trigger:"click",show:z.visible,onClickoutside:tt,options:u(A),onSelect:Z,"render-label":_},{default:m((()=>[c(e.$slots,"button",{handleClickPrintBtn:lt,printSpinning:z.spinning,printbtnText:t.btnText,printVisible:z.visible},(()=>[d(u(P),{class:"dropdown-button",loading:t.showLoading&&z.spinning,onClick:n[1]||(n[1]=f((()=>K("button")),["stop"]))},{default:m((()=>[y(v(t.btnText)+" ",1),d(u(w),{component:u(F),size:"18",style:{"margin-left":"5px"},onClick:n[0]||(n[0]=f((()=>K("icon")),["stop"]))},null,8,["component"])])),_:1},8,["loading"])]))])),_:3},8,["show","options"]),d(x,g(e.$attrs,{modelValue:z.identityVerification.visible,"onUpdate:modelValue":n[2]||(n[2]=t=>z.identityVerification.visible=t),formatId:z.currentFormatId,templateId:u(q),onSuccess:st}),null,16,["modelValue","formatId","templateId"])],64))}});export{D as default};
|
|
@@ -195,6 +195,10 @@ export declare const CallbackMaps: Map<string, {
|
|
|
195
195
|
type: (BooleanConstructor | NumberConstructor)[];
|
|
196
196
|
default: boolean;
|
|
197
197
|
};
|
|
198
|
+
incrementalRender: {
|
|
199
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
200
|
+
default: boolean;
|
|
201
|
+
};
|
|
198
202
|
}, {
|
|
199
203
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
200
204
|
fieldList: {
|
|
@@ -386,6 +390,10 @@ export declare const CallbackMaps: Map<string, {
|
|
|
386
390
|
type: (BooleanConstructor | NumberConstructor)[];
|
|
387
391
|
default: boolean;
|
|
388
392
|
};
|
|
393
|
+
incrementalRender: {
|
|
394
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
395
|
+
default: boolean;
|
|
396
|
+
};
|
|
389
397
|
}>> & {
|
|
390
398
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
391
399
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -621,6 +629,63 @@ export declare const CallbackMaps: Map<string, {
|
|
|
621
629
|
"x-compile-omitted"?: string[] | undefined;
|
|
622
630
|
}>>;
|
|
623
631
|
_fieldList: import("../../../../../components/form-render").FieldItem[];
|
|
632
|
+
incrementalRenderList: import("@formily/json-schema").Stringify<{
|
|
633
|
+
[key: symbol]: any;
|
|
634
|
+
[key: `x-${string}`]: any;
|
|
635
|
+
[key: `x-${number}`]: any;
|
|
636
|
+
version?: string | undefined;
|
|
637
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
638
|
+
title?: any;
|
|
639
|
+
description?: any;
|
|
640
|
+
default?: any;
|
|
641
|
+
readOnly?: boolean | undefined;
|
|
642
|
+
writeOnly?: boolean | undefined;
|
|
643
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
644
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
645
|
+
const?: any;
|
|
646
|
+
multipleOf?: number | undefined;
|
|
647
|
+
maximum?: number | undefined;
|
|
648
|
+
exclusiveMaximum?: number | undefined;
|
|
649
|
+
minimum?: number | undefined;
|
|
650
|
+
exclusiveMinimum?: number | undefined;
|
|
651
|
+
maxLength?: number | undefined;
|
|
652
|
+
minLength?: number | undefined;
|
|
653
|
+
pattern?: string | RegExp | undefined;
|
|
654
|
+
maxItems?: number | undefined;
|
|
655
|
+
minItems?: number | undefined;
|
|
656
|
+
uniqueItems?: boolean | undefined;
|
|
657
|
+
maxProperties?: number | undefined;
|
|
658
|
+
minProperties?: number | undefined;
|
|
659
|
+
required?: string | boolean | string[] | undefined;
|
|
660
|
+
format?: string | undefined;
|
|
661
|
+
$ref?: string | undefined;
|
|
662
|
+
$namespace?: string | undefined;
|
|
663
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
664
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
665
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
666
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
667
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
668
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
669
|
+
"x-value"?: any;
|
|
670
|
+
"x-index"?: number | undefined;
|
|
671
|
+
"x-pattern"?: any;
|
|
672
|
+
"x-display"?: any;
|
|
673
|
+
"x-validator"?: any;
|
|
674
|
+
"x-decorator"?: any;
|
|
675
|
+
"x-decorator-props"?: any;
|
|
676
|
+
"x-component"?: any;
|
|
677
|
+
"x-component-props"?: any;
|
|
678
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
679
|
+
"x-content"?: any;
|
|
680
|
+
"x-data"?: any;
|
|
681
|
+
"x-visible"?: boolean | undefined;
|
|
682
|
+
"x-hidden"?: boolean | undefined;
|
|
683
|
+
"x-disabled"?: boolean | undefined;
|
|
684
|
+
"x-editable"?: boolean | undefined;
|
|
685
|
+
"x-read-only"?: boolean | undefined;
|
|
686
|
+
"x-read-pretty"?: boolean | undefined;
|
|
687
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
688
|
+
}>[];
|
|
624
689
|
parsedSchema: import("vue").ComputedRef<import("@formily/json-schema").Stringify<{
|
|
625
690
|
[key: symbol]: any;
|
|
626
691
|
[key: `x-${string}`]: any;
|
|
@@ -678,6 +743,7 @@ export declare const CallbackMaps: Map<string, {
|
|
|
678
743
|
"x-read-pretty"?: boolean | undefined;
|
|
679
744
|
"x-compile-omitted"?: string[] | undefined;
|
|
680
745
|
}>>;
|
|
746
|
+
startIncrementalRender: () => void;
|
|
681
747
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
|
682
748
|
clearSpan: (uuid: string) => void;
|
|
683
749
|
exposeEvent: Omit<import("../../../../../components/form-render").FormRenderExpose, "getFieldList" | "formModel" | "reload">;
|
|
@@ -930,6 +996,10 @@ export declare const CallbackMaps: Map<string, {
|
|
|
930
996
|
type: (BooleanConstructor | NumberConstructor)[];
|
|
931
997
|
default: boolean;
|
|
932
998
|
};
|
|
999
|
+
incrementalRender: {
|
|
1000
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
1001
|
+
default: boolean;
|
|
1002
|
+
};
|
|
933
1003
|
}>> & {
|
|
934
1004
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
935
1005
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -960,6 +1030,7 @@ export declare const CallbackMaps: Map<string, {
|
|
|
960
1030
|
linebarTextDirection: "horizontal" | "vertical";
|
|
961
1031
|
autoWidth: number | boolean;
|
|
962
1032
|
operationalFormInit: boolean;
|
|
1033
|
+
incrementalRender: number | boolean;
|
|
963
1034
|
}>;
|
|
964
1035
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
965
1036
|
props: {
|
|
@@ -699,6 +699,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
699
699
|
handleInitConditions: () => Promise<void>;
|
|
700
700
|
validate: () => Promise<unknown>;
|
|
701
701
|
saveAdd: () => void;
|
|
702
|
+
/**
|
|
703
|
+
* 改变展示方式
|
|
704
|
+
*/
|
|
702
705
|
cancelSaveAdd: () => void;
|
|
703
706
|
checkActionList: () => boolean;
|
|
704
707
|
NSpin: any;
|
|
@@ -599,6 +599,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
599
599
|
type: (BooleanConstructor | NumberConstructor)[];
|
|
600
600
|
default: boolean;
|
|
601
601
|
};
|
|
602
|
+
incrementalRender: {
|
|
603
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
604
|
+
default: boolean;
|
|
605
|
+
};
|
|
602
606
|
}, {
|
|
603
607
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
604
608
|
fieldList: {
|
|
@@ -790,6 +794,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
790
794
|
type: (BooleanConstructor | NumberConstructor)[];
|
|
791
795
|
default: boolean;
|
|
792
796
|
};
|
|
797
|
+
incrementalRender: {
|
|
798
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
799
|
+
default: boolean;
|
|
800
|
+
};
|
|
793
801
|
}>> & {
|
|
794
802
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
795
803
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -1025,6 +1033,63 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1025
1033
|
"x-compile-omitted"?: string[] | undefined;
|
|
1026
1034
|
}>>;
|
|
1027
1035
|
_fieldList: import("..").FieldItem[];
|
|
1036
|
+
incrementalRenderList: import("@formily/json-schema").Stringify<{
|
|
1037
|
+
[key: symbol]: any;
|
|
1038
|
+
[key: `x-${string}`]: any;
|
|
1039
|
+
[key: `x-${number}`]: any;
|
|
1040
|
+
version?: string | undefined;
|
|
1041
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
1042
|
+
title?: any;
|
|
1043
|
+
description?: any;
|
|
1044
|
+
default?: any;
|
|
1045
|
+
readOnly?: boolean | undefined;
|
|
1046
|
+
writeOnly?: boolean | undefined;
|
|
1047
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
1048
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
1049
|
+
const?: any;
|
|
1050
|
+
multipleOf?: number | undefined;
|
|
1051
|
+
maximum?: number | undefined;
|
|
1052
|
+
exclusiveMaximum?: number | undefined;
|
|
1053
|
+
minimum?: number | undefined;
|
|
1054
|
+
exclusiveMinimum?: number | undefined;
|
|
1055
|
+
maxLength?: number | undefined;
|
|
1056
|
+
minLength?: number | undefined;
|
|
1057
|
+
pattern?: string | RegExp | undefined;
|
|
1058
|
+
maxItems?: number | undefined;
|
|
1059
|
+
minItems?: number | undefined;
|
|
1060
|
+
uniqueItems?: boolean | undefined;
|
|
1061
|
+
maxProperties?: number | undefined;
|
|
1062
|
+
minProperties?: number | undefined;
|
|
1063
|
+
required?: string | boolean | string[] | undefined;
|
|
1064
|
+
format?: string | undefined;
|
|
1065
|
+
$ref?: string | undefined;
|
|
1066
|
+
$namespace?: string | undefined;
|
|
1067
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
1068
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
1069
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
1070
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
1071
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
1072
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
1073
|
+
"x-value"?: any;
|
|
1074
|
+
"x-index"?: number | undefined;
|
|
1075
|
+
"x-pattern"?: any;
|
|
1076
|
+
"x-display"?: any;
|
|
1077
|
+
"x-validator"?: any;
|
|
1078
|
+
"x-decorator"?: any;
|
|
1079
|
+
"x-decorator-props"?: any;
|
|
1080
|
+
"x-component"?: any;
|
|
1081
|
+
"x-component-props"?: any;
|
|
1082
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
1083
|
+
"x-content"?: any;
|
|
1084
|
+
"x-data"?: any;
|
|
1085
|
+
"x-visible"?: boolean | undefined;
|
|
1086
|
+
"x-hidden"?: boolean | undefined;
|
|
1087
|
+
"x-disabled"?: boolean | undefined;
|
|
1088
|
+
"x-editable"?: boolean | undefined;
|
|
1089
|
+
"x-read-only"?: boolean | undefined;
|
|
1090
|
+
"x-read-pretty"?: boolean | undefined;
|
|
1091
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
1092
|
+
}>[];
|
|
1028
1093
|
parsedSchema: import("vue").ComputedRef<import("@formily/json-schema").Stringify<{
|
|
1029
1094
|
[key: symbol]: any;
|
|
1030
1095
|
[key: `x-${string}`]: any;
|
|
@@ -1082,6 +1147,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1082
1147
|
"x-read-pretty"?: boolean | undefined;
|
|
1083
1148
|
"x-compile-omitted"?: string[] | undefined;
|
|
1084
1149
|
}>>;
|
|
1150
|
+
startIncrementalRender: () => void;
|
|
1085
1151
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
|
1086
1152
|
clearSpan: (uuid: string) => void;
|
|
1087
1153
|
exposeEvent: Omit<import("..").FormRenderExpose, "getFieldList" | "formModel" | "reload">;
|
|
@@ -1334,6 +1400,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1334
1400
|
type: (BooleanConstructor | NumberConstructor)[];
|
|
1335
1401
|
default: boolean;
|
|
1336
1402
|
};
|
|
1403
|
+
incrementalRender: {
|
|
1404
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
1405
|
+
default: boolean;
|
|
1406
|
+
};
|
|
1337
1407
|
}>> & {
|
|
1338
1408
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
1339
1409
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -1364,6 +1434,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1364
1434
|
linebarTextDirection: "horizontal" | "vertical";
|
|
1365
1435
|
autoWidth: number | boolean;
|
|
1366
1436
|
operationalFormInit: boolean;
|
|
1437
|
+
incrementalRender: number | boolean;
|
|
1367
1438
|
}>;
|
|
1368
1439
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
1369
1440
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -7166,6 +7237,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7166
7237
|
type: (BooleanConstructor | NumberConstructor)[];
|
|
7167
7238
|
default: boolean;
|
|
7168
7239
|
};
|
|
7240
|
+
incrementalRender: {
|
|
7241
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
7242
|
+
default: boolean;
|
|
7243
|
+
};
|
|
7169
7244
|
}, {
|
|
7170
7245
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7171
7246
|
fieldList: {
|
|
@@ -7357,6 +7432,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7357
7432
|
type: (BooleanConstructor | NumberConstructor)[];
|
|
7358
7433
|
default: boolean;
|
|
7359
7434
|
};
|
|
7435
|
+
incrementalRender: {
|
|
7436
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
7437
|
+
default: boolean;
|
|
7438
|
+
};
|
|
7360
7439
|
}>> & {
|
|
7361
7440
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
7362
7441
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -7592,6 +7671,63 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7592
7671
|
"x-compile-omitted"?: string[] | undefined;
|
|
7593
7672
|
}>>;
|
|
7594
7673
|
_fieldList: import("..").FieldItem[];
|
|
7674
|
+
incrementalRenderList: import("@formily/json-schema").Stringify<{
|
|
7675
|
+
[key: symbol]: any;
|
|
7676
|
+
[key: `x-${string}`]: any;
|
|
7677
|
+
[key: `x-${number}`]: any;
|
|
7678
|
+
version?: string | undefined;
|
|
7679
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
7680
|
+
title?: any;
|
|
7681
|
+
description?: any;
|
|
7682
|
+
default?: any;
|
|
7683
|
+
readOnly?: boolean | undefined;
|
|
7684
|
+
writeOnly?: boolean | undefined;
|
|
7685
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
7686
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
7687
|
+
const?: any;
|
|
7688
|
+
multipleOf?: number | undefined;
|
|
7689
|
+
maximum?: number | undefined;
|
|
7690
|
+
exclusiveMaximum?: number | undefined;
|
|
7691
|
+
minimum?: number | undefined;
|
|
7692
|
+
exclusiveMinimum?: number | undefined;
|
|
7693
|
+
maxLength?: number | undefined;
|
|
7694
|
+
minLength?: number | undefined;
|
|
7695
|
+
pattern?: string | RegExp | undefined;
|
|
7696
|
+
maxItems?: number | undefined;
|
|
7697
|
+
minItems?: number | undefined;
|
|
7698
|
+
uniqueItems?: boolean | undefined;
|
|
7699
|
+
maxProperties?: number | undefined;
|
|
7700
|
+
minProperties?: number | undefined;
|
|
7701
|
+
required?: string | boolean | string[] | undefined;
|
|
7702
|
+
format?: string | undefined;
|
|
7703
|
+
$ref?: string | undefined;
|
|
7704
|
+
$namespace?: string | undefined;
|
|
7705
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
7706
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
7707
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
7708
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
7709
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
7710
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
7711
|
+
"x-value"?: any;
|
|
7712
|
+
"x-index"?: number | undefined;
|
|
7713
|
+
"x-pattern"?: any;
|
|
7714
|
+
"x-display"?: any;
|
|
7715
|
+
"x-validator"?: any;
|
|
7716
|
+
"x-decorator"?: any;
|
|
7717
|
+
"x-decorator-props"?: any;
|
|
7718
|
+
"x-component"?: any;
|
|
7719
|
+
"x-component-props"?: any;
|
|
7720
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
7721
|
+
"x-content"?: any;
|
|
7722
|
+
"x-data"?: any;
|
|
7723
|
+
"x-visible"?: boolean | undefined;
|
|
7724
|
+
"x-hidden"?: boolean | undefined;
|
|
7725
|
+
"x-disabled"?: boolean | undefined;
|
|
7726
|
+
"x-editable"?: boolean | undefined;
|
|
7727
|
+
"x-read-only"?: boolean | undefined;
|
|
7728
|
+
"x-read-pretty"?: boolean | undefined;
|
|
7729
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
7730
|
+
}>[];
|
|
7595
7731
|
parsedSchema: import("vue").ComputedRef<import("@formily/json-schema").Stringify<{
|
|
7596
7732
|
[key: symbol]: any;
|
|
7597
7733
|
[key: `x-${string}`]: any;
|
|
@@ -7649,6 +7785,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7649
7785
|
"x-read-pretty"?: boolean | undefined;
|
|
7650
7786
|
"x-compile-omitted"?: string[] | undefined;
|
|
7651
7787
|
}>>;
|
|
7788
|
+
startIncrementalRender: () => void;
|
|
7652
7789
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
|
7653
7790
|
clearSpan: (uuid: string) => void;
|
|
7654
7791
|
exposeEvent: Omit<import("..").FormRenderExpose, "getFieldList" | "formModel" | "reload">;
|
|
@@ -7901,6 +8038,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7901
8038
|
type: (BooleanConstructor | NumberConstructor)[];
|
|
7902
8039
|
default: boolean;
|
|
7903
8040
|
};
|
|
8041
|
+
incrementalRender: {
|
|
8042
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
8043
|
+
default: boolean;
|
|
8044
|
+
};
|
|
7904
8045
|
}>> & {
|
|
7905
8046
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
7906
8047
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -7931,6 +8072,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7931
8072
|
linebarTextDirection: "horizontal" | "vertical";
|
|
7932
8073
|
autoWidth: number | boolean;
|
|
7933
8074
|
operationalFormInit: boolean;
|
|
8075
|
+
incrementalRender: number | boolean;
|
|
7934
8076
|
}>;
|
|
7935
8077
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
7936
8078
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|