@omnia/fx 8.0.236-dev → 8.0.237-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 (54) hide show
  1. package/internal-do-not-import-from-here/apis/UserManagementApi.d.ts +1 -0
  2. package/internal-do-not-import-from-here/services/identities/IdentitySyncProviderService.d.ts +2 -0
  3. package/internal-do-not-import-from-here/stores/BusinessProfileStore.d.ts +13 -12
  4. package/internal-do-not-import-from-here/stores/IdentitySyncProviderStore.d.ts +2 -0
  5. package/internal-do-not-import-from-here/ux/admin/businessprofile/BusinessProfilesConstants.d.ts +0 -1
  6. package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/BusinessProfileJourneyStore.d.ts +8 -48
  7. package/internal-do-not-import-from-here/ux/admin/permissions/loc/permissionLocalize.d.ts +0 -4
  8. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/ActiveGroupListing.d.ts +1 -8
  9. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupDeletedDetail.d.ts +69 -0
  10. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupDetailBlade.d.ts +10 -13
  11. package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +2 -1
  12. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementConstants.d.ts +8 -0
  13. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementHelper.d.ts +2 -0
  14. package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/DetailOmniaSearchUserLogBlade.d.ts +52 -0
  15. package/internal-do-not-import-from-here/ux/admin/usermanagement/userproperties/Journey.d.ts +47 -0
  16. package/internal-do-not-import-from-here/ux/admin/usermanagement/userproperties/UserPropertyDetailBlade.d.ts +3 -15
  17. package/internal-do-not-import-from-here/ux/admin/usermanagement/userproperties/UserPropertyListingBlade.d.ts +12 -3
  18. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/AppSettingsJourney.d.ts +47 -0
  19. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/AppSettingsJourneyBladeIds.d.ts +6 -0
  20. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/IAppSettingsJourney.d.ts +4 -0
  21. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/MenuBlade.d.ts +47 -0
  22. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/editapp/EditBlade.d.ts +47 -0
  23. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/editapp/EditBladeRegistration.d.ts +1 -0
  24. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/index.d.ts +2 -0
  25. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/switchingtemplate/journey/SwitchingTemplateJourneyRegistration.d.ts +1 -0
  26. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/switchingtemplate/journey/SwitchingTemplateSettings.d.ts +50 -0
  27. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/switchingtemplate/journey/SwitchingTemplateSettingsJourneyBladeIds.d.ts +5 -0
  28. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/core/Core.d.ts +2 -0
  29. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/core/index.d.ts +1 -0
  30. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/loc/localize.d.ts +21 -0
  31. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/services/AppTemplateService.d.ts +8 -0
  32. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/services/index.d.ts +1 -0
  33. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +2 -0
  34. package/internal-do-not-import-from-here/ux/identities/components/shared/AzureAdProviderSettingsStore.d.ts +35 -0
  35. package/internal-do-not-import-from-here/ux/identities/components/shared/BladeIds.d.ts +2 -0
  36. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +3 -3
  37. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +9 -9
  38. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +4 -10
  39. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
  40. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +51 -152
  41. package/internal-do-not-import-from-here/ux/messaging/Topics.d.ts +2 -1
  42. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +2 -2
  44. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +3 -2
  45. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +56 -151
  48. package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +2 -2
  50. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +2 -0
  51. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +2 -0
  52. package/internal-do-not-import-from-here/wctypings.d.ts +134 -147
  53. package/package.json +2 -2
  54. package/internal-do-not-import-from-here/ux/admin/businessprofile/BusinessProfileHelper.d.ts +0 -4
