@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,427 @@
|
|
|
1
|
+
# Table Widget Research (cf.cplace.platform.tableWidget)
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
**Widget ID:** `cf.cplace.platform.tableWidget`
|
|
6
|
+
**Repository:** `main` (cf.cplace.platform)
|
|
7
|
+
**Definition Class:** `cf.cplace.platform/src/main/java/cf/cplace/platform/frontend/widgets/TableWidgetDefinition.java`
|
|
8
|
+
**Icon:** `fa-table`
|
|
9
|
+
**Status:** Beta (requires feature flag `newTableEnabled`)
|
|
10
|
+
|
|
11
|
+
## Purpose
|
|
12
|
+
|
|
13
|
+
The Table Widget is a next-generation table display widget that presents search results in a tabular format with advanced features like sorting, filtering, column configuration, and widget connectivity. It serves as a data producer for connected widgets by providing search results and single entity selections.
|
|
14
|
+
|
|
15
|
+
## Description
|
|
16
|
+
|
|
17
|
+
The Table Widget displays search results in an interactive, configurable table format. It allows users to view, sort, filter, and organize data with support for multi-column sorting, customizable columns, and dynamic filtering. The widget can act as a data source for other widgets through the connected widget system.
|
|
18
|
+
|
|
19
|
+
## Core Functionality
|
|
20
|
+
|
|
21
|
+
### 1. Search & Data Display
|
|
22
|
+
- Executes a configured search and displays results in a table format
|
|
23
|
+
- Supports all search types defined in the cplace platform
|
|
24
|
+
- Presents data in rows and columns with customizable column visibility
|
|
25
|
+
- Provides "no padding" layout for optimal space utilization (`isNoPadding() = true`)
|
|
26
|
+
|
|
27
|
+
### 2. Widget Producer Capabilities
|
|
28
|
+
The Table Widget implements three producer interfaces, making it a powerful data source:
|
|
29
|
+
|
|
30
|
+
- **ISearchProducer**: Provides search results to connected widgets
|
|
31
|
+
- Returns `SearchWithPermissions` with effective table settings applied
|
|
32
|
+
- Includes execution mode for proper permission handling
|
|
33
|
+
- Accessed via `getSearchWithPermissions()`
|
|
34
|
+
|
|
35
|
+
- **ISingleEntitySelectionProducer**: Produces single entity selections
|
|
36
|
+
- Emits currently selected entity to connected widgets
|
|
37
|
+
- Supported as a connected widget producer type
|
|
38
|
+
|
|
39
|
+
- **IMultiEntitySelectionProducer**: Produces multiple entity selections
|
|
40
|
+
- Allows selection of multiple rows/entities
|
|
41
|
+
- Can broadcast multi-entity selections to consumers
|
|
42
|
+
|
|
43
|
+
### 3. Connected Widget Support
|
|
44
|
+
- Can connect to other widgets via `CONNECTED_WIDGET_ID` configuration
|
|
45
|
+
- Supports connections to `ISingleEntitySelectionProducer` widgets
|
|
46
|
+
- Enables master-detail relationships with other widgets
|
|
47
|
+
- Emits table refresh events (`TABLE_REFRESH`, `TABLE_DATA_CHANGED`) for consumer widgets
|
|
48
|
+
|
|
49
|
+
### 4. Feature Flag Requirement
|
|
50
|
+
- Requires `newTableEnabled` feature flag to be active
|
|
51
|
+
- Throws `NotEmbeddableException` if feature is disabled: "The New Table widget is not enabled."
|
|
52
|
+
- Check performed in `checkShowInSelection()` method
|
|
53
|
+
|
|
54
|
+
## Configuration Options
|
|
55
|
+
|
|
56
|
+
The widget configuration is defined in `WidgetTypes.TABLE_WIDGET` and includes:
|
|
57
|
+
|
|
58
|
+
### Required Configuration
|
|
59
|
+
|
|
60
|
+
1. **SEARCH** (`SingleStringAttributeDef`)
|
|
61
|
+
- **Attribute Name:** `search`
|
|
62
|
+
- **Purpose:** Defines the search query that populates the table
|
|
63
|
+
- **Type:** Search constraint
|
|
64
|
+
- **Multiplicity:** Exactly one
|
|
65
|
+
- **Details:** Core configuration that determines what data is displayed
|
|
66
|
+
|
|
67
|
+
### Optional Configuration
|
|
68
|
+
|
|
69
|
+
2. **LOCALIZED_TITLE** (`SingleLocalizedStringAttributeDef`)
|
|
70
|
+
- **Attribute Name:** `title`
|
|
71
|
+
- **Purpose:** Widget title displayed to users
|
|
72
|
+
- **Type:** Localized string
|
|
73
|
+
- **Multiplicity:** At most one
|
|
74
|
+
- **Default:** Falls back to widget name message if not provided
|
|
75
|
+
|
|
76
|
+
3. **COLUMNS** (`SingleStringAttributeDef`)
|
|
77
|
+
- **Attribute Name:** `columns`
|
|
78
|
+
- **Purpose:** Defines which columns are visible and their order
|
|
79
|
+
- **Type:** Search columns constraint
|
|
80
|
+
- **Multiplicity:** At most one
|
|
81
|
+
- **Details:** Controls column visibility and arrangement
|
|
82
|
+
|
|
83
|
+
4. **FILTERS** (`SingleStringAttributeDef`)
|
|
84
|
+
- **Attribute Name:** `filters`
|
|
85
|
+
- **Purpose:** Defines filter configurations for columns
|
|
86
|
+
- **Type:** Search filters constraint
|
|
87
|
+
- **Multiplicity:** At most one
|
|
88
|
+
- **Details:** Pre-configured filters applied to the search
|
|
89
|
+
|
|
90
|
+
5. **MULTI_SORT_COLUMNS** (`SingleStringAttributeDef`)
|
|
91
|
+
- **Attribute Name:** `multiSortColumns`
|
|
92
|
+
- **Purpose:** Configures multi-level sorting
|
|
93
|
+
- **Type:** Custom constraint (FlexigridColumnSortConstraintExtension)
|
|
94
|
+
- **Multiplicity:** At most one
|
|
95
|
+
- **Details:** Allows sorting by multiple columns with priority
|
|
96
|
+
|
|
97
|
+
6. **SHOW_NEW** (`SingleBooleanAttributeDef`)
|
|
98
|
+
- **Attribute Name:** `showCreateNew`
|
|
99
|
+
- **Purpose:** Controls visibility of "Create New" button
|
|
100
|
+
- **Type:** Boolean
|
|
101
|
+
- **Multiplicity:** Exactly one
|
|
102
|
+
- **Default:** `true`
|
|
103
|
+
- **Details:** Enables users to create new entities from the table
|
|
104
|
+
|
|
105
|
+
7. **PIN_NAME_COLUMN** (`SingleBooleanAttributeDef`)
|
|
106
|
+
- **Attribute Name:** `pinNameColumn`
|
|
107
|
+
- **Purpose:** Pins the name/title column for horizontal scrolling
|
|
108
|
+
- **Type:** Boolean
|
|
109
|
+
- **Multiplicity:** Exactly one
|
|
110
|
+
- **Default:** `true`
|
|
111
|
+
- **Migrated:** Set to `true` automatically during widget configuration migration
|
|
112
|
+
|
|
113
|
+
8. **CONNECTED_WIDGET_ID** (`SingleStringAttributeDef`)
|
|
114
|
+
- **Attribute Name:** `connectedWidgetId`
|
|
115
|
+
- **Purpose:** ID of another table widget to connect with
|
|
116
|
+
- **Type:** Dynamic string enumeration (ConnectedTableWidgetsEnumerationProvider)
|
|
117
|
+
- **Multiplicity:** At most one
|
|
118
|
+
- **Details:** Establishes master-detail relationships between widgets
|
|
119
|
+
|
|
120
|
+
## Use Cases
|
|
121
|
+
|
|
122
|
+
### 1. Primary Data Display
|
|
123
|
+
**When to use:** Need to display search results in a structured table format
|
|
124
|
+
|
|
125
|
+
**Example scenario:**
|
|
126
|
+
- Display all projects in a workspace
|
|
127
|
+
- Show team members with their roles and departments
|
|
128
|
+
- List tasks with status, assignee, and due dates
|
|
129
|
+
|
|
130
|
+
**Why this widget:**
|
|
131
|
+
- Clean, organized tabular view of data
|
|
132
|
+
- Native sorting and filtering capabilities
|
|
133
|
+
- User-friendly column configuration
|
|
134
|
+
|
|
135
|
+
### 2. Master Table in Master-Detail Pattern
|
|
136
|
+
**When to use:** One table drives the content of detail widgets
|
|
137
|
+
|
|
138
|
+
**Example scenario:**
|
|
139
|
+
- Project list table connected to:
|
|
140
|
+
- Project details widget (shows selected project)
|
|
141
|
+
- Project team widget (shows team of selected project)
|
|
142
|
+
- Project timeline widget (shows timeline of selected project)
|
|
143
|
+
|
|
144
|
+
**Why this widget:**
|
|
145
|
+
- Implements `ISingleEntitySelectionProducer` for single row selection
|
|
146
|
+
- Implements `IMultiEntitySelectionProducer` for multi-row operations
|
|
147
|
+
- Emits selection events to connected widgets
|
|
148
|
+
- Supports `CONNECTED_WIDGET_ID` configuration
|
|
149
|
+
|
|
150
|
+
### 3. Connected Table (Detail Table)
|
|
151
|
+
**When to use:** Table content depends on selection from another widget
|
|
152
|
+
|
|
153
|
+
**Example scenario:**
|
|
154
|
+
- Task table that shows tasks for a project selected in a project dropdown
|
|
155
|
+
- Team member table filtered by department selected in a department selector
|
|
156
|
+
|
|
157
|
+
**Why this widget:**
|
|
158
|
+
- Can connect to selection producers via `CONNECTED_WIDGET_ID`
|
|
159
|
+
- Automatically updates when connected widget selection changes
|
|
160
|
+
- Provides filtered view based on parent context
|
|
161
|
+
|
|
162
|
+
### 4. Search Result Provider
|
|
163
|
+
**When to use:** Need to provide search results to other widgets (charts, metrics, etc.)
|
|
164
|
+
|
|
165
|
+
**Example scenario:**
|
|
166
|
+
- Table showing filtered issues
|
|
167
|
+
- Connected pie chart showing issue distribution by status
|
|
168
|
+
- Connected bar chart showing issues by priority
|
|
169
|
+
- Connected metrics showing total count
|
|
170
|
+
|
|
171
|
+
**Why this widget:**
|
|
172
|
+
- Implements `ISearchProducer` interface
|
|
173
|
+
- Provides `SearchWithPermissions` to consumers
|
|
174
|
+
- Allows multiple connected widgets to visualize the same data set
|
|
175
|
+
- Handles permissions and execution mode properly
|
|
176
|
+
|
|
177
|
+
### 5. Multi-Column Sorted Lists
|
|
178
|
+
**When to use:** Complex sorting requirements with multiple sort criteria
|
|
179
|
+
|
|
180
|
+
**Example scenario:**
|
|
181
|
+
- Employee list sorted by department (primary), then by seniority (secondary), then by name
|
|
182
|
+
- Product catalog sorted by category, then by price, then by rating
|
|
183
|
+
|
|
184
|
+
**Why this widget:**
|
|
185
|
+
- Supports `MULTI_SORT_COLUMNS` configuration
|
|
186
|
+
- Allows users to configure multi-level sorting
|
|
187
|
+
- Maintains sort order across refreshes
|
|
188
|
+
|
|
189
|
+
### 6. Filtered Data Views
|
|
190
|
+
**When to use:** Pre-configured filters need to be applied to data
|
|
191
|
+
|
|
192
|
+
**Example scenario:**
|
|
193
|
+
- "My Open Tasks" table with pre-filtered view
|
|
194
|
+
- "High Priority Issues" table showing only urgent items
|
|
195
|
+
- "This Month's Activities" with date range filter
|
|
196
|
+
|
|
197
|
+
**Why this widget:**
|
|
198
|
+
- Supports `FILTERS` configuration
|
|
199
|
+
- Combines search definition with filter criteria
|
|
200
|
+
- Users can add additional filters on top of pre-configured ones
|
|
201
|
+
|
|
202
|
+
## Related Components
|
|
203
|
+
|
|
204
|
+
### Backend Components
|
|
205
|
+
|
|
206
|
+
1. **TableWidgetState** (`cf.cplace.platform.frontend.rest.table.widget.TableWidgetState`)
|
|
207
|
+
- Record holding widget state: `tableParameters` and `connectedWidgetId`
|
|
208
|
+
- Used for client-server communication
|
|
209
|
+
- Serialized to JSON in widget template
|
|
210
|
+
|
|
211
|
+
2. **TableWidgetTable** (`cf.cplace.platform.frontend.rest.table.widget.TableWidgetTable`)
|
|
212
|
+
- Implementation of the table data provider
|
|
213
|
+
- Loads search, columns, filters, and sort configuration
|
|
214
|
+
- Identified by `TABLE_WIDGET_TABLE_IDENTIFIER`
|
|
215
|
+
|
|
216
|
+
3. **TableWidgetTableParameters** (`cf.cplace.platform.frontend.rest.table.widget.TableWidgetTableParameters`)
|
|
217
|
+
- Contains `widgetId` and `embeddingPageUid`
|
|
218
|
+
- Used to uniquely identify table instance
|
|
219
|
+
|
|
220
|
+
4. **Table Registry** (`PlatformComponentRegistry.getTableRegistry()`)
|
|
221
|
+
- Central registry for table instances
|
|
222
|
+
- Returns `Table` objects via `TableIdentifier`
|
|
223
|
+
|
|
224
|
+
### Frontend Components
|
|
225
|
+
|
|
226
|
+
The widget uses a web component bridge pattern:
|
|
227
|
+
|
|
228
|
+
1. **Template:** `tableWidgetDefinition.htm`
|
|
229
|
+
- Loads `cf-wc-bridge` web component
|
|
230
|
+
- Routes to "table-widget" component in "cf-platform" module
|
|
231
|
+
- Passes widget state as JSON via `data` attribute
|
|
232
|
+
|
|
233
|
+
2. **Expected Frontend Module:** `cf-platform` (remote)
|
|
234
|
+
- Route: `table-widget`
|
|
235
|
+
- Receives state object with `tableParameters` and `connectedWidgetId`
|
|
236
|
+
|
|
237
|
+
### Connected Widget Interfaces
|
|
238
|
+
|
|
239
|
+
1. **IConnectedWidgetProducer** (parent interface)
|
|
240
|
+
- Base interface for all producer widgets
|
|
241
|
+
- Defines producer capabilities
|
|
242
|
+
|
|
243
|
+
2. **ConnectedTableWidgetsEnumerationProvider**
|
|
244
|
+
- Provides enumeration of available table widgets on the page
|
|
245
|
+
- Used by `CONNECTED_WIDGET_ID` attribute
|
|
246
|
+
- Enables widget-to-widget connections
|
|
247
|
+
|
|
248
|
+
3. **SingleSelectionWidgetEnumerationProvider**
|
|
249
|
+
- Provides enumeration of widgets producing single selections
|
|
250
|
+
- Used by consumer widgets to find compatible producers
|
|
251
|
+
|
|
252
|
+
## Widget Lifecycle
|
|
253
|
+
|
|
254
|
+
### Initialization
|
|
255
|
+
1. Widget configuration loaded from page
|
|
256
|
+
2. `migrateWidgetConfiguration()` ensures `PIN_NAME_COLUMN` is set
|
|
257
|
+
3. `checkShowInSelection()` verifies `newTableEnabled` feature flag
|
|
258
|
+
4. `getWidgetState()` creates `TableWidgetState` with parameters
|
|
259
|
+
5. State serialized to JSON in template
|
|
260
|
+
6. Web component bridge loads frontend with state
|
|
261
|
+
|
|
262
|
+
### Runtime
|
|
263
|
+
1. Frontend requests table data via `TableWidgetTable`
|
|
264
|
+
2. Search executed with effective table settings applied
|
|
265
|
+
3. Table registry returns `Table` instance with search and execution mode
|
|
266
|
+
4. User interactions (sorting, filtering, selection) update table state
|
|
267
|
+
5. Selection changes emit events to connected widgets
|
|
268
|
+
6. Connected widgets receive `SearchWithPermissions` or selection data
|
|
269
|
+
|
|
270
|
+
## Prerequisites and Dependencies
|
|
271
|
+
|
|
272
|
+
### Required
|
|
273
|
+
- Feature flag `newTableEnabled` must be active in `UixFeatureConfiguration`
|
|
274
|
+
- Valid search definition in configuration
|
|
275
|
+
- Widget must be embedded in a page (`_embeddedIn()` returns non-null)
|
|
276
|
+
|
|
277
|
+
### Optional
|
|
278
|
+
- Connected widgets (for producer/consumer pattern)
|
|
279
|
+
- Column and filter configurations (for customized views)
|
|
280
|
+
- Multi-sort configuration (for complex sorting)
|
|
281
|
+
|
|
282
|
+
## Configuration Migration
|
|
283
|
+
|
|
284
|
+
The widget includes automatic configuration migration:
|
|
285
|
+
|
|
286
|
+
```java
|
|
287
|
+
public void migrateWidgetConfiguration(WidgetConfiguration conf, WidgetSubstitutionParameters params) {
|
|
288
|
+
if (conf.get(WidgetTypes.TABLE_WIDGET.PIN_NAME_COLUMN) == null) {
|
|
289
|
+
conf.set(WidgetTypes.TABLE_WIDGET.PIN_NAME_COLUMN, true);
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
```
|
|
293
|
+
|
|
294
|
+
This ensures existing widget instances get the default `PIN_NAME_COLUMN = true` value.
|
|
295
|
+
|
|
296
|
+
## Comparison with Other Table Widgets
|
|
297
|
+
|
|
298
|
+
### vs. Embedded Search as Table (EMBEDDED_SEARCH_AS_TABLE)
|
|
299
|
+
|
|
300
|
+
**Table Widget advantages:**
|
|
301
|
+
- Modern web component architecture (vs. legacy AngularJS)
|
|
302
|
+
- Cleaner producer interface implementation
|
|
303
|
+
- Feature-flagged for controlled rollout
|
|
304
|
+
- Better separation of concerns (state management)
|
|
305
|
+
|
|
306
|
+
**When to use Table Widget:**
|
|
307
|
+
- New implementations on modern infrastructure
|
|
308
|
+
- When feature flag is enabled
|
|
309
|
+
- For new pages requiring table functionality
|
|
310
|
+
|
|
311
|
+
**When to use Embedded Search as Table:**
|
|
312
|
+
- Legacy pages still on AngularJS
|
|
313
|
+
- When `newTableEnabled` feature flag is not active
|
|
314
|
+
- Existing implementations that don't need migration
|
|
315
|
+
|
|
316
|
+
### Key Difference
|
|
317
|
+
The Table Widget is the "next generation" table implementation with improved architecture, while Embedded Search as Table is the established, production-stable version.
|
|
318
|
+
|
|
319
|
+
## Common Patterns
|
|
320
|
+
|
|
321
|
+
### Pattern 1: Standalone Table
|
|
322
|
+
```
|
|
323
|
+
Configuration:
|
|
324
|
+
- SEARCH: Define search query
|
|
325
|
+
- COLUMNS: Configure visible columns
|
|
326
|
+
- FILTERS: Optional pre-configured filters
|
|
327
|
+
- SHOW_NEW: Enable/disable create button
|
|
328
|
+
- PIN_NAME_COLUMN: Pin first column
|
|
329
|
+
```
|
|
330
|
+
|
|
331
|
+
### Pattern 2: Master Table with Details
|
|
332
|
+
```
|
|
333
|
+
Table Widget (Master)
|
|
334
|
+
├─ SEARCH: Projects search
|
|
335
|
+
├─ SHOW_NEW: true
|
|
336
|
+
└─ Produces: Single entity selection
|
|
337
|
+
|
|
338
|
+
Connected Single Attribute Widget (Detail 1)
|
|
339
|
+
└─ CONNECTED_WIDGET_ID: [Table Widget]
|
|
340
|
+
|
|
341
|
+
Connected Attributes Group Widget (Detail 2)
|
|
342
|
+
└─ CONNECTED_WIDGET_ID: [Table Widget]
|
|
343
|
+
```
|
|
344
|
+
|
|
345
|
+
### Pattern 3: Table with Analytics
|
|
346
|
+
```
|
|
347
|
+
Table Widget (Data Source)
|
|
348
|
+
└─ SEARCH: Tasks search
|
|
349
|
+
└─ Produces: Search with permissions
|
|
350
|
+
|
|
351
|
+
Connected Pie Chart Widget
|
|
352
|
+
└─ CONNECTED_WIDGET_ID: [Table Widget]
|
|
353
|
+
└─ Shows: Distribution by status
|
|
354
|
+
|
|
355
|
+
Connected Bar Chart Widget
|
|
356
|
+
└─ CONNECTED_WIDGET_ID: [Table Widget]
|
|
357
|
+
└─ Shows: Count by assignee
|
|
358
|
+
|
|
359
|
+
Connected Number of Results Widget
|
|
360
|
+
└─ CONNECTED_WIDGET_ID: [Table Widget]
|
|
361
|
+
└─ Shows: Total count
|
|
362
|
+
```
|
|
363
|
+
|
|
364
|
+
### Pattern 4: Hierarchical Tables
|
|
365
|
+
```
|
|
366
|
+
Department Table Widget
|
|
367
|
+
└─ Produces: Single selection
|
|
368
|
+
|
|
369
|
+
Employee Table Widget
|
|
370
|
+
├─ CONNECTED_WIDGET_ID: [Department Table]
|
|
371
|
+
└─ SEARCH: Filtered by selected department
|
|
372
|
+
```
|
|
373
|
+
|
|
374
|
+
## Technical Implementation Details
|
|
375
|
+
|
|
376
|
+
### Widget State Management
|
|
377
|
+
- State class: `TableWidgetState` (Java record)
|
|
378
|
+
- Contains: `tableParameters` (widgetId, embeddingPageUid), `connectedWidgetId`
|
|
379
|
+
- Serialized: JSON format via `toJson()` method
|
|
380
|
+
- Passed to frontend: Via template substitution in `data` attribute
|
|
381
|
+
|
|
382
|
+
### Search Integration
|
|
383
|
+
- Search retrieved from: `WidgetTypes.TABLE_WIDGET.SEARCH` configuration
|
|
384
|
+
- Table instance: Created via `TableWidgetTable` with widget parameters
|
|
385
|
+
- Search execution: Through table registry with proper permissions
|
|
386
|
+
- Result: `SearchWithPermissions` with effective table settings applied
|
|
387
|
+
|
|
388
|
+
### Permission Handling
|
|
389
|
+
- Search execution mode determined by table configuration
|
|
390
|
+
- Permissions applied via `SearchWithPermissions`
|
|
391
|
+
- Execution mode passed to connected widgets
|
|
392
|
+
- Ensures security at data source level
|
|
393
|
+
|
|
394
|
+
## API References
|
|
395
|
+
|
|
396
|
+
### Java Classes
|
|
397
|
+
- `cf.cplace.platform.frontend.widgets.TableWidgetDefinition`
|
|
398
|
+
- `cf.cplace.platform.frontend.rest.table.widget.TableWidgetState`
|
|
399
|
+
- `cf.cplace.platform.frontend.rest.table.widget.TableWidgetTable`
|
|
400
|
+
- `cf.cplace.platform.frontend.rest.table.widget.TableWidgetTableParameters`
|
|
401
|
+
- `cf.cplace.platform.frontend.templating.WidgetTypes.TABLE_WIDGET`
|
|
402
|
+
|
|
403
|
+
### Interfaces
|
|
404
|
+
- `cf.cplace.platform.frontend.rest.shared.widget.ISearchProducer`
|
|
405
|
+
- `cf.cplace.platform.frontend.rest.shared.widget.ISingleEntitySelectionProducer`
|
|
406
|
+
- `cf.cplace.platform.frontend.rest.shared.widget.IMultiEntitySelectionProducer`
|
|
407
|
+
- `cf.cplace.platform.frontend.rest.shared.widget.IConnectedWidgetProducer`
|
|
408
|
+
|
|
409
|
+
### Template
|
|
410
|
+
- `cf.cplace.platform/src/main/resources/cf/cplace/platform/frontend/widgets/tableWidgetDefinition.htm`
|
|
411
|
+
|
|
412
|
+
## Additional Notes
|
|
413
|
+
|
|
414
|
+
1. **Beta Status**: Widget is marked with `@Beta` annotation, indicating it may undergo changes
|
|
415
|
+
2. **Feature Flag**: Critical to verify `newTableEnabled` before using in production
|
|
416
|
+
3. **Web Component**: Uses modern web component architecture for frontend rendering
|
|
417
|
+
4. **No Padding**: Widget requests no padding (`isNoPadding() = true`) for full-width table display
|
|
418
|
+
5. **Title Fallback**: If no custom title provided, falls back to widget name message
|
|
419
|
+
6. **Migration Support**: Automatic migration ensures backward compatibility for `PIN_NAME_COLUMN`
|
|
420
|
+
|
|
421
|
+
## Future Considerations
|
|
422
|
+
|
|
423
|
+
- Monitor feature flag status in target environments
|
|
424
|
+
- Plan migration path from EMBEDDED_SEARCH_AS_TABLE if needed
|
|
425
|
+
- Consider performance implications with large datasets
|
|
426
|
+
- Evaluate connected widget patterns for complex page layouts
|
|
427
|
+
- Track API stability as widget matures from Beta status
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
# Widget Research: cf.cplace.pptexport.pgPreviewWidget
|
|
2
|
+
|
|
3
|
+
## Widget Information
|
|
4
|
+
- **Widget ID**: `cf.cplace.pptexport.pgPreviewWidget`
|
|
5
|
+
- **Widget Name**: Presentation Graphic Schedule Preview
|
|
6
|
+
- **Repository**: `cplace-project-planning`
|
|
7
|
+
- **Plugin**: `cf.cplace.pptexport`
|
|
8
|
+
- **Definition Class**: `cf.cplace.pptexport.script.PgPreviewWidgetDefinition`
|
|
9
|
+
|
|
10
|
+
## Purpose
|
|
11
|
+
|
|
12
|
+
The PG Preview Widget displays a preview of Presentation Graphic (PG) exports for project schedules. "PG" stands for "Presentation Graphic" and refers to a visual representation of project schedules (Gantt charts) that can be exported to PowerPoint (PPTX) or PDF formats.
|
|
13
|
+
|
|
14
|
+
**Short Description (1-2 sentences):**
|
|
15
|
+
This widget generates and displays a visual preview of how project schedules will appear when exported as presentation graphics to PowerPoint or PDF. It provides buttons to configure the presentation layout, refresh the preview, and export to different formats.
|
|
16
|
+
|
|
17
|
+
## Key Functionality
|
|
18
|
+
|
|
19
|
+
### Core Features
|
|
20
|
+
1. **Preview Generation**: Generates an image preview of project schedules rendered as presentation graphics
|
|
21
|
+
2. **Export Capabilities**: Allows direct export of schedules to PowerPoint (PPTX) or PDF format
|
|
22
|
+
3. **Configuration Access**: Provides access to the PG configurator for customizing the presentation layout
|
|
23
|
+
4. **Dynamic Updates**: Can automatically refresh when connected to a table widget showing schedules
|
|
24
|
+
|
|
25
|
+
### What the Widget Displays
|
|
26
|
+
- Visual preview of presentation graphics as paginated images
|
|
27
|
+
- Action buttons for exporting, configuring, and refreshing
|
|
28
|
+
- Error and warning messages when configuration is invalid
|
|
29
|
+
- Loading states while generating previews
|
|
30
|
+
|
|
31
|
+
## Use Cases
|
|
32
|
+
|
|
33
|
+
### 1. **Schedule Export Preview**
|
|
34
|
+
Users want to see how their project schedules will look before exporting them to presentations.
|
|
35
|
+
|
|
36
|
+
**Example Scenario**: A project manager preparing a stakeholder presentation wants to preview how their project Gantt chart will appear in PowerPoint before generating the final export.
|
|
37
|
+
|
|
38
|
+
### 2. **Direct Schedule Export**
|
|
39
|
+
Users need to quickly export project schedules to PowerPoint or PDF for reporting or presentations.
|
|
40
|
+
|
|
41
|
+
**Example Scenario**: During a project review meeting, a team lead needs to quickly export the current project schedule as a PDF to share with attendees.
|
|
42
|
+
|
|
43
|
+
### 3. **Connected Table Integration**
|
|
44
|
+
Users want the preview to automatically update based on schedule selections in a connected table widget.
|
|
45
|
+
|
|
46
|
+
**Example Scenario**: A portfolio manager has a table listing multiple project schedules and wants to preview different schedules by clicking on rows in the table, with the PG preview automatically updating.
|
|
47
|
+
|
|
48
|
+
### 4. **Iterative Configuration**
|
|
49
|
+
Users need to refine the visual presentation of schedules by iterating between configuration changes and preview.
|
|
50
|
+
|
|
51
|
+
**Example Scenario**: A project administrator is setting up a presentation profile with custom colors, column widths, and layout options, using the preview to validate each change.
|
|
52
|
+
|
|
53
|
+
## Configuration Concepts
|
|
54
|
+
|
|
55
|
+
### Schedule Selection
|
|
56
|
+
The widget supports multiple ways to select which schedules to preview/export:
|
|
57
|
+
|
|
58
|
+
1. **Explicit Selection** (`SCHEDULES`): Directly select one or more schedule pages
|
|
59
|
+
2. **Embedding Selection**: Use the schedule from the embedding page
|
|
60
|
+
3. **Search-based Selection** (`SCHEDULE_SEARCH`): Use a search query to find schedules
|
|
61
|
+
- Can be configured to show only a single schedule or multiple schedules
|
|
62
|
+
- Supports sorting by custom columns
|
|
63
|
+
4. **Relative Selection** (`RELATIVE_SELECTION`): Select schedules via an attribute on the embedding page
|
|
64
|
+
5. **Connected Table** (`CONNECTED_TABLE_WIDGET`): Select schedules from a connected table widget
|
|
65
|
+
|
|
66
|
+
### Profile Selection
|
|
67
|
+
Profiles define how the presentation graphic is rendered (layout, colors, columns, etc.). The widget supports:
|
|
68
|
+
|
|
69
|
+
1. **Explicit Profile** (`PROFILE`): Select a specific PG profile page
|
|
70
|
+
2. **First Schedule Profile**: Use the profile configured in the first selected schedule
|
|
71
|
+
3. **cplace.js Script** (`PROFILE_CPLACE_JS`): Use a script to dynamically determine the profile
|
|
72
|
+
|
|
73
|
+
### Display Options
|
|
74
|
+
|
|
75
|
+
#### Preview Visibility
|
|
76
|
+
- **Show Preview** (`SHOW_PREVIEW`): Toggle whether the preview image is displayed
|
|
77
|
+
- **Generate Immediately** (`GENERATE_IMMEDIATELY`): Auto-generate preview on widget load (only if preview is visible)
|
|
78
|
+
|
|
79
|
+
#### Button Visibility
|
|
80
|
+
The widget can show/hide various action buttons:
|
|
81
|
+
- **Refresh Button** (`BUTTON.REFRESH`): Regenerate the preview
|
|
82
|
+
- **Edit Button** (`BUTTON.EDIT`): Open the PG configurator
|
|
83
|
+
- **Export PDF Button** (`BUTTON.EXPORT_PDF`): Export to PDF format
|
|
84
|
+
- **Export PPTX Button** (`BUTTON.EXPORT_PPTX`): Export to PowerPoint format
|
|
85
|
+
|
|
86
|
+
#### Visual Customization
|
|
87
|
+
- **Title** (`TITLE`): Custom localized widget title
|
|
88
|
+
- **Show Frame** (`SHOW_FRAME`): Display widget frame with title
|
|
89
|
+
- **Height** (`HEIGHT`): Fixed widget height (or dynamic if not specified)
|
|
90
|
+
|
|
91
|
+
## Context and Relationships
|
|
92
|
+
|
|
93
|
+
### Related Types
|
|
94
|
+
- **Schedule Type**: Project schedules (Gantt charts) from the project planning plugin
|
|
95
|
+
- **Profile Type** (`cf.cplace.pptexport.profile`): Configuration pages that define PG layout and styling
|
|
96
|
+
|
|
97
|
+
### Integration Points
|
|
98
|
+
- **Table Widgets**: Can connect to table widgets to reactively update based on row selection
|
|
99
|
+
- **PG Configurator**: Opens a separate configuration interface for designing the presentation layout
|
|
100
|
+
- **Export Handlers**: Backend handlers that generate PPTX and PDF exports
|
|
101
|
+
|
|
102
|
+
### Embeddability
|
|
103
|
+
The widget can be embedded in:
|
|
104
|
+
- **Pages** (standalone dashboard widgets)
|
|
105
|
+
- **Type Definitions** (as part of a type layout)
|
|
106
|
+
- **Type Definition Layouts** (custom layouts for types)
|
|
107
|
+
|
|
108
|
+
### Plugin Ecosystem
|
|
109
|
+
- Part of the `cf.cplace.pptexport` plugin
|
|
110
|
+
- Works with schedules from `cf.cplace.projectPlanning`
|
|
111
|
+
- Uses the external library `cf-cplace-pgpptintegration` for PowerPoint generation
|
|
112
|
+
|
|
113
|
+
## Technical Details
|
|
114
|
+
|
|
115
|
+
### Widget Configuration Migrations
|
|
116
|
+
The widget includes migrations for:
|
|
117
|
+
1. **Version 0 → 1**:
|
|
118
|
+
- Renamed `showWidgetFrame` to `SHOW_FRAME` with improved button visibility controls
|
|
119
|
+
- Migrated single schedule selection to multi-schedule selection
|
|
120
|
+
- Added support for single schedule mode in searches
|
|
121
|
+
2. **Version 1 → 2**:
|
|
122
|
+
- Introduced profile selection grouping to support multiple profile selection strategies
|
|
123
|
+
|
|
124
|
+
### State Management
|
|
125
|
+
The widget maintains state including:
|
|
126
|
+
- Selected schedules and profile
|
|
127
|
+
- Preview generation settings
|
|
128
|
+
- URLs for various actions (preview, export, configuration)
|
|
129
|
+
- Error and warning messages
|
|
130
|
+
- Connected table widget ID (if applicable)
|
|
131
|
+
|
|
132
|
+
### Preview Generation Process
|
|
133
|
+
1. Validates configuration (schedules and profile must be selected)
|
|
134
|
+
2. Creates an `ExportConfig` for the selected schedules and profile
|
|
135
|
+
3. Sends request to backend with maximum dimensions for rendering
|
|
136
|
+
4. Receives preview as paginated images
|
|
137
|
+
5. Displays images with navigation controls
|
|
138
|
+
|
|
139
|
+
## Validation Rules
|
|
140
|
+
|
|
141
|
+
The widget is considered invalid (cannot generate preview) if:
|
|
142
|
+
- No schedules are selected
|
|
143
|
+
- No profile is selected or profile selection fails
|
|
144
|
+
- Both button bar and preview are hidden (invalid configuration)
|
|
145
|
+
|
|
146
|
+
## Error Handling
|
|
147
|
+
|
|
148
|
+
The widget displays different types of messages:
|
|
149
|
+
- **Error Messages**: Critical issues preventing preview generation (e.g., no schedules, no profile, invalid config)
|
|
150
|
+
- **Warning Messages**: Non-critical issues (e.g., exceeding schedule export limits)
|
|
151
|
+
- **Preview Generation Errors**: Backend failures during preview generation
|