@omnia/fx-models 8.0.115-vnext → 8.0.117-dev

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 (337) hide show
  1. package/ActionHandler.js +1 -1
  2. package/AiSettings.js +1 -1
  3. package/AppTemplatePropertySetSetting.js +2 -2
  4. package/AuthenticationLayout.d.ts +8 -0
  5. package/AuthenticationLayout.js +6 -0
  6. package/BusinessProfile.d.ts +5 -1
  7. package/BusinessProfile.js +8 -1
  8. package/ChromeLayoutDefinition.d.ts +4 -0
  9. package/ChromeLayoutDefinition.js +10 -0
  10. package/ClientManifests.d.ts +4 -4
  11. package/ClientManifests.js +5 -5
  12. package/Constants.d.ts +10 -1
  13. package/Constants.js +14 -5
  14. package/DependencyInjection.js +1 -1
  15. package/Dictionary.d.ts +18 -19
  16. package/Dictionary.js +16 -24
  17. package/Enums.d.ts +17 -7
  18. package/Enums.js +103 -96
  19. package/Exposes.d.ts +10 -1
  20. package/Exposes.js +10 -1
  21. package/Extensions.d.ts +1 -1
  22. package/FileUploader.d.ts +1 -1
  23. package/FileUploader.js +1 -1
  24. package/FileValidationResult.js +1 -1
  25. package/FilterEngineStyles.d.ts +6 -15
  26. package/Http.js +1 -1
  27. package/Journey.d.ts +9 -1
  28. package/Layout.d.ts +70 -26
  29. package/Layout.js +4 -2
  30. package/LinkHandler/linktype/DefaultLinkType.js +1 -1
  31. package/LinkHandler/linktype/DocumentLinkType.js +1 -1
  32. package/LoginLogFilter.d.ts +11 -0
  33. package/LoginLogItem.d.ts +14 -0
  34. package/ManifestIds.d.ts +42 -10
  35. package/ManifestIds.js +114 -16
  36. package/NotNullish.d.ts +1 -0
  37. package/NotNullish.js +7 -0
  38. package/NullOf.d.ts +5 -0
  39. package/NullOf.js +10 -0
  40. package/PermissionInputSettings.d.ts +2 -1
  41. package/QueryFilter.js +2 -2
  42. package/RichTextEditorExtension.d.ts +29 -4
  43. package/RollupQuery.d.ts +28 -3
  44. package/RollupQuery.js +19 -2
  45. package/Security.js +1 -1
  46. package/ShapeDividerSettingsModel.js +2 -2
  47. package/Social.js +1 -1
  48. package/SocialReaction.d.ts +4 -2
  49. package/SocialReaction.js +1 -1
  50. package/TargetingProperty.js +1 -1
  51. package/TimeZone.d.ts +0 -1
  52. package/TimeZone.js +0 -2508
  53. package/UserAgent.js +1 -1
  54. package/ValueOf.d.ts +3 -0
  55. package/ValueOf.js +7 -0
  56. package/admin/AdminModels.d.ts +42 -0
  57. package/apps/App.d.ts +2 -0
  58. package/apps/App.js +2 -2
  59. package/apps/AppInstanceRollup.js +2 -2
  60. package/apps/AppNamingPolicy.js +2 -2
  61. package/auth/AnonymousAccessType.js +1 -1
  62. package/auth/LoginProvider.js +1 -1
  63. package/auth/PasswordAuthData.d.ts +1 -4
  64. package/auth/PasswordAuthOption.d.ts +1 -0
  65. package/auth/PostProcessingAuthData.d.ts +10 -0
  66. package/auth/PostProcessingAuthData.js +11 -0
  67. package/auth/PostProcessingAuthOption.d.ts +4 -0
  68. package/auth/PostProcessingAuthResult.d.ts +3 -0
  69. package/auth/PostProcessingAuthResult.js +2 -0
  70. package/auth/UserCredentialInfo.d.ts +4 -0
  71. package/auth/UserCredentialInfo.js +2 -0
  72. package/auth/common/AuthenticationResult.js +1 -1
  73. package/auth/common/AuthenticationSessionResult.js +1 -1
  74. package/auth/common/AuthenticationSettings.d.ts +9 -0
  75. package/auth/index.d.ts +4 -0
  76. package/auth/index.js +4 -0
  77. package/authentication/Authentication.d.ts +4 -0
  78. package/{signin/SignIn.js → authentication/Authentication.js} +3 -3
  79. package/authentication/index.d.ts +1 -0
  80. package/{signin → authentication}/index.js +1 -1
  81. package/azure-openai/dalle/ErrorResponse.js +1 -1
  82. package/azure-openai/dalle/StatusRequest.js +1 -1
  83. package/bulkimportusers/BulkImportUsersScenarios.js +1 -1
  84. package/bulkimportusers/BulkImportUsersTasks.js +1 -1
  85. package/businessprofilesettings/BusinessProfileAuthenticationScreensSettings.d.ts +15 -0
  86. package/businessprofilesettings/BusinessProfileAuthenticationScreensSettings.js +11 -0
  87. package/businessprofilesettings/BusinessProfileAuthenticationSettings.d.ts +3 -3
  88. package/businessprofilesettings/index.d.ts +1 -0
  89. package/businessprofilesettings/index.js +1 -0
  90. package/componentproptypes/ThemeableComponents.d.ts +0 -2
  91. package/docs/Api.d.ts +2 -0
  92. package/editor-chrome/EditorSettings.js +2 -2
  93. package/editor-chrome/IActionButton.d.ts +2 -2
  94. package/editor-chrome/IActionButton.js +1 -1
  95. package/editor-chrome/IEditorTabRegistration.d.ts +1 -0
  96. package/enterprise-properties/EnterprisePropertyColumnMapping.js +1 -1
  97. package/enterprise-properties/EnterprisePropertyItemSettings.d.ts +7 -2
  98. package/enterprise-properties/EnterprisePropertySettings.js +2 -2
  99. package/filterengine/Shared.d.ts +54 -5
  100. package/filterengine/Shared.js +12 -13
  101. package/identities/ArchiveIdentityManagementQuery.d.ts +3 -2
  102. package/identities/ArchiveIdentityManagementQuery.js +2 -1
  103. package/identities/BuiltInIdentityProvider.d.ts +7 -0
  104. package/identities/BuiltInIdentityProvider.js +23 -0
  105. package/identities/GroupIdentity.js +1 -1
  106. package/identities/Identity.js +4 -7
  107. package/identities/IdentityCreationRequest.d.ts +37 -5
  108. package/identities/IdentityCreationRequest.js +27 -7
  109. package/identities/IdentityPropertyConfiguration.js +1 -1
  110. package/identities/IdentityProviderRunLog.js +1 -1
  111. package/identities/IdentityProviderRunStatus.js +1 -1
  112. package/identities/IdentityProviderSettings.js +1 -1
  113. package/identities/IdentityProviderState.js +1 -1
  114. package/identities/IdentitySyncProvider.d.ts +1 -1
  115. package/identities/IdentityTypes.js +1 -1
  116. package/identities/UserIdentity.d.ts +14 -0
  117. package/identities/UserIdentity.js +4 -4
  118. package/identities/UserManagementQuery.d.ts +5 -2
  119. package/identities/UserManagementQuery.js +4 -1
  120. package/identities/UserType.d.ts +8 -0
  121. package/identities/UserType.js +12 -1
  122. package/identities/UserTypeDisplaySettings.d.ts +1 -0
  123. package/identities/UserTypeSettings.d.ts +1 -1
  124. package/identities/UserTypeSettings.js +1 -1
  125. package/identities/index.d.ts +1 -0
  126. package/identities/index.js +1 -0
  127. package/internal-do-not-import-from-here/shared/models/Broadcasting.js +1 -1
  128. package/internal-do-not-import-from-here/shared/models/Equals.js +5 -6
  129. package/internal-do-not-import-from-here/shared/models/Future.d.ts +13 -0
  130. package/internal-do-not-import-from-here/shared/models/Future.js +19 -0
  131. package/internal-do-not-import-from-here/shared/models/Guid.d.ts +1 -0
  132. package/internal-do-not-import-from-here/shared/models/Guid.js +13 -6
  133. package/internal-do-not-import-from-here/shared/models/HttpCommon.d.ts +27 -0
  134. package/internal-do-not-import-from-here/shared/models/HttpCommon.js +2 -0
  135. package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +2 -1
  136. package/internal-do-not-import-from-here/shared/models/Realtime.d.ts +1 -13
  137. package/internal-do-not-import-from-here/shared/models/Realtime.js +1 -22
  138. package/internal-do-not-import-from-here/shared/models/Tokens.d.ts +1 -0
  139. package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.d.ts +2 -2
  140. package/internal-do-not-import-from-here/shared/models/Workers.js +1 -1
  141. package/internal-do-not-import-from-here/shared/models/hub/ExternalIdentityId.d.ts +2 -0
  142. package/internal-do-not-import-from-here/shared/models/hub/ExternalIdentityId.js +2 -0
  143. package/internal-do-not-import-from-here/shared/models/hub/TempSocialReactions.d.ts +13 -0
  144. package/internal-do-not-import-from-here/shared/models/hub/TempSocialReactions.js +20 -0
  145. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +36 -4
  146. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +1 -1
  147. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.d.ts +14 -0
  148. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.js +15 -0
  149. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +30 -0
  150. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.js +2 -0
  151. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +7 -2
  152. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.d.ts +8 -0
  153. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.js +2 -0
  154. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.d.ts +5 -1
  155. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.js +2 -3
  156. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +25 -3
  157. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +11 -3
  158. package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +3 -1
  159. package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +3 -1
  160. package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.d.ts +3 -0
  161. package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.js +5 -0
  162. package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.d.ts +4 -0
  163. package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.js +5 -0
  164. package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.d.ts +2 -0
  165. package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.js +5 -0
  166. package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +4 -0
  167. package/internal-do-not-import-from-here/shared/models/hub/index.js +4 -0
  168. package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.d.ts +10 -0
  169. package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.js +2 -0
  170. package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.d.ts +5 -0
  171. package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.js +2 -0
  172. package/internal-do-not-import-from-here/shared/models/hub/social/index.d.ts +2 -0
  173. package/internal-do-not-import-from-here/shared/models/hub/social/index.js +5 -0
  174. package/internal-do-not-import-from-here/shared/models/index.d.ts +2 -1
  175. package/internal-do-not-import-from-here/shared/models/index.js +2 -1
  176. package/internal-do-not-import-from-here/shared/models/theming/ChromeDefinition.d.ts +16 -0
  177. package/internal-do-not-import-from-here/shared/models/theming/ChromeDefinition.js +2 -0
  178. package/internal-do-not-import-from-here/shared/models/theming/ComponentDefinitions.d.ts +93 -0
  179. package/internal-do-not-import-from-here/shared/models/theming/ComponentDefinitions.js +12 -0
  180. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +2 -2
  181. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +8 -7
  182. package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +11 -4
  183. package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.js +1 -1
  184. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +38 -15
  185. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +8 -10
  186. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +10 -0
  187. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +2 -2
  188. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +3 -5
  189. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +4 -30
  190. package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +2 -2
  191. package/internal-do-not-import-from-here/shared/models/theming/index.js +3 -2
  192. package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +87 -0
  193. package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.js +2 -0
  194. package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.js +2 -0
  195. package/internal-do-not-import-from-here/shared/models/velcron/index.d.ts +2 -0
  196. package/internal-do-not-import-from-here/shared/models/velcron/index.js +5 -0
  197. package/internal-do-not-import-from-here/velcron/core/models/Enums.js +7 -7
  198. package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.d.ts +71 -87
  199. package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.js +1 -1
  200. package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +229 -16
  201. package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.js +114 -2
  202. package/internal-do-not-import-from-here/velcron/core/models/VelcronTypes.d.ts +1 -1
  203. package/internal-do-not-import-from-here/velcron/core/models/ViewModelAndContext.d.ts +1 -1
  204. package/internal-do-not-import-from-here/velcron/core/models/index.d.ts +0 -1
  205. package/internal-do-not-import-from-here/velcron/core/models/index.js +0 -1
  206. package/media-gallery/providers/PhotoWallGridLayout.js +2 -2
  207. package/media-picker/MediaPickerProvider.d.ts +16 -0
  208. package/media-picker/MediaPickerProvider.js +2 -0
  209. package/media-picker/MediaPickerProviderContext.d.ts +3 -3
  210. package/media-picker/MediaPickerProviderContext.js +0 -4
  211. package/media-picker/index.d.ts +1 -5
  212. package/media-picker/index.js +1 -5
  213. package/media-picker/localize.d.ts +1 -1
  214. package/media-picker/localize.js +1 -1
  215. package/mediaflow/Constants.js +2 -2
  216. package/omniasearch/SearchTask.js +1 -1
  217. package/oxide/OxideTypeDefinitions.d.ts +196 -122
  218. package/oxide/OxideTypeDefinitions.js +121 -81
  219. package/package.json +1 -1
  220. package/properties/PropertyDefinition.d.ts +13 -2
  221. package/properties/PropertyValue.d.ts +1 -0
  222. package/properties/PropertyValue.js +3 -0
  223. package/properties/datasource/AppDataSourceProperty.d.ts +9 -0
  224. package/properties/datasource/AppDataSourceProperty.js +13 -0
  225. package/properties/datasource/DataSourceProperty.d.ts +0 -1
  226. package/properties/datasource/UserDataSourceProperty.d.ts +12 -0
  227. package/properties/datasource/UserDataSourceProperty.js +20 -0
  228. package/properties/datasource/index.d.ts +2 -0
  229. package/properties/datasource/index.js +2 -0
  230. package/properties/definitions/BooleanPropertyDefinition.d.ts +0 -1
  231. package/properties/definitions/BusinessProfilePropertyDefinition.d.ts +0 -1
  232. package/properties/definitions/DatePropertyDefinition.js +1 -1
  233. package/properties/definitions/EmailPropertyDefinition.d.ts +0 -1
  234. package/properties/definitions/HtmlPropertyDefinition.d.ts +2 -2
  235. package/properties/definitions/HtmlPropertyDefinition.js +1 -1
  236. package/properties/definitions/IdentityPropertyDefinition.d.ts +1 -1
  237. package/properties/definitions/ImagePropertyDefinition.d.ts +2 -1
  238. package/properties/definitions/IntegerPropertyDefinition.d.ts +0 -1
  239. package/properties/definitions/LanguagePropertyDefinition.d.ts +0 -1
  240. package/properties/definitions/LinkPropertyDefinition.d.ts +0 -1
  241. package/properties/definitions/MultilineTextPropertyDefinition.d.ts +0 -1
  242. package/properties/definitions/MultilingualTextPropertyDefinition.d.ts +0 -1
  243. package/properties/definitions/PhoneNumberPropertyDefinition.d.ts +0 -1
  244. package/properties/definitions/TagsPropertyDefinition.d.ts +1 -1
  245. package/properties/definitions/TermSetPropertyDefinition.d.ts +3 -0
  246. package/properties/definitions/TermSetPropertyDefinition.js +3 -0
  247. package/properties/definitions/TextPropertyDefinition.d.ts +0 -1
  248. package/properties/definitions/UserTypePropertyDefinition.d.ts +0 -1
  249. package/properties/values/BirthdayPropertyValue.d.ts +1 -0
  250. package/properties/values/BirthdayPropertyValue.js +3 -0
  251. package/properties/values/BooleanPropertyValue.d.ts +1 -0
  252. package/properties/values/BooleanPropertyValue.js +3 -0
  253. package/properties/values/DatePropertyValue.d.ts +4 -0
  254. package/properties/values/DatePropertyValue.js +3 -0
  255. package/properties/values/DateTimePropertyValue.d.ts +1 -0
  256. package/properties/values/DateTimePropertyValue.js +3 -0
  257. package/properties/values/EmailPropertyValue.d.ts +1 -0
  258. package/properties/values/EmailPropertyValue.js +3 -0
  259. package/properties/values/HtmlPropertyValue.d.ts +1 -0
  260. package/properties/values/HtmlPropertyValue.js +3 -0
  261. package/properties/values/IdentityPropertyValue.d.ts +1 -0
  262. package/properties/values/IdentityPropertyValue.js +3 -0
  263. package/properties/values/ImagePropertyValue.d.ts +1 -0
  264. package/properties/values/ImagePropertyValue.js +3 -0
  265. package/properties/values/IntegerPropertyValue.d.ts +1 -0
  266. package/properties/values/IntegerPropertyValue.js +3 -0
  267. package/properties/values/LanguagePropertyValue.d.ts +1 -0
  268. package/properties/values/LanguagePropertyValue.js +3 -0
  269. package/properties/values/LinkPropertyValue.d.ts +1 -0
  270. package/properties/values/LinkPropertyValue.js +3 -0
  271. package/properties/values/TagsPropertyValue.d.ts +1 -0
  272. package/properties/values/TagsPropertyValue.js +3 -0
  273. package/properties/values/TextPropertyValue.d.ts +1 -0
  274. package/properties/values/TextPropertyValue.js +3 -0
  275. package/richtext-editor-extensions/HeadingExtension.js +5 -5
  276. package/richtext-editor-extensions/MediaPickerExtension.js +1 -1
  277. package/sidepanel/Shared.js +1 -1
  278. package/statuscodelayout/StatusCodeLayoutSettings.d.ts +7 -4
  279. package/statuscodelayout/StatusCodeLayoutSettings.js +0 -405
  280. package/{signin/SignIn.d.ts → statuscodelayout/SystemLayout.d.ts} +1 -1
  281. package/statuscodelayout/SystemLayout.js +10 -0
  282. package/statuscodelayout/index.d.ts +1 -0
  283. package/statuscodelayout/index.js +1 -0
  284. package/ux/AdminApi.d.ts +29 -2
  285. package/ux/Directive.d.ts +27 -0
  286. package/ux/Directive.js +2 -0
  287. package/ux/InternalAdminApi.d.ts +25 -2
  288. package/ux/LayoutCanvasApi.d.ts +39 -8
  289. package/ux/LayoutEditorCanvas.d.ts +5 -3
  290. package/ux/MediaPickerApi.d.ts +1 -1
  291. package/ux/index.d.ts +2 -1
  292. package/velcron/VelcronDefinitionRegistration.d.ts +3 -3
  293. package/versionedlayout/VersionedLayout.d.ts +1 -0
  294. package/versionedlayout/VersionedLayout.js +2 -2
  295. package/SignInLayout.d.ts +0 -8
  296. package/SignInLayout.js +0 -6
  297. package/internal-do-not-import-from-here/shared/models/Bring.d.ts +0 -24
  298. package/internal-do-not-import-from-here/shared/models/hub/activities/FeedResult.d.ts +0 -11
  299. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +0 -63
  300. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +0 -18
  301. package/internal-do-not-import-from-here/shared/models/theming/OmniaThemes.d.ts +0 -5
  302. package/internal-do-not-import-from-here/shared/models/theming/OmniaThemes.js +0 -18
  303. package/media-picker/MediaPickerStorageProviderAppInstanceContext.d.ts +0 -14
  304. package/media-picker/MediaPickerStorageProviderAppInstanceContext.js +0 -21
  305. package/media-picker/MediaPickerStorageProviderAppInstancePostContext.d.ts +0 -8
  306. package/media-picker/MediaPickerStorageProviderAppInstancePostContext.js +0 -13
  307. package/media-picker/MediaPickerStorageProviderVersionedLayoutContext.d.ts +0 -8
  308. package/media-picker/MediaPickerStorageProviderVersionedLayoutContext.js +0 -13
  309. package/media-picker/MediaPickerUserIconsStorageProviderContext.d.ts +0 -7
  310. package/media-picker/MediaPickerUserIconsStorageProviderContext.js +0 -12
  311. package/media-picker/Providers/BingProvider.d.ts +0 -18
  312. package/media-picker/Providers/BingProvider.js +0 -23
  313. package/media-picker/Providers/CentralImageLocationProvider.d.ts +0 -23
  314. package/media-picker/Providers/CentralImageLocationProvider.js +0 -32
  315. package/media-picker/Providers/DallEProvider.d.ts +0 -18
  316. package/media-picker/Providers/DallEProvider.js +0 -23
  317. package/media-picker/Providers/MediaPickerProvider.d.ts +0 -22
  318. package/media-picker/Providers/MediaPickerProvider.js +0 -8
  319. package/media-picker/Providers/MediaflowProvider.d.ts +0 -18
  320. package/media-picker/Providers/MediaflowProvider.js +0 -35
  321. package/media-picker/Providers/MicrosoftStreamProvider.d.ts +0 -18
  322. package/media-picker/Providers/MicrosoftStreamProvider.js +0 -37
  323. package/media-picker/Providers/MyComputerProvider.d.ts +0 -18
  324. package/media-picker/Providers/MyComputerProvider.js +0 -23
  325. package/media-picker/Providers/PexelProvider.d.ts +0 -18
  326. package/media-picker/Providers/PexelProvider.js +0 -27
  327. package/media-picker/Providers/UnsplashProvider.d.ts +0 -18
  328. package/media-picker/Providers/UnsplashProvider.js +0 -23
  329. package/media-picker/Providers/YoutubeProvider.d.ts +0 -18
  330. package/media-picker/Providers/YoutubeProvider.js +0 -31
  331. package/media-picker/Providers/index.d.ts +0 -10
  332. package/media-picker/Providers/index.js +0 -13
  333. package/signin/index.d.ts +0 -1
  334. /package/{internal-do-not-import-from-here/shared/models/Bring.js → LoginLogFilter.js} +0 -0
  335. /package/{internal-do-not-import-from-here/shared/models/hub/activities/FeedResult.js → LoginLogItem.js} +0 -0
  336. /package/{internal-do-not-import-from-here/velcron/core/models/VelcronEvents.js → auth/PostProcessingAuthOption.js} +0 -0
  337. /package/internal-do-not-import-from-here/{velcron/core/models → shared/models/velcron}/VelcronEvents.d.ts +0 -0
