g-ui-web 1.3.13 → 1.3.15
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/calendar/index.d.ts +0 -15
- package/lib/calendar/src/index.vue.d.ts +0 -9
- package/lib/g-ui-web.js +25264 -25521
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +64 -64
- package/lib/multiple-dimension-table/src/index.vue.d.ts +0 -12
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/package.json +1 -1
- package/lib/datafill/index.d.ts +0 -2
|
@@ -7,7 +7,6 @@ declare function __VLS_template(): {
|
|
|
7
7
|
}) => any>>;
|
|
8
8
|
refs: {
|
|
9
9
|
multipletable: HTMLDivElement;
|
|
10
|
-
tableContainer: HTMLDivElement;
|
|
11
10
|
tableHeaderWrapper: HTMLDivElement;
|
|
12
11
|
tableBodyWrapper: HTMLDivElement;
|
|
13
12
|
};
|
|
@@ -63,16 +62,11 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
63
62
|
type: NumberConstructor;
|
|
64
63
|
default: number;
|
|
65
64
|
};
|
|
66
|
-
actionBtns: {
|
|
67
|
-
type: ArrayConstructor;
|
|
68
|
-
default: never[];
|
|
69
|
-
};
|
|
70
65
|
}>, {
|
|
71
66
|
multipletable: globalThis.Ref<any, any>;
|
|
72
67
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
73
68
|
cellClick: (...args: any[]) => void;
|
|
74
69
|
sortChange: (...args: any[]) => void;
|
|
75
|
-
editRow: (...args: any[]) => void;
|
|
76
70
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
77
71
|
description: {
|
|
78
72
|
type: StringConstructor;
|
|
@@ -122,14 +116,9 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
122
116
|
type: NumberConstructor;
|
|
123
117
|
default: number;
|
|
124
118
|
};
|
|
125
|
-
actionBtns: {
|
|
126
|
-
type: ArrayConstructor;
|
|
127
|
-
default: never[];
|
|
128
|
-
};
|
|
129
119
|
}>> & Readonly<{
|
|
130
120
|
onCellClick?: ((...args: any[]) => any) | undefined;
|
|
131
121
|
onSortChange?: ((...args: any[]) => any) | undefined;
|
|
132
|
-
onEditRow?: ((...args: any[]) => any) | undefined;
|
|
133
122
|
}>, {
|
|
134
123
|
description: string;
|
|
135
124
|
dbOptions: Record<string, any>;
|
|
@@ -143,7 +132,6 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
143
132
|
tableColumns: unknown[];
|
|
144
133
|
showDraggable: boolean;
|
|
145
134
|
minColumnWidth: number;
|
|
146
|
-
actionBtns: unknown[];
|
|
147
135
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
148
136
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
149
137
|
export default _default;
|