@omnia/fx 8.0.452-dev → 8.0.454-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 (81) hide show
  1. package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +2 -0
  2. package/internal-do-not-import-from-here/core/index.d.ts +10 -10
  3. package/internal-do-not-import-from-here/index.d.ts +21 -21
  4. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  6. package/internal-do-not-import-from-here/ux/StyleFlow.d.ts +0 -155
  7. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +1 -158
  8. package/internal-do-not-import-from-here/ux/aurora/admin/themedesigner/componentblueprints/store/ComponentEditorStore.d.ts +2 -3
  9. package/internal-do-not-import-from-here/ux/aurora/admin/themedesigner/componentblueprints/store/TabsEditorStore.d.ts +3 -4
  10. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +1 -3
  11. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStylePicker.d.ts +6 -2
  12. package/internal-do-not-import-from-here/ux/aurora/components/tabs/store/TabStyleEditorStore.d.ts +43 -0
  13. package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/ColorSchemaManager.d.ts +1 -1
  14. package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/ColorSchemaStore.d.ts +2 -2
  15. package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/ComponentBlueprintStore.d.ts +4 -4
  16. package/internal-do-not-import-from-here/ux/aurora/shared-mobile/DefineThemeProvider.d.ts +4 -0
  17. package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/FontStore.d.ts +5 -5
  18. package/internal-do-not-import-from-here/ux/aurora/shared-mobile/SpacingBlueprintStore.d.ts +42 -0
  19. package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/StateManager.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/TemplateRegistrationStore.d.ts +4 -4
  21. package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/ThemeContextStore.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/ThemeMigrations.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/ThemeNormalizer.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/aurora/shared-mobile/ThemePreviewContextStore.d.ts +100 -0
  25. package/internal-do-not-import-from-here/ux/aurora/shared-mobile/ThemeProvider.d.ts +39 -0
  26. package/internal-do-not-import-from-here/ux/aurora/shared-mobile/ThemeSharedModels.d.ts +33 -0
  27. package/internal-do-not-import-from-here/ux/aurora/shared-mobile/ThemeStore.d.ts +91 -0
  28. package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/TypographyBlueprintManager.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/TypographyBlueprintStore.d.ts +6 -4
  30. package/internal-do-not-import-from-here/ux/aurora/shared-mobile/index.d.ts +17 -0
  31. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStorage.d.ts +2 -2
  32. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +16 -15
  33. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +2 -2
  34. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Spacing.d.ts +2 -2
  35. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.css.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.css.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/DallEProvider.stylex.d.ts +4 -4
  45. package/internal-do-not-import-from-here/ux/mobile/index.d.ts +1 -0
  46. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.stylex.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/oxide/fab/FloatingActionButton..d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/oxide/link/link.stylex.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/selection/Selection.stylex.d.ts +2 -2
  57. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.stylex.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.stylex.d.ts +2 -2
  59. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +3 -3
  60. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.stylex.d.ts +4 -4
  62. package/internal-do-not-import-from-here/ux/oxide/table/Table.stylex.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +1 -1
  66. package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +1 -1
  67. package/internal-do-not-import-from-here/ux/shared-mobile/stylex/Typings.d.ts +894 -0
  68. package/internal-do-not-import-from-here/ux/shared-mobile/stylex/index.d.ts +154 -0
  69. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -5
  70. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +1 -71
  71. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/old/state/VelcronContentStateBuilder.d.ts +1 -1
  72. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/old/state/VelcronImageStateBuilder.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/old/state/VelcronPropertyMappingStateBuilder.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/old/state/VelcronStateBuilder.d.ts +1 -1
  75. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/old/state/VelcronTextContentBuilder.d.ts +1 -2
  76. package/package.json +2 -2
  77. package/internal-do-not-import-from-here/core/ObjectMerger.d.ts +0 -7
  78. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +0 -40
  79. package/internal-do-not-import-from-here/ux/aurora/store/ThemePreviewContextStore.d.ts +0 -100
  80. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +0 -91
  81. /package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/VariantManager.d.ts +0 -0
