@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,12 @@
1
+ {
2
+ "Widget": "cf.cplace.tuplesWidget.widget",
3
+ "Description": "{\"de\":\"Zeigt die Tupel-Seiten innerhalb einer Tabelle.\",\"en\":\"Shows the tuple pages within a table.\"}",
4
+ "Localized Name": "{\"en\":\"Tuple\",\"de\":\"Tupel\"}",
5
+ "Icon": "cf-widget",
6
+ "Plugin": "cf.cplace.tuplesWidget",
7
+ "App": "cf.cplace.platform",
8
+ "Localized App Name": "{\"en\":\"cplace Basis\",\"de\":\"cplace Basis\"}",
9
+ "Repository": "cplace-paw",
10
+ "* Details DE": null,
11
+ "* Details EN": "<p><strong>More Details</strong></p>\n\n<p>The 'Tuples' widget can be used to create and edit tuple-type data.</p>\n\n<p>Tuples are finite ordered lists of elements. Unlike lists, tuples are immutable.</p>\n\n<p><strong>Settings</strong></p>\n\n<p>// * Tuple attribute:</p>\n\n<p>// * Show name of tuple as column *: True/false.</p>\n\n<p>// * Attributes of tuples to be shown in widget:</p>\n\n<p>// * Sort by:</p>\n\n<p>// * Sort order:</p>\n\n<p>// * Widget title: Bilingual text.</p>\n\n<p>// * Height of the widget (in pixels)</p>\n\n<p>// * Allow reordering of tuple entries<span class=\"cplace-control-required\"> *: True/false.&nbsp;</span> If this option is enabled and if the user has the permission to edit the tuple attribute, the widget will show buttons for&nbsp; reordering the tuple entries. This option cannot be used in combination with 'Sort by'.</p>\n\n<p><span class=\"cplace-control-required\">// </span> * Allow the creation of tupel entries<span class=\"cplace-control-required\"> *:&nbsp;True/false.</span>&nbsp; If this option is enabled and if the user has the permission to create pages of the tuple type, the widget will show a button for creating new tuple entries.</p>\n\n<p><span class=\"cplace-control-required\">// * </span> Allow editing of tupel entries <span class=\"cplace-control-required\">*</span>: <span class=\"cplace-control-required\">True/false. </span> If this option is enabled and if the user has the permission to edit a tuple entry, its attributes will be editable within the widget.</p>\n\n<p>// * Allow deletion of tupel entries <span class=\"cplace-control-required\">*</span>: <span class=\"cplace-control-required\">True/false. </span> If this option is enabled and if the user has the permission to delete a tuple entry, the widget will show a button for deleting it.</p>"
12
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "tags": [
3
+ "table",
4
+ "references",
5
+ "inline-edit",
6
+ "sortable",
7
+ "drag-drop",
8
+ "detail-view"
9
+ ],
10
+ "requiredApp": null
11
+ }
@@ -0,0 +1,202 @@
1
+ ## Overview
2
+
3
+ The Tuple widget shows the tuple pages within a table. It provides a specialized table view for managing collections of referenced pages (called "tuples") through a multi-reference attribute. It combines viewing, inline editing, and CRUD operations in a spreadsheet-like interface without requiring users to navigate away from the parent page.
4
+
5
+ In cplace terminology, "tuples" are referenced entities (pages) linked to the current page through a reference attribute. This widget displays these referenced pages with configurable columns showing selected attributes from the referenced type.
6
+
7
+ ## Use Cases
8
+
9
+ ### Master-Detail Relationships
10
+ Display and manage a list of related detail records for a master record.
11
+ - **Example**: A project page showing related tasks, risks, or milestones
12
+ - **Example**: A customer page displaying contacts or orders
13
+ - **Benefit**: All related items visible and editable in one place
14
+
15
+ ### Structured Data Collections
16
+ Manage collections of structured data entries where multiple attributes of each item need to be visible.
17
+ - **Example**: Configuration items, checklist entries, or requirements
18
+ - **Benefit**: Table format provides quick scanning of multiple data points per item
19
+
20
+ ### Editable Reference Lists
21
+ When users need to create, edit, and delete referenced items directly from the parent page.
22
+ - **Benefit**: Inline editing without navigation
23
+ - **Benefit**: Quick creation of new related entities
24
+ - **Benefit**: Integrated deletion with confirmation
25
+
26
+ ### Ordered Collections
27
+ When the sequence of referenced items matters and users need to reorder them.
28
+ - **Feature**: Drag-and-drop reordering
29
+ - **Feature**: Manual ordering controls (up/down buttons)
30
+ - **Benefit**: Maintains user-defined sequence in the reference attribute
31
+
32
+ ### Configurable Views of Related Data
33
+ Show only specific attributes of referenced items tailored to the use case.
34
+ - **Feature**: Custom column selection from available tuple attributes
35
+ - **Benefit**: Focused view without information overload
36
+ - **Benefit**: Adapts to different viewing contexts
37
+
38
+ ## Operating Modes
39
+
40
+ The widget has two mutually exclusive ordering modes:
41
+
42
+ ### Manual Ordering Mode
43
+ **Enabled when**: Reordering is allowed AND no sort attribute is configured
44
+
45
+ Users can drag-and-drop or use up/down buttons to reorder tuples. The order is persisted in the reference attribute and maintained across sessions.
46
+
47
+ **Requirements**:
48
+ - User must have edit permission on the tuple attribute
49
+ - At least 2 tuples must exist
50
+ - Automatic sorting must not be configured
51
+
52
+ ### Automatic Sorting Mode
53
+ **Enabled when**: A sort attribute is configured
54
+
55
+ Tuples are automatically sorted by the specified attribute in ascending or descending order. Users cannot manually change the order.
56
+
57
+ **Note**: This mode and manual ordering mode cannot be used together.
58
+
59
+ ## Design Considerations
60
+
61
+ ### When to Use This Widget
62
+
63
+ **Choose Tuples Widget when**:
64
+ - You need to manage a moderate collection of referenced entities (typically < 100 items)
65
+ - Users need inline editing capabilities for referenced items
66
+ - The relationship is managed through a reference attribute on the embedding page
67
+ - CRUD operations on referenced items are important to the workflow
68
+ - Column-based view of multiple attributes is valuable
69
+
70
+ **Consider Alternatives when**:
71
+ - You need complex filtering or aggregation (use Embedded Search Table)
72
+ - The collection is very large (> 100 items) (use Embedded Search Table)
73
+ - You only need read-only display (use Table Widget or Embedded Search)
74
+ - The relationship is single-valued 1-to-1 (use Connected Attributes Group)
75
+ - You need cross-workspace searches (use Embedded Search)
76
+
77
+ ### Permission-Aware Design
78
+
79
+ The widget adapts its UI based on user permissions and configuration:
80
+
81
+ 1. **Allow Reordering**: Shows/hides ordering controls based on configuration and permissions
82
+ 2. **Allow Adding**: Shows/hides "Create [Type]" button based on create permissions and multiplicity
83
+ 3. **Allow Editing**: Enables/disables inline editing based on edit permissions
84
+ 4. **Allow Deleting**: Shows/hides delete buttons based on delete permissions
85
+
86
+ This granular control allows precise definition of user capabilities at the widget level.
87
+
88
+ ### Configuration Dependencies
89
+
90
+ Key configuration flow:
91
+ 1. First select the reference attribute (Tuple Attribute)
92
+ 2. Save configuration to refresh available options
93
+ 3. Then select which tuple attributes to display as columns
94
+ 4. Configure ordering mode (manual OR automatic, not both)
95
+ 5. Set permission toggles based on intended user interaction
96
+
97
+ **Important**: The list of available tuple attributes for column selection only becomes available after selecting and saving the reference attribute.
98
+
99
+ ## Common Pitfalls
100
+
101
+ ### Trying to Use Both Ordering Modes
102
+ **Problem**: Configuring both manual reordering and automatic sorting simultaneously.
103
+
104
+ **Solution**: Choose one mode. If sorting is needed, use automatic sorting. If user-defined order is needed, enable manual reordering without configuring a sort attribute.
105
+
106
+ ### Not Saving After Selecting Reference Attribute
107
+ **Problem**: Attempting to configure visible columns before saving the reference attribute selection.
108
+
109
+ **Solution**: Save the widget configuration after selecting the tuple attribute to refresh the available column options.
110
+
111
+ ### Using for Large Collections
112
+ **Problem**: Performance issues when displaying hundreds of tuples.
113
+
114
+ **Solution**: For large collections, use Embedded Search Table widget which provides pagination and is optimized for larger datasets.
115
+
116
+ ### Insufficient Permissions
117
+ **Problem**: Users cannot perform expected operations (create, edit, delete, reorder).
118
+
119
+ **Solution**: Verify users have:
120
+ - Edit permission on the reference attribute (for add/remove/reorder)
121
+ - Create permission on tuple type (for adding)
122
+ - Edit permission on individual tuples (for inline editing)
123
+ - Delete permission on individual tuples (for deletion)
124
+
125
+ ### Overlooking Multiplicity Constraints
126
+ **Problem**: Users cannot add tuples when maximum multiplicity is reached.
127
+
128
+ **Solution**: Check the reference attribute's multiplicity settings. If set to single-valued or has a maximum, the widget will prevent additional additions.
129
+
130
+ ## Related Widgets
131
+
132
+ ### Connected Attributes Group (`cf.cplace.platform.connectedAttributesGroup`)
133
+ Shows attributes of a single referenced entity in form layout.
134
+
135
+ **Use Connected Attributes when**: You have a 1-to-1 relationship and need to display/edit attributes of a single referenced page.
136
+
137
+ **Use Tuples Widget when**: You have a 1-to-many relationship and need table-based view of multiple referenced pages.
138
+
139
+ ### Embedded Search Table (`cf.platform.embeddedSearchAsTable`)
140
+ Shows search results in table format with advanced filtering and aggregation.
141
+
142
+ **Use Embedded Search when**: You need complex filtering, large datasets, cross-space searches, aggregations, or read-only display of query results.
143
+
144
+ **Use Tuples Widget when**: You need CRUD operations, inline editing, manual ordering, or direct reference management through an attribute.
145
+
146
+ ### Table Widget (`cf.cplace.platform.tableWidget`)
147
+ Generic table for displaying structured data.
148
+
149
+ **Use Table Widget when**: You need a simple read-only table display of data.
150
+
151
+ **Use Tuples Widget when**: You need interactive management of referenced entities with editing and CRUD capabilities.
152
+
153
+ ### Table Detail View Widget (`cf.cplace.tableDetailViewWidget.widget`)
154
+ Shows table with expandable detail panels.
155
+
156
+ **Use Table Detail View when**: You need master-detail layout with expandable detail panels showing more information than fits in columns.
157
+
158
+ **Use Tuples Widget when**: You need simpler table-based reference management without detail panels.
159
+
160
+ ## Key Differences from Similar Widgets
161
+
162
+ ### vs. Embedded Search Table
163
+ - **Tuples Widget**: Direct reference management, inline editing, CRUD operations, manual ordering, works through reference attribute
164
+ - **Embedded Search**: Read-only view, complex filtering, cross-space searches, aggregations, pagination for large datasets
165
+
166
+ ### vs. Connected Attributes Group
167
+ - **Tuples Widget**: Multiple referenced entities in table format
168
+ - **Connected Attributes**: Single referenced entity with form layout
169
+
170
+ ### vs. Table Detail View
171
+ - **Tuples Widget**: Simpler table-focused interface with inline editing
172
+ - **Table Detail View**: More complex layout with expandable detail views
173
+
174
+ ## Prerequisites
175
+
176
+ ### Data Model Requirements
177
+ 1. A reference attribute must exist on the embedding page's type
178
+ 2. The reference attribute must point to a specific tuple type
179
+ 3. The tuple type should have attributes that make sense to display in columns
180
+ 4. Multi-value multiplicity (0..* or similar) for the reference attribute
181
+
182
+ ### Permission Requirements
183
+ 1. Read access to the tuple type and its attributes
184
+ 2. Edit access to the reference attribute (for add/remove/reorder operations)
185
+ 3. Create permissions on tuple type (for creation operations)
186
+ 4. Delete permissions on tuple type (for deletion operations)
187
+
188
+ ### Embedding Context
189
+ The widget must be embedded in a Page or TypeDefinition. It cannot be embedded in other contexts.
190
+
191
+ ## Extension Points
192
+
193
+ The widget provides several extension points for custom behavior:
194
+
195
+ ### AssignReferenceToNewTupleExtension
196
+ Add custom search filters when creating new tuples to restrict which tuples can be created based on business logic.
197
+
198
+ ### TupleValidationErrorExtension
199
+ Show custom error messages or warnings about the tuple collection in the widget UI.
200
+
201
+ ### PreventRemoveTupleExtension
202
+ Prevent deletion of specific tuples to protect required tuples or enforce business rules.
@@ -0,0 +1 @@
1
+ Shows the tuple pages within a table. Displays referenced entities with inline editing capabilities and CRUD operations for managing collections of related pages through reference attributes.
@@ -0,0 +1,12 @@
1
+ {
2
+ "Widget": "cf.cplace.videoWidget",
3
+ "Description": "{\"en\":\"Enables output of a previously selected video uploaded to cplace.\",\"de\":\"Ermöglicht die Ausgabe eines zuvor gewählten und in cplace hochgeladenen Videos.\"}",
4
+ "Localized Name": "{\"en\":\"Video\",\"de\":\"Video\"}",
5
+ "Icon": "cf-widget",
6
+ "Plugin": "cf.cplace.videoWidget",
7
+ "App": "cf.cplace.platform",
8
+ "Localized App Name": "{\"en\":\"cplace Basis\",\"de\":\"cplace Basis\"}",
9
+ "Repository": "cplace-utility-widgets",
10
+ "* Details DE": null,
11
+ "* Details EN": null
12
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "tags": [
3
+ "media",
4
+ "files",
5
+ "read-only",
6
+ "detail-view",
7
+ "documentation"
8
+ ],
9
+ "requiredApp": null
10
+ }
@@ -0,0 +1,65 @@
1
+ ## Overview
2
+
3
+ The Video widget enables output of a previously selected video uploaded to cplace. It provides a simple way to embed video and image content directly on cplace pages using the browser's native HTML5 video player, providing standard controls (play, pause, volume, fullscreen) without requiring external video hosting services. The widget automatically detects whether the uploaded file is a video or image and renders it appropriately with configurable dimensions and optional frame styling.
4
+
5
+ ## Use Cases
6
+
7
+ **Educational Content**: Display instructional or training videos directly on project pages or documentation pages for team learning and knowledge transfer.
8
+
9
+ **Presentations & Demos**: Embed product demos, feature walkthroughs, or presentation recordings to showcase functionality without leaving cplace.
10
+
11
+ **Documentation**: Add visual content (videos or images) to enhance written documentation and make processes clearer.
12
+
13
+ **Media Galleries**: Create visual portfolios or media collections on pages to organize and display multimedia content.
14
+
15
+ **Team Communication**: Share recorded meetings, status updates, or announcements in video format for asynchronous collaboration.
16
+
17
+ **Marketing Materials**: Display promotional videos, case studies, or customer testimonials within cplace pages.
18
+
19
+ ### When to Use This Widget
20
+
21
+ - When you need to embed video or image content directly on a cplace page without external hosting
22
+ - When you want browser-native video controls without additional configuration
23
+ - When you need responsive video display that adapts to container width
24
+ - When you want a simple, no-configuration-needed media display solution
25
+ - When you need to support offline scenarios where external video hosting isn't available
26
+
27
+ ## Design Considerations
28
+
29
+ ### Why This Widget Exists
30
+
31
+ The Video Widget leverages native HTML5 capabilities for better performance and privacy compared to external video services. It maintains consistent styling with cplace's widget framework and supports offline scenarios where external video hosting like YouTube or Vimeo isn't available or desirable.
32
+
33
+ ### Limitations
34
+
35
+ The widget has intentional constraints focused on simplicity:
36
+
37
+ - No advanced video player features (chapters, subtitles, playback speed controls)
38
+ - Relies on browser's native video codec support, which varies by browser
39
+ - Files must be uploaded to cplace (no direct URL embedding to external sources)
40
+ - Width is always responsive (100% of container), cannot set fixed width
41
+ - Height is fixed in pixels rather than responsive
42
+
43
+ ### Browser Compatibility
44
+
45
+ The widget requires HTML5 video support in the browser. For unsupported browsers, it displays a fallback message: "Your browser does not support the video tag."
46
+
47
+ ## Alternatives
48
+
49
+ Consider alternatives when this widget doesn't fit your needs:
50
+
51
+ **For YouTube/Vimeo videos**: Use an iframe widget or embed widget instead of uploading the file to cplace.
52
+
53
+ **For complex video interactions**: Custom development may be needed if you require advanced features like chaptered navigation, multi-language subtitles, or custom player controls.
54
+
55
+ **For streaming large video files**: Consider external hosting platforms optimized for streaming to avoid storage and bandwidth constraints.
56
+
57
+ **For live video**: Requires a different streaming solution; this widget only supports uploaded files.
58
+
59
+ ## Related Patterns
60
+
61
+ **Documentation Enhancement**: Combine the Video Widget with text widgets and structured content to create rich, multimedia documentation pages.
62
+
63
+ **Media Collections**: Use multiple Video Widgets within a layout to create galleries or comparison views.
64
+
65
+ **Training Materials**: Pair with form widgets or interactive elements to create training modules with embedded video demonstrations.
@@ -0,0 +1 @@
1
+ Enables output of a previously selected video uploaded to cplace. Displays video files and images with customizable dimensions and optional frame styling using HTML5 video player controls.
@@ -0,0 +1,12 @@
1
+ {
2
+ "Widget": "cf.cplace.visualizations.scriptingHighcharts",
3
+ "Description": "{\"de\":\"Ermöglicht die Konfiguration von Highchart-Diagrammen mittels cplaceJS.\",\"en\":\"Enables the configuration of Highchart diagrams using cplaceJS.\"}",
4
+ "Localized Name": "{\"en\":\"cplaceJS based Highcharts Visualization\",\"de\":\"cplaceJS Highcharts-Diagramm\"}",
5
+ "Icon": "cf-cplace",
6
+ "Plugin": "cf.cplace.scriptingVisualizations",
7
+ "App": "cf.cplace.platform",
8
+ "Localized App Name": "{\"en\":\"cplace Basis\",\"de\":\"cplace Basis\"}",
9
+ "Repository": "cplace-paw",
10
+ "* Details DE": null,
11
+ "* Details EN": null
12
+ }
@@ -0,0 +1,12 @@
1
+ **Configuration Modes**: The widget has these data source modes controlled by `cf.cplace.visualization.dataSource`:
2
+ - `search`: Query pages via embedded search
3
+ - `connectedTable`: Use pages from another table widget on the same layout
4
+
5
+ **Typical Configuration Workflow**:
6
+ 1. Set `cf.cplace.visualization.dataSource` to choose your data source mode
7
+ 2. Configure the corresponding data source attribute:
8
+ - For `search`: Configure `cf.cplace.visualization.search` (use cplaceJson from cplace_search_pages)
9
+ - For `connectedTable`: Set `tableWidgetId` and `cf.cplace.visualization.tableSelectionOnly`
10
+ 3. Write your cplaceJS script in `cf.cplace.visualization.script` that:
11
+ - Processes the `pages` variable (all pages from your data source)
12
+ - Returns a valid Highcharts configuration object
@@ -0,0 +1,9 @@
1
+ {
2
+ "tags": [
3
+ "chart",
4
+ "low-code",
5
+ "dashboard",
6
+ "filterable"
7
+ ],
8
+ "requiredApp": null
9
+ }
@@ -0,0 +1,117 @@
1
+ ## Overview
2
+
3
+ The cplaceJS based Highcharts Visualization widget enables the configuration of Highchart diagrams using cplaceJS. It serves as the escape hatch when standard chart widgets cannot meet visualization requirements.
4
+
5
+ **Use when**:
6
+ - Standard chart widgets (pie, bar, line) lack required customization
7
+ - You need complex chart types like Gantt charts, mixed-type charts, or specialized layouts
8
+ - Visualization logic requires conditional formatting, custom tooltips, or dynamic data transformations
9
+ - Charts must respond to specific business rules or calculations
10
+
11
+ **Alternatives**:
12
+ - **Connected Pie Chart** - Simpler pie/donut charts without scripting
13
+ - **Connected Bar Chart** - Standard bar/column visualizations
14
+ - **Scripting Line Chart** - When only line charts are needed with simpler scripting
15
+
16
+ ## Use Cases
17
+
18
+ ### Timeline and Scheduling Visualizations
19
+ Gantt charts displaying projects, tasks, or activities across time. These require mapping start/end dates to horizontal bars, applying status-based coloring, and often include clickable elements linking to detail pages.
20
+
21
+ ### Status Distribution Displays
22
+ Donut or pie charts showing how items distribute across different states (open/in progress/done, risk levels, categories). Useful for dashboards where stakeholders need quick visual summaries.
23
+
24
+ ### Trend Analysis with Comparisons
25
+ Mixed chart types combining stacked columns with overlaid line series. Common for comparing actual values against targets, demand versus capacity, or historical trends against forecasts.
26
+
27
+ ### Resource and Capacity Views
28
+ Visualizations aggregating time-bounded data across periods (monthly, quarterly). Often requires processing complex reference chains and calculating derived metrics.
29
+
30
+ ## Behavior and Capabilities
31
+
32
+ ### Data Source Modes
33
+
34
+ The widget supports two fundamentally different data retrieval approaches:
35
+
36
+ **Connected Table Mode**: The chart receives its data from a table widget on the same page. This creates a tight coupling where the chart always reflects what the table shows, including any filters or sorting the user has applied. Users can optionally restrict the chart to only selected rows, enabling interactive exploration.
37
+
38
+ **Search Mode**: The chart queries for data independently using cplace's search filters. This provides flexibility when the chart needs different data than surrounding widgets, or when there is no table to connect to.
39
+
40
+ ### Scripting Capabilities
41
+
42
+ Scripts receive page data and must return a valid Highcharts configuration object. Within the script, you can:
43
+
44
+ - Access page attributes including references and their nested properties
45
+ - Perform aggregations and calculations across the dataset
46
+ - Apply conditional logic for colors, labels, and formatting
47
+ - Generate clickable elements linking to pages
48
+ - Handle localization based on user language
49
+ - Implement empty-state handling when no data matches criteria
50
+
51
+ ### Highcharts Integration
52
+
53
+ The widget supports the full range of Highcharts chart types and configurations:
54
+ - Standard charts (column, bar, line, pie, area)
55
+ - Gantt charts with timeline axes
56
+ - Mixed-type charts combining multiple series types
57
+ - Custom tooltips, data labels, and legends
58
+ - Interactive features like zoom and click handlers
59
+
60
+ ## Design Considerations
61
+
62
+ ### When Scripting is Worth the Complexity
63
+
64
+ Scripting adds maintenance overhead and requires JavaScript knowledge. Choose this widget when:
65
+
66
+ - The visualization logic cannot be expressed through configuration alone
67
+ - You need to combine or transform data from multiple attributes
68
+ - Status-to-color mapping requires business logic beyond simple lookups
69
+ - The chart type or layout is not available in standard widgets
70
+
71
+ For straightforward distributions or comparisons, standard chart widgets are preferable.
72
+
73
+ ### When NOT to Use This Widget
74
+
75
+ **For simple number displays (KPI cards, metric counts), use `demoRichString` instead:**
76
+
77
+ - No Highcharts configuration needed
78
+ - Full CSS control over card styling
79
+ - Lower complexity for basic number + label displays
80
+ - Platform widget - always available
81
+
82
+ | Need | Better Choice |
83
+ |------|---------------|
84
+ | Single number with label (KPI card) | `demoRichString` |
85
+ | Styled metric with custom colors | `demoRichString` |
86
+ | Count from search query | `demoRichString` with embedded Low-Code widget |
87
+
88
+ Use this widget only when you need actual charts (bar, pie, line, Gantt, gauge).
89
+
90
+ ### Data Volume Implications
91
+
92
+ Scripts execute on page load and process data client-side. For large datasets:
93
+ - Consider server-side aggregation before visualization
94
+ - Use specific search filters to limit returned data
95
+ - Avoid complex nested reference traversals on large result sets
96
+
97
+ ### Empty State Handling
98
+
99
+ Scripts should always handle the case where no data matches the search criteria. Returning a centered message rather than a broken or empty chart improves user experience significantly.
100
+
101
+ ### Mixed Chart Considerations
102
+
103
+ When combining series types (e.g., columns with a line overlay), layer ordering matters. Line series typically need higher z-index values to appear above filled series. Step-style lines often work better than smooth curves when overlaying discrete column data.
104
+
105
+ ### Localization
106
+
107
+ Charts displayed to international users should detect user language and provide localized labels, titles, and messages. This includes both static text and dynamically generated content like tooltips.
108
+
109
+ ## Related Widgets
110
+
111
+ **Data Source Widgets**: Works with **Table Widget** or **Connected Table** when using connected table mode. The table defines what data flows into the chart.
112
+
113
+ **Alternative Chart Widgets**: Consider **Connected Pie Chart** and **Connected Bar Chart** for simpler requirements. These offer less flexibility but require no scripting.
114
+
115
+ **Sibling Scripting Widget**: **Scripting Line Chart** provides similar scripting capabilities but optimized specifically for line chart rendering.
116
+
117
+ **Dashboard Context**: Often appears alongside summary widgets, KPI displays, and tables to provide complementary visualizations of the same underlying data from different perspectives.
@@ -0,0 +1 @@
1
+ Enables the configuration of Highchart diagrams using cplaceJS. Use when standard chart widgets lack required customization for complex chart types, conditional formatting, or business-rule-driven visualizations.
@@ -0,0 +1,5 @@
1
+ **Valid Values**:
2
+ - `search`: Widget queries data via embedded search
3
+ - Activates: `cf.cplace.visualization.search`, `sortColumn`, `sortOrder`
4
+ - `connectedTable`: Widget uses data from a connected table widget
5
+ - Activates: `tableWidgetId`, `cf.cplace.visualization.tableSelectionOnly`
@@ -0,0 +1,10 @@
1
+ **Warning**: Do not manually construct search JSON!
2
+
3
+ **Correct Usage**: Use the `cplaceJson` field from `cplace_search_pages` response.
4
+
5
+ **Workflow**:
6
+ 1. Call `cplace_search_pages` with your desired filter
7
+ 2. Take the `cplaceJson` field from the response
8
+ 3. Use that value for this attribute
9
+
10
+ **Note**: Only active when `cf.cplace.visualization.dataSource` = `search`. The search results become available to the cplaceJS script as the `pages` variable.
@@ -0,0 +1,29 @@
1
+ **Warning**: The script must return a valid Highcharts configuration object!
2
+
3
+ **Available Bindings** (variables accessible in your script):
4
+
5
+ | Variable | Type | Description |
6
+ |----------|------|-------------|
7
+ | `embeddingPage` | `WrappedPage` | The page in which the Highchart widget is embedded |
8
+ | `pages` | `Iterable<WrappedPage>` | All pages from the configured data source |
9
+ | `messages` | Message Provider | Helper to access localized messages from the embedding page's type definition |
10
+
11
+ **Additional Allowed Classes**:
12
+ - `Search.class` - For creating additional searches
13
+ - `Filters.class` - For creating search filters
14
+
15
+ **Expected Return**: A valid Highcharts configuration object (JSON-compatible). See [Highcharts API](https://api.highcharts.com/highcharts/).
16
+
17
+ **Example**:
18
+ ```javascript
19
+ var configuration = {
20
+ chart: { type: 'bar' },
21
+ title: { text: 'My Chart' },
22
+ xAxis: { categories: ['A', 'B', 'C'] },
23
+ series: [{
24
+ name: 'Series 1',
25
+ data: [1, 2, 3]
26
+ }]
27
+ };
28
+ return configuration;
29
+ ```
@@ -0,0 +1,10 @@
1
+ **Note**: Only active when `cf.cplace.visualization.dataSource` = `connectedTable`.
2
+
3
+ **How to Find Widget IDs**:
4
+ 1. Use `cplace_get_embedded_layout` or `cplace_get_type_layout` to retrieve the page's layout
5
+ 2. Look for widgets in the layout with table-type widget kinds (e.g., `cf.platform.embeddedSearchAsTable`)
6
+
7
+ **Workflow**: When connecting to a table widget:
8
+ 1. Ensure both widgets are on the same page layout
9
+ 2. Configure the table widget first (if creating new layout)
10
+ 3. Get its `widgetId` from the layout
@@ -0,0 +1,12 @@
1
+ {
2
+ "Widget": "cf.cplace.visualizations.scriptingLineChart",
3
+ "Description": "{\"de\":\"Ermöglicht die Konfiguration eines Liniendiagramms mittels cplaceJS.\",\"en\":\"Enables configuration of a line chart using cplaceJS.\"}",
4
+ "Localized Name": "{\"en\":\"cplaceJS based Line Chart\",\"de\":\"cplaceJS Liniendiagramm\"}",
5
+ "Icon": "cf-cplace",
6
+ "Plugin": "cf.cplace.scriptingVisualizations",
7
+ "App": "cf.cplace.platform",
8
+ "Localized App Name": "{\"en\":\"cplace Basis\",\"de\":\"cplace Basis\"}",
9
+ "Repository": "cplace-paw",
10
+ "* Details DE": null,
11
+ "* Details EN": null
12
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "tags": [
3
+ "time-series",
4
+ "chart",
5
+ "searchable",
6
+ "filterable",
7
+ "dashboard",
8
+ "low-code"
9
+ ],
10
+ "requiredApp": null
11
+ }
@@ -0,0 +1,72 @@
1
+ ## Overview
2
+
3
+ The cplaceJS based Line Chart widget enables configuration of a line chart using cplaceJS. It creates custom time-series visualizations by executing JavaScript code to transform page data into chart series. It bridges configuration-based widgets and fully custom implementations, allowing developers to apply business logic, aggregations, and calculations while leveraging the robust Highcharts rendering engine and built-in UI components.
4
+
5
+ ## Use Cases
6
+
7
+ ### When to Use This Widget
8
+
9
+ - **Custom Data Transformation**: When you need to aggregate, calculate, or transform page data before visualizing it as a line chart
10
+ - **Complex Business Logic**: When chart data requires logic that cannot be expressed through configuration alone
11
+ - **Dynamic Series Generation**: When the number or nature of chart series depends on runtime data
12
+ - **Advanced Calculations**: When computing trends, moving averages, or other derived metrics
13
+ - **Multi-Source Data**: When combining data from multiple page types or attributes into a single visualization
14
+
15
+ ### Example Scenarios
16
+
17
+ - Project timeline visualization showing milestone progress over time
18
+ - Resource utilization tracking across multiple projects
19
+ - Performance metrics dashboards with computed KPIs
20
+ - Budget burn-down charts with custom calculation logic
21
+ - Status change trend analysis over time
22
+
23
+ ### When NOT to Use This Widget
24
+
25
+ - **Simple Attribute Visualization**: Use the Tuple Line Chart widget (`cf.cplace.visualizations.tupleLineChart`) if you only need to display attribute values from tuple data without transformation
26
+ - **No Scripting Requirement**: Prefer configuration-based widgets when they meet your needs for better maintainability
27
+ - **Limited JavaScript Knowledge**: This widget requires cplaceJS expertise
28
+
29
+ ## Design Considerations
30
+
31
+ ### Script-Based Architecture
32
+
33
+ The widget executes custom cplaceJS code server-side to generate chart series data. Scripts receive:
34
+ - `pages`: Iterable of pages from the configured search results
35
+ - `messages`: Message provider for internationalization support
36
+
37
+ Scripts must return data in Highcharts series format, with each series containing an ID, name, and array of timestamp-value pairs.
38
+
39
+ ### Timeframe Filtering
40
+
41
+ The widget includes built-in timeframe filtering capabilities:
42
+ - Client-side filtering by timeframe (all, 3, 6, or 12 months)
43
+ - Scripts should include all data; frontend handles timeframe selection
44
+ - Timeframe selector buttons can be shown or hidden via configuration
45
+
46
+ ### Performance Implications
47
+
48
+ - Scripts execute server-side on each widget load
49
+ - Performance monitoring is enabled for detailed logging
50
+ - Optimize scripts when processing large datasets
51
+ - Consider data volume when designing search queries
52
+
53
+ ## Common Pitfalls
54
+
55
+ - **Incorrect Series Format**: Scripts must return a JSONArray in Highcharts format with proper timestamp-value pairs
56
+ - **Missing Series IDs**: Each series needs a unique ID for proper rendering
57
+ - **Unsorted Data**: Pre-sort data points by timestamp for optimal chart performance
58
+ - **Script Errors**: Thoroughly test scripts with various data scenarios as exceptions will display as widget errors
59
+ - **Date Format**: Use timestamps in milliseconds since epoch for x-axis data points
60
+
61
+ ## Alternatives to Consider
62
+
63
+ | Widget | When to Choose |
64
+ |--------|----------------|
65
+ | **Tuple Line Chart** (`cf.cplace.visualizations.tupleLineChart`) | Simple visualization of tuple attributes without transformation |
66
+ | **cplaceJS based Highcharts** (`cf.cplace.visualizations.scriptingHighcharts`) | Need full control over any Highcharts chart type, not just line charts |
67
+
68
+ ## Related Patterns
69
+
70
+ - **Master-Detail with Charts**: Use a table widget as master to filter which pages are visualized in the line chart
71
+ - **Dashboard KPI Display**: Combine with other visualization widgets for comprehensive dashboards
72
+ - **Time-Based Trend Analysis**: Pair with search filters to analyze trends across different time periods
@@ -0,0 +1 @@
1
+ Enables configuration of a line chart using cplaceJS. Use for time-series visualizations requiring custom data aggregation, calculations, or business logic that cannot be achieved through configuration-based widgets.