@omnia/fx 8.0.385-dev → 8.0.387-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 (62) hide show
  1. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -2
  2. package/internal-do-not-import-from-here/ux/UxModels.d.ts +2 -0
  3. package/internal-do-not-import-from-here/ux/admin/chrome/DashboardLayout.d.ts +6 -0
  4. package/internal-do-not-import-from-here/ux/admin/system/loc/localize.d.ts +1 -0
  5. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/EditLocalizationBlade.d.ts +17 -0
  6. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/LocalizationAdmin.d.ts +2 -2
  7. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/LocalizationAdminStore.d.ts +47 -2
  8. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +5 -4
  9. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
  10. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/store/BorderPickerStore.d.ts +32 -0
  11. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +5 -4
  12. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.css.d.ts +6 -3
  13. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +36 -16
  14. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPickerPreview.css.d.ts +4 -0
  15. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPreview.d.ts +99 -0
  16. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/renderers/{SwatchRenderer.d.ts → SwatchCardRenderer.d.ts} +3 -3
  17. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/stores/ColorPickerStore.d.ts +29 -8
  18. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaEditor.d.ts +11 -7
  19. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.css.d.ts +1 -0
  21. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +7 -6
  22. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/store/FillPickerStore.d.ts +12 -5
  23. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +5 -4
  24. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/aurora/components/input/InputStyleEditor.d.ts +4 -3
  26. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStyleEditor.d.ts +4 -3
  27. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
  28. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +4 -3
  29. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +11 -7
  30. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +4 -1
  31. package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +4 -1
  32. package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +8 -0
  33. package/internal-do-not-import-from-here/ux/features/loc/localize.d.ts +2 -0
  34. package/internal-do-not-import-from-here/ux/features/models/FeatureAction.d.ts +2 -1
  35. package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +4 -0
  36. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.css.d.ts +3 -0
  37. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +6 -4
  38. package/internal-do-not-import-from-here/ux/journey/journeyfilter/JourneyFilterDialog.d.ts +21 -0
  39. package/internal-do-not-import-from-here/ux/journey/models/BladeInstance.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +5 -4
  41. package/internal-do-not-import-from-here/ux/journey/stores/JourneySelectStore.d.ts +10 -1
  42. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +3 -3
  43. package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +13 -3
  44. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +3 -3
  45. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/oxide/actionmenu/ActionMenu.d.ts +20 -0
  47. package/internal-do-not-import-from-here/ux/oxide/actionmenu/ActionMenu.stylex.d.ts +4 -0
  48. package/internal-do-not-import-from-here/ux/oxide/datatable/CellRenderer.d.ts +3 -1
  49. package/internal-do-not-import-from-here/ux/oxide/datatable/RowRenderer.d.ts +3 -1
  50. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +3 -3
  51. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.stylex.d.ts +2 -0
  52. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +10 -2
  53. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +2 -2
  54. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +4 -3
  55. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +4 -3
  56. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +1 -1
  57. package/internal-do-not-import-from-here/wctypings.d.ts +25 -7
  58. package/package.json +3 -3
  59. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/LocalizationAdminStyles.css.d.ts +0 -3
  60. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/NodeComponent.d.ts +0 -38
  61. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/ServiceNode.d.ts +0 -17
  62. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker_old.d.ts +0 -475
@@ -20,12 +20,13 @@ export declare const useJourneySelectStore: () => {
20
20
  selectionItemRender: (item: any, index: number, isSelected: boolean) => VNodeChild;
21
21
  selectionRender: () => VNodeChild;
22
22
  selectedItemRenderer: (item: any, index: number) => VNodeChild;
23
+ actionsRender: () => VNodeChild;
23
24
  };
