@omnia/fx 7.9.12-preview → 7.9.12

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 (73) hide show
  1. package/internal-do-not-import-from-here/core/Cookies.d.ts +2 -1
  2. package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +3 -2
  3. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +3 -1
  4. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/services/BusinessProfileService.d.ts +1 -0
  6. package/internal-do-not-import-from-here/services/SecurityRoles.d.ts +1 -0
  7. package/internal-do-not-import-from-here/services/identities/IdentityService.d.ts +5 -0
  8. package/internal-do-not-import-from-here/services/permissions/PermissionService.d.ts +1 -0
  9. package/internal-do-not-import-from-here/stores/ArchivedIdentityStore.d.ts +23 -0
  10. package/internal-do-not-import-from-here/stores/BlockTitleSettingsStore.d.ts +4 -2
  11. package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
  12. package/internal-do-not-import-from-here/ux/AnchorLink.d.ts +3 -0
  13. package/internal-do-not-import-from-here/ux/Exposes.d.ts +0 -1
  14. package/internal-do-not-import-from-here/ux/TokenBasedRouter.d.ts +2 -0
  15. package/internal-do-not-import-from-here/ux/UxModels.d.ts +54 -1
  16. package/internal-do-not-import-from-here/ux/actionhandler/ActionHandler.d.ts +2 -2
  17. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +5 -0
  18. package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +8 -0
  19. package/internal-do-not-import-from-here/ux/authenticationchecker/AuthenticationChecker.d.ts +3 -1
  20. package/internal-do-not-import-from-here/ux/authsetup/AuthSetupConfirm.d.ts +7 -0
  21. package/internal-do-not-import-from-here/ux/authsetup/loc/localize.d.ts +2 -0
  22. package/internal-do-not-import-from-here/ux/blockgallery/AddEditBlockBlade.d.ts +6 -0
  23. package/internal-do-not-import-from-here/ux/blockgallery/AddEditHeaderBlade.d.ts +6 -0
  24. package/internal-do-not-import-from-here/ux/blockgallery/AddEditTemplateBlade.d.ts +6 -0
  25. package/internal-do-not-import-from-here/ux/blockgallery/AdminBlade.d.ts +12 -0
  26. package/internal-do-not-import-from-here/ux/blockgallery/BlockDialogBlade.d.ts +6 -0
  27. package/internal-do-not-import-from-here/ux/blockgallery/BlockDialogLayoutListBlade.d.ts +5 -0
  28. package/internal-do-not-import-from-here/ux/blockgallery/BlockTemplatesBlade.d.ts +6 -0
  29. package/internal-do-not-import-from-here/ux/blockgallery/SettingsBlade.d.ts +6 -0
  30. package/internal-do-not-import-from-here/ux/blockgallery/admin/AdminRegistration.d.ts +1 -0
  31. package/internal-do-not-import-from-here/ux/blockgallery/admin/Constants.d.ts +26 -0
  32. package/internal-do-not-import-from-here/ux/blockgallery/admin/TenantBlockTemplateJourney.d.ts +6 -0
  33. package/internal-do-not-import-from-here/ux/blockgallery/apis/Registration.d.ts +1 -0
  34. package/internal-do-not-import-from-here/ux/blockgallery/factory/Factory.d.ts +6 -0
  35. package/internal-do-not-import-from-here/ux/blockgallery/factory/index.d.ts +1 -0
  36. package/internal-do-not-import-from-here/ux/blockgallery/services/BlockTemplateService.d.ts +9 -0
  37. package/internal-do-not-import-from-here/ux/blockgallery/services/index.d.ts +1 -0
  38. package/internal-do-not-import-from-here/ux/blockgallery/store/BlockGalleryStore.d.ts +94 -0
  39. package/internal-do-not-import-from-here/ux/blockgallery/store/index.d.ts +1 -0
  40. package/internal-do-not-import-from-here/ux/blockgallery/style/General.d.ts +4 -0
  41. package/internal-do-not-import-from-here/ux/blockgallery/style/index.d.ts +1 -0
  42. package/internal-do-not-import-from-here/ux/enterpriseproperties/EnterprisePropertyComponentProps.d.ts +1 -0
  43. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/RichTextFieldEdit.d.ts +1 -0
  44. package/internal-do-not-import-from-here/ux/headingconfigurations/HeadingConfigurationFactory.d.ts +2 -1
  45. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +6 -1
  46. package/internal-do-not-import-from-here/ux/identities/loc/localize.d.ts +1 -0
  47. package/internal-do-not-import-from-here/ux/languagepicker/ILanguagePicker.d.ts +3 -2
  48. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +6 -2
  49. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/AddContentDialog.d.ts +12 -0
  50. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +7 -0
  51. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +3 -0
  52. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -0
  53. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +6 -1
  54. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts +5 -0
  55. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +4 -1
  56. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +2 -0
  57. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +1 -0
  58. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/BlockCatalogStore.d.ts +14 -1
  59. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +2 -1
  60. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowMedia.d.ts +1 -0
  61. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.d.ts +2 -0
  62. package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.css.d.ts +2 -0
  63. package/internal-do-not-import-from-here/ux/models/enterpriseproperties/PersonFieldDisplayStyles.d.ts +1 -0
  64. package/internal-do-not-import-from-here/ux/organizationtree/OrganizationTree.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/permissioninput/loc/localize.d.ts +1 -0
  66. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +3 -1
  67. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +1 -1
  68. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +2 -0
  69. package/internal-do-not-import-from-here/wctypings.d.ts +4 -2
  70. package/package.json +4 -4
  71. package/internal-do-not-import-from-here/ux/skeletonhandler/ISkeletonLoader.d.ts +0 -13
  72. package/internal-do-not-import-from-here/ux/skeletonhandler/SkeletonLoader.d.ts +0 -7
  73. package/internal-do-not-import-from-here/ux/skeletonhandler/index.d.ts +0 -1
@@ -1,7 +0,0 @@
1
- import { ISkeletonLoader } from "..";
2
- declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<ISkeletonLoader, never>, any, any, any>> & {
3
- propsDefinition: import("vue-tsx-support").PropsForOutside<ISkeletonLoader, never>;
4
- }) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<any>, {}, import("vue-tsx-support").PropsForOutside<ISkeletonLoader, never>, any, any, any>> & {
5
- propsDefinition: import("vue-tsx-support").PropsForOutside<ISkeletonLoader, never>;
6
- });
7
- export default _default;
@@ -1 +0,0 @@
1
- export * from "./ISkeletonLoader";