@omnia/fx 8.0.301-dev → 8.0.303-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/utils/Utils.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ButtonsEditorStore.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +11 -3
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainerFillsEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/TabsEditorStore.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +8 -12
- package/internal-do-not-import-from-here/ux/aurora/blueprintstrategy/DefaultTypography.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/blueprintstrategy/MD2Blueprint.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/blueprintstrategy/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerBlueprintsViewer.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +91 -91
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintsViewer.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +3 -21
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +1 -28
- package/internal-do-not-import-from-here/ux/aurora/store/ColorManager.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/aurora/store/VariantManager.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +19 -20
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/ApiExplorerCommand.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/components/ApiExplorer.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/components/ApiExplorer.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/models/RequestMethodSelection.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/stores/ApiExplorerStore.d.ts +50 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/commandpalette/models/CommandPaletteCustomComponentOptions.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/commandpalette/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/commandpalette/stores/CommandStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/docs/stores/DocRouterStore.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/docs/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/use/MediaflowProviderStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/MentionComponent/MentionComponent.d.ts +3 -75
- package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +10 -0
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/admin/AdminRouterTokenRegistrationApi.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/admin/AdminVisibiltyController.d.ts +0 -1
@@ -15,8 +15,8 @@ export declare const useMediaflowProviderStore: () => {
|
|
15
15
|
init: () => Promise<void>;
|
16
16
|
loadSettings: () => Promise<void>;
|
17
17
|
loadAuthenticationInfo: () => Promise<void>;
|
18
|
-
handleVideo: (source: MediaflowInformation, folderId: number) => Promise<void>;
|
19
|
-
handleImage: (source: Partial<MediaFlowImage>, folderId: number) => Promise<void>;
|
18
|
+
handleVideo: (source: MediaflowInformation, folderId: number, altText?: string) => Promise<void>;
|
19
|
+
handleImage: (source: Partial<MediaFlowImage>, folderId: number, altText?: string) => Promise<void>;
|
20
20
|
reportUsage: (mediaId: number) => Promise<void>;
|
21
21
|
ensureBearerToken: () => Promise<void>;
|
22
22
|
}>;
|
@@ -151,12 +151,12 @@ declare const _default: {
|
|
151
151
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
152
152
|
propsDefinition: Omit<Readonly<{} & {
|
153
153
|
container?: boolean;
|
154
|
+
variant?: "default" | "dialog" | "editor" | "app";
|
154
155
|
class?: String | String[];
|
155
156
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
156
157
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
157
158
|
"v-model"?: boolean;
|
158
159
|
modelValue?: boolean;
|
159
|
-
variant?: "default" | "dialog" | "editor" | "app";
|
160
160
|
overrides?: object;
|
161
161
|
toned?: boolean;
|
162
162
|
"onUpdate:modelValue"?: (value: boolean) => any | void;
|
@@ -16,7 +16,7 @@ declare const _default: {
|
|
16
16
|
type: import("vue").PropType<"default" | "prominent">;
|
17
17
|
};
|
18
18
|
direction: {
|
19
|
-
type: import("vue").PropType<"
|
19
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
20
20
|
};
|
21
21
|
persistentHint: {
|
22
22
|
type: import("vue").PropType<boolean>;
|
@@ -92,7 +92,7 @@ declare const _default: {
|
|
92
92
|
type: import("vue").PropType<"default" | "prominent">;
|
93
93
|
};
|
94
94
|
direction: {
|
95
|
-
type: import("vue").PropType<"
|
95
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
96
96
|
};
|
97
97
|
persistentHint: {
|
98
98
|
type: import("vue").PropType<boolean>;
|
@@ -165,7 +165,7 @@ declare const _default: {
|
|
165
165
|
type: import("vue").PropType<"default" | "prominent">;
|
166
166
|
};
|
167
167
|
direction: {
|
168
|
-
type: import("vue").PropType<"
|
168
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
169
169
|
};
|
170
170
|
persistentHint: {
|
171
171
|
type: import("vue").PropType<boolean>;
|
@@ -219,15 +219,15 @@ declare const _default: {
|
|
219
219
|
container: boolean;
|
220
220
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
221
221
|
propsDefinition: Omit<Readonly<{} & {
|
222
|
-
direction?: "
|
222
|
+
direction?: "vertical" | "horizontal";
|
223
223
|
container?: boolean;
|
224
|
+
variant?: "default" | "prominent";
|
224
225
|
class?: String | String[];
|
225
226
|
label?: string;
|
226
227
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
227
228
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
228
229
|
"v-model"?: [number, number];
|
229
230
|
modelValue?: [number, number];
|
230
|
-
variant?: "default" | "prominent";
|
231
231
|
"onUpdate:modelValue"?: (value: [number, number]) => any | void;
|
232
232
|
hint?: string;
|
233
233
|
persistentHint?: boolean;
|
package/internal-do-not-import-from-here/ux/richtexteditor/MentionComponent/MentionComponent.d.ts
CHANGED
@@ -1,77 +1,5 @@
|
|
1
|
+
import { DefineProp, DefineVModel } from "@omnia/fx/ux";
|
1
2
|
import { UserIdentity } from "@omnia/fx-models";
|
2
|
-
|
3
|
-
|
4
|
-
url: {
|
5
|
-
type: import("vue").PropType<string>;
|
6
|
-
};
|
7
|
-
userLabel: {
|
8
|
-
type: import("vue").PropType<string>;
|
9
|
-
};
|
10
|
-
"onUpdate:userName": {
|
11
|
-
type: import("vue").PropType<(value: string | UserIdentity) => any | void>;
|
12
|
-
};
|
13
|
-
"v-model:userName": {
|
14
|
-
type: import("vue").PropType<string | UserIdentity>;
|
15
|
-
required: false;
|
16
|
-
};
|
17
|
-
userName: {
|
18
|
-
type: import("vue").PropType<string | UserIdentity>;
|
19
|
-
required: false;
|
20
|
-
};
|
21
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
22
|
-
P: {};
|
23
|
-
B: {};
|
24
|
-
D: {};
|
25
|
-
C: {};
|
26
|
-
M: {};
|
27
|
-
Defaults: {};
|
28
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
29
|
-
url: {
|
30
|
-
type: import("vue").PropType<string>;
|
31
|
-
};
|
32
|
-
userLabel: {
|
33
|
-
type: import("vue").PropType<string>;
|
34
|
-
};
|
35
|
-
"onUpdate:userName": {
|
36
|
-
type: import("vue").PropType<(value: string | UserIdentity) => any | void>;
|
37
|
-
};
|
38
|
-
"v-model:userName": {
|
39
|
-
type: import("vue").PropType<string | UserIdentity>;
|
40
|
-
required: false;
|
41
|
-
};
|
42
|
-
userName: {
|
43
|
-
type: import("vue").PropType<string | UserIdentity>;
|
44
|
-
required: false;
|
45
|
-
};
|
46
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
47
|
-
__isFragment?: never;
|
48
|
-
__isTeleport?: never;
|
49
|
-
__isSuspense?: never;
|
50
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
51
|
-
url: {
|
52
|
-
type: import("vue").PropType<string>;
|
53
|
-
};
|
54
|
-
userLabel: {
|
55
|
-
type: import("vue").PropType<string>;
|
56
|
-
};
|
57
|
-
"onUpdate:userName": {
|
58
|
-
type: import("vue").PropType<(value: string | UserIdentity) => any | void>;
|
59
|
-
};
|
60
|
-
"v-model:userName": {
|
61
|
-
type: import("vue").PropType<string | UserIdentity>;
|
62
|
-
required: false;
|
63
|
-
};
|
64
|
-
userName: {
|
65
|
-
type: import("vue").PropType<string | UserIdentity>;
|
66
|
-
required: false;
|
67
|
-
};
|
68
|
-
}>>, () => JSX.Element, unknown, {}, {}, 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 & {
|
69
|
-
propsDefinition: Omit<Readonly<{} & {
|
70
|
-
url?: string;
|
71
|
-
userName?: string | UserIdentity;
|
72
|
-
userLabel?: string;
|
73
|
-
"onUpdate:userName"?: (value: string | UserIdentity) => any | void;
|
74
|
-
"v-model:userName"?: string | UserIdentity;
|
75
|
-
}>, never>;
|
76
|
-
};
|
3
|
+
type MentionComponentProps = DefineVModel<"userName", UserIdentity | string> & DefineProp<"userLabel", string> & DefineProp<"url", string>;
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<MentionComponentProps>) => any;
|
77
5
|
export default _default;
|
@@ -114,6 +114,7 @@ declare const _default: {
|
|
114
114
|
"reaction:selected": (value: Required<IUserReaction>) => true;
|
115
115
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
116
116
|
propsDefinition: Omit<Readonly<{} & {
|
117
|
+
variant?: ReactionVariants;
|
117
118
|
"v-slots"?: {
|
118
119
|
default?: import("../DefineVueTypings").Slot;
|
119
120
|
} & {
|
@@ -121,7 +122,6 @@ declare const _default: {
|
|
121
122
|
};
|
122
123
|
"v-model"?: Required<IUserReaction>[];
|
123
124
|
modelValue?: Required<IUserReaction>[];
|
124
|
-
variant?: ReactionVariants;
|
125
125
|
stacked?: boolean;
|
126
126
|
"onUpdate:modelValue"?: (value: Required<IUserReaction>[]) => any | void;
|
127
127
|
}>, "onUpdate:modelValue" | "onReaction:added" | "onReaction:removed" | "onReaction:selected"> & {
|
@@ -456,6 +456,7 @@ declare const _default: {
|
|
456
456
|
icon?: IIcon;
|
457
457
|
container?: boolean;
|
458
458
|
title?: string;
|
459
|
+
variant?: Variant;
|
459
460
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
460
461
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
461
462
|
"v-slots"?: {
|
@@ -465,7 +466,6 @@ declare const _default: {
|
|
465
466
|
};
|
466
467
|
"v-model"?: boolean;
|
467
468
|
modelValue?: boolean;
|
468
|
-
variant?: Variant;
|
469
469
|
"onUpdate:modelValue"?: (value: boolean) => any | void;
|
470
470
|
allowEdit?: boolean;
|
471
471
|
categoryFilters?: guid[];
|
@@ -503,6 +503,7 @@ import wc682077b575c74b2086cbf438346e0ed3 from './ux/aurora/admin/blades/templat
|
|
503
503
|
import wc5e7631b4411b498eafa68ebde2136cc5 from './ux/aurora/admin/blades/themedesigner/ThemeDesigner';
|
504
504
|
import wc136c9c57149747f198180bdf38a6b297 from './ux/aurora/admin/blades/themedesigner/PreviewJourney';
|
505
505
|
import wcbed95d1ec67f4a15986fc72adebdb78f from './ux/aurora/admin/blades/themes/ThemesJourney';
|
506
|
+
import wcd9508940e4fc434687528eb890ae70e9 from './ux/commandpalette/commands/api-explorer/components/ApiExplorer';
|
506
507
|
import wcf5cf0b4975644d688124880ae533869e from './ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings';
|
507
508
|
import wc2e52c0d860ec498fa3abf6b76eacc45d from './ux/layoutcanvas/editor/settings/block/Header';
|
508
509
|
import wc9666ee9da0af46ac8354f0577050cb60 from './ux/layoutcanvas/editor/settings/block/Spacing';
|
@@ -4095,6 +4096,15 @@ declare global {
|
|
4095
4096
|
};
|
4096
4097
|
};
|
4097
4098
|
};
|
4099
|
+
"api": {
|
4100
|
+
"explorer": typeof wcd9508940e4fc434687528eb890ae70e9 extends {
|
4101
|
+
propsDefinition: infer TProp;
|
4102
|
+
} ? {
|
4103
|
+
new (...args: any[]): {
|
4104
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4105
|
+
};
|
4106
|
+
} : typeof wcd9508940e4fc434687528eb890ae70e9;
|
4107
|
+
};
|
4098
4108
|
"add": {
|
4099
4109
|
"button": typeof wc1476702e8f24468d9185322be5931c54 extends {
|
4100
4110
|
propsDefinition: infer TProp;
|
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.303-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": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.303-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|
@@ -1 +0,0 @@
|
|
1
|
-
import "./AdminVisibiltyController";
|
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|