@omnia/fx-models 8.0.112-vnext → 8.0.113-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 (357) hide show
  1. package/ActionHandler.js +1 -1
  2. package/AiSettings.js +1 -1
  3. package/AppTemplatePropertySetSetting.js +2 -2
  4. package/AuthenticationLayout.d.ts +8 -0
  5. package/AuthenticationLayout.js +6 -0
  6. package/BusinessProfile.d.ts +5 -1
  7. package/BusinessProfile.js +8 -1
  8. package/ChromeLayoutDefinition.d.ts +4 -0
  9. package/ChromeLayoutDefinition.js +10 -0
  10. package/ClientManifests.d.ts +4 -4
  11. package/ClientManifests.js +5 -5
  12. package/Constants.d.ts +11 -1
  13. package/Constants.js +15 -5
  14. package/DependencyInjection.js +1 -1
  15. package/Dictionary.d.ts +18 -19
  16. package/Dictionary.js +16 -24
  17. package/Enums.d.ts +17 -7
  18. package/Enums.js +103 -96
  19. package/Exposes.d.ts +8 -1
  20. package/Exposes.js +8 -1
  21. package/Extensions.d.ts +1 -1
  22. package/FileUploader.d.ts +1 -1
  23. package/FileUploader.js +1 -1
  24. package/FileValidationResult.js +1 -1
  25. package/FilterEngineStyles.d.ts +6 -15
  26. package/Http.js +1 -1
  27. package/Icon.d.ts +3 -0
  28. package/Icon.js +34 -0
  29. package/Journey.d.ts +9 -1
  30. package/Layout.d.ts +70 -26
  31. package/Layout.js +4 -2
  32. package/LinkHandler/linktype/DefaultLinkType.js +1 -1
  33. package/LinkHandler/linktype/DocumentLinkType.js +1 -1
  34. package/LoginLog.d.ts +12 -0
  35. package/LoginLogFilter.d.ts +11 -0
  36. package/ManifestIds.d.ts +49 -10
  37. package/ManifestIds.js +133 -16
  38. package/NotNullish.d.ts +1 -0
  39. package/NotNullish.js +7 -0
  40. package/NullOf.d.ts +2 -0
  41. package/NullOf.js +7 -0
  42. package/PermissionInputSettings.d.ts +2 -1
  43. package/QueryFilter.js +2 -2
  44. package/RichTextEditorExtension.d.ts +29 -4
  45. package/RollupMetricSettings.d.ts +14 -0
  46. package/RollupQuery.d.ts +28 -3
  47. package/RollupQuery.js +19 -2
  48. package/Security.js +1 -1
  49. package/ShapeDividerSettingsModel.js +2 -2
  50. package/Social.js +1 -1
  51. package/SocialReaction.d.ts +4 -2
  52. package/SocialReaction.js +1 -1
  53. package/TargetingProperty.js +1 -1
  54. package/TimeZone.d.ts +0 -1
  55. package/TimeZone.js +0 -2508
  56. package/UserAgent.js +1 -1
  57. package/admin/AdminModels.d.ts +42 -0
  58. package/apps/App.d.ts +2 -0
  59. package/apps/App.js +2 -2
  60. package/apps/AppInstanceRollup.d.ts +2 -2
  61. package/apps/AppInstanceRollup.js +2 -2
  62. package/apps/AppNamingPolicy.js +2 -2
  63. package/auth/AnonymousAccessType.js +1 -1
  64. package/auth/LoginProvider.js +1 -1
  65. package/auth/PasswordAuthData.d.ts +1 -4
  66. package/auth/PasswordAuthOption.d.ts +1 -0
  67. package/auth/PostProcessingAuthData.d.ts +10 -0
  68. package/auth/PostProcessingAuthData.js +11 -0
  69. package/auth/PostProcessingAuthOption.d.ts +4 -0
  70. package/auth/PostProcessingAuthResult.d.ts +3 -0
  71. package/auth/PostProcessingAuthResult.js +2 -0
  72. package/auth/UserCredentialInfo.d.ts +4 -0
  73. package/auth/UserCredentialInfo.js +2 -0
  74. package/auth/common/AuthenticationResult.js +1 -1
  75. package/auth/common/AuthenticationSessionResult.js +1 -1
  76. package/auth/common/AuthenticationSettings.d.ts +9 -0
  77. package/auth/index.d.ts +4 -0
  78. package/auth/index.js +4 -0
  79. package/authentication/Authentication.d.ts +4 -0
  80. package/{signin/SignIn.js → authentication/Authentication.js} +3 -3
  81. package/authentication/index.d.ts +1 -0
  82. package/{signin → authentication}/index.js +1 -1
  83. package/azure-openai/dalle/ErrorResponse.js +1 -1
  84. package/azure-openai/dalle/StatusRequest.js +1 -1
  85. package/bulkimportusers/BulkImportUsersScenarios.js +1 -1
  86. package/bulkimportusers/BulkImportUsersTasks.js +1 -1
  87. package/businessprofilesettings/BusinessProfileAuthenticationScreensSettings.d.ts +15 -0
  88. package/businessprofilesettings/BusinessProfileAuthenticationScreensSettings.js +11 -0
  89. package/businessprofilesettings/BusinessProfileAuthenticationSettings.d.ts +3 -3
  90. package/businessprofilesettings/index.d.ts +1 -0
  91. package/businessprofilesettings/index.js +1 -0
  92. package/componentproptypes/ThemeableComponents.d.ts +0 -2
  93. package/docs/Api.d.ts +2 -0
  94. package/editor-chrome/EditorSettings.js +2 -2
  95. package/editor-chrome/IActionButton.d.ts +2 -2
  96. package/editor-chrome/IActionButton.js +1 -1
  97. package/editor-chrome/IEditorTabRegistration.d.ts +1 -0
  98. package/enterprise-properties/EnterprisePropertyColumnMapping.js +1 -1
  99. package/enterprise-properties/EnterprisePropertyItemSettings.d.ts +2 -2
  100. package/enterprise-properties/EnterprisePropertySettings.js +2 -2
  101. package/filterengine/Shared.d.ts +54 -5
  102. package/filterengine/Shared.js +12 -13
  103. package/identities/ArchiveIdentityManagementQuery.d.ts +3 -2
  104. package/identities/ArchiveIdentityManagementQuery.js +2 -1
  105. package/identities/BuiltInIdentityProvider.d.ts +7 -0
  106. package/identities/BuiltInIdentityProvider.js +23 -0
  107. package/identities/DynamicGroupIdentity.d.ts +1 -0
  108. package/identities/ExtensionIdentity.d.ts +1 -0
  109. package/identities/GroupIdentity.d.ts +1 -0
  110. package/identities/GroupIdentity.js +1 -1
  111. package/identities/Identity.d.ts +1 -0
  112. package/identities/Identity.js +4 -7
  113. package/identities/IdentityCreationRequest.d.ts +37 -5
  114. package/identities/IdentityCreationRequest.js +27 -7
  115. package/identities/IdentityPropertyConfiguration.js +1 -1
  116. package/identities/IdentityProviderRunLog.js +1 -1
  117. package/identities/IdentityProviderRunStatus.js +1 -1
  118. package/identities/IdentityProviderSettings.js +1 -1
  119. package/identities/IdentityProviderState.js +1 -1
  120. package/identities/IdentitySyncProvider.d.ts +1 -1
  121. package/identities/IdentityTypes.js +1 -1
  122. package/identities/RoleIdentity.d.ts +1 -0
  123. package/identities/UserIdentity.d.ts +15 -0
  124. package/identities/UserIdentity.js +4 -4
  125. package/identities/UserManagementQuery.d.ts +5 -2
  126. package/identities/UserManagementQuery.js +4 -1
  127. package/identities/UserType.d.ts +8 -0
  128. package/identities/UserType.js +12 -1
  129. package/identities/UserTypeDisplaySettings.d.ts +1 -0
  130. package/identities/UserTypeSettings.d.ts +1 -1
  131. package/identities/UserTypeSettings.js +1 -1
  132. package/identities/index.d.ts +1 -0
  133. package/identities/index.js +1 -0
  134. package/internal-do-not-import-from-here/shared/models/Broadcasting.js +1 -1
  135. package/internal-do-not-import-from-here/shared/models/Equals.js +5 -6
  136. package/internal-do-not-import-from-here/shared/models/Future.d.ts +13 -0
  137. package/internal-do-not-import-from-here/shared/models/Future.js +23 -2
  138. package/internal-do-not-import-from-here/shared/models/Guid.d.ts +1 -0
  139. package/internal-do-not-import-from-here/shared/models/Guid.js +13 -6
  140. package/internal-do-not-import-from-here/shared/models/HttpCommon.d.ts +27 -0
  141. package/internal-do-not-import-from-here/shared/models/HttpCommon.js +2 -0
  142. package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +2 -1
  143. package/internal-do-not-import-from-here/shared/models/Realtime.d.ts +1 -13
  144. package/internal-do-not-import-from-here/shared/models/Realtime.js +1 -22
  145. package/internal-do-not-import-from-here/shared/models/StronglyTypedId.d.ts +3 -0
  146. package/internal-do-not-import-from-here/shared/models/StronglyTypedId.js +2 -0
  147. package/internal-do-not-import-from-here/shared/models/Tokens.d.ts +1 -0
  148. package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.d.ts +2 -2
  149. package/internal-do-not-import-from-here/shared/models/Workers.js +1 -1
  150. package/internal-do-not-import-from-here/shared/models/hub/ExternalIdentityId.d.ts +2 -0
  151. package/internal-do-not-import-from-here/shared/models/hub/ExternalIdentityId.js +2 -0
  152. package/internal-do-not-import-from-here/shared/models/hub/TempSocialReactions.d.ts +13 -0
  153. package/internal-do-not-import-from-here/shared/models/hub/TempSocialReactions.js +20 -0
  154. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +45 -7
  155. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.js +4 -6
  156. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +3 -2
  157. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.js +2 -3
  158. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.d.ts +14 -0
  159. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.js +15 -0
  160. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +30 -0
  161. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.js +2 -0
  162. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +9 -3
  163. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.js +2 -3
  164. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.d.ts +8 -0
  165. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.js +2 -0
  166. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.d.ts +5 -1
  167. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.js +2 -3
  168. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +25 -3
  169. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +11 -3
  170. package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +3 -1
  171. package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +3 -1
  172. package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.d.ts +3 -0
  173. package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.js +5 -0
  174. package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.d.ts +4 -0
  175. package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.js +5 -0
  176. package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.d.ts +2 -0
  177. package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.js +5 -0
  178. package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +4 -0
  179. package/internal-do-not-import-from-here/shared/models/hub/index.js +4 -0
  180. package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.d.ts +10 -0
  181. package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.js +2 -0
  182. package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.d.ts +5 -0
  183. package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.js +2 -0
  184. package/internal-do-not-import-from-here/shared/models/hub/social/index.d.ts +2 -0
  185. package/internal-do-not-import-from-here/shared/models/hub/social/index.js +5 -0
  186. package/internal-do-not-import-from-here/shared/models/index.d.ts +3 -1
  187. package/internal-do-not-import-from-here/shared/models/index.js +3 -1
  188. package/internal-do-not-import-from-here/shared/models/theming/ChromeDefinition.d.ts +16 -0
  189. package/internal-do-not-import-from-here/shared/models/theming/ChromeDefinition.js +2 -0
  190. package/internal-do-not-import-from-here/shared/models/theming/ComponentDefinitions.d.ts +84 -0
  191. package/internal-do-not-import-from-here/shared/models/theming/ComponentDefinitions.js +12 -0
  192. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +2 -2
  193. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +8 -7
  194. package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +11 -4
  195. package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.js +1 -1
  196. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +38 -15
  197. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +8 -10
  198. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +10 -0
  199. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +2 -2
  200. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +3 -5
  201. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +4 -30
  202. package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +2 -2
  203. package/internal-do-not-import-from-here/shared/models/theming/index.js +3 -2
  204. package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +87 -0
  205. package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.js +2 -0
  206. package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.js +2 -0
  207. package/internal-do-not-import-from-here/shared/models/velcron/index.d.ts +2 -0
  208. package/internal-do-not-import-from-here/shared/models/velcron/index.js +5 -0
  209. package/internal-do-not-import-from-here/velcron/core/models/Enums.js +7 -7
  210. package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.d.ts +71 -87
  211. package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.js +1 -1
  212. package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +229 -16
  213. package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.js +114 -2
  214. package/internal-do-not-import-from-here/velcron/core/models/VelcronTypes.d.ts +1 -1
  215. package/internal-do-not-import-from-here/velcron/core/models/ViewModelAndContext.d.ts +1 -1
  216. package/internal-do-not-import-from-here/velcron/core/models/index.d.ts +0 -1
  217. package/internal-do-not-import-from-here/velcron/core/models/index.js +0 -1
  218. package/media-gallery/providers/PhotoWallGridLayout.js +2 -2
  219. package/media-picker/MediaPickerMedia.d.ts +0 -1
  220. package/media-picker/MediaPickerProvider.d.ts +16 -0
  221. package/media-picker/MediaPickerProvider.js +2 -0
  222. package/media-picker/MediaPickerProviderContext.d.ts +3 -3
  223. package/media-picker/MediaPickerProviderContext.js +0 -4
  224. package/media-picker/Shared.d.ts +1 -0
  225. package/media-picker/index.d.ts +1 -5
  226. package/media-picker/index.js +1 -5
  227. package/media-picker/localize.d.ts +1 -1
  228. package/media-picker/localize.js +1 -1
  229. package/mediaflow/Constants.js +2 -2
  230. package/mediaflow/index.d.ts +0 -2
  231. package/mediaflow/index.js +0 -2
  232. package/omniasearch/IPagedSearchResult.d.ts +2 -0
  233. package/omniasearch/IndexSearchRequest.d.ts +17 -0
  234. package/omniasearch/SearchTask.js +1 -1
  235. package/oxide/OxideTypeDefinitions.d.ts +196 -122
  236. package/oxide/OxideTypeDefinitions.js +121 -81
  237. package/package.json +1 -1
  238. package/properties/PropertyDefinition.d.ts +1 -0
  239. package/properties/PropertyValue.d.ts +1 -0
  240. package/properties/PropertyValue.js +3 -0
  241. package/properties/datasource/AppDataSourceProperty.d.ts +9 -0
  242. package/properties/datasource/AppDataSourceProperty.js +13 -0
  243. package/properties/datasource/DataSourceProperty.d.ts +0 -1
  244. package/properties/datasource/UserDataSourceProperty.d.ts +12 -0
  245. package/properties/datasource/UserDataSourceProperty.js +20 -0
  246. package/properties/datasource/index.d.ts +2 -0
  247. package/properties/datasource/index.js +2 -0
  248. package/properties/definitions/BooleanPropertyDefinition.d.ts +0 -1
  249. package/properties/definitions/BusinessProfilePropertyDefinition.d.ts +0 -1
  250. package/properties/definitions/DatePropertyDefinition.js +1 -1
  251. package/properties/definitions/EmailPropertyDefinition.d.ts +0 -1
  252. package/properties/definitions/HtmlPropertyDefinition.d.ts +2 -2
  253. package/properties/definitions/HtmlPropertyDefinition.js +1 -1
  254. package/properties/definitions/IdentityPropertyDefinition.d.ts +1 -1
  255. package/properties/definitions/ImagePropertyDefinition.d.ts +2 -1
  256. package/properties/definitions/IntegerPropertyDefinition.d.ts +0 -1
  257. package/properties/definitions/LanguagePropertyDefinition.d.ts +0 -1
  258. package/properties/definitions/LinkPropertyDefinition.d.ts +0 -1
  259. package/properties/definitions/MultilineTextPropertyDefinition.d.ts +0 -1
  260. package/properties/definitions/MultilingualTextPropertyDefinition.d.ts +0 -1
  261. package/properties/definitions/PhoneNumberPropertyDefinition.d.ts +0 -1
  262. package/properties/definitions/TagsPropertyDefinition.d.ts +1 -1
  263. package/properties/definitions/TermSetPropertyDefinition.d.ts +3 -0
  264. package/properties/definitions/TermSetPropertyDefinition.js +3 -0
  265. package/properties/definitions/TextPropertyDefinition.d.ts +0 -1
  266. package/properties/definitions/UserTypePropertyDefinition.d.ts +0 -1
  267. package/properties/values/BirthdayPropertyValue.d.ts +1 -0
  268. package/properties/values/BirthdayPropertyValue.js +3 -0
  269. package/properties/values/BooleanPropertyValue.d.ts +1 -0
  270. package/properties/values/BooleanPropertyValue.js +3 -0
  271. package/properties/values/DatePropertyValue.d.ts +4 -0
  272. package/properties/values/DatePropertyValue.js +3 -0
  273. package/properties/values/DateTimePropertyValue.d.ts +1 -0
  274. package/properties/values/DateTimePropertyValue.js +3 -0
  275. package/properties/values/EmailPropertyValue.d.ts +1 -0
  276. package/properties/values/EmailPropertyValue.js +3 -0
  277. package/properties/values/HtmlPropertyValue.d.ts +1 -0
  278. package/properties/values/HtmlPropertyValue.js +3 -0
  279. package/properties/values/IdentityPropertyValue.d.ts +1 -0
  280. package/properties/values/IdentityPropertyValue.js +3 -0
  281. package/properties/values/ImagePropertyValue.d.ts +1 -0
  282. package/properties/values/ImagePropertyValue.js +3 -0
  283. package/properties/values/IntegerPropertyValue.d.ts +1 -0
  284. package/properties/values/IntegerPropertyValue.js +3 -0
  285. package/properties/values/LanguagePropertyValue.d.ts +1 -0
  286. package/properties/values/LanguagePropertyValue.js +3 -0
  287. package/properties/values/LinkPropertyValue.d.ts +1 -0
  288. package/properties/values/LinkPropertyValue.js +3 -0
  289. package/properties/values/TagsPropertyValue.d.ts +1 -0
  290. package/properties/values/TagsPropertyValue.js +3 -0
  291. package/properties/values/TextPropertyValue.d.ts +1 -0
  292. package/properties/values/TextPropertyValue.js +3 -0
  293. package/richtext-editor-extensions/HeadingExtension.js +5 -5
  294. package/richtext-editor-extensions/MediaPickerExtension.js +1 -1
  295. package/sidepanel/Shared.js +1 -1
  296. package/statuscodelayout/StatusCodeLayoutSettings.d.ts +7 -4
  297. package/statuscodelayout/StatusCodeLayoutSettings.js +0 -405
  298. package/{signin/SignIn.d.ts → statuscodelayout/SystemLayout.d.ts} +1 -1
  299. package/statuscodelayout/SystemLayout.js +10 -0
  300. package/statuscodelayout/index.d.ts +1 -0
  301. package/statuscodelayout/index.js +1 -0
  302. package/ux/AdminApi.d.ts +29 -2
  303. package/ux/Directive.d.ts +27 -0
  304. package/ux/Directive.js +2 -0
  305. package/ux/InternalAdminApi.d.ts +25 -2
  306. package/ux/LayoutCanvasApi.d.ts +39 -8
  307. package/ux/LayoutEditorCanvas.d.ts +5 -3
  308. package/ux/MediaPickerApi.d.ts +1 -1
  309. package/ux/index.d.ts +2 -1
  310. package/velcron/VelcronDefinitionRegistration.d.ts +3 -3
  311. package/versionedlayout/VersionedLayout.d.ts +1 -0
  312. package/versionedlayout/VersionedLayout.js +2 -2
  313. package/SignInLayout.d.ts +0 -8
  314. package/SignInLayout.js +0 -6
  315. package/internal-do-not-import-from-here/shared/models/Bring.d.ts +0 -24
  316. package/internal-do-not-import-from-here/shared/models/hub/activities/FeedResult.d.ts +0 -9
  317. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +0 -63
  318. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +0 -18
  319. package/internal-do-not-import-from-here/shared/models/theming/OmniaThemes.d.ts +0 -5
  320. package/internal-do-not-import-from-here/shared/models/theming/OmniaThemes.js +0 -18
  321. package/media-picker/MediaPickerStorageProviderAppInstanceContext.d.ts +0 -14
  322. package/media-picker/MediaPickerStorageProviderAppInstanceContext.js +0 -21
  323. package/media-picker/MediaPickerStorageProviderAppInstancePostContext.d.ts +0 -8
  324. package/media-picker/MediaPickerStorageProviderAppInstancePostContext.js +0 -13
  325. package/media-picker/MediaPickerStorageProviderVersionedLayoutContext.d.ts +0 -8
  326. package/media-picker/MediaPickerStorageProviderVersionedLayoutContext.js +0 -13
  327. package/media-picker/MediaPickerUserIconsStorageProviderContext.d.ts +0 -7
  328. package/media-picker/MediaPickerUserIconsStorageProviderContext.js +0 -12
  329. package/media-picker/Providers/BingProvider.d.ts +0 -18
  330. package/media-picker/Providers/BingProvider.js +0 -23
  331. package/media-picker/Providers/CentralImageLocationProvider.d.ts +0 -23
  332. package/media-picker/Providers/CentralImageLocationProvider.js +0 -32
  333. package/media-picker/Providers/DallEProvider.d.ts +0 -18
  334. package/media-picker/Providers/DallEProvider.js +0 -23
  335. package/media-picker/Providers/MediaPickerProvider.d.ts +0 -22
  336. package/media-picker/Providers/MediaPickerProvider.js +0 -8
  337. package/media-picker/Providers/MediaflowProvider.d.ts +0 -18
  338. package/media-picker/Providers/MediaflowProvider.js +0 -35
  339. package/media-picker/Providers/MicrosoftStreamProvider.d.ts +0 -18
  340. package/media-picker/Providers/MicrosoftStreamProvider.js +0 -37
  341. package/media-picker/Providers/MyComputerProvider.d.ts +0 -18
  342. package/media-picker/Providers/MyComputerProvider.js +0 -23
  343. package/media-picker/Providers/PexelProvider.d.ts +0 -18
  344. package/media-picker/Providers/PexelProvider.js +0 -27
  345. package/media-picker/Providers/YoutubeProvider.d.ts +0 -18
  346. package/media-picker/Providers/YoutubeProvider.js +0 -31
  347. package/media-picker/Providers/index.d.ts +0 -9
  348. package/media-picker/Providers/index.js +0 -12
  349. package/mediaflow/MediaflowImage.d.ts +0 -31
  350. package/mediaflow/MediaflowImage.js +0 -9
  351. package/mediaflow/MediaflowViewInfo.d.ts +0 -27
  352. package/signin/index.d.ts +0 -1
  353. /package/{internal-do-not-import-from-here/shared/models/Bring.js → LoginLog.js} +0 -0
  354. /package/{internal-do-not-import-from-here/shared/models/hub/activities/FeedResult.js → LoginLogFilter.js} +0 -0
  355. /package/{internal-do-not-import-from-here/velcron/core/models/VelcronEvents.js → RollupMetricSettings.js} +0 -0
  356. /package/{mediaflow/MediaflowViewInfo.js → auth/PostProcessingAuthOption.js} +0 -0
  357. /package/internal-do-not-import-from-here/{velcron/core/models → shared/models/velcron}/VelcronEvents.d.ts +0 -0
