@omnia/fx 8.0.236-dev → 8.0.238-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.
- package/internal-do-not-import-from-here/apis/UserManagementApi.d.ts +1 -0
- package/internal-do-not-import-from-here/services/identities/IdentitySyncProviderService.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/BusinessProfileStore.d.ts +13 -12
- package/internal-do-not-import-from-here/stores/IdentitySyncProviderStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/BusinessProfilesConstants.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/BusinessProfileJourneyStore.d.ts +8 -48
- package/internal-do-not-import-from-here/ux/admin/permissions/loc/permissionLocalize.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/ActiveGroupListing.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupDeletedDetail.d.ts +69 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupDetailBlade.d.ts +10 -13
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/ApprovalBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/NotifyBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementConstants.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementHelper.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/DetailOmniaSearchUserLogBlade.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/userproperties/Journey.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/userproperties/UserPropertyDetailBlade.d.ts +3 -15
- package/internal-do-not-import-from-here/ux/admin/usermanagement/userproperties/UserPropertyListingBlade.d.ts +12 -3
- package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/AppSettingsJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/AppSettingsJourneyBladeIds.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/IAppSettingsJourney.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/MenuBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/editapp/EditBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/editapp/EditBladeRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/switchingtemplate/journey/SwitchingTemplateJourneyRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/switchingtemplate/journey/SwitchingTemplateSettings.d.ts +50 -0
- package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/switchingtemplate/journey/SwitchingTemplateSettingsJourneyBladeIds.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/core/Core.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/core/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/loc/localize.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/services/AppTemplateService.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/identities/components/shared/AzureAdProviderSettingsStore.d.ts +35 -0
- package/internal-do-not-import-from-here/ux/identities/components/shared/BladeIds.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +4 -10
- package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +52 -153
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/messaging/Topics.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +56 -151
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +2 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +134 -147
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/admin/businessprofile/BusinessProfileHelper.d.ts +0 -4
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/internal-do-not-import-from-here/services/identities/IdentitySyncProviderService.d.ts
CHANGED
@@ -13,5 +13,7 @@ export declare class IdentitySyncProviderService {
|
|
13
13
|
}>;
|
14
14
|
getAllPropertyBindings: (providerId: guid) => Promise<IdentityPropertySyncBinding[]>;
|
15
15
|
addPropertyBinding: (value: IdentityPropertySyncBindingBase) => Promise<void>;
|
16
|
+
addPropertyBindings: (value: IdentityPropertySyncBindingBase[]) => Promise<void>;
|
16
17
|
removePropertyBinding: (value: IdentityPropertySyncBinding) => Promise<void>;
|
18
|
+
removePropertyBindings: (value: IdentityPropertySyncBinding[]) => Promise<void>;
|
17
19
|
}
|
@@ -15,22 +15,23 @@ export declare class BusinessProfileStore extends Store {
|
|
15
15
|
onActivated(): void;
|
16
16
|
onDisposing(): void;
|
17
17
|
getters: {
|
18
|
-
|
19
|
-
|
20
|
-
|
18
|
+
businessProfiles: () => BusinessProfile[];
|
19
|
+
businessProfile: (profileId: string) => BusinessProfile;
|
20
|
+
businessProfileWithProperties: (profileId: string) => BusinessProfileWithProperties;
|
21
21
|
};
|
22
22
|
mutations: {
|
23
|
-
|
24
|
-
|
25
|
-
|
23
|
+
removeBusinessProfiles: import("./Store").StoreMutation<(...profileIds: Array<string>) => void, (...args: string[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
24
|
+
addOrUpdateBusinessProfiles: import("./Store").StoreMutation<(profiles: Array<BusinessProfile>) => void, (profiles: BusinessProfile[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
25
|
+
addOrUpdateBusinessProfilesWithProperties: import("./Store").StoreMutation<(profilesWithProperties: Array<BusinessProfileWithProperties>) => void, (profilesWithProperties: BusinessProfileWithProperties[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
26
26
|
};
|
27
27
|
actions: {
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
28
|
+
create: import("./Store").StoreAction<unknown, (profileName: MultilingualString) => void, (result: BusinessProfile, profileName: MultilingualString) => void, (failureReason: any, profileName: MultilingualString) => void, (profileName: MultilingualString) => Promise<BusinessProfile>>;
|
29
|
+
creating: import("./Store").StoreAction<unknown, (businessProfile: BusinessProfile) => void, (result: BusinessProfile, businessProfile: BusinessProfile) => void, (failureReason: any, businessProfile: BusinessProfile) => void, (businessProfile: BusinessProfile) => Promise<BusinessProfile>>;
|
30
|
+
update: import("./Store").StoreAction<unknown, (profileId: string, name: MultilingualString) => void, (result: void, profileId: string, name: MultilingualString) => void, (failureReason: any, profileId: string, name: MultilingualString) => void, (profileId: string, name: MultilingualString) => Promise<void>>;
|
31
|
+
delete: import("./Store").StoreAction<unknown, (profileId: string) => void, (result: void, profileId: string) => void, (failureReason: any, profileId: string) => void, (profileId: string) => Promise<void>>;
|
32
|
+
ensureAllBusinessProfiles: import("./Store").StoreAction<unknown, (forceRefresh?: boolean) => void, (result: void, forceRefresh?: boolean) => void, (failureReason: any, forceRefresh?: boolean) => void, (forceRefresh?: boolean) => Promise<void>>;
|
33
|
+
ensureBusinessProfile: import("./Store").StoreAction<unknown, (profileId: string, forceRefresh?: boolean) => void, (result: void, profileId: string, forceRefresh?: boolean) => void, (failureReason: any, profileId: string, forceRefresh?: boolean) => void, (profileId: string, forceRefresh?: boolean) => Promise<void>>;
|
34
|
+
ensureBusinessProfileWithProperties: import("./Store").StoreAction<unknown, (profileId: string, forceRefresh?: boolean) => void, (result: void, profileId: string, forceRefresh?: boolean) => void, (failureReason: any, profileId: string, forceRefresh?: boolean) => void, (profileId: string, forceRefresh?: boolean) => Promise<void>>;
|
34
35
|
};
|
35
36
|
private publishBusinessProfileUpdateIfNeeded;
|
36
37
|
}
|
@@ -36,7 +36,9 @@ export declare class IdentitySyncProviderStore extends Store {
|
|
36
36
|
}>>;
|
37
37
|
getSyncPropertyBindings: import("./Store").StoreAction<unknown, (providerId: guid, refesh?: boolean) => void, (result: IdentityPropertySyncBinding[], providerId: guid, refesh?: boolean) => void, (failureReason: any, providerId: guid, refesh?: boolean) => void, (providerId: guid, refesh?: boolean) => Promise<IdentityPropertySyncBinding[]>>;
|
38
38
|
addSyncPropertyBinding: import("./Store").StoreAction<unknown, (value: IdentityPropertySyncBindingBase) => void, (result: void, value: IdentityPropertySyncBindingBase) => void, (failureReason: any, value: IdentityPropertySyncBindingBase) => void, (value: IdentityPropertySyncBindingBase) => Promise<void>>;
|
39
|
+
addSyncPropertyBindings: import("./Store").StoreAction<unknown, (value: IdentityPropertySyncBindingBase[]) => void, (result: void, value: IdentityPropertySyncBindingBase[]) => void, (failureReason: any, value: IdentityPropertySyncBindingBase[]) => void, (value: IdentityPropertySyncBindingBase[]) => Promise<void>>;
|
39
40
|
removeSyncPropertyBinding: import("./Store").StoreAction<unknown, (value: IdentityPropertySyncBinding) => void, (result: void, value: IdentityPropertySyncBinding) => void, (failureReason: any, value: IdentityPropertySyncBinding) => void, (value: IdentityPropertySyncBinding) => Promise<void>>;
|
41
|
+
removeSyncPropertyBindings: import("./Store").StoreAction<unknown, (value: IdentityPropertySyncBinding[]) => void, (result: void, value: IdentityPropertySyncBinding[]) => void, (failureReason: any, value: IdentityPropertySyncBinding[]) => void, (value: IdentityPropertySyncBinding[]) => Promise<void>>;
|
40
42
|
};
|
41
43
|
protected onActivated(): void;
|
42
44
|
}
|
@@ -1,20 +1,10 @@
|
|
1
|
-
import {
|
1
|
+
import { BusinessProfile, BusinessProfileProperty } from "@omnia/fx-models";
|
2
2
|
export declare const useBusinessProfileJourneyStore: () => {
|
3
3
|
state: {
|
4
4
|
selectingBusinessProfile: BusinessProfile;
|
5
|
-
appInstanceToCreate: AppInstance;
|
6
|
-
createFromClassicProfile: boolean;
|
7
|
-
workplaceProfiles: {
|
8
|
-
[profileId: string]: WorkspaceInfo;
|
9
|
-
};
|
10
5
|
};
|
11
6
|
events: {
|
12
7
|
onMutatedSelectingBusinessProfile: import("@omnia/fx").MessageBusExposeOnlySubscription<BusinessProfile>;
|
13
|
-
onMutatedAppInstanceToCreate: import("@omnia/fx").MessageBusExposeOnlySubscription<AppInstance>;
|
14
|
-
onMutatedCreateFromClassicProfile: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
15
|
-
onMutatedWorkplaceProfiles: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
16
|
-
[profileId: string]: WorkspaceInfo;
|
17
|
-
}>;
|
18
8
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
19
9
|
actions: {
|
20
10
|
onDispatching: {
|
@@ -24,21 +14,12 @@ export declare const useBusinessProfileJourneyStore: () => {
|
|
24
14
|
saveBusinessProfile: {
|
25
15
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
26
16
|
};
|
27
|
-
|
28
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
29
|
-
};
|
30
|
-
initAppInstanceToCreate: {
|
31
|
-
subscribe(fn: (appInstance: AppInstance, createFromClassicProfile: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
32
|
-
};
|
33
|
-
getWorkplaceAbsoluteUrl: {
|
34
|
-
subscribe(fn: (businessProfile: BusinessProfile) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
17
|
+
onUpdatingBusinessProfilePropertiesBag: {
|
18
|
+
subscribe(fn: (bpProperties: BusinessProfileProperty[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
35
19
|
};
|
36
20
|
selectingBusinessProfile: {
|
37
21
|
subscribe(fn: (businessProfile: BusinessProfile) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
38
22
|
};
|
39
|
-
appInstanceToCreate: {
|
40
|
-
subscribe(fn: (appInstance: AppInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
41
|
-
};
|
42
23
|
};
|
43
24
|
onDispatched: {
|
44
25
|
registerOnSaveBusinessProfile: {
|
@@ -47,21 +28,12 @@ export declare const useBusinessProfileJourneyStore: () => {
|
|
47
28
|
saveBusinessProfile: {
|
48
29
|
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
49
30
|
};
|
50
|
-
|
51
|
-
subscribe(fn: (result:
|
52
|
-
};
|
53
|
-
initAppInstanceToCreate: {
|
54
|
-
subscribe(fn: (result: void, appInstance: AppInstance, createFromClassicProfile: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
55
|
-
};
|
56
|
-
getWorkplaceAbsoluteUrl: {
|
57
|
-
subscribe(fn: (result: string, businessProfile: BusinessProfile) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
31
|
+
onUpdatingBusinessProfilePropertiesBag: {
|
32
|
+
subscribe(fn: (result: BusinessProfileProperty[], bpProperties: BusinessProfileProperty[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
58
33
|
};
|
59
34
|
selectingBusinessProfile: {
|
60
35
|
subscribe(fn: (result: void, businessProfile: BusinessProfile) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
61
36
|
};
|
62
|
-
appInstanceToCreate: {
|
63
|
-
subscribe(fn: (result: void, appInstance: AppInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
64
|
-
};
|
65
37
|
};
|
66
38
|
onFailure: {
|
67
39
|
registerOnSaveBusinessProfile: {
|
@@ -70,30 +42,18 @@ export declare const useBusinessProfileJourneyStore: () => {
|
|
70
42
|
saveBusinessProfile: {
|
71
43
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
72
44
|
};
|
73
|
-
|
74
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
75
|
-
};
|
76
|
-
initAppInstanceToCreate: {
|
77
|
-
subscribe(fn: (failureReason: any, appInstance: AppInstance, createFromClassicProfile: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
78
|
-
};
|
79
|
-
getWorkplaceAbsoluteUrl: {
|
80
|
-
subscribe(fn: (failureReason: any, businessProfile: BusinessProfile) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
45
|
+
onUpdatingBusinessProfilePropertiesBag: {
|
46
|
+
subscribe(fn: (failureReason: any, bpProperties: BusinessProfileProperty[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
81
47
|
};
|
82
48
|
selectingBusinessProfile: {
|
83
49
|
subscribe(fn: (failureReason: any, businessProfile: BusinessProfile) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
84
50
|
};
|
85
|
-
appInstanceToCreate: {
|
86
|
-
subscribe(fn: (failureReason: any, appInstance: AppInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
87
|
-
};
|
88
51
|
};
|
89
52
|
} & {
|
90
53
|
registerOnSaveBusinessProfile(fn: () => void | Promise<void>): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
91
54
|
saveBusinessProfile(): Promise<void>;
|
92
|
-
|
93
|
-
initAppInstanceToCreate: (appInstance: AppInstance, createFromClassicProfile: boolean) => void;
|
94
|
-
getWorkplaceAbsoluteUrl: (businessProfile: BusinessProfile) => Promise<string>;
|
55
|
+
onUpdatingBusinessProfilePropertiesBag: (bpProperties: Array<BusinessProfileProperty>) => BusinessProfileProperty[];
|
95
56
|
selectingBusinessProfile: (businessProfile: BusinessProfile) => void;
|
96
|
-
appInstanceToCreate: (appInstance: AppInstance) => void;
|
97
57
|
};
|
98
58
|
get: {
|
99
59
|
currentUrl(): string;
|
@@ -5,9 +5,5 @@ export declare namespace PermissionLocalization {
|
|
5
5
|
TenantAdministrators: string;
|
6
6
|
BusinessProfileAdministrators: string;
|
7
7
|
BusinessProfileViewers: string;
|
8
|
-
Workspace: string;
|
9
|
-
WorkspaceDesigner: string;
|
10
|
-
WorkspaceContributor: string;
|
11
|
-
WorkspaceReader: string;
|
12
8
|
}
|
13
9
|
}
|
package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/ActiveGroupListing.d.ts
CHANGED
@@ -1,8 +1,5 @@
|
|
1
|
-
import { DefineEmit } from "@omnia/fx/ux";
|
2
1
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
3
2
|
businessProfileId?: string;
|
4
|
-
} & DefineEmit<"navigateToDetail", () => void> & {
|
5
|
-
hasAdminPermission?: boolean;
|
6
3
|
}>) => {
|
7
4
|
$: import("vue").ComponentInternalInstance;
|
8
5
|
$data: {};
|
@@ -43,15 +40,11 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
43
40
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
44
41
|
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
45
42
|
businessProfileId?: string;
|
46
|
-
} & DefineEmit<"navigateToDetail", () => void> & {
|
47
|
-
hasAdminPermission?: boolean;
|
48
43
|
}> & {
|
49
44
|
"v-slots"?: {} & Omit<{
|
50
45
|
default?: import("vue").Slot;
|
51
46
|
}, never>;
|
52
|
-
} & {
|
53
|
-
onNavigateToDetail?: () => any;
|
54
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "businessProfileId" | "hasAdminPermission">;
|
47
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "businessProfileId">;
|
55
48
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
56
49
|
[key: string]: any;
|
57
50
|
}>;
|
package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupDeletedDetail.d.ts
ADDED
@@ -0,0 +1,69 @@
|
|
1
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
2
|
+
import { ResolvedGroupIdentity } from "@omnia/fx-models";
|
3
|
+
export interface SharedState {
|
4
|
+
group: ResolvedGroupIdentity;
|
5
|
+
isOmniaGroup?: boolean;
|
6
|
+
isDeletedGroupBusy?: boolean;
|
7
|
+
}
|
8
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
9
|
+
group?: ResolvedGroupIdentity;
|
10
|
+
} & {
|
11
|
+
isOmniaGroup?: boolean;
|
12
|
+
} & {
|
13
|
+
isDeletedGroupBusy?: boolean;
|
14
|
+
} & DefineEmit<"restore", () => void> & DefineEmit<"purge", () => void>>) => {
|
15
|
+
$: import("vue").ComponentInternalInstance;
|
16
|
+
$data: {};
|
17
|
+
$props: {};
|
18
|
+
$attrs: {
|
19
|
+
[x: string]: unknown;
|
20
|
+
};
|
21
|
+
$refs: {
|
22
|
+
[x: string]: unknown;
|
23
|
+
};
|
24
|
+
$slots: Readonly<{
|
25
|
+
[name: string]: import("vue").Slot<any>;
|
26
|
+
}>;
|
27
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
28
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
29
|
+
$emit: (event: string, ...args: any[]) => void;
|
30
|
+
$el: any;
|
31
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
32
|
+
beforeCreate?: (() => void) | (() => void)[];
|
33
|
+
created?: (() => void) | (() => void)[];
|
34
|
+
beforeMount?: (() => void) | (() => void)[];
|
35
|
+
mounted?: (() => void) | (() => void)[];
|
36
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
37
|
+
updated?: (() => void) | (() => void)[];
|
38
|
+
activated?: (() => void) | (() => void)[];
|
39
|
+
deactivated?: (() => void) | (() => void)[];
|
40
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
41
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
42
|
+
destroyed?: (() => void) | (() => void)[];
|
43
|
+
unmounted?: (() => void) | (() => void)[];
|
44
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
45
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
46
|
+
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)[];
|
47
|
+
};
|
48
|
+
$forceUpdate: () => void;
|
49
|
+
$nextTick: typeof import("vue").nextTick;
|
50
|
+
$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;
|
51
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
52
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
53
|
+
group?: ResolvedGroupIdentity;
|
54
|
+
} & {
|
55
|
+
isOmniaGroup?: boolean;
|
56
|
+
} & {
|
57
|
+
isDeletedGroupBusy?: boolean;
|
58
|
+
} & DefineEmit<"restore", () => void> & DefineEmit<"purge", () => void>> & {
|
59
|
+
"v-slots"?: {} & Omit<{
|
60
|
+
default?: import("vue").Slot;
|
61
|
+
}, never>;
|
62
|
+
} & {
|
63
|
+
onPurge?: () => any;
|
64
|
+
onRestore?: () => any;
|
65
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "group" | "isOmniaGroup" | "isDeletedGroupBusy">;
|
66
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
67
|
+
[key: string]: any;
|
68
|
+
}>;
|
69
|
+
export default _default;
|
package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupDetailBlade.d.ts
CHANGED
@@ -1,16 +1,17 @@
|
|
1
1
|
import { GroupIdentity } from "@omnia/fx-models";
|
2
2
|
import { DefineEmit } from "@omnia/fx/ux";
|
3
|
+
export interface GroupBladeState {
|
4
|
+
identity?: GroupIdentity;
|
5
|
+
businessProfileId?: string;
|
6
|
+
hasAdminPermission?: boolean;
|
7
|
+
}
|
3
8
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
4
|
-
|
9
|
+
group?: GroupIdentity;
|
5
10
|
} & {
|
6
|
-
"onUpdate:identity"?: (value: GroupIdentity) => void;
|
7
|
-
} & {
|
8
|
-
identity?: GroupIdentity;
|
9
|
-
} & DefineEmit<"save", () => void> & DefineEmit<"delete", () => void> & {
|
10
11
|
businessProfileId?: string;
|
11
12
|
} & {
|
12
13
|
hasAdminPermission?: boolean;
|
13
|
-
}>) => {
|
14
|
+
} & DefineEmit<"save", () => void> & DefineEmit<"delete", () => void>>) => {
|
14
15
|
$: import("vue").ComponentInternalInstance;
|
15
16
|
$data: {};
|
16
17
|
$props: {};
|
@@ -49,23 +50,19 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
49
50
|
$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;
|
50
51
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
51
52
|
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
52
|
-
|
53
|
-
} & {
|
54
|
-
"onUpdate:identity"?: (value: GroupIdentity) => void;
|
53
|
+
group?: GroupIdentity;
|
55
54
|
} & {
|
56
|
-
identity?: GroupIdentity;
|
57
|
-
} & DefineEmit<"save", () => void> & DefineEmit<"delete", () => void> & {
|
58
55
|
businessProfileId?: string;
|
59
56
|
} & {
|
60
57
|
hasAdminPermission?: boolean;
|
61
|
-
}> & {
|
58
|
+
} & DefineEmit<"save", () => void> & DefineEmit<"delete", () => void>> & {
|
62
59
|
"v-slots"?: {} & Omit<{
|
63
60
|
default?: import("vue").Slot;
|
64
61
|
}, never>;
|
65
62
|
} & {
|
66
63
|
onSave?: () => any;
|
67
64
|
onDelete?: () => any;
|
68
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
65
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "businessProfileId" | "group" | "hasAdminPermission">;
|
69
66
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
70
67
|
[key: string]: any;
|
71
68
|
}>;
|
@@ -185,6 +185,7 @@ export declare namespace UserManagementLocalization {
|
|
185
185
|
};
|
186
186
|
UserProperties: {
|
187
187
|
Title: string;
|
188
|
+
GDPR: string;
|
188
189
|
UsersPropertiesDescription: string;
|
189
190
|
UsersPropertiesGDPR: string;
|
190
191
|
Property: string;
|
@@ -324,7 +325,7 @@ export declare namespace UserManagementLocalization {
|
|
324
325
|
Title: string;
|
325
326
|
AllowSelfServiceAccountCreation: string;
|
326
327
|
Notify: string;
|
327
|
-
|
328
|
+
Approval: string;
|
328
329
|
EmptyUserTypeError: string;
|
329
330
|
EnableCaptchaVerification: string;
|
330
331
|
UserTypeRequest: {
|
package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/ApprovalBlade.d.ts
ADDED
@@ -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;
|
package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/NotifyBlade.d.ts
ADDED
@@ -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;
|
package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementConstants.d.ts
CHANGED
@@ -16,6 +16,13 @@ export declare const UserManagementBladeIds: {
|
|
16
16
|
listing: guid;
|
17
17
|
detail: guid;
|
18
18
|
groupUserDetail: guid;
|
19
|
+
deletedGroup: {
|
20
|
+
listing: guid;
|
21
|
+
detail: guid;
|
22
|
+
};
|
23
|
+
};
|
24
|
+
actives: {
|
25
|
+
listing: guid;
|
19
26
|
};
|
20
27
|
dynamicgroups: {
|
21
28
|
listing: guid;
|
@@ -39,6 +46,7 @@ export declare const UserManagementBladeIds: {
|
|
39
46
|
logs: guid;
|
40
47
|
log: guid;
|
41
48
|
omniaSearchUserLogs: guid;
|
49
|
+
omniaSearchUserLogDetail: guid;
|
42
50
|
};
|
43
51
|
authentication: {
|
44
52
|
settings: guid;
|
package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementHelper.d.ts
CHANGED
@@ -3,11 +3,13 @@ import { UserProfileInfoType, UserProfileProperty, UserProfileSection, UserType
|
|
3
3
|
export type PropertyViewModel = {
|
4
4
|
identityProperty: IdentityProperty;
|
5
5
|
title: string;
|
6
|
+
internalName?: string;
|
6
7
|
allowToDelete: boolean;
|
7
8
|
allowToEdit: boolean;
|
8
9
|
isDeleting?: boolean;
|
9
10
|
errorMessage?: string;
|
10
11
|
isDeleted?: boolean;
|
12
|
+
propertyDefinitionId?: guid;
|
11
13
|
};
|
12
14
|
export type UserTypePropertyFormSettingsViewModel = {
|
13
15
|
title: string;
|
@@ -0,0 +1,52 @@
|
|
1
|
+
import { ReindexOmniaSearchUser } from "@omnia/fx-models";
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
3
|
+
log?: ReindexOmniaSearchUser;
|
4
|
+
}>) => {
|
5
|
+
$: import("vue").ComponentInternalInstance;
|
6
|
+
$data: {};
|
7
|
+
$props: {};
|
8
|
+
$attrs: {
|
9
|
+
[x: string]: unknown;
|
10
|
+
};
|
11
|
+
$refs: {
|
12
|
+
[x: string]: unknown;
|
13
|
+
};
|
14
|
+
$slots: Readonly<{
|
15
|
+
[name: string]: import("vue").Slot<any>;
|
16
|
+
}>;
|
17
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
18
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
19
|
+
$emit: (event: string, ...args: any[]) => void;
|
20
|
+
$el: any;
|
21
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
22
|
+
beforeCreate?: (() => void) | (() => void)[];
|
23
|
+
created?: (() => void) | (() => void)[];
|
24
|
+
beforeMount?: (() => void) | (() => void)[];
|
25
|
+
mounted?: (() => void) | (() => void)[];
|
26
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
27
|
+
updated?: (() => void) | (() => void)[];
|
28
|
+
activated?: (() => void) | (() => void)[];
|
29
|
+
deactivated?: (() => void) | (() => void)[];
|
30
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
31
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
32
|
+
destroyed?: (() => void) | (() => void)[];
|
33
|
+
unmounted?: (() => void) | (() => void)[];
|
34
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
35
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
36
|
+
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)[];
|
37
|
+
};
|
38
|
+
$forceUpdate: () => void;
|
39
|
+
$nextTick: typeof import("vue").nextTick;
|
40
|
+
$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;
|
41
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
42
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
43
|
+
log?: ReindexOmniaSearchUser;
|
44
|
+
}> & {
|
45
|
+
"v-slots"?: {} & Omit<{
|
46
|
+
default?: import("vue").Slot;
|
47
|
+
}, never>;
|
48
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "log">;
|
49
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
50
|
+
[key: string]: any;
|
51
|
+
}>;
|
52
|
+
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;
|
@@ -1,10 +1,4 @@
|
|
1
|
-
|
2
|
-
import { DefineEmit } from "@omnia/fx/ux";
|
3
|
-
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
4
|
-
propertyId: guid;
|
5
|
-
} & {
|
6
|
-
identityProperty: IdentityProperty;
|
7
|
-
} & DefineEmit<"save", () => void>>) => {
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{}>) => {
|
8
2
|
$: import("vue").ComponentInternalInstance;
|
9
3
|
$data: {};
|
10
4
|
$props: {};
|
@@ -42,17 +36,11 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
42
36
|
$nextTick: typeof import("vue").nextTick;
|
43
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;
|
44
38
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
45
|
-
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
46
|
-
propertyId: guid;
|
47
|
-
} & {
|
48
|
-
identityProperty: IdentityProperty;
|
49
|
-
} & DefineEmit<"save", () => void>> & {
|
39
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{}> & {
|
50
40
|
"v-slots"?: {} & Omit<{
|
51
41
|
default?: import("vue").Slot;
|
52
42
|
}, never>;
|
53
|
-
} & {
|
54
|
-
onSave?: () => any;
|
55
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "identityProperty" | "propertyId">;
|
43
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never>;
|
56
44
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
57
45
|
[key: string]: any;
|
58
46
|
}>;
|