@@ -1,147 +1,221 @@
1
+ import { ChartData, ChartOptions, ChartTypeRegistry } from "chart.js";
2
+ /**Shared */
1
3
  declare const block: readonly ["top", "bottom"];
2
4
  declare const inline: readonly ["start", "end", "left", "right"];
3
5
  type Tblock = typeof block[number];
4
6
  type Tinline = typeof inline[number];
5
- export type Position = Tblock | Tinline | "center" | "center center" | `${Tblock} ${Tinline | "center"}` | `${Tinline} ${Tblock | "center"}`;
6
- export declare const SizeTypeDefinitions: readonly ["default", "x-small", "small", "large", "x-large"];
7
- export type SizeTypes = typeof SizeTypeDefinitions[number];
8
- export declare const SizeTypesName = "SizeTypes";
7
+ export type OPosition = Tblock | Tinline | "center" | "center center" | `${Tblock} ${Tinline | "center"}` | `${Tinline} ${Tblock | "center"}`;
8
+ export declare const OSizeTypeDefinitions: readonly ["default", "x-small", "small", "large", "x-large"];
9
+ export type OSizeTypes = typeof OSizeTypeDefinitions[number];
10
+ export declare const OSizeTypesName = "OSizeTypes";
11
+ export declare const OContentHeightDefinitions: readonly ["dynamic", "static"];
12
+ export type OContentHeight = typeof OContentHeightDefinitions[number];
13
+ export declare const ONotificationSizeTypeDefinitions: readonly ["medium", "default", "x-small", "small", "large", "x-large"];
14
+ export type ONotificationSizeTypes = typeof ONotificationSizeTypeDefinitions[number];
9
15
  /**Slider */
