@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.
Files changed (773) hide show
  1. package/README.md +445 -0
  2. package/dist/api.d.ts +178 -0
  3. package/dist/api.d.ts.map +1 -0
  4. package/dist/api.js +139 -0
  5. package/dist/api.js.map +1 -0
  6. package/dist/conditional-registration.d.ts +4 -0
  7. package/dist/conditional-registration.d.ts.map +1 -0
  8. package/dist/conditional-registration.js +70 -0
  9. package/dist/conditional-registration.js.map +1 -0
  10. package/dist/csvUtils.d.ts +7 -0
  11. package/dist/csvUtils.d.ts.map +1 -0
  12. package/dist/csvUtils.js +125 -0
  13. package/dist/csvUtils.js.map +1 -0
  14. package/dist/index.d.ts +3 -0
  15. package/dist/index.d.ts.map +1 -0
  16. package/dist/index.js +350 -0
  17. package/dist/index.js.map +1 -0
  18. package/dist/logger.d.ts +4 -0
  19. package/dist/logger.d.ts.map +1 -0
  20. package/dist/logger.js +17 -0
  21. package/dist/logger.js.map +1 -0
  22. package/dist/preference-file.d.ts +16 -0
  23. package/dist/preference-file.d.ts.map +1 -0
  24. package/dist/preference-file.js +133 -0
  25. package/dist/preference-file.js.map +1 -0
  26. package/dist/profiles.d.ts +8 -0
  27. package/dist/profiles.d.ts.map +1 -0
  28. package/dist/profiles.js +102 -0
  29. package/dist/profiles.js.map +1 -0
  30. package/dist/searchConversion.d.ts +2 -0
  31. package/dist/searchConversion.d.ts.map +1 -0
  32. package/dist/searchConversion.js +397 -0
  33. package/dist/searchConversion.js.map +1 -0
  34. package/dist/searchSchema.d.ts +3152 -0
  35. package/dist/searchSchema.d.ts.map +1 -0
  36. package/dist/searchSchema.js +192 -0
  37. package/dist/searchSchema.js.map +1 -0
  38. package/dist/str-replace-utils.d.ts +10 -0
  39. package/dist/str-replace-utils.d.ts.map +1 -0
  40. package/dist/str-replace-utils.js +42 -0
  41. package/dist/str-replace-utils.js.map +1 -0
  42. package/dist/token-hashing.d.ts +3 -0
  43. package/dist/token-hashing.d.ts.map +1 -0
  44. package/dist/token-hashing.js +18 -0
  45. package/dist/token-hashing.js.map +1 -0
  46. package/dist/tool-metadata.d.ts +2 -0
  47. package/dist/tool-metadata.d.ts.map +1 -0
  48. package/dist/tool-metadata.js +45 -0
  49. package/dist/tool-metadata.js.map +1 -0
  50. package/dist/tools/board-widget.d.ts +432 -0
  51. package/dist/tools/board-widget.d.ts.map +1 -0
  52. package/dist/tools/board-widget.js +810 -0
  53. package/dist/tools/board-widget.js.map +1 -0
  54. package/dist/tools/change-listeners.d.ts +48 -0
  55. package/dist/tools/change-listeners.d.ts.map +1 -0
  56. package/dist/tools/change-listeners.js +171 -0
  57. package/dist/tools/change-listeners.js.map +1 -0
  58. package/dist/tools/common-schemas.d.ts +3 -0
  59. package/dist/tools/common-schemas.d.ts.map +1 -0
  60. package/dist/tools/common-schemas.js +17 -0
  61. package/dist/tools/common-schemas.js.map +1 -0
  62. package/dist/tools/csv-export.d.ts +3169 -0
  63. package/dist/tools/csv-export.d.ts.map +1 -0
  64. package/dist/tools/csv-export.js +61 -0
  65. package/dist/tools/csv-export.js.map +1 -0
  66. package/dist/tools/get-operations.d.ts +16 -0
  67. package/dist/tools/get-operations.d.ts.map +1 -0
  68. package/dist/tools/get-operations.js +63 -0
  69. package/dist/tools/get-operations.js.map +1 -0
  70. package/dist/tools/jobs.d.ts +32 -0
  71. package/dist/tools/jobs.d.ts.map +1 -0
  72. package/dist/tools/jobs.js +193 -0
  73. package/dist/tools/jobs.js.map +1 -0
  74. package/dist/tools/layout-richstring-widgets.d.ts +155 -0
  75. package/dist/tools/layout-richstring-widgets.d.ts.map +1 -0
  76. package/dist/tools/layout-richstring-widgets.js +270 -0
  77. package/dist/tools/layout-richstring-widgets.js.map +1 -0
  78. package/dist/tools/layout.d.ts +202 -0
  79. package/dist/tools/layout.d.ts.map +1 -0
  80. package/dist/tools/layout.js +553 -0
  81. package/dist/tools/layout.js.map +1 -0
  82. package/dist/tools/pages.d.ts +71 -0
  83. package/dist/tools/pages.d.ts.map +1 -0
  84. package/dist/tools/pages.js +364 -0
  85. package/dist/tools/pages.js.map +1 -0
  86. package/dist/tools/ppt-export-schemas.d.ts +1937 -0
  87. package/dist/tools/ppt-export-schemas.d.ts.map +1 -0
  88. package/dist/tools/ppt-export-schemas.js +141 -0
  89. package/dist/tools/ppt-export-schemas.js.map +1 -0
  90. package/dist/tools/ppt-export.d.ts +1497 -0
  91. package/dist/tools/ppt-export.d.ts.map +1 -0
  92. package/dist/tools/ppt-export.js +198 -0
  93. package/dist/tools/ppt-export.js.map +1 -0
  94. package/dist/tools/profile-management.d.ts +20 -0
  95. package/dist/tools/profile-management.d.ts.map +1 -0
  96. package/dist/tools/profile-management.js +250 -0
  97. package/dist/tools/profile-management.js.map +1 -0
  98. package/dist/tools/references.d.ts +40 -0
  99. package/dist/tools/references.d.ts.map +1 -0
  100. package/dist/tools/references.js +62 -0
  101. package/dist/tools/references.js.map +1 -0
  102. package/dist/tools/richstring-widgets.d.ts +99 -0
  103. package/dist/tools/richstring-widgets.d.ts.map +1 -0
  104. package/dist/tools/richstring-widgets.js +315 -0
  105. package/dist/tools/richstring-widgets.js.map +1 -0
  106. package/dist/tools/schedule.d.ts +18 -0
  107. package/dist/tools/schedule.d.ts.map +1 -0
  108. package/dist/tools/schedule.js +46 -0
  109. package/dist/tools/schedule.js.map +1 -0
  110. package/dist/tools/script-logs.d.ts +29 -0
  111. package/dist/tools/script-logs.d.ts.map +1 -0
  112. package/dist/tools/script-logs.js +144 -0
  113. package/dist/tools/script-logs.js.map +1 -0
  114. package/dist/tools/script.d.ts +25 -0
  115. package/dist/tools/script.d.ts.map +1 -0
  116. package/dist/tools/script.js +121 -0
  117. package/dist/tools/script.js.map +1 -0
  118. package/dist/tools/search.d.ts +3196 -0
  119. package/dist/tools/search.d.ts.map +1 -0
  120. package/dist/tools/search.js +328 -0
  121. package/dist/tools/search.js.map +1 -0
  122. package/dist/tools/system.d.ts +4 -0
  123. package/dist/tools/system.d.ts.map +1 -0
  124. package/dist/tools/system.js +88 -0
  125. package/dist/tools/system.js.map +1 -0
  126. package/dist/tools/type-layouts.d.ts +30 -0
  127. package/dist/tools/type-layouts.d.ts.map +1 -0
  128. package/dist/tools/type-layouts.js +73 -0
  129. package/dist/tools/type-layouts.js.map +1 -0
  130. package/dist/tools/type-management.d.ts +140 -0
  131. package/dist/tools/type-management.d.ts.map +1 -0
  132. package/dist/tools/type-management.js +308 -0
  133. package/dist/tools/type-management.js.map +1 -0
  134. package/dist/tools/url-resolution.d.ts +16 -0
  135. package/dist/tools/url-resolution.d.ts.map +1 -0
  136. package/dist/tools/url-resolution.js +35 -0
  137. package/dist/tools/url-resolution.js.map +1 -0
  138. package/dist/tools/users.d.ts +23 -0
  139. package/dist/tools/users.d.ts.map +1 -0
  140. package/dist/tools/users.js +51 -0
  141. package/dist/tools/users.js.map +1 -0
  142. package/dist/tools/validators.d.ts +32 -0
  143. package/dist/tools/validators.d.ts.map +1 -0
  144. package/dist/tools/validators.js +96 -0
  145. package/dist/tools/validators.js.map +1 -0
  146. package/dist/tools/version-check.d.ts +4 -0
  147. package/dist/tools/version-check.d.ts.map +1 -0
  148. package/dist/tools/version-check.js +96 -0
  149. package/dist/tools/version-check.js.map +1 -0
  150. package/dist/tools/version-history.d.ts +52 -0
  151. package/dist/tools/version-history.d.ts.map +1 -0
  152. package/dist/tools/version-history.js +156 -0
  153. package/dist/tools/version-history.js.map +1 -0
  154. package/dist/tools/widgets.d.ts +28 -0
  155. package/dist/tools/widgets.d.ts.map +1 -0
  156. package/dist/tools/widgets.js +259 -0
  157. package/dist/tools/widgets.js.map +1 -0
  158. package/dist/tools/workflow-scripts.d.ts +59 -0
  159. package/dist/tools/workflow-scripts.d.ts.map +1 -0
  160. package/dist/tools/workflow-scripts.js +274 -0
  161. package/dist/tools/workflow-scripts.js.map +1 -0
  162. package/dist/tools/workflow.d.ts +70 -0
  163. package/dist/tools/workflow.d.ts.map +1 -0
  164. package/dist/tools/workflow.js +259 -0
  165. package/dist/tools/workflow.js.map +1 -0
  166. package/dist/tools/workspace-admin.d.ts +50 -0
  167. package/dist/tools/workspace-admin.d.ts.map +1 -0
  168. package/dist/tools/workspace-admin.js +180 -0
  169. package/dist/tools/workspace-admin.js.map +1 -0
  170. package/dist/tools/workspace-core.d.ts +48 -0
  171. package/dist/tools/workspace-core.d.ts.map +1 -0
  172. package/dist/tools/workspace-core.js +184 -0
  173. package/dist/tools/workspace-core.js.map +1 -0
  174. package/dist/types.d.ts +74 -0
  175. package/dist/types.d.ts.map +1 -0
  176. package/dist/types.js +4 -0
  177. package/dist/types.js.map +1 -0
  178. package/dist/url-parsing.d.ts +6 -0
  179. package/dist/url-parsing.d.ts.map +1 -0
  180. package/dist/url-parsing.js +25 -0
  181. package/dist/url-parsing.js.map +1 -0
  182. package/dist/utils/dateValidation.d.ts +5 -0
  183. package/dist/utils/dateValidation.d.ts.map +1 -0
  184. package/dist/utils/dateValidation.js +57 -0
  185. package/dist/utils/dateValidation.js.map +1 -0
  186. package/dist/utils.d.ts +32 -0
  187. package/dist/utils.d.ts.map +1 -0
  188. package/dist/utils.js +375 -0
  189. package/dist/utils.js.map +1 -0
  190. package/dist/widget-specifications/CLAUDE.md +288 -0
  191. package/dist/widget-specifications/DOCUMENTATION-STATUS.md +427 -0
  192. package/dist/widget-specifications/GENERATING-FROM-RESEARCH.md +61 -0
  193. package/dist/widget-specifications/WIDGET-TAGGING-SCHEME.md +218 -0
  194. package/dist/widget-specifications/_research_from_ga_products/.claude-settings.local.json +48 -0
  195. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-api-common-config-metadata-SyncMetadataTable/research.md +168 -0
  196. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-breadcrumbs-breadcrumbsWidget/research.md +125 -0
  197. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-cboard-main-board/research.md +373 -0
  198. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-citizenAi-askYourPageWidget/research.md +319 -0
  199. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-cplaceReportGeneration-generateReportWidget/research.md +295 -0
  200. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-employeeReportChart/research.md +230 -0
  201. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-employeeReportGrid/research.md +215 -0
  202. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-projectmanagerReportChart/research.md +192 -0
  203. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-projectmanagerReportGrid/research.md +178 -0
  204. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-widget/research.md +332 -0
  205. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-demoWidgets-demoRichString/research.md +194 -0
  206. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-documentation-navigationWidget/research.md +426 -0
  207. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-imageWithTextAndListWidget/research.md +326 -0
  208. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-imageWithTextWidget/research.md +580 -0
  209. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-widget/research.md +281 -0
  210. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-draggablePageList-widget/research.md +210 -0
  211. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dynamicCodeBlockWidget-dynamicCodeBlockWidget/research.md +250 -0
  212. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-attribute-conversion-widget-enumMappingTable/research.md +260 -0
  213. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-configuration-widget-attributeMappingTable/research.md +148 -0
  214. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-cleanupConfigTable/research.md +138 -0
  215. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-connectorSyncConfigsTable/research.md +150 -0
  216. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-serverConnectionTable/research.md +181 -0
  217. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-extendedTreeTableWidget/research.md +253 -0
  218. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-horizontalDivider/research.md +261 -0
  219. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-startWizardWidget/research.md +211 -0
  220. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepEditorForWizardWidget/research.md +183 -0
  221. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepEditorWidget/research.md +298 -0
  222. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepManager/research.md +419 -0
  223. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepPreview/research.md +256 -0
  224. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardActivation/research.md +174 -0
  225. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardAnalysis/research.md +283 -0
  226. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardLocalizations/research.md +193 -0
  227. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-genericInterface-api-widgets-triggerInterfaceButton/research.md +180 -0
  228. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-quickOverview/research.md +186 -0
  229. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-sessionUserNameWidget/research.md +158 -0
  230. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-simpleListWithAttachment/research.md +135 -0
  231. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-layoutTabsWidget-widget/research.md +238 -0
  232. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-lowCodeWidgets-lowCodeButton/research.md +272 -0
  233. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-lowCodeWidgets-lowCodeText/research.md +176 -0
  234. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-lowcode-ai-chatWidget/research.md +194 -0
  235. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-meeting-pageHeader/research.md +208 -0
  236. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-navigationTileWidget-widget/research.md +259 -0
  237. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-headlineForReports/research.md +174 -0
  238. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-scriptPlaceholders/research.md +233 -0
  239. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-templatePlaceholders/research.md +150 -0
  240. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-orgaTree-edit/research.md +353 -0
  241. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-outlookMessageIntegration-outlookMessages/research.md +233 -0
  242. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pageViewHeadline-widget/research.md +217 -0
  243. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pdfPreview-widget/research.md +235 -0
  244. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-attributesGroup/research.md +525 -0
  245. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-batchJobQuickGlance/research.md +372 -0
  246. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-connectedAttributesGroup/research.md +408 -0
  247. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-dynamicIframe/research.md +198 -0
  248. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-tableWidget/research.md +427 -0
  249. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pptexport-pgPreviewWidget/research.md +151 -0
  250. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projectTree-editProjects/research.md +163 -0
  251. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projektplanung-scheduleLockState/research.md +174 -0
  252. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projektplanung-subscriptions/research.md +316 -0
  253. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-qrCodeWidget/research.md +130 -0
  254. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-resourceManagement-resourcePlannerDefinition/research.md +331 -0
  255. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-rest-config-widget-productionModeHintWidget/research.md +332 -0
  256. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-simpleCalendar-calendar/research.md +284 -0
  257. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-simpleForm-widget/research.md +193 -0
  258. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-tableDetailViewWidget-widget/research.md +311 -0
  259. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-treeTableWidget/research.md +420 -0
  260. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-tuplesWidget-widget/research.md +295 -0
  261. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-videoWidget/research.md +154 -0
  262. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-scriptingHighcharts/research.md +249 -0
  263. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-scriptingLineChart/research.md +279 -0
  264. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-tupleLineChart/research.md +221 -0
  265. package/dist/widget-specifications/_research_from_ga_products/cf-platform-attributeHistory/research.md +421 -0
  266. package/dist/widget-specifications/_research_from_ga_products/cf-platform-attributes/research.md +377 -0
  267. package/dist/widget-specifications/_research_from_ga_products/cf-platform-comments/research.md +254 -0
  268. package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedBarChart/research.md +275 -0
  269. package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedMatrix/research.md +396 -0
  270. package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedPieChart/research.md +150 -0
  271. package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedSingleAttribute/research.md +430 -0
  272. package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedTableFilter/research.md +468 -0
  273. package/dist/widget-specifications/_research_from_ga_products/cf-platform-customRichStringAttribute/research.md +120 -0
  274. package/dist/widget-specifications/_research_from_ga_products/cf-platform-embeddedSearchAsList/research.md +485 -0
  275. package/dist/widget-specifications/_research_from_ga_products/cf-platform-embeddedSearchAsTable/research.md +428 -0
  276. package/dist/widget-specifications/_research_from_ga_products/cf-platform-files/research.md +240 -0
  277. package/dist/widget-specifications/_research_from_ga_products/cf-platform-iframe/research.md +358 -0
  278. package/dist/widget-specifications/_research_from_ga_products/cf-platform-incomingLinks/research.md +242 -0
  279. package/dist/widget-specifications/_research_from_ga_products/cf-platform-incomingReferences/research.md +488 -0
  280. package/dist/widget-specifications/_research_from_ga_products/cf-platform-makeover-attributes/research.md +219 -0
  281. package/dist/widget-specifications/_research_from_ga_products/cf-platform-modificationInfo/research.md +141 -0
  282. package/dist/widget-specifications/_research_from_ga_products/cf-platform-myElements/research.md +116 -0
  283. package/dist/widget-specifications/_research_from_ga_products/cf-platform-richString/research.md +437 -0
  284. package/dist/widget-specifications/_research_from_ga_products/cf-platform-singleAttribute/research.md +1094 -0
  285. package/dist/widget-specifications/_research_from_ga_products/cf-platform-tags/research.md +332 -0
  286. package/dist/widget-specifications/_research_from_ga_products/cf-platform-wiki/research.md +258 -0
  287. package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-gantt/research.md +268 -0
  288. package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-ganttTaskDemo/research.md +271 -0
  289. package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-multiGantt/research.md +343 -0
  290. package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-scheduleTreeTable/research.md +261 -0
  291. package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-singleGantt/research.md +184 -0
  292. package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-singleGanttLink/research.md +188 -0
  293. package/dist/widget-specifications/_research_from_ga_products/de-2lforge-curves-widget/research.md +341 -0
  294. package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-datePickerWidget/research.md +232 -0
  295. package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-dropDownWidget/research.md +417 -0
  296. package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-miscWidget/research.md +172 -0
  297. package/dist/widget-specifications/_research_from_ga_products/de-visualistik-visualRoadmap-widget/research.md +277 -0
  298. package/dist/widget-specifications/_research_from_ga_products/msg-scripts-imagegallery-basic/research.md +112 -0
  299. package/dist/widget-specifications/_research_from_ga_products/phase-0-discovery-approach.md +248 -0
  300. package/dist/widget-specifications/_research_from_ga_products/widget-definition-mapping.md +169 -0
  301. package/dist/widget-specifications/_research_from_ga_products/widget-documentation-project.md +259 -0
  302. package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/generate.sh +100 -0
  303. package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/parse-mapping.sh +35 -0
  304. package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/template.md +38 -0
  305. package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/widgets.txt +108 -0
  306. package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_catalog-data.json +12 -0
  307. package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_meta.json +11 -0
  308. package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_overview.md +40 -0
  309. package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_summary.md +1 -0
  310. package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_catalog-data.json +12 -0
  311. package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_meta.json +8 -0
  312. package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_overview.md +74 -0
  313. package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_summary.md +1 -0
  314. package/dist/widget-specifications/cf.cplace.cboard.main.board/_catalog-data.json +12 -0
  315. package/dist/widget-specifications/cf.cplace.cboard.main.board/_implementation.md +37 -0
  316. package/dist/widget-specifications/cf.cplace.cboard.main.board/_meta.json +11 -0
  317. package/dist/widget-specifications/cf.cplace.cboard.main.board/_overview.md +117 -0
  318. package/dist/widget-specifications/cf.cplace.cboard.main.board/_summary.md +1 -0
  319. package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_meta.json +3 -0
  320. package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_overview.md +123 -0
  321. package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_summary.md +1 -0
  322. package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_catalog-data.json +12 -0
  323. package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_meta.json +10 -0
  324. package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_overview.md +45 -0
  325. package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_summary.md +1 -0
  326. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_catalog-data.json +12 -0
  327. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_meta.json +11 -0
  328. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_overview.md +79 -0
  329. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_summary.md +1 -0
  330. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_catalog-data.json +12 -0
  331. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_meta.json +11 -0
  332. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_overview.md +45 -0
  333. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_summary.md +1 -0
  334. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_catalog-data.json +12 -0
  335. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_meta.json +11 -0
  336. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_overview.md +68 -0
  337. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_summary.md +1 -0
  338. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_catalog-data.json +12 -0
  339. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_meta.json +9 -0
  340. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_overview.md +45 -0
  341. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_summary.md +1 -0
  342. package/dist/widget-specifications/cf.cplace.ctts.main.widget/_catalog-data.json +12 -0
  343. package/dist/widget-specifications/cf.cplace.ctts.main.widget/_meta.json +11 -0
  344. package/dist/widget-specifications/cf.cplace.ctts.main.widget/_overview.md +157 -0
  345. package/dist/widget-specifications/cf.cplace.ctts.main.widget/_summary.md +1 -0
  346. package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_catalog-data.json +12 -0
  347. package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_meta.json +10 -0
  348. package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_overview.md +200 -0
  349. package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_summary.md +1 -0
  350. package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_catalog-data.json +12 -0
  351. package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_meta.json +10 -0
  352. package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_overview.md +27 -0
  353. package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_summary.md +1 -0
  354. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_catalog-data.json +12 -0
  355. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_meta.json +10 -0
  356. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_overview.md +79 -0
  357. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_summary.md +1 -0
  358. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_catalog-data.json +12 -0
  359. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_meta.json +10 -0
  360. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_overview.md +176 -0
  361. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_summary.md +1 -0
  362. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_catalog-data.json +12 -0
  363. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_meta.json +10 -0
  364. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_overview.md +85 -0
  365. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_summary.md +1 -0
  366. package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_catalog-data.json +12 -0
  367. package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_meta.json +11 -0
  368. package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_overview.md +93 -0
  369. package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_summary.md +1 -0
  370. package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_catalog-data.json +12 -0
  371. package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_meta.json +9 -0
  372. package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_overview.md +75 -0
  373. package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_summary.md +1 -0
  374. package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_catalog-data.json +12 -0
  375. package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_meta.json +10 -0
  376. package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_overview.md +167 -0
  377. package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_summary.md +1 -0
  378. package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_catalog-data.json +12 -0
  379. package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_meta.json +10 -0
  380. package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_overview.md +64 -0
  381. package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_summary.md +1 -0
  382. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_catalog-data.json +12 -0
  383. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_meta.json +11 -0
  384. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_overview.md +61 -0
  385. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_summary.md +1 -0
  386. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_catalog-data.json +12 -0
  387. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_meta.json +11 -0
  388. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_overview.md +94 -0
  389. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_summary.md +1 -0
  390. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_catalog-data.json +12 -0
  391. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_meta.json +10 -0
  392. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_overview.md +28 -0
  393. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_summary.md +1 -0
  394. package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_catalog-data.json +12 -0
  395. package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_meta.json +11 -0
  396. package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_overview.md +116 -0
  397. package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_summary.md +1 -0
  398. package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_catalog-data.json +12 -0
  399. package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_meta.json +8 -0
  400. package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_overview.md +44 -0
  401. package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_summary.md +1 -0
  402. package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_catalog-data.json +12 -0
  403. package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_meta.json +10 -0
  404. package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_overview.md +40 -0
  405. package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_summary.md +1 -0
  406. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_catalog-data.json +12 -0
  407. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_meta.json +10 -0
  408. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_overview.md +47 -0
  409. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_summary.md +1 -0
  410. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_catalog-data.json +12 -0
  411. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_meta.json +9 -0
  412. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_overview.md +23 -0
  413. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_summary.md +1 -0
  414. package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_catalog-data.json +12 -0
  415. package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_meta.json +10 -0
  416. package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_overview.md +32 -0
  417. package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_summary.md +1 -0
  418. package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_catalog-data.json +12 -0
  419. package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_meta.json +8 -0
  420. package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_overview.md +29 -0
  421. package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_summary.md +1 -0
  422. package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_catalog-data.json +12 -0
  423. package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_meta.json +9 -0
  424. package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_overview.md +69 -0
  425. package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_summary.md +1 -0
  426. package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_catalog-data.json +12 -0
  427. package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_meta.json +10 -0
  428. package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_overview.md +91 -0
  429. package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_summary.md +1 -0
  430. package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_catalog-data.json +12 -0
  431. package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_meta.json +10 -0
  432. package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_overview.md +48 -0
  433. package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_summary.md +1 -0
  434. package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_catalog-data.json +12 -0
  435. package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_meta.json +9 -0
  436. package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_overview.md +58 -0
  437. package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_summary.md +1 -0
  438. package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_catalog-data.json +12 -0
  439. package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_meta.json +10 -0
  440. package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_overview.md +66 -0
  441. package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_summary.md +1 -0
  442. package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_catalog-data.json +12 -0
  443. package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_meta.json +9 -0
  444. package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_overview.md +52 -0
  445. package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_summary.md +1 -0
  446. package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_catalog-data.json +12 -0
  447. package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_meta.json +10 -0
  448. package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_overview.md +53 -0
  449. package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_summary.md +1 -0
  450. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_catalog-data.json +12 -0
  451. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_implementation.md +6 -0
  452. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_meta.json +7 -0
  453. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_overview.md +115 -0
  454. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_summary.md +1 -0
  455. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.layoutSelection.md +2 -0
  456. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.layouts.md +3 -0
  457. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.sourceForLayouts.md +1 -0
  458. package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_catalog-data.json +12 -0
  459. package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_meta.json +10 -0
  460. package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_overview.md +149 -0
  461. package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_summary.md +1 -0
  462. package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeText/_catalog-data.json +12 -0
  463. package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeText/_meta.json +11 -0
  464. package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeText/_overview.md +94 -0
  465. package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeText/_summary.md +1 -0
  466. package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_catalog-data.json +12 -0
  467. package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_meta.json +10 -0
  468. package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_overview.md +63 -0
  469. package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_summary.md +1 -0
  470. package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_catalog-data.json +12 -0
  471. package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_meta.json +12 -0
  472. package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_overview.md +31 -0
  473. package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_summary.md +1 -0
  474. package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_catalog-data.json +12 -0
  475. package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_meta.json +9 -0
  476. package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_overview.md +71 -0
  477. package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_summary.md +1 -0
  478. package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_catalog-data.json +12 -0
  479. package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_meta.json +8 -0
  480. package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_overview.md +57 -0
  481. package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_summary.md +1 -0
  482. package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_catalog-data.json +12 -0
  483. package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_meta.json +10 -0
  484. package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_overview.md +22 -0
  485. package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_summary.md +1 -0
  486. package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_catalog-data.json +12 -0
  487. package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_meta.json +10 -0
  488. package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_overview.md +24 -0
  489. package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_summary.md +1 -0
  490. package/dist/widget-specifications/cf.cplace.orgaTree.edit/_catalog-data.json +12 -0
  491. package/dist/widget-specifications/cf.cplace.orgaTree.edit/_meta.json +11 -0
  492. package/dist/widget-specifications/cf.cplace.orgaTree.edit/_overview.md +62 -0
  493. package/dist/widget-specifications/cf.cplace.orgaTree.edit/_summary.md +1 -0
  494. package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_catalog-data.json +12 -0
  495. package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_meta.json +12 -0
  496. package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_overview.md +50 -0
  497. package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_summary.md +1 -0
  498. package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_catalog-data.json +12 -0
  499. package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_meta.json +9 -0
  500. package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_overview.md +62 -0
  501. package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_summary.md +1 -0
  502. package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_catalog-data.json +12 -0
  503. package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_meta.json +9 -0
  504. package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_overview.md +79 -0
  505. package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_summary.md +1 -0
  506. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_catalog-data.json +12 -0
  507. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_implementation.md +13 -0
  508. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_meta.json +9 -0
  509. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_overview.md +108 -0
  510. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_summary.md +1 -0
  511. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/absoluteSelection.md +9 -0
  512. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/layout.md +3 -0
  513. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/pageSelection.md +12 -0
  514. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/relativeSelection.md +14 -0
  515. package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_catalog-data.json +12 -0
  516. package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_meta.json +9 -0
  517. package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_overview.md +52 -0
  518. package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_summary.md +1 -0
  519. package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_catalog-data.json +12 -0
  520. package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_implementation.md +17 -0
  521. package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_meta.json +10 -0
  522. package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_overview.md +103 -0
  523. package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_summary.md +1 -0
  524. package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/cf.cplace.platform.attributesGroup.layout.md +3 -0
  525. package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/singleSelectionWidgetId.md +15 -0
  526. package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_catalog-data.json +12 -0
  527. package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_meta.json +9 -0
  528. package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_overview.md +49 -0
  529. package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_summary.md +1 -0
  530. package/dist/widget-specifications/cf.cplace.platform.tableWidget/_catalog-data.json +12 -0
  531. package/dist/widget-specifications/cf.cplace.platform.tableWidget/_implementation.md +11 -0
  532. package/dist/widget-specifications/cf.cplace.platform.tableWidget/_meta.json +12 -0
  533. package/dist/widget-specifications/cf.cplace.platform.tableWidget/_overview.md +188 -0
  534. package/dist/widget-specifications/cf.cplace.platform.tableWidget/_summary.md +1 -0
  535. package/dist/widget-specifications/cf.cplace.platform.tableWidget/columns.md +16 -0
  536. package/dist/widget-specifications/cf.cplace.platform.tableWidget/displayOptions.md +12 -0
  537. package/dist/widget-specifications/cf.cplace.platform.tableWidget/multiSortColumns.md +16 -0
  538. package/dist/widget-specifications/cf.cplace.platform.tableWidget/search.md +21 -0
  539. package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_catalog-data.json +12 -0
  540. package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_meta.json +11 -0
  541. package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_overview.md +92 -0
  542. package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_summary.md +1 -0
  543. package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_catalog-data.json +12 -0
  544. package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_meta.json +11 -0
  545. package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_overview.md +81 -0
  546. package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_summary.md +1 -0
  547. package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_catalog-data.json +12 -0
  548. package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_meta.json +10 -0
  549. package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_overview.md +60 -0
  550. package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_summary.md +1 -0
  551. package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_catalog-data.json +12 -0
  552. package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_meta.json +10 -0
  553. package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_overview.md +59 -0
  554. package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_summary.md +1 -0
  555. package/dist/widget-specifications/cf.cplace.qrCodeWidget/_catalog-data.json +12 -0
  556. package/dist/widget-specifications/cf.cplace.qrCodeWidget/_meta.json +9 -0
  557. package/dist/widget-specifications/cf.cplace.qrCodeWidget/_overview.md +25 -0
  558. package/dist/widget-specifications/cf.cplace.qrCodeWidget/_summary.md +1 -0
  559. package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_catalog-data.json +12 -0
  560. package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_meta.json +11 -0
  561. package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_overview.md +78 -0
  562. package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_summary.md +1 -0
  563. package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_catalog-data.json +12 -0
  564. package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_meta.json +9 -0
  565. package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_overview.md +44 -0
  566. package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_summary.md +1 -0
  567. package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_catalog-data.json +12 -0
  568. package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_meta.json +10 -0
  569. package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_overview.md +42 -0
  570. package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_summary.md +1 -0
  571. package/dist/widget-specifications/cf.cplace.simpleForm.widget/_catalog-data.json +12 -0
  572. package/dist/widget-specifications/cf.cplace.simpleForm.widget/_meta.json +10 -0
  573. package/dist/widget-specifications/cf.cplace.simpleForm.widget/_overview.md +85 -0
  574. package/dist/widget-specifications/cf.cplace.simpleForm.widget/_summary.md +1 -0
  575. package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_catalog-data.json +12 -0
  576. package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_meta.json +11 -0
  577. package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_overview.md +92 -0
  578. package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_summary.md +1 -0
  579. package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/attributes.md +7 -0
  580. package/dist/widget-specifications/cf.cplace.treeTableWidget/_catalog-data.json +12 -0
  581. package/dist/widget-specifications/cf.cplace.treeTableWidget/_meta.json +11 -0
  582. package/dist/widget-specifications/cf.cplace.treeTableWidget/_overview.md +51 -0
  583. package/dist/widget-specifications/cf.cplace.treeTableWidget/_summary.md +1 -0
  584. package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_catalog-data.json +12 -0
  585. package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_meta.json +11 -0
  586. package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_overview.md +202 -0
  587. package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_summary.md +1 -0
  588. package/dist/widget-specifications/cf.cplace.videoWidget/_catalog-data.json +12 -0
  589. package/dist/widget-specifications/cf.cplace.videoWidget/_meta.json +10 -0
  590. package/dist/widget-specifications/cf.cplace.videoWidget/_overview.md +65 -0
  591. package/dist/widget-specifications/cf.cplace.videoWidget/_summary.md +1 -0
  592. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_catalog-data.json +12 -0
  593. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_implementation.md +12 -0
  594. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_meta.json +9 -0
  595. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_overview.md +117 -0
  596. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_summary.md +1 -0
  597. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/cf.cplace.visualization.dataSource.md +5 -0
  598. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/cf.cplace.visualization.search.md +10 -0
  599. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/script.md +29 -0
  600. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/tableWidgetId.md +10 -0
  601. package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_catalog-data.json +12 -0
  602. package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_meta.json +11 -0
  603. package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_overview.md +72 -0
  604. package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_summary.md +1 -0
  605. package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_catalog-data.json +12 -0
  606. package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_meta.json +11 -0
  607. package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_overview.md +50 -0
  608. package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_summary.md +1 -0
  609. package/dist/widget-specifications/cf.platform.attributeHistory/_catalog-data.json +12 -0
  610. package/dist/widget-specifications/cf.platform.attributeHistory/_meta.json +11 -0
  611. package/dist/widget-specifications/cf.platform.attributeHistory/_overview.md +79 -0
  612. package/dist/widget-specifications/cf.platform.attributeHistory/_summary.md +1 -0
  613. package/dist/widget-specifications/cf.platform.attributes/_catalog-data.json +12 -0
  614. package/dist/widget-specifications/cf.platform.attributes/_meta.json +9 -0
  615. package/dist/widget-specifications/cf.platform.attributes/_overview.md +89 -0
  616. package/dist/widget-specifications/cf.platform.attributes/_summary.md +1 -0
  617. package/dist/widget-specifications/cf.platform.comments/_catalog-data.json +12 -0
  618. package/dist/widget-specifications/cf.platform.comments/_meta.json +9 -0
  619. package/dist/widget-specifications/cf.platform.comments/_overview.md +52 -0
  620. package/dist/widget-specifications/cf.platform.comments/_summary.md +1 -0
  621. package/dist/widget-specifications/cf.platform.connectedBarChart/_catalog-data.json +12 -0
  622. package/dist/widget-specifications/cf.platform.connectedBarChart/_implementation.md +10 -0
  623. package/dist/widget-specifications/cf.platform.connectedBarChart/_meta.json +11 -0
  624. package/dist/widget-specifications/cf.platform.connectedBarChart/_overview.md +72 -0
  625. package/dist/widget-specifications/cf.platform.connectedBarChart/_summary.md +1 -0
  626. package/dist/widget-specifications/cf.platform.connectedBarChart/attributeName.md +12 -0
  627. package/dist/widget-specifications/cf.platform.connectedBarChart/search.md +17 -0
  628. package/dist/widget-specifications/cf.platform.connectedMatrix/_catalog-data.json +12 -0
  629. package/dist/widget-specifications/cf.platform.connectedMatrix/_meta.json +11 -0
  630. package/dist/widget-specifications/cf.platform.connectedMatrix/_overview.md +189 -0
  631. package/dist/widget-specifications/cf.platform.connectedMatrix/_summary.md +1 -0
  632. package/dist/widget-specifications/cf.platform.connectedPieChart/_catalog-data.json +12 -0
  633. package/dist/widget-specifications/cf.platform.connectedPieChart/_implementation.md +10 -0
  634. package/dist/widget-specifications/cf.platform.connectedPieChart/_meta.json +11 -0
  635. package/dist/widget-specifications/cf.platform.connectedPieChart/_overview.md +72 -0
  636. package/dist/widget-specifications/cf.platform.connectedPieChart/_summary.md +1 -0
  637. package/dist/widget-specifications/cf.platform.connectedPieChart/attributeName.md +12 -0
  638. package/dist/widget-specifications/cf.platform.connectedPieChart/search.md +12 -0
  639. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_catalog-data.json +12 -0
  640. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_implementation.md +15 -0
  641. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_meta.json +10 -0
  642. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_overview.md +69 -0
  643. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_summary.md +1 -0
  644. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/attributeName.md +10 -0
  645. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/singleColumn.md +9 -0
  646. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/singleSelectionWidgetId.md +3 -0
  647. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/withLabel.md +11 -0
  648. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/withValue.md +12 -0
  649. package/dist/widget-specifications/cf.platform.connectedTableFilter/_catalog-data.json +12 -0
  650. package/dist/widget-specifications/cf.platform.connectedTableFilter/_meta.json +10 -0
  651. package/dist/widget-specifications/cf.platform.connectedTableFilter/_overview.md +89 -0
  652. package/dist/widget-specifications/cf.platform.connectedTableFilter/_summary.md +1 -0
  653. package/dist/widget-specifications/cf.platform.customRichStringAttribute/_catalog-data.json +12 -0
  654. package/dist/widget-specifications/cf.platform.customRichStringAttribute/_meta.json +9 -0
  655. package/dist/widget-specifications/cf.platform.customRichStringAttribute/_overview.md +39 -0
  656. package/dist/widget-specifications/cf.platform.customRichStringAttribute/_summary.md +1 -0
  657. package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_catalog-data.json +12 -0
  658. package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_meta.json +10 -0
  659. package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_overview.md +66 -0
  660. package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_summary.md +1 -0
  661. package/dist/widget-specifications/cf.platform.embeddedSearchAsList/search.md +8 -0
  662. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_catalog-data.json +12 -0
  663. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_implementation.md +10 -0
  664. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_meta.json +11 -0
  665. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_overview.md +109 -0
  666. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_summary.md +1 -0
  667. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/columns.md +16 -0
  668. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/multiSortColumns.md +16 -0
  669. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/search.md +21 -0
  670. package/dist/widget-specifications/cf.platform.files/_catalog-data.json +12 -0
  671. package/dist/widget-specifications/cf.platform.files/_meta.json +10 -0
  672. package/dist/widget-specifications/cf.platform.files/_overview.md +74 -0
  673. package/dist/widget-specifications/cf.platform.files/_summary.md +1 -0
  674. package/dist/widget-specifications/cf.platform.iframe/_catalog-data.json +12 -0
  675. package/dist/widget-specifications/cf.platform.iframe/_meta.json +9 -0
  676. package/dist/widget-specifications/cf.platform.iframe/_overview.md +77 -0
  677. package/dist/widget-specifications/cf.platform.iframe/_summary.md +1 -0
  678. package/dist/widget-specifications/cf.platform.incomingLinks/_catalog-data.json +12 -0
  679. package/dist/widget-specifications/cf.platform.incomingLinks/_meta.json +10 -0
  680. package/dist/widget-specifications/cf.platform.incomingLinks/_overview.md +83 -0
  681. package/dist/widget-specifications/cf.platform.incomingLinks/_summary.md +1 -0
  682. package/dist/widget-specifications/cf.platform.incomingReferences/_catalog-data.json +12 -0
  683. package/dist/widget-specifications/cf.platform.incomingReferences/_meta.json +10 -0
  684. package/dist/widget-specifications/cf.platform.incomingReferences/_overview.md +48 -0
  685. package/dist/widget-specifications/cf.platform.incomingReferences/_summary.md +1 -0
  686. package/dist/widget-specifications/cf.platform.makeover.attributes/_catalog-data.json +12 -0
  687. package/dist/widget-specifications/cf.platform.makeover.attributes/_meta.json +9 -0
  688. package/dist/widget-specifications/cf.platform.makeover.attributes/_overview.md +48 -0
  689. package/dist/widget-specifications/cf.platform.makeover.attributes/_summary.md +1 -0
  690. package/dist/widget-specifications/cf.platform.modificationInfo/_catalog-data.json +12 -0
  691. package/dist/widget-specifications/cf.platform.modificationInfo/_meta.json +9 -0
  692. package/dist/widget-specifications/cf.platform.modificationInfo/_overview.md +27 -0
  693. package/dist/widget-specifications/cf.platform.modificationInfo/_summary.md +1 -0
  694. package/dist/widget-specifications/cf.platform.myElements/_catalog-data.json +12 -0
  695. package/dist/widget-specifications/cf.platform.myElements/_meta.json +10 -0
  696. package/dist/widget-specifications/cf.platform.myElements/_overview.md +69 -0
  697. package/dist/widget-specifications/cf.platform.myElements/_summary.md +1 -0
  698. package/dist/widget-specifications/cf.platform.richString/_catalog-data.json +12 -0
  699. package/dist/widget-specifications/cf.platform.richString/_meta.json +10 -0
  700. package/dist/widget-specifications/cf.platform.richString/_overview.md +43 -0
  701. package/dist/widget-specifications/cf.platform.richString/_summary.md +1 -0
  702. package/dist/widget-specifications/cf.platform.singleAttribute/_catalog-data.json +12 -0
  703. package/dist/widget-specifications/cf.platform.singleAttribute/_implementation.md +18 -0
  704. package/dist/widget-specifications/cf.platform.singleAttribute/_meta.json +10 -0
  705. package/dist/widget-specifications/cf.platform.singleAttribute/_overview.md +83 -0
  706. package/dist/widget-specifications/cf.platform.singleAttribute/_summary.md +1 -0
  707. package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.entity.md +10 -0
  708. package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.quotedAttributeName.md +12 -0
  709. package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.singleColumn.md +9 -0
  710. package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.useParent.md +11 -0
  711. package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.withLabel.md +11 -0
  712. package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.withValue.md +12 -0
  713. package/dist/widget-specifications/cf.platform.tags/_catalog-data.json +12 -0
  714. package/dist/widget-specifications/cf.platform.tags/_meta.json +10 -0
  715. package/dist/widget-specifications/cf.platform.tags/_overview.md +49 -0
  716. package/dist/widget-specifications/cf.platform.tags/_summary.md +1 -0
  717. package/dist/widget-specifications/cf.platform.wiki/_catalog-data.json +12 -0
  718. package/dist/widget-specifications/cf.platform.wiki/_meta.json +9 -0
  719. package/dist/widget-specifications/cf.platform.wiki/_overview.md +32 -0
  720. package/dist/widget-specifications/cf.platform.wiki/_summary.md +1 -0
  721. package/dist/widget-specifications/cf.projektplanung.gantt/_catalog-data.json +12 -0
  722. package/dist/widget-specifications/cf.projektplanung.gantt/_meta.json +11 -0
  723. package/dist/widget-specifications/cf.projektplanung.gantt/_overview.md +61 -0
  724. package/dist/widget-specifications/cf.projektplanung.gantt/_summary.md +1 -0
  725. package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_catalog-data.json +12 -0
  726. package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_meta.json +10 -0
  727. package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_overview.md +65 -0
  728. package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_summary.md +1 -0
  729. package/dist/widget-specifications/cf.projektplanung.multiGantt/_catalog-data.json +12 -0
  730. package/dist/widget-specifications/cf.projektplanung.multiGantt/_meta.json +11 -0
  731. package/dist/widget-specifications/cf.projektplanung.multiGantt/_overview.md +73 -0
  732. package/dist/widget-specifications/cf.projektplanung.multiGantt/_summary.md +1 -0
  733. package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_catalog-data.json +12 -0
  734. package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_meta.json +10 -0
  735. package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_overview.md +84 -0
  736. package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_summary.md +1 -0
  737. package/dist/widget-specifications/cf.projektplanung.singleGantt/_catalog-data.json +12 -0
  738. package/dist/widget-specifications/cf.projektplanung.singleGantt/_meta.json +12 -0
  739. package/dist/widget-specifications/cf.projektplanung.singleGantt/_overview.md +27 -0
  740. package/dist/widget-specifications/cf.projektplanung.singleGantt/_summary.md +1 -0
  741. package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_catalog-data.json +12 -0
  742. package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_meta.json +10 -0
  743. package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_overview.md +84 -0
  744. package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_summary.md +1 -0
  745. package/dist/widget-specifications/de.2lforge.curves.widget/_catalog-data.json +12 -0
  746. package/dist/widget-specifications/de.2lforge.curves.widget/_meta.json +12 -0
  747. package/dist/widget-specifications/de.2lforge.curves.widget/_overview.md +73 -0
  748. package/dist/widget-specifications/de.2lforge.curves.widget/_summary.md +1 -0
  749. package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_catalog-data.json +12 -0
  750. package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_meta.json +9 -0
  751. package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_overview.md +67 -0
  752. package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_summary.md +1 -0
  753. package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_catalog-data.json +12 -0
  754. package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_meta.json +10 -0
  755. package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_overview.md +58 -0
  756. package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_summary.md +1 -0
  757. package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_catalog-data.json +12 -0
  758. package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_meta.json +8 -0
  759. package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_overview.md +43 -0
  760. package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_summary.md +1 -0
  761. package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_catalog-data.json +12 -0
  762. package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_meta.json +11 -0
  763. package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_overview.md +47 -0
  764. package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_summary.md +1 -0
  765. package/dist/widget-specifications/index.d.ts.map +1 -0
  766. package/dist/widget-specifications/index.js +55 -0
  767. package/dist/widget-specifications/index.js.map +1 -0
  768. package/dist/widget-specifications/msg.scripts.imagegallery.basic/_catalog-data.json +12 -0
  769. package/dist/widget-specifications/msg.scripts.imagegallery.basic/_meta.json +10 -0
  770. package/dist/widget-specifications/msg.scripts.imagegallery.basic/_overview.md +55 -0
  771. package/dist/widget-specifications/msg.scripts.imagegallery.basic/_summary.md +1 -0
  772. package/dist/widget-specifications/tag-registry.json +63 -0
  773. package/package.json +70 -0
