@omnia/fx 8.0.552-dev → 8.0.553-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 +2 -0
- package/internal-do-not-import-from-here/ux/app/management/blades/EditAliasBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/themes/loc/localize.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/themes/store/ThemeEditorStore.d.ts +89 -8
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/store/ButtonStylePickerStore.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/store/SpacingPickerStore.d.ts +14 -3
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/store/ThemeDefinitionPickerStore.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/Registrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStorage.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/BlueprintValues.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/editorchrome/models/EditorChromeRegistration.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/journey/JourneyDocumentation.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Layout.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/avatar/AvatarIndicator.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/oxide/avatar/AvatarIndicator.stylex.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/oxide/picker/stores/PickerStore.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +7 -5
- package/internal-do-not-import-from-here/wctypings.d.ts +1 -1
- package/package.json +2 -2
- /package/internal-do-not-import-from-here/ux/{layoutcanvas/editor/settings/section/General.d.ts → aurora/admin/theme-designer/themes/EditIconStyleBlade.d.ts} +0 -0
@@ -1230,6 +1230,7 @@ export interface OmniaUxLocalization {
|
|
1230
1230
|
BlockTheming: string;
|
1231
1231
|
};
|
1232
1232
|
SectionSettings: {
|
1233
|
+
layoutMargins?: boolean;
|
1233
1234
|
BorderWidth: string;
|
1234
1235
|
BorderColor: string;
|
1235
1236
|
ThemingBlocks: string;
|
@@ -1296,6 +1297,7 @@ export interface OmniaUxLocalization {
|
|
1296
1297
|
Hero: string;
|
1297
1298
|
Tab: string;
|
1298
1299
|
Slider: string;
|
1300
|
+
Container: string;
|
1299
1301
|
};
|
1300
1302
|
DisplayBreakPoints: {
|
1301
1303
|
ExtraSmall: string;
|
@@ -17,5 +17,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
17
17
|
default?: import("vue").Slot;
|
18
18
|
$stable?: boolean;
|
19
19
|
}, never>;
|
20
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "item" | "
|
20
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "item" | "v-model" | "modelValue" | "validator" | "emit:update:modelValue"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
21
21
|
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/themes/loc/localize.d.ts
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
export declare namespace OmniaThemeDesignerLocalization {
|
2
|
+
const namespace = "Omnia.Theme.Designer";
|
3
|
+
interface locInterface {
|
4
|
+
LayoutWidth: string;
|
5
|
+
OrganizationLogo: string;
|
6
|
+
MediaResources: string;
|
7
|
+
ThemeIcon: {
|
8
|
+
IconStyle: string;
|
9
|
+
IconPack: string;
|
10
|
+
IconStyling: string;
|
11
|
+
ResetToDefault: string;
|
12
|
+
};
|
13
|
+
}
|
14
|
+
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { guid, ITemplateRegistration, ResolvedThemeDefinition, TemplateRegistrationType, ColorSchema, ColorSchemaType, MediaPickerImage, SpacingValue, Spacing } from "@omnia/fx-models";
|
1
|
+
import { guid, ITemplateRegistration, ResolvedThemeDefinition, TemplateRegistrationType, ColorSchema, ColorSchemaType, MediaPickerImage, SpacingValue, Spacing, ThemeIconStyle, ThemeIconPack, TypographyBlueprint, SpacingBlueprint, VersionedLayout, ComponentBlueprints, ContainerFillBlueprints, TextFillBlueprints } from "@omnia/fx-models";
|
2
2
|
export declare const useThemeEditorStore: () => {
|
3
3
|
state: {
|
4
4
|
definition: ITemplateRegistration<ResolvedThemeDefinition>;
|
@@ -6,9 +6,9 @@ export declare const useThemeEditorStore: () => {
|
|
6
6
|
enableDelete: boolean;
|
7
7
|
showComponentsEditor: boolean;
|
8
8
|
displayKey: guid;
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
editingSettings: {
|
10
|
+
layoutType: string;
|
11
|
+
layoutTypeWidth: number;
|
12
12
|
layoutMargin: SpacingValue;
|
13
13
|
blockSpacing: SpacingValue;
|
14
14
|
sectionMargin: Spacing;
|
@@ -18,6 +18,32 @@ export declare const useThemeEditorStore: () => {
|
|
18
18
|
show: boolean;
|
19
19
|
fillType: "text" | "container";
|
20
20
|
};
|
21
|
+
predifinedSettings: {
|
22
|
+
typography: {
|
23
|
+
custom: boolean;
|
24
|
+
value: any;
|
25
|
+
};
|
26
|
+
spacing: {
|
27
|
+
custom: boolean;
|
28
|
+
value: any;
|
29
|
+
};
|
30
|
+
chrome: {
|
31
|
+
custom: boolean;
|
32
|
+
value: any;
|
33
|
+
};
|
34
|
+
components: {
|
35
|
+
custom: boolean;
|
36
|
+
value: any;
|
37
|
+
};
|
38
|
+
containerFills: {
|
39
|
+
custom: boolean;
|
40
|
+
value: any;
|
41
|
+
};
|
42
|
+
textFills: {
|
43
|
+
custom: boolean;
|
44
|
+
value: any;
|
45
|
+
};
|
46
|
+
};
|
21
47
|
};
|
22
48
|
events: import("@omnia/fx/stores").StoreEvents<{
|
23
49
|
definition: ITemplateRegistration<ResolvedThemeDefinition>;
|
@@ -25,9 +51,9 @@ export declare const useThemeEditorStore: () => {
|
|
25
51
|
enableDelete: boolean;
|
26
52
|
showComponentsEditor: boolean;
|
27
53
|
displayKey: guid;
|
28
|
-
|
29
|
-
|
30
|
-
|
54
|
+
editingSettings: {
|
55
|
+
layoutType: string;
|
56
|
+
layoutTypeWidth: number;
|
31
57
|
layoutMargin: SpacingValue;
|
32
58
|
blockSpacing: SpacingValue;
|
33
59
|
sectionMargin: Spacing;
|
@@ -37,6 +63,32 @@ export declare const useThemeEditorStore: () => {
|
|
37
63
|
show: boolean;
|
38
64
|
fillType: "text" | "container";
|
39
65
|
};
|
66
|
+
predifinedSettings: {
|
67
|
+
typography: {
|
68
|
+
custom: boolean;
|
69
|
+
value: any;
|
70
|
+
};
|
71
|
+
spacing: {
|
72
|
+
custom: boolean;
|
73
|
+
value: any;
|
74
|
+
};
|
75
|
+
chrome: {
|
76
|
+
custom: boolean;
|
77
|
+
value: any;
|
78
|
+
};
|
79
|
+
components: {
|
80
|
+
custom: boolean;
|
81
|
+
value: any;
|
82
|
+
};
|
83
|
+
containerFills: {
|
84
|
+
custom: boolean;
|
85
|
+
value: any;
|
86
|
+
};
|
87
|
+
textFills: {
|
88
|
+
custom: boolean;
|
89
|
+
value: any;
|
90
|
+
};
|
91
|
+
};
|
40
92
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
41
93
|
rules: {
|
42
94
|
colors: {
|
@@ -58,12 +110,34 @@ export declare const useThemeEditorStore: () => {
|
|
58
110
|
mediaResources(): {
|
59
111
|
setLogo: (image: MediaPickerImage) => void;
|
60
112
|
};
|
113
|
+
icon(): {
|
114
|
+
setIconStyle: (iconStyle: ThemeIconStyle) => void;
|
115
|
+
setIconPack: (iconPack: ThemeIconPack) => void;
|
116
|
+
};
|
61
117
|
addThemeDefinition(): void;
|
62
118
|
importThemeDefinition(themeDefinition2Import: ITemplateRegistration<ResolvedThemeDefinition>): void;
|
63
119
|
editThemeDefinition(definition: ITemplateRegistration<ResolvedThemeDefinition>): void;
|
64
120
|
copyDefinition(definition: ITemplateRegistration<ResolvedThemeDefinition>): void;
|
65
|
-
save(): Promise<
|
121
|
+
save(): Promise<void>;
|
66
122
|
delete(): Promise<boolean>;
|
123
|
+
presets: () => {
|
124
|
+
toggle: {
|
125
|
+
typography: (value: boolean) => void;
|
126
|
+
spacing: (value: boolean) => void;
|
127
|
+
chrome: (value: boolean) => void;
|
128
|
+
components: (value: boolean) => void;
|
129
|
+
containerFills: (value: boolean) => void;
|
130
|
+
textFills: (value: boolean) => void;
|
131
|
+
};
|
132
|
+
set: {
|
133
|
+
typography: (blueprint: TypographyBlueprint) => void;
|
134
|
+
spacing: (spacing: SpacingBlueprint) => void;
|
135
|
+
chrome: (layout: VersionedLayout) => void;
|
136
|
+
components: (components: ComponentBlueprints) => void;
|
137
|
+
containerFills: (fill: ContainerFillBlueprints) => void;
|
138
|
+
textFills: (fill: TextFillBlueprints) => void;
|
139
|
+
};
|
140
|
+
};
|
67
141
|
}>;
|
68
142
|
get: {
|
69
143
|
colorSchema: {
|
@@ -82,6 +156,12 @@ export declare const useThemeEditorStore: () => {
|
|
82
156
|
mediaResources: {
|
83
157
|
logo: () => MediaPickerImage;
|
84
158
|
};
|
159
|
+
icon: {
|
160
|
+
style: () => ThemeIconStyle;
|
161
|
+
pack: () => ThemeIconPack;
|
162
|
+
readonly allStyles: ThemeIconStyle[];
|
163
|
+
readonly allPacks: ThemeIconPack[];
|
164
|
+
};
|
85
165
|
};
|
86
166
|
bladeId: {
|
87
167
|
editBlade: guid;
|
@@ -89,6 +169,7 @@ export declare const useThemeEditorStore: () => {
|
|
89
169
|
editColorSchemasBlade: guid;
|
90
170
|
editMediaResourcesBlade: guid;
|
91
171
|
editLayoutBlade: guid;
|
172
|
+
editIconStyleBlade: guid;
|
92
173
|
};
|
93
174
|
dataTypes: {
|
94
175
|
itemTypes: {
|
@@ -26,15 +26,18 @@ export declare const useButtonStylePickerStore: () => {
|
|
26
26
|
searchText: string;
|
27
27
|
blueprint: import("@omnia/fx-models").InputBlueprint;
|
28
28
|
variant: "button" | "dialog" | "dropdown" | "journey" | "virtual-list";
|
29
|
+
selectionBlade: import("@omnia/fx-models").guid;
|
29
30
|
showMenu: boolean;
|
30
31
|
};
|
31
32
|
events: import("@omnia/fx/stores").StoreEvents<{
|
32
33
|
searchText: string;
|
33
34
|
blueprint: import("@omnia/fx-models").InputBlueprint;
|
34
35
|
variant: "button" | "dialog" | "dropdown" | "journey" | "virtual-list";
|
36
|
+
selectionBlade: import("@omnia/fx-models").guid;
|
35
37
|
showMenu: boolean;
|
36
38
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
37
39
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
40
|
+
setSelectionJourney: (settings: import("../../../../oxide/picker/stores/PickerStore").SelectionJourney) => void;
|
38
41
|
itemSelections: () => {
|
39
42
|
show: () => void;
|
40
43
|
hide: () => void;
|
package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
import { DefineProp, DefinePropTheming, DefineVModel } from "@omnia/fx/ux";
|
2
|
-
import { Spacing, SpacingValue, SpacingScale } from "@omnia/fx/models";
|
3
|
-
type BaseProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"scaleSelection", boolean> & DefineProp<"allowNegativeNumbers", boolean> & DefineProp<"defaultScale", SpacingScale> & DefineProp<"label", string> & DefineProp<"toned", boolean>;
|
2
|
+
import { Spacing, SpacingValue, SpacingScale, SpacingPreset } from "@omnia/fx/models";
|
3
|
+
type BaseProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"scaleSelection", boolean> & DefineProp<"allowNegativeNumbers", boolean> & DefineProp<"defaultScale", SpacingScale> & DefineProp<"preset", SpacingPreset> & DefineProp<"label", string> & DefineProp<"toned", boolean>;
|
4
4
|
type SingleProps = DefineVModel<"", SpacingValue, false, null, false, "The v-model value of the component."> & BaseProps;
|
5
|
-
type MultiProps = DefineVModel<"", Spacing, false, null, false, "The v-model value of the component."> &
|
5
|
+
type MultiProps = DefineVModel<"", Spacing, false, null, false, "The v-model value of the component."> & DefineProp<"disableTop", boolean> & DefineProp<"disableBottom", boolean> & DefineProp<"disableLeft", boolean> & DefineProp<"disableRight", boolean> & BaseProps;
|
6
6
|
declare const _default: <TType extends "single" | "multi">(props: import("@omnia/fx/ux").ExtractProps<{
|
7
7
|
type?: TType;
|
8
8
|
} & (TType extends "multi" ? MultiProps : SingleProps)> & (({
|
@@ -1,7 +1,8 @@
|
|
1
|
-
import { Spacing, SpacingScale, SpacingValue } from "@omnia/fx-models";
|
1
|
+
import { Spacing, SpacingPreset, SpacingScale, SpacingValue } from "@omnia/fx-models";
|
2
2
|
import { Positions } from "../SpacingPicker3.css";
|
3
3
|
export declare const InputTypeDefinitions: readonly ["single", "multi"];
|
4
4
|
export type InputTypes = typeof InputTypeDefinitions[number];
|
5
|
+
type PresetSelection = "none" | "preset" | "custom";
|
5
6
|
export declare const useSpacingPickerStore: () => {
|
6
7
|
state: {
|
7
8
|
internalModel: Spacing | SpacingValue;
|
@@ -11,23 +12,32 @@ export declare const useSpacingPickerStore: () => {
|
|
11
12
|
position: Positions;
|
12
13
|
applyToAll: boolean;
|
13
14
|
};
|
15
|
+
presetSelection: PresetSelection;
|
14
16
|
settings: {
|
15
17
|
scaleSelection: boolean;
|
18
|
+
presetButtons: boolean;
|
16
19
|
type: "single" | "multi";
|
17
20
|
scale: SpacingScale;
|
21
|
+
preset: SpacingPreset;
|
18
22
|
};
|
19
23
|
};
|
20
24
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
25
|
+
selectPreset: (preset: PresetSelection) => void;
|
21
26
|
setSelectionContext(positions: Positions, applyToAll: boolean): void;
|
22
27
|
setCustomValueFromSelection: () => void;
|
23
28
|
updateValue: (value: number | SpacingValue) => void;
|
24
29
|
changeScale: () => void;
|
25
|
-
|
30
|
+
init: (model: Spacing | SpacingValue) => void;
|
26
31
|
}>;
|
27
32
|
get: {
|
28
33
|
valueForPosition: (position: Positions) => SpacingValue | Spacing;
|
29
34
|
};
|
30
|
-
datatTypes: {
|
35
|
+
datatTypes: {
|
36
|
+
presetOptions: {
|
37
|
+
id: PresetSelection;
|
38
|
+
title: string;
|
39
|
+
}[];
|
40
|
+
};
|
31
41
|
rules: {
|
32
42
|
isSelected: (position: Positions) => boolean;
|
33
43
|
isCustomValueSelected: () => boolean;
|
@@ -36,3 +46,4 @@ export declare const useSpacingPickerStore: () => {
|
|
36
46
|
} & {
|
37
47
|
dispose?: () => void;
|
38
48
|
};
|
49
|
+
export {};
|
@@ -11,15 +11,18 @@ export declare const useThemeDefinitionPickerStore: () => {
|
|
11
11
|
searchText: string;
|
12
12
|
blueprint: import("@omnia/fx-models").InputBlueprint;
|
13
13
|
variant: "button" | "dialog" | "dropdown" | "journey" | "virtual-list";
|
14
|
+
selectionBlade: guid;
|
14
15
|
showMenu: boolean;
|
15
16
|
};
|
16
17
|
events: import("@omnia/fx/stores").StoreEvents<{
|
17
18
|
searchText: string;
|
18
19
|
blueprint: import("@omnia/fx-models").InputBlueprint;
|
19
20
|
variant: "button" | "dialog" | "dropdown" | "journey" | "virtual-list";
|
21
|
+
selectionBlade: guid;
|
20
22
|
showMenu: boolean;
|
21
23
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
22
24
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
25
|
+
setSelectionJourney: (settings: import("internal/fx/ux/oxide/picker/stores/PickerStore").SelectionJourney) => void;
|
23
26
|
itemSelections: () => {
|
24
27
|
show: () => void;
|
25
28
|
hide: () => void;
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -7,12 +7,14 @@ export declare const useThemeProviderStore: () => {
|
|
7
7
|
defaultTheme: ResolvedThemeDefinition;
|
8
8
|
availableThemes: ThemesResolved;
|
9
9
|
isLoaded: boolean;
|
10
|
+
ready: boolean;
|
10
11
|
};
|
11
12
|
events: import("@omnia/fx/stores").StoreEvents<{
|
12
13
|
adminTheme: ResolvedThemeDefinition;
|
13
14
|
defaultTheme: ResolvedThemeDefinition;
|
14
15
|
availableThemes: ThemesResolved;
|
15
16
|
isLoaded: boolean;
|
17
|
+
ready: boolean;
|
16
18
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
17
19
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
18
20
|
reloadTheme(): Promise<void>;
|
@@ -21,7 +23,6 @@ export declare const useThemeProviderStore: () => {
|
|
21
23
|
delete(id: guid): Promise<unknown>;
|
22
24
|
}>;
|
23
25
|
get: {
|
24
|
-
readonly additionalThemeId: guid;
|
25
26
|
readonly adminTheme: ResolvedThemeDefinition;
|
26
27
|
readonly defaultTheme: ResolvedThemeDefinition;
|
27
28
|
getByType: (type: TemplateRegistrationType) => Array<any>;
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { Spacing } from "@omnia/fx-models";
|
1
|
+
import { Spacing, SpacingPreset } from "@omnia/fx-models";
|
2
2
|
import { useSpacingBlueprintStore } from "@omnia/fx-models/internal-do-not-import-from-here/shared/aurora/stores";
|
3
3
|
export declare namespace BlueprintValues {
|
4
4
|
function getBlueprintSpacingValue(value: any, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): number;
|
5
|
-
function getBlueprintSpacingValues(value: Spacing, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Spacing;
|
5
|
+
function getBlueprintSpacingValues(value: Spacing | SpacingPreset, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Spacing;
|
6
6
|
}
|
@@ -104,11 +104,11 @@ declare const dialogComponent: {
|
|
104
104
|
}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
105
105
|
propsDefinition: Omit<Readonly<{} & {
|
106
106
|
title?: string;
|
107
|
+
light?: boolean;
|
107
108
|
maxWidth?: string | number;
|
108
109
|
position?: DialogPositions;
|
109
110
|
width?: string | number;
|
110
111
|
lazy?: boolean;
|
111
|
-
light?: boolean;
|
112
112
|
onClose?: () => void;
|
113
113
|
dark?: boolean;
|
114
114
|
disabled?: boolean;
|
package/internal-do-not-import-from-here/ux/editorchrome/models/EditorChromeRegistration.d.ts
CHANGED
@@ -28,6 +28,10 @@ export interface EditorChromeConfiguration {
|
|
28
28
|
id: guid;
|
29
29
|
renderer?: () => Array<JSX.Element> | JSX.Element;
|
30
30
|
title?: string;
|
31
|
+
/**
|
32
|
+
* type of chrome configuration
|
33
|
+
*/
|
34
|
+
type?: string;
|
31
35
|
hidden?: boolean | (() => boolean);
|
32
36
|
icon?: IIcon;
|
33
37
|
onActivated?: () => void;
|
@@ -1,10 +1,13 @@
|
|
1
1
|
import { Documentation } from "@omnia/fx/ux";
|
2
|
+
import { guid } from "@omnia/fx-models";
|
2
3
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
4
|
documentation?: Documentation;
|
5
|
+
} & {
|
6
|
+
bladeId?: guid;
|
4
7
|
}> & {} & {
|
5
8
|
"v-slots"?: {} & Omit<{
|
6
9
|
default?: import("vue").Slot;
|
7
10
|
$stable?: boolean;
|
8
11
|
}, never>;
|
9
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "documentation"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
12
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "documentation" | "bladeId"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
10
13
|
export default _default;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
$stable?: boolean;
|
5
|
+
}, never>;
|
6
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
7
|
+
export default _default;
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import { DefineProp, DefinePropTheming } from "@omnia/fx/ux";
|
2
2
|
import { ColorType, OSizeTypes } from "@omnia/fx-models";
|
3
|
-
type AvatarProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"color", string, false, null, "The color of the component."> & DefineProp<"toned", boolean, false, false, "If the toned color should be used."> & DefineProp<"size", OSizeTypes | number, false, null, "The size of the component."> & DefineProp<"colorType", ColorType, false, null, "Sets the colorType to use for the icons. Default is onBase."> & DefineProp<"gradient", boolean, false, false, "Applies a gradient effect to the component.">;
|
3
|
+
type AvatarProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"color", string, false, null, "The color of the component."> & DefineProp<"toned", boolean, false, false, "If the toned color should be used."> & DefineProp<"size", OSizeTypes | number, false, null, "The size of the component."> & DefineProp<"colorType", ColorType, false, null, "Sets the colorType to use for the icons. Default is onBase."> & DefineProp<"gradient", boolean, false, false, "Applies a gradient effect to the component."> & DefineProp<"showIndicator", boolean, false, false, "Show the avatar halo."> & DefineProp<"notificationCount", number, false, null, "Show the number in badge.">;
|
4
4
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<AvatarProps> & {} & {
|
5
5
|
"v-slots"?: {} & Omit<{
|
6
6
|
default?: import("vue").Slot;
|
7
7
|
$stable?: boolean;
|
8
8
|
}, never>;
|
9
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "color" | "size" | "class" | "colors" | "gradient" | "colorType" | "toned"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
9
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "color" | "size" | "class" | "colors" | "gradient" | "colorType" | "toned" | "showIndicator" | "notificationCount"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
10
10
|
export default _default;
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { DefineProp } from "@omnia/fx/ux";
|
2
|
+
import { OSizeTypes } from "@omnia/fx-models";
|
3
|
+
type AvatarIndicatorProps = DefineProp<"showIndicator", boolean, false, false, "Show the avatar halo."> & DefineProp<"notificationCount", number, false, null, "Show the number in badge."> & DefineProp<"size", OSizeTypes | number, false, null, "The size of the component.">;
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<AvatarIndicatorProps> & {} & {
|
5
|
+
"v-slots"?: {} & Omit<{
|
6
|
+
default?: import("vue").Slot;
|
7
|
+
$stable?: boolean;
|
8
|
+
}, never>;
|
9
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "size" | "showIndicator" | "notificationCount"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
10
|
+
export default _default;
|
@@ -0,0 +1,5 @@
|
|
1
|
+
import { OSizeTypes } from "@omnia/fx-models";
|
2
|
+
import { InternalColorSchemaStoreType } from "@omnia/fx/ux";
|
3
|
+
export declare const AvatarIndicatorStyles: {
|
4
|
+
halo: (size: OSizeTypes | number, colors: InternalColorSchemaStoreType) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
5
|
+
};
|
@@ -1,6 +1,12 @@
|
|
1
1
|
import { guid, InputBlueprint, MenuState, OSelectVariants } from "@omnia/fx-models";
|
2
2
|
import { VNodeChild } from "vue";
|
3
|
+
import { useJourneyStore } from "@omnia/fx/ux";
|
3
4
|
type PickerVariant = "dialog" | "virtual-list" | OSelectVariants | "journey";
|
5
|
+
export interface SelectionJourney {
|
6
|
+
store: ReturnType<typeof useJourneyStore>;
|
7
|
+
show: () => void;
|
8
|
+
hide: () => void;
|
9
|
+
}
|
4
10
|
export declare const usePickerStore: () => {
|
5
11
|
readonly slots: {
|
6
12
|
selectionRender: () => VNodeChild;
|
@@ -9,15 +15,18 @@ export declare const usePickerStore: () => {
|
|
9
15
|
searchText: string;
|
10
16
|
blueprint: InputBlueprint;
|
11
17
|
variant: PickerVariant;
|
18
|
+
selectionBlade: guid;
|
12
19
|
showMenu: boolean;
|
13
20
|
};
|
14
21
|
events: import("@omnia/fx/stores").StoreEvents<{
|
15
22
|
searchText: string;
|
16
23
|
blueprint: InputBlueprint;
|
17
24
|
variant: PickerVariant;
|
25
|
+
selectionBlade: guid;
|
18
26
|
showMenu: boolean;
|
19
27
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
20
28
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
29
|
+
setSelectionJourney: (settings: SelectionJourney) => void;
|
21
30
|
itemSelections: () => {
|
22
31
|
show: () => void;
|
23
32
|
hide: () => void;
|
@@ -15,5 +15,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<TabProps> &
|
|
15
15
|
default?: import("vue").Slot;
|
16
16
|
$stable?: boolean;
|
17
17
|
}, "itemRendering">;
|
18
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "colorSchemaType" | "icon" | "variant" | "class" | "disabled" | "colors" | "eager" | "
|
18
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "colorSchemaType" | "icon" | "variant" | "class" | "disabled" | "colors" | "eager" | "notificationCount" | "slot:itemRendering"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
19
19
|
export default _default;
|
@@ -1,20 +1,22 @@
|
|
1
1
|
import { UserIdentity } from "@omnia/fx-models";
|
2
2
|
import { DefineEmit } from "@omnia/fx/ux";
|
3
3
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
4
|
-
"emit:update:modelValue": (value:
|
4
|
+
"emit:update:modelValue": (value: boolean) => void;
|
5
5
|
} & {
|
6
|
-
"v-model"?:
|
6
|
+
"v-model"?: boolean;
|
7
7
|
} & {
|
8
|
-
modelValue?:
|
8
|
+
modelValue?: boolean;
|
9
|
+
} & {
|
10
|
+
user?: UserIdentity;
|
9
11
|
} & {
|
10
12
|
removeElementAfterClosing?: boolean;
|
11
13
|
} & DefineEmit<"close", () => void>> & {
|
12
14
|
onClose?: () => any;
|
13
|
-
"onUpdate:modelValue"?: (value:
|
15
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
14
16
|
} & {
|
15
17
|
"v-slots"?: {} & Omit<{
|
16
18
|
default?: import("vue").Slot;
|
17
19
|
$stable?: boolean;
|
18
20
|
}, never>;
|
19
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "modelValue" | "emit:update:modelValue" | "emit:close" | "removeElementAfterClosing"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
21
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "user" | "v-model" | "modelValue" | "emit:update:modelValue" | "emit:close" | "removeElementAfterClosing"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
20
22
|
export default _default;
|
@@ -602,7 +602,7 @@ import wc221ed456340d4c1fa7522b7bee6d7a64 from './ux/layoutcanvas/editor/setting
|
|
602
602
|
import wc9e404f90ca6640f19c3fece23b073993 from './ux/layoutcanvas/editor/settings/layout/Style';
|
603
603
|
import wc4a31764ba9f6414a96192d0d02456086 from './ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard';
|
604
604
|
import wc160a5d56895f4a66a9dae49cffdae312 from './ux/layoutcanvas/editor/settings/lock/Lock';
|
605
|
-
import wc51c48c7bbe4245888bbf2f98884d6028 from './ux/layoutcanvas/editor/settings/section/
|
605
|
+
import wc51c48c7bbe4245888bbf2f98884d6028 from './ux/layoutcanvas/editor/settings/section/Layout';
|
606
606
|
import wc68724008d5d046b8a2f969ee90eece2c from './ux/layoutcanvas/editor/settings/section/Spacing';
|
607
607
|
import wc08384c0236f840719ee3d8e018718e68 from './ux/layoutcanvas/editor/settings/section/Style';
|
608
608
|
import wc245a49e2d21a4b4ca849825b903103fe from './ux/layoutcanvas/editor/settings/section/Css';
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.553-dev",
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
],
|
21
21
|
"author": "Omnia Digital Workplace AB",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.553-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|