@sap/ux-specification 1.136.4 → 1.136.6

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 (109) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist/documentation/runDocu-min.js +2 -2
  3. package/dist/documentation/runDocu-min.js.map +1 -1
  4. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  5. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  6. package/dist/documentation/v2/v2-ListReport.html +2 -2
  7. package/dist/documentation/v2/v2-ListReportNew.html +2 -2
  8. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  9. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  10. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  11. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  12. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  13. package/dist/documentation/v4/v4-ListReport.html +2 -2
  14. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  15. package/dist/index-min.js +156 -156
  16. package/dist/index-min.js.map +4 -4
  17. package/dist/schemas/v4/ApplicationV4.json +8 -0
  18. package/dist/schemas/v4/BuildingBlocksConfig.json +68 -3
  19. package/dist/schemas/v4/ObjectPageConfig.json +247 -53
  20. package/dist/specification/package.json +4 -4
  21. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  22. package/dist/specification/scripts/macros/corrections.js +3 -0
  23. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  24. package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
  25. package/dist/specification/scripts/schema/to-json-schema.js +12 -0
  26. package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
  27. package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
  28. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  29. package/dist/specification/src/sync/common/import/utils.d.ts +9 -7
  30. package/dist/specification/src/sync/common/import/utils.d.ts.map +1 -1
  31. package/dist/specification/src/sync/common/import/utils.js +31 -9
  32. package/dist/specification/src/sync/common/import/utils.js.map +1 -1
  33. package/dist/specification/src/sync/common/utils.d.ts +2 -0
  34. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  35. package/dist/specification/src/sync/common/utils.js +21 -4
  36. package/dist/specification/src/sync/common/utils.js.map +1 -1
  37. package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
  38. package/dist/specification/src/sync/v2/export/export.js +27 -22
  39. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  40. package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.d.ts +3 -5
  41. package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.d.ts.map +1 -1
  42. package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.js +19 -23
  43. package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.js.map +1 -1
  44. package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts +1 -1
  45. package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts.map +1 -1
  46. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +33 -42
  47. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
  48. package/dist/specification/src/sync/v2/generate/utils.js +1 -1
  49. package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
  50. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Action.d.ts.map +1 -1
  51. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Action.js +3 -1
  52. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Action.js.map +1 -1
  53. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.d.ts.map +1 -1
  54. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.js +12 -14
  55. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.js.map +1 -1
  56. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts +2 -2
  57. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts.map +1 -1
  58. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js +9 -15
  59. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js.map +1 -1
  60. package/dist/specification/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
  61. package/dist/specification/src/sync/v2/import/pages/overviewPage.js +13 -8
  62. package/dist/specification/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  63. package/dist/specification/src/sync/v2/utils.d.ts +1 -1
  64. package/dist/specification/src/sync/v2/utils.js +1 -1
  65. package/dist/specification/src/sync/v4/application.d.ts +3 -0
  66. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  67. package/dist/specification/src/sync/v4/application.js +22 -0
  68. package/dist/specification/src/sync/v4/application.js.map +1 -1
  69. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +47 -3
  70. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
  71. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +287 -51
  72. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  73. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +0 -15
  74. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  75. package/dist/specification/src/sync/v4/export/controls/Table.js +0 -32
  76. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  77. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  78. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +4 -2
  79. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  80. package/dist/specification/src/sync/v4/generate/objectPage.d.ts +2 -1
  81. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  82. package/dist/specification/src/sync/v4/generate/objectPage.js +65 -27
  83. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  84. package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  85. package/dist/specification/src/sync/v4/import/pages/objectPage.js +1 -1
  86. package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
  87. package/dist/specification/src/sync/v4/import/utils.d.ts +11 -9
  88. package/dist/specification/src/sync/v4/import/utils.d.ts.map +1 -1
  89. package/dist/specification/src/sync/v4/import/utils.js +53 -9
  90. package/dist/specification/src/sync/v4/import/utils.js.map +1 -1
  91. package/dist/specification/src/sync/v4/utils/utils.d.ts +15 -3
  92. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  93. package/dist/specification/src/sync/v4/utils/utils.js +190 -93
  94. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  95. package/dist/types/src/common/types.d.ts +61 -28
  96. package/dist/types/src/common/types.d.ts.map +1 -1
  97. package/dist/types/src/common/types.js +10 -1
  98. package/dist/types/src/common/types.js.map +1 -1
  99. package/dist/types/src/v4/application.d.ts +7 -0
  100. package/dist/types/src/v4/application.d.ts.map +1 -1
  101. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +240 -16
  102. package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
  103. package/dist/types/src/v4/controls/ObjectPageTable.js +2 -0
  104. package/dist/types/src/v4/controls/ObjectPageTable.js.map +1 -1
  105. package/dist/types/src/v4/controls/Table.d.ts +2 -0
  106. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  107. package/dist/types/src/v4/controls/Table.js +2 -1
  108. package/dist/types/src/v4/controls/Table.js.map +1 -1
  109. package/package.json +4 -4
