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
|
@@ -131,6 +131,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
131
131
|
onSortChange?: ((...args: any[]) => any) | undefined;
|
|
132
132
|
onEditRow?: ((...args: any[]) => any) | undefined;
|
|
133
133
|
}>, {
|
|
134
|
+
tableColumns: unknown[];
|
|
134
135
|
description: string;
|
|
135
136
|
dbOptions: Record<string, any>;
|
|
136
137
|
height: string | number;
|
|
@@ -140,7 +141,6 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
140
141
|
rowClassName: unknown[];
|
|
141
142
|
showOverflowTooltip: boolean;
|
|
142
143
|
mergeFields: unknown[];
|
|
143
|
-
tableColumns: unknown[];
|
|
144
144
|
showDraggable: boolean;
|
|
145
145
|
minColumnWidth: number;
|
|
146
146
|
actionBtns: unknown[];
|