@omnia/fx 8.0.99-vnext → 8.0.101-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/stores/DefineStore.d.ts +36 -37
- package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +19 -7
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +50 -26
- package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +17 -8
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +10 -1
- package/internal-do-not-import-from-here/ux/compositiontests/stores/useNewStoreTest.d.ts +3 -6
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +73 -52
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformEditor/ImageTransformEditor.d.ts +295 -50
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformEditor/ImageTransformEditor_old.d.ts +66 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/IImageTransformer.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.d.ts +208 -38
- package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer_older.d.ts +40 -0
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyMenuStore.d.ts +23 -11
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +141 -84
- package/internal-do-not-import-from-here/ux/mediapicker/IMediaPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker.css.d.ts +2 -16
- package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker.d.ts +159 -17
- package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker_old.css.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker_old.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/mediapicker/components/ImageEditor.css.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/mediapicker/components/ImageEditor.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/mediapicker/components/ImageSelector.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/mediapicker/components/ImageSelector.d.ts +104 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +18 -18
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +25 -0
- 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 +5 -5
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +27 -11
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +44 -25
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +213 -143
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeDefinitionStoreV2.d.ts +22 -10
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +25 -16
- package/internal-do-not-import-from-here/ux/theming-v2/VelcronDefinitionStore.d.ts +22 -10
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +464 -101
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +21 -10
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +27 -13
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +155 -34
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +172 -48
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +53 -24
- package/internal-do-not-import-from-here/ux/velcron/core/actions/Date.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +33 -6
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronContentEditor.d.ts +26 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronColorSchemaBuilder.d.ts +10 -5
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronContentStateBuilder.d.ts +7 -13
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronImageStateBuilder.d.ts +2 -4
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronPropertyMappingStateBuilder.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilder.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilderBase.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronTextContentBuilder.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +128 -57
- package/internal-do-not-import-from-here/wctypings.d.ts +14 -0
- package/package.json +2 -2
package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts
CHANGED
@@ -13,30 +13,59 @@ export declare const useContentBlockStore: (newInstanceWithName?: string) => {
|
|
13
13
|
activeTab: MenuTabs;
|
14
14
|
onGoingDragging: boolean;
|
15
15
|
};
|
16
|
-
get: {};
|
17
|
-
actions: {
|
18
|
-
setActiveTab: (tab: MenuTabs) => void;
|
19
|
-
setTemplatePanelVisible: (visible: boolean) => void;
|
20
|
-
setActiveDefinition: (definition: ContentDefinitionRegistration) => void;
|
21
|
-
removeActiveDefinition: () => void;
|
22
|
-
setSelectedDefinition: (definition: ContentDefinitionRegistration) => void;
|
23
|
-
removeSelectedDefinition: () => void;
|
24
|
-
setDragDropState: (onGoingDragging: boolean) => void;
|
25
|
-
updateDefinition: (definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition) => void;
|
26
|
-
};
|
27
16
|
events: {
|
28
|
-
onMutatingTemplatePanelVisible: import("@omnia/fx").
|
29
|
-
onMutatedTemplatePanelVisible: import("@omnia/fx").
|
30
|
-
onMutatingDefinitions: import("@omnia/fx").
|
31
|
-
onMutatedDefinitions: import("@omnia/fx").
|
32
|
-
onMutatingActiveDefinition: import("@omnia/fx").
|
33
|
-
onMutatedActiveDefinition: import("@omnia/fx").
|
34
|
-
onMutatingSelectedDefinition: import("@omnia/fx").
|
35
|
-
onMutatedSelectedDefinition: import("@omnia/fx").
|
36
|
-
onMutatingActiveTab: import("@omnia/fx").
|
37
|
-
onMutatedActiveTab: import("@omnia/fx").
|
38
|
-
onMutatingOnGoingDragging: import("@omnia/fx").
|
39
|
-
onMutatedOnGoingDragging: import("@omnia/fx").
|
17
|
+
onMutatingTemplatePanelVisible: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<boolean>;
|
18
|
+
onMutatedTemplatePanelVisible: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<boolean>;
|
19
|
+
onMutatingDefinitions: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<ContentDefinitionRegistration[]>;
|
20
|
+
onMutatedDefinitions: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<ContentDefinitionRegistration[]>;
|
21
|
+
onMutatingActiveDefinition: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<ContentDefinitionRegistration>;
|
22
|
+
onMutatedActiveDefinition: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<ContentDefinitionRegistration>;
|
23
|
+
onMutatingSelectedDefinition: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<ContentDefinitionRegistration>;
|
24
|
+
onMutatedSelectedDefinition: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<ContentDefinitionRegistration>;
|
25
|
+
onMutatingActiveTab: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<MenuTabs>;
|
26
|
+
onMutatedActiveTab: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<MenuTabs>;
|
27
|
+
onMutatingOnGoingDragging: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<boolean>;
|
28
|
+
onMutatedOnGoingDragging: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<boolean>;
|
29
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
30
|
+
actions: {
|
31
|
+
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
32
|
+
setActiveDefinition(definition: ContentDefinitionRegistration): void;
|
33
|
+
removeActiveDefinition(): void;
|
34
|
+
setSelectedDefinition(definition: ContentDefinitionRegistration): void;
|
35
|
+
removeSelectedDefinition(): void;
|
36
|
+
setActiveTab(tab: MenuTabs): void;
|
37
|
+
setTemplatePanelVisible(visible: boolean): void;
|
38
|
+
setDragDropState(onGoingDragging: boolean): void;
|
39
|
+
updateDefinition(definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition): void;
|
40
|
+
}) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
41
|
+
onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
|
42
|
+
setActiveDefinition(definition: ContentDefinitionRegistration): void;
|
43
|
+
removeActiveDefinition(): void;
|
44
|
+
setSelectedDefinition(definition: ContentDefinitionRegistration): void;
|
45
|
+
removeSelectedDefinition(): void;
|
46
|
+
setActiveTab(tab: MenuTabs): void;
|
47
|
+
setTemplatePanelVisible(visible: boolean): void;
|
48
|
+
setDragDropState(onGoingDragging: boolean): void;
|
49
|
+
updateDefinition(definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition): void;
|
50
|
+
}) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
51
|
+
onFailure<T_2 extends (...args: any) => any>(action: (actions: {
|
52
|
+
setActiveDefinition(definition: ContentDefinitionRegistration): void;
|
53
|
+
removeActiveDefinition(): void;
|
54
|
+
setSelectedDefinition(definition: ContentDefinitionRegistration): void;
|
55
|
+
removeSelectedDefinition(): void;
|
56
|
+
setActiveTab(tab: MenuTabs): void;
|
57
|
+
setTemplatePanelVisible(visible: boolean): void;
|
58
|
+
setDragDropState(onGoingDragging: boolean): void;
|
59
|
+
updateDefinition(definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition): void;
|
60
|
+
}) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
61
|
+
} & {
|
62
|
+
setActiveDefinition(definition: ContentDefinitionRegistration): void;
|
63
|
+
removeActiveDefinition(): void;
|
64
|
+
setSelectedDefinition(definition: ContentDefinitionRegistration): void;
|
65
|
+
removeSelectedDefinition(): void;
|
66
|
+
setActiveTab(tab: MenuTabs): void;
|
67
|
+
setTemplatePanelVisible(visible: boolean): void;
|
68
|
+
setDragDropState(onGoingDragging: boolean): void;
|
69
|
+
updateDefinition(definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition): void;
|
40
70
|
};
|
41
|
-
deactivated(): void;
|
42
71
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { VelcronImageRatios } from "@omnia/fx-models";
|
1
|
+
import { TypographySize, TypographyType, VelcronImageRatios } from "@omnia/fx-models";
|
2
2
|
export interface ResolvedPropertyEditor {
|
3
3
|
editor: VelcronPropertyEditor;
|
4
4
|
}
|
@@ -78,16 +78,43 @@ export interface VelcronMarkdownPropertyEditor extends VelcronPropertyEditor<any
|
|
78
78
|
export interface VelcronImagePropertyEditor extends VelcronPropertyEditor<any> {
|
79
79
|
type: "image";
|
80
80
|
}
|
81
|
+
export interface VelcronState {
|
82
|
+
images?: VelcronImagesState;
|
83
|
+
styling?: VelcronStylingState;
|
84
|
+
colorSchema?: VelcronColorSchemaState;
|
85
|
+
content?: VelcronContentState;
|
86
|
+
properties?: VelcronPropertiesState;
|
87
|
+
}
|
88
|
+
export interface VelcronTextState {
|
89
|
+
text: string;
|
90
|
+
typography?: VelcronTypographyState;
|
91
|
+
}
|
92
|
+
export interface VelcronTypographyState {
|
93
|
+
type?: TypographyType;
|
94
|
+
size?: TypographySize;
|
95
|
+
toned?: boolean;
|
96
|
+
}
|
81
97
|
export interface VelcronContentState {
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
98
|
+
caption?: VelcronTextState;
|
99
|
+
main?: VelcronTextState;
|
100
|
+
title?: VelcronTextState;
|
101
|
+
summary?: VelcronTextState;
|
86
102
|
}
|
87
103
|
export interface VelcronPropertiesState {
|
88
|
-
|
104
|
+
user: any;
|
105
|
+
mappings: Array<any>;
|
106
|
+
}
|
107
|
+
export interface VelcronImagesState {
|
108
|
+
main?: VelcronImageState;
|
89
109
|
}
|
90
110
|
export interface VelcronImageState {
|
91
111
|
url?: string;
|
92
112
|
ratio?: VelcronImageRatios;
|
113
|
+
caption?: VelcronTextState;
|
114
|
+
}
|
115
|
+
export interface VelcronStylingState {
|
116
|
+
}
|
117
|
+
export interface VelcronColorSchemaState {
|
118
|
+
type?: string;
|
119
|
+
filled?: boolean;
|
93
120
|
}
|
@@ -2,13 +2,37 @@ import { VelcronPropertyEditor } from "@omnia/fx-models";
|
|
2
2
|
import { VelcronEditorBuilderBase } from "./VelcronEditorBuilderBase";
|
3
3
|
export declare class VelcronContentEditorBuilder extends VelcronEditorBuilderBase {
|
4
4
|
private mainEditor;
|
5
|
+
private mainPropertyEditor;
|
6
|
+
private mainTypographyEditor;
|
5
7
|
private captionEditor;
|
8
|
+
private captionTypographyEditor;
|
9
|
+
private captionPropertyEditor;
|
10
|
+
private titleEditor;
|
11
|
+
private titlePropertyEditor;
|
12
|
+
private titleTypographyEditor;
|
13
|
+
private summaryEditor;
|
14
|
+
private summaryPropertyEditor;
|
15
|
+
private summaryTypographyEditor;
|
6
16
|
constructor(builder: any);
|
7
17
|
main: {
|
8
|
-
|
18
|
+
addContentEditor: () => VelcronContentEditorBuilder;
|
19
|
+
addPropertyMappingEditor: (title?: string) => VelcronContentEditorBuilder;
|
20
|
+
addTypographyEditor: (title?: string, type?: "text" | "title") => VelcronContentEditorBuilder;
|
9
21
|
};
|
10
22
|
caption: {
|
11
|
-
|
23
|
+
addContentEditor: () => VelcronContentEditorBuilder;
|
24
|
+
addPropertyMappingEditor: (title?: string) => VelcronContentEditorBuilder;
|
25
|
+
addTypographyEditor: (title?: string, type?: "text" | "title") => VelcronContentEditorBuilder;
|
26
|
+
};
|
27
|
+
title: {
|
28
|
+
addContentEditor: () => VelcronContentEditorBuilder;
|
29
|
+
addPropertyMappingEditor: (title?: string) => VelcronContentEditorBuilder;
|
30
|
+
addTypographyEditor: (title?: string, type?: "text" | "title") => VelcronContentEditorBuilder;
|
31
|
+
};
|
32
|
+
summary: {
|
33
|
+
addContentEditor: () => VelcronContentEditorBuilder;
|
34
|
+
addPropertyMappingEditor: (title?: string) => VelcronContentEditorBuilder;
|
35
|
+
addTypographyEditor: (title?: string, type?: "text" | "title") => VelcronContentEditorBuilder;
|
12
36
|
};
|
13
37
|
protected internalBuild(): VelcronPropertyEditor<any>[];
|
14
38
|
}
|
@@ -1,11 +1,16 @@
|
|
1
|
-
import { ColorSchemaType } from "@omnia/fx-models";
|
1
|
+
import { ColorSchemaType, VelcronState } from "@omnia/fx-models";
|
2
2
|
import { VelcronStateBuilderBase } from "./VelcronStateBuilderBase";
|
3
3
|
export declare class VelcronColorSchemaStateBuilder extends VelcronStateBuilderBase {
|
4
4
|
private colorSchema;
|
5
|
+
private filledValue;
|
5
6
|
constructor(stateBuilder: any);
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
|
7
|
+
type: {
|
8
|
+
add(colorSchema?: ColorSchemaType): VelcronColorSchemaStateBuilder;
|
9
|
+
bind: string;
|
10
10
|
};
|
11
|
+
filled: {
|
12
|
+
add(filled: boolean): VelcronColorSchemaStateBuilder;
|
13
|
+
bind: any;
|
14
|
+
};
|
15
|
+
protected internalBuild(): VelcronState;
|
11
16
|
}
|
@@ -1,17 +1,11 @@
|
|
1
|
+
import { VelcronState } from "@omnia/fx-models";
|
1
2
|
import { VelcronStateBuilderBase } from "./VelcronStateBuilderBase";
|
3
|
+
import { VelcronTextContentBuilder } from "./VelcronTextContentBuilder";
|
2
4
|
export declare class VelcronContentStateBuilder extends VelcronStateBuilderBase {
|
3
|
-
|
4
|
-
|
5
|
+
main: VelcronTextContentBuilder<VelcronContentStateBuilder>;
|
6
|
+
caption: VelcronTextContentBuilder<VelcronContentStateBuilder>;
|
7
|
+
title: VelcronTextContentBuilder<VelcronContentStateBuilder>;
|
8
|
+
summary: VelcronTextContentBuilder<VelcronContentStateBuilder>;
|
5
9
|
constructor(stateBuilder: any);
|
6
|
-
|
7
|
-
add: (value?: string) => VelcronContentStateBuilder;
|
8
|
-
bind: string;
|
9
|
-
};
|
10
|
-
caption: {
|
11
|
-
add: (value?: string) => VelcronContentStateBuilder;
|
12
|
-
bind: string;
|
13
|
-
};
|
14
|
-
protected internalBuild(): {
|
15
|
-
content: {};
|
16
|
-
};
|
10
|
+
protected internalBuild(): VelcronState;
|
17
11
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { VelcronImageRatios } from "
|
1
|
+
import { VelcronImageRatios, VelcronState } from "@omnia/fx-models";
|
2
2
|
import { VelcronStateBuilderBase } from "./VelcronStateBuilderBase";
|
3
3
|
export declare class VelcronImageStateBuilder extends VelcronStateBuilderBase {
|
4
4
|
private mainImageUrl;
|
@@ -14,7 +14,5 @@ export declare class VelcronImageStateBuilder extends VelcronStateBuilderBase {
|
|
14
14
|
bind: string;
|
15
15
|
};
|
16
16
|
};
|
17
|
-
protected internalBuild():
|
18
|
-
"main-image": {};
|
19
|
-
};
|
17
|
+
protected internalBuild(): VelcronState;
|
20
18
|
}
|
@@ -1,11 +1,12 @@
|
|
1
|
+
import { VelcronState } from "@omnia/fx-models";
|
1
2
|
import { VelcronStateBuilderBase } from "./VelcronStateBuilderBase";
|
2
3
|
export declare class VelcronPropertyMappingStateBuilder extends VelcronStateBuilderBase {
|
3
4
|
private propertyItemsValue;
|
4
5
|
constructor(stateBuilder: any);
|
5
|
-
|
6
|
+
items: {
|
6
7
|
add: (items?: any[]) => VelcronPropertyMappingStateBuilder;
|
7
8
|
bind: string;
|
8
9
|
foreach: string;
|
9
10
|
};
|
10
|
-
protected internalBuild():
|
11
|
+
protected internalBuild(): VelcronState;
|
11
12
|
}
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { VelcronState } from "@omnia/fx-models";
|
1
2
|
import { VelcronColorSchemaStateBuilder } from "./VelcronColorSchemaBuilder";
|
2
3
|
import { VelcronContentStateBuilder } from "./VelcronContentStateBuilder";
|
3
4
|
import { VelcronImageStateBuilder } from "./VelcronImageStateBuilder";
|
@@ -11,5 +12,5 @@ export declare class VelcronStateBuilder {
|
|
11
12
|
image(): VelcronImageStateBuilder;
|
12
13
|
colorSchemaType(): VelcronColorSchemaStateBuilder;
|
13
14
|
properties(): VelcronPropertyMappingStateBuilder;
|
14
|
-
build():
|
15
|
+
build(): VelcronState;
|
15
16
|
}
|
@@ -1,8 +1,12 @@
|
|
1
1
|
import { VelcronStateBuilder } from "./VelcronStateBuilder";
|
2
|
-
export declare abstract class
|
2
|
+
export declare abstract class VelcronStateBuilderStrategy {
|
3
|
+
abstract done(): any;
|
4
|
+
protected abstract internalBuild(): any;
|
5
|
+
}
|
6
|
+
export declare abstract class VelcronStateBuilderBase extends VelcronStateBuilderStrategy {
|
3
7
|
protected stateBuilder: VelcronStateBuilder;
|
4
|
-
constructor(
|
8
|
+
constructor(stateBuilder: VelcronStateBuilder);
|
5
9
|
done(): VelcronStateBuilder;
|
6
|
-
build():
|
10
|
+
build(): import("@omnia/fx-models").VelcronState;
|
7
11
|
protected abstract internalBuild(): any;
|
8
12
|
}
|
@@ -0,0 +1,32 @@
|
|
1
|
+
import { TypographySize, TypographyType, VelcronTextState, VelcronTypographyState } from "@omnia/fx-models";
|
2
|
+
import { VelcronStateBuilderStrategy } from "./VelcronStateBuilderBase";
|
3
|
+
export declare class VelcronTextContentBuilder<TBaseBuilder> extends VelcronStateBuilderStrategy {
|
4
|
+
private _textState;
|
5
|
+
private bindingContextValue;
|
6
|
+
private _typographyState;
|
7
|
+
private baseBuilder;
|
8
|
+
constructor(baseBuilder: TBaseBuilder, bind: string);
|
9
|
+
get typographyState(): VelcronTypographyState;
|
10
|
+
get textState(): VelcronTextState;
|
11
|
+
get bindingContext(): string;
|
12
|
+
text: {
|
13
|
+
add: (value: string) => VelcronTextContentBuilder<TBaseBuilder>;
|
14
|
+
bind: () => string;
|
15
|
+
};
|
16
|
+
typography: {
|
17
|
+
type: {
|
18
|
+
add: (type: TypographyType) => VelcronTextContentBuilder<TBaseBuilder>;
|
19
|
+
bind: () => string;
|
20
|
+
};
|
21
|
+
size: {
|
22
|
+
add: (size: TypographySize) => VelcronTextContentBuilder<TBaseBuilder>;
|
23
|
+
bind: () => string;
|
24
|
+
};
|
25
|
+
toned: {
|
26
|
+
add: (toned: boolean) => VelcronTextContentBuilder<TBaseBuilder>;
|
27
|
+
bind: () => string;
|
28
|
+
};
|
29
|
+
};
|
30
|
+
done(): TBaseBuilder;
|
31
|
+
protected internalBuild(): VelcronTextState;
|
32
|
+
}
|
@@ -22,68 +22,139 @@ export declare const useVelcronEditorStore: (newInstanceWithName?: string) => {
|
|
22
22
|
[name: string]: VelcronComponentDescriptor;
|
23
23
|
};
|
24
24
|
};
|
25
|
-
get: {};
|
26
25
|
actions: {
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
26
|
+
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
27
|
+
setAppTree(tree: Array<TreeViewItem<AppTreeItem>>): void;
|
28
|
+
setAppDefinition(newDefinition: VelcronAppDefinition): void;
|
29
|
+
setAppDefinitionFromJson(newState: string): void;
|
30
|
+
persistState(jsonCode: string): void;
|
31
|
+
setAppValidation(newState: AppValidationState): void;
|
32
|
+
setCodeEditorTab(newState: codeEditorTabs): void;
|
33
|
+
setEditorMode(newState: editorModes): void;
|
34
|
+
syncState(): void;
|
35
|
+
setSelectedAppTreeItem(key: string): void;
|
36
|
+
showAddComponent(show: boolean): void;
|
37
|
+
showShare(show: boolean): void;
|
38
|
+
showAddDataObject(show: boolean): void;
|
39
|
+
addComponent(descriptor: VelcronComponentDescriptor, parent?: TreeViewItem<AppTreeItem>, definition?: VelcronDefinition): void;
|
40
|
+
deleteComponent(target: TreeViewItem<AppTreeItem>): void;
|
41
|
+
addDataMember(target: TreeViewItem<AppTreeItem>, propertyName: string, value: any): void;
|
42
|
+
deleteDataMember(target: TreeViewItem<AppTreeItem>): void;
|
43
|
+
renameDataMember(target: TreeViewItem<AppTreeItem>, newName: string): void;
|
44
|
+
updateDataMemberValue(target: TreeViewItem<AppTreeItem>, newValue: any): void;
|
45
|
+
setActiveAppTreeItem(key: string): void;
|
46
|
+
pasteComponent(target: AppTreeItem): void;
|
47
|
+
reloadApp(): void;
|
48
|
+
updateHistory(): void;
|
49
|
+
}) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
50
|
+
onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
|
51
|
+
setAppTree(tree: Array<TreeViewItem<AppTreeItem>>): void;
|
52
|
+
setAppDefinition(newDefinition: VelcronAppDefinition): void;
|
53
|
+
setAppDefinitionFromJson(newState: string): void;
|
54
|
+
persistState(jsonCode: string): void;
|
55
|
+
setAppValidation(newState: AppValidationState): void;
|
56
|
+
setCodeEditorTab(newState: codeEditorTabs): void;
|
57
|
+
setEditorMode(newState: editorModes): void;
|
58
|
+
syncState(): void;
|
59
|
+
setSelectedAppTreeItem(key: string): void;
|
60
|
+
showAddComponent(show: boolean): void;
|
61
|
+
showShare(show: boolean): void;
|
62
|
+
showAddDataObject(show: boolean): void;
|
63
|
+
addComponent(descriptor: VelcronComponentDescriptor, parent?: TreeViewItem<AppTreeItem>, definition?: VelcronDefinition): void;
|
64
|
+
deleteComponent(target: TreeViewItem<AppTreeItem>): void;
|
65
|
+
addDataMember(target: TreeViewItem<AppTreeItem>, propertyName: string, value: any): void;
|
66
|
+
deleteDataMember(target: TreeViewItem<AppTreeItem>): void;
|
67
|
+
renameDataMember(target: TreeViewItem<AppTreeItem>, newName: string): void;
|
68
|
+
updateDataMemberValue(target: TreeViewItem<AppTreeItem>, newValue: any): void;
|
69
|
+
setActiveAppTreeItem(key: string): void;
|
70
|
+
pasteComponent(target: AppTreeItem): void;
|
71
|
+
reloadApp(): void;
|
72
|
+
updateHistory(): void;
|
73
|
+
}) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
74
|
+
onFailure<T_2 extends (...args: any) => any>(action: (actions: {
|
75
|
+
setAppTree(tree: Array<TreeViewItem<AppTreeItem>>): void;
|
76
|
+
setAppDefinition(newDefinition: VelcronAppDefinition): void;
|
77
|
+
setAppDefinitionFromJson(newState: string): void;
|
78
|
+
persistState(jsonCode: string): void;
|
79
|
+
setAppValidation(newState: AppValidationState): void;
|
80
|
+
setCodeEditorTab(newState: codeEditorTabs): void;
|
81
|
+
setEditorMode(newState: editorModes): void;
|
82
|
+
syncState(): void;
|
83
|
+
setSelectedAppTreeItem(key: string): void;
|
84
|
+
showAddComponent(show: boolean): void;
|
85
|
+
showShare(show: boolean): void;
|
86
|
+
showAddDataObject(show: boolean): void;
|
87
|
+
addComponent(descriptor: VelcronComponentDescriptor, parent?: TreeViewItem<AppTreeItem>, definition?: VelcronDefinition): void;
|
88
|
+
deleteComponent(target: TreeViewItem<AppTreeItem>): void;
|
89
|
+
addDataMember(target: TreeViewItem<AppTreeItem>, propertyName: string, value: any): void;
|
90
|
+
deleteDataMember(target: TreeViewItem<AppTreeItem>): void;
|
91
|
+
renameDataMember(target: TreeViewItem<AppTreeItem>, newName: string): void;
|
92
|
+
updateDataMemberValue(target: TreeViewItem<AppTreeItem>, newValue: any): void;
|
93
|
+
setActiveAppTreeItem(key: string): void;
|
94
|
+
pasteComponent(target: AppTreeItem): void;
|
95
|
+
reloadApp(): void;
|
96
|
+
updateHistory(): void;
|
97
|
+
}) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
98
|
+
} & {
|
99
|
+
setAppTree(tree: Array<TreeViewItem<AppTreeItem>>): void;
|
100
|
+
setAppDefinition(newDefinition: VelcronAppDefinition): void;
|
101
|
+
setAppDefinitionFromJson(newState: string): void;
|
102
|
+
persistState(jsonCode: string): void;
|
103
|
+
setAppValidation(newState: AppValidationState): void;
|
104
|
+
setCodeEditorTab(newState: codeEditorTabs): void;
|
105
|
+
setEditorMode(newState: editorModes): void;
|
106
|
+
syncState(): void;
|
107
|
+
setSelectedAppTreeItem(key: string): void;
|
108
|
+
showAddComponent(show: boolean): void;
|
109
|
+
showShare(show: boolean): void;
|
110
|
+
showAddDataObject(show: boolean): void;
|
111
|
+
addComponent(descriptor: VelcronComponentDescriptor, parent?: TreeViewItem<AppTreeItem>, definition?: VelcronDefinition): void;
|
112
|
+
deleteComponent(target: TreeViewItem<AppTreeItem>): void;
|
113
|
+
addDataMember(target: TreeViewItem<AppTreeItem>, propertyName: string, value: any): void;
|
114
|
+
deleteDataMember(target: TreeViewItem<AppTreeItem>): void;
|
115
|
+
renameDataMember(target: TreeViewItem<AppTreeItem>, newName: string): void;
|
116
|
+
updateDataMemberValue(target: TreeViewItem<AppTreeItem>, newValue: any): void;
|
117
|
+
setActiveAppTreeItem(key: string): void;
|
118
|
+
pasteComponent(target: AppTreeItem): void;
|
119
|
+
reloadApp(): void;
|
120
|
+
updateHistory(): void;
|
49
121
|
};
|
50
122
|
events: {
|
51
|
-
onMutatingAppData: import("@omnia/fx").
|
52
|
-
onMutatedAppData: import("@omnia/fx").
|
53
|
-
onMutatingAppAsJson: import("@omnia/fx").
|
54
|
-
onMutatedAppAsJson: import("@omnia/fx").
|
55
|
-
onMutatingAppDefinition: import("@omnia/fx").
|
56
|
-
onMutatedAppDefinition: import("@omnia/fx").
|
57
|
-
onMutatingAppCacheKey: import("@omnia/fx").
|
58
|
-
onMutatedAppCacheKey: import("@omnia/fx").
|
59
|
-
onMutatingAppTreeOpenIds: import("@omnia/fx").
|
60
|
-
onMutatedAppTreeOpenIds: import("@omnia/fx").
|
61
|
-
onMutatingTreeViewItems: import("@omnia/fx").
|
62
|
-
onMutatedTreeViewItems: import("@omnia/fx").
|
63
|
-
onMutatingSelectedAppTreeItem: import("@omnia/fx").
|
64
|
-
onMutatedSelectedAppTreeItem: import("@omnia/fx").
|
65
|
-
onMutatingEditorMode: import("@omnia/fx").
|
66
|
-
onMutatedEditorMode: import("@omnia/fx").
|
67
|
-
onMutatingActiveAppTreeItem: import("@omnia/fx").
|
68
|
-
onMutatedActiveAppTreeItem: import("@omnia/fx").
|
69
|
-
onMutatingHistory: import("@omnia/fx").
|
70
|
-
onMutatedHistory: import("@omnia/fx").
|
71
|
-
onMutatingShowAddComponent: import("@omnia/fx").
|
72
|
-
onMutatedShowAddComponent: import("@omnia/fx").
|
73
|
-
onMutatingShowAddDataObject: import("@omnia/fx").
|
74
|
-
onMutatedShowAddDataObject: import("@omnia/fx").
|
75
|
-
onMutatingShowShare: import("@omnia/fx").
|
76
|
-
onMutatedShowShare: import("@omnia/fx").
|
77
|
-
onMutatingCodeEditor: import("@omnia/fx").
|
78
|
-
onMutatedCodeEditor: import("@omnia/fx").
|
79
|
-
onMutatingValidation: import("@omnia/fx").
|
80
|
-
onMutatedValidation: import("@omnia/fx").
|
81
|
-
onMutatingBuiltInComponentDescriptions: import("@omnia/fx").
|
123
|
+
onMutatingAppData: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<{}>;
|
124
|
+
onMutatedAppData: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<{}>;
|
125
|
+
onMutatingAppAsJson: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<string>;
|
126
|
+
onMutatedAppAsJson: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<string>;
|
127
|
+
onMutatingAppDefinition: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<VelcronAppDefinition<object>>;
|
128
|
+
onMutatedAppDefinition: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<VelcronAppDefinition<object>>;
|
129
|
+
onMutatingAppCacheKey: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<string>;
|
130
|
+
onMutatedAppCacheKey: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<string>;
|
131
|
+
onMutatingAppTreeOpenIds: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<string[]>;
|
132
|
+
onMutatedAppTreeOpenIds: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<string[]>;
|
133
|
+
onMutatingTreeViewItems: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<TreeViewItem<AppTreeItem>[]>;
|
134
|
+
onMutatedTreeViewItems: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<TreeViewItem<AppTreeItem>[]>;
|
135
|
+
onMutatingSelectedAppTreeItem: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<TreeViewItem<AppTreeItem>>;
|
136
|
+
onMutatedSelectedAppTreeItem: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<TreeViewItem<AppTreeItem>>;
|
137
|
+
onMutatingEditorMode: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<editorModes>;
|
138
|
+
onMutatedEditorMode: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<editorModes>;
|
139
|
+
onMutatingActiveAppTreeItem: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<TreeViewItem<any>>;
|
140
|
+
onMutatedActiveAppTreeItem: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<TreeViewItem<any>>;
|
141
|
+
onMutatingHistory: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<string[]>;
|
142
|
+
onMutatedHistory: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<string[]>;
|
143
|
+
onMutatingShowAddComponent: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<boolean>;
|
144
|
+
onMutatedShowAddComponent: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<boolean>;
|
145
|
+
onMutatingShowAddDataObject: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<boolean>;
|
146
|
+
onMutatedShowAddDataObject: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<boolean>;
|
147
|
+
onMutatingShowShare: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<boolean>;
|
148
|
+
onMutatedShowShare: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<boolean>;
|
149
|
+
onMutatingCodeEditor: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<CodeEditorState>;
|
150
|
+
onMutatedCodeEditor: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<CodeEditorState>;
|
151
|
+
onMutatingValidation: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<AppValidationState>;
|
152
|
+
onMutatedValidation: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<AppValidationState>;
|
153
|
+
onMutatingBuiltInComponentDescriptions: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<{
|
82
154
|
[name: string]: VelcronComponentDescriptor;
|
83
155
|
}>;
|
84
|
-
onMutatedBuiltInComponentDescriptions: import("@omnia/fx").
|
156
|
+
onMutatedBuiltInComponentDescriptions: import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<{
|
85
157
|
[name: string]: VelcronComponentDescriptor;
|
86
158
|
}>;
|
87
|
-
}
|
88
|
-
deactivated(): void;
|
159
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
89
160
|
};
|
@@ -41,12 +41,14 @@ import wc9cbe10e4fe1a48929727942cea5f7338 from './ux/identitypicker/IdentityPick
|
|
41
41
|
import wcec81357974804c539bff6c58a8785c22 from './ux/identitypicker/IdentityPicker';
|
42
42
|
import wc5d74b2de65164761a3dce6a534b64bd1 from './ux/identitypicker/IdentityPickerDialog';
|
43
43
|
import wc70593d481fa54e68be9f4fe41f0f5c92 from './ux/identitypicker/IdentityPickerButton';
|
44
|
+
import wca882dbf5bd31435d87c442b6667926d5 from './ux/imagetransformer/ImageTransformer';
|
44
45
|
import wc91919b3f54de42dab709575b8a9ca233 from './ux/inputlanguagepicker/InputLanguagePicker';
|
45
46
|
import wc20b4e8166fb44f2b8b240724eb5f2db2 from './ux/languagepicker/LanguagePicker';
|
46
47
|
import wc6c2ac8bf4da44a2b8e544eaf5b42099f from './ux/limited-label/LimitedLabel';
|
47
48
|
import wcf365f5cb3a694c20be7b96423bbc3eca from './ux/magiclink/MagicLink';
|
48
49
|
import wc744b3f31e00c4815b63ecaf638ad7a7a from './ux/markdown/MarkdownEditor';
|
49
50
|
import wcc8b990d01ddc45ab930b4409fc406435 from './ux/markdown/MarkdownRenderer';
|
51
|
+
import wcd5521f47b0ee4e6f8aa6f1d2610d9b90 from './ux/mediapicker/MediaPicker';
|
50
52
|
import wc2e8004b49c8d44dd8edb56ce884c2b57 from './ux/monaco/MonacoEditor';
|
51
53
|
import wce95c4611a45548a79e4c3984d8e5228d from './ux/multilingualinput/MultilingualInput';
|
52
54
|
import wc7f06e68f94904b48b827b23acd148bec from './ux/optionpicker/OptionPicker';
|
@@ -301,12 +303,14 @@ declare global {
|
|
301
303
|
"omfx-identity-picker": typeof wcec81357974804c539bff6c58a8785c22.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcec81357974804c539bff6c58a8785c22.propsDefinition>;
|
302
304
|
"omfx-identity-picker-dialog": typeof wc5d74b2de65164761a3dce6a534b64bd1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5d74b2de65164761a3dce6a534b64bd1.propsDefinition>;
|
303
305
|
"omfx-identity-picker-button": typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition>;
|
306
|
+
"omfx-image-transformer": typeof wca882dbf5bd31435d87c442b6667926d5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca882dbf5bd31435d87c442b6667926d5.propsDefinition>;
|
304
307
|
"omfx-input-language-picker": typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition>;
|
305
308
|
"omfx-language-picker": typeof wc20b4e8166fb44f2b8b240724eb5f2db2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc20b4e8166fb44f2b8b240724eb5f2db2.propsDefinition>;
|
306
309
|
"omfx-limited-label": typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition>;
|
307
310
|
"omfx-magiclink": typeof wcf365f5cb3a694c20be7b96423bbc3eca.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf365f5cb3a694c20be7b96423bbc3eca.propsDefinition>;
|
308
311
|
"omfx-markdown-editor": typeof wc744b3f31e00c4815b63ecaf638ad7a7a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc744b3f31e00c4815b63ecaf638ad7a7a.propsDefinition>;
|
309
312
|
"omfx-markdown-renderer": typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition>;
|
313
|
+
"omfx-media-picker-v2": typeof wcd5521f47b0ee4e6f8aa6f1d2610d9b90.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd5521f47b0ee4e6f8aa6f1d2610d9b90.propsDefinition>;
|
310
314
|
"monaco-editor": typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition>;
|
311
315
|
"omfx-multilingual-input": typeof wce95c4611a45548a79e4c3984d8e5228d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce95c4611a45548a79e4c3984d8e5228d.propsDefinition>;
|
312
316
|
"omfx-option-picker": typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition>;
|
@@ -727,6 +731,11 @@ declare global {
|
|
727
731
|
$props: typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition>;
|
728
732
|
};
|
729
733
|
};
|
734
|
+
"ImageTransformer": {
|
735
|
+
new (...args: any[]): {
|
736
|
+
$props: typeof wca882dbf5bd31435d87c442b6667926d5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca882dbf5bd31435d87c442b6667926d5.propsDefinition>;
|
737
|
+
};
|
738
|
+
};
|
730
739
|
"InputLanguagePicker": {
|
731
740
|
new (...args: any[]): {
|
732
741
|
$props: typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition>;
|
@@ -757,6 +766,11 @@ declare global {
|
|
757
766
|
$props: typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition>;
|
758
767
|
};
|
759
768
|
};
|
769
|
+
"MediaPickerV2": {
|
770
|
+
new (...args: any[]): {
|
771
|
+
$props: typeof wcd5521f47b0ee4e6f8aa6f1d2610d9b90.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd5521f47b0ee4e6f8aa6f1d2610d9b90.propsDefinition>;
|
772
|
+
};
|
773
|
+
};
|
760
774
|
"MonacoEditor": {
|
761
775
|
new (...args: any[]): {
|
762
776
|
$props: typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition>;
|
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.101-vnext",
|
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.101-vnext",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|