@partex/one-core 2.0.12 → 2.0.13
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/components/table/index.vue.d.ts +5 -2
- package/lib/one-core.cjs +3 -3
- package/lib/one-core.js +2036 -2022
- package/lib/one-core.umd.cjs +3 -3
- package/lib/style.css +1 -1
- package/package.json +1 -1
|
@@ -136,7 +136,7 @@ declare const _default: DefineComponent<{
|
|
|
136
136
|
showChange: (element: any) => void;
|
|
137
137
|
submit: (value: TableQuery) => void;
|
|
138
138
|
exportData: () => void;
|
|
139
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin,
|
|
139
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("on-update:value" | "update:loading")[], "on-update:value" | "update:loading", PublicProps, Readonly<ExtractPropTypes<{
|
|
140
140
|
columns: {
|
|
141
141
|
required: true;
|
|
142
142
|
type: PropType<IOcDataTableColumns>;
|
|
@@ -212,7 +212,10 @@ declare const _default: DefineComponent<{
|
|
|
212
212
|
}>;
|
|
213
213
|
default: undefined;
|
|
214
214
|
};
|
|
215
|
-
}
|
|
215
|
+
}>> & {
|
|
216
|
+
"onOn-update:value"?: ((...args: any[]) => any) | undefined;
|
|
217
|
+
"onUpdate:loading"?: ((...args: any[]) => any) | undefined;
|
|
218
|
+
}, {
|
|
216
219
|
actions: IActionButton[];
|
|
217
220
|
pagination: boolean;
|
|
218
221
|
minHeight: string | number;
|