@omnia/fx-models 8.0.71-vnext → 8.0.72-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 (474) 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 +34 -0
  15. package/Constants.js +42 -33
  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/Extensions.d.ts +1 -1
  24. package/FileUploader.d.ts +1 -1
  25. package/FileUploader.js +1 -1
  26. package/FileValidationResult.d.ts +4 -0
  27. package/FileValidationResult.js +8 -0
  28. package/FilterEngineStyles.d.ts +14 -15
  29. package/FilterpickerModel.d.ts +9 -0
  30. package/Http.js +1 -1
  31. package/ISpecialUserConfiguration.d.ts +3 -0
  32. package/ISpecialUserConfiguration.js +2 -0
  33. package/Icon.d.ts +3 -0
  34. package/Icon.js +38 -1
  35. package/Journey.d.ts +11 -3
  36. package/Layout.d.ts +40 -2
  37. package/Layout.js +4 -2
  38. package/LinkHandler/linktype/DefaultLinkType.js +1 -1
  39. package/LinkHandler/linktype/DocumentLinkType.js +1 -1
  40. package/ManifestIds.d.ts +103 -4
  41. package/ManifestIds.js +290 -8
  42. package/NotNullish.d.ts +1 -0
  43. package/NotNullish.js +7 -0
  44. package/NullOf.d.ts +2 -0
  45. package/NullOf.js +7 -0
  46. package/PermissionInputSettings.d.ts +2 -0
  47. package/QueryFilter.js +2 -2
  48. package/RollupMetricSettings.d.ts +14 -0
  49. package/RollupMetricSettings.js +2 -0
  50. package/RollupQuery.d.ts +28 -3
  51. package/RollupQuery.js +19 -2
  52. package/Secrets.d.ts +1 -0
  53. package/Security.js +1 -1
  54. package/ShapeDividerSettingsModel.js +2 -2
  55. package/SignInLayout.d.ts +1 -0
  56. package/SignInLayout.js +4 -0
  57. package/Social.js +1 -1
  58. package/SocialReaction.d.ts +4 -2
  59. package/SocialReaction.js +1 -1
  60. package/TargetingProperty.js +1 -1
  61. package/UserAgent.js +1 -1
  62. package/admin/AdminModels.d.ts +42 -0
  63. package/apps/App.d.ts +4 -0
  64. package/apps/App.js +2 -2
  65. package/apps/AppInstanceRollup.d.ts +2 -2
  66. package/apps/AppInstanceRollup.js +2 -2
  67. package/apps/AppNamingPolicy.js +2 -2
  68. package/auth/AnonymousAccessType.d.ts +5 -0
  69. package/auth/AnonymousAccessType.js +9 -0
  70. package/auth/LoginProvider.d.ts +9 -0
  71. package/auth/LoginProvider.js +9 -0
  72. package/auth/common/AuthenticationResult.js +1 -1
  73. package/auth/common/AuthenticationSessionResult.d.ts +1 -0
  74. package/auth/common/AuthenticationSessionResult.js +1 -1
  75. package/auth/common/AuthenticationSettings.d.ts +14 -0
  76. package/auth/index.d.ts +2 -0
  77. package/auth/index.js +2 -0
  78. package/azure-openai/dalle/CreateImageResponse.d.ts +1 -1
  79. package/azure-openai/dalle/ErrorResponse.js +1 -1
  80. package/azure-openai/dalle/StatusRequest.js +1 -1
  81. package/azure-openai/dalle/index.d.ts +1 -0
  82. package/azure-openai/dalle/index.js +1 -0
  83. package/azure-openai/textcompletion/TextCompletionRequest.d.ts +1 -1
  84. package/azure-openai/textcompletion/TextCompletionResult.d.ts +1 -1
  85. package/bulkimportusers/BulkImportFileValidation.d.ts +8 -0
  86. package/bulkimportusers/BulkImportFileValidation.js +4 -0
  87. package/bulkimportusers/BulkImportUsersScenarios.d.ts +5 -0
  88. package/bulkimportusers/BulkImportUsersScenarios.js +9 -0
  89. package/bulkimportusers/BulkImportUsersTasks.d.ts +15 -0
  90. package/bulkimportusers/BulkImportUsersTasks.js +8 -0
  91. package/bulkimportusers/TemplateFileData.d.ts +5 -0
  92. package/bulkimportusers/TemplateFileData.js +2 -0
  93. package/bulkimportusers/TemplateFileMetaData.d.ts +6 -0
  94. package/bulkimportusers/TemplateFileMetaData.js +2 -0
  95. package/bulkimportusers/TemplateFileSettings.d.ts +7 -0
  96. package/bulkimportusers/TemplateFileSettings.js +2 -0
  97. package/bulkimportusers/index.d.ts +6 -0
  98. package/bulkimportusers/index.js +9 -0
  99. package/businessprofilesettings/BusinessProfileAuthenticationSettings.d.ts +14 -0
  100. package/businessprofilesettings/BusinessProfileAuthenticationSettings.js +11 -0
  101. package/businessprofilesettings/index.d.ts +1 -0
  102. package/businessprofilesettings/index.js +4 -0
  103. package/editor-chrome/EditorSettings.js +2 -2
  104. package/editor-chrome/IActionButton.d.ts +2 -2
  105. package/editor-chrome/IActionButton.js +1 -1
  106. package/editor-chrome/IEditorTabRegistration.d.ts +1 -0
  107. package/enterprise-properties/EnterpriseProperty.d.ts +1 -0
  108. package/enterprise-properties/EnterprisePropertyColumnMapping.js +1 -1
  109. package/enterprise-properties/EnterprisePropertyItemSettings.d.ts +2 -1
  110. package/enterprise-properties/EnterprisePropertySettings.js +2 -2
  111. package/enterprise-properties/EnterprisePropertyToPropertySettingsMapping.d.ts +13 -0
  112. package/enterprise-properties/EnterprisePropertyToPropertySettingsMapping.js +18 -0
  113. package/enterprise-properties/index.d.ts +1 -0
  114. package/enterprise-properties/index.js +1 -0
  115. package/filterengine/ITypedFilterEngineHandler.d.ts +3 -2
  116. package/filterengine/Shared.d.ts +80 -7
  117. package/filterengine/Shared.js +30 -11
  118. package/identities/ArchiveIdentityManagementQuery.d.ts +13 -0
  119. package/identities/ArchiveIdentityManagementQuery.js +16 -0
  120. package/identities/DynamicGroupIdentity.d.ts +1 -0
  121. package/identities/ExtensionIdentity.d.ts +1 -0
  122. package/identities/GroupIdentity.d.ts +3 -0
  123. package/identities/GroupIdentity.js +1 -1
  124. package/identities/GroupManagementQuery.d.ts +13 -0
  125. package/identities/GroupManagementQuery.js +16 -0
  126. package/identities/Identity.d.ts +8 -4
  127. package/identities/Identity.js +4 -7
  128. package/identities/IdentityCreationRequest.d.ts +81 -0
  129. package/identities/IdentityCreationRequest.js +44 -0
  130. package/identities/IdentityPropertyConfiguration.d.ts +10 -0
  131. package/identities/IdentityPropertyConfiguration.js +6 -0
  132. package/identities/IdentityProviderRunLog.js +1 -1
  133. package/identities/IdentityProviderRunStatus.d.ts +2 -1
  134. package/identities/IdentityProviderRunStatus.js +2 -1
  135. package/identities/IdentityProviderSettings.js +1 -1
  136. package/identities/IdentityProviderState.js +1 -1
  137. package/identities/IdentityQuery.d.ts +10 -5
  138. package/identities/IdentityQuery.js +9 -5
  139. package/identities/IdentitySyncProvider.d.ts +1 -1
  140. package/identities/IdentityTypes.js +1 -1
  141. package/identities/RoleIdentity.d.ts +1 -0
  142. package/identities/UserIdentity.d.ts +13 -0
  143. package/identities/UserIdentity.js +12 -1
  144. package/identities/UserIdentityQuery.d.ts +23 -0
  145. package/identities/UserIdentityQuery.js +26 -0
  146. package/identities/UserManagementQuery.d.ts +15 -0
  147. package/identities/UserManagementQuery.js +18 -0
  148. package/identities/UserType.d.ts +8 -0
  149. package/identities/UserType.js +12 -1
  150. package/identities/UserTypeDisplaySettings.d.ts +1 -0
  151. package/identities/UserTypeSettings.d.ts +26 -0
  152. package/identities/UserTypeSettings.js +32 -0
  153. package/identities/index.d.ts +5 -0
  154. package/identities/index.js +5 -0
  155. package/internal-do-not-import-from-here/shared/models/Broadcasting.js +1 -1
  156. package/internal-do-not-import-from-here/shared/models/DynamicState.d.ts +1 -0
  157. package/internal-do-not-import-from-here/shared/models/DynamicState.js +2 -0
  158. package/internal-do-not-import-from-here/shared/models/Equals.js +33 -3
  159. package/internal-do-not-import-from-here/shared/models/Future.d.ts +17 -1
  160. package/internal-do-not-import-from-here/shared/models/Future.js +26 -5
  161. package/internal-do-not-import-from-here/shared/models/Guid.d.ts +1 -0
  162. package/internal-do-not-import-from-here/shared/models/Guid.js +13 -6
  163. package/internal-do-not-import-from-here/shared/models/HttpCommon.d.ts +27 -0
  164. package/internal-do-not-import-from-here/shared/models/HttpCommon.js +2 -0
  165. package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +5 -0
  166. package/internal-do-not-import-from-here/shared/models/Realtime.d.ts +1 -13
  167. package/internal-do-not-import-from-here/shared/models/Realtime.js +1 -22
  168. package/internal-do-not-import-from-here/shared/models/StronglyTypedId.d.ts +3 -0
  169. package/internal-do-not-import-from-here/shared/models/StronglyTypedId.js +2 -0
  170. package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.d.ts +7 -1
  171. package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.js +5 -1
  172. package/internal-do-not-import-from-here/shared/models/Workers.js +1 -1
  173. package/internal-do-not-import-from-here/shared/models/hub/ExternalIdentityId.d.ts +2 -0
  174. package/internal-do-not-import-from-here/shared/models/hub/ExternalIdentityId.js +2 -0
  175. package/internal-do-not-import-from-here/shared/models/hub/TempSocialReactions.d.ts +13 -0
  176. package/internal-do-not-import-from-here/shared/models/hub/TempSocialReactions.js +20 -0
  177. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +63 -0
  178. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.js +7 -0
  179. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +7 -0
  180. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.js +5 -0
  181. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.d.ts +14 -0
  182. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.js +15 -0
  183. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +30 -0
  184. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.js +2 -0
  185. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +14 -0
  186. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.js +5 -0
  187. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.d.ts +8 -0
  188. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.js +2 -0
  189. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.d.ts +15 -0
  190. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.js +5 -0
  191. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +38 -0
  192. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +39 -0
  193. package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +8 -0
  194. package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +11 -0
  195. package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.d.ts +3 -0
  196. package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.js +5 -0
  197. package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.d.ts +4 -0
  198. package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.js +5 -0
  199. package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.d.ts +2 -0
  200. package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.js +5 -0
  201. package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +5 -0
  202. package/internal-do-not-import-from-here/shared/models/hub/index.js +8 -0
  203. package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.d.ts +10 -0
  204. package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.js +2 -0
  205. package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.d.ts +5 -0
  206. package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.js +2 -0
  207. package/internal-do-not-import-from-here/shared/models/hub/social/index.d.ts +2 -0
  208. package/internal-do-not-import-from-here/shared/models/hub/social/index.js +5 -0
  209. package/internal-do-not-import-from-here/shared/models/index.d.ts +4 -1
  210. package/internal-do-not-import-from-here/shared/models/index.js +4 -1
  211. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +18 -12
  212. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +2 -2
  213. package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +5 -4
  214. package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.js +1 -1
  215. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +3 -3
  216. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +3 -3
  217. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +8 -4
  218. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +2 -3
  219. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -3
  220. package/internal-do-not-import-from-here/velcron/core/models/ActionHooks.d.ts +12 -0
  221. package/internal-do-not-import-from-here/velcron/core/models/ActionHooks.js +2 -0
  222. package/internal-do-not-import-from-here/velcron/core/models/Enums.d.ts +6 -0
  223. package/internal-do-not-import-from-here/velcron/core/models/Enums.js +14 -7
  224. package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.d.ts +111 -25
  225. package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.js +2 -2
  226. package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +298 -11
  227. package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.js +115 -2
  228. package/internal-do-not-import-from-here/velcron/core/models/index.d.ts +1 -0
  229. package/internal-do-not-import-from-here/velcron/core/models/index.js +1 -0
  230. package/linkstatus/LinkStatus.d.ts +32 -0
  231. package/linkstatus/LinkStatus.js +2 -0
  232. package/linkstatus/index.d.ts +1 -0
  233. package/linkstatus/index.js +4 -0
  234. package/media-gallery/index.d.ts +2 -0
  235. package/media-gallery/index.js +5 -0
  236. package/media-gallery/providers/MediaDialogProviderComponentProps.d.ts +8 -0
  237. package/media-gallery/providers/MediaDialogProviderComponentProps.js +2 -0
  238. package/media-gallery/providers/MediaDisplayProviderComponentProps.d.ts +11 -0
  239. package/media-gallery/providers/MediaDisplayProviderComponentProps.js +2 -0
  240. package/media-gallery/providers/MediaGalleryDialogProvider.d.ts +5 -0
  241. package/media-gallery/providers/MediaGalleryDialogProvider.js +6 -0
  242. package/media-gallery/providers/MediaGalleryDisplayProvider.d.ts +5 -0
  243. package/media-gallery/providers/MediaGalleryDisplayProvider.js +6 -0
  244. package/media-gallery/providers/PhotoLayoutMap.d.ts +4 -0
  245. package/media-gallery/providers/PhotoLayoutMap.js +2 -0
  246. package/media-gallery/providers/PhotoWall.d.ts +10 -0
  247. package/media-gallery/providers/PhotoWall.js +14 -0
  248. package/media-gallery/providers/PhotoWallDirection.d.ts +5 -0
  249. package/media-gallery/providers/PhotoWallDirection.js +2 -0
  250. package/media-gallery/providers/PhotoWallGridLayout.d.ts +9 -0
  251. package/media-gallery/providers/PhotoWallGridLayout.js +14 -0
  252. package/media-gallery/providers/PhotoWallMedia.d.ts +8 -0
  253. package/media-gallery/providers/PhotoWallMedia.js +2 -0
  254. package/media-gallery/providers/SliderDialogProvider.d.ts +10 -0
  255. package/media-gallery/providers/SliderDialogProvider.js +15 -0
  256. package/media-gallery/providers/index.d.ts +12 -0
  257. package/media-gallery/providers/index.js +15 -0
  258. package/media-gallery/styles/IRowPhotos.css.d.ts +4 -0
  259. package/media-gallery/styles/IRowPhotos.css.js +4 -0
  260. package/media-gallery/styles/index.d.ts +1 -0
  261. package/media-gallery/styles/index.js +4 -0
  262. package/media-picker/MediaPickerImageRendition.d.ts +4 -4
  263. package/media-picker/MediaPickerMedia.d.ts +8 -2
  264. package/media-picker/MediaPickerPersistedImageDetails.d.ts +1 -0
  265. package/media-picker/MediaPickerProvider.d.ts +16 -0
  266. package/media-picker/MediaPickerProvider.js +2 -0
  267. package/media-picker/MediaPickerProviderContext.d.ts +3 -3
  268. package/media-picker/MediaPickerProviderContext.js +0 -4
  269. package/media-picker/MediaPickerSearchProvider.d.ts +5 -0
  270. package/media-picker/MediaPickerSearchProvider.js +2 -0
  271. package/media-picker/MediaPickerTransformations.d.ts +5 -4
  272. package/media-picker/Shared.d.ts +7 -1
  273. package/media-picker/index.d.ts +3 -5
  274. package/media-picker/index.js +3 -5
  275. package/media-picker/localize.d.ts +26 -0
  276. package/media-picker/localize.js +7 -0
  277. package/mediaflow/Constants.d.ts +16 -0
  278. package/mediaflow/Constants.js +21 -0
  279. package/mediaflow/MediaflowAuthenticationInfo.d.ts +5 -0
  280. package/mediaflow/MediaflowAuthenticationInfo.js +2 -0
  281. package/mediaflow/MediaflowSettings.d.ts +6 -0
  282. package/mediaflow/MediaflowSettings.js +2 -0
  283. package/mediaflow/index.d.ts +3 -0
  284. package/mediaflow/index.js +6 -0
  285. package/omniasearch/IPagedResult.d.ts +4 -0
  286. package/omniasearch/IPagedResult.js +2 -0
  287. package/omniasearch/IPagedSearchResult.d.ts +8 -0
  288. package/omniasearch/IPagedSearchResult.js +2 -0
  289. package/omniasearch/ISearchResult.d.ts +7 -0
  290. package/omniasearch/ISearchResult.js +2 -0
  291. package/omniasearch/IndexSearchRequest.d.ts +42 -0
  292. package/omniasearch/IndexSearchRequest.js +2 -0
  293. package/omniasearch/IndexSettings.d.ts +6 -0
  294. package/omniasearch/IndexSettings.js +2 -0
  295. package/omniasearch/IndexedDocument.d.ts +7 -0
  296. package/omniasearch/IndexedDocument.js +2 -0
  297. package/omniasearch/SearchIndex.d.ts +4 -0
  298. package/omniasearch/SearchIndex.js +6 -0
  299. package/omniasearch/SearchQuery.d.ts +7 -0
  300. package/omniasearch/SearchQuery.js +2 -0
  301. package/omniasearch/SearchQueryPaging.d.ts +6 -0
  302. package/omniasearch/SearchQueryPaging.js +2 -0
  303. package/omniasearch/SearchTask.d.ts +13 -0
  304. package/omniasearch/SearchTask.js +11 -0
  305. package/omniasearch/index.d.ts +10 -0
  306. package/omniasearch/index.js +13 -0
  307. package/oxide/OxideTypeDefinitions.d.ts +189 -98
  308. package/oxide/OxideTypeDefinitions.js +123 -67
  309. package/oxide/SharedSettings.d.ts +8 -0
  310. package/oxide/SharedSettings.js +2 -0
  311. package/oxide/index.d.ts +1 -0
  312. package/oxide/index.js +1 -0
  313. package/package.json +1 -1
  314. package/properties/IPropertyValueRenderer.d.ts +6 -4
  315. package/properties/PropertyBinding.d.ts +1 -0
  316. package/properties/PropertyDefinition.d.ts +6 -1
  317. package/properties/PropertyDefinition.js +4 -1
  318. package/properties/PropertyValue.d.ts +3 -0
  319. package/properties/PropertyValue.js +10 -0
  320. package/properties/PropertyValuePrimitiveConverter.d.ts +4 -0
  321. package/properties/PropertyValuePrimitiveConverter.js +6 -0
  322. package/properties/bindingprovider/IPropertyBindingProvider.d.ts +12 -0
  323. package/properties/bindingprovider/IPropertyBindingProvider.js +2 -0
  324. package/properties/bindingprovider/index.d.ts +1 -0
  325. package/properties/bindingprovider/index.js +4 -0
  326. package/properties/datasource/AppDataSourceProperty.d.ts +9 -0
  327. package/properties/datasource/AppDataSourceProperty.js +13 -0
  328. package/properties/datasource/UserDataSourceProperty.d.ts +12 -0
  329. package/properties/datasource/UserDataSourceProperty.js +20 -0
  330. package/properties/datasource/index.d.ts +2 -0
  331. package/properties/datasource/index.js +2 -0
  332. package/properties/definitions/BirthdayPropertyDefinition.d.ts +6 -7
  333. package/properties/definitions/BirthdayPropertyDefinition.js +7 -1
  334. package/properties/definitions/BooleanPropertyDefinition.d.ts +3 -3
  335. package/properties/definitions/BooleanPropertyDefinition.js +4 -1
  336. package/properties/definitions/BusinessProfilePropertyDefinition.d.ts +14 -0
  337. package/properties/definitions/BusinessProfilePropertyDefinition.js +17 -0
  338. package/properties/definitions/DatePropertyDefinition.d.ts +21 -6
  339. package/properties/definitions/DatePropertyDefinition.js +33 -1
  340. package/properties/definitions/DateTimePropertyDefinition.d.ts +10 -6
  341. package/properties/definitions/DateTimePropertyDefinition.js +7 -1
  342. package/properties/definitions/EmailPropertyDefinition.d.ts +3 -4
  343. package/properties/definitions/EmailPropertyDefinition.js +4 -1
  344. package/properties/definitions/HtmlPropertyDefinition.d.ts +6 -7
  345. package/properties/definitions/HtmlPropertyDefinition.js +8 -2
  346. package/properties/definitions/IdentityPropertyDefinition.d.ts +8 -5
  347. package/properties/definitions/IdentityPropertyDefinition.js +6 -2
  348. package/properties/definitions/ImagePropertyDefinition.d.ts +7 -6
  349. package/properties/definitions/ImagePropertyDefinition.js +9 -2
  350. package/properties/definitions/IntegerPropertyDefinition.d.ts +3 -5
  351. package/properties/definitions/IntegerPropertyDefinition.js +4 -1
  352. package/properties/definitions/LanguagePropertyDefinition.d.ts +3 -6
  353. package/properties/definitions/LanguagePropertyDefinition.js +5 -2
  354. package/properties/definitions/LinkPropertyDefinition.d.ts +4 -6
  355. package/properties/definitions/LinkPropertyDefinition.js +4 -1
  356. package/properties/definitions/MediaPropertyDefinition.d.ts +3 -3
  357. package/properties/definitions/MediaPropertyDefinition.js +4 -1
  358. package/properties/definitions/MultilineTextPropertyDefinition.d.ts +3 -5
  359. package/properties/definitions/MultilineTextPropertyDefinition.js +4 -1
  360. package/properties/definitions/MultilingualTextPropertyDefinition.d.ts +6 -7
  361. package/properties/definitions/MultilingualTextPropertyDefinition.js +8 -4
  362. package/properties/definitions/PhoneNumberPropertyDefinition.d.ts +3 -5
  363. package/properties/definitions/PhoneNumberPropertyDefinition.js +4 -1
  364. package/properties/definitions/TagsPropertyDefinition.d.ts +12 -0
  365. package/properties/definitions/TagsPropertyDefinition.js +19 -0
  366. package/properties/definitions/TermSetPropertyDefinition.d.ts +30 -0
  367. package/properties/definitions/TermSetPropertyDefinition.js +41 -0
  368. package/properties/definitions/TextPropertyDefinition.d.ts +4 -5
  369. package/properties/definitions/TextPropertyDefinition.js +6 -2
  370. package/properties/definitions/TimePropertyDefinition.d.ts +5 -6
  371. package/properties/definitions/TimePropertyDefinition.js +7 -1
  372. package/properties/definitions/UserTypePropertyDefinition.d.ts +15 -0
  373. package/properties/definitions/UserTypePropertyDefinition.js +17 -0
  374. package/properties/definitions/index.d.ts +4 -0
  375. package/properties/definitions/index.js +4 -0
  376. package/properties/index.d.ts +2 -1
  377. package/properties/index.js +2 -1
  378. package/properties/values/BirthdayPropertyValue.d.ts +1 -0
  379. package/properties/values/BirthdayPropertyValue.js +3 -0
  380. package/properties/values/BooleanPropertyValue.d.ts +1 -0
  381. package/properties/values/BooleanPropertyValue.js +3 -0
  382. package/properties/values/BusinessProfilePropertyValue.d.ts +6 -0
  383. package/properties/values/BusinessProfilePropertyValue.js +11 -0
  384. package/properties/values/DatePropertyValue.d.ts +5 -1
  385. package/properties/values/DatePropertyValue.js +4 -1
  386. package/properties/values/DateTimePropertyValue.d.ts +1 -0
  387. package/properties/values/DateTimePropertyValue.js +3 -0
  388. package/properties/values/EmailPropertyValue.d.ts +1 -0
  389. package/properties/values/EmailPropertyValue.js +3 -0
  390. package/properties/values/HtmlPropertyValue.d.ts +1 -0
  391. package/properties/values/HtmlPropertyValue.js +3 -0
  392. package/properties/values/IdentityPropertyValue.d.ts +1 -0
  393. package/properties/values/IdentityPropertyValue.js +3 -0
  394. package/properties/values/ImagePropertyValue.d.ts +1 -0
  395. package/properties/values/ImagePropertyValue.js +3 -1
  396. package/properties/values/IntegerPropertyValue.d.ts +1 -0
  397. package/properties/values/IntegerPropertyValue.js +3 -0
  398. package/properties/values/LanguagePropertyValue.d.ts +1 -0
  399. package/properties/values/LanguagePropertyValue.js +3 -0
  400. package/properties/values/LinkPropertyValue.d.ts +1 -0
  401. package/properties/values/LinkPropertyValue.js +3 -0
  402. package/properties/values/TagsPropertyValue.d.ts +7 -0
  403. package/properties/values/TagsPropertyValue.js +14 -0
  404. package/properties/values/TextPropertyValue.d.ts +1 -0
  405. package/properties/values/TextPropertyValue.js +3 -0
  406. package/properties/values/UserTypePropertyValue.d.ts +6 -0
  407. package/properties/values/UserTypePropertyValue.js +11 -0
  408. package/properties/values/index.d.ts +3 -0
  409. package/properties/values/index.js +3 -0
  410. package/richtext-editor-extensions/HeadingExtension.js +5 -5
  411. package/richtext-editor-extensions/MediaPickerExtension.js +1 -1
  412. package/richtext-editor-extensions/TextCompletionExtension.d.ts +1 -0
  413. package/sidepanel/Shared.js +1 -1
  414. package/signin/SignIn.d.ts +4 -0
  415. package/signin/SignIn.js +10 -0
  416. package/signin/index.d.ts +1 -0
  417. package/signin/index.js +4 -0
  418. package/statuscodelayout/StatusCodeLayoutProvider.d.ts +8 -0
  419. package/statuscodelayout/StatusCodeLayoutProvider.js +6 -0
  420. package/statuscodelayout/StatusCodeLayoutSettings.d.ts +17 -0
  421. package/statuscodelayout/StatusCodeLayoutSettings.js +407 -0
  422. package/statuscodelayout/index.d.ts +2 -0
  423. package/statuscodelayout/index.js +5 -0
  424. package/ux/AdminApi.d.ts +29 -2
  425. package/ux/Directive.d.ts +27 -0
  426. package/ux/Directive.js +2 -0
  427. package/ux/EnterprisePropertyToPropertySettingMappingApi.d.ts +18 -0
  428. package/ux/EnterprisePropertyToPropertySettingMappingApi.js +2 -0
  429. package/ux/FeatureManagementApi.d.ts +1 -1
  430. package/ux/InternalAdminApi.d.ts +25 -2
  431. package/ux/LayoutCanvasApi.d.ts +39 -8
  432. package/ux/LayoutEditorCanvas.d.ts +6 -3
  433. package/ux/MediaGalleryApi.d.ts +21 -0
  434. package/ux/MediaGalleryApi.js +2 -0
  435. package/ux/MediaPickerApi.d.ts +1 -1
  436. package/ux/ThemingApi.d.ts +19 -0
  437. package/ux/ThemingApi.js +2 -0
  438. package/ux/VelcronDefinitionApi.d.ts +24 -0
  439. package/ux/VelcronDefinitionApi.js +2 -0
  440. package/ux/index.d.ts +6 -1
  441. package/ux/index.js +4 -0
  442. package/velcron/VelcronDefinitionRegistration.d.ts +3 -3
  443. package/versionedlayout/VersionedLayout.d.ts +2 -0
  444. package/versionedlayout/VersionedLayout.js +2 -2
  445. package/internal-do-not-import-from-here/shared/models/Bring.d.ts +0 -23
  446. package/media-picker/MediaPickerStorageProviderAppInstanceContext.d.ts +0 -14
  447. package/media-picker/MediaPickerStorageProviderAppInstanceContext.js +0 -21
  448. package/media-picker/MediaPickerStorageProviderAppInstancePostContext.d.ts +0 -8
  449. package/media-picker/MediaPickerStorageProviderAppInstancePostContext.js +0 -13
  450. package/media-picker/MediaPickerStorageProviderVersionedLayoutContext.d.ts +0 -8
  451. package/media-picker/MediaPickerStorageProviderVersionedLayoutContext.js +0 -13
  452. package/media-picker/MediaPickerUserIconsStorageProviderContext.d.ts +0 -7
  453. package/media-picker/MediaPickerUserIconsStorageProviderContext.js +0 -12
  454. package/media-picker/Providers/BingProvider.d.ts +0 -17
  455. package/media-picker/Providers/BingProvider.js +0 -22
  456. package/media-picker/Providers/CentralImageLocationProvider.d.ts +0 -22
  457. package/media-picker/Providers/CentralImageLocationProvider.js +0 -31
  458. package/media-picker/Providers/DallEProvider.d.ts +0 -17
  459. package/media-picker/Providers/DallEProvider.js +0 -22
  460. package/media-picker/Providers/MediaPickerProvider.d.ts +0 -21
  461. package/media-picker/Providers/MediaPickerProvider.js +0 -8
  462. package/media-picker/Providers/MicrosoftStreamProvider.d.ts +0 -17
  463. package/media-picker/Providers/MicrosoftStreamProvider.js +0 -36
  464. package/media-picker/Providers/MyComputerProvider.d.ts +0 -17
  465. package/media-picker/Providers/MyComputerProvider.js +0 -22
  466. package/media-picker/Providers/PexelProvider.d.ts +0 -17
  467. package/media-picker/Providers/PexelProvider.js +0 -26
  468. package/media-picker/Providers/YoutubeProvider.d.ts +0 -17
  469. package/media-picker/Providers/YoutubeProvider.js +0 -30
  470. package/media-picker/Providers/index.d.ts +0 -8
  471. package/media-picker/Providers/index.js +0 -11
  472. package/properties/lock/PropertySettingsLock.d.ts +0 -23
  473. package/properties/lock/PropertySettingsLock.js +0 -77
  474. /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/Extensions.d.ts CHANGED
