@omnia/fx 8.0.462-dev → 8.0.463-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 (95) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/shared-mobile/models/SharedMobileEnums.d.ts +0 -6
  3. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +1 -1
  4. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/store/ButtonStyleEditorStore.d.ts +0 -2
  5. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/store/ButtonStylePickerStore.d.ts +1 -1
  6. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +1 -1
  7. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
  8. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +1 -1
  10. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +1 -1
  11. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderPicker.d.ts +11 -4
  12. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderRenderer.d.ts +7 -3
  13. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderSettings.d.ts +15 -0
  14. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/store/HeaderPickerStore.d.ts +2 -0
  15. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/store/HeaderSettingsStore.d.ts +25 -0
  16. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintViewer.d.ts +5 -1
  18. package/internal-do-not-import-from-here/ux/aurora/components/tabs/store/TabStyleEditorStore.d.ts +2 -3
  19. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +3 -3
  22. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +3 -3
  25. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/mobile/index.d.ts +3 -0
  27. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/oxide/breadcrumbs/Breadcrumbs.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +1 -1
  33. package/internal-do-not-import-from-here/ux/oxide/calendar/Calendar.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/oxide/chart/Chart.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/oxide/fab/FloatingActionButton..d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/oxide/flex/Flex.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +2 -2
  60. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/oxide/picker/PickerSelection.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/oxide/qrcode/QRCode.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +1 -1
  66. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  67. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +1 -1
  68. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
  69. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +1 -1
  70. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
  71. package/internal-do-not-import-from-here/ux/oxide/selection/Selection.d.ts +1 -1
  72. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +1 -1
  75. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +1 -1
  76. package/internal-do-not-import-from-here/ux/oxide/speeddial/SpeedDial.d.ts +1 -1
  77. package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +1 -1
  79. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +1 -1
  81. package/internal-do-not-import-from-here/ux/oxide/switch/Switches.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +1 -1
  85. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +1 -1
  86. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
  87. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
  90. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +1 -1
  91. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
  92. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +1 -1
  93. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/AlignmentEditor.d.ts +76 -76
  94. package/internal-do-not-import-from-here/wctypings.d.ts +8 -0
  95. package/package.json +2 -2
@@ -5,5 +5,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ColumnGridPr
5
5
  "v-slots"?: {} & Omit<{
6
6
  default?: import("vue").Slot;
7
7
  }, never>;
8
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "xs" | "xl" | "lg" | "md" | "sm" | "alignSelf" | "margin" | "padding" | "variant" | "filled" | "class" | "colorSchemaType" | "cols" | "colors" | "toned"> & import("@omnia/fx/ux").VNodeEvents) => any;
8
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "xs" | "xl" | "lg" | "md" | "sm" | "alignSelf" | "margin" | "padding" | "colorSchemaType" | "variant" | "filled" | "class" | "cols" | "colors" | "toned"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
9
  export default _default;
@@ -30,7 +30,7 @@ declare const _default: <TItem extends unknown, TVariant extends "default" | "cl
30
30
  "v-slots"?: (DataTableProps<TItem, TVariant> extends infer T_3 ? { [K_3 in keyof T_3 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: DataTableProps<TItem, TVariant>[K_3]; } : never) & Omit<{
31
31
  default?: import("vue").Slot;
32
32
  }, keyof (DataTableProps<TItem, TVariant> extends infer T_4 ? { [K_3 in keyof T_4 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: DataTableProps<TItem, TVariant>[K_3]; } : never)>;
33
- } & (DataTableProps<TItem, TVariant> extends infer T_5 ? { [K_4 in keyof T_5 as K_4 extends "ref" ? "ref" : never]: import("vue").Ref<DataTableProps<TItem, TVariant>[K_4], DataTableProps<TItem, TVariant>[K_4]> | ((ref: DataTableProps<TItem, TVariant>[K_4]) => void); } : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "headers" | "search" | "height" | "variant" | "class" | "drag" | "expanded" | "colorSchemaType" | "modelValue" | "items" | "loading" | "ref" | "hover" | "mobileColumn" | "emit:update:modelValue" | "v-model" | "colors" | "itemValue" | "emit:update:expanded" | "v-model:expanded" | "sortBy" | "emit:update:sortBy" | "v-model:sortBy" | "mustSort" | "showSelect" | "itemSelectable" | "noDataText" | "searchBy" | "showExpand" | "emit:update:items" | "v-model:items" | "emit:update:options" | "emit:update:page" | "emit:update:itemsPerPage" | "emit:click:loadMore" | "slot:row" | "slot:top" | "slot:expanded-row" | `slot:header.${string}` | `slot:item.${string}` | keyof (TVariant extends "client-pagination-scroll" ? {
33
+ } & (DataTableProps<TItem, TVariant> extends infer T_5 ? { [K_4 in keyof T_5 as K_4 extends "ref" ? "ref" : never]: import("vue").Ref<DataTableProps<TItem, TVariant>[K_4], DataTableProps<TItem, TVariant>[K_4]> | ((ref: DataTableProps<TItem, TVariant>[K_4]) => void); } : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "headers" | "search" | "height" | "colorSchemaType" | "variant" | "class" | "drag" | "expanded" | "modelValue" | "items" | "loading" | "ref" | "hover" | "mobileColumn" | "emit:update:modelValue" | "v-model" | "colors" | "itemValue" | "emit:update:expanded" | "v-model:expanded" | "sortBy" | "emit:update:sortBy" | "v-model:sortBy" | "mustSort" | "showSelect" | "itemSelectable" | "noDataText" | "searchBy" | "showExpand" | "emit:update:items" | "v-model:items" | "emit:update:options" | "emit:update:page" | "emit:update:itemsPerPage" | "emit:click:loadMore" | "slot:row" | "slot:top" | "slot:expanded-row" | `slot:header.${string}` | `slot:item.${string}` | keyof (TVariant extends "client-pagination-scroll" ? {
34
34
  itemHeight?: string | number;
35
35
  } : TVariant extends "client-pagination-page" ? ClientPaginationPageProps<TItem_1> : TVariant extends "server-pagination-page" ? ServerPaginationPageProps : TVariant extends "server-pagination-scroll" ? ServerPaginationScrollProps<TItem> : DefaultProps)> & import("@omnia/fx/ux").VNodeEvents) => any;
36
36
  export default _default;
@@ -10,5 +10,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<DatePickerPr
10
10
  } & Omit<{
11
11
  default?: import("vue").Slot;
12
12
  }, "actions">;
13
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "position" | "range" | "disabled" | "colorSchemaType" | "location" | "modelValue" | "elevation" | "locale" | "slot:actions" | "emit:update:modelValue" | "v-model" | "colors" | "inputMode" | "showAdjacentMonths" | "showWeek" | "allowedDates"> & import("@omnia/fx/ux").VNodeEvents) => any;
13
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "position" | "colorSchemaType" | "range" | "disabled" | "location" | "modelValue" | "elevation" | "locale" | "slot:actions" | "emit:update:modelValue" | "v-model" | "colors" | "inputMode" | "showAdjacentMonths" | "showWeek" | "allowedDates"> & import("@omnia/fx/ux").VNodeEvents) => any;
14
14
  export default _default;
