@ibiz-template/runtime 0.7.16 → 0.7.17
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/index.esm.js +1422 -166
- package/dist/index.system.min.js +1 -1
- package/out/controller/control/app-menu/app-menu.controller.d.ts +23 -0
- package/out/controller/control/app-menu/app-menu.controller.d.ts.map +1 -1
- package/out/controller/control/app-menu/app-menu.controller.js +38 -0
- package/out/controller/control/app-menu/custom-app-menu.controller.d.ts +1 -1
- package/out/controller/control/app-menu/custom-app-menu.controller.d.ts.map +1 -1
- package/out/controller/control/app-menu/custom-app-menu.controller.js +11 -4
- package/out/controller/control/data-view/data-view.controller.d.ts.map +1 -1
- package/out/controller/control/data-view/data-view.controller.js +1 -1
- package/out/controller/control/form/edit-form/edit-form.service.d.ts +1 -1
- package/out/controller/control/form/edit-form/edit-form.service.d.ts.map +1 -1
- package/out/controller/control/form/edit-form/edit-form.service.js +3 -2
- package/out/controller/control/grid/grid/grid.service.d.ts +1 -1
- package/out/controller/control/grid/grid/grid.service.d.ts.map +1 -1
- package/out/controller/control/grid/grid/grid.service.js +3 -2
- package/out/controller/control/kanban/kanban.controller.d.ts.map +1 -1
- package/out/controller/control/kanban/kanban.controller.js +1 -0
- package/out/controller/control/tree-grid-ex/tree-grid-ex-row.state.d.ts.map +1 -1
- package/out/controller/control/tree-grid-ex/tree-grid-ex-row.state.js +21 -0
- package/out/controller/hub.controller.d.ts +2 -2
- package/out/controller/hub.controller.d.ts.map +1 -1
- package/out/controller/utils/data-file-util/data-file-util.js +2 -2
- package/out/index.d.ts +1 -0
- package/out/index.d.ts.map +1 -1
- package/out/index.js +1 -0
- package/out/interface/controller/app.d.ts +3 -2
- package/out/interface/controller/app.d.ts.map +1 -1
- package/out/interface/controller/state/control/i-kanban.state.d.ts +4 -0
- package/out/interface/controller/state/control/i-kanban.state.d.ts.map +1 -1
- package/out/interface/service/i-auth-result/i-auth-result.d.ts +23 -0
- package/out/interface/service/i-auth-result/i-auth-result.d.ts.map +1 -0
- package/out/interface/service/i-auth-result/i-auth-result.js +1 -0
- package/out/interface/service/index.d.ts +1 -0
- package/out/interface/service/index.d.ts.map +1 -1
- package/out/interface/service/service/i-auth.service.d.ts +3 -2
- package/out/interface/service/service/i-auth.service.d.ts.map +1 -1
- package/out/interface/util/i-app-util/i-app-util.d.ts +3 -2
- package/out/interface/util/i-app-util/i-app-util.d.ts.map +1 -1
- package/out/locale/en/index.d.ts +571 -0
- package/out/locale/en/index.d.ts.map +1 -0
- package/out/locale/en/index.js +571 -0
- package/out/locale/index.d.ts +3 -0
- package/out/locale/index.d.ts.map +1 -0
- package/out/locale/index.js +2 -0
- package/out/locale/zh-CN/index.d.ts +569 -0
- package/out/locale/zh-CN/index.d.ts.map +1 -0
- package/out/locale/zh-CN/index.js +569 -0
- package/out/service/dto/method.dto.d.ts.map +1 -1
- package/out/service/dto/method.dto.js +11 -4
- package/out/service/service/auth/v7-auth.service.d.ts +3 -3
- package/out/service/service/auth/v7-auth.service.d.ts.map +1 -1
- package/out/service/service/auth/v7-auth.service.js +4 -4
- package/out/service/service/entity/method/de-action.d.ts.map +1 -1
- package/out/service/service/entity/method/de-action.js +9 -3
- package/out/service/service/entity/method/fetch.d.ts.map +1 -1
- package/out/service/service/entity/method/fetch.js +4 -0
- package/out/service/service/entity/method/method-input.d.ts +1 -1
- package/out/service/service/entity/method/method-input.js +1 -1
- package/out/service/service/entity/method/method-renturn.d.ts +10 -0
- package/out/service/service/entity/method/method-renturn.d.ts.map +1 -1
- package/out/service/service/entity/method/method-renturn.js +15 -0
- package/out/ui-action/provider/loginout-ui-action-provider.js +1 -1
- package/out/ui-logic/ui-logic-node/msg-box-node/msg-box-node.d.ts.map +1 -1
- package/out/ui-logic/ui-logic-node/msg-box-node/msg-box-node.js +4 -4
- package/package.json +4 -3
|
@@ -0,0 +1,569 @@
|
|
|
1
|
+
export declare const zhCn: {
|
|
2
|
+
runtime: {
|
|
3
|
+
common: {
|
|
4
|
+
unrealized: string;
|
|
5
|
+
};
|
|
6
|
+
command: {
|
|
7
|
+
app: {
|
|
8
|
+
noFindApplicationFunction: string;
|
|
9
|
+
noFindApplicationFunctionYype: string;
|
|
10
|
+
noFindApplicationView: string;
|
|
11
|
+
unsupportedPopup: string;
|
|
12
|
+
unsupportedPopupapp: string;
|
|
13
|
+
missingEvent: string;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
controller: {
|
|
17
|
+
common: {
|
|
18
|
+
control: {
|
|
19
|
+
componentActivation: string;
|
|
20
|
+
componentPause: string;
|
|
21
|
+
unsupportedType: string;
|
|
22
|
+
uncheckedData: string;
|
|
23
|
+
dataDeletion: string;
|
|
24
|
+
confirmDataDeletion: string;
|
|
25
|
+
noImportModel: string;
|
|
26
|
+
};
|
|
27
|
+
editor: {
|
|
28
|
+
editorNoConfigured: string;
|
|
29
|
+
};
|
|
30
|
+
view: {
|
|
31
|
+
viewActivation: string;
|
|
32
|
+
viewPause: string;
|
|
33
|
+
viewDestroy: string;
|
|
34
|
+
noFoundViewEngine: string;
|
|
35
|
+
noSupportBehavior: string;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
control: {
|
|
39
|
+
menu: {
|
|
40
|
+
noFindMenu: string;
|
|
41
|
+
noConfigured: string;
|
|
42
|
+
};
|
|
43
|
+
calendar: {
|
|
44
|
+
missingViewLogic: string;
|
|
45
|
+
noFoundModel: string;
|
|
46
|
+
};
|
|
47
|
+
chart: {
|
|
48
|
+
noConfiguredX: string;
|
|
49
|
+
noConfiguredY: string;
|
|
50
|
+
missingClassification: string;
|
|
51
|
+
missingValue: string;
|
|
52
|
+
noSupportSequence: string;
|
|
53
|
+
noFindSequence: string;
|
|
54
|
+
noInitialised: string;
|
|
55
|
+
noCalculated: string;
|
|
56
|
+
};
|
|
57
|
+
dataView: {
|
|
58
|
+
noBehaviourGroup: string;
|
|
59
|
+
noBehaviourGroupAction: string;
|
|
60
|
+
propertiesNoConfigured: string;
|
|
61
|
+
tableNoConfigured: string;
|
|
62
|
+
sortingItems: string;
|
|
63
|
+
};
|
|
64
|
+
expBar: {
|
|
65
|
+
unableMore: string;
|
|
66
|
+
multiNode: string;
|
|
67
|
+
noFindNodeModel: string;
|
|
68
|
+
};
|
|
69
|
+
form: {
|
|
70
|
+
formCompletion: string;
|
|
71
|
+
savedSuccessfully: string;
|
|
72
|
+
prompt: string;
|
|
73
|
+
deletion: string;
|
|
74
|
+
itemUpdate: string;
|
|
75
|
+
processStarted: string;
|
|
76
|
+
processSubmitted: string;
|
|
77
|
+
lackBehavior: string;
|
|
78
|
+
initializationException: string;
|
|
79
|
+
relationshipInterface: string;
|
|
80
|
+
fillIn: string;
|
|
81
|
+
unconfiguredWidgets: string;
|
|
82
|
+
noFoundFormController: string;
|
|
83
|
+
multiDataAddData: string;
|
|
84
|
+
mdControllerNoExist: string;
|
|
85
|
+
repeaterNoSupported: string;
|
|
86
|
+
searchTerms: string;
|
|
87
|
+
saveSearch: string;
|
|
88
|
+
};
|
|
89
|
+
gantt: {
|
|
90
|
+
noNode: string;
|
|
91
|
+
rowData: string;
|
|
92
|
+
simpleMode: string;
|
|
93
|
+
nonentity: string;
|
|
94
|
+
noChange: string;
|
|
95
|
+
dataDeleted: string;
|
|
96
|
+
firstComplete: string;
|
|
97
|
+
noSupport: string;
|
|
98
|
+
};
|
|
99
|
+
grid: {
|
|
100
|
+
unsupported: string;
|
|
101
|
+
attributeColumns: string;
|
|
102
|
+
noCodeTable: string;
|
|
103
|
+
configureFirstColumn: string;
|
|
104
|
+
requiresCodeTable: string;
|
|
105
|
+
noMatchCodeTable: string;
|
|
106
|
+
convertedValue: string;
|
|
107
|
+
missingConfiguration: string;
|
|
108
|
+
newRows: string;
|
|
109
|
+
saveCancel: string;
|
|
110
|
+
noSupportRowEditing: string;
|
|
111
|
+
lineEditing: string;
|
|
112
|
+
updateColumns: string;
|
|
113
|
+
exported: string;
|
|
114
|
+
tabularColumns: string;
|
|
115
|
+
corresponding: string;
|
|
116
|
+
pickedUpData: string;
|
|
117
|
+
noSupportedMode: string;
|
|
118
|
+
remoteAggregation: string;
|
|
119
|
+
aggregateMode: string;
|
|
120
|
+
formattingError: string;
|
|
121
|
+
checksumErrors: string;
|
|
122
|
+
behaviorGroup: string;
|
|
123
|
+
interfaceBehavior: string;
|
|
124
|
+
};
|
|
125
|
+
kanban: {
|
|
126
|
+
sortingProperties: string;
|
|
127
|
+
sortDirection: string;
|
|
128
|
+
groupedOn: string;
|
|
129
|
+
adjustmentsGroup: string;
|
|
130
|
+
noAllowReorder: string;
|
|
131
|
+
};
|
|
132
|
+
meditViewPanel: {
|
|
133
|
+
DraftNew: string;
|
|
134
|
+
dataExist: string;
|
|
135
|
+
};
|
|
136
|
+
panel: {
|
|
137
|
+
panelData: string;
|
|
138
|
+
};
|
|
139
|
+
reportPanel: {
|
|
140
|
+
reportType: string;
|
|
141
|
+
noImplemented: string;
|
|
142
|
+
};
|
|
143
|
+
searchBar: {
|
|
144
|
+
noFoundEntity: string;
|
|
145
|
+
missingModel: string;
|
|
146
|
+
JSONFormat: string;
|
|
147
|
+
};
|
|
148
|
+
toolbar: {
|
|
149
|
+
noFound: string;
|
|
150
|
+
};
|
|
151
|
+
tree: {
|
|
152
|
+
noFoundTreeData: string;
|
|
153
|
+
sortAttribute: string;
|
|
154
|
+
editMode: string;
|
|
155
|
+
nodeData: string;
|
|
156
|
+
noFoundTreeNode: string;
|
|
157
|
+
};
|
|
158
|
+
treeGrid: {
|
|
159
|
+
columnsSchema: string;
|
|
160
|
+
columnMode: string;
|
|
161
|
+
};
|
|
162
|
+
treeGridEx: {
|
|
163
|
+
noConfigured: string;
|
|
164
|
+
editItem: string;
|
|
165
|
+
noPickedUp: string;
|
|
166
|
+
behaviorGroup: string;
|
|
167
|
+
noSupportCreation: string;
|
|
168
|
+
updateBehavior: string;
|
|
169
|
+
};
|
|
170
|
+
wizardPanel: {
|
|
171
|
+
wizardForm: string;
|
|
172
|
+
formController: string;
|
|
173
|
+
noConfiguration: string;
|
|
174
|
+
wizardFormIdentifier: string;
|
|
175
|
+
noPreviousForm: string;
|
|
176
|
+
nextStep: string;
|
|
177
|
+
nextForm: string;
|
|
178
|
+
};
|
|
179
|
+
};
|
|
180
|
+
utils: {
|
|
181
|
+
buttonState: {
|
|
182
|
+
isFinitenconsistency: string;
|
|
183
|
+
};
|
|
184
|
+
counter: {
|
|
185
|
+
decrement: string;
|
|
186
|
+
};
|
|
187
|
+
dataFileUtil: {
|
|
188
|
+
startImport: string;
|
|
189
|
+
noExist: string;
|
|
190
|
+
loadError: string;
|
|
191
|
+
importData: string;
|
|
192
|
+
};
|
|
193
|
+
valueDefault: {
|
|
194
|
+
noExist: string;
|
|
195
|
+
nosupported: string;
|
|
196
|
+
};
|
|
197
|
+
valueEx: {
|
|
198
|
+
objectNameField: string;
|
|
199
|
+
};
|
|
200
|
+
valueRule: {
|
|
201
|
+
length: string;
|
|
202
|
+
};
|
|
203
|
+
viewMsg: {
|
|
204
|
+
message: string;
|
|
205
|
+
noFound: string;
|
|
206
|
+
unconfigured: string;
|
|
207
|
+
unconfiguredEntities: string;
|
|
208
|
+
};
|
|
209
|
+
};
|
|
210
|
+
};
|
|
211
|
+
deLogic: {
|
|
212
|
+
deLogicLink: {
|
|
213
|
+
connectionConditional: string;
|
|
214
|
+
entityConnectionConditional: string;
|
|
215
|
+
missingConditionValue: string;
|
|
216
|
+
sourceDataMissingConditionValue: string;
|
|
217
|
+
noSupportedTime: string;
|
|
218
|
+
entityLogicalConnection: string;
|
|
219
|
+
comparisonCondition: string;
|
|
220
|
+
comparisonValue: string;
|
|
221
|
+
compareResults: string;
|
|
222
|
+
};
|
|
223
|
+
deLogicNode: {
|
|
224
|
+
missingTargetParameter: string;
|
|
225
|
+
additionalParameter: string;
|
|
226
|
+
addedValue: string;
|
|
227
|
+
logicNodeParameterName: string;
|
|
228
|
+
copyParameter: string;
|
|
229
|
+
dataSet: string;
|
|
230
|
+
unspecifiedEntity: string;
|
|
231
|
+
unspecifiedBehavior: string;
|
|
232
|
+
entityActions: string;
|
|
233
|
+
unsupportedReturnType: string;
|
|
234
|
+
endNode: string;
|
|
235
|
+
noSupportedLogic: string;
|
|
236
|
+
preparationParameter: string;
|
|
237
|
+
targetParameter: string;
|
|
238
|
+
missingConfiguration: string;
|
|
239
|
+
rebuildParameter: string;
|
|
240
|
+
resetParameter: string;
|
|
241
|
+
missingParameterProperty: string;
|
|
242
|
+
sortedArrayParameters: string;
|
|
243
|
+
startupNode: string;
|
|
244
|
+
throwsException: string;
|
|
245
|
+
environmentVariables: string;
|
|
246
|
+
fileObjectListVariable: string;
|
|
247
|
+
fileObjectVariables: string;
|
|
248
|
+
filterObjectVariables: string;
|
|
249
|
+
finalDataVariables: string;
|
|
250
|
+
rawDataObjects: string;
|
|
251
|
+
operationSessionVariables: string;
|
|
252
|
+
calculateEntity: string;
|
|
253
|
+
value: string;
|
|
254
|
+
recreatingVariables: string;
|
|
255
|
+
reEstablish: string;
|
|
256
|
+
expressionEmpty: string;
|
|
257
|
+
sourceValueType: string;
|
|
258
|
+
fetchingAttribute: string;
|
|
259
|
+
noScriptCode: string;
|
|
260
|
+
noConfigurationLogicNode: string;
|
|
261
|
+
unsupportedLogical: string;
|
|
262
|
+
noSetStartNode: string;
|
|
263
|
+
startExecuting: string;
|
|
264
|
+
endExecution: string;
|
|
265
|
+
noFoundEntityLogic: string;
|
|
266
|
+
};
|
|
267
|
+
};
|
|
268
|
+
engine: {
|
|
269
|
+
correspondingEngine: string;
|
|
270
|
+
logicOpendata: string;
|
|
271
|
+
logicNewdata: string;
|
|
272
|
+
deleteModel: string;
|
|
273
|
+
childComponentsMounted: string;
|
|
274
|
+
minimization: string;
|
|
275
|
+
loadEntityData: string;
|
|
276
|
+
};
|
|
277
|
+
global: {
|
|
278
|
+
noImplemented: string;
|
|
279
|
+
};
|
|
280
|
+
hub: {
|
|
281
|
+
failedParse: string;
|
|
282
|
+
noExist: string;
|
|
283
|
+
};
|
|
284
|
+
logicScheduler: {
|
|
285
|
+
executor: {
|
|
286
|
+
noConfiguredLogic: string;
|
|
287
|
+
missingTrigger: string;
|
|
288
|
+
noActionableData: string;
|
|
289
|
+
defaultOpendataViewLogic: string;
|
|
290
|
+
noActuallyReference: string;
|
|
291
|
+
attributeConfiguration: string;
|
|
292
|
+
entityAttributeValues: string;
|
|
293
|
+
editViews: string;
|
|
294
|
+
selectionView: string;
|
|
295
|
+
noSupportedBatchAddOnly: string;
|
|
296
|
+
newdataViewLogic: string;
|
|
297
|
+
indexEntity: string;
|
|
298
|
+
checkOne: string;
|
|
299
|
+
entitiesAssociated: string;
|
|
300
|
+
relationships: string;
|
|
301
|
+
foreignKey: string;
|
|
302
|
+
mappingProperties: string;
|
|
303
|
+
newCreationData: string;
|
|
304
|
+
logicType: string;
|
|
305
|
+
noImplementedMethod: string;
|
|
306
|
+
};
|
|
307
|
+
trigger: {
|
|
308
|
+
triggerType: string;
|
|
309
|
+
noSupportedType: string;
|
|
310
|
+
noExecutorBound: string;
|
|
311
|
+
timerLacks: string;
|
|
312
|
+
parameterCallback: string;
|
|
313
|
+
};
|
|
314
|
+
};
|
|
315
|
+
model: {
|
|
316
|
+
utils: {
|
|
317
|
+
noFoundApplication: string;
|
|
318
|
+
unconfiguredPlugins: string;
|
|
319
|
+
noFound: string;
|
|
320
|
+
};
|
|
321
|
+
view: {
|
|
322
|
+
engineClassifications: string;
|
|
323
|
+
};
|
|
324
|
+
};
|
|
325
|
+
platform: {
|
|
326
|
+
failedDownload: string;
|
|
327
|
+
fileStreamData: string;
|
|
328
|
+
};
|
|
329
|
+
register: {
|
|
330
|
+
helper: {
|
|
331
|
+
adapter: string;
|
|
332
|
+
customizedSystemAdapter: string;
|
|
333
|
+
noFoundSystemCounter: string;
|
|
334
|
+
applicationMenu: string;
|
|
335
|
+
asynchronousAction: string;
|
|
336
|
+
matchedPlugin: string;
|
|
337
|
+
customRegistration: string;
|
|
338
|
+
widgetPlugin: string;
|
|
339
|
+
widgetStyleType: string;
|
|
340
|
+
widgetType: string;
|
|
341
|
+
entityBehaviorPlugin: string;
|
|
342
|
+
entityBehaviorMethod: string;
|
|
343
|
+
editorPlugin: string;
|
|
344
|
+
editorStyleType: string;
|
|
345
|
+
editorTypePredefinedType: string;
|
|
346
|
+
editorType: string;
|
|
347
|
+
formMemberType: string;
|
|
348
|
+
tableColumnPlugin: string;
|
|
349
|
+
tableColumnType: string;
|
|
350
|
+
messageType: string;
|
|
351
|
+
panelMemberPlugin: string;
|
|
352
|
+
panelContainerPredefined: string;
|
|
353
|
+
panelMemberDirectContent: string;
|
|
354
|
+
panelMemberType: string;
|
|
355
|
+
portalWidgetPlugin: string;
|
|
356
|
+
portalWidgetMemberType: string;
|
|
357
|
+
treeTableColumnPlugin: string;
|
|
358
|
+
interfaceBehaviorPlugin: string;
|
|
359
|
+
interfaceBehaviorMode: string;
|
|
360
|
+
frontEndPluginNode: string;
|
|
361
|
+
viewPlugin: string;
|
|
362
|
+
correspondViewTypeStyle: string;
|
|
363
|
+
toolbarItem: string;
|
|
364
|
+
acItem: string;
|
|
365
|
+
};
|
|
366
|
+
};
|
|
367
|
+
service: {
|
|
368
|
+
noConfiguredPrimary: string;
|
|
369
|
+
noConfiguredField: string;
|
|
370
|
+
convertedNumber: string;
|
|
371
|
+
subRelationships: string;
|
|
372
|
+
unsupportedMethod: string;
|
|
373
|
+
noFoundUsernamePassword: string;
|
|
374
|
+
loginFailure: string;
|
|
375
|
+
logoutFailure: string;
|
|
376
|
+
noFound: string;
|
|
377
|
+
masterState: string;
|
|
378
|
+
operationIdentifier: string;
|
|
379
|
+
matchMasterState: string;
|
|
380
|
+
masterStatePermissions: string;
|
|
381
|
+
noMatchedState: string;
|
|
382
|
+
permissionCalculation: string;
|
|
383
|
+
noFindCodeList: string;
|
|
384
|
+
noConfiguredCounters: string;
|
|
385
|
+
lackEntityLogic: string;
|
|
386
|
+
createBehavior: string;
|
|
387
|
+
updateBehavior: string;
|
|
388
|
+
deletionDeletion: string;
|
|
389
|
+
unableDelete: string;
|
|
390
|
+
noSupportedDataSource: string;
|
|
391
|
+
sourceCodeTable: string;
|
|
392
|
+
requestMethods: string;
|
|
393
|
+
noConfiguredRequestMethod: string;
|
|
394
|
+
unsupportedBehaviorTypes: string;
|
|
395
|
+
noFoundServiceMethod: string;
|
|
396
|
+
UnsupportedServiceMethod: string;
|
|
397
|
+
noSupportedMethod: string;
|
|
398
|
+
noFoundStorageEntity: string;
|
|
399
|
+
noExist: string;
|
|
400
|
+
noFoundEntity: string;
|
|
401
|
+
noImplemented: string;
|
|
402
|
+
noImplementedCounter: string;
|
|
403
|
+
noFoundCounterBehavior: string;
|
|
404
|
+
createPrimaryKeyData: string;
|
|
405
|
+
updatePrimaryKeyData: string;
|
|
406
|
+
noExistNoUpdated: string;
|
|
407
|
+
dataNoExistNoUpdated: string;
|
|
408
|
+
noDeleted: string;
|
|
409
|
+
noAttributeName: string;
|
|
410
|
+
noContextParameterName: string;
|
|
411
|
+
conditionalObjects: string;
|
|
412
|
+
mustArray: string;
|
|
413
|
+
unsupportedQueryTypes: string;
|
|
414
|
+
predefinedType: string;
|
|
415
|
+
dynamicCodeTable: string;
|
|
416
|
+
unconfiguredDataset: string;
|
|
417
|
+
processedWithout: string;
|
|
418
|
+
noExistProcessed: string;
|
|
419
|
+
missingDetreeColumnId: string;
|
|
420
|
+
};
|
|
421
|
+
uiAction: {
|
|
422
|
+
noEntityOrBehavior: string;
|
|
423
|
+
noConfiguredopenView: string;
|
|
424
|
+
frontProcessingModes: string;
|
|
425
|
+
missingConfigurationScriptCode: string;
|
|
426
|
+
dataPrimaryKey: string;
|
|
427
|
+
printFailure: string;
|
|
428
|
+
physicalPrint: string;
|
|
429
|
+
exportRequestFailed: string;
|
|
430
|
+
noEntityExportsFound: string;
|
|
431
|
+
lackNativeEvent: string;
|
|
432
|
+
logout: string;
|
|
433
|
+
wantLogout: string;
|
|
434
|
+
operationConfirmation: string;
|
|
435
|
+
viewParameterModalOption: string;
|
|
436
|
+
withdrawalConfirmed: string;
|
|
437
|
+
noFoundBehaviorModel: string;
|
|
438
|
+
};
|
|
439
|
+
uiLogic: {
|
|
440
|
+
interfaceConnectionConditional: string;
|
|
441
|
+
connectionConditionGroup: string;
|
|
442
|
+
currentConditionValue: string;
|
|
443
|
+
sourceDataObjectAttribute: string;
|
|
444
|
+
currentTime: string;
|
|
445
|
+
interfaceConnectionConditionalTypeName: string;
|
|
446
|
+
asynchronousTermination: string;
|
|
447
|
+
asynchronousRejection: string;
|
|
448
|
+
exceptionHandling: string;
|
|
449
|
+
logicalLinkTypes: string;
|
|
450
|
+
missingTargetParameter: string;
|
|
451
|
+
appendedArray: string;
|
|
452
|
+
bindingParameters: string;
|
|
453
|
+
copyParameter: string;
|
|
454
|
+
missingfilter: string;
|
|
455
|
+
interfaceLogicNodeDataSet: string;
|
|
456
|
+
interfaceLogicNodeEntityActions: string;
|
|
457
|
+
noConfiguredInterfaceBehavior: string;
|
|
458
|
+
interfaceLogicNodeEntityInterfaceAction: string;
|
|
459
|
+
logicalNodeOperation: string;
|
|
460
|
+
unsupportedEndNode: string;
|
|
461
|
+
interfaceLogicNodeEndNode: string;
|
|
462
|
+
noEntityConfigured: string;
|
|
463
|
+
noEntityLogicConfigured: string;
|
|
464
|
+
noIncomingLogic: string;
|
|
465
|
+
passedParameter: string;
|
|
466
|
+
interfaceLogicNodeExecutingEntityLogic: string;
|
|
467
|
+
missingMessageTypeConfiguration: string;
|
|
468
|
+
missingButtonTypeConfiguration: string;
|
|
469
|
+
interfaceLogicNodeMessagePopup: string;
|
|
470
|
+
message: string;
|
|
471
|
+
yes: string;
|
|
472
|
+
no: string;
|
|
473
|
+
determine: string;
|
|
474
|
+
cancel: string;
|
|
475
|
+
noSupportItem: string;
|
|
476
|
+
interfaceLogicNodeFrontendPlugin: string;
|
|
477
|
+
interfaceLogicNodePreparationParameter: string;
|
|
478
|
+
noTargetParameter: string;
|
|
479
|
+
targetParameter: string;
|
|
480
|
+
interfaceLogicNodeDirectCode: string;
|
|
481
|
+
interfaceLogicNodeRebuildParameter: string;
|
|
482
|
+
interfaceLogicNodeResetParameter: string;
|
|
483
|
+
interfaceLogicNodeSortedArrayParameters: string;
|
|
484
|
+
interfaceLogicNodeStartupNode: string;
|
|
485
|
+
interfaceLogicNodeThrowingExceptions: string;
|
|
486
|
+
noConfiguredTriggerObject: string;
|
|
487
|
+
noConfiguredEvent: string;
|
|
488
|
+
noConfiguredEventParameters: string;
|
|
489
|
+
noFoundTriggerObject: string;
|
|
490
|
+
noFoundEventParameterObject: string;
|
|
491
|
+
interfaceLogicNodeViewWidgetEventTriggerLogic: string;
|
|
492
|
+
noConfiguredInterfaceObject: string;
|
|
493
|
+
noConfiguredOperatingParameters: string;
|
|
494
|
+
noConfiguredCallMethod: string;
|
|
495
|
+
noFoundOperationParameter: string;
|
|
496
|
+
noFoundInterfaceObject: string;
|
|
497
|
+
noFoundInvokeMethod: string;
|
|
498
|
+
interfaceLogicNodeViewWidgetInvocation: string;
|
|
499
|
+
viewLogicInitializationParameter: string;
|
|
500
|
+
calculateInterfaceLogicParameters: string;
|
|
501
|
+
restablishInterfaceLogic: string;
|
|
502
|
+
interfaceLogic: string;
|
|
503
|
+
startExecutingInterfaceLogic: string;
|
|
504
|
+
endExecutionInterfaceLogic: string;
|
|
505
|
+
noLogicalNodesConfigured: string;
|
|
506
|
+
};
|
|
507
|
+
utils: {
|
|
508
|
+
anime: {
|
|
509
|
+
noExistEndpointElement: string;
|
|
510
|
+
noExistAnimationElement: string;
|
|
511
|
+
noClone: string;
|
|
512
|
+
};
|
|
513
|
+
errorHandler: {
|
|
514
|
+
noPermissionless: string;
|
|
515
|
+
noProcessor: string;
|
|
516
|
+
};
|
|
517
|
+
fileUtil: {
|
|
518
|
+
fileUploadFailed: string;
|
|
519
|
+
};
|
|
520
|
+
handlebars: {
|
|
521
|
+
noInitHandlebars: string;
|
|
522
|
+
};
|
|
523
|
+
modal: {
|
|
524
|
+
externalClosureCapability: string;
|
|
525
|
+
shouldDismissResult: string;
|
|
526
|
+
};
|
|
527
|
+
openRedirectView: {
|
|
528
|
+
parseSrfnavctxParameter: string;
|
|
529
|
+
missingEntityName: string;
|
|
530
|
+
noFoundSpecifiedEntity: string;
|
|
531
|
+
unsupportedLinkUrl: string;
|
|
532
|
+
noConfiguredActualReference: string;
|
|
533
|
+
redirectingViewReferences: string;
|
|
534
|
+
redirectionIdentifier: string;
|
|
535
|
+
noMatchActualReferenceView: string;
|
|
536
|
+
redirectionView: string;
|
|
537
|
+
};
|
|
538
|
+
script: {
|
|
539
|
+
errorReportingScript: string;
|
|
540
|
+
};
|
|
541
|
+
shortCut: {
|
|
542
|
+
invalidIndexNewIndex: string;
|
|
543
|
+
};
|
|
544
|
+
uiDomain: {
|
|
545
|
+
transactionOpen: string;
|
|
546
|
+
currentTransaction: string;
|
|
547
|
+
};
|
|
548
|
+
uiDomainManager: {
|
|
549
|
+
invalidInterfaceDomain: string;
|
|
550
|
+
};
|
|
551
|
+
verify: {
|
|
552
|
+
contentConform: string;
|
|
553
|
+
scopeRules: string;
|
|
554
|
+
valueNull: string;
|
|
555
|
+
regularRules: string;
|
|
556
|
+
rangeRules: string;
|
|
557
|
+
scriptRules: string;
|
|
558
|
+
emptyLogicGroups: string;
|
|
559
|
+
unsupportedLogicTypes: string;
|
|
560
|
+
emptyLogicGroupsProperly: string;
|
|
561
|
+
valueOperations: string;
|
|
562
|
+
noCompared: string;
|
|
563
|
+
conditionalValues: string;
|
|
564
|
+
};
|
|
565
|
+
firstregister: string;
|
|
566
|
+
};
|
|
567
|
+
};
|
|
568
|
+
};
|
|
569
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/locale/zh-CN/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8mBhB,CAAC"}
|