@omnia/fx 7.8.7-preview → 7.8.7

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 (130) hide show
  1. package/README.md +2 -2
  2. package/events/package.json +3 -3
  3. package/internal-do-not-import-from-here/core/Cookies.d.ts +2 -1
  4. package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +60 -21
  5. package/internal-do-not-import-from-here/core/http/RequestAborter.d.ts +5 -0
  6. package/internal-do-not-import-from-here/core/http/index.d.ts +1 -0
  7. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +11 -1
  8. package/internal-do-not-import-from-here/index.d.ts +4 -0
  9. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  10. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  11. package/internal-do-not-import-from-here/rules/DisplayRules.d.ts +1 -0
  12. package/internal-do-not-import-from-here/services/AIEngineSetupService.d.ts +10 -0
  13. package/internal-do-not-import-from-here/services/BusinessProfileService.d.ts +1 -0
  14. package/internal-do-not-import-from-here/services/OmniaSearchUserService.d.ts +1 -0
  15. package/internal-do-not-import-from-here/services/SecurityRoles.d.ts +1 -0
  16. package/internal-do-not-import-from-here/services/SemanticSearchService.d.ts +12 -0
  17. package/internal-do-not-import-from-here/services/TargetingPropertyService.d.ts +1 -0
  18. package/internal-do-not-import-from-here/services/identities/UserService.d.ts +2 -1
  19. package/internal-do-not-import-from-here/services/index.d.ts +2 -0
  20. package/internal-do-not-import-from-here/shared/models/Future.d.ts +8 -0
  21. package/internal-do-not-import-from-here/shared/models/Future.js +36 -0
  22. package/internal-do-not-import-from-here/shared/models/SharedConstants.d.ts +1 -0
  23. package/internal-do-not-import-from-here/shared/models/SharedConstants.js +1 -0
  24. package/internal-do-not-import-from-here/spfx/components/OmniaWPContainer.d.ts +17 -37
  25. package/internal-do-not-import-from-here/spfx/components/OmniaWPContainerSettings.d.ts +20 -27
  26. package/internal-do-not-import-from-here/spfx/components/SpfxFontFamilyBase.d.ts +5 -0
  27. package/internal-do-not-import-from-here/spfx/components/renderer/Settings.d.ts +24 -0
  28. package/internal-do-not-import-from-here/spfx/components/useOmniaWP.d.ts +69 -0
  29. package/internal-do-not-import-from-here/spfx/models/ClientManifests.d.ts +7 -2
  30. package/internal-do-not-import-from-here/spfx/tooling/index.d.ts +2 -0
  31. package/internal-do-not-import-from-here/stores/AzureAdUserStore.d.ts +1 -0
  32. package/internal-do-not-import-from-here/stores/FocusStore.d.ts +11 -0
  33. package/internal-do-not-import-from-here/stores/MediaPickerStore.d.ts +5 -1
  34. package/internal-do-not-import-from-here/stores/ProfileCardHandlerStore.d.ts +20 -10
  35. package/internal-do-not-import-from-here/stores/TargetingPropertyStore.d.ts +1 -0
  36. package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
  37. package/internal-do-not-import-from-here/ux/UxModels.d.ts +15 -0
  38. package/internal-do-not-import-from-here/ux/actionhandler/ActionHandler.d.ts +6 -2
  39. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +6 -0
  40. package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +43 -0
  41. package/internal-do-not-import-from-here/ux/analyticssettings/AnalyticsSettings.d.ts +8 -4
  42. package/internal-do-not-import-from-here/ux/analyticssettings/loc/localize.d.ts +1 -0
  43. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InternalConstants.d.ts +1 -0
  44. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/AppInstanceSummaryStep.d.ts +1 -0
  45. package/internal-do-not-import-from-here/ux/authenticationchecker/AuthenticationChecker.d.ts +3 -1
  46. package/internal-do-not-import-from-here/ux/button/Button.d.ts +2 -0
  47. package/internal-do-not-import-from-here/ux/button/IButton.d.ts +2 -0
  48. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +5 -0
  49. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +16 -0
  50. package/internal-do-not-import-from-here/ux/dialog/IDialog.d.ts +9 -0
  51. package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +1 -0
  52. package/internal-do-not-import-from-here/ux/enterpriseproperties/EnterprisePropertyComponentProps.d.ts +1 -0
  53. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/mediafield/IMediaFieldDisplay.d.ts +15 -0
  54. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/mediafield/MediaFieldDisplay.d.ts +18 -0
  55. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/mediafield/index.d.ts +1 -0
  56. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +2 -0
  57. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/index.d.ts +1 -0
  58. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/mediafield/IMediaFieldEdit.d.ts +16 -0
  59. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/mediafield/MediaFieldEdit.d.ts +32 -0
  60. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/mediafield/index.d.ts +1 -0
  61. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/RichTextFieldEdit.d.ts +1 -0
  62. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -0
  63. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +1 -0
  64. package/internal-do-not-import-from-here/ux/filepickerprovider/mycomputerprovider/loc/localize.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +4 -2
  66. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +29 -0
  67. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +4 -0
  68. package/internal-do-not-import-from-here/ux/identitypicker/loc/Localize.d.ts +9 -0
  69. package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid.d.ts +1 -0
  70. package/internal-do-not-import-from-here/ux/languagepicker/ILanguagePicker.d.ts +3 -2
  71. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +6 -2
  72. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +5 -1
  73. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +5 -0
  74. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.css.d.ts +2 -0
  75. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +7 -0
  76. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +2 -1
  77. package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker.d.ts +3 -0
  78. package/internal-do-not-import-from-here/ux/mediapicker/MediaPickerRenderer.d.ts +1 -0
  79. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/MediaflowProvider.d.ts +3 -0
  80. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/loc/localize.d.ts +0 -2
  81. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowReportUsage.d.ts +27 -0
  82. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/index.d.ts +1 -0
  83. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/service/MediaflowPostProcessor.d.ts +2 -0
  84. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/service/MediaflowService.d.ts +4 -1
  85. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/store/MediaflowProviderStore.d.ts +10 -0
  86. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.d.ts +1 -0
  87. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/UnsplashProvider.css.d.ts +5 -0
  88. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/UnsplashProvider.d.ts +31 -0
  89. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/models/UnsplashImage.d.ts +31 -0
  90. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/services/UnsplashImageService.d.ts +9 -0
  91. package/internal-do-not-import-from-here/ux/models/CommentStyles.d.ts +1 -0
  92. package/internal-do-not-import-from-here/ux/models/ProfileCardStyles.d.ts +1 -0
  93. package/internal-do-not-import-from-here/ux/models/enterpriseproperties/PersonFieldDisplayStyles.d.ts +1 -0
  94. package/internal-do-not-import-from-here/ux/permissioninput/loc/localize.d.ts +1 -0
  95. package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +2 -0
  96. package/internal-do-not-import-from-here/ux/profilecard/IProfileCard.d.ts +3 -0
  97. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +6 -0
  98. package/internal-do-not-import-from-here/ux/profilecard/ProfileSwitchingBtn.d.ts +14 -0
  99. package/internal-do-not-import-from-here/ux/profilecard/index.d.ts +1 -0
  100. package/internal-do-not-import-from-here/ux/profilecard/loc/localize.d.ts +3 -0
  101. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberConfiguration.d.ts +7 -0
  102. package/internal-do-not-import-from-here/ux/properties/models/PropertyPicker.d.ts +2 -0
  103. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +10 -1
  104. package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/ConfirmEmailView.d.ts +8 -4
  105. package/internal-do-not-import-from-here/ux/signin/loc/localize.d.ts +2 -2
  106. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +6 -1
  107. package/internal-do-not-import-from-here/ux/social/Like.d.ts +5 -1
  108. package/internal-do-not-import-from-here/ux/social/loc/localize.d.ts +1 -0
  109. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +1 -0
  110. package/internal-do-not-import-from-here/ux/user/UserTokenProvider.d.ts +4 -0
  111. package/internal-do-not-import-from-here/ux/user/loc/localize.d.ts +3 -0
  112. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +1 -1
  113. package/internal-do-not-import-from-here/wcdefinitions.json +1 -1
  114. package/internal-do-not-import-from-here/wctypings.d.ts +14 -0
  115. package/messaging/package.json +3 -3
  116. package/models/package.json +3 -3
  117. package/package.json +6 -6
  118. package/services/package.json +3 -3
  119. package/sp/models/package.json +3 -3
  120. package/sp/package.json +3 -3
  121. package/spfx/package.json +3 -3
  122. package/spfx/tooling/package.json +3 -3
  123. package/stores/package.json +3 -3
  124. package/ux/admin/package.json +3 -3
  125. package/ux/app/package.json +3 -3
  126. package/ux/editor/package.json +3 -3
  127. package/ux/package.json +3 -3
  128. package/ux/richtexteditor/package.json +3 -3
  129. package/ux/vuetify/package.json +3 -3
  130. package/internal-do-not-import-from-here/spfx/components/IOmniaWPContainerSettings.d.ts +0 -17
