@omnia/fx-models 8.0.65-vnext → 8.0.66-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 (472) hide show
  1. package/ActionHandler.d.ts +1 -1
  2. package/ActionHandler.js +1 -1
  3. package/AiSettings.d.ts +28 -0
  4. package/AiSettings.js +42 -0
  5. package/AppTemplatePropertySetSetting.js +2 -2
  6. package/BusinessProfile.d.ts +5 -1
  7. package/BusinessProfile.js +8 -1
  8. package/BusinessProfileDallEPromptDefault.d.ts +5 -0
  9. package/BusinessProfileDallEPromptDefault.js +11 -0
  10. package/ChromeLayoutDefinition.d.ts +4 -0
  11. package/ChromeLayoutDefinition.js +10 -0
  12. package/ClientManifests.d.ts +12 -8
  13. package/ClientManifests.js +5 -5
  14. package/Constants.d.ts +33 -0
  15. package/Constants.js +40 -32
  16. package/DependencyInjection.js +1 -1
  17. package/Dictionary.d.ts +18 -19
  18. package/Dictionary.js +16 -24
  19. package/Enums.d.ts +22 -4
  20. package/Enums.js +110 -90
  21. package/Exposes.d.ts +17 -0
  22. package/Exposes.js +17 -0
  23. package/FileUploader.d.ts +1 -1
  24. package/FileUploader.js +1 -1
  25. package/FileValidationResult.d.ts +4 -0
  26. package/FileValidationResult.js +8 -0
  27. package/FilterEngineStyles.d.ts +14 -15
  28. package/FilterpickerModel.d.ts +9 -0
  29. package/Http.js +1 -1
  30. package/ISpecialUserConfiguration.d.ts +3 -0
  31. package/ISpecialUserConfiguration.js +2 -0
  32. package/Icon.d.ts +3 -0
  33. package/Icon.js +38 -1
  34. package/Journey.d.ts +10 -3
  35. package/Layout.d.ts +28 -2
  36. package/Layout.js +4 -2
  37. package/LinkHandler/linktype/DefaultLinkType.js +1 -1
  38. package/LinkHandler/linktype/DocumentLinkType.js +1 -1
  39. package/ManifestIds.d.ts +101 -4
  40. package/ManifestIds.js +284 -8
  41. package/NotNullish.d.ts +1 -0
  42. package/NotNullish.js +7 -0
  43. package/NullOf.d.ts +2 -0
  44. package/NullOf.js +7 -0
  45. package/PermissionInputSettings.d.ts +2 -0
  46. package/QueryFilter.js +2 -2
  47. package/RollupMetricSettings.d.ts +14 -0
  48. package/RollupMetricSettings.js +2 -0
  49. package/RollupQuery.d.ts +28 -3
  50. package/RollupQuery.js +19 -2
  51. package/Secrets.d.ts +1 -0
  52. package/Security.js +1 -1
  53. package/ShapeDividerSettingsModel.js +2 -2
  54. package/SignInLayout.d.ts +1 -0
  55. package/SignInLayout.js +4 -0
  56. package/Social.js +1 -1
  57. package/SocialReaction.d.ts +4 -2
  58. package/SocialReaction.js +1 -1
  59. package/TargetingProperty.js +1 -1
  60. package/UserAgent.js +1 -1
  61. package/admin/AdminModels.d.ts +42 -0
  62. package/apps/App.d.ts +3 -0
  63. package/apps/App.js +2 -2
  64. package/apps/AppInstanceRollup.d.ts +2 -2
  65. package/apps/AppInstanceRollup.js +2 -2
  66. package/apps/AppNamingPolicy.js +2 -2
  67. package/auth/AnonymousAccessType.d.ts +5 -0
  68. package/auth/AnonymousAccessType.js +9 -0
  69. package/auth/LoginProvider.d.ts +9 -0
  70. package/auth/LoginProvider.js +9 -0
  71. package/auth/common/AuthenticationResult.js +1 -1
  72. package/auth/common/AuthenticationSessionResult.d.ts +1 -0
  73. package/auth/common/AuthenticationSessionResult.js +1 -1
  74. package/auth/common/AuthenticationSettings.d.ts +14 -0
  75. package/auth/index.d.ts +2 -0
  76. package/auth/index.js +2 -0
  77. package/azure-openai/dalle/CreateImageResponse.d.ts +1 -1
  78. package/azure-openai/dalle/ErrorResponse.js +1 -1
  79. package/azure-openai/dalle/StatusRequest.js +1 -1
  80. package/azure-openai/dalle/index.d.ts +1 -0
  81. package/azure-openai/dalle/index.js +1 -0
  82. package/azure-openai/textcompletion/TextCompletionRequest.d.ts +1 -1
  83. package/azure-openai/textcompletion/TextCompletionResult.d.ts +1 -1
  84. package/bulkimportusers/BulkImportFileValidation.d.ts +8 -0
  85. package/bulkimportusers/BulkImportFileValidation.js +4 -0
  86. package/bulkimportusers/BulkImportUsersScenarios.d.ts +5 -0
  87. package/bulkimportusers/BulkImportUsersScenarios.js +9 -0
  88. package/bulkimportusers/BulkImportUsersTasks.d.ts +15 -0
  89. package/bulkimportusers/BulkImportUsersTasks.js +8 -0
  90. package/bulkimportusers/TemplateFileData.d.ts +5 -0
  91. package/bulkimportusers/TemplateFileData.js +2 -0
  92. package/bulkimportusers/TemplateFileMetaData.d.ts +6 -0
  93. package/bulkimportusers/TemplateFileMetaData.js +2 -0
  94. package/bulkimportusers/TemplateFileSettings.d.ts +7 -0
  95. package/bulkimportusers/TemplateFileSettings.js +2 -0
  96. package/bulkimportusers/index.d.ts +6 -0
  97. package/bulkimportusers/index.js +9 -0
  98. package/businessprofilesettings/BusinessProfileAuthenticationSettings.d.ts +14 -0
  99. package/businessprofilesettings/BusinessProfileAuthenticationSettings.js +11 -0
  100. package/businessprofilesettings/index.d.ts +1 -0
  101. package/businessprofilesettings/index.js +4 -0
  102. package/editor-chrome/EditorSettings.js +2 -2
  103. package/editor-chrome/IActionButton.d.ts +2 -2
  104. package/editor-chrome/IActionButton.js +1 -1
  105. package/editor-chrome/IEditorTabRegistration.d.ts +1 -0
  106. package/enterprise-properties/EnterpriseProperty.d.ts +1 -0
  107. package/enterprise-properties/EnterprisePropertyColumnMapping.js +1 -1
  108. package/enterprise-properties/EnterprisePropertyItemSettings.d.ts +2 -1
  109. package/enterprise-properties/EnterprisePropertySettings.js +2 -2
  110. package/enterprise-properties/EnterprisePropertyToPropertySettingsMapping.d.ts +13 -0
  111. package/enterprise-properties/EnterprisePropertyToPropertySettingsMapping.js +18 -0
  112. package/enterprise-properties/index.d.ts +1 -0
  113. package/enterprise-properties/index.js +1 -0
  114. package/filterengine/ITypedFilterEngineHandler.d.ts +3 -2
  115. package/filterengine/Shared.d.ts +80 -7
  116. package/filterengine/Shared.js +30 -11
  117. package/identities/ArchiveIdentityManagementQuery.d.ts +13 -0
  118. package/identities/ArchiveIdentityManagementQuery.js +16 -0
  119. package/identities/DynamicGroupIdentity.d.ts +1 -0
  120. package/identities/ExtensionIdentity.d.ts +1 -0
  121. package/identities/GroupIdentity.d.ts +3 -0
  122. package/identities/GroupIdentity.js +1 -1
  123. package/identities/GroupManagementQuery.d.ts +13 -0
  124. package/identities/GroupManagementQuery.js +16 -0
  125. package/identities/Identity.d.ts +8 -4
  126. package/identities/Identity.js +4 -7
  127. package/identities/IdentityCreationRequest.d.ts +76 -0
  128. package/identities/IdentityCreationRequest.js +44 -0
  129. package/identities/IdentityPropertyConfiguration.d.ts +10 -0
  130. package/identities/IdentityPropertyConfiguration.js +6 -0
  131. package/identities/IdentityProviderRunLog.js +1 -1
  132. package/identities/IdentityProviderRunStatus.d.ts +2 -1
  133. package/identities/IdentityProviderRunStatus.js +2 -1
  134. package/identities/IdentityProviderSettings.js +1 -1
  135. package/identities/IdentityProviderState.js +1 -1
  136. package/identities/IdentityQuery.d.ts +10 -5
  137. package/identities/IdentityQuery.js +9 -5
  138. package/identities/IdentitySyncProvider.d.ts +1 -1
  139. package/identities/IdentityTypes.js +1 -1
  140. package/identities/RoleIdentity.d.ts +1 -0
  141. package/identities/UserIdentity.d.ts +8 -0
  142. package/identities/UserIdentity.js +12 -1
  143. package/identities/UserIdentityQuery.d.ts +23 -0
  144. package/identities/UserIdentityQuery.js +26 -0
  145. package/identities/UserManagementQuery.d.ts +15 -0
  146. package/identities/UserManagementQuery.js +18 -0
  147. package/identities/UserType.d.ts +8 -0
  148. package/identities/UserType.js +12 -1
  149. package/identities/UserTypeDisplaySettings.d.ts +1 -0
  150. package/identities/UserTypeSettings.d.ts +26 -0
  151. package/identities/UserTypeSettings.js +32 -0
  152. package/identities/index.d.ts +5 -0
  153. package/identities/index.js +5 -0
  154. package/internal-do-not-import-from-here/shared/models/Broadcasting.js +1 -1
  155. package/internal-do-not-import-from-here/shared/models/DynamicState.d.ts +1 -0
  156. package/internal-do-not-import-from-here/shared/models/DynamicState.js +2 -0
  157. package/internal-do-not-import-from-here/shared/models/Equals.js +33 -3
  158. package/internal-do-not-import-from-here/shared/models/Future.d.ts +17 -1
  159. package/internal-do-not-import-from-here/shared/models/Future.js +26 -5
  160. package/internal-do-not-import-from-here/shared/models/Guid.d.ts +1 -0
  161. package/internal-do-not-import-from-here/shared/models/Guid.js +13 -6
  162. package/internal-do-not-import-from-here/shared/models/HttpCommon.d.ts +27 -0
  163. package/internal-do-not-import-from-here/shared/models/HttpCommon.js +2 -0
  164. package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +5 -0
  165. package/internal-do-not-import-from-here/shared/models/Realtime.d.ts +1 -13
  166. package/internal-do-not-import-from-here/shared/models/Realtime.js +1 -22
  167. package/internal-do-not-import-from-here/shared/models/StronglyTypedId.d.ts +3 -0
  168. package/internal-do-not-import-from-here/shared/models/StronglyTypedId.js +2 -0
  169. package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.d.ts +7 -1
  170. package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.js +5 -1
  171. package/internal-do-not-import-from-here/shared/models/Workers.js +1 -1
  172. package/internal-do-not-import-from-here/shared/models/hub/ExternalIdentityId.d.ts +2 -0
  173. package/internal-do-not-import-from-here/shared/models/hub/ExternalIdentityId.js +2 -0
  174. package/internal-do-not-import-from-here/shared/models/hub/TempSocialReactions.d.ts +13 -0
  175. package/internal-do-not-import-from-here/shared/models/hub/TempSocialReactions.js +20 -0
  176. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +63 -0
  177. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.js +7 -0
  178. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +7 -0
  179. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.js +5 -0
  180. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.d.ts +14 -0
  181. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.js +15 -0
  182. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +30 -0
  183. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.js +2 -0
  184. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +14 -0
  185. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.js +5 -0
  186. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.d.ts +8 -0
  187. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.js +2 -0
  188. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.d.ts +15 -0
  189. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.js +5 -0
  190. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +38 -0
  191. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +39 -0
  192. package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +8 -0
  193. package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +11 -0
  194. package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.d.ts +3 -0
  195. package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.js +5 -0
  196. package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.d.ts +4 -0
  197. package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.js +5 -0
  198. package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.d.ts +2 -0
  199. package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.js +5 -0
  200. package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +5 -0
  201. package/internal-do-not-import-from-here/shared/models/hub/index.js +8 -0
  202. package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.d.ts +10 -0
  203. package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.js +2 -0
  204. package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.d.ts +5 -0
  205. package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.js +2 -0
  206. package/internal-do-not-import-from-here/shared/models/hub/social/index.d.ts +2 -0
  207. package/internal-do-not-import-from-here/shared/models/hub/social/index.js +5 -0
  208. package/internal-do-not-import-from-here/shared/models/index.d.ts +4 -1
  209. package/internal-do-not-import-from-here/shared/models/index.js +4 -1
  210. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +18 -12
  211. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +2 -2
  212. package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +5 -4
  213. package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.js +1 -1
  214. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +3 -3
  215. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +3 -3
  216. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +8 -4
  217. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +2 -3
  218. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -3
  219. package/internal-do-not-import-from-here/velcron/core/models/ActionHooks.d.ts +12 -0
  220. package/internal-do-not-import-from-here/velcron/core/models/ActionHooks.js +2 -0
  221. package/internal-do-not-import-from-here/velcron/core/models/Enums.d.ts +6 -0
  222. package/internal-do-not-import-from-here/velcron/core/models/Enums.js +14 -7
  223. package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.d.ts +89 -20
  224. package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.js +2 -2
  225. package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +298 -11
  226. package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.js +115 -2
  227. package/internal-do-not-import-from-here/velcron/core/models/index.d.ts +1 -0
  228. package/internal-do-not-import-from-here/velcron/core/models/index.js +1 -0
  229. package/linkstatus/LinkStatus.d.ts +32 -0
  230. package/linkstatus/LinkStatus.js +2 -0
  231. package/linkstatus/index.d.ts +1 -0
  232. package/linkstatus/index.js +4 -0
  233. package/media-gallery/index.d.ts +2 -0
  234. package/media-gallery/index.js +5 -0
  235. package/media-gallery/providers/MediaDialogProviderComponentProps.d.ts +8 -0
  236. package/media-gallery/providers/MediaDialogProviderComponentProps.js +2 -0
  237. package/media-gallery/providers/MediaDisplayProviderComponentProps.d.ts +11 -0
  238. package/media-gallery/providers/MediaDisplayProviderComponentProps.js +2 -0
  239. package/media-gallery/providers/MediaGalleryDialogProvider.d.ts +5 -0
  240. package/media-gallery/providers/MediaGalleryDialogProvider.js +6 -0
  241. package/media-gallery/providers/MediaGalleryDisplayProvider.d.ts +5 -0
  242. package/media-gallery/providers/MediaGalleryDisplayProvider.js +6 -0
  243. package/media-gallery/providers/PhotoLayoutMap.d.ts +4 -0
  244. package/media-gallery/providers/PhotoLayoutMap.js +2 -0
  245. package/media-gallery/providers/PhotoWall.d.ts +10 -0
  246. package/media-gallery/providers/PhotoWall.js +14 -0
  247. package/media-gallery/providers/PhotoWallDirection.d.ts +5 -0
  248. package/media-gallery/providers/PhotoWallDirection.js +2 -0
  249. package/media-gallery/providers/PhotoWallGridLayout.d.ts +9 -0
  250. package/media-gallery/providers/PhotoWallGridLayout.js +14 -0
  251. package/media-gallery/providers/PhotoWallMedia.d.ts +8 -0
  252. package/media-gallery/providers/PhotoWallMedia.js +2 -0
  253. package/media-gallery/providers/SliderDialogProvider.d.ts +10 -0
  254. package/media-gallery/providers/SliderDialogProvider.js +15 -0
  255. package/media-gallery/providers/index.d.ts +12 -0
  256. package/media-gallery/providers/index.js +15 -0
  257. package/media-gallery/styles/IRowPhotos.css.d.ts +4 -0
  258. package/media-gallery/styles/IRowPhotos.css.js +4 -0
  259. package/media-gallery/styles/index.d.ts +1 -0
  260. package/media-gallery/styles/index.js +4 -0
  261. package/media-picker/MediaPickerImageRendition.d.ts +4 -4
  262. package/media-picker/MediaPickerMedia.d.ts +8 -2
  263. package/media-picker/MediaPickerPersistedImageDetails.d.ts +1 -0
  264. package/media-picker/MediaPickerProvider.d.ts +16 -0
  265. package/media-picker/MediaPickerProvider.js +2 -0
  266. package/media-picker/MediaPickerProviderContext.d.ts +3 -3
  267. package/media-picker/MediaPickerProviderContext.js +0 -4
  268. package/media-picker/MediaPickerSearchProvider.d.ts +5 -0
  269. package/media-picker/MediaPickerSearchProvider.js +2 -0
  270. package/media-picker/MediaPickerTransformations.d.ts +5 -4
  271. package/media-picker/Shared.d.ts +7 -1
  272. package/media-picker/index.d.ts +3 -5
  273. package/media-picker/index.js +3 -5
  274. package/media-picker/localize.d.ts +26 -0
  275. package/media-picker/localize.js +7 -0
  276. package/mediaflow/Constants.d.ts +16 -0
  277. package/mediaflow/Constants.js +21 -0
  278. package/mediaflow/MediaflowAuthenticationInfo.d.ts +5 -0
  279. package/mediaflow/MediaflowAuthenticationInfo.js +2 -0
  280. package/mediaflow/MediaflowSettings.d.ts +6 -0
  281. package/mediaflow/MediaflowSettings.js +2 -0
  282. package/mediaflow/index.d.ts +3 -0
  283. package/mediaflow/index.js +6 -0
  284. package/omniasearch/IPagedResult.d.ts +4 -0
  285. package/omniasearch/IPagedResult.js +2 -0
  286. package/omniasearch/IPagedSearchResult.d.ts +8 -0
  287. package/omniasearch/IPagedSearchResult.js +2 -0
  288. package/omniasearch/ISearchResult.d.ts +7 -0
  289. package/omniasearch/ISearchResult.js +2 -0
  290. package/omniasearch/IndexSearchRequest.d.ts +42 -0
  291. package/omniasearch/IndexSearchRequest.js +2 -0
  292. package/omniasearch/IndexSettings.d.ts +6 -0
  293. package/omniasearch/IndexSettings.js +2 -0
  294. package/omniasearch/IndexedDocument.d.ts +7 -0
  295. package/omniasearch/IndexedDocument.js +2 -0
  296. package/omniasearch/SearchIndex.d.ts +4 -0
  297. package/omniasearch/SearchIndex.js +6 -0
  298. package/omniasearch/SearchQuery.d.ts +7 -0
  299. package/omniasearch/SearchQuery.js +2 -0
  300. package/omniasearch/SearchQueryPaging.d.ts +6 -0
  301. package/omniasearch/SearchQueryPaging.js +2 -0
  302. package/omniasearch/SearchTask.d.ts +13 -0
  303. package/omniasearch/SearchTask.js +11 -0
  304. package/omniasearch/index.d.ts +10 -0
  305. package/omniasearch/index.js +13 -0
  306. package/oxide/OxideTypeDefinitions.d.ts +184 -98
  307. package/oxide/OxideTypeDefinitions.js +115 -67
  308. package/oxide/SharedSettings.d.ts +8 -0
  309. package/oxide/SharedSettings.js +2 -0
  310. package/oxide/index.d.ts +1 -0
  311. package/oxide/index.js +1 -0
  312. package/package.json +1 -1
  313. package/properties/IPropertyValueRenderer.d.ts +6 -4
  314. package/properties/PropertyBinding.d.ts +1 -0
  315. package/properties/PropertyDefinition.d.ts +6 -1
  316. package/properties/PropertyDefinition.js +4 -1
  317. package/properties/PropertyValue.d.ts +3 -0
  318. package/properties/PropertyValue.js +10 -0
  319. package/properties/PropertyValuePrimitiveConverter.d.ts +4 -0
  320. package/properties/PropertyValuePrimitiveConverter.js +6 -0
  321. package/properties/bindingprovider/IPropertyBindingProvider.d.ts +12 -0
  322. package/properties/bindingprovider/IPropertyBindingProvider.js +2 -0
  323. package/properties/bindingprovider/index.d.ts +1 -0
  324. package/properties/bindingprovider/index.js +4 -0
  325. package/properties/datasource/DataSourceProperty.d.ts +1 -0
  326. package/properties/datasource/UserDataSourceProperty.d.ts +12 -0
  327. package/properties/datasource/UserDataSourceProperty.js +20 -0
  328. package/properties/datasource/index.d.ts +1 -0
  329. package/properties/datasource/index.js +1 -0
  330. package/properties/definitions/BirthdayPropertyDefinition.d.ts +6 -7
  331. package/properties/definitions/BirthdayPropertyDefinition.js +7 -1
  332. package/properties/definitions/BooleanPropertyDefinition.d.ts +3 -3
  333. package/properties/definitions/BooleanPropertyDefinition.js +4 -1
  334. package/properties/definitions/BusinessProfilePropertyDefinition.d.ts +14 -0
  335. package/properties/definitions/BusinessProfilePropertyDefinition.js +17 -0
  336. package/properties/definitions/DatePropertyDefinition.d.ts +21 -6
  337. package/properties/definitions/DatePropertyDefinition.js +33 -1
  338. package/properties/definitions/DateTimePropertyDefinition.d.ts +10 -6
  339. package/properties/definitions/DateTimePropertyDefinition.js +7 -1
  340. package/properties/definitions/EmailPropertyDefinition.d.ts +3 -4
  341. package/properties/definitions/EmailPropertyDefinition.js +4 -1
  342. package/properties/definitions/HtmlPropertyDefinition.d.ts +6 -7
  343. package/properties/definitions/HtmlPropertyDefinition.js +8 -2
  344. package/properties/definitions/IdentityPropertyDefinition.d.ts +8 -5
  345. package/properties/definitions/IdentityPropertyDefinition.js +6 -2
  346. package/properties/definitions/ImagePropertyDefinition.d.ts +7 -6
  347. package/properties/definitions/ImagePropertyDefinition.js +9 -2
  348. package/properties/definitions/IntegerPropertyDefinition.d.ts +3 -5
  349. package/properties/definitions/IntegerPropertyDefinition.js +4 -1
  350. package/properties/definitions/LanguagePropertyDefinition.d.ts +3 -6
  351. package/properties/definitions/LanguagePropertyDefinition.js +5 -2
  352. package/properties/definitions/LinkPropertyDefinition.d.ts +4 -6
  353. package/properties/definitions/LinkPropertyDefinition.js +4 -1
  354. package/properties/definitions/MediaPropertyDefinition.d.ts +3 -3
  355. package/properties/definitions/MediaPropertyDefinition.js +4 -1
  356. package/properties/definitions/MultilineTextPropertyDefinition.d.ts +3 -5
  357. package/properties/definitions/MultilineTextPropertyDefinition.js +4 -1
  358. package/properties/definitions/MultilingualTextPropertyDefinition.d.ts +6 -7
  359. package/properties/definitions/MultilingualTextPropertyDefinition.js +8 -4
  360. package/properties/definitions/PhoneNumberPropertyDefinition.d.ts +3 -5
  361. package/properties/definitions/PhoneNumberPropertyDefinition.js +4 -1
  362. package/properties/definitions/TagsPropertyDefinition.d.ts +12 -0
  363. package/properties/definitions/TagsPropertyDefinition.js +19 -0
  364. package/properties/definitions/TermSetPropertyDefinition.d.ts +30 -0
  365. package/properties/definitions/TermSetPropertyDefinition.js +41 -0
  366. package/properties/definitions/TextPropertyDefinition.d.ts +4 -5
  367. package/properties/definitions/TextPropertyDefinition.js +6 -2
  368. package/properties/definitions/TimePropertyDefinition.d.ts +5 -6
  369. package/properties/definitions/TimePropertyDefinition.js +7 -1
  370. package/properties/definitions/UserTypePropertyDefinition.d.ts +15 -0
  371. package/properties/definitions/UserTypePropertyDefinition.js +17 -0
  372. package/properties/definitions/index.d.ts +4 -0
  373. package/properties/definitions/index.js +4 -0
  374. package/properties/index.d.ts +2 -1
  375. package/properties/index.js +2 -1
  376. package/properties/values/BirthdayPropertyValue.d.ts +1 -0
  377. package/properties/values/BirthdayPropertyValue.js +3 -0
  378. package/properties/values/BooleanPropertyValue.d.ts +1 -0
  379. package/properties/values/BooleanPropertyValue.js +3 -0
  380. package/properties/values/BusinessProfilePropertyValue.d.ts +6 -0
  381. package/properties/values/BusinessProfilePropertyValue.js +11 -0
  382. package/properties/values/DatePropertyValue.d.ts +5 -1
  383. package/properties/values/DatePropertyValue.js +4 -1
  384. package/properties/values/DateTimePropertyValue.d.ts +1 -0
  385. package/properties/values/DateTimePropertyValue.js +3 -0
  386. package/properties/values/EmailPropertyValue.d.ts +1 -0
  387. package/properties/values/EmailPropertyValue.js +3 -0
  388. package/properties/values/HtmlPropertyValue.d.ts +1 -0
  389. package/properties/values/HtmlPropertyValue.js +3 -0
  390. package/properties/values/IdentityPropertyValue.d.ts +1 -0
  391. package/properties/values/IdentityPropertyValue.js +3 -0
  392. package/properties/values/ImagePropertyValue.d.ts +1 -0
  393. package/properties/values/ImagePropertyValue.js +3 -1
  394. package/properties/values/IntegerPropertyValue.d.ts +1 -0
  395. package/properties/values/IntegerPropertyValue.js +3 -0
  396. package/properties/values/LanguagePropertyValue.d.ts +1 -0
  397. package/properties/values/LanguagePropertyValue.js +3 -0
  398. package/properties/values/LinkPropertyValue.d.ts +1 -0
  399. package/properties/values/LinkPropertyValue.js +3 -0
  400. package/properties/values/TagsPropertyValue.d.ts +7 -0
  401. package/properties/values/TagsPropertyValue.js +14 -0
  402. package/properties/values/TextPropertyValue.d.ts +1 -0
  403. package/properties/values/TextPropertyValue.js +3 -0
  404. package/properties/values/UserTypePropertyValue.d.ts +6 -0
  405. package/properties/values/UserTypePropertyValue.js +11 -0
  406. package/properties/values/index.d.ts +3 -0
  407. package/properties/values/index.js +3 -0
  408. package/richtext-editor-extensions/HeadingExtension.js +5 -5
  409. package/richtext-editor-extensions/MediaPickerExtension.js +1 -1
  410. package/richtext-editor-extensions/TextCompletionExtension.d.ts +1 -0
  411. package/sidepanel/Shared.js +1 -1
  412. package/signin/SignIn.d.ts +4 -0
  413. package/signin/SignIn.js +10 -0
  414. package/signin/index.d.ts +1 -0
  415. package/signin/index.js +4 -0
  416. package/statuscodelayout/StatusCodeLayoutProvider.d.ts +8 -0
  417. package/statuscodelayout/StatusCodeLayoutProvider.js +6 -0
  418. package/statuscodelayout/StatusCodeLayoutSettings.d.ts +17 -0
  419. package/statuscodelayout/StatusCodeLayoutSettings.js +407 -0
  420. package/statuscodelayout/index.d.ts +2 -0
  421. package/statuscodelayout/index.js +5 -0
  422. package/ux/AdminApi.d.ts +29 -2
  423. package/ux/Directive.d.ts +27 -0
  424. package/ux/Directive.js +2 -0
  425. package/ux/EnterprisePropertyToPropertySettingMappingApi.d.ts +18 -0
  426. package/ux/EnterprisePropertyToPropertySettingMappingApi.js +2 -0
  427. package/ux/FeatureManagementApi.d.ts +1 -1
  428. package/ux/InternalAdminApi.d.ts +25 -2
  429. package/ux/LayoutCanvasApi.d.ts +39 -8
  430. package/ux/LayoutEditorCanvas.d.ts +6 -3
  431. package/ux/MediaGalleryApi.d.ts +21 -0
  432. package/ux/MediaGalleryApi.js +2 -0
  433. package/ux/MediaPickerApi.d.ts +1 -1
  434. package/ux/ThemingApi.d.ts +19 -0
  435. package/ux/ThemingApi.js +2 -0
  436. package/ux/VelcronDefinitionApi.d.ts +24 -0
  437. package/ux/VelcronDefinitionApi.js +2 -0
  438. package/ux/index.d.ts +6 -1
  439. package/ux/index.js +4 -0
  440. package/velcron/VelcronDefinitionRegistration.d.ts +3 -3
  441. package/versionedlayout/VersionedLayout.d.ts +2 -0
  442. package/versionedlayout/VersionedLayout.js +2 -2
  443. package/internal-do-not-import-from-here/shared/models/Bring.d.ts +0 -23
  444. package/media-picker/MediaPickerStorageProviderAppInstanceContext.d.ts +0 -14
  445. package/media-picker/MediaPickerStorageProviderAppInstanceContext.js +0 -21
  446. package/media-picker/MediaPickerStorageProviderAppInstancePostContext.d.ts +0 -8
  447. package/media-picker/MediaPickerStorageProviderAppInstancePostContext.js +0 -13
  448. package/media-picker/MediaPickerStorageProviderVersionedLayoutContext.d.ts +0 -8
  449. package/media-picker/MediaPickerStorageProviderVersionedLayoutContext.js +0 -13
  450. package/media-picker/MediaPickerUserIconsStorageProviderContext.d.ts +0 -7
  451. package/media-picker/MediaPickerUserIconsStorageProviderContext.js +0 -12
  452. package/media-picker/Providers/BingProvider.d.ts +0 -17
  453. package/media-picker/Providers/BingProvider.js +0 -22
  454. package/media-picker/Providers/CentralImageLocationProvider.d.ts +0 -22
  455. package/media-picker/Providers/CentralImageLocationProvider.js +0 -31
  456. package/media-picker/Providers/DallEProvider.d.ts +0 -17
  457. package/media-picker/Providers/DallEProvider.js +0 -22
  458. package/media-picker/Providers/MediaPickerProvider.d.ts +0 -21
  459. package/media-picker/Providers/MediaPickerProvider.js +0 -8
  460. package/media-picker/Providers/MicrosoftStreamProvider.d.ts +0 -17
  461. package/media-picker/Providers/MicrosoftStreamProvider.js +0 -36
  462. package/media-picker/Providers/MyComputerProvider.d.ts +0 -17
  463. package/media-picker/Providers/MyComputerProvider.js +0 -22
  464. package/media-picker/Providers/PexelProvider.d.ts +0 -17
  465. package/media-picker/Providers/PexelProvider.js +0 -26
  466. package/media-picker/Providers/YoutubeProvider.d.ts +0 -17
  467. package/media-picker/Providers/YoutubeProvider.js +0 -30
  468. package/media-picker/Providers/index.d.ts +0 -8
  469. package/media-picker/Providers/index.js +0 -11
  470. package/properties/lock/PropertySettingsLock.d.ts +0 -23
  471. package/properties/lock/PropertySettingsLock.js +0 -77
  472. /package/{internal-do-not-import-from-here/shared/models/Bring.js → FilterpickerModel.js} +0 -0
