@omnia/fx 8.0.555-dev → 8.0.557-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 (74) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/ux/BlockInstance.d.ts +2 -1
  3. package/internal-do-not-import-from-here/ux/TextStyling.d.ts +1 -0
  4. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +1 -1
  5. package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/componentblueprints/store/ComponentEditorStore.d.ts +3 -0
  6. package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/componentblueprints/store/InputEditorStore.d.ts +3 -0
  7. package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/themes/store/ThemeEditorStore.d.ts +13 -4
  8. package/internal-do-not-import-from-here/ux/aurora/admin/theme-selection/ThemePreviewBlade.d.ts +7 -0
  9. package/internal-do-not-import-from-here/ux/aurora/admin/theme-selection/store/ThemesJourneyStore.d.ts +8 -3
  10. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +8 -4
  11. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/store/ButtonStylePickerStore.d.ts +11 -2
  12. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +1 -1
  13. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +5 -5
  14. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/store/ContainerFillPickerStore.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/store/HeaderStyleEditorStore.d.ts +1 -1
  16. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +4 -1
  17. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +7 -7
  18. package/internal-do-not-import-from-here/ux/aurora/components/input/InputStyleEditor.d.ts +3 -1
  19. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorPicker.d.ts +10 -8
  20. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/store/TextColorPickerStore.d.ts +13 -4
  21. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +4 -4
  22. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStyleViewer.d.ts +2 -2
  23. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/store/TextStylePickerStore.d.ts +6 -4
  24. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeSwitcher.css.d.ts +6 -0
  25. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeSwitcher.d.ts +6 -2
  26. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/store/ThemeSwitcherStore.d.ts +3 -2
  27. package/internal-do-not-import-from-here/ux/aurora/components/typography/store/TypographyViewerStore.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/aurora/store/TextStyleConfigurationStore.d.ts +1 -0
  29. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +6 -0
  30. package/internal-do-not-import-from-here/ux/aurora/styling/styles/BackgroundStyling.d.ts +28 -1
  31. package/internal-do-not-import-from-here/ux/authsetup/loc/localize.d.ts +2 -0
  32. package/internal-do-not-import-from-here/ux/editorchrome/EditorChrome.css.d.ts +6 -0
  33. package/internal-do-not-import-from-here/ux/editorchrome/buttons/ToolbarButton.css.d.ts +6 -0
  34. package/internal-do-not-import-from-here/ux/editorchrome/toolbars/Toolbar.css.d.ts +6 -0
  35. package/internal-do-not-import-from-here/ux/iconpicker/FontAwesomeBrandsIcons.d.ts +5 -0
  36. package/internal-do-not-import-from-here/ux/iconpicker/fontAwesomeIcons.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +13 -0
  38. package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +3 -1
  39. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutBlock.css.d.ts +6 -0
  40. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutSection.css.d.ts +6 -0
  41. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/ColumnListingSettingsPanel.d.ts +209 -12
  42. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +256 -4
  43. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +209 -13
  44. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/LayoutRenditionManager.d.ts +2 -2
  45. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +0 -7
  46. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.css.d.ts +6 -0
  47. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +8 -2
  48. package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +3 -3
  49. package/internal-do-not-import-from-here/ux/mediagallery/view/store/PhotoWallStore.d.ts +4 -1
  50. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +31 -1
  51. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +3 -3
  53. package/internal-do-not-import-from-here/ux/oxide/btn/shared-mobile/useBtnComponent.d.ts +8 -1
  54. package/internal-do-not-import-from-here/ux/oxide/containerfill/ContainerFill.d.ts +10 -0
  55. package/internal-do-not-import-from-here/ux/oxide/containerfill/ContainerFillRenderer.d.ts +10 -0
  56. package/internal-do-not-import-from-here/ux/oxide/containerfill/docs/ExampleComponents.d.ts +1 -0
  57. package/internal-do-not-import-from-here/ux/oxide/containerfill/docs/index.d.ts +1 -0
  58. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/oxide/flex/docs/ExampleComponents.d.ts +2 -0
  60. package/internal-do-not-import-from-here/ux/oxide/flex/docs/SampleEditor.d.ts +7 -0
  61. package/internal-do-not-import-from-here/ux/oxide/flex/docs/SampleEditorOnBlade.d.ts +7 -0
  62. package/internal-do-not-import-from-here/ux/oxide/flex/docs/SampleRender.d.ts +7 -0
  63. package/internal-do-not-import-from-here/ux/oxide/flex/docs/index.d.ts +2 -2
  64. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.stylex.d.ts +42 -0
  65. package/internal-do-not-import-from-here/ux/shared-mobile/UseIcon.d.ts +1 -1
  66. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3 -0
  67. package/internal-do-not-import-from-here/ux/use/UseOmniaDocumentation.d.ts +1 -0
  68. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -1
  69. package/internal-do-not-import-from-here/wctypings.d.ts +13 -3
  70. package/package.json +2 -2
  71. package/internal-do-not-import-from-here/ux/oxide/flex/docs/Examples.d.ts +0 -1
  72. /package/internal-do-not-import-from-here/ux/aurora/theme-templates/color-schemas/{BlueprintColorBase.d.ts → DefaultColorSchemas.d.ts} +0 -0
  73. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/{Columns.d.ts → Global.d.ts} +0 -0
  74. /package/internal-do-not-import-from-here/ux/oxide/{flex/docs/BasicFlexTypes.d.ts → containerfill/docs/SampleComponent.d.ts} +0 -0
