@sap/ux-specification 1.108.69 → 1.108.71

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 (169) hide show
  1. package/CHANGELOG.md +60 -0
  2. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  3. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  4. package/dist/documentation/v2/v2-ListReport.html +2 -2
  5. package/dist/documentation/v2/v2-ListReportNew.html +2 -2
  6. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  7. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  8. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  9. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  10. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  11. package/dist/documentation/v4/v4-ListReport.html +2 -2
  12. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  13. package/dist/index-min.js +249 -250
  14. package/dist/index-min.js.map +4 -4
  15. package/dist/schemas/v2/ApplicationV2.json +28 -3
  16. package/dist/schemas/v2/ListReportNewConfig.json +45 -0
  17. package/dist/schemas/v2/ObjectPageConfig.json +11 -5
  18. package/dist/schemas/v4/ApplicationV4.json +12 -6
  19. package/dist/schemas/v4/BuildingBlocksConfig.json +8 -4
  20. package/dist/schemas/v4/ObjectPageConfig.json +1 -1
  21. package/dist/specification/package.json +17 -17
  22. package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
  23. package/dist/specification/scripts/macros/schema.js +4 -1
  24. package/dist/specification/scripts/macros/schema.js.map +1 -1
  25. package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
  26. package/dist/specification/scripts/schema/to-json-schema.js +23 -13
  27. package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
  28. package/dist/specification/src/sync/common/decoration/decorators.d.ts +65 -4
  29. package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
  30. package/dist/specification/src/sync/common/decoration/decorators.js +138 -8
  31. package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
  32. package/dist/specification/src/sync/common/distTagEvaluator.d.ts +7 -0
  33. package/dist/specification/src/sync/common/distTagEvaluator.d.ts.map +1 -1
  34. package/dist/specification/src/sync/common/distTagEvaluator.js +10 -0
  35. package/dist/specification/src/sync/common/distTagEvaluator.js.map +1 -1
  36. package/dist/specification/src/sync/common/generate/objectPage.js +3 -1
  37. package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
  38. package/dist/specification/src/sync/common/generate/utils.d.ts +13 -4
  39. package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
  40. package/dist/specification/src/sync/common/generate/utils.js +35 -20
  41. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  42. package/dist/specification/src/sync/common/i18n.json +5 -4
  43. package/dist/specification/src/sync/common/utils.d.ts +52 -1
  44. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  45. package/dist/specification/src/sync/common/utils.js +176 -4
  46. package/dist/specification/src/sync/common/utils.js.map +1 -1
  47. package/dist/specification/src/sync/v2/application.d.ts +1 -0
  48. package/dist/specification/src/sync/v2/application.d.ts.map +1 -1
  49. package/dist/specification/src/sync/v2/application.js +18 -0
  50. package/dist/specification/src/sync/v2/application.js.map +1 -1
  51. package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
  52. package/dist/specification/src/sync/v2/export/exportPage.d.ts.map +1 -1
  53. package/dist/specification/src/sync/v2/export/exportPage.js +15 -4
  54. package/dist/specification/src/sync/v2/export/exportPage.js.map +1 -1
  55. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
  56. package/dist/specification/src/sync/v2/export/exportPageGeneric.js +8 -15
  57. package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
  58. package/dist/specification/src/sync/v2/export/factory.d.ts +26 -0
  59. package/dist/specification/src/sync/v2/export/factory.d.ts.map +1 -1
  60. package/dist/specification/src/sync/v2/export/factory.js +3 -3
  61. package/dist/specification/src/sync/v2/export/factory.js.map +1 -1
  62. package/dist/specification/src/sync/v2/export/pages/ObjectPage.d.ts +1 -0
  63. package/dist/specification/src/sync/v2/export/pages/ObjectPage.d.ts.map +1 -1
  64. package/dist/specification/src/sync/v2/export/pages/ObjectPage.js +11 -0
  65. package/dist/specification/src/sync/v2/export/pages/ObjectPage.js.map +1 -1
  66. package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  67. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +46 -0
  68. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  69. package/dist/specification/src/sync/v2/generate/listReport.d.ts.map +1 -1
  70. package/dist/specification/src/sync/v2/generate/listReport.js +46 -1
  71. package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
  72. package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  73. package/dist/specification/src/sync/v2/generate/objectPage.js +63 -13
  74. package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
  75. package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts.map +1 -1
  76. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +28 -1
  77. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
  78. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiViewSingleTable.d.ts +22 -0
  79. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiViewSingleTable.d.ts.map +1 -0
  80. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiViewSingleTable.js +124 -0
  81. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiViewSingleTable.js.map +1 -0
  82. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts +1 -0
  83. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts.map +1 -1
  84. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js +4 -0
  85. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js.map +1 -1
  86. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +1 -0
  87. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts.map +1 -1
  88. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js +1 -0
  89. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js.map +1 -1
  90. package/dist/specification/src/sync/v2/import/importPage.d.ts.map +1 -1
  91. package/dist/specification/src/sync/v2/import/importPage.js +5 -6
  92. package/dist/specification/src/sync/v2/import/importPage.js.map +1 -1
  93. package/dist/specification/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
  94. package/dist/specification/src/sync/v2/import/pages/overviewPage.js +4 -0
  95. package/dist/specification/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  96. package/dist/specification/src/sync/v2/utils.d.ts +17 -1
  97. package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
  98. package/dist/specification/src/sync/v2/utils.js +57 -0
  99. package/dist/specification/src/sync/v2/utils.js.map +1 -1
  100. package/dist/specification/src/sync/v4/export/controls/Header.d.ts +3 -2
  101. package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
  102. package/dist/specification/src/sync/v4/export/controls/Header.js +14 -2
  103. package/dist/specification/src/sync/v4/export/controls/Header.js.map +1 -1
  104. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +2 -1
  105. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
  106. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +7 -2
  107. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
  108. package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
  109. package/dist/specification/src/sync/v4/export/export.js +11 -3
  110. package/dist/specification/src/sync/v4/export/export.js.map +1 -1
  111. package/dist/specification/src/sync/v4/export/pages/ListReport.d.ts.map +1 -1
  112. package/dist/specification/src/sync/v4/export/pages/ListReport.js +2 -1
  113. package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
  114. package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts +107 -0
  115. package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts.map +1 -0
  116. package/dist/specification/src/sync/v4/generate/ListReportUtils.js +374 -0
  117. package/dist/specification/src/sync/v4/generate/ListReportUtils.js.map +1 -0
  118. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  119. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +8 -1
  120. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  121. package/dist/specification/src/sync/v4/generate/listReport.d.ts +100 -2
  122. package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -1
  123. package/dist/specification/src/sync/v4/generate/listReport.js +119 -100
  124. package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -1
  125. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  126. package/dist/specification/src/sync/v4/generate/objectPage.js +25 -26
  127. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  128. package/dist/specification/src/sync/v4/sync-rules/App.d.ts +141 -0
  129. package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -0
  130. package/dist/specification/src/sync/v4/sync-rules/App.js +208 -0
  131. package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -0
  132. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +193 -0
  133. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -0
  134. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +384 -0
  135. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -0
  136. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +172 -0
  137. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -0
  138. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +410 -0
  139. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -0
  140. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +70 -0
  141. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -0
  142. package/dist/specification/src/sync/v4/sync-rules/Page.js +73 -0
  143. package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -0
  144. package/dist/specification/src/sync/v4/sync-rules/utils.d.ts +9 -0
  145. package/dist/specification/src/sync/v4/sync-rules/utils.d.ts.map +1 -0
  146. package/dist/specification/src/sync/v4/sync-rules/utils.js +43 -0
  147. package/dist/specification/src/sync/v4/sync-rules/utils.js.map +1 -0
  148. package/dist/specification/src/sync/v4/utils/utils.d.ts +6 -28
  149. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  150. package/dist/specification/src/sync/v4/utils/utils.js +8 -55
  151. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  152. package/dist/types/src/common/types.d.ts +121 -1
  153. package/dist/types/src/common/types.d.ts.map +1 -1
  154. package/dist/types/src/common/types.js +16 -1
  155. package/dist/types/src/common/types.js.map +1 -1
  156. package/dist/types/src/common/webapp/manifest/Manifest.d.ts +1 -1
  157. package/dist/types/src/common/webapp/manifest/Manifest.d.ts.map +1 -1
  158. package/dist/types/src/v2/application.d.ts +18 -0
  159. package/dist/types/src/v2/application.d.ts.map +1 -1
  160. package/dist/types/src/v2/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  161. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +4 -4
  162. package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
  163. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  164. package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts +10 -1
  165. package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts.map +1 -1
  166. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +1 -1
  167. package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  168. package/dist/types/src/v4/controls/ObjectPageSection.d.ts.map +1 -1
  169. package/package.json +17 -17
