@cplace/mcp-server 1.5.3 → 1.6.1

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 (797) hide show
  1. package/README.md +133 -31
  2. package/dist/api.d.ts +3 -1
  3. package/dist/api.d.ts.map +1 -1
  4. package/dist/api.js +6 -3
  5. package/dist/api.js.map +1 -1
  6. package/dist/index.js +26 -10
  7. package/dist/index.js.map +1 -1
  8. package/dist/plugin-loader.d.ts +6 -0
  9. package/dist/plugin-loader.d.ts.map +1 -0
  10. package/dist/plugin-loader.js +55 -0
  11. package/dist/plugin-loader.js.map +1 -0
  12. package/dist/plugin-registry.d.ts +22 -0
  13. package/dist/plugin-registry.d.ts.map +1 -0
  14. package/dist/plugin-registry.js +138 -0
  15. package/dist/plugin-registry.js.map +1 -0
  16. package/dist/plugin-types.d.ts +14 -0
  17. package/dist/plugin-types.d.ts.map +1 -0
  18. package/dist/plugin-types.js +2 -0
  19. package/dist/plugin-types.js.map +1 -0
  20. package/dist/plugins/app-catalog.d.ts +6 -0
  21. package/dist/plugins/app-catalog.d.ts.map +1 -0
  22. package/dist/plugins/app-catalog.js +37 -0
  23. package/dist/plugins/app-catalog.js.map +1 -0
  24. package/dist/plugins/application-settings.d.ts +3 -0
  25. package/dist/plugins/application-settings.d.ts.map +1 -0
  26. package/dist/plugins/application-settings.js +16 -0
  27. package/dist/plugins/application-settings.js.map +1 -0
  28. package/dist/plugins/core-app-catalog/INVESTIGATION-PROMPT.md +158 -0
  29. package/dist/plugins/core-app-catalog/README.md +174 -0
  30. package/dist/plugins/core-app-catalog/cf.cplace.breadcrumbs/README.md +74 -0
  31. package/dist/plugins/core-app-catalog/cf.cplace.buildingBlockSchedule/README.md +181 -0
  32. package/dist/plugins/core-app-catalog/cf.cplace.cboard.main/README.md +148 -0
  33. package/dist/plugins/core-app-catalog/cf.cplace.ctts.main/README.md +106 -0
  34. package/dist/plugins/core-app-catalog/cf.cplace.draggablePageList/README.md +121 -0
  35. package/dist/plugins/core-app-catalog/cf.cplace.formsWizard/README.md +161 -0
  36. package/dist/plugins/core-app-catalog/cf.cplace.itemList/README.md +164 -0
  37. package/dist/plugins/core-app-catalog/cf.cplace.landingPage/README.md +124 -0
  38. package/dist/plugins/core-app-catalog/cf.cplace.lowcodeJobScheduler/README.md +100 -0
  39. package/dist/plugins/core-app-catalog/cf.cplace.meeting/README.md +73 -0
  40. package/dist/plugins/core-app-catalog/cf.cplace.navigationTileWidget/README.md +68 -0
  41. package/dist/plugins/core-app-catalog/cf.cplace.officeReports/README.md +98 -0
  42. package/dist/plugins/core-app-catalog/cf.cplace.officeReports.cplaceReportGeneration/README.md +90 -0
  43. package/dist/plugins/core-app-catalog/cf.cplace.platform/README.md +190 -0
  44. package/dist/plugins/core-app-catalog/cf.cplace.pptexport/README.md +135 -0
  45. package/dist/plugins/core-app-catalog/cf.cplace.pptexport.print/README.md +72 -0
  46. package/dist/plugins/core-app-catalog/cf.cplace.projectPlanning.app.advanced.advancedScheduleManagement/README.md +150 -0
  47. package/dist/plugins/core-app-catalog/cf.cplace.projectPlanning.app.basic.basicScheduleManagement/README.md +135 -0
  48. package/dist/plugins/core-app-catalog/cf.cplace.projectPlanning.app.gantt2.gantt2/README.md +73 -0
  49. package/dist/plugins/core-app-catalog/cf.cplace.projectTree/README.md +96 -0
  50. package/dist/plugins/core-app-catalog/cf.cplace.projektplanung.projektplanungBasic/README.md +143 -0
  51. package/dist/plugins/core-app-catalog/cf.cplace.projektplanung.projektplanungExtended/README.md +216 -0
  52. package/dist/plugins/core-app-catalog/cf.cplace.projektplanungCalendar/README.md +84 -0
  53. package/dist/plugins/core-app-catalog/cf.cplace.projektplanungMasterData/README.md +78 -0
  54. package/dist/plugins/core-app-catalog/cf.cplace.qrCodeWidget/README.md +69 -0
  55. package/dist/plugins/core-app-catalog/cf.cplace.rest.config/README.md +204 -0
  56. package/dist/plugins/core-app-catalog/cf.cplace.timelineProcess/README.md +115 -0
  57. package/dist/plugins/core-app-catalog/cf.cplace.treeTableWidget/README.md +71 -0
  58. package/dist/plugins/core.d.ts +3 -0
  59. package/dist/plugins/core.d.ts.map +1 -0
  60. package/dist/plugins/core.js +32 -0
  61. package/dist/plugins/core.js.map +1 -0
  62. package/dist/plugins/history.d.ts +3 -0
  63. package/dist/plugins/history.d.ts.map +1 -0
  64. package/dist/plugins/history.js +16 -0
  65. package/dist/plugins/history.js.map +1 -0
  66. package/dist/plugins/index.d.ts +12 -0
  67. package/dist/plugins/index.d.ts.map +1 -0
  68. package/dist/plugins/index.js +12 -0
  69. package/dist/plugins/index.js.map +1 -0
  70. package/dist/plugins/jobs.d.ts +3 -0
  71. package/dist/plugins/jobs.d.ts.map +1 -0
  72. package/dist/plugins/jobs.js +16 -0
  73. package/dist/plugins/jobs.js.map +1 -0
  74. package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.tableWidget/search.md +1 -1
  75. package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.embeddedSearchAsTable/search.md +1 -1
  76. package/dist/plugins/layouts.d.ts +3 -0
  77. package/dist/plugins/layouts.d.ts.map +1 -0
  78. package/dist/plugins/layouts.js +26 -0
  79. package/dist/plugins/layouts.js.map +1 -0
  80. package/dist/plugins/low-code.d.ts +3 -0
  81. package/dist/plugins/low-code.d.ts.map +1 -0
  82. package/dist/plugins/low-code.js +32 -0
  83. package/dist/plugins/low-code.js.map +1 -0
  84. package/dist/plugins/project-planning.d.ts +3 -0
  85. package/dist/plugins/project-planning.d.ts.map +1 -0
  86. package/dist/plugins/project-planning.js +18 -0
  87. package/dist/plugins/project-planning.js.map +1 -0
  88. package/dist/plugins/resource-management-app-catalog/cf.cplace.resourceManagement/README.md +120 -0
  89. package/dist/plugins/resource-management-app-catalog/cf.cplace.resourceManagement.resourceManagementChart/README.md +72 -0
  90. package/dist/plugins/resource-management-widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_implementation.md +42 -0
  91. package/dist/plugins/resource-management-widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/actionSearch.md +10 -0
  92. package/dist/plugins/resource-management-widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/attributesConfiguration.md +30 -0
  93. package/dist/plugins/resource-management-widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/chartSearch.md +10 -0
  94. package/dist/plugins/resource-management-widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/dateCalculation.md +8 -0
  95. package/dist/plugins/resource-management-widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/defaultColumnsConfiguration.md +7 -0
  96. package/dist/plugins/resource-management-widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/searchFirstGroup.md +8 -0
  97. package/dist/plugins/resource-management-widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/searchNode.md +8 -0
  98. package/dist/plugins/resource-management-widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/searchRootNode.md +10 -0
  99. package/dist/plugins/resource-management-widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/searchSecondGroup.md +8 -0
  100. package/dist/plugins/resource-management-widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/treeStructure.md +1 -0
  101. package/dist/plugins/resource-management.d.ts +3 -0
  102. package/dist/plugins/resource-management.d.ts.map +1 -0
  103. package/dist/plugins/resource-management.js +16 -0
  104. package/dist/plugins/resource-management.js.map +1 -0
  105. package/dist/plugins/solution-management.d.ts +3 -0
  106. package/dist/plugins/solution-management.d.ts.map +1 -0
  107. package/dist/plugins/solution-management.js +16 -0
  108. package/dist/plugins/solution-management.js.map +1 -0
  109. package/dist/plugins/types-write.d.ts +3 -0
  110. package/dist/plugins/types-write.d.ts.map +1 -0
  111. package/dist/plugins/types-write.js +16 -0
  112. package/dist/plugins/types-write.js.map +1 -0
  113. package/dist/plugins/version.d.ts +2 -0
  114. package/dist/plugins/version.d.ts.map +1 -0
  115. package/dist/plugins/version.js +8 -0
  116. package/dist/plugins/version.js.map +1 -0
  117. package/dist/plugins/widget-specifications.d.ts +13 -0
  118. package/dist/plugins/widget-specifications.d.ts.map +1 -0
  119. package/dist/{widget-specifications/index.js → plugins/widget-specifications.js} +5 -5
  120. package/dist/plugins/widget-specifications.js.map +1 -0
  121. package/dist/plugins/workspace-admin.d.ts +3 -0
  122. package/dist/plugins/workspace-admin.d.ts.map +1 -0
  123. package/dist/plugins/workspace-admin.js +16 -0
  124. package/dist/plugins/workspace-admin.js.map +1 -0
  125. package/dist/profiles.d.ts +1 -7
  126. package/dist/profiles.d.ts.map +1 -1
  127. package/dist/profiles.js +5 -61
  128. package/dist/profiles.js.map +1 -1
  129. package/dist/public-api.d.ts +6 -0
  130. package/dist/public-api.d.ts.map +1 -0
  131. package/dist/public-api.js +3 -0
  132. package/dist/public-api.js.map +1 -0
  133. package/dist/tools/apps-catalog.d.ts +5 -0
  134. package/dist/tools/apps-catalog.d.ts.map +1 -0
  135. package/dist/tools/apps-catalog.js +42 -0
  136. package/dist/tools/apps-catalog.js.map +1 -0
  137. package/dist/tools/board-widget.d.ts.map +1 -1
  138. package/dist/tools/board-widget.js +10 -55
  139. package/dist/tools/board-widget.js.map +1 -1
  140. package/dist/tools/csv-export.d.ts +2 -2
  141. package/dist/tools/csv-export.js +7 -7
  142. package/dist/tools/csv-export.js.map +1 -1
  143. package/dist/tools/documents.d.ts +18 -0
  144. package/dist/tools/documents.d.ts.map +1 -0
  145. package/dist/tools/documents.js +59 -0
  146. package/dist/tools/documents.js.map +1 -0
  147. package/dist/tools/expert-settings.d.ts +38 -0
  148. package/dist/tools/expert-settings.d.ts.map +1 -0
  149. package/dist/tools/expert-settings.js +145 -0
  150. package/dist/tools/expert-settings.js.map +1 -0
  151. package/dist/tools/job-schedule-trigger.d.ts +16 -0
  152. package/dist/tools/job-schedule-trigger.d.ts.map +1 -0
  153. package/dist/tools/job-schedule-trigger.js +32 -0
  154. package/dist/tools/job-schedule-trigger.js.map +1 -0
  155. package/dist/tools/job-scripts.d.ts +58 -0
  156. package/dist/tools/job-scripts.d.ts.map +1 -0
  157. package/dist/tools/job-scripts.js +215 -0
  158. package/dist/tools/job-scripts.js.map +1 -0
  159. package/dist/tools/layout-richstring-widgets.d.ts.map +1 -1
  160. package/dist/tools/layout-richstring-widgets.js +5 -42
  161. package/dist/tools/layout-richstring-widgets.js.map +1 -1
  162. package/dist/tools/layout.d.ts.map +1 -1
  163. package/dist/tools/layout.js +2 -34
  164. package/dist/tools/layout.js.map +1 -1
  165. package/dist/tools/profile-management.d.ts +2 -34
  166. package/dist/tools/profile-management.d.ts.map +1 -1
  167. package/dist/tools/profile-management.js +64 -67
  168. package/dist/tools/profile-management.js.map +1 -1
  169. package/dist/tools/references.d.ts +3 -3
  170. package/dist/tools/references.js +3 -3
  171. package/dist/tools/references.js.map +1 -1
  172. package/dist/tools/resource-planner-widget.d.ts +280 -0
  173. package/dist/tools/resource-planner-widget.d.ts.map +1 -0
  174. package/dist/tools/resource-planner-widget.js +539 -0
  175. package/dist/tools/resource-planner-widget.js.map +1 -0
  176. package/dist/tools/richstring-widgets.d.ts.map +1 -1
  177. package/dist/tools/richstring-widgets.js +4 -0
  178. package/dist/tools/richstring-widgets.js.map +1 -1
  179. package/dist/tools/script-logs.d.ts +2 -2
  180. package/dist/tools/script-logs.js +7 -7
  181. package/dist/tools/script-logs.js.map +1 -1
  182. package/dist/tools/search.d.ts +4 -4
  183. package/dist/tools/search.js +15 -15
  184. package/dist/tools/search.js.map +1 -1
  185. package/dist/tools/type-layouts.d.ts +1 -1
  186. package/dist/tools/type-layouts.js +5 -5
  187. package/dist/tools/type-layouts.js.map +1 -1
  188. package/dist/tools/type-management.d.ts +5 -5
  189. package/dist/tools/type-management.js +18 -18
  190. package/dist/tools/type-management.js.map +1 -1
  191. package/dist/tools/widget-tool-helpers.d.ts +7 -0
  192. package/dist/tools/widget-tool-helpers.d.ts.map +1 -0
  193. package/dist/tools/widget-tool-helpers.js +43 -0
  194. package/dist/tools/widget-tool-helpers.js.map +1 -0
  195. package/dist/tools/widgets.d.ts +2 -1
  196. package/dist/tools/widgets.d.ts.map +1 -1
  197. package/dist/tools/widgets.js +11 -12
  198. package/dist/tools/widgets.js.map +1 -1
  199. package/dist/tools/workflow.d.ts +4 -4
  200. package/dist/tools/workflow.js +18 -18
  201. package/dist/tools/workflow.js.map +1 -1
  202. package/dist/tools/workspace-core.d.ts +1 -1
  203. package/dist/tools/workspace-core.js +3 -3
  204. package/dist/tools/workspace-core.js.map +1 -1
  205. package/package.json +15 -5
  206. package/dist/conditional-registration.d.ts +0 -4
  207. package/dist/conditional-registration.d.ts.map +0 -1
  208. package/dist/conditional-registration.js +0 -74
  209. package/dist/conditional-registration.js.map +0 -1
  210. package/dist/tool-metadata.d.ts +0 -2
  211. package/dist/tool-metadata.d.ts.map +0 -1
  212. package/dist/tool-metadata.js +0 -49
  213. package/dist/tool-metadata.js.map +0 -1
  214. package/dist/widget-specifications/DOCUMENTATION-STATUS.md +0 -429
  215. package/dist/widget-specifications/GENERATING-FROM-RESEARCH.md +0 -61
  216. package/dist/widget-specifications/_research_from_ga_products/.claude-settings.local.json +0 -48
  217. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-api-common-config-metadata-SyncMetadataTable/research.md +0 -168
  218. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-breadcrumbs-breadcrumbsWidget/research.md +0 -125
  219. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-cboard-main-board/research.md +0 -373
  220. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-citizenAi-askYourPageWidget/research.md +0 -319
  221. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-cplaceReportGeneration-generateReportWidget/research.md +0 -295
  222. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-employeeReportChart/research.md +0 -230
  223. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-employeeReportGrid/research.md +0 -215
  224. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-projectmanagerReportChart/research.md +0 -192
  225. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-projectmanagerReportGrid/research.md +0 -178
  226. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-widget/research.md +0 -332
  227. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-demoWidgets-demoRichString/research.md +0 -194
  228. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-documentation-navigationWidget/research.md +0 -426
  229. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-imageWithTextAndListWidget/research.md +0 -326
  230. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-imageWithTextWidget/research.md +0 -580
  231. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-widget/research.md +0 -281
  232. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-draggablePageList-widget/research.md +0 -210
  233. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dynamicCodeBlockWidget-dynamicCodeBlockWidget/research.md +0 -250
  234. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-attribute-conversion-widget-enumMappingTable/research.md +0 -260
  235. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-configuration-widget-attributeMappingTable/research.md +0 -148
  236. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-cleanupConfigTable/research.md +0 -138
  237. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-connectorSyncConfigsTable/research.md +0 -150
  238. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-serverConnectionTable/research.md +0 -181
  239. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-extendedTreeTableWidget/research.md +0 -253
  240. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-horizontalDivider/research.md +0 -261
  241. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-startWizardWidget/research.md +0 -211
  242. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepEditorForWizardWidget/research.md +0 -183
  243. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepEditorWidget/research.md +0 -298
  244. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepManager/research.md +0 -419
  245. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepPreview/research.md +0 -256
  246. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardActivation/research.md +0 -174
  247. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardAnalysis/research.md +0 -283
  248. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardLocalizations/research.md +0 -193
  249. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-genericInterface-api-widgets-triggerInterfaceButton/research.md +0 -180
  250. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-quickOverview/research.md +0 -186
  251. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-sessionUserNameWidget/research.md +0 -158
  252. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-simpleListWithAttachment/research.md +0 -135
  253. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-layoutTabsWidget-widget/research.md +0 -238
  254. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-lowCodeWidgets-lowCodeButton/research.md +0 -272
  255. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-lowCodeWidgets-lowCodeText/research.md +0 -176
  256. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-lowcode-ai-chatWidget/research.md +0 -194
  257. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-meeting-pageHeader/research.md +0 -208
  258. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-navigationTileWidget-widget/research.md +0 -259
  259. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-headlineForReports/research.md +0 -174
  260. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-scriptPlaceholders/research.md +0 -233
  261. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-templatePlaceholders/research.md +0 -150
  262. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-orgaTree-edit/research.md +0 -353
  263. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-outlookMessageIntegration-outlookMessages/research.md +0 -233
  264. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pageViewHeadline-widget/research.md +0 -217
  265. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pdfPreview-widget/research.md +0 -235
  266. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-attributesGroup/research.md +0 -525
  267. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-batchJobQuickGlance/research.md +0 -372
  268. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-connectedAttributesGroup/research.md +0 -408
  269. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-dynamicIframe/research.md +0 -198
  270. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-tableWidget/research.md +0 -427
  271. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pptexport-pgPreviewWidget/research.md +0 -151
  272. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projectTree-editProjects/research.md +0 -163
  273. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projektplanung-scheduleLockState/research.md +0 -174
  274. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projektplanung-subscriptions/research.md +0 -316
  275. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-qrCodeWidget/research.md +0 -130
  276. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-resourceManagement-resourcePlannerDefinition/research.md +0 -331
  277. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-rest-config-widget-productionModeHintWidget/research.md +0 -332
  278. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-simpleCalendar-calendar/research.md +0 -284
  279. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-simpleForm-widget/research.md +0 -193
  280. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-tableDetailViewWidget-widget/research.md +0 -311
  281. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-treeTableWidget/research.md +0 -422
  282. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-tuplesWidget-widget/research.md +0 -295
  283. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-videoWidget/research.md +0 -154
  284. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-scriptingHighcharts/research.md +0 -249
  285. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-scriptingLineChart/research.md +0 -279
  286. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-tupleLineChart/research.md +0 -221
  287. package/dist/widget-specifications/_research_from_ga_products/cf-platform-attributeHistory/research.md +0 -421
  288. package/dist/widget-specifications/_research_from_ga_products/cf-platform-attributes/research.md +0 -377
  289. package/dist/widget-specifications/_research_from_ga_products/cf-platform-comments/research.md +0 -254
  290. package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedBarChart/research.md +0 -275
  291. package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedMatrix/research.md +0 -396
  292. package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedPieChart/research.md +0 -150
  293. package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedSingleAttribute/research.md +0 -430
  294. package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedTableFilter/research.md +0 -468
  295. package/dist/widget-specifications/_research_from_ga_products/cf-platform-customRichStringAttribute/research.md +0 -120
  296. package/dist/widget-specifications/_research_from_ga_products/cf-platform-embeddedSearchAsList/research.md +0 -485
  297. package/dist/widget-specifications/_research_from_ga_products/cf-platform-embeddedSearchAsTable/research.md +0 -428
  298. package/dist/widget-specifications/_research_from_ga_products/cf-platform-files/research.md +0 -240
  299. package/dist/widget-specifications/_research_from_ga_products/cf-platform-iframe/research.md +0 -358
  300. package/dist/widget-specifications/_research_from_ga_products/cf-platform-incomingLinks/research.md +0 -242
  301. package/dist/widget-specifications/_research_from_ga_products/cf-platform-incomingReferences/research.md +0 -488
  302. package/dist/widget-specifications/_research_from_ga_products/cf-platform-makeover-attributes/research.md +0 -219
  303. package/dist/widget-specifications/_research_from_ga_products/cf-platform-modificationInfo/research.md +0 -141
  304. package/dist/widget-specifications/_research_from_ga_products/cf-platform-myElements/research.md +0 -116
  305. package/dist/widget-specifications/_research_from_ga_products/cf-platform-richString/research.md +0 -437
  306. package/dist/widget-specifications/_research_from_ga_products/cf-platform-singleAttribute/research.md +0 -1094
  307. package/dist/widget-specifications/_research_from_ga_products/cf-platform-tags/research.md +0 -332
  308. package/dist/widget-specifications/_research_from_ga_products/cf-platform-wiki/research.md +0 -258
  309. package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-gantt/research.md +0 -268
  310. package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-ganttTaskDemo/research.md +0 -271
  311. package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-multiGantt/research.md +0 -343
  312. package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-scheduleTreeTable/research.md +0 -261
  313. package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-singleGantt/research.md +0 -184
  314. package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-singleGanttLink/research.md +0 -188
  315. package/dist/widget-specifications/_research_from_ga_products/de-2lforge-curves-widget/research.md +0 -341
  316. package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-datePickerWidget/research.md +0 -232
  317. package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-dropDownWidget/research.md +0 -417
  318. package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-miscWidget/research.md +0 -172
  319. package/dist/widget-specifications/_research_from_ga_products/de-visualistik-visualRoadmap-widget/research.md +0 -277
  320. package/dist/widget-specifications/_research_from_ga_products/msg-scripts-imagegallery-basic/research.md +0 -112
  321. package/dist/widget-specifications/_research_from_ga_products/phase-0-discovery-approach.md +0 -248
  322. package/dist/widget-specifications/_research_from_ga_products/widget-definition-mapping.md +0 -169
  323. package/dist/widget-specifications/_research_from_ga_products/widget-documentation-project.md +0 -259
  324. package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/generate.sh +0 -100
  325. package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/parse-mapping.sh +0 -35
  326. package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/template.md +0 -38
  327. package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/widgets.txt +0 -108
  328. package/dist/widget-specifications/index.d.ts.map +0 -1
  329. package/dist/widget-specifications/index.js.map +0 -1
  330. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/CLAUDE.md +0 -0
  331. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/WIDGET-TAGGING-SCHEME.md +0 -0
  332. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.api.common.config.metadata.SyncMetadataTable/_catalog-data.json +0 -0
  333. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.api.common.config.metadata.SyncMetadataTable/_meta.json +0 -0
  334. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.api.common.config.metadata.SyncMetadataTable/_overview.md +0 -0
  335. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.api.common.config.metadata.SyncMetadataTable/_summary.md +0 -0
  336. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.breadcrumbs.breadcrumbsWidget/_catalog-data.json +0 -0
  337. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.breadcrumbs.breadcrumbsWidget/_meta.json +0 -0
  338. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.breadcrumbs.breadcrumbsWidget/_overview.md +0 -0
  339. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.breadcrumbs.breadcrumbsWidget/_summary.md +0 -0
  340. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.cboard.main.board/_catalog-data.json +0 -0
  341. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.cboard.main.board/_implementation.md +0 -0
  342. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.cboard.main.board/_meta.json +0 -0
  343. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.cboard.main.board/_overview.md +0 -0
  344. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.cboard.main.board/_summary.md +0 -0
  345. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.citizenAi.askYourPageWidget/_meta.json +0 -0
  346. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.citizenAi.askYourPageWidget/_overview.md +0 -0
  347. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.citizenAi.askYourPageWidget/_summary.md +0 -0
  348. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.cplaceReportGeneration.generateReportWidget/_catalog-data.json +0 -0
  349. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.cplaceReportGeneration.generateReportWidget/_meta.json +0 -0
  350. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.cplaceReportGeneration.generateReportWidget/_overview.md +0 -0
  351. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.cplaceReportGeneration.generateReportWidget/_summary.md +0 -0
  352. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ctts.main.employeeReportChart/_catalog-data.json +0 -0
  353. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ctts.main.employeeReportChart/_meta.json +0 -0
  354. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ctts.main.employeeReportChart/_overview.md +0 -0
  355. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ctts.main.employeeReportChart/_summary.md +0 -0
  356. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ctts.main.employeeReportGrid/_catalog-data.json +0 -0
  357. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ctts.main.employeeReportGrid/_meta.json +0 -0
  358. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ctts.main.employeeReportGrid/_overview.md +0 -0
  359. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ctts.main.employeeReportGrid/_summary.md +0 -0
  360. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ctts.main.projectmanagerReportChart/_catalog-data.json +0 -0
  361. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ctts.main.projectmanagerReportChart/_meta.json +0 -0
  362. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ctts.main.projectmanagerReportChart/_overview.md +0 -0
  363. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ctts.main.projectmanagerReportChart/_summary.md +0 -0
  364. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ctts.main.projectmanagerReportGrid/_catalog-data.json +0 -0
  365. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ctts.main.projectmanagerReportGrid/_meta.json +0 -0
  366. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ctts.main.projectmanagerReportGrid/_overview.md +0 -0
  367. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ctts.main.projectmanagerReportGrid/_summary.md +0 -0
  368. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ctts.main.widget/_catalog-data.json +0 -0
  369. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ctts.main.widget/_meta.json +0 -0
  370. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ctts.main.widget/_overview.md +0 -0
  371. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ctts.main.widget/_summary.md +0 -0
  372. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.demoWidgets.demoRichString/_catalog-data.json +0 -0
  373. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.demoWidgets.demoRichString/_meta.json +0 -0
  374. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.demoWidgets.demoRichString/_overview.md +0 -0
  375. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.demoWidgets.demoRichString/_summary.md +0 -0
  376. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.documentation.navigationWidget/_catalog-data.json +0 -0
  377. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.documentation.navigationWidget/_meta.json +0 -0
  378. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.documentation.navigationWidget/_overview.md +0 -0
  379. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.documentation.navigationWidget/_summary.md +0 -0
  380. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_catalog-data.json +0 -0
  381. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_meta.json +0 -0
  382. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_overview.md +0 -0
  383. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_summary.md +0 -0
  384. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.dragAndDropImageView.imageWithTextWidget/_catalog-data.json +0 -0
  385. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.dragAndDropImageView.imageWithTextWidget/_meta.json +0 -0
  386. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.dragAndDropImageView.imageWithTextWidget/_overview.md +0 -0
  387. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.dragAndDropImageView.imageWithTextWidget/_summary.md +0 -0
  388. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.dragAndDropImageView.widget/_catalog-data.json +0 -0
  389. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.dragAndDropImageView.widget/_meta.json +0 -0
  390. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.dragAndDropImageView.widget/_overview.md +0 -0
  391. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.dragAndDropImageView.widget/_summary.md +0 -0
  392. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.draggablePageList.widget/_catalog-data.json +0 -0
  393. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.draggablePageList.widget/_meta.json +0 -0
  394. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.draggablePageList.widget/_overview.md +0 -0
  395. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.draggablePageList.widget/_summary.md +0 -0
  396. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_catalog-data.json +0 -0
  397. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_meta.json +0 -0
  398. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_overview.md +0 -0
  399. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_summary.md +0 -0
  400. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_catalog-data.json +0 -0
  401. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_meta.json +0 -0
  402. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_overview.md +0 -0
  403. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_summary.md +0 -0
  404. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ecf.configuration.widget.attributeMappingTable/_catalog-data.json +0 -0
  405. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ecf.configuration.widget.attributeMappingTable/_meta.json +0 -0
  406. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ecf.configuration.widget.attributeMappingTable/_overview.md +0 -0
  407. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ecf.configuration.widget.attributeMappingTable/_summary.md +0 -0
  408. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_catalog-data.json +0 -0
  409. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_meta.json +0 -0
  410. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_overview.md +0 -0
  411. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_summary.md +0 -0
  412. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_catalog-data.json +0 -0
  413. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_meta.json +0 -0
  414. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_overview.md +0 -0
  415. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_summary.md +0 -0
  416. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_catalog-data.json +0 -0
  417. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_meta.json +0 -0
  418. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_overview.md +0 -0
  419. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_summary.md +0 -0
  420. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.extendedTreeTableWidget/_catalog-data.json +0 -0
  421. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.extendedTreeTableWidget/_meta.json +0 -0
  422. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.extendedTreeTableWidget/_overview.md +0 -0
  423. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.extendedTreeTableWidget/_summary.md +0 -0
  424. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.horizontalDivider/_catalog-data.json +0 -0
  425. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.horizontalDivider/_meta.json +0 -0
  426. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.horizontalDivider/_overview.md +0 -0
  427. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.horizontalDivider/_summary.md +0 -0
  428. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.startWizardWidget/_catalog-data.json +0 -0
  429. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.startWizardWidget/_meta.json +0 -0
  430. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.startWizardWidget/_overview.md +0 -0
  431. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.startWizardWidget/_summary.md +0 -0
  432. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.stepEditorForWizardWidget/_catalog-data.json +0 -0
  433. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.stepEditorForWizardWidget/_meta.json +0 -0
  434. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.stepEditorForWizardWidget/_overview.md +0 -0
  435. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.stepEditorForWizardWidget/_summary.md +0 -0
  436. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.stepEditorWidget/_catalog-data.json +0 -0
  437. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.stepEditorWidget/_meta.json +0 -0
  438. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.stepEditorWidget/_overview.md +0 -0
  439. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.stepEditorWidget/_summary.md +0 -0
  440. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.stepManager/_catalog-data.json +0 -0
  441. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.stepManager/_meta.json +0 -0
  442. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.stepManager/_overview.md +0 -0
  443. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.stepManager/_summary.md +0 -0
  444. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.stepPreview/_catalog-data.json +0 -0
  445. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.stepPreview/_meta.json +0 -0
  446. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.stepPreview/_overview.md +0 -0
  447. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.stepPreview/_summary.md +0 -0
  448. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.wizardActivation/_catalog-data.json +0 -0
  449. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.wizardActivation/_meta.json +0 -0
  450. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.wizardActivation/_overview.md +0 -0
  451. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.wizardActivation/_summary.md +0 -0
  452. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.wizardAnalysis/_catalog-data.json +0 -0
  453. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.wizardAnalysis/_meta.json +0 -0
  454. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.wizardAnalysis/_overview.md +0 -0
  455. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.wizardAnalysis/_summary.md +0 -0
  456. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.wizardLocalizations/_catalog-data.json +0 -0
  457. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.wizardLocalizations/_meta.json +0 -0
  458. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.wizardLocalizations/_overview.md +0 -0
  459. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.formsWizard.wizardLocalizations/_summary.md +0 -0
  460. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_catalog-data.json +0 -0
  461. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_meta.json +0 -0
  462. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_overview.md +0 -0
  463. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_summary.md +0 -0
  464. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.landingPageFromPage.quickOverview/_catalog-data.json +0 -0
  465. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.landingPageFromPage.quickOverview/_meta.json +0 -0
  466. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.landingPageFromPage.quickOverview/_overview.md +0 -0
  467. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.landingPageFromPage.quickOverview/_summary.md +0 -0
  468. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.landingPageFromPage.sessionUserNameWidget/_catalog-data.json +0 -0
  469. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.landingPageFromPage.sessionUserNameWidget/_meta.json +0 -0
  470. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.landingPageFromPage.sessionUserNameWidget/_overview.md +0 -0
  471. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.landingPageFromPage.sessionUserNameWidget/_summary.md +0 -0
  472. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.landingPageFromPage.simpleListWithAttachment/_catalog-data.json +0 -0
  473. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.landingPageFromPage.simpleListWithAttachment/_meta.json +0 -0
  474. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.landingPageFromPage.simpleListWithAttachment/_overview.md +0 -0
  475. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.landingPageFromPage.simpleListWithAttachment/_summary.md +0 -0
  476. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.layoutTabsWidget.widget/_catalog-data.json +0 -0
  477. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.layoutTabsWidget.widget/_implementation.md +0 -0
  478. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.layoutTabsWidget.widget/_meta.json +0 -0
  479. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.layoutTabsWidget.widget/_overview.md +0 -0
  480. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.layoutTabsWidget.widget/_summary.md +0 -0
  481. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.layoutSelection.md +0 -0
  482. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.layouts.md +0 -0
  483. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.sourceForLayouts.md +0 -0
  484. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.lowCodeWidgets.lowCodeButton/_catalog-data.json +0 -0
  485. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.lowCodeWidgets.lowCodeButton/_meta.json +0 -0
  486. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.lowCodeWidgets.lowCodeButton/_overview.md +0 -0
  487. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.lowCodeWidgets.lowCodeButton/_summary.md +0 -0
  488. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.lowCodeWidgets.lowCodeText/_catalog-data.json +0 -0
  489. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.lowCodeWidgets.lowCodeText/_meta.json +0 -0
  490. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.lowCodeWidgets.lowCodeText/_overview.md +0 -0
  491. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.lowCodeWidgets.lowCodeText/_summary.md +0 -0
  492. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.lowcode.ai.chatWidget/_catalog-data.json +0 -0
  493. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.lowcode.ai.chatWidget/_meta.json +0 -0
  494. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.lowcode.ai.chatWidget/_overview.md +0 -0
  495. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.lowcode.ai.chatWidget/_summary.md +0 -0
  496. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.meeting.pageHeader/_catalog-data.json +0 -0
  497. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.meeting.pageHeader/_meta.json +0 -0
  498. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.meeting.pageHeader/_overview.md +0 -0
  499. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.meeting.pageHeader/_summary.md +0 -0
  500. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.navigationTileWidget.widget/_catalog-data.json +0 -0
  501. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.navigationTileWidget.widget/_meta.json +0 -0
  502. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.navigationTileWidget.widget/_overview.md +0 -0
  503. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.navigationTileWidget.widget/_summary.md +0 -0
  504. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.officeReports.headlineForReports/_catalog-data.json +0 -0
  505. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.officeReports.headlineForReports/_meta.json +0 -0
  506. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.officeReports.headlineForReports/_overview.md +0 -0
  507. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.officeReports.headlineForReports/_summary.md +0 -0
  508. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.officeReports.scriptPlaceholders/_catalog-data.json +0 -0
  509. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.officeReports.scriptPlaceholders/_meta.json +0 -0
  510. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.officeReports.scriptPlaceholders/_overview.md +0 -0
  511. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.officeReports.scriptPlaceholders/_summary.md +0 -0
  512. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.officeReports.templatePlaceholders/_catalog-data.json +0 -0
  513. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.officeReports.templatePlaceholders/_meta.json +0 -0
  514. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.officeReports.templatePlaceholders/_overview.md +0 -0
  515. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.officeReports.templatePlaceholders/_summary.md +0 -0
  516. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.orgaTree.edit/_catalog-data.json +0 -0
  517. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.orgaTree.edit/_meta.json +0 -0
  518. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.orgaTree.edit/_overview.md +0 -0
  519. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.orgaTree.edit/_summary.md +0 -0
  520. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.outlookMessageIntegration.outlookMessages/_catalog-data.json +0 -0
  521. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.outlookMessageIntegration.outlookMessages/_meta.json +0 -0
  522. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.outlookMessageIntegration.outlookMessages/_overview.md +0 -0
  523. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.outlookMessageIntegration.outlookMessages/_summary.md +0 -0
  524. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.pageViewHeadline.widget/_catalog-data.json +0 -0
  525. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.pageViewHeadline.widget/_meta.json +0 -0
  526. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.pageViewHeadline.widget/_overview.md +0 -0
  527. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.pageViewHeadline.widget/_summary.md +0 -0
  528. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.pdfPreview.widget/_catalog-data.json +0 -0
  529. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.pdfPreview.widget/_meta.json +0 -0
  530. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.pdfPreview.widget/_overview.md +0 -0
  531. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.pdfPreview.widget/_summary.md +0 -0
  532. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.attributesGroup/_catalog-data.json +0 -0
  533. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.attributesGroup/_implementation.md +0 -0
  534. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.attributesGroup/_meta.json +0 -0
  535. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.attributesGroup/_overview.md +0 -0
  536. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.attributesGroup/_summary.md +0 -0
  537. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.attributesGroup/absoluteSelection.md +0 -0
  538. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.attributesGroup/layout.md +0 -0
  539. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.attributesGroup/pageSelection.md +0 -0
  540. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.attributesGroup/relativeSelection.md +0 -0
  541. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.batchJobQuickGlance/_catalog-data.json +0 -0
  542. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.batchJobQuickGlance/_meta.json +0 -0
  543. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.batchJobQuickGlance/_overview.md +0 -0
  544. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.batchJobQuickGlance/_summary.md +0 -0
  545. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.connectedAttributesGroup/_catalog-data.json +0 -0
  546. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.connectedAttributesGroup/_implementation.md +0 -0
  547. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.connectedAttributesGroup/_meta.json +0 -0
  548. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.connectedAttributesGroup/_overview.md +0 -0
  549. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.connectedAttributesGroup/_summary.md +0 -0
  550. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.connectedAttributesGroup/cf.cplace.platform.attributesGroup.layout.md +0 -0
  551. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.connectedAttributesGroup/singleSelectionWidgetId.md +0 -0
  552. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.dynamicIframe/_catalog-data.json +0 -0
  553. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.dynamicIframe/_meta.json +0 -0
  554. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.dynamicIframe/_overview.md +0 -0
  555. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.dynamicIframe/_summary.md +0 -0
  556. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.tableWidget/_catalog-data.json +0 -0
  557. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.tableWidget/_implementation.md +0 -0
  558. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.tableWidget/_meta.json +0 -0
  559. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.tableWidget/_overview.md +0 -0
  560. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.tableWidget/_summary.md +0 -0
  561. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.tableWidget/columns.md +0 -0
  562. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.tableWidget/displayOptions.md +0 -0
  563. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.platform.tableWidget/multiSortColumns.md +0 -0
  564. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.pptexport.pgPreviewWidget/_catalog-data.json +0 -0
  565. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.pptexport.pgPreviewWidget/_meta.json +0 -0
  566. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.pptexport.pgPreviewWidget/_overview.md +0 -0
  567. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.pptexport.pgPreviewWidget/_summary.md +0 -0
  568. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.projectTree.editProjects/_catalog-data.json +0 -0
  569. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.projectTree.editProjects/_meta.json +0 -0
  570. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.projectTree.editProjects/_overview.md +0 -0
  571. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.projectTree.editProjects/_summary.md +0 -0
  572. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.projektplanung.scheduleLockState/_catalog-data.json +0 -0
  573. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.projektplanung.scheduleLockState/_meta.json +0 -0
  574. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.projektplanung.scheduleLockState/_overview.md +0 -0
  575. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.projektplanung.scheduleLockState/_summary.md +0 -0
  576. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.projektplanung.subscriptions/_catalog-data.json +0 -0
  577. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.projektplanung.subscriptions/_meta.json +0 -0
  578. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.projektplanung.subscriptions/_overview.md +0 -0
  579. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.projektplanung.subscriptions/_summary.md +0 -0
  580. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.qrCodeWidget/_catalog-data.json +0 -0
  581. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.qrCodeWidget/_meta.json +0 -0
  582. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.qrCodeWidget/_overview.md +0 -0
  583. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.qrCodeWidget/_summary.md +0 -0
  584. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.rest.config.widget.productionModeHintWidget/_catalog-data.json +0 -0
  585. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.rest.config.widget.productionModeHintWidget/_meta.json +0 -0
  586. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.rest.config.widget.productionModeHintWidget/_overview.md +0 -0
  587. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.rest.config.widget.productionModeHintWidget/_summary.md +0 -0
  588. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.simpleCalendar.calendar/_catalog-data.json +0 -0
  589. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.simpleCalendar.calendar/_meta.json +0 -0
  590. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.simpleCalendar.calendar/_overview.md +0 -0
  591. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.simpleCalendar.calendar/_summary.md +0 -0
  592. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.simpleForm.widget/_catalog-data.json +0 -0
  593. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.simpleForm.widget/_meta.json +0 -0
  594. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.simpleForm.widget/_overview.md +0 -0
  595. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.simpleForm.widget/_summary.md +0 -0
  596. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.tableDetailViewWidget.widget/_catalog-data.json +0 -0
  597. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.tableDetailViewWidget.widget/_meta.json +0 -0
  598. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.tableDetailViewWidget.widget/_overview.md +0 -0
  599. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.tableDetailViewWidget.widget/_summary.md +0 -0
  600. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.tableDetailViewWidget.widget/attributes.md +0 -0
  601. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.treeTableWidget/_catalog-data.json +0 -0
  602. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.treeTableWidget/_meta.json +0 -0
  603. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.treeTableWidget/_overview.md +0 -0
  604. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.treeTableWidget/_summary.md +0 -0
  605. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.tuplesWidget.widget/_catalog-data.json +0 -0
  606. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.tuplesWidget.widget/_meta.json +0 -0
  607. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.tuplesWidget.widget/_overview.md +0 -0
  608. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.tuplesWidget.widget/_summary.md +0 -0
  609. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.videoWidget/_catalog-data.json +0 -0
  610. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.videoWidget/_meta.json +0 -0
  611. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.videoWidget/_overview.md +0 -0
  612. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.videoWidget/_summary.md +0 -0
  613. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.visualizations.scriptingHighcharts/_catalog-data.json +0 -0
  614. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.visualizations.scriptingHighcharts/_implementation.md +0 -0
  615. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.visualizations.scriptingHighcharts/_meta.json +0 -0
  616. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.visualizations.scriptingHighcharts/_overview.md +0 -0
  617. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.visualizations.scriptingHighcharts/_summary.md +0 -0
  618. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.visualizations.scriptingHighcharts/cf.cplace.visualization.dataSource.md +0 -0
  619. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.visualizations.scriptingHighcharts/cf.cplace.visualization.search.md +0 -0
  620. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.visualizations.scriptingHighcharts/script.md +0 -0
  621. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.visualizations.scriptingHighcharts/tableWidgetId.md +0 -0
  622. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.visualizations.scriptingLineChart/_catalog-data.json +0 -0
  623. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.visualizations.scriptingLineChart/_meta.json +0 -0
  624. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.visualizations.scriptingLineChart/_overview.md +0 -0
  625. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.visualizations.scriptingLineChart/_summary.md +0 -0
  626. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.visualizations.tupleLineChart/_catalog-data.json +0 -0
  627. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.visualizations.tupleLineChart/_meta.json +0 -0
  628. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.visualizations.tupleLineChart/_overview.md +0 -0
  629. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.visualizations.tupleLineChart/_summary.md +0 -0
  630. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.workflow.widget/_implementation.md +0 -0
  631. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.workflow.widget/_meta.json +0 -0
  632. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.workflow.widget/_overview.md +0 -0
  633. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.cplace.workflow.widget/_summary.md +0 -0
  634. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.attributeHistory/_catalog-data.json +0 -0
  635. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.attributeHistory/_meta.json +0 -0
  636. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.attributeHistory/_overview.md +0 -0
  637. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.attributeHistory/_summary.md +0 -0
  638. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.attributes/_catalog-data.json +0 -0
  639. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.attributes/_meta.json +0 -0
  640. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.attributes/_overview.md +0 -0
  641. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.attributes/_summary.md +0 -0
  642. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.comments/_catalog-data.json +0 -0
  643. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.comments/_meta.json +0 -0
  644. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.comments/_overview.md +0 -0
  645. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.comments/_summary.md +0 -0
  646. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedBarChart/_catalog-data.json +0 -0
  647. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedBarChart/_implementation.md +0 -0
  648. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedBarChart/_meta.json +0 -0
  649. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedBarChart/_overview.md +0 -0
  650. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedBarChart/_summary.md +0 -0
  651. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedBarChart/attributeName.md +0 -0
  652. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedBarChart/search.md +0 -0
  653. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedMatrix/_catalog-data.json +0 -0
  654. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedMatrix/_meta.json +0 -0
  655. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedMatrix/_overview.md +0 -0
  656. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedMatrix/_summary.md +0 -0
  657. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedPieChart/_catalog-data.json +0 -0
  658. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedPieChart/_implementation.md +0 -0
  659. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedPieChart/_meta.json +0 -0
  660. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedPieChart/_overview.md +0 -0
  661. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedPieChart/_summary.md +0 -0
  662. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedPieChart/attributeName.md +0 -0
  663. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedPieChart/search.md +0 -0
  664. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedSingleAttribute/_catalog-data.json +0 -0
  665. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedSingleAttribute/_implementation.md +0 -0
  666. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedSingleAttribute/_meta.json +0 -0
  667. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedSingleAttribute/_overview.md +0 -0
  668. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedSingleAttribute/_summary.md +0 -0
  669. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedSingleAttribute/attributeName.md +0 -0
  670. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedSingleAttribute/singleColumn.md +0 -0
  671. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedSingleAttribute/singleSelectionWidgetId.md +0 -0
  672. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedSingleAttribute/withLabel.md +0 -0
  673. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedSingleAttribute/withValue.md +0 -0
  674. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedTableFilter/_catalog-data.json +0 -0
  675. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedTableFilter/_meta.json +0 -0
  676. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedTableFilter/_overview.md +0 -0
  677. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.connectedTableFilter/_summary.md +0 -0
  678. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.customRichStringAttribute/_catalog-data.json +0 -0
  679. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.customRichStringAttribute/_meta.json +0 -0
  680. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.customRichStringAttribute/_overview.md +0 -0
  681. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.customRichStringAttribute/_summary.md +0 -0
  682. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.embeddedSearchAsList/_catalog-data.json +0 -0
  683. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.embeddedSearchAsList/_meta.json +0 -0
  684. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.embeddedSearchAsList/_overview.md +0 -0
  685. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.embeddedSearchAsList/_summary.md +0 -0
  686. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.embeddedSearchAsList/search.md +0 -0
  687. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.embeddedSearchAsTable/_catalog-data.json +0 -0
  688. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.embeddedSearchAsTable/_implementation.md +0 -0
  689. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.embeddedSearchAsTable/_meta.json +0 -0
  690. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.embeddedSearchAsTable/_overview.md +0 -0
  691. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.embeddedSearchAsTable/_summary.md +0 -0
  692. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.embeddedSearchAsTable/columns.md +0 -0
  693. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.embeddedSearchAsTable/multiSortColumns.md +0 -0
  694. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.files/_catalog-data.json +0 -0
  695. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.files/_meta.json +0 -0
  696. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.files/_overview.md +0 -0
  697. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.files/_summary.md +0 -0
  698. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.iframe/_catalog-data.json +0 -0
  699. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.iframe/_meta.json +0 -0
  700. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.iframe/_overview.md +0 -0
  701. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.iframe/_summary.md +0 -0
  702. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.incomingLinks/_catalog-data.json +0 -0
  703. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.incomingLinks/_meta.json +0 -0
  704. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.incomingLinks/_overview.md +0 -0
  705. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.incomingLinks/_summary.md +0 -0
  706. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.incomingReferences/_catalog-data.json +0 -0
  707. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.incomingReferences/_meta.json +0 -0
  708. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.incomingReferences/_overview.md +0 -0
  709. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.incomingReferences/_summary.md +0 -0
  710. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.makeover.attributes/_catalog-data.json +0 -0
  711. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.makeover.attributes/_meta.json +0 -0
  712. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.makeover.attributes/_overview.md +0 -0
  713. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.makeover.attributes/_summary.md +0 -0
  714. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.modificationInfo/_catalog-data.json +0 -0
  715. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.modificationInfo/_meta.json +0 -0
  716. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.modificationInfo/_overview.md +0 -0
  717. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.modificationInfo/_summary.md +0 -0
  718. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.myElements/_catalog-data.json +0 -0
  719. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.myElements/_meta.json +0 -0
  720. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.myElements/_overview.md +0 -0
  721. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.myElements/_summary.md +0 -0
  722. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.richString/_catalog-data.json +0 -0
  723. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.richString/_meta.json +0 -0
  724. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.richString/_overview.md +0 -0
  725. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.richString/_summary.md +0 -0
  726. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.singleAttribute/_catalog-data.json +0 -0
  727. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.singleAttribute/_implementation.md +0 -0
  728. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.singleAttribute/_meta.json +0 -0
  729. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.singleAttribute/_overview.md +0 -0
  730. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.singleAttribute/_summary.md +0 -0
  731. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.singleAttribute/cf.platform.entity.md +0 -0
  732. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.singleAttribute/cf.platform.quotedAttributeName.md +0 -0
  733. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.singleAttribute/cf.platform.singleColumn.md +0 -0
  734. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.singleAttribute/cf.platform.useParent.md +0 -0
  735. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.singleAttribute/cf.platform.withLabel.md +0 -0
  736. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.singleAttribute/cf.platform.withValue.md +0 -0
  737. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.tags/_catalog-data.json +0 -0
  738. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.tags/_meta.json +0 -0
  739. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.tags/_overview.md +0 -0
  740. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.tags/_summary.md +0 -0
  741. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.wiki/_catalog-data.json +0 -0
  742. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.wiki/_meta.json +0 -0
  743. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.wiki/_overview.md +0 -0
  744. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.platform.wiki/_summary.md +0 -0
  745. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.projektplanung.gantt/_catalog-data.json +0 -0
  746. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.projektplanung.gantt/_meta.json +0 -0
  747. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.projektplanung.gantt/_overview.md +0 -0
  748. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.projektplanung.gantt/_summary.md +0 -0
  749. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.projektplanung.ganttTaskDemo/_catalog-data.json +0 -0
  750. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.projektplanung.ganttTaskDemo/_meta.json +0 -0
  751. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.projektplanung.ganttTaskDemo/_overview.md +0 -0
  752. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.projektplanung.ganttTaskDemo/_summary.md +0 -0
  753. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.projektplanung.multiGantt/_catalog-data.json +0 -0
  754. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.projektplanung.multiGantt/_meta.json +0 -0
  755. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.projektplanung.multiGantt/_overview.md +0 -0
  756. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.projektplanung.multiGantt/_summary.md +0 -0
  757. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.projektplanung.scheduleTreeTable/_catalog-data.json +0 -0
  758. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.projektplanung.scheduleTreeTable/_meta.json +0 -0
  759. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.projektplanung.scheduleTreeTable/_overview.md +0 -0
  760. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.projektplanung.scheduleTreeTable/_summary.md +0 -0
  761. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.projektplanung.singleGantt/_catalog-data.json +0 -0
  762. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.projektplanung.singleGantt/_meta.json +0 -0
  763. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.projektplanung.singleGantt/_overview.md +0 -0
  764. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.projektplanung.singleGantt/_summary.md +0 -0
  765. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.projektplanung.singleGanttLink/_catalog-data.json +0 -0
  766. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.projektplanung.singleGanttLink/_meta.json +0 -0
  767. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.projektplanung.singleGanttLink/_overview.md +0 -0
  768. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/cf.projektplanung.singleGanttLink/_summary.md +0 -0
  769. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/de.2lforge.curves.widget/_catalog-data.json +0 -0
  770. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/de.2lforge.curves.widget/_meta.json +0 -0
  771. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/de.2lforge.curves.widget/_overview.md +0 -0
  772. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/de.2lforge.curves.widget/_summary.md +0 -0
  773. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/de.2lforge.toolbar.datePickerWidget/_catalog-data.json +0 -0
  774. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/de.2lforge.toolbar.datePickerWidget/_meta.json +0 -0
  775. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/de.2lforge.toolbar.datePickerWidget/_overview.md +0 -0
  776. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/de.2lforge.toolbar.datePickerWidget/_summary.md +0 -0
  777. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/de.2lforge.toolbar.dropDownWidget/_catalog-data.json +0 -0
  778. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/de.2lforge.toolbar.dropDownWidget/_meta.json +0 -0
  779. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/de.2lforge.toolbar.dropDownWidget/_overview.md +0 -0
  780. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/de.2lforge.toolbar.dropDownWidget/_summary.md +0 -0
  781. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/de.2lforge.toolbar.miscWidget/_catalog-data.json +0 -0
  782. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/de.2lforge.toolbar.miscWidget/_meta.json +0 -0
  783. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/de.2lforge.toolbar.miscWidget/_overview.md +0 -0
  784. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/de.2lforge.toolbar.miscWidget/_summary.md +0 -0
  785. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/de.visualistik.visualRoadmap.widget/_catalog-data.json +0 -0
  786. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/de.visualistik.visualRoadmap.widget/_meta.json +0 -0
  787. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/de.visualistik.visualRoadmap.widget/_overview.md +0 -0
  788. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/de.visualistik.visualRoadmap.widget/_summary.md +0 -0
  789. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/msg.scripts.imagegallery.basic/_catalog-data.json +0 -0
  790. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/msg.scripts.imagegallery.basic/_meta.json +0 -0
  791. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/msg.scripts.imagegallery.basic/_overview.md +0 -0
  792. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/msg.scripts.imagegallery.basic/_summary.md +0 -0
  793. /package/dist/{widget-specifications → plugins/layouts-widget-specifications}/tag-registry.json +0 -0
  794. /package/dist/{widget-specifications → plugins/resource-management-widget-specifications}/cf.cplace.resourceManagement.resourcePlannerDefinition/_catalog-data.json +0 -0
  795. /package/dist/{widget-specifications → plugins/resource-management-widget-specifications}/cf.cplace.resourceManagement.resourcePlannerDefinition/_meta.json +0 -0
  796. /package/dist/{widget-specifications → plugins/resource-management-widget-specifications}/cf.cplace.resourceManagement.resourcePlannerDefinition/_overview.md +0 -0
  797. /package/dist/{widget-specifications → plugins/resource-management-widget-specifications}/cf.cplace.resourceManagement.resourcePlannerDefinition/_summary.md +0 -0
