@omnia/fx 8.0.393-dev → 8.0.395-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 (108) hide show
  1. package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +1 -0
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/store/SettingsBladeStore.d.ts +3 -0
  4. package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +1 -1
  5. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserAuthenticationBlade.d.ts +5 -2
  6. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserQueryStore.d.ts +62 -13
  7. package/internal-do-not-import-from-here/ux/admin/usermanagement/users/active/BulkImportBlade.d.ts +2 -7
  8. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/ComponentEditorStore.d.ts +0 -29
  9. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/ContainerFillsBlade.stylex.d.ts +3 -0
  10. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/ContainerFillsEditorStore.d.ts +32 -0
  11. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/FillsEditorStore.d.ts +92 -0
  12. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/TextFillsEditorStore.d.ts +32 -0
  13. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/textBlades/TextFillsBlade.d.ts +22 -0
  14. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +12 -3
  15. package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/TypographyJourney.d.ts +22 -0
  16. package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/blades/EditTypographyDefinitionBlade.d.ts +16 -0
  17. package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/blades/EditTypographyFillBlade.d.ts +16 -0
  18. package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/components/FontPicker.d.ts +25 -25
  19. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +10 -0
  20. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +4 -4
  21. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +31 -326
  22. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/store/ColorSchemaDefinitionPickerStore.d.ts +23 -0
  24. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillBlueprints.stylex.d.ts +3 -0
  25. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillBlueprintsPicker.d.ts +24 -0
  26. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillStyleEditor.d.ts +25 -0
  27. package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.d.ts +13 -0
  28. package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.stylex.d.ts +5 -0
  29. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingBlueprintPicker.d.ts +24 -0
  30. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingBlueprintPicker.stylex.d.ts +3 -0
  31. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +14 -292
  32. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorBlueprints.stylex.d.ts +3 -0
  33. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorBlueprintsPicker.d.ts +24 -0
  34. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintPicker.d.ts +24 -0
  35. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.css.d.ts +1 -0
  36. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +5 -7
  37. package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +30 -162
  38. package/internal-do-not-import-from-here/ux/journey/BlabeContext.d.ts +9 -8
  39. package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +3 -3
  40. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.css.d.ts +0 -3
  41. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
  42. package/internal-do-not-import-from-here/ux/journey/journeyfilter/JourneyFilterDialog.d.ts +7 -9
  43. package/internal-do-not-import-from-here/ux/journey/models/BladeInstance.d.ts +7 -1
  44. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/journey/stores/JourneySelectStore.d.ts +9 -0
  46. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +4 -1
  47. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +112 -72
  48. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +2 -2
  49. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +14 -0
  51. package/internal-do-not-import-from-here/ux/oxide/actionmenu/ActionMenu.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/oxide/datatable/CellRenderer.d.ts +3 -1
  54. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +2 -2
  55. package/internal-do-not-import-from-here/ux/oxide/datatable/RowRenderer.d.ts +5 -1
  56. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +2 -2
  58. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/oxide/picker/PickerSelection.d.ts +4 -3
  60. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +3 -3
  61. package/internal-do-not-import-from-here/ux/oxide/select/Select.stylex.d.ts +3 -0
  62. package/internal-do-not-import-from-here/ux/oxide/select/store/MultiSelectStore.d.ts +35 -0
  63. package/internal-do-not-import-from-here/ux/oxide/selection/Selection.d.ts +16 -0
  64. package/internal-do-not-import-from-here/ux/oxide/selection/Selection.stylex.d.ts +6 -0
  65. package/internal-do-not-import-from-here/ux/oxide/selection/docs/ExampleComponents.d.ts +1 -0
  66. package/internal-do-not-import-from-here/ux/oxide/selection/docs/index.d.ts +1 -0
  67. package/internal-do-not-import-from-here/ux/oxide/selection/store/SelectionStore.d.ts +35 -0
  68. package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
  69. package/internal-do-not-import-from-here/wctypings.d.ts +94 -34
  70. package/package.json +3 -3
  71. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainerFillsEditorStore.d.ts +0 -29
  72. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerBlueprintsViewer.d.ts +0 -26
  73. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +0 -27
  74. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/store/ThemeEditorStore.d.ts +0 -26
  75. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelectedRenderer.d.ts +0 -12
  76. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/ComponentsJourney.d.ts → BlueprintsJourney.d.ts} +0 -0
  77. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/AddBlueprint.d.ts +0 -0
  78. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/BlueprintPreview.d.ts +0 -0
  79. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/ButtonBladeEdit.d.ts +0 -0
  80. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/ButtonsBlade.d.ts +0 -0
  81. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/EditBlueprints.d.ts +0 -0
  82. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/HeaderBlade.d.ts +0 -0
  83. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/HeaderBladeEdit.d.ts +0 -0
  84. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/IconsBlade.d.ts +0 -0
  85. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/IconsBladeEdit.d.ts +0 -0
  86. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/InputBlade.d.ts +0 -0
  87. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/InputBladeEdit.d.ts +0 -0
  88. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/TabBlade.d.ts +0 -0
  89. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/TabBladeEdit.d.ts +0 -0
  90. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/ButtonsEditorStore.d.ts +0 -0
  91. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/HeaderEditorStore.d.ts +0 -0
  92. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/IconsEditorStore.d.ts +0 -0
  93. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/InputEditorStore.d.ts +0 -0
  94. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/TabsEditorStore.d.ts +0 -0
  95. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components/blades/ContainerFillsBladeEdit.d.ts → fills/FillsJourney.d.ts} +0 -0
  96. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography/TypographyJourney.d.ts → fills/containerBlades/ContainerFillsBlade.d.ts} +0 -0
  97. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components/blades/ContainersFillsBlade.d.ts → fills/containerBlades/ContainerFillsEditBlade.d.ts} +0 -0
  98. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing/SpacingJourney.d.ts → fills/textBlades/TextFillsEditBlade.d.ts} +0 -0
  99. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing/blades/EditSpacingBlueprintBlade.d.ts → spacing/SpacingJourney.d.ts} +0 -0
  100. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing/blades/EditSpacingDefinitionBlade.d.ts → spacing/blades/EditSpacingBlueprintBlade.d.ts} +0 -0
  101. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography/blades/EditTypographyBlueprintBlade.d.ts → spacing/blades/EditSpacingDefinitionBlade.d.ts} +0 -0
  102. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing → spacing}/store/SpacingEditorStore.d.ts +0 -0
  103. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography/blades/EditTypographyDefinitionBlade.d.ts → themes/blades/EditColorSchemasBlade.d.ts} +0 -0
  104. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography/blades/EditTypographyFillBlade.d.ts → typography/blades/EditTypographyBlueprintBlade.d.ts} +0 -0
  105. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/components/FontPicker.css.d.ts +0 -0
  106. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/components/FontRegistration.d.ts +0 -0
  107. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/store/TypographyEditorStore.d.ts +0 -0
  108. /package/internal-do-not-import-from-here/ux/{admin/usermanagement/users/pending_approval/DetailBlade.d.ts → oxide/selection/docs/SampleComponent.d.ts} +0 -0
