@ibiz-template/vue3-components 0.7.8 → 0.7.10

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.
Files changed (42) hide show
  1. package/dist/index-GoU343c8.js +4 -0
  2. package/dist/index-dsmTOMa5.js +1 -0
  3. package/dist/index-sGpuIVYT.js +1 -0
  4. package/dist/index.min.css +1 -1
  5. package/dist/index.system.min.js +1 -1
  6. package/dist/wang-editor-Vch7U079.js +1 -0
  7. package/dist/{xlsx-util-3My8gW7-.js → xlsx-util-my1qbty8.js} +1 -1
  8. package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.d.ts +2 -1
  9. package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.mjs +7 -3
  10. package/es/control/dashboard/dashboard-design/dashboard-design.mjs +22 -28
  11. package/es/control/dashboard/portlet/chart-portlet/chart-portlet.mjs +13 -1
  12. package/es/control/dashboard/portlet/list-portlet/list-portlet.mjs +13 -1
  13. package/es/control/dashboard/portlet/portlet-layout/portlet-layout.d.ts +1 -0
  14. package/es/control/dashboard/portlet/portlet-layout/portlet-layout.mjs +10 -1
  15. package/es/control/dashboard/portlet/view-portlet/view-portlet.mjs +13 -1
  16. package/es/editor/html/html-editor.controller.d.ts +25 -2
  17. package/es/editor/html/html-editor.controller.mjs +49 -1
  18. package/es/editor/html/wang-editor/ai/ai-modules.d.ts +10 -0
  19. package/es/editor/html/wang-editor/ai/ai-modules.mjs +32 -0
  20. package/es/editor/html/wang-editor/wang-editor.mjs +88 -3
  21. package/es/editor/text-box/input/input.mjs +9 -5
  22. package/es/locale/en/index.d.ts +204 -0
  23. package/es/locale/en/index.mjs +205 -0
  24. package/es/locale/zh-CN/index.d.ts +204 -0
  25. package/es/locale/zh-CN/index.mjs +205 -0
  26. package/lib/control/dashboard/custom-dashboard-container/custom-dashboard-container.cjs +6 -2
  27. package/lib/control/dashboard/dashboard-design/dashboard-design.cjs +22 -28
  28. package/lib/control/dashboard/portlet/chart-portlet/chart-portlet.cjs +12 -0
  29. package/lib/control/dashboard/portlet/list-portlet/list-portlet.cjs +12 -0
  30. package/lib/control/dashboard/portlet/portlet-layout/portlet-layout.cjs +10 -1
  31. package/lib/control/dashboard/portlet/view-portlet/view-portlet.cjs +12 -0
  32. package/lib/editor/html/html-editor.controller.cjs +48 -0
  33. package/lib/editor/html/wang-editor/ai/ai-modules.cjs +34 -0
  34. package/lib/editor/html/wang-editor/wang-editor.cjs +87 -2
  35. package/lib/editor/text-box/input/input.cjs +9 -5
  36. package/lib/locale/en/index.cjs +205 -0
  37. package/lib/locale/zh-CN/index.cjs +205 -0
  38. package/package.json +7 -7
  39. package/dist/index-Rqr5SnvQ.js +0 -1
  40. package/dist/index-oydyrl0O.js +0 -4
  41. package/dist/index-x-jLCilD.js +0 -1
  42. package/dist/wang-editor-XnzvMz46.js +0 -1
