@omnia/fx 8.0.394-dev → 8.0.396-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.
- package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/TargetingPropertyService.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/AzureAdUserStore.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/TargetingPropertyStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserAuthenticationBlade.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserQueryStore.d.ts +62 -13
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/active/BulkImportBlade.d.ts +2 -7
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/store/ComponentEditorStore.d.ts +4 -29
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/ContainerFillsBlade.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/ContainerFillsEditorStore.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/FillsEditorStore.d.ts +92 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/TextFillsEditorStore.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/textBlades/TextFillsBlade.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/TypographyJourney.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/components/FontPicker.d.ts +25 -25
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +21 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/store/ColorSchemaPickerStore.d.ts +44 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillBlueprints.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillBlueprintsPicker.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillStyleEditor.d.ts +25 -0
- package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.stylex.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingBlueprintPicker.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingBlueprintPicker.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +14 -292
- package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorBlueprints.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorBlueprintsPicker.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintPicker.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +5 -7
- package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +30 -162
- package/internal-do-not-import-from-here/ux/journey/BlabeContext.d.ts +9 -8
- package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +13 -5
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.css.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/journeyfilter/JourneyFilterDialog.d.ts +7 -9
- package/internal-do-not-import-from-here/ux/journey/models/BladeInstance.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/stores/JourneySelectStore.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +112 -72
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/actionmenu/ActionMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/CellRenderer.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/datatable/RowRenderer.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/select/Select.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/select/store/MultiSelectStore.d.ts +35 -0
- package/internal-do-not-import-from-here/ux/oxide/selection/Selection.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/selection/Selection.stylex.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/oxide/selection/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/selection/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/selection/store/SelectionStore.d.ts +35 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +91 -23
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainerFillsEditorStore.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerBlueprintsViewer.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/journey/selection/JourneySelectedRenderer.d.ts +0 -12
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components/ComponentsJourney.d.ts → componentblueprints/BlueprintsJourney.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/blades/BlueprintPreview.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/blades/ButtonBladeEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/blades/ButtonsBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/blades/EditBlueprints.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/blades/HeaderBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/blades/HeaderBladeEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/blades/IconsBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/blades/IconsBladeEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/blades/InputBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/blades/InputBladeEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/blades/TabBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/blades/TabBladeEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/store/ButtonsEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/store/HeaderEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/store/IconsEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/store/InputEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/store/TabsEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components/blades/AddBlueprint.d.ts → fills/FillsJourney.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography/TypographyJourney.d.ts → fills/containerBlades/ContainerFillsBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components/blades/ContainerFillsBladeEdit.d.ts → fills/containerBlades/ContainerFillsEditBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components/blades/ContainersFillsBlade.d.ts → fills/textBlades/TextFillsEditBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing → spacing}/SpacingJourney.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing → spacing}/blades/EditSpacingBlueprintBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing → spacing}/blades/EditSpacingDefinitionBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing → spacing}/store/SpacingEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/blades/EditTypographyBlueprintBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/blades/EditTypographyDefinitionBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/blades/EditTypographyFillBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/components/FontPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/components/FontRegistration.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/store/TypographyEditorStore.d.ts +0 -0
- /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;
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|