@omnia/fx 8.0.395-dev → 8.0.397-dev

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 (55) hide show
  1. package/internal-do-not-import-from-here/services/TargetingPropertyService.d.ts +1 -0
  2. package/internal-do-not-import-from-here/stores/AzureAdUserStore.d.ts +1 -0
  3. package/internal-do-not-import-from-here/stores/TargetingPropertyStore.d.ts +1 -0
  4. package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +3 -3
  5. package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerGalleryStore.d.ts +10 -6
  6. package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +9 -9
  7. package/internal-do-not-import-from-here/ux/admin/system/loc/localize.d.ts +6 -0
  8. package/internal-do-not-import-from-here/ux/admin/system/submenu/tenantcontact/TenantContactConstant.d.ts +4 -0
  9. package/internal-do-not-import-from-here/ux/admin/system/submenu/tenantcontact/blades/MainContactsBlade.d.ts +13 -0
  10. package/internal-do-not-import-from-here/ux/admin/system/submenu/tenantcontact/blades/SecurityContactsBlade.d.ts +13 -0
  11. package/internal-do-not-import-from-here/ux/admin/system/submenu/tenantcontact/blades/SystemUpdateNotificationBlade.d.ts +13 -0
  12. package/internal-do-not-import-from-here/ux/admin/system/submenu/tenantcontact/blades/TenantContactBladeStore.d.ts +27 -0
  13. package/internal-do-not-import-from-here/ux/admin/system/submenu/tenantcontact/blades/UserSyncContacts.d.ts +13 -0
  14. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementHelper.d.ts +194 -1
  15. package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints → componentblueprints}/store/ComponentEditorStore.d.ts +4 -0
  16. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +3 -0
  17. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +21 -1
  19. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/store/ColorSchemaPickerStore.d.ts +44 -0
  20. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +102 -91
  21. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/store/ContainerFillPickerStore.d.ts +28 -0
  22. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +5 -5
  23. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/store/FillPickerStore.d.ts +2 -2
  24. package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.d.ts +4 -2
  25. package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +2 -2
  26. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +13 -3
  27. package/internal-do-not-import-from-here/ux/aurora/styling/styles/FillStyling.d.ts +5 -5
  28. package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +10 -2
  29. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +2 -2
  30. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +2 -0
  31. package/internal-do-not-import-from-here/ux/links/store/LinkPickerStore.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/oxide/selection/Selection.d.ts +2 -2
  33. package/internal-do-not-import-from-here/ux/oxide/selection/store/SelectionStore.d.ts +6 -5
  34. package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +4 -5
  35. package/internal-do-not-import-from-here/wctypings.d.ts +10 -10
  36. package/package.json +3 -3
  37. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/blades/AddBlueprint.d.ts +0 -16
  38. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints → componentblueprints}/BlueprintsJourney.d.ts +0 -0
  39. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints → componentblueprints}/blades/BlueprintPreview.d.ts +0 -0
  40. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints → componentblueprints}/blades/ButtonBladeEdit.d.ts +0 -0
  41. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints → componentblueprints}/blades/ButtonsBlade.d.ts +0 -0
  42. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints → componentblueprints}/blades/EditBlueprints.d.ts +0 -0
  43. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints → componentblueprints}/blades/HeaderBlade.d.ts +0 -0
  44. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints → componentblueprints}/blades/HeaderBladeEdit.d.ts +0 -0
  45. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints → componentblueprints}/blades/IconsBlade.d.ts +0 -0
  46. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints → componentblueprints}/blades/IconsBladeEdit.d.ts +0 -0
  47. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints → componentblueprints}/blades/InputBlade.d.ts +0 -0
  48. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints → componentblueprints}/blades/InputBladeEdit.d.ts +0 -0
  49. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints → componentblueprints}/blades/TabBlade.d.ts +0 -0
  50. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints → componentblueprints}/blades/TabBladeEdit.d.ts +0 -0
  51. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints → componentblueprints}/store/ButtonsEditorStore.d.ts +0 -0
  52. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints → componentblueprints}/store/HeaderEditorStore.d.ts +0 -0
  53. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints → componentblueprints}/store/IconsEditorStore.d.ts +0 -0
  54. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints → componentblueprints}/store/InputEditorStore.d.ts +0 -0
  55. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints → componentblueprints}/store/TabsEditorStore.d.ts +0 -0
