@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,150 @@
|
|
|
1
|
+
# Research: Connected Pie Chart Widget
|
|
2
|
+
|
|
3
|
+
**Widget ID:** `cf.platform.connectedPieChart`
|
|
4
|
+
**Display Name:** Pie Chart
|
|
5
|
+
**Repository:** main
|
|
6
|
+
**Icon:** `fa-chart-pie`
|
|
7
|
+
|
|
8
|
+
## Description
|
|
9
|
+
|
|
10
|
+
The Connected Pie Chart widget visualizes the distribution of values in a selected attribute as an interactive pie chart. It can display data either from a connected table widget or from a search query defined directly in the widget configuration.
|
|
11
|
+
|
|
12
|
+
## Purpose
|
|
13
|
+
|
|
14
|
+
This widget provides a visual representation of categorical data distribution, showing the proportion of each value as a slice of a pie chart. It aggregates data by counting the frequency of each distinct value in a selected attribute and displays the results with percentages and a legend.
|
|
15
|
+
|
|
16
|
+
## Use Cases
|
|
17
|
+
|
|
18
|
+
### 1. Status Distribution Analysis
|
|
19
|
+
Display the distribution of items across different status values (e.g., "Open", "In Progress", "Completed") to get a quick overview of work progress.
|
|
20
|
+
|
|
21
|
+
**Example:** A project manager wants to see how many tasks are in each status category to understand project health at a glance.
|
|
22
|
+
|
|
23
|
+
### 2. Category Breakdown
|
|
24
|
+
Visualize how items are distributed across categorical attributes like priority, type, or department.
|
|
25
|
+
|
|
26
|
+
**Example:** Show the distribution of support tickets by priority level (High, Medium, Low) to identify where support resources should be focused.
|
|
27
|
+
|
|
28
|
+
### 3. Demographic Analysis
|
|
29
|
+
Display demographic breakdowns such as team distribution, location distribution, or role distribution.
|
|
30
|
+
|
|
31
|
+
**Example:** Visualize how employees are distributed across different departments or locations within an organization.
|
|
32
|
+
|
|
33
|
+
### 4. Enum Attribute Visualization
|
|
34
|
+
Any enum or reference attribute can be visualized to understand value distribution patterns.
|
|
35
|
+
|
|
36
|
+
**Example:** Show the distribution of products by manufacturer or vendor to understand supplier diversity.
|
|
37
|
+
|
|
38
|
+
### 5. Connected Filtering Scenario
|
|
39
|
+
When connected to a table widget, the pie chart updates dynamically based on table filters, providing real-time distribution visualization of filtered data.
|
|
40
|
+
|
|
41
|
+
**Example:** A table shows all projects, and the connected pie chart shows the distribution of those projects by status. When users filter the table, the pie chart automatically updates to reflect the filtered subset.
|
|
42
|
+
|
|
43
|
+
## Configuration Concepts
|
|
44
|
+
|
|
45
|
+
### Data Source Configuration
|
|
46
|
+
|
|
47
|
+
The widget supports two mutually exclusive data source options:
|
|
48
|
+
|
|
49
|
+
#### Option 1: Connected Table Widget
|
|
50
|
+
- **Configuration:** Select an existing table widget on the same page
|
|
51
|
+
- **Behavior:** The pie chart visualizes data from the table's current result set
|
|
52
|
+
- **Advantage:** Automatically responds to table filters and updates dynamically
|
|
53
|
+
- **Requirement:** A table widget must exist on the same page
|
|
54
|
+
|
|
55
|
+
#### Option 2: Direct Search Configuration
|
|
56
|
+
- **Configuration:** Define a search query directly in the widget
|
|
57
|
+
- **Behavior:** The pie chart visualizes data from the search results
|
|
58
|
+
- **Advantage:** Independent data source, no dependency on other widgets
|
|
59
|
+
- **Requirement:** The search must specify a unique type (single entity type)
|
|
60
|
+
|
|
61
|
+
### Main Configuration Options
|
|
62
|
+
|
|
63
|
+
1. **Table Widget ID** (optional)
|
|
64
|
+
- Links to another table widget on the same page
|
|
65
|
+
- Creates a connected relationship where the chart reflects the table's data
|
|
66
|
+
|
|
67
|
+
2. **Search** (optional)
|
|
68
|
+
- Defines a search query when not using a connected table
|
|
69
|
+
- Must specify a unique type
|
|
70
|
+
- Cannot be used together with Table Widget ID
|
|
71
|
+
|
|
72
|
+
3. **Attribute Name** (required)
|
|
73
|
+
- Specifies which attribute to visualize
|
|
74
|
+
- Must be an enumeration or reference attribute
|
|
75
|
+
- Available options depend on the data source (table or search)
|
|
76
|
+
- The widget counts occurrences of each distinct value
|
|
77
|
+
|
|
78
|
+
4. **Localized Title** (optional)
|
|
79
|
+
- Custom title displayed above the chart
|
|
80
|
+
- Supports multiple languages
|
|
81
|
+
- Defaults to "Pie Chart" if not specified
|
|
82
|
+
|
|
83
|
+
5. **Height** (optional)
|
|
84
|
+
- Fixed pixel height for the chart
|
|
85
|
+
- Allows control over vertical space usage
|
|
86
|
+
|
|
87
|
+
## Technical Details
|
|
88
|
+
|
|
89
|
+
### Data Processing
|
|
90
|
+
- Uses Highcharts library for rendering
|
|
91
|
+
- Aggregates data using search index facets (term frequencies)
|
|
92
|
+
- Sorts values alphabetically by their display name
|
|
93
|
+
- Displays percentages in tooltips (e.g., "45.3%")
|
|
94
|
+
- Shows a legend with value names
|
|
95
|
+
- Interactive: slices can be selected/highlighted
|
|
96
|
+
|
|
97
|
+
### Validation Rules
|
|
98
|
+
1. Exactly one data source must be specified (either table widget or search)
|
|
99
|
+
2. If using search, it must define a unique type
|
|
100
|
+
3. Attribute name is required and must be compatible with the data source
|
|
101
|
+
|
|
102
|
+
### Chart Behavior
|
|
103
|
+
- Point selection enabled (click to highlight)
|
|
104
|
+
- Hover tooltips show percentage
|
|
105
|
+
- Legend displays on the right side
|
|
106
|
+
- Data labels disabled by default (values shown in legend)
|
|
107
|
+
- No title displayed on the chart itself (uses widget title)
|
|
108
|
+
|
|
109
|
+
## Context and Relationships
|
|
110
|
+
|
|
111
|
+
### Widget Family
|
|
112
|
+
This widget is part of the "Connected Widgets" family, which includes:
|
|
113
|
+
- **cf.platform.connectedBarChart** - Similar functionality but displays data as a bar chart
|
|
114
|
+
- **cf.platform.connectedMatrix** - 2D visualization of relationships
|
|
115
|
+
- **cf.platform.connectedTableFilter** - Provides filtering controls for tables
|
|
116
|
+
- **cf.platform.connectedSingleAttribute** - Displays a single attribute value from selected row
|
|
117
|
+
- **cf.platform.connectedAttributesGroup** - Displays multiple attributes from selected row
|
|
118
|
+
|
|
119
|
+
### Comparison with Bar Chart
|
|
120
|
+
The Connected Pie Chart and Connected Bar Chart widgets are nearly identical in functionality:
|
|
121
|
+
- Both visualize attribute value distribution
|
|
122
|
+
- Both support connected table or direct search
|
|
123
|
+
- Both use the same configuration options
|
|
124
|
+
- **Difference:** Pie chart shows proportions as circular slices, bar chart shows them as vertical bars
|
|
125
|
+
|
|
126
|
+
### When to Use Pie Chart vs Bar Chart
|
|
127
|
+
- **Use Pie Chart when:** You want to emphasize the proportion of parts to a whole (e.g., "50% of tasks are complete")
|
|
128
|
+
- **Use Bar Chart when:** You have many categories or want to compare absolute values more precisely
|
|
129
|
+
|
|
130
|
+
## Prerequisites and Dependencies
|
|
131
|
+
|
|
132
|
+
- The widget must be embedded on a page (cannot be used standalone)
|
|
133
|
+
- When using connected table mode, a compatible table widget must exist on the same page
|
|
134
|
+
- The selected attribute must be of a type that can be aggregated (enum, reference, or similar)
|
|
135
|
+
- Uses the Highcharts JavaScript library for visualization
|
|
136
|
+
- Requires search index support for facet aggregation
|
|
137
|
+
|
|
138
|
+
## Key Implementation Files
|
|
139
|
+
|
|
140
|
+
- **Definition:** `cf.cplace.platform/src/main/java/cf/cplace/platform/frontend/widgets/ConnectedPieChartWidgetDefinition.java`
|
|
141
|
+
- **Data Handler:** `cf.cplace.platform/src/main/java/cf/cplace/platform/frontend/handler/widgets/connectedTables/highcharts/ConnectedPieChartDataHandler.java`
|
|
142
|
+
- **Frontend Controller:** `cf.cplace.platform/assets/ts/highcharts/pieChart/ConnectedPieChartWidget.controller.ts`
|
|
143
|
+
- **Configuration Type:** Defined in `WidgetTypes.CONNECTED_PIE_CHART`
|
|
144
|
+
|
|
145
|
+
## Localized Messages
|
|
146
|
+
|
|
147
|
+
- **Name:** "Pie Chart"
|
|
148
|
+
- **Description:** "Visualizes an attribute of a table or a search configurable in the widget as a pie chart."
|
|
149
|
+
- **Error - No Data Source:** "You have to specify the data source of the chart, i.e., either a connected table or a search."
|
|
150
|
+
- **Error - Type Required:** "The search has to specify a unique type."
|
|
@@ -0,0 +1,430 @@
|
|
|
1
|
+
# Widget Research: cf.platform.connectedSingleAttribute
|
|
2
|
+
|
|
3
|
+
**Date**: 2026-01-16
|
|
4
|
+
**Widget ID**: `cf.platform.connectedSingleAttribute`
|
|
5
|
+
**Repository**: main
|
|
6
|
+
**Definition Class**: `cf.cplace.platform.frontend.widgets.ConnectedSingleAttributeWidgetDefinition`
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## Executive Summary
|
|
11
|
+
|
|
12
|
+
### Widget Description
|
|
13
|
+
|
|
14
|
+
The Connected Single Attribute Widget displays a single attribute value from an entity that is dynamically selected in a connected table or selection widget. It provides real-time attribute display and editing capabilities based on user selections in linked widgets.
|
|
15
|
+
|
|
16
|
+
### Primary Purpose
|
|
17
|
+
|
|
18
|
+
This widget bridges table selections and attribute visualization by showing specific attribute values (like status, name, or custom fields) from the currently selected row in a connected table widget. It updates automatically when the user selects different rows.
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
## Core Functionality
|
|
23
|
+
|
|
24
|
+
### What This Widget Does
|
|
25
|
+
|
|
26
|
+
1. **Dynamic Attribute Display**: Shows a single attribute from an entity selected in a connected table/selection widget
|
|
27
|
+
2. **Real-time Updates**: Automatically updates when users change their selection in the connected widget
|
|
28
|
+
3. **In-place Editing**: Optionally allows users to edit attribute values directly without leaving the page
|
|
29
|
+
4. **Conditional Visibility**: Supports cplaceJS scripts to show/hide attributes based on business logic
|
|
30
|
+
5. **Flexible Layout**: Configurable to show labels, values, or both in single or two-column layouts
|
|
31
|
+
|
|
32
|
+
### Key Characteristics
|
|
33
|
+
|
|
34
|
+
- **Connected Widget Pattern**: Implements the `ISingleEntitySelectionProducer` interface, allowing it to react to single entity selections
|
|
35
|
+
- **Target Entity**: Always `null` initially - the entity is determined by the user's selection in the connected widget
|
|
36
|
+
- **Embedding Support**: Can be embedded in rich text content or within a `ConnectedAttributesGroupWidgetDefinition`
|
|
37
|
+
- **Frontend Duality**: Supports both legacy HTML templates and new Angular component rendering
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## Use Cases
|
|
42
|
+
|
|
43
|
+
### Primary Use Cases
|
|
44
|
+
|
|
45
|
+
#### 1. Master-Detail View
|
|
46
|
+
**Scenario**: Display detailed information about a selected table row
|
|
47
|
+
**Example**: A table lists projects, and connected single attribute widgets show the selected project's status, owner, budget, and description in a detail panel.
|
|
48
|
+
|
|
49
|
+
```
|
|
50
|
+
┌─────────────────────────────┐
|
|
51
|
+
│ Projects Table │
|
|
52
|
+
│ ┌─────┬────────┬────────┐ │
|
|
53
|
+
│ │ ✓ │ Name │ Status │ │
|
|
54
|
+
│ ├─────┼────────┼────────┤ │
|
|
55
|
+
│ │ [ ] │ Proj A │ Active │ │
|
|
56
|
+
│ │ [x] │ Proj B │ Review │ │ ← User selects this row
|
|
57
|
+
│ │ [ ] │ Proj C │ Done │ │
|
|
58
|
+
│ └─────┴────────┴────────┘ │
|
|
59
|
+
└─────────────────────────────┘
|
|
60
|
+
|
|
61
|
+
┌─────────────────────────────┐
|
|
62
|
+
│ Project Details │
|
|
63
|
+
│ Status: Review │ ← Connected Single Attribute
|
|
64
|
+
│ Owner: John Doe │ ← Connected Single Attribute
|
|
65
|
+
│ Budget: $50,000 │ ← Connected Single Attribute
|
|
66
|
+
│ Due Date: 2026-03-15 │ ← Connected Single Attribute
|
|
67
|
+
└─────────────────────────────┘
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
#### 2. Quick Edit Interface
|
|
71
|
+
**Scenario**: Allow inline editing of specific attributes from a selection
|
|
72
|
+
**Example**: A table of tasks where selecting a task allows quick status updates via connected single attribute widgets with in-place editing enabled.
|
|
73
|
+
|
|
74
|
+
**Configuration**:
|
|
75
|
+
- `IN_PLACE_EDITING`: `true`
|
|
76
|
+
- `WITH_LABEL`: `true`
|
|
77
|
+
- `WITH_VALUE`: `true`
|
|
78
|
+
- `RELOAD_AFTER_CHANGE`: `true` (to refresh dependent widgets)
|
|
79
|
+
|
|
80
|
+
#### 3. Conditional Attribute Display
|
|
81
|
+
**Scenario**: Show different attributes based on the selected entity's state
|
|
82
|
+
**Example**: Display "Approval Date" only for approved items, or "Rejection Reason" only for rejected items.
|
|
83
|
+
|
|
84
|
+
**Configuration**:
|
|
85
|
+
- `SHOW_ATTRIBUTE_SCRIPT`: cplaceJS script evaluating entity state
|
|
86
|
+
- Script bindings: `embeddingPage`, `targetEntity`
|
|
87
|
+
|
|
88
|
+
```javascript
|
|
89
|
+
// Example script: Only show "Rejection Reason" if status is "Rejected"
|
|
90
|
+
return targetEntity.get('status') === 'Rejected';
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
#### 4. Grouped Attributes Display
|
|
94
|
+
**Scenario**: Multiple related attributes displayed together with a shared table selection
|
|
95
|
+
**Example**: Embedded within a `ConnectedAttributesGroupWidgetDefinition` to create a form-like interface showing multiple attributes from the selected entity.
|
|
96
|
+
|
|
97
|
+
```
|
|
98
|
+
┌─────────────────────────────┐
|
|
99
|
+
│ Employees Table │
|
|
100
|
+
│ [Select employee...] │
|
|
101
|
+
└─────────────────────────────┘
|
|
102
|
+
|
|
103
|
+
┌─────────────────────────────┐
|
|
104
|
+
│ Employee Details │
|
|
105
|
+
│ ┌───────────────────────┐ │
|
|
106
|
+
│ │ Name: Jane Smith │ │ ← Connected Single Attribute
|
|
107
|
+
│ │ Email: jane@co.com │ │ ← Connected Single Attribute
|
|
108
|
+
│ │ Phone: 555-1234 │ │ ← Connected Single Attribute
|
|
109
|
+
│ │ Department: Sales │ │ ← Connected Single Attribute
|
|
110
|
+
│ └───────────────────────┘ │
|
|
111
|
+
└─────────────────────────────┘
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
#### 5. Inline Display in Rich Text
|
|
115
|
+
**Scenario**: Embed dynamic attribute values within narrative content
|
|
116
|
+
**Example**: A report page with text like "The selected project's current status is <Connected Single Attribute Widget> and is owned by <Connected Single Attribute Widget>."
|
|
117
|
+
|
|
118
|
+
---
|
|
119
|
+
|
|
120
|
+
## Configuration Concepts
|
|
121
|
+
|
|
122
|
+
### Essential Configuration Parameters
|
|
123
|
+
|
|
124
|
+
| Parameter | Type | Default | Purpose |
|
|
125
|
+
|-----------|------|---------|---------|
|
|
126
|
+
| **SELECTION_WIDGET_ID** | String | (required) | References the ID of the connected table/selection widget |
|
|
127
|
+
| **ATTRIBUTE_NAME** | String | (required) | Internal name of the attribute to display |
|
|
128
|
+
| **WITH_VALUE** | Boolean | `true` | Show the attribute value |
|
|
129
|
+
| **WITH_LABEL** | Boolean | `false` | Show the attribute label |
|
|
130
|
+
| **IN_PLACE_EDITING** | Boolean | `false` | Enable inline editing |
|
|
131
|
+
| **SINGLE_COLUMN** | Boolean | `false` | Use single-column layout (label above value) |
|
|
132
|
+
| **RELOAD_AFTER_CHANGE** | Boolean | `false` | Reload connected widgets after edit |
|
|
133
|
+
| **SHOW_ATTRIBUTE_SCRIPT** | Script | (optional) | cplaceJS for conditional visibility |
|
|
134
|
+
| **USE_NEW_FRONTEND** | Boolean | `false` | Use Angular component rendering |
|
|
135
|
+
|
|
136
|
+
### Configuration Modes
|
|
137
|
+
|
|
138
|
+
#### Mode 1: Value Only (Minimal Display)
|
|
139
|
+
- `WITH_VALUE`: `true`
|
|
140
|
+
- `WITH_LABEL`: `false`
|
|
141
|
+
- `IN_PLACE_EDITING`: `false`
|
|
142
|
+
|
|
143
|
+
**Result**: Displays only the attribute value inline, useful for embedding in sentences.
|
|
144
|
+
|
|
145
|
+
#### Mode 2: Editable with Label
|
|
146
|
+
- `WITH_VALUE`: `true`
|
|
147
|
+
- `WITH_LABEL`: `true`
|
|
148
|
+
- `IN_PLACE_EDITING`: `true`
|
|
149
|
+
- `SINGLE_COLUMN`: `false`
|
|
150
|
+
|
|
151
|
+
**Result**: Two-column layout with label and editable value, standard form field appearance.
|
|
152
|
+
|
|
153
|
+
#### Mode 3: Label Only
|
|
154
|
+
- `WITH_VALUE`: `false`
|
|
155
|
+
- `WITH_LABEL`: `true`
|
|
156
|
+
|
|
157
|
+
**Result**: Shows only the attribute label, useful for headers or dynamic labels.
|
|
158
|
+
|
|
159
|
+
#### Mode 4: Stacked Layout
|
|
160
|
+
- `WITH_VALUE`: `true`
|
|
161
|
+
- `WITH_LABEL`: `true`
|
|
162
|
+
- `SINGLE_COLUMN`: `true`
|
|
163
|
+
|
|
164
|
+
**Result**: Label displayed above value, better for narrow layouts or mobile views.
|
|
165
|
+
|
|
166
|
+
### Special Configuration: Embedded in ConnectedAttributesGroup
|
|
167
|
+
|
|
168
|
+
When embedded inside a `ConnectedAttributesGroupWidgetDefinition`:
|
|
169
|
+
- `SELECTION_WIDGET_ID` should be set to `"<empty>"` (the parent widget manages the connection)
|
|
170
|
+
- Parent widget's `SINGLE_COLUMN` setting overrides individual widget settings
|
|
171
|
+
- Multiple single attribute widgets share the same entity selection from the parent
|
|
172
|
+
|
|
173
|
+
---
|
|
174
|
+
|
|
175
|
+
## Widget Relationships
|
|
176
|
+
|
|
177
|
+
### Parent Widgets
|
|
178
|
+
|
|
179
|
+
#### ConnectedAttributesGroupWidgetDefinition
|
|
180
|
+
**Relationship**: Can be embedded within
|
|
181
|
+
**Purpose**: Groups multiple connected single attribute widgets under a single table selection
|
|
182
|
+
**Widget ID**: `cf.cplace.platform.connectedAttributesGroup`
|
|
183
|
+
|
|
184
|
+
**Special Behavior**:
|
|
185
|
+
- Parent widget controls the table selection for all embedded single attribute widgets
|
|
186
|
+
- Parent widget's layout settings (like `SINGLE_COLUMN`) can override individual widget settings
|
|
187
|
+
- Provides a cohesive grouped attributes interface
|
|
188
|
+
|
|
189
|
+
### Connected Widgets (Data Sources)
|
|
190
|
+
|
|
191
|
+
The widget connects to any widget that implements `ISingleEntitySelectionProducer`:
|
|
192
|
+
|
|
193
|
+
#### TableWidgetDefinition (Embedded Search as Table)
|
|
194
|
+
**Relationship**: Primary data source
|
|
195
|
+
**Widget ID**: `cf.platform.embeddedSearchAsTable`
|
|
196
|
+
**Provides**: Single entity selection from table rows
|
|
197
|
+
|
|
198
|
+
**How It Works**:
|
|
199
|
+
1. User clicks on a table row
|
|
200
|
+
2. Table widget emits a `SingleEntitySelection` event
|
|
201
|
+
3. Connected single attribute widgets receive the selected entity UID
|
|
202
|
+
4. Widgets fetch and display the specified attribute from that entity
|
|
203
|
+
|
|
204
|
+
#### Other Selection Producers
|
|
205
|
+
Any widget implementing `ISingleEntitySelectionProducer` can act as a data source, enabling flexible connection patterns.
|
|
206
|
+
|
|
207
|
+
### Related Widgets
|
|
208
|
+
|
|
209
|
+
#### SingleAttributeWidgetDefinition
|
|
210
|
+
**Widget ID**: `cf.platform.singleAttribute`
|
|
211
|
+
**Relationship**: Non-connected variant
|
|
212
|
+
**Difference**: Displays an attribute from a fixed entity (configured at design time), not dynamically selected
|
|
213
|
+
|
|
214
|
+
**Use Case Comparison**:
|
|
215
|
+
- **SingleAttributeWidget**: "Show the name of Page X" (fixed entity)
|
|
216
|
+
- **ConnectedSingleAttributeWidget**: "Show the name of the selected page" (dynamic entity)
|
|
217
|
+
|
|
218
|
+
#### ConnectedAttributesGroupWidgetDefinition
|
|
219
|
+
**Widget ID**: `cf.cplace.platform.connectedAttributesGroup`
|
|
220
|
+
**Relationship**: Container for multiple connected single attribute widgets
|
|
221
|
+
**Shared Pattern**: Both use `ISingleEntitySelectionProducer` interface
|
|
222
|
+
|
|
223
|
+
---
|
|
224
|
+
|
|
225
|
+
## Technical Architecture
|
|
226
|
+
|
|
227
|
+
### Interface Implementation
|
|
228
|
+
|
|
229
|
+
```java
|
|
230
|
+
@Override
|
|
231
|
+
public Set<Class<? extends IConnectedWidgetProducer>> getSupportedConnectedWidgetProducerTypes() {
|
|
232
|
+
return Set.of(ISingleEntitySelectionProducer.class);
|
|
233
|
+
}
|
|
234
|
+
```
|
|
235
|
+
|
|
236
|
+
The widget declares support for `ISingleEntitySelectionProducer`, enabling the platform to:
|
|
237
|
+
- Validate compatible connections at configuration time
|
|
238
|
+
- Route selection events from connected widgets
|
|
239
|
+
- Provide enumeration of valid selection widget IDs
|
|
240
|
+
|
|
241
|
+
### State Management
|
|
242
|
+
|
|
243
|
+
#### Frontend State (Angular)
|
|
244
|
+
When `USE_NEW_FRONTEND` is enabled, the widget state is serialized to `SingleAttributeWidgetState`:
|
|
245
|
+
|
|
246
|
+
```java
|
|
247
|
+
public record SingleAttributeWidgetState(
|
|
248
|
+
@Nullable String targetEntityUid, // null initially (set by selection)
|
|
249
|
+
String embeddingEntityUid, // Page containing the widget
|
|
250
|
+
String widgetId, // Widget's unique ID
|
|
251
|
+
@Nullable String feature, // Attribute name
|
|
252
|
+
boolean showValue, // Display value
|
|
253
|
+
boolean showLabel, // Display label
|
|
254
|
+
@Nullable String alternativeLabel, // Custom label (not used here)
|
|
255
|
+
boolean readonly, // !IN_PLACE_EDITING
|
|
256
|
+
boolean reloadGroupedAttributesWidgetOnChange, // RELOAD_AFTER_CHANGE
|
|
257
|
+
boolean singleColumn, // Layout mode
|
|
258
|
+
@Nullable String parentWidgetId, // Parent group widget ID
|
|
259
|
+
@Nullable String invalidConfigurationMessage, // Error if config invalid
|
|
260
|
+
boolean showAttribute, // Result of SHOW_ATTRIBUTE_SCRIPT
|
|
261
|
+
@Nullable String connectedWidgetId // SELECTION_WIDGET_ID
|
|
262
|
+
)
|
|
263
|
+
```
|
|
264
|
+
|
|
265
|
+
**Key Point**: `targetEntityUid` is `null` for connected widgets because the target changes based on user selection, not configuration.
|
|
266
|
+
|
|
267
|
+
### Event Flow
|
|
268
|
+
|
|
269
|
+
1. **Selection Event**: User selects row in connected table widget
|
|
270
|
+
2. **Event Propagation**: Table widget emits `SingleEntitySelection` with entity UID
|
|
271
|
+
3. **Widget Update**: Connected single attribute widgets receive the selection
|
|
272
|
+
4. **Data Fetch**: Widget fetches the specified attribute from the selected entity
|
|
273
|
+
5. **Display Update**: Widget renders the attribute value/label based on configuration
|
|
274
|
+
6. **Edit Event** (if `IN_PLACE_EDITING` enabled): User modifies value
|
|
275
|
+
7. **Save**: Value persisted to entity
|
|
276
|
+
8. **Reload Event** (if `RELOAD_AFTER_CHANGE`): Trigger connected widgets to refresh
|
|
277
|
+
|
|
278
|
+
### Conditional Visibility
|
|
279
|
+
|
|
280
|
+
The `SHOW_ATTRIBUTE_SCRIPT` provides dynamic control over attribute visibility:
|
|
281
|
+
|
|
282
|
+
**Script Context**:
|
|
283
|
+
- `embeddingPage`: The page containing the widget
|
|
284
|
+
- `targetEntity`: The currently selected entity
|
|
285
|
+
|
|
286
|
+
**Script Evaluation**:
|
|
287
|
+
- Evaluated in a sandboxed cplaceJS engine
|
|
288
|
+
- Allowed types: `Search`, `Filters`
|
|
289
|
+
- Returns truthy value to show, falsy to hide
|
|
290
|
+
|
|
291
|
+
**Example Use Cases**:
|
|
292
|
+
- Hide sensitive fields for certain user roles
|
|
293
|
+
- Show fields only when entity is in specific status
|
|
294
|
+
- Display conditional help text based on entity properties
|
|
295
|
+
|
|
296
|
+
---
|
|
297
|
+
|
|
298
|
+
## Embedding Constraints
|
|
299
|
+
|
|
300
|
+
### Where Can This Widget Be Embedded?
|
|
301
|
+
|
|
302
|
+
1. **Rich String Content** (page content, document fields, etc.)
|
|
303
|
+
- Use `RichStringUtilities.embeddedWidgetInsertion()` to embed
|
|
304
|
+
- Widget displays inline or as block depending on configuration
|
|
305
|
+
|
|
306
|
+
2. **Inside ConnectedAttributesGroupWidgetDefinition**
|
|
307
|
+
- Special embedding mode with `"<empty>"` selection widget ID
|
|
308
|
+
- Parent widget manages the table connection
|
|
309
|
+
|
|
310
|
+
### Where Can It NOT Be Embedded?
|
|
311
|
+
|
|
312
|
+
- Cannot be standalone on a page (must be embedded)
|
|
313
|
+
- Cannot be embedded in arbitrary widgets (only in `ConnectedAttributesGroupWidgetDefinition`)
|
|
314
|
+
|
|
315
|
+
**Code Reference** (ConnectedSingleAttributeWidgetDefinition.java:89-97):
|
|
316
|
+
```java
|
|
317
|
+
@Override
|
|
318
|
+
public void checkEmbeddableIn(PersistentEntity entity, WidgetEmbedding embedding)
|
|
319
|
+
throws NotEmbeddableException {
|
|
320
|
+
checkIsEmbeddedInRichStringOrInWidget(entity, embedding);
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
@Override
|
|
324
|
+
public boolean canBeEmbeddedInsideWidgetOfType(
|
|
325
|
+
Class<? extends WidgetDefinition> enclosingWidgetDefinitionClass) {
|
|
326
|
+
return ConnectedAttributesGroupWidgetDefinition.class.equals(enclosingWidgetDefinitionClass);
|
|
327
|
+
}
|
|
328
|
+
```
|
|
329
|
+
|
|
330
|
+
---
|
|
331
|
+
|
|
332
|
+
## Configuration Validation
|
|
333
|
+
|
|
334
|
+
### Configuration Completeness Rules
|
|
335
|
+
|
|
336
|
+
A widget configuration is considered **complete** when:
|
|
337
|
+
|
|
338
|
+
1. All required parameters are set:
|
|
339
|
+
- `SELECTION_WIDGET_ID` is provided
|
|
340
|
+
- `ATTRIBUTE_NAME` is specified
|
|
341
|
+
|
|
342
|
+
2. At least one display option is enabled:
|
|
343
|
+
- `WITH_VALUE` is `true` OR `WITH_LABEL` is `true`
|
|
344
|
+
|
|
345
|
+
**Code Reference** (ConnectedSingleAttributeWidgetDefinition.java:256-261):
|
|
346
|
+
```java
|
|
347
|
+
@Override
|
|
348
|
+
public boolean isConfigurationComplete(WidgetConfiguration conf,
|
|
349
|
+
WidgetSubstitutionParameters params) {
|
|
350
|
+
return (
|
|
351
|
+
super.isConfigurationComplete(conf, params) &&
|
|
352
|
+
(conf.getWithDefault(CONNECTED_SINGLE_ATTRIBUTE.WITH_VALUE) ||
|
|
353
|
+
conf.getWithDefault(CONNECTED_SINGLE_ATTRIBUTE.WITH_LABEL))
|
|
354
|
+
);
|
|
355
|
+
}
|
|
356
|
+
```
|
|
357
|
+
|
|
358
|
+
---
|
|
359
|
+
|
|
360
|
+
## Comparison with Related Widgets
|
|
361
|
+
|
|
362
|
+
| Aspect | ConnectedSingleAttribute | SingleAttribute | ConnectedAttributesGroup |
|
|
363
|
+
|--------|-------------------------|-----------------|-------------------------|
|
|
364
|
+
| **Entity Source** | Dynamic (selected in table) | Fixed (configured) | Dynamic (selected in table) |
|
|
365
|
+
| **Attributes Shown** | One | One | Multiple (contains singles) |
|
|
366
|
+
| **Primary Use** | Master-detail views | Static displays | Grouped detail forms |
|
|
367
|
+
| **In-place Editing** | Yes | Yes | Via embedded singles |
|
|
368
|
+
| **Connection Required** | Yes (table widget) | No | Yes (table widget) |
|
|
369
|
+
| **Embedding** | Rich text or group | Rich text or group | Page layouts |
|
|
370
|
+
|
|
371
|
+
---
|
|
372
|
+
|
|
373
|
+
## Code References
|
|
374
|
+
|
|
375
|
+
### Primary Files
|
|
376
|
+
- **Widget Definition**: `cf.cplace.platform/src/main/java/cf/cplace/platform/frontend/widgets/ConnectedSingleAttributeWidgetDefinition.java`
|
|
377
|
+
- **Configuration Type**: `cf.cplace.platform/src/main/java/cf/cplace/platform/frontend/templating/WidgetTypes.java:994-1089`
|
|
378
|
+
- **State DTO**: `cf.cplace.platform/src/main/java/cf/cplace/platform/frontend/rest/shared/dto/widget/attributes/SingleAttributeWidgetState.java`
|
|
379
|
+
- **Handler**: `cf.cplace.platform/src/main/java/cf/cplace/platform/frontend/handler/functions/ConnectedSingleAttributeHandler.java`
|
|
380
|
+
|
|
381
|
+
### Supporting Files
|
|
382
|
+
- **Interface**: `cf.cplace.platform/src/main/java/cf/cplace/platform/frontend/rest/shared/widget/ISingleEntitySelectionProducer.java`
|
|
383
|
+
- **Producer**: `cf.cplace.platform/src/main/java/cf/cplace/platform/frontend/rest/shared/widget/SingleEntitySelectionProducer.java`
|
|
384
|
+
- **Parent Widget**: `cf.cplace.platform/src/main/java/cf/cplace/platform/frontend/widgets/ConnectedAttributesGroupWidgetDefinition.java`
|
|
385
|
+
- **Unit Test**: `cf.cplace.platform/src/test/java/cf/cplace/platform/frontend/widgets/TestConnectedSingleAttributeWidget.java`
|
|
386
|
+
|
|
387
|
+
### Related Documentation
|
|
388
|
+
- Comprehensive parameter research: `main/specs/2026-01-11_connected-single-attribute-widget-parameters/research.md`
|
|
389
|
+
|
|
390
|
+
---
|
|
391
|
+
|
|
392
|
+
## Summary for Documentation
|
|
393
|
+
|
|
394
|
+
### Short Description (1-2 sentences)
|
|
395
|
+
|
|
396
|
+
The Connected Single Attribute Widget displays a single attribute value from an entity selected in a connected table or selection widget, providing dynamic attribute visualization and optional in-place editing based on user selections.
|
|
397
|
+
|
|
398
|
+
### Conceptual Overview
|
|
399
|
+
|
|
400
|
+
This widget implements the master-detail pattern by showing specific attribute values from entities selected in related table widgets. Unlike the standard Single Attribute Widget which displays attributes from a fixed entity, this widget updates dynamically as users select different rows in a connected table, making it ideal for building interactive detail panels, quick edit interfaces, and responsive data exploration experiences.
|
|
401
|
+
|
|
402
|
+
The widget offers flexible display modes (value only, label only, or both), supports in-place editing for quick updates, and can conditionally show or hide based on business logic through cplaceJS scripting. It can be embedded directly in rich text content for inline displays or grouped with other connected single attribute widgets using the Connected Attributes Group Widget for structured form-like interfaces.
|
|
403
|
+
|
|
404
|
+
---
|
|
405
|
+
|
|
406
|
+
## Research Notes
|
|
407
|
+
|
|
408
|
+
### Key Insights
|
|
409
|
+
|
|
410
|
+
1. **"Connected" Means Dynamic Entity**: The term "connected" refers to the dynamic entity selection mechanism, not a fixed relationship. The widget always starts with `targetEntityUid = null` and gets its entity from user selections.
|
|
411
|
+
|
|
412
|
+
2. **Dual Frontend Support**: The widget bridges legacy and modern architectures by supporting both HTML template rendering and Angular component rendering via the `USE_NEW_FRONTEND` flag.
|
|
413
|
+
|
|
414
|
+
3. **Parent Override Pattern**: When embedded in `ConnectedAttributesGroupWidgetDefinition`, certain settings like `SINGLE_COLUMN` can be overridden by the parent, ensuring consistent grouped layout.
|
|
415
|
+
|
|
416
|
+
4. **Security Consideration**: The `SHOW_ATTRIBUTE_SCRIPT` runs in a sandboxed environment with limited bindings, preventing arbitrary code execution while allowing conditional logic.
|
|
417
|
+
|
|
418
|
+
5. **Configuration Symmetry**: The configuration mirrors `SingleAttributeWidgetDefinition` closely, with the key difference being the addition of `SELECTION_WIDGET_ID` for the connection.
|
|
419
|
+
|
|
420
|
+
### Potential Use Case Extensions
|
|
421
|
+
|
|
422
|
+
- **Cascading Connections**: Multiple connected tables feeding into different single attribute widgets at different detail levels
|
|
423
|
+
- **Dashboard Panels**: Using connected single attributes to create KPI displays based on filtered table selections
|
|
424
|
+
- **Approval Workflows**: Quick status updates via connected editable attributes in task management interfaces
|
|
425
|
+
- **Data Quality Tools**: Inline correction of attribute values identified in validation tables
|
|
426
|
+
|
|
427
|
+
---
|
|
428
|
+
|
|
429
|
+
**Research Completed**: 2026-01-16
|
|
430
|
+
**Confidence Level**: High (based on source code analysis, existing research, and test files)
|