@@ -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
  }, "actions" | "header" | "activator" | "navigation" | "fixedContent" | "headerButtons">;
30
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "variant" | "size" | "class" | "persistent" | "eager" | "colorSchemaType" | "location" | "modelValue" | "attach" | "slot:actions" | "emit:update:modelValue" | "v-model" | "colors" | "toned" | "journey" | "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" | "colorSchemaType" | "variant" | "size" | "class" | "persistent" | "eager" | "location" | "modelValue" | "attach" | "slot:actions" | "emit:update:modelValue" | "v-model" | "colors" | "toned" | "journey" | "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;
@@ -11,5 +11,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ExpansionPan
11
11
  } & Omit<{
12
12
  default?: import("vue").Slot;
13
13
  }, "actions" | "default" | "header" | "prepend">;
14
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "class" | "eager" | "colorSchemaType" | "density" | "slot:actions" | "colors" | "toned" | "slot:header" | "slot:prepend" | "slot:default" | "hideExpandIcon"> & import("@omnia/fx/ux").VNodeEvents) => any;
14
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "colorSchemaType" | "class" | "eager" | "density" | "slot:actions" | "colors" | "toned" | "slot:header" | "slot:prepend" | "slot:default" | "hideExpandIcon"> & import("@omnia/fx/ux").VNodeEvents) => any;
15
15
  export default _default;
@@ -16,5 +16,5 @@ declare const _default: <T extends unknown>(props: import("@omnia/fx/ux").Extrac
16
16
  } & Omit<{
17
17
  default?: import("vue").Slot;
18
18
  }, "item">;
19
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "class" | "drag" | "mandatory" | "multiple" | "colorSchemaType" | "modelValue" | "items" | "remove" | "emit:update:modelValue" | "v-model" | "colors" | "toned" | "itemValue" | "slot:item" | "emit:update:items" | "v-model:items" | "expandAll"> & import("@omnia/fx/ux").VNodeEvents) => any;
19
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "variant" | "class" | "drag" | "mandatory" | "multiple" | "modelValue" | "items" | "remove" | "emit:update:modelValue" | "v-model" | "colors" | "toned" | "itemValue" | "slot:item" | "emit:update:items" | "v-model:items" | "expandAll"> & import("@omnia/fx/ux").VNodeEvents) => any;
20
20
  export default _default;
@@ -7,5 +7,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<FabProps> &
7
7
  "v-slots"?: {} & Omit<{
8
8
  default?: import("vue").Slot;
9
9
  }, never>;
10
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "icon" | "variant" | "active" | "size" | "class" | "block" | "disabled" | "colorSchemaType" | "modelValue" | "stacked" | "app" | "emit:update:modelValue" | "v-model" | "colors"> & import("@omnia/fx/ux").VNodeEvents) => any;
10
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "icon" | "colorSchemaType" | "variant" | "active" | "size" | "class" | "block" | "disabled" | "modelValue" | "stacked" | "app" | "emit:update:modelValue" | "v-model" | "colors"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
11
  export default _default;
@@ -5,5 +5,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<FlexProps> &
5
5
  "v-slots"?: {} & Omit<{
6
6
  default?: import("vue").Slot;
7
7
  }, never>;
