@sap/ux-specification 1.139.4 → 1.139.5
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/CHANGELOG.md +30 -1
- package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
- package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
- package/dist/documentation/v2/v2-ListReport.html +2 -2
- package/dist/documentation/v2/v2-ListReportNew.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
- package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
- package/dist/documentation/v4/v4-FreestylePage.html +2 -2
- package/dist/documentation/v4/v4-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +234 -237
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/ApplicationV2.json +18 -9
- package/dist/schemas/v2/ListReportNewConfig.json +91 -0
- package/dist/schemas/v4/ApplicationV4.json +43 -16
- package/dist/schemas/v4/BuildingBlocksConfig.json +107 -41
- package/dist/schemas/v4/ListReportConfig.json +200 -9
- package/dist/schemas/v4/ObjectPageConfig.json +245 -3
- package/dist/specification/package.json +5 -5
- package/dist/specification/scripts/macros/schema.d.ts +7 -0
- package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
- package/dist/specification/scripts/macros/schema.js +61 -14
- package/dist/specification/scripts/macros/schema.js.map +1 -1
- package/dist/specification/scripts/macros/types.d.ts +1 -0
- package/dist/specification/scripts/macros/types.d.ts.map +1 -1
- package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
- package/dist/specification/scripts/schema/to-json-schema.js +54 -9
- package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts.map +1 -1
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js +1 -0
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js.map +1 -1
- package/dist/specification/src/sync/common/dist_tag.json +9 -5
- package/dist/specification/src/sync/common/generate/objectPage.d.ts +10 -1
- package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/common/generate/objectPage.js +63 -7
- package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/common/i18n.json +7 -2
- package/dist/specification/src/sync/common/rules.d.ts +1 -0
- package/dist/specification/src/sync/common/rules.d.ts.map +1 -1
- package/dist/specification/src/sync/common/rules.js +26 -5
- package/dist/specification/src/sync/common/rules.js.map +1 -1
- package/dist/specification/src/sync/common/utils.d.ts +25 -0
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +57 -14
- package/dist/specification/src/sync/common/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js +1 -10
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.d.ts +1 -2
- package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +4 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/stableIdUtils.d.ts +8 -0
- package/dist/specification/src/sync/v2/generate/stableIdUtils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/stableIdUtils.js +1 -0
- package/dist/specification/src/sync/v2/generate/stableIdUtils.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js +3 -2
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.d.ts +78 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js +454 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts +54 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js +148 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +2 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js +2 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts +4 -2
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js +61 -23
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/overviewPage.js +28 -13
- package/dist/specification/src/sync/v2/import/pages/overviewPage.js.map +1 -1
- package/dist/specification/src/sync/v2/utils.d.ts +7 -0
- package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/utils.js +10 -0
- package/dist/specification/src/sync/v2/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/application.d.ts +4 -0
- package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/application.js +51 -1
- package/dist/specification/src/sync/v4/application.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +1 -0
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +10 -0
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFooterAction.d.ts +3 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFooterAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFooterAction.js +20 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFooterAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts +6 -2
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js +27 -4
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.d.ts +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.js +10 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts +7 -2
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js +37 -4
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.d.ts +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.js +10 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +2 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +10 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +7 -2
- package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js +36 -3
- package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts +3 -0
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.js +40 -23
- package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +14 -4
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +75 -9
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/fpmCustomPage.js +13 -3
- package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/listReport.js +93 -0
- package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts +1 -0
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js +63 -7
- package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.d.ts +35 -1
- package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js +143 -22
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/types/src/common/types.d.ts +10 -2
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js +7 -0
- package/dist/types/src/common/types.js.map +1 -1
- package/dist/types/src/v4/application.d.ts +7 -0
- package/dist/types/src/v4/application.d.ts.map +1 -1
- package/dist/types/src/v4/controls/Action.d.ts +16 -0
- package/dist/types/src/v4/controls/Action.d.ts.map +1 -0
- package/dist/types/src/v4/controls/Action.js +11 -0
- package/dist/types/src/v4/controls/Action.js.map +1 -0
- package/dist/types/src/v4/controls/CustomAction.d.ts +2 -1
- package/dist/types/src/v4/controls/CustomAction.d.ts.map +1 -1
- package/dist/types/src/v4/controls/CustomAction.js.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageFooter.d.ts +2 -1
- package/dist/types/src/v4/controls/ObjectPageFooter.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageForm.d.ts +6 -3
- package/dist/types/src/v4/controls/ObjectPageForm.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +6 -3
- package/dist/types/src/v4/controls/ObjectPageHeader.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts +7 -0
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.js.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +10 -7
- package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts.map +1 -1
- package/dist/types/src/v4/controls/Table.d.ts +14 -1
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v4/controls/Table.js.map +1 -1
- package/dist/types/src/v4/controls/ToolBar.d.ts +32 -10
- package/dist/types/src/v4/controls/ToolBar.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ToolBar.js.map +1 -1
- package/dist/types/src/v4/controls/index.d.ts +1 -0
- package/dist/types/src/v4/controls/index.d.ts.map +1 -1
- package/dist/types/src/v4/controls/index.js +1 -0
- package/dist/types/src/v4/controls/index.js.map +1 -1
- package/package.json +5 -5
|
@@ -122,6 +122,18 @@
|
|
|
122
122
|
],
|
|
123
123
|
"description": "Defines if the action is enabled. The default value is true.",
|
|
124
124
|
"artifactType": "Manifest"
|
|
125
|
+
},
|
|
126
|
+
"priority": {
|
|
127
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
128
|
+
"artifactType": "Manifest",
|
|
129
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
130
|
+
"enum": [
|
|
131
|
+
"AlwaysOverflow",
|
|
132
|
+
"High",
|
|
133
|
+
"Low",
|
|
134
|
+
"NeverOverflow"
|
|
135
|
+
],
|
|
136
|
+
"type": "string"
|
|
125
137
|
}
|
|
126
138
|
},
|
|
127
139
|
"additionalProperties": false,
|
|
@@ -376,14 +388,13 @@
|
|
|
376
388
|
"additionalProperties": {
|
|
377
389
|
"anyOf": [
|
|
378
390
|
{
|
|
379
|
-
"$ref": "#/definitions/
|
|
391
|
+
"$ref": "#/definitions/GroupableAction"
|
|
380
392
|
},
|
|
381
393
|
{
|
|
382
|
-
"$ref": "#/definitions/
|
|
394
|
+
"$ref": "#/definitions/ViewToolBarActionGroup"
|
|
383
395
|
},
|
|
384
396
|
{
|
|
385
|
-
"
|
|
386
|
-
"properties": {}
|
|
397
|
+
"$ref": "#/definitions/ViewToolBarAction"
|
|
387
398
|
},
|
|
388
399
|
{
|
|
389
400
|
"$ref": "#/definitions/ViewTableCustomAction"
|
|
@@ -391,15 +402,61 @@
|
|
|
391
402
|
]
|
|
392
403
|
}
|
|
393
404
|
},
|
|
405
|
+
"GroupableAction": {
|
|
406
|
+
"type": "object",
|
|
407
|
+
"properties": {
|
|
408
|
+
"priority": {
|
|
409
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
410
|
+
"artifactType": "Manifest",
|
|
411
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
412
|
+
"enum": [
|
|
413
|
+
"AlwaysOverflow",
|
|
414
|
+
"High",
|
|
415
|
+
"Low",
|
|
416
|
+
"NeverOverflow"
|
|
417
|
+
],
|
|
418
|
+
"type": "string"
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
"additionalProperties": false
|
|
422
|
+
},
|
|
394
423
|
"ViewToolBarActionGroup": {
|
|
395
424
|
"type": "object",
|
|
396
425
|
"additionalProperties": {
|
|
397
|
-
"
|
|
426
|
+
"anyOf": [
|
|
427
|
+
{
|
|
428
|
+
"$ref": "#/definitions/ViewToolBarActionBase"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"enum": [
|
|
432
|
+
"AlwaysOverflow",
|
|
433
|
+
"High",
|
|
434
|
+
"Low",
|
|
435
|
+
"NeverOverflow"
|
|
436
|
+
],
|
|
437
|
+
"type": "string"
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"type": "number"
|
|
441
|
+
}
|
|
442
|
+
]
|
|
443
|
+
},
|
|
444
|
+
"properties": {
|
|
445
|
+
"priority": {
|
|
446
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
447
|
+
"artifactType": "Manifest",
|
|
448
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
449
|
+
"enum": [
|
|
450
|
+
"AlwaysOverflow",
|
|
451
|
+
"High",
|
|
452
|
+
"Low",
|
|
453
|
+
"NeverOverflow"
|
|
454
|
+
],
|
|
455
|
+
"type": "string"
|
|
456
|
+
}
|
|
398
457
|
}
|
|
399
458
|
},
|
|
400
|
-
"
|
|
401
|
-
"description": "Action",
|
|
402
|
-
"isViewNode": true,
|
|
459
|
+
"ViewToolBarActionBase": {
|
|
403
460
|
"type": "object",
|
|
404
461
|
"properties": {
|
|
405
462
|
"enableOnSelect": {
|
|
@@ -439,6 +496,36 @@
|
|
|
439
496
|
},
|
|
440
497
|
"additionalProperties": false
|
|
441
498
|
},
|
|
499
|
+
"ViewToolBarAction": {
|
|
500
|
+
"description": "Action",
|
|
501
|
+
"isViewNode": true,
|
|
502
|
+
"type": "object",
|
|
503
|
+
"properties": {
|
|
504
|
+
"enableOnSelect": {
|
|
505
|
+
"$ref": "#/definitions/SelectType",
|
|
506
|
+
"description": "Enables single selection for a bound action",
|
|
507
|
+
"artifactType": "Manifest"
|
|
508
|
+
},
|
|
509
|
+
"afterExecution": {
|
|
510
|
+
"$ref": "#/definitions/ActionAfterExecutionConfigurationToolBarLR",
|
|
511
|
+
"description": "Settings that control the behavior after creating a new entry.",
|
|
512
|
+
"artifactType": "Manifest"
|
|
513
|
+
},
|
|
514
|
+
"priority": {
|
|
515
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
516
|
+
"artifactType": "Manifest",
|
|
517
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
518
|
+
"enum": [
|
|
519
|
+
"AlwaysOverflow",
|
|
520
|
+
"High",
|
|
521
|
+
"Low",
|
|
522
|
+
"NeverOverflow"
|
|
523
|
+
],
|
|
524
|
+
"type": "string"
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
"additionalProperties": false
|
|
528
|
+
},
|
|
442
529
|
"ViewTableCustomAction": {
|
|
443
530
|
"type": "object",
|
|
444
531
|
"properties": {
|
|
@@ -494,6 +581,18 @@
|
|
|
494
581
|
],
|
|
495
582
|
"description": "Defines if the action is enabled. The default value is true.",
|
|
496
583
|
"artifactType": "Manifest"
|
|
584
|
+
},
|
|
585
|
+
"priority": {
|
|
586
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
587
|
+
"artifactType": "Manifest",
|
|
588
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
589
|
+
"enum": [
|
|
590
|
+
"AlwaysOverflow",
|
|
591
|
+
"High",
|
|
592
|
+
"Low",
|
|
593
|
+
"NeverOverflow"
|
|
594
|
+
],
|
|
595
|
+
"type": "string"
|
|
497
596
|
}
|
|
498
597
|
},
|
|
499
598
|
"additionalProperties": false,
|
|
@@ -729,6 +828,18 @@
|
|
|
729
828
|
"$ref": "#/definitions/ActionAfterExecutionConfigurationToolBarLR",
|
|
730
829
|
"description": "Settings that control the behavior after creating a new entry.",
|
|
731
830
|
"artifactType": "Manifest"
|
|
831
|
+
},
|
|
832
|
+
"priority": {
|
|
833
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
834
|
+
"artifactType": "Manifest",
|
|
835
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
836
|
+
"enum": [
|
|
837
|
+
"AlwaysOverflow",
|
|
838
|
+
"High",
|
|
839
|
+
"Low",
|
|
840
|
+
"NeverOverflow"
|
|
841
|
+
],
|
|
842
|
+
"type": "string"
|
|
732
843
|
}
|
|
733
844
|
},
|
|
734
845
|
"additionalProperties": false
|
|
@@ -736,9 +847,55 @@
|
|
|
736
847
|
"ToolBarActionGroup": {
|
|
737
848
|
"type": "object",
|
|
738
849
|
"additionalProperties": {
|
|
739
|
-
"
|
|
850
|
+
"anyOf": [
|
|
851
|
+
{
|
|
852
|
+
"$ref": "#/definitions/ToolBarActionBase"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"enum": [
|
|
856
|
+
"AlwaysOverflow",
|
|
857
|
+
"High",
|
|
858
|
+
"Low",
|
|
859
|
+
"NeverOverflow"
|
|
860
|
+
],
|
|
861
|
+
"type": "string"
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"type": "number"
|
|
865
|
+
}
|
|
866
|
+
]
|
|
867
|
+
},
|
|
868
|
+
"properties": {
|
|
869
|
+
"priority": {
|
|
870
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
871
|
+
"artifactType": "Manifest",
|
|
872
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
873
|
+
"enum": [
|
|
874
|
+
"AlwaysOverflow",
|
|
875
|
+
"High",
|
|
876
|
+
"Low",
|
|
877
|
+
"NeverOverflow"
|
|
878
|
+
],
|
|
879
|
+
"type": "string"
|
|
880
|
+
}
|
|
740
881
|
}
|
|
741
882
|
},
|
|
883
|
+
"ToolBarActionBase": {
|
|
884
|
+
"type": "object",
|
|
885
|
+
"properties": {
|
|
886
|
+
"enableOnSelect": {
|
|
887
|
+
"$ref": "#/definitions/SelectType",
|
|
888
|
+
"description": "Enables single selection for a bound action.",
|
|
889
|
+
"artifactType": "Manifest"
|
|
890
|
+
},
|
|
891
|
+
"afterExecution": {
|
|
892
|
+
"$ref": "#/definitions/ActionAfterExecutionConfigurationToolBarLR",
|
|
893
|
+
"description": "Settings that control the behavior after creating a new entry.",
|
|
894
|
+
"artifactType": "Manifest"
|
|
895
|
+
}
|
|
896
|
+
},
|
|
897
|
+
"additionalProperties": false
|
|
898
|
+
},
|
|
742
899
|
"CustomTableAction": {
|
|
743
900
|
"type": "object",
|
|
744
901
|
"properties": {
|
|
@@ -794,6 +951,18 @@
|
|
|
794
951
|
],
|
|
795
952
|
"description": "Defines if the action is enabled. The default value is true.",
|
|
796
953
|
"artifactType": "Manifest"
|
|
954
|
+
},
|
|
955
|
+
"priority": {
|
|
956
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
957
|
+
"artifactType": "Manifest",
|
|
958
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
959
|
+
"enum": [
|
|
960
|
+
"AlwaysOverflow",
|
|
961
|
+
"High",
|
|
962
|
+
"Low",
|
|
963
|
+
"NeverOverflow"
|
|
964
|
+
],
|
|
965
|
+
"type": "string"
|
|
797
966
|
}
|
|
798
967
|
},
|
|
799
968
|
"additionalProperties": false,
|
|
@@ -1139,6 +1308,17 @@
|
|
|
1139
1308
|
"$ref": "#/definitions/AnalyticalConfiguration",
|
|
1140
1309
|
"artifactType": "Manifest"
|
|
1141
1310
|
},
|
|
1311
|
+
"popinLayout": {
|
|
1312
|
+
"description": "Defines the layout options of the table popins. A popin layout defined at the table level takes precedence over a popin layout defined at the application level.",
|
|
1313
|
+
"descriptionSrcURL": "https://help.sap.com/docs/SAPUI5/b1cda5dc7a7644eb886bc6ac04c0b438/7f844f1021cd4791b8f7408eac7c1cec.html",
|
|
1314
|
+
"enum": [
|
|
1315
|
+
"Block",
|
|
1316
|
+
"GridLarge",
|
|
1317
|
+
"GridSmall"
|
|
1318
|
+
],
|
|
1319
|
+
"type": "string",
|
|
1320
|
+
"artifactType": "Manifest"
|
|
1321
|
+
},
|
|
1142
1322
|
"type": {
|
|
1143
1323
|
"$ref": "#/definitions/TableTypeV4",
|
|
1144
1324
|
"description": "Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.",
|
|
@@ -1356,6 +1536,17 @@
|
|
|
1356
1536
|
"$ref": "#/definitions/ViewAnalyticalConfiguration",
|
|
1357
1537
|
"artifactType": "Manifest"
|
|
1358
1538
|
},
|
|
1539
|
+
"popinLayout": {
|
|
1540
|
+
"description": "Defines the layout options of the table popins. A popin layout defined at the table level takes precedence over a popin layout defined at the application level.",
|
|
1541
|
+
"descriptionSrcURL": "https://help.sap.com/docs/SAPUI5/b1cda5dc7a7644eb886bc6ac04c0b438/7f844f1021cd4791b8f7408eac7c1cec.html",
|
|
1542
|
+
"enum": [
|
|
1543
|
+
"Block",
|
|
1544
|
+
"GridLarge",
|
|
1545
|
+
"GridSmall"
|
|
1546
|
+
],
|
|
1547
|
+
"type": "string",
|
|
1548
|
+
"artifactType": "Manifest"
|
|
1549
|
+
},
|
|
1359
1550
|
"type": {
|
|
1360
1551
|
"$ref": "#/definitions/TableTypeV4",
|
|
1361
1552
|
"description": "Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.",
|
|
@@ -134,6 +134,18 @@
|
|
|
134
134
|
],
|
|
135
135
|
"description": "Defines if the action is enabled. The default value is true.",
|
|
136
136
|
"artifactType": "Manifest"
|
|
137
|
+
},
|
|
138
|
+
"priority": {
|
|
139
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
140
|
+
"artifactType": "Manifest",
|
|
141
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
142
|
+
"enum": [
|
|
143
|
+
"AlwaysOverflow",
|
|
144
|
+
"High",
|
|
145
|
+
"Low",
|
|
146
|
+
"NeverOverflow"
|
|
147
|
+
],
|
|
148
|
+
"type": "string"
|
|
137
149
|
}
|
|
138
150
|
},
|
|
139
151
|
"additionalProperties": false,
|
|
@@ -175,6 +187,18 @@
|
|
|
175
187
|
"$ref": "#/definitions/ActionAfterExecutionConfigurationObjectPageHeader",
|
|
176
188
|
"description": "Settings that control the behavior after creating a new entry.",
|
|
177
189
|
"artifactType": "Manifest"
|
|
190
|
+
},
|
|
191
|
+
"priority": {
|
|
192
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
193
|
+
"artifactType": "Manifest",
|
|
194
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
195
|
+
"enum": [
|
|
196
|
+
"AlwaysOverflow",
|
|
197
|
+
"High",
|
|
198
|
+
"Low",
|
|
199
|
+
"NeverOverflow"
|
|
200
|
+
],
|
|
201
|
+
"type": "string"
|
|
178
202
|
}
|
|
179
203
|
},
|
|
180
204
|
"additionalProperties": false
|
|
@@ -263,9 +287,50 @@
|
|
|
263
287
|
"ObjectPageHeaderActionGroup": {
|
|
264
288
|
"type": "object",
|
|
265
289
|
"additionalProperties": {
|
|
266
|
-
"
|
|
290
|
+
"anyOf": [
|
|
291
|
+
{
|
|
292
|
+
"$ref": "#/definitions/ObjectPageHeaderActionBase"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"enum": [
|
|
296
|
+
"AlwaysOverflow",
|
|
297
|
+
"High",
|
|
298
|
+
"Low",
|
|
299
|
+
"NeverOverflow"
|
|
300
|
+
],
|
|
301
|
+
"type": "string"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"type": "number"
|
|
305
|
+
}
|
|
306
|
+
]
|
|
307
|
+
},
|
|
308
|
+
"properties": {
|
|
309
|
+
"priority": {
|
|
310
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
311
|
+
"artifactType": "Manifest",
|
|
312
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
313
|
+
"enum": [
|
|
314
|
+
"AlwaysOverflow",
|
|
315
|
+
"High",
|
|
316
|
+
"Low",
|
|
317
|
+
"NeverOverflow"
|
|
318
|
+
],
|
|
319
|
+
"type": "string"
|
|
320
|
+
}
|
|
267
321
|
}
|
|
268
322
|
},
|
|
323
|
+
"ObjectPageHeaderActionBase": {
|
|
324
|
+
"type": "object",
|
|
325
|
+
"properties": {
|
|
326
|
+
"afterExecution": {
|
|
327
|
+
"$ref": "#/definitions/ActionAfterExecutionConfigurationObjectPageHeader",
|
|
328
|
+
"description": "Settings that control the behavior after creating a new entry.",
|
|
329
|
+
"artifactType": "Manifest"
|
|
330
|
+
}
|
|
331
|
+
},
|
|
332
|
+
"additionalProperties": false
|
|
333
|
+
},
|
|
269
334
|
"HeaderSections": {
|
|
270
335
|
"description": "Header Sections",
|
|
271
336
|
"isViewNode": true,
|
|
@@ -776,6 +841,18 @@
|
|
|
776
841
|
"$ref": "#/definitions/SelectType",
|
|
777
842
|
"description": "Enables single selection for a bound action.",
|
|
778
843
|
"artifactType": "Manifest"
|
|
844
|
+
},
|
|
845
|
+
"priority": {
|
|
846
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
847
|
+
"artifactType": "Manifest",
|
|
848
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
849
|
+
"enum": [
|
|
850
|
+
"AlwaysOverflow",
|
|
851
|
+
"High",
|
|
852
|
+
"Low",
|
|
853
|
+
"NeverOverflow"
|
|
854
|
+
],
|
|
855
|
+
"type": "string"
|
|
779
856
|
}
|
|
780
857
|
},
|
|
781
858
|
"additionalProperties": false
|
|
@@ -846,6 +923,18 @@
|
|
|
846
923
|
],
|
|
847
924
|
"description": "Defines if the action is enabled. The default value is true.",
|
|
848
925
|
"artifactType": "Manifest"
|
|
926
|
+
},
|
|
927
|
+
"priority": {
|
|
928
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
929
|
+
"artifactType": "Manifest",
|
|
930
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
931
|
+
"enum": [
|
|
932
|
+
"AlwaysOverflow",
|
|
933
|
+
"High",
|
|
934
|
+
"Low",
|
|
935
|
+
"NeverOverflow"
|
|
936
|
+
],
|
|
937
|
+
"type": "string"
|
|
849
938
|
}
|
|
850
939
|
},
|
|
851
940
|
"additionalProperties": false,
|
|
@@ -876,9 +965,50 @@
|
|
|
876
965
|
"ObjectPageToolBarActionGroup": {
|
|
877
966
|
"type": "object",
|
|
878
967
|
"additionalProperties": {
|
|
879
|
-
"
|
|
968
|
+
"anyOf": [
|
|
969
|
+
{
|
|
970
|
+
"$ref": "#/definitions/ObjectPageToolBarActionBase"
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"enum": [
|
|
974
|
+
"AlwaysOverflow",
|
|
975
|
+
"High",
|
|
976
|
+
"Low",
|
|
977
|
+
"NeverOverflow"
|
|
978
|
+
],
|
|
979
|
+
"type": "string"
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"type": "number"
|
|
983
|
+
}
|
|
984
|
+
]
|
|
985
|
+
},
|
|
986
|
+
"properties": {
|
|
987
|
+
"priority": {
|
|
988
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
989
|
+
"artifactType": "Manifest",
|
|
990
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
991
|
+
"enum": [
|
|
992
|
+
"AlwaysOverflow",
|
|
993
|
+
"High",
|
|
994
|
+
"Low",
|
|
995
|
+
"NeverOverflow"
|
|
996
|
+
],
|
|
997
|
+
"type": "string"
|
|
998
|
+
}
|
|
880
999
|
}
|
|
881
1000
|
},
|
|
1001
|
+
"ObjectPageToolBarActionBase": {
|
|
1002
|
+
"type": "object",
|
|
1003
|
+
"properties": {
|
|
1004
|
+
"enableOnSelect": {
|
|
1005
|
+
"$ref": "#/definitions/SelectType",
|
|
1006
|
+
"description": "Enables single selection for a bound action.",
|
|
1007
|
+
"artifactType": "Manifest"
|
|
1008
|
+
}
|
|
1009
|
+
},
|
|
1010
|
+
"additionalProperties": false
|
|
1011
|
+
},
|
|
882
1012
|
"PersonalizationTypeOP": {
|
|
883
1013
|
"type": "object",
|
|
884
1014
|
"properties": {
|
|
@@ -1413,6 +1543,17 @@
|
|
|
1413
1543
|
}
|
|
1414
1544
|
]
|
|
1415
1545
|
},
|
|
1546
|
+
"popinLayout": {
|
|
1547
|
+
"description": "Defines the layout options of the table popins. A popin layout defined at the table level takes precedence over a popin layout defined at the application level.",
|
|
1548
|
+
"descriptionSrcURL": "https://help.sap.com/docs/SAPUI5/b1cda5dc7a7644eb886bc6ac04c0b438/7f844f1021cd4791b8f7408eac7c1cec.html",
|
|
1549
|
+
"enum": [
|
|
1550
|
+
"Block",
|
|
1551
|
+
"GridLarge",
|
|
1552
|
+
"GridSmall"
|
|
1553
|
+
],
|
|
1554
|
+
"type": "string",
|
|
1555
|
+
"artifactType": "Manifest"
|
|
1556
|
+
},
|
|
1416
1557
|
"enableFullScreen": {
|
|
1417
1558
|
"description": "Enables full screen mode for this table. This adds a button to the table toolbar which opens the table in a full screen dialog.",
|
|
1418
1559
|
"type": "boolean",
|
|
@@ -1941,6 +2082,18 @@
|
|
|
1941
2082
|
],
|
|
1942
2083
|
"description": "Defines if the action is enabled. The default value is true.",
|
|
1943
2084
|
"artifactType": "Manifest"
|
|
2085
|
+
},
|
|
2086
|
+
"priority": {
|
|
2087
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
2088
|
+
"artifactType": "Manifest",
|
|
2089
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
2090
|
+
"enum": [
|
|
2091
|
+
"AlwaysOverflow",
|
|
2092
|
+
"High",
|
|
2093
|
+
"Low",
|
|
2094
|
+
"NeverOverflow"
|
|
2095
|
+
],
|
|
2096
|
+
"type": "string"
|
|
1944
2097
|
}
|
|
1945
2098
|
},
|
|
1946
2099
|
"additionalProperties": false,
|
|
@@ -1956,6 +2109,18 @@
|
|
|
1956
2109
|
"$ref": "#/definitions/ActionAfterExecutionConfigurationForm",
|
|
1957
2110
|
"description": "Settings that control the behavior after creating a new entry.",
|
|
1958
2111
|
"artifactType": "Manifest"
|
|
2112
|
+
},
|
|
2113
|
+
"priority": {
|
|
2114
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
2115
|
+
"artifactType": "Manifest",
|
|
2116
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
2117
|
+
"enum": [
|
|
2118
|
+
"AlwaysOverflow",
|
|
2119
|
+
"High",
|
|
2120
|
+
"Low",
|
|
2121
|
+
"NeverOverflow"
|
|
2122
|
+
],
|
|
2123
|
+
"type": "string"
|
|
1959
2124
|
}
|
|
1960
2125
|
},
|
|
1961
2126
|
"additionalProperties": false
|
|
@@ -1980,9 +2145,50 @@
|
|
|
1980
2145
|
"ObjectPageFormActionGroup": {
|
|
1981
2146
|
"type": "object",
|
|
1982
2147
|
"additionalProperties": {
|
|
1983
|
-
"
|
|
2148
|
+
"anyOf": [
|
|
2149
|
+
{
|
|
2150
|
+
"$ref": "#/definitions/FormActionBase"
|
|
2151
|
+
},
|
|
2152
|
+
{
|
|
2153
|
+
"enum": [
|
|
2154
|
+
"AlwaysOverflow",
|
|
2155
|
+
"High",
|
|
2156
|
+
"Low",
|
|
2157
|
+
"NeverOverflow"
|
|
2158
|
+
],
|
|
2159
|
+
"type": "string"
|
|
2160
|
+
},
|
|
2161
|
+
{
|
|
2162
|
+
"type": "number"
|
|
2163
|
+
}
|
|
2164
|
+
]
|
|
2165
|
+
},
|
|
2166
|
+
"properties": {
|
|
2167
|
+
"priority": {
|
|
2168
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
2169
|
+
"artifactType": "Manifest",
|
|
2170
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
2171
|
+
"enum": [
|
|
2172
|
+
"AlwaysOverflow",
|
|
2173
|
+
"High",
|
|
2174
|
+
"Low",
|
|
2175
|
+
"NeverOverflow"
|
|
2176
|
+
],
|
|
2177
|
+
"type": "string"
|
|
2178
|
+
}
|
|
1984
2179
|
}
|
|
1985
2180
|
},
|
|
2181
|
+
"FormActionBase": {
|
|
2182
|
+
"type": "object",
|
|
2183
|
+
"properties": {
|
|
2184
|
+
"afterExecution": {
|
|
2185
|
+
"$ref": "#/definitions/ActionAfterExecutionConfigurationForm",
|
|
2186
|
+
"description": "Settings that control the behavior after creating a new entry.",
|
|
2187
|
+
"artifactType": "Manifest"
|
|
2188
|
+
}
|
|
2189
|
+
},
|
|
2190
|
+
"additionalProperties": false
|
|
2191
|
+
},
|
|
1986
2192
|
"ObjectPageSectionDataPoint": {
|
|
1987
2193
|
"type": "object",
|
|
1988
2194
|
"properties": {
|
|
@@ -2241,6 +2447,18 @@
|
|
|
2241
2447
|
],
|
|
2242
2448
|
"description": "Defines if the action is enabled. The default value is true.",
|
|
2243
2449
|
"artifactType": "Manifest"
|
|
2450
|
+
},
|
|
2451
|
+
"priority": {
|
|
2452
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
2453
|
+
"artifactType": "Manifest",
|
|
2454
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
2455
|
+
"enum": [
|
|
2456
|
+
"AlwaysOverflow",
|
|
2457
|
+
"High",
|
|
2458
|
+
"Low",
|
|
2459
|
+
"NeverOverflow"
|
|
2460
|
+
],
|
|
2461
|
+
"type": "string"
|
|
2244
2462
|
}
|
|
2245
2463
|
},
|
|
2246
2464
|
"additionalProperties": false,
|
|
@@ -2346,6 +2564,18 @@
|
|
|
2346
2564
|
],
|
|
2347
2565
|
"description": "Defines if the action is enabled. The default value is true.",
|
|
2348
2566
|
"artifactType": "Manifest"
|
|
2567
|
+
},
|
|
2568
|
+
"priority": {
|
|
2569
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
2570
|
+
"artifactType": "Manifest",
|
|
2571
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
2572
|
+
"enum": [
|
|
2573
|
+
"AlwaysOverflow",
|
|
2574
|
+
"High",
|
|
2575
|
+
"Low",
|
|
2576
|
+
"NeverOverflow"
|
|
2577
|
+
],
|
|
2578
|
+
"type": "string"
|
|
2349
2579
|
}
|
|
2350
2580
|
},
|
|
2351
2581
|
"additionalProperties": false,
|
|
@@ -2380,6 +2610,18 @@
|
|
|
2380
2610
|
"$ref": "#/definitions/ActionAfterExecutionConfigurationFooter",
|
|
2381
2611
|
"description": "Settings that control the behavior after creating a new entry.",
|
|
2382
2612
|
"artifactType": "Manifest"
|
|
2613
|
+
},
|
|
2614
|
+
"priority": {
|
|
2615
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
2616
|
+
"artifactType": "Manifest",
|
|
2617
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
2618
|
+
"enum": [
|
|
2619
|
+
"AlwaysOverflow",
|
|
2620
|
+
"High",
|
|
2621
|
+
"Low",
|
|
2622
|
+
"NeverOverflow"
|
|
2623
|
+
],
|
|
2624
|
+
"type": "string"
|
|
2383
2625
|
}
|
|
2384
2626
|
},
|
|
2385
2627
|
"additionalProperties": false
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/ux-specification",
|
|
3
|
-
"version": "1.139.
|
|
3
|
+
"version": "1.139.5",
|
|
4
4
|
"displayName": "SAP Fiori tools - Specification",
|
|
5
5
|
"description": "SAP Fiori tools - Specification",
|
|
6
6
|
"files": [
|
|
@@ -49,14 +49,14 @@
|
|
|
49
49
|
"publisher": "SAPSE",
|
|
50
50
|
"license": "SEE LICENSE IN LICENSE",
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@sap-ux/fe-fpm-writer": "0.
|
|
52
|
+
"@sap-ux/fe-fpm-writer": "0.40.2",
|
|
53
53
|
"@sap-ux/vocabularies-types": "0.13.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@sap-ux/annotation-converter": "0.10.9",
|
|
57
57
|
"@sap-ux/edmx-parser": "0.9.6",
|
|
58
|
-
"@sap-ux/project-access": "1.
|
|
59
|
-
"@sap/ux-specification-types": "1.139.
|
|
58
|
+
"@sap-ux/project-access": "1.33.0",
|
|
59
|
+
"@sap/ux-specification-types": "1.139.5",
|
|
60
60
|
"@sapui5/types": "latest-1.139",
|
|
61
61
|
"@types/d3": "7.4.3",
|
|
62
62
|
"@types/jquery": "3.5.33",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"deepmerge": "4.3.1",
|
|
73
73
|
"ejs": "3.1.10",
|
|
74
74
|
"excel4node": "1.8.2",
|
|
75
|
-
"i18next": "25.
|
|
75
|
+
"i18next": "25.7.3",
|
|
76
76
|
"jquery": "3.7.1",
|
|
77
77
|
"jsdom": "25.0.1",
|
|
78
78
|
"lodash.unset": "4.5.2",
|
|
@@ -2,6 +2,13 @@ import type { SchemaDefinition } from '@sap/ux-specification-types';
|
|
|
2
2
|
import type { MacrosAPI } from './types';
|
|
3
3
|
import type { JSONSchema7TypeName } from 'json-schema';
|
|
4
4
|
export declare const UI5_TO_JSON_SCHEMA_TYPE_MAP: Map<string, JSONSchema7TypeName>;
|
|
5
|
+
/**
|
|
6
|
+
* Semantic classification patterns for properties
|
|
7
|
+
* Used to determine if a property should be visible (isViewNode = true/false)
|
|
8
|
+
*/
|
|
9
|
+
export declare const PROPERTY_SEMANTICS: {
|
|
10
|
+
AGGREGATIONS: RegExp[];
|
|
11
|
+
};
|
|
5
12
|
/**
|
|
6
13
|
* Method generates generic schema for passed "sap.fe.macros" api.
|
|
7
14
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../scripts/macros/schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAGpE,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../scripts/macros/schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAGpE,OAAO,KAAK,EACR,SAAS,EAOZ,MAAM,SAAS,CAAC;AAGjB,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAGvD,eAAO,MAAM,2BAA2B,EAAE,GAAG,CAAC,MAAM,EAAE,mBAAmB,CAAgC,CAAC;AAC1G;;;GAGG;AACH,eAAO,MAAM,kBAAkB;;CAE9B,CAAC;AAwSF;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,GAAG,EAAE,SAAS,GAAG,gBAAgB,CAkD/D"}
|