@@ -1 +1,18 @@
1
1
  export * from "./ColorManager";
2
+ export * from "./ColorSchemaManager";
3
+ export * from "./ColorSchemaStore";
4
+ export * from "./ComponentBlueprintStore";
5
+ export * from "./FontStore";
6
+ export * from "./SpacingBlueprintStore";
7
+ export * from "./StateManager";
8
+ export * from "./TemplateRegistrationStore";
9
+ export * from "./ThemeContextStore";
10
+ export * from "./ThemeMigrations";
11
+ export * from "./ThemeNormalizer";
12
+ export * from "./ThemePreviewContextStore";
13
+ export * from "./DefineThemeProvider";
14
+ export * from "./ThemeSharedModels";
15
+ export * from "./ThemeStore";
16
+ export * from "./TypographyBlueprintManager";
17
+ export * from "./TypographyBlueprintStore";
18
+ export * from "./VariantManager";
@@ -1,5 +1,5 @@
1
- import { ColorSchema, ComponentBlueprints, guid, ITemplateRegistration, ResolvedThemeDefinition, TemplateRegistrationType, ThemeDefinition, TypographyBlueprint, SpacingBlueprint } from "@omnia/fx-models";
2
- type ThemeRegistration = ITemplateRegistration<ResolvedThemeDefinition, TemplateRegistrationType> | ITemplateRegistration<ColorSchema> | ITemplateRegistration<TypographyBlueprint> | ITemplateRegistration<ComponentBlueprints> | ITemplateRegistration<SpacingBlueprint>;
1
+ import { ThemeRegistration } from "../shared-mobile";
2
+ import { ColorSchema, ComponentBlueprints, guid, ResolvedThemeDefinition, SpacingBlueprint, TemplateRegistrationType, ThemeDefinition, TypographyBlueprint } from "@omnia/fx-models";
3
3
  type ThemesResolved = Array<ThemeDefinition | ColorSchema | TypographyBlueprint | SpacingBlueprint | ComponentBlueprints>;
