@omnia/fx 8.0.208-dev → 8.0.209-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/manifests/omnia.fx.ux.admin.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/admin/Registrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/system/SystemJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/SystemJourneyConstants.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/admin/system/blades/MenuBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/blades/SettingsBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/loc/localize.d.ts +44 -0
- package/internal-do-not-import-from-here/ux/admin/system/models/SubMenuItem.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/admin/system/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/store/SystemJourneyStore.d.ts +65 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/auditlogs/AuditLogConstants.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/auditlogs/AuditLogsJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/auditlogs/blades/DetailsBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/auditlogs/blades/ListingBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/auditlogs/blades/SettingsBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/azureadpermissions/AzureAdPermissionJourneyState.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/azureadpermissions/AzureAdPermissionsConstant.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/azureadpermissions/AzureAdPermissionsJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/azureadpermissions/blades/DefaultBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/azureadpermissions/blades/PermissionDetailBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/azureadpermissions/blades/ResourceAccessBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/CustomEmailConstant.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/CustomEmailJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/blades/DefaultBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/loc/localize.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/models/CustomEmailSettings.d.ts +36 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/models/EmailEnums.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/models/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/extensions/ExtensionsJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/extensions/ExtensionsJourneyConstants.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/extensions/blades/DefaultBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/LocalizationAdmin.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/LocalizationAdminStyles.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/NodeComponent.d.ts +109 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/ServiceNode.d.ts +68 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/loc/localize.d.ts +31 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/localizationinput/LocalizationInput.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/localizationinput/LocalizationInput.d.ts +93 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/models/BladeIds.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/models/Enums.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/models/OmniaServiceLocalizations.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/models/ServiceDefinition.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/models/index.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/services/LocalizationService.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/LocalizationAdminStore.d.ts +58 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/services/ServicesJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/services/ServicesJourneyConstants.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/services/blades/DefaultBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/services/blades/SettingsBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/services/store/ServicesJourneyStore.d.ts +45 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/SystemLogConstants.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/SystemLogsJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/blades/ErrorLogBlade.d.ts +56 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/blades/ListingBlade.css.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/blades/ListingBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/loc/localize.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/providers/AppInstance/AppInstanceLog.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/providers/AppInstance/registerTemplate/RegistrationTemplate.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/providers/Feature/FeatureInstanceLog.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/providers/Feature/registerTemplate/RegistrationTemplate.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/tenantcontact/TenantContactConstant.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/tenantcontact/TenantContactJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/tenantcontact/blades/DefaultBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/models/LocalizationAdminStyles.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/models/LocalizationInputStyles.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/models/index.d.ts +2 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +167 -0
- package/package.json +2 -2
package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/blades/ListingBlade.d.ts
ADDED
@@ -0,0 +1,47 @@
|
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{}>) => {
|
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) => any : (...args: any) => 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<{}> & {
|
40
|
+
"v-slots"?: {
|
41
|
+
default?: import("vue").Slot;
|
42
|
+
} & {};
|
43
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never>;
|
44
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
45
|
+
[key: string]: any;
|
46
|
+
}>;
|
47
|
+
export default _default;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
export declare namespace SystemLogsLocalization {
|
2
|
+
const namespace = "Omnia.Fx.Ux.SystemLogs";
|
3
|
+
interface locInterface {
|
4
|
+
Title: string;
|
5
|
+
Created: string;
|
6
|
+
Status: string;
|
7
|
+
NoMessage: string;
|
8
|
+
EmptyData: string;
|
9
|
+
CreatedAt: string;
|
10
|
+
CreatedBy: string;
|
11
|
+
TransactionId: string;
|
12
|
+
Region: string;
|
13
|
+
StartDate: string;
|
14
|
+
EndDate: string;
|
15
|
+
}
|
16
|
+
}
|
@@ -0,0 +1,51 @@
|
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
2
|
+
status?: number;
|
3
|
+
}>) => {
|
4
|
+
$: import("vue").ComponentInternalInstance;
|
5
|
+
$data: {};
|
6
|
+
$props: {};
|
7
|
+
$attrs: {
|
8
|
+
[x: string]: unknown;
|
9
|
+
};
|
10
|
+
$refs: {
|
11
|
+
[x: string]: unknown;
|
12
|
+
};
|
13
|
+
$slots: Readonly<{
|
14
|
+
[name: string]: import("vue").Slot<any>;
|
15
|
+
}>;
|
16
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
17
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
18
|
+
$emit: (event: string, ...args: any[]) => void;
|
19
|
+
$el: any;
|
20
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
21
|
+
beforeCreate?: (() => void) | (() => void)[];
|
22
|
+
created?: (() => void) | (() => void)[];
|
23
|
+
beforeMount?: (() => void) | (() => void)[];
|
24
|
+
mounted?: (() => void) | (() => void)[];
|
25
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
26
|
+
updated?: (() => void) | (() => void)[];
|
27
|
+
activated?: (() => void) | (() => void)[];
|
28
|
+
deactivated?: (() => void) | (() => void)[];
|
29
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
30
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
31
|
+
destroyed?: (() => void) | (() => void)[];
|
32
|
+
unmounted?: (() => void) | (() => void)[];
|
33
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
34
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
35
|
+
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)[];
|
36
|
+
};
|
37
|
+
$forceUpdate: () => void;
|
38
|
+
$nextTick: typeof import("vue").nextTick;
|
39
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
40
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
41
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
42
|
+
status?: number;
|
43
|
+
}> & {
|
44
|
+
"v-slots"?: {
|
45
|
+
default?: import("vue").Slot;
|
46
|
+
} & {};
|
47
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "status">;
|
48
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
49
|
+
[key: string]: any;
|
50
|
+
}>;
|
51
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,51 @@
|
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
2
|
+
status?: number;
|
3
|
+
}>) => {
|
4
|
+
$: import("vue").ComponentInternalInstance;
|
5
|
+
$data: {};
|
6
|
+
$props: {};
|
7
|
+
$attrs: {
|
8
|
+
[x: string]: unknown;
|
9
|
+
};
|
10
|
+
$refs: {
|
11
|
+
[x: string]: unknown;
|
12
|
+
};
|
13
|
+
$slots: Readonly<{
|
14
|
+
[name: string]: import("vue").Slot<any>;
|
15
|
+
}>;
|
16
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
17
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
18
|
+
$emit: (event: string, ...args: any[]) => void;
|
19
|
+
$el: any;
|
20
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
21
|
+
beforeCreate?: (() => void) | (() => void)[];
|
22
|
+
created?: (() => void) | (() => void)[];
|
23
|
+
beforeMount?: (() => void) | (() => void)[];
|
24
|
+
mounted?: (() => void) | (() => void)[];
|
25
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
26
|
+
updated?: (() => void) | (() => void)[];
|
27
|
+
activated?: (() => void) | (() => void)[];
|
28
|
+
deactivated?: (() => void) | (() => void)[];
|
29
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
30
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
31
|
+
destroyed?: (() => void) | (() => void)[];
|
32
|
+
unmounted?: (() => void) | (() => void)[];
|
33
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
34
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
35
|
+
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)[];
|
36
|
+
};
|
37
|
+
$forceUpdate: () => void;
|
38
|
+
$nextTick: typeof import("vue").nextTick;
|
39
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
40
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
41
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
42
|
+
status?: number;
|
43
|
+
}> & {
|
44
|
+
"v-slots"?: {
|
45
|
+
default?: import("vue").Slot;
|
46
|
+
} & {};
|
47
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "status">;
|
48
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
49
|
+
[key: string]: any;
|
50
|
+
}>;
|
51
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -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) => any : (...args: any) => 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"?: {
|
41
|
+
default?: import("vue").Slot;
|
42
|
+
} & {};
|
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) => any : (...args: any) => 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"?: {
|
41
|
+
default?: import("vue").Slot;
|
42
|
+
} & {};
|
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,15 @@
|
|
1
|
+
import { types } from "typestyle";
|
2
|
+
import { OmniaTheming } from "@omnia/fx/ux";
|
3
|
+
export declare const LocalizationAdminStyles: {
|
4
|
+
container?: types.NestedCSSProperties;
|
5
|
+
row?: (theme: OmniaTheming) => types.NestedCSSProperties;
|
6
|
+
valueBlock?: (theme: OmniaTheming, haveChange: boolean, miss?: boolean) => types.NestedCSSProperties;
|
7
|
+
additionalLabelInfo?: types.NestedCSSProperties;
|
8
|
+
badge?: types.NestedCSSProperties;
|
9
|
+
infoIcon?: types.NestedCSSProperties;
|
10
|
+
iconBtn?: types.NestedCSSProperties;
|
11
|
+
hoverBtn?: types.NestedCSSProperties;
|
12
|
+
languageCheckBox?: types.NestedCSSProperties;
|
13
|
+
nodeHeaderTitle?: types.NestedCSSProperties;
|
14
|
+
nodeHeaderLanguage?: types.NestedCSSProperties;
|
15
|
+
};
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { types } from "typestyle";
|
2
|
+
import { OmniaTheming } from "@omnia/fx/ux";
|
3
|
+
export declare const LocalizationInputStyles: {
|
4
|
+
flag: types.NestedCSSProperties;
|
5
|
+
multilingualBodyWrapper: types.NestedCSSProperties;
|
6
|
+
listViewWrapper: types.NestedCSSProperties;
|
7
|
+
selectedFlag: (theming: OmniaTheming) => types.NestedCSSProperties;
|
8
|
+
multilingualWrapper: types.NestedCSSProperties;
|
9
|
+
listViewFlag: types.NestedCSSProperties;
|
10
|
+
label: (theming: OmniaTheming) => types.NestedCSSProperties;
|
11
|
+
disabledLabel: (theming: OmniaTheming) => types.NestedCSSProperties;
|
12
|
+
focusedLabel: (themimg: OmniaTheming) => types.NestedCSSProperties;
|
13
|
+
icon: (theming: OmniaTheming) => types.NestedCSSProperties;
|
14
|
+
};
|
@@ -55,6 +55,8 @@ export * from "./MultiTextInputItem";
|
|
55
55
|
export * from "./TypographyEditorModel";
|
56
56
|
export * from "./MotionDirective";
|
57
57
|
export * from "./EventCalendarType";
|
58
|
+
export * from "./LocalizationInputStyles";
|
59
|
+
export * from "./LocalizationAdminStyles";
|
58
60
|
export { ValidationOnDefinitions, type IValidationRuleBuilder, type IValidator, type ValidationRule, type ValidationResult } from "./Validation";
|
59
61
|
export type { ValidationOnTypes } from "./Validation";
|
60
62
|
export * from "./SpecialUserConfiguration";
|
@@ -136,6 +136,7 @@ import wc22cd73487d484024b495097211e8a2c1 from '../../fx-sp/internal-do-not-impo
|
|
136
136
|
import wcbc947f375ee34d2a98e2d431f2e45b62 from './ux/admin/chrome/AdminChromeWrapper';
|
137
137
|
import wc253e469ef68e4cb5b526343736c2ff11 from './ux/admin/chrome/AdminChrome';
|
138
138
|
import wc759fc5cd65954caaaaf142223a054ea5 from './ux/admin/queryableproperties/QueryablePropertiesJourney';
|
139
|
+
import wc8d451f6cbcf442c3a4a07d3ad5de09a3 from './ux/admin/system/SystemJourney';
|
139
140
|
import wca8f8d41d8ceb43e0b16398c209fd6b32 from './ux/app/appinstance/renderer/AppInstanceRollup';
|
140
141
|
import wc99576cfe75504d4babc4575e968f3f9c from './ux/app/appinstance/renderer/AppInstanceRollupRenderer';
|
141
142
|
import wcfb44f129de804adbb2f134176c1c17a5 from './ux/app/appinstance/renderer/metric/MetricDetailsDialogRenderer';
|
@@ -412,6 +413,14 @@ import wc5688474abe554cabb34c696620eb6be1 from './ux/velcron/renderer/editors/Pr
|
|
412
413
|
import wcdb625bea89b04f32a946efe7a887c7f2 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/TaxonomyPropertySettings';
|
413
414
|
import wcded30c240e6c4688955867472a8d0a02 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/TaxonomyPropertyDefaultValueInput';
|
414
415
|
import wc0fb3af1182d849fc89b04ed67949091e from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/ExtendedTaxonomyPropertyDefaultValueInput';
|
416
|
+
import wc05be354b04b344449edd7269f762a43c from './ux/admin/system/submenu/auditlogs/AuditLogsJourney';
|
417
|
+
import wc2d8b288c0d904db4a4b86f7e6851b109 from './ux/admin/system/submenu/azureadpermissions/AzureAdPermissionsJourney';
|
418
|
+
import wc61fdccaff48f471dbe822dc9b5911c85 from './ux/admin/system/submenu/customemail/CustomEmailJourney';
|
419
|
+
import wcaa12c9f2abc344b980c998c3e8105671 from './ux/admin/system/submenu/extensions/ExtensionsJourney';
|
420
|
+
import wcb4f33fbec8ed473f8d2584f35154a981 from './ux/admin/system/submenu/localizationadmin/LocalizationAdmin';
|
421
|
+
import wcfeb168ca8f484e06ab3f88d48c078319 from './ux/admin/system/submenu/services/ServicesJourney';
|
422
|
+
import wc3a923c54b15d461597cd678c0d561496 from './ux/admin/system/submenu/systemlogs/SystemLogsJourney';
|
423
|
+
import wc9fbf91affc974ca698437e8ada43bb0c from './ux/admin/system/submenu/tenantcontact/TenantContactJourney';
|
415
424
|
import wcd90e0352809742c482bdda733dc8872a from './ux/aurora/admin/blades/colorschemas/ColorSchemasJourney';
|
416
425
|
import wc682077b575c74b2086cbf438346e0ed3 from './ux/aurora/admin/blades/templates/TemplatesJourney';
|
417
426
|
import wc5e7631b4411b498eafa68ebde2136cc5 from './ux/aurora/admin/blades/themedesigner/ThemeDesigner';
|
@@ -440,10 +449,14 @@ import wc48ff129f9a254eec9276b47f0c0f8b3e from './ux/layoutcanvas/editor/setting
|
|
440
449
|
import wc2a460a78bf504a2b9d00b1f86a347d46 from './ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings';
|
441
450
|
import wc5b6b6242356046c29e05c24fb2135bf0 from './ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings';
|
442
451
|
import wc0f5cb3a8175d418c8527d1852cb28782 from './ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent';
|
452
|
+
import wcdaa944a8f4784cadab3dd17136f1b892 from './ux/admin/system/submenu/auditlogs/blades/DetailsBlade';
|
453
|
+
import wc1ee168eee56443ac97099ad694c0b021 from './ux/admin/system/submenu/auditlogs/blades/SettingsBlade';
|
443
454
|
import wc1476702e8f24468d9185322be5931c54 from './ux/app/management/tabs/shared/addbutton/AddButton';
|
444
455
|
import wc56efc575579e4da3bb45d3a45d8c0888 from './ux/aurora/admin/blades/blueprints/components/ComponentsJourney';
|
445
456
|
import wc891de93e73cc47b0a552d24fdf34c9cf from './ux/aurora/admin/blades/blueprints/spacing/SpacingJourney';
|
446
457
|
import wcfc2401c7c3384790ae7ce17d05b0855f from './ux/aurora/admin/blades/blueprints/typography/TypographyJourney';
|
458
|
+
import wca1b28c17c13e4250a8ba59a01efece0e from './ux/admin/system/submenu/systemlogs/providers/AppInstance/AppInstanceLog';
|
459
|
+
import wc606afcf1b9b04b5e8920b7675b4ecc4b from './ux/admin/system/submenu/systemlogs/providers/Feature/FeatureInstanceLog';
|
447
460
|
type ExtractJsxProps<T> = {
|
448
461
|
[K in keyof (T extends {
|
449
462
|
propsDefinition: any;
|
@@ -871,6 +884,9 @@ declare global {
|
|
871
884
|
"omfx-queryable-enterpriseproperties": typeof wc759fc5cd65954caaaaf142223a054ea5 extends {
|
872
885
|
propsDefinition: infer TProp;
|
873
886
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc759fc5cd65954caaaaf142223a054ea5 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc759fc5cd65954caaaaf142223a054ea5>, "propsDefinition">> : never;
|
887
|
+
"oa-system-journey": typeof wc8d451f6cbcf442c3a4a07d3ad5de09a3 extends {
|
888
|
+
propsDefinition: infer TProp;
|
889
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc8d451f6cbcf442c3a4a07d3ad5de09a3 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc8d451f6cbcf442c3a4a07d3ad5de09a3>, "propsDefinition">> : never;
|
874
890
|
"omfx-app-instance-rollup": typeof wca8f8d41d8ceb43e0b16398c209fd6b32 extends {
|
875
891
|
propsDefinition: infer TProp;
|
876
892
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wca8f8d41d8ceb43e0b16398c209fd6b32 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wca8f8d41d8ceb43e0b16398c209fd6b32>, "propsDefinition">> : never;
|
@@ -1699,6 +1715,30 @@ declare global {
|
|
1699
1715
|
"omfx-filterengine-extended-taxonomy-defaultvalue-input": typeof wc0fb3af1182d849fc89b04ed67949091e extends {
|
1700
1716
|
propsDefinition: infer TProp;
|
1701
1717
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc0fb3af1182d849fc89b04ed67949091e extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc0fb3af1182d849fc89b04ed67949091e>, "propsDefinition">> : never;
|
1718
|
+
"oa-auditlogs-journey": typeof wc05be354b04b344449edd7269f762a43c extends {
|
1719
|
+
propsDefinition: infer TProp;
|
1720
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc05be354b04b344449edd7269f762a43c extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc05be354b04b344449edd7269f762a43c>, "propsDefinition">> : never;
|
1721
|
+
"oa-azuread-permissions-journey": typeof wc2d8b288c0d904db4a4b86f7e6851b109 extends {
|
1722
|
+
propsDefinition: infer TProp;
|
1723
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc2d8b288c0d904db4a4b86f7e6851b109 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc2d8b288c0d904db4a4b86f7e6851b109>, "propsDefinition">> : never;
|
1724
|
+
"oa-customemail-journey": typeof wc61fdccaff48f471dbe822dc9b5911c85 extends {
|
1725
|
+
propsDefinition: infer TProp;
|
1726
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc61fdccaff48f471dbe822dc9b5911c85 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc61fdccaff48f471dbe822dc9b5911c85>, "propsDefinition">> : never;
|
1727
|
+
"oa-extensions-journey": typeof wcaa12c9f2abc344b980c998c3e8105671 extends {
|
1728
|
+
propsDefinition: infer TProp;
|
1729
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcaa12c9f2abc344b980c998c3e8105671 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcaa12c9f2abc344b980c998c3e8105671>, "propsDefinition">> : never;
|
1730
|
+
"oa-tenant-localization": typeof wcb4f33fbec8ed473f8d2584f35154a981 extends {
|
1731
|
+
propsDefinition: infer TProp;
|
1732
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcb4f33fbec8ed473f8d2584f35154a981 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcb4f33fbec8ed473f8d2584f35154a981>, "propsDefinition">> : never;
|
1733
|
+
"oa-services-journey": typeof wcfeb168ca8f484e06ab3f88d48c078319 extends {
|
1734
|
+
propsDefinition: infer TProp;
|
1735
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcfeb168ca8f484e06ab3f88d48c078319 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcfeb168ca8f484e06ab3f88d48c078319>, "propsDefinition">> : never;
|
1736
|
+
"oa-systemlogs-journey": typeof wc3a923c54b15d461597cd678c0d561496 extends {
|
1737
|
+
propsDefinition: infer TProp;
|
1738
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc3a923c54b15d461597cd678c0d561496 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc3a923c54b15d461597cd678c0d561496>, "propsDefinition">> : never;
|
1739
|
+
"oa-tenantcontact-journey": typeof wc9fbf91affc974ca698437e8ada43bb0c extends {
|
1740
|
+
propsDefinition: infer TProp;
|
1741
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc9fbf91affc974ca698437e8ada43bb0c extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc9fbf91affc974ca698437e8ada43bb0c>, "propsDefinition">> : never;
|
1702
1742
|
"omnia-workplace-color-schemas-journey": typeof wcd90e0352809742c482bdda733dc8872a extends {
|
1703
1743
|
propsDefinition: infer TProp;
|
1704
1744
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcd90e0352809742c482bdda733dc8872a extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcd90e0352809742c482bdda733dc8872a>, "propsDefinition">> : never;
|
@@ -1783,6 +1823,12 @@ declare global {
|
|
1783
1823
|
"omfx-enterprise-glossary-link": typeof wc0f5cb3a8175d418c8527d1852cb28782 extends {
|
1784
1824
|
propsDefinition: infer TProp;
|
1785
1825
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc0f5cb3a8175d418c8527d1852cb28782 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc0f5cb3a8175d418c8527d1852cb28782>, "propsDefinition">> : never;
|
1826
|
+
"oa-auditlog-detail": typeof wcdaa944a8f4784cadab3dd17136f1b892 extends {
|
1827
|
+
propsDefinition: infer TProp;
|
1828
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcdaa944a8f4784cadab3dd17136f1b892 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcdaa944a8f4784cadab3dd17136f1b892>, "propsDefinition">> : never;
|
1829
|
+
"oa-auditlog-settings": typeof wc1ee168eee56443ac97099ad694c0b021 extends {
|
1830
|
+
propsDefinition: infer TProp;
|
1831
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1ee168eee56443ac97099ad694c0b021 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1ee168eee56443ac97099ad694c0b021>, "propsDefinition">> : never;
|
1786
1832
|
"omfx-add-button": typeof wc1476702e8f24468d9185322be5931c54 extends {
|
1787
1833
|
propsDefinition: infer TProp;
|
1788
1834
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1476702e8f24468d9185322be5931c54 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1476702e8f24468d9185322be5931c54>, "propsDefinition">> : never;
|
@@ -1795,6 +1841,12 @@ declare global {
|
|
1795
1841
|
"omnia-workplace-typography-journey": typeof wcfc2401c7c3384790ae7ce17d05b0855f extends {
|
1796
1842
|
propsDefinition: infer TProp;
|
1797
1843
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcfc2401c7c3384790ae7ce17d05b0855f extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcfc2401c7c3384790ae7ce17d05b0855f>, "propsDefinition">> : never;
|
1844
|
+
"oa-systemlogs-appinstancelog": typeof wca1b28c17c13e4250a8ba59a01efece0e extends {
|
1845
|
+
propsDefinition: infer TProp;
|
1846
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wca1b28c17c13e4250a8ba59a01efece0e extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wca1b28c17c13e4250a8ba59a01efece0e>, "propsDefinition">> : never;
|
1847
|
+
"oa-systemlogs-featureinstancelog": typeof wc606afcf1b9b04b5e8920b7675b4ecc4b extends {
|
1848
|
+
propsDefinition: infer TProp;
|
1849
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc606afcf1b9b04b5e8920b7675b4ecc4b extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc606afcf1b9b04b5e8920b7675b4ecc4b>, "propsDefinition">> : never;
|
1798
1850
|
}
|
1799
1851
|
}
|
1800
1852
|
}
|
@@ -5056,6 +5108,121 @@ declare global {
|
|
5056
5108
|
} : typeof wc1476702e8f24468d9185322be5931c54;
|
5057
5109
|
};
|
5058
5110
|
};
|
5111
|
+
let oa: {
|
5112
|
+
"system": {
|
5113
|
+
"journey": typeof wc8d451f6cbcf442c3a4a07d3ad5de09a3 extends {
|
5114
|
+
propsDefinition: infer TProp;
|
5115
|
+
} ? {
|
5116
|
+
new (...args: any[]): {
|
5117
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5118
|
+
};
|
5119
|
+
} : typeof wc8d451f6cbcf442c3a4a07d3ad5de09a3;
|
5120
|
+
};
|
5121
|
+
"auditlogs": {
|
5122
|
+
"journey": typeof wc05be354b04b344449edd7269f762a43c extends {
|
5123
|
+
propsDefinition: infer TProp;
|
5124
|
+
} ? {
|
5125
|
+
new (...args: any[]): {
|
5126
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5127
|
+
};
|
5128
|
+
} : typeof wc05be354b04b344449edd7269f762a43c;
|
5129
|
+
};
|
5130
|
+
"azuread": {
|
5131
|
+
"permissions": {
|
5132
|
+
"journey": typeof wc2d8b288c0d904db4a4b86f7e6851b109 extends {
|
5133
|
+
propsDefinition: infer TProp;
|
5134
|
+
} ? {
|
5135
|
+
new (...args: any[]): {
|
5136
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5137
|
+
};
|
5138
|
+
} : typeof wc2d8b288c0d904db4a4b86f7e6851b109;
|
5139
|
+
};
|
5140
|
+
};
|
5141
|
+
"customemail": {
|
5142
|
+
"journey": typeof wc61fdccaff48f471dbe822dc9b5911c85 extends {
|
5143
|
+
propsDefinition: infer TProp;
|
5144
|
+
} ? {
|
5145
|
+
new (...args: any[]): {
|
5146
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5147
|
+
};
|
5148
|
+
} : typeof wc61fdccaff48f471dbe822dc9b5911c85;
|
5149
|
+
};
|
5150
|
+
"extensions": {
|
5151
|
+
"journey": typeof wcaa12c9f2abc344b980c998c3e8105671 extends {
|
5152
|
+
propsDefinition: infer TProp;
|
5153
|
+
} ? {
|
5154
|
+
new (...args: any[]): {
|
5155
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5156
|
+
};
|
5157
|
+
} : typeof wcaa12c9f2abc344b980c998c3e8105671;
|
5158
|
+
};
|
5159
|
+
"tenant": {
|
5160
|
+
"localization": typeof wcb4f33fbec8ed473f8d2584f35154a981 extends {
|
5161
|
+
propsDefinition: infer TProp;
|
5162
|
+
} ? {
|
5163
|
+
new (...args: any[]): {
|
5164
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5165
|
+
};
|
5166
|
+
} : typeof wcb4f33fbec8ed473f8d2584f35154a981;
|
5167
|
+
};
|
5168
|
+
"services": {
|
5169
|
+
"journey": typeof wcfeb168ca8f484e06ab3f88d48c078319 extends {
|
5170
|
+
propsDefinition: infer TProp;
|
5171
|
+
} ? {
|
5172
|
+
new (...args: any[]): {
|
5173
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5174
|
+
};
|
5175
|
+
} : typeof wcfeb168ca8f484e06ab3f88d48c078319;
|
5176
|
+
};
|
5177
|
+
"systemlogs": {
|
5178
|
+
"journey": typeof wc3a923c54b15d461597cd678c0d561496 extends {
|
5179
|
+
propsDefinition: infer TProp;
|
5180
|
+
} ? {
|
5181
|
+
new (...args: any[]): {
|
5182
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5183
|
+
};
|
5184
|
+
} : typeof wc3a923c54b15d461597cd678c0d561496;
|
5185
|
+
"appinstancelog": typeof wca1b28c17c13e4250a8ba59a01efece0e extends {
|
5186
|
+
propsDefinition: infer TProp;
|
5187
|
+
} ? {
|
5188
|
+
new (...args: any[]): {
|
5189
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5190
|
+
};
|
5191
|
+
} : typeof wca1b28c17c13e4250a8ba59a01efece0e;
|
5192
|
+
"featureinstancelog": typeof wc606afcf1b9b04b5e8920b7675b4ecc4b extends {
|
5193
|
+
propsDefinition: infer TProp;
|
5194
|
+
} ? {
|
5195
|
+
new (...args: any[]): {
|
5196
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5197
|
+
};
|
5198
|
+
} : typeof wc606afcf1b9b04b5e8920b7675b4ecc4b;
|
5199
|
+
};
|
5200
|
+
"tenantcontact": {
|
5201
|
+
"journey": typeof wc9fbf91affc974ca698437e8ada43bb0c extends {
|
5202
|
+
propsDefinition: infer TProp;
|
5203
|
+
} ? {
|
5204
|
+
new (...args: any[]): {
|
5205
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5206
|
+
};
|
5207
|
+
} : typeof wc9fbf91affc974ca698437e8ada43bb0c;
|
5208
|
+
};
|
5209
|
+
"auditlog": {
|
5210
|
+
"detail": typeof wcdaa944a8f4784cadab3dd17136f1b892 extends {
|
5211
|
+
propsDefinition: infer TProp;
|
5212
|
+
} ? {
|
5213
|
+
new (...args: any[]): {
|
5214
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5215
|
+
};
|
5216
|
+
} : typeof wcdaa944a8f4784cadab3dd17136f1b892;
|
5217
|
+
"settings": typeof wc1ee168eee56443ac97099ad694c0b021 extends {
|
5218
|
+
propsDefinition: infer TProp;
|
5219
|
+
} ? {
|
5220
|
+
new (...args: any[]): {
|
5221
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5222
|
+
};
|
5223
|
+
} : typeof wc1ee168eee56443ac97099ad694c0b021;
|
5224
|
+
};
|
5225
|
+
};
|
5059
5226
|
let o: {
|
5060
5227
|
"alert": typeof wc8a200f29d7484601b901dd76ca8ec771 extends {
|
5061
5228
|
propsDefinition: infer TProp;
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.209-dev",
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.209-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|