@pitcher/js-api 1.24.0-beta.3 → 1.24.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (491) hide show
  1. package/README.md +3 -3
  2. package/impact-js-api.spec.json +212 -0
  3. package/js-api.esm.js +2416 -2358
  4. package/js-api.esm.js.map +1 -1
  5. package/js-api.umd.min.js +10 -10
  6. package/js-api.umd.min.js.map +1 -1
  7. package/lib/apps/agenda-selector/components/AgendaGroup.vue.d.ts +4 -4
  8. package/lib/apps/agenda-selector/components/AgendaItem.vue.d.ts +6 -11
  9. package/lib/apps/agenda-selector/components/AgendaToolbar.vue.d.ts +1 -1
  10. package/lib/apps/agenda-selector/components/AppFooter.vue.d.ts +1 -1
  11. package/lib/apps/agenda-selector/components/AppHeader.vue.d.ts +1 -1
  12. package/lib/apps/agenda-selector/components/modals/ApplicationBlockSelectorModal.vue.d.ts +1036 -5
  13. package/lib/apps/agenda-selector/components/modals/MoveItemModal.vue.d.ts +4 -6
  14. package/lib/apps/agenda-selector/composables/application-block-selector-modal.use.d.ts +1 -1
  15. package/lib/apps/agenda-selector/composables/content-warning.use.d.ts +7 -0
  16. package/lib/apps/agenda-selector/composables/move-item-modal.use.d.ts +8 -2
  17. package/lib/apps/agenda-selector/constants.d.ts +10 -0
  18. package/lib/apps/agenda-selector/export.d.ts +2 -0
  19. package/lib/apps/agenda-selector/stores/app.store.d.ts +7 -3
  20. package/lib/apps/agenda-selector/types/agenda.type.d.ts +4 -5
  21. package/lib/apps/agenda-selector/types/common.type.d.ts +6 -2
  22. package/lib/apps/agenda-selector/utils/data.util.d.ts +7 -1
  23. package/lib/apps/browser/App.vue.d.ts +18 -155
  24. package/lib/apps/browser/appTypes.d.ts +22 -0
  25. package/lib/apps/browser/components/Content/ActionsToolbar/ActionsToolbar.vue.d.ts +162 -1
  26. package/lib/apps/browser/components/Content/ActionsToolbar/SelectionActions.vue.d.ts +1 -1
  27. package/lib/apps/browser/components/Content/AllContent/Empty/FoldersFilesEmpty.vue.d.ts +1 -1
  28. package/lib/apps/browser/components/Content/Common/BrowserListItem.vue.d.ts +15 -22
  29. package/lib/apps/browser/components/Content/Common/SmartFolderListItem.vue.d.ts +37 -0
  30. package/lib/apps/browser/components/Content/Content.vue.d.ts +4 -3
  31. package/lib/apps/browser/components/Content/Panel/FolderPanel/BasicInfo.vue.d.ts +1 -1
  32. package/lib/apps/browser/components/Content/Panel/FolderPanel/Details.vue.d.ts +1 -1
  33. package/lib/apps/browser/components/Content/Panel/FolderPanel/FolderPanel.vue.d.ts +1 -1
  34. package/lib/apps/browser/components/Content/Panel/ItemsPanel/ItemsPanel.vue.d.ts +1 -1
  35. package/lib/apps/browser/components/Content/Panel/NoItemPanel/NoItemPanel.vue.d.ts +1 -1
  36. package/lib/apps/browser/components/Content/Panel/Panel.vue.d.ts +8 -8
  37. package/lib/apps/browser/components/Content/Panel/QuickAccessPanelItem.vue.d.ts +7 -6
  38. package/lib/apps/browser/components/ContextMenu/ContextMenuDropdown.vue.d.ts +4 -0
  39. package/lib/apps/browser/components/ContextMenu/FavoriteButton.vue.d.ts +3 -4
  40. package/lib/apps/browser/components/ContextMenu/FileDetailsPanelButton.vue.d.ts +3 -4
  41. package/lib/{components/CFileViewer/CFileViewerShare.vue.d.ts → apps/browser/components/FileSmartFoldersConfigurationModal.vue.d.ts} +2 -4
  42. package/lib/apps/browser/components/FileSmartFoldersMissingConfig.vue.d.ts +6 -0
  43. package/lib/apps/browser/components/FileSmartFoldersToolbar.vue.d.ts +12 -0
  44. package/lib/apps/browser/components/UploadFilesDropzone/UploadFilesDropzone.vue.d.ts +5 -4
  45. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModal.vue.d.ts +372 -1
  46. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalButtons.vue.d.ts +5 -6
  47. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalFileList.vue.d.ts +4 -5
  48. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalInput.vue.d.ts +3 -1
  49. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalProperties.vue.d.ts +4 -5
  50. package/lib/apps/browser/stores/api.d.ts +48 -18
  51. package/lib/apps/browser/stores/app.d.ts +9 -3
  52. package/lib/apps/browser/stores/fileSmartFolderStore.d.ts +95 -0
  53. package/lib/apps/browser/stores/upload.d.ts +20 -12
  54. package/lib/apps/browser/util/file.d.ts +1 -0
  55. package/lib/apps/canvas-builder/App.helpers.d.ts +5 -1
  56. package/lib/apps/canvas-builder/App.vue.d.ts +27 -32
  57. package/lib/apps/canvas-builder/components/container/AddComponentModal/AddComponentModal.vue.d.ts +1037 -4
  58. package/lib/apps/canvas-builder/components/container/CanvasCompletionWizard/CanvasCompletionWizard.vue.d.ts +4 -0
  59. package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.vue.d.ts +467 -1
  60. package/lib/apps/canvas-builder/components/container/ComponentDrawer/ComponentDrawer.vue.d.ts +2 -1
  61. package/lib/apps/{browser/components/BatchMoveItemsModal/BatchMoveItemsModal.vue.d.ts → canvas-builder/components/container/ComponentDrawerSettings/CanvasHomeSettings.vue.d.ts} +1 -1
  62. package/lib/apps/canvas-builder/components/container/ComponentEdit/ComponentEdit.vue.d.ts +3 -1
  63. package/lib/apps/canvas-builder/components/container/ControlBar/ControlBar.vue.d.ts +3 -4
  64. package/lib/apps/canvas-builder/components/container/ControlBar/ControlBarReorder.vue.d.ts +4 -5
  65. package/lib/apps/canvas-builder/components/container/ControlBar/ReorderButton.vue.d.ts +3 -4
  66. package/lib/apps/canvas-builder/components/container/ControlBar/ReorderTitle.vue.d.ts +1 -1
  67. package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponent.vue.d.ts +23 -51
  68. package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponentActionToolbar.vue.d.ts +36 -44
  69. package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponentRevamp.vue.d.ts +30 -53
  70. package/lib/apps/canvas-builder/components/container/EditableComponent/ResizeHandles.vue.d.ts +5 -8
  71. package/lib/apps/canvas-builder/components/container/LinkableComponent/LinkableComponent.vue.d.ts +31 -0
  72. package/lib/apps/canvas-builder/components/container/Navbar/Navbar.vue.d.ts +1 -1
  73. package/lib/apps/canvas-builder/components/container/NavigationWrapper/NavigationWrapper.vue.d.ts +3 -2
  74. package/lib/apps/canvas-builder/components/container/Navigator/NavigatorPresentation.vue.d.ts +9 -10
  75. package/lib/apps/canvas-builder/components/container/PlaceholderComponent/PlaceholderComponent.vue.d.ts +1 -1
  76. package/lib/apps/canvas-builder/components/ui/Block/Block.vue.d.ts +4 -7
  77. package/lib/apps/canvas-builder/components/ui/Block/BlockToolbar.vue.d.ts +5 -6
  78. package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.edit.vue.d.ts +1 -1
  79. package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.raw.vue.d.ts +3 -5
  80. package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.settings.vue.d.ts +296 -9
  81. package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.vue.d.ts +8 -15
  82. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayer.vue.d.ts +56 -16
  83. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayerEmpty.vue.d.ts +5 -6
  84. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGrid.edit.vue.d.ts +1 -1
  85. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGrid.raw.vue.d.ts +7 -6
  86. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGrid.vue.d.ts +7 -14
  87. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridCarousel.vue.d.ts +323 -4
  88. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridDeletedFileItem.vue.d.ts +1 -1
  89. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridFileItem.vue.d.ts +4 -6
  90. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridItem.vue.d.ts +7 -9
  91. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridToolbar.vue.d.ts +5 -9
  92. package/lib/apps/canvas-builder/components/ui/DataCharts/DataCharts.edit.vue.d.ts +5 -0
  93. package/lib/apps/canvas-builder/components/ui/DataCharts/DataCharts.raw.vue.d.ts +16 -0
  94. package/lib/apps/canvas-builder/components/ui/DataCharts/DataCharts.settings.vue.d.ts +7 -0
  95. package/lib/apps/canvas-builder/components/ui/DataCharts/DataCharts.vue.d.ts +26 -0
  96. package/lib/apps/canvas-builder/components/ui/DataCharts/types.d.ts +57 -0
  97. package/lib/apps/{browser/components/Content/AllContent/Table/FoldersFilesTable.vue.d.ts → canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.edit.vue.d.ts} +1 -1
  98. package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.raw.grouped.vue.d.ts +17 -0
  99. package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.raw.header.vue.d.ts +19 -0
  100. package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.raw.simple.vue.d.ts +27 -0
  101. package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.raw.vue.d.ts +18 -0
  102. package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.settings.vue.d.ts +8 -0
  103. package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.vue.d.ts +26 -0
  104. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.edit.vue.d.ts +3 -4
  105. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.raw.vue.d.ts +9 -11
  106. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.settings.vue.d.ts +641 -6
  107. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.vue.d.ts +7 -13
  108. package/lib/apps/canvas-builder/components/ui/Grid/Grid.vue.d.ts +13 -19
  109. package/lib/apps/canvas-builder/components/ui/Grid/GridItemTooltip.vue.d.ts +3 -4
  110. package/lib/apps/canvas-builder/components/ui/Html/Html.vue.d.ts +6 -12
  111. package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.edit.vue.d.ts +3 -4
  112. package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.raw.vue.d.ts +8 -10
  113. package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.settings.vue.d.ts +294 -6
  114. package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.vue.d.ts +8 -15
  115. package/lib/apps/canvas-builder/components/ui/Link/Link.edit.vue.d.ts +1 -1
  116. package/lib/apps/canvas-builder/components/ui/Link/Link.raw.vue.d.ts +5 -6
  117. package/lib/apps/canvas-builder/components/ui/Link/Link.settings.vue.d.ts +293 -5
  118. package/lib/apps/canvas-builder/components/ui/Link/Link.vue.d.ts +8 -13
  119. package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.edit.vue.d.ts +1 -1
  120. package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.raw.vue.d.ts +14 -10
  121. package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.settings.vue.d.ts +295 -8
  122. package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.vue.d.ts +10 -16
  123. package/lib/apps/canvas-builder/components/ui/Page/Page.settings.vue.d.ts +293 -5
  124. package/lib/apps/canvas-builder/components/ui/Page/Page.vue.d.ts +12 -18
  125. package/lib/apps/canvas-builder/components/ui/PageBreak/PageBreak.vue.d.ts +5 -9
  126. package/lib/apps/canvas-builder/components/ui/Root/Root.settings.vue.d.ts +350 -1
  127. package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.vue.d.ts +12 -16
  128. package/lib/apps/canvas-builder/components/ui/SectionList/Execution/SectionListExecution.vue.d.ts +5 -5
  129. package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.raw.vue.d.ts +15 -11
  130. package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.vue.d.ts +45 -13
  131. package/lib/apps/canvas-builder/components/ui/SectionList/SectionListCollapsibles.vue.d.ts +13 -12
  132. package/lib/apps/canvas-builder/components/ui/SectionList/SectionListStrategySelector.vue.d.ts +15 -0
  133. package/lib/apps/canvas-builder/components/ui/SectionList/SectionRecommendationTile.vue.d.ts +5 -7
  134. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelector.helpers.d.ts +0 -1
  135. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelector.vue.d.ts +9 -8
  136. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorItem.vue.d.ts +12 -21
  137. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorSelected.vue.d.ts +5 -6
  138. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorToolbar.vue.d.ts +7 -18
  139. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorWithDragAndDrop.vue.d.ts +39 -9
  140. package/lib/apps/canvas-builder/components/ui/Timeline/Timeline.raw.vue.d.ts +3 -4
  141. package/lib/apps/canvas-builder/components/ui/Timeline/Timeline.vue.d.ts +7 -13
  142. package/lib/apps/canvas-builder/composables/useCanvas.d.ts +251 -119
  143. package/lib/apps/canvas-builder/composables/useCanvasBlocks.d.ts +64 -36
  144. package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +52 -24
  145. package/lib/apps/canvas-builder/composables/useCanvasTheme.d.ts +616 -20
  146. package/lib/apps/canvas-builder/composables/useComponentPermissions.d.ts +2 -2
  147. package/lib/apps/canvas-builder/composables/useComponentStyle.d.ts +34 -7
  148. package/lib/apps/canvas-builder/composables/useContentSelector.d.ts +10 -1
  149. package/lib/apps/canvas-builder/composables/useCrmShape.d.ts +2 -0
  150. package/lib/apps/canvas-builder/composables/usePrintMode.d.ts +4 -0
  151. package/lib/apps/canvas-builder/constants/theme.const.d.ts +4 -0
  152. package/lib/apps/canvas-builder/types/canvas.d.ts +112 -54
  153. package/lib/apps/canvas-builder/util/print.util.d.ts +1 -0
  154. package/lib/apps/canvas-selector/appTypes.d.ts +2 -0
  155. package/lib/apps/canvas-selector/components/CanvasListItem.vue.d.ts +4 -14
  156. package/lib/apps/canvas-selector/components/CanvasTemplates.vue.d.ts +3 -1
  157. package/lib/apps/canvas-selector/components/Navbar.vue.d.ts +1 -1
  158. package/lib/apps/canvas-selector/components/PersonalCanvases.vue.d.ts +3 -1
  159. package/lib/apps/canvas-selector/components/SectionTemplates.vue.d.ts +3 -1
  160. package/lib/apps/canvas-selector/components/Sections.vue.d.ts +3 -1
  161. package/lib/apps/canvas-selector/stores/app.d.ts +70 -98
  162. package/lib/apps/collection-player/App.vue.d.ts +7 -14
  163. package/lib/apps/collection-player/components/AppFooter.vue.d.ts +1 -1
  164. package/lib/apps/collection-player/components/AppHeader.vue.d.ts +1 -1
  165. package/lib/apps/collection-player/components/AppWrapper.vue.d.ts +2 -1
  166. package/lib/apps/collection-player/components/MainContent.vue.d.ts +4 -1
  167. package/lib/apps/collection-player/components/MainImage.vue.d.ts +3 -7
  168. package/lib/apps/collection-player/components/SlideContent.vue.d.ts +8 -0
  169. package/lib/apps/collection-player/components/TableOfContents.vue.d.ts +1 -1
  170. package/lib/apps/collection-player/composables/fullscreen.use.d.ts +2 -6
  171. package/lib/apps/collection-player/composables/image-cache.use.d.ts +1 -0
  172. package/lib/apps/collection-player/composables/keyboard-bindings.use.d.ts +6 -0
  173. package/lib/apps/collection-player/composables/navigation-cache.use.d.ts +10 -0
  174. package/lib/apps/collection-player/export.d.ts +1 -0
  175. package/lib/apps/collection-player/stores/app.store.d.ts +7 -3
  176. package/lib/apps/collection-player/types/collection-player.type.d.ts +1 -0
  177. package/lib/apps/collection-selector/components/AppFooter.vue.d.ts +1 -1
  178. package/lib/apps/collection-selector/components/AppHeader.vue.d.ts +6 -3
  179. package/lib/apps/collection-selector/components/CollectionGroup.vue.d.ts +4 -4
  180. package/lib/apps/collection-selector/components/CollectionItem.vue.d.ts +5 -9
  181. package/lib/apps/collection-selector/components/CollectionToolbar.vue.d.ts +4 -1
  182. package/lib/apps/collection-selector/components/modals/MoveSlideModal.vue.d.ts +4 -6
  183. package/lib/apps/collection-selector/composables/content-warning.use.d.ts +6 -0
  184. package/lib/apps/collection-selector/composables/move-slide-modal.use.d.ts +4 -0
  185. package/lib/apps/collection-selector/constants.d.ts +5 -0
  186. package/lib/apps/collection-selector/export.d.ts +2 -0
  187. package/lib/apps/collection-selector/stores/app.store.d.ts +18 -122
  188. package/lib/apps/collection-selector/types/collection-selector.type.d.ts +10 -0
  189. package/lib/apps/collection-selector/types/common.type.d.ts +5 -4
  190. package/lib/apps/collection-selector/utils/data.util.d.ts +1 -1
  191. package/lib/apps/content-selector/App.vue.d.ts +3 -1
  192. package/lib/apps/content-selector/appTypes.d.ts +5 -1
  193. package/lib/apps/content-selector/components/AiImages.vue.d.ts +2 -0
  194. package/lib/apps/content-selector/components/Assets/AssetUploader.vue.d.ts +3 -1
  195. package/lib/apps/content-selector/components/Assets.vue.d.ts +1 -1
  196. package/lib/apps/content-selector/components/Content/ActionsToolbar/ActionsToolbar.vue.d.ts +1 -1
  197. package/lib/apps/content-selector/components/Content/AllContent/Grid/FoldersFilesGrid.vue.d.ts +1 -1
  198. package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesList.vue.d.ts +164 -1
  199. package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesListItem.vue.d.ts +9 -18
  200. package/lib/apps/content-selector/components/Content/SelectionPanel/SelectionPanel.vue.d.ts +1 -1
  201. package/lib/apps/content-selector/components/Content.vue.d.ts +1 -1
  202. package/lib/apps/content-selector/components/PexelsImages.vue.d.ts +12 -0
  203. package/lib/apps/content-selector/components/ui/GridItem.vue.d.ts +10 -27
  204. package/lib/apps/content-selector/components/ui/MediaPreview.vue.d.ts +1 -1
  205. package/lib/apps/content-selector/stores/api.d.ts +11 -12
  206. package/lib/apps/content-selector/stores/app.d.ts +18 -2
  207. package/lib/apps/content-selector/util/file.d.ts +8 -0
  208. package/lib/apps/notes/NotesApp.vue.d.ts +7 -11
  209. package/lib/apps/ppt-conversion-selector/App.vue.d.ts +25 -0
  210. package/lib/apps/ppt-conversion-selector/components/AppFooter.vue.d.ts +11 -0
  211. package/lib/apps/ppt-conversion-selector/components/AppHeader.vue.d.ts +6 -0
  212. package/lib/apps/ppt-conversion-selector/components/CollectionGroup.vue.d.ts +6 -0
  213. package/lib/apps/ppt-conversion-selector/components/CollectionItem.vue.d.ts +17 -0
  214. package/lib/apps/ppt-conversion-selector/components/CollectionToolbar.vue.d.ts +2 -0
  215. package/lib/apps/ppt-conversion-selector/components/modals/MoveSlideModal.vue.d.ts +14 -0
  216. package/lib/apps/ppt-conversion-selector/composables/canvas.use.d.ts +34 -0
  217. package/lib/apps/ppt-conversion-selector/composables/move-slide-modal.use.d.ts +70 -0
  218. package/lib/apps/ppt-conversion-selector/composables/table-input.use.d.ts +15 -0
  219. package/lib/apps/ppt-conversion-selector/constants.d.ts +5 -0
  220. package/lib/apps/ppt-conversion-selector/export.d.ts +1 -0
  221. package/lib/apps/ppt-conversion-selector/stores/app.store.d.ts +148 -0
  222. package/lib/apps/ppt-conversion-selector/types/model.type.d.ts +11 -0
  223. package/lib/apps/ppt-conversion-selector/types/move-slide-modal.type.d.ts +5 -0
  224. package/lib/apps/ppt-conversion-selector/utils/content-selector-adapter.util.d.ts +1 -0
  225. package/lib/apps/ppt-conversion-selector/utils/data.util.d.ts +19 -0
  226. package/lib/apps/ppt-conversion-selector/utils/theme-overrides.util.d.ts +8 -0
  227. package/lib/components/CAnimationSelector/CAnimationSelector.vue.d.ts +7 -6
  228. package/lib/components/CApexChart/CApexChartLine.vue.d.ts +3 -7
  229. package/lib/components/CAttributesForm/CAttributesForm.vue.d.ts +17 -0
  230. package/lib/components/CAutoComplete/CAutoComplete.vue.d.ts +3 -2
  231. package/lib/components/CAvatar/CAvatar.vue.d.ts +3 -2
  232. package/lib/components/CBackgroundImageThemeOptions/CBackgroundImageThemeOptions.vue.d.ts +9 -19
  233. package/lib/components/CBatchMoveItemsModal/CBatchMoveItemsModal.vue.d.ts +31 -0
  234. package/lib/components/CBorderRadiusInput/CBorderRadiusInput.vue.d.ts +19 -0
  235. package/lib/components/CBulkDeleteErrors/CBulkDeleteErrors.vue.d.ts +3 -7
  236. package/lib/components/CBulkToolbar/CBulkToolbar.vue.d.ts +15 -33
  237. package/lib/components/CButton/CButton.vue.d.ts +2 -1
  238. package/lib/components/CCanvasModal/CCanvasModal.vue.d.ts +2 -1
  239. package/lib/components/CCanvasSelector/CCanvasSelector.vue.d.ts +5 -12
  240. package/lib/components/CCanvasSelector/CCanvasSelectorListItem.vue.d.ts +5 -8
  241. package/lib/components/CCard/CCard.vue.d.ts +3 -2
  242. package/lib/components/CCarousel/CCarousel.vue.d.ts +25 -9
  243. package/lib/components/CCatalogIqSwitcher/CCatalogIqSwitcherContent.vue.d.ts +1 -1
  244. package/lib/components/CCheckbox/CCheckbox.vue.d.ts +9 -1
  245. package/lib/components/CChip/CChip.vue.d.ts +12 -16
  246. package/lib/components/CCollapse/CCollapse.vue.d.ts +3 -2
  247. package/lib/components/CCollapse/CCollapseItem.vue.d.ts +3 -2
  248. package/lib/components/CCollapseTransition/CCollapseTransition.vue.d.ts +2 -1
  249. package/lib/components/CColorPicker/CColorPicker.vue.d.ts +3 -2
  250. package/lib/components/CComponentListItem/CComponentListItem.vue.d.ts +3 -2
  251. package/lib/components/CComponentThemeOptions/CComponentThemeOptions.vue.d.ts +17 -22
  252. package/lib/components/CConfigEditor/CConfigEditor.vue.d.ts +300 -17
  253. package/lib/components/CConfirmation/CConfirmationAction.vue.d.ts +1 -1
  254. package/lib/components/CConfirmation/CConfirmationContent.vue.d.ts +3 -2
  255. package/lib/components/CConfirmation/CConfirmationHeader.vue.d.ts +3 -2
  256. package/lib/components/CConfirmationModal/CConfirmationModal.vue.d.ts +2 -1
  257. package/lib/components/CContactSelector/CContactAccountListItem.vue.d.ts +4 -15
  258. package/lib/components/CContactSelector/CContactSelector.vue.d.ts +5 -22
  259. package/lib/components/CContactSelector/CContactSelectorAccountsWithContacts.vue.d.ts +23 -25
  260. package/lib/components/CContactSelector/CContactSelectorColleagues.vue.d.ts +4 -10
  261. package/lib/components/CContactSelector/CContactSelectorSelected.vue.d.ts +14 -23
  262. package/lib/components/CCreateCanvasModal/CCreateCanvasModalTemplatesSelectOption.vue.d.ts +5 -13
  263. package/lib/components/CCreateTemplateSectionBlockModal/CCreateTemplateSectionBlockModal.vue.d.ts +290 -1
  264. package/lib/components/CCreateThemeModal/CCreateThemeModal.vue.d.ts +19 -0
  265. package/lib/components/CCreateThemeModal/steps/CThemeColorsStep.vue.d.ts +10 -0
  266. package/lib/components/CCreateThemeModal/steps/CThemeSettingsStep.vue.d.ts +319 -0
  267. package/lib/components/CCreateThemeModal/steps/CThemeTypographyStep.vue.d.ts +13 -0
  268. package/lib/components/CDataTable/CDataTable.vue.d.ts +7834 -1
  269. package/lib/components/CDetailPageSectionButtons/CDetailPageSectionButtons.vue.d.ts +1 -1
  270. package/lib/components/CDivider/CDivider.vue.d.ts +10 -2
  271. package/lib/components/CDrawer/CDrawer.vue.d.ts +9 -1
  272. package/lib/components/CDrawerContent/CDrawerContent.vue.d.ts +9 -1
  273. package/lib/components/CDropdown/CDropdown.vue.d.ts +3 -2
  274. package/lib/components/CDynamicIndicator/CDynamicIndicator.vue.d.ts +3 -8
  275. package/lib/components/CEmpty/CEmpty.vue.d.ts +3 -2
  276. package/lib/components/CEntitySelector/CEntitySelector.vue.d.ts +52 -4
  277. package/lib/components/CError/CErrorFullScreen.vue.d.ts +13 -21
  278. package/lib/components/CFeedback/CFeedback.vue.d.ts +9 -10
  279. package/lib/components/CFileAttributes/CFileAttributes.vue.d.ts +4 -10
  280. package/lib/components/CFilePanel/BasicInfo.vue.d.ts +1 -1
  281. package/lib/components/CFilePanel/CFilePanel.vue.d.ts +4 -7
  282. package/lib/components/CFilePanel/Details.vue.d.ts +1 -1
  283. package/lib/components/CFilePanel/Tags.vue.d.ts +1 -1
  284. package/lib/components/CFileThumbnail/CFileThumbnail.vue.d.ts +4 -9
  285. package/lib/components/CFileViewer/CFileViewer.vue.d.ts +211 -57
  286. package/lib/components/CFileViewer/CFileViewerCloseDialogContent.vue.d.ts +5 -6
  287. package/lib/components/CFileViewer/pdf/CFileViewerPageDrawer.pdf.vue.d.ts +350 -1
  288. package/lib/components/CFileViewer/pdf/CFileViewerPageDrawerSelectPage.vue.d.ts +3 -8
  289. package/lib/components/CFileViewer/pdf/CFileViewerSearchResultsSidebar.pdf.vue.d.ts +1 -1
  290. package/lib/components/CFileViewer/pdf/CLinkAnnotationsPopover.pdf.vue.d.ts +10 -12
  291. package/lib/components/CFilesAccessInfo/CFilesAccessInfo.vue.d.ts +2 -1
  292. package/lib/components/CFilesAccessManage/CFilesAccessManage.vue.d.ts +2 -2
  293. package/lib/components/CFilesFolderDeleteDialogContent/CFilesFolderDeleteDialogContent.vue.d.ts +3 -5
  294. package/lib/components/CFontSelect/CFontSelect.vue.d.ts +11 -14
  295. package/lib/components/CFullScreenLoader/CFullScreenLoader.vue.d.ts +4 -7
  296. package/lib/components/CGlobalLoader/CGlobalLoader.vue.d.ts +4 -1
  297. package/lib/components/CGlobalSearch/CGlobalSearch.vue.d.ts +48 -1
  298. package/lib/components/CGlobalSearch/CGlobalSearchShortcuts.vue.d.ts +1 -1
  299. package/lib/components/CGlobalSearch/CResult.vue.d.ts +1 -1
  300. package/lib/components/CGlobalSearch/CResultSection.vue.d.ts +3 -2
  301. package/lib/components/CGroupsAccessInfo/CGroupsAccessInfo.vue.d.ts +2 -1
  302. package/lib/components/CHeightInput/CHeightInput.vue.d.ts +10 -0
  303. package/lib/components/CHelpText/CHelpText.vue.d.ts +2 -1
  304. package/lib/components/CIcon/CIcon.vue.d.ts +2 -0
  305. package/lib/components/CImage/CBrokenImage.vue.d.ts +3 -6
  306. package/lib/components/CImage/CImage.vue.d.ts +5 -7
  307. package/lib/components/CInfoBadge/CInfoBadge.vue.d.ts +5 -13
  308. package/lib/components/CInput/CInput.vue.d.ts +1034 -1
  309. package/lib/components/CInputPlaceholder/CInputPlaceholder.vue.d.ts +7 -7
  310. package/lib/components/CJsonEditor/CJsonEditor.vue.d.ts +4 -6
  311. package/lib/components/CKnockNotificationsAppWrapper/CKnockNotificationsAppWrapper.vue.d.ts +3 -1
  312. package/lib/components/CLabelWithHelpText/CLabelWithHelpText.vue.d.ts +6 -6
  313. package/lib/components/CList/CList.vue.d.ts +15 -17
  314. package/lib/components/CList/CListItem.vue.d.ts +6 -5
  315. package/lib/components/CMetaDataBadge/CMetaDataBadge.vue.d.ts +9 -0
  316. package/lib/components/CModal/CModal.vue.d.ts +3 -2
  317. package/lib/components/CMovableWidget/CMovableWidget.vue.d.ts +10 -9
  318. package/lib/components/CMultiSelect/CMultiSelect.vue.d.ts +4 -7
  319. package/lib/components/COverflowWrapper/COverflowWrapper.vue.d.ts +22 -0
  320. package/lib/components/CPaddingInput/CPaddingInput.vue.d.ts +5 -7
  321. package/lib/components/CPaginationButtons/CPaginationButtons.vue.d.ts +5 -10
  322. package/lib/components/CPaletteConfigurator/CPaletteConfigurator.vue.d.ts +69 -6
  323. package/lib/components/CPopover/CPopover.vue.d.ts +3 -2
  324. package/lib/components/CPopularityAndEngagementIcons/CPopularityAndEngagementExtended.vue.d.ts +5 -10
  325. package/lib/components/CPopularityAndEngagementIcons/CPopularityAndEngagementIcons.vue.d.ts +1 -1
  326. package/lib/components/CQueryBuilder/CQueryBuilder.vue.d.ts +18 -0
  327. package/lib/components/CQuickFilters/CQuickFilters.vue.d.ts +5 -9
  328. package/lib/components/CRate/CRate.vue.d.ts +3 -2
  329. package/lib/components/CRatingFeedback/CRatingFeedback.vue.d.ts +4 -7
  330. package/lib/components/CRichTextEditor/CRichTextEditor.vue.d.ts +31 -3
  331. package/lib/components/CRichTextEditor/components/CContentLinkToolbar.vue.d.ts +1 -1
  332. package/lib/components/CRichTextEditor/components/CDynamicValueTreeSelect.vue.d.ts +2440 -11
  333. package/lib/components/CRichTextEditor/components/CEditorMenu.vue.d.ts +2 -1
  334. package/lib/components/CRichTextEditor/components/CFontSizeSelect.vue.d.ts +44 -1
  335. package/lib/components/CRichTextEditor/components/CHandlebarsHelperTreeSelect.vue.d.ts +2443 -0
  336. package/lib/components/CRichTextEditor/components/CHyperLinkToolbar.vue.d.ts +1034 -1
  337. package/lib/components/CRichTextEditor/components/CLineHeightSelect.vue.d.ts +9 -0
  338. package/lib/components/CRichTextEditor/components/CTableToolbar.vue.d.ts +3 -8
  339. package/lib/components/CSearch/CSearchOnClick.vue.d.ts +11 -14
  340. package/lib/components/CSearchFilters/CSearchFilters.vue.d.ts +88 -25
  341. package/lib/components/CSecondaryNav/CSecondaryNav.vue.d.ts +3 -2
  342. package/lib/components/CSelect/CSelect.vue.d.ts +3 -2
  343. package/lib/components/CSettingsEditor/CSettingsEditor.vue.d.ts +5 -7
  344. package/lib/components/CShortcut/CShortcut.vue.d.ts +3 -2
  345. package/lib/components/CShortcut/CShortcutIcon.vue.d.ts +1 -1
  346. package/lib/components/CSingleFileSelector/CSingleFileSelector.vue.d.ts +5 -13
  347. package/lib/components/CSingleSelect/CSingleSelect.vue.d.ts +5 -7
  348. package/lib/components/CSlider/CSlider.vue.d.ts +3 -2
  349. package/lib/components/CSpin/CSpin.vue.d.ts +3 -2
  350. package/lib/components/CSwatchSelector/CSwatchSelector.vue.d.ts +5 -8
  351. package/lib/components/CSwitch/CSwitch.vue.d.ts +9 -1
  352. package/lib/components/CTable/CTable.vue.d.ts +18 -20
  353. package/lib/components/CTableColumnsSettings/CTableColumnsSettings.vue.d.ts +1 -0
  354. package/lib/components/CTableEditActionButtons/CTableEditActionButtons.vue.d.ts +1 -1
  355. package/lib/components/CTableInput/CTableInput.vue.d.ts +1126 -60
  356. package/lib/components/CTableMore/CTableMore.vue.d.ts +6 -14
  357. package/lib/components/CTableSelect/CTableSelect.vue.d.ts +1 -1
  358. package/lib/components/CTag/CTag.vue.d.ts +9 -1
  359. package/lib/components/CTags/CTags.vue.d.ts +4634 -1
  360. package/lib/components/CThemeEditor/CThemeEditor.vue.d.ts +3 -1
  361. package/lib/components/CThemePreview/CThemePreview.vue.d.ts +20 -0
  362. package/lib/components/CTimeline/CTimeline.vue.d.ts +4 -5
  363. package/lib/components/CTimeline/CTimelineControl.vue.d.ts +1 -1
  364. package/lib/components/CTimeline/CTimelineModal.vue.d.ts +4 -5
  365. package/lib/components/CTooltip/CTooltip.vue.d.ts +3 -2
  366. package/lib/components/CTooltipWrapper/CTooltipWrapper.vue.d.ts +7 -7
  367. package/lib/components/CTypographyConfigurator/CTypographyConfigurator.vue.d.ts +6 -7
  368. package/lib/components/CTypographyConfigurator/CTypographyConfiguratorItem.vue.d.ts +6 -7
  369. package/lib/components/CUpsertFolderModal/CUpsertFolderModal.vue.d.ts +303 -0
  370. package/lib/components/CUserMenu/CUserMenu.vue.d.ts +370 -9
  371. package/lib/components/CUsersGroupsAccessManage/CUsersGroupsAccessManage.vue.d.ts +3 -1
  372. package/lib/components/CVideo/CVideo.vue.d.ts +10 -22
  373. package/lib/components/CVirtualTable/CVirtualTable.vue.d.ts +13 -14
  374. package/lib/components/CVirtualTable/CVirtualTableRow.vue.d.ts +3 -2
  375. package/lib/components/CWarningAlert/CWarningAlert.vue.d.ts +11 -0
  376. package/lib/components/canvas-blocks/CBlockManagement.vue.d.ts +252 -44
  377. package/lib/components/canvas-blocks/CBlockManagementActionsCell.vue.d.ts +9 -16
  378. package/lib/components/canvas-blocks/CBlockManagementToolbar.vue.d.ts +5 -15
  379. package/lib/components/canvas-templates/CTemplateManagement.vue.d.ts +397 -52
  380. package/lib/components/canvas-templates/CTemplateManagementActionsCell.vue.d.ts +25 -21
  381. package/lib/components/canvas-templates/CTemplateManagementActionsCellIconWrapper.vue.d.ts +3 -8
  382. package/lib/components/canvas-templates/CTemplateManagementListItem.vue.d.ts +54 -0
  383. package/lib/components/canvas-templates/CTemplateManagementToolbar.vue.d.ts +38 -18
  384. package/lib/components/canvases/CCanvasDeleteDialogContent.vue.d.ts +5 -8
  385. package/lib/components/canvases/CCanvasMetadataFilters.vue.d.ts +5 -11
  386. package/lib/components/canvases/CanvasesManagementBulk.use.d.ts +8 -3
  387. package/lib/components/filters/CDateRangeFilter.vue.d.ts +2 -1
  388. package/lib/components/filters/CSearchFilter.vue.d.ts +76 -2
  389. package/lib/components/filters/CSelectFilter.vue.d.ts +2 -4
  390. package/lib/components/savedCanvases/CSavedCanvasesManagement.vue.d.ts +531 -62
  391. package/lib/components/savedCanvases/CSavedCanvasesManagementActionsCell.vue.d.ts +11 -22
  392. package/lib/components/savedCanvases/CSavedCanvasesManagementIndicatorsCell.vue.d.ts +3 -4
  393. package/lib/components/savedCanvases/CSavedCanvasesManagementOwnerCell.vue.d.ts +1722 -3
  394. package/lib/components/savedCanvases/CSavedCanvasesManagementToolbar.vue.d.ts +5 -17
  395. package/lib/components/savedCanvases/CSavedCanvasesManagementUsedTemplateCell.vue.d.ts +7 -10
  396. package/lib/components/savedCanvases/smartFolders/SmartFolderNameCell.vue.d.ts +5 -6
  397. package/lib/components/savedCanvases/smartFolders/SmartFolders.use.d.ts +25 -30
  398. package/lib/components/savedCanvases/smartFolders/SmartFolders.vue.d.ts +130 -7
  399. package/lib/components/savedCanvases/smartFolders/SmartFoldersMissingConfig.vue.d.ts +1 -1
  400. package/lib/components/sections/CSectionManagement.vue.d.ts +237 -50
  401. package/lib/components/sections/CSectionManagementActionsCell.vue.d.ts +11 -18
  402. package/lib/components/sections/CSectionManagementToolbar.vue.d.ts +5 -12
  403. package/lib/components/themes/CThemeManagement.vue.d.ts +354 -0
  404. package/lib/components/themes/CThemeManagementActionsCell.vue.d.ts +24 -0
  405. package/lib/components/themes/CThemeManagementActionsCellIconWrapper.vue.d.ts +10 -0
  406. package/lib/components/themes/CThemeManagementToolbar.vue.d.ts +16 -0
  407. package/lib/composables/appsDb.use.d.ts +8 -1
  408. package/lib/composables/useCanvasLocks.d.ts +53 -0
  409. package/lib/composables/useCoreApi.d.ts +7 -0
  410. package/lib/composables/useFileDisplayHelpers.d.ts +7 -2
  411. package/lib/composables/useMetadataTemplates.d.ts +246 -0
  412. package/lib/composables/useWindowEvents.d.ts +1 -0
  413. package/lib/constants/appsDb.const.d.ts +4 -0
  414. package/lib/constants/color.const.d.ts +1 -0
  415. package/lib/constants/query-builder.const.d.ts +1 -0
  416. package/lib/main.lib.d.ts +22 -1
  417. package/lib/sdk/api/HighLevelApi.d.ts +20 -0
  418. package/lib/sdk/api/modules/admin/content.admin.d.ts +21 -3
  419. package/lib/sdk/api/modules/admin/files.admin.d.ts +0 -19
  420. package/lib/sdk/api/modules/admin/index.d.ts +1 -1
  421. package/lib/sdk/api/modules/admin/types.admin.d.ts +55 -6
  422. package/lib/sdk/api/modules/canvas.d.ts +7 -0
  423. package/lib/sdk/api/modules/folders.core.d.ts +7 -0
  424. package/lib/sdk/api/modules/index.d.ts +2 -0
  425. package/lib/sdk/api/modules/theme.d.ts +10 -0
  426. package/lib/sdk/api/modules/ui/content.ui.d.ts +2 -2
  427. package/lib/sdk/api/modules/ui/types.ui.d.ts +28 -4
  428. package/lib/sdk/interfaces.d.ts +24 -1
  429. package/lib/sdk/main.d.ts +62 -2
  430. package/lib/sdk/payload.types.d.ts +4 -0
  431. package/lib/theme/light.d.ts +6 -0
  432. package/lib/theme/theme.types.d.ts +7 -0
  433. package/lib/types/app.d.ts +1 -0
  434. package/lib/types/canvasTheme.d.ts +37 -0
  435. package/lib/types/canvases.d.ts +9 -0
  436. package/lib/types/core/MetadataFilter.d.ts +12 -0
  437. package/lib/types/core/UpsertPptxSlideImages.d.ts +12 -0
  438. package/lib/types/core/index.d.ts +2 -0
  439. package/lib/types/files.d.ts +2 -1
  440. package/lib/types/folder.d.ts +35 -0
  441. package/lib/types/instanceSettings.types.d.ts +4 -0
  442. package/lib/types/launchDarkly.types.d.ts +4 -1
  443. package/lib/types/organizationSettings.types.d.ts +6 -0
  444. package/lib/types/query-builder.types.d.ts +7 -0
  445. package/lib/util/array.d.ts +1 -1
  446. package/lib/util/color.d.ts +2 -0
  447. package/lib/util/file.util.d.ts +4 -0
  448. package/lib/util/query-builder.util.d.ts +2 -0
  449. package/lib/util/style.util.d.ts +1 -0
  450. package/lib/util/tree-transformation.util.d.ts +7 -0
  451. package/lib/util/url.d.ts +2 -0
  452. package/package.json +1 -1
  453. package/types/openapi/index.d.ts +0 -2
  454. package/types/openapi/models/AuthToken.d.ts +1 -0
  455. package/types/openapi/models/AuthTokenRequest.d.ts +1 -0
  456. package/types/openapi/models/Canvas.d.ts +0 -2
  457. package/types/openapi/models/CanvasCreate.d.ts +0 -2
  458. package/types/openapi/models/CanvasRecommendedFile.d.ts +1 -2
  459. package/types/openapi/models/CanvasRetrieve.d.ts +0 -2
  460. package/types/openapi/models/CanvasUpdate.d.ts +0 -2
  461. package/types/openapi/models/DeletedCanvas.d.ts +0 -2
  462. package/types/openapi/models/DeletedFile.d.ts +1 -2
  463. package/types/openapi/models/DeletedInstance.d.ts +1 -1
  464. package/types/openapi/models/FavoriteFile.d.ts +1 -0
  465. package/types/openapi/models/FavoriteFileRequest.d.ts +1 -0
  466. package/types/openapi/models/File.d.ts +1 -2
  467. package/types/openapi/models/FileCreate.d.ts +1 -2
  468. package/types/openapi/models/FileRetrieve.d.ts +1 -2
  469. package/types/openapi/models/FileUpdate.d.ts +1 -2
  470. package/types/openapi/models/FolderFile.d.ts +3 -0
  471. package/types/openapi/models/Instance.d.ts +1 -1
  472. package/types/openapi/models/InstanceAnalytics.d.ts +5 -3
  473. package/types/openapi/models/InstanceRequest.d.ts +1 -1
  474. package/types/openapi/models/InstanceUpdate.d.ts +1 -1
  475. package/types/openapi/models/InstanceUpdateRequest.d.ts +1 -1
  476. package/types/openapi/models/MetadataTemplateField.d.ts +1 -1
  477. package/types/openapi/models/MetadataTemplateFieldRequest.d.ts +1 -1
  478. package/types/openapi/models/MetadataTemplateSection.d.ts +1 -0
  479. package/types/openapi/models/MetadataTemplateSectionRequest.d.ts +1 -0
  480. package/types/openapi/models/PatchedInstanceUpdateRequest.d.ts +1 -1
  481. package/types/openapi/models/SearchCanvas.d.ts +0 -1
  482. package/lib/apps/browser/components/UpsertFolderModal/UpsertFolderModal.vue.d.ts +0 -9
  483. package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponentLegacy.vue.d.ts +0 -113
  484. package/lib/apps/canvas-builder/components/container/Navigator/Navigator.vue.d.ts +0 -8
  485. package/lib/apps/canvas-builder/components/ui/Text/Text.vue.d.ts +0 -31
  486. package/lib/apps/collection-player/composables/arrow-keys.use.d.ts +0 -6
  487. package/lib/apps/collection-selector/App.vue.d.ts +0 -29
  488. package/lib/components/CFileViewer/pdf/CFileViewerCopyPagesMetadata.pdf.vue.d.ts +0 -17
  489. package/lib/components/CTableTag/CTableTag.vue.d.ts +0 -44
  490. package/types/openapi/models/PaginatedStorageRegionList.d.ts +0 -7
  491. package/types/openapi/models/StorageRegion.d.ts +0 -5