4
4
  export declare const useThemeProviderStore: () => {
5
5
  state: {
@@ -1,17 +1,18 @@
1
1
  export * from "../shared-mobile/ColorManager";
2
- export * from "./ThemeStore";
3
- export { type ColorSchemaStoreType, useColorSchemaStore } from "./ColorSchemaStore";
4
- export * from "./ColorSchemaManager";
5
- export * from "./ThemeContextStore";
6
- export * from "./ThemePreviewContextStore";
7
- export * from "./SpacingBlueprintStore";
8
- export * from "./TypographyBlueprintStore";
9
- export * from "./ComponentBlueprintStore";
10
- export * from "./TemplateRegistrationStore";
11
- export * from "./FontStore";
12
- export * from "./ThemeMigrations";
2
+ export * from "../shared-mobile/ColorSchemaManager";
3
+ export { useColorSchemaStore, type ColorSchemaStoreType } from "../shared-mobile/ColorSchemaStore";
4
+ export * from "../shared-mobile/ComponentBlueprintStore";
5
+ export * from "../shared-mobile/FontStore";
6
+ export * from "../shared-mobile/SpacingBlueprintStore";
7
+ export * from "../shared-mobile/StateManager";
8
+ export * from "../shared-mobile/TemplateRegistrationStore";
9
+ export * from "../shared-mobile/ThemeContextStore";
10
+ export * from "../shared-mobile/ThemeMigrations";
11
+ export * from "../shared-mobile/ThemeNormalizer";
12
+ export * from "../shared-mobile/ThemePreviewContextStore";
13
+ export * from "../shared-mobile/ThemeSharedModels";
14
+ export * from "../shared-mobile/ThemeStore";
15
+ export * from "../shared-mobile/TypographyBlueprintManager";
16
+ export * from "../shared-mobile/TypographyBlueprintStore";
17
+ export * from "../shared-mobile/VariantManager";
13
18
  export * from "./ThemeStorage";
14
- export * from "./VariantManager";
15
- export * from "./ThemeNormalizer";
16
- export * from "./StateManager";
17
- export * from "./TypographyBlueprintManager";
@@ -60,8 +60,8 @@ export declare function useThemeStyling(): {
60
60
  };
61
61
  };
62
62
  spacing: {
63
- paddingStylex: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => Readonly<import("../..").StylexValue>;
64
- marginStylex: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => Readonly<import("../..").StylexValue>;
63
+ paddingStylex: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => import("../..").StylexValue;
64
+ marginStylex: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => import("../..").StylexValue;
65
65
  value: (value: SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => number;
66
66
  values: (value: Spacing, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => Spacing;
67
67
  };
@@ -8,7 +8,7 @@ export interface NumericalSpacing {
8
8
  left?: number;
9
9
  }
10
10
  export declare namespace SpacingStyling {
11
- function getBlueprintSpacingStylex(value: Spacing | SpacingValue, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Readonly<import("internal/fx/ux/Styles.stylex").StylexValue>;
12
- function createSpacingx(spacing: NumericalSpacing, type: SpacingTypes): Readonly<import("internal/fx/ux/Styles.stylex").StylexValue>;
11
+ function getBlueprintSpacingStylex(value: Spacing | SpacingValue, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): import("internal/fx/ux/Styles.stylex").StylexValue;
12
+ function createSpacingx(spacing: NumericalSpacing, type: SpacingTypes): import("internal/fx/ux/Styles.stylex").StylexValue;
13
13
  function createSpacing(spacing: NumericalSpacing, type: SpacingTypes): string;
14
14
  }
@@ -186,8 +186,8 @@ declare const _default: {
186
186
  text?: string;
187
187
  type?: ConfirmDialogDisplay;
188
188
  icon?: IIcon;
189
- disabled?: boolean;
190
189
  tooltip?: ButtonTooltipOptions;
190
+ disabled?: boolean;
191
191
  dialogOptions?: ConfirmDialogOptions;
192
192
  styles?: {
193
193
  icon?: import("typestyle/lib/types").NestedCSSProperties;
@@ -37,5 +37,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
37
37
  "v-slots"?: {} & Omit<{
38
38
  default?: import("vue").Slot;
39
39
  }, never>;
40
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "icon" | "disabled" | "tooltip" | "scrollable" | "modelValue" | "emit:update:modelValue" | "v-model" | "description" | "singleLine" | "formatter" | "localeString" | "pickerMode" | "isRequired" | "hasIcon" | "emit:isKeepMenuOpen"> & import("@omnia/fx/ux").VNodeEvents) => any;
40
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "icon" | "tooltip" | "disabled" | "scrollable" | "modelValue" | "emit:update:modelValue" | "v-model" | "description" | "singleLine" | "formatter" | "localeString" | "pickerMode" | "isRequired" | "hasIcon" | "emit:isKeepMenuOpen"> & import("@omnia/fx/ux").VNodeEvents) => any;
41
41
  export default _default;
@@ -109,8 +109,8 @@ declare const dialogComponent: {
109
109
  width?: string | number;
110
110
  lazy?: boolean;
111
111
  onClose?: () => void;
112
- light?: boolean;
113
112
  dark?: boolean;
113
+ light?: boolean;
114
114
  disabled?: boolean;
115
115
  valueBind?: DialogModel;
116
116
  onClickOutside?: (closeDialog: (prompt: boolean, title?: string) => void, event?: Event) => void;
@@ -52,8 +52,8 @@ declare const _default: {
52
52
  }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
53
53
  propsDefinition: Omit<Readonly<{} & {
54
54
  title?: string;
55
- description?: string;
56
55
  component?: any;
56
+ description?: string;
57
57
  relativeUrl?: string;
58
58
  }>, never>;
59
59
  };
@@ -22,5 +22,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
22
22
  "v-slots"?: {} & Omit<{
23
23
  default?: import("vue").Slot;
24
24
  }, never>;
25
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "disabled" | "tooltip" | "valueBind" | "settings" | "property" | "emit:valueChanged" | "includeTime"> & import("@omnia/fx/ux").VNodeEvents) => any;
25
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "tooltip" | "disabled" | "valueBind" | "settings" | "property" | "emit:valueChanged" | "includeTime"> & import("@omnia/fx/ux").VNodeEvents) => any;
26
26
  export default _default;
@@ -5,6 +5,6 @@ export declare const FilterSizesName = "FilterSizes";
5
5
  export declare const FilterPickerStyles: {
6
6
  actionIcon: (size: FilterSizes) => string;
7
7
  sortButton: string;
8
- icon: (size: FilterSizes) => string;
8
+ icon: (size: FilterSizes, hasText: any) => string;
9
9
  wrapper: (base: ColorDefinition, onBase: ColorDefinition, selected: boolean, size: FilterSizes, grow: boolean) => string;
10
10
  };
@@ -31,5 +31,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
31
31
  } & Omit<{
32
32
  default?: import("vue").Slot;
33
33
  }, "itemRendering">;
34
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "grow" | "size" | "class" | "filters" | "modelValue" | "emit:update:modelValue" | "v-model" | "sortable" | "slot:itemRendering" | "singleSelect" | "emit:item:removed" | "emit:item:sorted"> & import("@omnia/fx/ux").VNodeEvents) => any;
34
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "grow" | "size" | "class" | "filters" | "modelValue" | "emit:update:modelValue" | "v-model" | "sortable" | "singleSelect" | "slot:itemRendering" | "emit:item:removed" | "emit:item:sorted"> & import("@omnia/fx/ux").VNodeEvents) => any;
35
35
  export default _default;
