cnhis-design-vue 3.1.34 → 3.1.35-beta.2
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 +5 -0
- package/es/components/big-table/src/BigTable.vue.d.ts +8 -9
- package/es/components/big-table/src/BigTable.vue2.js +565 -12
- package/es/components/big-table/style/index.css +1 -1
- package/es/components/fabric-chart/src/hooks/useCenter.js +3 -3
- package/es/components/fabric-chart/src/hooks/useLeft.js +3 -3
- package/es/components/fabric-chart/src/hooks/useTemperatureChart.js +2 -1
- package/es/components/fabric-chart/src/utils/utils.d.ts +2 -0
- package/es/components/fabric-chart/src/utils/utils.js +7 -1
- package/es/components/form-render/src/components/renderer/formItem.d.ts +2 -0
- package/es/components/form-render/src/components/renderer/formItem.js +20 -4
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +12 -2
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.js +7 -14
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +12 -2
- package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +13 -0
- package/es/components/form-render/src/components/tooltipMessage.vue.js +37 -0
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -0
- package/es/components/form-render/style/index.css +1 -1
- package/es/components/iho-table/src/IhoTable.vue.js +3 -3
- package/es/components/index.css +1 -1
- package/package.json +2 -2
|
@@ -882,6 +882,11 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
882
882
|
}>;
|
|
883
883
|
NIcon: any;
|
|
884
884
|
CGrid: SFCWithInstall<import("vue").DefineComponent<{}, any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
885
|
+
checkMethod: ({ row }: {
|
|
886
|
+
row: any;
|
|
887
|
+
}) => boolean;
|
|
888
|
+
visibleMethod: ({ row }: any) => boolean;
|
|
889
|
+
getRowStyle: ({ row }: any) => string | null;
|
|
885
890
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
886
891
|
data: {
|
|
887
892
|
type: ArrayConstructor;
|
|
@@ -199,9 +199,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
199
199
|
resetBatchEditRowStatus: FunctionConstructor;
|
|
200
200
|
anchor: {
|
|
201
201
|
type: import("vue").PropType<import("../../../shared/types").AnyObject[]>;
|
|
202
|
-
default: () => never[];
|
|
203
|
-
* computed
|
|
204
|
-
*/
|
|
202
|
+
default: () => never[];
|
|
205
203
|
};
|
|
206
204
|
}, {
|
|
207
205
|
_hideAllWrap: null;
|
|
@@ -560,9 +558,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
560
558
|
resetBatchEditRowStatus: FunctionConstructor;
|
|
561
559
|
anchor: {
|
|
562
560
|
type: import("vue").PropType<import("../../../shared/types").AnyObject[]>;
|
|
563
|
-
default: () => never[];
|
|
564
|
-
* computed
|
|
565
|
-
*/
|
|
561
|
+
default: () => never[];
|
|
566
562
|
};
|
|
567
563
|
}>> & {
|
|
568
564
|
[x: `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
@@ -885,6 +881,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
885
881
|
}>;
|
|
886
882
|
NIcon: any;
|
|
887
883
|
CGrid: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
884
|
+
checkMethod: ({ row }: {
|
|
885
|
+
row: any;
|
|
886
|
+
}) => boolean;
|
|
887
|
+
visibleMethod: ({ row }: any) => boolean;
|
|
888
|
+
getRowStyle: ({ row }: any) => string | null;
|
|
888
889
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
889
890
|
data: {
|
|
890
891
|
type: ArrayConstructor;
|
|
@@ -1086,9 +1087,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1086
1087
|
resetBatchEditRowStatus: FunctionConstructor;
|
|
1087
1088
|
anchor: {
|
|
1088
1089
|
type: import("vue").PropType<import("../../../shared/types").AnyObject[]>;
|
|
1089
|
-
default: () => never[];
|
|
1090
|
-
* computed
|
|
1091
|
-
*/
|
|
1090
|
+
default: () => never[];
|
|
1092
1091
|
};
|
|
1093
1092
|
}>> & {
|
|
1094
1093
|
[x: `on${string}`]: ((...args: any[]) => any) | undefined;
|