next-ui3 1.3.23 → 1.4.0

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.
Files changed (112) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index.full.min.js +131 -16
  3. package/dist/index.full.min.mjs +133 -18
  4. package/dist/locale/zh-cn.min.js +1 -1
  5. package/dist/locale/zh-cn.min.mjs +1 -1
  6. package/dist/utils/index.min.js +2 -2
  7. package/dist/utils/index.min.mjs +2 -2
  8. package/es/components/autocomplete/src/index.vue.d.ts +10 -203
  9. package/es/components/cascader/src/index.vue.d.ts +5 -1111
  10. package/es/components/checkbox/src/index.vue.d.ts +5 -10
  11. package/es/components/checkbox-group/src/BlockCheckboxGroup.vue.d.ts +10 -15
  12. package/es/components/checkbox-group/src/index.vue.d.ts +24 -27
  13. package/es/components/date-picker/src/QuarterPicker.vue.d.ts +1 -1
  14. package/es/components/date-picker/src/SemiAnnualPicker.vue.d.ts +1 -1
  15. package/es/components/date-picker/src/index.vue.d.ts +5 -383
  16. package/es/components/download-button/src/index.vue.d.ts +5 -10
  17. package/es/components/empty/src/index.vue.d.ts +5 -10
  18. package/es/components/file-select/src/index.vue.d.ts +9 -17
  19. package/es/components/file-upload/index.d.ts +3 -0
  20. package/es/components/file-upload/src/FileList.vue.d.ts +2 -0
  21. package/es/components/file-upload/src/index.vue.d.ts +110 -0
  22. package/es/components/file-upload/src/types.d.ts +12 -0
  23. package/es/components/filter/src/index.vue.d.ts +11 -197
  24. package/es/components/flex-text/src/index.vue.d.ts +7 -14
  25. package/es/components/form/src/index.vue.d.ts +13 -197
  26. package/es/components/icon/index.d.ts +2 -0
  27. package/es/components/icon/src/index.vue.d.ts +12 -0
  28. package/es/components/index.d.ts +2 -0
  29. package/es/components/input/src/index.vue.d.ts +5 -415
  30. package/es/components/input-number/src/index.vue.d.ts +9 -418
  31. package/es/components/input-password/src/index.vue.d.ts +5 -415
  32. package/es/components/pagination/src/index.vue.d.ts +5 -8
  33. package/es/components/radio-group/src/CustomRadioGroup.vue.d.ts +10 -15
  34. package/es/components/radio-group/src/index.vue.d.ts +19 -21
  35. package/es/components/remote-cascader/src/index.vue.d.ts +5 -10
  36. package/es/components/remote-select/src/DictSelect.vue.d.ts +5 -149
  37. package/es/components/remote-select/src/EnumSelect.vue.d.ts +5 -149
  38. package/es/components/remote-select/src/index.vue.d.ts +5 -10
  39. package/es/components/remote-tree-select/src/index.vue.d.ts +5 -10
  40. package/es/components/remote-tree-select/src/old.vue.d.ts +5 -53
  41. package/es/components/select/src/index.vue.d.ts +19 -549
  42. package/es/components/table/src/index.vue.d.ts +15 -571
  43. package/es/components/tree-panel/src/index.vue.d.ts +11 -882
  44. package/es/components/tree-select/src/index.vue.d.ts +5 -53
  45. package/es/components/upload/src/ImageUpload.vue.d.ts +8 -15
  46. package/es/components/upload/src/index.vue.d.ts +11 -468
  47. package/es/config/icons.d.ts +1 -0
  48. package/es/config/index.d.ts +1 -0
  49. package/es/hooks/use-toast/index.d.ts +1 -0
  50. package/es/hooks/use-upload-config/index.d.ts +1 -1
  51. package/es/utils/index.d.ts +1 -0
  52. package/es/utils/lock.d.ts +6 -0
  53. package/es/utils/timer.d.ts +1 -1
  54. package/es/version.d.ts +1 -1
  55. package/lib/components/autocomplete/src/index.vue.d.ts +10 -203
  56. package/lib/components/cascader/src/index.vue.d.ts +5 -1111
  57. package/lib/components/checkbox/src/index.vue.d.ts +5 -10
  58. package/lib/components/checkbox-group/src/BlockCheckboxGroup.vue.d.ts +10 -15
  59. package/lib/components/checkbox-group/src/index.vue.d.ts +24 -27
  60. package/lib/components/date-picker/src/QuarterPicker.vue.d.ts +1 -1
  61. package/lib/components/date-picker/src/SemiAnnualPicker.vue.d.ts +1 -1
  62. package/lib/components/date-picker/src/index.vue.d.ts +5 -383
  63. package/lib/components/download-button/src/index.vue.d.ts +5 -10
  64. package/lib/components/empty/src/index.vue.d.ts +5 -10
  65. package/lib/components/file-select/src/index.vue.d.ts +9 -17
  66. package/lib/components/file-upload/index.d.ts +3 -0
  67. package/lib/components/file-upload/src/FileList.vue.d.ts +2 -0
  68. package/lib/components/file-upload/src/index.vue.d.ts +110 -0
  69. package/lib/components/file-upload/src/types.d.ts +12 -0
  70. package/lib/components/filter/src/index.vue.d.ts +11 -197
  71. package/lib/components/flex-text/src/index.vue.d.ts +7 -14
  72. package/lib/components/form/src/index.vue.d.ts +13 -197
  73. package/lib/components/icon/index.d.ts +2 -0
  74. package/lib/components/icon/src/index.vue.d.ts +12 -0
  75. package/lib/components/index.d.ts +2 -0
  76. package/lib/components/input/src/index.vue.d.ts +5 -415
  77. package/lib/components/input-number/src/index.vue.d.ts +9 -418
  78. package/lib/components/input-password/src/index.vue.d.ts +5 -415
  79. package/lib/components/pagination/src/index.vue.d.ts +5 -8
  80. package/lib/components/radio-group/src/CustomRadioGroup.vue.d.ts +10 -15
  81. package/lib/components/radio-group/src/index.vue.d.ts +19 -21
  82. package/lib/components/remote-cascader/src/index.vue.d.ts +5 -10
  83. package/lib/components/remote-select/src/DictSelect.vue.d.ts +5 -149
  84. package/lib/components/remote-select/src/EnumSelect.vue.d.ts +5 -149
  85. package/lib/components/remote-select/src/index.vue.d.ts +5 -10
  86. package/lib/components/remote-tree-select/src/index.vue.d.ts +5 -10
  87. package/lib/components/remote-tree-select/src/old.vue.d.ts +5 -53
  88. package/lib/components/select/src/index.vue.d.ts +19 -549
  89. package/lib/components/table/src/index.vue.d.ts +15 -571
  90. package/lib/components/tree-panel/src/index.vue.d.ts +11 -882
  91. package/lib/components/tree-select/src/index.vue.d.ts +5 -53
  92. package/lib/components/upload/src/ImageUpload.vue.d.ts +8 -15
  93. package/lib/components/upload/src/index.vue.d.ts +11 -468
  94. package/lib/config/icons.d.ts +1 -0
  95. package/lib/config/index.d.ts +1 -0
  96. package/lib/hooks/use-toast/index.d.ts +1 -0
  97. package/lib/hooks/use-upload-config/index.d.ts +1 -1
  98. package/lib/utils/index.d.ts +1 -0
  99. package/lib/utils/lock.d.ts +6 -0
  100. package/lib/utils/timer.d.ts +1 -1
  101. package/lib/version.d.ts +1 -1
  102. package/package.json +1 -1
  103. package/theme-chalk/base.css +1 -1
  104. package/theme-chalk/index.css +1 -1
  105. package/theme-chalk/nt-empty.css +1 -1
  106. package/theme-chalk/nt-file-select.css +1 -1
  107. package/theme-chalk/nt-file-upload.css +1 -0
  108. package/theme-chalk/nt-icon.css +1 -0
  109. package/theme-chalk/src/base.scss +3 -0
  110. package/theme-chalk/src/file-upload.scss +156 -0
  111. package/theme-chalk/src/icon.scss +15 -0
  112. package/theme-chalk/src/index.scss +2 -0