@@ -1,31 +1,25 @@
1
1
  import { CanvasRetrieve } from '../../../../../../types/openapi';
2
2
  import { ComponentNode, PageProps } from '../../../types/canvas';
3
+ type __VLS_Props = {
4
+ id: string;
5
+ data?: PageProps;
6
+ when_used_in_section?: ComponentNode['when_used_in_section'];
7
+ usedInSectionId?: CanvasRetrieve['id'];
8
+ visible?: ComponentNode['visible'];
9
+ tracking_id?: string;
10
+ children?: ComponentNode[];
11
+ };
3
12
  declare function __VLS_template(): {
13
+ attrs: Partial<{}>;
4
14
  slots: {
5
15
  default?(_: {}): any;
6
16
  default?(_: {}): any;
7
17
  };
8
18
  refs: {};
9
- attrs: Partial<{}>;
19
+ rootEl: any;
10
20
  };
11
21
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: import('vue').DefineComponent<{
13
- id: string;
14
- data?: PageProps;
15
- when_used_in_section?: ComponentNode["when_used_in_section"];
16
- usedInSectionId?: CanvasRetrieve["id"];
17
- visible?: ComponentNode["visible"];
18
- tracking_id?: string;
19
- children?: ComponentNode[];
20
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
21
- id: string;
22
- data?: PageProps;
23
- when_used_in_section?: ComponentNode["when_used_in_section"];
24
- usedInSectionId?: CanvasRetrieve["id"];
25
- visible?: ComponentNode["visible"];
26
- tracking_id?: string;
27
- children?: ComponentNode[];
28
- }> & Readonly<{}>, {
22
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
29
23
  when_used_in_section: {
30
24
  is_editable: boolean;
31
25
  is_removable: boolean;
@@ -1,13 +1,9 @@
1
1
  import { ComponentNode, PageBreakProps } from '../../../types/canvas';
2
- declare const _default: import('vue').DefineComponent<{
3
- id: ComponentNode["id"];
2
+ type __VLS_Props = {
3
+ id: ComponentNode['id'];
4
4
  data: PageBreakProps;
5
- visible?: ComponentNode["visible"];
5
+ visible?: ComponentNode['visible'];
6
6
  tracking_id?: string;
7
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
8
- id: ComponentNode["id"];
9
- data: PageBreakProps;
10
- visible?: ComponentNode["visible"];
11
- tracking_id?: string;
12
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
7
+ };
8
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
9
  export default _default;
@@ -1,5 +1,354 @@
1
1
  import { Ref } from 'vue';
2
+ import { ConfigForm } from '../../../../../components/CConfigEditor/CConfigEditor.types';
2
3
  declare const _default: import('vue').DefineComponent<{}, {
3
4
  isBusy: Ref<boolean, boolean>;
4
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
5
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
6
+ configEditorRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
7
+ template?: ConfigForm | null;
8
+ loading?: boolean;
9
+ initialValues?: Record<string, any>;
10
+ readOnly?: boolean;
11
+ showKeepAsIsPlaceholder?: boolean;
12
+ ignoreRequired?: boolean;
13
+ }> & Readonly<{
14
+ onChange?: ((config: Record<string, any>) => any) | undefined;
15
+ }>, {
16
+ validate: () => Promise<{
17
+ config: Record<string, any>;
18
+ success: boolean;
19
+ errors?: undefined;
20
+ } | {
21
+ config: Record<string, any>;
22
+ errors: unknown;
23
+ success: boolean;
24
+ }>;
25
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
26
+ change: (config: Record<string, any>) => any;
27
+ }, import('vue').PublicProps, {
28
+ loading: boolean;
29
+ showKeepAsIsPlaceholder: boolean;
30
+ readOnly: boolean;
31
+ ignoreRequired: boolean;
32
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
33
+ configFormRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
34
+ readonly inline: BooleanConstructor;
35
+ readonly labelWidth: import('vue').PropType<number | string>;
36
+ readonly labelAlign: import('vue').PropType<import('naive-ui/es/form/src/interface').LabelAlign>;
37
+ readonly labelPlacement: {
38
+ readonly type: import('vue').PropType<import('naive-ui/es/form/src/interface').LabelPlacement>;
39
+ readonly default: "top";
40
+ };
41
+ readonly model: {
42
+ readonly type: import('vue').PropType<Record<string, any>>;
43
+ readonly default: () => void;
44
+ };
45
+ readonly rules: import('vue').PropType<import('naive-ui').FormRules>;
46
+ readonly disabled: BooleanConstructor;
47
+ readonly size: import('vue').PropType<import('naive-ui/es/form/src/interface').Size>;
48
+ readonly showRequireMark: {
49
+ readonly type: import('vue').PropType<boolean | undefined>;
50
+ readonly default: undefined;
51
+ };
52
+ readonly requireMarkPlacement: import('vue').PropType<"left" | "right" | "right-hanging">;
53
+ readonly showFeedback: {
54
+ readonly type: BooleanConstructor;
55
+ readonly default: true;
56
+ };
57
+ readonly onSubmit: {
58
+ readonly type: import('vue').PropType<(e: Event) => void>;
59
+ readonly default: (e: Event) => void;
60
+ };
61
+ readonly showLabel: {
62
+ readonly type: import('vue').PropType<boolean | undefined>;
63
+ readonly default: undefined;
64
+ };
65
+ readonly validateMessages: import('vue').PropType<Partial<import('naive-ui/es/form/src/interface').FormValidateMessages>>;
66
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Form", {
67
+ blankHeightSmall: string;
68
+ blankHeightMedium: string;
69
+ blankHeightLarge: string;
70
+ lineHeight: string;
71
+ labelTextColor: string;
72
+ asteriskColor: string;
73
+ feedbackTextColorError: string;
74
+ feedbackTextColorWarning: string;
75
+ feedbackTextColor: string;
76
+ feedbackPadding: string;
77
+ feedbackHeightSmall: string;
78
+ feedbackHeightMedium: string;
79
+ feedbackHeightLarge: string;
80
+ feedbackFontSizeSmall: string;
81
+ feedbackFontSizeMedium: string;
82
+ feedbackFontSizeLarge: string;
83
+ labelFontSizeLeftSmall: string;
84
+ labelFontSizeLeftMedium: string;
85
+ labelFontSizeLeftLarge: string;
86
+ labelFontSizeTopSmall: string;
87
+ labelFontSizeTopMedium: string;
88
+ labelFontSizeTopLarge: string;
89
+ labelHeightSmall: string;
90
+ labelHeightMedium: string;
91
+ labelHeightLarge: string;
92
+ labelPaddingVertical: string;
93
+ labelPaddingHorizontal: string;
94
+ labelTextAlignVertical: string;
95
+ labelTextAlignHorizontal: string;
96
+ labelFontWeight: string;
97
+ }, any>>;
98
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Form", {
99
+ blankHeightSmall: string;
100
+ blankHeightMedium: string;
101
+ blankHeightLarge: string;
102
+ lineHeight: string;
103
+ labelTextColor: string;
104
+ asteriskColor: string;
105
+ feedbackTextColorError: string;
106
+ feedbackTextColorWarning: string;
107
+ feedbackTextColor: string;
108
+ feedbackPadding: string;
109
+ feedbackHeightSmall: string;
110
+ feedbackHeightMedium: string;
111
+ feedbackHeightLarge: string;
112
+ feedbackFontSizeSmall: string;
113
+ feedbackFontSizeMedium: string;
114
+ feedbackFontSizeLarge: string;
115
+ labelFontSizeLeftSmall: string;
116
+ labelFontSizeLeftMedium: string;
117
+ labelFontSizeLeftLarge: string;
118
+ labelFontSizeTopSmall: string;
119
+ labelFontSizeTopMedium: string;
120
+ labelFontSizeTopLarge: string;
121
+ labelHeightSmall: string;
122
+ labelHeightMedium: string;
123
+ labelHeightLarge: string;
124
+ labelPaddingVertical: string;
125
+ labelPaddingHorizontal: string;
126
+ labelTextAlignVertical: string;
127
+ labelTextAlignHorizontal: string;
128
+ labelFontWeight: string;
129
+ }, any>>>;
130
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Form", {
131
+ blankHeightSmall: string;
132
+ blankHeightMedium: string;
133
+ blankHeightLarge: string;
134
+ lineHeight: string;
135
+ labelTextColor: string;
136
+ asteriskColor: string;
137
+ feedbackTextColorError: string;
138
+ feedbackTextColorWarning: string;
139
+ feedbackTextColor: string;
140
+ feedbackPadding: string;
141
+ feedbackHeightSmall: string;
142
+ feedbackHeightMedium: string;
143
+ feedbackHeightLarge: string;
144
+ feedbackFontSizeSmall: string;
145
+ feedbackFontSizeMedium: string;
146
+ feedbackFontSizeLarge: string;
147
+ labelFontSizeLeftSmall: string;
148
+ labelFontSizeLeftMedium: string;
149
+ labelFontSizeLeftLarge: string;
150
+ labelFontSizeTopSmall: string;
151
+ labelFontSizeTopMedium: string;
152
+ labelFontSizeTopLarge: string;
153
+ labelHeightSmall: string;
154
+ labelHeightMedium: string;
155
+ labelHeightLarge: string;
156
+ labelPaddingVertical: string;
157
+ labelPaddingHorizontal: string;
158
+ labelTextAlignVertical: string;
159
+ labelTextAlignHorizontal: string;
160
+ labelFontWeight: string;
161
+ }, any>>>;
162
+ }>> & Readonly<{}>, import('naive-ui').FormInst & {
163
+ mergedClsPrefix: import('vue').Ref<string, string>;
164
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
165
+ readonly inline: boolean;
166
+ readonly disabled: boolean;
167
+ readonly onSubmit: (e: Event) => void;
168
+ readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement;
169
+ readonly model: Record<string, any>;
170
+ readonly showRequireMark: boolean | undefined;
171
+ readonly showFeedback: boolean;
172
+ readonly showLabel: boolean | undefined;
173
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
174
+ P: {};
175
+ B: {};
176
+ D: {};
177
+ C: {};
178
+ M: {};
179
+ Defaults: {};
180
+ }, Readonly<import('vue').ExtractPropTypes<{
181
+ readonly inline: BooleanConstructor;
182
+ readonly labelWidth: import('vue').PropType<number | string>;
183
+ readonly labelAlign: import('vue').PropType<import('naive-ui/es/form/src/interface').LabelAlign>;
184
+ readonly labelPlacement: {
185
+ readonly type: import('vue').PropType<import('naive-ui/es/form/src/interface').LabelPlacement>;
186
+ readonly default: "top";
187
+ };
188
+ readonly model: {
189
+ readonly type: import('vue').PropType<Record<string, any>>;
190
+ readonly default: () => void;
191
+ };
192
+ readonly rules: import('vue').PropType<import('naive-ui').FormRules>;
193
+ readonly disabled: BooleanConstructor;
194
+ readonly size: import('vue').PropType<import('naive-ui/es/form/src/interface').Size>;
195
+ readonly showRequireMark: {
196
+ readonly type: import('vue').PropType<boolean | undefined>;
197
+ readonly default: undefined;
198
+ };
199
+ readonly requireMarkPlacement: import('vue').PropType<"left" | "right" | "right-hanging">;
200
+ readonly showFeedback: {
201
+ readonly type: BooleanConstructor;
202
+ readonly default: true;
203
+ };
204
+ readonly onSubmit: {
205
+ readonly type: import('vue').PropType<(e: Event) => void>;
206
+ readonly default: (e: Event) => void;
207
+ };
208
+ readonly showLabel: {
209
+ readonly type: import('vue').PropType<boolean | undefined>;
210
+ readonly default: undefined;
211
+ };
212
+ readonly validateMessages: import('vue').PropType<Partial<import('naive-ui/es/form/src/interface').FormValidateMessages>>;
213
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Form", {
214
+ blankHeightSmall: string;
215
+ blankHeightMedium: string;
216
+ blankHeightLarge: string;
217
+ lineHeight: string;
218
+ labelTextColor: string;
219
+ asteriskColor: string;
220
+ feedbackTextColorError: string;
221
+ feedbackTextColorWarning: string;
222
+ feedbackTextColor: string;
223
+ feedbackPadding: string;
224
+ feedbackHeightSmall: string;
225
+ feedbackHeightMedium: string;
226
+ feedbackHeightLarge: string;
227
+ feedbackFontSizeSmall: string;
228
+ feedbackFontSizeMedium: string;
229
+ feedbackFontSizeLarge: string;
230
+ labelFontSizeLeftSmall: string;
231
+ labelFontSizeLeftMedium: string;
232
+ labelFontSizeLeftLarge: string;
233
+ labelFontSizeTopSmall: string;
234
+ labelFontSizeTopMedium: string;
235
+ labelFontSizeTopLarge: string;
236
+ labelHeightSmall: string;
237
+ labelHeightMedium: string;
238
+ labelHeightLarge: string;
239
+ labelPaddingVertical: string;
240
+ labelPaddingHorizontal: string;
241
+ labelTextAlignVertical: string;
242
+ labelTextAlignHorizontal: string;
243
+ labelFontWeight: string;
244
+ }, any>>;
245
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Form", {
246
+ blankHeightSmall: string;
247
+ blankHeightMedium: string;
248
+ blankHeightLarge: string;
249
+ lineHeight: string;
250
+ labelTextColor: string;
251
+ asteriskColor: string;
252
+ feedbackTextColorError: string;
253
+ feedbackTextColorWarning: string;
254
+ feedbackTextColor: string;
255
+ feedbackPadding: string;
256
+ feedbackHeightSmall: string;
257
+ feedbackHeightMedium: string;
258
+ feedbackHeightLarge: string;
259
+ feedbackFontSizeSmall: string;
260
+ feedbackFontSizeMedium: string;
261
+ feedbackFontSizeLarge: string;
262
+ labelFontSizeLeftSmall: string;
263
+ labelFontSizeLeftMedium: string;
264
+ labelFontSizeLeftLarge: string;
265
+ labelFontSizeTopSmall: string;
266
+ labelFontSizeTopMedium: string;
267
+ labelFontSizeTopLarge: string;
268
+ labelHeightSmall: string;
269
+ labelHeightMedium: string;
270
+ labelHeightLarge: string;
271
+ labelPaddingVertical: string;
272
+ labelPaddingHorizontal: string;
273
+ labelTextAlignVertical: string;
274
+ labelTextAlignHorizontal: string;
275
+ labelFontWeight: string;
276
+ }, any>>>;
277
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Form", {
278
+ blankHeightSmall: string;
279
+ blankHeightMedium: string;
280
+ blankHeightLarge: string;
281
+ lineHeight: string;
282
+ labelTextColor: string;
283
+ asteriskColor: string;
284
+ feedbackTextColorError: string;
285
+ feedbackTextColorWarning: string;
286
+ feedbackTextColor: string;
287
+ feedbackPadding: string;
288
+ feedbackHeightSmall: string;
289
+ feedbackHeightMedium: string;
290
+ feedbackHeightLarge: string;
291
+ feedbackFontSizeSmall: string;
292
+ feedbackFontSizeMedium: string;
293
+ feedbackFontSizeLarge: string;
294
+ labelFontSizeLeftSmall: string;
295
+ labelFontSizeLeftMedium: string;
296
+ labelFontSizeLeftLarge: string;
297
+ labelFontSizeTopSmall: string;
298
+ labelFontSizeTopMedium: string;
299
+ labelFontSizeTopLarge: string;
300
+ labelHeightSmall: string;
301
+ labelHeightMedium: string;
302
+ labelHeightLarge: string;
303
+ labelPaddingVertical: string;
304
+ labelPaddingHorizontal: string;
305
+ labelTextAlignVertical: string;
306
+ labelTextAlignHorizontal: string;
307
+ labelFontWeight: string;
308
+ }, any>>>;
309
+ }>> & Readonly<{}>, import('naive-ui').FormInst & {
310
+ mergedClsPrefix: import('vue').Ref<string, string>;
311
+ }, {}, {}, {}, {
312
+ readonly inline: boolean;
313
+ readonly disabled: boolean;
314
+ readonly onSubmit: (e: Event) => void;
315
+ readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement;
316
+ readonly model: Record<string, any>;
317
+ readonly showRequireMark: boolean | undefined;
318
+ readonly showFeedback: boolean;
319
+ readonly showLabel: boolean | undefined;
320
+ }> | null;
321
+ }, any, import('vue').ComponentProvideOptions, {
322
+ P: {};
323
+ B: {};
324
+ D: {};
325
+ C: {};
326
+ M: {};
327
+ Defaults: {};
328
+ }, Readonly<{
329
+ template?: ConfigForm | null;
330
+ loading?: boolean;
331
+ initialValues?: Record<string, any>;
332
+ readOnly?: boolean;
333
+ showKeepAsIsPlaceholder?: boolean;
334
+ ignoreRequired?: boolean;
335
+ }> & Readonly<{
336
+ onChange?: ((config: Record<string, any>) => any) | undefined;
337
+ }>, {
338
+ validate: () => Promise<{
339
+ config: Record<string, any>;
340
+ success: boolean;
341
+ errors?: undefined;
342
+ } | {
343
+ config: Record<string, any>;
344
+ errors: unknown;
345
+ success: boolean;
346
+ }>;
347
+ }, {}, {}, {}, {
348
+ loading: boolean;
349
+ showKeepAsIsPlaceholder: boolean;
350
+ readOnly: boolean;
351
+ ignoreRequired: boolean;
352
+ }> | null;
353
+ }, HTMLDivElement>;
5
354
  export default _default;
