g-ui-web 1.2.32 → 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 +7238 -7250
- 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 +6 -15
- 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;
|
|
@@ -46,7 +42,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
46
42
|
type: StringConstructor;
|
|
47
43
|
default: string;
|
|
48
44
|
};
|
|
49
|
-
|
|
45
|
+
showOverflowTooltip: {
|
|
50
46
|
type: BooleanConstructor;
|
|
51
47
|
default: boolean;
|
|
52
48
|
};
|
|
@@ -54,7 +50,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
54
50
|
type: BooleanConstructor;
|
|
55
51
|
default: boolean;
|
|
56
52
|
};
|
|
57
|
-
|
|
53
|
+
showSummary: {
|
|
58
54
|
type: BooleanConstructor;
|
|
59
55
|
default: boolean;
|
|
60
56
|
};
|
|
@@ -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;
|
|
@@ -96,7 +88,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
96
88
|
type: StringConstructor;
|
|
97
89
|
default: string;
|
|
98
90
|
};
|
|
99
|
-
|
|
91
|
+
showOverflowTooltip: {
|
|
100
92
|
type: BooleanConstructor;
|
|
101
93
|
default: boolean;
|
|
102
94
|
};
|
|
@@ -104,7 +96,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
104
96
|
type: BooleanConstructor;
|
|
105
97
|
default: boolean;
|
|
106
98
|
};
|
|
107
|
-
|
|
99
|
+
showSummary: {
|
|
108
100
|
type: BooleanConstructor;
|
|
109
101
|
default: boolean;
|
|
110
102
|
};
|
|
@@ -117,12 +109,11 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
117
109
|
height: string;
|
|
118
110
|
maxHeight: string;
|
|
119
111
|
fit: boolean;
|
|
112
|
+
showSummary: boolean;
|
|
120
113
|
rowClassName: unknown[];
|
|
114
|
+
showOverflowTooltip: boolean;
|
|
121
115
|
mergeFields: unknown[];
|
|
122
116
|
tableColumns: unknown[];
|
|
123
|
-
sortableFields: unknown[];
|
|
124
|
-
'show-overflow-tooltip': boolean;
|
|
125
|
-
'show-summary': boolean;
|
|
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;
|