@cplace/test-mcp-server 0.1.15 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +275 -119
- package/dist/api.d.ts.map +1 -1
- package/dist/api.js +7 -1
- package/dist/api.js.map +1 -1
- package/dist/conditional-registration.d.ts.map +1 -1
- package/dist/conditional-registration.js +25 -3
- package/dist/conditional-registration.js.map +1 -1
- package/dist/index.js +77 -96
- package/dist/index.js.map +1 -1
- package/dist/preference-file.d.ts +16 -0
- package/dist/preference-file.d.ts.map +1 -0
- package/dist/preference-file.js +133 -0
- package/dist/preference-file.js.map +1 -0
- package/dist/profiles.d.ts +1 -3
- package/dist/profiles.d.ts.map +1 -1
- package/dist/profiles.js +64 -112
- package/dist/profiles.js.map +1 -1
- package/dist/searchConversion.d.ts.map +1 -1
- package/dist/searchConversion.js +18 -5
- package/dist/searchConversion.js.map +1 -1
- package/dist/searchSchema.d.ts +25 -25
- package/dist/searchSchema.d.ts.map +1 -1
- package/dist/searchSchema.js +5 -5
- package/dist/searchSchema.js.map +1 -1
- package/dist/token-hashing.d.ts +3 -0
- package/dist/token-hashing.d.ts.map +1 -0
- package/dist/token-hashing.js +18 -0
- package/dist/token-hashing.js.map +1 -0
- package/dist/tool-metadata.d.ts +2 -0
- package/dist/tool-metadata.d.ts.map +1 -0
- package/dist/tool-metadata.js +45 -0
- package/dist/tool-metadata.js.map +1 -0
- package/dist/tools/board-widget.d.ts +432 -0
- package/dist/tools/board-widget.d.ts.map +1 -0
- package/dist/tools/board-widget.js +820 -0
- package/dist/tools/board-widget.js.map +1 -0
- package/dist/tools/change-listeners.d.ts +30 -0
- package/dist/tools/change-listeners.d.ts.map +1 -1
- package/dist/tools/change-listeners.js +24 -18
- package/dist/tools/change-listeners.js.map +1 -1
- package/dist/tools/common-schemas.d.ts +2 -0
- package/dist/tools/common-schemas.d.ts.map +1 -1
- package/dist/tools/common-schemas.js +16 -0
- package/dist/tools/common-schemas.js.map +1 -1
- package/dist/tools/csv-export.d.ts +1849 -0
- package/dist/tools/csv-export.d.ts.map +1 -0
- package/dist/tools/csv-export.js +61 -0
- package/dist/tools/csv-export.js.map +1 -0
- package/dist/tools/generic-layouts.d.ts +302 -0
- package/dist/tools/generic-layouts.d.ts.map +1 -1
- package/dist/tools/generic-layouts.js +124 -70
- package/dist/tools/generic-layouts.js.map +1 -1
- package/dist/tools/get-operations.d.ts +16 -0
- package/dist/tools/get-operations.d.ts.map +1 -0
- package/dist/tools/get-operations.js +63 -0
- package/dist/tools/get-operations.js.map +1 -0
- package/dist/tools/jobs.d.ts +32 -0
- package/dist/tools/jobs.d.ts.map +1 -0
- package/dist/tools/jobs.js +193 -0
- package/dist/tools/jobs.js.map +1 -0
- package/dist/tools/pages.d.ts +55 -0
- package/dist/tools/pages.d.ts.map +1 -1
- package/dist/tools/pages.js +173 -257
- package/dist/tools/pages.js.map +1 -1
- package/dist/tools/ppt-export-schemas.d.ts +16 -16
- package/dist/tools/ppt-export.d.ts +1493 -0
- package/dist/tools/ppt-export.d.ts.map +1 -1
- package/dist/tools/ppt-export.js +23 -17
- package/dist/tools/ppt-export.js.map +1 -1
- package/dist/tools/profile-management.d.ts +20 -0
- package/dist/tools/profile-management.d.ts.map +1 -0
- package/dist/tools/profile-management.js +250 -0
- package/dist/tools/profile-management.js.map +1 -0
- package/dist/tools/references.d.ts +36 -0
- package/dist/tools/references.d.ts.map +1 -1
- package/dist/tools/references.js +48 -45
- package/dist/tools/references.js.map +1 -1
- package/dist/tools/richstring-widgets.d.ts +51 -0
- package/dist/tools/richstring-widgets.d.ts.map +1 -0
- package/dist/tools/richstring-widgets.js +173 -0
- package/dist/tools/richstring-widgets.js.map +1 -0
- package/dist/tools/schedule.d.ts +14 -0
- package/dist/tools/schedule.d.ts.map +1 -1
- package/dist/tools/schedule.js +7 -3
- package/dist/tools/schedule.js.map +1 -1
- package/dist/tools/script-logs.d.ts +29 -0
- package/dist/tools/script-logs.d.ts.map +1 -0
- package/dist/tools/script-logs.js +144 -0
- package/dist/tools/script-logs.js.map +1 -0
- package/dist/tools/script.d.ts +25 -0
- package/dist/tools/script.d.ts.map +1 -0
- package/dist/tools/script.js +121 -0
- package/dist/tools/script.js.map +1 -0
- package/dist/tools/search.d.ts +1870 -0
- package/dist/tools/search.d.ts.map +1 -1
- package/dist/tools/search.js +50 -76
- package/dist/tools/search.js.map +1 -1
- package/dist/tools/system.d.ts.map +1 -1
- package/dist/tools/system.js +4 -2
- package/dist/tools/system.js.map +1 -1
- package/dist/tools/type-layouts.d.ts +37 -0
- package/dist/tools/type-layouts.d.ts.map +1 -1
- package/dist/tools/type-layouts.js +30 -22
- package/dist/tools/type-layouts.js.map +1 -1
- package/dist/tools/type-management.d.ts +134 -0
- package/dist/tools/type-management.d.ts.map +1 -0
- package/dist/tools/{workspace.js → type-management.js} +67 -307
- package/dist/tools/type-management.js.map +1 -0
- package/dist/tools/users.d.ts +19 -0
- package/dist/tools/users.d.ts.map +1 -1
- package/dist/tools/users.js +14 -28
- package/dist/tools/users.js.map +1 -1
- package/dist/tools/validators.d.ts +28 -0
- package/dist/tools/validators.d.ts.map +1 -1
- package/dist/tools/validators.js +21 -15
- package/dist/tools/validators.js.map +1 -1
- package/dist/tools/version-check.d.ts.map +1 -1
- package/dist/tools/version-check.js +11 -9
- package/dist/tools/version-check.js.map +1 -1
- package/dist/tools/version-history.d.ts +48 -0
- package/dist/tools/version-history.d.ts.map +1 -1
- package/dist/tools/version-history.js +39 -29
- package/dist/tools/version-history.js.map +1 -1
- package/dist/tools/widgets.d.ts +185 -0
- package/dist/tools/widgets.d.ts.map +1 -1
- package/dist/tools/widgets.js +245 -363
- package/dist/tools/widgets.js.map +1 -1
- package/dist/tools/workflow-scripts.d.ts +40 -0
- package/dist/tools/workflow-scripts.d.ts.map +1 -0
- package/dist/tools/workflow-scripts.js +186 -0
- package/dist/tools/workflow-scripts.js.map +1 -0
- package/dist/tools/workflow.d.ts +70 -0
- package/dist/tools/workflow.d.ts.map +1 -0
- package/dist/tools/workflow.js +259 -0
- package/dist/tools/workflow.js.map +1 -0
- package/dist/tools/workspace-admin.d.ts +50 -0
- package/dist/tools/workspace-admin.d.ts.map +1 -0
- package/dist/tools/workspace-admin.js +184 -0
- package/dist/tools/workspace-admin.js.map +1 -0
- package/dist/tools/workspace-core.d.ts +48 -0
- package/dist/tools/workspace-core.d.ts.map +1 -0
- package/dist/tools/workspace-core.js +184 -0
- package/dist/tools/workspace-core.js.map +1 -0
- package/dist/types.d.ts +3 -3
- package/dist/types.d.ts.map +1 -1
- package/dist/utils/dateValidation.d.ts +5 -0
- package/dist/utils/dateValidation.d.ts.map +1 -0
- package/dist/utils/dateValidation.js +57 -0
- package/dist/utils/dateValidation.js.map +1 -0
- package/dist/utils.d.ts +6 -0
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +114 -8
- package/dist/utils.js.map +1 -1
- package/dist/widget-specifications/CLAUDE.md +288 -0
- package/dist/widget-specifications/DOCUMENTATION-STATUS.md +424 -0
- package/dist/widget-specifications/GENERATING-FROM-RESEARCH.md +61 -0
- package/dist/widget-specifications/WIDGET-TAGGING-SCHEME.md +217 -0
- package/dist/widget-specifications/_research_from_ga_products/.claude-settings.local.json +48 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-api-common-config-metadata-SyncMetadataTable/research.md +168 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-breadcrumbs-breadcrumbsWidget/research.md +125 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-cboard-main-board/research.md +373 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-citizenAi-askYourPageWidget/research.md +319 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-cplaceReportGeneration-generateReportWidget/research.md +295 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-employeeReportChart/research.md +230 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-employeeReportGrid/research.md +215 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-projectmanagerReportChart/research.md +192 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-projectmanagerReportGrid/research.md +178 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-widget/research.md +332 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-demoWidgets-demoRichString/research.md +194 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-documentation-navigationWidget/research.md +426 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-imageWithTextAndListWidget/research.md +326 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-imageWithTextWidget/research.md +580 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-widget/research.md +281 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-draggablePageList-widget/research.md +210 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dynamicCodeBlockWidget-dynamicCodeBlockWidget/research.md +250 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-attribute-conversion-widget-enumMappingTable/research.md +260 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-configuration-widget-attributeMappingTable/research.md +148 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-cleanupConfigTable/research.md +138 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-connectorSyncConfigsTable/research.md +150 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-serverConnectionTable/research.md +181 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-extendedTreeTableWidget/research.md +253 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-horizontalDivider/research.md +261 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-startWizardWidget/research.md +211 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepEditorForWizardWidget/research.md +183 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepEditorWidget/research.md +298 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepManager/research.md +419 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepPreview/research.md +256 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardActivation/research.md +174 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardAnalysis/research.md +283 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardLocalizations/research.md +193 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-genericInterface-api-widgets-triggerInterfaceButton/research.md +180 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-quickOverview/research.md +186 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-sessionUserNameWidget/research.md +158 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-simpleListWithAttachment/research.md +135 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-layoutTabsWidget-widget/research.md +238 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-lowCodeWidgets-lowCodeButton/research.md +272 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-lowcode-ai-chatWidget/research.md +194 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-meeting-pageHeader/research.md +208 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-navigationTileWidget-widget/research.md +259 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-headlineForReports/research.md +174 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-scriptPlaceholders/research.md +233 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-templatePlaceholders/research.md +150 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-orgaTree-edit/research.md +353 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-outlookMessageIntegration-outlookMessages/research.md +233 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pageViewHeadline-widget/research.md +217 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pdfPreview-widget/research.md +235 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-attributesGroup/research.md +525 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-batchJobQuickGlance/research.md +372 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-connectedAttributesGroup/research.md +408 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-dynamicIframe/research.md +198 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-tableWidget/research.md +427 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pptexport-pgPreviewWidget/research.md +151 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projectTree-editProjects/research.md +163 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projektplanung-scheduleLockState/research.md +174 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projektplanung-subscriptions/research.md +316 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-qrCodeWidget/research.md +130 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-resourceManagement-resourcePlannerDefinition/research.md +331 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-rest-config-widget-productionModeHintWidget/research.md +332 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-simpleCalendar-calendar/research.md +284 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-simpleForm-widget/research.md +193 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-tableDetailViewWidget-widget/research.md +311 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-treeTableWidget/research.md +420 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-tuplesWidget-widget/research.md +295 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-videoWidget/research.md +154 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-scriptingHighcharts/research.md +249 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-scriptingLineChart/research.md +279 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-tupleLineChart/research.md +221 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-attributeHistory/research.md +421 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-attributes/research.md +377 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-comments/research.md +254 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedBarChart/research.md +275 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedMatrix/research.md +396 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedPieChart/research.md +150 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedSingleAttribute/research.md +430 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedTableFilter/research.md +468 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-customRichStringAttribute/research.md +120 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-embeddedSearchAsList/research.md +485 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-embeddedSearchAsTable/research.md +428 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-files/research.md +240 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-iframe/research.md +358 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-incomingLinks/research.md +242 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-incomingReferences/research.md +488 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-makeover-attributes/research.md +219 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-modificationInfo/research.md +141 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-myElements/research.md +116 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-richString/research.md +437 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-singleAttribute/research.md +1094 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-tags/research.md +332 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-wiki/research.md +258 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-gantt/research.md +268 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-ganttTaskDemo/research.md +271 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-multiGantt/research.md +343 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-scheduleTreeTable/research.md +261 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-singleGantt/research.md +184 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-singleGanttLink/research.md +188 -0
- package/dist/widget-specifications/_research_from_ga_products/de-2lforge-curves-widget/research.md +341 -0
- package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-datePickerWidget/research.md +232 -0
- package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-dropDownWidget/research.md +417 -0
- package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-miscWidget/research.md +172 -0
- package/dist/widget-specifications/_research_from_ga_products/de-visualistik-visualRoadmap-widget/research.md +277 -0
- package/dist/widget-specifications/_research_from_ga_products/msg-scripts-imagegallery-basic/research.md +112 -0
- package/dist/widget-specifications/_research_from_ga_products/phase-0-discovery-approach.md +248 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-definition-mapping.md +168 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-documentation-project.md +259 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/generate.sh +100 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/parse-mapping.sh +35 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/template.md +38 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/widgets.txt +107 -0
- package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_overview.md +40 -0
- package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_meta.json +8 -0
- package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_overview.md +74 -0
- package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_implementation.md +37 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_overview.md +117 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_meta.json +3 -0
- package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_overview.md +123 -0
- package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_overview.md +45 -0
- package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_overview.md +79 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_overview.md +45 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_overview.md +68 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_overview.md +45 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.widget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.widget/_overview.md +157 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_overview.md +200 -0
- package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_overview.md +27 -0
- package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_overview.md +79 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_overview.md +176 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_overview.md +85 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_overview.md +93 -0
- package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_overview.md +75 -0
- package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_overview.md +167 -0
- package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_overview.md +64 -0
- package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_overview.md +61 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_overview.md +94 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_overview.md +28 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_overview.md +116 -0
- package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_meta.json +8 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_overview.md +44 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_overview.md +40 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_overview.md +47 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_overview.md +23 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_overview.md +32 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_meta.json +8 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_overview.md +29 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_overview.md +69 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_overview.md +91 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_overview.md +48 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_overview.md +58 -0
- package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_overview.md +66 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_overview.md +52 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_overview.md +53 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_implementation.md +6 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_meta.json +7 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_overview.md +115 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.layoutSelection.md +2 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.layouts.md +3 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.sourceForLayouts.md +1 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_overview.md +137 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_overview.md +63 -0
- package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_meta.json +12 -0
- package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_overview.md +31 -0
- package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_overview.md +71 -0
- package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_meta.json +8 -0
- package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_overview.md +57 -0
- package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_overview.md +22 -0
- package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_overview.md +24 -0
- package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.orgaTree.edit/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.orgaTree.edit/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.orgaTree.edit/_overview.md +62 -0
- package/dist/widget-specifications/cf.cplace.orgaTree.edit/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_meta.json +12 -0
- package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_overview.md +50 -0
- package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_overview.md +62 -0
- package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_overview.md +79 -0
- package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_implementation.md +13 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_overview.md +108 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/absoluteSelection.md +9 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/layout.md +8 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/pageSelection.md +12 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/relativeSelection.md +14 -0
- package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_overview.md +52 -0
- package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_implementation.md +17 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_overview.md +103 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/cf.cplace.platform.attributesGroup.layout.md +8 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/singleSelectionWidgetId.md +15 -0
- package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_overview.md +49 -0
- package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/_meta.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/_overview.md +188 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_overview.md +92 -0
- package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_overview.md +81 -0
- package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_overview.md +60 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_overview.md +59 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.qrCodeWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.qrCodeWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.qrCodeWidget/_overview.md +25 -0
- package/dist/widget-specifications/cf.cplace.qrCodeWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_overview.md +78 -0
- package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_overview.md +44 -0
- package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_overview.md +42 -0
- package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.simpleForm.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.simpleForm.widget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.simpleForm.widget/_overview.md +85 -0
- package/dist/widget-specifications/cf.cplace.simpleForm.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_overview.md +92 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/attributes.md +7 -0
- package/dist/widget-specifications/cf.cplace.treeTableWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.treeTableWidget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.treeTableWidget/_overview.md +51 -0
- package/dist/widget-specifications/cf.cplace.treeTableWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_overview.md +202 -0
- package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.videoWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.videoWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.videoWidget/_overview.md +65 -0
- package/dist/widget-specifications/cf.cplace.videoWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_implementation.md +12 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_overview.md +117 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/cf.cplace.visualization.dataSource.md +5 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/cf.cplace.visualization.search.md +10 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/script.md +29 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/tableWidgetId.md +10 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_overview.md +72 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_overview.md +50 -0
- package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.attributeHistory/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.attributeHistory/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.attributeHistory/_overview.md +79 -0
- package/dist/widget-specifications/cf.platform.attributeHistory/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.attributes/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.attributes/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.attributes/_overview.md +89 -0
- package/dist/widget-specifications/cf.platform.attributes/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.comments/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.comments/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.comments/_overview.md +52 -0
- package/dist/widget-specifications/cf.platform.comments/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_implementation.md +10 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_overview.md +70 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/search.md +15 -0
- package/dist/widget-specifications/cf.platform.connectedMatrix/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedMatrix/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.connectedMatrix/_overview.md +189 -0
- package/dist/widget-specifications/cf.platform.connectedMatrix/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_implementation.md +10 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_overview.md +70 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/search.md +10 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_implementation.md +15 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_overview.md +69 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/attributeName.md +10 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/singleColumn.md +9 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/singleSelectionWidgetId.md +3 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/withLabel.md +11 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/withValue.md +12 -0
- package/dist/widget-specifications/cf.platform.connectedTableFilter/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedTableFilter/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.connectedTableFilter/_overview.md +89 -0
- package/dist/widget-specifications/cf.platform.connectedTableFilter/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.customRichStringAttribute/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.customRichStringAttribute/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.customRichStringAttribute/_overview.md +39 -0
- package/dist/widget-specifications/cf.platform.customRichStringAttribute/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_overview.md +66 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/search.md +8 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_implementation.md +10 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_overview.md +109 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/columns.md +14 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/multiSortColumns.md +16 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/search.md +8 -0
- package/dist/widget-specifications/cf.platform.files/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.files/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.files/_overview.md +74 -0
- package/dist/widget-specifications/cf.platform.files/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.iframe/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.iframe/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.iframe/_overview.md +77 -0
- package/dist/widget-specifications/cf.platform.iframe/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.incomingLinks/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.incomingLinks/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.incomingLinks/_overview.md +83 -0
- package/dist/widget-specifications/cf.platform.incomingLinks/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.incomingReferences/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.incomingReferences/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.incomingReferences/_overview.md +48 -0
- package/dist/widget-specifications/cf.platform.incomingReferences/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.makeover.attributes/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.makeover.attributes/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.makeover.attributes/_overview.md +48 -0
- package/dist/widget-specifications/cf.platform.makeover.attributes/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.modificationInfo/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.modificationInfo/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.modificationInfo/_overview.md +27 -0
- package/dist/widget-specifications/cf.platform.modificationInfo/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.myElements/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.myElements/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.myElements/_overview.md +69 -0
- package/dist/widget-specifications/cf.platform.myElements/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.richString/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.richString/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.richString/_overview.md +43 -0
- package/dist/widget-specifications/cf.platform.richString/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_implementation.md +18 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_overview.md +83 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.entity.md +10 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.quotedAttributeName.md +12 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.singleColumn.md +9 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.useParent.md +11 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.withLabel.md +11 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.withValue.md +12 -0
- package/dist/widget-specifications/cf.platform.tags/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.tags/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.tags/_overview.md +49 -0
- package/dist/widget-specifications/cf.platform.tags/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.wiki/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.wiki/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.wiki/_overview.md +32 -0
- package/dist/widget-specifications/cf.platform.wiki/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.gantt/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.gantt/_meta.json +11 -0
- package/dist/widget-specifications/cf.projektplanung.gantt/_overview.md +61 -0
- package/dist/widget-specifications/cf.projektplanung.gantt/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_meta.json +10 -0
- package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_overview.md +65 -0
- package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.multiGantt/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.multiGantt/_meta.json +11 -0
- package/dist/widget-specifications/cf.projektplanung.multiGantt/_overview.md +73 -0
- package/dist/widget-specifications/cf.projektplanung.multiGantt/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_meta.json +10 -0
- package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_overview.md +84 -0
- package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.singleGantt/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.singleGantt/_meta.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.singleGantt/_overview.md +27 -0
- package/dist/widget-specifications/cf.projektplanung.singleGantt/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_meta.json +10 -0
- package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_overview.md +84 -0
- package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_summary.md +1 -0
- package/dist/widget-specifications/de.2lforge.curves.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.2lforge.curves.widget/_meta.json +12 -0
- package/dist/widget-specifications/de.2lforge.curves.widget/_overview.md +73 -0
- package/dist/widget-specifications/de.2lforge.curves.widget/_summary.md +1 -0
- package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_meta.json +9 -0
- package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_overview.md +67 -0
- package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_summary.md +1 -0
- package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_meta.json +10 -0
- package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_overview.md +58 -0
- package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_summary.md +1 -0
- package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_meta.json +8 -0
- package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_overview.md +43 -0
- package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_summary.md +1 -0
- package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_meta.json +11 -0
- package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_overview.md +47 -0
- package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_summary.md +1 -0
- package/dist/widget-specifications/index.d.ts.map +1 -0
- package/dist/widget-specifications/index.js +55 -0
- package/dist/widget-specifications/index.js.map +1 -0
- package/dist/widget-specifications/msg.scripts.imagegallery.basic/_catalog-data.json +12 -0
- package/dist/widget-specifications/msg.scripts.imagegallery.basic/_meta.json +10 -0
- package/dist/widget-specifications/msg.scripts.imagegallery.basic/_overview.md +55 -0
- package/dist/widget-specifications/msg.scripts.imagegallery.basic/_summary.md +1 -0
- package/dist/widget-specifications/tag-registry.json +63 -0
- package/package.json +3 -2
- package/dist/tools/workspace.d.ts +0 -4
- package/dist/tools/workspace.d.ts.map +0 -1
- package/dist/tools/workspace.js.map +0 -1
|
@@ -0,0 +1,358 @@
|
|
|
1
|
+
# Widget Research: cf.platform.iframe
|
|
2
|
+
|
|
3
|
+
## Widget Overview
|
|
4
|
+
|
|
5
|
+
**Widget ID:** `cf.platform.iframe`
|
|
6
|
+
**Widget Name:** Inline Frame
|
|
7
|
+
**Repository:** main
|
|
8
|
+
**Definition Class:** `cf.cplace.platform/src/main/java/cf/cplace/platform/frontend/widgets/IframeWidgetDefinition.java:38`
|
|
9
|
+
|
|
10
|
+
## Description
|
|
11
|
+
|
|
12
|
+
The Inline Frame widget embeds external web content directly into a cplace page using an HTML iframe. It allows users to display content from any website or web application within the cplace interface using a static URL.
|
|
13
|
+
|
|
14
|
+
## Purpose
|
|
15
|
+
|
|
16
|
+
This widget provides a simple way to embed external web content into cplace pages. It acts as a window to other websites or web applications, allowing users to view and interact with external content without leaving the cplace environment. The widget handles security validation and URL normalization to ensure safe embedding of external resources.
|
|
17
|
+
|
|
18
|
+
## Core Functionality
|
|
19
|
+
|
|
20
|
+
### Static URL Embedding
|
|
21
|
+
|
|
22
|
+
The widget embeds content from a **static URL** specified in the widget configuration:
|
|
23
|
+
|
|
24
|
+
- **URL Source:** A fixed URL defined during widget configuration
|
|
25
|
+
- **URL Validation:** Automatic validation and normalization of the provided URL
|
|
26
|
+
- **Security Checks:** Prevention of JavaScript and data URLs for security
|
|
27
|
+
- **Relative URL Support:** Automatic conversion of relative URLs to absolute URLs based on the tenant's external URL
|
|
28
|
+
|
|
29
|
+
**Key characteristics:**
|
|
30
|
+
- The URL is fixed at configuration time and doesn't change based on page content
|
|
31
|
+
- For dynamic URLs based on page attributes, use the Dynamic Inline Frame widget instead
|
|
32
|
+
|
|
33
|
+
### URL Validation and Security
|
|
34
|
+
|
|
35
|
+
The widget implements several security measures through `validateIframeSrc()` (IframeWidgetDefinition.java:147-162):
|
|
36
|
+
|
|
37
|
+
1. **Relative URL Conversion:** URLs starting with `/` are automatically converted to absolute URLs using the tenant's external URL
|
|
38
|
+
2. **URL Normalization:** URLs are normalized using `RichStringUtilities.normalizeUrlAttributeWithoutEscaping()`
|
|
39
|
+
3. **JavaScript URLs Blocked:** Patterns like `javascript:alert('xss')` are rejected to prevent XSS attacks
|
|
40
|
+
4. **Data URLs Blocked:** Data URIs (e.g., `data:text/html,...`) are not allowed for security reasons
|
|
41
|
+
5. **Tenant URL Validation:** The URL must pass the tenant's URL validator to ensure it meets tenant-specific security policies
|
|
42
|
+
|
|
43
|
+
If validation fails, the widget displays an error message: "The source URL of the inline frame is invalid."
|
|
44
|
+
|
|
45
|
+
### Display Characteristics
|
|
46
|
+
|
|
47
|
+
- **No Padding:** The iframe is rendered without padding (`isNoPadding() = true`) to maximize the visible area
|
|
48
|
+
- **Configurable Height:** Widget height can be set through configuration (default: 600 pixels)
|
|
49
|
+
- **Widget Title:** Supports localized titles displayed above the iframe
|
|
50
|
+
- **Standard Widget Frame:** Uses the standard cplace widget frame for consistent UI
|
|
51
|
+
|
|
52
|
+
## Configuration Options
|
|
53
|
+
|
|
54
|
+
Based on the widget type definition in `WidgetTypes.IFRAME` (WidgetTypes.java:648-681):
|
|
55
|
+
|
|
56
|
+
### Main Configuration Attributes
|
|
57
|
+
|
|
58
|
+
1. **Source (URL)** (`cf.cplace.iFrame.sourceUrl`)
|
|
59
|
+
- Type: String (required)
|
|
60
|
+
- Purpose: The URL of the web content to embed
|
|
61
|
+
- Validation: Must be a valid URL, cannot be JavaScript or data URLs
|
|
62
|
+
- Examples:
|
|
63
|
+
- `https://docs.cplace.io/` - External documentation
|
|
64
|
+
- `/static/custom-dashboard/index.html` - Relative URL to cplace-hosted content
|
|
65
|
+
- `https://maps.google.com/maps?q=Munich&output=embed` - Google Maps embed
|
|
66
|
+
|
|
67
|
+
2. **Title** (`cf.cplace.iFrame.localizedTitle`)
|
|
68
|
+
- Type: Localized String (required)
|
|
69
|
+
- Purpose: Sets the widget title displayed to users
|
|
70
|
+
- Supports: Multiple languages through localization
|
|
71
|
+
|
|
72
|
+
3. **Height** (`cf.cplace.iFrame.height`)
|
|
73
|
+
- Type: Number (required)
|
|
74
|
+
- Purpose: Sets the fixed height of the iframe in pixels
|
|
75
|
+
- Default: 600 pixels
|
|
76
|
+
|
|
77
|
+
### Deprecated Configuration
|
|
78
|
+
|
|
79
|
+
- **Widget Title (Legacy)** (`cf.cplace.iFrame.widgetTitle`)
|
|
80
|
+
- Type: String (deprecated)
|
|
81
|
+
- Note: Kept for migration purposes only
|
|
82
|
+
- Migration: Automatically migrated to localized title through `migrateWidgetConfiguration()` (IframeWidgetDefinition.java:185-187)
|
|
83
|
+
|
|
84
|
+
## Use Cases
|
|
85
|
+
|
|
86
|
+
### 1. External Documentation Integration
|
|
87
|
+
Display external documentation or knowledge base articles:
|
|
88
|
+
- **URL:** `https://docs.company.com/user-guide/index.html`
|
|
89
|
+
- **Scenario:** Embed user manuals, help documentation, or tutorials directly in cplace pages
|
|
90
|
+
- **Benefit:** Users can access documentation without leaving the cplace interface
|
|
91
|
+
|
|
92
|
+
### 2. External Dashboard Embedding
|
|
93
|
+
Integrate dashboards from BI tools or monitoring systems:
|
|
94
|
+
- **URL:** `https://analytics.company.com/dashboard/sales-overview`
|
|
95
|
+
- **Scenario:** Display real-time analytics, reports, or metrics from external systems
|
|
96
|
+
- **Benefit:** Consolidated view of data from multiple systems in one place
|
|
97
|
+
|
|
98
|
+
### 3. Third-Party Tool Integration
|
|
99
|
+
Embed external web applications:
|
|
100
|
+
- **URL:** `https://jira.company.com/browse/PROJECT-123`
|
|
101
|
+
- **Scenario:** Display Jira issues, Confluence pages, or other third-party tools
|
|
102
|
+
- **Benefit:** Seamless integration with existing tools in the organization's ecosystem
|
|
103
|
+
|
|
104
|
+
### 4. Static Map Display
|
|
105
|
+
Show location-based content from mapping services:
|
|
106
|
+
- **URL:** `https://www.openstreetmap.org/export/embed.html?bbox=...`
|
|
107
|
+
- **Scenario:** Display maps of office locations, project sites, or geographic data
|
|
108
|
+
- **Benefit:** Visual representation of location information
|
|
109
|
+
|
|
110
|
+
### 5. Custom Internal Applications
|
|
111
|
+
Embed custom web applications hosted within the organization:
|
|
112
|
+
- **URL:** `https://internal-tools.company.com/resource-planner`
|
|
113
|
+
- **Scenario:** Integrate specialized internal tools or custom web applications
|
|
114
|
+
- **Benefit:** Unified interface for accessing various organizational tools
|
|
115
|
+
|
|
116
|
+
### 6. Relative URL Content
|
|
117
|
+
Embed static content hosted within the cplace instance:
|
|
118
|
+
- **URL:** `/static/custom-widgets/visualization.html`
|
|
119
|
+
- **Scenario:** Display custom HTML/JavaScript visualizations or tools served from cplace
|
|
120
|
+
- **Benefit:** Self-contained custom content without external dependencies
|
|
121
|
+
|
|
122
|
+
## Relationship to Other Widgets
|
|
123
|
+
|
|
124
|
+
### Dynamic Inline Frame Widget (`cf.cplace.platform.dynamicIframe`)
|
|
125
|
+
|
|
126
|
+
The Inline Frame widget is the simpler, static counterpart to the Dynamic Inline Frame widget:
|
|
127
|
+
|
|
128
|
+
**Inline Frame Widget (this widget):**
|
|
129
|
+
- Uses a **static URL** defined in widget configuration
|
|
130
|
+
- URL never changes once configured
|
|
131
|
+
- Simpler to configure - just enter a URL
|
|
132
|
+
- Use when the embedded content is the same for all pages
|
|
133
|
+
|
|
134
|
+
**Dynamic Inline Frame Widget:**
|
|
135
|
+
- Uses a **dynamic URL pattern** with attribute placeholders
|
|
136
|
+
- URL changes based on page attribute values at runtime
|
|
137
|
+
- More complex configuration - requires understanding attribute patterns
|
|
138
|
+
- Use when the embedded content should vary based on page data
|
|
139
|
+
|
|
140
|
+
**Comparison Example:**
|
|
141
|
+
- **Static (Inline Frame):** Always show `https://docs.cplace.io/platform/widgets/` on every page
|
|
142
|
+
- **Dynamic (Dynamic Inline Frame):** Show `https://docs.cplace.io/<productId>/` where `productId` comes from the current page
|
|
143
|
+
|
|
144
|
+
**When to use each:**
|
|
145
|
+
- Use **Inline Frame** for:
|
|
146
|
+
- Company-wide documentation or resources
|
|
147
|
+
- General-purpose dashboards or tools
|
|
148
|
+
- Fixed external content that doesn't depend on page context
|
|
149
|
+
|
|
150
|
+
- Use **Dynamic Inline Frame** for:
|
|
151
|
+
- Context-specific documentation based on page attributes
|
|
152
|
+
- Dashboards filtered by page data
|
|
153
|
+
- External tools that need page-specific parameters
|
|
154
|
+
|
|
155
|
+
Both widgets share:
|
|
156
|
+
- Same icon (`fa-laptop`)
|
|
157
|
+
- Same rendering template (`iframeWidgetDefinition.htm`)
|
|
158
|
+
- Same security validation logic
|
|
159
|
+
- Same height configuration option
|
|
160
|
+
- Same URL normalization for relative URLs
|
|
161
|
+
|
|
162
|
+
## Technical Implementation Details
|
|
163
|
+
|
|
164
|
+
### Rendering Method
|
|
165
|
+
|
|
166
|
+
The widget provides a static `iframe()` method (IframeWidgetDefinition.java:52-74) that can be reused by other widgets:
|
|
167
|
+
|
|
168
|
+
```java
|
|
169
|
+
public static WidgetTemplateSubstitution iframe(@Nullable final String iframeSrc, @Nullable final Message title)
|
|
170
|
+
```
|
|
171
|
+
|
|
172
|
+
This method:
|
|
173
|
+
- Takes a validated iframe source URL and an optional title
|
|
174
|
+
- Returns a `WidgetTemplateSubstitution` for rendering
|
|
175
|
+
- Sets `isNoPadding()` to true for maximum content area
|
|
176
|
+
- Uses the `iframeWidgetDefinition.htm` template
|
|
177
|
+
|
|
178
|
+
This design allows the Dynamic Inline Frame widget to reuse the same rendering logic.
|
|
179
|
+
|
|
180
|
+
### URL Processing Pipeline
|
|
181
|
+
|
|
182
|
+
1. **Input:** Raw URL from widget configuration
|
|
183
|
+
2. **Relative URL Conversion:** If URL starts with `/`, convert to absolute URL using tenant's external URL
|
|
184
|
+
3. **Normalization:** Apply `RichStringUtilities.normalizeUrlAttributeWithoutEscaping()`
|
|
185
|
+
4. **Security Validation:**
|
|
186
|
+
- Check for empty/null URLs
|
|
187
|
+
- Block JavaScript URLs (`javascript:`)
|
|
188
|
+
- Block data URLs (`data:`)
|
|
189
|
+
5. **Tenant Validation:** Apply tenant-specific URL validation rules
|
|
190
|
+
6. **Output:** Validated URL for iframe or null if invalid
|
|
191
|
+
|
|
192
|
+
### Template Structure
|
|
193
|
+
|
|
194
|
+
The widget template (`iframeWidgetDefinition.htm`) provides conditional rendering:
|
|
195
|
+
|
|
196
|
+
- **Valid URL:** Renders `<iframe>` element with Angular controller `IframeWidgetCtrl`
|
|
197
|
+
- **Invalid URL:** Displays Bootstrap alert with error message
|
|
198
|
+
|
|
199
|
+
The Angular controller likely handles iframe lifecycle, loading states, and error handling on the client side.
|
|
200
|
+
|
|
201
|
+
### Migration Support
|
|
202
|
+
|
|
203
|
+
The widget includes migration support (IframeWidgetDefinition.java:185-187) for:
|
|
204
|
+
- Converting deprecated string-based `TITLE` to localized `LOCALIZED_TITLE`
|
|
205
|
+
- Ensures backward compatibility with older widget configurations
|
|
206
|
+
- Migration happens automatically during widget rendering
|
|
207
|
+
|
|
208
|
+
## Prerequisites and Dependencies
|
|
209
|
+
|
|
210
|
+
### Required Conditions
|
|
211
|
+
- Widget can be embedded on any Page or Space (validated through `checkEmbeddableIn()`)
|
|
212
|
+
- Must be configured as a widget (not inline in text fields)
|
|
213
|
+
- The target website must allow iframe embedding (X-Frame-Options header)
|
|
214
|
+
|
|
215
|
+
### Browser Compatibility
|
|
216
|
+
- Requires browser support for iframes (all modern browsers)
|
|
217
|
+
- Subject to browser same-origin policy for cross-domain iframes
|
|
218
|
+
- Some external sites may block iframe embedding through security headers
|
|
219
|
+
|
|
220
|
+
### External Website Requirements
|
|
221
|
+
- Target website must not block iframe embedding via:
|
|
222
|
+
- `X-Frame-Options: DENY` header
|
|
223
|
+
- `X-Frame-Options: SAMEORIGIN` header (for external sites)
|
|
224
|
+
- `Content-Security-Policy: frame-ancestors` directive
|
|
225
|
+
- If the external site blocks iframe embedding, consider using the Dynamic Inline Frame widget in "button mode" instead
|
|
226
|
+
|
|
227
|
+
### Network Requirements
|
|
228
|
+
- cplace users must have network access to the target URL
|
|
229
|
+
- Corporate firewalls or proxies may affect access to external URLs
|
|
230
|
+
- HTTPS URLs are recommended for security (mixed content warnings)
|
|
231
|
+
|
|
232
|
+
## Implementation Context
|
|
233
|
+
|
|
234
|
+
This widget is part of the **cf.cplace.platform** plugin, which provides core platform functionality. It's a fundamental widget available in all cplace installations and doesn't require any additional plugins or licenses.
|
|
235
|
+
|
|
236
|
+
### Related Platform Features
|
|
237
|
+
- **Rich String Utilities:** Used for URL normalization and security checks
|
|
238
|
+
- **URL Validator:** Provides tenant-specific URL validation
|
|
239
|
+
- **Widget Framework:** Part of the standard widget rendering infrastructure
|
|
240
|
+
|
|
241
|
+
### Widget Category
|
|
242
|
+
This is a **content display widget** - it doesn't modify data but provides a view into external content. It's commonly used in:
|
|
243
|
+
- Dashboard pages for consolidated views
|
|
244
|
+
- Documentation pages for reference materials
|
|
245
|
+
- Landing pages for quick access to external tools
|
|
246
|
+
|
|
247
|
+
## Security Considerations
|
|
248
|
+
|
|
249
|
+
### Protected Against
|
|
250
|
+
1. **XSS Attacks:** JavaScript URLs are blocked at validation time
|
|
251
|
+
2. **Data Injection:** Data URLs are not allowed
|
|
252
|
+
3. **URL Manipulation:** URLs are normalized and validated before use
|
|
253
|
+
4. **Tenant Isolation:** Tenant-specific URL validators ensure compliance with tenant policies
|
|
254
|
+
|
|
255
|
+
### Potential Considerations
|
|
256
|
+
1. **Clickjacking:** The widget itself could be vulnerable to clickjacking if not properly secured at the page level
|
|
257
|
+
2. **Third-Party Content:** Embedded content from external sites is not sandboxed - malicious external content could potentially affect the user experience
|
|
258
|
+
3. **Mixed Content:** HTTPS cplace instances embedding HTTP content may trigger browser warnings
|
|
259
|
+
4. **External Site Control:** The widget has no control over external site behavior, privacy policies, or data handling
|
|
260
|
+
|
|
261
|
+
### Best Practices
|
|
262
|
+
- Use HTTPS URLs whenever possible
|
|
263
|
+
- Verify external sites are trustworthy before embedding
|
|
264
|
+
- Consider using the Dynamic Inline Frame widget's "button mode" for untrusted or problematic sites
|
|
265
|
+
- Review tenant URL validator settings to enforce organizational security policies
|
|
266
|
+
- Document which external sites are approved for iframe embedding
|
|
267
|
+
|
|
268
|
+
## Common Issues and Solutions
|
|
269
|
+
|
|
270
|
+
### Issue: "The source URL of the inline frame is invalid"
|
|
271
|
+
**Causes:**
|
|
272
|
+
- JavaScript or data URL used
|
|
273
|
+
- Malformed URL syntax
|
|
274
|
+
- URL blocked by tenant validator
|
|
275
|
+
|
|
276
|
+
**Solutions:**
|
|
277
|
+
- Use standard HTTP/HTTPS URLs
|
|
278
|
+
- Verify URL is well-formed
|
|
279
|
+
- Check tenant URL validation settings
|
|
280
|
+
|
|
281
|
+
### Issue: External site doesn't display (blank iframe)
|
|
282
|
+
**Causes:**
|
|
283
|
+
- External site blocks iframe embedding (X-Frame-Options)
|
|
284
|
+
- Network connectivity issues
|
|
285
|
+
- URL requires authentication
|
|
286
|
+
|
|
287
|
+
**Solutions:**
|
|
288
|
+
- Check browser console for X-Frame-Options errors
|
|
289
|
+
- Verify network access to the URL
|
|
290
|
+
- Consider using Dynamic Inline Frame widget in button mode
|
|
291
|
+
- Contact external site administrator about iframe policies
|
|
292
|
+
|
|
293
|
+
### Issue: Mixed content warnings
|
|
294
|
+
**Causes:**
|
|
295
|
+
- HTTPS cplace instance embedding HTTP content
|
|
296
|
+
|
|
297
|
+
**Solutions:**
|
|
298
|
+
- Use HTTPS URLs for embedded content
|
|
299
|
+
- Check if external site offers HTTPS version
|
|
300
|
+
- Configure proper Content-Security-Policy headers
|
|
301
|
+
|
|
302
|
+
## Comparison with Alternative Approaches
|
|
303
|
+
|
|
304
|
+
### vs. Rich String Widget with Links
|
|
305
|
+
**Inline Frame Widget:**
|
|
306
|
+
- ✅ Content visible within cplace without navigation
|
|
307
|
+
- ✅ Interactive content (buttons, forms) works
|
|
308
|
+
- ❌ Requires external site to allow iframe embedding
|
|
309
|
+
- ❌ Subject to cross-origin restrictions
|
|
310
|
+
|
|
311
|
+
**Rich String Widget:**
|
|
312
|
+
- ✅ No embedding restrictions
|
|
313
|
+
- ✅ Simple to configure
|
|
314
|
+
- ❌ Requires user to click and navigate away
|
|
315
|
+
- ❌ No inline interaction with external content
|
|
316
|
+
|
|
317
|
+
### vs. Custom JavaScript Widget
|
|
318
|
+
**Inline Frame Widget:**
|
|
319
|
+
- ✅ No programming required
|
|
320
|
+
- ✅ Built-in security validation
|
|
321
|
+
- ✅ Standard maintenance and support
|
|
322
|
+
- ❌ Limited to iframe capabilities
|
|
323
|
+
|
|
324
|
+
**Custom JavaScript Widget:**
|
|
325
|
+
- ✅ Full control over rendering and interaction
|
|
326
|
+
- ✅ Can integrate with APIs instead of iframes
|
|
327
|
+
- ❌ Requires JavaScript programming
|
|
328
|
+
- ❌ Custom security considerations
|
|
329
|
+
|
|
330
|
+
### vs. Dynamic Inline Frame Widget
|
|
331
|
+
See "Relationship to Other Widgets" section above for detailed comparison.
|
|
332
|
+
|
|
333
|
+
## Summary
|
|
334
|
+
|
|
335
|
+
The Inline Frame widget (`cf.platform.iframe`) is a **simple, static content embedding widget** that allows users to display external web content within cplace pages. It's ideal for embedding company-wide resources, general-purpose tools, or fixed external content that doesn't need to change based on page context.
|
|
336
|
+
|
|
337
|
+
**Key Strengths:**
|
|
338
|
+
- Simple to configure - just enter a URL
|
|
339
|
+
- Built-in security validation
|
|
340
|
+
- Automatic URL normalization
|
|
341
|
+
- Supports both external and relative URLs
|
|
342
|
+
- Part of core platform (no additional license required)
|
|
343
|
+
|
|
344
|
+
**Key Limitations:**
|
|
345
|
+
- Static URL only (no dynamic content based on page attributes)
|
|
346
|
+
- Subject to external site iframe policies
|
|
347
|
+
- No control over embedded content behavior
|
|
348
|
+
|
|
349
|
+
**Best For:**
|
|
350
|
+
- General-purpose documentation or help resources
|
|
351
|
+
- Company-wide dashboards or monitoring tools
|
|
352
|
+
- Static external content that's the same for all users
|
|
353
|
+
- Custom static content hosted within cplace
|
|
354
|
+
|
|
355
|
+
**Not Suitable For:**
|
|
356
|
+
- URLs that need to change based on page attributes (use Dynamic Inline Frame instead)
|
|
357
|
+
- Sites that block iframe embedding (use Dynamic Inline Frame in button mode)
|
|
358
|
+
- Highly dynamic or personalized content (consider custom widgets)
|
package/dist/widget-specifications/_research_from_ga_products/cf-platform-incomingLinks/research.md
ADDED
|
@@ -0,0 +1,242 @@
|
|
|
1
|
+
# Research: cf.platform.incomingLinks Widget
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
**Widget ID:** `cf.platform.incomingLinks`
|
|
6
|
+
**Repository:** main
|
|
7
|
+
**Definition Class:** `cf.cplace.platform/src/main/java/cf/cplace/platform/frontend/widgets/IncomingLinksWidgetDefinition.java`
|
|
8
|
+
|
|
9
|
+
## 1. Purpose
|
|
10
|
+
|
|
11
|
+
### Short Description
|
|
12
|
+
The Incoming Links widget displays all pages that reference or link to the current page through hyperlinks in rich text fields.
|
|
13
|
+
|
|
14
|
+
### Detailed Description
|
|
15
|
+
The widget tracks and displays incoming links from other cplace pages that contain hyperlinks pointing to the current page in their rich text content (like description fields, comments, or other formatted text fields). These are "backlinks" that help users understand which other pages reference the current page, enabling better navigation and understanding of relationships between content.
|
|
16
|
+
|
|
17
|
+
**Source:** Widget name and description from `messages_en.properties:4285`:
|
|
18
|
+
- Name: "Incoming Links"
|
|
19
|
+
- Description: "If available, this widget displays incoming links from other cplaces pages."
|
|
20
|
+
|
|
21
|
+
## 2. Core Functionality
|
|
22
|
+
|
|
23
|
+
### What It Does
|
|
24
|
+
The widget analyzes `RichStringLink` entities to find all hyperlinks pointing to the current page:
|
|
25
|
+
|
|
26
|
+
1. **Link Discovery** (IncomingReferencesUtil.java:147-162):
|
|
27
|
+
- Queries the `RichStringLink` schema for all links where the current page is the target
|
|
28
|
+
- Each `RichStringLink` represents a hyperlink from a source page to a target page
|
|
29
|
+
- Links are created when users insert hyperlinks in rich text fields
|
|
30
|
+
|
|
31
|
+
2. **Link Organization**:
|
|
32
|
+
- Groups links by source page type and property (which field contains the link)
|
|
33
|
+
- Shows the count of links from each source
|
|
34
|
+
- Sorts results alphabetically by label
|
|
35
|
+
|
|
36
|
+
3. **Display Format** (IncomingLinkKeyAndCount.java:54-85):
|
|
37
|
+
- Shows source entity type with the attribute name where the link appears
|
|
38
|
+
- Includes workspace/space information if the link comes from a different space
|
|
39
|
+
- Displays the count of incoming links for each group
|
|
40
|
+
|
|
41
|
+
### Display Patterns
|
|
42
|
+
Based on IncomingLinkKeyAndCount message patterns:
|
|
43
|
+
- `{TypeName} as {AttributeName} ({count})` - Standard format showing type and field
|
|
44
|
+
- `{TypeName} as {AttributeName} in {SpaceName} ({count})` - Cross-space links
|
|
45
|
+
- `{RoleName} ({count})` - Links with custom role names
|
|
46
|
+
- `{EntityType} ({count})` - Fallback for non-custom entities
|
|
47
|
+
|
|
48
|
+
### Example Output
|
|
49
|
+
```
|
|
50
|
+
Project as "Related Projects" (3)
|
|
51
|
+
Task as "Description" in Product Space (5)
|
|
52
|
+
Meeting Notes (2)
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
## 3. Use Cases
|
|
56
|
+
|
|
57
|
+
### Primary Use Cases
|
|
58
|
+
|
|
59
|
+
1. **Content Navigation & Discovery**
|
|
60
|
+
- Users can see all pages that reference the current page
|
|
61
|
+
- Helps discover related content that might not be connected through formal relationships
|
|
62
|
+
- Enables reverse navigation from a page back to its referencing pages
|
|
63
|
+
|
|
64
|
+
2. **Impact Analysis**
|
|
65
|
+
- Before deleting or archiving a page, users can see what other pages link to it
|
|
66
|
+
- Understand the reach and importance of a page based on how many places reference it
|
|
67
|
+
- Identify dependencies between content items
|
|
68
|
+
|
|
69
|
+
3. **Relationship Visualization**
|
|
70
|
+
- Complement to outgoing links - shows the "other side" of hyperlink relationships
|
|
71
|
+
- Provides context about how this page fits into the broader information architecture
|
|
72
|
+
- Helps identify pages that serve as hubs (many incoming links)
|
|
73
|
+
|
|
74
|
+
4. **Knowledge Base & Wiki-Style Usage**
|
|
75
|
+
- Similar to "What links here" functionality in wikis
|
|
76
|
+
- Supports organic content organization through hyperlinks
|
|
77
|
+
- Enables graph-like navigation through interconnected pages
|
|
78
|
+
|
|
79
|
+
### When to Use This Widget
|
|
80
|
+
|
|
81
|
+
- On pages that are frequently referenced by other content
|
|
82
|
+
- In knowledge management scenarios where discoverability is important
|
|
83
|
+
- For master data pages (e.g., products, projects, requirements) that other pages reference
|
|
84
|
+
- When tracking content relationships through natural hyperlinks rather than formal references
|
|
85
|
+
|
|
86
|
+
### When NOT to Use This Widget
|
|
87
|
+
|
|
88
|
+
- If your content model relies primarily on formal reference attributes (use Incoming References widget instead)
|
|
89
|
+
- On pages where hyperlinks in rich text are rarely used
|
|
90
|
+
- If the widget shows no results (no incoming links exist)
|
|
91
|
+
|
|
92
|
+
## 4. Configuration Concepts
|
|
93
|
+
|
|
94
|
+
### Main Configuration Options
|
|
95
|
+
|
|
96
|
+
Based on the widget definition, configuration is minimal:
|
|
97
|
+
|
|
98
|
+
1. **Automatic Detection**:
|
|
99
|
+
- No manual configuration required
|
|
100
|
+
- Automatically scans `RichStringLink` entities where the current page is the target
|
|
101
|
+
- Only shows links the current user has permission to see
|
|
102
|
+
|
|
103
|
+
2. **Embeddability Constraints** (IncomingLinksWidgetDefinition.java:49-52):
|
|
104
|
+
- Can be embedded on entities implementing `Linkable` interface
|
|
105
|
+
- Can be embedded on `TypeDefinition` pages (type configuration pages)
|
|
106
|
+
- Must be embedded as a widget (not inline or in other contexts)
|
|
107
|
+
|
|
108
|
+
3. **Display Behavior**:
|
|
109
|
+
- Shows count of links grouped by source type and attribute
|
|
110
|
+
- Sorts results alphabetically by computed label
|
|
111
|
+
- Filters out links where user lacks read access to source pages
|
|
112
|
+
- Hides restricted attributes based on security extensions
|
|
113
|
+
|
|
114
|
+
### Visibility Rules
|
|
115
|
+
|
|
116
|
+
- **Empty State**: Shows "No incoming links found" message if no links exist
|
|
117
|
+
- **Permission-Based Filtering**: Only displays links from pages the user can access
|
|
118
|
+
- **Cross-Space Links**: Indicates when links come from different workspaces
|
|
119
|
+
- **Attribute Restrictions**: Respects `RestrictedReadAndSearchAccessOnCustomAttributeExtension` settings
|
|
120
|
+
|
|
121
|
+
## 5. Context & Relationships
|
|
122
|
+
|
|
123
|
+
### Related Widgets
|
|
124
|
+
|
|
125
|
+
1. **Incoming References Widget** (`cf.platform.incomingReferences`)
|
|
126
|
+
- **Difference**: Tracks formal reference attributes, not hyperlinks
|
|
127
|
+
- **Use Case**: For structured relationships via reference fields
|
|
128
|
+
- **Icon**: fa-external-link (rotated)
|
|
129
|
+
|
|
130
|
+
2. **Incoming Links Widget** (this widget)
|
|
131
|
+
- **Focus**: Hyperlinks in rich text content
|
|
132
|
+
- **Use Case**: For organic, wiki-style linking
|
|
133
|
+
- **Icon**: fa-link
|
|
134
|
+
|
|
135
|
+
### Data Model Dependencies
|
|
136
|
+
|
|
137
|
+
- **Linkable Mixin**: Pages must implement this interface to support the widget
|
|
138
|
+
- **RichStringLink Entity**: Core entity tracking hyperlinks between pages
|
|
139
|
+
- `_source()`: The page containing the hyperlink
|
|
140
|
+
- `_target()`: The page being linked to (current page)
|
|
141
|
+
- `_sourceProperty()`: Which field contains the link
|
|
142
|
+
- **LinksMaintenance Mixin**: Required on both source and target for link tracking
|
|
143
|
+
|
|
144
|
+
### Integration Points
|
|
145
|
+
|
|
146
|
+
- **Rich Text Editor**: Links are created when users insert hyperlinks in formatted text fields
|
|
147
|
+
- **Search & Permissions**: Uses the search infrastructure to filter results by access rights
|
|
148
|
+
- **Workspace/Space Context**: Aware of cross-space linking scenarios
|
|
149
|
+
- **Type System**: Integrates with TypeDefinition and AttributeDefinition for labeling
|
|
150
|
+
|
|
151
|
+
## 6. Technical Details
|
|
152
|
+
|
|
153
|
+
### Implementation Notes
|
|
154
|
+
|
|
155
|
+
1. **Query Pattern** (IncomingReferencesUtil.java:154):
|
|
156
|
+
```java
|
|
157
|
+
Queries.equals(RichStringLink.SCHEMA.prototype()._target(), target.getEntity())
|
|
158
|
+
```
|
|
159
|
+
- Simple query for all RichStringLinks targeting the current entity
|
|
160
|
+
- Efficient lookup via indexed target reference
|
|
161
|
+
|
|
162
|
+
2. **Count Aggregation**:
|
|
163
|
+
- Counts are aggregated by source type, attribute, and space
|
|
164
|
+
- Uses IncomingLinkKey as the grouping key
|
|
165
|
+
- Efficient: counts are computed once and cached in the widget substitution
|
|
166
|
+
|
|
167
|
+
3. **Template Rendering**:
|
|
168
|
+
- Uses `incomingLinksWidget.htm` template
|
|
169
|
+
- Displays as a "light" widget panel (widgetLight)
|
|
170
|
+
- Each link group is clickable to navigate to a filtered view
|
|
171
|
+
|
|
172
|
+
4. **Performance Considerations**:
|
|
173
|
+
- Single query to RichStringLink table
|
|
174
|
+
- No recursive operations
|
|
175
|
+
- Permission filtering happens at render time
|
|
176
|
+
- Suitable for pages with reasonable numbers of incoming links
|
|
177
|
+
|
|
178
|
+
### File Locations
|
|
179
|
+
|
|
180
|
+
- **Java Definition**: `/cf.cplace.platform/src/main/java/cf/cplace/platform/frontend/widgets/IncomingLinksWidgetDefinition.java:20`
|
|
181
|
+
- **Template**: `/cf.cplace.platform/src/main/resources/cf/cplace/platform/frontend/widgets/incomingLinksWidgetDefinition.htm`
|
|
182
|
+
- **Helper Template**: `/cf.cplace.platform/src/main/resources/cf/cplace/platform/frontend/templating/objectFunctions/linkable/incomingLinksWidget.htm`
|
|
183
|
+
- **Utility Classes**:
|
|
184
|
+
- `IncomingReferencesUtil.java` - Link retrieval logic
|
|
185
|
+
- `IncomingLinkKeyAndCount.java` - Display formatting
|
|
186
|
+
- `RichStringLink.java` - Core link entity
|
|
187
|
+
|
|
188
|
+
## 7. Comparison: Incoming Links vs. Incoming References
|
|
189
|
+
|
|
190
|
+
| Aspect | Incoming Links | Incoming References |
|
|
191
|
+
|--------|---------------|-------------------|
|
|
192
|
+
| **What it tracks** | Hyperlinks in rich text | Formal reference attributes |
|
|
193
|
+
| **Data source** | RichStringLink entities | CustomReferenceInDb entities |
|
|
194
|
+
| **Relationship type** | Informal, user-created links | Structured, schema-defined references |
|
|
195
|
+
| **Typical content** | Wiki-style cross-references | Data model relationships |
|
|
196
|
+
| **Use case** | Documentation, knowledge base | Structured data, formal dependencies |
|
|
197
|
+
| **Creation method** | Manual hyperlink insertion | Reference field selection |
|
|
198
|
+
| **Embeddable in** | Linkable entities, TypeDefinition | CustomEntity, TypeDefinition |
|
|
199
|
+
|
|
200
|
+
## 8. Key Insights
|
|
201
|
+
|
|
202
|
+
1. **Complementary to References**: This widget handles informal linking while Incoming References handles formal relationships. Both can coexist on the same page.
|
|
203
|
+
|
|
204
|
+
2. **User-Driven**: Links appear organically as users write content and insert hyperlinks, making it ideal for knowledge management scenarios.
|
|
205
|
+
|
|
206
|
+
3. **Bidirectional Awareness**: While users create links in one direction (source → target), this widget provides the reverse view (who links to me?).
|
|
207
|
+
|
|
208
|
+
4. **Permission-Aware**: Respects cplace's security model, only showing links from content the user can access.
|
|
209
|
+
|
|
210
|
+
5. **Minimal Configuration**: Works automatically once embedded, requiring no setup beyond adding the widget to a page layout.
|
|
211
|
+
|
|
212
|
+
## 9. Documentation Recommendations
|
|
213
|
+
|
|
214
|
+
### One-Sentence Description
|
|
215
|
+
Displays pages that link to the current page through hyperlinks in rich text fields, enabling wiki-style navigation and relationship discovery.
|
|
216
|
+
|
|
217
|
+
### Conceptual Documentation Structure
|
|
218
|
+
|
|
219
|
+
1. **What is it?**
|
|
220
|
+
- A widget showing all pages containing hyperlinks pointing to the current page
|
|
221
|
+
|
|
222
|
+
2. **When to use it?**
|
|
223
|
+
- Knowledge bases and documentation pages
|
|
224
|
+
- Master data pages frequently referenced by others
|
|
225
|
+
- When tracking informal content relationships
|
|
226
|
+
- For impact analysis before deleting pages
|
|
227
|
+
|
|
228
|
+
3. **How does it work?**
|
|
229
|
+
- Automatically detects hyperlinks in rich text fields
|
|
230
|
+
- Groups links by source page type and field
|
|
231
|
+
- Shows count and allows navigation to linking pages
|
|
232
|
+
- Respects permissions and security settings
|
|
233
|
+
|
|
234
|
+
4. **Comparison**
|
|
235
|
+
- Use "Incoming Links" for hyperlinks in rich text
|
|
236
|
+
- Use "Incoming References" for formal reference fields
|
|
237
|
+
- Both widgets can complement each other
|
|
238
|
+
|
|
239
|
+
5. **Best Practices**
|
|
240
|
+
- Embed on pages expected to be referenced frequently
|
|
241
|
+
- Consider alongside Incoming References for complete relationship view
|
|
242
|
+
- Useful for establishing page importance and usage
|