@omnia/fx 8.0.137-dev → 8.0.138-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/ux/UxModels.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/AdminRouter.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstyle/BackgroundStyleEditor.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonStyleEditor.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeEditor.d.ts +27 -1
- package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconBlueprintsViewer.d.ts +84 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStyleEditor.d.ts +99 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +36 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabStyleEditor.d.ts +8 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +27 -1
- package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +9 -5
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +71 -1
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +18 -17
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/PostStyles.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +43 -9
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +111 -74
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +222 -148
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +222 -148
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +34 -0
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/social/loc/localize.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +0 -468
- package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorAction.d.ts +69 -0
- package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorClickHandler.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/IconsBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/IconsBladeEdit.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +73 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/BlueprintsTemplates.d.ts +94 -28
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ButtonStyleBlueprints.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ChromeStyleBlueprints.d.ts +14 -4
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +110 -74
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +110 -74
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +110 -74
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +12 -3
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +110 -74
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +11 -12
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +111 -74
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +211 -201
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +3 -4
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +44 -42
- package/internal-do-not-import-from-here/ux/velcron/core/actions/IActionHandler.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +7 -3
- package/internal-do-not-import-from-here/wctypings.d.ts +36 -12
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyRouter.d.ts +0 -8
@@ -1,17 +1,19 @@
|
|
1
|
-
import { ThemeDefinitionV2 } from "@omnia/fx-models";
|
1
|
+
import { ThemeContextType, ThemeDefinitionV2 } from "@omnia/fx-models";
|
2
2
|
declare const _default: (props: {
|
3
3
|
"v-model"?: ThemeDefinitionV2;
|
4
4
|
} & {
|
5
5
|
"onUpdate:modelValue"?: (value: ThemeDefinitionV2) => void;
|
6
6
|
} & {
|
7
7
|
modelValue?: ThemeDefinitionV2;
|
8
|
+
} & {
|
9
|
+
themeType?: ThemeContextType;
|
8
10
|
} & {
|
9
11
|
toned?: boolean;
|
10
|
-
} & Omit<{}, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue"> & {
|
12
|
+
} & Omit<{}, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType"> & {
|
11
13
|
"v-slots"?: {
|
12
14
|
default?: import("vue").Slot;
|
13
15
|
};
|
14
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue">) => {
|
16
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType">) => {
|
15
17
|
$: import("vue").ComponentInternalInstance;
|
16
18
|
$data: {};
|
17
19
|
$props: {};
|
@@ -55,13 +57,15 @@ declare const _default: (props: {
|
|
55
57
|
"onUpdate:modelValue"?: (value: ThemeDefinitionV2) => void;
|
56
58
|
} & {
|
57
59
|
modelValue?: ThemeDefinitionV2;
|
60
|
+
} & {
|
61
|
+
themeType?: ThemeContextType;
|
58
62
|
} & {
|
59
63
|
toned?: boolean;
|
60
64
|
} & {
|
61
65
|
"v-slots"?: {
|
62
66
|
default?: import("vue").Slot;
|
63
67
|
};
|
64
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue">;
|
68
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType">;
|
65
69
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
66
70
|
[key: string]: any;
|
67
71
|
}>;
|
@@ -1,6 +1,5 @@
|
|
1
1
|
import { useThemeStoreV2, useColorSchemaStore, useTypographyBlueprintStore, useSpacingBlueprintStore, useChromeBlueprintStore } from "@omnia/fx/ux";
|
2
|
-
import { ColorSchemaTypes, ThemeDefinitionV2 } from "@omnia/fx-models";
|
3
|
-
type themeType = "default" | "admin" | "preview" | "color-context";
|
2
|
+
import { ColorSchemaTypes, ThemeDefinitionV2, ThemeContextType } from "@omnia/fx-models";
|
4
3
|
declare const _default: {
|
5
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
6
5
|
"color-schema-type": {
|
@@ -10,10 +9,10 @@ declare const _default: {
|
|
10
9
|
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
11
10
|
};
|
12
11
|
"theme-type": {
|
13
|
-
type: import("vue").PropType<
|
12
|
+
type: import("vue").PropType<ThemeContextType>;
|
14
13
|
};
|
15
14
|
themeType: {
|
16
|
-
type: import("vue").PropType<
|
15
|
+
type: import("vue").PropType<ThemeContextType>;
|
17
16
|
};
|
18
17
|
"theme-definition": {
|
19
18
|
type: import("vue").PropType<ThemeDefinitionV2>;
|
@@ -47,10 +46,10 @@ declare const _default: {
|
|
47
46
|
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
48
47
|
};
|
49
48
|
"theme-type": {
|
50
|
-
type: import("vue").PropType<
|
49
|
+
type: import("vue").PropType<ThemeContextType>;
|
51
50
|
};
|
52
51
|
themeType: {
|
53
|
-
type: import("vue").PropType<
|
52
|
+
type: import("vue").PropType<ThemeContextType>;
|
54
53
|
};
|
55
54
|
"theme-definition": {
|
56
55
|
type: import("vue").PropType<ThemeDefinitionV2>;
|
@@ -81,10 +80,10 @@ declare const _default: {
|
|
81
80
|
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
82
81
|
};
|
83
82
|
"theme-type": {
|
84
|
-
type: import("vue").PropType<
|
83
|
+
type: import("vue").PropType<ThemeContextType>;
|
85
84
|
};
|
86
85
|
themeType: {
|
87
|
-
type: import("vue").PropType<
|
86
|
+
type: import("vue").PropType<ThemeContextType>;
|
88
87
|
};
|
89
88
|
"theme-definition": {
|
90
89
|
type: import("vue").PropType<ThemeDefinitionV2>;
|
@@ -114,10 +113,10 @@ declare const _default: {
|
|
114
113
|
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
115
114
|
};
|
116
115
|
"theme-type": {
|
117
|
-
type: import("vue").PropType<
|
116
|
+
type: import("vue").PropType<ThemeContextType>;
|
118
117
|
};
|
119
118
|
themeType: {
|
120
|
-
type: import("vue").PropType<
|
119
|
+
type: import("vue").PropType<ThemeContextType>;
|
121
120
|
};
|
122
121
|
"theme-definition": {
|
123
122
|
type: import("vue").PropType<ThemeDefinitionV2>;
|
@@ -149,8 +148,8 @@ declare const _default: {
|
|
149
148
|
themeDefinition?: ThemeDefinitionV2;
|
150
149
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
151
150
|
"theme-definition"?: ThemeDefinitionV2;
|
152
|
-
themeType?:
|
153
|
-
"theme-type"?:
|
151
|
+
themeType?: ThemeContextType;
|
152
|
+
"theme-type"?: ThemeContextType;
|
154
153
|
}>, "onTheme:initialized"> & {
|
155
154
|
"onTheme:initialized"?: (theme: {
|
156
155
|
themeStore: ReturnType<typeof useThemeStoreV2>;
|