24
25
  rules: {
25
26
  externalStateHandling: () => boolean;
26
27
  hasSelectionBlade: () => boolean;
27
28
  hasSettingsBlade: () => boolean;
28
- renderAsPicker: () => boolean;
29
+ renderAsSingleSelectPicker: () => boolean;
29
30
  searchable: () => boolean;
30
31
  submitItemsOnSelection: () => boolean;
31
32
  canEditItems: () => boolean;
@@ -38,6 +39,10 @@ export declare const useJourneySelectStore: () => {
38
39
  searchText: string;
39
40
  singelSelection: MenuState;
40
41
  noSelectionHandling: boolean;
42
+ titles: {
43
+ addItem: string;
44
+ editItem: string;
45
+ };
41
46
  items: {
42
47
  all: JourneySelectItem<any>[];
43
48
  filtered: JourneySelectItem<any>[];
@@ -69,6 +74,10 @@ export declare const useJourneySelectStore: () => {
69
74
  searchText: string;
70
75
  singelSelection: MenuState;
71
76
  noSelectionHandling: boolean;
77
+ titles: {
78
+ addItem: string;
79
+ editItem: string;
80
+ };
72
81
  items: {
73
82
  all: JourneySelectItem<any>[];
74
83
  filtered: JourneySelectItem<any>[];
@@ -87,10 +87,10 @@ export declare const useJourneyStore: () => {
87
87
  isElementNameStillInView: (elementName: string) => boolean;
88
88
  isElementIdStillInView: (elementId: string) => boolean;
89
89
  scrollToStart: () => void;
90
- scrollToElementId: (elementId: string, anchor?: import("@omnia/fx/ux").AnchorPosition) => void;
90
+ scrollToElementId: (elementId: string, anchor?: import("@omnia/fx/ux").AnchorPosition, handler?: (target: HTMLElement, container: HTMLElement) => void) => void;
91
91
  scrollToElementName: (elementName: string, anchor?: import("@omnia/fx/ux").AnchorPosition) => void;
92
- scrollToElement: (element: HTMLElement, anchor?: import("@omnia/fx/ux").AnchorPosition) => void;
93
- scrollToSelector: (selector: string, anchor?: import("@omnia/fx/ux").AnchorPosition) => void;
92
+ scrollToElement: (element: HTMLElement, anchor?: import("@omnia/fx/ux").AnchorPosition, handler?: (target: HTMLElement, container: HTMLElement) => void) => void;
93
+ scrollToSelector: (selector: string, anchor?: import("@omnia/fx/ux").AnchorPosition, handler?: (target: HTMLElement, container: HTMLElement) => void) => void;
94
94
  }>;
95
95
  get: {
96
96
  readonly coordinates: {
@@ -1,4 +1,4 @@
1
- import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
1
+ import { DefineEmit, DefineRef, DefineSlot } from "@omnia/fx/ux";
2
2
  import { VNodeChild } from "vue";
3
3
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
4
4
  "emit:update:modelValue": (value: Object) => void;
@@ -8,7 +8,9 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
8
8
  modelValue?: Object;
9
9
  } & {
10
10
  readOnly?: boolean;
11
- } & DefineEmit<"click:import", (data: any) => void> & DefineSlot<"activator", () => VNodeChild>> & {
11
+ } & DefineEmit<"click:import", (data: any) => void> & DefineSlot<"activator", () => VNodeChild> & DefineRef<{
12
+ openDialog: () => void;
13
+ }>> & {
12
14
  "onUpdate:modelValue"?: (value: Object) => any;
13
15
  "onClick:import"?: (data: any) => any;
14
16
  } & {
@@ -17,5 +19,13 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
17
19
  } & Omit<{
18
20
  default?: import("vue").Slot;
19
21
  }, "activator">;
20
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "modelValue" | "v-model" | "emit:update:modelValue" | "slot:activator" | "readOnly" | "emit:click:import"> & import("@omnia/fx/ux").VNodeEvents) => any;
22
+ } & {
23
+ ref?: import("vue").Ref<{
24
+ openDialog: () => void;
25
+ }, {
26
+ openDialog: () => void;
27
+ }> | ((ref: {
28
+ openDialog: () => void;
29
+ }) => void);
30
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "modelValue" | "ref" | "v-model" | "emit:update:modelValue" | "slot:activator" | "readOnly" | "emit:click:import"> & import("@omnia/fx/ux").VNodeEvents) => any;
21
31
  export default _default;
@@ -56,10 +56,10 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
56
56
  isElementNameStillInView: (elementName: string) => boolean;
57
57
  isElementIdStillInView: (elementId: string) => boolean;
58
58
  scrollToStart: () => void;
59
- scrollToElementId: (elementId: string, anchor?: import("../../oxide").AnchorPosition) => void;
59
+ scrollToElementId: (elementId: string, anchor?: import("../../oxide").AnchorPosition, handler?: (target: HTMLElement, container: HTMLElement) => void) => void;
60
60
  scrollToElementName: (elementName: string, anchor?: import("../../oxide").AnchorPosition) => void;
61
- scrollToElement: (element: HTMLElement, anchor?: import("../../oxide").AnchorPosition) => void;
62
- scrollToSelector: (selector: string, anchor?: import("../../oxide").AnchorPosition) => void;
61
+ scrollToElement: (element: HTMLElement, anchor?: import("../../oxide").AnchorPosition, handler?: (target: HTMLElement, container: HTMLElement) => void) => void;
62
+ scrollToSelector: (selector: string, anchor?: import("../../oxide").AnchorPosition, handler?: (target: HTMLElement, container: HTMLElement) => void) => void;
63
63
  }>;
64
64
  get: {
65
65
  readonly coordinates: {
@@ -137,7 +137,7 @@ declare const _default: <TType extends MediaProviderTypes>(props: ExtractProps<{
137
137
  welcomeMessage?: boolean;
138
138
  } & {
139
139
  infiniteScroll?: boolean;
140
- } & DefineSlot<"search", () => VNodeChild, "Slot for custom search field."> & DefineSlot<"provider", () => VNodeChild, "The handle for providers including the logic for searching, selecting media, scaling image."> & DefineSlot<"filter", () => VNodeChild, "Slot for custom filter field.">)[K_4]) => void); } : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "searchable" | "slot:search" | "welcomeMessage" | "infiniteScroll" | "slot:provider" | "slot:filter" | keyof (TType extends "image" ? {
140
+ } & DefineSlot<"search", () => VNodeChild, "Slot for custom search field."> & DefineSlot<"provider", () => VNodeChild, "The handle for providers including the logic for searching, selecting media, scaling image."> & DefineSlot<"filter", () => VNodeChild, "Slot for custom filter field.">)[K_4]) => void); } : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "slot:filter" | "searchable" | "slot:search" | "welcomeMessage" | "infiniteScroll" | "slot:provider" | keyof (TType extends "image" ? {
141
141
  handler: IMediaPickerProviderHandler;
142
142
  } : {})> & import("@omnia/fx/ux").VNodeEvents) => any;
143
143
  export default _default;