@@ -1,407 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BusinessProfileStatusCodeLayoutSettings = exports.TenantStatusCodeLayoutSettings = void 0;
4
- class TenantStatusCodeLayoutSettings {
5
- static defaultNotFoundLayout() {
6
- return JSON.parse(`{
7
- "definition": {
8
- "id": "a90c2607-08c5-4640-b6a6-cb0ecd93e01a",
9
- "ownerLayoutId": "38a30012-ef0d-4be3-8213-9e16c4977a93",
10
- "items": [
11
- {
12
- "id": "9666b649-1147-4b79-b32a-016b7a59f783",
13
- "itemtype": "section",
14
- "ownerLayoutId": "a90c2607-08c5-4640-b6a6-cb0ecd93e01a",
15
- "settings": {
16
- "type": 1,
17
- "width": "100%",
18
- "background": {
19
- "image": {}
20
- },
21
- "minWidthBlock": "300px",
22
- "marginSectionTop": 30,
23
- "marginSectionRight": 30,
24
- "marginSectionBottom": 30,
25
- "marginSectionLeft": 30
26
- },
27
- "items": [
28
- {
29
- "id": "27045c4e-273d-447f-93e5-51143b26c79d",
30
- "ownerLayoutId": "a90c2607-08c5-4640-b6a6-cb0ecd93e01a",
31
- "itemtype": "sectionItem",
32
- "settings": {
33
- "size": "50",
34
- "background": {
35
- "image": {}
36
- },
37
- "type": 1,
38
- "minWidth": 300
39
- },
40
- "items": [
41
- {
42
- "id": "d80ae260-44d8-4d01-ba02-85c1e0541a86",
43
- "itemtype": "section",
44
- "ownerLayoutId": "a90c2607-08c5-4640-b6a6-cb0ecd93e01a",
45
- "settings": {
46
- "type": 1,
47
- "width": "1000px",
48
- "alignment": 1,
49
- "background": {
50
- "image": {},
51
- "colors": [
52
- "#ffffff"
53
- ],
54
- "degrees": 45
55
- },
56
- "spacingBlock": 20,
57
- "minWidthBlock": "300px",
58
- "marginSectionTop": 20,
59
- "marginSectionRight": 20,
60
- "marginSectionBottom": 20,
61
- "marginSectionLeft": 20
62
- },
63
- "items": [
64
- {
65
- "id": "ddda0b46-15a9-4955-914e-4d2a5cec2d66",
66
- "ownerLayoutId": "a90c2607-08c5-4640-b6a6-cb0ecd93e01a",
67
- "itemtype": "sectionItem",
68
- "settings": {
69
- "size": 50,
70
- "background": {
71
- "image": {}
72
- },
73
- "type": 1,
74
- "minWidth": 300
75
- },
76
- "items": [
77
- {
78
- "id": "043d6b1b-307c-4f07-b565-98057a2ab331",
79
- "ownerLayoutId": "a90c2607-08c5-4640-b6a6-cb0ecd93e01a",
80
- "itemtype": "block",
81
- "manifestId": "cb9cddbe-8c10-400c-b748-0d941e7bafa4",
82
- "elementName": "wcm-content-block",
83
- "settings": {
84
- "background": {
85
- "image": {}
86
- },
87
- "lockSettings": {
88
- "lockCanBeEdited": false,
89
- "lockedByDefault": true
90
- },
91
- "search": {
92
- "text": {
93
- "isMultilingualString": true,
94
- "en-us": "Ooops! The page cannot be found."
95
- }
96
- }
97
- },
98
- "containerId": "ddda0b46-15a9-4955-914e-4d2a5cec2d66"
99
- },
100
- {
101
- "id": "f8d790a2-2ab5-4506-9860-7f02f54d973f",
102
- "ownerLayoutId": "a90c2607-08c5-4640-b6a6-cb0ecd93e01a",
103
- "itemtype": "block",
104
- "manifestId": "cb9cddbe-8c10-400c-b748-0d941e7bafa4",
105
- "elementName": "wcm-content-block",
106
- "settings": {
107
- "background": {
108
- "image": {}
109
- },
110
- "lockSettings": {
111
- "lockCanBeEdited": false,
112
- "lockedByDefault": true
113
- },
114
- "search": {
115
- "text": {
116
- "isMultilingualString": true,
117
- "en-us": "We apologize for any inconvenience, but it appears that the page you are seeking cannot be located. While the responsibility might lie with us, we kindly ask you to review the URL you entered to ensure there are no errors on your end."
118
- }
119
- }
120
- },
121
- "containerId": "ddda0b46-15a9-4955-914e-4d2a5cec2d66"
122
- },
123
- {
124
- "id": "a22e1587-ca19-4ef3-8f3c-79d5f0749684",
125
- "ownerLayoutId": "a90c2607-08c5-4640-b6a6-cb0ecd93e01a",
126
- "itemtype": "block",
127
- "manifestId": "5f5e464c-15e7-4beb-8352-cf80c231cc09",
128
- "elementName": "wcm-html-script-block",
129
- "settings": {
130
- "background": {
131
- "image": {}
132
- },
133
- "paddingBottom": 40,
134
- "paddingLeft": 200,
135
- "paddingRight": 200,
136
- "paddingTop": 40,
137
- "lockSettings": {
138
- "lockCanBeEdited": false,
139
- "lockedByDefault": true
140
- }
141
- },
142
- "containerId": "ddda0b46-15a9-4955-914e-4d2a5cec2d66"
143
- }
144
- ]
145
- }
146
- ],
147
- "containerId": "27045c4e-273d-447f-93e5-51143b26c79d"
148
- }
149
- ]
150
- }
151
- ],
152
- "containerId": "017e0ea9-b637-40be-a8f7-c8ea31594a31"
153
- }
154
- ],
155
- "itemtype": "layout",
156
- "settings": {
157
- "background": {
158
- "colors": [
159
- "#e9e9e9"
160
- ],
161
- "image": {}
162
- },
163
- "minWidthBlock": "300px"
164
- }
165
- },
166
- "blockSettings": {
167
- "f8d790a2-2ab5-4506-9860-7f02f54d973f": {
168
- "mode": 4,
169
- "formatting": "3abb88f8-a937-49df-a346-f0465b265656",
170
- "blockTitle": null,
171
- "customFormattingFontSize": 1,
172
- "defaultTextColor": "",
173
- "enableMachineTranslation": false,
174
- "helpText": "",
175
- "spacing": null,
176
- "defaultProperty": "We apologize for any inconvenience, but it appears that the page you are seeking cannot be located. While the responsibility might lie with us, we kindly ask you to review the URL you entered to ensure there are no errors on your end.",
177
- "customRichTextModeSettings": [],
178
- "breakPointSettings": {},
179
- "useAsMainHeading": false,
180
- "tagProperty": "",
181
- "enableAutomaticSummary": false
182
- },
183
- "043d6b1b-307c-4f07-b565-98057a2ab331": {
184
- "mode": 4,
185
- "formatting": "d0f88100-d170-4416-90b3-d20eacb25d60",
186
- "blockTitle": null,
187
- "customFormattingFontSize": 1,
188
- "defaultTextColor": "",
189
- "enableMachineTranslation": false,
190
- "helpText": "",
191
- "spacing": null,
192
- "defaultProperty": "Ooops! The page cannot be found.",
193
- "customRichTextModeSettings": [],
194
- "breakPointSettings": {},
195
- "useAsMainHeading": false,
196
- "tagProperty": "",
197
- "enableAutomaticSummary": false
198
- },
199
- "a22e1587-ca19-4ef3-8f3c-79d5f0749684": {
200
- "defaultProperty": {
201
- "title": "",
202
- "blockTitle": "",
203
- "html": "\\r\\n<svg xmlns=\\"http://www.w3.org/2000/svg\\" data-name=\\"Layer 1\\" viewBox=\\"0 0 860.13137 571.14799\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"><path d=\\"M605.66974,324.95306c-7.66934-12.68446-16.7572-26.22768-30.98954-30.36953-16.482-4.7965-33.4132,4.73193-47.77473,14.13453a1392.15692,1392.15692,0,0,0-123.89338,91.28311l.04331.49238q46.22556-3.1878,92.451-6.37554c22.26532-1.53546,45.29557-3.2827,64.97195-13.8156,7.46652-3.99683,14.74475-9.33579,23.20555-9.70782,10.51175-.46217,19.67733,6.87923,26.8802,14.54931,42.60731,45.371,54.937,114.75409,102.73817,154.61591A1516.99453,1516.99453,0,0,0,605.66974,324.95306Z\\" transform=\\"translate(-169.93432 -164.42601)\\" fill=\\"#f2f2f2\\"/><path d=\\"M867.57068,709.78146c-4.71167-5.94958-6.6369-7.343-11.28457-13.34761q-56.7644-73.41638-106.70791-151.79237-33.92354-53.23-64.48275-108.50439-14.54864-26.2781-28.29961-52.96872-10.67044-20.6952-20.8646-41.63793c-1.94358-3.98782-3.8321-7.99393-5.71122-12.00922-4.42788-9.44232-8.77341-18.93047-13.43943-28.24449-5.31686-10.61572-11.789-21.74485-21.55259-28.877a29.40493,29.40493,0,0,0-15.31855-5.89458c-7.948-.51336-15.28184,2.76855-22.17568,6.35295-50.43859,26.301-97.65922,59.27589-140.3696,96.79771A730.77816,730.77816,0,0,0,303.32241,496.24719c-1.008,1.43927-3.39164.06417-2.37419-1.38422q6.00933-8.49818,12.25681-16.81288A734.817,734.817,0,0,1,500.80465,303.06436q18.24824-11.82581,37.18269-22.54245c6.36206-3.60275,12.75188-7.15967,19.25136-10.49653,6.37146-3.27274,13.13683-6.21547,20.41563-6.32547,24.7701-.385,37.59539,27.66695,46.40506,46.54248q4.15283,8.9106,8.40636,17.76626,16.0748,33.62106,33.38729,66.628,10.68453,20.379,21.83683,40.51955,34.7071,62.71816,73.77854,122.897c34.5059,53.1429,68.73651,100.08874,108.04585,149.78472C870.59617,709.21309,868.662,711.17491,867.57068,709.78146Z\\" transform=\\"translate(-169.93432 -164.42601)\\" fill=\\"#e4e4e4\\"/><path d=\\"M414.91613,355.804c-1.43911-1.60428-2.86927-3.20856-4.31777-4.81284-11.42244-12.63259-23.6788-25.11847-39.3644-32.36067a57.11025,57.11025,0,0,0-23.92679-5.54622c-8.56213.02753-16.93178,2.27348-24.84306,5.41792-3.74034,1.49427-7.39831,3.1902-11.00078,4.99614-4.11634,2.07182-8.15927,4.28118-12.1834,6.50883q-11.33112,6.27044-22.36816,13.09089-21.9606,13.57221-42.54566,29.21623-10.67111,8.11311-20.90174,16.75788-9.51557,8.03054-18.64618,16.492c-1.30169,1.20091-3.24527-.74255-1.94358-1.94347,1.60428-1.49428,3.22691-2.97938,4.84955-4.44613q6.87547-6.21546,13.9712-12.19257,12.93921-10.91827,26.54851-20.99312,21.16293-15.67614,43.78288-29.22541,11.30361-6.76545,22.91829-12.96259c2.33794-1.24675,4.70318-2.466,7.09572-3.6211a113.11578,113.11578,0,0,1,16.86777-6.86632,60.0063,60.0063,0,0,1,25.476-2.50265,66.32706,66.32706,0,0,1,23.50512,8.1314c15.40091,8.60812,27.34573,21.919,38.97,34.90915C418.03337,355.17141,416.09875,357.12405,414.91613,355.804Z\\" transform=\\"translate(-169.93432 -164.42601)\\" fill=\\"#e4e4e4\\"/><path d=\\"M730.47659,486.71092l36.90462-13.498,18.32327-6.70183c5.96758-2.18267,11.92082-4.66747,18.08988-6.23036a28.53871,28.53871,0,0,1,16.37356.20862,37.73753,37.73753,0,0,1,12.771,7.91666,103.63965,103.63965,0,0,1,10.47487,11.18643c3.98932,4.79426,7.91971,9.63877,11.86772,14.46706q24.44136,29.89094,48.56307,60.04134,24.12117,30.14991,47.91981,60.556,23.85681,30.48041,47.38548,61.21573,2.88229,3.76518,5.75966,7.53415c1.0598,1.38809,3.44949.01962,2.37472-1.38808Q983.582,650.9742,959.54931,620.184q-24.09177-30.86383-48.51647-61.46586-24.42421-30.60141-49.17853-60.93743-6.16706-7.55761-12.35445-15.09858c-3.47953-4.24073-6.91983-8.52718-10.73628-12.47427-7.00539-7.24516-15.75772-13.64794-26.23437-13.82166-6.15972-.10214-12.121,1.85248-17.844,3.92287-6.16968,2.232-12.32455,4.50571-18.48633,6.75941l-37.16269,13.59243-9.29067,3.3981c-1.64875.603-.93651,3.2619.73111,2.652Z\\" transform=\\"translate(-169.93432 -164.42601)\\" fill=\\"#e4e4e4\\"/><path d=\\"M366.37741,334.52609c-18.75411-9.63866-42.77137-7.75087-60.00508,4.29119a855.84708,855.84708,0,0,1,97.37056,22.72581C390.4603,353.75916,380.07013,341.5635,366.37741,334.52609Z\\" transform=\\"translate(-169.93432 -164.42601)\\" fill=\\"#f2f2f2\\"/><path d=\\"M306.18775,338.7841l-3.61042,2.93462c1.22123-1.02713,2.4908-1.99013,3.795-2.90144C306.31073,338.80665,306.24935,338.79473,306.18775,338.7841Z\\" transform=\\"translate(-169.93432 -164.42601)\\" fill=\\"#f2f2f2\\"/><path d=\\"M831.54929,486.84576c-3.6328-4.42207-7.56046-9.05222-12.99421-10.84836l-5.07308.20008A575.436,575.436,0,0,0,966.74929,651.418Q899.14929,569.13192,831.54929,486.84576Z\\" transform=\\"translate(-169.93432 -164.42601)\\" fill=\\"#f2f2f2\\"/><path d=\\"M516.08388,450.36652A37.4811,37.4811,0,0,0,531.015,471.32518c2.82017,1.92011,6.15681,3.76209,7.12158,7.03463a8.37858,8.37858,0,0,1-.87362,6.1499,24.88351,24.88351,0,0,1-3.86126,5.04137l-.13667.512c-6.99843-4.14731-13.65641-9.3934-17.52227-16.55115s-4.40553-16.53895.34116-23.14544\\" transform=\\"translate(-169.93432 -164.42601)\\" fill=\\"#f2f2f2\\"/><path d=\\"M749.08388,653.36652A37.4811,37.4811,0,0,0,764.015,674.32518c2.82017,1.92011,6.15681,3.76209,7.12158,7.03463a8.37858,8.37858,0,0,1-.87362,6.1499,24.88351,24.88351,0,0,1-3.86126,5.04137l-.13667.512c-6.99843-4.14731-13.65641-9.3934-17.52227-16.55115s-4.40553-16.53895.34116-23.14544\\" transform=\\"translate(-169.93432 -164.42601)\\" fill=\\"#f2f2f2\\"/><path d=\\"M284.08388,639.36652A37.4811,37.4811,0,0,0,299.015,660.32518c2.82017,1.92011,6.15681,3.76209,7.12158,7.03463a8.37858,8.37858,0,0,1-.87362,6.1499,24.88351,24.88351,0,0,1-3.86126,5.04137l-.13667.512c-6.99843-4.14731-13.65641-9.3934-17.52227-16.55115s-4.40553-16.53895.34116-23.14544\\" transform=\\"translate(-169.93432 -164.42601)\\" fill=\\"#f2f2f2\\"/><circle cx=\\"649.24878\\" cy=\\"51\\" r=\\"51\\" fill=\\"#6c63ff\\"/><path d=\\"M911.21851,176.29639c-24.7168-3.34094-52.93512,10.01868-59.34131,34.12353a21.59653,21.59653,0,0,0-41.09351,2.10871l2.82972,2.02667a372.27461,372.27461,0,0,0,160.65881-.72638C957.07935,195.76,935.93537,179.63727,911.21851,176.29639Z\\" transform=\\"translate(-169.93432 -164.42601)\\" fill=\\"#f0f0f0\\"/><path d=\\"M805.21851,244.29639c-24.7168-3.34094-52.93512,10.01868-59.34131,34.12353a21.59653,21.59653,0,0,0-41.09351,2.10871l2.82972,2.02667a372.27461,372.27461,0,0,0,160.65881-.72638C851.07935,263.76,829.93537,247.63727,805.21851,244.29639Z\\" transform=\\"translate(-169.93432 -164.42601)\\" fill=\\"#f0f0f0\\"/><path d=\\"M1020.94552,257.15423a.98189.98189,0,0,1-.30176-.04688C756.237,173.48919,523.19942,184.42376,374.26388,208.32122c-20.26856,3.251-40.59131,7.00586-60.40381,11.16113-5.05811,1.05957-10.30567,2.19532-15.59668,3.37793-6.31885,1.40723-12.55371,2.85645-18.53223,4.30567q-3.873.917-7.59472,1.84863c-3.75831.92773-7.57178,1.89453-11.65967,2.957-4.56787,1.17774-9.209,2.41309-13.79737,3.67188a.44239.44239,0,0,1-.05127.01465l.00049.001c-5.18261,1.415-10.33789,2.8711-15.32324,4.3252-2.69824.77929-5.30371,1.54785-7.79932,2.30664-.2788.07715-.52587.15136-.77636.22754l-.53614.16308c-.31054.09473-.61718.1875-.92382.27539l-.01953.00586.00048.001-.81152.252c-.96777.293-1.91211.5791-2.84082.86426-24.54492,7.56641-38.03809,12.94922-38.17139,13.00195a1,1,0,1,1-.74414-1.85644c.13428-.05274,13.69336-5.46289,38.32764-13.05762.93213-.28613,1.87891-.57226,2.84961-.86621l.7539-.23438c.02588-.00976.05176-.01757.07813-.02539.30518-.08691.60986-.17968.91943-.27343l.53711-.16309c.26758-.08105.53125-.16113.80127-.23535,2.47852-.75391,5.09278-1.52441,7.79785-2.30664,4.98731-1.45508,10.14746-2.91113,15.334-4.32813.01611-.00586.03271-.00976.04883-.01464v-.001c4.60449-1.2627,9.26269-2.50293,13.84521-3.68457,4.09424-1.06348,7.915-2.03223,11.67969-2.96192q3.73755-.93017,7.60937-1.85253c5.98536-1.45118,12.23291-2.90235,18.563-4.3125,5.29932-1.1836,10.55567-2.32227,15.62207-3.38282,19.84326-4.16211,40.19776-7.92285,60.49707-11.17871C523.09591,182.415,756.46749,171.46282,1021.2463,255.2011a.99974.99974,0,0,1-.30078,1.95313Z\\" transform=\\"translate(-169.93432 -164.42601)\\" fill=\\"#ccc\\"/><path d=\\"M432.92309,584.266a6.72948,6.72948,0,0,0-1.7-2.67,6.42983,6.42983,0,0,0-.92-.71c-2.61-1.74-6.51-2.13-8.99,0a5.81012,5.81012,0,0,0-.69.71q-1.11,1.365-2.28,2.67c-1.28,1.46-2.59,2.87-3.96,4.24-.39.38-.78.77-1.18,1.15-.23.23-.46.45-.69.67-.88.84-1.78,1.65-2.69,2.45-.48.43-.96.85-1.45,1.26-.73.61-1.46,1.22-2.2,1.81-.07.05-.14.1-.21.16-.02.01-.03.03-.05.04-.01,0-.02,0-.03.02a.17861.17861,0,0,0-.07.05c-.22.15-.37.25-.48.34.04-.01995.08-.05.12-.07-.18.14-.37.28-.55.42-1.75,1.29-3.54,2.53-5.37,3.69a99.21022,99.21022,0,0,1-14.22,7.55c-.33.13-.67.27-1.01.4a85.96993,85.96993,0,0,1-40.85,6.02q-2.13008-.165-4.26-.45c-1.64-.24-3.27-.53-4.89-.86a97.93186,97.93186,0,0,1-18.02-5.44,118.65185,118.65185,0,0,1-20.66-12.12c-1-.71-2.01-1.42-3.02-2.11,1.15-2.82,2.28-5.64,3.38-8.48.55-1.37,1.08-2.74,1.6-4.12,4.09-10.63,7.93-21.36,11.61-32.13q5.58-16.365,10.53-32.92.51-1.68.99-3.36,2.595-8.745,4.98-17.53c.15-.56994.31-1.12994.45-1.7q.68994-2.52,1.35-5.04c1-3.79-1.26-8.32-5.24-9.23a7.63441,7.63441,0,0,0-9.22,5.24c-.43,1.62-.86,3.23-1.3,4.85q-3.165,11.74494-6.66,23.41-.51,1.68-1.02,3.36-7.71,25.41-16.93,50.31-1.11,3.015-2.25,6.01c-.37.98-.74,1.96-1.12,2.94-.73,1.93-1.48,3.86-2.23,5.79-.43006,1.13-.87006,2.26-1.31,3.38-.29.71-.57,1.42-.85,2.12a41.80941,41.80941,0,0,0-8.81-2.12l-.48-.06a27.397,27.397,0,0,0-7.01.06,23.91419,23.91419,0,0,0-17.24,10.66c-4.77,7.51-4.71,18.25,1.98,24.63,6.89,6.57,17.32,6.52,25.43,2.41a28.35124,28.35124,0,0,0,10.52-9.86,50.56939,50.56939,0,0,0,2.74-4.65c.21.14.42.28.63.43.8.56,1.6,1.13,2.39,1.69a111.73777,111.73777,0,0,0,14.51,8.91,108.35887,108.35887,0,0,0,34.62,10.47c.27.03.53.07.8.1,1.33.17,2.67.3,4.01.41a103.78229,103.78229,0,0,0,55.58-11.36q2.175-1.125,4.31-2.36,3.315-1.92,6.48-4.08c1.15-.78,2.27-1.57,3.38-2.4a101.04244,101.04244,0,0,0,13.51-11.95q2.35491-2.475,4.51-5.11005a8.0612,8.0612,0,0,0,2.2-5.3A7.5644,7.5644,0,0,0,432.92309,584.266Zm-165.59,23.82c.21-.15.42-.31.62-.47C267.89312,607.766,267.60308,607.936,267.33312,608.086Zm3.21-3.23c-.23.26-.44.52-.67.78a23.36609,23.36609,0,0,1-2.25,2.2c-.11.1-.23.2-.35.29a.00976.00976,0,0,0-.01.01,3.80417,3.80417,0,0,0-.42005.22q-.645.39-1.31994.72a17.00459,17.00459,0,0,1-2.71.75,16.79925,16.79925,0,0,1-2.13.02h-.02a14.82252,14.82252,0,0,1-1.45-.4c-.24-.12-.47-.25994-.7-.4-.09-.08-.17005-.16-.22-.21a2.44015,2.44015,0,0,1-.26995-.29.0098.0098,0,0,0-.01-.01c-.11005-.2-.23005-.4-.34-.6a.031.031,0,0,1-.01-.02c-.08-.25-.15-.51-.21-.77a12.51066,12.51066,0,0,1,.01-1.37,13.4675,13.4675,0,0,1,.54-1.88,11.06776,11.06776,0,0,1,.69-1.26c.02-.04.12-.2.23-.38.01-.01.01-.01.01-.02.15-.17.3-.35.46-.51.27-.3.56-.56.85-.83a18.02212,18.02212,0,0,1,1.75-1.01,19.48061,19.48061,0,0,1,2.93-.79,24.98945,24.98945,0,0,1,4.41.04,30.30134,30.30134,0,0,1,4.1,1.01,36.94452,36.94452,0,0,1-2.77,4.54C270.6231,604.746,270.58312,604.806,270.54308,604.856Zm-11.12-3.29a2.18029,2.18029,0,0,1-.31.38995A1.40868,1.40868,0,0,1,259.42309,601.566Z\\" transform=\\"translate(-169.93432 -164.42601)\\" fill=\\"#3f3d56\\"/><path d=\\"M402.86309,482.136q-.13494,4.71-.27,9.42-.285,10.455-.59,20.92-.315,11.775-.66,23.54-.165,6.07507-.34,12.15-.465,16.365-.92,32.72c-.03,1.13-.07,2.25-.1,3.38q-.225,8.11506-.45,16.23-.255,8.805-.5,17.61-.18,6.59994-.37,13.21-1.34994,47.895-2.7,95.79a7.64844,7.64844,0,0,1-7.5,7.5,7.56114,7.56114,0,0,1-7.5-7.5q.75-26.94,1.52-53.88.675-24.36,1.37-48.72.225-8.025.45-16.06.345-12.09.68-24.18c.03-1.13.07-2.25.1-3.38.02-.99.05-1.97.08-2.96q.66-23.475,1.32-46.96.27-9.24.52-18.49.3-10.545.6-21.08c.09-3.09.17005-6.17.26-9.26a7.64844,7.64844,0,0,1,7.5-7.5A7.56116,7.56116,0,0,1,402.86309,482.136Z\\" transform=\\"translate(-169.93432 -164.42601)\\" fill=\\"#3f3d56\\"/><path d=\\"M814.29118,484.2172a893.23753,893.23753,0,0,1-28.16112,87.94127c-3.007,7.94641-6.08319,15.877-9.3715,23.71185l.75606-1.7916a54.58274,54.58274,0,0,1-5.58953,10.61184q-.22935.32119-.46685.63642,1.16559-1.49043.4428-.589c-.25405.30065-.5049.60219-.7676.89546a23.66436,23.66436,0,0,1-2.2489,2.20318q-.30139.25767-.61188.5043l.93783-.729c-.10884.25668-.87275.59747-1.11067.74287a18.25362,18.25362,0,0,1-2.40479,1.21853l1.7916-.75606a19.0859,19.0859,0,0,1-4.23122,1.16069l1.9938-.26791a17.02055,17.02055,0,0,1-4.29785.046l1.99379.2679a14.0022,14.0022,0,0,1-3.40493-.917l1.79159.75606a12.01175,12.01175,0,0,1-1.67882-.89614c-.27135-.17688-1.10526-.80852-.01487.02461,1.13336.86595.14562.07434-.08763-.15584-.19427-.19171-.36962-.4-.55974-.595-.88208-.90454.99637,1.55662.39689.49858a18.18179,18.18179,0,0,1-.87827-1.63672l.75606,1.7916a11.92493,11.92493,0,0,1-.728-2.65143l.26791,1.9938a13.65147,13.65147,0,0,1-.00316-3.40491l-.2679,1.9938a15.96371,15.96371,0,0,1,.99486-3.68011l-.75606,1.7916a16.72914,16.72914,0,0,1,1.17794-2.29848,6.72934,6.72934,0,0,1,.72851-1.0714c.04915.01594-1.26865,1.51278-.56937.757.1829-.19767.354-.40592.539-.602.29617-.31382.61354-.60082.92561-.89791,1.04458-.99442-1.46188.966-.25652.17907a19.0489,19.0489,0,0,1,2.74925-1.49923l-1.79159.75606a20.31136,20.31136,0,0,1,4.99523-1.33984l-1.9938.2679a25.62828,25.62828,0,0,1,6.46062.07647l-1.9938-.2679a33.21056,33.21056,0,0,1,7.89178,2.2199l-1.7916-.75606c5.38965,2.31383,10.16308,5.74926,14.928,9.118a111.94962,111.94962,0,0,0,14.50615,8.9065,108.38849,108.38849,0,0,0,34.62226,10.47371,103.93268,103.93268,0,0,0,92.58557-36.75192,8.07773,8.07773,0,0,0,2.1967-5.3033,7.63232,7.63232,0,0,0-2.1967-5.3033c-2.75154-2.52586-7.94926-3.239-10.6066,0a95.63575,95.63575,0,0,1-8.10664,8.72692q-2.01736,1.914-4.14232,3.70983-1.21364,1.02588-2.46086,2.01121c-.3934.31081-1.61863,1.13807.26309-.19744-.43135.30614-.845.64036-1.27058.95478a99.26881,99.26881,0,0,1-20.33215,11.56478l1.79159-.75606a96.8364,96.8364,0,0,1-24.17119,6.62249l1.99379-.2679a97.64308,97.64308,0,0,1-25.75362-.03807l1.99379.2679a99.79982,99.79982,0,0,1-24.857-6.77027l1.7916.75607a116.02515,116.02515,0,0,1-21.7364-12.59112,86.87725,86.87725,0,0,0-11.113-6.99417,42.8238,42.8238,0,0,0-14.43784-4.38851c-9.43884-1.11076-19.0571,2.56562-24.24624,10.72035-4.77557,7.50482-4.71394,18.24362,1.97369,24.62519,6.8877,6.5725,17.31846,6.51693,25.43556,2.40567,7.81741-3.95946,12.51288-12.18539,15.815-19.94186,7.43109-17.45514,14.01023-35.31364,20.1399-53.263q9.09651-26.63712,16.49855-53.81332.91661-3.36581,1.80683-6.73869c1.001-3.78869-1.26094-8.32-5.23829-9.22589a7.63317,7.63317,0,0,0-9.22589,5.23829Z\\" transform=\\"translate(-169.93432 -164.42601)\\" fill=\\"#3f3d56\\"/><path d=\\"M889.12382,482.13557l-2.69954,95.79311-2.68548,95.29418-1.5185,53.88362a7.56465,7.56465,0,0,0,7.5,7.5,7.64923,7.64923,0,0,0,7.5-7.5l2.69955-95.79311,2.68548-95.29418,1.51849-53.88362a7.56465,7.56465,0,0,0-7.5-7.5,7.64923,7.64923,0,0,0-7.5,7.5Z\\" transform=\\"translate(-169.93432 -164.42601)\\" fill=\\"#3f3d56\\"/><path d=\\"M629.52566,700.36106h2.32885V594.31942h54.32863v-2.32291H631.85451V547.25214H673.8102q-.92256-1.17339-1.89893-2.31694H631.85451V515.38231c-.7703-.32846-1.54659-.64493-2.32885-.9435V544.9352h-45.652V507.07c-.78227.03583-1.55258.08959-2.3289.15527v37.71h-36.4201V516.68409c-.78227.34636-1.55258.71061-2.31694,1.0928V544.9352h-30.6158v2.31694h30.6158v44.74437h-30.6158v2.32291h30.6158V700.36106h2.31694V594.31942a36.41283,36.41283,0,0,1,36.4201,36.42007v69.62157h2.3289V594.31942h45.652Zm-84.401-108.36455V547.25214h36.4201v44.74437Zm38.749,0V547.25214h.91362a44.74135,44.74135,0,0,1,44.73842,44.74437Z\\" transform=\\"translate(-169.93432 -164.42601)\\" opacity=\\"0.2\\"/><path d=\\"M615.30309,668.566a63.05854,63.05854,0,0,1-20.05,33.7c-.74.64-1.48,1.26-2.25,1.87q-2.805.25506-5.57.52c-1.53.14-3.04.29-4.54.43l-.27.03-.19-1.64-.76-6.64a37.623,37.623,0,0,1-3.3-32.44c2.64-7.12,7.42-13.41,12.12-19.65,6.49-8.62,12.8-17.14,13.03-27.65a60.54415,60.54415,0,0,1,7.9,13.33,16.432,16.432,0,0,0-5.12,3.76995c-.41.45-.82,1.08-.54,1.62006.24.46.84.57,1.36.62994,1.25.13,2.51.26,3.76.39,1,.11,2,.21,3,.32a63.99025,63.99025,0,0,1,2.45,12.18A61.18851,61.18851,0,0,1,615.30309,668.566Z\\" transform=\\"translate(-169.93432 -164.42601)\\" fill=\\"#3f3d56\\"/><path d=\\"M648.50311,642.356c-5.9,4.29-9.35,10.46-12.03,17.26a16.62776,16.62776,0,0,0-7.17,4.58c-.41.45-.82,1.08-.54,1.62006.24.46.84.57,1.36.62994,1.25.13,2.51.26,3.76.39-2.68,8.04-5.14,16.36-9.88,23.15a36.98942,36.98942,0,0,1-12.03,10.91,38.49166,38.49166,0,0,1-4.02,1.99q-7.62.585-14.95,1.25-2.805.25506-5.57.52c-1.53.14-3.04.29-4.54.43q-.015-.825,0-1.65a63.30382,63.30382,0,0,1,15.25-39.86c.45-.52.91-1.03,1.38-1.54a61.7925,61.7925,0,0,1,16.81-12.7A62.65425,62.65425,0,0,1,648.50311,642.356Z\\" transform=\\"translate(-169.93432 -164.42601)\\" fill=\\"#6c63ff\\"/><path d=\\"M589.16308,699.526l-1.15,3.4-.58,1.73c-1.53.14-3.04.29-4.54.43l-.27.03c-1.66.17-3.31.34-4.96.51-.43-.5-.86-1.01-1.28-1.53a62.03045,62.03045,0,0,1,8.07-87.11c-1.32,6.91.22,13.53,2.75,20.1-.27.11-.53.22-.78.34a16.432,16.432,0,0,0-5.12,3.76995c-.41.45-.82,1.08-.54,1.62006.24.46.84.57,1.36.62994,1.25.13,2.51.26,3.76.39,1,.11,2,.21,3,.32q.705.075,1.41.15c.07.15.13.29.2.44,2.85,6.18,5.92,12.39,7.65,18.83a43.66591,43.66591,0,0,1,1.02,4.91A37.604,37.604,0,0,1,589.16308,699.526Z\\" transform=\\"translate(-169.93432 -164.42601)\\" fill=\\"#6c63ff\\"/><path d=\\"M689.82123,554.48655c-8.60876-16.79219-21.94605-30.92088-37.63219-41.30357a114.2374,114.2374,0,0,0-52.5626-18.37992q-3.69043-.33535-7.399-.39281c-2.92141-.04371-46.866,12.63176-61.58712,22.98214a114.29462,114.29462,0,0,0-35.333,39.527,102.49972,102.49972,0,0,0-12.12557,51.6334,113.56387,113.56387,0,0,0,14.70268,51.47577,110.47507,110.47507,0,0,0,36.44425,38.74592C549.66655,708.561,565.07375,734.51,583.1831,735.426c18.24576.923,39.05418-23.55495,55.6951-30.98707a104.42533,104.42533,0,0,0,41.72554-34.005,110.24964,110.24964,0,0,0,19.599-48.94777c2.57368-18.08313,1.37415-36.73271-4.80123-54.01627a111.85969,111.85969,0,0,0-5.58024-12.9833c-1.77961-3.50519-6.996-4.7959-10.26142-2.69063a7.67979,7.67979,0,0,0-2.69064,10.26142q1.56766,3.08773,2.91536,6.27758l-.75606-1.7916a101.15088,101.15088,0,0,1,6.87641,25.53816l-.26791-1.99379a109.2286,109.2286,0,0,1-.06613,28.68252l.26791-1.9938a109.73379,109.73379,0,0,1-7.55462,27.67419l.75606-1.79159a104.212,104.212,0,0,1-6.67151,13.09835q-1.92308,3.18563-4.08062,6.22159c-.63172.8881-1.28287,1.761-1.939,2.63114-.85625,1.13555,1.16691-1.48321.28228-.36941-.15068.18972-.30049.3801-.45182.5693q-.68121.85165-1.3818,1.68765a93.61337,93.61337,0,0,1-10.17647,10.38359q-1.36615,1.19232-2.77786,2.33115c-.46871.37832-.932.77269-1.42079,1.12472.01861-.0134,1.57956-1.19945.65556-.511-.2905.21644-.57851.43619-.86961.65184q-2.90994,2.1558-5.97433,4.092a103.48509,103.48509,0,0,1-14.75565,7.7131l1.7916-.75606a109.21493,109.21493,0,0,1-27.59663,7.55154l1.9938-.26791a108.15361,108.15361,0,0,1-28.58907.0506l1.99379.2679a99.835,99.835,0,0,1-25.09531-6.78448l1.79159.75607a93.64314,93.64314,0,0,1-13.41605-6.99094q-3.17437-2-6.18358-4.24743c-.2862-.21359-.56992-.43038-.855-.64549-.9155-.69088.65765.50965.67021.51787a19.16864,19.16864,0,0,1-1.535-1.22469q-1.45353-1.18358-2.86136-2.4218a101.98931,101.98931,0,0,1-10.49319-10.70945q-1.21308-1.43379-2.37407-2.91054c-.33524-.4263-.9465-1.29026.40424.5289-.17775-.23939-.36206-.47414-.54159-.71223q-.64657-.85751-1.27568-1.72793-2.203-3.048-4.18787-6.24586a109.29037,109.29037,0,0,1-7.8054-15.10831l.75606,1.7916a106.58753,106.58753,0,0,1-7.34039-26.837l.26791,1.9938a97.86589,97.86589,0,0,1-.04843-25.63587l-.2679,1.9938A94.673,94.673,0,0,1,505.27587,570.55l-.75606,1.7916a101.55725,101.55725,0,0,1,7.19519-13.85624q2.0655-3.32328,4.37767-6.4847.52528-.71832,1.06244-1.42786c.324-.4279,1.215-1.49333-.30537.38842.14906-.18449.29252-.37428.43942-.56041q1.26882-1.60756,2.59959-3.1649A107.40164,107.40164,0,0,1,530.772,536.21508q1.47408-1.29171,2.99464-2.52906.6909-.56218,1.39108-1.11284c.18664-.14673.37574-.29073.56152-.43858-1.99743,1.58953-.555.43261-.10157.09288q3.13393-2.34833,6.43534-4.46134a103.64393,103.64393,0,0,1,15.38655-8.10791l-1.7916.75606c7.76008-3.25839,42.14086-10.9492,48.394-10.10973l-1.99379-.26791A106.22471,106.22471,0,0,1,628.768,517.419l-1.7916-.75606a110.31334,110.31334,0,0,1,12.6002,6.32922q3.04344,1.78405,5.96742,3.76252,1.38351.93658,2.73809,1.915.677.48917,1.34626.98885c.24789.185.49386.37253.74135.558,1.03924.779-1.43148-1.1281-.34209-.26655a110.84261,110.84261,0,0,1,10.36783,9.2532q2.401,2.445,4.63686,5.04515,1.14659,1.33419,2.24643,2.70757c.36436.45495,1.60506,2.101.08448.08457.37165.49285.74744.98239,1.11436,1.47884a97.97718,97.97718,0,0,1,8.39161,13.53807c1.79317,3.49775,6.98675,4.80186,10.26142,2.69064A7.67666,7.67666,0,0,0,689.82123,554.48655Z\\" transform=\\"translate(-169.93432 -164.42601)\\" fill=\\"#3f3d56\\"/><path d=\\"M602.43116,676.88167a3.77983,3.77983,0,0,1-2.73939-6.55137c.09531-.37882.16368-.65085.259-1.02968q-.05115-.12366-.1029-.24717c-3.47987-8.29769-25.685,14.83336-26.645,22.63179a30.029,30.029,0,0,0,.52714,10.32752A120.39223,120.39223,0,0,1,562.77838,652.01a116.20247,116.20247,0,0,1,.72078-12.96332q.59712-5.293,1.65679-10.51055a121.78667,121.78667,0,0,1,24.1515-51.61646c6.87378.38364,12.898-.66348,13.47967-13.98532.10346-2.36972,1.86113-4.42156,2.24841-6.756-.65621.08607-1.32321.13985-1.97941.18285-.20444.0107-.41958.02149-.624.03228l-.07709.00346a3.745,3.745,0,0,1-3.07566-6.10115q.425-.52305.85054-1.04557c.43036-.53793.87143-1.06507,1.30171-1.60292a1.865,1.865,0,0,0,.13986-.16144c.49494-.61322.98971-1.21564,1.48465-1.82885a10.82911,10.82911,0,0,0-3.55014-3.43169c-4.95941-2.90463-11.80146-.89293-15.38389,3.59313-3.59313,4.486-4.27083,10.77947-3.023,16.3843a43.39764,43.39764,0,0,0,6.003,13.3828c-.269.34429-.54872.67779-.81765,1.02209a122.57366,122.57366,0,0,0-12.79359,20.2681c1.0163-7.93863-11.41159-36.60795-16.21776-42.68052-5.773-7.29409-17.61108-4.11077-18.62815,5.13562q-.01476.13428-.02884.26849,1.07082.60411,2.0964,1.28237a5.12707,5.12707,0,0,1-2.06713,9.33031l-.10452.01613c-9.55573,13.64367,21.07745,49.1547,28.74518,41.18139a125.11045,125.11045,0,0,0-6.73449,31.69282,118.66429,118.66429,0,0,0,.08607,19.15986l-.03231-.22593C558.90163,648.154,529.674,627.51374,521.139,629.233c-4.91675.99041-9.75952.76525-9.01293,5.72484q.01788.11874.03635.2375a34.4418,34.4418,0,0,1,3.862,1.86105q1.07082.60423,2.09639,1.28237a5.12712,5.12712,0,0,1-2.06712,9.33039l-.10464.01606c-.07528.01079-.13987.02157-.21507.03237-4.34967,14.96631,27.90735,39.12,47.5177,31.43461h.01081a125.07484,125.07484,0,0,0,8.402,24.52806H601.679c.10765-.3335.20443-.67779.3013-1.01129a34.102,34.102,0,0,1-8.30521-.49477c2.22693-2.73257,4.45377-5.48664,6.6807-8.21913a1.86122,1.86122,0,0,0,.13986-.16135c1.12956-1.39849,2.26992-2.78627,3.39948-4.18476l.00061-.00173a49.95232,49.95232,0,0,0-1.46367-12.72495Zm-34.37066-67.613.0158-.02133-.0158.04282Zm-6.64832,59.93237-.25822-.58084c.01079-.41957.01079-.83914,0-1.26942,0-.11845-.0215-.23672-.0215-.35508.09678.74228.18285,1.48464.29042,2.22692Z\\" transform=\\"translate(-169.93432 -164.42601)\\" fill=\\"#3f3d56\\"/><circle cx=\\"95.24878\\" cy=\\"439\\" r=\\"11\\" fill=\\"#3f3d56\\"/><circle cx=\\"227.24878\\" cy=\\"559\\" r=\\"11\\" fill=\\"#3f3d56\\"/><circle cx=\\"728.24878\\" cy=\\"559\\" r=\\"11\\" fill=\\"#3f3d56\\"/><circle cx=\\"755.24878\\" cy=\\"419\\" r=\\"11\\" fill=\\"#3f3d56\\"/><circle cx=\\"723.24878\\" cy=\\"317\\" r=\\"11\\" fill=\\"#3f3d56\\"/><path d=\\"M434.1831,583.426a10.949,10.949,0,1,1-.21-2.16A10.9921,10.9921,0,0,1,434.1831,583.426Z\\" transform=\\"translate(-169.93432 -164.42601)\\" fill=\\"#3f3d56\\"/><circle cx=\\"484.24878\\" cy=\\"349\\" r=\\"11\\" fill=\\"#3f3d56\\"/><path d=\\"M545.1831,513.426a10.949,10.949,0,1,1-.21-2.16A10.9921,10.9921,0,0,1,545.1831,513.426Z\\" transform=\\"translate(-169.93432 -164.42601)\\" fill=\\"#3f3d56\\"/><path d=\\"M403.1831,481.426a10.949,10.949,0,1,1-.21-2.16A10.9921,10.9921,0,0,1,403.1831,481.426Z\\" transform=\\"translate(-169.93432 -164.42601)\\" fill=\\"#3f3d56\\"/><circle cx=\\"599.24878\\" cy=\\"443\\" r=\\"11\\" fill=\\"#3f3d56\\"/><circle cx=\\"426.24878\\" cy=\\"338\\" r=\\"16\\" fill=\\"#3f3d56\\"/><path d=\\"M1028.875,735.26666l-857.75.30733a1.19068,1.19068,0,1,1,0-2.38136l857.75-.30734a1.19069,1.19069,0,0,1,0,2.38137Z\\" transform=\\"translate(-169.93432 -164.42601)\\" fill=\\"#cacaca\\"/></svg>",
204
- "js": "",
205
- "css": "",
206
- "hiddenBlock": false,
207
- "runInIframe": false,
208
- "runScriptInEditMode": false
209
- }
210
- }
211
- },
212
- "ownerLayoutItemsOverride": []
213
- }`);
214
- }
215
- static defaultUnauthorizedLayout() {
216
- return JSON.parse(`{
217
- "definition": {
218
- "id": "088e4c19-8fc1-44b6-839c-5a28687485d1",
219
- "ownerLayoutId": "8231e352-2704-4087-93eb-12d682867067",
220
- "items": [
221
- {
222
- "id": "1f45d14e-30ac-4881-ab37-5ce56485132a",
223
- "itemtype": "section",
224
- "ownerLayoutId": "088e4c19-8fc1-44b6-839c-5a28687485d1",
225
- "settings": {
226
- "type": 1,
227
- "width": "100%",
228
- "minWidthBlock": "300px",
229
- "marginSectionTop": 30,
230
- "marginSectionRight": 30,
231
- "marginSectionBottom": 30,
232
- "marginSectionLeft": 30
233
- },
234
- "items": [
235
- {
236
- "id": "26775a90-4211-4bad-99e0-c890383cff93",
237
- "ownerLayoutId": "088e4c19-8fc1-44b6-839c-5a28687485d1",
238
- "itemtype": "sectionItem",
239
- "settings": {
240
- "size": "50",
241
- "type": 1,
242
- "minWidth": 300
243
- },
244
- "items": [
245
- {
246
- "id": "b55404fa-4bfa-4db4-9547-35453e5b2a3f",
247
- "itemtype": "section",
248
- "ownerLayoutId": "088e4c19-8fc1-44b6-839c-5a28687485d1",
249
- "settings": {
250
- "type": 1,
251
- "width": "1000px",
252
- "alignment": 1,
253
- "background": {
254
- "colors": [
255
- "#ffffff"
256
- ],
257
- "degrees": 45
258
- },
259
- "spacingBlock": 20,
260
- "minWidthBlock": "300px",
261
- "marginSectionTop": 20,
262
- "marginSectionRight": 20,
263
- "marginSectionBottom": 20,
264
- "marginSectionLeft": 20
265
- },
266
- "items": [
267
- {
268
- "id": "0a30ce52-81dd-43e2-a372-56c7392142c2",
269
- "ownerLayoutId": "088e4c19-8fc1-44b6-839c-5a28687485d1",
270
- "itemtype": "sectionItem",
271
- "settings": {
272
- "size": 50,
273
- "type": 1,
274
- "minWidth": 300
275
- },
276
- "items": [
277
- {
278
- "id": "732e32a8-1e0e-4004-8627-71da72607787",
279
- "ownerLayoutId": "088e4c19-8fc1-44b6-839c-5a28687485d1",
280
- "itemtype": "block",
281
- "manifestId": "cb9cddbe-8c10-400c-b748-0d941e7bafa4",
282
- "elementName": "wcm-content-block",
283
- "settings": {
284
- "lockSettings": {
285
- "lockedByDefault": true
286
- },
287
- "search": {
288
- "text": {
289
- "isMultilingualString": true,
290
- "en-us": "Ooops! You don't have access to this page."
291
- }
292
- }
293
- },
294
- "containerId": "ddda0b46-15a9-4955-914e-4d2a5cec2d66"
295
- },
296
- {
297
- "id": "a5aee6d0-620c-4df2-a3a1-e0dec37d5311",
298
- "ownerLayoutId": "088e4c19-8fc1-44b6-839c-5a28687485d1",
299
- "itemtype": "block",
300
- "manifestId": "cb9cddbe-8c10-400c-b748-0d941e7bafa4",
301
- "elementName": "wcm-content-block",
302
- "settings": {
303
- "lockSettings": {
304
- "lockedByDefault": true
305
- },
306
- "search": {
307
- "text": {
308
- "isMultilingualString": true,
309
- "en-us": "We apologize for any inconvenience, but it appears that you don't have access to this page. While the responsibility might lie with us, we kindly ask you to review whether you are supposed to have access or not."
310
- }
311
- }
312
- },
313
- "containerId": "ddda0b46-15a9-4955-914e-4d2a5cec2d66"
314
- },
315
- {
316
- "id": "b2a10e45-238a-4e7b-8436-c09c2f0cc3b9",
317
- "ownerLayoutId": "088e4c19-8fc1-44b6-839c-5a28687485d1",
318
- "itemtype": "block",
319
- "manifestId": "5f5e464c-15e7-4beb-8352-cf80c231cc09",
320
- "elementName": "wcm-html-script-block",
321
- "settings": {
322
- "paddingBottom": 40,
323
- "paddingLeft": 200,
324
- "paddingRight": 200,
325
- "paddingTop": 40,
326
- "lockSettings": {
327
- "lockedByDefault": true
328
- }
329
- },
330
- "containerId": "ddda0b46-15a9-4955-914e-4d2a5cec2d66"
331
- }
332
- ]
333
- }
334
- ],
335
- "containerId": "27045c4e-273d-447f-93e5-51143b26c79d"
336
- }
337
- ]
338
- }
339
- ],
340
- "containerId": "74c50663-bf56-48f8-942b-3a3141e9649d"
341
- }
342
- ],
343
- "itemtype": "layout",
344
- "settings": {
345
- "background": {
346
- "colors": [
347
- "#e9e9e9"
348
- ],
349
- "image": {}
350
- },
351
- "minWidthBlock": "300px"
352
- }
353
- },
354
- "blockSettings": {
355
- "732e32a8-1e0e-4004-8627-71da72607787": {
356
- "mode": 4,
357
- "formatting": "d0f88100-d170-4416-90b3-d20eacb25d60",
358
- "blockTitle": null,
359
- "customFormattingFontSize": 1,
360
- "defaultTextColor": "",
361
- "enableMachineTranslation": false,
362
- "helpText": "",
363
- "spacing": null,
364
- "defaultProperty": "Ooops! You don't have access to this page.",
365
- "customRichTextModeSettings": [],
366
- "breakPointSettings": {},
367
- "useAsMainHeading": false,
368
- "tagProperty": "",
369
- "enableAutomaticSummary": false
370
- },
371
- "a5aee6d0-620c-4df2-a3a1-e0dec37d5311": {
372
- "mode": 4,
373
- "formatting": "3abb88f8-a937-49df-a346-f0465b265656",
374
- "blockTitle": null,
375
- "customFormattingFontSize": 1,
376
- "defaultTextColor": "",
377
- "enableMachineTranslation": false,
378
- "helpText": "",
379
- "spacing": null,
380
- "defaultProperty": "We apologize for any inconvenience, but it appears that you don't have access to this page. While the responsibility might lie with us, we kindly ask you to review whether you are supposed to have access or not.",
381
- "customRichTextModeSettings": [],
382
- "breakPointSettings": {},
383
- "useAsMainHeading": false,
384
- "tagProperty": "",
385
- "enableAutomaticSummary": false
386
- },
387
- "b2a10e45-238a-4e7b-8436-c09c2f0cc3b9": {
388
- "defaultProperty": {
389
- "title": "",
390
- "blockTitle": "",
391
- "html": "\\r\\n<svg xmlns=\\"http://www.w3.org/2000/svg\\" data-name=\\"Layer 1\\" viewBox=\\"0 0 793 551.73152\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"><ellipse cx=\\"158\\" cy=\\"539.73152\\" rx=\\"158\\" ry=\\"12\\" fill=\\"#e6e6e6\\"/><path d=\\"M324.27227,296.55377c27.49676-11.6953,61.74442-4.28528,95.19092.85757.31124-6.228,4.08385-13.80782.132-18.15284-4.80115-5.2788-4.35917-10.82529-1.47008-16.40375,7.38788-14.265-3.1969-29.44375-13.88428-42.0647a23.66937,23.66937,0,0,0-19.75537-8.29179l-19.7975,1.41411A23.70939,23.70939,0,0,0,343.635,230.85851v0c-4.72724,6.42917-7.25736,12.84055-5.66438,19.21854-7.08065,4.83882-8.27029,10.67977-5.08851,17.2644,2.698,4.14592,2.66928,8.18161-.12275,12.1056a55.89079,55.89079,0,0,0-8.31011,16.5061Z\\" transform=\\"translate(-203.5 -174.13424)\\" fill=\\"#2f2e41\\"/><path d=\\"M977.70889,651.09727H417.29111A18.79111,18.79111,0,0,1,398.5,632.30616h0q304.727-35.41512,598,0h0A18.79111,18.79111,0,0,1,977.70889,651.09727Z\\" transform=\\"translate(-203.5 -174.13424)\\" fill=\\"#2f2e41\\"/><path d=\\"M996.5,633.41151l-598-1.10536,69.30611-116.61553.3316-.55268V258.13057a23.7522,23.7522,0,0,1,23.75418-23.75418H899.792a23.7522,23.7522,0,0,1,23.75418,23.75418V516.90649Z\\" transform=\\"translate(-203.5 -174.13424)\\" fill=\\"#3f3d56\\"/><path d=\\"M491.35028,250.95679a7.74623,7.74623,0,0,0-7.73753,7.73753V493.03073a7.74657,7.74657,0,0,0,7.73753,7.73752H903.64972a7.74691,7.74691,0,0,0,7.73753-7.73752V258.69432a7.74657,7.74657,0,0,0-7.73753-7.73753Z\\" transform=\\"translate(-203.5 -174.13424)\\" fill=\\"#fff\\"/><path d=\\"M493.07794,531.71835a3.32522,3.32522,0,0,0-3.01275,1.93006l-21.35537,46.42514a3.31594,3.31594,0,0,0,3.01221,4.7021H920.81411a3.3157,3.3157,0,0,0,2.96526-4.79925L900.5668,533.55126a3.29926,3.29926,0,0,0-2.96526-1.83291Z\\" transform=\\"translate(-203.5 -174.13424)\\" fill=\\"#2f2e41\\"/><circle cx=\\"492.34196\\" cy=\\"67.97967\\" r=\\"4.97412\\" fill=\\"#fff\\"/><path d=\\"M651.69986,593.61853a3.32114,3.32114,0,0,0-3.20165,2.4536l-5.35679,19.89649a3.31576,3.31576,0,0,0,3.20166,4.17856h101.874a3.31531,3.31531,0,0,0,3.13257-4.40093l-6.88691-19.89649a3.31784,3.31784,0,0,0-3.13366-2.23123Z\\" transform=\\"translate(-203.5 -174.13424)\\" fill=\\"#2f2e41\\"/><polygon points=\\"720.046 337.135 720.046 341.556 264.306 341.556 264.649 341.004 264.649 337.135 720.046 337.135\\" fill=\\"#2f2e41\\"/><circle cx=\\"707.33457\\" cy=\\"77.37523\\" r=\\"77.37523\\" fill=\\"#6c63ff\\"/><path d=\\"M942.89,285.223H878.77911a4.42582,4.42582,0,0,1-4.42144-4.42145V242.11391a4.42616,4.42616,0,0,1,4.42144-4.42144H942.89a4.42616,4.42616,0,0,1,4.42144,4.42144v38.68761A4.42582,4.42582,0,0,1,942.89,285.223Zm-64.11091-43.10906v38.68761h64.11415L942.89,242.11391Z\\" transform=\\"translate(-203.5 -174.13424)\\" fill=\\"#fff\\"/><path d=\\"M930.73105,242.11391h-39.793V224.42814c0-12.80987,8.36792-22.10721,19.89649-22.10721s19.89648,9.29734,19.89648,22.10721Zm-35.37153-4.42144h30.95009V224.42814c0-10.413-6.36338-17.68576-15.475-17.68576s-15.47505,7.27281-15.47505,17.68576Z\\" transform=\\"translate(-203.5 -174.13424)\\" fill=\\"#fff\\"/><circle cx=\\"707.33457\\" cy=\\"86.21811\\" r=\\"4.42144\\" fill=\\"#fff\\"/><path d=\\"M856.81994,421.28372H538.18006a5.90767,5.90767,0,0,1-5.90073-5.90073V336.342a5.90767,5.90767,0,0,1,5.90073-5.90072H856.81994a5.90767,5.90767,0,0,1,5.90073,5.90072V415.383A5.90767,5.90767,0,0,1,856.81994,421.28372Zm-318.63988-88.4821a3.5443,3.5443,0,0,0-3.54043,3.54043V415.383a3.54431,3.54431,0,0,0,3.54043,3.54044H856.81994a3.54431,3.54431,0,0,0,3.54043-3.54044V336.342a3.5443,3.5443,0,0,0-3.54043-3.54043Z\\" transform=\\"translate(-203.5 -174.13424)\\" fill=\\"#e6e6e6\\"/><circle cx=\\"384.19021\\" cy=\\"198.69546\\" r=\\"24.03645\\" fill=\\"#e6e6e6\\"/><path d=\\"M643.203,356.80541a4.00608,4.00608,0,1,0,0,8.01215H832.06074a4.00607,4.00607,0,0,0,0-8.01215Z\\" transform=\\"translate(-203.5 -174.13424)\\" fill=\\"#e6e6e6\\"/><path d=\\"M643.203,380.84186a4.00607,4.00607,0,1,0,0,8.01214H724.469a4.00607,4.00607,0,1,0,0-8.01214Z\\" transform=\\"translate(-203.5 -174.13424)\\" fill=\\"#e6e6e6\\"/><path d=\\"M467.022,382.46241,408.1189,413.778l-.74561-26.09629c19.22553-3.20948,37.51669-8.7974,54.42941-17.8946l6.1605-15.22008a10.31753,10.31753,0,0,1,17.53643-2.67788l0,0a10.31753,10.31753,0,0,1-.90847,14.06885Z\\" transform=\\"translate(-203.5 -174.13424)\\" fill=\\"#ffb8b8\\"/><path d=\\"M323.09819,563.26707v0a11.57378,11.57378,0,0,1,1.46928-9.36311l12.93931-19.85777a22.61221,22.61221,0,0,1,29.335-7.73927h0c-5.438,9.25647-4.67994,17.37679,1.87806,24.43365a117.63085,117.63085,0,0,0-27.93606,19.04492A11.57386,11.57386,0,0,1,323.09819,563.26707Z\\" transform=\\"translate(-203.5 -174.13424)\\" fill=\\"#2f2e41\\"/><path d=\\"M469.70475,537.30274l0,0a22.20314,22.20314,0,0,1-18.87085,10.77909l-85.96027.65122-3.728-21.62264,38.026-11.18413-32.06116-24.60507L402.154,450.31277l63.65,59.32431A22.20317,22.20317,0,0,1,469.70475,537.30274Z\\" transform=\\"translate(-203.5 -174.13424)\\" fill=\\"#2f2e41\\"/><path d=\\"M351.45266,685.17939H331.32124c-18.07509-123.89772-36.47383-248.14186,17.8946-294.51529l64.12231,10.43852L405.13646,455.532l-35.7892,41.00845Z\\" transform=\\"translate(-203.5 -174.13424)\\" fill=\\"#2f2e41\\"/><path d=\\"M369.14917,713.24594h0a11.57381,11.57381,0,0,1-9.3632-1.46873l-21.85854-2.93814a22.61221,22.61221,0,0,1-7.741-29.33451v0c9.2568,5.43749,17.37707,4.67891,24.43354-1.8795,4.98593,10.06738,13.20093,9.45331,21.04657,17.93494A11.57385,11.57385,0,0,1,369.14917,713.24594Z\\" transform=\\"translate(-203.5 -174.13424)\\" fill=\\"#2f2e41\\"/><path d=\\"M399.1716,307.90158l-37.28042-8.94731c6.19168-12.6739,6.70155-26.77618,3.728-41.75406l25.35068-.74561C391.76421,275.08,394.16732,292.48081,399.1716,307.90158Z\\" transform=\\"translate(-203.5 -174.13424)\\" fill=\\"#ffb8b8\\"/><path d=\\"M409.41752,423.55243c-27.13873,18.49308-46.31418.63272-60.94729-26.92346,2.03338-16.86188-1.259-37.04061-7.35672-58.96635a40.13762,40.13762,0,0,1,24.50567-48.40124h0l32.06116,13.421c27.22362,22.19038,32.582,46.227,22.36825,71.5784Z\\" transform=\\"translate(-203.5 -174.13424)\\" fill=\\"#6c63ff\\"/><path d=\\"M331.32124,326.54178,301.4969,342.19956l52.9382,31.31555,7.366,18.16951a9.63673,9.63673,0,0,1-5.78925,12.73088h0a9.63673,9.63673,0,0,1-12.76159-8.54442l-.74489-12.66307-67.2838-22.20366a15.73306,15.73306,0,0,1-9.87265-9.61147v0a15.733,15.733,0,0,1,5.90262-18.30258l54.10485-37.11845Z\\" transform=\\"translate(-203.5 -174.13424)\\" fill=\\"#ffb8b8\\"/><path d=\\"M361.14557,329.52422c-12.43861-5.4511-23.74934.47044-38.026,5.21926l-2.23683-39.51725c14.17612-7.55568,27.69209-9.59281,40.26285-3.728Z\\" transform=\\"translate(-203.5 -174.13424)\\" fill=\\"#6c63ff\\"/><circle cx=\\"172.52496\\" cy=\\"78.09251\\" r=\\"23.80211\\" fill=\\"#ffb8b8\\"/><path d=\\"M404.5,249.22353c-23.56616,2.30811-41.52338-1.54606-53-12.52007v-8.8377h51Z\\" transform=\\"translate(-203.5 -174.13424)\\" fill=\\"#2f2e41\\"/></svg>",
392
- "js": "",
393
- "css": "",
394
- "hiddenBlock": false,
395
- "runInIframe": false,
396
- "runScriptInEditMode": false
397
- }
398
- }
399
- },
400
- "ownerLayoutItemsOverride": []
401
- }`);
402
- }
403
- }
404
- exports.TenantStatusCodeLayoutSettings = TenantStatusCodeLayoutSettings;
405
- class BusinessProfileStatusCodeLayoutSettings extends TenantStatusCodeLayoutSettings {
406
- }
407
- exports.BusinessProfileStatusCodeLayoutSettings = BusinessProfileStatusCodeLayoutSettings;
@@ -1,4 +1,4 @@
1
1
  import { VersionedLayoutDefinition } from "../versionedlayout";