@@ -0,0 +1,1937 @@
1
+ import { z } from "zod";
2
+ export declare const FormatConfigSchema: z.ZodObject<{
3
+ fontSize: z.ZodOptional<z.ZodNumber>;
4
+ fontBold: z.ZodOptional<z.ZodBoolean>;
5
+ fontItalic: z.ZodOptional<z.ZodBoolean>;
6
+ fontName: z.ZodOptional<z.ZodString>;
7
+ textColor: z.ZodOptional<z.ZodString>;
8
+ backgroundColor: z.ZodOptional<z.ZodString>;
9
+ horizontalAlignment: z.ZodOptional<z.ZodEnum<["LEFT", "CENTER", "RIGHT", "JUSTIFY"]>>;
10
+ verticalAlignment: z.ZodOptional<z.ZodEnum<["TOP", "MIDDLE", "BOTTOM"]>>;
11
+ borderColor: z.ZodOptional<z.ZodString>;
12
+ borderWidth: z.ZodOptional<z.ZodNumber>;
13
+ }, "strip", z.ZodTypeAny, {
14
+ fontSize?: number | undefined;
15
+ fontBold?: boolean | undefined;
16
+ fontItalic?: boolean | undefined;
17
+ fontName?: string | undefined;
18
+ textColor?: string | undefined;
19
+ backgroundColor?: string | undefined;
20
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
21
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
22
+ borderColor?: string | undefined;
23
+ borderWidth?: number | undefined;
24
+ }, {
25
+ fontSize?: number | undefined;
26
+ fontBold?: boolean | undefined;
27
+ fontItalic?: boolean | undefined;
28
+ fontName?: string | undefined;
29
+ textColor?: string | undefined;
30
+ backgroundColor?: string | undefined;
31
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
32
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
33
+ borderColor?: string | undefined;
34
+ borderWidth?: number | undefined;
35
+ }>;
36
+ export declare const ScaleConfigSchema: z.ZodObject<{
37
+ scalePattern: z.ZodOptional<z.ZodString>;
38
+ formatConfig: z.ZodOptional<z.ZodObject<{
39
+ fontSize: z.ZodOptional<z.ZodNumber>;
40
+ fontBold: z.ZodOptional<z.ZodBoolean>;
41
+ fontItalic: z.ZodOptional<z.ZodBoolean>;
42
+ fontName: z.ZodOptional<z.ZodString>;
43
+ textColor: z.ZodOptional<z.ZodString>;
44
+ backgroundColor: z.ZodOptional<z.ZodString>;
45
+ horizontalAlignment: z.ZodOptional<z.ZodEnum<["LEFT", "CENTER", "RIGHT", "JUSTIFY"]>>;
46
+ verticalAlignment: z.ZodOptional<z.ZodEnum<["TOP", "MIDDLE", "BOTTOM"]>>;
47
+ borderColor: z.ZodOptional<z.ZodString>;
48
+ borderWidth: z.ZodOptional<z.ZodNumber>;
49
+ }, "strip", z.ZodTypeAny, {
50
+ fontSize?: number | undefined;
51
+ fontBold?: boolean | undefined;
52
+ fontItalic?: boolean | undefined;
53
+ fontName?: string | undefined;
54
+ textColor?: string | undefined;
55
+ backgroundColor?: string | undefined;
56
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
57
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
58
+ borderColor?: string | undefined;
59
+ borderWidth?: number | undefined;
60
+ }, {
61
+ fontSize?: number | undefined;
62
+ fontBold?: boolean | undefined;
63
+ fontItalic?: boolean | undefined;
64
+ fontName?: string | undefined;
65
+ textColor?: string | undefined;
66
+ backgroundColor?: string | undefined;
67
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
68
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
69
+ borderColor?: string | undefined;
70
+ borderWidth?: number | undefined;
71
+ }>>;
72
+ }, "strip", z.ZodTypeAny, {
73
+ scalePattern?: string | undefined;
74
+ formatConfig?: {
75
+ fontSize?: number | undefined;
76
+ fontBold?: boolean | undefined;
77
+ fontItalic?: boolean | undefined;
78
+ fontName?: string | undefined;
79
+ textColor?: string | undefined;
80
+ backgroundColor?: string | undefined;
81
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
82
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
83
+ borderColor?: string | undefined;
84
+ borderWidth?: number | undefined;
85
+ } | undefined;
86
+ }, {
87
+ scalePattern?: string | undefined;
88
+ formatConfig?: {
89
+ fontSize?: number | undefined;
90
+ fontBold?: boolean | undefined;
91
+ fontItalic?: boolean | undefined;
92
+ fontName?: string | undefined;
93
+ textColor?: string | undefined;
94
+ backgroundColor?: string | undefined;
95
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
96
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
97
+ borderColor?: string | undefined;
98
+ borderWidth?: number | undefined;
99
+ } | undefined;
100
+ }>;
101
+ export declare const TaskLabelSchema: z.ZodObject<{
102
+ position: z.ZodOptional<z.ZodEnum<["LEFT", "CENTER", "RIGHT", "ABOVE", "BELOW"]>>;
103
+ content: z.ZodOptional<z.ZodString>;
104
+ format: z.ZodOptional<z.ZodObject<{
105
+ fontSize: z.ZodOptional<z.ZodNumber>;
106
+ fontBold: z.ZodOptional<z.ZodBoolean>;
107
+ fontItalic: z.ZodOptional<z.ZodBoolean>;
108
+ fontName: z.ZodOptional<z.ZodString>;
109
+ textColor: z.ZodOptional<z.ZodString>;
110
+ backgroundColor: z.ZodOptional<z.ZodString>;
111
+ horizontalAlignment: z.ZodOptional<z.ZodEnum<["LEFT", "CENTER", "RIGHT", "JUSTIFY"]>>;
112
+ verticalAlignment: z.ZodOptional<z.ZodEnum<["TOP", "MIDDLE", "BOTTOM"]>>;
113
+ borderColor: z.ZodOptional<z.ZodString>;
114
+ borderWidth: z.ZodOptional<z.ZodNumber>;
115
+ }, "strip", z.ZodTypeAny, {
116
+ fontSize?: number | undefined;
117
+ fontBold?: boolean | undefined;
118
+ fontItalic?: boolean | undefined;
119
+ fontName?: string | undefined;
120
+ textColor?: string | undefined;
121
+ backgroundColor?: string | undefined;
122
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
123
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
124
+ borderColor?: string | undefined;
125
+ borderWidth?: number | undefined;
126
+ }, {
127
+ fontSize?: number | undefined;
128
+ fontBold?: boolean | undefined;
129
+ fontItalic?: boolean | undefined;
130
+ fontName?: string | undefined;
131
+ textColor?: string | undefined;
132
+ backgroundColor?: string | undefined;
133
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
134
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
135
+ borderColor?: string | undefined;
136
+ borderWidth?: number | undefined;
137
+ }>>;
138
+ }, "strip", z.ZodTypeAny, {
139
+ content?: string | undefined;
140
+ position?: "LEFT" | "CENTER" | "RIGHT" | "ABOVE" | "BELOW" | undefined;
141
+ format?: {
142
+ fontSize?: number | undefined;
143
+ fontBold?: boolean | undefined;
144
+ fontItalic?: boolean | undefined;
145
+ fontName?: string | undefined;
146
+ textColor?: string | undefined;
147
+ backgroundColor?: string | undefined;
148
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
149
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
150
+ borderColor?: string | undefined;
151
+ borderWidth?: number | undefined;
152
+ } | undefined;
153
+ }, {
154
+ content?: string | undefined;
155
+ position?: "LEFT" | "CENTER" | "RIGHT" | "ABOVE" | "BELOW" | undefined;
156
+ format?: {
157
+ fontSize?: number | undefined;
158
+ fontBold?: boolean | undefined;
159
+ fontItalic?: boolean | undefined;
160
+ fontName?: string | undefined;
161
+ textColor?: string | undefined;
162
+ backgroundColor?: string | undefined;
163
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
164
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
165
+ borderColor?: string | undefined;
166
+ borderWidth?: number | undefined;
167
+ } | undefined;
168
+ }>;
169
+ export declare const TaskClassDefinitionSchema: z.ZodObject<{
170
+ id: z.ZodOptional<z.ZodString>;
171
+ name: z.ZodOptional<z.ZodString>;
172
+ shape: z.ZodOptional<z.ZodString>;
173
+ fillColor: z.ZodOptional<z.ZodString>;
174
+ borderColor: z.ZodOptional<z.ZodString>;
175
+ showInLegend: z.ZodOptional<z.ZodBoolean>;
176
+ labels: z.ZodOptional<z.ZodArray<z.ZodObject<{
177
+ position: z.ZodOptional<z.ZodEnum<["LEFT", "CENTER", "RIGHT", "ABOVE", "BELOW"]>>;
178
+ content: z.ZodOptional<z.ZodString>;
179
+ format: z.ZodOptional<z.ZodObject<{
180
+ fontSize: z.ZodOptional<z.ZodNumber>;
181
+ fontBold: z.ZodOptional<z.ZodBoolean>;
182
+ fontItalic: z.ZodOptional<z.ZodBoolean>;
183
+ fontName: z.ZodOptional<z.ZodString>;
184
+ textColor: z.ZodOptional<z.ZodString>;
185
+ backgroundColor: z.ZodOptional<z.ZodString>;
186
+ horizontalAlignment: z.ZodOptional<z.ZodEnum<["LEFT", "CENTER", "RIGHT", "JUSTIFY"]>>;
187
+ verticalAlignment: z.ZodOptional<z.ZodEnum<["TOP", "MIDDLE", "BOTTOM"]>>;
188
+ borderColor: z.ZodOptional<z.ZodString>;
189
+ borderWidth: z.ZodOptional<z.ZodNumber>;
190
+ }, "strip", z.ZodTypeAny, {
191
+ fontSize?: number | undefined;
192
+ fontBold?: boolean | undefined;
193
+ fontItalic?: boolean | undefined;
194
+ fontName?: string | undefined;
195
+ textColor?: string | undefined;
196
+ backgroundColor?: string | undefined;
197
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
198
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
199
+ borderColor?: string | undefined;
200
+ borderWidth?: number | undefined;
201
+ }, {
202
+ fontSize?: number | undefined;
203
+ fontBold?: boolean | undefined;
204
+ fontItalic?: boolean | undefined;
205
+ fontName?: string | undefined;
206
+ textColor?: string | undefined;
207
+ backgroundColor?: string | undefined;
208
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
209
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
210
+ borderColor?: string | undefined;
211
+ borderWidth?: number | undefined;
212
+ }>>;
213
+ }, "strip", z.ZodTypeAny, {
214
+ content?: string | undefined;
215
+ position?: "LEFT" | "CENTER" | "RIGHT" | "ABOVE" | "BELOW" | undefined;
216
+ format?: {
217
+ fontSize?: number | undefined;
218
+ fontBold?: boolean | undefined;
219
+ fontItalic?: boolean | undefined;
220
+ fontName?: string | undefined;
221
+ textColor?: string | undefined;
222
+ backgroundColor?: string | undefined;
223
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
224
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
225
+ borderColor?: string | undefined;
226
+ borderWidth?: number | undefined;
227
+ } | undefined;
228
+ }, {
229
+ content?: string | undefined;
230
+ position?: "LEFT" | "CENTER" | "RIGHT" | "ABOVE" | "BELOW" | undefined;
231
+ format?: {
232
+ fontSize?: number | undefined;
233
+ fontBold?: boolean | undefined;
234
+ fontItalic?: boolean | undefined;
235
+ fontName?: string | undefined;
236
+ textColor?: string | undefined;
237
+ backgroundColor?: string | undefined;
238
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
239
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
240
+ borderColor?: string | undefined;
241
+ borderWidth?: number | undefined;
242
+ } | undefined;
243
+ }>, "many">>;
244
+ rollupTaskClass: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
245
+ }, "strip", z.ZodTypeAny, {
246
+ name?: string | undefined;
247
+ id?: string | undefined;
248
+ borderColor?: string | undefined;
249
+ shape?: string | undefined;
250
+ fillColor?: string | undefined;
251
+ showInLegend?: boolean | undefined;
252
+ labels?: {
253
+ content?: string | undefined;
254
+ position?: "LEFT" | "CENTER" | "RIGHT" | "ABOVE" | "BELOW" | undefined;
255
+ format?: {
256
+ fontSize?: number | undefined;
257
+ fontBold?: boolean | undefined;
258
+ fontItalic?: boolean | undefined;
259
+ fontName?: string | undefined;
260
+ textColor?: string | undefined;
261
+ backgroundColor?: string | undefined;
262
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
263
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
264
+ borderColor?: string | undefined;
265
+ borderWidth?: number | undefined;
266
+ } | undefined;
267
+ }[] | undefined;
268
+ rollupTaskClass?: Record<string, any> | undefined;
269
+ }, {
270
+ name?: string | undefined;
271
+ id?: string | undefined;
272
+ borderColor?: string | undefined;
273
+ shape?: string | undefined;
274
+ fillColor?: string | undefined;
275
+ showInLegend?: boolean | undefined;
276
+ labels?: {
277
+ content?: string | undefined;
278
+ position?: "LEFT" | "CENTER" | "RIGHT" | "ABOVE" | "BELOW" | undefined;
279
+ format?: {
280
+ fontSize?: number | undefined;
281
+ fontBold?: boolean | undefined;
282
+ fontItalic?: boolean | undefined;
283
+ fontName?: string | undefined;
284
+ textColor?: string | undefined;
285
+ backgroundColor?: string | undefined;
286
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
287
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
288
+ borderColor?: string | undefined;
289
+ borderWidth?: number | undefined;
290
+ } | undefined;
291
+ }[] | undefined;
292
+ rollupTaskClass?: Record<string, any> | undefined;
293
+ }>;
294
+ export declare const ColumnConfigSchema: z.ZodObject<{
295
+ id: z.ZodOptional<z.ZodString>;
296
+ name: z.ZodOptional<z.ZodString>;
297
+ width: z.ZodOptional<z.ZodNumber>;
298
+ minWidth: z.ZodOptional<z.ZodNumber>;
299
+ maxWidth: z.ZodOptional<z.ZodNumber>;
300
+ visible: z.ZodOptional<z.ZodBoolean>;
301
+ resizable: z.ZodOptional<z.ZodBoolean>;
302
+ sortable: z.ZodOptional<z.ZodBoolean>;
303
+ alignment: z.ZodOptional<z.ZodEnum<["LEFT", "CENTER", "RIGHT"]>>;
304
+ verticalAlignment: z.ZodOptional<z.ZodEnum<["TOP", "MIDDLE", "BOTTOM"]>>;
305
+ format: z.ZodOptional<z.ZodObject<{
306
+ fontSize: z.ZodOptional<z.ZodNumber>;
307
+ fontBold: z.ZodOptional<z.ZodBoolean>;
308
+ fontItalic: z.ZodOptional<z.ZodBoolean>;
309
+ fontName: z.ZodOptional<z.ZodString>;
310
+ textColor: z.ZodOptional<z.ZodString>;
311
+ backgroundColor: z.ZodOptional<z.ZodString>;
312
+ horizontalAlignment: z.ZodOptional<z.ZodEnum<["LEFT", "CENTER", "RIGHT", "JUSTIFY"]>>;
313
+ verticalAlignment: z.ZodOptional<z.ZodEnum<["TOP", "MIDDLE", "BOTTOM"]>>;
314
+ borderColor: z.ZodOptional<z.ZodString>;
315
+ borderWidth: z.ZodOptional<z.ZodNumber>;
316
+ }, "strip", z.ZodTypeAny, {
317
+ fontSize?: number | undefined;
318
+ fontBold?: boolean | undefined;
319
+ fontItalic?: boolean | undefined;
320
+ fontName?: string | undefined;
321
+ textColor?: string | undefined;
322
+ backgroundColor?: string | undefined;
323
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
324
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
325
+ borderColor?: string | undefined;
326
+ borderWidth?: number | undefined;
327
+ }, {
328
+ fontSize?: number | undefined;
329
+ fontBold?: boolean | undefined;
330
+ fontItalic?: boolean | undefined;
331
+ fontName?: string | undefined;
332
+ textColor?: string | undefined;
333
+ backgroundColor?: string | undefined;
334
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
335
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
336
+ borderColor?: string | undefined;
337
+ borderWidth?: number | undefined;
338
+ }>>;
339
+ headerFormat: z.ZodOptional<z.ZodObject<{
340
+ fontSize: z.ZodOptional<z.ZodNumber>;
341
+ fontBold: z.ZodOptional<z.ZodBoolean>;
342
+ fontItalic: z.ZodOptional<z.ZodBoolean>;
343
+ fontName: z.ZodOptional<z.ZodString>;
344
+ textColor: z.ZodOptional<z.ZodString>;
345
+ backgroundColor: z.ZodOptional<z.ZodString>;
346
+ horizontalAlignment: z.ZodOptional<z.ZodEnum<["LEFT", "CENTER", "RIGHT", "JUSTIFY"]>>;
347
+ verticalAlignment: z.ZodOptional<z.ZodEnum<["TOP", "MIDDLE", "BOTTOM"]>>;
348
+ borderColor: z.ZodOptional<z.ZodString>;
349
+ borderWidth: z.ZodOptional<z.ZodNumber>;
350
+ }, "strip", z.ZodTypeAny, {
351
+ fontSize?: number | undefined;
352
+ fontBold?: boolean | undefined;
353
+ fontItalic?: boolean | undefined;
354
+ fontName?: string | undefined;
355
+ textColor?: string | undefined;
356
+ backgroundColor?: string | undefined;
357
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
358
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
359
+ borderColor?: string | undefined;
360
+ borderWidth?: number | undefined;
361
+ }, {
362
+ fontSize?: number | undefined;
363
+ fontBold?: boolean | undefined;
364
+ fontItalic?: boolean | undefined;
365
+ fontName?: string | undefined;
366
+ textColor?: string | undefined;
367
+ backgroundColor?: string | undefined;
368
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
369
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
370
+ borderColor?: string | undefined;
371
+ borderWidth?: number | undefined;
372
+ }>>;
373
+ }, "strip", z.ZodTypeAny, {
374
+ name?: string | undefined;
375
+ id?: string | undefined;
376
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
377
+ format?: {
378
+ fontSize?: number | undefined;
379
+ fontBold?: boolean | undefined;
380
+ fontItalic?: boolean | undefined;
381
+ fontName?: string | undefined;
382
+ textColor?: string | undefined;
383
+ backgroundColor?: string | undefined;
384
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
385
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
386
+ borderColor?: string | undefined;
387
+ borderWidth?: number | undefined;
388
+ } | undefined;
389
+ width?: number | undefined;
390
+ minWidth?: number | undefined;
391
+ maxWidth?: number | undefined;
392
+ visible?: boolean | undefined;
393
+ resizable?: boolean | undefined;
394
+ sortable?: boolean | undefined;
395
+ alignment?: "LEFT" | "CENTER" | "RIGHT" | undefined;
396
+ headerFormat?: {
397
+ fontSize?: number | undefined;
398
+ fontBold?: boolean | undefined;
399
+ fontItalic?: boolean | undefined;
400
+ fontName?: string | undefined;
401
+ textColor?: string | undefined;
402
+ backgroundColor?: string | undefined;
403
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
404
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
405
+ borderColor?: string | undefined;
406
+ borderWidth?: number | undefined;
407
+ } | undefined;
408
+ }, {
409
+ name?: string | undefined;
410
+ id?: string | undefined;
411
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
412
+ format?: {
413
+ fontSize?: number | undefined;
414
+ fontBold?: boolean | undefined;
415
+ fontItalic?: boolean | undefined;
416
+ fontName?: string | undefined;
417
+ textColor?: string | undefined;
418
+ backgroundColor?: string | undefined;
419
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
420
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
421
+ borderColor?: string | undefined;
422
+ borderWidth?: number | undefined;
423
+ } | undefined;
424
+ width?: number | undefined;
425
+ minWidth?: number | undefined;
426
+ maxWidth?: number | undefined;
427
+ visible?: boolean | undefined;
428
+ resizable?: boolean | undefined;
429
+ sortable?: boolean | undefined;
430
+ alignment?: "LEFT" | "CENTER" | "RIGHT" | undefined;
431
+ headerFormat?: {
432
+ fontSize?: number | undefined;
433
+ fontBold?: boolean | undefined;
434
+ fontItalic?: boolean | undefined;
435
+ fontName?: string | undefined;
436
+ textColor?: string | undefined;
437
+ backgroundColor?: string | undefined;
438
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
439
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
440
+ borderColor?: string | undefined;
441
+ borderWidth?: number | undefined;
442
+ } | undefined;
443
+ }>;
444
+ export declare const TableConfigSchema: z.ZodObject<{
445
+ showBorders: z.ZodOptional<z.ZodBoolean>;
446
+ borderColor: z.ZodOptional<z.ZodString>;
447
+ borderWidth: z.ZodOptional<z.ZodNumber>;
448
+ alternatingRowColors: z.ZodOptional<z.ZodBoolean>;
449
+ evenRowColor: z.ZodOptional<z.ZodString>;
450
+ oddRowColor: z.ZodOptional<z.ZodString>;
451
+ headerRowColor: z.ZodOptional<z.ZodString>;
452
+ headerTextColor: z.ZodOptional<z.ZodString>;
453
+ gridLines: z.ZodOptional<z.ZodBoolean>;
454
+ cellPadding: z.ZodOptional<z.ZodNumber>;
455
+ tableStyle: z.ZodOptional<z.ZodString>;
456
+ }, "strip", z.ZodTypeAny, {
457
+ borderColor?: string | undefined;
458
+ borderWidth?: number | undefined;
459
+ showBorders?: boolean | undefined;
460
+ alternatingRowColors?: boolean | undefined;
461
+ evenRowColor?: string | undefined;
462
+ oddRowColor?: string | undefined;
463
+ headerRowColor?: string | undefined;
464
+ headerTextColor?: string | undefined;
465
+ gridLines?: boolean | undefined;
466
+ cellPadding?: number | undefined;
467
+ tableStyle?: string | undefined;
468
+ }, {
469
+ borderColor?: string | undefined;
470
+ borderWidth?: number | undefined;
471
+ showBorders?: boolean | undefined;
472
+ alternatingRowColors?: boolean | undefined;
473
+ evenRowColor?: string | undefined;
474
+ oddRowColor?: string | undefined;
475
+ headerRowColor?: string | undefined;
476
+ headerTextColor?: string | undefined;
477
+ gridLines?: boolean | undefined;
478
+ cellPadding?: number | undefined;
479
+ tableStyle?: string | undefined;
480
+ }>;
481
+ export declare const PageConfigSchema: z.ZodOptional<z.ZodObject<{
482
+ pageSize: z.ZodOptional<z.ZodObject<{
483
+ format: z.ZodOptional<z.ZodEnum<["A4Paper", "A0Paper", "A1Paper", "A2Paper", "Legal", "Custom"]>>;
484
+ orientation: z.ZodOptional<z.ZodEnum<["HORIZONTAL", "VERTICAL"]>>;
485
+ customWidth: z.ZodOptional<z.ZodNumber>;
486
+ customHeight: z.ZodOptional<z.ZodNumber>;
487
+ }, "strip", z.ZodTypeAny, {
488
+ format?: "A4Paper" | "A0Paper" | "A1Paper" | "A2Paper" | "Legal" | "Custom" | undefined;
489
+ orientation?: "HORIZONTAL" | "VERTICAL" | undefined;
490
+ customWidth?: number | undefined;
491
+ customHeight?: number | undefined;
492
+ }, {
493
+ format?: "A4Paper" | "A0Paper" | "A1Paper" | "A2Paper" | "Legal" | "Custom" | undefined;
494
+ orientation?: "HORIZONTAL" | "VERTICAL" | undefined;
495
+ customWidth?: number | undefined;
496
+ customHeight?: number | undefined;
497
+ }>>;
498
+ margins: z.ZodOptional<z.ZodObject<{
499
+ left: z.ZodOptional<z.ZodNumber>;
500
+ right: z.ZodOptional<z.ZodNumber>;
501
+ top: z.ZodOptional<z.ZodNumber>;
502
+ bottom: z.ZodOptional<z.ZodNumber>;
503
+ }, "strip", z.ZodTypeAny, {
504
+ left?: number | undefined;
505
+ right?: number | undefined;
506
+ top?: number | undefined;
507
+ bottom?: number | undefined;
508
+ }, {
509
+ left?: number | undefined;
510
+ right?: number | undefined;
511
+ top?: number | undefined;
512
+ bottom?: number | undefined;
513
+ }>>;
514
+ }, "strip", z.ZodTypeAny, {
515
+ pageSize?: {
516
+ format?: "A4Paper" | "A0Paper" | "A1Paper" | "A2Paper" | "Legal" | "Custom" | undefined;
517
+ orientation?: "HORIZONTAL" | "VERTICAL" | undefined;
518
+ customWidth?: number | undefined;
519
+ customHeight?: number | undefined;
520
+ } | undefined;
521
+ margins?: {
522
+ left?: number | undefined;
523
+ right?: number | undefined;
524
+ top?: number | undefined;
525
+ bottom?: number | undefined;
526
+ } | undefined;
527
+ }, {
528
+ pageSize?: {
529
+ format?: "A4Paper" | "A0Paper" | "A1Paper" | "A2Paper" | "Legal" | "Custom" | undefined;
530
+ orientation?: "HORIZONTAL" | "VERTICAL" | undefined;
531
+ customWidth?: number | undefined;
532
+ customHeight?: number | undefined;
533
+ } | undefined;
534
+ margins?: {
535
+ left?: number | undefined;
536
+ right?: number | undefined;
537
+ top?: number | undefined;
538
+ bottom?: number | undefined;
539
+ } | undefined;
540
+ }>>;
541
+ export declare const BasicVisualizationSchema: z.ZodOptional<z.ZodObject<{
542
+ showSchedule: z.ZodOptional<z.ZodBoolean>;
543
+ showDiagram: z.ZodOptional<z.ZodBoolean>;
544
+ locale: z.ZodOptional<z.ZodString>;
545
+ localeEnabled: z.ZodOptional<z.ZodBoolean>;
546
+ }, "strip", z.ZodTypeAny, {
547
+ showSchedule?: boolean | undefined;
548
+ showDiagram?: boolean | undefined;
549
+ locale?: string | undefined;
550
+ localeEnabled?: boolean | undefined;
551
+ }, {
552
+ showSchedule?: boolean | undefined;
553
+ showDiagram?: boolean | undefined;
554
+ locale?: string | undefined;
555
+ localeEnabled?: boolean | undefined;
556
+ }>>;
557
+ export declare const TimelineSchema: z.ZodOptional<z.ZodObject<{
558
+ bounds: z.ZodOptional<z.ZodObject<{
559
+ startDate: z.ZodOptional<z.ZodString>;
560
+ endDate: z.ZodOptional<z.ZodString>;
561
+ adjustment: z.ZodOptional<z.ZodEnum<["FixedDates", "AdjustToAllTasks", "AdjustToVisibleTasks", "AdjustToGanttUserRange"]>>;
562
+ rounding: z.ZodOptional<z.ZodEnum<["ExactDate", "WithOffset", "FullWeeks", "FullMonths", "FullQuarters", "FullYears"]>>;
563
+ rangeOffset: z.ZodOptional<z.ZodNumber>;
564
+ rangeOffsetUnit: z.ZodOptional<z.ZodEnum<["YEAR", "QUARTER", "MONTH", "WEEK", "DAY"]>>;
565
+ }, "strip", z.ZodTypeAny, {
566
+ startDate?: string | undefined;
567
+ endDate?: string | undefined;
568
+ adjustment?: "FixedDates" | "AdjustToAllTasks" | "AdjustToVisibleTasks" | "AdjustToGanttUserRange" | undefined;
569
+ rounding?: "ExactDate" | "WithOffset" | "FullWeeks" | "FullMonths" | "FullQuarters" | "FullYears" | undefined;
570
+ rangeOffset?: number | undefined;
571
+ rangeOffsetUnit?: "YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | undefined;
572
+ }, {
573
+ startDate?: string | undefined;
574
+ endDate?: string | undefined;
575
+ adjustment?: "FixedDates" | "AdjustToAllTasks" | "AdjustToVisibleTasks" | "AdjustToGanttUserRange" | undefined;
576
+ rounding?: "ExactDate" | "WithOffset" | "FullWeeks" | "FullMonths" | "FullQuarters" | "FullYears" | undefined;
577
+ rangeOffset?: number | undefined;
578
+ rangeOffsetUnit?: "YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | undefined;
579
+ }>>;
580
+ showPercentageComplete: z.ZodOptional<z.ZodBoolean>;
581
+ showMilestoneIntervals: z.ZodOptional<z.ZodBoolean>;
582
+ referenceDate: z.ZodOptional<z.ZodObject<{
583
+ referenceDate: z.ZodOptional<z.ZodString>;
584
+ zeroDiffVisible: z.ZodOptional<z.ZodBoolean>;
585
+ diffDescending: z.ZodOptional<z.ZodBoolean>;
586
+ alignedRelativeToReferenceDate: z.ZodOptional<z.ZodBoolean>;
587
+ }, "strip", z.ZodTypeAny, {
588
+ referenceDate?: string | undefined;
589
+ zeroDiffVisible?: boolean | undefined;
590
+ diffDescending?: boolean | undefined;
591
+ alignedRelativeToReferenceDate?: boolean | undefined;
592
+ }, {
593
+ referenceDate?: string | undefined;
594
+ zeroDiffVisible?: boolean | undefined;
595
+ diffDescending?: boolean | undefined;
596
+ alignedRelativeToReferenceDate?: boolean | undefined;
597
+ }>>;
598
+ }, "strip", z.ZodTypeAny, {
599
+ bounds?: {
600
+ startDate?: string | undefined;
601
+ endDate?: string | undefined;
602
+ adjustment?: "FixedDates" | "AdjustToAllTasks" | "AdjustToVisibleTasks" | "AdjustToGanttUserRange" | undefined;
603
+ rounding?: "ExactDate" | "WithOffset" | "FullWeeks" | "FullMonths" | "FullQuarters" | "FullYears" | undefined;
604
+ rangeOffset?: number | undefined;
605
+ rangeOffsetUnit?: "YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | undefined;
606
+ } | undefined;
607
+ showPercentageComplete?: boolean | undefined;
608
+ showMilestoneIntervals?: boolean | undefined;
609
+ referenceDate?: {
610
+ referenceDate?: string | undefined;
611
+ zeroDiffVisible?: boolean | undefined;
612
+ diffDescending?: boolean | undefined;
613
+ alignedRelativeToReferenceDate?: boolean | undefined;
614
+ } | undefined;
615
+ }, {
616
+ bounds?: {
617
+ startDate?: string | undefined;
618
+ endDate?: string | undefined;
619
+ adjustment?: "FixedDates" | "AdjustToAllTasks" | "AdjustToVisibleTasks" | "AdjustToGanttUserRange" | undefined;
620
+ rounding?: "ExactDate" | "WithOffset" | "FullWeeks" | "FullMonths" | "FullQuarters" | "FullYears" | undefined;
621
+ rangeOffset?: number | undefined;
622
+ rangeOffsetUnit?: "YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | undefined;
623
+ } | undefined;
624
+ showPercentageComplete?: boolean | undefined;
625
+ showMilestoneIntervals?: boolean | undefined;
626
+ referenceDate?: {
627
+ referenceDate?: string | undefined;
628
+ zeroDiffVisible?: boolean | undefined;
629
+ diffDescending?: boolean | undefined;
630
+ alignedRelativeToReferenceDate?: boolean | undefined;
631
+ } | undefined;
632
+ }>>;
633
+ export declare const ScalesSchema: z.ZodOptional<z.ZodObject<{
634
+ enabledTopScales: z.ZodOptional<z.ZodArray<z.ZodEnum<["YEAR", "QUARTER", "MONTH", "WEEK", "DAY", "SOP"]>, "many">>;
635
+ enabledBottomScales: z.ZodOptional<z.ZodArray<z.ZodEnum<["YEAR", "QUARTER", "MONTH", "WEEK", "DAY", "SOP"]>, "many">>;
636
+ yearScale: z.ZodOptional<z.ZodObject<{
637
+ scalePattern: z.ZodOptional<z.ZodString>;
638
+ formatConfig: z.ZodOptional<z.ZodObject<{
639
+ fontSize: z.ZodOptional<z.ZodNumber>;
640
+ fontBold: z.ZodOptional<z.ZodBoolean>;
641
+ fontItalic: z.ZodOptional<z.ZodBoolean>;
642
+ fontName: z.ZodOptional<z.ZodString>;
643
+ textColor: z.ZodOptional<z.ZodString>;
644
+ backgroundColor: z.ZodOptional<z.ZodString>;
645
+ horizontalAlignment: z.ZodOptional<z.ZodEnum<["LEFT", "CENTER", "RIGHT", "JUSTIFY"]>>;
646
+ verticalAlignment: z.ZodOptional<z.ZodEnum<["TOP", "MIDDLE", "BOTTOM"]>>;
647
+ borderColor: z.ZodOptional<z.ZodString>;
648
+ borderWidth: z.ZodOptional<z.ZodNumber>;
649
+ }, "strip", z.ZodTypeAny, {
650
+ fontSize?: number | undefined;
651
+ fontBold?: boolean | undefined;
652
+ fontItalic?: boolean | undefined;
653
+ fontName?: string | undefined;
654
+ textColor?: string | undefined;
655
+ backgroundColor?: string | undefined;
656
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
657
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
658
+ borderColor?: string | undefined;
659
+ borderWidth?: number | undefined;
660
+ }, {
661
+ fontSize?: number | undefined;
662
+ fontBold?: boolean | undefined;
663
+ fontItalic?: boolean | undefined;
664
+ fontName?: string | undefined;
665
+ textColor?: string | undefined;
666
+ backgroundColor?: string | undefined;
667
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
668
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
669
+ borderColor?: string | undefined;
670
+ borderWidth?: number | undefined;
671
+ }>>;
672
+ }, "strip", z.ZodTypeAny, {
673
+ scalePattern?: string | undefined;
674
+ formatConfig?: {
675
+ fontSize?: number | undefined;
676
+ fontBold?: boolean | undefined;
677
+ fontItalic?: boolean | undefined;
678
+ fontName?: string | undefined;
679
+ textColor?: string | undefined;
680
+ backgroundColor?: string | undefined;
681
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
682
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
683
+ borderColor?: string | undefined;
684
+ borderWidth?: number | undefined;
685
+ } | undefined;
686
+ }, {
687
+ scalePattern?: string | undefined;
688
+ formatConfig?: {
689
+ fontSize?: number | undefined;
690
+ fontBold?: boolean | undefined;
691
+ fontItalic?: boolean | undefined;
692
+ fontName?: string | undefined;
693
+ textColor?: string | undefined;
694
+ backgroundColor?: string | undefined;
695
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
696
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
697
+ borderColor?: string | undefined;
698
+ borderWidth?: number | undefined;
699
+ } | undefined;
700
+ }>>;
701
+ quarterScale: z.ZodOptional<z.ZodObject<{
702
+ scalePattern: z.ZodOptional<z.ZodString>;
703
+ formatConfig: z.ZodOptional<z.ZodObject<{
704
+ fontSize: z.ZodOptional<z.ZodNumber>;
705
+ fontBold: z.ZodOptional<z.ZodBoolean>;
706
+ fontItalic: z.ZodOptional<z.ZodBoolean>;
707
+ fontName: z.ZodOptional<z.ZodString>;
708
+ textColor: z.ZodOptional<z.ZodString>;
709
+ backgroundColor: z.ZodOptional<z.ZodString>;
710
+ horizontalAlignment: z.ZodOptional<z.ZodEnum<["LEFT", "CENTER", "RIGHT", "JUSTIFY"]>>;
711
+ verticalAlignment: z.ZodOptional<z.ZodEnum<["TOP", "MIDDLE", "BOTTOM"]>>;
712
+ borderColor: z.ZodOptional<z.ZodString>;
713
+ borderWidth: z.ZodOptional<z.ZodNumber>;
714
+ }, "strip", z.ZodTypeAny, {
715
+ fontSize?: number | undefined;
716
+ fontBold?: boolean | undefined;
717
+ fontItalic?: boolean | undefined;
718
+ fontName?: string | undefined;
719
+ textColor?: string | undefined;
720
+ backgroundColor?: string | undefined;
721
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
722
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
723
+ borderColor?: string | undefined;
724
+ borderWidth?: number | undefined;
725
+ }, {
726
+ fontSize?: number | undefined;
727
+ fontBold?: boolean | undefined;
728
+ fontItalic?: boolean | undefined;
729
+ fontName?: string | undefined;
730
+ textColor?: string | undefined;
731
+ backgroundColor?: string | undefined;
732
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
733
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
734
+ borderColor?: string | undefined;
735
+ borderWidth?: number | undefined;
736
+ }>>;
737
+ }, "strip", z.ZodTypeAny, {
738
+ scalePattern?: string | undefined;
739
+ formatConfig?: {
740
+ fontSize?: number | undefined;
741
+ fontBold?: boolean | undefined;
742
+ fontItalic?: boolean | undefined;
743
+ fontName?: string | undefined;
744
+ textColor?: string | undefined;
745
+ backgroundColor?: string | undefined;
746
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
747
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
748
+ borderColor?: string | undefined;
749
+ borderWidth?: number | undefined;
750
+ } | undefined;
751
+ }, {
752
+ scalePattern?: string | undefined;
753
+ formatConfig?: {
754
+ fontSize?: number | undefined;
755
+ fontBold?: boolean | undefined;
756
+ fontItalic?: boolean | undefined;
757
+ fontName?: string | undefined;
758
+ textColor?: string | undefined;
759
+ backgroundColor?: string | undefined;
760
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
761
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
762
+ borderColor?: string | undefined;
763
+ borderWidth?: number | undefined;
764
+ } | undefined;
765
+ }>>;
766
+ monthScale: z.ZodOptional<z.ZodObject<{
767
+ scalePattern: z.ZodOptional<z.ZodString>;
768
+ formatConfig: z.ZodOptional<z.ZodObject<{
769
+ fontSize: z.ZodOptional<z.ZodNumber>;
770
+ fontBold: z.ZodOptional<z.ZodBoolean>;
771
+ fontItalic: z.ZodOptional<z.ZodBoolean>;
772
+ fontName: z.ZodOptional<z.ZodString>;
773
+ textColor: z.ZodOptional<z.ZodString>;
774
+ backgroundColor: z.ZodOptional<z.ZodString>;
775
+ horizontalAlignment: z.ZodOptional<z.ZodEnum<["LEFT", "CENTER", "RIGHT", "JUSTIFY"]>>;
776
+ verticalAlignment: z.ZodOptional<z.ZodEnum<["TOP", "MIDDLE", "BOTTOM"]>>;
777
+ borderColor: z.ZodOptional<z.ZodString>;
778
+ borderWidth: z.ZodOptional<z.ZodNumber>;
779
+ }, "strip", z.ZodTypeAny, {
780
+ fontSize?: number | undefined;
781
+ fontBold?: boolean | undefined;
782
+ fontItalic?: boolean | undefined;
783
+ fontName?: string | undefined;
784
+ textColor?: string | undefined;
785
+ backgroundColor?: string | undefined;
786
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
787
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
788
+ borderColor?: string | undefined;
789
+ borderWidth?: number | undefined;
790
+ }, {
791
+ fontSize?: number | undefined;
792
+ fontBold?: boolean | undefined;
793
+ fontItalic?: boolean | undefined;
794
+ fontName?: string | undefined;
795
+ textColor?: string | undefined;
796
+ backgroundColor?: string | undefined;
797
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
798
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
799
+ borderColor?: string | undefined;
800
+ borderWidth?: number | undefined;
801
+ }>>;
802
+ }, "strip", z.ZodTypeAny, {
803
+ scalePattern?: string | undefined;
804
+ formatConfig?: {
805
+ fontSize?: number | undefined;
806
+ fontBold?: boolean | undefined;
807
+ fontItalic?: boolean | undefined;
808
+ fontName?: string | undefined;
809
+ textColor?: string | undefined;
810
+ backgroundColor?: string | undefined;
811
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
812
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
813
+ borderColor?: string | undefined;
814
+ borderWidth?: number | undefined;
815
+ } | undefined;
816
+ }, {
817
+ scalePattern?: string | undefined;
818
+ formatConfig?: {
819
+ fontSize?: number | undefined;
820
+ fontBold?: boolean | undefined;
821
+ fontItalic?: boolean | undefined;
822
+ fontName?: string | undefined;
823
+ textColor?: string | undefined;
824
+ backgroundColor?: string | undefined;
825
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
826
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
827
+ borderColor?: string | undefined;
828
+ borderWidth?: number | undefined;
829
+ } | undefined;
830
+ }>>;
831
+ weekScale: z.ZodOptional<z.ZodObject<{
832
+ scalePattern: z.ZodOptional<z.ZodString>;
833
+ formatConfig: z.ZodOptional<z.ZodObject<{
834
+ fontSize: z.ZodOptional<z.ZodNumber>;
835
+ fontBold: z.ZodOptional<z.ZodBoolean>;
836
+ fontItalic: z.ZodOptional<z.ZodBoolean>;
837
+ fontName: z.ZodOptional<z.ZodString>;
838
+ textColor: z.ZodOptional<z.ZodString>;
839
+ backgroundColor: z.ZodOptional<z.ZodString>;
840
+ horizontalAlignment: z.ZodOptional<z.ZodEnum<["LEFT", "CENTER", "RIGHT", "JUSTIFY"]>>;
841
+ verticalAlignment: z.ZodOptional<z.ZodEnum<["TOP", "MIDDLE", "BOTTOM"]>>;
842
+ borderColor: z.ZodOptional<z.ZodString>;
843
+ borderWidth: z.ZodOptional<z.ZodNumber>;
844
+ }, "strip", z.ZodTypeAny, {
845
+ fontSize?: number | undefined;
846
+ fontBold?: boolean | undefined;
847
+ fontItalic?: boolean | undefined;
848
+ fontName?: string | undefined;
849
+ textColor?: string | undefined;
850
+ backgroundColor?: string | undefined;
851
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
852
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
853
+ borderColor?: string | undefined;
854
+ borderWidth?: number | undefined;
855
+ }, {
856
+ fontSize?: number | undefined;
857
+ fontBold?: boolean | undefined;
858
+ fontItalic?: boolean | undefined;
859
+ fontName?: string | undefined;
860
+ textColor?: string | undefined;
861
+ backgroundColor?: string | undefined;
862
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
863
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
864
+ borderColor?: string | undefined;
865
+ borderWidth?: number | undefined;
866
+ }>>;
867
+ }, "strip", z.ZodTypeAny, {
868
+ scalePattern?: string | undefined;
869
+ formatConfig?: {
870
+ fontSize?: number | undefined;
871
+ fontBold?: boolean | undefined;
872
+ fontItalic?: boolean | undefined;
873
+ fontName?: string | undefined;
874
+ textColor?: string | undefined;
875
+ backgroundColor?: string | undefined;
876
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
877
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
878
+ borderColor?: string | undefined;
879
+ borderWidth?: number | undefined;
880
+ } | undefined;
881
+ }, {
882
+ scalePattern?: string | undefined;
883
+ formatConfig?: {
884
+ fontSize?: number | undefined;
885
+ fontBold?: boolean | undefined;
886
+ fontItalic?: boolean | undefined;
887
+ fontName?: string | undefined;
888
+ textColor?: string | undefined;
889
+ backgroundColor?: string | undefined;
890
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
891
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
892
+ borderColor?: string | undefined;
893
+ borderWidth?: number | undefined;
894
+ } | undefined;
895
+ }>>;
896
+ dayScale: z.ZodOptional<z.ZodObject<{
897
+ scalePattern: z.ZodOptional<z.ZodString>;
898
+ formatConfig: z.ZodOptional<z.ZodObject<{
899
+ fontSize: z.ZodOptional<z.ZodNumber>;
900
+ fontBold: z.ZodOptional<z.ZodBoolean>;
901
+ fontItalic: z.ZodOptional<z.ZodBoolean>;
902
+ fontName: z.ZodOptional<z.ZodString>;
903
+ textColor: z.ZodOptional<z.ZodString>;
904
+ backgroundColor: z.ZodOptional<z.ZodString>;
905
+ horizontalAlignment: z.ZodOptional<z.ZodEnum<["LEFT", "CENTER", "RIGHT", "JUSTIFY"]>>;
906
+ verticalAlignment: z.ZodOptional<z.ZodEnum<["TOP", "MIDDLE", "BOTTOM"]>>;
907
+ borderColor: z.ZodOptional<z.ZodString>;
908
+ borderWidth: z.ZodOptional<z.ZodNumber>;
909
+ }, "strip", z.ZodTypeAny, {
910
+ fontSize?: number | undefined;
911
+ fontBold?: boolean | undefined;
912
+ fontItalic?: boolean | undefined;
913
+ fontName?: string | undefined;
914
+ textColor?: string | undefined;
915
+ backgroundColor?: string | undefined;
916
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
917
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
918
+ borderColor?: string | undefined;
919
+ borderWidth?: number | undefined;
920
+ }, {
921
+ fontSize?: number | undefined;
922
+ fontBold?: boolean | undefined;
923
+ fontItalic?: boolean | undefined;
924
+ fontName?: string | undefined;
925
+ textColor?: string | undefined;
926
+ backgroundColor?: string | undefined;
927
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
928
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
929
+ borderColor?: string | undefined;
930
+ borderWidth?: number | undefined;
931
+ }>>;
932
+ }, "strip", z.ZodTypeAny, {
933
+ scalePattern?: string | undefined;
934
+ formatConfig?: {
935
+ fontSize?: number | undefined;
936
+ fontBold?: boolean | undefined;
937
+ fontItalic?: boolean | undefined;
938
+ fontName?: string | undefined;
939
+ textColor?: string | undefined;
940
+ backgroundColor?: string | undefined;
941
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
942
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
943
+ borderColor?: string | undefined;
944
+ borderWidth?: number | undefined;
945
+ } | undefined;
946
+ }, {
947
+ scalePattern?: string | undefined;
948
+ formatConfig?: {
949
+ fontSize?: number | undefined;
950
+ fontBold?: boolean | undefined;
951
+ fontItalic?: boolean | undefined;
952
+ fontName?: string | undefined;
953
+ textColor?: string | undefined;
954
+ backgroundColor?: string | undefined;
955
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
956
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
957
+ borderColor?: string | undefined;
958
+ borderWidth?: number | undefined;
959
+ } | undefined;
960
+ }>>;
961
+ }, "strip", z.ZodTypeAny, {
962
+ enabledTopScales?: ("YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "SOP")[] | undefined;
963
+ enabledBottomScales?: ("YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "SOP")[] | undefined;
964
+ yearScale?: {
965
+ scalePattern?: string | undefined;
966
+ formatConfig?: {
967
+ fontSize?: number | undefined;
968
+ fontBold?: boolean | undefined;
969
+ fontItalic?: boolean | undefined;
970
+ fontName?: string | undefined;
971
+ textColor?: string | undefined;
972
+ backgroundColor?: string | undefined;
973
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
974
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
975
+ borderColor?: string | undefined;
976
+ borderWidth?: number | undefined;
977
+ } | undefined;
978
+ } | undefined;
979
+ quarterScale?: {
980
+ scalePattern?: string | undefined;
981
+ formatConfig?: {
982
+ fontSize?: number | undefined;
983
+ fontBold?: boolean | undefined;
984
+ fontItalic?: boolean | undefined;
985
+ fontName?: string | undefined;
986
+ textColor?: string | undefined;
987
+ backgroundColor?: string | undefined;
988
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
989
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
990
+ borderColor?: string | undefined;
991
+ borderWidth?: number | undefined;
992
+ } | undefined;
993
+ } | undefined;
994
+ monthScale?: {
995
+ scalePattern?: string | undefined;
996
+ formatConfig?: {
997
+ fontSize?: number | undefined;
998
+ fontBold?: boolean | undefined;
999
+ fontItalic?: boolean | undefined;
1000
+ fontName?: string | undefined;
1001
+ textColor?: string | undefined;
1002
+ backgroundColor?: string | undefined;
1003
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1004
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1005
+ borderColor?: string | undefined;
1006
+ borderWidth?: number | undefined;
1007
+ } | undefined;
1008
+ } | undefined;
1009
+ weekScale?: {
1010
+ scalePattern?: string | undefined;
1011
+ formatConfig?: {
1012
+ fontSize?: number | undefined;
1013
+ fontBold?: boolean | undefined;
1014
+ fontItalic?: boolean | undefined;
1015
+ fontName?: string | undefined;
1016
+ textColor?: string | undefined;
1017
+ backgroundColor?: string | undefined;
1018
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1019
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1020
+ borderColor?: string | undefined;
1021
+ borderWidth?: number | undefined;
1022
+ } | undefined;
1023
+ } | undefined;
1024
+ dayScale?: {
1025
+ scalePattern?: string | undefined;
1026
+ formatConfig?: {
1027
+ fontSize?: number | undefined;
1028
+ fontBold?: boolean | undefined;
1029
+ fontItalic?: boolean | undefined;
1030
+ fontName?: string | undefined;
1031
+ textColor?: string | undefined;
1032
+ backgroundColor?: string | undefined;
1033
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1034
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1035
+ borderColor?: string | undefined;
1036
+ borderWidth?: number | undefined;
1037
+ } | undefined;
1038
+ } | undefined;
1039
+ }, {
1040
+ enabledTopScales?: ("YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "SOP")[] | undefined;
1041
+ enabledBottomScales?: ("YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "SOP")[] | undefined;
1042
+ yearScale?: {
1043
+ scalePattern?: string | undefined;
1044
+ formatConfig?: {
1045
+ fontSize?: number | undefined;
1046
+ fontBold?: boolean | undefined;
1047
+ fontItalic?: boolean | undefined;
1048
+ fontName?: string | undefined;
1049
+ textColor?: string | undefined;
1050
+ backgroundColor?: string | undefined;
1051
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1052
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1053
+ borderColor?: string | undefined;
1054
+ borderWidth?: number | undefined;
1055
+ } | undefined;
1056
+ } | undefined;
1057
+ quarterScale?: {
1058
+ scalePattern?: string | undefined;
1059
+ formatConfig?: {
1060
+ fontSize?: number | undefined;
1061
+ fontBold?: boolean | undefined;
1062
+ fontItalic?: boolean | undefined;
1063
+ fontName?: string | undefined;
1064
+ textColor?: string | undefined;
1065
+ backgroundColor?: string | undefined;
1066
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1067
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1068
+ borderColor?: string | undefined;
1069
+ borderWidth?: number | undefined;
1070
+ } | undefined;
1071
+ } | undefined;
1072
+ monthScale?: {
1073
+ scalePattern?: string | undefined;
1074
+ formatConfig?: {
1075
+ fontSize?: number | undefined;
1076
+ fontBold?: boolean | undefined;
1077
+ fontItalic?: boolean | undefined;
1078
+ fontName?: string | undefined;
1079
+ textColor?: string | undefined;
1080
+ backgroundColor?: string | undefined;
1081
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1082
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1083
+ borderColor?: string | undefined;
1084
+ borderWidth?: number | undefined;
1085
+ } | undefined;
1086
+ } | undefined;
1087
+ weekScale?: {
1088
+ scalePattern?: string | undefined;
1089
+ formatConfig?: {
1090
+ fontSize?: number | undefined;
1091
+ fontBold?: boolean | undefined;
1092
+ fontItalic?: boolean | undefined;
1093
+ fontName?: string | undefined;
1094
+ textColor?: string | undefined;
1095
+ backgroundColor?: string | undefined;
1096
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1097
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1098
+ borderColor?: string | undefined;
1099
+ borderWidth?: number | undefined;
1100
+ } | undefined;
1101
+ } | undefined;
1102
+ dayScale?: {
1103
+ scalePattern?: string | undefined;
1104
+ formatConfig?: {
1105
+ fontSize?: number | undefined;
1106
+ fontBold?: boolean | undefined;
1107
+ fontItalic?: boolean | undefined;
1108
+ fontName?: string | undefined;
1109
+ textColor?: string | undefined;
1110
+ backgroundColor?: string | undefined;
1111
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1112
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1113
+ borderColor?: string | undefined;
1114
+ borderWidth?: number | undefined;
1115
+ } | undefined;
1116
+ } | undefined;
1117
+ }>>;
1118
+ export declare const TaskClassesSchema: z.ZodOptional<z.ZodObject<{
1119
+ definitions: z.ZodOptional<z.ZodArray<z.ZodObject<{
1120
+ id: z.ZodOptional<z.ZodString>;
1121
+ name: z.ZodOptional<z.ZodString>;
1122
+ shape: z.ZodOptional<z.ZodString>;
1123
+ fillColor: z.ZodOptional<z.ZodString>;
1124
+ borderColor: z.ZodOptional<z.ZodString>;
1125
+ showInLegend: z.ZodOptional<z.ZodBoolean>;
1126
+ labels: z.ZodOptional<z.ZodArray<z.ZodObject<{
1127
+ position: z.ZodOptional<z.ZodEnum<["LEFT", "CENTER", "RIGHT", "ABOVE", "BELOW"]>>;
1128
+ content: z.ZodOptional<z.ZodString>;
1129
+ format: z.ZodOptional<z.ZodObject<{
1130
+ fontSize: z.ZodOptional<z.ZodNumber>;
1131
+ fontBold: z.ZodOptional<z.ZodBoolean>;
1132
+ fontItalic: z.ZodOptional<z.ZodBoolean>;
1133
+ fontName: z.ZodOptional<z.ZodString>;
1134
+ textColor: z.ZodOptional<z.ZodString>;
1135
+ backgroundColor: z.ZodOptional<z.ZodString>;
1136
+ horizontalAlignment: z.ZodOptional<z.ZodEnum<["LEFT", "CENTER", "RIGHT", "JUSTIFY"]>>;
1137
+ verticalAlignment: z.ZodOptional<z.ZodEnum<["TOP", "MIDDLE", "BOTTOM"]>>;
1138
+ borderColor: z.ZodOptional<z.ZodString>;
1139
+ borderWidth: z.ZodOptional<z.ZodNumber>;
1140
+ }, "strip", z.ZodTypeAny, {
1141
+ fontSize?: number | undefined;
1142
+ fontBold?: boolean | undefined;
1143
+ fontItalic?: boolean | undefined;
1144
+ fontName?: string | undefined;
1145
+ textColor?: string | undefined;
1146
+ backgroundColor?: string | undefined;
1147
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1148
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1149
+ borderColor?: string | undefined;
1150
+ borderWidth?: number | undefined;
1151
+ }, {
1152
+ fontSize?: number | undefined;
1153
+ fontBold?: boolean | undefined;
1154
+ fontItalic?: boolean | undefined;
1155
+ fontName?: string | undefined;
1156
+ textColor?: string | undefined;
1157
+ backgroundColor?: string | undefined;
1158
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1159
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1160
+ borderColor?: string | undefined;
1161
+ borderWidth?: number | undefined;
1162
+ }>>;
1163
+ }, "strip", z.ZodTypeAny, {
1164
+ content?: string | undefined;
1165
+ position?: "LEFT" | "CENTER" | "RIGHT" | "ABOVE" | "BELOW" | undefined;
1166
+ format?: {
1167
+ fontSize?: number | undefined;
1168
+ fontBold?: boolean | undefined;
1169
+ fontItalic?: boolean | undefined;
1170
+ fontName?: string | undefined;
1171
+ textColor?: string | undefined;
1172
+ backgroundColor?: string | undefined;
1173
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1174
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1175
+ borderColor?: string | undefined;
1176
+ borderWidth?: number | undefined;
1177
+ } | undefined;
1178
+ }, {
1179
+ content?: string | undefined;
1180
+ position?: "LEFT" | "CENTER" | "RIGHT" | "ABOVE" | "BELOW" | undefined;
1181
+ format?: {
1182
+ fontSize?: number | undefined;
1183
+ fontBold?: boolean | undefined;
1184
+ fontItalic?: boolean | undefined;
1185
+ fontName?: string | undefined;
1186
+ textColor?: string | undefined;
1187
+ backgroundColor?: string | undefined;
1188
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1189
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1190
+ borderColor?: string | undefined;
1191
+ borderWidth?: number | undefined;
1192
+ } | undefined;
1193
+ }>, "many">>;
1194
+ rollupTaskClass: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
1195
+ }, "strip", z.ZodTypeAny, {
1196
+ name?: string | undefined;
1197
+ id?: string | undefined;
1198
+ borderColor?: string | undefined;
1199
+ shape?: string | undefined;
1200
+ fillColor?: string | undefined;
1201
+ showInLegend?: boolean | undefined;
1202
+ labels?: {
1203
+ content?: string | undefined;
1204
+ position?: "LEFT" | "CENTER" | "RIGHT" | "ABOVE" | "BELOW" | undefined;
1205
+ format?: {
1206
+ fontSize?: number | undefined;
1207
+ fontBold?: boolean | undefined;
1208
+ fontItalic?: boolean | undefined;
1209
+ fontName?: string | undefined;
1210
+ textColor?: string | undefined;
1211
+ backgroundColor?: string | undefined;
1212
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1213
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1214
+ borderColor?: string | undefined;
1215
+ borderWidth?: number | undefined;
1216
+ } | undefined;
1217
+ }[] | undefined;
1218
+ rollupTaskClass?: Record<string, any> | undefined;
1219
+ }, {
1220
+ name?: string | undefined;
1221
+ id?: string | undefined;
1222
+ borderColor?: string | undefined;
1223
+ shape?: string | undefined;
1224
+ fillColor?: string | undefined;
1225
+ showInLegend?: boolean | undefined;
1226
+ labels?: {
1227
+ content?: string | undefined;
1228
+ position?: "LEFT" | "CENTER" | "RIGHT" | "ABOVE" | "BELOW" | undefined;
1229
+ format?: {
1230
+ fontSize?: number | undefined;
1231
+ fontBold?: boolean | undefined;
1232
+ fontItalic?: boolean | undefined;
1233
+ fontName?: string | undefined;
1234
+ textColor?: string | undefined;
1235
+ backgroundColor?: string | undefined;
1236
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1237
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1238
+ borderColor?: string | undefined;
1239
+ borderWidth?: number | undefined;
1240
+ } | undefined;
1241
+ }[] | undefined;
1242
+ rollupTaskClass?: Record<string, any> | undefined;
1243
+ }>, "many">>;
1244
+ }, "strip", z.ZodTypeAny, {
1245
+ definitions?: {
1246
+ name?: string | undefined;
1247
+ id?: string | undefined;
1248
+ borderColor?: string | undefined;
1249
+ shape?: string | undefined;
1250
+ fillColor?: string | undefined;
1251
+ showInLegend?: boolean | undefined;
1252
+ labels?: {
1253
+ content?: string | undefined;
1254
+ position?: "LEFT" | "CENTER" | "RIGHT" | "ABOVE" | "BELOW" | undefined;
1255
+ format?: {
1256
+ fontSize?: number | undefined;
1257
+ fontBold?: boolean | undefined;
1258
+ fontItalic?: boolean | undefined;
1259
+ fontName?: string | undefined;
1260
+ textColor?: string | undefined;
1261
+ backgroundColor?: string | undefined;
1262
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1263
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1264
+ borderColor?: string | undefined;
1265
+ borderWidth?: number | undefined;
1266
+ } | undefined;
1267
+ }[] | undefined;
1268
+ rollupTaskClass?: Record<string, any> | undefined;
1269
+ }[] | undefined;
1270
+ }, {
1271
+ definitions?: {
1272
+ name?: string | undefined;
1273
+ id?: string | undefined;
1274
+ borderColor?: string | undefined;
1275
+ shape?: string | undefined;
1276
+ fillColor?: string | undefined;
1277
+ showInLegend?: boolean | undefined;
1278
+ labels?: {
1279
+ content?: string | undefined;
1280
+ position?: "LEFT" | "CENTER" | "RIGHT" | "ABOVE" | "BELOW" | undefined;
1281
+ format?: {
1282
+ fontSize?: number | undefined;
1283
+ fontBold?: boolean | undefined;
1284
+ fontItalic?: boolean | undefined;
1285
+ fontName?: string | undefined;
1286
+ textColor?: string | undefined;
1287
+ backgroundColor?: string | undefined;
1288
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1289
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1290
+ borderColor?: string | undefined;
1291
+ borderWidth?: number | undefined;
1292
+ } | undefined;
1293
+ }[] | undefined;
1294
+ rollupTaskClass?: Record<string, any> | undefined;
1295
+ }[] | undefined;
1296
+ }>>;
1297
+ export declare const LayoutSchema: z.ZodOptional<z.ZodObject<{
1298
+ tableRowHeight: z.ZodOptional<z.ZodNumber>;
1299
+ tableRowPaddingTop: z.ZodOptional<z.ZodNumber>;
1300
+ tableRowPaddingBottom: z.ZodOptional<z.ZodNumber>;
1301
+ columnsLeft: z.ZodOptional<z.ZodArray<z.ZodObject<{
1302
+ id: z.ZodOptional<z.ZodString>;
1303
+ name: z.ZodOptional<z.ZodString>;
1304
+ width: z.ZodOptional<z.ZodNumber>;
1305
+ minWidth: z.ZodOptional<z.ZodNumber>;
1306
+ maxWidth: z.ZodOptional<z.ZodNumber>;
1307
+ visible: z.ZodOptional<z.ZodBoolean>;
1308
+ resizable: z.ZodOptional<z.ZodBoolean>;
1309
+ sortable: z.ZodOptional<z.ZodBoolean>;
1310
+ alignment: z.ZodOptional<z.ZodEnum<["LEFT", "CENTER", "RIGHT"]>>;
1311
+ verticalAlignment: z.ZodOptional<z.ZodEnum<["TOP", "MIDDLE", "BOTTOM"]>>;
1312
+ format: z.ZodOptional<z.ZodObject<{
1313
+ fontSize: z.ZodOptional<z.ZodNumber>;
1314
+ fontBold: z.ZodOptional<z.ZodBoolean>;
1315
+ fontItalic: z.ZodOptional<z.ZodBoolean>;
1316
+ fontName: z.ZodOptional<z.ZodString>;
1317
+ textColor: z.ZodOptional<z.ZodString>;
1318
+ backgroundColor: z.ZodOptional<z.ZodString>;
1319
+ horizontalAlignment: z.ZodOptional<z.ZodEnum<["LEFT", "CENTER", "RIGHT", "JUSTIFY"]>>;
1320
+ verticalAlignment: z.ZodOptional<z.ZodEnum<["TOP", "MIDDLE", "BOTTOM"]>>;
1321
+ borderColor: z.ZodOptional<z.ZodString>;
1322
+ borderWidth: z.ZodOptional<z.ZodNumber>;
1323
+ }, "strip", z.ZodTypeAny, {
1324
+ fontSize?: number | undefined;
1325
+ fontBold?: boolean | undefined;
1326
+ fontItalic?: boolean | undefined;
1327
+ fontName?: string | undefined;
1328
+ textColor?: string | undefined;
1329
+ backgroundColor?: string | undefined;
1330
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1331
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1332
+ borderColor?: string | undefined;
1333
+ borderWidth?: number | undefined;
1334
+ }, {
1335
+ fontSize?: number | undefined;
1336
+ fontBold?: boolean | undefined;
1337
+ fontItalic?: boolean | undefined;
1338
+ fontName?: string | undefined;
1339
+ textColor?: string | undefined;
1340
+ backgroundColor?: string | undefined;
1341
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1342
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1343
+ borderColor?: string | undefined;
1344
+ borderWidth?: number | undefined;
1345
+ }>>;
1346
+ headerFormat: z.ZodOptional<z.ZodObject<{
1347
+ fontSize: z.ZodOptional<z.ZodNumber>;
1348
+ fontBold: z.ZodOptional<z.ZodBoolean>;
1349
+ fontItalic: z.ZodOptional<z.ZodBoolean>;
1350
+ fontName: z.ZodOptional<z.ZodString>;
1351
+ textColor: z.ZodOptional<z.ZodString>;
1352
+ backgroundColor: z.ZodOptional<z.ZodString>;
1353
+ horizontalAlignment: z.ZodOptional<z.ZodEnum<["LEFT", "CENTER", "RIGHT", "JUSTIFY"]>>;
1354
+ verticalAlignment: z.ZodOptional<z.ZodEnum<["TOP", "MIDDLE", "BOTTOM"]>>;
1355
+ borderColor: z.ZodOptional<z.ZodString>;
1356
+ borderWidth: z.ZodOptional<z.ZodNumber>;
1357
+ }, "strip", z.ZodTypeAny, {
1358
+ fontSize?: number | undefined;
1359
+ fontBold?: boolean | undefined;
1360
+ fontItalic?: boolean | undefined;
1361
+ fontName?: string | undefined;
1362
+ textColor?: string | undefined;
1363
+ backgroundColor?: string | undefined;
1364
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1365
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1366
+ borderColor?: string | undefined;
1367
+ borderWidth?: number | undefined;
1368
+ }, {
1369
+ fontSize?: number | undefined;
1370
+ fontBold?: boolean | undefined;
1371
+ fontItalic?: boolean | undefined;
1372
+ fontName?: string | undefined;
1373
+ textColor?: string | undefined;
1374
+ backgroundColor?: string | undefined;
1375
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1376
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1377
+ borderColor?: string | undefined;
1378
+ borderWidth?: number | undefined;
1379
+ }>>;
1380
+ }, "strip", z.ZodTypeAny, {
1381
+ name?: string | undefined;
1382
+ id?: string | undefined;
1383
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1384
+ format?: {
1385
+ fontSize?: number | undefined;
1386
+ fontBold?: boolean | undefined;
1387
+ fontItalic?: boolean | undefined;
1388
+ fontName?: string | undefined;
1389
+ textColor?: string | undefined;
1390
+ backgroundColor?: string | undefined;
1391
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1392
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1393
+ borderColor?: string | undefined;
1394
+ borderWidth?: number | undefined;
1395
+ } | undefined;
1396
+ width?: number | undefined;
1397
+ minWidth?: number | undefined;
1398
+ maxWidth?: number | undefined;
1399
+ visible?: boolean | undefined;
1400
+ resizable?: boolean | undefined;
1401
+ sortable?: boolean | undefined;
1402
+ alignment?: "LEFT" | "CENTER" | "RIGHT" | undefined;
1403
+ headerFormat?: {
1404
+ fontSize?: number | undefined;
1405
+ fontBold?: boolean | undefined;
1406
+ fontItalic?: boolean | undefined;
1407
+ fontName?: string | undefined;
1408
+ textColor?: string | undefined;
1409
+ backgroundColor?: string | undefined;
1410
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1411
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1412
+ borderColor?: string | undefined;
1413
+ borderWidth?: number | undefined;
1414
+ } | undefined;
1415
+ }, {
1416
+ name?: string | undefined;
1417
+ id?: string | undefined;
1418
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1419
+ format?: {
1420
+ fontSize?: number | undefined;
1421
+ fontBold?: boolean | undefined;
1422
+ fontItalic?: boolean | undefined;
1423
+ fontName?: string | undefined;
1424
+ textColor?: string | undefined;
1425
+ backgroundColor?: string | undefined;
1426
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1427
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1428
+ borderColor?: string | undefined;
1429
+ borderWidth?: number | undefined;
1430
+ } | undefined;
1431
+ width?: number | undefined;
1432
+ minWidth?: number | undefined;
1433
+ maxWidth?: number | undefined;
1434
+ visible?: boolean | undefined;
1435
+ resizable?: boolean | undefined;
1436
+ sortable?: boolean | undefined;
1437
+ alignment?: "LEFT" | "CENTER" | "RIGHT" | undefined;
1438
+ headerFormat?: {
1439
+ fontSize?: number | undefined;
1440
+ fontBold?: boolean | undefined;
1441
+ fontItalic?: boolean | undefined;
1442
+ fontName?: string | undefined;
1443
+ textColor?: string | undefined;
1444
+ backgroundColor?: string | undefined;
1445
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1446
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1447
+ borderColor?: string | undefined;
1448
+ borderWidth?: number | undefined;
1449
+ } | undefined;
1450
+ }>, "many">>;
1451
+ columnsRight: z.ZodOptional<z.ZodArray<z.ZodObject<{
1452
+ id: z.ZodOptional<z.ZodString>;
1453
+ name: z.ZodOptional<z.ZodString>;
1454
+ width: z.ZodOptional<z.ZodNumber>;
1455
+ minWidth: z.ZodOptional<z.ZodNumber>;
1456
+ maxWidth: z.ZodOptional<z.ZodNumber>;
1457
+ visible: z.ZodOptional<z.ZodBoolean>;
1458
+ resizable: z.ZodOptional<z.ZodBoolean>;
1459
+ sortable: z.ZodOptional<z.ZodBoolean>;
1460
+ alignment: z.ZodOptional<z.ZodEnum<["LEFT", "CENTER", "RIGHT"]>>;
1461
+ verticalAlignment: z.ZodOptional<z.ZodEnum<["TOP", "MIDDLE", "BOTTOM"]>>;
1462
+ format: z.ZodOptional<z.ZodObject<{
1463
+ fontSize: z.ZodOptional<z.ZodNumber>;
1464
+ fontBold: z.ZodOptional<z.ZodBoolean>;
1465
+ fontItalic: z.ZodOptional<z.ZodBoolean>;
1466
+ fontName: z.ZodOptional<z.ZodString>;
1467
+ textColor: z.ZodOptional<z.ZodString>;
1468
+ backgroundColor: z.ZodOptional<z.ZodString>;
1469
+ horizontalAlignment: z.ZodOptional<z.ZodEnum<["LEFT", "CENTER", "RIGHT", "JUSTIFY"]>>;
1470
+ verticalAlignment: z.ZodOptional<z.ZodEnum<["TOP", "MIDDLE", "BOTTOM"]>>;
1471
+ borderColor: z.ZodOptional<z.ZodString>;
1472
+ borderWidth: z.ZodOptional<z.ZodNumber>;
1473
+ }, "strip", z.ZodTypeAny, {
1474
+ fontSize?: number | undefined;
1475
+ fontBold?: boolean | undefined;
1476
+ fontItalic?: boolean | undefined;
1477
+ fontName?: string | undefined;
1478
+ textColor?: string | undefined;
1479
+ backgroundColor?: string | undefined;
1480
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1481
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1482
+ borderColor?: string | undefined;
1483
+ borderWidth?: number | undefined;
1484
+ }, {
1485
+ fontSize?: number | undefined;
1486
+ fontBold?: boolean | undefined;
1487
+ fontItalic?: boolean | undefined;
1488
+ fontName?: string | undefined;
1489
+ textColor?: string | undefined;
1490
+ backgroundColor?: string | undefined;
1491
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1492
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1493
+ borderColor?: string | undefined;
1494
+ borderWidth?: number | undefined;
1495
+ }>>;
1496
+ headerFormat: z.ZodOptional<z.ZodObject<{
1497
+ fontSize: z.ZodOptional<z.ZodNumber>;
1498
+ fontBold: z.ZodOptional<z.ZodBoolean>;
1499
+ fontItalic: z.ZodOptional<z.ZodBoolean>;
1500
+ fontName: z.ZodOptional<z.ZodString>;
1501
+ textColor: z.ZodOptional<z.ZodString>;
1502
+ backgroundColor: z.ZodOptional<z.ZodString>;
1503
+ horizontalAlignment: z.ZodOptional<z.ZodEnum<["LEFT", "CENTER", "RIGHT", "JUSTIFY"]>>;
1504
+ verticalAlignment: z.ZodOptional<z.ZodEnum<["TOP", "MIDDLE", "BOTTOM"]>>;
1505
+ borderColor: z.ZodOptional<z.ZodString>;
1506
+ borderWidth: z.ZodOptional<z.ZodNumber>;
1507
+ }, "strip", z.ZodTypeAny, {
1508
+ fontSize?: number | undefined;
1509
+ fontBold?: boolean | undefined;
1510
+ fontItalic?: boolean | undefined;
1511
+ fontName?: string | undefined;
1512
+ textColor?: string | undefined;
1513
+ backgroundColor?: string | undefined;
1514
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1515
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1516
+ borderColor?: string | undefined;
1517
+ borderWidth?: number | undefined;
1518
+ }, {
1519
+ fontSize?: number | undefined;
1520
+ fontBold?: boolean | undefined;
1521
+ fontItalic?: boolean | undefined;
1522
+ fontName?: string | undefined;
1523
+ textColor?: string | undefined;
1524
+ backgroundColor?: string | undefined;
1525
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1526
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1527
+ borderColor?: string | undefined;
1528
+ borderWidth?: number | undefined;
1529
+ }>>;
1530
+ }, "strip", z.ZodTypeAny, {
1531
+ name?: string | undefined;
1532
+ id?: string | undefined;
1533
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1534
+ format?: {
1535
+ fontSize?: number | undefined;
1536
+ fontBold?: boolean | undefined;
1537
+ fontItalic?: boolean | undefined;
1538
+ fontName?: string | undefined;
1539
+ textColor?: string | undefined;
1540
+ backgroundColor?: string | undefined;
1541
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1542
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1543
+ borderColor?: string | undefined;
1544
+ borderWidth?: number | undefined;
1545
+ } | undefined;
1546
+ width?: number | undefined;
1547
+ minWidth?: number | undefined;
1548
+ maxWidth?: number | undefined;
1549
+ visible?: boolean | undefined;
1550
+ resizable?: boolean | undefined;
1551
+ sortable?: boolean | undefined;
1552
+ alignment?: "LEFT" | "CENTER" | "RIGHT" | undefined;
1553
+ headerFormat?: {
1554
+ fontSize?: number | undefined;
1555
+ fontBold?: boolean | undefined;
1556
+ fontItalic?: boolean | undefined;
1557
+ fontName?: string | undefined;
1558
+ textColor?: string | undefined;
1559
+ backgroundColor?: string | undefined;
1560
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1561
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1562
+ borderColor?: string | undefined;
1563
+ borderWidth?: number | undefined;
1564
+ } | undefined;
1565
+ }, {
1566
+ name?: string | undefined;
1567
+ id?: string | undefined;
1568
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1569
+ format?: {
1570
+ fontSize?: number | undefined;
1571
+ fontBold?: boolean | undefined;
1572
+ fontItalic?: boolean | undefined;
1573
+ fontName?: string | undefined;
1574
+ textColor?: string | undefined;
1575
+ backgroundColor?: string | undefined;
1576
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1577
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1578
+ borderColor?: string | undefined;
1579
+ borderWidth?: number | undefined;
1580
+ } | undefined;
1581
+ width?: number | undefined;
1582
+ minWidth?: number | undefined;
1583
+ maxWidth?: number | undefined;
1584
+ visible?: boolean | undefined;
1585
+ resizable?: boolean | undefined;
1586
+ sortable?: boolean | undefined;
1587
+ alignment?: "LEFT" | "CENTER" | "RIGHT" | undefined;
1588
+ headerFormat?: {
1589
+ fontSize?: number | undefined;
1590
+ fontBold?: boolean | undefined;
1591
+ fontItalic?: boolean | undefined;
1592
+ fontName?: string | undefined;
1593
+ textColor?: string | undefined;
1594
+ backgroundColor?: string | undefined;
1595
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1596
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1597
+ borderColor?: string | undefined;
1598
+ borderWidth?: number | undefined;
1599
+ } | undefined;
1600
+ }>, "many">>;
1601
+ numberOfHorizontalSlides: z.ZodOptional<z.ZodNumber>;
1602
+ adjustAllRowsOnSinglePage: z.ZodOptional<z.ZodBoolean>;
1603
+ autoWrapTextInTable: z.ZodOptional<z.ZodBoolean>;
1604
+ tableConfig: z.ZodOptional<z.ZodObject<{
1605
+ showBorders: z.ZodOptional<z.ZodBoolean>;
1606
+ borderColor: z.ZodOptional<z.ZodString>;
1607
+ borderWidth: z.ZodOptional<z.ZodNumber>;
1608
+ alternatingRowColors: z.ZodOptional<z.ZodBoolean>;
1609
+ evenRowColor: z.ZodOptional<z.ZodString>;
1610
+ oddRowColor: z.ZodOptional<z.ZodString>;
1611
+ headerRowColor: z.ZodOptional<z.ZodString>;
1612
+ headerTextColor: z.ZodOptional<z.ZodString>;
1613
+ gridLines: z.ZodOptional<z.ZodBoolean>;
1614
+ cellPadding: z.ZodOptional<z.ZodNumber>;
1615
+ tableStyle: z.ZodOptional<z.ZodString>;
1616
+ }, "strip", z.ZodTypeAny, {
1617
+ borderColor?: string | undefined;
1618
+ borderWidth?: number | undefined;
1619
+ showBorders?: boolean | undefined;
1620
+ alternatingRowColors?: boolean | undefined;
1621
+ evenRowColor?: string | undefined;
1622
+ oddRowColor?: string | undefined;
1623
+ headerRowColor?: string | undefined;
1624
+ headerTextColor?: string | undefined;
1625
+ gridLines?: boolean | undefined;
1626
+ cellPadding?: number | undefined;
1627
+ tableStyle?: string | undefined;
1628
+ }, {
1629
+ borderColor?: string | undefined;
1630
+ borderWidth?: number | undefined;
1631
+ showBorders?: boolean | undefined;
1632
+ alternatingRowColors?: boolean | undefined;
1633
+ evenRowColor?: string | undefined;
1634
+ oddRowColor?: string | undefined;
1635
+ headerRowColor?: string | undefined;
1636
+ headerTextColor?: string | undefined;
1637
+ gridLines?: boolean | undefined;
1638
+ cellPadding?: number | undefined;
1639
+ tableStyle?: string | undefined;
1640
+ }>>;
1641
+ }, "strip", z.ZodTypeAny, {
1642
+ tableRowHeight?: number | undefined;
1643
+ tableRowPaddingTop?: number | undefined;
1644
+ tableRowPaddingBottom?: number | undefined;
1645
+ columnsLeft?: {
1646
+ name?: string | undefined;
1647
+ id?: string | undefined;
1648
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1649
+ format?: {
1650
+ fontSize?: number | undefined;
1651
+ fontBold?: boolean | undefined;
1652
+ fontItalic?: boolean | undefined;
1653
+ fontName?: string | undefined;
1654
+ textColor?: string | undefined;
1655
+ backgroundColor?: string | undefined;
1656
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1657
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1658
+ borderColor?: string | undefined;
1659
+ borderWidth?: number | undefined;
1660
+ } | undefined;
1661
+ width?: number | undefined;
1662
+ minWidth?: number | undefined;
1663
+ maxWidth?: number | undefined;
1664
+ visible?: boolean | undefined;
1665
+ resizable?: boolean | undefined;
1666
+ sortable?: boolean | undefined;
1667
+ alignment?: "LEFT" | "CENTER" | "RIGHT" | undefined;
1668
+ headerFormat?: {
1669
+ fontSize?: number | undefined;
1670
+ fontBold?: boolean | undefined;
1671
+ fontItalic?: boolean | undefined;
1672
+ fontName?: string | undefined;
1673
+ textColor?: string | undefined;
1674
+ backgroundColor?: string | undefined;
1675
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1676
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1677
+ borderColor?: string | undefined;
1678
+ borderWidth?: number | undefined;
1679
+ } | undefined;
1680
+ }[] | undefined;
1681
+ columnsRight?: {
1682
+ name?: string | undefined;
1683
+ id?: string | undefined;
1684
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1685
+ format?: {
1686
+ fontSize?: number | undefined;
1687
+ fontBold?: boolean | undefined;
1688
+ fontItalic?: boolean | undefined;
1689
+ fontName?: string | undefined;
1690
+ textColor?: string | undefined;
1691
+ backgroundColor?: string | undefined;
1692
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1693
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1694
+ borderColor?: string | undefined;
1695
+ borderWidth?: number | undefined;
1696
+ } | undefined;
1697
+ width?: number | undefined;
1698
+ minWidth?: number | undefined;
1699
+ maxWidth?: number | undefined;
1700
+ visible?: boolean | undefined;
1701
+ resizable?: boolean | undefined;
1702
+ sortable?: boolean | undefined;
1703
+ alignment?: "LEFT" | "CENTER" | "RIGHT" | undefined;
1704
+ headerFormat?: {
1705
+ fontSize?: number | undefined;
1706
+ fontBold?: boolean | undefined;
1707
+ fontItalic?: boolean | undefined;
1708
+ fontName?: string | undefined;
1709
+ textColor?: string | undefined;
1710
+ backgroundColor?: string | undefined;
1711
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1712
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1713
+ borderColor?: string | undefined;
1714
+ borderWidth?: number | undefined;
1715
+ } | undefined;
1716
+ }[] | undefined;
1717
+ numberOfHorizontalSlides?: number | undefined;
1718
+ adjustAllRowsOnSinglePage?: boolean | undefined;
1719
+ autoWrapTextInTable?: boolean | undefined;
1720
+ tableConfig?: {
1721
+ borderColor?: string | undefined;
1722
+ borderWidth?: number | undefined;
1723
+ showBorders?: boolean | undefined;
1724
+ alternatingRowColors?: boolean | undefined;
1725
+ evenRowColor?: string | undefined;
1726
+ oddRowColor?: string | undefined;
1727
+ headerRowColor?: string | undefined;
1728
+ headerTextColor?: string | undefined;
1729
+ gridLines?: boolean | undefined;
1730
+ cellPadding?: number | undefined;
1731
+ tableStyle?: string | undefined;
1732
+ } | undefined;
1733
+ }, {
1734
+ tableRowHeight?: number | undefined;
1735
+ tableRowPaddingTop?: number | undefined;
1736
+ tableRowPaddingBottom?: number | undefined;
1737
+ columnsLeft?: {
1738
+ name?: string | undefined;
1739
+ id?: string | undefined;
1740
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1741
+ format?: {
1742
+ fontSize?: number | undefined;
1743
+ fontBold?: boolean | undefined;
1744
+ fontItalic?: boolean | undefined;
1745
+ fontName?: string | undefined;
1746
+ textColor?: string | undefined;
1747
+ backgroundColor?: string | undefined;
1748
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1749
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1750
+ borderColor?: string | undefined;
1751
+ borderWidth?: number | undefined;
1752
+ } | undefined;
1753
+ width?: number | undefined;
1754
+ minWidth?: number | undefined;
1755
+ maxWidth?: number | undefined;
1756
+ visible?: boolean | undefined;
1757
+ resizable?: boolean | undefined;
1758
+ sortable?: boolean | undefined;
1759
+ alignment?: "LEFT" | "CENTER" | "RIGHT" | undefined;
1760
+ headerFormat?: {
1761
+ fontSize?: number | undefined;
1762
+ fontBold?: boolean | undefined;
1763
+ fontItalic?: boolean | undefined;
1764
+ fontName?: string | undefined;
1765
+ textColor?: string | undefined;
1766
+ backgroundColor?: string | undefined;
1767
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1768
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1769
+ borderColor?: string | undefined;
1770
+ borderWidth?: number | undefined;
1771
+ } | undefined;
1772
+ }[] | undefined;
1773
+ columnsRight?: {
1774
+ name?: string | undefined;
1775
+ id?: string | undefined;
1776
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1777
+ format?: {
1778
+ fontSize?: number | undefined;
1779
+ fontBold?: boolean | undefined;
1780
+ fontItalic?: boolean | undefined;
1781
+ fontName?: string | undefined;
1782
+ textColor?: string | undefined;
1783
+ backgroundColor?: string | undefined;
1784
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1785
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1786
+ borderColor?: string | undefined;
1787
+ borderWidth?: number | undefined;
1788
+ } | undefined;
1789
+ width?: number | undefined;
1790
+ minWidth?: number | undefined;
1791
+ maxWidth?: number | undefined;
1792
+ visible?: boolean | undefined;
1793
+ resizable?: boolean | undefined;
1794
+ sortable?: boolean | undefined;
1795
+ alignment?: "LEFT" | "CENTER" | "RIGHT" | undefined;
1796
+ headerFormat?: {
1797
+ fontSize?: number | undefined;
1798
+ fontBold?: boolean | undefined;
1799
+ fontItalic?: boolean | undefined;
1800
+ fontName?: string | undefined;
1801
+ textColor?: string | undefined;
1802
+ backgroundColor?: string | undefined;
1803
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1804
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1805
+ borderColor?: string | undefined;
1806
+ borderWidth?: number | undefined;
1807
+ } | undefined;
1808
+ }[] | undefined;
1809
+ numberOfHorizontalSlides?: number | undefined;
1810
+ adjustAllRowsOnSinglePage?: boolean | undefined;
1811
+ autoWrapTextInTable?: boolean | undefined;
1812
+ tableConfig?: {
1813
+ borderColor?: string | undefined;
1814
+ borderWidth?: number | undefined;
1815
+ showBorders?: boolean | undefined;
1816
+ alternatingRowColors?: boolean | undefined;
1817
+ evenRowColor?: string | undefined;
1818
+ oddRowColor?: string | undefined;
1819
+ headerRowColor?: string | undefined;
1820
+ headerTextColor?: string | undefined;
1821
+ gridLines?: boolean | undefined;
1822
+ cellPadding?: number | undefined;
1823
+ tableStyle?: string | undefined;
1824
+ } | undefined;
1825
+ }>>;
1826
+ export declare const AdvancedVisualizationSchema: z.ZodOptional<z.ZodObject<{
1827
+ showCriticalPath: z.ZodOptional<z.ZodBoolean>;
1828
+ showResourceNames: z.ZodOptional<z.ZodBoolean>;
1829
+ showProgress: z.ZodOptional<z.ZodBoolean>;
1830
+ showConstraints: z.ZodOptional<z.ZodBoolean>;
1831
+ showMilestoneLabels: z.ZodOptional<z.ZodBoolean>;
1832
+ progressType: z.ZodOptional<z.ZodEnum<["BAR", "PERCENTAGE", "BOTH"]>>;
1833
+ showCompletedTasks: z.ZodOptional<z.ZodBoolean>;
1834
+ highlightOverdueTasks: z.ZodOptional<z.ZodBoolean>;
1835
+ }, "strip", z.ZodTypeAny, {
1836
+ showCriticalPath?: boolean | undefined;
1837
+ showResourceNames?: boolean | undefined;
1838
+ showProgress?: boolean | undefined;
1839
+ showConstraints?: boolean | undefined;
1840
+ showMilestoneLabels?: boolean | undefined;
1841
+ progressType?: "BAR" | "PERCENTAGE" | "BOTH" | undefined;
1842
+ showCompletedTasks?: boolean | undefined;
1843
+ highlightOverdueTasks?: boolean | undefined;
1844
+ }, {
1845
+ showCriticalPath?: boolean | undefined;
1846
+ showResourceNames?: boolean | undefined;
1847
+ showProgress?: boolean | undefined;
1848
+ showConstraints?: boolean | undefined;
1849
+ showMilestoneLabels?: boolean | undefined;
1850
+ progressType?: "BAR" | "PERCENTAGE" | "BOTH" | undefined;
1851
+ showCompletedTasks?: boolean | undefined;
1852
+ highlightOverdueTasks?: boolean | undefined;
1853
+ }>>;
1854
+ export declare const LegendSchema: z.ZodOptional<z.ZodObject<{
1855
+ showLegend: z.ZodOptional<z.ZodBoolean>;
1856
+ position: z.ZodOptional<z.ZodEnum<["TOP", "BOTTOM", "LEFT", "RIGHT"]>>;
1857
+ showTaskTypes: z.ZodOptional<z.ZodBoolean>;
1858
+ showConstraintTypes: z.ZodOptional<z.ZodBoolean>;
1859
+ showProgressScale: z.ZodOptional<z.ZodBoolean>;
1860
+ legendFormat: z.ZodOptional<z.ZodObject<{
1861
+ fontSize: z.ZodOptional<z.ZodNumber>;
1862
+ fontBold: z.ZodOptional<z.ZodBoolean>;
1863
+ fontItalic: z.ZodOptional<z.ZodBoolean>;
1864
+ fontName: z.ZodOptional<z.ZodString>;
1865
+ textColor: z.ZodOptional<z.ZodString>;
1866
+ backgroundColor: z.ZodOptional<z.ZodString>;
1867
+ horizontalAlignment: z.ZodOptional<z.ZodEnum<["LEFT", "CENTER", "RIGHT", "JUSTIFY"]>>;
1868
+ verticalAlignment: z.ZodOptional<z.ZodEnum<["TOP", "MIDDLE", "BOTTOM"]>>;
1869
+ borderColor: z.ZodOptional<z.ZodString>;
1870
+ borderWidth: z.ZodOptional<z.ZodNumber>;
1871
+ }, "strip", z.ZodTypeAny, {
1872
+ fontSize?: number | undefined;
1873
+ fontBold?: boolean | undefined;
1874
+ fontItalic?: boolean | undefined;
1875
+ fontName?: string | undefined;
1876
+ textColor?: string | undefined;
1877
+ backgroundColor?: string | undefined;
1878
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1879
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1880
+ borderColor?: string | undefined;
1881
+ borderWidth?: number | undefined;
1882
+ }, {
1883
+ fontSize?: number | undefined;
1884
+ fontBold?: boolean | undefined;
1885
+ fontItalic?: boolean | undefined;
1886
+ fontName?: string | undefined;
1887
+ textColor?: string | undefined;
1888
+ backgroundColor?: string | undefined;
1889
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1890
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1891
+ borderColor?: string | undefined;
1892
+ borderWidth?: number | undefined;
1893
+ }>>;
1894
+ legendWidth: z.ZodOptional<z.ZodNumber>;
1895
+ legendHeight: z.ZodOptional<z.ZodNumber>;
1896
+ }, "strip", z.ZodTypeAny, {
1897
+ position?: "LEFT" | "RIGHT" | "TOP" | "BOTTOM" | undefined;
1898
+ showLegend?: boolean | undefined;
1899
+ showTaskTypes?: boolean | undefined;
1900
+ showConstraintTypes?: boolean | undefined;
1901
+ showProgressScale?: boolean | undefined;
1902
+ legendFormat?: {
1903
+ fontSize?: number | undefined;
1904
+ fontBold?: boolean | undefined;
1905
+ fontItalic?: boolean | undefined;
1906
+ fontName?: string | undefined;
1907
+ textColor?: string | undefined;
1908
+ backgroundColor?: string | undefined;
1909
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1910
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1911
+ borderColor?: string | undefined;
1912
+ borderWidth?: number | undefined;
1913
+ } | undefined;
1914
+ legendWidth?: number | undefined;
1915
+ legendHeight?: number | undefined;
1916
+ }, {
1917
+ position?: "LEFT" | "RIGHT" | "TOP" | "BOTTOM" | undefined;
1918
+ showLegend?: boolean | undefined;
1919
+ showTaskTypes?: boolean | undefined;
1920
+ showConstraintTypes?: boolean | undefined;
1921
+ showProgressScale?: boolean | undefined;
1922
+ legendFormat?: {
1923
+ fontSize?: number | undefined;
1924
+ fontBold?: boolean | undefined;
1925
+ fontItalic?: boolean | undefined;
1926
+ fontName?: string | undefined;
1927
+ textColor?: string | undefined;
1928
+ backgroundColor?: string | undefined;
1929
+ horizontalAlignment?: "LEFT" | "CENTER" | "RIGHT" | "JUSTIFY" | undefined;
1930
+ verticalAlignment?: "TOP" | "MIDDLE" | "BOTTOM" | undefined;
1931
+ borderColor?: string | undefined;
1932
+ borderWidth?: number | undefined;
1933
+ } | undefined;
1934
+ legendWidth?: number | undefined;
1935
+ legendHeight?: number | undefined;
1936
+ }>>;
1937
+ //# sourceMappingURL=ppt-export-schemas.d.ts.map