@@ -74,5 +74,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
74
74
  "v-slots"?: {} & Omit<{
75
75
  default?: import("vue").Slot;
76
76
  }, never>;
77
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "filter" | "label" | "type" | "top" | "variant" | "required" | "identityStore" | "multiple" | "dense" | "disabled" | "modelValue" | "emit:update:modelValue" | "v-model" | "description" | "ariaInvalid" | "ariaDescribedby" | "hideDynamicGroupSelection" | "providerIds" | "emailEnabled" | "permissionEnabled" | "businessProfileId" | "singleLine" | "attachToParent" | "keepSelectionMenu" | "showCurrentUserOption" | "autoOpenSelection" | "disabledIdentities" | "blockedIdentities" | "emit:menuToggle" | "hideTab" | "hideGroupTypeSelection" | "hideUserTypeSelection" | "displayIdentityType" | "enableSpecialUser"> & import("@omnia/fx/ux").VNodeEvents) => any;
77
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "filter" | "label" | "type" | "top" | "variant" | "required" | "identityStore" | "dense" | "multiple" | "disabled" | "modelValue" | "emit:update:modelValue" | "v-model" | "description" | "ariaInvalid" | "ariaDescribedby" | "hideDynamicGroupSelection" | "providerIds" | "emailEnabled" | "permissionEnabled" | "businessProfileId" | "singleLine" | "attachToParent" | "keepSelectionMenu" | "showCurrentUserOption" | "autoOpenSelection" | "disabledIdentities" | "blockedIdentities" | "emit:menuToggle" | "hideTab" | "hideGroupTypeSelection" | "hideUserTypeSelection" | "displayIdentityType" | "enableSpecialUser"> & import("@omnia/fx/ux").VNodeEvents) => any;
78
78
  export default _default;
@@ -1,4 +1,4 @@
1
1
  export declare const MediaPickerImageStyles: {
2
2
  wrapper: import("..").StylexValue;
3
- imgCaption: Readonly<import("..").StylexValue>;
3
+ imgCaption: import("..").StylexValue;
4
4
  };
