@cplace/test-mcp-server 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (623) hide show
  1. package/README.md +57 -36
  2. package/dist/api.d.ts.map +1 -1
  3. package/dist/api.js +7 -1
  4. package/dist/api.js.map +1 -1
  5. package/dist/conditional-registration.d.ts.map +1 -1
  6. package/dist/conditional-registration.js +7 -1
  7. package/dist/conditional-registration.js.map +1 -1
  8. package/dist/index.js +56 -3
  9. package/dist/index.js.map +1 -1
  10. package/dist/profiles.d.ts.map +1 -1
  11. package/dist/profiles.js +8 -4
  12. package/dist/profiles.js.map +1 -1
  13. package/dist/tool-metadata.d.ts.map +1 -1
  14. package/dist/tool-metadata.js +3 -1
  15. package/dist/tool-metadata.js.map +1 -1
  16. package/dist/tools/board-widget.d.ts +432 -0
  17. package/dist/tools/board-widget.d.ts.map +1 -0
  18. package/dist/tools/board-widget.js +820 -0
  19. package/dist/tools/board-widget.js.map +1 -0
  20. package/dist/tools/generic-layouts.d.ts +1 -1
  21. package/dist/tools/generic-layouts.d.ts.map +1 -1
  22. package/dist/tools/generic-layouts.js +23 -1
  23. package/dist/tools/generic-layouts.js.map +1 -1
  24. package/dist/tools/jobs.d.ts +32 -0
  25. package/dist/tools/jobs.d.ts.map +1 -0
  26. package/dist/tools/jobs.js +193 -0
  27. package/dist/tools/jobs.js.map +1 -0
  28. package/dist/tools/script.d.ts +25 -0
  29. package/dist/tools/script.d.ts.map +1 -0
  30. package/dist/tools/script.js +121 -0
  31. package/dist/tools/script.js.map +1 -0
  32. package/dist/tools/search.d.ts +1 -1
  33. package/dist/tools/search.js +1 -1
  34. package/dist/tools/search.js.map +1 -1
  35. package/dist/tools/type-management.d.ts +2 -2
  36. package/dist/tools/widgets.d.ts +8 -5
  37. package/dist/tools/widgets.d.ts.map +1 -1
  38. package/dist/tools/widgets.js +143 -40
  39. package/dist/tools/widgets.js.map +1 -1
  40. package/dist/tools/workspace-admin.d.ts +11 -1
  41. package/dist/tools/workspace-admin.d.ts.map +1 -1
  42. package/dist/tools/workspace-admin.js +67 -8
  43. package/dist/tools/workspace-admin.js.map +1 -1
  44. package/dist/tools/workspace-core.d.ts +4 -1
  45. package/dist/tools/workspace-core.d.ts.map +1 -1
  46. package/dist/tools/workspace-core.js +38 -7
  47. package/dist/tools/workspace-core.js.map +1 -1
  48. package/dist/utils.d.ts +6 -0
  49. package/dist/utils.d.ts.map +1 -1
  50. package/dist/utils.js +107 -1
  51. package/dist/utils.js.map +1 -1
  52. package/dist/widget-specifications/CLAUDE.md +288 -0
  53. package/dist/widget-specifications/DOCUMENTATION-STATUS.md +424 -0
  54. package/dist/widget-specifications/GENERATING-FROM-RESEARCH.md +61 -0
  55. package/dist/widget-specifications/WIDGET-TAGGING-SCHEME.md +217 -0
  56. package/dist/widget-specifications/_research_from_ga_products/.claude-settings.local.json +48 -0
  57. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-api-common-config-metadata-SyncMetadataTable/research.md +168 -0
  58. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-breadcrumbs-breadcrumbsWidget/research.md +125 -0
  59. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-cboard-main-board/research.md +373 -0
  60. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-citizenAi-askYourPageWidget/research.md +319 -0
  61. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-cplaceReportGeneration-generateReportWidget/research.md +295 -0
  62. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-employeeReportChart/research.md +230 -0
  63. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-employeeReportGrid/research.md +215 -0
  64. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-projectmanagerReportChart/research.md +192 -0
  65. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-projectmanagerReportGrid/research.md +178 -0
  66. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-widget/research.md +332 -0
  67. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-demoWidgets-demoRichString/research.md +194 -0
  68. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-documentation-navigationWidget/research.md +426 -0
  69. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-imageWithTextAndListWidget/research.md +326 -0
  70. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-imageWithTextWidget/research.md +580 -0
  71. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-widget/research.md +281 -0
  72. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-draggablePageList-widget/research.md +210 -0
  73. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dynamicCodeBlockWidget-dynamicCodeBlockWidget/research.md +250 -0
  74. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-attribute-conversion-widget-enumMappingTable/research.md +260 -0
  75. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-configuration-widget-attributeMappingTable/research.md +148 -0
  76. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-cleanupConfigTable/research.md +138 -0
  77. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-connectorSyncConfigsTable/research.md +150 -0
  78. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-serverConnectionTable/research.md +181 -0
  79. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-extendedTreeTableWidget/research.md +253 -0
  80. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-horizontalDivider/research.md +261 -0
  81. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-startWizardWidget/research.md +211 -0
  82. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepEditorForWizardWidget/research.md +183 -0
  83. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepEditorWidget/research.md +298 -0
  84. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepManager/research.md +419 -0
  85. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepPreview/research.md +256 -0
  86. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardActivation/research.md +174 -0
  87. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardAnalysis/research.md +283 -0
  88. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardLocalizations/research.md +193 -0
  89. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-genericInterface-api-widgets-triggerInterfaceButton/research.md +180 -0
  90. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-quickOverview/research.md +186 -0
  91. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-sessionUserNameWidget/research.md +158 -0
  92. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-simpleListWithAttachment/research.md +135 -0
  93. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-layoutTabsWidget-widget/research.md +238 -0
  94. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-lowCodeWidgets-lowCodeButton/research.md +272 -0
  95. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-lowcode-ai-chatWidget/research.md +194 -0
  96. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-meeting-pageHeader/research.md +208 -0
  97. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-navigationTileWidget-widget/research.md +259 -0
  98. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-headlineForReports/research.md +174 -0
  99. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-scriptPlaceholders/research.md +233 -0
  100. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-templatePlaceholders/research.md +150 -0
  101. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-orgaTree-edit/research.md +353 -0
  102. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-outlookMessageIntegration-outlookMessages/research.md +233 -0
  103. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pageViewHeadline-widget/research.md +217 -0
  104. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pdfPreview-widget/research.md +235 -0
  105. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-attributesGroup/research.md +525 -0
  106. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-batchJobQuickGlance/research.md +372 -0
  107. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-connectedAttributesGroup/research.md +408 -0
  108. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-dynamicIframe/research.md +198 -0
  109. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-tableWidget/research.md +427 -0
  110. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pptexport-pgPreviewWidget/research.md +151 -0
  111. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projectTree-editProjects/research.md +163 -0
  112. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projektplanung-scheduleLockState/research.md +174 -0
  113. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projektplanung-subscriptions/research.md +316 -0
  114. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-qrCodeWidget/research.md +130 -0
  115. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-resourceManagement-resourcePlannerDefinition/research.md +331 -0
  116. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-rest-config-widget-productionModeHintWidget/research.md +332 -0
  117. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-simpleCalendar-calendar/research.md +284 -0
  118. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-simpleForm-widget/research.md +193 -0
  119. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-tableDetailViewWidget-widget/research.md +311 -0
  120. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-treeTableWidget/research.md +420 -0
  121. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-tuplesWidget-widget/research.md +295 -0
  122. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-videoWidget/research.md +154 -0
  123. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-scriptingHighcharts/research.md +249 -0
  124. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-scriptingLineChart/research.md +279 -0
  125. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-tupleLineChart/research.md +221 -0
  126. package/dist/widget-specifications/_research_from_ga_products/cf-platform-attributeHistory/research.md +421 -0
  127. package/dist/widget-specifications/_research_from_ga_products/cf-platform-attributes/research.md +377 -0
  128. package/dist/widget-specifications/_research_from_ga_products/cf-platform-comments/research.md +254 -0
  129. package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedBarChart/research.md +275 -0
  130. package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedMatrix/research.md +396 -0
  131. package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedPieChart/research.md +150 -0
  132. package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedSingleAttribute/research.md +430 -0
  133. package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedTableFilter/research.md +468 -0
  134. package/dist/widget-specifications/_research_from_ga_products/cf-platform-customRichStringAttribute/research.md +120 -0
  135. package/dist/widget-specifications/_research_from_ga_products/cf-platform-embeddedSearchAsList/research.md +485 -0
  136. package/dist/widget-specifications/_research_from_ga_products/cf-platform-embeddedSearchAsTable/research.md +428 -0
  137. package/dist/widget-specifications/_research_from_ga_products/cf-platform-files/research.md +240 -0
  138. package/dist/widget-specifications/_research_from_ga_products/cf-platform-iframe/research.md +358 -0
  139. package/dist/widget-specifications/_research_from_ga_products/cf-platform-incomingLinks/research.md +242 -0
  140. package/dist/widget-specifications/_research_from_ga_products/cf-platform-incomingReferences/research.md +488 -0
  141. package/dist/widget-specifications/_research_from_ga_products/cf-platform-makeover-attributes/research.md +219 -0
  142. package/dist/widget-specifications/_research_from_ga_products/cf-platform-modificationInfo/research.md +141 -0
  143. package/dist/widget-specifications/_research_from_ga_products/cf-platform-myElements/research.md +116 -0
  144. package/dist/widget-specifications/_research_from_ga_products/cf-platform-richString/research.md +437 -0
  145. package/dist/widget-specifications/_research_from_ga_products/cf-platform-singleAttribute/research.md +1094 -0
  146. package/dist/widget-specifications/_research_from_ga_products/cf-platform-tags/research.md +332 -0
  147. package/dist/widget-specifications/_research_from_ga_products/cf-platform-wiki/research.md +258 -0
  148. package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-gantt/research.md +268 -0
  149. package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-ganttTaskDemo/research.md +271 -0
  150. package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-multiGantt/research.md +343 -0
  151. package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-scheduleTreeTable/research.md +261 -0
  152. package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-singleGantt/research.md +184 -0
  153. package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-singleGanttLink/research.md +188 -0
  154. package/dist/widget-specifications/_research_from_ga_products/de-2lforge-curves-widget/research.md +341 -0
  155. package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-datePickerWidget/research.md +232 -0
  156. package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-dropDownWidget/research.md +417 -0
  157. package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-miscWidget/research.md +172 -0
  158. package/dist/widget-specifications/_research_from_ga_products/de-visualistik-visualRoadmap-widget/research.md +277 -0
  159. package/dist/widget-specifications/_research_from_ga_products/msg-scripts-imagegallery-basic/research.md +112 -0
  160. package/dist/widget-specifications/_research_from_ga_products/phase-0-discovery-approach.md +248 -0
  161. package/dist/widget-specifications/_research_from_ga_products/widget-definition-mapping.md +168 -0
  162. package/dist/widget-specifications/_research_from_ga_products/widget-documentation-project.md +259 -0
  163. package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/generate.sh +100 -0
  164. package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/parse-mapping.sh +35 -0
  165. package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/template.md +38 -0
  166. package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/widgets.txt +107 -0
  167. package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_catalog-data.json +12 -0
  168. package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_meta.json +11 -0
  169. package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_overview.md +40 -0
  170. package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_summary.md +1 -0
  171. package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_catalog-data.json +12 -0
  172. package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_meta.json +8 -0
  173. package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_overview.md +74 -0
  174. package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_summary.md +1 -0
  175. package/dist/widget-specifications/cf.cplace.cboard.main.board/_catalog-data.json +12 -0
  176. package/dist/widget-specifications/cf.cplace.cboard.main.board/_implementation.md +37 -0
  177. package/dist/widget-specifications/cf.cplace.cboard.main.board/_meta.json +11 -0
  178. package/dist/widget-specifications/cf.cplace.cboard.main.board/_overview.md +117 -0
  179. package/dist/widget-specifications/cf.cplace.cboard.main.board/_summary.md +1 -0
  180. package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_meta.json +3 -0
  181. package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_overview.md +123 -0
  182. package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_summary.md +1 -0
  183. package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_catalog-data.json +12 -0
  184. package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_meta.json +10 -0
  185. package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_overview.md +45 -0
  186. package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_summary.md +1 -0
  187. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_catalog-data.json +12 -0
  188. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_meta.json +11 -0
  189. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_overview.md +79 -0
  190. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_summary.md +1 -0
  191. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_catalog-data.json +12 -0
  192. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_meta.json +11 -0
  193. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_overview.md +45 -0
  194. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_summary.md +1 -0
  195. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_catalog-data.json +12 -0
  196. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_meta.json +11 -0
  197. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_overview.md +68 -0
  198. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_summary.md +1 -0
  199. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_catalog-data.json +12 -0
  200. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_meta.json +9 -0
  201. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_overview.md +45 -0
  202. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_summary.md +1 -0
  203. package/dist/widget-specifications/cf.cplace.ctts.main.widget/_catalog-data.json +12 -0
  204. package/dist/widget-specifications/cf.cplace.ctts.main.widget/_meta.json +11 -0
  205. package/dist/widget-specifications/cf.cplace.ctts.main.widget/_overview.md +157 -0
  206. package/dist/widget-specifications/cf.cplace.ctts.main.widget/_summary.md +1 -0
  207. package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_catalog-data.json +12 -0
  208. package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_meta.json +10 -0
  209. package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_overview.md +200 -0
  210. package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_summary.md +1 -0
  211. package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_catalog-data.json +12 -0
  212. package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_meta.json +10 -0
  213. package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_overview.md +27 -0
  214. package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_summary.md +1 -0
  215. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_catalog-data.json +12 -0
  216. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_meta.json +10 -0
  217. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_overview.md +79 -0
  218. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_summary.md +1 -0
  219. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_catalog-data.json +12 -0
  220. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_meta.json +10 -0
  221. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_overview.md +176 -0
  222. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_summary.md +1 -0
  223. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_catalog-data.json +12 -0
  224. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_meta.json +10 -0
  225. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_overview.md +85 -0
  226. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_summary.md +1 -0
  227. package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_catalog-data.json +12 -0
  228. package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_meta.json +11 -0
  229. package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_overview.md +93 -0
  230. package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_summary.md +1 -0
  231. package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_catalog-data.json +12 -0
  232. package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_meta.json +9 -0
  233. package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_overview.md +75 -0
  234. package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_summary.md +1 -0
  235. package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_catalog-data.json +12 -0
  236. package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_meta.json +10 -0
  237. package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_overview.md +167 -0
  238. package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_summary.md +1 -0
  239. package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_catalog-data.json +12 -0
  240. package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_meta.json +10 -0
  241. package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_overview.md +64 -0
  242. package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_summary.md +1 -0
  243. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_catalog-data.json +12 -0
  244. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_meta.json +11 -0
  245. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_overview.md +61 -0
  246. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_summary.md +1 -0
  247. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_catalog-data.json +12 -0
  248. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_meta.json +11 -0
  249. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_overview.md +94 -0
  250. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_summary.md +1 -0
  251. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_catalog-data.json +12 -0
  252. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_meta.json +10 -0
  253. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_overview.md +28 -0
  254. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_summary.md +1 -0
  255. package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_catalog-data.json +12 -0
  256. package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_meta.json +11 -0
  257. package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_overview.md +116 -0
  258. package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_summary.md +1 -0
  259. package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_catalog-data.json +12 -0
  260. package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_meta.json +8 -0
  261. package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_overview.md +44 -0
  262. package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_summary.md +1 -0
  263. package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_catalog-data.json +12 -0
  264. package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_meta.json +10 -0
  265. package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_overview.md +40 -0
  266. package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_summary.md +1 -0
  267. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_catalog-data.json +12 -0
  268. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_meta.json +10 -0
  269. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_overview.md +47 -0
  270. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_summary.md +1 -0
  271. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_catalog-data.json +12 -0
  272. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_meta.json +9 -0
  273. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_overview.md +23 -0
  274. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_summary.md +1 -0
  275. package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_catalog-data.json +12 -0
  276. package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_meta.json +10 -0
  277. package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_overview.md +32 -0
  278. package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_summary.md +1 -0
  279. package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_catalog-data.json +12 -0
  280. package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_meta.json +8 -0
  281. package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_overview.md +29 -0
  282. package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_summary.md +1 -0
  283. package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_catalog-data.json +12 -0
  284. package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_meta.json +9 -0
  285. package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_overview.md +69 -0
  286. package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_summary.md +1 -0
  287. package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_catalog-data.json +12 -0
  288. package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_meta.json +10 -0
  289. package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_overview.md +91 -0
  290. package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_summary.md +1 -0
  291. package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_catalog-data.json +12 -0
  292. package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_meta.json +10 -0
  293. package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_overview.md +48 -0
  294. package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_summary.md +1 -0
  295. package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_catalog-data.json +12 -0
  296. package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_meta.json +9 -0
  297. package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_overview.md +58 -0
  298. package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_summary.md +1 -0
  299. package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_catalog-data.json +12 -0
  300. package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_meta.json +10 -0
  301. package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_overview.md +66 -0
  302. package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_summary.md +1 -0
  303. package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_catalog-data.json +12 -0
  304. package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_meta.json +9 -0
  305. package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_overview.md +52 -0
  306. package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_summary.md +1 -0
  307. package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_catalog-data.json +12 -0
  308. package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_meta.json +10 -0
  309. package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_overview.md +53 -0
  310. package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_summary.md +1 -0
  311. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_catalog-data.json +12 -0
  312. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_implementation.md +6 -0
  313. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_meta.json +7 -0
  314. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_overview.md +115 -0
  315. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_summary.md +1 -0
  316. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.layoutSelection.md +2 -0
  317. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.layouts.md +3 -0
  318. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.sourceForLayouts.md +1 -0
  319. package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_catalog-data.json +12 -0
  320. package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_meta.json +10 -0
  321. package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_overview.md +137 -0
  322. package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_summary.md +1 -0
  323. package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_catalog-data.json +12 -0
  324. package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_meta.json +10 -0
  325. package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_overview.md +63 -0
  326. package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_summary.md +1 -0
  327. package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_catalog-data.json +12 -0
  328. package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_meta.json +12 -0
  329. package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_overview.md +31 -0
  330. package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_summary.md +1 -0
  331. package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_catalog-data.json +12 -0
  332. package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_meta.json +9 -0
  333. package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_overview.md +71 -0
  334. package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_summary.md +1 -0
  335. package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_catalog-data.json +12 -0
  336. package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_meta.json +8 -0
  337. package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_overview.md +57 -0
  338. package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_summary.md +1 -0
  339. package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_catalog-data.json +12 -0
  340. package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_meta.json +10 -0
  341. package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_overview.md +22 -0
  342. package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_summary.md +1 -0
  343. package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_catalog-data.json +12 -0
  344. package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_meta.json +10 -0
  345. package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_overview.md +24 -0
  346. package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_summary.md +1 -0
  347. package/dist/widget-specifications/cf.cplace.orgaTree.edit/_catalog-data.json +12 -0
  348. package/dist/widget-specifications/cf.cplace.orgaTree.edit/_meta.json +11 -0
  349. package/dist/widget-specifications/cf.cplace.orgaTree.edit/_overview.md +62 -0
  350. package/dist/widget-specifications/cf.cplace.orgaTree.edit/_summary.md +1 -0
  351. package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_catalog-data.json +12 -0
  352. package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_meta.json +12 -0
  353. package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_overview.md +50 -0
  354. package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_summary.md +1 -0
  355. package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_catalog-data.json +12 -0
  356. package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_meta.json +9 -0
  357. package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_overview.md +62 -0
  358. package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_summary.md +1 -0
  359. package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_catalog-data.json +12 -0
  360. package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_meta.json +9 -0
  361. package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_overview.md +79 -0
  362. package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_summary.md +1 -0
  363. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_catalog-data.json +12 -0
  364. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_implementation.md +13 -0
  365. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_meta.json +9 -0
  366. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_overview.md +108 -0
  367. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_summary.md +1 -0
  368. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/absoluteSelection.md +9 -0
  369. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/layout.md +8 -0
  370. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/pageSelection.md +12 -0
  371. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/relativeSelection.md +14 -0
  372. package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_catalog-data.json +12 -0
  373. package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_meta.json +9 -0
  374. package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_overview.md +52 -0
  375. package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_summary.md +1 -0
  376. package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_catalog-data.json +12 -0
  377. package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_implementation.md +17 -0
  378. package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_meta.json +10 -0
  379. package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_overview.md +103 -0
  380. package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_summary.md +1 -0
  381. package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/cf.cplace.platform.attributesGroup.layout.md +8 -0
  382. package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/singleSelectionWidgetId.md +15 -0
  383. package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_catalog-data.json +12 -0
  384. package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_meta.json +9 -0
  385. package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_overview.md +49 -0
  386. package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_summary.md +1 -0
  387. package/dist/widget-specifications/cf.cplace.platform.tableWidget/_catalog-data.json +12 -0
  388. package/dist/widget-specifications/cf.cplace.platform.tableWidget/_meta.json +12 -0
  389. package/dist/widget-specifications/cf.cplace.platform.tableWidget/_overview.md +188 -0
  390. package/dist/widget-specifications/cf.cplace.platform.tableWidget/_summary.md +1 -0
  391. package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_catalog-data.json +12 -0
  392. package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_meta.json +11 -0
  393. package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_overview.md +92 -0
  394. package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_summary.md +1 -0
  395. package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_catalog-data.json +12 -0
  396. package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_meta.json +11 -0
  397. package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_overview.md +81 -0
  398. package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_summary.md +1 -0
  399. package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_catalog-data.json +12 -0
  400. package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_meta.json +10 -0
  401. package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_overview.md +60 -0
  402. package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_summary.md +1 -0
  403. package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_catalog-data.json +12 -0
  404. package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_meta.json +10 -0
  405. package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_overview.md +59 -0
  406. package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_summary.md +1 -0
  407. package/dist/widget-specifications/cf.cplace.qrCodeWidget/_catalog-data.json +12 -0
  408. package/dist/widget-specifications/cf.cplace.qrCodeWidget/_meta.json +9 -0
  409. package/dist/widget-specifications/cf.cplace.qrCodeWidget/_overview.md +25 -0
  410. package/dist/widget-specifications/cf.cplace.qrCodeWidget/_summary.md +1 -0
  411. package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_catalog-data.json +12 -0
  412. package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_meta.json +11 -0
  413. package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_overview.md +78 -0
  414. package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_summary.md +1 -0
  415. package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_catalog-data.json +12 -0
  416. package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_meta.json +9 -0
  417. package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_overview.md +44 -0
  418. package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_summary.md +1 -0
  419. package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_catalog-data.json +12 -0
  420. package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_meta.json +10 -0
  421. package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_overview.md +42 -0
  422. package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_summary.md +1 -0
  423. package/dist/widget-specifications/cf.cplace.simpleForm.widget/_catalog-data.json +12 -0
  424. package/dist/widget-specifications/cf.cplace.simpleForm.widget/_meta.json +10 -0
  425. package/dist/widget-specifications/cf.cplace.simpleForm.widget/_overview.md +85 -0
  426. package/dist/widget-specifications/cf.cplace.simpleForm.widget/_summary.md +1 -0
  427. package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_catalog-data.json +12 -0
  428. package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_meta.json +11 -0
  429. package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_overview.md +92 -0
  430. package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_summary.md +1 -0
  431. package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/attributes.md +7 -0
  432. package/dist/widget-specifications/cf.cplace.treeTableWidget/_catalog-data.json +12 -0
  433. package/dist/widget-specifications/cf.cplace.treeTableWidget/_meta.json +11 -0
  434. package/dist/widget-specifications/cf.cplace.treeTableWidget/_overview.md +51 -0
  435. package/dist/widget-specifications/cf.cplace.treeTableWidget/_summary.md +1 -0
  436. package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_catalog-data.json +12 -0
  437. package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_meta.json +11 -0
  438. package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_overview.md +202 -0
  439. package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_summary.md +1 -0
  440. package/dist/widget-specifications/cf.cplace.videoWidget/_catalog-data.json +12 -0
  441. package/dist/widget-specifications/cf.cplace.videoWidget/_meta.json +10 -0
  442. package/dist/widget-specifications/cf.cplace.videoWidget/_overview.md +65 -0
  443. package/dist/widget-specifications/cf.cplace.videoWidget/_summary.md +1 -0
  444. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_catalog-data.json +12 -0
  445. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_implementation.md +12 -0
  446. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_meta.json +9 -0
  447. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_overview.md +117 -0
  448. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_summary.md +1 -0
  449. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/cf.cplace.visualization.dataSource.md +5 -0
  450. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/cf.cplace.visualization.search.md +10 -0
  451. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/script.md +29 -0
  452. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/tableWidgetId.md +10 -0
  453. package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_catalog-data.json +12 -0
  454. package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_meta.json +11 -0
  455. package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_overview.md +72 -0
  456. package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_summary.md +1 -0
  457. package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_catalog-data.json +12 -0
  458. package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_meta.json +11 -0
  459. package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_overview.md +50 -0
  460. package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_summary.md +1 -0
  461. package/dist/widget-specifications/cf.platform.attributeHistory/_catalog-data.json +12 -0
  462. package/dist/widget-specifications/cf.platform.attributeHistory/_meta.json +11 -0
  463. package/dist/widget-specifications/cf.platform.attributeHistory/_overview.md +79 -0
  464. package/dist/widget-specifications/cf.platform.attributeHistory/_summary.md +1 -0
  465. package/dist/widget-specifications/cf.platform.attributes/_catalog-data.json +12 -0
  466. package/dist/widget-specifications/cf.platform.attributes/_meta.json +9 -0
  467. package/dist/widget-specifications/cf.platform.attributes/_overview.md +89 -0
  468. package/dist/widget-specifications/cf.platform.attributes/_summary.md +1 -0
  469. package/dist/widget-specifications/cf.platform.comments/_catalog-data.json +12 -0
  470. package/dist/widget-specifications/cf.platform.comments/_meta.json +9 -0
  471. package/dist/widget-specifications/cf.platform.comments/_overview.md +52 -0
  472. package/dist/widget-specifications/cf.platform.comments/_summary.md +1 -0
  473. package/dist/widget-specifications/cf.platform.connectedBarChart/_catalog-data.json +12 -0
  474. package/dist/widget-specifications/cf.platform.connectedBarChart/_implementation.md +10 -0
  475. package/dist/widget-specifications/cf.platform.connectedBarChart/_meta.json +11 -0
  476. package/dist/widget-specifications/cf.platform.connectedBarChart/_overview.md +70 -0
  477. package/dist/widget-specifications/cf.platform.connectedBarChart/_summary.md +1 -0
  478. package/dist/widget-specifications/cf.platform.connectedBarChart/search.md +15 -0
  479. package/dist/widget-specifications/cf.platform.connectedMatrix/_catalog-data.json +12 -0
  480. package/dist/widget-specifications/cf.platform.connectedMatrix/_meta.json +11 -0
  481. package/dist/widget-specifications/cf.platform.connectedMatrix/_overview.md +189 -0
  482. package/dist/widget-specifications/cf.platform.connectedMatrix/_summary.md +1 -0
  483. package/dist/widget-specifications/cf.platform.connectedPieChart/_catalog-data.json +12 -0
  484. package/dist/widget-specifications/cf.platform.connectedPieChart/_implementation.md +10 -0
  485. package/dist/widget-specifications/cf.platform.connectedPieChart/_meta.json +11 -0
  486. package/dist/widget-specifications/cf.platform.connectedPieChart/_overview.md +70 -0
  487. package/dist/widget-specifications/cf.platform.connectedPieChart/_summary.md +1 -0
  488. package/dist/widget-specifications/cf.platform.connectedPieChart/search.md +10 -0
  489. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_catalog-data.json +12 -0
  490. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_implementation.md +15 -0
  491. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_meta.json +10 -0
  492. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_overview.md +69 -0
  493. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_summary.md +1 -0
  494. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/attributeName.md +10 -0
  495. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/singleColumn.md +9 -0
  496. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/singleSelectionWidgetId.md +3 -0
  497. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/withLabel.md +11 -0
  498. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/withValue.md +12 -0
  499. package/dist/widget-specifications/cf.platform.connectedTableFilter/_catalog-data.json +12 -0
  500. package/dist/widget-specifications/cf.platform.connectedTableFilter/_meta.json +10 -0
  501. package/dist/widget-specifications/cf.platform.connectedTableFilter/_overview.md +89 -0
  502. package/dist/widget-specifications/cf.platform.connectedTableFilter/_summary.md +1 -0
  503. package/dist/widget-specifications/cf.platform.customRichStringAttribute/_catalog-data.json +12 -0
  504. package/dist/widget-specifications/cf.platform.customRichStringAttribute/_meta.json +9 -0
  505. package/dist/widget-specifications/cf.platform.customRichStringAttribute/_overview.md +39 -0
  506. package/dist/widget-specifications/cf.platform.customRichStringAttribute/_summary.md +1 -0
  507. package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_catalog-data.json +12 -0
  508. package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_meta.json +10 -0
  509. package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_overview.md +66 -0
  510. package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_summary.md +1 -0
  511. package/dist/widget-specifications/cf.platform.embeddedSearchAsList/search.md +8 -0
  512. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_catalog-data.json +12 -0
  513. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_implementation.md +10 -0
  514. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_meta.json +11 -0
  515. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_overview.md +109 -0
  516. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_summary.md +1 -0
  517. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/columns.md +14 -0
  518. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/multiSortColumns.md +16 -0
  519. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/search.md +8 -0
  520. package/dist/widget-specifications/cf.platform.files/_catalog-data.json +12 -0
  521. package/dist/widget-specifications/cf.platform.files/_meta.json +10 -0
  522. package/dist/widget-specifications/cf.platform.files/_overview.md +74 -0
  523. package/dist/widget-specifications/cf.platform.files/_summary.md +1 -0
  524. package/dist/widget-specifications/cf.platform.iframe/_catalog-data.json +12 -0
  525. package/dist/widget-specifications/cf.platform.iframe/_meta.json +9 -0
  526. package/dist/widget-specifications/cf.platform.iframe/_overview.md +77 -0
  527. package/dist/widget-specifications/cf.platform.iframe/_summary.md +1 -0
  528. package/dist/widget-specifications/cf.platform.incomingLinks/_catalog-data.json +12 -0
  529. package/dist/widget-specifications/cf.platform.incomingLinks/_meta.json +10 -0
  530. package/dist/widget-specifications/cf.platform.incomingLinks/_overview.md +83 -0
  531. package/dist/widget-specifications/cf.platform.incomingLinks/_summary.md +1 -0
  532. package/dist/widget-specifications/cf.platform.incomingReferences/_catalog-data.json +12 -0
  533. package/dist/widget-specifications/cf.platform.incomingReferences/_meta.json +10 -0
  534. package/dist/widget-specifications/cf.platform.incomingReferences/_overview.md +48 -0
  535. package/dist/widget-specifications/cf.platform.incomingReferences/_summary.md +1 -0
  536. package/dist/widget-specifications/cf.platform.makeover.attributes/_catalog-data.json +12 -0
  537. package/dist/widget-specifications/cf.platform.makeover.attributes/_meta.json +9 -0
  538. package/dist/widget-specifications/cf.platform.makeover.attributes/_overview.md +48 -0
  539. package/dist/widget-specifications/cf.platform.makeover.attributes/_summary.md +1 -0
  540. package/dist/widget-specifications/cf.platform.modificationInfo/_catalog-data.json +12 -0
  541. package/dist/widget-specifications/cf.platform.modificationInfo/_meta.json +9 -0
  542. package/dist/widget-specifications/cf.platform.modificationInfo/_overview.md +27 -0
  543. package/dist/widget-specifications/cf.platform.modificationInfo/_summary.md +1 -0
  544. package/dist/widget-specifications/cf.platform.myElements/_catalog-data.json +12 -0
  545. package/dist/widget-specifications/cf.platform.myElements/_meta.json +10 -0
  546. package/dist/widget-specifications/cf.platform.myElements/_overview.md +69 -0
  547. package/dist/widget-specifications/cf.platform.myElements/_summary.md +1 -0
  548. package/dist/widget-specifications/cf.platform.richString/_catalog-data.json +12 -0
  549. package/dist/widget-specifications/cf.platform.richString/_meta.json +10 -0
  550. package/dist/widget-specifications/cf.platform.richString/_overview.md +43 -0
  551. package/dist/widget-specifications/cf.platform.richString/_summary.md +1 -0
  552. package/dist/widget-specifications/cf.platform.singleAttribute/_catalog-data.json +12 -0
  553. package/dist/widget-specifications/cf.platform.singleAttribute/_implementation.md +18 -0
  554. package/dist/widget-specifications/cf.platform.singleAttribute/_meta.json +10 -0
  555. package/dist/widget-specifications/cf.platform.singleAttribute/_overview.md +83 -0
  556. package/dist/widget-specifications/cf.platform.singleAttribute/_summary.md +1 -0
  557. package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.entity.md +10 -0
  558. package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.quotedAttributeName.md +12 -0
  559. package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.singleColumn.md +9 -0
  560. package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.useParent.md +11 -0
  561. package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.withLabel.md +11 -0
  562. package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.withValue.md +12 -0
  563. package/dist/widget-specifications/cf.platform.tags/_catalog-data.json +12 -0
  564. package/dist/widget-specifications/cf.platform.tags/_meta.json +10 -0
  565. package/dist/widget-specifications/cf.platform.tags/_overview.md +49 -0
  566. package/dist/widget-specifications/cf.platform.tags/_summary.md +1 -0
  567. package/dist/widget-specifications/cf.platform.wiki/_catalog-data.json +12 -0
  568. package/dist/widget-specifications/cf.platform.wiki/_meta.json +9 -0
  569. package/dist/widget-specifications/cf.platform.wiki/_overview.md +32 -0
  570. package/dist/widget-specifications/cf.platform.wiki/_summary.md +1 -0
  571. package/dist/widget-specifications/cf.projektplanung.gantt/_catalog-data.json +12 -0
  572. package/dist/widget-specifications/cf.projektplanung.gantt/_meta.json +11 -0
  573. package/dist/widget-specifications/cf.projektplanung.gantt/_overview.md +61 -0
  574. package/dist/widget-specifications/cf.projektplanung.gantt/_summary.md +1 -0
  575. package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_catalog-data.json +12 -0
  576. package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_meta.json +10 -0
  577. package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_overview.md +65 -0
  578. package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_summary.md +1 -0
  579. package/dist/widget-specifications/cf.projektplanung.multiGantt/_catalog-data.json +12 -0
  580. package/dist/widget-specifications/cf.projektplanung.multiGantt/_meta.json +11 -0
  581. package/dist/widget-specifications/cf.projektplanung.multiGantt/_overview.md +73 -0
  582. package/dist/widget-specifications/cf.projektplanung.multiGantt/_summary.md +1 -0
  583. package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_catalog-data.json +12 -0
  584. package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_meta.json +10 -0
  585. package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_overview.md +84 -0
  586. package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_summary.md +1 -0
  587. package/dist/widget-specifications/cf.projektplanung.singleGantt/_catalog-data.json +12 -0
  588. package/dist/widget-specifications/cf.projektplanung.singleGantt/_meta.json +12 -0
  589. package/dist/widget-specifications/cf.projektplanung.singleGantt/_overview.md +27 -0
  590. package/dist/widget-specifications/cf.projektplanung.singleGantt/_summary.md +1 -0
  591. package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_catalog-data.json +12 -0
  592. package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_meta.json +10 -0
  593. package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_overview.md +84 -0
  594. package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_summary.md +1 -0
  595. package/dist/widget-specifications/de.2lforge.curves.widget/_catalog-data.json +12 -0
  596. package/dist/widget-specifications/de.2lforge.curves.widget/_meta.json +12 -0
  597. package/dist/widget-specifications/de.2lforge.curves.widget/_overview.md +73 -0
  598. package/dist/widget-specifications/de.2lforge.curves.widget/_summary.md +1 -0
  599. package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_catalog-data.json +12 -0
  600. package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_meta.json +9 -0
  601. package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_overview.md +67 -0
  602. package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_summary.md +1 -0
  603. package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_catalog-data.json +12 -0
  604. package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_meta.json +10 -0
  605. package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_overview.md +58 -0
  606. package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_summary.md +1 -0
  607. package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_catalog-data.json +12 -0
  608. package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_meta.json +8 -0
  609. package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_overview.md +43 -0
  610. package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_summary.md +1 -0
  611. package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_catalog-data.json +12 -0
  612. package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_meta.json +11 -0
  613. package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_overview.md +47 -0
  614. package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_summary.md +1 -0
  615. package/dist/widget-specifications/index.d.ts.map +1 -0
  616. package/dist/widget-specifications/index.js +55 -0
  617. package/dist/widget-specifications/index.js.map +1 -0
  618. package/dist/widget-specifications/msg.scripts.imagegallery.basic/_catalog-data.json +12 -0
  619. package/dist/widget-specifications/msg.scripts.imagegallery.basic/_meta.json +10 -0
  620. package/dist/widget-specifications/msg.scripts.imagegallery.basic/_overview.md +55 -0
  621. package/dist/widget-specifications/msg.scripts.imagegallery.basic/_summary.md +1 -0
  622. package/dist/widget-specifications/tag-registry.json +63 -0
  623. package/package.json +3 -2