@@ -1,27 +1,19 @@
1
1
  import { CSSProperties } from 'vue';
2
2
  import { ComponentNode, ScribbleProps } from '../../../types/canvas';
3
3
  import { CanvasRetrieve } from '../../../../../../types/openapi';
4
- declare const _default: import('vue').DefineComponent<{
4
+ type __VLS_Props = {
5
5
  id: string;
6
6
  data: ScribbleProps;
7
7
  children?: ComponentNode[];
8
- usedInSectionId?: CanvasRetrieve["id"];
9
- when_used_in_section?: ComponentNode["when_used_in_section"];
10
- visible?: ComponentNode["visible"];
8
+ usedInSectionId?: CanvasRetrieve['id'];
9
+ when_used_in_section?: ComponentNode['when_used_in_section'];
10
+ visible?: ComponentNode['visible'];
11
11
  tracking_id?: string;
12
12
  style?: CSSProperties;
13
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
+ };
14
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
15
  style: (s: CSSProperties, id?: string | undefined) => any;
15
- }, string, import('vue').PublicProps, Readonly<{
16
- id: string;
17
- data: ScribbleProps;
18
- children?: ComponentNode[];
19
- usedInSectionId?: CanvasRetrieve["id"];
20
- when_used_in_section?: ComponentNode["when_used_in_section"];
21
- visible?: ComponentNode["visible"];
22
- tracking_id?: string;
23
- style?: CSSProperties;
24
- }> & Readonly<{
16
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
25
17
  onStyle?: ((s: CSSProperties, id?: string | undefined) => any) | undefined;
26
18
  }>, {
27
19
  children: ComponentNode[];
@@ -30,5 +22,9 @@ declare const _default: import('vue').DefineComponent<{
30
22
  is_removable: boolean;
31
23
  };
32
24
  usedInSectionId: CanvasRetrieve["id"];
33
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
25
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
26
+ scribbleRef: HTMLDivElement;
27
+ containerRef: HTMLDivElement;
28
+ dropPreviewRef: HTMLDivElement;
29
+ }, HTMLDivElement>;
34
30
  export default _default;
