@omnia/fx 8.0.222-dev → 8.0.223-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.
Files changed (169) 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/manifests/omnia.fx.ux.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
  4. package/internal-do-not-import-from-here/stores/markdown/MarkdownEditorStore.d.ts +72 -0
  5. package/internal-do-not-import-from-here/stores/markdown/MarkdownStateStore.d.ts +38 -0
  6. package/internal-do-not-import-from-here/stores/markdown/index.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +1 -1
  8. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +96 -450
  9. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupMembershipListing.d.ts +7 -4
  10. package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +2 -0
  11. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/AuthenticationBlade.d.ts +47 -0
  12. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/DetailBlade.d.ts +47 -0
  13. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailStore.d.ts +11 -6
  14. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +8 -0
  15. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
  16. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +4 -4
  17. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
  18. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +5 -5
  20. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +5 -5
  22. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
  23. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +5 -5
  24. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeViewer.d.ts +5 -5
  25. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -10
  26. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.css.d.ts +3 -0
  27. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +100 -100
  28. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +5 -5
  29. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +2 -2
  30. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +5 -5
  31. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
  32. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +5 -5
  33. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
  34. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
  35. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts +5 -5
  36. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
  37. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
  38. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +5 -5
  39. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +443 -371
  41. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
  42. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +443 -371
  43. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +1 -0
  44. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +2 -12
  45. package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +3 -1
  46. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +5 -5
  47. package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +5 -5
  48. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +5 -5
  49. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +5 -5
  50. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +5 -5
  51. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +5 -5
  52. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +5 -5
  53. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +5 -5
  54. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +5 -5
  55. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +5 -5
  56. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +5 -5
  57. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +5 -5
  58. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +5 -5
  59. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +5 -5
  60. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.css_bak.d.ts +7 -0
  61. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +45 -5
  62. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor_bak.d.ts +500 -0
  63. package/internal-do-not-import-from-here/ux/markdown/MarkdownToolbar.css.d.ts +5 -0
  64. package/internal-do-not-import-from-here/ux/markdown/MarkdownToolbar.d.ts +52 -0
  65. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.css.d.ts +1 -6
  66. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +5 -5
  67. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.stylex.d.ts +6 -36
  68. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +5 -5
  69. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +5 -5
  70. package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +2 -7
  71. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +5 -5
  72. package/internal-do-not-import-from-here/ux/oxide/card/Card.css.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +5 -5
  74. package/internal-do-not-import-from-here/ux/oxide/chart/Chart.d.ts +5 -5
  75. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +5 -5
  76. package/internal-do-not-import-from-here/ux/oxide/checkbox/{Checkbox.css.d.ts → Checkbox.stylex.d.ts} +1 -1
  77. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +5 -5
  78. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.stylex.d.ts +4 -0
  79. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +5 -5
  80. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.stylex.d.ts +8 -0
  81. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +5 -5
  82. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +5 -5
  83. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +5 -5
  84. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -5
  85. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +5 -5
  86. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +5 -5
  87. package/internal-do-not-import-from-here/ux/oxide/flex/Flex.d.ts +5 -5
  88. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +5 -5
  89. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +5 -5
  90. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +5 -5
  91. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +5 -5
  92. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.css.d.ts +1 -6
  93. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +5 -5
  94. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +5 -5
  95. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +5 -5
  96. package/internal-do-not-import-from-here/ux/oxide/list/{List.css.d.ts → List.stylex.d.ts} +1 -1
  97. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +5 -5
  98. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.stylex.d.ts +5 -0
  99. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +5 -5
  100. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +5 -5
  101. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +5 -5
  102. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +5 -5
  103. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +5 -5
  104. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +5 -5
  105. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +5 -5
  106. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +5 -5
  107. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +5 -5
  108. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +5 -5
  109. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +5 -5
  110. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.stylex.d.ts +1 -6
  111. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +2 -2
  112. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +5 -5
  113. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +5 -5
  114. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +5 -5
  115. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +5 -5
  116. package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +5 -5
  117. package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +5 -5
  118. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +2 -2
  119. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +5 -5
  120. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +5 -5
  121. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +5 -5
  122. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +5 -5
  123. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +5 -5
  124. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +5 -5
  125. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -5
  126. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +5 -5
  127. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +5 -5
  128. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.stylex.d.ts +4 -24
  129. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +5 -5
  130. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +5 -5
  131. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +8 -0
  132. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +75 -0
  133. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionRenderer.d.ts +52 -0
  134. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionRendererPlugin.d.ts +5 -0
  135. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionTemplateSelectorButton.d.ts +52 -0
  136. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +15 -0
  137. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.css.d.ts +5 -0
  138. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.d.ts +1123 -0
  139. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentRenderer.d.ts +80 -0
  140. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/ActionMenu.css.d.ts +4 -0
  141. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/ActionMenu.d.ts +60 -0
  142. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector copy.d.ts +60 -0
  143. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector.css.d.ts +12 -0
  144. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector.d.ts +60 -0
  145. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar copy.d.ts +65 -0
  146. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar.css.d.ts +4 -0
  147. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar.d.ts +65 -0
  148. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/definitions/DefinitionRegistrations.d.ts +1 -0
  149. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/definitions/index.d.ts +1 -0
  150. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/editorHooks/ContentEditorHooks.css.d.ts +6 -0
  151. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/editorHooks/ContentEditorHooks.d.ts +2 -0
  152. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/models/EditorRenderingHooks.d.ts +24 -0
  153. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/models/index.d.ts +1 -0
  154. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/stores/ContentEditorStore.d.ts +220 -0
  155. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +5 -5
  156. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +5 -5
  157. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +5 -5
  158. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  159. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  160. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +5 -5
  161. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +105 -105
  162. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +5 -5
  163. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +8 -0
  164. package/internal-do-not-import-from-here/wctypings.d.ts +17 -17
  165. package/package.json +2 -2
  166. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.css.d.ts +0 -24
  167. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.css.d.ts +0 -8
  168. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker_omfx.d.ts +0 -0
  169. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.css.d.ts +0 -5
