@cplace/mcp-server 1.3.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +445 -0
- package/dist/api.d.ts +178 -0
- package/dist/api.d.ts.map +1 -0
- package/dist/api.js +139 -0
- package/dist/api.js.map +1 -0
- package/dist/conditional-registration.d.ts +4 -0
- package/dist/conditional-registration.d.ts.map +1 -0
- package/dist/conditional-registration.js +70 -0
- package/dist/conditional-registration.js.map +1 -0
- package/dist/csvUtils.d.ts +7 -0
- package/dist/csvUtils.d.ts.map +1 -0
- package/dist/csvUtils.js +125 -0
- package/dist/csvUtils.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +350 -0
- package/dist/index.js.map +1 -0
- package/dist/logger.d.ts +4 -0
- package/dist/logger.d.ts.map +1 -0
- package/dist/logger.js +17 -0
- package/dist/logger.js.map +1 -0
- package/dist/preference-file.d.ts +16 -0
- package/dist/preference-file.d.ts.map +1 -0
- package/dist/preference-file.js +133 -0
- package/dist/preference-file.js.map +1 -0
- package/dist/profiles.d.ts +8 -0
- package/dist/profiles.d.ts.map +1 -0
- package/dist/profiles.js +102 -0
- package/dist/profiles.js.map +1 -0
- package/dist/searchConversion.d.ts +2 -0
- package/dist/searchConversion.d.ts.map +1 -0
- package/dist/searchConversion.js +397 -0
- package/dist/searchConversion.js.map +1 -0
- package/dist/searchSchema.d.ts +3152 -0
- package/dist/searchSchema.d.ts.map +1 -0
- package/dist/searchSchema.js +192 -0
- package/dist/searchSchema.js.map +1 -0
- package/dist/str-replace-utils.d.ts +10 -0
- package/dist/str-replace-utils.d.ts.map +1 -0
- package/dist/str-replace-utils.js +42 -0
- package/dist/str-replace-utils.js.map +1 -0
- package/dist/token-hashing.d.ts +3 -0
- package/dist/token-hashing.d.ts.map +1 -0
- package/dist/token-hashing.js +18 -0
- package/dist/token-hashing.js.map +1 -0
- package/dist/tool-metadata.d.ts +2 -0
- package/dist/tool-metadata.d.ts.map +1 -0
- package/dist/tool-metadata.js +45 -0
- package/dist/tool-metadata.js.map +1 -0
- package/dist/tools/board-widget.d.ts +432 -0
- package/dist/tools/board-widget.d.ts.map +1 -0
- package/dist/tools/board-widget.js +810 -0
- package/dist/tools/board-widget.js.map +1 -0
- package/dist/tools/change-listeners.d.ts +48 -0
- package/dist/tools/change-listeners.d.ts.map +1 -0
- package/dist/tools/change-listeners.js +171 -0
- package/dist/tools/change-listeners.js.map +1 -0
- package/dist/tools/common-schemas.d.ts +3 -0
- package/dist/tools/common-schemas.d.ts.map +1 -0
- package/dist/tools/common-schemas.js +17 -0
- package/dist/tools/common-schemas.js.map +1 -0
- package/dist/tools/csv-export.d.ts +3169 -0
- package/dist/tools/csv-export.d.ts.map +1 -0
- package/dist/tools/csv-export.js +61 -0
- package/dist/tools/csv-export.js.map +1 -0
- package/dist/tools/get-operations.d.ts +16 -0
- package/dist/tools/get-operations.d.ts.map +1 -0
- package/dist/tools/get-operations.js +63 -0
- package/dist/tools/get-operations.js.map +1 -0
- package/dist/tools/jobs.d.ts +32 -0
- package/dist/tools/jobs.d.ts.map +1 -0
- package/dist/tools/jobs.js +193 -0
- package/dist/tools/jobs.js.map +1 -0
- package/dist/tools/layout-richstring-widgets.d.ts +155 -0
- package/dist/tools/layout-richstring-widgets.d.ts.map +1 -0
- package/dist/tools/layout-richstring-widgets.js +270 -0
- package/dist/tools/layout-richstring-widgets.js.map +1 -0
- package/dist/tools/layout.d.ts +202 -0
- package/dist/tools/layout.d.ts.map +1 -0
- package/dist/tools/layout.js +553 -0
- package/dist/tools/layout.js.map +1 -0
- package/dist/tools/pages.d.ts +71 -0
- package/dist/tools/pages.d.ts.map +1 -0
- package/dist/tools/pages.js +364 -0
- package/dist/tools/pages.js.map +1 -0
- package/dist/tools/ppt-export-schemas.d.ts +1937 -0
- package/dist/tools/ppt-export-schemas.d.ts.map +1 -0
- package/dist/tools/ppt-export-schemas.js +141 -0
- package/dist/tools/ppt-export-schemas.js.map +1 -0
- package/dist/tools/ppt-export.d.ts +1497 -0
- package/dist/tools/ppt-export.d.ts.map +1 -0
- package/dist/tools/ppt-export.js +198 -0
- package/dist/tools/ppt-export.js.map +1 -0
- package/dist/tools/profile-management.d.ts +20 -0
- package/dist/tools/profile-management.d.ts.map +1 -0
- package/dist/tools/profile-management.js +250 -0
- package/dist/tools/profile-management.js.map +1 -0
- package/dist/tools/references.d.ts +40 -0
- package/dist/tools/references.d.ts.map +1 -0
- package/dist/tools/references.js +62 -0
- package/dist/tools/references.js.map +1 -0
- package/dist/tools/richstring-widgets.d.ts +99 -0
- package/dist/tools/richstring-widgets.d.ts.map +1 -0
- package/dist/tools/richstring-widgets.js +315 -0
- package/dist/tools/richstring-widgets.js.map +1 -0
- package/dist/tools/schedule.d.ts +18 -0
- package/dist/tools/schedule.d.ts.map +1 -0
- package/dist/tools/schedule.js +46 -0
- package/dist/tools/schedule.js.map +1 -0
- package/dist/tools/script-logs.d.ts +29 -0
- package/dist/tools/script-logs.d.ts.map +1 -0
- package/dist/tools/script-logs.js +144 -0
- package/dist/tools/script-logs.js.map +1 -0
- package/dist/tools/script.d.ts +25 -0
- package/dist/tools/script.d.ts.map +1 -0
- package/dist/tools/script.js +121 -0
- package/dist/tools/script.js.map +1 -0
- package/dist/tools/search.d.ts +3196 -0
- package/dist/tools/search.d.ts.map +1 -0
- package/dist/tools/search.js +328 -0
- package/dist/tools/search.js.map +1 -0
- package/dist/tools/system.d.ts +4 -0
- package/dist/tools/system.d.ts.map +1 -0
- package/dist/tools/system.js +88 -0
- package/dist/tools/system.js.map +1 -0
- package/dist/tools/type-layouts.d.ts +30 -0
- package/dist/tools/type-layouts.d.ts.map +1 -0
- package/dist/tools/type-layouts.js +73 -0
- package/dist/tools/type-layouts.js.map +1 -0
- package/dist/tools/type-management.d.ts +140 -0
- package/dist/tools/type-management.d.ts.map +1 -0
- package/dist/tools/type-management.js +308 -0
- package/dist/tools/type-management.js.map +1 -0
- package/dist/tools/url-resolution.d.ts +16 -0
- package/dist/tools/url-resolution.d.ts.map +1 -0
- package/dist/tools/url-resolution.js +35 -0
- package/dist/tools/url-resolution.js.map +1 -0
- package/dist/tools/users.d.ts +23 -0
- package/dist/tools/users.d.ts.map +1 -0
- package/dist/tools/users.js +51 -0
- package/dist/tools/users.js.map +1 -0
- package/dist/tools/validators.d.ts +32 -0
- package/dist/tools/validators.d.ts.map +1 -0
- package/dist/tools/validators.js +96 -0
- package/dist/tools/validators.js.map +1 -0
- package/dist/tools/version-check.d.ts +4 -0
- package/dist/tools/version-check.d.ts.map +1 -0
- package/dist/tools/version-check.js +96 -0
- package/dist/tools/version-check.js.map +1 -0
- package/dist/tools/version-history.d.ts +52 -0
- package/dist/tools/version-history.d.ts.map +1 -0
- package/dist/tools/version-history.js +156 -0
- package/dist/tools/version-history.js.map +1 -0
- package/dist/tools/widgets.d.ts +28 -0
- package/dist/tools/widgets.d.ts.map +1 -0
- package/dist/tools/widgets.js +259 -0
- package/dist/tools/widgets.js.map +1 -0
- package/dist/tools/workflow-scripts.d.ts +59 -0
- package/dist/tools/workflow-scripts.d.ts.map +1 -0
- package/dist/tools/workflow-scripts.js +274 -0
- package/dist/tools/workflow-scripts.js.map +1 -0
- package/dist/tools/workflow.d.ts +70 -0
- package/dist/tools/workflow.d.ts.map +1 -0
- package/dist/tools/workflow.js +259 -0
- package/dist/tools/workflow.js.map +1 -0
- package/dist/tools/workspace-admin.d.ts +50 -0
- package/dist/tools/workspace-admin.d.ts.map +1 -0
- package/dist/tools/workspace-admin.js +180 -0
- package/dist/tools/workspace-admin.js.map +1 -0
- package/dist/tools/workspace-core.d.ts +48 -0
- package/dist/tools/workspace-core.d.ts.map +1 -0
- package/dist/tools/workspace-core.js +184 -0
- package/dist/tools/workspace-core.js.map +1 -0
- package/dist/types.d.ts +74 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +4 -0
- package/dist/types.js.map +1 -0
- package/dist/url-parsing.d.ts +6 -0
- package/dist/url-parsing.d.ts.map +1 -0
- package/dist/url-parsing.js +25 -0
- package/dist/url-parsing.js.map +1 -0
- package/dist/utils/dateValidation.d.ts +5 -0
- package/dist/utils/dateValidation.d.ts.map +1 -0
- package/dist/utils/dateValidation.js +57 -0
- package/dist/utils/dateValidation.js.map +1 -0
- package/dist/utils.d.ts +32 -0
- package/dist/utils.d.ts.map +1 -0
- package/dist/utils.js +375 -0
- package/dist/utils.js.map +1 -0
- package/dist/widget-specifications/CLAUDE.md +288 -0
- package/dist/widget-specifications/DOCUMENTATION-STATUS.md +427 -0
- package/dist/widget-specifications/GENERATING-FROM-RESEARCH.md +61 -0
- package/dist/widget-specifications/WIDGET-TAGGING-SCHEME.md +218 -0
- package/dist/widget-specifications/_research_from_ga_products/.claude-settings.local.json +48 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-api-common-config-metadata-SyncMetadataTable/research.md +168 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-breadcrumbs-breadcrumbsWidget/research.md +125 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-cboard-main-board/research.md +373 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-citizenAi-askYourPageWidget/research.md +319 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-cplaceReportGeneration-generateReportWidget/research.md +295 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-employeeReportChart/research.md +230 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-employeeReportGrid/research.md +215 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-projectmanagerReportChart/research.md +192 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-projectmanagerReportGrid/research.md +178 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-widget/research.md +332 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-demoWidgets-demoRichString/research.md +194 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-documentation-navigationWidget/research.md +426 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-imageWithTextAndListWidget/research.md +326 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-imageWithTextWidget/research.md +580 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-widget/research.md +281 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-draggablePageList-widget/research.md +210 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dynamicCodeBlockWidget-dynamicCodeBlockWidget/research.md +250 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-attribute-conversion-widget-enumMappingTable/research.md +260 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-configuration-widget-attributeMappingTable/research.md +148 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-cleanupConfigTable/research.md +138 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-connectorSyncConfigsTable/research.md +150 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-serverConnectionTable/research.md +181 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-extendedTreeTableWidget/research.md +253 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-horizontalDivider/research.md +261 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-startWizardWidget/research.md +211 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepEditorForWizardWidget/research.md +183 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepEditorWidget/research.md +298 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepManager/research.md +419 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepPreview/research.md +256 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardActivation/research.md +174 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardAnalysis/research.md +283 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardLocalizations/research.md +193 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-genericInterface-api-widgets-triggerInterfaceButton/research.md +180 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-quickOverview/research.md +186 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-sessionUserNameWidget/research.md +158 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-simpleListWithAttachment/research.md +135 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-layoutTabsWidget-widget/research.md +238 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-lowCodeWidgets-lowCodeButton/research.md +272 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-lowCodeWidgets-lowCodeText/research.md +176 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-lowcode-ai-chatWidget/research.md +194 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-meeting-pageHeader/research.md +208 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-navigationTileWidget-widget/research.md +259 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-headlineForReports/research.md +174 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-scriptPlaceholders/research.md +233 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-templatePlaceholders/research.md +150 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-orgaTree-edit/research.md +353 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-outlookMessageIntegration-outlookMessages/research.md +233 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pageViewHeadline-widget/research.md +217 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pdfPreview-widget/research.md +235 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-attributesGroup/research.md +525 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-batchJobQuickGlance/research.md +372 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-connectedAttributesGroup/research.md +408 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-dynamicIframe/research.md +198 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-tableWidget/research.md +427 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pptexport-pgPreviewWidget/research.md +151 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projectTree-editProjects/research.md +163 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projektplanung-scheduleLockState/research.md +174 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projektplanung-subscriptions/research.md +316 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-qrCodeWidget/research.md +130 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-resourceManagement-resourcePlannerDefinition/research.md +331 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-rest-config-widget-productionModeHintWidget/research.md +332 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-simpleCalendar-calendar/research.md +284 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-simpleForm-widget/research.md +193 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-tableDetailViewWidget-widget/research.md +311 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-treeTableWidget/research.md +420 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-tuplesWidget-widget/research.md +295 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-videoWidget/research.md +154 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-scriptingHighcharts/research.md +249 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-scriptingLineChart/research.md +279 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-tupleLineChart/research.md +221 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-attributeHistory/research.md +421 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-attributes/research.md +377 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-comments/research.md +254 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedBarChart/research.md +275 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedMatrix/research.md +396 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedPieChart/research.md +150 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedSingleAttribute/research.md +430 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedTableFilter/research.md +468 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-customRichStringAttribute/research.md +120 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-embeddedSearchAsList/research.md +485 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-embeddedSearchAsTable/research.md +428 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-files/research.md +240 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-iframe/research.md +358 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-incomingLinks/research.md +242 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-incomingReferences/research.md +488 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-makeover-attributes/research.md +219 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-modificationInfo/research.md +141 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-myElements/research.md +116 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-richString/research.md +437 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-singleAttribute/research.md +1094 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-tags/research.md +332 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-wiki/research.md +258 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-gantt/research.md +268 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-ganttTaskDemo/research.md +271 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-multiGantt/research.md +343 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-scheduleTreeTable/research.md +261 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-singleGantt/research.md +184 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-singleGanttLink/research.md +188 -0
- package/dist/widget-specifications/_research_from_ga_products/de-2lforge-curves-widget/research.md +341 -0
- package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-datePickerWidget/research.md +232 -0
- package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-dropDownWidget/research.md +417 -0
- package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-miscWidget/research.md +172 -0
- package/dist/widget-specifications/_research_from_ga_products/de-visualistik-visualRoadmap-widget/research.md +277 -0
- package/dist/widget-specifications/_research_from_ga_products/msg-scripts-imagegallery-basic/research.md +112 -0
- package/dist/widget-specifications/_research_from_ga_products/phase-0-discovery-approach.md +248 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-definition-mapping.md +169 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-documentation-project.md +259 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/generate.sh +100 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/parse-mapping.sh +35 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/template.md +38 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/widgets.txt +108 -0
- package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_overview.md +40 -0
- package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_meta.json +8 -0
- package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_overview.md +74 -0
- package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_implementation.md +37 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_overview.md +117 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_meta.json +3 -0
- package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_overview.md +123 -0
- package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_overview.md +45 -0
- package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_overview.md +79 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_overview.md +45 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_overview.md +68 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_overview.md +45 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.widget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.widget/_overview.md +157 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_overview.md +200 -0
- package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_overview.md +27 -0
- package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_overview.md +79 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_overview.md +176 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_overview.md +85 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_overview.md +93 -0
- package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_overview.md +75 -0
- package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_overview.md +167 -0
- package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_overview.md +64 -0
- package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_overview.md +61 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_overview.md +94 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_overview.md +28 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_overview.md +116 -0
- package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_meta.json +8 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_overview.md +44 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_overview.md +40 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_overview.md +47 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_overview.md +23 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_overview.md +32 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_meta.json +8 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_overview.md +29 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_overview.md +69 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_overview.md +91 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_overview.md +48 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_overview.md +58 -0
- package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_overview.md +66 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_overview.md +52 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_overview.md +53 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_implementation.md +6 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_meta.json +7 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_overview.md +115 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.layoutSelection.md +2 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.layouts.md +3 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.sourceForLayouts.md +1 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_overview.md +149 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeText/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeText/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeText/_overview.md +94 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeText/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_overview.md +63 -0
- package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_meta.json +12 -0
- package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_overview.md +31 -0
- package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_overview.md +71 -0
- package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_meta.json +8 -0
- package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_overview.md +57 -0
- package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_overview.md +22 -0
- package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_overview.md +24 -0
- package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.orgaTree.edit/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.orgaTree.edit/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.orgaTree.edit/_overview.md +62 -0
- package/dist/widget-specifications/cf.cplace.orgaTree.edit/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_meta.json +12 -0
- package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_overview.md +50 -0
- package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_overview.md +62 -0
- package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_overview.md +79 -0
- package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_implementation.md +13 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_overview.md +108 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/absoluteSelection.md +9 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/layout.md +3 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/pageSelection.md +12 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/relativeSelection.md +14 -0
- package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_overview.md +52 -0
- package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_implementation.md +17 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_overview.md +103 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/cf.cplace.platform.attributesGroup.layout.md +3 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/singleSelectionWidgetId.md +15 -0
- package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_overview.md +49 -0
- package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/_implementation.md +11 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/_meta.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/_overview.md +188 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/columns.md +16 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/displayOptions.md +12 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/multiSortColumns.md +16 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/search.md +21 -0
- package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_overview.md +92 -0
- package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_overview.md +81 -0
- package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_overview.md +60 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_overview.md +59 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.qrCodeWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.qrCodeWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.qrCodeWidget/_overview.md +25 -0
- package/dist/widget-specifications/cf.cplace.qrCodeWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_overview.md +78 -0
- package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_overview.md +44 -0
- package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_overview.md +42 -0
- package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.simpleForm.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.simpleForm.widget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.simpleForm.widget/_overview.md +85 -0
- package/dist/widget-specifications/cf.cplace.simpleForm.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_overview.md +92 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/attributes.md +7 -0
- package/dist/widget-specifications/cf.cplace.treeTableWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.treeTableWidget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.treeTableWidget/_overview.md +51 -0
- package/dist/widget-specifications/cf.cplace.treeTableWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_overview.md +202 -0
- package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.videoWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.videoWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.videoWidget/_overview.md +65 -0
- package/dist/widget-specifications/cf.cplace.videoWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_implementation.md +12 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_overview.md +117 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/cf.cplace.visualization.dataSource.md +5 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/cf.cplace.visualization.search.md +10 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/script.md +29 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/tableWidgetId.md +10 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_overview.md +72 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_overview.md +50 -0
- package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.attributeHistory/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.attributeHistory/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.attributeHistory/_overview.md +79 -0
- package/dist/widget-specifications/cf.platform.attributeHistory/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.attributes/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.attributes/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.attributes/_overview.md +89 -0
- package/dist/widget-specifications/cf.platform.attributes/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.comments/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.comments/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.comments/_overview.md +52 -0
- package/dist/widget-specifications/cf.platform.comments/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_implementation.md +10 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_overview.md +72 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/attributeName.md +12 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/search.md +17 -0
- package/dist/widget-specifications/cf.platform.connectedMatrix/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedMatrix/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.connectedMatrix/_overview.md +189 -0
- package/dist/widget-specifications/cf.platform.connectedMatrix/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_implementation.md +10 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_overview.md +72 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/attributeName.md +12 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/search.md +12 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_implementation.md +15 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_overview.md +69 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/attributeName.md +10 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/singleColumn.md +9 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/singleSelectionWidgetId.md +3 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/withLabel.md +11 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/withValue.md +12 -0
- package/dist/widget-specifications/cf.platform.connectedTableFilter/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedTableFilter/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.connectedTableFilter/_overview.md +89 -0
- package/dist/widget-specifications/cf.platform.connectedTableFilter/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.customRichStringAttribute/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.customRichStringAttribute/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.customRichStringAttribute/_overview.md +39 -0
- package/dist/widget-specifications/cf.platform.customRichStringAttribute/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_overview.md +66 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/search.md +8 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_implementation.md +10 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_overview.md +109 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/columns.md +16 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/multiSortColumns.md +16 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/search.md +21 -0
- package/dist/widget-specifications/cf.platform.files/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.files/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.files/_overview.md +74 -0
- package/dist/widget-specifications/cf.platform.files/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.iframe/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.iframe/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.iframe/_overview.md +77 -0
- package/dist/widget-specifications/cf.platform.iframe/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.incomingLinks/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.incomingLinks/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.incomingLinks/_overview.md +83 -0
- package/dist/widget-specifications/cf.platform.incomingLinks/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.incomingReferences/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.incomingReferences/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.incomingReferences/_overview.md +48 -0
- package/dist/widget-specifications/cf.platform.incomingReferences/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.makeover.attributes/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.makeover.attributes/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.makeover.attributes/_overview.md +48 -0
- package/dist/widget-specifications/cf.platform.makeover.attributes/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.modificationInfo/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.modificationInfo/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.modificationInfo/_overview.md +27 -0
- package/dist/widget-specifications/cf.platform.modificationInfo/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.myElements/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.myElements/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.myElements/_overview.md +69 -0
- package/dist/widget-specifications/cf.platform.myElements/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.richString/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.richString/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.richString/_overview.md +43 -0
- package/dist/widget-specifications/cf.platform.richString/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_implementation.md +18 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_overview.md +83 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.entity.md +10 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.quotedAttributeName.md +12 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.singleColumn.md +9 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.useParent.md +11 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.withLabel.md +11 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.withValue.md +12 -0
- package/dist/widget-specifications/cf.platform.tags/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.tags/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.tags/_overview.md +49 -0
- package/dist/widget-specifications/cf.platform.tags/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.wiki/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.wiki/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.wiki/_overview.md +32 -0
- package/dist/widget-specifications/cf.platform.wiki/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.gantt/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.gantt/_meta.json +11 -0
- package/dist/widget-specifications/cf.projektplanung.gantt/_overview.md +61 -0
- package/dist/widget-specifications/cf.projektplanung.gantt/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_meta.json +10 -0
- package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_overview.md +65 -0
- package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.multiGantt/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.multiGantt/_meta.json +11 -0
- package/dist/widget-specifications/cf.projektplanung.multiGantt/_overview.md +73 -0
- package/dist/widget-specifications/cf.projektplanung.multiGantt/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_meta.json +10 -0
- package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_overview.md +84 -0
- package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.singleGantt/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.singleGantt/_meta.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.singleGantt/_overview.md +27 -0
- package/dist/widget-specifications/cf.projektplanung.singleGantt/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_meta.json +10 -0
- package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_overview.md +84 -0
- package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_summary.md +1 -0
- package/dist/widget-specifications/de.2lforge.curves.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.2lforge.curves.widget/_meta.json +12 -0
- package/dist/widget-specifications/de.2lforge.curves.widget/_overview.md +73 -0
- package/dist/widget-specifications/de.2lforge.curves.widget/_summary.md +1 -0
- package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_meta.json +9 -0
- package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_overview.md +67 -0
- package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_summary.md +1 -0
- package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_meta.json +10 -0
- package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_overview.md +58 -0
- package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_summary.md +1 -0
- package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_meta.json +8 -0
- package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_overview.md +43 -0
- package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_summary.md +1 -0
- package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_meta.json +11 -0
- package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_overview.md +47 -0
- package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_summary.md +1 -0
- package/dist/widget-specifications/index.d.ts.map +1 -0
- package/dist/widget-specifications/index.js +55 -0
- package/dist/widget-specifications/index.js.map +1 -0
- package/dist/widget-specifications/msg.scripts.imagegallery.basic/_catalog-data.json +12 -0
- package/dist/widget-specifications/msg.scripts.imagegallery.basic/_meta.json +10 -0
- package/dist/widget-specifications/msg.scripts.imagegallery.basic/_overview.md +55 -0
- package/dist/widget-specifications/msg.scripts.imagegallery.basic/_summary.md +1 -0
- package/dist/widget-specifications/tag-registry.json +63 -0
- package/package.json +70 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.platform.files",
|
|
3
|
+
"Description": "{\"en\":\"Allows you to upload files to the page and lists all attachments in a table.\",\"de\":\"Ermöglicht das Hochladen von Dateien in die Seite und listet alle Dateianhänge tabellarisch auf.\"}",
|
|
4
|
+
"Localized Name": "{\"en\":\"Files\",\"de\":\"Dateien\"}",
|
|
5
|
+
"Icon": "fa-upload",
|
|
6
|
+
"Plugin": "cf.cplace.platform",
|
|
7
|
+
"App": "cf.cplace.platform",
|
|
8
|
+
"Localized App Name": "{\"en\":\"cplace Basis\",\"de\":\"cplace Basis\"}",
|
|
9
|
+
"Repository": "cplace",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": "<p><strong>More Details</strong></p>\n\n<p>The 'Files' widget allows you to upload and attach files to a cplace page or to an attribute of the type of the page. All uploaded file attachments of a page are then displayed in a tabular form.</p>\n\n<p><strong>Prerequisites</strong></p>\n\n<p>A table must be embedded in the page.</p>\n\n<p><strong>Settings</strong></p>\n\n<p>// * Title: Bilingual text.</p>\n\n<p>// * Table:</p>\n\n<p>// * Attribute to attach files to. Leave empty to attach to embedding page.</p>\n\n<p> </p>\n\n<p> </p>"
|
|
12
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
Allows you to upload files to the page and lists all attachments in a table.
|
|
4
|
+
|
|
5
|
+
The Files widget provides file attachment and management functionality for any cplace page. It enables users to upload, view, and manage files associated with a page through a simple list interface.
|
|
6
|
+
|
|
7
|
+
**Use when**: You need to let users attach, view, or manage files on a page. This is the standard approach for any file handling needs.
|
|
8
|
+
|
|
9
|
+
**Alternatives**: For visual presentation of documents with thumbnails and preview capabilities, consider the Image Gallery widget, which displays the same files in a more visual format.
|
|
10
|
+
|
|
11
|
+
## Use Cases
|
|
12
|
+
|
|
13
|
+
### Document Collection
|
|
14
|
+
Pages that serve as repositories for related documents benefit from a files widget. Examples include project documentation pages, meeting minutes with supporting materials, or specification pages with technical attachments.
|
|
15
|
+
|
|
16
|
+
### Supporting Materials
|
|
17
|
+
When the primary content is something other than files (like a description, table, or diagram), but users still need to attach supporting materials, the files widget provides this capability without dominating the layout.
|
|
18
|
+
|
|
19
|
+
### Upload Entry Point
|
|
20
|
+
In layouts where users primarily interact with files through a visual gallery, the files widget often serves as the upload mechanism, with the gallery providing the viewing experience.
|
|
21
|
+
|
|
22
|
+
## Behavior and Capabilities
|
|
23
|
+
|
|
24
|
+
The Files widget operates on the page's built-in attachment system. Unlike table widgets that require data source configuration, the files widget automatically displays all files attached to the page where it's placed.
|
|
25
|
+
|
|
26
|
+
**Automatic Scoping**: The widget is inherently scoped to its embedding page. There's no need to configure filters or references - it simply shows the current page's files.
|
|
27
|
+
|
|
28
|
+
**List-Based Display**: Files appear in a list format showing filename and relevant metadata. This is efficient for many files but doesn't provide visual previews.
|
|
29
|
+
|
|
30
|
+
**Upload Capability**: Users with write permission can upload files directly through the widget. This is always available and doesn't require configuration.
|
|
31
|
+
|
|
32
|
+
**Immediate Synchronization**: When files are uploaded or removed, changes reflect immediately across any widgets displaying the same files (such as a paired gallery widget).
|
|
33
|
+
|
|
34
|
+
## Design Considerations
|
|
35
|
+
|
|
36
|
+
### When Files Widget Works Well
|
|
37
|
+
|
|
38
|
+
- Pages where file management is a supporting feature rather than the primary focus
|
|
39
|
+
- Situations requiring straightforward upload and list functionality
|
|
40
|
+
- Layouts where space is limited and a compact file list is preferable to visual thumbnails
|
|
41
|
+
|
|
42
|
+
### When to Consider Alternatives
|
|
43
|
+
|
|
44
|
+
- When visual document preview is important (pair with or use gallery widget)
|
|
45
|
+
- When files need to be categorized or filtered by type (consider separate pages or structured attributes)
|
|
46
|
+
- When files relate to multiple items and need relationship tracking (consider a document management type with proper references)
|
|
47
|
+
|
|
48
|
+
### Layout Positioning
|
|
49
|
+
|
|
50
|
+
The files widget doesn't require full width since it displays a simple list. Half-width or narrower placements work well, leaving room for other content. Common patterns include:
|
|
51
|
+
|
|
52
|
+
- Pairing with comments in a utilities section at page bottom
|
|
53
|
+
- Placing alongside a document gallery (smaller widget for upload, larger gallery for viewing)
|
|
54
|
+
- Using in a dedicated attachments tab for pages with many files
|
|
55
|
+
|
|
56
|
+
### Single Instance Principle
|
|
57
|
+
|
|
58
|
+
One files widget per layout is sufficient. Multiple instances would show the same files, creating redundancy without adding value.
|
|
59
|
+
|
|
60
|
+
### Permission Dependency
|
|
61
|
+
|
|
62
|
+
Upload functionality depends on the user having write permission on the page. Read-only users can view and download files but cannot add or remove them.
|
|
63
|
+
|
|
64
|
+
## Related Widgets
|
|
65
|
+
|
|
66
|
+
### Image Gallery
|
|
67
|
+
The gallery widget displays the same page attachments with visual thumbnails and preview capabilities. Files and gallery widgets are complementary:
|
|
68
|
+
- Files widget: List format, upload functionality, compact
|
|
69
|
+
- Gallery widget: Visual format, preview capability, requires more space
|
|
70
|
+
|
|
71
|
+
Many layouts pair both widgets, using the files widget for upload and management while the gallery provides the visual browsing experience.
|
|
72
|
+
|
|
73
|
+
### Comments Widget
|
|
74
|
+
Files and comments are often paired in a utilities section. Both represent page-level features (attachments and discussion) that support the main content. An equal-width split is common, though layouts may favor one or the other based on relative importance.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Allows you to upload files to the page and lists all attachments in a table. Use when users need to upload, view, and manage files in a simple list interface.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.platform.iframe",
|
|
3
|
+
"Description": "{\"en\":\"Embed content from any website (as iframe)\",\"de\":\"Inhalt einer beliebigen Webseite (als iframe) einbinden.\"}",
|
|
4
|
+
"Localized Name": "{\"en\":\"Inline Frame\",\"de\":\"Inlineframe\"}",
|
|
5
|
+
"Icon": "fa-laptop",
|
|
6
|
+
"Plugin": "cf.cplace.platform",
|
|
7
|
+
"App": "cf.cplace.platform",
|
|
8
|
+
"Localized App Name": "{\"en\":\"cplace Basis\",\"de\":\"cplace Basis\"}",
|
|
9
|
+
"Repository": "cplace",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": "<p><strong>More Details</strong></p>\n\n<p>The 'Inlineframe' widget can be used to embed content from any other website into a cplace page by means of an iframe element.</p>\n\n<p><strong>Settings</strong></p>\n\n<p>// * Source URL*:</p>\n\n<p>// * Title*: Bilingual text.</p>\n\n<p>// * Height:</p>\n\n<p> </p>\n\n<p> </p>"
|
|
12
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
Embed content from any website (as iframe). The Inline Frame widget embeds external web content directly into a cplace page using an HTML iframe. It displays content from a fixed URL specified during widget configuration, allowing users to view and interact with external websites or web applications without leaving the cplace interface.
|
|
4
|
+
|
|
5
|
+
This is a **static embedding widget** - the URL is defined once during configuration and remains the same regardless of which page displays the widget. For context-dependent URLs that change based on page attributes, use the Dynamic Inline Frame widget instead.
|
|
6
|
+
|
|
7
|
+
## Use Cases
|
|
8
|
+
|
|
9
|
+
### External Documentation Integration
|
|
10
|
+
Embed user manuals, help documentation, or tutorials from external documentation systems directly in cplace pages. Users can access reference materials without leaving their workflow.
|
|
11
|
+
|
|
12
|
+
### Dashboard Embedding
|
|
13
|
+
Display real-time analytics, reports, or metrics from BI tools or monitoring systems. This creates a consolidated view where users can see data from multiple systems in one place.
|
|
14
|
+
|
|
15
|
+
### Third-Party Tool Integration
|
|
16
|
+
Show content from Jira, Confluence, or other third-party tools that the organization uses alongside cplace. This enables seamless integration with existing tools in the organizational ecosystem.
|
|
17
|
+
|
|
18
|
+
### Map Display
|
|
19
|
+
Embed maps from services like OpenStreetMap or Google Maps to show office locations, project sites, or geographic data with visual representation.
|
|
20
|
+
|
|
21
|
+
### Custom Internal Applications
|
|
22
|
+
Integrate specialized internal tools or custom web applications hosted within the organization. This provides a unified interface for accessing various organizational tools.
|
|
23
|
+
|
|
24
|
+
### Static Hosted Content
|
|
25
|
+
Display custom HTML/JavaScript visualizations or tools served from within the cplace instance using relative URLs (e.g., `/static/custom-widgets/visualization.html`).
|
|
26
|
+
|
|
27
|
+
## Design Considerations
|
|
28
|
+
|
|
29
|
+
### When to Use Inline Frame
|
|
30
|
+
|
|
31
|
+
- **Fixed content**: The embedded content is the same for all pages and users
|
|
32
|
+
- **Company-wide resources**: General documentation, shared dashboards, or common tools
|
|
33
|
+
- **Simple configuration**: Just need to enter a URL without complex attribute mapping
|
|
34
|
+
- **Static external content**: Content that doesn't depend on page context
|
|
35
|
+
|
|
36
|
+
### When to Use Dynamic Inline Frame Instead
|
|
37
|
+
|
|
38
|
+
- URLs need to include values from page attributes (e.g., project IDs, external system references)
|
|
39
|
+
- Different pages should show different external content based on their data
|
|
40
|
+
- The embedded content needs to be filtered or parameterized by page context
|
|
41
|
+
|
|
42
|
+
### Browser and Network Requirements
|
|
43
|
+
|
|
44
|
+
- External sites must allow iframe embedding (not blocked by X-Frame-Options or Content-Security-Policy headers)
|
|
45
|
+
- Users must have network access to the target URL
|
|
46
|
+
- HTTPS URLs are recommended to avoid mixed content warnings
|
|
47
|
+
- Corporate firewalls may affect access to external URLs
|
|
48
|
+
|
|
49
|
+
### Security Validation
|
|
50
|
+
|
|
51
|
+
The widget includes built-in security measures:
|
|
52
|
+
- JavaScript URLs are blocked to prevent XSS attacks
|
|
53
|
+
- Data URLs are not allowed
|
|
54
|
+
- URLs are validated against tenant-specific security policies
|
|
55
|
+
- Relative URLs are automatically converted to absolute URLs using the tenant's external URL
|
|
56
|
+
|
|
57
|
+
## Common Pitfalls
|
|
58
|
+
|
|
59
|
+
- **External site blocks embedding**: Many websites set X-Frame-Options headers that prevent iframe embedding. If content doesn't display, check the browser console for frame-blocking errors. Consider using the Dynamic Inline Frame widget in "button mode" as an alternative.
|
|
60
|
+
|
|
61
|
+
- **Mixed content warnings**: When cplace runs on HTTPS but the embedded content uses HTTP, browsers may block the content or show warnings. Always use HTTPS URLs when available.
|
|
62
|
+
|
|
63
|
+
- **Network access issues**: Users may not be able to access external URLs due to corporate firewalls or VPN requirements. Verify that all intended users have network access to the embedded content.
|
|
64
|
+
|
|
65
|
+
## Alternatives
|
|
66
|
+
|
|
67
|
+
| Alternative | When to Consider |
|
|
68
|
+
|-------------|-----------------|
|
|
69
|
+
| **Dynamic Inline Frame** | URL needs to change based on page attributes |
|
|
70
|
+
| **Rich String with Links** | External site blocks iframe embedding; simple link is sufficient |
|
|
71
|
+
| **Low-Code Widget** | Need full control over rendering or API-based integration instead of iframe |
|
|
72
|
+
|
|
73
|
+
## Related Patterns
|
|
74
|
+
|
|
75
|
+
- **Documentation portal** - Use Inline Frame widgets on landing pages to embed company-wide documentation or training materials
|
|
76
|
+
- **Dashboard consolidation** - Place multiple Inline Frame widgets on a dashboard page to aggregate views from different systems
|
|
77
|
+
- **Tool integration hub** - Create a page with iframe widgets linking to various external tools the team uses
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Embed content from any website (as iframe). Use for displaying company-wide documentation, dashboards, or third-party tools without requiring users to navigate away from cplace.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.platform.incomingLinks",
|
|
3
|
+
"Description": "{\"en\":\"If available, this widget displays incoming links from other cplace pages.\",\"de\":\"Falls vorhanden, werden eingehende Links aus anderen cplace Seiten angezeigt.\"}",
|
|
4
|
+
"Localized Name": "{\"en\":\"Incoming Links\",\"de\":\"Eingehende Links\"}",
|
|
5
|
+
"Icon": "fa-link",
|
|
6
|
+
"Plugin": "cf.cplace.platform",
|
|
7
|
+
"App": "cf.cplace.platform",
|
|
8
|
+
"Localized App Name": "{\"en\":\"cplace Basis\",\"de\":\"cplace Basis\"}",
|
|
9
|
+
"Repository": "cplace",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": "<p><strong>More Details</strong></p>\n\n<p>The 'Incoming Links' widget lists all cplace pages having set a link to the current page in a text widget.</p>\n\n<p>// * The links are sorted by categories such as:</p>\n\n<p>// Text pages in</p>"
|
|
12
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
If available, this widget displays incoming links from other cplace pages. The Incoming Links widget displays all pages that reference the current page through hyperlinks in rich text fields (like description fields, comments, or other formatted text content). It provides "backlinks" functionality similar to wiki systems, helping users understand which other pages reference the current page and enabling reverse navigation through interconnected content.
|
|
4
|
+
|
|
5
|
+
The widget automatically scans hyperlinks in rich text content and groups incoming links by source page type and attribute, showing the count of links from each source.
|
|
6
|
+
|
|
7
|
+
## Use Cases
|
|
8
|
+
|
|
9
|
+
### Content Navigation & Discovery
|
|
10
|
+
Enables users to see all pages that reference the current page, helping discover related content that might not be connected through formal relationships. Supports reverse navigation from a page back to its referencing pages, creating a graph-like navigation experience through interconnected content.
|
|
11
|
+
|
|
12
|
+
### Knowledge Management & Wiki-Style Usage
|
|
13
|
+
Provides "What links here" functionality similar to wikis, supporting organic content organization through hyperlinks. Ideal for knowledge bases and documentation pages where discoverability through natural hyperlinks is important.
|
|
14
|
+
|
|
15
|
+
### Impact Analysis
|
|
16
|
+
Before deleting or archiving a page, users can see what other pages link to it. Helps understand the reach and importance of a page based on how many places reference it and identifies dependencies between content items.
|
|
17
|
+
|
|
18
|
+
### Relationship Visualization
|
|
19
|
+
Complements outgoing links by showing the "other side" of hyperlink relationships. Provides context about how a page fits into the broader information architecture and helps identify pages that serve as hubs with many incoming links.
|
|
20
|
+
|
|
21
|
+
### Master Data & Reference Pages
|
|
22
|
+
Particularly useful on pages that are frequently referenced by other content, such as products, projects, requirements, or other master data entities that other pages naturally reference in their descriptions and notes.
|
|
23
|
+
|
|
24
|
+
## Design Considerations
|
|
25
|
+
|
|
26
|
+
### When to Use This Widget
|
|
27
|
+
|
|
28
|
+
- On pages that are frequently referenced by other content through hyperlinks
|
|
29
|
+
- In knowledge management scenarios where discoverability through natural linking is important
|
|
30
|
+
- For master data pages (products, projects, requirements) that other pages reference in descriptions
|
|
31
|
+
- When tracking informal content relationships created through natural hyperlinks
|
|
32
|
+
- To complement structured relationships with organic linking patterns
|
|
33
|
+
|
|
34
|
+
### When NOT to Use This Widget
|
|
35
|
+
|
|
36
|
+
- If your content model relies primarily on formal reference attributes (use Incoming References widget instead)
|
|
37
|
+
- On pages where hyperlinks in rich text fields are rarely used
|
|
38
|
+
- If the widget consistently shows no results (indicating no incoming links exist)
|
|
39
|
+
- When only structured, schema-defined relationships are needed
|
|
40
|
+
|
|
41
|
+
## Operating Behavior
|
|
42
|
+
|
|
43
|
+
### Automatic Detection
|
|
44
|
+
The widget requires no manual configuration and automatically scans `RichStringLink` entities where the current page is the target. It only displays links that the current user has permission to see, respecting cplace's security model.
|
|
45
|
+
|
|
46
|
+
### Display Format
|
|
47
|
+
Links are grouped by source page type and the attribute name where the link appears. Each group shows:
|
|
48
|
+
- Source entity type with the attribute name containing the link
|
|
49
|
+
- Workspace/space information if the link comes from a different space
|
|
50
|
+
- Count of incoming links for each group
|
|
51
|
+
|
|
52
|
+
Example display:
|
|
53
|
+
```
|
|
54
|
+
Project as "Related Projects" (3)
|
|
55
|
+
Task as "Description" in Product Space (5)
|
|
56
|
+
Meeting Notes (2)
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
### Visibility Rules
|
|
60
|
+
- Shows "No incoming links found" message if no links exist
|
|
61
|
+
- Only displays links from pages the user can access
|
|
62
|
+
- Indicates when links come from different workspaces
|
|
63
|
+
- Respects attribute restrictions based on security extensions
|
|
64
|
+
|
|
65
|
+
## Related Widgets
|
|
66
|
+
|
|
67
|
+
### Incoming References Widget (`cf.platform.incomingReferences`)
|
|
68
|
+
Tracks formal reference attributes rather than hyperlinks. Use when you need to display structured relationships defined through reference fields in your data model. The Incoming Links widget and Incoming References widget serve complementary purposes and can coexist on the same page.
|
|
69
|
+
|
|
70
|
+
**Key Differences**:
|
|
71
|
+
- **Incoming Links**: Tracks hyperlinks in rich text content (informal, user-created)
|
|
72
|
+
- **Incoming References**: Tracks formal reference attributes (structured, schema-defined)
|
|
73
|
+
|
|
74
|
+
## Common Pitfalls
|
|
75
|
+
|
|
76
|
+
### Expecting Formal References
|
|
77
|
+
This widget only shows hyperlinks created in rich text fields, not formal reference attributes. If you need to display structured relationships, use the Incoming References widget instead.
|
|
78
|
+
|
|
79
|
+
### Empty Widget on New Pages
|
|
80
|
+
Newly created pages will show no incoming links until other pages create hyperlinks pointing to them. This is normal behavior and the widget will populate as content is created.
|
|
81
|
+
|
|
82
|
+
### Confusion with Bidirectional Relationships
|
|
83
|
+
This widget shows who links TO the current page (incoming), not who the current page links to (outgoing). The directionality is from other pages pointing at this page.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
If available, displays incoming links from other cplace pages through hyperlinks in rich text fields. Enables wiki-style navigation and relationship discovery for knowledge bases, documentation pages, and impact analysis.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.platform.incomingReferences",
|
|
3
|
+
"Description": "{\"en\":\"If available, this widget displays references associated with other cplace pages.\",\"de\":\"Falls vorhanden, werden zugehörige Referenzen mit anderen cplace Seiten angezeigt.\"}",
|
|
4
|
+
"Localized Name": "{\"en\":\"Incoming References\",\"de\":\"Eingehende Referenzen\"}",
|
|
5
|
+
"Icon": "fa-external-link fa-rotate-90",
|
|
6
|
+
"Plugin": "cf.cplace.platform",
|
|
7
|
+
"App": "cf.cplace.platform",
|
|
8
|
+
"Localized App Name": "{\"en\":\"cplace Basis\",\"de\":\"cplace Basis\"}",
|
|
9
|
+
"Repository": "cplace",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": "<p><strong>More Details</strong></p>\n\n<p>The 'Incoming References' widget lists all references to other cplace pages.</p>\n\n<p> </p>"
|
|
12
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
If available, this widget displays references associated with other cplace pages. The Incoming References widget provides a "backlinks" view showing where the current entity is referenced in the data model through structured reference attributes. It queries the database to identify all custom reference relationships pointing to the entity and presents them grouped by source type, attribute name, and workspace. The widget distinguishes between references with actual values (entities currently referencing this one) and available reference types without values (configured but unused references).
|
|
4
|
+
|
|
5
|
+
## Use Cases
|
|
6
|
+
|
|
7
|
+
- **Dependency Discovery**: Understand what depends on an entity before making changes or deletions (e.g., view a Product entity and see which Projects reference it)
|
|
8
|
+
- **Impact Analysis**: Review incoming references before performing destructive operations to prevent broken references and data inconsistencies
|
|
9
|
+
- **Bidirectional Relationship Navigation**: Navigate from a referenced entity back to referring entities without manual searching
|
|
10
|
+
- **Data Model Analysis**: Visualize actual usage of reference attributes in the system and understand relationship patterns
|
|
11
|
+
- **Cross-Space Visibility**: Identify and understand cross-workspace dependencies when entities in one workspace are referenced by entities in other workspaces
|
|
12
|
+
|
|
13
|
+
## Design Considerations
|
|
14
|
+
|
|
15
|
+
### When to Use This Widget
|
|
16
|
+
|
|
17
|
+
Use this widget when:
|
|
18
|
+
- Your data model includes formal reference attributes between entity types
|
|
19
|
+
- You need to track which entities reference a particular entity
|
|
20
|
+
- You want to provide users with impact analysis capabilities
|
|
21
|
+
- You need bidirectional relationship navigation
|
|
22
|
+
- Your content model has complex interdependencies
|
|
23
|
+
|
|
24
|
+
Do NOT use this widget when:
|
|
25
|
+
- You only need to display outgoing references (use attribute widgets instead)
|
|
26
|
+
- You want to track wiki-style hyperlinks in rich text (use `cf.platform.incomingLinks` instead)
|
|
27
|
+
- The entity type is Person (use the dedicated "myElements" widget instead)
|
|
28
|
+
|
|
29
|
+
### Display Organization
|
|
30
|
+
|
|
31
|
+
The widget automatically organizes references into two sections:
|
|
32
|
+
- **With Values** (expanded by default): Shows reference types that have at least one referring entity
|
|
33
|
+
- **Without Values** (collapsed by default): Shows configured reference types with zero referring entities, useful for discovering potential relationship opportunities
|
|
34
|
+
|
|
35
|
+
### Typical Layout Patterns
|
|
36
|
+
|
|
37
|
+
**Basic Relationship Discovery**: Place the widget after core attributes to show who references the current entity.
|
|
38
|
+
|
|
39
|
+
**Complete Relationship View**: Combine with `cf.platform.incomingLinks` to show both formal data model relationships and informal wiki-style links.
|
|
40
|
+
|
|
41
|
+
**Impact Analysis Dashboard**: Pair with embedded search widgets and connected charts to visualize relationship patterns.
|
|
42
|
+
|
|
43
|
+
## Related Patterns
|
|
44
|
+
|
|
45
|
+
- `cf.platform.incomingLinks` - For tracking informal rich text hyperlinks rather than formal reference attributes. Use both widgets together for complete relationship visibility.
|
|
46
|
+
- `cf.platform.singleAttribute` / `cf.platform.connectedSingleAttribute` - For displaying outgoing reference attributes (what this entity references)
|
|
47
|
+
- `cf.platform.embeddedSearchAsList` / `cf.platform.embeddedSearchAsTable` - For displaying filtered entity lists based on relationships
|
|
48
|
+
- `cf.platform.connectedMatrix` - For visualizing two-dimensional relationships between entity types
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
If available, displays references associated with other cplace pages through formal reference attributes, organized by source type, attribute, and workspace. Use for dependency discovery, impact analysis, and bidirectional relationship navigation.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.platform.makeover.attributes",
|
|
3
|
+
"Description": "{\"en\":\"Displays all attributes of the page and allows editing.\",\"de\":\"Zeigt alle Attribute der Seite an und erlaubt ihre Bearbeitung.\"}",
|
|
4
|
+
"Localized Name": "{\"en\":\"Attributes (new)\",\"de\":\"Attribute (neu)\"}",
|
|
5
|
+
"Icon": "fa-list-alt",
|
|
6
|
+
"Plugin": "cf.cplace.platform",
|
|
7
|
+
"App": "cf.cplace.platform",
|
|
8
|
+
"Localized App Name": "{\"en\":\"cplace Basis\",\"de\":\"cplace Basis\"}",
|
|
9
|
+
"Repository": "cplace",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": null
|
|
12
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
Displays all attributes of the page and allows editing. The Makeover Attributes widget is a redesigned version of the original `cf.platform.attributes` widget, providing the same core functionality with enhanced visual styling and improved user experience. It displays all attributes of a page and allows inline editing, making it the primary widget for viewing and modifying entity properties.
|
|
4
|
+
|
|
5
|
+
This widget is part of the UIX (User Interface eXperience) modernization initiative and requires a feature flag to be enabled.
|
|
6
|
+
|
|
7
|
+
## Use Cases
|
|
8
|
+
|
|
9
|
+
### Entity Detail Pages
|
|
10
|
+
Embed the widget on pages to show all properties of an entity (projects, tasks, documents, etc.) in a comprehensive, editable view.
|
|
11
|
+
|
|
12
|
+
### Inline Editing Workflows
|
|
13
|
+
Allow users to modify entity attributes directly within the page view without navigating to separate forms.
|
|
14
|
+
|
|
15
|
+
### Data Review
|
|
16
|
+
Provide a complete view of all entity data in one location for quick review and verification.
|
|
17
|
+
|
|
18
|
+
## Design Considerations
|
|
19
|
+
|
|
20
|
+
### Feature Flag Requirement
|
|
21
|
+
This widget requires the feature flag `cplace.uix.newAttributesWidgetEnabled` to be set to `true`. When disabled, the widget cannot be embedded and will not appear in widget selection.
|
|
22
|
+
|
|
23
|
+
### Entity Type Restriction
|
|
24
|
+
The widget can only be embedded in `CustomEntity` page types. It cannot be used with system entities or type definitions.
|
|
25
|
+
|
|
26
|
+
### Single Instance Rule
|
|
27
|
+
Only one attributes widget (either this or the original) can be embedded per page to prevent duplicate attribute displays.
|
|
28
|
+
|
|
29
|
+
### Migration Strategy
|
|
30
|
+
The original `cf.platform.attributes` widget remains available, ensuring backward compatibility. Organizations can migrate to the makeover version when ready by enabling the feature flag.
|
|
31
|
+
|
|
32
|
+
## When to Choose This Widget
|
|
33
|
+
|
|
34
|
+
**Choose the makeover version when:**
|
|
35
|
+
- You want the modern, improved UI for displaying attributes
|
|
36
|
+
- The feature flag is enabled in your cplace instance
|
|
37
|
+
- You're building new pages and want to use the latest UI components
|
|
38
|
+
|
|
39
|
+
**Choose the original widget when:**
|
|
40
|
+
- The makeover version is not enabled
|
|
41
|
+
- You need consistency with existing pages using the old design
|
|
42
|
+
- The feature flag is not yet available in your cplace version
|
|
43
|
+
|
|
44
|
+
## Alternatives
|
|
45
|
+
|
|
46
|
+
- `cf.platform.attributes` - The original attributes widget with classic styling
|
|
47
|
+
- `cf.platform.attributesGroup` - Displays attributes organized into groups
|
|
48
|
+
- `cf.platform.singleAttribute` - Displays a single attribute instead of all attributes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Displays all attributes of the page and allows editing. A modernized version of the attributes widget with enhanced styling and improved UI/UX for inline viewing and editing of page properties.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.platform.modificationInfo",
|
|
3
|
+
"Description": "{\"de\":\"Zeigt Nutzer und Zeitpunkt der letzten Änderung an der Seite.\",\"en\":\"Shows users and the time of the last change made to the page.\"}",
|
|
4
|
+
"Localized Name": "{\"en\":\"Version Info\",\"de\":\"Versionsinformation\"}",
|
|
5
|
+
"Icon": "fa-info",
|
|
6
|
+
"Plugin": "cf.cplace.platform",
|
|
7
|
+
"App": "cf.cplace.platform",
|
|
8
|
+
"Localized App Name": "{\"en\":\"cplace Basis\",\"de\":\"cplace Basis\"}",
|
|
9
|
+
"Repository": "cplace",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": "<p><strong>More Details</strong></p>\n\n<p>The 'Version Info' widget displays the name of the user who last modified the current cplace page and the date on which this modification was made.</p>"
|
|
12
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
Shows users and the time of the last change made to the page. The Modification Info widget displays version tracking metadata for pages, providing transparency about content changes and enabling users to track page activity without requiring any configuration.
|
|
4
|
+
|
|
5
|
+
The widget automatically pulls data from the platform's built-in modification tracking system, displaying the timestamp and a clickable link to the modifier's profile.
|
|
6
|
+
|
|
7
|
+
## Use Cases
|
|
8
|
+
|
|
9
|
+
- **Content Transparency**: Show when documentation, policies, or process descriptions were last updated so users can assess currency and relevance
|
|
10
|
+
- **Collaboration Tracking**: Help teams identify who made recent changes and when the page was last touched
|
|
11
|
+
- **Audit Trail**: Provide traceability for tracking page ownership, verifying when critical information was updated, and monitoring activity
|
|
12
|
+
- **Content Management**: Enable administrators to identify stale content and monitor which team members are actively maintaining pages
|
|
13
|
+
|
|
14
|
+
## Design Considerations
|
|
15
|
+
|
|
16
|
+
This widget is designed to be unobtrusive:
|
|
17
|
+
- Renders without a frame or padding
|
|
18
|
+
- Typically placed at the bottom of page layouts (footer area) or in metadata sections
|
|
19
|
+
- Only one instance allowed per page (enforced by the platform)
|
|
20
|
+
- No configuration options - the display is standardized and automatic
|
|
21
|
+
|
|
22
|
+
The minimalist design allows flexible positioning without visual clutter, making it ideal for footer areas or compact layout sections.
|
|
23
|
+
|
|
24
|
+
## Related Patterns
|
|
25
|
+
|
|
26
|
+
- **Attribute History Widget** (`cf.platform.attributeHistory`): Use together when you need both page-level modification tracking AND detailed attribute-level change history. Attribute History tracks changes to specific attributes over time, while Modification Info shows overall page-level last modification.
|
|
27
|
+
- **Comments Widget**: Related collaboration widget for explicit user feedback and discussion, whereas Modification Info passively tracks system-generated metadata.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Shows users and the time of the last change made to the page, providing transparency about when and by whom page content was updated.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.platform.myElements",
|
|
3
|
+
"Description": "{\"en\":\"Widget available only on the personal dashboard that displays all pages that have a relation to the current user.\",\"de\":\"Nur auf dem persönlichen Dashboard verfügbares Widget, das alle Seiten anzeigt, die eine Relation zum aktuellen Nutzer haben.\"}",
|
|
4
|
+
"Localized Name": "{\"en\":\"My Elements\",\"de\":\"Meine Elemente\"}",
|
|
5
|
+
"Icon": "fa-user",
|
|
6
|
+
"Plugin": "cf.cplace.platform",
|
|
7
|
+
"App": "cf.cplace.platform",
|
|
8
|
+
"Localized App Name": "{\"en\":\"cplace Basis\",\"de\":\"cplace Basis\"}",
|
|
9
|
+
"Repository": "cplace",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": "<p><strong>More Details</strong></p>\n\n<p>// The 'My Elements' widget ...</p>"
|
|
12
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
Widget available only on the personal dashboard that displays all pages that have a relation to the current user. The My Elements widget displays incoming references for Person entities, showing all cplace pages that reference or are associated with a specific user. It is the Person-specific variant of the Incoming References widget (`cf.platform.incomingReferences`), designed exclusively for Person pages and type definitions that apply to Person.
|
|
4
|
+
|
|
5
|
+
This widget automatically scans and presents all pages where the Person is referenced through formal reference attributes, providing users with a complete picture of their involvement across the system. The standard Incoming References widget explicitly forbids embedding in Person pages with the message "Not embeddable in person; use myElements widget instead."
|
|
6
|
+
|
|
7
|
+
## Use Cases
|
|
8
|
+
|
|
9
|
+
### Personal Dashboard
|
|
10
|
+
Display all pages and entities that reference a specific user on their profile page, giving users immediate visibility into their associations.
|
|
11
|
+
|
|
12
|
+
### User Activity Overview
|
|
13
|
+
Show projects, tasks, documents, and other entities associated with a person, helping them understand their scope of involvement.
|
|
14
|
+
|
|
15
|
+
### Accountability Tracking
|
|
16
|
+
Identify all items where a person is mentioned, assigned, or referenced, useful for workload assessment and responsibility mapping.
|
|
17
|
+
|
|
18
|
+
### Relationship Visualization
|
|
19
|
+
Help users understand their connections across the cplace system, revealing how they relate to various entities and workflows.
|
|
20
|
+
|
|
21
|
+
## Design Considerations
|
|
22
|
+
|
|
23
|
+
### When to Use This Widget
|
|
24
|
+
|
|
25
|
+
- On Person profile pages to show user involvement across the system
|
|
26
|
+
- On type definitions that apply to Person entities
|
|
27
|
+
- When building personal dashboards or user-centric views
|
|
28
|
+
- To provide accountability and relationship visibility for users
|
|
29
|
+
- As the standard (and only) way to display incoming references on Person entities
|
|
30
|
+
|
|
31
|
+
### When NOT to Use This Widget
|
|
32
|
+
|
|
33
|
+
- On non-Person entities (the widget enforces Person entity restrictions)
|
|
34
|
+
- If you need to customize how references are displayed (this widget has no configuration options)
|
|
35
|
+
- When you need to show hyperlinks from rich text fields rather than formal reference attributes (use Incoming Links widget)
|
|
36
|
+
|
|
37
|
+
### Technical Constraints
|
|
38
|
+
|
|
39
|
+
- **Single Instance Only**: Cannot be embedded multiple times on the same Person page
|
|
40
|
+
- **Person Entities Only**: Enforced at the widget definition level; only embeddable in Person or applicable type definitions
|
|
41
|
+
- **No Configuration**: Works out-of-the-box without user-configurable options
|
|
42
|
+
- **Read-Only**: Displays references but does not provide editing capabilities
|
|
43
|
+
- **Widget Embedding Only**: Cannot be embedded in other embedding contexts
|
|
44
|
+
|
|
45
|
+
## Related Widgets
|
|
46
|
+
|
|
47
|
+
### Incoming References Widget (`cf.platform.incomingReferences`)
|
|
48
|
+
The standard incoming references widget for non-Person entities. It explicitly prohibits embedding in Person pages. Both widgets share the same underlying rendering mechanism (`incomingReferences()` template function).
|
|
49
|
+
|
|
50
|
+
**Key Differences**:
|
|
51
|
+
- **My Elements**: Person-specific, no configuration options
|
|
52
|
+
- **Incoming References**: General-purpose for non-Person entities, more configuration options available
|
|
53
|
+
|
|
54
|
+
### Incoming Links Widget (`cf.platform.incomingLinks`)
|
|
55
|
+
Tracks hyperlinks in rich text content rather than formal reference attributes. Can be used alongside My Elements on a Person page to show both types of relationships - formal references (My Elements) and informal hyperlinks (Incoming Links).
|
|
56
|
+
|
|
57
|
+
### Wiki Widget (`cf.platform.wiki`)
|
|
58
|
+
Often used alongside My Elements on Person pages to display descriptive content. While My Elements shows references, Wiki provides rich text content.
|
|
59
|
+
|
|
60
|
+
## Common Pitfalls
|
|
61
|
+
|
|
62
|
+
### Using Incoming References Instead
|
|
63
|
+
The standard Incoming References widget explicitly blocks embedding on Person pages. If you need to show incoming references for a Person, you must use My Elements.
|
|
64
|
+
|
|
65
|
+
### Expecting Configuration Options
|
|
66
|
+
This widget has no configurable attributes. It automatically displays all incoming references to the Person entity without filtering or customization.
|
|
67
|
+
|
|
68
|
+
### Multiple Widget Instances
|
|
69
|
+
Attempting to add the widget multiple times to the same page will fail. The widget enforces single-instance embedding.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Widget available only on the personal dashboard that displays all pages that have a relation to the current user. Use on Person profile pages as the Person-specific variant of the Incoming References widget.
|