@@ -1,10 +1,10 @@
1
1
  import { CanvasSection } from '../../../../../../../types/openapi';
2
2
  import { AppFile } from '../../../../../../types/app';
3
- declare const _default: import('vue').DefineComponent<{
3
+ type __VLS_Props = {
4
4
  section: CanvasSection;
5
5
  executionApp: AppFile;
6
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
7
- section: CanvasSection;
8
- executionApp: AppFile;
9
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
6
+ };
7
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
8
+ embeddableIframe: HTMLIFrameElement;
9
+ }, HTMLDivElement>;
10
10
  export default _default;
@@ -1,19 +1,23 @@
1
1
  import { CSSProperties } from 'vue';
2
+ import { CanvasRetrieve } from '../../../../../../types/openapi';
2
3
  import { SectionListProps, ComponentNode } from '../../../types/canvas';
3
- declare function onSectionSelectorToggle(): void;
4
- declare const _default: import('vue').DefineComponent<{
5
- id: ComponentNode["id"];
4
+ type __VLS_Props = {
5
+ id: ComponentNode['id'];
6
6
  data: SectionListProps;
7
7
  sectionListName?: string;
8
8
  previewMode?: boolean;
9
9
  style?: CSSProperties;
10
- }, {
10
+ };
11
+ declare function onSectionSelectorToggle(): void;
12
+ declare function onSectionsSelect(items: {
13
+ id: CanvasRetrieve['id'];
14
+ }[], isForcedRecommendations?: boolean): Promise<void>;
15
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11
16
  toggleSectionSelector: typeof onSectionSelectorToggle;
12
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
13
- id: ComponentNode["id"];
14
- data: SectionListProps;
15
- sectionListName?: string;
16
- previewMode?: boolean;
17
- style?: CSSProperties;
18
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
17
+ onSectionsSelect: typeof onSectionsSelect;
18
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
19
+ justAdded: (id: string) => any;
20
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
21
+ onJustAdded?: ((id: string) => any) | undefined;
22
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
23
  export default _default;
@@ -1,22 +1,54 @@
1
1
  import { CSSProperties } from 'vue';
2
2
  import { SectionListProps, ComponentNode } from '../../../types/canvas';
3
- declare const _default: import('vue').DefineComponent<{
4
- id: ComponentNode["id"];
3
+ type __VLS_Props = {
4
+ id: ComponentNode['id'];
5
5
  data: SectionListProps;
6
6
  tracking_id: string;
7
- visible?: ComponentNode["visible"];
7
+ visible?: ComponentNode['visible'];
8
8
  allow_admins_to_overwrite?: boolean;
9
9
  style?: CSSProperties;
10
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
+ };
11
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
12
  style: (s: CSSProperties) => any;
12
- }, string, import('vue').PublicProps, Readonly<{
13
- id: ComponentNode["id"];
14
- data: SectionListProps;
15
- tracking_id: string;
16
- visible?: ComponentNode["visible"];
17
- allow_admins_to_overwrite?: boolean;
18
- style?: CSSProperties;
19
- }> & Readonly<{
13
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
20
14
  onStyle?: ((s: CSSProperties) => any) | undefined;
21
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
15
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
16
+ sectionListRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
17
+ id: ComponentNode["id"];
18
+ data: SectionListProps;
19
+ sectionListName?: string;
20
+ previewMode?: boolean;
21
+ style?: CSSProperties;
22
+ }> & Readonly<{
23
+ onJustAdded?: ((id: string) => any) | undefined;
24
+ }>, {
25
+ toggleSectionSelector: () => void;
26
+ onSectionsSelect: (items: {
27
+ id: import('../../../../../main.lib').CanvasRetrieve["id"];
28
+ }[], isForcedRecommendations?: boolean) => Promise<void>;
29
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
30
+ justAdded: (id: string) => any;
31
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
32
+ P: {};
33
+ B: {};
34
+ D: {};
35
+ C: {};
36
+ M: {};
37
+ Defaults: {};
38
+ }, Readonly<{
39
+ id: ComponentNode["id"];
40
+ data: SectionListProps;
41
+ sectionListName?: string;
42
+ previewMode?: boolean;
43
+ style?: CSSProperties;
44
+ }> & Readonly<{
45
+ onJustAdded?: ((id: string) => any) | undefined;
46
+ }>, {
47
+ toggleSectionSelector: () => void;
48
+ onSectionsSelect: (items: {
49
+ id: import('../../../../../main.lib').CanvasRetrieve["id"];
50
+ }[], isForcedRecommendations?: boolean) => Promise<void>;
51
+ }, {}, {}, {}, {}> | null;
52
+ iframeRef: HTMLIFrameElement;
53
+ }, any>;
22
54
  export default _default;