@@ -1,15 +1,16 @@
1
1
  import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot } from "@omnia/fx/ux";
2
2
  import { VNodeChild } from "vue";
3
- type PickerSelectionProps = DefinePropTheming & DefineProp<"text", string, false, null, "Sets the text of the component."> & 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, false, 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 and show clear icon"> & 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<"click:clear", () => void> & DefineEmit<"show:selection", () => void> & DefineEmit<"search", (text: string) => void> & DefineSlot<"selectedItemRenderer", () => VNodeChild>;
3
+ type PickerSelectionProps = DefinePropTheming & DefineProp<"text", string, false, null, "Sets the text of the component."> & 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, false, 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 and show clear icon"> & 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<"click:clear", () => void> & DefineEmit<"show:selection", () => void> & DefineEmit<"search", (text: string) => void> & DefineSlot<"placeholderRenderer", () => VNodeChild> & DefineSlot<"selectedItemRenderer", () => VNodeChild>;
4
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<PickerSelectionProps> & {
5
5
  "onClick:clear"?: () => any;
6
6
  onSearch?: (text: string) => any;
7
7
  "onShow:selection"?: () => any;
8
8
  } & {
9
9
  "v-slots"?: {
10
+ placeholderRenderer?: () => VNodeChild;
10
11
  selectedItemRenderer?: () => VNodeChild;
11
12
  } & Omit<{
12
13
  default?: import("vue").Slot;
13
- }, "selectedItemRenderer">;
14
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "grid" | "disabled" | "colorSchemaType" | "colors" | "toned" | "placeholder" | "searchable" | "emit:search" | "emit:click:clear" | "clearable" | "isLoading" | "slot:selectedItemRenderer" | "hasSelection" | "emit:show:selection"> & import("@omnia/fx/ux").VNodeEvents) => any;
14
+ }, "selectedItemRenderer" | "placeholderRenderer">;
15
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "grid" | "disabled" | "colorSchemaType" | "colors" | "toned" | "placeholder" | "searchable" | "emit:search" | "emit:click:clear" | "clearable" | "isLoading" | "slot:selectedItemRenderer" | "hasSelection" | "emit:show:selection" | "slot:placeholderRenderer"> & import("@omnia/fx/ux").VNodeEvents) => any;
15
16
  export default _default;
@@ -1,4 +1,4 @@
1
- import { IIcon, InputBlueprint, OSelectRenderingItem, OSelectTypes } from "@omnia/fx-models";
1
+ import { IIcon, InputBlueprint, OMultiSelectionStyles, OSelectRenderingItem, OSelectTypes } from "@omnia/fx-models";
2
2
  import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot, DefineType, DefineVModel, ExtractProps, ItemType, ItemValueType, ValidationRule } from "@omnia/fx/ux";
3
3
  import { VNodeChild } from "vue";
4
4
  import { VSelectSlots } from "../../ComponentTypings";
@@ -13,11 +13,11 @@ export interface OSelectSlots extends Omit<VSelectSlots, "item" | "selection" |
13
13
  declare const defaultRules: ValidationRule[];
14
14
  type SlotsWithReturnObject<TItem> = DefineSlot<"chip", (item: OSelectRenderingItem<ItemType<TItem>>, index: Number) => VNodeChild> & DefineSlot<"selection", (item: OSelectRenderingItem<ItemType<TItem>>, index: Number) => VNodeChild> & DefineSlot<"item", (item: OSelectRenderingItem<ItemType<TItem>>, index: Number) => VNodeChild>;
15
15
  type SlotsWithoutReturnObject = DefineSlot<"chip", (item: OSelectRenderingItem<any>, index: Number) => VNodeChild> & DefineSlot<"selection", (item: OSelectRenderingItem<any>, index: Number) => VNodeChild> & DefineSlot<"item", (item: OSelectRenderingItem<any>, index: Number) => VNodeChild>;
