@omnia/fx 8.0.100-vnext → 8.0.102-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.
Files changed (55) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +25 -42
  3. package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +19 -7
  4. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +50 -26
  5. package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +17 -8
  6. package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +10 -1
  7. package/internal-do-not-import-from-here/ux/compositiontests/stores/useNewStoreTest.d.ts +3 -6
  8. package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +73 -52
  9. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +18 -3
  10. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformEditor/ImageTransformEditor.d.ts +295 -50
  11. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformEditor/ImageTransformEditor_old.d.ts +66 -0
  12. package/internal-do-not-import-from-here/ux/imagetransformer/IImageTransformer.d.ts +1 -2
  13. package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.d.ts +208 -38
  14. package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer_older.d.ts +40 -0
  15. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyMenuStore.d.ts +23 -11
  16. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +141 -70
  17. package/internal-do-not-import-from-here/ux/mediapicker/IMediaPicker.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker.css.d.ts +2 -16
  19. package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker.d.ts +159 -17
  20. package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker_old.css.d.ts +18 -0
  21. package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker_old.d.ts +17 -0
  22. package/internal-do-not-import-from-here/ux/mediapicker/components/ImageEditor.css.d.ts +15 -0
  23. package/internal-do-not-import-from-here/ux/mediapicker/components/ImageEditor.d.ts +91 -0
  24. package/internal-do-not-import-from-here/ux/mediapicker/components/ImageSelector.css.d.ts +6 -0
  25. package/internal-do-not-import-from-here/ux/mediapicker/components/ImageSelector.d.ts +104 -0
  26. package/internal-do-not-import-from-here/ux/monaco/Monaco.d.ts +0 -1
  27. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +2 -0
  28. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.css.d.ts +2 -1
  29. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +17 -0
  30. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +18 -18
  31. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +25 -0
  32. package/internal-do-not-import-from-here/ux/oxide/list/List.css.d.ts +1 -1
  33. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +5 -5
  34. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +11 -0
  35. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +47 -2
  36. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +20 -20
  37. package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +27 -11
  38. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +44 -25
  39. package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +213 -143
  40. package/internal-do-not-import-from-here/ux/theming-v2/ThemeDefinitionStoreV2.d.ts +22 -10
  41. package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +25 -16
  42. package/internal-do-not-import-from-here/ux/theming-v2/VelcronDefinitionStore.d.ts +22 -10
  43. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +464 -101
  44. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +21 -10
  45. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +27 -13
  46. package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +155 -34
  47. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +172 -48
  48. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +2 -0
  49. package/internal-do-not-import-from-here/ux/use/UseVueInstance.d.ts +5 -1
  50. package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +53 -24
  51. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronContentEditor.d.ts +26 -2
  52. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronTextContentBuilder.d.ts +6 -5
  53. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +128 -57
  54. package/internal-do-not-import-from-here/wctypings.d.ts +14 -0
  55. package/package.json +2 -2
@@ -5,8 +5,12 @@ type RawProps = VNodeProps & {
5
5
  [Symbol.iterator]?: never;
6
6
  } & Record<string, any>;
7
7
  type RawChildren = string | number | boolean | VNode | VNodeArrayChildren | (() => any);
8
+ type RawSlots = {
9
+ [name: string]: unknown;
10
+ $stable?: boolean;
11
+ };
8
12
  export declare function useCurrentVueInstance(): import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
9
- export declare function createVueNode(element: VNodeTypes | GuidValue, props?: RawProps, children?: () => RawChildren, onComponentCreated?: (instance: any) => void): VNode;
13
+ export declare function createVueNode(element: VNodeTypes | GuidValue, props?: RawProps, children?: RawChildren | RawSlots, onComponentCreated?: (instance: any) => void): VNode;
10
14
  export declare function useTransformVSlot(slots: {
11
15
  [name: string]: (ref?: any) => Array<JSX.Element>;
12
16
  }): {
@@ -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").EventHook<boolean>;
29
- onMutatedTemplatePanelVisible: import("@omnia/fx").EventHook<boolean>;
30
- onMutatingDefinitions: import("@omnia/fx").EventHook<ContentDefinitionRegistration[]>;
31
- onMutatedDefinitions: import("@omnia/fx").EventHook<ContentDefinitionRegistration[]>;
32
- onMutatingActiveDefinition: import("@omnia/fx").EventHook<ContentDefinitionRegistration>;
33
- onMutatedActiveDefinition: import("@omnia/fx").EventHook<ContentDefinitionRegistration>;
34
- onMutatingSelectedDefinition: import("@omnia/fx").EventHook<ContentDefinitionRegistration>;
35
- onMutatedSelectedDefinition: import("@omnia/fx").EventHook<ContentDefinitionRegistration>;
36
- onMutatingActiveTab: import("@omnia/fx").EventHook<MenuTabs>;
37
- onMutatedActiveTab: import("@omnia/fx").EventHook<MenuTabs>;
38
- onMutatingOnGoingDragging: import("@omnia/fx").EventHook<boolean>;
39
- onMutatedOnGoingDragging: import("@omnia/fx").EventHook<boolean>;
17
+ onMutatingTemplatePanelVisible: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
18
+ onMutatedTemplatePanelVisible: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
19
+ onMutatingDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration[]>;
20
+ onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration[]>;
21
+ onMutatingActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration>;
22
+ onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration>;
23
+ onMutatingSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration>;
24
+ onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration>;
25
+ onMutatingActiveTab: import("@omnia/fx").MessageBusExposeOnlySubscription<MenuTabs>;
26
+ onMutatedActiveTab: import("@omnia/fx").MessageBusExposeOnlySubscription<MenuTabs>;
27
+ onMutatingOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
28
+ onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<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
  };
