@omnia/fx 7.9.30-preview → 7.9.30

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 (58) hide show
  1. package/LICENSE.txt +14 -0
  2. package/internal-do-not-import-from-here/core/Cookies.d.ts +2 -1
  3. package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +3 -2
  4. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  6. package/internal-do-not-import-from-here/services/AzureOpenAIService.d.ts +2 -1
  7. package/internal-do-not-import-from-here/services/BusinessProfileService.d.ts +2 -1
  8. package/internal-do-not-import-from-here/services/identities/IdentityService.d.ts +5 -0
  9. package/internal-do-not-import-from-here/services/permissions/PermissionService.d.ts +2 -1
  10. package/internal-do-not-import-from-here/spfx/components/SpfxCustomizeStyle.d.ts +5 -0
  11. package/internal-do-not-import-from-here/stores/ArchivedIdentityStore.d.ts +23 -0
  12. package/internal-do-not-import-from-here/stores/BlockTitleSettingsStore.d.ts +4 -2
  13. package/internal-do-not-import-from-here/stores/BusinessProfileStore.d.ts +2 -1
  14. package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
  15. package/internal-do-not-import-from-here/ux/AnchorLink.d.ts +3 -0
  16. package/internal-do-not-import-from-here/ux/TokenBasedRouter.d.ts +2 -0
  17. package/internal-do-not-import-from-here/ux/UxModels.d.ts +25 -4
  18. package/internal-do-not-import-from-here/ux/VueTags.d.ts +0 -1
  19. package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +8 -0
  20. package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/AppDescriptionInput.d.ts +2 -0
  21. package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/IAppDescriptionInput.d.ts +1 -0
  22. package/internal-do-not-import-from-here/ux/authenticationchecker/AuthenticationChecker.d.ts +3 -1
  23. package/internal-do-not-import-from-here/ux/authsetup/AuthSetupConfirm.d.ts +7 -0
  24. package/internal-do-not-import-from-here/ux/authsetup/loc/localize.d.ts +2 -0
  25. package/internal-do-not-import-from-here/ux/blockgallery/store/BlockGalleryStore.d.ts +11 -3
  26. package/internal-do-not-import-from-here/ux/blockgallery/style/General.d.ts +1 -0
  27. package/internal-do-not-import-from-here/ux/enterpriseproperties/EnterprisePropertyComponentProps.d.ts +1 -0
  28. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/RichTextFieldEdit.d.ts +1 -0
  29. package/internal-do-not-import-from-here/ux/headingconfigurations/HeadingConfigurationFactory.d.ts +2 -1
  30. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +6 -1
  31. package/internal-do-not-import-from-here/ux/identities/loc/localize.d.ts +1 -0
  32. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +3 -0
  33. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -0
  34. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +6 -1
  35. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts +5 -0
  36. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +4 -1
  37. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +1 -0
  38. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/BlockCatalogStore.d.ts +13 -1
  39. package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/YouTubeProvider.d.ts +1 -0
  40. package/internal-do-not-import-from-here/ux/mediapickerproviders/gptimageprovider/GptImageProvider.css.d.ts +41 -0
  41. package/internal-do-not-import-from-here/ux/mediapickerproviders/gptimageprovider/GptImageProvider.d.ts +53 -0
  42. package/internal-do-not-import-from-here/ux/mediapickerproviders/gptimageprovider/PollingImageComponent.d.ts +47 -0
  43. package/internal-do-not-import-from-here/ux/mediapickerproviders/gptimageprovider/loc/localize.d.ts +23 -0
  44. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowMedia.d.ts +1 -0
  45. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.d.ts +2 -0
  46. package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.css.d.ts +2 -0
  47. package/internal-do-not-import-from-here/ux/models/enterpriseproperties/PersonFieldDisplayStyles.d.ts +1 -0
  48. package/internal-do-not-import-from-here/ux/organizationtree/OrganizationTree.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/permissioninput/loc/localize.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +3 -1
  51. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/settings/ISettingsPane.d.ts +1 -0
  53. package/internal-do-not-import-from-here/ux/settings/SettingsPane.css.d.ts +1 -0
  54. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -0
  55. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +2 -0
  56. package/internal-do-not-import-from-here/ux/vuetify/index.d.ts +0 -1
  57. package/internal-do-not-import-from-here/wctypings.d.ts +4 -0
  58. package/package.json +4 -4