16
- type BaseProps<TItem, TReturnObject extends boolean> = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", any, false, null, true, "The v-model of the component"> & DefineProp<"rules", ValidationRule[], false, typeof defaultRules, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) false or is a string."> & DefineProp<"label", string, false, null, "Sets the label of the component."> & DefineProp<"hint", string, false, null, "Sets the hint of the component."> & DefineProp<"items", TItem, false, null, "TItem must be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the item-title, item-value and item-disabled props."> & DefineProp<"itemTitle", ItemValueType<ItemType<TItem>>, false, null, "Property on supplied items that contains its title."> & DefineProp<"itemValue", ItemValueType<ItemType<TItem>>, false, null, "Property on supplied items that contains its value."> & DefineProp<"variant", OSelectTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"returnObject", TReturnObject, false, null, "Changes the selection behavior to return the object directly rather than the value specified with item-value."> & DefineProp<"clearable", boolean, false, null, "Allows for the component to be cleared."> & DefineProp<"searchable", boolean, false, null, "Allows to searching when user typing."> & DefineProp<"blueprint", InputBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"toned", boolean> & DefineProp<"chips", boolean, false, false, "Puts input in readonly state."> & DefineProp<"readonly", boolean, false, null, "Puts input in readonly state."> & DefineProp<"multiple", boolean, false, false, "Multiple selection."> & DefineProp<"hideNoData", boolean, false, false, "Hidden no data message."> & DefineProp<"hideDetails", boolean, false, false, "Hides hint and validation errors. When set to auto messages will be rendered only if there’s a message (hint, error message, counter value etc) to display."> & DefineProp<"menuIcon", IIcon, false, null, "Custom menu icon."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the input."> & DefineProp<"persistentHint", boolean, false, null, "Forces hint to always be visible."> & DefineProp<"hideSelected", boolean, false, null, "Hide selected items from all items list."> & DefineEmit<"click:button", (value: any) => void, "Emit a click event."> & DefineProp<"errorMessages", string | readonly string[], false, null, "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the rules prop. This field will not trigger validation."> & DefineProp<"error", boolean, false, false, "Puts the input in a manual error state."> & DefineEmit<"update:search", (value: string) => void, "Emit when search input value is changed. Only works when searchable prop is true."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineSlot<"append-item", () => VNodeChild> & DefineSlot<"prepend-inner", () => VNodeChild> & DefineSlot<"append-inner", () => VNodeChild> & DefineProp<"maxHeight", number, false, 300> & DefineProp<"itemHeight", number, false, 40>;
16
+ type BaseProps<TItem, TReturnObject extends boolean> = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", any, false, null, true, "The v-model of the component"> & DefineProp<"rules", ValidationRule[], false, typeof defaultRules, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) false or is a string."> & DefineProp<"label", string, false, null, "Sets the label of the component."> & DefineProp<"hint", string, false, null, "Sets the hint of the component."> & DefineProp<"items", TItem, false, null, "TItem must be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the item-title, item-value and item-disabled props."> & DefineProp<"itemTitle", ItemValueType<ItemType<TItem>>, false, null, "Property on supplied items that contains its title."> & DefineProp<"itemValue", ItemValueType<ItemType<TItem>>, false, null, "Property on supplied items that contains its value."> & DefineProp<"variant", OSelectTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"returnObject", TReturnObject, false, null, "Changes the selection behavior to return the object directly rather than the value specified with item-value."> & DefineProp<"clearable", boolean, false, null, "Allows for the component to be cleared."> & DefineProp<"searchable", boolean, false, null, "Allows to searching when user typing."> & DefineProp<"blueprint", InputBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"toned", boolean> & DefineProp<"chips", boolean, false, false, "Puts input in readonly state."> & DefineProp<"readonly", boolean, false, null, "Puts input in readonly state."> & DefineProp<"multiple", boolean, false, false, "Multiple selection."> & DefineProp<"hideNoData", boolean, false, false, "Hidden no data message."> & DefineProp<"hideDetails", boolean, false, false, "Hides hint and validation errors. When set to auto messages will be rendered only if there’s a message (hint, error message, counter value etc) to display."> & DefineProp<"menuIcon", IIcon, false, null, "Custom menu icon."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the input."> & DefineProp<"persistentHint", boolean, false, null, "Forces hint to always be visible."> & DefineProp<"hideSelected", boolean, false, null, "Hide selected items from all items list."> & DefineProp<"multiSelectionStyle", OMultiSelectionStyles, false, null, "The style of multi select"> & DefineEmit<"click:button", (value: any) => void, "Emit a click event."> & DefineProp<"errorMessages", string | readonly string[], false, null, "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the rules prop. This field will not trigger validation."> & DefineProp<"error", boolean, false, false, "Puts the input in a manual error state."> & DefineEmit<"update:search", (value: string) => void, "Emit when search input value is changed. Only works when searchable prop is true."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineSlot<"append-item", () => VNodeChild> & DefineSlot<"prepend-inner", () => VNodeChild> & DefineSlot<"append-inner", () => VNodeChild> & DefineProp<"maxHeight", number, false, 300> & DefineProp<"itemHeight", number, false, 40>;
17
17
  export type OSelectProps<TItem, TReturnObject extends boolean> = BaseProps<TItem, TReturnObject> & DefineType<TReturnObject extends true ? SlotsWithReturnObject<TItem> : SlotsWithoutReturnObject>;
