cnhis-design-vue 3.1.54-beta.0 → 3.1.54-beta.10
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/callback/src/components/render/popupMaps.d.ts +46 -9
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/index.d.ts +1 -0
- package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/index.js +1 -0
- package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.d.ts +28 -0
- package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +1 -0
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +1 -1
- package/es/components/fabric-chart/src/hooks/index.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.d.ts +8 -2
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -1
- package/es/components/form-config/index.d.ts +74 -56
- package/es/components/form-config/src/FormConfig.vue.d.ts +75 -57
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +18 -9
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +30 -21
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +12 -12
- package/es/components/form-config/src/constants/index.d.ts +4 -4
- package/es/components/form-config/src/types/index.d.ts +3 -3
- package/es/components/form-render/index.d.ts +18 -9
- package/es/components/form-render/src/FormRender.vue.d.ts +19 -10
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +18 -9
- package/es/components/form-render/src/components/renderer/date.js +1 -1
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +4 -4
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +2 -2
- package/es/components/form-render/src/hooks/useLowCodeReactions.d.ts +2 -2
- package/es/components/form-render/src/hooks/useOperationalForm.d.ts +7 -5
- package/es/components/form-render/src/hooks/useOperationalForm.js +1 -1
- package/es/components/form-render/src/types/fieldItem.d.ts +3 -3
- package/es/components/form-render/src/types/index.d.ts +3 -3
- package/es/components/iho-table/index.d.ts +28 -0
- package/es/components/iho-table/src/IhoTable.vue.d.ts +28 -0
- package/es/components/iho-table/src/plugins/operationalFormPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +16 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +7 -5
- package/es/components/info-header/index.d.ts +46 -28
- package/es/components/info-header/src/InfoHeader.vue.d.ts +46 -28
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +2 -2
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +2 -2
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +20 -11
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +18 -9
- package/es/components/shortcut-setter/index.d.ts +20 -11
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +20 -11
- package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +1 -1
- package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
- package/es/shared/hooks/useLevelSearchCascader.d.ts +2 -2
- package/es/shared/package.json.js +1 -1
- package/es/shared/types/business.d.ts +61 -53
- package/es/shared/types/index.d.ts +1 -0
- package/es/shared/utils/business.d.ts +11 -7
- package/es/shared/utils/business.js +1 -1
- package/es/shared/utils/index.js +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
import"../../../../../shared/utils/index.js";import"../../../index.js";import{isFunction as
|
|
1
|
+
import"../../../../../shared/utils/index.js";import{format as o}from"date-fns";import"../../../index.js";import{isFunction as n,isNumber as t,isDate as e}from"lodash-es";import{EDITABLE_WIDGET_TYPE as r}from"../../constants/index.js";import{getLowCodeFieldFromField as i,IhoTableUtils as s}from"../../utils/index.js";import{defineTablePlugin as a}from"../../hooks/useTablePlugin.js";import{getOperationalFormHandler as m,getDateOperationalFormHandler as l}from"../../../../../shared/utils/business.js";function u(){const u="operationalFormPlugin";return a({name:u,apply(a){a.configHooks.config.tap(u,(a=>{const u=a.onFormChange;return a.onFormChange=function(d){const{column:p,row:f,$table:c}=d;!function(n,u){const{operationalFormHandler:d}=m(a.operationalForm||a.operationForm,(o=>n[o]),((o,t)=>{u.getColumns().some((n=>n.field===o))&&(n[o]=t)})),{dateOperationalFormHandler:p}=l(a.dateOperationalForm,(o=>n[o]),((a,m)=>{const l=u.getColumns().find((o=>o.field===a));if(!l)return;const d=i(l);d&&[r.DATE,r.TIME].includes(s.getCellType(d))&&(m=t(m)||e(m)?o(new Date(m),d.valueFormat||"yyyy-MM-dd HH:mm:ss"):null),n[a]=m}));return function(o){d(o),p(o)}}(f,c)(p.field),n(u)&&u(d)},a}))}})}export{u as operationalFormPlugin};
|
|
@@ -44,7 +44,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
44
44
|
emitFormChangeWithParams: (params?: AnyObject) => void;
|
|
45
45
|
emit: (event: "update:value", ...args: any[]) => void;
|
|
46
46
|
formRef: import("vue").Ref<any>;
|
|
47
|
-
formattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
47
|
+
formattedValue: import("vue").WritableComputedRef<string | null | undefined>;
|
|
48
48
|
formatConfig: import("vue").ComputedRef<{
|
|
49
49
|
valueFormat: string;
|
|
50
50
|
format: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{defineComponent as e,useAttrs as t,inject as r,ref as
|
|
1
|
+
import{defineComponent as e,useAttrs as t,inject as r,ref as a,computed as i,openBlock as o,createBlock as s,unref as n,mergeProps as l,isRef as u}from"vue";import{generateTimeFormat as m}from"../../../../../../../shared/utils/index.js";import{isFunction as d}from"lodash-es";import{useIhoTableFormEvent as p}from"../../../../utils/index.js";import f from"../../../../../../date-picker/index.js";var w=e({__name:"editDate",props:{value:{type:String,default:void 0},column:{type:Object,required:!0},row:{type:Object,required:!0},rowIndex:{type:Number,required:!0}},emits:["update:value"],setup(e,{emit:w}){const c=e,D=t(),v=r("$xetable"),{emitFormChangeWithParams:b}=p({...c,$table:v}),y=a(),g=i({get:()=>c.value?c.value:null,set(e){const t=c.value;t!==e&&(w("update:value",e),b({oldValue:t}))}}),$=i((()=>{const e=D.valueFormat||"yyyy-MM-dd HH:mm:ss";return{valueFormat:e,format:e,timePickerProps:{format:m(e)}}})),{isStartDate:T=!1,isEndDate:h=!1}=D,x=D.connectField||"",j=(e,t)=>T&&x?e>t:!(!h||!x)&&e<t,F=e=>{const t=new Date(c.row[x]),r=new Date(e),{h:a,m:i,s:o}=S(t),s=(e,t,r,a)=>!(h&&r>a)&&(!(T&&r<a)&&j(e,t));return{isHourDisabled:t=>{if(!c.row[x])return!1;const i=new Date(`${c.row[x].split(" ")[0]} 00:00:00`).getTime(),{m:o,s:n}=S(r);return s(t,a,e-60*t*60*1e3-60*o*1e3-1e3*n,i)},isMinuteDisabled:t=>{if(!c.row[x])return!1;const o=new Date(`${c.row[x].split(" ")[0]} ${a}:00:00`).getTime(),{s:n}=S(r);return s(t,i,e-60*t*1e3-1e3*n,o)},isSecondDisabled:t=>{if(!c.row[x])return!1;const r=new Date(`${c.row[x].split(" ")[0]} ${a}:${i}:00`).getTime();return s(t,o,e-1e3*t,r)}}},H={type:D.type||"datetime",clearable:!0,allowedInvalidValue:"-",...D,...$.value,isDateDisabled:M(D.isDateDisabled)||(e=>!!c.row[x]&&j(e,h?new Date(`${c.row[x].split(" ")[0]} 00:00:00`).getTime():new Date(c.row[x]).getTime()))};function M(e){return d(e)?t=>e(t,c.row):null}function S(e){return{h:e.getHours(),m:e.getMinutes(),s:e.getSeconds()}}return H.type.includes("time")&&(H.isTimeDisabled=M(D.isTimeDisabled)||F),(e,t)=>(o(),s(n(f),l({ref_key:"formRef",ref:y},n(H),{"formatted-value":n(g),"onUpdate:formatted-value":t[0]||(t[0]=e=>u(g)?g.value=e:null)}),null,16,["formatted-value"]))}});export{w as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{createVNode as e,mergeProps as o}from"vue";import{format as
|
|
1
|
+
import{createVNode as e,mergeProps as o}from"vue";import{format as t}from"date-fns";import{isFunction as n}from"lodash-es";import"../../../../../index.js";import{EDITABLE_WIDGET_TYPE as r}from"../../../../constants/index.js";import{useAutoFocus as i}from"../hooks/useAutoFocus.js";import{createIhoTableClearActivedInterceptor as d,IhoTableRenderHelper as l,isInvalidDate as a,getLowCodeFieldFromField as u}from"../../../../utils/index.js";import m from"./editDate.vue.js";import{defineTablePlugin as s}from"../../../../hooks/useTablePlugin.js";function c(){const c="dateRendererPlugin";return s({name:c,vxe(t){t.interceptor.add("event.clearActived",d(r.DATE,(e=>e.classList.contains("n-date-panel")))),t.renderer.add(r.DATE,{renderCell:l.createDefaultRenderCell(),renderEdit:l.createRenderEdit((({fieldItem:t,emitFormClick:n,row:r,column:i,$rowIndex:d})=>[e(m,o({value:r[i.field],"onUpdate:value":e=>r[i.field]=e,isStartDate:t.isStartDate,isEndDate:t.isEndDate,connectField:t.connectField,valueFormat:t.valueFormat},t.componentProps,{column:i,row:r,"row-index":d,onClick:n}),null)]))})},apply(e){i(e).bindAutoFocusConfig(c,r.DATE,".n-input__input-el",{after:e=>(Reflect.set(e.editRender,"autoselect",!0),e)}),e.eventHooks.onCellDblclick.tap(c,(({row:e,column:o,columnIndex:i,rowIndex:d,$rowIndex:l},m,{$table:s,emits:c})=>{var f,p,v,x;if((null==(f=o.editRender)?void 0:f.name)!==r.DATE||e[o.field])return;if(n(null==(p=m.editConfig)?void 0:p.beforeEditMethod)){if(!(null==(v=m.editConfig)?void 0:v.beforeEditMethod({row:e,column:o,columnIndex:i,rowIndex:d,$table:s,$grid:s})))return}const D=new Date;if(a(o,e,D))return;const w=e[o.field];e[o.field]=t(D,(null==(x=u(o))?void 0:x.valueFormat)||"yyyy-MM-dd HH:mm:ss"),c("formChange",{oldValue:w,index:d>-1?d:l,value:e[o.field],row:e,column:o,$table:s})}))}})}export{c as dateRendererPlugin};
|
|
@@ -17,6 +17,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17
17
|
type: NumberConstructor;
|
|
18
18
|
required: true;
|
|
19
19
|
};
|
|
20
|
+
shortcutOptions: {
|
|
21
|
+
type: PropType<string[]>;
|
|
22
|
+
default: () => never[];
|
|
23
|
+
};
|
|
20
24
|
}, {
|
|
21
25
|
attr: AnyObject;
|
|
22
26
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -35,6 +39,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35
39
|
type: NumberConstructor;
|
|
36
40
|
required: true;
|
|
37
41
|
};
|
|
42
|
+
shortcutOptions: {
|
|
43
|
+
type: PropType<string[]>;
|
|
44
|
+
default: () => never[];
|
|
45
|
+
};
|
|
38
46
|
}>> & {
|
|
39
47
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
40
48
|
"onUpdate:formattedValue"?: ((...args: any[]) => any) | undefined;
|
|
@@ -50,10 +58,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
50
58
|
oldValue: any;
|
|
51
59
|
placeholder: any;
|
|
52
60
|
valueFormat: any;
|
|
53
|
-
shortcutOptions: any;
|
|
54
61
|
timeConfig: AnyObject;
|
|
55
62
|
clickShortcutOption: (item: string) => void;
|
|
56
63
|
onUpdateFormattedValue: (value: string) => void;
|
|
64
|
+
isDisabled: (value: string) => boolean;
|
|
57
65
|
onChange: () => void;
|
|
58
66
|
onKeydown: (event: KeyboardEvent) => void;
|
|
59
67
|
NInput: any;
|
|
@@ -87,8 +95,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
87
95
|
type: NumberConstructor;
|
|
88
96
|
required: true;
|
|
89
97
|
};
|
|
98
|
+
shortcutOptions: {
|
|
99
|
+
type: PropType<string[]>;
|
|
100
|
+
default: () => never[];
|
|
101
|
+
};
|
|
90
102
|
}>> & {
|
|
91
103
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
92
104
|
"onUpdate:formattedValue"?: ((...args: any[]) => any) | undefined;
|
|
93
|
-
}, {
|
|
105
|
+
}, {
|
|
106
|
+
shortcutOptions: string[];
|
|
107
|
+
}>;
|
|
94
108
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{defineComponent as e,useAttrs as l,inject as t,ref as a,watch as r,nextTick as o,openBlock as u,createBlock as i,unref as n,withCtx as
|
|
1
|
+
import{defineComponent as e,useAttrs as l,inject as t,ref as a,watch as r,nextTick as o,openBlock as u,createBlock as i,unref as n,withCtx as d,createVNode as c,mergeProps as m,createElementBlock as v,Fragment as s,renderList as f,createTextVNode as p,toDisplayString as h,createCommentVNode as k}from"vue";import{NPopover as y,NInput as b,NSpace as _,NScrollbar as w,NButton as g}from"naive-ui";import{useIhoTableFormEvent as V}from"../../../../utils/index.js";import C from"../../../../../../time-picker/index.js";import{parse as F,getHours as q,getMinutes as x,getSeconds as D,isValid as O,format as j}from"date-fns";var S=e({__name:"editTime",props:{formattedValue:{type:String},column:{type:Object,required:!0},row:{type:Object,required:!0},rowIndex:{type:Number,required:!0},shortcutOptions:{type:Array,default:()=>[]}},emits:["update:formattedValue","click"],setup(e,{emit:S}){const $=e,A=l(),H=t("$xetable"),{emitFormChangeWithParams:I}=V({...$,$table:H}),P=a(null),R=a(!1),E=a(),M=a(),U=a();let z=$.formattedValue;const{placeholder:K="请选择",valueFormat:N="HH:mm"}=A,T={...A,placeholder:K,valueFormat:N,format:N};function W(e){if(e&&B(e))return;if(U.value=e,z===e)return;const l=e||null;S("update:formattedValue",l),I({oldValue:z}),z=l}function B(e){var l,t,a;const r=F(e,T.format,new Date),o=q(r),u=x(r),i=D(r),n=null==(l=T.isHourDisabled)?void 0:l.call(T,o),d=null==(t=T.isMinuteDisabled)?void 0:t.call(T,u,o),c=null==(a=T.isSecondDisabled)?void 0:a.call(T,i,u,o);return!!n||(!!d||!!c)}function G(){[T.valueFormat.replace(/:/,""),T.valueFormat].some((e=>{const l=F(M.value,e,new Date);if(!M.value||O(l)){return W(M.value?j(l,T.valueFormat):""),!0}return!1}))}function J(e){var l;const{key:t}=e;"Enter"===t&&(null==(l=P.value)||l.blur(),R.value=!1)}return r((()=>$.formattedValue),(e=>{M.value=e,U.value=e}),{immediate:!0}),r((()=>R.value),(async e=>{var l,t,a,r,u;e&&(await o(),null==(u=null==(r=null==(a=null==(t=null==(l=E.value)?void 0:l.$timePicker)?void 0:t.panelInstRef)?void 0:a.$el)?void 0:r.querySelectorAll(".n-time-picker-col"))||u.forEach((e=>{var l,t;return null==(t=null==(l=null==e?void 0:e.querySelector)?void 0:l.call(e,".n-time-picker-col__item--active"))?void 0:t.scrollIntoView()})))})),(l,t)=>(u(),i(n(y),{show:R.value,trigger:"click",showArrow:!1,placement:"bottom-start",style:{padding:"0"},onClickoutside:t[3]||(t[3]=()=>R.value=!1)},{trigger:d((()=>[c(n(b),{ref_key:"formRef",ref:P,clearable:"",placeholder:n(K),value:M.value,"onUpdate:value":t[0]||(t[0]=e=>M.value=e),valueModifiers:{trim:!0},onClick:t[1]||(t[1]=()=>R.value=!0),onChange:G,onKeydown:J},null,8,["placeholder","value"])])),default:d((()=>[c(n(_),null,{default:d((()=>[c(n(C),m({ref_key:"timePickerRef",ref:E,show:"","formatted-value":U.value},n(T),{class:"iho-table__time-picker",to:!1,"onUpdate:formattedValue":W,onConfirm:t[2]||(t[2]=()=>R.value=!1)}),null,16,["formatted-value"]),c(n(w),{class:"iho-table__scrollbar"},{default:d((()=>[e.shortcutOptions.length?(u(),i(n(_),{key:0,vertical:"",wrap:!1},{default:d((()=>[(u(!0),v(s,null,f(e.shortcutOptions,(e=>(u(),i(n(g),{size:"tiny",key:e,disabled:B(e),onClick:l=>function(e){W(e),R.value=!1}(e)},{default:d((()=>[p(h(e),1)])),_:2},1032,["disabled","onClick"])))),128))])),_:1})):k("v-if",!0)])),_:1})])),_:1})])),_:1},8,["show"]))}});export{S as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AnyObject, ArrayAble,
|
|
1
|
+
import { AnyObject, ArrayAble, AnyFn, MaybeString, LowCodeTypes, TupleToUnion } from '../../../../../es/shared/types';
|
|
2
2
|
import { VxeTableProps, VxeTableDefines, VxeTableInstance, VxeColumnPropTypes, VxeTablePropTypes, VxeTableConstructor } from 'vxe-table';
|
|
3
3
|
import { VxePagerEventProps } from 'vxe-table/types/pager';
|
|
4
4
|
import { VxeTableEventProps, VxeTableListeners, VxeTablePrivateMethods } from 'vxe-table/types/table';
|
|
@@ -36,7 +36,9 @@ export declare type IhoTableConfig = VxeTableProps & Partial<{
|
|
|
36
36
|
usePreset: boolean;
|
|
37
37
|
[K: string]: any;
|
|
38
38
|
}>;
|
|
39
|
-
|
|
39
|
+
operationalForm: LowCodeTypes.operationalConfig[];
|
|
40
|
+
operationForm: LowCodeTypes.operationalConfig[];
|
|
41
|
+
dateOperationalForm: LowCodeTypes.dateOperationalConfig[];
|
|
40
42
|
checkboxConfig: Partial<VxeTableProps['checkboxConfig'] & {
|
|
41
43
|
slots: VxeColumnPropTypes.Slots;
|
|
42
44
|
maxCheckSize: number;
|
|
@@ -75,7 +77,7 @@ export declare namespace IhoTableLowCodeField {
|
|
|
75
77
|
}>;
|
|
76
78
|
type ColorAndIconItem = Partial<{
|
|
77
79
|
condition: {
|
|
78
|
-
con:
|
|
80
|
+
con: LowCodeTypes.VALUE_RELATION;
|
|
79
81
|
value: unknown;
|
|
80
82
|
field_key?: string;
|
|
81
83
|
}[];
|
|
@@ -149,12 +151,12 @@ export declare type LowCodeTableFieldItem = {
|
|
|
149
151
|
colorAndIcon: IhoTableLowCodeField.ColorAndIconItem[];
|
|
150
152
|
variableHeight: boolean | '0' | '1';
|
|
151
153
|
filterSetting: IhoTableLowCodeField.FilterSetting;
|
|
152
|
-
bindEventSetting: BindEventSettingItem[];
|
|
154
|
+
bindEventSetting: LowCodeTypes.BindEventSettingItem[];
|
|
153
155
|
allowSlash: boolean | string;
|
|
154
156
|
whiteList: string[];
|
|
155
157
|
defaultValue: any;
|
|
156
158
|
autograph: string;
|
|
157
|
-
wordbook:
|
|
159
|
+
wordbook: LowCodeTypes.wordbook;
|
|
158
160
|
requestCache: boolean;
|
|
159
161
|
lazyRequest: boolean;
|
|
160
162
|
}> & Partial<VxeTableDefines.ColumnInfo>;
|
|
@@ -154,11 +154,11 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
154
154
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
155
155
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
156
156
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
157
|
-
lowCodeReactions: import("../../../es/shared/types").
|
|
157
|
+
lowCodeReactions: import("../../../es/shared/types").LowCodeTypes.reactionsConfig[];
|
|
158
158
|
linebarAutoHidden: boolean;
|
|
159
159
|
bordered: string | boolean;
|
|
160
160
|
uniqueCacheData: boolean;
|
|
161
|
-
operationalForm: import("../../../es/shared/types").
|
|
161
|
+
operationalForm: import("../../../es/shared/types").LowCodeTypes.operationalConfig[];
|
|
162
162
|
outBordered: boolean;
|
|
163
163
|
forceClearable: boolean;
|
|
164
164
|
}>>>;
|
|
@@ -319,11 +319,11 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
319
319
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
320
320
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
321
321
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
322
|
-
lowCodeReactions: import("../../../es/shared/types").
|
|
322
|
+
lowCodeReactions: import("../../../es/shared/types").LowCodeTypes.reactionsConfig[];
|
|
323
323
|
linebarAutoHidden: boolean;
|
|
324
324
|
bordered: string | boolean;
|
|
325
325
|
uniqueCacheData: boolean;
|
|
326
|
-
operationalForm: import("../../../es/shared/types").
|
|
326
|
+
operationalForm: import("../../../es/shared/types").LowCodeTypes.operationalConfig[];
|
|
327
327
|
outBordered: boolean;
|
|
328
328
|
forceClearable: boolean;
|
|
329
329
|
}>>>;
|
|
@@ -491,11 +491,11 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
491
491
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
492
492
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
493
493
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
494
|
-
lowCodeReactions: import("../../../es/shared/types").
|
|
494
|
+
lowCodeReactions: import("../../../es/shared/types").LowCodeTypes.reactionsConfig[];
|
|
495
495
|
linebarAutoHidden: boolean;
|
|
496
496
|
bordered: string | boolean;
|
|
497
497
|
uniqueCacheData: boolean;
|
|
498
|
-
operationalForm: import("../../../es/shared/types").
|
|
498
|
+
operationalForm: import("../../../es/shared/types").LowCodeTypes.operationalConfig[];
|
|
499
499
|
outBordered: boolean;
|
|
500
500
|
forceClearable: boolean;
|
|
501
501
|
}>>;
|
|
@@ -736,11 +736,11 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
736
736
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
737
737
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
738
738
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
739
|
-
lowCodeReactions: import("../../../es/shared/types").
|
|
739
|
+
lowCodeReactions: import("../../../es/shared/types").LowCodeTypes.reactionsConfig[];
|
|
740
740
|
linebarAutoHidden: boolean;
|
|
741
741
|
bordered: string | boolean;
|
|
742
742
|
uniqueCacheData: boolean;
|
|
743
|
-
operationalForm: import("../../../es/shared/types").
|
|
743
|
+
operationalForm: import("../../../es/shared/types").LowCodeTypes.operationalConfig[];
|
|
744
744
|
outBordered: boolean;
|
|
745
745
|
forceClearable: boolean;
|
|
746
746
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
@@ -2719,10 +2719,13 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2719
2719
|
default: boolean;
|
|
2720
2720
|
};
|
|
2721
2721
|
lowCodeReactions: {
|
|
2722
|
-
type: import("vue").PropType<import("../../../es/shared/types").
|
|
2722
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
2723
2723
|
};
|
|
2724
2724
|
operationalForm: {
|
|
2725
|
-
type: import("vue").PropType<import("../../../es/shared/types").
|
|
2725
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.operationalConfig[]>;
|
|
2726
|
+
};
|
|
2727
|
+
dateOperationalForm: {
|
|
2728
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
2726
2729
|
};
|
|
2727
2730
|
linebarAutoHidden: {
|
|
2728
2731
|
type: BooleanConstructor;
|
|
@@ -2868,10 +2871,13 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2868
2871
|
default: boolean;
|
|
2869
2872
|
};
|
|
2870
2873
|
lowCodeReactions: {
|
|
2871
|
-
type: import("vue").PropType<import("../../../es/shared/types").
|
|
2874
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
2872
2875
|
};
|
|
2873
2876
|
operationalForm: {
|
|
2874
|
-
type: import("vue").PropType<import("../../../es/shared/types").
|
|
2877
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.operationalConfig[]>;
|
|
2878
|
+
};
|
|
2879
|
+
dateOperationalForm: {
|
|
2880
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
2875
2881
|
};
|
|
2876
2882
|
linebarAutoHidden: {
|
|
2877
2883
|
type: BooleanConstructor;
|
|
@@ -2953,7 +2959,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2953
2959
|
}>;
|
|
2954
2960
|
lowCodeReactionsHandler: (field: string) => void;
|
|
2955
2961
|
triggerAllReactionsHandler: () => void;
|
|
2956
|
-
operationalFormHandler: (
|
|
2962
|
+
operationalFormHandler: (fieldKey: string) => void;
|
|
2957
2963
|
triggerAllOperationalFormHandler: () => void;
|
|
2958
2964
|
wordbookSettingHandler: {
|
|
2959
2965
|
trigger: (fieldKey: string, value: unknown) => void;
|
|
@@ -3042,11 +3048,11 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3042
3048
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
3043
3049
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
3044
3050
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
3045
|
-
lowCodeReactions: import("../../../es/shared/types").
|
|
3051
|
+
lowCodeReactions: import("../../../es/shared/types").LowCodeTypes.reactionsConfig[];
|
|
3046
3052
|
linebarAutoHidden: boolean;
|
|
3047
3053
|
bordered: string | boolean;
|
|
3048
3054
|
uniqueCacheData: boolean;
|
|
3049
|
-
operationalForm: import("../../../es/shared/types").
|
|
3055
|
+
operationalForm: import("../../../es/shared/types").LowCodeTypes.operationalConfig[];
|
|
3050
3056
|
outBordered: boolean;
|
|
3051
3057
|
forceClearable: boolean;
|
|
3052
3058
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
@@ -3460,10 +3466,13 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3460
3466
|
default: boolean;
|
|
3461
3467
|
};
|
|
3462
3468
|
lowCodeReactions: {
|
|
3463
|
-
type: import("vue").PropType<import("../../../es/shared/types").
|
|
3469
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
3464
3470
|
};
|
|
3465
3471
|
operationalForm: {
|
|
3466
|
-
type: import("vue").PropType<import("../../../es/shared/types").
|
|
3472
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.operationalConfig[]>;
|
|
3473
|
+
};
|
|
3474
|
+
dateOperationalForm: {
|
|
3475
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
3467
3476
|
};
|
|
3468
3477
|
linebarAutoHidden: {
|
|
3469
3478
|
type: BooleanConstructor;
|
|
@@ -3750,10 +3759,13 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3750
3759
|
default: boolean;
|
|
3751
3760
|
};
|
|
3752
3761
|
lowCodeReactions: {
|
|
3753
|
-
type: import("vue").PropType<import("../../../es/shared/types").
|
|
3762
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
3754
3763
|
};
|
|
3755
3764
|
operationalForm: {
|
|
3756
|
-
type: import("vue").PropType<import("../../../es/shared/types").
|
|
3765
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.operationalConfig[]>;
|
|
3766
|
+
};
|
|
3767
|
+
dateOperationalForm: {
|
|
3768
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
3757
3769
|
};
|
|
3758
3770
|
linebarAutoHidden: {
|
|
3759
3771
|
type: BooleanConstructor;
|
|
@@ -3899,10 +3911,13 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3899
3911
|
default: boolean;
|
|
3900
3912
|
};
|
|
3901
3913
|
lowCodeReactions: {
|
|
3902
|
-
type: import("vue").PropType<import("../../../es/shared/types").
|
|
3914
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
3903
3915
|
};
|
|
3904
3916
|
operationalForm: {
|
|
3905
|
-
type: import("vue").PropType<import("../../../es/shared/types").
|
|
3917
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.operationalConfig[]>;
|
|
3918
|
+
};
|
|
3919
|
+
dateOperationalForm: {
|
|
3920
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
3906
3921
|
};
|
|
3907
3922
|
linebarAutoHidden: {
|
|
3908
3923
|
type: BooleanConstructor;
|
|
@@ -3984,7 +3999,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3984
3999
|
}>;
|
|
3985
4000
|
lowCodeReactionsHandler: (field: string) => void;
|
|
3986
4001
|
triggerAllReactionsHandler: () => void;
|
|
3987
|
-
operationalFormHandler: (
|
|
4002
|
+
operationalFormHandler: (fieldKey: string) => void;
|
|
3988
4003
|
triggerAllOperationalFormHandler: () => void;
|
|
3989
4004
|
wordbookSettingHandler: {
|
|
3990
4005
|
trigger: (fieldKey: string, value: unknown) => void;
|
|
@@ -4073,11 +4088,11 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4073
4088
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
4074
4089
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
4075
4090
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
4076
|
-
lowCodeReactions: import("../../../es/shared/types").
|
|
4091
|
+
lowCodeReactions: import("../../../es/shared/types").LowCodeTypes.reactionsConfig[];
|
|
4077
4092
|
linebarAutoHidden: boolean;
|
|
4078
4093
|
bordered: string | boolean;
|
|
4079
4094
|
uniqueCacheData: boolean;
|
|
4080
|
-
operationalForm: import("../../../es/shared/types").
|
|
4095
|
+
operationalForm: import("../../../es/shared/types").LowCodeTypes.operationalConfig[];
|
|
4081
4096
|
outBordered: boolean;
|
|
4082
4097
|
forceClearable: boolean;
|
|
4083
4098
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
@@ -4491,10 +4506,13 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4491
4506
|
default: boolean;
|
|
4492
4507
|
};
|
|
4493
4508
|
lowCodeReactions: {
|
|
4494
|
-
type: import("vue").PropType<import("../../../es/shared/types").
|
|
4509
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
4495
4510
|
};
|
|
4496
4511
|
operationalForm: {
|
|
4497
|
-
type: import("vue").PropType<import("../../../es/shared/types").
|
|
4512
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.operationalConfig[]>;
|
|
4513
|
+
};
|
|
4514
|
+
dateOperationalForm: {
|
|
4515
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
4498
4516
|
};
|
|
4499
4517
|
linebarAutoHidden: {
|
|
4500
4518
|
type: BooleanConstructor;
|
|
@@ -4701,11 +4719,11 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4701
4719
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
4702
4720
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
4703
4721
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
4704
|
-
lowCodeReactions: import("../../../es/shared/types").
|
|
4722
|
+
lowCodeReactions: import("../../../es/shared/types").LowCodeTypes.reactionsConfig[];
|
|
4705
4723
|
linebarAutoHidden: boolean;
|
|
4706
4724
|
bordered: string | boolean;
|
|
4707
4725
|
uniqueCacheData: boolean;
|
|
4708
|
-
operationalForm: import("../../../es/shared/types").
|
|
4726
|
+
operationalForm: import("../../../es/shared/types").LowCodeTypes.operationalConfig[];
|
|
4709
4727
|
outBordered: boolean;
|
|
4710
4728
|
forceClearable: boolean;
|
|
4711
4729
|
}>>>;
|
|
@@ -155,11 +155,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
155
155
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
156
156
|
requestInstance: import("../../../../es/shared/hooks").FormRequestDefine.RequestInstance;
|
|
157
157
|
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
158
|
-
lowCodeReactions: import("../../../../es/shared/types").
|
|
158
|
+
lowCodeReactions: import("../../../../es/shared/types").LowCodeTypes.reactionsConfig[];
|
|
159
159
|
linebarAutoHidden: boolean;
|
|
160
160
|
bordered: string | boolean;
|
|
161
161
|
uniqueCacheData: boolean;
|
|
162
|
-
operationalForm: import("../../../../es/shared/types").
|
|
162
|
+
operationalForm: import("../../../../es/shared/types").LowCodeTypes.operationalConfig[];
|
|
163
163
|
outBordered: boolean;
|
|
164
164
|
forceClearable: boolean;
|
|
165
165
|
}>>>;
|
|
@@ -318,11 +318,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
318
318
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
319
319
|
requestInstance: import("../../../../es/shared/hooks").FormRequestDefine.RequestInstance;
|
|
320
320
|
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
321
|
-
lowCodeReactions: import("../../../../es/shared/types").
|
|
321
|
+
lowCodeReactions: import("../../../../es/shared/types").LowCodeTypes.reactionsConfig[];
|
|
322
322
|
linebarAutoHidden: boolean;
|
|
323
323
|
bordered: string | boolean;
|
|
324
324
|
uniqueCacheData: boolean;
|
|
325
|
-
operationalForm: import("../../../../es/shared/types").
|
|
325
|
+
operationalForm: import("../../../../es/shared/types").LowCodeTypes.operationalConfig[];
|
|
326
326
|
outBordered: boolean;
|
|
327
327
|
forceClearable: boolean;
|
|
328
328
|
}>>>;
|
|
@@ -486,11 +486,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
486
486
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
487
487
|
requestInstance: import("../../../../es/shared/hooks").FormRequestDefine.RequestInstance;
|
|
488
488
|
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
489
|
-
lowCodeReactions: import("../../../../es/shared/types").
|
|
489
|
+
lowCodeReactions: import("../../../../es/shared/types").LowCodeTypes.reactionsConfig[];
|
|
490
490
|
linebarAutoHidden: boolean;
|
|
491
491
|
bordered: string | boolean;
|
|
492
492
|
uniqueCacheData: boolean;
|
|
493
|
-
operationalForm: import("../../../../es/shared/types").
|
|
493
|
+
operationalForm: import("../../../../es/shared/types").LowCodeTypes.operationalConfig[];
|
|
494
494
|
outBordered: boolean;
|
|
495
495
|
forceClearable: boolean;
|
|
496
496
|
}>>;
|
|
@@ -731,11 +731,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
731
731
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
732
732
|
requestInstance: import("../../../../es/shared/hooks").FormRequestDefine.RequestInstance;
|
|
733
733
|
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
734
|
-
lowCodeReactions: import("../../../../es/shared/types").
|
|
734
|
+
lowCodeReactions: import("../../../../es/shared/types").LowCodeTypes.reactionsConfig[];
|
|
735
735
|
linebarAutoHidden: boolean;
|
|
736
736
|
bordered: string | boolean;
|
|
737
737
|
uniqueCacheData: boolean;
|
|
738
|
-
operationalForm: import("../../../../es/shared/types").
|
|
738
|
+
operationalForm: import("../../../../es/shared/types").LowCodeTypes.operationalConfig[];
|
|
739
739
|
outBordered: boolean;
|
|
740
740
|
forceClearable: boolean;
|
|
741
741
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
@@ -2714,10 +2714,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2714
2714
|
default: boolean;
|
|
2715
2715
|
};
|
|
2716
2716
|
lowCodeReactions: {
|
|
2717
|
-
type: PropType<import("../../../../es/shared/types").
|
|
2717
|
+
type: PropType<import("../../../../es/shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
2718
2718
|
};
|
|
2719
2719
|
operationalForm: {
|
|
2720
|
-
type: PropType<import("../../../../es/shared/types").
|
|
2720
|
+
type: PropType<import("../../../../es/shared/types").LowCodeTypes.operationalConfig[]>;
|
|
2721
|
+
};
|
|
2722
|
+
dateOperationalForm: {
|
|
2723
|
+
type: PropType<import("../../../../es/shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
2721
2724
|
};
|
|
2722
2725
|
linebarAutoHidden: {
|
|
2723
2726
|
type: BooleanConstructor;
|
|
@@ -2863,10 +2866,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2863
2866
|
default: boolean;
|
|
2864
2867
|
};
|
|
2865
2868
|
lowCodeReactions: {
|
|
2866
|
-
type: PropType<import("../../../../es/shared/types").
|
|
2869
|
+
type: PropType<import("../../../../es/shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
2867
2870
|
};
|
|
2868
2871
|
operationalForm: {
|
|
2869
|
-
type: PropType<import("../../../../es/shared/types").
|
|
2872
|
+
type: PropType<import("../../../../es/shared/types").LowCodeTypes.operationalConfig[]>;
|
|
2873
|
+
};
|
|
2874
|
+
dateOperationalForm: {
|
|
2875
|
+
type: PropType<import("../../../../es/shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
2870
2876
|
};
|
|
2871
2877
|
linebarAutoHidden: {
|
|
2872
2878
|
type: BooleanConstructor;
|
|
@@ -2948,7 +2954,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2948
2954
|
}>;
|
|
2949
2955
|
lowCodeReactionsHandler: (field: string) => void;
|
|
2950
2956
|
triggerAllReactionsHandler: () => void;
|
|
2951
|
-
operationalFormHandler: (
|
|
2957
|
+
operationalFormHandler: (fieldKey: string) => void;
|
|
2952
2958
|
triggerAllOperationalFormHandler: () => void;
|
|
2953
2959
|
wordbookSettingHandler: {
|
|
2954
2960
|
trigger: (fieldKey: string, value: unknown) => void;
|
|
@@ -3037,11 +3043,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3037
3043
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
3038
3044
|
requestInstance: import("../../../../es/shared/hooks").FormRequestDefine.RequestInstance;
|
|
3039
3045
|
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
3040
|
-
lowCodeReactions: import("../../../../es/shared/types").
|
|
3046
|
+
lowCodeReactions: import("../../../../es/shared/types").LowCodeTypes.reactionsConfig[];
|
|
3041
3047
|
linebarAutoHidden: boolean;
|
|
3042
3048
|
bordered: string | boolean;
|
|
3043
3049
|
uniqueCacheData: boolean;
|
|
3044
|
-
operationalForm: import("../../../../es/shared/types").
|
|
3050
|
+
operationalForm: import("../../../../es/shared/types").LowCodeTypes.operationalConfig[];
|
|
3045
3051
|
outBordered: boolean;
|
|
3046
3052
|
forceClearable: boolean;
|
|
3047
3053
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
@@ -3455,10 +3461,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3455
3461
|
default: boolean;
|
|
3456
3462
|
};
|
|
3457
3463
|
lowCodeReactions: {
|
|
3458
|
-
type: PropType<import("../../../../es/shared/types").
|
|
3464
|
+
type: PropType<import("../../../../es/shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
3459
3465
|
};
|
|
3460
3466
|
operationalForm: {
|
|
3461
|
-
type: PropType<import("../../../../es/shared/types").
|
|
3467
|
+
type: PropType<import("../../../../es/shared/types").LowCodeTypes.operationalConfig[]>;
|
|
3468
|
+
};
|
|
3469
|
+
dateOperationalForm: {
|
|
3470
|
+
type: PropType<import("../../../../es/shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
3462
3471
|
};
|
|
3463
3472
|
linebarAutoHidden: {
|
|
3464
3473
|
type: BooleanConstructor;
|
|
@@ -3745,10 +3754,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3745
3754
|
default: boolean;
|
|
3746
3755
|
};
|
|
3747
3756
|
lowCodeReactions: {
|
|
3748
|
-
type: PropType<import("../../../../es/shared/types").
|
|
3757
|
+
type: PropType<import("../../../../es/shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
3749
3758
|
};
|
|
3750
3759
|
operationalForm: {
|
|
3751
|
-
type: PropType<import("../../../../es/shared/types").
|
|
3760
|
+
type: PropType<import("../../../../es/shared/types").LowCodeTypes.operationalConfig[]>;
|
|
3761
|
+
};
|
|
3762
|
+
dateOperationalForm: {
|
|
3763
|
+
type: PropType<import("../../../../es/shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
3752
3764
|
};
|
|
3753
3765
|
linebarAutoHidden: {
|
|
3754
3766
|
type: BooleanConstructor;
|
|
@@ -3894,10 +3906,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3894
3906
|
default: boolean;
|
|
3895
3907
|
};
|
|
3896
3908
|
lowCodeReactions: {
|
|
3897
|
-
type: PropType<import("../../../../es/shared/types").
|
|
3909
|
+
type: PropType<import("../../../../es/shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
3898
3910
|
};
|
|
3899
3911
|
operationalForm: {
|
|
3900
|
-
type: PropType<import("../../../../es/shared/types").
|
|
3912
|
+
type: PropType<import("../../../../es/shared/types").LowCodeTypes.operationalConfig[]>;
|
|
3913
|
+
};
|
|
3914
|
+
dateOperationalForm: {
|
|
3915
|
+
type: PropType<import("../../../../es/shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
3901
3916
|
};
|
|
3902
3917
|
linebarAutoHidden: {
|
|
3903
3918
|
type: BooleanConstructor;
|
|
@@ -3979,7 +3994,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3979
3994
|
}>;
|
|
3980
3995
|
lowCodeReactionsHandler: (field: string) => void;
|
|
3981
3996
|
triggerAllReactionsHandler: () => void;
|
|
3982
|
-
operationalFormHandler: (
|
|
3997
|
+
operationalFormHandler: (fieldKey: string) => void;
|
|
3983
3998
|
triggerAllOperationalFormHandler: () => void;
|
|
3984
3999
|
wordbookSettingHandler: {
|
|
3985
4000
|
trigger: (fieldKey: string, value: unknown) => void;
|
|
@@ -4068,11 +4083,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4068
4083
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
4069
4084
|
requestInstance: import("../../../../es/shared/hooks").FormRequestDefine.RequestInstance;
|
|
4070
4085
|
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
4071
|
-
lowCodeReactions: import("../../../../es/shared/types").
|
|
4086
|
+
lowCodeReactions: import("../../../../es/shared/types").LowCodeTypes.reactionsConfig[];
|
|
4072
4087
|
linebarAutoHidden: boolean;
|
|
4073
4088
|
bordered: string | boolean;
|
|
4074
4089
|
uniqueCacheData: boolean;
|
|
4075
|
-
operationalForm: import("../../../../es/shared/types").
|
|
4090
|
+
operationalForm: import("../../../../es/shared/types").LowCodeTypes.operationalConfig[];
|
|
4076
4091
|
outBordered: boolean;
|
|
4077
4092
|
forceClearable: boolean;
|
|
4078
4093
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
@@ -4486,10 +4501,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4486
4501
|
default: boolean;
|
|
4487
4502
|
};
|
|
4488
4503
|
lowCodeReactions: {
|
|
4489
|
-
type: PropType<import("../../../../es/shared/types").
|
|
4504
|
+
type: PropType<import("../../../../es/shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
4490
4505
|
};
|
|
4491
4506
|
operationalForm: {
|
|
4492
|
-
type: PropType<import("../../../../es/shared/types").
|
|
4507
|
+
type: PropType<import("../../../../es/shared/types").LowCodeTypes.operationalConfig[]>;
|
|
4508
|
+
};
|
|
4509
|
+
dateOperationalForm: {
|
|
4510
|
+
type: PropType<import("../../../../es/shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
4493
4511
|
};
|
|
4494
4512
|
linebarAutoHidden: {
|
|
4495
4513
|
type: BooleanConstructor;
|
|
@@ -4694,11 +4712,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4694
4712
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
4695
4713
|
requestInstance: import("../../../../es/shared/hooks").FormRequestDefine.RequestInstance;
|
|
4696
4714
|
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
4697
|
-
lowCodeReactions: import("../../../../es/shared/types").
|
|
4715
|
+
lowCodeReactions: import("../../../../es/shared/types").LowCodeTypes.reactionsConfig[];
|
|
4698
4716
|
linebarAutoHidden: boolean;
|
|
4699
4717
|
bordered: string | boolean;
|
|
4700
4718
|
uniqueCacheData: boolean;
|
|
4701
|
-
operationalForm: import("../../../../es/shared/types").
|
|
4719
|
+
operationalForm: import("../../../../es/shared/types").LowCodeTypes.operationalConfig[];
|
|
4702
4720
|
outBordered: boolean;
|
|
4703
4721
|
forceClearable: boolean;
|
|
4704
4722
|
}>>>;
|
|
@@ -121,11 +121,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
121
121
|
businessFormatter: import("../../../../../../es/components/form-render").FormBusinessFormatter;
|
|
122
122
|
requestInstance: import("../../../..").FormRequestDefine.RequestInstance;
|
|
123
123
|
enterToNextWidget: boolean | ((fieldItem: FieldItem) => boolean | void);
|
|
124
|
-
lowCodeReactions: import("../../../..").
|
|
124
|
+
lowCodeReactions: import("../../../..").LowCodeTypes.reactionsConfig[];
|
|
125
125
|
linebarAutoHidden: boolean;
|
|
126
126
|
bordered: string | boolean;
|
|
127
127
|
uniqueCacheData: boolean;
|
|
128
|
-
operationalForm: import("../../../..").
|
|
128
|
+
operationalForm: import("../../../..").LowCodeTypes.operationalConfig[];
|
|
129
129
|
outBordered: boolean;
|
|
130
130
|
forceClearable: boolean;
|
|
131
131
|
}>) => Record<string, import("@formily/vue").Stringify<{
|