cnhis-design-vue 3.2.5-beta.35 → 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.
Files changed (30) hide show
  1. package/es/components/button-print/index.d.ts +2 -2
  2. package/es/components/button-print/src/ButtonPrint.vue.d.ts +2 -2
  3. package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +2 -2
  4. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +1 -1
  5. package/es/components/callback/src/components/render/popupMaps.d.ts +71 -0
  6. package/es/components/form-config/index.d.ts +142 -0
  7. package/es/components/form-config/src/FormConfig.vue.d.ts +142 -0
  8. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +71 -0
  9. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +71 -0
  10. package/es/components/form-render/index.d.ts +71 -0
  11. package/es/components/form-render/src/FormRender.vue.d.ts +71 -0
  12. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  13. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +71 -0
  14. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
  15. package/es/components/iho-table/style/index.css +1 -1
  16. package/es/components/index.css +1 -1
  17. package/es/components/index.js +1 -1
  18. package/es/components/info-header/index.d.ts +142 -0
  19. package/es/components/info-header/src/InfoHeader.vue.d.ts +142 -0
  20. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +71 -0
  21. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +71 -0
  22. package/es/components/shortcut-setter/index.d.ts +71 -0
  23. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +71 -0
  24. package/es/shared/hooks/index.js +1 -1
  25. package/es/shared/hooks/selectHooks/index.d.ts +1 -0
  26. package/es/shared/hooks/selectHooks/index.js +1 -1
  27. package/es/shared/hooks/selectHooks/useMenuWidthAuto.d.ts +12 -0
  28. package/es/shared/hooks/selectHooks/useMenuWidthAuto.js +1 -0
  29. package/es/shared/package.json.js +1 -1
  30. package/package.json +2 -2
@@ -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[]) => void;
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[]) => void;
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[]) => void;
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[]) => void;
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[]) => void;
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[]) => void;
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 o,openBlock as l,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():ot()}return ot()},_=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(this,a),i=setTimeout((()=>{i=null,!n&&t.apply(this,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},ot=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)},lt=()=>{z.watchPrintParamsReformatFn&&z.watchPrintParamsReformatFn(),z.isInited?z.printParams=it(z.templateParams,M.params):z.watchPrintParamsReformatFn=()=>o((()=>z.isInited),(t=>{if(!t)return!1;lt()}))},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 ot(!1),X()}return r((()=>{z.isInited=!1})),o((()=>M.params),(t=>{if(!(null==t?void 0:t.length))return!1;lt()}),{deep:!0}),D({directPrint:pt}),(e,n)=>(l(),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:ot,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};
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: {
@@ -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<{