@@ -92,6 +92,14 @@
92
92
  }
93
93
  ]
94
94
  },
95
+ "defaultCreationMode": {
96
+ "description": "Define the default creation mode that is used for all tables, unless a specific creation mode has been set.",
97
+ "descriptionSrcURL": "https://sapui5.hana.ondemand.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b",
98
+ "enum": [
99
+ "InlineCreationRows"
100
+ ],
101
+ "type": "string"
102
+ },
95
103
  "title": {
96
104
  "description": "Defines the title for the application.",
97
105
  "i18nClassification": "TIT: Title of the application",
@@ -621,7 +621,8 @@
621
621
  "additionalProperties": false,
622
622
  "metadata": {
623
623
  "path": [],
624
- "type": "Control"
624
+ "type": "Control",
625
+ "defaultAggregation": "items"
625
626
  }
626
627
  },
627
628
  "sap.fe.macros.Paginator": {
@@ -1258,7 +1259,7 @@
1258
1259
  "properties": {
1259
1260
  "dateTimePattern": {
1260
1261
  "type": "string",
1261
- "description": "Property for defining a custom pattern for the date, time, or dateTime format. \nIf there is a dateTimePattern defined dateTimeStyle is ignored.\n",
1262
+ "description": "Property for defining a custom pattern for the date, time, or dateTime format. \nIf a dateTimePattern is defined, the dateTimeStyle is ignored.\n",
1262
1263
  "artifactType": "XMLProperty",
1263
1264
  "metadata": {
1264
1265
  "type": "Property"
@@ -1266,7 +1267,7 @@
1266
1267
  },
1267
1268
  "dateTimeStyle": {
1268
1269
  "type": "string",
1269
- "description": "Property for defining the display style for the date, time, or dateTime format. \nIf there is a dateTimePattern defined dateTimeStyle is ignored.\n",
1270
+ "description": "Property for defining the display style for the date, time, or dateTime format. \nIf there is a dateTimePattern defined, dateTimeStyle is ignored.\n",
1270
1271
  "artifactType": "XMLProperty",
1271
1272
  "metadata": {
1272
1273
  "type": "Property"
@@ -1321,6 +1322,18 @@
1321
1322
  "type": "Property"
1322
1323
  }
1323
1324
  },
1325
+ "reactiveAreaMode": {
1326
+ "type": "string",
1327
+ "description": "When the Field is displayed as a clickable element, it defines the size of the reactive area of the clickable element:\n- ReactiveAreaMode.Inline - The link is displayed as part of a sentence.\n- ReactiveAreaMode.Overlay - The link is displayed as an overlay on top of other interactive parts of the page.\nNote: It is designed to make the clickable element easier to activate and helps meet the WCAG 2.2 Target Size requirement. It is applicable only for the SAP Horizon themes. Note: The size of the reactive area is sufficiently large to help users avoid accidentally selecting (clicking or tapping) unintended UI elements. UI elements positioned over other parts of the page may need an invisible active touch area. This ensures that no elements beneath are activated accidentally when the user tries to interact with the overlay element.\n",
1328
+ "artifactType": "XMLProperty",
1329
+ "metadata": {
1330
+ "type": "Property"
1331
+ },
1332
+ "enum": [
1333
+ "Inline",
1334
+ "Overlay"
1335
+ ]
1336
+ },
1324
1337
  "showDate": {
1325
1338
  "type": "boolean",
1326
1339
  "description": "Defines if the date part of a date time with timezone field should be shown. \n\nThe dateTimeOffset field must have a timezone annotation.\nThe default value is true.\n",
@@ -2884,6 +2897,19 @@
2884
2897
  "type": "Property"
2885
2898
  }
2886
2899
  },
2900
+ "popinLayout": {
2901
+ "type": "string",
2902
+ "description": "Defines the layout options of the table popins. Only applies to responsive tables.\nAllowed values are `Block`, `GridLarge`, and `GridSmall`.\n- `Block`: Sets a block layout for rendering the table popins. The elements inside the popin container are rendered one below the other.\n- `GridLarge`: Sets a grid layout for rendering the table popins. The grid width for each table popin is comparatively larger than GridSmall, so this layout allows less content to be rendered in a single popin row.\n- `GridSmall`: Sets a grid layout for rendering the table popins. The grid width for each table popin is small, so this layout allows more content to be rendered in a single popin row.\n",
2903
+ "artifactType": "XMLProperty",
2904
+ "metadata": {
2905
+ "type": "Property"
2906
+ },
2907
+ "enum": [
2908
+ "Block",
2909
+ "GridLarge",
2910
+ "GridSmall"
2911
+ ]
2912
+ },
2887
2913
  "readOnly": {
2888
2914
  "type": "boolean",
2889
2915
  "description": "An expression that allows you to control the 'read-only' state of the table.\nIf you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n",
@@ -3271,6 +3297,19 @@
3271
3297
  "type": "Property"
3272
3298
  }
3273
3299
  },
3300
+ "popinLayout": {
3301
+ "type": "string",
3302
+ "description": "Defines the layout options of the table popins. Only applies to responsive tables.\nAllowed values are `Block`, `GridLarge`, and `GridSmall`.\n- `Block`: Sets a block layout for rendering the table popins. The elements inside the popin container are rendered one below the other.\n- `GridLarge`: Sets a grid layout for rendering the table popins. The grid width for each table popin is comparatively larger than GridSmall, so this layout allows less content to be rendered in a single popin row.\n- `GridSmall`: Sets a grid layout for rendering the table popins. The grid width for each table popin is small, so this layout allows more content to be rendered in a single popin row.\n",
3303
+ "artifactType": "XMLProperty",
3304
+ "metadata": {
3305
+ "type": "Property"
3306
+ },
3307
+ "enum": [
3308
+ "Block",
3309
+ "GridLarge",
3310
+ "GridSmall"
3311
+ ]
3312
+ },
3274
3313
  "readOnly": {
3275
3314
  "type": "boolean",
3276
3315
  "description": "An expression that allows you to control the 'read-only' state of the table.\nIf you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n",
@@ -3760,6 +3799,19 @@
3760
3799
  "type": "Property"
3761
3800
  }
3762
3801
  },
