@omnia/fx 8.0.298-dev → 8.0.300-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/contexts/OmniaContext.d.ts +2 -2
- package/internal-do-not-import-from-here/contexts/OmniaContextProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/{ux/aurora/store → services}/ThemeService.d.ts +3 -4
- package/internal-do-not-import-from-here/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +23 -10
- package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +3 -28
- package/internal-do-not-import-from-here/stores/SizeContainerStore.d.ts +6 -31
- package/internal-do-not-import-from-here/stores/floweditor/FlowEditorPluginStore.d.ts +6 -31
- package/internal-do-not-import-from-here/stores/floweditor/FlowEditorToolbarStateStore.d.ts +5 -21
- package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +24 -215
- package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerCommonStore.d.ts +7 -59
- package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerGalleryStore.d.ts +17 -123
- package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +24 -160
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +9 -70
- package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +5 -21
- package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/BusinessProfileJourneyStore.d.ts +6 -58
- package/internal-do-not-import-from-here/ux/admin/security/store/AppInstanceJourneyStore.d.ts +6 -22
- package/internal-do-not-import-from-here/ux/admin/security/store/ProfileJourneyStore.d.ts +6 -22
- package/internal-do-not-import-from-here/ux/admin/security/store/TenantJourneyStore.d.ts +6 -22
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/store/SettingsBladeStore.d.ts +7 -50
- package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/store/OmniaRedirectStore.d.ts +2 -72
- package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +2 -27
- package/internal-do-not-import-from-here/ux/admin/system/store/SystemJourneyStore.d.ts +6 -49
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/LocalizationAdminStore.d.ts +8 -78
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/store/SeoManagerStore.d.ts +2 -27
- package/internal-do-not-import-from-here/ux/admin/system/submenu/services/store/ServicesJourneyStore.d.ts +6 -31
- package/internal-do-not-import-from-here/ux/admin/systemlayout/store/SystemLayoutStore.d.ts +4 -126
- package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/BusinessProfileAuthenticationStore.d.ts +5 -39
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupDetailStore.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupQueryStore.d.ts +2 -45
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/SelfServiceStore.d.ts +11 -72
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailStore.d.ts +2 -54
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserQueryStore.d.ts +2 -84
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/AddBlueprint.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ButtonsEditorStore.d.ts +8 -42
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +11 -72
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +68 -377
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +17 -69
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +7 -41
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/TabsEditorStore.d.ts +7 -41
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +8 -87
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +11 -147
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +6 -58
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fontsmanager/store/FontManagerStore.d.ts +2 -54
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +8 -123
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +8 -33
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +7 -59
- package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/ContainerBlueprintsViewer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker/ContainerPicker.d.ts → containerFillpicker/ContainerFillPicker.d.ts} +91 -91
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +4 -44
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +8 -33
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentMigration.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/store/FontStore.d.ts +2 -63
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +19 -406
- package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +5 -39
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +156 -700
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStorage.d.ts +8 -44
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +13 -57
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +20 -407
- package/internal-do-not-import-from-here/ux/docs/omfx/services/docs/Service.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +9 -34
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +29 -117
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/colorstyle/ColorButton.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/link/LinkButton.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/spacing/SpacingButton.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/typography/TypographyButton.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorStore.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorToolbarStore.d.ts +48 -1908
- package/internal-do-not-import-from-here/ux/flow/editor/stores/VelcronPluginStore.d.ts +6 -33
- package/internal-do-not-import-from-here/ux/flow/renderer/stores/FlowRendererStore.d.ts +12 -70
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +31 -101
- package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +19 -53
- package/internal-do-not-import-from-here/ux/identities/components/shared/AzureAdProviderSettingsStore.d.ts +2 -27
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/stores/InputLanguageStore.d.ts +6 -31
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyMenuStore.d.ts +6 -31
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +5 -57
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +19 -176
- package/internal-do-not-import-from-here/ux/journey/stores/SettingsJourneyStore.d.ts +9 -79
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +17 -166
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/SettingsMenuStore.d.ts +6 -31
- package/internal-do-not-import-from-here/ux/links/store/LinkPickerStore.d.ts +2 -27
- package/internal-do-not-import-from-here/ux/markdown/stores/MarkdownEditorStore.d.ts +7 -48
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +3 -64
- package/internal-do-not-import-from-here/ux/mediagallery/view/store/PhotoWallStore.d.ts +2 -36
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/use/MediaflowProviderStore.d.ts +2 -54
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +11 -135
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +3 -64
- package/internal-do-not-import-from-here/ux/oxide/stickycontainer/store/StickyContainerStore.d.ts +8 -33
- package/internal-do-not-import-from-here/ux/oxide/table/Table.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorStore.d.ts +6 -28
- package/internal-do-not-import-from-here/ux/theming/ThemeManager.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronComponentStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +31 -290
- package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +7 -98
- package/internal-do-not-import-from-here/ux/velcron/stores/useVelcronStateManager.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +11 -9
- package/package.json +2 -2
- /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker/ContainerPicker.css.d.ts → containerFillpicker/ContainerFillPicker.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/docs/index.d.ts +0 -0
package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts
CHANGED
@@ -17,7 +17,7 @@ export declare function useVelcronStateManager(): {
|
|
17
17
|
alignY?: string;
|
18
18
|
colorSchemaType?: string;
|
19
19
|
spacing?: import("../../core").VelcronSpacing;
|
20
|
-
blueprint?: import("../../core").
|
20
|
+
blueprint?: import("../../core").ContainerFillBlueprint | import("../../core").ContainerFillVariant;
|
21
21
|
background?: import("../../core").BackgroundDefinition;
|
22
22
|
};
|
23
23
|
grid?: import("../../core").VelcronGridState;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { VelcronOnUpdatedEvent, VelcronOnClosedEvent, VelcronOnCloseRequestedEvent, VelcronOnPressEvent, VelcronSpacing, VelcronStyling, VelcronCustomComponentDefinition, VelcronAppDefinition, VelcronRendererResolverReference, EventHook, Future, TextBlueprint, VelcronBindableProp, VelcronEditor,
|
1
|
+
import { VelcronOnUpdatedEvent, VelcronOnClosedEvent, VelcronOnCloseRequestedEvent, VelcronOnPressEvent, VelcronSpacing, VelcronStyling, VelcronCustomComponentDefinition, VelcronAppDefinition, VelcronRendererResolverReference, EventHook, Future, TextBlueprint, VelcronBindableProp, VelcronEditor, ContainerFillBlueprint, BackgroundDefinition, ContainerFillVariant, IconBlueprint, ButtonBlueprint } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
2
|
import { VelcronComponentArrayType, VelcronPrimitiveType } from "./VelcronTypes";
|
3
3
|
import { AssignOperators, VelcronHorizontalAlignments, VelcronIconTypes, VelcronActionTypes, VelcronVerticalAlignments } from "./Enums";
|
4
4
|
import { DynamicState, VelcronDefinition, VelcronEffects, useVelcronThemingStore } from "..";
|
@@ -217,7 +217,7 @@ export interface VelcronFlexRowDefinition extends VelcronDefinition, VelcronColo
|
|
217
217
|
direction?: VelcronBindableProp<"row" | "row-reverse">;
|
218
218
|
position?: VelcronBindableProp<VelcronPosition>;
|
219
219
|
zIndex?: VelcronBindableProp<number>;
|
220
|
-
blueprint?:
|
220
|
+
blueprint?: ContainerFillBlueprint | ContainerFillVariant;
|
221
221
|
background?: BackgroundDefinition;
|
222
222
|
wrap?: boolean;
|
223
223
|
gapX?: number | string;
|
@@ -238,7 +238,7 @@ export interface VelcronFlexColumnDefinition extends VelcronDefinition, VelcronC
|
|
238
238
|
type: "column";
|
239
239
|
events?: VelcronOnPressEvent;
|
240
240
|
grow?: number;
|
241
|
-
blueprint?:
|
241
|
+
blueprint?: ContainerFillBlueprint | ContainerFillVariant;
|
242
242
|
alignY?: VelcronVerticalAlignments;
|
243
243
|
position?: VelcronPosition;
|
244
244
|
absolute?: VelcronSpacing;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { BackgroundDefinition,
|
1
|
+
import { BackgroundDefinition, ContainerFillBlueprint, ContainerFillVariant, TextBlueprint, TypographySize, TypographyType, VelcronSpacing } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
2
|
import { VelcronImageRatios } from "./VelcronDefinitions";
|
3
3
|
export interface VelcronState {
|
4
4
|
states?: {
|
@@ -16,7 +16,7 @@ export interface VelcronState {
|
|
16
16
|
alignY?: string;
|
17
17
|
colorSchemaType?: string;
|
18
18
|
spacing?: VelcronSpacing;
|
19
|
-
blueprint?:
|
19
|
+
blueprint?: ContainerFillBlueprint | ContainerFillVariant;
|
20
20
|
background?: BackgroundDefinition;
|
21
21
|
};
|
22
22
|
grid?: VelcronGridState;
|
@@ -1,19 +1,16 @@
|
|
1
|
-
import { ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes,
|
1
|
+
import { ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ContainerFillBlueprint, ContainerFillVariant, ResolvedThemeDefinition, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "..";
|
2
2
|
export declare const useVelcronThemingStore: (newStateWithName?: string) => {
|
3
3
|
state: {
|
4
4
|
currentTheme: ResolvedThemeDefinition;
|
5
5
|
};
|
6
6
|
get: {
|
7
7
|
componentBlueprints: () => void;
|
8
|
-
containerBlueprint: (type:
|
8
|
+
containerBlueprint: (type: ContainerFillVariant | ContainerFillBlueprint | string) => any;
|
9
9
|
colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => import("..").ColorSchema;
|
10
10
|
spacing: () => import("..").SpacingBlueprint;
|
11
11
|
typography: (typographyType: TypographyTypes | TypographyType, size: TypographySizes | TypographySize) => any;
|
12
12
|
color: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
|
13
13
|
colorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => import("..").ColorDefinition;
|
14
|
-
complementaryColorType: (colorType: ColorTypes | ColorType) => ColorTypes;
|
15
|
-
complementaryColor: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
|
16
|
-
complementaryColorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => import("..").ColorDefinition;
|
17
14
|
currentTheme: () => ResolvedThemeDefinition;
|
18
15
|
};
|
19
16
|
actions: {
|
package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronComponentStore.d.ts
CHANGED
@@ -12,12 +12,12 @@ export declare const useVelcronComponentStore: () => {
|
|
12
12
|
onDispatched: {};
|
13
13
|
onFailure: {};
|
14
14
|
};
|
15
|
-
events: {
|
16
|
-
|
15
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
16
|
+
builtInComponentDescriptions: {
|
17
17
|
[name: string]: VelcronComponentDescriptor;
|
18
|
-
}
|
19
|
-
|
20
|
-
}
|
18
|
+
};
|
19
|
+
componentTemplates: VelcronComponentTemplateDescriptor[];
|
20
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
21
21
|
} & {
|
22
22
|
dispose?: () => void;
|
23
23
|
};
|
@@ -18,12 +18,12 @@ export declare const useVelcronEditorStore: () => {
|
|
18
18
|
onDispatched: {};
|
19
19
|
onFailure: {};
|
20
20
|
};
|
21
|
-
events: {
|
22
|
-
|
21
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
22
|
+
builtInComponentDescriptions: {
|
23
23
|
[name: string]: VelcronComponentDescriptor;
|
24
|
-
}
|
25
|
-
|
26
|
-
}
|
24
|
+
};
|
25
|
+
componentTemplates: import("../models").VelcronComponentTemplateDescriptor[];
|
26
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
27
27
|
} & {
|
28
28
|
dispose?: () => void;
|
29
29
|
};
|
@@ -55,266 +55,7 @@ export declare const useVelcronEditorStore: () => {
|
|
55
55
|
codeEditor: CodeEditorState;
|
56
56
|
validation: AppValidationState;
|
57
57
|
};
|
58
|
-
actions: {
|
59
|
-
onDispatching: {
|
60
|
-
setAppTree: {
|
61
|
-
subscribe(fn: (tree: TreeViewItem<AppTreeItem>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
62
|
-
};
|
63
|
-
setAppRegistration: {
|
64
|
-
subscribe(fn: (registration: VelcronDefinitionRegistrationWithoutApp) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
65
|
-
};
|
66
|
-
setAppDefinition: {
|
67
|
-
subscribe(fn: (newDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
68
|
-
};
|
69
|
-
setAppDefinitionFromJson: {
|
70
|
-
subscribe(fn: (newState: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
71
|
-
};
|
72
|
-
mergeInSubState: {
|
73
|
-
subscribe(fn: (toMerge: object) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
74
|
-
};
|
75
|
-
addEditors: {
|
76
|
-
subscribe(fn: (editors: VelcronEditor<any>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
77
|
-
};
|
78
|
-
setAppValidation: {
|
79
|
-
subscribe(fn: (newState: AppValidationState) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
80
|
-
};
|
81
|
-
setCodeEditorTab: {
|
82
|
-
subscribe(fn: (newState: codeEditorTabs) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
83
|
-
};
|
84
|
-
setEditorMode: {
|
85
|
-
subscribe(fn: (newState: editorModes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
86
|
-
};
|
87
|
-
setSelectedAppTreeItem: {
|
88
|
-
subscribe(fn: (key: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
89
|
-
};
|
90
|
-
showAddComponent: {
|
91
|
-
subscribe(fn: (mode: AddVelcronComponentMode) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
92
|
-
};
|
93
|
-
showShare: {
|
94
|
-
subscribe(fn: (show: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
95
|
-
};
|
96
|
-
showAddDataObject: {
|
97
|
-
subscribe(fn: (show: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
98
|
-
};
|
99
|
-
addComponent: {
|
100
|
-
subscribe(fn: (descriptor: VelcronComponentDescriptor, parent?: TreeViewItem<AppTreeItem>, definition?: VelcronDefinition, insertOptions?: {
|
101
|
-
beforeKey?: string;
|
102
|
-
afterKey?: string;
|
103
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
104
|
-
};
|
105
|
-
deleteComponent: {
|
106
|
-
subscribe(fn: (target: TreeViewItem<AppTreeItem>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
107
|
-
};
|
108
|
-
addDataMember: {
|
109
|
-
subscribe(fn: (target: TreeViewItem<AppTreeItem>, propertyName: string, value: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
110
|
-
};
|
111
|
-
deleteDataMember: {
|
112
|
-
subscribe(fn: (target: TreeViewItem<AppTreeItem>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
113
|
-
};
|
114
|
-
renameDataMember: {
|
115
|
-
subscribe(fn: (target: TreeViewItem<StatePropertyAppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
116
|
-
};
|
117
|
-
updateDataMemberValue: {
|
118
|
-
subscribe(fn: (target: TreeViewItem<StatePropertyAppTreeItem>, newValue: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
119
|
-
};
|
120
|
-
renameEditor: {
|
121
|
-
subscribe(fn: (target: TreeViewItem<EditorAppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
122
|
-
};
|
123
|
-
renameComponent: {
|
124
|
-
subscribe(fn: (target: TreeViewItem<AppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
125
|
-
};
|
126
|
-
setActiveAppTreeItem: {
|
127
|
-
subscribe(fn: (key: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
128
|
-
};
|
129
|
-
copyComponent: {
|
130
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
131
|
-
};
|
132
|
-
pasteComponent: {
|
133
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
134
|
-
};
|
135
|
-
reloadApp: {
|
136
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
137
|
-
};
|
138
|
-
rebuildTree: {
|
139
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
140
|
-
};
|
141
|
-
updateHistory: {
|
142
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
143
|
-
};
|
144
|
-
};
|
145
|
-
onDispatched: {
|
146
|
-
setAppTree: {
|
147
|
-
subscribe(fn: (result: void, tree: TreeViewItem<AppTreeItem>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
148
|
-
};
|
149
|
-
setAppRegistration: {
|
150
|
-
subscribe(fn: (result: void, registration: VelcronDefinitionRegistrationWithoutApp) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
151
|
-
};
|
152
|
-
setAppDefinition: {
|
153
|
-
subscribe(fn: (result: void, newDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
154
|
-
};
|
155
|
-
setAppDefinitionFromJson: {
|
156
|
-
subscribe(fn: (result: void, newState: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
157
|
-
};
|
158
|
-
mergeInSubState: {
|
159
|
-
subscribe(fn: (result: void, toMerge: object) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
160
|
-
};
|
161
|
-
addEditors: {
|
162
|
-
subscribe(fn: (result: void, editors: VelcronEditor<any>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
163
|
-
};
|
164
|
-
setAppValidation: {
|
165
|
-
subscribe(fn: (result: void, newState: AppValidationState) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
166
|
-
};
|
167
|
-
setCodeEditorTab: {
|
168
|
-
subscribe(fn: (result: void, newState: codeEditorTabs) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
169
|
-
};
|
170
|
-
setEditorMode: {
|
171
|
-
subscribe(fn: (result: void, newState: editorModes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
172
|
-
};
|
173
|
-
setSelectedAppTreeItem: {
|
174
|
-
subscribe(fn: (result: void, key: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
175
|
-
};
|
176
|
-
showAddComponent: {
|
177
|
-
subscribe(fn: (result: void, mode: AddVelcronComponentMode) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
178
|
-
};
|
179
|
-
showShare: {
|
180
|
-
subscribe(fn: (result: void, show: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
181
|
-
};
|
182
|
-
showAddDataObject: {
|
183
|
-
subscribe(fn: (result: void, show: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
184
|
-
};
|
185
|
-
addComponent: {
|
186
|
-
subscribe(fn: (result: void, descriptor: VelcronComponentDescriptor, parent?: TreeViewItem<AppTreeItem>, definition?: VelcronDefinition, insertOptions?: {
|
187
|
-
beforeKey?: string;
|
188
|
-
afterKey?: string;
|
189
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
190
|
-
};
|
191
|
-
deleteComponent: {
|
192
|
-
subscribe(fn: (result: void, target: TreeViewItem<AppTreeItem>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
193
|
-
};
|
194
|
-
addDataMember: {
|
195
|
-
subscribe(fn: (result: TreeViewItem<AppTreeItem>, target: TreeViewItem<AppTreeItem>, propertyName: string, value: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
196
|
-
};
|
197
|
-
deleteDataMember: {
|
198
|
-
subscribe(fn: (result: void, target: TreeViewItem<AppTreeItem>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
199
|
-
};
|
200
|
-
renameDataMember: {
|
201
|
-
subscribe(fn: (result: void, target: TreeViewItem<StatePropertyAppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
202
|
-
};
|
203
|
-
updateDataMemberValue: {
|
204
|
-
subscribe(fn: (result: void, target: TreeViewItem<StatePropertyAppTreeItem>, newValue: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
205
|
-
};
|
206
|
-
renameEditor: {
|
207
|
-
subscribe(fn: (result: void, target: TreeViewItem<EditorAppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
208
|
-
};
|
209
|
-
renameComponent: {
|
210
|
-
subscribe(fn: (result: void, target: TreeViewItem<AppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
211
|
-
};
|
212
|
-
setActiveAppTreeItem: {
|
213
|
-
subscribe(fn: (result: void, key: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
214
|
-
};
|
215
|
-
copyComponent: {
|
216
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
217
|
-
};
|
218
|
-
pasteComponent: {
|
219
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
220
|
-
};
|
221
|
-
reloadApp: {
|
222
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
223
|
-
};
|
224
|
-
rebuildTree: {
|
225
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
226
|
-
};
|
227
|
-
updateHistory: {
|
228
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
229
|
-
};
|
230
|
-
};
|
231
|
-
onFailure: {
|
232
|
-
setAppTree: {
|
233
|
-
subscribe(fn: (failureReason: any, tree: TreeViewItem<AppTreeItem>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
234
|
-
};
|
235
|
-
setAppRegistration: {
|
236
|
-
subscribe(fn: (failureReason: any, registration: VelcronDefinitionRegistrationWithoutApp) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
237
|
-
};
|
238
|
-
setAppDefinition: {
|
239
|
-
subscribe(fn: (failureReason: any, newDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
240
|
-
};
|
241
|
-
setAppDefinitionFromJson: {
|
242
|
-
subscribe(fn: (failureReason: any, newState: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
243
|
-
};
|
244
|
-
mergeInSubState: {
|
245
|
-
subscribe(fn: (failureReason: any, toMerge: object) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
246
|
-
};
|
247
|
-
addEditors: {
|
248
|
-
subscribe(fn: (failureReason: any, editors: VelcronEditor<any>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
249
|
-
};
|
250
|
-
setAppValidation: {
|
251
|
-
subscribe(fn: (failureReason: any, newState: AppValidationState) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
252
|
-
};
|
253
|
-
setCodeEditorTab: {
|
254
|
-
subscribe(fn: (failureReason: any, newState: codeEditorTabs) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
255
|
-
};
|
256
|
-
setEditorMode: {
|
257
|
-
subscribe(fn: (failureReason: any, newState: editorModes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
258
|
-
};
|
259
|
-
setSelectedAppTreeItem: {
|
260
|
-
subscribe(fn: (failureReason: any, key: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
261
|
-
};
|
262
|
-
showAddComponent: {
|
263
|
-
subscribe(fn: (failureReason: any, mode: AddVelcronComponentMode) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
264
|
-
};
|
265
|
-
showShare: {
|
266
|
-
subscribe(fn: (failureReason: any, show: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
267
|
-
};
|
268
|
-
showAddDataObject: {
|
269
|
-
subscribe(fn: (failureReason: any, show: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
270
|
-
};
|
271
|
-
addComponent: {
|
272
|
-
subscribe(fn: (failureReason: any, descriptor: VelcronComponentDescriptor, parent?: TreeViewItem<AppTreeItem>, definition?: VelcronDefinition, insertOptions?: {
|
273
|
-
beforeKey?: string;
|
274
|
-
afterKey?: string;
|
275
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
276
|
-
};
|
277
|
-
deleteComponent: {
|
278
|
-
subscribe(fn: (failureReason: any, target: TreeViewItem<AppTreeItem>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
279
|
-
};
|
280
|
-
addDataMember: {
|
281
|
-
subscribe(fn: (failureReason: any, target: TreeViewItem<AppTreeItem>, propertyName: string, value: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
282
|
-
};
|
283
|
-
deleteDataMember: {
|
284
|
-
subscribe(fn: (failureReason: any, target: TreeViewItem<AppTreeItem>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
285
|
-
};
|
286
|
-
renameDataMember: {
|
287
|
-
subscribe(fn: (failureReason: any, target: TreeViewItem<StatePropertyAppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
288
|
-
};
|
289
|
-
updateDataMemberValue: {
|
290
|
-
subscribe(fn: (failureReason: any, target: TreeViewItem<StatePropertyAppTreeItem>, newValue: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
291
|
-
};
|
292
|
-
renameEditor: {
|
293
|
-
subscribe(fn: (failureReason: any, target: TreeViewItem<EditorAppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
294
|
-
};
|
295
|
-
renameComponent: {
|
296
|
-
subscribe(fn: (failureReason: any, target: TreeViewItem<AppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
297
|
-
};
|
298
|
-
setActiveAppTreeItem: {
|
299
|
-
subscribe(fn: (failureReason: any, key: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
300
|
-
};
|
301
|
-
copyComponent: {
|
302
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
303
|
-
};
|
304
|
-
pasteComponent: {
|
305
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
306
|
-
};
|
307
|
-
reloadApp: {
|
308
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
309
|
-
};
|
310
|
-
rebuildTree: {
|
311
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
312
|
-
};
|
313
|
-
updateHistory: {
|
314
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
315
|
-
};
|
316
|
-
};
|
317
|
-
} & {
|
58
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
318
59
|
setAppTree(tree: Array<TreeViewItem<AppTreeItem>>): void;
|
319
60
|
setAppRegistration(registration: VelcronDefinitionRegistrationWithoutApp): void;
|
320
61
|
setAppDefinition(newDefinition: VelcronAppDefinition): void;
|
@@ -345,31 +86,31 @@ export declare const useVelcronEditorStore: () => {
|
|
345
86
|
reloadApp(): void;
|
346
87
|
rebuildTree(): void;
|
347
88
|
updateHistory(): void;
|
348
|
-
}
|
349
|
-
events: {
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
}
|
89
|
+
}>;
|
90
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
91
|
+
previewTheme: ResolvedThemeDefinition;
|
92
|
+
previewRenderContext: VelcronRenderContext;
|
93
|
+
canvasMode: canvasMode;
|
94
|
+
appData: {};
|
95
|
+
appAsJson: string;
|
96
|
+
appDefinition: VelcronAppDefinition;
|
97
|
+
appRegistration: VelcronDefinitionRegistrationWithoutApp;
|
98
|
+
appCacheKey: guid;
|
99
|
+
appTreeOpenIds: Array<string>;
|
100
|
+
treeViewItems: Array<TreeViewItem<AppTreeItem>>;
|
101
|
+
selectedAppTreeItem: TreeViewItem<AppTreeItem>;
|
102
|
+
editorMode: editorModes;
|
103
|
+
activeAppTreeItem: TreeViewItem;
|
104
|
+
itemToCopy: TreeViewItem<AppTreeItem>;
|
105
|
+
history: Array<string>;
|
106
|
+
showAddComponent: AddVelcronComponentMode;
|
107
|
+
showAddApp: boolean;
|
108
|
+
showAddDataObject: boolean;
|
109
|
+
showStateTree: boolean;
|
110
|
+
showShare: boolean;
|
111
|
+
codeEditor: CodeEditorState;
|
112
|
+
validation: AppValidationState;
|
113
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
373
114
|
} & {
|
374
115
|
dispose?: () => void;
|
375
116
|
};
|
@@ -44,98 +44,7 @@ export declare const useVelcronDefinitionStore: () => {
|
|
44
44
|
};
|
45
45
|
};
|
46
46
|
};
|
47
|
-
actions: {
|
48
|
-
onDispatching: {
|
49
|
-
addDefinition: {
|
50
|
-
subscribe(fn: (registration: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
51
|
-
};
|
52
|
-
loadAll: {
|
53
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
54
|
-
};
|
55
|
-
ensureApp: {
|
56
|
-
subscribe(fn: (def: VelcronRendererResolverReference | VelcronAppDefinition<object> | VelcronDefinitionRegistrationWithoutApp | VelcronDefinitionRegistration<object>, stateToMerge?: object, mergeState?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
57
|
-
};
|
58
|
-
ensureByReference: {
|
59
|
-
subscribe(fn: (reference: VelcronRendererResolverReference) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
60
|
-
};
|
61
|
-
ensureCustomDefinitions: {
|
62
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
63
|
-
};
|
64
|
-
ensureProviderDefinitions: {
|
65
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
66
|
-
};
|
67
|
-
ensureCategories: {
|
68
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
69
|
-
};
|
70
|
-
saveDefinition: {
|
71
|
-
subscribe(fn: (definition: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
72
|
-
};
|
73
|
-
deleteDefinition: {
|
74
|
-
subscribe(fn: (definition: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
75
|
-
};
|
76
|
-
};
|
77
|
-
onDispatched: {
|
78
|
-
addDefinition: {
|
79
|
-
subscribe(fn: (result: void, registration: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
80
|
-
};
|
81
|
-
loadAll: {
|
82
|
-
subscribe(fn: (result: [void, void, void]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
83
|
-
};
|
84
|
-
ensureApp: {
|
85
|
-
subscribe(fn: (result: {
|
86
|
-
definition: VelcronAppDefinition;
|
87
|
-
registration: VelcronDefinitionRegistrationWithoutApp;
|
88
|
-
}, def: VelcronRendererResolverReference | VelcronAppDefinition<object> | VelcronDefinitionRegistrationWithoutApp | VelcronDefinitionRegistration<object>, stateToMerge?: object, mergeState?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
89
|
-
};
|
90
|
-
ensureByReference: {
|
91
|
-
subscribe(fn: (result: VelcronDefinitionRegistrationWithoutApp, reference: VelcronRendererResolverReference) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
92
|
-
};
|
93
|
-
ensureCustomDefinitions: {
|
94
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
95
|
-
};
|
96
|
-
ensureProviderDefinitions: {
|
97
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
98
|
-
};
|
99
|
-
ensureCategories: {
|
100
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
101
|
-
};
|
102
|
-
saveDefinition: {
|
103
|
-
subscribe(fn: (result: void, definition: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
104
|
-
};
|
105
|
-
deleteDefinition: {
|
106
|
-
subscribe(fn: (result: void, definition: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
107
|
-
};
|
108
|
-
};
|
109
|
-
onFailure: {
|
110
|
-
addDefinition: {
|
111
|
-
subscribe(fn: (failureReason: any, registration: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
112
|
-
};
|
113
|
-
loadAll: {
|
114
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
115
|
-
};
|
116
|
-
ensureApp: {
|
117
|
-
subscribe(fn: (failureReason: any, def: VelcronRendererResolverReference | VelcronAppDefinition<object> | VelcronDefinitionRegistrationWithoutApp | VelcronDefinitionRegistration<object>, stateToMerge?: object, mergeState?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
118
|
-
};
|
119
|
-
ensureByReference: {
|
120
|
-
subscribe(fn: (failureReason: any, reference: VelcronRendererResolverReference) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
121
|
-
};
|
122
|
-
ensureCustomDefinitions: {
|
123
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
124
|
-
};
|
125
|
-
ensureProviderDefinitions: {
|
126
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
127
|
-
};
|
128
|
-
ensureCategories: {
|
129
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
130
|
-
};
|
131
|
-
saveDefinition: {
|
132
|
-
subscribe(fn: (failureReason: any, definition: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
133
|
-
};
|
134
|
-
deleteDefinition: {
|
135
|
-
subscribe(fn: (failureReason: any, definition: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
136
|
-
};
|
137
|
-
};
|
138
|
-
} & {
|
47
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
139
48
|
addDefinition(registration: VelcronDefinitionRegistration): void;
|
140
49
|
/**
|
141
50
|
* Loads all definitions including categories, custom definitions, and provider definitions.
|
@@ -175,12 +84,12 @@ export declare const useVelcronDefinitionStore: () => {
|
|
175
84
|
ensureCategories(): Promise<void>;
|
176
85
|
saveDefinition(definition: VelcronDefinitionRegistration): Promise<void>;
|
177
86
|
deleteDefinition(definition: VelcronDefinitionRegistration): Promise<void>;
|
178
|
-
}
|
179
|
-
events: {
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
}
|
87
|
+
}>;
|
88
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
89
|
+
definitions: VelcronDefinitionRegistration<object>[];
|
90
|
+
categories: VelcronDefinitionCategoryRegistration[];
|
91
|
+
rendererTypes: VelcronDefinitionRendererTypeRegistration[];
|
92
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
184
93
|
} & {
|
185
94
|
dispose?: () => void;
|
186
95
|
};
|
@@ -17,7 +17,7 @@ export declare function useVelcronStateManager(): {
|
|
17
17
|
alignY?: string;
|
18
18
|
colorSchemaType?: string;
|
19
19
|
spacing?: import("@omnia/fx-models").VelcronSpacing;
|
20
|
-
blueprint?: import("@omnia/fx-models").
|
20
|
+
blueprint?: import("@omnia/fx-models").ContainerFillBlueprint | import("@omnia/fx-models").ContainerFillVariant;
|
21
21
|
background?: import("@omnia/fx-models").BackgroundDefinition;
|
22
22
|
};
|
23
23
|
grid?: import("@omnia/fx-models").VelcronGridState;
|
@@ -366,8 +366,8 @@ import wc9ed2b61fad8a43f384efef4a5dcbd184 from './ux/aurora/components/colorsche
|
|
366
366
|
import wc3779d0b63f54436eb25942b0c2487a2c from './ux/aurora/components/colorschemapicker/ColorSchemaViewer';
|
367
367
|
import wc7abfeece956245f3ba63c231d3c31c26 from './ux/aurora/components/colorschemapicker/ColorSchemaEditor';
|
368
368
|
import wc73b0b5416b9348849ecb9a1cd8358e70 from './ux/aurora/components/componentblueprints/ComponentBlueprintsViewer';
|
369
|
-
import wcf0987a01b8d2487f8d6678d41fc26f7f from './ux/aurora/components/
|
370
|
-
import wc5eca85f245ca4f3cbf5e81ba8741f3c6 from './ux/aurora/components/
|
369
|
+
import wcf0987a01b8d2487f8d6678d41fc26f7f from './ux/aurora/components/containerFillpicker/ContainerFillPicker';
|
370
|
+
import wc5eca85f245ca4f3cbf5e81ba8741f3c6 from './ux/aurora/components/containerFillpicker/ContainerBlueprintsViewer';
|
371
371
|
import wcbb2e0efa0634452f94d99d1f33ae5b64 from './ux/aurora/components/fillpicker/FillPicker';
|
372
372
|
import wc349a445fe7a2403b8f98fceff168f87e from './ux/aurora/components/fillpicker/FillPreview';
|
373
373
|
import wc5542a25df57c464897a59a336eee0e56 from './ux/aurora/components/iconstylepicker/IconStylePicker';
|
@@ -3778,13 +3778,15 @@ declare global {
|
|
3778
3778
|
};
|
3779
3779
|
};
|
3780
3780
|
"container": {
|
3781
|
-
"
|
3782
|
-
|
3783
|
-
|
3784
|
-
|
3785
|
-
|
3786
|
-
|
3787
|
-
|
3781
|
+
"fill": {
|
3782
|
+
"picker": typeof wcf0987a01b8d2487f8d6678d41fc26f7f extends {
|
3783
|
+
propsDefinition: infer TProp;
|
3784
|
+
} ? {
|
3785
|
+
new (...args: any[]): {
|
3786
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3787
|
+
};
|
3788
|
+
} : typeof wcf0987a01b8d2487f8d6678d41fc26f7f;
|
3789
|
+
};
|
3788
3790
|
"blueprints": {
|
3789
3791
|
"viewer": typeof wc5eca85f245ca4f3cbf5e81ba8741f3c6 extends {
|
3790
3792
|
propsDefinition: infer TProp;
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.300-dev",
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.300-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|