@baosight/erm 1.0.81 → 1.0.82
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 -1
- package/lib/ermList/ermList.vue.d.ts +1 -1
- 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 +57710 -0
- package/lib/index.common.js.map +1 -0
- package/lib/index.css +1 -1
- package/lib/index.esm.css +131 -131
- package/lib/index.esm.js +1 -1
- package/lib/index.umd.js +57729 -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
|
@@ -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, ("confirm" | "cancel" | "changeValue")[], "confirm" | "cancel" | "changeValue", import("vue").
|
|
18
|
+
}>, 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<{
|
|
19
19
|
defaultData: {
|
|
20
20
|
type: StringConstructor;
|
|
21
21
|
};
|
|
@@ -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, ("input" | "btnClick")[], "input" | "btnClick", import("vue").
|
|
15
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "btnClick")[], "input" | "btnClick", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
16
|
data: {
|
|
17
17
|
type: StringConstructor;
|
|
18
18
|
};
|
|
@@ -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
|
};
|
|
@@ -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, ("input" | "cancel")[], "input" | "cancel", import("vue").
|
|
39
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "cancel")[], "input" | "cancel", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
40
40
|
data: {
|
|
41
41
|
type: StringConstructor;
|
|
42
42
|
};
|
|
@@ -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}
|
|
@@ -57,7 +57,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
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")[], "dataChange" | "cellValueChange" | "btnClick" | "rowDelete", import("vue").
|
|
60
|
+
}>, 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
61
|
/**
|
|
62
62
|
* 最大高度,默认auto
|
|
63
63
|
* @type {String}
|
|
@@ -197,7 +197,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
197
197
|
};
|
|
198
198
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
199
199
|
[key: string]: any;
|
|
200
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("leftIconClick" | "mainClick" | "rightIconClick" | "leftIconHold" | "rightIconHold" | "pullRefresh" | "pullUpdate" | "checkDataChange")[], "leftIconClick" | "mainClick" | "rightIconClick" | "leftIconHold" | "rightIconHold" | "pullRefresh" | "pullUpdate" | "checkDataChange", import("vue").
|
|
200
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("leftIconClick" | "mainClick" | "rightIconClick" | "leftIconHold" | "rightIconHold" | "pullRefresh" | "pullUpdate" | "checkDataChange")[], "leftIconClick" | "mainClick" | "rightIconClick" | "leftIconHold" | "rightIconHold" | "pullRefresh" | "pullUpdate" | "checkDataChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
201
201
|
/**
|
|
202
202
|
* 传入表数据
|
|
203
203
|
* @type {Array}
|
|
@@ -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: "分組" };
|