@omnia/fx 8.0.265-dev → 8.0.266-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/stores/floweditor/FlowEditorPluginStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/designkits/default/DefinitionRegistrations.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/designkits/pages/DefinitionRegistrations.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +36 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +36 -0
- package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/floweditor/FlowEditor.css.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/floweditor/commands/EditorCommands.d.ts +62 -16
- package/internal-do-not-import-from-here/ux/floweditor/commands/helpers/EditorNodeHelper.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/floweditor/commands/helpers/Editorhelper.d.ts +13 -5
- package/internal-do-not-import-from-here/ux/floweditor/commands/helpers/HtmlNodehelper.d.ts +22 -6
- package/internal-do-not-import-from-here/ux/floweditor/models/Constants.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/floweditor/models/EditorPlugin.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/floweditor/plugins/elements/ElementPlugin.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/floweditor/plugins/eventhandlers/EditorEvents.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/floweditor/plugins/eventhandlers/KeyboardEvents.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/floweditor/plugins/eventhandlers/handlers/BackspaceHandler.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/floweditor/plugins/eventhandlers/handlers/ClipboardHandler.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/floweditor/plugins/eventhandlers/handlers/EnterHandler.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/floweditor/plugins/sourceeditor/SourceEditorPlugin.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/floweditor/plugins/testdata/TestDataPlugin.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/floweditor/rules/EditorRules.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/floweditor/stores/FlowEditorStore.d.ts +197 -27
- package/internal-do-not-import-from-here/ux/floweditor/stores/FlowEditorToolbarStore.d.ts +985 -135
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/CommunityUpdate.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/DefinitionRegistrations.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/DocumentReview.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/NewsArticleTemplate.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/QuickPoll.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/Reach.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/UpdatedProcess.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/identities/loc/Localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +18 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +5 -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/VelcronPropertyEditorDefinitions.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/VelcronEditorBuilder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/{components/contenteditor/models → definitions}/VelcronDefinitionIds.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/definitions/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/definitions/social/index.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentDescriptors.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/{Markdown.d.ts → Flow.d.ts} +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/MarkdownEditor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +47 -7
- package/internal-do-not-import-from-here/wctypings.d.ts +0 -16
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/floweditor/commands/ClipboardCommands.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +0 -949
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/content/Quote.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/Image.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog2.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/Praise.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/SocialText.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/index.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +0 -9
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +0 -180
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.css.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.d.ts +0 -1133
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentRenderer.d.ts +0 -80
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/ActionMenu.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/ActionMenu.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector copy.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector.css.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar copy.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/definitions/DefinitionRegistrations.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/definitions/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/editorHooks/ContentEditorHooks.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/editorHooks/ContentEditorHooks.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/models/EditorRenderingHooks.d.ts +0 -24
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/models/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/stores/ContentEditorStore.d.ts +0 -222
- /package/internal-do-not-import-from-here/ux/{aurora/RegistrationHandlerDefinitions.d.ts → velcron/apis/VelcronCategoriesHandler.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{components/contenteditor/DefinitionRegistrations.d.ts → apis/VelcronDefinitionsHandler.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{registrations → definitions}/CategoryRegistrations.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{components/contenteditor/definitions → definitions}/content/Image.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{components/contenteditor/definitions → definitions}/content/ImageText.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{components/contenteditorNew/definitions/DefinitionRegistrations.d.ts → definitions/content/Quote.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{components/contenteditor/definitions → definitions}/content/Text.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{components/contenteditor/definitions → definitions}/content/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{aurora/designkits/default/definitions/content → velcron/definitions/social}/Image.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{aurora/designkits/default/definitions/content/ImageText.d.ts → velcron/definitions/social/MicroBlog.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{aurora/designkits/default/definitions/content/Quote.d.ts → velcron/definitions/social/MicroBlog2.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{aurora/designkits/default/definitions/content/Text.d.ts → velcron/definitions/social/Praise.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{aurora/designkits/default/definitions/content/index.d.ts → velcron/definitions/social/SocialText.d.ts} +0 -0
@@ -1,9 +0,0 @@
|
|
1
|
-
import { DynamicState, guid, VelcronDefinitionRegistration } from "@omnia/fx-models";
|
2
|
-
export interface ContentBlockVelcronState extends DynamicState {
|
3
|
-
content: {
|
4
|
-
[id: string]: unknown;
|
5
|
-
};
|
6
|
-
}
|
7
|
-
export interface ThisIsWrongVelcronContentInstance extends VelcronDefinitionRegistration<ContentBlockVelcronState> {
|
8
|
-
contentId: guid;
|
9
|
-
}
|
@@ -1,180 +0,0 @@
|
|
1
|
-
import { VelcronAppDefinition, VelcronDefinition, VelcronState, VelcronDefinitionRegistration, guid } from "@omnia/fx-models";
|
2
|
-
import { ThisIsWrongVelcronContentInstance } from "../models";
|
3
|
-
export declare enum MenuTabs {
|
4
|
-
templates = 0,
|
5
|
-
content = 1
|
6
|
-
}
|
7
|
-
export declare const useVelcronContentEditorStore: () => {
|
8
|
-
get: {
|
9
|
-
content: () => VelcronAppDefinition<object>[];
|
10
|
-
};
|
11
|
-
state: {
|
12
|
-
definitions: Array<ThisIsWrongVelcronContentInstance>;
|
13
|
-
placeHolderText: string;
|
14
|
-
activeDefinition: ThisIsWrongVelcronContentInstance;
|
15
|
-
selectedDefinition: ThisIsWrongVelcronContentInstance;
|
16
|
-
lastDefinition: ThisIsWrongVelcronContentInstance;
|
17
|
-
toggleColorSchemaPreview: string;
|
18
|
-
toggleDefinitionPreview: VelcronDefinition;
|
19
|
-
previewState: VelcronState;
|
20
|
-
allowToggle: boolean;
|
21
|
-
onGoingDragging: boolean;
|
22
|
-
socialMode: boolean;
|
23
|
-
showLoading: boolean;
|
24
|
-
};
|
25
|
-
events: {
|
26
|
-
onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<ThisIsWrongVelcronContentInstance[]>;
|
27
|
-
onMutatedPlaceHolderText: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
28
|
-
onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ThisIsWrongVelcronContentInstance>;
|
29
|
-
onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ThisIsWrongVelcronContentInstance>;
|
30
|
-
onMutatedLastDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ThisIsWrongVelcronContentInstance>;
|
31
|
-
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
32
|
-
onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinition>;
|
33
|
-
onMutatedPreviewState: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronState>;
|
34
|
-
onMutatedAllowToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
35
|
-
onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
36
|
-
onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
37
|
-
onMutatedShowLoading: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
38
|
-
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
39
|
-
actions: {
|
40
|
-
onDispatching: {
|
41
|
-
resetStore: {
|
42
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
43
|
-
};
|
44
|
-
ensureLastTextDefinition: {
|
45
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
46
|
-
};
|
47
|
-
addDefinition: {
|
48
|
-
subscribe(fn: (definition: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
49
|
-
};
|
50
|
-
setActiveDefinition: {
|
51
|
-
subscribe(fn: (definition: ThisIsWrongVelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
52
|
-
};
|
53
|
-
removeActiveDefinition: {
|
54
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
55
|
-
};
|
56
|
-
setSelectedDefinition: {
|
57
|
-
subscribe(fn: (definition: ThisIsWrongVelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
58
|
-
};
|
59
|
-
removeSelectedDefinition: {
|
60
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
61
|
-
};
|
62
|
-
setDragDropState: {
|
63
|
-
subscribe(fn: (onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
64
|
-
};
|
65
|
-
updateColorSchema: {
|
66
|
-
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
67
|
-
};
|
68
|
-
toggleColorSchemaPreview: {
|
69
|
-
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
70
|
-
};
|
71
|
-
toggleDefinitionPreview: {
|
72
|
-
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
73
|
-
};
|
74
|
-
changeDefinition: {
|
75
|
-
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
76
|
-
};
|
77
|
-
updateDefinition: {
|
78
|
-
subscribe(fn: (definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
79
|
-
};
|
80
|
-
};
|
81
|
-
onDispatched: {
|
82
|
-
resetStore: {
|
83
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
84
|
-
};
|
85
|
-
ensureLastTextDefinition: {
|
86
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
87
|
-
};
|
88
|
-
addDefinition: {
|
89
|
-
subscribe(fn: (result: void, definition: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
90
|
-
};
|
91
|
-
setActiveDefinition: {
|
92
|
-
subscribe(fn: (result: void, definition: ThisIsWrongVelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
93
|
-
};
|
94
|
-
removeActiveDefinition: {
|
95
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
96
|
-
};
|
97
|
-
setSelectedDefinition: {
|
98
|
-
subscribe(fn: (result: void, definition: ThisIsWrongVelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
99
|
-
};
|
100
|
-
removeSelectedDefinition: {
|
101
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
102
|
-
};
|
103
|
-
setDragDropState: {
|
104
|
-
subscribe(fn: (result: void, onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
105
|
-
};
|
106
|
-
updateColorSchema: {
|
107
|
-
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
108
|
-
};
|
109
|
-
toggleColorSchemaPreview: {
|
110
|
-
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
111
|
-
};
|
112
|
-
toggleDefinitionPreview: {
|
113
|
-
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
114
|
-
};
|
115
|
-
changeDefinition: {
|
116
|
-
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
117
|
-
};
|
118
|
-
updateDefinition: {
|
119
|
-
subscribe(fn: (result: void, definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
120
|
-
};
|
121
|
-
};
|
122
|
-
onFailure: {
|
123
|
-
resetStore: {
|
124
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
125
|
-
};
|
126
|
-
ensureLastTextDefinition: {
|
127
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
128
|
-
};
|
129
|
-
addDefinition: {
|
130
|
-
subscribe(fn: (failureReason: any, definition: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
131
|
-
};
|
132
|
-
setActiveDefinition: {
|
133
|
-
subscribe(fn: (failureReason: any, definition: ThisIsWrongVelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
134
|
-
};
|
135
|
-
removeActiveDefinition: {
|
136
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
137
|
-
};
|
138
|
-
setSelectedDefinition: {
|
139
|
-
subscribe(fn: (failureReason: any, definition: ThisIsWrongVelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
140
|
-
};
|
141
|
-
removeSelectedDefinition: {
|
142
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
143
|
-
};
|
144
|
-
setDragDropState: {
|
145
|
-
subscribe(fn: (failureReason: any, onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
146
|
-
};
|
147
|
-
updateColorSchema: {
|
148
|
-
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
149
|
-
};
|
150
|
-
toggleColorSchemaPreview: {
|
151
|
-
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
152
|
-
};
|
153
|
-
toggleDefinitionPreview: {
|
154
|
-
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
155
|
-
};
|
156
|
-
changeDefinition: {
|
157
|
-
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
158
|
-
};
|
159
|
-
updateDefinition: {
|
160
|
-
subscribe(fn: (failureReason: any, definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
161
|
-
};
|
162
|
-
};
|
163
|
-
} & {
|
164
|
-
resetStore(): void;
|
165
|
-
ensureLastTextDefinition(): void;
|
166
|
-
addDefinition(definition: VelcronDefinitionRegistration): void;
|
167
|
-
setActiveDefinition(definition: ThisIsWrongVelcronContentInstance): void;
|
168
|
-
removeActiveDefinition(): void;
|
169
|
-
setSelectedDefinition(definition: ThisIsWrongVelcronContentInstance): void;
|
170
|
-
removeSelectedDefinition(): void;
|
171
|
-
setDragDropState(onGoingDragging: boolean): void;
|
172
|
-
updateColorSchema(definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string): void;
|
173
|
-
toggleColorSchemaPreview(definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string): void;
|
174
|
-
toggleDefinitionPreview(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid): void;
|
175
|
-
changeDefinition(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean): void;
|
176
|
-
updateDefinition(definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition): void;
|
177
|
-
};
|
178
|
-
} & {
|
179
|
-
dispose?: () => void;
|
180
|
-
};
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from "./DefinitionRegistrations";
|