@minilo/ui 0.0.1

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 (165) hide show
  1. package/README.md +44 -0
  2. package/minilo/dist/index.css +1 -0
  3. package/minilo/dist/index.full.js +7054 -0
  4. package/minilo/dist/index.full.min.js +2 -0
  5. package/minilo/dist/index.full.min.js.map +1 -0
  6. package/minilo/dist/index.full.min.mjs +2 -0
  7. package/minilo/dist/index.full.min.mjs.map +1 -0
  8. package/minilo/dist/index.full.mjs +7041 -0
  9. package/minilo/es/components/button/index.d.ts +47 -0
  10. package/minilo/es/components/button/index.mjs +6 -0
  11. package/minilo/es/components/button/index.vue.d.ts +29 -0
  12. package/minilo/es/components/button/index.vue.mjs +5 -0
  13. package/minilo/es/components/button/index.vue2.mjs +67 -0
  14. package/minilo/es/components/button/type.d.ts +10 -0
  15. package/minilo/es/components/button/type.mjs +1 -0
  16. package/minilo/es/components/chart/index.d.ts +49 -0
  17. package/minilo/es/components/chart/index.mjs +6 -0
  18. package/minilo/es/components/chart/index.vue.d.ts +33 -0
  19. package/minilo/es/components/chart/index.vue.mjs +5 -0
  20. package/minilo/es/components/chart/index.vue2.mjs +124 -0
  21. package/minilo/es/components/chart/type.d.ts +7 -0
  22. package/minilo/es/components/chart/type.mjs +1 -0
  23. package/minilo/es/components/detail/index.d.ts +37 -0
  24. package/minilo/es/components/detail/index.mjs +6 -0
  25. package/minilo/es/components/detail/index.vue.d.ts +23 -0
  26. package/minilo/es/components/detail/index.vue.mjs +5 -0
  27. package/minilo/es/components/detail/index.vue2.mjs +194 -0
  28. package/minilo/es/components/detail/renderLabel.vue.d.ts +8 -0
  29. package/minilo/es/components/detail/renderLabel.vue.mjs +5 -0
  30. package/minilo/es/components/detail/renderLabel.vue2.mjs +23 -0
  31. package/minilo/es/components/detail/renderTooltip.vue.d.ts +8 -0
  32. package/minilo/es/components/detail/renderTooltip.vue.mjs +5 -0
  33. package/minilo/es/components/detail/renderTooltip.vue2.mjs +23 -0
  34. package/minilo/es/components/detail/type.d.ts +27 -0
  35. package/minilo/es/components/detail/type.mjs +1 -0
  36. package/minilo/es/components/index.d.ts +7 -0
  37. package/minilo/es/components/index.mjs +7 -0
  38. package/minilo/es/components/number-range-input/index.d.ts +41 -0
  39. package/minilo/es/components/number-range-input/index.mjs +6 -0
  40. package/minilo/es/components/number-range-input/index.vue.d.ts +33 -0
  41. package/minilo/es/components/number-range-input/index.vue.mjs +5 -0
  42. package/minilo/es/components/number-range-input/index.vue2.mjs +150 -0
  43. package/minilo/es/components/number-range-input/props.d.ts +10 -0
  44. package/minilo/es/components/number-range-input/props.mjs +1 -0
  45. package/minilo/es/components/search/index.d.ts +586 -0
  46. package/minilo/es/components/search/index.mjs +6 -0
  47. package/minilo/es/components/search/index.vue.d.ts +750 -0
  48. package/minilo/es/components/search/index.vue.mjs +5 -0
  49. package/minilo/es/components/search/index.vue2.mjs +298 -0
  50. package/minilo/es/components/search/props.d.ts +107 -0
  51. package/minilo/es/components/search/props.mjs +55 -0
  52. package/minilo/es/components/search-table/index.d.ts +274 -0
  53. package/minilo/es/components/search-table/index.mjs +6 -0
  54. package/minilo/es/components/search-table/index.vue.d.ts +173 -0
  55. package/minilo/es/components/search-table/index.vue.mjs +5 -0
  56. package/minilo/es/components/search-table/index.vue2.mjs +195 -0
  57. package/minilo/es/components/search-table/props.d.ts +69 -0
  58. package/minilo/es/components/search-table/props.mjs +69 -0
  59. package/minilo/es/components/search-table/render.d.ts +11 -0
  60. package/minilo/es/components/search-table/render.mjs +19 -0
  61. package/minilo/es/components/virtual-list/index.d.ts +59 -0
  62. package/minilo/es/components/virtual-list/index.mjs +6 -0
  63. package/minilo/es/components/virtual-list/index.vue.d.ts +39 -0
  64. package/minilo/es/components/virtual-list/index.vue.mjs +5 -0
  65. package/minilo/es/components/virtual-list/index.vue2.mjs +421 -0
  66. package/minilo/es/components/virtual-list/type.d.ts +20 -0
  67. package/minilo/es/components/virtual-list/type.mjs +1 -0
  68. package/minilo/es/index.d.ts +1087 -0
  69. package/minilo/es/node_modules/.pnpm/@element-plus_icons-vue@2.3.1_vue@3.5.17_typescript@5.8.3_/node_modules/@element-plus/icons-vue/dist/index.mjs +25 -0
  70. package/minilo/es/node_modules/.pnpm/@vueuse_core@13.6.0_vue@3.5.17_typescript@5.9.3_/node_modules/@vueuse/core/index.mjs +73 -0
  71. package/minilo/es/node_modules/.pnpm/@vueuse_shared@13.6.0_vue@3.5.17_typescript@5.9.3_/node_modules/@vueuse/shared/index.mjs +76 -0
  72. package/minilo/es/packages/utils/dist/func/common.mjs +14 -0
  73. package/minilo/es/packages/utils/dist/request/index.mjs +110 -0
  74. package/minilo/es/resolver/index.d.ts +8 -0
  75. package/minilo/es/resolver/index.mjs +26 -0
  76. package/minilo/es/utils/index.d.ts +28 -0
  77. package/minilo/es/utils/index.mjs +30 -0
  78. package/minilo/lib/components/button/index.d.ts +47 -0
  79. package/minilo/lib/components/button/index.js +11 -0
  80. package/minilo/lib/components/button/index.vue.d.ts +29 -0
  81. package/minilo/lib/components/button/index.vue.js +9 -0
  82. package/minilo/lib/components/button/index.vue2.js +71 -0
  83. package/minilo/lib/components/button/type.d.ts +10 -0
  84. package/minilo/lib/components/button/type.js +2 -0
  85. package/minilo/lib/components/chart/index.d.ts +49 -0
  86. package/minilo/lib/components/chart/index.js +11 -0
  87. package/minilo/lib/components/chart/index.vue.d.ts +33 -0
  88. package/minilo/lib/components/chart/index.vue.js +9 -0
  89. package/minilo/lib/components/chart/index.vue2.js +128 -0
  90. package/minilo/lib/components/chart/type.d.ts +7 -0
  91. package/minilo/lib/components/chart/type.js +2 -0
  92. package/minilo/lib/components/detail/index.d.ts +37 -0
  93. package/minilo/lib/components/detail/index.js +11 -0
  94. package/minilo/lib/components/detail/index.vue.d.ts +23 -0
  95. package/minilo/lib/components/detail/index.vue.js +9 -0
  96. package/minilo/lib/components/detail/index.vue2.js +198 -0
  97. package/minilo/lib/components/detail/renderLabel.vue.d.ts +8 -0
  98. package/minilo/lib/components/detail/renderLabel.vue.js +9 -0
  99. package/minilo/lib/components/detail/renderLabel.vue2.js +27 -0
  100. package/minilo/lib/components/detail/renderTooltip.vue.d.ts +8 -0
  101. package/minilo/lib/components/detail/renderTooltip.vue.js +9 -0
  102. package/minilo/lib/components/detail/renderTooltip.vue2.js +27 -0
  103. package/minilo/lib/components/detail/type.d.ts +27 -0
  104. package/minilo/lib/components/detail/type.js +2 -0
  105. package/minilo/lib/components/index.d.ts +7 -0
  106. package/minilo/lib/components/index.js +19 -0
  107. package/minilo/lib/components/number-range-input/index.d.ts +41 -0
  108. package/minilo/lib/components/number-range-input/index.js +11 -0
  109. package/minilo/lib/components/number-range-input/index.vue.d.ts +33 -0
  110. package/minilo/lib/components/number-range-input/index.vue.js +9 -0
  111. package/minilo/lib/components/number-range-input/index.vue2.js +154 -0
  112. package/minilo/lib/components/number-range-input/props.d.ts +10 -0
  113. package/minilo/lib/components/number-range-input/props.js +2 -0
  114. package/minilo/lib/components/search/index.d.ts +586 -0
  115. package/minilo/lib/components/search/index.js +11 -0
  116. package/minilo/lib/components/search/index.vue.d.ts +750 -0
  117. package/minilo/lib/components/search/index.vue.js +9 -0
  118. package/minilo/lib/components/search/index.vue2.js +302 -0
  119. package/minilo/lib/components/search/props.d.ts +107 -0
  120. package/minilo/lib/components/search/props.js +58 -0
  121. package/minilo/lib/components/search-table/index.d.ts +274 -0
  122. package/minilo/lib/components/search-table/index.js +11 -0
  123. package/minilo/lib/components/search-table/index.vue.d.ts +173 -0
  124. package/minilo/lib/components/search-table/index.vue.js +9 -0
  125. package/minilo/lib/components/search-table/index.vue2.js +199 -0
  126. package/minilo/lib/components/search-table/props.d.ts +69 -0
  127. package/minilo/lib/components/search-table/props.js +72 -0
  128. package/minilo/lib/components/search-table/render.d.ts +11 -0
  129. package/minilo/lib/components/search-table/render.js +23 -0
  130. package/minilo/lib/components/virtual-list/index.d.ts +59 -0
  131. package/minilo/lib/components/virtual-list/index.js +11 -0
  132. package/minilo/lib/components/virtual-list/index.vue.d.ts +39 -0
  133. package/minilo/lib/components/virtual-list/index.vue.js +9 -0
  134. package/minilo/lib/components/virtual-list/index.vue2.js +425 -0
  135. package/minilo/lib/components/virtual-list/type.d.ts +20 -0
  136. package/minilo/lib/components/virtual-list/type.js +2 -0
  137. package/minilo/lib/index.d.ts +1087 -0
  138. package/minilo/lib/node_modules/.pnpm/@element-plus_icons-vue@2.3.1_vue@3.5.17_typescript@5.8.3_/node_modules/@element-plus/icons-vue/dist/index.js +27 -0
  139. package/minilo/lib/node_modules/.pnpm/@vueuse_core@13.6.0_vue@3.5.17_typescript@5.9.3_/node_modules/@vueuse/core/index.js +84 -0
  140. package/minilo/lib/node_modules/.pnpm/@vueuse_shared@13.6.0_vue@3.5.17_typescript@5.9.3_/node_modules/@vueuse/shared/index.js +83 -0
  141. package/minilo/lib/packages/utils/dist/func/common.js +16 -0
  142. package/minilo/lib/packages/utils/dist/request/index.js +120 -0
  143. package/minilo/lib/resolver/index.d.ts +8 -0
  144. package/minilo/lib/resolver/index.js +28 -0
  145. package/minilo/lib/utils/index.d.ts +28 -0
  146. package/minilo/lib/utils/index.js +34 -0
  147. package/minilo/theme-chalk/index.css +1 -0
  148. package/minilo/theme-chalk/ml-button.css +1 -0
  149. package/minilo/theme-chalk/ml-chart.css +1 -0
  150. package/minilo/theme-chalk/ml-detail.css +1 -0
  151. package/minilo/theme-chalk/ml-number-range-input.css +1 -0
  152. package/minilo/theme-chalk/ml-search-table.css +1 -0
  153. package/minilo/theme-chalk/ml-search.css +1 -0
  154. package/minilo/theme-chalk/ml-virtual-list.css +1 -0
  155. package/minilo/theme-chalk/src/button.scss +22 -0
  156. package/minilo/theme-chalk/src/chart.scss +11 -0
  157. package/minilo/theme-chalk/src/default/variable.scss +1 -0
  158. package/minilo/theme-chalk/src/detail.scss +9 -0
  159. package/minilo/theme-chalk/src/index.scss +12 -0
  160. package/minilo/theme-chalk/src/mixins/mixin.scss +273 -0
  161. package/minilo/theme-chalk/src/number-range-input.scss +9 -0
  162. package/minilo/theme-chalk/src/search-table.scss +47 -0
  163. package/minilo/theme-chalk/src/search.scss +20 -0
  164. package/minilo/theme-chalk/src/virtual-list.scss +49 -0
  165. package/package.json +107 -0
