@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.
Files changed (66) hide show
  1. package/dist/index.esm.js +1422 -166
  2. package/dist/index.system.min.js +1 -1
  3. package/out/controller/control/app-menu/app-menu.controller.d.ts +23 -0
  4. package/out/controller/control/app-menu/app-menu.controller.d.ts.map +1 -1
  5. package/out/controller/control/app-menu/app-menu.controller.js +38 -0
  6. package/out/controller/control/app-menu/custom-app-menu.controller.d.ts +1 -1
  7. package/out/controller/control/app-menu/custom-app-menu.controller.d.ts.map +1 -1
  8. package/out/controller/control/app-menu/custom-app-menu.controller.js +11 -4
  9. package/out/controller/control/data-view/data-view.controller.d.ts.map +1 -1
  10. package/out/controller/control/data-view/data-view.controller.js +1 -1
  11. package/out/controller/control/form/edit-form/edit-form.service.d.ts +1 -1
  12. package/out/controller/control/form/edit-form/edit-form.service.d.ts.map +1 -1
  13. package/out/controller/control/form/edit-form/edit-form.service.js +3 -2
  14. package/out/controller/control/grid/grid/grid.service.d.ts +1 -1
  15. package/out/controller/control/grid/grid/grid.service.d.ts.map +1 -1
  16. package/out/controller/control/grid/grid/grid.service.js +3 -2
  17. package/out/controller/control/kanban/kanban.controller.d.ts.map +1 -1
  18. package/out/controller/control/kanban/kanban.controller.js +1 -0
  19. package/out/controller/control/tree-grid-ex/tree-grid-ex-row.state.d.ts.map +1 -1
  20. package/out/controller/control/tree-grid-ex/tree-grid-ex-row.state.js +21 -0
  21. package/out/controller/hub.controller.d.ts +2 -2
  22. package/out/controller/hub.controller.d.ts.map +1 -1
  23. package/out/controller/utils/data-file-util/data-file-util.js +2 -2
  24. package/out/index.d.ts +1 -0
  25. package/out/index.d.ts.map +1 -1
  26. package/out/index.js +1 -0
  27. package/out/interface/controller/app.d.ts +3 -2
  28. package/out/interface/controller/app.d.ts.map +1 -1
  29. package/out/interface/controller/state/control/i-kanban.state.d.ts +4 -0
  30. package/out/interface/controller/state/control/i-kanban.state.d.ts.map +1 -1
  31. package/out/interface/service/i-auth-result/i-auth-result.d.ts +23 -0
  32. package/out/interface/service/i-auth-result/i-auth-result.d.ts.map +1 -0
  33. package/out/interface/service/i-auth-result/i-auth-result.js +1 -0
  34. package/out/interface/service/index.d.ts +1 -0
  35. package/out/interface/service/index.d.ts.map +1 -1
  36. package/out/interface/service/service/i-auth.service.d.ts +3 -2
  37. package/out/interface/service/service/i-auth.service.d.ts.map +1 -1
  38. package/out/interface/util/i-app-util/i-app-util.d.ts +3 -2
  39. package/out/interface/util/i-app-util/i-app-util.d.ts.map +1 -1
  40. package/out/locale/en/index.d.ts +571 -0
  41. package/out/locale/en/index.d.ts.map +1 -0
  42. package/out/locale/en/index.js +571 -0
  43. package/out/locale/index.d.ts +3 -0
  44. package/out/locale/index.d.ts.map +1 -0
  45. package/out/locale/index.js +2 -0
  46. package/out/locale/zh-CN/index.d.ts +569 -0
  47. package/out/locale/zh-CN/index.d.ts.map +1 -0
  48. package/out/locale/zh-CN/index.js +569 -0
  49. package/out/service/dto/method.dto.d.ts.map +1 -1
  50. package/out/service/dto/method.dto.js +11 -4
  51. package/out/service/service/auth/v7-auth.service.d.ts +3 -3
  52. package/out/service/service/auth/v7-auth.service.d.ts.map +1 -1
  53. package/out/service/service/auth/v7-auth.service.js +4 -4
  54. package/out/service/service/entity/method/de-action.d.ts.map +1 -1
  55. package/out/service/service/entity/method/de-action.js +9 -3
  56. package/out/service/service/entity/method/fetch.d.ts.map +1 -1
  57. package/out/service/service/entity/method/fetch.js +4 -0
  58. package/out/service/service/entity/method/method-input.d.ts +1 -1
  59. package/out/service/service/entity/method/method-input.js +1 -1
  60. package/out/service/service/entity/method/method-renturn.d.ts +10 -0
  61. package/out/service/service/entity/method/method-renturn.d.ts.map +1 -1
  62. package/out/service/service/entity/method/method-renturn.js +15 -0
  63. package/out/ui-action/provider/loginout-ui-action-provider.js +1 -1
  64. package/out/ui-logic/ui-logic-node/msg-box-node/msg-box-node.d.ts.map +1 -1
  65. package/out/ui-logic/ui-logic-node/msg-box-node/msg-box-node.js +4 -4
  66. package/package.json +4 -3