@@ -0,0 +1,9 @@
1
+ import { UnsplashAuthenticationInfo } from "../../../../models";
2
+ import { UnsplashResponse } from "../models/UnsplashImage";
3
+ export declare class UnsplashImageService {
4
+ private commonHttpClient;
5
+ private omniaHttpClient;
6
+ search: (searchText: string, offset: number, limit: number, clientId: any, page: any) => Promise<UnsplashResponse>;
7
+ private getImages;
8
+ getAuthenticationInfo: () => Promise<UnsplashAuthenticationInfo>;
9
+ }
@@ -14,4 +14,5 @@ export declare const CommentStyles: {
14
14
  slimSpacing?: types.NestedCSSProperties;
15
15
  smallBadge?: types.NestedCSSProperties;
16
16
  commentEditor?: types.NestedCSSProperties;
17
+ identityWrapper?: types.NestedCSSProperties;
17
18
  };
@@ -1,5 +1,6 @@
1
1
  import { types } from "typestyle";
2
2
  export declare const ProfilecardStyles: {
3
+ actionBtn?: types.NestedCSSProperties;
3
4
  providerWrapper?: types.NestedCSSProperties;
4
5
  dialogActions?: types.NestedCSSProperties;
5
6
  dialogContent?: types.NestedCSSProperties;
@@ -3,6 +3,7 @@ export declare const PersonFieldDisplayStyles: {
3
3
  wrapper?: types.NestedCSSProperties;
4
4
  userList?: types.NestedCSSProperties;
5
5
  user?: types.NestedCSSProperties;
6
+ userItem?: types.NestedCSSProperties;
6
7
  linkItem?: (textColor: string, fontSize?: string, disableHoverStyle?: boolean) => types.NestedCSSProperties;
7
8
  smallBadge?: types.NestedCSSProperties;
8
9
  };
@@ -4,6 +4,7 @@ export declare module PermissionInputLocalization {
4
4
  PermissionMsg: string;
5
5
  TenantAdmin: string;
6
6
  DirectoryReader: string;
7
+ SemanticSearchReader: string;
7
8
  AddTenantAdminByFreeText: {
8
9
  InputLabel: string;
9
10
  InputPlaceholder: string;
@@ -57,6 +57,7 @@ export declare class PostTemplate extends VueComponentBase<{}, {}, {}> implement
57
57
  private draftMentionUsers;
58
58
  private customCardThemeId;
59
59
  private childTargetThemeId;
60
+ private useAccessibilityFeatures;
60
61
  private dialogModel;
61
62
  private deleteDialogModel;
62
63
  onPostChange(newValue: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>, oldValue: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>): void;
@@ -79,6 +80,7 @@ export declare class PostTemplate extends VueComponentBase<{}, {}, {}> implement
79
80
  onMentionUpdate(mentionUsers: Array<ResolvedUserIdentity>): void;
80
81
  onEditPostClicked(): void;
81
82
  getCommentLikeService(): ILikeService;
83
+ loadRTE(): void;
82
84
  private renderUserLink;
83
85
  /**
84
86
  * Render title for post
@@ -13,6 +13,9 @@ export interface IProfileCard {
13
13
  color?: string;
14
14
  href?: string;
15
15
  ripple?: boolean;
16
+ linkTabIndex?: number;
17
+ onSetFocus?: () => void;
18
+ onClickProxy?: (handler: (e: Event) => void) => void;
16
19
  }
17
20
  declare global {
18
21
  namespace VueTsxSupport.JSX {
@@ -16,23 +16,29 @@ export declare class ProfileCardComponent extends VueComponentBase<IProfileCard>
16
16
  color?: string;
17
17
  href?: string;
18
18
  ripple: boolean;
19
+ linkTabIndex?: number;
20
+ onSetFocus?: () => void;
21
+ onClickProxy?: (handler: (e: Event) => void) => void;
19
22
  profileCardStore: ProfileCardStore;
20
23
  dataSourcePropertiesService: DataSourcePropertiesService;
21
24
  omniaCtx: OmniaContext;
22
25
  omniaTheming: OmniaTheming;
23
26
  featureStore: FeatureStore;
24
27
  private userIdentityStore;
28
+ private focusStore;
25
29
  private profileClasses;
26
30
  private tenantPeopleInfo;
27
31
  private showLinkToDelve;
28
32
  private isOmniaUser;
29
33
  private resolvedUser;
34
+ private accessibilityEnabled;
30
35
  created(): void;
31
36
  beforeDestroy(): void;
32
37
  hasSlot(): boolean;
33
38
  mounted(): void;
34
39
  private isUseTheExistingProfileCard;
35
40
  onOpenDialog(): void;
41
+ private readonly refKey;
36
42
  private handleCustomClick;
37
43
  render(): string | VueTsxSupport.JSX.Element | JSX.Element[];
38
44
  }
@@ -0,0 +1,14 @@
1
+ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<{
2
+ isMobileMode: boolean;
3
+ }, never>, any, any, any>> & {
4
+ propsDefinition: import("vue-tsx-support").PropsForOutside<{
5
+ isMobileMode: boolean;
6
+ }, never>;
7
+ }) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<() => VueTsxSupport.JSX.Element>, {}, import("vue-tsx-support").PropsForOutside<{
8
+ isMobileMode: boolean;
9
+ }, never>, any, any, any>> & {
10
+ propsDefinition: import("vue-tsx-support").PropsForOutside<{
11
+ isMobileMode: boolean;
12
+ }, never>;
13
+ });
14
+ export default _default;
@@ -1,2 +1,3 @@
1
1
  export * from "./IProfileCard";
2
+ export * from "./loc/localize";
2
3
  export type { IProfileCardDialog } from "./IProfileCardDialog";
@@ -1,6 +1,7 @@
1
1
  export declare module ProfileCardLocalization {
2
2
  const namespace = "Omnia.Ux.Profilecard";
3
3
  interface locInterface {
4
+ profileCard: string;
4
5
  aboutTab: string;
5
6
  organizationTab: string;
6
7
  closeText: string;
@@ -12,5 +13,7 @@ export declare module ProfileCardLocalization {
12
13
  EditMyProfile: string;
13
14
  PublicLayout: string;
14
15
  PrivateLayout: string;
16
+ SwitchToPublicView: string;
17
+ SwitchToPrivateView: string;
15
18
  }
16
19
  }
@@ -0,0 +1,7 @@
1
+ import { IPropertyConfigurationRenderer, PhoneNumberPropertyDefinition } from "@omnia/fx-models";
2
+ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<IPropertyConfigurationRenderer<PhoneNumberPropertyDefinition>, never>, any, any, any>> & {
3
+ propsDefinition: import("vue-tsx-support").PropsForOutside<IPropertyConfigurationRenderer<PhoneNumberPropertyDefinition>, never>;
4
+ }) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<any>, {}, import("vue-tsx-support").PropsForOutside<IPropertyConfigurationRenderer<PhoneNumberPropertyDefinition>, never>, any, any, any>> & {
5
+ propsDefinition: import("vue-tsx-support").PropsForOutside<IPropertyConfigurationRenderer<PhoneNumberPropertyDefinition>, never>;
6
+ });
7
+ export default _default;
@@ -17,4 +17,6 @@ export interface IPropertyPicker {
17
17
  selectionProperty?: IDataSourcePropertySelection;
18
18
  selectablePropertyConverters?: Array<GuidValue>;
19
19
  hideLabelIfSingleSource?: boolean;
20
+ hideConverter?: boolean;
21
+ keepSelectionAfterAdd?: boolean;
20
22
  }
@@ -1,4 +1,5 @@
1
- import { PropertyConfiguration, PropertyDefinition, PropertyValue } from "@omnia/fx-models";
1
+ import { PropertyConfiguration, PropertyDefinition, PropertyValue, PropertyStyles, IPropertyRendererScopedSlots } from "@omnia/fx-models";
2
+ import { ScopedSlots } from "@omnia/fx/ux";
2
3
  declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<{
3
4
  valueBind: PropertyValue;
4
5
  propertyDefintionId: import("@omnia/fx-models").GuidValue;
@@ -7,6 +8,8 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
7
8
  disabled: boolean;
8
9
  editMode: boolean;
9
10
  persistentLabels: boolean;
11
+ propertyStyles: PropertyStyles;
12
+ scopedSlots: ScopedSlots<IPropertyRendererScopedSlots>;
10
13
  }, "configuration" | "valueBind" | "propertyDefintionId">, any, any, any>> & {
11
14
  propsDefinition: import("vue-tsx-support").PropsForOutside<{
12
15
  valueBind: PropertyValue;
@@ -16,6 +19,8 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
16
19
  disabled: boolean;
17
20
  editMode: boolean;
18
21
  persistentLabels: boolean;
22
+ propertyStyles: PropertyStyles;
23
+ scopedSlots: ScopedSlots<IPropertyRendererScopedSlots>;
19
24
  }, "configuration" | "valueBind" | "propertyDefintionId">;
20
25
  }) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<() => import("vue").VNode>, {}, import("vue-tsx-support").PropsForOutside<{
21
26
  valueBind: PropertyValue;
@@ -25,6 +30,8 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
25
30
  disabled: boolean;
26
31
  editMode: boolean;
27
32
  persistentLabels: boolean;
33
+ propertyStyles: PropertyStyles;
34
+ scopedSlots: ScopedSlots<IPropertyRendererScopedSlots>;
28
35
  }, "configuration" | "valueBind" | "propertyDefintionId">, any, any, any>> & {
29
36
  propsDefinition: import("vue-tsx-support").PropsForOutside<{
30
37
  valueBind: PropertyValue;
@@ -34,6 +41,8 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
34
41
  disabled: boolean;
35
42
  editMode: boolean;
36
43
  persistentLabels: boolean;
44
+ propertyStyles: PropertyStyles;
45
+ scopedSlots: ScopedSlots<IPropertyRendererScopedSlots>;
37
46
  }, "configuration" | "valueBind" | "propertyDefintionId">;
38
47
  });
39
48
  export default _default;
@@ -1,15 +1,19 @@
1
1
  import { IdentityCreationRequestCreatedResponse } from "@omnia/fx-models";
2
2
  declare const IdentityCreationRequestConfirmEmailView: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<{
3
3
  identityCreationRequestCreatedResponse: IdentityCreationRequestCreatedResponse;
4
- }, "identityCreationRequestCreatedResponse">, any, any, any>> & {
4
+ magicLinkExpiration: number;
5
+ }, "identityCreationRequestCreatedResponse" | "magicLinkExpiration">, any, any, any>> & {
5
6
  propsDefinition: import("vue-tsx-support").PropsForOutside<{
6
7
  identityCreationRequestCreatedResponse: IdentityCreationRequestCreatedResponse;
7
- }, "identityCreationRequestCreatedResponse">;
8
+ magicLinkExpiration: number;
9
+ }, "identityCreationRequestCreatedResponse" | "magicLinkExpiration">;
8
10
  }) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<() => VueTsxSupport.JSX.Element>, {}, import("vue-tsx-support").PropsForOutside<{
9
11
  identityCreationRequestCreatedResponse: IdentityCreationRequestCreatedResponse;
10
- }, "identityCreationRequestCreatedResponse">, any, any, any>> & {
12
+ magicLinkExpiration: number;
13
+ }, "identityCreationRequestCreatedResponse" | "magicLinkExpiration">, any, any, any>> & {
11
14
  propsDefinition: import("vue-tsx-support").PropsForOutside<{
12
15
  identityCreationRequestCreatedResponse: IdentityCreationRequestCreatedResponse;
13
- }, "identityCreationRequestCreatedResponse">;
16
+ magicLinkExpiration: number;
17
+ }, "identityCreationRequestCreatedResponse" | "magicLinkExpiration">;
14
18
  });
15
19
  export default IdentityCreationRequestConfirmEmailView;
@@ -8,7 +8,7 @@ export declare module SignInLocalization {
8
8
  Login: string;
9
9
  SendMagicLink: string;
10
10
  MagicLinkIsValidMessage: string;
11
- MagicLinkValidTimeMessage: string;
11
+ MagicLinkValidTimeInMinutesMessage: string;
12
12
  MagicLinkValidPeriodMessage: string;
13
13
  MagicLinkValidUnit: string;
14
14
  Password: {
@@ -40,7 +40,7 @@ export declare module SignInLocalization {
40
40
  Email: string;
41
41
  Send: string;
42
42
  Retry: string;
43
- SendResetPasswordMessage: string;
43
+ SendResetPasswordMessageTooltip: string;
44
44
  SentResetPasswordMessage: string;
45
45
  SendResetPasswordError: string;
46
46
  RetryResetPasswordWarning: string;
@@ -56,6 +56,10 @@ export declare class CommentComponent extends VueComponentBase implements IWebCo
56
56
  currentShowMoreSize: {
57
57
  [id: string]: number;
58
58
  };
59
+ currentReplyCommentKey: {
60
+ [parentId: string]: string;
61
+ };
62
+ currentMainCommentKey: string;
59
63
  private commentClasses;
60
64
  private minIndexToShow;
61
65
  private topComments;
@@ -75,7 +79,8 @@ export declare class CommentComponent extends VueComponentBase implements IWebCo
75
79
  isElementInViewport(el: any): boolean;
76
80
  getCommentsCountLabel(commentsCount: number): string;
77
81
  renderTopicComments(): VueTsxSupport.JSX.Element;
78
- renderTopCommentShowMoreOption(id: string): VueTsxSupport.JSX.Element;
82
+ setFocusWhenViewPrevOrMoreComment(parentCommentId: string, commentKey: string): void;
83
+ renderTopCommentShowMoreOption(id: string, replyComment?: boolean): VueTsxSupport.JSX.Element;
79
84
  renderShowAllOption(id: string): VueTsxSupport.JSX.Element;
80
85
  renderMainCommentComponent(comment: Comment, slimSpacing: boolean): VueTsxSupport.JSX.Element;
81
86
  renderCommentsWithChildren(parentComment: Comment): VueTsxSupport.JSX.Element;
@@ -2,7 +2,7 @@ import { IWebComponentInstance, SubscriptionHandler } from "../..";
2
2
  import { ReactionType, ResolvedUserIdentity, UserIdentity, ISocialReactionStyling, ISocialReaction } from "../../models";
3
3
  import { ILikeComponent } from "./ILike";
4
4
  import { CommentLocalization } from "./loc/localize";
5
- import { CommentLikeStore, type ICommentLikeService } from "../../stores";
5
+ import { CommentLikeStore, ICommentLikeService } from "../../stores";
6
6
  import { OmniaContext } from "../../contexts";
7
7
  import "./Like.css";
8
8
  import { LikeStyles } from "../models";
@@ -39,6 +39,7 @@ export declare class LikeComponent extends VueComponentBase implements IWebCompo
39
39
  socialReactionStylings: Array<ISocialReactionStyling>;
40
40
  isSocialReactionsMode: boolean;
41
41
  isShowingSocialReactionsDetail: boolean;
42
+ isMenuOpen: boolean;
42
43
  currentSocialReaction: ISocialReactionStyling;
43
44
  likeClasses: {
44
45
  likesToShow?: any;
@@ -54,6 +55,7 @@ export declare class LikeComponent extends VueComponentBase implements IWebCompo
54
55
  replyAndLikeActionLink?: any;
55
56
  };
56
57
  omniaUrl: string;
58
+ isExpandedMode: boolean;
57
59
  beforeDestroy(): void;
58
60
  created(): void;
59
61
  mounted(): void;
@@ -64,6 +66,8 @@ export declare class LikeComponent extends VueComponentBase implements IWebCompo
64
66
  renderLikedByTitle(likes: Array<ISocialReaction>, likesToShow: Array<LikeUser>): VueTsxSupport.JSX.Element[];
65
67
  onOpenSocialReactionsDetail(): void;
66
68
  onCloseSocialReactionsDetail(): void;
69
+ onOpenSocalReactions(e: Event): void;
70
+ onCloseSocialReactions(): void;
67
71
  renderSocialReactions(): VueTsxSupport.JSX.Element;
68
72
  renderLikes(): VueTsxSupport.JSX.Element[];
69
73
  render(): VueTsxSupport.JSX.Element;
@@ -25,6 +25,7 @@ export declare module CommentLocalization {
25
25
  DeleteComment: string;
26
26
  ConfirmDelete: string;
27
27
  ValidateCommentMessage: string;
28
+ EditActionsButtonArialLabel: string;
28
29
  CommentCountLabel: {
29
30
  ZeroComment: string;
30
31
  OneComment: string;
@@ -50,6 +50,7 @@ export declare class CommentLikeTemplate extends VueComponentBase<{}, {}, {}> im
50
50
  private observer;
51
51
  private isValidComment;
52
52
  private deleteDialogModel;
53
+ private useAccessibilityFeatures;
53
54
  private get isAdd();
54
55
  private get isReply();
55
56
  private get isMobile();
@@ -0,0 +1,4 @@
1
+ import { TokenDefinition } from "@omnia/fx-models";
2
+ export declare class UserTokenDefinition extends TokenDefinition<string> {
3
+ prefixToken: string;
4
+ }
@@ -35,5 +35,8 @@ export declare module UserPropertyProviderLocalization {
35
35
  TimeProperty: string;
36
36
  UserIdentityProperty: string;
37
37
  };
38
+ Tokens: {
39
+ Username: string;
40
+ };
38
41
  }
39
42
  }
@@ -1,5 +1,5 @@
1
- import { GuidValue, LayoutRendererCanvasApi, UserTypeLayoutMode } from "@omnia/fx-models";
2
1
  import { ServiceContainerContext } from "@omnia/fx";
2
+ import { GuidValue, LayoutRendererCanvasApi, UserTypeLayoutMode } from "@omnia/fx-models";
3
3
  declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<{
4
4
  userTypeId: GuidValue;
5
5
  editMode: boolean;
@@ -1 +1 @@
1
- {"omfx-enterpriseproperties-taxonomyfield-value-definition":["availableParents"],"omfx-sp-language-picker":["valueBind","onValueChanged","scopedSlots","styles"],"omfx-targeting-filter":["filter","onFilterChanged","fullWidth"],"omfx-term-picker":["startWithIds","termSetId","preSelectedTermIds","lcid","onTermsSelected","filterOptions","validator","description"],"omfx-termset-picker":["termSetId","onChanged"],"omnia-fx-spfx-wp-settings":["onClosed","onChange"],"omfx-queryable-enterpriseproperties":["serviceId","additionalBuiltInProperties "],"omfx-app-instance-delete-blade":["appInstance","handleClose","handleDeleteCompleted"],"omfx-appinstance-editing-journey":["appInstance","content","onCanceled","onSave","onCompleted"],"omfx-app-instance-permission-blade":["appInstance","handleClose","onAppPermissionsUpdated"],"omfx-app-instance-information-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-instance-users-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-instance-enterprise-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-provisioning-wizard":["initialAppTemplate","initialAppDefinition","initialAppInstance","onInstancePropertiesChanged","onProvisioningStarted","onProvisioningCompleted","styles","templatesToShow"],"omfx-button":["preset","icon","tooltip","size","mode","styles","onClick"],"omfx-color-picker":["display","valueBind","onValueChanged","errorMessages","validator","attachedToParent"],"omfx-confirm-dialog":["dialogOptions","onClose","styles","icon"],"omfx-connected-tenant":["onValueChanged","scopedSlots"],"omfx-context-language-picker":["onValueChanged","scopedSlots"],"omfx-datatable":["items","header","onSort","renderItem","onPaging","scrollElementSelector"],"omfx-date-time-picker":["valueBind","onValueChanged","formatter","description"],"omfx-enterpriseproperties-datetimefield-display":["settings"],"omfx-enterpriseproperty-picker":["preSelectedPropertyInternalName","propertyItems","externalPropertyItems","onChange","requiredWithValidator","excludedPropertyTypeIds"],"omfx-enterprisepropertyset-picker":["preSelectedPropertySetId","propertySetItems","onChange","requiredWithValidator"],"omfx-features-journey":["onInstanceClosed"],"omfx-file-uploader":["onFileChanged","limitedFileTypes"],"omfx-numeric-indicator":["clickCallback","valueBind","label","style"],"omfx-barchart-indicator":["clickCallback","loadData","hasData","chartValues"],"omfx-heading":["styles","onChange"],"omfx-icon":["valueBind","styles","iconAttrs"],"omfx-icon-picker":["valueBind","onValueChanged","errorMessages","validator"],"omfx-iframe":["js","html","css","iframeHeight","iframeCustomStyle"],"omfx-media-imagegrid":["images","onImageSelected","searchStatus"],"omfx-input-language-picker":["multilingualContext"],"omfx-journey":["onInstanceCreated","onInstanceClosed","blades"],"omfx-language-picker":["valueBind","onValueChanged","scopedSlots","styles","loadLanguage"],"omfx-media-picker-image":["image","imageStyle"],"omfx-media-picker-video":["video"],"omfx-multilingual-input":["valueBind","richTextSettings","requiredWithValidator","onValueChanged"],"omfx-organizationtree":["valueBind","onNewUserSelected"],"omfx-reportees":["users","manager","onUserClick"],"omfx-permission-input":["settings","contextParams"],"omfx-persona":["largeImage","linkToProfilecard","highlight","user","onUserClick"],"omfx-post-component":["richTextSettings","cardStyle","showMoreSize","styles","allowLikes","enableMention","customSlots"],"omfx-aboutuser":["user"],"omfx-profilecard":["user","scopedSlots","appendToBody"],"omfx-profilecard-dialog":["user"],"omfx-rich-text-editor":["onContentChange","onContentDataChange","onInstanceCreated"],"omfx-rich-text-editor-renderer":["editorContent","editorContent"],"omfx-rollup-empty":["text","renderingMode"],"omfx-rollup-filter":["valueBind","onFilterChange","useRollupFilterRouter"],"omfx-security-trimer":["content","alternativeContent","roles"],"omfx-settings-pane":["valueBind","onCancel","onSave"],"omfx-comment-component":["topicId","comments","template","dynamicInput","richTextSettings","enableBestReply","canMarkBestReply","sortOrder","allowLikes","cardStyle","showMoreSize","additionalRoles"],"omfx-people-tagging-component":["content","disabled","richTextSettings","enableMention","contentChanged","mentionChanged","resetContetnRte"],"omfx-like-component":["topicId","commendId","commentLikeService","likes","likeListingTemplate","extendComponents"],"omfx-like-listing-template":["likes","socialReactionStylings","currentSocialReaction","close"],"omfx-spacing-picker":["valueBind","onValueChanged"],"omfx-status-message-overlay":["content"],"omfx-template-picker":["valueBind","templates","onValueChanged"],"omfx-text-translator":["onTranslateCompleted"],"omfx-themedefinition-editor":["hideBodySettings","hideChromeSettings","hideBorderSettings","valueBind","onValueChanged","attachedToParent"],"omfx-timezone-picker":["valueBind","onValueChanged","scopedSlots","styles"],"omfx-url-input":["valueBind","requiredWithValidator","onValueChanged","onBlur"],"omfx-field-validation":["useValidator","checkValue","rules","getCheckValue"],"omfx-wizard":["styles","onInstanceCreated","steps"]}
1
+ {"omfx-enterpriseproperties-taxonomyfield-value-definition":["availableParents"],"omfx-sp-language-picker":["valueBind","onValueChanged","scopedSlots","styles"],"omfx-targeting-filter":["filter","onFilterChanged","fullWidth"],"omfx-term-picker":["startWithIds","termSetId","preSelectedTermIds","lcid","onTermsSelected","filterOptions","validator","description"],"omfx-termset-picker":["termSetId","onChanged"],"omfx-queryable-enterpriseproperties":["serviceId","additionalBuiltInProperties "],"omfx-app-instance-delete-blade":["appInstance","handleClose","handleDeleteCompleted"],"omfx-appinstance-editing-journey":["appInstance","content","onCanceled","onSave","onCompleted"],"omfx-app-instance-permission-blade":["appInstance","handleClose","onAppPermissionsUpdated"],"omfx-app-instance-information-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-instance-users-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-instance-enterprise-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-provisioning-wizard":["initialAppTemplate","initialAppDefinition","initialAppInstance","onInstancePropertiesChanged","onProvisioningStarted","onProvisioningCompleted","styles","templatesToShow"],"omfx-button":["preset","icon","tooltip","size","mode","styles","onClick","onKeyDown","tabindex"],"omfx-color-picker":["display","valueBind","onValueChanged","errorMessages","validator","attachedToParent"],"omfx-confirm-dialog":["dialogOptions","onClose","styles","icon"],"omfx-connected-tenant":["onValueChanged","scopedSlots"],"omfx-context-language-picker":["onValueChanged","scopedSlots"],"omfx-datatable":["items","header","onSort","renderItem","onPaging","scrollElementSelector"],"omfx-date-time-picker":["valueBind","onValueChanged","formatter","description"],"omfx-enterpriseproperties-datetimefield-display":["settings"],"omfx-enterpriseproperty-picker":["preSelectedPropertyInternalName","propertyItems","externalPropertyItems","onChange","requiredWithValidator","excludedPropertyTypeIds"],"omfx-enterprisepropertyset-picker":["preSelectedPropertySetId","propertySetItems","onChange","requiredWithValidator"],"omfx-features-journey":["onInstanceClosed"],"omfx-file-uploader":["onFileChanged","limitedFileTypes"],"omfx-numeric-indicator":["clickCallback","valueBind","label","style"],"omfx-barchart-indicator":["clickCallback","loadData","hasData","chartValues"],"omfx-heading":["styles","onChange"],"omfx-icon":["valueBind","styles","iconAttrs"],"omfx-icon-picker":["valueBind","onValueChanged","errorMessages","validator"],"omfx-iframe":["js","html","css","iframeHeight","iframeCustomStyle"],"omfx-media-imagegrid":["images","onImageSelected","searchStatus"],"omfx-input-language-picker":["multilingualContext"],"omfx-journey":["onInstanceCreated","onInstanceClosed","blades"],"omfx-language-picker":["valueBind","onValueChanged","scopedSlots","styles","loadLanguage"],"omfx-media-picker-image":["image","imageStyle"],"omfx-media-picker-video":["video"],"omfx-multilingual-input":["valueBind","richTextSettings","requiredWithValidator","onValueChanged"],"omfx-organizationtree":["valueBind","onNewUserSelected"],"omfx-reportees":["users","manager","onUserClick"],"omfx-permission-input":["settings","contextParams"],"omfx-persona":["largeImage","linkToProfilecard","highlight","user","onUserClick"],"omfx-post-component":["richTextSettings","cardStyle","showMoreSize","styles","allowLikes","enableMention","customSlots"],"omfx-aboutuser":["user"],"omfx-profilecard":["user","scopedSlots","appendToBody"],"omfx-profilecard-dialog":["user"],"omfx-rich-text-editor":["onContentChange","onContentDataChange","onInstanceCreated"],"omfx-rich-text-editor-renderer":["editorContent","editorContent"],"omfx-rollup-empty":["text","renderingMode"],"omfx-rollup-filter":["valueBind","onFilterChange","useRollupFilterRouter"],"omfx-security-trimer":["content","alternativeContent","roles"],"omfx-settings-pane":["valueBind","onCancel","onSave"],"omfx-comment-component":["topicId","comments","template","dynamicInput","richTextSettings","enableBestReply","canMarkBestReply","sortOrder","allowLikes","cardStyle","showMoreSize","additionalRoles"],"omfx-people-tagging-component":["content","disabled","richTextSettings","enableMention","contentChanged","mentionChanged","resetContetnRte"],"omfx-like-component":["topicId","commendId","commentLikeService","likes","likeListingTemplate","extendComponents"],"omfx-like-listing-template":["likes","socialReactionStylings","currentSocialReaction","close"],"omfx-spacing-picker":["valueBind","onValueChanged"],"omfx-status-message-overlay":["content"],"omfx-template-picker":["valueBind","templates","onValueChanged"],"omfx-text-translator":["onTranslateCompleted"],"omfx-themedefinition-editor":["hideBodySettings","hideChromeSettings","hideBorderSettings","valueBind","onValueChanged","attachedToParent"],"omfx-timezone-picker":["valueBind","onValueChanged","scopedSlots","styles"],"omfx-url-input":["valueBind","requiredWithValidator","onValueChanged","onBlur"],"omfx-field-validation":["useValidator","checkValue","rules","getCheckValue"],"omfx-wizard":["styles","onInstanceCreated","steps"]}
@@ -6,10 +6,15 @@ import wcded30c240e6c4688955867472a8d0a02 from '../../fx-sp/internal-do-not-impo
6
6
  import wc0fb3af1182d849fc89b04ed67949091e from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/ExtendedTaxonomyPropertyDefaultValueInput';
7
7
  import wc28d15a1179a04eaa9f2e82abe15f7177 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/TaxonomyPropertyRenderer';
8
8
  import wcb1fca92af8524970b426823cf7ef65b5 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/SelectionsAreaTaxonomyRenderer';
9
+ import wc4584d438a74748ab9ae5f9f4f431673f from '../../fx-sp/internal-do-not-import-from-here/ux/listtree/ListTree';
9
10
  import wc7332138e1e7845d1a5e62597a27e44a4 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetDisplay';
10
11
  import wc83dee8a1eea84537ad9544e8b9fc4cb1 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetEditor';
11
12
  import wca9cc1e1ff5894f4db7005bc49c6c47c5 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetConfiguration';
13
+ import wc5057354b14bb430e854a22e21d9ab7af from './spfx/components/OmniaWPContainerSettings';
14
+ import wca7105d996040472b8d55819f99a434db from './spfx/components/OmniaWPContainer';
12
15
  import wc4d6cad2f0eb948e1aaefae35edab238c from './spfx/components/OmniaWPStandaloneContainer';
16
+ import wcd291917a0dd44ad0a96370e8f53be808 from './spfx/components/renderer/Settings';
17
+ import wc3a5a2bb94382402ba9927797758c1269 from './ux/analytics/metric/Metric';
13
18
  import wc4d83f393bd894ea0b1c3eb4ebce3ad19 from './ux/analyticssettings/AnalyticsSettings';
14
19
  import wca8f8d41d8ceb43e0b16398c209fd6b32 from './ux/app/appinstance/renderer/AppInstanceRollup';
15
20
  import wc99576cfe75504d4babc4575e968f3f9c from './ux/app/appinstance/renderer/AppInstanceRollupRenderer';
@@ -83,6 +88,7 @@ import wc7f06e68f94904b48b827b23acd148bec from './ux/optionpicker/OptionPicker';
83
88
  import wcd4adc78e79ad4c2c889e52755e2bbede from './ux/permissioninput/TenantAdminPermissionInput';
84
89
  import wcb6ddbf2c41224cd29b92fcecbbdd31a0 from './ux/playground_test/Play2Component';
85
90
  import wc1a58948a606a42078da3fb919cc4f7e6 from './ux/presetupwizard/PreSetupWizard';
91
+ import wc6b7b970b284443abb7a86f0afa4462e3 from './ux/profilecard/ProfileSwitchingBtn';
86
92
  import wc6d1d84cb210643c59ca8437fc36c75a1 from './ux/profilecard/ProfileCardRenderer';
87
93
  import wc916c23c53dbf4d5a8e421e9449c6b203 from './ux/properties/builtins/birthday/BirthdayDisplay';
88
94
  import wc5b7f85ec36cf4e88911e7951ccec4e2b from './ux/properties/builtins/birthday/BirthdayConfiguration';
@@ -122,6 +128,7 @@ import wc784d162feec24424a993d8ba812b9c94 from './ux/properties/builtins/multili
122
128
  import wc4abd8ef8e96f4beca6d375984132b6ec from './ux/properties/builtins/multilingualText/MultilingualTextEditor';
123
129
  import wcae83e3f39ff443b8abb93e483c14f48f from './ux/properties/builtins/phone-number/PhoneNumberDisplay';
124
130
  import wcaad7c8da16f04a46b9503564b10a8f34 from './ux/properties/builtins/phone-number/PhoneNumberEditor';
131
+ import wcc2853e34fdbd45ec9118b7fd4323b751 from './ux/properties/builtins/phone-number/PhoneNumberConfiguration';
125
132
  import wc13f465ea57024a47ae66d4bf1d927974 from './ux/properties/builtins/tags/TagsDisplay';
126
133
  import wc4fc24b6b58014b5f9a3474a8f5cc4f00 from './ux/properties/builtins/tags/TagsEditor';
127
134
  import wcdf429c59a8ec42cf8ec34907705793a9 from './ux/properties/builtins/text/TextDisplay';
@@ -178,10 +185,15 @@ declare global {
178
185
  "omfx-filterengine-extended-taxonomy-defaultvalue-input": base.CombinedTsxComponentAttrs<typeof wc0fb3af1182d849fc89b04ed67949091e.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
179
186
  "omfx-taxonomy-filterengine-renderer": base.CombinedTsxComponentAttrs<typeof wc28d15a1179a04eaa9f2e82abe15f7177.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
180
187
  "omfx-filterengine-selectionsarea-taxonomyproperty": base.CombinedTsxComponentAttrs<typeof wcb1fca92af8524970b426823cf7ef65b5.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
188
+ "omfx-sp-list-tree": base.CombinedTsxComponentAttrs<typeof wc4584d438a74748ab9ae5f9f4f431673f.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
181
189
  "omfx-properties-term-set-display": base.CombinedTsxComponentAttrs<typeof wc7332138e1e7845d1a5e62597a27e44a4.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
182
190
  "omfx-properties-term-set-editor": base.CombinedTsxComponentAttrs<typeof wc83dee8a1eea84537ad9544e8b9fc4cb1.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
183
191
  "omfx-properties-term-set-configuration": base.CombinedTsxComponentAttrs<typeof wca9cc1e1ff5894f4db7005bc49c6c47c5.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
192
+ "omnia-fx-spfx-wp-settings": base.CombinedTsxComponentAttrs<typeof wc5057354b14bb430e854a22e21d9ab7af.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
193
+ "omnia-fx-spfx-wp": base.CombinedTsxComponentAttrs<typeof wca7105d996040472b8d55819f99a434db.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
184
194
  "omnia-fx-spfx-wp-standalone": base.CombinedTsxComponentAttrs<typeof wc4d6cad2f0eb948e1aaefae35edab238c.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
195
+ "omnia-fx-spfx-wp-settings-renderer": base.CombinedTsxComponentAttrs<typeof wcd291917a0dd44ad0a96370e8f53be808.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
196
+ "omfx-metric-renderer": base.CombinedTsxComponentAttrs<typeof wc3a5a2bb94382402ba9927797758c1269.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
185
197
  "omfx-analytics-settings": base.CombinedTsxComponentAttrs<typeof wc4d83f393bd894ea0b1c3eb4ebce3ad19.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
186
198
  "omfx-app-instance-rollup": base.CombinedTsxComponentAttrs<typeof wca8f8d41d8ceb43e0b16398c209fd6b32.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
187
199
  "omfx-app-instance-rollup-renderer": base.CombinedTsxComponentAttrs<typeof wc99576cfe75504d4babc4575e968f3f9c.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
@@ -255,6 +267,7 @@ declare global {
255
267
  "omfx-tenant-admin-permission-input": base.CombinedTsxComponentAttrs<typeof wcd4adc78e79ad4c2c889e52755e2bbede.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
256
268
  "omnia-play-2": base.CombinedTsxComponentAttrs<typeof wcb6ddbf2c41224cd29b92fcecbbdd31a0.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
257
269
  "omfx-presetup-wizard": base.CombinedTsxComponentAttrs<typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
270
+ "omfx-profileswitch-btn": base.CombinedTsxComponentAttrs<typeof wc6b7b970b284443abb7a86f0afa4462e3.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
258
271
  "omfx-profilecard-renderer": base.CombinedTsxComponentAttrs<typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
259
272
  "omfx-properties-birthday-display": base.CombinedTsxComponentAttrs<typeof wc916c23c53dbf4d5a8e421e9449c6b203.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
260
273
  "omfx-properties-birthday-configuration": base.CombinedTsxComponentAttrs<typeof wc5b7f85ec36cf4e88911e7951ccec4e2b.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
@@ -294,6 +307,7 @@ declare global {
294
307
  "omfx-properties-multilingualtext-editor": base.CombinedTsxComponentAttrs<typeof wc4abd8ef8e96f4beca6d375984132b6ec.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
295
308
  "omfx-properties-phone-number-display": base.CombinedTsxComponentAttrs<typeof wcae83e3f39ff443b8abb93e483c14f48f.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
296
309
  "omfx-properties-phone-number-editor": base.CombinedTsxComponentAttrs<typeof wcaad7c8da16f04a46b9503564b10a8f34.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
310
+ "omfx-properties-phone-number-configuration": base.CombinedTsxComponentAttrs<typeof wcc2853e34fdbd45ec9118b7fd4323b751.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
297
311
  "omfx-properties-tags-display": base.CombinedTsxComponentAttrs<typeof wc13f465ea57024a47ae66d4bf1d927974.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
298
312
  "omfx-properties-tags-editor": base.CombinedTsxComponentAttrs<typeof wc4fc24b6b58014b5f9a3474a8f5cc4f00.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
299
313
  "omfx-properties-text-display": base.CombinedTsxComponentAttrs<typeof wcdf429c59a8ec42cf8ec34907705793a9.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
@@ -3,10 +3,10 @@
3
3
  "version": "1.0.0",
4
4
  "description": "Omnia fx messaging",
5
5
  "typings": "./index.d.ts",
6
- "author": "Precio Fishbone",
6
+ "author": "Omnia Digital Workplace AB",
7
7
  "license": "MIT",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "git+https://github.com/preciofishbone/OmniaFx"
10
+ "url": "git+https://github.com/omniaintranet/OmniaFx"
11
11
  }
12
- }
12
+ }
@@ -3,10 +3,10 @@
3
3
  "version": "1.0.0",
4
4
  "description": "Omnia fx models",
5
5
  "typings": "./index.d.ts",
6
- "author": "Precio Fishbone",
6
+ "author": "Omnia Digital Workplace AB",
7
7
  "license": "MIT",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "git+https://github.com/preciofishbone/OmniaFx"
10
+ "url": "git+https://github.com/omniaintranet/OmniaFx"
11
11
  }
12
- }
12
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "7.8.7-preview",
4
+ "version": "7.8.7",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "git+https://github.com/preciofishbone/OmniaFx.git"
12
+ "url": "git+https://github.com/omniaintranet/OmniaFx.git"
13
13
  },
14
14
  "keywords": [
15
15
  "omnia",
@@ -18,9 +18,9 @@
18
18
  "office365",
19
19
  "sharepoint"
20
20
  ],
21
- "author": "Precio Fishbone",
21
+ "author": "Omnia Digital Workplace AB",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "7.8.7-preview",
23
+ "@omnia/fx-models": "7.8.7",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",
@@ -54,7 +54,7 @@
54
54
  "devDependencies": {},
55
55
  "typings": "./index.d.ts",
56
56
  "bugs": {
57
- "url": "https://github.com/preciofishbone/OmniaFx/issues"
57
+ "url": "https://github.com/omniaintranet/OmniaFx/issues"
58
58
  },
59
- "homepage": "https://github.com/preciofishbone/OmniaFx#readme"
59
+ "homepage": "https://github.com/omniaintranet/OmniaFx#readme"
60
60
  }
@@ -3,10 +3,10 @@
3
3
  "version": "1.0.0",
4
4
  "description": "Omnia fx services",
5
5
  "typings": "./index.d.ts",
6
- "author": "Precio Fishbone",
6
+ "author": "Omnia Digital Workplace AB",
7
7
  "license": "MIT",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "git+https://github.com/preciofishbone/OmniaFx"
10
+ "url": "git+https://github.com/omniaintranet/OmniaFx"
11
11
  }
12
- }
12
+ }
@@ -3,10 +3,10 @@
3
3
  "version": "1.0.0",
4
4
  "description": "Omnia fx sp",
5
5
  "typings": "./index.d.ts",
6
- "author": "Precio Fishbone",
6
+ "author": "Omnia Digital Workplace AB",
7
7
  "license": "MIT",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "git+https://github.com/preciofishbone/OmniaFx"
10
+ "url": "git+https://github.com/omniaintranet/OmniaFx"
11
11
  }
12
- }
12
+ }
package/sp/package.json CHANGED
@@ -3,10 +3,10 @@
3
3
  "version": "1.0.0",
4
4
  "description": "Omnia fx sp",
5
5
  "typings": "./index.d.ts",
6
- "author": "Precio Fishbone",
6
+ "author": "Omnia Digital Workplace AB",
7
7
  "license": "MIT",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "git+https://github.com/preciofishbone/OmniaFx"
10
+ "url": "git+https://github.com/omniaintranet/OmniaFx"
11
11
  }
12
- }
12
+ }
package/spfx/package.json CHANGED
@@ -3,10 +3,10 @@
3
3
  "version": "1.0.0",
4
4
  "description": "Omnia fx spfx",
5
5
  "typings": "./index.d.ts",
6
- "author": "Precio Fishbone",
6
+ "author": "Omnia Digital Workplace AB",
7
7
  "license": "MIT",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "git+https://github.com/preciofishbone/OmniaFx"
10
+ "url": "git+https://github.com/omniaintranet/OmniaFx"
11
11
  }
12
- }
12
+ }
@@ -3,10 +3,10 @@
3
3
  "version": "1.0.0",
4
4
  "description": "Omnia fx spfx tooling",
5
5
  "typings": "./index.d.ts",
6
- "author": "Precio Fishbone",
6
+ "author": "Omnia Digital Workplace AB",
7
7
  "license": "MIT",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "git+https://github.com/preciofishbone/OmniaFx"
10
+ "url": "git+https://github.com/omniaintranet/OmniaFx"
11
11
  }
12
- }
12
+ }
@@ -3,10 +3,10 @@
3
3
  "version": "1.0.0",
4
4
  "description": "Omnia Fx Stores",
5
5
  "typings": "./index.d.ts",
6
- "author": "Precio Fishbone",
6
+ "author": "Omnia Digital Workplace AB",
7
7
  "license": "MIT",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "git+https://github.com/preciofishbone/OmniaFx.git"
10
+ "url": "git+https://github.com/omniaintranet/OmniaFx.git"
11
11
  }
12
- }
12
+ }