@clickview/curator 1.0.25-rc.0 → 1.0.25-rc.2

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 (759) hide show
  1. package/dist/curator-app.js +3 -3
  2. package/dist/en.json +1 -1
  3. package/package.json +3 -3
  4. package/dist/libs/analytics/src/Analytics.d.ts +0 -10
  5. package/dist/libs/analytics/src/AnalyticsHelper.d.ts +0 -30
  6. package/dist/libs/analytics/src/constants/EventFirehose.d.ts +0 -4
  7. package/dist/libs/analytics/src/constants/GlobalChannels.d.ts +0 -3
  8. package/dist/libs/analytics/src/constants/Services.d.ts +0 -4
  9. package/dist/libs/analytics/src/enums/RegionName.d.ts +0 -5
  10. package/dist/libs/analytics/src/interfaces/AnalyticsTypes.d.ts +0 -318
  11. package/dist/libs/analytics/src/interfaces/Config.d.ts +0 -3
  12. package/dist/libs/analytics/src/interfaces/Folder.d.ts +0 -3
  13. package/dist/libs/analytics/src/interfaces/HashObject.d.ts +0 -3
  14. package/dist/libs/analytics/src/interfaces/Owner.d.ts +0 -3
  15. package/dist/libs/analytics/src/interfaces/Playlist.d.ts +0 -3
  16. package/dist/libs/analytics/src/interfaces/Rating.d.ts +0 -4
  17. package/dist/libs/analytics/src/interfaces/Region.d.ts +0 -5
  18. package/dist/libs/analytics/src/interfaces/RegionalUrl.d.ts +0 -5
  19. package/dist/libs/analytics/src/interfaces/Resource.d.ts +0 -5
  20. package/dist/libs/analytics/src/interfaces/Series.d.ts +0 -3
  21. package/dist/libs/analytics/src/interfaces/Subtitle.d.ts +0 -4
  22. package/dist/libs/analytics/src/interfaces/User.d.ts +0 -17
  23. package/dist/libs/analytics/src/interfaces/Video.d.ts +0 -16
  24. package/dist/libs/analytics/src/interfaces/index.d.ts +0 -15
  25. package/dist/libs/analytics/src/interfaces/primitives/BaseObject.d.ts +0 -7
  26. package/dist/libs/analytics/src/models/AnalyticsEvent.d.ts +0 -49
  27. package/dist/libs/analytics/src/services/ContextService.d.ts +0 -19
  28. package/dist/libs/common/src/backbone/constants/Caches.d.ts +0 -3
  29. package/dist/libs/common/src/backbone/constants/CommonChannels.d.ts +0 -5
  30. package/dist/libs/common/src/backbone/constants/CommonServices.d.ts +0 -4
  31. package/dist/libs/common/src/backbone/constants/DataProviders.d.ts +0 -4
  32. package/dist/libs/common/src/backbone/core/AppLink.d.ts +0 -37
  33. package/dist/libs/common/src/backbone/core/BaseAppRouter.d.ts +0 -103
  34. package/dist/libs/common/src/backbone/core/BaseApplication.d.ts +0 -76
  35. package/dist/libs/common/src/backbone/core/BaseBehavior.d.ts +0 -6
  36. package/dist/libs/common/src/backbone/core/BaseCollection.d.ts +0 -7
  37. package/dist/libs/common/src/backbone/core/BaseCollectionView.d.ts +0 -16
  38. package/dist/libs/common/src/backbone/core/BaseError.d.ts +0 -18
  39. package/dist/libs/common/src/backbone/core/BaseLayoutView.d.ts +0 -11
  40. package/dist/libs/common/src/backbone/core/BaseModel.d.ts +0 -27
  41. package/dist/libs/common/src/backbone/core/BaseNestedModel.d.ts +0 -21
  42. package/dist/libs/common/src/backbone/core/BaseService.d.ts +0 -10
  43. package/dist/libs/common/src/backbone/core/BaseView.d.ts +0 -131
  44. package/dist/libs/common/src/backbone/core/EventNames.d.ts +0 -16
  45. package/dist/libs/common/src/backbone/core/LayoutService.d.ts +0 -31
  46. package/dist/libs/common/src/backbone/core/ListenToRadio.d.ts +0 -3
  47. package/dist/libs/common/src/backbone/core/LocationUtils.d.ts +0 -23
  48. package/dist/libs/common/src/backbone/core/Middleware.d.ts +0 -10
  49. package/dist/libs/common/src/backbone/core/Shell.d.ts +0 -79
  50. package/dist/libs/common/src/backbone/core/Types.d.ts +0 -12
  51. package/dist/libs/common/src/backbone/core/index.d.ts +0 -18
  52. package/dist/libs/common/src/backbone/enums/DataServiceErrorType.d.ts +0 -8
  53. package/dist/libs/common/src/backbone/enums/HttpStatus.d.ts +0 -10
  54. package/dist/libs/common/src/backbone/enums/HttpVerbs.d.ts +0 -6
  55. package/dist/libs/common/src/backbone/errors/DevError.d.ts +0 -4
  56. package/dist/libs/common/src/backbone/index.d.ts +0 -2
  57. package/dist/libs/common/src/backbone/interfaces/BaseCollectionIdentifier.d.ts +0 -19
  58. package/dist/libs/common/src/backbone/interfaces/ChainableDataService.d.ts +0 -9
  59. package/dist/libs/common/src/backbone/interfaces/DataCache.d.ts +0 -8
  60. package/dist/libs/common/src/backbone/interfaces/DataProvider.d.ts +0 -15
  61. package/dist/libs/common/src/backbone/interfaces/DataServiceError.d.ts +0 -7
  62. package/dist/libs/common/src/backbone/interfaces/DataServiceRequests.d.ts +0 -218
  63. package/dist/libs/common/src/backbone/interfaces/Pagination.d.ts +0 -33
  64. package/dist/libs/common/src/backbone/interfaces/StickitBinding.d.ts +0 -38
  65. package/dist/libs/common/src/backbone/interfaces/Xhr.d.ts +0 -9
  66. package/dist/libs/common/src/backbone/interfaces/index.d.ts +0 -9
  67. package/dist/libs/common/src/backbone/services/BaseAlertService.d.ts +0 -69
  68. package/dist/libs/common/src/backbone/services/BaseDataService.d.ts +0 -82
  69. package/dist/libs/common/src/backbone/services/EnvironmentVariables.d.ts +0 -13
  70. package/dist/libs/common/src/backbone/services/InstanceManager.d.ts +0 -33
  71. package/dist/libs/common/src/backbone/services/LanguageService.d.ts +0 -22
  72. package/dist/libs/common/src/backbone/services/caches/FifoMemoryCache.d.ts +0 -20
  73. package/dist/libs/common/src/backbone/services/data-providers/AjaxDataProvider.d.ts +0 -31
  74. package/dist/libs/common/src/backbone/utils/DataServiceErrorHelper.d.ts +0 -2
  75. package/dist/libs/common/src/backbone/utils/FunctionHelper.d.ts +0 -8
  76. package/dist/libs/common/src/backbone/utils/LocalStorageHelper.d.ts +0 -58
  77. package/dist/libs/common/src/backbone/utils/UrlHelper.d.ts +0 -14
  78. package/dist/libs/common/src/react/constants/ViewModelActions.d.ts +0 -3
  79. package/dist/libs/common/src/react/core/ReactApplication.d.ts +0 -9
  80. package/dist/libs/common/src/react/core/ReactLayoutView.d.ts +0 -13
  81. package/dist/libs/common/src/react/flight/FlightHelpers.d.ts +0 -14
  82. package/dist/libs/common/src/react/flight/FlightMiddleware.d.ts +0 -11
  83. package/dist/libs/common/src/react/flight/FlightReducer.d.ts +0 -2
  84. package/dist/libs/common/src/react/flight/FlightSimulator.d.ts +0 -24
  85. package/dist/libs/common/src/react/flight/constants/Actions.d.ts +0 -7
  86. package/dist/libs/common/src/react/flight/constants/index.d.ts +0 -1
  87. package/dist/libs/common/src/react/flight/data-layers/AjaxRequest.d.ts +0 -2
  88. package/dist/libs/common/src/react/flight/data-layers/index.d.ts +0 -1
  89. package/dist/libs/common/src/react/flight/enums/RequestStatus.d.ts +0 -6
  90. package/dist/libs/common/src/react/flight/enums/index.d.ts +0 -1
  91. package/dist/libs/common/src/react/flight/index.d.ts +0 -9
  92. package/dist/libs/common/src/react/flight/interfaces/Action.d.ts +0 -28
  93. package/dist/libs/common/src/react/flight/interfaces/Dispatch.d.ts +0 -3
  94. package/dist/libs/common/src/react/flight/interfaces/FlightState.d.ts +0 -22
  95. package/dist/libs/common/src/react/flight/interfaces/HttpRequest.d.ts +0 -27
  96. package/dist/libs/common/src/react/flight/interfaces/NormalizeOptions.d.ts +0 -4
  97. package/dist/libs/common/src/react/flight/interfaces/NormalizedData.d.ts +0 -7
  98. package/dist/libs/common/src/react/flight/interfaces/Request.d.ts +0 -29
  99. package/dist/libs/common/src/react/flight/interfaces/Response.d.ts +0 -9
  100. package/dist/libs/common/src/react/flight/interfaces/UpdateStateOptions.d.ts +0 -15
  101. package/dist/libs/common/src/react/flight/interfaces/index.d.ts +0 -9
  102. package/dist/libs/common/src/react/flight/normalizer/Denormalizer.d.ts +0 -3
  103. package/dist/libs/common/src/react/flight/normalizer/Normalizer.d.ts +0 -8
  104. package/dist/libs/common/src/react/flight/normalizer/index.d.ts +0 -2
  105. package/dist/libs/common/src/react/flight/utils/SimulatorHelper.d.ts +0 -5
  106. package/dist/libs/common/src/react/flight/utils/StateHelper.d.ts +0 -11
  107. package/dist/libs/common/src/react/flight/utils/index.d.ts +0 -2
  108. package/dist/libs/common/src/react/hooks/UseBulkFetch.d.ts +0 -10
  109. package/dist/libs/common/src/react/hooks/UseFetch.d.ts +0 -10
  110. package/dist/libs/common/src/react/hooks/UseInstance.d.ts +0 -6
  111. package/dist/libs/common/src/react/hooks/UseService.d.ts +0 -2
  112. package/dist/libs/common/src/react/hooks/UseViewModel.d.ts +0 -8
  113. package/dist/libs/common/src/react/index.d.ts +0 -2
  114. package/dist/libs/common/src/react/interfaces/ApplicationData.d.ts +0 -3
  115. package/dist/libs/common/src/react/interfaces/ApplicationState.d.ts +0 -8
  116. package/dist/libs/common/src/react/interfaces/BaseReducerActions.d.ts +0 -4
  117. package/dist/libs/common/src/react/interfaces/HashObject.d.ts +0 -3
  118. package/dist/libs/common/src/react/interfaces/ViewModelAction.d.ts +0 -5
  119. package/dist/libs/common/src/react/interfaces/ViewModelPayload.d.ts +0 -5
  120. package/dist/libs/common/src/react/interfaces/index.d.ts +0 -4
  121. package/dist/libs/common/src/react/reducers/ViewModelReducer.d.ts +0 -3
  122. package/dist/libs/common/src/react/utils/ArrayHelper.d.ts +0 -45
  123. package/dist/libs/common/src/react/utils/FetchHelper.d.ts +0 -50
  124. package/dist/libs/common/src/react/utils/ObjectHelper.d.ts +0 -10
  125. package/dist/libs/common/src/react/utils/RandomHelper.d.ts +0 -3
  126. package/dist/libs/common/src/react/utils/TextHelper.d.ts +0 -10
  127. package/dist/libs/common/src/react/utils/TimeHelper.d.ts +0 -8
  128. package/dist/libs/common/src/react/utils/TypeHelper.d.ts +0 -5
  129. package/dist/libs/shared/src/apps/notifications/enums/NotificationType.d.ts +0 -16
  130. package/dist/libs/shared/src/apps/playlists/enums/PlaylistSortType.d.ts +0 -7
  131. package/dist/libs/shared/src/apps/playlists/enums/PlaylistType.d.ts +0 -5
  132. package/dist/libs/shared/src/apps/playlists/interfaces/data-requests/CreateOrUpdatePlaylistRequest.d.ts +0 -7
  133. package/dist/libs/shared/src/apps/playlists/interfaces/data-requests/index.d.ts +0 -1
  134. package/dist/libs/shared/src/apps/playlists/interfaces/identifiers/PlaylistCollectionIdentifier.d.ts +0 -8
  135. package/dist/libs/shared/src/apps/playlists/interfaces/identifiers/PlaylistVideoCollectionIdentifier.d.ts +0 -4
  136. package/dist/libs/shared/src/apps/playlists/interfaces/identifiers/index.d.ts +0 -2
  137. package/dist/libs/shared/src/apps/playlists/interfaces/index.d.ts +0 -2
  138. package/dist/libs/shared/src/apps/upload/utils/FileExtensionsHelper.d.ts +0 -9
  139. package/dist/libs/shared/src/components/actions/ActionButton.d.ts +0 -16
  140. package/dist/libs/shared/src/components/actions/Actions.d.ts +0 -26
  141. package/dist/libs/shared/src/components/actions/ActionsDropdown.d.ts +0 -15
  142. package/dist/libs/shared/src/components/alert/Alert.d.ts +0 -7
  143. package/dist/libs/shared/src/components/alert/AlertContent.d.ts +0 -8
  144. package/dist/libs/shared/src/components/alert/AlertList.d.ts +0 -8
  145. package/dist/libs/shared/src/components/app-link/AppLink.d.ts +0 -13
  146. package/dist/libs/shared/src/components/confirmation-popup/ConfirmationPopup.d.ts +0 -20
  147. package/dist/libs/shared/src/components/div-button/DivButton.d.ts +0 -10
  148. package/dist/libs/shared/src/components/forms/form-buttons/FormButtons.d.ts +0 -11
  149. package/dist/libs/shared/src/components/forms/form-checkbox/FormCheckbox.d.ts +0 -7
  150. package/dist/libs/shared/src/components/forms/form-field/CharacterCounter.d.ts +0 -8
  151. package/dist/libs/shared/src/components/forms/form-field/FormField.d.ts +0 -17
  152. package/dist/libs/shared/src/components/forms/form-wrapper/FormWrapper.d.ts +0 -21
  153. package/dist/libs/shared/src/components/icon-button/IconButton.d.ts +0 -19
  154. package/dist/libs/shared/src/components/image-cropper/ImageCropper.d.ts +0 -10
  155. package/dist/libs/shared/src/components/pagination/Pagination.d.ts +0 -28
  156. package/dist/libs/shared/src/components/popup/Popup.d.ts +0 -30
  157. package/dist/libs/shared/src/components/popup/PopupButtons.d.ts +0 -14
  158. package/dist/libs/shared/src/components/popup/PopupLoadingSpinner.d.ts +0 -2
  159. package/dist/libs/shared/src/components/search-bar/SearchBar.d.ts +0 -168
  160. package/dist/libs/shared/src/components/search-bar/SearchInput.d.ts +0 -13
  161. package/dist/libs/shared/src/components/search-bar/SearchUtils.d.ts +0 -44
  162. package/dist/libs/shared/src/components/spinner-button/SpinnerButton.d.ts +0 -8
  163. package/dist/libs/shared/src/components/svg-container/SvgContainer.d.ts +0 -21
  164. package/dist/libs/shared/src/components/text/Text.d.ts +0 -13
  165. package/dist/libs/shared/src/components/tooltip/Tooltip.d.ts +0 -16
  166. package/dist/libs/shared/src/constants/AppVariables.d.ts +0 -5
  167. package/dist/libs/shared/src/constants/BootstrapKeys.d.ts +0 -8
  168. package/dist/libs/shared/src/constants/CacheDurations.d.ts +0 -4
  169. package/dist/libs/shared/src/constants/DataPrefixes.d.ts +0 -12
  170. package/dist/libs/shared/src/constants/ImageSizes.d.ts +0 -8
  171. package/dist/libs/shared/src/constants/LayoutRegions.d.ts +0 -7
  172. package/dist/libs/shared/src/constants/RadioChannels.d.ts +0 -20
  173. package/dist/libs/shared/src/constants/SharedServices.d.ts +0 -25
  174. package/dist/libs/shared/src/context/ImageStorageContext.d.ts +0 -45
  175. package/dist/libs/shared/src/enums/ClassificationType.d.ts +0 -4
  176. package/dist/libs/shared/src/enums/CountryCode.d.ts +0 -5
  177. package/dist/libs/shared/src/enums/CurriculumType.d.ts +0 -6
  178. package/dist/libs/shared/src/enums/CustomerType.d.ts +0 -11
  179. package/dist/libs/shared/src/enums/GlanceFormat.d.ts +0 -3
  180. package/dist/libs/shared/src/enums/Images.d.ts +0 -26
  181. package/dist/libs/shared/src/enums/MasterType.d.ts +0 -59
  182. package/dist/libs/shared/src/enums/MediaQueries.d.ts +0 -20
  183. package/dist/libs/shared/src/enums/ObjectStatus.d.ts +0 -5
  184. package/dist/libs/shared/src/enums/PermissionName.d.ts +0 -23
  185. package/dist/libs/shared/src/enums/PlaylistPrivacy.d.ts +0 -5
  186. package/dist/libs/shared/src/enums/PresentationType.d.ts +0 -4
  187. package/dist/libs/shared/src/enums/ResourceFileType.d.ts +0 -9
  188. package/dist/libs/shared/src/enums/SettingKind.d.ts +0 -4
  189. package/dist/libs/shared/src/enums/SettingName.d.ts +0 -17
  190. package/dist/libs/shared/src/enums/ThemeType.d.ts +0 -3
  191. package/dist/libs/shared/src/enums/UserGroup.d.ts +0 -5
  192. package/dist/libs/shared/src/enums/UserRole.d.ts +0 -15
  193. package/dist/libs/shared/src/enums/WidgetContents.d.ts +0 -10
  194. package/dist/libs/shared/src/flight-requests/ImageRequests.d.ts +0 -7
  195. package/dist/libs/shared/src/flight-requests/RatingRequests.d.ts +0 -4
  196. package/dist/libs/shared/src/flight-requests/ThemeRequests.d.ts +0 -13
  197. package/dist/libs/shared/src/flight-requests/UserRequests.d.ts +0 -11
  198. package/dist/libs/shared/src/hooks/UseAlerts.d.ts +0 -6
  199. package/dist/libs/shared/src/hooks/UseCanSubmitForm.d.ts +0 -10
  200. package/dist/libs/shared/src/hooks/UseMediaQuery.d.ts +0 -1
  201. package/dist/libs/shared/src/hooks/UseReorderedItems.d.ts +0 -9
  202. package/dist/libs/shared/src/images/svg/ImportedSvgs.d.ts +0 -87
  203. package/dist/libs/shared/src/images/svg/actions/index.d.ts +0 -24
  204. package/dist/libs/shared/src/images/svg/arrows/index.d.ts +0 -9
  205. package/dist/libs/shared/src/images/svg/index.d.ts +0 -2
  206. package/dist/libs/shared/src/images/svg/objects/index.d.ts +0 -36
  207. package/dist/libs/shared/src/images/svg/player/index.d.ts +0 -14
  208. package/dist/libs/shared/src/images/svg/settings.d.ts +0 -1
  209. package/dist/libs/shared/src/images/svg/status/index.d.ts +0 -13
  210. package/dist/libs/shared/src/interfaces/AppLinkWithLabel.d.ts +0 -5
  211. package/dist/libs/shared/src/interfaces/DialogOptions.d.ts +0 -13
  212. package/dist/libs/shared/src/interfaces/ImageUrls.d.ts +0 -16
  213. package/dist/libs/shared/src/interfaces/QueryParams.d.ts +0 -3
  214. package/dist/libs/shared/src/interfaces/RegionalUrl.d.ts +0 -5
  215. package/dist/libs/shared/src/interfaces/WidgetContext.d.ts +0 -9
  216. package/dist/libs/shared/src/interfaces/app-variables/BaseNotificationsAppVariables.d.ts +0 -16
  217. package/dist/libs/shared/src/interfaces/app-variables/BaseSearchAppVariables.d.ts +0 -17
  218. package/dist/libs/shared/src/interfaces/app-variables/index.d.ts +0 -2
  219. package/dist/libs/shared/src/interfaces/collections/AudienceCollection.d.ts +0 -4
  220. package/dist/libs/shared/src/interfaces/collections/CategoryCollection.d.ts +0 -4
  221. package/dist/libs/shared/src/interfaces/collections/ClassificationCollection.d.ts +0 -4
  222. package/dist/libs/shared/src/interfaces/collections/ClassroomCollection.d.ts +0 -4
  223. package/dist/libs/shared/src/interfaces/collections/ClassroomGroupCollection.d.ts +0 -4
  224. package/dist/libs/shared/src/interfaces/collections/ClipCollection.d.ts +0 -4
  225. package/dist/libs/shared/src/interfaces/collections/CompanyCollection.d.ts +0 -3
  226. package/dist/libs/shared/src/interfaces/collections/CustomerCollection.d.ts +0 -4
  227. package/dist/libs/shared/src/interfaces/collections/FolderCollection.d.ts +0 -4
  228. package/dist/libs/shared/src/interfaces/collections/InteractiveCollection.d.ts +0 -4
  229. package/dist/libs/shared/src/interfaces/collections/LibraryCollection.d.ts +0 -4
  230. package/dist/libs/shared/src/interfaces/collections/LinkCollection.d.ts +0 -4
  231. package/dist/libs/shared/src/interfaces/collections/PersonCollection.d.ts +0 -3
  232. package/dist/libs/shared/src/interfaces/collections/PlaylistCollection.d.ts +0 -4
  233. package/dist/libs/shared/src/interfaces/collections/PresentationAudienceCollection.d.ts +0 -4
  234. package/dist/libs/shared/src/interfaces/collections/ResourceCollection.d.ts +0 -3
  235. package/dist/libs/shared/src/interfaces/collections/SeriesCollection.d.ts +0 -4
  236. package/dist/libs/shared/src/interfaces/collections/SubtitleCollection.d.ts +0 -3
  237. package/dist/libs/shared/src/interfaces/collections/TagCollection.d.ts +0 -4
  238. package/dist/libs/shared/src/interfaces/collections/UserCollection.d.ts +0 -3
  239. package/dist/libs/shared/src/interfaces/collections/VideoCollection.d.ts +0 -4
  240. package/dist/libs/shared/src/interfaces/collections/VideoHistoryCollection.d.ts +0 -4
  241. package/dist/libs/shared/src/interfaces/collections/WidgetCollection.d.ts +0 -3
  242. package/dist/libs/shared/src/interfaces/collections/index.d.ts +0 -25
  243. package/dist/libs/shared/src/interfaces/collections/primitives/BasePaginatedCollection.d.ts +0 -7
  244. package/dist/libs/shared/src/interfaces/collections/primitives/index.d.ts +0 -1
  245. package/dist/libs/shared/src/interfaces/index.d.ts +0 -13
  246. package/dist/libs/shared/src/interfaces/models/Audience.d.ts +0 -3
  247. package/dist/libs/shared/src/interfaces/models/Avatar.d.ts +0 -3
  248. package/dist/libs/shared/src/interfaces/models/Banner.d.ts +0 -3
  249. package/dist/libs/shared/src/interfaces/models/Category.d.ts +0 -3
  250. package/dist/libs/shared/src/interfaces/models/Channel.d.ts +0 -3
  251. package/dist/libs/shared/src/interfaces/models/Classification.d.ts +0 -21
  252. package/dist/libs/shared/src/interfaces/models/Classroom.d.ts +0 -4
  253. package/dist/libs/shared/src/interfaces/models/ClassroomGroup.d.ts +0 -18
  254. package/dist/libs/shared/src/interfaces/models/Clip.d.ts +0 -8
  255. package/dist/libs/shared/src/interfaces/models/Company.d.ts +0 -3
  256. package/dist/libs/shared/src/interfaces/models/Config.d.ts +0 -13
  257. package/dist/libs/shared/src/interfaces/models/Cover.d.ts +0 -3
  258. package/dist/libs/shared/src/interfaces/models/Curriculum.d.ts +0 -18
  259. package/dist/libs/shared/src/interfaces/models/Customer.d.ts +0 -6
  260. package/dist/libs/shared/src/interfaces/models/EntitySetting.d.ts +0 -9
  261. package/dist/libs/shared/src/interfaces/models/FileUpload.d.ts +0 -20
  262. package/dist/libs/shared/src/interfaces/models/Folder.d.ts +0 -7
  263. package/dist/libs/shared/src/interfaces/models/Following.d.ts +0 -4
  264. package/dist/libs/shared/src/interfaces/models/Glance.d.ts +0 -9
  265. package/dist/libs/shared/src/interfaces/models/Group.d.ts +0 -3
  266. package/dist/libs/shared/src/interfaces/models/HeroBanner.d.ts +0 -3
  267. package/dist/libs/shared/src/interfaces/models/Image.d.ts +0 -7
  268. package/dist/libs/shared/src/interfaces/models/InteractiveMetadata.d.ts +0 -14
  269. package/dist/libs/shared/src/interfaces/models/Language.d.ts +0 -4
  270. package/dist/libs/shared/src/interfaces/models/LanguageConfig.d.ts +0 -5
  271. package/dist/libs/shared/src/interfaces/models/Library.d.ts +0 -5
  272. package/dist/libs/shared/src/interfaces/models/Link.d.ts +0 -4
  273. package/dist/libs/shared/src/interfaces/models/Organisation.d.ts +0 -3
  274. package/dist/libs/shared/src/interfaces/models/Pdf.d.ts +0 -4
  275. package/dist/libs/shared/src/interfaces/models/Person.d.ts +0 -3
  276. package/dist/libs/shared/src/interfaces/models/PlayerViewKey.d.ts +0 -3
  277. package/dist/libs/shared/src/interfaces/models/Playlist.d.ts +0 -14
  278. package/dist/libs/shared/src/interfaces/models/Poster.d.ts +0 -3
  279. package/dist/libs/shared/src/interfaces/models/Presentation.d.ts +0 -6
  280. package/dist/libs/shared/src/interfaces/models/PresentationAudience.d.ts +0 -6
  281. package/dist/libs/shared/src/interfaces/models/Rating.d.ts +0 -5
  282. package/dist/libs/shared/src/interfaces/models/Resource.d.ts +0 -17
  283. package/dist/libs/shared/src/interfaces/models/Restriction.d.ts +0 -6
  284. package/dist/libs/shared/src/interfaces/models/Season.d.ts +0 -4
  285. package/dist/libs/shared/src/interfaces/models/Series.d.ts +0 -10
  286. package/dist/libs/shared/src/interfaces/models/Share.d.ts +0 -9
  287. package/dist/libs/shared/src/interfaces/models/Subject.d.ts +0 -13
  288. package/dist/libs/shared/src/interfaces/models/Subtitle.d.ts +0 -7
  289. package/dist/libs/shared/src/interfaces/models/Tag.d.ts +0 -3
  290. package/dist/libs/shared/src/interfaces/models/TallPoster.d.ts +0 -3
  291. package/dist/libs/shared/src/interfaces/models/Theme.d.ts +0 -14
  292. package/dist/libs/shared/src/interfaces/models/Thumbnail.d.ts +0 -6
  293. package/dist/libs/shared/src/interfaces/models/User.d.ts +0 -64
  294. package/dist/libs/shared/src/interfaces/models/UserChannel.d.ts +0 -7
  295. package/dist/libs/shared/src/interfaces/models/Video.d.ts +0 -34
  296. package/dist/libs/shared/src/interfaces/models/VideoHistory.d.ts +0 -12
  297. package/dist/libs/shared/src/interfaces/models/Widget.d.ts +0 -16
  298. package/dist/libs/shared/src/interfaces/models/YearGroup.d.ts +0 -5
  299. package/dist/libs/shared/src/interfaces/models/index.d.ts +0 -57
  300. package/dist/libs/shared/src/interfaces/models/interactive/ActionableItem.d.ts +0 -6
  301. package/dist/libs/shared/src/interfaces/models/interactive/Interaction.d.ts +0 -16
  302. package/dist/libs/shared/src/interfaces/models/interactive/InteractionType.d.ts +0 -7
  303. package/dist/libs/shared/src/interfaces/models/interactive/InteractionTypeId.d.ts +0 -8
  304. package/dist/libs/shared/src/interfaces/models/interactive/Interactive.d.ts +0 -7
  305. package/dist/libs/shared/src/interfaces/models/interactive/Timepoint.d.ts +0 -9
  306. package/dist/libs/shared/src/interfaces/models/interactive/index.d.ts +0 -6
  307. package/dist/libs/shared/src/interfaces/models/primitives/BaseObject.d.ts +0 -8
  308. package/dist/libs/shared/src/interfaces/models/primitives/VirtualObject.d.ts +0 -5
  309. package/dist/libs/shared/src/interfaces/models/primitives/index.d.ts +0 -2
  310. package/dist/libs/shared/src/interfaces/props/ViewProps.d.ts +0 -8
  311. package/dist/libs/shared/src/interfaces/props/index.d.ts +0 -1
  312. package/dist/libs/shared/src/interfaces/requests/CreateOrUpdateClipRequest.d.ts +0 -6
  313. package/dist/libs/shared/src/interfaces/requests/CreateViewKeyRequest.d.ts +0 -3
  314. package/dist/libs/shared/src/interfaces/requests/ReorderRequest.d.ts +0 -12
  315. package/dist/libs/shared/src/interfaces/requests/UpdateObjectChannel.d.ts +0 -3
  316. package/dist/libs/shared/src/interfaces/requests/UpdateObjectRating.d.ts +0 -3
  317. package/dist/libs/shared/src/interfaces/requests/UpdateResourceRequest.d.ts +0 -3
  318. package/dist/libs/shared/src/interfaces/requests/UpdateVideoRequest.d.ts +0 -9
  319. package/dist/libs/shared/src/interfaces/requests/index.d.ts +0 -7
  320. package/dist/libs/shared/src/interfaces/services/BaseConfigDataService.d.ts +0 -5
  321. package/dist/libs/shared/src/interfaces/services/BaseLibraryDataService.d.ts +0 -10
  322. package/dist/libs/shared/src/interfaces/services/BaseSeriesDataService.d.ts +0 -4
  323. package/dist/libs/shared/src/interfaces/services/BaseSettingsDataService.d.ts +0 -7
  324. package/dist/libs/shared/src/interfaces/services/BaseUserDataService.d.ts +0 -6
  325. package/dist/libs/shared/src/interfaces/services/BaseVideoDataService.d.ts +0 -5
  326. package/dist/libs/shared/src/interfaces/services/BaseVideoUploadDataService.d.ts +0 -8
  327. package/dist/libs/shared/src/interfaces/services/index.d.ts +0 -7
  328. package/dist/libs/shared/src/services/LanguageDataService.d.ts +0 -7
  329. package/dist/libs/shared/src/utils/CollectionHelper.d.ts +0 -16
  330. package/dist/libs/shared/src/utils/FormHelper.d.ts +0 -4
  331. package/dist/libs/shared/src/utils/ImageHelper.d.ts +0 -32
  332. package/dist/libs/shared/src/utils/ImageSelectHelper.d.ts +0 -6
  333. package/dist/libs/shared/src/utils/ReorderHelper.d.ts +0 -15
  334. package/dist/libs/shared/src/utils/StateHelper.d.ts +0 -14
  335. package/dist/libs/shared/src/utils/SvgHelper.d.ts +0 -18
  336. package/dist/libs/shared/src/views/image-upload/ImageUploadView.d.ts +0 -9
  337. package/dist/projects/curator/src/apps/companies/CompaniesApplication.d.ts +0 -13
  338. package/dist/projects/curator/src/apps/companies/components/edit-company/EditCompany.d.ts +0 -9
  339. package/dist/projects/curator/src/apps/companies/components/edit-company/EditCompanyForm.d.ts +0 -6
  340. package/dist/projects/curator/src/apps/companies/components/edit-company/index.d.ts +0 -1
  341. package/dist/projects/curator/src/apps/companies/components/index.d.ts +0 -1
  342. package/dist/projects/curator/src/apps/companies/flight-requests/CompanyRequests.d.ts +0 -8
  343. package/dist/projects/curator/src/apps/companies/flight-requests/index.d.ts +0 -1
  344. package/dist/projects/curator/src/apps/companies/interfaces/CreateOrUpdateCompanyRequest.d.ts +0 -3
  345. package/dist/projects/curator/src/apps/companies/interfaces/index.d.ts +0 -1
  346. package/dist/projects/curator/src/apps/companies/utils/CompanyValidation.d.ts +0 -3
  347. package/dist/projects/curator/src/apps/companies/utils/index.d.ts +0 -1
  348. package/dist/projects/curator/src/apps/companies/views/companies/CompaniesView.d.ts +0 -6
  349. package/dist/projects/curator/src/apps/companies/views/companies/index.d.ts +0 -1
  350. package/dist/projects/curator/src/apps/companies/views/edit-company/EditCompanyView.d.ts +0 -6
  351. package/dist/projects/curator/src/apps/companies/views/edit-company/index.d.ts +0 -1
  352. package/dist/projects/curator/src/apps/companies/views/index.d.ts +0 -3
  353. package/dist/projects/curator/src/apps/companies/views/new-company/NewCompanyView.d.ts +0 -2
  354. package/dist/projects/curator/src/apps/companies/views/new-company/index.d.ts +0 -1
  355. package/dist/projects/curator/src/apps/customers/CustomersApplication.d.ts +0 -11
  356. package/dist/projects/curator/src/apps/customers/components/add-or-remove-presentations/AddOrRemovePresentations.d.ts +0 -10
  357. package/dist/projects/curator/src/apps/customers/flight-requests/CustomerRequests.d.ts +0 -4
  358. package/dist/projects/curator/src/apps/customers/views/edit-customer-presentations/EditCustomerPresentationsView.d.ts +0 -6
  359. package/dist/projects/curator/src/apps/customers/views/edit-customer-presentations/index.d.ts +0 -1
  360. package/dist/projects/curator/src/apps/domain-options/DomainOptionsApplication.d.ts +0 -16
  361. package/dist/projects/curator/src/apps/domain-options/components/edit-domain-option-details/DefaultValueField.d.ts +0 -8
  362. package/dist/projects/curator/src/apps/domain-options/components/edit-domain-option-details/EditDomainOptionDetails.d.ts +0 -8
  363. package/dist/projects/curator/src/apps/domain-options/components/edit-domain-option-details/EditDomainOptionDetailsForm.d.ts +0 -6
  364. package/dist/projects/curator/src/apps/domain-options/components/edit-domain-option-details/index.d.ts +0 -1
  365. package/dist/projects/curator/src/apps/domain-options/components/index.d.ts +0 -1
  366. package/dist/projects/curator/src/apps/domain-options/data-requests/DomainOptionRequests.d.ts +0 -9
  367. package/dist/projects/curator/src/apps/domain-options/data-requests/index.d.ts +0 -1
  368. package/dist/projects/curator/src/apps/domain-options/interfaces/data-requests/CreateOrUpdateDomainOptionRequest.d.ts +0 -2
  369. package/dist/projects/curator/src/apps/domain-options/interfaces/data-requests/index.d.ts +0 -1
  370. package/dist/projects/curator/src/apps/domain-options/interfaces/index.d.ts +0 -2
  371. package/dist/projects/curator/src/apps/domain-options/interfaces/models/DomainOption.d.ts +0 -24
  372. package/dist/projects/curator/src/apps/domain-options/interfaces/models/index.d.ts +0 -1
  373. package/dist/projects/curator/src/apps/domain-options/utils/index.d.ts +0 -1
  374. package/dist/projects/curator/src/apps/domain-options/utils/validation/DomainOptionValidation.d.ts +0 -3
  375. package/dist/projects/curator/src/apps/domain-options/utils/validation/index.d.ts +0 -1
  376. package/dist/projects/curator/src/apps/domain-options/views/delete-domain-option/DeleteDomainOptionView.d.ts +0 -7
  377. package/dist/projects/curator/src/apps/domain-options/views/delete-domain-option/index.d.ts +0 -1
  378. package/dist/projects/curator/src/apps/domain-options/views/domain-options/DomainOptionsView.d.ts +0 -2
  379. package/dist/projects/curator/src/apps/domain-options/views/domain-options/index.d.ts +0 -1
  380. package/dist/projects/curator/src/apps/domain-options/views/edit-domain-option/EditDomainOptionView.d.ts +0 -6
  381. package/dist/projects/curator/src/apps/domain-options/views/edit-domain-option/index.d.ts +0 -1
  382. package/dist/projects/curator/src/apps/domain-options/views/index.d.ts +0 -4
  383. package/dist/projects/curator/src/apps/domain-options/views/new-domain-option/NewDomainOptionView.d.ts +0 -2
  384. package/dist/projects/curator/src/apps/domain-options/views/new-domain-option/index.d.ts +0 -1
  385. package/dist/projects/curator/src/apps/people/PeopleApplication.d.ts +0 -13
  386. package/dist/projects/curator/src/apps/people/components/edit-person/EditPerson.d.ts +0 -9
  387. package/dist/projects/curator/src/apps/people/components/edit-person/EditPersonForm.d.ts +0 -6
  388. package/dist/projects/curator/src/apps/people/components/edit-person/index.d.ts +0 -1
  389. package/dist/projects/curator/src/apps/people/components/index.d.ts +0 -1
  390. package/dist/projects/curator/src/apps/people/flight-requests/PersonRequests.d.ts +0 -8
  391. package/dist/projects/curator/src/apps/people/flight-requests/index.d.ts +0 -1
  392. package/dist/projects/curator/src/apps/people/interfaces/CreateOrUpdatePersonRequest.d.ts +0 -3
  393. package/dist/projects/curator/src/apps/people/interfaces/index.d.ts +0 -1
  394. package/dist/projects/curator/src/apps/people/utils/PersonValidation.d.ts +0 -3
  395. package/dist/projects/curator/src/apps/people/utils/index.d.ts +0 -1
  396. package/dist/projects/curator/src/apps/people/views/edit-person/EditPersonView.d.ts +0 -6
  397. package/dist/projects/curator/src/apps/people/views/edit-person/index.d.ts +0 -1
  398. package/dist/projects/curator/src/apps/people/views/index.d.ts +0 -3
  399. package/dist/projects/curator/src/apps/people/views/new-person/NewPersonView.d.ts +0 -2
  400. package/dist/projects/curator/src/apps/people/views/new-person/index.d.ts +0 -1
  401. package/dist/projects/curator/src/apps/people/views/people/PeopleView.d.ts +0 -6
  402. package/dist/projects/curator/src/apps/people/views/people/index.d.ts +0 -1
  403. package/dist/projects/curator/src/apps/playlists/PlaylistsApplication.d.ts +0 -26
  404. package/dist/projects/curator/src/apps/playlists/components/edit-playlist/EditPlaylistDetails.d.ts +0 -9
  405. package/dist/projects/curator/src/apps/playlists/components/edit-playlist/EditPlaylistDetailsForm.d.ts +0 -8
  406. package/dist/projects/curator/src/apps/playlists/components/edit-playlist/index.d.ts +0 -1
  407. package/dist/projects/curator/src/apps/playlists/components/edit-playlist-nav/EditPlaylistNav.d.ts +0 -9
  408. package/dist/projects/curator/src/apps/playlists/components/edit-playlist-nav/index.d.ts +0 -1
  409. package/dist/projects/curator/src/apps/playlists/components/index.d.ts +0 -2
  410. package/dist/projects/curator/src/apps/playlists/components/playlist-search/PlaylistSearch.d.ts +0 -6
  411. package/dist/projects/curator/src/apps/playlists/components/playlist-search/index.d.ts +0 -1
  412. package/dist/projects/curator/src/apps/playlists/context/PlaylistsAppContext.d.ts +0 -4
  413. package/dist/projects/curator/src/apps/playlists/context/index.d.ts +0 -1
  414. package/dist/projects/curator/src/apps/playlists/flight-requests/CuratorPlaylistRequests.d.ts +0 -17
  415. package/dist/projects/curator/src/apps/playlists/interfaces/data-requests/Playlist.d.ts +0 -7
  416. package/dist/projects/curator/src/apps/playlists/interfaces/data-requests/index.d.ts +0 -1
  417. package/dist/projects/curator/src/apps/playlists/interfaces/index.d.ts +0 -1
  418. package/dist/projects/curator/src/apps/playlists/utils/PlaylistNavHelper.d.ts +0 -5
  419. package/dist/projects/curator/src/apps/playlists/utils/index.d.ts +0 -2
  420. package/dist/projects/curator/src/apps/playlists/utils/validation/PlaylistValidation.d.ts +0 -3
  421. package/dist/projects/curator/src/apps/playlists/utils/validation/index.d.ts +0 -1
  422. package/dist/projects/curator/src/apps/playlists/views/delete-playlist/DeletePlaylistView.d.ts +0 -7
  423. package/dist/projects/curator/src/apps/playlists/views/delete-playlist/index.d.ts +0 -1
  424. package/dist/projects/curator/src/apps/playlists/views/edit-playlist/EditPlaylistView.d.ts +0 -6
  425. package/dist/projects/curator/src/apps/playlists/views/edit-playlist/index.d.ts +0 -1
  426. package/dist/projects/curator/src/apps/playlists/views/edit-playlist-audiences/EditPlaylistAudiencesView.d.ts +0 -6
  427. package/dist/projects/curator/src/apps/playlists/views/edit-playlist-audiences/index.d.ts +0 -1
  428. package/dist/projects/curator/src/apps/playlists/views/edit-playlist-subjects/EditPlaylistSubjectsView.d.ts +0 -6
  429. package/dist/projects/curator/src/apps/playlists/views/edit-playlist-subjects/index.d.ts +0 -1
  430. package/dist/projects/curator/src/apps/playlists/views/edit-playlist-videos/EditPlaylistVideosView.d.ts +0 -6
  431. package/dist/projects/curator/src/apps/playlists/views/edit-playlist-videos/index.d.ts +0 -1
  432. package/dist/projects/curator/src/apps/playlists/views/index.d.ts +0 -7
  433. package/dist/projects/curator/src/apps/playlists/views/new-playlist/NewPlaylistView.d.ts +0 -2
  434. package/dist/projects/curator/src/apps/playlists/views/new-playlist/index.d.ts +0 -1
  435. package/dist/projects/curator/src/apps/playlists/views/playlist-search-results/PlaylistSearchResultsView.d.ts +0 -7
  436. package/dist/projects/curator/src/apps/playlists/views/playlist-search-results/index.d.ts +0 -1
  437. package/dist/projects/curator/src/apps/playlists/views/playlists/PlaylistsView.d.ts +0 -6
  438. package/dist/projects/curator/src/apps/playlists/views/playlists/index.d.ts +0 -1
  439. package/dist/projects/curator/src/apps/playlists/views/remove-video/RemoveVideoView.d.ts +0 -8
  440. package/dist/projects/curator/src/apps/playlists/views/remove-video/index.d.ts +0 -1
  441. package/dist/projects/curator/src/apps/release-notes/ReleaseNotesApplication.d.ts +0 -15
  442. package/dist/projects/curator/src/apps/release-notes/components/GenerateReleaseNotesForm.d.ts +0 -9
  443. package/dist/projects/curator/src/apps/release-notes/constants/GitLabPageLimit.d.ts +0 -1
  444. package/dist/projects/curator/src/apps/release-notes/constants/GitLabProjects.d.ts +0 -3
  445. package/dist/projects/curator/src/apps/release-notes/constants/MonorepoVersions.d.ts +0 -1
  446. package/dist/projects/curator/src/apps/release-notes/flight-requests/GitLabRequests.d.ts +0 -9
  447. package/dist/projects/curator/src/apps/release-notes/interfaces/GitLabProject.d.ts +0 -4
  448. package/dist/projects/curator/src/apps/release-notes/interfaces/ReleaseNotesConfig.d.ts +0 -5
  449. package/dist/projects/curator/src/apps/release-notes/utils/getMergeRequestDescriptionChanges.d.ts +0 -1
  450. package/dist/projects/curator/src/apps/release-notes/utils/getMonorepoMergeRequestDescriptionChanges.d.ts +0 -2
  451. package/dist/projects/curator/src/apps/release-notes/utils/serializeMergeRequestHeading.d.ts +0 -1
  452. package/dist/projects/curator/src/apps/release-notes/utils/serializeMonorepoMergeRequestSubheading.d.ts +0 -1
  453. package/dist/projects/curator/src/apps/release-notes/utils/shouldFilterMergeRequestHeading.d.ts +0 -1
  454. package/dist/projects/curator/src/apps/release-notes/validation/ReleaseNotesValidation.d.ts +0 -3
  455. package/dist/projects/curator/src/apps/release-notes/views/ReleaseNotesFormView.d.ts +0 -2
  456. package/dist/projects/curator/src/apps/release-notes/views/ReleaseNotesGeneratorView.d.ts +0 -2
  457. package/dist/projects/curator/src/apps/series/SeriesApplication.d.ts +0 -21
  458. package/dist/projects/curator/src/apps/series/components/edit-series-details/EditSeriesDetails.d.ts +0 -10
  459. package/dist/projects/curator/src/apps/series/components/edit-series-details/EditSeriesDetailsForm.d.ts +0 -10
  460. package/dist/projects/curator/src/apps/series/components/edit-series-details/index.d.ts +0 -1
  461. package/dist/projects/curator/src/apps/series/components/edit-series-nav/EditSeriesNav.d.ts +0 -9
  462. package/dist/projects/curator/src/apps/series/components/edit-series-nav/index.d.ts +0 -1
  463. package/dist/projects/curator/src/apps/series/components/index.d.ts +0 -2
  464. package/dist/projects/curator/src/apps/series/context/SeriesAppContext.d.ts +0 -4
  465. package/dist/projects/curator/src/apps/series/context/index.d.ts +0 -1
  466. package/dist/projects/curator/src/apps/series/flight-requests/CuratorSeriesRequests.d.ts +0 -11
  467. package/dist/projects/curator/src/apps/series/interfaces/data-requests/Series.d.ts +0 -8
  468. package/dist/projects/curator/src/apps/series/interfaces/data-requests/index.d.ts +0 -1
  469. package/dist/projects/curator/src/apps/series/interfaces/index.d.ts +0 -1
  470. package/dist/projects/curator/src/apps/series/utils/SeriesNavHelper.d.ts +0 -5
  471. package/dist/projects/curator/src/apps/series/utils/index.d.ts +0 -2
  472. package/dist/projects/curator/src/apps/series/utils/validation/SeriesValidation.d.ts +0 -4
  473. package/dist/projects/curator/src/apps/series/utils/validation/index.d.ts +0 -1
  474. package/dist/projects/curator/src/apps/series/views/edit-series/EditSeriesView.d.ts +0 -6
  475. package/dist/projects/curator/src/apps/series/views/edit-series/index.d.ts +0 -1
  476. package/dist/projects/curator/src/apps/series/views/edit-series-audiences/EditSeriesAudiencesView.d.ts +0 -6
  477. package/dist/projects/curator/src/apps/series/views/edit-series-audiences/index.d.ts +0 -1
  478. package/dist/projects/curator/src/apps/series/views/edit-series-subjects/EditSeriesSubjectsView.d.ts +0 -6
  479. package/dist/projects/curator/src/apps/series/views/edit-series-subjects/index.d.ts +0 -1
  480. package/dist/projects/curator/src/apps/series/views/index.d.ts +0 -4
  481. package/dist/projects/curator/src/apps/series/views/new-series/NewSeriesView.d.ts +0 -2
  482. package/dist/projects/curator/src/apps/series/views/new-series/index.d.ts +0 -1
  483. package/dist/projects/curator/src/apps/subjects/SubjectsApplication.d.ts +0 -77
  484. package/dist/projects/curator/src/apps/subjects/components/audiences/audience-levels/AudienceLevels.d.ts +0 -9
  485. package/dist/projects/curator/src/apps/subjects/components/audiences/audience-levels/index.d.ts +0 -1
  486. package/dist/projects/curator/src/apps/subjects/components/audiences/audience-member-list/AudienceMemberItem.d.ts +0 -11
  487. package/dist/projects/curator/src/apps/subjects/components/audiences/audience-member-list/AudienceMemberList.d.ts +0 -13
  488. package/dist/projects/curator/src/apps/subjects/components/audiences/edit-audience-details/EditAudienceDetails.d.ts +0 -11
  489. package/dist/projects/curator/src/apps/subjects/components/audiences/edit-audience-details/EditAudienceDetailsForm.d.ts +0 -9
  490. package/dist/projects/curator/src/apps/subjects/components/audiences/edit-audience-details/index.d.ts +0 -1
  491. package/dist/projects/curator/src/apps/subjects/components/audiences/edit-audience-nav/EditAudienceNav.d.ts +0 -10
  492. package/dist/projects/curator/src/apps/subjects/components/audiences/edit-object-audiences/EditObjectAudiences.d.ts +0 -18
  493. package/dist/projects/curator/src/apps/subjects/components/audiences/edit-object-audiences/index.d.ts +0 -1
  494. package/dist/projects/curator/src/apps/subjects/components/audiences/index.d.ts +0 -6
  495. package/dist/projects/curator/src/apps/subjects/components/audiences/select-audiences/SelectAudiences.d.ts +0 -12
  496. package/dist/projects/curator/src/apps/subjects/components/audiences/select-audiences/index.d.ts +0 -1
  497. package/dist/projects/curator/src/apps/subjects/components/classifications/classification-member-list/ClassificationMemberItem.d.ts +0 -13
  498. package/dist/projects/curator/src/apps/subjects/components/classifications/classification-member-list/ClassificationMemberList.d.ts +0 -15
  499. package/dist/projects/curator/src/apps/subjects/components/classifications/classification-member-list/index.d.ts +0 -1
  500. package/dist/projects/curator/src/apps/subjects/components/classifications/classification-member-list/usePinnedVideo.d.ts +0 -9
  501. package/dist/projects/curator/src/apps/subjects/components/classifications/edit-classification-details/EditClassificationDetails.d.ts +0 -13
  502. package/dist/projects/curator/src/apps/subjects/components/classifications/edit-classification-details/EditClassificationDetailsForm.d.ts +0 -11
  503. package/dist/projects/curator/src/apps/subjects/components/classifications/edit-classification-details/index.d.ts +0 -1
  504. package/dist/projects/curator/src/apps/subjects/components/classifications/edit-classification-nav/EditClassificationNav.d.ts +0 -10
  505. package/dist/projects/curator/src/apps/subjects/components/classifications/edit-classification-nav/index.d.ts +0 -1
  506. package/dist/projects/curator/src/apps/subjects/components/classifications/index.d.ts +0 -4
  507. package/dist/projects/curator/src/apps/subjects/components/classifications/select-classifications/SelectClassifications.d.ts +0 -14
  508. package/dist/projects/curator/src/apps/subjects/components/classifications/select-classifications/index.d.ts +0 -1
  509. package/dist/projects/curator/src/apps/subjects/components/index.d.ts +0 -6
  510. package/dist/projects/curator/src/apps/subjects/components/levels/edit-level-details/EditLevelDetails.d.ts +0 -12
  511. package/dist/projects/curator/src/apps/subjects/components/levels/edit-level-details/index.d.ts +0 -1
  512. package/dist/projects/curator/src/apps/subjects/components/levels/edit-level-nav/EditLevelNav.d.ts +0 -8
  513. package/dist/projects/curator/src/apps/subjects/components/levels/index.d.ts +0 -4
  514. package/dist/projects/curator/src/apps/subjects/components/levels/level-audiences/LevelAudiences.d.ts +0 -11
  515. package/dist/projects/curator/src/apps/subjects/components/levels/level-member-list/LevelMemberItem.d.ts +0 -12
  516. package/dist/projects/curator/src/apps/subjects/components/levels/level-member-list/LevelMemberList.d.ts +0 -25
  517. package/dist/projects/curator/src/apps/subjects/components/levels/level-member-list/LevelMemberListHeader.d.ts +0 -14
  518. package/dist/projects/curator/src/apps/subjects/components/levels/level-member-list/index.d.ts +0 -1
  519. package/dist/projects/curator/src/apps/subjects/components/levels/select-levels/SelectLevels.d.ts +0 -14
  520. package/dist/projects/curator/src/apps/subjects/components/levels/select-levels/index.d.ts +0 -1
  521. package/dist/projects/curator/src/apps/subjects/components/presentations/edit-presentation-details/EditPresentationDetails.d.ts +0 -9
  522. package/dist/projects/curator/src/apps/subjects/components/presentations/edit-presentation-details/EditPresentationDetailsForm.d.ts +0 -8
  523. package/dist/projects/curator/src/apps/subjects/components/presentations/edit-presentation-details/index.d.ts +0 -1
  524. package/dist/projects/curator/src/apps/subjects/components/presentations/index.d.ts +0 -2
  525. package/dist/projects/curator/src/apps/subjects/components/presentations/presentation-select/PresentationSelect.d.ts +0 -15
  526. package/dist/projects/curator/src/apps/subjects/components/presentations/presentation-select/index.d.ts +0 -1
  527. package/dist/projects/curator/src/apps/subjects/components/subjects/add-subject-members/AddSubjectMembers.d.ts +0 -12
  528. package/dist/projects/curator/src/apps/subjects/components/subjects/add-subject-members/index.d.ts +0 -1
  529. package/dist/projects/curator/src/apps/subjects/components/subjects/edit-object-subjects/EditObjectSubjects.d.ts +0 -20
  530. package/dist/projects/curator/src/apps/subjects/components/subjects/edit-object-subjects/index.d.ts +0 -1
  531. package/dist/projects/curator/src/apps/subjects/components/subjects/edit-subject-details/EditSubjectDetails.d.ts +0 -11
  532. package/dist/projects/curator/src/apps/subjects/components/subjects/edit-subject-details/EditSubjectDetailsForm.d.ts +0 -8
  533. package/dist/projects/curator/src/apps/subjects/components/subjects/edit-subject-details/index.d.ts +0 -1
  534. package/dist/projects/curator/src/apps/subjects/components/subjects/edit-subject-nav/EditSubjectNav.d.ts +0 -8
  535. package/dist/projects/curator/src/apps/subjects/components/subjects/edit-subject-nav/index.d.ts +0 -1
  536. package/dist/projects/curator/src/apps/subjects/components/subjects/index.d.ts +0 -7
  537. package/dist/projects/curator/src/apps/subjects/components/subjects/select-subjects/SelectSubjects.d.ts +0 -17
  538. package/dist/projects/curator/src/apps/subjects/components/subjects/select-subjects/index.d.ts +0 -1
  539. package/dist/projects/curator/src/apps/subjects/components/subjects/subject-classifications/SubjectClassifications.d.ts +0 -11
  540. package/dist/projects/curator/src/apps/subjects/components/subjects/subject-classifications/index.d.ts +0 -1
  541. package/dist/projects/curator/src/apps/subjects/components/subjects/subject-member-list/SubjectMemberItem.d.ts +0 -12
  542. package/dist/projects/curator/src/apps/subjects/components/subjects/subject-member-list/SubjectMemberList.d.ts +0 -25
  543. package/dist/projects/curator/src/apps/subjects/components/subjects/subject-member-list/SubjectMemberListHeader.d.ts +0 -14
  544. package/dist/projects/curator/src/apps/subjects/components/subjects/subject-member-list/index.d.ts +0 -1
  545. package/dist/projects/curator/src/apps/subjects/components/top-nav/TopNav.d.ts +0 -8
  546. package/dist/projects/curator/src/apps/subjects/components/top-nav/index.d.ts +0 -1
  547. package/dist/projects/curator/src/apps/subjects/enums/ObjectMemberType.d.ts +0 -10
  548. package/dist/projects/curator/src/apps/subjects/enums/OwnerType.d.ts +0 -6
  549. package/dist/projects/curator/src/apps/subjects/enums/SubjectNodeType.d.ts +0 -6
  550. package/dist/projects/curator/src/apps/subjects/enums/index.d.ts +0 -3
  551. package/dist/projects/curator/src/apps/subjects/hooks/UseSetDefaultPresentation.d.ts +0 -8
  552. package/dist/projects/curator/src/apps/subjects/hooks/index.d.ts +0 -1
  553. package/dist/projects/curator/src/apps/subjects/interfaces/data-requests/Audience.d.ts +0 -5
  554. package/dist/projects/curator/src/apps/subjects/interfaces/data-requests/Classification.d.ts +0 -17
  555. package/dist/projects/curator/src/apps/subjects/interfaces/data-requests/Level.d.ts +0 -3
  556. package/dist/projects/curator/src/apps/subjects/interfaces/data-requests/Presentation.d.ts +0 -4
  557. package/dist/projects/curator/src/apps/subjects/interfaces/data-requests/Subject.d.ts +0 -4
  558. package/dist/projects/curator/src/apps/subjects/interfaces/data-requests/index.d.ts +0 -5
  559. package/dist/projects/curator/src/apps/subjects/interfaces/index.d.ts +0 -2
  560. package/dist/projects/curator/src/apps/subjects/interfaces/models/ClassificationTree.d.ts +0 -4
  561. package/dist/projects/curator/src/apps/subjects/interfaces/models/Level.d.ts +0 -3
  562. package/dist/projects/curator/src/apps/subjects/interfaces/models/Presentation.d.ts +0 -4
  563. package/dist/projects/curator/src/apps/subjects/interfaces/models/SubjectTree.d.ts +0 -4
  564. package/dist/projects/curator/src/apps/subjects/interfaces/models/index.d.ts +0 -4
  565. package/dist/projects/curator/src/apps/subjects/services/SubjectDataService.d.ts +0 -78
  566. package/dist/projects/curator/src/apps/subjects/services/index.d.ts +0 -1
  567. package/dist/projects/curator/src/apps/subjects/utils/LevelMemberHelper.d.ts +0 -8
  568. package/dist/projects/curator/src/apps/subjects/utils/LevelsNavHelper.d.ts +0 -5
  569. package/dist/projects/curator/src/apps/subjects/utils/SubjectMemberHelper.d.ts +0 -8
  570. package/dist/projects/curator/src/apps/subjects/utils/SubjectsNavHelper.d.ts +0 -6
  571. package/dist/projects/curator/src/apps/subjects/utils/index.d.ts +0 -5
  572. package/dist/projects/curator/src/apps/subjects/utils/validation/AudienceValidation.d.ts +0 -3
  573. package/dist/projects/curator/src/apps/subjects/utils/validation/ClassificationValidation.d.ts +0 -3
  574. package/dist/projects/curator/src/apps/subjects/utils/validation/LevelValidation.d.ts +0 -3
  575. package/dist/projects/curator/src/apps/subjects/utils/validation/PresentationValidation.d.ts +0 -5
  576. package/dist/projects/curator/src/apps/subjects/utils/validation/SubjectValidation.d.ts +0 -3
  577. package/dist/projects/curator/src/apps/subjects/utils/validation/index.d.ts +0 -5
  578. package/dist/projects/curator/src/apps/subjects/views/audiences/audience-nav/AudienceNavView.d.ts +0 -7
  579. package/dist/projects/curator/src/apps/subjects/views/audiences/delete-audience/DeleteAudienceView.d.ts +0 -9
  580. package/dist/projects/curator/src/apps/subjects/views/audiences/delete-audience/index.d.ts +0 -1
  581. package/dist/projects/curator/src/apps/subjects/views/audiences/edit-audience/EditAudienceView.d.ts +0 -7
  582. package/dist/projects/curator/src/apps/subjects/views/audiences/edit-audience/index.d.ts +0 -1
  583. package/dist/projects/curator/src/apps/subjects/views/audiences/edit-audience-members/EditAudienceMembers.d.ts +0 -9
  584. package/dist/projects/curator/src/apps/subjects/views/audiences/index.d.ts +0 -5
  585. package/dist/projects/curator/src/apps/subjects/views/audiences/new-audience/NewAudienceView.d.ts +0 -6
  586. package/dist/projects/curator/src/apps/subjects/views/audiences/new-audience/index.d.ts +0 -1
  587. package/dist/projects/curator/src/apps/subjects/views/audiences/remove-audience-member/RemoveAudienceMemberView.d.ts +0 -11
  588. package/dist/projects/curator/src/apps/subjects/views/classifications/classification-nav/ClassificationNavUtils.d.ts +0 -7
  589. package/dist/projects/curator/src/apps/subjects/views/classifications/classification-nav/ClassificationNavView.d.ts +0 -7
  590. package/dist/projects/curator/src/apps/subjects/views/classifications/classification-nav/index.d.ts +0 -1
  591. package/dist/projects/curator/src/apps/subjects/views/classifications/delete-classification/DeleteClassificationView.d.ts +0 -9
  592. package/dist/projects/curator/src/apps/subjects/views/classifications/delete-classification/index.d.ts +0 -1
  593. package/dist/projects/curator/src/apps/subjects/views/classifications/edit-classification/EditClassificationView.d.ts +0 -7
  594. package/dist/projects/curator/src/apps/subjects/views/classifications/edit-classification/index.d.ts +0 -1
  595. package/dist/projects/curator/src/apps/subjects/views/classifications/edit-classification-members/EditClassificationMembersView.d.ts +0 -9
  596. package/dist/projects/curator/src/apps/subjects/views/classifications/edit-classification-members/index.d.ts +0 -1
  597. package/dist/projects/curator/src/apps/subjects/views/classifications/index.d.ts +0 -6
  598. package/dist/projects/curator/src/apps/subjects/views/classifications/new-classification/NewClassificationView.d.ts +0 -7
  599. package/dist/projects/curator/src/apps/subjects/views/classifications/new-classification/index.d.ts +0 -1
  600. package/dist/projects/curator/src/apps/subjects/views/classifications/remove-classification-member/RemoveClassificationMemberView.d.ts +0 -11
  601. package/dist/projects/curator/src/apps/subjects/views/classifications/remove-classification-member/index.d.ts +0 -1
  602. package/dist/projects/curator/src/apps/subjects/views/index.d.ts +0 -6
  603. package/dist/projects/curator/src/apps/subjects/views/levels/edit-level/EditLevelView.d.ts +0 -6
  604. package/dist/projects/curator/src/apps/subjects/views/levels/edit-level/index.d.ts +0 -1
  605. package/dist/projects/curator/src/apps/subjects/views/levels/edit-level-members/EditLevelMembersUtils.d.ts +0 -16
  606. package/dist/projects/curator/src/apps/subjects/views/levels/edit-level-members/EditLevelMembersView.d.ts +0 -18
  607. package/dist/projects/curator/src/apps/subjects/views/levels/index.d.ts +0 -7
  608. package/dist/projects/curator/src/apps/subjects/views/levels/level-audiences/LevelAudiencesView.d.ts +0 -6
  609. package/dist/projects/curator/src/apps/subjects/views/levels/level-nav/LevelNavView.d.ts +0 -6
  610. package/dist/projects/curator/src/apps/subjects/views/levels/levels-redirect/LevelsRedirectView.d.ts +0 -2
  611. package/dist/projects/curator/src/apps/subjects/views/levels/levels-redirect/index.d.ts +0 -1
  612. package/dist/projects/curator/src/apps/subjects/views/levels/new-level/NewLevelView.d.ts +0 -2
  613. package/dist/projects/curator/src/apps/subjects/views/levels/new-level/index.d.ts +0 -1
  614. package/dist/projects/curator/src/apps/subjects/views/levels/remove-level-member/RemoveLevelMemberView.d.ts +0 -11
  615. package/dist/projects/curator/src/apps/subjects/views/presentations/edit-presentation/EditPresentationView.d.ts +0 -6
  616. package/dist/projects/curator/src/apps/subjects/views/presentations/edit-presentation/index.d.ts +0 -1
  617. package/dist/projects/curator/src/apps/subjects/views/presentations/edit-presentations-list/EditPresentationsListView.d.ts +0 -2
  618. package/dist/projects/curator/src/apps/subjects/views/presentations/edit-presentations-list/index.d.ts +0 -1
  619. package/dist/projects/curator/src/apps/subjects/views/presentations/index.d.ts +0 -4
  620. package/dist/projects/curator/src/apps/subjects/views/presentations/new-presentation/NewPresentationView.d.ts +0 -2
  621. package/dist/projects/curator/src/apps/subjects/views/presentations/new-presentation/index.d.ts +0 -1
  622. package/dist/projects/curator/src/apps/subjects/views/presentations/select-presentation/SelectPresentationView.d.ts +0 -9
  623. package/dist/projects/curator/src/apps/subjects/views/presentations/select-presentation/index.d.ts +0 -1
  624. package/dist/projects/curator/src/apps/subjects/views/subjects/add-subject-members/AddSubjectMembersUtils.d.ts +0 -14
  625. package/dist/projects/curator/src/apps/subjects/views/subjects/add-subject-members/AddSubjectMembersView.d.ts +0 -15
  626. package/dist/projects/curator/src/apps/subjects/views/subjects/add-subject-members/index.d.ts +0 -1
  627. package/dist/projects/curator/src/apps/subjects/views/subjects/delete-subject/DeleteSubjectView.d.ts +0 -9
  628. package/dist/projects/curator/src/apps/subjects/views/subjects/delete-subject/index.d.ts +0 -1
  629. package/dist/projects/curator/src/apps/subjects/views/subjects/edit-subject/EditSubjectView.d.ts +0 -6
  630. package/dist/projects/curator/src/apps/subjects/views/subjects/edit-subject/index.d.ts +0 -1
  631. package/dist/projects/curator/src/apps/subjects/views/subjects/edit-subject-members/EditSubjectMembersUtils.d.ts +0 -16
  632. package/dist/projects/curator/src/apps/subjects/views/subjects/edit-subject-members/EditSubjectMembersView.d.ts +0 -18
  633. package/dist/projects/curator/src/apps/subjects/views/subjects/edit-subject-members/index.d.ts +0 -1
  634. package/dist/projects/curator/src/apps/subjects/views/subjects/index.d.ts +0 -8
  635. package/dist/projects/curator/src/apps/subjects/views/subjects/new-subject/NewSubjectView.d.ts +0 -6
  636. package/dist/projects/curator/src/apps/subjects/views/subjects/new-subject/index.d.ts +0 -1
  637. package/dist/projects/curator/src/apps/subjects/views/subjects/remove-subject-member/RemoveSubjectMemberView.d.ts +0 -11
  638. package/dist/projects/curator/src/apps/subjects/views/subjects/remove-subject-member/index.d.ts +0 -1
  639. package/dist/projects/curator/src/apps/subjects/views/subjects/subject-classifications/SubjectClassificationsView.d.ts +0 -6
  640. package/dist/projects/curator/src/apps/subjects/views/subjects/subject-classifications/index.d.ts +0 -1
  641. package/dist/projects/curator/src/apps/subjects/views/subjects/subject-nav/SubjectNavView.d.ts +0 -6
  642. package/dist/projects/curator/src/apps/subjects/views/subjects/subject-nav/index.d.ts +0 -1
  643. package/dist/projects/curator/src/apps/subjects/views/top-nav/TopNavView.d.ts +0 -7
  644. package/dist/projects/curator/src/apps/subjects/views/top-nav/index.d.ts +0 -1
  645. package/dist/projects/curator/src/apps/themes/ThemesApplication.d.ts +0 -16
  646. package/dist/projects/curator/src/apps/themes/components/edit-theme/EditTheme.d.ts +0 -10
  647. package/dist/projects/curator/src/apps/themes/components/edit-theme/ThemeValidation.d.ts +0 -3
  648. package/dist/projects/curator/src/apps/themes/components/edit-theme/edit-data/EditGlanceData.d.ts +0 -2
  649. package/dist/projects/curator/src/apps/themes/components/edit-theme/index.d.ts +0 -1
  650. package/dist/projects/curator/src/apps/themes/context/ThemesAppContext.d.ts +0 -4
  651. package/dist/projects/curator/src/apps/themes/views/delete-theme/DeleteThemeView.d.ts +0 -7
  652. package/dist/projects/curator/src/apps/themes/views/delete-theme/index.d.ts +0 -1
  653. package/dist/projects/curator/src/apps/themes/views/edit-theme/EditThemeView.d.ts +0 -6
  654. package/dist/projects/curator/src/apps/themes/views/edit-theme/index.d.ts +0 -1
  655. package/dist/projects/curator/src/apps/themes/views/new-theme/NewThemeView.d.ts +0 -2
  656. package/dist/projects/curator/src/apps/themes/views/new-theme/index.d.ts +0 -1
  657. package/dist/projects/curator/src/apps/themes/views/themes/ThemesView.d.ts +0 -2
  658. package/dist/projects/curator/src/apps/themes/views/themes/index.d.ts +0 -1
  659. package/dist/projects/curator/src/apps/videos/VideosApplication.d.ts +0 -18
  660. package/dist/projects/curator/src/apps/videos/components/edit-video-details/EditGlance.d.ts +0 -7
  661. package/dist/projects/curator/src/apps/videos/components/edit-video-details/EditVideoDetails.d.ts +0 -14
  662. package/dist/projects/curator/src/apps/videos/components/edit-video-details/VideoDetailsForm.d.ts +0 -13
  663. package/dist/projects/curator/src/apps/videos/components/edit-video-details/index.d.ts +0 -1
  664. package/dist/projects/curator/src/apps/videos/components/edit-video-nav/EditVideoNav.d.ts +0 -9
  665. package/dist/projects/curator/src/apps/videos/components/edit-video-nav/index.d.ts +0 -1
  666. package/dist/projects/curator/src/apps/videos/context/VideosAppContext.d.ts +0 -4
  667. package/dist/projects/curator/src/apps/videos/context/index.d.ts +0 -1
  668. package/dist/projects/curator/src/apps/videos/flight-requests/CuratorVideoRequests.d.ts +0 -10
  669. package/dist/projects/curator/src/apps/videos/interfaces/RightslineVideo.d.ts +0 -4
  670. package/dist/projects/curator/src/apps/videos/interfaces/data-requests/UpdateVideoRequest.d.ts +0 -12
  671. package/dist/projects/curator/src/apps/videos/interfaces/data-requests/index.d.ts +0 -1
  672. package/dist/projects/curator/src/apps/videos/interfaces/index.d.ts +0 -2
  673. package/dist/projects/curator/src/apps/videos/utils/VideoNavHelper.d.ts +0 -5
  674. package/dist/projects/curator/src/apps/videos/utils/VideoValidation.d.ts +0 -3
  675. package/dist/projects/curator/src/apps/videos/views/edit-video/EditVideoView.d.ts +0 -6
  676. package/dist/projects/curator/src/apps/videos/views/edit-video/index.d.ts +0 -1
  677. package/dist/projects/curator/src/apps/videos/views/edit-video-aliases/EditVideoAliasesView.d.ts +0 -6
  678. package/dist/projects/curator/src/apps/videos/views/edit-video-aliases/index.d.ts +0 -1
  679. package/dist/projects/curator/src/apps/videos/views/edit-video-audiences/EditVideoAudiencesView.d.ts +0 -6
  680. package/dist/projects/curator/src/apps/videos/views/edit-video-audiences/index.d.ts +0 -1
  681. package/dist/projects/curator/src/apps/videos/views/edit-video-subjects/EditVideoSubjectsView.d.ts +0 -6
  682. package/dist/projects/curator/src/apps/videos/views/edit-video-subjects/index.d.ts +0 -1
  683. package/dist/projects/curator/src/apps/videos/views/index.d.ts +0 -4
  684. package/dist/projects/curator/src/index.d.ts +0 -84
  685. package/dist/projects/curator/src/shared/components/aliases/AddAlias.d.ts +0 -7
  686. package/dist/projects/curator/src/shared/components/aliases/AliasList.d.ts +0 -13
  687. package/dist/projects/curator/src/shared/components/aliases/Aliases.d.ts +0 -9
  688. package/dist/projects/curator/src/shared/components/aliases/index.d.ts +0 -1
  689. package/dist/projects/curator/src/shared/components/back-button/BackButton.d.ts +0 -8
  690. package/dist/projects/curator/src/shared/components/back-button/index.d.ts +0 -1
  691. package/dist/projects/curator/src/shared/components/checkbox/Checkbox.d.ts +0 -8
  692. package/dist/projects/curator/src/shared/components/checkbox/index.d.ts +0 -1
  693. package/dist/projects/curator/src/shared/components/forms/file-select/FileSelect.d.ts +0 -11
  694. package/dist/projects/curator/src/shared/components/forms/image-select/ImageSelect.d.ts +0 -15
  695. package/dist/projects/curator/src/shared/components/forms/image-select/index.d.ts +0 -1
  696. package/dist/projects/curator/src/shared/components/forms/index.d.ts +0 -1
  697. package/dist/projects/curator/src/shared/components/index.d.ts +0 -13
  698. package/dist/projects/curator/src/shared/components/object-collection/ObjectCollection.d.ts +0 -12
  699. package/dist/projects/curator/src/shared/components/object-collection/index.d.ts +0 -1
  700. package/dist/projects/curator/src/shared/components/object-header/ObjectHeader.d.ts +0 -9
  701. package/dist/projects/curator/src/shared/components/object-header/index.d.ts +0 -1
  702. package/dist/projects/curator/src/shared/components/object-list/ObjectList.d.ts +0 -11
  703. package/dist/projects/curator/src/shared/components/object-list/index.d.ts +0 -1
  704. package/dist/projects/curator/src/shared/components/object-list-nav/ObjectListNav.d.ts +0 -15
  705. package/dist/projects/curator/src/shared/components/object-list-nav/index.d.ts +0 -1
  706. package/dist/projects/curator/src/shared/components/rating-select/RatingSelect.d.ts +0 -12
  707. package/dist/projects/curator/src/shared/components/rating-select/index.d.ts +0 -1
  708. package/dist/projects/curator/src/shared/components/tabs/Tabs.d.ts +0 -13
  709. package/dist/projects/curator/src/shared/components/tabs/index.d.ts +0 -1
  710. package/dist/projects/curator/src/shared/components/tree/Tree.d.ts +0 -14
  711. package/dist/projects/curator/src/shared/components/tree/TreeNode.d.ts +0 -19
  712. package/dist/projects/curator/src/shared/components/tree/TreeNodeLink.d.ts +0 -13
  713. package/dist/projects/curator/src/shared/components/tree/index.d.ts +0 -2
  714. package/dist/projects/curator/src/shared/components/tree-select/TreeSelect.d.ts +0 -15
  715. package/dist/projects/curator/src/shared/components/tree-select/TreeSelectHelper.d.ts +0 -17
  716. package/dist/projects/curator/src/shared/components/tree-select/index.d.ts +0 -1
  717. package/dist/projects/curator/src/shared/components/video-list/SortableVideoList.d.ts +0 -12
  718. package/dist/projects/curator/src/shared/components/video-list/VideoItem.d.ts +0 -15
  719. package/dist/projects/curator/src/shared/components/video-list/VideoList.d.ts +0 -19
  720. package/dist/projects/curator/src/shared/components/video-list/index.d.ts +0 -2
  721. package/dist/projects/curator/src/shared/constants/CuratorActions.d.ts +0 -103
  722. package/dist/projects/curator/src/shared/constants/CuratorViewModels.d.ts +0 -3
  723. package/dist/projects/curator/src/shared/constants/DataPrefixes.d.ts +0 -47
  724. package/dist/projects/curator/src/shared/constants/Layouts.d.ts +0 -3
  725. package/dist/projects/curator/src/shared/constants/RadioChannels.d.ts +0 -17
  726. package/dist/projects/curator/src/shared/constants/Services.d.ts +0 -4
  727. package/dist/projects/curator/src/shared/constants/index.d.ts +0 -5
  728. package/dist/projects/curator/src/shared/enums/CurationStatus.d.ts +0 -8
  729. package/dist/projects/curator/src/shared/enums/CuratorGroup.d.ts +0 -11
  730. package/dist/projects/curator/src/shared/enums/index.d.ts +0 -1
  731. package/dist/projects/curator/src/shared/flight-requests/AliasRequests.d.ts +0 -7
  732. package/dist/projects/curator/src/shared/flight-requests/SubjectRequests.d.ts +0 -9
  733. package/dist/projects/curator/src/shared/interfaces/collections/AliasCollection.d.ts +0 -4
  734. package/dist/projects/curator/src/shared/interfaces/collections/index.d.ts +0 -1
  735. package/dist/projects/curator/src/shared/interfaces/data-requests/CreateAliasRequest.d.ts +0 -3
  736. package/dist/projects/curator/src/shared/interfaces/data-requests/UpdateObjectPermissionsRequest.d.ts +0 -4
  737. package/dist/projects/curator/src/shared/interfaces/data-requests/index.d.ts +0 -2
  738. package/dist/projects/curator/src/shared/interfaces/index.d.ts +0 -4
  739. package/dist/projects/curator/src/shared/interfaces/models/Alias.d.ts +0 -3
  740. package/dist/projects/curator/src/shared/interfaces/models/Permission.d.ts +0 -4
  741. package/dist/projects/curator/src/shared/interfaces/models/index.d.ts +0 -3
  742. package/dist/projects/curator/src/shared/interfaces/models/primitives/BaseTree.d.ts +0 -8
  743. package/dist/projects/curator/src/shared/interfaces/models/primitives/index.d.ts +0 -1
  744. package/dist/projects/curator/src/shared/interfaces/view-models/NavItem.d.ts +0 -6
  745. package/dist/projects/curator/src/shared/interfaces/view-models/index.d.ts +0 -1
  746. package/dist/projects/curator/src/shared/layouts/curator-layout/CuratorLayoutView.d.ts +0 -28
  747. package/dist/projects/curator/src/shared/layouts/curator-layout/index.d.ts +0 -1
  748. package/dist/projects/curator/src/shared/layouts/index.d.ts +0 -2
  749. package/dist/projects/curator/src/shared/layouts/primitives/LayoutComponent.d.ts +0 -17
  750. package/dist/projects/curator/src/shared/layouts/primitives/index.d.ts +0 -1
  751. package/dist/projects/curator/src/shared/services/CuratorAppNavService.d.ts +0 -17
  752. package/dist/projects/curator/src/shared/services/index.d.ts +0 -1
  753. package/dist/projects/curator/src/shared/utils/CuratorCollectionHelper.d.ts +0 -10
  754. package/dist/projects/curator/src/shared/utils/NavHelper.d.ts +0 -5
  755. package/dist/projects/curator/src/shared/utils/PermissionsHelper.d.ts +0 -6
  756. package/dist/projects/curator/src/shared/utils/PropHelper.d.ts +0 -4
  757. package/dist/projects/curator/src/shared/utils/TreeHelper.d.ts +0 -7
  758. package/dist/projects/curator/src/shared/utils/UserHelper.d.ts +0 -4
  759. package/dist/projects/curator/src/shared/utils/index.d.ts +0 -4
