@omnia/fx 8.0.384-dev → 8.0.386-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 (58) hide show
  1. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +7 -7
  2. package/internal-do-not-import-from-here/ux/UxModels.d.ts +1 -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 +15 -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/app/management/tabs/namingpolicies/AffixRow.d.ts +4 -4
  9. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +1 -1
  10. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +1 -1
  11. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
  12. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +1 -1
  13. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +2 -2
  14. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.css.d.ts +5 -1
  15. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +30 -20
  16. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPickerPreview.css.d.ts +4 -0
  17. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker_old.d.ts +0 -0
  18. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPreview.d.ts +99 -0
  19. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/renderers/SwatchCardRenderer.d.ts +47 -0
  20. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/renderers/SwatchRenderer.d.ts +47 -0
  21. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/stores/ColorPickerStore.d.ts +69 -0
  22. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerBlueprintsViewer.d.ts +2 -2
  24. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.css.d.ts +1 -0
  25. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +3 -3
  26. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker_old.d.ts +0 -0
  27. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/store/FillPickerStore.d.ts +39 -0
  28. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderViewer.d.ts +2 -2
  29. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/aurora/components/input/InputBlueprintsViewer.d.ts +2 -2
  32. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintsViewer.d.ts +2 -2
  33. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
  35. package/internal-do-not-import-from-here/ux/enterpriseproperties/settingpicker/EnterprisePropertySettingPicker.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +3 -2
  37. package/internal-do-not-import-from-here/ux/journey/SettingsJourneyMenu.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/journey/models/BladeInstance.d.ts +0 -1
  39. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +4 -4
  40. package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +1 -13
  41. package/internal-do-not-import-from-here/ux/oxide/actionmenu/ActionMenu.d.ts +30 -0
  42. package/internal-do-not-import-from-here/ux/oxide/actionmenu/ActionMenu.stylex.d.ts +4 -0
  43. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/oxide/datatable/CellRenderer.d.ts +10 -0
  45. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +3 -3
  46. package/internal-do-not-import-from-here/ux/oxide/datatable/RowRenderer.d.ts +4 -26
  47. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +3 -3
  48. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +2 -2
  49. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.stylex.d.ts +0 -1
  50. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +2 -2
  51. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
  54. package/internal-do-not-import-from-here/wctypings.d.ts +25 -7
  55. package/package.json +3 -3
  56. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/LocalizationAdminStyles.css.d.ts +0 -3
  57. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/NodeComponent.d.ts +0 -38
  58. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/ServiceNode.d.ts +0 -17
@@ -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" | "subtitle" | "expandableHeight" | "selected" | "slot:append" | "slot:prepend" | "slot:default" | "slot:title" | "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;
@@ -2,7 +2,6 @@ import { ColorDefinition } from "../../velcron/core";
2
2
  import { OPanelVariants, OPaddingCombination } from "@omnia/fx-models";
3
3
  export declare const PanelStyles: {
4
4
  tabSettingsPadding: Readonly<import("@omnia/fx/ux").StylexValue>;
5
- templateTitle: (variant: OPanelVariants, titelOnTopDivider: boolean, color: string, spacelessTop: boolean, spacelessBottom: boolean, paddings: OPaddingCombination) => Readonly<import("@omnia/fx/ux").StylexValue>;
6
5
  dividerOnTitle: Readonly<import("@omnia/fx/ux").StylexValue>;
7
6
  panelHoverBackground: (color: ColorDefinition) => Readonly<import("@omnia/fx/ux").StylexValue>;
8
7
  panelWrapper: (hide: boolean, variant: OPanelVariants, grouped: boolean, spacelessTop: boolean, spacelessBottom: boolean, hasLeftDivider: any, hasRightDivider: any, dark: boolean, paddings: OPaddingCombination) => Readonly<import("@omnia/fx/ux").StylexValue>;
@@ -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> & 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>;
7
7
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<PickerProps> & {
8
8
  "onUpdate:modelValue"?: (value: MenuState) => any;
9
9
  "onClick:clear"?: () => any;
@@ -15,5 +15,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<PickerProps>
15
15
  } & Omit<{
16
16
  default?: import("vue").Slot;
17
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
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "blueprint" | "grid" | "maxHeight" | "variant" | "class" | "label" | "disabled" | "modelValue" | "v-model" | "toned" | "placeholder" | "emit:update:modelValue" | "slot:activator" | "visibleOnContentClick" | "getApi" | "searchable" | "emit:search" | "emit:click:clear" | "clearable" | "isLoading" | "slot:selectedItemRenderer" | "hasSelection"> & import("@omnia/fx/ux").VNodeEvents) => any;
19
19
  export default _default;
@@ -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
  } & {
@@ -12,5 +12,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ToolbarProps
12
12
  } & Omit<{
13
13
  default?: import("vue").Slot;
14
14
  }, "title" | "customButtons">;
15
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "variant" | "class" | "colorSchemaType" | "closeButton" | "colors" | "toned" | "subTitle" | "backButton" | "emit:click:close" | "divider" | "emit:click:back" | "slot:title" | "slot:customButtons"> & import("@omnia/fx/ux").VNodeEvents) => any;
15
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "variant" | "class" | "colorSchemaType" | "closeButton" | "colors" | "toned" | "subTitle" | "backButton" | "emit:click:close" | "divider" | "slot:title" | "emit:click:back" | "slot:customButtons"> & import("@omnia/fx/ux").VNodeEvents) => any;
16
16
  export default _default;
@@ -65,5 +65,5 @@ declare const _default: <T extends Object>(props: import("@omnia/fx/ux").Extract
65
65
  } & Omit<{
66
66
  default?: import("vue").Slot;
67
67
  }, "title" | "prepend" | "appendInnerItem">;
68
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "padding" | "multiple" | "expanded" | "colorSchemaType" | "modelValue" | "items" | "colors" | "v-model" | "emit:update:modelValue" | "itemValue" | "emit:update:expanded" | "v-model:expanded" | "slot:title" | "slot:prepend" | "itemTitle" | "itemChildren" | "expandOnSelection" | "batchChildrensDisplay" | "itemIcon" | "loadChildren" | "onMoveNode" | "checkNodeToMove" | "indentation" | "slot:appendInnerItem" | "emit:update:active" | "openAll"> & import("@omnia/fx/ux").VNodeEvents) => any;
68
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "padding" | "multiple" | "expanded" | "colorSchemaType" | "modelValue" | "items" | "colors" | "v-model" | "emit:update:modelValue" | "itemValue" | "emit:update:expanded" | "v-model:expanded" | "slot:prepend" | "slot:title" | "itemTitle" | "itemChildren" | "expandOnSelection" | "batchChildrensDisplay" | "itemIcon" | "loadChildren" | "onMoveNode" | "checkNodeToMove" | "indentation" | "slot:appendInnerItem" | "emit:update:active" | "openAll"> & import("@omnia/fx/ux").VNodeEvents) => any;
69
69
  export default _default;
@@ -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.384-dev",
4
+ "version": "8.0.386-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.384-dev",
23
+ "@omnia/fx-models": "8.0.386-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;