10
- export declare const DirectionDefinitions: readonly ["horizontal", "vertical"];
11
- export type DirectionTypes = typeof DirectionDefinitions[number];
12
- export declare const DirectionTypesName = "DirectionTypes";
13
- export declare const SliderVariantDefinitions: readonly ["default", "prominent"];
14
- export type SliderVariants = typeof SliderVariantDefinitions[number];
15
- export declare const SliderVariantsName = "SliderVariants";
16
+ export declare const ODirectionDefinitions: readonly ["horizontal", "vertical"];
17
+ export type ODirectionTypes = typeof ODirectionDefinitions[number];
18
+ export declare const ODirectionTypesName = "ODirectionTypes";
19
+ export declare const OSliderVariantDefinitions: readonly ["default", "prominent"];
20
+ export type OSliderVariants = typeof OSliderVariantDefinitions[number];
21
+ export declare const OSliderVariantsName = "OSliderVariants";
16
22
  /**Progress */
17
- export declare const ProgressTypeDefinitions: readonly ["linear", "circular"];
18
- export type ProgressTypes = typeof ProgressTypeDefinitions[number];
19
- export declare const ProgressTypesName = "ProgressTypes";
20
- export declare const ProgressVariantDefinitions: readonly ["default", "loading"];
21
- export type ProgressVariants = typeof ProgressVariantDefinitions[number];
22
- export declare const ProgressVariantsName = "ProgressVariants";
23
- export declare const ProgressSizeTypeDefinitions: readonly ["default", "large", "x-large"];
24
- export type ProgressSizeTypes = typeof ProgressSizeTypeDefinitions[number];
25
- export declare const ProgressSizeTypesName = "ProgressSizeTypes";
23
+ export declare const OProgressTypeDefinitions: readonly ["linear", "circular"];
24
+ export type OProgressTypes = typeof OProgressTypeDefinitions[number];
25
+ export declare const OProgressTypesName = "OProgressTypes";
26
+ export declare const OProgressVariantDefinitions: readonly ["default", "loading"];
27
+ export type OProgressVariants = typeof OProgressVariantDefinitions[number];
28
+ export declare const OProgressVariantsName = "OProgressVariants";
29
+ export declare const OProgressSizeTypeDefinitions: readonly ["default", "large", "x-large"];
30
+ export type OProgressSizeTypes = typeof OProgressSizeTypeDefinitions[number];
31
+ export declare const OProgressSizeTypesName = "OProgressSizeTypes";
26
32
  /**AppBar */
