@omnia/fx 8.0.242-dev → 8.0.244-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/stores/DefineStore.d.ts +3 -1
- package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/SizeContainerStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/markdown/MarkdownPluginStore.d.ts +43 -0
- package/internal-do-not-import-from-here/stores/markdown/MarkdownToolbarStateStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/markdown/index.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerCommonStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerGalleryStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/TokenBasedRouter.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/BusinessProfileJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/security/store/AppInstanceJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/security/store/ProfileJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/security/store/TenantJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/store/SettingsBladeStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/system/store/SystemJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/LocalizationAdminStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/services/store/ServicesJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/systemlayout/store/SystemLayoutStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/BusinessProfileAuthenticationStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/models/LoginProvidersFactory.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupDetailStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupQueryStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/SelfServiceStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserQueryStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ButtonsEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/TabsEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +50 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ThemingService.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/services/docs/Service.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/identities/components/shared/AzureAdProviderSettingsStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/stores/InputLanguageStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +3 -10
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyMenuStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +12 -21
- package/internal-do-not-import-from-here/ux/journey/stores/SettingsJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/SettingsMenuStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor_bak.d.ts +0 -498
- package/internal-do-not-import-from-here/ux/markdown/plugins/CodeMarkdownRenderer.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/markdown/plugins/VelcronMarkdownRenderer.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/ColorButton.d.ts +0 -57
- package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/ThemeStylingPlugin.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/TypographyButton.d.ts +0 -57
- package/internal-do-not-import-from-here/{stores/markdown → ux/markdown/stores}/MarkdownEditorStore.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/markdown2/MarkdownEditorFuture.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/markdown2/PluginRegistrationHandler.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/ColorStylePlugin.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/markdown2/plugins/DefineMarkdownPlugin.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/markdown2/plugins/TextPlugin.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/markdown2/plugins/TypographyPlugin.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/markdown2/plugins/VelcronPlugin.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/markdown2/plugins/registrations/PluginRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownStore.d.ts +7 -5
- package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownToolbarStore.d.ts +32 -20
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/mediagallery/view/store/PhotoWallStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/use/MediaflowProviderStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/stickycontainer/store/StickyContainerStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLink.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/Blockquote.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/Bold.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletList.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/Code.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlock.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPicker.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/EnterpriseGlossaryLinkSuggestionExtension.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/ExtendedElements.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagEditorExtension.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/History.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRule.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/Html.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/Italic.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePicker.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItem.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedList.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/Placeholder.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatting.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/Strike.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Subscript/Subscript.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Superscript/Superscript.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/Table.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColor.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletion.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslator.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoList.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/Underline.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/shareds/DefineRichTextExtension.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/stores/ContentEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronComponentStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +2 -0
- package/package.json +4 -4
package/internal-do-not-import-from-here/ux/richtexteditor/shareds/DefineRichTextExtension.d.ts
CHANGED
@@ -2,5 +2,7 @@ import { SetupFactoryContext } from "@omnia/fx";
|
|
2
2
|
import { RichTextEditorExtension } from "@omnia/fx-models";
|
3
3
|
interface SetupRichTextExtensionContext extends SetupFactoryContext {
|
4
4
|
}
|
5
|
-
export declare function defineRichTextEditorExtension<TReturnSetup extends RichTextEditorExtension>(setup: (ctx: SetupRichTextExtensionContext) => TReturnSetup): () => TReturnSetup
|
5
|
+
export declare function defineRichTextEditorExtension<TReturnSetup extends RichTextEditorExtension>(setup: (ctx: SetupRichTextExtensionContext) => TReturnSetup): () => TReturnSetup & {
|
6
|
+
dispose?: () => void;
|
7
|
+
};
|
6
8
|
export {};
|
@@ -8,7 +8,7 @@ export declare const DraggableStyles: {
|
|
8
8
|
};
|
9
9
|
export declare function useDraggable(): {
|
10
10
|
Draggable: DraggableComponentTypings;
|
11
|
-
DraggableIcon: JSX.Element;
|
11
|
+
readonly DraggableIcon: JSX.Element;
|
12
12
|
draggableContainerRef: Ref<any>;
|
13
13
|
draggableItemClass: string;
|
14
14
|
disabledItemClass: string;
|
@@ -188,6 +188,8 @@ declare const _default: {
|
|
188
188
|
changeDefinition(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean): void;
|
189
189
|
updateDefinition(definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>): void;
|
190
190
|
};
|
191
|
+
} & {
|
192
|
+
dispose?: () => void;
|
191
193
|
}) => any;
|
192
194
|
onFilesAdded?: (files: File[]) => any;
|
193
195
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -374,6 +376,8 @@ declare const _default: {
|
|
374
376
|
changeDefinition(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean): void;
|
375
377
|
updateDefinition(definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>): void;
|
376
378
|
};
|
379
|
+
} & {
|
380
|
+
dispose?: () => void;
|
377
381
|
}) => any;
|
378
382
|
onFilesAdded?: (files: File[]) => any;
|
379
383
|
}, {}, true, {}, {}, {
|
@@ -563,6 +567,8 @@ declare const _default: {
|
|
563
567
|
changeDefinition(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean): void;
|
564
568
|
updateDefinition(definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>): void;
|
565
569
|
};
|
570
|
+
} & {
|
571
|
+
dispose?: () => void;
|
566
572
|
}) => any;
|
567
573
|
onFilesAdded?: (files: File[]) => any;
|
568
574
|
}, () => JSX.Element, {}, {}, {}, {}>;
|
@@ -749,6 +755,8 @@ declare const _default: {
|
|
749
755
|
changeDefinition(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean): void;
|
750
756
|
updateDefinition(definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>): void;
|
751
757
|
};
|
758
|
+
} & {
|
759
|
+
dispose?: () => void;
|
752
760
|
}) => any;
|
753
761
|
onFilesAdded?: (files: File[]) => any;
|
754
762
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -932,6 +940,8 @@ declare const _default: {
|
|
932
940
|
changeDefinition(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean): void;
|
933
941
|
updateDefinition(definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>): void;
|
934
942
|
};
|
943
|
+
} & {
|
944
|
+
dispose?: () => void;
|
935
945
|
}) => any;
|
936
946
|
onFilesAdded?: (files: File[]) => any;
|
937
947
|
};
|
@@ -175,4 +175,6 @@ export declare const useVelcronContentEditorStore: () => {
|
|
175
175
|
changeDefinition(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean): void;
|
176
176
|
updateDefinition(definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition): void;
|
177
177
|
};
|
178
|
+
} & {
|
179
|
+
dispose?: () => void;
|
178
180
|
};
|
@@ -224,6 +224,8 @@ declare const _default: {
|
|
224
224
|
definition: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, cancelPreview: boolean) => void;
|
225
225
|
};
|
226
226
|
};
|
227
|
+
} & {
|
228
|
+
dispose?: () => void;
|
227
229
|
}) => any;
|
228
230
|
onFilesAdded?: (files: File[]) => any;
|
229
231
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -447,6 +449,8 @@ declare const _default: {
|
|
447
449
|
definition: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, cancelPreview: boolean) => void;
|
448
450
|
};
|
449
451
|
};
|
452
|
+
} & {
|
453
|
+
dispose?: () => void;
|
450
454
|
}) => any;
|
451
455
|
onFilesAdded?: (files: File[]) => any;
|
452
456
|
}, {}, true, {}, {}, {
|
@@ -673,6 +677,8 @@ declare const _default: {
|
|
673
677
|
definition: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, cancelPreview: boolean) => void;
|
674
678
|
};
|
675
679
|
};
|
680
|
+
} & {
|
681
|
+
dispose?: () => void;
|
676
682
|
}) => any;
|
677
683
|
onFilesAdded?: (files: File[]) => any;
|
678
684
|
}, () => JSX.Element, {}, {}, {}, {}>;
|
@@ -896,6 +902,8 @@ declare const _default: {
|
|
896
902
|
definition: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, cancelPreview: boolean) => void;
|
897
903
|
};
|
898
904
|
};
|
905
|
+
} & {
|
906
|
+
dispose?: () => void;
|
899
907
|
}) => any;
|
900
908
|
onFilesAdded?: (files: File[]) => any;
|
901
909
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -1116,6 +1124,8 @@ declare const _default: {
|
|
1116
1124
|
definition: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, cancelPreview: boolean) => void;
|
1117
1125
|
};
|
1118
1126
|
};
|
1127
|
+
} & {
|
1128
|
+
dispose?: () => void;
|
1119
1129
|
}) => any;
|
1120
1130
|
onFilesAdded?: (files: File[]) => any;
|
1121
1131
|
};
|
package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronComponentStore.d.ts
CHANGED
@@ -18,4 +18,6 @@ export declare const useVelcronComponentStore: () => {
|
|
18
18
|
}>;
|
19
19
|
onMutatedComponentTemplates: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronComponentTemplateDescriptor[]>;
|
20
20
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
21
|
+
} & {
|
22
|
+
dispose?: () => void;
|
21
23
|
};
|
@@ -24,6 +24,8 @@ export declare const useVelcronEditorStore: () => {
|
|
24
24
|
}>;
|
25
25
|
onMutatedComponentTemplates: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models").VelcronComponentTemplateDescriptor[]>;
|
26
26
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
27
|
+
} & {
|
28
|
+
dispose?: () => void;
|
27
29
|
};
|
28
30
|
getBodyTreeviewItem(): TreeViewItem<any>;
|
29
31
|
getStatePropertyPath(from: TreeViewItem<StatePropertyAppTreeItem>): string;
|
@@ -368,5 +370,7 @@ export declare const useVelcronEditorStore: () => {
|
|
368
370
|
onMutatedCodeEditor: import("@omnia/fx").MessageBusExposeOnlySubscription<CodeEditorState>;
|
369
371
|
onMutatedValidation: import("@omnia/fx").MessageBusExposeOnlySubscription<AppValidationState>;
|
370
372
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
373
|
+
} & {
|
374
|
+
dispose?: () => void;
|
371
375
|
};
|
372
376
|
export {};
|
@@ -34,8 +34,8 @@ declare const _default: {
|
|
34
34
|
required: true;
|
35
35
|
};
|
36
36
|
}>> & {
|
37
|
-
"onState:updated"?: (newState: object, oldState: object) => any;
|
38
37
|
"onSetup:context"?: (context: VelcronRenderContext) => any;
|
38
|
+
"onState:updated"?: (newState: object, oldState: object) => any;
|
39
39
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
40
40
|
"state:updated": (newState: DynamicState, oldState: DynamicState) => any;
|
41
41
|
"setup:context": (context: VelcronRenderContext) => any;
|
@@ -72,8 +72,8 @@ declare const _default: {
|
|
72
72
|
required: true;
|
73
73
|
};
|
74
74
|
}>> & {
|
75
|
-
"onState:updated"?: (newState: object, oldState: object) => any;
|
76
75
|
"onSetup:context"?: (context: VelcronRenderContext) => any;
|
76
|
+
"onState:updated"?: (newState: object, oldState: object) => any;
|
77
77
|
}, {
|
78
78
|
container: boolean;
|
79
79
|
}, true, {}, {}, {
|
@@ -116,8 +116,8 @@ declare const _default: {
|
|
116
116
|
required: true;
|
117
117
|
};
|
118
118
|
}>> & {
|
119
|
-
"onState:updated"?: (newState: object, oldState: object) => any;
|
120
119
|
"onSetup:context"?: (context: VelcronRenderContext) => any;
|
120
|
+
"onState:updated"?: (newState: object, oldState: object) => any;
|
121
121
|
}, () => JSX.Element, {}, {}, {}, {
|
122
122
|
container: boolean;
|
123
123
|
}>;
|
@@ -157,8 +157,8 @@ declare const _default: {
|
|
157
157
|
required: true;
|
158
158
|
};
|
159
159
|
}>> & {
|
160
|
-
"onState:updated"?: (newState: object, oldState: object) => any;
|
161
160
|
"onSetup:context"?: (context: VelcronRenderContext) => any;
|
161
|
+
"onState:updated"?: (newState: object, oldState: object) => any;
|
162
162
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
163
163
|
"state:updated": (newState: DynamicState, oldState: DynamicState) => any;
|
164
164
|
"setup:context": (context: VelcronRenderContext) => any;
|
@@ -174,11 +174,11 @@ declare const _default: {
|
|
174
174
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
175
175
|
themeDefinition?: ThemeDefinitionV2;
|
176
176
|
context?: VelcronRenderContext;
|
177
|
-
eventHandlers?: VelcronRenderContextEventHandlers;
|
178
177
|
editMode?: boolean;
|
179
|
-
|
180
|
-
|
178
|
+
eventHandlers?: VelcronRenderContextEventHandlers;
|
179
|
+
}>, "onSetup:context" | "onState:updated"> & {
|
181
180
|
"onSetup:context"?: (context: VelcronRenderContext) => any;
|
181
|
+
"onState:updated"?: (newState: object, oldState: object) => any;
|
182
182
|
};
|
183
183
|
};
|
184
184
|
export default _default;
|
@@ -13,8 +13,8 @@ declare const _default: {
|
|
13
13
|
required: true;
|
14
14
|
};
|
15
15
|
}>> & {
|
16
|
-
"onState:updated"?: (newState: object, oldState: object) => any;
|
17
16
|
"onSetup:context"?: (context: VelcronRenderContext) => any;
|
17
|
+
"onState:updated"?: (newState: object, oldState: object) => any;
|
18
18
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
19
19
|
"state:updated": (newState: DynamicState, oldState: DynamicState) => any;
|
20
20
|
"setup:context": (context: VelcronRenderContext) => any;
|
@@ -31,8 +31,8 @@ declare const _default: {
|
|
31
31
|
required: true;
|
32
32
|
};
|
33
33
|
}>> & {
|
34
|
-
"onState:updated"?: (newState: object, oldState: object) => any;
|
35
34
|
"onSetup:context"?: (context: VelcronRenderContext) => any;
|
35
|
+
"onState:updated"?: (newState: object, oldState: object) => any;
|
36
36
|
}, {}, true, {}, {}, {
|
37
37
|
P: {};
|
38
38
|
B: {};
|
@@ -53,8 +53,8 @@ declare const _default: {
|
|
53
53
|
required: true;
|
54
54
|
};
|
55
55
|
}>> & {
|
56
|
-
"onState:updated"?: (newState: object, oldState: object) => any;
|
57
56
|
"onSetup:context"?: (context: VelcronRenderContext) => any;
|
57
|
+
"onState:updated"?: (newState: object, oldState: object) => any;
|
58
58
|
}, () => JSX.Element, {}, {}, {}, {}>;
|
59
59
|
__isFragment?: never;
|
60
60
|
__isTeleport?: never;
|
@@ -72,8 +72,8 @@ declare const _default: {
|
|
72
72
|
required: true;
|
73
73
|
};
|
74
74
|
}>> & {
|
75
|
-
"onState:updated"?: (newState: object, oldState: object) => any;
|
76
75
|
"onSetup:context"?: (context: VelcronRenderContext) => any;
|
76
|
+
"onState:updated"?: (newState: object, oldState: object) => any;
|
77
77
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
78
78
|
"state:updated": (newState: DynamicState, oldState: DynamicState) => any;
|
79
79
|
"setup:context": (context: VelcronRenderContext) => any;
|
@@ -83,9 +83,9 @@ declare const _default: {
|
|
83
83
|
renderContext: VelcronRenderContext;
|
84
84
|
} & {
|
85
85
|
rootApp?: boolean;
|
86
|
-
}>, "
|
87
|
-
"onState:updated"?: (newState: object, oldState: object) => any;
|
86
|
+
}>, "onSetup:context" | "onState:updated"> & {
|
88
87
|
"onSetup:context"?: (context: VelcronRenderContext) => any;
|
88
|
+
"onState:updated"?: (newState: object, oldState: object) => any;
|
89
89
|
};
|
90
90
|
};
|
91
91
|
export default _default;
|
@@ -68,4 +68,6 @@ export declare const useVelcronDefinitionStore: () => {
|
|
68
68
|
onMutatedCategories: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinitionCategoryRegistration[]>;
|
69
69
|
onMutatedRendererTypes: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinitionRendererTypeRegistration[]>;
|
70
70
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
71
|
+
} & {
|
72
|
+
dispose?: () => void;
|
71
73
|
};
|
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.244-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,13 +20,13 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.244-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|
27
27
|
"splitpanes": "3.1.5",
|
28
|
-
"vue": "3.4.
|
29
|
-
"vuetify": "3.6.
|
28
|
+
"vue": "3.4.33",
|
29
|
+
"vuetify": "3.6.13",
|
30
30
|
"tslib": "2.6.2",
|
31
31
|
"typescript": "5.3.3",
|
32
32
|
"@tiptap/vue-3": "2.1.13",
|