@baosight/erm 1.1.7 → 1.1.8
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/lib/ermGrid/ermGrid.vue.d.ts +7 -8
- package/lib/index.css +1 -1
- package/lib/index.esm.css +98 -98
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
1
|
+
import "vant/lib/index.css";
|
|
2
|
+
import "vant/lib/checkbox";
|
|
3
|
+
import "vant/lib/checkbox-group";
|
|
4
|
+
import "ag-grid-community/styles/ag-grid.css";
|
|
5
|
+
import "ag-grid-community/styles/ag-theme-quartz.css";
|
|
6
|
+
import "ag-grid-community/styles/ag-theme-alpine.css";
|
|
7
7
|
declare const _default: import("vue").DefineComponent<{
|
|
8
8
|
/**
|
|
9
9
|
* 传入表数据
|
|
@@ -90,7 +90,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
90
90
|
};
|
|
91
91
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
92
92
|
[key: string]: any;
|
|
93
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("gridReady" | "gridDataReady" | "selectionChanged"
|
|
93
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("gridReady" | "gridDataReady" | "selectionChanged")[], "gridReady" | "gridDataReady" | "selectionChanged", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
94
94
|
/**
|
|
95
95
|
* 传入表数据
|
|
96
96
|
* @type {Array}
|
|
@@ -178,7 +178,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
178
178
|
onGridReady?: (...args: any[]) => any;
|
|
179
179
|
onGridDataReady?: (...args: any[]) => any;
|
|
180
180
|
onSelectionChanged?: (...args: any[]) => any;
|
|
181
|
-
onItemConfigChange?: (...args: any[]) => any;
|
|
182
181
|
}, {
|
|
183
182
|
maxHeight: string;
|
|
184
183
|
partName: string;
|