18
18
  declare const _default: <TItem extends readonly any[], TReturnObject extends boolean>(props: ExtractProps<OSelectProps<TItem, TReturnObject>> & ((OSelectProps<TItem, TReturnObject> extends infer T ? { [K in keyof T as K extends `emit:${infer N}` ? N : never]: OSelectProps<TItem, TReturnObject>[K]; } : never) extends infer T_1 ? T_1 extends (OSelectProps<TItem, TReturnObject> extends infer T_2 ? { [K in keyof T_2 as K extends `emit:${infer N}` ? N : never]: OSelectProps<TItem, TReturnObject>[K]; } : never) ? T_1 extends string[] ? { [K_1 in `on${Capitalize<T_1[number]>}`]?: (...args: any[]) => any; } : T_1 extends import("vue").ObjectEmitsOptions ? { [K_2 in `on${Capitalize<string & keyof T_1>}`]?: K_2 extends `on${infer C}` ? T_1[Uncapitalize<C>] extends null ? (...args: any[]) => any : (...args: T_1[Uncapitalize<C>] extends (...args: infer P) => any ? P : never) => any : never; } : {} : never : never) & {
19
19
  "v-slots"?: (OSelectProps<TItem, TReturnObject> extends infer T_3 ? { [K_3 in keyof T_3 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: OSelectProps<TItem, TReturnObject>[K_3]; } : never) & Omit<{
20
20
  default?: import("vue").Slot;
21
21
  }, keyof (OSelectProps<TItem, TReturnObject> extends infer T_4 ? { [K_3 in keyof T_4 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: OSelectProps<TItem, TReturnObject>[K_3]; } : never)>;
22
- } & (OSelectProps<TItem, TReturnObject> extends infer T_5 ? { [K_4 in keyof T_5 as K_4 extends "ref" ? "ref" : never]: import("vue").Ref<OSelectProps<TItem, TReturnObject>[K_4], OSelectProps<TItem, TReturnObject>[K_4]> | ((ref: OSelectProps<TItem, TReturnObject>[K_4]) => void); } : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "maxHeight" | "variant" | "error" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "modelValue" | "items" | "itemHeight" | "loading" | "readonly" | "errorMessages" | "rules" | "hideDetails" | "hint" | "persistentHint" | "colors" | "v-model" | "toned" | "emit:update:modelValue" | "itemValue" | "searchable" | "slot:append-inner" | "slot:prepend-inner" | "emit:update:focused" | "emit:click:button" | "clearable" | "hideSelected" | "itemTitle" | "returnObject" | "chips" | "hideNoData" | "menuIcon" | "emit:update:search" | "slot:append-item" | keyof (TReturnObject extends true ? SlotsWithReturnObject<TItem> : SlotsWithoutReturnObject)> & import("@omnia/fx/ux").VNodeEvents) => any;
22
+ } & (OSelectProps<TItem, TReturnObject> extends infer T_5 ? { [K_4 in keyof T_5 as K_4 extends "ref" ? "ref" : never]: import("vue").Ref<OSelectProps<TItem, TReturnObject>[K_4], OSelectProps<TItem, TReturnObject>[K_4]> | ((ref: OSelectProps<TItem, TReturnObject>[K_4]) => void); } : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "maxHeight" | "variant" | "error" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "modelValue" | "items" | "itemHeight" | "loading" | "readonly" | "errorMessages" | "rules" | "hideDetails" | "hint" | "persistentHint" | "colors" | "v-model" | "toned" | "emit:update:modelValue" | "itemValue" | "searchable" | "slot:append-inner" | "slot:prepend-inner" | "emit:update:focused" | "emit:click:button" | "clearable" | "hideSelected" | "itemTitle" | "returnObject" | "chips" | "hideNoData" | "menuIcon" | "multiSelectionStyle" | "emit:update:search" | "slot:append-item" | keyof (TReturnObject extends true ? SlotsWithReturnObject<TItem> : SlotsWithoutReturnObject)> & import("@omnia/fx/ux").VNodeEvents) => any;
23
23
  export default _default;
@@ -1,6 +1,9 @@
1
1
  import { OSelectTypes, TextBlueprint } from "@omnia/fx-models";
2
2
  import { useColorSchemaStore, useTypographyBlueprintStore } from "@omnia/fx/ux";
3
3
  export declare const SelectStyles: {
4
+ selectorWrapper: () => import("@omnia/fx/ux").StylexValue;
5
+ containerOverflow: import("@omnia/fx/ux").StylexValue;
6
+ overlay: (dark: boolean, noHover?: boolean) => string;
4
7
  textAndFont: (textBlueprint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, typography: ReturnType<typeof useTypographyBlueprintStore>) => string;
5
8
  componentWrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
6
9
  componentVariantWrapper: (colors: ReturnType<typeof useColorSchemaStore>, variant: OSelectTypes, hasValue: boolean, hasLabel: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
@@ -0,0 +1,35 @@
1
+ import { OMultiSelectionStyles, OSelectRenderingItem } from "@omnia/fx-models";
2
+ import { VNodeChild } from "vue";
3
+ export declare const useMultiSelectStore: () => {
4
+ rules: {
5
+ renderItemsAsChips: () => boolean;
6
+ };
7
+ state: {
8
+ selection: any;
9
+ items: any[];
10
+ itemTitle: string;
11
+ itemValue: string;
12
+ selectStyle: "default" | "list" | "chips";
13
+ };
14
+ readonly slots: {
15
+ selection: (item: OSelectRenderingItem<any>, index: Number) => VNodeChild;
16
+ };
17
+ events: import("@omnia/fx/stores").StoreEvents<{
18
+ selection: any;
19
+ items: any[];
20
+ itemTitle: string;
21
+ itemValue: string;
22
+ selectStyle: "default" | "list" | "chips";
23
+ }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
24
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
25
+ removeItem(index: number): void;
26
+ updateModel(model: Array<any>): void;
27
+ init(items: Array<any>, model: Array<any>, itemTitle: any, itemValue: any, selectStyle: OMultiSelectionStyles, renderingSlots: any): void;
28
+ }>;
29
+ get: {
30
+ itemById(id: string | object): any;
31
+ selectionAsObjects(): any;
32
+ };
33
+ } & {
34
+ dispose?: () => void;
35
+ };
@@ -0,0 +1,16 @@
1
+ import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot } from "@omnia/fx/ux";
2
+ import { VNodeChild } from "vue";
3
+ import { OMultiSelectionStyles } from "@omnia/fx-models";
4
+ type SelectionVariants = "remove" | "settings";
5
+ type BaseProps = DefinePropTheming & DefineProp<"items", any[], false, null, "TItem must be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the item-title, item-value and item-disabled props."> & DefineProp<"variant", SelectionVariants, false, null, "The component variants"> & DefineProp<"toned", boolean, false, null, "Sets the component to toned"> & DefineProp<"sorting", boolean, false, null, "Sets the component to sorting mode"> & DefineProp<"itemTitle", string, false, null, "Property on supplied items that contains its title."> & DefineProp<"itemSubtitle", string, false, null, "Property on supplied items that contains its value."> & DefineProp<"itemIcon", string, false, null, "Property on supplied items that contains its value."> & DefineProp<"enableAdd", boolean, false, null, "If add button is shown"> & DefineProp<"selectionStyle", OMultiSelectionStyles, false, null, "The style of multi select"> & DefineSlot<"item", (item: any, index: Number) => VNodeChild> & DefineEmit<"selectItem", (index: any) => true> & DefineEmit<"addItem", () => true>;
6
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<BaseProps> & {
7
+ onSelectItem?: (index: any) => any;
8
+ onAddItem?: () => any;
9
+ } & {
10
+ "v-slots"?: {
11
+ item?: (item: any, index: Number) => VNodeChild;
12
+ } & Omit<{
13
+ default?: import("vue").Slot;
14
+ }, "item">;
15
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "colorSchemaType" | "items" | "colors" | "toned" | "slot:item" | "itemTitle" | "itemIcon" | "emit:selectItem" | "sorting" | "itemSubtitle" | "enableAdd" | "selectionStyle" | "emit:addItem"> & import("@omnia/fx/ux").VNodeEvents) => any;
16
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { useColorSchemaStore } from "../../aurora";
2
+ export declare const SelectionStyles: {
3
+ selectorWrapper: (colors: ReturnType<typeof useColorSchemaStore>) => import("../..").StylexValue;
4
+ containerOverflow: import("../..").StylexValue;
5
+ overlay: (dark: boolean, noHover?: boolean) => string;
6
+ };
@@ -0,0 +1 @@
1
+ export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
@@ -0,0 +1 @@
1
+ export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
@@ -0,0 +1,35 @@
1
+ import { OSelectRenderingItem } from "@omnia/fx-models";
2
+ import { VNodeChild } from "vue";
3
+ export declare const useSelectionStore: () => {
4
+ rules: {};
5
+ state: {
6
+ items: any[];
7
+ propertyMappings: {
8
+ title: string;
9
+ subtitle: string;
10
+ icon: string;
11
+ };
12
+ };
13
+ readonly slots: {
14
+ selection: (item: OSelectRenderingItem<any>, index: Number) => VNodeChild;
15
+ };
16
+ events: import("@omnia/fx/stores").StoreEvents<{
17
+ items: any[];
18
+ propertyMappings: {
19
+ title: string;
20
+ subtitle: string;
21
+ icon: string;
22
+ };
23
+ }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
24
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
25
+ updateItems(items: Array<any>): void;
26
+ init(items: Array<any>, itemTitle: string, itemSubtitle: string, itemIcon: string, renderingSlots: any): void;
27
+ }>;
28
+ get: {
29
+ itemTitle(item: any): any;
30
+ itemSubTitle(item: any): any;
31
+ itemIcon(item: any): any;
32
+ };
33
+ } & {
34
+ dispose?: () => void;
35
+ };
@@ -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;
@@ -320,6 +320,7 @@ import wc8a82f6b541cc49b2ade3e5b880fd3a58 from './ux/oxide/rangeslider/RangeSlid
320
320
  import wc4c41fd8799ae43468150fd47661e8100 from './ux/oxide/rating/Rating';
321
321
  import wc177587e103904861b5d4d491388a01b1 from './ux/oxide/scrollcontainer/ScrollContainer';
322
322
  import wc578e2a4d5cd247a4b1291911256253a7 from './ux/oxide/select/Select';
323
+ import wcd5f8ac202ad14c6e83a2ce097babd6ff from './ux/oxide/selection/Selection';
323
324
  import wc2ade92721b3c426fac97c63026f77351 from './ux/oxide/skeletonloader/SkeletonLoader';
324
325
  import wc8b0bddecd5d74fcba7aac87913137ca3 from './ux/oxide/slidepanel/SlidePanel';
325
326
  import wcd5ff31018df44196a5c6ab219bab4c25 from './ux/oxide/slidepanel/Slide';
@@ -399,7 +400,8 @@ import wc3779d0b63f54436eb25942b0c2487a2c from './ux/aurora/components/colorsche
399
400
  import wc7abfeece956245f3ba63c231d3c31c26 from './ux/aurora/components/colorschemapicker/ColorSchemaEditor';
400
401
  import wc73b0b5416b9348849ecb9a1cd8358e70 from './ux/aurora/components/componentblueprints/ComponentBlueprintsViewer';
401
402
  import wcf0987a01b8d2487f8d6678d41fc26f7f from './ux/aurora/components/containerFillpicker/ContainerFillPicker';
402
- import wc5eca85f245ca4f3cbf5e81ba8741f3c6 from './ux/aurora/components/containerFillpicker/ContainerBlueprintsViewer';
403
+ import wc5eca85f245ca4f3cbf5e81ba8741f3c6 from './ux/aurora/components/containerFillpicker/ContainerFillStyleEditor';
404
+ import wcd7ac9d3575424277926a0b231dc4f2e3 from './ux/aurora/components/containerFillpicker/ContainerFillBlueprintsPicker';
403
405
  import wcbb2e0efa0634452f94d99d1f33ae5b64 from './ux/aurora/components/fillpicker/FillPicker';
404
406
  import wc349a445fe7a2403b8f98fceff168f87e from './ux/aurora/components/fillpicker/FillPreview';
405
407
  import wc44e2dd896269442f800da69000d4c2f1 from './ux/aurora/components/headerpicker/HeaderPicker';
@@ -411,22 +413,25 @@ import wccbdf3361c16f479faff72960c18404dc from './ux/aurora/components/iconstyle
411
413
  import wcd84a5b45429344d29a084ade31ad668d from './ux/aurora/components/input/InputStylePicker';
412
414
  import wc141334bec3914c018c0044b7593ffc93 from './ux/aurora/components/input/InputStyleEditor';
413
415
  import wc94cbc66f399948c28f25bf8962deefd1 from './ux/aurora/components/input/InputBlueprintsViewer';
416
+ import wc3bcb44301ab24be2a11e6ccdfe29ee60 from './ux/aurora/components/placeholder/Placeholder';
414
417
  import wc564bced7081c496483e8df717f600ff3 from './ux/aurora/components/spacingpicker/SpacingPicker3';
415
418
  import wc0ed52c601528428e935d110b3018a0bc from './ux/aurora/components/spacingpicker/SpacingViewer';
416
419
  import wc3f61b080ed9d4a2bad922be8f5ae0794 from './ux/aurora/components/spacingpicker/SpacingEditor';
420
+ import wc2157fcfafda94827a7f41a35bd78e1e1 from './ux/aurora/components/spacingpicker/SpacingBlueprintPicker';
417
421
  import wcb4ddcf67388c4aa494cad4fa07ff8937 from './ux/aurora/components/stylepicker/StylePicker';
418
422
  import wce35c6b2d296345329c39928b82b1ec77 from './ux/aurora/components/tabs/TabStylePicker';
419
423
  import wcb2429c572d6c41809c621c408bbba855 from './ux/aurora/components/tabs/TabStyleEditor';
420
424
  import wcfd6b575dc7c44149ac3129492fc83aa6 from './ux/aurora/components/tabs/TabBlueprintsViewer';
421
425
  import wc5ac01b439b7b494baf066921c2ae7f9a from './ux/aurora/components/textcolorpicker/TextColorPicker';
426
+ import wc1f8e62af53af4535864eeff5b7e34248 from './ux/aurora/components/textcolorpicker/TextColorBlueprintsPicker';
422
427
  import wc5682a90ca29b443fa48b3b691b622e15 from './ux/aurora/components/textformatpicker/TextFormatPicker';
423
428
  import wc287d666180644ba5ab5def0471a75a89 from './ux/aurora/components/textstylepicker/TextStylePicker';
424
429
  import wc252ece0016594978b3ddfafdd59adda4 from './ux/aurora/components/themepicker/ThemePicker';
425
- import wcb89e133162f54c1fb2cd6d03cc2e4fe2 from './ux/aurora/components/themepicker/ThemeEditor';
426
430
  import wc73e1c232690249f78967e3e3f6d92bd7 from './ux/aurora/components/themepreview/ThemePreview';
427
431
  import wcc6eec07d48af435ab0c75195d9c7dcfc from './ux/aurora/components/themepreview/ComponentPreview';
428
432
  import wc99a73153b5c647da9d6de517f51e53f0 from './ux/aurora/components/typography/TypographyEditor';
429
433
  import wc2f742a14a560434abb899360a69c314b from './ux/aurora/components/typography/TypographyBlueprintsViewer';
434
+ import wc49703cb13c254c5b8eb30bd1a3eaf431 from './ux/aurora/components/typography/TypographyBlueprintPicker';
430
435
  import wc6bcccc7dd1c74fe591a660641ac62cd7 from './ux/aurora/components/viewtemplatepicker/ViewTemplatePicker';
431
436
  import wc4fc2b52f62484d5caced1c31f7ead58b from './ux/enterpriseproperties/display/datafield/DataFieldDisplay';
432
437
  import wc8bb3a534205140f58cea8130e5b10715 from './ux/enterpriseproperties/display/datetimefield/DatetimeFieldDisplay';
@@ -536,13 +541,17 @@ import wcb19b2cdc3d544c1893c3048886487a73 from './ux/admin/system/submenu/seo/Se
536
541
  import wcfeb168ca8f484e06ab3f88d48c078319 from './ux/admin/system/submenu/services/ServicesJourney';
537
542
  import wc3a923c54b15d461597cd678c0d561496 from './ux/admin/system/submenu/systemlogs/SystemLogsJourney';
538
543
  import wc9fbf91affc974ca698437e8ada43bb0c from './ux/admin/system/submenu/tenantcontact/TenantContactJourney';
544
+ import wc56efc575579e4da3bb45d3a45d8c0888 from './ux/aurora/admin/blades/blueprints/BlueprintsJourney';
539
545
  import wc0aa3df9194784591a5be530314b8ac7f from './ux/aurora/admin/blades/chrome/Chrome';
540
546
  import wcd90e0352809742c482bdda733dc8872a from './ux/aurora/admin/blades/colorschemas/ColorSchemasJourney';
547
+ import wcfebab40186954cadbb54852c509f31e6 from './ux/aurora/admin/blades/fills/FillsJourney';
541
548
  import wc8142fa90f0d34258bb080a15aa21ab74 from './ux/aurora/admin/blades/fontsmanager/FontManager';
549
+ import wc891de93e73cc47b0a552d24fdf34c9cf from './ux/aurora/admin/blades/spacing/SpacingJourney';
542
550
  import wc682077b575c74b2086cbf438346e0ed3 from './ux/aurora/admin/blades/templates/TemplatesJourney';
543
551
  import wc5e7631b4411b498eafa68ebde2136cc5 from './ux/aurora/admin/blades/themedesigner/ThemeDesigner';
544
552
  import wc136c9c57149747f198180bdf38a6b297 from './ux/aurora/admin/blades/themedesigner/PreviewJourney';
545
553
  import wcbed95d1ec67f4a15986fc72adebdb78f from './ux/aurora/admin/blades/themes/ThemesJourney';
554
+ import wcfc2401c7c3384790ae7ce17d05b0855f from './ux/aurora/admin/blades/typography/TypographyJourney';
546
555
  import wcf5cf0b4975644d688124880ae533869e from './ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings';
547
556
  import wc2e52c0d860ec498fa3abf6b76eacc45d from './ux/layoutcanvas/editor/settings/block/Header';
548
557
  import wc9666ee9da0af46ac8354f0577050cb60 from './ux/layoutcanvas/editor/settings/block/Spacing';
@@ -571,12 +580,9 @@ import wc5b6b6242356046c29e05c24fb2135bf0 from './ux/layoutcanvas/editor/setting
571
580
  import wc0f5cb3a8175d418c8527d1852cb28782 from './ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent';
572
581
  import wc4cd5054dab4a44dfb4f0cd4be9d1ee50 from './ux/app/apps/admin/appsettings/admin/AppSettingsJourney';
573
582
  import wc1476702e8f24468d9185322be5931c54 from './ux/app/management/tabs/shared/addbutton/AddButton';
574
- import wc56efc575579e4da3bb45d3a45d8c0888 from './ux/aurora/admin/blades/blueprints/components/ComponentsJourney';
575
- import wc891de93e73cc47b0a552d24fdf34c9cf from './ux/aurora/admin/blades/blueprints/spacing/SpacingJourney';
576
- import wcfc2401c7c3384790ae7ce17d05b0855f from './ux/aurora/admin/blades/blueprints/typography/TypographyJourney';
583
+ import wc3734b9786d374f388cc5b5181f5cd4f3 from './ux/aurora/admin/blades/typography/components/FontPicker';
577
584
  import wca1b28c17c13e4250a8ba59a01efece0e from './ux/admin/system/submenu/systemlogs/providers/AppInstance/AppInstanceLog';
578
585
  import wc606afcf1b9b04b5e8920b7675b4ecc4b from './ux/admin/system/submenu/systemlogs/providers/Feature/FeatureInstanceLog';
579
- import wc3734b9786d374f388cc5b5181f5cd4f3 from './ux/aurora/admin/blades/blueprints/typography/components/FontPicker';
580
586
  import wcb358eb4c58fb49119c7c2fca8b2fe186 from './ux/app/apps/admin/appsettings/admin/blades/editapp/EditBlade';
581
587
  import wcb0e4ded914dd47ed99226f884b927f9a from './ux/app/apps/admin/appsettings/admin/blades/switchingtemplate/journey/SwitchingTemplateSettings';
582
588
  import wc97a0cc3e2c064517ba3c9db6e5e04f8b from '../../../../client/public/header/Header';
@@ -755,6 +761,15 @@ declare global {
755
761
  } : typeof wc3147213782724576b53d13e580af67ae;
756
762
  };