@@ -1,11 +1,11 @@
1
1
  import { ThemedTextStyleValue, TextStyleValue, TypographyBlueprint, TextStyleBreakpointType, TextStyleConfiguration, guid } from "@omnia/fx-models";
2
2
  import { usePickerStore } from "internal/fx/ux/oxide/picker/stores/PickerStore";
3
3
  import { PickerVariant } from "internal/fx/ux/oxide/picker/models/SharedSettings";
4
- export type ViewTypes = "type-scale" | "system-styles" | "custom-styles" | "system-styles custom-styles" | "default";
4
+ export type ViewTypes = "type-scale" | "system-styles" | "custom-styles" | "system-styles custom-styles" | "text-styles";
5
5
  /**Default will us the tenant styles */
6
6
  export declare const useTextStylePickerStore: () => {
7
7
  state: {
8
- internalModel: number | TextStyleConfiguration | TextStyleValue;
8
+ internalModel: number | guid | TextStyleConfiguration | TextStyleValue;
9
9
  sampleText: string;
10
10
  viewType: ViewTypes;
11
11
  typographyBlueprint: TypographyBlueprint;
@@ -25,16 +25,18 @@ export declare const useTextStylePickerStore: () => {
25
25
  setFilters: (filters: Array<guid>) => void;
26
26
  setScaleValue(value: number): void;
27
27
  select: (value: TextStyleValue | TextStyleConfiguration) => void;
28
- initState: (model: TextStyleValue | number | TextStyleConfiguration, sampleText: string, viewType: ViewTypes, typographyBlueprint: TypographyBlueprint, breakpoint: TextStyleBreakpointType) => void;
28
+ initState: (model: TextStyleValue | number | TextStyleConfiguration | guid, sampleText: string, viewType: ViewTypes, typographyBlueprint: TypographyBlueprint, breakpoint: TextStyleBreakpointType) => void;
29
29
  }>;
30
30
  get: {
31
31
  readonly iconSize: number;
32
32
  readonly textStyle: TextStyleValue;
33
33
  fontSize: (textStyle: TextStyleValue | number) => any;
34
- displayText: (textStyle: TextStyleValue | TextStyleConfiguration | number) => any;
34
+ displayText: (textStyle: TextStyleValue | TextStyleConfiguration | number | guid) => any;
35
35
  displayIcon: (textStyle: ThemedTextStyleValue) => import("@omnia/fx-models").FontAwesomeIcon;
36
36
  };
37
37
  rules: {
38
+ displaySystemStyles: () => boolean;
39
+ displayCustomStyles: () => boolean;
38
40
  isPlacerHolder: (textStyle: ThemedTextStyleValue) => boolean;
39
41
  isSelected: (textStyle: TextStyleValue | TextStyleConfiguration) => boolean;
40
42
  showTextStyle: (textStyle: ThemedTextStyleValue) => boolean;
@@ -77,6 +77,12 @@ export declare const ThemeSwitcherStyles: {
77
77
  stylex: typeof import("../../styling/styles").FillStyling.getBlueprintFillStylex;
78
78
  stylexObject: typeof import("../../styling/styles").FillStyling.getBlueprintFillObjectStylex;
79
79
  };
80
+ containerFill: {
81
+ stylex: typeof import("../../styling/styles").BackgroundStyling.getContainerFillStylex;
82
+ stylexObject: typeof import("../../styling/styles").BackgroundStyling.getContainerFillStylexObjectStylex;
83
+ shape: typeof import("../../styling/styles").BackgroundStyling.getBackgroundShape;
84
+ overlay: typeof import("../../styling/styles").BackgroundStyling.getBackgroundOverlay;
85
+ };
80
86
  border: {
81
87
  stylex: typeof import("../../styling/styles").BorderStyling.getBlueprintBorderStylex;
82
88
  stylexObject: typeof import("../../styling/styles").BorderStyling.getBlueprintBorderObjectStylex;
@@ -1,5 +1,5 @@
1
1
  import { DefineSlot } from "@omnia/fx/ux";
2
- import { Func } from "@omnia/fx-models";
2
+ import { ButtonBlueprint, ButtonBlueprintVariant, Func } from "@omnia/fx-models";
3
3
  import { VNodeChild } from "vue";
4
4
  import { useThemeSwitcherStore, ThemeSwitcherVariant } from "./store/ThemeSwitcherStore";
5
5
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
@@ -14,6 +14,10 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
14
14
  getApi?: (store: ReturnType<typeof useThemeSwitcherStore>) => null;
15
15
  } & {
16
16
  border?: "left" | "right" | "left right";
17
+ } & {
18
+ buttonBlueprint?: ButtonBlueprint | ButtonBlueprintVariant;
19
+ } & {
20
+ dynamicColorSchema?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
17
21
  } & DefineSlot<"activator", Func<[VNodeChild]>>> & {} & {
18
22
  "v-slots"?: {
19
23
  activator?: Func<[VNodeChild]>;
@@ -21,5 +25,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
21
25
  default?: import("vue").Slot;
22
26
  $stable?: boolean;
23
27
  }, "activator">;
24
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "border" | "adminTheme" | "slot:activator" | "getApi" | "showAccessibility"> & import("@omnia/fx/ux").VNodeEvents) => any;
28
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "dynamicColorSchema" | "variant" | "border" | "adminTheme" | "slot:activator" | "getApi" | "showAccessibility" | "buttonBlueprint"> & import("@omnia/fx/ux").VNodeEvents) => any;
25
29
  export default _default;
@@ -17,6 +17,7 @@ export declare const useThemeSwitcherStore: () => {
17
17
  variant: ThemeSwitcherVariant;
18
18
  adminTheme: boolean;
19
19
  showAccessibility: boolean;
20
+ isThemePreviewEnabled: boolean;
20
21
  };
21
22
  icons: ThemeSelectionValue;
22
23
  };
@@ -25,10 +26,10 @@ export declare const useThemeSwitcherStore: () => {
25
26
  setAccessibilityMode: (enabled: boolean) => Promise<void>;
26
27
  selectTheme: (theme: ITemplateRegistration<ResolvedThemeDefinition>) => Promise<void>;
27
28
  toggleThemeSelection: () => Promise<void>;
28
- ensureThemeDefinitionSelection: () => void;
29
+ ensureThemeDefinitionSelection: (force?: boolean) => void;
29
30
  init: () => Promise<void>;
30
31
  setRenderingMode: () => void;
31
- initAccessibilitySettings: () => Promise<void>;
32
+ initUserSettings: () => Promise<void>;
32
33
  }>;
33
34
  get: {
34
35
  readonly currentThemeDefinition: ResolvedThemeDefinition;
@@ -1,5 +1,5 @@
1
1
  import { TextStyleDefinition, TextStyleSizes, TextStyleType, TypographyBlueprint, TextStyleBreakpointType } from "@omnia/fx-models";
2
- export type ViewTypes = "type-scale" | "system-styles" | "custom-styles" | "system-styles custom-styles" | "default";
2
+ export type ViewTypes = "type-scale" | "system-styles" | "custom-styles" | "system-styles custom-styles" | "text-styles";
3
3
  export type Variant = "list" | "picker" | "list-preview";
4
4
  export declare const useTypographyViewerStore: () => {
5
5
  state: {
@@ -30,6 +30,7 @@ export declare const useTextStyleConfigurationStore: () => {
30
30
  byId: (id: guid) => TextStyleConfiguration;
31
31
  byIdWithDefaultFallback: (id: guid) => TextStyleConfiguration;
32
32
  byFilter: (ids: Array<guid>) => TextStyleConfiguration[];
33
+ byType: (item: TextStyleConfiguration | guid) => TextStyleConfiguration;
33
34
  };
34
35
  textStyling: {
35
36
  className: (id: guid) => string;
@@ -86,6 +86,12 @@ export declare function useThemeStyling(): {
86
86
  stylex: typeof FillStyling.getBlueprintFillStylex;
87
87
  stylexObject: typeof FillStyling.getBlueprintFillObjectStylex;
88
88
  };
89
+ containerFill: {
90
+ stylex: typeof BackgroundStyling.getContainerFillStylex;
91
+ stylexObject: typeof BackgroundStyling.getContainerFillStylexObjectStylex;
92
+ shape: typeof BackgroundStyling.getBackgroundShape;
93
+ overlay: typeof BackgroundStyling.getBackgroundOverlay;
94
+ };
89
95
  border: {
90
96
  stylex: typeof BorderStyling.getBlueprintBorderStylex;
91
97
  stylexObject: typeof BorderStyling.getBlueprintBorderObjectStylex;
@@ -1,8 +1,35 @@
1
- import { BackgroundDefinition } from "@omnia/fx-models";
1
+ import { BackgroundDefinition, ContainerFillBlueprint } from "@omnia/fx-models";
2
2
  import { StylexValue } from "internal/fx/ux/Styles.stylex";
3
3
  import { useColorSchemaStore } from "@omnia/fx-models/internal-do-not-import-from-here/shared/aurora/stores";
4
4
  export declare namespace BackgroundStyling {
5
5
  function backgroundGrid(): Readonly<StylexValue>;
6
+ function getBackgroundShape(fill: ContainerFillBlueprint): Readonly<StylexValue>;
7
+ function getBackgroundOverlay(fill: ContainerFillBlueprint, opacity: number, colors: any): string;
8
+ function getContainerFillStylex(fill: ContainerFillBlueprint, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
9
+ function getContainerFillStylexObjectStylex(fill: ContainerFillBlueprint, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): {
10
+ borderTopLeftRadius?: StylexValue;
11
+ borderTopRightRadius?: StylexValue;
12
+ borderBottomRightRadius?: StylexValue;
13
+ borderBottomLeftRadius?: StylexValue;
14
+ border?: StylexValue;
15
+ background?: StylexValue;
16
+ borderTop?: StylexValue;
17
+ borderRight?: StylexValue;
18
+ borderBottom?: StylexValue;
19
+ borderLeft?: StylexValue;
20
+ } & {
21
+ background?: StylexValue;
22
+ backdropFilter?: StylexValue;
23
+ } & {
24
+ position?: StylexValue;
25
+ backgroundImage?: StylexValue;
26
+ backgroundPosition?: StylexValue;
27
+ backgroundRepeat?: StylexValue;
28
+ backgroundSize?: StylexValue;
29
+ width?: StylexValue;
30
+ height?: StylexValue;
31
+ $nest?: StylexValue;
32
+ };
6
33
  function getBlueprintBackgroundStylex(definition: BackgroundDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
7
34
  function getBlueprintBackgroundObjectStylex(definition: BackgroundDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): {
8
35
  borderTopLeftRadius?: StylexValue;
@@ -30,6 +30,8 @@ export declare namespace AuthSetupLocalization {
30
30
  Hi: string;
31
31
  Welcome: string;
32
32
  WelcomeMessage: string;
33
+ ConfirmMessage: string;
34
+ ConfirmButton: string;
33
35
  Next: string;
34
36
  SuccessMessage: string;
35
37
  Error: string;
@@ -78,6 +78,12 @@ export declare const EditorChromeStyles: {
78
78
  stylex: typeof import("../aurora/styling/styles").FillStyling.getBlueprintFillStylex;
79
79
  stylexObject: typeof import("../aurora/styling/styles").FillStyling.getBlueprintFillObjectStylex;
80
80
  };
81
+ containerFill: {
82
+ stylex: typeof import("../aurora/styling/styles").BackgroundStyling.getContainerFillStylex;
83
+ stylexObject: typeof import("../aurora/styling/styles").BackgroundStyling.getContainerFillStylexObjectStylex;
84
+ shape: typeof import("../aurora/styling/styles").BackgroundStyling.getBackgroundShape;
85
+ overlay: typeof import("../aurora/styling/styles").BackgroundStyling.getBackgroundOverlay;
86
+ };
81
87
  border: {
82
88
  stylex: typeof import("../aurora/styling/styles").BorderStyling.getBlueprintBorderStylex;
83
89
  stylexObject: typeof import("../aurora/styling/styles").BorderStyling.getBlueprintBorderObjectStylex;
@@ -77,6 +77,12 @@ export declare const ToolbarButtonStyles: {
77
77
  stylex: typeof import("../../aurora/styling/styles").FillStyling.getBlueprintFillStylex;
78
78
  stylexObject: typeof import("../../aurora/styling/styles").FillStyling.getBlueprintFillObjectStylex;
79
79
  };
80
+ containerFill: {
81
+ stylex: typeof import("../../aurora/styling/styles").BackgroundStyling.getContainerFillStylex;
82
+ stylexObject: typeof import("../../aurora/styling/styles").BackgroundStyling.getContainerFillStylexObjectStylex;
83
+ shape: typeof import("../../aurora/styling/styles").BackgroundStyling.getBackgroundShape;
84
+ overlay: typeof import("../../aurora/styling/styles").BackgroundStyling.getBackgroundOverlay;
85
+ };
80
86
  border: {
81
87
  stylex: typeof import("../../aurora/styling/styles").BorderStyling.getBlueprintBorderStylex;
82
88
  stylexObject: typeof import("../../aurora/styling/styles").BorderStyling.getBlueprintBorderObjectStylex;
@@ -77,6 +77,12 @@ export declare const ToolbarStyles: {
77
77
  stylex: typeof import("../../aurora/styling/styles").FillStyling.getBlueprintFillStylex;
78
78
  stylexObject: typeof import("../../aurora/styling/styles").FillStyling.getBlueprintFillObjectStylex;
79
79
  };
80
+ containerFill: {
81
+ stylex: typeof import("../../aurora/styling/styles").BackgroundStyling.getContainerFillStylex;
82
+ stylexObject: typeof import("../../aurora/styling/styles").BackgroundStyling.getContainerFillStylexObjectStylex;
83
+ shape: typeof import("../../aurora/styling/styles").BackgroundStyling.getBackgroundShape;
84
+ overlay: typeof import("../../aurora/styling/styles").BackgroundStyling.getBackgroundOverlay;
85
+ };
80
86
  border: {
81
87
  stylex: typeof import("../../aurora/styling/styles").BorderStyling.getBlueprintBorderStylex;
82
88
  stylexObject: typeof import("../../aurora/styling/styles").BorderStyling.getBlueprintBorderObjectStylex;
@@ -0,0 +1,5 @@
1
+ export declare const fontAwesomeBrandsIcons: {
2
+ cssClass: string;
3
+ code: string;
4
+ terms: string[];
5
+ }[];
@@ -1,4 +1,4 @@
1
- export declare const fontAwesomeIcons: {
1
+ export declare const allFontAwesomeIcons: {
2
2
  cssClass: string;
3
3
  code: string;
4
4
  terms: string[];
@@ -36,6 +36,10 @@ declare const _default: {
36
36
  identities: Array<IResolvedIdentity>;
37
37
  }) => VNodeChild;
38
38
  }>;
39
+ openProfileCard: {
40
+ type: import("vue").PropType<boolean>;
41
+ required: false;
42
+ };
39
43
  displayIdentityType: {
40
44
  type: import("vue").PropType<boolean>;
41
45
  required: false;
@@ -143,6 +147,10 @@ declare const _default: {
143
147
  identities: Array<IResolvedIdentity>;
144
148
  }) => VNodeChild;
145
149
  }>;
150
+ openProfileCard: {
151
+ type: import("vue").PropType<boolean>;
152
+ required: false;
153
+ };
146
154
  displayIdentityType: {
147
155
  type: import("vue").PropType<boolean>;
148
156
  required: false;
@@ -247,6 +255,10 @@ declare const _default: {
247
255
  identities: Array<IResolvedIdentity>;
248
256
  }) => VNodeChild;
249
257
  }>;
258
+ openProfileCard: {
259
+ type: import("vue").PropType<boolean>;
260
+ required: false;
261
+ };
250
262
  displayIdentityType: {
251
263
  type: import("vue").PropType<boolean>;
252
264
  required: false;
@@ -392,6 +404,7 @@ declare const _default: {
392
404
  class?: string;
393
405
  };
394
406
  displayIdentityType?: boolean;
407
+ openProfileCard?: boolean;
395
408
  }>, never>;
396
409
  };
397
410
  export default _default;
@@ -8,6 +8,8 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
8
8
  modelValue?: Object;
9
9
  } & {
10
10
  readOnly?: boolean;
11
+ } & {
12
+ size?: "x-small" | "small" | "medium" | "large" | "full";
11
13
  } & DefineEmit<"click:import", (data: any) => void> & DefineSlot<"activator", () => VNodeChild> & DefineRef<{
12
14
  openDialog: () => void;
13
15
  }>> & {
@@ -28,5 +30,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
28
30
  }> | ((ref: {
29
31
  openDialog: () => void;
30
32
  }) => void);
31
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "ref" | "v-model" | "modelValue" | "emit:update:modelValue" | "slot:activator" | "readOnly" | "emit:click:import"> & import("@omnia/fx/ux").VNodeEvents) => any;
33
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "size" | "ref" | "v-model" | "modelValue" | "emit:update:modelValue" | "slot:activator" | "readOnly" | "emit:click:import"> & import("@omnia/fx/ux").VNodeEvents) => any;
32
34
  export default _default;
@@ -79,6 +79,12 @@ export declare const LayoutBlockStyles: {
79
79
  stylex: typeof import("../../../aurora/styling/styles").FillStyling.getBlueprintFillStylex;
80
80
  stylexObject: typeof import("../../../aurora/styling/styles").FillStyling.getBlueprintFillObjectStylex;
81
81
  };
82
+ containerFill: {
83
+ stylex: typeof import("../../../aurora/styling/styles").BackgroundStyling.getContainerFillStylex;
84
+ stylexObject: typeof import("../../../aurora/styling/styles").BackgroundStyling.getContainerFillStylexObjectStylex;
85
+ shape: typeof import("../../../aurora/styling/styles").BackgroundStyling.getBackgroundShape;
86
+ overlay: typeof import("../../../aurora/styling/styles").BackgroundStyling.getBackgroundOverlay;
87
+ };
82
88
  border: {
83
89
  stylex: typeof import("../../../aurora/styling/styles").BorderStyling.getBlueprintBorderStylex;
84
90
  stylexObject: typeof import("../../../aurora/styling/styles").BorderStyling.getBlueprintBorderObjectStylex;
@@ -79,6 +79,12 @@ export declare const LayoutSectionStyles: {
79
79
  stylex: typeof import("../../../aurora/styling/styles").FillStyling.getBlueprintFillStylex;
80
80
  stylexObject: typeof import("../../../aurora/styling/styles").FillStyling.getBlueprintFillObjectStylex;
81
81
  };
82
+ containerFill: {
83
+ stylex: typeof import("../../../aurora/styling/styles").BackgroundStyling.getContainerFillStylex;
84
+ stylexObject: typeof import("../../../aurora/styling/styles").BackgroundStyling.getContainerFillStylexObjectStylex;
85
+ shape: typeof import("../../../aurora/styling/styles").BackgroundStyling.getBackgroundShape;
86
+ overlay: typeof import("../../../aurora/styling/styles").BackgroundStyling.getBackgroundOverlay;
87
+ };
82
88
  border: {
83
89
  stylex: typeof import("../../../aurora/styling/styles").BorderStyling.getBlueprintBorderStylex;
84
90
  stylexObject: typeof import("../../../aurora/styling/styles").BorderStyling.getBlueprintBorderObjectStylex;
@@ -4,10 +4,65 @@ export interface ColumnListingSettingsPanelProps {
4
4
  }
5
5
  declare const _default: {
6
6
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
7
- section: {
8
- type: import("vue").PropType<Section<ColumnedSectionSettings>>;
9
- };
10
- }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
7
+ emit: import("vue").Prop<{
8
+ name<TName extends string>(n: TName): { [K in TName]: unknown; } & {
9
+ doc$(description?: string): { [K_1 in TName]: unknown; };
10
+ };
11
+ }, {
12
+ name<TName extends string>(n: TName): { [K in TName]: unknown; } & {
13
+ doc$(description?: string): { [K_1 in TName]: unknown; };
14
+ };
15
+ }>;
16
+ props: import("vue").Prop<{
17
+ theming: {
18
+ colorSchemaType: {
19
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
20
+ required: boolean;
21
+ };
22
+ container: {
23
+ type: BooleanConstructor;
24
+ required: boolean;
25
+ };
26
+ colors: {
27
+ type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
28
+ required: boolean;
29
+ };
30
+ };
31
+ class: {
32
+ class: {
33
+ type: import("vue").PropType<String | String[]>;
34
+ required: boolean;
35
+ };
36
+ };
37
+ }, {
38
+ theming: {
39
+ colorSchemaType: {
40
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
41
+ required: boolean;
42
+ };
43
+ container: {
44
+ type: BooleanConstructor;
45
+ required: boolean;
46
+ };
47
+ colors: {
48
+ type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
49
+ required: boolean;
50
+ };
51
+ };
52
+ class: {
53
+ class: {
54
+ type: import("vue").PropType<String | String[]>;
55
+ required: boolean;
56
+ };
57
+ };
58
+ }>;
59
+ onVnodeBeforeMount?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
60
+ onVnodeBeforeUnmount?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
61
+ onVnodeBeforeUpdate?: import("vue").Prop<((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]>;
62
+ onVnodeMounted?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
63
+ onVnodeUnmounted?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
64
+ onVnodeUpdated?: import("vue").Prop<((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]>;
65
+ }>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
11
66
  P: {};
12
67
  B: {};
13
68
  D: {};
@@ -15,20 +70,162 @@ declare const _default: {
15
70
  M: {};
16
71
  Defaults: {};
17
72
  }, Readonly<import("vue").ExtractPropTypes<{
18
- section: {
19
- type: import("vue").PropType<Section<ColumnedSectionSettings>>;
20
- };
73
+ emit: import("vue").Prop<{
74
+ name<TName extends string>(n: TName): { [K in TName]: unknown; } & {
75
+ doc$(description?: string): { [K_1 in TName]: unknown; };
76
+ };
77
+ }, {
78
+ name<TName extends string>(n: TName): { [K in TName]: unknown; } & {
79
+ doc$(description?: string): { [K_1 in TName]: unknown; };
80
+ };
81
+ }>;
82
+ props: import("vue").Prop<{
83
+ theming: {
84
+ colorSchemaType: {
85
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
86
+ required: boolean;
87
+ };
88
+ container: {
89
+ type: BooleanConstructor;
90
+ required: boolean;
91
+ };
92
+ colors: {
93
+ type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
94
+ required: boolean;
95
+ };
96
+ };
97
+ class: {
98
+ class: {
99
+ type: import("vue").PropType<String | String[]>;
100
+ required: boolean;
101
+ };
102
+ };
103
+ }, {
104
+ theming: {
105
+ colorSchemaType: {
106
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
107
+ required: boolean;
108
+ };
109
+ container: {
110
+ type: BooleanConstructor;
111
+ required: boolean;
112
+ };
113
+ colors: {
114
+ type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
115
+ required: boolean;
116
+ };
117
+ };
118
+ class: {
119
+ class: {
120
+ type: import("vue").PropType<String | String[]>;
121
+ required: boolean;
122
+ };
123
+ };
124
+ }>;
125
+ onVnodeBeforeMount?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
126
+ onVnodeBeforeUnmount?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
127
+ onVnodeBeforeUpdate?: import("vue").Prop<((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]>;
128
+ onVnodeMounted?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
129
+ onVnodeUnmounted?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
130
+ onVnodeUpdated?: import("vue").Prop<((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]>;
21
131
  }>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
22
132
  __isFragment?: never;
23
133
  __isTeleport?: never;
24
134
  __isSuspense?: never;
25
135
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
26
- section: {
27
- type: import("vue").PropType<Section<ColumnedSectionSettings>>;
28
- };
29
- }>>, () => 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 & {
136
+ emit: import("vue").Prop<{
137
+ name<TName extends string>(n: TName): { [K in TName]: unknown; } & {
138
+ doc$(description?: string): { [K_1 in TName]: unknown; };
139
+ };
140
+ }, {
141
+ name<TName extends string>(n: TName): { [K in TName]: unknown; } & {
142
+ doc$(description?: string): { [K_1 in TName]: unknown; };
143
+ };
144
+ }>;
145
+ props: import("vue").Prop<{
146
+ theming: {
147
+ colorSchemaType: {
148
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
149
+ required: boolean;
150
+ };
151
+ container: {
152
+ type: BooleanConstructor;
153
+ required: boolean;
154
+ };
155
+ colors: {
156
+ type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
157
+ required: boolean;
158
+ };
159
+ };
160
+ class: {
161
+ class: {
162
+ type: import("vue").PropType<String | String[]>;
163
+ required: boolean;
164
+ };
165
+ };
166
+ }, {
167
+ theming: {
168
+ colorSchemaType: {
169
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
170
+ required: boolean;
171
+ };
172
+ container: {
173
+ type: BooleanConstructor;
174
+ required: boolean;
175
+ };
176
+ colors: {
177
+ type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
178
+ required: boolean;
179
+ };
180
+ };
181
+ class: {
182
+ class: {
183
+ type: import("vue").PropType<String | String[]>;
184
+ required: boolean;
185
+ };
186
+ };
187
+ }>;
188
+ onVnodeBeforeMount?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
189
+ onVnodeBeforeUnmount?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
190
+ onVnodeBeforeUpdate?: import("vue").Prop<((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]>;
191
+ onVnodeMounted?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
192
+ onVnodeUnmounted?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
193
+ onVnodeUpdated?: import("vue").Prop<((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]>;
194
+ }>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, 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 & {
30
195
  propsDefinition: Omit<Readonly<{} & {
31
- section?: Section<ColumnedSectionSettings>;
196
+ props?: {
197
+ theming: {
198
+ colorSchemaType: {
199
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
200
+ required: boolean;
201
+ };
202
+ container: {
203
+ type: BooleanConstructor;
204
+ required: boolean;
205
+ };
206
+ colors: {
207
+ type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
208
+ required: boolean;
209
+ };
210
+ };
211
+ class: {
212
+ class: {
213
+ type: import("vue").PropType<String | String[]>;
214
+ required: boolean;
215
+ };
216
+ };
217
+ };
218
+ onVnodeBeforeMount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
219
+ onVnodeBeforeUnmount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
220
+ onVnodeBeforeUpdate?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
221
+ onVnodeMounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
222
+ onVnodeUnmounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
223
+ onVnodeUpdated?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
224
+ emit?: {
225
+ name<TName extends string>(n: TName): { [K in TName]: unknown; } & {
226
+ doc$(description?: string): { [K_1 in TName]: unknown; };
227
+ };
228
+ };
32
229
  }>, never>;
33
230
  };
34
231
  export default _default;