@omnia/fx 7.9.12-preview → 7.9.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. package/internal-do-not-import-from-here/core/Cookies.d.ts +2 -1
  2. package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +3 -2
  3. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +3 -1
  4. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/services/BusinessProfileService.d.ts +1 -0
  6. package/internal-do-not-import-from-here/services/SecurityRoles.d.ts +1 -0
  7. package/internal-do-not-import-from-here/services/identities/IdentityService.d.ts +5 -0
  8. package/internal-do-not-import-from-here/services/permissions/PermissionService.d.ts +1 -0
  9. package/internal-do-not-import-from-here/stores/ArchivedIdentityStore.d.ts +23 -0
  10. package/internal-do-not-import-from-here/stores/BlockTitleSettingsStore.d.ts +4 -2
  11. package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
  12. package/internal-do-not-import-from-here/ux/AnchorLink.d.ts +3 -0
  13. package/internal-do-not-import-from-here/ux/Exposes.d.ts +0 -1
  14. package/internal-do-not-import-from-here/ux/TokenBasedRouter.d.ts +2 -0
  15. package/internal-do-not-import-from-here/ux/UxModels.d.ts +54 -1
  16. package/internal-do-not-import-from-here/ux/actionhandler/ActionHandler.d.ts +2 -2
  17. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +5 -0
  18. package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +8 -0
  19. package/internal-do-not-import-from-here/ux/authenticationchecker/AuthenticationChecker.d.ts +3 -1
  20. package/internal-do-not-import-from-here/ux/authsetup/AuthSetupConfirm.d.ts +7 -0
  21. package/internal-do-not-import-from-here/ux/authsetup/loc/localize.d.ts +2 -0
  22. package/internal-do-not-import-from-here/ux/blockgallery/AddEditBlockBlade.d.ts +6 -0
  23. package/internal-do-not-import-from-here/ux/blockgallery/AddEditHeaderBlade.d.ts +6 -0
  24. package/internal-do-not-import-from-here/ux/blockgallery/AddEditTemplateBlade.d.ts +6 -0
  25. package/internal-do-not-import-from-here/ux/blockgallery/AdminBlade.d.ts +12 -0
  26. package/internal-do-not-import-from-here/ux/blockgallery/BlockDialogBlade.d.ts +6 -0
  27. package/internal-do-not-import-from-here/ux/blockgallery/BlockDialogLayoutListBlade.d.ts +5 -0
  28. package/internal-do-not-import-from-here/ux/blockgallery/BlockTemplatesBlade.d.ts +6 -0
  29. package/internal-do-not-import-from-here/ux/blockgallery/SettingsBlade.d.ts +6 -0
  30. package/internal-do-not-import-from-here/ux/blockgallery/admin/AdminRegistration.d.ts +1 -0
  31. package/internal-do-not-import-from-here/ux/blockgallery/admin/Constants.d.ts +26 -0
  32. package/internal-do-not-import-from-here/ux/blockgallery/admin/TenantBlockTemplateJourney.d.ts +6 -0
  33. package/internal-do-not-import-from-here/ux/blockgallery/apis/Registration.d.ts +1 -0
  34. package/internal-do-not-import-from-here/ux/blockgallery/factory/Factory.d.ts +6 -0
  35. package/internal-do-not-import-from-here/ux/blockgallery/factory/index.d.ts +1 -0
  36. package/internal-do-not-import-from-here/ux/blockgallery/services/BlockTemplateService.d.ts +9 -0
  37. package/internal-do-not-import-from-here/ux/blockgallery/services/index.d.ts +1 -0
  38. package/internal-do-not-import-from-here/ux/blockgallery/store/BlockGalleryStore.d.ts +94 -0
  39. package/internal-do-not-import-from-here/ux/blockgallery/store/index.d.ts +1 -0
  40. package/internal-do-not-import-from-here/ux/blockgallery/style/General.d.ts +4 -0
  41. package/internal-do-not-import-from-here/ux/blockgallery/style/index.d.ts +1 -0
  42. package/internal-do-not-import-from-here/ux/enterpriseproperties/EnterprisePropertyComponentProps.d.ts +1 -0
  43. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/RichTextFieldEdit.d.ts +1 -0
  44. package/internal-do-not-import-from-here/ux/headingconfigurations/HeadingConfigurationFactory.d.ts +2 -1
  45. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +6 -1
  46. package/internal-do-not-import-from-here/ux/identities/loc/localize.d.ts +1 -0
  47. package/internal-do-not-import-from-here/ux/languagepicker/ILanguagePicker.d.ts +3 -2
  48. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +6 -2
  49. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/AddContentDialog.d.ts +12 -0
  50. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +7 -0
  51. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +3 -0
  52. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -0
  53. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +6 -1
  54. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts +5 -0
  55. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +4 -1
  56. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +2 -0
  57. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +1 -0
  58. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/BlockCatalogStore.d.ts +14 -1
  59. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +2 -1
  60. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowMedia.d.ts +1 -0
  61. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.d.ts +2 -0
  62. package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.css.d.ts +2 -0
  63. package/internal-do-not-import-from-here/ux/models/enterpriseproperties/PersonFieldDisplayStyles.d.ts +1 -0
  64. package/internal-do-not-import-from-here/ux/organizationtree/OrganizationTree.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/permissioninput/loc/localize.d.ts +1 -0
  66. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +3 -1
  67. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +1 -1
  68. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +2 -0
  69. package/internal-do-not-import-from-here/wctypings.d.ts +4 -2
  70. package/package.json +4 -4
  71. package/internal-do-not-import-from-here/ux/skeletonhandler/ISkeletonLoader.d.ts +0 -13
  72. package/internal-do-not-import-from-here/ux/skeletonhandler/SkeletonLoader.d.ts +0 -7
  73. package/internal-do-not-import-from-here/ux/skeletonhandler/index.d.ts +0 -1