@@ -115,16 +115,16 @@ const IBizInput = /* @__PURE__ */ vue.defineComponent({
115
115
  };
116
116
  let chatInstance;
117
117
  const onClick = async () => {
118
- var _a;
118
+ var _a, _b;
119
119
  if (c.deService) {
120
120
  const module = await import('@ibiz-template-plugin/ai-chat');
121
121
  const chat = module.chat || module.default.chat;
122
122
  chatInstance = chat;
123
123
  const aiChat = chat.create({
124
124
  question: async (arr) => {
125
- var _a2;
125
+ var _a2, _b2;
126
126
  const id = qxUtil.createUUID();
127
- await ((_a2 = c.deService) == null ? void 0 : _a2.aiChatSse((msg) => {
127
+ await ((_b2 = c.deService) == null ? void 0 : _b2.aiChatSse((msg) => {
128
128
  ibiz.log.info("aiChatSse", msg);
129
129
  if (msg.actionstate === 20 && msg.actionresult) {
130
130
  aiChat.addMessage({
@@ -155,7 +155,9 @@ const IBizInput = /* @__PURE__ */ vue.defineComponent({
155
155
  content: msg.actionresult
156
156
  });
157
157
  }
158
- }, c.context, {}, {
158
+ }, c.context, {
159
+ srfactag: (_a2 = c.deACMode) == null ? void 0 : _a2.codeName
160
+ }, {
159
161
  messages: arr
160
162
  }));
161
163
  aiChat.addMessage({
@@ -173,7 +175,9 @@ const IBizInput = /* @__PURE__ */ vue.defineComponent({
173
175
  }
174
176
  }
175
177
  });
176
- const res = await ((_a = c.deService) == null ? void 0 : _a.aiChatHistory(c.context, {}));
178
+ const res = await ((_b = c.deService) == null ? void 0 : _b.aiChatHistory(c.context, {
179
+ srfactag: (_a = c.deACMode) == null ? void 0 : _a.codeName
180
+ }));
177
181
  if (res.data && Array.isArray(res.data)) {
178
182
  res.data.forEach((item) => {
179
183
  const msg = {
@@ -121,6 +121,211 @@ var index = {
121
121
  cancelEditPrompt: "Canceling editing will prevent the modified content from being saved and cannot be retrieved.",
122
122
  confirmCancel: "Confirm cancel"
123
123
  }
124
+ },
125
+ // runtime
126
+ runtime: {
127
+ common: {
128
+ unrealized: "unrealized"
129
+ },
130
+ command: {
131
+ app: {
132
+ notFindApplicationFunction: "An app feature called {appFuncId} cannot be found",
133
+ notFindApplicationFunctionYype: "Unsupported application function type: {appFuncType}",
134
+ notFindApplicationView: "The application view [{appViewId}] does not exist"
135
+ }
136
+ },
137
+ controller: {
138
+ common: {
139
+ control: {
140
+ componentActivation: "Component [{name}] ({id}) is active",
141
+ componentPause: "Component [{name}] ({id}) is pause",
142
+ unsupportedType: "Unsupported entity data change type: {type}",
143
+ uncheckedData: "Unchecked data",
144
+ dataDeletion: "data deletion",
145
+ confirmDataDeletion: "Confirm deletion of data?",
146
+ noImportModel: "No import model is configured!"
147
+ },
148
+ editor: {
149
+ editorNotConfigured: "Editor type [{editorType}], code table not configured"
150
+ },
151
+ view: {
152
+ viewActivation: "View [{name}] ({id}) is active",
153
+ viewPause: "View [{name}] ({id}) is pause",
154
+ viewDestroy: "View [{name}] ({id}) is destroy",
155
+ notFoundViewEngine: "The View Engine implementation was not found:",
156
+ noSupportBehavior: "No engine support for pre-built interface behavior {key}"
157
+ }
158
+ },
159
+ control: {
160
+ menu: {
161
+ notFindMenu: "Cannot find menu item named {id}",
162
+ noConfigured: "No application functionality configured"
163
+ },
164
+ calendar: {
165
+ missingViewLogic: "Missing {itemType}_opendata view logic",
166
+ notFoundModel: "Calendar item model not found"
167
+ },
168
+ chart: {
169
+ notConfiguredX: "Sequence is not configured with X-axis",
170
+ notConfiguredY: "Sequence is not configured with Y-axis",
171
+ missingClassification: "Missing classification attribute configuration",
172
+ missingValue: "Missing value attribute configuration",
173
+ notSupportSequence: "Charts do not support sequence types at this time {seriesType}",
174
+ notFindSequence: "Cannot find generator for {seriesIndex} sequence!",
175
+ notInitialised: "The chart object is not properly initialised",
176
+ notCalculated: "Options have not been calculated."
177
+ },
178
+ dataView: {
179
+ noBehaviourGroup: "No interface behaviour group is configured for the action",
180
+ noBehaviourGroupAction: "No interface behaviour is configured for the action item interface behaviour group",
181
+ propertiesNotConfigured: "Grouping properties are not configured",
182
+ tableNotConfigured: "The grouping code table is not configured",
183
+ sortingItems: "Items with sorting enabled must be associated with an entity attribute"
184
+ },
185
+ expBar: {
186
+ unableMore: "Unable to get multiple data widgets [{xdataControlName}] controller",
187
+ multiNode: "Multi-node views are implemented by subclasses",
188
+ notFindNodeModel: "Cannot find node model for {nodeId}"
189
+ },
190
+ form: {
191
+ formCompletion: "Please check the form completion!",
192
+ savedSuccessfully: "{srfmajortext}Saved successfully!",
193
+ prompt: "prompt",
194
+ deletion: "Confirm deletion?",
195
+ itemUpdate: "No {formItemUpdateId} form item update was found.",
196
+ processStarted: "Process started successfully",
197
+ processSubmitted: "Process submitted successfully",
198
+ lackBehavior: "Lack of return operation entity behavior",
199
+ initializationException: "Initialization Exception: Form member [{id}]({detailType}) already exists, duplicate form item identifier Please check configuration!",
200
+ relationshipInterface: "Receive data change events from the relationship interface",
201
+ fillIn: "Please fill in {caption} ",
202
+ unconfiguredWidgets: "Multi-data widgets unconfigured content widgets",
203
+ noFoundFormController: "No form controller corresponding to {id} found",
204
+ multiDataAddData: "Multi-data widget type {contentType} does not support adding data at the moment",
205
+ mdControllerNotExist: "mdController does not exist",
206
+ repeaterNotSupported: "Repeater styles are not supported at this time {detailStyle}",
207
+ searchTerms: "No search terms found to apply",
208
+ saveSearch: "No saved search criteria found"
209
+ },
210
+ gantt: {
211
+ notNode: "Not entity gantt node data",
212
+ rowData: "Row data does not exist",
213
+ simpleMode: "Simple mode, no saving",
214
+ nonentity: "Non-entity node data cannot be saved",
215
+ notChange: "The value has not changed",
216
+ dataDeleted: "Data [{str}] deleted successfully!",
217
+ firstComplete: "Please complete the current line in the line editor first",
218
+ notSupport: "{treeNodeType} node type not supported"
219
+ },
220
+ grid: {
221
+ unsupported: "Unsupported types {type}",
222
+ attributeColumns: "Attribute columns with no grouping attributes configured",
223
+ notCodeTable: "The attribute column {groupFieldName} of the grouping attribute does not have a configuration code table",
224
+ configureFirstColumn: "Please configure the grouping attribute column {groupFieldName} as the first column",
225
+ requiresCodeTable: "Code table grouping mode requires code table configuration",
226
+ notMatchCodeTable: "The grouping code table does not match the code table for the attribute column {groupFieldName}",
227
+ convertedValue: "The sort attribute of {srfmajortext} cannot be converted to a value",
228
+ missingConfiguration: "Missing configuration of aggregated entities or aggregated datasets",
229
+ newRows: "New rows are not supported",
230
+ saveCancel: "Row data validation failed, save cancel",
231
+ notSupportRowEditing: "The current form does not support row editing, and you cannot toggle on row editing.",
232
+ lineEditing: "Only one line can be open for line editing at the same time",
233
+ updateColumns: "No {updateId} edit columns found for update",
234
+ exported: "No exported data",
235
+ tabularColumns: "No tabular columns",
236
+ corresponding: "Corresponding table data item not found [{deField}].",
237
+ pickedUpData: "The value of {valueItem} is not picked up in the row data.",
238
+ notSupportedMode: "Attribute column aggregation mode {aggMode} is not supported yet.",
239
+ remoteAggregation: "Remote aggregation is not supported yet",
240
+ aggregateMode: "Aggregate mode is not supported yet {aggMode}",
241
+ formattingError: "{aggValue} value formatting error",
242
+ checksumErrors: "{codeName}Checksum errors, {fieldName}",
243
+ behaviorGroup: "The action column does not have an interface behavior group configured",
244
+ interfaceBehavior: "No interface behavior is configured for the action column interface behavior group"
245
+ },
246
+ kanban: {
247
+ sortingProperties: "Sorting properties are not configured",
248
+ sortDirection: "Sort direction is not configured",
249
+ groupedOn: "Kanban components must be grouped on",
250
+ adjustmentsGroup: "The current Kanban does not allow adjustments to the grouping!",
251
+ notAllowReorder: "Current Kanban does not allow reordering!"
252
+ },
253
+ meditViewPanel: {
254
+ DraftNew: "Draft - New",
255
+ dataExist: "Edit View Panel widget UI data does not exist"
256
+ },
257
+ panel: {
258
+ panelData: "Panel data not captured"
259
+ },
260
+ reportPanel: {
261
+ reportType: "Report panel generator factory parameter error, report panel does not specify report type",
262
+ notImplemented: "Specify the report {reportType} type report panel generator not implemented yet"
263
+ },
264
+ searchBar: {
265
+ notFoundEntity: "Cannot find the associated entity corresponding to the attribute {targetField}.",
266
+ missingModel: "Missing editor model",
267
+ JSONFormat: "{data} non-standard JSON format:"
268
+ },
269
+ toolbar: {
270
+ notFound: "Interface behavior model {actionId} not found"
271
+ },
272
+ tree: {
273
+ notFoundTreeData: "Cannot find corresponding tree node data",
274
+ sortAttribute: "Missing Configuration Sort Attribute",
275
+ editMode: "The tree node is not configured for edit mode: name",
276
+ nodeData: "Not entity tree node data",
277
+ notFoundTreeNode: "Tree node not found"
278
+ },
279
+ treeGrid: {
280
+ columnsSchema: "TreeTable Unvalued Columns Schema",
281
+ columnMode: "Tree table without parent column mode"
282
+ },
283
+ treeGridEx: {
284
+ notConfigured: "The node is not configured with a data item that corresponds to the table column {name}",
285
+ editItem: "Edit item model corresponding to table column {name} was not found",
286
+ notPickedUp: "The value of {valueItem} is not picked up in the row data.",
287
+ behaviorGroup: "The {id} action column does not have an interface behavior group configured.",
288
+ notSupportCreation: "Does not support the creation of new",
289
+ updateBehavior: "Tree nodes are not configured to update entity behavior"
290
+ },
291
+ wizardPanel: {
292
+ wizardForm: "Cannot find the wizard form for {activeFormTag}.",
293
+ formController: "Cannot find a form controller for {activeFormTag}.",
294
+ noConfiguration: "There is no Configuration Wizard form collection",
295
+ wizardFormIdentifier: "Cannot find the wizard form with the {tag} identifier.",
296
+ noPreviousForm: "No previous form",
297
+ nextStep: "Cannot find next wizard step",
298
+ nextForm: "Cannot find the next wizard form"
299
+ }
300
+ },
301
+ utils: {
302
+ buttonState: {
303
+ isFinitenconsistency: "Inconsistency between entity {appDeName} of {uiActionId} interface behavior and entity {appDeId} of data"
304
+ },
305
+ counter: {
306
+ decrement: "Decrement cannot be called for a count of 0!"
307
+ },
308
+ dataFileUtil: {
309
+ notExist: "ibiz.util.getExportExcel does not exist",
310
+ loadError: "Export module loading error",
311
+ importData: "No corresponding import data model was found"
312
+ },
313
+ valueDefault: {
314
+ notExist: "appdata.context does not exist",
315
+ notsupported: "Default value type [{valueType}] not supported"
316
+ },
317
+ valueEx: {
318
+ objectNameField: "Missing objectNameField"
319
+ },
320
+ valueRule: {
321
+ length: "The length of the content must be less than or equal to {maxLength}, the current length is {length}."
322
+ },
323
+ viewMsg: {
324
+ message: "Cannot find model for view message group {msgGroupId}",
325
+ noFound: "No {message} view message model found"
326
+ }
327
+ }
328
+ }
124
329
  }
125
330
  };
126
331
 
@@ -121,6 +121,211 @@ var index = {
121
121
  cancelEditPrompt: "\u53D6\u6D88\u7F16\u8F91\u5C06\u65E0\u6CD5\u4FDD\u5B58\u4FEE\u6539\u7684\u5185\u5BB9\uFF0C\u4E14\u4E0D\u80FD\u627E\u56DE\u3002",
122
122
  confirmCancel: "\u786E\u8BA4\u53D6\u6D88"
123
123
  }
124
+ },
125
+ // runtime
126
+ runtime: {
127
+ common: {
128
+ unrealized: "\u672A\u5B9E\u73B0"
129
+ },
130
+ command: {
131
+ app: {
132
+ notFindApplicationFunction: "\u627E\u4E0D\u5230\u53EB{appFuncId}\u7684\u5E94\u7528\u529F\u80FD",
133
+ notFindApplicationFunctionYype: "\u672A\u652F\u6301\u7684\u5E94\u7528\u529F\u80FD\u7C7B\u578B:{appFuncType}",
134
+ notFindApplicationView: "\u5E94\u7528\u89C6\u56FE[{appViewId}]\u4E0D\u5B58\u5728"
135
+ }
136
+ },
137
+ controller: {
138
+ common: {
139
+ control: {
140
+ componentActivation: "\u90E8\u4EF6[{name}]({id})\u6FC0\u6D3B",
141
+ componentPause: "\u90E8\u4EF6[{name}]({id})\u6682\u505C",
142
+ unsupportedType: "\u4E0D\u652F\u6301\u7684\u5B9E\u4F53\u6570\u636E\u53D8\u66F4\u7C7B\u578B: {type}",
143
+ uncheckedData: "\u672A\u9009\u4E2D\u6570\u636E",
144
+ dataDeletion: "\u6570\u636E\u5220\u9664",
145
+ confirmDataDeletion: "\u786E\u8BA4\u5220\u9664\u6570\u636E\uFF1F",
146
+ noImportModel: "\u6CA1\u6709\u914D\u7F6E\u5BFC\u5165\u6A21\u578B\uFF01"
147
+ },
148
+ editor: {
149
+ editorNotConfigured: "\u7F16\u8F91\u5668\u7C7B\u578B[{editorType}]\uFF0C\u672A\u914D\u7F6E\u4EE3\u7801\u8868"
150
+ },
151
+ view: {
152
+ viewActivation: "\u89C6\u56FE[{name}]({id})\u6FC0\u6D3B",
153
+ viewPause: "\u89C6\u56FE[{name}]({id})\u6682\u505C",
154
+ viewDestroy: "\u89C6\u56FE[{name}]({id})\u9500\u6BC1",
155
+ notFoundViewEngine: "\u672A\u627E\u5230\u89C6\u56FE\u5F15\u64CE\u5B9E\u73B0\uFF1A",
156
+ noSupportBehavior: "\u6CA1\u6709\u5F15\u64CE\u652F\u6301\u9884\u7F6E\u754C\u9762\u884C\u4E3A{key}"
157
+ }
158
+ },
159
+ control: {
160
+ menu: {
161
+ notFindMenu: "\u627E\u4E0D\u5230\u540D\u4E3A{id}\u7684\u83DC\u5355\u9879",
162
+ noConfigured: "\u6CA1\u6709\u914D\u7F6E\u5E94\u7528\u529F\u80FD"
163
+ },
164
+ calendar: {
165
+ missingViewLogic: "\u7F3A\u5C11{itemType}_opendata\u7684\u89C6\u56FE\u903B\u8F91",
166
+ notFoundModel: "\u672A\u627E\u5230\u65E5\u5386\u9879\u6A21\u578B"
167
+ },
168
+ chart: {
169
+ notConfiguredX: "\u5E8F\u5217\u6CA1\u6709\u914D\u7F6EX\u5750\u6807\u8F74",
170
+ notConfiguredY: "\u5E8F\u5217\u6CA1\u6709\u914D\u7F6EY\u5750\u6807\u8F74",
171
+ missingClassification: "\u7F3A\u5C11\u5206\u7C7B\u5C5E\u6027\u914D\u7F6E",
172
+ missingValue: "\u7F3A\u5C11\u503C\u5C5E\u6027\u914D\u7F6E",
173
+ notSupportSequence: "\u56FE\u8868\u6682\u672A\u652F\u6301\u5E8F\u5217\u7C7B\u578B{seriesType}",
174
+ notFindSequence: "\u627E\u4E0D\u5230{seriesIndex}\u5E8F\u5217\u7684generator\uFF01",
175
+ notInitialised: "chart\u5BF9\u8C61\u6CA1\u6709\u6B63\u786E\u521D\u59CB\u5316",
176
+ notCalculated: "options\u8FD8\u6CA1\u8BA1\u7B97"
177
+ },
178
+ dataView: {
179
+ noBehaviourGroup: "\u64CD\u4F5C\u9879\u6CA1\u6709\u914D\u7F6E\u754C\u9762\u884C\u4E3A\u7EC4",
180
+ noBehaviourGroupAction: "\u64CD\u4F5C\u9879\u754C\u9762\u884C\u4E3A\u7EC4\u6CA1\u6709\u914D\u7F6E\u754C\u9762\u884C\u4E3A",
181
+ propertiesNotConfigured: "\u5206\u7EC4\u5C5E\u6027\u6CA1\u6709\u914D\u7F6E",
182
+ tableNotConfigured: "\u5206\u7EC4\u4EE3\u7801\u8868\u6CA1\u6709\u914D\u7F6E",
183
+ sortingItems: "\u542F\u7528\u6392\u5E8F\u7684\u9879\u5FC5\u987B\u5173\u8054\u5B9E\u4F53\u5C5E\u6027"
184
+ },
185
+ expBar: {
186
+ unableMore: "\u65E0\u6CD5\u83B7\u53D6\u591A\u6570\u636E\u90E8\u4EF6[{xdataControlName}]\u63A7\u5236\u5668",
187
+ multiNode: "\u591A\u8282\u70B9\u89C6\u56FE\u7531\u5B50\u7C7B\u5B9E\u73B0",
188
+ notFindNodeModel: "\u627E\u4E0D\u5230{nodeId}\u7684\u8282\u70B9\u6A21\u578B"
189
+ },
190
+ form: {
191
+ formCompletion: "\u8BF7\u68C0\u67E5\u8868\u5355\u586B\u5199\uFF01",
192
+ savedSuccessfully: "{srfmajortext}\u4FDD\u5B58\u6210\u529F",
193
+ prompt: "\u63D0\u793A",
194
+ deletion: "\u786E\u8BA4\u5220\u9664\u5417\uFF1F",
195
+ itemUpdate: "\u6CA1\u627E\u5230{formItemUpdateId}\u8868\u5355\u9879\u66F4\u65B0",
196
+ processStarted: "\u6D41\u7A0B\u542F\u52A8\u6210\u529F",
197
+ processSubmitted: "\u6D41\u7A0B\u63D0\u4EA4\u6210\u529F",
198
+ lackBehavior: "\u7F3A\u5C11\u8FD4\u56DE\u64CD\u4F5C\u5B9E\u4F53\u884C\u4E3A",
199
+ initializationException: "\u521D\u59CB\u5316\u5F02\u5E38: \u8868\u5355\u6210\u5458[{id}]({detailType})\u5DF2\u5B58\u5728\uFF0C\u8868\u5355\u9879\u6807\u8BC6\u91CD\u590D\u8BF7\u68C0\u67E5\u914D\u7F6E",
200
+ relationshipInterface: "\u63A5\u6536\u5230\u5173\u7CFB\u754C\u9762\u7684\u6570\u636E\u53D8\u66F4\u4E8B\u4EF6",
201
+ fillIn: "\u8BF7\u586B\u5199{caption}",
202
+ unconfiguredWidgets: "\u591A\u6570\u636E\u90E8\u4EF6\u672A\u914D\u7F6E\u5185\u5BB9\u90E8\u4EF6",
203
+ noFoundFormController: "\u6CA1\u6709\u627E\u5230\u5BF9\u5E94{id}\u7684\u8868\u5355\u63A7\u5236\u5668",
204
+ multiDataAddData: "\u591A\u6570\u636E\u90E8\u4EF6\u7C7B\u578B{contentType}\u6682\u4E0D\u652F\u6301\u6DFB\u52A0\u6570\u636E",
205
+ mdControllerNotExist: "mdController\u4E0D\u5B58\u5728",
206
+ repeaterNotSupported: "\u6682\u4E0D\u652F\u6301\u91CD\u590D\u5668\u6837\u5F0F{detailStyle}",
207
+ searchTerms: "\u6CA1\u6709\u627E\u5230\u53EF\u4EE5\u5E94\u7528\u7684\u641C\u7D22\u6761\u4EF6",
208
+ saveSearch: "\u6CA1\u6709\u627E\u5230\u4FDD\u5B58\u7684\u641C\u7D22\u6761\u4EF6"
209
+ },
210
+ gantt: {
211
+ notNode: "\u4E0D\u662F\u5B9E\u4F53\u7518\u7279\u8282\u70B9\u6570\u636E",
212
+ rowData: "\u884C\u6570\u636E\u4E0D\u5B58\u5728",
213
+ simpleMode: "\u7B80\u5355\u6A21\u5F0F\uFF0C\u4E0D\u4FDD\u5B58",
214
+ nonentity: "\u975E\u5B9E\u4F53\u8282\u70B9\u6570\u636E\u4E0D\u80FD\u4FDD\u5B58",
215
+ notChange: "\u503C\u6CA1\u6709\u53D1\u751F\u6539\u53D8",
216
+ dataDeleted: "\u6570\u636E[{str}]\u5220\u9664\u6210\u529F!",
217
+ firstComplete: "\u8BF7\u5148\u5B8C\u6210\u5F53\u524D\u884C\u7F16\u8F91\u4E2D\u7684\u884C\u7684\u64CD\u4F5C",
218
+ notSupport: "{treeNodeType}\u8282\u70B9\u7C7B\u578B\u672A\u652F\u6301"
219
+ },
220
+ grid: {
221
+ unsupported: "\u672A\u652F\u6301\u7684\u7C7B\u578B{type}",
222
+ attributeColumns: "\u6CA1\u6709\u914D\u7F6E\u5206\u7EC4\u5C5E\u6027\u7684\u5C5E\u6027\u5217",
223
+ notCodeTable: "\u5206\u7EC4\u5C5E\u6027\u7684\u5C5E\u6027\u5217{groupFieldName}\u6CA1\u6709\u914D\u7F6E\u4EE3\u7801\u8868",
224
+ configureFirstColumn: "\u8BF7\u5C06\u5206\u7EC4\u5C5E\u6027\u5217{groupFieldName}\u914D\u7F6E\u4E3A\u7B2C\u4E00\u5217",
225
+ requiresCodeTable: "\u4EE3\u7801\u8868\u5206\u7EC4\u6A21\u5F0F\u9700\u8981\u914D\u7F6E\u4EE3\u7801\u8868",
226
+ notMatchCodeTable: "\u5206\u7EC4\u4EE3\u7801\u8868\u4E0E\u5C5E\u6027\u5217{groupFieldName}\u7684\u4EE3\u7801\u8868\u4E0D\u4E00\u81F4",
227
+ convertedValue: "{srfmajortext}\u7684\u6392\u5E8F\u5C5E\u6027\u65E0\u6CD5\u8F6C\u6362\u6210\u6570\u503C",
228
+ missingConfiguration: "\u7F3A\u5C11\u914D\u7F6E\u805A\u5408\u5B9E\u4F53\u6216\u805A\u5408\u6570\u636E\u96C6",
229
+ newRows: "\u4E0D\u652F\u6301\u65B0\u5EFA\u884C",
230
+ saveCancel: "\u884C\u6570\u636E\u6821\u9A8C\u4E0D\u901A\u8FC7\uFF0C\u4FDD\u5B58\u53D6\u6D88",
231
+ notSupportRowEditing: "\u5F53\u524D\u8868\u683C\u4E0D\u652F\u6301\u884C\u7F16\u8F91\uFF0C\u65E0\u6CD5\u5207\u6362\u5F00\u542F\u884C\u7F16\u8F91",
232
+ lineEditing: "\u540C\u65F6\u53EA\u80FD\u6709\u4E00\u884C\u5F00\u542F\u884C\u7F16\u8F91",
233
+ updateColumns: "\u6CA1\u627E\u5230{updateId}\u7F16\u8F91\u5217\u66F4\u65B0",
234
+ exported: "\u65E0\u5BFC\u51FA\u6570\u636E",
235
+ tabularColumns: "\u65E0\u8868\u683C\u5217",
236
+ corresponding: "\u672A\u627E\u5230\u5BF9\u5E94\u7684\u8868\u683C\u6570\u636E\u9879[{deField}]",
237
+ pickedUpData: "\u672A\u5728\u884C\u6570\u636E\u4E2D\u53D6\u5230 {valueItem} \u7684\u503C",
238
+ notSupportedMode: "\u6682\u672A\u652F\u6301\u5C5E\u6027\u5217\u805A\u5408\u6A21\u5F0F{aggMode}",
239
+ remoteAggregation: "\u8FDC\u7A0B\u805A\u5408\u6682\u672A\u652F\u6301",
240
+ aggregateMode: "\u6682\u672A\u652F\u6301\u805A\u5408\u6A21\u5F0F{aggMode}",
241
+ formattingError: "{aggValue} \u503C\u683C\u5F0F\u5316\u9519\u8BEF",
242
+ checksumErrors: "{codeName}\u6821\u9A8C\u62A5\u9519,{fieldName}",
243
+ behaviorGroup: "\u64CD\u4F5C\u5217\u6CA1\u6709\u914D\u7F6E\u754C\u9762\u884C\u4E3A\u7EC4",
244
+ interfaceBehavior: "\u64CD\u4F5C\u5217\u754C\u9762\u884C\u4E3A\u7EC4\u6CA1\u6709\u914D\u7F6E\u754C\u9762\u884C\u4E3A"
245
+ },
246
+ kanban: {
247
+ sortingProperties: "\u6392\u5E8F\u5C5E\u6027\u6CA1\u914D\u7F6E",
248
+ sortDirection: "\u6392\u5E8F\u65B9\u5411\u6CA1\u914D\u7F6E",
249
+ groupedOn: "\u770B\u677F\u90E8\u4EF6\u5FC5\u987B\u5F00\u542F\u5206\u7EC4",
250
+ adjustmentsGroup: "\u5F53\u524D\u770B\u677F\u4E0D\u5141\u8BB8\u8C03\u6574\u5206\u7EC4\uFF01",
251
+ notAllowReorder: "\u5F53\u524D\u770B\u677F\u4E0D\u5141\u8BB8\u8C03\u6574\u6B21\u5E8F\uFF01"
252
+ },
253
+ meditViewPanel: {
254
+ DraftNew: "\u8349\u7A3F--\u65B0\u5EFA",
255
+ dataExist: "\u7F16\u8F91\u89C6\u56FE\u9762\u677F\u90E8\u4EF6UI\u6570\u636E\u4E0D\u5B58\u5728"
256
+ },
257
+ panel: {
258
+ panelData: "\u672A\u83B7\u53D6\u5230\u9762\u677F\u6570\u636E"
259
+ },
260
+ reportPanel: {
261
+ reportType: "\u62A5\u8868\u9762\u677F\u751F\u6210\u5668\u5DE5\u5382\u53C2\u6570\u9519\u8BEF\uFF0C\u62A5\u8868\u9762\u677F\u672A\u6307\u5B9A\u62A5\u8868\u7C7B\u578B",
262
+ notImplemented: "\u6307\u5B9A\u62A5\u8868{reportType}\u7C7B\u578B\u62A5\u8868\u9762\u677F\u751F\u6210\u5668\u6682\u672A\u5B9E\u73B0"
263
+ },
264
+ searchBar: {
265
+ notFoundEntity: "\u627E\u4E0D\u5230\u5C5E\u6027{targetField}\u5BF9\u5E94\u7684\u5173\u8054\u5B9E\u4F53",
266
+ missingModel: "\u7F3A\u5C11\u7F16\u8F91\u5668\u6A21\u578B",
267
+ JSONFormat: "{data}\u975E\u6807\u51C6JSON\u683C\u5F0F:"
268
+ },
269
+ toolbar: {
270
+ notFound: "\u6CA1\u6709\u627E\u5230\u754C\u9762\u884C\u4E3A\u6A21\u578B{actionId}"
271
+ },
272
+ tree: {
273
+ notFoundTreeData: "\u627E\u4E0D\u5230\u5BF9\u5E94\u7684\u6811\u8282\u70B9\u6570\u636E",
274
+ sortAttribute: "\u7F3A\u5C11\u914D\u7F6E\u6392\u5E8F\u5C5E\u6027",
275
+ editMode: "\u6811\u8282\u70B9\u6CA1\u6709\u914D\u7F6E\u7F16\u8F91\u6A21\u5F0F\uFF1A\u540D\u79F0",
276
+ nodeData: "\u4E0D\u662F\u5B9E\u4F53\u6811\u8282\u70B9\u6570\u636E",
277
+ notFoundTreeNode: "\u672A\u627E\u5230\u6811\u8282\u70B9"
278
+ },
279
+ treeGrid: {
280
+ columnsSchema: "\u6811\u8868\u683C\u65E0\u503C\u5217\u6A21\u5F0F",
281
+ columnMode: "\u6811\u8868\u683C\u65E0\u7236\u503C\u5217\u6A21\u5F0F"
282
+ },
283
+ treeGridEx: {
284
+ notConfigured: "\u8282\u70B9\u6CA1\u6709\u914D\u7F6E\u5BF9\u5E94\u8868\u683C\u5217{name}\u7684\u6570\u636E\u9879",
285
+ editItem: "\u6CA1\u6709\u627E\u5230\u5BF9\u5E94\u8868\u683C\u5217{name}\u7684\u7F16\u8F91\u9879\u6A21\u578B",
286
+ notPickedUp: "\u672A\u5728\u884C\u6570\u636E\u4E2D\u53D6\u5230 {valueItem} \u7684\u503C",
287
+ behaviorGroup: "{id}\u64CD\u4F5C\u5217\u6CA1\u6709\u914D\u7F6E\u754C\u9762\u884C\u4E3A\u7EC4",
288
+ notSupportCreation: "\u6682\u4E0D\u652F\u6301\u65B0\u5EFA",
289
+ updateBehavior: "\u6811\u8282\u70B9\u6CA1\u6709\u914D\u7F6E\u66F4\u65B0\u5B9E\u4F53\u884C\u4E3A"
290
+ },
291
+ wizardPanel: {
292
+ wizardForm: "\u627E\u4E0D\u5230{activeFormTag}\u7684\u5411\u5BFC\u8868\u5355",
293
+ formController: "\u627E\u4E0D\u5230{activeFormTag}\u7684\u8868\u5355\u63A7\u5236\u5668",
294
+ noConfiguration: "\u6CA1\u6709\u914D\u7F6E\u5411\u5BFC\u8868\u5355\u96C6\u5408",
295
+ wizardFormIdentifier: "\u627E\u4E0D\u5230\u6807\u8BC6\u4E3A{tag}\u7684\u5411\u5BFC\u8868\u5355",
296
+ noPreviousForm: "\u6CA1\u6709\u4E0A\u4E00\u4E2A\u8868\u5355",
297
+ nextStep: "\u627E\u4E0D\u5230\u4E0B\u4E00\u4E2A\u5411\u5BFC\u6B65\u9AA4",
298
+ nextForm: "\u627E\u4E0D\u5230\u4E0B\u4E00\u4E2A\u5411\u5BFC\u8868\u5355"
299
+ }
300
+ },
301
+ utils: {
302
+ buttonState: {
303
+ isFinitenconsistency: "{uiActionId}\u754C\u9762\u884C\u4E3A\u7684\u5B9E\u4F53{appDeName}\u548C\u6570\u636E\u7684\u5B9E\u4F53{appDeId}\u4E0D\u4E00\u81F4"
304
+ },
305
+ counter: {
306
+ decrement: "\u9519\u8BEF\u7684\u8C03\u7528\uFF01decrement\u4E0D\u80FD\u5BF9count\u4E3A0\u8C03\u7528"
307
+ },
308
+ dataFileUtil: {
309
+ notExist: "ibiz.util.getExportExcel\u4E0D\u5B58\u5728",
310
+ loadError: "\u5BFC\u51FA\u6A21\u5757\u52A0\u8F7D\u9519\u8BEF",
311
+ importData: "\u6CA1\u6709\u627E\u5230\u5BF9\u5E94\u7684\u5BFC\u5165\u6570\u636E\u6A21\u578B"
312
+ },
313
+ valueDefault: {
314
+ notExist: "appdata.context\u4E0D\u5B58\u5728",
315
+ notsupported: "\u9ED8\u8BA4\u503C\u7C7B\u578B[{valueType}]\u672A\u652F\u6301"
316
+ },
317
+ valueEx: {
318
+ objectNameField: "\u7F3A\u5C11objectNameField"
319
+ },
320
+ valueRule: {
321
+ length: "\u5185\u5BB9\u957F\u5EA6\u5FC5\u987B\u5C0F\u4E8E\u7B49\u4E8E{maxLength},\u5F53\u524D\u957F\u5EA6\u4E3A{length}"
322
+ },
323
+ viewMsg: {
324
+ message: "\u627E\u4E0D\u5230\u89C6\u56FE\u6D88\u606F\u7EC4{msgGroupId}\u7684\u6A21\u578B",
325
+ noFound: "\u6CA1\u6709\u627E\u5230{message}\u89C6\u56FE\u6D88\u606F\u6A21\u578B"
326
+ }
327
+ }
328
+ }
124
329
  }
125
330
  };
126
331
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/vue3-components",
3
- "version": "0.7.8",
3
+ "version": "0.7.10",
4
4
  "description": "使用 rollup 编译 vue 组件或者 jsx",
5
5
  "main": "lib/index.cjs",
6
6
  "module": "es/index.mjs",
@@ -28,16 +28,16 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@floating-ui/dom": "^1.5.3",
31
- "@ibiz-template-plugin/ai-chat": "^0.0.1",
31
+ "@ibiz-template-plugin/ai-chat": "^0.0.3",
32
32
  "@ibiz-template-plugin/gantt": "0.1.3-alpha.46",
33
33
  "@ibiz-template/core": "0.7.7-dev.0",
34
34
  "@ibiz-template/devtool": "0.0.1-dev.6",
35
- "@ibiz-template/model-helper": "0.7.8",
36
- "@ibiz-template/runtime": "0.7.8",
35
+ "@ibiz-template/model-helper": "0.7.10",
36
+ "@ibiz-template/runtime": "0.7.10",
37
37
  "@ibiz-template/theme": "^0.7.0",
38
- "@ibiz-template/vue3-util": "0.7.8",
38
+ "@ibiz-template/vue3-util": "0.7.10",
39
39
  "@ibiz-template/web-theme": "^1.1.16",
40
- "@ibiz/model-core": "^0.1.23",
40
+ "@ibiz/model-core": "^0.1.25",
41
41
  "@imengyu/vue3-context-menu": "^1.3.5",
42
42
  "@monaco-editor/loader": "^1.4.0",
43
43
  "@wangeditor/editor": "^5.1.23",
@@ -100,7 +100,7 @@
100
100
  "@ibiz-template/runtime": "^0.7.0",
101
101
  "@ibiz-template/theme": "^0.7.0",
102
102
  "@ibiz-template/vue3-util": "^0.7.0",
103
- "@ibiz/model-core": "^0.1.23",
103
+ "@ibiz/model-core": "^0.1.25",
104
104
  "@imengyu/vue3-context-menu": "^1.3.3",
105
105
  "@monaco-editor/loader": "^1.3.3",
106
106
  "@wangeditor/editor": "^5.1.23",
@@ -1 +0,0 @@
1
- System.register([],(function(e){"use strict";return{execute:function(){e("default",{app:{logout:"退出登录",error:"错误",success:"成功",confirm:"确认",cancel:"取消",return:"返回",noData:"无数据",refresh:"刷新",noSupport:"暂未支持",add:"添加",delete:"删除",save:"保存"},view:{},control:{menu:{noSupportAlign:"暂未支持菜单方向为 {align}"},calendar:{lastYear:"去年",lastMonth:"上个月",today:"今天",nextMonth:"下个月",nextYear:"明年"},chart:{chartPlaceholder:"图表"},dashboard:{dashboardDesign:{global:"全局",add:"添加",customPortal:"自定义门户",colNum:"列数",cellHeight:"单元格高度",restoreDefault:"恢复默认",save:"保存"}},form:{noSupportDetailType:"暂未支持的表单项类型: {detailType} 或找不到对应适配器",formDruipart:{saveFirst:"请先保存主数据"},formGroupPanel:{showMore:"显示更多",putAway:"收起"},formMDctrlForm:{notFindProvider:"未找到表单的适配器"}}},component:{indexSearch:{placeholder:"搜索内容"},dataImport:{startImport:"开始导入,详细进度和结果请看应用通知",importSuccess:"共计导入数据 {totalNum} 条,错误[{errorNum}],成功[{successNum}]",importData:"导入数据",clickToUpload:"单击此区域进行上传",importResults:"导入结果",downloadTemplate:"下载导入模版,并按要求填写:",templateFile:"数据导入模板文件",continue:"继续导入"},dataImport2:{atLastOne:"至少选择一个映射属性",uploadPlease:"请上传文件",fileName:"当前文件名:{fileName}",saveMode:"导入模式保存",reUpload:"重新上传文件",fileUpload:"文件上传",import:"导入"},dataImport2Select:{selectMode:"选择导入模式",edit:"编辑"},dataImport2Table:{selectAttribute:"选择当前列对应的导入属性"},extendActionTimeLine:{processTime:"处理时间",comments:"审批意见"},pagination:{display:"显示",piece:"条",total:"共",pieceData:"条数据"},rawItem:{errorConfig:"{type} 类型自定义参数配置错误",noSupportVideo:"你的浏览器不支持video标签"},gridSetting:{hideControl:"列选择"},actionToolbar:{more:"更多"}},editor:{code:{readOnlyPrompt:"当前为只读模式,不可编辑",confirmCancelPrompt:"确定要取消编辑吗?",cancelEditPrompt:"取消编辑将无法保存修改的内容,且不能找回。",confirmCancel:"确认取消"}}})}}}));