@@ -50,6 +50,11 @@
50
50
  "description": "Allows applications to configure persistence mode in an object page. Persistence mode retains the tab selection made on an object page in certain cases.",
51
51
  "manifestPath": "$[\"sap.ui.generic.app\"].settings.statePreservationMode"
52
52
  },
53
+ "globalTableSettings": {
54
+ "$ref": "#/definitions/GlobalApplicationTableSettings",
55
+ "description": "Settings for all tables.",
56
+ "manifestPath": "$[\"sap.ui.generic.app\"].settings.tableSettings"
57
+ },
53
58
  "title": {
54
59
  "description": "Defines the title for the application.",
55
60
  "i18nClassification": "TIT: Title of the application",
@@ -81,10 +86,12 @@
81
86
  "type": "object",
82
87
  "properties": {
83
88
  "defaultTwoColumnLayoutType": {
84
- "$ref": "#/definitions/FlexibleColumnLayoutType"
89
+ "$ref": "#/definitions/FlexibleColumnLayoutType",
90
+ "manifestPath": "$[\"sap.ui.generic.app\"].settings.flexibleColumnLayout.defaultTwoColumnLayoutType"
85
91
  },
86
92
  "defaultThreeColumnLayoutType": {
87
- "$ref": "#/definitions/FlexibleColumnLayoutType"
93
+ "$ref": "#/definitions/FlexibleColumnLayoutType",
94
+ "manifestPath": "$[\"sap.ui.generic.app\"].settings.flexibleColumnLayout.defaultThreeColumnLayoutType"
88
95
  }
89
96
  },
90
97
  "additionalProperties": false
@@ -117,7 +124,8 @@
117
124
  "enabled": {
118
125
  "description": "Allows applications to turn off the discard draft confirmation popup in various scenarios.",
119
126
  "type": "string",
120
- "const": "restricted"
127
+ "const": "restricted",
128
+ "manifestPath": "$[\"sap.ui.generic.app\"].settings.draftDiscardConfirmationSettings.enabled"
121
129
  }
122
130
  },
123
131
  "additionalProperties": false,
@@ -132,6 +140,23 @@
132
140
  ],
133
141
  "type": "string"
134
142
  },
143
+ "GlobalApplicationTableSettings": {
144
+ "type": "object",
145
+ "properties": {
146
+ "createMode": {
147
+ "description": "This property acts as a global default for all pages and tables in the application. Page-level or table-level definitions override this setting.\nYou can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create and edit mode, an empty row is added to the table.\n- creationRowsHiddenInEditMode: Similar to \"creationRows\", but in edit mode, the empty row is only displayed when the user clicks the \"Create\" button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create and edit mode, users can use the \"Create\" button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default, an empty row is not provided and the \"Create\" button automatically navigates to the item's object page for the newly created entry.",
148
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b",
149
+ "enum": [
150
+ "creationRows",
151
+ "creationRowsHiddenInEditMode",
152
+ "inline"
153
+ ],
154
+ "type": "string",
155
+ "manifestPath": "$[\"sap.ui.generic.app\"].settings.tableSettings.createMode"
156
+ }
157
+ },
158
+ "additionalProperties": false
159
+ },
135
160
  "CloudDevAdaptationStatus": {
136
161
  "internal": true,
137
162
  "enum": [
@@ -447,6 +447,10 @@
447
447
  "views": {
448
448
  "$ref": "#/definitions/MultiViewsDefinition"
449
449
  },
450
+ "quickVariantSelection": {
451
+ "$ref": "#/definitions/MultiViewsOnTable",
452
+ "description": "With quickVariantSelection, you can switch to multiple views (single table mode).\nEach view links to a variant you have added to your annotations."
453
+ },
450
454
  "showTablePersonalisation": {
451
455
  "description": "The showTablePersonalisation attribute can be set to false to hide the table personalization button.",
452
456
  "type": "boolean",
@@ -500,6 +504,47 @@
500
504
  "$ref": "#/definitions/Table"
501
505
  }
502
506
  },
507
+ "MultiViewsOnTable": {
508
+ "type": "object",
509
+ "properties": {
510
+ "showCounts": {
511
+ "description": "To show the number of available records, set showCounts to true.",
512
+ "type": "boolean",
513
+ "artifactType": "Manifest"
514
+ },
515
+ "variants": {
516
+ "description": "The variants section contains a set of entries that point to a SelectionVariant or SelectionPresentationVariant annotation.",
517
+ "type": "object",
518
+ "additionalProperties": {
519
+ "$ref": "#/definitions/ViewOnTable"
520
+ },
521
+ "artifactType": "Manifest"
522
+ }
523
+ },
524
+ "additionalProperties": false,
525
+ "required": [
526
+ "variants"
527
+ ]
528
+ },
529
+ "ViewOnTable": {
530
+ "type": "object",
531
+ "properties": {
532
+ "key": {
533
+ "description": "The key property is mandatory. It is used for initializing the corresponding SegmentedButton item.",
534
+ "type": "string"
535
+ },
536
+ "annotationPath": {
537
+ "description": "Use annotationPath to define a specific variant that points to a SelectionVariant or SelectionPresentationVariant annotation.",
538
+ "type": "string",
539
+ "artifactType": "Manifest"
540
+ }
541
+ },
542
+ "additionalProperties": false,
543
+ "required": [
544
+ "annotationPath",
545
+ "key"
546
+ ]
547
+ },
503
548
  "smarttable.ExportType": {
504
549
  "description": "Provides the type of services available for export in the `SmartTable` control.",
505
550
  "enum": [
@@ -56,6 +56,12 @@
56
56
  "footer": {
57
57
  "$ref": "#/definitions/ObjectPageFooter<ObjectPageFooterActions>"
58
58
  },
59
+ "createMode": {
60
+ "$ref": "#/definitions/CreateMode",
61
+ "description": "This property applies to all tables within the page. Individual tables can override this setting by defining the property explicitly at table level.\nYou can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create and edit mode, an empty row is added to the table.\n- creationRowsHiddenInEditMode: Similar to \"creationRows\", but in edit mode, the empty row is only displayed when the user clicks the \"Create\" button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create and edit mode, users can use the \"Create\" button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default, an empty row is not provided and the \"Create\" button automatically navigates to the item's object page for the newly created entry.",
62
+ "artifactType": "Manifest",
63
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
64
+ },
59
65
  "$schema": {
60
66
  "type": "string"
61
67
  }
@@ -719,7 +725,7 @@
719
725
  },
720
726
  "createMode": {
721
727
  "$ref": "#/definitions/CreateMode",
722
- "description": "You can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create or edit mode an empty row is added to the table.\n- creationRowsHiddenInEditMode: Like \"creationRows\", but in edit mode the empty row will only be shown when the user clicks the Create button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create or edit mode, the users can use the Create button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default no empty row is provided and the Create button automatically navigates to the item's object page for the newly created entry.",
728
+ "description": "You can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create and edit mode, an empty row is added to the table.\n- creationRowsHiddenInEditMode: Similar to \"creationRows\", but in edit mode, the empty row is only displayed when the user clicks the \"Create\" button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create and edit mode, users can use the \"Create\" button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default, an empty row is not provided and the \"Create\" button automatically navigates to the item's object page for the newly created entry.",
723
729
  "artifactType": "Manifest",
724
730
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
725
731
  },
@@ -1183,7 +1189,7 @@
1183
1189
  },
1184
1190
  "createMode": {
1185
1191
  "$ref": "#/definitions/CreateMode",
1186
- "description": "You can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create or edit mode an empty row is added to the table.\n- creationRowsHiddenInEditMode: Like \"creationRows\", but in edit mode the empty row will only be shown when the user clicks the Create button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create or edit mode, the users can use the Create button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default no empty row is provided and the Create button automatically navigates to the item's object page for the newly created entry.",
1192
+ "description": "You can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create and edit mode, an empty row is added to the table.\n- creationRowsHiddenInEditMode: Similar to \"creationRows\", but in edit mode, the empty row is only displayed when the user clicks the \"Create\" button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create and edit mode, users can use the \"Create\" button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default, an empty row is not provided and the \"Create\" button automatically navigates to the item's object page for the newly created entry.",
1187
1193
  "artifactType": "Manifest",
1188
1194
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
1189
1195
  },
@@ -1277,7 +1283,7 @@
1277
1283
  },
