cnhis-design-vue 3.2.3-beta.10 → 3.2.3-beta.12
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 +14 -0
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +1 -1
- package/es/components/form-config/index.d.ts +41 -0
- package/es/components/form-config/src/FormConfig.vue.d.ts +41 -0
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +14 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +20 -0
- package/es/components/form-render/index.d.ts +14 -0
- package/es/components/form-render/src/FormRender.vue.d.ts +14 -0
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +14 -0
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +21 -8
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +20 -7
- package/es/components/form-render/src/components/renderer/simpleComponent.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +2 -0
- package/es/components/form-render/src/types/fieldItem.d.ts +1 -0
- package/es/components/form-render/src/types/index.d.ts +1 -0
- package/es/components/form-render/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/info-header/index.d.ts +33 -0
- package/es/components/info-header/src/InfoHeader.vue.d.ts +33 -0
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +1 -0
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +1 -0
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +15 -0
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +14 -0
- package/es/components/shortcut-setter/index.d.ts +15 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +15 -0
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
|
@@ -182,6 +182,10 @@ export declare const CallbackMaps: Map<string, {
|
|
|
182
182
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
183
183
|
default: string;
|
|
184
184
|
};
|
|
185
|
+
linebarTextDirection: {
|
|
186
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
187
|
+
default: string;
|
|
188
|
+
};
|
|
185
189
|
linebarWidth: {
|
|
186
190
|
type: (NumberConstructor | StringConstructor)[];
|
|
187
191
|
default: number;
|
|
@@ -364,6 +368,10 @@ export declare const CallbackMaps: Map<string, {
|
|
|
364
368
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
365
369
|
default: string;
|
|
366
370
|
};
|
|
371
|
+
linebarTextDirection: {
|
|
372
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
373
|
+
default: string;
|
|
374
|
+
};
|
|
367
375
|
linebarWidth: {
|
|
368
376
|
type: (NumberConstructor | StringConstructor)[];
|
|
369
377
|
default: number;
|
|
@@ -539,6 +547,7 @@ export declare const CallbackMaps: Map<string, {
|
|
|
539
547
|
selectedFields: string[];
|
|
540
548
|
linebarWidth: string | number;
|
|
541
549
|
linebarDirection: "horizontal" | "vertical";
|
|
550
|
+
linebarTextDirection: "horizontal" | "vertical";
|
|
542
551
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
543
552
|
[key: symbol]: any;
|
|
544
553
|
[key: `x-${string}`]: any;
|
|
@@ -893,6 +902,10 @@ export declare const CallbackMaps: Map<string, {
|
|
|
893
902
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
894
903
|
default: string;
|
|
895
904
|
};
|
|
905
|
+
linebarTextDirection: {
|
|
906
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
907
|
+
default: string;
|
|
908
|
+
};
|
|
896
909
|
linebarWidth: {
|
|
897
910
|
type: (NumberConstructor | StringConstructor)[];
|
|
898
911
|
default: number;
|
|
@@ -922,6 +935,7 @@ export declare const CallbackMaps: Map<string, {
|
|
|
922
935
|
selectMode: boolean;
|
|
923
936
|
linebarWidth: string | number;
|
|
924
937
|
linebarDirection: "horizontal" | "vertical";
|
|
938
|
+
linebarTextDirection: "horizontal" | "vertical";
|
|
925
939
|
operationalFormInit: boolean;
|
|
926
940
|
}>;
|
|
927
941
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{fabric as t}from"../../../../../shared/utils/fabricjs/index.js";import{drawText as e,defaultTextStyle as n,defaultStyle as i,drawPoint as o}from"../useDraw.js";import{useGrid as r}from"../useGrid.js";import{useBirthProcessCumputedPoint as l}from"../useCumputedPoint.js";import"../useEvent.js";import{getScaleInfo as s,drawScaleNumber as u,drawScaleLine as a}from"../useScaleColumn.js";import{useCommon as c}from"../useCommon.js";import"vue";import{isEffectiveNode as f,getTime as h,getScaleNumberList as d}from"../../utils/index.js";import{cloneDeep as p,last as m}from"lodash-es";import"date-fns";import"../temperature/useShadow.js";import"naive-ui";import"@vueuse/core";function v(v,g,y,b
|
|
1
|
+
import{fabric as t}from"../../../../../shared/utils/fabricjs/index.js";import{drawText as e,defaultTextStyle as n,defaultStyle as i,drawPoint as o}from"../useDraw.js";import{useGrid as r}from"../useGrid.js";import{useBirthProcessCumputedPoint as l}from"../useCumputedPoint.js";import"../useEvent.js";import{getScaleInfo as s,drawScaleNumber as u,drawScaleLine as a}from"../useScaleColumn.js";import{useCommon as c}from"../useCommon.js";import"vue";import{isEffectiveNode as f,getTime as h,getScaleNumberList as d}from"../../utils/index.js";import{cloneDeep as p,last as m}from"lodash-es";import"date-fns";import"../temperature/useShadow.js";import"naive-ui";import"@vueuse/core";function v(v,g,x,y,b){const{computedX:w,computedY:S,getXValue:j,getYValue:k}=l(g),{getEqualXTypes:E,handleAddPrevent:L,isGridLimit:X,setPrevAndNextPoint:P,getPointEventProps:C}=c(v,x,g),{xAxis:A,grid:T,originX:G,originY:N,xCellWidth:V,endY:Y,startTime:H,leftScales:M,rightScales:$,yCellHeight:B,endX:W,scaleValues:q,canvasWidth:z,borderStyle:D,event:F,other:I,timeXAxisHeight:R,canvasHeight:J,extraTimeXAxisList:K}=g,O=p(q),Q=new Set;function U(){O.filter((t=>t.show)).forEach(((t,r)=>{var l;const s=[],u=[],a=[];null==(l=t.data)||l.forEach(((l,c)=>{!function(l,c,f){let h,d;const{pointAttr:p={},lineAttr:m={},title:v="",key:g,type:x="circle",childbirthStyle:b={}}=t,w=t.data[f+1],S=_(w,t);if(l&&S&&!c.breakpoint)d=Z([...l,...S],m);else if(l&&!S&&!c.breakpoint){const e=_(w,t);d=e?Z([...l,...e],m):null}if(c.childbirth){const t=l[0]+V,i=l[1]+B/2,o=Z([l[0],l[1],t,i],m);a.push(o);const r=e([t,i],{value:String(c.childbirth),...n,...b,backgroundColor:"#fff"});a.push(r)}const E=u[f-1],L={origin:{data:c,title:v,key:g||"",dataIndex:r,index:f},leftLine:E,rightLine:d,...p,...C(),...i};l&&(E||(L.leftLine=null),h=o(x,{left:l[0],top:l[1],...L}));u.push(d),h&&(!function(t){F.hovered&&(t.on("mouseover",(()=>{!function(t,e="moving"){const{title:n,key:i,data:o}=t.origin;y.point={x:t.left,y:t.top},y.list=[`${n} ${"hover"===e?o.value:k(i,t.top)}`,`时间 ${j(t.left).slice(-5)}`],y.show=!0}(t,"hover")})),t.on("mouseout",(()=>{y.show=!1})))}(h),s.push(h),Q.add(h))}(_(l,t),l,c)})),Promise.all(s).then((t=>{const e=u.filter((t=>t));P(t),Promise.all(a).then((n=>{v.value.add(...e,...t,...n),t.forEach((t=>{null==t||t.bringToFront()}))}))}))}))}function Z([e,n,o,r],l){return new t.Polyline([{x:e,y:n},{x:o,y:n},{x:o,y:r}],{...l,fill:"transparent",...i})}function _(t,e){if(f(t)&&function(t){const e=H+864e5,n=h(t);return n>=H&&n<=e}(t.time)){const n=w(t.time),i=S(e.key,e.range,t.value);return[n,i<N?N:i>Y?Y:i]}}function tt(t,e,n=1){return t+n>e[1]?e[0]:t+n}return r(v,g),function(){const e=new t.Rect({...D,width:W-G,height:Y-N,left:G,top:N,fill:"transparent"});v.value.add(e)}(),function(){function o(o,r="left"){const l=10;let c="left"===r?0:W;o.forEach(((o,r)=>{const{range:f,spaceValue:h,width:p,title:m,titleStyle:g,unit:x,key:y,position:b="center",spaceGridNumber:w=1,showNumber:S,showMaxMinNumber:j}=o,k=[],E=[],L=d(f,h),X=L.length,{lineXMain:P,lineXSub:C,textLeft:A}=s(b,c,p);L.forEach(((t,e)=>{const n=Y-e*B*w;!S||(0===e||e===X-1)&&!j||k.push(u(String(t),o,A,n)),E.push(...a(o,e,P,C,n,B,N,X))}));const T=e([c+l,N+(Y-N)/2],{value:String(m+"("+x+")"),...n,originX:"center",angle:-90,...g}),G=new t.Group([...E,...k,...T?[T]:[]],{objectCaching:!1,...i});v.value.add(G),G.sendToBack(),c+=p}))}o(M),o($,"right")}(),function(){const{show:o,startTime:r,range:l=[0,20],position:s="top",style:u,spaceGridNumber:a=2,spaceValue:c=2}=A.time;if(o){const f=[],h=[],d=[],p=B/2;for(let t=0,i=T.mainXCell/2;t<i+1;t++)if(o){const i=0===t?+r.slice(11,13):tt(m(f),l,c);f.push(i);const o="top"===s?N-p:Y+R+p;h.push(e([G+t*V*a,o],{value:String(i),...n,...u||{}}))}const g=new t.Group([...h,...d],{objectCaching:!1,...i});v.value.add(g),v.value.sendToBack(g)}!function(){if((null==K?void 0:K.length)>0){const t=[];K.forEach((i=>{const o=w(i),r=Y+R;t.push(e([o,r],{value:String(i.slice(11,16)),...n,originY:"bottom"}))})),v.value.add(...t)}}()}(),function(){const{alertLineList:t=[]}=I;t.length<1||t.forEach((t=>{const{style:n,data:i=[]}=t;if(i.length<1)return;const o=[],r=O.find((t=>"cervix"===t.key));i.map((t=>({...t,time:H+60*t.time*60*1e3}))).forEach(((t,i,l)=>{const s=_(t,r),u=_(l[i+1],r);s&&!u&&o.push(e([s[0],N-10],{value:l[0].value+(r.unit||"cm"),fill:n.stroke||"#000"})),s&&u&&o.push(Z([...s,...u],n))})),v.value.add(...o)}))}(),U(),{redrawPoints:function(){var t;Q.size&&(null==(t=v.value)||t.remove(...function(t){const e=[];return t.forEach((t=>{t&&e.push(t),(null==t?void 0:t.leftLine)&&e.push(null==t?void 0:t.leftLine),(null==t?void 0:t.rightLine)&&e.push(null==t?void 0:t.rightLine)})),e}([...Q]))),Q.clear(),U()}}}export{v as useNewBirthProcess};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{ref as e,computed as
|
|
1
|
+
import{ref as e,computed as a,reactive as t,watch as l}from"vue";import{defaultBorderStyle as i}from"../useDraw.js";import"../../../../../shared/utils/fabricjs/index.js";import{format as r}from"date-fns";import{getTime as u}from"../../utils/index.js";import{range as s}from"lodash-es";import"../useEvent.js";import"../temperature/useShadow.js";import"naive-ui";import"@vueuse/core";import{useNewBirthProcess as n}from"./useNewBirthProcess.js";function o(o,d,v,c,m,h){const x=e(),p=e(),g=e(),f=a((()=>d.data.scaleValues.filter((e=>"left"===e.layout&&e.show)))),w=a((()=>d.data.scaleValues.filter((e=>"right"===e.layout&&e.show)))),b=a((()=>{var e;return null==(e=f.value)?void 0:e.reduce(((e,a)=>e+=a.width),0)})),y=a((()=>{var e;const{width:a}=d.data;return a-((null==(e=w.value)?void 0:e.reduce(((e,a)=>e+=a.width),0))||12)})),j=a((()=>d.data.grid.mainXCell||20)),A=a((()=>d.data.grid.mainYCell||8)),M=a((()=>(y.value-b.value)/j.value)),S=a((()=>{var e;const{xAxis:a,height:t,other:l}=d.data,i=Object.values(a).reduce(((e,a)=>(a.show&&e++,e)),0),r=(null!=(e=null==l?void 0:l.alertLineList.length)?e:0)>0;return(t-C.value)/(A.value+i+(r?1:0))})),V=a((()=>{var e;const{xAxis:a,other:t}=d.data,l=Object.values(a).reduce(((e,a)=>(a.show&&"top"===a.position&&e++,e)),0),i=(null!=(e=null==t?void 0:t.alertLineList.length)?e:0)>0;return S.value*(l||i?1:0)})),X=a((()=>{const{xAxis:e,height:a}=d.data,t=Object.values(e).reduce(((e,a)=>(a.show&&"bottom"===a.position&&e++,e)),0);return a-S.value*t-C.value})),C=a((()=>{const e=f.value.concat(w.value);return(null==e?void 0:e.length)>0?20:0})),H=a((()=>u(d.data.xAxis.time.startTime))),L=a((()=>{const{spaceValue:e,spaceGridNumber:a}=d.data.xAxis.time||{};return 60*e*60*1e3/(M.value*a)})),Y=a((()=>{var e,a,t;const l=null==(t=null==(a=null==(e=f.value.concat(w.value))?void 0:e[0])?void 0:a.data)?void 0:t.map((e=>u(e.time))),i=Math.min(...l),n=Math.max(...l),o=L.value*M.value,d=s(1,j.value+1).reduce(((e,a,t)=>e.concat(H.value+a*o)),[H.value]),v=d.findIndex((e=>Math.abs(e-i)<o)),c=d.findIndex((e=>Math.abs(e-n)<o))+1;return d.filter(((e,a)=>a>=v&&a<=c)).map((e=>r(new Date(e),"yyyy-MM-dd HH:mm:ss")))})),N=a((()=>{const{scaleValues:e}=d.data,a=e.find((e=>"cervix"===e.key));return S.value/((null==a?void 0:a.spaceValue)||1)})),I=a((()=>{var e;return(null==(e=d.data.grid)?void 0:e.event)||{selectable:!0,evented:!0,hovered:!0}})),O=t({canvasWidth:d.data.width,canvasHeight:d.data.height,borderStyle:{...i,...d.data.borderStyle||{}},selectionStyle:d.data.selectionStyle||{},grid:d.data.grid,other:d.data.other,originX:b.value,endX:y.value,originY:V.value,endY:X.value,xCellWidth:M.value,yCellHeight:S.value,gridXNumber:j.value,gridYNumber:A.value,xAxis:d.data.xAxis,leftScales:f.value,rightScales:w.value,startTime:H.value,timeXCell:L.value,cervixYCell:N.value,scaleValues:d.data.scaleValues,timeXAxisHeight:C.value,extraTimeXAxisList:Y.value,event:I.value});return l((()=>o.value),(e=>{e&&function(){const{redrawPoints:e}=n(o,O,v,m);p.value=e}()}),{immediate:!0}),{propItems:O,redrawPoints:p,select:x,clickMenu:g}}export{o as useNewBirthProcessChart};
|
|
@@ -119,6 +119,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
119
119
|
selectedFields: string[];
|
|
120
120
|
linebarWidth: string | number;
|
|
121
121
|
linebarDirection: "horizontal" | "vertical";
|
|
122
|
+
linebarTextDirection: "horizontal" | "vertical";
|
|
122
123
|
}>>>;
|
|
123
124
|
};
|
|
124
125
|
beforeMove: {
|
|
@@ -243,6 +244,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
243
244
|
selectedFields: string[];
|
|
244
245
|
linebarWidth: string | number;
|
|
245
246
|
linebarDirection: "horizontal" | "vertical";
|
|
247
|
+
linebarTextDirection: "horizontal" | "vertical";
|
|
246
248
|
}>>>;
|
|
247
249
|
};
|
|
248
250
|
beforeMove: {
|
|
@@ -432,6 +434,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
432
434
|
editor_title?: string | undefined;
|
|
433
435
|
linebarWidth?: string | undefined;
|
|
434
436
|
linebarDirection?: "horizontal" | "vertical" | undefined;
|
|
437
|
+
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
|
435
438
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
436
439
|
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
|
437
440
|
lazyRequest?: boolean | undefined;
|
|
@@ -2186,6 +2189,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2186
2189
|
editor_title?: string | undefined;
|
|
2187
2190
|
linebarWidth?: string | undefined;
|
|
2188
2191
|
linebarDirection?: "horizontal" | "vertical" | undefined;
|
|
2192
|
+
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
|
2189
2193
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
2190
2194
|
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
|
2191
2195
|
lazyRequest?: boolean | undefined;
|
|
@@ -3988,6 +3992,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3988
3992
|
editor_title?: string | undefined;
|
|
3989
3993
|
linebarWidth?: string | undefined;
|
|
3990
3994
|
linebarDirection?: "horizontal" | "vertical" | undefined;
|
|
3995
|
+
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
|
3991
3996
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
3992
3997
|
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
|
3993
3998
|
lazyRequest?: boolean | undefined;
|
|
@@ -5742,6 +5747,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5742
5747
|
editor_title?: string | undefined;
|
|
5743
5748
|
linebarWidth?: string | undefined;
|
|
5744
5749
|
linebarDirection?: "horizontal" | "vertical" | undefined;
|
|
5750
|
+
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
|
5745
5751
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
5746
5752
|
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
|
5747
5753
|
lazyRequest?: boolean | undefined;
|
|
@@ -7592,6 +7598,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7592
7598
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
7593
7599
|
default: string;
|
|
7594
7600
|
};
|
|
7601
|
+
linebarTextDirection: {
|
|
7602
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
7603
|
+
default: string;
|
|
7604
|
+
};
|
|
7595
7605
|
linebarWidth: {
|
|
7596
7606
|
type: (NumberConstructor | StringConstructor)[];
|
|
7597
7607
|
default: number;
|
|
@@ -7774,6 +7784,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7774
7784
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
7775
7785
|
default: string;
|
|
7776
7786
|
};
|
|
7787
|
+
linebarTextDirection: {
|
|
7788
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
7789
|
+
default: string;
|
|
7790
|
+
};
|
|
7777
7791
|
linebarWidth: {
|
|
7778
7792
|
type: (NumberConstructor | StringConstructor)[];
|
|
7779
7793
|
default: number;
|
|
@@ -7949,6 +7963,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7949
7963
|
selectedFields: string[];
|
|
7950
7964
|
linebarWidth: string | number;
|
|
7951
7965
|
linebarDirection: "horizontal" | "vertical";
|
|
7966
|
+
linebarTextDirection: "horizontal" | "vertical";
|
|
7952
7967
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
7953
7968
|
[key: symbol]: any;
|
|
7954
7969
|
[key: `x-${string}`]: any;
|
|
@@ -8303,6 +8318,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8303
8318
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
8304
8319
|
default: string;
|
|
8305
8320
|
};
|
|
8321
|
+
linebarTextDirection: {
|
|
8322
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
8323
|
+
default: string;
|
|
8324
|
+
};
|
|
8306
8325
|
linebarWidth: {
|
|
8307
8326
|
type: (NumberConstructor | StringConstructor)[];
|
|
8308
8327
|
default: number;
|
|
@@ -8332,6 +8351,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8332
8351
|
selectMode: boolean;
|
|
8333
8352
|
linebarWidth: string | number;
|
|
8334
8353
|
linebarDirection: "horizontal" | "vertical";
|
|
8354
|
+
linebarTextDirection: "horizontal" | "vertical";
|
|
8335
8355
|
operationalFormInit: boolean;
|
|
8336
8356
|
}>;
|
|
8337
8357
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
@@ -8557,6 +8577,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8557
8577
|
selectedFields: string[];
|
|
8558
8578
|
linebarWidth: string | number;
|
|
8559
8579
|
linebarDirection: "horizontal" | "vertical";
|
|
8580
|
+
linebarTextDirection: "horizontal" | "vertical";
|
|
8560
8581
|
}>>>;
|
|
8561
8582
|
};
|
|
8562
8583
|
}, {
|
|
@@ -8669,6 +8690,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8669
8690
|
selectedFields: string[];
|
|
8670
8691
|
linebarWidth: string | number;
|
|
8671
8692
|
linebarDirection: "horizontal" | "vertical";
|
|
8693
|
+
linebarTextDirection: "horizontal" | "vertical";
|
|
8672
8694
|
}>>>;
|
|
8673
8695
|
};
|
|
8674
8696
|
}>> & {}>>;
|
|
@@ -8835,6 +8857,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8835
8857
|
editor_title?: string | undefined;
|
|
8836
8858
|
linebarWidth?: string | undefined;
|
|
8837
8859
|
linebarDirection?: "horizontal" | "vertical" | undefined;
|
|
8860
|
+
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
|
8838
8861
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
8839
8862
|
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
|
8840
8863
|
lazyRequest?: boolean | undefined;
|
|
@@ -10600,6 +10623,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10600
10623
|
editor_title?: string | undefined;
|
|
10601
10624
|
linebarWidth?: string | undefined;
|
|
10602
10625
|
linebarDirection?: "horizontal" | "vertical" | undefined;
|
|
10626
|
+
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
|
10603
10627
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
10604
10628
|
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
|
10605
10629
|
lazyRequest?: boolean | undefined;
|
|
@@ -12338,6 +12362,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12338
12362
|
editor_title?: string | undefined;
|
|
12339
12363
|
linebarWidth?: string | undefined;
|
|
12340
12364
|
linebarDirection?: "horizontal" | "vertical" | undefined;
|
|
12365
|
+
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
|
12341
12366
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
12342
12367
|
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
|
12343
12368
|
lazyRequest?: boolean | undefined;
|
|
@@ -14105,6 +14130,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14105
14130
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
14106
14131
|
default: string;
|
|
14107
14132
|
};
|
|
14133
|
+
linebarTextDirection: {
|
|
14134
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
14135
|
+
default: string;
|
|
14136
|
+
};
|
|
14108
14137
|
linebarWidth: {
|
|
14109
14138
|
type: (NumberConstructor | StringConstructor)[];
|
|
14110
14139
|
default: number;
|
|
@@ -14287,6 +14316,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14287
14316
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
14288
14317
|
default: string;
|
|
14289
14318
|
};
|
|
14319
|
+
linebarTextDirection: {
|
|
14320
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
14321
|
+
default: string;
|
|
14322
|
+
};
|
|
14290
14323
|
linebarWidth: {
|
|
14291
14324
|
type: (NumberConstructor | StringConstructor)[];
|
|
14292
14325
|
default: number;
|
|
@@ -14462,6 +14495,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14462
14495
|
selectedFields: string[];
|
|
14463
14496
|
linebarWidth: string | number;
|
|
14464
14497
|
linebarDirection: "horizontal" | "vertical";
|
|
14498
|
+
linebarTextDirection: "horizontal" | "vertical";
|
|
14465
14499
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
14466
14500
|
[key: symbol]: any;
|
|
14467
14501
|
[key: `x-${string}`]: any;
|
|
@@ -14816,6 +14850,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14816
14850
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
14817
14851
|
default: string;
|
|
14818
14852
|
};
|
|
14853
|
+
linebarTextDirection: {
|
|
14854
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
14855
|
+
default: string;
|
|
14856
|
+
};
|
|
14819
14857
|
linebarWidth: {
|
|
14820
14858
|
type: (NumberConstructor | StringConstructor)[];
|
|
14821
14859
|
default: number;
|
|
@@ -14845,6 +14883,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14845
14883
|
selectMode: boolean;
|
|
14846
14884
|
linebarWidth: string | number;
|
|
14847
14885
|
linebarDirection: "horizontal" | "vertical";
|
|
14886
|
+
linebarTextDirection: "horizontal" | "vertical";
|
|
14848
14887
|
operationalFormInit: boolean;
|
|
14849
14888
|
}>;
|
|
14850
14889
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
@@ -14957,6 +14996,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14957
14996
|
selectedFields: string[];
|
|
14958
14997
|
linebarWidth: string | number;
|
|
14959
14998
|
linebarDirection: "horizontal" | "vertical";
|
|
14999
|
+
linebarTextDirection: "horizontal" | "vertical";
|
|
14960
15000
|
}>>>;
|
|
14961
15001
|
};
|
|
14962
15002
|
}>>, {}>;
|
|
@@ -15241,6 +15281,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15241
15281
|
selectedFields: string[];
|
|
15242
15282
|
linebarWidth: string | number;
|
|
15243
15283
|
linebarDirection: "horizontal" | "vertical";
|
|
15284
|
+
linebarTextDirection: "horizontal" | "vertical";
|
|
15244
15285
|
}>>>;
|
|
15245
15286
|
};
|
|
15246
15287
|
beforeMove: {
|
|
@@ -122,6 +122,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
122
122
|
selectedFields: string[];
|
|
123
123
|
linebarWidth: string | number;
|
|
124
124
|
linebarDirection: "horizontal" | "vertical";
|
|
125
|
+
linebarTextDirection: "horizontal" | "vertical";
|
|
125
126
|
}>>>;
|
|
126
127
|
};
|
|
127
128
|
beforeMove: {
|
|
@@ -246,6 +247,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
246
247
|
selectedFields: string[];
|
|
247
248
|
linebarWidth: string | number;
|
|
248
249
|
linebarDirection: "horizontal" | "vertical";
|
|
250
|
+
linebarTextDirection: "horizontal" | "vertical";
|
|
249
251
|
}>>>;
|
|
250
252
|
};
|
|
251
253
|
beforeMove: {
|
|
@@ -435,6 +437,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
435
437
|
editor_title?: string | undefined;
|
|
436
438
|
linebarWidth?: string | undefined;
|
|
437
439
|
linebarDirection?: "horizontal" | "vertical" | undefined;
|
|
440
|
+
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
|
438
441
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
439
442
|
content?: string | import("../../../components/form-render").FormRenderer | Record<string, import("../../../components/form-render").FormRenderer> | undefined;
|
|
440
443
|
lazyRequest?: boolean | undefined;
|
|
@@ -2189,6 +2192,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2189
2192
|
editor_title?: string | undefined;
|
|
2190
2193
|
linebarWidth?: string | undefined;
|
|
2191
2194
|
linebarDirection?: "horizontal" | "vertical" | undefined;
|
|
2195
|
+
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
|
2192
2196
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
2193
2197
|
content?: string | import("../../../components/form-render").FormRenderer | Record<string, import("../../../components/form-render").FormRenderer> | undefined;
|
|
2194
2198
|
lazyRequest?: boolean | undefined;
|
|
@@ -3991,6 +3995,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3991
3995
|
editor_title?: string | undefined;
|
|
3992
3996
|
linebarWidth?: string | undefined;
|
|
3993
3997
|
linebarDirection?: "horizontal" | "vertical" | undefined;
|
|
3998
|
+
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
|
3994
3999
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
3995
4000
|
content?: string | import("../../../components/form-render").FormRenderer | Record<string, import("../../../components/form-render").FormRenderer> | undefined;
|
|
3996
4001
|
lazyRequest?: boolean | undefined;
|
|
@@ -5745,6 +5750,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5745
5750
|
editor_title?: string | undefined;
|
|
5746
5751
|
linebarWidth?: string | undefined;
|
|
5747
5752
|
linebarDirection?: "horizontal" | "vertical" | undefined;
|
|
5753
|
+
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
|
5748
5754
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
5749
5755
|
content?: string | import("../../../components/form-render").FormRenderer | Record<string, import("../../../components/form-render").FormRenderer> | undefined;
|
|
5750
5756
|
lazyRequest?: boolean | undefined;
|
|
@@ -7595,6 +7601,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7595
7601
|
type: PropType<"horizontal" | "vertical">;
|
|
7596
7602
|
default: string;
|
|
7597
7603
|
};
|
|
7604
|
+
linebarTextDirection: {
|
|
7605
|
+
type: PropType<"horizontal" | "vertical">;
|
|
7606
|
+
default: string;
|
|
7607
|
+
};
|
|
7598
7608
|
linebarWidth: {
|
|
7599
7609
|
type: (NumberConstructor | StringConstructor)[];
|
|
7600
7610
|
default: number;
|
|
@@ -7777,6 +7787,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7777
7787
|
type: PropType<"horizontal" | "vertical">;
|
|
7778
7788
|
default: string;
|
|
7779
7789
|
};
|
|
7790
|
+
linebarTextDirection: {
|
|
7791
|
+
type: PropType<"horizontal" | "vertical">;
|
|
7792
|
+
default: string;
|
|
7793
|
+
};
|
|
7780
7794
|
linebarWidth: {
|
|
7781
7795
|
type: (NumberConstructor | StringConstructor)[];
|
|
7782
7796
|
default: number;
|
|
@@ -7952,6 +7966,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7952
7966
|
selectedFields: string[];
|
|
7953
7967
|
linebarWidth: string | number;
|
|
7954
7968
|
linebarDirection: "horizontal" | "vertical";
|
|
7969
|
+
linebarTextDirection: "horizontal" | "vertical";
|
|
7955
7970
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
7956
7971
|
[key: symbol]: any;
|
|
7957
7972
|
[key: `x-${string}`]: any;
|
|
@@ -8306,6 +8321,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8306
8321
|
type: PropType<"horizontal" | "vertical">;
|
|
8307
8322
|
default: string;
|
|
8308
8323
|
};
|
|
8324
|
+
linebarTextDirection: {
|
|
8325
|
+
type: PropType<"horizontal" | "vertical">;
|
|
8326
|
+
default: string;
|
|
8327
|
+
};
|
|
8309
8328
|
linebarWidth: {
|
|
8310
8329
|
type: (NumberConstructor | StringConstructor)[];
|
|
8311
8330
|
default: number;
|
|
@@ -8335,6 +8354,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8335
8354
|
selectMode: boolean;
|
|
8336
8355
|
linebarWidth: string | number;
|
|
8337
8356
|
linebarDirection: "horizontal" | "vertical";
|
|
8357
|
+
linebarTextDirection: "horizontal" | "vertical";
|
|
8338
8358
|
operationalFormInit: boolean;
|
|
8339
8359
|
}>;
|
|
8340
8360
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
@@ -8560,6 +8580,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8560
8580
|
selectedFields: string[];
|
|
8561
8581
|
linebarWidth: string | number;
|
|
8562
8582
|
linebarDirection: "horizontal" | "vertical";
|
|
8583
|
+
linebarTextDirection: "horizontal" | "vertical";
|
|
8563
8584
|
}>>>;
|
|
8564
8585
|
};
|
|
8565
8586
|
}, {
|
|
@@ -8672,6 +8693,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8672
8693
|
selectedFields: string[];
|
|
8673
8694
|
linebarWidth: string | number;
|
|
8674
8695
|
linebarDirection: "horizontal" | "vertical";
|
|
8696
|
+
linebarTextDirection: "horizontal" | "vertical";
|
|
8675
8697
|
}>>>;
|
|
8676
8698
|
};
|
|
8677
8699
|
}>> & {}>>;
|
|
@@ -8838,6 +8860,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8838
8860
|
editor_title?: string | undefined;
|
|
8839
8861
|
linebarWidth?: string | undefined;
|
|
8840
8862
|
linebarDirection?: "horizontal" | "vertical" | undefined;
|
|
8863
|
+
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
|
8841
8864
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
8842
8865
|
content?: string | import("../../../components/form-render").FormRenderer | Record<string, import("../../../components/form-render").FormRenderer> | undefined;
|
|
8843
8866
|
lazyRequest?: boolean | undefined;
|
|
@@ -10603,6 +10626,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10603
10626
|
editor_title?: string | undefined;
|
|
10604
10627
|
linebarWidth?: string | undefined;
|
|
10605
10628
|
linebarDirection?: "horizontal" | "vertical" | undefined;
|
|
10629
|
+
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
|
10606
10630
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
10607
10631
|
content?: string | import("../../../components/form-render").FormRenderer | Record<string, import("../../../components/form-render").FormRenderer> | undefined;
|
|
10608
10632
|
lazyRequest?: boolean | undefined;
|
|
@@ -12341,6 +12365,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12341
12365
|
editor_title?: string | undefined;
|
|
12342
12366
|
linebarWidth?: string | undefined;
|
|
12343
12367
|
linebarDirection?: "horizontal" | "vertical" | undefined;
|
|
12368
|
+
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
|
12344
12369
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
12345
12370
|
content?: string | import("../../../components/form-render").FormRenderer | Record<string, import("../../../components/form-render").FormRenderer> | undefined;
|
|
12346
12371
|
lazyRequest?: boolean | undefined;
|
|
@@ -14108,6 +14133,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14108
14133
|
type: PropType<"horizontal" | "vertical">;
|
|
14109
14134
|
default: string;
|
|
14110
14135
|
};
|
|
14136
|
+
linebarTextDirection: {
|
|
14137
|
+
type: PropType<"horizontal" | "vertical">;
|
|
14138
|
+
default: string;
|
|
14139
|
+
};
|
|
14111
14140
|
linebarWidth: {
|
|
14112
14141
|
type: (NumberConstructor | StringConstructor)[];
|
|
14113
14142
|
default: number;
|
|
@@ -14290,6 +14319,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14290
14319
|
type: PropType<"horizontal" | "vertical">;
|
|
14291
14320
|
default: string;
|
|
14292
14321
|
};
|
|
14322
|
+
linebarTextDirection: {
|
|
14323
|
+
type: PropType<"horizontal" | "vertical">;
|
|
14324
|
+
default: string;
|
|
14325
|
+
};
|
|
14293
14326
|
linebarWidth: {
|
|
14294
14327
|
type: (NumberConstructor | StringConstructor)[];
|
|
14295
14328
|
default: number;
|
|
@@ -14465,6 +14498,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14465
14498
|
selectedFields: string[];
|
|
14466
14499
|
linebarWidth: string | number;
|
|
14467
14500
|
linebarDirection: "horizontal" | "vertical";
|
|
14501
|
+
linebarTextDirection: "horizontal" | "vertical";
|
|
14468
14502
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
14469
14503
|
[key: symbol]: any;
|
|
14470
14504
|
[key: `x-${string}`]: any;
|
|
@@ -14819,6 +14853,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14819
14853
|
type: PropType<"horizontal" | "vertical">;
|
|
14820
14854
|
default: string;
|
|
14821
14855
|
};
|
|
14856
|
+
linebarTextDirection: {
|
|
14857
|
+
type: PropType<"horizontal" | "vertical">;
|
|
14858
|
+
default: string;
|
|
14859
|
+
};
|
|
14822
14860
|
linebarWidth: {
|
|
14823
14861
|
type: (NumberConstructor | StringConstructor)[];
|
|
14824
14862
|
default: number;
|
|
@@ -14848,6 +14886,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14848
14886
|
selectMode: boolean;
|
|
14849
14887
|
linebarWidth: string | number;
|
|
14850
14888
|
linebarDirection: "horizontal" | "vertical";
|
|
14889
|
+
linebarTextDirection: "horizontal" | "vertical";
|
|
14851
14890
|
operationalFormInit: boolean;
|
|
14852
14891
|
}>;
|
|
14853
14892
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
@@ -14960,6 +14999,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14960
14999
|
selectedFields: string[];
|
|
14961
15000
|
linebarWidth: string | number;
|
|
14962
15001
|
linebarDirection: "horizontal" | "vertical";
|
|
15002
|
+
linebarTextDirection: "horizontal" | "vertical";
|
|
14963
15003
|
}>>>;
|
|
14964
15004
|
};
|
|
14965
15005
|
}>>, {}>;
|
|
@@ -15244,6 +15284,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15244
15284
|
selectedFields: string[];
|
|
15245
15285
|
linebarWidth: string | number;
|
|
15246
15286
|
linebarDirection: "horizontal" | "vertical";
|
|
15287
|
+
linebarTextDirection: "horizontal" | "vertical";
|
|
15247
15288
|
}>>>;
|
|
15248
15289
|
};
|
|
15249
15290
|
beforeMove: {
|
|
@@ -198,6 +198,10 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
198
198
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
199
199
|
default: string;
|
|
200
200
|
};
|
|
201
|
+
linebarTextDirection: {
|
|
202
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
203
|
+
default: string;
|
|
204
|
+
};
|
|
201
205
|
linebarWidth: {
|
|
202
206
|
type: (NumberConstructor | StringConstructor)[];
|
|
203
207
|
default: number;
|
|
@@ -380,6 +384,10 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
380
384
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
381
385
|
default: string;
|
|
382
386
|
};
|
|
387
|
+
linebarTextDirection: {
|
|
388
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
389
|
+
default: string;
|
|
390
|
+
};
|
|
383
391
|
linebarWidth: {
|
|
384
392
|
type: (NumberConstructor | StringConstructor)[];
|
|
385
393
|
default: number;
|
|
@@ -555,6 +563,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
555
563
|
selectedFields: string[];
|
|
556
564
|
linebarWidth: string | number;
|
|
557
565
|
linebarDirection: "horizontal" | "vertical";
|
|
566
|
+
linebarTextDirection: "horizontal" | "vertical";
|
|
558
567
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
559
568
|
[key: symbol]: any;
|
|
560
569
|
[key: `x-${string}`]: any;
|
|
@@ -909,6 +918,10 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
909
918
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
910
919
|
default: string;
|
|
911
920
|
};
|
|
921
|
+
linebarTextDirection: {
|
|
922
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
923
|
+
default: string;
|
|
924
|
+
};
|
|
912
925
|
linebarWidth: {
|
|
913
926
|
type: (NumberConstructor | StringConstructor)[];
|
|
914
927
|
default: number;
|
|
@@ -938,6 +951,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
938
951
|
selectMode: boolean;
|
|
939
952
|
linebarWidth: string | number;
|
|
940
953
|
linebarDirection: "horizontal" | "vertical";
|
|
954
|
+
linebarTextDirection: "horizontal" | "vertical";
|
|
941
955
|
operationalFormInit: boolean;
|
|
942
956
|
}>;
|
|
943
957
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
@@ -110,6 +110,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
110
110
|
selectedFields: string[];
|
|
111
111
|
linebarWidth: string | number;
|
|
112
112
|
linebarDirection: "horizontal" | "vertical";
|
|
113
|
+
linebarTextDirection: "horizontal" | "vertical";
|
|
113
114
|
}>>>;
|
|
114
115
|
};
|
|
115
116
|
}, {
|
|
@@ -222,6 +223,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
222
223
|
selectedFields: string[];
|
|
223
224
|
linebarWidth: string | number;
|
|
224
225
|
linebarDirection: "horizontal" | "vertical";
|
|
226
|
+
linebarTextDirection: "horizontal" | "vertical";
|
|
225
227
|
}>>>;
|
|
226
228
|
};
|
|
227
229
|
}>> & {}>>;
|
|
@@ -388,6 +390,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
388
390
|
editor_title?: string | undefined;
|
|
389
391
|
linebarWidth?: string | undefined;
|
|
390
392
|
linebarDirection?: "horizontal" | "vertical" | undefined;
|
|
393
|
+
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
|
391
394
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
392
395
|
content?: string | import("../../../../components/form-render").FormRenderer | Record<string, import("../../../../components/form-render").FormRenderer> | undefined;
|
|
393
396
|
lazyRequest?: boolean | undefined;
|
|
@@ -2153,6 +2156,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2153
2156
|
editor_title?: string | undefined;
|
|
2154
2157
|
linebarWidth?: string | undefined;
|
|
2155
2158
|
linebarDirection?: "horizontal" | "vertical" | undefined;
|
|
2159
|
+
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
|
2156
2160
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
2157
2161
|
content?: string | import("../../../../components/form-render").FormRenderer | Record<string, import("../../../../components/form-render").FormRenderer> | undefined;
|
|
2158
2162
|
lazyRequest?: boolean | undefined;
|
|
@@ -3891,6 +3895,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3891
3895
|
editor_title?: string | undefined;
|
|
3892
3896
|
linebarWidth?: string | undefined;
|
|
3893
3897
|
linebarDirection?: "horizontal" | "vertical" | undefined;
|
|
3898
|
+
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
|
3894
3899
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
3895
3900
|
content?: string | import("../../../../components/form-render").FormRenderer | Record<string, import("../../../../components/form-render").FormRenderer> | undefined;
|
|
3896
3901
|
lazyRequest?: boolean | undefined;
|
|
@@ -5658,6 +5663,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5658
5663
|
type: PropType<"horizontal" | "vertical">;
|
|
5659
5664
|
default: string;
|
|
5660
5665
|
};
|
|
5666
|
+
linebarTextDirection: {
|
|
5667
|
+
type: PropType<"horizontal" | "vertical">;
|
|
5668
|
+
default: string;
|
|
5669
|
+
};
|
|
5661
5670
|
linebarWidth: {
|
|
5662
5671
|
type: (NumberConstructor | StringConstructor)[];
|
|
5663
5672
|
default: number;
|
|
@@ -5840,6 +5849,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5840
5849
|
type: PropType<"horizontal" | "vertical">;
|
|
5841
5850
|
default: string;
|
|
5842
5851
|
};
|
|
5852
|
+
linebarTextDirection: {
|
|
5853
|
+
type: PropType<"horizontal" | "vertical">;
|
|
5854
|
+
default: string;
|
|
5855
|
+
};
|
|
5843
5856
|
linebarWidth: {
|
|
5844
5857
|
type: (NumberConstructor | StringConstructor)[];
|
|
5845
5858
|
default: number;
|
|
@@ -6015,6 +6028,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6015
6028
|
selectedFields: string[];
|
|
6016
6029
|
linebarWidth: string | number;
|
|
6017
6030
|
linebarDirection: "horizontal" | "vertical";
|
|
6031
|
+
linebarTextDirection: "horizontal" | "vertical";
|
|
6018
6032
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
6019
6033
|
[key: symbol]: any;
|
|
6020
6034
|
[key: `x-${string}`]: any;
|
|
@@ -6369,6 +6383,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6369
6383
|
type: PropType<"horizontal" | "vertical">;
|
|
6370
6384
|
default: string;
|
|
6371
6385
|
};
|
|
6386
|
+
linebarTextDirection: {
|
|
6387
|
+
type: PropType<"horizontal" | "vertical">;
|
|
6388
|
+
default: string;
|
|
6389
|
+
};
|
|
6372
6390
|
linebarWidth: {
|
|
6373
6391
|
type: (NumberConstructor | StringConstructor)[];
|
|
6374
6392
|
default: number;
|
|
@@ -6398,6 +6416,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6398
6416
|
selectMode: boolean;
|
|
6399
6417
|
linebarWidth: string | number;
|
|
6400
6418
|
linebarDirection: "horizontal" | "vertical";
|
|
6419
|
+
linebarTextDirection: "horizontal" | "vertical";
|
|
6401
6420
|
operationalFormInit: boolean;
|
|
6402
6421
|
}>;
|
|
6403
6422
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
@@ -6510,6 +6529,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6510
6529
|
selectedFields: string[];
|
|
6511
6530
|
linebarWidth: string | number;
|
|
6512
6531
|
linebarDirection: "horizontal" | "vertical";
|
|
6532
|
+
linebarTextDirection: "horizontal" | "vertical";
|
|
6513
6533
|
}>>>;
|
|
6514
6534
|
};
|
|
6515
6535
|
}>>, {}>;
|