@omnia/fx 8.0.239-dev → 8.0.241-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 (51) 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/markdown/{MarkdownStateStore.d.ts → MarkdownToolbarStateStore.d.ts} +1 -10
  4. package/internal-do-not-import-from-here/stores/markdown/index.d.ts +1 -1
  5. package/internal-do-not-import-from-here/ux/admin/recaptcha/ReCaptcha.d.ts +16 -13
  6. package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/AddPropertyBlade.d.ts +47 -0
  8. package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/EditPropertyBlade.d.ts +47 -0
  9. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/SelfServiceStore.d.ts +18 -8
  10. package/internal-do-not-import-from-here/ux/app/apps/admin/AppDefinitionsListing.d.ts +56 -0
  11. package/internal-do-not-import-from-here/ux/app/apps/admin/AppsConstants.d.ts +5 -0
  12. package/internal-do-not-import-from-here/ux/button/ButtonPresets.d.ts +1 -0
  13. package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +7 -3
  14. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +3 -2
  15. package/internal-do-not-import-from-here/ux/journey/index.d.ts +0 -1
  16. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +18 -6
  17. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +12 -2
  18. package/internal-do-not-import-from-here/ux/markdown2/MarkdownToolbar.d.ts +3 -392
  19. package/internal-do-not-import-from-here/ux/markdown2/commands/ClipboardCommands.d.ts +4 -0
  20. package/internal-do-not-import-from-here/ux/markdown2/commands/EditorCommands.d.ts +23 -0
  21. package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/Editorhelper.d.ts +7 -0
  22. package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/Nodehelper.d.ts +6 -0
  23. package/internal-do-not-import-from-here/ux/markdown2/models/MarkdownPlugin.d.ts +2 -0
  24. package/internal-do-not-import-from-here/ux/markdown2/plugins/ColorStylePlugin.d.ts +1 -0
  25. package/internal-do-not-import-from-here/ux/markdown2/plugins/TypographyPlugin.d.ts +1 -0
  26. package/internal-do-not-import-from-here/ux/markdown2/plugins/buttons/ColorButton.d.ts +47 -0
  27. package/internal-do-not-import-from-here/ux/markdown2/plugins/buttons/TypographyButton.d.ts +47 -0
  28. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownStore.d.ts +28 -55
  29. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownToolbarStore.d.ts +856 -21
  30. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +5 -5
  31. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +2 -2
  33. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +5 -6
  34. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +12 -2
  37. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.d.ts +74 -0
  38. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.stylex.d.ts +4 -0
  39. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/docs/ExampleComponents.d.ts +1 -0
  40. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/docs/SampleComponent.d.ts +47 -0
  41. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/docs/index.d.ts +1 -0
  42. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/index.d.ts +1 -0
  43. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/store/StickyContainerStore.d.ts +45 -0
  44. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/store/index.d.ts +1 -0
  45. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +2 -2
  47. package/internal-do-not-import-from-here/wctypings.d.ts +30 -17
  48. package/package.json +3 -3
  49. package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/blades/HomeBlade_old.d.ts +0 -1
  50. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +0 -79
  51. package/internal-do-not-import-from-here/ux/journey/use/index.d.ts +0 -1
@@ -48,7 +48,7 @@ declare const _default: {
48
48
  type: import("vue").PropType<ButtonTooltipOptions>;
49
49
  };
50
50
  preset: {
51
- type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "confirm" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "manage-list" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
51
+ type: import("vue").PropType<"select" | "add" | "cancel" | "close" | "delete" | "details" | "confirm" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "manage-list" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
52
52
  };
