@omnia/fx 8.0.242-dev → 8.0.244-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (138) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +3 -1
  3. package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +2 -0
  4. package/internal-do-not-import-from-here/stores/SizeContainerStore.d.ts +2 -0
  5. package/internal-do-not-import-from-here/stores/markdown/MarkdownPluginStore.d.ts +43 -0
  6. package/internal-do-not-import-from-here/stores/markdown/MarkdownToolbarStateStore.d.ts +2 -0
  7. package/internal-do-not-import-from-here/stores/markdown/index.d.ts +1 -1
  8. package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +2 -0
  9. package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerCommonStore.d.ts +2 -0
  10. package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerGalleryStore.d.ts +2 -0
  11. package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +2 -0
  12. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +2 -0
  13. package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +2 -0
  14. package/internal-do-not-import-from-here/ux/TokenBasedRouter.d.ts +3 -1
  15. package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/BusinessProfileJourneyStore.d.ts +2 -0
  16. package/internal-do-not-import-from-here/ux/admin/security/store/AppInstanceJourneyStore.d.ts +2 -0
  17. package/internal-do-not-import-from-here/ux/admin/security/store/ProfileJourneyStore.d.ts +2 -0
  18. package/internal-do-not-import-from-here/ux/admin/security/store/TenantJourneyStore.d.ts +2 -0
  19. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/store/SettingsBladeStore.d.ts +2 -0
  20. package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +2 -0
  21. package/internal-do-not-import-from-here/ux/admin/system/store/SystemJourneyStore.d.ts +2 -0
  22. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/LocalizationAdminStore.d.ts +2 -0
  23. package/internal-do-not-import-from-here/ux/admin/system/submenu/services/store/ServicesJourneyStore.d.ts +2 -0
  24. package/internal-do-not-import-from-here/ux/admin/systemlayout/store/SystemLayoutStore.d.ts +4 -0
  25. package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/BusinessProfileAuthenticationStore.d.ts +2 -0
  26. package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/models/LoginProvidersFactory.d.ts +2 -0
  27. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupDetailStore.d.ts +2 -0
  28. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupQueryStore.d.ts +2 -0
  29. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/SelfServiceStore.d.ts +2 -0
  30. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailStore.d.ts +2 -0
  31. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserQueryStore.d.ts +2 -0
  32. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ButtonsEditorStore.d.ts +2 -0
  33. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -0
  34. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +12 -0
  35. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -0
  36. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +2 -0
  37. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/TabsEditorStore.d.ts +2 -0
  38. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +2 -0
  39. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +2 -0
  40. package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +2 -0
  41. package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +2 -0
  42. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +2 -0
  43. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +2 -0
  44. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +3 -1
  45. package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +2 -0
  46. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +17 -0
  47. package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +2 -0
  48. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +50 -0
  49. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +4 -0
  50. package/internal-do-not-import-from-here/ux/aurora/store/ThemingService.d.ts +2 -0
  51. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +17 -0
  52. package/internal-do-not-import-from-here/ux/docs/omfx/services/docs/Service.d.ts +5 -1
  53. package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +4 -0
  54. package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +2 -0
  55. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +2 -0
  56. package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +2 -0
  57. package/internal-do-not-import-from-here/ux/identities/components/shared/AzureAdProviderSettingsStore.d.ts +2 -0
  58. package/internal-do-not-import-from-here/ux/inputlanguagepicker/stores/InputLanguageStore.d.ts +2 -0
  59. package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +3 -10
  60. package/internal-do-not-import-from-here/ux/journey/stores/JourneyMenuStore.d.ts +2 -0
  61. package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +2 -0
  62. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +12 -21
  63. package/internal-do-not-import-from-here/ux/journey/stores/SettingsJourneyStore.d.ts +2 -0
  64. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +4 -0
  65. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/SettingsMenuStore.d.ts +2 -0
  66. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
  67. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor_bak.d.ts +0 -498
  68. package/internal-do-not-import-from-here/ux/markdown/plugins/CodeMarkdownRenderer.d.ts +0 -3
  69. package/internal-do-not-import-from-here/ux/markdown/plugins/VelcronMarkdownRenderer.d.ts +0 -3
  70. package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/ColorButton.d.ts +0 -57
  71. package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/ThemeStylingPlugin.d.ts +0 -3
  72. package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/TypographyButton.d.ts +0 -57
  73. package/internal-do-not-import-from-here/{stores/markdown → ux/markdown/stores}/MarkdownEditorStore.d.ts +5 -3
  74. package/internal-do-not-import-from-here/ux/markdown2/MarkdownEditorFuture.d.ts +6 -1
  75. package/internal-do-not-import-from-here/ux/markdown2/PluginRegistrationHandler.d.ts +1 -0
  76. package/internal-do-not-import-from-here/ux/markdown2/plugins/ColorStylePlugin.d.ts +3 -1
  77. package/internal-do-not-import-from-here/ux/markdown2/plugins/DefineMarkdownPlugin.d.ts +3 -1
  78. package/internal-do-not-import-from-here/ux/markdown2/plugins/TextPlugin.d.ts +3 -1
  79. package/internal-do-not-import-from-here/ux/markdown2/plugins/TypographyPlugin.d.ts +3 -1
  80. package/internal-do-not-import-from-here/ux/markdown2/plugins/VelcronPlugin.d.ts +3 -1
  81. package/internal-do-not-import-from-here/ux/markdown2/plugins/registrations/PluginRegistrations.d.ts +1 -0
  82. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownStore.d.ts +7 -5
  83. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownToolbarStore.d.ts +32 -20
  84. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +4 -0
  85. package/internal-do-not-import-from-here/ux/mediagallery/view/store/PhotoWallStore.d.ts +2 -0
  86. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/use/MediaflowProviderStore.d.ts +2 -0
  87. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +3 -3
  88. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +2 -0
  89. package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +2 -0
  90. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/store/StickyContainerStore.d.ts +2 -0
  91. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorStore.d.ts +2 -0
  92. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts +2 -0
  93. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLink.d.ts +2 -0
  94. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +2 -0
  95. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/Blockquote.d.ts +2 -0
  96. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/Bold.d.ts +2 -0
  97. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletList.d.ts +2 -0
  98. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/Code.d.ts +2 -0
  99. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlock.d.ts +2 -0
  100. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPicker.d.ts +2 -0
  101. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/EnterpriseGlossaryLinkSuggestionExtension.d.ts +2 -0
  102. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/ExtendedElements.d.ts +2 -0
  103. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagEditorExtension.d.ts +2 -0
  104. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +2 -0
  105. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/History.d.ts +2 -0
  106. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRule.d.ts +2 -0
  107. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/Html.d.ts +2 -0
  108. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/Italic.d.ts +2 -0
  109. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePicker.d.ts +2 -0
  110. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItem.d.ts +2 -0
  111. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +2 -0
  112. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +2 -0
  113. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedList.d.ts +2 -0
  114. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/Placeholder.d.ts +2 -0
  115. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatting.d.ts +2 -0
  116. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/Strike.d.ts +2 -0
  117. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Subscript/Subscript.d.ts +2 -0
  118. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Superscript/Superscript.d.ts +2 -0
  119. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/Table.d.ts +2 -0
  120. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColor.d.ts +2 -0
  121. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletion.d.ts +2 -0
  122. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslator.d.ts +2 -0
  123. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoList.d.ts +2 -0
  124. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/Underline.d.ts +2 -0
  125. package/internal-do-not-import-from-here/ux/richtexteditor/shareds/DefineRichTextExtension.d.ts +3 -1
  126. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3 -1
  127. package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
  128. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +10 -0
  129. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +2 -0
  130. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +2 -0
  131. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.d.ts +10 -0
  132. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/stores/ContentEditorStore.d.ts +2 -0
  133. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronComponentStore.d.ts +2 -0
  134. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +4 -0
  135. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +7 -7
  136. package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +6 -6
  137. package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +2 -0
  138. package/package.json +4 -4
