@omnia/fx 8.0.394-dev → 8.0.395-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +1 -0
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +1 -1
  4. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserAuthenticationBlade.d.ts +5 -2
  5. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserQueryStore.d.ts +62 -13
  6. package/internal-do-not-import-from-here/ux/admin/usermanagement/users/active/BulkImportBlade.d.ts +2 -7
  7. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/ComponentEditorStore.d.ts +0 -29
  8. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/ContainerFillsBlade.stylex.d.ts +3 -0
  9. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/ContainerFillsEditorStore.d.ts +32 -0
  10. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/FillsEditorStore.d.ts +92 -0
  11. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/TextFillsEditorStore.d.ts +32 -0
  12. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/textBlades/TextFillsBlade.d.ts +22 -0
  13. package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/TypographyJourney.d.ts +22 -0
  14. package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/blades/EditTypographyFillBlade.d.ts +16 -0
  15. package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/components/FontPicker.d.ts +25 -25
  16. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +10 -0
  17. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +4 -4
  18. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillBlueprints.stylex.d.ts +3 -0
  19. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillBlueprintsPicker.d.ts +24 -0
  20. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillStyleEditor.d.ts +25 -0
  21. package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.d.ts +13 -0
  22. package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.stylex.d.ts +5 -0
  23. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingBlueprintPicker.d.ts +24 -0
  24. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingBlueprintPicker.stylex.d.ts +3 -0
  25. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +14 -292
  26. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorBlueprints.stylex.d.ts +3 -0
  27. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorBlueprintsPicker.d.ts +24 -0
  28. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintPicker.d.ts +24 -0
  29. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.css.d.ts +1 -0
  30. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +5 -7
  31. package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +30 -162
  32. package/internal-do-not-import-from-here/ux/journey/BlabeContext.d.ts +9 -8
  33. package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +3 -3
  34. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.css.d.ts +0 -3
  35. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
  36. package/internal-do-not-import-from-here/ux/journey/journeyfilter/JourneyFilterDialog.d.ts +7 -9
  37. package/internal-do-not-import-from-here/ux/journey/models/BladeInstance.d.ts +7 -1
  38. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/journey/stores/JourneySelectStore.d.ts +9 -0
  40. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +4 -1
  41. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +112 -72
  42. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +2 -2
  43. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +14 -0
  45. package/internal-do-not-import-from-here/ux/oxide/actionmenu/ActionMenu.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/oxide/datatable/CellRenderer.d.ts +3 -1
  48. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +2 -2
  49. package/internal-do-not-import-from-here/ux/oxide/datatable/RowRenderer.d.ts +5 -1
  50. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +2 -2
  52. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +3 -3
  54. package/internal-do-not-import-from-here/ux/oxide/select/Select.stylex.d.ts +3 -0
  55. package/internal-do-not-import-from-here/ux/oxide/select/store/MultiSelectStore.d.ts +35 -0
  56. package/internal-do-not-import-from-here/ux/oxide/selection/Selection.d.ts +16 -0
  57. package/internal-do-not-import-from-here/ux/oxide/selection/Selection.stylex.d.ts +6 -0
  58. package/internal-do-not-import-from-here/ux/oxide/selection/docs/ExampleComponents.d.ts +1 -0
  59. package/internal-do-not-import-from-here/ux/oxide/selection/docs/index.d.ts +1 -0
  60. package/internal-do-not-import-from-here/ux/oxide/selection/store/SelectionStore.d.ts +35 -0
  61. package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
  62. package/internal-do-not-import-from-here/wctypings.d.ts +94 -26
  63. package/package.json +3 -3
  64. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainerFillsEditorStore.d.ts +0 -29
  65. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerBlueprintsViewer.d.ts +0 -26
  66. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelectedRenderer.d.ts +0 -12
  67. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/ComponentsJourney.d.ts → BlueprintsJourney.d.ts} +0 -0
  68. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/AddBlueprint.d.ts +0 -0
  69. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/BlueprintPreview.d.ts +0 -0
  70. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/ButtonBladeEdit.d.ts +0 -0
  71. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/ButtonsBlade.d.ts +0 -0
  72. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/EditBlueprints.d.ts +0 -0
  73. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/HeaderBlade.d.ts +0 -0
  74. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/HeaderBladeEdit.d.ts +0 -0
  75. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/IconsBlade.d.ts +0 -0
  76. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/IconsBladeEdit.d.ts +0 -0
  77. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/InputBlade.d.ts +0 -0
  78. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/InputBladeEdit.d.ts +0 -0
  79. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/TabBlade.d.ts +0 -0
  80. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/TabBladeEdit.d.ts +0 -0
  81. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/ButtonsEditorStore.d.ts +0 -0
  82. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/HeaderEditorStore.d.ts +0 -0
  83. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/IconsEditorStore.d.ts +0 -0
  84. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/InputEditorStore.d.ts +0 -0
  85. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/TabsEditorStore.d.ts +0 -0
  86. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components/blades/ContainerFillsBladeEdit.d.ts → fills/FillsJourney.d.ts} +0 -0
  87. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography/TypographyJourney.d.ts → fills/containerBlades/ContainerFillsBlade.d.ts} +0 -0
  88. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components/blades/ContainersFillsBlade.d.ts → fills/containerBlades/ContainerFillsEditBlade.d.ts} +0 -0
  89. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing/SpacingJourney.d.ts → fills/textBlades/TextFillsEditBlade.d.ts} +0 -0
  90. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing/blades/EditSpacingBlueprintBlade.d.ts → spacing/SpacingJourney.d.ts} +0 -0
  91. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing/blades/EditSpacingDefinitionBlade.d.ts → spacing/blades/EditSpacingBlueprintBlade.d.ts} +0 -0
  92. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography/blades/EditTypographyBlueprintBlade.d.ts → spacing/blades/EditSpacingDefinitionBlade.d.ts} +0 -0
  93. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing → spacing}/store/SpacingEditorStore.d.ts +0 -0
  94. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography/blades/EditTypographyDefinitionBlade.d.ts → typography/blades/EditTypographyBlueprintBlade.d.ts} +0 -0
  95. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography/blades/EditTypographyFillBlade.d.ts → typography/blades/EditTypographyDefinitionBlade.d.ts} +0 -0
  96. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/components/FontPicker.css.d.ts +0 -0
  97. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/components/FontRegistration.d.ts +0 -0
  98. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/store/TypographyEditorStore.d.ts +0 -0
  99. /package/internal-do-not-import-from-here/ux/{admin/usermanagement/users/pending_approval/DetailBlade.d.ts → oxide/selection/docs/SampleComponent.d.ts} +0 -0
