@mobileaction/action-kit 1.1.25 → 1.1.26

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.
@@ -19,7 +19,7 @@ export interface MaUploadProps {
19
19
  description?: string;
20
20
  wait?: boolean;
21
21
  }
22
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaUploadProps>, {
22
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaUploadProps>, {
23
23
  type: string;
24
24
  headers: () => {};
25
25
  multiple: boolean;
@@ -54,6 +54,10 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
54
54
  headers: Record<string, string>;
55
55
  ordered: boolean;
56
56
  showFileList: boolean;
57
+ }>, {
58
+ 'small-box-title': (_: {}) => any;
59
+ 'box-title': (_: {}) => any;
60
+ 'box-description': (_: {}) => any;
57
61
  }>;
58
62
  export default _default;
59
63
  declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -70,3 +74,8 @@ declare type __VLS_WithDefaults<P, D> = {
70
74
  default: D[K];
71
75
  } : P[K];
72
76
  };
77
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
78
+ new (): {
79
+ $slots: S;
80
+ };
81
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mobileaction/action-kit",
3
- "version": "1.1.25",
3
+ "version": "1.1.26",
4
4
  "main": "dist/action-kit.js",
5
5
  "module": "dist/action-kit.mjs",
6
6
  "types": "dist/index.d.ts",