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