53
53
  overrides: {
54
54
  type: import("vue").PropType<object>;
@@ -131,7 +131,7 @@ declare const _default: {
131
131
  type: import("vue").PropType<ButtonTooltipOptions>;
132
132
  };
133
133
  preset: {
134
- type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "confirm" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "manage-list" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
134
+ type: import("vue").PropType<"select" | "add" | "cancel" | "close" | "delete" | "details" | "confirm" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "manage-list" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
135
135
  };
136
136
  overrides: {
137
137
  type: import("vue").PropType<object>;
@@ -223,7 +223,7 @@ declare const _default: {
223
223
  type: import("vue").PropType<ButtonTooltipOptions>;
224
224
  };
225
225
  preset: {
226
- type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "confirm" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "manage-list" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
226
+ type: import("vue").PropType<"select" | "add" | "cancel" | "close" | "delete" | "details" | "confirm" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "manage-list" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
227
227
  };
228
228
  overrides: {
229
229
  type: import("vue").PropType<object>;
@@ -312,7 +312,7 @@ declare const _default: {
312
312
  type: import("vue").PropType<ButtonTooltipOptions>;
313
313
  };
314
314
  preset: {
315
- type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "confirm" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "manage-list" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
315
+ type: import("vue").PropType<"select" | "add" | "cancel" | "close" | "delete" | "details" | "confirm" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "manage-list" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
316
316
  };
317
317
  overrides: {
318
318
  type: import("vue").PropType<object>;
@@ -372,7 +372,7 @@ declare const _default: {
372
372
  grouped?: boolean;
373
373
  loading?: boolean;
374
374
  overrides?: object;
375
- preset?: "select" | "cancel" | "close" | "delete" | "details" | "confirm" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "manage-list" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request";
375
+ preset?: "select" | "add" | "cancel" | "close" | "delete" | "details" | "confirm" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "manage-list" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request";
376
376
  transparentHover?: boolean;
377
377
  stacked?: boolean;
378
378
  disableBlueprint?: boolean;
@@ -799,6 +799,7 @@ declare const _default: {
799
799
  default?: import("../../DefineVueTypings").Slot<any[]>;
800
800
  } & ODataTableServerSlots;
801
801
  loading?: boolean;
802
+ itemValue?: SelectItemKey;
802
803
  "v-model:expanded"?: string[];
803
804
  "onUpdate:expanded"?: (value: string[]) => any;
804
805
  sortBy?: SortItem[];
@@ -808,7 +809,6 @@ declare const _default: {
808
809
  hover?: boolean;
809
810
  showExpand?: boolean;
810
811
  itemsPerPage?: number;
811
- itemValue?: SelectItemKey;
812
812
  itemSelectable?: SelectItemKey;
813
813
  showSelect?: boolean;
814
814
  "onUpdate:page"?: (value: number) => any;
@@ -6,7 +6,7 @@ export interface IListItem<T> {
6
6
  index: number;
7
7
  Item: typeof o.list.item;
8
8
  }
9
- export type OListProps<T> = DefinePropTheming & DefinePropClass & DefineVModel<"", T[], false, null, "An array of strings or objects used for automatically generating children components."> & DefineProp<"lines", OListLineTypes, false, null, "Designates a minimum-height for all the children o-list-item components. THis props uses line-clamp."> & DefineProp<"nav", boolean, false, false, "An alternative styling that reduces o-list-item width and rounds the corners. Typically used with o-navigation-drawer."> & DefineProp<"toned", boolean, false, false> & DefineProp<"divider", boolean, false, false, "If true, each item will have a bottom divider"> & DefineProp<"variant", OListTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"draggable", boolean | Ref<boolean>, false, false, "Enable draggable row."> & DefineProp<"itemValue", string | ((item: any) => string), false, null, "Property on supplied items that contains its value."> & DefineSlot<"item", (item: IListItem<T>) => VNodeChild>;
9
+ export type OListProps<T> = DefinePropTheming & DefinePropClass & DefineVModel<"", T[], false, null, "An array of strings or objects used for automatically generating children components."> & DefineProp<"lines", OListLineTypes, false, null, "Designates a minimum-height for all the children o-list-item components. THis props uses line-clamp."> & DefineProp<"nav", boolean, false, false, "An alternative styling that reduces o-list-item width and rounds the corners. Typically used with o-navigation-drawer."> & DefineProp<"toned", boolean, false, false> & DefineProp<"divider", boolean, false, false, "If true, each item will have a bottom divider"> & DefineProp<"variant", OListTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"draggable", boolean | Ref<boolean>, false, false, "Enable draggable row."> & DefineProp<"removable", boolean | Ref<boolean>, false, false, "Enable removable row."> & DefineProp<"itemValue", string | ((item: any) => string), false, null, "Property on supplied items that contains its value."> & DefineSlot<"item", (item: IListItem<T>) => VNodeChild>;
10
10
  declare const _default: <T extends unknown>(props: import("@omnia/fx/ux").ConstructComponentProps<OListProps<T>>) => {
11
11
  $: import("vue").ComponentInternalInstance;
12
12
  $data: {};
@@ -51,7 +51,7 @@ declare const _default: <T extends unknown>(props: import("@omnia/fx/ux").Constr
51
51
  } & Omit<{
52
52
  default?: import("vue").Slot;
53
53
  }, "item">;
54
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "nav" | "colorSchemaType" | "toned" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "draggable" | "variant" | "divider" | "lines" | "itemValue">;
54
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "nav" | "colorSchemaType" | "toned" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "draggable" | "variant" | "divider" | "lines" | "removable" | "itemValue">;
55
55
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
56
56
  [key: string]: any;
57
57
  }>;
@@ -1,17 +1,17 @@
1
1
  import { ButtonIconOptions, OListItemVariants } from "@omnia/fx/models";
2
2
  import { DefineEmit, DefineProp, DefinePropClass, DefinePropTheming, DefineSlot } from "@omnia/fx/ux";
3
- import { Ref, VNodeChild } from "vue";
3
+ import { VNodeChild } from "vue";
4
4
  type ListItemSlot = {
5
5
  isActive: boolean;
6
6
  isSelected: boolean;
7
7
  isIndeterminate: boolean;
8
8
  select: (value: boolean) => void;
9
9
  };
10
- export type OListItemProps = DefinePropTheming & DefinePropClass & DefineProp<"draggable", boolean | Ref<boolean>, false, false, "Enable draggable row."> & DefineProp<"icon", ButtonIconOptions, false, null, "The icon of the component."> & DefineProp<"title", VNodeChild, false, false, "The title of the component."> & DefineProp<"subtitle", VNodeChild, false, false, "Specify a subtitle text for the component."> & DefineProp<"active", boolean, false, false, "Controls the active state of the item. THis is typically used to highlight the component."> & DefineProp<"disabled", boolean, false, null, "Removed the ability to interact with the component."> & DefineProp<"variant", OListItemVariants, false, null, "Applies a distinct style to the component."> & DefineSlot<"append", (item: ListItemSlot) => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"prepend", (item: ListItemSlot) => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"default", (item: ListItemSlot) => VNodeChild, "The default Vue slot."> & DefineSlot<"title", (value: {
10
+ export type OListItemProps = DefinePropTheming & DefinePropClass & DefineProp<"icon", ButtonIconOptions, false, null, "The icon of the component."> & DefineProp<"title", VNodeChild, false, false, "The title of the component."> & DefineProp<"subtitle", VNodeChild, false, false, "Specify a subtitle text for the component."> & DefineProp<"active", boolean, false, false, "Controls the active state of the item. This is typically used to highlight the component."> & DefineProp<"disabled", boolean, false, null, "Removed the ability to interact with the component."> & DefineProp<"variant", OListItemVariants, false, null, "Applies a distinct style to the component."> & DefineSlot<"append", (item: ListItemSlot) => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"prepend", (item: ListItemSlot) => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"default", (item: ListItemSlot) => VNodeChild, "The default Vue slot."> & DefineSlot<"title", (value: {
11
11
  title: string | number;
12
12
  }) => VNodeChild, "Slot for the component’s title content."> & DefineSlot<"subtitle", (value: {
13
13
  subtitle: string | number;
14
- }) => VNodeChild, "Slot for the component’s subtitle content."> & DefineSlot<"draggable", (item: ListItemSlot) => VNodeChild, "Slot for the component’s draggable icon."> & DefineEmit<"click:delete", (e: MouseEvent) => VNodeChild, "Emit a delete event."> & DefineEmit<"click:navigate", (e: MouseEvent) => VNodeChild, "Emit a navigate event.">;
14
+ }) => VNodeChild, "Slot for the component’s subtitle content."> & DefineEmit<"click:delete", (e: MouseEvent) => VNodeChild, "Emit a delete event."> & DefineEmit<"click:navigate", (e: MouseEvent) => VNodeChild, "Emit a navigate event.">;
15
15
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<OListItemProps>) => {
16
16
  $: import("vue").ComponentInternalInstance;
17
17
  $data: {};
@@ -61,14 +61,13 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<O
61
61
  subtitle?: (value: {
62
62
  subtitle: string | number;
63
63
  }) => VNodeChild;
64
- draggable?: (item: ListItemSlot) => VNodeChild;
65
64
  } & Omit<{
66
65
  default?: import("vue").Slot;
67
- }, "title" | "default" | "append" | "prepend" | "draggable" | "subtitle">;
66
+ }, "title" | "default" | "append" | "prepend" | "subtitle">;
68
67
  } & {
69
68
  "onClick:delete"?: (e: MouseEvent) => any;
70
69
  "onClick:navigate"?: (e: MouseEvent) => any;
71
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "container" | "class" | "active" | "disabled" | "colorSchemaType" | "colors" | "draggable" | "variant" | "subtitle">;
70
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "container" | "class" | "active" | "disabled" | "colorSchemaType" | "colors" | "variant" | "subtitle">;
72
71
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
73
72
  [key: string]: any;
74
73
  }>;
@@ -266,8 +266,8 @@ declare const _default: {
266
266
  } & VRatingSlots;
267
267
  readonly?: boolean;
268
268
  clearable?: boolean;
269
- hover?: boolean;
270
269
  density?: "default" | "compact" | "comfortable";
270
+ hover?: boolean;
271
271
  }>, never>;
272
272
  };
273
273
  export default _default;
@@ -198,8 +198,8 @@ declare const _default: {
198
198
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
199
199
  getApi?: (store: ReturnType<typeof useScrollContainerStore>) => void;
200
200
  disableScrolling?: boolean;
201
- scrolling?: OScrollTypesCombination;
202
201
  compensatScrollbar?: boolean;
202
+ scrolling?: OScrollTypesCombination;
203
203
  }>, never>;
204
204
  };
