@baosight/erm 1.5.0 → 1.5.2

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.
@@ -2,6 +2,9 @@ declare const _default: import("vue").DefineComponent<{
2
2
  defaultData: {
3
3
  type: StringConstructor;
4
4
  };
5
+ name: {
6
+ type: StringConstructor;
7
+ };
5
8
  showPicker: {
6
9
  type: BooleanConstructor;
7
10
  };
@@ -15,10 +18,13 @@ declare const _default: import("vue").DefineComponent<{
15
18
  };
16
19
  }, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
17
20
  [key: string]: any;
18
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirm" | "cancel" | "changeValue")[], "confirm" | "cancel" | "changeValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirm" | "cancel" | "changeValue" | "setref")[], "confirm" | "cancel" | "changeValue" | "setref", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
22
  defaultData: {
20
23
  type: StringConstructor;
21
24
  };
25
+ name: {
26
+ type: StringConstructor;
27
+ };
22
28
  showPicker: {
23
29
  type: BooleanConstructor;
24
30
  };
@@ -34,6 +40,7 @@ declare const _default: import("vue").DefineComponent<{
34
40
  onConfirm?: (...args: any[]) => any;
35
41
  onCancel?: (...args: any[]) => any;
36
42
  onChangeValue?: (...args: any[]) => any;
43
+ onSetref?: (...args: any[]) => any;
37
44
  }, {
38
45
  showPicker: boolean;
39
46
  type: string;
@@ -2,6 +2,9 @@ declare const _default: import("vue").DefineComponent<{
2
2
  data: {
3
3
  type: StringConstructor;
4
4
  };
5
+ name: {
6
+ type: StringConstructor;
7
+ };
5
8
  readOnly: {
6
9
  type: BooleanConstructor;
7
10
  default: boolean;
@@ -12,10 +15,13 @@ declare const _default: import("vue").DefineComponent<{
12
15
  };
13
16
  }, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
17
  [key: string]: any;
15
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "btnClick")[], "input" | "btnClick", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
18
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "btnClick" | "setref")[], "input" | "btnClick" | "setref", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
19
  data: {
17
20
  type: StringConstructor;
18
21
  };
