@sap/ux-specification 1.84.130 → 1.84.132

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 (184) hide show
  1. package/CHANGELOG.md +477 -413
  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-ListReport.html +2 -2
  10. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  11. package/dist/index-min.js +193 -185
  12. package/dist/index-min.js.map +4 -4
  13. package/dist/schemas/v2/AnalyticalListPageConfig.json +3 -3
  14. package/dist/schemas/v2/ListReportConfig.json +5 -5
  15. package/dist/schemas/v2/ListReportNewConfig.json +1 -1
  16. package/dist/schemas/v2/ObjectPageConfig.json +5 -5
  17. package/dist/specification/package.json +13 -10
  18. package/dist/specification/scripts/extractDocu.js +18 -1
  19. package/dist/specification/scripts/extractDocu.js.map +1 -1
  20. package/dist/specification/scripts/generate-validity-report.d.ts +15 -0
  21. package/dist/specification/scripts/generate-validity-report.d.ts.map +1 -0
  22. package/dist/specification/scripts/generate-validity-report.js +320 -0
  23. package/dist/specification/scripts/generate-validity-report.js.map +1 -0
  24. package/dist/specification/src/i18n/i18n.d.ts.map +1 -1
  25. package/dist/specification/src/i18n/i18n.js +2 -1
  26. package/dist/specification/src/i18n/i18n.js.map +1 -1
  27. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +501 -0
  28. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -0
  29. package/dist/specification/src/sync/common/decoration/decorator-paths.js +497 -0
  30. package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -0
  31. package/dist/specification/src/sync/common/decoration/decorators.d.ts +116 -24
  32. package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
  33. package/dist/specification/src/sync/common/decoration/decorators.js +308 -78
  34. package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
  35. package/dist/specification/src/sync/common/decoration/index.d.ts +1 -0
  36. package/dist/specification/src/sync/common/decoration/index.d.ts.map +1 -1
  37. package/dist/specification/src/sync/common/decoration/index.js +1 -0
  38. package/dist/specification/src/sync/common/decoration/index.js.map +1 -1
  39. package/dist/specification/src/sync/common/dist_tag.json +8 -3
  40. package/dist/specification/src/sync/common/i18n.json +2 -1
  41. package/dist/specification/src/sync/common/importProject.d.ts.map +1 -1
  42. package/dist/specification/src/sync/common/importProject.js +2 -0
  43. package/dist/specification/src/sync/common/importProject.js.map +1 -1
  44. package/dist/specification/src/sync/common/utils.d.ts +22 -6
  45. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  46. package/dist/specification/src/sync/common/utils.js +122 -18
  47. package/dist/specification/src/sync/common/utils.js.map +1 -1
  48. package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  49. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +9 -7
  50. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  51. package/dist/specification/src/sync/v2/generate/listReport.d.ts.map +1 -1
  52. package/dist/specification/src/sync/v2/generate/listReport.js +3 -1
  53. package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
  54. package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  55. package/dist/specification/src/sync/v2/generate/objectPage.js +58 -2
  56. package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
  57. package/dist/specification/src/sync/v2/generate/overviewPage.d.ts +1 -8
  58. package/dist/specification/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
  59. package/dist/specification/src/sync/v2/generate/overviewPage.js +30 -1
  60. package/dist/specification/src/sync/v2/generate/overviewPage.js.map +1 -1
  61. package/dist/specification/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
  62. package/dist/specification/src/sync/v2/import/app/appProvider.js +2 -0
  63. package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
  64. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts +2 -1
  65. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
  66. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +5 -0
  67. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  68. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +2 -1
  69. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  70. package/dist/specification/src/sync/v2/import/pages/listReport.js +5 -0
  71. package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
  72. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  73. package/dist/specification/src/sync/v2/import/pages/objectPage.js +2 -1
  74. package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
  75. package/dist/specification/src/sync/v2/import/utils.d.ts +28 -1
  76. package/dist/specification/src/sync/v2/import/utils.d.ts.map +1 -1
  77. package/dist/specification/src/sync/v2/import/utils.js +37 -0
  78. package/dist/specification/src/sync/v2/import/utils.js.map +1 -1
  79. package/dist/specification/src/sync/v2/utils.d.ts +12 -2
  80. package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
  81. package/dist/specification/src/sync/v2/utils.js +19 -2
  82. package/dist/specification/src/sync/v2/utils.js.map +1 -1
  83. package/dist/specification/src/sync/v4/application.d.ts +39 -4
  84. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  85. package/dist/specification/src/sync/v4/application.js +67 -6
  86. package/dist/specification/src/sync/v4/application.js.map +1 -1
  87. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts +2 -1
  88. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
  89. package/dist/specification/src/sync/v4/export/controls/FilterBar.js +2 -1
  90. package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
  91. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +2 -1
  92. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
  93. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js +2 -1
  94. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
  95. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +19 -6
  96. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  97. package/dist/specification/src/sync/v4/export/controls/Table.js +24 -8
  98. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  99. package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
  100. package/dist/specification/src/sync/v4/export/controls/TableColumn.js +2 -2
  101. package/dist/specification/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  102. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +2 -1
  103. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
  104. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +2 -1
  105. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
  106. package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
  107. package/dist/specification/src/sync/v4/export/export.js +28 -5
  108. package/dist/specification/src/sync/v4/export/export.js.map +1 -1
  109. package/dist/specification/src/sync/v4/export/pages/ListReport.js +1 -1
  110. package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
  111. package/dist/specification/src/sync/v4/generate/index.d.ts +1 -1
  112. package/dist/specification/src/sync/v4/generate/index.d.ts.map +1 -1
  113. package/dist/specification/src/sync/v4/generate/index.js +1 -1
  114. package/dist/specification/src/sync/v4/generate/index.js.map +1 -1
  115. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts +72 -0
  116. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -0
  117. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +299 -0
  118. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -0
  119. package/dist/specification/src/sync/v4/generate/{listReport.d.ts → list-report/listReport.d.ts} +24 -14
  120. package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -0
  121. package/dist/specification/src/sync/v4/generate/{listReport.js → list-report/listReport.js} +113 -128
  122. package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -0
  123. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  124. package/dist/specification/src/sync/v4/generate/objectPage.js +93 -16
  125. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  126. package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
  127. package/dist/specification/src/sync/v4/import/pages/listReport.js +15 -9
  128. package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -1
  129. package/dist/specification/src/sync/v4/sync-rules/App.d.ts +9 -7
  130. package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -1
  131. package/dist/specification/src/sync/v4/sync-rules/App.js +4 -8
  132. package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -1
  133. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +2 -9
  134. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -1
  135. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +2 -11
  136. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -1
  137. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +219 -96
  138. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -1
  139. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +557 -211
  140. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -1
  141. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +17 -22
  142. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -1
  143. package/dist/specification/src/sync/v4/sync-rules/Page.js +15 -22
  144. package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -1
  145. package/dist/specification/src/sync/v4/sync-rules/index.d.ts +5 -0
  146. package/dist/specification/src/sync/v4/sync-rules/index.d.ts.map +1 -0
  147. package/dist/specification/src/sync/v4/sync-rules/index.js +21 -0
  148. package/dist/specification/src/sync/v4/sync-rules/index.js.map +1 -0
  149. package/dist/specification/src/sync/v4/sync-rules/utils.d.ts.map +1 -1
  150. package/dist/specification/src/sync/v4/sync-rules/utils.js +4 -0
  151. package/dist/specification/src/sync/v4/sync-rules/utils.js.map +1 -1
  152. package/dist/specification/src/sync/v4/utils/index.d.ts +2 -0
  153. package/dist/specification/src/sync/v4/utils/index.d.ts.map +1 -0
  154. package/dist/specification/src/sync/v4/utils/index.js +18 -0
  155. package/dist/specification/src/sync/v4/utils/index.js.map +1 -0
  156. package/dist/specification/src/sync/v4/utils/utils.d.ts +9 -1
  157. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  158. package/dist/specification/src/sync/v4/utils/utils.js +19 -4
  159. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  160. package/dist/specification/test/test-projects/v2sttaProdMan2/webapp/manifest.json +549 -0
  161. package/dist/specification/test/test-projects/v4new/webapp/manifest.json +147 -0
  162. package/dist/specification/test/test-utils/utils.d.ts +55 -0
  163. package/dist/specification/test/test-utils/utils.d.ts.map +1 -0
  164. package/dist/specification/test/test-utils/utils.js +346 -0
  165. package/dist/specification/test/test-utils/utils.js.map +1 -0
  166. package/dist/specification/test/unit/decorators/validity-test-utils.d.ts +274 -0
  167. package/dist/specification/test/unit/decorators/validity-test-utils.d.ts.map +1 -0
  168. package/dist/specification/test/unit/decorators/validity-test-utils.js +583 -0
  169. package/dist/specification/test/unit/decorators/validity-test-utils.js.map +1 -0
  170. package/dist/types/src/apiTypes.d.ts +2 -3
  171. package/dist/types/src/apiTypes.d.ts.map +1 -1
  172. package/dist/types/src/apiTypes.js.map +1 -1
  173. package/dist/types/src/common/types.d.ts +119 -13
  174. package/dist/types/src/common/types.d.ts.map +1 -1
  175. package/dist/types/src/common/types.js.map +1 -1
  176. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +1 -1
  177. package/dist/types/src/v2/controls/Table.d.ts +1 -1
  178. package/package.json +13 -10
  179. package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts +0 -74
  180. package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts.map +0 -1
  181. package/dist/specification/src/sync/v4/generate/ListReportUtils.js +0 -262
  182. package/dist/specification/src/sync/v4/generate/ListReportUtils.js.map +0 -1
  183. package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +0 -1
  184. package/dist/specification/src/sync/v4/generate/listReport.js.map +0 -1