@@ -0,0 +1,571 @@
1
+ export declare const en: {
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
+ noImplementedRouting: string;
280
+ };
281
+ hub: {
282
+ failedParse: string;
283
+ noExist: string;
284
+ };
285
+ logicScheduler: {
286
+ executor: {
287
+ noConfiguredLogic: string;
288
+ missingTrigger: string;
289
+ noActionableData: string;
290
+ defaultOpendataViewLogic: string;
291
+ noActuallyReference: string;
292
+ attributeConfiguration: string;
293
+ entityAttributeValues: string;
294
+ editViews: string;
295
+ selectionView: string;
296
+ noSupportedBatchAddOnly: string;
297
+ newdataViewLogic: string;
298
+ indexEntity: string;
299
+ checkOne: string;
300
+ entitiesAssociated: string;
301
+ relationships: string;
302
+ foreignKey: string;
303
+ mappingProperties: string;
304
+ newCreationData: string;
305
+ logicType: string;
306
+ noImplementedMethod: string;
307
+ };
308
+ trigger: {
309
+ triggerType: string;
310
+ noSupportedType: string;
311
+ noExecutorBound: string;
312
+ timerLacks: string;
313
+ parameterCallback: string;
314
+ };
315
+ };
316
+ model: {
317
+ utils: {
318
+ noFoundApplication: string;
319
+ unconfiguredPlugins: string;
320
+ noFound: string;
321
+ };
322
+ view: {
323
+ engineClassifications: string;
324
+ };
325
+ };
326
+ platform: {
327
+ failedDownload: string;
328
+ fileStreamData: string;
329
+ };
330
+ register: {
331
+ helper: {
332
+ adapter: string;
333
+ customizedSystemAdapter: string;
334
+ noFoundSystemCounter: string;
335
+ applicationMenu: string;
336
+ asynchronousAction: string;
337
+ matchedPlugin: string;
338
+ customRegistration: string;
339
+ widgetPlugin: string;
340
+ widgetStyleType: string;
341
+ widgetType: string;
342
+ entityBehaviorPlugin: string;
343
+ entityBehaviorMethod: string;
344
+ editorPlugin: string;
345
+ editorStyleType: string;
346
+ editorTypePredefinedType: string;
347
+ editorType: string;
348
+ formMemberPlugin: string;
349
+ formMemberType: string;
350
+ tableColumnPlugin: string;
351
+ tableColumnType: string;
352
+ messageType: string;
353
+ panelMemberPlugin: string;
354
+ panelContainerPredefined: string;
355
+ panelMemberDirectContent: string;
356
+ panelMemberType: string;
357
+ portalWidgetPlugin: string;
358
+ portalWidgetMemberType: string;
359
+ treeTableColumnPlugin: string;
360
+ interfaceBehaviorPlugin: string;
361
+ interfaceBehaviorMode: string;
362
+ frontEndPluginNode: string;
363
+ viewPlugin: string;
364
+ correspondViewTypeStyle: string;
365
+ toolbarItem: string;
366
+ acItem: string;
367
+ };
368
+ };
369
+ service: {
370
+ noConfiguredPrimary: string;
371
+ noConfiguredField: string;
372
+ convertedNumber: string;
373
+ subRelationships: string;
374
+ unsupportedMethod: string;
375
+ noFoundUsernamePassword: string;
376
+ loginFailure: string;
377
+ logoutFailure: string;
378
+ noFound: string;
379
+ masterState: string;
380
+ operationIdentifier: string;
381
+ matchMasterState: string;
382
+ masterStatePermissions: string;
383
+ noMatchedState: string;
384
+ permissionCalculation: string;
385
+ noFindCodeList: string;
386
+ noConfiguredCounters: string;
387
+ lackEntityLogic: string;
388
+ createBehavior: string;
389
+ updateBehavior: string;
390
+ deletionDeletion: string;
391
+ unableDelete: string;
392
+ noSupportedDataSource: string;
393
+ sourceCodeTable: string;
394
+ requestMethods: string;
395
+ noConfiguredRequestMethod: string;
396
+ unsupportedBehaviorTypes: string;
397
+ noFoundServiceMethod: string;
398
+ UnsupportedServiceMethod: string;
399
+ noSupportedMethod: string;
400
+ noFoundStorageEntity: string;
401
+ noExist: string;
402
+ noFoundEntity: string;
403
+ noImplemented: string;
404
+ noImplementedCounter: string;
405
+ noFoundCounterBehavior: string;
406
+ createPrimaryKeyData: string;
407
+ updatePrimaryKeyData: string;
408
+ noExistNoUpdated: string;
409
+ dataNoExistNoUpdated: string;
410
+ noDeleted: string;
411
+ noAttributeName: string;
412
+ noContextParameterName: string;
413
+ conditionalObjects: string;
414
+ mustArray: string;
415
+ unsupportedQueryTypes: string;
416
+ predefinedType: string;
417
+ dynamicCodeTable: string;
418
+ unconfiguredDataset: string;
419
+ processedWithout: string;
420
+ noExistProcessed: string;
421
+ missingDetreeColumnId: string;
422
+ };
423
+ uiAction: {
424
+ noEntityOrBehavior: string;
425
+ noConfiguredopenView: string;
426
+ frontProcessingModes: string;
427
+ missingConfigurationScriptCode: string;
428
+ dataPrimaryKey: string;
429
+ printFailure: string;
430
+ physicalPrint: string;
431
+ exportRequestFailed: string;
432
+ noEntityExportsFound: string;
433
+ lackNativeEvent: string;
434
+ wantLogout: string;
435
+ logout: string;
436
+ operationConfirmation: string;
437
+ viewParameterModalOption: string;
438
+ withdrawalConfirmed: string;
439
+ noFoundBehaviorModel: string;
440
+ };
441
+ uiLogic: {
442
+ interfaceConnectionConditional: string;
443
+ connectionConditionGroup: string;
444
+ currentConditionValue: string;
445
+ sourceDataObjectAttribute: string;
446
+ currentTime: string;
447
+ interfaceConnectionConditionalTypeName: string;
448
+ asynchronousTermination: string;
449
+ asynchronousRejection: string;
450
+ exceptionHandling: string;
451
+ logicalLinkTypes: string;
452
+ missingTargetParameter: string;
453
+ appendedArray: string;
454
+ bindingParameters: string;
455
+ copyParameter: string;
456
+ missingfilter: string;
457
+ interfaceLogicNodeDataSet: string;
458
+ interfaceLogicNodeEntityActions: string;
459
+ noConfiguredInterfaceBehavior: string;
460
+ interfaceLogicNodeEntityInterfaceAction: string;
461
+ logicalNodeOperation: string;
462
+ unsupportedEndNode: string;
463
+ interfaceLogicNodeEndNode: string;
464
+ noEntityConfigured: string;
465
+ noEntityLogicConfigured: string;
466
+ noIncomingLogic: string;
467
+ passedParameter: string;
468
+ interfaceLogicNodeExecutingEntityLogic: string;
469
+ missingMessageTypeConfiguration: string;
470
+ missingButtonTypeConfiguration: string;
471
+ interfaceLogicNodeMessagePopup: string;
472
+ message: string;
473
+ yes: string;
474
+ no: string;
475
+ determine: string;
476
+ cancel: string;
477
+ noSupportItem: string;
478
+ interfaceLogicNodeFrontendPlugin: string;
479
+ interfaceLogicNodePreparationParameter: string;
480
+ noTargetParameter: string;
481
+ targetParameter: string;
482
+ interfaceLogicNodeDirectCode: string;
483
+ interfaceLogicNodeRebuildParameter: string;
484
+ interfaceLogicNodeResetParameter: string;
485
+ interfaceLogicNodeSortedArrayParameters: string;
486
+ interfaceLogicNodeStartupNode: string;
487
+ interfaceLogicNodeThrowingExceptions: string;
488
+ noConfiguredTriggerObject: string;
489
+ noConfiguredEvent: string;
490
+ noConfiguredEventParameters: string;
491
+ noFoundTriggerObject: string;
492
+ noFoundEventParameterObject: string;
493
+ interfaceLogicNodeViewWidgetEventTriggerLogic: string;
494
+ noConfiguredInterfaceObject: string;
495
+ noConfiguredOperatingParameters: string;
496
+ noConfiguredCallMethod: string;
497
+ noFoundOperationParameter: string;
498
+ noFoundInterfaceObject: string;
499
+ noFoundInvokeMethod: string;
500
+ interfaceLogicNodeViewWidgetInvocation: string;
501
+ viewLogicInitializationParameter: string;
502
+ calculateInterfaceLogicParameters: string;
503
+ restablishInterfaceLogic: string;
504
+ interfaceLogic: string;
505
+ startExecutingInterfaceLogic: string;
506
+ endExecutionInterfaceLogic: string;
507
+ noLogicalNodesConfigured: string;
508
+ };
509
+ utils: {
510
+ anime: {
511
+ noExistEndpointElement: string;
512
+ noExistAnimationElement: string;
513
+ noClone: string;
514
+ };
515
+ errorHandler: {
516
+ noPermissionless: string;
517
+ noProcessor: string;
518
+ };
519
+ fileUtil: {
520
+ fileUploadFailed: string;
521
+ };
522
+ handlebars: {
523
+ noInitHandlebars: string;
524
+ };
525
+ modal: {
526
+ externalClosureCapability: string;
527
+ shouldDismissResult: string;
528
+ };
529
+ openRedirectView: {
530
+ parseSrfnavctxParameter: string;
531
+ missingEntityName: string;
532
+ noFoundSpecifiedEntity: string;
533
+ unsupportedLinkUrl: string;
534
+ noConfiguredActualReference: string;
535
+ redirectingViewReferences: string;
536
+ redirectionIdentifier: string;
537
+ noMatchActualReferenceView: string;
538
+ redirectionView: string;
539
+ };
540
+ script: {
541
+ errorReportingScript: string;
542
+ };
543
+ shortCut: {
544
+ invalidIndexNewIndex: string;
545
+ };
546
+ uiDomain: {
547
+ transactionOpen: string;
548
+ currentTransaction: string;
549
+ };
550
+ uiDomainManager: {
551
+ invalidInterfaceDomain: string;
552
+ };
553
+ verify: {
554
+ contentConform: string;
555
+ scopeRules: string;
556
+ valueNull: string;
557
+ regularRules: string;
558
+ rangeRules: string;
559
+ scriptRules: string;
560
+ emptyLogicGroups: string;
561
+ unsupportedLogicTypes: string;
562
+ emptyLogicGroupsProperly: string;
563
+ valueOperations: string;
564
+ noCompared: string;
565
+ conditionalValues: string;
566
+ };
567
+ firstregister: string;
568
+ };
569
+ };
570
+ };
571
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/locale/en/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAowBd,CAAC"}