@@ -0,0 +1,1087 @@
1
+ import { App } from 'vue';
2
+ export * from './components';
3
+ export declare const MsUIComponentsInstance: (({
4
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./components/virtual-list/type').MlVirtualListProps> & Readonly<{
5
+ "onLoad-more"?: (() => any) | undefined;
6
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
7
+ "load-more": () => any;
8
+ }, import('vue').PublicProps, {
9
+ height: number;
10
+ itemHeight: number;
11
+ estimatedItemHeight: number;
12
+ itemEqual: boolean;
13
+ preLoadCount: number;
14
+ threshold: number;
15
+ dataSource: any[];
16
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
17
+ containerRef: HTMLDivElement;
18
+ }, HTMLDivElement, import('vue').ComponentProvideOptions, {
19
+ P: {};
20
+ B: {};
21
+ D: {};
22
+ C: {};
23
+ M: {};
24
+ Defaults: {};
25
+ }, Readonly<import('./components/virtual-list/type').MlVirtualListProps> & Readonly<{
26
+ "onLoad-more"?: (() => any) | undefined;
27
+ }>, {}, {}, {}, {}, {
28
+ height: number;
29
+ itemHeight: number;
30
+ estimatedItemHeight: number;
31
+ itemEqual: boolean;
32
+ preLoadCount: number;
33
+ threshold: number;
34
+ dataSource: any[];
35
+ }>;
36
+ __isFragment?: never;
37
+ __isTeleport?: never;
38
+ __isSuspense?: never;
39
+ } & import('vue').ComponentOptionsBase<Readonly<import('./components/virtual-list/type').MlVirtualListProps> & Readonly<{
40
+ "onLoad-more"?: (() => any) | undefined;
41
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
42
+ "load-more": () => any;
43
+ }, string, {
44
+ height: number;
45
+ itemHeight: number;
46
+ estimatedItemHeight: number;
47
+ itemEqual: boolean;
48
+ preLoadCount: number;
49
+ threshold: number;
50
+ dataSource: any[];
51
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
52
+ $slots: {
53
+ default?(_: {
54
+ item: any;
55
+ index: number;
56
+ }): any;
57
+ loading?(_: {}): any;
58
+ finished?(_: {}): any;
59
+ };
60
+ })) | ({
61
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./components/chart/type').MlChartProps> & Readonly<{
62
+ [x: `on${Capitalize<string>}`]: ((...args: unknown[] & []) => any) | undefined;
63
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
64
+ [x: string]: ((...args: unknown[]) => any) | (() => any);
65
+ }, import('vue').PublicProps, {
66
+ options: Record<string, any>;
67
+ id: string;
68
+ theme: string;
69
+ isEmpty: boolean | ((options: Record<string, any>) => boolean);
70
+ description: string;
71
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
72
+ echartRef: HTMLDivElement;
73
+ }, HTMLDivElement, import('vue').ComponentProvideOptions, {
74
+ P: {};
75
+ B: {};
76
+ D: {};
77
+ C: {};
78
+ M: {};
79
+ Defaults: {};
80
+ }, Readonly<import('./components/chart/type').MlChartProps> & Readonly<{
81
+ [x: `on${Capitalize<string>}`]: ((...args: unknown[] & []) => any) | undefined;
82
+ }>, {}, {}, {}, {}, {
83
+ options: Record<string, any>;
84
+ id: string;
85
+ theme: string;
86
+ isEmpty: boolean | ((options: Record<string, any>) => boolean);
87
+ description: string;
88
+ }>;
89
+ __isFragment?: never;
90
+ __isTeleport?: never;
91
+ __isSuspense?: never;
92
+ } & import('vue').ComponentOptionsBase<Readonly<import('./components/chart/type').MlChartProps> & Readonly<{
93
+ [x: `on${Capitalize<string>}`]: ((...args: unknown[] & []) => any) | undefined;
94
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
95
+ [x: string]: ((...args: unknown[]) => any) | (() => any);
96
+ }, string, {
97
+ options: Record<string, any>;
98
+ id: string;
99
+ theme: string;
100
+ isEmpty: boolean | ((options: Record<string, any>) => boolean);
101
+ description: string;
102
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
103
+ $slots: {
104
+ empty?(_: {}): any;
105
+ default?(_: {}): any;
106
+ };
107
+ })) | ({
108
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
109
+ inline: {
110
+ type: BooleanConstructor;
111
+ default: boolean;
112
+ };
113
+ disabled: {
114
+ type: BooleanConstructor;
115
+ default: boolean;
116
+ };
117
+ labelWidth: {
118
+ type: (StringConstructor | NumberConstructor)[];
119
+ default: string;
120
+ };
121
+ labelPosition: {
122
+ type: import('vue').PropType<"left" | "right" | "top">;
123
+ default: string;
124
+ };
125
+ size: {
126
+ type: import('vue').PropType<"" | "large" | "default" | "small">;
127
+ default: string;
128
+ };
129
+ gutter: {
130
+ type: NumberConstructor[];
131
+ default: number;
132
+ };
133
+ span: {
134
+ type: NumberConstructor;
135
+ default: number;
136
+ };
137
+ submitBtnText: {
138
+ type: StringConstructor;
139
+ default: string;
140
+ };
141
+ resetBtnText: {
142
+ type: StringConstructor;
143
+ default: string;
144
+ };
145
+ slots: {
146
+ type: {
147
+ (arrayLength: number): import('./components/search/props').CustomSlot[];
148
+ (...items: import('./components/search/props').CustomSlot[]): import('./components/search/props').CustomSlot[];
149
+ new (arrayLength: number): import('./components/search/props').CustomSlot[];
150
+ new (...items: import('./components/search/props').CustomSlot[]): import('./components/search/props').CustomSlot[];
151
+ isArray(arg: any): arg is any[];
152
+ readonly prototype: any[];
153
+ from<T>(arrayLike: ArrayLike<T>): T[];
154
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
155
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
156
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
157
+ of<T>(...items: T[]): T[];
158
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
159
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
160
+ readonly [Symbol.species]: ArrayConstructor;
161
+ };
162
+ default: () => never[];
163
+ };
164
+ item: {
165
+ type: {
166
+ (arrayLength: number): import('./components/search/props').SearchItem[];
167
+ (...items: import('./components/search/props').SearchItem[]): import('./components/search/props').SearchItem[];
168
+ new (arrayLength: number): import('./components/search/props').SearchItem[];
169
+ new (...items: import('./components/search/props').SearchItem[]): import('./components/search/props').SearchItem[];
170
+ isArray(arg: any): arg is any[];
171
+ readonly prototype: any[];
172
+ from<T>(arrayLike: ArrayLike<T>): T[];
173
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
174
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
175
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
176
+ of<T>(...items: T[]): T[];
177
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
178
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
179
+ readonly [Symbol.species]: ArrayConstructor;
180
+ };
181
+ default: () => never[];
182
+ };
183
+ modelValue: {
184
+ type: import('vue').PropType<import('./components/search/props').SearchModel>;
185
+ };
186
+ }>> & Readonly<{
187
+ onSubmit?: ((...args: any[]) => any) | undefined;
188
+ onReset?: ((...args: any[]) => any) | undefined;
189
+ "onUpdate:modelValue"?: ((value: import('./components/search/props').SearchModel) => any) | undefined;
190
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
191
+ submit: (...args: any[]) => void;
192
+ reset: (...args: any[]) => void;
193
+ "update:modelValue": (value: import('./components/search/props').SearchModel) => void;
194
+ }, import('vue').PublicProps, {
195
+ size: "" | "small" | "default" | "large";
196
+ span: number;
197
+ item: import('./components/search/props').SearchItem[];
198
+ slots: import('./components/search/props').CustomSlot[];
199
+ labelWidth: string | number;
200
+ inline: boolean;
201
+ disabled: boolean;
202
+ labelPosition: "top" | "left" | "right";
203
+ gutter: number;
204
+ submitBtnText: string;
205
+ resetBtnText: string;
206
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
207
+ searchFormRef: ({
208
+ $: import('vue').ComponentInternalInstance;
209
+ $data: {};
210
+ $props: Partial<{
211
+ readonly disabled: boolean;
212
+ readonly inline: boolean;
213
+ readonly labelWidth: string | number;
214
+ readonly labelPosition: "top" | "left" | "right";
215
+ readonly inlineMessage: boolean;
216
+ readonly showMessage: boolean;
217
+ readonly requireAsteriskPosition: "left" | "right";
218
+ readonly labelSuffix: string;
219
+ readonly validateOnRuleChange: boolean;
220
+ readonly scrollIntoViewOptions: boolean | Record<string, any>;
221
+ readonly statusIcon: boolean;
222
+ readonly hideRequiredAsterisk: boolean;
223
+ readonly scrollToError: boolean;
224
+ }> & Omit<{
225
+ readonly labelWidth: string | number;
226
+ readonly inline: boolean;
227
+ readonly disabled: boolean;
228
+ readonly labelPosition: "top" | "left" | "right";
229
+ readonly requireAsteriskPosition: "left" | "right";
230
+ readonly labelSuffix: string;
231
+ readonly inlineMessage: boolean;
232
+ readonly statusIcon: boolean;
233
+ readonly showMessage: boolean;
234
+ readonly validateOnRuleChange: boolean;
235
+ readonly hideRequiredAsterisk: boolean;
236
+ readonly scrollToError: boolean;
237
+ readonly scrollIntoViewOptions: boolean | Record<string, any>;
238
+ readonly size?: ("" | "small" | "default" | "large") | undefined;
239
+ readonly model?: Record<string, any> | undefined;
240
+ readonly rules?: Partial<Record<string, import('element-plus').FormItemRule | import('element-plus').FormItemRule[]>> | undefined;
241
+ onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined | undefined;
242
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "labelWidth" | "inline" | "disabled" | "labelPosition" | "requireAsteriskPosition" | "labelSuffix" | "inlineMessage" | "statusIcon" | "showMessage" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError" | "scrollIntoViewOptions">;
243
+ $attrs: {
244
+ [x: string]: unknown;
245
+ };
246
+ $refs: {
247
+ [x: string]: unknown;
248
+ };
249
+ $slots: Readonly<{
250
+ [name: string]: import('vue').Slot<any> | undefined;
251
+ }>;
252
+ $root: import('vue').ComponentPublicInstance | null;
253
+ $parent: import('vue').ComponentPublicInstance | null;
254
+ $host: Element | null;
255
+ $emit: (event: "validate", prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => void;
256
+ $el: any;
257
+ $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
258
+ readonly model: ObjectConstructor;
259
+ readonly rules: {
260
+ readonly type: import('vue').PropType<Partial<Record<string, import('element-plus').FormItemRule | import('element-plus').FormItemRule[]>>>;
261
+ readonly required: false;
262
+ readonly validator: ((val: unknown) => boolean) | undefined;
263
+ __epPropKey: true;
264
+ };
265
+ readonly labelPosition: {
266
+ readonly type: import('vue').PropType<"top" | "left" | "right">;
267
+ readonly required: false;
268
+ readonly validator: ((val: unknown) => boolean) | undefined;
269
+ __epPropKey: true;
270
+ } & {
271
+ readonly default: "right";
272
+ };
273
+ readonly requireAsteriskPosition: {
274
+ readonly type: import('vue').PropType<"left" | "right">;
275
+ readonly required: false;
276
+ readonly validator: ((val: unknown) => boolean) | undefined;
277
+ __epPropKey: true;
278
+ } & {
279
+ readonly default: "left";
280
+ };
281
+ readonly labelWidth: {
282
+ readonly type: import('vue').PropType<string | number>;
283
+ readonly required: false;
284
+ readonly validator: ((val: unknown) => boolean) | undefined;
285
+ __epPropKey: true;
286
+ } & {
287
+ readonly default: "";
288
+ };
289
+ readonly labelSuffix: {
290
+ readonly type: import('vue').PropType<string>;
291
+ readonly required: false;
292
+ readonly validator: ((val: unknown) => boolean) | undefined;
293
+ __epPropKey: true;
294
+ } & {
295
+ readonly default: "";
296
+ };
297
+ readonly inline: BooleanConstructor;
298
+ readonly inlineMessage: BooleanConstructor;
299
+ readonly statusIcon: BooleanConstructor;
300
+ readonly showMessage: {
301
+ readonly type: import('vue').PropType<boolean>;
302
+ readonly required: false;
303
+ readonly validator: ((val: unknown) => boolean) | undefined;
304
+ __epPropKey: true;
305
+ } & {
306
+ readonly default: true;
307
+ };
308
+ readonly validateOnRuleChange: {
309
+ readonly type: import('vue').PropType<boolean>;
310
+ readonly required: false;
311
+ readonly validator: ((val: unknown) => boolean) | undefined;
312
+ __epPropKey: true;
313
+ } & {
314
+ readonly default: true;
315
+ };
316
+ readonly hideRequiredAsterisk: BooleanConstructor;
317
+ readonly scrollToError: BooleanConstructor;
318
+ readonly scrollIntoViewOptions: {
319
+ readonly type: import('vue').PropType<boolean | Record<string, any>>;
320
+ readonly required: false;
321
+ readonly validator: ((val: unknown) => boolean) | undefined;
322
+ __epPropKey: true;
323
+ } & {
324
+ readonly default: true;
325
+ };
326
+ readonly size: {
327
+ readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
328
+ readonly required: false;
329
+ readonly validator: ((val: unknown) => boolean) | undefined;
330
+ __epPropKey: true;
331
+ };
332
+ readonly disabled: BooleanConstructor;
333
+ }>> & {
334
+ onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined;
335
+ }, {
336
+ validate: (callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
337
+ validateField: (props?: import('element-plus').FormItemProp | import('element-plus').FormItemProp[], callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
338
+ resetFields: (props?: import('element-plus').FormItemProp | import('element-plus').FormItemProp[]) => void;
339
+ clearValidate: (props?: import('element-plus').FormItemProp | import('element-plus').FormItemProp[]) => void;
340
+ scrollToField: (prop: import('element-plus').FormItemProp) => void;
341
+ getField: (prop: import('element-plus').FormItemProp) => import('element-plus').FormItemContext | undefined;
342
+ fields: import('vue').Reactive<import('element-plus').FormItemContext[]>;
343
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
344
+ validate: (prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => void;
345
+ }, string, {
346
+ readonly disabled: boolean;
347
+ readonly inline: boolean;
348
+ readonly labelWidth: string | number;
349
+ readonly labelPosition: "top" | "left" | "right";
350
+ readonly inlineMessage: boolean;
351
+ readonly showMessage: boolean;
352
+ readonly requireAsteriskPosition: "left" | "right";
353
+ readonly labelSuffix: string;
354
+ readonly validateOnRuleChange: boolean;
355
+ readonly scrollIntoViewOptions: boolean | Record<string, any>;
356
+ readonly statusIcon: boolean;
357
+ readonly hideRequiredAsterisk: boolean;
358
+ readonly scrollToError: boolean;
359
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
360
+ beforeCreate?: (() => void) | (() => void)[];
361
+ created?: (() => void) | (() => void)[];
362
+ beforeMount?: (() => void) | (() => void)[];
363
+ mounted?: (() => void) | (() => void)[];
364
+ beforeUpdate?: (() => void) | (() => void)[];
365
+ updated?: (() => void) | (() => void)[];
366
+ activated?: (() => void) | (() => void)[];
367
+ deactivated?: (() => void) | (() => void)[];
368
+ beforeDestroy?: (() => void) | (() => void)[];
369
+ beforeUnmount?: (() => void) | (() => void)[];
370
+ destroyed?: (() => void) | (() => void)[];
371
+ unmounted?: (() => void) | (() => void)[];
372
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
373
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
374
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
375
+ };
376
+ $forceUpdate: () => void;
377
+ $nextTick: typeof import('vue').nextTick;
378
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
379
+ } & Readonly<{
380
+ readonly disabled: boolean;
381
+ readonly inline: boolean;
382
+ readonly labelWidth: string | number;
383
+ readonly labelPosition: "top" | "left" | "right";
384
+ readonly inlineMessage: boolean;
385
+ readonly showMessage: boolean;
386
+ readonly requireAsteriskPosition: "left" | "right";
387
+ readonly labelSuffix: string;
388
+ readonly validateOnRuleChange: boolean;
389
+ readonly scrollIntoViewOptions: boolean | Record<string, any>;
390
+ readonly statusIcon: boolean;
391
+ readonly hideRequiredAsterisk: boolean;
392
+ readonly scrollToError: boolean;
393
+ }> & Omit<Readonly<import('vue').ExtractPropTypes<{
394
+ readonly model: ObjectConstructor;
395
+ readonly rules: {
396
+ readonly type: import('vue').PropType<Partial<Record<string, import('element-plus').FormItemRule | import('element-plus').FormItemRule[]>>>;
397
+ readonly required: false;
398
+ readonly validator: ((val: unknown) => boolean) | undefined;
399
+ __epPropKey: true;
400
+ };
401
+ readonly labelPosition: {
402
+ readonly type: import('vue').PropType<"top" | "left" | "right">;
403
+ readonly required: false;
404
+ readonly validator: ((val: unknown) => boolean) | undefined;
405
+ __epPropKey: true;
406
+ } & {
407
+ readonly default: "right";
408
+ };
409
+ readonly requireAsteriskPosition: {
410
+ readonly type: import('vue').PropType<"left" | "right">;
411
+ readonly required: false;
412
+ readonly validator: ((val: unknown) => boolean) | undefined;
413
+ __epPropKey: true;
414
+ } & {
415
+ readonly default: "left";
416
+ };
417
+ readonly labelWidth: {
418
+ readonly type: import('vue').PropType<string | number>;
419
+ readonly required: false;
420
+ readonly validator: ((val: unknown) => boolean) | undefined;
421
+ __epPropKey: true;
422
+ } & {
423
+ readonly default: "";
424
+ };
425
+ readonly labelSuffix: {
426
+ readonly type: import('vue').PropType<string>;
427
+ readonly required: false;
428
+ readonly validator: ((val: unknown) => boolean) | undefined;
429
+ __epPropKey: true;
430
+ } & {
431
+ readonly default: "";
432
+ };
433
+ readonly inline: BooleanConstructor;
434
+ readonly inlineMessage: BooleanConstructor;
435
+ readonly statusIcon: BooleanConstructor;
436
+ readonly showMessage: {
437
+ readonly type: import('vue').PropType<boolean>;
438
+ readonly required: false;
439
+ readonly validator: ((val: unknown) => boolean) | undefined;
440
+ __epPropKey: true;
441
+ } & {
442
+ readonly default: true;
443
+ };
444
+ readonly validateOnRuleChange: {
445
+ readonly type: import('vue').PropType<boolean>;
446
+ readonly required: false;
447
+ readonly validator: ((val: unknown) => boolean) | undefined;
448
+ __epPropKey: true;
449
+ } & {
450
+ readonly default: true;
451
+ };
452
+ readonly hideRequiredAsterisk: BooleanConstructor;
453
+ readonly scrollToError: BooleanConstructor;
454
+ readonly scrollIntoViewOptions: {
455
+ readonly type: import('vue').PropType<boolean | Record<string, any>>;
456
+ readonly required: false;
457
+ readonly validator: ((val: unknown) => boolean) | undefined;
458
+ __epPropKey: true;
459
+ } & {
460
+ readonly default: true;
461
+ };
462
+ readonly size: {
463
+ readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
464
+ readonly required: false;
465
+ readonly validator: ((val: unknown) => boolean) | undefined;
466
+ __epPropKey: true;
467
+ };
468
+ readonly disabled: BooleanConstructor;
469
+ }>> & {
470
+ onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined;
471
+ }, "labelWidth" | "inline" | "disabled" | "labelPosition" | "requireAsteriskPosition" | "labelSuffix" | "inlineMessage" | "statusIcon" | "showMessage" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError" | "scrollIntoViewOptions" | "validate" | "validateField" | "resetFields" | "clearValidate" | "scrollToField" | "getField" | "fields"> & import('vue').ShallowUnwrapRef<{
472
+ validate: (callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
473
+ validateField: (props?: import('element-plus').FormItemProp | import('element-plus').FormItemProp[], callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
474
+ resetFields: (props?: import('element-plus').FormItemProp | import('element-plus').FormItemProp[]) => void;
475
+ clearValidate: (props?: import('element-plus').FormItemProp | import('element-plus').FormItemProp[]) => void;
476
+ scrollToField: (prop: import('element-plus').FormItemProp) => void;
477
+ getField: (prop: import('element-plus').FormItemProp) => import('element-plus').FormItemContext | undefined;
478
+ fields: import('vue').Reactive<import('element-plus').FormItemContext[]>;
479
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
480
+ $slots: {
481
+ default?(_: {}): any;
482
+ };
483
+ }) | null;
484
+ }, HTMLDivElement, import('vue').ComponentProvideOptions, {
485
+ P: {};
486
+ B: {};
487
+ D: {};
488
+ C: {};
489
+ M: {};
490
+ Defaults: {};
491
+ }, Readonly<import('vue').ExtractPropTypes<{
492
+ inline: {
493
+ type: BooleanConstructor;
494
+ default: boolean;
495
+ };
496
+ disabled: {
497
+ type: BooleanConstructor;
498
+ default: boolean;
499
+ };
500
+ labelWidth: {
501
+ type: (StringConstructor | NumberConstructor)[];
502
+ default: string;
503
+ };
504
+ labelPosition: {
505
+ type: import('vue').PropType<"left" | "right" | "top">;
506
+ default: string;
507
+ };
508
+ size: {
509
+ type: import('vue').PropType<"" | "large" | "default" | "small">;
510
+ default: string;
511
+ };
512
+ gutter: {
513
+ type: NumberConstructor[];
514
+ default: number;
515
+ };
516
+ span: {
517
+ type: NumberConstructor;
518
+ default: number;
519
+ };
520
+ submitBtnText: {
521
+ type: StringConstructor;
522
+ default: string;
523
+ };
524
+ resetBtnText: {
525
+ type: StringConstructor;
526
+ default: string;
527
+ };
528
+ slots: {
529
+ type: {
530
+ (arrayLength: number): import('./components/search/props').CustomSlot[];
531
+ (...items: import('./components/search/props').CustomSlot[]): import('./components/search/props').CustomSlot[];
532
+ new (arrayLength: number): import('./components/search/props').CustomSlot[];
533
+ new (...items: import('./components/search/props').CustomSlot[]): import('./components/search/props').CustomSlot[];
534
+ isArray(arg: any): arg is any[];
535
+ readonly prototype: any[];
536
+ from<T>(arrayLike: ArrayLike<T>): T[];
537
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
538
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
539
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
540
+ of<T>(...items: T[]): T[];
541
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
542
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
543
+ readonly [Symbol.species]: ArrayConstructor;
544
+ };
545
+ default: () => never[];
546
+ };
547
+ item: {
548
+ type: {
549
+ (arrayLength: number): import('./components/search/props').SearchItem[];
550
+ (...items: import('./components/search/props').SearchItem[]): import('./components/search/props').SearchItem[];
551
+ new (arrayLength: number): import('./components/search/props').SearchItem[];
552
+ new (...items: import('./components/search/props').SearchItem[]): import('./components/search/props').SearchItem[];
553
+ isArray(arg: any): arg is any[];
554
+ readonly prototype: any[];
555
+ from<T>(arrayLike: ArrayLike<T>): T[];
556
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
557
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
558
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
559
+ of<T>(...items: T[]): T[];
560
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
561
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
562
+ readonly [Symbol.species]: ArrayConstructor;
563
+ };
564
+ default: () => never[];
565
+ };
566
+ modelValue: {
567
+ type: import('vue').PropType<import('./components/search/props').SearchModel>;
568
+ };
569
+ }>> & Readonly<{
570
+ onSubmit?: ((...args: any[]) => any) | undefined;
571
+ onReset?: ((...args: any[]) => any) | undefined;
572
+ "onUpdate:modelValue"?: ((value: import('./components/search/props').SearchModel) => any) | undefined;
573
+ }>, {}, {}, {}, {}, {
574
+ size: "" | "small" | "default" | "large";
575
+ span: number;
576
+ item: import('./components/search/props').SearchItem[];
577
+ slots: import('./components/search/props').CustomSlot[];
578
+ labelWidth: string | number;
579
+ inline: boolean;
580
+ disabled: boolean;
581
+ labelPosition: "top" | "left" | "right";
582
+ gutter: number;
583
+ submitBtnText: string;
584
+ resetBtnText: string;
585
+ }>;
586
+ __isFragment?: never;
587
+ __isTeleport?: never;
588
+ __isSuspense?: never;
589
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
590
+ inline: {
591
+ type: BooleanConstructor;
592
+ default: boolean;
593
+ };
594
+ disabled: {
595
+ type: BooleanConstructor;
596
+ default: boolean;
597
+ };
598
+ labelWidth: {
599
+ type: (StringConstructor | NumberConstructor)[];
600
+ default: string;
601
+ };
602
+ labelPosition: {
603
+ type: import('vue').PropType<"left" | "right" | "top">;
604
+ default: string;
605
+ };
606
+ size: {
607
+ type: import('vue').PropType<"" | "large" | "default" | "small">;
608
+ default: string;
609
+ };
610
+ gutter: {
611
+ type: NumberConstructor[];
612
+ default: number;
613
+ };
614
+ span: {
615
+ type: NumberConstructor;
616
+ default: number;
617
+ };
618
+ submitBtnText: {
619
+ type: StringConstructor;
620
+ default: string;
621
+ };
622
+ resetBtnText: {
623
+ type: StringConstructor;
624
+ default: string;
625
+ };
626
+ slots: {
627
+ type: {
628
+ (arrayLength: number): import('./components/search/props').CustomSlot[];
629
+ (...items: import('./components/search/props').CustomSlot[]): import('./components/search/props').CustomSlot[];
630
+ new (arrayLength: number): import('./components/search/props').CustomSlot[];
631
+ new (...items: import('./components/search/props').CustomSlot[]): import('./components/search/props').CustomSlot[];
632
+ isArray(arg: any): arg is any[];
633
+ readonly prototype: any[];
634
+ from<T>(arrayLike: ArrayLike<T>): T[];
635
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
636
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
637
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
638
+ of<T>(...items: T[]): T[];
639
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
640
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
641
+ readonly [Symbol.species]: ArrayConstructor;
642
+ };
643
+ default: () => never[];
644
+ };
645
+ item: {
646
+ type: {
647
+ (arrayLength: number): import('./components/search/props').SearchItem[];
648
+ (...items: import('./components/search/props').SearchItem[]): import('./components/search/props').SearchItem[];
649
+ new (arrayLength: number): import('./components/search/props').SearchItem[];
650
+ new (...items: import('./components/search/props').SearchItem[]): import('./components/search/props').SearchItem[];
651
+ isArray(arg: any): arg is any[];
652
+ readonly prototype: any[];
653
+ from<T>(arrayLike: ArrayLike<T>): T[];
654
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
655
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
656
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
657
+ of<T>(...items: T[]): T[];
658
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
659
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
660
+ readonly [Symbol.species]: ArrayConstructor;
661
+ };
662
+ default: () => never[];
663
+ };
664
+ modelValue: {
665
+ type: import('vue').PropType<import('./components/search/props').SearchModel>;
666
+ };
667
+ }>> & Readonly<{
668
+ onSubmit?: ((...args: any[]) => any) | undefined;
669
+ onReset?: ((...args: any[]) => any) | undefined;
670
+ "onUpdate:modelValue"?: ((value: import('./components/search/props').SearchModel) => any) | undefined;
671
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
672
+ submit: (...args: any[]) => void;
673
+ reset: (...args: any[]) => void;
674
+ "update:modelValue": (value: import('./components/search/props').SearchModel) => void;
675
+ }, string, {
676
+ size: "" | "small" | "default" | "large";
677
+ span: number;
678
+ item: import('./components/search/props').SearchItem[];
679
+ slots: import('./components/search/props').CustomSlot[];
680
+ labelWidth: string | number;
681
+ inline: boolean;
682
+ disabled: boolean;
683
+ labelPosition: "top" | "left" | "right";
684
+ gutter: number;
685
+ submitBtnText: string;
686
+ resetBtnText: string;
687
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
688
+ $slots: Partial<Record<string, (_: {
689
+ searchModel: import('./components/search/props').SearchModel | undefined;
690
+ }) => any>>;
691
+ })) | ({
692
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
693
+ methodType: {
694
+ type: () => import('./components/search-table/props').RequestMethodType;
695
+ default: string;
696
+ };
697
+ url: {
698
+ type: StringConstructor;
699
+ default: string;
700
+ };
701
+ responseDataField: {
702
+ type: StringConstructor;
703
+ default: string;
704
+ };
705
+ responseTotalField: {
706
+ type: StringConstructor;
707
+ default: string;
708
+ };
709
+ headers: {
710
+ type: ObjectConstructor;
711
+ default: () => {};
712
+ };
713
+ showPagination: {
714
+ type: BooleanConstructor;
715
+ default: boolean;
716
+ };
717
+ paramsHandler: {
718
+ type: FunctionConstructor;
719
+ default: null;
720
+ };
721
+ render: {
722
+ type: FunctionConstructor;
723
+ default: null;
724
+ };
725
+ searchProps: {
726
+ type: ObjectConstructor;
727
+ default: () => void;
728
+ };
729
+ tableProps: {
730
+ type: ObjectConstructor;
731
+ default: () => {
732
+ border: boolean;
733
+ };
734
+ };
735
+ columns: {
736
+ type: {
737
+ (arrayLength: number): any[];
738
+ (...items: any[]): any[];
739
+ new (arrayLength: number): any[];
740
+ new (...items: any[]): any[];
741
+ isArray(arg: any): arg is any[];
742
+ readonly prototype: any[];
743
+ from<T>(arrayLike: ArrayLike<T>): T[];
744
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
745
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
746
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
747
+ of<T>(...items: T[]): T[];
748
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
749
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
750
+ readonly [Symbol.species]: ArrayConstructor;
751
+ };
752
+ default: () => never[];
753
+ };
754
+ search: {
755
+ type: import('vue').PropType<import('./components/search/props').SearchModel>;
756
+ };
757
+ }>> & Readonly<{
758
+ onReset?: ((...args: any[]) => any) | undefined;
759
+ "onUpdate:search"?: ((value: import('./components/search/props').SearchModel) => any) | undefined;
760
+ }>, {
761
+ handleSearch: (reset?: boolean) => Promise<void>;
762
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
763
+ reset: (...args: any[]) => void;
764
+ "update:search": (value: import('./components/search/props').SearchModel) => void;
765
+ }, import('vue').PublicProps, {
766
+ url: string;
767
+ render: Function;
768
+ methodType: import('./components/search-table/props').RequestMethodType;
769
+ responseDataField: string;
770
+ responseTotalField: string;
771
+ headers: Record<string, any>;
772
+ showPagination: boolean;
773
+ paramsHandler: Function;
774
+ searchProps: Record<string, any>;
775
+ tableProps: Record<string, any>;
776
+ columns: any[];
777
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
778
+ P: {};
779
+ B: {};
780
+ D: {};
781
+ C: {};
782
+ M: {};
783
+ Defaults: {};
784
+ }, Readonly<import('vue').ExtractPropTypes<{
785
+ methodType: {
786
+ type: () => import('./components/search-table/props').RequestMethodType;
787
+ default: string;
788
+ };
789
+ url: {
790
+ type: StringConstructor;
791
+ default: string;
792
+ };
793
+ responseDataField: {
794
+ type: StringConstructor;
795
+ default: string;
796
+ };
797
+ responseTotalField: {
798
+ type: StringConstructor;
799
+ default: string;
800
+ };
801
+ headers: {
802
+ type: ObjectConstructor;
803
+ default: () => {};
804
+ };
805
+ showPagination: {
806
+ type: BooleanConstructor;
807
+ default: boolean;
808
+ };
809
+ paramsHandler: {
810
+ type: FunctionConstructor;
811
+ default: null;
812
+ };
813
+ render: {
814
+ type: FunctionConstructor;
815
+ default: null;
816
+ };
817
+ searchProps: {
818
+ type: ObjectConstructor;
819
+ default: () => void;
820
+ };
821
+ tableProps: {
822
+ type: ObjectConstructor;
823
+ default: () => {
824
+ border: boolean;
825
+ };
826
+ };
827
+ columns: {
828
+ type: {
829
+ (arrayLength: number): any[];
830
+ (...items: any[]): any[];
831
+ new (arrayLength: number): any[];
832
+ new (...items: any[]): any[];
833
+ isArray(arg: any): arg is any[];
834
+ readonly prototype: any[];
835
+ from<T>(arrayLike: ArrayLike<T>): T[];
836
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
837
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
838
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
839
+ of<T>(...items: T[]): T[];
840
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
841
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
842
+ readonly [Symbol.species]: ArrayConstructor;
843
+ };
844
+ default: () => never[];
845
+ };
846
+ search: {
847
+ type: import('vue').PropType<import('./components/search/props').SearchModel>;
848
+ };
849
+ }>> & Readonly<{
850
+ onReset?: ((...args: any[]) => any) | undefined;
851
+ "onUpdate:search"?: ((value: import('./components/search/props').SearchModel) => any) | undefined;
852
+ }>, {
853
+ handleSearch: (reset?: boolean) => Promise<void>;
854
+ }, {}, {}, {}, {
855
+ url: string;
856
+ render: Function;
857
+ methodType: import('./components/search-table/props').RequestMethodType;
858
+ responseDataField: string;
859
+ responseTotalField: string;
860
+ headers: Record<string, any>;
861
+ showPagination: boolean;
862
+ paramsHandler: Function;
863
+ searchProps: Record<string, any>;
864
+ tableProps: Record<string, any>;
865
+ columns: any[];
866
+ }>;
867
+ __isFragment?: never;
868
+ __isTeleport?: never;
869
+ __isSuspense?: never;
870
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
871
+ methodType: {
872
+ type: () => import('./components/search-table/props').RequestMethodType;
873
+ default: string;
874
+ };
875
+ url: {
876
+ type: StringConstructor;
877
+ default: string;
878
+ };
879
+ responseDataField: {
880
+ type: StringConstructor;
881
+ default: string;
882
+ };
883
+ responseTotalField: {
884
+ type: StringConstructor;
885
+ default: string;
886
+ };
887
+ headers: {
888
+ type: ObjectConstructor;
889
+ default: () => {};
890
+ };
891
+ showPagination: {
892
+ type: BooleanConstructor;
893
+ default: boolean;
894
+ };
895
+ paramsHandler: {
896
+ type: FunctionConstructor;
897
+ default: null;
898
+ };
899
+ render: {
900
+ type: FunctionConstructor;
901
+ default: null;
902
+ };
903
+ searchProps: {
904
+ type: ObjectConstructor;
905
+ default: () => void;
906
+ };
907
+ tableProps: {
908
+ type: ObjectConstructor;
909
+ default: () => {
910
+ border: boolean;
911
+ };
912
+ };
913
+ columns: {
914
+ type: {
915
+ (arrayLength: number): any[];
916
+ (...items: any[]): any[];
917
+ new (arrayLength: number): any[];
918
+ new (...items: any[]): any[];
919
+ isArray(arg: any): arg is any[];
920
+ readonly prototype: any[];
921
+ from<T>(arrayLike: ArrayLike<T>): T[];
922
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
923
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
924
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
925
+ of<T>(...items: T[]): T[];
926
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
927
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
928
+ readonly [Symbol.species]: ArrayConstructor;
929
+ };
930
+ default: () => never[];
931
+ };
932
+ search: {
933
+ type: import('vue').PropType<import('./components/search/props').SearchModel>;
934
+ };
935
+ }>> & Readonly<{
936
+ onReset?: ((...args: any[]) => any) | undefined;
937
+ "onUpdate:search"?: ((value: import('./components/search/props').SearchModel) => any) | undefined;
938
+ }>, {
939
+ handleSearch: (reset?: boolean) => Promise<void>;
940
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
941
+ reset: (...args: any[]) => void;
942
+ "update:search": (value: import('./components/search/props').SearchModel) => void;
943
+ }, string, {
944
+ url: string;
945
+ render: Function;
946
+ methodType: import('./components/search-table/props').RequestMethodType;
947
+ responseDataField: string;
948
+ responseTotalField: string;
949
+ headers: Record<string, any>;
950
+ showPagination: boolean;
951
+ paramsHandler: Function;
952
+ searchProps: Record<string, any>;
953
+ tableProps: Record<string, any>;
954
+ columns: any[];
955
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
956
+ $slots: Partial<Record<any, (_: {}) => any>> & Partial<Record<any, (_: {
957
+ index: any;
958
+ row: any;
959
+ }) => any>> & {
960
+ prefix?(_: {}): any;
961
+ suffix?(_: {}): any;
962
+ };
963
+ })) | ({
964
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./components/detail/type').MlDetailProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
965
+ descColumn: number;
966
+ dataList: Record<string, any>;
967
+ listTypeInfo: Record<string, any>;
968
+ descData: import('./components/detail/type').DescItem[];
969
+ isColon: boolean;
970
+ isLabelBold: boolean;
971
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
972
+ P: {};
973
+ B: {};
974
+ D: {};
975
+ C: {};
976
+ M: {};
977
+ Defaults: {};
978
+ }, Readonly<import('./components/detail/type').MlDetailProps> & Readonly<{}>, {}, {}, {}, {}, {
979
+ descColumn: number;
980
+ dataList: Record<string, any>;
981
+ listTypeInfo: Record<string, any>;
982
+ descData: import('./components/detail/type').DescItem[];
983
+ isColon: boolean;
984
+ isLabelBold: boolean;
985
+ }>;
986
+ __isFragment?: never;
987
+ __isTeleport?: never;
988
+ __isSuspense?: never;
989
+ } & import('vue').ComponentOptionsBase<Readonly<import('./components/detail/type').MlDetailProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
990
+ descColumn: number;
991
+ dataList: Record<string, any>;
992
+ listTypeInfo: Record<string, any>;
993
+ descData: import('./components/detail/type').DescItem[];
994
+ isColon: boolean;
995
+ isLabelBold: boolean;
996
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
997
+ $slots: Partial<Record<string, (_: {}) => any>>;
998
+ })) | ({
999
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./components/button/type').MlButtonSelfProps> & Readonly<{
1000
+ onClick?: ((...args: any[]) => any) | undefined;
1001
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1002
+ click: (...args: any[]) => void;
1003
+ }, import('vue').PublicProps, {
1004
+ time: number;
1005
+ placement: string;
1006
+ tip: string;
1007
+ tipProps: Record<string, any>;
1008
+ isDebounce: boolean;
1009
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1010
+ P: {};
1011
+ B: {};
1012
+ D: {};
1013
+ C: {};
1014
+ M: {};
1015
+ Defaults: {};
1016
+ }, Readonly<import('./components/button/type').MlButtonSelfProps> & Readonly<{
1017
+ onClick?: ((...args: any[]) => any) | undefined;
1018
+ }>, {}, {}, {}, {}, {
1019
+ time: number;
1020
+ placement: string;
1021
+ tip: string;
1022
+ tipProps: Record<string, any>;
1023
+ isDebounce: boolean;
1024
+ }>;
1025
+ __isFragment?: never;
1026
+ __isTeleport?: never;
1027
+ __isSuspense?: never;
1028
+ } & import('vue').ComponentOptionsBase<Readonly<import('./components/button/type').MlButtonSelfProps> & Readonly<{
1029
+ onClick?: ((...args: any[]) => any) | undefined;
1030
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1031
+ click: (...args: any[]) => void;
1032
+ }, string, {
1033
+ time: number;
1034
+ placement: string;
1035
+ tip: string;
1036
+ tipProps: Record<string, any>;
1037
+ isDebounce: boolean;
1038
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1039
+ $slots: {
1040
+ default?(_: {}): any;
1041
+ default?(_: {}): any;
1042
+ };
1043
+ })) | ({
1044
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
1045
+ modelValue?: import('./components/number-range-input/props').NumberRangeValue;
1046
+ } & import('./components/number-range-input/props').NumberRangeInputProps> & Readonly<{
1047
+ "onUpdate:modelValue"?: ((value: import('./components/number-range-input/props').NumberRangeValue) => any) | undefined;
1048
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1049
+ "update:modelValue": (value: import('./components/number-range-input/props').NumberRangeValue) => any;
1050
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
1051
+ P: {};
1052
+ B: {};
1053
+ D: {};
1054
+ C: {};
1055
+ M: {};
1056
+ Defaults: {};
1057
+ }, Readonly<{
1058
+ modelValue?: import('./components/number-range-input/props').NumberRangeValue;
1059
+ } & import('./components/number-range-input/props').NumberRangeInputProps> & Readonly<{
1060
+ "onUpdate:modelValue"?: ((value: import('./components/number-range-input/props').NumberRangeValue) => any) | undefined;
1061
+ }>, {}, {}, {}, {}, {}>;
1062
+ __isFragment?: never;
1063
+ __isTeleport?: never;
1064
+ __isSuspense?: never;
1065
+ } & import('vue').ComponentOptionsBase<Readonly<{
1066
+ modelValue?: import('./components/number-range-input/props').NumberRangeValue;
1067
+ } & import('./components/number-range-input/props').NumberRangeInputProps> & Readonly<{
1068
+ "onUpdate:modelValue"?: ((value: import('./components/number-range-input/props').NumberRangeValue) => any) | undefined;
1069
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1070
+ "update:modelValue": (value: import('./components/number-range-input/props').NumberRangeValue) => any;
1071
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1072
+ $slots: {
1073
+ 'min-prefix'?(_: {}): any;
1074
+ 'min-suffix'?(_: {}): any;
1075
+ 'min-prepend'?(_: {}): any;
1076
+ 'min-append'?(_: {}): any;
1077
+ 'max-prefix'?(_: {}): any;
1078
+ 'max-suffix'?(_: {}): any;
1079
+ 'max-prepend'?(_: {}): any;
1080
+ 'max-append'?(_: {}): any;
1081
+ };
1082
+ })))[];
1083
+ export declare const MsUIComponentsName: string[];
1084
+ declare const _default: {
1085
+ install: (app: App) => void;
1086
+ };
1087
+ export default _default;