@@ -0,0 +1,94 @@
1
+ import { BlockDialogLayoutInfo, BlockGalleryDialogLayoutSetting, BlockGalleryGeneralSetting, BlockGalleryHeader, BlockGalleryItem, BlockGalleryItemView, BlockTemplate, MultilingualString } from "@omnia/fx-models";
2
+ import { LocalizationService, SettingsService } from "@omnia/fx/services";
3
+ import { MultilingualStore, Store } from "@omnia/fx/stores";
4
+ import { OmniaUxLocalization } from "../../UxModels";
5
+ import { BlockCatalogStore } from "../../layoutcanvas";
6
+ import * as _ from "lodash";
7
+ export { _ };
8
+ export declare class BlockGalleryStore extends Store {
9
+ blockCatalogStore: BlockCatalogStore;
10
+ multilingualStore: MultilingualStore;
11
+ settingsService: SettingsService<any>;
12
+ localizationService: LocalizationService;
13
+ uxLoc: OmniaUxLocalization;
14
+ private blockTemplateService;
15
+ private omniaBlocks;
16
+ private ensureInitAdminView;
17
+ private ensureInitRenderView;
18
+ private blockGalleryDialogLayoutSetting;
19
+ private blockTemplateViews;
20
+ private blockTemplateIdPrefix;
21
+ private allBlocks;
22
+ private blockGalleryFactory;
23
+ private hasPendingChanges;
24
+ private editingHeaderId;
25
+ private selectingTemplateId;
26
+ private isBlockDialogInAlterMode;
27
+ private editingDialogLayoutType;
28
+ private generalSetting;
29
+ private spfxBlocks;
30
+ private initSpfxDictionary;
31
+ private layoutBlockSettingForRender;
32
+ private dialogLayouts;
33
+ private registeredDialogLayoutProviders;
34
+ protected onActivated(): Promise<void>;
35
+ getters: {
36
+ blocks: () => {
37
+ [id: string]: BlockGalleryItemView;
38
+ };
39
+ availableBlocksToAdd: () => {
40
+ [id: string]: BlockGalleryItemView;
41
+ };
42
+ header: (headerId: string) => BlockGalleryHeader;
43
+ blockGalleryLayoutSetting: (layoutType: string) => BlockGalleryDialogLayoutSetting;
44
+ orderedItems: () => BlockGalleryItem[];
45
+ orderedItemTitle: (blockId: string) => string;
46
+ editingHeaderId: () => string;
47
+ editingTemplateId: () => number;
48
+ isBlockDialogInAlterMode: () => boolean;
49
+ editingDialogLayoutType: () => string;
50
+ dialogLayouts: () => BlockDialogLayoutInfo[];
51
+ getDialogLayoutType: (layoutProvider: string) => string;
52
+ };
53
+ private isCompatibleWithAuthenticationLayoutOnly;
54
+ private isBlockValidForLayout;
55
+ mutations: {
56
+ addSelectedBlocks: import("@omnia/fx/stores").StoreMutation<(selectedBlockIds: Array<string>) => void, (selectedBlockIds: string[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
57
+ removeSelectedBlock: import("@omnia/fx/stores").StoreMutation<(blockId: string) => void, (blockId: string) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
58
+ removeHeader: import("@omnia/fx/stores").StoreMutation<(id: string) => void, (id: string) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
59
+ addNewHeader: import("@omnia/fx/stores").StoreMutation<(headerTitle: MultilingualString) => void, (headerTitle: MultilingualString) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
60
+ editHeader: import("@omnia/fx/stores").StoreMutation<(header: BlockGalleryHeader) => void, (header: BlockGalleryHeader) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
61
+ signalChanges: import("@omnia/fx/stores").StoreMutation<() => void, () => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
62
+ resetChanges: import("@omnia/fx/stores").StoreMutation<() => void, () => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
63
+ updateOrganizedBlocks: import("@omnia/fx/stores").StoreMutation<(organizedBlocks: BlockGalleryItem[]) => void, (organizedBlocks: BlockGalleryItem[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
64
+ switchToAddHeaderMode: import("@omnia/fx/stores").StoreMutation<() => void, () => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
65
+ switchToEditHeaderMode: import("@omnia/fx/stores").StoreMutation<(headerId: string) => void, (headerId: string) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
66
+ switchToTemplateEditMode: import("@omnia/fx/stores").StoreMutation<(templateId: number) => void, (templateId: number) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
67
+ switchToTemplateAddMode: import("@omnia/fx/stores").StoreMutation<() => void, () => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
68
+ switchBlockDialogToAlterMode: import("@omnia/fx/stores").StoreMutation<() => void, () => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
69
+ switchOffBlockDialogAlterMode: import("@omnia/fx/stores").StoreMutation<() => void, () => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
70
+ setEditingDialogLayout: import("@omnia/fx/stores").StoreMutation<(dialogLayoutType: string) => void, (dialogLayoutType: string) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
71
+ };
72
+ actions: {
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>>;
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>>;
75
+ updateBlockDialogSettings: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
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
+ 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
+ ensureGeneralSetting: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: BlockGalleryGeneralSetting) => void, (failureReason: any) => void, () => Promise<BlockGalleryGeneralSetting>>;
79
+ };
80
+ private ensureOmniaBlocks;
81
+ private loadBlockDialogSettings;
82
+ private ensureDefaultBlocksIfDialogLayoutIsEmpty;
83
+ private getIdOfLayoutItemRegistrationBlock;
84
+ private insertDefaultHeader;
85
+ private insertDefaultBlocks;
86
+ private ensureSpfxBlockDictionary;
87
+ private loadBlockTemplateViews;
88
+ private getLayoutBlockSettingKey;
89
+ private loadConfiguredBlockTemplates;
90
+ private getBlockTemplateIdFromGalleryItem;
91
+ private updateBlockDictionary;
92
+ private updateBlockDictionaryItem;
93
+ private getDialogLayoutProviders;
94
+ }
@@ -0,0 +1 @@
1
+ export * from "./BlockGalleryStore";
@@ -0,0 +1,4 @@
1
+ export declare const blockGalleryStyle: {
2
+ listPrependIcon: string;
3
+ searchField: string;
4
+ };
@@ -0,0 +1 @@
1
+ export * from "./General";
@@ -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;
@@ -15,6 +15,7 @@ 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;
19
20
  private mediaPickerService;
20
21
  multilingualStore: MultilingualStore;
@@ -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
  };
@@ -1,4 +1,5 @@
1
- import { Identity, IResolvedIdentity } from "@omnia/fx-models";
1
+ import { IResolvedIdentity, Identity } from "@omnia/fx-models";
2
+ import { IIdentityPickerStore } from "@omnia/fx/stores";
2
3
  export type RenderSlotsType = {
3
4
  left?: () => JSX.Element;
4
5
  right?: () => JSX.Element;
@@ -69,6 +70,7 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
69
70
  };
70
71
  class?: string;
71
72
  };
73
+ identityStore: IIdentityPickerStore;
72
74
  }, "valueBind">, any, any, any>> & {
73
75
  propsDefinition: import("vue-tsx-support").PropsForOutside<{
74
76
  valueBind: Identity[];
@@ -112,6 +114,7 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
112
114
  };
113
115
  class?: string;
114
116
  };