@@ -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,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,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"}
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,kBAAkB,EAIrB,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAQH,KAAK,cAAc,EAEnB,KAAK,aAAa,EAErB,MAAM,mBAAmB,CAAC;AAM3B;;;GAGG;AACH,eAAO,MAAM,YAAY;;;;;;;;;CASxB,CAAC;AAoBF,eAAO,MAAM,QAAQ,GAAI,UAAU,QAAQ,KAAG,GAE7C,CAAC;AAEF,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;AAMD,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;AAMF,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;AAMD;;;;GAIG;AACH,wBAAgB,UAAU,CAAC,MAAM,EAAE,QAAQ,GAAG,IAAI,CAEjD;AAMD;;;;;GAKG;AACH,wBAAgB,WAAW,CAAC,IAAI,EAAE,MAAM,GAAG,CAAC,MAAM,EAAE,QAAQ,KAAK,IAAI,CAIpE;AA2KD;;;GAGG;AACH,MAAM,WAAW,iBAAkB,SAAQ,kBAAkB;IACzD,aAAa,CAAC,EAAE,aAAa,CAAC;CACjC;AAMD;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,wBAAgB,IAAI,CAAC,SAAS,EAAE,cAAc,GAAG,iBAAiB,CAGjE;AAMD;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,wBAAgB,OAAO,CAAC,SAAS,EAAE,cAAc,EAAE,aAAa,EAAE,aAAa,GAAG,iBAAiB,CAMlG;AAMD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,QAAQ,CAAC,SAAS,EAAE,cAAc,GAAG,iBAAiB,CAGrE;AAMD;;;GAGG;AACH,MAAM,WAAW,sBAAuB,SAAQ,iBAAiB;IAC7D,wDAAwD;IACxD,aAAa,EAAE,MAAM,EAAE,CAAC;CAC3B;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,KAAK,CAAC,SAAS,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,EAAE,GAAG,iBAAiB,CAG3F;AAMD;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,GAAG,EAAE,MAAM,EAAE,mBAAmB,CAAC,EAAE,mBAAmB,GAAG,MAAM,CAQnG"}
@@ -1,25 +1,51 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dependsOnMessage = exports.validity = exports.getDescriptionSrcURL = exports.descriptionSrcURL = exports.descriptionUrlMetadataKey = exports.getPageLayoutInformation = exports.getChildId = exports.childId = exports.pageLayoutInformation = exports.syncRule = exports.metadataKeys = void 0;
3
+ exports.validity = exports.getDescriptionSrcURL = exports.descriptionSrcURL = exports.descriptionUrlMetadataKey = exports.getPageLayoutInformation = exports.getChildId = exports.childId = exports.pageLayoutInformation = exports.syncRule = exports.metadataKeys = void 0;
4
4
  exports.getReflectMetadata = getReflectMetadata;
