@baosight/erm 1.6.7 → 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.
@@ -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