@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,275 @@
|
|
|
1
|
+
# Widget Research: cf.platform.connectedBarChart
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
**Widget ID:** `cf.platform.connectedBarChart`
|
|
6
|
+
**Widget Name:** Bar Chart
|
|
7
|
+
**Repository:** main
|
|
8
|
+
**Definition Class:** `cf.cplace.platform/src/main/java/cf/cplace/platform/frontend/widgets/ConnectedBarChartWidgetDefinition.java`
|
|
9
|
+
|
|
10
|
+
## Purpose
|
|
11
|
+
|
|
12
|
+
The Connected Bar Chart widget visualizes an attribute from a table widget or a configurable search as a vertical bar/column chart. It aggregates data by counting the occurrences of distinct values for a selected attribute and displays the results using the Highcharts library.
|
|
13
|
+
|
|
14
|
+
## Description
|
|
15
|
+
|
|
16
|
+
The Connected Bar Chart widget displays the distribution of values for a selected attribute across a data set. It connects to either a table widget on the same page or uses its own search configuration to retrieve data, then creates a visual representation showing the frequency of each distinct attribute value as vertical bars (columns).
|
|
17
|
+
|
|
18
|
+
## Use Cases
|
|
19
|
+
|
|
20
|
+
### 1. Status Distribution Analysis
|
|
21
|
+
- Visualize how many items are in each status (e.g., "Open", "In Progress", "Done")
|
|
22
|
+
- Useful for project management dashboards to see task distribution across states
|
|
23
|
+
- Helps identify bottlenecks where too many items accumulate in certain statuses
|
|
24
|
+
|
|
25
|
+
### 2. Category Distribution
|
|
26
|
+
- Show the distribution of items across different categories or types
|
|
27
|
+
- Example: Display how many products belong to each product category
|
|
28
|
+
- Example: Show distribution of issues by priority level (Low, Medium, High, Critical)
|
|
29
|
+
|
|
30
|
+
### 3. Assignment Analysis
|
|
31
|
+
- Visualize workload distribution by showing how many items are assigned to each person
|
|
32
|
+
- Helps identify unbalanced workloads in teams
|
|
33
|
+
- Useful for resource planning and capacity management
|
|
34
|
+
|
|
35
|
+
### 4. Time-based Grouping
|
|
36
|
+
- Display items grouped by date-related attributes (e.g., month, quarter, year)
|
|
37
|
+
- Example: Show number of tickets created per month
|
|
38
|
+
- Useful for trend analysis and identifying seasonal patterns
|
|
39
|
+
|
|
40
|
+
### 5. Enumeration Value Distribution
|
|
41
|
+
- Any enumeration or reference attribute can be visualized
|
|
42
|
+
- Shows how values are distributed across a dataset
|
|
43
|
+
- Helps identify most/least common values in a dataset
|
|
44
|
+
|
|
45
|
+
## Key Functionality
|
|
46
|
+
|
|
47
|
+
### Data Source Options
|
|
48
|
+
The widget supports two mutually exclusive data sources:
|
|
49
|
+
|
|
50
|
+
1. **Connected Table Widget** (Primary Mode)
|
|
51
|
+
- Links to an existing table widget on the same page
|
|
52
|
+
- Inherits the table's search configuration and filters
|
|
53
|
+
- Automatically updates when the table data changes
|
|
54
|
+
- Configured via `tableWidgetId` attribute
|
|
55
|
+
|
|
56
|
+
2. **Standalone Search** (Fallback Mode)
|
|
57
|
+
- Define a search directly in the widget configuration
|
|
58
|
+
- Independent from other widgets on the page
|
|
59
|
+
- Configured via `search` attribute
|
|
60
|
+
- Must target a single entity type (unique type required)
|
|
61
|
+
|
|
62
|
+
### Data Processing
|
|
63
|
+
|
|
64
|
+
The widget uses term frequency aggregation from the search index:
|
|
65
|
+
- Queries the search index for the selected attribute's exact values
|
|
66
|
+
- Counts occurrences of each distinct value (term frequencies/facets)
|
|
67
|
+
- Sorts results by the attribute's sort value (alphabetically/naturally)
|
|
68
|
+
- Handles missing values and permission restrictions gracefully
|
|
69
|
+
|
|
70
|
+
### Visualization
|
|
71
|
+
|
|
72
|
+
The chart is rendered using Highcharts with the following characteristics:
|
|
73
|
+
- **Chart Type:** Vertical column chart (`type: 'column'`)
|
|
74
|
+
- **Interactive:** Zoom enabled on Y-axis for detailed inspection
|
|
75
|
+
- **Styling:** Each bar has a distinct color (colorByPoint enabled)
|
|
76
|
+
- **Data Labels:** Shows the count value on each bar
|
|
77
|
+
- **Tooltip:** Displays the value count on hover
|
|
78
|
+
- **Axis:** X-axis shows attribute values, Y-axis shows counts (no decimals)
|
|
79
|
+
- **Legend:** Disabled (since each bar is a unique category)
|
|
80
|
+
- **Export:** Disabled
|
|
81
|
+
|
|
82
|
+
## Configuration Concepts
|
|
83
|
+
|
|
84
|
+
### Required Configuration
|
|
85
|
+
|
|
86
|
+
1. **Attribute Name** (`attributeName`)
|
|
87
|
+
- The attribute to visualize (must be from the searched entity type)
|
|
88
|
+
- Only attributes with appropriate multiplicities are available
|
|
89
|
+
- Dynamically populated based on the connected table or search
|
|
90
|
+
- Constrained by `ConnectedBarChartAttributeEnumerationProvider`
|
|
91
|
+
|
|
92
|
+
### Optional Configuration
|
|
93
|
+
|
|
94
|
+
2. **Table Widget ID** (`tableWidgetId`)
|
|
95
|
+
- Reference to a table widget on the same page
|
|
96
|
+
- Optional: can use standalone search instead
|
|
97
|
+
- Provides dynamic list of available table widgets via `ConnectedTableWidgetsEnumerationProvider`
|
|
98
|
+
|
|
99
|
+
3. **Search** (`search`)
|
|
100
|
+
- Alternative to table widget connection
|
|
101
|
+
- Allows configuring a search directly in the widget
|
|
102
|
+
- Must return entities of a single type
|
|
103
|
+
- Supports relative search filters
|
|
104
|
+
|
|
105
|
+
4. **Localized Title** (`localizedTitle`)
|
|
106
|
+
- Custom title for the widget (supports multiple languages)
|
|
107
|
+
- Optional: defaults to "Bar Chart"
|
|
108
|
+
- Replaces deprecated `title` attribute
|
|
109
|
+
|
|
110
|
+
5. **Height** (`height`)
|
|
111
|
+
- Custom height in pixels for the chart
|
|
112
|
+
- Optional: uses default height if not specified
|
|
113
|
+
- Allows charts to be sized appropriately for the dashboard
|
|
114
|
+
|
|
115
|
+
### Configuration Validation
|
|
116
|
+
|
|
117
|
+
The widget enforces the following validation rules:
|
|
118
|
+
- At least one data source must be specified (table widget OR search)
|
|
119
|
+
- If using standalone search, it must target a unique entity type
|
|
120
|
+
- The selected attribute must exist in the entity type being searched
|
|
121
|
+
|
|
122
|
+
### Configuration Display Logic
|
|
123
|
+
|
|
124
|
+
The attribute name field has conditional visibility:
|
|
125
|
+
- Only shown when either `tableWidgetId` or `search` is configured
|
|
126
|
+
- Hidden until a data source is selected
|
|
127
|
+
- This ensures users select a data source before choosing the attribute
|
|
128
|
+
|
|
129
|
+
## Related Widgets
|
|
130
|
+
|
|
131
|
+
The Connected Bar Chart is part of a family of "connected" chart widgets:
|
|
132
|
+
|
|
133
|
+
1. **cf.platform.connectedPieChart** - Displays attribute distribution as a pie chart
|
|
134
|
+
2. **cf.platform.connectedMatrix** - Shows two-dimensional attribute relationships
|
|
135
|
+
3. **cf.platform.connectedSingleAttribute** - Displays a single attribute value from a selection
|
|
136
|
+
4. **cf.platform.connectedNumberOfResults** - Shows the count of results from a table
|
|
137
|
+
|
|
138
|
+
All these widgets share common patterns:
|
|
139
|
+
- Can connect to table widgets or use standalone searches
|
|
140
|
+
- Use the `ABSTRACT_CONNECTED_CHART` and `ABSTRACT_CONNECTED_TABLE_WIDGET` type definitions
|
|
141
|
+
- Implement `ISearchProducer` interface
|
|
142
|
+
- Support relative search filter resolution
|
|
143
|
+
|
|
144
|
+
## Technical Architecture
|
|
145
|
+
|
|
146
|
+
### Backend Components
|
|
147
|
+
|
|
148
|
+
- **Definition Class:** `ConnectedBarChartWidgetDefinition`
|
|
149
|
+
- Extends `WidgetDefinition`
|
|
150
|
+
- Implements configuration validation and error handling
|
|
151
|
+
- Provides widget substitution for template rendering
|
|
152
|
+
- Icon: `fa-chart-bar` (Font Awesome bar chart icon)
|
|
153
|
+
|
|
154
|
+
- **Data Handler:** `ConnectedBarChartDataHandler`
|
|
155
|
+
- Extends `ConnectedChartDataHandler` (abstract base class)
|
|
156
|
+
- Generates JSON array with [label, count] pairs
|
|
157
|
+
- Uses search index term frequencies for efficient aggregation
|
|
158
|
+
- Renders attribute values as HTML (without links, using separators)
|
|
159
|
+
|
|
160
|
+
- **Configuration Provider:** `ConnectedBarChartAttributeEnumerationProvider`
|
|
161
|
+
- Extends `AbstractConnectedWidgetAttributeEnumerationProvider`
|
|
162
|
+
- Provides dynamic list of available attributes based on data source
|
|
163
|
+
- Resolves relative search filters
|
|
164
|
+
|
|
165
|
+
### Frontend Components
|
|
166
|
+
|
|
167
|
+
- **Directive:** `connectedBarChartWidget`
|
|
168
|
+
- AngularJS directive for widget integration
|
|
169
|
+
- Requires parent `cplaceWidget` directive
|
|
170
|
+
- Parses widget state from HTML attribute
|
|
171
|
+
|
|
172
|
+
- **Controller:** `ConnectedBarChartWidgetController`
|
|
173
|
+
- Extends `AbstractConnectedChartWidgetController`
|
|
174
|
+
- Configures Highcharts with column chart settings
|
|
175
|
+
- Loads data from backend endpoint via AJAX
|
|
176
|
+
- Configuration includes zoom, tooltips, and styling
|
|
177
|
+
|
|
178
|
+
### Data Flow
|
|
179
|
+
|
|
180
|
+
1. Widget configuration specifies data source (table or search) and attribute
|
|
181
|
+
2. Frontend controller initializes and requests data from backend
|
|
182
|
+
3. Backend handler executes search and aggregates term frequencies
|
|
183
|
+
4. Data is formatted as JSON array: `[["value1", count1], ["value2", count2], ...]`
|
|
184
|
+
5. Frontend renders Highcharts column chart with the data
|
|
185
|
+
6. User can interact with chart (zoom, hover for details)
|
|
186
|
+
|
|
187
|
+
## Prerequisites and Dependencies
|
|
188
|
+
|
|
189
|
+
### Prerequisites
|
|
190
|
+
- The widget must be embedded in a page (not embeddable in other contexts)
|
|
191
|
+
- For table widget connection: A table widget must exist on the same page
|
|
192
|
+
- For standalone search: A valid search configuration targeting a single type
|
|
193
|
+
|
|
194
|
+
### Dependencies
|
|
195
|
+
- **Highcharts Library:** Used for chart rendering in the frontend
|
|
196
|
+
- **Search Index:** Relies on search index term frequency capabilities
|
|
197
|
+
- **Permission System:** Respects attribute-level permissions (handles `AttributeAccessForbiddenException`)
|
|
198
|
+
|
|
199
|
+
## Configuration Patterns
|
|
200
|
+
|
|
201
|
+
### Pattern 1: Connected to Table Widget
|
|
202
|
+
The most common usage pattern:
|
|
203
|
+
1. Add a table widget to the page
|
|
204
|
+
2. Add the Connected Bar Chart widget
|
|
205
|
+
3. Configure `tableWidgetId` to reference the table widget
|
|
206
|
+
4. Select an `attributeName` to visualize
|
|
207
|
+
5. Chart automatically reflects the table's current filters and search
|
|
208
|
+
|
|
209
|
+
### Pattern 2: Standalone Search
|
|
210
|
+
For independent visualizations:
|
|
211
|
+
1. Add the Connected Bar Chart widget
|
|
212
|
+
2. Configure a `search` that targets a specific entity type
|
|
213
|
+
3. Select an `attributeName` to visualize
|
|
214
|
+
4. Chart operates independently from other widgets
|
|
215
|
+
|
|
216
|
+
### Pattern 3: Dashboard Integration
|
|
217
|
+
For overview dashboards:
|
|
218
|
+
1. Multiple chart widgets connected to the same table
|
|
219
|
+
2. Table provides interactive filtering
|
|
220
|
+
3. All connected charts update together
|
|
221
|
+
4. Different attributes visualized in different chart types (bar, pie, matrix)
|
|
222
|
+
|
|
223
|
+
## Migration Notes
|
|
224
|
+
|
|
225
|
+
The widget supports migration from older configurations:
|
|
226
|
+
- Deprecated `title` attribute is migrated to `localizedTitle`
|
|
227
|
+
- Migration handled by `migrateUnlocalizedStringToLocalizedString` method
|
|
228
|
+
- Old configurations continue to work but are automatically upgraded
|
|
229
|
+
|
|
230
|
+
## Error Handling
|
|
231
|
+
|
|
232
|
+
The widget displays errors for invalid configurations:
|
|
233
|
+
|
|
234
|
+
1. **No Data Source Specified**
|
|
235
|
+
- Message: `noDataSourceSpecified`
|
|
236
|
+
- Occurs when neither `tableWidgetId` nor `search` is configured
|
|
237
|
+
|
|
238
|
+
2. **Search for Unique Type Required**
|
|
239
|
+
- Message: `searchForUniqueTypeRequired`
|
|
240
|
+
- Occurs when standalone search returns multiple entity types
|
|
241
|
+
- Search must be constrained to a single type for attribute selection
|
|
242
|
+
|
|
243
|
+
3. **Attribute Access Forbidden**
|
|
244
|
+
- Handled gracefully by returning empty results
|
|
245
|
+
- Respects permission system when users lack attribute read access
|
|
246
|
+
|
|
247
|
+
4. **Data Generation Failure**
|
|
248
|
+
- Throws `IllegalStateException` with context
|
|
249
|
+
- Includes attribute name in error message for debugging
|
|
250
|
+
|
|
251
|
+
## Best Practices
|
|
252
|
+
|
|
253
|
+
### When to Use Connected Bar Chart
|
|
254
|
+
- **Use when:**
|
|
255
|
+
- You want to show distribution across discrete categories
|
|
256
|
+
- You need to compare frequencies of different values
|
|
257
|
+
- The attribute has a reasonable number of distinct values (< 50)
|
|
258
|
+
- You want vertical/column representation
|
|
259
|
+
|
|
260
|
+
- **Avoid when:**
|
|
261
|
+
- You have too many distinct values (chart becomes cluttered)
|
|
262
|
+
- You need continuous data visualization (use line charts instead)
|
|
263
|
+
- You want to show proportions/percentages (consider pie chart)
|
|
264
|
+
- You need multi-dimensional analysis (consider matrix widget)
|
|
265
|
+
|
|
266
|
+
### Configuration Recommendations
|
|
267
|
+
1. **Choose appropriate attributes:** Enumeration, reference, or text attributes with limited distinct values
|
|
268
|
+
2. **Use meaningful titles:** Configure localized titles to clarify what the chart represents
|
|
269
|
+
3. **Set appropriate height:** Adjust height based on number of categories and dashboard layout
|
|
270
|
+
4. **Prefer table widget connection:** When working with interactive dashboards for synchronized filtering
|
|
271
|
+
5. **Use standalone search:** When creating fixed visualizations or separate analysis views
|
|
272
|
+
|
|
273
|
+
## Summary
|
|
274
|
+
|
|
275
|
+
The Connected Bar Chart widget is a versatile visualization tool for displaying attribute value distributions. It excels at showing categorical data frequency and integrates seamlessly with table widgets for interactive dashboard experiences. The widget's flexible data source configuration and robust error handling make it suitable for various business intelligence and data analysis scenarios within the cplace platform.
|
|
@@ -0,0 +1,396 @@
|
|
|
1
|
+
# Connected Matrix Widget Research
|
|
2
|
+
|
|
3
|
+
**Widget ID:** `cf.platform.connectedMatrix`
|
|
4
|
+
**Repository:** `main`
|
|
5
|
+
**Definition Class:** `cf.cplace.platform/src/main/java/cf/cplace/platform/frontend/widgets/ConnectedMatrixWidgetDefinition.java`
|
|
6
|
+
**Research Date:** 2026-01-16
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 1. Widget Description
|
|
11
|
+
|
|
12
|
+
The Connected Matrix Widget displays search results in a two-dimensional matrix visualization, where pages are positioned based on two attributes (X and Y axes), creating an interactive grid that shows the distribution and relationships between items.
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## 2. Purpose and Core Functionality
|
|
17
|
+
|
|
18
|
+
### What This Widget Does
|
|
19
|
+
|
|
20
|
+
The Connected Matrix Widget is a data visualization component that:
|
|
21
|
+
|
|
22
|
+
1. **Creates a 2D Matrix Layout**: Organizes pages from a search result into a grid structure based on two configurable attributes
|
|
23
|
+
2. **Displays Relationships**: Shows how items are distributed across two dimensions, making patterns and relationships visible at a glance
|
|
24
|
+
3. **Connects to Table Widgets**: Integrates with existing table widgets to visualize their data in matrix form
|
|
25
|
+
4. **Supports Interactive Navigation**: Each cell in the matrix contains clickable links to the pages it represents
|
|
26
|
+
5. **Handles Multiple Value Types**: Works with enumeration, reference, date, and other attribute types
|
|
27
|
+
|
|
28
|
+
### Technical Implementation
|
|
29
|
+
|
|
30
|
+
The widget extends `AbstractConnectedTableHandler`, meaning it:
|
|
31
|
+
- Connects to a table widget (`TABLE_WIDGET_ID` configuration)
|
|
32
|
+
- Uses the table's search query and filters
|
|
33
|
+
- Applies permissions from the connected table
|
|
34
|
+
- Can be embedded on pages where the table widget resides
|
|
35
|
+
|
|
36
|
+
The backend handler (`ConnectedMatrixHandler.java:48-364`) processes the data by:
|
|
37
|
+
1. Executing the search query (up to `maxResults` items, default 500)
|
|
38
|
+
2. Extracting X and Y attribute values from each page
|
|
39
|
+
3. Grouping pages by their X/Y coordinate combinations
|
|
40
|
+
4. Organizing the data into rows and columns
|
|
41
|
+
5. Supporting special formatting for dates, enumerations, and user references
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## 3. Use Cases
|
|
46
|
+
|
|
47
|
+
### Primary Use Cases
|
|
48
|
+
|
|
49
|
+
1. **Responsibility Assignment Matrix (RACI)**
|
|
50
|
+
- X-axis: Team members or roles
|
|
51
|
+
- Y-axis: Tasks or deliverables
|
|
52
|
+
- Shows who is responsible, accountable, consulted, or informed for each task
|
|
53
|
+
- Icon attributes can display status indicators or role types
|
|
54
|
+
|
|
55
|
+
2. **Resource Allocation Matrix**
|
|
56
|
+
- X-axis: Time periods (weeks, months, quarters)
|
|
57
|
+
- Y-axis: Projects or teams
|
|
58
|
+
- Shows which resources are allocated where and when
|
|
59
|
+
- Profile images can represent team members
|
|
60
|
+
|
|
61
|
+
3. **Risk Assessment Matrix**
|
|
62
|
+
- X-axis: Risk likelihood (Low, Medium, High)
|
|
63
|
+
- Y-axis: Risk impact (Low, Medium, High)
|
|
64
|
+
- Displays risks positioned by probability and severity
|
|
65
|
+
- Icons can show risk categories or status
|
|
66
|
+
|
|
67
|
+
4. **Product Feature Comparison**
|
|
68
|
+
- X-axis: Products or product versions
|
|
69
|
+
- Y-axis: Features or requirements
|
|
70
|
+
- Shows which products have which features
|
|
71
|
+
- Icons can indicate implementation status
|
|
72
|
+
|
|
73
|
+
5. **Stakeholder Analysis**
|
|
74
|
+
- X-axis: Interest level
|
|
75
|
+
- Y-axis: Influence/Power level
|
|
76
|
+
- Maps stakeholders by their engagement characteristics
|
|
77
|
+
- Profile images for person references
|
|
78
|
+
|
|
79
|
+
6. **Cross-Functional Dependencies**
|
|
80
|
+
- X-axis: Departments or teams
|
|
81
|
+
- Y-axis: Projects or initiatives
|
|
82
|
+
- Visualizes cross-organizational dependencies
|
|
83
|
+
- Shows which teams are involved in which projects
|
|
84
|
+
|
|
85
|
+
### When to Use This Widget
|
|
86
|
+
|
|
87
|
+
Choose the Connected Matrix Widget when:
|
|
88
|
+
- You need to visualize relationships between two categorical dimensions
|
|
89
|
+
- You want to show distribution patterns across two attributes
|
|
90
|
+
- You need to identify gaps or concentrations in a 2D space
|
|
91
|
+
- Users need to quickly understand positioning or categorization
|
|
92
|
+
- You want to make complex relationships more accessible visually
|
|
93
|
+
|
|
94
|
+
### When NOT to Use This Widget
|
|
95
|
+
|
|
96
|
+
Avoid this widget when:
|
|
97
|
+
- You need detailed tabular data (use Table Widget instead)
|
|
98
|
+
- You only have one dimension to visualize (use Bar/Pie Chart instead)
|
|
99
|
+
- You need time-series visualization (use Line Chart or Gantt instead)
|
|
100
|
+
- Attributes have too many unique values (matrix becomes too large)
|
|
101
|
+
- You need hierarchical relationships (use Tree Table instead)
|
|
102
|
+
|
|
103
|
+
---
|
|
104
|
+
|
|
105
|
+
## 4. Configuration Concepts
|
|
106
|
+
|
|
107
|
+
### Core Configuration Options
|
|
108
|
+
|
|
109
|
+
#### Table Connection
|
|
110
|
+
- **`TABLE_WIDGET_ID`** (Required): ID of the table widget to connect to
|
|
111
|
+
- The matrix uses the table's search query and applies the same permissions
|
|
112
|
+
- All table filters (including connected filters) affect the matrix data
|
|
113
|
+
|
|
114
|
+
#### Axis Configuration
|
|
115
|
+
|
|
116
|
+
**X-Axis (Horizontal)**:
|
|
117
|
+
- **`ATTRIBUTE_X_NAME`** (Required): The attribute to use for columns
|
|
118
|
+
- Must be a custom attribute from the types in the search
|
|
119
|
+
- Supports: Enumerations, References (including Person), Dates, Strings, Numbers
|
|
120
|
+
- **`LABEL_X`** (Optional): Custom label for the X-axis
|
|
121
|
+
- If not provided, uses the attribute's localized name
|
|
122
|
+
- **`BOX_STYLE_X`** (Required, default: "plain"): Visual style for column headers
|
|
123
|
+
- `plain`: Simple text labels
|
|
124
|
+
- `label`: Styled label boxes
|
|
125
|
+
- `arrow`: Labels with arrow indicators
|
|
126
|
+
- `profile-line`: User profile images in a line layout (for Person references)
|
|
127
|
+
- `profile-column`: User profile images in a column layout (for Person references)
|
|
128
|
+
- **`MIN_WIDTH`** (Optional): Minimum width for columns in pixels
|
|
129
|
+
|
|
130
|
+
**Y-Axis (Vertical)**:
|
|
131
|
+
- **`ATTRIBUTE_Y_NAME`** (Required): The attribute to use for rows
|
|
132
|
+
- Same type support as X-axis
|
|
133
|
+
- **`LABEL_Y`** (Optional): Custom label for the Y-axis
|
|
134
|
+
- **`BOX_STYLE_Y`** (Required, default: "plain"): Visual style for row headers
|
|
135
|
+
- Same options as X-axis
|
|
136
|
+
- **`MAX_ROW_HEIGHT`** (Optional): Maximum height for rows in pixels
|
|
137
|
+
|
|
138
|
+
#### Data Display
|
|
139
|
+
- **`ICON_ATTRIBUTES`** (Optional, multiple): Additional attributes to display as icons in matrix cells
|
|
140
|
+
- Typically used for status indicators, categories, or visual markers
|
|
141
|
+
- Values are rendered as inline representations
|
|
142
|
+
- **`MAX_RESULTS`** (Required, default: 500): Maximum number of pages to load from the search
|
|
143
|
+
- Prevents performance issues with large datasets
|
|
144
|
+
- Pages beyond this limit are not shown in the matrix
|
|
145
|
+
|
|
146
|
+
#### Visual Settings
|
|
147
|
+
- **`TITLE`** (Optional): Custom title for the widget
|
|
148
|
+
- If not provided, uses the widget's default name
|
|
149
|
+
- **`HEIGHT`** (Optional): Fixed height for the widget in pixels
|
|
150
|
+
|
|
151
|
+
### Configuration Behavior
|
|
152
|
+
|
|
153
|
+
#### Enumeration Attributes
|
|
154
|
+
When X or Y axis uses an enumeration attribute:
|
|
155
|
+
- All enumeration values are pre-populated as lanes (columns/rows)
|
|
156
|
+
- Empty cells are shown for values without matching pages
|
|
157
|
+
- Order follows the enumeration's defined sort order
|
|
158
|
+
|
|
159
|
+
#### Non-Enumeration Attributes
|
|
160
|
+
For dates, references, or other types:
|
|
161
|
+
- Only values present in the search results create lanes
|
|
162
|
+
- Lanes are sorted by the value's sort value
|
|
163
|
+
- Empty lanes are not shown
|
|
164
|
+
|
|
165
|
+
#### Date Formatting
|
|
166
|
+
Date attributes respect their DateConstraint configuration:
|
|
167
|
+
- Formatted according to the attribute's date format settings
|
|
168
|
+
- Grouped by formatted value (e.g., "Q1 2026", "January 2026")
|
|
169
|
+
|
|
170
|
+
#### Person References with Profile Style
|
|
171
|
+
When using `profile-line` or `profile-column` styles:
|
|
172
|
+
- Extracts thumbnail URLs from Person entities
|
|
173
|
+
- Displays profile pictures in the matrix headers
|
|
174
|
+
- Falls back to text if thumbnail unavailable
|
|
175
|
+
|
|
176
|
+
---
|
|
177
|
+
|
|
178
|
+
## 5. Relationships to Other Widgets
|
|
179
|
+
|
|
180
|
+
### Connected Widget Family
|
|
181
|
+
|
|
182
|
+
The Connected Matrix Widget is part of a family of "connected" widgets that all integrate with table widgets:
|
|
183
|
+
|
|
184
|
+
- **cf.platform.connectedBarChart**: Visualizes data distribution in bar chart form
|
|
185
|
+
- **cf.platform.connectedPieChart**: Shows proportional distribution
|
|
186
|
+
- **cf.platform.connectedSingleAttribute**: Displays a single attribute value from results
|
|
187
|
+
- **cf.platform.connectedTableFilter**: Provides filtering controls for connected tables
|
|
188
|
+
- **cf.platform.connectedAttributesGroup**: Groups and displays multiple attributes
|
|
189
|
+
- **cf.cplace.platform.tableWidget**: The core table widget that others connect to
|
|
190
|
+
|
|
191
|
+
All these widgets share the concept of connecting to a table widget to:
|
|
192
|
+
- Share the same search query
|
|
193
|
+
- Apply consistent permissions
|
|
194
|
+
- Respond to table filters
|
|
195
|
+
- Update when table data changes
|
|
196
|
+
|
|
197
|
+
### Prerequisites and Dependencies
|
|
198
|
+
|
|
199
|
+
**Required:**
|
|
200
|
+
- A configured Table Widget (`cf.platform.tableWidget` or `cf.cplace.platform.tableWidget`)
|
|
201
|
+
- Search results containing pages with the specified X and Y attributes
|
|
202
|
+
- Attributes must be defined in the type(s) included in the search
|
|
203
|
+
|
|
204
|
+
**Optional:**
|
|
205
|
+
- Icon attributes for additional visual information
|
|
206
|
+
- Custom localizations for axis labels
|
|
207
|
+
|
|
208
|
+
**Compatible With:**
|
|
209
|
+
- Connected Table Filter widgets (filters affect the matrix)
|
|
210
|
+
- Other connected widgets (can share the same table widget)
|
|
211
|
+
- Embedded Search widgets (as the source of the table)
|
|
212
|
+
|
|
213
|
+
---
|
|
214
|
+
|
|
215
|
+
## 6. Technical Details
|
|
216
|
+
|
|
217
|
+
### Data Flow
|
|
218
|
+
|
|
219
|
+
1. **Frontend Request**: Matrix widget sends request to `ConnectedMatrixHandler`
|
|
220
|
+
2. **Data Extraction**: Handler receives:
|
|
221
|
+
- Component identifier (references the table widget)
|
|
222
|
+
- Search query with filters from the table
|
|
223
|
+
- Widget configuration (entity + widgetId)
|
|
224
|
+
- Embedding context
|
|
225
|
+
3. **Search Execution**: Executes search with permissions from table specification
|
|
226
|
+
4. **Matrix Population**:
|
|
227
|
+
- Extracts X and Y values from each page
|
|
228
|
+
- Creates lanes (rows/columns) for unique values
|
|
229
|
+
- Groups pages into cells based on coordinates
|
|
230
|
+
- Extracts icon attributes for display
|
|
231
|
+
5. **JSON Response**: Returns `MatrixData` structure with:
|
|
232
|
+
- `typeLabel`: Name(s) of the types being displayed
|
|
233
|
+
- `xLabel`, `yLabel`: Axis labels
|
|
234
|
+
- `columns`: Array of X-axis lanes
|
|
235
|
+
- `rows`: Array of Y-axis lanes
|
|
236
|
+
- `data`: Nested map structure (y → x → list of entries)
|
|
237
|
+
|
|
238
|
+
### Data Structures
|
|
239
|
+
|
|
240
|
+
**MatrixData** (`MatrixData.java:15-26`):
|
|
241
|
+
- Top-level container for the entire matrix
|
|
242
|
+
- Contains labels, lanes, and the data grid
|
|
243
|
+
|
|
244
|
+
**MatrixLane** (`MatrixLane.java:12-24`):
|
|
245
|
+
- Represents a single row or column
|
|
246
|
+
- Fields: `tagValue` (internal ID), `sortValue`, `label`, `imageUrl`
|
|
247
|
+
|
|
248
|
+
**MatrixEntry** (`MatrixEntry.java:15-26`):
|
|
249
|
+
- Represents a single page in a cell
|
|
250
|
+
- Contains: `link` (URL to page), `icons` (rendered icon attributes)
|
|
251
|
+
|
|
252
|
+
### Icon Attribute Rendering
|
|
253
|
+
|
|
254
|
+
The widget supports flexible icon rendering (`ConnectedMatrixHandler.java:108-162`):
|
|
255
|
+
- Enumerations: Shows the presentation value
|
|
256
|
+
- Other types: Uses `ValuesAsHtmlRenderer` for appropriate formatting
|
|
257
|
+
- Multiple icon attributes create a list of visual indicators per page
|
|
258
|
+
|
|
259
|
+
### Special Handling
|
|
260
|
+
|
|
261
|
+
**Person References with Profile Styles** (`ConnectedMatrixHandler.java:220-225`):
|
|
262
|
+
- Detects when axis uses Person reference attribute
|
|
263
|
+
- Checks if box style is `profile-line` or `profile-column`
|
|
264
|
+
- Extracts thumbnail URL from Person entity
|
|
265
|
+
- Adds image URL to MatrixLane for frontend rendering
|
|
266
|
+
|
|
267
|
+
**Date Value Formatting** (`ConnectedMatrixHandler.java:267-284`):
|
|
268
|
+
- Retrieves DateConstraint from attribute definition
|
|
269
|
+
- Formats date according to constraint settings
|
|
270
|
+
- Converts to StringValue for consistent display
|
|
271
|
+
|
|
272
|
+
---
|
|
273
|
+
|
|
274
|
+
## 7. Constraints and Limitations
|
|
275
|
+
|
|
276
|
+
### Technical Constraints
|
|
277
|
+
|
|
278
|
+
1. **Max Results Limit**: Default 500 pages, configurable
|
|
279
|
+
- Large datasets may not show all results
|
|
280
|
+
- No pagination within the matrix
|
|
281
|
+
- Consider refining search or using filters
|
|
282
|
+
|
|
283
|
+
2. **Attribute Requirements**:
|
|
284
|
+
- Both X and Y attributes must exist on the types in the search
|
|
285
|
+
- Attributes must be custom attributes (not built-in properties)
|
|
286
|
+
- Pages without either attribute value are excluded from display
|
|
287
|
+
|
|
288
|
+
3. **Matrix Size**:
|
|
289
|
+
- Large numbers of unique values create unwieldy matrices
|
|
290
|
+
- Best with 3-20 values per axis
|
|
291
|
+
- Too many cells can impact browser performance
|
|
292
|
+
|
|
293
|
+
4. **Data Structure**:
|
|
294
|
+
- Matrix expects distinct categorical values
|
|
295
|
+
- Not designed for continuous numeric ranges
|
|
296
|
+
- Date attributes are grouped by formatted value (not continuous timeline)
|
|
297
|
+
|
|
298
|
+
### UX Considerations
|
|
299
|
+
|
|
300
|
+
1. **Empty Cells**:
|
|
301
|
+
- Enumeration attributes show all values (including empty)
|
|
302
|
+
- Other types only show values with data
|
|
303
|
+
- Empty cells are visible but not interactive
|
|
304
|
+
|
|
305
|
+
2. **Multiple Pages per Cell**:
|
|
306
|
+
- Cells can contain multiple pages
|
|
307
|
+
- All pages are shown as links within the cell
|
|
308
|
+
- Very crowded cells may impact readability
|
|
309
|
+
|
|
310
|
+
3. **No Drill-Down**:
|
|
311
|
+
- Matrix provides overview, not detail
|
|
312
|
+
- Users must click through to pages for full information
|
|
313
|
+
- Icon attributes provide limited context
|
|
314
|
+
|
|
315
|
+
4. **Responsive Design**:
|
|
316
|
+
- Large matrices may not work well on small screens
|
|
317
|
+
- Minimum width and maximum row height help but don't fully solve this
|
|
318
|
+
|
|
319
|
+
---
|
|
320
|
+
|
|
321
|
+
## 8. Key Implementation Files
|
|
322
|
+
|
|
323
|
+
### Backend (Java)
|
|
324
|
+
|
|
325
|
+
- **Widget Definition**: `cf.cplace.platform/src/main/java/cf/cplace/platform/frontend/widgets/ConnectedMatrixWidgetDefinition.java` (lines 27-127)
|
|
326
|
+
- Defines widget metadata and configuration
|
|
327
|
+
- Icon: `fa-th` (grid/table icon)
|
|
328
|
+
|
|
329
|
+
- **Request Handler**: `cf.cplace.platform/src/main/java/cf/cplace/platform/frontend/handler/widgets/matrix/ConnectedMatrixHandler.java` (lines 48-364)
|
|
330
|
+
- Processes requests and generates matrix data
|
|
331
|
+
- Handles attribute extraction and formatting
|
|
332
|
+
|
|
333
|
+
- **Data Models**:
|
|
334
|
+
- `MatrixData.java` (lines 15-26): Container for matrix structure
|
|
335
|
+
- `MatrixLane.java` (lines 12-24): Row/column representation
|
|
336
|
+
- `MatrixEntry.java` (lines 15-26): Individual page entry
|
|
337
|
+
|
|
338
|
+
- **Base Handler**: `cf.cplace.platform/src/main/java/cf/cplace/platform/frontend/handler/widgets/AbstractConnectedTableHandler.java` (lines 31-96)
|
|
339
|
+
- Shared logic for all connected widgets
|
|
340
|
+
- Handles table connection and search integration
|
|
341
|
+
|
|
342
|
+
- **Configuration Type**: `cf.cplace.platform/src/main/java/cf/cplace/platform/frontend/templating/WidgetTypes.java` (lines 763-908)
|
|
343
|
+
- Defines all configuration attributes
|
|
344
|
+
- Sets defaults and constraints
|
|
345
|
+
|
|
346
|
+
### Frontend
|
|
347
|
+
|
|
348
|
+
Frontend files were not located in the platform repository during research, suggesting they may be:
|
|
349
|
+
- In a separate frontend repository
|
|
350
|
+
- Built as TypeScript/JavaScript components
|
|
351
|
+
- Using a client-side framework to render the matrix from JSON data
|
|
352
|
+
|
|
353
|
+
---
|
|
354
|
+
|
|
355
|
+
## 9. Related Patterns and Best Practices
|
|
356
|
+
|
|
357
|
+
### Naming Conventions
|
|
358
|
+
|
|
359
|
+
- Widget ID follows pattern: `cf.platform.connected{Type}`
|
|
360
|
+
- Connected widgets share `TABLE_WIDGET_ID` configuration
|
|
361
|
+
- Handler classes follow: `Connected{Type}Handler`
|
|
362
|
+
|
|
363
|
+
### Design Patterns
|
|
364
|
+
|
|
365
|
+
1. **Template Method**: Base class defines flow, subclasses implement specifics
|
|
366
|
+
2. **Strategy**: Different box styles change rendering behavior
|
|
367
|
+
3. **Data Transfer Object**: Clean JSON serialization with Gsonable
|
|
368
|
+
4. **Handler Pattern**: POST-only handlers for data retrieval
|
|
369
|
+
|
|
370
|
+
### Best Practices Observed
|
|
371
|
+
|
|
372
|
+
1. **Permission Delegation**: Matrix respects table widget permissions
|
|
373
|
+
2. **Localization Support**: All labels support multiple languages
|
|
374
|
+
3. **Null Safety**: Extensive use of `@Nullable` and null checks
|
|
375
|
+
4. **Type Safety**: Strong typing with attribute definitions
|
|
376
|
+
5. **Configurability**: Sensible defaults with override options
|
|
377
|
+
6. **Performance**: Configurable max results to prevent overload
|
|
378
|
+
|
|
379
|
+
---
|
|
380
|
+
|
|
381
|
+
## 10. Questions for Further Research
|
|
382
|
+
|
|
383
|
+
1. **Frontend Implementation**: Where is the client-side rendering code?
|
|
384
|
+
2. **User Interactions**: Are cells clickable? Can users interact beyond navigation?
|
|
385
|
+
3. **Real-time Updates**: Does the matrix refresh when table data changes?
|
|
386
|
+
4. **Export Capabilities**: Can matrices be exported as images or documents?
|
|
387
|
+
5. **Accessibility**: How does the widget handle screen readers and keyboard navigation?
|
|
388
|
+
6. **Mobile Experience**: How does the responsive design work in practice?
|
|
389
|
+
7. **Customization**: Can cell colors or styles be customized based on data?
|
|
390
|
+
8. **Performance**: What are the practical limits for matrix size?
|
|
391
|
+
|
|
392
|
+
---
|
|
393
|
+
|
|
394
|
+
## Summary
|
|
395
|
+
|
|
396
|
+
The Connected Matrix Widget is a powerful visualization tool for displaying two-dimensional relationships in data. It excels at showing distribution patterns, resource allocations, and categorical relationships. As part of the "connected widget" family, it integrates seamlessly with table widgets while providing a unique matrix-based perspective on search results. The widget is highly configurable, supporting various attribute types, visual styles, and display options, making it suitable for a wide range of business scenarios from RACI matrices to risk assessments.
|