1278
1284
  "createMode": {
1279
1285
  "$ref": "#/definitions/CreateMode",
1280
- "description": "You can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create or edit mode an empty row is added to the table.\n- creationRowsHiddenInEditMode: Like \"creationRows\", but in edit mode the empty row will only be shown when the user clicks the Create button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create or edit mode, the users can use the Create button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default no empty row is provided and the Create button automatically navigates to the item's object page for the newly created entry.",
1286
+ "description": "You can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create and edit mode, an empty row is added to the table.\n- creationRowsHiddenInEditMode: Similar to \"creationRows\", but in edit mode, the empty row is only displayed when the user clicks the \"Create\" button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create and edit mode, users can use the \"Create\" button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default, an empty row is not provided and the \"Create\" button automatically navigates to the item's object page for the newly created entry.",
1281
1287
  "artifactType": "Manifest",
1282
1288
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
1283
1289
  },
@@ -1371,7 +1377,7 @@
1371
1377
  },
1372
1378
  "createMode": {
1373
1379
  "$ref": "#/definitions/CreateMode",
1374
- "description": "You can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create or edit mode an empty row is added to the table.\n- creationRowsHiddenInEditMode: Like \"creationRows\", but in edit mode the empty row will only be shown when the user clicks the Create button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create or edit mode, the users can use the Create button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default no empty row is provided and the Create button automatically navigates to the item's object page for the newly created entry.",
1380
+ "description": "You can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create and edit mode, an empty row is added to the table.\n- creationRowsHiddenInEditMode: Similar to \"creationRows\", but in edit mode, the empty row is only displayed when the user clicks the \"Create\" button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create and edit mode, users can use the \"Create\" button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default, an empty row is not provided and the \"Create\" button automatically navigates to the item's object page for the newly created entry.",
1375
1381
  "artifactType": "Manifest",
1376
1382
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
1377
1383
  },
@@ -1465,7 +1471,7 @@
1465
1471
  },
1466
1472
  "createMode": {
1467
1473
  "$ref": "#/definitions/CreateMode",
1468
- "description": "You can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create or edit mode an empty row is added to the table.\n- creationRowsHiddenInEditMode: Like \"creationRows\", but in edit mode the empty row will only be shown when the user clicks the Create button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create or edit mode, the users can use the Create button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default no empty row is provided and the Create button automatically navigates to the item's object page for the newly created entry.",
1474
+ "description": "You can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create and edit mode, an empty row is added to the table.\n- creationRowsHiddenInEditMode: Similar to \"creationRows\", but in edit mode, the empty row is only displayed when the user clicks the \"Create\" button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create and edit mode, users can use the \"Create\" button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default, an empty row is not provided and the \"Create\" button automatically navigates to the item's object page for the newly created entry.",
1469
1475
  "artifactType": "Manifest",
1470
1476
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
1471
1477
  },
@@ -82,13 +82,16 @@
82
82
  "properties": {
83
83
  "limitFCLToTwoColumns": {
84
84
  "description": "Determines whether the Flexible Column Layout is limited to two columns. If set to true, the third level will be displayed in full screen mode rather than a third column.",
85
- "type": "boolean"
85
+ "type": "boolean",
86
+ "manifestPath": "$[\"sap.ui5\"].routing.config.flexibleColumnLayout.limitFCLToTwoColumns"
86
87
  },
87
88
  "defaultTwoColumnLayoutType": {
88
- "$ref": "#/definitions/FlexibleColumnLayoutType"
89
+ "$ref": "#/definitions/FlexibleColumnLayoutType",
90
+ "manifestPath": "$[\"sap.ui5\"].routing.config.flexibleColumnLayout.defaultTwoColumnLayoutType"
89
91
  },
90
92
  "defaultThreeColumnLayoutType": {
91
- "$ref": "#/definitions/FlexibleColumnLayoutType"
93
+ "$ref": "#/definitions/FlexibleColumnLayoutType",
94
+ "manifestPath": "$[\"sap.ui5\"].routing.config.flexibleColumnLayout.defaultThreeColumnLayoutType"
92
95
  }
93
96
  },
94
97
  "additionalProperties": false
@@ -140,7 +143,8 @@
140
143
  "type": "object",
141
144
  "properties": {
142
145
  "minUI5Version": {
143
- "type": "string"
146
+ "type": "string",
147
+ "manifestPath": "$[\"sap.ui5\"].dependencies.minUI5Version"
144
148
  },
145
149
  "libs": {
146
150
  "type": "object",
@@ -152,7 +156,8 @@
152
156
  }
153
157
  },
