@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,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.platform.richString",
|
|
3
|
+
"Description": "{\"en\":\"Widget for entering formatted text with a title.\",\"de\":\"Widget zur Eingabe von formatiertem Text mit Titel.\"}",
|
|
4
|
+
"Localized Name": "{\"en\":\"Text\",\"de\":\"Text\"}",
|
|
5
|
+
"Icon": "fa-font",
|
|
6
|
+
"Plugin": "cf.cplace.platform",
|
|
7
|
+
"App": "cf.cplace.platform",
|
|
8
|
+
"Localized App Name": "{\"en\":\"cplace Basis\",\"de\":\"cplace Basis\"}",
|
|
9
|
+
"Repository": "cplace",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": "<p><strong>More Details</strong></p>\n\n<p>The 'Text' widget provides a title and a framed text box for entering formatted text in the layout view.</p>\n\n<p><strong>Settings</strong></p>\n\n<p>// * Title*: Bilingual text.</p>\n\n<p>// * Content:</p>\n\n<p> </p>\n\n<p> </p>"
|
|
12
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
Widget for entering formatted text with a title. The Rich String widget provides a way to add formatted HTML content to pages within a titled frame. Unlike attribute-based widgets that display data from entities, this widget stores its content directly in the widget configuration, making it ideal for static informational content that doesn't need to update dynamically with data changes.
|
|
4
|
+
|
|
5
|
+
The widget supports the full range of HTML formatting options including headings, lists, links, tables, and embedded images, while ensuring security through automatic content sanitization.
|
|
6
|
+
|
|
7
|
+
## Use Cases
|
|
8
|
+
|
|
9
|
+
- **Documentation and Instructions**: Add formatted help sections, step-by-step guides, or explanatory content with headings and lists
|
|
10
|
+
- **Announcements and Notices**: Display important messages with highlighted text, bold formatting, or colored content
|
|
11
|
+
- **Rich Content Pages**: Build knowledge base articles, landing pages, or onboarding pages with structured content
|
|
12
|
+
- **Meeting Notes and Summaries**: Capture formatted minutes with bullet points, action items, and decisions
|
|
13
|
+
- **Embedded Links and References**: Create navigation sections or resource lists with hyperlinks to internal pages or external URLs
|
|
14
|
+
- **Formatted Reports**: Present status summaries or executive overviews with rich formatting for clarity
|
|
15
|
+
|
|
16
|
+
## Design Considerations
|
|
17
|
+
|
|
18
|
+
### When to Use This Widget
|
|
19
|
+
|
|
20
|
+
Use the Rich String widget when you need:
|
|
21
|
+
- Static text content that doesn't change based on data
|
|
22
|
+
- Formatted content with titles in a consistent framed presentation
|
|
23
|
+
- Content that should be searchable via fulltext search
|
|
24
|
+
- Multi-language title support (content itself is not localized)
|
|
25
|
+
|
|
26
|
+
### When to Use Alternative Widgets
|
|
27
|
+
|
|
28
|
+
- **Displaying entity attribute values**: Use `cf.platform.customRichStringAttribute` instead, which binds to a rich string attribute on an entity
|
|
29
|
+
- **Frameless presentation**: Consider other approaches if you don't want the widget frame
|
|
30
|
+
- **Dynamic content**: For content that should update when data changes, use attribute-display widgets
|
|
31
|
+
|
|
32
|
+
### Content Limitations
|
|
33
|
+
|
|
34
|
+
- All content is automatically sanitized for security (XSS protection)
|
|
35
|
+
- Custom scripts and some HTML elements/attributes are stripped
|
|
36
|
+
- Very large content may impact page load performance
|
|
37
|
+
- Content is not versioned - no built-in history of changes
|
|
38
|
+
|
|
39
|
+
## Related Patterns
|
|
40
|
+
|
|
41
|
+
- **cf.platform.customRichStringAttribute** - Displays a rich string attribute from an entity (data-bound content)
|
|
42
|
+
- **cf.platform.singleAttribute** - Displays any single attribute value from the current page
|
|
43
|
+
- **cf.cplace.pageViewHeadline.widget** - Alternative for simple titled text sections
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Widget for entering formatted text with a title. Use for static content sections like documentation, announcements, instructions, or meeting notes in a framed widget container.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.platform.singleAttribute",
|
|
3
|
+
"Description": "{\"de\":\"Ausgabe des Werts eines Attributs.\",\"en\":\"Output of the value of an attribute.\"}",
|
|
4
|
+
"Localized Name": "{\"en\":\"Single Attribute of a page\",\"de\":\"Einzelnes Attribut einer Seite\"}",
|
|
5
|
+
"Icon": "fa-pen-square",
|
|
6
|
+
"Plugin": "cf.cplace.platform",
|
|
7
|
+
"App": "cf.cplace.platform",
|
|
8
|
+
"Localized App Name": "{\"en\":\"cplace Basis\",\"de\":\"cplace Basis\"}",
|
|
9
|
+
"Repository": "cplace",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": "<p><strong>More Details </strong></p>\n\n<p>The 'Single Attribute on a Page' widget displays the information that is available about an individual attribute.</p>\n\n<p>This widget cannot be used on its own but has to be embedded in a 'Grouped Attributes of a Page' widget (ToD: Add link) or in a 'Richstring' widget (ToDo: Add link).</p>\n\n<p><strong>Settings</strong></p>\n\n<p>// * Attribute name: List of available custom and system attributes.<br>\n// * Show attribute value*: True/false.<br>\n// * Show attribute name*: True/false.<br>\n// * Alternative attribute label: Bilingual text.<br>\n// * Allow in-place editing*: True/false.<br>\n// * Reload grouped widget after attribute change*: True/false.<br>\n// * Show attribute: cplaceJS script. The script entered here determines if the attribute is to be displayed.</p>\n\n<p><strong>Key Benefits</strong></p>\n\n<p><strong>Examples</strong></p>\n\n<p> </p>"
|
|
12
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
**Configuration Modes**:
|
|
2
|
+
- **Value only** (`withValue=true`, `withLabel=false`): Shows attribute value inline
|
|
3
|
+
- **Value + Label** (`withValue=true`, `withLabel=true`): Shows both label and value (supports two layouts via `singleColumn`)
|
|
4
|
+
|
|
5
|
+
**Typical Configuration Workflow**:
|
|
6
|
+
1. Set `entity` to the page whose attribute should be displayed
|
|
7
|
+
- Leave empty for current page
|
|
8
|
+
- Use `"<empty>"` when embedded inside a `cf.platform.attributesGroup` widget
|
|
9
|
+
2. Set `quotedAttributeName` to the attribute to display
|
|
10
|
+
3. Configure display options:
|
|
11
|
+
- `withValue` and `withLabel` (at least one must be true)
|
|
12
|
+
- `singleColumn` for layout (only relevant when both value and label are shown)
|
|
13
|
+
- `inPlaceEditing` to allow inline editing
|
|
14
|
+
4. Optional: Set `localizedAlternativeLabel` for a custom label
|
|
15
|
+
5. Optional: Set `showAttributeScript` for conditional visibility
|
|
16
|
+
6. Optional: Set `reloadAfterChange` to refresh parent widgets after edits
|
|
17
|
+
|
|
18
|
+
**Embedding in AttributesGroup**: When this widget is embedded inside a `cf.platform.attributesGroup` widget, the following parameters are controlled by the parent widget: `entity`, `useParent`, `singleColumn`, `useNewFrontend`.
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
Output of the value of an attribute. The Single Attribute widget displays one specific attribute from a page with fine-grained control over its presentation. Unlike the full Attributes widget that shows all attributes, this widget focuses on a single attribute with maximum configuration flexibility, including custom labels, in-place editing, and conditional visibility based on business logic.
|
|
4
|
+
|
|
5
|
+
## Use Cases
|
|
6
|
+
|
|
7
|
+
### Custom Attribute Layout
|
|
8
|
+
|
|
9
|
+
Display specific attributes in a custom page layout without showing all attributes. Create summary sections at the top of pages showing only critical attributes (status, priority, owner) while keeping detailed attributes in separate sections.
|
|
10
|
+
|
|
11
|
+
### Quick Edit Interface
|
|
12
|
+
|
|
13
|
+
Enable rapid editing of specific attributes without opening full edit forms. Allow users to quickly update task status or priority directly from a page view, reducing clicks and page transitions.
|
|
14
|
+
|
|
15
|
+
### Read-Only Display with Alternative Labels
|
|
16
|
+
|
|
17
|
+
Show attribute values with custom, user-friendly labels instead of technical attribute names. Display a technical attribute like an internal code with a friendlier label for business users, with multi-language support.
|
|
18
|
+
|
|
19
|
+
### Conditional Attribute Display
|
|
20
|
+
|
|
21
|
+
Show or hide attributes based on dynamic conditions using cplaceJS scripts. Display "Rejection Reason" only when a request's status is "Rejected", or show "Approval Date" only for approved items.
|
|
22
|
+
|
|
23
|
+
### Parent Page Attribute Display
|
|
24
|
+
|
|
25
|
+
Display attributes from a parent page in hierarchical structures. Show project-level attributes on task pages without duplicating data across the hierarchy.
|
|
26
|
+
|
|
27
|
+
### Value-Only Display
|
|
28
|
+
|
|
29
|
+
Show attribute values without labels in compact layouts. Display status badges, icons, or values in dense UIs where labels would be redundant.
|
|
30
|
+
|
|
31
|
+
### Building Block for Complex Forms
|
|
32
|
+
|
|
33
|
+
Use as a building block within Attributes Group widgets to create custom multi-column forms with precise attribute placement and mixed widget types.
|
|
34
|
+
|
|
35
|
+
## Design Considerations
|
|
36
|
+
|
|
37
|
+
### Display Mode Options
|
|
38
|
+
|
|
39
|
+
The widget supports three primary display modes:
|
|
40
|
+
- **Label and Value**: Standard display showing both the attribute name and its current value
|
|
41
|
+
- **Value Only**: Clean rendering without labels for compact layouts
|
|
42
|
+
- **Label Only**: Show just the attribute name without its value
|
|
43
|
+
|
|
44
|
+
At least one of label or value must be shown - the widget validates this requirement.
|
|
45
|
+
|
|
46
|
+
### In-Place Editing
|
|
47
|
+
|
|
48
|
+
When enabled, in-place editing allows users to modify attribute values directly in the display without form submission. Consider enabling the reload option if other widgets on the page depend on the edited attribute's value.
|
|
49
|
+
|
|
50
|
+
### Conditional Visibility Scripts
|
|
51
|
+
|
|
52
|
+
The visibility script receives two bindings:
|
|
53
|
+
- `targetEntity`: The entity whose attribute is displayed
|
|
54
|
+
- `embeddingPage`: The page where the widget is embedded
|
|
55
|
+
|
|
56
|
+
The script should return a boolean - returning `false` hides the attribute.
|
|
57
|
+
|
|
58
|
+
### Layout Control
|
|
59
|
+
|
|
60
|
+
The single-column option controls whether the attribute displays in full-width or two-column layout. This setting is only relevant when showing the label.
|
|
61
|
+
|
|
62
|
+
When embedded within an Attributes Group widget, layout settings are inherited from the parent widget.
|
|
63
|
+
|
|
64
|
+
## Alternatives
|
|
65
|
+
|
|
66
|
+
| Scenario | Recommended Widget |
|
|
67
|
+
|----------|-------------------|
|
|
68
|
+
| Display all attributes | `cf.platform.attributes` |
|
|
69
|
+
| Multiple attributes with custom layout | `cf.cplace.platform.attributesGroup` |
|
|
70
|
+
| Attribute from selected table row | `cf.platform.connectedSingleAttribute` |
|
|
71
|
+
| Simple default display | `cf.platform.attributes` |
|
|
72
|
+
|
|
73
|
+
## Common Pitfalls
|
|
74
|
+
|
|
75
|
+
- **Forgetting display mode**: At least one of "Show attribute name" or "Show attribute value" must be enabled
|
|
76
|
+
- **Missing reload setting**: When in-place editing is enabled and other widgets depend on the attribute, enable "Reload grouped widget after attribute change"
|
|
77
|
+
- **Script binding confusion**: In visibility scripts, use `targetEntity` for the data source and `embeddingPage` for the widget's location
|
|
78
|
+
|
|
79
|
+
## Related Patterns
|
|
80
|
+
|
|
81
|
+
- **Master-Detail**: Use `cf.platform.connectedSingleAttribute` when the attribute source should change based on table selection
|
|
82
|
+
- **Grouped Attributes**: Embed multiple Single Attribute widgets within an Attributes Group for complex form layouts
|
|
83
|
+
- **Hierarchical Display**: Use the "Use parent page" option to show inherited attributes from parent entities
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Output of the value of an attribute. Displays a single attribute from a page with flexible label, value, and editing options, including in-place editing and conditional visibility for precise control over individual attribute placement.
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
**Default Behavior**: When left empty, the widget displays an attribute from the page where it is embedded.
|
|
2
|
+
|
|
3
|
+
**Valid Values**:
|
|
4
|
+
- Empty/null: Use the current (embedding) page
|
|
5
|
+
- Page UID: Reference to a specific page whose attribute should be displayed
|
|
6
|
+
- `"<empty>"`: Special value when embedded inside a `cf.platform.attributesGroup` widget
|
|
7
|
+
|
|
8
|
+
**Warning**: When embedded inside a `cf.platform.attributesGroup` widget, leave this empty or use `"<empty>"` - the parent widget provides the target entity.
|
|
9
|
+
|
|
10
|
+
**Note**: This parameter is hidden from the edit UI when the widget is embedded inside `cf.platform.attributesGroup`.
|
package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.quotedAttributeName.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
**Warning**: Use the full internal attribute name, not the simple/short name!
|
|
2
|
+
|
|
3
|
+
**Important**:
|
|
4
|
+
- **Custom attributes** require single quotes around the attribute name: `'cf.cplace.myApp.myAttribute'`
|
|
5
|
+
- **Builtin attributes** (e.g., `name`, `createdAt`, `creator`, `modifiedAt`, `modifier`, `owner`, `_writers`) are specified without quotes: `name`
|
|
6
|
+
|
|
7
|
+
**Workflow**:
|
|
8
|
+
1. Call `cplace_get_type_datamodel` for the type of the target page
|
|
9
|
+
2. Find the custom attribute you want to display
|
|
10
|
+
3. Use the custom attribute's `name` field (the full internal name), wrapped in single quotes
|
|
11
|
+
|
|
12
|
+
**Configuration Completeness**: The widget is incomplete if no attribute is selected. The selected attribute must also exist on the target type definition.
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
**Note**: This attribute is only relevant when both `withValue=true` AND `withLabel=true`.
|
|
2
|
+
|
|
3
|
+
**Layout Modes**:
|
|
4
|
+
- `false` (default): Two-column layout with label and value side by side
|
|
5
|
+
- `true`: Single-column layout with label above value
|
|
6
|
+
|
|
7
|
+
**Parent Widget Override**: When this widget is embedded inside a `cf.platform.attributesGroup` widget, the parent widget's `singleColumn` setting takes precedence over this widget's setting. The parent's layout configuration will override the individual widget's setting.
|
|
8
|
+
|
|
9
|
+
**Hidden When Embedded**: This parameter is hidden from the edit UI when the widget is embedded inside `cf.platform.attributesGroup`.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
**Purpose**: When enabled, displays an attribute from the parent page of the target entity instead of the target entity itself.
|
|
2
|
+
|
|
3
|
+
**Valid Values**:
|
|
4
|
+
- `false` (default): Display attribute from the target entity
|
|
5
|
+
- `true`: Display attribute from the target entity's parent page
|
|
6
|
+
|
|
7
|
+
**Use Case**: Useful for showing parent page attributes in child page layouts, such as displaying project-level information on task detail pages.
|
|
8
|
+
|
|
9
|
+
**Behavior**: Only takes effect when the target entity is a Page type. If `useParent=true` and the target entity has no parent, the behavior depends on the implementation.
|
|
10
|
+
|
|
11
|
+
**Note**: This parameter is hidden from the edit UI when the widget is embedded inside `cf.platform.attributesGroup`.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
**Warning**: At least one of `withValue` or `withLabel` must be `true` for the widget configuration to be complete!
|
|
2
|
+
|
|
3
|
+
**Valid Values**:
|
|
4
|
+
- `false` (default): Hide the attribute's label/name
|
|
5
|
+
- `true`: Show the attribute's localized label/name
|
|
6
|
+
|
|
7
|
+
**Configuration Completeness Check**: The widget validates that at least one display option is enabled. If both `withValue=false` and `withLabel=false`, the configuration is considered incomplete and the widget will not render properly.
|
|
8
|
+
|
|
9
|
+
**Note**: The `singleColumn` attribute is only relevant when `withLabel=true` and `withValue=true` - it controls whether the label and value are displayed side by side or stacked vertically.
|
|
10
|
+
|
|
11
|
+
**Frontend Behavior**: When `withLabel=false` and `inPlaceEditing=false`, the widget renders in inline mode using a span element. Otherwise, it uses a block-level div element.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
**Warning**: At least one of `withValue` or `withLabel` must be `true` for the widget configuration to be complete!
|
|
2
|
+
|
|
3
|
+
**Valid Values**:
|
|
4
|
+
- `true` (default): Show the attribute's value
|
|
5
|
+
- `false`: Hide the attribute's value (only valid if `withLabel=true`)
|
|
6
|
+
|
|
7
|
+
**Configuration Completeness Check**: The widget validates that at least one display option is enabled. If both `withValue=false` and `withLabel=false`, the configuration is considered incomplete and the widget will not render properly.
|
|
8
|
+
|
|
9
|
+
**Common Patterns**:
|
|
10
|
+
- `withValue=true, withLabel=false`: Display value only (inline mode)
|
|
11
|
+
- `withValue=true, withLabel=true`: Display both label and value
|
|
12
|
+
- `withValue=false, withLabel=true`: Display label only (useful for showing which attribute is selected without showing its value)
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.platform.tags",
|
|
3
|
+
"Description": "{\"en\":\"Shows all the tags of a page and allows you to edit them.\",\"de\":\"Zeigt alle Tags einer Seite und erlaubt ihre Bearbeitung.\"}",
|
|
4
|
+
"Localized Name": "{\"en\":\"Tags\",\"de\":\"Tags\"}",
|
|
5
|
+
"Icon": "fa-hashtag",
|
|
6
|
+
"Plugin": "cf.cplace.platform",
|
|
7
|
+
"App": "cf.cplace.platform",
|
|
8
|
+
"Localized App Name": "{\"en\":\"cplace Basis\",\"de\":\"cplace Basis\"}",
|
|
9
|
+
"Repository": "cplace",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": "<p><strong>More Details</strong></p>\n\n<p>The 'Tags' widget shows all tags added to a cplace page. The tags can be edited.</p>\n\n<p> </p>"
|
|
12
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
Shows all the tags of a page and allows you to edit them. The Tags widget displays and manages tags on pages. Tags provide a lightweight, flexible categorization system that complements formal data model attributes. Unlike fixed hierarchies or predefined categories, tags allow users to create ad-hoc classifications without modifying the data model.
|
|
4
|
+
|
|
5
|
+
Every page in the cplace platform can have tags through the built-in `Taggable` mixin. Tags are normalized to lowercase, trimmed of whitespace, and fully integrated with search and versioning.
|
|
6
|
+
|
|
7
|
+
## Use Cases
|
|
8
|
+
|
|
9
|
+
- **Content Categorization**: Organize pages with flexible, user-defined labels (e.g., "important", "draft", "q1-2024")
|
|
10
|
+
- **Search and Filtering**: Find pages with specific tags or build tag clouds based on frequency
|
|
11
|
+
- **Workflow and Status Tracking**: Mark pages with workflow states (e.g., "review", "approved", "archived")
|
|
12
|
+
- **Team Collaboration**: Share informal classifications across team members without formal schema changes
|
|
13
|
+
- **Ad-hoc Organization**: Quick categorization for evolving needs without creating formal attributes
|
|
14
|
+
|
|
15
|
+
## Design Considerations
|
|
16
|
+
|
|
17
|
+
### When to Use Tags vs. Attributes
|
|
18
|
+
|
|
19
|
+
Use tags when:
|
|
20
|
+
- Classification needs are fluid and user-driven
|
|
21
|
+
- Multiple cross-cutting categories apply to a single page
|
|
22
|
+
- You want to avoid data model changes
|
|
23
|
+
- Users need to experiment with different organizational schemes
|
|
24
|
+
|
|
25
|
+
Use formal attributes when:
|
|
26
|
+
- Values must be controlled or validated
|
|
27
|
+
- Classification is part of core business logic
|
|
28
|
+
- Reporting requires consistent, structured data
|
|
29
|
+
|
|
30
|
+
### Visual Integration
|
|
31
|
+
|
|
32
|
+
The Tags widget renders without a frame or padding, creating a clean appearance that blends seamlessly into page layouts. The hashtag icon provides instant visual recognition.
|
|
33
|
+
|
|
34
|
+
### Search Integration
|
|
35
|
+
|
|
36
|
+
Tags are fully indexed and support:
|
|
37
|
+
- Exact tag matching via filters
|
|
38
|
+
- Prefix-based autocomplete for tag suggestions
|
|
39
|
+
- Tag cloud visualizations based on frequency
|
|
40
|
+
- Space-scoped suggestions for relevance
|
|
41
|
+
|
|
42
|
+
## Related Patterns
|
|
43
|
+
|
|
44
|
+
- **cf.platform.attributes** - Display page attributes (formal structured data)
|
|
45
|
+
- **cf.platform.modificationInfo** - Show creation/modification metadata
|
|
46
|
+
- **cf.platform.incomingLinks** - Display references to a page
|
|
47
|
+
- **cf.platform.comments** - Show page comments
|
|
48
|
+
|
|
49
|
+
These widgets often appear together on page views to provide comprehensive metadata visualization.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Shows all the tags of a page and allows you to edit them. Enables flexible categorization and classification of pages for better organization and searchability.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.platform.wiki",
|
|
3
|
+
"Description": "{\"en\":\"Adds a wiki to the page.\",\"de\":\"Fügt ein Wiki zur Seite hinzu.\"}",
|
|
4
|
+
"Localized Name": "{\"en\":\"Wiki\",\"de\":\"Wiki\"}",
|
|
5
|
+
"Icon": "fa-wikipedia-w",
|
|
6
|
+
"Plugin": "cf.cplace.platform",
|
|
7
|
+
"App": "cf.cplace.platform",
|
|
8
|
+
"Localized App Name": "{\"en\":\"cplace Basis\",\"de\":\"cplace Basis\"}",
|
|
9
|
+
"Repository": "cplace",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": "<p><strong>More Details</strong></p>\n\n<p>The 'Wiki' widget adds a fully-fledged Wiki editor component to a cplace page.</p>"
|
|
12
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
Adds a wiki to the page. The Wiki widget provides a Wikipedia-style rich-text editing experience for the built-in content field of pages, documents, and principal entities. It renders and allows in-place editing of HTML-formatted content including text, links, images, and embedded widgets.
|
|
4
|
+
|
|
5
|
+
Unlike the Custom Rich String Attribute widget which works with custom attributes, the Wiki widget is specifically designed for the system's built-in content/description fields and requires no configuration.
|
|
6
|
+
|
|
7
|
+
## Use Cases
|
|
8
|
+
|
|
9
|
+
- **Page content management**: Create documentation pages, knowledge bases, project descriptions, and meeting notes with collaborative wiki-style editing
|
|
10
|
+
- **Document descriptions**: Add contextual descriptions and explanations to uploaded files
|
|
11
|
+
- **User profiles and group descriptions**: Create rich bio information, team descriptions, and document roles and responsibilities
|
|
12
|
+
- **Type definition documentation**: Document custom types with usage guidelines and examples
|
|
13
|
+
|
|
14
|
+
## Design Considerations
|
|
15
|
+
|
|
16
|
+
### Zero Configuration
|
|
17
|
+
The widget has no configurable attributes. It automatically determines which content field to use based on the entity type:
|
|
18
|
+
- Pages and Documents: Uses the `_content()` field
|
|
19
|
+
- Persons and Groups: Uses the `_description()` field
|
|
20
|
+
- Type Definitions: Uses the `_description()` field
|
|
21
|
+
|
|
22
|
+
### Single Instance Per Entity
|
|
23
|
+
Only one Wiki widget should be embedded per entity since each entity has only one built-in content/description field.
|
|
24
|
+
|
|
25
|
+
### In-Place Editing
|
|
26
|
+
The widget provides modal-free, in-place editing rather than opening a separate dialog, making for a seamless content editing experience.
|
|
27
|
+
|
|
28
|
+
## Related Patterns
|
|
29
|
+
|
|
30
|
+
- **Custom Rich String Attribute Widget** (`cf.platform.customRichStringAttribute`): Use when you need to display/edit a custom rich-text attribute rather than the built-in content field. Offers configuration options like frame visibility and attribute selection.
|
|
31
|
+
- **Attributes Widget**: Displays all entity attributes in a form layout
|
|
32
|
+
- **Single Attribute Widget** (`cf.platform.singleAttribute`): Displays a single attribute value
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Adds a wiki to the page. Displays and enables in-place editing of the built-in rich-text content field for pages, documents, and user profiles with zero configuration.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.projektplanung.gantt",
|
|
3
|
+
"Description": "{\"en\":\"Provides the \\\"New Gantt\\\" widget, which enables the visualization and editing of planning elements and hybrid elements.\",\"de\":\"Stellt das Widget “Neues Gantt” bereit, welches das Visualisieren und Editieren von Planungselementen und hybriden Elementen ermöglicht.\"}",
|
|
4
|
+
"Localized Name": "{\"en\":\"New Gantt\",\"de\":\"Neues Gantt\"}",
|
|
5
|
+
"Icon": "cf-widget",
|
|
6
|
+
"Plugin": "cf.cplace.projectPlanning",
|
|
7
|
+
"App": "cf.cplace.projectPlanning.app.gantt2.gantt2",
|
|
8
|
+
"Localized App Name": "{\"en\":\"New Gantt\",\"de\":\"Neues Gantt\"}",
|
|
9
|
+
"Repository": "cplace-project-planning",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": null
|
|
12
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
The New Gantt widget enables the visualization and editing of planning elements and hybrid elements. Built on the Bryntum Gantt framework, it displays tasks as horizontal bars on a timeline, showing start dates, end dates, duration, and progress. The widget supports hierarchical task structures with expandable/collapsible tree views and allows users to manage dependencies between tasks.
|
|
4
|
+
|
|
5
|
+
Key capabilities include:
|
|
6
|
+
- **Visual timeline representation** of tasks with bars showing duration and progress
|
|
7
|
+
- **Interactive editing** through drag-and-drop repositioning and bar resizing
|
|
8
|
+
- **Dependency management** for creating and visualizing task relationships
|
|
9
|
+
- **Hierarchical structure** with parent-child task relationships
|
|
10
|
+
- **Multi-schedule support** for displaying tasks from one or multiple schedules
|
|
11
|
+
- **Real-time synchronization** between the chart and cplace backend
|
|
12
|
+
- **Hybrid element support** for tasks referenced from external systems
|
|
13
|
+
|
|
14
|
+
## Use Cases
|
|
15
|
+
|
|
16
|
+
### Project Planning Visualization
|
|
17
|
+
Display the entire project timeline at a glance to understand task sequences, identify critical paths and bottlenecks, and monitor progress through percent completion indicators.
|
|
18
|
+
|
|
19
|
+
### Interactive Schedule Management
|
|
20
|
+
Adjust task dates by dragging bars, modify durations by resizing, create predecessor/successor relationships, and update task properties inline without leaving the chart view.
|
|
21
|
+
|
|
22
|
+
### Multi-Schedule Planning
|
|
23
|
+
Consolidate and compare timelines across different projects or work packages by displaying tasks from multiple schedules in a single unified view for portfolio-level planning.
|
|
24
|
+
|
|
25
|
+
### Hybrid Element Planning
|
|
26
|
+
Work with both native planning elements and hybrid elements that reference tasks from other systems, including delegated tasks sourced from external schedules and mirrored tasks that reflect changes from source tasks.
|
|
27
|
+
|
|
28
|
+
## Design Considerations
|
|
29
|
+
|
|
30
|
+
### When to Use
|
|
31
|
+
- Users need a graphical timeline view rather than a table/list view
|
|
32
|
+
- Visual planning and scheduling is important for understanding the project
|
|
33
|
+
- Users need to interactively adjust dates through drag-and-drop
|
|
34
|
+
- Understanding task relationships and dependencies is critical
|
|
35
|
+
- Working with complex project hierarchies that benefit from tree + timeline views
|
|
36
|
+
- Real-time collaboration on schedule adjustments is needed
|
|
37
|
+
|
|
38
|
+
### When to Consider Alternatives
|
|
39
|
+
- Users only need a simple task list without timeline visualization (use Schedule Tree Widget)
|
|
40
|
+
- Primary focus is on data entry and bulk editing (table views may be more efficient)
|
|
41
|
+
- Detailed attribute editing is the main activity (use detail pages or forms)
|
|
42
|
+
- Very large datasets (1000+ tasks) may require filtering for performance
|
|
43
|
+
|
|
44
|
+
### Configuration Options
|
|
45
|
+
- **Schedule Selection**: Either explicitly specify schedules via the SCHEDULE attribute, or automatically load from the embedding page (SCHEDULE_SELECTION attribute)
|
|
46
|
+
- **Widget Title**: Custom title for display (defaults to "Gantt chart for the schedules {names}")
|
|
47
|
+
- **Height**: Fixed height setting for vertical space allocation
|
|
48
|
+
- **Root Node Configuration**: Specify which nodes should appear as root elements in the hierarchy
|
|
49
|
+
|
|
50
|
+
### Embedding Restrictions
|
|
51
|
+
- Only one Gantt widget instance allowed per page
|
|
52
|
+
- Requires the Gantt2 feature to be enabled
|
|
53
|
+
- Cannot be configured directly in view mode
|
|
54
|
+
|
|
55
|
+
## Related Patterns/Alternatives
|
|
56
|
+
|
|
57
|
+
| Widget | When to Use Instead |
|
|
58
|
+
|--------|---------------------|
|
|
59
|
+
| **Schedule Tree Widget** (`cf.projektplanung.scheduleTreeTable`) | For table-based schedule views without timeline visualization; better suited for data-heavy operations and bulk editing. Often used alongside the Gantt on the same page. |
|
|
60
|
+
| **Schedule Lock State Widget** (`cf.projektplanung.scheduleLockState`) | Used alongside Gantt to show lock state of schedules and prevent concurrent editing conflicts |
|
|
61
|
+
| **Single Gantt Widget** (`cf.projektplanung.singleGantt`) | For simpler single-schedule Gantt views |
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Enables the visualization and editing of planning elements and hybrid elements in an interactive Gantt chart. Built on the Bryntum Gantt framework, it supports drag-and-drop scheduling, dependency management, hierarchical task structures, and real-time synchronization with the cplace backend.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.projektplanung.ganttTaskDemo",
|
|
3
|
+
"Description": "{\"en\":\"Shows a preview of the task class.\",\"de\":\"Zeigt eine Vorschau der Vorgangsklasse.\"}",
|
|
4
|
+
"Localized Name": "{\"en\":\"Task Class Preview\",\"de\":\"Vorgangsklassen-Vorschau\"}",
|
|
5
|
+
"Icon": "cf-widget",
|
|
6
|
+
"Plugin": "cf.cplace.projektplanungMasterData",
|
|
7
|
+
"App": "cf.cplace.projektplanungMasterData",
|
|
8
|
+
"Localized App Name": "{\"en\":\"Task Classes\",\"de\":\"Vorgangsklassen\"}",
|
|
9
|
+
"Repository": "cplace-project-planning",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": null
|
|
12
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
The Task Class Preview widget shows a preview of the task class. It serves as a configuration assistant for Task Classes (Activity Classes) in the cplace project planning module, providing immediate visual feedback as administrators configure visual properties, showing how tasks and milestones of that class will appear in actual Gantt charts.
|
|
4
|
+
|
|
5
|
+
The widget displays four preview variants simultaneously:
|
|
6
|
+
- **Activity**: Regular task bar appearance
|
|
7
|
+
- **Milestone**: Point-in-time marker appearance
|
|
8
|
+
- **Rollup Activity**: Collapsed summary bar appearance
|
|
9
|
+
- **Rollup Milestone**: Collapsed milestone indicator appearance
|
|
10
|
+
|
|
11
|
+
## Use Cases
|
|
12
|
+
|
|
13
|
+
### Primary Use Case: Task Class Configuration
|
|
14
|
+
|
|
15
|
+
Users don't explicitly "choose" this widget - it's automatically included in the default layout of every Task Class page. It is useful when:
|
|
16
|
+
|
|
17
|
+
1. **Creating New Task Classes**: Setting up visual distinctions for different types of tasks (e.g., "Development", "Testing", "Review"), choosing colors, and selecting shapes that intuitively represent task characteristics.
|
|
18
|
+
|
|
19
|
+
2. **Customizing Existing Task Classes**: Adjusting colors for better contrast or accessibility, changing bar patterns to distinguish similar task types, configuring rollup appearance for hierarchical project views.
|
|
20
|
+
|
|
21
|
+
3. **Visual Consistency Verification**: Ensuring that task visual styles are consistent across the organization, previewing how tasks will appear before applying changes.
|
|
22
|
+
|
|
23
|
+
### Problem It Solves
|
|
24
|
+
|
|
25
|
+
Without this widget, administrators would have to configure Task Class properties blindly, save changes, navigate to a Gantt chart, find a task with that class, evaluate the appearance, navigate back to make adjustments, and repeat the cycle. The preview widget eliminates this cycle by providing immediate WYSIWYG feedback.
|
|
26
|
+
|
|
27
|
+
## Design Considerations
|
|
28
|
+
|
|
29
|
+
### Embedding Context
|
|
30
|
+
|
|
31
|
+
This widget can only be embedded on pages of type `cf.activityClass` (Task Class). It reads all custom attributes from the embedding Task Class page and renders the preview accordingly.
|
|
32
|
+
|
|
33
|
+
### No Configuration Required
|
|
34
|
+
|
|
35
|
+
The widget itself has no configuration options - it's a pure preview/display widget. It visualizes the Task Class attributes:
|
|
36
|
+
- Shape selections (activity and milestone shapes)
|
|
37
|
+
- Colors (bar color, border color)
|
|
38
|
+
- Patterns (stripes, dots, solid fill)
|
|
39
|
+
- Rollup colors (optional fallback to main colors)
|
|
40
|
+
- Label positions
|
|
41
|
+
|
|
42
|
+
### Live Updates
|
|
43
|
+
|
|
44
|
+
Changes to any Task Class attribute trigger immediate re-rendering of the preview. The widget uses SVG-based rendering for scalable, crisp shapes.
|
|
45
|
+
|
|
46
|
+
## Related Patterns
|
|
47
|
+
|
|
48
|
+
### Part of Project Planning Master Data
|
|
49
|
+
|
|
50
|
+
This widget is part of the Master Data configuration layer that supports the visualization layer:
|
|
51
|
+
|
|
52
|
+
- **Task Classes** define how tasks look
|
|
53
|
+
- **Gantt Chart Widgets** (`cf.projektplanung.gantt`, `cf.projektplanung.multiGantt`, `cf.projektplanung.singleGantt`) consume Task Class styling
|
|
54
|
+
- **Schedule Tree Widget** also uses Task Class styling for visual indicators
|
|
55
|
+
|
|
56
|
+
### Typical Page Layout
|
|
57
|
+
|
|
58
|
+
On Task Class pages, the default layout typically places:
|
|
59
|
+
- Attributes widget (left, 8-width) for editing properties
|
|
60
|
+
- This preview widget (right, 4-width) for visual feedback
|
|
61
|
+
- Wiki widget below for documentation
|
|
62
|
+
|
|
63
|
+
## Alternatives
|
|
64
|
+
|
|
65
|
+
There is no alternative widget for previewing Task Class styling. The preview functionality is unique to this widget.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Shows a preview of the task class, providing a live visual preview of how tasks and milestones will appear in Gantt charts based on their configured styling properties. Use when configuring Task Classes to see real-time feedback on colors, shapes, patterns, and label positions.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.projektplanung.multiGantt",
|
|
3
|
+
"Description": "{\"en\":\"Displays any number of schedules at the same time, which are pre-selected in the widget configuration.\",\"de\":\"Zeigt beliebig viele Pläne gleichzeitig an, die per Vorauswahl in der Widget-Konfiguration festgelegt werden.\"}",
|
|
4
|
+
"Localized Name": "{\"en\":\"Multi Gantt Chart\",\"de\":\"Multi-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
|
+
}
|