g-ui-web 1.3.45 → 1.3.47
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/g-ui-web.cjs +46 -46
- package/lib/g-ui-web.iife.js +46 -46
- package/lib/g-ui-web.iife.js.gz +0 -0
- package/lib/g-ui-web.js +20034 -19970
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +46 -46
- package/lib/multiple-dimension-table/src/index.vue.d.ts +1 -1
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/lib/utils/index.d.ts +3 -1
- package/package.json +1 -1
package/lib/style.css.gz
CHANGED
|
Binary file
|
package/lib/utils/index.d.ts
CHANGED
|
@@ -51,5 +51,7 @@ export declare const setAjaxConfig: (config?: configProps) => void;
|
|
|
51
51
|
export declare const getAjaxConfig: (key?: string) => any;
|
|
52
52
|
export declare const typeofXAxis: (item: any) => "function" | "string" | "number" | "object" | "boolean" | "undefined" | "bigint" | "symbol" | "null";
|
|
53
53
|
export declare const typeIsEmpty: (item: any) => boolean;
|
|
54
|
-
export
|
|
54
|
+
export default class ExportTable {
|
|
55
|
+
constructor(exportConfig: any, searchParam: any[], token: string);
|
|
56
|
+
}
|
|
55
57
|
export {};
|