@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,295 @@
1
+ # Tuples Widget Research
2
+
3
+ ## Widget Information
4
+
5
+ - **Widget ID**: `cf.cplace.tuplesWidget.widget`
6
+ - **Widget Name**: Tuple
7
+ - **Repository**: `cplace-paw`
8
+ - **Definition Class**: `cf.cplace.tuplesWidget/src/main/java/cf/cplace/tuplesWidget/script/TuplesWidgetDefinition.java`
9
+
10
+ ## Purpose
11
+
12
+ ### What This Widget Does
13
+
14
+ The Tuples Widget displays and manages referenced entities (called "tuples") in a structured table format. It provides an interactive interface for viewing, editing, creating, deleting, and reordering entities that are referenced through a multi-reference attribute on a page.
15
+
16
+ **One-sentence description**: The Tuples Widget displays referenced entities in a table format with inline editing capabilities and CRUD operations.
17
+
18
+ **Extended description**: The Tuples Widget provides a specialized table view for managing collections of referenced pages (tuples) through a multi-reference attribute, offering configurable columns, inline editing, drag-and-drop reordering, and integrated create/delete functionality.
19
+
20
+ ## Core Concepts
21
+
22
+ ### What are "Tuples" in cplace?
23
+
24
+ In the context of this widget, "tuples" refer to **referenced entities** (pages) that are linked to the current page through a reference attribute. The term "tuple" is used to describe:
25
+
26
+ - Pages of a specific type that are referenced from the current page
27
+ - Entities that form a collection or list relationship
28
+ - Related records that need to be displayed and managed as a group
29
+
30
+ The widget specifically works with:
31
+ - **Reference attributes** with multi-value multiplicity (0..* or similar)
32
+ - **Target type definitions** that define what kind of pages can be referenced
33
+ - **Attribute definitions** from the referenced type that should be displayed as columns
34
+
35
+ ### Key Terminology
36
+
37
+ - **Tuple**: A referenced entity/page that is displayed in the widget
38
+ - **Tuple Type**: The type definition of the referenced pages
39
+ - **Tuple Attribute**: The reference attribute on the current page that holds the references to tuples
40
+ - **Shown Tuple Attributes**: The attributes from the tuple type that should be displayed as columns in the table
41
+
42
+ ## Use Cases
43
+
44
+ ### When to Use This Widget
45
+
46
+ 1. **Master-Detail Relationships**
47
+ - Display a list of related detail records for a master record
48
+ - Example: A project page showing a list of related tasks, risks, or milestones
49
+ - Example: A customer page displaying a list of contacts or orders
50
+
51
+ 2. **Structured Data Collections**
52
+ - Manage collections of structured data entries
53
+ - Example: Configuration items, checklist entries, or requirements
54
+ - When you need to show multiple attributes of each referenced item in a table format
55
+
56
+ 3. **Editable Reference Lists**
57
+ - When users need to create, edit, and delete referenced items directly from the parent page
58
+ - Inline editing of tuple attributes without navigating away
59
+ - Quick creation of new related entities
60
+
61
+ 4. **Ordered Collections**
62
+ - When the order of referenced items matters
63
+ - Drag-and-drop reordering of tuple entries
64
+ - Maintaining a specific sequence of related items
65
+
66
+ 5. **Configurable Views of Related Data**
67
+ - When you need to show only specific attributes of referenced items
68
+ - Custom column selection from the available tuple attributes
69
+ - Showing a subset of information without the full page view
70
+
71
+ ### Problem This Widget Solves
72
+
73
+ The widget solves the problem of managing **collections of related entities** without requiring users to:
74
+ - Navigate to separate pages for each item
75
+ - Use complex embedded search widgets
76
+ - Manually maintain relationships between entities
77
+ - Switch between view and edit modes
78
+
79
+ It provides a **spreadsheet-like interface** for managing related data while maintaining the full cplace data model and permissions.
80
+
81
+ ## Configuration Concepts
82
+
83
+ ### Main Configuration Options
84
+
85
+ #### 1. Reference Attribute Selection
86
+ - **Configuration**: `ATTRIBUTE_NAME` (Tuple Attribute)
87
+ - **Purpose**: Selects which reference attribute from the current page should be managed by the widget
88
+ - **Requirements**: Must be a reference attribute that points to a single tuple type
89
+ - **Behavior**: Determines what entities are displayed in the widget
90
+
91
+ #### 2. Visible Columns
92
+ - **Configuration**: `SHOWN_TUPLE_ATTRIBUTES_NAME` (Attributes of tuples to be shown in widget)
93
+ - **Purpose**: Defines which attributes of the tuple type should appear as columns
94
+ - **Options**:
95
+ - No selection = all attributes shown
96
+ - Select specific attributes = only those columns displayed
97
+ - **Note**: Configuration must be saved after selecting tuple attribute to refresh available options
98
+
99
+ #### 3. Tuple Name Column
100
+ - **Configuration**: `SHOW_TUPLE_NAME_COLUMN` (Show name of tuple as column)
101
+ - **Purpose**: Optionally display the tuple's name/title as a separate column
102
+ - **Default**: `false` (not shown)
103
+
104
+ #### 4. Sorting Options
105
+ - **Configuration**: `SORT_BY_TUPLE_ATTRIBUTE_NAME` (Sort by) and `SORT_ORDER` (Sort Order)
106
+ - **Purpose**: Define automatic sorting of tuple entries
107
+ - **Options**: Ascending or Descending by any tuple attribute
108
+ - **Restriction**: Cannot be used together with "Allow reordering" (manual ordering)
109
+
110
+ #### 5. Widget Title
111
+ - **Configuration**: `WIDGET_TITLE` (Widget title)
112
+ - **Purpose**: Custom title for the widget
113
+ - **Fallback**: If not set, uses the localized name of the reference attribute
114
+
115
+ #### 6. Fixed Height
116
+ - **Configuration**: `FIXED_HEIGHT` (Height of the widget in pixels)
117
+ - **Purpose**: Set a fixed height for the widget with scrolling
118
+ - **Default**: No fixed height (grows with content)
119
+
120
+ ### Permission Toggles
121
+
122
+ The widget provides fine-grained control over what operations users can perform:
123
+
124
+ #### 1. Allow Reordering
125
+ - **Configuration**: `ALLOW_REORDERING_TUPLES`
126
+ - **Default**: `true`
127
+ - **Effect**: Shows up/down buttons or drag handles to reorder tuples
128
+ - **Requirements**:
129
+ - User must have edit permission on the tuple attribute
130
+ - At least 2 tuples must exist
131
+ - Cannot be used with automatic sorting
132
+
133
+ #### 2. Allow Adding
134
+ - **Configuration**: `ALLOW_ADDING_TUPLES`
135
+ - **Default**: `true`
136
+ - **Effect**: Shows "Create [Type]" button to add new tuples
137
+ - **Requirements**:
138
+ - User must have permission to create pages of the tuple type
139
+ - User must have edit permission on the tuple attribute
140
+ - Respects multiplicity constraints (e.g., max 1)
141
+
142
+ #### 3. Allow Editing
143
+ - **Configuration**: `ALLOW_EDITING_TUPLES`
144
+ - **Default**: `true`
145
+ - **Effect**: Makes tuple attributes editable inline (in-place editing)
146
+ - **Requirements**: User must have edit permission on individual tuples
147
+
148
+ #### 4. Allow Deleting
149
+ - **Configuration**: `ALLOW_DELETING_TUPLES`
150
+ - **Default**: `true`
151
+ - **Effect**: Shows delete button for each tuple
152
+ - **Requirements**:
153
+ - User must have delete permission on individual tuples
154
+ - Tuple must pass any custom deletion validation
155
+ - Extensions can prevent deletion (via `PreventRemoveTupleExtension`)
156
+
157
+ ### Modes and Variants
158
+
159
+ The widget has **two mutually exclusive ordering modes**:
160
+
161
+ 1. **Manual Ordering Mode**
162
+ - Enabled when: `ALLOW_REORDERING_TUPLES = true` AND no sort attribute is set
163
+ - Behavior: Users can drag-and-drop or use buttons to reorder tuples
164
+ - Order is persisted in the reference attribute
165
+
166
+ 2. **Automatic Sorting Mode**
167
+ - Enabled when: A `SORT_BY_TUPLE_ATTRIBUTE_NAME` is configured
168
+ - Behavior: Tuples are automatically sorted by the specified attribute
169
+ - Users cannot manually change the order
170
+
171
+ ## Context and Dependencies
172
+
173
+ ### Related Widgets
174
+
175
+ The Tuples Widget is part of a family of widgets for displaying related data:
176
+
177
+ 1. **Connected Attributes Group** (`cf.cplace.platform.connectedAttributesGroup`)
178
+ - Shows attributes of a single referenced entity
179
+ - Use when: You have a 1-to-1 relationship
180
+
181
+ 2. **Embedded Search Widgets** (`cf.platform.embeddedSearchAsTable`, `cf.platform.embeddedSearchAsList`)
182
+ - Show search results in table or list format
183
+ - Use when: You need complex filtering, aggregation, or cross-space searches
184
+
185
+ 3. **Table Widget** (`cf.cplace.platform.tableWidget`)
186
+ - Generic table for displaying data
187
+ - Use when: You need a simple read-only table
188
+
189
+ 4. **Table Detail View Widget** (`cf.cplace.tableDetailViewWidget.widget`)
190
+ - Shows table with expandable detail view
191
+ - Use when: You need a master-detail layout with more detail than fits in columns
192
+
193
+ ### Key Differences from Other Widgets
194
+
195
+ **vs. Embedded Search Table**:
196
+ - Tuples Widget: Direct reference management, inline editing, CRUD operations, manual ordering
197
+ - Embedded Search: Read-only view, complex filtering, cross-space searches, aggregations
198
+
199
+ **vs. Connected Attributes Group**:
200
+ - Tuples Widget: Multiple referenced entities in table format
201
+ - Connected Attributes: Single referenced entity with form layout
202
+
203
+ **vs. Table Detail View**:
204
+ - Tuples Widget: Simpler, focused on reference management
205
+ - Table Detail View: More complex layout with expandable details
206
+
207
+ ### Prerequisites
208
+
209
+ 1. **Data Model Requirements**:
210
+ - A reference attribute must exist on the embedding page's type
211
+ - The reference attribute must point to a specific tuple type
212
+ - The tuple type should have attributes that make sense to display in columns
213
+
214
+ 2. **Permission Requirements**:
215
+ - Read access to the tuple type and its attributes
216
+ - Edit access to the reference attribute (for add/remove operations)
217
+ - Create/delete permissions on tuple type (for respective operations)
218
+
219
+ 3. **Embedding Context**:
220
+ - Must be embedded in a Page or TypeDefinition
221
+ - Cannot be embedded in other contexts (checked by `checkEmbeddableIn`)
222
+
223
+ ### Extension Points
224
+
225
+ The widget provides several extension points for customization:
226
+
227
+ 1. **AssignReferenceToNewTupleExtension**
228
+ - Purpose: Add custom search filters when creating new tuples
229
+ - Use case: Restrict which tuples can be created based on business logic
230
+
231
+ 2. **TupleValidationErrorExtension**
232
+ - Purpose: Show custom error messages in the widget
233
+ - Use case: Display validation errors or warnings about the tuple collection
234
+
235
+ 3. **PreventRemoveTupleExtension**
236
+ - Purpose: Prevent deletion of specific tuples
237
+ - Use case: Protect required tuples or enforce business rules
238
+
239
+ ## Technical Implementation Notes
240
+
241
+ ### Widget Architecture
242
+
243
+ 1. **Backend Components**:
244
+ - `TuplesWidgetDefinition.java`: Widget definition and configuration
245
+ - `TuplesWidgetWidgetTypes.java`: Type definitions and attribute constraints
246
+ - `WidgetContent.java`: Main rendering logic, generates HTML content
247
+ - `TuplesWidgetConfInfo.java`: Configuration data transfer object
248
+
249
+ 2. **Handlers**:
250
+ - `ReloadHandler`: Refreshes widget content via AJAX
251
+ - `CreateReferenceHandler`: Handles creation of new tuple references
252
+ - `ChangedOrderHandler`: Persists new order after drag-and-drop
253
+ - `ConfirmDeleteHandler`: Shows delete confirmation dialog
254
+ - `SubmitDeleteHandler`: Performs actual deletion
255
+
256
+ 3. **Rendering**:
257
+ - Uses cplace's template system
258
+ - Generates HTML table with inline editing controls
259
+ - AJAX-based updates for dynamic operations
260
+ - No separate template file (generated programmatically)
261
+
262
+ ### Key Features
263
+
264
+ 1. **In-Place Editing**:
265
+ - Uses cplace's `show` function with inline editing flag
266
+ - Respects attribute-level permissions
267
+ - Can be disabled per widget instance
268
+
269
+ 2. **Dynamic Column Configuration**:
270
+ - Columns are determined by tuple type attributes
271
+ - Filterable by configuration
272
+ - Includes optional name column
273
+
274
+ 3. **Order Management**:
275
+ - Manual ordering via drag-and-drop or buttons
276
+ - Persisted in the reference attribute's order
277
+ - OR automatic sorting by any tuple attribute
278
+
279
+ 4. **CRUD Operations**:
280
+ - Create: Opens new page creation dialog with pre-filled reference
281
+ - Edit: Inline editing of visible attributes
282
+ - Delete: Confirmation dialog before deletion
283
+ - All operations respect permissions and validation
284
+
285
+ ## Summary
286
+
287
+ The Tuples Widget is a versatile tool for managing collections of related entities in cplace. It provides a **table-based interface** that combines viewing, editing, and managing referenced pages without leaving the parent page. Its strength lies in:
288
+
289
+ - **Inline editing capabilities** for quick data entry
290
+ - **Flexible configuration** of visible columns and permissions
291
+ - **Integrated CRUD operations** for referenced entities
292
+ - **Manual or automatic ordering** options
293
+ - **Permission-aware UI** that adapts to user rights
294
+
295
+ Choose this widget when you need to manage a collection of structured, related data with a balance between simplicity and functionality.
@@ -0,0 +1,154 @@
1
+ # Video Widget Research
2
+
3
+ **Widget ID:** `cf.cplace.videoWidget`
4
+ **Repository:** `cplace-utility-widgets`
5
+ **Definition Class:** `cf.cplace.videoWidget/src/main/java/cf/cplace/videoWidget/script/VideoWidgetDefinition.java`
6
+
7
+ ## Purpose
8
+
9
+ The Video Widget displays video files and images on cplace pages with customizable dimensions and optional frame styling. It provides a simple way to embed video content directly on pages, supporting both standard video formats (with HTML5 video player controls) and image files as fallback.
10
+
11
+ ## Core Functionality
12
+
13
+ The widget:
14
+ - Displays video files using HTML5 `<video>` element with browser-native controls
15
+ - Can also display image files when an image is selected instead of a video
16
+ - Automatically detects file type based on MIME type (distinguishes between video and image files)
17
+ - Provides configurable height while maintaining responsive width (100%)
18
+ - Shows appropriate messages when no video is selected or browser doesn't support video playback
19
+ - Supports localization (English and German messages included)
20
+
21
+ **Key Implementation Details:**
22
+ - Widget kind: `cf.cplace.videoWidget`
23
+ - Display name: "Video"
24
+ - Template location: `cf/cplace/videoWidget/script/videoWidgetDefinition.htm` (VideoWidgetDefinition.java:52)
25
+ - Frontend directive: `cfCplaceVideoWidgetDirective` (cfCplaceVideoWidgetDirective.ts:19)
26
+ - MIME type detection determines whether to render as `<video>` or `<img>` tag (VideoWidgetDefinition.java:62-65)
27
+
28
+ ## Use Cases
29
+
30
+ 1. **Educational Content**: Display instructional or training videos directly on project pages or documentation pages
31
+ 2. **Presentations & Demos**: Embed product demos, feature walkthroughs, or presentation recordings
32
+ 3. **Documentation**: Add visual content (videos or images) to enhance written documentation
33
+ 4. **Media Galleries**: Create visual portfolios or media collections on pages
34
+ 5. **Team Communication**: Share recorded meetings, status updates, or announcements in video format
35
+ 6. **Marketing Materials**: Display promotional videos, case studies, or customer testimonials
36
+
37
+ **When to use this widget:**
38
+ - When you need to embed video or image content directly on a cplace page
39
+ - When you want browser-native video controls (play, pause, volume, fullscreen)
40
+ - When you need responsive video display that adapts to container width
41
+ - When you want a simple, no-configuration-needed media display solution
42
+
43
+ ## Configuration Options
44
+
45
+ The widget provides four main configuration attributes (defined in VideoWidgetWidgetTypes.java:19):
46
+
47
+ 1. **Widget Title** (`WIDGET_TITLE`)
48
+ - Type: Localized String (optional)
49
+ - Purpose: Custom title displayed in widget frame
50
+ - Default: None (uses default widget name "Video")
51
+ - Location: VideoWidgetWidgetTypes.java:24-28
52
+
53
+ 2. **Show Frame** (`SHOW_FRAME`)
54
+ - Type: Boolean
55
+ - Purpose: Controls whether widget displays with a visible frame/border
56
+ - Default: `false` (no frame)
57
+ - Location: VideoWidgetWidgetTypes.java:31-35
58
+
59
+ 3. **Video File** (`VIDEO`)
60
+ - Type: Document Reference (single)
61
+ - Purpose: Reference to the video or image file to display
62
+ - Required: No (shows "No video was selected" message if empty)
63
+ - Note: Accepts any file type; widget automatically detects if it's an image or video
64
+ - Location: VideoWidgetWidgetTypes.java:38-42
65
+
66
+ 4. **Widget Height** (`WIDGET_HEIGHT`)
67
+ - Type: Number
68
+ - Purpose: Fixed height in pixels for the widget
69
+ - Required: Yes (exactly one value required)
70
+ - Note: Width is always 100% of container; actual displayed height is height-5px to account for padding
71
+ - Location: VideoWidgetWidgetTypes.java:45-49
72
+
73
+ ### Configuration Behavior
74
+
75
+ - **No Padding**: Widget uses full container space without internal padding (VideoWidgetDefinition.java:74-76)
76
+ - **Frame Control**: Frame visibility can be toggled independently via `SHOW_FRAME` configuration (VideoWidgetDefinition.java:79-81)
77
+ - **File Detection**: Automatically determines render mode based on MIME type:
78
+ - Files starting with `image/` MIME type → rendered as `<img>` tag
79
+ - Other files → rendered as `<video>` tag with controls
80
+ - Location: VideoWidgetDefinition.java:62-65
81
+ - **Responsive Width**: Always uses 100% width regardless of height setting (videoWidgetDefinition.htm:3,9)
82
+
83
+ ## Technical Context
84
+
85
+ ### Repository Context
86
+ This widget is part of the **cplace-utility-widgets** repository, which contains general-purpose display widgets:
87
+ - `cf.cplace.videoWidget` - Video/image display (this widget)
88
+ - `cf.cplace.qrCodeWidget` - QR code generation
89
+ - `cf.cplace.dynamicCodeBlockWidget` - Code block display
90
+ - `cf.cplace.treeTableWidget` - Tree table display
91
+ - `cf.cplace.extendedTreeTableWidget` - Enhanced tree table
92
+
93
+ ### Dependencies
94
+ - Core dependency: `cf.cplace.platform` version 25.3.80
95
+ - No external media player libraries required (uses native HTML5 video)
96
+ - Built with TypeScript for frontend (AngularJS directive)
97
+
98
+ ### Widget Embedding
99
+ - Can be embedded on any page as a widget
100
+ - Embedding check performed via `checkEmbeddableIn()` (VideoWidgetDefinition.java:117-119)
101
+ - Must be embedded as a widget (not inline in other contexts)
102
+
103
+ ### Browser Support
104
+ - Requires HTML5 video support in browser
105
+ - Displays fallback message: "Your browser does not support the video tag" for unsupported browsers (VideoWidgetDefinition.java:37-38)
106
+
107
+ ## Related Features
108
+
109
+ ### Widget State Management
110
+ The widget uses a simple state object (VideoWidgetDefinition.java:121-128):
111
+ ```java
112
+ private static class WidgetState {
113
+ String videoUrl; // Absolute URL to video/image file
114
+ double videoHeight; // Configured height in pixels
115
+ boolean isImage; // True if file is an image, false for video
116
+ }
117
+ ```
118
+
119
+ This state is serialized to JSON and passed to the frontend directive for rendering.
120
+
121
+ ### Localization Support
122
+ - English (`messages_en.properties`) and German (`messages_de.properties`) included
123
+ - Messages for:
124
+ - Widget configuration labels (title, height, file, frame)
125
+ - User-facing messages (no video selected, browser not supported)
126
+ - Widget name in widget selector
127
+
128
+ ### Test Setup
129
+ Example test configuration (VideoTestSetupHandler.java:54-59):
130
+ - Video file: "Big Buck Bunny" (mov_bbb.mp4)
131
+ - Height: 600 pixels
132
+ - Title: "Big Buck Bunny"
133
+ - Demonstrates typical usage pattern for embedding video content
134
+
135
+ ## Design Considerations
136
+
137
+ ### Why This Widget Exists
138
+ - Provides simple video/image embedding without requiring external services (YouTube, Vimeo, etc.)
139
+ - Leverages native HTML5 capabilities for better performance and privacy
140
+ - Supports offline scenarios where external video hosting isn't available
141
+ - Maintains consistent styling with cplace's widget framework
142
+
143
+ ### Limitations
144
+ - No advanced video player features (chapters, subtitles, playback speed controls)
145
+ - Relies on browser's native video codec support
146
+ - File must be uploaded to cplace (no direct URL embedding to external sources)
147
+ - Width always responsive (cannot set fixed width)
148
+
149
+ ### Alternatives
150
+ When this widget might NOT be the best choice:
151
+ - For YouTube/Vimeo videos → Consider using an iframe widget or embed widget
152
+ - For complex video interactions → May need custom development
153
+ - For streaming large video files → Consider external hosting platforms
154
+ - For live video → Requires different streaming solution
@@ -0,0 +1,249 @@
1
+ # Widget Research: cf.cplace.visualizations.scriptingHighcharts
2
+
3
+ ## 1. Widget Purpose
4
+
5
+ ### Short Description
6
+ The **cplaceJS based Highcharts Visualization** widget enables users to create custom, interactive charts using the Highcharts JavaScript library through cplaceJS scripting, providing full access to Highcharts API capabilities for data visualization.
7
+
8
+ ### Detailed Purpose
9
+ This widget allows developers and power users to:
10
+ - Create highly customizable, interactive charts using JavaScript/cplaceJS
11
+ - Leverage the full power of the Highcharts API for professional data visualizations
12
+ - Build dynamic visualizations that respond to page data and user interactions
13
+ - Display complex data patterns and relationships through various chart types (line, bar, pie, scatter, etc.)
14
+
15
+ The widget executes custom cplaceJS code to generate Highcharts configuration objects, which are then rendered as interactive visualizations in the cplace platform.
16
+
17
+ ## 2. Use Cases
18
+
19
+ ### Primary Use Cases
20
+
21
+ 1. **Custom Data Dashboards**
22
+ - Create executive dashboards with custom KPI visualizations
23
+ - Build project status overview charts
24
+ - Display business metrics in tailored chart formats
25
+
26
+ 2. **Dynamic Data Visualization**
27
+ - Visualize search results in custom chart formats
28
+ - Display aggregated data from multiple pages
29
+ - Create interactive charts that update based on table selections
30
+
31
+ 3. **Advanced Analytics Displays**
32
+ - Build complex multi-series charts
33
+ - Create custom trend analyses
34
+ - Display comparative data across multiple dimensions
35
+
36
+ 4. **Connected Widget Scenarios**
37
+ - Visualize data from connected table widgets
38
+ - Update charts based on table row selections
39
+ - Create master-detail visualization patterns
40
+
41
+ ### When to Choose This Widget
42
+
43
+ Choose this widget when:
44
+ - Standard visualization widgets don't meet your requirements
45
+ - You need specific Highcharts chart types or configurations
46
+ - You require custom data processing before visualization
47
+ - You need to combine data from multiple sources
48
+ - You want full control over chart appearance and behavior
49
+
50
+ ## 3. Key Concepts & Configuration
51
+
52
+ ### Core Configuration Elements
53
+
54
+ #### 1. **Data Source**
55
+ The widget supports multiple data source types:
56
+ - **Search**: Execute a search query and use results as `pages` in the script
57
+ - **Connected Table**: Pull data from a connected table widget
58
+ - **Selection**: Manually select specific pages to visualize
59
+ - **Connected Table with Selection Only**: Only visualize selected rows from a connected table
60
+
61
+ Configuration attributes:
62
+ - `DATA_SOURCE` (AttributeGrouping): Main data source configuration
63
+ - `SEARCH`: Optional search configuration
64
+ - `CONNECTED_TABLE`: Reference to a connected table widget ID
65
+ - `CONNECTED_TABLE_SELECTION_ONLY`: Boolean flag to use only selected rows
66
+ - `SELECTION`: Manual page selection
67
+
68
+ #### 2. **cplaceJS Script**
69
+ The heart of the widget - custom JavaScript code that:
70
+ - Processes input data (pages from search/selection)
71
+ - Generates Highcharts configuration object
72
+ - Returns the configuration for rendering
73
+
74
+ Script attribute:
75
+ - `SCRIPT`: The cplaceJS code that generates the chart configuration
76
+
77
+ #### 3. **Display Options**
78
+ - `LOCALIZED_TITLE`: Widget title (localized string)
79
+ - `SHOW_FRAME`: Boolean to show/hide widget frame (default: true)
80
+ - `HEIGHT`: Fixed height for the widget
81
+
82
+ ### Available Script Bindings
83
+
84
+ When writing cplaceJS code, the following objects are available:
85
+
86
+ 1. **`embeddingPage`** (WrappedPage)
87
+ - The page where the widget is embedded
88
+ - Provides access to embedding page attributes and context
89
+
90
+ 2. **`messages`** (MessageProvider)
91
+ - Helper object for accessing localized messages
92
+ - Based on the type definition of the embedding page
93
+
94
+ 3. **`pages`** (Iterable<WrappedPage>)
95
+ - Collection of pages from the configured data source
96
+ - Results from search, selection, or connected table
97
+ - Lazy-loaded iterable for performance
98
+
99
+ ### Script Structure
100
+
101
+ A typical cplaceJS script follows this pattern:
102
+
103
+ ```javascript
104
+ // 1. Process data from pages
105
+ var data = [];
106
+ for (let page of pages) {
107
+ // Extract and process data
108
+ data.push({
109
+ x: page.get('someAttribute'),
110
+ y: page.get('anotherAttribute')
111
+ });
112
+ }
113
+
114
+ // 2. Build Highcharts configuration object
115
+ var config = {
116
+ title: {
117
+ text: 'My Custom Chart'
118
+ },
119
+ chart: {
120
+ type: 'line', // or 'bar', 'pie', 'scatter', etc.
121
+ spacingBottom: 25,
122
+ spacingTop: 20
123
+ },
124
+ tooltip: {
125
+ pointFormat: 'Value: {point.y}'
126
+ },
127
+ plotOptions: {
128
+ // Chart-type specific options
129
+ },
130
+ series: [{
131
+ name: 'Data Series',
132
+ data: data
133
+ }]
134
+ };
135
+
136
+ // 3. Return the configuration (last line)
137
+ config
138
+ ```
139
+
140
+ ### Integration Features
141
+
142
+ #### Connected Widget Support
143
+ The widget implements:
144
+ - **ISearchProducer**: Responds to search changes from connected widgets
145
+ - **IMultiEntitySelectionProducer**: Responds to entity selection changes
146
+
147
+ This enables:
148
+ - Automatic chart refresh when connected table data changes
149
+ - Dynamic filtering based on user selections
150
+ - Cascading visualization updates
151
+
152
+ #### Event Handling
153
+ The widget responds to:
154
+ - `TABLE_REFRESH`: Updates when connected table refreshes
155
+ - `TABLE_DATA_CHANGED`: Updates when table data changes
156
+ - `ROW_SELECTION_CHANGED`: Updates when table selection changes (if selection-only mode)
157
+ - `SELECTED_SINGLE`: Handles single entity selection from nested connected tables
158
+
159
+ ### Error Handling & Debugging
160
+
161
+ The widget provides:
162
+ - **Error Display**: Shows script execution errors in the widget
163
+ - **Log Output**: Displays console.log output from the script with a "Remove log" button
164
+ - **Script Exception Handling**: Catches and displays both ScriptException and TypeConversionException
165
+
166
+ ## 4. Context & Relationships
167
+
168
+ ### Dependencies
169
+ - **Parent Plugin**: `cf.cplace.visualizations` (provides base visualization functionality)
170
+ - **Platform**: `cf.cplace.platform` (core platform capabilities)
171
+ - **Highcharts Library**: JavaScript charting library (provided by platform)
172
+
173
+ ### Related Widgets
174
+ - **cf.cplace.visualizations.scriptingLineChart**: Specialized version for line charts with simpler configuration
175
+ - **Standard Visualization Widgets**: Non-scriptable alternatives in the visualizations plugin
176
+
177
+ ### Plugin Information
178
+ - **Plugin**: `cf.cplace.scriptingVisualizations`
179
+ - **Repository**: `cplace-paw`
180
+ - **Widget Kind**: `cf.cplace.visualizations.scriptingHighcharts`
181
+
182
+ ### Technical Architecture
183
+
184
+ #### Backend (Java)
185
+ - **ScriptingHighchartsWidgetDefinition**: Widget definition and configuration handling
186
+ - **ScriptingHighchartsWidgetHandler**: HTTP handler for loading chart data
187
+ - **SaferScriptEngine**: Secure script execution environment
188
+
189
+ Key execution flow:
190
+ 1. Widget configuration is loaded and validated
191
+ 2. Data source is resolved (search/selection/connected table)
192
+ 3. cplaceJS script is executed with bindings (embeddingPage, messages, pages)
193
+ 4. Script returns Highcharts configuration object
194
+ 5. Configuration is converted from JavaScript to JSON
195
+ 6. Result is sent to frontend with any errors/logs
196
+
197
+ #### Frontend (TypeScript/AngularJS)
198
+ - **ScriptingHighchartsWidgetCtrl**: Widget controller extending AbstractHighchartsWidgetCtrl
199
+ - **scriptingHighchartsDirective**: AngularJS directive for widget rendering
200
+ - **Event subscriptions**: Handles connected widget events and table updates
201
+
202
+ Rendering flow:
203
+ 1. Widget loads and registers event listeners
204
+ 2. Makes HTTP POST to load chart configuration
205
+ 3. Receives configuration with potential errors/logs
206
+ 4. Initializes Highcharts with the configuration
207
+ 5. Displays chart or error message
208
+
209
+ ### Performance Considerations
210
+ - Scripts are executed in a pooled engine environment for performance
211
+ - Monitoring is enabled with thresholds for performance logging
212
+ - Lazy iteration of pages prevents loading all data upfront
213
+ - Chart data is loaded asynchronously via HTTP
214
+
215
+ ## 5. Migration & Compatibility
216
+
217
+ ### Deprecated Attributes
218
+ - `TITLE` (SingleStringAttributeDef): Deprecated in favor of `LOCALIZED_TITLE`
219
+ - Migration is handled automatically via `migrateWidgetConfiguration()`
220
+
221
+ ### Version Information
222
+ - Current version: 25.3.5
223
+ - Release: 25.3
224
+ - Repository: cplace-paw
225
+
226
+ ## 6. Developer Notes
227
+
228
+ ### Security
229
+ - Scripts run in a `SaferScriptEngine` with restricted capabilities
230
+ - Allowed type classes: `Search.class`, `Filters.class`
231
+ - Log output is collected through `LogCollector` (deprecated but still used internally)
232
+
233
+ ### Customization Points
234
+ 1. **Chart Types**: Any Highcharts chart type is supported
235
+ 2. **Data Processing**: Full JavaScript capabilities for data transformation
236
+ 3. **Styling**: Complete control over chart appearance via Highcharts options
237
+ 4. **Interactivity**: Can leverage Highcharts event handlers and interactions
238
+
239
+ ### Best Practices
240
+ 1. Keep scripts focused and performant
241
+ 2. Use console.log for debugging during development
242
+ 3. Test with actual data sources to validate data processing
243
+ 4. Consider selection-only mode for large tables to improve performance
244
+ 5. Return configuration objects that follow Highcharts API specifications
245
+
246
+ ### Known Limitations
247
+ - Script execution is synchronous and can impact page load times if complex
248
+ - No access to external libraries beyond what's available in the script engine
249
+ - Error messages may be technical and require JavaScript knowledge to debug