@baosight/erm 1.6.6 → 1.6.8
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/MobileButtonEdit.vue.d.ts +6 -0
- package/lib/components/MobileCheckEdit.vue.d.ts +6 -0
- package/lib/components/MobileCheckGrid.vue.d.ts +6 -0
- package/lib/components/MobileDate.vue.d.ts +8 -2
- package/lib/components/MobileLookUp.vue.d.ts +6 -0
- package/lib/components/MobileRadio.vue.d.ts +6 -0
- package/lib/components/MobileSpin.vue.d.ts +6 -0
- package/lib/ermGrid/ermGrid.vue.d.ts +2 -2
- 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/img/404.4657356e.png +0 -0
- package/lib/img/content_bg.8d586127.png +0 -0
- package/lib/index.css +1 -1
- package/lib/index.esm.css +243 -243
- 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 +81 -81
- package/CHANGELOG.md +0 -0
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
placeHolder: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
};
|
|
2
5
|
data: {
|
|
3
6
|
type: StringConstructor;
|
|
4
7
|
};
|
|
@@ -16,6 +19,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16
19
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
17
20
|
[key: string]: any;
|
|
18
21
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "btnClick" | "setRef")[], "input" | "btnClick" | "setRef", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
+
placeHolder: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
};
|
|
19
25
|
data: {
|
|
20
26
|
type: StringConstructor;
|
|
21
27
|
};
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { EI } from '@baosight/ei';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
placeHolder: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
};
|
|
3
6
|
data: {
|
|
4
7
|
type: StringConstructor;
|
|
5
8
|
};
|
|
@@ -85,6 +88,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
85
88
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
86
89
|
[key: string]: any;
|
|
87
90
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "setRef")[], "input" | "setRef", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
91
|
+
placeHolder: {
|
|
92
|
+
type: StringConstructor;
|
|
93
|
+
};
|
|
88
94
|
data: {
|
|
89
95
|
type: StringConstructor;
|
|
90
96
|
};
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { EI } from '@baosight/ei';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
placeHolder: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
};
|
|
3
6
|
data: {
|
|
4
7
|
type: StringConstructor;
|
|
5
8
|
};
|
|
@@ -101,6 +104,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
101
104
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
102
105
|
[key: string]: any;
|
|
103
106
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "setRef")[], "input" | "setRef", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
107
|
+
placeHolder: {
|
|
108
|
+
type: StringConstructor;
|
|
109
|
+
};
|
|
104
110
|
data: {
|
|
105
111
|
type: StringConstructor;
|
|
106
112
|
};
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
placeHolder: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
};
|
|
2
5
|
data: {
|
|
3
6
|
type: StringConstructor;
|
|
4
7
|
};
|
|
@@ -20,7 +23,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
23
|
};
|
|
21
24
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
22
25
|
[key: string]: any;
|
|
23
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "
|
|
26
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "setref")[], "input" | "setref", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
|
+
placeHolder: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
};
|
|
24
30
|
data: {
|
|
25
31
|
type: StringConstructor;
|
|
26
32
|
};
|
|
@@ -42,7 +48,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
42
48
|
};
|
|
43
49
|
}>> & {
|
|
44
50
|
onInput?: (...args: any[]) => any;
|
|
45
|
-
|
|
51
|
+
onSetref?: (...args: any[]) => any;
|
|
46
52
|
}, {
|
|
47
53
|
checkFlag: boolean;
|
|
48
54
|
readOnly: boolean;
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { EI } from '@baosight/ei';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
placeHolder: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
};
|
|
3
6
|
data: {
|
|
4
7
|
type: StringConstructor;
|
|
5
8
|
};
|
|
@@ -49,6 +52,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
49
52
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
50
53
|
[key: string]: any;
|
|
51
54
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "cancel" | "setRef" | "setDropDown")[], "input" | "cancel" | "setRef" | "setDropDown", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
55
|
+
placeHolder: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
};
|
|
52
58
|
data: {
|
|
53
59
|
type: StringConstructor;
|
|
54
60
|
};
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { EI } from '@baosight/ei';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
placeHolder: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
};
|
|
3
6
|
data: {
|
|
4
7
|
type: StringConstructor;
|
|
5
8
|
};
|
|
@@ -85,6 +88,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
85
88
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
86
89
|
[key: string]: any;
|
|
87
90
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "setRef")[], "input" | "setRef", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
91
|
+
placeHolder: {
|
|
92
|
+
type: StringConstructor;
|
|
93
|
+
};
|
|
88
94
|
data: {
|
|
89
95
|
type: StringConstructor;
|
|
90
96
|
};
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
placeHolder: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
};
|
|
2
5
|
data: {
|
|
3
6
|
type: NumberConstructor;
|
|
4
7
|
};
|
|
@@ -19,6 +22,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19
22
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
20
23
|
[key: string]: any;
|
|
21
24
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "setRef")[], "input" | "setRef", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
|
+
placeHolder: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
};
|
|
22
28
|
data: {
|
|
23
29
|
type: NumberConstructor;
|
|
24
30
|
};
|
|
@@ -66,7 +66,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
66
66
|
/**
|
|
67
67
|
* 显示模式 list|card
|
|
68
68
|
* @type {String}
|
|
69
|
-
|
|
69
|
+
|
|
70
70
|
viewType: { type: String, default: 'ag-theme-alpine' }, */
|
|
71
71
|
/**
|
|
72
72
|
* 字段描述和字段值是否显示间隔
|
|
@@ -152,7 +152,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
152
152
|
/**
|
|
153
153
|
* 显示模式 list|card
|
|
154
154
|
* @type {String}
|
|
155
|
-
|
|
155
|
+
|
|
156
156
|
viewType: { type: String, default: 'ag-theme-alpine' }, */
|
|
157
157
|
/**
|
|
158
158
|
* 字段描述和字段值是否显示间隔
|
|
@@ -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: "分組" };
|
|
Binary file
|
|
Binary file
|