@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
package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-widget/research.md
ADDED
|
@@ -0,0 +1,332 @@
|
|
|
1
|
+
# Widget Research: cf.cplace.ctts.main.widget
|
|
2
|
+
|
|
3
|
+
## Widget Overview
|
|
4
|
+
|
|
5
|
+
**Widget ID:** `cf.cplace.ctts.main.widget`
|
|
6
|
+
**Repository:** cplace-ctts
|
|
7
|
+
**Plugin:** cf.cplace.ctts.main
|
|
8
|
+
**Definition Class:** `cf.cplace.ctts.main.script.MainWidgetDefinition`
|
|
9
|
+
|
|
10
|
+
## Purpose
|
|
11
|
+
|
|
12
|
+
The CTTS (cplace Time Tracking System) main widget is an interactive time tracking and booking interface that allows users to record, manage, and monitor their work hours across various projects and targets within specified time periods.
|
|
13
|
+
|
|
14
|
+
**Short Description:**
|
|
15
|
+
This widget provides a comprehensive time tracking grid interface where users can book hours to different targets (projects/activities), view time in different formats and time units (day/week/month), manage favorites, and submit time entries for approval through a monthly release workflow.
|
|
16
|
+
|
|
17
|
+
## Core Functionality
|
|
18
|
+
|
|
19
|
+
### 1. Time Booking Grid
|
|
20
|
+
- **Interactive data grid** using Handsontable for recording time bookings
|
|
21
|
+
- Users book time entries to various **targets** (projects, activities, or other entities defined in the system)
|
|
22
|
+
- Each booking contains:
|
|
23
|
+
- Date
|
|
24
|
+
- Booked time (in seconds, supports negative values for corrections)
|
|
25
|
+
- Target reference (what the time was booked to)
|
|
26
|
+
- Optional description
|
|
27
|
+
- User reference
|
|
28
|
+
|
|
29
|
+
### 2. Time Period Views
|
|
30
|
+
The widget supports multiple time unit views:
|
|
31
|
+
- **Day view**: Track time on a daily basis
|
|
32
|
+
- **Week view** (default): See and edit an entire week at once
|
|
33
|
+
- **Month view**: View and manage monthly time bookings
|
|
34
|
+
- Optional "one value for month view" mode where a single total can be entered for the entire month
|
|
35
|
+
|
|
36
|
+
### 3. Calendar Integration
|
|
37
|
+
- **Calendar view** toggle for visual date selection
|
|
38
|
+
- **Week picker** component for easy navigation between time periods
|
|
39
|
+
- Weeks in the calendar can be made clickable (configurable)
|
|
40
|
+
- "Today" button to quickly jump to the current date/week
|
|
41
|
+
|
|
42
|
+
### 4. Time Format Options
|
|
43
|
+
Users can toggle between different time format displays:
|
|
44
|
+
- **Punctual time format**: Hours and minutes (e.g., "8:30")
|
|
45
|
+
- **Decimal time format**: Decimal representation (e.g., "8.5" or "8,5" depending on locale)
|
|
46
|
+
- Format preference is saved per user via UserConfig
|
|
47
|
+
|
|
48
|
+
### 5. Target Management
|
|
49
|
+
- **Add targets**: Users can add new booking targets through a dialog
|
|
50
|
+
- **Favorites system**: Mark frequently-used targets as favorites for quick access
|
|
51
|
+
- **Target filtering**: Configurable filters to control which targets users can select
|
|
52
|
+
- **Distribution percentage**: Allocate time across targets by percentage
|
|
53
|
+
- **Subsequent bookings**: Special mode for adding bookings to past months (with configurable limit)
|
|
54
|
+
|
|
55
|
+
### 6. Representative/Delegate Booking
|
|
56
|
+
- **Representative mode**: Authorized users can book time on behalf of other users
|
|
57
|
+
- Configurable groups for:
|
|
58
|
+
- Representative time bookers (can only do representative bookings)
|
|
59
|
+
- Delegates (can be represented by others)
|
|
60
|
+
- Visual indicator showing which user's time is being tracked
|
|
61
|
+
|
|
62
|
+
### 7. Monthly Release Workflow
|
|
63
|
+
- **Release month**: Submit time entries for a completed month
|
|
64
|
+
- **Lock/unlock months**: Prevent changes to finalized time periods
|
|
65
|
+
- **Revoke release**: Undo a month's release if needed
|
|
66
|
+
- Privileged groups can edit locked cells
|
|
67
|
+
- Admin override capabilities (configurable)
|
|
68
|
+
|
|
69
|
+
### 8. Data Validation & Controls
|
|
70
|
+
- **Maximum booking time per day**: Configurable limit (default: 10 hours)
|
|
71
|
+
- **Overbook limit**: Warning threshold when exceeding daily limits
|
|
72
|
+
- **Time fraction precision**: Configurable minimum time increment (1 sec, 1 min, 15 min, 30 min, 60 min)
|
|
73
|
+
- **Negative bookings**: Optional support for negative time entries (corrections)
|
|
74
|
+
- **Holiday/weekend handling**: Configurable whether holidays, Saturdays, and Sundays are bookable workdays
|
|
75
|
+
- **Monthly negative bookings**: Control whether overall monthly total can be negative
|
|
76
|
+
|
|
77
|
+
### 9. Data Display Options
|
|
78
|
+
- **Sum line**: Shows totals, optionally with difference from target hours
|
|
79
|
+
- **Sidebar**: Displays cell details and configurable attributes of selected targets
|
|
80
|
+
- **Extended title text**: Larger header rows with more information
|
|
81
|
+
- **Manual column resize**: Allow users to adjust column widths
|
|
82
|
+
|
|
83
|
+
### 10. Data Actions
|
|
84
|
+
- **Save**: Persist time booking changes
|
|
85
|
+
- **Discard**: Revert unsaved changes
|
|
86
|
+
- **Delete**: Remove booking entries for the current week
|
|
87
|
+
- **Undo modal**: Confirmation dialog for destructive actions
|
|
88
|
+
|
|
89
|
+
## Use Cases
|
|
90
|
+
|
|
91
|
+
### Primary Use Cases
|
|
92
|
+
|
|
93
|
+
1. **Individual Time Tracking**
|
|
94
|
+
- Employees track their daily/weekly work hours
|
|
95
|
+
- Book time to projects, tasks, or activities they work on
|
|
96
|
+
- View their time allocation across different targets
|
|
97
|
+
- Submit monthly timesheets for approval
|
|
98
|
+
|
|
99
|
+
2. **Project Time Booking**
|
|
100
|
+
- Record time spent on specific projects or work packages
|
|
101
|
+
- Distribute time across multiple projects in a single day
|
|
102
|
+
- Track project-related hours for billing or resource planning
|
|
103
|
+
|
|
104
|
+
3. **Administrative Time Management**
|
|
105
|
+
- Managers or assistants book time on behalf of team members
|
|
106
|
+
- HR or admin staff manage time entries for multiple users
|
|
107
|
+
- Corrections and adjustments to historical time data
|
|
108
|
+
|
|
109
|
+
4. **Monthly Time Reporting**
|
|
110
|
+
- Users compile and submit their monthly working hours
|
|
111
|
+
- Managers review and approve released months
|
|
112
|
+
- Lock finalized periods to prevent further changes
|
|
113
|
+
|
|
114
|
+
5. **Flexible Work Schedule Tracking**
|
|
115
|
+
- Support for part-time employees with varying hours
|
|
116
|
+
- Track overtime through overbook limits and warnings
|
|
117
|
+
- Handle irregular schedules (weekends, holidays)
|
|
118
|
+
|
|
119
|
+
### Secondary Use Cases
|
|
120
|
+
|
|
121
|
+
6. **Absence and Corrections**
|
|
122
|
+
- Use negative bookings to correct over-reported time
|
|
123
|
+
- Track non-working time on specific days
|
|
124
|
+
|
|
125
|
+
7. **Multi-Workspace Operations**
|
|
126
|
+
- Users work across different organizational workspaces
|
|
127
|
+
- Filter targets by workspace
|
|
128
|
+
- Optionally restrict visibility to specific workspaces
|
|
129
|
+
|
|
130
|
+
8. **Favorites and Quick Booking**
|
|
131
|
+
- Create favorite targets for frequently-used projects
|
|
132
|
+
- Quick time entry for routine activities
|
|
133
|
+
- Distribution percentages for regular allocations
|
|
134
|
+
|
|
135
|
+
9. **Subsequent Booking (Retroactive Entries)**
|
|
136
|
+
- Add time entries to past months within a configurable limit
|
|
137
|
+
- Handle forgotten or delayed time reporting
|
|
138
|
+
|
|
139
|
+
## Configuration Concepts
|
|
140
|
+
|
|
141
|
+
### Widget-Level Configuration
|
|
142
|
+
|
|
143
|
+
The widget can be configured with the following options:
|
|
144
|
+
|
|
145
|
+
1. **Localized Title** (`LOCALIZED_TITLE`)
|
|
146
|
+
- Custom title for the widget instance
|
|
147
|
+
|
|
148
|
+
2. **Height** (`HEIGHT`)
|
|
149
|
+
- Fixed height setting, or auto-height if not specified
|
|
150
|
+
|
|
151
|
+
3. **Time Unit Per Page Mode** (`TIME_UNIT_PER_PAGE_MODE`)
|
|
152
|
+
- Options: Day, Week, Month
|
|
153
|
+
- Default: Month
|
|
154
|
+
- Controls the primary view granularity
|
|
155
|
+
|
|
156
|
+
4. **Weeks in Calendar Are Clickable** (`WEEKS_IN_CALENDAR_ARE_CLICKABLE`)
|
|
157
|
+
- Boolean (default: true)
|
|
158
|
+
- Whether clicking weeks in calendar view changes the main grid
|
|
159
|
+
|
|
160
|
+
5. **Default Time Format for Bookings** (`DEFAULT_TIME_FORMAT_FOR_BOOKINGS`)
|
|
161
|
+
- Options: Punctual (hours:minutes) or Decimal
|
|
162
|
+
- Default: Punctual
|
|
163
|
+
- Sets the initial time format for new users
|
|
164
|
+
|
|
165
|
+
### App-Level Configuration
|
|
166
|
+
|
|
167
|
+
The widget behavior is heavily influenced by app configuration settings in the workspace:
|
|
168
|
+
|
|
169
|
+
#### Access Control
|
|
170
|
+
- **Allowed Groups**: Groups with permission to use the widget
|
|
171
|
+
- **Representative Time Booker Groups**: Users who can only do representative bookings
|
|
172
|
+
- **Representative Type**: Groups that can act as delegates
|
|
173
|
+
- **Privilege Groups**: Extended rights for editing locked/released entries
|
|
174
|
+
|
|
175
|
+
#### Target Selection
|
|
176
|
+
- **Visibility Type**: All targets vs. only permitted targets
|
|
177
|
+
- **Select Workspaces**: Limit target selection to specific workspaces
|
|
178
|
+
- **Select Type Names**: Define which entity types can be used as targets
|
|
179
|
+
- **Select Type Attributes**: Attributes to display in the sidebar
|
|
180
|
+
- **Target Filter Script**: Custom JavaScript filter for target selection
|
|
181
|
+
- **Show Data From This Workspace Only**: Restrict displayed data by workspace
|
|
182
|
+
|
|
183
|
+
#### Time Booking Rules
|
|
184
|
+
- **Max Time Fraction**: Minimum bookable time increment (1 sec to 60 min)
|
|
185
|
+
- **Default Maximum Working Hours Per Day**: Standard workday length
|
|
186
|
+
- **Overbook Limit Per Day**: Warning threshold for excessive hours
|
|
187
|
+
- **Allow Booking Only In Current Month**: Restrict historical entries
|
|
188
|
+
- **Months Limit For Subsequent Booking**: How far back subsequent bookings are allowed
|
|
189
|
+
- **Allow Negative Numbers For Bookings**: Enable correction entries
|
|
190
|
+
- **Allow Overall Monthly Negative Bookings**: Allow negative monthly totals
|
|
191
|
+
|
|
192
|
+
#### Workday Configuration
|
|
193
|
+
- **Holidays Are Workdays**: Whether public holidays are bookable
|
|
194
|
+
- **Saturdays Are Workdays**: Saturday booking enabled
|
|
195
|
+
- **Sundays Are Workdays**: Sunday booking enabled
|
|
196
|
+
|
|
197
|
+
#### Display & Behavior
|
|
198
|
+
- **Targets As Favorites**: New targets default to favorites
|
|
199
|
+
- **Show Difference In Sum Line**: Display variance from target hours
|
|
200
|
+
- **Extended Title Text**: Larger header rows
|
|
201
|
+
- **Manual Column Resize**: User-adjustable column widths
|
|
202
|
+
- **One Value For Month View**: Accept single monthly total instead of daily breakdown
|
|
203
|
+
- **Can Admins Edit Locked Cells**: Admin override for locked periods
|
|
204
|
+
- **Allow Editing Of Non-Addable Targets**: Edit cells for targets no longer in selection
|
|
205
|
+
|
|
206
|
+
#### Data Import
|
|
207
|
+
- **Allowed Groups Import Aggregated Times**: Groups permitted to import time data files
|
|
208
|
+
|
|
209
|
+
## Technical Architecture
|
|
210
|
+
|
|
211
|
+
### Key Components
|
|
212
|
+
|
|
213
|
+
1. **Definition Layer**
|
|
214
|
+
- `MainWidgetDefinition`: Widget registration and configuration type binding
|
|
215
|
+
- `MainWidgetConfiguration`: Widget-specific configuration type definition
|
|
216
|
+
- `MainAppConfiguration`: App-level configuration type definition
|
|
217
|
+
|
|
218
|
+
2. **Data Layer**
|
|
219
|
+
- `TimeBookingData`: Individual time booking entries (date, time, user, description)
|
|
220
|
+
- `BookingRow`: Groups bookings by target
|
|
221
|
+
- `MonthFlag`: Tracks released/locked month status
|
|
222
|
+
- `TargetFlag`: Flags for booking targets
|
|
223
|
+
- `FavoriteTarget`: User's favorite target references
|
|
224
|
+
- `BookingRowMetaData`: Additional metadata for booking rows
|
|
225
|
+
|
|
226
|
+
3. **Handler Layer** (Backend API endpoints)
|
|
227
|
+
- Grid data loading and saving
|
|
228
|
+
- Calendar view data
|
|
229
|
+
- Favorites management (save/delete)
|
|
230
|
+
- Target selection and filtering
|
|
231
|
+
- Release dialog and submission
|
|
232
|
+
- Representative selection and clearing
|
|
233
|
+
- Time format preferences
|
|
234
|
+
- Distribution percentage management
|
|
235
|
+
- Locked months checking
|
|
236
|
+
|
|
237
|
+
4. **Frontend Layer**
|
|
238
|
+
- AngularJS-based UI components
|
|
239
|
+
- Handsontable integration for grid display
|
|
240
|
+
- Week picker component
|
|
241
|
+
- Calendar component
|
|
242
|
+
- Sidebar for cell details
|
|
243
|
+
- Various modal dialogs (undo, release, warnings)
|
|
244
|
+
|
|
245
|
+
5. **Extension Points**
|
|
246
|
+
- `AdditionalHolidaysAppExtension`: Plugin-provided holiday calendars
|
|
247
|
+
- `TargetTimeManager`: Calculates target working hours per user/date
|
|
248
|
+
- `RepresentativeExtensionPointOnceADayTask`: Daily task for representative updates
|
|
249
|
+
- Custom filters for person and target selection
|
|
250
|
+
|
|
251
|
+
### Data Handlers
|
|
252
|
+
|
|
253
|
+
The widget communicates with the backend through multiple specialized handlers:
|
|
254
|
+
|
|
255
|
+
- **GridDataLoadHandler**: Load booking data for display
|
|
256
|
+
- **GridDataSaveHandler**: Persist time booking changes
|
|
257
|
+
- **CalendarViewDataHandler**: Provide calendar-specific data
|
|
258
|
+
- **FavoritesDataSaveHandler/DeleteHandler**: Manage favorite targets
|
|
259
|
+
- **EditReleaseDialogHandler**: Open release dialog
|
|
260
|
+
- **SubmitReleaseDialogHandler**: Process month release/revoke
|
|
261
|
+
- **RepresentativeEditHandler/ClearHandler**: Manage representative mode
|
|
262
|
+
- **DistributionPercentageWriteHandler**: Save distribution settings
|
|
263
|
+
- **TimeFormatSaveHandler**: Persist user time format preference
|
|
264
|
+
- **LockedMonthsCheckerHandler**: Validate month lock status
|
|
265
|
+
|
|
266
|
+
## Relationships to Other Widgets
|
|
267
|
+
|
|
268
|
+
The CTTS main widget is part of a larger time tracking solution that includes:
|
|
269
|
+
|
|
270
|
+
1. **Employee Report Grid Widget** (`cf.cplace.ctts.main.employeeReportGrid`)
|
|
271
|
+
- Related reporting widget for employee-centric views
|
|
272
|
+
|
|
273
|
+
2. **Employee Report Chart Widget** (`cf.cplace.ctts.main.employeeReportChart`)
|
|
274
|
+
- Visual/chart representation of employee time data
|
|
275
|
+
|
|
276
|
+
3. **Project Manager Report Grid Widget** (`cf.cplace.ctts.main.projectmanagerReportGrid`)
|
|
277
|
+
- Project-focused reporting for managers
|
|
278
|
+
|
|
279
|
+
4. **Project Manager Report Chart Widget** (`cf.cplace.ctts.main.projectmanagerReportChart`)
|
|
280
|
+
- Chart visualization for project manager reports
|
|
281
|
+
|
|
282
|
+
The main widget focuses on **data entry and individual time tracking**, while the report widgets provide **aggregated analysis and visualization** from different perspectives (employee vs. project manager).
|
|
283
|
+
|
|
284
|
+
## Prerequisites and Dependencies
|
|
285
|
+
|
|
286
|
+
### Required
|
|
287
|
+
- Access to a workspace where the CTTS app is configured
|
|
288
|
+
- User must be in an allowed group (per app configuration)
|
|
289
|
+
- At least one booking target type must be configured
|
|
290
|
+
- Workspace selection must be configured
|
|
291
|
+
|
|
292
|
+
### Optional
|
|
293
|
+
- Calendar/holiday configuration for accurate workday detection
|
|
294
|
+
- Target time configuration (via TargetTimeManager) for "should" hours display
|
|
295
|
+
- Representative permissions for booking on behalf of others
|
|
296
|
+
- Privilege group membership for editing locked periods
|
|
297
|
+
- Import permissions for bulk time data loading
|
|
298
|
+
|
|
299
|
+
## Key User Workflows
|
|
300
|
+
|
|
301
|
+
### Basic Time Entry Workflow
|
|
302
|
+
1. User opens widget → sees current week by default
|
|
303
|
+
2. Clicks "Add target" (+ button)
|
|
304
|
+
3. Selects project/activity from available targets
|
|
305
|
+
4. Enters hours in grid cells for each day
|
|
306
|
+
5. Clicks save (floppy disk icon) to persist entries
|
|
307
|
+
6. Optionally marks favorite targets with star icon
|
|
308
|
+
|
|
309
|
+
### Monthly Submission Workflow
|
|
310
|
+
1. User completes all time entries for the month
|
|
311
|
+
2. Reviews totals in sum line
|
|
312
|
+
3. Clicks "Release month" button (share icon)
|
|
313
|
+
4. Confirms release in dialog
|
|
314
|
+
5. Month becomes read-only (locked) after release
|
|
315
|
+
6. Privileged users or admins can revoke if needed
|
|
316
|
+
|
|
317
|
+
### Representative Booking Workflow
|
|
318
|
+
1. Authorized user clicks representative button
|
|
319
|
+
2. Selects person to represent from filtered list
|
|
320
|
+
3. Widget shows "Booking as: [Selected User]"
|
|
321
|
+
4. Books time on behalf of that person
|
|
322
|
+
5. Clears representative mode when done
|
|
323
|
+
|
|
324
|
+
### Time Format Toggle
|
|
325
|
+
1. User sees current format (e.g., "8:30")
|
|
326
|
+
2. Toggles switch to decimal format
|
|
327
|
+
3. Display updates to "8.5" (or "8,5" in German locale)
|
|
328
|
+
4. Preference is saved automatically for future sessions
|
|
329
|
+
|
|
330
|
+
## Summary
|
|
331
|
+
|
|
332
|
+
The `cf.cplace.ctts.main.widget` is a feature-rich, enterprise-grade time tracking widget designed for comprehensive work hour management. It combines flexible data entry (supporting multiple time units, formats, and precision levels), robust workflow controls (release/lock mechanisms), administrative capabilities (representative booking, privilege overrides), and extensive configurability to adapt to various organizational time tracking requirements. The widget serves as the primary data entry point in the CTTS solution, complemented by separate reporting widgets for analysis and visualization.
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
# Research: Widget `cf.cplace.demoWidgets.demoRichString`
|
|
2
|
+
|
|
3
|
+
**Widget ID:** `cf.cplace.demoWidgets.demoRichString`
|
|
4
|
+
**Widget Name:** Text without widget frame
|
|
5
|
+
**Repository:** main
|
|
6
|
+
**Definition Class:** `cf.cplace.platform/src/main/java/cf/cplace/platform/frontend/widgets/RichStringWithoutFrameWidgetDefinition.java`
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 1. Purpose
|
|
11
|
+
|
|
12
|
+
The `cf.cplace.demoWidgets.demoRichString` widget is a specialized text widget that displays formatted rich text content without the standard widget frame/border, creating a seamless visual integration into the page layout.
|
|
13
|
+
|
|
14
|
+
**Short Description:**
|
|
15
|
+
A frameless widget for displaying formatted rich text with an optional title, editable only through the layout settings, designed for seamless content integration into page layouts.
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
## 2. Core Functionality
|
|
20
|
+
|
|
21
|
+
### Key Characteristics
|
|
22
|
+
|
|
23
|
+
1. **Frameless Display**
|
|
24
|
+
- The widget explicitly disables the standard widget frame by returning `false` in its `showFrame()` method (RichStringWithoutFrameWidgetSubstitution.java:102-104)
|
|
25
|
+
- This creates a borderless appearance that blends seamlessly into the page
|
|
26
|
+
|
|
27
|
+
2. **Rich Text Rendering**
|
|
28
|
+
- Supports formatted text content including bold, italic, lists, links, and other rich text formatting
|
|
29
|
+
- Content is rendered using the platform's `richStringContent` function (RichStringWithoutFrameWidgetSubstitution.java:98)
|
|
30
|
+
|
|
31
|
+
3. **Edit Restrictions**
|
|
32
|
+
- Content is **only editable through the layout/widget settings**, not through direct page editing
|
|
33
|
+
- This is explicitly mentioned in the widget description: "(Editable only in layout.)"
|
|
34
|
+
|
|
35
|
+
4. **Localized Title Support**
|
|
36
|
+
- Supports multilingual titles through `LocalizedString` (RichStringWithoutFrameWidgetSubstitution.java:84-85)
|
|
37
|
+
- Titles are optional and can be configured per widget instance
|
|
38
|
+
|
|
39
|
+
5. **Fulltext Searchability**
|
|
40
|
+
- Widget content is included in fulltext search results (RichStringWithoutFrameWidgetDefinition.java:43-45)
|
|
41
|
+
|
|
42
|
+
---
|
|
43
|
+
|
|
44
|
+
## 3. Use Cases
|
|
45
|
+
|
|
46
|
+
### Primary Use Cases
|
|
47
|
+
|
|
48
|
+
1. **Static Content Sections**
|
|
49
|
+
- Displaying informational text blocks that shouldn't look like widgets
|
|
50
|
+
- Adding explanatory content that blends naturally into the page
|
|
51
|
+
- Creating instructions or help text within a page layout
|
|
52
|
+
|
|
53
|
+
2. **Visual Design & Layout**
|
|
54
|
+
- Creating clean, frame-free text sections for modern UI designs
|
|
55
|
+
- Building custom page layouts where widget borders would be visually distracting
|
|
56
|
+
- Designing landing pages or dashboards with seamless text integration
|
|
57
|
+
|
|
58
|
+
3. **Content That Rarely Changes**
|
|
59
|
+
- Since editing requires accessing layout settings (not inline editing), this widget is ideal for content that:
|
|
60
|
+
- Is set up once during page design
|
|
61
|
+
- Changes infrequently
|
|
62
|
+
- Should not be easily editable by regular users
|
|
63
|
+
|
|
64
|
+
4. **Structured Information Display**
|
|
65
|
+
- Displaying policy text, guidelines, or documentation
|
|
66
|
+
- Showing formatted announcements or notices
|
|
67
|
+
- Presenting structured content with headings, lists, and formatted text
|
|
68
|
+
|
|
69
|
+
### When NOT to Use
|
|
70
|
+
|
|
71
|
+
- **Frequently Updated Content:** The layout-only editing makes it inconvenient for content that changes often
|
|
72
|
+
- **User-Generated Content:** Not suitable for content that users need to edit directly on the page
|
|
73
|
+
- **Interactive Elements:** This is a display-only widget; use other widgets for interactive features
|
|
74
|
+
|
|
75
|
+
---
|
|
76
|
+
|
|
77
|
+
## 4. Configuration Concepts
|
|
78
|
+
|
|
79
|
+
### Main Configuration Options
|
|
80
|
+
|
|
81
|
+
The widget has three primary configuration attributes (defined in RichStringWithoutFrameWidgetSubstitution.java:26-66):
|
|
82
|
+
|
|
83
|
+
1. **Title (Localized)**
|
|
84
|
+
- **Attribute:** `localizedWidgetTitle`
|
|
85
|
+
- **Type:** `LocalizedString`
|
|
86
|
+
- **Multiplicity:** At most one (optional)
|
|
87
|
+
- **Purpose:** Optional multilingual title displayed above the content
|
|
88
|
+
- **Note:** Replaces deprecated non-localized `widgetTitle` attribute
|
|
89
|
+
|
|
90
|
+
2. **Content**
|
|
91
|
+
- **Attribute:** `content`
|
|
92
|
+
- **Type:** `RichString`
|
|
93
|
+
- **Multiplicity:** At most one (optional)
|
|
94
|
+
- **Purpose:** The main rich text content with formatting
|
|
95
|
+
- **Supports:** Bold, italic, lists, links, headings, and other rich text formatting
|
|
96
|
+
|
|
97
|
+
3. **Height**
|
|
98
|
+
- **Attribute:** `height`
|
|
99
|
+
- **Type:** `Number`
|
|
100
|
+
- **Multiplicity:** At most one (optional)
|
|
101
|
+
- **Purpose:** Fixed height for the widget (in pixels or other units)
|
|
102
|
+
- **Use Case:** Useful for creating consistent layouts with fixed-height content areas
|
|
103
|
+
|
|
104
|
+
### Customization Capabilities
|
|
105
|
+
|
|
106
|
+
- **Formatting:** Full rich text formatting through the cplace rich text editor
|
|
107
|
+
- **Multilingual Support:** Title can be localized for different languages
|
|
108
|
+
- **Size Control:** Height can be explicitly set for layout consistency
|
|
109
|
+
- **No Runtime Editing:** Content cannot be edited directly on the page, only through widget configuration
|
|
110
|
+
|
|
111
|
+
---
|
|
112
|
+
|
|
113
|
+
## 5. Context & Relationships
|
|
114
|
+
|
|
115
|
+
### Related Widgets
|
|
116
|
+
|
|
117
|
+
1. **`cf.platform.richString` (RichStringWidget)**
|
|
118
|
+
- The standard rich text widget **with a frame**
|
|
119
|
+
- Similar functionality but displays a widget border/frame
|
|
120
|
+
- Defined in RichStringWidgetDefinition.java:27
|
|
121
|
+
- Use when you want the standard widget appearance
|
|
122
|
+
|
|
123
|
+
2. **Comparison with Standard RichString Widget**
|
|
124
|
+
|
|
125
|
+
| Aspect | demoRichString (Without Frame) | richString (Standard) |
|
|
126
|
+
|--------|-------------------------------|----------------------|
|
|
127
|
+
| Frame/Border | No (`showFrame()` returns false) | Yes (default widget frame) |
|
|
128
|
+
| Visual Integration | Seamless, blends into page | Distinct widget appearance |
|
|
129
|
+
| Title Requirement | Optional (maximalOne) | Required (exactlyOne) |
|
|
130
|
+
| Use Case | Clean layouts, static content | Standard widget usage |
|
|
131
|
+
| Widget ID | `cf.cplace.demoWidgets.demoRichString` | `cf.platform.richString` |
|
|
132
|
+
|
|
133
|
+
3. **CustomRichStringAttributeWidget**
|
|
134
|
+
- Displays rich text attribute values from entities
|
|
135
|
+
- Different purpose: shows data from entity attributes rather than static configured content
|
|
136
|
+
|
|
137
|
+
### Widget Family
|
|
138
|
+
|
|
139
|
+
This widget belongs to the **text/content display widget family** within the cplace platform:
|
|
140
|
+
- Shares configuration structure with standard RichStringWidget
|
|
141
|
+
- Uses the same rendering mechanism (`richStringContent` function)
|
|
142
|
+
- Part of the platform's core widget set (defined in `cf.cplace.platform`)
|
|
143
|
+
|
|
144
|
+
### Technical Dependencies
|
|
145
|
+
|
|
146
|
+
- **App:** Platform App (`PlatformPlugin.INSTANCE().platformApp`)
|
|
147
|
+
- **Icon:** Font Awesome "fa-font" icon
|
|
148
|
+
- **Rendering:** Uses `FunctionsHelper.proxy("richStringContent", ...)` for content rendering
|
|
149
|
+
- **Entity Context:** Content rendering includes the entity UID for proper asset handling
|
|
150
|
+
|
|
151
|
+
---
|
|
152
|
+
|
|
153
|
+
## 6. Key Technical Details
|
|
154
|
+
|
|
155
|
+
### Class Structure
|
|
156
|
+
|
|
157
|
+
**Definition Class:** `RichStringWithoutFrameWidgetDefinition`
|
|
158
|
+
- Location: cf.cplace.platform/src/main/java/cf/cplace/platform/frontend/widgets/RichStringWithoutFrameWidgetDefinition.java:23
|
|
159
|
+
|
|
160
|
+
**Substitution Class:** `RichStringWithoutFrameWidgetSubstitution`
|
|
161
|
+
- Location: cf.cplace.platform/src/main/java/cf/cplace/platform/frontend/widgets/RichStringWithoutFrameWidgetSubstitution.java:24
|
|
162
|
+
- Handles content rendering and title display
|
|
163
|
+
|
|
164
|
+
### Migration Support
|
|
165
|
+
|
|
166
|
+
The widget includes migration logic for transitioning from the deprecated non-localized title to the localized version:
|
|
167
|
+
- Old: `widgetTitle` (String)
|
|
168
|
+
- New: `localizedWidgetTitle` (LocalizedString)
|
|
169
|
+
- Migration method: `migrateUnlocalizedStringToLocalizedString()` (RichStringWithoutFrameWidgetDefinition.java:91)
|
|
170
|
+
|
|
171
|
+
### Embedding Constraints
|
|
172
|
+
|
|
173
|
+
- Can only be embedded as a widget (not in other contexts)
|
|
174
|
+
- Checked via `checkIsEmbeddedAsWidget()` method (RichStringWithoutFrameWidgetDefinition.java:74)
|
|
175
|
+
|
|
176
|
+
---
|
|
177
|
+
|
|
178
|
+
## 7. Localization
|
|
179
|
+
|
|
180
|
+
The widget supports full internationalization:
|
|
181
|
+
|
|
182
|
+
**English:**
|
|
183
|
+
- Name: "Text without widget frame"
|
|
184
|
+
- Description: "A widget without frame to enter formatted text with a title. (Editable only in layout.)"
|
|
185
|
+
|
|
186
|
+
**German:**
|
|
187
|
+
- Name: "Text ohne Widget-Rahmen"
|
|
188
|
+
- Description: "Ein Widget ohne Rahmen für die Eingabe von formatiertem Text. (Nur über die Einstellungen bearbeitbar.)"
|
|
189
|
+
|
|
190
|
+
---
|
|
191
|
+
|
|
192
|
+
## Summary
|
|
193
|
+
|
|
194
|
+
The `cf.cplace.demoWidgets.demoRichString` widget is designed for displaying formatted text content that should visually blend into the page without the typical widget border. It's ideal for static or semi-static content that rarely changes, such as informational sections, guidelines, or design elements in custom page layouts. The key distinguishing feature is the absence of the widget frame, making it perfect for creating clean, modern UI designs where traditional widget borders would be visually disruptive.
|