package/Exposes.d.ts CHANGED
@@ -92,7 +92,16 @@ export * from "./LinkHandler";
92
92
  export * from "./DateTimeZone";
93
93
  export * from "./AzureAd";
94
94
  export * from "./FilterEngineStyles";
95
+ export * from "./AiSettings";
96
+ export * from "./BusinessProfileDallEPromptDefault";
97
+ export * from "./ISpecialUserConfiguration";
98
+ export * from "./FileValidationResult";
95
99
  export * from "./Func";
100
+ export * from "./FilterpickerModel";
101
+ export * from "./RollupMetricSettings";
102
+ export * from "./ChromeLayoutDefinition";
103
+ export * from "./NullOf";
104
+ export * from "./NotNullish";
96
105
  export * from "./ux";
97
106
  export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
98
107
  export * from "./admin";
@@ -116,6 +125,14 @@ export * from "./oxide";
116
125
  export * from "./docs";
117
126
  export * from "./velcron";
118
127
  export * from "./azure-openai";
128
+ export * from "./mediaflow";
129
+ export * from "./media-gallery";
130
+ export * from "./omniasearch";
131
+ export * from "./businessprofilesettings";
132
+ export * from "./signin";
133
+ export * from "./bulkimportusers";
134
+ export * from "./linkstatus";
135
+ export * from "./statuscodelayout";
119
136
  export * from "./FilePicker";