@@ -47,6 +47,7 @@ export declare abstract class GridViewMediaProviderComponent extends MultiSelect
47
47
  private noMoreResult;
48
48
  private gridViewStyles;
49
49
  private isLoadingMore;
50
+ private isAppendingMoreItems;
50
51
  constructor();
51
52
  protected selectGridItem(mediaItem: ImageItem | VideoItem): void;
52
53
  protected setAllItems(mediaItems: Array<ImageItem | VideoItem>): void;
@@ -59,6 +60,7 @@ export declare abstract class GridViewMediaProviderComponent extends MultiSelect
59
60
  private onGridViewSearch;
60
61
  private appendGridItems;
61
62
  private onGridViewScroll;
63
+ private hasUnrenderedItems;
62
64
  private renderRetryGetImageInfoDialog;
63
65
  private renderGridViewItemSelection;
64
66
  private closeRetryGetImageInfoDialog;
@@ -1,4 +1,6 @@
1
1
  export declare const MediaPickerVideoStyles: {
2
2
  wrapper: (isDark: boolean) => string;
3
3
  container: string;
4
+ thumbnailContainer: string;
5
+ thumbnailImage: string;
4
6
  };
@@ -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
  };
@@ -23,7 +23,7 @@ export declare class OrganizationTreeComponent extends VueComponentBase<IOrganiz
23
23
  beforeDestroy(): void;
24
24
  mounted(): void;
25
25
  needToBeRemoved(user: OrgTreeUser): boolean;
26
- removeReporteesAccordingToSettings(users: OrgTreeUser[]): void;
26
+ filterAccordingToSettings(tree: OrgTree): OrgTree;
27
27
  reInitComponent(user: OrgTreeUser): void;
28
28
  initComponent(): void;
29
29
  camelize(str: any): string;