3802
+ "popinLayout": {
3803
+ "type": "string",
3804
+ "description": "Defines the layout options of the table popins. Only applies to responsive tables.\nAllowed values are `Block`, `GridLarge`, and `GridSmall`.\n- `Block`: Sets a block layout for rendering the table popins. The elements inside the popin container are rendered one below the other.\n- `GridLarge`: Sets a grid layout for rendering the table popins. The grid width for each table popin is comparatively larger than GridSmall, so this layout allows less content to be rendered in a single popin row.\n- `GridSmall`: Sets a grid layout for rendering the table popins. The grid width for each table popin is small, so this layout allows more content to be rendered in a single popin row.\n",
3805
+ "artifactType": "XMLProperty",
3806
+ "metadata": {
3807
+ "type": "Property"
3808
+ },
3809
+ "enum": [
3810
+ "Block",
3811
+ "GridLarge",
3812
+ "GridSmall"
3813
+ ]
3814
+ },
3763
3815
  "readOnly": {
3764
3816
  "type": "boolean",
3765
3817
  "description": "An expression that allows you to control the 'read-only' state of the table.\nIf you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n",
@@ -4178,6 +4230,19 @@
4178
4230
  "type": "Property"
4179
4231
  }
4180
4232
  },
4233
+ "popinLayout": {
4234
+ "type": "string",
4235
+ "description": "Defines the layout options of the table popins. Only applies to responsive tables.\nAllowed values are `Block`, `GridLarge`, and `GridSmall`.\n- `Block`: Sets a block layout for rendering the table popins. The elements inside the popin container are rendered one below the other.\n- `GridLarge`: Sets a grid layout for rendering the table popins. The grid width for each table popin is comparatively larger than GridSmall, so this layout allows less content to be rendered in a single popin row.\n- `GridSmall`: Sets a grid layout for rendering the table popins. The grid width for each table popin is small, so this layout allows more content to be rendered in a single popin row.\n",
4236
+ "artifactType": "XMLProperty",
4237
+ "metadata": {
4238
+ "type": "Property"
4239
+ },
4240
+ "enum": [
4241
+ "Block",
4242
+ "GridLarge",
4243
+ "GridSmall"
4244
+ ]
4245
+ },
4181
4246
  "readOnly": {
4182
4247
  "type": "boolean",
4183
4248
  "description": "An expression that allows you to control the 'read-only' state of the table.\nIf you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n",
@@ -609,14 +609,9 @@
609
609
  "$ref": "#/definitions/ObjectPageToolBar",
610
610
  "description": "Tool Bar"
611
611
  },
612
- "creationMode": {
613
- "$ref": "#/definitions/TableCreationModeOP",
614
- "description": "Defines the page behavior when a new record is created.",
615
- "artifactType": "Manifest"
616
- },
617
612
  "personalization": {
618
613
  "$ref": "#/definitions/PersonalizationTypeOP",
619
- "description": "Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties \"Column\", \"Sort\" and \"Filter\" accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
614
+ "description": "Defines the personalization mode which is only effective if the variant management on the page is set to `Page` or `Control`.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties 'Column', 'Sort' and 'Filter' accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
620
615
  "artifactType": "Manifest"
621
616
  },
622
617
  "quickVariantSelection": {
@@ -864,35 +859,6 @@
864
859
  "$ref": "#/definitions/ObjectPageToolBarAction"
865
860
  }
866
861
  },