5
5
  exports.getReflectTypeMetadata = getReflectTypeMetadata;
6
6
  exports.getValidityMetadata = getValidityMetadata;
7
7
  exports.isViewNode = isViewNode;
8
8
  exports.description = description;
9
- exports.hidden = hidden;
10
- exports.dependsOn = dependsOn;
11
- exports.getDependsOnMetadata = getDependsOnMetadata;
9
+ exports.hide = hide;
10
+ exports.message = message;
11
+ exports.readonly = readonly;
12
+ exports.enums = enums;
12
13
  exports.getTextForDeprecated = getTextForDeprecated;
13
14
  require("reflect-metadata");
14
- // Metadata keys for schema post-processing
15
+ const decorator_paths_1 = require("./decorator-paths");
16
+ // ============================================
17
+ // METADATA KEYS
18
+ // ============================================
19
+ /**
20
+ * Metadata keys for schema post-processing.
21
+ * Used by decorators to store metadata that is processed during schema generation.
22
+ */
15
23
  exports.metadataKeys = {
16
24
  description: Symbol('ui:description'),
17
- hidden: Symbol('ui:hidden'),
18
25
  isViewNode: Symbol('ui:isViewNode'),
19
26
  syncRule: Symbol('sync:rule'),
20
- dependsOn: Symbol('generate:dependsOn'),
21
- validity: Symbol('generate:validity')
27
+ validity: Symbol('generate:validity'),
28
+ hide: Symbol('generate:hide'),
29
+ message: Symbol('generate:message'),
30
+ readonly: Symbol('generate:readonly'),
31
+ enums: Symbol('generate:enums')
22
32
  };