2
- export declare class SignInLayoutDefinition extends VersionedLayoutDefinition {
2
+ export declare class SystemLayoutDefinition extends VersionedLayoutDefinition {
3
3
  constructor();
4
4
  }
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SystemLayoutDefinition = void 0;
4
+ const versionedlayout_1 = require("../versionedlayout");
5
+ class SystemLayoutDefinition extends versionedlayout_1.VersionedLayoutDefinition {
6
+ constructor() {
7
+ super("2cf7033c-0f65-4a65-9ce7-489b00835361");
8
+ }
9
+ }
10
+ exports.SystemLayoutDefinition = SystemLayoutDefinition;
@@ -1,2 +1,3 @@
1
1
  export * from "./StatusCodeLayoutProvider";
2
2
  export * from "./StatusCodeLayoutSettings";
3
+ export * from "./SystemLayout";
@@ -3,3 +3,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("./StatusCodeLayoutProvider"), exports);
5
5
  tslib_1.__exportStar(require("./StatusCodeLayoutSettings"), exports);
6
+ tslib_1.__exportStar(require("./SystemLayout"), exports);
package/ux/AdminApi.d.ts CHANGED
@@ -1,5 +1,6 @@
1
- import { NavigationNode, NavigationNodeInitializeMessage } from "../admin";
2
- import { ApiPath } from "../Extends";
1
+ import { Guid, GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
+ import { AdminNavigationNode, NavigationNode, NavigationNodeInitializeMessage } from "../admin";
3
+ import { ApiPath, IExtendApiManifestWithConfiguration } from "../Extends";
3
4
  import { IMessageBusTopicPublishSubscriber, NavigationMenuNode } from "../Messaging";
4
5
  export interface IRegisterAdminNavigationNode {
5
6
  registerNavigationNode: (nodes: NavigationNode | NavigationNode[]) => void;
@@ -7,6 +8,12 @@ export interface IRegisterAdminNavigationNode {
7
8
  export interface IRegisterAdminNavigationMenuNode {
8
9
  registerNavigationMenuNode: (nodes: NavigationMenuNode | NavigationMenuNode[]) => void;
9
10
  }
11
+ export interface INavigationRootNodeRegistration {
12
+ register(node: AdminNavigationNode, category: string, weight?: number): void;
13
+ }
14
+ export interface INavigationSubNodeRegistration {
15
+ register(node: AdminNavigationNode, parentNodeId: Guid, weight?: number): void;
16
+ }
10
17
  export interface IAdminApi {
11
18
  registration: {
12
19
  navigationNode: Promise<IRegisterAdminNavigationNode>;
@@ -15,6 +22,14 @@ export interface IAdminApi {
15
22
  events: {
16
23
  initializeNavigationNode: Promise<IMessageBusTopicPublishSubscriber<NavigationNodeInitializeMessage>>;
17
24
  };
25
+ navigations: {
26
+ rootNodes: {
27
+ registrations: Promise<INavigationRootNodeRegistration>;
28
+ };
29
+ subNodes: {
30
+ registrations: Promise<INavigationSubNodeRegistration>;
31
+ };
32
+ };
18
33
  }
19
34
  declare module "./UxApi" {
20
35
  interface IOmniaUxApi {
@@ -29,6 +44,18 @@ declare module "./UxApi" {
29
44
  events: {
30
45
  initializeNavigationNode: ApiPath;
31
46
  };
47
+ navigations: {
48
+ rootNodes: {
49
+ registrations: IExtendApiManifestWithConfiguration<{
50
+ category: string;
51
+ }>;
52
+ };
53
+ subNodes: {
54
+ registrations: IExtendApiManifestWithConfiguration<{
55
+ parentNodeId: GuidValue;
56
+ }>;
57
+ };
58
+ };
32
59
  };
33
60
  }
34
61
  }
@@ -0,0 +1,27 @@
1
+ import { DirectiveBinding, VNode } from "vue";
2
+ import { IExtendApiManifestWithConfiguration } from "../Extends";
3
+ export type DirectiveDefinition<T = void> = () => {
4
+ mounted: (el: any, binding: DirectiveBinding<T>, vnode: VNode, prevVnode: VNode) => void;
5
+ unmounted: (el: any, binding: DirectiveBinding<T>, vnode: VNode, prevVnode: VNode) => void;
6
+ updated: (el: any, binding: DirectiveBinding<T>, vnode: VNode, prevVnode: VNode) => void;
7
+ };
8
+ export interface Directives {
9
+ }
10
+ export interface IDirectiveRegistration {
11
+ register<T = void>(name: string, directive: DirectiveDefinition<T>): any;
12
+ }
13
+ export interface IInternalDirectiveRegistration extends IDirectiveRegistration {
14
+ getDirective<T = void>(name: string): Promise<DirectiveDefinition<T>>;
15
+ }
16
+ declare module "./UxApi" {
17
+ interface IOmniaUxApi {
18
+ directives: {
19
+ registrations: Promise<IDirectiveRegistration>;
20
+ };
21
+ }
22
+ interface IOmniaUxExtendApiManifest {
23
+ directives: {
24
+ registrations: IExtendApiManifestWithConfiguration<string>;
25
+ };
26
+ }
27
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,9 +1,32 @@
1
- import { NavigationNode } from "../admin";
1
+ import { GuidValue } from "@omnia/fx-models";
2
+ import { AdminNavigationNode, NavigationNode } from "../admin";
2
3
  import { NavigationMenuNode, IMessageBusTopicSubscription } from "../Messaging";
3
- import { IRegisterAdminNavigationNode, IRegisterAdminNavigationMenuNode } from "./AdminApi";
4
+ import { IRegisterAdminNavigationNode, IRegisterAdminNavigationMenuNode, INavigationRootNodeRegistration, INavigationSubNodeRegistration } from "./AdminApi";
5
+ export interface AdminNavigationNodeRegistration {
6
+ node: AdminNavigationNode;
7
+ /**
8
+ * This influence the order of the navigation nodes, be nice, use ordering with gap -100, 0, 100, 200
9
+ So other extensions etc can inject between
10
+ */
11
+ weight: number;
12
+ }
4
13
  export interface IInternalAdminApi extends IRegisterAdminNavigationNode, IRegisterAdminNavigationMenuNode {
5
14
  getNavigationNodes: () => NavigationNode[];
6
15
  getNavigationMenuNodes: () => NavigationMenuNode[];
7
16
  onNavigationNodesChange: () => IMessageBusTopicSubscription<NavigationNode[]>;
8
17
  onNavigationMenuNodesChange: () => IMessageBusTopicSubscription<NavigationMenuNode[]>;
9
18
  }
19
+ export interface IInternalNavigationRootNodeApi extends INavigationRootNodeRegistration {
20
+ getRegistrations(category: string): Promise<AdminNavigationNodeRegistration[]>;
21
+ onRegistrationsChanged: () => IMessageBusTopicSubscription<{
22
+ category: string;
23
+ nodes: AdminNavigationNodeRegistration[];
24
+ }>;
25
+ }
26
+ export interface IInternalNavigationSubNodeApi extends INavigationSubNodeRegistration {
27
+ getRegistrations(parentNodeId: GuidValue): Promise<AdminNavigationNodeRegistration[]>;
28
+ onRegistrationsChanged: () => IMessageBusTopicSubscription<{
29
+ parentNodeId: GuidValue;
30
+ nodes: AdminNavigationNodeRegistration[];
31
+ }>;
32
+ }