117
+ identityStore: IIdentityPickerStore;
115
118
  }, "valueBind">;
116
119
  }) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<() => VueTsxSupport.JSX.Element>, {}, import("vue-tsx-support").PropsForOutside<{
117
120
  valueBind: Identity[];
@@ -155,6 +158,7 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
155
158
  };
156
159
  class?: string;
157
160
  };
161
+ identityStore: IIdentityPickerStore;
158
162
  }, "valueBind">, any, any, any>> & {
159
163
  propsDefinition: import("vue-tsx-support").PropsForOutside<{
160
164
  valueBind: Identity[];
@@ -198,6 +202,7 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
198
202
  };
199
203
  class?: string;
200
204
  };
205
+ identityStore: IIdentityPickerStore;
201
206
  }, "valueBind">;
202
207
  });
203
208
  export default _default;
@@ -43,5 +43,6 @@ export declare module IdentitiesLocalization {
43
43
  SharePointAllInternalExceptExternal: string;
44
44
  };
45
45
  System: string;
46
+ ExtraUserPropertiesFeatureRequiredMessage: string;
46
47
  }
47
48
  }
@@ -20,15 +20,16 @@ export interface ILanguagePicker {
20
20
  /**Make it clearable*/
21
21
  clearable?: boolean;
22
22
  /**Language model */
23
- valueBind: Language;
23
+ valueBind: Language | Language[];
24
24
  /**On model change */
25
- onValueChanged?: (language: Language) => void;
25
+ onValueChanged?: (language: Language | Language[]) => void;
26
26
  /**Scoped slots */
27
27
  scopedSlots?: ScopedSlots<IVSelectScopedSlots>;
28
28
  /**Custom styles by StyleFlow */
29
29
  styles?: typeof LanguagePickerStyles;
30
30
  /**On load language */
31
31
  loadLanguage?: () => Promise<Array<Language>>;
32
+ multiple?: boolean;
32
33
  }