120
137
  export * from "./FileIdentifier";
121
138
  export * from "./UserAgent";
package/Exposes.js CHANGED
@@ -98,7 +98,16 @@ tslib_1.__exportStar(require("./LinkHandler"), exports);
98
98
  tslib_1.__exportStar(require("./DateTimeZone"), exports);
99
99
  tslib_1.__exportStar(require("./AzureAd"), exports);
100
100
  tslib_1.__exportStar(require("./FilterEngineStyles"), exports);
101
+ tslib_1.__exportStar(require("./AiSettings"), exports);
102
+ tslib_1.__exportStar(require("./BusinessProfileDallEPromptDefault"), exports);
103
+ tslib_1.__exportStar(require("./ISpecialUserConfiguration"), exports);
104
+ tslib_1.__exportStar(require("./FileValidationResult"), exports);
101
105
  tslib_1.__exportStar(require("./Func"), exports);
106
+ tslib_1.__exportStar(require("./FilterpickerModel"), exports);
107
+ tslib_1.__exportStar(require("./RollupMetricSettings"), exports);
108
+ tslib_1.__exportStar(require("./ChromeLayoutDefinition"), exports);
109
+ tslib_1.__exportStar(require("./NullOf"), exports);
110
+ tslib_1.__exportStar(require("./NotNullish"), exports);
102
111
  //************************************************************************************ */
