g-ui-web 1.2.33 → 1.2.34
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.js +7236 -7248
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +35 -35
- package/lib/multiple-dimension-table/src/index.vue.d.ts +0 -9
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/package.json +1 -1
|
@@ -34,10 +34,6 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
34
34
|
type: ArrayConstructor;
|
|
35
35
|
default: never[];
|
|
36
36
|
};
|
|
37
|
-
sortableFields: {
|
|
38
|
-
type: ArrayConstructor;
|
|
39
|
-
default: never[];
|
|
40
|
-
};
|
|
41
37
|
height: {
|
|
42
38
|
type: StringConstructor;
|
|
43
39
|
default: string;
|
|
@@ -84,10 +80,6 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
84
80
|
type: ArrayConstructor;
|
|
85
81
|
default: never[];
|
|
86
82
|
};
|
|
87
|
-
sortableFields: {
|
|
88
|
-
type: ArrayConstructor;
|
|
89
|
-
default: never[];
|
|
90
|
-
};
|
|
91
83
|
height: {
|
|
92
84
|
type: StringConstructor;
|
|
93
85
|
default: string;
|
|
@@ -122,7 +114,6 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
122
114
|
showOverflowTooltip: boolean;
|
|
123
115
|
mergeFields: unknown[];
|
|
124
116
|
tableColumns: unknown[];
|
|
125
|
-
sortableFields: unknown[];
|
|
126
117
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
127
118
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
128
119
|
export default _default;
|