@@ -0,0 +1,47 @@
1
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => {
2
+ $: import("vue").ComponentInternalInstance;
3
+ $data: {};
4
+ $props: {};
5
+ $attrs: {
6
+ [x: string]: unknown;
7
+ };
8
+ $refs: {
9
+ [x: string]: unknown;
10
+ };
11
+ $slots: Readonly<{
12
+ [name: string]: import("vue").Slot<any>;
13
+ }>;
14
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
15
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
16
+ $emit: (event: string, ...args: any[]) => void;
17
+ $el: any;
18
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
19
+ beforeCreate?: (() => void) | (() => void)[];
20
+ created?: (() => void) | (() => void)[];
21
+ beforeMount?: (() => void) | (() => void)[];
22
+ mounted?: (() => void) | (() => void)[];
23
+ beforeUpdate?: (() => void) | (() => void)[];
24
+ updated?: (() => void) | (() => void)[];
25
+ activated?: (() => void) | (() => void)[];
26
+ deactivated?: (() => void) | (() => void)[];
27
+ beforeDestroy?: (() => void) | (() => void)[];
28
+ beforeUnmount?: (() => void) | (() => void)[];
29
+ destroyed?: (() => void) | (() => void)[];
30
+ unmounted?: (() => void) | (() => void)[];
31
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
32
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
33
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
34
+ };
35
+ $forceUpdate: () => void;
36
+ $nextTick: typeof import("vue").nextTick;
37
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: (cleanupFn: () => void) => void) => any : (args_0: any, args_1: any, args_2: (cleanupFn: () => void) => void) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
38
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
39
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
40
+ "v-slots"?: {} & Omit<{
41
+ default?: import("vue").Slot;
42
+ }, never>;
43
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
44
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
45
+ [key: string]: any;
46
+ }>;
47
+ export default _default;
@@ -0,0 +1,47 @@
1
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => {
2
+ $: import("vue").ComponentInternalInstance;
3
+ $data: {};
4
+ $props: {};
5
+ $attrs: {
6
+ [x: string]: unknown;
7
+ };
8
+ $refs: {
9
+ [x: string]: unknown;
10
+ };
11
+ $slots: Readonly<{
12
+ [name: string]: import("vue").Slot<any>;
13
+ }>;
14
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
15
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
16
+ $emit: (event: string, ...args: any[]) => void;
17
+ $el: any;
18
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
19
+ beforeCreate?: (() => void) | (() => void)[];
20
+ created?: (() => void) | (() => void)[];
21
+ beforeMount?: (() => void) | (() => void)[];
22
+ mounted?: (() => void) | (() => void)[];
23
+ beforeUpdate?: (() => void) | (() => void)[];
24
+ updated?: (() => void) | (() => void)[];
25
+ activated?: (() => void) | (() => void)[];
26
+ deactivated?: (() => void) | (() => void)[];
27
+ beforeDestroy?: (() => void) | (() => void)[];
28
+ beforeUnmount?: (() => void) | (() => void)[];
29
+ destroyed?: (() => void) | (() => void)[];
30
+ unmounted?: (() => void) | (() => void)[];
31
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
32
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
33
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
34
+ };
35
+ $forceUpdate: () => void;
36
+ $nextTick: typeof import("vue").nextTick;
37
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: (cleanupFn: () => void) => void) => any : (args_0: any, args_1: any, args_2: (cleanupFn: () => void) => void) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
38
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
39
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
40
+ "v-slots"?: {} & Omit<{
41
+ default?: import("vue").Slot;
42
+ }, never>;
43
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
44
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
45
+ [key: string]: any;
46
+ }>;
47
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export * from "./editapp/EditBlade";
2
+ export * from "./MenuBlade";
@@ -0,0 +1,50 @@
1
+ import { DefineEmit } from "@omnia/fx/ux";
2
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<DefineEmit<"handleChangeTemplate", () => void>>) => {
3
+ $: import("vue").ComponentInternalInstance;
4
+ $data: {};
5
+ $props: {};
6
+ $attrs: {
7
+ [x: string]: unknown;
8
+ };
9
+ $refs: {
10
+ [x: string]: unknown;
11
+ };
12
+ $slots: Readonly<{
13
+ [name: string]: import("vue").Slot<any>;
14
+ }>;
15
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
16
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
17
+ $emit: (event: string, ...args: any[]) => void;
18
+ $el: any;
19
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
20
+ beforeCreate?: (() => void) | (() => void)[];
21
+ created?: (() => void) | (() => void)[];
22
+ beforeMount?: (() => void) | (() => void)[];
23
+ mounted?: (() => void) | (() => void)[];
24
+ beforeUpdate?: (() => void) | (() => void)[];
25
+ updated?: (() => void) | (() => void)[];
26
+ activated?: (() => void) | (() => void)[];
27
+ deactivated?: (() => void) | (() => void)[];
28
+ beforeDestroy?: (() => void) | (() => void)[];
29
+ beforeUnmount?: (() => void) | (() => void)[];
30
+ destroyed?: (() => void) | (() => void)[];
31
+ unmounted?: (() => void) | (() => void)[];
32
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
33
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
34
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
35
+ };
36
+ $forceUpdate: () => void;
37
+ $nextTick: typeof import("vue").nextTick;
38
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: (cleanupFn: () => void) => void) => any : (args_0: any, args_1: any, args_2: (cleanupFn: () => void) => void) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
39
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
40
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<DefineEmit<"handleChangeTemplate", () => void>> & {
41
+ "v-slots"?: {} & Omit<{
42
+ default?: import("vue").Slot;
43
+ }, never>;
44
+ } & {
45
+ onHandleChangeTemplate?: () => any;
46
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never>;
47
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
48
+ [key: string]: any;
49
+ }>;
50
+ export default _default;
@@ -0,0 +1,5 @@
1
+ import { guid } from "@omnia/fx-models";
2
+ export declare const SwitchingTemplateSettingsJourneyBladeIds: {
3
+ home: guid;
4
+ progress: guid;
5
+ };
@@ -0,0 +1,2 @@
1
+ export declare function getServerRelativeUrl(url: string): string;
2
+ export declare function getSPAlias(serverRelativeUrl: string): string;
@@ -0,0 +1,21 @@
1
+ export declare namespace AppSettingsLocalization {
2
+ const namespace = "OA.AppSettingsLocalization";
3
+ interface locInterface {
4
+ AppTitleMultiple: string;
5
+ AppTitleSingle: string;
6
+ AppDescription: string;
7
+ AppType: string;
8
+ ChangeTemplateBlade: {
9
+ ChangeTemplate: string;
10
+ SelectTemplate: string;
11
+ SelectProfile: string;
12
+ };
13
+ Validate: {
14
+ InvalidTemplate: string;
15
+ };
16
+ SettingsBlade: {
17
+ SwitchingTemplate: string;
18
+ EditSettings: string;
19
+ };
20
+ }
21
+ }
@@ -0,0 +1,8 @@
1
+ import { AppTemplate } from "@omnia/fx/models";
2
+ export declare class AppTemplateService {
3
+ private httpClient;
4
+ private omniaContext;
5
+ private businessProfile;
6
+ constructor();
7
+ getAllTemplates(): Promise<AppTemplate[]>;
8
+ }
@@ -0,0 +1 @@
1
+ export * from "./AppTemplateService";
@@ -162,6 +162,8 @@ export declare class AppManagementInstanceApi implements IAppManagementInstanceA
162
162
  authentication: import("@omnia/fx-models").FontAwesomeIcon;
