@baosight/erm 1.0.78 → 1.0.81

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.
@@ -1,4 +1,7 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
+ defaultData: {
3
+ type: StringConstructor;
4
+ };
2
5
  showPicker: {
3
6
  type: BooleanConstructor;
4
7
  };
@@ -13,6 +16,9 @@ declare const _default: import("vue").DefineComponent<{
13
16
  }, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
17
  [key: string]: any;
15
18
  }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirm" | "cancel" | "changeValue")[], "confirm" | "cancel" | "changeValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
+ defaultData: {
20
+ type: StringConstructor;
21
+ };
16
22
  showPicker: {
17
23
  type: BooleanConstructor;
18
24
  };
@@ -6,6 +6,10 @@ declare const _default: import("vue").DefineComponent<{
6
6
  type: BooleanConstructor;
7
7
  default: boolean;
8
8
  };
9
+ checkFlag: {
10
+ type: BooleanConstructor;
11
+ default: boolean;
12
+ };
9
13
  }, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
10
14
  [key: string]: any;
11
15
  }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "btnClick")[], "input" | "btnClick", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -16,10 +20,15 @@ declare const _default: import("vue").DefineComponent<{
16
20
  type: BooleanConstructor;
17
21
  default: boolean;
18
22
  };
23
+ checkFlag: {
24
+ type: BooleanConstructor;
25
+ default: boolean;
26
+ };
19
27
  }>> & {
20
28
  onInput?: (...args: any[]) => any;
21
29
  onBtnClick?: (...args: any[]) => any;
22
30
  }, {
23
31
  readOnly: boolean;
32
+ checkFlag: boolean;
24
33
  }, {}>;
25
34
  export default _default;
@@ -1,115 +1,115 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
2
  /**
3
- * 最大高度,默认auto
4
- * @type {String}
5
- */
3
+ * 最大高度,默认auto
4
+ * @type {String}
5
+ */
6
6
  maxHeight: {
7
7
  type: StringConstructor;
8
8
  default: string;
9
9
  };
10
10
  /**
11
- * 初始化Service
12
- * @type {String}
13
- */
11
+ * 初始化Service
12
+ * @type {String}
13
+ */
14
14
  initSvc: {
15
15
  type: StringConstructor;
16
16
  require: boolean;
17
17
  };
18
18
  /**
19
- * 初始化Service的分区
20
- * @type {String}
21
- */
19
+ * 初始化Service的分区
20
+ * @type {String}
21
+ */
22
22
  partName: {
23
23
  type: StringConstructor;
24
24
  default: string;
25
25
  };
26
26
  /**
27
- * SI011X-formName
28
- * @type {String}
29
- */
27
+ * SI011X-formName
28
+ * @type {String}
29
+ */
30
30
  formName: {
31
31
  type: StringConstructor;
32
32
  require: boolean;
33
33
  };
34
34
  /**
35
- * SI011X-functionId
36
- * @type {String}
37
- */
35
+ * SI011X-functionId
36
+ * @type {String}
37
+ */
38
38
  functionId: {
39
39
  type: StringConstructor;
40
40
  require: boolean;
41
41
  };
42
42
  /**
43
- * 主标题
44
- * @type {String}
45
- */
43
+ * 主标题
44
+ * @type {String}
45
+ */
46
46
  mainTitle: {
47
47
  type: StringConstructor;
48
48
  default: boolean;
49
49
  };
50
50
  /**
51
- * 显示删除按钮
52
- * @type {String}
53
- */
51
+ * 显示删除按钮
52
+ * @type {String}
53
+ */
54
54
  showDeleteButton: {
55
55
  type: BooleanConstructor;
56
56
  default: boolean;
57
57
  };
58
58
  }, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
59
59
  [key: string]: any;
60
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("dataChange" | "cellValueChange" | "btnClick" | "rowDelete" | "dataReady")[], "dataChange" | "cellValueChange" | "btnClick" | "rowDelete" | "dataReady", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
60
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("dataChange" | "cellValueChange" | "btnClick" | "rowDelete")[], "dataChange" | "cellValueChange" | "btnClick" | "rowDelete", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
61
61
  /**
62
- * 最大高度,默认auto
63
- * @type {String}
64
- */
62
+ * 最大高度,默认auto
63
+ * @type {String}
64
+ */
65
65
  maxHeight: {
66
66
  type: StringConstructor;
67
67
  default: string;
68
68
  };
69
69
  /**
70
- * 初始化Service
71
- * @type {String}
72
- */
70
+ * 初始化Service
71
+ * @type {String}
72
+ */
73
73
  initSvc: {
74
74
  type: StringConstructor;
75
75
  require: boolean;
76
76
  };
77
77
  /**
78
- * 初始化Service的分区
79
- * @type {String}
80
- */
78
+ * 初始化Service的分区
79
+ * @type {String}
80
+ */
81
81
  partName: {
82
82
  type: StringConstructor;
83
83
  default: string;
84
84
  };
85
85
  /**
86
- * SI011X-formName
87
- * @type {String}
88
- */
86
+ * SI011X-formName
87
+ * @type {String}
88
+ */
89
89
  formName: {
90
90
  type: StringConstructor;
91
91
  require: boolean;
92
92
  };
93
93
  /**
94
- * SI011X-functionId
95
- * @type {String}
96
- */
94
+ * SI011X-functionId
95
+ * @type {String}
96
+ */
97
97
  functionId: {
98
98
  type: StringConstructor;
99
99
  require: boolean;
100
100
  };
101
101
  /**
102
- * 主标题
103
- * @type {String}
104
- */
102
+ * 主标题
103
+ * @type {String}
104
+ */
105
105
  mainTitle: {
106
106
  type: StringConstructor;
107
107
  default: boolean;
108
108
  };
109
109
  /**
110
- * 显示删除按钮
111
- * @type {String}
112
- */
110
+ * 显示删除按钮
111
+ * @type {String}
112
+ */
113
113
  showDeleteButton: {
114
114
  type: BooleanConstructor;
115
115
  default: boolean;
@@ -119,7 +119,6 @@ declare const _default: import("vue").DefineComponent<{
119
119
  onCellValueChange?: (...args: any[]) => any;
120
120
  onBtnClick?: (...args: any[]) => any;
121
121
  onRowDelete?: (...args: any[]) => any;
122
- onDataReady?: (...args: any[]) => any;
123
122
  }, {
124
123
  mainTitle: string;
125
124
  maxHeight: string;