@@ -1,156 +1,12 @@
1
1
  type __VLS_Props = {
2
2
  dictKey: string;
3
3
  };
4
- declare function __VLS_template(): {
5
- attrs: Partial<{}>;
6
- slots: Partial<Record<string, (_: any) => any>>;
7
- refs: {
8
- selectRef: ({
9
- $: import("vue").ComponentInternalInstance;
10
- $data: {};
11
- $props: Partial<{
12
- component: "select" | "radio" | "checkbox";
13
- remote: boolean;
14
- keywordRequired: boolean;
15
- filterKey: string;
16
- watchQueryParams: boolean;
17
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
18
- component: {
19
- type: import("vue").PropType<"select" | "checkbox" | "radio">;
20
- default: string;
21
- };
22
- request: {
23
- type: import("vue").PropType<import("../../_base/types").IRequest>;
24
- };
25
- queryParams: {
26
- type: import("vue").PropType<Record<string, any>>;
27
- };
28
- remote: {
29
- type: import("vue").PropType<boolean>;
30
- default: boolean;
31
- };
32
- loadMethod: {
33
- type: import("vue").PropType<import("../../_base/types").ILoadMethod>;
34
- };
35
- keywordRequired: {
36
- type: import("vue").PropType<boolean>;
37
- default: boolean;
38
- };
39
- filterKey: {
40
- type: import("vue").PropType<string>;
41
- default: string;
42
- };
43
- watchQueryParams: {
44
- type: import("vue").PropType<boolean>;
45
- default: boolean;
46
- };
47
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "component" | "remote" | "keywordRequired" | "filterKey" | "watchQueryParams">;
48
- $attrs: {
49
- [x: string]: unknown;
50
- };
51
- $refs: {
52
- [x: string]: unknown;
53
- };
54
- $slots: import("vue").Slots;
55
- $root: import("vue").ComponentPublicInstance | null;
56
- $parent: import("vue").ComponentPublicInstance | null;
57
- $emit: (event: string, ...args: any[]) => void;
58
- $el: any;
59
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
60
- component: {
61
- type: import("vue").PropType<"select" | "checkbox" | "radio">;
62
- default: string;
63
- };
64
- request: {
65
- type: import("vue").PropType<import("../../_base/types").IRequest>;
66
- };
67
- queryParams: {
68
- type: import("vue").PropType<Record<string, any>>;
69
- };
70
- remote: {
71
- type: import("vue").PropType<boolean>;
72
- default: boolean;
73
- };
74
- loadMethod: {
75
- type: import("vue").PropType<import("../../_base/types").ILoadMethod>;
76
- };
77
- keywordRequired: {
78
- type: import("vue").PropType<boolean>;
79
- default: boolean;
80
- };
81
- filterKey: {
82
- type: import("vue").PropType<string>;
83
- default: string;
84
- };
85
- watchQueryParams: {
86
- type: import("vue").PropType<boolean>;
87
- default: boolean;
88
- };
89
- }>>, any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
90
- component: "select" | "radio" | "checkbox";
91
- remote: boolean;
92
- keywordRequired: boolean;
93
- filterKey: string;
94
- watchQueryParams: boolean;
95
- }> & {
96
- beforeCreate?: (() => void) | (() => void)[];
97
- created?: (() => void) | (() => void)[];
98
- beforeMount?: (() => void) | (() => void)[];
99
- mounted?: (() => void) | (() => void)[];
100
- beforeUpdate?: (() => void) | (() => void)[];
101
- updated?: (() => void) | (() => void)[];
102
- activated?: (() => void) | (() => void)[];
103
- deactivated?: (() => void) | (() => void)[];
104
- beforeDestroy?: (() => void) | (() => void)[];
105
- beforeUnmount?: (() => void) | (() => void)[];
106
- destroyed?: (() => void) | (() => void)[];
107
- unmounted?: (() => void) | (() => void)[];
108
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
109
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
110
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
111
- };
112
- $forceUpdate: () => void;
113
- $nextTick: typeof import("vue").nextTick;
114
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
115
- } & Readonly<import("vue").ExtractPropTypes<{
116
- component: {
117
- type: import("vue").PropType<"select" | "checkbox" | "radio">;
118
- default: string;
119
- };
120
- request: {
121
- type: import("vue").PropType<import("../../_base/types").IRequest>;
122
- };
123
- queryParams: {
124
- type: import("vue").PropType<Record<string, any>>;
125
- };
126
- remote: {
127
- type: import("vue").PropType<boolean>;
128
- default: boolean;
129
- };
130
- loadMethod: {
131
- type: import("vue").PropType<import("../../_base/types").ILoadMethod>;
132
- };
133
- keywordRequired: {
134
- type: import("vue").PropType<boolean>;
135
- default: boolean;
136
- };
137
- filterKey: {
138
- type: import("vue").PropType<string>;
139
- default: string;
140
- };
141
- watchQueryParams: {
142
- type: import("vue").PropType<boolean>;
143
- default: boolean;
144
- };
145
- }>> & import("vue").ShallowUnwrapRef<any> & {} & import("@vue/runtime-core").ComponentCustomProperties & {
146
- $slots: Partial<Record<string, (_: any) => any>>;
147
- }) | null;
148
- };
149
- rootEl: any;
4
+ declare var __VLS_7: string, __VLS_8: any;
5
+ type __VLS_Slots = {} & {
6
+ [K in NonNullable<typeof __VLS_7>]?: (props: typeof __VLS_8) => any;
150
7
  };
