@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,233 @@
|
|
|
1
|
+
# Widget Research: cf.cplace.outlookMessageIntegration.outlookMessages
|
|
2
|
+
|
|
3
|
+
## Widget Overview
|
|
4
|
+
|
|
5
|
+
**Widget ID:** `cf.cplace.outlookMessageIntegration.outlookMessages`
|
|
6
|
+
**Repository:** `cplace-paw`
|
|
7
|
+
**Plugin:** `cf.cplace.outlookMessageIntegration`
|
|
8
|
+
**Definition Class:** `OutlookMessagesWidgetDefinition.java`
|
|
9
|
+
|
|
10
|
+
## Purpose
|
|
11
|
+
|
|
12
|
+
The Outlook Messages widget enables users to import and display Microsoft Outlook email messages (.msg files) within cplace pages. Users can drag and drop Outlook message files directly into the widget, which parses the email data and creates structured email records as child pages, preserving the email content, metadata, and attachments.
|
|
13
|
+
|
|
14
|
+
## Core Functionality
|
|
15
|
+
|
|
16
|
+
### What This Widget Does
|
|
17
|
+
|
|
18
|
+
The widget provides two main functions:
|
|
19
|
+
|
|
20
|
+
1. **Email Import**: Accepts Outlook .msg files via drag-and-drop upload
|
|
21
|
+
2. **Email Display**: Shows imported emails in a tabular format with key metadata
|
|
22
|
+
|
|
23
|
+
When a user uploads an .msg file:
|
|
24
|
+
- The widget parses the file using Apache POI's HSMF library (Microsoft Outlook MSG format parser)
|
|
25
|
+
- Creates a new page of type "email" as a child of the current page
|
|
26
|
+
- Extracts and stores email metadata (subject, sender, recipients, date)
|
|
27
|
+
- Preserves the email body content (HTML or plain text)
|
|
28
|
+
- Extracts and attaches any file attachments from the email
|
|
29
|
+
- Displays the new email in the widget's table
|
|
30
|
+
|
|
31
|
+
### Technical Architecture
|
|
32
|
+
|
|
33
|
+
**Frontend Components:**
|
|
34
|
+
- Template: `outlookMessagesWidgetDefinition.htm` - Drag-and-drop zone and table display
|
|
35
|
+
- Controller: `OutlookMessagesWidgetCtrl.ts` - Upload handling and table refresh
|
|
36
|
+
- Based on `AbstractUploadCtrl` for file upload functionality
|
|
37
|
+
|
|
38
|
+
**Backend Components:**
|
|
39
|
+
- `OutlookMessagesWidgetDefinition.java` - Widget definition and rendering
|
|
40
|
+
- `MessageUploadHandler.java` - Processes uploaded .msg files and creates email pages
|
|
41
|
+
- `OutlookMessagesTableHandler.java` - Generates updated table data after uploads
|
|
42
|
+
- `OutlookMessagesWidgetState.java` - Manages widget state (upload URL, table reload URL)
|
|
43
|
+
- `OutlookMessagesTableTemplateSubstitution.java` - Renders the email table
|
|
44
|
+
|
|
45
|
+
**Data Model:**
|
|
46
|
+
- Type: "email" (EMAIL type definition in OutlookMessageIntegrationAppTypes.java)
|
|
47
|
+
- Attributes:
|
|
48
|
+
- `subject` (SingleString) - Email subject line
|
|
49
|
+
- `from` (SingleString) - Sender information
|
|
50
|
+
- `to` (MultiString) - Recipients list
|
|
51
|
+
- `date` (SingleDate) - Email timestamp
|
|
52
|
+
- `content` (SingleRichString) - Email body (HTML or plain text)
|
|
53
|
+
- `parent` (SinglePageReference) - Reference to parent page (hierarchical relationship)
|
|
54
|
+
- All attributes are read-only after import
|
|
55
|
+
- Attachments stored as Document entities linked to the email page
|
|
56
|
+
|
|
57
|
+
## Use Cases
|
|
58
|
+
|
|
59
|
+
### Primary Use Cases
|
|
60
|
+
|
|
61
|
+
1. **Project Communication Archive**
|
|
62
|
+
- Teams working on projects can archive relevant email correspondence directly in project pages
|
|
63
|
+
- Keep all project-related information (tasks, documents, emails) in one place
|
|
64
|
+
- Preserve email context and history within the project workspace
|
|
65
|
+
|
|
66
|
+
2. **Issue Documentation**
|
|
67
|
+
- When issues are reported or discussed via email, import the email into the issue page
|
|
68
|
+
- Create an audit trail of email communications related to specific issues
|
|
69
|
+
- Reference email content when resolving problems
|
|
70
|
+
|
|
71
|
+
3. **Client Communication Tracking**
|
|
72
|
+
- Import customer or client emails into relevant customer/account pages
|
|
73
|
+
- Maintain a complete history of email interactions
|
|
74
|
+
- Share email context with team members who weren't on the original thread
|
|
75
|
+
|
|
76
|
+
4. **Compliance and Record-Keeping**
|
|
77
|
+
- Store important business emails within structured records
|
|
78
|
+
- Create searchable archives of email communications
|
|
79
|
+
- Maintain email evidence linked to specific business processes or entities
|
|
80
|
+
|
|
81
|
+
5. **Knowledge Management**
|
|
82
|
+
- Preserve valuable information shared via email
|
|
83
|
+
- Convert email discussions into searchable, structured content
|
|
84
|
+
- Make email knowledge accessible to broader teams
|
|
85
|
+
|
|
86
|
+
### When to Use This Widget
|
|
87
|
+
|
|
88
|
+
Choose this widget when:
|
|
89
|
+
- The page represents an entity that may receive related email communications (projects, issues, customers, etc.)
|
|
90
|
+
- You need to integrate email conversations into your cplace workflow
|
|
91
|
+
- You want to preserve email context alongside other structured data
|
|
92
|
+
- Team members need access to email information without forwarding or CC'ing
|
|
93
|
+
|
|
94
|
+
### What Problem It Solves
|
|
95
|
+
|
|
96
|
+
- **Information Silos**: Email conversations remain isolated in individual inboxes. This widget brings email content into the shared workspace.
|
|
97
|
+
- **Context Loss**: Important email discussions are disconnected from related work items. The widget links emails directly to relevant pages.
|
|
98
|
+
- **Manual Data Entry**: Instead of copying email content manually, users can import the entire message with metadata and attachments intact.
|
|
99
|
+
- **Attachment Management**: Email attachments are preserved and accessible through cplace's document management.
|
|
100
|
+
|
|
101
|
+
## Configuration Concepts
|
|
102
|
+
|
|
103
|
+
### Widget Configuration
|
|
104
|
+
|
|
105
|
+
The widget has minimal configuration as it provides a fixed functionality:
|
|
106
|
+
|
|
107
|
+
1. **Embedding**:
|
|
108
|
+
- Can only be embedded in Page entities (or type definitions that apply to Pages)
|
|
109
|
+
- Enforced by `checkEmbeddableIn` method in the widget definition
|
|
110
|
+
- Creates hierarchical relationship: parent page → child email pages
|
|
111
|
+
|
|
112
|
+
2. **Display Options**:
|
|
113
|
+
- No padding on widget container (`isNoPadding() = true`)
|
|
114
|
+
- Fixed table layout with columns: Subject, Attachments, Date, Recipient, Sender
|
|
115
|
+
- Emails sorted by date (most recent first)
|
|
116
|
+
|
|
117
|
+
3. **Upload Handling**:
|
|
118
|
+
- Only accepts .msg file format (Microsoft Outlook Message format)
|
|
119
|
+
- Validates file extension before processing
|
|
120
|
+
- Shows upload progress indicator during file processing
|
|
121
|
+
- Displays error messages for invalid files or upload failures
|
|
122
|
+
|
|
123
|
+
### User Interface Elements
|
|
124
|
+
|
|
125
|
+
**Drag-and-Drop Zone:**
|
|
126
|
+
- Visual drop zone with envelope icon
|
|
127
|
+
- Upload progress indicator with percentage
|
|
128
|
+
- Shows spinner during processing
|
|
129
|
+
|
|
130
|
+
**Email Table:**
|
|
131
|
+
- Displays all email pages that are children of the current page
|
|
132
|
+
- Columns:
|
|
133
|
+
- Subject (clickable link to email page)
|
|
134
|
+
- Number of attachments (file icon with count)
|
|
135
|
+
- Date
|
|
136
|
+
- Recipients (To field)
|
|
137
|
+
- Sender (From field)
|
|
138
|
+
- Automatically refreshes after successful upload
|
|
139
|
+
|
|
140
|
+
### Technical Constraints
|
|
141
|
+
|
|
142
|
+
- **File Format**: Only Microsoft Outlook .msg files are supported
|
|
143
|
+
- **Parsing**: Uses Apache POI HSMF library for .msg file parsing
|
|
144
|
+
- **Parent-Child Relationship**: Email pages are always created as children of the page containing the widget
|
|
145
|
+
- **Read-Only Data**: Once imported, email data cannot be edited (enforces data integrity)
|
|
146
|
+
- **Space Context**: Emails are created in the same space as their parent page
|
|
147
|
+
|
|
148
|
+
## Context and Relationships
|
|
149
|
+
|
|
150
|
+
### Related Components
|
|
151
|
+
|
|
152
|
+
1. **Email Type Definition** (`OutlookMessageIntegrationAppTypes.EMAIL`)
|
|
153
|
+
- Defines the structure for imported email pages
|
|
154
|
+
- Includes default layout with content, attributes, and files widgets
|
|
155
|
+
- Uses "fa-envelope" icon for email pages
|
|
156
|
+
|
|
157
|
+
2. **Document Management**
|
|
158
|
+
- Email attachments are created as Document entities
|
|
159
|
+
- Documents are linked to email pages via parent-child relationship
|
|
160
|
+
- Attachments preserve original filenames and content
|
|
161
|
+
|
|
162
|
+
3. **Page Hierarchy**
|
|
163
|
+
- Emails use parent reference attribute for hierarchical structure
|
|
164
|
+
- Parent page can have multiple email children
|
|
165
|
+
- Email pages inherit space context from parent
|
|
166
|
+
|
|
167
|
+
### Integration Points
|
|
168
|
+
|
|
169
|
+
- **Upload Framework**: Extends `AbstractUploadCtrl` for consistent upload behavior across cplace
|
|
170
|
+
- **Search System**: Emails are searchable like any other page type
|
|
171
|
+
- **Attribute Display**: Email content can be displayed using standard cplace attribute widgets
|
|
172
|
+
- **Files Widget**: Email attachments displayed via standard files widget on email detail page
|
|
173
|
+
|
|
174
|
+
### Prerequisites
|
|
175
|
+
|
|
176
|
+
- The page where the widget is embedded must allow child pages (hierarchical structure)
|
|
177
|
+
- User must have edit permissions on the parent page to upload emails
|
|
178
|
+
- Email pages are created in the same space as the parent (requires space permissions)
|
|
179
|
+
|
|
180
|
+
### No Dependencies On
|
|
181
|
+
|
|
182
|
+
- External Outlook/Exchange server connections (works with exported .msg files)
|
|
183
|
+
- Active email accounts or IMAP/SMTP configuration
|
|
184
|
+
- Email client plugins or integrations
|
|
185
|
+
|
|
186
|
+
## Implementation Details
|
|
187
|
+
|
|
188
|
+
### Email Parsing Process
|
|
189
|
+
|
|
190
|
+
When a .msg file is uploaded:
|
|
191
|
+
|
|
192
|
+
1. **Validation**:
|
|
193
|
+
- Check file extension is ".msg"
|
|
194
|
+
- Verify file can be read
|
|
195
|
+
|
|
196
|
+
2. **Parse Email Metadata**:
|
|
197
|
+
- Extract subject (used as page title)
|
|
198
|
+
- Parse sender information (name and email address)
|
|
199
|
+
- Extract recipient list with names and email addresses
|
|
200
|
+
- Get message date/time
|
|
201
|
+
|
|
202
|
+
3. **Process Email Body**:
|
|
203
|
+
- Attempt to extract HTML body first
|
|
204
|
+
- Fall back to plain text if HTML not available
|
|
205
|
+
- Convert line separators to `<br>` tags for plain text
|
|
206
|
+
|
|
207
|
+
4. **Extract Attachments**:
|
|
208
|
+
- Iterate through attachment chunks in .msg file
|
|
209
|
+
- Create Document entity for each attachment
|
|
210
|
+
- Copy attachment data into document version
|
|
211
|
+
- Link documents to email page
|
|
212
|
+
|
|
213
|
+
5. **Create Email Page**:
|
|
214
|
+
- Create page of type "email" with subject as title
|
|
215
|
+
- Set all metadata attributes
|
|
216
|
+
- Link to parent page
|
|
217
|
+
- Persist page and documents
|
|
218
|
+
|
|
219
|
+
6. **Refresh Display**:
|
|
220
|
+
- Reload table via AJAX call
|
|
221
|
+
- Display updated list of emails
|
|
222
|
+
- Enable upload for next file
|
|
223
|
+
|
|
224
|
+
### Error Handling
|
|
225
|
+
|
|
226
|
+
- Invalid file format: Shows specific error message
|
|
227
|
+
- Parse failures: Logged and generic error shown to user
|
|
228
|
+
- Attachment extraction failures: Logged individually, continue processing other attachments
|
|
229
|
+
- Upload progress tracking with visual feedback
|
|
230
|
+
|
|
231
|
+
## Summary
|
|
232
|
+
|
|
233
|
+
The Outlook Messages widget provides a streamlined way to integrate email communications into cplace's structured information management. By accepting Outlook .msg files via drag-and-drop, it eliminates the gap between email conversations and related work items, creating a unified view of all project-relevant information. The widget is particularly valuable for teams that need to maintain audit trails, preserve context, or share email information within collaborative workspaces.
|
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
# Widget Research: cf.cplace.pageViewHeadline.widget
|
|
2
|
+
|
|
3
|
+
## Widget Overview
|
|
4
|
+
|
|
5
|
+
**Widget ID:** `cf.cplace.pageViewHeadline.widget`
|
|
6
|
+
**Widget Name:** Simple Headline
|
|
7
|
+
**Repository:** cplace-paw
|
|
8
|
+
**Plugin:** cf.cplace.pageViewHeadline
|
|
9
|
+
|
|
10
|
+
## 1. Description
|
|
11
|
+
|
|
12
|
+
The Simple Headline widget allows users to insert visually styled headlines with an optional subtitle on page views. It displays a title and optional subtitle with a large decorative icon in the background, customizable colors, and responsive design.
|
|
13
|
+
|
|
14
|
+
## 2. Purpose and Functionality
|
|
15
|
+
|
|
16
|
+
### Core Functionality
|
|
17
|
+
The widget provides a visually prominent headline display that:
|
|
18
|
+
- Shows a customizable title and optional subtitle
|
|
19
|
+
- Displays the page's icon as a large, semi-transparent watermark in the background
|
|
20
|
+
- Supports custom background and font colors
|
|
21
|
+
- Renders without a frame or padding (seamless integration with page layout)
|
|
22
|
+
- Adapts responsively to different screen sizes
|
|
23
|
+
|
|
24
|
+
### Technical Implementation
|
|
25
|
+
- **Definition Class:** `cf.cplace.pageViewHeadline.widget.PageViewHeadlineWidgetDefinition`
|
|
26
|
+
- **Configuration Type:** `cf.cplace.pageViewHeadline.widgetConfiguration`
|
|
27
|
+
- **Template:** HTML-based with inline style substitutions
|
|
28
|
+
- **Styling:** LESS/CSS with responsive breakpoints
|
|
29
|
+
|
|
30
|
+
## 3. Use Cases
|
|
31
|
+
|
|
32
|
+
### Primary Use Cases
|
|
33
|
+
|
|
34
|
+
1. **Page Header Enhancement**
|
|
35
|
+
- Add visually appealing headers to important pages
|
|
36
|
+
- Create a professional, branded look for key content pages
|
|
37
|
+
- Differentiate page types through consistent headline styling
|
|
38
|
+
|
|
39
|
+
2. **Visual Page Hierarchy**
|
|
40
|
+
- Make landing pages or section entry points stand out
|
|
41
|
+
- Provide clear visual distinction between different page types
|
|
42
|
+
- Guide users through content organization with visual cues
|
|
43
|
+
|
|
44
|
+
3. **Branded Content Sections**
|
|
45
|
+
- Apply corporate colors to page headers
|
|
46
|
+
- Create consistent visual themes across page collections
|
|
47
|
+
- Support multi-language content with localized titles and subtitles
|
|
48
|
+
|
|
49
|
+
4. **Dashboard and Overview Pages**
|
|
50
|
+
- Create attention-grabbing headers for dashboard pages
|
|
51
|
+
- Highlight summary or overview sections
|
|
52
|
+
- Provide context through both title and subtitle information
|
|
53
|
+
|
|
54
|
+
### When to Use This Widget
|
|
55
|
+
|
|
56
|
+
Choose the Simple Headline widget when:
|
|
57
|
+
- You need a prominent, visually styled header for a page
|
|
58
|
+
- Standard page titles are not prominent enough
|
|
59
|
+
- You want to apply custom branding/colors to specific pages
|
|
60
|
+
- You need both a main title and explanatory subtitle
|
|
61
|
+
- You want to incorporate the page icon in a decorative way
|
|
62
|
+
|
|
63
|
+
### When NOT to Use This Widget
|
|
64
|
+
|
|
65
|
+
Avoid this widget when:
|
|
66
|
+
- Simple page titles are sufficient
|
|
67
|
+
- You need complex header functionality (interactive elements, buttons, etc.)
|
|
68
|
+
- The page layout requires a standard frame or padding
|
|
69
|
+
- You're working with non-page entities (widget only works on Page types)
|
|
70
|
+
|
|
71
|
+
## 4. Configuration Options
|
|
72
|
+
|
|
73
|
+
### Main Configuration Attributes
|
|
74
|
+
|
|
75
|
+
1. **Localized Title** (required)
|
|
76
|
+
- Attribute: `LOCALIZED_TITLE`
|
|
77
|
+
- Type: LocalizedString
|
|
78
|
+
- Purpose: Main headline text, supports multiple languages
|
|
79
|
+
- Migrated from deprecated `widgetTitle` field
|
|
80
|
+
|
|
81
|
+
2. **Localized Subtitle** (optional)
|
|
82
|
+
- Attribute: `LOCALIZED_SUBTITLE`
|
|
83
|
+
- Type: LocalizedString
|
|
84
|
+
- Purpose: Secondary text below the main title
|
|
85
|
+
- Migrated from deprecated `widgetSubTitle` field
|
|
86
|
+
|
|
87
|
+
3. **Background Color** (optional)
|
|
88
|
+
- Attribute: `BACKGROUNDCOLOR`
|
|
89
|
+
- Type: Color (String)
|
|
90
|
+
- Purpose: Custom background color for the headline area
|
|
91
|
+
- Default: Gray if not specified
|
|
92
|
+
|
|
93
|
+
4. **Font Color** (optional)
|
|
94
|
+
- Attribute: `FONTCOLOR`
|
|
95
|
+
- Type: Color (String)
|
|
96
|
+
- Purpose: Custom text color for title and subtitle
|
|
97
|
+
- Default: White with transparency if not specified
|
|
98
|
+
|
|
99
|
+
### Visual Design Features
|
|
100
|
+
|
|
101
|
+
- **Icon Display:** Automatically uses the embedding page's icon as a large watermark
|
|
102
|
+
- **Icon Opacity:** 30% opacity (or 10% default) for subtle background effect
|
|
103
|
+
- **Text Shadow:** Applied to both title and subtitle for readability
|
|
104
|
+
- **Rounded Corners:** 3px border-radius for modern appearance
|
|
105
|
+
- **Responsive Typography:**
|
|
106
|
+
- Desktop: Title 40px, Subtitle 24px, Icon 100px
|
|
107
|
+
- Tablet (≤767px): Title 30px, Subtitle 20px, Icon 70px
|
|
108
|
+
- Mobile (≤579px): Title 20px, Subtitle 14px, Icon 50px
|
|
109
|
+
|
|
110
|
+
## 5. Context and Relationships
|
|
111
|
+
|
|
112
|
+
### Entity Requirements
|
|
113
|
+
- **Embeddable In:** Page entities only
|
|
114
|
+
- **Embedding Type:** Widget (not embeddable as other types)
|
|
115
|
+
- **Type Constraints:** Must be embedded in Page class or type definitions that apply to pages
|
|
116
|
+
|
|
117
|
+
### Integration Points
|
|
118
|
+
|
|
119
|
+
1. **Icon Service Integration**
|
|
120
|
+
- Retrieves icon from the embedding page entity
|
|
121
|
+
- Converts icon name to CSS class using IconService
|
|
122
|
+
- Displays as decorative background element
|
|
123
|
+
|
|
124
|
+
2. **Localization Support**
|
|
125
|
+
- Full support for multi-language titles and subtitles
|
|
126
|
+
- Uses LocalizedString for content that adapts to user language
|
|
127
|
+
- Migrates legacy non-localized strings to localized format
|
|
128
|
+
|
|
129
|
+
3. **Template System**
|
|
130
|
+
- Uses cplace's template substitution system
|
|
131
|
+
- HTML escaping for security
|
|
132
|
+
- Conditional rendering (subtitle optional)
|
|
133
|
+
|
|
134
|
+
### Dependencies
|
|
135
|
+
- **cf.cplace.platform:** Core platform functionality
|
|
136
|
+
- **cf.cplace.dragAndDropImageView:** Plugin dependency
|
|
137
|
+
|
|
138
|
+
## 6. Migration and Evolution
|
|
139
|
+
|
|
140
|
+
### Historical Context
|
|
141
|
+
- Originally used non-localized string attributes for title and subtitle
|
|
142
|
+
- Migrated to LocalizedString attributes for better internationalization
|
|
143
|
+
- Deprecated `TITLE` and `SUBTITLE` attributes maintained for backward compatibility
|
|
144
|
+
- Live migration converts old configurations to new format
|
|
145
|
+
|
|
146
|
+
### Migration Behavior
|
|
147
|
+
The widget automatically migrates:
|
|
148
|
+
- `widgetTitle` (deprecated) → `LOCALIZED_TITLE`
|
|
149
|
+
- `widgetSubTitle` (deprecated) → `LOCALIZED_SUBTITLE`
|
|
150
|
+
|
|
151
|
+
## 7. Example Configuration
|
|
152
|
+
|
|
153
|
+
From the test setup, a typical configuration includes:
|
|
154
|
+
|
|
155
|
+
```java
|
|
156
|
+
{
|
|
157
|
+
"backgroundColor": "#652eff",
|
|
158
|
+
"fontColor": "#c9cdff",
|
|
159
|
+
"localizedTitle": {
|
|
160
|
+
"de": "Textseite (Einfache Überschrift, ohne Untertitel)",
|
|
161
|
+
"en": "Text Page (Simple Headline, without subtitle)"
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
Or with subtitle:
|
|
167
|
+
|
|
168
|
+
```java
|
|
169
|
+
{
|
|
170
|
+
"backgroundColor": "#652eff",
|
|
171
|
+
"fontColor": "#c9cdff",
|
|
172
|
+
"localizedTitle": {
|
|
173
|
+
"de": "Fußzeile",
|
|
174
|
+
"en": "Footer"
|
|
175
|
+
},
|
|
176
|
+
"localizedSubtitle": {
|
|
177
|
+
"de": "Untertitel Text",
|
|
178
|
+
"en": "Subtitle text"
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
```
|
|
182
|
+
|
|
183
|
+
## 8. Technical Characteristics
|
|
184
|
+
|
|
185
|
+
### Rendering Behavior
|
|
186
|
+
- **No Padding:** Widget sets `isNoPadding()` to true
|
|
187
|
+
- **No Frame:** Widget sets `showFrame()` to false
|
|
188
|
+
- **Seamless Integration:** Designed to blend with page layout without visible widget chrome
|
|
189
|
+
|
|
190
|
+
### Responsive Design
|
|
191
|
+
The widget includes three breakpoints:
|
|
192
|
+
- **Desktop** (>767px): Full size, maximum visual impact
|
|
193
|
+
- **Tablet** (≤767px): Medium size, balanced layout
|
|
194
|
+
- **Mobile** (≤579px): Compact size, optimized for small screens
|
|
195
|
+
|
|
196
|
+
### CSS Class Structure
|
|
197
|
+
- `.cplace-page-view-alternative-headline`: Main container
|
|
198
|
+
- `.icon`: Large decorative icon background
|
|
199
|
+
- `h1`: Main title styling
|
|
200
|
+
- `h2`: Subtitle styling (conditional)
|
|
201
|
+
|
|
202
|
+
## 9. Summary
|
|
203
|
+
|
|
204
|
+
The Simple Headline widget is a specialized formatting widget designed to create visually prominent, branded page headers in cplace. It combines a localized title and optional subtitle with customizable colors and the page's icon to create an eye-catching header that works across devices. The widget is particularly useful for landing pages, dashboards, and important content sections where standard page titles lack sufficient visual impact.
|
|
205
|
+
|
|
206
|
+
**Key Strengths:**
|
|
207
|
+
- Simple, focused purpose
|
|
208
|
+
- Strong visual impact
|
|
209
|
+
- Responsive design
|
|
210
|
+
- Multi-language support
|
|
211
|
+
- Easy customization
|
|
212
|
+
|
|
213
|
+
**Limitations:**
|
|
214
|
+
- Page-only embedding
|
|
215
|
+
- Limited to static headline display
|
|
216
|
+
- No interactive features
|
|
217
|
+
- Fixed visual style (though colors are customizable)
|
|
@@ -0,0 +1,235 @@
|
|
|
1
|
+
# PDF Preview Widget Research
|
|
2
|
+
|
|
3
|
+
## Widget Information
|
|
4
|
+
- **Widget ID**: `cf.cplace.pdfPreview.widget`
|
|
5
|
+
- **Widget Name**: PDF Preview
|
|
6
|
+
- **Repository**: `cplace-paw`
|
|
7
|
+
- **Definition Class**: `cf.cplace.pdfPreview/src/main/java/cf/cplace/pdfPreview/script/PdfPreviewWidgetDefinition.java`
|
|
8
|
+
|
|
9
|
+
## Purpose
|
|
10
|
+
|
|
11
|
+
The PDF Preview widget displays the first page of a PDF document directly within a cplace page. It provides an inline preview of PDF files that are referenced via Document reference attributes, allowing users to view PDF content without opening or downloading the file.
|
|
12
|
+
|
|
13
|
+
## Core Functionality
|
|
14
|
+
|
|
15
|
+
### What It Does
|
|
16
|
+
The widget renders the first page of a PDF document using PDF.js library within a canvas element on the page. It retrieves the PDF through a Document reference attribute and displays it inline with optional download functionality.
|
|
17
|
+
|
|
18
|
+
### Key Features
|
|
19
|
+
1. **Inline PDF Rendering**: Displays the first page of a PDF file directly in the widget using HTML5 canvas
|
|
20
|
+
2. **Dynamic Scaling**: Automatically scales the PDF to fit the widget width or height (depending on configuration)
|
|
21
|
+
3. **Access Control**: Respects cplace's permission system and displays appropriate messages for insufficient rights
|
|
22
|
+
4. **Optional Download Button**: Configurable download button for accessing the full PDF
|
|
23
|
+
5. **Widget Reload**: Supports dynamic reload to refresh the PDF preview
|
|
24
|
+
6. **Error Handling**: Provides user-friendly error messages for various failure scenarios
|
|
25
|
+
|
|
26
|
+
## Use Cases
|
|
27
|
+
|
|
28
|
+
### Primary Use Cases
|
|
29
|
+
1. **Document Preview on Pages**: Display PDF attachments or referenced documents directly on entity pages without requiring users to download or open them separately
|
|
30
|
+
2. **Quick Visual Reference**: Provide a quick visual preview of PDF documents (e.g., contracts, reports, diagrams) on dashboards or detail pages
|
|
31
|
+
3. **Document Galleries**: Show preview thumbnails of multiple PDF documents in a collection
|
|
32
|
+
4. **Form Attachments**: Display PDF forms or documentation alongside data entry forms
|
|
33
|
+
5. **Report Previews**: Show generated PDF reports inline on summary pages
|
|
34
|
+
|
|
35
|
+
### When to Use This Widget
|
|
36
|
+
- When you want to provide immediate visual context of a PDF document
|
|
37
|
+
- When the first page of a PDF contains the most relevant information (e.g., cover pages, summary sheets)
|
|
38
|
+
- When you want to reduce friction by avoiding the need to download files just to see their content
|
|
39
|
+
- When building document management interfaces where quick previews enhance usability
|
|
40
|
+
|
|
41
|
+
### When NOT to Use This Widget
|
|
42
|
+
- When users need to view or interact with multiple pages of a PDF (only the first page is displayed)
|
|
43
|
+
- When the referenced attribute points to non-PDF documents (the widget only works with PDF files)
|
|
44
|
+
- When the referenced document is not a Document entity type
|
|
45
|
+
|
|
46
|
+
## Configuration Options
|
|
47
|
+
|
|
48
|
+
### Required Configuration
|
|
49
|
+
| Configuration | Type | Description |
|
|
50
|
+
|--------------|------|-------------|
|
|
51
|
+
| **PDF Reference Attribute** | Reference Attribute | A single-value reference attribute that points to a Document entity containing a PDF file. Must be a reference constraint to the Document entity class. |
|
|
52
|
+
|
|
53
|
+
### Optional Configuration
|
|
54
|
+
| Configuration | Type | Default | Description |
|
|
55
|
+
|--------------|------|---------|-------------|
|
|
56
|
+
| **Show Download Button** | Boolean | `true` | Whether to display a download button below the PDF preview |
|
|
57
|
+
| **Show Widget Frame** | Boolean | `true` | Whether to display the standard widget frame around the content |
|
|
58
|
+
| **Height** | Number | Auto | Fixed height for the widget. When set, the PDF scales to fit the specified height. When not set, scales to fit the widget width. |
|
|
59
|
+
|
|
60
|
+
### Configuration Details
|
|
61
|
+
|
|
62
|
+
#### PDF Reference Attribute
|
|
63
|
+
- Must be a reference attribute with multiplicity of exactly one (1..1) or at most one (0..1)
|
|
64
|
+
- Must reference the Document entity type
|
|
65
|
+
- The referenced document must be a PDF file (checked by file extension)
|
|
66
|
+
- The enumeration provider (`PdfAttributeEnumerationProvider`) filters available attributes to only show those meeting these criteria
|
|
67
|
+
|
|
68
|
+
#### Show Download Button
|
|
69
|
+
- When enabled, displays a prominent download button below the PDF preview
|
|
70
|
+
- Provides direct access to download the full PDF file
|
|
71
|
+
- Uses the same URL as the preview, respecting access permissions
|
|
72
|
+
|
|
73
|
+
#### Show Frame
|
|
74
|
+
- Controls whether the standard cplace widget frame is displayed
|
|
75
|
+
- When disabled, the widget content has no padding and appears borderless
|
|
76
|
+
- Useful for creating seamless layouts or custom styling
|
|
77
|
+
|
|
78
|
+
#### Height
|
|
79
|
+
- When set, the widget has a fixed height and the PDF scales to fit vertically
|
|
80
|
+
- When not set, the widget height adjusts dynamically based on the PDF's aspect ratio scaled to the container width
|
|
81
|
+
- Supports dynamic resizing when the page layout changes
|
|
82
|
+
|
|
83
|
+
## Technical Implementation
|
|
84
|
+
|
|
85
|
+
### Backend Components
|
|
86
|
+
|
|
87
|
+
#### Widget Definition (`PdfPreviewWidgetDefinition.java`)
|
|
88
|
+
- Extends `WidgetDefinition` base class
|
|
89
|
+
- Defines widget kind as `"cf.cplace.pdfPreview.widget"`
|
|
90
|
+
- Uses `PdfPreviewWidgetState` to serialize widget state to JSON
|
|
91
|
+
- Supports attribute name migration for type changes
|
|
92
|
+
- Sets `isNoPadding()` to true for edge-to-edge rendering
|
|
93
|
+
|
|
94
|
+
#### Widget State (`PdfPreviewWidgetState.java`)
|
|
95
|
+
- Encapsulates runtime state:
|
|
96
|
+
- `pdfUrl`: Download URL for the PDF file
|
|
97
|
+
- `showDownloadButton`: Whether to show the download button
|
|
98
|
+
- `insufficientRights`: Boolean flag for access control
|
|
99
|
+
- `reloadStateUrl`: URL for dynamic widget reload
|
|
100
|
+
- Performs security checks using `FunctionsHelper.getUrlAndCheckAccess()`
|
|
101
|
+
- Validates that referenced entity is a Document with PDF extension
|
|
102
|
+
- Handles null/missing references gracefully
|
|
103
|
+
|
|
104
|
+
#### Widget Configuration Types (`PdfPreviewWidgetTypes.java`)
|
|
105
|
+
- Defines configuration schema:
|
|
106
|
+
- `ATTRIBUTE`: Dynamic string enumeration for selecting the PDF reference attribute
|
|
107
|
+
- `SHOW_DOWNLOAD_BUTTON`: Boolean with default `true`
|
|
108
|
+
- `SHOW_FRAME`: Boolean with default `true`
|
|
109
|
+
- `HEIGHT`: Number attribute for fixed height
|
|
110
|
+
- Uses `PdfAttributeEnumerationProvider` to populate attribute options
|
|
111
|
+
|
|
112
|
+
#### Attribute Enumeration Provider (`PdfAttributeEnumerationProvider.java`)
|
|
113
|
+
- Filters available attributes to show only valid PDF reference attributes
|
|
114
|
+
- Requirements:
|
|
115
|
+
- Multiplicity: exactly one (1..1) or at most one (0..1)
|
|
116
|
+
- Type constraint: ReferenceConstraint
|
|
117
|
+
- Referenced entity class: Document
|
|
118
|
+
- Ensures configuration only allows valid attribute selections
|
|
119
|
+
|
|
120
|
+
### Frontend Components
|
|
121
|
+
|
|
122
|
+
#### Angular Directive (`cfCplacePdfPreview.ts`)
|
|
123
|
+
- Controller: `PdfPreviewCtrl`
|
|
124
|
+
- Manages PDF loading, rendering, and lifecycle
|
|
125
|
+
- Key responsibilities:
|
|
126
|
+
- PDF document loading via PDF.js (`pdfjsLib.getDocument()`)
|
|
127
|
+
- Canvas-based rendering of first page
|
|
128
|
+
- Dynamic scaling based on fixed height or width
|
|
129
|
+
- Widget resize handling with debouncing
|
|
130
|
+
- Error handling and user feedback
|
|
131
|
+
- Memory management (cleanup on destroy)
|
|
132
|
+
|
|
133
|
+
#### Key Frontend Features
|
|
134
|
+
1. **Dynamic Scaling**: Calculates viewport scale based on either:
|
|
135
|
+
- Fixed height: Scales to fit the specified height
|
|
136
|
+
- Dynamic height: Scales to fit the container width
|
|
137
|
+
2. **Resize Handling**: Responds to widget resize events and redraws the PDF accordingly
|
|
138
|
+
3. **Lazy Rendering**: Only loads and renders when needed, with caching of loaded pages
|
|
139
|
+
4. **Error States**: Handles and displays:
|
|
140
|
+
- Insufficient rights
|
|
141
|
+
- PDF loading errors
|
|
142
|
+
- Missing/no file referenced
|
|
143
|
+
5. **Reload Support**: Integrates with widget reload action to refresh content dynamically
|
|
144
|
+
|
|
145
|
+
#### Template (`pdfPreviewWidgetDefinition.htm`)
|
|
146
|
+
- Displays conditional content based on state:
|
|
147
|
+
- Info alert for insufficient rights
|
|
148
|
+
- Error alert for display failures
|
|
149
|
+
- Info alert for missing file reference
|
|
150
|
+
- Canvas container for PDF rendering
|
|
151
|
+
- Optional download button
|
|
152
|
+
|
|
153
|
+
### Dependencies
|
|
154
|
+
- **PDF.js**: JavaScript library for parsing and rendering PDF documents
|
|
155
|
+
- **AngularJS**: Frontend framework for directive and controller
|
|
156
|
+
- **cplace Widget Framework**: Integration with cplace's widget system
|
|
157
|
+
- **Document Entity**: Requires the Document entity type from cplace platform
|
|
158
|
+
|
|
159
|
+
## Related Widgets & Context
|
|
160
|
+
|
|
161
|
+
### Similar Widgets
|
|
162
|
+
- **Files Widget** (`cf.platform.files`): Shows all attached files, but doesn't provide inline preview
|
|
163
|
+
- **Dynamic Iframe Widget** (`cf.cplace.platform.dynamicIframe`): Can embed external content, but doesn't handle PDF rendering directly
|
|
164
|
+
- **Document Gallery Widget** (`msg.scripts.imagegallery.basic`): Shows image previews but focused on images rather than PDFs
|
|
165
|
+
|
|
166
|
+
### Integration Points
|
|
167
|
+
- Works with any custom entity type that has Document reference attributes
|
|
168
|
+
- Integrates with cplace's permission system for access control
|
|
169
|
+
- Compatible with cplace's widget framework (reload actions, fixed heights, frames)
|
|
170
|
+
- Can be used on any page layout that supports widgets
|
|
171
|
+
|
|
172
|
+
### Part of Larger Feature Set
|
|
173
|
+
- Part of the `cplace-paw` (Plugin Add-on Widgets) repository
|
|
174
|
+
- Complements document management capabilities in cplace
|
|
175
|
+
- Works alongside other document-related features like file attachments and downloads
|
|
176
|
+
|
|
177
|
+
## Prerequisites & Dependencies
|
|
178
|
+
|
|
179
|
+
### System Requirements
|
|
180
|
+
- PDF.js library must be available in the frontend
|
|
181
|
+
- Document entity type must be available (platform feature)
|
|
182
|
+
- Modern browser with HTML5 canvas support
|
|
183
|
+
|
|
184
|
+
### Configuration Prerequisites
|
|
185
|
+
- Entity type must have at least one reference attribute pointing to Document entities
|
|
186
|
+
- The attribute must have multiplicity of 1..1 or 0..1
|
|
187
|
+
- Users must have read access to referenced documents
|
|
188
|
+
|
|
189
|
+
### Limitations
|
|
190
|
+
1. **Single Page Only**: Only displays the first page of the PDF
|
|
191
|
+
2. **PDF Files Only**: Does not work with other document types (Word, Excel, images, etc.)
|
|
192
|
+
3. **No Interactivity**: Cannot interact with PDF form fields or annotations
|
|
193
|
+
4. **No Navigation**: Cannot scroll or navigate to other pages
|
|
194
|
+
5. **Canvas Rendering**: Some PDF features may not render perfectly (complex fonts, advanced graphics)
|
|
195
|
+
|
|
196
|
+
## Internationalization
|
|
197
|
+
|
|
198
|
+
The widget supports multiple languages through property files:
|
|
199
|
+
- English (`messages_en.properties`)
|
|
200
|
+
- German (`messages_de.properties`)
|
|
201
|
+
|
|
202
|
+
### Localized Messages
|
|
203
|
+
- Widget name: "PDF Preview"
|
|
204
|
+
- Configuration labels: "PDF Reference Attribute", "Show download button", "Show widget frame"
|
|
205
|
+
- User messages:
|
|
206
|
+
- "Download"
|
|
207
|
+
- "An error occurred while displaying the file."
|
|
208
|
+
- "You do not have sufficient access rights to view the referenced file."
|
|
209
|
+
- "There is no file referenced for display."
|
|
210
|
+
|
|
211
|
+
## Code References
|
|
212
|
+
|
|
213
|
+
### Java Classes
|
|
214
|
+
- Widget Definition: `cf.cplace.pdfPreview/src/main/java/cf/cplace/pdfPreview/script/PdfPreviewWidgetDefinition.java:24`
|
|
215
|
+
- Widget State: `cf.cplace.pdfPreview/src/main/java/cf/cplace/pdfPreview/script/PdfPreviewWidgetState.java:23`
|
|
216
|
+
- Configuration Types: `cf.cplace.pdfPreview/src/main/java/cf/cplace/pdfPreview/PdfPreviewWidgetTypes.java:20`
|
|
217
|
+
- Attribute Provider: `cf.cplace.pdfPreview/src/main/java/cf/cplace/pdfPreview/script/PdfAttributeEnumerationProvider.java:19`
|
|
218
|
+
|
|
219
|
+
### Frontend Files
|
|
220
|
+
- Controller: `cf.cplace.pdfPreview/assets/ts/directives/cfCplacePdfPreview.ts:19`
|
|
221
|
+
- Template: `cf.cplace.pdfPreview/src/main/resources/cf/cplace/pdfPreview/script/pdfPreviewWidgetDefinition.htm:1`
|
|
222
|
+
|
|
223
|
+
## Summary
|
|
224
|
+
|
|
225
|
+
The PDF Preview widget is a focused utility widget that provides inline preview of PDF documents referenced through Document attributes. It's ideal for scenarios where seeing the first page of a PDF provides valuable context without requiring users to download or open the full document. The widget offers flexible configuration, respects access permissions, and integrates seamlessly with cplace's widget framework.
|
|
226
|
+
|
|
227
|
+
**Key Strengths:**
|
|
228
|
+
- Easy to configure with simple attribute selection
|
|
229
|
+
- Respects security and access control
|
|
230
|
+
- Responsive and handles dynamic resizing
|
|
231
|
+
- User-friendly error handling
|
|
232
|
+
- Optional download functionality
|
|
233
|
+
|
|
234
|
+
**Main Limitation:**
|
|
235
|
+
- Only displays the first page (not suitable for multi-page PDF viewing)
|