@omnia/fx 8.0.101-vnext → 8.0.103-vnext
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/core/messaging/InternalTopics.d.ts +3 -0
- package/internal-do-not-import-from-here/core/services/ServiceManifestProviderInternal.d.ts +2 -2
- package/internal-do-not-import-from-here/index.d.ts +5 -5
- package/internal-do-not-import-from-here/runtime/core/InternalWebComponentBootstrapper.d.ts +4 -4
- package/internal-do-not-import-from-here/runtime/core/ManifestByElementLoader.d.ts +1 -0
- package/internal-do-not-import-from-here/runtime/core/PrivateWebComponentBootstrapper.d.ts +7 -7
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +3 -2
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +10 -10
- package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +22 -38
- package/internal-do-not-import-from-here/ux/compositiontests/stores/useNewStoreTest.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +46 -46
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +18 -3
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformEditor/ImageTransformEditor.css.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformEditor/ImageTransformEditor.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformEditor/ImageTransformEditor_old.d.ts +0 -66
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformFilter/ImageTransformFilter.d.ts +130 -17
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformFilter/ImageTransformFilter_old.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyMenuStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +23 -23
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/mediapicker/components/ImageEditor.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/monaco/Monaco.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/list/List.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.css.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +16 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +47 -2
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeDefinitionStoreV2.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/VelcronDefinitionStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +36 -36
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/use/UseVueInstance.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +32 -32
- package/internal-do-not-import-from-here/vue/VueApp.d.ts +2 -2
- package/package.json +3 -3
@@ -28,6 +28,9 @@ export declare class InternalTopics {
|
|
28
28
|
instance: any;
|
29
29
|
object: any;
|
30
30
|
}>;
|
31
|
+
static get requestedLoadManifestByElement(): IMessageBusTopicPublishSubscriber<{
|
32
|
+
elementName: string;
|
33
|
+
}>;
|
31
34
|
static get vueOnDestroyed(): IMessageBusTopicPublishSubscriber<{
|
32
35
|
instance: ComponentInternalInstance;
|
33
36
|
}>;
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import { OmniaManifests,
|
1
|
+
import { OmniaManifests, ComponentBundleManifest } from "../../models";
|
2
2
|
export declare class ServiceManifestProviderInternal {
|
3
3
|
private static _omniaManifests;
|
4
4
|
private static _wcManifests;
|
5
5
|
static init(): Promise<void>;
|
6
6
|
static getAllOmniaManifests(): OmniaManifests[];
|
7
7
|
static getAllWebComponentsManifests(): {
|
8
|
-
[manifestId: string]:
|
8
|
+
[manifestId: string]: ComponentBundleManifest;
|
9
9
|
};
|
10
10
|
}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
export * from "./expose";
|
2
2
|
import * as Exposes from "./expose";
|
3
3
|
import * as Models from "internal/fx/models";
|
4
|
-
import { IExtend, ThemeDefinitionV2,
|
4
|
+
import { IExtend, ThemeDefinitionV2, ComponentBundleManifest } from "./models";
|
5
5
|
interface IExtendApi {
|
6
6
|
extendApi: <T>(targetApi: (extend: IExtend) => Promise<T>, callback?: (api: T) => void | Promise<void>) => void;
|
7
7
|
}
|
@@ -16,15 +16,15 @@ declare global {
|
|
16
16
|
export interface IWebComponentInstance {
|
17
17
|
}
|
18
18
|
export interface IWebComponentRegistrationHandler {
|
19
|
-
(webComponentManifest:
|
19
|
+
(webComponentManifest: ComponentBundleManifest): void;
|
20
20
|
}
|
21
21
|
export interface IConnectedWebComponent {
|
22
22
|
setRegistrationHandler: (registrationHandler: IWebComponentRegistrationHandler) => void;
|
23
23
|
addElementInstanceHandler: (instanceHandler: IWebComponentInstance, htmlElement: HTMLElement) => IWebComponentInstanceContext;
|
24
|
-
getManifest: () =>
|
24
|
+
getManifest: () => ComponentBundleManifest;
|
25
25
|
}
|
26
26
|
export interface IWebComponentInstanceContext {
|
27
|
-
getManifest: () =>
|
27
|
+
getManifest: () => ComponentBundleManifest;
|
28
28
|
}
|
29
29
|
export declare class WebComponentBootstrapper {
|
30
30
|
static registerElement: (registrationHandler: IWebComponentRegistrationHandler) => void;
|
@@ -117,7 +117,7 @@ export declare function setCurrentManifest(omniaServiceId: any, resourceId: any)
|
|
117
117
|
getVueApps(): Set<import("vue").App<Element>>;
|
118
118
|
destroyVueApp(app: import("vue").App<Element>): void;
|
119
119
|
createVueApp(rootComponent: any, rootProps?: any): import("vue").App<Element>;
|
120
|
-
registerAsyncVueComponent(app: import("vue").App<any>, component: Models.
|
120
|
+
registerAsyncVueComponent(app: import("vue").App<any>, component: Models.ComponentBundleManifest): void;
|
121
121
|
resolveAsyncVueComponent(elementName: string, definition: import("vue").DefineComponent): void;
|
122
122
|
vueCustomElement(tag: string, componentDefinition: Object | Exposes.ComponentDefinitionFunc, options?: Exposes.VueCustomElementOptions): HTMLElement;
|
123
123
|
DisplayRules: typeof Exposes.DisplayRules;
|
@@ -1,16 +1,16 @@
|
|
1
|
-
import { GuidValue,
|
1
|
+
import { GuidValue, ComponentBundleManifest } from "../../models";
|
2
2
|
export interface IWebComponentInstance {
|
3
3
|
}
|
4
4
|
export interface IWebComponentRegistrationHandler {
|
5
|
-
(webComponentManifest:
|
5
|
+
(webComponentManifest: ComponentBundleManifest): void;
|
6
6
|
}
|
7
7
|
export interface IConnectedWebComponent {
|
8
8
|
setRegistrationHandler: (registrationHandler: IWebComponentRegistrationHandler) => void;
|
9
9
|
addElementInstanceHandler: (instanceHandler: IWebComponentInstance, htmlElement: HTMLElement) => IWebComponentInstanceContext;
|
10
|
-
getManifest: () =>
|
10
|
+
getManifest: () => ComponentBundleManifest;
|
11
11
|
}
|
12
12
|
export interface IWebComponentInstanceContext {
|
13
|
-
getManifest: () =>
|
13
|
+
getManifest: () => ComponentBundleManifest;
|
14
14
|
}
|
15
15
|
export declare class InternalWebComponentBootstrapper {
|
16
16
|
static registerElement: (omniaServiceId: GuidValue, manifestId: GuidValue, registrationHandler: IWebComponentRegistrationHandler) => void;
|
@@ -6,6 +6,7 @@ export declare class ManifestByElementLoader {
|
|
6
6
|
private static ElementNameToManifestMap;
|
7
7
|
private static StoredAddMutations;
|
8
8
|
private static StoredMutationsLimit;
|
9
|
+
private static requestedLoadManifestMatchingElement;
|
9
10
|
private Subscriber;
|
10
11
|
private constructor();
|
11
12
|
static manifestSubscriber: () => IManifestSubscriber;
|
@@ -1,23 +1,23 @@
|
|
1
1
|
import { IWebComponentInstanceContext, IConnectedWebComponent, IWebComponentRegistrationHandler, IWebComponentInstance } from "./InternalWebComponentBootstrapper";
|
2
|
-
import {
|
2
|
+
import { ComponentBundleManifest } from "../../models";
|
3
3
|
export declare class WebComponentInstanceContext implements IWebComponentInstanceContext {
|
4
4
|
private instance;
|
5
|
-
getManifest: () =>
|
6
|
-
constructor(instance: IWebComponentInstance, getManifest: () =>
|
5
|
+
getManifest: () => ComponentBundleManifest;
|
6
|
+
constructor(instance: IWebComponentInstance, getManifest: () => ComponentBundleManifest);
|
7
7
|
}
|
8
8
|
export declare class ConnectedWebComponent implements IConnectedWebComponent {
|
9
9
|
private webComponentManifest;
|
10
10
|
private registrationHandler;
|
11
11
|
instanceContexts: Array<WebComponentInstanceContext>;
|
12
|
-
constructor(webComponentManifest:
|
12
|
+
constructor(webComponentManifest: ComponentBundleManifest);
|
13
13
|
hasElementRegistrationHandler: () => boolean;
|
14
|
-
getManifest: () =>
|
14
|
+
getManifest: () => ComponentBundleManifest;
|
15
15
|
setRegistrationHandler: (registrationHandler: IWebComponentRegistrationHandler) => void;
|
16
16
|
executeElementRegistration: () => void;
|
17
17
|
addElementInstanceHandler: (instanceHandler: IWebComponentInstance, htmlElement: HTMLElement) => IWebComponentInstanceContext;
|
18
18
|
}
|
19
19
|
export declare class PrivateBootstrapper {
|
20
20
|
private static ProxyHolder;
|
21
|
-
static newWebComponentProxy: (webComponentManifest:
|
22
|
-
static getWebComponentProxy: (webComponentManifest:
|
21
|
+
static newWebComponentProxy: (webComponentManifest: ComponentBundleManifest) => ConnectedWebComponent;
|
22
|
+
static getWebComponentProxy: (webComponentManifest: ComponentBundleManifest) => ConnectedWebComponent;
|
23
23
|
}
|
@@ -1,7 +1,8 @@
|
|
1
|
+
import { MessageBusExposeOnlySubscription } from "../core";
|
1
2
|
import { IMessageBusSubscriptionHandler, IMessageBusTopicPublishSubscriber } from "@omnia/fx-models";
|
2
3
|
type MutateFn<T> = (value: T | ((prev: T) => T)) => void;
|
3
4
|
type Events<TState extends object, TEvents extends Record<string, IMessageBusTopicPublishSubscriber<any>>> = {
|
4
|
-
[K in keyof TState as `onMutating${Capitalize<string & K>}` | `onMutated${Capitalize<string & K>}`]:
|
5
|
+
[K in keyof TState as `onMutating${Capitalize<string & K>}` | `onMutated${Capitalize<string & K>}`]: MessageBusExposeOnlySubscription<TState[K]>;
|
5
6
|
} & TEvents;
|
6
7
|
type MapActionOnDispatching<T extends Function> = T extends (...args: infer U) => any ? (...args: U) => void : never;
|
7
8
|
type MapActionOnDispatched<T extends Function> = T extends (...args: infer U) => Promise<infer Y> | infer Y ? (result: Y, ...args: U) => void : never;
|
@@ -36,5 +37,5 @@ export interface IReturnSetupStore<TState, TGetters, TActions extends {
|
|
36
37
|
}
|
37
38
|
export declare function defineStore<TState extends object, TGetters extends object, TActions extends {
|
38
39
|
[key: string]: Function;
|
39
|
-
}, TEvents extends Record<string,
|
40
|
+
}, TEvents extends Record<string, MessageBusExposeOnlySubscription<any>>, InferReturnSetup extends IReturnSetupStore<TState, TGetters, TActions, TEvents>>(name: string, setup: (ctx: SetupContext) => InferReturnSetup): (newInstanceWithName?: string) => InferReturnSetup;
|
40
41
|
export {};
|
@@ -20,16 +20,16 @@ export declare const useCompontentHostStore: (newInstanceWithName?: string) => {
|
|
20
20
|
force: boolean;
|
21
21
|
};
|
22
22
|
events: {
|
23
|
-
onMutatingHost: import("@omnia/fx
|
24
|
-
onMutatedHost: import("@omnia/fx
|
25
|
-
onMutatingComponentHost: import("@omnia/fx
|
26
|
-
onMutatedComponentHost: import("@omnia/fx
|
27
|
-
onMutatingComponentVariant: import("@omnia/fx
|
28
|
-
onMutatedComponentVariant: import("@omnia/fx
|
29
|
-
onMutatingAppliedComponents: import("@omnia/fx
|
30
|
-
onMutatedAppliedComponents: import("@omnia/fx
|
31
|
-
onMutatingForce: import("@omnia/fx
|
32
|
-
onMutatedForce: import("@omnia/fx
|
23
|
+
onMutatingHost: import("@omnia/fx").MessageBusExposeOnlySubscription<"admin" | "editor" | "docs">;
|
24
|
+
onMutatedHost: import("@omnia/fx").MessageBusExposeOnlySubscription<"admin" | "editor" | "docs">;
|
25
|
+
onMutatingComponentHost: import("@omnia/fx").MessageBusExposeOnlySubscription<"dialog" | "menu" | "table" | "toolbar" | "tab" | "app" | "drawer" | "expansion-panel" | "blade" | "appbar" | "tab-vertical" | "panel" | "omfx">;
|
26
|
+
onMutatedComponentHost: import("@omnia/fx").MessageBusExposeOnlySubscription<"dialog" | "menu" | "table" | "toolbar" | "tab" | "app" | "drawer" | "expansion-panel" | "blade" | "appbar" | "tab-vertical" | "panel" | "omfx">;
|
27
|
+
onMutatingComponentVariant: import("@omnia/fx").MessageBusExposeOnlySubscription<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "settings" | "info-section">;
|
28
|
+
onMutatedComponentVariant: import("@omnia/fx").MessageBusExposeOnlySubscription<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "settings" | "info-section">;
|
29
|
+
onMutatingAppliedComponents: import("@omnia/fx").MessageBusExposeOnlySubscription<string[]>;
|
30
|
+
onMutatedAppliedComponents: import("@omnia/fx").MessageBusExposeOnlySubscription<string[]>;
|
31
|
+
onMutatingForce: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
32
|
+
onMutatedForce: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
33
33
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
34
34
|
actions: {
|
35
35
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
@@ -3,8 +3,8 @@ export declare const useCompontentSharedSettingsStore: (newInstanceWithName?: st
|
|
3
3
|
settings: any;
|
4
4
|
};
|
5
5
|
events: {
|
6
|
-
onMutatingSettings: import("@omnia/fx
|
7
|
-
onMutatedSettings: import("@omnia/fx
|
6
|
+
onMutatingSettings: import("@omnia/fx").MessageBusExposeOnlySubscription<any>;
|
7
|
+
onMutatedSettings: import("@omnia/fx").MessageBusExposeOnlySubscription<any>;
|
8
8
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
9
9
|
actions: {
|
10
10
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
@@ -79,4 +79,4 @@ export type { FocusOption, ClickOutOption, ScrollOption, LinkHandlerOptions, } f
|
|
79
79
|
export { FocusDirective, ClickOutDirective, ScrollDirective, LinkHandlerDirective, } from "./directives";
|
80
80
|
export { VueComponentBase, getVuetifyAppClasses, VueComponentConnect, } from "./VueComponentBase";
|
81
81
|
export type { VueComponentBaseProps, VueComponentBaseEvents, } from "./VueComponentBase";
|
82
|
-
export {
|
82
|
+
export { defineVueComponent, definePropFunctionType, definePropObjectType, defineVue } from "./InternalDefineWebComponent";
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { SubscriptionHandler } from "@omnia/fx";
|
2
2
|
import { ComputedOptions, MethodOptions, ComponentOptionsMixin, EmitsOptions, ComponentInjectOptions, ComponentPropsOptions, DefineComponent, ComponentObjectPropsOptions, Prop, PropType, ObjectEmitsOptions, CreateComponentPublicInstance, ExtractPropTypes, ExtractDefaultPropTypes, ComponentOptionsBase, RenderFunction, watchEffect, SlotsType, ComponentOptions, Slot, watch } from "vue";
|
3
3
|
import { LooseRequired, UnionToIntersection, Prettify } from "@vue/shared";
|
4
|
-
import { ThemeableComponentProps,
|
4
|
+
import { ThemeableComponentProps, ComponentBundleManifest } from "@omnia/fx-models";
|
5
5
|
import { useColorSchemaSetup, useBlueprintSetup } from "./use";
|
6
6
|
import { IValidatorBase } from "./models/Validation";
|
7
7
|
export declare function definePropFunctionType<T>(): PropType<T>;
|
@@ -92,7 +92,7 @@ type ExtractMixin<T> = {
|
|
92
92
|
type IsDefaultMixinComponent<T> = T extends ComponentOptionsMixin ? ComponentOptionsMixin extends T ? true : false : false;
|
93
93
|
type IntersectionMixin<T> = IsDefaultMixinComponent<T> extends true ? OptionTypesType<{}, {}, {}, {}, {}> : UnionToIntersection<ExtractMixin<T>>;
|
94
94
|
type UnwrapMixinsType<T, Type extends OptionTypesKeys> = T extends OptionTypesType ? T[Type] : never;
|
95
|
-
type UseState = <T>(state
|
95
|
+
type UseState = <T>(state?: T) => {
|
96
96
|
state: T;
|
97
97
|
setState(state: T): void;
|
98
98
|
};
|
@@ -108,11 +108,30 @@ type SetupContext<Props, E = EmitsOptions> = E extends any ? {
|
|
108
108
|
useState: UseState;
|
109
109
|
watch: typeof watch;
|
110
110
|
watchEffect: typeof watchEffect;
|
111
|
-
|
111
|
+
subscriber: SubscriptionHandler;
|
112
112
|
} : never;
|
113
113
|
interface ComponentOptionsBaseExtends<Props, RawBindings, D, C extends ComputedOptions, M extends MethodOptions, Mixin extends ComponentOptionsMixin, Extends extends ComponentOptionsMixin, E extends EmitsOptions, EE extends string = string, Defaults = {}, I extends ComponentInjectOptions = {}, II extends string = string> extends ComponentOptionsBase<ExcludeJsxPropKeys<Props>, RawBindings, D, C, M, Mixin, Extends, E, EE, Defaults, I, II> {
|
114
114
|
setup?: (this: void, props: LooseRequired<ExcludeJsxPropKeys<Props> & Prettify<UnwrapMixinsType<IntersectionMixin<Mixin> & IntersectionMixin<Extends>, "P">>>, ctx: SetupContext<Props, E>) => Promise<RawBindings> | RawBindings | RenderFunction | void;
|
115
115
|
}
|
116
|
+
export declare function defineVueComponent<Props extends Record<string, any>, E extends EmitsOptions = {}, EE extends string = string, S extends SlotsType = {}>(setup: (props: Props, ctx: SetupContext<E, S>) => RenderFunction | Promise<RenderFunction>, options?: Pick<ComponentOptions, "name" | "inheritAttrs"> & {
|
117
|
+
props?: (keyof Props)[];
|
118
|
+
emits?: E | EE[];
|
119
|
+
slots?: S;
|
120
|
+
}, register?: (manifest: ComponentBundleManifest, component: TsxComponentV3<Props, {}, {}, {}, {}, {}, {}, E, EE>) => void): TsxComponentV3<Props, {}, {}, {}, {}, {}, {}, E, EE>;
|
121
|
+
export declare function defineVueComponent<Props extends Record<string, any>, E extends EmitsOptions = {}, EE extends string = string, S extends SlotsType = {}>(setup: (props: Props, ctx: SetupContext<E, S>) => RenderFunction | Promise<RenderFunction>, options?: Pick<ComponentOptions, "name" | "inheritAttrs"> & {
|
122
|
+
props?: ComponentObjectPropsOptions<Props>;
|
123
|
+
emits?: E | EE[];
|
124
|
+
slots?: S;
|
125
|
+
}, register?: (manifest: ComponentBundleManifest, component: TsxComponentV3<Props, {}, {}, {}, {}, {}, {}, E, EE>) => void): TsxComponentV3<Props, {}, {}, {}, {}, {}, {}, E, EE>;
|
126
|
+
export declare function defineVueComponent<Props = {}, RawBindings = {}, D = {}, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithoutProps<Props, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>, register?: (manifest: ComponentBundleManifest, component: TsxComponentV3<Props, RawBindings, D, C, M, Mixin, Extends, E, EE>) => void): TsxComponentV3<Props, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
127
|
+
export declare function defineVueComponent<Props extends Object, RawBindings = {}, D = {}, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithObjectPropsCustom<ComponentObjectPropsOptions<Props>, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>, register?: (manifest: ComponentBundleManifest, component: TsxComponentV3<Props, RawBindings, D, C, M, Mixin, Extends, E, EE>) => void): TsxComponentV3<RemoveDefinePropApi<ComponentObjectPropsOptions<Props>>, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
128
|
+
export declare function defineVueComponent<PropNames extends string, RawBindings, D, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithArrayProps<PropNames, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>, register?: (manifest: ComponentBundleManifest, component: TsxComponentV3<Readonly<{
|
129
|
+
[key in PropNames]?: any;
|
130
|
+
}>, RawBindings, D, C, M, Mixin, Extends, E, EE>) => void): TsxComponentV3<Readonly<{
|
131
|
+
[key in PropNames]?: any;
|
132
|
+
}>, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
133
|
+
export declare function defineVueComponent<PropsOptions extends Readonly<ComponentPropsOptions>, RawBindings, D, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithObjectPropsCustom<PropsOptions, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>, register?: (manifest: ComponentBundleManifest, component: TsxComponentV3<PropsOptions, RawBindings, D, C, M, Mixin, Extends, E, EE>) => void): TsxComponentV3<RemoveDefinePropApi<PropsOptions>, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
134
|
+
export declare function internalDefineVueWebComponent(omniaServiceId: any, manifestId: any, options: any, extraOptions?: any, register?: (manifest: ComponentBundleManifest, component: any) => void): any;
|
116
135
|
export declare function createPropType<T>(): PropType<T>;
|
117
136
|
export declare function defineVue(): {
|
118
137
|
slots<Slots_1>(): {
|
@@ -226,41 +245,6 @@ export declare function defineVue(): {
|
|
226
245
|
};
|
227
246
|
};
|
228
247
|
};
|
229
|
-
export declare function defineVueComponent<Props extends Record<string, any>, E extends EmitsOptions = {}, EE extends string = string, S extends SlotsType = {}>(setup: (props: Props, ctx: SetupContext<E, S>) => RenderFunction | Promise<RenderFunction>, options?: Pick<ComponentOptions, "name" | "inheritAttrs"> & {
|
230
|
-
props?: (keyof Props)[];
|
231
|
-
emits?: E | EE[];
|
232
|
-
slots?: S;
|
233
|
-
}): TsxComponentV3<Props, {}, {}, {}, {}, {}, {}, E, EE>;
|
234
|
-
export declare function defineVueComponent<Props extends Record<string, any>, E extends EmitsOptions = {}, EE extends string = string, S extends SlotsType = {}>(setup: (props: Props, ctx: SetupContext<E, S>) => RenderFunction | Promise<RenderFunction>, options?: Pick<ComponentOptions, "name" | "inheritAttrs"> & {
|
235
|
-
props?: ComponentObjectPropsOptions<Props>;
|
236
|
-
emits?: E | EE[];
|
237
|
-
slots?: S;
|
238
|
-
}): TsxComponentV3<Props, {}, {}, {}, {}, {}, {}, E, EE>;
|
239
|
-
export declare function defineVueComponent<Props = {}, RawBindings = {}, D = {}, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithoutProps<Props, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>): TsxComponentV3<Props, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
240
|
-
export declare function defineVueComponent<Props extends Object, RawBindings = {}, D = {}, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithObjectPropsCustom<ComponentObjectPropsOptions<Props>, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>): TsxComponentV3<RemoveDefinePropApi<ComponentObjectPropsOptions<Props>>, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
241
|
-
export declare function defineVueComponent<PropNames extends string, RawBindings, D, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithArrayProps<PropNames, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>): TsxComponentV3<Readonly<{
|
242
|
-
[key in PropNames]?: any;
|
243
|
-
}>, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
244
|
-
export declare function defineVueComponent<PropsOptions extends Readonly<ComponentPropsOptions>, RawBindings, D, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithObjectPropsCustom<PropsOptions, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>): TsxComponentV3<RemoveDefinePropApi<PropsOptions>, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
245
|
-
export declare function defineVueWebComponent<Props extends Record<string, any>, E extends EmitsOptions = {}, EE extends string = string, S extends SlotsType = {}>(setup: (props: Props, ctx: SetupContext<E, S>) => RenderFunction | Promise<RenderFunction>, options?: Pick<ComponentOptions, "name" | "inheritAttrs"> & {
|
246
|
-
props?: (keyof Props)[];
|
247
|
-
emits?: E | EE[];
|
248
|
-
slots?: S;
|
249
|
-
}, register?: (manifest: WebComponentBundleManifest, component: TsxComponentV3<Props, {}, {}, {}, {}, {}, {}, E, EE>) => void): TsxComponentV3<Props, {}, {}, {}, {}, {}, {}, E, EE>;
|
250
|
-
export declare function defineVueWebComponent<Props extends Record<string, any>, E extends EmitsOptions = {}, EE extends string = string, S extends SlotsType = {}>(setup: (props: Props, ctx: SetupContext<E, S>) => RenderFunction | Promise<RenderFunction>, options?: Pick<ComponentOptions, "name" | "inheritAttrs"> & {
|
251
|
-
props?: ComponentObjectPropsOptions<Props>;
|
252
|
-
emits?: E | EE[];
|
253
|
-
slots?: S;
|
254
|
-
}, register?: (manifest: WebComponentBundleManifest, component: TsxComponentV3<Props, {}, {}, {}, {}, {}, {}, E, EE>) => void): TsxComponentV3<Props, {}, {}, {}, {}, {}, {}, E, EE>;
|
255
|
-
export declare function defineVueWebComponent<Props = {}, RawBindings = {}, D = {}, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithoutProps<Props, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>, register?: (manifest: WebComponentBundleManifest, component: TsxComponentV3<Props, RawBindings, D, C, M, Mixin, Extends, E, EE>) => void): TsxComponentV3<Props, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
256
|
-
export declare function defineVueWebComponent<Props extends Object, RawBindings = {}, D = {}, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithObjectPropsCustom<ComponentObjectPropsOptions<Props>, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>, register?: (manifest: WebComponentBundleManifest, component: TsxComponentV3<Props, RawBindings, D, C, M, Mixin, Extends, E, EE>) => void): TsxComponentV3<RemoveDefinePropApi<ComponentObjectPropsOptions<Props>>, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
257
|
-
export declare function defineVueWebComponent<PropNames extends string, RawBindings, D, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithArrayProps<PropNames, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>, register?: (manifest: WebComponentBundleManifest, component: TsxComponentV3<Readonly<{
|
258
|
-
[key in PropNames]?: any;
|
259
|
-
}>, RawBindings, D, C, M, Mixin, Extends, E, EE>) => void): TsxComponentV3<Readonly<{
|
260
|
-
[key in PropNames]?: any;
|
261
|
-
}>, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
262
|
-
export declare function defineVueWebComponent<PropsOptions extends Readonly<ComponentPropsOptions>, RawBindings, D, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithObjectPropsCustom<PropsOptions, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>, register?: (manifest: WebComponentBundleManifest, component: TsxComponentV3<PropsOptions, RawBindings, D, C, M, Mixin, Extends, E, EE>) => void): TsxComponentV3<RemoveDefinePropApi<PropsOptions>, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
263
|
-
export declare function internalDefineVueWebComponent(omniaServiceId: any, manifestId: any, options: any, extraOptions?: any, register?: (manifest: WebComponentBundleManifest, component: any) => void): any;
|
264
248
|
declare global {
|
265
249
|
namespace JSX {
|
266
250
|
interface IntrinsicAttributes {
|
@@ -3,7 +3,7 @@ export declare const useTestNewStore: (newInstanceWithName?: string) => {
|
|
3
3
|
title: number;
|
4
4
|
};
|
5
5
|
events: {
|
6
|
-
onMutatingTitle: import("@omnia/fx
|
7
|
-
onMutatedTitle: import("@omnia/fx
|
6
|
+
onMutatingTitle: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
|
7
|
+
onMutatedTitle: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
|
8
8
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
9
9
|
};
|
@@ -27,52 +27,52 @@ export declare const useFeatureJourneyStore: (newInstanceWithName?: string) => {
|
|
27
27
|
appTemplate: AppTemplate;
|
28
28
|
};
|
29
29
|
events: {
|
30
|
-
onMutatingTargetResolverType: import("@omnia/fx
|
31
|
-
onMutatedTargetResolverType: import("@omnia/fx
|
32
|
-
onMutatingIsLoadingPermissions: import("@omnia/fx
|
33
|
-
onMutatedIsLoadingPermissions: import("@omnia/fx
|
34
|
-
onMutatingIsLoadingFeatures: import("@omnia/fx
|
35
|
-
onMutatedIsLoadingFeatures: import("@omnia/fx
|
36
|
-
onMutatingHasSearchFilter: import("@omnia/fx
|
37
|
-
onMutatedHasSearchFilter: import("@omnia/fx
|
38
|
-
onMutatingIsLoadingApp: import("@omnia/fx
|
39
|
-
onMutatedIsLoadingApp: import("@omnia/fx
|
40
|
-
onMutatingIsUpgradingFull: import("@omnia/fx
|
41
|
-
onMutatedIsUpgradingFull: import("@omnia/fx
|
42
|
-
onMutatingSelectedFeature: import("@omnia/fx
|
43
|
-
onMutatedSelectedFeature: import("@omnia/fx
|
44
|
-
onMutatingActiveFeature: import("@omnia/fx
|
45
|
-
onMutatedActiveFeature: import("@omnia/fx
|
46
|
-
onMutatingFeaturesInstances: import("@omnia/fx
|
47
|
-
onMutatedFeaturesInstances: import("@omnia/fx
|
48
|
-
onMutatingFeaturesRequireUpgrade: import("@omnia/fx
|
49
|
-
onMutatedFeaturesRequireUpgrade: import("@omnia/fx
|
50
|
-
onMutatingBindingState: import("@omnia/fx
|
51
|
-
onMutatedBindingState: import("@omnia/fx
|
52
|
-
onMutatingAllowCheckingStatus: import("@omnia/fx
|
53
|
-
onMutatedAllowCheckingStatus: import("@omnia/fx
|
54
|
-
onMutatingRequiredConsentFeatures: import("@omnia/fx
|
55
|
-
onMutatedRequiredConsentFeatures: import("@omnia/fx
|
56
|
-
onMutatingCurrentConsentFeatureId: import("@omnia/fx
|
57
|
-
onMutatedCurrentConsentFeatureId: import("@omnia/fx
|
58
|
-
onMutatingConsentDialogVisible: import("@omnia/fx
|
59
|
-
onMutatedConsentDialogVisible: import("@omnia/fx
|
60
|
-
onMutatingConsentUrlDialogVisible: import("@omnia/fx
|
61
|
-
onMutatedConsentUrlDialogVisible: import("@omnia/fx
|
62
|
-
onMutatingDeleteAppDialog: import("@omnia/fx
|
63
|
-
onMutatedDeleteAppDialog: import("@omnia/fx
|
64
|
-
onMutatingFeatureDeactive: import("@omnia/fx
|
65
|
-
onMutatedFeatureDeactive: import("@omnia/fx
|
66
|
-
onMutatingAzureAdPermissionResourcesPromise: import("@omnia/fx
|
67
|
-
onMutatedAzureAdPermissionResourcesPromise: import("@omnia/fx
|
68
|
-
onMutatingResources: import("@omnia/fx
|
69
|
-
onMutatedResources: import("@omnia/fx
|
70
|
-
onMutatingConsentUrl: import("@omnia/fx
|
71
|
-
onMutatedConsentUrl: import("@omnia/fx
|
72
|
-
onMutatingAppInstance: import("@omnia/fx
|
73
|
-
onMutatedAppInstance: import("@omnia/fx
|
74
|
-
onMutatingAppTemplate: import("@omnia/fx
|
75
|
-
onMutatedAppTemplate: import("@omnia/fx
|
30
|
+
onMutatingTargetResolverType: import("@omnia/fx").MessageBusExposeOnlySubscription<TargetResolverTypes>;
|
31
|
+
onMutatedTargetResolverType: import("@omnia/fx").MessageBusExposeOnlySubscription<TargetResolverTypes>;
|
32
|
+
onMutatingIsLoadingPermissions: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
33
|
+
onMutatedIsLoadingPermissions: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
34
|
+
onMutatingIsLoadingFeatures: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
35
|
+
onMutatedIsLoadingFeatures: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
36
|
+
onMutatingHasSearchFilter: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
37
|
+
onMutatedHasSearchFilter: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
38
|
+
onMutatingIsLoadingApp: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
39
|
+
onMutatedIsLoadingApp: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
40
|
+
onMutatingIsUpgradingFull: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
41
|
+
onMutatedIsUpgradingFull: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
42
|
+
onMutatingSelectedFeature: import("@omnia/fx").MessageBusExposeOnlySubscription<FeatureInstanceDetails<FeatureInstance>>;
|
43
|
+
onMutatedSelectedFeature: import("@omnia/fx").MessageBusExposeOnlySubscription<FeatureInstanceDetails<FeatureInstance>>;
|
44
|
+
onMutatingActiveFeature: import("@omnia/fx").MessageBusExposeOnlySubscription<FeatureInstanceDetails<FeatureInstance>>;
|
45
|
+
onMutatedActiveFeature: import("@omnia/fx").MessageBusExposeOnlySubscription<FeatureInstanceDetails<FeatureInstance>>;
|
46
|
+
onMutatingFeaturesInstances: import("@omnia/fx").MessageBusExposeOnlySubscription<FeatureInstanceDetails<FeatureInstance>[]>;
|
47
|
+
onMutatedFeaturesInstances: import("@omnia/fx").MessageBusExposeOnlySubscription<FeatureInstanceDetails<FeatureInstance>[]>;
|
48
|
+
onMutatingFeaturesRequireUpgrade: import("@omnia/fx").MessageBusExposeOnlySubscription<FeatureInstanceDetails<FeatureInstance>[]>;
|
49
|
+
onMutatedFeaturesRequireUpgrade: import("@omnia/fx").MessageBusExposeOnlySubscription<FeatureInstanceDetails<FeatureInstance>[]>;
|
50
|
+
onMutatingBindingState: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
51
|
+
onMutatedBindingState: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
52
|
+
onMutatingAllowCheckingStatus: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
53
|
+
onMutatedAllowCheckingStatus: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
54
|
+
onMutatingRequiredConsentFeatures: import("@omnia/fx").MessageBusExposeOnlySubscription<Record<string, RequiredAzureAdPermission[]>>;
|
55
|
+
onMutatedRequiredConsentFeatures: import("@omnia/fx").MessageBusExposeOnlySubscription<Record<string, RequiredAzureAdPermission[]>>;
|
56
|
+
onMutatingCurrentConsentFeatureId: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
57
|
+
onMutatedCurrentConsentFeatureId: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
58
|
+
onMutatingConsentDialogVisible: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
59
|
+
onMutatedConsentDialogVisible: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
60
|
+
onMutatingConsentUrlDialogVisible: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
61
|
+
onMutatedConsentUrlDialogVisible: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
62
|
+
onMutatingDeleteAppDialog: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
63
|
+
onMutatedDeleteAppDialog: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
64
|
+
onMutatingFeatureDeactive: import("@omnia/fx").MessageBusExposeOnlySubscription<FeatureInstanceDetails<FeatureInstance>>;
|
65
|
+
onMutatedFeatureDeactive: import("@omnia/fx").MessageBusExposeOnlySubscription<FeatureInstanceDetails<FeatureInstance>>;
|
66
|
+
onMutatingAzureAdPermissionResourcesPromise: import("@omnia/fx").MessageBusExposeOnlySubscription<Promise<AzurePermissionResource[]>>;
|
67
|
+
onMutatedAzureAdPermissionResourcesPromise: import("@omnia/fx").MessageBusExposeOnlySubscription<Promise<AzurePermissionResource[]>>;
|
68
|
+
onMutatingResources: import("@omnia/fx").MessageBusExposeOnlySubscription<AzurePermissionResource[]>;
|
69
|
+
onMutatedResources: import("@omnia/fx").MessageBusExposeOnlySubscription<AzurePermissionResource[]>;
|
70
|
+
onMutatingConsentUrl: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
71
|
+
onMutatedConsentUrl: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
72
|
+
onMutatingAppInstance: import("@omnia/fx").MessageBusExposeOnlySubscription<AppInstance>;
|
73
|
+
onMutatedAppInstance: import("@omnia/fx").MessageBusExposeOnlySubscription<AppInstance>;
|
74
|
+
onMutatingAppTemplate: import("@omnia/fx").MessageBusExposeOnlySubscription<AppTemplate>;
|
75
|
+
onMutatedAppTemplate: import("@omnia/fx").MessageBusExposeOnlySubscription<AppTemplate>;
|
76
76
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
77
77
|
actions: {
|
78
78
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
@@ -102,6 +102,9 @@ declare const _default: {
|
|
102
102
|
} & {
|
103
103
|
left?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
|
104
104
|
right?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
|
105
|
+
renderer?: (renderProps: {
|
106
|
+
identities: Array<IResolvedIdentity>;
|
107
|
+
}) => VNodeChild;
|
105
108
|
};
|
106
109
|
readonly modelValue?: Identity[];
|
107
110
|
readonly "onUpdate:modelValue"?: (value: Identity[]) => any;
|
@@ -132,6 +135,9 @@ declare const _default: {
|
|
132
135
|
} & {
|
133
136
|
left?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
|
134
137
|
right?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
|
138
|
+
renderer?: (renderProps: {
|
139
|
+
identities: Array<IResolvedIdentity>;
|
140
|
+
}) => VNodeChild;
|
135
141
|
}>;
|
136
142
|
hideUsername: {
|
137
143
|
type: import("vue").PropType<boolean>;
|
@@ -225,7 +231,7 @@ declare const _default: {
|
|
225
231
|
type: import("vue").PropType<Identity[]>;
|
226
232
|
required: false;
|
227
233
|
};
|
228
|
-
}>>, () =>
|
234
|
+
}>>, () => VNodeChild, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
229
235
|
beforeCreate?: (() => void) | (() => void)[];
|
230
236
|
created?: (() => void) | (() => void)[];
|
231
237
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -251,6 +257,9 @@ declare const _default: {
|
|
251
257
|
} & {
|
252
258
|
left?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
|
253
259
|
right?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
|
260
|
+
renderer?: (renderProps: {
|
261
|
+
identities: Array<IResolvedIdentity>;
|
262
|
+
}) => VNodeChild;
|
254
263
|
}>;
|
255
264
|
hideUsername: {
|
256
265
|
type: import("vue").PropType<boolean>;
|
@@ -344,7 +353,7 @@ declare const _default: {
|
|
344
353
|
type: import("vue").PropType<Identity[]>;
|
345
354
|
required: false;
|
346
355
|
};
|
347
|
-
}>> & import("vue").ShallowUnwrapRef<() =>
|
356
|
+
}>> & import("vue").ShallowUnwrapRef<() => VNodeChild> & {} & import("vue").ComponentCustomProperties & {};
|
348
357
|
__isFragment?: never;
|
349
358
|
__isTeleport?: never;
|
350
359
|
__isSuspense?: never;
|
@@ -354,6 +363,9 @@ declare const _default: {
|
|
354
363
|
} & {
|
355
364
|
left?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
|
356
365
|
right?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
|
366
|
+
renderer?: (renderProps: {
|
367
|
+
identities: Array<IResolvedIdentity>;
|
368
|
+
}) => VNodeChild;
|
357
369
|
}>;
|
358
370
|
hideUsername: {
|
359
371
|
type: import("vue").PropType<boolean>;
|
@@ -447,7 +459,7 @@ declare const _default: {
|
|
447
459
|
type: import("vue").PropType<Identity[]>;
|
448
460
|
required: false;
|
449
461
|
};
|
450
|
-
}>>, () =>
|
462
|
+
}>>, () => VNodeChild, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
451
463
|
propsDefinition: Omit<Readonly<{} & {
|
452
464
|
inline?: boolean;
|
453
465
|
size?: "small" | "default" | "large" | "x-large" | "x-small";
|
@@ -479,6 +491,9 @@ declare const _default: {
|
|
479
491
|
} & {
|
480
492
|
left?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
|
481
493
|
right?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
|
494
|
+
renderer?: (renderProps: {
|
495
|
+
identities: Array<IResolvedIdentity>;
|
496
|
+
}) => VNodeChild;
|
482
497
|
};
|
483
498
|
modelValue?: Identity[];
|
484
499
|
"onUpdate:modelValue"?: (value: Identity[]) => any;
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import { MediaPickerCropTransformation, MediaPickerImageRatioDefinition, MediaPickerTransformedBase64Image, MediaPickerBase64Image, ImageTransformerEditorOptions } from "../../../../models";
|
2
|
+
import { nextTick } from "vue";
|
2
3
|
export interface ImageTransformEditorProps {
|
3
4
|
sourceImage: MediaPickerBase64Image;
|
4
5
|
containerId: string;
|
@@ -64,6 +65,7 @@ declare const _default: {
|
|
64
65
|
}>) => void)[];
|
65
66
|
readonly sourceImage?: MediaPickerBase64Image;
|
66
67
|
readonly containerId?: string;
|
68
|
+
readonly selectableRatios?: MediaPickerImageRatioDefinition[];
|
67
69
|
readonly shareableRenditions?: MediaPickerCropTransformation[];
|
68
70
|
readonly selectedRenditionId?: {
|
69
71
|
value: number;
|
@@ -71,7 +73,6 @@ declare const _default: {
|
|
71
73
|
readonly isShowWarningDialog?: {
|
72
74
|
value: boolean;
|
73
75
|
};
|
74
|
-
readonly selectableRatios?: MediaPickerImageRatioDefinition[];
|
75
76
|
readonly "source-image"?: MediaPickerBase64Image;
|
76
77
|
readonly "container-id"?: string;
|
77
78
|
readonly "selectable-ratios"?: MediaPickerImageRatioDefinition[];
|
@@ -169,7 +170,7 @@ declare const _default: {
|
|
169
170
|
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)[];
|
170
171
|
};
|
171
172
|
$forceUpdate: () => void;
|
172
|
-
$nextTick: typeof
|
173
|
+
$nextTick: typeof nextTick;
|
173
174
|
$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;
|
174
175
|
} & Readonly<import("vue").ExtractPropTypes<{
|
175
176
|
options: {
|
@@ -286,6 +287,7 @@ declare const _default: {
|
|
286
287
|
options?: ImageTransformerEditorOptions;
|
287
288
|
sourceImage?: MediaPickerBase64Image;
|
288
289
|
containerId?: string;
|
290
|
+
selectableRatios?: MediaPickerImageRatioDefinition[];
|
289
291
|
shareableRenditions?: MediaPickerCropTransformation[];
|
290
292
|
selectedRenditionId?: {
|
291
293
|
value: number;
|
@@ -293,7 +295,6 @@ declare const _default: {
|
|
293
295
|
isShowWarningDialog?: {
|
294
296
|
value: boolean;
|
295
297
|
};
|
296
|
-
selectableRatios?: MediaPickerImageRatioDefinition[];
|
297
298
|
"source-image"?: MediaPickerBase64Image;
|
298
299
|
"container-id"?: string;
|
299
300
|
"selectable-ratios"?: MediaPickerImageRatioDefinition[];
|