@@ -1,6 +1,6 @@
1
1
  export declare const dallEStylex: {
2
- overlay: (color: string, backgroundColor: string) => Readonly<import("../..").StylexValue>;
3
- imageWrapper: Readonly<import("../..").StylexValue>;
4
- image: Readonly<import("../..").StylexValue>;
5
- skeletonImage: Readonly<import("../..").StylexValue>;
2
+ overlay: (color: string, backgroundColor: string) => Readonly<import("@omnia/fx/ux").StylexValue>;
3
+ imageWrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
4
+ image: Readonly<import("@omnia/fx/ux").StylexValue>;
5
+ skeletonImage: Readonly<import("@omnia/fx/ux").StylexValue>;
6
6
  };
@@ -7,3 +7,4 @@ export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/messagin
7
7
  export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/events";
8
8
  export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/stores";
9
9
  export * from "internal/fx/ux/aurora/shared-mobile";
10
+ export * from "internal/fx/ux/shared-mobile/stylex";
@@ -7,5 +7,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ButtonProps>
7
7
  "v-slots"?: {} & Omit<{
8
8
  default?: import("vue").Slot;
9
9
  }, never>;
10
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "icon" | "blueprint" | "animation" | "variant" | "active" | "size" | "block" | "class" | "target" | "href" | "disabled" | "transparent" | "tooltip" | "colorSchemaType" | "loading" | "slim" | "colors" | "overrides" | "preset" | "grouped" | "toned" | "transparentHover" | "emit:click"> & import("@omnia/fx/ux").VNodeEvents) => any;
10
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "icon" | "blueprint" | "animation" | "variant" | "active" | "size" | "class" | "block" | "target" | "href" | "transparent" | "tooltip" | "disabled" | "colorSchemaType" | "loading" | "slim" | "colors" | "overrides" | "preset" | "grouped" | "toned" | "transparentHover" | "emit:click"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
11
  export default _default;
@@ -10,5 +10,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ButtonGroupP
10
10
  } & Omit<{
11
11
  default?: import("vue").Slot;
12
12
  }, "activator">;
13
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "toggle" | "class" | "mandatory" | "colorSchemaType" | "modelValue" | "emit:update:modelValue" | "v-model" | "colors" | "toned" | "slot:activator"> & import("@omnia/fx/ux").VNodeEvents) => any;
13
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "class" | "toggle" | "mandatory" | "colorSchemaType" | "modelValue" | "emit:update:modelValue" | "v-model" | "colors" | "toned" | "slot:activator"> & import("@omnia/fx/ux").VNodeEvents) => any;
14
14
  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" | "drag" | "class" | "items" | "expanded" | "colorSchemaType" | "modelValue" | "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" | "variant" | "class" | "drag" | "items" | "expanded" | "colorSchemaType" | "modelValue" | "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;
@@ -1,7 +1,7 @@
1
1
  import { ColorDefinition, OPanelTypes } from "@omnia/fx-models";
