@baosight/erm 1.0.70 → 1.0.71
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/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 +1 -17
- package/lib/ermList/ermList.vue.d.ts +20 -17
- 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.common.js +57456 -0
- package/lib/index.common.js.map +1 -0
- package/lib/index.css +1 -1
- package/lib/index.esm.css +61 -61
- package/lib/index.esm.js +1 -1
- package/lib/index.umd.js +57475 -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/lib/themes/ef-style-default.css +1 -1
- package/lib/themes/ef-style-ghostShark.css +1 -1
- package/package.json +78 -78
- package/CHANGELOG.md +0 -0
|
@@ -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").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, 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").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, 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").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, 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").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, 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").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, 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").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, 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").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
40
40
|
/**
|
|
41
41
|
* recId-文件目录
|
|
42
42
|
* @type {String}
|
|
@@ -16,14 +16,6 @@ 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
|
-
/**
|
|
27
19
|
* SI011X-formName
|
|
28
20
|
* @type {String}
|
|
29
21
|
*/
|
|
@@ -57,7 +49,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
57
49
|
};
|
|
58
50
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
59
51
|
[key: string]: any;
|
|
60
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("dataChange" | "cellValueChange" | "btnClick" | "rowDelete")[], "dataChange" | "cellValueChange" | "btnClick" | "rowDelete", import("vue").
|
|
52
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("dataChange" | "cellValueChange" | "btnClick" | "rowDelete")[], "dataChange" | "cellValueChange" | "btnClick" | "rowDelete", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
61
53
|
/**
|
|
62
54
|
* 最大高度,默认auto
|
|
63
55
|
* @type {String}
|
|
@@ -75,14 +67,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
75
67
|
require: boolean;
|
|
76
68
|
};
|
|
77
69
|
/**
|
|
78
|
-
* 初始化Service的分区
|
|
79
|
-
* @type {String}
|
|
80
|
-
*/
|
|
81
|
-
partName: {
|
|
82
|
-
type: StringConstructor;
|
|
83
|
-
require: boolean;
|
|
84
|
-
};
|
|
85
|
-
/**
|
|
86
70
|
* SI011X-formName
|
|
87
71
|
* @type {String}
|
|
88
72
|
*/
|
|
@@ -27,14 +27,6 @@ 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
|
-
/**
|
|
38
30
|
* SI011X-formName
|
|
39
31
|
* @type {String}
|
|
40
32
|
*/
|
|
@@ -186,9 +178,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
186
178
|
type: StringConstructor;
|
|
187
179
|
default: string;
|
|
188
180
|
};
|
|
181
|
+
/**
|
|
182
|
+
* 一行显示列数
|
|
183
|
+
* 可选值:1、2、3、4
|
|
184
|
+
* @type {Number}
|
|
185
|
+
*/
|
|
186
|
+
controlsInRow: {
|
|
187
|
+
type: () => 1 | 2 | 3 | 4;
|
|
188
|
+
default: number;
|
|
189
|
+
};
|
|
189
190
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
190
191
|
[key: string]: any;
|
|
191
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("leftIconClick" | "mainClick" | "rightIconClick" | "leftIconHold" | "rightIconHold" | "pullRefresh" | "pullUpdate")[], "leftIconClick" | "mainClick" | "rightIconClick" | "leftIconHold" | "rightIconHold" | "pullRefresh" | "pullUpdate", import("vue").
|
|
192
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("leftIconClick" | "mainClick" | "rightIconClick" | "leftIconHold" | "rightIconHold" | "pullRefresh" | "pullUpdate")[], "leftIconClick" | "mainClick" | "rightIconClick" | "leftIconHold" | "rightIconHold" | "pullRefresh" | "pullUpdate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
192
193
|
/**
|
|
193
194
|
* 传入表数据
|
|
194
195
|
* @type {Array}
|
|
@@ -212,14 +213,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
212
213
|
require: boolean;
|
|
213
214
|
};
|
|
214
215
|
/**
|
|
215
|
-
* 初始化Service的分区
|
|
216
|
-
* @type {String}
|
|
217
|
-
*/
|
|
218
|
-
partName: {
|
|
219
|
-
type: StringConstructor;
|
|
220
|
-
require: boolean;
|
|
221
|
-
};
|
|
222
|
-
/**
|
|
223
216
|
* SI011X-formName
|
|
224
217
|
* @type {String}
|
|
225
218
|
*/
|
|
@@ -371,6 +364,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
371
364
|
type: StringConstructor;
|
|
372
365
|
default: string;
|
|
373
366
|
};
|
|
367
|
+
/**
|
|
368
|
+
* 一行显示列数
|
|
369
|
+
* 可选值:1、2、3、4
|
|
370
|
+
* @type {Number}
|
|
371
|
+
*/
|
|
372
|
+
controlsInRow: {
|
|
373
|
+
type: () => 1 | 2 | 3 | 4;
|
|
374
|
+
default: number;
|
|
375
|
+
};
|
|
374
376
|
}>> & {
|
|
375
377
|
onLeftIconClick?: (...args: any[]) => any;
|
|
376
378
|
onMainClick?: (...args: any[]) => any;
|
|
@@ -398,5 +400,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
398
400
|
blankAfterCaption: boolean;
|
|
399
401
|
fontSize: string;
|
|
400
402
|
fontFamily: string;
|
|
403
|
+
controlsInRow: 1 | 2 | 3 | 4;
|
|
401
404
|
}, {}>;
|
|
402
405
|
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: "分組" };
|