cnhis-design-vue 3.2.5-beta.52 → 3.2.5-beta.53
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/big-table/index.d.ts +1 -1
- package/es/components/big-table/src/BigTable.vue.d.ts +1 -1
- package/es/components/field-set/src/FieldColor.vue.d.ts +1 -1
- package/es/components/field-set/src/FieldFilter.vue.d.ts +1 -1
- package/es/components/field-set/src/FieldSet.vue.d.ts +1 -1
- package/es/components/field-set/src/components/Row.vue.d.ts +1 -1
- package/es/components/form-config/src/components/FormConfigCreator.vue2.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
|
@@ -610,7 +610,7 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
610
610
|
setGroupTreeExpand: () => void;
|
|
611
611
|
resetTableInlineEditStatus: () => false | undefined;
|
|
612
612
|
renderAnnotation: (columnConfig: import("../../shared/types").AnyObject) => JSX.Element | null;
|
|
613
|
-
toolTipTitle: (item: any, type?: any) => (
|
|
613
|
+
toolTipTitle: (item: any, type?: any) => (JSX.Element | null)[] | (() => any);
|
|
614
614
|
triggerExpand: (e: any, isExpand: any) => void;
|
|
615
615
|
getOtherConfigInit: () => any;
|
|
616
616
|
refreshTable: () => void;
|
|
@@ -612,7 +612,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
612
612
|
setGroupTreeExpand: () => void;
|
|
613
613
|
resetTableInlineEditStatus: () => false | undefined;
|
|
614
614
|
renderAnnotation: (columnConfig: AnyObject) => JSX.Element | null;
|
|
615
|
-
toolTipTitle: (item: any, type?: any) => (
|
|
615
|
+
toolTipTitle: (item: any, type?: any) => (JSX.Element | null)[] | (() => any);
|
|
616
616
|
triggerExpand: (e: any, isExpand: any) => void;
|
|
617
617
|
getOtherConfigInit: () => any;
|
|
618
618
|
refreshTable: () => void;
|
|
@@ -475,9 +475,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
475
475
|
hide: boolean;
|
|
476
476
|
}>;
|
|
477
477
|
draggable: boolean;
|
|
478
|
+
isHighlightRow: boolean;
|
|
478
479
|
idx: number;
|
|
479
480
|
isHighlight: boolean;
|
|
480
|
-
isHighlightRow: boolean;
|
|
481
481
|
isFieldSet: boolean;
|
|
482
482
|
fieldDescribeMode: "column" | "tooltip";
|
|
483
483
|
}>;
|
|
@@ -496,9 +496,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
496
496
|
hide: boolean;
|
|
497
497
|
}>;
|
|
498
498
|
draggable: boolean;
|
|
499
|
+
isHighlightRow: boolean;
|
|
499
500
|
idx: number;
|
|
500
501
|
isHighlight: boolean;
|
|
501
|
-
isHighlightRow: boolean;
|
|
502
502
|
isFieldSet: boolean;
|
|
503
503
|
fieldDescribeMode: "column" | "tooltip";
|
|
504
504
|
}>;
|
|
@@ -613,9 +613,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
613
613
|
hide: boolean;
|
|
614
614
|
}>;
|
|
615
615
|
draggable: boolean;
|
|
616
|
+
isHighlightRow: boolean;
|
|
616
617
|
idx: number;
|
|
617
618
|
isHighlight: boolean;
|
|
618
|
-
isHighlightRow: boolean;
|
|
619
619
|
isFieldSet: boolean;
|
|
620
620
|
fieldDescribeMode: "column" | "tooltip";
|
|
621
621
|
}>;
|
|
@@ -317,9 +317,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
317
317
|
hide: boolean;
|
|
318
318
|
}>;
|
|
319
319
|
draggable: boolean;
|
|
320
|
+
isHighlightRow: boolean;
|
|
320
321
|
idx: number;
|
|
321
322
|
isHighlight: boolean;
|
|
322
|
-
isHighlightRow: boolean;
|
|
323
323
|
isFieldSet: boolean;
|
|
324
324
|
fieldDescribeMode: "column" | "tooltip";
|
|
325
325
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{defineComponent as e,ref as i,openBlock as t,createBlock as l,unref as
|
|
1
|
+
import{defineComponent as e,ref as i,openBlock as t,createBlock as l,unref as o,withCtx as a,createVNode as r,createTextVNode as n}from"vue";import{pick as s}from"lodash-es";import{NButtonGroup as d,NPopconfirm as m,NButton as u}from"naive-ui";import{EditAbleField as f}from"../constants/index.js";import{useConfigurationField as _}from"../hooks/useConfigurationField.js";import"../../../index.js";import L from"../../../form-render/index.js";var c=e({__name:"FormConfigCreator",emits:{submit:e=>e},setup(e,{emit:c}){const p=_().generateFieldListByKeys([f.NAME,f.LAYOUT_WIDTH_ENUM,f.NOTES,f.DEFAULT_EXPAND,f.FOLD]),h=i(),E=i(),w={defaultExpand:!0,fold:!0,layoutWidthEnum:"ALL_LINE"};async function y(e,i,t){if(!t)return;await t.validate();const l=t.getFormValues();c("submit",{layoutWidthEnum:"ALL_LINE",...l,type:e,key:l.name,...i,__new:!0})}return(e,i)=>(t(),l(o(d),{size:"small"},{default:a((()=>[r(o(m),{width:"200px","show-icon":!1,"show-arrow":!1,to:"body",onPositiveClick:i[0]||(i[0]=e=>y("NEWLINE",{},E.value))},{trigger:a((()=>[r(o(u),null,{default:a((()=>[n("新建分行符")])),_:1})])),default:a((()=>[r(o(L),{column:12,ref_key:"lineBreakFormRef",ref:E,"initial-data":o(s)(w,["layoutWidthEnum"]),size:"small","label-width":"auto","label-placement":"left",fieldList:o(p).slice(0,1)},null,8,["initial-data","fieldList"])])),_:1}),r(o(m),{width:"300px","show-icon":!1,"show-arrow":!1,to:"body",onPositiveClick:i[1]||(i[1]=e=>y("LINE_BAR",{children:[]},h.value))},{trigger:a((()=>[r(o(u),null,{default:a((()=>[n("新建分线栏")])),_:1})])),default:a((()=>[r(o(L),{column:12,ref_key:"linebarFormRef",ref:h,"initial-data":w,size:"small","label-width":"auto","label-placement":"left",fieldList:o(p)},null,8,["fieldList"])])),_:1})])),_:1}))}});export{c as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var e="@cnhis-design-vue/shared",i="3.2.5-beta.
|
|
1
|
+
var e="@cnhis-design-vue/shared",i="3.2.5-beta.53",s="index.ts",n={"naive-ui":"^2.30.0",vue:"^3.2.0"},a={"@vicons/ionicons5":"^0.12.0","lodash-es":"^4.17.21",moment:"^2.29.1","video.js":"^7.19.2","videojs-contrib-hls":"^5.15.0",viewerjs:"^1.10.5","xe-utils":"^3.5.4"},d={name:e,version:"3.2.5-beta.53",private:!0,main:"index.ts",peerDependencies:n,dependencies:a};export{d as default,a as dependencies,s as main,e as name,n as peerDependencies,i as version};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cnhis-design-vue",
|
|
3
|
-
"version": "3.2.5-beta.
|
|
3
|
+
"version": "3.2.5-beta.53",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"module": "./es/components/index.js",
|
|
6
6
|
"main": "./es/components/index.js",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"iOS 7",
|
|
72
72
|
"last 3 iOS versions"
|
|
73
73
|
],
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "bcc5b041739f888fa38ed4c5f9aac9b84b2b34df"
|
|
75
75
|
}
|