@@ -1,10 +0,0 @@
1
- import { FetchOptions } from "../utils/FetchHelper";
2
- /**
3
- * Hook function to make multiple data calls using the useEffect hook.
4
- *
5
- * @param optionCollection - array of FetchOptions, one for each data call.
6
- * @param dependencies - values from the component (e.g. state, props and functions) that are used
7
- * inside the effect hook. The hook will only run when a dependency changes. If an empty array is
8
- * passed in, the hook will just run once. If null is passed in, the hook will run on every update.
9
- */
10
- export declare function useBulkFetch(fetchOptions: FetchOptions[], dependencies: any[], shouldFetch?: boolean): void;
@@ -1,10 +0,0 @@
1
- import { FetchOptions } from "../utils/FetchHelper";
2
- /**
3
- * Hook function to fetch data using the useEffect hook.
4
- *
5
- * @param options - FetchOptions
6
- * @param dependencies - values from the component (e.g. state, props and functions) that are used
7
- * inside the effect hook. The hook will only run when a dependency changes. If an empty array is
8
- * passed in, the hook will just run once. If null is passed in, the hook will run on every update.
9
- */
10
- export declare function useFetch(options: FetchOptions, dependencies: any[], shouldFetch?: boolean): void;
@@ -1,6 +0,0 @@
1
- /**
2
- * Hook to retrieve an instance from InstanceManager.
3
- * It handles releasing the instance in the cleanup function.
4
- * @param instanceName
5
- */
6
- export declare function useInstance<T>(instanceName: string): T;
@@ -1,2 +0,0 @@
1
- import { BaseService } from "../../backbone/core/BaseService";
2
- export declare function useService<T extends BaseService>(serviceName: string): T;
@@ -1,8 +0,0 @@
1
- import { StorageType } from "../../backbone/utils/LocalStorageHelper";
2
- declare type IUseViewModel<T> = [T, // State
3
- (dataOrKey: T | keyof T, keyData?: any) => void];
4
- interface ViewModelOptions {
5
- storage?: StorageType;
6
- }
7
- export declare const useViewModel: <T = any>(viewModelKey: string, initialState?: T, options?: ViewModelOptions) => IUseViewModel<T>;
8
- export {};
@@ -1,2 +0,0 @@
1
- import * as Flight from './flight';
2
- export { Flight };
@@ -1,3 +0,0 @@
1
- export interface ApplicationData {
2
- version: string;
3
- }
@@ -1,8 +0,0 @@
1
- import { ApplicationData } from "./ApplicationData";
2
- import { FlightState } from "../flight/interfaces/FlightState";
3
- import { HashObject } from "./HashObject";
4
- export interface ApplicationState {
5
- readonly flightData: FlightState;
6
- readonly applicationData: ApplicationData;
7
- readonly viewModelData: HashObject;
8
- }
@@ -1,4 +0,0 @@
1
- export interface ReducerActions<TActionType, TPayloadType = any> {
2
- type: TActionType;
3
- payload?: TPayloadType;
4
- }
@@ -1,3 +0,0 @@
1
- export interface HashObject<T = any> {
2
- [key: string]: T;
3
- }
@@ -1,5 +0,0 @@
1
- import { ViewModelPayload } from "./ViewModelPayload";
2
- export interface ViewModelAction {
3
- type: string;
4
- payload: ViewModelPayload;
5
- }
@@ -1,5 +0,0 @@
1
- export interface ViewModelPayload {
2
- viewModelKey: string;
3
- dataOrKey: any;
4
- keyData?: any;
5
- }
@@ -1,4 +0,0 @@
1
- export * from './ApplicationData';
2
- export * from './ApplicationState';
3
- export * from './BaseReducerActions';
4
- export * from './HashObject';
@@ -1,3 +0,0 @@
1
- import { HashObject } from "../interfaces/HashObject";
2
- import { ViewModelAction } from "../interfaces/ViewModelAction";
3
- export declare function ViewModelReducer(state: HashObject, action: ViewModelAction): HashObject;
@@ -1,45 +0,0 @@
1
- /// <reference types="react" />
2
- import * as _ from 'underscore';
3
- import { HashObject } from '../interfaces';
4
- declare type Iterator<T, TResult = T> = (value: T, index: number, list: T[]) => TResult;
5
- export declare const ArrayHelper: {
6
- first<T>(arr: T[]): T;
7
- firstFew<T_1>(arr: T_1[], count: number): T_1[];
8
- last<T_2>(arr: T_2[]): T_2;
9
- lastFew<T_3>(arr: T_3[], count: number): T_3[];
10
- max<T_4, TResult = T_4>(arr: T_4[], iterator?: Iterator<T_4, TResult>): T_4;
11
- cloneAndReplaceAtIdx<T_5>(arr: T_5[], idx: number, newVal: T_5, defaultValue?: any): T_5[];
12
- moveItem<T_6>(arr: T_6[], fromIdx: number, toIdx: number): T_6[];
13
- isEmpty<T_7>(arr: T_7[]): boolean;
14
- findIndex<T_8>(arr: T_8[], predicate: (item: T_8) => boolean): number;
15
- findWhere<T_9, U extends HashObject<any>>(arr: T_9[], properties: U): T_9;
16
- where<T_10, U_1 extends HashObject<any>>(arr: T_10[], properties: U_1): T_10[];
17
- groupBy<T_11>(arr: T_11[], property: string): {
18
- [index: string]: T_11[];
19
- };
20
- flatten<T_12>(arr: T_12[], shallow?: boolean): T_12[];
21
- intersection<T_13>(...arrays: T_13[][]): T_13[];
22
- /**
23
- * Add a value to an array, or if it is already in the array, remove it.
24
- *
25
- * @param arr array of values
26
- * @param value value to be added or removed.
27
- */
28
- addOrRemove<T_14 = import("react").Key>(arr: T_14[], value: T_14): T_14[];
29
- /**
30
- * This is the same addOrRemove function above, except it doesn't mutate the array in the argument
31
- * and returns a branch new array.
32
- */
33
- addOrRemoveImmutable<T_15>(arr: T_15[], value: T_15): T_15[];
34
- /**
35
- * Returns a (stably) sorted copy of list, ranked in ascending order
36
- * by the results of running each value through iteratee.
37
- *
38
- * @param arr array of values
39
- * @param iteratee an iterator function or a string name of the property to sort by.
40
- */
41
- sortBy<T_16 extends HashObject<any>, TSort = T_16>(arr: T_16[], iteratee?: Iterator<T_16, TSort> | keyof T_16): T_16[];
42
- chunk<T_17>(array: _.Collection<T_17>, count: number): T_17[][];
43
- uniq<T_18>(array: _.List<T_18>): T_18[];
44
- };
45
- export {};
@@ -1,50 +0,0 @@
1
- import { BaseDataService } from "../../backbone/services/BaseDataService";
2
- import { DataServiceError } from "../../backbone/interfaces/DataServiceError";
3
- export interface FetchOptions {
4
- /**
5
- * Name of the required data service for fetchData.
6
- */
7
- dataServiceName: string;
8
- /**
9
- * @deprecated
10
- * DataChannelName is now referenced directly from the data service
11
- * instance itself.
12
- *
13
- * The channelName of the data service's dataChannel.
14
- */
15
- dataChannelName?: string;
16
- /**
17
- * The eventPrefix for the data being fetched.
18
- */
19
- eventPrefix: string;
20
- /**
21
- * Callback fn to fetch data give a data service instance.
22
- */
23
- fetchData: (dataService: BaseDataService) => any;
24
- /**
25
- * Callback fn to set the data when it is returned from the data service.
26
- * This will usually be a setState function.
27
- *
28
- * Deliberately a loose Function type so that we can use React setState setters.
29
- */
30
- setData: (...args: any) => any;
31
- /**
32
- * onError callback fn.
33
- */
34
- onError?: (error: DataServiceError) => void;
35
- /**
36
- * The eventPrefix for the corresponding delete event for the object being
37
- * fetched. This is used to listen to the delete event so that any cache
38
- * invalidation listeners can be unbound to prevent an attempt to re-fetch
39
- * the now deleted data.
40
- */
41
- deleteEventPrefix?: string;
42
- }
43
- export declare const FetchHelper: {
44
- /**
45
- * Helper function to fetch data inside a hook. Listeners are bound to the data channel
46
- * request and sync events, then the request is sent. If data is returned it will be
47
- * set using the setData function passed in.
48
- */
49
- fetch<T extends BaseDataService>(options: FetchOptions, setDataFetched: (fetched: boolean) => void): () => void;
50
- };
@@ -1,10 +0,0 @@
1
- export declare const ObjectHelper: {
2
- isEmpty(obj: any): boolean;
3
- values(obj: any): any[];
4
- keys(obj: any): string[];
5
- deepClone(obj: any): any;
6
- getEnumKeys(obj: any): any[];
7
- isObject(obj: any): boolean;
8
- isEqual(obj1: any, obj2: any): boolean;
9
- omit(obj: any, keys: string[]): any;
10
- };
@@ -1,3 +0,0 @@
1
- export declare const RandomHelper: {
2
- getRandomInt(max?: number): number;
3
- };
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- import { ObjectHash } from 'backbone';
3
- export declare const TextHelper: {
4
- escapeExpression(text: string): string;
5
- escapeRegExp(str: string): string;
6
- slugify(str: string): string;
7
- linkifyText(text: string, options?: ObjectHash): string;
8
- isEqual(str1: import("react").Key, str2: import("react").Key): boolean;
9
- toTitleCase(str: string): string;
10
- };
@@ -1,8 +0,0 @@
1
- declare type TimeOfDay = 'morning' | 'afternoon' | 'evening';
2
- export declare const TimeHelper: {
3
- currentTimestamp(): number;
4
- isExpired(timestamp: number, cacheDuration: number): boolean;
5
- currentTimeOfDay(currentTime?: Date): TimeOfDay;
6
- convertDurationToSeconds(time: string): number;
7
- };
8
- export {};
@@ -1,5 +0,0 @@
1
- export declare const TypeHelper: {
2
- isNumber(obj: any): boolean;
3
- isString(obj: any): boolean;
4
- isType(obj: any, type: string): boolean;
5
- };
@@ -1,16 +0,0 @@
1
- export declare enum NotificationType {
2
- ExchangeVideoAvailable = "exchange-video-available",
3
- WorkspaceVideoAvailable = "workspace-video-available",
4
- Marketing = "marketing",
5
- EditedVideoAvailable = "edited-video-available",
6
- VideoRequestAvailable = "pay-tv-video-available",
7
- VideoRequestDenied = "pay-tv-video-denied",
8
- VideoReviewReminder = "term-update-review-reminder",
9
- VideoReviewAddedToLibrary = "term-update-review-videos-added-to-library",
10
- CustomLibraryVideoAvailable = "custom-library-video-available",
11
- VideoProcessingFailed = "video-processing-failed",
12
- StaffRequest = "new-staff-request",
13
- StaffRequestFulfilled = "staff-request-fulfilment",
14
- ChapterMergeSuccess = "media-concatenate-success",
15
- SuggestEdit = "suggest-an-edit"
16
- }
@@ -1,7 +0,0 @@
1
- export declare enum PlaylistSortType {
2
- Newest = "newest",
3
- Oldest = "oldest",
4
- RecentlyUpdated = "recently_added",
5
- AtoZ = "atoz",
6
- ZtoA = "ztoa"
7
- }
@@ -1,5 +0,0 @@
1
- export declare enum PlaylistType {
2
- OwnedByMe = "owned_by_me",
3
- Followed = "followed",
4
- All = "all"
5
- }
@@ -1,7 +0,0 @@
1
- import { Cover, Banner } from "../../../../interfaces";
2
- export interface CreateOrUpdatePlaylistRequest {
3
- name: string;
4
- description?: string;
5
- cover?: Cover;
6
- banner?: Banner;
7
- }
@@ -1 +0,0 @@
1
- export * from './CreateOrUpdatePlaylistRequest';
@@ -1,8 +0,0 @@
1
- import { BaseCollectionIdentifier } from "../../../../../../common/src/backbone/interfaces";
2
- import { PlaylistSortType } from "../../enums/PlaylistSortType";
3
- import { PlaylistType } from "../../enums/PlaylistType";
4
- export declare class PlaylistCollectionIdentifier extends BaseCollectionIdentifier<PlaylistSortType> {
5
- type: PlaylistType;
6
- constructor(sort?: PlaylistSortType, cursor?: string, type?: PlaylistType);
7
- toString(): string;
8
- }
@@ -1,4 +0,0 @@
1
- import { BaseCollectionIdentifier } from "../../../../../../common/src/backbone/interfaces";
2
- export declare class PlaylistVideoCollectionIdentifier extends BaseCollectionIdentifier {
3
- constructor(id: string, cursor?: string);
4
- }
@@ -1,2 +0,0 @@
1
- export * from './PlaylistCollectionIdentifier';
2
- export * from './PlaylistVideoCollectionIdentifier';
@@ -1,2 +0,0 @@
1
- export * from './data-requests';
2
- export * from './identifiers';
@@ -1,9 +0,0 @@
1
- declare const FileExtensions: {
2
- IMAGES: string;
3
- RESOURCES: string;
4
- SUBTITLES: string;
5
- };
6
- declare const FileExtensionHelper: {
7
- getResourceType(extension: string): string;
8
- };
9
- export { FileExtensions, FileExtensionHelper };
@@ -1,16 +0,0 @@
1
- import * as React from 'react';
2
- import { Core } from "../../../../common/src/backbone";
3
- import { HashObject } from "../../../../common/src/react/interfaces";
4
- import { AnalyticsOptions } from "../../../../analytics/src/interfaces";
5
- interface ActionButtonProps {
6
- appLink?: Core.AppLink;
7
- onClick?: (e: React.MouseEvent) => void;
8
- svgName?: string;
9
- className?: string;
10
- tooltip?: string;
11
- showSpinner?: boolean;
12
- analyticsData?: HashObject;
13
- analyticsOptions?: AnalyticsOptions;
14
- }
15
- export declare function ActionButton(props: React.PropsWithChildren<ActionButtonProps>): JSX.Element;
16
- export {};
@@ -1,26 +0,0 @@
1
- import * as React from 'react';
2
- import { Core } from "../../../../common/src/backbone";
3
- import { HashObject } from "../../../../common/src/react/interfaces";
4
- import { AnalyticsOptions } from "../../../../analytics/src/interfaces";
5
- import { BaseObject } from "../../interfaces";
6
- export interface ActionOptions {
7
- label: string;
8
- appLink?: Core.AppLink;
9
- onClick?: (e: React.MouseEvent) => void;
10
- svgName?: string;
11
- className?: string;
12
- button?: boolean;
13
- tooltip?: string;
14
- showSpinner?: boolean;
15
- analyticsData?: HashObject;
16
- analyticsOptions?: AnalyticsOptions;
17
- }
18
- export declare type ActionGenerator = (obj: BaseObject) => ActionOptions[];
19
- interface ActionsProps {
20
- actions: ActionOptions[];
21
- className?: string;
22
- actionsDropdownClassName?: string;
23
- sortComponent?: JSX.Element;
24
- }
25
- export declare function Actions(props: ActionsProps): JSX.Element;
26
- export {};
@@ -1,15 +0,0 @@
1
- import * as React from 'react';
2
- import { ActionOptions } from './Actions';
3
- declare type DropdownActionOptions = Omit<ActionOptions, 'button' | 'tooltip'>;
4
- interface ActionsDropdownProps {
5
- actions: DropdownActionOptions[];
6
- className?: string;
7
- dropdownToggleClassName?: string;
8
- }
9
- export declare function ActionsDropdown(props: ActionsDropdownProps): React.ReactElement;
10
- export declare namespace ActionsDropdown {
11
- var defaultProps: {
12
- dropdownToggleClassName: string;
13
- };
14
- }
15
- export {};
@@ -1,7 +0,0 @@
1
- import * as React from 'react';
2
- import { BaseAlert } from "../../../../common/src/backbone/services/BaseAlertService";
3
- export interface AlertProps {
4
- alert: BaseAlert;
5
- closeAlert: () => void;
6
- }
7
- export declare function Alert({ alert, closeAlert }: AlertProps): React.ReactElement;
@@ -1,8 +0,0 @@
1
- import * as React from 'react';
2
- import { AlertProps } from './Alert';
3
- interface AlertContentProps extends AlertProps {
4
- svgName: string;
5
- svgClassName: string;
6
- }
7
- export declare function AlertContent(props: AlertContentProps): React.ReactElement;
8
- export {};
@@ -1,8 +0,0 @@
1
- import * as React from 'react';
2
- import { BaseAlert } from "../../../../common/src/backbone/services/BaseAlertService";
3
- interface AlertListProps {
4
- alerts: BaseAlert[];
5
- removeAlert: (id: string) => void;
6
- }
7
- export declare function AlertList({ alerts, removeAlert }: AlertListProps): React.ReactElement;
8
- export {};
@@ -1,13 +0,0 @@
1
- import * as React from 'react';
2
- import { Core } from "../../../../common/src/backbone";
3
- import { HashObject } from "../../../../common/src/react/interfaces/HashObject";
4
- import { AnalyticsOptions } from "../../../../analytics/src/interfaces";
5
- export interface AppLinkProps {
6
- appLink: Core.AppLink;
7
- className?: string;
8
- tag?: 'a' | 'button';
9
- onClick?: (e: React.MouseEvent) => void;
10
- analyticsData?: HashObject;
11
- analyticsOptions?: AnalyticsOptions;
12
- }
13
- export declare function AppLink(props: React.PropsWithChildren<AppLinkProps>): React.ReactElement;
@@ -1,20 +0,0 @@
1
- import * as React from 'react';
2
- import { ButtonProps } from 'react-bootstrap';
3
- import { PopupViewProps } from "../../interfaces";
4
- interface ConfirmationPopupProps {
5
- title: string;
6
- onClickConfirm: () => void;
7
- confirmButtonText?: string;
8
- cancelButtonText?: string;
9
- confirmButtonVariant?: ButtonProps['variant'];
10
- cancelButtonVariant?: ButtonProps['variant'];
11
- }
12
- declare type PropTypes = React.PropsWithChildren<ConfirmationPopupProps & PopupViewProps>;
13
- export declare function ConfirmationPopup(props: PropTypes): React.ReactElement;
14
- export declare namespace ConfirmationPopup {
15
- var defaultProps: {
16
- confirmButtonVariant: string;
17
- cancelButtonVariant: string;
18
- };
19
- }
20
- export {};
@@ -1,10 +0,0 @@
1
- import * as React from 'react';
2
- interface DivButtonProps extends React.ButtonHTMLAttributes<HTMLDivElement> {
3
- onClick: (...args: any) => any;
4
- }
5
- /**
6
- * This element lets us use `div` elements as buttons without losing the accessibility of
7
- * a regular HTML button element
8
- */
9
- export declare function DivButton(props: React.PropsWithChildren<DivButtonProps>): JSX.Element;
10
- export {};
@@ -1,11 +0,0 @@
1
- /// <reference types="react" />
2
- import { ButtonProps } from 'react-bootstrap';
3
- import { HashObject } from "../../../../../common/src/react/interfaces";
4
- interface FormButtonsProps {
5
- isNew: boolean;
6
- hasNext?: boolean;
7
- submitText?: string;
8
- variant?: ButtonProps['variant'];
9
- }
10
- export declare function FormButtons<Values extends HashObject>(props: FormButtonsProps): JSX.Element;
11
- export {};
@@ -1,7 +0,0 @@
1
- /// <reference types="react" />
2
- import { FieldAttributes } from 'formik';
3
- import { FormFieldProps } from '../form-field/FormField';
4
- /**
5
- * Use this checkbox within Formik contexts
6
- */
7
- export declare function FormCheckbox(props: FieldAttributes<FormFieldProps>): JSX.Element;
@@ -1,8 +0,0 @@
1
- /// <reference types="react" />
2
- import { HashObject } from "../../../../../common/src/react/interfaces";
3
- interface CharacterCounterProps<Values extends HashObject> {
4
- fieldName: keyof Values;
5
- limit: number;
6
- }
7
- export declare function CharacterCounter<Values extends HashObject>(props: CharacterCounterProps<Values>): JSX.Element;
8
- export {};
@@ -1,17 +0,0 @@
1
- import * as React from 'react';
2
- import { FieldAttributes, FieldProps } from 'formik';
3
- import { HashObject } from "../../../../../common/src/react/interfaces";
4
- export interface FormFieldProps {
5
- /**
6
- * The name prop MUST be the same as the attribute
7
- * name of the value that the field is bound to.
8
- */
9
- name: string;
10
- label?: string;
11
- children?: ((props: FieldProps) => React.ReactNode) | React.ReactNode;
12
- showCharacterCounter?: boolean;
13
- }
14
- export declare function FieldWrapper(props: FieldAttributes<FormFieldProps> & {
15
- className: string;
16
- }): React.ReactElement;
17
- export declare function FormField<Values extends HashObject>(props: FieldAttributes<FormFieldProps>): React.ReactElement;
@@ -1,21 +0,0 @@
1
- /// <reference types="react" />
2
- import { FormikValues, FormikConfig, FormikContextType } from 'formik';
3
- import { HashObject } from "../../../../../common/src/react/interfaces";
4
- declare type ModifiedFormikConfig<Values extends FormikValues> = Omit<FormikConfig<Values>, 'initialValues' | 'onSubmit'>;
5
- interface FormWrapperProps<FormValues extends FormikValues, ApiValues extends FormikValues> {
6
- initialValues: FormValues | ApiValues;
7
- onSubmit: (data: FormValues, onDone: () => void) => void;
8
- castInitialValues?: boolean;
9
- castValuesOnSubmit?: boolean;
10
- allowInitialSubmit?: boolean;
11
- resetOnSubmit?: boolean;
12
- }
13
- export declare function FormWrapper<FormValues extends FormikValues = FormikValues, ApiValues extends FormikValues = FormikValues, ExtraProps = HashObject>(props: ModifiedFormikConfig<FormValues> & ExtraProps & FormWrapperProps<FormValues, ApiValues>): JSX.Element;
14
- export declare namespace FormWrapper {
15
- var defaultProps: {
16
- castInitialValues: boolean;
17
- castValuesOnSubmit: boolean;
18
- };
19
- }
20
- export declare function useFormikContextWrapper<T>(): FormikContextType<T>;
21
- export {};
@@ -1,19 +0,0 @@
1
- import * as React from 'react';
2
- import { Core } from "../../../../common/src/backbone";
3
- import { HashObject } from "../../../../common/src/react/interfaces/HashObject";
4
- import { AnalyticsOptions } from "../../../../analytics/src/interfaces/AnalyticsTypes";
5
- interface IconButtonProps {
6
- svgName: string;
7
- className?: string;
8
- appLink?: Core.AppLink;
9
- onClick?: (e: React.MouseEvent) => void;
10
- analyticsData?: HashObject;
11
- analyticsOptions?: AnalyticsOptions;
12
- }
13
- /**
14
- * Renders a button with an svg followed by text.
15
- * The svg is required and is set using the svgName prop.
16
- * Button text is optional and can be set using props.children.
17
- */
18
- export declare function IconButton(props: React.PropsWithChildren<IconButtonProps>): React.ReactElement;
19
- export {};
@@ -1,10 +0,0 @@
1
- import * as React from 'react';
2
- interface ImageCropperProps {
3
- dataUrl: string;
4
- minHeight: number;
5
- minWidth: number;
6
- onCrop: (dataUrl: string) => void;
7
- onCancel: () => void;
8
- }
9
- export declare function ImageCropper(props: ImageCropperProps): React.ReactElement;
10
- export {};
@@ -1,28 +0,0 @@
1
- /// <reference types="react" />
2
- import { Core } from "../../../../common/src/backbone";
3
- import { Cursors } from "../../../../common/src/backbone/interfaces";
4
- interface CursorPaginationProps {
5
- cursors: Cursors;
6
- appLink: Core.AppLink;
7
- className?: string;
8
- }
9
- export declare function Pagination({ appLink, cursors, className }: CursorPaginationProps): JSX.Element;
10
- export declare namespace Pagination {
11
- var defaultProps: {
12
- className: string;
13
- };
14
- }
15
- interface LocalPaginationProps {
16
- onClickNext: () => void;
17
- onClickBack: () => void;
18
- currentPage: number;
19
- totalPages: number;
20
- className?: string;
21
- }
22
- export declare function LocalPagination(props: LocalPaginationProps): JSX.Element;
23
- export declare namespace LocalPagination {
24
- var defaultProps: {
25
- className: string;
26
- };
27
- }
28
- export {};
@@ -1,30 +0,0 @@
1
- import * as React from 'react';
2
- import { HashObject } from "../../../../common/src/react/interfaces";
3
- import { Core } from "../../../../common/src/backbone";
4
- import { AnalyticsOptions } from "../../../../analytics/src/interfaces";
5
- export interface HeaderButton {
6
- appLink?: Core.AppLink;
7
- onClick?: (e: React.MouseEvent) => void;
8
- svgName?: string;
9
- className?: string;
10
- tooltip?: string;
11
- showSpinner?: boolean;
12
- analyticsData?: HashObject;
13
- analyticsOptions?: AnalyticsOptions;
14
- }
15
- interface PopupProps {
16
- title?: string;
17
- closeButton?: boolean;
18
- closePopup: () => void;
19
- onEntered?: () => void;
20
- size?: 'sm' | 'lg' | 'xl';
21
- showLoadingSpinner?: boolean;
22
- headerButtons?: HeaderButton[];
23
- }
24
- export declare function Popup(props: React.PropsWithChildren<PopupProps>): React.ReactElement;
25
- export declare namespace Popup {
26
- var defaultProps: {
27
- closeButton: boolean;
28
- };
29
- }
30
- export {};