@das-fed/ui 6.4.0-dev.41 → 6.4.0-dev.43
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/i18n-collection/en.js +536 -0
- package/i18n-collection/zh-CN.js +537 -0
- package/package.json +6 -5
- package/packages/business-components/echarts/index.js +1648 -1639
- package/packages/business-components/echarts/index.js.gz +0 -0
- package/packages/business-components/echarts/style.css +1 -1
- package/packages/business-components/process-form/index.js +1065 -1057
- package/packages/business-components/process-form/index.js.gz +0 -0
- package/packages/business-components/process-form/src/hooks/useSelector.d.ts +2 -1
- package/packages/business-components/process-form/style.css +1 -1
- package/packages/business-components/process-table/index.d.ts +11 -2
- package/packages/business-components/process-table/index.js +147 -146
- package/packages/business-components/process-table/index.js.gz +0 -0
- package/packages/business-components/process-table/src/App.vue.d.ts +9 -24
- package/packages/business-components/process-table/src/type.d.ts +2 -0
- package/packages/business-components/process-table/style.css +1 -1
|
Binary file
|
|
@@ -194,9 +194,7 @@ declare function __VLS_template(): {
|
|
|
194
194
|
showOverflowTooltip: import("vue").PropType<boolean | Partial<Pick<import("element-plus").ElTooltipProps, "offset" | "effect" | "placement" | "popperClass" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "showArrow">> | undefined>;
|
|
195
195
|
}>> & {
|
|
196
196
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
197
|
-
"onExpand-change"?: ((
|
|
198
|
-
/**__VLS_emit,__VLS_3,tableSetting*/
|
|
199
|
-
...args: any[]) => any) | undefined;
|
|
197
|
+
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
200
198
|
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
201
199
|
"onSelect-all"?: ((...args: any[]) => any) | undefined;
|
|
202
200
|
"onSelection-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -423,9 +421,7 @@ declare function __VLS_template(): {
|
|
|
423
421
|
showOverflowTooltip: import("vue").PropType<boolean | Partial<Pick<import("element-plus").ElTooltipProps, "offset" | "effect" | "placement" | "popperClass" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "showArrow">> | undefined>;
|
|
424
422
|
}>> & {
|
|
425
423
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
426
|
-
"onExpand-change"?: ((
|
|
427
|
-
/**__VLS_emit,__VLS_3,tableSetting*/
|
|
428
|
-
...args: any[]) => any) | undefined;
|
|
424
|
+
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
429
425
|
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
430
426
|
"onSelect-all"?: ((...args: any[]) => any) | undefined;
|
|
431
427
|
"onSelection-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -645,9 +641,7 @@ declare function __VLS_template(): {
|
|
|
645
641
|
showOverflowTooltip: import("vue").PropType<boolean | Partial<Pick<import("element-plus").ElTooltipProps, "offset" | "effect" | "placement" | "popperClass" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "showArrow">> | undefined>;
|
|
646
642
|
}>> & {
|
|
647
643
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
648
|
-
"onExpand-change"?: ((
|
|
649
|
-
/**__VLS_emit,__VLS_3,tableSetting*/
|
|
650
|
-
...args: any[]) => any) | undefined;
|
|
644
|
+
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
651
645
|
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
652
646
|
"onSelect-all"?: ((...args: any[]) => any) | undefined;
|
|
653
647
|
"onSelection-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -874,9 +868,7 @@ declare function __VLS_template(): {
|
|
|
874
868
|
showOverflowTooltip: import("vue").PropType<boolean | Partial<Pick<import("element-plus").ElTooltipProps, "offset" | "effect" | "placement" | "popperClass" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "showArrow">> | undefined>;
|
|
875
869
|
}>> & {
|
|
876
870
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
877
|
-
"onExpand-change"?: ((
|
|
878
|
-
/**__VLS_emit,__VLS_3,tableSetting*/
|
|
879
|
-
...args: any[]) => any) | undefined;
|
|
871
|
+
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
880
872
|
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
881
873
|
"onSelect-all"?: ((...args: any[]) => any) | undefined;
|
|
882
874
|
"onSelection-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1162,9 +1154,7 @@ declare function __VLS_template(): {
|
|
|
1162
1154
|
showOverflowTooltip: import("vue").PropType<boolean | Partial<Pick<import("element-plus").ElTooltipProps, "offset" | "effect" | "placement" | "popperClass" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "showArrow">> | undefined>;
|
|
1163
1155
|
}>> & {
|
|
1164
1156
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
1165
|
-
"onExpand-change"?: ((
|
|
1166
|
-
/**__VLS_emit,__VLS_3,tableSetting*/
|
|
1167
|
-
...args: any[]) => any) | undefined;
|
|
1157
|
+
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
1168
1158
|
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
1169
1159
|
"onSelect-all"?: ((...args: any[]) => any) | undefined;
|
|
1170
1160
|
"onSelection-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1391,9 +1381,7 @@ declare function __VLS_template(): {
|
|
|
1391
1381
|
showOverflowTooltip: import("vue").PropType<boolean | Partial<Pick<import("element-plus").ElTooltipProps, "offset" | "effect" | "placement" | "popperClass" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "showArrow">> | undefined>;
|
|
1392
1382
|
}>> & {
|
|
1393
1383
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
1394
|
-
"onExpand-change"?: ((
|
|
1395
|
-
/**__VLS_emit,__VLS_3,tableSetting*/
|
|
1396
|
-
...args: any[]) => any) | undefined;
|
|
1384
|
+
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
1397
1385
|
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
1398
1386
|
"onSelect-all"?: ((...args: any[]) => any) | undefined;
|
|
1399
1387
|
"onSelection-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1613,9 +1601,7 @@ declare function __VLS_template(): {
|
|
|
1613
1601
|
showOverflowTooltip: import("vue").PropType<boolean | Partial<Pick<import("element-plus").ElTooltipProps, "offset" | "effect" | "placement" | "popperClass" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "showArrow">> | undefined>;
|
|
1614
1602
|
}>> & {
|
|
1615
1603
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
1616
|
-
"onExpand-change"?: ((
|
|
1617
|
-
/**__VLS_emit,__VLS_3,tableSetting*/
|
|
1618
|
-
...args: any[]) => any) | undefined;
|
|
1604
|
+
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
1619
1605
|
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
1620
1606
|
"onSelect-all"?: ((...args: any[]) => any) | undefined;
|
|
1621
1607
|
"onSelection-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1842,9 +1828,7 @@ declare function __VLS_template(): {
|
|
|
1842
1828
|
showOverflowTooltip: import("vue").PropType<boolean | Partial<Pick<import("element-plus").ElTooltipProps, "offset" | "effect" | "placement" | "popperClass" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "showArrow">> | undefined>;
|
|
1843
1829
|
}>> & {
|
|
1844
1830
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
1845
|
-
"onExpand-change"?: ((
|
|
1846
|
-
/**__VLS_emit,__VLS_3,tableSetting*/
|
|
1847
|
-
...args: any[]) => any) | undefined;
|
|
1831
|
+
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
1848
1832
|
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
1849
1833
|
"onSelect-all"?: ((...args: any[]) => any) | undefined;
|
|
1850
1834
|
"onSelection-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -2002,6 +1986,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
2002
1986
|
onGetSearchQuery?: ((val: any) => any) | undefined;
|
|
2003
1987
|
onChangeSlotShow?: ((val: import("./type").ITableShowColumn[]) => any) | undefined;
|
|
2004
1988
|
}>, {
|
|
1989
|
+
showOperationColumn: boolean;
|
|
2005
1990
|
flowKey: string;
|
|
2006
1991
|
needDisplayFileds: boolean;
|
|
2007
1992
|
clientType: "pc" | "mobile";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.das-process-table[data-v-
|
|
1
|
+
.das-process-table[data-v-3a6b66b2]{width:100%;height:100%}.das-process-table .setting-top[data-v-3a6b66b2]{border-bottom:1px solid #e5e5e5}.das-process-table .setting-top .setting-top-content[data-v-3a6b66b2]{width:88px;height:32px;line-height:32px;text-align:center;background:#fff;font-size:12px;color:#5582f3;letter-spacing:0;font-weight:400;border-bottom:2px solid #5582f3}.das-process-table .operate[data-v-3a6b66b2]{display:flex;justify-content:flex-end;align-items:center;height:40px}.das-process-table .operate .text-btn[data-v-3a6b66b2]{font-size:14px;color:#5582f3;letter-spacing:0;line-height:21px;font-weight:400;cursor:pointer}.das-process-table[data-v-3a6b66b2] .das-ui-switch{display:block}.no-header-column[data-v-3a6b66b2] .el-table td.el-table__cell,.no-header-column[data-v-3a6b66b2] .el-table th.el-table__cell.is-leaf{border-bottom:none}
|