867
- "TableCreationModeOP": {
868
- "type": "object",
869
- "properties": {
870
- "name": {
871
- "$ref": "#/definitions/TableCreationModeType",
872
- "description": "The name property of TableCreationMode defines the creation mode; possible values are:\n- NewPage: The create action leads to a new page.\n- InlineCreationRows: No create button will be rendered, an empty row is directly given.\n- Inline: The create action leads to a new row at the table (not recommended, use InlineCreationRows instead).\nThe default is \"NewPage\".",
873
- "artifactType": "Manifest"
874
- },
875
- "createAtEnd": {
876
- "description": "In case of inline creation mode you can decide if the new row will be created at the end of the table, or direcly after the currently selected table. The default value is \"true\".",
877
- "type": "boolean",
878
- "artifactType": "Manifest"
879
- },
880
- "inlineCreationRowsHiddenInEditMode": {
881
- "description": "Supported starting SAPUI5 version 1.111.0, If set to 'true', the empty rows will be hidden when editing an existing object. Selecting the table's Create button will display the empty rows. The default value is \"true\".",
882
- "type": "boolean",
883
- "artifactType": "Manifest"
884
- }
885
- },
886
- "additionalProperties": false
887
- },
888
- "TableCreationModeType": {
889
- "enum": [
890
- "Inline",
891
- "InlineCreationRows",
892
- "NewPage"
893
- ],
894
- "type": "string"
895
- },
896
862
  "PersonalizationTypeOP": {
897
863
  "type": "object",
898
864
  "properties": {
@@ -1139,6 +1105,26 @@
1139
1105
  "const": "GridTable",
1140
1106
  "artifactType": "Manifest"
1141
1107
  },
1108
+ "creationMode": {
1109
+ "description": "Defines the page behavior when a new record is created.",
1110
+ "anyOf": [
1111
+ {
1112
+ "$ref": "#/definitions/TableCreationModeInlineOPTable"
1113
+ },
1114
+ {
1115
+ "$ref": "#/definitions/TableCreationModeInlineCreationsRowsOPGridTable"
1116
+ },
1117
+ {
1118
+ "$ref": "#/definitions/TableCreationModeNewPageOPTable"
1119
+ },
1120
+ {
1121
+ "$ref": "#/definitions/TableCreationModeCreationDialogOPTable"
1122
+ },
1123
+ {
1124
+ "$ref": "#/definitions/TableCreationModeExternalOPTable"
1125
+ }
1126
+ ]
1127
+ },
1142
1128
  "enableFullScreen": {
1143
1129
  "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.",
1144
1130
  "type": "boolean",
@@ -1153,14 +1139,9 @@
1153
1139
  "$ref": "#/definitions/ObjectPageToolBar",
1154
1140
  "description": "Tool Bar"
1155
1141
  },
1156
- "creationMode": {
1157
- "$ref": "#/definitions/TableCreationModeOP",
1158
- "description": "Defines the page behavior when a new record is created.",
1159
- "artifactType": "Manifest"
1160
- },
1161
1142
  "personalization": {
1162
1143
  "$ref": "#/definitions/PersonalizationTypeOP",
1163
- "description": "Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties \"Column\", \"Sort\" and \"Filter\" accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
1144
+ "description": "Defines the personalization mode which is only effective if the variant management on the page is set to `Page` or `Control`.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties 'Column', 'Sort' and 'Filter' accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
1164
1145
  "artifactType": "Manifest"
1165
1146
  },
1166
1147
  "quickVariantSelection": {
@@ -1264,6 +1245,95 @@
1264
1245
  },
1265
1246
  "additionalProperties": false
1266
1247
  },