33
+ /**
34
+ * Appends a decorator condition entry to the metadata array stored on a property.
35
+ *
36
+ * @param key - The metadata key identifying the decorator type (hide, message, readonly, enums)
37
+ * @param instance - The class instance that owns the decorated property
38
+ * @param propertyKey - The name of the decorated property
39
+ * @param entry - The parsed condition to append
40
+ */
41
+ function appendCondition(key, instance, propertyKey, entry) {
42
+ const existing = Reflect.getMetadata(key, instance, propertyKey) || [];
43
+ existing.push(entry);
44
+ Reflect.defineMetadata(key, existing, instance, propertyKey);
45
+ }
46
+ // ============================================
47
+ // SYNC RULE DECORATORS
48
+ // ============================================
23
49
  const syncRule = (propSpec) => {
24
50
  return Reflect.metadata(exports.metadataKeys.syncRule, propSpec);
25
51
  };
@@ -44,6 +70,9 @@ function getReflectTypeMetadata(cls) {
44
70
  }
45
71
  return rule;
46
72
  }
73
+ // ============================================
74
+ // PAGE LAYOUT DECORATORS
75
+ // ============================================
47
76
  const pageLayoutInformation = (pageInfo) => (constructor) => {
48
77
  constructor.prototype.pageLayoutInformation = pageInfo;
49
78
  };
@@ -61,9 +90,9 @@ const getPageLayoutInformation = (target) => {
61
90
  return Object.getPrototypeOf(target).pageLayoutInformation;
62
91
  };
63
92
  exports.getPageLayoutInformation = getPageLayoutInformation;
64
- /*
65
- * Metadata describing the documentation link
66
- */
93
+ // ============================================
94
+ // DESCRIPTION URL DECORATOR
95
+ // ============================================
67
96
  exports.descriptionUrlMetadataKey = Symbol('descriptionSrcURL');
68
97
  const descriptionSrcURL = (id) => {
69
98
  return Reflect.metadata(exports.descriptionUrlMetadataKey, id);
@@ -73,9 +102,9 @@ const getDescriptionSrcURL = (target, propertyName) => {
73
102
  return Reflect.getMetadata(exports.descriptionUrlMetadataKey, target, propertyName);
74
103
  };
75
104
  exports.getDescriptionSrcURL = getDescriptionSrcURL;
76
- /*
77
- * Validity decorator and functions for it
78
- */
105
+ // ============================================
106
+ // VALIDITY DECORATOR
107
+ // ============================================
79
108
  const validity = (validity) => {
80
109
  return Reflect.metadata(exports.metadataKeys.validity, validity);
81
110
  };
@@ -94,6 +123,9 @@ function getValidityMetadata(target, propertyName) {
94
123
  }
95
124
  return validityInfo;
96
125
  }
126
+ // ============================================
127
+ // VIEW NODE DECORATOR
128
+ // ============================================
97
129
  /**
98
130
  * Mark the target class with a metadata flag indicating it is a view node.
99
131
  *
@@ -102,6 +134,9 @@ function getValidityMetadata(target, propertyName) {
102
134
  function isViewNode(target) {
103
135
  Reflect.defineMetadata(exports.metadataKeys.isViewNode, true, target);
104
136
  }
137
+ // ============================================
138
+ // DESCRIPTION DECORATOR
139
+ // ============================================
105
140
  /**
106
141
  * Decorator to add a description to a class or property in the schema.
107
142
  *
@@ -113,90 +148,285 @@ function description(text) {
113
148
  Reflect.defineMetadata(exports.metadataKeys.description, text, target);
114
149
  };
115
150
  }
151
+ // ============================================
152
+ // CONDITION PARSING
153
+ // ============================================
154
+ /**
155
+ * Parses a path string to extract the source prefix (app, page, custom).
156
+ * Used to determine which context source to look up values from.
157
+ *
158
+ * @param path - The path string to parse (e.g., 'app.manifest', 'page.isALP', 'custom.table.type')
159
+ * @returns An object with source and the full path
160
+ */
161
+ function parsePathWithSource(path) {
162
+ if (path.startsWith('app.')) {
163
+ return { source: 'app', path };
164
+ }
165
+ if (path.startsWith('page.')) {
166
+ return { source: 'page', path };
167
+ }
168
+ if (path.startsWith('custom.')) {
169
+ return { source: 'custom', path };
170
+ }
171
+ // Return path without source - this will not resolve since a recognized prefix is required
172
+ return { path };
173
+ }
116
174
  /**
117
- * Decorator to conditionally hide a property in the schema based on a condition function.
118
- * The condition function is evaluated during schema generation with the appropriate context.
175
+ * Converts a single Condition (PathNode, WhenCondition, NotCondition, or true) into a SingleDependsOnCondition.
119
176
  *
120
- * @param condition - A function that takes context and returns boolean indicating if property should be hidden
121
- * @returns PropertyDecorator or ClassDecorator depending on usage
177
+ * @param condition - The condition to convert
178
+ * @returns A SingleDependsOnCondition object
122
179
  */