33
34
  declare global {
34
35
  namespace VueTsxSupport.JSX {
@@ -5,10 +5,10 @@ import { Language } from "../../models";
5
5
  import { ScopedSlots, LanguagePickerStyles } from "..";
6
6
  import { IVSelectScopedSlots } from "../vuetify";
7
7
  export declare class LanguagePicker extends Vue implements IWebComponentInstance, ILanguagePicker {
8
- valueBind: Language;
8
+ valueBind: Language | Language[];
9
9
  disabled?: boolean;
10
10
  label?: string;
11
- onValueChanged?: (language: Language) => void;
11
+ onValueChanged?: (language: Language | Language[]) => void;
12
12
  filled?: boolean;
13
13
  hideDetails?: boolean;
14
14
  dark?: boolean;
@@ -18,6 +18,7 @@ export declare class LanguagePicker extends Vue implements IWebComponentInstance
18
18
  enableContextSettings?: boolean;
19
19
  loadLanguage?: () => Promise<Array<Language>>;
20
20
  clearable?: boolean;
21
+ multiple?: boolean;
21
22
  scopedSlots?: ScopedSlots<IVSelectScopedSlots>;
22
23
  styles?: typeof LanguagePickerStyles;
23
24
  private localizationService;
@@ -34,10 +35,13 @@ export declare class LanguagePicker extends Vue implements IWebComponentInstance
34
35
  created(): void;
35
36
  mounted(): void;
36
37
  beforeDestroy(): void;
38
+ get getValues(): Language[];
37
39
  private setLanguages;
38
40
  private loadLanguageFromCustomHandler;
39
41
  private loadAllLanguages;
42
+ private normalizeLanguageValue;
40
43
  private populateModel;
44
+ private findLanguages;
41
45
  private updateSelectedLanguage;
42
46
  render(): VueTsxSupport.JSX.Element;
43
47
  }
@@ -0,0 +1,12 @@
1
+ import { LayoutItem, LayoutItemRegistration } from "@omnia/fx-models";
2
+ declare const _default: import("vue-tsx-support")._TsxComponentV3<import("vue").default, {}, import("vue-tsx-support").PropsForOutside<{
3
+ visible: boolean;
4
+ closeEvent: () => void;
5
+ selectBlockEvent: (item: LayoutItemRegistration) => void;
6
+ container: LayoutItem;
7
+ filterValidBlock: (item: LayoutItemRegistration) => boolean;
8
+ siblingId: string;
9
+ postInsert: boolean;
10
+ blockDialogLayoutType: string;
11
+ }, "visible" | "closeEvent" | "selectBlockEvent">, any, any, any>;
12
+ export default _default;
@@ -3,6 +3,8 @@ import { VueComponentBaseProps } from "../../..";
3
3
  import { LayoutItem, LayoutItemRegistration } from "../../../../models";
4
4
  import { VueComponentBase } from "../../..";
5
5
  import { FeatureStore } from "../../../../stores";
6
+ import { BlockGalleryStore } from "internal/fx/ux/blockgallery/store";
7
+ import { SettingsService } from "@omnia/fx/services";
6
8
  export interface LayoutItemSelectorProps extends VueComponentBaseProps {
7
9
  container: LayoutItem;
8
10
  color: string;
@@ -19,9 +21,14 @@ export declare class LayoutItemSelector extends VueComponentBase<LayoutItemSelec
19
21
  layoutEditorStore: LayoutCanvasStore;
20
22
  layoutItemStore: BlockCatalogStore;
21
23
  featureStore: FeatureStore;
24
+ blockGalleryStore: BlockGalleryStore;
25
+ settingsService: SettingsService<any>;
22
26
  private omniaUxLoc;
27
+ private isModernDialog;
23
28
  private model;
24
29
  beforeDestroy(): void;
30
+ created(): void;
31
+ private init;
25
32
  private filterValidBlockRegistration;
26
33
  /**
27
34
  * Eventhandler for adding a layout item
@@ -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
  };
@@ -1,6 +1,6 @@
1
1
  import { VueComponentBase } from "../../../..";
2
2
  import { IWebComponentInstance } from "../../../../..";
3
- import { MultilingualString, TextAlignment } from "../../../../../models";
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,21 @@ 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;
13
+ contentClass?: string;
12
14
  multilingualStore: MultilingualStore;
13
15
  blockTitleSettingsStore: BlockTitleSettingsStore;
14
16
  blockInstance: BlockInstance;
15
17
  directionStore: DirectionRuleStore;
16
18
  private model;
19
+ private headerLevels;
17
20
  mounted(): void;
18
21
  onSectionUpdated(): void;
19
22
  getFormatedTitleStringValue(title: string): string;
20
23
  getFormattedTitleString(): string;
21
24
  getTextAlignment(): TextAlignment;
22
25
  renderBlockIcon(title: string): VueTsxSupport.JSX.Element;
26
+ renderTitle(title: string): VueTsxSupport.JSX.Element;
27
+ renderTitleWithHeaderLevel(heading: HeaderLevel, title: string): import("vue").VNode;
23
28
  render(): VueTsxSupport.JSX.Element;
24
29
  }
@@ -4,7 +4,12 @@ export interface IBlockTitleComponent {
4
4
  title?: string;
5
5
  multilingualtitle?: MultilingualString | string;
6
6
  settingsKey: any;
7
+ contentClass?: string;
8
+ /**
9
+ * @deprecated Use wrapWithHeaderLevel instead.
10
+ */
7
11
  alternativeContent?: JSX.Element;
12
+ wrapWithHeaderLevel?: (headerElement: JSX.Element) => JSX.Element;
8
13
  }
9
14
  declare global {
10
15
  namespace VueTsxSupport.JSX {
@@ -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
- MultilingualStore: MultilingualStore;
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
  }
@@ -28,6 +28,8 @@ export declare class StepperSectionDesigner extends VueComponentBase<StepperSect
28
28
  created(): void;
29
29
  beforeDestroy(): void;
30
30
  private hasValidAnchorLinkSettings;
31
+ private handleTokenExistsOnSpfx;
32
+ private getIndexByAnchorName;
31
33
  private handleAnchorLink;
32
34
  private getDefaultLabel;
33
35
  private getPreferredLabel;
@@ -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;
@@ -14,6 +14,7 @@ export declare class BlockCatalogStore extends Store {
14
14
  onActivated(): void;
15
15
  onDisposing(): void;
16
16
  areItemsLoaded(): boolean;
17
+ getItems(): LayoutItemRegistration[];
17
18
  getCategoriesForContainer(container: LayoutItem): Array<string>;
18
19
  getItemsForContainer(container: LayoutItem): Array<LayoutItemRegistration>;
19
20
  searchItemsForContainer(container: LayoutItem, searchText: string): Array<LayoutItemRegistration>;
@@ -21,7 +22,19 @@ export declare class BlockCatalogStore extends Store {
21
22
  filterBlockRegistrationOnFeatureDependency(blockRegistration: BlockRegistration): boolean;
22
23
  filterBlockRegistrationByBackendRuntimes(blockRegistration: BlockRegistration): boolean;
23
24
  filterBlockRegistrationByClientRuntimes(blockRegistration: BlockRegistration): boolean;
24
- filterBlockRegistrationOnLayoutDependency(blockRegistration: BlockRegistration, provider: string): boolean;
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;
25
38
  filterBlockRegistrationByDisableAuth(blockRegistration: BlockRegistration): boolean;
26
39
  /**
27
40
  * Implementation of mutations
@@ -1,4 +1,4 @@
1
- import { Layout, LayoutEditorModes, LayoutItem, DisplayBreakPoint, LayoutItemActionState, SettingsPanelState, DisplayBreakPointSetting, DeleteItemFromLayoutPayLoad, AddItemToLayoutPayLoad, LayoutItemRegistration, LoadedLayout, ILayoutCanvasStore, LayoutCanvasModes, BlockRenderingModes, IBlockInstance, ILayoutSectionRenderer, GuidValue, Block, LayoutDrawerState, LayoutDrawerTabs, SectionSettings, SectionTypes, Section, LayoutInheritanceBehaviors, ThemeDefinition, ClipboardLayoutItem } from "../../../models";
1
+ import { Layout, LayoutEditorModes, LayoutItem, DisplayBreakPoint, LayoutItemActionState, SettingsPanelState, DisplayBreakPointSetting, DeleteItemFromLayoutPayLoad, AddItemToLayoutPayLoad, LayoutItemRegistration, LoadedLayout, ILayoutCanvasStore, LayoutCanvasModes, BlockRenderingModes, IBlockInstance, ILayoutSectionRenderer, GuidValue, Block, LayoutDrawerState, LayoutDrawerTabs, SectionSettings, SectionTypes, Section, LayoutInheritanceBehaviors, ThemeDefinition, ClipboardLayoutItem, BlockTemplate } from "../../../models";
2
2
  import { EditorLayoutItemFactory } from "../factories";
3
3
  import { LayoutEditorThemingManager } from "../shared";
4
4
  import { BlockSettingsProvider, LayoutDefinitionBuilder } from "../shared";
@@ -105,6 +105,7 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
105
105
  changeSectionType: import("../../../stores").StoreMutation<(section: Section, type: SectionTypes) => void, (section: Section<SectionSettings>, type: SectionTypes) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
106
106
  copyItemInLayout: import("../../../stores").StoreMutation<(item2Copy: LayoutItem, container: LayoutItem, siblingId?: string, postInsert?: boolean) => void, (item2Copy: LayoutItem, container: LayoutItem, siblingId?: string, postInsert?: boolean) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
107
107
  insertClipboardItemIntoLayout: import("../../../stores").StoreMutation<(clipboard: ClipboardLayoutItem, container: LayoutItem, siblingId?: string, postInsert?: boolean) => void, (clipboard: ClipboardLayoutItem, container: LayoutItem, siblingId?: string, postInsert?: boolean) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
108
+ insertBlockTemplateToLayout: import("../../../stores").StoreMutation<(blockTemplate: BlockTemplate, container: LayoutItem, siblingId?: string, postInsert?: boolean) => void, (blockTemplate: BlockTemplate, container: LayoutItem, siblingId?: string, postInsert?: boolean) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
108
109
  addItem2Layout: import("../../../stores").StoreMutation<(itemreference: AddItemToLayoutPayLoad) => void, (itemreference: AddItemToLayoutPayLoad) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
109
110
  deleteItemFromLayout: import("../../../stores").StoreMutation<(itemreference: DeleteItemFromLayoutPayLoad) => void, (itemreference: DeleteItemFromLayoutPayLoad) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
110
111
  };
@@ -16,6 +16,7 @@ export interface MediaFlowImage extends MediaflowInformation {
16
16
  photographer: string;
17
17
  url: string;
18
18
  width: number;
19
+ altText: string;
19
20
  }
20
21
  export interface MediaFlowVideo extends MediaflowInformation {
21
22
  autoPlay: boolean;
@@ -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,6 +4,7 @@ export declare module PermissionInputLocalization {
4
4
  PermissionMsg: string;
5
5
  TenantAdmin: string;
6
6
  DirectoryReader: string;
7
+ BlockGalleryEditor: string;
7
8
  SemanticSearchReader: string;
8
9
  AddTenantAdminByFreeText: {
9
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
  };
@@ -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;
@@ -28,6 +28,8 @@ 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';
32
+ import wcb5eb74ede439404b859e485f5f8e68e0 from './ux/blockgallery/admin/TenantBlockTemplateJourney';
31
33
  import wc5dfa7b609aed43ffab03dad33c65b2da from './ux/commandpalette/CommandPalette';
32
34
  import wc0fb46d84e95e4e04801878bec4b370cb from './ux/datetimefilterquery/DateTimeFilterQuery';
33
35
  import wc90e26d3a6e3e4bf9bd1ce81c6735eda2 from './ux/datetimezonepicker/DateTimeZonePicker';
@@ -155,7 +157,6 @@ import wc535ac075284646eca569a78457213e6f from './ux/signin/omnia/Login';
155
157
  import wc2b741f0203a54cb5a7be72e204ebecc8 from './ux/signin/identitycreationrequest/IdentityCreationRequestView';
156
158
  import wcffcb5f0ddcfd445d81683167f298c336 from './ux/signin/identitycreationrequest/ConfirmEmailView';
157
159
  import wcf297290b5ea4409a9738ca880f1ea612 from './ux/signout/Logout';
158
- import wc4ecc3b27de0045258b22cba846f79ad9 from './ux/skeletonhandler/SkeletonLoader';
159
160
  import wc5aaaefb501d64fe59da8b779a54c0a55 from './ux/statuscoderenderer/StatusCodeRenderer';
160
161
  import wc252ece0016594978b3ddfafdd59adda4 from './ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker';
161
162
  import wc5abbb7170e454f0d8cb537bcad180cd7 from './ux/theming-v2/themeeditor/ThemeEditor';
@@ -208,6 +209,8 @@ 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;
213
+ "omfx-admin-blocktemplates": base.CombinedTsxComponentAttrs<typeof wcb5eb74ede439404b859e485f5f8e68e0.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
211
214
  "omfx-command-palette": base.CombinedTsxComponentAttrs<typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
212
215
  "omfx-date-time-filter-query": base.CombinedTsxComponentAttrs<typeof wc0fb46d84e95e4e04801878bec4b370cb.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
213
216
  "omfx-date-time-zone-picker": base.CombinedTsxComponentAttrs<typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
@@ -335,7 +338,6 @@ declare global {
335
338
  "omfx-identity-creation-request-omnia": base.CombinedTsxComponentAttrs<typeof wc2b741f0203a54cb5a7be72e204ebecc8.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
336
339
  "omfx-identity-creation-request-confirm-email-result-omnia": base.CombinedTsxComponentAttrs<typeof wcffcb5f0ddcfd445d81683167f298c336.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
337
340
  "omfx-logout": base.CombinedTsxComponentAttrs<typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
338
- "omfx-skeleton-loader": base.CombinedTsxComponentAttrs<typeof wc4ecc3b27de0045258b22cba846f79ad9.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
339
341
  "omfx-status-code-renderer": base.CombinedTsxComponentAttrs<typeof wc5aaaefb501d64fe59da8b779a54c0a55.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
340
342
  "omfx-theme-definition-picker": base.CombinedTsxComponentAttrs<typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
341
343
  "omfx-theme-editor-v2": base.CombinedTsxComponentAttrs<typeof wc5abbb7170e454f0d8cb537bcad180cd7.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.12-preview",
4
+ "version": "7.9.12",
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.12-preview",
23
+ "@omnia/fx-models": "7.9.12",
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.24.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
+ }
@@ -1,13 +0,0 @@
1
- export interface ISkeletonLoader {
2
- type: string;
3
- loading?: boolean;
4
- maxHeight?: string;
5
- maxWidth?: string;
6
- class?: string[] | string;
7
- height?: string;
8
- width?: string;
9
- boilerplate?: boolean;
10
- dark?: boolean;
11
- transition?: string;
12
- render?: () => JSX.Element | JSX.Element[];
13
- }