103
112
  // End of file exports
104
113
  //************************************************************************************ */
@@ -128,6 +137,14 @@ tslib_1.__exportStar(require("./oxide"), exports);
128
137
  tslib_1.__exportStar(require("./docs"), exports);
129
138
  tslib_1.__exportStar(require("./velcron"), exports);
130
139
  tslib_1.__exportStar(require("./azure-openai"), exports);
140
+ tslib_1.__exportStar(require("./mediaflow"), exports);
141
+ tslib_1.__exportStar(require("./media-gallery"), exports);
142
+ tslib_1.__exportStar(require("./omniasearch"), exports);
143
+ tslib_1.__exportStar(require("./businessprofilesettings"), exports);
144
+ tslib_1.__exportStar(require("./signin"), exports);
145
+ tslib_1.__exportStar(require("./bulkimportusers"), exports);
146
+ tslib_1.__exportStar(require("./linkstatus"), exports);
147
+ tslib_1.__exportStar(require("./statuscodelayout"), exports);
131
148
  //************************************************************************************ */
132
149
  // End of folder exports
133
150
  //************************************************************************************ */
package/FileUploader.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  export declare enum FileUploaderItemStatus {
2
2
  Pending = 0,
3
- Processing = 1,
3
+ Processing = 1,//Show progress icon with percent
4
4
  Error = 2,
5
5
  Success = 3
6
6
  }