@@ -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
- add: () => VelcronContentEditorBuilder;
18
+ addContentEditor: () => VelcronContentEditorBuilder;
19
+ addPropertyMappingEditor: (title?: string) => VelcronContentEditorBuilder;
20
+ addTypographyEditor: (title?: string, type?: "text" | "title") => VelcronContentEditorBuilder;
9
21
  };
10
22
  caption: {
11
- add: () => VelcronContentEditorBuilder;
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
  }
@@ -2,28 +2,29 @@ import { TypographySize, TypographyType, VelcronTextState, VelcronTypographyStat
2
2
  import { VelcronStateBuilderStrategy } from "./VelcronStateBuilderBase";
3
3
  export declare class VelcronTextContentBuilder<TBaseBuilder> extends VelcronStateBuilderStrategy {
4
4
  private _textState;
5
- private baseBind;
5
+ private bindingContextValue;
6
6
  private _typographyState;
7
7
  private baseBuilder;
8
8
  constructor(baseBuilder: TBaseBuilder, bind: string);
9
9
  get typographyState(): VelcronTypographyState;
10
10
  get textState(): VelcronTextState;
11
+ get bindingContext(): string;
11
12
  text: {
12
13
  add: (value: string) => VelcronTextContentBuilder<TBaseBuilder>;
13
- bind: string;
14
+ bind: () => string;
14
15
  };
15
16
  typography: {
16
17
  type: {
17
18
  add: (type: TypographyType) => VelcronTextContentBuilder<TBaseBuilder>;
18
- bind: string;
19
+ bind: () => string;
19
20
  };
20
21
  size: {
21
22
  add: (size: TypographySize) => VelcronTextContentBuilder<TBaseBuilder>;
22
- bind: string;
23
+ bind: () => string;
23
24
  };
24
25
  toned: {
25
26
  add: (toned: boolean) => VelcronTextContentBuilder<TBaseBuilder>;
26
- bind: string;
27
+ bind: () => string;
27
28
  };
28
29
  };
29
30
  done(): TBaseBuilder;
@@ -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
- setAppTree: (tree: Array<TreeViewItem<AppTreeItem>>) => void;
28
- setAppDefinitionFromJson: (newState: string) => void;
29
- setAppDefinition: (newDefinition: VelcronAppDefinition) => 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;
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").EventHook<{}>;
52
- onMutatedAppData: import("@omnia/fx").EventHook<{}>;
53
- onMutatingAppAsJson: import("@omnia/fx").EventHook<string>;
54
- onMutatedAppAsJson: import("@omnia/fx").EventHook<string>;
55
- onMutatingAppDefinition: import("@omnia/fx").EventHook<VelcronAppDefinition<object>>;
56
- onMutatedAppDefinition: import("@omnia/fx").EventHook<VelcronAppDefinition<object>>;
57
- onMutatingAppCacheKey: import("@omnia/fx").EventHook<string>;
58
- onMutatedAppCacheKey: import("@omnia/fx").EventHook<string>;
59
- onMutatingAppTreeOpenIds: import("@omnia/fx").EventHook<string[]>;
60
- onMutatedAppTreeOpenIds: import("@omnia/fx").EventHook<string[]>;
61
- onMutatingTreeViewItems: import("@omnia/fx").EventHook<TreeViewItem<AppTreeItem>[]>;
62
- onMutatedTreeViewItems: import("@omnia/fx").EventHook<TreeViewItem<AppTreeItem>[]>;
63
- onMutatingSelectedAppTreeItem: import("@omnia/fx").EventHook<TreeViewItem<AppTreeItem>>;
64
- onMutatedSelectedAppTreeItem: import("@omnia/fx").EventHook<TreeViewItem<AppTreeItem>>;
65
- onMutatingEditorMode: import("@omnia/fx").EventHook<editorModes>;
66
- onMutatedEditorMode: import("@omnia/fx").EventHook<editorModes>;
67
- onMutatingActiveAppTreeItem: import("@omnia/fx").EventHook<TreeViewItem<any>>;
68
- onMutatedActiveAppTreeItem: import("@omnia/fx").EventHook<TreeViewItem<any>>;
69
- onMutatingHistory: import("@omnia/fx").EventHook<string[]>;
70
- onMutatedHistory: import("@omnia/fx").EventHook<string[]>;
71
- onMutatingShowAddComponent: import("@omnia/fx").EventHook<boolean>;
72
- onMutatedShowAddComponent: import("@omnia/fx").EventHook<boolean>;
73
- onMutatingShowAddDataObject: import("@omnia/fx").EventHook<boolean>;
74
- onMutatedShowAddDataObject: import("@omnia/fx").EventHook<boolean>;
75
- onMutatingShowShare: import("@omnia/fx").EventHook<boolean>;
76
- onMutatedShowShare: import("@omnia/fx").EventHook<boolean>;
77
- onMutatingCodeEditor: import("@omnia/fx").EventHook<CodeEditorState>;
78
- onMutatedCodeEditor: import("@omnia/fx").EventHook<CodeEditorState>;
79
- onMutatingValidation: import("@omnia/fx").EventHook<AppValidationState>;
80
- onMutatedValidation: import("@omnia/fx").EventHook<AppValidationState>;
81
- onMutatingBuiltInComponentDescriptions: import("@omnia/fx").EventHook<{
123
+ onMutatingAppData: import("@omnia/fx").MessageBusExposeOnlySubscription<{}>;
124
+ onMutatedAppData: import("@omnia/fx").MessageBusExposeOnlySubscription<{}>;
125
+ onMutatingAppAsJson: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
126
+ onMutatedAppAsJson: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
127
+ onMutatingAppDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronAppDefinition<object>>;
128
+ onMutatedAppDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronAppDefinition<object>>;
129
+ onMutatingAppCacheKey: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
130
+ onMutatedAppCacheKey: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
131
+ onMutatingAppTreeOpenIds: import("@omnia/fx").MessageBusExposeOnlySubscription<string[]>;
132
+ onMutatedAppTreeOpenIds: import("@omnia/fx").MessageBusExposeOnlySubscription<string[]>;
133
+ onMutatingTreeViewItems: import("@omnia/fx").MessageBusExposeOnlySubscription<TreeViewItem<AppTreeItem>[]>;
134
+ onMutatedTreeViewItems: import("@omnia/fx").MessageBusExposeOnlySubscription<TreeViewItem<AppTreeItem>[]>;
135
+ onMutatingSelectedAppTreeItem: import("@omnia/fx").MessageBusExposeOnlySubscription<TreeViewItem<AppTreeItem>>;
136
+ onMutatedSelectedAppTreeItem: import("@omnia/fx").MessageBusExposeOnlySubscription<TreeViewItem<AppTreeItem>>;
137
+ onMutatingEditorMode: import("@omnia/fx").MessageBusExposeOnlySubscription<editorModes>;
138
+ onMutatedEditorMode: import("@omnia/fx").MessageBusExposeOnlySubscription<editorModes>;
139
+ onMutatingActiveAppTreeItem: import("@omnia/fx").MessageBusExposeOnlySubscription<TreeViewItem<any>>;
140
+ onMutatedActiveAppTreeItem: import("@omnia/fx").MessageBusExposeOnlySubscription<TreeViewItem<any>>;
141
+ onMutatingHistory: import("@omnia/fx").MessageBusExposeOnlySubscription<string[]>;
142
+ onMutatedHistory: import("@omnia/fx").MessageBusExposeOnlySubscription<string[]>;
143
+ onMutatingShowAddComponent: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
144
+ onMutatedShowAddComponent: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
145
+ onMutatingShowAddDataObject: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
146
+ onMutatedShowAddDataObject: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
147
+ onMutatingShowShare: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
148
+ onMutatedShowShare: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
149
+ onMutatingCodeEditor: import("@omnia/fx").MessageBusExposeOnlySubscription<CodeEditorState>;
150
+ onMutatedCodeEditor: import("@omnia/fx").MessageBusExposeOnlySubscription<CodeEditorState>;
151
+ onMutatingValidation: import("@omnia/fx").MessageBusExposeOnlySubscription<AppValidationState>;
152
+ onMutatedValidation: import("@omnia/fx").MessageBusExposeOnlySubscription<AppValidationState>;
153
+ onMutatingBuiltInComponentDescriptions: import("@omnia/fx").MessageBusExposeOnlySubscription<{
82
154
  [name: string]: VelcronComponentDescriptor;
83
155
  }>;
84
- onMutatedBuiltInComponentDescriptions: import("@omnia/fx").EventHook<{
156
+ onMutatedBuiltInComponentDescriptions: import("@omnia/fx").MessageBusExposeOnlySubscription<{
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.100-vnext",
4
+ "version": "8.0.102-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.100-vnext",
23
+ "@omnia/fx-models": "8.0.102-vnext",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",