163
163
  addUser: import("@omnia/fx-models").FontAwesomeIcon;
164
164
  spin: import("@omnia/fx-models").FontAwesomeIcon;
165
+ clock: import("@omnia/fx-models").FontAwesomeIcon;
166
+ timeCircle: import("@omnia/fx-models").FontAwesomeIcon;
165
167
  };
166
168
  system: {
167
169
  settings: {
@@ -0,0 +1,35 @@
1
+ import { AdProperty } from "@omnia/fx-models";
2
+ export declare const useAzureAdProviderSettingsStore: () => {
3
+ actions: {
4
+ onDispatching: {
5
+ getSyncPropertiesApi: {
6
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
7
+ };
8
+ getSyncPropertyDisplayName: {
9
+ subscribe(fn: (property: AdProperty) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
10
+ };
11
+ };
12
+ onDispatched: {
13
+ getSyncPropertiesApi: {
14
+ subscribe(fn: (result: AdProperty[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
15
+ };
16
+ getSyncPropertyDisplayName: {
17
+ subscribe(fn: (result: string, property: AdProperty) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
18
+ };
19
+ };
20
+ onFailure: {
21
+ getSyncPropertiesApi: {
22
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
23
+ };
24
+ getSyncPropertyDisplayName: {
25
+ subscribe(fn: (failureReason: any, property: AdProperty) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
26
+ };
27
+ };
28
+ } & {
29
+ getSyncPropertiesApi: () => Promise<AdProperty[]>;
30
+ getSyncPropertyDisplayName(property: AdProperty): string;
31
+ };
32
+ get: {
33
+ readonly providerId: import("@omnia/fx-models").guid;
34
+ };
35
+ };
@@ -1,5 +1,7 @@
1
1
  import { guid } from "@omnia/fx-models";
2
2
  export declare const BladeIds: {
3
3
  Settings: guid;
4
+ IdentityPropertyMapping: guid;
5
+ IdentityRuleSetup: guid;
4
6
  SyncRules: guid;
5
7
  };
@@ -1,5 +1,5 @@
1
1
  import { guid, IdentityProviderProperty } from "@omnia/fx-models";
2
- declare const _default: (props: import("../../..").ConstructComponentProps<{
2
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
3
3
  providerId: guid;
4
4
  } & {
5
5
  getSyncPropertiesApi: () => Promise<IdentityProviderProperty[]>;
@@ -43,7 +43,7 @@ declare const _default: (props: import("../../..").ConstructComponentProps<{
43
43
  $nextTick: typeof import("vue").nextTick;
44
44
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: (cleanupFn: () => void) => void) => any : (args_0: any, args_1: any, args_2: (cleanupFn: () => void) => void) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
45
45
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
46
- propsDefinition: import("../../..").ExtractProps<{
46
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<{
47
47
  providerId: guid;
48
48
  } & {
49
49
  getSyncPropertiesApi: () => Promise<IdentityProviderProperty[]>;
@@ -53,7 +53,7 @@ declare const _default: (props: import("../../..").ConstructComponentProps<{
53
53
  "v-slots"?: {} & Omit<{
54
54
  default?: import("vue").Slot;
55
55
  }, never>;
56
- } & {} & Omit<import("../../..").VueComponentBaseProps, "providerId" | "getSyncPropertiesApi" | "getSyncPropertyDisplayName">;
56
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "providerId" | "getSyncPropertiesApi" | "getSyncPropertyDisplayName">;
57
57
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
58
58
  [key: string]: any;
59
59
  }>;
@@ -1,11 +1,10 @@
1
1
  import { IdentityProviderProperty, UserTypeEvaluation } from "@omnia/fx-models";
2
- declare const _default: (props: import("../../../InternalDefineComponent").ConstructComponentProps<{
2
+ import { DefineEmit } from "@omnia/fx/ux";
3
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
3
4
  data: UserTypeEvaluation;
4
5
  } & {
5
6
  getSyncPropertiesApi: () => Promise<IdentityProviderProperty[]>;
6
- } & {
7
- saveChanges: (data: UserTypeEvaluation) => Promise<void>;
8
- } & {
7
+ } & DefineEmit<"saveChanges", (data: UserTypeEvaluation) => Promise<void>> & DefineEmit<"delete", () => void> & {
9
8
  getSyncPropertyDisplayName: (property: IdentityProviderProperty) => string;
10
9
  }>) => {
11
10
  $: import("vue").ComponentInternalInstance;
@@ -45,19 +44,20 @@ declare const _default: (props: import("../../../InternalDefineComponent").Const
45
44
  $nextTick: typeof import("vue").nextTick;
46
45
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: (cleanupFn: () => void) => void) => any : (args_0: any, args_1: any, args_2: (cleanupFn: () => void) => void) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
47
46
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
48
- propsDefinition: import("../../../InternalDefineComponent").ExtractProps<{
47
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<{
49
48
  data: UserTypeEvaluation;
50
49
  } & {
51
50
  getSyncPropertiesApi: () => Promise<IdentityProviderProperty[]>;
52
- } & {
53
- saveChanges: (data: UserTypeEvaluation) => Promise<void>;
54
- } & {
51
+ } & DefineEmit<"saveChanges", (data: UserTypeEvaluation) => Promise<void>> & DefineEmit<"delete", () => void> & {
55
52
  getSyncPropertyDisplayName: (property: IdentityProviderProperty) => string;
56
53
  }> & {
57
54
  "v-slots"?: {} & Omit<{
58
55
  default?: import("vue").Slot;
59
56
  }, never>;
60
- } & {} & Omit<import("../../../VueComponentBase").VueComponentBaseProps, "data" | "getSyncPropertiesApi" | "getSyncPropertyDisplayName" | "saveChanges">;
57
+ } & {
58
+ onDelete?: () => any;
59
+ onSaveChanges?: (data: UserTypeEvaluation) => any;
60
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "data" | "getSyncPropertiesApi" | "getSyncPropertyDisplayName">;
61
61
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
62
62
  [key: string]: any;
63
63
  }>;
@@ -1,14 +1,10 @@
1
- import { IdentityProviderProperty, UserTypeEvaluation } from "@omnia/fx-models";
2
- import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
3
- import { Ref } from "vue";
4
- declare const _default: (props: import("../../../InternalDefineComponent").ConstructComponentProps<{
1
+ import { guid, IdentityProviderProperty } from "@omnia/fx-models";
2
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
5
3
  providerId: guid;
6
4
  } & {
7
5
  getSyncPropertiesApi: () => Promise<IdentityProviderProperty[]>;
8
6
  } & {
9
7
  getSyncPropertyDisplayName: (property: IdentityProviderProperty) => string;
10
- } & {
11
- openDetailBlade: (item: UserTypeEvaluation, index: number, userTypeEvaluations: Ref<UserTypeEvaluation[]>, updateSettings: () => any) => any;
12
8
  }>) => {
13
9
  $: import("vue").ComponentInternalInstance;
14
10
  $data: {};
@@ -47,19 +43,17 @@ declare const _default: (props: import("../../../InternalDefineComponent").Const
47
43
  $nextTick: typeof import("vue").nextTick;
48
44
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: (cleanupFn: () => void) => void) => any : (args_0: any, args_1: any, args_2: (cleanupFn: () => void) => void) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
49
45
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
50
- propsDefinition: import("../../../InternalDefineComponent").ExtractProps<{
46
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<{
51
47
  providerId: guid;
52
48
  } & {
53
49
  getSyncPropertiesApi: () => Promise<IdentityProviderProperty[]>;
54
50
  } & {
55
51
  getSyncPropertyDisplayName: (property: IdentityProviderProperty) => string;
56
- } & {
57
- openDetailBlade: (item: UserTypeEvaluation, index: number, userTypeEvaluations: Ref<UserTypeEvaluation[]>, updateSettings: () => any) => any;
58
52
  }> & {
59
53
  "v-slots"?: {} & Omit<{
60
54
  default?: import("vue").Slot;
61
55
  }, never>;
62
- } & {} & Omit<import("../../../VueComponentBase").VueComponentBaseProps, "providerId" | "getSyncPropertiesApi" | "getSyncPropertyDisplayName" | "openDetailBlade">;
56
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "providerId" | "getSyncPropertiesApi" | "getSyncPropertyDisplayName">;
63
57
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
64
58
  [key: string]: any;
65
59
  }>;
@@ -1,7 +1,7 @@
1
1
  import { guid, IIcon } from "@omnia/fx-models";
2
2
  import { BladeContext, BladeContexts, BladeSizeTypes, BladeVariantTypes, ConfirmDialogOptions, DefineEmit, DefineProp, DefineSlot, useJourneyStore } from "@omnia/fx/ux";
3
3
  import { VNodeChild } from "vue";
4
- export interface switchValue {
4
+ export interface SwitchValue {
5
5
  value: boolean;
6
6
  label: string;
7
7
  }
@@ -11,7 +11,7 @@ export interface DisabledButtonTooltips {
11
11
  delete?: string;
12
12
  remove?: string;
13
13
  }
14
- export type JourneyBladeProps = DefineProp<"getApi", (store: ReturnType<typeof useJourneyStore>) => void, false, null, "callback to get a reference to the journey store. The store is used to navigate the journey blades."> & DefineProp<"title", string, false, null, "Specify the title of the blade."> & DefineProp<"toned", boolean, false, null, "IF the color is toned"> & DefineProp<"subTitle", string, false, null, "Specify a subtitle for the blade and the title is displayed in a breadcrumb style where the subTittle is prominent."> & DefineProp<"id", guid, true, null, "The id of the blade. Used to identify the blade in the journey store."> & DefineProp<"size", BladeSizeTypes, false, "x-small", "Specify the size of the blade. Small will show the header buttons as icons."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"ok", boolean, false, false, "Specify if the blade should show a ok button. If a ok button is shown, a cancel button will also be shown."> & DefineProp<"save", boolean, false, false, "Specify if the blade should show a save button. If a save button is shown, a cancel button will also be shown."> & DefineProp<"searchable", boolean, false, false, "Specify if the blade should show a search field."> & DefineProp<"delete", boolean, false, false, "Specify if the blade should show a delete button."> & DefineProp<"remove", boolean, false, false, "Specify if the blade should show a remove button."> & DefineProp<"disabled", boolean, false, false, "Specify if the blade should shoud be read only."> & DefineProp<"manageList", boolean, false, false, "Specify if the blade shoud be draggable on items."> & DefineProp<"switch", switchValue, false, null, "Specify if the blade should show switch."> & DefineProp<"settings", boolean, false, false, "Specify if the blade should show a settings button."> & DefineProp<"create", boolean, false, false, "Specify if the blade should show a create button."> & DefineProp<"bladeContext", BladeContexts | BladeContext, false, null, "Specify context of the journey."> & DefineProp<"icon", IIcon, false, null, "Specify an icon for the blade header. This should be used to hightlight the blade type such as create blades, edit blades etc."> & DefineProp<"variant", BladeVariantTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"onOk", () => boolean | Promise<boolean>, false, null, "Trigger when user click ok, return true if ok to close the blade."> & DefineProp<"onRemove", () => boolean | Promise<boolean>, false, null, "Trigger when user click remove, return true if ok to close the blade."> & DefineProp<"onSave", () => boolean | Promise<boolean>, false, null, "Trigger when user click save, return true if ok to close the blade."> & DefineProp<"onDelete", () => boolean | Promise<boolean>, false, null, "Trigger when user click delete, return true if ok to close the blade."> & DefineProp<"onSwitch", (value: boolean) => boolean | Promise<boolean>, false, null, "Trigger when user toggle switch, return true if ok to close the blade."> & DefineProp<"confirmDeleteDialogOption", ConfirmDialogOptions, false, null, "Specify a set of options for the confirm dialog shown before deleting."> & DefineProp<"disabledButtonTooltips", DisabledButtonTooltips, false, null, "Specify a set of options for the confirm dialog shown before deleting."> & DefineSlot<"actions", () => VNodeChild> & DefineSlot<"actionsFooter", () => VNodeChild> & DefineEmit<"click:add", (id: guid) => true> & DefineEmit<"click:back", (id: guid) => true> & DefineEmit<"click:cancel", (id: guid) => true> & DefineEmit<"click:settings", (id: guid) => true> & DefineEmit<"click:confirm", () => true> & DefineEmit<"search", (searchText: string) => true> & DefineEmit<"click:manageList", () => true>;
14
+ export type JourneyBladeProps = DefineProp<"getApi", (store: ReturnType<typeof useJourneyStore>) => void, false, null, "callback to get a reference to the journey store. The store is used to navigate the journey blades."> & DefineProp<"title", string, false, null, "Specify the title of the blade."> & DefineProp<"toned", boolean, false, null, "IF the color is toned"> & DefineProp<"subTitle", string, false, null, "Specify a subtitle for the blade and the title is displayed in a breadcrumb style where the subTittle is prominent."> & DefineProp<"id", guid, true, null, "The id of the blade. Used to identify the blade in the journey store."> & DefineProp<"size", BladeSizeTypes, false, "x-small", "Specify the size of the blade. Small will show the header buttons as icons."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"ok", boolean, false, false, "Specify if the blade should show a ok button. If a ok button is shown, a cancel button will also be shown."> & DefineProp<"save", boolean, false, false, "Specify if the blade should show a save button. If a save button is shown, a cancel button will also be shown."> & DefineProp<"searchable", boolean, false, false, "Specify if the blade should show a search field."> & DefineProp<"delete", boolean, false, false, "Specify if the blade should show a delete button."> & DefineProp<"remove", boolean, false, false, "Specify if the blade should show a remove button."> & DefineProp<"disabled", boolean, false, false, "Specify if the blade should shoud be read only."> & DefineProp<"manageList", boolean, false, false, "Specify if the blade shoud be draggable on items."> & DefineProp<"switch", SwitchValue, false, null, "Specify if the blade should show switch."> & DefineProp<"settings", boolean, false, false, "Specify if the blade should show a settings button."> & DefineProp<"create", boolean, false, false, "Specify if the blade should show a create button."> & DefineProp<"bladeContext", BladeContexts | BladeContext, false, null, "Specify context of the journey."> & DefineProp<"icon", IIcon, false, null, "Specify an icon for the blade header. This should be used to hightlight the blade type such as create blades, edit blades etc."> & DefineProp<"variant", BladeVariantTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"onOk", () => boolean | Promise<boolean>, false, null, "Trigger when user click ok, return true if ok to close the blade."> & DefineProp<"onRemove", () => boolean | Promise<boolean>, false, null, "Trigger when user click remove, return true if ok to close the blade."> & DefineProp<"onSave", () => boolean | Promise<boolean>, false, null, "Trigger when user click save, return true if ok to close the blade."> & DefineProp<"onDelete", () => boolean | Promise<boolean>, false, null, "Trigger when user click delete, return true if ok to close the blade."> & DefineProp<"onSwitch", (value: boolean) => boolean | Promise<boolean>, false, null, "Trigger when user toggle switch, return true if ok to close the blade."> & DefineProp<"confirmDeleteDialogOption", ConfirmDialogOptions, false, null, "Specify a set of options for the confirm dialog shown before deleting."> & DefineProp<"disabledButtonTooltips", DisabledButtonTooltips, false, null, "Specify a set of options for the confirm dialog shown before deleting."> & DefineSlot<"actions", () => VNodeChild> & DefineSlot<"actionsFooter", () => VNodeChild> & DefineEmit<"click:add", (id: guid) => true> & DefineEmit<"click:back", (id: guid) => true> & DefineEmit<"click:cancel", (id: guid) => true> & DefineEmit<"click:settings", (id: guid) => true> & DefineEmit<"click:confirm", () => true> & DefineEmit<"search", (searchText: string) => true> & DefineEmit<"click:manageList", () => true>;
15
15
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<JourneyBladeProps>) => {
16
16
  $: import("vue").ComponentInternalInstance;
17
17
  $data: {};