@@ -12,5 +12,5 @@ export interface ServiceDefinitionManifestBase {
12
12
  id: GuidValue;
13
13
  title: string;
14
14
  description: string;
15
- serviceType: "WorkerService" | "WebAppService";
15
+ serviceType: "WorkerService" | "WebAppService" | "CustomService";
16
16
  }
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,17 @@
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
+ disabled?: boolean;
14
+ onChange: (value: any) => void;
7
15
  }
8
16
  export interface Blade {
9
17
  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,11 +113,25 @@ 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;
119
122
  }
123
+ export interface LayoutEngineRenderContext<TItemType = LayoutItem, TSettings = LayoutItemSettings> {
124
+ id?: string;
125
+ useEditorHooks?: boolean;
126
+ parentContainer?: LayoutItem;
127
+ item?: TItemType;
128
+ layoutId?: string;
129
+ settings?: TSettings;
130
+ useScrollMarginFix?: boolean;
131
+ state?: object;
132
+ maxWidth?: number;
133
+ orphaned?: boolean;
134
+ }
120
135
  export interface SectionSettings extends LayoutItemSettings {
121
136
  type: SectionTypes;
122
137
  alignment: HorizontalAlignments;
@@ -137,6 +152,7 @@ export interface SectionSettings extends LayoutItemSettings {
137
152
  useCustomTheme: boolean;
138
153
  themeDefinition: ThemeDefinition;
139
154
  hidden?: boolean;
155
+ disableLazyLoad?: boolean;
140
156
  }
141
157
  export interface ColumnedSectionSettings extends SectionSettings {
142
158
  type: SectionTypes.Column;
@@ -181,6 +197,19 @@ export interface AccordionedSectionSettings extends SectionSettings {
181
197
  flatHeader: boolean;
182
198
  singleSelect: boolean;
183
199
  }
200
+ export interface PlaceHolderLayoutRegistration {
201
+ id: GuidValue;
202
+ title: string;
203
+ }
204
+ export interface PlaceHolderSectionSettings extends SectionSettings {
205
+ placeHolderLayoutRegistrationId: GuidValue;
206
+ }
207
+ export interface PlaceHolderSectionItemSettings extends SectionItemSettings {
208
+ type: SectionTypes.PlaceHolder;
209
+ size: string;
210
+ minWidth: number;
211
+ chrome: string;
212
+ }
184
213
  export interface StepperSectionSettings extends SectionSettings {
185
214
  type: SectionTypes.Stepper;
186
215
  vertical: boolean;
@@ -211,6 +240,7 @@ export interface TabbedSectionItemSettings extends SectionItemSettings {
211
240
  icon: IconPickerModel;
212
241
  customAnchorNameEnabled: boolean;
213
242
  anchorName?: string;
243
+ scrollIntoViewDisabled: boolean;
214
244
  }
215
245
  export interface AccordionedSectionItemSettings extends SectionItemSettings {
216
246
  type: SectionTypes.Accordion;
@@ -219,6 +249,7 @@ export interface AccordionedSectionItemSettings extends SectionItemSettings {
219
249
  icon: IconPickerModel;
220
250
  customAnchorNameEnabled: boolean;
221
251
  anchorName?: string;
252
+ scrollIntoViewDisabled: boolean;
222
253
  }
223
254
  export interface SteppedSectionItemSettings extends SectionItemSettings {
224
255
  type: SectionTypes.Stepper;
@@ -235,6 +266,7 @@ export interface HeaderItemSettings {
235
266
  icon: IIcon;
236
267
  titleSettings: BlockTitleSettings;
237
268
  anchorName?: string;
269
+ scrollIntoViewDisabled: boolean;
238
270
  }
239
271
  export interface SpacingItemSettings {
240
272
  paddingRight: number | SpacingType;
@@ -273,7 +305,7 @@ export interface BlockLayoutSettings extends LayoutItemSettings, HeaderItemSetti
273
305
  }
274
306
  export interface DisplayBreakPoint {
275
307
  id: string;
276
- icon: string;
308
+ icon: IIcon;
277
309
  label: string;
278
310
  rangedescription: string;
279
311
  minWidth: number;
@@ -348,6 +380,7 @@ export interface BlockRegistration extends LayoutItemRegistration {
348
380
  layoutDependencyProviders: string[];
349
381
  requiredBackendRuntimes?: Array<OmniaBackendRuntimes>;
350
382
  requiredClientRuntimes?: Array<OmniaClientRuntimes>;
383
+ authDisabled?: boolean;
351
384
  }
352
385
  export interface ILayoutDependencyProvider {
353
386
  }
@@ -430,6 +463,7 @@ export interface LayoutEditorCanvasStore extends ILayoutCanvasStore {
430
463
  };
431
464
  mutations: {
432
465
  disableAnchorLink: () => void;
466
+ disableAuth: () => void;
433
467
  setCanvasMode: (mode: LayoutCanvasModes) => void;
434
468
  setLayout: (layout: Layout) => void;
435
469
  createNewLayout: () => void;
@@ -528,3 +562,7 @@ export interface ILayoutFileContext {
528
562
  default: FilePickerStorageProviderContext;
529
563
  getContextByType: (type: new () => LayoutContextType) => FilePickerStorageProviderContext;
530
564
  }
565
+ export interface LayoutPlaceHolderRegistration {
566
+ id: GuidValue;
567
+ title: string;
568
+ }
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,75 @@ 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 OSplitpanes(): Guid;
199
+ static get OSplitpaneItem(): Guid;
200
+ static get OSelect(): Guid;
201
+ static get OSkeletonLoader(): Guid;
202
+ static get OSlider(): Guid;
203
+ static get ORangeSlider(): Guid;
204
+ static get OSnackbar(): Guid;
205
+ static get OSpacer(): Guid;
206
+ static get OStepper(): Guid;
207
+ static get OStepperStep(): Guid;
208
+ static get OSwitch(): Guid;
209
+ static get OTable(): Guid;
210
+ static get OTab(): Guid;
211
+ static get OTabs(): Guid;
212
+ static get OText(): Guid;
213
+ static get OLink(): Guid;
214
+ static get OTextArea(): Guid;
215
+ static get OTextField(): Guid;
216
+ static get OToolbar(): Guid;
217
+ static get OColorPicker(): Guid;
218
+ static get OTooltip(): Guid;
219
+ static get OTreeView(): Guid;
220
+ static get OValidation(): Guid;
221
+ static get OPagination(): Guid;
139
222
  static get Admin(): Guid;
140
223
  static get AdminShortcut(): Guid;
141
224
  static get Bladestest(): Guid;
@@ -151,12 +234,12 @@ export declare class OmniaWebComponentManifests {
151
234
  static get FxUxDocumenticon(): Guid;
152
235
  static get FxUxStatusMessageOverlay(): Guid;
153
236
  static get Header(): Guid;
237
+ static get Chrome(): Guid;
154
238
  static get FxUxHeading(): Guid;
155
239
  static get FxUxSelection(): Guid;
156
240
  static get FxUxInputToken(): Guid;
157
241
  static get FxUxIconpicker(): Guid;
158
242
  static get FxUxJourney(): Guid;
159
- static get OBtn(): Guid;
160
243
  static get FxUxMenuBlade(): Guid;
161
244
  static get FxUxWizard(): Guid;
162
245
  static get FxUxPeoplePicker(): Guid;
@@ -194,6 +277,9 @@ export declare class OmniaWebComponentManifests {
194
277
  static get FxUxMediapickerVideo(): Guid;
195
278
  static get FxUxImageGrid(): Guid;
196
279
  static get FxUxPexelProvider(): Guid;
280
+ static get FxUxUnsplashProvider(): Guid;
281
+ static get FxUxMediaflowProvider(): Guid;
282
+ static get FxUxMediaflowProviderVideoPlayer(): Guid;
197
283
  static get FxUxMyComputerProvider(): Guid;
198
284
  static get FxUxFileUploader(): Guid;
199
285
  static get FxUxBingProvider(): Guid;
@@ -216,6 +302,7 @@ export declare class OmniaWebComponentManifests {
216
302
  static get FxUxTimePeriodPicker(): Guid;
217
303
  static get FxUxDateTimeZonePicker(): Guid;
218
304
  static get FxUxDateTimeZoneRenderer(): Guid;
305
+ static get FxUxDateTimeFilterQuery(): Guid;
219
306
  static get FxUxAppProvisioningRenderer(): Guid;
220
307
  static get FxUxAppProvisioningValidatorWrapper(): Guid;
221
308
  static get FxUxAppRouteInput(): Guid;
@@ -240,6 +327,8 @@ export declare class OmniaWebComponentManifests {
240
327
  static get FxUxAppInstanceRollup(): Guid;
241
328
  static get FxUxAppInstanceRollupSettings(): Guid;
242
329
  static get FxUxAppInstanceRollupListView(): Guid;
330
+ static get FxUxAppInstanceRollupRenderer(): Guid;
331
+ static get FxUxAppInstanceRollupMetricDetail(): Guid;
243
332
  static get FxUxAppInstanceRollupListViewSettings(): Guid;
244
333
  static get FxUxAppInstanceRollupCardView(): Guid;
245
334
  static get FxUxAppInstanceRollupCardViewSettings(): Guid;
@@ -273,10 +362,12 @@ export declare class OmniaWebComponentManifests {
273
362
  static get FxUxContentDialog(): Guid;
274
363
  static get FxUxLikeComponent(): Guid;
275
364
  static get FxUxReactionStyle(): Guid;
365
+ static get FxUxReactionsComponent(): Guid;
366
+ static get FxUxReactionsStyle(): Guid;
276
367
  static get FxUxLikeListingTemplate(): Guid;
277
368
  static get FxUxPostLikeListingTemplate(): Guid;
278
369
  static get FxUxPermissionInput(): Guid;
279
- static get FxUxSecurityTrimer(): Guid;
370
+ static get FxUxSecurityTrimmer(): Guid;
280
371
  static get FxUxSpacingPicker(): Guid;
281
372
  static get FxUxFilterPicker(): Guid;
282
373
  static get FxUxFilterEngineSettings(): Guid;
@@ -302,6 +393,7 @@ export declare class OmniaWebComponentManifests {
302
393
  static get FxUxTextFilterEngineRenderer(): Guid;
303
394
  static get FxUxBooleanFilterEngineRenderer(): Guid;
304
395
  static get FxUxDateFilterEngineRenderer(): Guid;
396
+ static get FxUxDateFilterEnginePeriodSlider(): Guid;
305
397
  static get FxUxNumberFilterEngineRenderer(): Guid;
306
398
  static get FxUxFilterEngineSelectionsArea(): Guid;
307
399
  static get FxUxFilterEngineSelectionsAreaTaxonomyProperty(): Guid;
@@ -358,6 +450,7 @@ export declare class OmniaWebComponentManifests {
358
450
  static get FxUxPropertyRenderer(): Guid;
359
451
  static get FxUxPropertyDefintionRenderer(): Guid;
360
452
  static get FxUxPropertyDefintionConfiguration(): Guid;
453
+ static get FxUxPropertyConfigurationBaseRenderer(): Guid;
361
454
  static get FxUxLabelOptionsRenderer(): Guid;
362
455
  static get FxUxPropertyLocking(): Guid;
363
456
  static get UserPropertyConfigurationRenderer(): Guid;
@@ -394,4 +487,10 @@ export declare class OmniaWebComponentManifests {
394
487
  static get SharePointUserPropertyProviderEditor(): Guid;
395
488
  static get FxUxConnectedTenantPicker(): Guid;
396
489
  static get FxUxSidePanel(): Guid;
490
+ static get FxPhotoWallProvider(): Guid;
491
+ static get FxSliderDialogProvider(): Guid;
492
+ static get FxUxStatusCodeRenderer(): Guid;
493
+ static get DateTimePropertyDisplay(): Guid;
494
+ static get DateTimePropertyEditor(): Guid;
495
+ static get DateTimePropertyConfiguration(): Guid;
397
496
  }