@omnia/fx 7.9.21-preview → 7.9.21
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.
- package/internal-do-not-import-from-here/core/Cookies.d.ts +2 -1
- package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +3 -2
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +2 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/BusinessProfileService.d.ts +1 -0
- package/internal-do-not-import-from-here/services/identities/IdentityService.d.ts +5 -0
- package/internal-do-not-import-from-here/services/permissions/PermissionService.d.ts +2 -1
- package/internal-do-not-import-from-here/spfx/components/SpfxCustomizeStyle.d.ts +5 -0
- package/internal-do-not-import-from-here/stores/ArchivedIdentityStore.d.ts +23 -0
- package/internal-do-not-import-from-here/stores/BlockTitleSettingsStore.d.ts +4 -2
- package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/AnchorLink.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/TokenBasedRouter.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +30 -4
- package/internal-do-not-import-from-here/ux/VueTags.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/actionhandler/ActionHandler.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/authenticationchecker/AuthenticationChecker.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/authsetup/AuthSetupConfirm.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/authsetup/loc/localize.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/blockgallery/BlockDialogLayoutListBlade.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/blockgallery/admin/Constants.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/blockgallery/apis/Registration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blockgallery/factory/Factory.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/blockgallery/store/BlockGalleryStore.d.ts +36 -9
- package/internal-do-not-import-from-here/ux/blockgallery/style/General.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/blockgallery/style/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/EnterprisePropertyComponentProps.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/RichTextFieldEdit.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/headingconfigurations/HeadingConfigurationFactory.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/identities/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/languagepicker/ILanguagePicker.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/AddContentDialog.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/BlockCatalogStore.d.ts +13 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/YouTubeProvider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowMedia.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/models/enterpriseproperties/PersonFieldDisplayStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/organizationtree/OrganizationTree.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/permissioninput/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/settings/ISettingsPane.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/vuetify/index.d.ts +0 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +2 -0
- package/package.json +4 -4
package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts
CHANGED
|
@@ -32,6 +32,7 @@ export declare const SharedRendererStyles: {
|
|
|
32
32
|
columnWrapper: string;
|
|
33
33
|
backgroundWrapperImage: string;
|
|
34
34
|
getStyleStringForTitle: (settings: SectionSettings) => string;
|
|
35
|
+
getTitleContentClass: (settings: SectionSettings) => string;
|
|
35
36
|
adjustScrollCompensation: (extra: number) => void;
|
|
36
37
|
getStylesFromSettings: (settings: SectionSettings, useScrollMargingFix: boolean) => string;
|
|
37
38
|
getStylesForSpacingInContainer(sectionSettings: SectionSettings, fullHeight: boolean): string;
|
|
@@ -22,7 +22,19 @@ export declare class BlockCatalogStore extends Store {
|
|
|
22
22
|
filterBlockRegistrationOnFeatureDependency(blockRegistration: BlockRegistration): boolean;
|
|
23
23
|
filterBlockRegistrationByBackendRuntimes(blockRegistration: BlockRegistration): boolean;
|
|
24
24
|
filterBlockRegistrationByClientRuntimes(blockRegistration: BlockRegistration): boolean;
|
|
25
|
-
|
|
25
|
+
/**
|
|
26
|
+
* Validate if block is valid for layout provider.
|
|
27
|
+
* @param blockRegistration
|
|
28
|
+
* @param layoutProvider
|
|
29
|
+
* @returns
|
|
30
|
+
*/
|
|
31
|
+
filterBlockRegistrationOnLayoutDependency(blockRegistration: BlockRegistration, layoutProvider: string): boolean;
|
|
32
|
+
/**
|
|
33
|
+
* Validate if block is valid for current environment (backend/client runtime) and feature dependencies.
|
|
34
|
+
* @param block
|
|
35
|
+
* @returns
|
|
36
|
+
*/
|
|
37
|
+
isBlockValidForEnvironment(block: BlockRegistration): boolean;
|
|
26
38
|
filterBlockRegistrationByDisableAuth(blockRegistration: BlockRegistration): boolean;
|
|
27
39
|
/**
|
|
28
40
|
* Implementation of mutations
|
package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/YouTubeProvider.d.ts
CHANGED
|
@@ -46,6 +46,7 @@ export declare class YouTubeProviderComponent extends MultiSelectMediaProviderCo
|
|
|
46
46
|
private getStartTimeAsSeconds;
|
|
47
47
|
private processResponsiveIframe;
|
|
48
48
|
private updateVideoState;
|
|
49
|
+
private waitForIframeLoad;
|
|
49
50
|
private saveYoutubeResult;
|
|
50
51
|
private renderVideoIframe;
|
|
51
52
|
private renderResponsiveVideoIframe;
|
|
@@ -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;
|
|
@@ -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
|
-
|
|
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
|
-
|
|
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;
|
package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts
CHANGED
|
@@ -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
|
};
|
|
@@ -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';
|
|
@@ -208,6 +209,7 @@ declare global {
|
|
|
208
209
|
"omfx-add-button": base.CombinedTsxComponentAttrs<typeof wc1476702e8f24468d9185322be5931c54.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
209
210
|
"omfx-app-show-in-public-listings-input": base.CombinedTsxComponentAttrs<typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
210
211
|
"omfx-authsetup": base.CombinedTsxComponentAttrs<typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
212
|
+
"omfx-authsetup-confirm": base.CombinedTsxComponentAttrs<typeof wc49d5de1eda62481abf0a5a317b99f3e9.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
211
213
|
"omfx-admin-blocktemplates": base.CombinedTsxComponentAttrs<typeof wcb5eb74ede439404b859e485f5f8e68e0.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
212
214
|
"omfx-command-palette": base.CombinedTsxComponentAttrs<typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
213
215
|
"omfx-date-time-filter-query": base.CombinedTsxComponentAttrs<typeof wc0fb46d84e95e4e04801878bec4b370cb.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omnia/fx",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "7.9.21
|
|
4
|
+
"version": "7.9.21",
|
|
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.21
|
|
23
|
+
"@omnia/fx-models": "7.9.21",
|
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
|
25
25
|
"broadcast-channel": "4.8.0",
|
|
26
26
|
"dayjs": "1.10.7",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"prosemirror-schema-list": "1.0.4",
|
|
49
49
|
"vue-property-decorator": "8.3.0",
|
|
50
50
|
"vue-class-component": "7.1.0",
|
|
51
|
-
"axios": "0.
|
|
51
|
+
"axios": "0.30.0",
|
|
52
52
|
"mousetrap": "1.6.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {},
|
|
@@ -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
|
+
}
|