@omnia/fx 8.0.158-dev → 8.0.161-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/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/ReindexOmniaSearchUserService.d.ts +11 -0
- package/internal-do-not-import-from-here/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +56 -55
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +171 -31
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +171 -31
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +171 -31
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +42 -0
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/IDateTimeFieldEdit.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/loc/Localize.d.ts +39 -37
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +12 -5
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +53 -43
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +8 -6
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/TypographyEditorModel.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +171 -31
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +342 -62
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +26 -345
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +4 -12
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +40 -40
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +345 -65
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorStore.d.ts +38 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +5 -23
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +2 -50
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +2 -49
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaImageNode.d.ts +15 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNode.d.ts +22 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNodeView.d.ts +0 -22
- package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +171 -31
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +175 -65
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/ContentDefinitionRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +37 -17
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentDescriptors.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SliderEditor.d.ts +8 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +1 -1
- package/package.json +3 -3
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/AlignmentEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ColorEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ColorSchemaEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ContainerEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/IconEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ImageEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/MarkdownEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/PropertyEditorCreator.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ReferenceEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SpacingEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SwitchEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/TextEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/TypographyEditor.d.ts +0 -0
@@ -30,10 +30,16 @@ declare const _default: {
|
|
30
30
|
selectedDefinition: VelcronContentInstance;
|
31
31
|
toggleColorSchemaPreview: string;
|
32
32
|
toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
|
33
|
-
|
33
|
+
allowColorSchemaPreview: boolean;
|
34
34
|
onGoingDragging: boolean;
|
35
35
|
socialMode: boolean;
|
36
36
|
showLoading: boolean;
|
37
|
+
showDefinitionSelector: boolean;
|
38
|
+
insertOptions: {
|
39
|
+
preInsert: boolean;
|
40
|
+
inserRelativeToActive: boolean;
|
41
|
+
insertMode: "change" | "add";
|
42
|
+
};
|
37
43
|
};
|
38
44
|
events: {
|
39
45
|
onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance[]>;
|
@@ -41,22 +47,31 @@ declare const _default: {
|
|
41
47
|
onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
42
48
|
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
43
49
|
onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
|
44
|
-
|
50
|
+
onMutatedAllowColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
45
51
|
onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
46
52
|
onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
47
53
|
onMutatedShowLoading: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
54
|
+
onMutatedShowDefinitionSelector: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
55
|
+
onMutatedInsertOptions: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
56
|
+
preInsert: boolean;
|
57
|
+
inserRelativeToActive: boolean;
|
58
|
+
insertMode: "change" | "add";
|
59
|
+
}>;
|
48
60
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
49
61
|
actions: {
|
50
62
|
onDispatching: {
|
51
|
-
|
52
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
63
|
+
showDefinitionSelector: {
|
64
|
+
subscribe(fn: (preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
53
65
|
};
|
54
66
|
addDefinition: {
|
55
|
-
subscribe(fn: (definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object
|
67
|
+
subscribe(fn: (definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
56
68
|
};
|
57
69
|
setActiveDefinition: {
|
58
70
|
subscribe(fn: (definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
59
71
|
};
|
72
|
+
deleteDefinition: {
|
73
|
+
subscribe(fn: (definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
74
|
+
};
|
60
75
|
removeActiveDefinition: {
|
61
76
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
62
77
|
};
|
@@ -86,15 +101,18 @@ declare const _default: {
|
|
86
101
|
};
|
87
102
|
};
|
88
103
|
onDispatched: {
|
89
|
-
|
90
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
104
|
+
showDefinitionSelector: {
|
105
|
+
subscribe(fn: (result: void, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
91
106
|
};
|
92
107
|
addDefinition: {
|
93
|
-
subscribe(fn: (result: void, definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object
|
108
|
+
subscribe(fn: (result: void, definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
94
109
|
};
|
95
110
|
setActiveDefinition: {
|
96
111
|
subscribe(fn: (result: void, definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
97
112
|
};
|
113
|
+
deleteDefinition: {
|
114
|
+
subscribe(fn: (result: void, definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
115
|
+
};
|
98
116
|
removeActiveDefinition: {
|
99
117
|
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
100
118
|
};
|
@@ -124,15 +142,18 @@ declare const _default: {
|
|
124
142
|
};
|
125
143
|
};
|
126
144
|
onFailure: {
|
127
|
-
|
128
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
145
|
+
showDefinitionSelector: {
|
146
|
+
subscribe(fn: (failureReason: any, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
129
147
|
};
|
130
148
|
addDefinition: {
|
131
|
-
subscribe(fn: (failureReason: any, definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object
|
149
|
+
subscribe(fn: (failureReason: any, definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
132
150
|
};
|
133
151
|
setActiveDefinition: {
|
134
152
|
subscribe(fn: (failureReason: any, definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
135
153
|
};
|
154
|
+
deleteDefinition: {
|
155
|
+
subscribe(fn: (failureReason: any, definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
156
|
+
};
|
136
157
|
removeActiveDefinition: {
|
137
158
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
138
159
|
};
|
@@ -162,9 +183,10 @@ declare const _default: {
|
|
162
183
|
};
|
163
184
|
};
|
164
185
|
} & {
|
165
|
-
|
166
|
-
addDefinition(definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object
|
186
|
+
showDefinitionSelector(preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean): void;
|
187
|
+
addDefinition(definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean): void;
|
167
188
|
setActiveDefinition(definition: VelcronContentInstance): void;
|
189
|
+
deleteDefinition(definition: VelcronContentInstance): void;
|
168
190
|
removeActiveDefinition(): void;
|
169
191
|
setSelectedDefinition(definition: VelcronContentInstance): void;
|
170
192
|
removeSelectedDefinition(): void;
|
@@ -204,10 +226,16 @@ declare const _default: {
|
|
204
226
|
selectedDefinition: VelcronContentInstance;
|
205
227
|
toggleColorSchemaPreview: string;
|
206
228
|
toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
|
207
|
-
|
229
|
+
allowColorSchemaPreview: boolean;
|
208
230
|
onGoingDragging: boolean;
|
209
231
|
socialMode: boolean;
|
210
232
|
showLoading: boolean;
|
233
|
+
showDefinitionSelector: boolean;
|
234
|
+
insertOptions: {
|
235
|
+
preInsert: boolean;
|
236
|
+
inserRelativeToActive: boolean;
|
237
|
+
insertMode: "change" | "add";
|
238
|
+
};
|
211
239
|
};
|
212
240
|
events: {
|
213
241
|
onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance[]>;
|
@@ -215,22 +243,31 @@ declare const _default: {
|
|
215
243
|
onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
216
244
|
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
217
245
|
onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
|
218
|
-
|
246
|
+
onMutatedAllowColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
219
247
|
onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
220
248
|
onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
221
249
|
onMutatedShowLoading: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
250
|
+
onMutatedShowDefinitionSelector: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
251
|
+
onMutatedInsertOptions: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
252
|
+
preInsert: boolean;
|
253
|
+
inserRelativeToActive: boolean;
|
254
|
+
insertMode: "change" | "add";
|
255
|
+
}>;
|
222
256
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
223
257
|
actions: {
|
224
258
|
onDispatching: {
|
225
|
-
|
226
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
259
|
+
showDefinitionSelector: {
|
260
|
+
subscribe(fn: (preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
227
261
|
};
|
228
262
|
addDefinition: {
|
229
|
-
subscribe(fn: (definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object
|
263
|
+
subscribe(fn: (definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
230
264
|
};
|
231
265
|
setActiveDefinition: {
|
232
266
|
subscribe(fn: (definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
233
267
|
};
|
268
|
+
deleteDefinition: {
|
269
|
+
subscribe(fn: (definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
270
|
+
};
|
234
271
|
removeActiveDefinition: {
|
235
272
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
236
273
|
};
|
@@ -260,15 +297,18 @@ declare const _default: {
|
|
260
297
|
};
|
261
298
|
};
|
262
299
|
onDispatched: {
|
263
|
-
|
264
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
300
|
+
showDefinitionSelector: {
|
301
|
+
subscribe(fn: (result: void, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
265
302
|
};
|
266
303
|
addDefinition: {
|
267
|
-
subscribe(fn: (result: void, definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object
|
304
|
+
subscribe(fn: (result: void, definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
268
305
|
};
|
269
306
|
setActiveDefinition: {
|
270
307
|
subscribe(fn: (result: void, definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
271
308
|
};
|
309
|
+
deleteDefinition: {
|
310
|
+
subscribe(fn: (result: void, definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
311
|
+
};
|
272
312
|
removeActiveDefinition: {
|
273
313
|
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
274
314
|
};
|
@@ -298,15 +338,18 @@ declare const _default: {
|
|
298
338
|
};
|
299
339
|
};
|
300
340
|
onFailure: {
|
301
|
-
|
302
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
341
|
+
showDefinitionSelector: {
|
342
|
+
subscribe(fn: (failureReason: any, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
303
343
|
};
|
304
344
|
addDefinition: {
|
305
|
-
subscribe(fn: (failureReason: any, definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object
|
345
|
+
subscribe(fn: (failureReason: any, definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
306
346
|
};
|
307
347
|
setActiveDefinition: {
|
308
348
|
subscribe(fn: (failureReason: any, definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
309
349
|
};
|
350
|
+
deleteDefinition: {
|
351
|
+
subscribe(fn: (failureReason: any, definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
352
|
+
};
|
310
353
|
removeActiveDefinition: {
|
311
354
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
312
355
|
};
|
@@ -336,9 +379,10 @@ declare const _default: {
|
|
336
379
|
};
|
337
380
|
};
|
338
381
|
} & {
|
339
|
-
|
340
|
-
addDefinition(definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object
|
382
|
+
showDefinitionSelector(preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean): void;
|
383
|
+
addDefinition(definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean): void;
|
341
384
|
setActiveDefinition(definition: VelcronContentInstance): void;
|
385
|
+
deleteDefinition(definition: VelcronContentInstance): void;
|
342
386
|
removeActiveDefinition(): void;
|
343
387
|
setSelectedDefinition(definition: VelcronContentInstance): void;
|
344
388
|
removeSelectedDefinition(): void;
|
@@ -381,10 +425,16 @@ declare const _default: {
|
|
381
425
|
selectedDefinition: VelcronContentInstance;
|
382
426
|
toggleColorSchemaPreview: string;
|
383
427
|
toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
|
384
|
-
|
428
|
+
allowColorSchemaPreview: boolean;
|
385
429
|
onGoingDragging: boolean;
|
386
430
|
socialMode: boolean;
|
387
431
|
showLoading: boolean;
|
432
|
+
showDefinitionSelector: boolean;
|
433
|
+
insertOptions: {
|
434
|
+
preInsert: boolean;
|
435
|
+
inserRelativeToActive: boolean;
|
436
|
+
insertMode: "change" | "add";
|
437
|
+
};
|
388
438
|
};
|
389
439
|
events: {
|
390
440
|
onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance[]>;
|
@@ -392,22 +442,31 @@ declare const _default: {
|
|
392
442
|
onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
393
443
|
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
394
444
|
onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
|
395
|
-
|
445
|
+
onMutatedAllowColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
396
446
|
onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
397
447
|
onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
398
448
|
onMutatedShowLoading: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
449
|
+
onMutatedShowDefinitionSelector: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
450
|
+
onMutatedInsertOptions: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
451
|
+
preInsert: boolean;
|
452
|
+
inserRelativeToActive: boolean;
|
453
|
+
insertMode: "change" | "add";
|
454
|
+
}>;
|
399
455
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
400
456
|
actions: {
|
401
457
|
onDispatching: {
|
402
|
-
|
403
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
458
|
+
showDefinitionSelector: {
|
459
|
+
subscribe(fn: (preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
404
460
|
};
|
405
461
|
addDefinition: {
|
406
|
-
subscribe(fn: (definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object
|
462
|
+
subscribe(fn: (definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
407
463
|
};
|
408
464
|
setActiveDefinition: {
|
409
465
|
subscribe(fn: (definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
410
466
|
};
|
467
|
+
deleteDefinition: {
|
468
|
+
subscribe(fn: (definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
469
|
+
};
|
411
470
|
removeActiveDefinition: {
|
412
471
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
413
472
|
};
|
@@ -437,15 +496,18 @@ declare const _default: {
|
|
437
496
|
};
|
438
497
|
};
|
439
498
|
onDispatched: {
|
440
|
-
|
441
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
499
|
+
showDefinitionSelector: {
|
500
|
+
subscribe(fn: (result: void, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
442
501
|
};
|
443
502
|
addDefinition: {
|
444
|
-
subscribe(fn: (result: void, definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object
|
503
|
+
subscribe(fn: (result: void, definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
445
504
|
};
|
446
505
|
setActiveDefinition: {
|
447
506
|
subscribe(fn: (result: void, definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
448
507
|
};
|
508
|
+
deleteDefinition: {
|
509
|
+
subscribe(fn: (result: void, definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
510
|
+
};
|
449
511
|
removeActiveDefinition: {
|
450
512
|
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
451
513
|
};
|
@@ -475,15 +537,18 @@ declare const _default: {
|
|
475
537
|
};
|
476
538
|
};
|
477
539
|
onFailure: {
|
478
|
-
|
479
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
540
|
+
showDefinitionSelector: {
|
541
|
+
subscribe(fn: (failureReason: any, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
480
542
|
};
|
481
543
|
addDefinition: {
|
482
|
-
subscribe(fn: (failureReason: any, definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object
|
544
|
+
subscribe(fn: (failureReason: any, definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
483
545
|
};
|
484
546
|
setActiveDefinition: {
|
485
547
|
subscribe(fn: (failureReason: any, definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
486
548
|
};
|
549
|
+
deleteDefinition: {
|
550
|
+
subscribe(fn: (failureReason: any, definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
551
|
+
};
|
487
552
|
removeActiveDefinition: {
|
488
553
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
489
554
|
};
|
@@ -513,9 +578,10 @@ declare const _default: {
|
|
513
578
|
};
|
514
579
|
};
|
515
580
|
} & {
|
516
|
-
|
517
|
-
addDefinition(definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object
|
581
|
+
showDefinitionSelector(preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean): void;
|
582
|
+
addDefinition(definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean): void;
|
518
583
|
setActiveDefinition(definition: VelcronContentInstance): void;
|
584
|
+
deleteDefinition(definition: VelcronContentInstance): void;
|
519
585
|
removeActiveDefinition(): void;
|
520
586
|
setSelectedDefinition(definition: VelcronContentInstance): void;
|
521
587
|
removeSelectedDefinition(): void;
|
@@ -555,10 +621,16 @@ declare const _default: {
|
|
555
621
|
selectedDefinition: VelcronContentInstance;
|
556
622
|
toggleColorSchemaPreview: string;
|
557
623
|
toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
|
558
|
-
|
624
|
+
allowColorSchemaPreview: boolean;
|
559
625
|
onGoingDragging: boolean;
|
560
626
|
socialMode: boolean;
|
561
627
|
showLoading: boolean;
|
628
|
+
showDefinitionSelector: boolean;
|
629
|
+
insertOptions: {
|
630
|
+
preInsert: boolean;
|
631
|
+
inserRelativeToActive: boolean;
|
632
|
+
insertMode: "change" | "add";
|
633
|
+
};
|
562
634
|
};
|
563
635
|
events: {
|
564
636
|
onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance[]>;
|
@@ -566,22 +638,31 @@ declare const _default: {
|
|
566
638
|
onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
567
639
|
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
568
640
|
onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
|
569
|
-
|
641
|
+
onMutatedAllowColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
570
642
|
onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
571
643
|
onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
572
644
|
onMutatedShowLoading: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
645
|
+
onMutatedShowDefinitionSelector: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
646
|
+
onMutatedInsertOptions: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
647
|
+
preInsert: boolean;
|
648
|
+
inserRelativeToActive: boolean;
|
649
|
+
insertMode: "change" | "add";
|
650
|
+
}>;
|
573
651
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
574
652
|
actions: {
|
575
653
|
onDispatching: {
|
576
|
-
|
577
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
654
|
+
showDefinitionSelector: {
|
655
|
+
subscribe(fn: (preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
578
656
|
};
|
579
657
|
addDefinition: {
|
580
|
-
subscribe(fn: (definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object
|
658
|
+
subscribe(fn: (definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
581
659
|
};
|
582
660
|
setActiveDefinition: {
|
583
661
|
subscribe(fn: (definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
584
662
|
};
|
663
|
+
deleteDefinition: {
|
664
|
+
subscribe(fn: (definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
665
|
+
};
|
585
666
|
removeActiveDefinition: {
|
586
667
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
587
668
|
};
|
@@ -611,15 +692,18 @@ declare const _default: {
|
|
611
692
|
};
|
612
693
|
};
|
613
694
|
onDispatched: {
|
614
|
-
|
615
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
695
|
+
showDefinitionSelector: {
|
696
|
+
subscribe(fn: (result: void, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
616
697
|
};
|
617
698
|
addDefinition: {
|
618
|
-
subscribe(fn: (result: void, definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object
|
699
|
+
subscribe(fn: (result: void, definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
619
700
|
};
|
620
701
|
setActiveDefinition: {
|
621
702
|
subscribe(fn: (result: void, definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
622
703
|
};
|
704
|
+
deleteDefinition: {
|
705
|
+
subscribe(fn: (result: void, definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
706
|
+
};
|
623
707
|
removeActiveDefinition: {
|
624
708
|
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
625
709
|
};
|
@@ -649,15 +733,18 @@ declare const _default: {
|
|
649
733
|
};
|
650
734
|
};
|
651
735
|
onFailure: {
|
652
|
-
|
653
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
736
|
+
showDefinitionSelector: {
|
737
|
+
subscribe(fn: (failureReason: any, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
654
738
|
};
|
655
739
|
addDefinition: {
|
656
|
-
subscribe(fn: (failureReason: any, definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object
|
740
|
+
subscribe(fn: (failureReason: any, definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
657
741
|
};
|
658
742
|
setActiveDefinition: {
|
659
743
|
subscribe(fn: (failureReason: any, definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
660
744
|
};
|
745
|
+
deleteDefinition: {
|
746
|
+
subscribe(fn: (failureReason: any, definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
747
|
+
};
|
661
748
|
removeActiveDefinition: {
|
662
749
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
663
750
|
};
|
@@ -687,9 +774,10 @@ declare const _default: {
|
|
687
774
|
};
|
688
775
|
};
|
689
776
|
} & {
|
690
|
-
|
691
|
-
addDefinition(definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object
|
777
|
+
showDefinitionSelector(preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean): void;
|
778
|
+
addDefinition(definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean): void;
|
692
779
|
setActiveDefinition(definition: VelcronContentInstance): void;
|
780
|
+
deleteDefinition(definition: VelcronContentInstance): void;
|
693
781
|
removeActiveDefinition(): void;
|
694
782
|
setSelectedDefinition(definition: VelcronContentInstance): void;
|
695
783
|
removeSelectedDefinition(): void;
|
@@ -722,10 +810,16 @@ declare const _default: {
|
|
722
810
|
selectedDefinition: VelcronContentInstance;
|
723
811
|
toggleColorSchemaPreview: string;
|
724
812
|
toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
|
725
|
-
|
813
|
+
allowColorSchemaPreview: boolean;
|
726
814
|
onGoingDragging: boolean;
|
727
815
|
socialMode: boolean;
|
728
816
|
showLoading: boolean;
|
817
|
+
showDefinitionSelector: boolean;
|
818
|
+
insertOptions: {
|
819
|
+
preInsert: boolean;
|
820
|
+
inserRelativeToActive: boolean;
|
821
|
+
insertMode: "change" | "add";
|
822
|
+
};
|
729
823
|
};
|
730
824
|
events: {
|
731
825
|
onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance[]>;
|
@@ -733,22 +827,31 @@ declare const _default: {
|
|
733
827
|
onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
734
828
|
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
735
829
|
onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
|
736
|
-
|
830
|
+
onMutatedAllowColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
737
831
|
onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
738
832
|
onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
739
833
|
onMutatedShowLoading: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
834
|
+
onMutatedShowDefinitionSelector: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
835
|
+
onMutatedInsertOptions: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
836
|
+
preInsert: boolean;
|
837
|
+
inserRelativeToActive: boolean;
|
838
|
+
insertMode: "change" | "add";
|
839
|
+
}>;
|
740
840
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
741
841
|
actions: {
|
742
842
|
onDispatching: {
|
743
|
-
|
744
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
843
|
+
showDefinitionSelector: {
|
844
|
+
subscribe(fn: (preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
745
845
|
};
|
746
846
|
addDefinition: {
|
747
|
-
subscribe(fn: (definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object
|
847
|
+
subscribe(fn: (definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
748
848
|
};
|
749
849
|
setActiveDefinition: {
|
750
850
|
subscribe(fn: (definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
751
851
|
};
|
852
|
+
deleteDefinition: {
|
853
|
+
subscribe(fn: (definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
854
|
+
};
|
752
855
|
removeActiveDefinition: {
|
753
856
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
754
857
|
};
|
@@ -778,15 +881,18 @@ declare const _default: {
|
|
778
881
|
};
|
779
882
|
};
|
780
883
|
onDispatched: {
|
781
|
-
|
782
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
884
|
+
showDefinitionSelector: {
|
885
|
+
subscribe(fn: (result: void, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
783
886
|
};
|
784
887
|
addDefinition: {
|
785
|
-
subscribe(fn: (result: void, definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object
|
888
|
+
subscribe(fn: (result: void, definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
786
889
|
};
|
787
890
|
setActiveDefinition: {
|
788
891
|
subscribe(fn: (result: void, definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
789
892
|
};
|
893
|
+
deleteDefinition: {
|
894
|
+
subscribe(fn: (result: void, definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
895
|
+
};
|
790
896
|
removeActiveDefinition: {
|
791
897
|
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
792
898
|
};
|
@@ -816,15 +922,18 @@ declare const _default: {
|
|
816
922
|
};
|
817
923
|
};
|
818
924
|
onFailure: {
|
819
|
-
|
820
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
925
|
+
showDefinitionSelector: {
|
926
|
+
subscribe(fn: (failureReason: any, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
821
927
|
};
|
822
928
|
addDefinition: {
|
823
|
-
subscribe(fn: (failureReason: any, definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object
|
929
|
+
subscribe(fn: (failureReason: any, definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
824
930
|
};
|
825
931
|
setActiveDefinition: {
|
826
932
|
subscribe(fn: (failureReason: any, definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
827
933
|
};
|
934
|
+
deleteDefinition: {
|
935
|
+
subscribe(fn: (failureReason: any, definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
936
|
+
};
|
828
937
|
removeActiveDefinition: {
|
829
938
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
830
939
|
};
|
@@ -854,9 +963,10 @@ declare const _default: {
|
|
854
963
|
};
|
855
964
|
};
|
856
965
|
} & {
|
857
|
-
|
858
|
-
addDefinition(definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object
|
966
|
+
showDefinitionSelector(preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean): void;
|
967
|
+
addDefinition(definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean): void;
|
859
968
|
setActiveDefinition(definition: VelcronContentInstance): void;
|
969
|
+
deleteDefinition(definition: VelcronContentInstance): void;
|
860
970
|
removeActiveDefinition(): void;
|
861
971
|
setSelectedDefinition(definition: VelcronContentInstance): void;
|
862
972
|
removeSelectedDefinition(): void;
|
@@ -0,0 +1,60 @@
|
|
1
|
+
import { VelcronContentInstance } from "../models";
|
2
|
+
declare const _default: (props: {
|
3
|
+
"v-model"?: VelcronContentInstance;
|
4
|
+
"onUpdate:modelValue"?: (value: VelcronContentInstance) => void;
|
5
|
+
modelValue?: VelcronContentInstance;
|
6
|
+
} & Omit<{}, "v-model" | "onUpdate:modelValue" | "modelValue"> & {
|
7
|
+
"v-slots"?: {
|
8
|
+
default?: import("vue").Slot;
|
9
|
+
} & {};
|
10
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue">) => {
|
11
|
+
$: import("vue").ComponentInternalInstance;
|
12
|
+
$data: {};
|
13
|
+
$props: {};
|
14
|
+
$attrs: {
|
15
|
+
[x: string]: unknown;
|
16
|
+
};
|
17
|
+
$refs: {
|
18
|
+
[x: string]: unknown;
|
19
|
+
};
|
20
|
+
$slots: Readonly<{
|
21
|
+
[name: string]: import("vue").Slot<any>;
|
22
|
+
}>;
|
23
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
24
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
25
|
+
$emit: (event: string, ...args: any[]) => void;
|
26
|
+
$el: any;
|
27
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
28
|
+
beforeCreate?: (() => void) | (() => void)[];
|
29
|
+
created?: (() => void) | (() => void)[];
|
30
|
+
beforeMount?: (() => void) | (() => void)[];
|
31
|
+
mounted?: (() => void) | (() => void)[];
|
32
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
33
|
+
updated?: (() => void) | (() => void)[];
|
34
|
+
activated?: (() => void) | (() => void)[];
|
35
|
+
deactivated?: (() => void) | (() => void)[];
|
36
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
37
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
38
|
+
destroyed?: (() => void) | (() => void)[];
|
39
|
+
unmounted?: (() => void) | (() => void)[];
|
40
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
41
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
42
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
43
|
+
};
|
44
|
+
$forceUpdate: () => void;
|
45
|
+
$nextTick: typeof import("vue").nextTick;
|
46
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
47
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
48
|
+
propsDefinition: {
|
49
|
+
"v-model"?: VelcronContentInstance;
|
50
|
+
"onUpdate:modelValue"?: (value: VelcronContentInstance) => void;
|
51
|
+
modelValue?: VelcronContentInstance;
|
52
|
+
} & {
|
53
|
+
"v-slots"?: {
|
54
|
+
default?: import("vue").Slot;
|
55
|
+
} & {};
|
56
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue">;
|
57
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
58
|
+
[key: string]: any;
|
59
|
+
}>;
|
60
|
+
export default _default;
|