2
2
  export declare const ExpansionPanelStyles: {
3
3
  iconWrapper: (variant: OPanelTypes, compactMode?: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
4
- customHeader: Readonly<import("@omnia/fx/ux").StylexValue>;
4
+ customHeader: import("@omnia/fx/ux").StylexValue;
5
5
  sectionVariant: Readonly<import("@omnia/fx/ux").StylexValue>;
6
6
  tabVariant: Readonly<import("@omnia/fx/ux").StylexValue>;
7
7
  wrapper: (base: ColorDefinition, onBase: ColorDefinition, panelType: OPanelTypes, hideExpandIcon: boolean, toned: boolean, slim: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
@@ -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" | "drag" | "class" | "items" | "multiple" | "mandatory" | "colorSchemaType" | "modelValue" | "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, "variant" | "class" | "drag" | "items" | "mandatory" | "multiple" | "colorSchemaType" | "modelValue" | "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" | "block" | "class" | "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" | "variant" | "active" | "size" | "class" | "block" | "disabled" | "colorSchemaType" | "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<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" | "disabled" | "tooltip" | "colorSchemaType" | "colors" | "toned" | "colorType" | "customSize"> & import("@omnia/fx/ux").VNodeEvents) => any;
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;
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" | "src" | "cover" | "eager" | "colorSchemaType" | "draggable" | "alt" | "lazySrc" | "colors" | "placeholder" | "emit:load" | "slot:placeholder"> & import("@omnia/fx/ux").VNodeEvents) => any;
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;
21
21
  export default _default;
@@ -1,3 +1,3 @@
1
1
  export declare const LinkStyles: {
2
- wrapper: () => Readonly<import("../..").StylexValue>;
2
+ wrapper: () => import("../..").StylexValue;
3
3
  };
@@ -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" | "drag" | "class" | "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, "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;
19
19
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { useColorSchemaStore } from "../../aurora";
2
2
  export declare const SelectionStyles: {
3
- selectorWrapper: (colors: ReturnType<typeof useColorSchemaStore>) => import("../..").StylexValue;
4
- containerOverflow: import("../..").StylexValue;
3
+ selectorWrapper: (colors: ReturnType<typeof useColorSchemaStore>) => import("../../Styles.stylex").StylexValue;
4
+ containerOverflow: import("../../Styles.stylex").StylexValue;
5
5
  overlay: (dark: boolean, noHover?: boolean) => string;
6
6
  };
@@ -1,3 +1,3 @@
1
1
  export declare const SkeletonLoaderStylex: {
2
- fullsizeWrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
2
+ fullsizeWrapper: Readonly<import("../../Styles.stylex").StylexValue>;
3
3
  };
@@ -1,4 +1,4 @@
1
1
  export declare const StickyContainerStyles: {
2
- stickyWrapper: (editor: any) => Readonly<import("@omnia/fx/ux").StylexValue>;
3
- markWrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
2
+ stickyWrapper: (editor: any) => Readonly<import("../../Styles.stylex").StylexValue>;
3
+ markWrapper: Readonly<import("../../Styles.stylex").StylexValue>;
4
4
  };
@@ -1,16 +1,16 @@
1
1
  import { DefineProp, DefinePropTheming, DefineVModel, ValidationRule } from "@omnia/fx/ux";
2
- import { TooltipPosition } from "@omnia/fx-models";
2
+ import { OSwitchVariants, TooltipPosition } from "@omnia/fx-models";
3
3
  export interface SwitchTooltipOptions {
4
4
  text: string;
5
5
  element?: JSX.Element;
6
6
  position?: TooltipPosition;
7
7
  }
8
- type SwitchProps<T> = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", T, false, null, true, "The v-model of the component"> & DefineProp<"label", string, false, null, "The label of the component"> & DefineProp<"sublabel", string, false, null, "The label of the component"> & DefineProp<"rules", ValidationRule[], false, null, "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<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"hint", string, false, "", "Displays hint text below the input when focused. Force this always open with the persistentHint property."> & DefineProp<"persistentHint", boolean, false, false, "Forces the hint to always be visible"> & DefineProp<"hideDetails", boolean, false, false, "Hides hint and validation errors"> & DefineProp<"revert", boolean, false, false, "Shows the switch inverted"> & DefineProp<"trueValue", boolean | string, false, true, "Sets value for truthy state."> & DefineProp<"falseValue", boolean | string, false, false, "Sets value for falsy state."> & DefineProp<"tooltip", SwitchTooltipOptions, false, null, "Sets tooltip to display when hovering the button.">;
8
+ type SwitchProps<T> = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", T, false, null, true, "The v-model of the component"> & DefineProp<"label", string, false, null, "The label of the component"> & DefineProp<"sublabel", string, false, null, "The label of the component"> & DefineProp<"variant", OSwitchVariants, false, null, "The variant of the component."> & DefineProp<"rules", ValidationRule[], false, null, "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<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"hint", string, false, "", "Displays hint text below the input when focused. Force this always open with the persistentHint property."> & DefineProp<"persistentHint", boolean, false, false, "Forces the hint to always be visible"> & DefineProp<"hideDetails", boolean, false, false, "Hides hint and validation errors"> & DefineProp<"revert", boolean, false, false, "Shows the switch inverted"> & DefineProp<"trueValue", boolean | string, false, true, "Sets value for truthy state."> & DefineProp<"falseValue", boolean | string, false, false, "Sets value for falsy state."> & DefineProp<"trueText", boolean | string, false, true, "Sets value for truthy state."> & DefineProp<"falseText", boolean | string, false, false, "Sets value for falsy state."> & DefineProp<"tooltip", SwitchTooltipOptions, false, null, "Sets tooltip to display when hovering the button.">;
9
9
  declare const _default: <T extends string | boolean>(props: import("@omnia/fx/ux").ExtractProps<SwitchProps<T>> & {
10
10
  "onUpdate:modelValue"?: (value: T) => any;
11
11
  } & {
12
12
  "v-slots"?: {} & Omit<{
13
13
  default?: import("vue").Slot;
14
14
  }, never>;
15
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "class" | "disabled" | "revert" | "tooltip" | "colorSchemaType" | "modelValue" | "rules" | "hideDetails" | "hint" | "persistentHint" | "emit:update:modelValue" | "v-model" | "colors" | "sublabel" | "trueValue" | "falseValue"> & import("@omnia/fx/ux").VNodeEvents) => any;
15
+ } & {} & 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" | "trueText" | "falseText"> & import("@omnia/fx/ux").VNodeEvents) => any;
16
16
  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" | "notificationCount" | "slot:itemRendering"> & import("@omnia/fx/ux").VNodeEvents) => any;
17
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "variant" | "class" | "disabled" | "eager" | "colorSchemaType" | "colors" | "slot:itemRendering" | "notificationCount"> & import("@omnia/fx/ux").VNodeEvents) => any;
18
18
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { ColorDefinition, OTabVariants } from "@omnia/fx-models";
2
2
  export declare const TabStyles: {
3
- containerTabWrapper: (color: ColorDefinition) => Readonly<import("@omnia/fx/ux").StylexValue>;
4
- tabWrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
5
- notificationWrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
6
- activeTab: (color: string, variant: OTabVariants, backgroundColor: string) => Readonly<import("@omnia/fx/ux").StylexValue>;
3
+ containerTabWrapper: (color: ColorDefinition) => Readonly<import("../../Styles.stylex").StylexValue>;
4
+ tabWrapper: Readonly<import("../../Styles.stylex").StylexValue>;
5
+ notificationWrapper: Readonly<import("../../Styles.stylex").StylexValue>;
6
+ activeTab: (color: string, variant: OTabVariants, backgroundColor: string) => Readonly<import("../../Styles.stylex").StylexValue>;
7
7
  };
@@ -1,4 +1,4 @@
1
1
  import { ColorDefinition } from "../../velcron/core";
2
2
  export declare const TableStyles: {
3
- tableWrapper: (baseColor: ColorDefinition, toned: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
3
+ tableWrapper: (baseColor: ColorDefinition, toned: boolean) => Readonly<import("../../Styles.stylex").StylexValue>;
4
4
  };
@@ -8,7 +8,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
8
8
  } & {
9
9
  location?: OPosition;
10
10
  } & {
11
- position?: "fixed" | "static" | "relative" | "absolute" | "sticky";
11
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
12
12
  } & {
13
13
  format?: "ampm" | "24hr";
14
14
  }> & {
@@ -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" | "items" | "multiple" | "expanded" | "colorSchemaType" | "modelValue" | "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" | "items" | "expanded" | "multiple" | "colorSchemaType" | "modelValue" | "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" | "items" | "multiple" | "expanded" | "colorSchemaType" | "modelValue" | "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" | "items" | "expanded" | "multiple" | "colorSchemaType" | "modelValue" | "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;
@@ -6,5 +6,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ShapeDivider
6
6
  "v-slots"?: {} & Omit<{
7
7
  default?: import("vue").Slot;
8
8
  }, never>;
9
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "color" | "spacing" | "height" | "position" | "width" | "shape" | "invert" | "flip" | "borderradius"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "color" | "spacing" | "height" | "position" | "width" | "shape" | "flip" | "invert" | "borderradius"> & import("@omnia/fx/ux").VNodeEvents) => any;
10
10
  export default _default;