@@ -9,4 +9,6 @@ export declare const orderedListEditorExtension: () => {
9
9
  configuration: {};
10
10
  }[];
11
11
  };
12
+ } & {
13
+ dispose?: () => void;
12
14
  };
@@ -5,4 +5,6 @@ export declare const placeholderEditorExtension: () => {
5
5
  getConfiguration(): {
6
6
  nodes: import("@tiptap/core").Extension<import("./PlaceHolderNode").PlaceholderOptions, any>[];
7
7
  };
8
+ } & {
9
+ dispose?: () => void;
8
10
  };
@@ -42,4 +42,6 @@ export declare const removingFormattingEditorExtension: () => {
42
42
  showOnPasted: true;
43
43
  })[];
44
44
  };
45
+ } & {
46
+ dispose?: () => void;
45
47
  };
@@ -23,4 +23,6 @@ export declare const strikeEditorExtension: () => {
23
23
  configuration: {};
24
24
  }[];
25
25
  };
26
+ } & {
27
+ dispose?: () => void;
26
28
  };
@@ -9,4 +9,6 @@ export declare const subscriptEditorExtension: () => {
9
9
  configuration: {};
10
10
  }[];
11
11
  };
12
+ } & {
13
+ dispose?: () => void;
12
14
  };
@@ -9,4 +9,6 @@ export declare const superscriptEditorExtension: () => {
9
9
  configuration: {};
10
10
  }[];