8
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "margin" | "padding" | "filled" | "class" | "colorSchemaType" | "colors" | "toned"> & import("@omnia/fx/ux").VNodeEvents) => any;
8
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "margin" | "padding" | "colorSchemaType" | "filled" | "class" | "colors" | "toned"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
9
  export default _default;
@@ -5,5 +5,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<RowProps> &
5
5
  "v-slots"?: {} & Omit<{
6
6
  default?: import("vue").Slot;
7
7
  }, never>;
8
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "direction" | "height" | "margin" | "minHeight" | "minWidth" | "padding" | "width" | "filled" | "class" | "wrap" | "colorSchemaType" | "colors" | "toned" | "gapX" | "gapY" | "alignX" | "alignY"> & import("@omnia/fx/ux").VNodeEvents) => any;
8
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "direction" | "height" | "margin" | "minHeight" | "minWidth" | "padding" | "width" | "colorSchemaType" | "filled" | "class" | "wrap" | "colors" | "toned" | "gapX" | "gapY" | "alignX" | "alignY"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
9
  export default _default;
@@ -5,5 +5,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<FormProps> &
5
5
  "v-slots"?: {} & Omit<{
6
6
  default?: import("vue").Slot;
7
7
  }, never>;
8
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "class" | "colorSchemaType" | "colors" | "toned"> & import("@omnia/fx/ux").VNodeEvents) => any;
8
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "colorSchemaType" | "variant" | "class" | "colors" | "toned"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
9
  export default _default;
@@ -5,5 +5,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<HostProvider
5
5
  "v-slots"?: {} & Omit<{
6
6
  default?: import("vue").Slot;
7
7
  }, never>;
8
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "class" | "host" | "colorSchemaType" | "force" | "colors" | "componentHost"> & import("@omnia/fx/ux").VNodeEvents) => any;
8
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "variant" | "class" | "host" | "force" | "colors" | "componentHost"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
9
  export default _default;
@@ -5,5 +5,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<IconProps> &
5
5
  "v-slots"?: {} & Omit<{
6
6
  default?: import("vue").Slot;
7
7
  }, never>;
8
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "blueprint" | "animation" | "variant" | "filled" | "size" | "class" | "tooltip" | "disabled" | "colorSchemaType" | "colors" | "toned" | "colorType" | "customSize"> & import("@omnia/fx/ux").VNodeEvents) => any;
8
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "blueprint" | "animation" | "colorSchemaType" | "variant" | "filled" | "size" | "class" | "tooltip" | "disabled" | "colors" | "toned" | "colorType" | "customSize"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
9
  export default _default;
@@ -17,5 +17,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ImageProps>
17
17
  } & Omit<{
18
18
  default?: import("vue").Slot;
19
19
  }, "placeholder">;
20
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "aspectRatio" | "height" | "maxHeight" | "maxWidth" | "width" | "class" | "cover" | "eager" | "colorSchemaType" | "draggable" | "alt" | "lazySrc" | "src" | "colors" | "placeholder" | "emit:load" | "slot:placeholder"> & import("@omnia/fx/ux").VNodeEvents) => any;
20
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "aspectRatio" | "height" | "maxHeight" | "maxWidth" | "width" | "colorSchemaType" | "class" | "cover" | "eager" | "draggable" | "alt" | "lazySrc" | "src" | "colors" | "placeholder" | "emit:load" | "slot:placeholder"> & import("@omnia/fx/ux").VNodeEvents) => any;
21
21
  export default _default;
@@ -4,5 +4,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<LayoutProps>
4
4
  "v-slots"?: {} & Omit<{
5
5
  default?: import("vue").Slot;
6
6
  }, never>;
7
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "class" | "colorSchemaType" | "colors"> & import("@omnia/fx/ux").VNodeEvents) => any;
7
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "class" | "colors"> & import("@omnia/fx/ux").VNodeEvents) => any;
8
8
  export default _default;
@@ -7,5 +7,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<LinkProps> &
7
7
  } & Omit<{
8
8
  default?: import("vue").Slot;
9
9
  }, "renderer">;
10
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "typography" | "blueprint" | "size" | "class" | "target" | "href" | "colorSchemaType" | "colors" | "toned" | "colorType" | "truncateLines" | "slot:renderer"> & import("@omnia/fx/ux").VNodeEvents) => any;
10
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "typography" | "blueprint" | "colorSchemaType" | "size" | "class" | "target" | "href" | "colors" | "toned" | "colorType" | "truncateLines" | "slot:renderer"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
11
  export default _default;
@@ -15,5 +15,5 @@ declare const _default: <T extends unknown>(props: import("@omnia/fx/ux").Extrac
15
15
  } & Omit<{
16
16
  default?: import("vue").Slot;
17
17
  }, "item">;
18
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "class" | "drag" | "nav" | "colorSchemaType" | "modelValue" | "remove" | "emit:update:modelValue" | "v-model" | "colors" | "toned" | "navigation" | "lines" | "divider" | "dragStyles" | "itemValue" | "disableItemClickable" | "slot:item"> & import("@omnia/fx/ux").VNodeEvents) => any;
18
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "variant" | "class" | "drag" | "nav" | "modelValue" | "remove" | "emit:update:modelValue" | "v-model" | "colors" | "toned" | "navigation" | "lines" | "divider" | "dragStyles" | "itemValue" | "disableItemClickable" | "slot:item"> & import("@omnia/fx/ux").VNodeEvents) => any;
19
19
  export default _default;