27
- export declare const AppBarTypeDefinitions: readonly ["default", "app", "chrome"];
28
- export type AppBarTypes = typeof AppBarTypeDefinitions[number];
29
- export declare const AppBarTypesName = "AppBarTypes";
33
+ export declare const OAppBarTypeDefinitions: readonly ["default", "app", "chrome"];
34
+ export type OAppBarTypes = typeof OAppBarTypeDefinitions[number];
35
+ export declare const OAppBarTypesName = "OAppBarTypes";
36
+ /**Alert */
37
+ export declare const OAlertTypeDefinitions: readonly ["success", "info", "warning", "error"];
38
+ export type OAlertTypes = typeof OAlertTypeDefinitions[number];
39
+ export declare const OAlertTypesName = "OAlertTypes";
30
40
  /**Button */
31
- export declare const ButtonPresetDefinitions: readonly ["create", "remove", "delete", "ok", "cancel", "save", "close", "settings", "icon-add", "icon-delete", "icon-edit", "icon-drag-handle", "icon-copy", "icon-code", "icon-close", "icon-back", "icon-more", "icon-navigate", "icon-settings", "load-more", "retry", "remove", "approve", "copy-to-clipboard", "details", "next", "previous", "select", "view-more", "send-request"];
32
- export type OxideButtonPresets = typeof ButtonPresetDefinitions[number];
33
- export declare const ButtonPresetsName = "OxideButtonPresets";
34
- export declare const ButtonVariantDefinitions: readonly ["default", "prominent", "toolbar", "opacity", "dial", "slim"];
35
- export type ButtonVariants = typeof ButtonVariantDefinitions[number];
36
- export declare const ButtonVariantsName = "ButtonVariants";
41
+ export declare const OButtonPresetDefinitions: readonly ["create", "remove", "delete", "ok", "cancel", "save", "close", "settings", "icon-add", "icon-comment", "icon-delete", "icon-edit", "icon-drag-handle", "icon-copy", "icon-code", "icon-close", "icon-back", "icon-more", "icon-navigate", "icon-settings", "load-more", "retry", "remove", "approve", "copy-to-clipboard", "details", "next", "previous", "select", "view-more", "send-request"];
42
+ export type OOxideButtonPresets = typeof OButtonPresetDefinitions[number];
43
+ export declare const OButtonPresetsName = "OOxideButtonPresets";
44
+ export declare const OButtonVariantDefinitions: readonly ["default", "prominent", "toolbar", "opacity", "dial", "slim", "menu"];
45
+ export type OButtonVariants = typeof OButtonVariantDefinitions[number];
46
+ export declare const OButtonVariantsName = "OButtonVariants";
37
47
  /**Button Group */
