@omnia/fx 8.0.137-dev → 8.0.139-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 +52 -18
- 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/dialog/Dialog.d.ts +26 -0
- 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/oxide/toolbar/Toolbar.d.ts +2 -2
- 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/admin/blades/themedesigner/PreviewJourney.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themedesigner/ThemeDesigner.d.ts +63 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +44 -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 +263 -4
- 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/ThemePicker.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemePicker.d.ts +118 -92
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeViewer.d.ts +12 -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/use/UseIcon.d.ts +1 -0
- 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 +60 -12
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyRouter.d.ts +0 -8
@@ -20,6 +20,7 @@ declare class InternalAdminRouter extends TokenBasedRouter<AdminRoute, TokenBase
|
|
20
20
|
* Override protected function logic
|
21
21
|
*/
|
22
22
|
protected protectedClearRoute(): void;
|
23
|
+
updateRouteContext(context: AdminRoute): void;
|
23
24
|
navigateRoot(title: string, manifestId: GuidValue, urlSegment?: string): void;
|
24
25
|
navigatePath(title: string, path: string): void;
|
25
26
|
clearRoute(): void;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { BackgroundDefinition } from "@omnia/fx-models";
|
1
|
+
import { BackgroundDefinition, ThemeContextType } from "@omnia/fx-models";
|
2
2
|
declare const _default: (props: {
|
3
3
|
"v-model"?: BackgroundDefinition;
|
4
4
|
} & {
|
@@ -9,6 +9,8 @@ declare const _default: (props: {
|
|
9
9
|
fill?: boolean;
|
10
10
|
} & {
|
11
11
|
border?: boolean;
|
12
|
+
} & {
|
13
|
+
themeType?: ThemeContextType;
|
12
14
|
} & {
|
13
15
|
individualRadiusSelection?: boolean;
|
14
16
|
} & {
|
@@ -23,11 +25,11 @@ declare const _default: (props: {
|
|
23
25
|
enableDynamicColor?: boolean;
|
24
26
|
} & {
|
25
27
|
label?: string;
|
26
|
-
} & Omit<{}, "fill" | "label" | "border" | "elevation" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "createNewColorDynamic" | "individualBorderWidthSelection"> & {
|
28
|
+
} & Omit<{}, "fill" | "label" | "border" | "elevation" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "createNewColorDynamic" | "individualBorderWidthSelection"> & {
|
27
29
|
"v-slots"?: {
|
28
30
|
default?: import("vue").Slot;
|
29
31
|
};
|
30
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "label" | "border" | "elevation" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "createNewColorDynamic" | "individualBorderWidthSelection">) => {
|
32
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "label" | "border" | "elevation" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "createNewColorDynamic" | "individualBorderWidthSelection">) => {
|
31
33
|
$: import("vue").ComponentInternalInstance;
|
32
34
|
$data: {};
|
33
35
|
$props: {};
|
@@ -75,6 +77,8 @@ declare const _default: (props: {
|
|
75
77
|
fill?: boolean;
|
76
78
|
} & {
|
77
79
|
border?: boolean;
|
80
|
+
} & {
|
81
|
+
themeType?: ThemeContextType;
|
78
82
|
} & {
|
79
83
|
individualRadiusSelection?: boolean;
|
80
84
|
} & {
|
@@ -93,7 +97,7 @@ declare const _default: (props: {
|
|
93
97
|
"v-slots"?: {
|
94
98
|
default?: import("vue").Slot;
|
95
99
|
};
|
96
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "label" | "border" | "elevation" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "createNewColorDynamic" | "individualBorderWidthSelection">;
|
100
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "label" | "border" | "elevation" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "createNewColorDynamic" | "individualBorderWidthSelection">;
|
97
101
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
98
102
|
[key: string]: any;
|
99
103
|
}>;
|
package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonBlueprintsViewer.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ButtonBlueprintType, ButtonBlueprints, ButtonTypes } from "@omnia/fx-models";
|
1
|
+
import { ButtonBlueprintType, ButtonBlueprints, ButtonTypes, ThemeContextType } from "@omnia/fx-models";
|
2
2
|
declare const _default: (props: {
|
3
3
|
"v-model"?: ButtonBlueprints;
|
4
4
|
} & {
|
@@ -7,13 +7,15 @@ declare const _default: (props: {
|
|
7
7
|
modelValue?: ButtonBlueprints;
|
8
8
|
} & {
|
9
9
|
toned?: boolean;
|
10
|
+
} & {
|
11
|
+
themeType?: ThemeContextType;
|
10
12
|
} & Omit<{
|
11
13
|
"onClick:select"?: (type: ButtonBlueprintType, buttonType: ButtonTypes) => any;
|
12
|
-
}, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue"> & {
|
14
|
+
}, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType"> & {
|
13
15
|
"v-slots"?: {
|
14
16
|
default?: import("vue").Slot;
|
15
17
|
};
|
16
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue">) => {
|
18
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType">) => {
|
17
19
|
$: import("vue").ComponentInternalInstance;
|
18
20
|
$data: {};
|
19
21
|
$props: {};
|
@@ -59,13 +61,15 @@ declare const _default: (props: {
|
|
59
61
|
modelValue?: ButtonBlueprints;
|
60
62
|
} & {
|
61
63
|
toned?: boolean;
|
64
|
+
} & {
|
65
|
+
themeType?: ThemeContextType;
|
62
66
|
} & {
|
63
67
|
"v-slots"?: {
|
64
68
|
default?: import("vue").Slot;
|
65
69
|
};
|
66
70
|
} & {
|
67
71
|
"onClick:select"?: (type: ButtonBlueprintType, buttonType: ButtonTypes) => any;
|
68
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue">;
|
72
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType">;
|
69
73
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
70
74
|
[key: string]: any;
|
71
75
|
}>;
|
package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonStyleEditor.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ButtonBlueprint } from "@omnia/fx-models";
|
1
|
+
import { ButtonBlueprint, ThemeContextType } from "@omnia/fx-models";
|
2
2
|
import { DefineSlot } from "@omnia/fx/ux";
|
3
3
|
import { VNodeChild } from "vue";
|
4
4
|
type EditorVariant = "default" | "dialog";
|
@@ -12,16 +12,18 @@ declare const _default: (props: {
|
|
12
12
|
variant?: EditorVariant;
|
13
13
|
} & {
|
14
14
|
buttonLabel?: string;
|
15
|
+
} & {
|
16
|
+
themeType?: ThemeContextType;
|
15
17
|
} & {
|
16
18
|
iconButton?: boolean;
|
17
19
|
} & Omit<{
|
18
20
|
"onClick:confirm"?: (value: ButtonBlueprint) => any;
|
19
21
|
"onInit:actionButtons"?: (value: () => VNodeChild) => any;
|
20
|
-
}, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "buttonLabel" | "iconButton"> & {
|
22
|
+
}, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "buttonLabel" | "iconButton"> & {
|
21
23
|
"v-slots"?: {
|
22
24
|
default?: import("vue").Slot;
|
23
25
|
} & DefineSlot<"activator", () => VNodeChild> & DefineSlot<"definitionButton", () => VNodeChild>;
|
24
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "buttonLabel" | "iconButton">) => {
|
26
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "buttonLabel" | "iconButton">) => {
|
25
27
|
$: import("vue").ComponentInternalInstance;
|
26
28
|
$data: {};
|
27
29
|
$props: {};
|
@@ -69,6 +71,8 @@ declare const _default: (props: {
|
|
69
71
|
variant?: EditorVariant;
|
70
72
|
} & {
|
71
73
|
buttonLabel?: string;
|
74
|
+
} & {
|
75
|
+
themeType?: ThemeContextType;
|
72
76
|
} & {
|
73
77
|
iconButton?: boolean;
|
74
78
|
} & {
|
@@ -78,7 +82,7 @@ declare const _default: (props: {
|
|
78
82
|
} & {
|
79
83
|
"onClick:confirm"?: (value: ButtonBlueprint) => any;
|
80
84
|
"onInit:actionButtons"?: (value: () => VNodeChild) => any;
|
81
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "buttonLabel" | "iconButton">;
|
85
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "buttonLabel" | "iconButton">;
|
82
86
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
83
87
|
[key: string]: any;
|
84
88
|
}>;
|
package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeBlueprintsViewer.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { BlueprintVariant, ChromeBlueprints } from "@omnia/fx-models";
|
1
|
+
import { BlueprintVariant, ChromeBlueprints, ThemeContextType } from "@omnia/fx-models";
|
2
2
|
declare const _default: (props: {
|
3
3
|
"v-model"?: ChromeBlueprints;
|
4
4
|
} & {
|
@@ -7,15 +7,17 @@ declare const _default: (props: {
|
|
7
7
|
modelValue?: ChromeBlueprints;
|
8
8
|
} & {
|
9
9
|
toned?: boolean;
|
10
|
+
} & {
|
11
|
+
themeType?: ThemeContextType;
|
10
12
|
} & {
|
11
13
|
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
12
14
|
} & Omit<{
|
13
15
|
"onClick:select"?: (variant: BlueprintVariant) => any;
|
14
|
-
}, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType"> & {
|
16
|
+
}, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType"> & {
|
15
17
|
"v-slots"?: {
|
16
18
|
default?: import("vue").Slot;
|
17
19
|
};
|
18
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType">) => {
|
20
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType">) => {
|
19
21
|
$: import("vue").ComponentInternalInstance;
|
20
22
|
$data: {};
|
21
23
|
$props: {};
|
@@ -61,6 +63,8 @@ declare const _default: (props: {
|
|
61
63
|
modelValue?: ChromeBlueprints;
|
62
64
|
} & {
|
63
65
|
toned?: boolean;
|
66
|
+
} & {
|
67
|
+
themeType?: ThemeContextType;
|
64
68
|
} & {
|
65
69
|
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
66
70
|
} & {
|
@@ -69,7 +73,7 @@ declare const _default: (props: {
|
|
69
73
|
};
|
70
74
|
} & {
|
71
75
|
"onClick:select"?: (variant: BlueprintVariant) => any;
|
72
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType">;
|
76
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType">;
|
73
77
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
74
78
|
[key: string]: any;
|
75
79
|
}>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ChromeBlueprint } from "@omnia/fx-models";
|
1
|
+
import { ChromeBlueprint, ThemeContextType } from "@omnia/fx-models";
|
2
2
|
import { VNodeChild } from "vue";
|
3
3
|
type EditorVariant = "default" | "dialog";
|
4
4
|
declare const _default: {
|
@@ -8,6 +8,12 @@ declare const _default: {
|
|
8
8
|
} & {
|
9
9
|
activator?: () => VNodeChild;
|
10
10
|
}>;
|
11
|
+
"theme-type": {
|
12
|
+
type: import("vue").PropType<ThemeContextType>;
|
13
|
+
};
|
14
|
+
themeType: {
|
15
|
+
type: import("vue").PropType<ThemeContextType>;
|
16
|
+
};
|
11
17
|
preview: {
|
12
18
|
type: import("vue").PropType<boolean>;
|
13
19
|
} & {
|
@@ -96,6 +102,12 @@ declare const _default: {
|
|
96
102
|
} & {
|
97
103
|
activator?: () => VNodeChild;
|
98
104
|
}>;
|
105
|
+
"theme-type": {
|
106
|
+
type: import("vue").PropType<ThemeContextType>;
|
107
|
+
};
|
108
|
+
themeType: {
|
109
|
+
type: import("vue").PropType<ThemeContextType>;
|
110
|
+
};
|
99
111
|
preview: {
|
100
112
|
type: import("vue").PropType<boolean>;
|
101
113
|
} & {
|
@@ -188,6 +200,12 @@ declare const _default: {
|
|
188
200
|
} & {
|
189
201
|
activator?: () => VNodeChild;
|
190
202
|
}>;
|
203
|
+
"theme-type": {
|
204
|
+
type: import("vue").PropType<ThemeContextType>;
|
205
|
+
};
|
206
|
+
themeType: {
|
207
|
+
type: import("vue").PropType<ThemeContextType>;
|
208
|
+
};
|
191
209
|
preview: {
|
192
210
|
type: import("vue").PropType<boolean>;
|
193
211
|
} & {
|
@@ -277,6 +295,12 @@ declare const _default: {
|
|
277
295
|
} & {
|
278
296
|
activator?: () => VNodeChild;
|
279
297
|
}>;
|
298
|
+
"theme-type": {
|
299
|
+
type: import("vue").PropType<ThemeContextType>;
|
300
|
+
};
|
301
|
+
themeType: {
|
302
|
+
type: import("vue").PropType<ThemeContextType>;
|
303
|
+
};
|
280
304
|
preview: {
|
281
305
|
type: import("vue").PropType<boolean>;
|
282
306
|
} & {
|
@@ -432,6 +456,8 @@ declare const _default: {
|
|
432
456
|
activator?: () => VNodeChild;
|
433
457
|
};
|
434
458
|
variant?: EditorVariant;
|
459
|
+
themeType?: ThemeContextType;
|
460
|
+
"theme-type"?: ThemeContextType;
|
435
461
|
}>, "onClick:confirm" | "onInit:actionButtons"> & {
|
436
462
|
"onClick:confirm"?: (model: ChromeBlueprint) => any;
|
437
463
|
"onInit:actionButtons"?: (value: () => VNodeChild) => any;
|
@@ -1,17 +1,19 @@
|
|
1
|
-
import { ComponentBlueprints } from "@omnia/fx-models";
|
1
|
+
import { ComponentBlueprints, ThemeContextType } from "@omnia/fx-models";
|
2
2
|
declare const _default: (props: {
|
3
3
|
"v-model"?: ComponentBlueprints;
|
4
4
|
} & {
|
5
5
|
"onUpdate:modelValue"?: (value: ComponentBlueprints) => void;
|
6
6
|
} & {
|
7
7
|
modelValue?: ComponentBlueprints;
|
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: ComponentBlueprints) => void;
|
56
58
|
} & {
|
57
59
|
modelValue?: ComponentBlueprints;
|
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
|
}>;
|
@@ -0,0 +1,84 @@
|
|
1
|
+
import { IconBlueprints, ThemeContextType } from "@omnia/fx-models";
|
2
|
+
declare const _default: (props: {
|
3
|
+
"v-model"?: IconBlueprints;
|
4
|
+
} & {
|
5
|
+
"onUpdate:modelValue"?: (value: IconBlueprints) => void;
|
6
|
+
} & {
|
7
|
+
modelValue?: IconBlueprints;
|
8
|
+
} & {
|
9
|
+
toned?: boolean;
|
10
|
+
} & {
|
11
|
+
label?: string;
|
12
|
+
} & {
|
13
|
+
selectable?: boolean;
|
14
|
+
} & {
|
15
|
+
themeType?: ThemeContextType;
|
16
|
+
} & Omit<{
|
17
|
+
"onClick:select"?: (size: "small" | "default" | "large" | "x-large" | "x-small") => any;
|
18
|
+
}, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "selectable"> & {
|
19
|
+
"v-slots"?: {
|
20
|
+
default?: import("vue").Slot;
|
21
|
+
};
|
22
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "selectable">) => {
|
23
|
+
$: import("vue").ComponentInternalInstance;
|
24
|
+
$data: {};
|
25
|
+
$props: {};
|
26
|
+
$attrs: {
|
27
|
+
[x: string]: unknown;
|
28
|
+
};
|
29
|
+
$refs: {
|
30
|
+
[x: string]: unknown;
|
31
|
+
};
|
32
|
+
$slots: Readonly<{
|
33
|
+
[name: string]: import("vue").Slot<any>;
|
34
|
+
}>;
|
35
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
36
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
37
|
+
$emit: (event: string, ...args: any[]) => void;
|
38
|
+
$el: any;
|
39
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
40
|
+
beforeCreate?: (() => void) | (() => void)[];
|
41
|
+
created?: (() => void) | (() => void)[];
|
42
|
+
beforeMount?: (() => void) | (() => void)[];
|
43
|
+
mounted?: (() => void) | (() => void)[];
|
44
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
45
|
+
updated?: (() => void) | (() => void)[];
|
46
|
+
activated?: (() => void) | (() => void)[];
|
47
|
+
deactivated?: (() => void) | (() => void)[];
|
48
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
49
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
50
|
+
destroyed?: (() => void) | (() => void)[];
|
51
|
+
unmounted?: (() => void) | (() => void)[];
|
52
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
53
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
54
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
55
|
+
};
|
56
|
+
$forceUpdate: () => void;
|
57
|
+
$nextTick: typeof import("vue").nextTick;
|
58
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
59
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
60
|
+
propsDefinition: {
|
61
|
+
"v-model"?: IconBlueprints;
|
62
|
+
} & {
|
63
|
+
"onUpdate:modelValue"?: (value: IconBlueprints) => void;
|
64
|
+
} & {
|
65
|
+
modelValue?: IconBlueprints;
|
66
|
+
} & {
|
67
|
+
toned?: boolean;
|
68
|
+
} & {
|
69
|
+
label?: string;
|
70
|
+
} & {
|
71
|
+
selectable?: boolean;
|
72
|
+
} & {
|
73
|
+
themeType?: ThemeContextType;
|
74
|
+
} & {
|
75
|
+
"v-slots"?: {
|
76
|
+
default?: import("vue").Slot;
|
77
|
+
};
|
78
|
+
} & {
|
79
|
+
"onClick:select"?: (size: "small" | "default" | "large" | "x-large" | "x-small") => any;
|
80
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "selectable">;
|
81
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
82
|
+
[key: string]: any;
|
83
|
+
}>;
|
84
|
+
export default _default;
|
package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStyleEditor.d.ts
ADDED
@@ -0,0 +1,99 @@
|
|
1
|
+
import { IIcon, IconBlueprint, ThemeContextType } from "@omnia/fx-models";
|
2
|
+
import { DefineSlot } from "@omnia/fx/ux";
|
3
|
+
import { VNodeChild } from "vue";
|
4
|
+
type EditorVariant = "default" | "dialog";
|
5
|
+
declare const _default: (props: {
|
6
|
+
"v-model"?: IconBlueprint;
|
7
|
+
} & {
|
8
|
+
"onUpdate:modelValue"?: (value: IconBlueprint) => void;
|
9
|
+
} & {
|
10
|
+
modelValue?: IconBlueprint;
|
11
|
+
} & {
|
12
|
+
icon?: IIcon;
|
13
|
+
} & {
|
14
|
+
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
15
|
+
} & {
|
16
|
+
variant?: EditorVariant;
|
17
|
+
} & {
|
18
|
+
themeType?: ThemeContextType;
|
19
|
+
} & {
|
20
|
+
simpleMode?: boolean;
|
21
|
+
} & {
|
22
|
+
enableDynamicColor?: boolean;
|
23
|
+
} & {
|
24
|
+
label?: string;
|
25
|
+
} & Omit<{
|
26
|
+
"onInit:actionButtons"?: (value: () => VNodeChild) => any;
|
27
|
+
}, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "simpleMode"> & {
|
28
|
+
"v-slots"?: {
|
29
|
+
default?: import("vue").Slot;
|
30
|
+
} & DefineSlot<"activator", () => VNodeChild>;
|
31
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "simpleMode">) => {
|
32
|
+
$: import("vue").ComponentInternalInstance;
|
33
|
+
$data: {};
|
34
|
+
$props: {};
|
35
|
+
$attrs: {
|
36
|
+
[x: string]: unknown;
|
37
|
+
};
|
38
|
+
$refs: {
|
39
|
+
[x: string]: unknown;
|
40
|
+
};
|
41
|
+
$slots: Readonly<{
|
42
|
+
[name: string]: import("vue").Slot<any>;
|
43
|
+
}>;
|
44
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
45
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
46
|
+
$emit: (event: string, ...args: any[]) => void;
|
47
|
+
$el: any;
|
48
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
49
|
+
beforeCreate?: (() => void) | (() => void)[];
|
50
|
+
created?: (() => void) | (() => void)[];
|
51
|
+
beforeMount?: (() => void) | (() => void)[];
|
52
|
+
mounted?: (() => void) | (() => void)[];
|
53
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
54
|
+
updated?: (() => void) | (() => void)[];
|
55
|
+
activated?: (() => void) | (() => void)[];
|
56
|
+
deactivated?: (() => void) | (() => void)[];
|
57
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
58
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
59
|
+
destroyed?: (() => void) | (() => void)[];
|
60
|
+
unmounted?: (() => void) | (() => void)[];
|
61
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
62
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
63
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
64
|
+
};
|
65
|
+
$forceUpdate: () => void;
|
66
|
+
$nextTick: typeof import("vue").nextTick;
|
67
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
68
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
69
|
+
propsDefinition: {
|
70
|
+
"v-model"?: IconBlueprint;
|
71
|
+
} & {
|
72
|
+
"onUpdate:modelValue"?: (value: IconBlueprint) => void;
|
73
|
+
} & {
|
74
|
+
modelValue?: IconBlueprint;
|
75
|
+
} & {
|
76
|
+
icon?: IIcon;
|
77
|
+
} & {
|
78
|
+
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
79
|
+
} & {
|
80
|
+
variant?: EditorVariant;
|
81
|
+
} & {
|
82
|
+
themeType?: ThemeContextType;
|
83
|
+
} & {
|
84
|
+
simpleMode?: boolean;
|
85
|
+
} & {
|
86
|
+
enableDynamicColor?: boolean;
|
87
|
+
} & {
|
88
|
+
label?: string;
|
89
|
+
} & {
|
90
|
+
"v-slots"?: {
|
91
|
+
default?: import("vue").Slot;
|
92
|
+
} & DefineSlot<"activator", () => VNodeChild>;
|
93
|
+
} & {
|
94
|
+
"onInit:actionButtons"?: (value: () => VNodeChild) => any;
|
95
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "simpleMode">;
|
96
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
97
|
+
[key: string]: any;
|
98
|
+
}>;
|
99
|
+
export default _default;
|
package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { IIcon, IconBlueprint } from "@omnia/fx-models";
|
1
|
+
import { IIcon, IconBlueprint, ThemeContextType } from "@omnia/fx-models";
|
2
2
|
import { DefineSlot } from "@omnia/fx/ux";
|
3
3
|
import { VNodeChild } from "vue";
|
4
4
|
declare const _default: (props: {
|
@@ -11,15 +11,17 @@ declare const _default: (props: {
|
|
11
11
|
icon?: IIcon;
|
12
12
|
} & {
|
13
13
|
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
14
|
+
} & {
|
15
|
+
themeType?: ThemeContextType;
|
14
16
|
} & {
|
15
17
|
enableDynamicColor?: boolean;
|
16
18
|
} & {
|
17
19
|
label?: string;
|
18
|
-
} & Omit<{}, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor"> & {
|
20
|
+
} & Omit<{}, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor"> & {
|
19
21
|
"v-slots"?: {
|
20
22
|
default?: import("vue").Slot;
|
21
23
|
} & DefineSlot<"activator", () => VNodeChild>;
|
22
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor">) => {
|
24
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor">) => {
|
23
25
|
$: import("vue").ComponentInternalInstance;
|
24
26
|
$data: {};
|
25
27
|
$props: {};
|
@@ -67,6 +69,8 @@ declare const _default: (props: {
|
|
67
69
|
icon?: IIcon;
|
68
70
|
} & {
|
69
71
|
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
72
|
+
} & {
|
73
|
+
themeType?: ThemeContextType;
|
70
74
|
} & {
|
71
75
|
enableDynamicColor?: boolean;
|
72
76
|
} & {
|
@@ -75,7 +79,7 @@ declare const _default: (props: {
|
|
75
79
|
"v-slots"?: {
|
76
80
|
default?: import("vue").Slot;
|
77
81
|
} & DefineSlot<"activator", () => VNodeChild>;
|
78
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor">;
|
82
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor">;
|
79
83
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
80
84
|
[key: string]: any;
|
81
85
|
}>;
|