@@ -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:append" | "slot:prepend" | "slot:title" | "subtitle" | "expandableHeight" | "selected" | "isDragMode" | "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" | "colorSchemaType" | "variant" | "active" | "class" | "disabled" | "colors" | "divider" | "slot:append" | "slot:prepend" | "slot:title" | "subtitle" | "expandableHeight" | "selected" | "isDragMode" | "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;
@@ -4,5 +4,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<MainProps> &
4
4
  "v-slots"?: {} & Omit<{
5
5
  default?: import("vue").Slot;
6
6
  }, never>;
7
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "filled" | "class" | "id" | "colorSchemaType" | "colors" | "toned"> & import("@omnia/fx/ux").VNodeEvents) => any;
7
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "filled" | "class" | "id" | "colors" | "toned"> & import("@omnia/fx/ux").VNodeEvents) => any;
8
8
  export default _default;
@@ -10,5 +10,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<MenuProps> &
10
10
  } & Omit<{
11
11
  default?: import("vue").Slot;
12
12
  }, "activator">;
13
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "disabled" | "eager" | "colorSchemaType" | "location" | "modelValue" | "closeDelay" | "openOnHover" | "activator" | "attach" | "emit:update:modelValue" | "v-model" | "colors" | "slot:activator" | "visibleOnContentClick"> & import("@omnia/fx/ux").VNodeEvents) => any;
13
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "colorSchemaType" | "class" | "disabled" | "eager" | "location" | "modelValue" | "closeDelay" | "openOnHover" | "activator" | "attach" | "emit:update:modelValue" | "v-model" | "colors" | "slot:activator" | "visibleOnContentClick"> & import("@omnia/fx/ux").VNodeEvents) => any;
14
14
  export default _default;
@@ -11,7 +11,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
11
11
  } & {
12
12
  modelValue?: boolean;
13
13
  } & {
14
- location?: "bottom" | "left" | "right" | "top" | "start" | "end";
14
+ location?: "left" | "right" | "bottom" | "top" | "start" | "end";
15
15
  } & {
16
16
  toned?: boolean;
17
17
  } & {
@@ -32,5 +32,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
32
32
  "v-slots"?: {} & Omit<{
33
33
  default?: import("vue").Slot;
34
34
  }, never>;
35
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "class" | "colorSchemaType" | "location" | "modelValue" | "emit:update:modelValue" | "v-model" | "colors" | "overrides" | "toned" | "customWidth" | "temporary" | "disableResizeWatcher" | "disableRouteWatcher"> & import("@omnia/fx/ux").VNodeEvents) => any;
35
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "variant" | "class" | "location" | "modelValue" | "emit:update:modelValue" | "v-model" | "colors" | "overrides" | "toned" | "customWidth" | "temporary" | "disableResizeWatcher" | "disableRouteWatcher"> & import("@omnia/fx/ux").VNodeEvents) => any;
36
36
  export default _default;
@@ -11,5 +11,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Notification
11
11
  } & Omit<{
12
12
  default?: import("vue").Slot;
13
13
  }, "appendAvatar" | "prependAvatar">;
14
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "size" | "value" | "colorSchemaType" | "colors" | "toned" | "emit:click:close" | "slot:prependAvatar" | "slot:appendAvatar"> & import("@omnia/fx/ux").VNodeEvents) => any;
14
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "size" | "value" | "colors" | "toned" | "emit:click:close" | "slot:prependAvatar" | "slot:appendAvatar"> & import("@omnia/fx/ux").VNodeEvents) => any;
15
15
  export default _default;
@@ -165,9 +165,9 @@ declare const _default: {
165
165
  propsDefinition: Omit<Readonly<{} & {
166
166
  length?: number;
167
167
  container?: boolean;
168
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
168
169
  class?: String | String[];
169
170
  disabled?: boolean;
170
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
171
171
  modelValue?: number;
172
172
  "onUpdate:modelValue"?: (value: number) => any | void;
173
173
  nextIcon?: string | FunctionalComponent<{}, {}, any, {}>;
@@ -6,5 +6,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<PanelProps>
6
6
  "v-slots"?: {} & Omit<{
7
7
  default?: import("vue").Slot;
8
8
  }, never>;
9
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "margin" | "padding" | "variant" | "filled" | "class" | "colorSchemaType" | "colors" | "toned" | "titleSize"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "margin" | "padding" | "colorSchemaType" | "variant" | "filled" | "class" | "colors" | "toned" | "titleSize"> & import("@omnia/fx/ux").VNodeEvents) => any;
10
10
  export default _default;
@@ -12,5 +12,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<PickerSelect
12
12
  } & Omit<{
13
13
  default?: import("vue").Slot;
14
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" | "disableOverlay" | "emit:show:selection" | "slot:placeholderRenderer"> & import("@omnia/fx/ux").VNodeEvents) => any;
15
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "grid" | "colorSchemaType" | "disabled" | "colors" | "toned" | "placeholder" | "searchable" | "emit:search" | "emit:click:clear" | "clearable" | "isLoading" | "slot:selectedItemRenderer" | "hasSelection" | "disableOverlay" | "emit:show:selection" | "slot:placeholderRenderer"> & import("@omnia/fx/ux").VNodeEvents) => any;
16
16
  export default _default;
