@minilo/ui 0.0.2 → 0.0.3
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/minilo/dist/index.css +1 -1
- package/minilo/dist/index.full.js +2570 -111
- package/minilo/dist/index.full.min.js +7 -1
- package/minilo/dist/index.full.min.js.map +1 -1
- package/minilo/dist/index.full.min.mjs +7 -1
- package/minilo/dist/index.full.min.mjs.map +1 -1
- package/minilo/dist/index.full.mjs +2565 -113
- package/minilo/es/components/button/index.d.ts +4 -4
- package/minilo/es/components/button/index.vue.d.ts +2 -2
- package/minilo/es/components/chart/index.d.ts +4 -4
- package/minilo/es/components/chart/index.vue.d.ts +2 -2
- package/minilo/es/components/chart/index.vue2.mjs +2 -2
- package/minilo/es/components/detail/index.vue2.mjs +1 -1
- package/minilo/es/components/image-upload-pro/index.d.ts +146 -0
- package/minilo/es/components/image-upload-pro/index.mjs +7 -0
- package/minilo/es/components/image-upload-pro/index.vue.d.ts +146 -0
- package/minilo/es/components/image-upload-pro/index.vue.mjs +5 -0
- package/minilo/es/components/image-upload-pro/index.vue2.mjs +667 -0
- package/minilo/es/components/image-upload-pro/type.d.ts +146 -0
- package/minilo/es/components/image-upload-pro/type.mjs +81 -0
- package/minilo/es/components/index.d.ts +4 -0
- package/minilo/es/components/index.mjs +7 -0
- package/minilo/es/components/number-range-input/index.d.ts +3 -3
- package/minilo/es/components/number-range-input/index.vue.d.ts +1 -1
- package/minilo/es/components/search/index.d.ts +26 -26
- package/minilo/es/components/search/index.vue.d.ts +23 -23
- package/minilo/es/components/search/props.d.ts +2 -2
- package/minilo/es/components/search-table/index.d.ts +18 -18
- package/minilo/es/components/search-table/index.vue.d.ts +9 -9
- package/minilo/es/components/search-table/index.vue2.mjs +2 -2
- package/minilo/es/components/search-table/props.d.ts +3 -3
- package/minilo/es/components/tree-select/index.d.ts +32 -0
- package/minilo/es/components/tree-select/index.mjs +6 -0
- package/minilo/es/components/tree-select/index.vue.d.ts +20 -0
- package/minilo/es/components/tree-select/index.vue.mjs +5 -0
- package/minilo/es/components/tree-select/index.vue2.mjs +226 -0
- package/minilo/es/components/tree-select/type.d.ts +34 -0
- package/minilo/es/components/tree-select/type.mjs +1 -0
- package/minilo/es/components/tree-select-dialog/index.d.ts +60 -0
- package/minilo/es/components/tree-select-dialog/index.mjs +7 -0
- package/minilo/es/components/tree-select-dialog/index.vue.d.ts +23 -0
- package/minilo/es/components/tree-select-dialog/index.vue.mjs +5 -0
- package/minilo/es/components/tree-select-dialog/index.vue2.mjs +135 -0
- package/minilo/es/components/tree-select-dialog/type.d.ts +9 -0
- package/minilo/es/components/tree-select-dialog/type.mjs +24 -0
- package/minilo/es/components/tree-select-drawer/index.d.ts +64 -0
- package/minilo/es/components/tree-select-drawer/index.mjs +7 -0
- package/minilo/es/components/tree-select-drawer/index.vue.d.ts +23 -0
- package/minilo/es/components/tree-select-drawer/index.vue.mjs +5 -0
- package/minilo/es/components/tree-select-drawer/index.vue2.mjs +140 -0
- package/minilo/es/components/tree-select-drawer/type.d.ts +10 -0
- package/minilo/es/components/tree-select-drawer/type.mjs +20 -0
- package/minilo/es/components/virtual-list/index.d.ts +4 -4
- package/minilo/es/components/virtual-list/index.vue.d.ts +2 -2
- package/minilo/es/index.d.ts +393 -61
- package/minilo/es/node_modules/.pnpm/{@element-plus_icons-vue@2.3.1_vue@3.5.17_typescript@5.8.3_ → @element-plus_icons-vue@2.3.1_vue@3.5.26_typescript@5.9.3_}/node_modules/@element-plus/icons-vue/dist/index.mjs +17 -1
- package/minilo/es/node_modules/.pnpm/{@vueuse_core@13.6.0_vue@3.5.17_typescript@5.9.3_ → @vueuse_core@13.9.0_vue@3.5.26_typescript@5.9.3_}/node_modules/@vueuse/core/index.mjs +2 -2
- package/minilo/es/resolver/index.d.ts +1 -1
- package/minilo/lib/components/button/index.d.ts +4 -4
- package/minilo/lib/components/button/index.vue.d.ts +2 -2
- package/minilo/lib/components/chart/index.d.ts +4 -4
- package/minilo/lib/components/chart/index.vue.d.ts +2 -2
- package/minilo/lib/components/chart/index.vue2.js +2 -2
- package/minilo/lib/components/detail/index.vue2.js +1 -1
- package/minilo/lib/components/image-upload-pro/index.d.ts +146 -0
- package/minilo/lib/components/image-upload-pro/index.js +13 -0
- package/minilo/lib/components/image-upload-pro/index.vue.d.ts +146 -0
- package/minilo/lib/components/image-upload-pro/index.vue.js +9 -0
- package/minilo/lib/components/image-upload-pro/index.vue2.js +671 -0
- package/minilo/lib/components/image-upload-pro/type.d.ts +146 -0
- package/minilo/lib/components/image-upload-pro/type.js +83 -0
- package/minilo/lib/components/index.d.ts +4 -0
- package/minilo/lib/components/index.js +14 -0
- package/minilo/lib/components/number-range-input/index.d.ts +3 -3
- package/minilo/lib/components/number-range-input/index.vue.d.ts +1 -1
- package/minilo/lib/components/search/index.d.ts +26 -26
- package/minilo/lib/components/search/index.vue.d.ts +23 -23
- package/minilo/lib/components/search/props.d.ts +2 -2
- package/minilo/lib/components/search-table/index.d.ts +18 -18
- package/minilo/lib/components/search-table/index.vue.d.ts +9 -9
- package/minilo/lib/components/search-table/index.vue2.js +2 -2
- package/minilo/lib/components/search-table/props.d.ts +3 -3
- package/minilo/lib/components/tree-select/index.d.ts +32 -0
- package/minilo/lib/components/tree-select/index.js +11 -0
- package/minilo/lib/components/tree-select/index.vue.d.ts +20 -0
- package/minilo/lib/components/tree-select/index.vue.js +9 -0
- package/minilo/lib/components/tree-select/index.vue2.js +230 -0
- package/minilo/lib/components/tree-select/type.d.ts +34 -0
- package/minilo/lib/components/tree-select/type.js +2 -0
- package/minilo/lib/components/tree-select-dialog/index.d.ts +60 -0
- package/minilo/lib/components/tree-select-dialog/index.js +13 -0
- package/minilo/lib/components/tree-select-dialog/index.vue.d.ts +23 -0
- package/minilo/lib/components/tree-select-dialog/index.vue.js +9 -0
- package/minilo/lib/components/tree-select-dialog/index.vue2.js +139 -0
- package/minilo/lib/components/tree-select-dialog/type.d.ts +9 -0
- package/minilo/lib/components/tree-select-dialog/type.js +26 -0
- package/minilo/lib/components/tree-select-drawer/index.d.ts +64 -0
- package/minilo/lib/components/tree-select-drawer/index.js +13 -0
- package/minilo/lib/components/tree-select-drawer/index.vue.d.ts +23 -0
- package/minilo/lib/components/tree-select-drawer/index.vue.js +9 -0
- package/minilo/lib/components/tree-select-drawer/index.vue2.js +144 -0
- package/minilo/lib/components/tree-select-drawer/type.d.ts +10 -0
- package/minilo/lib/components/tree-select-drawer/type.js +22 -0
- package/minilo/lib/components/virtual-list/index.d.ts +4 -4
- package/minilo/lib/components/virtual-list/index.vue.d.ts +2 -2
- package/minilo/lib/index.d.ts +393 -61
- package/minilo/lib/node_modules/.pnpm/{@element-plus_icons-vue@2.3.1_vue@3.5.17_typescript@5.8.3_ → @element-plus_icons-vue@2.3.1_vue@3.5.26_typescript@5.9.3_}/node_modules/@element-plus/icons-vue/dist/index.js +17 -0
- package/minilo/lib/node_modules/.pnpm/{@vueuse_core@13.6.0_vue@3.5.17_typescript@5.9.3_ → @vueuse_core@13.9.0_vue@3.5.26_typescript@5.9.3_}/node_modules/@vueuse/core/index.js +1 -1
- package/minilo/lib/resolver/index.d.ts +1 -1
- package/minilo/theme-chalk/index.css +1 -1
- package/minilo/theme-chalk/ml-image-upload-pro.css +1 -0
- package/minilo/theme-chalk/ml-tree-select-dialog.css +0 -0
- package/minilo/theme-chalk/ml-tree-select-drawer.css +0 -0
- package/minilo/theme-chalk/ml-tree-select.css +1 -0
- package/minilo/theme-chalk/src/image-upload-pro.scss +70 -0
- package/minilo/theme-chalk/src/index.scss +2 -0
- package/minilo/theme-chalk/src/tree-select-dialog.scss +0 -0
- package/minilo/theme-chalk/src/tree-select-drawer.scss +0 -0
- package/minilo/theme-chalk/src/tree-select.scss +47 -0
- package/package.json +18 -5
- /package/minilo/es/{packages → node_modules/.pnpm/@minilo_utils@0.0.2_vue@3.5.26_typescript@5.9.3_/node_modules/@minilo}/utils/dist/func/common.mjs +0 -0
- /package/minilo/es/{packages → node_modules/.pnpm/@minilo_utils@0.0.2_vue@3.5.26_typescript@5.9.3_/node_modules/@minilo}/utils/dist/request/index.mjs +0 -0
- /package/minilo/es/node_modules/.pnpm/{@vueuse_shared@13.6.0_vue@3.5.17_typescript@5.9.3_ → @vueuse_shared@13.9.0_vue@3.5.26_typescript@5.9.3_}/node_modules/@vueuse/shared/index.mjs +0 -0
- /package/minilo/lib/{packages → node_modules/.pnpm/@minilo_utils@0.0.2_vue@3.5.26_typescript@5.9.3_/node_modules/@minilo}/utils/dist/func/common.js +0 -0
- /package/minilo/lib/{packages → node_modules/.pnpm/@minilo_utils@0.0.2_vue@3.5.26_typescript@5.9.3_/node_modules/@minilo}/utils/dist/request/index.js +0 -0
- /package/minilo/lib/node_modules/.pnpm/{@vueuse_shared@13.6.0_vue@3.5.17_typescript@5.9.3_ → @vueuse_shared@13.9.0_vue@3.5.26_typescript@5.9.3_}/node_modules/@vueuse/shared/index.js +0 -0
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { UploadFile } from 'element-plus';
|
|
3
|
+
/**
|
|
4
|
+
* 上传 API 配置(参考 search-table 的配置方式)
|
|
5
|
+
*/
|
|
6
|
+
export interface UploadApiConfig {
|
|
7
|
+
url: string;
|
|
8
|
+
method?: 'post' | 'put';
|
|
9
|
+
headers?: Record<string, string>;
|
|
10
|
+
fieldName?: string;
|
|
11
|
+
data?: Record<string, any>;
|
|
12
|
+
responseUrlField?: string;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* 尺寸限制配置
|
|
16
|
+
*/
|
|
17
|
+
export interface SizeLimit {
|
|
18
|
+
width: number;
|
|
19
|
+
height: number;
|
|
20
|
+
size: number;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* 裁剪比例配置
|
|
24
|
+
*/
|
|
25
|
+
export interface AspectRatio {
|
|
26
|
+
fixed: boolean;
|
|
27
|
+
value: [number, number];
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* 预览项(增强版UploadFile)
|
|
31
|
+
*/
|
|
32
|
+
export interface PreviewItem extends UploadFile {
|
|
33
|
+
isCover?: boolean;
|
|
34
|
+
rawFile?: File;
|
|
35
|
+
blobUrl?: string;
|
|
36
|
+
serverUrl?: string;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* 图片上传组件 Props
|
|
40
|
+
*/
|
|
41
|
+
export declare const imageUploadProProps: {
|
|
42
|
+
/**
|
|
43
|
+
* 已上传图片列表(用于回显)
|
|
44
|
+
* v-model 绑定的值
|
|
45
|
+
*/
|
|
46
|
+
modelValue: {
|
|
47
|
+
type: PropType<PreviewItem[]>;
|
|
48
|
+
default: () => any[];
|
|
49
|
+
};
|
|
50
|
+
/**
|
|
51
|
+
* 允许上传的图片格式
|
|
52
|
+
* 默认支持 jpg、png、webp
|
|
53
|
+
*/
|
|
54
|
+
acceptType: {
|
|
55
|
+
type: StringConstructor;
|
|
56
|
+
default: string;
|
|
57
|
+
};
|
|
58
|
+
/**
|
|
59
|
+
* 尺寸限制配置
|
|
60
|
+
* width/height 为 0 表示不限制
|
|
61
|
+
* size 为最大文件大小(MB)
|
|
62
|
+
*/
|
|
63
|
+
sizeLimit: {
|
|
64
|
+
type: PropType<SizeLimit>;
|
|
65
|
+
default: () => {
|
|
66
|
+
width: number;
|
|
67
|
+
height: number;
|
|
68
|
+
size: number;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
/**
|
|
72
|
+
* 最大上传数量
|
|
73
|
+
* 默认 9 张
|
|
74
|
+
*/
|
|
75
|
+
maxCount: {
|
|
76
|
+
type: NumberConstructor;
|
|
77
|
+
default: number;
|
|
78
|
+
};
|
|
79
|
+
/**
|
|
80
|
+
* 是否允许裁剪图片
|
|
81
|
+
* 启用后会在上传时弹出裁剪对话框
|
|
82
|
+
*/
|
|
83
|
+
allowCrop: {
|
|
84
|
+
type: BooleanConstructor;
|
|
85
|
+
default: boolean;
|
|
86
|
+
};
|
|
87
|
+
/**
|
|
88
|
+
* 是否支持封面标记
|
|
89
|
+
* 允许用户标记某张图片为封面
|
|
90
|
+
*/
|
|
91
|
+
allowCover: {
|
|
92
|
+
type: BooleanConstructor;
|
|
93
|
+
default: boolean;
|
|
94
|
+
};
|
|
95
|
+
/**
|
|
96
|
+
* 是否支持拖拽排序
|
|
97
|
+
* 启用后可以通过拖拽调整图片顺序
|
|
98
|
+
*/
|
|
99
|
+
allowSort: {
|
|
100
|
+
type: BooleanConstructor;
|
|
101
|
+
default: boolean;
|
|
102
|
+
};
|
|
103
|
+
/**
|
|
104
|
+
* 上传 API 配置
|
|
105
|
+
* 配置后,每次选择或裁剪图片时会自动上传到服务器
|
|
106
|
+
*/
|
|
107
|
+
uploadApi: {
|
|
108
|
+
type: PropType<UploadApiConfig>;
|
|
109
|
+
default: any;
|
|
110
|
+
};
|
|
111
|
+
/**
|
|
112
|
+
* 是否自动上传
|
|
113
|
+
* 启用后,选择或裁剪图片时自动调用上传接口
|
|
114
|
+
*/
|
|
115
|
+
autoUpload: {
|
|
116
|
+
type: BooleanConstructor;
|
|
117
|
+
default: boolean;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
120
|
+
/**
|
|
121
|
+
* 组件 Props 类型(从 props 定义中推导)
|
|
122
|
+
*/
|
|
123
|
+
export type ImageUploadProProps = {
|
|
124
|
+
modelValue?: PreviewItem[];
|
|
125
|
+
accept?: string;
|
|
126
|
+
sizeLimit?: SizeLimit;
|
|
127
|
+
maxCount?: number;
|
|
128
|
+
allowCrop?: boolean;
|
|
129
|
+
allowCover?: boolean;
|
|
130
|
+
allowSort?: boolean;
|
|
131
|
+
};
|
|
132
|
+
/**
|
|
133
|
+
* 组件暴露的方法
|
|
134
|
+
*/
|
|
135
|
+
export interface ImageUploadProExpose {
|
|
136
|
+
/**
|
|
137
|
+
* 上传到服务器
|
|
138
|
+
* @param uploadApi 上传接口函数,接收 File 对象,返回图片 URL
|
|
139
|
+
* @returns 上传后的图片列表
|
|
140
|
+
*/
|
|
141
|
+
uploadToServer: (uploadApi: (file: File) => Promise<string>) => Promise<PreviewItem[]>;
|
|
142
|
+
/**
|
|
143
|
+
* 清空所有已上传的图片
|
|
144
|
+
*/
|
|
145
|
+
clear: () => void;
|
|
146
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
const imageUploadProProps = {
|
|
4
|
+
/**
|
|
5
|
+
* 已上传图片列表(用于回显)
|
|
6
|
+
* v-model 绑定的值
|
|
7
|
+
*/
|
|
8
|
+
modelValue: {
|
|
9
|
+
type: Array,
|
|
10
|
+
default: () => []
|
|
11
|
+
},
|
|
12
|
+
/**
|
|
13
|
+
* 允许上传的图片格式
|
|
14
|
+
* 默认支持 jpg、png、webp
|
|
15
|
+
*/
|
|
16
|
+
acceptType: {
|
|
17
|
+
type: String,
|
|
18
|
+
default: "image/jpeg,image/jpg,image/png,image/webp"
|
|
19
|
+
},
|
|
20
|
+
/**
|
|
21
|
+
* 尺寸限制配置
|
|
22
|
+
* width/height 为 0 表示不限制
|
|
23
|
+
* size 为最大文件大小(MB)
|
|
24
|
+
*/
|
|
25
|
+
sizeLimit: {
|
|
26
|
+
type: Object,
|
|
27
|
+
default: () => ({
|
|
28
|
+
width: 0,
|
|
29
|
+
height: 0,
|
|
30
|
+
size: 2
|
|
31
|
+
})
|
|
32
|
+
},
|
|
33
|
+
/**
|
|
34
|
+
* 最大上传数量
|
|
35
|
+
* 默认 9 张
|
|
36
|
+
*/
|
|
37
|
+
maxCount: {
|
|
38
|
+
type: Number,
|
|
39
|
+
default: 9
|
|
40
|
+
},
|
|
41
|
+
/**
|
|
42
|
+
* 是否允许裁剪图片
|
|
43
|
+
* 启用后会在上传时弹出裁剪对话框
|
|
44
|
+
*/
|
|
45
|
+
allowCrop: {
|
|
46
|
+
type: Boolean,
|
|
47
|
+
default: true
|
|
48
|
+
},
|
|
49
|
+
/**
|
|
50
|
+
* 是否支持封面标记
|
|
51
|
+
* 允许用户标记某张图片为封面
|
|
52
|
+
*/
|
|
53
|
+
allowCover: {
|
|
54
|
+
type: Boolean,
|
|
55
|
+
default: true
|
|
56
|
+
},
|
|
57
|
+
/**
|
|
58
|
+
* 是否支持拖拽排序
|
|
59
|
+
* 启用后可以通过拖拽调整图片顺序
|
|
60
|
+
*/
|
|
61
|
+
allowSort: {
|
|
62
|
+
type: Boolean,
|
|
63
|
+
default: true
|
|
64
|
+
},
|
|
65
|
+
/**
|
|
66
|
+
* 上传 API 配置
|
|
67
|
+
* 配置后,每次选择或裁剪图片时会自动上传到服务器
|
|
68
|
+
*/
|
|
69
|
+
uploadApi: {
|
|
70
|
+
type: Object,
|
|
71
|
+
default: null
|
|
72
|
+
},
|
|
73
|
+
/**
|
|
74
|
+
* 是否自动上传
|
|
75
|
+
* 启用后,选择或裁剪图片时自动调用上传接口
|
|
76
|
+
*/
|
|
77
|
+
autoUpload: {
|
|
78
|
+
type: Boolean,
|
|
79
|
+
default: false
|
|
80
|
+
}
|
|
81
|
+
};
|
|
82
|
+
|
|
83
|
+
exports.imageUploadProProps = imageUploadProProps;
|
|
@@ -5,3 +5,7 @@ export * from './detail';
|
|
|
5
5
|
export * from './button';
|
|
6
6
|
export * from './virtual-list';
|
|
7
7
|
export * from './number-range-input';
|
|
8
|
+
export * from './tree-select';
|
|
9
|
+
export * from './tree-select-dialog';
|
|
10
|
+
export * from './tree-select-drawer';
|
|
11
|
+
export * from './image-upload-pro';
|
|
@@ -7,6 +7,13 @@ var index$3 = require('./detail/index.js');
|
|
|
7
7
|
var index$4 = require('./button/index.js');
|
|
8
8
|
var index$5 = require('./virtual-list/index.js');
|
|
9
9
|
var index$6 = require('./number-range-input/index.js');
|
|
10
|
+
var index$7 = require('./tree-select/index.js');
|
|
11
|
+
var index$8 = require('./tree-select-dialog/index.js');
|
|
12
|
+
var index$9 = require('./tree-select-drawer/index.js');
|
|
13
|
+
var index$a = require('./image-upload-pro/index.js');
|
|
14
|
+
var type = require('./tree-select-dialog/type.js');
|
|
15
|
+
var type$1 = require('./tree-select-drawer/type.js');
|
|
16
|
+
var type$2 = require('./image-upload-pro/type.js');
|
|
10
17
|
|
|
11
18
|
|
|
12
19
|
|
|
@@ -17,3 +24,10 @@ exports.MlDetail = index$3.MlDetail;
|
|
|
17
24
|
exports.MlButton = index$4.MlButton;
|
|
18
25
|
exports.MlVirtualList = index$5.MlVirtualList;
|
|
19
26
|
exports.MlNumberRangeInput = index$6.MlNumberRangeInput;
|
|
27
|
+
exports.MlTreeSelect = index$7.MlTreeSelect;
|
|
28
|
+
exports.MlTreeSelectDialog = index$8.MlTreeSelectDialog;
|
|
29
|
+
exports.MlTreeSelectDrawer = index$9.MlTreeSelectDrawer;
|
|
30
|
+
exports.MlImageUploadPro = index$a.MlImageUploadPro;
|
|
31
|
+
exports.dialogPropKeys = type.dialogPropKeys;
|
|
32
|
+
exports.drawerPropKeys = type$1.drawerPropKeys;
|
|
33
|
+
exports.imageUploadProProps = type$2.imageUploadProProps;
|
|
@@ -2,7 +2,7 @@ export declare const MlNumberRangeInput: {
|
|
|
2
2
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
3
3
|
modelValue?: import('./props').NumberRangeValue;
|
|
4
4
|
} & import('./props').NumberRangeInputProps> & Readonly<{
|
|
5
|
-
"onUpdate:modelValue"?: (
|
|
5
|
+
"onUpdate:modelValue"?: (value: import('./props').NumberRangeValue) => any;
|
|
6
6
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
7
|
"update:modelValue": (value: import('./props').NumberRangeValue) => any;
|
|
8
8
|
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
@@ -15,7 +15,7 @@ export declare const MlNumberRangeInput: {
|
|
|
15
15
|
}, Readonly<{
|
|
16
16
|
modelValue?: import('./props').NumberRangeValue;
|
|
17
17
|
} & import('./props').NumberRangeInputProps> & Readonly<{
|
|
18
|
-
"onUpdate:modelValue"?: (
|
|
18
|
+
"onUpdate:modelValue"?: (value: import('./props').NumberRangeValue) => any;
|
|
19
19
|
}>, {}, {}, {}, {}, {}>;
|
|
20
20
|
__isFragment?: never;
|
|
21
21
|
__isTeleport?: never;
|
|
@@ -23,7 +23,7 @@ export declare const MlNumberRangeInput: {
|
|
|
23
23
|
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
24
24
|
modelValue?: import('./props').NumberRangeValue;
|
|
25
25
|
} & import('./props').NumberRangeInputProps> & Readonly<{
|
|
26
|
-
"onUpdate:modelValue"?: (
|
|
26
|
+
"onUpdate:modelValue"?: (value: import('./props').NumberRangeValue) => any;
|
|
27
27
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
28
28
|
"update:modelValue": (value: import('./props').NumberRangeValue) => any;
|
|
29
29
|
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -22,7 +22,7 @@ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
|
22
22
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
23
23
|
"update:modelValue": (value: NumberRangeValue) => any;
|
|
24
24
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
25
|
-
"onUpdate:modelValue"?: (
|
|
25
|
+
"onUpdate:modelValue"?: (value: NumberRangeValue) => any;
|
|
26
26
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
27
27
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
28
28
|
export default _default;
|
|
@@ -53,7 +53,7 @@ export declare const MlSearch: {
|
|
|
53
53
|
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
54
54
|
readonly [Symbol.species]: ArrayConstructor;
|
|
55
55
|
};
|
|
56
|
-
default: () =>
|
|
56
|
+
default: () => any[];
|
|
57
57
|
};
|
|
58
58
|
item: {
|
|
59
59
|
type: {
|
|
@@ -72,24 +72,24 @@ export declare const MlSearch: {
|
|
|
72
72
|
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
73
73
|
readonly [Symbol.species]: ArrayConstructor;
|
|
74
74
|
};
|
|
75
|
-
default: () =>
|
|
75
|
+
default: () => any[];
|
|
76
76
|
};
|
|
77
77
|
modelValue: {
|
|
78
78
|
type: import('vue').PropType<import('./props').SearchModel>;
|
|
79
79
|
};
|
|
80
80
|
}>> & Readonly<{
|
|
81
|
-
onSubmit?: (
|
|
82
|
-
onReset?: (
|
|
83
|
-
"onUpdate:modelValue"?: (
|
|
81
|
+
onSubmit?: (...args: any[]) => any;
|
|
82
|
+
onReset?: (...args: any[]) => any;
|
|
83
|
+
"onUpdate:modelValue"?: (value: import('./props').SearchModel) => any;
|
|
84
84
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
85
85
|
submit: (...args: any[]) => void;
|
|
86
86
|
reset: (...args: any[]) => void;
|
|
87
87
|
"update:modelValue": (value: import('./props').SearchModel) => void;
|
|
88
88
|
}, import('vue').PublicProps, {
|
|
89
89
|
size: "" | "small" | "default" | "large";
|
|
90
|
+
slots: import('./props').CustomSlot[];
|
|
90
91
|
span: number;
|
|
91
92
|
item: import('./props').SearchItem[];
|
|
92
|
-
slots: import('./props').CustomSlot[];
|
|
93
93
|
labelWidth: string | number;
|
|
94
94
|
inline: boolean;
|
|
95
95
|
disabled: boolean;
|
|
@@ -98,7 +98,7 @@ export declare const MlSearch: {
|
|
|
98
98
|
submitBtnText: string;
|
|
99
99
|
resetBtnText: string;
|
|
100
100
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
101
|
-
searchFormRef:
|
|
101
|
+
searchFormRef: {
|
|
102
102
|
$: import('vue').ComponentInternalInstance;
|
|
103
103
|
$data: {};
|
|
104
104
|
$props: Partial<{
|
|
@@ -129,10 +129,10 @@ export declare const MlSearch: {
|
|
|
129
129
|
readonly hideRequiredAsterisk: boolean;
|
|
130
130
|
readonly scrollToError: boolean;
|
|
131
131
|
readonly scrollIntoViewOptions: boolean | Record<string, any>;
|
|
132
|
-
readonly size?:
|
|
133
|
-
readonly model?: Record<string, any
|
|
134
|
-
readonly rules?: Partial<Record<string, import('element-plus').FormItemRule | import('element-plus').FormItemRule[]
|
|
135
|
-
onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined
|
|
132
|
+
readonly size?: "" | "small" | "default" | "large";
|
|
133
|
+
readonly model?: Record<string, any>;
|
|
134
|
+
readonly rules?: Partial<Record<string, import('element-plus').FormItemRule | import('element-plus').FormItemRule[]>>;
|
|
135
|
+
onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
136
136
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "labelWidth" | "inline" | "disabled" | "labelPosition" | "requireAsteriskPosition" | "labelSuffix" | "inlineMessage" | "statusIcon" | "showMessage" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError" | "scrollIntoViewOptions">;
|
|
137
137
|
$attrs: {
|
|
138
138
|
[x: string]: unknown;
|
|
@@ -141,7 +141,7 @@ export declare const MlSearch: {
|
|
|
141
141
|
[x: string]: unknown;
|
|
142
142
|
};
|
|
143
143
|
$slots: Readonly<{
|
|
144
|
-
[name: string]: import('vue').Slot<any
|
|
144
|
+
[name: string]: import('vue').Slot<any>;
|
|
145
145
|
}>;
|
|
146
146
|
$root: import('vue').ComponentPublicInstance | null;
|
|
147
147
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
@@ -374,7 +374,7 @@ export declare const MlSearch: {
|
|
|
374
374
|
$slots: {
|
|
375
375
|
default?(_: {}): any;
|
|
376
376
|
};
|
|
377
|
-
}
|
|
377
|
+
};
|
|
378
378
|
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
379
379
|
P: {};
|
|
380
380
|
B: {};
|
|
@@ -436,7 +436,7 @@ export declare const MlSearch: {
|
|
|
436
436
|
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
437
437
|
readonly [Symbol.species]: ArrayConstructor;
|
|
438
438
|
};
|
|
439
|
-
default: () =>
|
|
439
|
+
default: () => any[];
|
|
440
440
|
};
|
|
441
441
|
item: {
|
|
442
442
|
type: {
|
|
@@ -455,20 +455,20 @@ export declare const MlSearch: {
|
|
|
455
455
|
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
456
456
|
readonly [Symbol.species]: ArrayConstructor;
|
|
457
457
|
};
|
|
458
|
-
default: () =>
|
|
458
|
+
default: () => any[];
|
|
459
459
|
};
|
|
460
460
|
modelValue: {
|
|
461
461
|
type: import('vue').PropType<import('./props').SearchModel>;
|
|
462
462
|
};
|
|
463
463
|
}>> & Readonly<{
|
|
464
|
-
onSubmit?: (
|
|
465
|
-
onReset?: (
|
|
466
|
-
"onUpdate:modelValue"?: (
|
|
464
|
+
onSubmit?: (...args: any[]) => any;
|
|
465
|
+
onReset?: (...args: any[]) => any;
|
|
466
|
+
"onUpdate:modelValue"?: (value: import('./props').SearchModel) => any;
|
|
467
467
|
}>, {}, {}, {}, {}, {
|
|
468
468
|
size: "" | "small" | "default" | "large";
|
|
469
|
+
slots: import('./props').CustomSlot[];
|
|
469
470
|
span: number;
|
|
470
471
|
item: import('./props').SearchItem[];
|
|
471
|
-
slots: import('./props').CustomSlot[];
|
|
472
472
|
labelWidth: string | number;
|
|
473
473
|
inline: boolean;
|
|
474
474
|
disabled: boolean;
|
|
@@ -534,7 +534,7 @@ export declare const MlSearch: {
|
|
|
534
534
|
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
535
535
|
readonly [Symbol.species]: ArrayConstructor;
|
|
536
536
|
};
|
|
537
|
-
default: () =>
|
|
537
|
+
default: () => any[];
|
|
538
538
|
};
|
|
539
539
|
item: {
|
|
540
540
|
type: {
|
|
@@ -553,24 +553,24 @@ export declare const MlSearch: {
|
|
|
553
553
|
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
554
554
|
readonly [Symbol.species]: ArrayConstructor;
|
|
555
555
|
};
|
|
556
|
-
default: () =>
|
|
556
|
+
default: () => any[];
|
|
557
557
|
};
|
|
558
558
|
modelValue: {
|
|
559
559
|
type: import('vue').PropType<import('./props').SearchModel>;
|
|
560
560
|
};
|
|
561
561
|
}>> & Readonly<{
|
|
562
|
-
onSubmit?: (
|
|
563
|
-
onReset?: (
|
|
564
|
-
"onUpdate:modelValue"?: (
|
|
562
|
+
onSubmit?: (...args: any[]) => any;
|
|
563
|
+
onReset?: (...args: any[]) => any;
|
|
564
|
+
"onUpdate:modelValue"?: (value: import('./props').SearchModel) => any;
|
|
565
565
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
566
566
|
submit: (...args: any[]) => void;
|
|
567
567
|
reset: (...args: any[]) => void;
|
|
568
568
|
"update:modelValue": (value: import('./props').SearchModel) => void;
|
|
569
569
|
}, string, {
|
|
570
570
|
size: "" | "small" | "default" | "large";
|
|
571
|
+
slots: import('./props').CustomSlot[];
|
|
571
572
|
span: number;
|
|
572
573
|
item: import('./props').SearchItem[];
|
|
573
|
-
slots: import('./props').CustomSlot[];
|
|
574
574
|
labelWidth: string | number;
|
|
575
575
|
inline: boolean;
|
|
576
576
|
disabled: boolean;
|
|
@@ -580,7 +580,7 @@ export declare const MlSearch: {
|
|
|
580
580
|
resetBtnText: string;
|
|
581
581
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
582
582
|
$slots: Partial<Record<string, (_: {
|
|
583
|
-
searchModel: import('./props').SearchModel
|
|
583
|
+
searchModel: import('./props').SearchModel;
|
|
584
584
|
}) => any>>;
|
|
585
585
|
});
|
|
586
586
|
export default MlSearch;
|
|
@@ -2,10 +2,10 @@ import { SearchModel } from './props';
|
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
3
|
attrs: Partial<{}>;
|
|
4
4
|
slots: Partial<Record<string, (_: {
|
|
5
|
-
searchModel: SearchModel
|
|
5
|
+
searchModel: SearchModel;
|
|
6
6
|
}) => any>>;
|
|
7
7
|
refs: {
|
|
8
|
-
searchFormRef:
|
|
8
|
+
searchFormRef: {
|
|
9
9
|
$: import('vue').ComponentInternalInstance;
|
|
10
10
|
$data: {};
|
|
11
11
|
$props: Partial<{
|
|
@@ -36,10 +36,10 @@ declare function __VLS_template(): {
|
|
|
36
36
|
readonly hideRequiredAsterisk: boolean;
|
|
37
37
|
readonly scrollToError: boolean;
|
|
38
38
|
readonly scrollIntoViewOptions: boolean | Record<string, any>;
|
|
39
|
-
readonly size?:
|
|
40
|
-
readonly model?: Record<string, any
|
|
41
|
-
readonly rules?: Partial<Record<string, import('element-plus').FormItemRule | import('element-plus').FormItemRule[]
|
|
42
|
-
onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined
|
|
39
|
+
readonly size?: "" | "small" | "default" | "large";
|
|
40
|
+
readonly model?: Record<string, any>;
|
|
41
|
+
readonly rules?: Partial<Record<string, import('element-plus').FormItemRule | import('element-plus').FormItemRule[]>>;
|
|
42
|
+
onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
43
43
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "labelWidth" | "inline" | "disabled" | "labelPosition" | "requireAsteriskPosition" | "labelSuffix" | "inlineMessage" | "statusIcon" | "showMessage" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError" | "scrollIntoViewOptions">;
|
|
44
44
|
$attrs: {
|
|
45
45
|
[x: string]: unknown;
|
|
@@ -48,7 +48,7 @@ declare function __VLS_template(): {
|
|
|
48
48
|
[x: string]: unknown;
|
|
49
49
|
};
|
|
50
50
|
$slots: Readonly<{
|
|
51
|
-
[name: string]: import('vue').Slot<any
|
|
51
|
+
[name: string]: import('vue').Slot<any>;
|
|
52
52
|
}>;
|
|
53
53
|
$root: import('vue').ComponentPublicInstance | null;
|
|
54
54
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
@@ -281,7 +281,7 @@ declare function __VLS_template(): {
|
|
|
281
281
|
$slots: {
|
|
282
282
|
default?(_: {}): any;
|
|
283
283
|
};
|
|
284
|
-
}
|
|
284
|
+
};
|
|
285
285
|
};
|
|
286
286
|
rootEl: HTMLDivElement;
|
|
287
287
|
};
|
|
@@ -340,7 +340,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
340
340
|
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
341
341
|
readonly [Symbol.species]: ArrayConstructor;
|
|
342
342
|
};
|
|
343
|
-
default: () =>
|
|
343
|
+
default: () => any[];
|
|
344
344
|
};
|
|
345
345
|
item: {
|
|
346
346
|
type: {
|
|
@@ -359,7 +359,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
359
359
|
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
360
360
|
readonly [Symbol.species]: ArrayConstructor;
|
|
361
361
|
};
|
|
362
|
-
default: () =>
|
|
362
|
+
default: () => any[];
|
|
363
363
|
};
|
|
364
364
|
modelValue: {
|
|
365
365
|
type: import('vue').PropType<SearchModel>;
|
|
@@ -422,7 +422,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
422
422
|
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
423
423
|
readonly [Symbol.species]: ArrayConstructor;
|
|
424
424
|
};
|
|
425
|
-
default: () =>
|
|
425
|
+
default: () => any[];
|
|
426
426
|
};
|
|
427
427
|
item: {
|
|
428
428
|
type: {
|
|
@@ -441,20 +441,20 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
441
441
|
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
442
442
|
readonly [Symbol.species]: ArrayConstructor;
|
|
443
443
|
};
|
|
444
|
-
default: () =>
|
|
444
|
+
default: () => any[];
|
|
445
445
|
};
|
|
446
446
|
modelValue: {
|
|
447
447
|
type: import('vue').PropType<SearchModel>;
|
|
448
448
|
};
|
|
449
449
|
}>> & Readonly<{
|
|
450
|
-
onSubmit?: (
|
|
451
|
-
onReset?: (
|
|
452
|
-
"onUpdate:modelValue"?: (
|
|
450
|
+
onSubmit?: (...args: any[]) => any;
|
|
451
|
+
onReset?: (...args: any[]) => any;
|
|
452
|
+
"onUpdate:modelValue"?: (value: SearchModel) => any;
|
|
453
453
|
}>, {
|
|
454
454
|
size: "" | "small" | "default" | "large";
|
|
455
|
+
slots: import('./props').CustomSlot[];
|
|
455
456
|
span: number;
|
|
456
457
|
item: import('./props').SearchItem[];
|
|
457
|
-
slots: import('./props').CustomSlot[];
|
|
458
458
|
labelWidth: string | number;
|
|
459
459
|
inline: boolean;
|
|
460
460
|
disabled: boolean;
|
|
@@ -463,7 +463,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
463
463
|
submitBtnText: string;
|
|
464
464
|
resetBtnText: string;
|
|
465
465
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
466
|
-
searchFormRef:
|
|
466
|
+
searchFormRef: {
|
|
467
467
|
$: import('vue').ComponentInternalInstance;
|
|
468
468
|
$data: {};
|
|
469
469
|
$props: Partial<{
|
|
@@ -494,10 +494,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
494
494
|
readonly hideRequiredAsterisk: boolean;
|
|
495
495
|
readonly scrollToError: boolean;
|
|
496
496
|
readonly scrollIntoViewOptions: boolean | Record<string, any>;
|
|
497
|
-
readonly size?:
|
|
498
|
-
readonly model?: Record<string, any
|
|
499
|
-
readonly rules?: Partial<Record<string, import('element-plus').FormItemRule | import('element-plus').FormItemRule[]
|
|
500
|
-
onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined
|
|
497
|
+
readonly size?: "" | "small" | "default" | "large";
|
|
498
|
+
readonly model?: Record<string, any>;
|
|
499
|
+
readonly rules?: Partial<Record<string, import('element-plus').FormItemRule | import('element-plus').FormItemRule[]>>;
|
|
500
|
+
onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
501
501
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "labelWidth" | "inline" | "disabled" | "labelPosition" | "requireAsteriskPosition" | "labelSuffix" | "inlineMessage" | "statusIcon" | "showMessage" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError" | "scrollIntoViewOptions">;
|
|
502
502
|
$attrs: {
|
|
503
503
|
[x: string]: unknown;
|
|
@@ -506,7 +506,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
506
506
|
[x: string]: unknown;
|
|
507
507
|
};
|
|
508
508
|
$slots: Readonly<{
|
|
509
|
-
[name: string]: import('vue').Slot<any
|
|
509
|
+
[name: string]: import('vue').Slot<any>;
|
|
510
510
|
}>;
|
|
511
511
|
$root: import('vue').ComponentPublicInstance | null;
|
|
512
512
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
@@ -739,7 +739,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
739
739
|
$slots: {
|
|
740
740
|
default?(_: {}): any;
|
|
741
741
|
};
|
|
742
|
-
}
|
|
742
|
+
};
|
|
743
743
|
}, HTMLDivElement>;
|
|
744
744
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
745
745
|
export default _default;
|
|
@@ -83,7 +83,7 @@ export declare const searchProps: {
|
|
|
83
83
|
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
84
84
|
readonly [Symbol.species]: ArrayConstructor;
|
|
85
85
|
};
|
|
86
|
-
default: () =>
|
|
86
|
+
default: () => any[];
|
|
87
87
|
};
|
|
88
88
|
item: {
|
|
89
89
|
type: {
|
|
@@ -102,6 +102,6 @@ export declare const searchProps: {
|
|
|
102
102
|
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
103
103
|
readonly [Symbol.species]: ArrayConstructor;
|
|
104
104
|
};
|
|
105
|
-
default: () =>
|
|
105
|
+
default: () => any[];
|
|
106
106
|
};
|
|
107
107
|
};
|