@@ -0,0 +1,20 @@
1
+ import { ActionDefinition, Spacing, SpacingValue } from "@omnia/fx-models";
2
+ import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
3
+ import { VNodeChild } from "vue";
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
5
+ items?: ActionDefinition[];
6
+ } & {
7
+ padding?: SpacingValue | Spacing;
8
+ } & {
9
+ gapX?: SpacingValue;
10
+ } & DefineEmit<"click:item", (item: ActionDefinition, index: number) => void, "Emits when an item is clicked"> & DefineSlot<"item", (item: ActionDefinition, index: number) => VNodeChild> & DefineSlot<"menuItem", (item: ActionDefinition, index: number) => VNodeChild>> & {
11
+ "onClick:item"?: (item: ActionDefinition, index: number) => any;
12
+ } & {
13
+ "v-slots"?: {
14
+ item?: (item: ActionDefinition, index: number) => VNodeChild;
15
+ menuItem?: (item: ActionDefinition, index: number) => VNodeChild;
16
+ } & Omit<{
17
+ default?: import("vue").Slot;
18
+ }, "item" | "menuItem">;
19
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "padding" | "items" | "slot:item" | "gapX" | "emit:click:item" | "slot:menuItem"> & import("@omnia/fx/ux").VNodeEvents) => any;
20
+ export default _default;
@@ -0,0 +1,4 @@
1
+ export declare const ActionMenuStylex: {
2
+ wrapper: import("../..").StylexValue;
3
+ overflowHidden: import("../..").StylexValue;
4
+ };
@@ -1,8 +1,10 @@
1
1
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
2
2
  columnName?: string;
3
+ } & {
4
+ colspan?: number;
3
5
  }> & {} & {
4
6
  "v-slots"?: {} & Omit<{
5
7
  default?: import("vue").Slot;
6
8
  }, never>;
7
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "columnName"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "columnName" | "colspan"> & import("@omnia/fx/ux").VNodeEvents) => any;
8
10
  export default _default;
@@ -10,6 +10,8 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
10
10
  icon?: IIcon;
11
11
  } & DefineSlot<"actions", () => VNodeChild> & DefineEmit<"update:mouseOver", () => void, "Emits when moving the mouse pointer onto a row."> & DefineEmit<"update:mouseOut", () => void, "Emits when moving the mouse pointer out of a row."> & DefineEmit<"click:navigation", (e: MouseEvent) => void> & {
12
12
  drag?: boolean;
13
+ } & {
14
+ visibleActionColumn?: boolean;
13
15
  } & {
14
16
  headers?: DataTableHeader[];
15
17
  } & {
@@ -24,5 +26,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
24
26
  } & Omit<{
25
27
  default?: import("vue").Slot;
26
28
  }, "actions">;
27
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "headers" | "icon" | "active" | "drag" | "remove" | "slot:actions" | "emit:update:mouseOver" | "emit:update:mouseOut" | "emit:click:navigation" | "draggableIcon"> & import("@omnia/fx/ux").VNodeEvents) => any;
29
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "headers" | "icon" | "active" | "drag" | "remove" | "slot:actions" | "emit:update:mouseOver" | "emit:update:mouseOut" | "emit:click:navigation" | "visibleActionColumn" | "draggableIcon"> & import("@omnia/fx/ux").VNodeEvents) => any;
28
30
  export default _default;
@@ -2,8 +2,8 @@ import { Future, IIcon, OContentHeight, ODialogBuiltinButtons, ODialogButtonInst
2
2
  import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot, DefineVModel } from "@omnia/fx/ux";
3
3
  import { VNodeChild } from "vue";
4
4
  export * from "./Dialog.stylex";