@@ -5,5 +5,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<QRCodeProps>
5
5
  "v-slots"?: {} & Omit<{
6
6
  default?: import("vue").Slot;
7
7
  }, never>;
8
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "margin" | "size" | "value" | "colorSchemaType" | "colors" | "level"> & import("@omnia/fx/ux").VNodeEvents) => any;
8
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "margin" | "colorSchemaType" | "size" | "value" | "colors" | "level"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
9
  export default _default;
@@ -9,5 +9,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<RadioProps>
9
9
  } & Omit<{
10
10
  default?: import("vue").Slot;
11
11
  }, "label">;
12
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "class" | "value" | "colorSchemaType" | "colors" | "slot:label"> & import("@omnia/fx/ux").VNodeEvents) => any;
12
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "colorSchemaType" | "class" | "value" | "colors" | "slot:label"> & import("@omnia/fx/ux").VNodeEvents) => any;
13
13
  export default _default;
@@ -170,9 +170,9 @@ declare const _default: {
170
170
  label?: string;
171
171
  inline?: boolean;
172
172
  container?: boolean;
173
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
173
174
  class?: String | String[];
174
175
  disabled?: boolean;
175
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
176
176
  modelValue?: any;
177
177
  readonly?: boolean;
178
178
  "onUpdate:modelValue"?: (value: any) => any | void;
@@ -231,9 +231,9 @@ declare const _default: {
231
231
  label?: string;
232
232
  direction?: "vertical" | "horizontal";
233
233
  container?: boolean;
234
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
234
235
  variant?: "default" | "prominent";
235
236
  class?: String | String[];
236
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
237
237
  max?: string | number;
238
238
  modelValue?: [number, number];
239
239
  "onUpdate:modelValue"?: (value: [number, number]) => any | void;
@@ -7,5 +7,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<RatingProps>
7
7
  "v-slots"?: {} & Omit<{
8
8
  default?: import("vue").Slot;
9
9
  }, never>;
10
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "length" | "size" | "class" | "disabled" | "colorSchemaType" | "modelValue" | "density" | "readonly" | "hover" | "emit:update:modelValue" | "v-model" | "colors" | "clearable"> & import("@omnia/fx/ux").VNodeEvents) => any;
10
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "length" | "colorSchemaType" | "size" | "class" | "disabled" | "modelValue" | "density" | "readonly" | "hover" | "emit:update:modelValue" | "v-model" | "colors" | "clearable"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
11
  export default _default;
@@ -5,5 +5,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ScrollContai
5
5
  "v-slots"?: {} & Omit<{
6
6
  default?: import("vue").Slot;
7
7
  }, never>;
8
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "height" | "width" | "filled" | "class" | "colorSchemaType" | "colors" | "toned" | "disableScrolling" | "getApi" | "compensatScrollbar" | "dynamicHeight" | "scrolling"> & import("@omnia/fx/ux").VNodeEvents) => any;
8
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "height" | "width" | "colorSchemaType" | "filled" | "class" | "colors" | "toned" | "disableScrolling" | "getApi" | "compensatScrollbar" | "dynamicHeight" | "scrolling"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
9
  export default _default;
@@ -19,5 +19,5 @@ declare const _default: <TItem extends readonly any[], TReturnObject extends boo
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, "label" | "blueprint" | "maxHeight" | "error" | "variant" | "class" | "multiple" | "disabled" | "colorSchemaType" | "modelValue" | "items" | "itemHeight" | "loading" | "readonly" | "errorMessages" | "rules" | "hideDetails" | "hint" | "persistentHint" | "emit:update:modelValue" | "v-model" | "colors" | "toned" | "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" | "itemDeletable" | 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, "label" | "blueprint" | "maxHeight" | "error" | "colorSchemaType" | "variant" | "class" | "multiple" | "disabled" | "modelValue" | "items" | "itemHeight" | "loading" | "readonly" | "errorMessages" | "rules" | "hideDetails" | "hint" | "persistentHint" | "emit:update:modelValue" | "v-model" | "colors" | "toned" | "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" | "itemDeletable" | keyof (TReturnObject extends true ? SlotsWithReturnObject<TItem> : SlotsWithoutReturnObject)> & import("@omnia/fx/ux").VNodeEvents) => any;
23
23
  export default _default;
@@ -14,5 +14,5 @@ declare const _default: <TItem extends unknown>(props: import("@omnia/fx/ux").Ex
14
14
  } & Omit<{
15
15
  default?: import("vue").Slot;
16
16
  }, "item">;
17
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "colorSchemaType" | "items" | "colors" | "toned" | "itemValue" | "slot:item" | "itemTitle" | "itemDeletable" | "itemIcon" | "emit:selectItem" | "itemSettingable" | "sorting" | "itemSubtitle" | "enableAdd" | "selectionStyle" | "emit:removeItem" | "emit:sort:update" | "emit:addItem"> & import("@omnia/fx/ux").VNodeEvents) => any;
17
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "variant" | "items" | "colors" | "toned" | "itemValue" | "slot:item" | "itemTitle" | "itemDeletable" | "itemIcon" | "emit:selectItem" | "itemSettingable" | "sorting" | "itemSubtitle" | "enableAdd" | "selectionStyle" | "emit:removeItem" | "emit:sort:update" | "emit:addItem"> & import("@omnia/fx/ux").VNodeEvents) => any;
18
18
  export default _default;