123
- function hidden(condition) {
124
- return ((target, propertyKey) => {
125
- if (propertyKey !== undefined) {
126
- // Property decorator usage
127
- Reflect.defineMetadata(exports.metadataKeys.hidden, condition, target, propertyKey);
180
+ function conditionToSingle(condition) {
181
+ if (condition === true) {
182
+ // Always true condition - use a path that will resolve to truthy
183
+ return { path: '__always__', expectedValue: true };
184
+ }
185
+ if ((0, decorator_paths_1.isWhenCondition)(condition)) {
186
+ const fullPath = (0, decorator_paths_1.getPath)(condition.path);
187
+ const parsed = parsePathWithSource(fullPath);
188
+ const result = {
189
+ path: fullPath,
190
+ source: parsed.source
191
+ };
192
+ if (typeof condition.expected === 'function') {
193
+ result.dependsOn = condition.expected;
128
194
  }
129
195
  else {
130
- // Class decorator usage
131
- Reflect.defineMetadata(exports.metadataKeys.hidden, condition, target);
196
+ result.expectedValue = condition.expected;
132
197
  }
133
- });
198
+ return result;
199
+ }
200
+ if ((0, decorator_paths_1.isNotCondition)(condition)) {
201
+ const fullPath = (0, decorator_paths_1.getPath)(condition.path);
202
+ const parsed = parsePathWithSource(fullPath);
203
+ const result = {
204
+ path: fullPath,
205
+ source: parsed.source,
206
+ negate: true // Set the negate flag for NotCondition
207
+ };
208
+ if (condition.expected !== undefined) {
209
+ if (typeof condition.expected === 'function') {
210
+ result.dependsOn = condition.expected;
211
+ }
212
+ else {
213
+ result.expectedValue = condition.expected;
214
+ }
215
+ }
216
+ // If no expected value, it will be a truthy check that gets negated (i.e., falsy check)
217
+ return result;
218
+ }
219
+ if ((0, decorator_paths_1.isPathNode)(condition)) {
220
+ const fullPath = (0, decorator_paths_1.getPath)(condition);
221
+ const parsed = parsePathWithSource(fullPath);
222
+ return {
223
+ path: fullPath,
224
+ source: parsed.source
225
+ // No expectedValue = truthy check
226
+ };
227
+ }
228
+ // Fallback (should not happen with proper typing)
229
+ return { path: String(condition) };
230
+ }
231
+ /**
232
+ * Parses a condition input into a normalized depends on condition object.
233
+ *
234
+ * This ensures consistent behavior across hide, message, and readonly decorators.
235
+ *
236
+ * Supports:
237
+ * - `true` - Always true (e.g., `@hide(true)` to always hide)
238
+ * - PathNode - Truthy check (e.g., `@hide(page.isALP)`)
239
+ * - WhenCondition - Value or function check (e.g., `@hide(when(page.type, 'GridTable'))`)
240
+ * - AndCondition - All conditions must be met
241
+ * - OrCondition - At least one condition must be met.
242
+ *
243
+ * @param condition - The condition to parse.
244
+ * @returns A normalized DependsOnCondition object.
245
+ */
246
+ function parseCondition(condition) {
247
+ // Handle `true` - always true
248
+ if (condition === true) {
249
+ return {
250
+ path: '__always__',
251
+ expectedValue: true
252
+ };
253
+ }
254
+ // Handle WhenCondition from when() helper
255
+ if ((0, decorator_paths_1.isWhenCondition)(condition)) {
256
+ return conditionToSingle(condition);
257
+ }
258
+ // Handle NotCondition from not() helper
259
+ if ((0, decorator_paths_1.isNotCondition)(condition)) {
260
+ return conditionToSingle(condition);
261
+ }
262
+ // Handle PathNode (truthy check)
263
+ if ((0, decorator_paths_1.isPathNode)(condition)) {
264
+ return conditionToSingle(condition);
265
+ }
266
+ // Handle ConditionGroup from and()/or() helpers
267
+ if ((0, decorator_paths_1.isConditionGroup)(condition)) {
268
+ if ((0, decorator_paths_1.isAndCondition)(condition)) {
269
+ // AND logic: Convert to conditions array (MultiDependsOnCondition)
270
+ // Supports both simple conditions and nested OR groups
271
+ const conditions = condition.conditions.map((c) => {
272
+ const parsed = parseCondition(c);
273
+ // Check if this is a nested OR condition (has orConditions array)
274
+ if ('orConditions' in parsed && Array.isArray(parsed.orConditions)) {
275
+ // Return as OrConditionGroup for nested OR within AND
276
+ return { __orConditions: parsed.orConditions };
277
+ }
278
+ // Return as SingleDependsOnCondition
279
+ return parsed;
280
+ });
281
+ return { conditions };
282
+ }
283
+ else if ((0, decorator_paths_1.isOrCondition)(condition)) {
284
+ // OR logic: Convert to orConditions array
285
+ // Supports both simple conditions and nested AND groups
286
+ const orConditions = condition.conditions.map((c) => {
287
+ const parsed = parseCondition(c);
288
+ // Check if this is a nested AND condition (has conditions array)
289
+ if ('conditions' in parsed && Array.isArray(parsed.conditions)) {
290
+ // Return as AndConditionGroup for nested AND within OR
291
+ return { __andConditions: parsed.conditions };
292
+ }
293
+ // Return as SingleDependsOnCondition (symmetric with AND handling)
294
+ return parsed;
295
+ });
296
+ return { orConditions };
297
+ }
298
+ }
299
+ // Fallback - should not reach here with proper typing
300
+ return { path: '__unknown__' };
134
301
  }
302
+ // ============================================
303
+ // HIDE DECORATOR
304
+ // ============================================
135
305
  /**
136
- * Helper function to create a DependsOnMessage object.
306
+ * Decorator to conditionally hide a property based on conditions.
307
+ * The property will be hidden when the condition(s) ARE met.
137
308
  *
138
- * @param text - The message text (can be true for default i18n message, a string, or a function)
139
- * @param deletable - Whether the message can be deleted/dismissed in the UI
140
- * @returns A DependsOnMessage object
309
+ * @example
310
+ * ```typescript
311
+ * import { page, custom, when, and, or } from './decorator-paths';
312
+ *
313
+ * // Truthy check - hide when page.isALP is truthy
314
+ * @hide(page.isALP)
315
+ *
316
+ * // Equality check - hide when page.type === 'GridTable'
317
+ * @hide(when(page.type, 'GridTable'))
318
+ *
319
+ * // Custom function - hide when function returns true (type !== 'GridTable')
320
+ * @hide(when(page.type, (type) => type !== 'GridTable'))
321
+ *
322
+ * // Always hide
323
+ * @hide(true)
324
+ *
325
+ * // AND logic - hide when isALP is truthy AND type === 'GridTable'
326
+ * @hide(and(page.isALP, when(page.type, 'GridTable')))
327
+ *
328
+ * // OR logic - hide when actionType === 'Bound' OR actionType === 'Custom'
329
+ * @hide(or(when(page.actionType, 'Bound'), when(page.actionType, 'Custom')))
330
+ * ```
331
+ * @param condition - The condition to evaluate
332
+ * @returns PropertyDecorator
141
333
  */
142
- const dependsOnMessage = (text = true, deletable = true) => ({
143
- text,
144
- deletable
145
- });
146
- exports.dependsOnMessage = dependsOnMessage;
334
+ function hide(condition) {
335
+ return (instance, propertyKey) => appendCondition(exports.metadataKeys.hide, instance, propertyKey, parseCondition(condition));
336
+ }
337
+ // ============================================
338
+ // MESSAGE DECORATOR
339
+ // ============================================
147
340
  /**
148
- * Decorator to conditionally show/hide a property based on one or more property values.
149
- * The decorated property will be hidden if the dependency condition(s) are not met.
341
+ * Decorator to conditionally display a message based on conditions.
342
+ * A message will be shown when the condition(s) are met.
343
+ * Multiple @message decorators can be applied to the same property - all matching conditions will show their messages.
150
344
  *
151
- * @param pathOrConditions - A string property path or an array of condition objects (all must be met)
152
- * @param conditionOrValueOrMessage - Single condition: condition/expected value/message; Multi-condition: message parameter
153
- * @param message - Optional message parameter (only for single condition with condition/value)
345
+ * @param condition - The condition to evaluate
346
+ * @param messageConfig - The message configuration (use msg() helper)
154
347
  * @returns PropertyDecorator
348
+ * @example
349
+ * ```typescript
350
+ * import { page, when, msg } from './decorator-paths';
351
+ *
352
+ * // Simple message
353
+ * @message(page.betaFeature, msg('BETA_WARNING'))
354
+ *
355
+ * // Message with parameters
356
+ * @message(when(page.type, 'GridTable'), msg('TABLE_WARNING', { type: 'GridTable' }))
357
+ *
358
+ * // Deletable message
359
+ * @message(page.deprecated, msg('DEPRECATED', { since: '1.96' }, { deletable: true }))
360
+ *
361
+ * // With AND/OR conditions
362
+ * @message(and(page.isALP, when(page.type, 'GridTable')), msg('ALP_GRID_INFO'))
363
+ *
364
+ * // Multiple messages on same property
365
+ * @message(when(page.type, 'AnalyticalTable'), msg('ANALYTICAL_WARNING'))
366
+ * @message(when(page.mode, 'edit'), msg('EDIT_MODE_WARNING'))
367
+ * ```
155
368
  */
156
- function dependsOn(pathOrConditions, conditionOrValueOrMessage, message) {
157
- return (target, propertyKey) => {
158
- let dependsOnInfo;
159
- // Check if this is multi-condition (array) or single condition (string)
160
- if (Array.isArray(pathOrConditions)) {
161
- // Multi-condition case
162
- dependsOnInfo = {
163
- conditions: pathOrConditions,
164
- message: conditionOrValueOrMessage
165
- };
166
- }
167
- else {
168
- dependsOnInfo = { path: pathOrConditions };
169
- if (typeof conditionOrValueOrMessage === 'function') {
170
- dependsOnInfo.dependsOn = conditionOrValueOrMessage;
171
- }
172
- else if (conditionOrValueOrMessage !== undefined && typeof conditionOrValueOrMessage === 'object') {
173
- // It's a message object
174
- dependsOnInfo.message = conditionOrValueOrMessage;
175
- }
176
- else if (conditionOrValueOrMessage !== undefined) {
177
- dependsOnInfo.expectedValue = conditionOrValueOrMessage;
178
- }
179
- if (message !== undefined) {
180
- dependsOnInfo.message = message;
181
- }
182
- }
183
- Reflect.defineMetadata(exports.metadataKeys.dependsOn, dependsOnInfo, target, propertyKey);
369
+ function message(condition, messageConfig) {
370
+ return (instance, propertyKey) => {
371
+ const info = parseCondition(condition);
372
+ info.messageConfig = messageConfig;
373
+ appendCondition(exports.metadataKeys.message, instance, propertyKey, info);
184
374
  };
185
375
  }
376
+ // ============================================
377
+ // READONLY DECORATOR
378
+ // ============================================
186
379
  /**
187
- * Retrieves the dependsOn metadata associated with a specific property of a target object.
380
+ * Decorator to conditionally mark a property as readonly based on conditions.
381
+ * The property will be readonly when the condition(s) are met.
188
382
  *
189
- * @param target - The object containing the property.
190
- * @param propertyName - The name of the property whose dependsOn metadata is to be retrieved.
191
- * @returns The dependsOn information of the property, or undefined if no metadata is found.
383
+ * @example
384
+ * ```typescript
385
+ * import { page, custom, when } from './decorator-paths';
386
+ *
387
+ * // Truthy check - readonly if page.isLocked is truthy
388
+ * @readonly(page.isLocked)
389
+ *
390
+ * // Equality check - readonly if mode === 'view'
391
+ * @readonly(when(page.mode, 'view'))
392
+ *
393
+ * // Custom function - readonly if role is 'viewer'
394
+ * @readonly(when(custom.user.role, (role) => role === 'viewer'))
395
+ * ```
396
+ * @param condition - The condition to evaluate
397
+ * @returns PropertyDecorator
192
398
  */
193
- function getDependsOnMetadata(target, propertyName) {
194
- let dependsOnInfo;
195
- if (target) {
196
- dependsOnInfo = Reflect.getMetadata(exports.metadataKeys.dependsOn, target, propertyName);
197
- }
198
- return dependsOnInfo;
399
+ function readonly(condition) {
400
+ return (instance, propertyKey) => appendCondition(exports.metadataKeys.readonly, instance, propertyKey, parseCondition(condition));
401
+ }
402
+ /**
403
+ * Decorator to conditionally restrict enum values based on conditions.
404
+ * When the condition is met, only the specified allowedValues will be available.
405
+ * If multiple @enums decorators exist on the same property, the first matching condition wins.
406
+ *
407
+ * @example
408
+ * ```typescript
409
+ * import { custom, when } from './decorator-paths';
410
+ *
411
+ * // Restrict to specific values when table type is TreeTable
412
+ * @enums(when(custom.table.type, 'TreeTable'), ['Inline', 'NewPage', 'CreationDialog'])
413
+ *
414
+ * // Different values for other table types
415
+ * @enums(when(custom.table.type, 'ResponsiveTable'), ['Inline', 'InlineCreationRows', 'NewPage', 'CreationDialog', 'External'])
416
+ *
417
+ * // Default values when no other condition matches
418
+ * @enums(true, ['NewPage', 'CreationDialog'])
419
+ * ```
420
+ * @param condition - The condition to evaluate
421
+ * @param allowedValues - Array of allowed enum values when condition is met
422
+ * @returns PropertyDecorator
423
+ */
424
+ function enums(condition, allowedValues) {
425
+ return (instance, propertyKey) => appendCondition(exports.metadataKeys.enums, instance, propertyKey, { ...parseCondition(condition), allowedValues });
199
426
  }
427
+ // ============================================
428
+ // DEPRECATION HELPER
429
+ // ============================================
200
430
  /**
201
431
  * Generates a deprecation message for a given key, optionally including additional validity information.
202
432
  *
@@ -1 +1 @@
1
- {"version":3,"file":"decorators.js","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/decorators.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"decorators.js","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/decorators.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,5 @@
1
1
  export * from './control';
2
2
  export * from './decorators';
3
3
  export * from './flex';
4
+ export * from './decorator-paths';
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,mBAAmB,CAAC"}
@@ -17,4 +17,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./control"), exports);
18
18
  __exportStar(require("./decorators"), exports);
19
19
  __exportStar(require("./flex"), exports);
20
+ __exportStar(require("./decorator-paths"), exports);
20
21
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,+CAA6B;AAC7B,yCAAuB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,+CAA6B;AAC7B,yCAAuB;AACvB,oDAAkC"}
@@ -7,13 +7,11 @@
7
7
  "rootPpmsObject": "FIORI ELEMENT SPEC 1.0",
8
8
  "distTags": [
9
9
  {
10
- "version": "1.142",
10
+ "version": "1.144",
11
11
  "distTag": [
12
12
  "latest",
13
13
  "UI5-2.0",
14
14
  "UI5-2.1",
15
- "UI5-1.142",
16
- "UI5-1.143",
17
15
  "UI5-1.144",
18
16
  "UI5-1.145",
19
17
  "UI5-1.146",
@@ -22,6 +20,13 @@
22
20
  "UI5-1.149"
23
21
  ]
24
22
  },
23
+ {
24
+ "version": "1.142",
25
+ "distTag": [
26
+ "UI5-1.142",
27
+ "UI5-1.143"
28
+ ]
29
+ },
25
30
  {
26
31
  "version": "1.139",
27
32
  "distTag": [
@@ -53,5 +53,6 @@
53
53
  "QUICKVARIANTSELECTIONXNOVARIANTS": "The quickVariantSelectionX property is defined but contains no variants.",
54
54
  "SHOWITEMNAVIGATIONONCHARTONLYCHART": "The showItemNavigationOnChart property is only evaluated for chart views.",
55
55
  "QUICKVARIANTSELECTIONNOSELECTIONVARIANTANNOTATIONS": "At least one SelectionVariant or SelectionPresentationVariant annotation must be defined to enable quickVariantSelection.",
56
- "QUICKVARIANTSELECTIONNOVARIANTS": "The quickVariantSelection property specifies the showCounts property but contains no variants."
56
+ "QUICKVARIANTSELECTIONNOVARIANTS": "The quickVariantSelection property specifies the showCounts property but contains no variants.",
57
+ "UNRESOLVABLE_VALUE_OF_SELECTION_FIELD": "Unresolvable value for selection field"
57
58
  }
@@ -1 +1 @@
1
- {"version":3,"file":"importProject.d.ts","sourceRoot":"","sources":["../../../../../src/sync/common/importProject.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAC/E,OAAO,KAAK,EACR,IAAI,EACJ,uBAAuB,EAG1B,MAAM,6BAA6B,CAAC;AAyHrC,wBAAgB,2BAA2B,CAAC,aAAa,EAAE,MAAM,EAAE,eAAe,EAAE,iBAAiB,GAAG,SAAS,CAEhH;AA+RD;;;GAGG;AACH,wBAAsB,mBAAmB,CAAC,uBAAuB,EAAE,uBAAuB,GAAG,OAAO,CAAC,IAAI,EAAE,CAAC,CAuB3G;AAED;;;GAGG;AACH,wBAAsB,4BAA4B,CAAC,uBAAuB,EAAE,uBAAuB,GAAG,OAAO,CAAC,IAAI,EAAE,CAAC,CAyCpH"}
1
+ {"version":3,"file":"importProject.d.ts","sourceRoot":"","sources":["../../../../../src/sync/common/importProject.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAC/E,OAAO,KAAK,EACR,IAAI,EACJ,uBAAuB,EAG1B,MAAM,6BAA6B,CAAC;AAyHrC,wBAAgB,2BAA2B,CAAC,aAAa,EAAE,MAAM,EAAE,eAAe,EAAE,iBAAiB,GAAG,SAAS,CAEhH;AAiSD;;;GAGG;AACH,wBAAsB,mBAAmB,CAAC,uBAAuB,EAAE,uBAAuB,GAAG,OAAO,CAAC,IAAI,EAAE,CAAC,CAuB3G;AAED;;;GAGG;AACH,wBAAsB,4BAA4B,CAAC,uBAAuB,EAAE,uBAAuB,GAAG,OAAO,CAAC,IAAI,EAAE,CAAC,CAyCpH"}
@@ -164,6 +164,8 @@ function generateObjectPageSchemasV4(generateParameters, genericSchemas, appSche
164
164
  for (const page in pages) {
165
165
  const entitySetName = pages[page].options.settings.entitySet;
166
166
  const entitySet = getEntitySetByEntitySetName(entitySetName, generateParameters.serviceAVT);
167
+ generateParameters.entityType = entitySet?.entityType;
168
+ generateParameters.entitySet = entitySet;
167
169
  if (!entitySet) {
168
170
  (0, extensionLogger_1.log)(generateParameters.logger, {
169
171
  severity: "error" /* LogSeverity.Error */,