5
- type DialogLocation = "left" | "center" | "right";
6
- type DialogProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"toned", boolean, false, false, "Toned color picker."> & DefineVModel<"", boolean, false, null, false, "The v-model of the component."> & DefineProp<"persistent", boolean, false, false, "Specify if the dialog is closed if clicked outside of the dialog."> & DefineProp<"eager", boolean, false, false, "Forces the component’s content to render when it mounts."> & DefineProp<"title", string, false, null, "Specify the title of the dialog."> & DefineProp<"subTitle", string, false, null, "Specify a subtitle for the dialog and the title is displayed in a breadcrumb style where the subTittle is prominent."> & DefineProp<"icon", IIcon, false, null, "Specify an icon for the dialog. This is almost mandatory and is used to hightlight the dialog context."> & DefineProp<"hiddenCloseButton", boolean, false, false, "Hide the close button of the dialog."> & DefineProp<"backButton", boolean, false, false, "I a back button is displayed to close the dialog."> & DefineProp<"size", ODialogSizes, false, "medium", "Specify the size of the dialog. Default is mediumsize."> & DefineProp<"variant", ODialogTypes, false, "default", "Applies a distinct style to the component."> & DefineProp<"contentHeight", OContentHeight, false, "static", "Sets the content responsive strategy for the dialog . With dynamic it will adapt to the content height. This should only be used with content that does not change size."> & DefineProp<"customScrolling", boolean, false, false, "Disables the default scrolling behavior of the dialog. This should be used when the dialog contains a custom scrollable element such as a o.tab or a component with custom scrollable requirements."> & DefineProp<"horizontalScroll", boolean, false, false, "Adds a horizontal scrollbar to the dialog. This should be used when the dialog contains a custom vertiacl scrollable element such as a <o-journey> or a component with custom scrollable requirements."> & DefineProp<"journey", boolean, false, false, "The dialog is a journey dialog where the header supports navigation."> & DefineProp<"canClose", (request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>, false, null, "Function that can control if the dialog is allowed to be closed. When the promise is resolved the dialog will close. If the promise is rejected the dialog will not close."> & DefineProp<"canBack", (request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>, false, null, "Function that can control if the dialog is allowed to be closed. When the promise is resolved the dialog will close. If the promise is rejected the dialog will not close."> & DefineProp<"buttonApi", (confirm: ODialogButtonInstance, cancel: ODialogButtonInstance) => void, false, null, "Function that can get reference to the buttons to control the state of them."> & DefineSlot<"fixedContent", () => VNodeChild> & DefineSlot<"activator", () => VNodeChild> & DefineSlot<"headerButtons", () => VNodeChild> & DefineSlot<"actions", () => VNodeChild> & DefineSlot<"navigation", (apis: {
5
+ export type DialogLocation = "left" | "center" | "right";
6
+ type DialogProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"toned", boolean, false, false, "Toned color picker."> & DefineVModel<"", boolean, false, null, false, "The v-model of the component."> & DefineProp<"persistent", boolean, false, false, "Specify if the dialog is closed if clicked outside of the dialog."> & DefineProp<"eager", boolean, false, false, "Forces the component’s content to render when it mounts."> & DefineProp<"title", string, false, null, "Specify the title of the dialog."> & DefineProp<"subTitle", string, false, null, "Specify a subtitle for the dialog and the title is displayed in a breadcrumb style where the subTittle is prominent."> & DefineProp<"icon", IIcon, false, null, "Specify an icon for the dialog. This is almost mandatory and is used to hightlight the dialog context."> & DefineProp<"hiddenCloseButton", boolean, false, false, "Hide the close button of the dialog."> & DefineProp<"backButton", boolean, false, false, "I a back button is displayed to close the dialog."> & DefineProp<"size", ODialogSizes, false, "medium", "Specify the size of the dialog. Default is mediumsize."> & DefineProp<"attach", string, false, null, "Specifies which DOM element the overlay content should teleport to."> & DefineProp<"variant", ODialogTypes, false, "default", "Applies a distinct style to the component."> & DefineProp<"contentHeight", OContentHeight, false, "static", "Sets the content responsive strategy for the dialog . With dynamic it will adapt to the content height. This should only be used with content that does not change size."> & DefineProp<"customScrolling", boolean, false, false, "Disables the default scrolling behavior of the dialog. This should be used when the dialog contains a custom scrollable element such as a o.tab or a component with custom scrollable requirements."> & DefineProp<"horizontalScroll", boolean, false, false, "Adds a horizontal scrollbar to the dialog. This should be used when the dialog contains a custom vertiacl scrollable element such as a <o-journey> or a component with custom scrollable requirements."> & DefineProp<"journey", boolean, false, false, "The dialog is a journey dialog where the header supports navigation."> & DefineProp<"canClose", (request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>, false, null, "Function that can control if the dialog is allowed to be closed. When the promise is resolved the dialog will close. If the promise is rejected the dialog will not close."> & DefineProp<"canBack", (request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>, false, null, "Function that can control if the dialog is allowed to be closed. When the promise is resolved the dialog will close. If the promise is rejected the dialog will not close."> & DefineProp<"buttonApi", (confirm: ODialogButtonInstance, cancel: ODialogButtonInstance) => void, false, null, "Function that can get reference to the buttons to control the state of them."> & DefineSlot<"fixedContent", () => VNodeChild> & DefineSlot<"activator", () => VNodeChild> & DefineSlot<"headerButtons", () => VNodeChild> & DefineSlot<"actions", () => VNodeChild> & DefineSlot<"navigation", (apis: {
7
7
  hideNavigation: () => void;
8
8
  showNavigation: () => void;
9
9
  }) => VNodeChild> & DefineSlot<"header", () => VNodeChild> & DefineEmit<"click:close", () => void> & DefineEmit<"click:cancel", () => void> & DefineEmit<"click:confirm", () => void> & DefineEmit<"click:backButton", () => void> & DefineProp<"location", DialogLocation, false, "center", "Sets location of the dialog.">;
@@ -27,5 +27,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<DialogProps>
27
27
  } & Omit<{
28
28
  default?: import("vue").Slot;
29
29
  }, "navigation" | "actions" | "header" | "activator" | "fixedContent" | "headerButtons">;
30
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "variant" | "size" | "class" | "persistent" | "eager" | "colorSchemaType" | "location" | "modelValue" | "slot:actions" | "colors" | "v-model" | "toned" | "journey" | "emit:update:modelValue" | "subTitle" | "hiddenCloseButton" | "backButton" | "contentHeight" | "customScrolling" | "horizontalScroll" | "canClose" | "canBack" | "buttonApi" | "slot:fixedContent" | "slot:activator" | "slot:headerButtons" | "slot:navigation" | "slot:header" | "emit:click:close" | "emit:click:cancel" | "emit:click:confirm" | "emit:click:backButton"> & import("@omnia/fx/ux").VNodeEvents) => any;
30
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "variant" | "size" | "class" | "persistent" | "eager" | "colorSchemaType" | "location" | "modelValue" | "attach" | "slot:actions" | "colors" | "v-model" | "toned" | "journey" | "emit:update:modelValue" | "subTitle" | "hiddenCloseButton" | "backButton" | "contentHeight" | "customScrolling" | "horizontalScroll" | "canClose" | "canBack" | "buttonApi" | "slot:fixedContent" | "slot:activator" | "slot:headerButtons" | "slot:navigation" | "slot:header" | "emit:click:close" | "emit:click:cancel" | "emit:click:confirm" | "emit:click:backButton"> & import("@omnia/fx/ux").VNodeEvents) => any;
31
31
  export default _default;
@@ -1,5 +1,6 @@
1
1
  import { useColorSchemaStore } from "@omnia/fx/ux";
2
2
  import { ColorDefinition, ODialogTypes } from "@omnia/fx-models";
3
+ import { DialogLocation } from "./Dialog";
3
4
  export declare const DialogStyles: {
4
5
  templateTitle: Readonly<import("@omnia/fx/ux").StylexValue>;
5
6
  titleWrapper: (dark: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
@@ -12,4 +13,5 @@ export declare const DialogStyles: {
12
13
  iconWrapper: (dark: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
13
14
  footerWrapper: (backgroundColor: ColorDefinition) => Readonly<import("@omnia/fx/ux").StylexValue>;
14
15
  scroll(colors: ReturnType<typeof useColorSchemaStore>): Readonly<import("@omnia/fx/ux").StylexValue>;
16
+ getCssForRightLocationDialog(location: DialogLocation): import("@omnia/fx/ux").StylexValue;
15
17
  };
@@ -1,8 +1,16 @@
1
1
  import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot } from "@omnia/fx/ux";
2
2
  import { VNodeChild } from "vue";
3
- type ImageProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"aspectRatio", string | number, false, null, "The aspect ratio of the image."> & DefineProp<"src", string, false, null, "The image URL. This prop is mandatory."> & DefineProp<"height", number | string, false, null, "Sets the height for the component."> & DefineProp<"width", number | string, false, null, "Sets the height for the component."> & DefineProp<"cover", boolean, false, true, "Resizes the image to cover the entire container."> & DefineProp<"alt", string, false, "", "Alternate text for screen readers. Leave empty for decorative images."> & DefineProp<"maxWidth", number | string, false, null> & DefineProp<"maxHeight", number | string, false, null> & DefineProp<"placeholder", string, false, null, "The placeholder image to display while the main image is loading."> & DefineProp<"lazySrc", string, false, null, "The image to display while the main image is loading."> & DefineEmit<"load", () => void> & DefineSlot<"placeholder", () => VNodeChild>;
3
+ type ImageProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"aspectRatio", string | number, false, null, "The aspect ratio of the image."> & DefineProp<"src", string, false, null, "The image URL. This prop is mandatory."> & DefineProp<"height", number | string, false, null, "Sets the height for the component."> & DefineProp<"width", number | string, false, null, "Sets the height for the component."> & DefineProp<"cover", boolean, false, true, "Resizes the image to cover the entire container."> & DefineProp<"alt", string, false, "", "Alternate text for screen readers. Leave empty for decorative images."> & DefineProp<"maxWidth", number | string, false, null> & DefineProp<"maxHeight", number | string, false, null> & DefineProp<"placeholder", string, false, null, "The placeholder image to display while the main image is loading."> & DefineProp<"lazySrc", string, false, null, "The image to display while the main image is loading."> & DefineEmit<"load", (info: {
4
+ naturalWidth: number;
5
+ naturalHeight: number;
6
+ image: HTMLElement;
7
+ }) => void> & DefineSlot<"placeholder", () => VNodeChild>;
4
8
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ImageProps> & {
5
- onLoad?: () => any;
9
+ onLoad?: (info: {
10
+ naturalWidth: number;
11
+ naturalHeight: number;
12
+ image: HTMLElement;
13
+ }) => any;
6
14
  } & {
7
15
  "v-slots"?: {
8
16
  placeholder?: () => VNodeChild;
@@ -7,7 +7,7 @@ type ListItemSlot = {
7
7
  isIndeterminate: boolean;
8
8
  select: (value: boolean) => void;
9
9
  };
10
- export type OListItemProps = DefinePropTheming & DefineProp<"class", String | String[]> & 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<"divider", boolean, false, false, "Adds a divider after the item"> & DefineProp<"active", boolean, false, false, "Controls the active state of the item. This is typically used to highlight the component."> & DefineProp<"selected", boolean, null, null, "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 & DefineProp<"class", String | String[]> & 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<"divider", boolean, false, false, "Adds a divider after the item"> & DefineProp<"expandableHeight", boolean, false, false, "Makes the height expand if needed. Default it is fixed"> & DefineProp<"active", boolean, false, false, "Controls the active state of the item. This is typically used to highlight the component."> & DefineProp<"selected", boolean, null, null, "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 | VNodeChild;
12
12
  }) => VNodeChild, "Slot for the component’s title content."> & DefineSlot<"subtitle", (value: {
13
13
  subtitle: string | number;
@@ -31,5 +31,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<OListItemPro
31
31
  } & Omit<{
32
32
  default?: import("vue").Slot;
33
33
  }, "title" | "default" | "append" | "prepend" | "subtitle">;
34
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "variant" | "active" | "class" | "disabled" | "colorSchemaType" | "colors" | "divider" | "slot:title" | "slot:append" | "slot:prepend" | "subtitle" | "selected" | "slot:default" | "slot:subtitle" | "emit:click:delete" | "emit:click:remove" | "emit:click:navigate" | "emit:click:select"> & import("@omnia/fx/ux").VNodeEvents) => any;
34
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "variant" | "active" | "class" | "disabled" | "colorSchemaType" | "colors" | "divider" | "slot:title" | "slot:append" | "slot:prepend" | "subtitle" | "expandableHeight" | "selected" | "slot:default" | "slot:subtitle" | "emit:click:delete" | "emit:click:remove" | "emit:click:navigate" | "emit:click:select"> & import("@omnia/fx/ux").VNodeEvents) => any;
35
35
  export default _default;
@@ -3,7 +3,7 @@ import { InputBlueprint, MenuState } from "@omnia/fx/models";
3
3
  import { VNodeChild } from "vue";
4
4
  import { PickerVariant } from "./models/SharedSettings";
5
5
  import { usePickerStore } from "./stores/PickerStore";
6
- type PickerProps = DefineVModel<"", MenuState> & DefineProp<"getApi", (store: ReturnType<typeof usePickerStore>) => void, false, null, "callback to get a reference to the store"> & DefineProp<"class", String | String[]> & DefineProp<"variant", PickerVariant, false, "dropdown"> & DefineProp<"label", string, false, null, "Sets the label of the component."> & DefineProp<"text", string, false, null, "Sets the text of the component."> & DefineProp<"blueprint", InputBlueprint, false, null, "Sets a custom blueprint for the control."> & DefineProp<"disabled", boolean, false, null, "Sets the component to disabled"> & DefineProp<"toned", boolean, false, null, "Sets the component to disabled"> & DefineProp<"visibleOnContentClick", boolean, false, null, "Sets the component to disabled"> & DefineProp<"grid", boolean, false, null, "Sets the component to disabled"> & DefineProp<"disabled", boolean, false, null, "Sets the component to disabled"> & DefineProp<"clearable", boolean, false, null, "If a clear icon can be shown"> & DefineProp<"searchable", boolean, null, null, "A search box is displayed with the text value"> & DefineProp<"isLoading", boolean, false, null, "Displays a loading indicator"> & DefineProp<"hasSelection", boolean | any, false, null, "If the component has selection or not. If true it will render the selection slot"> & DefineProp<"placeholder", string, false, null, "Sets the placeholder of the component. The placeholder is shown if there is no selection and displays select if empty"> & DefineProp<"toned", boolean, false, null, "Sets the component to disabled"> & DefineEmit<"search", (searchText: string) => true> & DefineEmit<"click:clear", () => void> & DefineSlot<"activator", () => VNodeChild> & DefineSlot<"selectedItemRenderer", () => VNodeChild>;
6
+ type PickerProps = DefineVModel<"", MenuState> & DefineProp<"getApi", (store: ReturnType<typeof usePickerStore>) => void, false, null, "callback to get a reference to the store"> & DefineProp<"class", String | String[]> & DefineProp<"variant", PickerVariant, false, "dropdown"> & DefineProp<"label", string, false, null, "Sets the label of the component."> & DefineProp<"text", string, false, null, "Sets the text of the component."> & DefineProp<"blueprint", InputBlueprint, false, null, "Sets a custom blueprint for the control."> & DefineProp<"disabled", boolean, false, null, "Sets the component to disabled"> & DefineProp<"toned", boolean, false, null, "Sets the component to disabled"> & DefineProp<"visibleOnContentClick", boolean, false, null, "Sets the component to disabled"> & DefineProp<"grid", boolean, false, null, "Sets the component to disabled"> & DefineProp<"disabled", boolean, false, null, "Sets the component to disabled"> & DefineProp<"clearable", boolean, false, null, "If a clear icon can be shown"> & DefineProp<"searchable", boolean, null, null, "A search box is displayed with the text value"> & DefineProp<"maxHeight", number, null, null, "Limit the max height of the dropdown"> & DefineProp<"isLoading", boolean, false, null, "Displays a loading indicator"> & DefineProp<"hasSelection", boolean | any, false, null, "If the component has selection or not. If true it will render the selection slot"> & DefineProp<"placeholder", string, false, null, "Sets the placeholder of the component. The placeholder is shown if there is no selection and displays select if empty"> & DefineProp<"toned", boolean, false, null, "Sets the component to disabled"> & DefineEmit<"search", (searchText: string) => true> & DefineEmit<"click:clear", () => void> & DefineSlot<"activator", () => VNodeChild> & DefineSlot<"selectedItemRenderer", () => VNodeChild> & DefineSlot<"actions", () => VNodeChild>;
7
7
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<PickerProps> & {
8
8
  "onUpdate:modelValue"?: (value: MenuState) => any;
9
9
  "onClick:clear"?: () => any;
@@ -12,8 +12,9 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<PickerProps>
12
12
  "v-slots"?: {
13
13
  activator?: () => VNodeChild;
14
14
  selectedItemRenderer?: () => VNodeChild;
15
+ actions?: () => VNodeChild;
15
16
  } & Omit<{
16
17
  default?: import("vue").Slot;
17
- }, "activator" | "selectedItemRenderer">;
18
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "blueprint" | "grid" | "variant" | "class" | "label" | "disabled" | "modelValue" | "v-model" | "toned" | "placeholder" | "emit:update:modelValue" | "slot:activator" | "getApi" | "searchable" | "emit:search" | "emit:click:clear" | "clearable" | "visibleOnContentClick" | "isLoading" | "slot:selectedItemRenderer" | "hasSelection"> & import("@omnia/fx/ux").VNodeEvents) => any;
18
+ }, "actions" | "activator" | "selectedItemRenderer">;
19
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "blueprint" | "grid" | "maxHeight" | "variant" | "class" | "label" | "disabled" | "modelValue" | "slot:actions" | "v-model" | "toned" | "placeholder" | "emit:update:modelValue" | "slot:activator" | "getApi" | "searchable" | "emit:search" | "emit:click:clear" | "clearable" | "visibleOnContentClick" | "isLoading" | "slot:selectedItemRenderer" | "hasSelection"> & import("@omnia/fx/ux").VNodeEvents) => any;
19
20
  export default _default;
@@ -2,6 +2,7 @@ import { OScrollTypesCombination } from "@omnia/fx-models";
2
2
  export declare const AnchorPositionValues: readonly ["start", "end"];
3
3
  export type AnchorPosition = typeof AnchorPositionValues[number];
4
4
  type Coordinates = Pick<DOMRect, "left" | "right" | "top" | "bottom">;
5
+ type HandlerScroll = (target: HTMLElement, container: HTMLElement) => void;
5
6
  export declare const useScrollContainerStore: () => {
6
7
  state: {
7
8
  elementRef: HTMLElement;
@@ -31,10 +32,10 @@ export declare const useScrollContainerStore: () => {
31
32
  isElementNameStillInView: (elementName: string) => boolean;
32
33
  isElementIdStillInView: (elementId: string) => boolean;
33
34
  scrollToStart: () => void;
34
- scrollToElementId: (elementId: string, anchor?: AnchorPosition) => void;
35
+ scrollToElementId: (elementId: string, anchor?: AnchorPosition, handler?: HandlerScroll) => void;
35
36
  scrollToElementName: (elementName: string, anchor?: AnchorPosition) => void;
36
- scrollToElement: (element: HTMLElement, anchor?: AnchorPosition) => void;
37
- scrollToSelector: (selector: string, anchor?: AnchorPosition) => void;
37
+ scrollToElement: (element: HTMLElement, anchor?: AnchorPosition, handler?: HandlerScroll) => void;
38
+ scrollToSelector: (selector: string, anchor?: AnchorPosition, handler?: HandlerScroll) => void;
38
39
  }>;
39
40
  get: {
40
41
  readonly coordinates: Coordinates;
@@ -1,6 +1,6 @@
1
1
  import { DefineProp, DefinePropTheming, DefineVModel } from "@omnia/fx/ux";
2
2
  import { ODirectionTypes, OSliderVariants } from "@omnia/fx-models";
3
- type SliderProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", any, false, null, true, "The v-model of the component"> & DefineProp<"step", string | number, false, null, "If greater than 0, sets step interval for ticks."> & DefineProp<"min", string | number, false, null, "Sets the minimum value of the slider."> & DefineProp<"max", string | number, false, null, "Sets the maximum value of the slider."> & DefineProp<"label", string, false, null, "Sets the label of the slider."> & DefineProp<"unitLabel", string, false, null, "ets the unit label of the slider."> & DefineProp<"noThumbLabel", boolean, false, false, "Hides the thumb label."> & DefineProp<"hint", string, false, null, "Sets the hint of the slider. Hint will be displayed below the input when focused."> & DefineProp<"persistentHint", boolean, false, false, "Forces hint to always be visible."> & DefineProp<"direction", ODirectionTypes, false, "horizontal", "Sets the direction of the slider. Default is horizontal."> & DefineProp<"variant", OSliderVariants, false, null, "Sets the variant of the slider. Prominent should only be use when an extra level of emphasis is needed."> & DefineProp<"showTicks", boolean | "always", false, false, "Sets the visibility of the ticks. Default is false."> & DefineProp<"ticks", number[] | Record<number, string>, false, null, "Show track ticks. If true it shows ticks when using slider. If set to 'always' it always shows ticks."> & DefineProp<"toned", boolean, false, false> & DefineProp<"tickSize", number, false, 2, "Sets the size of the ticks. Default is 2.">;
3
+ type SliderProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", any, false, null, true, "The v-model of the component"> & DefineProp<"step", string | number, false, null, "If greater than 0, sets step interval for ticks."> & DefineProp<"min", string | number, false, null, "Sets the minimum value of the slider."> & DefineProp<"max", string | number, false, null, "Sets the maximum value of the slider."> & DefineProp<"label", string, false, null, "Sets the label of the slider."> & DefineProp<"unitLabel", string, false, null, "Sets the unit label of the slider."> & DefineProp<"noThumbLabel", boolean, false, false, "Hides the thumb label."> & DefineProp<"hint", string, false, null, "Sets the hint of the slider. Hint will be displayed below the input when focused."> & DefineProp<"persistentHint", boolean, false, false, "Forces hint to always be visible."> & DefineProp<"direction", ODirectionTypes, false, "horizontal", "Sets the direction of the slider. Default is horizontal."> & DefineProp<"variant", OSliderVariants, false, null, "Sets the variant of the slider. Prominent should only be use when an extra level of emphasis is needed."> & DefineProp<"showTicks", boolean | "always", false, false, "Sets the visibility of the ticks. Default is false."> & DefineProp<"ticks", number[] | Record<number, string>, false, null, "Show track ticks. If true it shows ticks when using slider. If set to 'always' it always shows ticks."> & DefineProp<"toned", boolean, false, false> & DefineProp<"tickSize", number, false, 2, "Sets the size of the ticks. Default is 2.">;
4
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SliderProps> & {
5
5
  "onUpdate:modelValue"?: (value: any) => any;
6
6
  } & {
@@ -265,6 +265,7 @@ import wc0c762bb5c7e64ccd8a89907200dffca5 from './ux/mediapickerproviders/pexels
265
265
  import wc93b4d6352faa4904854a043eff6872b7 from './ux/mediapickerproviders/sharepointvideosettings/SharePointVideoSettings';
266
266
  import wc6e7529d994f9489ea5be5a129406caa2 from './ux/mediapickerproviders/unsplash/UnsplashProvider';
267
267
  import wcd66f4320b87a4577bbcba906d78096ed from './ux/organizationtree/reportees/Reportees';
268
+ import wc5dce4d021df14105b70a201011713da2 from './ux/oxide/actionmenu/ActionMenu';
268
269
  import wc8a200f29d7484601b901dd76ca8ec771 from './ux/oxide/alert/Alert';
269
270
  import wc90d19714df6c4b16bd5d42bc705e7692 from './ux/oxide/appbar/Appbar';
270
271
  import wc8848766a05fd4a7a8e1a89376b3cf09a from './ux/oxide/avatar/Avatar';
@@ -392,6 +393,7 @@ import wc28aca89920b749c894138e728231ffc4 from './ux/aurora/components/buttonsty
392
393
  import wc7222a47525f54724a8e9f7f2cfc39354 from './ux/aurora/components/buttonstyle/ButtonBlueprintsViewer';
393
394
  import wc81ff82944f2542b3afec55c5dba22f36 from './ux/aurora/components/chromepicker/ChromePicker';
394
395
  import wc638cfe124ab24d0ebd0711c0bd844af6 from './ux/aurora/components/colorpickerV2/ColorPicker';
396
+ import wcc09455784a27401697cfa621eefeb52f from './ux/aurora/components/colorpickerV2/ColorPreview';
395
397
  import wc1266389c28034034921b897f788f302d from './ux/aurora/components/colorschemapicker/ColorSchemaPicker';
396
398
  import wc9ed2b61fad8a43f384efef4a5dcbd184 from './ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker';
397
399
  import wc3779d0b63f54436eb25942b0c2487a2c from './ux/aurora/components/colorschemapicker/ColorSchemaViewer';
@@ -670,13 +672,6 @@ declare global {
670
672
  };
671
673
  } : typeof wc5618d436945b4fdfb43293dac1a541a6;
672
674
  };
673
- "systemlayout": typeof wc29e4919fca93492d9b81ddca5a5dc28a extends {
674
- propsDefinition: infer TProp;
675
- } ? {
676
- new (...args: any[]): {
677
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
678
- };
679
- } : typeof wc29e4919fca93492d9b81ddca5a5dc28a;
680
675
  "generalsettings": typeof wc62529631696b457bbc0418c888fc940f extends {
681
676
  propsDefinition: infer TProp;
682
677
  } ? {
@@ -4021,6 +4016,13 @@ declare global {
4021
4016
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4022
4017
  };
4023
4018
  } : typeof wc638cfe124ab24d0ebd0711c0bd844af6;
4019
+ "preview": typeof wcc09455784a27401697cfa621eefeb52f extends {
4020
+ propsDefinition: infer TProp;
4021
+ } ? {
4022
+ new (...args: any[]): {
4023
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4024
+ };
4025
+ } : typeof wcc09455784a27401697cfa621eefeb52f;
4024
4026
  "schema": {
4025
4027
  "picker": typeof wc1266389c28034034921b897f788f302d extends {
4026
4028
  propsDefinition: infer TProp;
@@ -4560,6 +4562,13 @@ declare global {
4560
4562
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4561
4563
  };
4562
4564
  } : typeof wc8d451f6cbcf442c3a4a07d3ad5de09a3;
4565
+ "layout": typeof wc29e4919fca93492d9b81ddca5a5dc28a extends {
4566
+ propsDefinition: infer TProp;
4567
+ } ? {
4568
+ new (...args: any[]): {
4569
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4570
+ };
4571
+ } : typeof wc29e4919fca93492d9b81ddca5a5dc28a;
4563
4572
  };
4564
4573
  "bp": {
4565
4574
  "user": {
@@ -5000,6 +5009,15 @@ declare global {
5000
5009
  };
5001
5010
  };
5002
5011
  let o: {
5012
+ "action": {
5013
+ "menu": typeof wc5dce4d021df14105b70a201011713da2 extends {
5014
+ propsDefinition: infer TProp;
5015
+ } ? {
5016
+ new (...args: any[]): {
5017
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5018
+ };
5019
+ } : typeof wc5dce4d021df14105b70a201011713da2;
5020
+ };
5003
5021
  "alert": typeof wc8a200f29d7484601b901dd76ca8ec771 extends {
5004
5022
  propsDefinition: infer TProp;
5005
5023
  } ? {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.385-dev",
4
+ "version": "8.0.387-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": "Omnia Digital Workplace AB",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.385-dev",
23
+ "@omnia/fx-models": "8.0.387-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.5.13",
29
- "vuetify": "3.7.12",
29
+ "vuetify": "3.7.13",
30
30
  "tslib": "2.6.2",
31
31
  "typescript": "5.7.2",
32
32
  "@tiptap/vue-3": "2.1.13",
@@ -1,3 +0,0 @@
1
- export declare const valueBlock: (haveChange: boolean, miss?: boolean) => string;
2
- export declare const hoverBtn: string;
3
- export declare const displayNone: string;
@@ -1,38 +0,0 @@
1
- import { LanguageTags, UserdefinedLocalizationProperty, guid } from "@omnia/fx-models";
2
- import "./LocalizationAdminStyles.css";
3
- import { LocalizationViewMode } from "./models";
4
- export declare const NodeComponent: (props: import("@omnia/fx/ux").ExtractProps<{
5
- node?: any;
6
- } & {
7
- jsonValue?: any;
8
- } & {
9
- parentPath?: string[];
10
- } & {
11
- filterKey?: string;
12
- } & {
13
- name?: string;
14
- } & {
15
- exportMode?: boolean;
16
- } & {
17
- language?: LanguageTags;
18
- } & {
19
- serviceId?: guid;
20
- } & {
21
- viewMode?: LocalizationViewMode;
22
- } & {
23
- expand?: boolean;
24
- } & {
25
- hideElement?: boolean;
26
- } & {
27
- spacing?: number;
28
- } & {
29
- renderFinished?: (showElements: number, key: string) => void;
30
- } & {
31
- onEditLabel?: (path: string[], change?: UserdefinedLocalizationProperty) => Promise<any>;
32
- } & {
33
- onDelete?: (key: string) => void;
34
- }> & {} & {
35
- "v-slots"?: {} & Omit<{
36
- default?: import("vue").Slot;
37
- }, never>;
38
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "name" | "spacing" | "node" | "serviceId" | "expand" | "onDelete" | "language" | "viewMode" | "jsonValue" | "parentPath" | "filterKey" | "exportMode" | "hideElement" | "renderFinished" | "onEditLabel"> & import("@omnia/fx/ux").VNodeEvents) => any;
@@ -1,17 +0,0 @@
1
- import { UserdefinedLocalizationProperty, guid } from "@omnia/fx-models";
2
- import { LocalizationJson, LocalizationViewMode, ServiceDefinition } from "./models";
3
- export declare const ServiceNodeComponent: (props: import("@omnia/fx/ux").ExtractProps<{
4
- service?: ServiceDefinition;
5
- } & {
6
- node?: LocalizationJson;
7
- } & {
8
- viewMode?: LocalizationViewMode;
9
- } & {
10
- filterKey?: string;
11
- } & {
12
- onEditLabel?: (path: string[], change: UserdefinedLocalizationProperty, serviceId?: guid) => Promise<any>;
13
- }> & {} & {
14
- "v-slots"?: {} & Omit<{
15
- default?: import("vue").Slot;
16
- }, never>;
17
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "node" | "viewMode" | "filterKey" | "onEditLabel" | "service"> & import("@omnia/fx/ux").VNodeEvents) => any;