tutor-pro-ui-vue 1.3.16-beta → 1.3.20-beta

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.
@@ -8,7 +8,7 @@ type __VLS_PublicProps = {
8
8
  modelValue?: any;
9
9
  } & typeof __VLS_typeProps;
10
10
  declare function __VLS_template(): {
11
- slots: Partial<Record<number, (_: any) => any>> & {
11
+ slots: Partial<Record<NonNullable<string | number>, (_: any) => any>> & {
12
12
  extraFooter?(_: {
13
13
  item: any;
14
14
  }): any;
@@ -2,7 +2,7 @@ type __VLS_PublicProps = {
2
2
  modelValue?: any;
3
3
  };
4
4
  declare function __VLS_template(): {
5
- slots: Partial<Record<number, (_: any) => any>> & {
5
+ slots: Partial<Record<NonNullable<string | number>, (_: any) => any>> & {
6
6
  extraFooter?(_: {
7
7
  item: unknown;
8
8
  }): any;
@@ -7,7 +7,7 @@ type __VLS_PublicProps = {
7
7
  modelValue?: any;
8
8
  } & typeof __VLS_typeProps;
9
9
  declare function __VLS_template(): {
10
- slots: Partial<Record<number, (_: any) => any>> & {
10
+ slots: Partial<Record<NonNullable<string | number>, (_: any) => any>> & {
11
11
  extraFooter?(_: {
12
12
  item: any;
13
13
  }): any;
@@ -72,7 +72,7 @@ export declare const useSelectFilter: (options?: Ref<{
72
72
  * 获取额外的slots
73
73
  */
74
74
  export declare const useCustomSlots: () => {
75
- innerSlots: ComputedRef<import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
76
- [key: string]: any;
77
- }>[] | undefined>;
75
+ innerSlots: Readonly<{
76
+ [name: string]: import('vue').Slot<any> | undefined;
77
+ }>;
78
78
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tutor-pro-ui-vue",
3
3
  "private": false,
4
- "version": "1.3.16-beta",
4
+ "version": "1.3.20-beta",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -24,13 +24,12 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@element-plus/icons-vue": "^2.3.1",
27
- "@rollup/rollup-darwin-arm64": "^4.46.2",
28
27
  "@types/node": "^22.10.1",
29
28
  "@vitejs/plugin-vue-jsx": "^4.1.1",
30
29
  "@vueuse/core": "^12.2.0",
31
30
  "axios": "^1.7.9",
32
31
  "commitizen": "^4.3.1",
33
- "element-plus": "^2.10.4",
32
+ "element-plus": "^2.10.5",
34
33
  "husky": "^9.1.7",
35
34
  "lodash": "^4.17.21",
36
35
  "lunar-javascript": "^1.7.1",