154
158
  "additionalProperties": false
155
- }
159
+ },
160
+ "manifestPath": "$[\"sap.ui5\"].dependencies.libs"
156
161
  },
157
162
  "components": {
158
163
  "type": "object",
@@ -164,7 +169,8 @@
164
169
  }
165
170
  },
166
171
  "additionalProperties": false
167
- }
172
+ },
173
+ "manifestPath": "$[\"sap.ui5\"].dependencies.components"
168
174
  }
169
175
  },
170
176
  "additionalProperties": false
@@ -330,7 +330,8 @@
330
330
  "isViewNode": true,
331
331
  "metadata": {
332
332
  "path": [],
333
- "type": "Aggregation"
333
+ "type": "Aggregation",
334
+ "aggregationCardinality": "Multiple"
334
335
  }
335
336
  },
336
337
  "filterChanged": {
@@ -579,7 +580,8 @@
579
580
  "isViewNode": true,
580
581
  "metadata": {
581
582
  "path": [],
582
- "type": "Aggregation"
583
+ "type": "Aggregation",
584
+ "aggregationCardinality": "Multiple"
583
585
  }
584
586
  },
585
587
  "columns": {
@@ -590,7 +592,8 @@
590
592
  "isViewNode": true,
591
593
  "metadata": {
592
594
  "path": [],
593
- "type": "Aggregation"
595
+ "type": "Aggregation",
596
+ "aggregationCardinality": "Multiple"
594
597
  }
595
598
  },
596
599
  "rowPress": {
@@ -671,7 +674,8 @@
671
674
  "isViewNode": true,
672
675
  "metadata": {
673
676
  "path": [],
674
- "type": "Aggregation"
677
+ "type": "Aggregation",
678
+ "aggregationCardinality": "Multiple"
675
679
  }
676
680
  }
677
681
  },
@@ -206,7 +206,7 @@
206
206
  },
207
207
  "additionalSemanticObjects": {
208
208
  "$ref": "#/definitions/AdditionalSemanticObjects",
209
- "description": "Additional Semantic Objects.",
209
+ "description": "Additional Semantic Objects",
210
210
  "artifactType": "Manifest"
211
211
  }
212
212
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.108.69",
3
+ "version": "1.108.71",
4
4
  "displayName": "SAP Fiori tools - Specification",
5
5
  "description": "SAP Fiori tools - Specification",
