@ibiz-template/vue3-components 0.7.9 → 0.7.11
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/dist/{chart-jfPZ04eU.js → chart-Wh3LMgZ1.js} +1 -1
- package/dist/index-0Z8KS6t6.js +1 -0
- package/dist/index-GZW20-jI.js +4 -0
- package/dist/index-OkS9bkdl.js +1 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/map-chart-A4-TpWet.js +1 -0
- package/dist/wang-editor-HlmvPsb1.js +1 -0
- package/dist/{xlsx-util-Fc3O95jH.js → xlsx-util-lBpTaCO_.js} +1 -1
- package/es/common/data-import2/data-import2.mjs +1 -1
- package/es/common/doing-notice/doing-notice.mjs +7 -5
- package/es/common/map-chart/map-chart.util.mjs +4 -1
- package/es/common/view-message/view-message.css +1 -1
- package/es/common/view-message/view-message.d.ts +848 -1
- package/es/common/view-message/view-message.mjs +52 -22
- package/es/control/app-menu/app-menu.mjs +6 -2
- package/es/control/calendar/calendar.mjs +1 -1
- package/es/control/chart/chart.mjs +1 -1
- package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.d.ts +19000 -27
- package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.mjs +4 -2
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +64 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.mjs +14 -11
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl.mjs +2 -2
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl.provider.mjs +3 -1
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.mjs +17 -11
- package/es/control/gantt/gantt.d.ts +1 -0
- package/es/control/gantt/gantt.mjs +15 -4
- package/es/control/gantt/index.d.ts +1 -0
- package/es/control/grid/grid/grid.mjs +3 -1
- package/es/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.mjs +3 -1
- package/es/control/grid/row-edit-popover/row-edit-popover.mjs +9 -5
- package/es/control/grid/row-edit-popover/use-row-edit-popover.mjs +3 -3
- package/es/control/kanban/kanban.mjs +17 -9
- package/es/control/report-panel/report-detail/user2-report-panel/user2-report-panel.mjs +2 -2
- package/es/control/report-panel/report-panel.mjs +2 -2
- package/es/control/search-bar/filter-tree/filter-tree.mjs +7 -5
- package/es/control/search-bar/search-bar.mjs +2 -2
- package/es/control/search-bar/search-groups/edit-group-util.mjs +10 -2
- package/es/control/search-bar/search-groups/new-group-util.mjs +13 -3
- package/es/control/search-bar/search-groups/search-groups.d.ts +1 -1
- package/es/control/search-bar/search-groups/search-groups.mjs +47 -38
- package/es/control/toolbar/export-excel/export-excel.mjs +23 -21
- package/es/control/tree/el-tree-util.mjs +4 -2
- package/es/control/tree/tree.mjs +3 -1
- package/es/control/tree-grid/tree-grid.mjs +3 -1
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/tree-grid-ex-edit-column.mjs +3 -1
- package/es/control/tree-grid-ex/tree-grid-ex.mjs +6 -2
- package/es/control/tree-grid-ex/use-row-edit-popover.mjs +3 -3
- package/es/control/wizard-panel/wizard-panel.mjs +3 -3
- package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.mjs +2 -1
- package/es/editor/html/html-editor.controller.mjs +11 -0
- package/es/editor/html/wang-editor/ai/ai-modules.d.ts +1 -0
- package/es/editor/html/wang-editor/ai/ai-modules.mjs +2 -2
- package/es/editor/html/wang-editor/wang-editor.mjs +11 -13
- package/es/index.mjs +1 -0
- package/es/locale/en/index.d.ts +109 -1
- package/es/locale/en/index.mjs +123 -15
- package/es/locale/zh-CN/index.d.ts +109 -1
- package/es/locale/zh-CN/index.mjs +113 -5
- package/es/panel-component/view-msg-pos/view-msg-pos.mjs +4 -1
- package/es/util/index.d.ts +1 -0
- package/es/util/index.mjs +1 -0
- package/es/util/render-util/render-util.d.ts +48 -0
- package/es/util/render-util/render-util.mjs +60 -0
- package/es/web-app/guard/auth-guard/auth-guard.mjs +6 -4
- package/es/web-app/main.mjs +2 -0
- package/lib/common/data-import2/data-import2.cjs +1 -1
- package/lib/common/doing-notice/doing-notice.cjs +6 -4
- package/lib/common/map-chart/map-chart.util.cjs +4 -1
- package/lib/common/view-message/view-message.cjs +52 -22
- package/lib/common/view-message/view-message.css +1 -1
- package/lib/control/app-menu/app-menu.cjs +6 -2
- package/lib/control/calendar/calendar.cjs +1 -1
- package/lib/control/chart/chart.cjs +1 -1
- package/lib/control/dashboard/custom-dashboard-container/custom-dashboard-container.cjs +1 -1
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.cjs +1 -1
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.cjs +3 -1
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.cjs +13 -10
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.cjs +1 -1
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl.cjs +1 -1
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl.provider.cjs +3 -1
- package/lib/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.cjs +16 -10
- package/lib/control/gantt/gantt.cjs +14 -3
- package/lib/control/grid/grid/grid.cjs +3 -1
- package/lib/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.cjs +3 -1
- package/lib/control/grid/row-edit-popover/row-edit-popover.cjs +8 -4
- package/lib/control/grid/row-edit-popover/use-row-edit-popover.cjs +3 -3
- package/lib/control/kanban/kanban.cjs +16 -8
- package/lib/control/report-panel/report-detail/user2-report-panel/user2-report-panel.cjs +1 -1
- package/lib/control/report-panel/report-panel.cjs +1 -1
- package/lib/control/search-bar/filter-tree/filter-tree.cjs +7 -5
- package/lib/control/search-bar/search-bar.cjs +2 -2
- package/lib/control/search-bar/search-groups/edit-group-util.cjs +10 -2
- package/lib/control/search-bar/search-groups/new-group-util.cjs +13 -3
- package/lib/control/search-bar/search-groups/search-groups.cjs +46 -37
- package/lib/control/toolbar/export-excel/export-excel.cjs +23 -21
- package/lib/control/tree/el-tree-util.cjs +4 -2
- package/lib/control/tree/tree.cjs +3 -1
- package/lib/control/tree-grid/tree-grid.cjs +3 -1
- package/lib/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/tree-grid-ex-edit-column.cjs +3 -1
- package/lib/control/tree-grid-ex/tree-grid-ex.cjs +6 -2
- package/lib/control/tree-grid-ex/use-row-edit-popover.cjs +3 -3
- package/lib/control/wizard-panel/wizard-panel.cjs +3 -3
- package/lib/editor/data-picker/ibiz-mpicker/ibiz-mpicker.cjs +2 -1
- package/lib/editor/html/html-editor.controller.cjs +11 -0
- package/lib/editor/html/wang-editor/ai/ai-modules.cjs +2 -2
- package/lib/editor/html/wang-editor/wang-editor.cjs +11 -13
- package/lib/index.cjs +2 -0
- package/lib/locale/en/index.cjs +123 -15
- package/lib/locale/zh-CN/index.cjs +113 -5
- package/lib/panel-component/view-msg-pos/view-msg-pos.cjs +4 -1
- package/lib/util/index.cjs +2 -0
- package/lib/util/render-util/render-util.cjs +62 -0
- package/lib/web-app/guard/auth-guard/auth-guard.cjs +6 -4
- package/lib/web-app/main.cjs +2 -0
- package/package.json +6 -6
- package/dist/index-GAvjatsT.js +0 -4
- package/dist/index-dsmTOMa5.js +0 -1
- package/dist/index-sGpuIVYT.js +0 -1
- package/dist/map-chart-cmVrWpPw.js +0 -1
- package/dist/wang-editor-mq8sQSDK.js +0 -1
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { ref, shallowRef, watch, onBeforeUnmount, nextTick, onMounted, createTextVNode, createVNode, onUnmounted, resolveComponent, defineComponent } from 'vue';
|
|
2
2
|
import { Toolbar, Editor } from '@wangeditor/editor-for-vue';
|
|
3
|
-
import { Boot } from '@wangeditor/editor';
|
|
4
3
|
import { getCookie, createUUID } from 'qx-util';
|
|
5
4
|
import { isNil } from 'ramda';
|
|
6
5
|
import { getHtmlProps, getEditorEmits, useNamespace } from '@ibiz-template/vue3-util';
|
|
7
6
|
import { CoreConst, awaitTimeout } from '@ibiz-template/core';
|
|
8
7
|
import { ElMessageBox } from 'element-plus';
|
|
9
8
|
import './wang-editor.css';
|
|
10
|
-
import { AIMenu } from './ai/ai-modules.mjs';
|
|
11
9
|
|
|
12
10
|
"use strict";
|
|
13
11
|
const IBizHtml = /* @__PURE__ */ defineComponent({
|
|
@@ -70,19 +68,15 @@ const IBizHtml = /* @__PURE__ */ defineComponent({
|
|
|
70
68
|
const customParseLinkUrl = (url) => {
|
|
71
69
|
return url;
|
|
72
70
|
};
|
|
73
|
-
Boot.registerMenu({
|
|
74
|
-
key: "aichart",
|
|
75
|
-
factory() {
|
|
76
|
-
return new AIMenu();
|
|
77
|
-
}
|
|
78
|
-
});
|
|
79
71
|
const toolbarConfig = {
|
|
80
|
-
excludeKeys: ["group-video"]
|
|
81
|
-
|
|
72
|
+
excludeKeys: ["group-video"]
|
|
73
|
+
};
|
|
74
|
+
if (c.chatCompletion) {
|
|
75
|
+
toolbarConfig.insertKeys = {
|
|
82
76
|
index: 60,
|
|
83
77
|
keys: ["|", "aichart"]
|
|
84
|
-
}
|
|
85
|
-
}
|
|
78
|
+
};
|
|
79
|
+
}
|
|
86
80
|
const editorConfig = {
|
|
87
81
|
placeholder: c.placeHolder,
|
|
88
82
|
readOnly: hasEnableEdit.value ? readonlyState.value : props.readonly,
|
|
@@ -209,7 +203,11 @@ const IBizHtml = /* @__PURE__ */ defineComponent({
|
|
|
209
203
|
},
|
|
210
204
|
action: (action, message) => {
|
|
211
205
|
if (action === "backfill") {
|
|
212
|
-
|
|
206
|
+
if (hasEnableEdit.value) {
|
|
207
|
+
valueHtml.value = message.content;
|
|
208
|
+
} else {
|
|
209
|
+
emit("change", message.content);
|
|
210
|
+
}
|
|
213
211
|
}
|
|
214
212
|
}
|
|
215
213
|
});
|
package/es/index.mjs
CHANGED
|
@@ -120,6 +120,7 @@ export { OpenViewUtil } from './util/open-view-util/open-view-util.mjs';
|
|
|
120
120
|
export { OverlayController } from './util/overlay-controller/overlay-controller.mjs';
|
|
121
121
|
export { usePagination } from './util/pagination/use-pagination.mjs';
|
|
122
122
|
export { NoticeUtil } from './util/notice-util/notice-util.mjs';
|
|
123
|
+
export { RenderUtil } from './util/render-util/render-util.mjs';
|
|
123
124
|
export { AuthGuard } from './web-app/guard/auth-guard/auth-guard.mjs';
|
|
124
125
|
export { runApp } from './web-app/main.mjs';
|
|
125
126
|
export { AppRouter } from './web-app/router/index.mjs';
|
package/es/locale/en/index.d.ts
CHANGED
|
@@ -12,11 +12,31 @@ declare const _default: {
|
|
|
12
12
|
add: string;
|
|
13
13
|
delete: string;
|
|
14
14
|
save: string;
|
|
15
|
+
edit: string;
|
|
16
|
+
complete: string;
|
|
17
|
+
more: string;
|
|
15
18
|
};
|
|
16
19
|
view: {};
|
|
17
20
|
control: {
|
|
21
|
+
common: {
|
|
22
|
+
determine: string;
|
|
23
|
+
retreat: string;
|
|
24
|
+
forward: string;
|
|
25
|
+
noSupportItem: string;
|
|
26
|
+
noFoundNode: string;
|
|
27
|
+
itemsSelected: string;
|
|
28
|
+
citeErrMessage: string;
|
|
29
|
+
noDomErrMessage: string;
|
|
30
|
+
noPopErrMessage: string;
|
|
31
|
+
currentNoData: string;
|
|
32
|
+
updateSuccess: string;
|
|
33
|
+
newSuccCreated: string;
|
|
34
|
+
deleteSuccess: string;
|
|
35
|
+
};
|
|
18
36
|
menu: {
|
|
19
37
|
noSupportAlign: string;
|
|
38
|
+
noFoundModel: string;
|
|
39
|
+
noFoundFunction: string;
|
|
20
40
|
};
|
|
21
41
|
calendar: {
|
|
22
42
|
lastYear: string;
|
|
@@ -29,6 +49,9 @@ declare const _default: {
|
|
|
29
49
|
chartPlaceholder: string;
|
|
30
50
|
};
|
|
31
51
|
dashboard: {
|
|
52
|
+
customDashboardContainer: {
|
|
53
|
+
portalCustomPrompt: string;
|
|
54
|
+
};
|
|
32
55
|
dashboardDesign: {
|
|
33
56
|
global: string;
|
|
34
57
|
add: string;
|
|
@@ -49,9 +72,85 @@ declare const _default: {
|
|
|
49
72
|
putAway: string;
|
|
50
73
|
};
|
|
51
74
|
formMDctrlForm: {
|
|
52
|
-
|
|
75
|
+
noFindProvider: string;
|
|
76
|
+
};
|
|
77
|
+
formMDctrlRepeater: {
|
|
78
|
+
noSupportStyle: string;
|
|
79
|
+
};
|
|
80
|
+
repeaterGrid: {
|
|
81
|
+
promptInformation: string;
|
|
82
|
+
absentOrLoad: string;
|
|
83
|
+
};
|
|
84
|
+
repeaterSingleForm: {
|
|
85
|
+
errorMessage: string;
|
|
86
|
+
};
|
|
87
|
+
mdCtrlContainer: {
|
|
88
|
+
promptInformation: string;
|
|
89
|
+
noSlot: string;
|
|
90
|
+
};
|
|
91
|
+
formMDctrl: {
|
|
92
|
+
errorMessage: string;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
gantt: {
|
|
96
|
+
complete: string;
|
|
97
|
+
total: string;
|
|
98
|
+
deadline: string;
|
|
99
|
+
};
|
|
100
|
+
kanban: {
|
|
101
|
+
selectAll: string;
|
|
102
|
+
selectedDataCount: string;
|
|
103
|
+
newPrompt: string;
|
|
104
|
+
natchOperation: string;
|
|
105
|
+
};
|
|
106
|
+
reportPanel: {
|
|
107
|
+
unrealized: string;
|
|
108
|
+
};
|
|
109
|
+
searchBar: {
|
|
110
|
+
saveGroup: string;
|
|
111
|
+
filter: string;
|
|
112
|
+
filterTree: {
|
|
113
|
+
addItem: string;
|
|
114
|
+
search: string;
|
|
115
|
+
reset: string;
|
|
116
|
+
};
|
|
117
|
+
searchGroups: {
|
|
118
|
+
groupValueRule: string;
|
|
119
|
+
errorMessage: string;
|
|
120
|
+
noEditPrompt: string;
|
|
121
|
+
savePrompt: string;
|
|
122
|
+
delTitle: string;
|
|
123
|
+
confirmDelPrompt: string;
|
|
124
|
+
unrecoverablePrompt: string;
|
|
125
|
+
newGroup: string;
|
|
126
|
+
groupManage: string;
|
|
127
|
+
groupName: string;
|
|
128
|
+
enterPrompt: string;
|
|
129
|
+
editGroup: string;
|
|
130
|
+
manageTips: string;
|
|
131
|
+
name: string;
|
|
132
|
+
show: string;
|
|
133
|
+
operate: string;
|
|
134
|
+
dialogCancel: string;
|
|
135
|
+
dialogDetermine: string;
|
|
53
136
|
};
|
|
54
137
|
};
|
|
138
|
+
toolbar: {
|
|
139
|
+
exportExcel: {
|
|
140
|
+
exportAll: string;
|
|
141
|
+
expCurrentPage: string;
|
|
142
|
+
expCurrentSelect: string;
|
|
143
|
+
page: string;
|
|
144
|
+
export: string;
|
|
145
|
+
};
|
|
146
|
+
};
|
|
147
|
+
tree: {
|
|
148
|
+
noFoundInstance: string;
|
|
149
|
+
noSupported: string;
|
|
150
|
+
};
|
|
151
|
+
treeGridEx: {
|
|
152
|
+
noFoundMessage: string;
|
|
153
|
+
};
|
|
55
154
|
};
|
|
56
155
|
component: {
|
|
57
156
|
indexSearch: {
|
|
@@ -75,6 +174,7 @@ declare const _default: {
|
|
|
75
174
|
reUpload: string;
|
|
76
175
|
fileUpload: string;
|
|
77
176
|
import: string;
|
|
177
|
+
selectProperties: string;
|
|
78
178
|
};
|
|
79
179
|
dataImport2Select: {
|
|
80
180
|
selectMode: string;
|
|
@@ -83,9 +183,17 @@ declare const _default: {
|
|
|
83
183
|
dataImport2Table: {
|
|
84
184
|
selectAttribute: string;
|
|
85
185
|
};
|
|
186
|
+
doingNotice: {
|
|
187
|
+
jobInProgress: string;
|
|
188
|
+
};
|
|
86
189
|
extendActionTimeLine: {
|
|
87
190
|
processTime: string;
|
|
88
191
|
comments: string;
|
|
192
|
+
reject: string;
|
|
193
|
+
};
|
|
194
|
+
mapChart: {
|
|
195
|
+
high: string;
|
|
196
|
+
low: string;
|
|
89
197
|
};
|
|
90
198
|
pagination: {
|
|
91
199
|
display: string;
|
package/es/locale/en/index.mjs
CHANGED
|
@@ -13,32 +13,55 @@ var index = {
|
|
|
13
13
|
noSupport: "Not supported currently",
|
|
14
14
|
add: "Add",
|
|
15
15
|
delete: "Delete",
|
|
16
|
-
save: "Save"
|
|
16
|
+
save: "Save",
|
|
17
|
+
edit: "Edit",
|
|
18
|
+
complete: "Complete",
|
|
19
|
+
more: "More"
|
|
17
20
|
},
|
|
18
21
|
// 视图
|
|
19
22
|
view: {},
|
|
20
23
|
// 部件
|
|
21
24
|
control: {
|
|
25
|
+
common: {
|
|
26
|
+
determine: "Determine",
|
|
27
|
+
retreat: "Retreat",
|
|
28
|
+
forward: "Forward",
|
|
29
|
+
noSupportItem: "{name} is currently not supported",
|
|
30
|
+
noFoundNode: "Node with _uuid {id} not found",
|
|
31
|
+
itemsSelected: "{length} items selected",
|
|
32
|
+
citeErrMessage: "Unable to find table component reference",
|
|
33
|
+
noDomErrMessage: "Unable to find corresponding table row dom element",
|
|
34
|
+
noPopErrMessage: "Unable to obtain an instance of the pop component",
|
|
35
|
+
currentNoData: "Current no data",
|
|
36
|
+
updateSuccess: "Update success",
|
|
37
|
+
newSuccCreated: "New successfully created",
|
|
38
|
+
deleteSuccess: "Delete successful"
|
|
39
|
+
},
|
|
22
40
|
menu: {
|
|
23
|
-
noSupportAlign: "The menu direction {align} is not supported temporarily"
|
|
41
|
+
noSupportAlign: "The menu direction {align} is not supported temporarily",
|
|
42
|
+
noFoundModel: "no find the menu item model {menuKey}",
|
|
43
|
+
noFoundFunction: "The adapter for {menuKey} does not have a renderText method"
|
|
24
44
|
},
|
|
25
45
|
calendar: {
|
|
26
|
-
lastYear: "Last
|
|
27
|
-
lastMonth: "Last
|
|
46
|
+
lastYear: "Last year",
|
|
47
|
+
lastMonth: "Last month",
|
|
28
48
|
today: "Today",
|
|
29
|
-
nextMonth: "Next
|
|
30
|
-
nextYear: "Next
|
|
49
|
+
nextMonth: "Next month",
|
|
50
|
+
nextYear: "Next year"
|
|
31
51
|
},
|
|
32
52
|
chart: {
|
|
33
|
-
chartPlaceholder: "
|
|
53
|
+
chartPlaceholder: "Chart"
|
|
34
54
|
},
|
|
35
55
|
dashboard: {
|
|
56
|
+
customDashboardContainer: {
|
|
57
|
+
portalCustomPrompt: "Portal customization"
|
|
58
|
+
},
|
|
36
59
|
dashboardDesign: {
|
|
37
60
|
global: "Global level",
|
|
38
61
|
add: "Add",
|
|
39
62
|
customPortal: "Customize portal",
|
|
40
63
|
colNum: "Column number",
|
|
41
|
-
cellHeight: "Cell
|
|
64
|
+
cellHeight: "Cell height",
|
|
42
65
|
restoreDefault: "Restore default",
|
|
43
66
|
save: "Save"
|
|
44
67
|
}
|
|
@@ -53,8 +76,84 @@ var index = {
|
|
|
53
76
|
putAway: "Put Away"
|
|
54
77
|
},
|
|
55
78
|
formMDctrlForm: {
|
|
56
|
-
|
|
79
|
+
noFindProvider: "Provider not found for form"
|
|
80
|
+
},
|
|
81
|
+
formMDctrlRepeater: {
|
|
82
|
+
noSupportStyle: "Repeater style {repeaterStyle} is currently not supported"
|
|
83
|
+
},
|
|
84
|
+
repeaterGrid: {
|
|
85
|
+
promptInformation: "Do you want to delete the selected item",
|
|
86
|
+
absentOrLoad: "Not present or loading"
|
|
87
|
+
},
|
|
88
|
+
repeaterSingleForm: {
|
|
89
|
+
errorMessage: "No repeatedForm"
|
|
90
|
+
},
|
|
91
|
+
mdCtrlContainer: {
|
|
92
|
+
promptInformation: "Do you want to delete the selected item",
|
|
93
|
+
noSlot: "Item slot not provided"
|
|
94
|
+
},
|
|
95
|
+
formMDctrl: {
|
|
96
|
+
errorMessage: "The content type is currently not supported as {contentType}"
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
gantt: {
|
|
100
|
+
complete: "Completed amount",
|
|
101
|
+
total: "Total",
|
|
102
|
+
deadline: "Deadline"
|
|
103
|
+
},
|
|
104
|
+
kanban: {
|
|
105
|
+
selectAll: "Select all",
|
|
106
|
+
selectedDataCount: "Selected <span>{length}</span> pieces of data",
|
|
107
|
+
newPrompt: "Newly build",
|
|
108
|
+
natchOperation: "Batch operation"
|
|
109
|
+
},
|
|
110
|
+
reportPanel: {
|
|
111
|
+
unrealized: "Unrealized"
|
|
112
|
+
},
|
|
113
|
+
searchBar: {
|
|
114
|
+
saveGroup: "Save group",
|
|
115
|
+
filter: "Filter",
|
|
116
|
+
filterTree: {
|
|
117
|
+
addItem: "Add item",
|
|
118
|
+
search: "Search",
|
|
119
|
+
reset: "Reset"
|
|
120
|
+
},
|
|
121
|
+
searchGroups: {
|
|
122
|
+
groupValueRule: "Group name cannot be empty",
|
|
123
|
+
errorMessage: "Group name cannot be duplicate\uFF01",
|
|
124
|
+
noEditPrompt: "The configured grouping is not editable",
|
|
125
|
+
savePrompt: "Please save the group first",
|
|
126
|
+
delTitle: "Confirm delete",
|
|
127
|
+
confirmDelPrompt: "Are you sure to delete group <span>{itemName}</span\uFF1F",
|
|
128
|
+
unrecoverablePrompt: "Cannot recover after group deletion",
|
|
129
|
+
newGroup: "New group",
|
|
130
|
+
groupManage: "Group manage",
|
|
131
|
+
groupName: "Group Name",
|
|
132
|
+
enterPrompt: "Please enter the group name",
|
|
133
|
+
editGroup: "Edit grouping",
|
|
134
|
+
manageTips: "Tips\uFF1AManage grouping of search bars",
|
|
135
|
+
name: "Name",
|
|
136
|
+
show: "Show",
|
|
137
|
+
operate: "Operate",
|
|
138
|
+
dialogCancel: "Cancel",
|
|
139
|
+
dialogDetermine: "Determine"
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
toolbar: {
|
|
143
|
+
exportExcel: {
|
|
144
|
+
exportAll: "Export all(Export up to 1000 rows)",
|
|
145
|
+
expCurrentPage: "Export current page",
|
|
146
|
+
expCurrentSelect: "Export the current selection",
|
|
147
|
+
page: "Page",
|
|
148
|
+
export: "Export"
|
|
57
149
|
}
|
|
150
|
+
},
|
|
151
|
+
tree: {
|
|
152
|
+
noFoundInstance: "Unable to find el tree instance object",
|
|
153
|
+
noSupported: "Not currently supported dropType:{dropType}"
|
|
154
|
+
},
|
|
155
|
+
treeGridEx: {
|
|
156
|
+
noFoundMessage: "Unable to find row data object for {id}"
|
|
58
157
|
}
|
|
59
158
|
},
|
|
60
159
|
// 组件
|
|
@@ -79,7 +178,8 @@ var index = {
|
|
|
79
178
|
saveMode: "Import Mode Save",
|
|
80
179
|
reUpload: "Re upload files",
|
|
81
180
|
fileUpload: "File upload",
|
|
82
|
-
import: "Import"
|
|
181
|
+
import: "Import",
|
|
182
|
+
selectProperties: "Please select column import properties!"
|
|
83
183
|
},
|
|
84
184
|
dataImport2Select: {
|
|
85
185
|
selectMode: "Select import mode",
|
|
@@ -88,15 +188,23 @@ var index = {
|
|
|
88
188
|
dataImport2Table: {
|
|
89
189
|
selectAttribute: "Select the import attribute corresponding to the current column"
|
|
90
190
|
},
|
|
191
|
+
doingNotice: {
|
|
192
|
+
jobInProgress: "There are <span class={class}>{num}</span> backend jobs currently executing, please wait"
|
|
193
|
+
},
|
|
91
194
|
extendActionTimeLine: {
|
|
92
|
-
processTime: "
|
|
93
|
-
comments: "Approval opinions"
|
|
195
|
+
processTime: "Processing time",
|
|
196
|
+
comments: "Approval opinions",
|
|
197
|
+
reject: "Reject"
|
|
198
|
+
},
|
|
199
|
+
mapChart: {
|
|
200
|
+
high: "High",
|
|
201
|
+
low: "Low"
|
|
94
202
|
},
|
|
95
203
|
pagination: {
|
|
96
204
|
display: "Display",
|
|
97
|
-
piece: "
|
|
98
|
-
total: "
|
|
99
|
-
pieceData: "
|
|
205
|
+
piece: "Piece",
|
|
206
|
+
total: "Total",
|
|
207
|
+
pieceData: "Piece of data"
|
|
100
208
|
},
|
|
101
209
|
rawItem: {
|
|
102
210
|
errorConfig: "{type} type custom parameter configuration error",
|
|
@@ -12,11 +12,31 @@ declare const _default: {
|
|
|
12
12
|
add: string;
|
|
13
13
|
delete: string;
|
|
14
14
|
save: string;
|
|
15
|
+
edit: string;
|
|
16
|
+
complete: string;
|
|
17
|
+
more: string;
|
|
15
18
|
};
|
|
16
19
|
view: {};
|
|
17
20
|
control: {
|
|
21
|
+
common: {
|
|
22
|
+
determine: string;
|
|
23
|
+
retreat: string;
|
|
24
|
+
forward: string;
|
|
25
|
+
noSupportItem: string;
|
|
26
|
+
noFoundNode: string;
|
|
27
|
+
itemsSelected: string;
|
|
28
|
+
citeErrMessage: string;
|
|
29
|
+
noDomErrMessage: string;
|
|
30
|
+
noPopErrMessage: string;
|
|
31
|
+
currentNoData: string;
|
|
32
|
+
updateSuccess: string;
|
|
33
|
+
newSuccCreated: string;
|
|
34
|
+
deleteSuccess: string;
|
|
35
|
+
};
|
|
18
36
|
menu: {
|
|
19
37
|
noSupportAlign: string;
|
|
38
|
+
noFoundModel: string;
|
|
39
|
+
noFoundFunction: string;
|
|
20
40
|
};
|
|
21
41
|
calendar: {
|
|
22
42
|
lastYear: string;
|
|
@@ -29,6 +49,9 @@ declare const _default: {
|
|
|
29
49
|
chartPlaceholder: string;
|
|
30
50
|
};
|
|
31
51
|
dashboard: {
|
|
52
|
+
customDashboardContainer: {
|
|
53
|
+
portalCustomPrompt: string;
|
|
54
|
+
};
|
|
32
55
|
dashboardDesign: {
|
|
33
56
|
global: string;
|
|
34
57
|
add: string;
|
|
@@ -49,9 +72,85 @@ declare const _default: {
|
|
|
49
72
|
putAway: string;
|
|
50
73
|
};
|
|
51
74
|
formMDctrlForm: {
|
|
52
|
-
|
|
75
|
+
noFindProvider: string;
|
|
76
|
+
};
|
|
77
|
+
formMDctrlRepeater: {
|
|
78
|
+
noSupportStyle: string;
|
|
79
|
+
};
|
|
80
|
+
repeaterGrid: {
|
|
81
|
+
promptInformation: string;
|
|
82
|
+
absentOrLoad: string;
|
|
83
|
+
};
|
|
84
|
+
repeaterSingleForm: {
|
|
85
|
+
errorMessage: string;
|
|
86
|
+
};
|
|
87
|
+
mdCtrlContainer: {
|
|
88
|
+
promptInformation: string;
|
|
89
|
+
noSlot: string;
|
|
90
|
+
};
|
|
91
|
+
formMDctrl: {
|
|
92
|
+
errorMessage: string;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
gantt: {
|
|
96
|
+
complete: string;
|
|
97
|
+
total: string;
|
|
98
|
+
deadline: string;
|
|
99
|
+
};
|
|
100
|
+
kanban: {
|
|
101
|
+
selectAll: string;
|
|
102
|
+
selectedDataCount: string;
|
|
103
|
+
newPrompt: string;
|
|
104
|
+
natchOperation: string;
|
|
105
|
+
};
|
|
106
|
+
reportPanel: {
|
|
107
|
+
unrealized: string;
|
|
108
|
+
};
|
|
109
|
+
searchBar: {
|
|
110
|
+
saveGroup: string;
|
|
111
|
+
filter: string;
|
|
112
|
+
filterTree: {
|
|
113
|
+
addItem: string;
|
|
114
|
+
search: string;
|
|
115
|
+
reset: string;
|
|
116
|
+
};
|
|
117
|
+
searchGroups: {
|
|
118
|
+
groupValueRule: string;
|
|
119
|
+
errorMessage: string;
|
|
120
|
+
noEditPrompt: string;
|
|
121
|
+
savePrompt: string;
|
|
122
|
+
delTitle: string;
|
|
123
|
+
confirmDelPrompt: string;
|
|
124
|
+
unrecoverablePrompt: string;
|
|
125
|
+
newGroup: string;
|
|
126
|
+
groupManage: string;
|
|
127
|
+
groupName: string;
|
|
128
|
+
enterPrompt: string;
|
|
129
|
+
editGroup: string;
|
|
130
|
+
manageTips: string;
|
|
131
|
+
name: string;
|
|
132
|
+
show: string;
|
|
133
|
+
operate: string;
|
|
134
|
+
dialogCancel: string;
|
|
135
|
+
dialogDetermine: string;
|
|
53
136
|
};
|
|
54
137
|
};
|
|
138
|
+
toolbar: {
|
|
139
|
+
exportExcel: {
|
|
140
|
+
exportAll: string;
|
|
141
|
+
expCurrentPage: string;
|
|
142
|
+
expCurrentSelect: string;
|
|
143
|
+
page: string;
|
|
144
|
+
export: string;
|
|
145
|
+
};
|
|
146
|
+
};
|
|
147
|
+
tree: {
|
|
148
|
+
noFoundInstance: string;
|
|
149
|
+
noSupported: string;
|
|
150
|
+
};
|
|
151
|
+
treeGridEx: {
|
|
152
|
+
noFoundMessage: string;
|
|
153
|
+
};
|
|
55
154
|
};
|
|
56
155
|
component: {
|
|
57
156
|
indexSearch: {
|
|
@@ -75,6 +174,7 @@ declare const _default: {
|
|
|
75
174
|
reUpload: string;
|
|
76
175
|
fileUpload: string;
|
|
77
176
|
import: string;
|
|
177
|
+
selectProperties: string;
|
|
78
178
|
};
|
|
79
179
|
dataImport2Select: {
|
|
80
180
|
selectMode: string;
|
|
@@ -83,9 +183,17 @@ declare const _default: {
|
|
|
83
183
|
dataImport2Table: {
|
|
84
184
|
selectAttribute: string;
|
|
85
185
|
};
|
|
186
|
+
doingNotice: {
|
|
187
|
+
jobInProgress: string;
|
|
188
|
+
};
|
|
86
189
|
extendActionTimeLine: {
|
|
87
190
|
processTime: string;
|
|
88
191
|
comments: string;
|
|
192
|
+
reject: string;
|
|
193
|
+
};
|
|
194
|
+
mapChart: {
|
|
195
|
+
high: string;
|
|
196
|
+
low: string;
|
|
89
197
|
};
|
|
90
198
|
pagination: {
|
|
91
199
|
display: string;
|