package/FileUploader.js CHANGED
@@ -7,4 +7,4 @@ var FileUploaderItemStatus;
7
7
  FileUploaderItemStatus[FileUploaderItemStatus["Processing"] = 1] = "Processing";
8
8
  FileUploaderItemStatus[FileUploaderItemStatus["Error"] = 2] = "Error";
9
9
  FileUploaderItemStatus[FileUploaderItemStatus["Success"] = 3] = "Success";
10
- })(FileUploaderItemStatus = exports.FileUploaderItemStatus || (exports.FileUploaderItemStatus = {}));
10
+ })(FileUploaderItemStatus || (exports.FileUploaderItemStatus = FileUploaderItemStatus = {}));
@@ -0,0 +1,4 @@
1
+ export declare enum FileValidationResult {
2
+ Success = 0,
3
+ Failure = 1
4
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FileValidationResult = void 0;
4
+ var FileValidationResult;
5
+ (function (FileValidationResult) {
6
+ FileValidationResult[FileValidationResult["Success"] = 0] = "Success";
7
+ FileValidationResult[FileValidationResult["Failure"] = 1] = "Failure";
8
+ })(FileValidationResult || (exports.FileValidationResult = FileValidationResult = {}));
@@ -1,5 +1,6 @@
1
1
  import { types } from "typestyle";
2
- import { ITheming } from "../ux";
2
+ import { NestedCSSPropertiesExtends } from "./ux";
3
+ import { SpacingSettings } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
3
4
  export declare const FilterEngineStyles: {
4
5
  filterPropertyValueWrapper: types.NestedCSSProperties;
5
6
  filterPropertyActionWrapper: types.NestedCSSProperties;
@@ -9,15 +10,14 @@ export declare const FilterEngineStyles: {
9
10
  slimListScrollbar: types.NestedCSSProperties;
10
11
  dropdownMenuActivator: (hasDefaultStyling: boolean) => types.NestedCSSProperties;
11
12
  nodeLevelIndentation: (nodeLevel: number) => types.NestedCSSProperties;
12
- textDefaultStyle: (dark: boolean) => types.NestedCSSProperties;
13
13
  avatarStyle: types.NestedCSSProperties;
14
14
  avatarOptionStyle: types.NestedCSSProperties;
15
15
  searchBoxDefaultStyle: types.NestedCSSProperties;
16
16
  searchValueBoxDefaultStyle: types.NestedCSSProperties;
17
17
  searchTextColor: types.NestedCSSProperties;
18
18
  treeNodeText: (isSelected: boolean) => types.NestedCSSProperties;
19
- treeNodeResultCount: (theme: ITheming, isSelected: boolean) => types.NestedCSSProperties;
20
- dialogContent: (theming: ITheming) => types.NestedCSSProperties;
19
+ treeNodeResultCount: (isSelected: boolean) => types.NestedCSSProperties;
20
+ dialogContent: types.NestedCSSProperties;
21
21
  popUpDialogButton: types.NestedCSSProperties;
22
22
  panelDialogButton: types.NestedCSSProperties;
23
23
  mainSection: (maxWidth: number) => types.NestedCSSProperties;
@@ -27,27 +27,26 @@ export declare const FilterEngineStyles: {
27
27
  panelDialog: types.NestedCSSProperties;
28
28
  fullscreenScrollableFilterArea: types.NestedCSSProperties;
29
29
  closePropertyPanelButton: types.NestedCSSProperties;
30
- reactiveContentColor: (isDark: boolean) => types.NestedCSSProperties;
31
30
  invisible: types.NestedCSSProperties;
32
- reactiveLabel: (isDark: boolean) => types.NestedCSSProperties;
33
- reactiveVuetifyFilledTextFieldStyles: (isDark: boolean, alternateColor?: boolean) => types.NestedCSSProperties;
34
- reactiveVuetifyOutlinedTextFieldStyles: (isDark: boolean) => types.NestedCSSProperties;
31
+ vuetifyOutlinedTextFieldStyles: types.NestedCSSProperties;
35
32
  vuetifyRoundedTextFieldStyles: types.NestedCSSProperties;
36
33
  headerTextStyle: types.NestedCSSProperties;
37
- reactiveVuetifyUnderlinedTextField: (isDark: boolean) => types.NestedCSSProperties;
38
- chipBackgroundColor: (backgroundColor: string, outlinedStyling: boolean, moreTransparent?: boolean) => types.NestedCSSProperties;
34
+ vuetifyUnderlinedTextField: types.NestedCSSProperties;
39
35
  chipBorder: (backgroundColor: string) => types.NestedCSSProperties;
40
36
  transparentBackground: types.NestedCSSProperties;
41
37
  headerFontStyles: types.NestedCSSProperties;
42
38
  listItemFontStyles: types.NestedCSSProperties;
43
39
  expansionPanelContentWrapper: (hasDefaultStyling: boolean) => types.NestedCSSProperties;
44
- listItemSpacingStyles: (hasDefaultStyling: boolean) => types.NestedCSSProperties;
40
+ listItemSpacingStyles: types.NestedCSSProperties;
45
41
  textFieldSpacingStyles: types.NestedCSSProperties;
46
42
  chipItemFontStyles: types.NestedCSSProperties;
47
- reactiveResultCountBackgroundColor: (isDark: boolean) => types.NestedCSSProperties;
48
- reactiveOpacity: (isDark: boolean) => types.NestedCSSProperties;
49
43
  smallerExpansionPanelHeader: types.NestedCSSProperties;
50
- customLabel: (color: string) => types.NestedCSSProperties;
51
- reactiveHighlightedBorder: (isDark: boolean) => types.NestedCSSProperties;
44
+ highlightedBorder: types.NestedCSSProperties;
52
45
  scrollableListContent: types.NestedCSSProperties;
46
+ getPaddingStyle?: (spacing: SpacingSettings, skip?: {
47
+ top?: boolean;
48
+ right?: boolean;
49
+ left?: boolean;
50
+ bottom?: boolean;
51
+ }) => NestedCSSPropertiesExtends;
53
52
  };
@@ -0,0 +1,9 @@
1
+ import { IIcon } from "./Icon";
2
+ export interface FilterPickerFilter {
3
+ text: string;
4
+ id: any;
5
+ icon?: IIcon;
6
+ notSortable?: boolean;
7
+ removable?: boolean;
8
+ alwaysSelected?: boolean;
9
+ }
package/Http.js CHANGED
@@ -6,4 +6,4 @@ var ApiResponseCodes;
6
6
  ApiResponseCodes[ApiResponseCodes["Success"] = 0] = "Success";
7
7
  ApiResponseCodes[ApiResponseCodes["UnAuthorized"] = 1] = "UnAuthorized";
8
8
  ApiResponseCodes[ApiResponseCodes["Exception"] = 2] = "Exception";
9
- })(ApiResponseCodes = exports.ApiResponseCodes || (exports.ApiResponseCodes = {}));
9
+ })(ApiResponseCodes || (exports.ApiResponseCodes = ApiResponseCodes = {}));
@@ -0,0 +1,3 @@
1
+ export interface ISpecialUserConfiguration {
2
+ allowAnonymous?: boolean;
3
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
package/Icon.d.ts CHANGED
@@ -30,6 +30,9 @@ export declare class FontAwesomeIcon implements IFontAwesomeIcon {
30
30
  iconType: IconTypes;
31
31
  constructor(faClass: string);
32
32
  toString(): string;
33
+ setStyle(style: "solid" | "regular" | "light" | "duotone" | "thin", force?: boolean): this;
34
+ private setDefaultIconStyle;
35
+ private setIconStyle;
33
36
  }
34
37
  export declare class MaterialIcon implements IMaterialIcon {
35
38
  maClass: string;
package/Icon.js CHANGED
@@ -9,10 +9,44 @@ class FontAwesomeIcon {
9
9
  constructor(faClass) {
10
10
  this.faClass = faClass;
11
11
  this.iconType = Enums_1.IconTypes.FontAwesome;
12
+ this.setDefaultIconStyle();
12
13
  }
13
14
  toString() {
14
15
  return this.faClass;
15
16
  }
17
+ //
18
+ setStyle(style, force) {
19
+ if (!force && this.faClass.indexOf(" ") === -1) {
20
+ return;
21
+ }
22
+ if (style === "solid") {
23
+ this.setIconStyle("fas");
24
+ }
25
+ else if (style === "regular") {
26
+ this.setIconStyle("fa");
27
+ }
28
+ else if (style === "light") {
29
+ this.setIconStyle("fal");
30
+ }
31
+ else if (style === "duotone") {
32
+ this.setIconStyle("fa-duotone");
33
+ }
34
+ else if (style === "thin") {
35
+ this.setIconStyle("fat");
36
+ }
37
+ return this;
38
+ }
39
+ setDefaultIconStyle() {
40
+ const split = this.faClass.split(" ");
41
+ if (this.faClass.split(" ").length === 1) {
42
+ this.setIconStyle("fa-duotone");
43
+ }
44
+ }
45
+ setIconStyle(style) {
46
+ const split = this.faClass.split(" ");
47
+ const end = split[split.length - 1];
48
+ this.faClass = style + " " + end;
49
+ }
16
50
  }
17
51
  exports.FontAwesomeIcon = FontAwesomeIcon;
18
52
  class MaterialIcon {
@@ -30,7 +64,7 @@ class FabricIcon {
30
64
  this.fabClass = fabClass;
31
65
  this.iconType = Enums_1.IconTypes.Fabric;
32
66
  if (this.fabClass.indexOf("ms-Icon ") === -1) {
33
- this.fabClass += "ms-Icon ";
67
+ this.fabClass = "ms-Icon " + this.fabClass;
34
68
  }
35
69
  }
36
70
  toString() {
@@ -62,6 +96,9 @@ class FlagIcon {
62
96
  constructor(flagClass) {
63
97
  this.flagClass = flagClass;
64
98
  this.iconType = Enums_1.IconTypes.Flag;
99
+ if (this.flagClass.indexOf("omux-flag ") === -1) {
100
+ this.flagClass = "omux-flag " + this.flagClass;
101
+ }
65
102
  }
66
103
  toString() {
67
104
  return this.flagClass;
package/Journey.d.ts CHANGED
@@ -1,9 +1,16 @@
1
- import { VNode } from "vue";
2
- import { BladeSizes, IIcon } from ".";
1
+ import { VNode, VNodeTypes } from "vue";
2
+ import { BladeSizes, GuidValue, IIcon } from ".";
3
3
  export interface JourneyMenuItem {
4
+ type?: "default" | "switch" | "value";
4
5
  icon: IIcon;
5
- element: string;
6
+ element?: VNodeTypes | GuidValue;
6
7
  title: string;
8
+ value?: boolean;
9
+ customText?: string;
10
+ }
11
+ export interface JourneySwitchMenuItem extends JourneyMenuItem {
12
+ type: "switch";
13
+ onChange: (value: any) => void;
7
14
  }
8
15
  export interface Blade {
9
16
  id: string;
package/Layout.d.ts CHANGED
@@ -51,6 +51,7 @@ export interface LayoutSettings extends LayoutItemSettings {
51
51
  themeDefinitionLayout?: ThemeDefinition;
52
52
  blockTitleSettings: BlockTitleSettings;
53
53
  useCustomBlockTitle: boolean;
54
+ middleAlignVertical: boolean;
54
55
  }
55
56
  export interface LayoutItem {
56
57
  id: string;
@@ -112,7 +113,9 @@ export declare enum SectionTypes {
112
113
  Column = 1,
113
114
  Tab = 2,
114
115
  Accordion = 3,
115
- Stepper = 4
116
+ Stepper = 4,
117
+ PlaceHolder = 5,
118
+ Slider = 6
116
119
  }
117
120
  export interface Section<T extends SectionSettings = SectionSettings> extends LayoutItem {
118
121
  settings: T;
@@ -137,6 +140,7 @@ export interface SectionSettings extends LayoutItemSettings {
137
140
  useCustomTheme: boolean;
138
141
  themeDefinition: ThemeDefinition;
139
142
  hidden?: boolean;
143
+ disableLazyLoad?: boolean;
140
144
  }
141
145
  export interface ColumnedSectionSettings extends SectionSettings {
142
146
  type: SectionTypes.Column;
@@ -181,6 +185,19 @@ export interface AccordionedSectionSettings extends SectionSettings {
181
185
  flatHeader: boolean;
182
186
  singleSelect: boolean;
183
187
  }
188
+ export interface PlaceHolderLayoutRegistration {
189
+ id: GuidValue;
190
+ title: string;
191
+ }
192
+ export interface PlaceHolderSectionSettings extends SectionSettings {
193
+ placeHolderLayoutRegistrationId: GuidValue;
194
+ }
195
+ export interface PlaceHolderSectionItemSettings extends SectionItemSettings {
196
+ type: SectionTypes.PlaceHolder;
197
+ size: string;
198
+ minWidth: number;
199
+ chrome: string;
200
+ }
184
201
  export interface StepperSectionSettings extends SectionSettings {
185
202
  type: SectionTypes.Stepper;
186
203
  vertical: boolean;
@@ -211,6 +228,7 @@ export interface TabbedSectionItemSettings extends SectionItemSettings {
211
228
  icon: IconPickerModel;
212
229
  customAnchorNameEnabled: boolean;
213
230
  anchorName?: string;
231
+ scrollIntoViewDisabled: boolean;
214
232
  }
215
233
  export interface AccordionedSectionItemSettings extends SectionItemSettings {
216
234
  type: SectionTypes.Accordion;
@@ -219,6 +237,7 @@ export interface AccordionedSectionItemSettings extends SectionItemSettings {
219
237
  icon: IconPickerModel;
220
238
  customAnchorNameEnabled: boolean;
221
239
  anchorName?: string;
240
+ scrollIntoViewDisabled: boolean;
222
241
  }
223
242
  export interface SteppedSectionItemSettings extends SectionItemSettings {
224
243
  type: SectionTypes.Stepper;
@@ -235,6 +254,7 @@ export interface HeaderItemSettings {
235
254
  icon: IIcon;
236
255
  titleSettings: BlockTitleSettings;
237
256
  anchorName?: string;
257
+ scrollIntoViewDisabled: boolean;
238
258
  }
239
259
  export interface SpacingItemSettings {
240
260
  paddingRight: number | SpacingType;
@@ -273,7 +293,7 @@ export interface BlockLayoutSettings extends LayoutItemSettings, HeaderItemSetti
273
293
  }
274
294
  export interface DisplayBreakPoint {
275
295
  id: string;
276
- icon: string;
296
+ icon: IIcon;
277
297
  label: string;
278
298
  rangedescription: string;
279
299
  minWidth: number;
@@ -348,6 +368,7 @@ export interface BlockRegistration extends LayoutItemRegistration {
348
368
  layoutDependencyProviders: string[];
349
369
  requiredBackendRuntimes?: Array<OmniaBackendRuntimes>;
350
370
  requiredClientRuntimes?: Array<OmniaClientRuntimes>;
371
+ authDisabled?: boolean;
351
372
  }
352
373
  export interface ILayoutDependencyProvider {
353
374
  }
@@ -430,6 +451,7 @@ export interface LayoutEditorCanvasStore extends ILayoutCanvasStore {
430
451
  };
431
452
  mutations: {
432
453
  disableAnchorLink: () => void;
454
+ disableAuth: () => void;
433
455
  setCanvasMode: (mode: LayoutCanvasModes) => void;
434
456
  setLayout: (layout: Layout) => void;
435
457
  createNewLayout: () => void;
@@ -528,3 +550,7 @@ export interface ILayoutFileContext {
528
550
  default: FilePickerStorageProviderContext;
529
551
  getContextByType: (type: new () => LayoutContextType) => FilePickerStorageProviderContext;
530
552
  }
553
+ export interface LayoutPlaceHolderRegistration {
554
+ id: GuidValue;
555
+ title: string;
556
+ }
package/Layout.js CHANGED
@@ -7,12 +7,14 @@ var SectionTypes;
7
7
  SectionTypes[SectionTypes["Tab"] = 2] = "Tab";
8
8
  SectionTypes[SectionTypes["Accordion"] = 3] = "Accordion";
9
9
  SectionTypes[SectionTypes["Stepper"] = 4] = "Stepper";
10
- })(SectionTypes = exports.SectionTypes || (exports.SectionTypes = {}));
10
+ SectionTypes[SectionTypes["PlaceHolder"] = 5] = "PlaceHolder";
11
+ SectionTypes[SectionTypes["Slider"] = 6] = "Slider";
12
+ })(SectionTypes || (exports.SectionTypes = SectionTypes = {}));
11
13
  var JsonNullValueHandling;
12
14
  (function (JsonNullValueHandling) {
13
15
  JsonNullValueHandling[JsonNullValueHandling["include"] = 0] = "include";
14
16
  JsonNullValueHandling[JsonNullValueHandling["ignore"] = 1] = "ignore";
15
- })(JsonNullValueHandling = exports.JsonNullValueHandling || (exports.JsonNullValueHandling = {}));
17
+ })(JsonNullValueHandling || (exports.JsonNullValueHandling = JsonNullValueHandling = {}));
16
18
  /**
17
19
  * Define different context extending this so that Layout can different multiple media provider per context
18
20
  * */
@@ -12,5 +12,5 @@ class DefaultLinkType {
12
12
  this.id = DefaultLinkType.id;
13
13
  }
14
14
  }
15
- DefaultLinkType.id = "72da0174-ad58-47da-90e7-ca03e3ecb651";
16
15
  exports.DefaultLinkType = DefaultLinkType;
16
+ DefaultLinkType.id = "72da0174-ad58-47da-90e7-ca03e3ecb651";
@@ -14,5 +14,5 @@ class DocumentLinkType {
14
14
  this.id = DocumentLinkType.id;
15
15
  }
16
16
  }
17
- DocumentLinkType.id = "0d8fceb2-fdc9-4133-88be-0868a1f89601";
18
17
  exports.DocumentLinkType = DocumentLinkType;
18
+ DocumentLinkType.id = "0d8fceb2-fdc9-4133-88be-0868a1f89601";
package/ManifestIds.d.ts CHANGED
@@ -6,8 +6,10 @@ export declare class OmniaGroupManifests {
6
6
  static get FxConsole(): Guid;
7
7
  static get Fx(): Guid;
8
8
  static get FxUxCommonComponents(): Guid;
9
+ static get FxUxCommonOxides(): Guid;
9
10
  static get FxUxRichTextEditor(): Guid;
10
11
  static get Header(): Guid;
12
+ static get ChromeGroup(): Guid;
11
13
  static get LayoutCanvasGroup(): Guid;
12
14
  }
13
15
  export declare class OmniaResourceManifests {
@@ -16,6 +18,8 @@ export declare class OmniaResourceManifests {
16
18
  static get LayoutCanvasShared(): Guid;
17
19
  static get AwesomeProFont(): Guid;
18
20
  static get FxUxVuetifyShared(): Guid;
21
+ static get LayoutCanvasPlaceHolderApis(): Guid;
22
+ static get AppPlaceHolderApis(): Guid;
19
23
  static get FxUxVuetifyCommon(): Guid;
20
24
  static get FxUxMonacoEditor(): Guid;
21
25
  static get FxUxVueChartJS(): Guid;
@@ -26,6 +30,8 @@ export declare class OmniaResourceManifests {
26
30
  static get ConsoleCommands(): Guid;
27
31
  static get FxUxVRating(): Guid;
28
32
  static get FxUxVuetifyHover(): Guid;
33
+ static get FxUxVuetifyStepper(): Guid;
34
+ static get FxUxVuetifyColorPicker(): Guid;
29
35
  static get FxUxVuetifyCombobox(): Guid;
30
36
  static get FxUxVuetifySlider(): Guid;
31
37
  static get FxUxVuetifyChip(): Guid;
@@ -117,14 +123,26 @@ export declare class OmniaResourceManifests {
117
123
  static get DallELocalization(): Guid;
118
124
  static get DallETenantFeature(): Guid;
119
125
  static get DallEMediaProviderFeature(): Guid;
126
+ static get DefaultNotFoundLayout(): Guid;
127
+ static get DefaultUnauthorizedLayout(): Guid;
128
+ static get StatusCodeLayoutRegistration(): Guid;
129
+ static get BuiltinPropertyBindingProviders(): Guid;
130
+ static get ExtendedEnterprisePropertyBindingProvider(): Guid;
131
+ static get BusinessProfilePropertyBindingProvider(): Guid;
132
+ static get UserPropertyBindingProvider(): Guid;
133
+ static get MagicLinkCore(): Guid;
120
134
  }
121
135
  export declare class OmniaWebComponentManifests {
136
+ static get JourneyBladeComponent(): Guid;
122
137
  static get AuthSetup(): Guid;
123
138
  static get SignInBlock(): Guid;
124
139
  static get SignInCore(): Guid;
125
140
  static get SignInOmniaRenderer(): Guid;
141
+ static get SignInIdentityCreationRequestRenderer(): Guid;
126
142
  static get SignOut(): Guid;
127
- static get MagicLink(): Guid;
143
+ static get MagicLinkSignIn(): Guid;
144
+ static get MagicLinkSuccess(): Guid;
145
+ static get MagicLinkFailure(): Guid;
128
146
  static get LayoutRendererCanvas(): Guid;
129
147
  static get VersionedLayoutBladeBuilder(): Guid;
130
148
  static get VersionedLayoutListBladeBuilder(): Guid;
@@ -132,10 +150,73 @@ export declare class OmniaWebComponentManifests {
132
150
  static get VersionedLayoutRenderer(): Guid;
133
151
  static get VersionedLayoutEditor(): Guid;
134
152
  static get UserTypeLayoutRenderer(): Guid;
135
- static get UserTypeLayoutBladeBuider(): Guid;
136
153
  static get VersionedLayoutController(): Guid;
137
154
  static get VersionedLayoutEditorChrome(): Guid;
138
155
  static get BladeHeader(): Guid;
156
+ static get OAppBar(): Guid;
157
+ static get OAlert(): Guid;
158
+ static get OSwiper(): Guid;
159
+ static get OSwiperSlide(): Guid;
160
+ static get OInfiniteScroll(): Guid;
161
+ static get OAvatar(): Guid;
162
+ static get OLazy(): Guid;
163
+ static get OBadge(): Guid;
164
+ static get OBtn(): Guid;
165
+ static get OBtnGroup(): Guid;
166
+ static get OCard(): Guid;
167
+ static get OCheckBox(): Guid;
168
+ static get OChip(): Guid;
169
+ static get ONotification(): Guid;
170
+ static get OColumn(): Guid;
171
+ static get OColumnGrid(): Guid;
172
+ static get ORow(): Guid;
173
+ static get ODataTable(): Guid;
174
+ static get ODataTableServer(): Guid;
175
+ static get ODialog(): Guid;
176
+ static get ODivider(): Guid;
177
+ static get ODraggable(): Guid;
178
+ static get ODatePicker(): Guid;
179
+ static get OExpansionpanels(): Guid;
180
+ static get OExpansionpanel(): Guid;
181
+ static get OForm(): Guid;
182
+ static get OHostProvider(): Guid;
183
+ static get OIcon(): Guid;
184
+ static get OImage(): Guid;
185
+ static get OLayout(): Guid;
186
+ static get OList(): Guid;
187
+ static get OListItem(): Guid;
188
+ static get OMain(): Guid;
189
+ static get OMenu(): Guid;
190
+ static get ONavigationDrawer(): Guid;
191
+ static get OPanel(): Guid;
192
+ static get OFlex(): Guid;
193
+ static get OScrollContainer(): Guid;
194
+ static get OProgress(): Guid;
195
+ static get ORadio(): Guid;
196
+ static get ORadioGroup(): Guid;
197
+ static get ORating(): Guid;
198
+ static get OSelect(): Guid;
199
+ static get OSkeletonLoader(): Guid;
200
+ static get OSlider(): Guid;
201
+ static get ORangeSlider(): Guid;
202
+ static get OSnackbar(): Guid;
203
+ static get OSpacer(): Guid;
204
+ static get OStepper(): Guid;
205
+ static get OStepperStep(): Guid;
206
+ static get OSwitch(): Guid;
207
+ static get OTable(): Guid;
208
+ static get OTab(): Guid;
209
+ static get OTabs(): Guid;
210
+ static get OText(): Guid;
211
+ static get OLink(): Guid;
212
+ static get OTextArea(): Guid;
213
+ static get OTextField(): Guid;
214
+ static get OToolbar(): Guid;
215
+ static get OColorPicker(): Guid;
216
+ static get OTooltip(): Guid;
217
+ static get OTreeView(): Guid;
218
+ static get OValidation(): Guid;
219
+ static get OPagination(): Guid;
139
220
  static get Admin(): Guid;
140
221
  static get AdminShortcut(): Guid;
141
222
  static get Bladestest(): Guid;
@@ -151,12 +232,12 @@ export declare class OmniaWebComponentManifests {
151
232
  static get FxUxDocumenticon(): Guid;
152
233
  static get FxUxStatusMessageOverlay(): Guid;
153
234
  static get Header(): Guid;
235
+ static get Chrome(): Guid;
154
236
  static get FxUxHeading(): Guid;
155
237
  static get FxUxSelection(): Guid;
156
238
  static get FxUxInputToken(): Guid;
157
239
  static get FxUxIconpicker(): Guid;
158
240
  static get FxUxJourney(): Guid;
159
- static get OBtn(): Guid;
160
241
  static get FxUxMenuBlade(): Guid;
161
242
  static get FxUxWizard(): Guid;
162
243
  static get FxUxPeoplePicker(): Guid;
@@ -194,6 +275,9 @@ export declare class OmniaWebComponentManifests {
194
275
  static get FxUxMediapickerVideo(): Guid;
195
276
  static get FxUxImageGrid(): Guid;
196
277
  static get FxUxPexelProvider(): Guid;
278
+ static get FxUxUnsplashProvider(): Guid;
279
+ static get FxUxMediaflowProvider(): Guid;
280
+ static get FxUxMediaflowProviderVideoPlayer(): Guid;
197
281
  static get FxUxMyComputerProvider(): Guid;
198
282
  static get FxUxFileUploader(): Guid;
199
283
  static get FxUxBingProvider(): Guid;
@@ -216,6 +300,7 @@ export declare class OmniaWebComponentManifests {
216
300
  static get FxUxTimePeriodPicker(): Guid;
217
301
  static get FxUxDateTimeZonePicker(): Guid;
218
302
  static get FxUxDateTimeZoneRenderer(): Guid;
303
+ static get FxUxDateTimeFilterQuery(): Guid;
219
304
  static get FxUxAppProvisioningRenderer(): Guid;
220
305
  static get FxUxAppProvisioningValidatorWrapper(): Guid;
221
306
  static get FxUxAppRouteInput(): Guid;
@@ -240,6 +325,8 @@ export declare class OmniaWebComponentManifests {
240
325
  static get FxUxAppInstanceRollup(): Guid;
241
326
  static get FxUxAppInstanceRollupSettings(): Guid;
242
327
  static get FxUxAppInstanceRollupListView(): Guid;
328
+ static get FxUxAppInstanceRollupRenderer(): Guid;
329
+ static get FxUxAppInstanceRollupMetricDetail(): Guid;
243
330
  static get FxUxAppInstanceRollupListViewSettings(): Guid;
244
331
  static get FxUxAppInstanceRollupCardView(): Guid;
245
332
  static get FxUxAppInstanceRollupCardViewSettings(): Guid;
@@ -273,10 +360,12 @@ export declare class OmniaWebComponentManifests {
273
360
  static get FxUxContentDialog(): Guid;
274
361
  static get FxUxLikeComponent(): Guid;
275
362
  static get FxUxReactionStyle(): Guid;
363
+ static get FxUxReactionsComponent(): Guid;
364
+ static get FxUxReactionsStyle(): Guid;
276
365
  static get FxUxLikeListingTemplate(): Guid;
277
366
  static get FxUxPostLikeListingTemplate(): Guid;
278
367
  static get FxUxPermissionInput(): Guid;
279
- static get FxUxSecurityTrimer(): Guid;
368
+ static get FxUxSecurityTrimmer(): Guid;
280
369
  static get FxUxSpacingPicker(): Guid;
281
370
  static get FxUxFilterPicker(): Guid;
282
371
  static get FxUxFilterEngineSettings(): Guid;
@@ -302,6 +391,7 @@ export declare class OmniaWebComponentManifests {
302
391
  static get FxUxTextFilterEngineRenderer(): Guid;
303
392
  static get FxUxBooleanFilterEngineRenderer(): Guid;
304
393
  static get FxUxDateFilterEngineRenderer(): Guid;
394
+ static get FxUxDateFilterEnginePeriodSlider(): Guid;
305
395
  static get FxUxNumberFilterEngineRenderer(): Guid;
306
396
  static get FxUxFilterEngineSelectionsArea(): Guid;
307
397
  static get FxUxFilterEngineSelectionsAreaTaxonomyProperty(): Guid;
@@ -358,6 +448,7 @@ export declare class OmniaWebComponentManifests {
358
448
  static get FxUxPropertyRenderer(): Guid;
359
449
  static get FxUxPropertyDefintionRenderer(): Guid;
360
450
  static get FxUxPropertyDefintionConfiguration(): Guid;
451
+ static get FxUxPropertyConfigurationBaseRenderer(): Guid;
361
452
  static get FxUxLabelOptionsRenderer(): Guid;
362
453
  static get FxUxPropertyLocking(): Guid;
363
454
  static get UserPropertyConfigurationRenderer(): Guid;
@@ -394,4 +485,10 @@ export declare class OmniaWebComponentManifests {
394
485
  static get SharePointUserPropertyProviderEditor(): Guid;
395
486
  static get FxUxConnectedTenantPicker(): Guid;
396
487
  static get FxUxSidePanel(): Guid;
488
+ static get FxPhotoWallProvider(): Guid;
489
+ static get FxSliderDialogProvider(): Guid;
490
+ static get FxUxStatusCodeRenderer(): Guid;
491
+ static get DateTimePropertyDisplay(): Guid;
492
+ static get DateTimePropertyEditor(): Guid;
493
+ static get DateTimePropertyConfiguration(): Guid;
397
494
  }