@ibiz-template/vue3-components 0.7.16 → 0.7.17-alpha.0
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-PC3JcJ3h.js +4 -0
- package/dist/index-d8pCzmlk.js +1 -0
- package/dist/index-tSpp-ef8.js +1 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/{xlsx-util-AIEyudtA.js → xlsx-util-GyD7bt4p.js} +1 -1
- package/es/locale/en/index.d.ts +489 -390
- package/es/locale/en/index.mjs +13 -564
- package/es/locale/zh-CN/index.d.ts +489 -390
- package/es/locale/zh-CN/index.mjs +13 -562
- package/es/panel-component/user-action/index.d.ts +1 -1
- package/es/panel-component/user-action/user-action.d.ts +1 -1
- package/es/panel-component/user-action/user-action.mjs +5 -3
- package/es/util/app-util/app-util.d.ts +2 -2
- package/es/util/app-util/app-util.mjs +8 -7
- package/lib/locale/en/index.cjs +13 -564
- package/lib/locale/zh-CN/index.cjs +13 -562
- package/lib/panel-component/user-action/user-action.cjs +5 -3
- package/lib/util/app-util/app-util.cjs +8 -7
- package/package.json +5 -5
- package/dist/index-8VqjTY2N.js +0 -4
- package/dist/index-B_FGiHpY.js +0 -1
- package/dist/index-Q8y2iWnX.js +0 -1
package/es/locale/en/index.mjs
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
import { en } from '@ibiz-template/runtime';
|
|
2
|
+
import { en as en$1 } from '@ibiz-template/vue3-util';
|
|
3
|
+
import { en as en$3 } from '@ibiz-template/model-helper';
|
|
4
|
+
import { en as en$2 } from '@ibiz-template/core';
|
|
5
|
+
|
|
1
6
|
"use strict";
|
|
2
7
|
var index = {
|
|
3
8
|
// 应用级
|
|
@@ -375,570 +380,14 @@ var index = {
|
|
|
375
380
|
}
|
|
376
381
|
}
|
|
377
382
|
},
|
|
378
|
-
//
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
noFindApplicationFunctionYype: "Unsupported application function type: {appFuncType}",
|
|
387
|
-
noFindApplicationView: "The application view [{appViewId}] does not exist",
|
|
388
|
-
unsupportedPopup: "Unsupported view opening modes: POPUP",
|
|
389
|
-
unsupportedPopupapp: "Unsupported view opening modes: POPUPAPP",
|
|
390
|
-
missingEvent: "Bubble opening missing event"
|
|
391
|
-
}
|
|
392
|
-
},
|
|
393
|
-
controller: {
|
|
394
|
-
common: {
|
|
395
|
-
control: {
|
|
396
|
-
componentActivation: "Component [{name}] ({id}) is active",
|
|
397
|
-
componentPause: "Component [{name}] ({id}) is pause",
|
|
398
|
-
unsupportedType: "Unsupported entity data change type: {type}",
|
|
399
|
-
uncheckedData: "Unchecked data",
|
|
400
|
-
dataDeletion: "data deletion",
|
|
401
|
-
confirmDataDeletion: "Confirm deletion of data?",
|
|
402
|
-
noImportModel: "No import model is configured!"
|
|
403
|
-
},
|
|
404
|
-
editor: {
|
|
405
|
-
editorNoConfigured: "Editor type [{editorType}], code table not configured"
|
|
406
|
-
},
|
|
407
|
-
view: {
|
|
408
|
-
viewActivation: "View [{name}] ({id}) is active",
|
|
409
|
-
viewPause: "View [{name}] ({id}) is pause",
|
|
410
|
-
viewDestroy: "View [{name}] ({id}) is destroy",
|
|
411
|
-
noFoundViewEngine: "The View Engine implementation was not found:",
|
|
412
|
-
noSupportBehavior: "No engine support for pre-built interface behavior {key}"
|
|
413
|
-
}
|
|
414
|
-
},
|
|
415
|
-
control: {
|
|
416
|
-
menu: {
|
|
417
|
-
noFindMenu: "Cannot find menu item named {id}",
|
|
418
|
-
noConfigured: "No application functionality configured"
|
|
419
|
-
},
|
|
420
|
-
calendar: {
|
|
421
|
-
missingViewLogic: "Missing {itemType}_opendata view logic",
|
|
422
|
-
noFoundModel: "Calendar item model not found"
|
|
423
|
-
},
|
|
424
|
-
chart: {
|
|
425
|
-
noConfiguredX: "Sequence is not configured with X-axis",
|
|
426
|
-
noConfiguredY: "Sequence is not configured with Y-axis",
|
|
427
|
-
missingClassification: "Missing classification attribute configuration",
|
|
428
|
-
missingValue: "Missing value attribute configuration",
|
|
429
|
-
noSupportSequence: "Charts do not support sequence types at this time {seriesType}",
|
|
430
|
-
noFindSequence: "Cannot find generator for {seriesIndex} sequence!",
|
|
431
|
-
noInitialised: "The chart object is not properly initialised",
|
|
432
|
-
noCalculated: "Options have not been calculated."
|
|
433
|
-
},
|
|
434
|
-
dataView: {
|
|
435
|
-
noBehaviourGroup: "No interface behaviour group is configured for the action",
|
|
436
|
-
noBehaviourGroupAction: "No interface behaviour is configured for the action item interface behaviour group",
|
|
437
|
-
propertiesNoConfigured: "Grouping properties are not configured",
|
|
438
|
-
tableNoConfigured: "The grouping code table is not configured",
|
|
439
|
-
sortingItems: "Items with sorting enabled must be associated with an entity attribute"
|
|
440
|
-
},
|
|
441
|
-
expBar: {
|
|
442
|
-
unableMore: "Unable to get multiple data widgets [{xdataControlName}] controller",
|
|
443
|
-
multiNode: "Multi-node views are implemented by subclasses",
|
|
444
|
-
noFindNodeModel: "Cannot find node model for {nodeId}"
|
|
445
|
-
},
|
|
446
|
-
form: {
|
|
447
|
-
formCompletion: "Please check the form completion!",
|
|
448
|
-
savedSuccessfully: "{srfmajortext}Saved successfully!",
|
|
449
|
-
prompt: "prompt",
|
|
450
|
-
deletion: "Confirm deletion?",
|
|
451
|
-
itemUpdate: "No {formItemUpdateId} form item update was found.",
|
|
452
|
-
processStarted: "Process started successfully",
|
|
453
|
-
processSubmitted: "Process submitted successfully",
|
|
454
|
-
lackBehavior: "Lack of return operation entity behavior",
|
|
455
|
-
initializationException: "Initialization Exception: Form member [{id}]({detailType}) already exists, duplicate form item identifier Please check configuration!",
|
|
456
|
-
relationshipInterface: "Receive data change events from the relationship interface",
|
|
457
|
-
fillIn: "Please fill in {caption} ",
|
|
458
|
-
unconfiguredWidgets: "Multi-data widgets unconfigured content widgets",
|
|
459
|
-
noFoundFormController: "No form controller corresponding to {id} found",
|
|
460
|
-
multiDataAddData: "Multi-data widget type {contentType} does not support adding data at the moment",
|
|
461
|
-
mdControllerNoExist: "mdController does not exist",
|
|
462
|
-
repeaterNoSupported: "Repeater styles are not supported at this time {detailStyle}",
|
|
463
|
-
searchTerms: "No search terms found to apply",
|
|
464
|
-
saveSearch: "No saved search criteria found"
|
|
465
|
-
},
|
|
466
|
-
gantt: {
|
|
467
|
-
noNode: "Not entity gantt node data",
|
|
468
|
-
rowData: "Row data does not exist",
|
|
469
|
-
simpleMode: "Simple mode, no saving",
|
|
470
|
-
nonentity: "Non-entity node data cannot be saved",
|
|
471
|
-
noChange: "The value has not changed",
|
|
472
|
-
dataDeleted: "Data [{str}] deleted successfully!",
|
|
473
|
-
firstComplete: "Please complete the current line in the line editor first",
|
|
474
|
-
noSupport: "{treeNodeType} node type not supported"
|
|
475
|
-
},
|
|
476
|
-
grid: {
|
|
477
|
-
unsupported: "Unsupported types {type}",
|
|
478
|
-
attributeColumns: "Attribute columns with no grouping attributes configured",
|
|
479
|
-
noCodeTable: "The attribute column {groupFieldName} of the grouping attribute does not have a configuration code table",
|
|
480
|
-
configureFirstColumn: "Please configure the grouping attribute column {groupFieldName} as the first column",
|
|
481
|
-
requiresCodeTable: "Code table grouping mode requires code table configuration",
|
|
482
|
-
noMatchCodeTable: "The grouping code table does not match the code table for the attribute column {groupFieldName}",
|
|
483
|
-
convertedValue: "The sort attribute of {srfmajortext} cannot be converted to a value",
|
|
484
|
-
missingConfiguration: "Missing configuration of aggregated entities or aggregated datasets",
|
|
485
|
-
newRows: "New rows are not supported",
|
|
486
|
-
saveCancel: "Row data validation failed, save cancel",
|
|
487
|
-
noSupportRowEditing: "The current form does not support row editing, and you cannot toggle on row editing.",
|
|
488
|
-
lineEditing: "Only one line can be open for line editing at the same time",
|
|
489
|
-
updateColumns: "No {updateId} edit columns found for update",
|
|
490
|
-
exported: "No exported data",
|
|
491
|
-
tabularColumns: "No tabular columns",
|
|
492
|
-
corresponding: "Corresponding table data item not found [{deField}].",
|
|
493
|
-
pickedUpData: "The value of {valueItem} is not picked up in the row data.",
|
|
494
|
-
noSupportedMode: "Attribute column aggregation mode {aggMode} is not supported yet.",
|
|
495
|
-
remoteAggregation: "Remote aggregation is not supported yet",
|
|
496
|
-
aggregateMode: "Aggregate mode is not supported yet {aggMode}",
|
|
497
|
-
formattingError: "{aggValue} value formatting error",
|
|
498
|
-
checksumErrors: "{codeName}Checksum errors, {fieldName}",
|
|
499
|
-
behaviorGroup: "The action column does not have an interface behavior group configured",
|
|
500
|
-
interfaceBehavior: "No interface behavior is configured for the action column interface behavior group"
|
|
501
|
-
},
|
|
502
|
-
kanban: {
|
|
503
|
-
sortingProperties: "Sorting properties are not configured",
|
|
504
|
-
sortDirection: "Sort direction is not configured",
|
|
505
|
-
groupedOn: "Kanban components must be grouped on",
|
|
506
|
-
adjustmentsGroup: "The current Kanban does not allow adjustments to the grouping!",
|
|
507
|
-
noAllowReorder: "Current Kanban does not allow reordering!"
|
|
508
|
-
},
|
|
509
|
-
meditViewPanel: {
|
|
510
|
-
DraftNew: "Draft - New",
|
|
511
|
-
dataExist: "Edit View Panel widget UI data does not exist"
|
|
512
|
-
},
|
|
513
|
-
panel: {
|
|
514
|
-
panelData: "Panel data not captured"
|
|
515
|
-
},
|
|
516
|
-
reportPanel: {
|
|
517
|
-
reportType: "Report panel generator factory parameter error, report panel does not specify report type",
|
|
518
|
-
noImplemented: "Specify the report {reportType} type report panel generator not implemented yet"
|
|
519
|
-
},
|
|
520
|
-
searchBar: {
|
|
521
|
-
noFoundEntity: "Cannot find the associated entity corresponding to the attribute {targetField}.",
|
|
522
|
-
missingModel: "Missing editor model",
|
|
523
|
-
JSONFormat: "{data} non-standard JSON format:"
|
|
524
|
-
},
|
|
525
|
-
toolbar: {
|
|
526
|
-
noFound: "Interface behavior model {actionId} not found"
|
|
527
|
-
},
|
|
528
|
-
tree: {
|
|
529
|
-
noFoundTreeData: "Cannot find corresponding tree node data",
|
|
530
|
-
sortAttribute: "Missing Configuration Sort Attribute",
|
|
531
|
-
editMode: "The tree node is not configured for edit mode: name",
|
|
532
|
-
nodeData: "Not entity tree node data",
|
|
533
|
-
noFoundTreeNode: "Tree node not found"
|
|
534
|
-
},
|
|
535
|
-
treeGrid: {
|
|
536
|
-
columnsSchema: "TreeTable Unvalued Columns Schema",
|
|
537
|
-
columnMode: "Tree table without parent column mode"
|
|
538
|
-
},
|
|
539
|
-
treeGridEx: {
|
|
540
|
-
noConfigured: "The node is not configured with a data item that corresponds to the table column {name}",
|
|
541
|
-
editItem: "Edit item model corresponding to table column {name} was not found",
|
|
542
|
-
noPickedUp: "The value of {valueItem} is not picked up in the row data.",
|
|
543
|
-
behaviorGroup: "The {id} action column does not have an interface behavior group configured.",
|
|
544
|
-
noSupportCreation: "Does not support the creation of new",
|
|
545
|
-
updateBehavior: "Tree nodes are not configured to update entity behavior"
|
|
546
|
-
},
|
|
547
|
-
wizardPanel: {
|
|
548
|
-
wizardForm: "Cannot find the wizard form for {activeFormTag}.",
|
|
549
|
-
formController: "Cannot find a form controller for {activeFormTag}.",
|
|
550
|
-
noConfiguration: "There is no Configuration Wizard form collection",
|
|
551
|
-
wizardFormIdentifier: "Cannot find the wizard form with the {tag} identifier.",
|
|
552
|
-
noPreviousForm: "No previous form",
|
|
553
|
-
nextStep: "Cannot find next wizard step",
|
|
554
|
-
nextForm: "Cannot find the next wizard form"
|
|
555
|
-
}
|
|
556
|
-
},
|
|
557
|
-
utils: {
|
|
558
|
-
buttonState: {
|
|
559
|
-
isFinitenconsistency: "Inconsistency between entity {appDeName} of {uiActionId} interface behavior and entity {appDeId} of data"
|
|
560
|
-
},
|
|
561
|
-
counter: {
|
|
562
|
-
decrement: "Decrement cannot be called for a count of 0!"
|
|
563
|
-
},
|
|
564
|
-
dataFileUtil: {
|
|
565
|
-
noExist: "ibiz.util.getExportExcel does not exist",
|
|
566
|
-
loadError: "Export module loading error",
|
|
567
|
-
importData: "No corresponding import data model was found"
|
|
568
|
-
},
|
|
569
|
-
valueDefault: {
|
|
570
|
-
noExist: "appdata.context does not exist",
|
|
571
|
-
nosupported: "Default value type [{valueType}] not supported"
|
|
572
|
-
},
|
|
573
|
-
valueEx: {
|
|
574
|
-
objectNameField: "Missing objectNameField"
|
|
575
|
-
},
|
|
576
|
-
valueRule: {
|
|
577
|
-
length: "The length of the content must be less than or equal to {maxLength}, the current length is {length}."
|
|
578
|
-
},
|
|
579
|
-
viewMsg: {
|
|
580
|
-
message: "Cannot find model for view message group {msgGroupId}",
|
|
581
|
-
noFound: "No {message} view message model found",
|
|
582
|
-
unconfigured: "Unconfigured entity dataset",
|
|
583
|
-
unconfiguredEntities: "Application entities not configured"
|
|
584
|
-
}
|
|
585
|
-
}
|
|
586
|
-
},
|
|
587
|
-
deLogic: {
|
|
588
|
-
deLogicLink: {
|
|
589
|
-
connectionConditional: "Interface Connection Conditional Logic Group Unconfigured Logic Item",
|
|
590
|
-
entityConnectionConditional: "Entity Logic Connection Condition Group Name: {name} - Condition Group Identifier: {id} - Run Result:",
|
|
591
|
-
missingConditionValue: "The current condition value type is [Data object attribute], and the configuration condition value is missing.",
|
|
592
|
-
sourceDataMissingConditionValue: "The current condition value type is [Source Data Object Attribute], and the configuration condition value is missing.",
|
|
593
|
-
noSupportedTime: "Conditional value type [current time] is not supported at this time",
|
|
594
|
-
entityLogicalConnection: "Entity Logical Connection Condition Item: {name} - Condition Value Type: {type} - Source Attribute Name: {dstField} - Source Object Value:",
|
|
595
|
-
comparisonCondition: "-comparison condition: {op}",
|
|
596
|
-
comparisonValue: "-comparison value",
|
|
597
|
-
compareResults: "-Compare and contrast results:"
|
|
598
|
-
},
|
|
599
|
-
deLogicNode: {
|
|
600
|
-
missingTargetParameter: "Missing target parameter object or source parameter object configuration",
|
|
601
|
-
additionalParameter: "Entity logic node (appended to the array): {id} - additional parameter:",
|
|
602
|
-
addedValue: "-Added value:",
|
|
603
|
-
logicNodeParameterName: "Entity Logic Node (Binding Parameters): {id} - Parameter Name: {dstDELogicParamId} - Value:",
|
|
604
|
-
copyParameter: "Entity logic node (copy parameter): {id} - parameter name: {dstDELogicParamId} - value:",
|
|
605
|
-
dataSet: "Entity Logic Node (Data Set): {id} - Dataset Entity Id: {dstAppDataEntityId} - Dataset Id: {dstAppDEDataSetId} - Parameter Name: {retDELogicParamId} - Value:",
|
|
606
|
-
unspecifiedEntity: "Unspecified application entity",
|
|
607
|
-
unspecifiedBehavior: "Behavior of unspecified entities",
|
|
608
|
-
entityActions: "Entity Logic Node (Entity Actions): {id} - Entity to which the interface action belongs: {dstAppDataEntityId} - Entity Activity Identifier: {dstAppDEActionId} - Parameter Name: {retDELogicParamId} - Value:",
|
|
609
|
-
unsupportedReturnType: "Unsupported end node return type: {returnType}",
|
|
610
|
-
endNode: "Entity logic node (end node): {id} - return value type: {returnType} - return value:",
|
|
611
|
-
noSupportedLogic: "Logic handling of parameter actions {paramAction} is not supported at this time.",
|
|
612
|
-
preparationParameter: "Entity Logic Node (Preparation Parameter): {id} - Parameter Processing Action: {paramAction} - Target Logic Parameter: {dstDELogicParamId} - Source Parameter (value):",
|
|
613
|
-
targetParameter: "-Target parameter (value):",
|
|
614
|
-
missingConfiguration: "Missing target parameter object configuration",
|
|
615
|
-
rebuildParameter: "Entity Logic Node (rebuild parameter): {id} - rebuild parameter: {dstDELogicParamId}",
|
|
616
|
-
resetParameter: "Entity logic node (reset parameter): {id} - reset parameter: {dstDELogicParamId}",
|
|
617
|
-
missingParameterProperty: "Missing target parameter object or target property configuration",
|
|
618
|
-
sortedArrayParameters: "Entity Logic Node (Sorted Array Parameters): {id} - Sort Attribute: {dstFieldName} - Sort Mode: {dstSortDir} - Parameter Name: {dstDELogicParamId} - Sorted Array:",
|
|
619
|
-
startupNode: "Entity logical node (startup node): {id}",
|
|
620
|
-
throwsException: "Entity Logic Node (throws exception): {id} - Error Code: {errorCode} - Error Message: {errorInfo}",
|
|
621
|
-
environmentVariables: "Unsupported logical parameter types: system environment variables",
|
|
622
|
-
fileObjectListVariable: "Unsupported logical parameter type: file object list variable",
|
|
623
|
-
fileObjectVariables: "Unsupported logical parameter types: file object variables",
|
|
624
|
-
filterObjectVariables: "Unsupported logical parameter types: filter object variables",
|
|
625
|
-
finalDataVariables: "Unsupported logical parameter types: final data variables",
|
|
626
|
-
rawDataObjects: "Unsupported logical parameter types: Raw Data Objects",
|
|
627
|
-
operationSessionVariables: "Unsupported Logical Parameter Types: Operation Session Variables",
|
|
628
|
-
calculateEntity: "Calculated entity logic parameter, identifier: {tag}",
|
|
629
|
-
value: "-value:",
|
|
630
|
-
recreatingVariables: "Unsupported logical parameter types recreating variables",
|
|
631
|
-
reEstablish: "Re-establish the entity logic parameter, identifier: {tag}",
|
|
632
|
-
expressionEmpty: "Expression is empty",
|
|
633
|
-
sourceValueType: "The source value type {srcValueType} is not supported yet.",
|
|
634
|
-
fetchingAttribute: "Fetching the attribute {srcField} from the source parameter reports an error, source parameter:",
|
|
635
|
-
noScriptCode: "Script code mode has no script code configured",
|
|
636
|
-
noConfigurationLogicNode: "The entity logic does not have a configuration logic node",
|
|
637
|
-
unsupportedLogical: "Unsupported logical node types: {logicNodeType}",
|
|
638
|
-
noSetStartNode: "No start node set",
|
|
639
|
-
startExecuting: "Start executing entity logic, logic identifier: {id} - logic name: {name}",
|
|
640
|
-
endExecution: "End execution entity logic, logic identifier: {id} - logic name: {name}",
|
|
641
|
-
noFoundEntityLogic: "{dataEntityId} entity logic not found {deDELogicId}"
|
|
642
|
-
}
|
|
643
|
-
},
|
|
644
|
-
engine: {
|
|
645
|
-
correspondingEngine: "There is no {key} corresponding engine",
|
|
646
|
-
logicOpendata: "Missing view logic for opendata",
|
|
647
|
-
logicNewdata: "Missing view logic for newdata",
|
|
648
|
-
deleteModel: "{codeName} Delete model: {name}",
|
|
649
|
-
childComponentsMounted: "The child components of {id}: {childName} are mounted.",
|
|
650
|
-
minimization: "The current view is opened in [{mode}], minimization is not supported!",
|
|
651
|
-
loadEntityData: "The view has no entities and cannot load entity data"
|
|
652
|
-
},
|
|
653
|
-
global: {
|
|
654
|
-
noImplemented: "Getting application global variables is not implemented",
|
|
655
|
-
noImplementedRouting: "Getting view routing parameter variables is not implemented"
|
|
656
|
-
},
|
|
657
|
-
hub: {
|
|
658
|
-
failedParse: "View parameter modalOption failed to parse: {error}",
|
|
659
|
-
noExist: "View [{id}] does not exist"
|
|
660
|
-
},
|
|
661
|
-
logicScheduler: {
|
|
662
|
-
executor: {
|
|
663
|
-
noConfiguredLogic: "No entity interface logic is configured",
|
|
664
|
-
missingTrigger: "Missing trigger application entity interface behavior id in logic",
|
|
665
|
-
noActionableData: "There is no actionable data for opendata!",
|
|
666
|
-
defaultOpendataViewLogic: "opendata view logic is not configured to open the view by default",
|
|
667
|
-
noActuallyReference: "The default open view for opendata view logic does not actually reference the view",
|
|
668
|
-
attributeConfiguration: "{codeName}[Multiple Form Entity] or [Index Entity] missing type attribute configuration",
|
|
669
|
-
entityAttributeValues: "Data Source No Form Type Applied Entity Attribute Values",
|
|
670
|
-
editViews: "No edit views were found for the entity associated with the form type {formTypeValue}.",
|
|
671
|
-
selectionView: "Selection view that needs to be opened for batch add was not found",
|
|
672
|
-
noSupportedBatchAddOnly: "batchAddOnly is not supported yet.",
|
|
673
|
-
newdataViewLogic: "The newdata view logic is not configured to default to a new data view",
|
|
674
|
-
indexEntity: "Missing Default Index Entity Selection View",
|
|
675
|
-
checkOne: "Please check one piece of data",
|
|
676
|
-
entitiesAssociated: "No edit view found for entities associated with index type {indexType}",
|
|
677
|
-
relationships: "Entities do not have a collection of relationships from!",
|
|
678
|
-
foreignKey: "No foreign key attribute found for {pickParentDeName} in the current entity",
|
|
679
|
-
mappingProperties: "Batch New Conversion Mapping Properties",
|
|
680
|
-
newCreationData: "Batch new creation data",
|
|
681
|
-
logicType: "Logic type {logicType} Not supported yet!",
|
|
682
|
-
noImplementedMethod: "Method not implemented."
|
|
683
|
-
},
|
|
684
|
-
trigger: {
|
|
685
|
-
triggerType: "The trigger type for the predefined logical type {type} can only be a script",
|
|
686
|
-
noSupportedType: "Trigger type {triggerType} Not supported yet!",
|
|
687
|
-
noExecutorBound: "{id} No executor bound.",
|
|
688
|
-
timerLacks: "Timer lacks timing intervals",
|
|
689
|
-
parameterCallback: "Timer missing default parameter callback"
|
|
690
|
-
}
|
|
691
|
-
},
|
|
692
|
-
model: {
|
|
693
|
-
utils: {
|
|
694
|
-
noFoundApplication: "Application not found",
|
|
695
|
-
unconfiguredPlugins: "Apply unconfigured plug-ins",
|
|
696
|
-
noFound: "Plugin not found {id}"
|
|
697
|
-
},
|
|
698
|
-
view: {
|
|
699
|
-
engineClassifications: "Unsupported engine classifications: {engineType}"
|
|
700
|
-
}
|
|
701
|
-
},
|
|
702
|
-
platform: {
|
|
703
|
-
failedDownload: "Failed to download file",
|
|
704
|
-
fileStreamData: "File stream data does not exist"
|
|
705
|
-
},
|
|
706
|
-
register: {
|
|
707
|
-
helper: {
|
|
708
|
-
adapter: "Cannot find the adapter corresponding to the system counter plugin {pluginKey}.",
|
|
709
|
-
customizedSystemAdapter: "Cannot find the adapter corresponding to the customized system counter {codeName}.",
|
|
710
|
-
noFoundSystemCounter: "Adapter for system counter type {counterType} is not found.",
|
|
711
|
-
applicationMenu: "Cannot find the adapter corresponding to the application menu item plugin {pluginKey}.",
|
|
712
|
-
asynchronousAction: "Find the adapter that does not correspond to the asynchronous action type {actiontype}.",
|
|
713
|
-
matchedPlugin: "Not matched to plugin [{pluginId}] model",
|
|
714
|
-
customRegistration: "Cannot find an adapter with a custom registration ID of [{registerKey}].",
|
|
715
|
-
widgetPlugin: "Cannot find the adapter corresponding to the widget plugin {pluginKey}.",
|
|
716
|
-
widgetStyleType: "Cannot find the adapter corresponding to the widget style: [{controlStyle}] for the widget type: [{controlType}].",
|
|
717
|
-
widgetType: "Cannot find an adapter for widget type {controlType}.",
|
|
718
|
-
entityBehaviorPlugin: "Cannot find the adapter corresponding to the entity behavior plugin {pluginKey}.",
|
|
719
|
-
entityBehaviorMethod: "Find adapters that donnot have an entity behavior method type of {methodType}",
|
|
720
|
-
editorPlugin: "Cannot find the adapter corresponding to the editor plugin {pluginKey}.",
|
|
721
|
-
editorStyleType: "Cannot find the adapter corresponding to editor style: [{editorStyle}] for editor type: [{editorType}].",
|
|
722
|
-
editorTypePredefinedType: "Cannot find an adapter corresponding to editorType: [{editorType}] for predefinedType: [{predefinedType}].",
|
|
723
|
-
editorType: "Cannot find the adapter corresponding to editor type {editorType}.",
|
|
724
|
-
formMemberPlugin: "Cannot find the adapter corresponding to the form member plugin {pluginKey}.",
|
|
725
|
-
formMemberType: "Cannot find an adapter for form member type {detailType}.",
|
|
726
|
-
tableColumnPlugin: "Cannot find the adapter corresponding to the table column plugin {pluginKey}.",
|
|
727
|
-
tableColumnType: "Cannot find an adapter for table column type {key}.",
|
|
728
|
-
messageType: "Cannot find the adapter corresponding to the message type {content_type}.",
|
|
729
|
-
panelMemberPlugin: "The adapter corresponding to the panel member plugin {pluginKey} could not be found.",
|
|
730
|
-
panelContainerPredefined: "Cannot find an adapter with panel container predefined type {predefinedType}, registered key {key}",
|
|
731
|
-
panelMemberDirectContent: "Cannot find adapter with panel member direct content predefined type {predefinedType}, registered key {key}",
|
|
732
|
-
panelMemberType: "The adapter corresponding to the panel member type {itemType} could not be found.",
|
|
733
|
-
portalWidgetPlugin: "Cannot find the adapter corresponding to the portal widget plugin {pluginKey}.",
|
|
734
|
-
portalWidgetMemberType: "Adapter corresponding to portal widget member type {portletType} not found",
|
|
735
|
-
treeTableColumnPlugin: "Cannot find the adapter corresponding to the tree table column plugin {pluginKey}.",
|
|
736
|
-
interfaceBehaviorPlugin: "Cannot find the adapter corresponding to the interface behavior plugin {pluginKey}.",
|
|
737
|
-
interfaceBehaviorMode: "Find the adapter that does not correspond to the interface behavior mode {uiactionMode}.",
|
|
738
|
-
frontEndPluginNode: "Cannot find interface logic front-end plugin node, plugin {pluginKey} corresponding adapter",
|
|
739
|
-
viewPlugin: "Cannot find the adapter corresponding to the view plugin {pluginKey}.",
|
|
740
|
-
correspondViewTypeStyle: "Cannot find an adapter for view type: [{viewType}] corresponding to view style: [{viewStyle}].",
|
|
741
|
-
toolbarItem: "Cannot find the adapter corresponding to the toolbar item plugin {pluginKey}.",
|
|
742
|
-
acItem: "Cannot find the adapter corresponding to the ac item plugin {pluginKey}."
|
|
743
|
-
}
|
|
744
|
-
},
|
|
745
|
-
service: {
|
|
746
|
-
noConfiguredPrimary: "Entity [{codeName}] is not configured with a primary key field",
|
|
747
|
-
noConfiguredField: "Entity [{codeName}] is not configured with a primary text field",
|
|
748
|
-
convertedNumber: "{value} cannot be converted to a number.",
|
|
749
|
-
subRelationships: "Sub-relationships not configured with a nested relational dataset will result in a recursive query death loop, please configure it!",
|
|
750
|
-
unsupportedMethod: "Unsupported application entity method input attribute type: {type}",
|
|
751
|
-
noFoundUsernamePassword: "Anonymous login configuration username or password not found",
|
|
752
|
-
loginFailure: "Login Failure",
|
|
753
|
-
logoutFailure: "Logout failure",
|
|
754
|
-
noFound: "Application entity not found [{id}]",
|
|
755
|
-
masterState: "{codeName} entity does not exist or is enabled for master state, return true",
|
|
756
|
-
operationIdentifier: "Operation identifier {dataAccessAction} main state calculation started",
|
|
757
|
-
matchMasterState: "Match master state",
|
|
758
|
-
masterStatePermissions: "Collection of allowed master state permissions",
|
|
759
|
-
noMatchedState: "Returns false if the main state is not matched.",
|
|
760
|
-
permissionCalculation: "Operation identifier {dataAccessAction} end of permission calculation: {result}",
|
|
761
|
-
noFindCodeList: "Cannot find {tag} code list",
|
|
762
|
-
noConfiguredCounters: "Application counters not configured!",
|
|
763
|
-
lackEntityLogic: "Lack of entity handling logic",
|
|
764
|
-
createBehavior: "The create behavior does not pass data",
|
|
765
|
-
updateBehavior: "The update behavior does not pass data",
|
|
766
|
-
deletionDeletion: "Currently, only [DER1N] relationship type association deletion deletion is supported.",
|
|
767
|
-
unableDelete: "Unable to delete [{logicName}-{srfmajortext}], data referenced by [{modelLogicName}-{msg}].",
|
|
768
|
-
noSupportedDataSource: "Data source type {dataSetType} not supported yet",
|
|
769
|
-
sourceCodeTable: "No data is specified for the source code table",
|
|
770
|
-
requestMethods: "Unsupported request methods: {requestMethod}",
|
|
771
|
-
noConfiguredRequestMethod: "Request method not configured",
|
|
772
|
-
unsupportedBehaviorTypes: "Unsupported Behavior Types [{actionType}]",
|
|
773
|
-
noFoundServiceMethod: "Service method not found: {id}",
|
|
774
|
-
UnsupportedServiceMethod: "Unsupported service method types: {methodType}",
|
|
775
|
-
noSupportedMethod: "The \u300C{id}\u300D method is not supported by {codeName}.",
|
|
776
|
-
noFoundStorageEntity: "Application function [{name}] storage entity not found [{stoageAppDataEntityId}]",
|
|
777
|
-
noExist: "Application function [{name}] does not exist",
|
|
778
|
-
noFoundEntity: "Storage Entity Not Found [{stoageAppDataEntityId}]",
|
|
779
|
-
noImplemented: "\u300C{methodName}\u300D is not implemented.",
|
|
780
|
-
noImplementedCounter: "Counter loading method not implemented",
|
|
781
|
-
noFoundCounterBehavior: "Get counter behavior not found!",
|
|
782
|
-
createPrimaryKeyData: "Failed to create new joint primary key data with existing primary key {srfkey}",
|
|
783
|
-
updatePrimaryKeyData: "Failed to update joint primary key data with existing primary key {srfkey}",
|
|
784
|
-
noExistNoUpdated: "Data does not exist and cannot be updated!",
|
|
785
|
-
dataNoExistNoUpdated: "Data [{srfdename}-{srfmajortext}({srfkey})] does not exist and cannot be updated!",
|
|
786
|
-
noDeleted: "The following data \u300C{notRemoveKey}\u300D was not found and could not be deleted!",
|
|
787
|
-
noAttributeName: "No attribute name is specified",
|
|
788
|
-
noContextParameterName: "No context parameter name is specified",
|
|
789
|
-
conditionalObjects: "Unrecognizable Conditional Objects",
|
|
790
|
-
mustArray: "The value must be an array",
|
|
791
|
-
unsupportedQueryTypes: "Unsupported query types: {condType}",
|
|
792
|
-
predefinedType: "Predefined type {predefinedType} is not supported at this time.",
|
|
793
|
-
dynamicCodeTable: "The return value of a dynamic code table data property is not an object-formatted string and cannot be converted!",
|
|
794
|
-
unconfiguredDataset: "Unconfigured dataset",
|
|
795
|
-
processedWithout: "Execution of \u300C{funcName}\u300D cannot be processed without \u300Csrfkey\u300D.",
|
|
796
|
-
noExistProcessed: "Execution of \u300C{funcName}\u300D does not exist and \u300Csrfsessionid\u300D cannot be processed.",
|
|
797
|
-
missingDetreeColumnId: "Model exception missing detreeColumnId or dataItemName."
|
|
798
|
-
},
|
|
799
|
-
uiAction: {
|
|
800
|
-
noEntityOrBehavior: "No entity or entity behavior configured",
|
|
801
|
-
noConfiguredopenView: "Not configured to open the view",
|
|
802
|
-
frontProcessingModes: "Unsupported front processing modes [{frontProcessType}]",
|
|
803
|
-
missingConfigurationScriptCode: "Custom types are missing configuration script code",
|
|
804
|
-
dataPrimaryKey: "Data primary key not found",
|
|
805
|
-
printFailure: "print failure",
|
|
806
|
-
physicalPrint: "No physical print items found",
|
|
807
|
-
exportRequestFailed: "Export request failed",
|
|
808
|
-
noEntityExportsFound: "No entity exports found",
|
|
809
|
-
lackNativeEvent: "Lack of native JS event objects",
|
|
810
|
-
wantLogout: "Are you sure you want to log out?",
|
|
811
|
-
operationConfirmation: "Operation Confirmation",
|
|
812
|
-
viewParameterModalOption: "View parameter modalOption failed to parse: {error}",
|
|
813
|
-
withdrawalConfirmed: "Is the execution of the withdrawal confirmed?",
|
|
814
|
-
noFoundBehaviorModel: "No interface behavior model found for {actionId}."
|
|
815
|
-
},
|
|
816
|
-
uiLogic: {
|
|
817
|
-
interfaceConnectionConditional: "Interface Connection Conditional Logic Group Unconfigured Logic Item",
|
|
818
|
-
connectionConditionGroup: "Interface Logic Connection Condition Group Name: {name} - Condition Group Identifier: {id} - Run Result:",
|
|
819
|
-
currentConditionValue: "The current condition value type is [Data object attribute], and the configuration condition value is missing.",
|
|
820
|
-
sourceDataObjectAttribute: "The current condition value type is [Source Data Object Attribute], and the configuration condition value is missing.",
|
|
821
|
-
currentTime: "Conditional value type [current time] is not supported at this time",
|
|
822
|
-
interfaceConnectionConditionalTypeName: "Interface Logic Connection Condition Item: {name} - Condition Value Type: {type} - Source Property Name: {dstField} - Source Object Value:",
|
|
823
|
-
asynchronousTermination: "Unsupported logical connection type: asynchronous termination",
|
|
824
|
-
asynchronousRejection: "Unsupported logical connection type: asynchronous rejection",
|
|
825
|
-
exceptionHandling: "Unsupported Logical Connection Type: Exception Handling",
|
|
826
|
-
logicalLinkTypes: "Unsupported logical link types:{linkMode}",
|
|
827
|
-
missingTargetParameter: "Missing target parameter object or source parameter object configuration",
|
|
828
|
-
appendedArray: "Interface logic node (appended to the array): {id} - additional parameter:",
|
|
829
|
-
bindingParameters: "Interface Logic Node (Binding Parameters): {id} - Parameter Name: {dstDEUILogicParamId} - Value:",
|
|
830
|
-
copyParameter: "Interface logic node (copy parameter): {id} - parameter name: {dstDEUILogicParamId} - value:",
|
|
831
|
-
missingfilter: "Missing configuration filter parameters",
|
|
832
|
-
interfaceLogicNodeDataSet: "Interface Logic Node (Data Set): {id} - Dataset Entity Identifier: {dstAppDataEntityId} - Dataset Identifier: {dstAppDEDataSetId} - Parameter Name: {retDEUILogicParamId} - Value:",
|
|
833
|
-
interfaceLogicNodeEntityActions: "Interface Logic Node (Entity Actions): {id} - Entity to which the interface action belongs: {dstAppDataEntityId} - Entity Activity Identifier: {dstAppDEActionId} - Parameter Name: {retDEUILogicParamId} - Value:",
|
|
834
|
-
noConfiguredInterfaceBehavior: "Interface behavior not configured",
|
|
835
|
-
interfaceLogicNodeEntityInterfaceAction: "Interface Logic Node (Entity Interface Action): {id} - Interface Action Identifier: {dstAppDEUIActionId} - Entity to which the Interface Action belongs: {dstAppDataEntityId} - Target Logic Parameter Object: {dstDEUILogicParamId}",
|
|
836
|
-
logicalNodeOperation: "Logical node {name} operation parameter value:",
|
|
837
|
-
unsupportedEndNode: "Unsupported end node return value types: {returnType}",
|
|
838
|
-
interfaceLogicNodeEndNode: "Interface logic node (end node): {id} - return value type: {returnType} - return value:",
|
|
839
|
-
noEntityConfigured: "No entity configured",
|
|
840
|
-
noEntityLogicConfigured: "No entity logic configured",
|
|
841
|
-
noIncomingLogic: "No incoming logic parameters are configured",
|
|
842
|
-
passedParameter: "Passed parameter {dstDEUILogicParamId} not found",
|
|
843
|
-
interfaceLogicNodeExecutingEntityLogic: "Interface logic node (executing entity logic): {id} - entity logic identifier: {dstAppDELogicId} - entity to which the entity logic belongs: {dstAppDataEntityId} - parameter name: {retDEUILogicParamId} - value:",
|
|
844
|
-
missingMessageTypeConfiguration: "Missing message type configuration",
|
|
845
|
-
missingButtonTypeConfiguration: "Missing button type configuration",
|
|
846
|
-
interfaceLogicNodeMessagePopup: "Interface logic node (message popup): {id} - message type: {type} - message: {message}",
|
|
847
|
-
message: "messages",
|
|
848
|
-
yes: "yes",
|
|
849
|
-
no: "no",
|
|
850
|
-
interfaceLogicNodeFrontendPlugin: "Interface Logic Node (Frontend Plugin): {id} - Plugin Id: {sysPFPluginId}",
|
|
851
|
-
interfaceLogicNodePreparationParameter: "Interface Logic Node (Preparation Parameter): {id} - Parameter Processing Action: {paramAction} - Target Logic Parameter: {dstDEUILogicParamId} - Source Parameter (value):",
|
|
852
|
-
noTargetParameter: "No target parameter object id",
|
|
853
|
-
targetParameter: "Assigning a value to the target parameter attribute {dstFieldName} reports an error, target parameter:",
|
|
854
|
-
interfaceLogicNodeDirectCode: "Interface logic node (direct code): {id}-direct code:",
|
|
855
|
-
interfaceLogicNodeRebuildParameter: "Interface Logic Node (rebuild parameter): {id} - rebuild parameter: {dstDEUILogicParamId}",
|
|
856
|
-
interfaceLogicNodeResetParameter: "Interface Logic Node (Reset Parameter): {id} - Reset Parameter: {dstDEUILogicParamId}",
|
|
857
|
-
interfaceLogicNodeSortedArrayParameters: "Interface Logic Node (Sorted Array Parameters): {id} - Sort Attribute: {dstFieldName} - Sort Mode: {dstSortDir} - Parameter Name: {dstDEUILogicParamId} - Sorted Array:",
|
|
858
|
-
interfaceLogicNodeStartupNode: "Interface logic node (startup node): {id}",
|
|
859
|
-
interfaceLogicNodeThrowingExceptions: "Interface Logic node (throwing exceptions): {id} - error message: {errorInfo}",
|
|
860
|
-
noConfiguredTriggerObject: "No trigger object is configured",
|
|
861
|
-
noConfiguredEvent: "The event name parameter is not configured",
|
|
862
|
-
noConfiguredEventParameters: "No event parameters are configured",
|
|
863
|
-
noFoundTriggerObject: "Trigger object not found {fireCtrlId}",
|
|
864
|
-
noFoundEventParameterObject: "Event parameter object not found {eventParamId}",
|
|
865
|
-
interfaceLogicNodeViewWidgetEventTriggerLogic: "Interface logic node (view widget event trigger logic): {id} - name of the calling view widget: {fireCtrlId} - name of the triggering event: {eventName} - triggering parameters:",
|
|
866
|
-
noConfiguredInterfaceObject: "No interface object is configured",
|
|
867
|
-
noConfiguredOperatingParameters: "No operating parameters are configured",
|
|
868
|
-
noConfiguredCallMethod: "No call method is configured",
|
|
869
|
-
noFoundOperationParameter: "The operation parameter {invokeParamId} was not found.",
|
|
870
|
-
noFoundInterfaceObject: "Interface object {invokeCtrlId} was not found.",
|
|
871
|
-
noFoundInvokeMethod: "The invoke method {invokeMethod} was not found.",
|
|
872
|
-
interfaceLogicNodeViewWidgetInvocation: "Interface logic node (view widget invocation): {id} - name of the invoking view widget: {invokeCtrlId} - name of the invoking method: {invokeMethod} - trigger parameter:",
|
|
873
|
-
viewLogicInitializationParameter: "View logic initialization parameter, {codeName} specified widget object not found",
|
|
874
|
-
calculateInterfaceLogicParameters: "Calculate interface logic parameters, identifier: {tag}",
|
|
875
|
-
restablishInterfaceLogic: "Re-establish the interface logic parameters, identifying: {tag}",
|
|
876
|
-
interfaceLogic: "Interface logic {deUILogicId} for entity {appDataEntityId} not found",
|
|
877
|
-
startExecutingInterfaceLogic: "Start executing the interface logic, entity: {appDataEntityId} - logic name: {name}",
|
|
878
|
-
endExecutionInterfaceLogic: "End execution interface logic, entity: {appDataEntityId} - logic name: {name}",
|
|
879
|
-
noLogicalNodesConfigured: "The interface logic has no logical nodes configured"
|
|
880
|
-
},
|
|
881
|
-
utils: {
|
|
882
|
-
anime: {
|
|
883
|
-
noExistEndpointElement: "The endpoint element does not exist",
|
|
884
|
-
noExistAnimationElement: "Animation element does not exist",
|
|
885
|
-
noClone: "Cannot clone a null or undefined element."
|
|
886
|
-
},
|
|
887
|
-
errorHandler: {
|
|
888
|
-
noPermissionless: "No permissionless error handler registered",
|
|
889
|
-
noProcessor: "No processor was found that can handle this error"
|
|
890
|
-
},
|
|
891
|
-
fileUtil: {
|
|
892
|
-
fileUploadFailed: "File upload failed"
|
|
893
|
-
},
|
|
894
|
-
handlebars: {
|
|
895
|
-
noInitHandlebars: "handlebars not init"
|
|
896
|
-
},
|
|
897
|
-
modal: {
|
|
898
|
-
externalClosureCapability: "External closure capability not registered",
|
|
899
|
-
shouldDismissResult: "The result of shouldDismiss is false, closing the interrupt."
|
|
900
|
-
},
|
|
901
|
-
openRedirectView: {
|
|
902
|
-
parseSrfnavctxParameter: "Failed to parse srfnavctx parameter in redirection [{urlStr}].",
|
|
903
|
-
missingEntityName: "Entity name missing from redirection parameter",
|
|
904
|
-
noFoundSpecifiedEntity: "CodeName not found for the specified entity: {deName}",
|
|
905
|
-
unsupportedLinkUrl: "Unsupported linkUrl format: {linkUrl}",
|
|
906
|
-
noConfiguredActualReference: "Actual reference view not configured",
|
|
907
|
-
redirectingViewReferences: "Redirecting view references there:",
|
|
908
|
-
redirectionIdentifier: "Redirection identifier [{rdTag}] or [{deRdTag}] or workflow [{wfRdTag}] corresponding to view not found",
|
|
909
|
-
noMatchActualReferenceView: "Identifies that [{rdTag}] did not match the actual reference view",
|
|
910
|
-
redirectionView: "Redirection view [{name}] custom category attribute [{typeFieldId}] value is null"
|
|
911
|
-
},
|
|
912
|
-
script: {
|
|
913
|
-
errorReportingScript: "Error Reporting Script"
|
|
914
|
-
},
|
|
915
|
-
shortCut: {
|
|
916
|
-
invalidIndexNewIndex: "Invalid index newIndex: {newIndex}, oldIndex: {oldIndex}, current array length {length}"
|
|
917
|
-
},
|
|
918
|
-
uiDomain: {
|
|
919
|
-
transactionOpen: "Transaction has been opened, only one transaction can be opened for a single interface domain.",
|
|
920
|
-
currentTransaction: "The current transaction has not been committed and cannot be closed directly."
|
|
921
|
-
},
|
|
922
|
-
uiDomainManager: {
|
|
923
|
-
invalidInterfaceDomain: "Invalid interface domain identifier [{id}]"
|
|
924
|
-
},
|
|
925
|
-
verify: {
|
|
926
|
-
contentConform: "Content must conform to value rules",
|
|
927
|
-
scopeRules: "Content length must conform to scope rules",
|
|
928
|
-
valueNull: "The value is null",
|
|
929
|
-
regularRules: "The value must conform to the regular rules",
|
|
930
|
-
rangeRules: "Values must conform to the value range rules",
|
|
931
|
-
scriptRules: "The value must conform to the script rules",
|
|
932
|
-
emptyLogicGroups: "Empty logic groups were found and the logic could not be executed properly!",
|
|
933
|
-
unsupportedLogicTypes: "Unsupported logic types {logicType}",
|
|
934
|
-
emptyLogicGroupsProperly: "Empty logic groups were found and the logic could not be executed properly!",
|
|
935
|
-
valueOperations: "Value operations: {op}, not yet supported",
|
|
936
|
-
noCompared: "{value} and {value2} cannot be compared.",
|
|
937
|
-
conditionalValues: "Conditional values for range comparisons do not exist or are not strings"
|
|
938
|
-
},
|
|
939
|
-
firstregister: "Please register the model loading adapter first"
|
|
940
|
-
}
|
|
941
|
-
}
|
|
383
|
+
// runTime
|
|
384
|
+
...en,
|
|
385
|
+
// vue3Util
|
|
386
|
+
...en$1,
|
|
387
|
+
// core
|
|
388
|
+
...en$2,
|
|
389
|
+
// modelHelper
|
|
390
|
+
...en$3
|
|
942
391
|
};
|
|
943
392
|
|
|
944
393
|
export { index as default };
|