1248
+ "TableCreationModeInlineOPTable": {
1249
+ "description": "Inline creation mode",
1250
+ "controlProperty": "name",
1251
+ "type": "object",
1252
+ "properties": {
1253
+ "name": {
1254
+ "description": "Defines the creation mode to be used by the table.\nAllowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External' or 'CreationDialog'.\n\n- NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.\n- Inline: The creation is performed inline\n- InlineCreationsRows: The creation is performed inline with an empty row\n- External: The creation is performed in a different application which is specified using the `outbound` parameter\n- CreationDialog: The creation is done in the table, with a dialog allowing to specify some initial property values (the properties are listed in 'creationFields').\n\nIf the 'name' property is not set:\nIf 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.",
1255
+ "type": "string",
1256
+ "const": "Inline",
1257
+ "artifactType": "Manifest"
1258
+ },
1259
+ "createAtEnd": {
1260
+ "description": "Specifies if the new entry should be created at the top or bottom of a table when `creationMode` is set to `Inline`.\nThe default value is `false`.",
1261
+ "type": "boolean",
1262
+ "artifactType": "Manifest"
1263
+ }
1264
+ },
1265
+ "additionalProperties": false
1266
+ },
1267
+ "TableCreationModeInlineCreationsRowsOPGridTable": {
1268
+ "description": "InlineCreationsRows creation mode for the grid table",
1269
+ "controlProperty": "name",
1270
+ "type": "object",
1271
+ "properties": {
1272
+ "name": {
1273
+ "description": "Defines the creation mode to be used by the table.\nAllowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External' or 'CreationDialog'.\n\n- NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.\n- Inline: The creation is performed inline\n- InlineCreationsRows: The creation is performed inline with an empty row\n- External: The creation is performed in a different application which is specified using the `outbound` parameter.\n- CreationDialog: The creation is done in the table, with a dialog allowing to specify some initial property values (the properties are listed in 'creationFields').\n\nIf the 'name' property is not set:\nIf 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.",
1274
+ "type": "string",
1275
+ "const": "InlineCreationRows",
1276
+ "artifactType": "Manifest"
1277
+ }
1278
+ },
1279
+ "additionalProperties": false
1280
+ },
1281
+ "TableCreationModeNewPageOPTable": {
1282
+ "description": "NewPage creation mode",
1283
+ "defaultControlProperty": true,
1284
+ "controlProperty": "name",
1285
+ "type": "object",
1286
+ "properties": {
1287
+ "name": {
1288
+ "description": "Defines the creation mode to be used by the table.\nAllowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External' or 'CreationDialog'.\n\n- NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.\n- Inline: The creation is performed inline\n- InlineCreationsRows: The creation is performed inline with an empty row\n- External: The creation is performed in a different application which is specified using the `outbound` parameter.\n- CreationDialog: The creation is done in the table, with a dialog allowing to specify some initial property values (the properties are listed in 'creationFields').\n\nIf the 'name' property is not set:\nIf 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.",
1289
+ "type": "string",
1290
+ "const": "NewPage",
1291
+ "artifactType": "Manifest"
1292
+ }
1293
+ },
1294
+ "additionalProperties": false
1295
+ },
1296
+ "TableCreationModeCreationDialogOPTable": {
1297
+ "description": "CreationDialog creation mode",
1298
+ "controlProperty": "name",
1299
+ "type": "object",
1300
+ "properties": {
1301
+ "name": {
1302
+ "description": "Defines the creation mode to be used by the table.\nAllowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External', or 'CreationDialog'.\n\n- NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.\n- Inline: The creation is performed inline\n- InlineCreationsRows: The creation is performed inline with an empty row\n- External: The creation is performed in a different application which is specified using the `outbound` parameter.\n- CreationDialog: The creation is done in the table, with a dialog allowing to specify some initial property values (the properties are listed in 'creationFields').\n\nIf the 'name' property is not set:\nIf 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.",
1303
+ "type": "string",
1304
+ "const": "CreationDialog",
1305
+ "artifactType": "Manifest"
1306
+ },
1307
+ "creationFields": {
1308
+ "description": "Defines the list of properties that will be displayed in the creation dialog, when the creation mode is set to 'CreationDialog'.\nThe value is a comma-separated list of property names.",
1309
+ "type": "array",
1310
+ "items": {
1311
+ "type": "string"
1312
+ },
1313
+ "artifactType": "Manifest"
1314
+ }
1315
+ },
1316
+ "additionalProperties": false
1317
+ },
1318
+ "TableCreationModeExternalOPTable": {
1319
+ "description": "External creation mode",
1320
+ "controlProperty": "name",
1321
+ "type": "object",
1322
+ "properties": {
1323
+ "name": {
1324
+ "description": "Defines the creation mode to be used by the table.\nAllowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External', or 'CreationDialog'.\n\n- NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.\n- Inline: The creation is performed inline\n- InlineCreationsRows: The creation is performed inline with an empty row\n- External: The creation is performed in a different application which is specified using the `outbound` parameter.\n- CreationDialog: The creation is done in the table, with a dialog allowing to specify some initial property values (the properties are listed in 'creationFields').\n\nIf the 'name' property is not set:\nIf 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.",
1325
+ "type": "string",
1326
+ "const": "External",
1327
+ "artifactType": "Manifest"
1328
+ },
1329
+ "outbound": {
1330
+ "description": "The navigation target where the document is created when `creationMode` is set to `External`.",
1331
+ "type": "string",
1332
+ "artifactType": "Manifest"
1333
+ }
1334
+ },
1335
+ "additionalProperties": false
1336
+ },
1267
1337
  "ObjectPageResponsiveTableV4": {
1268
1338
  "description": "Table",
1269
1339
  "isViewNode": true,
@@ -1277,6 +1347,26 @@
1277
1347
  "const": "ResponsiveTable",
1278
1348
  "artifactType": "Manifest"
1279
1349
  },