@@ -5,5 +5,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SkeletonProp
5
5
  "v-slots"?: {} & Omit<{
6
6
  default?: import("vue").Slot;
7
7
  }, never>;
8
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "height" | "width" | "variant" | "class" | "colorSchemaType" | "colors"> & import("@omnia/fx/ux").VNodeEvents) => any;
8
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "height" | "width" | "colorSchemaType" | "variant" | "class" | "colors"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
9
  export default _default;
@@ -24,5 +24,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SlidePanelPr
24
24
  "v-slots"?: {} & Omit<{
25
25
  default?: import("vue").Slot;
26
26
  }, never>;
27
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "class" | "colorSchemaType" | "settings" | "colors" | "getApi" | "contentWrapperClass" | "styleOverrides" | "emit:init" | "emit:afterInit"> & import("@omnia/fx/ux").VNodeEvents) => any;
27
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "variant" | "class" | "settings" | "colors" | "getApi" | "contentWrapperClass" | "styleOverrides" | "emit:init" | "emit:afterInit"> & import("@omnia/fx/ux").VNodeEvents) => any;
28
28
  export default _default;
@@ -7,5 +7,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SliderProps>
7
7
  "v-slots"?: {} & Omit<{
8
8
  default?: import("vue").Slot;
9
9
  }, never>;
10
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "direction" | "variant" | "class" | "colorSchemaType" | "max" | "modelValue" | "hint" | "persistentHint" | "emit:update:modelValue" | "v-model" | "colors" | "toned" | "min" | "step" | "precision" | "unitLabel" | "noThumbLabel" | "showTicks" | "ticks" | "tickSize"> & import("@omnia/fx/ux").VNodeEvents) => any;
10
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "direction" | "colorSchemaType" | "variant" | "class" | "max" | "modelValue" | "hint" | "persistentHint" | "emit:update:modelValue" | "v-model" | "colors" | "toned" | "min" | "step" | "precision" | "unitLabel" | "noThumbLabel" | "showTicks" | "ticks" | "tickSize"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
11
  export default _default;
@@ -6,5 +6,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SnackbarProp
6
6
  "v-slots"?: {} & Omit<{
7
7
  default?: import("vue").Slot;
8
8
  }, never>;
9
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "class" | "timeout" | "colorSchemaType" | "modelValue" | "emit:update:modelValue" | "v-model" | "colors"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "colorSchemaType" | "class" | "timeout" | "modelValue" | "emit:update:modelValue" | "v-model" | "colors"> & import("@omnia/fx/ux").VNodeEvents) => any;
10
10
  export default _default;
@@ -10,5 +10,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SpeedDialPro
10
10
  } & Omit<{
11
11
  default?: import("vue").Slot;
12
12
  }, "activator">;
13
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "zIndex" | "class" | "persistent" | "colorSchemaType" | "location" | "modelValue" | "openOnClick" | "openOnHover" | "openOnFocus" | "emit:update:modelValue" | "v-model" | "colors" | "slot:activator"> & import("@omnia/fx/ux").VNodeEvents) => any;
13
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "zIndex" | "colorSchemaType" | "class" | "persistent" | "location" | "modelValue" | "openOnClick" | "openOnHover" | "openOnFocus" | "emit:update:modelValue" | "v-model" | "colors" | "slot:activator"> & import("@omnia/fx/ux").VNodeEvents) => any;
14
14
  export default _default;
@@ -19,5 +19,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SplitpanePro
19
19
  "v-slots"?: {} & Omit<{
20
20
  default?: import("vue").Slot;
21
21
  }, never>;
22
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "height" | "variant" | "class" | "colorSchemaType" | "colors" | "dblClickSplitter" | "emit:panelClick" | "emit:resized"> & import("@omnia/fx/ux").VNodeEvents) => any;
22
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "height" | "colorSchemaType" | "variant" | "class" | "colors" | "dblClickSplitter" | "emit:panelClick" | "emit:resized"> & import("@omnia/fx/ux").VNodeEvents) => any;
23
23
  export default _default;
@@ -4,5 +4,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SplitpaneIte
4
4
  "v-slots"?: {} & Omit<{
5
5
  default?: import("vue").Slot;
6
6
  }, never>;
7
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "size" | "class" | "colorSchemaType" | "colors" | "minSize" | "maxSize"> & import("@omnia/fx/ux").VNodeEvents) => any;
7
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "size" | "class" | "colors" | "minSize" | "maxSize"> & import("@omnia/fx/ux").VNodeEvents) => any;
8
8
  export default _default;
@@ -24,5 +24,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
24
24
  "v-slots"?: {} & Omit<{
25
25
  default?: import("vue").Slot;
26
26
  }, never>;
27
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "vertical" | "class" | "colorSchemaType" | "modelValue" | "emit:update:modelValue" | "v-model" | "colors" | "hideLabel" | "nonLinear"> & import("@omnia/fx/ux").VNodeEvents) => any;
27
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "variant" | "vertical" | "class" | "modelValue" | "emit:update:modelValue" | "v-model" | "colors" | "hideLabel" | "nonLinear"> & import("@omnia/fx/ux").VNodeEvents) => any;
28
28
  export default _default;
