@omnia/fx 7.10.0-preview.9 → 7.11.0-preview.1
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/http/HttpClient.d.ts +2 -2
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -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/EnterprisePropertyService.d.ts +2 -0
- package/internal-do-not-import-from-here/services/QueryablePropertiesService.d.ts +1 -0
- package/internal-do-not-import-from-here/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/services/permissions/PermissionService.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/BlockTitleSettingsStore.d.ts +4 -2
- package/internal-do-not-import-from-here/stores/EnterprisePropertyStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +13 -2
- package/internal-do-not-import-from-here/ux/VueTags.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +12 -3
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourneyConstants.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesSettingsBlade.d.ts +25 -0
- package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/blockgallery/store/BlockGalleryStore.d.ts +10 -4
- package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.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/booleanfield/BooleanFieldEdit.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/numberfield/NumberFieldEdit.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/RichTextFieldEdit.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/TextFieldEdit.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/loc/localize.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.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/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/identitypicker/loc/Localize.d.ts +2 -1
- 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 +9 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts +4 -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/stores/BlockCatalogStore.d.ts +13 -1
- package/internal-do-not-import-from-here/ux/letteravatar/LetterAvatar.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/profilecard/ProfileCard.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/sitelogoicon/SiteLogoIcon.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/vuetify/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/Context.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/manifestIds.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangDa.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangDe.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangEn.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangEnUS.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangEs.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangEt.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangFi.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangFr.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangLt.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangLv.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangNb.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangNl.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangPl.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangSv.d.ts +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { VueComponentBase } from "../..";
|
|
2
|
+
import { JourneyInstance } from "@omnia/fx-models";
|
|
3
|
+
import { EnterprisePropertyDefinitionViewModel } from "./QueryablePropertiesHomeBlade";
|
|
4
|
+
export interface SettingPropertyBladeProps {
|
|
5
|
+
properties: EnterprisePropertyDefinitionViewModel[];
|
|
6
|
+
journeyInstance: JourneyInstance;
|
|
7
|
+
saveProperties: (properties: EnterprisePropertyDefinitionViewModel[]) => Promise<void>;
|
|
8
|
+
showAZFilteringOption?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare class SettingBlade extends VueComponentBase<SettingPropertyBladeProps> {
|
|
11
|
+
properties?: EnterprisePropertyDefinitionViewModel[];
|
|
12
|
+
journeyInstance: JourneyInstance;
|
|
13
|
+
showAZFilteringOption?: boolean;
|
|
14
|
+
saveProperties: (properties: EnterprisePropertyDefinitionViewModel[]) => Promise<void>;
|
|
15
|
+
private omniaTheming;
|
|
16
|
+
private localizationService;
|
|
17
|
+
private omniaUxLoc;
|
|
18
|
+
isSaving: boolean;
|
|
19
|
+
private queryablePropertiesClasses;
|
|
20
|
+
private headers;
|
|
21
|
+
created(): void;
|
|
22
|
+
onSave(): void;
|
|
23
|
+
onTravelBack(): void;
|
|
24
|
+
render(): VueTsxSupport.JSX.Element;
|
|
25
|
+
}
|
|
@@ -6,6 +6,8 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
|
|
|
6
6
|
icon: IIcon;
|
|
7
7
|
iconColor: string;
|
|
8
8
|
onClickCallBack: () => void;
|
|
9
|
+
backgroundColor: string;
|
|
10
|
+
textColor: string;
|
|
9
11
|
}, never>, any, any, any>> & {
|
|
10
12
|
propsDefinition: import("vue-tsx-support").PropsForOutside<{
|
|
11
13
|
title: string;
|
|
@@ -14,6 +16,8 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
|
|
|
14
16
|
icon: IIcon;
|
|
15
17
|
iconColor: string;
|
|
16
18
|
onClickCallBack: () => void;
|
|
19
|
+
backgroundColor: string;
|
|
20
|
+
textColor: string;
|
|
17
21
|
}, never>;
|
|
18
22
|
}) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<() => VueTsxSupport.JSX.Element>, {}, import("vue-tsx-support").PropsForOutside<{
|
|
19
23
|
title: string;
|
|
@@ -22,6 +26,8 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
|
|
|
22
26
|
icon: IIcon;
|
|
23
27
|
iconColor: string;
|
|
24
28
|
onClickCallBack: () => void;
|
|
29
|
+
backgroundColor: string;
|
|
30
|
+
textColor: string;
|
|
25
31
|
}, never>, any, any, any>> & {
|
|
26
32
|
propsDefinition: import("vue-tsx-support").PropsForOutside<{
|
|
27
33
|
title: string;
|
|
@@ -30,6 +36,8 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
|
|
|
30
36
|
icon: IIcon;
|
|
31
37
|
iconColor: string;
|
|
32
38
|
onClickCallBack: () => void;
|
|
39
|
+
backgroundColor: string;
|
|
40
|
+
textColor: string;
|
|
33
41
|
}, never>;
|
|
34
42
|
});
|
|
35
43
|
export default _default;
|
|
@@ -3,6 +3,8 @@ import { LocalizationService, SettingsService } from "@omnia/fx/services";
|
|
|
3
3
|
import { MultilingualStore, Store } from "@omnia/fx/stores";
|
|
4
4
|
import { OmniaUxLocalization } from "../../UxModels";
|
|
5
5
|
import { BlockCatalogStore } from "../../layoutcanvas";
|
|
6
|
+
import * as _ from "lodash";
|
|
7
|
+
export { _ };
|
|
6
8
|
export declare class BlockGalleryStore extends Store {
|
|
7
9
|
blockCatalogStore: BlockCatalogStore;
|
|
8
10
|
multilingualStore: MultilingualStore;
|
|
@@ -28,7 +30,7 @@ export declare class BlockGalleryStore extends Store {
|
|
|
28
30
|
private initSpfxDictionary;
|
|
29
31
|
private layoutBlockSettingForRender;
|
|
30
32
|
private dialogLayouts;
|
|
31
|
-
private
|
|
33
|
+
private registeredDialogLayoutProviders;
|
|
32
34
|
protected onActivated(): Promise<void>;
|
|
33
35
|
getters: {
|
|
34
36
|
blocks: () => {
|
|
@@ -70,15 +72,19 @@ export declare class BlockGalleryStore extends Store {
|
|
|
70
72
|
actions: {
|
|
71
73
|
ensureLoadAllBlocksForAdminView: import("@omnia/fx/stores").StoreAction<unknown, (forceReload?: boolean) => void, (result: void, forceReload?: boolean) => void, (failureReason: any, forceReload?: boolean) => void, (forceReload?: boolean) => Promise<void>>;
|
|
72
74
|
ensureLoadAllBlocksForRender: import("@omnia/fx/stores").StoreAction<unknown, (layoutType: string) => void, (result: void, layoutType: string) => void, (failureReason: any, layoutType: string) => void, (layoutType: string) => Promise<void>>;
|
|
73
|
-
getOmniaBlocks: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
|
|
74
|
-
getBlockDialogSettings: import("@omnia/fx/stores").StoreAction<unknown, (layoutType: string) => void, (result: void, layoutType: string) => void, (failureReason: any, layoutType: string) => void, (layoutType: string) => Promise<void>>;
|
|
75
75
|
updateBlockDialogSettings: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
|
|
76
76
|
addOrUpdateBlockTemplate: import("@omnia/fx/stores").StoreAction<unknown, (blockTemplate: BlockTemplate, isEdit: boolean) => void, (result: void, blockTemplate: BlockTemplate, isEdit: boolean) => void, (failureReason: any, blockTemplate: BlockTemplate, isEdit: boolean) => void, (blockTemplate: BlockTemplate, isEdit: boolean) => Promise<void>>;
|
|
77
77
|
removeBlockTemplate: import("@omnia/fx/stores").StoreAction<unknown, (blockTemplateId: number) => void, (result: boolean, blockTemplateId: number) => void, (failureReason: any, blockTemplateId: number) => void, (blockTemplateId: number) => Promise<boolean>>;
|
|
78
78
|
ensureGeneralSetting: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: BlockGalleryGeneralSetting) => void, (failureReason: any) => void, () => Promise<BlockGalleryGeneralSetting>>;
|
|
79
79
|
};
|
|
80
|
+
private ensureOmniaBlocks;
|
|
81
|
+
private loadBlockDialogSettings;
|
|
82
|
+
private ensureDefaultBlocksIfDialogLayoutIsEmpty;
|
|
83
|
+
private getIdOfLayoutItemRegistrationBlock;
|
|
84
|
+
private insertDefaultHeader;
|
|
85
|
+
private insertDefaultBlocks;
|
|
80
86
|
private ensureSpfxBlockDictionary;
|
|
81
|
-
private
|
|
87
|
+
private loadBlockTemplateViews;
|
|
82
88
|
private getLayoutBlockSettingKey;
|
|
83
89
|
private loadConfiguredBlockTemplates;
|
|
84
90
|
private getBlockTemplateIdFromGalleryItem;
|
|
@@ -23,6 +23,7 @@ export declare class ActionToolbar extends VueComponentBase<IActionToolbar> {
|
|
|
23
23
|
private onActionButtonClick;
|
|
24
24
|
private createActionButtons;
|
|
25
25
|
private createButton;
|
|
26
|
+
private createButtonWithSecurityTrimer;
|
|
26
27
|
private createDefaultButton;
|
|
27
28
|
private createGroupButtons;
|
|
28
29
|
private createButtonGroup;
|
|
@@ -5,6 +5,7 @@ export interface EnterprisePropertyComponentProps {
|
|
|
5
5
|
}
|
|
6
6
|
export interface EnterprisePropertyEditProps<TSettings extends EnterprisePropertyItemSettings = EnterprisePropertyItemSettings> extends EnterprisePropertyComponentProps {
|
|
7
7
|
disabled: boolean;
|
|
8
|
+
disableAutofocus?: boolean;
|
|
8
9
|
hideDetails?: boolean;
|
|
9
10
|
dark?: boolean;
|
|
10
11
|
required?: boolean;
|
|
@@ -4,6 +4,7 @@ import { EnterprisePropertyDefinition, EnterprisePropertyBooleanItemSettings } f
|
|
|
4
4
|
import { VueComponentBase } from "../../../VueComponentBase";
|
|
5
5
|
import { MultilingualStore } from "../../../../stores";
|
|
6
6
|
export declare class BooleanFieldEdit extends VueComponentBase implements IWebComponentInstance, IBooleanFieldEdit {
|
|
7
|
+
private loc;
|
|
7
8
|
valueBind: {
|
|
8
9
|
[propertyInternalName: string]: boolean;
|
|
9
10
|
};
|
|
@@ -4,6 +4,7 @@ import { EnterprisePropertyDefinition, EnterprisePropertyDateTimeItemSettings }
|
|
|
4
4
|
import { VueComponentBase } from "../../../VueComponentBase";
|
|
5
5
|
import { MultilingualStore } from "../../../../stores";
|
|
6
6
|
export declare class DateTimeFieldEdit extends VueComponentBase implements IWebComponentInstance, IDateTimeFieldEdit {
|
|
7
|
+
private loc;
|
|
7
8
|
valueBind: {
|
|
8
9
|
[propertyInternalName: string]: string;
|
|
9
10
|
};
|
|
@@ -14,6 +14,7 @@ export declare class NumberFieldEdit extends VueComponentBase implements IWebCom
|
|
|
14
14
|
settings: EnterprisePropertyNumberItemSettings;
|
|
15
15
|
isRequired: boolean;
|
|
16
16
|
multilingualStore: MultilingualStore;
|
|
17
|
+
private loc;
|
|
17
18
|
mounted(): void;
|
|
18
19
|
created(): void;
|
|
19
20
|
beforeDestroy(): void;
|
|
@@ -15,7 +15,9 @@ export declare class RichTextFieldEdit extends VueComponentBase implements IWebC
|
|
|
15
15
|
box?: boolean;
|
|
16
16
|
settings: EnterprisePropertyRichTextItemSettings;
|
|
17
17
|
queryable?: boolean;
|
|
18
|
+
disableAutofocus?: boolean;
|
|
18
19
|
private loc;
|
|
20
|
+
private pickerLoc;
|
|
19
21
|
private mediaPickerService;
|
|
20
22
|
multilingualStore: MultilingualStore;
|
|
21
23
|
isRequired: boolean;
|
|
@@ -17,6 +17,7 @@ export declare class TagsPropertyEditComponent extends VueComponentBase implemen
|
|
|
17
17
|
multilingualStore: MultilingualStore;
|
|
18
18
|
promotedTagStore: PromotedTagStore;
|
|
19
19
|
private uxLoc;
|
|
20
|
+
private loc;
|
|
20
21
|
tags: Tag[];
|
|
21
22
|
selectedItem: Array<Tag> | Tag;
|
|
22
23
|
isSearching: boolean;
|
package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/TextFieldEdit.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ export declare class TextFieldEdit extends VueComponentBase<{
|
|
|
16
16
|
filled?: boolean;
|
|
17
17
|
settings: EnterprisePropertyTextItemSettings;
|
|
18
18
|
multilingualStore: MultilingualStore;
|
|
19
|
+
private loc;
|
|
19
20
|
isRequired: boolean;
|
|
20
21
|
errorMessages: Array<string>;
|
|
21
22
|
isError: boolean;
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
export declare module EnterprisePropertiesPickerLocalization {
|
|
2
2
|
const namespace = "Omnia.Ux.EnterprisePropertiesPicker";
|
|
3
3
|
interface locInterface {
|
|
4
|
+
Picker: {
|
|
5
|
+
DateTimeFieldPicker: string;
|
|
6
|
+
TagsFieldPicker: string;
|
|
7
|
+
BooleanFieldPicker: string;
|
|
8
|
+
TextFieldPicker: string;
|
|
9
|
+
RichTextFieldPicker: string;
|
|
10
|
+
NumberFieldPicker: string;
|
|
11
|
+
};
|
|
4
12
|
}
|
|
5
13
|
}
|
|
@@ -6,6 +6,7 @@ export declare class FilterEngineHandler extends Store {
|
|
|
6
6
|
private sidePanelContext;
|
|
7
7
|
private enterprisePropertyStore;
|
|
8
8
|
private serviceContainerContext;
|
|
9
|
+
private enterprisePropertyService;
|
|
9
10
|
private multilingualStore;
|
|
10
11
|
private localizationService;
|
|
11
12
|
private uxLoc;
|
package/internal-do-not-import-from-here/ux/headingconfigurations/HeadingConfigurationFactory.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { HeadingConfiguration, HeadingStyleConfiguration } from "@omnia/fx-models";
|
|
1
|
+
import { HeadingConfiguration, HeadingStyleConfiguration, HeaderLevel } from "@omnia/fx-models";
|
|
2
2
|
export declare const HeadingConfigurationFactory: {
|
|
3
3
|
create(): Array<HeadingConfiguration>;
|
|
4
4
|
createInitial(): HeadingConfiguration;
|
|
5
5
|
createDefaultHeadingStyle(): HeadingStyleConfiguration;
|
|
6
6
|
getHeadingStyle(heading: HeadingConfiguration, useImportant?: boolean): any;
|
|
7
|
+
getHeaderLevels(): Array<HeaderLevel>;
|
|
7
8
|
};
|
|
@@ -16,6 +16,7 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
|
|
|
16
16
|
hideGroupTypeSelection: boolean;
|
|
17
17
|
hideUserTypeSelection: boolean;
|
|
18
18
|
hideDynamicGroupSelection: boolean;
|
|
19
|
+
showExtensionSelection: boolean;
|
|
19
20
|
isKeepMenuOpen: (value: Boolean) => void;
|
|
20
21
|
showSelectedIdentities: boolean;
|
|
21
22
|
displayIdentityType: boolean;
|
|
@@ -44,6 +45,7 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
|
|
|
44
45
|
hideGroupTypeSelection: boolean;
|
|
45
46
|
hideUserTypeSelection: boolean;
|
|
46
47
|
hideDynamicGroupSelection: boolean;
|
|
48
|
+
showExtensionSelection: boolean;
|
|
47
49
|
isKeepMenuOpen: (value: Boolean) => void;
|
|
48
50
|
showSelectedIdentities: boolean;
|
|
49
51
|
displayIdentityType: boolean;
|
|
@@ -72,6 +74,7 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
|
|
|
72
74
|
hideGroupTypeSelection: boolean;
|
|
73
75
|
hideUserTypeSelection: boolean;
|
|
74
76
|
hideDynamicGroupSelection: boolean;
|
|
77
|
+
showExtensionSelection: boolean;
|
|
75
78
|
isKeepMenuOpen: (value: Boolean) => void;
|
|
76
79
|
showSelectedIdentities: boolean;
|
|
77
80
|
displayIdentityType: boolean;
|
|
@@ -100,6 +103,7 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
|
|
|
100
103
|
hideGroupTypeSelection: boolean;
|
|
101
104
|
hideUserTypeSelection: boolean;
|
|
102
105
|
hideDynamicGroupSelection: boolean;
|
|
106
|
+
showExtensionSelection: boolean;
|
|
103
107
|
isKeepMenuOpen: (value: Boolean) => void;
|
|
104
108
|
showSelectedIdentities: boolean;
|
|
105
109
|
displayIdentityType: boolean;
|
|
@@ -17,6 +17,7 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
|
|
|
17
17
|
hideGroupTypeSelection: boolean;
|
|
18
18
|
hideUserTypeSelection: boolean;
|
|
19
19
|
hideDynamicGroupSelection: boolean;
|
|
20
|
+
showExtensionSelection: boolean;
|
|
20
21
|
identityStore: IIdentityPickerStore;
|
|
21
22
|
emailEnabled: BoolFilter;
|
|
22
23
|
permissionEnabled: BoolFilter;
|
|
@@ -40,6 +41,7 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
|
|
|
40
41
|
hideGroupTypeSelection: boolean;
|
|
41
42
|
hideUserTypeSelection: boolean;
|
|
42
43
|
hideDynamicGroupSelection: boolean;
|
|
44
|
+
showExtensionSelection: boolean;
|
|
43
45
|
identityStore: IIdentityPickerStore;
|
|
44
46
|
emailEnabled: BoolFilter;
|
|
45
47
|
permissionEnabled: BoolFilter;
|
|
@@ -63,6 +65,7 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
|
|
|
63
65
|
hideGroupTypeSelection: boolean;
|
|
64
66
|
hideUserTypeSelection: boolean;
|
|
65
67
|
hideDynamicGroupSelection: boolean;
|
|
68
|
+
showExtensionSelection: boolean;
|
|
66
69
|
identityStore: IIdentityPickerStore;
|
|
67
70
|
emailEnabled: BoolFilter;
|
|
68
71
|
permissionEnabled: BoolFilter;
|
|
@@ -86,6 +89,7 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
|
|
|
86
89
|
hideGroupTypeSelection: boolean;
|
|
87
90
|
hideUserTypeSelection: boolean;
|
|
88
91
|
hideDynamicGroupSelection: boolean;
|
|
92
|
+
showExtensionSelection: boolean;
|
|
89
93
|
identityStore: IIdentityPickerStore;
|
|
90
94
|
emailEnabled: BoolFilter;
|
|
91
95
|
permissionEnabled: BoolFilter;
|
|
@@ -27,6 +27,7 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
|
|
|
27
27
|
hideGroupTypeSelection: boolean;
|
|
28
28
|
hideUserTypeSelection: boolean;
|
|
29
29
|
hideDynamicGroupSelection: boolean;
|
|
30
|
+
showExtensionSelection: boolean;
|
|
30
31
|
identityStore: IIdentityPickerStore;
|
|
31
32
|
emailEnabled: BoolFilter;
|
|
32
33
|
permissionEnabled: BoolFilter;
|
|
@@ -60,6 +61,7 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
|
|
|
60
61
|
hideGroupTypeSelection: boolean;
|
|
61
62
|
hideUserTypeSelection: boolean;
|
|
62
63
|
hideDynamicGroupSelection: boolean;
|
|
64
|
+
showExtensionSelection: boolean;
|
|
63
65
|
identityStore: IIdentityPickerStore;
|
|
64
66
|
emailEnabled: BoolFilter;
|
|
65
67
|
permissionEnabled: BoolFilter;
|
|
@@ -93,6 +95,7 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
|
|
|
93
95
|
hideGroupTypeSelection: boolean;
|
|
94
96
|
hideUserTypeSelection: boolean;
|
|
95
97
|
hideDynamicGroupSelection: boolean;
|
|
98
|
+
showExtensionSelection: boolean;
|
|
96
99
|
identityStore: IIdentityPickerStore;
|
|
97
100
|
emailEnabled: BoolFilter;
|
|
98
101
|
permissionEnabled: BoolFilter;
|
|
@@ -126,6 +129,7 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
|
|
|
126
129
|
hideGroupTypeSelection: boolean;
|
|
127
130
|
hideUserTypeSelection: boolean;
|
|
128
131
|
hideDynamicGroupSelection: boolean;
|
|
132
|
+
showExtensionSelection: boolean;
|
|
129
133
|
identityStore: IIdentityPickerStore;
|
|
130
134
|
emailEnabled: BoolFilter;
|
|
131
135
|
permissionEnabled: BoolFilter;
|
|
@@ -9,13 +9,16 @@ export default class HeaderItem extends VueComponentBase {
|
|
|
9
9
|
blockInstance: BlockInstance;
|
|
10
10
|
private omniaUxLoc;
|
|
11
11
|
spfxSettingsService: OmniaSpfxSettingsProvider;
|
|
12
|
+
private localizationService;
|
|
12
13
|
private item;
|
|
13
14
|
private settings;
|
|
14
15
|
private model;
|
|
16
|
+
private headerLevels;
|
|
15
17
|
mounted(): void;
|
|
16
18
|
created(): void;
|
|
17
19
|
private headerValueChanged;
|
|
18
20
|
private onIconValueChanged;
|
|
21
|
+
private onHeaderLevelValueChanged;
|
|
19
22
|
private updateSpfxSettings;
|
|
20
23
|
render(): VueTsxSupport.JSX.Element;
|
|
21
24
|
}
|
|
@@ -7,4 +7,5 @@ export declare const BlockTitleStyles: {
|
|
|
7
7
|
iconWrapperButton: (settings: BlockTitleIconSettings) => string;
|
|
8
8
|
iconInButton: (settings: BlockTitleIconSettings, theming: ITheming) => string;
|
|
9
9
|
wrapper: (settings: BlockTitleSettings, textAlignment: TextAlignment, theming: ITheming) => string;
|
|
10
|
+
headingWrapper: (theming: ITheming, settings: BlockTitleSettings) => string;
|
|
10
11
|
};
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { VueComponentBase } from "../../../..";
|
|
2
|
-
import { IWebComponentInstance } from "../../../../..";
|
|
3
|
-
import { MultilingualString, TextAlignment } from "../../../../../models";
|
|
2
|
+
import { IWebComponentInstance, OmniaContext } from "../../../../..";
|
|
3
|
+
import { HeaderLevel, MultilingualString, TextAlignment } from "../../../../../models";
|
|
4
4
|
import { BlockTitleSettingsStore, DirectionRuleStore, MultilingualStore } from "../../../../../stores";
|
|
5
5
|
import { IBlockTitleComponent } from "./IBlockTitle";
|
|
6
6
|
import { BlockInstance } from "../../../../BlockInstance";
|
|
@@ -9,16 +9,23 @@ export declare class BlockTitleComponent extends VueComponentBase implements IWe
|
|
|
9
9
|
multilingualtitle: string | MultilingualString;
|
|
10
10
|
settingsKey: any;
|
|
11
11
|
alternativeContent?: JSX.Element;
|
|
12
|
+
wrapWithHeaderLevel?: (headerElement: JSX.Element) => JSX.Element;
|
|
12
13
|
multilingualStore: MultilingualStore;
|
|
13
14
|
blockTitleSettingsStore: BlockTitleSettingsStore;
|
|
14
15
|
blockInstance: BlockInstance;
|
|
15
16
|
directionStore: DirectionRuleStore;
|
|
17
|
+
omniaContext: OmniaContext;
|
|
16
18
|
private model;
|
|
19
|
+
private useAccessibilityFeature;
|
|
20
|
+
private textStylesSettings;
|
|
21
|
+
private headerLevels;
|
|
17
22
|
mounted(): void;
|
|
18
23
|
onSectionUpdated(): void;
|
|
19
24
|
getFormatedTitleStringValue(title: string): string;
|
|
20
25
|
getFormattedTitleString(): string;
|
|
21
26
|
getTextAlignment(): TextAlignment;
|
|
22
27
|
renderBlockIcon(title: string): VueTsxSupport.JSX.Element;
|
|
28
|
+
renderTitle(title: string): VueTsxSupport.JSX.Element;
|
|
29
|
+
renderTitleWithHeaderLevel(heading: HeaderLevel, title: string): import("vue").VNode;
|
|
23
30
|
render(): VueTsxSupport.JSX.Element;
|
|
24
31
|
}
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts
CHANGED
|
@@ -4,7 +4,11 @@ export interface IBlockTitleComponent {
|
|
|
4
4
|
title?: string;
|
|
5
5
|
multilingualtitle?: MultilingualString | string;
|
|
6
6
|
settingsKey: any;
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated Use wrapWithHeaderLevel instead.
|
|
9
|
+
*/
|
|
7
10
|
alternativeContent?: JSX.Element;
|
|
11
|
+
wrapWithHeaderLevel?: (headerElement: JSX.Element) => JSX.Element;
|
|
8
12
|
}
|
|
9
13
|
declare global {
|
|
10
14
|
namespace VueTsxSupport.JSX {
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts
CHANGED
|
@@ -4,11 +4,13 @@ import { VueComponentBase } from "@omnia/fx/ux";
|
|
|
4
4
|
export default class HeaderSectionItem extends VueComponentBase {
|
|
5
5
|
editorStore: LayoutCanvasStore;
|
|
6
6
|
private subscriptionHandler;
|
|
7
|
-
|
|
7
|
+
multilingualStore: MultilingualStore;
|
|
8
8
|
blockTitleSettingsStore: BlockTitleSettingsStore;
|
|
9
|
+
private localizationService;
|
|
9
10
|
private omniaUxLoc;
|
|
10
11
|
private section;
|
|
11
12
|
private model;
|
|
13
|
+
private headerLevels;
|
|
12
14
|
mounted(): void;
|
|
13
15
|
created(): void;
|
|
14
16
|
/**
|
|
@@ -16,6 +18,7 @@ export default class HeaderSectionItem extends VueComponentBase {
|
|
|
16
18
|
* */
|
|
17
19
|
private onSectionChange;
|
|
18
20
|
private onIconValueChanged;
|
|
21
|
+
private onHeaderLevelValueChanged;
|
|
19
22
|
private onHeaderValueChanged;
|
|
20
23
|
render(): VueTsxSupport.JSX.Element;
|
|
21
24
|
}
|
|
@@ -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
|
|
@@ -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;
|
|
@@ -36,6 +36,7 @@ export declare class ProfileCardComponent extends VueComponentBase<IProfileCard>
|
|
|
36
36
|
created(): void;
|
|
37
37
|
beforeDestroy(): void;
|
|
38
38
|
hasSlot(): boolean;
|
|
39
|
+
ensureUserObject(): void;
|
|
39
40
|
mounted(): void;
|
|
40
41
|
private isUseTheExistingProfileCard;
|
|
41
42
|
onOpenDialog(): void;
|
|
@@ -6,6 +6,8 @@ export declare class SiteLogoIcon extends Vue implements IWebComponentInstance,
|
|
|
6
6
|
forceLetterAvatar?: boolean;
|
|
7
7
|
siteUrl?: string;
|
|
8
8
|
size?: number;
|
|
9
|
+
rounded?: boolean;
|
|
10
|
+
enableCustomStyle?: boolean;
|
|
9
11
|
siteStore: SiteStore;
|
|
10
12
|
private siteLogo;
|
|
11
13
|
mounted(): void;
|
|
@@ -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";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Guid } from "@omnia/fx-models";
|
|
2
|
+
export declare const languageManifestIds: {
|
|
3
|
+
en: Guid;
|
|
4
|
+
enus: Guid;
|
|
5
|
+
da: Guid;
|
|
6
|
+
de: Guid;
|
|
7
|
+
es: Guid;
|
|
8
|
+
et: Guid;
|
|
9
|
+
fi: Guid;
|
|
10
|
+
fr: Guid;
|
|
11
|
+
lt: Guid;
|
|
12
|
+
lv: Guid;
|
|
13
|
+
nb: Guid;
|
|
14
|
+
nl: Guid;
|
|
15
|
+
pl: Guid;
|
|
16
|
+
sv: Guid;
|
|
17
|
+
};
|
|
18
|
+
export declare const sa11yCssManifestId: Guid;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|