38
- export declare const ButtonGroupTypeDefinitions: readonly ["default", "dial", "settings"];
39
- export type ButtonGroupTypes = typeof ButtonGroupTypeDefinitions[number];
40
- export declare const ButtonGroupTypesName = "ButtonGroupTypes";
48
+ export declare const OButtonGroupTypeDefinitions: readonly ["default", "dial", "settings"];
49
+ export type OButtonGroupTypes = typeof OButtonGroupTypeDefinitions[number];
50
+ export declare const OButtonGroupTypesName = "OButtonGroupTypes";
41
51
  /** Column */
42
- export declare const ColValueDefinitions: readonly ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"];
43
- export type ColValues = typeof ColValueDefinitions[number];
44
- export declare const ColValuesName = "ColValues";
45
- export declare const AlignmentTypeDefinitions: readonly ["end", "center", "start", "baseline", "stretch", "auto"];
46
- export type AlignmentTypes = typeof AlignmentTypeDefinitions[number];
47
- export declare const AlignmentTypesName = "AlignmentTypes";
52
+ export declare const OColValueDefinitions: readonly ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "auto", 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12];
53
+ export type OColValues = typeof OColValueDefinitions[number];
54
+ export declare const OColValuesName = "OColValues";
55
+ export declare const OAlignmentTypeDefinitions: readonly ["end", "center", "start", "baseline", "stretch", "auto"];
56
+ export type OAlignmentTypes = typeof OAlignmentTypeDefinitions[number];
57
+ export declare const OAlignmentTypesName = "OAlignmentTypes";
58
+ export declare const OColumnVariantDefinitions: readonly ["default", "grid"];
59
+ export type OColumnVariants = typeof OColumnVariantDefinitions[number];
60
+ export declare const OColumnVariantsName = "OColumnVariants";
61
+ /** Chart */
62
+ export declare const OChartVariationDefinitions: readonly ["bar", "line", "pie"];
63
+ export type OChartVariants = typeof OChartVariationDefinitions[number];
64
+ export declare const OChartVariantsName = "OChartVariants";
65
+ export type OChartOptions<ChartType extends keyof ChartTypeRegistry> = ChartOptions<ChartType>;
66
+ export type OChartData<ChartType extends keyof ChartTypeRegistry> = ChartData<ChartType>;
48
67
  /** Dialog */
49
- export declare const DialogTypeDefinitions: readonly ["save-cancel", "confirm", "ok-cancel", "default", "app", "retry"];
50
- export type DialogTypes = typeof DialogTypeDefinitions[number];
51
- export declare const DialogTypesName = "DialogTypes";
68
+ export declare const ODialogTypeDefinitions: readonly ["save-cancel", "confirm", "ok-cancel", "default", "app", "retry"];
69
+ export type ODialogTypes = typeof ODialogTypeDefinitions[number];
70
+ export declare const ODialogTypesName = "ODialogTypes";
71
+ export declare const ODialogSizeDefinitions: readonly ["x-small", "small", "medium", "large", "full"];
72
+ export type ODialogSizes = typeof ODialogSizeDefinitions[number];
52
73
  /** Divider */
53
- export declare const PageDividerTypeDefinitions: readonly ["default", "prominent"];
54
- export type PageDividerTypes = typeof DividerTypeDefinitions[number];
55
- export declare const PageDividerTypesName = "PageDividerTypes";
74
+ export declare const OPageDividerTypeDefinitions: readonly ["default", "prominent"];
75
+ export type OPageDividerTypes = typeof OPageDividerTypeDefinitions[number];
76
+ export declare const OPageDividerTypesName = "OPageDividerTypes";
56
77
  /** Expansion Panel */