@@ -1,29 +0,0 @@
1
- import { ColorSchemaType, ContainerFillBlueprint, ContainerFillBlueprints, BlueprintVariant } from "@omnia/fx-models";
2
- export declare const useContainerFillsEditorStore: () => {
3
- state: {
4
- editMode: boolean;
5
- previewColorSchema: ColorSchemaType;
6
- editingBlueprint: ContainerFillBlueprint;
7
- editingBlueprintType: BlueprintVariant;
8
- containerBlueprints: ContainerFillBlueprints;
9
- };
10
- events: import("@omnia/fx/stores").StoreEvents<{
11
- editMode: boolean;
12
- previewColorSchema: ColorSchemaType;
13
- editingBlueprint: ContainerFillBlueprint;
14
- editingBlueprintType: BlueprintVariant;
15
- containerBlueprints: ContainerFillBlueprints;
16
- }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
17
- actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
18
- deleteEditingVariant(): void;
19
- addVariant(): string;
20
- editBlueprints(blueprints: ContainerFillBlueprints): void;
21
- editBlueprint(variant: BlueprintVariant): void;
22
- addBlueprint(blueprint: ContainerFillBlueprint): void;
23
- copyBlueprint(blueprint: ContainerFillBlueprint): void;
24
- applyChanges(): void;
25
- }>;
26
- get: {};
27
- } & {
28
- dispose?: () => void;
29
- };
@@ -1,26 +0,0 @@
1
- import { BlueprintVariant, ContainerFillBlueprints, ThemeContextType } from "@omnia/fx-models";
2
- import { DefineEmit } from "@omnia/fx/ux";
3
- declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
4
- "emit:update:modelValue": (value: ContainerFillBlueprints) => void;
5
- } & {
6
- "v-model"?: ContainerFillBlueprints;
7
- } & {
8
- modelValue?: ContainerFillBlueprints;
9
- } & {
10
- toned?: boolean;
11
- } & {
12
- themeType?: ThemeContextType;
13
- } & {
14
- editable?: boolean;
15
- } & {
16
- defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
17
- } & DefineEmit<"click:select", (variant: BlueprintVariant) => true> & DefineEmit<"click:add", () => true>> & {
18
- "onUpdate:modelValue"?: (value: ContainerFillBlueprints) => any;
19
- "onClick:add"?: () => any;
20
- "onClick:select"?: (variant: BlueprintVariant) => any;
21
- } & {
22
- "v-slots"?: {} & Omit<{
23
- default?: import("vue").Slot;
24
- }, never>;
25
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "editable" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "emit:click:add" | "emit:click:select" | "defaultColorSchemaType"> & import("@omnia/fx/ux").VNodeEvents) => any;
26
- export default _default;
@@ -1,12 +0,0 @@
1
- import { DefineEmit, DefinePropTheming, JourneySelectItem } from "@omnia/fx/ux";
2
- type BaseProps = DefinePropTheming & DefineEmit<"showAdd", () => true> & DefineEmit<"showEdit", (item: JourneySelectItem) => true> & DefineEmit<"click:delete", (item: JourneySelectItem, index: number) => true>;
3
- declare const _default: (props: import("@omnia/fx/ux").ExtractProps<BaseProps> & {
4
- "onClick:delete"?: (item: JourneySelectItem<any>, index: number) => any;
5
- onShowAdd?: () => any;
6
- onShowEdit?: (item: JourneySelectItem<any>) => any;
7
- } & {
8
- "v-slots"?: {} & Omit<{
9
- default?: import("vue").Slot;
10
- }, never>;
11
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "colors" | "emit:click:delete" | "emit:showAdd" | "emit:showEdit"> & import("@omnia/fx/ux").VNodeEvents) => any;
12
- export default _default;