@@ -1,18 +1,19 @@
1
1
  import { ComponentNode } from '../../../types/canvas';
2
2
  import { CanvasSection } from '../../../../../../types/openapi';
3
- declare const _default: import('vue').DefineComponent<{
4
- id: ComponentNode["id"];
5
- sections?: CanvasSection[];
3
+ type __VLS_Props = {
4
+ id: ComponentNode['id'];
5
+ sections?: (CanvasSection & {
6
+ thumbnail_url?: string;
7
+ })[];
6
8
  onSectionElementVisibility?: (isVisible: boolean, c: ComponentNode) => void;
7
9
  onSectionVisibility?: (isVisible: boolean, section: CanvasSection) => void;
8
10
  sectionListName?: string;
9
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
10
- id: ComponentNode["id"];
11
- sections?: CanvasSection[];
12
- onSectionElementVisibility?: (isVisible: boolean, c: ComponentNode) => void;
13
- onSectionVisibility?: (isVisible: boolean, section: CanvasSection) => void;
14
- sectionListName?: string;
15
- }> & Readonly<{}>, {
16
- sections: CanvasSection[];
17
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
11
+ };
12
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
+ sections: (CanvasSection & {
14
+ thumbnail_url?: string;
15
+ })[];
16
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
17
+ collapseRef: HTMLDivElement;
18
+ }, HTMLDivElement>;
18
19
  export default _default;
@@ -0,0 +1,15 @@
1
+ interface StrategyValue {
2
+ strategy: string;
3
+ appName?: string;
4
+ }
5
+ interface Props {
6
+ modelValue?: StrategyValue | null;
7
+ }
8
+ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
9
+ "update:modelValue": (value: StrategyValue) => any;
10
+ }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
11
+ "onUpdate:modelValue"?: ((value: StrategyValue) => any) | undefined;
12
+ }>, {
13
+ modelValue: StrategyValue | null;
14
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
15
+ export default _default;
@@ -1,13 +1,11 @@
1
1
  import { CanvasRetrieve } from '../../../../../../types/openapi';
2
- declare const _default: import('vue').DefineComponent<{
2
+ type __VLS_Props = {
3
3
  recommendation: CanvasRetrieve;
4
4
  modelValue: boolean;
5
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
5
+ };
6
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
6
7
  "update:modelValue": (v: boolean) => any;
7
- }, string, import('vue').PublicProps, Readonly<{
8
- recommendation: CanvasRetrieve;
9
- modelValue: boolean;
10
- }> & Readonly<{
8
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
11
9
  "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
12
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
10
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
13
11
  export default _default;