57
- export declare const PanelTypeDefinitions: readonly ["default", "navigation", "section"];
58
- export type PanelTypes = typeof PanelTypeDefinitions[number];
59
- export declare const PanelTypesName = "PanelTypes";
78
+ export declare const OPanelTypeDefinitions: readonly ["default", "navigation", "section"];
79
+ export type OPanelTypes = typeof OPanelTypeDefinitions[number];
80
+ export declare const OPanelTypesName = "OPanelTypes";
60
81
  /**Icon */
61
- export declare const IconPresetDefinitions: readonly ["add", "delete", "edit", "drag-handle", "copy", "code", "expand", "remove", "info"];
62
- export type IconPresets = typeof IconPresetDefinitions[number];
63
- export declare const IconPresetsName = "IconPresets";
64
- export declare const IconSizeDefinitions: readonly ["x-large", "large", "default", "x-small", "small"];
65
- export type OIconSizes = typeof IconSizeDefinitions[number];
66
- export declare const IconSizesName = "OIconSizes";
67
- export declare const IconVariantDefinitions: readonly ["default", "background"];
68
- export type IconVariants = typeof IconVariantDefinitions[number];
69
- export declare const IconVariantsName = "IconVariants";
82
+ export declare const OIconPresetDefinitions: readonly ["add", "delete", "edit", "drag-handle", "copy", "code", "expand", "remove", "info"];
83
+ export type OIconPresets = typeof OIconPresetDefinitions[number];
84
+ export declare const OIconPresetsName = "OIconPresets";
85
+ export declare const OIconSizeDefinitions: readonly ["x-large", "large", "default", "x-small", "small"];
86
+ export type OIconSizes = typeof OIconSizeDefinitions[number];
87
+ export declare const OIconSizesName = "OIconSizes";
88
+ export declare const OIconAnimationsDefinition: readonly ["spin", "beat", "bounce", "flip"];
89
+ export type OIconAnimations = typeof OIconAnimationsDefinition[number];
90
+ export declare const OIconAnimationsName = "OIconAnimations";
91
+ export declare const OIconVariantDefinitions: readonly ["default", "background"];
92
+ export type OIconVariants = typeof OIconVariantDefinitions[number];
93
+ export declare const OIconVariantsName = "OIconVariants";
70
94
  /** Image */
71
- export declare const RatioTypeDefinitions: readonly ["default", "landscape"];
72
- export type RatioTypes = typeof RatioTypeDefinitions[number];
73
- export declare const RatioTypesName = "RatioTypes";
95
+ export declare const ORatioTypeDefinitions: readonly ["default", "landscape"];
96
+ export type ORatioTypes = typeof ORatioTypeDefinitions[number];
97
+ export declare const ORatioTypesName = "ORatioTypes";
74
98
  /** List */
75
- export declare const ListItemVariantDefinitions: readonly ["default", "delete", "navigation"];
76
- export type ListItemVariants = typeof ListItemVariantDefinitions[number];
77
- export declare const ListItemVariantsName = "ListItemVariants";
78
- export declare const ListTypeDefinitions: readonly ["default", "navigation", "options"];
79
- export type ListTypes = typeof ListTypeDefinitions[number];
80
- export declare const ListTypesName = "ListTypes";
81
- export declare const ListLineTypeDefinitions: readonly [false, "one", "two", "three"];
82
- export type ListLineTypes = typeof ListLineTypeDefinitions[number];
83
- export declare const ListLineTypesName = "ListLineTypes";
99
+ export declare const OListItemVariantDefinitions: readonly ["default", "delete", "navigation", "content"];
100
+ export type OListItemVariants = typeof OListItemVariantDefinitions[number];
101
+ export declare const OListItemVariantsName = "OListItemVariants";
102
+ export declare const OListTypeDefinitions: readonly ["default", "navigation", "options"];
103
+ export type OListTypes = typeof OListTypeDefinitions[number];
104
+ export declare const OListTypesName = "OListTypes";
105
+ export declare const OListLineTypeDefinitions: readonly [false, "one", "two", "three"];
106
+ export type OListLineTypes = typeof OListLineTypeDefinitions[number];
107
+ export declare const OListLineTypesName = "OListLineTypes";
84
108
  /** Menu */
85
- export declare const MenuLocationDefinitions: readonly ["top", "bottom", "start", "end", "left", "right", "center", "center center", "top center", "top start", "top end", "bottom start", "bottom end", "start top", "start bottom", "end top", "end bottom"];
86
- export type MenuLocations = typeof MenuLocationDefinitions[number];
87
- export declare const MenuLocationsName = "MenuLocations";
109
+ export declare const OMenuLocationDefinitions: readonly ["top", "bottom", "start", "end", "left", "right", "center", "center center", "top center", "top start", "top end", "bottom start", "bottom end", "start top", "start bottom", "end top", "end bottom"];
110
+ export type OMenuLocations = typeof OMenuLocationDefinitions[number];
111
+ export declare const OMenuLocationsName = "OMenuLocations";
88
112
  /**Navigation Drawer */
