@cplace/mcp-server 1.3.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +445 -0
- package/dist/api.d.ts +178 -0
- package/dist/api.d.ts.map +1 -0
- package/dist/api.js +139 -0
- package/dist/api.js.map +1 -0
- package/dist/conditional-registration.d.ts +4 -0
- package/dist/conditional-registration.d.ts.map +1 -0
- package/dist/conditional-registration.js +70 -0
- package/dist/conditional-registration.js.map +1 -0
- package/dist/csvUtils.d.ts +7 -0
- package/dist/csvUtils.d.ts.map +1 -0
- package/dist/csvUtils.js +125 -0
- package/dist/csvUtils.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +350 -0
- package/dist/index.js.map +1 -0
- package/dist/logger.d.ts +4 -0
- package/dist/logger.d.ts.map +1 -0
- package/dist/logger.js +17 -0
- package/dist/logger.js.map +1 -0
- package/dist/preference-file.d.ts +16 -0
- package/dist/preference-file.d.ts.map +1 -0
- package/dist/preference-file.js +133 -0
- package/dist/preference-file.js.map +1 -0
- package/dist/profiles.d.ts +8 -0
- package/dist/profiles.d.ts.map +1 -0
- package/dist/profiles.js +102 -0
- package/dist/profiles.js.map +1 -0
- package/dist/searchConversion.d.ts +2 -0
- package/dist/searchConversion.d.ts.map +1 -0
- package/dist/searchConversion.js +397 -0
- package/dist/searchConversion.js.map +1 -0
- package/dist/searchSchema.d.ts +3152 -0
- package/dist/searchSchema.d.ts.map +1 -0
- package/dist/searchSchema.js +192 -0
- package/dist/searchSchema.js.map +1 -0
- package/dist/str-replace-utils.d.ts +10 -0
- package/dist/str-replace-utils.d.ts.map +1 -0
- package/dist/str-replace-utils.js +42 -0
- package/dist/str-replace-utils.js.map +1 -0
- package/dist/token-hashing.d.ts +3 -0
- package/dist/token-hashing.d.ts.map +1 -0
- package/dist/token-hashing.js +18 -0
- package/dist/token-hashing.js.map +1 -0
- package/dist/tool-metadata.d.ts +2 -0
- package/dist/tool-metadata.d.ts.map +1 -0
- package/dist/tool-metadata.js +45 -0
- package/dist/tool-metadata.js.map +1 -0
- package/dist/tools/board-widget.d.ts +432 -0
- package/dist/tools/board-widget.d.ts.map +1 -0
- package/dist/tools/board-widget.js +810 -0
- package/dist/tools/board-widget.js.map +1 -0
- package/dist/tools/change-listeners.d.ts +48 -0
- package/dist/tools/change-listeners.d.ts.map +1 -0
- package/dist/tools/change-listeners.js +171 -0
- package/dist/tools/change-listeners.js.map +1 -0
- package/dist/tools/common-schemas.d.ts +3 -0
- package/dist/tools/common-schemas.d.ts.map +1 -0
- package/dist/tools/common-schemas.js +17 -0
- package/dist/tools/common-schemas.js.map +1 -0
- package/dist/tools/csv-export.d.ts +3169 -0
- package/dist/tools/csv-export.d.ts.map +1 -0
- package/dist/tools/csv-export.js +61 -0
- package/dist/tools/csv-export.js.map +1 -0
- package/dist/tools/get-operations.d.ts +16 -0
- package/dist/tools/get-operations.d.ts.map +1 -0
- package/dist/tools/get-operations.js +63 -0
- package/dist/tools/get-operations.js.map +1 -0
- package/dist/tools/jobs.d.ts +32 -0
- package/dist/tools/jobs.d.ts.map +1 -0
- package/dist/tools/jobs.js +193 -0
- package/dist/tools/jobs.js.map +1 -0
- package/dist/tools/layout-richstring-widgets.d.ts +155 -0
- package/dist/tools/layout-richstring-widgets.d.ts.map +1 -0
- package/dist/tools/layout-richstring-widgets.js +270 -0
- package/dist/tools/layout-richstring-widgets.js.map +1 -0
- package/dist/tools/layout.d.ts +202 -0
- package/dist/tools/layout.d.ts.map +1 -0
- package/dist/tools/layout.js +553 -0
- package/dist/tools/layout.js.map +1 -0
- package/dist/tools/pages.d.ts +71 -0
- package/dist/tools/pages.d.ts.map +1 -0
- package/dist/tools/pages.js +364 -0
- package/dist/tools/pages.js.map +1 -0
- package/dist/tools/ppt-export-schemas.d.ts +1937 -0
- package/dist/tools/ppt-export-schemas.d.ts.map +1 -0
- package/dist/tools/ppt-export-schemas.js +141 -0
- package/dist/tools/ppt-export-schemas.js.map +1 -0
- package/dist/tools/ppt-export.d.ts +1497 -0
- package/dist/tools/ppt-export.d.ts.map +1 -0
- package/dist/tools/ppt-export.js +198 -0
- package/dist/tools/ppt-export.js.map +1 -0
- package/dist/tools/profile-management.d.ts +20 -0
- package/dist/tools/profile-management.d.ts.map +1 -0
- package/dist/tools/profile-management.js +250 -0
- package/dist/tools/profile-management.js.map +1 -0
- package/dist/tools/references.d.ts +40 -0
- package/dist/tools/references.d.ts.map +1 -0
- package/dist/tools/references.js +62 -0
- package/dist/tools/references.js.map +1 -0
- package/dist/tools/richstring-widgets.d.ts +99 -0
- package/dist/tools/richstring-widgets.d.ts.map +1 -0
- package/dist/tools/richstring-widgets.js +315 -0
- package/dist/tools/richstring-widgets.js.map +1 -0
- package/dist/tools/schedule.d.ts +18 -0
- package/dist/tools/schedule.d.ts.map +1 -0
- package/dist/tools/schedule.js +46 -0
- package/dist/tools/schedule.js.map +1 -0
- package/dist/tools/script-logs.d.ts +29 -0
- package/dist/tools/script-logs.d.ts.map +1 -0
- package/dist/tools/script-logs.js +144 -0
- package/dist/tools/script-logs.js.map +1 -0
- package/dist/tools/script.d.ts +25 -0
- package/dist/tools/script.d.ts.map +1 -0
- package/dist/tools/script.js +121 -0
- package/dist/tools/script.js.map +1 -0
- package/dist/tools/search.d.ts +3196 -0
- package/dist/tools/search.d.ts.map +1 -0
- package/dist/tools/search.js +328 -0
- package/dist/tools/search.js.map +1 -0
- package/dist/tools/system.d.ts +4 -0
- package/dist/tools/system.d.ts.map +1 -0
- package/dist/tools/system.js +88 -0
- package/dist/tools/system.js.map +1 -0
- package/dist/tools/type-layouts.d.ts +30 -0
- package/dist/tools/type-layouts.d.ts.map +1 -0
- package/dist/tools/type-layouts.js +73 -0
- package/dist/tools/type-layouts.js.map +1 -0
- package/dist/tools/type-management.d.ts +140 -0
- package/dist/tools/type-management.d.ts.map +1 -0
- package/dist/tools/type-management.js +308 -0
- package/dist/tools/type-management.js.map +1 -0
- package/dist/tools/url-resolution.d.ts +16 -0
- package/dist/tools/url-resolution.d.ts.map +1 -0
- package/dist/tools/url-resolution.js +35 -0
- package/dist/tools/url-resolution.js.map +1 -0
- package/dist/tools/users.d.ts +23 -0
- package/dist/tools/users.d.ts.map +1 -0
- package/dist/tools/users.js +51 -0
- package/dist/tools/users.js.map +1 -0
- package/dist/tools/validators.d.ts +32 -0
- package/dist/tools/validators.d.ts.map +1 -0
- package/dist/tools/validators.js +96 -0
- package/dist/tools/validators.js.map +1 -0
- package/dist/tools/version-check.d.ts +4 -0
- package/dist/tools/version-check.d.ts.map +1 -0
- package/dist/tools/version-check.js +96 -0
- package/dist/tools/version-check.js.map +1 -0
- package/dist/tools/version-history.d.ts +52 -0
- package/dist/tools/version-history.d.ts.map +1 -0
- package/dist/tools/version-history.js +156 -0
- package/dist/tools/version-history.js.map +1 -0
- package/dist/tools/widgets.d.ts +28 -0
- package/dist/tools/widgets.d.ts.map +1 -0
- package/dist/tools/widgets.js +259 -0
- package/dist/tools/widgets.js.map +1 -0
- package/dist/tools/workflow-scripts.d.ts +59 -0
- package/dist/tools/workflow-scripts.d.ts.map +1 -0
- package/dist/tools/workflow-scripts.js +274 -0
- package/dist/tools/workflow-scripts.js.map +1 -0
- package/dist/tools/workflow.d.ts +70 -0
- package/dist/tools/workflow.d.ts.map +1 -0
- package/dist/tools/workflow.js +259 -0
- package/dist/tools/workflow.js.map +1 -0
- package/dist/tools/workspace-admin.d.ts +50 -0
- package/dist/tools/workspace-admin.d.ts.map +1 -0
- package/dist/tools/workspace-admin.js +180 -0
- package/dist/tools/workspace-admin.js.map +1 -0
- package/dist/tools/workspace-core.d.ts +48 -0
- package/dist/tools/workspace-core.d.ts.map +1 -0
- package/dist/tools/workspace-core.js +184 -0
- package/dist/tools/workspace-core.js.map +1 -0
- package/dist/types.d.ts +74 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +4 -0
- package/dist/types.js.map +1 -0
- package/dist/url-parsing.d.ts +6 -0
- package/dist/url-parsing.d.ts.map +1 -0
- package/dist/url-parsing.js +25 -0
- package/dist/url-parsing.js.map +1 -0
- package/dist/utils/dateValidation.d.ts +5 -0
- package/dist/utils/dateValidation.d.ts.map +1 -0
- package/dist/utils/dateValidation.js +57 -0
- package/dist/utils/dateValidation.js.map +1 -0
- package/dist/utils.d.ts +32 -0
- package/dist/utils.d.ts.map +1 -0
- package/dist/utils.js +375 -0
- package/dist/utils.js.map +1 -0
- package/dist/widget-specifications/CLAUDE.md +288 -0
- package/dist/widget-specifications/DOCUMENTATION-STATUS.md +427 -0
- package/dist/widget-specifications/GENERATING-FROM-RESEARCH.md +61 -0
- package/dist/widget-specifications/WIDGET-TAGGING-SCHEME.md +218 -0
- package/dist/widget-specifications/_research_from_ga_products/.claude-settings.local.json +48 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-api-common-config-metadata-SyncMetadataTable/research.md +168 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-breadcrumbs-breadcrumbsWidget/research.md +125 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-cboard-main-board/research.md +373 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-citizenAi-askYourPageWidget/research.md +319 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-cplaceReportGeneration-generateReportWidget/research.md +295 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-employeeReportChart/research.md +230 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-employeeReportGrid/research.md +215 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-projectmanagerReportChart/research.md +192 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-projectmanagerReportGrid/research.md +178 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-widget/research.md +332 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-demoWidgets-demoRichString/research.md +194 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-documentation-navigationWidget/research.md +426 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-imageWithTextAndListWidget/research.md +326 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-imageWithTextWidget/research.md +580 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-widget/research.md +281 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-draggablePageList-widget/research.md +210 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dynamicCodeBlockWidget-dynamicCodeBlockWidget/research.md +250 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-attribute-conversion-widget-enumMappingTable/research.md +260 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-configuration-widget-attributeMappingTable/research.md +148 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-cleanupConfigTable/research.md +138 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-connectorSyncConfigsTable/research.md +150 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-serverConnectionTable/research.md +181 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-extendedTreeTableWidget/research.md +253 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-horizontalDivider/research.md +261 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-startWizardWidget/research.md +211 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepEditorForWizardWidget/research.md +183 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepEditorWidget/research.md +298 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepManager/research.md +419 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepPreview/research.md +256 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardActivation/research.md +174 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardAnalysis/research.md +283 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardLocalizations/research.md +193 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-genericInterface-api-widgets-triggerInterfaceButton/research.md +180 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-quickOverview/research.md +186 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-sessionUserNameWidget/research.md +158 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-simpleListWithAttachment/research.md +135 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-layoutTabsWidget-widget/research.md +238 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-lowCodeWidgets-lowCodeButton/research.md +272 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-lowCodeWidgets-lowCodeText/research.md +176 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-lowcode-ai-chatWidget/research.md +194 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-meeting-pageHeader/research.md +208 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-navigationTileWidget-widget/research.md +259 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-headlineForReports/research.md +174 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-scriptPlaceholders/research.md +233 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-templatePlaceholders/research.md +150 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-orgaTree-edit/research.md +353 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-outlookMessageIntegration-outlookMessages/research.md +233 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pageViewHeadline-widget/research.md +217 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pdfPreview-widget/research.md +235 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-attributesGroup/research.md +525 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-batchJobQuickGlance/research.md +372 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-connectedAttributesGroup/research.md +408 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-dynamicIframe/research.md +198 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-tableWidget/research.md +427 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pptexport-pgPreviewWidget/research.md +151 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projectTree-editProjects/research.md +163 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projektplanung-scheduleLockState/research.md +174 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projektplanung-subscriptions/research.md +316 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-qrCodeWidget/research.md +130 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-resourceManagement-resourcePlannerDefinition/research.md +331 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-rest-config-widget-productionModeHintWidget/research.md +332 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-simpleCalendar-calendar/research.md +284 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-simpleForm-widget/research.md +193 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-tableDetailViewWidget-widget/research.md +311 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-treeTableWidget/research.md +420 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-tuplesWidget-widget/research.md +295 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-videoWidget/research.md +154 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-scriptingHighcharts/research.md +249 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-scriptingLineChart/research.md +279 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-tupleLineChart/research.md +221 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-attributeHistory/research.md +421 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-attributes/research.md +377 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-comments/research.md +254 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedBarChart/research.md +275 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedMatrix/research.md +396 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedPieChart/research.md +150 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedSingleAttribute/research.md +430 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedTableFilter/research.md +468 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-customRichStringAttribute/research.md +120 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-embeddedSearchAsList/research.md +485 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-embeddedSearchAsTable/research.md +428 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-files/research.md +240 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-iframe/research.md +358 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-incomingLinks/research.md +242 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-incomingReferences/research.md +488 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-makeover-attributes/research.md +219 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-modificationInfo/research.md +141 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-myElements/research.md +116 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-richString/research.md +437 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-singleAttribute/research.md +1094 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-tags/research.md +332 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-wiki/research.md +258 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-gantt/research.md +268 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-ganttTaskDemo/research.md +271 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-multiGantt/research.md +343 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-scheduleTreeTable/research.md +261 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-singleGantt/research.md +184 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-singleGanttLink/research.md +188 -0
- package/dist/widget-specifications/_research_from_ga_products/de-2lforge-curves-widget/research.md +341 -0
- package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-datePickerWidget/research.md +232 -0
- package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-dropDownWidget/research.md +417 -0
- package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-miscWidget/research.md +172 -0
- package/dist/widget-specifications/_research_from_ga_products/de-visualistik-visualRoadmap-widget/research.md +277 -0
- package/dist/widget-specifications/_research_from_ga_products/msg-scripts-imagegallery-basic/research.md +112 -0
- package/dist/widget-specifications/_research_from_ga_products/phase-0-discovery-approach.md +248 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-definition-mapping.md +169 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-documentation-project.md +259 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/generate.sh +100 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/parse-mapping.sh +35 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/template.md +38 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/widgets.txt +108 -0
- package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_overview.md +40 -0
- package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_meta.json +8 -0
- package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_overview.md +74 -0
- package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_implementation.md +37 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_overview.md +117 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_meta.json +3 -0
- package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_overview.md +123 -0
- package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_overview.md +45 -0
- package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_overview.md +79 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_overview.md +45 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_overview.md +68 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_overview.md +45 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.widget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.widget/_overview.md +157 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_overview.md +200 -0
- package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_overview.md +27 -0
- package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_overview.md +79 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_overview.md +176 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_overview.md +85 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_overview.md +93 -0
- package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_overview.md +75 -0
- package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_overview.md +167 -0
- package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_overview.md +64 -0
- package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_overview.md +61 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_overview.md +94 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_overview.md +28 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_overview.md +116 -0
- package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_meta.json +8 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_overview.md +44 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_overview.md +40 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_overview.md +47 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_overview.md +23 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_overview.md +32 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_meta.json +8 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_overview.md +29 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_overview.md +69 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_overview.md +91 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_overview.md +48 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_overview.md +58 -0
- package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_overview.md +66 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_overview.md +52 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_overview.md +53 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_implementation.md +6 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_meta.json +7 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_overview.md +115 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.layoutSelection.md +2 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.layouts.md +3 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.sourceForLayouts.md +1 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_overview.md +149 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeText/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeText/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeText/_overview.md +94 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeText/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_overview.md +63 -0
- package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_meta.json +12 -0
- package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_overview.md +31 -0
- package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_overview.md +71 -0
- package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_meta.json +8 -0
- package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_overview.md +57 -0
- package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_overview.md +22 -0
- package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_overview.md +24 -0
- package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.orgaTree.edit/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.orgaTree.edit/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.orgaTree.edit/_overview.md +62 -0
- package/dist/widget-specifications/cf.cplace.orgaTree.edit/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_meta.json +12 -0
- package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_overview.md +50 -0
- package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_overview.md +62 -0
- package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_overview.md +79 -0
- package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_implementation.md +13 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_overview.md +108 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/absoluteSelection.md +9 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/layout.md +3 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/pageSelection.md +12 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/relativeSelection.md +14 -0
- package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_overview.md +52 -0
- package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_implementation.md +17 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_overview.md +103 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/cf.cplace.platform.attributesGroup.layout.md +3 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/singleSelectionWidgetId.md +15 -0
- package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_overview.md +49 -0
- package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/_implementation.md +11 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/_meta.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/_overview.md +188 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/columns.md +16 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/displayOptions.md +12 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/multiSortColumns.md +16 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/search.md +21 -0
- package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_overview.md +92 -0
- package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_overview.md +81 -0
- package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_overview.md +60 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_overview.md +59 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.qrCodeWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.qrCodeWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.qrCodeWidget/_overview.md +25 -0
- package/dist/widget-specifications/cf.cplace.qrCodeWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_overview.md +78 -0
- package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_overview.md +44 -0
- package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_overview.md +42 -0
- package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.simpleForm.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.simpleForm.widget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.simpleForm.widget/_overview.md +85 -0
- package/dist/widget-specifications/cf.cplace.simpleForm.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_overview.md +92 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/attributes.md +7 -0
- package/dist/widget-specifications/cf.cplace.treeTableWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.treeTableWidget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.treeTableWidget/_overview.md +51 -0
- package/dist/widget-specifications/cf.cplace.treeTableWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_overview.md +202 -0
- package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.videoWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.videoWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.videoWidget/_overview.md +65 -0
- package/dist/widget-specifications/cf.cplace.videoWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_implementation.md +12 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_overview.md +117 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/cf.cplace.visualization.dataSource.md +5 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/cf.cplace.visualization.search.md +10 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/script.md +29 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/tableWidgetId.md +10 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_overview.md +72 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_overview.md +50 -0
- package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.attributeHistory/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.attributeHistory/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.attributeHistory/_overview.md +79 -0
- package/dist/widget-specifications/cf.platform.attributeHistory/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.attributes/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.attributes/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.attributes/_overview.md +89 -0
- package/dist/widget-specifications/cf.platform.attributes/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.comments/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.comments/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.comments/_overview.md +52 -0
- package/dist/widget-specifications/cf.platform.comments/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_implementation.md +10 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_overview.md +72 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/attributeName.md +12 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/search.md +17 -0
- package/dist/widget-specifications/cf.platform.connectedMatrix/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedMatrix/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.connectedMatrix/_overview.md +189 -0
- package/dist/widget-specifications/cf.platform.connectedMatrix/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_implementation.md +10 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_overview.md +72 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/attributeName.md +12 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/search.md +12 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_implementation.md +15 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_overview.md +69 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/attributeName.md +10 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/singleColumn.md +9 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/singleSelectionWidgetId.md +3 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/withLabel.md +11 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/withValue.md +12 -0
- package/dist/widget-specifications/cf.platform.connectedTableFilter/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedTableFilter/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.connectedTableFilter/_overview.md +89 -0
- package/dist/widget-specifications/cf.platform.connectedTableFilter/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.customRichStringAttribute/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.customRichStringAttribute/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.customRichStringAttribute/_overview.md +39 -0
- package/dist/widget-specifications/cf.platform.customRichStringAttribute/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_overview.md +66 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/search.md +8 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_implementation.md +10 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_overview.md +109 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/columns.md +16 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/multiSortColumns.md +16 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/search.md +21 -0
- package/dist/widget-specifications/cf.platform.files/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.files/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.files/_overview.md +74 -0
- package/dist/widget-specifications/cf.platform.files/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.iframe/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.iframe/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.iframe/_overview.md +77 -0
- package/dist/widget-specifications/cf.platform.iframe/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.incomingLinks/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.incomingLinks/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.incomingLinks/_overview.md +83 -0
- package/dist/widget-specifications/cf.platform.incomingLinks/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.incomingReferences/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.incomingReferences/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.incomingReferences/_overview.md +48 -0
- package/dist/widget-specifications/cf.platform.incomingReferences/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.makeover.attributes/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.makeover.attributes/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.makeover.attributes/_overview.md +48 -0
- package/dist/widget-specifications/cf.platform.makeover.attributes/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.modificationInfo/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.modificationInfo/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.modificationInfo/_overview.md +27 -0
- package/dist/widget-specifications/cf.platform.modificationInfo/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.myElements/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.myElements/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.myElements/_overview.md +69 -0
- package/dist/widget-specifications/cf.platform.myElements/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.richString/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.richString/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.richString/_overview.md +43 -0
- package/dist/widget-specifications/cf.platform.richString/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_implementation.md +18 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_overview.md +83 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.entity.md +10 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.quotedAttributeName.md +12 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.singleColumn.md +9 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.useParent.md +11 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.withLabel.md +11 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.withValue.md +12 -0
- package/dist/widget-specifications/cf.platform.tags/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.tags/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.tags/_overview.md +49 -0
- package/dist/widget-specifications/cf.platform.tags/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.wiki/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.wiki/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.wiki/_overview.md +32 -0
- package/dist/widget-specifications/cf.platform.wiki/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.gantt/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.gantt/_meta.json +11 -0
- package/dist/widget-specifications/cf.projektplanung.gantt/_overview.md +61 -0
- package/dist/widget-specifications/cf.projektplanung.gantt/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_meta.json +10 -0
- package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_overview.md +65 -0
- package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.multiGantt/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.multiGantt/_meta.json +11 -0
- package/dist/widget-specifications/cf.projektplanung.multiGantt/_overview.md +73 -0
- package/dist/widget-specifications/cf.projektplanung.multiGantt/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_meta.json +10 -0
- package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_overview.md +84 -0
- package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.singleGantt/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.singleGantt/_meta.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.singleGantt/_overview.md +27 -0
- package/dist/widget-specifications/cf.projektplanung.singleGantt/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_meta.json +10 -0
- package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_overview.md +84 -0
- package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_summary.md +1 -0
- package/dist/widget-specifications/de.2lforge.curves.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.2lforge.curves.widget/_meta.json +12 -0
- package/dist/widget-specifications/de.2lforge.curves.widget/_overview.md +73 -0
- package/dist/widget-specifications/de.2lforge.curves.widget/_summary.md +1 -0
- package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_meta.json +9 -0
- package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_overview.md +67 -0
- package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_summary.md +1 -0
- package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_meta.json +10 -0
- package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_overview.md +58 -0
- package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_summary.md +1 -0
- package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_meta.json +8 -0
- package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_overview.md +43 -0
- package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_summary.md +1 -0
- package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_meta.json +11 -0
- package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_overview.md +47 -0
- package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_summary.md +1 -0
- package/dist/widget-specifications/index.d.ts.map +1 -0
- package/dist/widget-specifications/index.js +55 -0
- package/dist/widget-specifications/index.js.map +1 -0
- package/dist/widget-specifications/msg.scripts.imagegallery.basic/_catalog-data.json +12 -0
- package/dist/widget-specifications/msg.scripts.imagegallery.basic/_meta.json +10 -0
- package/dist/widget-specifications/msg.scripts.imagegallery.basic/_overview.md +55 -0
- package/dist/widget-specifications/msg.scripts.imagegallery.basic/_summary.md +1 -0
- package/dist/widget-specifications/tag-registry.json +63 -0
- package/package.json +70 -0
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
# Template Placeholders Widget Research
|
|
2
|
+
|
|
3
|
+
**Widget ID:** `cf.cplace.officeReports.templatePlaceholders`
|
|
4
|
+
**Repository:** `cplace-office-reports`
|
|
5
|
+
**Widget Name:** "Template" (English) / "Vorlage" (German)
|
|
6
|
+
|
|
7
|
+
## Overview
|
|
8
|
+
|
|
9
|
+
The Template Placeholders widget displays all placeholders that are detected in an Office report template file (PowerPoint, Word, or Excel). This widget parses the uploaded report template and shows users which placeholders are available for substitution during report generation.
|
|
10
|
+
|
|
11
|
+
## Purpose
|
|
12
|
+
|
|
13
|
+
This widget automatically extracts and displays placeholders from Office document templates (PPT, Word, Excel) to help users understand which placeholders exist in their template files and can be filled with data through scripts. It serves as a reference guide during report configuration.
|
|
14
|
+
|
|
15
|
+
## Core Functionality
|
|
16
|
+
|
|
17
|
+
### Placeholder Detection
|
|
18
|
+
- **Automatic Parsing**: When a template file is uploaded to a Report Configuration page, the widget automatically parses the document to find all placeholders
|
|
19
|
+
- **Pattern Recognition**: Placeholders are identified using the pattern `{.*?}` (text enclosed in curly braces)
|
|
20
|
+
- **Format-Specific Parsing**: Uses different parsers based on report type:
|
|
21
|
+
- `PPTTemplatePlaceholderParser` for PowerPoint presentations
|
|
22
|
+
- `WordTemplatePlaceholderParser` for Word documents
|
|
23
|
+
- `ExcelTemplatePlaceholderParser` for Excel spreadsheets and Excel files with macros
|
|
24
|
+
|
|
25
|
+
### Display Characteristics
|
|
26
|
+
- **Format-Specific Tables**: Shows different table layouts depending on the document type:
|
|
27
|
+
- **PowerPoint**: Shows slide numbers, placeholder name, and type
|
|
28
|
+
- **Word**: Shows placeholder name and type
|
|
29
|
+
- **Excel**: Shows cell/table location, placeholder name, and type
|
|
30
|
+
- **Status Indicators**: Displays validation messages:
|
|
31
|
+
- Success: Shows all detected placeholders
|
|
32
|
+
- Warning: Shows "Please select a template" if no template is uploaded
|
|
33
|
+
- Error: Displays error messages if parsing fails
|
|
34
|
+
- **Sorting & Pagination**: Supports sortable columns and pagination for large numbers of placeholders
|
|
35
|
+
|
|
36
|
+
## Use Cases
|
|
37
|
+
|
|
38
|
+
### 1. Template Setup & Validation
|
|
39
|
+
**When:** Setting up a new report configuration for the first time
|
|
40
|
+
**User Action:** Upload an Office template file to the Report Configuration
|
|
41
|
+
**Widget Benefit:** Immediately see which placeholders are available in the template, helping validate that the template was created correctly
|
|
42
|
+
|
|
43
|
+
### 2. Script Development Reference
|
|
44
|
+
**When:** Writing a cplace.js script to populate report data
|
|
45
|
+
**User Action:** View the Template Placeholders widget while editing the script
|
|
46
|
+
**Widget Benefit:** Know exactly which placeholder names to use in the `report.put(key, component)` calls without having to open and inspect the template file manually
|
|
47
|
+
|
|
48
|
+
### 3. Template Maintenance
|
|
49
|
+
**When:** Updating an existing report template with new placeholders
|
|
50
|
+
**User Action:** Upload the updated template file
|
|
51
|
+
**Widget Benefit:** See the updated list of placeholders, including any new ones added or removed ones missing
|
|
52
|
+
|
|
53
|
+
### 4. Multi-Format Report Design
|
|
54
|
+
**When:** Working with different Office formats (PPT vs Word vs Excel)
|
|
55
|
+
**User Action:** Switch between different report types
|
|
56
|
+
**Widget Benefit:** View format-specific information (e.g., slide numbers in PPT, cell locations in Excel) relevant to each document type
|
|
57
|
+
|
|
58
|
+
### 5. Troubleshooting Report Generation
|
|
59
|
+
**When:** A report is not generating correctly or placeholders are not being filled
|
|
60
|
+
**User Action:** Check the Template Placeholders widget
|
|
61
|
+
**Widget Benefit:** Verify that the placeholder names in the script match exactly what exists in the template (case-sensitive, exact spelling)
|
|
62
|
+
|
|
63
|
+
## Configuration
|
|
64
|
+
|
|
65
|
+
### Widget Configuration Options
|
|
66
|
+
- **Height**: The widget supports a configurable height attribute (`TEMPLATE_PLACEHOLDERS_WIDGET.HEIGHT`)
|
|
67
|
+
- **No Padding**: The widget renders without padding (`isNoPadding() = true`)
|
|
68
|
+
- **Frame Display**: The widget displays with a frame (`showFrame() = true`)
|
|
69
|
+
|
|
70
|
+
### Embedding Requirements
|
|
71
|
+
This widget can ONLY be embedded in:
|
|
72
|
+
- **Pages** of type `cf.cplace.officeReports.configuration` (Report Configuration)
|
|
73
|
+
- **Type Definitions** of type `cf.cplace.officeReports.configuration`
|
|
74
|
+
|
|
75
|
+
Attempting to embed this widget on any other page type will result in a `NotEmbeddableException`.
|
|
76
|
+
|
|
77
|
+
## Technical Context
|
|
78
|
+
|
|
79
|
+
### Data Source
|
|
80
|
+
- **Template File**: The widget reads from the `cf.cplace.officeReports.reportTemplate` attribute on the Report Configuration page
|
|
81
|
+
- **Report Type**: The widget adapts its display based on the `cf.cplace.officeReports.reportType` attribute (PPT, WORD, EXCEL, EXCEL_WITH_MACROS)
|
|
82
|
+
- **Script**: The widget also has access to the report script configuration
|
|
83
|
+
|
|
84
|
+
### Placeholder Model
|
|
85
|
+
Each detected placeholder contains:
|
|
86
|
+
- **placeholder**: The placeholder name/key (e.g., `{title}`, `{projectName}`)
|
|
87
|
+
- **type**: The type of content the placeholder contains (e.g., "Text", "Cell", "Table")
|
|
88
|
+
- **Additional metadata** depending on format:
|
|
89
|
+
- PowerPoint: slide numbers where the placeholder appears, optional table info
|
|
90
|
+
- Excel: cell location or table reference
|
|
91
|
+
- Word: type classification
|
|
92
|
+
|
|
93
|
+
### REST API Integration
|
|
94
|
+
- **Controller**: `TemplatePlaceholdersController`
|
|
95
|
+
- **Endpoint**: `/cplace-fe/cf.cplace.officeReports/placeholders/template/load?config={reportConfigId}`
|
|
96
|
+
- **Service**: `TemplatePlaceholdersService` handles the business logic
|
|
97
|
+
- **Response**: Returns `LoadTemplatePlaceholderResponseDto` containing:
|
|
98
|
+
- Template placeholder data (set of `TemplatePlaceholder` objects)
|
|
99
|
+
- Report type
|
|
100
|
+
- Status (SUCCESS, WARNING, ERROR)
|
|
101
|
+
- Optional status message
|
|
102
|
+
- Associated script
|
|
103
|
+
|
|
104
|
+
### Event Handling
|
|
105
|
+
- **Refresh Event**: Listens to `EVENT_REFRESH_PLACEHOLDERS` to reload placeholders when the template changes
|
|
106
|
+
- **Loading State**: Emits `EVENT_SET_LOADING` to show/hide loading indicators
|
|
107
|
+
- **Data Loaded Event**: Emits `EVENT_TEMPLATE_PLACEHOLDERS_LOADED` when placeholders are successfully loaded
|
|
108
|
+
|
|
109
|
+
## Relationship to Other Widgets
|
|
110
|
+
|
|
111
|
+
### Related Office Reports Widgets
|
|
112
|
+
|
|
113
|
+
1. **Script Placeholders Widget** (`cf.cplace.officeReports.scriptPlaceholders`)
|
|
114
|
+
- **Difference**: Shows placeholders that are dynamically defined in the script code, not in the template
|
|
115
|
+
- **Complementary**: Used together to show both template-based and script-based placeholders
|
|
116
|
+
- **Same Context**: Also only embeddable in Report Configuration pages
|
|
117
|
+
|
|
118
|
+
2. **Generate Report Widget** (`cf.cplace.cplaceReportGeneration.generateReportWidget`)
|
|
119
|
+
- **Relationship**: The "Generate Report" widget uses the placeholders shown in this widget
|
|
120
|
+
- **Workflow**: Users configure templates and view placeholders, then generate reports using those placeholders
|
|
121
|
+
|
|
122
|
+
3. **Headline for Reports Widget** (`cf.cplace.officeReports.headlineForReports`)
|
|
123
|
+
- **Relationship**: Another widget in the Office Reports suite for report configuration pages
|
|
124
|
+
- **Purpose**: Provides UI elements for report configuration, complementing the placeholder display
|
|
125
|
+
|
|
126
|
+
### Integration with Report Configuration Type
|
|
127
|
+
|
|
128
|
+
The widget is tightly integrated with the `cf.cplace.officeReports.configuration` type, which includes:
|
|
129
|
+
- `reportTemplate`: Document reference attribute (the source for placeholder extraction)
|
|
130
|
+
- `reportType`: Enum attribute (PPT, WORD, EXCEL, EXCEL_WITH_MACROS) determining parser behavior
|
|
131
|
+
- `script`: Script attribute containing the cplace.js code that populates placeholders
|
|
132
|
+
- `isConfigurationComplete`: Boolean indicating if the configuration is ready
|
|
133
|
+
|
|
134
|
+
## Typical Page Layout
|
|
135
|
+
|
|
136
|
+
A typical Report Configuration page includes:
|
|
137
|
+
1. **Basic attributes** (Report Identifier, Report Type)
|
|
138
|
+
2. **Template Upload** (Document attachment area for the template file)
|
|
139
|
+
3. **Template Placeholders Widget** ← This widget (shows available placeholders from template)
|
|
140
|
+
4. **Script Editor** (cplace.js script that uses the placeholders)
|
|
141
|
+
5. **Script Placeholders Widget** (shows dynamically defined placeholders)
|
|
142
|
+
6. **Generate Report Widget** (button to test report generation)
|
|
143
|
+
|
|
144
|
+
## Key Insights
|
|
145
|
+
|
|
146
|
+
1. **Read-Only Display**: This is a read-only widget that displays parsed information; users cannot edit placeholders directly
|
|
147
|
+
2. **Automatic Updates**: The widget automatically refreshes when the template file changes
|
|
148
|
+
3. **Validation Aid**: Helps prevent errors by showing exact placeholder names that must be used in scripts
|
|
149
|
+
4. **Format-Aware**: Adapts its display and parsing logic based on the Office document format
|
|
150
|
+
5. **Developer Tool**: Primarily used by report developers/administrators setting up report configurations, not by end users generating reports
|
package/dist/widget-specifications/_research_from_ga_products/cf-cplace-orgaTree-edit/research.md
ADDED
|
@@ -0,0 +1,353 @@
|
|
|
1
|
+
# Research: cf.cplace.orgaTree.edit Widget
|
|
2
|
+
|
|
3
|
+
## Widget Overview
|
|
4
|
+
|
|
5
|
+
**Widget ID:** `cf.cplace.orgaTree.edit`
|
|
6
|
+
**Widget Name:** Edit Organizational Structure
|
|
7
|
+
**Repository:** cplace-project-planning
|
|
8
|
+
**Plugin:** cf.cplace.orgaTree
|
|
9
|
+
**Definition Class:** `cf.cplace.orgaTree.script.EditOrgaTreeWidgetDefinition`
|
|
10
|
+
|
|
11
|
+
## Short Description
|
|
12
|
+
|
|
13
|
+
The Edit Organizational Structure widget provides an interactive tree view for managing organizational hierarchies, allowing users to create, edit, reorganize, and navigate departments, teams, members, and their associated schedules through drag-and-drop operations and context menus.
|
|
14
|
+
|
|
15
|
+
## Purpose
|
|
16
|
+
|
|
17
|
+
The `cf.cplace.orgaTree.edit` widget serves as the primary interface for managing organizational structures within cplace. It displays a hierarchical tree representation of an organization's structure, showing the relationships between departments, teams, users (persons), and their associated schedules.
|
|
18
|
+
|
|
19
|
+
The widget enables users to:
|
|
20
|
+
- Visualize the complete organizational hierarchy
|
|
21
|
+
- Navigate through departments, subdepartments, teams, and team members
|
|
22
|
+
- Reorganize the structure via drag-and-drop operations
|
|
23
|
+
- Create new organizational entities (departments and teams) through context menus
|
|
24
|
+
- Access and manage schedules associated with individual users
|
|
25
|
+
- View access rights for organizational units
|
|
26
|
+
|
|
27
|
+
## Use Cases
|
|
28
|
+
|
|
29
|
+
### 1. Organizational Structure Management
|
|
30
|
+
Users need to manage and maintain the organizational structure of their company or project.
|
|
31
|
+
|
|
32
|
+
**Scenarios:**
|
|
33
|
+
- Building an initial organizational structure for a new workspace
|
|
34
|
+
- Updating the structure when teams are reorganized
|
|
35
|
+
- Adding new departments when the organization grows
|
|
36
|
+
- Restructuring departments by dragging and dropping them to new positions
|
|
37
|
+
|
|
38
|
+
### 2. Team Management
|
|
39
|
+
HR managers or department heads need to organize teams within departments.
|
|
40
|
+
|
|
41
|
+
**Scenarios:**
|
|
42
|
+
- Creating new teams within a department
|
|
43
|
+
- Viewing all teams and their members at a glance
|
|
44
|
+
- Reorganizing teams by moving them between departments
|
|
45
|
+
- Managing team membership through the hierarchical view
|
|
46
|
+
|
|
47
|
+
### 3. User Assignment and Overview
|
|
48
|
+
Managers need to see which users belong to which departments and teams.
|
|
49
|
+
|
|
50
|
+
**Scenarios:**
|
|
51
|
+
- Getting an overview of all organizational members
|
|
52
|
+
- Identifying which departments and teams a user belongs to (users can appear multiple times)
|
|
53
|
+
- Accessing user profiles through the tree navigation
|
|
54
|
+
- Managing user assignments to organizational units
|
|
55
|
+
|
|
56
|
+
### 4. Schedule Management Access
|
|
57
|
+
Users need to access schedules associated with organizational members.
|
|
58
|
+
|
|
59
|
+
**Scenarios:**
|
|
60
|
+
- Navigating to a user's own schedules through the organizational tree
|
|
61
|
+
- Accessing substitute schedules where users are deputies
|
|
62
|
+
- Managing project schedules in the context of organizational structure
|
|
63
|
+
- Viewing and copying schedules directly from the organizational hierarchy
|
|
64
|
+
|
|
65
|
+
### 5. Homepage and Navigation Hub
|
|
66
|
+
The widget serves as the primary homepage for spaces with the Organizational Structure app.
|
|
67
|
+
|
|
68
|
+
**Scenarios:**
|
|
69
|
+
- Landing page when accessing an organizational structure workspace
|
|
70
|
+
- Central navigation point for all organizational data
|
|
71
|
+
- Quick access to create new organizational entities
|
|
72
|
+
- Overview page for understanding organizational hierarchy
|
|
73
|
+
|
|
74
|
+
## Core Functionality
|
|
75
|
+
|
|
76
|
+
### Tree Structure Display
|
|
77
|
+
|
|
78
|
+
The widget displays a hierarchical tree with the following node types:
|
|
79
|
+
|
|
80
|
+
1. **Departments** (Root level and nested)
|
|
81
|
+
- Can have parent-child relationships (subdepartments)
|
|
82
|
+
- Contain users as direct members
|
|
83
|
+
- Contain teams as children
|
|
84
|
+
- Icon: `fa-users`
|
|
85
|
+
|
|
86
|
+
2. **Teams**
|
|
87
|
+
- Must belong to a department
|
|
88
|
+
- Contain users as members
|
|
89
|
+
- Icon: `fa-user-plus`
|
|
90
|
+
|
|
91
|
+
3. **Persons** (Users)
|
|
92
|
+
- Can belong to multiple departments and/or teams
|
|
93
|
+
- Expand to show associated schedules
|
|
94
|
+
- Display "Own schedules" and "Substitute schedules" as virtual nodes
|
|
95
|
+
|
|
96
|
+
4. **Virtual Schedule Nodes**
|
|
97
|
+
- Own schedules: Schedules where the user is the owner
|
|
98
|
+
- Substitute schedules: Schedules where the user is a deputy
|
|
99
|
+
- These nodes expand to show actual schedule items
|
|
100
|
+
|
|
101
|
+
5. **Schedules**
|
|
102
|
+
- Leaf nodes in the tree
|
|
103
|
+
- Can be copied through context menu
|
|
104
|
+
- Linked to project planning functionality
|
|
105
|
+
|
|
106
|
+
### Interactive Features
|
|
107
|
+
|
|
108
|
+
#### Drag-and-Drop Reorganization
|
|
109
|
+
|
|
110
|
+
The widget supports drag-and-drop operations for reorganizing the hierarchy:
|
|
111
|
+
|
|
112
|
+
- **Movable items:** Departments (can be moved to create subdepartments or change parent)
|
|
113
|
+
- **Move validation:** Server-side validation via `CanMoveHandler` ensures only valid moves are allowed
|
|
114
|
+
- **Caching:** Move validation results are cached on the target node to improve performance
|
|
115
|
+
- **Permission check:** Users must have edit rights on the source node to move it
|
|
116
|
+
|
|
117
|
+
**Implementation details:**
|
|
118
|
+
- Position can be: "before", "after", or "inside" the target node
|
|
119
|
+
- Only departments can currently be moved via drag-and-drop
|
|
120
|
+
- The handler checks if the move is valid in the hierarchy (no circular references, valid parent-child relationships)
|
|
121
|
+
|
|
122
|
+
#### Context Menu Actions
|
|
123
|
+
|
|
124
|
+
The widget provides context-sensitive actions via right-click or dropdown menus:
|
|
125
|
+
|
|
126
|
+
**For Departments:**
|
|
127
|
+
- **New Department:** Create a new subdepartment
|
|
128
|
+
- **New Team:** Create a new team within the department
|
|
129
|
+
- **Open in new tab:** Navigate to the department page
|
|
130
|
+
- **Edit access rights:** Open a user-rights matrix for all members in the department and its teams
|
|
131
|
+
- **Delete:** Remove the department (if permissions allow)
|
|
132
|
+
|
|
133
|
+
**For Teams:**
|
|
134
|
+
- **New Team:** Create another team in the same department
|
|
135
|
+
- **Open in new tab:** Navigate to the team page
|
|
136
|
+
- **Edit access rights:** Open a user-rights matrix for all team members
|
|
137
|
+
- **Delete:** Remove the team (if permissions allow)
|
|
138
|
+
|
|
139
|
+
**For Schedules:**
|
|
140
|
+
- **Copy:** Duplicate the schedule
|
|
141
|
+
- **Open in new tab:** Navigate to the schedule page
|
|
142
|
+
- **Delete:** Remove the schedule (if permissions allow)
|
|
143
|
+
|
|
144
|
+
**For Persons and Virtual Nodes:**
|
|
145
|
+
- **Open in new tab:** Navigate to the user profile or schedule
|
|
146
|
+
|
|
147
|
+
### Data Loading
|
|
148
|
+
|
|
149
|
+
The widget uses a lazy-loading approach:
|
|
150
|
+
|
|
151
|
+
1. **Initial Load:** Root departments are loaded and displayed
|
|
152
|
+
2. **Root nodes are auto-expanded:** Root elements have `load_on_demand: false` to show their immediate children
|
|
153
|
+
3. **On-demand loading:** Child nodes are loaded when a parent node is expanded
|
|
154
|
+
4. **Load URL:** The `LoadChildrenHandler` is called with the content provider ID to fetch child nodes
|
|
155
|
+
5. **Content Provider:** `OrgaTreeContentProvider` handles all data retrieval and tree structure logic
|
|
156
|
+
|
|
157
|
+
### Real-time Updates
|
|
158
|
+
|
|
159
|
+
The widget listens to platform events:
|
|
160
|
+
|
|
161
|
+
- **Page Creation:** When a new department or team is created, the parent node is reloaded and expanded
|
|
162
|
+
- **Page Deletion:** When a department, team, or schedule is deleted, the node is removed from the tree
|
|
163
|
+
- **Node Registration:** Nodes register themselves with the widget controller for event handling
|
|
164
|
+
|
|
165
|
+
## Configuration
|
|
166
|
+
|
|
167
|
+
The widget has minimal configuration requirements:
|
|
168
|
+
|
|
169
|
+
### Widget Configuration
|
|
170
|
+
|
|
171
|
+
- **Widget Kind:** `cf.cplace.orgaTree.edit`
|
|
172
|
+
- **No custom parameters:** The widget automatically determines what to display based on the current workspace
|
|
173
|
+
|
|
174
|
+
### Data Configuration
|
|
175
|
+
|
|
176
|
+
The widget's behavior is configured through the `OrgaTreeContentProvider`:
|
|
177
|
+
|
|
178
|
+
- **Root nodes:** All departments without a parent in spaces with the OrgaTree app
|
|
179
|
+
- **Content Provider ID:** `orga_tree`
|
|
180
|
+
- **Tab name:** "Organizational Structure"
|
|
181
|
+
- **Order index:** 10 (determines position when multiple tree content providers exist)
|
|
182
|
+
|
|
183
|
+
### Selection Mode
|
|
184
|
+
|
|
185
|
+
The widget defines different selection modes for different node types:
|
|
186
|
+
|
|
187
|
+
- **Departments:** `NONE` - Cannot be selected (navigation only)
|
|
188
|
+
- **Teams:** `NONE` - Cannot be selected (navigation only)
|
|
189
|
+
- **Persons:** `NONE` - Cannot be selected (navigation only)
|
|
190
|
+
- **Groups:** `NONE` - Cannot be selected (navigation only)
|
|
191
|
+
- **Virtual schedule nodes:** `CHILDREN` - Selecting the node selects all child schedules
|
|
192
|
+
- **Schedules:** `SELF` - The schedule itself can be selected
|
|
193
|
+
|
|
194
|
+
**Note:** In the current implementation, selection modes exist in the code but appear to be primarily for future functionality or integration with other widgets. The edit widget focuses on navigation and manipulation rather than selection.
|
|
195
|
+
|
|
196
|
+
## Context and Relationships
|
|
197
|
+
|
|
198
|
+
### Related Widgets
|
|
199
|
+
|
|
200
|
+
1. **Project Tree Widget** (`cf.cplace.projectTree`)
|
|
201
|
+
- Similar hierarchical tree structure for project management
|
|
202
|
+
- Shares base classes and tree infrastructure (`TreeContentProvider`, `LoadChildrenHandler`)
|
|
203
|
+
- OrgaTree integrates with project tree through schedule management
|
|
204
|
+
|
|
205
|
+
2. **Personal Tree Content Provider**
|
|
206
|
+
- Referenced from `ProjektplanungPlugin` for schedule management
|
|
207
|
+
- Provides "Own schedules" and "Substitute schedules" functionality
|
|
208
|
+
- Enables users to access their schedules through the organizational tree
|
|
209
|
+
|
|
210
|
+
### App Integration
|
|
211
|
+
|
|
212
|
+
The widget is part of the **Organizational Structure App** (`cf.cplace.orgaTree`):
|
|
213
|
+
|
|
214
|
+
- **App display name:** "Organizational Structure"
|
|
215
|
+
- **App description:** "The 'Organizational Structure' app lets you manage employees and teams in an organizational structure. This app offers you an organizational tree that helps you create, edit, and manage employees, teams, and sectors."
|
|
216
|
+
- **Homepage widget:** This widget is automatically created as the homepage when the app is added to a workspace
|
|
217
|
+
- **Type definitions:** The app defines DEPARTMENT and TEAM types
|
|
218
|
+
|
|
219
|
+
### Dependencies
|
|
220
|
+
|
|
221
|
+
**Backend dependencies:**
|
|
222
|
+
- `cf.cplace.planauswahl` - Tree selection infrastructure (TreeContentProvider, TreeData, TreeItem)
|
|
223
|
+
- `cf.cplace.projektplanung` - Schedule management and personal tree functionality
|
|
224
|
+
- `cf.cplace.platform.frontend.handler.flexigrid.data` - Tree utilities and node interfaces
|
|
225
|
+
|
|
226
|
+
**Frontend dependencies:**
|
|
227
|
+
- AngularJS directive (`cfCplaceOrgaTreeEditWidget`)
|
|
228
|
+
- jQuery tree widget (`cplace_jq_tree`)
|
|
229
|
+
- Platform event system for real-time updates
|
|
230
|
+
|
|
231
|
+
### Permission Model
|
|
232
|
+
|
|
233
|
+
The widget respects cplace's permission system:
|
|
234
|
+
|
|
235
|
+
- **Create:** Users need "create pages in same space" permission to add new departments/teams
|
|
236
|
+
- **Edit/Move:** Users need edit rights on the source node to move it
|
|
237
|
+
- **Delete:** Users need delete permissions on the entity
|
|
238
|
+
- **Read:** The tree only shows entities the user has read access to
|
|
239
|
+
|
|
240
|
+
## Technical Architecture
|
|
241
|
+
|
|
242
|
+
### Backend Components
|
|
243
|
+
|
|
244
|
+
**EditOrgaTreeWidgetDefinition.java:**
|
|
245
|
+
- Widget registration and definition
|
|
246
|
+
- Provides template substitution with tree data
|
|
247
|
+
- Configures URLs for loading children and validating moves
|
|
248
|
+
|
|
249
|
+
**OrgaTreeContentProvider.java:**
|
|
250
|
+
- Implements `TreeContentProvider` interface
|
|
251
|
+
- Handles data retrieval for all node types
|
|
252
|
+
- Manages parent-child relationships
|
|
253
|
+
- Provides bidirectional navigation (get children, get parents)
|
|
254
|
+
- Handles both real nodes (pages, persons) and virtual nodes (schedule containers)
|
|
255
|
+
|
|
256
|
+
**CanMoveHandler.java:**
|
|
257
|
+
- Validates whether a department can be moved to a target position
|
|
258
|
+
- Prevents invalid hierarchy structures
|
|
259
|
+
- Uses `CanMoveMenuItemHandler.canMoveInHierarchy()` for validation
|
|
260
|
+
|
|
261
|
+
**ContextMenuActionsProvider.java:**
|
|
262
|
+
- Defines all available context menu actions
|
|
263
|
+
- Implements permission checks for each action
|
|
264
|
+
- Provides URLs for action execution
|
|
265
|
+
|
|
266
|
+
### Frontend Components
|
|
267
|
+
|
|
268
|
+
**cfCplaceOrgaTreeEditWidget.js:**
|
|
269
|
+
- AngularJS directive that initializes the tree widget
|
|
270
|
+
- Configures drag-and-drop behavior
|
|
271
|
+
- Handles event listeners for page creation/deletion
|
|
272
|
+
- Manages node registration for updates
|
|
273
|
+
- Configures custom rendering templates
|
|
274
|
+
|
|
275
|
+
**jQuery Tree Widget:**
|
|
276
|
+
- Underlying tree rendering library
|
|
277
|
+
- Handles tree state (expanded/collapsed)
|
|
278
|
+
- Manages drag-and-drop interactions
|
|
279
|
+
- Renders custom templates for different node types
|
|
280
|
+
|
|
281
|
+
### Data Model
|
|
282
|
+
|
|
283
|
+
**Type hierarchy:**
|
|
284
|
+
```
|
|
285
|
+
Department
|
|
286
|
+
- parent: Department (optional, creates hierarchy)
|
|
287
|
+
- users: Person[] (department members)
|
|
288
|
+
└─ subdepartments (incoming PARENT references)
|
|
289
|
+
└─ teams (incoming DEPARTMENT references)
|
|
290
|
+
|
|
291
|
+
Team
|
|
292
|
+
- department: Department (required)
|
|
293
|
+
- users: Person[] (team members)
|
|
294
|
+
|
|
295
|
+
Person (platform type)
|
|
296
|
+
└─ Virtual Node: Own Schedules
|
|
297
|
+
└─ Schedule[] (where person is owner)
|
|
298
|
+
└─ Virtual Node: Substitute Schedules
|
|
299
|
+
└─ Schedule[] (where person is deputy)
|
|
300
|
+
```
|
|
301
|
+
|
|
302
|
+
### Tree Node Types
|
|
303
|
+
|
|
304
|
+
The implementation distinguishes between:
|
|
305
|
+
|
|
306
|
+
1. **SimpleCustomEntityTreeNode:** Represents actual entities (departments, teams, persons, schedules)
|
|
307
|
+
2. **VirtualSimpleTreeNode:** Represents virtual grouping nodes (schedule containers)
|
|
308
|
+
3. **Node:** Legacy node interface for backward compatibility
|
|
309
|
+
4. **ITreeNode:** Modern tree node interface
|
|
310
|
+
|
|
311
|
+
## Key Implementation Details
|
|
312
|
+
|
|
313
|
+
### Lazy Loading Mechanism
|
|
314
|
+
|
|
315
|
+
1. Initial page load: Widget definition generates JSON with root departments
|
|
316
|
+
2. Root nodes have `load_on_demand: false` - their children are included in initial data
|
|
317
|
+
3. When user expands a node: Ajax call to `LoadChildrenHandler` with parent UID
|
|
318
|
+
4. Handler delegates to `OrgaTreeContentProvider.getAllChildren()`
|
|
319
|
+
5. Children are rendered and added to tree
|
|
320
|
+
|
|
321
|
+
### Multi-parent Support
|
|
322
|
+
|
|
323
|
+
Users can belong to multiple departments and/or teams:
|
|
324
|
+
- Person nodes appear multiple times in the tree
|
|
325
|
+
- Each appearance is a separate node with unique node ID
|
|
326
|
+
- Node registration tracks which UIDs correspond to which node IDs
|
|
327
|
+
- When a user is deleted, all instances are removed from the tree
|
|
328
|
+
|
|
329
|
+
### Path Finding
|
|
330
|
+
|
|
331
|
+
The widget supports finding paths from root to a specific node:
|
|
332
|
+
- Used for highlighting and expanding to show a specific entity
|
|
333
|
+
- Handles multiple possible paths (e.g., user belonging to multiple departments)
|
|
334
|
+
- Can filter paths to only include specific required nodes
|
|
335
|
+
|
|
336
|
+
### Caching Strategy
|
|
337
|
+
|
|
338
|
+
The widget caches move validation results:
|
|
339
|
+
- Each target node maintains a cache: `{sourceUid: {position: boolean}}`
|
|
340
|
+
- Reduces server calls when dragging the same node over multiple positions
|
|
341
|
+
- Cache is stored on the tree node object in the client
|
|
342
|
+
|
|
343
|
+
## Limitations and Constraints
|
|
344
|
+
|
|
345
|
+
1. **Move operations:** Only departments can be moved via drag-and-drop, not teams or users
|
|
346
|
+
2. **Context menu:** Not all actions are available for all node types
|
|
347
|
+
3. **Selection:** The edit widget is primarily for navigation and manipulation, not for selection
|
|
348
|
+
4. **Permissions:** Actions are hidden if the user lacks permissions rather than being disabled
|
|
349
|
+
5. **Real-time sync:** Updates are event-driven but only for create/delete, not for edit operations
|
|
350
|
+
|
|
351
|
+
## Summary
|
|
352
|
+
|
|
353
|
+
The `cf.cplace.orgaTree.edit` widget is a sophisticated hierarchical tree widget that serves as the central interface for managing organizational structures in cplace. It combines visualization, navigation, and manipulation capabilities in a single interactive component. The widget is designed for HR managers, department heads, and administrators who need to maintain organizational hierarchies, manage team structures, and access associated schedules. Its drag-and-drop functionality, context-sensitive actions, and integration with the broader cplace platform make it a powerful tool for organizational management.
|