@omnia/fx 8.0.302-dev → 8.0.304-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/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +5 -13
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +0 -8
- 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/TypographyBlueprintStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/{utils/ColorPickerCommand.d.ts → api-explorer/ApiExplorerCommand.d.ts} +1 -1
- 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/commands/utils/{OmniaVerseCommand.d.ts → OpenDevDocsCommand.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/OpenVelcronStudioCommand.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/ThemePickerCommand.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/index.d.ts +3 -2
- 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 +33 -37
- 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 +4 -4
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +4 -4
- 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/splitpane/Splitpane.d.ts +7 -5
- 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
@@ -5,6 +5,7 @@ export declare const useTypographyEditorStore: () => {
|
|
5
5
|
availableFonts: ITemplateRegistration<IFontBlueprints>;
|
6
6
|
blueprint: TypographyBlueprint;
|
7
7
|
editMode: boolean;
|
8
|
+
editingType: TypographyType;
|
8
9
|
selectedTypography: {
|
9
10
|
type: TypographyType;
|
10
11
|
size: TypographySizes;
|
@@ -18,6 +19,7 @@ export declare const useTypographyEditorStore: () => {
|
|
18
19
|
availableFonts: ITemplateRegistration<IFontBlueprints>;
|
19
20
|
blueprint: TypographyBlueprint;
|
20
21
|
editMode: boolean;
|
22
|
+
editingType: TypographyType;
|
21
23
|
selectedTypography: {
|
22
24
|
type: TypographyType;
|
23
25
|
size: TypographySizes;
|
@@ -28,8 +30,8 @@ export declare const useTypographyEditorStore: () => {
|
|
28
30
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
29
31
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
30
32
|
setSelectedDefinition(type: TypographyType, size: TypographySizes): void;
|
31
|
-
|
32
|
-
|
33
|
+
addVariant(variantType: TypographyType): BlueprintVariant;
|
34
|
+
deleteEditingVariant(): void;
|
33
35
|
updateSelectedDefinition(): void;
|
34
36
|
editBlueprints(blueprints: ITemplateRegistration<TypographyBlueprints>): void;
|
35
37
|
addBlueprints(): void;
|
@@ -46,7 +48,7 @@ export declare const useTypographyEditorStore: () => {
|
|
46
48
|
delete(): Promise<boolean>;
|
47
49
|
}>;
|
48
50
|
get: {
|
49
|
-
definitionType: () => {
|
51
|
+
definitionType: () => import("@omnia/fx-models").VariantBlueprints<FillDefinition> | import("@omnia/fx-models").VariantBlueprints<TypographyDefinition> | {
|
50
52
|
xl: TypographyDefinition;
|
51
53
|
l: TypographyDefinition;
|
52
54
|
m: TypographyDefinition;
|
@@ -67,16 +69,6 @@ export declare const useTypographyEditorStore: () => {
|
|
67
69
|
s?: TypographyDefinition;
|
68
70
|
xs?: TypographyDefinition;
|
69
71
|
font?: TypographyFontRef;
|
70
|
-
} | {
|
71
|
-
variant1?: TypographyDefinition;
|
72
|
-
variant2?: TypographyDefinition;
|
73
|
-
variant3?: TypographyDefinition;
|
74
|
-
variant4?: TypographyDefinition;
|
75
|
-
variant5?: TypographyDefinition;
|
76
|
-
variant6?: TypographyDefinition;
|
77
|
-
variant7?: TypographyDefinition;
|
78
|
-
variant8?: TypographyDefinition;
|
79
|
-
font?: TypographyFontRef;
|
80
72
|
};
|
81
73
|
selectedTypoSizeFont: () => string;
|
82
74
|
};
|
@@ -10,5 +10,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
10
10
|
toned?: boolean;
|
11
11
|
} & {
|
12
12
|
sampleText?: string;
|
13
|
-
} &
|
13
|
+
} & {
|
14
|
+
editable?: boolean;
|
15
|
+
} & DefineEmit<"click:select", (typography: TypographyType, size: TypographySizes) => true> & DefineEmit<"click:selectFill", (variant: BlueprintVariant) => true> & DefineEmit<"click:add", () => true> & DefineEmit<"click:addFill", () => true>>) => any;
|
14
16
|
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts
CHANGED
@@ -93,10 +93,6 @@ declare class RoundBlueprintsTemplate implements ComponentBlueprints {
|
|
93
93
|
accent1: import("@omnia/fx-models").ButtonBlueprint;
|
94
94
|
warn: import("@omnia/fx-models").ButtonBlueprint;
|
95
95
|
link: import("@omnia/fx-models").ButtonBlueprint;
|
96
|
-
variant1: import("@omnia/fx-models").ButtonBlueprint;
|
97
|
-
variant2: import("@omnia/fx-models").ButtonBlueprint;
|
98
|
-
variant3: import("@omnia/fx-models").ButtonBlueprint;
|
99
|
-
variant4: import("@omnia/fx-models").ButtonBlueprint;
|
100
96
|
};
|
101
97
|
icon: {
|
102
98
|
primary: import("@omnia/fx-models").ButtonBlueprint;
|
@@ -104,10 +100,6 @@ declare class RoundBlueprintsTemplate implements ComponentBlueprints {
|
|
104
100
|
accent1: import("@omnia/fx-models").ButtonBlueprint;
|
105
101
|
warn: import("@omnia/fx-models").ButtonBlueprint;
|
106
102
|
link: import("@omnia/fx-models").ButtonBlueprint;
|
107
|
-
variant1: import("@omnia/fx-models").ButtonBlueprint;
|
108
|
-
variant2: import("@omnia/fx-models").ButtonBlueprint;
|
109
|
-
variant3: import("@omnia/fx-models").ButtonBlueprint;
|
110
|
-
variant4: import("@omnia/fx-models").ButtonBlueprint;
|
111
103
|
};
|
112
104
|
};
|
113
105
|
tabs: TabsBlueprints;
|
package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { guid, TypographyBlueprint, TypographyDefinition
|
1
|
+
import { guid, TypographyBlueprint, TypographyDefinition } from "@omnia/fx-models";
|
2
2
|
export declare class FunkyTypography implements TypographyBlueprint {
|
3
3
|
variant: {
|
4
4
|
one: TypographyDefinition;
|
@@ -6,24 +6,12 @@ export declare class FunkyTypography implements TypographyBlueprint {
|
|
6
6
|
three: TypographyDefinition;
|
7
7
|
four: TypographyDefinition;
|
8
8
|
};
|
9
|
-
variants: {
|
10
|
-
1: TypographyDefinition;
|
11
|
-
2: TypographyDefinition;
|
12
|
-
3: TypographyDefinition;
|
13
|
-
4: TypographyDefinition;
|
14
|
-
font?: TypographyFontRef;
|
15
|
-
};
|
16
9
|
name: string;
|
17
10
|
font: {
|
18
11
|
id: guid;
|
19
12
|
family: string;
|
20
13
|
cdn: string;
|
21
14
|
};
|
22
|
-
fills: {
|
23
|
-
variant1: any;
|
24
|
-
variant2: any;
|
25
|
-
variant3: any;
|
26
|
-
};
|
27
15
|
title: {
|
28
16
|
xl: {
|
29
17
|
lg: {
|
@@ -130,11 +118,6 @@ export declare class DefaultTypography implements TypographyBlueprint {
|
|
130
118
|
id: guid;
|
131
119
|
family: string;
|
132
120
|
};
|
133
|
-
fills: {
|
134
|
-
variant1: any;
|
135
|
-
variant2: any;
|
136
|
-
variant3: any;
|
137
|
-
};
|
138
121
|
title: {
|
139
122
|
xl: {
|
140
123
|
lg: {
|
@@ -257,11 +240,6 @@ export declare class PreviewTypography implements TypographyBlueprint {
|
|
257
240
|
};
|
258
241
|
id: string;
|
259
242
|
name: string;
|
260
|
-
fills: {
|
261
|
-
variant1: any;
|
262
|
-
variant2: any;
|
263
|
-
variant3: any;
|
264
|
-
};
|
265
243
|
title: {
|
266
244
|
xl: {
|
267
245
|
lg: {
|
@@ -372,11 +350,6 @@ export declare class PreviewMiniTypography implements TypographyBlueprint {
|
|
372
350
|
};
|
373
351
|
name: string;
|
374
352
|
id: string;
|
375
|
-
fills: {
|
376
|
-
variant1: any;
|
377
|
-
variant2: any;
|
378
|
-
variant3: any;
|
379
|
-
};
|
380
353
|
title: {
|
381
354
|
xl: {
|
382
355
|
lg: {
|
@@ -18,6 +18,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
18
18
|
setThemeStore(themeStoreInstance: ReturnType<typeof useThemeStore>): void;
|
19
19
|
}>;
|
20
20
|
get: {
|
21
|
+
readonly defaultTypographyBlueprint: TypographyBlueprint;
|
21
22
|
readonly themeStore: {
|
22
23
|
state: {
|
23
24
|
currentTheme: import("@omnia/fx-models").ResolvedThemeDefinition;
|
@@ -1,2 +1,2 @@
|
|
1
1
|
import { CommandDefinition } from "../../models/CommandDefinition";
|
2
|
-
export declare const
|
2
|
+
export declare const apiExplorerCommand: CommandDefinition;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
3
|
+
P: {};
|
4
|
+
B: {};
|
5
|
+
D: {};
|
6
|
+
C: {};
|
7
|
+
M: {};
|
8
|
+
Defaults: {};
|
9
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
10
|
+
__isFragment?: never;
|
11
|
+
__isTeleport?: never;
|
12
|
+
__isSuspense?: never;
|
13
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => 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 & {
|
14
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
+
};
|
16
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./ApiExplorerCommand";
|
@@ -0,0 +1,50 @@
|
|
1
|
+
import { HttpMethods } from "@omnia/fx-models";
|
2
|
+
import { HttpResponse } from "@omnia/fx-models/internal-do-not-import-from-here/shared";
|
3
|
+
export declare const useApiExplorerStore: () => {
|
4
|
+
state: {
|
5
|
+
currentHttpMethod: HttpMethods;
|
6
|
+
availableHttpMethods: HttpMethods[];
|
7
|
+
apiUrl: string;
|
8
|
+
requestBody: {
|
9
|
+
obj: any;
|
10
|
+
json: string;
|
11
|
+
};
|
12
|
+
responseBody: {
|
13
|
+
obj: any;
|
14
|
+
json: string;
|
15
|
+
};
|
16
|
+
requestHeaders: {
|
17
|
+
[key: string]: string;
|
18
|
+
};
|
19
|
+
responseHeaders: HttpResponse<unknown>;
|
20
|
+
requesting: boolean;
|
21
|
+
elapsedTime: number;
|
22
|
+
};
|
23
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
24
|
+
currentHttpMethod: HttpMethods;
|
25
|
+
availableHttpMethods: HttpMethods[];
|
26
|
+
apiUrl: string;
|
27
|
+
requestBody: {
|
28
|
+
obj: any;
|
29
|
+
json: string;
|
30
|
+
};
|
31
|
+
responseBody: {
|
32
|
+
obj: any;
|
33
|
+
json: string;
|
34
|
+
};
|
35
|
+
requestHeaders: {
|
36
|
+
[key: string]: string;
|
37
|
+
};
|
38
|
+
responseHeaders: HttpResponse<unknown>;
|
39
|
+
requesting: boolean;
|
40
|
+
elapsedTime: number;
|
41
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
42
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
43
|
+
makeRequest: () => Promise<HttpResponse<unknown>>;
|
44
|
+
}>;
|
45
|
+
get: {
|
46
|
+
title: () => HttpMethods;
|
47
|
+
};
|
48
|
+
} & {
|
49
|
+
dispose?: () => void;
|
50
|
+
};
|
@@ -1,2 +1,2 @@
|
|
1
1
|
import { CommandDefinition } from "../../models/CommandDefinition";
|
2
|
-
export declare const
|
2
|
+
export declare const openDevDocsCommand: CommandDefinition;
|
@@ -1,5 +1,6 @@
|
|
1
|
-
export * from "./
|
1
|
+
export * from "./ThemePickerCommand";
|
2
2
|
export * from "./CreateGuidCommand";
|
3
3
|
export * from "./Base64EncodeCommand";
|
4
4
|
export * from "./Base64DecodeCommand";
|
5
|
-
export * from "./
|
5
|
+
export * from "./OpenDevDocsCommand";
|
6
|
+
export * from "./OpenVelcronStudioCommand";
|
@@ -1,40 +1,36 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
1
|
+
import { CommandDefinition } from "../models/CommandDefinition";
|
2
|
+
import { CommandPaletteCustomComponentOptions, CommandPaletteInputBox, CommandPaletteListPickItem, CommandPaletteMessage } from "../models";
|
3
|
+
export declare const useCommandStore: () => {
|
4
|
+
state: {
|
5
|
+
commandsState: CommandDefinition[];
|
6
|
+
showInputBoxState: CommandPaletteInputBox;
|
7
|
+
showMessageState: CommandPaletteMessage;
|
8
|
+
listPickerState: CommandPaletteListPickItem<any>[];
|
9
|
+
customComponentState: unknown;
|
10
|
+
componentOptions: CommandPaletteCustomComponentOptions;
|
11
|
+
};
|
12
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
13
|
+
commandsState: CommandDefinition[];
|
14
|
+
showInputBoxState: CommandPaletteInputBox;
|
15
|
+
showMessageState: CommandPaletteMessage;
|
16
|
+
listPickerState: CommandPaletteListPickItem<any>[];
|
17
|
+
customComponentState: unknown;
|
18
|
+
componentOptions: CommandPaletteCustomComponentOptions;
|
19
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
20
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
21
|
+
registerCommand: (command: CommandDefinition) => void;
|
22
|
+
setInputBoxResult: (value: string) => void;
|
23
|
+
setListPickerResult: <T>(value: CommandPaletteListPickItem<T>) => void;
|
24
|
+
showMessage: (message: CommandPaletteMessage) => void;
|
25
|
+
resetState: () => void;
|
26
|
+
showInputBox: (title: string) => Promise<CommandPaletteInputBox>;
|
27
|
+
showListPicker: <T>(pickerItems: Array<CommandPaletteListPickItem<T>>) => Promise<CommandPaletteListPickItem<T>>;
|
28
|
+
showComponent: (component: unknown, containerStyle: CommandPaletteCustomComponentOptions) => Promise<void>;
|
29
|
+
}>;
|
30
|
+
get: {
|
16
31
|
allCommands: (search: string) => CommandDefinition[];
|
17
32
|
currentListPickItems: (search: string) => CommandPaletteListPickItem<any>[];
|
18
|
-
inputBox: () => CommandPaletteInputBox;
|
19
|
-
message: () => CommandPaletteMessage;
|
20
|
-
component: () => unknown;
|
21
|
-
containerStyle: () => {};
|
22
|
-
};
|
23
|
-
/**
|
24
|
-
* Implementation of mutations
|
25
|
-
*/
|
26
|
-
mutations: {
|
27
|
-
registerCommand: import("@omnia/fx/stores").StoreMutation<(command: CommandDefinition) => void, (command: CommandDefinition) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
28
|
-
setInputBoxResult: import("@omnia/fx/stores").StoreMutation<(value: string) => void, (value: string) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
29
|
-
setListPickerResult: import("@omnia/fx/stores").StoreMutation<(<T>(value: CommandPaletteListPickItem<T>) => void), (value: CommandPaletteListPickItem<unknown>) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
30
|
-
showMessage: import("@omnia/fx/stores").StoreMutation<(message: CommandPaletteMessage) => void, (message: CommandPaletteMessage) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
31
|
-
resetState: import("@omnia/fx/stores").StoreMutation<() => void, () => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
32
|
-
};
|
33
|
-
actions: {
|
34
|
-
showInputBox: import("@omnia/fx/stores").StoreAction<unknown, (title: string) => void, (result: CommandPaletteInputBox, title: string) => void, (failureReason: any, title: string) => void, (title: string) => Promise<CommandPaletteInputBox>>;
|
35
|
-
showListPicker: import("@omnia/fx/stores").StoreAction<unknown, (pickerItems: CommandPaletteListPickItem<unknown>[]) => void, (result: CommandPaletteListPickItem<unknown>, pickerItems: CommandPaletteListPickItem<unknown>[]) => void, (failureReason: any, pickerItems: CommandPaletteListPickItem<unknown>[]) => void, <T>(pickerItems: Array<CommandPaletteListPickItem<T>>) => Promise<CommandPaletteListPickItem<T>>>;
|
36
|
-
showComponent: import("@omnia/fx/stores").StoreAction<unknown, (component: unknown, containerStyle: {}) => void, (result: void, component: unknown, containerStyle: {}) => void, (failureReason: any, component: unknown, containerStyle: {}) => void, (component: unknown, containerStyle: {}) => Promise<void>>;
|
37
33
|
};
|
38
|
-
|
39
|
-
|
40
|
-
}
|
34
|
+
} & {
|
35
|
+
dispose?: () => void;
|
36
|
+
};
|
@@ -4,6 +4,7 @@ export type DialogSize = typeof DialogSizeDefinitions[number];
|
|
4
4
|
export interface DocumentationArea {
|
5
5
|
name: string;
|
6
6
|
icon: string;
|
7
|
+
urlSegment: string;
|
7
8
|
}
|
8
9
|
export interface DocumentationCategory {
|
9
10
|
name: string;
|
@@ -108,7 +109,9 @@ export declare class DocumentationSpec {
|
|
108
109
|
events: EventSpec[];
|
109
110
|
slots: SlotSpec[];
|
110
111
|
id: string;
|
112
|
+
urlSegment: string;
|
111
113
|
constructor(name: string, alias?: string);
|
114
|
+
addUrlSegment(segment: string): this;
|
112
115
|
addTypeValueMapping(name: string, value: string | string[] | any): DocumentationSpec;
|
113
116
|
addTheming(): DocumentationSpec;
|
114
117
|
addToned(): DocumentationSpec;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import { TokenBasedRoute } from "@omnia/fx-models";
|
2
|
+
interface DocRoute extends TokenBasedRoute {
|
3
|
+
categorySegment: string;
|
4
|
+
itemSegment: string;
|
5
|
+
}
|
6
|
+
export declare const useDocRouterStore: () => {
|
7
|
+
state: {
|
8
|
+
route: DocRoute;
|
9
|
+
};
|
10
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
11
|
+
ensureToken(): void;
|
12
|
+
clearRoute(): void;
|
13
|
+
}>;
|
14
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
15
|
+
route: DocRoute;
|
16
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
17
|
+
} & {
|
18
|
+
dispose?: () => void;
|
19
|
+
};
|
20
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./DocRouterStore";
|
@@ -15,7 +15,7 @@ declare const _default: {
|
|
15
15
|
type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes>;
|
16
16
|
};
|
17
17
|
typography: {
|
18
|
-
type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | TypographyTypes>;
|
18
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | "fills" | TypographyTypes>;
|
19
19
|
};
|
20
20
|
placeholder: {
|
21
21
|
type: import("vue").PropType<string>;
|
@@ -133,7 +133,7 @@ declare const _default: {
|
|
133
133
|
type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes>;
|
134
134
|
};
|
135
135
|
typography: {
|
136
|
-
type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | TypographyTypes>;
|
136
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | "fills" | TypographyTypes>;
|
137
137
|
};
|
138
138
|
placeholder: {
|
139
139
|
type: import("vue").PropType<string>;
|
@@ -248,7 +248,7 @@ declare const _default: {
|
|
248
248
|
type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes>;
|
249
249
|
};
|
250
250
|
typography: {
|
251
|
-
type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | TypographyTypes>;
|
251
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | "fills" | TypographyTypes>;
|
252
252
|
};
|
253
253
|
placeholder: {
|
254
254
|
type: import("vue").PropType<string>;
|
@@ -408,7 +408,7 @@ declare const _default: {
|
|
408
408
|
};
|
409
409
|
}>;
|
410
410
|
};
|
411
|
-
typography?: "text" | "title" | "navigation" | "variants" | TypographyTypes;
|
411
|
+
typography?: "text" | "title" | "navigation" | "variants" | "fills" | TypographyTypes;
|
412
412
|
blueprint?: TextBlueprint;
|
413
413
|
container?: boolean;
|
414
414
|
size?: "l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes;
|
@@ -8,7 +8,7 @@ declare const _default: {
|
|
8
8
|
type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes>;
|
9
9
|
};
|
10
10
|
typography: {
|
11
|
-
type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | TypographyTypes>;
|
11
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | "fills" | TypographyTypes>;
|
12
12
|
};
|
13
13
|
toned: {
|
14
14
|
type: import("vue").PropType<boolean>;
|
@@ -32,7 +32,7 @@ declare const _default: {
|
|
32
32
|
type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes>;
|
33
33
|
};
|
34
34
|
typography: {
|
35
|
-
type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | TypographyTypes>;
|
35
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | "fills" | TypographyTypes>;
|
36
36
|
};
|
37
37
|
toned: {
|
38
38
|
type: import("vue").PropType<boolean>;
|
@@ -53,7 +53,7 @@ declare const _default: {
|
|
53
53
|
type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes>;
|
54
54
|
};
|
55
55
|
typography: {
|
56
|
-
type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | TypographyTypes>;
|
56
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | "fills" | TypographyTypes>;
|
57
57
|
};
|
58
58
|
toned: {
|
59
59
|
type: import("vue").PropType<boolean>;
|
@@ -66,7 +66,7 @@ declare const _default: {
|
|
66
66
|
propsDefinition: Omit<Readonly<{
|
67
67
|
value: string;
|
68
68
|
} & {
|
69
|
-
typography?: "text" | "title" | "navigation" | "variants" | TypographyTypes;
|
69
|
+
typography?: "text" | "title" | "navigation" | "variants" | "fills" | TypographyTypes;
|
70
70
|
blueprint?: TextBlueprint;
|
71
71
|
size?: "l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes;
|
72
72
|
toned?: boolean;
|
@@ -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
|
}>;
|
@@ -1,14 +1,16 @@
|
|
1
1
|
import { DefineEmit, DefineProp, DefinePropTheming } from "@omnia/fx/ux";
|
2
2
|
import "splitpanes/dist/splitpanes.css";
|
3
3
|
import { OSplitpanesVariation } from "@omnia/fx-models";
|
4
|
-
interface
|
5
|
-
givenSize: number;
|
6
|
-
id: number;
|
7
|
-
index: number;
|
4
|
+
export interface SplitpaneSize {
|
8
5
|
max: number;
|
9
6
|
min: number;
|
10
7
|
size: number;
|
11
8
|
}
|
12
|
-
|
9
|
+
interface PanelEventClick extends SplitpaneSize {
|
10
|
+
givenSize: number;
|
11
|
+
id: number;
|
12
|
+
index: number;
|
13
|
+
}
|
14
|
+
type SplitpaneProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"variant", OSplitpanesVariation, false, "vertical", "Controls the orientation of the component."> & DefineProp<"height", string | number, false, "100%", "The height of the component."> & DefineEmit<"panelClick", (event: PanelEventClick) => void, "Emits when one of panels is clicked."> & DefineEmit<"resized", (sizes: SplitpaneSize[]) => void, "Emits when pane components are resized.">;
|
13
15
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<SplitpaneProps>) => any;
|
14
16
|
export default _default;
|
@@ -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.304-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.304-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 {};
|