@cplace/mcp-server 1.3.14
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 +445 -0
- package/dist/api.d.ts +178 -0
- package/dist/api.d.ts.map +1 -0
- package/dist/api.js +139 -0
- package/dist/api.js.map +1 -0
- package/dist/conditional-registration.d.ts +4 -0
- package/dist/conditional-registration.d.ts.map +1 -0
- package/dist/conditional-registration.js +70 -0
- package/dist/conditional-registration.js.map +1 -0
- package/dist/csvUtils.d.ts +7 -0
- package/dist/csvUtils.d.ts.map +1 -0
- package/dist/csvUtils.js +125 -0
- package/dist/csvUtils.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +350 -0
- package/dist/index.js.map +1 -0
- package/dist/logger.d.ts +4 -0
- package/dist/logger.d.ts.map +1 -0
- package/dist/logger.js +17 -0
- package/dist/logger.js.map +1 -0
- 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 +8 -0
- package/dist/profiles.d.ts.map +1 -0
- package/dist/profiles.js +102 -0
- package/dist/profiles.js.map +1 -0
- package/dist/searchConversion.d.ts +2 -0
- package/dist/searchConversion.d.ts.map +1 -0
- package/dist/searchConversion.js +397 -0
- package/dist/searchConversion.js.map +1 -0
- package/dist/searchSchema.d.ts +3152 -0
- package/dist/searchSchema.d.ts.map +1 -0
- package/dist/searchSchema.js +192 -0
- package/dist/searchSchema.js.map +1 -0
- package/dist/str-replace-utils.d.ts +10 -0
- package/dist/str-replace-utils.d.ts.map +1 -0
- package/dist/str-replace-utils.js +42 -0
- package/dist/str-replace-utils.js.map +1 -0
- 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 +810 -0
- package/dist/tools/board-widget.js.map +1 -0
- package/dist/tools/change-listeners.d.ts +48 -0
- package/dist/tools/change-listeners.d.ts.map +1 -0
- package/dist/tools/change-listeners.js +171 -0
- package/dist/tools/change-listeners.js.map +1 -0
- package/dist/tools/common-schemas.d.ts +3 -0
- package/dist/tools/common-schemas.d.ts.map +1 -0
- package/dist/tools/common-schemas.js +17 -0
- package/dist/tools/common-schemas.js.map +1 -0
- package/dist/tools/csv-export.d.ts +3169 -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/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/layout-richstring-widgets.d.ts +155 -0
- package/dist/tools/layout-richstring-widgets.d.ts.map +1 -0
- package/dist/tools/layout-richstring-widgets.js +270 -0
- package/dist/tools/layout-richstring-widgets.js.map +1 -0
- package/dist/tools/layout.d.ts +202 -0
- package/dist/tools/layout.d.ts.map +1 -0
- package/dist/tools/layout.js +553 -0
- package/dist/tools/layout.js.map +1 -0
- package/dist/tools/pages.d.ts +71 -0
- package/dist/tools/pages.d.ts.map +1 -0
- package/dist/tools/pages.js +364 -0
- package/dist/tools/pages.js.map +1 -0
- package/dist/tools/ppt-export-schemas.d.ts +1937 -0
- package/dist/tools/ppt-export-schemas.d.ts.map +1 -0
- package/dist/tools/ppt-export-schemas.js +141 -0
- package/dist/tools/ppt-export-schemas.js.map +1 -0
- package/dist/tools/ppt-export.d.ts +1497 -0
- package/dist/tools/ppt-export.d.ts.map +1 -0
- package/dist/tools/ppt-export.js +198 -0
- package/dist/tools/ppt-export.js.map +1 -0
- 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 +40 -0
- package/dist/tools/references.d.ts.map +1 -0
- package/dist/tools/references.js +62 -0
- package/dist/tools/references.js.map +1 -0
- package/dist/tools/richstring-widgets.d.ts +99 -0
- package/dist/tools/richstring-widgets.d.ts.map +1 -0
- package/dist/tools/richstring-widgets.js +315 -0
- package/dist/tools/richstring-widgets.js.map +1 -0
- package/dist/tools/schedule.d.ts +18 -0
- package/dist/tools/schedule.d.ts.map +1 -0
- package/dist/tools/schedule.js +46 -0
- package/dist/tools/schedule.js.map +1 -0
- 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 +3196 -0
- package/dist/tools/search.d.ts.map +1 -0
- package/dist/tools/search.js +328 -0
- package/dist/tools/search.js.map +1 -0
- package/dist/tools/system.d.ts +4 -0
- package/dist/tools/system.d.ts.map +1 -0
- package/dist/tools/system.js +88 -0
- package/dist/tools/system.js.map +1 -0
- package/dist/tools/type-layouts.d.ts +30 -0
- package/dist/tools/type-layouts.d.ts.map +1 -0
- package/dist/tools/type-layouts.js +73 -0
- package/dist/tools/type-layouts.js.map +1 -0
- package/dist/tools/type-management.d.ts +140 -0
- package/dist/tools/type-management.d.ts.map +1 -0
- package/dist/tools/type-management.js +308 -0
- package/dist/tools/type-management.js.map +1 -0
- package/dist/tools/url-resolution.d.ts +16 -0
- package/dist/tools/url-resolution.d.ts.map +1 -0
- package/dist/tools/url-resolution.js +35 -0
- package/dist/tools/url-resolution.js.map +1 -0
- package/dist/tools/users.d.ts +23 -0
- package/dist/tools/users.d.ts.map +1 -0
- package/dist/tools/users.js +51 -0
- package/dist/tools/users.js.map +1 -0
- package/dist/tools/validators.d.ts +32 -0
- package/dist/tools/validators.d.ts.map +1 -0
- package/dist/tools/validators.js +96 -0
- package/dist/tools/validators.js.map +1 -0
- package/dist/tools/version-check.d.ts +4 -0
- package/dist/tools/version-check.d.ts.map +1 -0
- package/dist/tools/version-check.js +96 -0
- package/dist/tools/version-check.js.map +1 -0
- package/dist/tools/version-history.d.ts +52 -0
- package/dist/tools/version-history.d.ts.map +1 -0
- package/dist/tools/version-history.js +156 -0
- package/dist/tools/version-history.js.map +1 -0
- package/dist/tools/widgets.d.ts +28 -0
- package/dist/tools/widgets.d.ts.map +1 -0
- package/dist/tools/widgets.js +259 -0
- package/dist/tools/widgets.js.map +1 -0
- package/dist/tools/workflow-scripts.d.ts +59 -0
- package/dist/tools/workflow-scripts.d.ts.map +1 -0
- package/dist/tools/workflow-scripts.js +274 -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 +180 -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 +74 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +4 -0
- package/dist/types.js.map +1 -0
- package/dist/url-parsing.d.ts +6 -0
- package/dist/url-parsing.d.ts.map +1 -0
- package/dist/url-parsing.js +25 -0
- package/dist/url-parsing.js.map +1 -0
- 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 +32 -0
- package/dist/utils.d.ts.map +1 -0
- package/dist/utils.js +375 -0
- package/dist/utils.js.map +1 -0
- package/dist/widget-specifications/CLAUDE.md +288 -0
- package/dist/widget-specifications/DOCUMENTATION-STATUS.md +427 -0
- package/dist/widget-specifications/GENERATING-FROM-RESEARCH.md +61 -0
- package/dist/widget-specifications/WIDGET-TAGGING-SCHEME.md +218 -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-lowCodeWidgets-lowCodeText/research.md +176 -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 +169 -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 +108 -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 +149 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeText/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeText/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeText/_overview.md +94 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeText/_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 +3 -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 +3 -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/_implementation.md +11 -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.platform.tableWidget/columns.md +16 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/displayOptions.md +12 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/multiSortColumns.md +16 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/search.md +21 -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 +72 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/attributeName.md +12 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/search.md +17 -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 +72 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/attributeName.md +12 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/search.md +12 -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 +16 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/multiSortColumns.md +16 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/search.md +21 -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 +70 -0
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
The Multi Gantt Chart widget displays any number of schedules at the same time, which are pre-selected in the widget configuration. It aggregates multiple schedules into a unified timeline visualization, enabling stakeholders to see consolidated project timelines at a glance.
|
|
4
|
+
|
|
5
|
+
**Use when**:
|
|
6
|
+
- Building project dashboards that need to show all associated schedules
|
|
7
|
+
- Creating portfolio-level views across multiple projects or programs
|
|
8
|
+
- Providing executive summaries of timeline status across organizational units
|
|
9
|
+
|
|
10
|
+
**Alternatives**:
|
|
11
|
+
- **Single Gantt Link**: When you only need to preview a single schedule
|
|
12
|
+
- **Schedule Tree Table**: When tabular WBS data is more appropriate than timeline visualization
|
|
13
|
+
|
|
14
|
+
## Use Cases
|
|
15
|
+
|
|
16
|
+
### Project Timeline Dashboard
|
|
17
|
+
A project manager needs visibility into all schedules related to their project. The Multi-Gantt consolidates schedules that are either direct children of the project or linked through additional associations, presenting them in one interactive timeline.
|
|
18
|
+
|
|
19
|
+
### Portfolio Overview
|
|
20
|
+
Program managers and executives need to monitor multiple projects simultaneously. The widget can aggregate schedules across a filtered set of projects, enabling cross-project timeline comparison and dependency awareness.
|
|
21
|
+
|
|
22
|
+
### Status Reporting Views
|
|
23
|
+
For stakeholder communication, a read-only aggregated view provides timeline context without the risk of accidental modifications. This supports status meetings and reporting workflows where visibility matters more than editability.
|
|
24
|
+
|
|
25
|
+
## Behavior and Capabilities
|
|
26
|
+
|
|
27
|
+
### Schedule Aggregation
|
|
28
|
+
The widget discovers schedules through search-based filtering. This allows flexible aggregation strategies:
|
|
29
|
+
- Schedules directly owned by a project
|
|
30
|
+
- Schedules linked through reference attributes
|
|
31
|
+
- Schedules matching arbitrary search criteria
|
|
32
|
+
|
|
33
|
+
The dual-path discovery pattern (parent reference OR link reference) is common, ensuring schedules are found regardless of how they relate to the containing page.
|
|
34
|
+
|
|
35
|
+
### Expansion Control
|
|
36
|
+
Users can control how much detail appears initially. The widget supports starting fully expanded (all tasks visible), partially expanded (schedule headers visible, tasks hidden), or fully collapsed (compact summary). This lets designers balance information density against cognitive load.
|
|
37
|
+
|
|
38
|
+
### Read-Only Mode
|
|
39
|
+
The widget can operate in read-only mode, preventing inline edits while preserving visualization and navigation capabilities. This is essential for aggregation views where editing should happen at the individual schedule level.
|
|
40
|
+
|
|
41
|
+
### Cross-Schedule Dependencies
|
|
42
|
+
Dependency relationships between schedules can be shown or hidden. Showing dependencies reveals cross-schedule coordination requirements; hiding them reduces visual complexity for overview purposes.
|
|
43
|
+
|
|
44
|
+
### Sorting
|
|
45
|
+
Schedules can be ordered by various attributes, most commonly by name for intuitive alphabetical navigation.
|
|
46
|
+
|
|
47
|
+
## Design Considerations
|
|
48
|
+
|
|
49
|
+
### Information Density Trade-offs
|
|
50
|
+
Aggregating many schedules creates information overload risk. Design decisions to mitigate this:
|
|
51
|
+
- Start collapsed to give users control over what they expand
|
|
52
|
+
- Hide cross-links in overview contexts to reduce visual noise
|
|
53
|
+
- Use read-only mode to signal "viewing" rather than "editing" intent
|
|
54
|
+
|
|
55
|
+
### Editing Context
|
|
56
|
+
Multi-Gantt is fundamentally an aggregation view. While it can support editing, the recommended pattern is to use it for overview and navigation, directing users to individual schedule views for detailed editing. This prevents confusion about which schedule they're modifying.
|
|
57
|
+
|
|
58
|
+
### Performance Awareness
|
|
59
|
+
Large aggregations (many schedules with many tasks) can impact performance. For portfolio-level views spanning many projects, consider filtering strategies or pagination approaches to keep the visualization responsive.
|
|
60
|
+
|
|
61
|
+
### Search Filter Design
|
|
62
|
+
The search mechanism is powerful but requires careful filter construction. The common pattern of searching for schedules via multiple reference paths (parent AND link) provides flexibility but adds complexity. Test filter logic thoroughly before deployment.
|
|
63
|
+
|
|
64
|
+
## Related Widgets
|
|
65
|
+
|
|
66
|
+
### Single Gantt Link
|
|
67
|
+
**Single Gantt Link** provides a lightweight preview of a single schedule. Use it when embedding schedule context without the full multi-schedule aggregation overhead. It's a simpler choice when only one schedule is relevant.
|
|
68
|
+
|
|
69
|
+
### Schedule Tree Table
|
|
70
|
+
**Schedule Tree Table** presents WBS (Work Breakdown Structure) data in tabular form rather than timeline form. Choose it when users need to see task details, assignments, or other attributes that don't fit well in a Gantt visualization.
|
|
71
|
+
|
|
72
|
+
### Complementary Pattern
|
|
73
|
+
A common layout pattern places Multi-Gantt on a dedicated "Timeline" or "Gantt" tab, keeping the main page cleaner while providing focused timeline access. This separates timeline visualization from other project information widgets.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Displays any number of schedules at the same time, which are pre-selected in the widget configuration. Use for project dashboards, portfolio views, or executive summaries showing consolidated timelines across multiple schedules.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.projektplanung.scheduleTreeTable",
|
|
3
|
+
"Description": "{\"en\":\"Shows tasks and milestones of one or more schedules in a tree table.\",\"de\":\"Zeigt Vorgänge und Meilensteine eines oder mehrerer Pläne in einer Strukturtabelle an.\"}",
|
|
4
|
+
"Localized Name": "{\"en\":\"Structured Table for Schedules\",\"de\":\"Strukturtabelle für Pläne\"}",
|
|
5
|
+
"Icon": "cf-widget",
|
|
6
|
+
"Plugin": "cf.cplace.projektplanung",
|
|
7
|
+
"App": "cf.cplace.projektplanung.projektplanungBasic",
|
|
8
|
+
"Localized App Name": "{\"en\":\"Project Planning (Basic)\",\"de\":\"Projektplanung (Basis)\"}",
|
|
9
|
+
"Repository": "cplace-project-planning",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": null
|
|
12
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
The Structured Table for Schedules widget shows tasks and milestones of one or more schedules in a tree table. It displays a schedule's work breakdown structure (WBS) as an interactive, hierarchical table, providing a spreadsheet-like interface where users can view and edit task properties while navigating through the project hierarchy using expand/collapse controls.
|
|
4
|
+
|
|
5
|
+
**Use when**: Users need to work with task data in a structured, tabular format. This is ideal for data-centric editing tasks such as updating dates, durations, progress percentages, and assignments across multiple tasks. The familiar spreadsheet paradigm makes it accessible to users who prefer working with rows and columns over visual timelines.
|
|
6
|
+
|
|
7
|
+
**Alternatives**:
|
|
8
|
+
- **Single Gantt Link**: When timeline visualization and dependency relationships are more important than tabular editing
|
|
9
|
+
- **Embedded Search as Table**: When displaying a flat list of tasks without hierarchical structure
|
|
10
|
+
- **Multi-Gantt**: When aggregating tasks across multiple schedules in a timeline view
|
|
11
|
+
|
|
12
|
+
## Use Cases
|
|
13
|
+
|
|
14
|
+
### Project Managers Updating Task Details
|
|
15
|
+
A project manager needs to update start dates, end dates, and progress percentages for multiple tasks. The tabular format allows rapid data entry, similar to working in a spreadsheet, without needing to open each task individually.
|
|
16
|
+
|
|
17
|
+
### Work Breakdown Structure Review
|
|
18
|
+
During planning sessions, teams review the complete task hierarchy to ensure nothing is missing. The expandable tree structure lets them drill down into specific areas while maintaining context of the overall project structure.
|
|
19
|
+
|
|
20
|
+
### Status Reporting and Progress Tracking
|
|
21
|
+
Managers review task completion status across the project. The tabular view provides a quick scan of progress percentages and status indicators, making it easy to identify tasks that are behind schedule.
|
|
22
|
+
|
|
23
|
+
### Resource Assignment
|
|
24
|
+
When assigning team members to tasks, the table format allows users to see all assignments at once and make bulk updates to the responsible person column.
|
|
25
|
+
|
|
26
|
+
## Behavior and Capabilities
|
|
27
|
+
|
|
28
|
+
### Hierarchical Navigation
|
|
29
|
+
The widget presents tasks in a tree structure that mirrors the project's work breakdown structure. Parent tasks can be expanded to reveal child tasks, and the entire hierarchy can be navigated through expand/collapse controls. This preserves the logical grouping of work while allowing users to focus on specific areas.
|
|
30
|
+
|
|
31
|
+
### Inline Editing
|
|
32
|
+
Unlike read-only table views, the Schedule Tree Table supports direct editing of task properties within the table cells. Users can modify values without navigating away from the overview, enabling efficient bulk updates.
|
|
33
|
+
|
|
34
|
+
### Schedule Context Awareness
|
|
35
|
+
The widget understands its context within cplace. It can automatically display tasks from the schedule page it's embedded in, or it can be configured to find schedules through search criteria or reference attributes. This flexibility allows the same widget to serve different architectural patterns.
|
|
36
|
+
|
|
37
|
+
### Automatic Column Selection
|
|
38
|
+
Standard schedule-relevant columns are included automatically, covering the essential task properties: names, dates, durations, progress, status indicators, and assignments. This reduces configuration overhead while ensuring users see the information they need.
|
|
39
|
+
|
|
40
|
+
## Design Considerations
|
|
41
|
+
|
|
42
|
+
### When to Choose Tree Table Over Gantt
|
|
43
|
+
The Tree Table and Gantt views represent complementary perspectives on the same data:
|
|
44
|
+
|
|
45
|
+
- **Choose Tree Table** when users primarily need to edit data values, perform bulk updates, or review detailed properties across many tasks. The tabular format excels at data manipulation.
|
|
46
|
+
|
|
47
|
+
- **Choose Gantt** when users need to understand temporal relationships, visualize dependencies, or see how tasks fit together on a timeline. The visual format excels at schedule comprehension.
|
|
48
|
+
|
|
49
|
+
Many solutions offer both views, allowing users to switch based on their current task.
|
|
50
|
+
|
|
51
|
+
### Height and Scrolling Trade-offs
|
|
52
|
+
Fixed height widgets create predictable layouts but require scrolling for large schedules. Consider the typical schedule size in your solution:
|
|
53
|
+
- Smaller heights keep the widget compact but require more scrolling
|
|
54
|
+
- Larger heights show more tasks at once but consume more screen space
|
|
55
|
+
- Very large schedules may benefit from pagination or filtering strategies
|
|
56
|
+
|
|
57
|
+
### Placement in Layout Architecture
|
|
58
|
+
The Tree Table works well as a dedicated view within a tabbed layout. This separates the data-editing interface from other schedule views, letting users consciously choose their working mode. Placing it alongside a Gantt view on the same page can create visual competition and cognitive overload.
|
|
59
|
+
|
|
60
|
+
### Performance with Large Hierarchies
|
|
61
|
+
Deeply nested or very wide hierarchies may affect rendering performance. For schedules with hundreds of tasks, consider whether users actually need to see the entire structure at once, or whether filtering and drill-down patterns would serve them better.
|
|
62
|
+
|
|
63
|
+
### Permission Boundaries
|
|
64
|
+
Inline editing requires write permissions on the underlying tasks. The widget gracefully handles read-only access by displaying data without edit controls, but designers should consider whether users on a particular layout will have the necessary permissions.
|
|
65
|
+
|
|
66
|
+
## Related Widgets
|
|
67
|
+
|
|
68
|
+
### Single Gantt Link
|
|
69
|
+
A timeline-focused view of the same schedule data. While the Tree Table emphasizes data manipulation, the Gantt emphasizes visual scheduling. They complement each other and are often offered as alternative views of the same schedule.
|
|
70
|
+
|
|
71
|
+
### Multi-Gantt
|
|
72
|
+
Aggregates tasks from multiple schedules into a single timeline view. Where the Tree Table focuses on one schedule's detailed structure, the Multi-Gantt provides cross-project visibility. They serve different analytical needs.
|
|
73
|
+
|
|
74
|
+
### Embedded Search as Table
|
|
75
|
+
A general-purpose table widget that can display any search results. Unlike the Tree Table, it doesn't understand hierarchical relationships or provide the specialized schedule-aware features. Use it when you need a flat task list without WBS navigation.
|
|
76
|
+
|
|
77
|
+
### Layout Tabs Widget
|
|
78
|
+
Often used as a container to offer users a choice between Tree Table and Gantt views. The fixed-height nature of the Tree Table works well within tabbed layouts where content area consistency matters.
|
|
79
|
+
|
|
80
|
+
## Data Model Context
|
|
81
|
+
|
|
82
|
+
The Schedule Tree Table operates on the cplace scheduling data model. It displays Activities and Milestones that belong to a Schedule, automatically traversing the parent-child relationships to build the tree structure. The widget understands how tasks nest within each other and represents this hierarchy through indentation and expand/collapse controls.
|
|
83
|
+
|
|
84
|
+
This tight integration with the scheduling data model means the widget requires the Project Planning plugin (cf.projektplanung namespace) and must have access to a valid schedule context to function.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Shows tasks and milestones of one or more schedules in a tree table. Use when users need spreadsheet-like editing of task properties (dates, progress, assignments) while navigating the project hierarchy.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.projektplanung.singleGantt",
|
|
3
|
+
"Description": "{\"en\":\"Gantt chart of all tasks and milestones of this schedule.\",\"de\":\"Gantt-Diagramm aller Vorgänge und Meilensteine dieses Plans.\"}",
|
|
4
|
+
"Localized Name": "{\"en\":\"Gantt chart\",\"de\":\"Gantt-Diagramm\"}",
|
|
5
|
+
"Icon": "cf-widget",
|
|
6
|
+
"Plugin": "cf.cplace.projektplanung",
|
|
7
|
+
"App": "cf.cplace.projektplanung.projektplanungBasic",
|
|
8
|
+
"Localized App Name": "{\"en\":\"Project Planning (Basic)\",\"de\":\"Projektplanung (Basis)\"}",
|
|
9
|
+
"Repository": "cplace-project-planning",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": null
|
|
12
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
The Gantt chart widget displays a Gantt chart of all tasks and milestones of this schedule. It automatically identifies the schedule context by traversing the page hierarchy upward to find the parent schedule, making it ideal for embedding on schedule-related pages without manual configuration.
|
|
4
|
+
|
|
5
|
+
The widget provides complete Gantt chart functionality including task visualization, dependencies, timeline management, and optional inline editing capabilities. It can be configured with time range settings (absolute or relative dates), display options for initial expansion state, read-only mode, and control over cross-linked external tasks.
|
|
6
|
+
|
|
7
|
+
## Use Cases
|
|
8
|
+
|
|
9
|
+
- Display a comprehensive Gantt chart view on a schedule page directly
|
|
10
|
+
- Show the parent schedule's Gantt view when viewing task or milestone detail pages
|
|
11
|
+
- Provide context-aware Gantt visualization on custom pages within a schedule hierarchy
|
|
12
|
+
- Enable visual project planning with timeline views for users working within a single project
|
|
13
|
+
|
|
14
|
+
## Design Considerations
|
|
15
|
+
|
|
16
|
+
Use the Single Gantt widget when you want automatic schedule detection based on the current page context. This is the preferred choice for schedule-centric views where users are working within a single project or schedule.
|
|
17
|
+
|
|
18
|
+
The widget can be embedded on any page within a schedule's hierarchy - it will recursively traverse up the page hierarchy to find the parent schedule. This allows for flexible placement without requiring manual schedule configuration.
|
|
19
|
+
|
|
20
|
+
Note that the Single Gantt widget cannot coexist with another Single Gantt or Multi Gantt widget on the same page. Configuration changes require a full page reload rather than inline updates due to the Gantt diagram's rendering mechanism.
|
|
21
|
+
|
|
22
|
+
The "Without Cross-Links" option (enabled by default) controls whether tasks linked from outside the selected schedule are loaded, which affects performance and scope of displayed data.
|
|
23
|
+
|
|
24
|
+
## Related Patterns/Alternatives
|
|
25
|
+
|
|
26
|
+
- **Multi Gantt Widget** (`cf.projektplanung.gantt`): Displays multiple schedules simultaneously with explicit schedule selection, ideal for dashboards and cross-project comparisons
|
|
27
|
+
- **Schedule Tree Widget** (`cf.cplace.projektplanung.scheduleTree`): Provides hierarchical view of schedules in tree/table format without timeline visualization
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Displays a Gantt chart of all tasks and milestones of this schedule, automatically detecting the schedule context from the page hierarchy. It provides visual project planning capabilities with timeline visualization, task dependencies, and milestone tracking for a single schedule.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.projektplanung.singleGanttLink",
|
|
3
|
+
"Description": "{\"en\":\"A button that opens a Gantt chart in a new browser tab.\",\"de\":\"Eine Schaltfläche, die ein Gantt-Diagramm in einem neuen Browser-Tab öffnet.\"}",
|
|
4
|
+
"Localized Name": "{\"en\":\"Open Gantt Chart\",\"de\":\"Gantt-Diagramm öffnen\"}",
|
|
5
|
+
"Icon": "cf-widget",
|
|
6
|
+
"Plugin": "cf.cplace.projektplanung",
|
|
7
|
+
"App": "cf.cplace.projektplanung.projektplanungBasic",
|
|
8
|
+
"Localized App Name": "{\"en\":\"Project Planning (Basic)\",\"de\":\"Projektplanung (Basis)\"}",
|
|
9
|
+
"Repository": "cplace-project-planning",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": null
|
|
12
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
The Open Gantt Chart widget provides a button that opens a Gantt chart in a new browser tab. Rather than offering complete scheduling functionality inline, it acts as a visual entry point to the full Gantt chart experience, giving users immediate visual context while inviting them to explore the detailed view.
|
|
4
|
+
|
|
5
|
+
**Use when**: You need to show a timeline teaser on overview or summary pages that links to the detailed Gantt experience. Ideal for default layouts where users want a quick visual sense of the schedule without the overhead of a full Gantt interface.
|
|
6
|
+
|
|
7
|
+
**Alternatives**:
|
|
8
|
+
- **Multi-Gantt** - When displaying multiple schedules in an aggregated view
|
|
9
|
+
- **Schedule Tree Table** - When users need a tabular WBS structure with inline editing rather than a visual timeline
|
|
10
|
+
|
|
11
|
+
## Use Cases
|
|
12
|
+
|
|
13
|
+
### Schedule Overview Dashboard
|
|
14
|
+
On a schedule's default page, users often want to see the timeline at a glance without committing to the full Gantt interface. The Single Gantt Link provides this preview, letting users quickly assess timeline health before deciding to dive deeper.
|
|
15
|
+
|
|
16
|
+
### Project Summary Pages
|
|
17
|
+
When creating executive summaries or project portfolio views that show one schedule per project, this widget offers a lightweight way to include timeline information without the performance cost of rendering a full Gantt for each project.
|
|
18
|
+
|
|
19
|
+
### Navigation-Oriented Layouts
|
|
20
|
+
In layouts designed around progressive disclosure, the Single Gantt Link serves as the visual "hook" that draws users toward the detailed Gantt view. It answers "what does the timeline look like?" and invites the follow-up question "what are the details?"
|
|
21
|
+
|
|
22
|
+
### Read-Only Timeline Preview
|
|
23
|
+
For stakeholders who need to see the timeline but don't need editing capabilities, this widget provides appropriate visual information without exposing planning controls.
|
|
24
|
+
|
|
25
|
+
## Behavior and Capabilities
|
|
26
|
+
|
|
27
|
+
### Schedule Source Selection
|
|
28
|
+
The widget can obtain its schedule data through three mechanisms:
|
|
29
|
+
- **Embedding context**: Uses the current page as the schedule, ideal when the widget lives directly on a schedule page
|
|
30
|
+
- **Search-based selection**: Finds the appropriate schedule through search criteria, useful when embedding previews on related pages
|
|
31
|
+
- **Reference following**: Traverses a reference attribute to locate the schedule, enabling indirect relationships
|
|
32
|
+
|
|
33
|
+
### Timeline Rendering
|
|
34
|
+
The widget renders the schedule's task hierarchy as a Gantt timeline, displaying activities as bars and milestones as diamonds. The rendering is intentionally simplified compared to the full Gantt view, prioritizing quick comprehension over exhaustive detail.
|
|
35
|
+
|
|
36
|
+
### Dependency Visualization
|
|
37
|
+
Cross-links between tasks (dependency arrows) can be shown or hidden. Hiding them results in a cleaner, less cluttered preview that's easier to scan quickly.
|
|
38
|
+
|
|
39
|
+
### Navigation Behavior
|
|
40
|
+
The "Link" in the widget name reflects its primary interaction model: clicking the preview navigates users to the full Gantt view where they can perform detailed planning and editing.
|
|
41
|
+
|
|
42
|
+
## Design Considerations
|
|
43
|
+
|
|
44
|
+
### Preview vs. Full Experience Trade-off
|
|
45
|
+
This widget deliberately sacrifices functionality for simplicity. It answers "what does the timeline look like?" but not "how do I edit this task?" This separation of concerns keeps overview pages fast and focused while reserving the full feature set for dedicated planning views.
|
|
46
|
+
|
|
47
|
+
Consider hiding dependency arrows in preview contexts. While dependencies are crucial for planning, they add visual complexity that can overwhelm a quick preview. The full Gantt view remains available for users who need dependency information.
|
|
48
|
+
|
|
49
|
+
### Performance Implications
|
|
50
|
+
As a lightweight preview widget, Single Gantt Link is designed for fast loading. This makes it suitable for pages where users expect quick access to information, such as default layouts or dashboard contexts. Avoid overloading the same page with multiple heavyweight widgets if this preview is meant to stay snappy.
|
|
51
|
+
|
|
52
|
+
### Context Requirements
|
|
53
|
+
The widget requires schedule context to function. When placing it on non-schedule pages, you must configure how the widget should find its schedule (through search or reference). On schedule pages, the embedding context typically provides the needed information automatically.
|
|
54
|
+
|
|
55
|
+
### Plugin Dependency
|
|
56
|
+
This widget is part of the Project Planning plugin (cf.projektplanung namespace). It's only available in workspaces where this plugin is installed and will not function in generic cplace environments.
|
|
57
|
+
|
|
58
|
+
## Related Widgets
|
|
59
|
+
|
|
60
|
+
### Within the Gantt Widget Family
|
|
61
|
+
|
|
62
|
+
**Schedule Tree Table**: While Single Gantt Link provides a visual timeline preview, the Schedule Tree Table offers a tabular WBS view with inline editing capabilities. These widgets often coexist in different tabs or layouts, serving different interaction needs for the same schedule data.
|
|
63
|
+
|
|
64
|
+
**Multi-Gantt**: When you need to visualize multiple schedules together (such as a portfolio view across projects), the Multi-Gantt widget handles aggregation. Single Gantt Link is specifically scoped to one schedule, making it simpler but less flexible for cross-project views.
|
|
65
|
+
|
|
66
|
+
### Complementary Widgets
|
|
67
|
+
|
|
68
|
+
**Layout Tabs Widget**: Single Gantt Link works well alongside Layout Tabs, providing immediate timeline context on the overview while tabs offer navigation to the full Gantt, board view, or other specialized layouts. Users see the preview first and can expand or switch tabs as needed.
|
|
69
|
+
|
|
70
|
+
**Attribute Widgets**: Overview layouts typically pair the timeline preview with key attribute displays (status, dates, owner) to give users a complete picture without requiring navigation.
|
|
71
|
+
|
|
72
|
+
## Layout Context
|
|
73
|
+
|
|
74
|
+
The Single Gantt Link typically appears on schedule default layouts as a visual centerpiece, positioned after status information and summary attributes but before navigation elements like tabs. This placement supports a progressive disclosure pattern:
|
|
75
|
+
|
|
76
|
+
1. Quick facts (attributes, status indicators)
|
|
77
|
+
2. Visual timeline preview (this widget)
|
|
78
|
+
3. Navigation to detailed views (tabs, links)
|
|
79
|
+
|
|
80
|
+
This arrangement lets users get immediate visual context while making deeper exploration easily accessible.
|
|
81
|
+
|
|
82
|
+
## Data Model Context
|
|
83
|
+
|
|
84
|
+
The widget visualizes the task hierarchy within a schedule. Schedules contain activities (which can nest into sub-tasks) and milestones, all rendered as timeline elements. The hierarchical structure appears in the Gantt's vertical organization, while temporal relationships (start dates, durations, deadlines) drive the horizontal positioning.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
A button that opens a Gantt chart in a new browser tab. Use on overview pages to show a quick visual sense of the schedule without the overhead of a full Gantt interface.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "de.2lforge.curves.widget",
|
|
3
|
+
"Description": null,
|
|
4
|
+
"Localized Name": "{\"en\":\"Curves\",\"de\":\"Curves\"}",
|
|
5
|
+
"Icon": "cf-widget",
|
|
6
|
+
"Plugin": "de.toolforge.curves",
|
|
7
|
+
"App": "de.toolforge.curves",
|
|
8
|
+
"Localized App Name": "{\"en\":\"2lf CURVES App\",\"de\":\"2lf CURVES App\"}",
|
|
9
|
+
"Repository": "cplace-2lforge-curves",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": null
|
|
12
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
The Curves widget is a comprehensive solution for time-based resource planning and capacity visualization. It displays numeric values distributed across time intervals for multiple entities simultaneously, combining an interactive table with synchronized charts for the same data. The widget enables users to view, analyze, and directly edit time-bound numeric data with support for flexible interval configurations (days, weeks, months, quarters, years, or custom dynamic intervals).
|
|
4
|
+
|
|
5
|
+
## Use Cases
|
|
6
|
+
|
|
7
|
+
### Resource Capacity Planning
|
|
8
|
+
Track team member availability across weeks or months, visualize allocation percentages over time, and identify over-allocation or gaps in resource coverage.
|
|
9
|
+
|
|
10
|
+
### Project Workload Visualization
|
|
11
|
+
Display project effort distribution across time, compare planned vs. actual effort by time period, and aggregate workload across multiple projects or teams.
|
|
12
|
+
|
|
13
|
+
### Financial Planning and Budgeting
|
|
14
|
+
Track budget allocation across fiscal quarters, visualize cost distribution over project timeline, and monitor cumulative spending patterns.
|
|
15
|
+
|
|
16
|
+
### Multi-Type Time-Series Comparison
|
|
17
|
+
Compare different metrics (effort, cost, FTE) side-by-side, analyze multiple entity types with distinct visualizations, and stack or layer different data series in charts.
|
|
18
|
+
|
|
19
|
+
### Hierarchical Reporting
|
|
20
|
+
Group data by custom hierarchies (departments, categories, etc.), display aggregated sums at different hierarchy levels, and filter and focus on specific hierarchy branches.
|
|
21
|
+
|
|
22
|
+
## Operating Modes
|
|
23
|
+
|
|
24
|
+
### Dual View Mode
|
|
25
|
+
The widget simultaneously displays data in two synchronized views: an interactive table (Handsontable) for detailed data manipulation and charts (Highcharts) for visual trend analysis. Users can edit values directly in the table when permissions allow, with changes reflected in real-time.
|
|
26
|
+
|
|
27
|
+
### Table-Only Mode
|
|
28
|
+
Configure the widget to display only the table view by setting the chart type to `NONE`, useful when detailed numeric values are more important than visual trends.
|
|
29
|
+
|
|
30
|
+
## Data Patterns
|
|
31
|
+
|
|
32
|
+
### Interval-Based Data
|
|
33
|
+
Works with pages that have start/end date attributes and a numeric value attribute. For example, tasks with start date, end date, and effort/cost values.
|
|
34
|
+
|
|
35
|
+
### Time-Bounded Resources
|
|
36
|
+
Supports pages with special time-bounded attributes that store values for specific date ranges, enabling more advanced patterns for fine-grained temporal data.
|
|
37
|
+
|
|
38
|
+
## Design Considerations
|
|
39
|
+
|
|
40
|
+
### When to Use This Widget
|
|
41
|
+
Choose the Curves widget when you need to:
|
|
42
|
+
- Visualize how numeric values are distributed across time periods
|
|
43
|
+
- Enable users to directly edit time-based allocations
|
|
44
|
+
- Compare multiple entities or types in a unified view
|
|
45
|
+
- See both detailed data (table) and trends (charts) simultaneously
|
|
46
|
+
- Work with configurable time granularity (from days to years)
|
|
47
|
+
- Aggregate and sum data across multiple dimensions
|
|
48
|
+
|
|
49
|
+
### Time Configuration Flexibility
|
|
50
|
+
The widget supports both absolute dates (fixed start/end) and relative dates (e.g., last 3 months, next 6 weeks). Time intervals can be standard periods (day, week, month, quarter, year) or custom dynamic intervals defined by another search.
|
|
51
|
+
|
|
52
|
+
### Multiple Type Configurations
|
|
53
|
+
Configure multiple type configurations simultaneously to display different entity types or metrics in the same view, each with its own visualization style, color, and aggregation settings.
|
|
54
|
+
|
|
55
|
+
### Hierarchical Grouping
|
|
56
|
+
Enable grouping by attribute values (enum values, references, or other attributes) to create hierarchical structure in the table with aggregated sums at each hierarchy level.
|
|
57
|
+
|
|
58
|
+
## Common Pitfalls
|
|
59
|
+
|
|
60
|
+
- **Insufficient Time Range**: Ensure the configured date range is appropriate for the interval type. Very short date ranges with large intervals (e.g., 2 weeks with monthly intervals) may result in minimal data display.
|
|
61
|
+
- **Missing Type Configuration**: At least one type configuration must be selected for the widget to be functional.
|
|
62
|
+
- **Dynamic Interval Configuration**: When using dynamic intervals, both the dynamic interval search and attribute must be properly configured.
|
|
63
|
+
- **Permission Requirements**: In-place editing only works when users have appropriate permissions on the entities being displayed.
|
|
64
|
+
|
|
65
|
+
## Related Widgets
|
|
66
|
+
|
|
67
|
+
The Curves widget can connect to table widgets for selection synchronization and supports external page provider widgets for dynamic data sources. It publishes events for data changes and responds to table selection events, enabling master-detail patterns.
|
|
68
|
+
|
|
69
|
+
## Related Patterns
|
|
70
|
+
|
|
71
|
+
- **Connected Selection**: Link the Curves widget to a table widget to synchronize selections and filter displayed data based on user selection.
|
|
72
|
+
- **Dynamic Intervals**: Instead of fixed periods, define custom intervals from milestone or phase pages for irregular time periods that match project structure.
|
|
73
|
+
- **Target Range Overlay**: Define min/max target values to create a color-coded range band on charts, helping identify over/under-capacity situations.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
A time-series data visualization and planning widget that displays resource allocation, workload, or numeric values across configurable time intervals in both tabular and chart formats. Use for capacity planning, resource management, and temporal data analysis with support for hierarchical grouping and in-place editing.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "de.2lforge.toolbar.datePickerWidget",
|
|
3
|
+
"Description": null,
|
|
4
|
+
"Localized Name": "{\"en\":\"datePickerWidget\",\"de\":\"datePickerWidget\"}",
|
|
5
|
+
"Icon": "cf-widget",
|
|
6
|
+
"Plugin": "de.toolforge.toolbar",
|
|
7
|
+
"App": "de.toolforge.toolbar",
|
|
8
|
+
"Localized App Name": "{\"en\":\"ToolbarApp\",\"de\":\"ToolbarApp\"}",
|
|
9
|
+
"Repository": "cplace-2lforge-toolbar",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": null
|
|
12
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
The Date Picker Widget provides a reusable, toolbar-integrated date picker component that allows users to select a single date through an interactive calendar interface. When clicked, the toolbar button opens a dropdown containing a calendar based on bootstrap-datepicker, with optional quick selection shortcuts for dates relative to today.
|
|
4
|
+
|
|
5
|
+
The widget provides visual state indicators showing whether the date has been changed from the default value and displays validation errors for invalid dates. A reset capability allows users to quickly return to the default value with one click.
|
|
6
|
+
|
|
7
|
+
## Use Cases
|
|
8
|
+
|
|
9
|
+
### Date Selection in Reports and Filters
|
|
10
|
+
When users need to filter data by a specific date or generate reports for a particular day:
|
|
11
|
+
- Selecting a report generation date
|
|
12
|
+
- Filtering project milestones by date
|
|
13
|
+
- Setting a deadline or due date
|
|
14
|
+
- Choosing a start date for an analysis period
|
|
15
|
+
|
|
16
|
+
### Quick Date Navigation
|
|
17
|
+
When users frequently need to select dates relative to today without clicking through calendar months:
|
|
18
|
+
- Selecting "10 days from now" for follow-up tasks
|
|
19
|
+
- Choosing "yesterday" for daily reports
|
|
20
|
+
- Setting "30 days ago" as a lookback period start
|
|
21
|
+
- Quick selection of dates like "100 days from today" for long-term planning
|
|
22
|
+
|
|
23
|
+
### Date Input in Custom Pages
|
|
24
|
+
When building custom pages that require date input as part of a form or configuration interface:
|
|
25
|
+
- Configuration dialogs requiring date parameters
|
|
26
|
+
- Custom workflow forms with date fields
|
|
27
|
+
- Dashboard filters with date selection
|
|
28
|
+
|
|
29
|
+
### Default Date with User Override
|
|
30
|
+
When a default date should be suggested but users need the ability to change it easily:
|
|
31
|
+
- Forms pre-filled with "today" that can be adjusted
|
|
32
|
+
- Date fields with calculated defaults (e.g., project end date based on duration)
|
|
33
|
+
- Reset functionality to quickly return to the default value
|
|
34
|
+
|
|
35
|
+
## Design Considerations
|
|
36
|
+
|
|
37
|
+
### When to Use This Widget
|
|
38
|
+
- You need a single date selection in a toolbar or form
|
|
39
|
+
- A calendar interface improves usability over text input
|
|
40
|
+
- You want visual feedback for changed/invalid states
|
|
41
|
+
- Users benefit from relative date shortcuts
|
|
42
|
+
|
|
43
|
+
### Technical Considerations
|
|
44
|
+
- All dates are normalized to midnight local time
|
|
45
|
+
- Built-in validation for Date objects (null or valid Date only)
|
|
46
|
+
- Widget tracks changes from default and allows reset
|
|
47
|
+
- Date restrictions in picker options may not work correctly with relative date buttons
|
|
48
|
+
- Only single date selection is supported (multidate not available)
|
|
49
|
+
|
|
50
|
+
## Common Pitfalls
|
|
51
|
+
|
|
52
|
+
- Using date restriction options (like startDate or daysOfWeekDisabled) in combination with relative date shortcuts - these are not fully compatible
|
|
53
|
+
- Expecting multidate selection support - this widget only supports single date selection
|
|
54
|
+
- Not accounting for timezone normalization - dates are stored at midnight local time
|
|
55
|
+
|
|
56
|
+
## Alternatives
|
|
57
|
+
|
|
58
|
+
| Alternative | When to Use |
|
|
59
|
+
|-------------|-------------|
|
|
60
|
+
| `tlf-date-range-picker` | When you need to select a date range (start and end dates) instead of a single date |
|
|
61
|
+
| `tlf-date-picker-core` | When you need just the calendar without toolbar button styling |
|
|
62
|
+
| `tlf-date-diff` | When you only need relative date selection without the calendar interface |
|
|
63
|
+
|
|
64
|
+
## Related Patterns
|
|
65
|
+
|
|
66
|
+
- **Toolbar Widget Family**: This widget is part of the 2lforge Toolbar plugin alongside DropDownWidget and MiscWidget
|
|
67
|
+
- **Date Range Selection**: For selecting date ranges, use the sibling component tlf-date-range-picker
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
A toolbar button widget that displays a calendar-based date picker with optional relative date shortcuts, enabling users to select single dates through an interactive dropdown interface.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "de.2lforge.toolbar.dropDownWidget",
|
|
3
|
+
"Description": null,
|
|
4
|
+
"Localized Name": "{\"en\":\"dropDownWidget\",\"de\":\"dropDownWidget\"}",
|
|
5
|
+
"Icon": "cf-widget",
|
|
6
|
+
"Plugin": "de.toolforge.toolbar",
|
|
7
|
+
"App": "de.toolforge.toolbar",
|
|
8
|
+
"Localized App Name": "{\"en\":\"ToolbarApp\",\"de\":\"ToolbarApp\"}",
|
|
9
|
+
"Repository": "cplace-2lforge-toolbar",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": null
|
|
12
|
+
}
|