@cplace/test-mcp-server 0.1.15 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +275 -119
- package/dist/api.d.ts.map +1 -1
- package/dist/api.js +7 -1
- package/dist/api.js.map +1 -1
- package/dist/conditional-registration.d.ts.map +1 -1
- package/dist/conditional-registration.js +25 -3
- package/dist/conditional-registration.js.map +1 -1
- package/dist/index.js +77 -96
- package/dist/index.js.map +1 -1
- package/dist/preference-file.d.ts +16 -0
- package/dist/preference-file.d.ts.map +1 -0
- package/dist/preference-file.js +133 -0
- package/dist/preference-file.js.map +1 -0
- package/dist/profiles.d.ts +1 -3
- package/dist/profiles.d.ts.map +1 -1
- package/dist/profiles.js +64 -112
- package/dist/profiles.js.map +1 -1
- package/dist/searchConversion.d.ts.map +1 -1
- package/dist/searchConversion.js +18 -5
- package/dist/searchConversion.js.map +1 -1
- package/dist/searchSchema.d.ts +25 -25
- package/dist/searchSchema.d.ts.map +1 -1
- package/dist/searchSchema.js +5 -5
- package/dist/searchSchema.js.map +1 -1
- package/dist/token-hashing.d.ts +3 -0
- package/dist/token-hashing.d.ts.map +1 -0
- package/dist/token-hashing.js +18 -0
- package/dist/token-hashing.js.map +1 -0
- package/dist/tool-metadata.d.ts +2 -0
- package/dist/tool-metadata.d.ts.map +1 -0
- package/dist/tool-metadata.js +45 -0
- package/dist/tool-metadata.js.map +1 -0
- package/dist/tools/board-widget.d.ts +432 -0
- package/dist/tools/board-widget.d.ts.map +1 -0
- package/dist/tools/board-widget.js +820 -0
- package/dist/tools/board-widget.js.map +1 -0
- package/dist/tools/change-listeners.d.ts +30 -0
- package/dist/tools/change-listeners.d.ts.map +1 -1
- package/dist/tools/change-listeners.js +24 -18
- package/dist/tools/change-listeners.js.map +1 -1
- package/dist/tools/common-schemas.d.ts +2 -0
- package/dist/tools/common-schemas.d.ts.map +1 -1
- package/dist/tools/common-schemas.js +16 -0
- package/dist/tools/common-schemas.js.map +1 -1
- package/dist/tools/csv-export.d.ts +1849 -0
- package/dist/tools/csv-export.d.ts.map +1 -0
- package/dist/tools/csv-export.js +61 -0
- package/dist/tools/csv-export.js.map +1 -0
- package/dist/tools/generic-layouts.d.ts +302 -0
- package/dist/tools/generic-layouts.d.ts.map +1 -1
- package/dist/tools/generic-layouts.js +124 -70
- package/dist/tools/generic-layouts.js.map +1 -1
- package/dist/tools/get-operations.d.ts +16 -0
- package/dist/tools/get-operations.d.ts.map +1 -0
- package/dist/tools/get-operations.js +63 -0
- package/dist/tools/get-operations.js.map +1 -0
- package/dist/tools/jobs.d.ts +32 -0
- package/dist/tools/jobs.d.ts.map +1 -0
- package/dist/tools/jobs.js +193 -0
- package/dist/tools/jobs.js.map +1 -0
- package/dist/tools/pages.d.ts +55 -0
- package/dist/tools/pages.d.ts.map +1 -1
- package/dist/tools/pages.js +173 -257
- package/dist/tools/pages.js.map +1 -1
- package/dist/tools/ppt-export-schemas.d.ts +16 -16
- package/dist/tools/ppt-export.d.ts +1493 -0
- package/dist/tools/ppt-export.d.ts.map +1 -1
- package/dist/tools/ppt-export.js +23 -17
- package/dist/tools/ppt-export.js.map +1 -1
- package/dist/tools/profile-management.d.ts +20 -0
- package/dist/tools/profile-management.d.ts.map +1 -0
- package/dist/tools/profile-management.js +250 -0
- package/dist/tools/profile-management.js.map +1 -0
- package/dist/tools/references.d.ts +36 -0
- package/dist/tools/references.d.ts.map +1 -1
- package/dist/tools/references.js +48 -45
- package/dist/tools/references.js.map +1 -1
- package/dist/tools/richstring-widgets.d.ts +51 -0
- package/dist/tools/richstring-widgets.d.ts.map +1 -0
- package/dist/tools/richstring-widgets.js +173 -0
- package/dist/tools/richstring-widgets.js.map +1 -0
- package/dist/tools/schedule.d.ts +14 -0
- package/dist/tools/schedule.d.ts.map +1 -1
- package/dist/tools/schedule.js +7 -3
- package/dist/tools/schedule.js.map +1 -1
- package/dist/tools/script-logs.d.ts +29 -0
- package/dist/tools/script-logs.d.ts.map +1 -0
- package/dist/tools/script-logs.js +144 -0
- package/dist/tools/script-logs.js.map +1 -0
- package/dist/tools/script.d.ts +25 -0
- package/dist/tools/script.d.ts.map +1 -0
- package/dist/tools/script.js +121 -0
- package/dist/tools/script.js.map +1 -0
- package/dist/tools/search.d.ts +1870 -0
- package/dist/tools/search.d.ts.map +1 -1
- package/dist/tools/search.js +50 -76
- package/dist/tools/search.js.map +1 -1
- package/dist/tools/system.d.ts.map +1 -1
- package/dist/tools/system.js +4 -2
- package/dist/tools/system.js.map +1 -1
- package/dist/tools/type-layouts.d.ts +37 -0
- package/dist/tools/type-layouts.d.ts.map +1 -1
- package/dist/tools/type-layouts.js +30 -22
- package/dist/tools/type-layouts.js.map +1 -1
- package/dist/tools/type-management.d.ts +134 -0
- package/dist/tools/type-management.d.ts.map +1 -0
- package/dist/tools/{workspace.js → type-management.js} +67 -307
- package/dist/tools/type-management.js.map +1 -0
- package/dist/tools/users.d.ts +19 -0
- package/dist/tools/users.d.ts.map +1 -1
- package/dist/tools/users.js +14 -28
- package/dist/tools/users.js.map +1 -1
- package/dist/tools/validators.d.ts +28 -0
- package/dist/tools/validators.d.ts.map +1 -1
- package/dist/tools/validators.js +21 -15
- package/dist/tools/validators.js.map +1 -1
- package/dist/tools/version-check.d.ts.map +1 -1
- package/dist/tools/version-check.js +11 -9
- package/dist/tools/version-check.js.map +1 -1
- package/dist/tools/version-history.d.ts +48 -0
- package/dist/tools/version-history.d.ts.map +1 -1
- package/dist/tools/version-history.js +39 -29
- package/dist/tools/version-history.js.map +1 -1
- package/dist/tools/widgets.d.ts +185 -0
- package/dist/tools/widgets.d.ts.map +1 -1
- package/dist/tools/widgets.js +245 -363
- package/dist/tools/widgets.js.map +1 -1
- package/dist/tools/workflow-scripts.d.ts +40 -0
- package/dist/tools/workflow-scripts.d.ts.map +1 -0
- package/dist/tools/workflow-scripts.js +186 -0
- package/dist/tools/workflow-scripts.js.map +1 -0
- package/dist/tools/workflow.d.ts +70 -0
- package/dist/tools/workflow.d.ts.map +1 -0
- package/dist/tools/workflow.js +259 -0
- package/dist/tools/workflow.js.map +1 -0
- package/dist/tools/workspace-admin.d.ts +50 -0
- package/dist/tools/workspace-admin.d.ts.map +1 -0
- package/dist/tools/workspace-admin.js +184 -0
- package/dist/tools/workspace-admin.js.map +1 -0
- package/dist/tools/workspace-core.d.ts +48 -0
- package/dist/tools/workspace-core.d.ts.map +1 -0
- package/dist/tools/workspace-core.js +184 -0
- package/dist/tools/workspace-core.js.map +1 -0
- package/dist/types.d.ts +3 -3
- package/dist/types.d.ts.map +1 -1
- package/dist/utils/dateValidation.d.ts +5 -0
- package/dist/utils/dateValidation.d.ts.map +1 -0
- package/dist/utils/dateValidation.js +57 -0
- package/dist/utils/dateValidation.js.map +1 -0
- package/dist/utils.d.ts +6 -0
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +114 -8
- package/dist/utils.js.map +1 -1
- package/dist/widget-specifications/CLAUDE.md +288 -0
- package/dist/widget-specifications/DOCUMENTATION-STATUS.md +424 -0
- package/dist/widget-specifications/GENERATING-FROM-RESEARCH.md +61 -0
- package/dist/widget-specifications/WIDGET-TAGGING-SCHEME.md +217 -0
- package/dist/widget-specifications/_research_from_ga_products/.claude-settings.local.json +48 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-api-common-config-metadata-SyncMetadataTable/research.md +168 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-breadcrumbs-breadcrumbsWidget/research.md +125 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-cboard-main-board/research.md +373 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-citizenAi-askYourPageWidget/research.md +319 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-cplaceReportGeneration-generateReportWidget/research.md +295 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-employeeReportChart/research.md +230 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-employeeReportGrid/research.md +215 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-projectmanagerReportChart/research.md +192 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-projectmanagerReportGrid/research.md +178 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-widget/research.md +332 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-demoWidgets-demoRichString/research.md +194 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-documentation-navigationWidget/research.md +426 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-imageWithTextAndListWidget/research.md +326 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-imageWithTextWidget/research.md +580 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-widget/research.md +281 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-draggablePageList-widget/research.md +210 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dynamicCodeBlockWidget-dynamicCodeBlockWidget/research.md +250 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-attribute-conversion-widget-enumMappingTable/research.md +260 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-configuration-widget-attributeMappingTable/research.md +148 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-cleanupConfigTable/research.md +138 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-connectorSyncConfigsTable/research.md +150 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-serverConnectionTable/research.md +181 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-extendedTreeTableWidget/research.md +253 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-horizontalDivider/research.md +261 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-startWizardWidget/research.md +211 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepEditorForWizardWidget/research.md +183 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepEditorWidget/research.md +298 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepManager/research.md +419 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepPreview/research.md +256 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardActivation/research.md +174 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardAnalysis/research.md +283 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardLocalizations/research.md +193 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-genericInterface-api-widgets-triggerInterfaceButton/research.md +180 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-quickOverview/research.md +186 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-sessionUserNameWidget/research.md +158 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-simpleListWithAttachment/research.md +135 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-layoutTabsWidget-widget/research.md +238 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-lowCodeWidgets-lowCodeButton/research.md +272 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-lowcode-ai-chatWidget/research.md +194 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-meeting-pageHeader/research.md +208 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-navigationTileWidget-widget/research.md +259 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-headlineForReports/research.md +174 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-scriptPlaceholders/research.md +233 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-templatePlaceholders/research.md +150 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-orgaTree-edit/research.md +353 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-outlookMessageIntegration-outlookMessages/research.md +233 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pageViewHeadline-widget/research.md +217 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pdfPreview-widget/research.md +235 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-attributesGroup/research.md +525 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-batchJobQuickGlance/research.md +372 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-connectedAttributesGroup/research.md +408 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-dynamicIframe/research.md +198 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-tableWidget/research.md +427 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pptexport-pgPreviewWidget/research.md +151 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projectTree-editProjects/research.md +163 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projektplanung-scheduleLockState/research.md +174 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projektplanung-subscriptions/research.md +316 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-qrCodeWidget/research.md +130 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-resourceManagement-resourcePlannerDefinition/research.md +331 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-rest-config-widget-productionModeHintWidget/research.md +332 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-simpleCalendar-calendar/research.md +284 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-simpleForm-widget/research.md +193 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-tableDetailViewWidget-widget/research.md +311 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-treeTableWidget/research.md +420 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-tuplesWidget-widget/research.md +295 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-videoWidget/research.md +154 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-scriptingHighcharts/research.md +249 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-scriptingLineChart/research.md +279 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-tupleLineChart/research.md +221 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-attributeHistory/research.md +421 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-attributes/research.md +377 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-comments/research.md +254 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedBarChart/research.md +275 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedMatrix/research.md +396 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedPieChart/research.md +150 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedSingleAttribute/research.md +430 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedTableFilter/research.md +468 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-customRichStringAttribute/research.md +120 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-embeddedSearchAsList/research.md +485 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-embeddedSearchAsTable/research.md +428 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-files/research.md +240 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-iframe/research.md +358 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-incomingLinks/research.md +242 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-incomingReferences/research.md +488 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-makeover-attributes/research.md +219 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-modificationInfo/research.md +141 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-myElements/research.md +116 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-richString/research.md +437 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-singleAttribute/research.md +1094 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-tags/research.md +332 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-wiki/research.md +258 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-gantt/research.md +268 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-ganttTaskDemo/research.md +271 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-multiGantt/research.md +343 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-scheduleTreeTable/research.md +261 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-singleGantt/research.md +184 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-singleGanttLink/research.md +188 -0
- package/dist/widget-specifications/_research_from_ga_products/de-2lforge-curves-widget/research.md +341 -0
- package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-datePickerWidget/research.md +232 -0
- package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-dropDownWidget/research.md +417 -0
- package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-miscWidget/research.md +172 -0
- package/dist/widget-specifications/_research_from_ga_products/de-visualistik-visualRoadmap-widget/research.md +277 -0
- package/dist/widget-specifications/_research_from_ga_products/msg-scripts-imagegallery-basic/research.md +112 -0
- package/dist/widget-specifications/_research_from_ga_products/phase-0-discovery-approach.md +248 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-definition-mapping.md +168 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-documentation-project.md +259 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/generate.sh +100 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/parse-mapping.sh +35 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/template.md +38 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/widgets.txt +107 -0
- package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_overview.md +40 -0
- package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_meta.json +8 -0
- package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_overview.md +74 -0
- package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_implementation.md +37 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_overview.md +117 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_meta.json +3 -0
- package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_overview.md +123 -0
- package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_overview.md +45 -0
- package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_overview.md +79 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_overview.md +45 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_overview.md +68 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_overview.md +45 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.widget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.widget/_overview.md +157 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_overview.md +200 -0
- package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_overview.md +27 -0
- package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_overview.md +79 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_overview.md +176 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_overview.md +85 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_overview.md +93 -0
- package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_overview.md +75 -0
- package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_overview.md +167 -0
- package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_overview.md +64 -0
- package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_overview.md +61 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_overview.md +94 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_overview.md +28 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_overview.md +116 -0
- package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_meta.json +8 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_overview.md +44 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_overview.md +40 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_overview.md +47 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_overview.md +23 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_overview.md +32 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_meta.json +8 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_overview.md +29 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_overview.md +69 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_overview.md +91 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_overview.md +48 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_overview.md +58 -0
- package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_overview.md +66 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_overview.md +52 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_overview.md +53 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_implementation.md +6 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_meta.json +7 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_overview.md +115 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.layoutSelection.md +2 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.layouts.md +3 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.sourceForLayouts.md +1 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_overview.md +137 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_overview.md +63 -0
- package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_meta.json +12 -0
- package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_overview.md +31 -0
- package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_overview.md +71 -0
- package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_meta.json +8 -0
- package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_overview.md +57 -0
- package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_overview.md +22 -0
- package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_overview.md +24 -0
- package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.orgaTree.edit/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.orgaTree.edit/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.orgaTree.edit/_overview.md +62 -0
- package/dist/widget-specifications/cf.cplace.orgaTree.edit/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_meta.json +12 -0
- package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_overview.md +50 -0
- package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_overview.md +62 -0
- package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_overview.md +79 -0
- package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_implementation.md +13 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_overview.md +108 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/absoluteSelection.md +9 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/layout.md +8 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/pageSelection.md +12 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/relativeSelection.md +14 -0
- package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_overview.md +52 -0
- package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_implementation.md +17 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_overview.md +103 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/cf.cplace.platform.attributesGroup.layout.md +8 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/singleSelectionWidgetId.md +15 -0
- package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_overview.md +49 -0
- package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/_meta.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/_overview.md +188 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_overview.md +92 -0
- package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_overview.md +81 -0
- package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_overview.md +60 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_overview.md +59 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.qrCodeWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.qrCodeWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.qrCodeWidget/_overview.md +25 -0
- package/dist/widget-specifications/cf.cplace.qrCodeWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_overview.md +78 -0
- package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_overview.md +44 -0
- package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_overview.md +42 -0
- package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.simpleForm.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.simpleForm.widget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.simpleForm.widget/_overview.md +85 -0
- package/dist/widget-specifications/cf.cplace.simpleForm.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_overview.md +92 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/attributes.md +7 -0
- package/dist/widget-specifications/cf.cplace.treeTableWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.treeTableWidget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.treeTableWidget/_overview.md +51 -0
- package/dist/widget-specifications/cf.cplace.treeTableWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_overview.md +202 -0
- package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.videoWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.videoWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.videoWidget/_overview.md +65 -0
- package/dist/widget-specifications/cf.cplace.videoWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_implementation.md +12 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_overview.md +117 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/cf.cplace.visualization.dataSource.md +5 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/cf.cplace.visualization.search.md +10 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/script.md +29 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/tableWidgetId.md +10 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_overview.md +72 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_overview.md +50 -0
- package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.attributeHistory/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.attributeHistory/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.attributeHistory/_overview.md +79 -0
- package/dist/widget-specifications/cf.platform.attributeHistory/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.attributes/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.attributes/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.attributes/_overview.md +89 -0
- package/dist/widget-specifications/cf.platform.attributes/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.comments/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.comments/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.comments/_overview.md +52 -0
- package/dist/widget-specifications/cf.platform.comments/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_implementation.md +10 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_overview.md +70 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/search.md +15 -0
- package/dist/widget-specifications/cf.platform.connectedMatrix/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedMatrix/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.connectedMatrix/_overview.md +189 -0
- package/dist/widget-specifications/cf.platform.connectedMatrix/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_implementation.md +10 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_overview.md +70 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/search.md +10 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_implementation.md +15 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_overview.md +69 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/attributeName.md +10 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/singleColumn.md +9 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/singleSelectionWidgetId.md +3 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/withLabel.md +11 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/withValue.md +12 -0
- package/dist/widget-specifications/cf.platform.connectedTableFilter/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedTableFilter/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.connectedTableFilter/_overview.md +89 -0
- package/dist/widget-specifications/cf.platform.connectedTableFilter/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.customRichStringAttribute/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.customRichStringAttribute/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.customRichStringAttribute/_overview.md +39 -0
- package/dist/widget-specifications/cf.platform.customRichStringAttribute/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_overview.md +66 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/search.md +8 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_implementation.md +10 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_overview.md +109 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/columns.md +14 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/multiSortColumns.md +16 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/search.md +8 -0
- package/dist/widget-specifications/cf.platform.files/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.files/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.files/_overview.md +74 -0
- package/dist/widget-specifications/cf.platform.files/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.iframe/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.iframe/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.iframe/_overview.md +77 -0
- package/dist/widget-specifications/cf.platform.iframe/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.incomingLinks/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.incomingLinks/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.incomingLinks/_overview.md +83 -0
- package/dist/widget-specifications/cf.platform.incomingLinks/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.incomingReferences/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.incomingReferences/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.incomingReferences/_overview.md +48 -0
- package/dist/widget-specifications/cf.platform.incomingReferences/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.makeover.attributes/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.makeover.attributes/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.makeover.attributes/_overview.md +48 -0
- package/dist/widget-specifications/cf.platform.makeover.attributes/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.modificationInfo/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.modificationInfo/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.modificationInfo/_overview.md +27 -0
- package/dist/widget-specifications/cf.platform.modificationInfo/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.myElements/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.myElements/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.myElements/_overview.md +69 -0
- package/dist/widget-specifications/cf.platform.myElements/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.richString/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.richString/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.richString/_overview.md +43 -0
- package/dist/widget-specifications/cf.platform.richString/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_implementation.md +18 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_overview.md +83 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.entity.md +10 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.quotedAttributeName.md +12 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.singleColumn.md +9 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.useParent.md +11 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.withLabel.md +11 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.withValue.md +12 -0
- package/dist/widget-specifications/cf.platform.tags/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.tags/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.tags/_overview.md +49 -0
- package/dist/widget-specifications/cf.platform.tags/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.wiki/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.wiki/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.wiki/_overview.md +32 -0
- package/dist/widget-specifications/cf.platform.wiki/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.gantt/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.gantt/_meta.json +11 -0
- package/dist/widget-specifications/cf.projektplanung.gantt/_overview.md +61 -0
- package/dist/widget-specifications/cf.projektplanung.gantt/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_meta.json +10 -0
- package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_overview.md +65 -0
- package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.multiGantt/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.multiGantt/_meta.json +11 -0
- package/dist/widget-specifications/cf.projektplanung.multiGantt/_overview.md +73 -0
- package/dist/widget-specifications/cf.projektplanung.multiGantt/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_meta.json +10 -0
- package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_overview.md +84 -0
- package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.singleGantt/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.singleGantt/_meta.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.singleGantt/_overview.md +27 -0
- package/dist/widget-specifications/cf.projektplanung.singleGantt/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_meta.json +10 -0
- package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_overview.md +84 -0
- package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_summary.md +1 -0
- package/dist/widget-specifications/de.2lforge.curves.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.2lforge.curves.widget/_meta.json +12 -0
- package/dist/widget-specifications/de.2lforge.curves.widget/_overview.md +73 -0
- package/dist/widget-specifications/de.2lforge.curves.widget/_summary.md +1 -0
- package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_meta.json +9 -0
- package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_overview.md +67 -0
- package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_summary.md +1 -0
- package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_meta.json +10 -0
- package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_overview.md +58 -0
- package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_summary.md +1 -0
- package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_meta.json +8 -0
- package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_overview.md +43 -0
- package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_summary.md +1 -0
- package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_meta.json +11 -0
- package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_overview.md +47 -0
- package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_summary.md +1 -0
- package/dist/widget-specifications/index.d.ts.map +1 -0
- package/dist/widget-specifications/index.js +55 -0
- package/dist/widget-specifications/index.js.map +1 -0
- package/dist/widget-specifications/msg.scripts.imagegallery.basic/_catalog-data.json +12 -0
- package/dist/widget-specifications/msg.scripts.imagegallery.basic/_meta.json +10 -0
- package/dist/widget-specifications/msg.scripts.imagegallery.basic/_overview.md +55 -0
- package/dist/widget-specifications/msg.scripts.imagegallery.basic/_summary.md +1 -0
- package/dist/widget-specifications/tag-registry.json +63 -0
- package/package.json +3 -2
- package/dist/tools/workspace.d.ts +0 -4
- package/dist/tools/workspace.d.ts.map +0 -1
- package/dist/tools/workspace.js.map +0 -1
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
Displays an image from a file reference attribute and allows easy drag-and-drop upload. The widget provides a complete image management solution for cplace Pages, offering intuitive drag-and-drop functionality for image upload, selection from existing images, and removal. It integrates deeply with cplace's Document management and permission system, storing the image as a Page attribute reference rather than just a child Document.
|
|
4
|
+
|
|
5
|
+
## Primary Use Cases
|
|
6
|
+
|
|
7
|
+
1. **Hero Images**: Add prominent images to Pages such as project banners or product photos
|
|
8
|
+
2. **Visual Context**: Provide visual representation for abstract content like process diagrams or flowcharts
|
|
9
|
+
3. **Document Visualization**: Display document previews or scanned images
|
|
10
|
+
4. **Profile Pictures**: Show images associated with person or organization Pages
|
|
11
|
+
5. **Asset Management**: Quick access to upload and select from Page-attached images
|
|
12
|
+
|
|
13
|
+
## User Interaction Patterns
|
|
14
|
+
|
|
15
|
+
### When No Image Is Set
|
|
16
|
+
|
|
17
|
+
The widget displays an upload button with file picker and a table of available images (existing Document children of the Page). Users can upload new images via drag-and-drop or file picker, or select from existing images by clicking the "Insert this Image" button.
|
|
18
|
+
|
|
19
|
+
### When Image Is Set
|
|
20
|
+
|
|
21
|
+
The image displays with configured scaling. A remove button (red X) appears in the top-right corner. Clicking the image opens it in a lightbox view. Clicking remove clears the attribute reference and returns to the "no image" state.
|
|
22
|
+
|
|
23
|
+
### Permission Handling
|
|
24
|
+
|
|
25
|
+
The widget respects cplace permissions:
|
|
26
|
+
- If user lacks read permissions on the referenced Document, shows "insufficient rights" message
|
|
27
|
+
- If user lacks edit permissions on the attribute, upload/remove buttons are hidden
|
|
28
|
+
- If user lacks create document permissions on the Page, upload is disabled
|
|
29
|
+
|
|
30
|
+
## Design Considerations
|
|
31
|
+
|
|
32
|
+
### Why Store as Attribute Reference?
|
|
33
|
+
|
|
34
|
+
Storing the image as an attribute reference (rather than just a child Document) enables:
|
|
35
|
+
- **Querying**: Search for Pages by their image attribute
|
|
36
|
+
- **Validation**: Enforce that exactly one image is set
|
|
37
|
+
- **Workflows**: Trigger automations when the image changes
|
|
38
|
+
- **Data Model**: Image becomes part of the Page's structured data
|
|
39
|
+
|
|
40
|
+
### Scaling Options
|
|
41
|
+
|
|
42
|
+
Three scaling modes support different layout needs:
|
|
43
|
+
- **Horizontal**: Wide images that should fill width (banners, headers)
|
|
44
|
+
- **Vertical**: Tall images that should fill height (portraits, posters)
|
|
45
|
+
- **Fit**: Ensure entire image is visible without cropping
|
|
46
|
+
|
|
47
|
+
### Available Images Feature
|
|
48
|
+
|
|
49
|
+
The widget lists all image Documents on the Page to enable reuse of uploaded images, provide visual selection without browsing the file system, show metadata (name, size, modification date), and reduce duplicate uploads.
|
|
50
|
+
|
|
51
|
+
## Configuration Requirements
|
|
52
|
+
|
|
53
|
+
### Attribute Constraints
|
|
54
|
+
|
|
55
|
+
The reference attribute must meet specific requirements:
|
|
56
|
+
- Must be a reference attribute to Document type
|
|
57
|
+
- Must have "At most one value" multiplicity (maximalOne)
|
|
58
|
+
- Must be editable by the user
|
|
59
|
+
- Cannot be used with multi-value attributes
|
|
60
|
+
|
|
61
|
+
### Entity Type Constraint
|
|
62
|
+
|
|
63
|
+
This widget is only embeddable in **Page** entities and cannot be used on other entity types.
|
|
64
|
+
|
|
65
|
+
## Common Pitfalls
|
|
66
|
+
|
|
67
|
+
- **Using multi-value attributes**: The widget requires "At most one value" multiplicity and will not work with multi-value reference attributes
|
|
68
|
+
- **Wrong attribute type**: The attribute must be a reference to Document type, not a string or other type
|
|
69
|
+
- **Insufficient permissions**: Users need both edit permissions on the attribute and create document permissions on the Page to upload images
|
|
70
|
+
- **Multiple images needed**: This widget manages exactly one image reference - for multiple images, use image gallery widgets or multiple instances of this widget
|
|
71
|
+
|
|
72
|
+
## Related Widgets
|
|
73
|
+
|
|
74
|
+
### Widget Family
|
|
75
|
+
|
|
76
|
+
This is the base widget in a family of three related widgets:
|
|
77
|
+
|
|
78
|
+
- **cf.cplace.dragAndDropImageView.imageWithTextWidget** (Image with text): Extends the base widget by adding overlay text with configurable positioning and rich formatting (HTML)
|
|
79
|
+
- **cf.cplace.dragAndDropImageView.imageWithTextAndListWidget** (Image with text and list): Further extends the image with text widget by adding a search/list component below the image, useful for showing related entities with a visual header
|
|
80
|
+
|
|
81
|
+
### Alternative Widgets
|
|
82
|
+
|
|
83
|
+
- **Image gallery widgets**: For displaying multiple images
|
|
84
|
+
- **Simple image display widgets**: For read-only image display without upload capability
|
|
85
|
+
- **Document list widgets**: For working with images not stored as Page attributes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Displays an image from a file reference attribute and allows easy drag-and-drop upload.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.cplace.draggablePageList.widget",
|
|
3
|
+
"Description": "{\"en\":\"The “Drag and Drop Prioritization” widget displays pages (instances of types) in a sortable list. In the widget, you can change the order of the list entries using drag and drop. You can remove the sorting of an entry by moving an entry to the “Unsorted entries” column.\",\"de\":\"Das Widget „Drag-and-Drop-Priorisierung“ zeigt Seiten (Instanzen von Typen) in einer sortierbaren Liste an. Im Widget können Sie die Reihenfolge der Listeneinträge per Drag-and-Drop ändern. Sie können die Sortierung eines Eintrags aufheben, indem Sie einen Eintrag in die Spalte „Unsortierte Einträge“ verschieben.\"}",
|
|
4
|
+
"Localized Name": "{\"en\":\"Drag and Drop Prioritization\",\"de\":\"Drag-and-Drop-Priorisierung\"}",
|
|
5
|
+
"Icon": "cf-widget",
|
|
6
|
+
"Plugin": "cf.cplace.draggablePageList",
|
|
7
|
+
"App": "cf.cplace.draggablePageList",
|
|
8
|
+
"Localized App Name": "{\"en\":\"Drag and Drop List\",\"de\":\"Drag-and-Drop-Liste\"}",
|
|
9
|
+
"Repository": "cplace-paw",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": null
|
|
12
|
+
}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
The "Drag and Drop Prioritization" widget displays pages (instances of types) in a sortable list. In the widget, you can change the order of the list entries using drag and drop. You can remove the sorting of an entry by moving an entry to the "Unsorted entries" column.
|
|
4
|
+
|
|
5
|
+
Instead of manually entering numeric priority values, users can simply drag items into the desired order, and the widget automatically persists the changes to a configurable numeric attribute. The widget displays items from a search query and can optionally separate sorted entries from unsorted ones in dual list layouts.
|
|
6
|
+
|
|
7
|
+
## Use Cases
|
|
8
|
+
|
|
9
|
+
### Task and Backlog Management
|
|
10
|
+
- Managing task backlogs where items need to be ordered by priority
|
|
11
|
+
- Sprint planning with drag-and-drop story prioritization
|
|
12
|
+
- Work item ranking and ordering
|
|
13
|
+
- Queue management for items awaiting processing
|
|
14
|
+
|
|
15
|
+
### Roadmap and Planning
|
|
16
|
+
- Ordering features or initiatives by priority
|
|
17
|
+
- Timeline sequencing of deliverables
|
|
18
|
+
- Release planning with priority-based sorting
|
|
19
|
+
- Sequential process planning
|
|
20
|
+
|
|
21
|
+
### Resource Management
|
|
22
|
+
- Prioritizing resource requests or assignments
|
|
23
|
+
- Budget allocation ordering
|
|
24
|
+
- Service request queue management
|
|
25
|
+
- Workflow step ordering
|
|
26
|
+
|
|
27
|
+
## Operating Modes
|
|
28
|
+
|
|
29
|
+
### Single List Mode
|
|
30
|
+
Displays only sorted entries where all items have an order value assigned. This mode is suitable when you're working with a fully prioritized set of items and don't need to distinguish between sorted and unsorted entries. Configure by setting `showUnsortedEntries` to false.
|
|
31
|
+
|
|
32
|
+
### Vertical Dual List Mode
|
|
33
|
+
Displays sorted entries first with unsorted entries shown below. This layout works well for workflows where new items need to be reviewed and then dragged into the priority order. The vertical stacking makes it easy to scan both lists without horizontal scrolling. Configure by setting `showUnsortedEntries` to true and `showUnsortedEntriesHorizontallly` to false.
|
|
34
|
+
|
|
35
|
+
### Horizontal Dual List Mode
|
|
36
|
+
Shows sorted and unsorted entries side-by-side, useful for "backlog" versus "prioritized" visualization patterns. This mode provides a clear visual separation between items that have been prioritized and those awaiting prioritization, similar to Kanban-style boards. Configure by setting both `showUnsortedEntries` and `showUnsortedEntriesHorizontallly` to true.
|
|
37
|
+
|
|
38
|
+
## Design Considerations
|
|
39
|
+
|
|
40
|
+
### When to Use This Widget
|
|
41
|
+
Choose this widget when:
|
|
42
|
+
- You need visual management of priority or order for a set of pages
|
|
43
|
+
- The order needs to be persisted in a numeric attribute
|
|
44
|
+
- Users benefit from an intuitive drag-and-drop interface rather than manual numeric entry
|
|
45
|
+
- You need to separate sorted items from unsorted/new items
|
|
46
|
+
- You want to display responsible users and metadata alongside items
|
|
47
|
+
|
|
48
|
+
### Data Model Requirements
|
|
49
|
+
The widget requires:
|
|
50
|
+
- A numeric attribute on the target page type for storing order/priority values
|
|
51
|
+
- Optional user reference attribute for displaying responsible parties
|
|
52
|
+
- Optional attributes for icons, labels, and blocked status indicators
|
|
53
|
+
|
|
54
|
+
The search configuration must return pages of a single type to ensure consistent attribute handling.
|
|
55
|
+
|
|
56
|
+
### Performance Considerations
|
|
57
|
+
The widget includes a configurable hit count limit (default: 1000 items) to prevent performance issues with large datasets. When search results exceed this limit, the widget displays an error alert. Plan your search configuration to stay within this threshold or adjust the limit based on your performance requirements.
|
|
58
|
+
|
|
59
|
+
### Permission Requirements
|
|
60
|
+
Users need:
|
|
61
|
+
- Edit permissions on the order attribute to reorder items through drag-and-drop
|
|
62
|
+
- Read permissions to view the listed pages and their metadata
|
|
63
|
+
|
|
64
|
+
## Rich Item Display
|
|
65
|
+
|
|
66
|
+
Each item in the list can display multiple pieces of information:
|
|
67
|
+
- **Item title** with clickable link to the page
|
|
68
|
+
- **Type indicator icons** from a configurable attribute
|
|
69
|
+
- **Responsible user avatars** with overflow handling (shows "+N" for additional users)
|
|
70
|
+
- **Label indicators** from configurable attributes displayed as tags
|
|
71
|
+
- **Additional icon attributes** for visual metadata
|
|
72
|
+
- **Blocked item highlighting** based on a boolean/indicator attribute
|
|
73
|
+
|
|
74
|
+
This rich display helps users make informed prioritization decisions without needing to open individual pages.
|
|
75
|
+
|
|
76
|
+
## Common Pitfalls
|
|
77
|
+
|
|
78
|
+
- **Search returning multiple types**: The widget requires search results to contain pages of a single type. If your search returns mixed types, you'll encounter validation errors.
|
|
79
|
+
- **Missing order attribute**: Without a numeric attribute to store order values, the drag-and-drop functionality cannot persist changes.
|
|
80
|
+
- **Exceeding hit count limits**: Large search results can trigger the hit count limit error. Refine your search or adjust the `hitCountLimit` setting.
|
|
81
|
+
- **Incorrect attribute types**: The order attribute must be numeric and sortable. Using text or other attribute types will not work correctly.
|
|
82
|
+
|
|
83
|
+
## Alternative Widgets
|
|
84
|
+
|
|
85
|
+
- **cf.platform.embeddedSearchAsList**: Use this for standard search results lists when drag-and-drop ordering is not needed
|
|
86
|
+
- **cf.cplace.dragAndDropImageView.imageWithTextAndListWidget**: Consider this alternative drag-and-drop widget for different visualization needs
|
|
87
|
+
- **de.visualistik.visualRoadmap.widget**: For roadmap visualization that may incorporate similar prioritization concepts with timeline context
|
|
88
|
+
|
|
89
|
+
## Related Patterns
|
|
90
|
+
|
|
91
|
+
- **Master-Detail Pattern**: Combine with detail widgets to allow users to view and edit items without leaving the prioritization view
|
|
92
|
+
- **Backlog Management**: Use horizontal dual list mode to implement backlog grooming workflows
|
|
93
|
+
- **Priority Queue**: Use single list mode for simple priority queue management where all items are always sorted
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Displays pages in a sortable list where users can change the order using drag and drop. Supports separating sorted and unsorted entries with the order persisted in a configurable numeric attribute.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget",
|
|
3
|
+
"Description": "{\"en\":\"Represents a dynamically generated code block with content defined using cplaceJS.\",\"de\":\"Stellt einen dynamisch generierten Codeblock dar, dessen Inhalt via cplaceJS definiert wird.\"}",
|
|
4
|
+
"Localized Name": "{\"en\":\"Dynamic Code Block\",\"de\":\"Dynamischer Codeblock\"}",
|
|
5
|
+
"Icon": "fa-code",
|
|
6
|
+
"Plugin": "cf.cplace.dynamicCodeBlockWidget",
|
|
7
|
+
"App": "cf.cplace.platform",
|
|
8
|
+
"Localized App Name": "{\"en\":\"cplace Basis\",\"de\":\"cplace Basis\"}",
|
|
9
|
+
"Repository": "cplace-utility-widgets",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": null
|
|
12
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
Represents a dynamically generated code block with content defined using cplaceJS. The widget displays formatted code snippets with syntax highlighting, where the code content is generated dynamically through a cplaceJS script. This widget is useful for showing code examples, configuration snippets, or any text content that benefits from code formatting, with the content determined at runtime based on page data or other dynamic criteria.
|
|
4
|
+
|
|
5
|
+
**Use when you need to:**
|
|
6
|
+
- Display code examples or snippets that change based on page context
|
|
7
|
+
- Show dynamically generated configuration files or scripts
|
|
8
|
+
- Present formatted text output from calculations or data transformations
|
|
9
|
+
- Create documentation pages with context-aware code samples
|
|
10
|
+
|
|
11
|
+
**Alternatives:**
|
|
12
|
+
- **Rich Text Widget** - For static code blocks or when content doesn't need to be generated dynamically
|
|
13
|
+
- **Low-Code Text Widget** - For plain text output without code formatting
|
|
14
|
+
|
|
15
|
+
## Operating Modes
|
|
16
|
+
|
|
17
|
+
### Dynamic Content Generation
|
|
18
|
+
|
|
19
|
+
The widget's primary mode is to execute a cplaceJS expression that returns the code content to display. The script has access to the embedding page's context and can:
|
|
20
|
+
- Extract attribute values and format them as code
|
|
21
|
+
- Generate configuration snippets based on page properties
|
|
22
|
+
- Construct code examples using template patterns
|
|
23
|
+
- Transform data into formatted output
|
|
24
|
+
|
|
25
|
+
**Typical scenarios:**
|
|
26
|
+
- Showing API request examples with actual parameter values from the page
|
|
27
|
+
- Displaying generated SQL queries based on filter selections
|
|
28
|
+
- Presenting configuration snippets with environment-specific values
|
|
29
|
+
- Creating documentation with examples that reflect current settings
|
|
30
|
+
|
|
31
|
+
## Design Considerations
|
|
32
|
+
|
|
33
|
+
### When to Use This Widget
|
|
34
|
+
|
|
35
|
+
Use the Dynamic Code Block when:
|
|
36
|
+
- The code content needs to be generated based on page data
|
|
37
|
+
- You want syntax highlighting for better readability
|
|
38
|
+
- The content should update when page attributes change
|
|
39
|
+
- You need to show technical content (JSON, XML, code) in a formatted way
|
|
40
|
+
|
|
41
|
+
Avoid when:
|
|
42
|
+
- The code content is static and doesn't change (use Rich Text instead)
|
|
43
|
+
- You need user interaction with the code (editing, copying with click)
|
|
44
|
+
- The output is better suited to table or structured display
|
|
45
|
+
- Performance is critical and the script is computationally expensive
|
|
46
|
+
|
|
47
|
+
### Content Formatting
|
|
48
|
+
|
|
49
|
+
The widget provides code block formatting with monospace font and syntax highlighting, making it ideal for technical content. Consider:
|
|
50
|
+
- The readability of the generated content
|
|
51
|
+
- Whether line numbers or specific syntax highlighting is needed
|
|
52
|
+
- The length of the generated code (very long blocks may need scrolling)
|
|
53
|
+
- How the code block integrates with surrounding widgets
|
|
54
|
+
|
|
55
|
+
### Script Performance
|
|
56
|
+
|
|
57
|
+
Since the cplaceJS expression executes on page load and potentially on updates:
|
|
58
|
+
- Keep scripts lightweight and efficient
|
|
59
|
+
- Avoid complex computations that could slow page rendering
|
|
60
|
+
- Cache results when possible if the same code is generated repeatedly
|
|
61
|
+
- Consider whether the dynamic generation is necessary or if static content would suffice
|
|
62
|
+
|
|
63
|
+
## Common Pitfalls
|
|
64
|
+
|
|
65
|
+
- **Complex script logic** - Overly complicated scripts make maintenance difficult; consider simplifying or using helper functions
|
|
66
|
+
- **Missing error handling** - Scripts that fail silently leave the widget empty; include fallback content
|
|
67
|
+
- **Excessive content** - Very long code blocks can overwhelm the page; consider pagination or showing excerpts
|
|
68
|
+
- **Lack of context** - Without explanatory text nearby, users may not understand what the code represents
|
|
69
|
+
|
|
70
|
+
## Related Patterns
|
|
71
|
+
|
|
72
|
+
- **Documentation Generation** - Automatically creating code examples based on actual system configuration
|
|
73
|
+
- **Configuration Display** - Showing current settings in a copy-pasteable format
|
|
74
|
+
- **Query Builder Output** - Displaying the generated query that will be executed based on user selections
|
|
75
|
+
- **API Documentation** - Creating endpoint examples with real parameter values from related pages
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Represents a dynamically generated code block with content defined using cplaceJS.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.cplace.ecf.attribute.conversion.widget.enumMappingTable",
|
|
3
|
+
"Description": null,
|
|
4
|
+
"Localized Name": "{\"en\":\"Enum Mappings\",\"de\":\"Aufzählungszuordnungen\"}",
|
|
5
|
+
"Icon": "cf-widget",
|
|
6
|
+
"Plugin": "cf.cplace.ecf",
|
|
7
|
+
"App": "cf.cplace.ecf.ecfCore",
|
|
8
|
+
"Localized App Name": "{\"en\":\"Enterprise Connectivity Foundation Core App\",\"de\":\"Enterprise Connectivity Foundation Core App\"}",
|
|
9
|
+
"Repository": "cplace-ecf",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": null
|
|
12
|
+
}
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
The Enum Mapping Table widget provides a specialized configuration interface for defining value-level mappings between enumeration attributes in cplace and their counterparts in external systems. It is a core component of the Enterprise Connect Foundation (ECF) framework, enabling administrators to configure how specific enum values should be translated during bidirectional synchronization.
|
|
4
|
+
|
|
5
|
+
This widget displays enum mapping records in a table format, showing pairs of cplace enum values and external system enum values. Each row represents a single value mapping that will be used during data synchronization to ensure consistent translation between systems.
|
|
6
|
+
|
|
7
|
+
## Primary Use Cases
|
|
8
|
+
|
|
9
|
+
### External System Integration
|
|
10
|
+
|
|
11
|
+
When integrating cplace with external systems (e.g., Jira, ServiceNow, custom REST APIs), enumeration attributes often have different value representations. For example:
|
|
12
|
+
|
|
13
|
+
**Scenario**: Syncing project status between cplace and an external project management tool
|
|
14
|
+
- **cplace values**: "Not Started", "In Progress", "Completed", "On Hold"
|
|
15
|
+
- **External system values**: "TODO", "IN_PROGRESS", "DONE", "BLOCKED"
|
|
16
|
+
|
|
17
|
+
The Enum Mapping Table widget allows administrators to define these mappings so that:
|
|
18
|
+
- When syncing FROM external to cplace (INBOUND): "IN_PROGRESS" maps to "In Progress"
|
|
19
|
+
- When syncing FROM cplace to external (OUTBOUND): "Completed" maps to "DONE"
|
|
20
|
+
|
|
21
|
+
### Configuration Scenarios
|
|
22
|
+
|
|
23
|
+
**Enumeration Attribute Mapping**
|
|
24
|
+
- Map cplace enum attribute values to external system enum values
|
|
25
|
+
- Support for different value names and labels between systems
|
|
26
|
+
- Configure bidirectional mappings (inbound and outbound synchronization)
|
|
27
|
+
|
|
28
|
+
**Boolean Attribute Mapping**
|
|
29
|
+
- Special case of enum-like conversion for boolean attributes
|
|
30
|
+
- Maps True/False values between systems that may use different representations (e.g., "Yes"/"No", "1"/"0", "Active"/"Inactive")
|
|
31
|
+
|
|
32
|
+
**Synchronization Configuration**
|
|
33
|
+
- Embedded within enum conversion pages as part of the broader ECF attribute mapping configuration
|
|
34
|
+
- Enables attribute-level conversion rules for ECF connectors
|
|
35
|
+
- Part of the complete sync configuration hierarchy
|
|
36
|
+
|
|
37
|
+
## Design Considerations
|
|
38
|
+
|
|
39
|
+
### Strict Embedding Context
|
|
40
|
+
|
|
41
|
+
The widget can ONLY be embedded in:
|
|
42
|
+
1. Pages of Enum Conversion types (`cf.cplace.ecf.enumConversion` or `cf.cplace.ecf.enumBooleanConversion`)
|
|
43
|
+
2. Type definitions for Enum Conversion types
|
|
44
|
+
|
|
45
|
+
The widget enforces these embedding rules strictly and will throw a `NotEmbeddableException` if embedded elsewhere. This ensures the widget always has access to the parent enum conversion context it requires.
|
|
46
|
+
|
|
47
|
+
### Dynamic Value Population
|
|
48
|
+
|
|
49
|
+
The widget displays two primary columns with dynamically populated values:
|
|
50
|
+
|
|
51
|
+
**cplace Enum Values**
|
|
52
|
+
- Automatically populated based on the attribute type configured in the parent attribute mapping
|
|
53
|
+
- Supports custom attributes with enumeration constraints and built-in boolean attributes
|
|
54
|
+
- For boolean attributes, shows "True" and "False" options
|
|
55
|
+
- Values reflect the actual enum options available in cplace
|
|
56
|
+
|
|
57
|
+
**External Enum Values**
|
|
58
|
+
- Populated by external system connectors
|
|
59
|
+
- Specific to the connector and external attribute being mapped
|
|
60
|
+
- Reflects the actual enum options available in the external system
|
|
61
|
+
|
|
62
|
+
### Data Filtering
|
|
63
|
+
|
|
64
|
+
The widget automatically filters displayed mappings by:
|
|
65
|
+
- Space (workspace of the conversion page)
|
|
66
|
+
- Type (`cf.cplace.ecf.enumValueMapping`)
|
|
67
|
+
- Conversion reference (shows only mappings for the current conversion)
|
|
68
|
+
|
|
69
|
+
This ensures administrators only see mappings relevant to the current enum conversion being configured.
|
|
70
|
+
|
|
71
|
+
## Configuration Workflow
|
|
72
|
+
|
|
73
|
+
Typical configuration workflow:
|
|
74
|
+
|
|
75
|
+
1. Create or edit a Sync Configuration
|
|
76
|
+
2. Add an Attribute Mapping for an enum attribute
|
|
77
|
+
3. System creates or references an Enum Conversion page
|
|
78
|
+
4. Navigate to the Enum Conversion page
|
|
79
|
+
5. The Enum Mapping Table widget displays automatically
|
|
80
|
+
6. For each value pair:
|
|
81
|
+
- Select a cplace enum value from the dropdown
|
|
82
|
+
- Select the corresponding external enum value from the dropdown
|
|
83
|
+
- Save the mapping
|
|
84
|
+
7. Repeat until all values are mapped
|
|
85
|
+
8. Activate synchronization
|
|
86
|
+
|
|
87
|
+
## Important Constraints
|
|
88
|
+
|
|
89
|
+
**Manual Mapping Required**
|
|
90
|
+
- While enum conversions can be auto-created, individual value mappings must be manually configured
|
|
91
|
+
- No automatic value matching or suggestion is performed
|
|
92
|
+
|
|
93
|
+
**One-to-One Mappings**
|
|
94
|
+
- Each value can only map to one value in the opposite system
|
|
95
|
+
- Multiple mappings for the same source value will cause errors during synchronization
|
|
96
|
+
|
|
97
|
+
**Complete Mappings**
|
|
98
|
+
- All non-null values must have explicit mappings
|
|
99
|
+
- No default or fallback values are supported
|
|
100
|
+
- Missing mappings will cause errors during synchronization
|
|
101
|
+
|
|
102
|
+
**Immutability During Sync**
|
|
103
|
+
- Mappings should not be modified while synchronization is running
|
|
104
|
+
- Changes may not take effect until the next sync cycle
|
|
105
|
+
|
|
106
|
+
## Integration Context
|
|
107
|
+
|
|
108
|
+
### ECF Framework Integration
|
|
109
|
+
|
|
110
|
+
The widget is part of the Enterprise Connect Foundation (ECF), which provides:
|
|
111
|
+
- Common synchronization logic and UI configurations
|
|
112
|
+
- Bidirectional data sync between cplace and external systems
|
|
113
|
+
- Attribute mapping and conversion framework
|
|
114
|
+
- Validation and error handling during sync
|
|
115
|
+
|
|
116
|
+
### Widget Hierarchy
|
|
117
|
+
|
|
118
|
+
```
|
|
119
|
+
Sync Configuration Page
|
|
120
|
+
└── Attribute Mapping Table
|
|
121
|
+
└── Attribute Mapping Page (for enum attribute)
|
|
122
|
+
└── Enum Conversion Page
|
|
123
|
+
└── Enum Mapping Table Widget
|
|
124
|
+
└── Individual Enum Value Mapping Pages
|
|
125
|
+
```
|
|
126
|
+
|
|
127
|
+
### Synchronization Flow
|
|
128
|
+
|
|
129
|
+
**Configuration Phase** (uses this widget):
|
|
130
|
+
1. Administrator creates attribute mapping
|
|
131
|
+
2. System creates enum conversion page
|
|
132
|
+
3. Widget displays to configure value mappings
|
|
133
|
+
|
|
134
|
+
**Sync Execution Phase**:
|
|
135
|
+
1. ECF reads enum value mappings
|
|
136
|
+
2. Values are translated during sync using configured mappings
|
|
137
|
+
3. System validates mappings are complete and unambiguous
|
|
138
|
+
|
|
139
|
+
## Related Components
|
|
140
|
+
|
|
141
|
+
**Generic Search As Table Widget** (`cf.platform.embeddedSearchAsTable`)
|
|
142
|
+
- The Enum Mapping Table widget extends this base widget definition
|
|
143
|
+
- Inherits standard table features (sorting, filtering, column selection)
|
|
144
|
+
- Specializes the table for enum mapping configuration
|
|
145
|
+
|
|
146
|
+
**Attribute Mapping Widgets**
|
|
147
|
+
- Work alongside this widget in the broader ECF configuration
|
|
148
|
+
- Define which attributes to sync and their mapping rules
|
|
149
|
+
- Reference enum conversions when needed for enum/boolean attributes
|
|
150
|
+
|
|
151
|
+
## Common Pitfalls
|
|
152
|
+
|
|
153
|
+
**Incomplete Mappings**
|
|
154
|
+
- Forgetting to map all enum values leads to sync errors
|
|
155
|
+
- Ensure every non-null value has a corresponding mapping
|
|
156
|
+
|
|
157
|
+
**Modifying During Active Sync**
|
|
158
|
+
- Changing mappings while sync is running may cause inconsistent behavior
|
|
159
|
+
- Always pause synchronization before modifying value mappings
|
|
160
|
+
|
|
161
|
+
**Incorrect Embedding**
|
|
162
|
+
- Attempting to embed the widget outside enum conversion pages will fail
|
|
163
|
+
- The widget requires the parent enum conversion context to function
|
|
164
|
+
|
|
165
|
+
**Ambiguous Mappings**
|
|
166
|
+
- Creating multiple mappings for the same source value causes validation errors
|
|
167
|
+
- Each value must have exactly one target mapping
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Displays and manages value-level mappings between cplace enumeration attributes and external system enumeration attributes for data synchronization in the Enterprise Connect Foundation (ECF).
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.cplace.ecf.configuration.widget.attributeMappingTable",
|
|
3
|
+
"Description": null,
|
|
4
|
+
"Localized Name": "{\"en\":\"Attribute Mappings\",\"de\":\"Attributzuordnungen\"}",
|
|
5
|
+
"Icon": "cf-attribute-selection",
|
|
6
|
+
"Plugin": "cf.cplace.ecf",
|
|
7
|
+
"App": "cf.cplace.ecf.ecfCore",
|
|
8
|
+
"Localized App Name": "{\"en\":\"Enterprise Connectivity Foundation Core App\",\"de\":\"Enterprise Connectivity Foundation Core App\"}",
|
|
9
|
+
"Repository": "cplace-ecf",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": null
|
|
12
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
The Attribute Mapping Table widget displays all attribute mappings associated with a synchronization configuration in the Enterprise Connect Foundation (ECF) plugin. It provides a table view of how cplace attributes are mapped to external system attributes for data synchronization purposes.
|
|
4
|
+
|
|
5
|
+
This widget automatically queries and displays all `Attribute Mapping` entities that reference the current synchronization configuration page, excluding the redundant "Configuration" column since the widget is embedded within the configuration page itself.
|
|
6
|
+
|
|
7
|
+
## Use Cases
|
|
8
|
+
|
|
9
|
+
### Primary Use Case: Configuring Data Synchronization
|
|
10
|
+
|
|
11
|
+
When administrators set up data synchronization between cplace and an external system (like Jira, SAP, or other enterprise systems), they need to define which attributes should be synchronized and how. The Attribute Mapping Table widget provides a central view of all these mappings within a configuration.
|
|
12
|
+
|
|
13
|
+
**Scenario**: An administrator is configuring a Jira integration to synchronize task data. They use this widget to:
|
|
14
|
+
- View all existing attribute mappings at a glance
|
|
15
|
+
- Understand which cplace fields map to which Jira fields
|
|
16
|
+
- See the synchronization direction for each mapping
|
|
17
|
+
- Identify which mappings have custom conversions applied
|
|
18
|
+
|
|
19
|
+
### Supporting Use Cases
|
|
20
|
+
|
|
21
|
+
1. **Configuration Review**: Review all attribute mappings for a synchronization configuration before enabling it
|
|
22
|
+
2. **Troubleshooting**: When data isn't synchronizing correctly, use the table to verify mappings are configured as expected
|
|
23
|
+
3. **Documentation**: Serves as a quick reference for what data flows between systems
|
|
24
|
+
4. **Auditing**: Administrators can audit the complete attribute mapping setup for compliance
|
|
25
|
+
|
|
26
|
+
## Design Considerations
|
|
27
|
+
|
|
28
|
+
### Context Requirements
|
|
29
|
+
|
|
30
|
+
**Embedding Constraint**: This widget can ONLY be embedded in pages of type `cf.cplace.ecf.syncConfiguration` (ECF Synchronization Configuration). Attempting to embed it in other page types will fail with a `NotEmbeddableException`.
|
|
31
|
+
|
|
32
|
+
### Default Layout Integration
|
|
33
|
+
|
|
34
|
+
The widget is automatically included in the **Configuration tab** of synchronization configuration pages:
|
|
35
|
+
- The Configuration tab contains: Attributes widget + Attribute Mappings Table widget
|
|
36
|
+
- The Synchronization tab contains: Sync Metadata Table widget
|
|
37
|
+
|
|
38
|
+
This provides a logical separation between configuration elements and operational synchronization data.
|
|
39
|
+
|
|
40
|
+
### Data Model
|
|
41
|
+
|
|
42
|
+
The widget displays entities of type `cf.cplace.ecf.attributeMapping` which include:
|
|
43
|
+
- **cplace Attribute**: The cplace attribute being mapped
|
|
44
|
+
- **External Attribute**: The external system attribute being mapped
|
|
45
|
+
- **Sync Direction**: INBOUND (external→cplace) or OUTBOUND (cplace→external)
|
|
46
|
+
- **Conversion Parameters**: Optional conversion configuration for data transformation
|
|
47
|
+
|
|
48
|
+
## Related Patterns
|
|
49
|
+
|
|
50
|
+
### Related Widgets
|
|
51
|
+
|
|
52
|
+
- **Sync Metadata Table Widget** (`cf.cplace.ecf.configuration.widget.syncMetadataTable`): Companion widget that displays synchronization metadata entities in the Synchronization tab
|
|
53
|
+
- **Layout Tabs Widget** (`cf.cplace.layoutTabsWidget`): Used to organize the Configuration and Synchronization tabs
|
|
54
|
+
|
|
55
|
+
### Dependencies
|
|
56
|
+
|
|
57
|
+
- Requires the ECF plugin (`cf.cplace.ecf`) to be installed
|
|
58
|
+
- Requires a connector app to provide the synchronization configuration types
|
|
59
|
+
- Works with ECF synchronization framework components (SyncConfiguration, AttributeMapping, Conversion interfaces)
|
|
60
|
+
|
|
61
|
+
## Common Pitfalls
|
|
62
|
+
|
|
63
|
+
- **Incorrect Embedding**: Attempting to use this widget outside of ECF Synchronization Configuration pages will fail. This widget is specifically designed for ECF configurations and cannot be used as a general-purpose table widget.
|
|
64
|
+
- **Missing Connector**: The widget requires an active ECF connector app to be installed. Without a connector, the synchronization configuration types won't be available.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Displays a table of attribute mappings that define how data fields are synchronized between cplace and external systems within a synchronization configuration.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.cplace.ecf.connector.extension.widget.cleanupConfigTable",
|
|
3
|
+
"Description": null,
|
|
4
|
+
"Localized Name": "{\"en\":\"Sync Cleanup Job Configurations\",\"de\":\"Konfigurationen der Synchronisierungsbereinigungsjobs\"}",
|
|
5
|
+
"Icon": "cf-widget",
|
|
6
|
+
"Plugin": "cf.cplace.ecf",
|
|
7
|
+
"App": "cf.cplace.ecf.ecfCore",
|
|
8
|
+
"Localized App Name": "{\"en\":\"Enterprise Connectivity Foundation Core App\",\"de\":\"Enterprise Connectivity Foundation Core App\"}",
|
|
9
|
+
"Repository": "cplace-ecf",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": null
|
|
12
|
+
}
|