151
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
152
8
  declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {}>, any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {}>>>, {}>;
153
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
9
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
154
10
  export default _default;
155
11
  type __VLS_WithDefaults<P, D> = {
156
12
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
@@ -166,7 +22,7 @@ type __VLS_TypePropsToOption<T> = {
166
22
  required: true;
167
23
  };
168
24
  };
169
- type __VLS_WithTemplateSlots<T, S> = T & {
25
+ type __VLS_WithSlots<T, S> = T & {
170
26
  new (): {
171
27
  $slots: S;
172
28
  };
@@ -1,156 +1,12 @@
1
1
  type __VLS_Props = {
2
2
  enumKey: string;
3
3
  };
4
- declare function __VLS_template(): {
5
- attrs: Partial<{}>;
6
- slots: Partial<Record<string, (_: any) => any>>;
7
- refs: {
8
- selectRef: ({
9
- $: import("vue").ComponentInternalInstance;
10
- $data: {};
11
- $props: Partial<{
12
- component: "select" | "radio" | "checkbox";
13
- remote: boolean;
14
- keywordRequired: boolean;
15
- filterKey: string;
16
- watchQueryParams: boolean;
17
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
18
- component: {
19
- type: import("vue").PropType<"select" | "checkbox" | "radio">;
20
- default: string;
21
- };
22
- request: {
23
- type: import("vue").PropType<import("../../_base/types").IRequest>;
24
- };
25
- queryParams: {
26
- type: import("vue").PropType<Record<string, any>>;
27
- };
28
- remote: {
29
- type: import("vue").PropType<boolean>;
30
- default: boolean;
31
- };
32
- loadMethod: {
33
- type: import("vue").PropType<import("../../_base/types").ILoadMethod>;
34
- };
35
- keywordRequired: {
36
- type: import("vue").PropType<boolean>;
37
- default: boolean;
38
- };
39
- filterKey: {
40
- type: import("vue").PropType<string>;
41
- default: string;
42
- };
43
- watchQueryParams: {
44
- type: import("vue").PropType<boolean>;
45
- default: boolean;
46
- };
47
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "component" | "remote" | "keywordRequired" | "filterKey" | "watchQueryParams">;
48
- $attrs: {
49
- [x: string]: unknown;
50
- };
51
- $refs: {
52
- [x: string]: unknown;
53
- };
54
- $slots: import("vue").Slots;
55
- $root: import("vue").ComponentPublicInstance | null;
56
- $parent: import("vue").ComponentPublicInstance | null;
57
- $emit: (event: string, ...args: any[]) => void;
58
- $el: any;
59
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
60
- component: {
61
- type: import("vue").PropType<"select" | "checkbox" | "radio">;
62
- default: string;
63
- };
64
- request: {
65
- type: import("vue").PropType<import("../../_base/types").IRequest>;
66
- };
67
- queryParams: {
68
- type: import("vue").PropType<Record<string, any>>;
69
- };
70
- remote: {
71
- type: import("vue").PropType<boolean>;
72
- default: boolean;
73
- };
74
- loadMethod: {
75
- type: import("vue").PropType<import("../../_base/types").ILoadMethod>;
76
- };
77
- keywordRequired: {
78
- type: import("vue").PropType<boolean>;
79
- default: boolean;
80
- };
81
- filterKey: {
82
- type: import("vue").PropType<string>;
83
- default: string;
84
- };
85
- watchQueryParams: {
86
- type: import("vue").PropType<boolean>;
87
- default: boolean;
88
- };
89
- }>>, any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
90
- component: "select" | "radio" | "checkbox";
91
- remote: boolean;
92
- keywordRequired: boolean;
93
- filterKey: string;
94
- watchQueryParams: boolean;
95
- }> & {
96
- beforeCreate?: (() => void) | (() => void)[];
97
- created?: (() => void) | (() => void)[];
98
- beforeMount?: (() => void) | (() => void)[];
99
- mounted?: (() => void) | (() => void)[];
100
- beforeUpdate?: (() => void) | (() => void)[];
101
- updated?: (() => void) | (() => void)[];
102
- activated?: (() => void) | (() => void)[];
103
- deactivated?: (() => void) | (() => void)[];
104
- beforeDestroy?: (() => void) | (() => void)[];
105
- beforeUnmount?: (() => void) | (() => void)[];
106
- destroyed?: (() => void) | (() => void)[];
107
- unmounted?: (() => void) | (() => void)[];
108
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
109
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
110
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
111
- };
112
- $forceUpdate: () => void;
113
- $nextTick: typeof import("vue").nextTick;
114
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
115
- } & Readonly<import("vue").ExtractPropTypes<{
116
- component: {
117
- type: import("vue").PropType<"select" | "checkbox" | "radio">;
118
- default: string;
119
- };
120
- request: {
121
- type: import("vue").PropType<import("../../_base/types").IRequest>;
122
- };
123
- queryParams: {
124
- type: import("vue").PropType<Record<string, any>>;
125
- };
126
- remote: {
127
- type: import("vue").PropType<boolean>;
128
- default: boolean;
129
- };
130
- loadMethod: {
131
- type: import("vue").PropType<import("../../_base/types").ILoadMethod>;
132
- };
133
- keywordRequired: {
134
- type: import("vue").PropType<boolean>;
135
- default: boolean;
136
- };
137
- filterKey: {
138
- type: import("vue").PropType<string>;
139
- default: string;
140
- };
141
- watchQueryParams: {
142
- type: import("vue").PropType<boolean>;
143
- default: boolean;
144
- };
145
- }>> & import("vue").ShallowUnwrapRef<any> & {} & import("@vue/runtime-core").ComponentCustomProperties & {
146
- $slots: Partial<Record<string, (_: any) => any>>;
147
- }) | null;
148
- };
149
- rootEl: any;
4
+ declare var __VLS_7: string, __VLS_8: any;
5
+ type __VLS_Slots = {} & {
6
+ [K in NonNullable<typeof __VLS_7>]?: (props: typeof __VLS_8) => any;
150
7
  };
151
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
152
8
  declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {}>, any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {}>>>, {}>;
153
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
9
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
154
10
  export default _default;
155
11
  type __VLS_WithDefaults<P, D> = {
156
12
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
@@ -166,7 +22,7 @@ type __VLS_TypePropsToOption<T> = {
166
22
  required: true;
167
23
  };
168
24
  };
169
- type __VLS_WithTemplateSlots<T, S> = T & {
25
+ type __VLS_WithSlots<T, S> = T & {
170
26
  new (): {
171
27
  $slots: S;
172
28
  };
@@ -9,15 +9,10 @@ type __VLS_Props = {
9
9
  watchQueryParams?: boolean;
10
10
  remote?: boolean;
11
11
  };
12
- declare function __VLS_template(): {
13
- attrs: Partial<{}>;
14
- slots: Partial<Record<string, (_: any) => any>>;
15
- refs: {
16
- selectRef: unknown;
17
- };
18
- rootEl: any;
12
+ declare var __VLS_13: string, __VLS_14: any;
13
+ type __VLS_Slots = {} & {
14
+ [K in NonNullable<typeof __VLS_13>]?: (props: typeof __VLS_14) => any;
19
15
  };
20
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
21
16
  declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
22
17
  component: string;
23
18
  keywordRequired: boolean;
@@ -37,7 +32,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
37
32
  filterKey: string;
38
33
  watchQueryParams: boolean;
39
34
  }>;
40
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
35
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
41
36
  export default _default;
42
37
  type __VLS_WithDefaults<P, D> = {
43
38
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
@@ -53,7 +48,7 @@ type __VLS_TypePropsToOption<T> = {
53
48
  required: true;
54
49
  };
55
50
  };
56
- type __VLS_WithTemplateSlots<T, S> = T & {
51
+ type __VLS_WithSlots<T, S> = T & {
57
52
  new (): {
58
53
  $slots: S;
59
54
  };
@@ -6,15 +6,10 @@ type __VLS_Props = {
6
6
  queryParams?: Record<string, any>;
7
7
  watchQueryParams?: boolean;
8
8
  };
9
- declare function __VLS_template(): {
10
- attrs: Partial<{}>;
11
- slots: Partial<Record<string, (_: any) => any>>;
12
- refs: {
13
- treeRef: unknown;
14
- };
15
- rootEl: any;
9
+ declare var __VLS_13: string, __VLS_14: any;
10
+ type __VLS_Slots = {} & {
11
+ [K in NonNullable<typeof __VLS_13>]?: (props: typeof __VLS_14) => any;
16
12
  };
17
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
13
  declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
19
14
  watchQueryParams: boolean;
20
15
  }>, any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -26,7 +21,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
26
21
  }, {
27
22
  watchQueryParams: boolean;
28
23
  }>;
29
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
24
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
30
25
  export default _default;
31
26
  type __VLS_WithDefaults<P, D> = {
32
27
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
@@ -42,7 +37,7 @@ type __VLS_TypePropsToOption<T> = {
42
37
  required: true;
43
38
  };
44
39
  };
45
- type __VLS_WithTemplateSlots<T, S> = T & {
40
+ type __VLS_WithSlots<T, S> = T & {
46
41
  new (): {
47
42
  $slots: S;
48
43
  };
@@ -14,58 +14,10 @@ type __VLS_Props = {
14
14
  defaultExpandedKeys?: string[] | number[];
15
15
  defaultRoot?: boolean;
16
16
  };
17
- declare function __VLS_template(): {
18
- attrs: Partial<{}>;
19
- slots: Partial<Record<string, (_: any) => any>>;
20
- refs: {
21
- treeRef: ({
22
- $: import("vue").ComponentInternalInstance;
23
- $data: {};
24
- $props: Partial<{} | {
25
- [x: string]: any;
26
- }> & Omit<Readonly<any> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
27
- $attrs: {
28
- [x: string]: unknown;
29
- };
30
- $refs: {
31
- [x: string]: unknown;
32
- };
33
- $slots: import("vue").Slots;
34
- $root: import("vue").ComponentPublicInstance | null;
35
- $parent: import("vue").ComponentPublicInstance | null;
36
- $emit: (event: string, ...args: any[]) => void;
37
- $el: any;
38
- $options: import("vue").ComponentOptionsBase<Readonly<any>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
39
- [key: string]: any;
40
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {} | {
41
- [x: string]: any;
42
- }> & {
43
- beforeCreate?: (() => void) | (() => void)[];
44
- created?: (() => void) | (() => void)[];
45
- beforeMount?: (() => void) | (() => void)[];
46
- mounted?: (() => void) | (() => void)[];
47
- beforeUpdate?: (() => void) | (() => void)[];
48
- updated?: (() => void) | (() => void)[];
49
- activated?: (() => void) | (() => void)[];
50
- deactivated?: (() => void) | (() => void)[];
51
- beforeDestroy?: (() => void) | (() => void)[];
52
- beforeUnmount?: (() => void) | (() => void)[];
53
- destroyed?: (() => void) | (() => void)[];
54
- unmounted?: (() => void) | (() => void)[];
55
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
56
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
57
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
58
- };
59
- $forceUpdate: () => void;
60
- $nextTick: typeof import("vue").nextTick;
61
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
62
- } & Readonly<any> & import("vue").ShallowUnwrapRef<() => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
63
- [key: string]: any;
64
- }>> & {} & import("@vue/runtime-core").ComponentCustomProperties) | null;
65
- };
66
- rootEl: any;
17
+ declare var __VLS_20: string, __VLS_21: any;
18
+ type __VLS_Slots = {} & {
19
+ [K in NonNullable<typeof __VLS_20>]?: (props: typeof __VLS_21) => any;
67
20
  };
68
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
69
21
  declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
70
22
  watchQueryParams: boolean;
71
23
  loadingText: string;
@@ -97,7 +49,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
97
49
  watchQueryParams: boolean;
98
50
  defaultRoot: boolean;
99
51
  }>;
100
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
52
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
101
53
  export default _default;
102
54
  type __VLS_WithDefaults<P, D> = {
103
55
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
@@ -113,7 +65,7 @@ type __VLS_TypePropsToOption<T> = {
113
65
  required: true;
114
66
  };
115
67
  };
116
- type __VLS_WithTemplateSlots<T, S> = T & {
68
+ type __VLS_WithSlots<T, S> = T & {
117
69
  new (): {
118
70
  $slots: S;
119
71
  };