@@ -4,7 +4,7 @@ export declare module PermissionInputLocalization {
4
4
  PermissionMsg: string;
5
5
  TenantAdmin: string;
6
6
  DirectoryReader: string;
7
- BlockTemplateEditor: string;
7
+ BlockGalleryEditor: string;
8
8
  SemanticSearchReader: string;
9
9
  AddTenantAdminByFreeText: {
10
10
  InputLabel: string;
@@ -1,5 +1,5 @@
1
1
  import { OmniaContext, IWebComponentInstance } from "@omnia/fx";
2
- import { VueComponentBase, ScopedSlots } from "@omnia/fx/ux";
2
+ import { VueComponentBase, ScopedSlots, IdentitiesLocalization } from "@omnia/fx/ux";
3
3
  import { IProfileCardScopedSlots, UserIdentity } from "../../models";
4
4
  import { FeatureStore, ProfileCardStore } from "../../stores";
5
5
  import { IProfileCard } from ".";
@@ -26,6 +26,7 @@ export declare class ProfileCardComponent extends VueComponentBase<IProfileCard>
26
26
  featureStore: FeatureStore;
27
27
  private userIdentityStore;
28
28
  private focusStore;
29
+ identityLoc: IdentitiesLocalization.locInterface;
29
30
  private profileClasses;
30
31
  private tenantPeopleInfo;
31
32
  private showLinkToDelve;
@@ -35,6 +36,7 @@ export declare class ProfileCardComponent extends VueComponentBase<IProfileCard>
35
36
  created(): void;
36
37
  beforeDestroy(): void;
37
38
  hasSlot(): boolean;
39
+ ensureUserObject(): void;
38
40
  mounted(): void;
39
41
  private isUseTheExistingProfileCard;
40
42
  onOpenDialog(): void;
@@ -1,5 +1,5 @@
1
+ import { IPropertyDisplayRenderer, IdentityPropertyDefinition } from "@omnia/fx-models";
1
2
  import { IdentityDisplayStyles } from "./IdentityDisplay.css";
2
- import { IdentityPropertyDefinition, IPropertyDisplayRenderer } from "@omnia/fx-models";
3
3
  export type IdentityDisplayProps = IPropertyDisplayRenderer<IdentityPropertyDefinition> & {
4
4
  styles: typeof IdentityDisplayStyles;
5
5
  };
@@ -7,6 +7,7 @@ export interface ISettingsPaneAttributes {
7
7
  disableSave?: boolean;
8
8
  disableCancel?: boolean;
9
9
  showButtons?: boolean;
10
+ warningMessage?: string;
10
11
  }
11
12
  export interface ISettingsPane extends ISettingsPaneAttributes {
12
13
  [name: string]: any;
@@ -4,4 +4,5 @@ export declare const SettingsPaneStyles: {
4
4
  content: string;
5
5
  closeButton: string;
6
6
  closeButtonIcon: string;
7
+ warningMessage: string;
7
8
  };
@@ -14,6 +14,7 @@ export declare class SettingsPane extends VueComponentBase implements IWebCompon
14
14
  disableSave?: boolean;
15
15
  disableCancel?: boolean;
16
16
  showButtons?: boolean;
17
+ warningMessage?: string;
17
18
  onVisibleChanged(): void;
18
19
  private uniqueId;
19
20
  private styleSet;
@@ -51,6 +51,7 @@ export declare class CommentLikeTemplate extends VueComponentBase<{}, {}, {}> im
51
51
  private isValidComment;
52
52
  private deleteDialogModel;
53
53
  private useAccessibilityFeatures;
54
+ private validateEnabledOnContentChanged;
54
55
  private get isAdd();
55
56
  private get isReply();
56
57
  private get isMobile();
@@ -76,6 +77,7 @@ export declare class CommentLikeTemplate extends VueComponentBase<{}, {}, {}> im
76
77
  private saveCommentInternal;
77
78
  private validateComment;
78
79
  onContentUpdate(content: string): void;
80
+ validateOnContentChanged(content: string): void;
79
81
  onMentionUpdate(mentionUsers: Array<ResolvedUserIdentity>): void;
80
82
  onCommentTextFieldClicked(e: Event): void;
81
83
  private renderUserLink;
@@ -14,7 +14,6 @@ export { VCardActionsTag as VCardActions } from "../VueTags";
14
14
  export { VCardMediaTag as VCardMedia } from "../VueTags";
15
15
  export { VCardTextTag as VCardText } from "../VueTags";
16
16
  export { VCardTitleTag as VCardTitle } from "../VueTags";
17
- export { VCardSubtitleTag as VCardSubtitle } from "../VueTags";
18
17
  export { VCarouselTag as VCarousel } from "../VueTags";
19
18
  export { VCarouselItemTag as VCarouselItem } from "../VueTags";
20
19
  export { VContentTag as VContent } from "../VueTags";
@@ -28,6 +28,7 @@ import wc20bd8ac81b314379a3676ca3b31c720e from './ux/app/management/components/T
28
28
  import wc1476702e8f24468d9185322be5931c54 from './ux/app/management/tabs/shared/addbutton/AddButton';
29
29
  import wc8e21d658d6f84d70870d29805b27df86 from './ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput';
30
30
  import wce4889269c6ad440da65f3acdf5bb6152 from './ux/authsetup/AuthSetup';
31
+ import wc49d5de1eda62481abf0a5a317b99f3e9 from './ux/authsetup/AuthSetupConfirm';
31
32
  import wcb5eb74ede439404b859e485f5f8e68e0 from './ux/blockgallery/admin/TenantBlockTemplateJourney';
32
33
  import wc5dfa7b609aed43ffab03dad33c65b2da from './ux/commandpalette/CommandPalette';
33
34
  import wc0fb46d84e95e4e04801878bec4b370cb from './ux/datetimefilterquery/DateTimeFilterQuery';
@@ -84,6 +85,7 @@ import wc12d1bca1d50b4186acd50014584389c9 from './ux/mediagallery/galleryviewpro
84
85
  import wc96c7e84dfb66450796fe123aea7999c5 from './ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer';
85
86
  import wcc15cd6402e584ab18c73ed2b5e3eded9 from './ux/mediagallery/view/MediaDisplayRenderer';
86
87
  import wc8f6c9579f26646dfb316c087e04455cc from './ux/mediapickerproviders/dalleprovider/PollingImageComponent';
88
+ import wc9a7abf48db574d9080995065fed41259 from './ux/mediapickerproviders/gptimageprovider/PollingImageComponent';
87
89
  import wc29de17877bbb49b1961e75210d865a1b from './ux/mediapickerproviders/mediaflow/MediaflowVideoPlayer';
88
90
  import wc7f06e68f94904b48b827b23acd148bec from './ux/optionpicker/OptionPicker';
89
91
  import wcd4adc78e79ad4c2c889e52755e2bbede from './ux/permissioninput/TenantAdminPermissionInput';
@@ -208,6 +210,7 @@ declare global {
208
210
  "omfx-add-button": base.CombinedTsxComponentAttrs<typeof wc1476702e8f24468d9185322be5931c54.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
209
211
  "omfx-app-show-in-public-listings-input": base.CombinedTsxComponentAttrs<typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
210
212
  "omfx-authsetup": base.CombinedTsxComponentAttrs<typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
213
+ "omfx-authsetup-confirm": base.CombinedTsxComponentAttrs<typeof wc49d5de1eda62481abf0a5a317b99f3e9.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
211
214
  "omfx-admin-blocktemplates": base.CombinedTsxComponentAttrs<typeof wcb5eb74ede439404b859e485f5f8e68e0.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
212
215
  "omfx-command-palette": base.CombinedTsxComponentAttrs<typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
213
216
  "omfx-date-time-filter-query": base.CombinedTsxComponentAttrs<typeof wc0fb46d84e95e4e04801878bec4b370cb.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
@@ -264,6 +267,7 @@ declare global {
264
267
  "omfx-photowall-slider-display-renderer": base.CombinedTsxComponentAttrs<typeof wc96c7e84dfb66450796fe123aea7999c5.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
265
268
  "omfx-media-display-renderer": base.CombinedTsxComponentAttrs<typeof wcc15cd6402e584ab18c73ed2b5e3eded9.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
266
269
  "omfx-media-picker-dalle-polling-image": base.CombinedTsxComponentAttrs<typeof wc8f6c9579f26646dfb316c087e04455cc.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
270
+ "omfx-media-picker-gptimage-polling-image": base.CombinedTsxComponentAttrs<typeof wc9a7abf48db574d9080995065fed41259.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
267
271
  "omfx-mediaflow-provider-video-player": base.CombinedTsxComponentAttrs<typeof wc29de17877bbb49b1961e75210d865a1b.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
268
272
  "omfx-option-picker": base.CombinedTsxComponentAttrs<typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
269
273
  "omfx-tenant-admin-permission-input": base.CombinedTsxComponentAttrs<typeof wcd4adc78e79ad4c2c889e52755e2bbede.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
- "license": "MIT",
4
- "version": "7.9.30-preview",
3
+ "license": "SEE LICENSE IN LICENSE.txt",
4
+ "version": "7.9.30",
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",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "author": "Omnia Digital Workplace AB",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "7.9.30-preview",
23
+ "@omnia/fx-models": "7.9.30",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",
@@ -57,4 +57,4 @@
57
57
  "url": "https://github.com/omniaintranet/OmniaFx/issues"
58
58
  },
59
59
  "homepage": "https://github.com/omniaintranet/OmniaFx#readme"
60
- }
60
+ }