sl-el-utils 0.0.29 → 0.0.31
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/dist/components/ReCol/index.d.ts +15 -0
- package/dist/components/ReCol/index.d.ts.map +1 -0
- package/dist/components/ReCropper/src/svg/index.d.ts +17 -0
- package/dist/components/ReCropper/src/svg/index.d.ts.map +1 -0
- package/dist/components/ReDateTimePicker/ReDatePicker/index.vue.d.ts +21 -0
- package/dist/components/ReDateTimePicker/ReDatePicker/index.vue.d.ts.map +1 -0
- package/dist/components/ReDateTimePicker/ReTimePicker/index.vue.d.ts +21 -0
- package/dist/components/ReDateTimePicker/ReTimePicker/index.vue.d.ts.map +1 -0
- package/dist/components/ReDateTimePicker/index.d.ts +5 -0
- package/dist/components/ReDateTimePicker/index.d.ts.map +1 -0
- package/dist/components/ReDialog/index.vue.d.ts +3 -0
- package/dist/components/ReDialog/index.vue.d.ts.map +1 -0
- package/dist/components/ReDialog/type.d.ts +216 -0
- package/dist/components/ReDialog/type.d.ts.map +1 -0
- package/dist/components/ReDocument/index.d.ts +4 -0
- package/dist/components/ReDocument/index.d.ts.map +1 -0
- package/dist/components/ReDocument/index.vue.d.ts +25 -0
- package/dist/components/ReDocument/index.vue.d.ts.map +1 -0
- package/dist/components/ReDocument/types.d.ts +5 -0
- package/dist/components/ReDocument/types.d.ts.map +1 -0
- package/dist/components/ReFile/index.d.ts +6 -0
- package/dist/components/ReFile/index.d.ts.map +1 -0
- package/dist/components/ReFile/src/hooks.d.ts +49 -0
- package/dist/components/ReFile/src/hooks.d.ts.map +1 -0
- package/dist/components/ReFile/src/uploadFile.vue.d.ts +47 -0
- package/dist/components/ReFile/src/uploadFile.vue.d.ts.map +1 -0
- package/dist/components/ReFile/src/uploadImage.vue.d.ts +47 -0
- package/dist/components/ReFile/src/uploadImage.vue.d.ts.map +1 -0
- package/dist/components/ReFile/src/uploadVideo.vue.d.ts +47 -0
- package/dist/components/ReFile/src/uploadVideo.vue.d.ts.map +1 -0
- package/dist/components/ReForm/ReDescriptions/example.d.ts +136 -0
- package/dist/components/ReForm/ReDescriptions/example.d.ts.map +1 -0
- package/dist/components/ReForm/ReDescriptions/index.vue.d.ts +61 -0
- package/dist/components/ReForm/ReDescriptions/index.vue.d.ts.map +1 -0
- package/dist/components/ReForm/ReDescriptions/types.d.ts +25 -0
- package/dist/components/ReForm/ReDescriptions/types.d.ts.map +1 -0
- package/dist/components/ReForm/ReEditForm/index.vue.d.ts +56 -0
- package/dist/components/ReForm/ReEditForm/index.vue.d.ts.map +1 -0
- package/dist/components/ReForm/ReEditForm/types.d.ts +34 -0
- package/dist/components/ReForm/ReEditForm/types.d.ts.map +1 -0
- package/dist/components/ReForm/ReSearch/index.vue.d.ts +69 -0
- package/dist/components/ReForm/ReSearch/index.vue.d.ts.map +1 -0
- package/dist/components/ReForm/ReSearch/types.d.ts +36 -0
- package/dist/components/ReForm/ReSearch/types.d.ts.map +1 -0
- package/dist/components/ReForm/example.d.ts +124 -0
- package/dist/components/ReForm/example.d.ts.map +1 -0
- package/dist/components/ReForm/index.d.ts +6 -0
- package/dist/components/ReForm/index.d.ts.map +1 -0
- package/dist/components/ReForm/renderer.d.ts +17 -0
- package/dist/components/ReForm/renderer.d.ts.map +1 -0
- package/dist/components/ReIcon/index.d.ts +46 -0
- package/dist/components/ReIcon/index.d.ts.map +1 -0
- package/dist/components/ReIcon/src/hooks.d.ts +12 -0
- package/dist/components/ReIcon/src/hooks.d.ts.map +1 -0
- package/dist/components/ReIcon/src/iconfont.d.ts +15 -0
- package/dist/components/ReIcon/src/iconfont.d.ts.map +1 -0
- package/dist/components/ReIcon/src/iconifyIconOffline.d.ts +15 -0
- package/dist/components/ReIcon/src/iconifyIconOffline.d.ts.map +1 -0
- package/dist/components/ReIcon/src/iconifyIconOnline.d.ts +17 -0
- package/dist/components/ReIcon/src/iconifyIconOnline.d.ts.map +1 -0
- package/dist/components/ReIcon/src/offlineIcon.d.ts +2 -0
- package/dist/components/ReIcon/src/offlineIcon.d.ts.map +1 -0
- package/dist/components/ReIcon/src/types.d.ts +18 -0
- package/dist/components/ReIcon/src/types.d.ts.map +1 -0
- package/dist/components/ReTable/RePureTable/index.vue.d.ts +42 -0
- package/dist/components/ReTable/RePureTable/index.vue.d.ts.map +1 -0
- package/dist/components/ReTable/RePureTableBar/index.d.ts +51 -0
- package/dist/components/ReTable/RePureTableBar/index.d.ts.map +1 -0
- package/dist/components/ReTable/RePureTableBar/src/bar.d.ts +59 -0
- package/dist/components/ReTable/RePureTableBar/src/bar.d.ts.map +1 -0
- package/dist/components/ReTable/ReTable/index.vue.d.ts +52 -0
- package/dist/components/ReTable/ReTable/index.vue.d.ts.map +1 -0
- package/dist/components/ReTable/index.d.ts +6 -0
- package/dist/components/ReTable/index.d.ts.map +1 -0
- package/dist/components/index.d.ts +10 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/config/index.d.ts +27 -0
- package/dist/config/index.d.ts.map +1 -0
- package/dist/directives/copy/index.d.ts +8 -0
- package/dist/directives/copy/index.d.ts.map +1 -0
- package/dist/directives/index.d.ts +3 -0
- package/dist/directives/index.d.ts.map +1 -0
- package/dist/directives/longpress/index.d.ts +4 -0
- package/dist/directives/longpress/index.d.ts.map +1 -0
- package/dist/index.d.ts +19 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +2227 -32638
- package/dist/index.umd.cjs +1 -69
- package/dist/style.css +9 -0
- package/dist/utils/date_utils.d.ts +7 -0
- package/dist/utils/date_utils.d.ts.map +1 -0
- package/dist/utils/file_utils.d.ts +1 -0
- package/dist/utils/file_utils.d.ts.map +1 -0
- package/dist/utils/hooks.d.ts +24 -0
- package/dist/utils/hooks.d.ts.map +1 -0
- package/dist/utils/message.d.ts +46 -0
- package/dist/utils/message.d.ts.map +1 -0
- package/dist/utils/print_author.d.ts +2 -0
- package/dist/utils/print_author.d.ts.map +1 -0
- package/package.json +78 -39
- package/dist/favicon.ico +0 -0
- package/dist/logo.svg +0 -1
- package/dist/packages/sl-el-utils/assets/index.css +0 -9
- package/dist/platform-config.json +0 -26
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare const ReCol: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
value: {
|
|
3
|
+
type: NumberConstructor;
|
|
4
|
+
default: number;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7
|
+
value: {
|
|
8
|
+
type: NumberConstructor;
|
|
9
|
+
default: number;
|
|
10
|
+
};
|
|
11
|
+
}>> & Readonly<{}>, {
|
|
12
|
+
value: number;
|
|
13
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
export default ReCol;
|
|
15
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/ReCol/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,KAAK;;;;;;;;;;;;4EAwBhB,CAAC;AAEH,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { default as Reload } from './reload.svg?component';
|
|
2
|
+
import { default as Upload } from './upload.svg?component';
|
|
3
|
+
import { default as ArrowH } from './arrow-h.svg?component';
|
|
4
|
+
import { default as ArrowV } from './arrow-v.svg?component';
|
|
5
|
+
import { default as ArrowUp } from './arrow-up.svg?component';
|
|
6
|
+
import { default as ChangeIcon } from './change.svg?component';
|
|
7
|
+
import { default as ArrowDown } from './arrow-down.svg?component';
|
|
8
|
+
import { default as ArrowLeft } from './arrow-left.svg?component';
|
|
9
|
+
import { default as DownloadIcon } from './download.svg?component';
|
|
10
|
+
import { default as ArrowRight } from './arrow-right.svg?component';
|
|
11
|
+
import { default as RotateLeft } from './rotate-left.svg?component';
|
|
12
|
+
import { default as SearchPlus } from './search-plus.svg?component';
|
|
13
|
+
import { default as RotateRight } from './rotate-right.svg?component';
|
|
14
|
+
import { default as SearchMinus } from './search-minus.svg?component';
|
|
15
|
+
|
|
16
|
+
export { Reload, Upload, ArrowH, ArrowV, ArrowUp, ArrowDown, ArrowLeft, ChangeIcon, ArrowRight, RotateLeft, SearchPlus, RotateRight, SearchMinus, DownloadIcon };
|
|
17
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../components/ReCropper/src/svg/index.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,wBAAwB,CAAC;AAC5C,OAAO,MAAM,MAAM,wBAAwB,CAAC;AAC5C,OAAO,MAAM,MAAM,yBAAyB,CAAC;AAC7C,OAAO,MAAM,MAAM,yBAAyB,CAAC;AAC7C,OAAO,OAAO,MAAM,0BAA0B,CAAC;AAC/C,OAAO,UAAU,MAAM,wBAAwB,CAAC;AAChD,OAAO,SAAS,MAAM,4BAA4B,CAAC;AACnD,OAAO,SAAS,MAAM,4BAA4B,CAAC;AACnD,OAAO,YAAY,MAAM,0BAA0B,CAAC;AACpD,OAAO,UAAU,MAAM,6BAA6B,CAAC;AACrD,OAAO,UAAU,MAAM,6BAA6B,CAAC;AACrD,OAAO,UAAU,MAAM,6BAA6B,CAAC;AACrD,OAAO,WAAW,MAAM,8BAA8B,CAAC;AACvD,OAAO,WAAW,MAAM,8BAA8B,CAAC;AAEvD,OAAO,EACL,MAAM,EACN,MAAM,EACN,MAAM,EACN,MAAM,EACN,OAAO,EACP,SAAS,EACT,SAAS,EACT,UAAU,EACV,UAAU,EACV,UAAU,EACV,UAAU,EACV,WAAW,EACX,WAAW,EACX,YAAY,EACb,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
modelValue?: any;
|
|
3
|
+
startValue?: any;
|
|
4
|
+
endValue?: any;
|
|
5
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
|
+
"update:model-value": (...args: any[]) => void;
|
|
7
|
+
"update:start-value": (...args: any[]) => void;
|
|
8
|
+
"update:end-value": (...args: any[]) => void;
|
|
9
|
+
change: (...args: any[]) => void;
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
11
|
+
modelValue?: any;
|
|
12
|
+
startValue?: any;
|
|
13
|
+
endValue?: any;
|
|
14
|
+
}> & Readonly<{
|
|
15
|
+
"onUpdate:model-value"?: (...args: any[]) => any;
|
|
16
|
+
"onUpdate:start-value"?: (...args: any[]) => any;
|
|
17
|
+
"onUpdate:end-value"?: (...args: any[]) => any;
|
|
18
|
+
onChange?: (...args: any[]) => any;
|
|
19
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
20
|
+
export default _default;
|
|
21
|
+
//# sourceMappingURL=index.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../../components/ReDateTimePicker/ReDatePicker/index.vue"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;AAOA,wBAiGK"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
modelValue?: any;
|
|
3
|
+
startValue?: any;
|
|
4
|
+
endValue?: any;
|
|
5
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
|
+
"update:model-value": (...args: any[]) => void;
|
|
7
|
+
"update:start-value": (...args: any[]) => void;
|
|
8
|
+
"update:end-value": (...args: any[]) => void;
|
|
9
|
+
change: (...args: any[]) => void;
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
11
|
+
modelValue?: any;
|
|
12
|
+
startValue?: any;
|
|
13
|
+
endValue?: any;
|
|
14
|
+
}> & Readonly<{
|
|
15
|
+
"onUpdate:model-value"?: (...args: any[]) => any;
|
|
16
|
+
"onUpdate:start-value"?: (...args: any[]) => any;
|
|
17
|
+
"onUpdate:end-value"?: (...args: any[]) => any;
|
|
18
|
+
onChange?: (...args: any[]) => any;
|
|
19
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
20
|
+
export default _default;
|
|
21
|
+
//# sourceMappingURL=index.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../../components/ReDateTimePicker/ReTimePicker/index.vue"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;AAOA,wBAuGK"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/ReDateTimePicker/index.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,0BAA0B,CAAC;AACpD,OAAO,YAAY,MAAM,0BAA0B,CAAC;AAEpD,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=index.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../components/ReDialog/index.vue"],"names":[],"mappings":"AA0FA;;AAYA,wBA+ZK"}
|
|
@@ -0,0 +1,216 @@
|
|
|
1
|
+
import { CSSProperties, VNode, Component } from 'vue';
|
|
2
|
+
|
|
3
|
+
type DoneFn = (cancel?: boolean) => void;
|
|
4
|
+
type EventType = "open" | "close" | "openAutoFocus" | "closeAutoFocus" | "fullscreenCallBack";
|
|
5
|
+
type ArgsType = {
|
|
6
|
+
/** `cancel` 点击取消按钮、`sure` 点击确定按钮、`close` 点击右上角关闭按钮或空白页或按下了esc键 */
|
|
7
|
+
command: "cancel" | "sure" | "close";
|
|
8
|
+
};
|
|
9
|
+
type ButtonType = "primary" | "success" | "warning" | "danger" | "info" | "text";
|
|
10
|
+
/** https://element-plus.org/zh-CN/component/dialog.html#attributes */
|
|
11
|
+
type DialogProps = {
|
|
12
|
+
/** `Dialog` 的显示与隐藏 */
|
|
13
|
+
visible?: boolean;
|
|
14
|
+
/** `Dialog` 的标题 */
|
|
15
|
+
title?: string;
|
|
16
|
+
/** `Dialog` 的宽度,默认 `50%` */
|
|
17
|
+
width?: string | number;
|
|
18
|
+
/** 是否为全屏 `Dialog`(会一直处于全屏状态,除非弹框关闭),默认 `false`,`fullscreen` 和 `fullscreenIcon` 都传时只有 `fullscreen` 会生效 */
|
|
19
|
+
fullscreen?: boolean;
|
|
20
|
+
/** 是否显示全屏操作图标,默认 `false`,`fullscreen` 和 `fullscreenIcon` 都传时只有 `fullscreen` 会生效 */
|
|
21
|
+
fullscreenIcon?: boolean;
|
|
22
|
+
/** `Dialog CSS` 中的 `margin-top` 值,默认 `15vh` */
|
|
23
|
+
top?: string;
|
|
24
|
+
/** 是否需要遮罩层,默认 `true` */
|
|
25
|
+
modal?: boolean;
|
|
26
|
+
/** `Dialog` 自身是否插入至 `body` 元素上。嵌套的 `Dialog` 必须指定该属性并赋值为 `true`,默认 `false` */
|
|
27
|
+
appendToBody?: boolean;
|
|
28
|
+
/** 是否在 `Dialog` 出现时将 `body` 滚动锁定,默认 `true` */
|
|
29
|
+
lockScroll?: boolean;
|
|
30
|
+
/** `Dialog` 的自定义类名 */
|
|
31
|
+
class?: string;
|
|
32
|
+
/** `Dialog` 的自定义样式 */
|
|
33
|
+
style?: CSSProperties;
|
|
34
|
+
/** `Dialog` 内容的自定义样式 */
|
|
35
|
+
contentStyle?: CSSProperties;
|
|
36
|
+
/** `Dialog` 打开的延时时间,单位毫秒,默认 `0` */
|
|
37
|
+
openDelay?: number;
|
|
38
|
+
/** `Dialog` 关闭的延时时间,单位毫秒,默认 `0` */
|
|
39
|
+
closeDelay?: number;
|
|
40
|
+
/** 是否可以通过点击 `modal` 关闭 `Dialog`,默认 `true` */
|
|
41
|
+
closeOnClickModal?: boolean;
|
|
42
|
+
/** 是否可以通过按下 `ESC` 关闭 `Dialog`,默认 `true` */
|
|
43
|
+
closeOnPressEscape?: boolean;
|
|
44
|
+
/** 是否显示关闭按钮,默认 `true` */
|
|
45
|
+
showClose?: boolean;
|
|
46
|
+
/** 关闭前的回调,会暂停 `Dialog` 的关闭. 回调函数内执行 `done` 参数方法的时候才是真正关闭对话框的时候 */
|
|
47
|
+
beforeClose?: (done: DoneFn) => void;
|
|
48
|
+
/** 为 `Dialog` 启用可拖拽功能,默认 `false` */
|
|
49
|
+
draggable?: boolean;
|
|
50
|
+
/** 是否让 `Dialog` 的 `header` 和 `footer` 部分居中排列,默认 `false` */
|
|
51
|
+
center?: boolean;
|
|
52
|
+
/** 是否水平垂直对齐对话框,默认 `false` */
|
|
53
|
+
alignCenter?: boolean;
|
|
54
|
+
/** 是否让 `Dialog` 的 `content` 部分居中排列,默认 `false` */
|
|
55
|
+
contentCenter?: boolean;
|
|
56
|
+
/** 当关闭 `Dialog` 时,销毁其中的元素,默认 `false` */
|
|
57
|
+
destroyOnClose?: boolean;
|
|
58
|
+
};
|
|
59
|
+
type Popconfirm = {
|
|
60
|
+
/** 标题 */
|
|
61
|
+
title?: string;
|
|
62
|
+
/** 确认按钮文字 */
|
|
63
|
+
confirmButtonText?: string;
|
|
64
|
+
/** 取消按钮文字 */
|
|
65
|
+
cancelButtonText?: string;
|
|
66
|
+
/** 确认按钮类型,默认 `primary` */
|
|
67
|
+
confirmButtonType?: ButtonType;
|
|
68
|
+
/** 取消按钮类型,默认 `text` */
|
|
69
|
+
cancelButtonType?: ButtonType;
|
|
70
|
+
/** 自定义图标,默认 `QuestionFilled` */
|
|
71
|
+
icon?: string | Component;
|
|
72
|
+
/** `Icon` 颜色,默认 `#f90` */
|
|
73
|
+
iconColor?: string;
|
|
74
|
+
/** 是否隐藏 `Icon`,默认 `false` */
|
|
75
|
+
hideIcon?: boolean;
|
|
76
|
+
/** 关闭时的延迟,默认 `200` */
|
|
77
|
+
hideAfter?: number;
|
|
78
|
+
/** 是否将 `popover` 的下拉列表插入至 `body` 元素,默认 `true` */
|
|
79
|
+
teleported?: boolean;
|
|
80
|
+
/** 当 `popover` 组件长时间不触发且 `persistent` 属性设置为 `false` 时, `popover` 将会被删除,默认 `false` */
|
|
81
|
+
persistent?: boolean;
|
|
82
|
+
/** 弹层宽度,最小宽度 `150px`,默认 `150` */
|
|
83
|
+
width?: string | number;
|
|
84
|
+
};
|
|
85
|
+
type BtnClickDialog = {
|
|
86
|
+
options?: DialogOptions;
|
|
87
|
+
index?: number;
|
|
88
|
+
};
|
|
89
|
+
type BtnClickButton = {
|
|
90
|
+
btn?: ButtonProps;
|
|
91
|
+
index?: number;
|
|
92
|
+
};
|
|
93
|
+
/** https://element-plus.org/zh-CN/component/button.html#button-attributes */
|
|
94
|
+
type ButtonProps = {
|
|
95
|
+
/** 按钮文字 */
|
|
96
|
+
label: string;
|
|
97
|
+
/** 按钮尺寸 */
|
|
98
|
+
size?: "large" | "default" | "small";
|
|
99
|
+
/** 按钮类型 */
|
|
100
|
+
type?: "primary" | "success" | "warning" | "danger" | "info";
|
|
101
|
+
/** 是否为朴素按钮,默认 `false` */
|
|
102
|
+
plain?: boolean;
|
|
103
|
+
/** 是否为文字按钮,默认 `false` */
|
|
104
|
+
text?: boolean;
|
|
105
|
+
/** 是否显示文字按钮背景颜色,默认 `false` */
|
|
106
|
+
bg?: boolean;
|
|
107
|
+
/** 是否为链接按钮,默认 `false` */
|
|
108
|
+
link?: boolean;
|
|
109
|
+
/** 是否为圆角按钮,默认 `false` */
|
|
110
|
+
round?: boolean;
|
|
111
|
+
/** 是否为圆形按钮,默认 `false` */
|
|
112
|
+
circle?: boolean;
|
|
113
|
+
/** 确认按钮的 `Popconfirm` 气泡确认框相关配置 */
|
|
114
|
+
popconfirm?: Popconfirm;
|
|
115
|
+
/** 是否为加载中状态,默认 `false` */
|
|
116
|
+
loading?: boolean;
|
|
117
|
+
/** 自定义加载中状态图标组件 */
|
|
118
|
+
loadingIcon?: string | Component;
|
|
119
|
+
/** 按钮是否为禁用状态,默认 `false` */
|
|
120
|
+
disabled?: boolean;
|
|
121
|
+
/** 图标组件 */
|
|
122
|
+
icon?: string | Component;
|
|
123
|
+
/** 是否开启原生 `autofocus` 属性,默认 `false` */
|
|
124
|
+
autofocus?: boolean;
|
|
125
|
+
/** 原生 `type` 属性,默认 `button` */
|
|
126
|
+
nativeType?: "button" | "submit" | "reset";
|
|
127
|
+
/** 自动在两个中文字符之间插入空格 */
|
|
128
|
+
autoInsertSpace?: boolean;
|
|
129
|
+
/** 自定义按钮颜色, 并自动计算 `hover` 和 `active` 触发后的颜色 */
|
|
130
|
+
color?: string;
|
|
131
|
+
/** `dark` 模式, 意味着自动设置 `color` 为 `dark` 模式的颜色,默认 `false` */
|
|
132
|
+
dark?: boolean;
|
|
133
|
+
/** 自定义元素标签 */
|
|
134
|
+
tag?: string | Component;
|
|
135
|
+
/** 点击按钮后触发的回调 */
|
|
136
|
+
btnClick?: ({ dialog, button, }: {
|
|
137
|
+
/** 当前 `Dialog` 信息 */
|
|
138
|
+
dialog: BtnClickDialog;
|
|
139
|
+
/** 当前 `button` 信息 */
|
|
140
|
+
button: BtnClickButton;
|
|
141
|
+
}) => void;
|
|
142
|
+
};
|
|
143
|
+
interface DialogOptions extends DialogProps {
|
|
144
|
+
/** 内容区组件的 `props`,可通过 `defineProps` 接收 */
|
|
145
|
+
props?: any;
|
|
146
|
+
/** 是否隐藏 `Dialog` 按钮操作区的内容 */
|
|
147
|
+
hideFooter?: boolean;
|
|
148
|
+
/** 确认按钮的 `Popconfirm` 气泡确认框相关配置 */
|
|
149
|
+
popconfirm?: Popconfirm;
|
|
150
|
+
/**
|
|
151
|
+
* @description 自定义对话框标题的内容渲染器
|
|
152
|
+
* @see {@link https://element-plus.org/zh-CN/component/dialog.html#%E8%87%AA%E5%AE%9A%E4%B9%89%E5%A4%B4%E9%83%A8}
|
|
153
|
+
*/
|
|
154
|
+
headerRenderer?: ({ close, titleId, titleClass, }: {
|
|
155
|
+
close: Function;
|
|
156
|
+
titleId: string;
|
|
157
|
+
titleClass: string;
|
|
158
|
+
}) => VNode | Component;
|
|
159
|
+
/** 自定义内容渲染器 */
|
|
160
|
+
contentRenderer?: ({ options, index }: {
|
|
161
|
+
options: DialogOptions;
|
|
162
|
+
index: number;
|
|
163
|
+
}) => VNode | Component;
|
|
164
|
+
/** 自定义按钮操作区的内容渲染器,会覆盖`footerButtons`以及默认的 `取消` 和 `确定` 按钮 */
|
|
165
|
+
footerRenderer?: ({ options, index }: {
|
|
166
|
+
options: DialogOptions;
|
|
167
|
+
index: number;
|
|
168
|
+
}) => VNode | Component;
|
|
169
|
+
/** 自定义底部按钮操作 */
|
|
170
|
+
footerButtons?: Array<ButtonProps>;
|
|
171
|
+
/** `Dialog` 打开后的回调 */
|
|
172
|
+
open?: ({ options, index }: {
|
|
173
|
+
options: DialogOptions;
|
|
174
|
+
index: number;
|
|
175
|
+
}) => void;
|
|
176
|
+
/** `Dialog` 关闭后的回调(只有点击右上角关闭按钮或空白页或按下了esc键关闭页面时才会触发) */
|
|
177
|
+
close?: ({ options, index }: {
|
|
178
|
+
options: DialogOptions;
|
|
179
|
+
index: number;
|
|
180
|
+
}) => void;
|
|
181
|
+
/** `Dialog` 关闭后的回调。 `args` 返回的 `command` 值解析:`cancel` 点击取消按钮、`sure` 点击确定按钮、`close` 点击右上角关闭按钮或空白页或按下了esc键 */
|
|
182
|
+
closeCallBack?: ({ options, index, args }: {
|
|
183
|
+
options: DialogOptions;
|
|
184
|
+
index: number;
|
|
185
|
+
args: any;
|
|
186
|
+
}) => void;
|
|
187
|
+
/** 点击全屏按钮时的回调 */
|
|
188
|
+
fullscreenCallBack?: ({ options, index }: {
|
|
189
|
+
options: DialogOptions;
|
|
190
|
+
index: number;
|
|
191
|
+
}) => void;
|
|
192
|
+
/** 输入焦点聚焦在 `Dialog` 内容时的回调 */
|
|
193
|
+
openAutoFocus?: ({ options, index }: {
|
|
194
|
+
options: DialogOptions;
|
|
195
|
+
index: number;
|
|
196
|
+
}) => void;
|
|
197
|
+
/** 输入焦点从 `Dialog` 内容失焦时的回调 */
|
|
198
|
+
closeAutoFocus?: ({ options, index }: {
|
|
199
|
+
options: DialogOptions;
|
|
200
|
+
index: number;
|
|
201
|
+
}) => void;
|
|
202
|
+
/** 点击底部取消按钮的回调,会暂停 `Dialog` 的关闭. 回调函数内执行 `done` 参数方法的时候才是真正关闭对话框的时候 */
|
|
203
|
+
beforeCancel?: (done: Function, { options, index, }: {
|
|
204
|
+
options: DialogOptions;
|
|
205
|
+
index: number;
|
|
206
|
+
}) => void;
|
|
207
|
+
/** 点击底部确定按钮的回调,会暂停 `Dialog` 的关闭. 回调函数内执行 `done` 参数方法的时候才是真正关闭对话框的时候 */
|
|
208
|
+
beforeSure?: (done: Function, { options, index, closeLoading, }: {
|
|
209
|
+
options: DialogOptions;
|
|
210
|
+
index: number;
|
|
211
|
+
/** 关闭确定按钮的 `loading` 加载动画 */
|
|
212
|
+
closeLoading: Function;
|
|
213
|
+
}) => void;
|
|
214
|
+
}
|
|
215
|
+
export type { EventType, ArgsType, DialogProps, ButtonProps, DialogOptions };
|
|
216
|
+
//# sourceMappingURL=type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../components/ReDialog/type.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/ReDocument/index.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,aAAa,CAAA;AAEpC,OAAO,EAAE,UAAU,EAAE,CAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
dataList: any;
|
|
3
|
+
columns: TableColumnList;
|
|
4
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
+
dataList: any;
|
|
6
|
+
columns: TableColumnList;
|
|
7
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
}>;
|
|
10
|
+
export default _default;
|
|
11
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
12
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
13
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
14
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
15
|
+
} : {
|
|
16
|
+
type: import('vue').PropType<T[K]>;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
+
new (): {
|
|
22
|
+
$slots: S;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=index.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../components/ReDocument/index.vue"],"names":[],"mappings":"AAkCA;;cA4MuD,GAAG;aAAW,eAAe;;cAA7B,GAAG;aAAW,eAAe;;qBApBtD,GAAG;;AAlLjC,wBA2MI;AAAA,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACrE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../components/ReDocument/types.ts"],"names":[],"mappings":"AAAA,UAAU,UAAU;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACb"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { default as UploadFile } from './src/uploadFile.vue';
|
|
2
|
+
import { default as UploadImage } from './src/uploadImage.vue';
|
|
3
|
+
import { default as UploadVideo } from './src/uploadVideo.vue';
|
|
4
|
+
|
|
5
|
+
export { UploadFile, UploadImage, UploadVideo };
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/ReFile/index.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,sBAAsB,CAAC;AAC9C,OAAO,WAAW,MAAM,uBAAuB,CAAC;AAChD,OAAO,WAAW,MAAM,uBAAuB,CAAC;AAEhD,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,WAAW,EAAE,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
import { UploadFile, UploadRequestOptions, UploadUserFile } from 'element-plus';
|
|
3
|
+
import { GlobalConfig, UploadResponse } from '../../../config';
|
|
4
|
+
|
|
5
|
+
export interface UploadedFile extends UploadUserFile {
|
|
6
|
+
id?: string | number | bigint;
|
|
7
|
+
uid: number;
|
|
8
|
+
url?: string;
|
|
9
|
+
}
|
|
10
|
+
export type UploadValueType = "string" | "string[]" | "object[]" | "stringList" | "objectList";
|
|
11
|
+
type ResolvedUploadValueType = "string" | "string[]" | "object[]";
|
|
12
|
+
export type UploadValueItem = {
|
|
13
|
+
id: string | number | bigint;
|
|
14
|
+
name?: string;
|
|
15
|
+
url?: string;
|
|
16
|
+
};
|
|
17
|
+
export type UploadModelValue = string | string[] | UploadValueItem[];
|
|
18
|
+
type UploadModelEmit = {
|
|
19
|
+
(e: "update:model-value", value: UploadModelValue): void;
|
|
20
|
+
(e: "update:modelValue", value: UploadModelValue): void;
|
|
21
|
+
};
|
|
22
|
+
export declare function toUploadUid(id: string | number | bigint): number;
|
|
23
|
+
export declare function isUploadValueItemList(value: UploadModelValue | undefined): value is UploadValueItem[];
|
|
24
|
+
export declare function getUploadValueType(value: UploadModelValue | undefined, valueType?: UploadValueType): ResolvedUploadValueType;
|
|
25
|
+
export declare function getUploadIdList(value: UploadModelValue | undefined): string[];
|
|
26
|
+
export declare function createUploadedFileList(value: UploadModelValue | undefined, globalConfig: GlobalConfig): UploadedFile[];
|
|
27
|
+
export declare function useUploadLimit(attrs: Record<string, unknown>, fileList: Ref<UploadedFile[]>): {
|
|
28
|
+
limit: import('vue').ComputedRef<number>;
|
|
29
|
+
multiple: import('vue').ComputedRef<boolean>;
|
|
30
|
+
hideUploadBtn: import('vue').ComputedRef<boolean>;
|
|
31
|
+
};
|
|
32
|
+
export declare function useUploadModel(fileList: Ref<UploadedFile[]>, emit: UploadModelEmit, props: {
|
|
33
|
+
modelValue?: UploadModelValue;
|
|
34
|
+
valueType?: UploadValueType;
|
|
35
|
+
}): () => void;
|
|
36
|
+
export declare function useUploadRequest(globalConfig: GlobalConfig, props: {
|
|
37
|
+
openStatus?: number;
|
|
38
|
+
}, limitType?: "image" | "video"): (options: UploadRequestOptions) => Promise<void>;
|
|
39
|
+
export declare function useUploadHandlers(globalConfig: GlobalConfig, fileList: Ref<UploadedFile[]>, emitModelValue: () => void, errorMessage: string): {
|
|
40
|
+
handleSuccess: (response: UploadResponse, uploadFile: UploadFile) => void;
|
|
41
|
+
handleError: (error: Error) => void;
|
|
42
|
+
handleRemove: (uploadFile: UploadFile) => void;
|
|
43
|
+
};
|
|
44
|
+
export declare function useUploadSort(fileList: Ref<UploadedFile[]>, emitModelValue: () => void): (uid: number) => void;
|
|
45
|
+
export declare function useVideo(): {
|
|
46
|
+
openVideoPreview: (url: string, title?: string) => Promise<void>;
|
|
47
|
+
};
|
|
48
|
+
export {};
|
|
49
|
+
//# sourceMappingURL=hooks.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../../../components/ReFile/src/hooks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,KAAK,GAAG,EAAE,MAAM,KAAK,CAAC;AAE5C,OAAO,KAAK,EAAE,UAAU,EAAE,oBAAoB,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAGrF,OAAO,KAAK,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAGpE,MAAM,WAAW,YAAa,SAAQ,cAAc;IACnD,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;IAC9B,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,CAAC,EAAE,MAAM,CAAC;CACb;AAED,MAAM,MAAM,eAAe,GAAG,QAAQ,GAAG,UAAU,GAAG,UAAU,GAAG,YAAY,GAAG,YAAY,CAAC;AAC/F,KAAK,uBAAuB,GAAG,QAAQ,GAAG,UAAU,GAAG,UAAU,CAAC;AAClE,MAAM,MAAM,eAAe,GAAG;IAC7B,EAAE,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;CACb,CAAC;AACF,MAAM,MAAM,gBAAgB,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,eAAe,EAAE,CAAC;AAErE,KAAK,eAAe,GAAG;IACtB,CAAC,CAAC,EAAE,oBAAoB,EAAE,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAC;IACzD,CAAC,CAAC,EAAE,mBAAmB,EAAE,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAC;CACxD,CAAC;AAEF,wBAAgB,WAAW,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAGhE;AAMD,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,gBAAgB,GAAG,SAAS,GAAG,KAAK,IAAI,eAAe,EAAE,CAErG;AAQD,wBAAgB,kBAAkB,CACjC,KAAK,EAAE,gBAAgB,GAAG,SAAS,EACnC,SAAS,CAAC,EAAE,eAAe,GACzB,uBAAuB,CAOzB;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,gBAAgB,GAAG,SAAS,GAAG,MAAM,EAAE,CAM7E;AAED,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,gBAAgB,GAAG,SAAS,EAAE,YAAY,EAAE,YAAY,GAAG,YAAY,EAAE,CAgBtH;AAED,wBAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,QAAQ,EAAE,GAAG,CAAC,YAAY,EAAE,CAAC;;;;EAM3F;AAED,wBAAgB,cAAc,CAC7B,QAAQ,EAAE,GAAG,CAAC,YAAY,EAAE,CAAC,EAC7B,IAAI,EAAE,eAAe,EACrB,KAAK,EAAE;IAAE,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAAC,SAAS,CAAC,EAAE,eAAe,CAAA;CAAE,cAkBrE;AAED,wBAAgB,gBAAgB,CAC/B,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE;IAAE,UAAU,CAAC,EAAE,MAAM,CAAA;CAAE,EAC9B,SAAS,CAAC,EAAE,OAAO,GAAG,OAAO,IAEM,SAAS,oBAAoB,mBAehE;AAED,wBAAgB,iBAAiB,CAChC,YAAY,EAAE,YAAY,EAC1B,QAAQ,EAAE,GAAG,CAAC,YAAY,EAAE,CAAC,EAC7B,cAAc,EAAE,MAAM,IAAI,EAC1B,YAAY,EAAE,MAAM;8BAEa,cAAc,cAAc,UAAU;yBAc3C,KAAK;+BAIC,UAAU;EAM5C;AAED,wBAAgB,aAAa,CAAC,QAAQ,EAAE,GAAG,CAAC,YAAY,EAAE,CAAC,EAAE,cAAc,EAAE,MAAM,IAAI,IAG3D,KAAK,MAAM,UAuBtC;AAED,wBAAgB,QAAQ;4BACc,MAAM;EAwB3C"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { UploadModelValue, UploadValueType } from './hooks';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
+
modelValue?: UploadModelValue;
|
|
5
|
+
valueType?: UploadValueType;
|
|
6
|
+
maxSize?: number;
|
|
7
|
+
openStatus?: number;
|
|
8
|
+
}>, {
|
|
9
|
+
maxSize: number;
|
|
10
|
+
openStatus: number;
|
|
11
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
|
+
"update:model-value": (value: UploadModelValue) => void;
|
|
13
|
+
"update:modelValue": (value: UploadModelValue) => void;
|
|
14
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
15
|
+
modelValue?: UploadModelValue;
|
|
16
|
+
valueType?: UploadValueType;
|
|
17
|
+
maxSize?: number;
|
|
18
|
+
openStatus?: number;
|
|
19
|
+
}>, {
|
|
20
|
+
maxSize: number;
|
|
21
|
+
openStatus: number;
|
|
22
|
+
}>>> & Readonly<{
|
|
23
|
+
"onUpdate:model-value"?: (value: UploadModelValue) => any;
|
|
24
|
+
"onUpdate:modelValue"?: (value: UploadModelValue) => any;
|
|
25
|
+
}>, {
|
|
26
|
+
openStatus: number;
|
|
27
|
+
maxSize: number;
|
|
28
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
29
|
+
export default _default;
|
|
30
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
31
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
32
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
33
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
34
|
+
} : {
|
|
35
|
+
type: import('vue').PropType<T[K]>;
|
|
36
|
+
required: true;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
type __VLS_WithDefaults<P, D> = {
|
|
40
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
41
|
+
default: D[K];
|
|
42
|
+
}> : P[K];
|
|
43
|
+
};
|
|
44
|
+
type __VLS_Prettify<T> = {
|
|
45
|
+
[K in keyof T]: T[K];
|
|
46
|
+
} & {};
|
|
47
|
+
//# sourceMappingURL=uploadFile.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"uploadFile.vue.d.ts","sourceRoot":"","sources":["../../../../components/ReFile/src/uploadFile.vue"],"names":[],"mappings":"AA8BA;AASA,OAAO,EAKN,KAAK,gBAAgB,EACrB,KAAK,eAAe,EAMpB,MAAM,SAAS,CAAC;;iBAkOF,gBAAgB;gBACjB,eAAe;cACjB,MAAM;iBACH,MAAM;;;;;;;;iBAHN,gBAAgB;gBACjB,eAAe;cACjB,MAAM;iBACH,MAAM;;;;;;;;gBAAN,MAAM;aADT,MAAM;;AAhOlB,wBAuOI;AAAA,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACrE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { UploadModelValue, UploadValueType } from './hooks';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
+
modelValue?: UploadModelValue;
|
|
5
|
+
valueType?: UploadValueType;
|
|
6
|
+
maxSize?: number;
|
|
7
|
+
openStatus?: number;
|
|
8
|
+
}>, {
|
|
9
|
+
maxSize: number;
|
|
10
|
+
openStatus: number;
|
|
11
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
|
+
"update:model-value": (value: UploadModelValue) => void;
|
|
13
|
+
"update:modelValue": (value: UploadModelValue) => void;
|
|
14
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
15
|
+
modelValue?: UploadModelValue;
|
|
16
|
+
valueType?: UploadValueType;
|
|
17
|
+
maxSize?: number;
|
|
18
|
+
openStatus?: number;
|
|
19
|
+
}>, {
|
|
20
|
+
maxSize: number;
|
|
21
|
+
openStatus: number;
|
|
22
|
+
}>>> & Readonly<{
|
|
23
|
+
"onUpdate:model-value"?: (value: UploadModelValue) => any;
|
|
24
|
+
"onUpdate:modelValue"?: (value: UploadModelValue) => any;
|
|
25
|
+
}>, {
|
|
26
|
+
openStatus: number;
|
|
27
|
+
maxSize: number;
|
|
28
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
29
|
+
export default _default;
|
|
30
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
31
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
32
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
33
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
34
|
+
} : {
|
|
35
|
+
type: import('vue').PropType<T[K]>;
|
|
36
|
+
required: true;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
type __VLS_WithDefaults<P, D> = {
|
|
40
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
41
|
+
default: D[K];
|
|
42
|
+
}> : P[K];
|
|
43
|
+
};
|
|
44
|
+
type __VLS_Prettify<T> = {
|
|
45
|
+
[K in keyof T]: T[K];
|
|
46
|
+
} & {};
|
|
47
|
+
//# sourceMappingURL=uploadImage.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"uploadImage.vue.d.ts","sourceRoot":"","sources":["../../../../components/ReFile/src/uploadImage.vue"],"names":[],"mappings":"AAkEA;AAYA,OAAO,EAGN,KAAK,gBAAgB,EACrB,KAAK,eAAe,EAMpB,MAAM,SAAS,CAAC;;iBA4Z4D,gBAAgB;gBAAc,eAAe;cAAY,MAAM;iBAAe,MAAM;;;;;;;;iBAApF,gBAAgB;gBAAc,eAAe;cAAY,MAAM;iBAAe,MAAM;;;;;;;;gBAAN,MAAM;aAA3B,MAAM;;AAxZ5I,wBA6ZI;AAAA,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACrE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { UploadModelValue, UploadValueType } from './hooks';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
+
modelValue?: UploadModelValue;
|
|
5
|
+
valueType?: UploadValueType;
|
|
6
|
+
maxSize?: number;
|
|
7
|
+
openStatus?: number;
|
|
8
|
+
}>, {
|
|
9
|
+
maxSize: number;
|
|
10
|
+
openStatus: number;
|
|
11
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
|
+
"update:model-value": (value: UploadModelValue) => void;
|
|
13
|
+
"update:modelValue": (value: UploadModelValue) => void;
|
|
14
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
15
|
+
modelValue?: UploadModelValue;
|
|
16
|
+
valueType?: UploadValueType;
|
|
17
|
+
maxSize?: number;
|
|
18
|
+
openStatus?: number;
|
|
19
|
+
}>, {
|
|
20
|
+
maxSize: number;
|
|
21
|
+
openStatus: number;
|
|
22
|
+
}>>> & Readonly<{
|
|
23
|
+
"onUpdate:model-value"?: (value: UploadModelValue) => any;
|
|
24
|
+
"onUpdate:modelValue"?: (value: UploadModelValue) => any;
|
|
25
|
+
}>, {
|
|
26
|
+
openStatus: number;
|
|
27
|
+
maxSize: number;
|
|
28
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
29
|
+
export default _default;
|
|
30
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
31
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
32
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
33
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
34
|
+
} : {
|
|
35
|
+
type: import('vue').PropType<T[K]>;
|
|
36
|
+
required: true;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
type __VLS_WithDefaults<P, D> = {
|
|
40
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
41
|
+
default: D[K];
|
|
42
|
+
}> : P[K];
|
|
43
|
+
};
|
|
44
|
+
type __VLS_Prettify<T> = {
|
|
45
|
+
[K in keyof T]: T[K];
|
|
46
|
+
} & {};
|
|
47
|
+
//# sourceMappingURL=uploadVideo.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"uploadVideo.vue.d.ts","sourceRoot":"","sources":["../../../../components/ReFile/src/uploadVideo.vue"],"names":[],"mappings":"AAiDA;AAWA,OAAO,EAGN,KAAK,gBAAgB,EACrB,KAAK,eAAe,EAOpB,MAAM,SAAS,CAAC;;iBAkV4D,gBAAgB;gBAAc,eAAe;cAAY,MAAM;iBAAe,MAAM;;;;;;;;iBAApF,gBAAgB;gBAAc,eAAe;cAAY,MAAM;iBAAe,MAAM;;;;;;;;gBAAN,MAAM;aAA3B,MAAM;;AA9U5I,wBAmVI;AAAA,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACrE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|