@@ -14,5 +14,5 @@ declare const _default: <T extends (string | boolean), TVariant extends OSwitchV
14
14
  "v-slots"?: (SwitchProps<T, TVariant> extends infer T_4 ? { [K_3 in keyof T_4 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: SwitchProps<T, TVariant>[K_3]; } : never) & Omit<{
15
15
  default?: import("vue").Slot;
16
16
  }, keyof (SwitchProps<T, TVariant> extends infer T_5 ? { [K_3 in keyof T_5 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: SwitchProps<T, TVariant>[K_3]; } : never)>;
17
- } & (SwitchProps<T, TVariant> extends infer T_6 ? { [K_4 in keyof T_6 as K_4 extends "ref" ? "ref" : never]: import("vue").Ref<SwitchProps<T, TVariant>[K_4], SwitchProps<T, TVariant>[K_4]> | ((ref: SwitchProps<T, TVariant>[K_4]) => void); } : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "class" | "revert" | "tooltip" | "disabled" | "colorSchemaType" | "modelValue" | "rules" | "hideDetails" | "hint" | "persistentHint" | "emit:update:modelValue" | "v-model" | "colors" | "sublabel" | "trueValue" | "falseValue" | keyof (TVariant extends "button" ? ButtonVariantType : DefaultProps)> & import("@omnia/fx/ux").VNodeEvents) => any;
17
+ } & (SwitchProps<T, TVariant> extends infer T_6 ? { [K_4 in keyof T_6 as K_4 extends "ref" ? "ref" : never]: import("vue").Ref<SwitchProps<T, TVariant>[K_4], SwitchProps<T, TVariant>[K_4]> | ((ref: SwitchProps<T, TVariant>[K_4]) => void); } : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "colorSchemaType" | "variant" | "class" | "revert" | "tooltip" | "disabled" | "modelValue" | "rules" | "hideDetails" | "hint" | "persistentHint" | "emit:update:modelValue" | "v-model" | "colors" | "sublabel" | "trueValue" | "falseValue" | keyof (TVariant extends "button" ? ButtonVariantType : DefaultProps)> & import("@omnia/fx/ux").VNodeEvents) => any;
18
18
  export default _default;
@@ -5,5 +5,5 @@ declare const _default: <T extends string | boolean>(props: import("@omnia/fx/ux
5
5
  "v-slots"?: {} & Omit<{
6
6
  default?: import("vue").Slot;
7
7
  }, never>;
8
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "colorSchemaType" | "colors"> & import("@omnia/fx/ux").VNodeEvents) => any;
8
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "variant" | "colors"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
9
  export default _default;
@@ -14,5 +14,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<TabProps> &
14
14
  } & Omit<{
15
15
  default?: import("vue").Slot;
16
16
  }, "itemRendering">;
17
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "variant" | "class" | "disabled" | "eager" | "colorSchemaType" | "colors" | "slot:itemRendering" | "notificationCount"> & import("@omnia/fx/ux").VNodeEvents) => any;
17
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "colorSchemaType" | "variant" | "class" | "disabled" | "eager" | "colors" | "slot:itemRendering" | "notificationCount"> & import("@omnia/fx/ux").VNodeEvents) => any;
18
18
  export default _default;
@@ -7,5 +7,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<TabsProps> &
7
7
  "v-slots"?: {} & Omit<{
8
8
  default?: import("vue").Slot;
9
9
  }, never>;
10
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "variant" | "vertical" | "grow" | "class" | "contentClass" | "colorSchemaType" | "modelValue" | "stacked" | "emit:update:modelValue" | "v-model" | "colors" | "toned" | "scrolling" | "hideTabNameIfOnlyOneTab" | "noScrolling" | "alignTabs" | "disableBlueprint"> & import("@omnia/fx/ux").VNodeEvents) => any;
10
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "colorSchemaType" | "variant" | "vertical" | "grow" | "class" | "contentClass" | "modelValue" | "stacked" | "emit:update:modelValue" | "v-model" | "colors" | "toned" | "scrolling" | "hideTabNameIfOnlyOneTab" | "noScrolling" | "alignTabs" | "disableBlueprint"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
11
  export default _default;
@@ -4,5 +4,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<TabbleProps>
4
4
  "v-slots"?: {} & Omit<{
5
5
  default?: import("vue").Slot;
6
6
  }, never>;
7
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "class" | "colorSchemaType" | "colors" | "toned"> & import("@omnia/fx/ux").VNodeEvents) => any;
7
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "class" | "colors" | "toned"> & import("@omnia/fx/ux").VNodeEvents) => any;
8
8
  export default _default;
@@ -7,5 +7,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<TextProps> &
7
7
  "v-slots"?: {} & Omit<{
8
8
  default?: import("vue").Slot;
9
9
  }, never>;
10
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "bold" | "color" | "typography" | "blueprint" | "textTransform" | "whiteSpace" | "wordBreak" | "size" | "class" | "colorSchemaType" | "align" | "colors" | "toned" | "colorType" | "ignoreLineHeight" | "as" | "truncateLines"> & import("@omnia/fx/ux").VNodeEvents) => any;
10
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "bold" | "color" | "typography" | "blueprint" | "textTransform" | "whiteSpace" | "wordBreak" | "colorSchemaType" | "size" | "class" | "align" | "colors" | "toned" | "colorType" | "ignoreLineHeight" | "as" | "truncateLines"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
11
  export default _default;