6
6
  "files": [
@@ -34,11 +34,11 @@
34
34
  "docuV4": "ts-node ./scripts/extractDocu.ts --version=v4 format=excel",
35
35
  "htmlV2": "ts-node ./scripts/extractDocu.ts --version=v2 --format=html",
36
36
  "htmlV4": "ts-node ./scripts/extractDocu.ts --version=v4 --format=html",
37
- "lint": "eslint . --ext .ts",
38
- "lint:summary": "eslint . --ext .ts -f summary",
39
- "lint:fix": "eslint . --ext .ts --fix",
40
- "lint:report": "eslint . --ext .ts -f multiple",
41
- "lint:report:jslint": "eslint . --ext .ts -o reports/lint/eslint.jslint.xml -f jslint-xml",
37
+ "lint": "eslint .",
38
+ "lint:summary": "eslint . -f summary",
39
+ "lint:fix": "eslint . --fix",
40
+ "lint:report": "eslint . -f multiple",
41
+ "lint:report:jslint": "eslint . -o reports/lint/eslint.jslint.xml -f jslint-xml",
42
42
  "macros": "ts-node ./scripts/macros/index.ts",
43
43
  "test": "jest && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
44
44
  "test:ci": "jest --ci --forceExit --detectOpenHandles && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
@@ -49,39 +49,39 @@
49
49
  "publisher": "SAPSE",
50
50
  "license": "SEE LICENSE IN LICENSE",
51
51
  "dependencies": {
52
- "@sap-ux/fe-fpm-writer": "0.40.2",
53
- "@sap-ux/vocabularies-types": "0.13.2"
52
+ "@sap-ux/fe-fpm-writer": "0.42.6",
53
+ "@sap-ux/vocabularies-types": "0.14.6"
54
54
  },
55
55
  "devDependencies": {
56
- "@sap-ux/annotation-converter": "0.10.9",
57
- "@sap-ux/edmx-parser": "0.9.6",
58
- "@sap-ux/project-access": "1.33.0",
59
- "@sap/ux-specification-types": "1.108.69",
56
+ "@sap-ux/annotation-converter": "0.10.20",
57
+ "@sap-ux/edmx-parser": "0.9.8",
58
+ "@sap-ux/project-access": "1.35.2",
59
+ "@sap/ux-specification-types": "1.108.71",
60
60
  "@sapui5/ts-types-esm": "latest-1.108",
61
61
  "@types/d3": "7.4.3",
62
62
  "@types/jquery": "3.5.33",
63
+ "@types/json-schema": "7.0.15",
63
64
  "@types/mem-fs": "1.1.5",
64
65
  "@types/mem-fs-editor": "7.0.1",
65
- "@types/json-schema": "7.0.5",
66
66
  "@ui5/flexibility-utils": "0.1.3",
67
67
  "@xml-tools/ast": "5.0.5",
68
68
  "@xml-tools/parser": "1.0.11",
69
- "axios": "1.13.2",
69
+ "axios": "1.13.5",
70
70
  "copyfiles": "2.4.1",
71
71
  "d3": "7.9.0",
72
72
  "deepmerge": "4.3.1",
73
73
  "ejs": "3.1.10",
74
+ "eslint-formatter-checkstyle": "9.0.1",
74
75
  "excel4node": "1.8.2",
75
- "i18next": "25.7.3",
76
+ "i18next": "25.8.0",
76
77
  "jquery": "3.7.1",
77
78
  "jsdom": "25.0.1",
78
- "lodash.unset": "4.5.2",
79
79
  "mem-fs": "2.1.0",
80
80
  "mem-fs-editor": "9.7.0",
81
81
  "path": "0.12.7",
82
82
  "reflect-metadata": "0.2.2",
83
83
  "semver": "7.7.3",
84
- "typescript-json-schema": "0.65.1",
84
+ "typescript-json-schema": "0.67.1",
85
85
  "xml-js": "1.6.11"
86
86
  },
87
87
  "husky": {
@@ -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,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"}
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;AA4SF;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,GAAG,EAAE,SAAS,GAAG,gBAAgB,CAkD/D"}
@@ -217,7 +217,10 @@ function prepareAggregations(aggregation, defaultAggregation) {
217
217
  isViewNode,
218
218
  metadata: {
219
219
  path: [],
220
- type: ux_specification_types_2.MacrosPropertyType.Aggregation
220
+ type: ux_specification_types_2.MacrosPropertyType.Aggregation,
221
+ aggregationCardinality: aggregation.cardinality === '0..1'
222
+ ? ux_specification_types_2.MacrosAggregatioCardinality.Single
223
+ : ux_specification_types_2.MacrosAggregatioCardinality.Multiple
221
224
  }
222
225
  };
223
226
  }
@@ -1 +1 @@
1
- {"version":3,"file":"schema.js","sourceRoot":"","sources":["../../../../scripts/macros/schema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"schema.js","sourceRoot":"","sources":["../../../../scripts/macros/schema.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":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACnE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,0CAA0C,CAAC;AAS1F,MAAM,MAAM,MAAM,GAAG;IAAE,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,CAAC;AA6BhD;;;;;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;AA0HD;;GAEG;AACH,eAAO,MAAM,2BAA2B,EAAE,yBAwBzC,CAAC;AAEF;;;;GAIG;AACH,wBAAgB,YAAY,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI,CA0BrD"}
1
+ {"version":3,"file":"to-json-schema.d.ts","sourceRoot":"","sources":["../../../../scripts/schema/to-json-schema.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACnE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,0CAA0C,CAAC;AAS1F,MAAM,MAAM,MAAM,GAAG;IAAE,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,CAAC;AA6BhD;;;;;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;AAuID;;GAEG;AACH,eAAO,MAAM,2BAA2B,EAAE,yBAwBzC,CAAC;AAEF;;;;GAIG;AACH,wBAAgB,YAAY,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI,CA0BrD"}
@@ -209,20 +209,30 @@ function addManifestPathsToApplication(schema, classPrototype) {
209
209
  for (const property in schema.definitions.AppSettings.properties) {
210
210
  const propertySchema = schema.definitions.AppSettings.properties[property];
211
211
  const rule = (0, decoration_1.getReflectMetadata)(classPrototype, property);
212
- const manifestPath = rule?.manifest?.path;
213
- if (manifestPath) {
214
- const manifestPath = `${rule.manifest.path()}/${property}`;
215
- propertySchema.manifestPath = (0, utils_2.convertSyncRulePathToJsonPath)(manifestPath);
216
- // Continue parsing of inner properties
217
- if (propertySchema.anyOf) {
218
- for (const innerSchema of propertySchema.anyOf) {
219
- if (!innerSchema.properties) {
220
- continue;
221
- }
222
- for (const property in innerSchema.properties) {
223
- innerSchema.properties[property].manifestPath = (0, utils_2.appendJsonPathSegment)(propertySchema.manifestPath, property);
224
- }
212
+ if (!rule?.manifest?.path) {
213
+ return;
214
+ }
215
+ const exportPropertyKey = rule?.manifest?.key ?? property;
216
+ const manifestPath = `${rule.manifest.path()}/${exportPropertyKey}`;
217
+ propertySchema.manifestPath = (0, utils_2.convertSyncRulePathToJsonPath)(manifestPath);
218
+ // Continue parsing of inner properties
219
+ // Handle anyOf with inner properties
220
+ if (propertySchema.anyOf) {
221
+ for (const innerSchema of propertySchema.anyOf) {
222
+ if (!innerSchema.properties) {
223
+ continue;
225
224
  }
225
+ for (const property in innerSchema.properties) {
226
+ innerSchema.properties[property].manifestPath = (0, utils_2.appendJsonPathSegment)(propertySchema.manifestPath, property);
227
+ }
228
+ }
229
+ }
230
+ // Handle $ref with inner properties
231
+ if (propertySchema.manifestPath && propertySchema.$ref) {
232
+ const innerDefinitions = (0, utils_2.getDefinitionKey)(propertySchema.$ref);
233
+ const innerProperties = schema.definitions[innerDefinitions]?.properties ?? {};
234
+ for (const innerProperty in innerProperties) {
235
+ innerProperties[innerProperty].manifestPath = (0, utils_2.appendJsonPathSegment)(propertySchema.manifestPath, innerProperty);
226
236
  }
227
237
  }
228
238
  }
@@ -1 +1 @@
1
- {"version":3,"file":"to-json-schema.js","sourceRoot":"","sources":["../../../../scripts/schema/to-json-schema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"to-json-schema.js","sourceRoot":"","sources":["../../../../scripts/schema/to-json-schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsDA,gFAEC;AAUD,8CA4BC;AAyKD,oCA0BC;AAjSD,+BAAsC;AACtC,uCAAyB;AAEzB,mEAA6E;AAE7E,4DAAmE;AACnE,8DAA0F;AAC1F,8DAA0F;AAE1F,wEAAmE;AAGnE,+FAA4F;AAC5F,6FAA+E;AAC/E,iEAAsE;AACtE,uDAAqH;AACrH,+DAA6E;AAC7E,+DAA6E;AAI7E,4CAA4C;AAC5C,MAAM,eAAe,GAAG;IACpB,YAAY,EAAE,IAAI;IAClB,KAAK,EAAE,CAAC,MAAM,EAAE,sBAAsB,EAAE,MAAM,CAAC;IAC/C,eAAe,EAAE,IAAI;IACrB,iBAAiB,EAAE,IAAI;IACvB,kBAAkB,EAAE,IAAI;CAC3B,CAAC;AAEF,MAAM,iBAAiB,GAAG;IACtB,YAAY,EAAE,IAAI,EAAE,uDAAuD;IAC3E,QAAQ,EAAE,IAAI,EAAE,qDAAqD;IACrE,kBAAkB,EAAE;QAChB,oBAAoB;QACpB,YAAY;QACZ,aAAa;QACb,iBAAiB;QACjB,QAAQ;QACR,SAAS;QACT,cAAc;QACd,mBAAmB;QACnB,YAAY;QACZ,UAAU;KACb;CACJ,CAAC;AAEF,IAAI,aAAwC,CAAC;AAC7C;;;;;GAKG;AACH,SAAgB,kCAAkC,CAAC,OAAmC;IAClF,aAAa,GAAG,OAAO,CAAC;AAC5B,CAAC;AAED;;;;;;;GAOG;AACH,SAAgB,iBAAiB,CAAC,IAAY,EAAE,KAAe,EAAE,OAA6B;IAC1F,MAAM,OAAO,GAAa,EAAE,CAAC;IAE7B,KAAK,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE;QACnB,MAAM,OAAO,GAAG,IAAA,4CAAmB,EAAC,CAAC,IAAA,WAAI,EAAC,IAAI,EAAE,IAAI,CAAC,CAAC,EAAE,eAAe,EAAE,IAAI,CAAC,CAAC;QAC/E,MAAM,WAAW,GAAG,IAAI,CAAC,OAAO,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;QAC5C,MAAM,SAAS,GAAwB,IAAA,uCAAc,EAAC,OAAO,EAAE,iBAAiB,CAAC,CAAC;QAClF,IAAI,SAAS,EAAE,CAAC;YACZ,MAAM,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;YAC9C,OAAO,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,kBAAkB,CAAC,WAAW,CAAC,CAAC;YAE9D,IAAI,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;gBAC7B,uFAAuF;gBACvF,IAAI,QAAiC,CAAC;gBACtC,IAAI,OAAkC,CAAC;gBACvC,IAAI,OAAO,KAAK,6CAAoB,CAAC,EAAE,EAAE,CAAC;oBACtC,OAAO,GAAG,aAAa,IAAI,IAAI,mCAAS,EAAE,CAAC;oBAC3C,QAAQ,GAAG,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAe,CAAC;gBACrD,CAAC;qBAAM,CAAC;oBACJ,OAAO,GAAG,aAAa,IAAI,IAAI,mCAAS,EAAE,CAAC;oBAC3C,QAAQ,GAAG,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAe,CAAC;gBACrD,CAAC;gBACD,MAAM,IAAI,GAAG,OAAO,CAAC,kBAAkB,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC;gBACtD,IAAA,uBAAe,EAAC,OAAO,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC,QAAQ,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE,CAAC,CAAC;YACvF,CAAC;QACL,CAAC;IACL,CAAC,CAAC,CAAC;IACH,OAAO,OAAO,CAAC;AACnB,CAAC;AAED;;;;;;;GAOG;AACH,SAAS,kBAAkB,CAAC,IAAY,EAAE,OAAiB,EAAE,OAAe,EAAE,gBAAgB,GAAG,KAAK;IAClG,MAAM,UAAU,GAAG,IAAA,WAAI,EAAC,IAAI,EAAE,OAAO,CAAC,CAAC;IACvC,IAAI,CAAC,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC,EAAE,CAAC;QAC7B,EAAE,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;IAC7B,CAAC;IACD,KAAK,MAAM,IAAI,IAAI,OAAO,EAAE,CAAC;QACzB,MAAM,QAAQ,GAAG,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;QACpF,MAAM,IAAI,GAAG,IAAA,WAAI,EAAC,UAAU,EAAE,QAAQ,CAAC,CAAC;QACxC,EAAE,CAAC,SAAS,CAAC,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,EAAE,UAAU,GAAG;YACpE,IAAI,GAAG,EAAE,CAAC;gBACN,OAAO,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;YAC5B,CAAC;YACD,OAAO,CAAC,GAAG,CAAC,SAAS,GAAG,IAAI,GAAG,UAAU,CAAC,CAAC;QAC/C,CAAC,CAAC,CAAC;IACP,CAAC;AACL,CAAC;AAED;;;;;;;GAOG;AACH,SAAS,uBAAuB,CAC5B,KAAe,EACf,OAA6B,EAC7B,UAAkB,EAClB,OAAmC;IAEnC,IAAI,SAAS,GAAG,EAAE,CAAC;IACnB,KAAK,IAAI,KAAK,GAAG,CAAC,EAAE,KAAK,GAAG,KAAK,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE,CAAC;QAChD,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,UAAU,GAAG,EAAE,KAAK;YACzC,IAAI,GAAG,EAAE,CAAC;gBACN,OAAO,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;YAC9B,CAAC;YACD,KAAK,CAAC,OAAO,CAAC,UAAU,QAAQ;gBAC5B,MAAM,QAAQ,GAAG,IAAA,eAAQ,EAAC,QAAQ,CAAC,CAAC;gBACpC,IAAI,QAAQ,KAAK,UAAU,EAAE,CAAC;oBAC1B,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC;wBAChB,KAAK,CAAC,KAAK,CAAC,GAAG,QAAQ,CAAC,OAAO,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC;oBAClD,CAAC;oBACD,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;gBAC7B,CAAC;YACL,CAAC,CAAC,CAAC;YACH,MAAM,oBAAoB,GAAG,aAAa,CAAC;YAC3C,aAAa,GAAG,OAAO,CAAC;YACxB,MAAM,OAAO,GAAG,iBAAiB,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,SAAS,EAAE,OAAO,CAAC,CAAC;YACpE,aAAa,GAAG,oBAAoB,CAAC;YACrC,SAAS,GAAG,EAAE,CAAC;YACf,kBAAkB,CAAC,UAAU,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,CAAC,CAAC;QAC3D,CAAC,CAAC,CAAC;IACP,CAAC;AACL,CAAC;AAED;;;;;;;GAOG;AACH,SAAS,WAAW,CAAC,MAAc,EAAE,SAAiB,EAAE,KAAa;IACjE,OAAO,MAAM,CAAC,KAAK,CAAC,SAAS,EAAE,KAAK,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC;AACjE,CAAC;AAED;;;;GAIG;AACH,SAAS,kBAAkB,CAAC,OAAiB;IACzC,kCAAkC;IAClC,6BAA6B,CAAC,OAAO,CAAC,oBAAoB,CAAC,EAAE,yBAAa,CAAC,SAAS,CAAC,CAAC;IACtF,6BAA6B,CAAC,OAAO,CAAC,oBAAoB,CAAC,EAAE,yBAAa,CAAC,SAAS,CAAC,CAAC;AAC1F,CAAC;AAED;;;;;GAKG;AACH,SAAS,6BAA6B,CAAC,MAAmB,EAAE,cAAsB;IAC9E,8DAA8D;IAC9D,KAAK,MAAM,QAAQ,IAAI,MAAM,CAAC,WAAW,CAAC,WAAW,CAAC,UAAU,EAAE,CAAC;QAC/D,MAAM,cAAc,GAAG,MAAM,CAAC,WAAW,CAAC,WAAW,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;QAC3E,MAAM,IAAI,GAAG,IAAA,+BAAkB,EAAC,cAAc,EAAE,QAAQ,CAAC,CAAC;QAC1D,IAAI,CAAC,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;YACxB,OAAO;QACX,CAAC;QACD,MAAM,iBAAiB,GAAG,IAAI,EAAE,QAAQ,EAAE,GAAG,IAAI,QAAQ,CAAC;QAC1D,MAAM,YAAY,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,IAAI,EAAE,IAAI,iBAAiB,EAAE,CAAC;QACpE,cAAc,CAAC,YAAY,GAAG,IAAA,qCAA6B,EAAC,YAAY,CAAC,CAAC;QAC1E,uCAAuC;QACvC,qCAAqC;QACrC,IAAI,cAAc,CAAC,KAAK,EAAE,CAAC;YACvB,KAAK,MAAM,WAAW,IAAI,cAAc,CAAC,KAAK,EAAE,CAAC;gBAC7C,IAAI,CAAC,WAAW,CAAC,UAAU,EAAE,CAAC;oBAC1B,SAAS;gBACb,CAAC;gBACD,KAAK,MAAM,QAAQ,IAAI,WAAW,CAAC,UAAU,EAAE,CAAC;oBAC5C,WAAW,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,YAAY,GAAG,IAAA,6BAAqB,EACjE,cAAc,CAAC,YAAY,EAC3B,QAAQ,CACX,CAAC;gBACN,CAAC;YACL,CAAC;QACL,CAAC;QACD,oCAAoC;QACpC,IAAI,cAAc,CAAC,YAAY,IAAI,cAAc,CAAC,IAAI,EAAE,CAAC;YACrD,MAAM,gBAAgB,GAAG,IAAA,wBAAgB,EAAC,cAAc,CAAC,IAAI,CAAC,CAAC;YAC/D,MAAM,eAAe,GAAG,MAAM,CAAC,WAAW,CAAC,gBAAgB,CAAC,EAAE,UAAU,IAAI,EAAE,CAAC;YAC/E,KAAK,MAAM,aAAa,IAAI,eAAe,EAAE,CAAC;gBAC1C,eAAe,CAAC,aAAa,CAAC,CAAC,YAAY,GAAG,IAAA,6BAAqB,EAC/D,cAAc,CAAC,YAAY,EAC3B,aAAa,CAChB,CAAC;YACN,CAAC;QACL,CAAC;IACL,CAAC;AACL,CAAC;AAED;;GAEG;AACU,QAAA,2BAA2B,GAA8B;IAClE,cAAc,CAAC,QAAiB,EAAE,kBAA0B;QACxD,MAAM,aAAa,GAAG,UAAU,CAAC,kBAAkB,CAAC,CAAC;QACrD,sGAAsG;QACtG,+BAA+B;QAC/B,4EAA4E;QAC5E,IACI,kBAAkB,CAAC,QAAQ,CAAC,MAAM,CAAC;YACnC,CAAC,YAAY,EAAE,uBAAuB,CAAC,CAAC,QAAQ,CAAC,kBAAkB,CAAC,EACtE,CAAC;YACC,OAAO,aAAa,CAAC;QACzB,CAAC;QACD,IAAI,QAAgB,CAAC;QACrB,IAAI,CAAC;YACD,QAAQ,GAAG,IAAI,aAAa,EAAE,CAAC;QACnC,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACb,OAAO,CAAC,KAAK,CAAC,8BAA8B,kBAAkB,EAAE,CAAC,CAAC;YAClE,MAAM,KAAK,CAAC;QAChB,CAAC;QACD,OAAO,QAAQ,CAAC;IACpB,CAAC;IACD,kBAAkB,CAAC,QAAiC;QAChD,OAAO,IAAI,6BAAa,EAAE,CAAC;IAC/B,CAAC;CACJ,CAAC,CAAC,sEAAsE;AAEzE;;;;GAIG;AACH,SAAgB,YAAY,CAAC,UAAkB;IAC3C,MAAM,QAAQ,GAAG,SAAS,CAAC,KAAK,CAAC,CAAC,EAAE,WAAW,CAAC,SAAS,EAAE,eAAe,EAAE,CAAC,CAAC,CAAC,CAAC;IAChF,MAAM,SAAS,GAAG,IAAA,WAAI,EAAC,QAAQ,EAAE,OAAO,EAAE,KAAK,CAAC,CAAC;IACjD,UAAU;IACV,IAAI,KAAK,GAAG,EAAE,CAAC;IACf,KAAK,CAAC,IAAI,CAAC,IAAA,WAAI,EAAC,SAAS,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC;IAC3C,uBAAuB,CAAC,KAAK,EAAE,6CAAoB,CAAC,EAAE,EAAE,UAAU,CAAC,CAAC;IACpE,6HAA6H;IAC7H,wIAAwI;IACxI,KAAK,GAAG,EAAE,CAAC;IACX,KAAK,CAAC,IAAI,CAAC,IAAA,WAAI,EAAC,SAAS,EAAE,IAAI,EAAE,uBAAuB,EAAE,OAAO,CAAC,CAAC,CAAC;IACpE,uBAAuB,CAAC,KAAK,EAAE,6CAAoB,CAAC,EAAE,EAAE,UAAU,EAAE,mCAA2B,CAAC,CAAC;IACjG,6BAA6B;IAC7B,UAAU;IACV,KAAK,GAAG,EAAE,CAAC;IACX,KAAK,CAAC,IAAI,CAAC,IAAA,WAAI,EAAC,SAAS,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC;IAC3C,uBAAuB,CAAC,KAAK,EAAE,6CAAoB,CAAC,EAAE,EAAE,UAAU,CAAC,CAAC;IACpE,QAAQ;IACR,MAAM,YAAY,GAAG,iBAAiB,CAAC,IAAA,WAAI,EAAC,SAAS,EAAE,IAAI,CAAC,EAAE,CAAC,kBAAkB,CAAC,EAAE,6CAAoB,CAAC,EAAE,CAAC,CAAC;IAC7G,QAAQ;IACR,MAAM,YAAY,GAAG,iBAAiB,CAAC,IAAA,WAAI,EAAC,SAAS,EAAE,IAAI,CAAC,EAAE,CAAC,kBAAkB,CAAC,EAAE,6CAAoB,CAAC,EAAE,CAAC,CAAC;IAC7G,8BAA8B;IAC9B,kBAAkB,CAAC,EAAE,GAAG,YAAY,EAAE,GAAG,YAAY,EAAE,CAAC,CAAC;IACzD,mBAAmB;IACnB,kBAAkB,CAAC,UAAU,EAAE,YAAY,EAAE,IAAI,CAAC,CAAC;IACnD,kBAAkB,CAAC,UAAU,EAAE,YAAY,EAAE,IAAI,CAAC,CAAC;AACvD,CAAC"}
@@ -1,6 +1,13 @@
1
1
  import 'reflect-metadata';
2
- import type { SyncRule, PageLayoutInformation, ValidityInformation, SyncRuleProvider } from '@sap/ux-specification-types';
3
- export declare const reflectMetadataKey: unique symbol;
2
+ import type { SyncRule, PageLayoutInformation, ValidityInformation, SyncRuleProvider, Validity, BooleanCondition, DependsOnCondition, DependsOnMessage, MultiDependsOnCondition } from '@sap/ux-specification-types';
3
+ export declare const metadataKeys: {
4
+ description: symbol;
5
+ hidden: symbol;
6
+ isViewNode: symbol;
7
+ syncRule: symbol;
8
+ dependsOn: symbol;
9
+ validity: symbol;
10
+ };
4
11
  export declare const syncRule: (propSpec: SyncRule) => any;
5
12
  /**
6
13
  * Retrieves the metadata associated with a specific property of a target object.
@@ -24,8 +31,62 @@ export declare const getPageLayoutInformation: (target: any) => PageLayoutInform
24
31
  export declare const descriptionUrlMetadataKey: unique symbol;
25
32
  export declare const descriptionSrcURL: (id: string) => any;
26
33
  export declare const getDescriptionSrcURL: (target: any, propertyName: string) => string;
27
- export declare const validityMetadataKey: unique symbol;
28
- export declare const validity: (propSpec: ValidityInformation) => any;
34
+ export declare const validity: (validity: Validity) => any;
35
+ /**
36
+ * Retrieves the validity metadata associated with a specific property of a target object.
37
+ *
38
+ * @param target - The object containing the property.
39
+ * @param propertyName - The name of the property whose validity metadata is to be retrieved.
40
+ * @returns The validity information of the property, or undefined if no metadata is found.
41
+ */
42
+ export declare function getValidityMetadata(target: object, propertyName: string): ValidityInformation | undefined;
43
+ /**
44
+ * Mark the target class with a metadata flag indicating it is a view node.
45
+ *
46
+ * @param target - The constructor of the class to be marked as a view node
47
+ */
48
+ export declare function isViewNode(target: Function): void;
49
+ /**
50
+ * Decorator to add a description to a class or property in the schema.
51
+ *
52
+ * @param text - The description text
53
+ * @returns ClassDecorator
54
+ */
55
+ export declare function description(text: string): (target: Function) => void;
56
+ /**
57
+ * Decorator to conditionally hide a property in the schema based on a condition function.
58
+ * The condition function is evaluated during schema generation with the appropriate context.
59
+ *
60
+ * @param condition - A function that takes context and returns boolean indicating if property should be hidden
61
+ * @returns PropertyDecorator or ClassDecorator depending on usage
62
+ */
63
+ export declare function hidden(condition?: BooleanCondition): PropertyDecorator & ClassDecorator;
64
+ /**
65
+ * Helper function to create a DependsOnMessage object.
66
+ *
67
+ * @param text - The message text (can be true for default i18n message, a string, or a function)
68
+ * @param deletable - Whether the message can be deleted/dismissed in the UI
69
+ * @returns A DependsOnMessage object
70
+ */
71
+ export declare const dependsOnMessage: (text?: DependsOnMessage["text"], deletable?: boolean) => DependsOnMessage;
72
+ /**
73
+ * Decorator to conditionally show/hide a property based on one or more property values.
74
+ * The decorated property will be hidden if the dependency condition(s) are not met.
75
+ *
76
+ * @param pathOrConditions - A string property path or an array of condition objects (all must be met)
77
+ * @param conditionOrValueOrMessage - Single condition: condition/expected value/message; Multi-condition: message parameter
78
+ * @param message - Optional message parameter (only for single condition with condition/value)
79
+ * @returns PropertyDecorator
80
+ */
81
+ export declare function dependsOn(pathOrConditions: string | MultiDependsOnCondition, conditionOrValueOrMessage?: BooleanCondition | any | DependsOnMessage, message?: DependsOnMessage): PropertyDecorator;
82
+ /**
83
+ * Retrieves the dependsOn metadata associated with a specific property of a target object.
84
+ *
85
+ * @param target - The object containing the property.
86
+ * @param propertyName - The name of the property whose dependsOn metadata is to be retrieved.
87
+ * @returns The dependsOn information of the property, or undefined if no metadata is found.
88
+ */
89
+ export declare function getDependsOnMetadata(target: object, propertyName: string): DependsOnCondition | undefined;
29
90
  /**
30
91
  * Generates a deprecation message for a given key, optionally including additional validity information.
31
92
  *
@@ -1 +1 @@
1
- {"version":3,"file":"decorators.d.ts","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/decorators.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAC1B,OAAO,KAAK,EACR,QAAQ,EACR,qBAAqB,EACrB,mBAAmB,EACnB,gBAAgB,EACnB,MAAM,6BAA6B,CAAC;AAErC,eAAO,MAAM,kBAAkB,eAAqC,CAAC;AACrE,eAAO,MAAM,QAAQ,GAAI,UAAU,QAAQ,KAAG,GAE7C,CAAC;AAEF;;;;;;GAMG;AACH,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,QAAQ,GAAG,SAAS,CAM7F;AAED;;;;;GAKG;AACH,wBAAgB,sBAAsB,CAAC,GAAG,EAAE,gBAAgB,GAAG,QAAQ,GAAG,SAAS,CAMlF;AAED,eAAO,MAAM,qBAAqB,GAC7B,UAAU,qBAAqB,MAC/B,aAAa,QAAQ,KAAG,IAExB,CAAC;AAGN,eAAO,MAAM,OAAO,GAAI,IAAI,MAAM,KAAG,GAEpC,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,QAAQ,GAAG,EAAE,cAAc,MAAM,KAAG,MAE9D,CAAC;AAEF,eAAO,MAAM,wBAAwB,GAAI,QAAQ,GAAG,KAAG,qBAEtD,CAAC;AAKF,eAAO,MAAM,yBAAyB,eAA8B,CAAC;AACrE,eAAO,MAAM,iBAAiB,GAAI,IAAI,MAAM,KAAG,GAE9C,CAAC;AACF,eAAO,MAAM,oBAAoB,GAAI,QAAQ,GAAG,EAAE,cAAc,MAAM,KAAG,MAExE,CAAC;AAMF,eAAO,MAAM,mBAAmB,eAAgC,CAAC;AACjE,eAAO,MAAM,QAAQ,GAAI,UAAU,mBAAmB,KAAG,GAExD,CAAC;AAEF;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,GAAG,EAAE,MAAM,EAAE,mBAAmB,CAAC,EAAE,mBAAmB,GAAG,MAAM,CAQnG"}
1
+ {"version":3,"file":"decorators.d.ts","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/decorators.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAC1B,OAAO,KAAK,EACR,QAAQ,EACR,qBAAqB,EACrB,mBAAmB,EACnB,gBAAgB,EAChB,QAAQ,EACR,gBAAgB,EAChB,kBAAkB,EAClB,gBAAgB,EAChB,uBAAuB,EAC1B,MAAM,6BAA6B,CAAC;AAGrC,eAAO,MAAM,YAAY;;;;;;;CAOxB,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,UAAU,QAAQ,KAAG,GAE7C,CAAC;AAEF;;;;;;GAMG;AACH,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,QAAQ,GAAG,SAAS,CAM7F;AAED;;;;;GAKG;AACH,wBAAgB,sBAAsB,CAAC,GAAG,EAAE,gBAAgB,GAAG,QAAQ,GAAG,SAAS,CAMlF;AAED,eAAO,MAAM,qBAAqB,GAC7B,UAAU,qBAAqB,MAC/B,aAAa,QAAQ,KAAG,IAExB,CAAC;AAGN,eAAO,MAAM,OAAO,GAAI,IAAI,MAAM,KAAG,GAEpC,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,QAAQ,GAAG,EAAE,cAAc,MAAM,KAAG,MAE9D,CAAC;AAEF,eAAO,MAAM,wBAAwB,GAAI,QAAQ,GAAG,KAAG,qBAEtD,CAAC;AAKF,eAAO,MAAM,yBAAyB,eAA8B,CAAC;AACrE,eAAO,MAAM,iBAAiB,GAAI,IAAI,MAAM,KAAG,GAE9C,CAAC;AACF,eAAO,MAAM,oBAAoB,GAAI,QAAQ,GAAG,EAAE,cAAc,MAAM,KAAG,MAExE,CAAC;AAMF,eAAO,MAAM,QAAQ,GAAI,UAAU,QAAQ,KAAG,GAE7C,CAAC;AAEF;;;;;;GAMG;AACH,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,mBAAmB,GAAG,SAAS,CAMzG;AAED;;;;GAIG;AACH,wBAAgB,UAAU,CAAC,MAAM,EAAE,QAAQ,GAAG,IAAI,CAEjD;AAED;;;;;GAKG;AACH,wBAAgB,WAAW,CAAC,IAAI,EAAE,MAAM,GAAG,CAAC,MAAM,EAAE,QAAQ,KAAK,IAAI,CAIpE;AAED;;;;;;GAMG;AACH,wBAAgB,MAAM,CAAC,SAAS,CAAC,EAAE,gBAAgB,GAAG,iBAAiB,GAAG,cAAc,CAUvF;AAED;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB,GAAI,OAAM,gBAAgB,CAAC,MAAM,CAAQ,EAAE,mBAAgB,KAAG,gBAGzF,CAAC;AAEH;;;;;;;;GAQG;AACH,wBAAgB,SAAS,CACrB,gBAAgB,EAAE,MAAM,GAAG,uBAAuB,EAClD,yBAAyB,CAAC,EAAE,gBAAgB,GAAG,GAAG,GAAG,gBAAgB,EACrE,OAAO,CAAC,EAAE,gBAAgB,GAC3B,iBAAiB,CA6BnB;AAED;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,kBAAkB,GAAG,SAAS,CAMzG;AAED;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,GAAG,EAAE,MAAM,EAAE,mBAAmB,CAAC,EAAE,mBAAmB,GAAG,MAAM,CAQnG"}