@@ -0,0 +1,42 @@
1
+ import { z } from "zod";
2
+ export const APP_CATALOG_TOOL_DEFINITIONS = {
3
+ cplace_list_apps_catalog: {
4
+ description: 'List all apps in the cplace apps catalog with their overview, dependencies, and investigation status'
5
+ },
6
+ cplace_get_app_details: {
7
+ description: 'Get detailed documentation for a specific cplace app including types, attributes, widgets, and dependencies'
8
+ }
9
+ };
10
+ export function registerAppCatalogTools(server, appCatalog) {
11
+ server.tool('cplace_list_apps_catalog', 'List all apps in the cplace apps catalog with their overview, dependencies, and investigation status', {}, async () => {
12
+ const catalogEntry = appCatalog['_catalog'];
13
+ if (!catalogEntry) {
14
+ return {
15
+ content: [{ type: 'text', text: 'No apps catalog available.' }]
16
+ };
17
+ }
18
+ return {
19
+ content: [{ type: 'text', text: catalogEntry.readme }]
20
+ };
21
+ });
22
+ server.tool('cplace_get_app_details', 'Get detailed documentation for a specific cplace app including types, attributes, widgets, and dependencies', {
23
+ appName: z.string().describe('The qualified app name (e.g., "cf.cplace.meeting", "cf.cplace.platform")')
24
+ }, async ({ appName }) => {
25
+ const entry = appCatalog[appName];
26
+ if (!entry) {
27
+ const availableApps = Object.keys(appCatalog)
28
+ .filter(k => !k.startsWith('_'))
29
+ .sort();
30
+ return {
31
+ content: [{
32
+ type: 'text',
33
+ text: `App '${appName}' not found in the catalog.\n\nAvailable apps:\n${availableApps.map(a => `- ${a}`).join('\n')}`
34
+ }]
35
+ };
36
+ }
37
+ return {
38
+ content: [{ type: 'text', text: entry.readme }]
39
+ };
40
+ });
41
+ }
42
+ //# sourceMappingURL=apps-catalog.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"apps-catalog.js","sourceRoot":"","sources":["../../src/tools/apps-catalog.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,MAAM,CAAC,MAAM,4BAA4B,GAAwB;IAC/D,wBAAwB,EAAE;QACxB,WAAW,EAAE,sGAAsG;KACpH;IACD,sBAAsB,EAAE;QACtB,WAAW,EAAE,6GAA6G;KAC3H;CACF,CAAC;AAEF,MAAM,UAAU,uBAAuB,CACrC,MAAiB,EACjB,UAAsB;IAGtB,MAAM,CAAC,IAAI,CACT,0BAA0B,EAC1B,sGAAsG,EACtG,EAAE,EACF,KAAK,IAAI,EAAE;QACT,MAAM,YAAY,GAAG,UAAU,CAAC,UAAU,CAAC,CAAC;QAC5C,IAAI,CAAC,YAAY,EAAE,CAAC;YAClB,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAe,EAAE,IAAI,EAAE,4BAA4B,EAAE,CAAC;aACzE,CAAC;QACJ,CAAC;QAED,OAAO;YACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAe,EAAE,IAAI,EAAE,YAAY,CAAC,MAAM,EAAE,CAAC;SAChE,CAAC;IACJ,CAAC,CACF,CAAC;IAGF,MAAM,CAAC,IAAI,CACT,wBAAwB,EACxB,6GAA6G,EAC7G;QACE,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAC1B,0EAA0E,CAC3E;KACF,EACD,KAAK,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE;QACpB,MAAM,KAAK,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC;QAClC,IAAI,CAAC,KAAK,EAAE,CAAC;YAEX,MAAM,aAAa,GAAG,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC;iBAC1C,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;iBAC/B,IAAI,EAAE,CAAC;YAEV,OAAO;gBACL,OAAO,EAAE,CAAC;wBACR,IAAI,EAAE,MAAe;wBACrB,IAAI,EAAE,QAAQ,OAAO,mDAAmD,aAAa,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE;qBACtH,CAAC;aACH,CAAC;QACJ,CAAC;QAED,OAAO;YACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAe,EAAE,IAAI,EAAE,KAAK,CAAC,MAAM,EAAE,CAAC;SACzD,CAAC;IACJ,CAAC,CACF,CAAC;AACJ,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"board-widget.d.ts","sourceRoot":"","sources":["../../src/tools/board-widget.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AACpE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAyG5C,QAAA,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkJlB,CAAC;AA6eX,wBAAgB,wBAAwB,CAAC,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,eAAe,QA2YlF;AAGD,OAAO,EAAE,sBAAsB,EAAE,CAAC"}
1
+ {"version":3,"file":"board-widget.d.ts","sourceRoot":"","sources":["../../src/tools/board-widget.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AACpE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AA0G5C,QAAA,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkJlB,CAAC;AA6bX,wBAAgB,wBAAwB,CAAC,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,eAAe,QAqYlF;AAGD,OAAO,EAAE,sBAAsB,EAAE,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import { z } from "zod";
2
2
  import { debugLogWithTag } from "../logger.js";
3
3
  import { LayoutContextSchema } from './layout.js';
4
+ import { findWidgetById, buildUpdateRequestBody, determineApiEndpoint, buildRequestParams } from './widget-tool-helpers.js';
4
5
  const TOOL_BOARD_GET_CONFIGURATION = 'cplace_board_get_configuration';
5
6
  const TOOL_BOARD_CONFIGURE_CARDS = 'cplace_board_configure_cards';
6
7
  const TOOL_BOARD_CONFIGURE_COLUMNS = 'cplace_board_configure_columns';
@@ -205,23 +206,6 @@ Omitted settings retain their current values (this tool does partial updates for
205
206
  annotations: { title: "Configure Board Visual Settings" }
206
207
  }
207
208
  };
208
- function findWidgetById(rows, widgetId) {
209
- for (const row of rows || []) {
210
- for (const column of row.columns || []) {
211
- for (const widget of column.widgets || []) {
212
- if (widget.id === widgetId) {
213
- return widget;
214
- }
215
- if (widget.widgetsLayout?.rows) {
216
- const nested = findWidgetById(widget.widgetsLayout.rows, widgetId);
217
- if (nested)
218
- return nested;
219
- }
220
- }
221
- }
222
- }
223
- return null;
224
- }
225
209
  function extractWidgetConfiguration(widget) {
226
210
  const config = {};
227
211
  const CBOARD_PREFIX = 'cf.cplace.cboard.';
@@ -529,33 +513,10 @@ function transformVisualToRaw(friendlyVisual) {
529
513
  }
530
514
  return raw;
531
515
  }
532
- function buildUpdateRequestBody(context, widgetId, configuration) {
533
- const baseParams = context.type === "page"
534
- ? { pageUID: context.pageUID }
535
- : {
536
- workspaceId: context.workspaceId,
537
- typeInternalName: context.typeInternalName,
538
- ...(context.alternativeLayoutName && { alternativeLayoutName: context.alternativeLayoutName })
539
- };
540
- return {
541
- ...baseParams,
542
- operation: {
543
- type: "UPDATE",
544
- widgetId,
545
- newConfiguration: configuration
546
- }
547
- };
548
- }
549
516
  async function getCurrentBoardConfig(client, context, widgetId) {
550
517
  try {
551
- const endpoint = context.type === "page" ? "json/pageLayout" : "json/typeLayout";
552
- const params = context.type === "page"
553
- ? { pageUID: context.pageUID }
554
- : {
555
- workspaceId: context.workspaceId,
556
- typeInternalName: context.typeInternalName,
557
- ...(context.alternativeLayoutName && { alternativeLayoutName: context.alternativeLayoutName })
558
- };
518
+ const endpoint = determineApiEndpoint(context);
519
+ const params = buildRequestParams(context);
559
520
  const layoutResult = await client.makeApiRequest(endpoint, 'GET', params);
560
521
  const widget = findWidgetById(layoutResult.rows, widgetId);
561
522
  if (!widget) {
@@ -579,14 +540,8 @@ export function registerBoardWidgetTools(server, client) {
579
540
  server.registerTool(TOOL_BOARD_GET_CONFIGURATION, BOARD_TOOL_DEFINITIONS[TOOL_BOARD_GET_CONFIGURATION], async ({ context, widgetId }) => {
580
541
  debugLogWithTag('BOARD', `Getting board configuration for widget ${widgetId}`);
581
542
  try {
582
- const endpoint = context.type === "page" ? "json/pageLayout" : "json/typeLayout";
583
- const params = context.type === "page"
584
- ? { pageUID: context.pageUID }
585
- : {
586
- workspaceId: context.workspaceId,
587
- typeInternalName: context.typeInternalName,
588
- ...(context.alternativeLayoutName && { alternativeLayoutName: context.alternativeLayoutName })
589
- };
543
+ const endpoint = determineApiEndpoint(context);
544
+ const params = buildRequestParams(context);
590
545
  const layoutResult = await client.makeApiRequest(endpoint, 'GET', params);
591
546
  const widget = findWidgetById(layoutResult.rows, widgetId);
592
547
  if (!widget) {
@@ -654,7 +609,7 @@ export function registerBoardWidgetTools(server, client) {
654
609
  };
655
610
  }
656
611
  const rawSearchConfigurations = transformCardsToRaw(cards);
657
- const endpoint = context.type === "page" ? "json/pageLayout" : "json/typeLayout";
612
+ const endpoint = determineApiEndpoint(context);
658
613
  const searchConfigurationsValue = rawSearchConfigurations.map(sc => JSON.stringify(sc));
659
614
  debugLogWithTag('BOARD', `searchConfigurationsValue: ${JSON.stringify(searchConfigurationsValue)}`);
660
615
  const requestBody = buildUpdateRequestBody(context, widgetId, {
@@ -716,7 +671,7 @@ export function registerBoardWidgetTools(server, client) {
716
671
  };
717
672
  }
718
673
  const rawColumnMapping = transformColumnsToRaw({ mode, columns, dynamicConfig });
719
- const endpoint = context.type === "page" ? "json/pageLayout" : "json/typeLayout";
674
+ const endpoint = determineApiEndpoint(context);
720
675
  const requestBody = buildUpdateRequestBody(context, widgetId, {
721
676
  'cf.cplace.cboard.columnMapping': rawColumnMapping
722
677
  });
@@ -747,7 +702,7 @@ export function registerBoardWidgetTools(server, client) {
747
702
  try {
748
703
  if (!enabled) {
749
704
  const rawSwimlaneMapping = transformSwimlanesToRaw({ enabled: false });
750
- const endpoint = context.type === "page" ? "json/pageLayout" : "json/typeLayout";
705
+ const endpoint = determineApiEndpoint(context);
751
706
  const requestBody = buildUpdateRequestBody(context, widgetId, {
752
707
  'cf.cplace.cboard.swimlaneMapping': rawSwimlaneMapping
753
708
  });
@@ -800,7 +755,7 @@ export function registerBoardWidgetTools(server, client) {
800
755
  };
801
756
  }
802
757
  const rawSwimlaneMapping = transformSwimlanesToRaw({ enabled: true, mode, swimlanes, dynamicConfig });
803
- const endpoint = context.type === "page" ? "json/pageLayout" : "json/typeLayout";
758
+ const endpoint = determineApiEndpoint(context);
804
759
  const requestBody = buildUpdateRequestBody(context, widgetId, {
805
760
  'cf.cplace.cboard.swimlaneMapping': rawSwimlaneMapping
806
761
  });
@@ -842,7 +797,7 @@ export function registerBoardWidgetTools(server, client) {
842
797
  const newRaw = transformVisualToRaw(visualSettings);
843
798
  const mergedRaw = { ...currentRaw, ...newRaw };
844
799
  const rawVisualComponents = JSON.stringify(mergedRaw);
845
- const endpoint = context.type === "page" ? "json/pageLayout" : "json/typeLayout";
800
+ const endpoint = determineApiEndpoint(context);
846
801
  const requestBody = buildUpdateRequestBody(context, widgetId, {
847
802
  'cf.cplace.cboard.visualComponents': rawVisualComponents
848
803
  });
@@ -1 +1 @@
1
- {"version":3,"file":"board-widget.js","sourceRoot":"","sources":["../../src/tools/board-widget.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"board-widget.js","sourceRoot":"","sources":["../../src/tools/board-widget.ts"],"names":[],"mappings":"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"}
@@ -6,8 +6,8 @@ export declare const CSV_EXPORT_TOOL_DEFINITIONS: {
6
6
  readonly description: "Same as cplace_search_pages but returns results in CSV format instead of JSON. Only use this tool after first calling cplace_search_pages to establish and validate the search parameters. The CSV result should always be stored as an artifact.\n\nIMPORTANT: Date filter values must use date-only format (YYYY-MM-DD). Datetime formats are not supported. See cplace_search_pages for full details.";
7
7
  readonly inputSchema: {
8
8
  readonly workspaceId: z.ZodOptional<z.ZodString>;
9
- readonly internalTypeName: z.ZodString;
10
- readonly search_filter: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
9
+ readonly typeInternalName: z.ZodString;
10
+ readonly searchFilter: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
11
11
  name: z.ZodObject<{
12
12
  equals: z.ZodString;
13
13
  }, "strip", z.ZodTypeAny, {
@@ -9,8 +9,8 @@ export const CSV_EXPORT_TOOL_DEFINITIONS = {
9
9
  description: "Same as cplace_search_pages but returns results in CSV format instead of JSON. Only use this tool after first calling cplace_search_pages to establish and validate the search parameters. The CSV result should always be stored as an artifact.\n\nIMPORTANT: Date filter values must use date-only format (YYYY-MM-DD). Datetime formats are not supported. See cplace_search_pages for full details.",
10
10
  inputSchema: {
11
11
  workspaceId: z.string().optional().describe("Same as cplace_search_pages"),
12
- internalTypeName: z.string().describe("Same as cplace_search_pages"),
13
- search_filter: SearchFilterSchema.describe("Same as cplace_search_pages"),
12
+ typeInternalName: z.string().describe("Same as cplace_search_pages"),
13
+ searchFilter: SearchFilterSchema.describe("Same as cplace_search_pages"),
14
14
  limit: z.number().min(1).max(1000).default(50).describe("Same as cplace_search_pages"),
15
15
  offset: z.number().min(0).max(10000).default(0).describe("Same as cplace_search_pages"),
16
16
  attributes: z.array(z.string()).optional().describe("Same as cplace_search_pages"),
@@ -19,10 +19,10 @@ export const CSV_EXPORT_TOOL_DEFINITIONS = {
19
19
  }
20
20
  };
21
21
  export function registerCsvExportTools(server, client) {
22
- server.registerTool(TOOL_SEARCH_PAGES_CSV, CSV_EXPORT_TOOL_DEFINITIONS[TOOL_SEARCH_PAGES_CSV], async ({ workspaceId, internalTypeName, search_filter, limit = 50, offset = 0, attributes, }) => {
23
- debugLogWithTag('CSV_SEARCH', `Starting CSV search with params: workspaceId=${workspaceId || 'none'}, type=${internalTypeName}, filter=${JSON.stringify(search_filter)}, limit=${limit}, offset=${offset}`);
22
+ server.registerTool(TOOL_SEARCH_PAGES_CSV, CSV_EXPORT_TOOL_DEFINITIONS[TOOL_SEARCH_PAGES_CSV], async ({ workspaceId, typeInternalName, searchFilter, limit = 50, offset = 0, attributes, }) => {
23
+ debugLogWithTag('CSV_SEARCH', `Starting CSV search with params: workspaceId=${workspaceId || 'none'}, type=${typeInternalName}, filter=${JSON.stringify(searchFilter)}, limit=${limit}, offset=${offset}`);
24
24
  try {
25
- const cplaceFilter = convertSearchFilterToCplaceFormat(search_filter);
25
+ const cplaceFilter = convertSearchFilterToCplaceFormat(searchFilter);
26
26
  debugLogWithTag('CSV_SEARCH', `Converted filter: ${JSON.stringify(cplaceFilter)}`);
27
27
  if (workspaceId) {
28
28
  cplaceFilter.filters.unshift({
@@ -30,10 +30,10 @@ export function registerCsvExportTools(server, client) {
30
30
  workspaceIds: [workspaceId]
31
31
  });
32
32
  }
33
- if (internalTypeName) {
33
+ if (typeInternalName) {
34
34
  cplaceFilter.filters.unshift({
35
35
  type: "Type",
36
- types: [internalTypeName]
36
+ types: [typeInternalName]
37
37
  });
38
38
  }
39
39
  debugLogWithTag('CSV_SEARCH', `Final cplace filter: ${JSON.stringify(cplaceFilter)}`);
@@ -1 +1 @@
1
- {"version":3,"file":"csv-export.js","sourceRoot":"","sources":["../../src/tools/csv-export.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"csv-export.js","sourceRoot":"","sources":["../../src/tools/csv-export.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,18 @@
1
+ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
2
+ import { z } from "zod";
3
+ import { CplaceApiClient } from '../api.js';
4
+ export declare const DOCUMENT_TOOL_DEFINITIONS: {
5
+ readonly cplace_get_document: {
6
+ readonly description: "Get document details including fulltext content. Retrieves metadata and extracted text for a document by its UID. Document UIDs are found in page responses (documents array). Supports reading large documents in chunks via fulltextOffset and fulltextMaxLength parameters.";
7
+ readonly inputSchema: {
8
+ readonly documentUID: z.ZodString;
9
+ readonly fulltextOffset: z.ZodOptional<z.ZodNumber>;
10
+ readonly fulltextMaxLength: z.ZodOptional<z.ZodNumber>;
11
+ };
12
+ readonly annotations: {
13
+ readonly title: "Get Document";
14
+ };
15
+ };
16
+ };
17
+ export declare function registerDocumentTools(server: McpServer, client: CplaceApiClient): void;
18
+ //# sourceMappingURL=documents.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"documents.d.ts","sourceRoot":"","sources":["../../src/tools/documents.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AACpE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAQ5C,eAAO,MAAM,yBAAyB;;;;;;;;;;;;CAU5B,CAAC;AAEX,wBAAgB,qBAAqB,CAAC,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,eAAe,QAuD/E"}
@@ -0,0 +1,59 @@
1
+ import { z } from "zod";
2
+ import { debugLogWithTag } from "../logger.js";
3
+ import { checkResponseSize } from "../utils.js";
4
+ const TOOL_GET_DOCUMENT = 'cplace_get_document';
5
+ export const DOCUMENT_TOOL_DEFINITIONS = {
6
+ [TOOL_GET_DOCUMENT]: {
7
+ description: "Get document details including fulltext content. Retrieves metadata and extracted text for a document by its UID. Document UIDs are found in page responses (documents array). Supports reading large documents in chunks via fulltextOffset and fulltextMaxLength parameters.",
8
+ inputSchema: {
9
+ documentUID: z.string().describe("The unique identifier of the document (e.g., 'document/abc123'). Found in the documents array of page responses."),
10
+ fulltextOffset: z.number().min(0).optional().describe("Character position to start reading fulltext from (default: 0). Use with fulltextMaxLength to read large documents in chunks."),
11
+ fulltextMaxLength: z.number().min(0).optional().describe("Maximum number of fulltext characters to return (default: 40000). Set to 0 to exclude fulltext entirely and return metadata only.")
12
+ },
13
+ annotations: { title: "Get Document" }
14
+ }
15
+ };
16
+ export function registerDocumentTools(server, client) {
17
+ server.registerTool(TOOL_GET_DOCUMENT, DOCUMENT_TOOL_DEFINITIONS[TOOL_GET_DOCUMENT], async ({ documentUID, fulltextOffset, fulltextMaxLength }) => {
18
+ debugLogWithTag('DOCUMENTS', `Getting document: ${documentUID}`);
19
+ const offset = fulltextOffset ?? 0;
20
+ const maxLength = fulltextMaxLength ?? 40000;
21
+ try {
22
+ const result = await client.makeApiRequest('json/document', 'GET', { documentUID });
23
+ if (result.fulltext && typeof result.fulltext === 'string') {
24
+ const originalLength = result.fulltext.length;
25
+ if (maxLength === 0) {
26
+ delete result.fulltext;
27
+ result.fulltextTruncated = true;
28
+ result.fulltextOriginalLength = originalLength;
29
+ result.fulltextOffset = 0;
30
+ }
31
+ else if (offset > 0 || originalLength > offset + maxLength) {
32
+ result.fulltext = result.fulltext.substring(offset, offset + maxLength);
33
+ result.fulltextTruncated = true;
34
+ result.fulltextOriginalLength = originalLength;
35
+ result.fulltextOffset = offset;
36
+ }
37
+ }
38
+ const sizeCheck = checkResponseSize(result);
39
+ if (sizeCheck.tooLarge) {
40
+ return {
41
+ content: [{ type: "text", text: `Response too large (${sizeCheck.actualSize} characters, max: 45000). Try reducing fulltextMaxLength (current: ${maxLength}) or set fulltextMaxLength to 0 to retrieve metadata only.` }],
42
+ isError: true
43
+ };
44
+ }
45
+ debugLogWithTag('DOCUMENTS', `Successfully retrieved document: ${documentUID}`);
46
+ return {
47
+ content: [{ type: "text", text: JSON.stringify(result, null, 2) }]
48
+ };
49
+ }
50
+ catch (error) {
51
+ debugLogWithTag('DOCUMENTS', `Error getting document: ${error instanceof Error ? error.message : String(error)}`);
52
+ return {
53
+ content: [{ type: "text", text: `Error retrieving document: ${error instanceof Error ? error.message : String(error)}` }],
54
+ isError: true
55
+ };
56
+ }
57
+ });
58
+ }
59
+ //# sourceMappingURL=documents.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"documents.js","sourceRoot":"","sources":["../../src/tools/documents.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,38 @@
1
+ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
2
+ import { z } from "zod";
3
+ import { CplaceApiClient } from '../api.js';
4
+ export declare const EXPERT_SETTINGS_TOOL_DEFINITIONS: {
5
+ readonly cplace_get_expert_settings: {
6
+ readonly description: "Retrieves all tenant-wide expert settings for theming: LESS variables, SCSS variables, custom CSS, and custom JavaScript. Also returns whether JavaScript editing is enabled on the server. Requires administrator privileges.";
7
+ readonly inputSchema: {};
8
+ readonly annotations: {
9
+ readonly title: "Get Expert Settings";
10
+ };
11
+ };
12
+ readonly cplace_update_expert_settings: {
13
+ readonly description: "Updates one or more tenant-wide expert settings (LESS, SCSS, CSS, JavaScript). Only provided fields are updated; omitted fields remain unchanged. Send an empty string to clear a setting. Updating LESS or SCSS triggers an asynchronous CSS compilation job — use cplace_get_job to poll compilation status. Requires administrator privileges.";
14
+ readonly inputSchema: {
15
+ readonly less: z.ZodOptional<z.ZodString>;
16
+ readonly scss: z.ZodOptional<z.ZodString>;
17
+ readonly css: z.ZodOptional<z.ZodString>;
18
+ readonly javascript: z.ZodOptional<z.ZodString>;
19
+ };
20
+ readonly annotations: {
21
+ readonly title: "Update Expert Settings";
22
+ };
23
+ };
24
+ readonly cplace_edit_expert_settings: {
25
+ readonly description: "Surgically edit a single expert settings field using str_replace. Finds and replaces exact text within the specified field (LESS, SCSS, CSS, or JavaScript). More token-efficient than full replacement for small changes in large stylesheets or scripts. Updating LESS or SCSS triggers an asynchronous CSS compilation job — use cplace_get_job to poll compilation status. Requires administrator privileges.";
26
+ readonly inputSchema: {
27
+ readonly field: z.ZodEnum<["less", "scss", "css", "javascript"]>;
28
+ readonly old_str: z.ZodString;
29
+ readonly new_str: z.ZodString;
30
+ readonly replace_all: z.ZodOptional<z.ZodBoolean>;
31
+ };
32
+ readonly annotations: {
33
+ readonly title: "Edit Expert Settings";
34
+ };
35
+ };
36
+ };
37
+ export declare function registerExpertSettingsTools(server: McpServer, client: CplaceApiClient): void;
38
+ //# sourceMappingURL=expert-settings.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"expert-settings.d.ts","sourceRoot":"","sources":["../../src/tools/expert-settings.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AACpE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAW5C,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BnC,CAAC;AAEX,wBAAgB,2BAA2B,CAAC,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,eAAe,QA0IrF"}