el-plus-crud 0.0.30 → 0.0.32

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/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.0.32](https://github.com/KDJack/el-plus-crud/compare/v0.0.31...v0.0.32) (2023-08-03)
6
+
7
+ ### [0.0.31](https://github.com/KDJack/el-plus-crud/compare/v0.0.30...v0.0.31) (2023-08-02)
8
+
5
9
  ### [0.0.30](https://github.com/KDJack/el-plus-crud/compare/v0.0.29...v0.0.30) (2023-08-02)
6
10
 
7
11
  ### [0.0.29](https://github.com/KDJack/el-plus-crud/compare/v0.0.28...v0.0.29) (2023-08-01)
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
2
  modelValue: {
3
3
  type: import("vue").PropType<{} | {
4
4
  [key: string]: any;
@@ -35,5 +35,10 @@ declare const _default: import("vue").DefineComponent<{
35
35
  "onRequest-success"?: ((...args: any[]) => any) | undefined;
36
36
  "onRequest-error"?: ((...args: any[]) => any) | undefined;
37
37
  "onRequest-end"?: ((...args: any[]) => any) | undefined;
38
- }, {}, {}>;
38
+ }, {}, {}>, Partial<Record<string, (_: {}) => any>>>;
39
39
  export default _default;
40
+ type __VLS_WithTemplateSlots<T, S> = T & {
41
+ new (): {
42
+ $slots: S;
43
+ };
44
+ };
@@ -146,6 +146,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
146
146
  tableData: any[];
147
147
  }): any;
148
148
  firstColumn?(_: {}): any;
149
+ default?(_: {}): any;
149
150
  bottom?(_: {}): any;
150
151
  }>;
151
152
  export default _default;