205
205
  export default _default;
@@ -9,7 +9,7 @@ export declare const useScrollContainerStore: () => {
9
9
  disableScrolling: boolean;
10
10
  height: string;
11
11
  width: string;
12
- scrolling: OScrollTypesCombination;
12
+ scrollingDirection: OScrollTypesCombination;
13
13
  coordinates: Coordinates;
14
14
  };
15
15
  events: {
@@ -18,11 +18,14 @@ export declare const useScrollContainerStore: () => {
18
18
  onMutatedDisableScrolling: import("../../../..").MessageBusExposeOnlySubscription<boolean>;
19
19
  onMutatedHeight: import("../../../..").MessageBusExposeOnlySubscription<string>;
20
20
  onMutatedWidth: import("../../../..").MessageBusExposeOnlySubscription<string>;
21
- onMutatedScrolling: import("../../../..").MessageBusExposeOnlySubscription<OScrollTypesCombination>;
21
+ onMutatedScrollingDirection: import("../../../..").MessageBusExposeOnlySubscription<OScrollTypesCombination>;
22
22
  onMutatedCoordinates: import("../../../..").MessageBusExposeOnlySubscription<Coordinates>;
23
23
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
24
24
  actions: {
25
25
  onDispatching: {
26
+ scroll: {
27
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
28
+ };
26
29
  setHeight: {
27
30
  subscribe(fn: (height: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
28
31
  };
@@ -58,6 +61,9 @@ export declare const useScrollContainerStore: () => {
58
61
  };
59
62
  };
60
63
  onDispatched: {
64
+ scroll: {
65
+ subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
66
+ };
61
67
  setHeight: {
62
68
  subscribe(fn: (result: void, height: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
63
69
  };
@@ -93,6 +99,9 @@ export declare const useScrollContainerStore: () => {
93
99
  };
94
100
  };
95
101
  onFailure: {
102
+ scroll: {
103
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
104
+ };
96
105
  setHeight: {
97
106
  subscribe(fn: (failureReason: any, height: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
98
107
  };
@@ -128,6 +137,7 @@ export declare const useScrollContainerStore: () => {
128
137
  };
129
138
  };
130
139
  } & {
140
+ scroll: () => void;
131
141
  setHeight: (height: string) => void;
132
142
  setWidth: (width: string) => void;
133
143
  setScrolling: (scrolling: OScrollTypesCombination) => void;
@@ -0,0 +1,74 @@
1
+ import { useStickyContainerStore } from "./store";
2
+ import { VNodeChild } from "vue";
3
+ declare const _default: {
4
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
+ "v-slots": import("vue").Prop<{
6
+ default?: import("../../DefineVueTypings").Slot<any[]>;
7
+ } & {
8
+ customRenderer?: () => VNodeChild;
9
+ }>;
10
+ viewportElementTrackingId: {
11
+ type: import("vue").PropType<string>;
12
+ };
13
+ getApi: {
14
+ type: import("vue").PropType<(store: ReturnType<typeof useStickyContainerStore>) => void>;
15
+ };
16
+ }>>, () => VNodeChild[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
17
+ "v-slots": import("vue").Prop<{
18
+ default?: import("../../DefineVueTypings").Slot<any[]>;
19
+ } & {
20
+ customRenderer?: () => VNodeChild;
21
+ }>;
22
+ viewportElementTrackingId: {
23
+ type: import("vue").PropType<string>;
24
+ };
25
+ getApi: {
26
+ type: import("vue").PropType<(store: ReturnType<typeof useStickyContainerStore>) => void>;
27
+ };
28
+ }>>, {}, true, {}, {}, {
29
+ P: {};
30
+ B: {};
31
+ D: {};
32
+ C: {};
33
+ M: {};
34
+ Defaults: {};
35
+ }, Readonly<import("vue").ExtractPropTypes<{
36
+ "v-slots": import("vue").Prop<{
37
+ default?: import("../../DefineVueTypings").Slot<any[]>;
38
+ } & {
39
+ customRenderer?: () => VNodeChild;
40
+ }>;
41
+ viewportElementTrackingId: {
42
+ type: import("vue").PropType<string>;
43
+ };
44
+ getApi: {
45
+ type: import("vue").PropType<(store: ReturnType<typeof useStickyContainerStore>) => void>;
46
+ };
47
+ }>>, () => VNodeChild[], {}, {}, {}, {}>;
48
+ __isFragment?: never;
49
+ __isTeleport?: never;
50
+ __isSuspense?: never;
51
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
52
+ "v-slots": import("vue").Prop<{
53
+ default?: import("../../DefineVueTypings").Slot<any[]>;
54
+ } & {
55
+ customRenderer?: () => VNodeChild;
56
+ }>;
57
+ viewportElementTrackingId: {
58
+ type: import("vue").PropType<string>;
59
+ };
60
+ getApi: {
61
+ type: import("vue").PropType<(store: ReturnType<typeof useStickyContainerStore>) => void>;
62
+ };
63
+ }>>, () => VNodeChild[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
64
+ propsDefinition: Omit<Readonly<{} & {
65
+ "v-slots"?: {
66
+ default?: import("../../DefineVueTypings").Slot<any[]>;
67
+ } & {
68
+ customRenderer?: () => VNodeChild;
69
+ };
70
+ getApi?: (store: ReturnType<typeof useStickyContainerStore>) => void;
71
+ viewportElementTrackingId?: string;
72
+ }>, never>;
73
+ };
74
+ export default _default;
@@ -0,0 +1,4 @@
1
+ export declare const StickyContainerStyles: {
2
+ stickyWrapper: Readonly<import("@omnia/fx/ux").StylexType>;
3
+ markWrapper: Readonly<import("@omnia/fx/ux").StylexType>;
4
+ };
@@ -0,0 +1 @@
1
+ export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
@@ -0,0 +1,47 @@
1
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => {
2
+ $: import("vue").ComponentInternalInstance;
3
+ $data: {};
4
+ $props: {};
5
+ $attrs: {
6
+ [x: string]: unknown;
7
+ };
8
+ $refs: {
9
+ [x: string]: unknown;
10
+ };
11
+ $slots: Readonly<{
12
+ [name: string]: import("vue").Slot<any>;
13
+ }>;
14
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
15
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
16
+ $emit: (event: string, ...args: any[]) => void;
17
+ $el: any;
18
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
19
+ beforeCreate?: (() => void) | (() => void)[];
20
+ created?: (() => void) | (() => void)[];
21
+ beforeMount?: (() => void) | (() => void)[];
22
+ mounted?: (() => void) | (() => void)[];
23
+ beforeUpdate?: (() => void) | (() => void)[];
24
+ updated?: (() => void) | (() => void)[];
25
+ activated?: (() => void) | (() => void)[];
26
+ deactivated?: (() => void) | (() => void)[];
27
+ beforeDestroy?: (() => void) | (() => void)[];
28
+ beforeUnmount?: (() => void) | (() => void)[];
29
+ destroyed?: (() => void) | (() => void)[];
30
+ unmounted?: (() => void) | (() => void)[];
31
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
32
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
33
+ 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)[];
34
+ };
35
+ $forceUpdate: () => void;
36
+ $nextTick: typeof import("vue").nextTick;
37
+ $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;
38
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
39
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
40
+ "v-slots"?: {} & Omit<{
41
+ default?: import("vue").Slot;
42
+ }, never>;
43
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
44
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
45
+ [key: string]: any;
46
+ }>;
47
+ export default _default;
@@ -0,0 +1 @@
1
+ export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
@@ -0,0 +1 @@
1
+ export * from "./store";
@@ -0,0 +1,45 @@
1
+ export declare const useStickyContainerStore: () => {
2
+ state: {
3
+ isSticky: boolean;
4
+ hideStickyElement: boolean;
5
+ contentVisibilityTracking: boolean;
6
+ };
7
+ events: {
8
+ onMutatedIsSticky: import("../../../..").MessageBusExposeOnlySubscription<boolean>;
9
+ onMutatedHideStickyElement: import("../../../..").MessageBusExposeOnlySubscription<boolean>;
10
+ onMutatedContentVisibilityTracking: import("../../../..").MessageBusExposeOnlySubscription<boolean>;
11
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
12
+ actions: {
13
+ onDispatching: {
14
+ activateContentVisibilityTracking: {
15
+ subscribe(fn: (elmentId: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
16
+ };
17
+ calculateIfElementIsSticky: {
18
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
19
+ };
20
+ };
21
+ onDispatched: {
22
+ activateContentVisibilityTracking: {
23
+ subscribe(fn: (result: void, elmentId: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
24
+ };
25
+ calculateIfElementIsSticky: {
26
+ subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
27
+ };
28
+ };
29
+ onFailure: {
30
+ activateContentVisibilityTracking: {
31
+ subscribe(fn: (failureReason: any, elmentId: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
32
+ };
33
+ calculateIfElementIsSticky: {
34
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
35
+ };
36
+ };
37
+ } & {
38
+ activateContentVisibilityTracking: (elmentId: string) => void;
39
+ calculateIfElementIsSticky: () => void;
40
+ };
41
+ get: {
42
+ startMarkElementId: string;
43
+ stickyWrapperElementId: string;
44
+ };
45
+ };
@@ -0,0 +1 @@
1
+ export * from "./StickyContainerStore";
@@ -322,9 +322,9 @@ declare const _default: {
322
322
  "onUpdate:modelValue"?: (value: number) => any;
323
323
  modelValue?: number;
324
324
  variant?: "toolbar" | "navigation" | "default" | "header" | "settings";
325
- scrolling?: string;
326
325
  stacked?: boolean;
327
326
  disableBlueprint?: boolean;
327
+ scrolling?: string;
328
328
  hideTabNameIfOnlyOneTab?: boolean;
329
329
  noScrolling?: boolean;
330
330
  alignTabs?: "start" | "center" | "end";
@@ -409,11 +409,11 @@ declare const _default: {
409
409
  appendInnerItem?: (item: any, index: Number) => VNodeChild;
410
410
  itemToolTip?: (item: any) => VNodeChild;
411
411
  };
412
- "v-model:expanded"?: any[];
413
- "onUpdate:expanded"?: (value: any[]) => any;
414
412
  itemValue?: string;
415
413
  itemTitle?: string | ((item: any) => string);
416
414
  itemChildren?: string;
415
+ "v-model:expanded"?: any[];
416
+ "onUpdate:expanded"?: (value: any[]) => any;
417
417
  expandOnSelection?: boolean;
418
418
  batchChildrensDisplay?: number;
419
419
  itemIcon?: string | ((item: any) => IIcon);
@@ -67,7 +67,6 @@ import wc744b3f31e00c4815b63ecaf638ad7a7a from './ux/markdown/MarkdownEditor';
67
67
  import wcc8b990d01ddc45ab930b4409fc406435 from './ux/markdown/MarkdownRenderer';
68
68
  import wccbd18219fce4454d92afd1867f0ef43b from './ux/markdown/MarkdownToolbar';
69
69
  import wcfaee0b6397494a9abca9c480856e2498 from './ux/markdown2/MarkdownEditorFuture';
70
- import wc755f943792b441eab300c1fdc8709d22 from './ux/markdown2/MarkdownToolbar';
71
70
  import wce9bb3179713943d787e139cedf749838 from './ux/mediapickerimage/MediaPickerImage';
72
71
  import wc4b2648ed8b124e62a09b21b099b43399 from './ux/mediapickervideo/MediaPickerVideo';
73
72
  import wc2e8004b49c8d44dd8edb56ce884c2b57 from './ux/monaco/MonacoEditor';
@@ -293,6 +292,7 @@ import wc6b7f04ba8fc4487ea496dd8e42b55dbd from './ux/oxide/splitpane/Splitpane';
293
292
  import wc170e15fd849e41568ed9b48f88711527 from './ux/oxide/splitpane/SplitpaneItem';
294
293
  import wc7cc2d4feecde4174badc5797ba6fb53e from './ux/oxide/stepper/Stepper';
295
294
  import wca8c8ffd3d8ff46ee969d8fb6b9522104 from './ux/oxide/stepper/StepperStep';
295
+ import wcfeb57f2e8a1e4cd1b7a59043738bf5e8 from './ux/oxide/stickycontainer/StickyContainer';
296
296
  import wc31cc47b19e7d4c40b826f58d1c955a43 from './ux/oxide/switch/Switch';
297
297
  import wc7345c491927b43438d9f5e14f51fbfad from './ux/oxide/tab/Tabs';
298
298
  import wc8669930d609c497e8cde0c554621db88 from './ux/oxide/tab/Tab';
@@ -335,6 +335,7 @@ import wc0c165626e6834b5284303c38248bc2ec from './ux/app/apps/admin/PublishingAp
335
335
  import wc97fc43f2fa6e429483740135f5884c00 from './ux/app/apps/admin/TeamworkAppsJourney';
336
336
  import wc633b2666fb3c48078175013704c7f7ac from './ux/app/apps/admin/CommunitiesAppsJourney';
337
337
  import wca457ba6d0da84795925235989b9c0c9a from './ux/app/apps/admin/AppManagementCategoryJourney';
338
+ import wc669778312f2b40739774539e6de4d1ea from './ux/app/apps/admin/AppDefinitionsListing';
338
339
  import wc1f34388f1f4140d3a38e6b0cc8897fc5 from './ux/aurora/components/backgroundstyle/BackgroundStyleEditor';
339
340
  import wc811d753f7c54407093158c49519020f5 from './ux/aurora/components/backgroundstyle/BackgroundStyleViewer';
340
341
  import wc21b90a7556c8450ead8de25357de90d3 from './ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker';
@@ -738,9 +739,6 @@ declare global {
738
739
  "omfx-markdown-editor-future": typeof wcfaee0b6397494a9abca9c480856e2498 extends {
739
740
  propsDefinition: infer TProp;
740
741
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcfaee0b6397494a9abca9c480856e2498 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcfaee0b6397494a9abca9c480856e2498>, "propsDefinition">> : never;
741
- "omfx-markdown-editor-toolbar-future": typeof wc755f943792b441eab300c1fdc8709d22 extends {
742
- propsDefinition: infer TProp;
743
- } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc755f943792b441eab300c1fdc8709d22 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc755f943792b441eab300c1fdc8709d22>, "propsDefinition">> : never;
744
742
  "omfx-media-picker-image": typeof wce9bb3179713943d787e139cedf749838 extends {
745
743
  propsDefinition: infer TProp;
746
744
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wce9bb3179713943d787e139cedf749838 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wce9bb3179713943d787e139cedf749838>, "propsDefinition">> : never;
@@ -1416,6 +1414,9 @@ declare global {
1416
1414
  "o-stepper-step": typeof wca8c8ffd3d8ff46ee969d8fb6b9522104 extends {
1417
1415
  propsDefinition: infer TProp;
1418
1416
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wca8c8ffd3d8ff46ee969d8fb6b9522104 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wca8c8ffd3d8ff46ee969d8fb6b9522104>, "propsDefinition">> : never;
1417
+ "o-sticky-container": typeof wcfeb57f2e8a1e4cd1b7a59043738bf5e8 extends {
1418
+ propsDefinition: infer TProp;
1419
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcfeb57f2e8a1e4cd1b7a59043738bf5e8 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcfeb57f2e8a1e4cd1b7a59043738bf5e8>, "propsDefinition">> : never;
1419
1420
  "o-switch": typeof wc31cc47b19e7d4c40b826f58d1c955a43 extends {
1420
1421
  propsDefinition: infer TProp;
1421
1422
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc31cc47b19e7d4c40b826f58d1c955a43 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc31cc47b19e7d4c40b826f58d1c955a43>, "propsDefinition">> : never;
@@ -1542,6 +1543,9 @@ declare global {
1542
1543
  "oa-app-management-category": typeof wca457ba6d0da84795925235989b9c0c9a extends {
1543
1544
  propsDefinition: infer TProp;
1544
1545
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wca457ba6d0da84795925235989b9c0c9a extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wca457ba6d0da84795925235989b9c0c9a>, "propsDefinition">> : never;
1546
+ "oa-app-definitions-listing": typeof wc669778312f2b40739774539e6de4d1ea extends {
1547
+ propsDefinition: infer TProp;
1548
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc669778312f2b40739774539e6de4d1ea extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc669778312f2b40739774539e6de4d1ea>, "propsDefinition">> : never;
1545
1549
  "omfx-background-editor": typeof wc1f34388f1f4140d3a38e6b0cc8897fc5 extends {
1546
1550
  propsDefinition: infer TProp;
1547
1551
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1f34388f1f4140d3a38e6b0cc8897fc5 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1f34388f1f4140d3a38e6b0cc8897fc5>, "propsDefinition">> : never;
@@ -3139,29 +3143,20 @@ declare global {
3139
3143
  };
3140
3144
  "markdown": {
3141
3145
  "editor": {
3142
- "toolbar": {
3143
- "future": typeof wc755f943792b441eab300c1fdc8709d22 extends {
3144
- propsDefinition: infer TProp;
3145
- } ? {
3146
- new (...args: any[]): {
3147
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3148
- };
3149
- } : typeof wc755f943792b441eab300c1fdc8709d22;
3150
- };
3151
- "future": typeof wcfaee0b6397494a9abca9c480856e2498 extends {
3146
+ "toolbar": typeof wccbd18219fce4454d92afd1867f0ef43b extends {
3152
3147
  propsDefinition: infer TProp;
3153
3148
  } ? {
3154
3149
  new (...args: any[]): {
3155
3150
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3156
3151
  };
3157
- } : typeof wcfaee0b6397494a9abca9c480856e2498;
3158
- "toolbar$": typeof wccbd18219fce4454d92afd1867f0ef43b extends {
3152
+ } : typeof wccbd18219fce4454d92afd1867f0ef43b;
3153
+ "future": typeof wcfaee0b6397494a9abca9c480856e2498 extends {
3159
3154
  propsDefinition: infer TProp;
3160
3155
  } ? {
3161
3156
  new (...args: any[]): {
3162
3157
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3163
3158
  };
3164
- } : typeof wccbd18219fce4454d92afd1867f0ef43b;
3159
+ } : typeof wcfaee0b6397494a9abca9c480856e2498;
3165
3160
  };
3166
3161
  "renderer": typeof wcc8b990d01ddc45ab930b4409fc406435 extends {
3167
3162
  propsDefinition: infer TProp;
@@ -5954,6 +5949,15 @@ declare global {
5954
5949
  };
5955
5950
  } : typeof wca457ba6d0da84795925235989b9c0c9a;
5956
5951
  };
5952
+ "definitions": {
5953
+ "listing": typeof wc669778312f2b40739774539e6de4d1ea extends {
5954
+ propsDefinition: infer TProp;
5955
+ } ? {
5956
+ new (...args: any[]): {
5957
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5958
+ };
5959
+ } : typeof wc669778312f2b40739774539e6de4d1ea;
5960
+ };
5957
5961
  };
5958
5962
  "auditlogs": {
5959
5963
  "journey": typeof wc05be354b04b344449edd7269f762a43c extends {
@@ -6507,6 +6511,15 @@ declare global {
6507
6511
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
6508
6512
  };
6509
6513
  } : typeof wc7cc2d4feecde4174badc5797ba6fb53e;
6514
+ "sticky": {
6515
+ "container": typeof wcfeb57f2e8a1e4cd1b7a59043738bf5e8 extends {
6516
+ propsDefinition: infer TProp;
6517
+ } ? {
6518
+ new (...args: any[]): {
6519
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
6520
+ };
6521
+ } : typeof wcfeb57f2e8a1e4cd1b7a59043738bf5e8;
6522
+ };
6510
6523
  "switch": typeof wc31cc47b19e7d4c40b826f58d1c955a43 extends {
6511
6524
  propsDefinition: infer TProp;
6512
6525
  } ? {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.239-dev",
4
+ "version": "8.0.241-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.239-dev",
23
+ "@omnia/fx-models": "8.0.241-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
28
  "vue": "3.4.31",
29
- "vuetify": "3.6.11",
29
+ "vuetify": "3.6.12",
30
30
  "tslib": "2.6.2",
31
31
  "typescript": "5.3.3",
32
32
  "@tiptap/vue-3": "2.1.13",