22
+ name: {
23
+ type: StringConstructor;
24
+ };
19
25
  readOnly: {
20
26
  type: BooleanConstructor;
21
27
  default: boolean;
@@ -27,6 +33,7 @@ declare const _default: import("vue").DefineComponent<{
27
33
  }>> & {
28
34
  onInput?: (...args: any[]) => any;
29
35
  onBtnClick?: (...args: any[]) => any;
36
+ onSetref?: (...args: any[]) => any;
30
37
  }, {
31
38
  readOnly: boolean;
32
39
  checkFlag: boolean;
@@ -6,6 +6,9 @@ declare const _default: import("vue").DefineComponent<{
6
6
  value: {
7
7
  type: StringConstructor;
8
8
  };
9
+ name: {
10
+ type: StringConstructor;
11
+ };
9
12
  title: {
10
13
  type: StringConstructor;
11
14
  default: string;
@@ -81,13 +84,16 @@ declare const _default: import("vue").DefineComponent<{
81
84
  };
82
85
  }, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
83
86
  [key: string]: any;
84
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "input"[], "input", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
87
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "setRef")[], "input" | "setRef", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
85
88
  data: {
86
89
  type: StringConstructor;
87
90
  };
88
91
  value: {
89
92
  type: StringConstructor;
90
93
  };
94
+ name: {
95
+ type: StringConstructor;
96
+ };
91
97
  title: {
92
98
  type: StringConstructor;
93
99
  default: string;
@@ -163,6 +169,7 @@ declare const _default: import("vue").DefineComponent<{
163
169
  };
164
170
  }>> & {
165
171
  onInput?: (...args: any[]) => any;
172
+ onSetRef?: (...args: any[]) => any;
166
173
  }, {
167
174
  title: string;
168
175
  showSearch: boolean;
@@ -1,4 +1,4 @@
1
- import { EI } from "@baosight/ei";
1
+ import { EI } from '@baosight/ei';
2
2
  declare const _default: import("vue").DefineComponent<{
3
3
  data: {
4
4
  type: StringConstructor;
@@ -6,6 +6,9 @@ declare const _default: import("vue").DefineComponent<{
6
6
  value: {
7
7
  type: StringConstructor;
8
8
  };
9
+ name: {
10
+ type: StringConstructor;
11
+ };
9
12
  title: {
10
13
  type: StringConstructor;
11
14
  default: string;
@@ -97,13 +100,16 @@ declare const _default: import("vue").DefineComponent<{
97
100
  };
98
101
  }, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
99
102
  [key: string]: any;
100
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "input"[], "input", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
103
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "setRef")[], "input" | "setRef", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
101
104
  data: {
102
105
  type: StringConstructor;
103
106
  };
104
107
  value: {
105
108
  type: StringConstructor;
106
109
  };
110
+ name: {
111
+ type: StringConstructor;
112
+ };
107
113
  title: {
108
114
  type: StringConstructor;
109
115
  default: string;
@@ -195,6 +201,7 @@ declare const _default: import("vue").DefineComponent<{
195
201
  };
196
202
  }>> & {
197
203
  onInput?: (...args: any[]) => any;
204
+ onSetRef?: (...args: any[]) => any;
198
205
  }, {
199
206
  title: string;
200
207
  showSearch: boolean;
@@ -2,6 +2,9 @@ declare const _default: import("vue").DefineComponent<{
2
2
  data: {
3
3
  type: StringConstructor;
4
4
  };
5
+ name: {
6
+ type: StringConstructor;
7
+ };
5
8
  type: {
6
9
  type: StringConstructor;
7
10
  };
@@ -17,10 +20,13 @@ declare const _default: import("vue").DefineComponent<{
17
20
  };
18
21
  }, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
22
  [key: string]: any;
20
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "input"[], "input", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
23
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "setref")[], "input" | "setref", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
24
  data: {
22
25
  type: StringConstructor;
23
26
  };
27
+ name: {
28
+ type: StringConstructor;
29
+ };
24
30
  type: {
25
31
  type: StringConstructor;
26
32
  };
@@ -36,6 +42,7 @@ declare const _default: import("vue").DefineComponent<{
36
42
  };
37
43
  }>> & {
38
44
  onInput?: (...args: any[]) => any;
45
+ onSetref?: (...args: any[]) => any;
39
46
  }, {
40
47
  checkFlag: boolean;
41
48
  readOnly: boolean;
@@ -6,6 +6,9 @@ declare const _default: import("vue").DefineComponent<{
6
6
  value: {
7
7
  type: StringConstructor;
8
8
  };
9
+ name: {
10
+ type: StringConstructor;
11
+ };
9
12
  title: {
10
13
  type: StringConstructor;
11
14
  default: string;
@@ -42,13 +45,16 @@ declare const _default: import("vue").DefineComponent<{
42
45
  };
43
46
  }, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
44
47
  [key: string]: any;
45
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "cancel")[], "input" | "cancel", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
48
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "cancel" | "setRef")[], "input" | "cancel" | "setRef", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
46
49
  data: {
47
50
  type: StringConstructor;
48
51
  };
49
52
  value: {
50
53
  type: StringConstructor;
51
54
  };
55
+ name: {
56
+ type: StringConstructor;
57
+ };
52
58
  title: {
53
59
  type: StringConstructor;
54
60
  default: string;
@@ -86,6 +92,7 @@ declare const _default: import("vue").DefineComponent<{
86
92
  }>> & {
87
93
  onInput?: (...args: any[]) => any;
88
94
  onCancel?: (...args: any[]) => any;
95
+ onSetRef?: (...args: any[]) => any;
89
96
  }, {
90
97
  title: string;
91
98
  showSearch: boolean;
@@ -1,4 +1,4 @@
1
- import { EI } from "@baosight/ei";
1
+ import { EI } from '@baosight/ei';
2
2
  declare const _default: import("vue").DefineComponent<{
3
3
  data: {
4
4
  type: StringConstructor;
@@ -6,6 +6,9 @@ declare const _default: import("vue").DefineComponent<{
6
6
  value: {
7
7
  type: StringConstructor;
8
8
  };
9
+ name1: {
10
+ type: StringConstructor;
11
+ };
9
12
  title: {
10
13
  type: StringConstructor;
11
14
  default: string;
@@ -81,13 +84,16 @@ declare const _default: import("vue").DefineComponent<{
81
84
  };
82
85
  }, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
83
86
  [key: string]: any;
84
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "input"[], "input", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
87
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "setRef")[], "input" | "setRef", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
85
88
  data: {
86
89
  type: StringConstructor;
87
90
  };
88
91
  value: {
89
92
  type: StringConstructor;
90
93
  };
94
+ name1: {
95
+ type: StringConstructor;
96
+ };
91
97
  title: {
92
98
  type: StringConstructor;
93
99
  default: string;
@@ -163,6 +169,7 @@ declare const _default: import("vue").DefineComponent<{
163
169
  };
164
170
  }>> & {
165
171
  onInput?: (...args: any[]) => any;
172
+ onSetRef?: (...args: any[]) => any;
166
173
  }, {
167
174
  title: string;
168
175
  showSearch: boolean;
@@ -5,6 +5,9 @@ declare const _default: import("vue").DefineComponent<{
5
5
  scale: {
6
6
  type: StringConstructor;
7
7
  };
8
+ name: {
9
+ type: StringConstructor;
10
+ };
8
11
  checkFlag: {
9
12
  type: BooleanConstructor;
10
13
  default: boolean;
@@ -15,13 +18,16 @@ declare const _default: import("vue").DefineComponent<{
15
18
  };
16
19
  }, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
17
20
  [key: string]: any;
18
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "input"[], "input", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "setRef")[], "input" | "setRef", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
22
  data: {
20
23
  type: NumberConstructor;
21
24
  };
22
25
  scale: {
23
26
  type: StringConstructor;
24
27
  };
28
+ name: {
29
+ type: StringConstructor;
30
+ };
25
31
  checkFlag: {
26
32
  type: BooleanConstructor;
27
33
  default: boolean;
@@ -32,6 +38,7 @@ declare const _default: import("vue").DefineComponent<{
32
38
  };
33
39
  }>> & {
34
40
  onInput?: (...args: any[]) => any;
41
+ onSetRef?: (...args: any[]) => any;
35
42
  }, {
36
43
  checkFlag: boolean;
37
44
  readOnly: boolean;