@omnia/fx 8.0.152-dev → 8.0.154-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 -1
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/ChromeBlueprintStore.d.ts +310 -310
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +315 -315
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +310 -310
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +310 -310
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +28 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +3 -7
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +321 -321
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +644 -644
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +342 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +644 -644
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +321 -321
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
- package/package.json +2 -2
@@ -1,5 +1,5 @@
|
|
1
1
|
import { AxiosRequestConfig, AxiosInstance, AxiosResponse } from "axios";
|
2
|
-
import { GuidValue, HttpHeaders, IContextProviderCollection, IContextProvider } from "
|
2
|
+
import { GuidValue, HttpHeaders, IContextProviderCollection, IContextProvider } from "@omnia/fx-models";
|
3
3
|
export interface HttpClientConstructor {
|
4
4
|
configPromise?: Promise<AxiosRequestConfig>;
|
5
5
|
}
|
@@ -15,14 +15,14 @@ export declare const useCompontentHostStore: () => {
|
|
15
15
|
state: {
|
16
16
|
host: "admin" | "editor" | "docs";
|
17
17
|
componentHost: "tab" | "dialog" | "menu" | "table" | "toolbar" | "drawer" | "expansion-panel" | "chip" | "blade" | "app" | "appbar" | "tab-vertical" | "panel" | "omfx";
|
18
|
-
componentVariant: "
|
18
|
+
componentVariant: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section";
|
19
19
|
appliedComponents: string[];
|
20
20
|
force: boolean;
|
21
21
|
};
|
22
22
|
events: {
|
23
23
|
onMutatedHost: import("internal/fx/core").MessageBusExposeOnlySubscription<"admin" | "editor" | "docs">;
|
24
24
|
onMutatedComponentHost: import("internal/fx/core").MessageBusExposeOnlySubscription<"tab" | "dialog" | "menu" | "table" | "toolbar" | "drawer" | "expansion-panel" | "chip" | "blade" | "app" | "appbar" | "tab-vertical" | "panel" | "omfx">;
|
25
|
-
onMutatedComponentVariant: import("internal/fx/core").MessageBusExposeOnlySubscription<"
|
25
|
+
onMutatedComponentVariant: import("internal/fx/core").MessageBusExposeOnlySubscription<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
|
26
26
|
onMutatedAppliedComponents: import("internal/fx/core").MessageBusExposeOnlySubscription<string[]>;
|
27
27
|
onMutatedForce: import("internal/fx/core").MessageBusExposeOnlySubscription<boolean>;
|
28
28
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
@@ -38,7 +38,7 @@ export declare const useCompontentHostStore: () => {
|
|
38
38
|
subscribe(fn: (type: "tab" | "dialog" | "menu" | "table" | "toolbar" | "drawer" | "expansion-panel" | "chip" | "blade" | "app" | "appbar" | "tab-vertical" | "panel" | "omfx") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
39
39
|
};
|
40
40
|
setComponentVariant: {
|
41
|
-
subscribe(fn: (variant: "
|
41
|
+
subscribe(fn: (variant: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
42
42
|
};
|
43
43
|
setForce: {
|
44
44
|
subscribe(fn: (value: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -58,7 +58,7 @@ export declare const useCompontentHostStore: () => {
|
|
58
58
|
subscribe(fn: (result: void, type: "tab" | "dialog" | "menu" | "table" | "toolbar" | "drawer" | "expansion-panel" | "chip" | "blade" | "app" | "appbar" | "tab-vertical" | "panel" | "omfx") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
59
59
|
};
|
60
60
|
setComponentVariant: {
|
61
|
-
subscribe(fn: (result: void, variant: "
|
61
|
+
subscribe(fn: (result: void, variant: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
62
62
|
};
|
63
63
|
setForce: {
|
64
64
|
subscribe(fn: (result: void, value: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -78,7 +78,7 @@ export declare const useCompontentHostStore: () => {
|
|
78
78
|
subscribe(fn: (failureReason: any, type: "tab" | "dialog" | "menu" | "table" | "toolbar" | "drawer" | "expansion-panel" | "chip" | "blade" | "app" | "appbar" | "tab-vertical" | "panel" | "omfx") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
79
79
|
};
|
80
80
|
setComponentVariant: {
|
81
|
-
subscribe(fn: (failureReason: any, variant: "
|
81
|
+
subscribe(fn: (failureReason: any, variant: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
82
82
|
};
|
83
83
|
setForce: {
|
84
84
|
subscribe(fn: (failureReason: any, value: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -99,7 +99,7 @@ export declare const useCompontentHostStore: () => {
|
|
99
99
|
canApplyOn: (hostType: ComponentHostTypes | HostTypes, variant?: any) => boolean;
|
100
100
|
readonly host: "admin" | "editor" | "docs";
|
101
101
|
readonly componentHost: "tab" | "dialog" | "menu" | "table" | "toolbar" | "drawer" | "expansion-panel" | "chip" | "blade" | "app" | "appbar" | "tab-vertical" | "panel" | "omfx";
|
102
|
-
readonly componentVariant: "
|
102
|
+
readonly componentVariant: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section";
|
103
103
|
readonly force: boolean;
|
104
104
|
appliedComponents(host: string): boolean;
|
105
105
|
};
|
package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts
CHANGED
@@ -32,8 +32,8 @@ declare const _default: {
|
|
32
32
|
handleClick: import("vue").Prop<(value?: any) => void, (value?: any) => void>;
|
33
33
|
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
34
34
|
propsDefinition: Omit<Readonly<{} & {
|
35
|
-
icon?: string;
|
36
35
|
title?: string;
|
36
|
+
icon?: string;
|
37
37
|
description?: string;
|
38
38
|
handleClick?: (value?: any) => void;
|
39
39
|
}>, never>;
|
package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts
CHANGED
@@ -2,10 +2,10 @@ import { AppInstance } from "@omnia/fx/models";
|
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
"align-x": {
|
5
|
-
type: import("vue").PropType<"left" | "
|
5
|
+
type: import("vue").PropType<"left" | "center" | "right">;
|
6
6
|
};
|
7
7
|
alignX: {
|
8
|
-
type: import("vue").PropType<"left" | "
|
8
|
+
type: import("vue").PropType<"left" | "center" | "right">;
|
9
9
|
};
|
10
10
|
"image-height": {
|
11
11
|
type: import("vue").PropType<number>;
|
@@ -35,10 +35,10 @@ declare const _default: {
|
|
35
35
|
};
|
36
36
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
37
37
|
"align-x": {
|
38
|
-
type: import("vue").PropType<"left" | "
|
38
|
+
type: import("vue").PropType<"left" | "center" | "right">;
|
39
39
|
};
|
40
40
|
alignX: {
|
41
|
-
type: import("vue").PropType<"left" | "
|
41
|
+
type: import("vue").PropType<"left" | "center" | "right">;
|
42
42
|
};
|
43
43
|
"image-height": {
|
44
44
|
type: import("vue").PropType<number>;
|
@@ -70,10 +70,10 @@ declare const _default: {
|
|
70
70
|
Defaults: {};
|
71
71
|
}, Readonly<import("vue").ExtractPropTypes<{
|
72
72
|
"align-x": {
|
73
|
-
type: import("vue").PropType<"left" | "
|
73
|
+
type: import("vue").PropType<"left" | "center" | "right">;
|
74
74
|
};
|
75
75
|
alignX: {
|
76
|
-
type: import("vue").PropType<"left" | "
|
76
|
+
type: import("vue").PropType<"left" | "center" | "right">;
|
77
77
|
};
|
78
78
|
"image-height": {
|
79
79
|
type: import("vue").PropType<number>;
|
@@ -102,10 +102,10 @@ declare const _default: {
|
|
102
102
|
__isSuspense?: never;
|
103
103
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
104
104
|
"align-x": {
|
105
|
-
type: import("vue").PropType<"left" | "
|
105
|
+
type: import("vue").PropType<"left" | "center" | "right">;
|
106
106
|
};
|
107
107
|
alignX: {
|
108
|
-
type: import("vue").PropType<"left" | "
|
108
|
+
type: import("vue").PropType<"left" | "center" | "right">;
|
109
109
|
};
|
110
110
|
"image-height": {
|
111
111
|
type: import("vue").PropType<number>;
|
@@ -135,8 +135,8 @@ declare const _default: {
|
|
135
135
|
};
|
136
136
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
137
137
|
propsDefinition: Omit<Readonly<{} & {
|
138
|
-
alignX?: "left" | "
|
139
|
-
"align-x"?: "left" | "
|
138
|
+
alignX?: "left" | "center" | "right";
|
139
|
+
"align-x"?: "left" | "center" | "right";
|
140
140
|
appInstance?: AppInstance;
|
141
141
|
"app-instance"?: AppInstance;
|
142
142
|
imageWidth?: number;
|
@@ -2,9 +2,9 @@ import { AppInstance } from "@omnia/fx/models";
|
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
cols: {
|
5
|
-
type: import("vue").PropType<
|
5
|
+
type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
|
6
6
|
} & {
|
7
|
-
type: import("vue").PropType<
|
7
|
+
type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
|
8
8
|
};
|
9
9
|
"app-instance": {
|
10
10
|
type: import("vue").PropType<AppInstance>;
|
@@ -22,9 +22,9 @@ declare const _default: {
|
|
22
22
|
};
|
23
23
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
24
24
|
cols: {
|
25
|
-
type: import("vue").PropType<
|
25
|
+
type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
|
26
26
|
} & {
|
27
|
-
type: import("vue").PropType<
|
27
|
+
type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
|
28
28
|
};
|
29
29
|
"app-instance": {
|
30
30
|
type: import("vue").PropType<AppInstance>;
|
@@ -44,9 +44,9 @@ declare const _default: {
|
|
44
44
|
Defaults: {};
|
45
45
|
}, Readonly<import("vue").ExtractPropTypes<{
|
46
46
|
cols: {
|
47
|
-
type: import("vue").PropType<
|
47
|
+
type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
|
48
48
|
} & {
|
49
|
-
type: import("vue").PropType<
|
49
|
+
type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
|
50
50
|
};
|
51
51
|
"app-instance": {
|
52
52
|
type: import("vue").PropType<AppInstance>;
|
@@ -63,9 +63,9 @@ declare const _default: {
|
|
63
63
|
__isSuspense?: never;
|
64
64
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
65
65
|
cols: {
|
66
|
-
type: import("vue").PropType<
|
66
|
+
type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
|
67
67
|
} & {
|
68
|
-
type: import("vue").PropType<
|
68
|
+
type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
|
69
69
|
};
|
70
70
|
"app-instance": {
|
71
71
|
type: import("vue").PropType<AppInstance>;
|
@@ -83,7 +83,7 @@ declare const _default: {
|
|
83
83
|
};
|
84
84
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
85
85
|
propsDefinition: Omit<Readonly<{} & {
|
86
|
-
cols?:
|
86
|
+
cols?: 1 | 2 | 4 | 3 | "1" | "4" | "2" | "3";
|
87
87
|
appInstance?: AppInstance;
|
88
88
|
"app-instance"?: AppInstance;
|
89
89
|
}>, "onValueChanged" | "onDoc$"> & {
|
@@ -4,10 +4,10 @@ export type OColNumbers = typeof OColNumberDefinitions[number];
|
|
4
4
|
declare const _default: {
|
5
5
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
6
6
|
cols: {
|
7
|
-
type: import("vue").PropType<
|
7
|
+
type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
|
8
8
|
required: false;
|
9
9
|
} & {
|
10
|
-
type: import("vue").PropType<
|
10
|
+
type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
|
11
11
|
required: false;
|
12
12
|
};
|
13
13
|
"summary-view": {
|
@@ -40,10 +40,10 @@ declare const _default: {
|
|
40
40
|
};
|
41
41
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
42
42
|
cols: {
|
43
|
-
type: import("vue").PropType<
|
43
|
+
type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
|
44
44
|
required: false;
|
45
45
|
} & {
|
46
|
-
type: import("vue").PropType<
|
46
|
+
type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
|
47
47
|
required: false;
|
48
48
|
};
|
49
49
|
"summary-view": {
|
@@ -78,10 +78,10 @@ declare const _default: {
|
|
78
78
|
Defaults: {};
|
79
79
|
}, Readonly<import("vue").ExtractPropTypes<{
|
80
80
|
cols: {
|
81
|
-
type: import("vue").PropType<
|
81
|
+
type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
|
82
82
|
required: false;
|
83
83
|
} & {
|
84
|
-
type: import("vue").PropType<
|
84
|
+
type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
|
85
85
|
required: false;
|
86
86
|
};
|
87
87
|
"summary-view": {
|
@@ -113,10 +113,10 @@ declare const _default: {
|
|
113
113
|
__isSuspense?: never;
|
114
114
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
115
115
|
cols: {
|
116
|
-
type: import("vue").PropType<
|
116
|
+
type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
|
117
117
|
required: false;
|
118
118
|
} & {
|
119
|
-
type: import("vue").PropType<
|
119
|
+
type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
|
120
120
|
required: false;
|
121
121
|
};
|
122
122
|
"summary-view": {
|
@@ -150,7 +150,7 @@ declare const _default: {
|
|
150
150
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
151
151
|
propsDefinition: Omit<Readonly<{} & {
|
152
152
|
hideTeamsPresence?: boolean;
|
153
|
-
cols?:
|
153
|
+
cols?: 1 | 2 | 4 | 3 | "1" | "4" | "2" | "3";
|
154
154
|
appInstance?: AppInstance;
|
155
155
|
"app-instance"?: AppInstance;
|
156
156
|
"hide-teams-presence"?: boolean;
|
@@ -2,7 +2,7 @@ import { ChromeBlueprint, VelcronAppDefinition, ColorValue, ChromeBlueprints, Bl
|
|
2
2
|
export declare const useChromeEditorStore: () => {
|
3
3
|
state: {
|
4
4
|
editMode: boolean;
|
5
|
-
previewColorSchema: "
|
5
|
+
previewColorSchema: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
6
6
|
backgroundOpacity: number;
|
7
7
|
backgroundColor: ColorValue;
|
8
8
|
editingBlueprint: ChromeBlueprint;
|
@@ -11,7 +11,7 @@ export declare const useChromeEditorStore: () => {
|
|
11
11
|
};
|
12
12
|
events: {
|
13
13
|
onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
14
|
-
onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"
|
14
|
+
onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
15
15
|
onMutatedBackgroundOpacity: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
|
16
16
|
onMutatedBackgroundColor: import("@omnia/fx").MessageBusExposeOnlySubscription<ColorValue>;
|
17
17
|
onMutatedEditingBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<ChromeBlueprint>;
|
@@ -121,7 +121,7 @@ export declare const useComponentsEditorStore: () => {
|
|
121
121
|
blockEditorStore: {
|
122
122
|
state: {
|
123
123
|
editMode: boolean;
|
124
|
-
previewColorSchema: "
|
124
|
+
previewColorSchema: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
125
125
|
backgroundOpacity: number;
|
126
126
|
backgroundColor: import("@omnia/fx-models").ColorValue;
|
127
127
|
editingBlueprint: import("@omnia/fx-models").ChromeBlueprint;
|
@@ -130,7 +130,7 @@ export declare const useComponentsEditorStore: () => {
|
|
130
130
|
};
|
131
131
|
events: {
|
132
132
|
onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
133
|
-
onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"
|
133
|
+
onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
134
134
|
onMutatedBackgroundOpacity: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
|
135
135
|
onMutatedBackgroundColor: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ColorValue>;
|
136
136
|
onMutatedEditingBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ChromeBlueprint>;
|
@@ -5,7 +5,7 @@ export declare const useTypographyEditorStore: () => {
|
|
5
5
|
blueprint: TypographyBlueprint;
|
6
6
|
editMode: boolean;
|
7
7
|
selectedTypography: {
|
8
|
-
type: "
|
8
|
+
type: "title" | "text" | "navigation";
|
9
9
|
size: TypographySizes;
|
10
10
|
definition: TypographyDefinition;
|
11
11
|
};
|
@@ -17,7 +17,7 @@ export declare const useTypographyEditorStore: () => {
|
|
17
17
|
onMutatedBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<TypographyBlueprint>;
|
18
18
|
onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
19
19
|
onMutatedSelectedTypography: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
20
|
-
type: "
|
20
|
+
type: "title" | "text" | "navigation";
|
21
21
|
size: TypographySizes;
|
22
22
|
definition: TypographyDefinition;
|
23
23
|
}>;
|
@@ -27,7 +27,7 @@ export declare const useTypographyEditorStore: () => {
|
|
27
27
|
actions: {
|
28
28
|
onDispatching: {
|
29
29
|
setSelectedDefinition: {
|
30
|
-
subscribe(fn: (type: "
|
30
|
+
subscribe(fn: (type: "title" | "text" | "navigation", size: TypographySizes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
31
31
|
};
|
32
32
|
setSelectedFillVariant: {
|
33
33
|
subscribe(fn: (fillVariant: FillVariant) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -62,7 +62,7 @@ export declare const useTypographyEditorStore: () => {
|
|
62
62
|
};
|
63
63
|
onDispatched: {
|
64
64
|
setSelectedDefinition: {
|
65
|
-
subscribe(fn: (result: void, type: "
|
65
|
+
subscribe(fn: (result: void, type: "title" | "text" | "navigation", size: TypographySizes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
66
66
|
};
|
67
67
|
setSelectedFillVariant: {
|
68
68
|
subscribe(fn: (result: void, fillVariant: FillVariant) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -97,7 +97,7 @@ export declare const useTypographyEditorStore: () => {
|
|
97
97
|
};
|
98
98
|
onFailure: {
|
99
99
|
setSelectedDefinition: {
|
100
|
-
subscribe(fn: (failureReason: any, type: "
|
100
|
+
subscribe(fn: (failureReason: any, type: "title" | "text" | "navigation", size: TypographySizes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
101
101
|
};
|
102
102
|
setSelectedFillVariant: {
|
103
103
|
subscribe(fn: (failureReason: any, fillVariant: FillVariant) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -10,7 +10,7 @@ declare const _default: (props: {
|
|
10
10
|
individualBorderWidthSelection?: boolean;
|
11
11
|
elevation?: boolean;
|
12
12
|
createNewColorDynamic?: boolean;
|
13
|
-
dynamicColorSchemaType?: "
|
13
|
+
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
14
14
|
enableDynamicColor?: boolean;
|
15
15
|
label?: string;
|
16
16
|
} & Omit<{}, "fill" | "border" | "label" | "elevation" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic" | "individualRadiusSelection" | "individualBorderWidthSelection"> & {
|
@@ -66,7 +66,7 @@ declare const _default: (props: {
|
|
66
66
|
individualBorderWidthSelection?: boolean;
|
67
67
|
elevation?: boolean;
|
68
68
|
createNewColorDynamic?: boolean;
|
69
|
-
dynamicColorSchemaType?: "
|
69
|
+
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
70
70
|
enableDynamicColor?: boolean;
|
71
71
|
label?: string;
|
72
72
|
} & {
|
package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts
CHANGED
@@ -7,7 +7,7 @@ declare const _default: (props: {
|
|
7
7
|
individualRadiusSelection?: boolean;
|
8
8
|
individualWidthSelection?: boolean;
|
9
9
|
themeType?: ThemeContextType;
|
10
|
-
dynamicColorSchemaType?: "
|
10
|
+
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
11
11
|
enableDynamicColor?: boolean;
|
12
12
|
createNewColorDynamic?: boolean;
|
13
13
|
toned?: boolean;
|
@@ -63,7 +63,7 @@ declare const _default: (props: {
|
|
63
63
|
individualRadiusSelection?: boolean;
|
64
64
|
individualWidthSelection?: boolean;
|
65
65
|
themeType?: ThemeContextType;
|
66
|
-
dynamicColorSchemaType?: "
|
66
|
+
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
67
67
|
enableDynamicColor?: boolean;
|
68
68
|
createNewColorDynamic?: boolean;
|
69
69
|
toned?: boolean;
|
package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts
CHANGED
@@ -5,7 +5,7 @@ declare const _default: (props: {
|
|
5
5
|
modelValue?: ChromeBlueprints;
|
6
6
|
toned?: boolean;
|
7
7
|
themeType?: ThemeContextType;
|
8
|
-
dynamicColorSchemaType?: "
|
8
|
+
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
9
9
|
} & Omit<{
|
10
10
|
"onClick:select"?: (variant: BlueprintVariant) => any;
|
11
11
|
}, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType"> & {
|
@@ -56,7 +56,7 @@ declare const _default: (props: {
|
|
56
56
|
modelValue?: ChromeBlueprints;
|
57
57
|
toned?: boolean;
|
58
58
|
themeType?: ThemeContextType;
|
59
|
-
dynamicColorSchemaType?: "
|
59
|
+
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
60
60
|
} & {
|
61
61
|
"v-slots"?: {
|
62
62
|
default?: import("vue").Slot;
|
@@ -18,11 +18,11 @@ declare const _default: {
|
|
18
18
|
type: import("vue").PropType<boolean>;
|
19
19
|
};
|
20
20
|
"preview-color-schema-type": {
|
21
|
-
type: import("vue").PropType<"
|
21
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
22
22
|
required: false;
|
23
23
|
};
|
24
24
|
previewColorSchemaType: {
|
25
|
-
type: import("vue").PropType<"
|
25
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
26
26
|
required: false;
|
27
27
|
};
|
28
28
|
"onUpdate:modelValue": {
|
@@ -113,11 +113,11 @@ declare const _default: {
|
|
113
113
|
type: import("vue").PropType<boolean>;
|
114
114
|
};
|
115
115
|
"preview-color-schema-type": {
|
116
|
-
type: import("vue").PropType<"
|
116
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
117
117
|
required: false;
|
118
118
|
};
|
119
119
|
previewColorSchemaType: {
|
120
|
-
type: import("vue").PropType<"
|
120
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
121
121
|
required: false;
|
122
122
|
};
|
123
123
|
"onUpdate:modelValue": {
|
@@ -213,11 +213,11 @@ declare const _default: {
|
|
213
213
|
type: import("vue").PropType<boolean>;
|
214
214
|
};
|
215
215
|
"preview-color-schema-type": {
|
216
|
-
type: import("vue").PropType<"
|
216
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
217
217
|
required: false;
|
218
218
|
};
|
219
219
|
previewColorSchemaType: {
|
220
|
-
type: import("vue").PropType<"
|
220
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
221
221
|
required: false;
|
222
222
|
};
|
223
223
|
"onUpdate:modelValue": {
|
@@ -310,11 +310,11 @@ declare const _default: {
|
|
310
310
|
type: import("vue").PropType<boolean>;
|
311
311
|
};
|
312
312
|
"preview-color-schema-type": {
|
313
|
-
type: import("vue").PropType<"
|
313
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
314
314
|
required: false;
|
315
315
|
};
|
316
316
|
previewColorSchemaType: {
|
317
|
-
type: import("vue").PropType<"
|
317
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
318
318
|
required: false;
|
319
319
|
};
|
320
320
|
"onUpdate:modelValue": {
|
@@ -455,8 +455,8 @@ declare const _default: {
|
|
455
455
|
"v-model"?: BlueprintVariant | ChromeBlueprint;
|
456
456
|
"onUpdate:modelValue"?: (value: BlueprintVariant | ChromeBlueprint) => any;
|
457
457
|
modelValue?: BlueprintVariant | ChromeBlueprint;
|
458
|
-
previewColorSchemaType?: "
|
459
|
-
"preview-color-schema-type"?: "
|
458
|
+
previewColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
459
|
+
"preview-color-schema-type"?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
460
460
|
customChrome?: boolean;
|
461
461
|
"custom-chrome"?: boolean;
|
462
462
|
}>, "onUpdate:modelValue"> & {
|
package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts
CHANGED
@@ -39,10 +39,10 @@ declare const _default: {
|
|
39
39
|
type: import("vue").PropType<boolean>;
|
40
40
|
};
|
41
41
|
"dynamic-color-schema-type": {
|
42
|
-
type: import("vue").PropType<"
|
42
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
43
43
|
};
|
44
44
|
dynamicColorSchemaType: {
|
45
|
-
type: import("vue").PropType<"
|
45
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
46
46
|
};
|
47
47
|
type: {
|
48
48
|
type: import("vue").PropType<ColorPickerType>;
|
@@ -165,10 +165,10 @@ declare const _default: {
|
|
165
165
|
type: import("vue").PropType<boolean>;
|
166
166
|
};
|
167
167
|
"dynamic-color-schema-type": {
|
168
|
-
type: import("vue").PropType<"
|
168
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
169
169
|
};
|
170
170
|
dynamicColorSchemaType: {
|
171
|
-
type: import("vue").PropType<"
|
171
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
172
172
|
};
|
173
173
|
type: {
|
174
174
|
type: import("vue").PropType<ColorPickerType>;
|
@@ -300,10 +300,10 @@ declare const _default: {
|
|
300
300
|
type: import("vue").PropType<boolean>;
|
301
301
|
};
|
302
302
|
"dynamic-color-schema-type": {
|
303
|
-
type: import("vue").PropType<"
|
303
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
304
304
|
};
|
305
305
|
dynamicColorSchemaType: {
|
306
|
-
type: import("vue").PropType<"
|
306
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
307
307
|
};
|
308
308
|
type: {
|
309
309
|
type: import("vue").PropType<ColorPickerType>;
|
@@ -432,10 +432,10 @@ declare const _default: {
|
|
432
432
|
type: import("vue").PropType<boolean>;
|
433
433
|
};
|
434
434
|
"dynamic-color-schema-type": {
|
435
|
-
type: import("vue").PropType<"
|
435
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
436
436
|
};
|
437
437
|
dynamicColorSchemaType: {
|
438
|
-
type: import("vue").PropType<"
|
438
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
439
439
|
};
|
440
440
|
type: {
|
441
441
|
type: import("vue").PropType<ColorPickerType>;
|
@@ -600,8 +600,8 @@ declare const _default: {
|
|
600
600
|
modelValue?: ColorValue;
|
601
601
|
themeType?: ThemeContextType;
|
602
602
|
"theme-type"?: ThemeContextType;
|
603
|
-
dynamicColorSchemaType?: "
|
604
|
-
"dynamic-color-schema-type"?: "
|
603
|
+
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
604
|
+
"dynamic-color-schema-type"?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
605
605
|
enableDynamicColor?: boolean;
|
606
606
|
"enable-dynamic-color"?: boolean;
|
607
607
|
customColor?: boolean;
|