757
763
  };
764
+ "blueprints": {
765
+ "journey": typeof wc56efc575579e4da3bb45d3a45d8c0888 extends {
766
+ propsDefinition: infer TProp;
767
+ } ? {
768
+ new (...args: any[]): {
769
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
770
+ };
771
+ } : typeof wc56efc575579e4da3bb45d3a45d8c0888;
772
+ };
758
773
  "color": {
759
774
  "schemas": {
760
775
  "journey": typeof wcd90e0352809742c482bdda733dc8872a extends {
@@ -766,41 +781,41 @@ declare global {
766
781
  } : typeof wcd90e0352809742c482bdda733dc8872a;
767
782
  };
768
783
  };
769
- "fontmanager": {
770
- "journey": typeof wc8142fa90f0d34258bb080a15aa21ab74 extends {
784
+ "fills": {
785
+ "journey": typeof wcfebab40186954cadbb54852c509f31e6 extends {
771
786
  propsDefinition: infer TProp;
772
787
  } ? {
773
788
  new (...args: any[]): {
774
789
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
775
790
  };
776
- } : typeof wc8142fa90f0d34258bb080a15aa21ab74;
791
+ } : typeof wcfebab40186954cadbb54852c509f31e6;
777
792
  };
778
- "templates": {
779
- "journey": typeof wc682077b575c74b2086cbf438346e0ed3 extends {
793
+ "fontmanager": {
794
+ "journey": typeof wc8142fa90f0d34258bb080a15aa21ab74 extends {
780
795
  propsDefinition: infer TProp;
781
796
  } ? {
782
797
  new (...args: any[]): {
783
798
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
784
799
  };
785
- } : typeof wc682077b575c74b2086cbf438346e0ed3;
800
+ } : typeof wc8142fa90f0d34258bb080a15aa21ab74;
786
801
  };
787
- "components": {
788
- "journey": typeof wc56efc575579e4da3bb45d3a45d8c0888 extends {
802
+ "spacing": {
803
+ "journey": typeof wc891de93e73cc47b0a552d24fdf34c9cf extends {
789
804
  propsDefinition: infer TProp;
790
805
  } ? {
791
806
  new (...args: any[]): {
792
807
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
793
808
  };
794
- } : typeof wc56efc575579e4da3bb45d3a45d8c0888;
809
+ } : typeof wc891de93e73cc47b0a552d24fdf34c9cf;
795
810
  };
796
- "spacing": {
797
- "journey": typeof wc891de93e73cc47b0a552d24fdf34c9cf extends {
811
+ "templates": {
812
+ "journey": typeof wc682077b575c74b2086cbf438346e0ed3 extends {
798
813
  propsDefinition: infer TProp;
799
814
  } ? {
800
815
  new (...args: any[]): {
801
816
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
802
817
  };
803
- } : typeof wc891de93e73cc47b0a552d24fdf34c9cf;
818
+ } : typeof wc682077b575c74b2086cbf438346e0ed3;
804
819
  };
805
820
  "typography": {
806
821
  "journey": typeof wcfc2401c7c3384790ae7ce17d05b0855f extends {
@@ -1375,6 +1390,15 @@ declare global {
1375
1390
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1376
1391
  };
1377
1392
  } : typeof wc5ac01b439b7b494baf066921c2ae7f9a;
1393
+ "blueprints": {
1394
+ "picker": typeof wc1f8e62af53af4535864eeff5b7e34248 extends {
1395
+ propsDefinition: infer TProp;
1396
+ } ? {
1397
+ new (...args: any[]): {
1398
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1399
+ };
1400
+ } : typeof wc1f8e62af53af4535864eeff5b7e34248;
1401
+ };
1378
1402
  };
1379
1403
  "format": {
1380
1404
  "picker": typeof wc5682a90ca29b443fa48b3b691b622e15 extends {
@@ -2970,13 +2994,6 @@ declare global {
2970
2994
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2971
2995
  };
2972
2996
  } : typeof wc252ece0016594978b3ddfafdd59adda4;
2973
- "editor": typeof wcb89e133162f54c1fb2cd6d03cc2e4fe2 extends {
2974
- propsDefinition: infer TProp;
2975
- } ? {
2976
- new (...args: any[]): {
2977
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2978
- };
2979
- } : typeof wcb89e133162f54c1fb2cd6d03cc2e4fe2;
2980
2997
  "viewer": typeof wc73e1c232690249f78967e3e3f6d92bd7 extends {
2981
2998
  propsDefinition: infer TProp;
2982
2999
  } ? {
@@ -4082,15 +4099,24 @@ declare global {
4082
4099
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4083
4100
  };
4084
4101
  } : typeof wcf0987a01b8d2487f8d6678d41fc26f7f;
4085
- };
4086
- "blueprints": {
4087
- "viewer": typeof wc5eca85f245ca4f3cbf5e81ba8741f3c6 extends {
4088
- propsDefinition: infer TProp;
4089
- } ? {
4090
- new (...args: any[]): {
4091
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4092
- };
4093
- } : typeof wc5eca85f245ca4f3cbf5e81ba8741f3c6;
4102
+ "style": {
4103
+ "editor": typeof wc5eca85f245ca4f3cbf5e81ba8741f3c6 extends {
4104
+ propsDefinition: infer TProp;
4105
+ } ? {
4106
+ new (...args: any[]): {
4107
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4108
+ };
4109
+ } : typeof wc5eca85f245ca4f3cbf5e81ba8741f3c6;
4110
+ };
4111
+ "blueprints": {
4112
+ "picker": typeof wcd7ac9d3575424277926a0b231dc4f2e3 extends {
4113
+ propsDefinition: infer TProp;
4114
+ } ? {
4115
+ new (...args: any[]): {
4116
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4117
+ };
4118
+ } : typeof wcd7ac9d3575424277926a0b231dc4f2e3;
4119
+ };
4094
4120
  };
4095
4121
  };
4096
4122
  "fill": {
@@ -4132,6 +4158,15 @@ declare global {
4132
4158
  };
4133
4159
  } : typeof wcb1acedf8859a4daab8c683bd87142462;
4134
4160
  };
4161
+ "variant": {
4162
+ "placeholder": typeof wc3bcb44301ab24be2a11e6ccdfe29ee60 extends {
4163
+ propsDefinition: infer TProp;
4164
+ } ? {
4165
+ new (...args: any[]): {
4166
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4167
+ };
4168
+ } : typeof wc3bcb44301ab24be2a11e6ccdfe29ee60;
4169
+ };
4135
4170
  "spacing": {
4136
4171
  "picker": typeof wc564bced7081c496483e8df717f600ff3 extends {
4137
4172
  propsDefinition: infer TProp;
@@ -4154,6 +4189,15 @@ declare global {
4154
4189
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4155
4190
  };
4156
4191
  } : typeof wc3f61b080ed9d4a2bad922be8f5ae0794;
4192
+ "blueprint": {
4193
+ "picker": typeof wc2157fcfafda94827a7f41a35bd78e1e1 extends {
4194
+ propsDefinition: infer TProp;
4195
+ } ? {
4196
+ new (...args: any[]): {
4197
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4198
+ };
4199
+ } : typeof wc2157fcfafda94827a7f41a35bd78e1e1;
4200
+ };
4157
4201
  };
4158
4202
  "style": {
4159
4203
  "picker": typeof wcb4ddcf67388c4aa494cad4fa07ff8937 extends {
@@ -4179,6 +4223,15 @@ declare global {
4179
4223
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4180
4224
  };
4181
4225
  } : typeof wc2f742a14a560434abb899360a69c314b;
4226
+ "blueprint": {
4227
+ "picker": typeof wc49703cb13c254c5b8eb30bd1a3eaf431 extends {
4228
+ propsDefinition: infer TProp;
4229
+ } ? {
4230
+ new (...args: any[]): {
4231
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4232
+ };
4233
+ } : typeof wc49703cb13c254c5b8eb30bd1a3eaf431;
4234
+ };
4182
4235
  };
4183
4236
  "view": {
4184
4237
  "template": {
@@ -5420,6 +5473,13 @@ declare global {
5420
5473
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5421
5474
  };
5422
5475
  } : typeof wc578e2a4d5cd247a4b1291911256253a7;
5476
+ "selection": typeof wcd5f8ac202ad14c6e83a2ce097babd6ff extends {
5477
+ propsDefinition: infer TProp;
5478
+ } ? {
5479
+ new (...args: any[]): {
5480
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5481
+ };
5482
+ } : typeof wcd5f8ac202ad14c6e83a2ce097babd6ff;
5423
5483
  "skeleton": {
5424
5484
  "loader": typeof wc2ade92721b3c426fac97c63026f77351 extends {
5425
5485
  propsDefinition: infer TProp;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.393-dev",
4
+ "version": "8.0.395-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.393-dev",
23
+ "@omnia/fx-models": "8.0.395-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.13",
29
+ "vuetify": "3.7.15",
30
30
  "tslib": "2.6.2",
31
31
  "typescript": "5.7.2",
32
32
  "@tiptap/vue-3": "2.1.13",
@@ -1,29 +0,0 @@
1
- import { ColorSchemaType, ContainerFillBlueprint, ContainerFillBlueprints, BlueprintVariant } from "@omnia/fx-models";
2
- export declare const useContainerFillsEditorStore: () => {
3
- state: {
4
- editMode: boolean;
5
- previewColorSchema: ColorSchemaType;
6
- editingBlueprint: ContainerFillBlueprint;
7
- editingBlueprintType: BlueprintVariant;
8
- containerBlueprints: ContainerFillBlueprints;
9
- };
10
- events: import("@omnia/fx/stores").StoreEvents<{
11
- editMode: boolean;
12
- previewColorSchema: ColorSchemaType;
13
- editingBlueprint: ContainerFillBlueprint;
14
- editingBlueprintType: BlueprintVariant;
15
- containerBlueprints: ContainerFillBlueprints;
16
- }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
17
- actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
18
- deleteEditingVariant(): void;
19
- addVariant(): string;
20
- editBlueprints(blueprints: ContainerFillBlueprints): void;
21
- editBlueprint(variant: BlueprintVariant): void;
22
- addBlueprint(blueprint: ContainerFillBlueprint): void;
23
- copyBlueprint(blueprint: ContainerFillBlueprint): void;
24
- applyChanges(): void;
25
- }>;
26
- get: {};
27
- } & {
28
- dispose?: () => void;
29
- };
@@ -1,26 +0,0 @@
1
- import { BlueprintVariant, ContainerFillBlueprints, ThemeContextType } from "@omnia/fx-models";
2
- import { DefineEmit } from "@omnia/fx/ux";
3
- declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
4
- "emit:update:modelValue": (value: ContainerFillBlueprints) => void;
5
- } & {
6
- "v-model"?: ContainerFillBlueprints;
7
- } & {
8
- modelValue?: ContainerFillBlueprints;
9
- } & {
10
- toned?: boolean;
11
- } & {
12
- themeType?: ThemeContextType;
13
- } & {
14
- editable?: boolean;
15
- } & {
16
- defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
17
- } & DefineEmit<"click:select", (variant: BlueprintVariant) => true> & DefineEmit<"click:add", () => true>> & {
18
- "onUpdate:modelValue"?: (value: ContainerFillBlueprints) => any;
19
- "onClick:add"?: () => any;
20
- "onClick:select"?: (variant: BlueprintVariant) => any;
21
- } & {
22
- "v-slots"?: {} & Omit<{
23
- default?: import("vue").Slot;
24
- }, never>;
25
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "editable" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "emit:click:add" | "emit:click:select" | "defaultColorSchemaType"> & import("@omnia/fx/ux").VNodeEvents) => any;
26
- export default _default;
@@ -1,27 +0,0 @@
1
- import { ResolvedThemeDefinition } from "@omnia/fx-models";
2
- import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
3
- import { VNodeChild } from "vue";
4
- type EditorVariant = "default" | "dialog";
5
- declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
6
- "emit:update:modelValue": (value: ResolvedThemeDefinition) => void;
7
- } & {
8
- "v-model"?: ResolvedThemeDefinition;
9
- } & {
10
- modelValue?: ResolvedThemeDefinition;
11
- } & {
12
- variant?: EditorVariant;
13
- } & {
14
- preview?: boolean;
15
- } & {
16
- toolbarCallback?: (value: () => VNodeChild) => void;
17
- } & DefineEmit<"click:confirm", (value: ResolvedThemeDefinition) => void> & DefineSlot<"activator", () => VNodeChild>> & {
18
- "onUpdate:modelValue"?: (value: ResolvedThemeDefinition) => any;
19
- "onClick:confirm"?: (value: ResolvedThemeDefinition) => any;
20
- } & {
21
- "v-slots"?: {
22
- activator?: () => VNodeChild;
23
- } & Omit<{
24
- default?: import("vue").Slot;
25
- }, "activator">;
26
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "preview" | "modelValue" | "v-model" | "emit:update:modelValue" | "slot:activator" | "emit:click:confirm" | "toolbarCallback"> & import("@omnia/fx/ux").VNodeEvents) => any;
27
- export default _default;
@@ -1,26 +0,0 @@
1
- import { ColorSchema, ResolvedThemeDefinition, TemplateRegistrationType } from "@omnia/fx-models";
2
- import { useThemeStore } from "@omnia/fx/ux";
3
- export declare const useThemeEditorStore: () => {
4
- state: {
5
- internalModel: ResolvedThemeDefinition;
6
- previewThemeStore: ReturnType<typeof useThemeStore>;
7
- availableColorSchemas: ColorSchema[];
8
- };
9
- actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
10
- initState: (model: ResolvedThemeDefinition) => void;
11
- }>;
12
- get: {
13
- registrations: {
14
- byType: (type: TemplateRegistrationType) => import("@omnia/fx-models").ITemplateRegistration<any, TemplateRegistrationType>[];
15
- };
16
- templates: {
17
- byType: (type: TemplateRegistrationType) => any[];
18
- typography: () => any[];
19
- spacing: () => any[];
20
- blueprints: () => any[];
21
- };
22
- };
23
- rules: {};
24
- } & {
25
- dispose?: () => void;
26
- };