@ibiz-template/vue3-components 0.7.10 → 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-my1qbty8.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/wang-editor/ai/ai-modules.mjs +1 -1
- package/es/editor/html/wang-editor/wang-editor.mjs +11 -5
- 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/wang-editor/ai/ai-modules.cjs +1 -1
- package/lib/editor/html/wang-editor/wang-editor.cjs +11 -5
- 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-GoU343c8.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-Vch7U079.js +0 -1
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;
|
|
@@ -13,14 +13,34 @@ var index = {
|
|
|
13
13
|
noSupport: "\u6682\u672A\u652F\u6301",
|
|
14
14
|
add: "\u6DFB\u52A0",
|
|
15
15
|
delete: "\u5220\u9664",
|
|
16
|
-
save: "\u4FDD\u5B58"
|
|
16
|
+
save: "\u4FDD\u5B58",
|
|
17
|
+
edit: "\u7F16\u8F91",
|
|
18
|
+
complete: "\u5B8C\u6210",
|
|
19
|
+
more: "\u66F4\u591A"
|
|
17
20
|
},
|
|
18
21
|
// 视图
|
|
19
22
|
view: {},
|
|
20
23
|
// 部件
|
|
21
24
|
control: {
|
|
25
|
+
common: {
|
|
26
|
+
determine: "\u786E\u5B9A",
|
|
27
|
+
retreat: "\u540E\u9000",
|
|
28
|
+
forward: "\u524D\u8FDB",
|
|
29
|
+
noSupportItem: "{name}\u6682\u672A\u652F\u6301",
|
|
30
|
+
noFoundNode: "\u6CA1\u6709\u627E\u5230_uuid\u4E3A{id}\u7684\u8282\u70B9",
|
|
31
|
+
itemsSelected: "\u5DF2\u9009\u4E2D{length}\u9879",
|
|
32
|
+
citeErrMessage: "\u627E\u4E0D\u5230\u8868\u683C\u7EC4\u4EF6\u5F15\u7528",
|
|
33
|
+
noDomErrMessage: "\u627E\u4E0D\u5230\u5BF9\u5E94\u7684\u8868\u683C\u884Cdom\u5143\u7D20",
|
|
34
|
+
noPopErrMessage: "\u62FF\u4E0D\u5230pop\u7EC4\u4EF6\u7684\u5B9E\u4F8B",
|
|
35
|
+
currentNoData: "\u6682\u65E0\u6570\u636E",
|
|
36
|
+
updateSuccess: "\u66F4\u65B0\u6210\u529F",
|
|
37
|
+
newSuccCreated: "\u65B0\u5EFA\u6210\u529F",
|
|
38
|
+
deleteSuccess: "\u5220\u9664\u6210\u529F"
|
|
39
|
+
},
|
|
22
40
|
menu: {
|
|
23
|
-
noSupportAlign: "\u6682\u672A\u652F\u6301\u83DC\u5355\u65B9\u5411\u4E3A {align}"
|
|
41
|
+
noSupportAlign: "\u6682\u672A\u652F\u6301\u83DC\u5355\u65B9\u5411\u4E3A {align}",
|
|
42
|
+
noFoundModel: "\u6CA1\u627E\u5230\u83DC\u5355\u9879\u6A21\u578B{menuKey}",
|
|
43
|
+
noFoundFunction: "{menuKey}\u7684\u9002\u914D\u5668\u6CA1\u6709renderText\u65B9\u6CD5"
|
|
24
44
|
},
|
|
25
45
|
calendar: {
|
|
26
46
|
lastYear: "\u53BB\u5E74",
|
|
@@ -33,6 +53,9 @@ var index = {
|
|
|
33
53
|
chartPlaceholder: "\u56FE\u8868"
|
|
34
54
|
},
|
|
35
55
|
dashboard: {
|
|
56
|
+
customDashboardContainer: {
|
|
57
|
+
portalCustomPrompt: "\u95E8\u6237\u5B9A\u5236"
|
|
58
|
+
},
|
|
36
59
|
dashboardDesign: {
|
|
37
60
|
global: "\u5168\u5C40",
|
|
38
61
|
add: "\u6DFB\u52A0",
|
|
@@ -53,8 +76,84 @@ var index = {
|
|
|
53
76
|
putAway: "\u6536\u8D77"
|
|
54
77
|
},
|
|
55
78
|
formMDctrlForm: {
|
|
56
|
-
|
|
79
|
+
noFindProvider: "\u672A\u627E\u5230\u8868\u5355\u7684\u9002\u914D\u5668"
|
|
80
|
+
},
|
|
81
|
+
formMDctrlRepeater: {
|
|
82
|
+
noSupportStyle: "\u6682\u672A\u652F\u6301\u91CD\u590D\u5668\u6837\u5F0F{repeaterStyle}"
|
|
83
|
+
},
|
|
84
|
+
repeaterGrid: {
|
|
85
|
+
promptInformation: "\u662F\u5426\u5220\u9664\u9009\u4E2D\u9879",
|
|
86
|
+
absentOrLoad: "\u4E0D\u5B58\u5728\u6216\u52A0\u8F7D\u4E2D"
|
|
87
|
+
},
|
|
88
|
+
repeaterSingleForm: {
|
|
89
|
+
errorMessage: "\u6CA1\u6709repeatedForm"
|
|
90
|
+
},
|
|
91
|
+
mdCtrlContainer: {
|
|
92
|
+
promptInformation: "\u662F\u5426\u5220\u9664\u9009\u4E2D\u9879",
|
|
93
|
+
noSlot: "\u672A\u63D0\u4F9Bitem\u63D2\u69FD"
|
|
94
|
+
},
|
|
95
|
+
formMDctrl: {
|
|
96
|
+
errorMessage: "\u6682\u672A\u652F\u6301\u5185\u5BB9\u7C7B\u578B\u4E3A{contentType}"
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
gantt: {
|
|
100
|
+
complete: "\u5B8C\u6210\u91CF",
|
|
101
|
+
total: "\u603B\u91CF",
|
|
102
|
+
deadline: "\u622A\u6B62\u65F6\u95F4"
|
|
103
|
+
},
|
|
104
|
+
kanban: {
|
|
105
|
+
selectAll: "\u5168\u9009",
|
|
106
|
+
selectedDataCount: "\u5DF2\u9009\u62E9<span>{length}</span>\u6761\u6570\u636E",
|
|
107
|
+
newPrompt: "\u65B0\u5EFA",
|
|
108
|
+
natchOperation: "\u6279\u91CF\u64CD\u4F5C"
|
|
109
|
+
},
|
|
110
|
+
reportPanel: {
|
|
111
|
+
unrealized: "\u6682\u672A\u5B9E\u73B0"
|
|
112
|
+
},
|
|
113
|
+
searchBar: {
|
|
114
|
+
saveGroup: "\u4FDD\u5B58\u5206\u7EC4",
|
|
115
|
+
filter: "\u8FC7\u6EE4",
|
|
116
|
+
filterTree: {
|
|
117
|
+
addItem: "\u6DFB\u52A0\u9879",
|
|
118
|
+
search: "\u641C\u7D22",
|
|
119
|
+
reset: "\u91CD\u7F6E"
|
|
120
|
+
},
|
|
121
|
+
searchGroups: {
|
|
122
|
+
groupValueRule: "\u5206\u7EC4\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",
|
|
123
|
+
errorMessage: "\u5206\u7EC4\u540D\u79F0\u4E0D\u80FD\u91CD\u590D\uFF01",
|
|
124
|
+
noEditPrompt: "\u914D\u7F6E\u7684\u5206\u7EC4\u4E0D\u53EF\u7F16\u8F91",
|
|
125
|
+
savePrompt: "\u8BF7\u5148\u4FDD\u5B58\u8BE5\u5206\u7EC4",
|
|
126
|
+
delTitle: "\u786E\u8BA4\u5220\u9664",
|
|
127
|
+
confirmDelPrompt: "\u786E\u8BA4\u5220\u9664\u5206\u7EC4<span>{itemName}</span>\u5417\uFF1F",
|
|
128
|
+
unrecoverablePrompt: "\u5206\u7EC4\u5220\u9664\u540E\u4E0D\u53EF\u6062\u590D",
|
|
129
|
+
newGroup: "\u65B0\u5EFA\u5206\u7EC4",
|
|
130
|
+
groupManage: "\u5206\u7EC4\u7BA1\u7406",
|
|
131
|
+
groupName: "\u5206\u7EC4\u540D\u79F0",
|
|
132
|
+
enterPrompt: "\u8BF7\u8F93\u5165\u5206\u7EC4\u540D\u79F0",
|
|
133
|
+
editGroup: "\u7F16\u8F91\u5206\u7EC4",
|
|
134
|
+
manageTips: "Tips\uFF1A\u7BA1\u7406\u641C\u7D22\u680F\u7684\u5206\u7EC4",
|
|
135
|
+
name: "\u540D\u79F0",
|
|
136
|
+
show: "\u663E\u793A",
|
|
137
|
+
operate: "\u64CD\u4F5C",
|
|
138
|
+
dialogCancel: "\u53D6 \u6D88",
|
|
139
|
+
dialogDetermine: "\u786E \u5B9A"
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
toolbar: {
|
|
143
|
+
exportExcel: {
|
|
144
|
+
exportAll: "\u5BFC\u51FA\u5168\u90E8(\u6700\u5927\u5BFC\u51FA1000\u884C)",
|
|
145
|
+
expCurrentPage: "\u5BFC\u51FA\u5F53\u524D\u9875",
|
|
146
|
+
expCurrentSelect: "\u5BFC\u51FA\u5F53\u524D\u9009\u4E2D",
|
|
147
|
+
page: "\u9875",
|
|
148
|
+
export: "\u5BFC\u51FA"
|
|
57
149
|
}
|
|
150
|
+
},
|
|
151
|
+
tree: {
|
|
152
|
+
noFoundInstance: "\u627E\u4E0D\u5230el-tree\u5B9E\u4F8B\u5BF9\u8C61",
|
|
153
|
+
noSupported: "\u6682\u4E0D\u652F\u6301dropType:{dropType}"
|
|
154
|
+
},
|
|
155
|
+
treeGridEx: {
|
|
156
|
+
noFoundMessage: "\u627E\u4E0D\u5230{id}\u7684\u884C\u6570\u636E\u5BF9\u8C61"
|
|
58
157
|
}
|
|
59
158
|
},
|
|
60
159
|
// 组件
|
|
@@ -79,7 +178,8 @@ var index = {
|
|
|
79
178
|
saveMode: "\u5BFC\u5165\u6A21\u5F0F\u4FDD\u5B58",
|
|
80
179
|
reUpload: "\u91CD\u65B0\u4E0A\u4F20\u6587\u4EF6",
|
|
81
180
|
fileUpload: "\u6587\u4EF6\u4E0A\u4F20",
|
|
82
|
-
import: "\u5BFC\u5165"
|
|
181
|
+
import: "\u5BFC\u5165",
|
|
182
|
+
selectProperties: "\u8BF7\u9009\u62E9\u5217\u5BFC\u5165\u5C5E\u6027!"
|
|
83
183
|
},
|
|
84
184
|
dataImport2Select: {
|
|
85
185
|
selectMode: "\u9009\u62E9\u5BFC\u5165\u6A21\u5F0F",
|
|
@@ -88,9 +188,17 @@ var index = {
|
|
|
88
188
|
dataImport2Table: {
|
|
89
189
|
selectAttribute: "\u9009\u62E9\u5F53\u524D\u5217\u5BF9\u5E94\u7684\u5BFC\u5165\u5C5E\u6027"
|
|
90
190
|
},
|
|
191
|
+
doingNotice: {
|
|
192
|
+
jobInProgress: "\u6709<span class={class}>{num}</span>\u4E2A\u540E\u53F0\u4F5C\u4E1A\u6B63\u5728\u6267\u884C\uFF0C\u8BF7\u7A0D\u540E"
|
|
193
|
+
},
|
|
91
194
|
extendActionTimeLine: {
|
|
92
195
|
processTime: "\u5904\u7406\u65F6\u95F4",
|
|
93
|
-
comments: "\u5BA1\u6279\u610F\u89C1"
|
|
196
|
+
comments: "\u5BA1\u6279\u610F\u89C1",
|
|
197
|
+
reject: "\u9A73\u56DE"
|
|
198
|
+
},
|
|
199
|
+
mapChart: {
|
|
200
|
+
high: "\u9AD8",
|
|
201
|
+
low: "\u4F4E"
|
|
94
202
|
},
|
|
95
203
|
pagination: {
|
|
96
204
|
display: "\u663E\u793A",
|
|
@@ -37,7 +37,10 @@ const ViewMsgPos = /* @__PURE__ */ defineComponent({
|
|
|
37
37
|
"class": this.ns.b()
|
|
38
38
|
}, [createVNode(resolveComponent("view-message"), {
|
|
39
39
|
"messages": viewMessages,
|
|
40
|
-
"scroll": scroll
|
|
40
|
+
"scroll": scroll,
|
|
41
|
+
"context": c.panel.context,
|
|
42
|
+
"params": c.panel.params,
|
|
43
|
+
"controller": c.panel.view.viewMsgController
|
|
41
44
|
}, null)]);
|
|
42
45
|
}
|
|
43
46
|
return null;
|
package/es/util/index.d.ts
CHANGED
|
@@ -7,3 +7,4 @@ export { OpenViewUtil } from './open-view-util/open-view-util';
|
|
|
7
7
|
export { OverlayController } from './overlay-controller/overlay-controller';
|
|
8
8
|
export { usePagination } from './pagination/use-pagination';
|
|
9
9
|
export { NoticeUtil } from './notice-util/notice-util';
|
|
10
|
+
export { RenderUtil } from './render-util/render-util';
|
package/es/util/index.mjs
CHANGED
|
@@ -7,5 +7,6 @@ export { OpenViewUtil } from './open-view-util/open-view-util.mjs';
|
|
|
7
7
|
export { OverlayController } from './overlay-controller/overlay-controller.mjs';
|
|
8
8
|
export { usePagination } from './pagination/use-pagination.mjs';
|
|
9
9
|
export { NoticeUtil } from './notice-util/notice-util.mjs';
|
|
10
|
+
export { RenderUtil } from './render-util/render-util.mjs';
|
|
10
11
|
|
|
11
12
|
"use strict";
|