@@ -9,4 +9,5 @@ export declare class TargetingPropertyService {
9
9
  getTargetingPropertyResult: () => Promise<Array<TargetingPropertyResult>>;
10
10
  terminateTargetingProperty: (propertyId: guid) => Promise<void>;
11
11
  restoreTargetingProperty: (propertyId: guid) => Promise<TargetingProperty<TargetingPropertyData>>;
12
+ invalidateTargetingPropertyResultCache: () => Promise<void>;
12
13
  }
@@ -4,6 +4,7 @@ import { Store } from "./Store";
4
4
  export declare class AzureAdUserStore extends Store {
5
5
  private azureAdService;
6
6
  omniaCtx: OmniaContext;
7
+ private targetingPropertyStore;
7
8
  private resolvePropertiesValuePromises;
8
9
  private resolvePropertiesInfoPromise;
9
10
  private resolveSyncPropertiesInfoPromise;
@@ -26,6 +26,7 @@ export declare class TargetingPropertyStore extends Store {
26
26
  ensureUserTargetingResult: import("./Store").StoreAction<unknown, () => void, (result: boolean) => void, (failureReason: any) => void, () => Promise<boolean>>;
27
27
  terminateTargetingProperty: import("./Store").StoreAction<unknown, (propertyId: guid) => void, (result: unknown, propertyId: guid) => void, (failureReason: any, propertyId: guid) => void, (propertyId: guid) => Promise<unknown>>;
28
28
  restoreTargetingProperty: import("./Store").StoreAction<unknown, (propertyId: guid) => void, (result: unknown, propertyId: guid) => void, (failureReason: any, propertyId: guid) => void, (propertyId: guid) => Promise<unknown>>;
29
+ invalidateTargetingPropertyResultCache: import("./Store").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
29
30
  };
30
31
  onActivated(): void;
31
32
  onDisposing(): void;
@@ -70,8 +70,8 @@ export declare const useMediaPickerImageTransformerStore: () => {
70
70
  showImageTransformer: (value: boolean | ((prev: boolean) => boolean)) => void;
71
71
  imageRatios: (value: MediaPickerImageRatio[] | ((prev: MediaPickerImageRatio[]) => MediaPickerImageRatio[])) => void;
72
72
  rollupRatios: (value: MediaPickerRollupImageRatio[] | ((prev: MediaPickerRollupImageRatio[]) => MediaPickerRollupImageRatio[])) => void;
73
- editorOptions: ImageTransformerOptions;
74
- settings: MediaPickerImageSettings;
73
+ editorOptions: (value: ImageTransformerOptions | ((prev: ImageTransformerOptions) => ImageTransformerOptions)) => void;
74
+ settings: (value: MediaPickerImageSettings | ((prev: MediaPickerImageSettings) => MediaPickerImageSettings)) => void;
75
75
  editorReady: (value: boolean | ((prev: boolean) => boolean)) => void;
76
76
  actionCount: (value: number | ((prev: number) => number)) => void;
77
77
  imageTransformedResult: (value: MediaPickerImageTransformationResult | ((prev: MediaPickerImageTransformationResult) => MediaPickerImageTransformationResult)) => void;
@@ -84,7 +84,7 @@ export declare const useMediaPickerImageTransformerStore: () => {
84
84
  selectedRendition: (value: MediaPickerRenditionData | ((prev: MediaPickerRenditionData) => MediaPickerRenditionData)) => void;
85
85
  showWarningCropInvalidDialog: (value: boolean | ((prev: boolean) => boolean)) => void;
86
86
  customCropZone: (value: MediaPickerCropTransformation | ((prev: MediaPickerCropTransformation) => MediaPickerCropTransformation)) => void;
87
- currentFilter: MediaPickerFilterTransformation;
87
+ currentFilter: (value: MediaPickerFilterTransformation | ((prev: MediaPickerFilterTransformation) => MediaPickerFilterTransformation)) => void;
88
88
  selectedCropInformation: (value: {
89
89
  [id: string]: MediaPickerCropTransformation;
90
90
  } | ((prev: {
@@ -54,19 +54,23 @@ export declare const useGalleryStore: () => {
54
54
  };
55
55
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
56
56
  mutate: {
57
- selectedMediaGallery: MediaGallery;
58
- editingMediaIndex: number;
59
- editingMediaId: guid;
60
- mediaStates: Array<MediaState>;
57
+ selectedMediaGallery: (value: MediaGallery | ((prev: MediaGallery) => MediaGallery)) => void;
58
+ editingMediaIndex: (value: number | ((prev: number) => number)) => void;
59
+ editingMediaId: (value: guid | ((prev: guid) => guid)) => void;
60
+ mediaStates: (value: MediaState[] | ((prev: MediaState[]) => MediaState[])) => void;
61
61
  finishItemCount: (value: number | ((prev: number) => number)) => void;
62
62
  enableGallery: (value: boolean | ((prev: boolean) => boolean)) => void;
63
63
  enableMediaCaption: (value: boolean | ((prev: boolean) => boolean)) => void;
64
64
  galleryItemLimit: (value: number | ((prev: number) => number)) => void;
65
65
  enableTransformation: (value: boolean | ((prev: boolean) => boolean)) => void;
66
66
  showMediaGallerySelector: (value: boolean | ((prev: boolean) => boolean)) => void;
67
- imgThatNeedToConvertFromBase64ToMediaPicker: {
67
+ imgThatNeedToConvertFromBase64ToMediaPicker: (value: {
68
68
  [imageId: string]: boolean;
69
- };
69
+ } | ((prev: {
70
+ [imageId: string]: boolean;
71
+ }) => {
72
+ [imageId: string]: boolean;
73
+ })) => void;
70
74
  };
71
75
  get: {
72
76
  hasMediaEditing: () => boolean;
@@ -74,16 +74,16 @@ export declare const useProviderStore: () => {
74
74
  showFileTypeNotSupported: (value: boolean | ((prev: boolean) => boolean)) => void;
75
75
  scaleProcessingImage: (value: boolean | ((prev: boolean) => boolean)) => void;
76
76
  renderProvider: (value: boolean | ((prev: boolean) => boolean)) => void;
77
- searchResults: Array<MediaItem>;
77
+ searchResults: (value: MediaItem[] | ((prev: MediaItem[]) => MediaItem[])) => void;
78
78
  searchQueryText: (value: string | ((prev: string) => string)) => void;
79
- maxAllowedFileSize: MediaPickerLimitedSizeSettings;
80
- selectedFileScalingOption: MediaPickerImageScaling;
81
- registeredProviders: Array<MediaPickerProvider>;
82
- activeProvider: MediaPickerProvider;
83
- selectedMediaInfo: ImageInformation | VideoInformation | MediaPickerBase64Image;
84
- selectedMediaItem: ImageItem | VideoItem;
85
- selectedMedia: MediaPickerMedia;
86
- statusMessage: MediaPickerMessage;
79
+ maxAllowedFileSize: (value: MediaPickerLimitedSizeSettings | ((prev: MediaPickerLimitedSizeSettings) => MediaPickerLimitedSizeSettings)) => void;
80
+ selectedFileScalingOption: (value: MediaPickerImageScaling | ((prev: MediaPickerImageScaling) => MediaPickerImageScaling)) => void;
81
+ registeredProviders: (value: MediaPickerProvider[] | ((prev: MediaPickerProvider[]) => MediaPickerProvider[])) => void;
82
+ activeProvider: (value: MediaPickerProvider | ((prev: MediaPickerProvider) => MediaPickerProvider)) => void;
83
+ selectedMediaInfo: (value: MediaPickerBase64Image | ImageInformation | VideoInformation | ((prev: MediaPickerBase64Image | ImageInformation | VideoInformation) => MediaPickerBase64Image | ImageInformation | VideoInformation)) => void;
84
+ selectedMediaItem: (value: ImageItem | VideoItem | ((prev: ImageItem | VideoItem) => ImageItem | VideoItem)) => void;
85
+ selectedMedia: (value: MediaPickerMedia | ((prev: MediaPickerMedia) => MediaPickerMedia)) => void;
86
+ statusMessage: (value: MediaPickerMessage | ((prev: MediaPickerMessage) => MediaPickerMessage)) => void;
87
87
  };
88
88
  get: {
89
89
  providerById(id: guid): MediaPickerProvider;
@@ -19,6 +19,12 @@ export declare namespace SystemLocalization {
19
19
  ExternalEmailInputHint: string;
20
20
  ExternalUserSyncContactEmail: string;
21
21
  InvalidEmailHint: string;
22
+ Blades: {
23
+ MainContactsTitle: string;
24
+ SecurityContactsTitle: string;
25
+ SystemUpdateNotificationTitle: string;
26
+ UserSyncContactsTitle: string;
27
+ };
22
28
  };
23
29
  AzureAdPermissions: {
24
30
  Id: string;
@@ -1,4 +1,8 @@
1
1
  import { guid } from "@omnia/fx-models";
2
2
  export declare const JourneyBladeIds: {
3
3
  default: guid;
4
+ mainContacts: guid;
5
+ securityContacts: guid;
6
+ systemUpdateNotification: guid;
7
+ userSyncContacts: guid;
4
8
  };
@@ -0,0 +1,13 @@
1
+ import { DefineSlot } from "@omnia/fx/ux";
2
+ import { TenantContactData } from "./TenantContactBladeStore";
3
+ import { VNodeChild } from "vue";
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
5
+ tenantContactData?: TenantContactData;
6
+ } & DefineSlot<"customInput", () => VNodeChild>> & {} & {
7
+ "v-slots"?: {
8
+ customInput?: () => VNodeChild;
9
+ } & Omit<{
10
+ default?: import("vue").Slot;
11
+ }, "customInput">;
12
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "tenantContactData" | "slot:customInput"> & import("@omnia/fx/ux").VNodeEvents) => any;
13
+ export default _default;
@@ -0,0 +1,13 @@
1
+ import { DefineSlot } from "@omnia/fx/ux";
2
+ import { TenantContactData } from "./TenantContactBladeStore";
3
+ import { VNodeChild } from "vue";
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
5
+ tenantContactData?: TenantContactData;
6
+ } & DefineSlot<"customInput", () => VNodeChild>> & {} & {
7
+ "v-slots"?: {
8
+ customInput?: () => VNodeChild;
9
+ } & Omit<{
10
+ default?: import("vue").Slot;
11
+ }, "customInput">;
12
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "tenantContactData" | "slot:customInput"> & import("@omnia/fx/ux").VNodeEvents) => any;
13
+ export default _default;
@@ -0,0 +1,13 @@
1
+ import { DefineSlot } from "@omnia/fx/ux";
2
+ import { TenantContactData } from "./TenantContactBladeStore";
3
+ import { VNodeChild } from "vue";
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
5
+ tenantContactData?: TenantContactData;
6
+ } & DefineSlot<"customInput", () => VNodeChild>> & {} & {
7
+ "v-slots"?: {
8
+ customInput?: () => VNodeChild;
9
+ } & Omit<{
10
+ default?: import("vue").Slot;
11
+ }, "customInput">;
12
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "tenantContactData" | "slot:customInput"> & import("@omnia/fx/ux").VNodeEvents) => any;
13
+ export default _default;
@@ -0,0 +1,27 @@
1
+ import { Identity } from "@omnia/fx-models";
2
+ export interface TenantContactData {
3
+ mainContactIdentities: Array<Identity>;
4
+ securityContactIdentities: Array<Identity>;
5
+ deploymentContactIdentities: Array<Identity>;
6
+ userSyncContactIdentities: Array<Identity>;
7
+ mainContactExternalEmails: Array<string>;
8
+ securityContactExternalEmails: Array<string>;
9
+ deploymentContactExternalEmails: Array<string>;
10
+ userSyncContactExternalEmails: Array<string>;
11
+ }
12
+ export declare const useTenantContactBladeStore: () => {
13
+ state: {
14
+ tenantContactData: TenantContactData;
15
+ };
16
+ events: import("@omnia/fx/stores").StoreEvents<{
17
+ tenantContactData: TenantContactData;
18
+ }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
19
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
20
+ resetTenantContactData(): TenantContactData;
21
+ loadData(): Promise<void>;
22
+ addOrUpdate(data: TenantContactData): Promise<boolean>;
23
+ checkExternalEmail(value: string): string | true;
24
+ }>;
25
+ } & {
26
+ dispose?: () => void;
27
+ };
@@ -0,0 +1,13 @@
1
+ import { DefineSlot } from "@omnia/fx/ux";
2
+ import { TenantContactData } from "./TenantContactBladeStore";
3
+ import { VNodeChild } from "vue";
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
5
+ tenantContactData?: TenantContactData;
6
+ } & DefineSlot<"customInput", () => VNodeChild>> & {} & {
7
+ "v-slots"?: {
8
+ customInput?: () => VNodeChild;
9
+ } & Omit<{
10
+ default?: import("vue").Slot;
11
+ }, "customInput">;
12
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "tenantContactData" | "slot:customInput"> & import("@omnia/fx/ux").VNodeEvents) => any;
13
+ export default _default;
@@ -43,7 +43,200 @@ export declare class UserManagementHelper {
43
43
  static getBuiltinProperties(identityProperties: Array<IdentityProperty>): PropertyViewModel[];
44
44
  static useUserPropertyStore(props: IUserPropertiesBladeProps): {
45
45
  state: {
46
- items: Array<EnterprisePropertyViewModel>;
46
+ items: {
47
+ isDeleting: boolean;
48
+ definitionTitle: string;
49
+ id: guid;
50
+ internalName: string;
51
+ title: {
52
+ isMultilingualString: true;
53
+ "ar-sa"?: string;
54
+ "bg-bg"?: string;
55
+ "ca-es"?: string;
56
+ "zh-tw"?: string;
57
+ "cs-cz"?: string;
58
+ "da-dk"?: string;
59
+ "de-de"?: string;
60
+ "el-gr"?: string;
61
+ "en-us"?: string;
62
+ "fi-fi"?: string;
63
+ "fr-fr"?: string;
64
+ "he-il"?: string;
65
+ "hu-hu"?: string;
66
+ "is-is"?: string;
67
+ "it-it"?: string;
68
+ "ja-jp"?: string;
69
+ "ko-kr"?: string;
70
+ "nl-nl"?: string;
71
+ "nb-no"?: string;
72
+ "pl-pl"?: string;
73
+ "pt-br"?: string;
74
+ "ro-ro"?: string;
75
+ "ru-ru"?: string;
76
+ "hr-hr"?: string;
77
+ "sk-sk"?: string;
78
+ "sq-al"?: string;
79
+ "sv-se"?: string;
80
+ "th-th"?: string;
81
+ "tr-tr"?: string;
82
+ "ur-pk"?: string;
83
+ "id-id"?: string;
84
+ "uk-ua"?: string;
85
+ "be-by"?: string;
86
+ "sl-si"?: string;
87
+ "et-ee"?: string;
88
+ "lv-lv"?: string;
89
+ "lt-lt"?: string;
90
+ "fa-ir"?: string;
91
+ "vi-vn"?: string;
92
+ "hy-am"?: string;
93
+ "eu-es"?: string;
94
+ "mk-mk"?: string;
95
+ "af-za"?: string;
96
+ "ka-ge"?: string;
97
+ "fo-fo"?: string;
98
+ "hi-in"?: string;
99
+ "ms-my"?: string;
100
+ "kk-kz"?: string;
101
+ "ky-kg"?: string;
102
+ "sw-ke"?: string;
103
+ "tt-ru"?: string;
104
+ "pa-in"?: string;
105
+ "gu-in"?: string;
106
+ "ta-in"?: string;
107
+ "te-in"?: string;
108
+ "kn-in"?: string;
109
+ "mr-in"?: string;
110
+ "sa-in"?: string;
111
+ "mn-mn"?: string;
112
+ "gl-es"?: string;
113
+ "dv-mv"?: string;
114
+ "ar-iq"?: string;
115
+ "zh-cn"?: string;
116
+ "de-ch"?: string;
117
+ "en-gb"?: string;
118
+ "es-mx"?: string;
119
+ "fr-be"?: string;
120
+ "it-ch"?: string;
121
+ "nl-be"?: string;
122
+ "nn-no"?: string;
123
+ "pt-pt"?: string;
124
+ "sv-fi"?: string;
125
+ "ms-bn"?: string;
126
+ "ar-eg"?: string;
127
+ "zh-hk"?: string;
128
+ "de-at"?: string;
129
+ "en-au"?: string;
130
+ "en-es"?: string;
131
+ "fr-ca"?: string;
132
+ "ar-ly"?: string;
133
+ "zh-sg"?: string;
134
+ "de-lu"?: string;
135
+ "en-ca"?: string;
136
+ "es-gt"?: string;
137
+ "fr-ch"?: string;
138
+ "ar-dz"?: string;
139
+ "zh-mo"?: string;
140
+ "de-li"?: string;
141
+ "en-nz"?: string;
142
+ "es-cr"?: string;
143
+ "fr-lu"?: string;
144
+ "ar-ma"?: string;
145
+ "en-ie"?: string;
146
+ "es-pa"?: string;
147
+ "fr-mc"?: string;
148
+ "ar-tn"?: string;
149
+ "en-za"?: string;
150
+ "es-do"?: string;
151
+ "ar-om"?: string;
152
+ "en-jm"?: string;
153
+ "es-ve"?: string;
154
+ "ar-ye"?: string;
155
+ "es-co"?: string;
156
+ "ar-sy"?: string;
157
+ "en-bz"?: string;
158
+ "es-pe"?: string;
159
+ "ar-jo"?: string;
160
+ "en-tt"?: string;
161
+ "es-ar"?: string;
162
+ "ar-lb"?: string;
163
+ "en-zw"?: string;
164
+ "es-ec"?: string;
165
+ "ar-kw"?: string;
166
+ "en-ph"?: string;
167
+ "es-cl"?: string;
168
+ "ar-ae"?: string;
169
+ "es-uy"?: string;
170
+ "ar-bh"?: string;
171
+ "es-py"?: string;
172
+ "ar-qa"?: string;
173
+ "es-bo"?: string;
174
+ "es-sv"?: string;
175
+ "es-hn"?: string;
176
+ "es-pr"?: string;
177
+ "zu-za"?: string;
178
+ "xh-za"?: string;
179
+ "fy-nl"?: string;
180
+ "tn-za"?: string;
181
+ "se-se"?: string;
182
+ "se-fi"?: string;
183
+ "cy-gb"?: string;
184
+ "hr-ba"?: string;
185
+ "mi-nz"?: string;
186
+ "ga-ie"?: string;
187
+ "rm-ch"?: string;
188
+ "lb-lu"?: string;
189
+ "ns-za"?: string;
190
+ "se-no"?: string;
191
+ "mt-mt"?: string;
192
+ };
193
+ enterprisePropertyDataTypeId: guid;
194
+ settings: import("@omnia/fx-models").EnterprisePropertySettings;
195
+ spSearchable: boolean;
196
+ msSearchable?: boolean;
197
+ builtIn: boolean;
198
+ managedPropertySettings?: {
199
+ managedProperty: string;
200
+ retrievableManagedProperty?: string;
201
+ refinableManagedProeprty?: string;
202
+ queryableManagedProperty?: string;
203
+ sortableManagedProperty?: string;
204
+ retrievable: boolean;
205
+ refinable: boolean;
206
+ queryable: boolean;
207
+ sortable: boolean;
208
+ };
209
+ msSearchPropertySettings?: {
210
+ managedProperty: string;
211
+ retrievableManagedProperty?: string;
212
+ refinableManagedProeprty?: string;
213
+ queryableManagedProperty?: string;
214
+ sortableManagedProperty?: string;
215
+ retrievable: boolean;
216
+ refinable: boolean;
217
+ queryable: boolean;
218
+ sortable: boolean;
219
+ };
220
+ enterprisePropertyDataType: {
221
+ id: guid;
222
+ title: string;
223
+ uiOptions: {
224
+ settingsElementName?: string;
225
+ editModeElementName: string;
226
+ displayModeElementName?: string;
227
+ valueDefinitionElementName?: string;
228
+ };
229
+ valuePropertyPaths: string[];
230
+ indexedType: import("@omnia/fx-models").PropertyIndexedType;
231
+ omniaSearchable: boolean;
232
+ spSearchable: boolean;
233
+ msSearchable?: boolean;
234
+ };
235
+ enterprisePropertyCategoryId?: guid;
236
+ multilingualTitle: string;
237
+ uniqueMultilingualTitle: string;
238
+ deletedAt?: Date;
239
+ }[];
47
240
  isLoading: {
48
241
  items: boolean;
49
242
  };
@@ -17,6 +17,9 @@ export declare const useComponentsEditorStore: () => {
17
17
  blueprintItems: IBlueprintItem[];
18
18
  editMode: boolean;
19
19
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
20
+ rules: {
21
+ hasBlueprintValues: (blueprint: IBlueprintItem) => boolean;
22
+ };
20
23
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
21
24
  addBlueprints(blueprints: Array<IBlueprintItem>): void;
22
25
  deleteBlueprints(blueprints: IBlueprintItem): void;
@@ -147,6 +150,7 @@ export declare const useComponentsEditorStore: () => {
147
150
  } & {
148
151
  dispose?: () => void;
149
152
  };
153
+ blueprintsItems: () => IBlueprintItem[];
150
154
  };
151
155
  bladeId: {
152
156
  addBlueprint: guid;
@@ -1,5 +1,8 @@
1
1
  import { guid, JourneyMenuItem } from "@omnia/fx-models";
2
2
  export declare const useThemeDesignerStore: () => {
3
+ bladeIds: {
4
+ themeDesignerStart: guid;
5
+ };
3
6
  state: {
4
7
  selectedMenuItem: JourneyMenuItem;
5
8
  activeElementKey: guid;
@@ -1,6 +1,6 @@
1
1
  import { ColorSchema, ColorSchemaType, ColorSchemaTypes, ResolvedThemeDefinition } from "@omnia/fx-models";
2
2
  import { VNodeChild } from "vue";
3
- type Variant = "default" | "toolbar" | "button";
3
+ type Variant = "default" | "toolbar" | "button" | "journey";
4
4
  declare const _default: {
5
5
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
6
6
  "v-slots": import("vue").Prop<{
@@ -1,5 +1,5 @@
1
1
  import { ColorSchema } from "@omnia/fx-models";
2
- type Variant = "default" | "toolbar" | "palette" | "card-preview" | "button" | "swatch" | "placeholder";
2
+ type Variant = "default" | "toolbar" | "palette" | "card-preview" | "button" | "swatch";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
5
5
  class: {
@@ -12,9 +12,15 @@ declare const _default: {
12
12
  label: {
13
13
  type: import("vue").PropType<string>;
14
14
  };
15
+ width: {
16
+ type: import("vue").PropType<string>;
17
+ };
15
18
  selected: {
16
19
  type: import("vue").PropType<boolean>;
17
20
  };
21
+ placeholder: {
22
+ type: import("vue").PropType<boolean>;
23
+ };
18
24
  closeIcon: {
19
25
  type: import("vue").PropType<boolean>;
20
26
  };
@@ -122,9 +128,15 @@ declare const _default: {
122
128
  label: {
123
129
  type: import("vue").PropType<string>;
124
130
  };
131
+ width: {
132
+ type: import("vue").PropType<string>;
133
+ };
125
134
  selected: {
126
135
  type: import("vue").PropType<boolean>;
127
136
  };
137
+ placeholder: {
138
+ type: import("vue").PropType<boolean>;
139
+ };
128
140
  closeIcon: {
129
141
  type: import("vue").PropType<boolean>;
130
142
  };
@@ -226,9 +238,15 @@ declare const _default: {
226
238
  label: {
227
239
  type: import("vue").PropType<string>;
228
240
  };
241
+ width: {
242
+ type: import("vue").PropType<string>;
243
+ };
229
244
  selected: {
230
245
  type: import("vue").PropType<boolean>;
231
246
  };
247
+ placeholder: {
248
+ type: import("vue").PropType<boolean>;
249
+ };
232
250
  closeIcon: {
233
251
  type: import("vue").PropType<boolean>;
234
252
  };
@@ -382,6 +400,7 @@ declare const _default: {
382
400
  }>;
383
401
  };
384
402
  container?: boolean;
403
+ width?: string;
385
404
  variant?: Variant;
386
405
  class?: string;
387
406
  label?: string;
@@ -391,6 +410,7 @@ declare const _default: {
391
410
  "onUpdate:modelValue"?: (value: ColorSchema) => any | void;
392
411
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
393
412
  "v-model"?: ColorSchema;
413
+ placeholder?: boolean;
394
414
  selected?: boolean;
395
415
  }>, "onClick:close" | "onClick:select"> & {
396
416
  "onClick:close"?: () => any;
@@ -0,0 +1,44 @@
1
+ import { ColorSchema, ColorSchemaType, ColorSchemaTypes, ResolvedThemeDefinition } from "@omnia/fx-models";
2
+ interface ColorSchemaItem {
3
+ id: string;
4
+ text: string;
5
+ }
6
+ export declare const useColorSchemaPickerStore: () => {
7
+ state: {
8
+ internalModel: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes;
9
+ customSchemaModel: ColorSchema;
10
+ customSchema: ColorSchema;
11
+ isCustomSchema: boolean;
12
+ hasSelection: boolean;
13
+ settings: {
14
+ defaultColorSchemaType: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
15
+ customSchema: boolean;
16
+ enableDynamicColor: boolean;
17
+ schemaTitle: string;
18
+ };
19
+ };
20
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
21
+ customSchema: () => {
22
+ selectCurrent(): void;
23
+ select(schema: ColorSchema): void;
24
+ };
25
+ selectItem(item: ColorSchemaItem): void;
26
+ setTheme: (themeDefinition: ResolvedThemeDefinition) => void;
27
+ initState: (model: ColorSchemaTypes | ColorSchemaType | ColorSchema, themeDefinition: ResolvedThemeDefinition) => void;
28
+ }>;
29
+ get: {
30
+ schemaLabel: (selected: boolean, schemaType: ColorSchemaType | ColorSchema, isPlaceholder?: any) => string;
31
+ schemaInstance: (schemaType: ColorSchemaType | ColorSchema) => ColorSchema;
32
+ selectedSchema: () => ColorSchema;
33
+ };
34
+ dataTypes: {
35
+ items: ColorSchemaItem[];
36
+ };
37
+ rules: {
38
+ isSelected: (schemaType: ColorSchemaType | ColorSchema) => boolean;
39
+ isPlaceholder: (schemaType: ColorSchemaType | ColorSchema) => boolean;
40
+ };
41
+ } & {
42
+ dispose?: () => void;
43
+ };
44
+ export {};