@omnia/fx 8.0.207-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/TokenRouterApi.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +1 -0
- 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/journey/JourneyBlade.d.ts +3 -2
- 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/ux/oxide/btn/Button.d.ts +5 -5
- 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/localizationadmin/ServiceNode.d.ts
ADDED
@@ -0,0 +1,68 @@
|
|
1
|
+
import { UserdefinedLocalizationProperty, guid } from "@omnia/fx-models";
|
2
|
+
import { LocalizationJson, LocalizationViewMode, ServiceDefinition } from "./models";
|
3
|
+
export declare const ServiceNodeComponent: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
4
|
+
service?: ServiceDefinition;
|
5
|
+
} & {
|
6
|
+
node?: LocalizationJson;
|
7
|
+
} & {
|
8
|
+
viewMode?: LocalizationViewMode;
|
9
|
+
} & {
|
10
|
+
filterKey?: string;
|
11
|
+
} & {
|
12
|
+
onEditLabel?: (path: string[], change: UserdefinedLocalizationProperty, serviceId?: guid) => Promise<any>;
|
13
|
+
}>) => {
|
14
|
+
$: import("vue").ComponentInternalInstance;
|
15
|
+
$data: {};
|
16
|
+
$props: {};
|
17
|
+
$attrs: {
|
18
|
+
[x: string]: unknown;
|
19
|
+
};
|
20
|
+
$refs: {
|
21
|
+
[x: string]: unknown;
|
22
|
+
};
|
23
|
+
$slots: Readonly<{
|
24
|
+
[name: string]: import("vue").Slot<any>;
|
25
|
+
}>;
|
26
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
27
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
28
|
+
$emit: (event: string, ...args: any[]) => void;
|
29
|
+
$el: any;
|
30
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
31
|
+
beforeCreate?: (() => void) | (() => void)[];
|
32
|
+
created?: (() => void) | (() => void)[];
|
33
|
+
beforeMount?: (() => void) | (() => void)[];
|
34
|
+
mounted?: (() => void) | (() => void)[];
|
35
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
36
|
+
updated?: (() => void) | (() => void)[];
|
37
|
+
activated?: (() => void) | (() => void)[];
|
38
|
+
deactivated?: (() => void) | (() => void)[];
|
39
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
40
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
41
|
+
destroyed?: (() => void) | (() => void)[];
|
42
|
+
unmounted?: (() => void) | (() => void)[];
|
43
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
44
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
45
|
+
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)[];
|
46
|
+
};
|
47
|
+
$forceUpdate: () => void;
|
48
|
+
$nextTick: typeof import("vue").nextTick;
|
49
|
+
$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;
|
50
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
51
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
52
|
+
service?: ServiceDefinition;
|
53
|
+
} & {
|
54
|
+
node?: LocalizationJson;
|
55
|
+
} & {
|
56
|
+
viewMode?: LocalizationViewMode;
|
57
|
+
} & {
|
58
|
+
filterKey?: string;
|
59
|
+
} & {
|
60
|
+
onEditLabel?: (path: string[], change: UserdefinedLocalizationProperty, serviceId?: guid) => Promise<any>;
|
61
|
+
}> & {
|
62
|
+
"v-slots"?: {
|
63
|
+
default?: import("vue").Slot;
|
64
|
+
} & {};
|
65
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "node" | "viewMode" | "filterKey" | "onEditLabel" | "service">;
|
66
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
67
|
+
[key: string]: any;
|
68
|
+
}>;
|
package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/loc/localize.d.ts
ADDED
@@ -0,0 +1,31 @@
|
|
1
|
+
export declare namespace LocalizationAdminLocalization {
|
2
|
+
const namespace = "Omnia.Admin.Localization";
|
3
|
+
interface locInterface {
|
4
|
+
SingleLanguageRequiredMessage: string;
|
5
|
+
DefaultLanguageRequiredMessage: string;
|
6
|
+
MenuTite: string;
|
7
|
+
AdminUI: {
|
8
|
+
Title: string;
|
9
|
+
MissingLocalization: string;
|
10
|
+
LocalizationUpdated: string;
|
11
|
+
OmniaService: string;
|
12
|
+
Language: string;
|
13
|
+
ViewMode: string;
|
14
|
+
Search: string;
|
15
|
+
SearchTooltip: string;
|
16
|
+
EmptySearch: string;
|
17
|
+
Export: string;
|
18
|
+
ScopeNode: string;
|
19
|
+
ViewModes: {
|
20
|
+
All: string;
|
21
|
+
HaveChange: string;
|
22
|
+
HaveUpdate: string;
|
23
|
+
HaveMissingLanguages: string;
|
24
|
+
};
|
25
|
+
EditDialog: {
|
26
|
+
Title: string;
|
27
|
+
DefaultLocalization: string;
|
28
|
+
};
|
29
|
+
};
|
30
|
+
}
|
31
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,93 @@
|
|
1
|
+
import { Language, MultilingualString, UserdefinedLocalizationProperty } from "@omnia/fx-models";
|
2
|
+
import { IValidator } from "@omnia/fx/ux";
|
3
|
+
import "./LocalizationInput.css";
|
4
|
+
export interface MultilingualInputInterface {
|
5
|
+
localization: MultilingualString;
|
6
|
+
localizationChange?: UserdefinedLocalizationProperty;
|
7
|
+
modelChange: (model: MultilingualString) => void;
|
8
|
+
languages: Array<Language>;
|
9
|
+
language: Language;
|
10
|
+
}
|
11
|
+
export interface LocalizationChangeInput extends UserdefinedLocalizationProperty {
|
12
|
+
haveChange?: {
|
13
|
+
[lang: string]: boolean;
|
14
|
+
};
|
15
|
+
}
|
16
|
+
export declare const LocalizationInput: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
17
|
+
localization?: MultilingualString;
|
18
|
+
} & {
|
19
|
+
localizationChange?: UserdefinedLocalizationProperty;
|
20
|
+
} & {
|
21
|
+
label?: string;
|
22
|
+
} & {
|
23
|
+
disabled?: boolean;
|
24
|
+
} & {
|
25
|
+
requiredWithValidator?: IValidator;
|
26
|
+
} & {
|
27
|
+
languages?: Language[];
|
28
|
+
} & {
|
29
|
+
language?: Language;
|
30
|
+
} & {
|
31
|
+
modelChange?: (model: MultilingualString) => void;
|
32
|
+
}>) => {
|
33
|
+
$: import("vue").ComponentInternalInstance;
|
34
|
+
$data: {};
|
35
|
+
$props: {};
|
36
|
+
$attrs: {
|
37
|
+
[x: string]: unknown;
|
38
|
+
};
|
39
|
+
$refs: {
|
40
|
+
[x: string]: unknown;
|
41
|
+
};
|
42
|
+
$slots: Readonly<{
|
43
|
+
[name: string]: import("vue").Slot<any>;
|
44
|
+
}>;
|
45
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
46
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
47
|
+
$emit: (event: string, ...args: any[]) => void;
|
48
|
+
$el: any;
|
49
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
50
|
+
beforeCreate?: (() => void) | (() => void)[];
|
51
|
+
created?: (() => void) | (() => void)[];
|
52
|
+
beforeMount?: (() => void) | (() => void)[];
|
53
|
+
mounted?: (() => void) | (() => void)[];
|
54
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
55
|
+
updated?: (() => void) | (() => void)[];
|
56
|
+
activated?: (() => void) | (() => void)[];
|
57
|
+
deactivated?: (() => void) | (() => void)[];
|
58
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
59
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
60
|
+
destroyed?: (() => void) | (() => void)[];
|
61
|
+
unmounted?: (() => void) | (() => void)[];
|
62
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
63
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
64
|
+
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)[];
|
65
|
+
};
|
66
|
+
$forceUpdate: () => void;
|
67
|
+
$nextTick: typeof import("vue").nextTick;
|
68
|
+
$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;
|
69
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
70
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
71
|
+
localization?: MultilingualString;
|
72
|
+
} & {
|
73
|
+
localizationChange?: UserdefinedLocalizationProperty;
|
74
|
+
} & {
|
75
|
+
label?: string;
|
76
|
+
} & {
|
77
|
+
disabled?: boolean;
|
78
|
+
} & {
|
79
|
+
requiredWithValidator?: IValidator;
|
80
|
+
} & {
|
81
|
+
languages?: Language[];
|
82
|
+
} & {
|
83
|
+
language?: Language;
|
84
|
+
} & {
|
85
|
+
modelChange?: (model: MultilingualString) => void;
|
86
|
+
}> & {
|
87
|
+
"v-slots"?: {
|
88
|
+
default?: import("vue").Slot;
|
89
|
+
} & {};
|
90
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "localization" | "disabled" | "requiredWithValidator" | "language" | "languages" | "localizationChange" | "modelChange">;
|
91
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
92
|
+
[key: string]: any;
|
93
|
+
}>;
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { guid, LanguageTags, UserdefinedLocalizationProperty } from "@omnia/fx-models";
|
2
|
+
import { OmniaServiceLocalizations, ServiceDefinition } from "../models";
|
3
|
+
export declare class AdminLocalizationService {
|
4
|
+
private httpClient;
|
5
|
+
private readonly baseUrl;
|
6
|
+
getLocalizationsByServiceId(serviceId: guid, language?: LanguageTags): Promise<OmniaServiceLocalizations<import("../models").LocalizationJsonStr>>;
|
7
|
+
getServiceIds(): Promise<ServiceDefinition[]>;
|
8
|
+
addOrUpdateLocalizationChanges(localizationChanges: UserdefinedLocalizationProperty[]): Promise<UserdefinedLocalizationProperty[]>;
|
9
|
+
getLocalizationChanges(serviceIds: guid[]): Promise<{
|
10
|
+
[serviceId: string]: UserdefinedLocalizationProperty[];
|
11
|
+
}>;
|
12
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./LocalizationService";
|
@@ -0,0 +1,58 @@
|
|
1
|
+
import { LanguageTags, guid, Language, UserdefinedLocalizationProperty } from "@omnia/fx-models";
|
2
|
+
import { Store } from "@omnia/fx/stores";
|
3
|
+
import { OmniaServiceLocalizations, LocalizationJson, ServiceDefinition } from "../models";
|
4
|
+
export interface JsonData {
|
5
|
+
name?: string;
|
6
|
+
json: any;
|
7
|
+
jsonValue?: any;
|
8
|
+
path: string[];
|
9
|
+
serviceId?: guid;
|
10
|
+
language?: LanguageTags;
|
11
|
+
}
|
12
|
+
export declare class LocalizationAdminStore extends Store {
|
13
|
+
currentLanguage: LanguageTags;
|
14
|
+
currentOmniaServiceId: guid;
|
15
|
+
private serviceLocalizationObj;
|
16
|
+
private values;
|
17
|
+
private changes;
|
18
|
+
private getServiceIdsPromise;
|
19
|
+
private ensureLoadLocalizationPromise;
|
20
|
+
private languages;
|
21
|
+
private languageInfos;
|
22
|
+
private checkLanguages;
|
23
|
+
languageTags: import("@omnia/fx/stores").StoreState<LanguageTags[]>;
|
24
|
+
localizationChanges: import("@omnia/fx/stores").StoreState<{
|
25
|
+
[serviceId: string]: {
|
26
|
+
[path: string]: UserdefinedLocalizationProperty;
|
27
|
+
};
|
28
|
+
}>;
|
29
|
+
mainJson: import("@omnia/fx/stores").StoreState<JsonData>;
|
30
|
+
private localizationService;
|
31
|
+
private omniaContext;
|
32
|
+
onActivated(): void;
|
33
|
+
onDisposing(): void;
|
34
|
+
getters: {
|
35
|
+
getChange: (path: string[], serviceId?: guid) => UserdefinedLocalizationProperty;
|
36
|
+
getServiceIds: () => Promise<ServiceDefinition[]>;
|
37
|
+
getLocalization: (serviceId: guid) => OmniaServiceLocalizations<LocalizationJson>;
|
38
|
+
otherLanguageLocalizations: (path: string[], serviceId?: guid) => {
|
39
|
+
[language: string]: string;
|
40
|
+
};
|
41
|
+
languageInfo: (language: LanguageTags) => Language;
|
42
|
+
};
|
43
|
+
mutations: {
|
44
|
+
updateLocalizationChanges: import("@omnia/fx/stores").StoreMutation<(omniaServiceId: guid, changes: UserdefinedLocalizationProperty[]) => void, (omniaServiceId: guid, changes: UserdefinedLocalizationProperty[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
45
|
+
changeServiceId: import("@omnia/fx/stores").StoreMutation<(serviceId: guid) => void, (serviceId: guid) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
46
|
+
changeLanguage: import("@omnia/fx/stores").StoreMutation<(language: LanguageTags) => void, (language: LanguageTags) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
47
|
+
editJson: import("@omnia/fx/stores").StoreMutation<(jsonData: JsonData) => void, (jsonData: JsonData) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
48
|
+
changeCheckLanguages: import("@omnia/fx/stores").StoreMutation<(languages: LanguageTags[]) => void, (languages: LanguageTags[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
49
|
+
};
|
50
|
+
actions: {
|
51
|
+
ensureLoadLocalization: import("@omnia/fx/stores").StoreAction<unknown, (serviceId: guid) => void, (result: any, serviceId: guid) => void, (failureReason: any, serviceId: guid) => void, (serviceId: guid) => Promise<any>>;
|
52
|
+
onAddorUpdateLocalizationChange: import("@omnia/fx/stores").StoreAction<unknown, (localizationChange: UserdefinedLocalizationProperty) => void, (result: UserdefinedLocalizationProperty, localizationChange: UserdefinedLocalizationProperty) => void, (failureReason: any, localizationChange: UserdefinedLocalizationProperty) => void, (localizationChange: UserdefinedLocalizationProperty) => Promise<UserdefinedLocalizationProperty>>;
|
53
|
+
};
|
54
|
+
private updateServiceLocalization;
|
55
|
+
private updateServiceLocalizationChanges;
|
56
|
+
private getValueByPath;
|
57
|
+
private getLanguages;
|
58
|
+
}
|
package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/index.d.ts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./LocalizationAdminStore";
|
package/internal-do-not-import-from-here/ux/admin/system/submenu/services/ServicesJourney.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) => 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;
|
package/internal-do-not-import-from-here/ux/admin/system/submenu/services/blades/DefaultBlade.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) => 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;
|
package/internal-do-not-import-from-here/ux/admin/system/submenu/services/blades/SettingsBlade.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) => 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,45 @@
|
|
1
|
+
import { SubMenuItem } from "../../../models";
|
2
|
+
export declare const ServicesJourneyStore: () => {
|
3
|
+
state: {
|
4
|
+
subMenuItems: SubMenuItem[];
|
5
|
+
activeSubMenuItem: SubMenuItem;
|
6
|
+
};
|
7
|
+
events: {
|
8
|
+
onMutatedSubMenuItems: import("@omnia/fx").MessageBusExposeOnlySubscription<SubMenuItem[]>;
|
9
|
+
onMutatedActiveSubMenuItem: import("@omnia/fx").MessageBusExposeOnlySubscription<SubMenuItem>;
|
10
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
11
|
+
actions: {
|
12
|
+
onDispatching: {
|
13
|
+
setActiveSubMenuItem: {
|
14
|
+
subscribe(fn: (item: SubMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
15
|
+
};
|
16
|
+
addOrUpdateSubMenuItem: {
|
17
|
+
subscribe(fn: (item: SubMenuItem, position?: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
|
+
};
|
19
|
+
};
|
20
|
+
onDispatched: {
|
21
|
+
setActiveSubMenuItem: {
|
22
|
+
subscribe(fn: (result: void, item: SubMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
23
|
+
};
|
24
|
+
addOrUpdateSubMenuItem: {
|
25
|
+
subscribe(fn: (result: void, item: SubMenuItem, position?: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
26
|
+
};
|
27
|
+
};
|
28
|
+
onFailure: {
|
29
|
+
setActiveSubMenuItem: {
|
30
|
+
subscribe(fn: (failureReason: any, item: SubMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
31
|
+
};
|
32
|
+
addOrUpdateSubMenuItem: {
|
33
|
+
subscribe(fn: (failureReason: any, item: SubMenuItem, position?: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
34
|
+
};
|
35
|
+
};
|
36
|
+
} & {
|
37
|
+
setActiveSubMenuItem: (item: SubMenuItem) => void;
|
38
|
+
addOrUpdateSubMenuItem: (item: SubMenuItem, position?: number) => void;
|
39
|
+
};
|
40
|
+
get: {
|
41
|
+
subMenuItems(): SubMenuItem[];
|
42
|
+
activeSubMenuItem: () => SubMenuItem;
|
43
|
+
};
|
44
|
+
};
|
45
|
+
export type ServicesJourneyStoreType = ReturnType<typeof ServicesJourneyStore>;
|
package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/SystemLogsJourney.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) => 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,56 @@
|
|
1
|
+
import { TransactionLog, guid } from "@omnia/fx-models";
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
3
|
+
activeRow: guid[];
|
4
|
+
} & {
|
5
|
+
transactionLog: TransactionLog;
|
6
|
+
}>) => {
|
7
|
+
$: import("vue").ComponentInternalInstance;
|
8
|
+
$data: {};
|
9
|
+
$props: {};
|
10
|
+
$attrs: {
|
11
|
+
[x: string]: unknown;
|
12
|
+
};
|
13
|
+
$refs: {
|
14
|
+
[x: string]: unknown;
|
15
|
+
};
|
16
|
+
$slots: Readonly<{
|
17
|
+
[name: string]: import("vue").Slot<any>;
|
18
|
+
}>;
|
19
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
20
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
21
|
+
$emit: (event: string, ...args: any[]) => void;
|
22
|
+
$el: any;
|
23
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
24
|
+
beforeCreate?: (() => void) | (() => void)[];
|
25
|
+
created?: (() => void) | (() => void)[];
|
26
|
+
beforeMount?: (() => void) | (() => void)[];
|
27
|
+
mounted?: (() => void) | (() => void)[];
|
28
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
29
|
+
updated?: (() => void) | (() => void)[];
|
30
|
+
activated?: (() => void) | (() => void)[];
|
31
|
+
deactivated?: (() => void) | (() => void)[];
|
32
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
33
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
34
|
+
destroyed?: (() => void) | (() => void)[];
|
35
|
+
unmounted?: (() => void) | (() => void)[];
|
36
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
37
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
38
|
+
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)[];
|
39
|
+
};
|
40
|
+
$forceUpdate: () => void;
|
41
|
+
$nextTick: typeof import("vue").nextTick;
|
42
|
+
$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;
|
43
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
44
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
45
|
+
activeRow: guid[];
|
46
|
+
} & {
|
47
|
+
transactionLog: TransactionLog;
|
48
|
+
}> & {
|
49
|
+
"v-slots"?: {
|
50
|
+
default?: import("vue").Slot;
|
51
|
+
} & {};
|
52
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "activeRow" | "transactionLog">;
|
53
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
54
|
+
[key: string]: any;
|
55
|
+
}>;
|
56
|
+
export default _default;
|