@baosight/erm 1.0.69 → 1.0.70
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/CHANGELOG.md +0 -0
- package/lib/components/DateTimePicker.vue.d.ts +1 -1
- package/lib/components/MobileButtonEdit.vue.d.ts +1 -1
- package/lib/components/MobileDate.vue.d.ts +1 -1
- package/lib/components/MobileLookUp.vue.d.ts +1 -1
- package/lib/components/MobileSpin.vue.d.ts +1 -1
- package/lib/components/MobileText.vue.d.ts +1 -1
- package/lib/ermAttach/ermAttach.vue.d.ts +1 -1
- package/lib/ermForm/ermForm.vue.d.ts +17 -1
- package/lib/ermList/ermList.vue.d.ts +17 -20
- package/lib/i18n/kendo.messages.en-US.js +14 -14
- package/lib/i18n/kendo.messages.zh-CN.js +21 -21
- package/lib/i18n/kendo.messages.zh-HK.js +28 -28
- package/lib/index.css +1 -1
- package/lib/index.esm.css +130 -130
- package/lib/index.esm.js +1 -1
- package/lib/themes/ef-style-default.css +1 -1
- package/lib/themes/ef-style-ghostShark.css +1 -1
- package/package.json +78 -78
- package/lib/index.common.js +0 -57449
- package/lib/index.common.js.map +0 -1
- package/lib/index.umd.js +0 -57468
- package/lib/index.umd.js.map +0 -1
- package/lib/index.umd.min.js +0 -320
- package/lib/index.umd.min.js.map +0 -1
package/CHANGELOG.md
ADDED
|
File without changes
|
|
@@ -12,7 +12,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12
12
|
};
|
|
13
13
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
14
14
|
[key: string]: any;
|
|
15
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirm" | "cancel" | "changeValue")[], "confirm" | "cancel" | "changeValue", import("vue").
|
|
15
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirm" | "cancel" | "changeValue")[], "confirm" | "cancel" | "changeValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
16
|
showPicker: {
|
|
17
17
|
type: BooleanConstructor;
|
|
18
18
|
};
|
|
@@ -8,7 +8,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8
8
|
};
|
|
9
9
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
10
10
|
[key: string]: any;
|
|
11
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "btnClick")[], "input" | "btnClick", import("vue").
|
|
11
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "btnClick")[], "input" | "btnClick", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
12
|
data: {
|
|
13
13
|
type: StringConstructor;
|
|
14
14
|
};
|
|
@@ -17,7 +17,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17
17
|
};
|
|
18
18
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
19
19
|
[key: string]: any;
|
|
20
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "input"[], "input", import("vue").
|
|
20
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "input"[], "input", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
21
|
data: {
|
|
22
22
|
type: StringConstructor;
|
|
23
23
|
};
|
|
@@ -32,7 +32,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32
32
|
};
|
|
33
33
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
34
34
|
[key: string]: any;
|
|
35
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "cancel")[], "input" | "cancel", import("vue").
|
|
35
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "cancel")[], "input" | "cancel", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
36
36
|
data: {
|
|
37
37
|
type: StringConstructor;
|
|
38
38
|
};
|
|
@@ -15,7 +15,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15
15
|
};
|
|
16
16
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
17
17
|
[key: string]: any;
|
|
18
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "input"[], "input", import("vue").
|
|
18
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "input"[], "input", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
19
|
data: {
|
|
20
20
|
type: NumberConstructor;
|
|
21
21
|
};
|
|
@@ -15,7 +15,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15
15
|
};
|
|
16
16
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
17
17
|
[key: string]: any;
|
|
18
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "input"[], "input", import("vue").
|
|
18
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "input"[], "input", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
19
|
data: {
|
|
20
20
|
type: StringConstructor;
|
|
21
21
|
};
|
|
@@ -36,7 +36,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
36
36
|
};
|
|
37
37
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
38
38
|
[key: string]: any;
|
|
39
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
39
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
40
40
|
/**
|
|
41
41
|
* recId-文件目录
|
|
42
42
|
* @type {String}
|
|
@@ -16,6 +16,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16
16
|
require: boolean;
|
|
17
17
|
};
|
|
18
18
|
/**
|
|
19
|
+
* 初始化Service的分区
|
|
20
|
+
* @type {String}
|
|
21
|
+
*/
|
|
22
|
+
partName: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
require: boolean;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
19
27
|
* SI011X-formName
|
|
20
28
|
* @type {String}
|
|
21
29
|
*/
|
|
@@ -49,7 +57,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
49
57
|
};
|
|
50
58
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
51
59
|
[key: string]: any;
|
|
52
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("dataChange" | "cellValueChange" | "btnClick" | "rowDelete")[], "dataChange" | "cellValueChange" | "btnClick" | "rowDelete", import("vue").
|
|
60
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("dataChange" | "cellValueChange" | "btnClick" | "rowDelete")[], "dataChange" | "cellValueChange" | "btnClick" | "rowDelete", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
53
61
|
/**
|
|
54
62
|
* 最大高度,默认auto
|
|
55
63
|
* @type {String}
|
|
@@ -67,6 +75,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
67
75
|
require: boolean;
|
|
68
76
|
};
|
|
69
77
|
/**
|
|
78
|
+
* 初始化Service的分区
|
|
79
|
+
* @type {String}
|
|
80
|
+
*/
|
|
81
|
+
partName: {
|
|
82
|
+
type: StringConstructor;
|
|
83
|
+
require: boolean;
|
|
84
|
+
};
|
|
85
|
+
/**
|
|
70
86
|
* SI011X-formName
|
|
71
87
|
* @type {String}
|
|
72
88
|
*/
|
|
@@ -27,6 +27,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
27
|
require: boolean;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
+
* 初始化Service的分区
|
|
31
|
+
* @type {String}
|
|
32
|
+
*/
|
|
33
|
+
partName: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
require: boolean;
|
|
36
|
+
};
|
|
37
|
+
/**
|
|
30
38
|
* SI011X-formName
|
|
31
39
|
* @type {String}
|
|
32
40
|
*/
|
|
@@ -178,18 +186,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
178
186
|
type: StringConstructor;
|
|
179
187
|
default: string;
|
|
180
188
|
};
|
|
181
|
-
/**
|
|
182
|
-
* 一行显示列数
|
|
183
|
-
* 可选值:1、2、3、4
|
|
184
|
-
* @type {Number}
|
|
185
|
-
*/
|
|
186
|
-
controlsInRow: {
|
|
187
|
-
type: () => 1 | 2 | 3 | 4;
|
|
188
|
-
default: number;
|
|
189
|
-
};
|
|
190
189
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
191
190
|
[key: string]: any;
|
|
192
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("leftIconClick" | "mainClick" | "rightIconClick" | "leftIconHold" | "rightIconHold" | "pullRefresh" | "pullUpdate")[], "leftIconClick" | "mainClick" | "rightIconClick" | "leftIconHold" | "rightIconHold" | "pullRefresh" | "pullUpdate", import("vue").
|
|
191
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("leftIconClick" | "mainClick" | "rightIconClick" | "leftIconHold" | "rightIconHold" | "pullRefresh" | "pullUpdate")[], "leftIconClick" | "mainClick" | "rightIconClick" | "leftIconHold" | "rightIconHold" | "pullRefresh" | "pullUpdate", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
193
192
|
/**
|
|
194
193
|
* 传入表数据
|
|
195
194
|
* @type {Array}
|
|
@@ -213,6 +212,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
213
212
|
require: boolean;
|
|
214
213
|
};
|
|
215
214
|
/**
|
|
215
|
+
* 初始化Service的分区
|
|
216
|
+
* @type {String}
|
|
217
|
+
*/
|
|
218
|
+
partName: {
|
|
219
|
+
type: StringConstructor;
|
|
220
|
+
require: boolean;
|
|
221
|
+
};
|
|
222
|
+
/**
|
|
216
223
|
* SI011X-formName
|
|
217
224
|
* @type {String}
|
|
218
225
|
*/
|
|
@@ -364,15 +371,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
364
371
|
type: StringConstructor;
|
|
365
372
|
default: string;
|
|
366
373
|
};
|
|
367
|
-
/**
|
|
368
|
-
* 一行显示列数
|
|
369
|
-
* 可选值:1、2、3、4
|
|
370
|
-
* @type {Number}
|
|
371
|
-
*/
|
|
372
|
-
controlsInRow: {
|
|
373
|
-
type: () => 1 | 2 | 3 | 4;
|
|
374
|
-
default: number;
|
|
375
|
-
};
|
|
376
374
|
}>> & {
|
|
377
375
|
onLeftIconClick?: (...args: any[]) => any;
|
|
378
376
|
onMainClick?: (...args: any[]) => any;
|
|
@@ -400,6 +398,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
400
398
|
blankAfterCaption: boolean;
|
|
401
399
|
fontSize: string;
|
|
402
400
|
fontFamily: string;
|
|
403
|
-
controlsInRow: 1 | 2 | 3 | 4;
|
|
404
401
|
}, {}>;
|
|
405
402
|
export default _default;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
if (kendo.ui.Grid) {
|
|
2
|
-
kendo.ui.Grid.prototype.options.messages = kendo.jQuery.extend(true, kendo.ui.Grid.prototype.options.messages, {
|
|
3
|
-
commands: {
|
|
4
|
-
excel: "Export",
|
|
5
|
-
create: "Add New",
|
|
6
|
-
copyAdd: "Copy New",
|
|
7
|
-
copyAddCheck: "Copy New",
|
|
8
|
-
batchDelete: "Batch Delete",
|
|
9
|
-
importExcel: "Import"
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
kendo.cultures["en-US"] = { ...kendo.cultures["en-US"], customGroupBy: "Group" };
|
|
1
|
+
if (kendo.ui.Grid) {
|
|
2
|
+
kendo.ui.Grid.prototype.options.messages = kendo.jQuery.extend(true, kendo.ui.Grid.prototype.options.messages, {
|
|
3
|
+
commands: {
|
|
4
|
+
excel: "Export",
|
|
5
|
+
create: "Add New",
|
|
6
|
+
copyAdd: "Copy New",
|
|
7
|
+
copyAddCheck: "Copy New",
|
|
8
|
+
batchDelete: "Batch Delete",
|
|
9
|
+
importExcel: "Import"
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
kendo.cultures["en-US"] = { ...kendo.cultures["en-US"], customGroupBy: "Group" };
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
if (kendo.ui.Grid) {
|
|
2
|
-
kendo.ui.Grid.prototype.options.messages = kendo.jQuery.extend(true, kendo.ui.Grid.prototype.options.messages, {
|
|
3
|
-
commands: {
|
|
4
|
-
excel: "导出",
|
|
5
|
-
copyAdd: "复制新增",
|
|
6
|
-
copyAddCheck: "复制新增",
|
|
7
|
-
batchDelete: "删除",
|
|
8
|
-
importExcel: "导入"
|
|
9
|
-
}
|
|
10
|
-
});
|
|
11
|
-
}
|
|
12
|
-
if (kendo.ui.ColumnMenu) {
|
|
13
|
-
kendo.ui.ColumnMenu.prototype.options.messages = kendo.jQuery.extend(
|
|
14
|
-
true,
|
|
15
|
-
kendo.ui.ColumnMenu.prototype.options.messages,
|
|
16
|
-
{
|
|
17
|
-
setColumnPosition: "列锁定"
|
|
18
|
-
}
|
|
19
|
-
);
|
|
20
|
-
}
|
|
21
|
-
kendo.cultures["zh-CN"] = { ...kendo.cultures["zh-CN"], customGroupBy: "分组" };
|
|
1
|
+
if (kendo.ui.Grid) {
|
|
2
|
+
kendo.ui.Grid.prototype.options.messages = kendo.jQuery.extend(true, kendo.ui.Grid.prototype.options.messages, {
|
|
3
|
+
commands: {
|
|
4
|
+
excel: "导出",
|
|
5
|
+
copyAdd: "复制新增",
|
|
6
|
+
copyAddCheck: "复制新增",
|
|
7
|
+
batchDelete: "删除",
|
|
8
|
+
importExcel: "导入"
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
}
|
|
12
|
+
if (kendo.ui.ColumnMenu) {
|
|
13
|
+
kendo.ui.ColumnMenu.prototype.options.messages = kendo.jQuery.extend(
|
|
14
|
+
true,
|
|
15
|
+
kendo.ui.ColumnMenu.prototype.options.messages,
|
|
16
|
+
{
|
|
17
|
+
setColumnPosition: "列锁定"
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
kendo.cultures["zh-CN"] = { ...kendo.cultures["zh-CN"], customGroupBy: "分组" };
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* @Description:
|
|
3
|
-
* @Author: zhangTing
|
|
4
|
-
* @Date: 2022-07-28 16:55:33
|
|
5
|
-
* @LastEditors: zhangTing
|
|
6
|
-
* @LastEditTime: 2023-09-19 11:00:13
|
|
7
|
-
*/
|
|
8
|
-
if (kendo.ui.Grid) {
|
|
9
|
-
kendo.ui.Grid.prototype.options.messages = kendo.jQuery.extend(true, kendo.ui.Grid.prototype.options.messages, {
|
|
10
|
-
commands: {
|
|
11
|
-
excel: "導出",
|
|
12
|
-
copyAdd: "複製新增",
|
|
13
|
-
copyAddCheck: "複製新增",
|
|
14
|
-
batchDelete: "刪除",
|
|
15
|
-
importExcel: "導入"
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
|
-
}
|
|
19
|
-
if (kendo.ui.ColumnMenu) {
|
|
20
|
-
kendo.ui.ColumnMenu.prototype.options.messages = kendo.jQuery.extend(
|
|
21
|
-
true,
|
|
22
|
-
kendo.ui.ColumnMenu.prototype.options.messages,
|
|
23
|
-
{
|
|
24
|
-
setColumnPosition: "列鎖定"
|
|
25
|
-
}
|
|
26
|
-
);
|
|
27
|
-
}
|
|
28
|
-
kendo.cultures["zh-HK"] = { ...kendo.cultures["zh-HK"], customGroupBy: "分組" };
|
|
1
|
+
/*
|
|
2
|
+
* @Description:
|
|
3
|
+
* @Author: zhangTing
|
|
4
|
+
* @Date: 2022-07-28 16:55:33
|
|
5
|
+
* @LastEditors: zhangTing
|
|
6
|
+
* @LastEditTime: 2023-09-19 11:00:13
|
|
7
|
+
*/
|
|
8
|
+
if (kendo.ui.Grid) {
|
|
9
|
+
kendo.ui.Grid.prototype.options.messages = kendo.jQuery.extend(true, kendo.ui.Grid.prototype.options.messages, {
|
|
10
|
+
commands: {
|
|
11
|
+
excel: "導出",
|
|
12
|
+
copyAdd: "複製新增",
|
|
13
|
+
copyAddCheck: "複製新增",
|
|
14
|
+
batchDelete: "刪除",
|
|
15
|
+
importExcel: "導入"
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
if (kendo.ui.ColumnMenu) {
|
|
20
|
+
kendo.ui.ColumnMenu.prototype.options.messages = kendo.jQuery.extend(
|
|
21
|
+
true,
|
|
22
|
+
kendo.ui.ColumnMenu.prototype.options.messages,
|
|
23
|
+
{
|
|
24
|
+
setColumnPosition: "列鎖定"
|
|
25
|
+
}
|
|
26
|
+
);
|
|
27
|
+
}
|
|
28
|
+
kendo.cultures["zh-HK"] = { ...kendo.cultures["zh-HK"], customGroupBy: "分組" };
|