1350
+ "creationMode": {
1351
+ "description": "Defines the page behavior when a new record is created.",
1352
+ "anyOf": [
1353
+ {
1354
+ "$ref": "#/definitions/TableCreationModeInlineOPTable"
1355
+ },
1356
+ {
1357
+ "$ref": "#/definitions/TableCreationModeNewPageOPTable"
1358
+ },
1359
+ {
1360
+ "$ref": "#/definitions/TableCreationModeCreationDialogOPTable"
1361
+ },
1362
+ {
1363
+ "$ref": "#/definitions/TableCreationModeExternalOPTable"
1364
+ },
1365
+ {
1366
+ "$ref": "#/definitions/TableCreationModeInlineCreationsRowsOPResponsiveTable"
1367
+ }
1368
+ ]
1369
+ },
1280
1370
  "enableFullScreen": {
1281
1371
  "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.",
1282
1372
  "type": "boolean",
@@ -1291,14 +1381,9 @@
1291
1381
  "$ref": "#/definitions/ObjectPageToolBar",
1292
1382
  "description": "Tool Bar"
1293
1383
  },
1294
- "creationMode": {
1295
- "$ref": "#/definitions/TableCreationModeOP",
1296
- "description": "Defines the page behavior when a new record is created.",
1297
- "artifactType": "Manifest"
1298
- },
1299
1384
  "personalization": {
1300
1385
  "$ref": "#/definitions/PersonalizationTypeOP",
1301
- "description": "Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties \"Column\", \"Sort\" and \"Filter\" accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
1386
+ "description": "Defines the personalization mode which is only effective if the variant management on the page is set to `Page` or `Control`.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties 'Column', 'Sort' and 'Filter' accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
1302
1387
  "artifactType": "Manifest"
1303
1388
  },
1304
1389
  "quickVariantSelection": {
@@ -1391,6 +1476,25 @@
1391
1476
  },
1392
1477
  "additionalProperties": false
1393
1478
  },
1479
+ "TableCreationModeInlineCreationsRowsOPResponsiveTable": {
1480
+ "description": "InlineCreationsRows creation mode for the responsive table",
1481
+ "controlProperty": "name",
1482
+ "type": "object",
1483
+ "properties": {
1484
+ "name": {
1485
+ "description": "Defines the creation mode to be used by the table.\nAllowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External' or 'CreationDialog'.\n\n- NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.\n- Inline: The creation is performed inline\n- InlineCreationsRows: The creation is performed inline with an empty row\n- External: The creation is performed in a different application which is specified using the `outbound` parameter.\n- CreationDialog: The creation is done in the table, with a dialog allowing to specify some initial property values (the properties are listed in 'creationFields').\n\nIf the 'name' property is not set:\nIf 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.",
1486
+ "type": "string",
1487
+ "const": "InlineCreationRows",
1488
+ "artifactType": "Manifest"
1489
+ },
1490
+ "inlineCreationRowsHiddenInEditMode": {
1491
+ "description": "Specifies if the new entry should be hidden when `creationMode` is set to `InlineCreationRows`. This only applies to responsive tables.\nThe default value is `false`.",
1492
+ "type": "boolean",
1493
+ "artifactType": "Manifest"
1494
+ }
1495
+ },
1496
+ "additionalProperties": false
1497
+ },
1394
1498
  "ObjectPageTreeTableV4": {
1395
1499
  "description": "Table",
1396
1500
  "isViewNode": true,
@@ -1403,6 +1507,20 @@
1403
1507
  "const": "TreeTable",
1404
1508
  "artifactType": "Manifest"
1405
1509
  },
1510
+ "creationMode": {
1511
+ "description": "Defines the page behavior when a new record is created.",
1512
+ "anyOf": [
1513
+ {
1514
+ "$ref": "#/definitions/TableCreationModeNewPageOPTreeTable"
1515
+ },
1516
+ {
1517
+ "$ref": "#/definitions/TableCreationModeInlineOPTreeTable"
1518
+ },
1519
+ {
1520
+ "$ref": "#/definitions/TableCreationModeCreationDialogOPTreeTable"
1521
+ }
1522
+ ]
1523
+ },
1406
1524
  "enableFullScreen": {
1407
1525
  "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.",
1408
1526
  "type": "boolean",
@@ -1417,14 +1535,9 @@
1417
1535
  "$ref": "#/definitions/ObjectPageToolBar",
1418
1536
  "description": "Tool Bar"
1419
1537
  },
1420
- "creationMode": {
1421
- "$ref": "#/definitions/TableCreationModeOP",
1422
- "description": "Defines the page behavior when a new record is created.",
1423
- "artifactType": "Manifest"
1424
- },
1425
1538
  "personalization": {
1426
1539
  "$ref": "#/definitions/PersonalizationTypeOP",
1427
- "description": "Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties \"Column\", \"Sort\" and \"Filter\" accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
1540
+ "description": "Defines the personalization mode which is only effective if the variant management on the page is set to `Page` or `Control`.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties 'Column', 'Sort' and 'Filter' accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
1428
1541
  "artifactType": "Manifest"
1429
1542
  },
1430
1543
  "quickVariantSelection": {
@@ -1528,6 +1641,87 @@
1528
1641
  },
1529
1642
  "additionalProperties": false
1530
1643
  },