@@ -13,5 +13,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<TextAreaProp
13
13
  } & Omit<{
14
14
  default?: import("vue").Slot;
15
15
  }, "append-inner">;
16
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "color" | "variant" | "class" | "rows" | "disabled" | "colorSchemaType" | "modelValue" | "readonly" | "errorMessages" | "rules" | "hint" | "persistentHint" | "emit:update:modelValue" | "v-model" | "colors" | "toned" | "placeholder" | "autofocus" | "textBlueprint" | "slot:append-inner" | "emit:update:focused" | "emit:click:button" | "clearable" | "autoGrow"> & import("@omnia/fx/ux").VNodeEvents) => any;
16
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "color" | "colorSchemaType" | "variant" | "class" | "rows" | "disabled" | "modelValue" | "readonly" | "errorMessages" | "rules" | "hint" | "persistentHint" | "emit:update:modelValue" | "v-model" | "colors" | "toned" | "placeholder" | "autofocus" | "textBlueprint" | "slot:append-inner" | "emit:update:focused" | "emit:click:button" | "clearable" | "autoGrow"> & import("@omnia/fx/ux").VNodeEvents) => any;
17
17
  export default _default;
@@ -17,5 +17,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ToolbarProps
17
17
  } & Omit<{
18
18
  default?: import("vue").Slot;
19
19
  }, "title" | "prepend" | "customButtons">;
20
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "variant" | "class" | "colorSchemaType" | "closeButton" | "colors" | "toned" | "subTitle" | "backButton" | "emit:click:close" | "divider" | "slot:prepend" | "emit:click:back" | "slot:title" | "slot:customButtons"> & import("@omnia/fx/ux").VNodeEvents) => any;
20
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "colorSchemaType" | "variant" | "class" | "closeButton" | "colors" | "toned" | "subTitle" | "backButton" | "emit:click:close" | "divider" | "slot:prepend" | "emit:click:back" | "slot:title" | "slot:customButtons"> & import("@omnia/fx/ux").VNodeEvents) => any;
21
21
  export default _default;
@@ -8,5 +8,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<TooltipProps
8
8
  } & Omit<{
9
9
  default?: import("vue").Slot;
10
10
  }, "activator">;
11
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "class" | "colorSchemaType" | "location" | "openOnClick" | "openOnHover" | "colors" | "slot:activator" | "activateOnLength"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "colorSchemaType" | "class" | "location" | "openOnClick" | "openOnHover" | "colors" | "slot:activator" | "activateOnLength"> & import("@omnia/fx/ux").VNodeEvents) => any;
12
12
  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" | "expanded" | "multiple" | "colorSchemaType" | "modelValue" | "items" | "emit:update:modelValue" | "v-model" | "colors" | "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;
68
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "padding" | "colorSchemaType" | "expanded" | "multiple" | "modelValue" | "items" | "emit:update:modelValue" | "v-model" | "colors" | "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;
@@ -65,5 +65,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
65
65
  } & Omit<{
66
66
  default?: import("vue").Slot;
67
67
  }, "appendInnerItem" | "itemToolTip">;
68
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "padding" | "expanded" | "multiple" | "colorSchemaType" | "modelValue" | "items" | "emit:update:modelValue" | "v-model" | "colors" | "itemValue" | "emit:update:expanded" | "v-model:expanded" | "itemTitle" | "itemChildren" | "expandOnSelection" | "disableToggleSelection" | "batchChildrensDisplay" | "itemIcon" | "loadChildren" | "onMoveNode" | "checkNodeToMove" | "indentation" | "slot:appendInnerItem" | "slot:itemToolTip" | "emit:update:active"> & import("@omnia/fx/ux").VNodeEvents) => any;
68
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "padding" | "colorSchemaType" | "expanded" | "multiple" | "modelValue" | "items" | "emit:update:modelValue" | "v-model" | "colors" | "itemValue" | "emit:update:expanded" | "v-model:expanded" | "itemTitle" | "itemChildren" | "expandOnSelection" | "disableToggleSelection" | "batchChildrensDisplay" | "itemIcon" | "loadChildren" | "onMoveNode" | "checkNodeToMove" | "indentation" | "slot:appendInnerItem" | "slot:itemToolTip" | "emit:update:active"> & import("@omnia/fx/ux").VNodeEvents) => any;
69
69
  export default _default;
@@ -451,8 +451,8 @@ declare const _default: {
451
451
  };
452
452
  icon?: IIcon;
453
453
  container?: boolean;
454
- variant?: Variant;
455
454
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
455
+ variant?: Variant;
456
456
  modelValue?: VelcronRendererResolverReference;
457
457
  "v-slots"?: {
458
458
  default?: import("../../../DefineVueTypings").Slot;
@@ -125,8 +125,8 @@ declare const _default: {
125
125
  definition: VelcronAppDefinition<object>;
126
126
  } & {
127
127
  container?: boolean;
128
- active?: boolean;
129
128
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
129
+ active?: boolean;
130
130
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
131
131
  context?: VelcronRenderContext;
132
132
  editMode?: boolean;