@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,69 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
Displays a single attribute of a selected table entry dynamically. Prerequisite: There must be a table widget on the page.
|
|
4
|
+
|
|
5
|
+
The Connected Single Attribute Widget displays a single attribute value from an entity that is dynamically selected in a connected table or selection widget. Unlike the standard Single Attribute Widget which displays attributes from a fixed entity, this widget updates automatically when users select different rows in a connected table.
|
|
6
|
+
|
|
7
|
+
This widget implements the master-detail pattern by showing specific attribute values from entities selected in related table widgets, making it ideal for building interactive detail panels, quick edit interfaces, and responsive data exploration experiences.
|
|
8
|
+
|
|
9
|
+
## Use Cases
|
|
10
|
+
|
|
11
|
+
### Master-Detail View
|
|
12
|
+
Display detailed information about a selected table row. A table lists projects, and connected single attribute widgets show the selected project's status, owner, budget, and description in a detail panel. When users click different rows, all connected widgets update simultaneously.
|
|
13
|
+
|
|
14
|
+
### Quick Edit Interface
|
|
15
|
+
Allow inline editing of specific attributes from a selection. A table of tasks where selecting a task allows quick status updates via connected single attribute widgets with in-place editing enabled. Changes can trigger automatic reload of dependent widgets.
|
|
16
|
+
|
|
17
|
+
### Conditional Attribute Display
|
|
18
|
+
Show different attributes based on the selected entity's state. Display "Approval Date" only for approved items, or "Rejection Reason" only for rejected items using cplaceJS scripts for conditional visibility.
|
|
19
|
+
|
|
20
|
+
### Grouped Attributes Display
|
|
21
|
+
Multiple related attributes displayed together with a shared table selection. Embed multiple connected single attribute widgets within a Connected Attributes Group Widget to create a form-like interface showing multiple attributes from the selected entity.
|
|
22
|
+
|
|
23
|
+
### Inline Display in Rich Text
|
|
24
|
+
Embed dynamic attribute values within narrative content. A report page with text like "The selected project's current status is [status widget] and is owned by [owner widget]."
|
|
25
|
+
|
|
26
|
+
## Design Considerations
|
|
27
|
+
|
|
28
|
+
### Connected Widget Requirement
|
|
29
|
+
This widget requires a connection to a widget that produces single entity selections (implements `ISingleEntitySelectionProducer`). The most common source is the Embedded Search as Table widget. The widget starts with no target entity and updates based on user selections.
|
|
30
|
+
|
|
31
|
+
### Display Modes
|
|
32
|
+
The widget supports flexible display configurations:
|
|
33
|
+
- **Value only**: Displays just the attribute value, useful for inline embedding in sentences
|
|
34
|
+
- **Label only**: Shows only the attribute label, useful for headers or dynamic labels
|
|
35
|
+
- **Label and value**: Standard form field appearance with both elements
|
|
36
|
+
- **Stacked layout**: Label displayed above value, better for narrow layouts
|
|
37
|
+
|
|
38
|
+
### Embedding Contexts
|
|
39
|
+
The widget can be embedded in two contexts:
|
|
40
|
+
1. **Rich text content**: Directly in page content for inline displays
|
|
41
|
+
2. **Connected Attributes Group Widget**: For structured form-like interfaces where the parent widget manages the table connection
|
|
42
|
+
|
|
43
|
+
When embedded in a Connected Attributes Group, the parent widget controls the table selection for all embedded widgets, and its layout settings can override individual widget settings.
|
|
44
|
+
|
|
45
|
+
### In-Place Editing
|
|
46
|
+
When editing is enabled, users can modify attribute values directly without leaving the page. Consider enabling the reload-after-change option to refresh dependent widgets when values change.
|
|
47
|
+
|
|
48
|
+
### Conditional Visibility
|
|
49
|
+
The widget supports cplaceJS scripts that evaluate the current selection to determine whether the attribute should be displayed. This enables dynamic interfaces that adapt to the selected entity's state.
|
|
50
|
+
|
|
51
|
+
## Common Pitfalls
|
|
52
|
+
|
|
53
|
+
- Forgetting to specify the connected selection widget ID
|
|
54
|
+
- Not enabling at least one display option (value or label)
|
|
55
|
+
- Using this widget when a static Single Attribute Widget would suffice (no dynamic selection needed)
|
|
56
|
+
- Not considering the reload behavior after edits when other widgets depend on the edited values
|
|
57
|
+
|
|
58
|
+
## Alternatives to Consider
|
|
59
|
+
|
|
60
|
+
| Widget | When to Use Instead |
|
|
61
|
+
|--------|---------------------|
|
|
62
|
+
| **Single Attribute Widget** (`cf.platform.singleAttribute`) | When the entity is fixed and known at design time, not based on user selection |
|
|
63
|
+
| **Connected Attributes Group Widget** (`cf.cplace.platform.connectedAttributesGroup`) | When displaying multiple attributes together with shared table selection - use this as a container with embedded connected single attribute widgets |
|
|
64
|
+
|
|
65
|
+
## Related Patterns
|
|
66
|
+
|
|
67
|
+
- **Master-Detail Pattern**: Use with a table widget as the master and multiple connected single attribute widgets as the detail display
|
|
68
|
+
- **Quick Edit Interface**: Combine with in-place editing for efficient data updates from table selections
|
|
69
|
+
- **Dashboard Panels**: Create KPI displays based on filtered table selections using connected single attributes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Displays a single attribute of a selected table entry dynamically. Prerequisite: There must be a table widget on the page. Use for master-detail views, quick edit interfaces, and detail panels that respond to table row selections.
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
**Warning**: Use the full internal attribute name, not the simple/short name!
|
|
2
|
+
|
|
3
|
+
**Important**:
|
|
4
|
+
- **Custom attributes** require single quotes around the attribute name: `'cf.cplace.myApp.myAttribute'`
|
|
5
|
+
- **Builtin attributes** (e.g., `name`, `createdAt`, `creator`, `modifiedAt`, `modifier`, `owner`) are specified without quotes: `name`
|
|
6
|
+
|
|
7
|
+
**Workflow**:
|
|
8
|
+
1. Call `cplace_get_type_datamodel` for the type displayed in the connected table
|
|
9
|
+
2. Find the custom attribute you want to display
|
|
10
|
+
3. Use the custom attribute's `name` field (the full internal name), wrapped in single quotes
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
**Note**: This attribute is only relevant when both `withValue=true` AND `withLabel=true`.
|
|
2
|
+
|
|
3
|
+
**Layout Modes**:
|
|
4
|
+
- `false` (default): Two-column layout with label and value side by side
|
|
5
|
+
- `true`: Single-column layout with label above value
|
|
6
|
+
|
|
7
|
+
**Parent Widget Override**: When this widget is embedded inside a `cf.platform.connectedAttributesGroup` widget, the parent widget's `singleColumn` setting takes precedence over this widget's setting. The parent's layout configuration will override the individual widget's setting.
|
|
8
|
+
|
|
9
|
+
**Example**: If the parent ConnectedAttributesGroup has `singleColumn=true`, all embedded ConnectedSingleAttribute widgets will use single-column layout regardless of their individual `singleColumn` settings.
|
package/dist/widget-specifications/cf.platform.connectedSingleAttribute/singleSelectionWidgetId.md
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
**Valid Values**:
|
|
2
|
+
- When embedded inside a `cf.cplace.platform.connectedAttributesGroup` widget, use `"<empty>"` as the value - the parent widget provides the actual table connection
|
|
3
|
+
- When the connection goes against a `cf.platform.treeTable` widget - insert the widget ID
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
**Warning**: At least one of `withValue` or `withLabel` must be `true` for the widget configuration to be complete!
|
|
2
|
+
|
|
3
|
+
**Valid Values**:
|
|
4
|
+
- `false` (default): Hide the attribute's label/name
|
|
5
|
+
- `true`: Show the attribute's localized label/name
|
|
6
|
+
|
|
7
|
+
**Configuration Completeness Check**: The widget validates that at least one display option is enabled. If both `withValue=false` and `withLabel=false`, the configuration is considered incomplete and the widget will not render properly.
|
|
8
|
+
|
|
9
|
+
**Note**: The `singleColumn` attribute is only relevant when `withLabel=true` and `withValue=true` - it controls whether the label and value are displayed side by side or stacked vertically.
|
|
10
|
+
|
|
11
|
+
**Frontend Behavior**: When `withLabel=false` and `inPlaceEditing=false`, the widget renders in inline mode using a span element. Otherwise, it uses a block-level div element.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
**Warning**: At least one of `withValue` or `withLabel` must be `true` for the widget configuration to be complete!
|
|
2
|
+
|
|
3
|
+
**Valid Values**:
|
|
4
|
+
- `true` (default): Show the attribute's value
|
|
5
|
+
- `false`: Hide the attribute's value (only valid if `withLabel=true`)
|
|
6
|
+
|
|
7
|
+
**Configuration Completeness Check**: The widget validates that at least one display option is enabled. If both `withValue=false` and `withLabel=false`, the configuration is considered incomplete and the widget will not render properly.
|
|
8
|
+
|
|
9
|
+
**Common Patterns**:
|
|
10
|
+
- `withValue=true, withLabel=false`: Display value only (inline mode)
|
|
11
|
+
- `withValue=true, withLabel=true`: Display both label and value
|
|
12
|
+
- `withValue=false, withLabel=true`: Display label only (useful for showing which attribute is selected without showing its value)
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.platform.connectedTableFilter",
|
|
3
|
+
"Description": "{\"en\":\"Displays the column filters of a table and enables you to adjust the filter criteria.\",\"de\":\"Zeigt die Spaltenfilter einer Tabelle an und ermöglicht die Anpassung der Filterkriterien.\"}",
|
|
4
|
+
"Localized Name": "{\"en\":\"Filter Configuration of a Table\",\"de\":\"Filterkonfiguration einer Tabelle\"}",
|
|
5
|
+
"Icon": "fa-filter",
|
|
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 'Filter Criteria of a Table' widget shows the current column filters of a table and allows you to modify the filter criteria.</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>// * Table*:</p>"
|
|
12
|
+
}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
Displays the column filters of a table and enables you to adjust the filter criteria.
|
|
4
|
+
|
|
5
|
+
The Filter Configuration widget provides users with an interactive interface to view and modify the active column filters of a connected table widget. Instead of filtering directly within a table header, this widget exposes filter controls as a separate, dedicated component that can be positioned anywhere on the layout. This separation enables cleaner table interfaces while providing prominent, easy-to-access filter controls.
|
|
6
|
+
|
|
7
|
+
The widget displays all filterable columns from the connected table and shows their current filter states. Users can modify filter criteria through the widget, and changes are immediately reflected in the connected table's displayed data.
|
|
8
|
+
|
|
9
|
+
## Use Cases
|
|
10
|
+
|
|
11
|
+
### Dashboard Layouts with Prominent Filter Controls
|
|
12
|
+
- Displaying filter controls above or beside table widgets on dashboards
|
|
13
|
+
- Creating filter panels that remain visible while scrolling through large tables
|
|
14
|
+
- Providing dedicated space for complex filtering interfaces without cluttering table headers
|
|
15
|
+
- Building analytical dashboards where filter configuration is a primary user task
|
|
16
|
+
|
|
17
|
+
### Master-Detail Patterns with Shared Filtering
|
|
18
|
+
- Allowing users to adjust filters while viewing detail views
|
|
19
|
+
- Creating side-by-side layouts with filter controls and filtered results
|
|
20
|
+
- Enabling filter manipulation without returning to the table view
|
|
21
|
+
- Supporting workflows where filter criteria need frequent adjustment
|
|
22
|
+
|
|
23
|
+
### Guided Filtering Workflows
|
|
24
|
+
- Presenting filter options in a specific order or grouping
|
|
25
|
+
- Creating step-by-step data exploration interfaces
|
|
26
|
+
- Building filtering experiences that guide users through available filter dimensions
|
|
27
|
+
- Implementing progressive disclosure of filtering capabilities
|
|
28
|
+
|
|
29
|
+
## Operating Mode
|
|
30
|
+
|
|
31
|
+
### Connected Table Mode
|
|
32
|
+
The widget requires a connection to a table widget via the `tableWidgetId` attribute. Once connected, the filter widget:
|
|
33
|
+
- Automatically discovers all filterable columns from the connected table
|
|
34
|
+
- Displays the current filter state for each column
|
|
35
|
+
- Synchronizes filter changes bidirectionally with the table
|
|
36
|
+
- Updates when the table's filter configuration changes
|
|
37
|
+
|
|
38
|
+
The connected table must be one of these compatible widget types:
|
|
39
|
+
- `cf.platform.embeddedSearchAsTable`
|
|
40
|
+
- `cf.cplace.platform.tableWidget`
|
|
41
|
+
- Other table widgets that support column filtering
|
|
42
|
+
|
|
43
|
+
## Design Considerations
|
|
44
|
+
|
|
45
|
+
### When to Use This Widget
|
|
46
|
+
Choose this widget when:
|
|
47
|
+
- You want to separate filter controls from the table header for cleaner table interfaces
|
|
48
|
+
- Filter controls need prominent positioning (e.g., dashboard headers, side panels)
|
|
49
|
+
- You're building workflows where filtering is a primary user interaction
|
|
50
|
+
- You need filter controls to remain visible while scrolling through table data
|
|
51
|
+
- You want to provide a dedicated space for filter guidance or instructions
|
|
52
|
+
|
|
53
|
+
### When NOT to Use This Widget
|
|
54
|
+
Avoid this widget when:
|
|
55
|
+
- Simple in-table filtering is sufficient for your use case
|
|
56
|
+
- You don't need filter controls to be separate from the table
|
|
57
|
+
- The table has few or no filterable columns
|
|
58
|
+
- Screen space is limited and you can't afford separate filter UI
|
|
59
|
+
|
|
60
|
+
### Connection Requirements
|
|
61
|
+
The widget requires:
|
|
62
|
+
- A table widget on the same layout/page
|
|
63
|
+
- The table widget must support column filtering
|
|
64
|
+
- The table widget's ID must be known for configuration
|
|
65
|
+
- Both widgets must be visible to the user for proper interaction
|
|
66
|
+
|
|
67
|
+
### User Experience Considerations
|
|
68
|
+
- The filter widget provides no visual indication of the connected table - consider adding explanatory text or positioning the widgets adjacently
|
|
69
|
+
- Filter changes take effect immediately, which is intuitive but requires the table to be visible for users to see the impact
|
|
70
|
+
- Users need appropriate permissions to both view and modify filters on the underlying data
|
|
71
|
+
|
|
72
|
+
## Common Pitfalls
|
|
73
|
+
|
|
74
|
+
- **Missing table connection**: The widget is non-functional without a valid `tableWidgetId` reference. Always verify the table widget ID during configuration.
|
|
75
|
+
- **Non-filterable columns**: If the connected table has no filterable columns configured, the filter widget will appear empty. Ensure the table has filterable columns enabled.
|
|
76
|
+
- **Hidden table widget**: If the connected table is not visible on the same layout (e.g., on a different tab), filter changes may confuse users who cannot see the results update.
|
|
77
|
+
- **Permission mismatches**: Users need permissions to filter the data in the connected table. If permissions are insufficient, the filter widget may appear but not function correctly.
|
|
78
|
+
|
|
79
|
+
## Alternative Widgets
|
|
80
|
+
|
|
81
|
+
- **Native table filtering**: Use the table widget's built-in column filters when a separate filter UI is not needed
|
|
82
|
+
- **cf.cplace.platform.tableWidget**: Consider this table widget which includes comprehensive built-in filtering capabilities in the table header
|
|
83
|
+
- **cf.platform.embeddedSearchAsTable**: This table widget also provides native column filtering that may be sufficient without a separate filter widget
|
|
84
|
+
|
|
85
|
+
## Related Patterns
|
|
86
|
+
|
|
87
|
+
- **Master-Detail Pattern**: Combine with table widgets and detail view widgets to create comprehensive data exploration interfaces
|
|
88
|
+
- **Dashboard Layouts**: Position filter widgets prominently in dashboard headers or side panels for analytical workflows
|
|
89
|
+
- **Progressive Disclosure**: Use filter widgets to guide users through multi-step filtering processes with clear, dedicated UI space
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Displays the column filters of a table and enables you to adjust the filter criteria. Use in dashboard layouts and master-detail patterns to provide prominent, dedicated filter controls alongside table displays.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.platform.customRichStringAttribute",
|
|
3
|
+
"Description": "{\"de\":\"Zeigt den Inhalt eines Rich-String-Attributs und erlaubt es, diesen über einen WYSIWYG-Editor zu bearbeiten.\",\"en\":\"Shows the content of a Rich String attribute and enables you to edit this content using a WYSIWYG editor.\"}",
|
|
4
|
+
"Localized Name": "{\"en\":\"Richstring Attribute\",\"de\":\"Attribut mit formatiertem Text\"}",
|
|
5
|
+
"Icon": "fa-pen-square",
|
|
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 'Richstring Attribute' widget displays the value of an attribute of type 'Richtstring'. You can specify whether the widget should be surrounded by a frame or not.</p>\n\n<p> </p>\n\n<p> </p>"
|
|
12
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
Shows the content of a Rich String attribute and enables you to edit this content using a WYSIWYG editor.
|
|
4
|
+
|
|
5
|
+
The Custom Rich String Attribute widget renders formatted text content stored in RichString attributes of custom entities. It displays the attribute value with all HTML formatting intact, including bold, italic, lists, links, headings, and other rich text elements.
|
|
6
|
+
|
|
7
|
+
The widget offers two display modes: framed (with a visible border and the attribute's localized name as the title) or frameless (for seamless content integration into the page layout).
|
|
8
|
+
|
|
9
|
+
## Use Cases
|
|
10
|
+
|
|
11
|
+
- **Formatted descriptions** - Display project descriptions, requirement documentation, or detailed explanations with preserved formatting
|
|
12
|
+
- **Rich text notes** - Show user-entered notes that include styling like lists, links, and emphasis
|
|
13
|
+
- **Content sections** - Present detailed information that benefits from headings, bullet points, and structured formatting
|
|
14
|
+
- **Inline documentation** - Embed formatted explanatory text within page layouts
|
|
15
|
+
|
|
16
|
+
## Design Considerations
|
|
17
|
+
|
|
18
|
+
### When to Use
|
|
19
|
+
|
|
20
|
+
- The attribute contains formatted text that loses meaning without its formatting
|
|
21
|
+
- You want to display a single RichString attribute prominently
|
|
22
|
+
- The content should be read-only (no direct editing from the widget)
|
|
23
|
+
|
|
24
|
+
### Frame vs Frameless
|
|
25
|
+
|
|
26
|
+
- **With frame** (`showFrame: true`): Creates visual separation, displays the attribute's localized name as a title. Best when the content is a distinct section.
|
|
27
|
+
- **Frameless** (`showFrame: false`): Content integrates seamlessly into the page. Best for inline content where visual boundaries are unwanted.
|
|
28
|
+
|
|
29
|
+
### Limitations
|
|
30
|
+
|
|
31
|
+
- Only works with attributes that have a RichString constraint
|
|
32
|
+
- Must be embedded within a custom entity context
|
|
33
|
+
- Read-only display; does not support inline editing
|
|
34
|
+
|
|
35
|
+
## Related Patterns
|
|
36
|
+
|
|
37
|
+
- **Single Attribute Widget** (`cf.platform.singleAttribute`) - More generic widget for various attribute types; consider when you need to display non-rich-text attributes or want editing capabilities
|
|
38
|
+
- **Connected Single Attribute Widget** (`cf.platform.connectedSingleAttribute`) - Use when the attribute value should come from a table selection rather than the embedding entity
|
|
39
|
+
- **Attributes Widget** (`cf.platform.attributes`) - Use when you need to display multiple attributes together in a group
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Shows the content of a Rich String attribute and enables you to edit this content using a WYSIWYG editor. Provides optional frame display for visual separation or seamless frameless integration.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.platform.embeddedSearchAsList",
|
|
3
|
+
"Description": "{\"en\":\"Generates a list of search results sorted alphabetically.\",\"de\":\"Erzeugt eine alphabetisch sortierte Liste aus Suchresultaten.\"}",
|
|
4
|
+
"Localized Name": "{\"en\":\"List\",\"de\":\"Liste\"}",
|
|
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": "<p><strong>More Details</strong></p>\n\n<p>The 'List' widget displays an alphabetically sorted list generated from search results.</p>\n\n<p><strong>Settings</strong></p>\n\n<p>// * Search*:</p>\n\n<p>// * Title: Bilingual text.</p>\n\n<p>// * Sort criterion:</p>\n\n<p>// * Sort order: Ascending/descending.</p>\n\n<p>// * Height:</p>\n\n<p> </p>"
|
|
12
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
Generates a list of search results sorted alphabetically.
|
|
4
|
+
|
|
5
|
+
The Embedded Search as List widget executes a configured search query and displays the results as a simple unordered list of clickable page links. It provides a lightweight alternative to table-based widgets when you only need to show page names without additional columns or complex formatting.
|
|
6
|
+
|
|
7
|
+
The widget automatically sorts results alphabetically when no custom sort is specified and no full-text search is used. Full-text searches use relevance scoring by default.
|
|
8
|
+
|
|
9
|
+
## Use Cases
|
|
10
|
+
|
|
11
|
+
### Navigation Lists
|
|
12
|
+
- Quick navigation menus based on dynamic queries
|
|
13
|
+
- Recently modified pages
|
|
14
|
+
- Favorited or tagged items
|
|
15
|
+
- Pages within a specific workspace
|
|
16
|
+
|
|
17
|
+
### Related Content Display
|
|
18
|
+
- Child pages of the current page
|
|
19
|
+
- Related documents or tasks
|
|
20
|
+
- Team members or stakeholders
|
|
21
|
+
- Items in a specific category
|
|
22
|
+
|
|
23
|
+
### Embedded Dynamic Content
|
|
24
|
+
- Include dynamic lists within documentation
|
|
25
|
+
- Show related references in description fields
|
|
26
|
+
- Embed contextual search results in rich text content
|
|
27
|
+
|
|
28
|
+
### Lightweight Result Display
|
|
29
|
+
- When only page names and links are needed
|
|
30
|
+
- Mobile-friendly simple lists
|
|
31
|
+
- Filtered content views by status, category, or type
|
|
32
|
+
|
|
33
|
+
## Design Considerations
|
|
34
|
+
|
|
35
|
+
### Result Limitations
|
|
36
|
+
The widget displays up to 1000 results. When results exceed this limit, an informational message indicates that only the first 1000 results are shown. For larger datasets requiring pagination, consider the table widget instead.
|
|
37
|
+
|
|
38
|
+
### Sorting Behavior
|
|
39
|
+
- Custom sort column and order can be configured
|
|
40
|
+
- Without custom sort and without text search: alphabetical sorting applied
|
|
41
|
+
- With text search: relevance-based sorting preserved
|
|
42
|
+
|
|
43
|
+
### Empty State Handling
|
|
44
|
+
When the search returns no results, a "No results" message is displayed.
|
|
45
|
+
|
|
46
|
+
## Common Pitfalls
|
|
47
|
+
|
|
48
|
+
- Using this widget for datasets exceeding 1000 items where users need to see all results
|
|
49
|
+
- Choosing this widget when multiple attributes per result need to be displayed
|
|
50
|
+
- Expecting interactive filtering capabilities (use connected table filter pattern instead)
|
|
51
|
+
|
|
52
|
+
## Alternatives
|
|
53
|
+
|
|
54
|
+
| Scenario | Recommended Widget |
|
|
55
|
+
|----------|-------------------|
|
|
56
|
+
| Need column-based data display | `cf.platform.embeddedSearchAsTable` |
|
|
57
|
+
| Need user-controlled filtering | `cf.platform.embeddedSearchAsTable` with `cf.platform.connectedTableFilter` |
|
|
58
|
+
| Need to show backlinks to current page | `cf.platform.incomingReferences` |
|
|
59
|
+
| Large datasets requiring pagination | `cf.platform.embeddedSearchAsTable` |
|
|
60
|
+
| Visual data representation | Chart widgets (pie, bar) |
|
|
61
|
+
|
|
62
|
+
## Related Patterns
|
|
63
|
+
|
|
64
|
+
- **Search-based widgets**: Part of a family including table, chart, and matrix variants that share search configuration but differ in presentation
|
|
65
|
+
- **Rich text embedding**: Can be embedded within rich string attributes for inline dynamic content
|
|
66
|
+
- **Master-detail**: Unlike the table widget, this widget does not support selectable items for master-detail patterns
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Generates a list of search results sorted alphabetically. Ideal for navigation lists, related items, and embedded dynamic content where tabular formatting is unnecessary.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
**Warning**: Do not manually construct search JSON!
|
|
2
|
+
|
|
3
|
+
**Correct Usage**: Use the cplaceJson field from cplace_search_pages response
|
|
4
|
+
|
|
5
|
+
**Workflow**:
|
|
6
|
+
1. Call cplace_search_pages with your desired filter
|
|
7
|
+
2. Take the cplaceJson field from the response
|
|
8
|
+
3. Use that value for the search configuration
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.platform.embeddedSearchAsTable",
|
|
3
|
+
"Description": "{\"en\":\"Generates a table of search results.\",\"de\":\"Erzeugt eine Tabelle aus Suchergebnissen.\"}",
|
|
4
|
+
"Localized Name": "{\"en\":\"Table\",\"de\":\"Tabelle\"}",
|
|
5
|
+
"Icon": "fa-table",
|
|
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 'Table' widget can be used to display the results of a search in tabular form.</p>\n\n<p><strong>Settings</strong></p>\n\n<p>// * Search*:<br>\n// * Title: Bilingual text.<br>\n// * Columns:<br>\n// * Filters<br>\n// * Connected table:<br>\n// * Single spaced display*:<br>\n// * Show actions*:<br>\n// * Show header*:<br>\n// * Disable links in name column*:<br>\n// * Hide names*:<br>\n// * Sorting<br>\n// * Show \"New\" button*:<br>\n// * Height:</p>\n\n<p><strong>Key Benefits</strong></p>\n\n<p><strong>Examples</strong></p>"
|
|
12
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
**Configuration Modes**:
|
|
2
|
+
- `search`: Query pages via embedded search (most common)
|
|
3
|
+
- Requires: `search` attribute with `cplaceJson` value from `cplace_search_pages`
|
|
4
|
+
- `connectedTable`: Display data from another table widget on the page
|
|
5
|
+
- Requires: `connectedTableWidgetId` pointing to the source widget
|
|
6
|
+
|
|
7
|
+
**Typical Configuration Workflow**:
|
|
8
|
+
1. Configure either `search` or `connectedTableWidgetId`
|
|
9
|
+
2. Define visible columns via `columns` attribute
|
|
10
|
+
3. Optionally configure sorting (`multiSortColumns`), filtering (`filters`), and grouping (`groupColumn`)
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
Generates a table of search results.
|
|
4
|
+
|
|
5
|
+
The Embedded Search Table displays a filtered list of pages in a tabular format. It is the most versatile and commonly used widget for presenting collections of data in cplace.
|
|
6
|
+
|
|
7
|
+
**Use when you need to:**
|
|
8
|
+
- Show a list of pages matching certain criteria
|
|
9
|
+
- Enable users to browse, sort, and select from a collection
|
|
10
|
+
- Create master-detail interactions between widgets
|
|
11
|
+
- Display related entities on a page detail view
|
|
12
|
+
|
|
13
|
+
**Alternatives:**
|
|
14
|
+
- **New Table Widget** - Modern alternative with different feature set
|
|
15
|
+
- **Embedded Search as List** - Simpler card-based display without columns
|
|
16
|
+
|
|
17
|
+
## Operating Modes
|
|
18
|
+
|
|
19
|
+
### Standalone Mode
|
|
20
|
+
|
|
21
|
+
The table operates independently, showing results based on its own search criteria. This is the simplest mode—define what pages to show, and the table displays them.
|
|
22
|
+
|
|
23
|
+
**Typical scenarios:**
|
|
24
|
+
- A list of all active projects in a workspace
|
|
25
|
+
- Showing open tasks assigned to the current user
|
|
26
|
+
- Displaying recent documents matching a category
|
|
27
|
+
|
|
28
|
+
### Master Mode
|
|
29
|
+
|
|
30
|
+
The table serves as a selection source for other widgets. When a user selects a row, connected widgets update to show related information.
|
|
31
|
+
|
|
32
|
+
**Typical scenarios:**
|
|
33
|
+
- Project list where selecting a project updates charts and detail panels
|
|
34
|
+
- Resource list driving a capacity timeline view
|
|
35
|
+
- Category browser controlling what appears in detail tables
|
|
36
|
+
|
|
37
|
+
### Detail Mode
|
|
38
|
+
|
|
39
|
+
The table reacts to selections made in another widget. Its contents filter dynamically based on what the user selected elsewhere.
|
|
40
|
+
|
|
41
|
+
**Typical scenarios:**
|
|
42
|
+
- Showing tasks belonging to a selected project
|
|
43
|
+
- Displaying team members assigned to a selected department
|
|
44
|
+
- Listing documents related to a selected category
|
|
45
|
+
|
|
46
|
+
### Embedding Context Mode
|
|
47
|
+
|
|
48
|
+
When placed on a page detail layout, the table can automatically filter to show entities related to that specific page. The table "knows" which page it's embedded on and uses that context.
|
|
49
|
+
|
|
50
|
+
**Typical scenarios:**
|
|
51
|
+
- On a Project page: showing all tasks belonging to this project
|
|
52
|
+
- On a Person page: showing all assignments for this person
|
|
53
|
+
- On a Category page: showing all items in this category
|
|
54
|
+
|
|
55
|
+
## Design Considerations
|
|
56
|
+
|
|
57
|
+
### When to Use Master-Detail
|
|
58
|
+
|
|
59
|
+
Master-detail patterns work well when:
|
|
60
|
+
- Users need to explore relationships between entities
|
|
61
|
+
- The detail view would be too cluttered without context
|
|
62
|
+
- There's a clear parent-child or one-to-many relationship
|
|
63
|
+
|
|
64
|
+
Avoid master-detail when:
|
|
65
|
+
- Each table serves an independent purpose
|
|
66
|
+
- Users need to see all information simultaneously
|
|
67
|
+
- The relationship between data sets isn't intuitive
|
|
68
|
+
|
|
69
|
+
### Scoping to Workspace
|
|
70
|
+
|
|
71
|
+
Tables should almost always be scoped to the current workspace. This prevents data leakage across workspaces and ensures users only see relevant content. Cross-workspace tables are rare and require explicit justification.
|
|
72
|
+
|
|
73
|
+
### Showing Multiple Types
|
|
74
|
+
|
|
75
|
+
A single table can display pages of different types. This is useful for unified views (e.g., "all requests and responses") but requires careful column selection since different types have different attributes. Include a type indicator column so users can distinguish between row types.
|
|
76
|
+
|
|
77
|
+
### Negation Filters
|
|
78
|
+
|
|
79
|
+
Sometimes it's easier to define what you *don't* want rather than what you do. Negation filters exclude matching items, which is useful for:
|
|
80
|
+
- Showing "everything except active items" (catches future status values automatically)
|
|
81
|
+
- Excluding specific categories without listing all included ones
|
|
82
|
+
- Creating complementary table pairs (active vs. inactive)
|
|
83
|
+
|
|
84
|
+
## Connection Patterns
|
|
85
|
+
|
|
86
|
+
### Driving Charts and Visualizations
|
|
87
|
+
|
|
88
|
+
Tables can drive chart widgets. When users select rows in the table, charts update to reflect that selection. This creates interactive dashboards where the table serves as a data navigator.
|
|
89
|
+
|
|
90
|
+
### Cascading Detail Tables
|
|
91
|
+
|
|
92
|
+
Multiple tables can form a hierarchy: Table A drives Table B, which drives Table C. This enables drill-down exploration through data relationships (e.g., Portfolio → Projects → Tasks).
|
|
93
|
+
|
|
94
|
+
### Coordinated Height
|
|
95
|
+
|
|
96
|
+
When tables appear side-by-side in master-detail layouts, matching their heights creates visual harmony and makes the relationship between them clearer.
|
|
97
|
+
|
|
98
|
+
## Common Pitfalls
|
|
99
|
+
|
|
100
|
+
- **Missing connection setup** - Detail tables need both the connection reference and the appropriate search filter; one without the other won't work
|
|
101
|
+
- **Overly broad searches** - Forgetting to scope to workspace can surface unexpected data from other contexts
|
|
102
|
+
- **Column mismatch** - Specifying columns that don't exist on the searched type results in empty columns
|
|
103
|
+
- **Inconsistent visual treatment** - Master and detail tables with different heights or density settings look disconnected
|
|
104
|
+
|
|
105
|
+
## Related Patterns
|
|
106
|
+
|
|
107
|
+
- **Lifecycle Status Split** - Pair of tables showing active vs. inactive items
|
|
108
|
+
- **Dashboard Context Scoping** - All widgets on a dashboard filtering relative to the dashboard page's attributes
|
|
109
|
+
- **Hierarchical Drill-Down** - Cascading master-detail through multiple levels
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Generates a table of search results. Use for listing collections of data with support for master-detail interactions, column configuration, and user-driven sorting.
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
**Warning**: Every column must reference an attribute that actually exists on the **target type** being displayed in the table. Before configuring columns, use cplace MCP tools to look up the target type's actual attributes and verify that each column attribute name exists. Never assume or reconstruct attribute names. Columns referencing non-existent attributes will fail silently or produce errors.
|
|
2
|
+
|
|
3
|
+
**JSON Format**:
|
|
4
|
+
```json
|
|
5
|
+
[
|
|
6
|
+
{"name": "'cf.cplace.myType.attributeName'", "visible": true},
|
|
7
|
+
{"name": "'cf.cplace.myType.otherAttribute'", "visible": false},
|
|
8
|
+
{"name": "name", "visible": true}
|
|
9
|
+
]
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
**Important**:
|
|
13
|
+
- **Custom attributes** require single quotes around the attribute name: `"'cf.cplace.myType.attributeName'"`
|
|
14
|
+
- **Builtin attributes** (e.g., `name`, `createdAt`, `creator`, `modifiedAt`, `modifier`, `owner`) are specified without quotes: `"name"`
|
|
15
|
+
|
|
16
|
+
**Note**: Order in array determines column display order. Hidden columns (`visible: false`) can still be used for sorting/filtering.
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
**JSON Format**:
|
|
2
|
+
```json
|
|
3
|
+
[
|
|
4
|
+
{"sortColumn": "'cf.cplace.myType.attribute1'", "sortOrder": "asc", "sortingPriorityIndex": 1},
|
|
5
|
+
{"sortColumn": "'cf.cplace.myType.attribute2'", "sortOrder": "desc", "sortingPriorityIndex": 2},
|
|
6
|
+
{"sortColumn": "name", "sortOrder": "asc", "sortingPriorityIndex": 3}
|
|
7
|
+
]
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
**Valid sortOrder values**: `"asc"`, `"desc"`
|
|
11
|
+
|
|
12
|
+
**Important**:
|
|
13
|
+
- **Custom attributes** require single quotes around the attribute name: `"'cf.cplace.myType.attributeName'"`
|
|
14
|
+
- **Builtin attributes** (e.g., `name`, `createdAt`, `creator`, `modifiedAt`, `modifier`, `owner`) are specified without quotes: `"name"`
|
|
15
|
+
|
|
16
|
+
**Note**: `sortingPriorityIndex` determines which sort applies first (lower = higher priority).
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
**Warning**: Do not manually construct search JSON!
|
|
2
|
+
|
|
3
|
+
**Correct Usage**: Use the `cplaceJson` field from cplace_search_pages response
|
|
4
|
+
|
|
5
|
+
**Workflow**:
|
|
6
|
+
1. Call cplace_search_pages with your desired filter
|
|
7
|
+
2. Take the cplaceJson field from the response
|
|
8
|
+
3. Use that value for the search configuration
|
|
9
|
+
|
|
10
|
+
**Relative Filters** (e.g., "show items referencing current page"):
|
|
11
|
+
|
|
12
|
+
When using `relativeReference` filters, you MUST provide a real page UID as context:
|
|
13
|
+
|
|
14
|
+
```
|
|
15
|
+
cplace_search_pages(
|
|
16
|
+
search_filter: [{"relativeReference": {"attribute": "myType.refAttr", "operator": "embeddingCustomEntity"}}],
|
|
17
|
+
embeddingEntityUid: "page/abc123" // ← Real page UID required!
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
Without a concrete `embeddingEntityUid`, the relative filter won't be included in the returned `cplaceJson`.
|