cnhis-design-vue 3.1.43-beta.0 → 3.1.43-release.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -87
- package/es/components/big-table/src/hooks/useEdit.d.ts +26 -26
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +1 -1
- package/es/components/date-picker/index.d.ts +27 -2
- package/es/components/date-picker/src/DatePicker.vue.d.ts +27 -2
- package/es/components/date-picker/src/DatePicker.vue.js +1 -1
- package/es/components/fabric-chart/src/utils/index.d.ts +6823 -0
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +20 -20
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +1 -1
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +1 -1
- package/es/components/form-render/src/hooks/useChangeContext.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
- package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -1
- package/es/components/iho-table/src/hooks/useTableContext.d.ts +1 -1
- package/es/components/iho-table/src/plugins/fieldConnectionPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +28 -3
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +27 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +7 -24
- package/es/components/index.d.ts +1 -0
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +4 -4
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +20 -20
- package/es/components/scale-view/src/ScaleView.vue.js +1 -1
- package/es/components/scale-view/src/hooks/use-component.d.ts +1 -1
- package/es/components/select-label/src/LabelFormContent.vue.js +1 -1
- package/es/components/select-person/index.d.ts +13 -0
- package/es/components/select-person/src/SearchMultiple.vue.d.ts +0 -6
- package/es/components/select-person/src/SelectPerson.vue.d.ts +13 -0
- package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
- package/es/components/select-person/src/utils/index.d.ts +1 -1
- package/es/components/select-person/src/utils/index.js +1 -1
- package/es/env.d.ts +25 -25
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
- package/es/shared/hooks/useDateTime.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/es/shared/types/business.d.ts +15 -0
- package/es/shared/types/business.js +1 -0
- package/es/shared/types/index.d.ts +1 -1
- package/es/shared/utils/business.d.ts +11 -0
- package/es/shared/utils/business.js +1 -0
- package/es/shared/utils/index.d.ts +1 -5
- package/es/shared/utils/index.js +1 -1
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/package.json +65 -65
- package/es/components/iho-table/src/plugins/fieldConnectionPlugin/fieldConnectionUtils.d.ts +0 -11
- package/es/components/iho-table/src/plugins/fieldConnectionPlugin/fieldConnectionUtils.js +0 -1
|
@@ -15,7 +15,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
15
15
|
NButton: any;
|
|
16
16
|
NButtonGroup: any;
|
|
17
17
|
NPopconfirm: any;
|
|
18
|
-
CFormRender: import("
|
|
18
|
+
CFormRender: import("../../..").SFCWithInstall<import("vue").DefineComponent<{}, {
|
|
19
19
|
formRenderRef: import("vue").Ref<FormRenderExpose | undefined>;
|
|
20
20
|
key: import("vue").Ref<number>;
|
|
21
21
|
reload: () => Promise<void>;
|
|
@@ -26,7 +26,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
26
26
|
type: import("vue").PropType<FieldItem[]>;
|
|
27
27
|
};
|
|
28
28
|
initialData: {
|
|
29
|
-
type: import("vue").PropType<import("
|
|
29
|
+
type: import("vue").PropType<import("../../..").AnyObject>;
|
|
30
30
|
default: () => {};
|
|
31
31
|
};
|
|
32
32
|
fieldVisitor: {
|
|
@@ -115,11 +115,11 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
115
115
|
default: () => {};
|
|
116
116
|
};
|
|
117
117
|
scope: {
|
|
118
|
-
type: import("vue").PropType<import("
|
|
118
|
+
type: import("vue").PropType<import("../../..").AnyObject>;
|
|
119
119
|
default: () => {};
|
|
120
120
|
};
|
|
121
121
|
annotation: {
|
|
122
|
-
type: import("vue").PropType<import("
|
|
122
|
+
type: import("vue").PropType<import("../../..").AnyObject>;
|
|
123
123
|
};
|
|
124
124
|
consumer: {
|
|
125
125
|
type: BooleanConstructor;
|
|
@@ -131,8 +131,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
131
131
|
lifeCycle: {
|
|
132
132
|
type: import("vue").PropType<Partial<{
|
|
133
133
|
onSetup(): void;
|
|
134
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
135
|
-
afterRequest(fieldKey: string, payload?: any): import("
|
|
134
|
+
beforeRequest(fieldKey: string, params?: import("../../..").AnyObject | undefined): void | import("../../..").UndefinedAble<import("../../..").AnyObject>;
|
|
135
|
+
afterRequest(fieldKey: string, payload?: any): import("../../..").AnyObject[];
|
|
136
136
|
}>>;
|
|
137
137
|
};
|
|
138
138
|
requestInstance: {
|
|
@@ -158,7 +158,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
158
158
|
type: import("vue").PropType<FieldItem[]>;
|
|
159
159
|
};
|
|
160
160
|
initialData: {
|
|
161
|
-
type: import("vue").PropType<import("
|
|
161
|
+
type: import("vue").PropType<import("../../..").AnyObject>;
|
|
162
162
|
default: () => {};
|
|
163
163
|
};
|
|
164
164
|
fieldVisitor: {
|
|
@@ -247,11 +247,11 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
247
247
|
default: () => {};
|
|
248
248
|
};
|
|
249
249
|
scope: {
|
|
250
|
-
type: import("vue").PropType<import("
|
|
250
|
+
type: import("vue").PropType<import("../../..").AnyObject>;
|
|
251
251
|
default: () => {};
|
|
252
252
|
};
|
|
253
253
|
annotation: {
|
|
254
|
-
type: import("vue").PropType<import("
|
|
254
|
+
type: import("vue").PropType<import("../../..").AnyObject>;
|
|
255
255
|
};
|
|
256
256
|
consumer: {
|
|
257
257
|
type: BooleanConstructor;
|
|
@@ -263,8 +263,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
263
263
|
lifeCycle: {
|
|
264
264
|
type: import("vue").PropType<Partial<{
|
|
265
265
|
onSetup(): void;
|
|
266
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
267
|
-
afterRequest(fieldKey: string, payload?: any): import("
|
|
266
|
+
beforeRequest(fieldKey: string, params?: import("../../..").AnyObject | undefined): void | import("../../..").UndefinedAble<import("../../..").AnyObject>;
|
|
267
|
+
afterRequest(fieldKey: string, payload?: any): import("../../..").AnyObject[];
|
|
268
268
|
}>>;
|
|
269
269
|
};
|
|
270
270
|
requestInstance: {
|
|
@@ -300,7 +300,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
300
300
|
changeContextCollector: import("../../../../../es/components/form-render").ContextCollector;
|
|
301
301
|
formUUID: string;
|
|
302
302
|
anchorBarRef: import("vue").Ref<{
|
|
303
|
-
syncBarPosition: import("
|
|
303
|
+
syncBarPosition: import("../../..").Func<any[], any>;
|
|
304
304
|
} | undefined>;
|
|
305
305
|
currentAnchor: import("vue").WritableComputedRef<string>;
|
|
306
306
|
generateAnchorList: (formModel: import("../../../../../es/components/form-render").Form<any>) => Promise<void>;
|
|
@@ -439,7 +439,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
439
439
|
exposeEvent: {
|
|
440
440
|
validate(path?: string): Promise<void>;
|
|
441
441
|
getFormValues(needCombineExtendKey?: boolean): any;
|
|
442
|
-
setFormValues(values: import("
|
|
442
|
+
setFormValues(values: import("../../..").AnyObject, needSplitExtendKey?: boolean, overwrite?: boolean): void;
|
|
443
443
|
setFieldState(path: string, handler: (field: Partial<Pick<import("../../../../../es/components/form-render").Field<any, any, any, any>, import("../../../../../es/components/form-render").NonFunctionPropertyNames<{
|
|
444
444
|
match: (pattern: import("@formily/path").Pattern) => boolean;
|
|
445
445
|
validate: (triggerType?: import("@formily/validator").ValidatorTriggerType | undefined) => any;
|
|
@@ -605,7 +605,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
605
605
|
type: import("vue").PropType<FieldItem[]>;
|
|
606
606
|
};
|
|
607
607
|
initialData: {
|
|
608
|
-
type: import("vue").PropType<import("
|
|
608
|
+
type: import("vue").PropType<import("../../..").AnyObject>;
|
|
609
609
|
default: () => {};
|
|
610
610
|
};
|
|
611
611
|
fieldVisitor: {
|
|
@@ -694,11 +694,11 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
694
694
|
default: () => {};
|
|
695
695
|
};
|
|
696
696
|
scope: {
|
|
697
|
-
type: import("vue").PropType<import("
|
|
697
|
+
type: import("vue").PropType<import("../../..").AnyObject>;
|
|
698
698
|
default: () => {};
|
|
699
699
|
};
|
|
700
700
|
annotation: {
|
|
701
|
-
type: import("vue").PropType<import("
|
|
701
|
+
type: import("vue").PropType<import("../../..").AnyObject>;
|
|
702
702
|
};
|
|
703
703
|
consumer: {
|
|
704
704
|
type: BooleanConstructor;
|
|
@@ -710,8 +710,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
710
710
|
lifeCycle: {
|
|
711
711
|
type: import("vue").PropType<Partial<{
|
|
712
712
|
onSetup(): void;
|
|
713
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
714
|
-
afterRequest(fieldKey: string, payload?: any): import("
|
|
713
|
+
beforeRequest(fieldKey: string, params?: import("../../..").AnyObject | undefined): void | import("../../..").UndefinedAble<import("../../..").AnyObject>;
|
|
714
|
+
afterRequest(fieldKey: string, payload?: any): import("../../..").AnyObject[];
|
|
715
715
|
}>>;
|
|
716
716
|
};
|
|
717
717
|
requestInstance: {
|
|
@@ -740,9 +740,9 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
740
740
|
maxHeight: string | number;
|
|
741
741
|
column: number;
|
|
742
742
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
743
|
-
initialData: import("
|
|
743
|
+
initialData: import("../../..").AnyObject;
|
|
744
744
|
parallelism: number;
|
|
745
|
-
scope: import("
|
|
745
|
+
scope: import("../../..").AnyObject;
|
|
746
746
|
consumer: boolean;
|
|
747
747
|
enterToNextWidget: boolean | ((fieldItem: FieldItem) => boolean | void);
|
|
748
748
|
linebarAutoHidden: boolean;
|
|
@@ -21,7 +21,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21
21
|
required: true;
|
|
22
22
|
};
|
|
23
23
|
}>> & {}>>;
|
|
24
|
-
currentActiveEditField: import("vue").Ref<import("
|
|
24
|
+
currentActiveEditField: import("vue").Ref<import("../../../..").UndefinedAble<FormConfigItem>>;
|
|
25
25
|
active: () => void;
|
|
26
26
|
headerClassList: import("vue").ComputedRef<(string | {
|
|
27
27
|
'is-active': boolean;
|
|
@@ -37,7 +37,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
37
37
|
default: boolean;
|
|
38
38
|
};
|
|
39
39
|
}>> & {}>>;
|
|
40
|
-
currentActiveEditField: import("vue").Ref<import("
|
|
40
|
+
currentActiveEditField: import("vue").Ref<import("../../../..").UndefinedAble<FormConfigItem>>;
|
|
41
41
|
setActiveField: () => void;
|
|
42
42
|
ellipsisClassList: import("vue").ComputedRef<(string | {
|
|
43
43
|
'is-required': boolean | undefined;
|
|
@@ -3,7 +3,7 @@ export declare class ContextCollector {
|
|
|
3
3
|
private readonly contextMap;
|
|
4
4
|
setContext(key: string, value: (value: unknown) => FormChangeContext): void;
|
|
5
5
|
getContext(key: string, value: unknown): Partial<{
|
|
6
|
-
currentOption: import("
|
|
6
|
+
currentOption: import("../../..").AnyObject;
|
|
7
7
|
}> | undefined;
|
|
8
8
|
}
|
|
9
9
|
export declare function useChangeContext(): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{checkInSetupEnv as e,jsonParse as n}from"../../../../shared/utils/index.js";import{useMemoize as t,useDebounceFn as l}from"@vueuse/core";import{identity as u,uniqBy as o,isString as r,isEqual as a,omit as i,isFunction as
|
|
1
|
+
import{checkInSetupEnv as e,jsonParse as n}from"../../../../shared/utils/index.js";import{useMemoize as t,useDebounceFn as l}from"@vueuse/core";import{identity as u,uniqBy as o,isString as r,isEqual as a,omit as i,isArray as c,isFunction as s}from"lodash-es";import{computed as v,inject as m,ref as d,watch as f}from"vue";import"../../index.js";import{InjectionAsyncQueue as y,InjectionFormItemDepsCollector as p}from"../constants/index.js";import{createUrlConfigParams as h,formRenderLog as g,keywordMatcher as w}from"../utils/index.js";import{useFormField as k}from"./useFormField.js";import{useFormRequest as b}from"./useFormRequest.js";function R(e,n){const t=d();return v({get:()=>t.value?t.value:e[n],set(e){t.value=e}})}const C=(()=>{const e=new Map,n=t((e=>new RegExp(`(.*)${e.split("").map((e=>`(${function(e){return e.match(/[()\[\]{}$^\/]/)?"\\"+e:e}(e)})`)).join("(.*)")}(.*)`)),{getKey:u});return(t,l)=>{const u=e.get(t)||{};return e.set(t,u),Reflect.has(u,l)?u[l]:u[l]=l.match(n(t))}})();function K(){const e=d();return{searchContent:e,optionSearchFilter:function(n,t,l){if(!e.value)return n;const u=c(l)?l.filter((e=>e&&r(e))):[];return n.filter((n=>function(n,t,l){if(!e.value)return!0;const u=n?n[t]:"";return!!r(u)&&(!!C(e.value,u)||!!w(e.value,n.keyword)||!!l.length&&l.some((t=>r(n[t])&&n[t].includes(e.value))))}(n,t,u)))}}}function F(e,t,l,u,r){const a=R(e,"commonList"),c=R(e,"recentList"),{searchContent:d,optionSearchFilter:f}=K();function p(e){return n(e.itemObj)}const h=v((()=>{var e,n;return null!=(n=null==(e=a.value)?void 0:e.map(p))?n:[]})),g=v((()=>{var e,n;return null!=(n=null==(e=c.value)?void 0:e.map(p))?n:[]})),w=v((()=>{if(!e.recommend||!h.value.length&&!g.value.length)return t.value;const n=o(h.value.concat(g.value),(e=>e[r.value])),l=t.value.filter((e=>n.every((function(n){return n[r.value]!==e[r.value]}))));return[...f(n,u.value),...l]})),{getRecommendRequestInfo:C,getHttpInstance:F}=b();function j(n){const{url:t,getRecommendIds:l}=C(),u=s(l)?l():{},o=s(e.getRecommendInfo)?e.getRecommendInfo():{};return{url:t[n],info:Object.assign({},u,o)}}const{fieldKey:x}=k(),O=m(y);return{postRecommend:async function(n){if(!e.recommend)return;const t=F();if(!t)return;const{url:u,info:o}=j("post"),a=w.value.find((e=>e[r.value]===n));a&&l("postRecommend",await t.post(u,{...o,keyword:"",itemId:r.value,itemObj:JSON.stringify(a)}))},getRecommend:async function(n){if(!e.recommend)return;if(d.value=n,a.value&&c.value&&e.recommendCache)return;const t=await O.addAsync(function(n,t){const{url:l,info:u}=j("get");return{url:l,method:"get",key:n,cache:t,params:{...u,recNum:Math.max(e.commonNum,e.recentNum),keyword:""}}}(x.value,e.recommendCache)),{commonly:l,recently:u}=t.reduce(((e,n)=>("commonly"===n.type?e.commonly.push(i(n,["type"])):"recently"===n.type&&e.recently.push(i(n,["type"])),e)),{commonly:[],recently:[]});a.value=l.slice(0,e.commonNum),c.value=u.slice(0,e.recentNum)},sortedOptions:w}}function j(n,t){e();const u=m(y),o=v((()=>{var e,t,l;return null!=(l=null!=(t=null==(e=n.urlConfig)?void 0:e.nameKey)?t:n.labelField)?l:"text"})),i=v((()=>{var e,t,l;return null!=(l=null!=(t=null==(e=n.urlConfig)?void 0:e.valueKey)?t:n.valueField)?l:"value"})),{searchContent:c,optionSearchFilter:s}=K(),w=d(null),{field:b,fieldKey:R}=k(),C=l((async function(e){if(c.value=e||"",!n.urlConfig)return w.value=null;try{w.value=await u.addAsync(await h({config:n.urlConfig,cache:n.requestCache,field:b.value}))}catch(e){r(e)&&g(e)}}),300),F=v((()=>w.value?s(w.value,o.value):Array.isArray(n.options)?s(n.options,o.value):[])),j=v((()=>w.value||n.options||[])),x=m(p);return f((()=>n.urlConfig),((e,l)=>{a(e,l)||(w.value=null,e&&(x.setDeps(R.value,e.dependKey||[],(async()=>{w.value=null,t.value=null,!n.lazyRequest&&await C()})),(t.value||!n.lazyRequest)&&C()))}),{immediate:!0}),{labelKey:o,valueKey:i,filterOptions:F,fullOptions:j,fetchData:C}}function x(n,t){e();const u=m(y),o=v((()=>{var e,t,l,u;return null!=(u=null!=(l=null==(t=null==(e=n.wordbook)?void 0:e.render_key)?void 0:t[0])?l:n.labelField)?u:"text"})),i=v((()=>{var e,t,l;return null!=(l=null!=(t=null==(e=n.wordbook)?void 0:e.value_key)?t:n.valueField)?l:"value"})),c=v((()=>{var e;return(null==(e=n.wordbook)?void 0:e.search_key)||[]})),{searchContent:s,optionSearchFilter:p}=K(),h=d(null),{fieldKey:w}=k(),{getSearchRequestInfo:R}=b(),C=l((async function(e){if(s.value=e||"",!n.autograph||!n.wordbook)return h.value=null;try{h.value=await u.addAsync(function(e,t,l){const u={autograph:t,wordbookId:e.id,wordbookType:e.type,fieldKeys:e.search_key,keyword:"",page:1};return{...R(),params:u,key:l,cache:n.requestCache}}(n.wordbook,n.autograph,w.value))}catch(e){r(e)&&g(e)}}),300),F=v((()=>h.value?p(h.value,o.value,c.value):Array.isArray(n.options)?p(n.options,o.value):[])),j=v((()=>h.value||n.options||[]));return f((()=>n.wordbook),((e,l)=>{a(e,l)||(h.value=null,e&&(t.value||!n.lazyRequest)&&C())}),{immediate:!0}),{labelKey:o,valueKey:i,filterOptions:F,fullOptions:j,fetchData:C}}export{C as searchContentMatcher,x as useAutographOptions,F as useRecommendOptions,j as useUrlConfigOptions};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import"../../../../shared/utils/index.js";import{isField as e}from"@formily/core";import{Path as r}from"@formily/path";import{isArray as i}from"lodash-es";import{computed as o,unref as t}from"vue";import{isMatchLowCodeCondition as n}from"../../../../shared/utils/business.js";function l(l,d){const s={hideField:c((e=>e.setDisplay("none"))),showField:c((e=>e.setDisplay("visible"))),requiredField:c((e=>e.required=!0)),notRequiredField:c((e=>{e.required=!1,e.validate()})),enabledField:c((e=>e.editable=!0)),disabledField:c((e=>e.editable=!1))};function c(r){return i=>{i.forEach((i=>{const o=d.query(i).take();o&&e(o)&&r(o)}))}}const u=o((()=>t(l)?t(l).reduce(((e,r)=>(i(r.conObj)&&r.conObj.forEach((r=>e.push(r.field_key))),e)),[]):[]));function a(e,r,i){if(i.field_key===e)return n(r,i)}function f(e){Object.entries(e).forEach((([e,r])=>s[e]&&s[e](r)))}return{lowCodeReactionsHandler:function(e,r){const i=t(l);i&&u.value.includes(e)&&i.forEach((i=>{var o,t;o=e,t=r,i.conObj.every((e=>a(o,t,e)))&&f(i)}))},triggerAllReactionsHandler:function(){const e=t(l);if(!e)return;const o=d.getFormState().values;e.forEach((e=>{(function(e,o){if(!i(o.conObj))return;return o.conObj.every((i=>a(i.field_key,r.getIn(e,i.field_key),i)))})(o,e)&&f(e)}))}}}export{l as useLowCodeReactions};
|
|
@@ -4,6 +4,6 @@ export declare function useTableContext(): {
|
|
|
4
4
|
tableHandler: import("../types").IhoTableHandler;
|
|
5
5
|
tableEmit: import("../types").IhoTableEmits;
|
|
6
6
|
eventListener: import("./tapHooks/useEventHooks").IhoTableEventListener;
|
|
7
|
-
$table: import("vue").Ref<import("
|
|
7
|
+
$table: import("vue").Ref<import("../../..").UndefinedAble<import("vxe-table").VxeTableInstance>>;
|
|
8
8
|
uuid: string;
|
|
9
9
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"../../../index.js";import{isFunction as n}from"lodash-es";import{
|
|
1
|
+
import"../../../../../shared/utils/index.js";import"../../../index.js";import{isFunction as n}from"lodash-es";import{getBindEventSettingTrigger as o}from"../../../../../shared/utils/business.js";import{defineTablePlugin as e}from"../../hooks/useTablePlugin.js";function t(){const t="fieldConnectionPlugin";return e({name:t,apply(e){e.configHooks.config.tap(t,(e=>{const t=e.onFormChange;return e.onFormChange=function(e){var i;const{column:r,row:s}=e,l=null==(i=r.editRender)?void 0:i.props;if(l&&(null==l?void 0:l.bindEventSetting)){l.bindEventSetting.forEach((n=>{o(n.event_type)(n,{getter:n=>s[n],setter:(n,o)=>s[n]=o})}))}n(t)&&t(e)},e}))}})}export{t as fieldConnectionPlugin};
|
|
@@ -25,11 +25,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
25
25
|
近一个月: () => number[];
|
|
26
26
|
};
|
|
27
27
|
onConfirm: (value: [number, number], formattedValue: [string, string] | null) => void;
|
|
28
|
-
CDatePicker: import("
|
|
28
|
+
CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
|
|
29
|
+
updateUnchangedValue: {
|
|
30
|
+
type: BooleanConstructor;
|
|
31
|
+
};
|
|
32
|
+
onConfirm: {
|
|
33
|
+
type: FunctionConstructor;
|
|
34
|
+
};
|
|
35
|
+
}, {
|
|
29
36
|
attrs: {
|
|
30
37
|
[x: string]: unknown;
|
|
31
38
|
};
|
|
32
|
-
|
|
39
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
40
|
+
updateUnchangedValue: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
};
|
|
43
|
+
onConfirm: {
|
|
44
|
+
type: FunctionConstructor;
|
|
45
|
+
};
|
|
46
|
+
}>> & {}>>;
|
|
47
|
+
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
33
48
|
panelInstRef: import("vue").Ref<null>;
|
|
34
49
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
35
50
|
formatRef: import("vue").ComputedRef<string>;
|
|
@@ -37,8 +52,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
37
52
|
focus: () => any;
|
|
38
53
|
blur: () => any;
|
|
39
54
|
onUpdateShow: (show: boolean) => void;
|
|
55
|
+
onConfirm: () => void;
|
|
40
56
|
NDatePicker: any;
|
|
41
|
-
},
|
|
57
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
58
|
+
updateUnchangedValue: {
|
|
59
|
+
type: BooleanConstructor;
|
|
60
|
+
};
|
|
61
|
+
onConfirm: {
|
|
62
|
+
type: FunctionConstructor;
|
|
63
|
+
};
|
|
64
|
+
}>>, {
|
|
65
|
+
updateUnchangedValue: boolean;
|
|
66
|
+
}>>;
|
|
42
67
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
43
68
|
payload: {
|
|
44
69
|
type: PropType<VxeColumnPropTypes.FilterSlotParams>;
|
|
@@ -66,10 +66,25 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
66
66
|
};
|
|
67
67
|
}>;
|
|
68
68
|
dateConfig: AnyObject;
|
|
69
|
-
DatePicker: import("../../../../../../../../es/shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
69
|
+
DatePicker: import("../../../../../../../../es/shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
70
|
+
updateUnchangedValue: {
|
|
71
|
+
type: BooleanConstructor;
|
|
72
|
+
};
|
|
73
|
+
onConfirm: {
|
|
74
|
+
type: FunctionConstructor;
|
|
75
|
+
};
|
|
76
|
+
}, {
|
|
70
77
|
attrs: {
|
|
71
78
|
[x: string]: unknown;
|
|
72
79
|
};
|
|
80
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
81
|
+
updateUnchangedValue: {
|
|
82
|
+
type: BooleanConstructor;
|
|
83
|
+
};
|
|
84
|
+
onConfirm: {
|
|
85
|
+
type: FunctionConstructor;
|
|
86
|
+
};
|
|
87
|
+
}>> & {}>>;
|
|
73
88
|
datePickerRef: import("vue").Ref<AnyObject | null>;
|
|
74
89
|
panelInstRef: import("vue").Ref<null>;
|
|
75
90
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
@@ -78,8 +93,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
78
93
|
focus: () => any;
|
|
79
94
|
blur: () => any;
|
|
80
95
|
onUpdateShow: (show: boolean) => void;
|
|
96
|
+
onConfirm: () => void;
|
|
81
97
|
NDatePicker: any;
|
|
82
|
-
},
|
|
98
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
99
|
+
updateUnchangedValue: {
|
|
100
|
+
type: BooleanConstructor;
|
|
101
|
+
};
|
|
102
|
+
onConfirm: {
|
|
103
|
+
type: FunctionConstructor;
|
|
104
|
+
};
|
|
105
|
+
}>>, {
|
|
106
|
+
updateUnchangedValue: boolean;
|
|
107
|
+
}>>;
|
|
83
108
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
84
109
|
value: {
|
|
85
110
|
type: StringConstructor;
|
package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{createVNode as n}from"vue";import
|
|
1
|
+
import{createVNode as n}from"vue";import"../../../../../../shared/utils/index.js";import{isObject as o,isArray as r}from"lodash-es";import"../../../../index.js";import{WIDGET_TYPE as e}from"../../../constants/index.js";import{parseMergeField as t,isRichContent as i,parseRichContent as l}from"../../../utils/index.js";import{defineTablePlugin as s}from"../../../hooks/useTablePlugin.js";import{isMatchLowCodeCondition as d}from"../../../../../../shared/utils/business.js";function c(){return s({name:"defaultRendererPlugin",vxe(s){s.renderer.add(e.DEFAULT,{renderCell(e,{row:s,column:c}){const u=t(s,c),a=i(u)?function(o){const r=l(o);return[n("div",{style:{color:r.background||r.icon}},[e(r.icon),r.change_text])];function e(o){return o?o.match(/#[\da-f]{6}|[\da-f]{3}/i)?n("i",{class:"icon-dot",style:{"--table-icon-color":o,"--table-icon-shadow":o}},null):n("i",{class:r.icon},null):null}}(u):[u];return function(o,e,t,i){if(!r(o)||!o.length)return i;const l=o.find((n=>n.condition&&n.condition.find((n=>{const o=e[n.field_key||t.field];return d(o,n)}))));return l?n("div",{style:{color:l.color},class:l.icon},[i]):i}(function(n){var r,e,t;const i=null==(r=n.editRender)?void 0:r.props;if(!o(i))return;return null!=(t=i.colorAndIcon)?t:null==(e=i.settingObj)?void 0:e.colorAndIcon}(c),s,c,a)}}),s.renderer.add(e.STATUS,s.renderer.get(e.DEFAULT))}})}export{c as defaultRendererPlugin};
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { AnyObject, ArrayAble, MaybeString, TupleToUnion } from '../../../../../es/shared/types';
|
|
2
|
-
import { LOW_CODE_VALUE_RELATION } from '../../../../../es/shared/utils';
|
|
1
|
+
import { AnyObject, ArrayAble, BindEventSetting, LOW_CODE_VALUE_RELATION, MaybeString, TupleToUnion } from '../../../../../es/shared/types';
|
|
3
2
|
import { VxeTableProps, VxeTableDefines, VxeTableInstance, VxeColumnPropTypes, VxeTablePropTypes } from 'vxe-table';
|
|
4
3
|
import { VxeTableListeners } from 'vxe-table/types/table';
|
|
5
4
|
import { IHO_TABLE_STRING_STATUS, IhoTableEventNameTuple, IhoTableRowGroupSequence } from '../../../../../es/components/iho-table/src/constants';
|
|
@@ -57,15 +56,15 @@ export declare namespace IhoTableLowCodeField {
|
|
|
57
56
|
type FilterSetting = Partial<{
|
|
58
57
|
daterange: boolean;
|
|
59
58
|
}>;
|
|
60
|
-
type ColorAndIconItem = {
|
|
61
|
-
condition
|
|
59
|
+
type ColorAndIconItem = Partial<{
|
|
60
|
+
condition: {
|
|
62
61
|
con: LOW_CODE_VALUE_RELATION;
|
|
63
62
|
value: unknown;
|
|
64
63
|
field_key?: string;
|
|
65
64
|
}[];
|
|
66
|
-
color
|
|
67
|
-
icon
|
|
68
|
-
}
|
|
65
|
+
color: string;
|
|
66
|
+
icon: string;
|
|
67
|
+
}>;
|
|
69
68
|
type SettingObj = Partial<{
|
|
70
69
|
attr: string;
|
|
71
70
|
isHide: MaybeString<0 | 1>;
|
|
@@ -119,24 +118,8 @@ export declare type LowCodeTableFieldItem = {
|
|
|
119
118
|
colorAndIcon: IhoTableLowCodeField.ColorAndIconItem[];
|
|
120
119
|
variableHeight: boolean;
|
|
121
120
|
filterSetting: IhoTableLowCodeField.FilterSetting;
|
|
122
|
-
bindEventSetting:
|
|
121
|
+
bindEventSetting: BindEventSetting[];
|
|
123
122
|
}> & Partial<VxeTableDefines.ColumnInfo>;
|
|
124
|
-
export declare type FieldEventSetting = {
|
|
125
|
-
event_type: string;
|
|
126
|
-
event_field: string;
|
|
127
|
-
wookName?: string;
|
|
128
|
-
wookId?: string;
|
|
129
|
-
params?: {
|
|
130
|
-
p_value?: string;
|
|
131
|
-
p_name: string;
|
|
132
|
-
p_select: 'EQ' | 'NEQ' | 'NULL' | 'NOT_NULL' | 'CL' | 'NC' | 'BIG' | 'LESS' | 'BIGEQ' | 'LESSEQ' | 'IN_ARR';
|
|
133
|
-
}[];
|
|
134
|
-
results?: {
|
|
135
|
-
p_value: string;
|
|
136
|
-
p_name: string;
|
|
137
|
-
}[];
|
|
138
|
-
[K: string]: unknown;
|
|
139
|
-
};
|
|
140
123
|
export declare type IhoTableFormChangePayload = {
|
|
141
124
|
column: IhoTableFieldItem;
|
|
142
125
|
row: AnyObject;
|
package/es/components/index.d.ts
CHANGED
|
@@ -39,6 +39,7 @@ export * from './table-filter';
|
|
|
39
39
|
export * from './config-provider';
|
|
40
40
|
export * from './field-set';
|
|
41
41
|
export * from './scale-view';
|
|
42
|
+
export * from '../../es/shared/types';
|
|
42
43
|
declare function install(app: App): void;
|
|
43
44
|
export { CGrid, CBigTable, CFieldSet, CButtonPrint, CSelectPerson, CSelectLabel, CLabelFormContent, CScaleView, CMap, CVodChunkUpload, CRadio, CCheckbox, CSelect, CDatetime, CInfoHeader, CTimeLine, CBaseSearch, CQuickSearch, CClassification, CBpmnWorkflow, CStepsWheel, CEditor, CFormRender, CFabricChart, CShortcutProvider, CShortcutSetter, CFormConfig, CIhoTable, CKeyboard, CSearchCascader, CRecommendSearch, CDatePicker, CTimePicker, CConfigProvider };
|
|
44
45
|
declare const _default: {
|
|
@@ -1795,19 +1795,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1795
1795
|
}>;
|
|
1796
1796
|
SlotRender: import("vue").DefineComponent<{
|
|
1797
1797
|
renderer: {
|
|
1798
|
-
type: import("vue").PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("
|
|
1798
|
+
type: import("vue").PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("../../../..").Func<any[], any>>;
|
|
1799
1799
|
required: true;
|
|
1800
1800
|
};
|
|
1801
1801
|
rootSlots: {
|
|
1802
|
-
type: import("vue").PropType<Record<string, import("
|
|
1802
|
+
type: import("vue").PropType<Record<string, import("../../../..").Func<any[], any>>>;
|
|
1803
1803
|
};
|
|
1804
1804
|
}, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1805
1805
|
renderer: {
|
|
1806
|
-
type: import("vue").PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("
|
|
1806
|
+
type: import("vue").PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("../../../..").Func<any[], any>>;
|
|
1807
1807
|
required: true;
|
|
1808
1808
|
};
|
|
1809
1809
|
rootSlots: {
|
|
1810
|
-
type: import("vue").PropType<Record<string, import("
|
|
1810
|
+
type: import("vue").PropType<Record<string, import("../../../..").Func<any[], any>>>;
|
|
1811
1811
|
};
|
|
1812
1812
|
}>>, {}>;
|
|
1813
1813
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -48,7 +48,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
48
48
|
NDivider: any;
|
|
49
49
|
NSpace: any;
|
|
50
50
|
NButton: any;
|
|
51
|
-
FormRender: import("
|
|
51
|
+
FormRender: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{}, {
|
|
52
52
|
formRenderRef: import("vue").Ref<FormRenderExpose | undefined>;
|
|
53
53
|
key: import("vue").Ref<number>;
|
|
54
54
|
reload: () => Promise<void>;
|
|
@@ -59,7 +59,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
59
59
|
type: import("vue").PropType<FieldItem[]>;
|
|
60
60
|
};
|
|
61
61
|
initialData: {
|
|
62
|
-
type: import("vue").PropType<import("
|
|
62
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
63
63
|
default: () => {};
|
|
64
64
|
};
|
|
65
65
|
fieldVisitor: {
|
|
@@ -148,11 +148,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
148
148
|
default: () => {};
|
|
149
149
|
};
|
|
150
150
|
scope: {
|
|
151
|
-
type: import("vue").PropType<import("
|
|
151
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
152
152
|
default: () => {};
|
|
153
153
|
};
|
|
154
154
|
annotation: {
|
|
155
|
-
type: import("vue").PropType<import("
|
|
155
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
156
156
|
};
|
|
157
157
|
consumer: {
|
|
158
158
|
type: BooleanConstructor;
|
|
@@ -164,8 +164,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
164
164
|
lifeCycle: {
|
|
165
165
|
type: import("vue").PropType<Partial<{
|
|
166
166
|
onSetup(): void;
|
|
167
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
168
|
-
afterRequest(fieldKey: string, payload?: any): import("
|
|
167
|
+
beforeRequest(fieldKey: string, params?: import("../../../..").AnyObject | undefined): void | import("../../../..").UndefinedAble<import("../../../..").AnyObject>;
|
|
168
|
+
afterRequest(fieldKey: string, payload?: any): import("../../../..").AnyObject[];
|
|
169
169
|
}>>;
|
|
170
170
|
};
|
|
171
171
|
requestInstance: {
|
|
@@ -191,7 +191,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
191
191
|
type: import("vue").PropType<FieldItem[]>;
|
|
192
192
|
};
|
|
193
193
|
initialData: {
|
|
194
|
-
type: import("vue").PropType<import("
|
|
194
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
195
195
|
default: () => {};
|
|
196
196
|
};
|
|
197
197
|
fieldVisitor: {
|
|
@@ -280,11 +280,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
280
280
|
default: () => {};
|
|
281
281
|
};
|
|
282
282
|
scope: {
|
|
283
|
-
type: import("vue").PropType<import("
|
|
283
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
284
284
|
default: () => {};
|
|
285
285
|
};
|
|
286
286
|
annotation: {
|
|
287
|
-
type: import("vue").PropType<import("
|
|
287
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
288
288
|
};
|
|
289
289
|
consumer: {
|
|
290
290
|
type: BooleanConstructor;
|
|
@@ -296,8 +296,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
296
296
|
lifeCycle: {
|
|
297
297
|
type: import("vue").PropType<Partial<{
|
|
298
298
|
onSetup(): void;
|
|
299
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
300
|
-
afterRequest(fieldKey: string, payload?: any): import("
|
|
299
|
+
beforeRequest(fieldKey: string, params?: import("../../../..").AnyObject | undefined): void | import("../../../..").UndefinedAble<import("../../../..").AnyObject>;
|
|
300
|
+
afterRequest(fieldKey: string, payload?: any): import("../../../..").AnyObject[];
|
|
301
301
|
}>>;
|
|
302
302
|
};
|
|
303
303
|
requestInstance: {
|
|
@@ -333,7 +333,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
333
333
|
changeContextCollector: import("../../../../../../es/components/form-render").ContextCollector;
|
|
334
334
|
formUUID: string;
|
|
335
335
|
anchorBarRef: import("vue").Ref<{
|
|
336
|
-
syncBarPosition: import("
|
|
336
|
+
syncBarPosition: import("../../../..").Func<any[], any>;
|
|
337
337
|
} | undefined>;
|
|
338
338
|
currentAnchor: import("vue").WritableComputedRef<string>;
|
|
339
339
|
generateAnchorList: (formModel: import("../../../../../../es/components/form-render").Form<any>) => Promise<void>;
|
|
@@ -472,7 +472,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
472
472
|
exposeEvent: {
|
|
473
473
|
validate(path?: string): Promise<void>;
|
|
474
474
|
getFormValues(needCombineExtendKey?: boolean): any;
|
|
475
|
-
setFormValues(values: import("
|
|
475
|
+
setFormValues(values: import("../../../..").AnyObject, needSplitExtendKey?: boolean, overwrite?: boolean): void;
|
|
476
476
|
setFieldState(path: string, handler: (field: Partial<Pick<import("../../../../../../es/components/form-render").Field<any, any, any, any>, import("../../../../../../es/components/form-render").NonFunctionPropertyNames<{
|
|
477
477
|
match: (pattern: import("@formily/path").Pattern) => boolean;
|
|
478
478
|
validate: (triggerType?: import("@formily/validator").ValidatorTriggerType | undefined) => any;
|
|
@@ -638,7 +638,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
638
638
|
type: import("vue").PropType<FieldItem[]>;
|
|
639
639
|
};
|
|
640
640
|
initialData: {
|
|
641
|
-
type: import("vue").PropType<import("
|
|
641
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
642
642
|
default: () => {};
|
|
643
643
|
};
|
|
644
644
|
fieldVisitor: {
|
|
@@ -727,11 +727,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
727
727
|
default: () => {};
|
|
728
728
|
};
|
|
729
729
|
scope: {
|
|
730
|
-
type: import("vue").PropType<import("
|
|
730
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
731
731
|
default: () => {};
|
|
732
732
|
};
|
|
733
733
|
annotation: {
|
|
734
|
-
type: import("vue").PropType<import("
|
|
734
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
735
735
|
};
|
|
736
736
|
consumer: {
|
|
737
737
|
type: BooleanConstructor;
|
|
@@ -743,8 +743,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
743
743
|
lifeCycle: {
|
|
744
744
|
type: import("vue").PropType<Partial<{
|
|
745
745
|
onSetup(): void;
|
|
746
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
747
|
-
afterRequest(fieldKey: string, payload?: any): import("
|
|
746
|
+
beforeRequest(fieldKey: string, params?: import("../../../..").AnyObject | undefined): void | import("../../../..").UndefinedAble<import("../../../..").AnyObject>;
|
|
747
|
+
afterRequest(fieldKey: string, payload?: any): import("../../../..").AnyObject[];
|
|
748
748
|
}>>;
|
|
749
749
|
};
|
|
750
750
|
requestInstance: {
|
|
@@ -773,9 +773,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
773
773
|
maxHeight: string | number;
|
|
774
774
|
column: number;
|
|
775
775
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
776
|
-
initialData: import("
|
|
776
|
+
initialData: import("../../../..").AnyObject;
|
|
777
777
|
parallelism: number;
|
|
778
|
-
scope: import("
|
|
778
|
+
scope: import("../../../..").AnyObject;
|
|
779
779
|
consumer: boolean;
|
|
780
780
|
enterToNextWidget: boolean | ((fieldItem: FieldItem) => boolean | void);
|
|
781
781
|
linebarAutoHidden: boolean;
|