89
- export declare const NavigationDrawerLocationDefinitions: readonly ["top", "left", "right", "bottom", "end", "start"];
90
- export type NavigationDrawerLocations = typeof NavigationDrawerLocationDefinitions[number];
91
- export declare const NavigationDrawerLocationsName = "NavigationDrawerLocations";
92
- export declare const NavigationDrawerVariantDefinitions: readonly ["default", "app", "editor", "dialog"];
93
- export type NavigationDrawerVariants = typeof NavigationDrawerVariantDefinitions[number];
94
- export declare const NavigationDrawerVariantsName = "NavigationDrawerVariants";
95
- /** Panel */
96
- export declare const DividerTypeDefinitions: readonly ["top", "bottom", "left", "right"];
97
- export type DividerTypes = typeof DividerTypeDefinitions[number];
98
- export declare const DividerTypesName = "DividerTypes";
99
- export type BorderCombination = `${DividerTypes}` | `${DividerTypes} ${DividerTypes}` | `${DividerTypes} ${DividerTypes} ${DividerTypes}` | `${DividerTypes} ${DividerTypes} ${DividerTypes} ${DividerTypes}`;
100
- export declare const PaddingTypeDefinitions: readonly ["top", "bottom", "left", "right"];
101
- export type PaddingTypes = typeof PaddingTypeDefinitions[number];
102
- export declare const PaddingTypesName = "DividerTypes";
103
- export type PaddingCombination = `${PaddingTypes}` | `${PaddingTypes} ${PaddingTypes}` | `${PaddingTypes} ${PaddingTypes} ${PaddingTypes}` | `${PaddingTypes} ${PaddingTypes} ${PaddingTypes} ${PaddingTypes}`;
104
- export declare const PanelVariantDefinitions: readonly ["default", "dialog", "tab", "tab-vertical", "section", "toolbar", "settings", "navigation", "info-section", "content"];
105
- export type PanelVariants = typeof PanelVariantDefinitions[number];
106
- export declare const PanelVariantsName = "PanelVariants";
107
- export declare const PanelDirectionDefinitions: readonly ["row", "column"];
108
- export type PanelDirections = typeof PanelDirectionDefinitions[number];
109
- export declare const PanelDirectionsName = "PanelDirections";
110
- export declare const HorizontalAlignmentDefinitions: readonly ["left", "center", "right"];
111
- export type OHorizontalAlignments = typeof HorizontalAlignmentDefinitions[number];
112
- export declare const HorizontalAlignmentsName = "OHorizontalAlignments";
113
- export declare const VerticalAlignmentDefinitions: readonly ["top", "center", "bottom"];
114
- export type OVerticalAlignments = typeof VerticalAlignmentDefinitions[number];
115
- export declare const VerticalAlignmentsName = "OVerticalAlignments";
113
+ export declare const ONavigationDrawerLocationDefinitions: readonly ["top", "left", "right", "bottom", "end", "start"];
114
+ export type ONavigationDrawerLocations = typeof ONavigationDrawerLocationDefinitions[number];
115
+ export declare const ONavigationDrawerLocationsName = "ONavigationDrawerLocations";
116
+ export declare const ONavigationDrawerVariantDefinitions: readonly ["default", "app", "editor", "dialog"];
117
+ export type ONavigationDrawerVariants = typeof ONavigationDrawerVariantDefinitions[number];
118
+ export declare const ONavigationDrawerVariantsName = "ONavigationDrawerVariants";
119
+ /**Splitpanes */
120
+ /** Panel/Flex */
121
+ export declare const ODividerTypeDefinitions: readonly ["top", "bottom", "left", "right"];
122
+ export type ODividerTypes = typeof ODividerTypeDefinitions[number];
123
+ export declare const ODividerTypesName = "ODividerTypes";
124
+ export type OBorderCombination = `${ODividerTypes}` | `${ODividerTypes} ${ODividerTypes}` | `${ODividerTypes} ${ODividerTypes} ${ODividerTypes}` | `${ODividerTypes} ${ODividerTypes} ${ODividerTypes} ${ODividerTypes}`;
125
+ export declare const OPaddingTypeDefinitions: readonly ["top", "bottom", "left", "right", "none"];
126
+ export type OPaddingTypes = typeof OPaddingTypeDefinitions[number];
127
+ export declare const OPaddingTypesName = "ODividerTypes";
128
+ export type OPaddingCombination = `${OPaddingTypes}` | `${OPaddingTypes} ${OPaddingTypes}` | `${OPaddingTypes} ${OPaddingTypes} ${OPaddingTypes}` | `${OPaddingTypes} ${OPaddingTypes} ${OPaddingTypes} ${OPaddingTypes}`;
129
+ export declare const ORowDirectionDefinitions: readonly ["row", "row-reverse"];
130
+ export type ORowDirections = typeof ORowDirectionDefinitions[number];
131
+ export declare const ORowDirectionsName = "ORowDirections";
132
+ export declare const OPanelVariantDefinitions: readonly ["default", "dialog", "tab", "tab-vertical", "section", "toolbar", "settings", "navigation", "info-section", "content"];
133
+ export type OPanelVariants = typeof OPanelVariantDefinitions[number];
134
+ export declare const OPanelVariantsName = "OPanelVariants";
135
+ export declare const OHorizontalAlignmentDefinitions: readonly ["left", "center", "right"];
136
+ export type OHorizontalAlignments = typeof OHorizontalAlignmentDefinitions[number];
137
+ export declare const OHorizontalAlignmentsName = "OHorizontalAlignments";
138
+ export declare const OTabAlignmentDefinitions: readonly ["start", "center", "end"];
139
+ export type OTabAlignments = typeof OTabAlignmentDefinitions[number];
140
+ export declare const OTabAlignmentsName = "OTabAlignments";
141
+ export declare const OVerticalAlignmentDefinitions: readonly ["top", "center", "bottom"];
142
+ export type OVerticalAlignments = typeof OVerticalAlignmentDefinitions[number];
143
+ export declare const OVerticalAlignmentsName = "OVerticalAlignments";
144
+ export declare const OFlexVariantDefinitions: readonly ["default", "grid"];
145
+ export type OFlexVariants = typeof OFlexVariantDefinitions[number];
146
+ export declare const OFlexVariantsName = "OFlexVariants";
147
+ /** scroll container */
148
+ export declare const OScrollTypeDefinitions: readonly ["x", "y"];
149
+ export type OScrollTypes = typeof OScrollTypeDefinitions[number];
150
+ export declare const OScrollTypesName = "OScrollTypes";
151
+ export type OScrollTypesCombination = `${OScrollTypes}` | `${OScrollTypes} ${OScrollTypes}`;
116
152
  /** Select */
117
- export declare const SelectTypeDefinitions: readonly ["default", "add", "picker", "combobox"];
118
- export type SelectTypes = typeof SelectTypeDefinitions[number];
119
- export declare const SelectTypesName = "SelectTypes";
153
+ export declare const OSelectTypeDefinitions: readonly ["default", "add", "picker", "combobox"];
154
+ export type OSelectTypes = typeof OSelectTypeDefinitions[number];
155
+ export declare const OSelectTypesName = "OSelectTypes";
120
156
  /**Skeleton loader */
121
- export declare const SkeletonLoaderTypeDefinitions: readonly ["text", "image", "button", "chip", "actions", "avatar", "divider", "subtitle", "heading", "sentences", "paragraph", "article", "card", "card-avatar", "date-picker", "date-picker-options", "date-picker-days", "list-item", "list-item-avatar", "list-item-two-line", "list-item-avatar-two-line", "list-item-three-line", "list-item-avatar-three-line", "table", "table-heading", "table-thead", "table-tbody", "table-row-divider", "table-row", "table-tfoot"];
122
- export type SkeletonLoaderTypes = typeof SkeletonLoaderTypeDefinitions[number];
123
- export declare const SkeletonLoaderName = "SkeletonLoaderTypes";
124
- export type SkeletonLoaderTypesCombination = `${SkeletonLoaderTypes}` | `${SkeletonLoaderTypes}, ${SkeletonLoaderTypes}` | `${SkeletonLoaderTypes}, ${SkeletonLoaderTypes}, ${SkeletonLoaderTypes}`;
157
+ export declare const OSkeletonLoaderTypeDefinitions: readonly ["text", "image", "button", "chip", "actions", "avatar", "divider", "subtitle", "heading", "sentences", "paragraph", "article", "card", "card-avatar", "date-picker", "date-picker-options", "date-picker-days", "list-item", "list-item-avatar", "list-item-two-line", "list-item-avatar-two-line", "list-item-three-line", "list-item-avatar-three-line", "table", "table-heading", "table-thead", "table-tbody", "table-row-divider", "table-row", "table-tfoot"];
158
+ export type OSkeletonLoaderTypes = typeof OSkeletonLoaderTypeDefinitions[number];
159
+ export declare const OSkeletonLoaderName = "OSkeletonLoaderTypes";
160
+ export type OSkeletonLoaderTypesCombination = `${OSkeletonLoaderTypes}` | `${OSkeletonLoaderTypes}, ${OSkeletonLoaderTypes}` | `${OSkeletonLoaderTypes}, ${OSkeletonLoaderTypes}, ${OSkeletonLoaderTypes}`;
125
161
  /** Tabs */