11
11
  };
12
+ } & {
13
+ dispose?: () => void;
12
14
  };
@@ -42,4 +42,6 @@ export declare const tableEditorExtension: () => {
42
42
  isSubToolBar: true;
43
43
  })[];
44
44
  };
45
+ } & {
46
+ dispose?: () => void;
45
47
  };
@@ -23,4 +23,6 @@ export declare const textColorEditorExtension: () => {
23
23
  configuration: {};
24
24
  }[];
25
25
  };
26
+ } & {
27
+ dispose?: () => void;
26
28
  };
@@ -60,4 +60,6 @@ export declare const textCompletionEditorExtension: () => {
60
60
  }[];
61
61
  bubbleMenuItems: any[];
62
62
  };
63
+ } & {
64
+ dispose?: () => void;
63
65
  };
@@ -23,4 +23,6 @@ export declare const textTranslatorEditorExtension: () => {
23
23
  configuration: {};
24
24
  }[];
25
25
  };
26
+ } & {
27
+ dispose?: () => void;
26
28
  };
@@ -10,4 +10,6 @@ export declare const todoListEditorExtension: () => {
10
10
  configuration: {};
11
11
  }[];
12
12
  };
13
+ } & {
14
+ dispose?: () => void;
13
15
  };
@@ -9,4 +9,6 @@ export declare const underlineEditorExtension: () => {
9
9
  configuration: {};
10
10
  }[];
11
11
  };
12
+ } & {
13
+ dispose?: () => void;
12
14
  };
@@ -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 {};
@@ -1 +1,3 @@
1
- export declare function useColorSchemaSetup(props: object): import("../aurora/store").ColorSchemaStoreType;
1
+ export declare function useColorSchemaSetup(props: object): import("../aurora/store").ColorSchemaStoreType & {
2
+ dispose?: () => void;
3
+ };
@@ -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
  };
@@ -229,5 +229,7 @@ export declare const useVelcronContentEditorStore: () => {
229
229
  definition: (definitionRegistration: VelcronSectionInstance, newDefinitionId: guid, cancelPreview: boolean) => void;
230
230
  };
231
231
  };
232
+ } & {
233
+ dispose?: () => void;
232
234
  };
233
235
  export {};
@@ -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
  };
@@ -216,5 +216,7 @@ export declare const useVelcronContentEditorStore: () => {
216
216
  definition: (definitionRegistration: VelcronSectionInstance, newDefinitionId: guid, cancelPreview: boolean) => void;
217
217
  };
218
218
  };
219
+ } & {
220
+ dispose?: () => void;
219
221
  };
220
222
  export {};
@@ -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
- }>, "onState:updated" | "onSetup:context"> & {
180
- "onState:updated"?: (newState: object, oldState: object) => any;
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
- }>, "onState:updated" | "onSetup:context"> & {
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.242-dev",
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.242-dev",
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.31",
29
- "vuetify": "3.6.12",
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",