@@ -0,0 +1,419 @@
1
+ # Step Manager Widget Research
2
+
3
+ ## Widget Information
4
+ - **Widget ID**: `cf.cplace.formsWizard.stepManager`
5
+ - **Widget Name**: Step Manager
6
+ - **Repository**: cplace-forms-wizard
7
+ - **Definition Class**: `cf.cplace.formsWizard/src/main/java/cf/cplace/formsWizard/script/WizardStepManagerWidgetDefinition.java`
8
+
9
+ ## Description
10
+
11
+ The Step Manager widget provides a comprehensive overview table of all Forms Wizard steps configured for a specific wizard. It displays step metadata, configuration status, and provides actions to create new steps or delete existing ones.
12
+
13
+ ## Purpose
14
+
15
+ This widget serves as the central management interface for Forms Wizard administrators to view, organize, and manage the complete list of steps that make up a wizard. It provides a sortable, actionable table view that shows key information about each step, helping administrators understand the wizard's structure at a glance and perform step lifecycle operations.
16
+
17
+ ## Core Functionality
18
+
19
+ ### Step Overview Table
20
+
21
+ The widget displays a sortable table with the following columns for each step:
22
+
23
+ 1. **Name**: Step display name (clickable link to the step configuration page)
24
+ 2. **Identifier**: Unique identifier for the step (used for programmatic references)
25
+ 3. **Type**: Step type (e.g., Form, Script, Info, Summary, Table)
26
+ 4. **Configuration Complete**: Visual indicator showing whether the step is fully configured
27
+ - Check icon (✓) for complete configuration
28
+ - X icon (✗) for incomplete configuration
29
+ - Tooltip: "More information can be found in the 'Wizard Analysis' widget"
30
+ 5. **Created At**: Creation timestamp of the step
31
+ 6. **Order in Wizard**: Position/sequence number in the wizard flow (only works if a start step is set)
32
+
33
+ ### Real-Time Updates
34
+
35
+ The widget automatically refreshes the step list when:
36
+ - Step relationship attributes are changed (listens to `NOTIFY_AFTER_CONTROL_SUBMIT` events)
37
+ - The wizard activation state changes (listens to `ACTIVATION_STATE_CHANGED` events)
38
+ - The wizard configuration is modified
39
+
40
+ This ensures the table always reflects the current state of the wizard's steps.
41
+
42
+ ### Table Actions and Buttons
43
+
44
+ #### Create Step Button
45
+ - **Label**: "Create Step"
46
+ - **Icon**: Plus icon (fa-plus)
47
+ - **Functionality**: Opens a modal dialog to create a new step
48
+ - **Permissions**: Only shown if the user can edit the wizard
49
+ - **Behavior**:
50
+ - Pre-fills the new step with the current wizard reference
51
+ - Opens in the same workspace as the wizard
52
+ - Automatically links the new step to the wizard
53
+
54
+ #### Delete Step Action
55
+ - **Label**: "Delete step"
56
+ - **Icon**: Trash icon (fa-trash)
57
+ - **Availability**: Shown when exactly one step is selected in the table
58
+ - **Permissions**: Only available if the user can edit the wizard
59
+ - **Functionality**: Opens a modal dialog to confirm and delete the selected step
60
+
61
+ ### Configuration Completeness Indicator
62
+
63
+ The widget shows at a glance whether each step is fully configured:
64
+ - **Complete**: Green check icon indicates all required step configuration is present
65
+ - **Incomplete**: Red X icon indicates missing or invalid configuration
66
+ - The completeness check is performed by the `StepAnalysisService`, which validates step-level configuration requirements
67
+
68
+ This indicator helps administrators quickly identify steps that need attention before the wizard can be activated.
69
+
70
+ ### Step Ordering
71
+
72
+ The "Order in Wizard" column shows the position of each step in the wizard's execution flow:
73
+ - Position is calculated based on the shortest path from the start step to each step
74
+ - Only works when a start step is configured
75
+ - Steps with no path from the start step receive a default high position value
76
+ - Helps visualize the wizard's navigation flow and identify potential unreachable steps
77
+
78
+ ## Use Cases
79
+
80
+ ### 1. Step Inventory and Organization
81
+ **Scenario**: An administrator needs to understand what steps exist in a wizard and how they're organized.
82
+
83
+ **Usage**: The Step Manager widget provides a complete inventory of all steps in the wizard, showing their names, types, and order. The administrator can quickly scan the list to understand the wizard's structure and identify any missing or extra steps.
84
+
85
+ ### 2. Step Configuration Monitoring
86
+ **Scenario**: Before activating a wizard, an administrator needs to ensure all steps are properly configured.
87
+
88
+ **Usage**: The "Configuration Complete" column shows which steps have incomplete configurations. The administrator can click on steps marked as incomplete (red X icon) to navigate to those step pages and complete the configuration. This works in conjunction with the Wizard Analysis widget for detailed validation messages.
89
+
90
+ ### 3. Creating New Wizard Steps
91
+ **Scenario**: An administrator is building a wizard and needs to add a new step to the flow.
92
+
93
+ **Usage**: The administrator clicks the "Create Step" button, which opens a modal dialog to create a new step. The new step is automatically:
94
+ - Associated with the current wizard
95
+ - Created in the same workspace
96
+ - Added to the step list in the table
97
+ - Ready for configuration
98
+
99
+ This streamlines the step creation process by pre-filling wizard context.
100
+
101
+ ### 4. Removing Obsolete Steps
102
+ **Scenario**: An administrator needs to remove a step that's no longer needed in the wizard.
103
+
104
+ **Usage**: The administrator selects the step in the table and clicks the "Delete step" action. This opens a confirmation modal to delete the step. This helps maintain a clean wizard structure by removing unused or deprecated steps.
105
+
106
+ ### 5. Understanding Wizard Flow Sequence
107
+ **Scenario**: An administrator wants to understand the execution order of steps in the wizard.
108
+
109
+ **Usage**: The "Order in Wizard" column shows the position of each step in the execution sequence, starting from the start step. Steps with position 1 are directly after the start step, position 2 are second in line, and so on. This helps visualize the navigation flow and identify:
110
+ - Steps that are early vs. late in the process
111
+ - Potential unreachable steps (high position numbers when they should be reachable)
112
+ - The shortest path length from start to each step
113
+
114
+ ### 6. Quick Navigation to Step Configuration
115
+ **Scenario**: An administrator needs to quickly access a specific step's configuration page.
116
+
117
+ **Usage**: The step names in the table are clickable links that navigate directly to the step's configuration page. This provides quick access to edit step properties, configure forms, set up navigation rules, or modify step-specific settings.
118
+
119
+ ### 7. Step Type Overview
120
+ **Scenario**: An administrator wants to understand what types of steps are used in the wizard (Form, Script, Info, etc.).
121
+
122
+ **Usage**: The "Type" column shows each step's type, providing a quick overview of the mix of step types in the wizard. This helps assess the wizard's structure:
123
+ - Are there appropriate Info steps to guide users?
124
+ - Are there Form steps for data collection?
125
+ - Are there Script steps for processing?
126
+ - Is there a Summary step at the end?
127
+
128
+ ### 8. Tracking Step Creation
129
+ **Scenario**: An administrator needs to know when steps were created, useful for auditing or troubleshooting.
130
+
131
+ **Usage**: The "Created At" column shows the creation timestamp for each step, which can help:
132
+ - Identify recently added steps
133
+ - Understand the development timeline
134
+ - Track changes and modifications
135
+ - Correlate step creation with issues or changes
136
+
137
+ ### 9. Wizard Development Workflow
138
+ **Scenario**: A team is collaboratively building a complex wizard with multiple steps.
139
+
140
+ **Usage**: The Step Manager widget serves as the central hub during wizard development:
141
+ 1. Create initial steps using the "Create Step" button
142
+ 2. Monitor configuration completeness as steps are configured
143
+ 3. Verify step ordering aligns with the intended flow
144
+ 4. Remove test or prototype steps that are no longer needed
145
+ 5. Ensure all steps are complete before handing off for review
146
+
147
+ ## Configuration
148
+
149
+ ### Widget Configuration Options
150
+
151
+ The widget has minimal configuration requirements:
152
+
153
+ - **Height**: Configurable widget height (inherited from `WidgetTypes.BASE_MIXIN.HEIGHT`)
154
+ - **Embedded Entity**: Automatically receives the wizard page it is embedded in
155
+
156
+ ### Embedding Restrictions
157
+
158
+ The widget can **only** be embedded on pages of type `cf.cplace.formsWizard.wizard` (the Forms Wizard configuration page). This restriction is enforced in the `checkEmbeddableIn` method, ensuring the widget always has access to a wizard context.
159
+
160
+ ### Widget State
161
+
162
+ The widget maintains a simple state containing:
163
+ - `embeddedIn`: The asset ID of the wizard page being managed
164
+
165
+ This state is automatically initialized when the widget is embedded and is used to:
166
+ - Fetch the correct steps for the wizard
167
+ - Generate URLs for the create step button
168
+ - Validate permissions for actions
169
+
170
+ ### Table Configuration
171
+
172
+ The widget uses a static table component with the following configuration:
173
+ - **6 sortable columns** (all columns can be sorted)
174
+ - **Hidden column**: The "Order in Wizard" column is hidden by default but available
175
+ - **Default sort**: Sorted by Name (column 0) in ascending order
176
+ - **Row selection**: Enabled to support delete actions
177
+ - **Dynamic buttons**: Button URL includes the wizard ID parameter
178
+ - **Dynamic actions**: Action URL includes both wizard ID and selected step IDs
179
+
180
+ ## Technical Architecture
181
+
182
+ ### Backend Components
183
+
184
+ 1. **Widget Definition** (`WizardStepManagerWidgetDefinition.java`)
185
+ - Defines widget metadata and embedding rules
186
+ - Manages widget state initialization
187
+ - Belongs to the Forms Wizard App
188
+ - Provides height configuration option
189
+
190
+ 2. **REST Service** (`StepManagerService.java`)
191
+ - **Get Steps Endpoint**: Returns list of all steps for a wizard
192
+ - URL: `{plugin}/wizard/stepmanager?wizardId={id}`
193
+ - Returns: `WizardStepsDto` containing step information
194
+ - **Table Buttons Endpoint**: Returns available table buttons (Create Step)
195
+ - URL: `{plugin}/wizard/stepmanager/tableButtons?wizardId={id}`
196
+ - Returns: `TableButtonsDto`
197
+ - **Table Actions Endpoint**: Returns available actions for selected steps (Delete)
198
+ - URL: `{plugin}/wizard/stepmanager/tableActions?wizardId={id}&selectedIds={ids}`
199
+ - Returns: `TableActionsDto`
200
+
201
+ 3. **Data Processing**
202
+ - Uses `StepFinder.getStepsForWizard()` to retrieve all steps associated with a wizard
203
+ - Uses `WizardPathFinder` to calculate the shortest path from start step to each step
204
+ - Uses `StepAnalysisService` to determine configuration completeness
205
+ - Uses `StepTypeExtension` to get localized step type names
206
+ - Validates permissions using `WizardPermissionsHelper.canEditWizard()`
207
+
208
+ 4. **Step Information DTO** (`StepInfoDto`)
209
+ Contains:
210
+ - `id`: Unique step identifier
211
+ - `name`: Display name of the step
212
+ - `identifier`: Step identifier string
213
+ - `type`: Localized step type name
214
+ - `configurationComplete`: Boolean flag for completeness
215
+ - `createdAt`: ISO 8601 formatted creation timestamp
216
+ - `positionInWizard`: Integer position in execution order
217
+ - `stepUrl`: Direct URL to the step's configuration page
218
+
219
+ ### Frontend Components
220
+
221
+ 1. **Angular Component** (`StepManager.component.ts`)
222
+ - Controller: `cfCplaceFormsWizardStepManager`
223
+ - Bindings: `wizardId` (input from widget state)
224
+ - Manages component lifecycle and event subscriptions
225
+ - Triggers data refresh on configuration changes
226
+ - Emits `WIZARD_RENDER_STATIC_TABLE` event to render the table
227
+
228
+ 2. **Service** (`StepManagerService`)
229
+ - Makes HTTP GET requests to the step manager REST endpoint
230
+ - Parses and returns step data as `WizardSteps` model
231
+ - Manages promise-based asynchronous data loading
232
+
233
+ 3. **Data Service** (`StepManagerDataService`)
234
+ - Initializes data from wizard ID
235
+ - Handles data caching and refresh logic
236
+ - Provides data to the component controller
237
+
238
+ 4. **Template** (`stepManager.htm`)
239
+ - Displays a loading indicator while data is fetching
240
+ - Renders a sortable table using the `forms-wizard-static-table` directive
241
+ - Displays step information with proper formatting
242
+ - Shows configuration completeness icon with tooltip
243
+ - Links step names to their configuration pages
244
+
245
+ 5. **Static Table Directive** (`formsWizardStaticTable`)
246
+ - Provides table sorting functionality
247
+ - Manages row selection for actions
248
+ - Loads and displays buttons and actions dynamically
249
+ - Handles table rendering and updates
250
+
251
+ ### Event-Driven Architecture
252
+
253
+ The widget subscribes to platform events to maintain real-time accuracy:
254
+
255
+ 1. **Control Submit Event** (`events.NOTIFY_AFTER_CONTROL_SUBMIT`)
256
+ - Triggered when any form control is submitted
257
+ - Filtered to only act on step relationship attribute changes
258
+ - Refreshes the step list to reflect navigation changes
259
+
260
+ 2. **Activation State Changed Event** (`ACTIVATION_STATE_CHANGED`)
261
+ - Triggered when wizard activation state changes
262
+ - Refreshes the step list to reflect any activation-related updates
263
+
264
+ This event-driven approach ensures the widget always shows current data without manual refresh.
265
+
266
+ ## Context and Relationships
267
+
268
+ ### Related Widgets in Forms Wizard Feature Set
269
+
270
+ The Step Manager widget is part of a comprehensive widget ecosystem for configuring and managing Forms Wizards:
271
+
272
+ 1. **Wizard Analysis Widget** (`cf.cplace.formsWizard.wizardAnalysis`)
273
+ - Complements Step Manager by providing detailed validation
274
+ - The "Configuration Complete" indicator in Step Manager references the Analysis widget for details
275
+ - Used together to ensure all steps are properly configured
276
+
277
+ 2. **Wizard Activation Widget** (`cf.cplace.formsWizard.wizardActivation`)
278
+ - Controls wizard activation state
279
+ - Works with Step Manager to ensure steps are configured before activation
280
+
281
+ 3. **Wizard Localizations Widget** (`cf.cplace.formsWizard.wizardLocalizations`)
282
+ - Manages localized text for wizard UI elements
283
+ - Separate from step configuration managed by Step Manager
284
+
285
+ 4. **Step Editor Widget** (`cf.cplace.formsWizard.stepEditorWidget`)
286
+ - Configures individual step properties
287
+ - Step Manager links to step pages where this widget is used
288
+ - Step Manager provides the overview, Step Editor provides the details
289
+
290
+ 5. **Step Editor for Wizard Widget** (`cf.cplace.formsWizard.stepEditorForWizardWidget`)
291
+ - Alternative step editor embedded on wizard pages
292
+ - May be used alongside Step Manager on wizard configuration pages
293
+
294
+ 6. **Step Preview Widget** (`cf.cplace.formsWizard.stepPreview`)
295
+ - Shows a preview of how a step will appear to end users
296
+ - Complements Step Manager by providing visual feedback
297
+
298
+ 7. **Start Wizard Widget** (`cf.cplace.formsWizard.startWizardWidget`)
299
+ - End-user interface to launch configured wizards
300
+ - Executes the wizards that Step Manager helps configure
301
+
302
+ 8. **Horizontal Divider Widget** (`cf.cplace.formsWizard.horizontalDivider`)
303
+ - Visual separator for organizing wizard configuration UI
304
+
305
+ ### Typical Page Layout
306
+
307
+ On a Forms Wizard configuration page, you would typically find:
308
+ - **Step Manager Widget**: Central table showing all steps
309
+ - **Wizard Analysis Widget**: Validation results and error messages
310
+ - **Wizard Activation Widget**: Activate/deactivate controls
311
+ - **Wizard Localizations Widget**: Multi-language configuration
312
+ - **Step Editor for Wizard Widget**: Optional inline step editing
313
+
314
+ This layout provides a complete wizard configuration experience on a single page.
315
+
316
+ ### Dependencies
317
+
318
+ - **Forms Wizard App**: The widget belongs to the Forms Wizard application
319
+ - **Forms Wizard Types**: Requires wizard and step type definitions from `FormsWizardAppTypes`
320
+ - **Step Finder**: Uses `StepFinder` utility to retrieve all steps for a wizard
321
+ - **Wizard Path Finder**: Uses `WizardPathFinder` to calculate step positions
322
+ - **Step Analysis Service**: Uses `StepAnalysisService` to determine configuration completeness
323
+ - **Step Type Extension**: Uses `StepTypeExtension` to retrieve step type metadata
324
+ - **Wizard Permissions Helper**: Uses `WizardPermissionsHelper` to validate edit permissions
325
+
326
+ ### Integration Points
327
+
328
+ 1. **Step Creation**: Creates new steps via `EditNewFirstStepHandler` with wizard context pre-filled
329
+ 2. **Step Deletion**: Deletes steps via `DeleteHandler` with confirmation modal
330
+ 3. **Step Navigation**: Links directly to step configuration pages using step URLs
331
+ 4. **Configuration Validation**: Integrates with step analyzers to show completeness status
332
+ 5. **Wizard Analysis**: The configuration complete indicator references the Wizard Analysis widget for detailed validation messages
333
+
334
+ ## Workflow Integration
335
+
336
+ ### Typical Wizard Development Workflow
337
+
338
+ 1. **Create Wizard** → Administrator creates a new wizard page
339
+ 2. **Add Steps** → Administrator uses Step Manager widget to create steps
340
+ 3. **Configure Steps** → Administrator clicks step names to configure each step
341
+ 4. **Monitor Completeness** → Step Manager shows configuration status
342
+ 5. **Validate Structure** → Wizard Analysis widget provides detailed validation
343
+ 6. **Activate Wizard** → Wizard Activation widget enables the wizard for use
344
+
345
+ The Step Manager widget is central to steps 2-4 in this workflow.
346
+
347
+ ### Step Management Lifecycle
348
+
349
+ 1. **Creation**: Use "Create Step" button in Step Manager
350
+ 2. **Configuration**: Click step name to navigate to configuration
351
+ 3. **Monitoring**: View configuration completeness in Step Manager
352
+ 4. **Validation**: Check Wizard Analysis for detailed issues
353
+ 5. **Deletion**: Select step and use "Delete step" action
354
+ 6. **Ordering**: View step sequence in "Order in Wizard" column
355
+
356
+ ## Key Technical Notes
357
+
358
+ - **Wizard Scoped**: Only shows steps associated with the embedding wizard
359
+ - **Permission Aware**: Buttons and actions only appear for users with edit permissions
360
+ - **Real-Time**: Automatically refreshes on configuration changes
361
+ - **REST-Based**: All data fetched via REST API for clean separation of concerns
362
+ - **Sortable**: All columns are sortable for flexible data organization
363
+ - **Type Safety**: Only embeddable on wizard-type pages, enforced at platform level
364
+ - **Path Calculation**: Uses graph algorithms to calculate shortest paths from start step
365
+ - **Extensible**: Step types are provided via extension points, supporting custom step types
366
+
367
+ ## Localization
368
+
369
+ All UI text is localized through the message bundle system:
370
+
371
+ **English** (`messages_en.properties`):
372
+ - Widget name: "Step Manager"
373
+ - Description: "Overview widget of all existing Forms Wizard steps"
374
+ - Table columns: "Name", "Identifier", "Type", "Configuration complete", "Created at", "Order in the wizard"
375
+ - Actions: "Create Step", "Delete step"
376
+ - Tooltip: "More information can be found in the 'Wizard Analysis' widget"
377
+
378
+ **German** (`messages_de.properties`):
379
+ - Widget name: "Schritt-Manager"
380
+ - Description: "Übersichts-Widget über alle vorhandenen Forms-Wizard-Schritte"
381
+ - Table columns: "Name", "Bezeichner", "Typ", "Konfiguration vollständig", "Erstellt am", "Reihenfolge im Wizard"
382
+ - Actions: "Schritt anlegen", "Schritt löschen"
383
+ - Tooltip: "Mehr Informationen können im Widget 'Wizard Analyse' gefunden werden"
384
+
385
+ ## Best Practices
386
+
387
+ 1. **Place on Wizard Configuration Pages**: The widget should be standard on all wizard configuration pages to provide easy step management
388
+
389
+ 2. **Combine with Analysis Widget**: Use alongside the Wizard Analysis widget for comprehensive wizard configuration feedback
390
+
391
+ 3. **Monitor Configuration Status**: Regularly check the "Configuration Complete" column to ensure all steps are properly configured
392
+
393
+ 4. **Use Step Ordering**: Review the "Order in Wizard" column to verify the intended flow sequence
394
+
395
+ 5. **Clean Up Unused Steps**: Regularly review and delete steps that are no longer part of the wizard flow
396
+
397
+ 6. **Link to Step Pages**: Use the clickable step names for quick navigation to step configuration
398
+
399
+ 7. **Check Before Activation**: Ensure all steps show complete configuration before activating the wizard
400
+
401
+ ## Performance Considerations
402
+
403
+ - **Lazy Loading**: The table displays a loading indicator while fetching data
404
+ - **Event Filtering**: Only refreshes on relevant events (step relation changes, activation changes)
405
+ - **Efficient Path Finding**: Shortest path calculation is optimized using `WizardPathFinder`
406
+ - **Server-Side Sorting**: All data processing happens on the backend for performance
407
+ - **Minimal State**: Widget maintains minimal state to reduce memory footprint
408
+
409
+ ## Security and Permissions
410
+
411
+ - **Edit Permissions**: Only users with wizard edit permissions can see buttons and actions
412
+ - **Workspace Boundaries**: Steps are scoped to the wizard's workspace
413
+ - **Access Control**: Button and action visibility is controlled server-side
414
+ - **Safe Deletion**: Delete action requires explicit selection and confirmation
415
+ - **Type Validation**: Embedding restrictions prevent misuse on non-wizard pages
416
+
417
+ ## Summary
418
+
419
+ The Step Manager widget is an essential administrative tool for Forms Wizard configuration. It provides a comprehensive, sortable table view of all wizard steps with key metadata, configuration status indicators, and lifecycle management actions. The widget serves as the central hub for step management, enabling administrators to create, view, and delete steps while monitoring their configuration completeness and execution order. Its tight integration with other Forms Wizard widgets (particularly the Wizard Analysis widget) creates a complete configuration experience that ensures wizards are properly set up before activation.
@@ -0,0 +1,256 @@
1
+ # Step Preview Widget Research
2
+
3
+ **Widget ID:** `cf.cplace.formsWizard.stepPreview`
4
+ **Repository:** `cplace-forms-wizard`
5
+ **Definition Class:** `cf.cplace.formsWizard/src/main/java/cf/cplace/formsWizard/script/StepPreviewWidgetDefinition.java`
6
+
7
+ ---
8
+
9
+ ## 1. Widget Description
10
+
11
+ The **Step Preview Widget** is a real-time visual preview widget that displays how a Forms Wizard step will appear to end users during wizard execution while it is being configured by an administrator.
12
+
13
+ ---
14
+
15
+ ## 2. Purpose and Core Functionality
16
+
17
+ ### What It Does
18
+
19
+ The Step Preview Widget provides a **live, dynamic preview** of individual wizard steps during the configuration phase. It:
20
+
21
+ 1. **Fetches step data** from the backend via REST API (`/steps/preview` endpoint)
22
+ 2. **Renders the appropriate step view** based on the step type (Form, Info, Decision, Table, Script)
23
+ 3. **Auto-updates** when step configuration changes, listening to `STEP_CONFIG_UPDATED_EVENT`
24
+ 4. **Dynamically compiles** the correct Angular directive for each step type
25
+ 5. **Handles non-previewable steps** by showing a "This step does not have a view" message
26
+
27
+ ### Technical Architecture
28
+
29
+ **Backend (Java):**
30
+ - **Controller:** `StepPreviewController` exposes a GET endpoint at `/cplace-fe/cf.cplace.formsWizard/steps/preview`
31
+ - **Service:** `StepPreviewCreatorService` generates preview data by:
32
+ - Finding the step entity by ID
33
+ - Determining the step type
34
+ - Checking if the step requires user interaction (`requiresUserInteraction()`)
35
+ - Creating a preview view using the step type's layouter
36
+
37
+ **Frontend (TypeScript/Angular):**
38
+ - **Component:** `StepPreviewController` manages the preview lifecycle
39
+ - **Service:** `StepPreviewService` handles API calls to fetch preview data
40
+ - **Dynamic Rendering:** Uses Angular's `$compile` service to dynamically create and inject the appropriate step preview directive
41
+ - **Directive Mapping:** `StepTypeToDirectiveService` converts step type names (e.g., `cf.cplace.formsWizard.form`) to Angular directive names (e.g., `cf-cplace-forms-wizard-form`)
42
+
43
+ ### Key Implementation Details
44
+
45
+ **From `StepPreviewWidgetDefinition.java:66-69`:**
46
+ ```java
47
+ public void checkEmbeddableIn(PersistentEntity entity, WidgetEmbedding embedding) {
48
+ checkIsEmbeddedAsWidget(entity, embedding);
49
+ checkIsOneOfTheseTypes(entity, embedding, FormsWizardAppTypes.STEP.TYPE);
50
+ }
51
+ ```
52
+ - The widget can **only be embedded on Step pages** (type: `cf.cplace.formsWizard.step`)
53
+
54
+ **From `StepPreviewComponent.ts:50-71`:**
55
+ ```typescript
56
+ updatePreview() {
57
+ this.stepPreviewService.getPreview(this.stepId).then((result) => {
58
+ if (this.stepData && this.stepData.stepType === result.type) {
59
+ this.stepData = result; // Same type: just update data
60
+ } else {
61
+ this.stepData = result;
62
+ // Different type: destroy old directive and create new one
63
+ this.$element.empty();
64
+ const elmName = this.stepTypeToDirectiveService.getDirectiveForPreview(result.type);
65
+ const stepViewElm = document.createElement(elmName);
66
+ const stepViewDirective = this.$compile(stepViewElm)(this.$scope.$new());
67
+ this.$element.append(stepViewDirective);
68
+ }
69
+ });
70
+ }
71
+ ```
72
+ - **Smart update logic:** If the step type hasn't changed, it updates data without re-rendering
73
+ - **Full re-render:** If the step type changes, it destroys the old directive and creates a new one
74
+
75
+ ---
76
+
77
+ ## 3. Use Cases
78
+
79
+ ### Primary Use Case: Step Configuration Preview
80
+ **Who:** Forms Wizard administrators/configurators
81
+ **When:** While configuring individual steps of a Forms Wizard
82
+ **Why:** To see how the step will appear to end users before activating the wizard
83
+
84
+ **Scenario:**
85
+ 1. Administrator opens a Step page in the Forms Wizard
86
+ 2. The Step Preview Widget (typically placed in the bottom-left section of the page layout) shows a live preview
87
+ 3. Administrator edits step configuration using the Step Editor Widget (top-left section)
88
+ 4. The preview automatically updates to reflect changes
89
+ 5. Administrator can verify layout, attribute placement, and appearance before saving
90
+
91
+ ### Use Case 2: Multi-Step Type Support
92
+ **Step Types Supported:**
93
+ - **Form Steps:** Preview shows form fields, layout (single/multi-column), and UI elements (text, dividers)
94
+ - **Info Steps:** Preview shows informational text and dynamically generated content
95
+ - **Decision Steps:** Preview shows decision options and button labels
96
+ - **Table Steps:** Preview shows table configuration
97
+ - **Script Steps:** Shows "no preview available" (no user interaction)
98
+
99
+ ### Use Case 3: Configuration Validation
100
+ **Who:** Forms Wizard administrators
101
+ **Why:** To catch configuration issues early
102
+
103
+ **Example:**
104
+ - Form step with no attributes configured → Preview shows the issue visually
105
+ - Duplicate attributes → Preview reflects the merged state
106
+ - Invalid attribute selections → Preview shows errors or incomplete state
107
+
108
+ ---
109
+
110
+ ## 4. Configuration Concepts
111
+
112
+ ### Widget Embedding
113
+ - **Automatically embedded** on Step pages via the default type layout defined in `FormsWizardAppTypes.STEP.WIDGET_CONTAINER_DEF`
114
+ - Located in the **second row, first column** (6-column width) of the default Step page layout
115
+ - Positioned **below the Step Editor Widget** for easy side-by-side configuration
116
+
117
+ ### Widget State
118
+ **From `cfCplaceFormsWizardStepPreviewWidgetDirective.ts:3-5`:**
119
+ ```typescript
120
+ export interface StepPreviewState {
121
+ embeddedIn: string; // The ID of the Step page this widget is embedded in
122
+ }
123
+ ```
124
+ - Minimal configuration required
125
+ - Widget automatically determines which step to preview based on the embedding page
126
+
127
+ ### Configuration Options
128
+ The widget itself has **minimal configuration** (height can be set, as seen in the type definition: `"height": "500.0"`). The preview content is entirely driven by:
129
+ 1. The step being edited
130
+ 2. The step's type
131
+ 3. The step's configuration data
132
+
133
+ ### Non-Previewable Steps
134
+ **From `StepPreviewCreatorService.java:34-36`:**
135
+ ```java
136
+ if (!stepType.requiresUserInteraction()) {
137
+ return new StepDto(DUMMY_STEP_NAME, null);
138
+ }
139
+ ```
140
+ - Steps that don't require user interaction (e.g., Script steps) return a dummy step name
141
+ - Frontend displays: **"This step does not have a view"** (message key: `stepPreviewNotApplicable`)
142
+
143
+ ---
144
+
145
+ ## 5. Context and Dependencies
146
+
147
+ ### Relationship to Other Widgets
148
+ The Step Preview Widget is part of a **cohesive step configuration experience**:
149
+
150
+ 1. **Step Editor Widget** (`cf.cplace.formsWizard.stepEditor`)
151
+ - Placed in the top-left section of Step pages
152
+ - Provides the configuration UI
153
+ - Triggers `STEP_CONFIG_UPDATED_EVENT` when configuration changes
154
+ - The preview listens to this event and updates automatically
155
+
156
+ 2. **Step Editor for Wizard Widget** (`cf.cplace.formsWizard.stepEditorForWizard`)
157
+ - Quick editor embedded on Wizard pages
158
+ - Also works with the preview widget in the same way
159
+
160
+ 3. **Step Manager Widget** (`cf.cplace.formsWizard.stepManager`)
161
+ - Lists all steps in a wizard
162
+ - Users navigate from here to individual Step pages where the preview is shown
163
+
164
+ ### Forms Wizard Architecture
165
+ The widget is part of the larger **Forms Wizard** feature set:
166
+
167
+ - **Forms Wizard App:** Enables creation of multi-step input wizards
168
+ - **Wizard Execution:** End users navigate through steps in runtime
169
+ - **Step Types:** Extensible architecture supporting different step types (Form, Info, Decision, Table, Script)
170
+ - **Step Configuration:** Administrators configure steps using editors and preview the result
171
+
172
+ ### Prerequisites
173
+ - **Embedding Context:** Must be embedded on a page of type `cf.cplace.formsWizard.step`
174
+ - **Step Type Registration:** The step type being previewed must be registered via the `StepType` extension point
175
+ - **Step Type Directive:** Each previewable step type must provide an Angular directive for rendering the preview
176
+
177
+ ### Extension Points
178
+ The widget leverages the **StepType extension point architecture**:
179
+ - Each `StepType` implementation provides a `StepLayouter`
180
+ - The layouter's `createPreview()` method generates preview data
181
+ - Frontend dynamically loads the appropriate preview directive
182
+
183
+ ---
184
+
185
+ ## 6. Key Messages and Localization
186
+
187
+ **Widget Name and Description:**
188
+ - `script.StepPreviewWidgetDefinition.widgetName=Step Preview`
189
+ - `script.StepPreviewWidgetDefinition.description=Preview widget that shows the step that is currently being configured`
190
+
191
+ **User-Facing Messages:**
192
+ - `formsWizardPlugin.javascriptMessages.stepPreviewNotApplicable=This step does not have a view`
193
+
194
+ ---
195
+
196
+ ## 7. Technical Implementation Notes
197
+
198
+ ### Dynamic Directive Compilation
199
+ The widget uses Angular's `$compile` service to dynamically create step-type-specific preview directives:
200
+ - **Step Type:** `cf.cplace.formsWizard.form`
201
+ - **Becomes Directive:** `cf-cplace-forms-wizard-form`
202
+
203
+ **Transformation Logic (`StepTypeToDirectiveService`):**
204
+ 1. Convert camelCase to snake-case with dashes
205
+ 2. Replace all dots with dashes
206
+ 3. Example: `cf.cplace.formsWizard.form` → `cf-cplace-forms-wizard-form`
207
+
208
+ ### Event-Driven Updates
209
+ The widget listens to the `STEP_CONFIG_UPDATED_EVENT` on Angular's `$rootScope`:
210
+ ```typescript
211
+ this.$rootScope.$on(STEP_CONFIG_UPDATED_EVENT, (event, args) => {
212
+ this.updatePreview();
213
+ });
214
+ ```
215
+ This ensures the preview stays in sync with configuration changes in real-time.
216
+
217
+ ### REST API
218
+ **Endpoint:** `GET /cplace-fe/cf.cplace.formsWizard/steps/preview?stepId={stepId}`
219
+ **Response:** `StepDto` containing:
220
+ - `type`: The step type name (e.g., `cf.cplace.formsWizard.form`)
221
+ - `data`: Step-specific view data (layout, attributes, configuration)
222
+
223
+ ---
224
+
225
+ ## 8. Default Page Layout Integration
226
+
227
+ The Step Preview Widget is **pre-configured** in the default layout for Step pages:
228
+
229
+ **From `FormsWizardAppTypes.java:171-384`:**
230
+ ```java
231
+ Row.fromColumns(
232
+ new Column(9, StepEditorWidget), // Left: 9-column editor
233
+ new Column(3, AttributesWidget) // Right: 3-column attributes
234
+ ),
235
+ Row.fromColumns(
236
+ new Column(6, StepPreviewWidget), // Left: 6-column preview
237
+ new Column(6) // Right: empty
238
+ )
239
+ ```
240
+
241
+ This layout creates a **two-row configuration interface**:
242
+ - **Top row:** Editor (9 cols) + Attributes panel (3 cols)
243
+ - **Bottom row:** Preview (6 cols) + Empty space (6 cols)
244
+
245
+ ---
246
+
247
+ ## 9. Summary
248
+
249
+ The **Step Preview Widget** is a specialized configuration tool that provides real-time visual feedback during Forms Wizard step configuration. It bridges the gap between configuration and execution by showing administrators exactly how their step will appear to end users. The widget is tightly integrated with the Step Editor Widget and the broader Forms Wizard architecture, leveraging Angular's dynamic compilation capabilities to support multiple step types through a pluggable directive system.
250
+
251
+ **Key Strengths:**
252
+ - Real-time preview during configuration
253
+ - Support for multiple step types via dynamic directives
254
+ - Automatic updates via event-driven architecture
255
+ - Minimal configuration required (embedded by default)
256
+ - Graceful handling of non-previewable steps