1644
+ "TableCreationModeNewPageOPTreeTable": {
1645
+ "description": "NewPage creation mode for TreeTable",
1646
+ "defaultControlProperty": true,
1647
+ "controlProperty": "name",
1648
+ "type": "object",
1649
+ "properties": {
1650
+ "name": {
1651
+ "description": "Defines the creation mode to be used by the tree table.\nAllowed values are 'NewPage', 'Inline', or 'CreationDialog'.\n\n- NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.\n- Inline: The creation is performed inline.\n- CreationDialog: The creation is performed in a table. There is a dialog which allows you to specify some initial property values which are listed in 'creationFields'.\n\nIf the 'name' property is not set:\nIf 'navigation' is defined, the default value is 'NewPage'. Otherwise, it is 'Inline'.",
1652
+ "type": "string",
1653
+ "const": "NewPage",
1654
+ "artifactType": "Manifest"
1655
+ },
1656
+ "createInPlace": {
1657
+ "description": "Specifies if the new entry should be placed at the position computed by the backend (e.g. taking sorting into account).\nThe default value is `false`. When set to `false`, the new entry is placed as the first child below its parent.",
1658
+ "type": "boolean",
1659
+ "artifactType": "Manifest"
1660
+ },
1661
+ "isCreateEnabled": {
1662
+ "description": "Defines the extension point to control the enablement of the \"Create\" button or \"Create Menu\" buttons.",
1663
+ "type": "string",
1664
+ "artifactType": "Manifest"
1665
+ }
1666
+ },
1667
+ "additionalProperties": false
1668
+ },
1669
+ "TableCreationModeInlineOPTreeTable": {
1670
+ "description": "Inline creation mode for TreeTable",
1671
+ "controlProperty": "name",
1672
+ "type": "object",
1673
+ "properties": {
1674
+ "name": {
1675
+ "description": "Defines the creation mode to be used by the tree table.\nAllowed values are 'NewPage', 'Inline' or 'CreationDialog'.\n\n- NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.\n- Inline: The creation is done inline.\n- CreationDialog: The creation is done in the table, with a dialog allowing to specify some initial property values (the properties are listed in 'creationFields').\n\nIf the 'name' property is not set:\nIf 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.",
1676
+ "type": "string",
1677
+ "const": "Inline",
1678
+ "artifactType": "Manifest"
1679
+ },
1680
+ "createInPlace": {
1681
+ "description": "Specifies if the new entry should be placed at the position computed by the backend (e.g. taking sorting into account).\nThe default value is `false`. When set to `false`, the new entry is placed as the first child below its parent.",
1682
+ "type": "boolean",
1683
+ "artifactType": "Manifest"
1684
+ },
1685
+ "isCreateEnabled": {
1686
+ "description": "Defines the extension point to control the enablement of the \"Create\" button or \"Create Menu\" buttons.",
1687
+ "type": "string",
1688
+ "artifactType": "Manifest"
1689
+ }
1690
+ },
1691
+ "additionalProperties": false
1692
+ },
1693
+ "TableCreationModeCreationDialogOPTreeTable": {
1694
+ "description": "CreationDialog creation mode for TreeTable",
1695
+ "controlProperty": "name",
1696
+ "type": "object",
1697
+ "properties": {
1698
+ "name": {
1699
+ "description": "Defines the creation mode to be used by the tree table.\nAllowed values are 'NewPage', 'Inline' or 'CreationDialog'.\n\n- NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.\n- Inline: The creation is done inline.\n- CreationDialog: The creation is done in the table, with a dialog allowing to specify some initial property values (the properties are listed in 'creationFields').\n\nIf the 'name' property is not set:\nIf 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.",
1700
+ "type": "string",
1701
+ "const": "CreationDialog",
1702
+ "artifactType": "Manifest"
1703
+ },
1704
+ "creationFields": {
1705
+ "description": "Defines the list of properties that will be displayed in the creation dialog, when the creation mode is set to 'CreationDialog'.\nThe value is a comma-separated list of property names.",
1706
+ "type": "array",
1707
+ "items": {
1708
+ "type": "string"
1709
+ },
1710
+ "artifactType": "Manifest"
1711
+ },
1712
+ "createInPlace": {
1713
+ "description": "Specifies if the new entry should be placed at the position computed by the backend (e.g. taking sorting into account).\nThe default value is `false`. When set to `false`, the new entry is placed as the first child below its parent.",
1714
+ "type": "boolean",
1715
+ "artifactType": "Manifest"
1716
+ },
1717
+ "isCreateEnabled": {
1718
+ "description": "Defines the extension point to control the enablement of the \"Create\" button or \"Create Menu\" buttons.",
1719
+ "type": "string",
1720
+ "artifactType": "Manifest"
1721
+ }
1722
+ },
1723
+ "additionalProperties": false
1724
+ },
1531
1725
  "ObjectPageSectionForm": {
1532
1726
  "type": "object",
1533
1727
  "properties": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.136.4",
3
+ "version": "1.136.6",
4
4
  "displayName": "SAP Fiori tools - Specification",
5
5
  "description": "SAP Fiori tools - Specification",
6
6
  "files": [
@@ -49,13 +49,13 @@
49
49
  "publisher": "SAPSE",
50
50
  "license": "SEE LICENSE IN LICENSE",
51
51
  "dependencies": {
52
- "@sap-ux/fe-fpm-writer": "0.36.0",
52
+ "@sap-ux/fe-fpm-writer": "0.38.2",
53
53
  "@sap-ux/vocabularies-types": "0.13.0"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@sap-ux/annotation-converter": "0.10.3",
57
57
  "@sap-ux/edmx-parser": "0.8.2",
58
- "@sap/ux-specification-types": "1.136.4",
58
+ "@sap/ux-specification-types": "1.136.6",
59
59
  "@sapui5/types": "latest-1.136",
60
60
  "@types/d3": "7.4.3",
61
61
  "@types/jquery": "3.5.32",
@@ -69,7 +69,7 @@
69
69
  "deepmerge": "4.3.1",
70
70
  "ejs": "3.1.10",
71
71
  "excel4node": "1.8.2",
72
- "i18next": "25.3.0",
72
+ "i18next": "25.4.2",
73
73
  "jquery": "3.7.1",
74
74
  "jsdom": "25.0.1",
75
75
  "lodash.unset": "4.5.2",
@@ -1 +1 @@
1
- {"version":3,"file":"corrections.d.ts","sourceRoot":"","sources":["../../../../scripts/macros/corrections.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,SAAS,EAA8B,WAAW,EAAE,MAAM,SAAS,CAAC;AAG7G,UAAU,aAAa;IACnB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,YAAY,CAAC,EAAE,cAAc,EAAE,CAAC;IAChC,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC9B,UAAU,CAAC,EAAE,WAAW,EAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB;AAED,eAAO,MAAM,gBAAgB,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,aAAa,CAAA;CAiG5D,CAAC;AA0IF;;;;;;GAMG;AACH,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,SAAS,GAAG,IAAI,CAuBrD"}
1
+ {"version":3,"file":"corrections.d.ts","sourceRoot":"","sources":["../../../../scripts/macros/corrections.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,SAAS,EAA8B,WAAW,EAAE,MAAM,SAAS,CAAC;AAG7G,UAAU,aAAa;IACnB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,YAAY,CAAC,EAAE,cAAc,EAAE,CAAC;IAChC,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC9B,UAAU,CAAC,EAAE,WAAW,EAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB;AAED,eAAO,MAAM,gBAAgB,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,aAAa,CAAA;CAoG5D,CAAC;AA0IF;;;;;;GAMG;AACH,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,SAAS,GAAG,IAAI,CAuBrD"}
@@ -5,6 +5,9 @@ exports.applyCorrections = applyCorrections;
5
5
  const types_1 = require("./types");
6
6
  const ux_specification_types_1 = require("@sap/ux-specification-types");
7
7
  exports.macrosCorrection = {
8
+ 'sap.fe.macros.Page': {
9
+ defaultAggregation: 'items'
10
+ },
8
11
  'sap.fe.macros.Table': {
9
12
  defaultAggregation: 'columns',
10
13
  removeAggregations: ['noData']
@@ -1 +1 @@
1
- {"version":3,"file":"corrections.js","sourceRoot":"","sources":["../../../../scripts/macros/corrections.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"corrections.js","sourceRoot":"","sources":["../../../../scripts/macros/corrections.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"to-json-schema.d.ts","sourceRoot":"","sources":["../../../../scripts/schema/to-json-schema.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACnE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,0CAA0C,CAAC;AAK1F,MAAM,MAAM,MAAM,GAAG;IAAE,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,CAAC;AA8BhD;;;;;GAKG;AACH,wBAAgB,kCAAkC,CAAC,OAAO,CAAC,EAAE,yBAAyB,QAErF;AAED;;;;;;;GAOG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,OAAO,EAAE,oBAAoB,GAAG,MAAM,EAAE,CA4BxG;AA8ED;;GAEG;AACH,eAAO,MAAM,2BAA2B,EAAE,yBAQzC,CAAC;AAEF;;;;GAIG;AACH,wBAAgB,YAAY,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI,CAwBrD"}
1
+ {"version":3,"file":"to-json-schema.d.ts","sourceRoot":"","sources":["../../../../scripts/schema/to-json-schema.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACnE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,0CAA0C,CAAC;AAK1F,MAAM,MAAM,MAAM,GAAG;IAAE,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,CAAC;AA8BhD;;;;;GAKG;AACH,wBAAgB,kCAAkC,CAAC,OAAO,CAAC,EAAE,yBAAyB,QAErF;AAED;;;;;;;GAOG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,OAAO,EAAE,oBAAoB,GAAG,MAAM,EAAE,CA4BxG;AA2FD;;GAEG;AACH,eAAO,MAAM,2BAA2B,EAAE,yBAQzC,CAAC;AAEF;;;;GAIG;AACH,wBAAgB,YAAY,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI,CA0BrD"}