@baosight/erm 1.0.50 → 1.0.52
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/lib/components/MobileDate.vue.d.ts +9 -0
- package/lib/components/MobileLookUp.vue.d.ts +9 -0
- package/lib/components/MobileSpin.vue.d.ts +9 -0
- package/lib/components/MobileText.vue.d.ts +9 -0
- package/lib/ermAttach/ermAttach.vue.d.ts +23 -0
- package/lib/ermAttach/index.d.ts +2 -0
- package/lib/index.common.js +56730 -0
- package/lib/index.common.js.map +1 -0
- package/lib/index.css +1 -1
- package/lib/index.d.ts +2 -1
- package/lib/index.esm.css +60 -0
- package/lib/index.esm.js +1 -1
- package/lib/index.umd.js +56749 -0
- package/lib/index.umd.js.map +1 -0
- package/lib/index.umd.min.js +320 -0
- package/lib/index.umd.min.js.map +1 -0
- package/package.json +3 -2
|
@@ -11,6 +11,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11
11
|
checkFlag: {
|
|
12
12
|
default: boolean;
|
|
13
13
|
};
|
|
14
|
+
readOnly: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
14
18
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
15
19
|
[key: string]: any;
|
|
16
20
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "input"[], "input", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -26,9 +30,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26
30
|
checkFlag: {
|
|
27
31
|
default: boolean;
|
|
28
32
|
};
|
|
33
|
+
readOnly: {
|
|
34
|
+
type: BooleanConstructor;
|
|
35
|
+
default: boolean;
|
|
36
|
+
};
|
|
29
37
|
}>> & {
|
|
30
38
|
onInput?: (...args: any[]) => any;
|
|
31
39
|
}, {
|
|
32
40
|
checkFlag: boolean;
|
|
41
|
+
readOnly: boolean;
|
|
33
42
|
}, {}>;
|
|
34
43
|
export default _default;
|
|
@@ -26,6 +26,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26
26
|
checkFlag: {
|
|
27
27
|
default: boolean;
|
|
28
28
|
};
|
|
29
|
+
readOnly: {
|
|
30
|
+
type: BooleanConstructor;
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
29
33
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
30
34
|
[key: string]: any;
|
|
31
35
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "cancel")[], "input" | "cancel", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -55,6 +59,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
55
59
|
checkFlag: {
|
|
56
60
|
default: boolean;
|
|
57
61
|
};
|
|
62
|
+
readOnly: {
|
|
63
|
+
type: BooleanConstructor;
|
|
64
|
+
default: boolean;
|
|
65
|
+
};
|
|
58
66
|
}>> & {
|
|
59
67
|
onInput?: (...args: any[]) => any;
|
|
60
68
|
onCancel?: (...args: any[]) => any;
|
|
@@ -62,5 +70,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
62
70
|
title: string;
|
|
63
71
|
showSearch: boolean;
|
|
64
72
|
checkFlag: boolean;
|
|
73
|
+
readOnly: boolean;
|
|
65
74
|
}, {}>;
|
|
66
75
|
export default _default;
|
|
@@ -9,6 +9,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9
9
|
type: BooleanConstructor;
|
|
10
10
|
default: boolean;
|
|
11
11
|
};
|
|
12
|
+
readOnly: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
12
16
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
13
17
|
[key: string]: any;
|
|
14
18
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "input"[], "input", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -22,9 +26,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22
26
|
type: BooleanConstructor;
|
|
23
27
|
default: boolean;
|
|
24
28
|
};
|
|
29
|
+
readOnly: {
|
|
30
|
+
type: BooleanConstructor;
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
25
33
|
}>> & {
|
|
26
34
|
onInput?: (...args: any[]) => any;
|
|
27
35
|
}, {
|
|
28
36
|
checkFlag: boolean;
|
|
37
|
+
readOnly: boolean;
|
|
29
38
|
}, {}>;
|
|
30
39
|
export default _default;
|
|
@@ -9,6 +9,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9
9
|
checkFlag: {
|
|
10
10
|
default: boolean;
|
|
11
11
|
};
|
|
12
|
+
readOnly: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
12
16
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
13
17
|
[key: string]: any;
|
|
14
18
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "input"[], "input", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -22,10 +26,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22
26
|
checkFlag: {
|
|
23
27
|
default: boolean;
|
|
24
28
|
};
|
|
29
|
+
readOnly: {
|
|
30
|
+
type: BooleanConstructor;
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
25
33
|
}>> & {
|
|
26
34
|
onInput?: (...args: any[]) => any;
|
|
27
35
|
}, {
|
|
28
36
|
height: number;
|
|
29
37
|
checkFlag: boolean;
|
|
38
|
+
readOnly: boolean;
|
|
30
39
|
}, {}>;
|
|
31
40
|
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import 'vant/es/image-preview/style';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
/**
|
|
4
|
+
* recId-文件目录
|
|
5
|
+
* @type {String}
|
|
6
|
+
*/
|
|
7
|
+
recId: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
require: boolean;
|
|
10
|
+
};
|
|
11
|
+
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
12
|
+
[key: string]: any;
|
|
13
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
|
+
/**
|
|
15
|
+
* recId-文件目录
|
|
16
|
+
* @type {String}
|
|
17
|
+
*/
|
|
18
|
+
recId: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
require: boolean;
|
|
21
|
+
};
|
|
22
|
+
}>>, {}, {}>;
|
|
23
|
+
export default _default;
|