@@ -29,7 +29,7 @@ declare const _default: {
29
29
  required: boolean;
30
30
  };
31
31
  colorSchemaType: {
32
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
32
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
33
33
  required: boolean;
34
34
  };
35
35
  container: {
@@ -68,7 +68,7 @@ declare const _default: {
68
68
  required: boolean;
69
69
  };
70
70
  colorSchemaType: {
71
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
71
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
72
72
  required: boolean;
73
73
  };
74
74
  container: {
@@ -116,7 +116,7 @@ declare const _default: {
116
116
  required: boolean;
117
117
  };
118
118
  colorSchemaType: {
119
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
119
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
120
120
  required: boolean;
121
121
  };
122
122
  container: {
@@ -161,7 +161,7 @@ declare const _default: {
161
161
  required: boolean;
162
162
  };
163
163
  colorSchemaType: {
164
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
164
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
165
165
  required: boolean;
166
166
  };
167
167
  container: {
@@ -179,7 +179,7 @@ declare const _default: {
179
179
  text?: string;
180
180
  container?: boolean;
181
181
  class?: String | String[];
182
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
182
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
183
183
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
184
184
  "v-slots"?: {
185
185
  default?: import("../../DefineVueTypings").Slot<any[]>;
@@ -87,7 +87,7 @@ declare const _default: {
87
87
  required: false;
88
88
  };
89
89
  colorSchemaType: {
90
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
90
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
91
91
  required: boolean;
92
92
  };
93
93
  container: {
@@ -179,7 +179,7 @@ declare const _default: {
179
179
  required: false;
180
180
  };
181
181
  colorSchemaType: {
182
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
182
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
183
183
  required: boolean;
184
184
  };
185
185
  container: {
@@ -278,7 +278,7 @@ declare const _default: {
278
278
  required: false;
279
279
  };
280
280
  colorSchemaType: {
281
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
281
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
282
282
  required: boolean;
283
283
  };
284
284
  container: {
@@ -374,7 +374,7 @@ declare const _default: {
374
374
  required: false;
375
375
  };
376
376
  colorSchemaType: {
377
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
377
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
378
378
  required: boolean;
379
379
  };
380
380
  container: {
@@ -397,7 +397,7 @@ declare const _default: {
397
397
  padding?: Spacing | SpacingValue;
398
398
  expanded?: any[];
399
399
  multiple?: boolean;
400
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
400
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
401
401
  items?: any[];
402
402
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
403
403
  "v-model"?: any[];
@@ -1,27 +1,7 @@
1
1
  export declare const treeViewStylex: {
2
2
  titleWrapper: (hoverBackgroundColor: string) => Readonly<import("../../Styles.stylex").StylexType>;
3
- containerWrapper: (background: string) => Readonly<{
4
- className?: string;
5
- style?: Readonly<{
6
- [$$Key$$: string]: string | number;
7
- }>;
8
- }>;
9
- expandedAnimation: Readonly<{
10
- className?: string;
11
- style?: Readonly<{
12
- [$$Key$$: string]: string | number;
13
- }>;
14
- }>;
15
- expandedIcon: Readonly<{
16
- className?: string;
17
- style?: Readonly<{
18
- [$$Key$$: string]: string | number;
19
- }>;
20
- }>;
21
- collapsedIcon: Readonly<{
22
- className?: string;
23
- style?: Readonly<{
24
- [$$Key$$: string]: string | number;
25
- }>;
26
- }>;
3
+ containerWrapper: (background: string) => import("../../Styles.stylex").StylexType;
4
+ expandedAnimation: import("../../Styles.stylex").StylexType;
5
+ expandedIcon: import("../../Styles.stylex").StylexType;
6
+ collapsedIcon: import("../../Styles.stylex").StylexType;
27
7
  };
@@ -8,7 +8,7 @@ declare const _default: {
8
8
  type: import("vue").PropType<string>;
9
9
  };
10
10
  colorSchemaType: {
11
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
11
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
12
12
  required: boolean;
13
13
  };
14
14
  container: {
@@ -27,7 +27,7 @@ declare const _default: {
27
27
  type: import("vue").PropType<string>;
28
28
  };
29
29
  colorSchemaType: {
30
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
30
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
31
31
  required: boolean;
32
32
  };
33
33
  container: {
@@ -55,7 +55,7 @@ declare const _default: {
55
55
  type: import("vue").PropType<string>;
56
56
  };
57
57
  colorSchemaType: {
58
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
58
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
59
59
  required: boolean;
60
60
  };
61
61
  container: {
@@ -80,7 +80,7 @@ declare const _default: {
80
80
  type: import("vue").PropType<string>;
81
81
  };
82
82
  colorSchemaType: {
83
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
83
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
84
84
  required: boolean;
85
85
  };
86
86
  container: {
@@ -97,7 +97,7 @@ declare const _default: {
97
97
  propsDefinition: Omit<Readonly<{} & {
98
98
  text?: string;
99
99
  container?: boolean;
100
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
100
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
101
101
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
102
102
  renderingMode?: BlockRenderingModes;
103
103
  }>, never>;
@@ -28,7 +28,7 @@ declare const _default: {
28
28
  default?: import("../DefineVueTypings").Slot<any[]>;
29
29
  } & SecurityTrimmerSlots>;
30
30
  colorSchemaType: {
31
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
31
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
32
32
  required: boolean;
33
33
  };
34
34
  container: {
@@ -62,7 +62,7 @@ declare const _default: {
62
62
  default?: import("../DefineVueTypings").Slot<any[]>;
63
63
  } & SecurityTrimmerSlots>;
64
64
  colorSchemaType: {
65
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
65
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
66
66
  required: boolean;
67
67
  };
68
68
  container: {
@@ -105,7 +105,7 @@ declare const _default: {
105
105
  default?: import("../DefineVueTypings").Slot<any[]>;
106
106
  } & SecurityTrimmerSlots>;
107
107
  colorSchemaType: {
108
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
108
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
109
109
  required: boolean;
110
110
  };
111
111
  container: {
@@ -145,7 +145,7 @@ declare const _default: {
145
145
  default?: import("../DefineVueTypings").Slot<any[]>;
146
146
  } & SecurityTrimmerSlots>;
147
147
  colorSchemaType: {
148
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
148
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
149
149
  required: boolean;
150
150
  };
151
151
  container: {
@@ -163,7 +163,7 @@ declare const _default: {
163
163
  roles: guid[];
164
164
  } & {
165
165
  container?: boolean;
166
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
166
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
167
167
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
168
168
  "v-slots"?: {
169
169
  default?: import("../DefineVueTypings").Slot<any[]>;
@@ -120,10 +120,18 @@ export declare function useIcons(): {
120
120
  questionCircle: FontAwesomeIcon;
121
121
  upload: FontAwesomeIcon;
122
122
  user: FontAwesomeIcon;
123
+ userAlt: FontAwesomeIcon;
124
+ userCircle: FontAwesomeIcon;
123
125
  global: FontAwesomeIcon;
124
126
  arrowLeft: FontAwesomeIcon;
125
127
  arrowRight: FontAwesomeIcon;
126
128
  rule: FontAwesomeIcon;
129
+ idCard: FontAwesomeIcon;
130
+ sync: FontAwesomeIcon;
131
+ list: FontAwesomeIcon;
132
+ shield: FontAwesomeIcon;
133
+ authentication: FontAwesomeIcon;
134
+ addUser: FontAwesomeIcon;
127
135
  };
128
136
  system: {
129
137
  settings: {
@@ -20,6 +20,9 @@ declare const _default: {
20
20
  get: {
21
21
  contentAsVelcron: () => VelcronAppDefinition<object>[];
22
22
  contentAsSections: () => import("@omnia/fx-models").VelcronSectionInstance[];
23
+ section: {
24
+ byContentId(id: import("@omnia/fx-models").guid): import("@omnia/fx-models").VelcronSectionInstance;
25
+ };
23
26
  };
24
27
  state: {
25
28
  definitions: import("@omnia/fx-models").VelcronSectionInstance[];
@@ -33,6 +36,10 @@ declare const _default: {
33
36
  toggleColorSchemaPreview: string;
34
37
  toggleContainerBlueprintPreview: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint;
35
38
  toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
39
+ scrollToElementTrigger: {
40
+ elementId: import("@omnia/fx-models").guid;
41
+ scrollToEnd: boolean;
42
+ };
36
43
  showOverlay: boolean;
37
44
  borderSelectorActions: import("@omnia/fx-models").BorderSelectorActionRegistration[];
38
45
  allowPreviewToggle: boolean;
@@ -57,6 +64,10 @@ declare const _default: {
57
64
  onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
58
65
  onMutatedToggleContainerBlueprintPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint>;
59
66
  onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
67
+ onMutatedScrollToElementTrigger: import("@omnia/fx").MessageBusExposeOnlySubscription<{
68
+ elementId: import("@omnia/fx-models").guid;
69
+ scrollToEnd: boolean;
70
+ }>;
60
71
  onMutatedShowOverlay: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
61
72
  onMutatedBorderSelectorActions: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BorderSelectorActionRegistration[]>;
62
73
  onMutatedAllowPreviewToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
@@ -97,6 +108,7 @@ declare const _default: {
97
108
  selectorActions: {
98
109
  subscribe(fn: (result: {
99
110
  hideDefaultSelector: () => void;
111
+ showCopySelector(): void;
100
112
  remove: (id: import("@omnia/fx-models").guid) => void;
101
113
  add: (action: import("@omnia/fx-models").BorderSelectorActionRegistration | import("@omnia/fx-models").BorderSelectorActionRegistration[]) => void;
102
114
  run: (action: import("@omnia/fx-models").BorderSelectorActionRegistration, options: import("./stores/ContentEditorStore").InsertOptions) => void;
@@ -138,6 +150,7 @@ declare const _default: {
138
150
  deleteReference: (definition: import("@omnia/fx-models").VelcronSectionInstance) => any;
139
151
  change: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, toggle?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
140
152
  update: (definition: import("@omnia/fx-models").VelcronSectionInstance, velcronDefinition: VelcronAppDefinition<object>) => void;
153
+ copy: (insertOptions: import("./stores/ContentEditorStore").InsertOptions, setAsActive?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
141
154
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
142
155
  };
143
156
  preview: {
@@ -174,6 +187,7 @@ declare const _default: {
174
187
  } & {
175
188
  selectorActions: () => {
176
189
  hideDefaultSelector: () => void;
190
+ showCopySelector(): void;
177
191
  remove: (id: import("@omnia/fx-models").guid) => void;
178
192
  add: (action: import("@omnia/fx-models").BorderSelectorActionRegistration | import("@omnia/fx-models").BorderSelectorActionRegistration[]) => void;
179
193
  run: (action: import("@omnia/fx-models").BorderSelectorActionRegistration, options: import("./stores/ContentEditorStore").InsertOptions) => void;
@@ -205,6 +219,7 @@ declare const _default: {
205
219
  deleteReference: (definition: import("@omnia/fx-models").VelcronSectionInstance) => any;
206
220
  change: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, toggle?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
207
221
  update: (definition: import("@omnia/fx-models").VelcronSectionInstance, velcronDefinition: VelcronAppDefinition<object>) => void;
222
+ copy: (insertOptions: import("./stores/ContentEditorStore").InsertOptions, setAsActive?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
208
223
  };
209
224
  preview: () => {
210
225
  containerBlueprint: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void;
@@ -231,6 +246,9 @@ declare const _default: {
231
246
  get: {
232
247
  contentAsVelcron: () => VelcronAppDefinition<object>[];
233
248
  contentAsSections: () => import("@omnia/fx-models").VelcronSectionInstance[];
249
+ section: {
250
+ byContentId(id: import("@omnia/fx-models").guid): import("@omnia/fx-models").VelcronSectionInstance;
251
+ };
234
252
  };
235
253
  state: {
236
254
  definitions: import("@omnia/fx-models").VelcronSectionInstance[];
@@ -244,6 +262,10 @@ declare const _default: {
244
262
  toggleColorSchemaPreview: string;
245
263
  toggleContainerBlueprintPreview: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint;
246
264
  toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
265
+ scrollToElementTrigger: {
266
+ elementId: import("@omnia/fx-models").guid;
267
+ scrollToEnd: boolean;
268
+ };
247
269
  showOverlay: boolean;
248
270
  borderSelectorActions: import("@omnia/fx-models").BorderSelectorActionRegistration[];
249
271
  allowPreviewToggle: boolean;
@@ -268,6 +290,10 @@ declare const _default: {
268
290
  onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
269
291
  onMutatedToggleContainerBlueprintPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint>;
270
292
  onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
293
+ onMutatedScrollToElementTrigger: import("@omnia/fx").MessageBusExposeOnlySubscription<{
294
+ elementId: import("@omnia/fx-models").guid;
295
+ scrollToEnd: boolean;
296
+ }>;
271
297
  onMutatedShowOverlay: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
272
298
  onMutatedBorderSelectorActions: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BorderSelectorActionRegistration[]>;
273
299
  onMutatedAllowPreviewToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
@@ -308,6 +334,7 @@ declare const _default: {
308
334
  selectorActions: {
309
335
  subscribe(fn: (result: {
310
336
  hideDefaultSelector: () => void;
337
+ showCopySelector(): void;
311
338
  remove: (id: import("@omnia/fx-models").guid) => void;
312
339
  add: (action: import("@omnia/fx-models").BorderSelectorActionRegistration | import("@omnia/fx-models").BorderSelectorActionRegistration[]) => void;
313
340
  run: (action: import("@omnia/fx-models").BorderSelectorActionRegistration, options: import("./stores/ContentEditorStore").InsertOptions) => void;
@@ -349,6 +376,7 @@ declare const _default: {
349
376
  deleteReference: (definition: import("@omnia/fx-models").VelcronSectionInstance) => any;
350
377
  change: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, toggle?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
351
378
  update: (definition: import("@omnia/fx-models").VelcronSectionInstance, velcronDefinition: VelcronAppDefinition<object>) => void;
379
+ copy: (insertOptions: import("./stores/ContentEditorStore").InsertOptions, setAsActive?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
352
380
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
353
381
  };
354
382
  preview: {
@@ -385,6 +413,7 @@ declare const _default: {
385
413
  } & {
386
414
  selectorActions: () => {
387
415
  hideDefaultSelector: () => void;
416
+ showCopySelector(): void;
388
417
  remove: (id: import("@omnia/fx-models").guid) => void;
389
418
  add: (action: import("@omnia/fx-models").BorderSelectorActionRegistration | import("@omnia/fx-models").BorderSelectorActionRegistration[]) => void;
390
419
  run: (action: import("@omnia/fx-models").BorderSelectorActionRegistration, options: import("./stores/ContentEditorStore").InsertOptions) => void;
@@ -416,6 +445,7 @@ declare const _default: {
416
445
  deleteReference: (definition: import("@omnia/fx-models").VelcronSectionInstance) => any;
417
446
  change: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, toggle?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
418
447
  update: (definition: import("@omnia/fx-models").VelcronSectionInstance, velcronDefinition: VelcronAppDefinition<object>) => void;
448
+ copy: (insertOptions: import("./stores/ContentEditorStore").InsertOptions, setAsActive?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
419
449
  };
420
450
  preview: () => {
421
451
  containerBlueprint: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void;
@@ -445,6 +475,9 @@ declare const _default: {
445
475
  get: {
446
476
  contentAsVelcron: () => VelcronAppDefinition<object>[];
447
477
  contentAsSections: () => import("@omnia/fx-models").VelcronSectionInstance[];
478
+ section: {
479
+ byContentId(id: import("@omnia/fx-models").guid): import("@omnia/fx-models").VelcronSectionInstance;
480
+ };
448
481
  };
449
482
  state: {
450
483
  definitions: import("@omnia/fx-models").VelcronSectionInstance[];
@@ -458,6 +491,10 @@ declare const _default: {
458
491
  toggleColorSchemaPreview: string;
459
492
  toggleContainerBlueprintPreview: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint;
460
493
  toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
494
+ scrollToElementTrigger: {
495
+ elementId: import("@omnia/fx-models").guid;
496
+ scrollToEnd: boolean;
497
+ };
461
498
  showOverlay: boolean;
462
499
  borderSelectorActions: import("@omnia/fx-models").BorderSelectorActionRegistration[];
463
500
  allowPreviewToggle: boolean;
@@ -482,6 +519,10 @@ declare const _default: {
482
519
  onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
483
520
  onMutatedToggleContainerBlueprintPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint>;
484
521
  onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
522
+ onMutatedScrollToElementTrigger: import("@omnia/fx").MessageBusExposeOnlySubscription<{
523
+ elementId: import("@omnia/fx-models").guid;
524
+ scrollToEnd: boolean;
525
+ }>;
485
526
  onMutatedShowOverlay: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
486
527
  onMutatedBorderSelectorActions: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BorderSelectorActionRegistration[]>;
487
528
  onMutatedAllowPreviewToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
@@ -522,6 +563,7 @@ declare const _default: {
522
563
  selectorActions: {
523
564
  subscribe(fn: (result: {
524
565
  hideDefaultSelector: () => void;
566
+ showCopySelector(): void;
525
567
  remove: (id: import("@omnia/fx-models").guid) => void;
526
568
  add: (action: import("@omnia/fx-models").BorderSelectorActionRegistration | import("@omnia/fx-models").BorderSelectorActionRegistration[]) => void;
527
569
  run: (action: import("@omnia/fx-models").BorderSelectorActionRegistration, options: import("./stores/ContentEditorStore").InsertOptions) => void;
@@ -563,6 +605,7 @@ declare const _default: {
563
605
  deleteReference: (definition: import("@omnia/fx-models").VelcronSectionInstance) => any;
564
606
  change: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, toggle?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
565
607
  update: (definition: import("@omnia/fx-models").VelcronSectionInstance, velcronDefinition: VelcronAppDefinition<object>) => void;
608
+ copy: (insertOptions: import("./stores/ContentEditorStore").InsertOptions, setAsActive?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
566
609
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
567
610
  };
568
611
  preview: {
@@ -599,6 +642,7 @@ declare const _default: {
599
642
  } & {
600
643
  selectorActions: () => {
601
644
  hideDefaultSelector: () => void;
645
+ showCopySelector(): void;
602
646
  remove: (id: import("@omnia/fx-models").guid) => void;
603
647
  add: (action: import("@omnia/fx-models").BorderSelectorActionRegistration | import("@omnia/fx-models").BorderSelectorActionRegistration[]) => void;
604
648
  run: (action: import("@omnia/fx-models").BorderSelectorActionRegistration, options: import("./stores/ContentEditorStore").InsertOptions) => void;
@@ -630,6 +674,7 @@ declare const _default: {
630
674
  deleteReference: (definition: import("@omnia/fx-models").VelcronSectionInstance) => any;
631
675
  change: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, toggle?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
632
676
  update: (definition: import("@omnia/fx-models").VelcronSectionInstance, velcronDefinition: VelcronAppDefinition<object>) => void;
677
+ copy: (insertOptions: import("./stores/ContentEditorStore").InsertOptions, setAsActive?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
633
678
  };
634
679
  preview: () => {
635
680
  containerBlueprint: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void;
@@ -656,6 +701,9 @@ declare const _default: {
656
701
  get: {
657
702
  contentAsVelcron: () => VelcronAppDefinition<object>[];
658
703
  contentAsSections: () => import("@omnia/fx-models").VelcronSectionInstance[];
704
+ section: {
705
+ byContentId(id: import("@omnia/fx-models").guid): import("@omnia/fx-models").VelcronSectionInstance;
706
+ };
659
707
  };
660
708
  state: {
661
709
  definitions: import("@omnia/fx-models").VelcronSectionInstance[];
@@ -669,6 +717,10 @@ declare const _default: {
669
717
  toggleColorSchemaPreview: string;
670
718
  toggleContainerBlueprintPreview: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint;
671
719
  toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
720
+ scrollToElementTrigger: {
721
+ elementId: import("@omnia/fx-models").guid;
722
+ scrollToEnd: boolean;
723
+ };
672
724
  showOverlay: boolean;
673
725
  borderSelectorActions: import("@omnia/fx-models").BorderSelectorActionRegistration[];
674
726
  allowPreviewToggle: boolean;
@@ -693,6 +745,10 @@ declare const _default: {
693
745
  onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
694
746
  onMutatedToggleContainerBlueprintPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint>;
695
747
  onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
748
+ onMutatedScrollToElementTrigger: import("@omnia/fx").MessageBusExposeOnlySubscription<{
749
+ elementId: import("@omnia/fx-models").guid;
750
+ scrollToEnd: boolean;
751
+ }>;
696
752
  onMutatedShowOverlay: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
697
753
  onMutatedBorderSelectorActions: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BorderSelectorActionRegistration[]>;
698
754
  onMutatedAllowPreviewToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
@@ -733,6 +789,7 @@ declare const _default: {
733
789
  selectorActions: {
734
790
  subscribe(fn: (result: {
735
791
  hideDefaultSelector: () => void;
792
+ showCopySelector(): void;
736
793
  remove: (id: import("@omnia/fx-models").guid) => void;
737
794
  add: (action: import("@omnia/fx-models").BorderSelectorActionRegistration | import("@omnia/fx-models").BorderSelectorActionRegistration[]) => void;
738
795
  run: (action: import("@omnia/fx-models").BorderSelectorActionRegistration, options: import("./stores/ContentEditorStore").InsertOptions) => void;
@@ -774,6 +831,7 @@ declare const _default: {
774
831
  deleteReference: (definition: import("@omnia/fx-models").VelcronSectionInstance) => any;
775
832
  change: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, toggle?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
776
833
  update: (definition: import("@omnia/fx-models").VelcronSectionInstance, velcronDefinition: VelcronAppDefinition<object>) => void;
834
+ copy: (insertOptions: import("./stores/ContentEditorStore").InsertOptions, setAsActive?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
777
835
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
778
836
  };
779
837
  preview: {
@@ -810,6 +868,7 @@ declare const _default: {
810
868
  } & {
811
869
  selectorActions: () => {
812
870
  hideDefaultSelector: () => void;
871
+ showCopySelector(): void;
813
872
  remove: (id: import("@omnia/fx-models").guid) => void;
814
873
  add: (action: import("@omnia/fx-models").BorderSelectorActionRegistration | import("@omnia/fx-models").BorderSelectorActionRegistration[]) => void;
815
874
  run: (action: import("@omnia/fx-models").BorderSelectorActionRegistration, options: import("./stores/ContentEditorStore").InsertOptions) => void;
@@ -841,6 +900,7 @@ declare const _default: {
841
900
  deleteReference: (definition: import("@omnia/fx-models").VelcronSectionInstance) => any;
842
901
  change: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, toggle?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
843
902
  update: (definition: import("@omnia/fx-models").VelcronSectionInstance, velcronDefinition: VelcronAppDefinition<object>) => void;
903
+ copy: (insertOptions: import("./stores/ContentEditorStore").InsertOptions, setAsActive?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
844
904
  };
845
905
  preview: () => {
846
906
  containerBlueprint: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void;
@@ -864,6 +924,9 @@ declare const _default: {
864
924
  get: {
865
925
  contentAsVelcron: () => VelcronAppDefinition<object>[];
866
926
  contentAsSections: () => import("@omnia/fx-models").VelcronSectionInstance[];
927
+ section: {
928
+ byContentId(id: import("@omnia/fx-models").guid): import("@omnia/fx-models").VelcronSectionInstance;
929
+ };
867
930
  };
868
931
  state: {
869
932
  definitions: import("@omnia/fx-models").VelcronSectionInstance[];
@@ -877,6 +940,10 @@ declare const _default: {
877
940
  toggleColorSchemaPreview: string;
878
941
  toggleContainerBlueprintPreview: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint;
879
942
  toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
943
+ scrollToElementTrigger: {
944
+ elementId: import("@omnia/fx-models").guid;
945
+ scrollToEnd: boolean;
946
+ };
880
947
  showOverlay: boolean;
881
948
  borderSelectorActions: import("@omnia/fx-models").BorderSelectorActionRegistration[];
882
949
  allowPreviewToggle: boolean;
@@ -901,6 +968,10 @@ declare const _default: {
901
968
  onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
902
969
  onMutatedToggleContainerBlueprintPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint>;
903
970
  onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
971
+ onMutatedScrollToElementTrigger: import("@omnia/fx").MessageBusExposeOnlySubscription<{
972
+ elementId: import("@omnia/fx-models").guid;
973
+ scrollToEnd: boolean;
974
+ }>;
904
975
  onMutatedShowOverlay: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
905
976
  onMutatedBorderSelectorActions: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BorderSelectorActionRegistration[]>;
906
977
  onMutatedAllowPreviewToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
@@ -941,6 +1012,7 @@ declare const _default: {
941
1012
  selectorActions: {
942
1013
  subscribe(fn: (result: {
943
1014
  hideDefaultSelector: () => void;
1015
+ showCopySelector(): void;
944
1016
  remove: (id: import("@omnia/fx-models").guid) => void;
945
1017
  add: (action: import("@omnia/fx-models").BorderSelectorActionRegistration | import("@omnia/fx-models").BorderSelectorActionRegistration[]) => void;
946
1018
  run: (action: import("@omnia/fx-models").BorderSelectorActionRegistration, options: import("./stores/ContentEditorStore").InsertOptions) => void;
@@ -982,6 +1054,7 @@ declare const _default: {
982
1054
  deleteReference: (definition: import("@omnia/fx-models").VelcronSectionInstance) => any;
983
1055
  change: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, toggle?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
984
1056
  update: (definition: import("@omnia/fx-models").VelcronSectionInstance, velcronDefinition: VelcronAppDefinition<object>) => void;
1057
+ copy: (insertOptions: import("./stores/ContentEditorStore").InsertOptions, setAsActive?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
985
1058
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
986
1059
  };
987
1060
  preview: {
@@ -1018,6 +1091,7 @@ declare const _default: {
1018
1091
  } & {
1019
1092
  selectorActions: () => {
1020
1093
  hideDefaultSelector: () => void;
1094
+ showCopySelector(): void;
1021
1095
  remove: (id: import("@omnia/fx-models").guid) => void;
1022
1096
  add: (action: import("@omnia/fx-models").BorderSelectorActionRegistration | import("@omnia/fx-models").BorderSelectorActionRegistration[]) => void;
1023
1097
  run: (action: import("@omnia/fx-models").BorderSelectorActionRegistration, options: import("./stores/ContentEditorStore").InsertOptions) => void;
@@ -1049,6 +1123,7 @@ declare const _default: {
1049
1123
  deleteReference: (definition: import("@omnia/fx-models").VelcronSectionInstance) => any;
1050
1124
  change: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, toggle?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
1051
1125
  update: (definition: import("@omnia/fx-models").VelcronSectionInstance, velcronDefinition: VelcronAppDefinition<object>) => void;
1126
+ copy: (insertOptions: import("./stores/ContentEditorStore").InsertOptions, setAsActive?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
1052
1127
  };
1053
1128
  preview: () => {
1054
1129
  containerBlueprint: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void;
@@ -0,0 +1,52 @@
1
+ import { guid } from "@omnia/fx-models";
2
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
3
+ registrationId?: guid;
4
+ }>) => {
5
+ $: import("vue").ComponentInternalInstance;
6
+ $data: {};
7
+ $props: {};
8
+ $attrs: {
9
+ [x: string]: unknown;
10
+ };
11
+ $refs: {
12
+ [x: string]: unknown;
13
+ };
14
+ $slots: Readonly<{
15
+ [name: string]: import("vue").Slot<any>;
16
+ }>;
17
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
18
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
19
+ $emit: (event: string, ...args: any[]) => void;
20
+ $el: any;
21
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
22
+ beforeCreate?: (() => void) | (() => void)[];
23
+ created?: (() => void) | (() => void)[];
24
+ beforeMount?: (() => void) | (() => void)[];
25
+ mounted?: (() => void) | (() => void)[];
26
+ beforeUpdate?: (() => void) | (() => void)[];
27
+ updated?: (() => void) | (() => void)[];
28
+ activated?: (() => void) | (() => void)[];
29
+ deactivated?: (() => void) | (() => void)[];
30
+ beforeDestroy?: (() => void) | (() => void)[];
31
+ beforeUnmount?: (() => void) | (() => void)[];
32
+ destroyed?: (() => void) | (() => void)[];
33
+ unmounted?: (() => void) | (() => void)[];
34
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
35
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
36
+ 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)[];
37
+ };
38
+ $forceUpdate: () => void;
39
+ $nextTick: typeof import("vue").nextTick;
40
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: (cleanupFn: () => void) => void) => any : (args_0: any, args_1: any, args_2: (cleanupFn: () => void) => void) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
41
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
42
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<{
43
+ registrationId?: guid;
44
+ }> & {
45
+ "v-slots"?: {
46
+ default?: import("vue").Slot;
47
+ } & {};
48
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "registrationId">;
49
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
50
+ [key: string]: any;
51
+ }>;
52
+ export default _default;
@@ -0,0 +1,5 @@
1
+ import { PluginContext, PluginInfo } from "@toast-ui/editor";
2
+ export interface MarkdownPluginContext {
3
+ componentCreator: (component: any, props: {}, attachToHtmlElement: HTMLElement) => void;
4
+ }
5
+ export declare function useSectionRendererPlugin(context: PluginContext, options: MarkdownPluginContext): PluginInfo;