126
- export declare const ScrollOffsetTypeDefinitions: readonly ["dialog", "drawer"];
127
- export type ScrollOffsetTypes = "dialog" | "drawer" | string;
128
- export declare const ScrollOffsetTypesName = "ScrollOffsetTypes";
129
- export declare const TabVariantDefinitions: readonly ["default", "navigation", "settings"];
130
- export type TabVariants = typeof TabVariantDefinitions[number];
131
- export declare const TabVariantsName = "TabVariants";
162
+ export declare const OScrollOffsetTypeDefinitions: readonly ["dialog", "drawer"];
163
+ export type OScrollOffsetTypes = "dialog" | "drawer" | string;
164
+ export declare const OScrollOffsetTypesName = "OScrollOffsetTypes";
165
+ export declare const OTabVariantDefinitions: readonly ["default", "navigation", "settings", "header", "toolbar"];
166
+ export type OTabVariants = typeof OTabVariantDefinitions[number];
167
+ export declare const OTabVariantsName = "OTabVariants";
132
168
  /** Text Box */
133
- export declare const TextBoxVariantTypeDefinitions: readonly ["default", "search", "find-slim", "link", "media"];
134
- export type TextBoxVariantTypes = typeof TextBoxVariantTypeDefinitions[number];
135
- export declare const TextBoxVariantTypesName = "TextBoxVariantTypes";
136
- export declare const TextBoxTypeDefinitions: readonly ["text", "password", "number"];
137
- export type TextBoxTypes = typeof TextBoxTypeDefinitions[number];
138
- export declare const TextBoxTypesName = "TextBoxTypes";
169
+ export declare const OTextBoxVariantTypeDefinitions: readonly ["default", "search", "find-slim", "link", "media"];
170
+ export type OTextBoxVariantTypes = typeof OTextBoxVariantTypeDefinitions[number];
171
+ export declare const OTextBoxVariantTypesName = "OTextBoxVariantTypes";
172
+ export declare const OTextBoxTypeDefinitions: readonly ["text", "password", "number"];
173
+ export type OTextBoxTypes = typeof OTextBoxTypeDefinitions[number];
174
+ export declare const OTextBoxTypesName = "OTextBoxTypes";
139
175
  /** Toolbar */
140
- export declare const ToolbarVariationDefinitions: readonly ["default", "blade", "menu", "drawer"];
141
- export type ToolbarVariants = typeof ToolbarVariationDefinitions[number];
142
- export declare const ToolbarVariantsName = "ToolbarVariants";
176
+ export declare const OToolbarVariationDefinitions: readonly ["default", "blade", "menu", "drawer"];
177
+ export type OToolbarVariants = typeof OToolbarVariationDefinitions[number];
178
+ export declare const OToolbarVariantsName = "OToolbarVariants";
143
179
  /** Draggable */
144
- export declare const DraggableVariationDefinitions: readonly ["default", "list", "data-table"];
145
- export type DraggableVariants = typeof DraggableVariationDefinitions[number];
146
- export declare const DraggableVariantsName = "DraggableVariants";
180
+ export declare const ODraggableVariationDefinitions: readonly ["default", "list", "data-table", "element"];
181
+ export type ODraggableVariants = typeof ODraggableVariationDefinitions[number];
182
+ export declare const ODraggableVariantsName = "ODraggableVariants";
183
+ /** Infinte Scroll */
184
+ export declare const OInfiniteScrollStatusDefinitions: readonly ["ok", "empty", "loading", "error"];
185
+ export type OInfiniteScrollStatusValues = typeof OInfiniteScrollStatusDefinitions[number];
186
+ export type OInfiniteScrollSide = "end" | "start" | "both";
187
+ export type OInfiniteScrollLoadOptions = {
188
+ side: OInfiniteScrollSide;
189
+ done: (status: OInfiniteScrollStatusValues) => void;
190
+ };
191
+ /** Select */
192
+ export interface OSelectRenderingItem<TValue = any, TRaw = any> {
193
+ index: number;
194
+ item: {
195
+ title: string;
196
+ value: TValue;
197
+ raw: TRaw;
198
+ };
199
+ props: {
200
+ onClick: (item: TValue) => void;
201
+ [key: string]: any;
202
+ };
203
+ }
204
+ /** Lazy */
205
+ export declare const OLazyVariationDefinitions: readonly ["intersect", "next-tick"];
206
+ export type OLazyVariants = typeof OLazyVariationDefinitions[number];
207
+ /**Rating */
208
+ export declare const ORatingDensityDefinitions: readonly ["default", "comfortable", "compact"];
209
+ export type ORatingDensity = typeof ORatingDensityDefinitions[number];
210
+ export declare const ORatingDensityTypesName = "ORatingDensity";
211
+ export declare const ORatingLengthDefinition: readonly [5, 10, "5", "10"];
212
+ export type ORatingLength = typeof ORatingLengthDefinition[number];
213
+ export declare const ORatingLengthName = "ORatingLength";
214
+ /** Splitpanes */
215
+ export declare const OSplitpanesVariationDefinitions: readonly ["horizontal", "vertical"];
216
+ export type OSplitpanesVariation = typeof OSplitpanesVariationDefinitions[number];
217
+ export declare const OSplitpanesVariationTypesName = "OSplitpanesVariation";
218
+ export declare const OMultiTextInputModesDefinitions: readonly ["textfield", "textarea"];
219
+ export type OMultiTextInputModes = typeof OMultiTextInputModesDefinitions[number];
220
+ export declare const OMultiTextInputModesName = "OMultiTextInputModes";
147
221
  export {};