@omnia/fx 8.0.136-dev → 8.0.138-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/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/AdminRouter.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstyle/BackgroundStyleEditor.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonStyleEditor.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeEditor.d.ts +27 -1
- package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconBlueprintsViewer.d.ts +84 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStyleEditor.d.ts +99 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +36 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabStyleEditor.d.ts +8 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +27 -1
- package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +113 -41
- package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +9 -5
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +71 -0
- package/internal-do-not-import-from-here/ux/journey/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +18 -17
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/PostStyles.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +43 -9
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +145 -142
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +290 -284
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +290 -284
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +34 -0
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/social/loc/localize.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +0 -468
- package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorAction.d.ts +69 -0
- package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorClickHandler.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/IconsBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/IconsBladeEdit.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +73 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/BlueprintsTemplates.d.ts +101 -35
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ButtonStyleBlueprints.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ChromeStyleBlueprints.d.ts +14 -4
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ThemeDefinitionInstance.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/TypographyBlueprints.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +34 -32
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +144 -142
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +12 -10
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +144 -142
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +144 -142
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +12 -3
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +15 -5
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemingService.d.ts +45 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +144 -142
- package/internal-do-not-import-from-here/ux/theming-v2/store/tmpUseIndexDb.d.ts +69 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +11 -12
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +145 -142
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +211 -201
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +3 -4
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +44 -42
- package/internal-do-not-import-from-here/ux/velcron/core/actions/IActionHandler.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +7 -3
- package/internal-do-not-import-from-here/wctypings.d.ts +77 -12
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyRouter.d.ts +0 -8
@@ -1,54 +1,126 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
3
|
-
import { Term } from "../../../sp";
|
4
|
-
import { OmniaUxLocalization } from "../../UxModels";
|
5
|
-
import "./EnterpriseGlossaryTermComponentBase.css";
|
6
|
-
export interface EnterpriseGlossaryTermComponentBaseProps {
|
7
|
-
styles?: typeof EnterpriseGlossaryTermComponentBaseStyles;
|
8
|
-
}
|
1
|
+
import { Term } from "@omnia/fx-sp";
|
2
|
+
import { GuidValue, IIcon, TermUISettings } from "@omnia/fx-models";
|
9
3
|
export interface EnterpriseGlossaryTermAdditonalClickHander {
|
10
4
|
clickableIcon?: IIcon;
|
11
5
|
onClick: (e: Event) => void;
|
12
6
|
}
|
13
|
-
export
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
7
|
+
export interface Menu {
|
8
|
+
termId: string;
|
9
|
+
onClick: (term: Term) => any;
|
10
|
+
title: string;
|
11
|
+
}
|
12
|
+
declare const _default: (props: {
|
13
|
+
getTermTitle?: () => string;
|
14
|
+
} & {
|
15
|
+
getTerm?: () => Term;
|
16
|
+
} & {
|
17
|
+
getTermUISettings?: () => TermUISettings;
|
18
|
+
} & {
|
19
|
+
enterpriseGlossaryTermHandlerFunc?: () => void;
|
20
|
+
} & {
|
21
|
+
additionalClickHandler?: EnterpriseGlossaryTermAdditonalClickHander;
|
22
|
+
} & {
|
23
|
+
availableToRenderTooltip?: (items: {
|
28
24
|
termId: GuidValue;
|
29
25
|
onClick: (term: Term) => any;
|
30
26
|
title: string;
|
31
|
-
}
|
27
|
+
}[]) => {
|
32
28
|
[termId: string]: {
|
33
29
|
title: string;
|
34
30
|
icon: IIcon;
|
35
31
|
};
|
36
32
|
}[];
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
33
|
+
} & {
|
34
|
+
appendItems?: {
|
35
|
+
termId: GuidValue;
|
36
|
+
onClick: (term: Term) => void;
|
37
|
+
title: string;
|
38
|
+
icon?: IIcon;
|
39
|
+
}[];
|
40
|
+
} & {
|
41
|
+
additionalMenus?: Menu[];
|
42
|
+
} & Omit<{
|
43
|
+
"onClick:closeIcon"?: () => any;
|
44
|
+
}, "getTermTitle" | "getTerm" | "getTermUISettings" | "enterpriseGlossaryTermHandlerFunc" | "additionalClickHandler" | "availableToRenderTooltip" | "appendItems" | "additionalMenus"> & {
|
45
|
+
"v-slots"?: {
|
46
|
+
default?: import("vue").Slot;
|
48
47
|
};
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
48
|
+
} & Omit<import("../..").VueComponentBaseProps, "getTermTitle" | "getTerm" | "getTermUISettings" | "enterpriseGlossaryTermHandlerFunc" | "additionalClickHandler" | "availableToRenderTooltip" | "appendItems" | "additionalMenus">) => {
|
49
|
+
$: import("vue").ComponentInternalInstance;
|
50
|
+
$data: {};
|
51
|
+
$props: {};
|
52
|
+
$attrs: {
|
53
|
+
[x: string]: unknown;
|
54
|
+
};
|
55
|
+
$refs: {
|
56
|
+
[x: string]: unknown;
|
57
|
+
};
|
58
|
+
$slots: Readonly<{
|
59
|
+
[name: string]: import("vue").Slot<any>;
|
60
|
+
}>;
|
61
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
62
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
63
|
+
$emit: (event: string, ...args: any[]) => void;
|
64
|
+
$el: any;
|
65
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
66
|
+
beforeCreate?: (() => void) | (() => void)[];
|
67
|
+
created?: (() => void) | (() => void)[];
|
68
|
+
beforeMount?: (() => void) | (() => void)[];
|
69
|
+
mounted?: (() => void) | (() => void)[];
|
70
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
71
|
+
updated?: (() => void) | (() => void)[];
|
72
|
+
activated?: (() => void) | (() => void)[];
|
73
|
+
deactivated?: (() => void) | (() => void)[];
|
74
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
75
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
76
|
+
destroyed?: (() => void) | (() => void)[];
|
77
|
+
unmounted?: (() => void) | (() => void)[];
|
78
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
79
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
80
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
81
|
+
};
|
82
|
+
$forceUpdate: () => void;
|
83
|
+
$nextTick: typeof import("vue").nextTick;
|
84
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
85
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
86
|
+
propsDefinition: {
|
87
|
+
getTermTitle?: () => string;
|
88
|
+
} & {
|
89
|
+
getTerm?: () => Term;
|
90
|
+
} & {
|
91
|
+
getTermUISettings?: () => TermUISettings;
|
92
|
+
} & {
|
93
|
+
enterpriseGlossaryTermHandlerFunc?: () => void;
|
94
|
+
} & {
|
95
|
+
additionalClickHandler?: EnterpriseGlossaryTermAdditonalClickHander;
|
96
|
+
} & {
|
97
|
+
availableToRenderTooltip?: (items: {
|
98
|
+
termId: GuidValue;
|
99
|
+
onClick: (term: Term) => any;
|
100
|
+
title: string;
|
101
|
+
}[]) => {
|
102
|
+
[termId: string]: {
|
103
|
+
title: string;
|
104
|
+
icon: IIcon;
|
105
|
+
};
|
106
|
+
}[];
|
107
|
+
} & {
|
108
|
+
appendItems?: {
|
109
|
+
termId: GuidValue;
|
110
|
+
onClick: (term: Term) => void;
|
111
|
+
title: string;
|
112
|
+
icon?: IIcon;
|
113
|
+
}[];
|
114
|
+
} & {
|
115
|
+
additionalMenus?: Menu[];
|
116
|
+
} & {
|
117
|
+
"v-slots"?: {
|
118
|
+
default?: import("vue").Slot;
|
119
|
+
};
|
120
|
+
} & {
|
121
|
+
"onClick:closeIcon"?: () => any;
|
122
|
+
} & Omit<import("../..").VueComponentBaseProps, "getTermTitle" | "getTerm" | "getTermUISettings" | "enterpriseGlossaryTermHandlerFunc" | "additionalClickHandler" | "availableToRenderTooltip" | "appendItems" | "additionalMenus">;
|
123
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
124
|
+
[key: string]: any;
|
125
|
+
}>;
|
126
|
+
export default _default;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { FillDefinition } from "@omnia/fx-models";
|
2
|
-
export type ColorPickerType = "default" | "all" | "onBase";
|
1
|
+
import { FillDefinition, ThemeContextType } from "@omnia/fx-models";
|
2
|
+
export type ColorPickerType = "default" | "all" | "onBase" | "base";
|
3
3
|
declare const _default: (props: {
|
4
4
|
"v-model"?: FillDefinition;
|
5
5
|
} & {
|
@@ -12,6 +12,8 @@ declare const _default: (props: {
|
|
12
12
|
title?: string;
|
13
13
|
} & {
|
14
14
|
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
15
|
+
} & {
|
16
|
+
themeType?: ThemeContextType;
|
15
17
|
} & {
|
16
18
|
enableDynamicColor?: boolean;
|
17
19
|
} & {
|
@@ -20,11 +22,11 @@ declare const _default: (props: {
|
|
20
22
|
label?: string;
|
21
23
|
} & Omit<{
|
22
24
|
onActivator?: () => any;
|
23
|
-
}, "title" | "label" | "colorType" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic"> & {
|
25
|
+
}, "title" | "label" | "colorType" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic"> & {
|
24
26
|
"v-slots"?: {
|
25
27
|
default?: import("vue").Slot;
|
26
28
|
};
|
27
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "colorType" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">) => {
|
29
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "colorType" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">) => {
|
28
30
|
$: import("vue").ComponentInternalInstance;
|
29
31
|
$data: {};
|
30
32
|
$props: {};
|
@@ -74,6 +76,8 @@ declare const _default: (props: {
|
|
74
76
|
title?: string;
|
75
77
|
} & {
|
76
78
|
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
79
|
+
} & {
|
80
|
+
themeType?: ThemeContextType;
|
77
81
|
} & {
|
78
82
|
enableDynamicColor?: boolean;
|
79
83
|
} & {
|
@@ -86,7 +90,7 @@ declare const _default: (props: {
|
|
86
90
|
};
|
87
91
|
} & {
|
88
92
|
onActivator?: () => any;
|
89
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "colorType" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">;
|
93
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "colorType" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">;
|
90
94
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
91
95
|
[key: string]: any;
|
92
96
|
}>;
|
@@ -62,9 +62,9 @@ declare const JourneyBladeComponent: {
|
|
62
62
|
type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
63
63
|
};
|
64
64
|
variant: {
|
65
|
-
type: import("vue").PropType<"info" | "
|
65
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
66
66
|
} & {
|
67
|
-
type: import("vue").PropType<"info" | "
|
67
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
68
68
|
};
|
69
69
|
icon: {
|
70
70
|
type: import("vue").PropType<IIcon>;
|
@@ -210,9 +210,9 @@ declare const JourneyBladeComponent: {
|
|
210
210
|
type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
211
211
|
};
|
212
212
|
variant: {
|
213
|
-
type: import("vue").PropType<"info" | "
|
213
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
214
214
|
} & {
|
215
|
-
type: import("vue").PropType<"info" | "
|
215
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
216
216
|
};
|
217
217
|
icon: {
|
218
218
|
type: import("vue").PropType<IIcon>;
|
@@ -356,9 +356,9 @@ declare const JourneyBladeComponent: {
|
|
356
356
|
type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
357
357
|
};
|
358
358
|
variant: {
|
359
|
-
type: import("vue").PropType<"info" | "
|
359
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
360
360
|
} & {
|
361
|
-
type: import("vue").PropType<"info" | "
|
361
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
362
362
|
};
|
363
363
|
icon: {
|
364
364
|
type: import("vue").PropType<IIcon>;
|
@@ -499,9 +499,9 @@ declare const JourneyBladeComponent: {
|
|
499
499
|
type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
500
500
|
};
|
501
501
|
variant: {
|
502
|
-
type: import("vue").PropType<"info" | "
|
502
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
503
503
|
} & {
|
504
|
-
type: import("vue").PropType<"info" | "
|
504
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
505
505
|
};
|
506
506
|
icon: {
|
507
507
|
type: import("vue").PropType<IIcon>;
|
@@ -615,7 +615,7 @@ declare const JourneyBladeComponent: {
|
|
615
615
|
actionsFooter?: Func<[VNodeChild]>;
|
616
616
|
};
|
617
617
|
remove?: boolean;
|
618
|
-
variant?: "info" | "
|
618
|
+
variant?: "info" | "preview" | "read-only" | "edit" | "new";
|
619
619
|
subTitle?: string;
|
620
620
|
"sub-title"?: string;
|
621
621
|
loading?: boolean;
|
@@ -0,0 +1,71 @@
|
|
1
|
+
import { GuidValue, JourneyBladeRouter } from "@omnia/fx-models";
|
2
|
+
export interface InternalJourneyBladeRouter extends JourneyBladeRouter {
|
3
|
+
visible?: boolean;
|
4
|
+
}
|
5
|
+
export declare const useJourneyRouterStore: () => {
|
6
|
+
get: {
|
7
|
+
blade<T extends JourneyBladeRouter<{}>>(bladeId: GuidValue): T;
|
8
|
+
};
|
9
|
+
actions: {
|
10
|
+
onDispatching: {
|
11
|
+
hideBlade: {
|
12
|
+
subscribe(fn: (blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
13
|
+
};
|
14
|
+
showBlade: {
|
15
|
+
subscribe(fn: (blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
16
|
+
};
|
17
|
+
ensureBlade: {
|
18
|
+
subscribe(fn: (blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
19
|
+
};
|
20
|
+
updateBlade: {
|
21
|
+
subscribe(fn: (blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
22
|
+
};
|
23
|
+
removeBlade: {
|
24
|
+
subscribe(fn: (blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
25
|
+
};
|
26
|
+
};
|
27
|
+
onDispatched: {
|
28
|
+
hideBlade: {
|
29
|
+
subscribe(fn: (result: void, blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
30
|
+
};
|
31
|
+
showBlade: {
|
32
|
+
subscribe(fn: (result: void, blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
33
|
+
};
|
34
|
+
ensureBlade: {
|
35
|
+
subscribe(fn: (result: void, blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
36
|
+
};
|
37
|
+
updateBlade: {
|
38
|
+
subscribe(fn: (result: void, blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
39
|
+
};
|
40
|
+
removeBlade: {
|
41
|
+
subscribe(fn: (result: void, blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
42
|
+
};
|
43
|
+
};
|
44
|
+
onFailure: {
|
45
|
+
hideBlade: {
|
46
|
+
subscribe(fn: (failureReason: any, blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
47
|
+
};
|
48
|
+
showBlade: {
|
49
|
+
subscribe(fn: (failureReason: any, blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
50
|
+
};
|
51
|
+
ensureBlade: {
|
52
|
+
subscribe(fn: (failureReason: any, blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
53
|
+
};
|
54
|
+
updateBlade: {
|
55
|
+
subscribe(fn: (failureReason: any, blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
56
|
+
};
|
57
|
+
removeBlade: {
|
58
|
+
subscribe(fn: (failureReason: any, blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
59
|
+
};
|
60
|
+
};
|
61
|
+
} & {
|
62
|
+
hideBlade(blade: JourneyBladeRouter): void;
|
63
|
+
showBlade(blade: JourneyBladeRouter): void;
|
64
|
+
ensureBlade(blade: JourneyBladeRouter): void;
|
65
|
+
updateBlade(blade: JourneyBladeRouter): void;
|
66
|
+
removeBlade(blade: JourneyBladeRouter): void;
|
67
|
+
};
|
68
|
+
events: {
|
69
|
+
onMutatedBlades: import("../../..").MessageBusExposeOnlySubscription<InternalJourneyBladeRouter[]>;
|
70
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
71
|
+
};
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { GuidValue } from "@omnia/fx-models";
|
2
|
-
export declare function useBlade(bladeId: GuidValue): {
|
1
|
+
import { GuidValue, JourneyBladeRouter } from "@omnia/fx-models";
|
2
|
+
export declare function useBlade<T extends JourneyBladeRouter>(bladeId: GuidValue): {
|
3
3
|
Blade: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
5
5
|
"v-slots": import("vue").Prop<{
|
@@ -51,9 +51,9 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
51
51
|
type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
52
52
|
};
|
53
53
|
variant: {
|
54
|
-
type: import("vue").PropType<"info" | "
|
54
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
55
55
|
} & {
|
56
|
-
type: import("vue").PropType<"info" | "
|
56
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
57
57
|
};
|
58
58
|
icon: {
|
59
59
|
type: import("vue").PropType<import("@omnia/fx-models").IIcon>;
|
@@ -199,9 +199,9 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
199
199
|
type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
200
200
|
};
|
201
201
|
variant: {
|
202
|
-
type: import("vue").PropType<"info" | "
|
202
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
203
203
|
} & {
|
204
|
-
type: import("vue").PropType<"info" | "
|
204
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
205
205
|
};
|
206
206
|
icon: {
|
207
207
|
type: import("vue").PropType<import("@omnia/fx-models").IIcon>;
|
@@ -345,9 +345,9 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
345
345
|
type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
346
346
|
};
|
347
347
|
variant: {
|
348
|
-
type: import("vue").PropType<"info" | "
|
348
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
349
349
|
} & {
|
350
|
-
type: import("vue").PropType<"info" | "
|
350
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
351
351
|
};
|
352
352
|
icon: {
|
353
353
|
type: import("vue").PropType<import("@omnia/fx-models").IIcon>;
|
@@ -488,9 +488,9 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
488
488
|
type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
489
489
|
};
|
490
490
|
variant: {
|
491
|
-
type: import("vue").PropType<"info" | "
|
491
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
492
492
|
} & {
|
493
|
-
type: import("vue").PropType<"info" | "
|
493
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
494
494
|
};
|
495
495
|
icon: {
|
496
496
|
type: import("vue").PropType<import("@omnia/fx-models").IIcon>;
|
@@ -604,7 +604,7 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
604
604
|
actionsFooter?: import("@omnia/fx-models").Func<[import("vue").VNodeChild]>;
|
605
605
|
};
|
606
606
|
remove?: boolean;
|
607
|
-
variant?: "info" | "
|
607
|
+
variant?: "info" | "preview" | "read-only" | "edit" | "new";
|
608
608
|
subTitle?: string;
|
609
609
|
"sub-title"?: string;
|
610
610
|
loading?: boolean;
|
@@ -634,15 +634,16 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
634
634
|
"onClick:settings"?: (id: GuidValue) => any;
|
635
635
|
};
|
636
636
|
};
|
637
|
+
readonly router: T;
|
637
638
|
moveNext(): void;
|
638
639
|
movePrev(): void;
|
639
640
|
travelTo(toBladeId: GuidValue): void;
|
640
|
-
getSharedState: <
|
641
|
-
state:
|
642
|
-
events: { [K in keyof
|
641
|
+
getSharedState: <T_1>() => {
|
642
|
+
state: T_1;
|
643
|
+
events: { [K in keyof T_1 as `onMutated${Capitalize<string & K>}`]: import("../../..").MessageBusExposeOnlySubscription<T_1[K]>; } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
643
644
|
};
|
644
|
-
defineValueToSave<
|
645
|
-
value:
|
646
|
-
setValue: (value:
|
645
|
+
defineValueToSave<T_2>(value?: T_2): {
|
646
|
+
value: T_2;
|
647
|
+
setValue: (value: T_2) => void;
|
647
648
|
};
|
648
649
|
};
|
@@ -7,7 +7,6 @@ export declare const PostStyle: {
|
|
7
7
|
showMoreExtraSpacing?: types.NestedCSSProperties;
|
8
8
|
topPostAvatarWrapper?: types.NestedCSSProperties;
|
9
9
|
replyAvatarWrapper?: types.NestedCSSProperties;
|
10
|
-
showMoreActionWrapper?: () => types.NestedCSSProperties;
|
11
10
|
slimSpacing?: types.NestedCSSProperties;
|
12
11
|
postAvatarWrapper?: types.NestedCSSProperties;
|
13
12
|
};
|
@@ -37,9 +37,9 @@ declare const _default: {
|
|
37
37
|
type: import("vue").PropType<boolean>;
|
38
38
|
};
|
39
39
|
variant: {
|
40
|
-
type: import("vue").PropType<"default" | "
|
40
|
+
type: import("vue").PropType<"default" | "app" | "chrome">;
|
41
41
|
} & {
|
42
|
-
type: import("vue").PropType<"default" | "
|
42
|
+
type: import("vue").PropType<"default" | "app" | "chrome">;
|
43
43
|
};
|
44
44
|
absolute: {
|
45
45
|
type: import("vue").PropType<boolean>;
|
@@ -100,9 +100,9 @@ declare const _default: {
|
|
100
100
|
type: import("vue").PropType<boolean>;
|
101
101
|
};
|
102
102
|
variant: {
|
103
|
-
type: import("vue").PropType<"default" | "
|
103
|
+
type: import("vue").PropType<"default" | "app" | "chrome">;
|
104
104
|
} & {
|
105
|
-
type: import("vue").PropType<"default" | "
|
105
|
+
type: import("vue").PropType<"default" | "app" | "chrome">;
|
106
106
|
};
|
107
107
|
absolute: {
|
108
108
|
type: import("vue").PropType<boolean>;
|
@@ -171,9 +171,9 @@ declare const _default: {
|
|
171
171
|
type: import("vue").PropType<boolean>;
|
172
172
|
};
|
173
173
|
variant: {
|
174
|
-
type: import("vue").PropType<"default" | "
|
174
|
+
type: import("vue").PropType<"default" | "app" | "chrome">;
|
175
175
|
} & {
|
176
|
-
type: import("vue").PropType<"default" | "
|
176
|
+
type: import("vue").PropType<"default" | "app" | "chrome">;
|
177
177
|
};
|
178
178
|
absolute: {
|
179
179
|
type: import("vue").PropType<boolean>;
|
@@ -239,9 +239,9 @@ declare const _default: {
|
|
239
239
|
type: import("vue").PropType<boolean>;
|
240
240
|
};
|
241
241
|
variant: {
|
242
|
-
type: import("vue").PropType<"default" | "
|
242
|
+
type: import("vue").PropType<"default" | "app" | "chrome">;
|
243
243
|
} & {
|
244
|
-
type: import("vue").PropType<"default" | "
|
244
|
+
type: import("vue").PropType<"default" | "app" | "chrome">;
|
245
245
|
};
|
246
246
|
absolute: {
|
247
247
|
type: import("vue").PropType<boolean>;
|
@@ -286,7 +286,7 @@ declare const _default: {
|
|
286
286
|
} & {
|
287
287
|
actionButtons?: Func<[VNodeChild]>;
|
288
288
|
};
|
289
|
-
variant?: "default" | "
|
289
|
+
variant?: "default" | "app" | "chrome";
|
290
290
|
subTitle?: string;
|
291
291
|
"sub-title"?: string;
|
292
292
|
navigationExpanded?: boolean;
|
@@ -2,6 +2,14 @@ import { ButtonIconOptions, ButtonTooltipOptions, ButtonBlueprint } from "@omnia
|
|
2
2
|
export * from "./Button.css";
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
5
|
+
disableBlueprint: {
|
6
|
+
type: import("vue").PropType<boolean>;
|
7
|
+
required: false;
|
8
|
+
};
|
9
|
+
"disable-blueprint": {
|
10
|
+
type: import("vue").PropType<boolean>;
|
11
|
+
required: false;
|
12
|
+
};
|
5
13
|
blueprint: {
|
6
14
|
type: import("vue").PropType<ButtonBlueprint>;
|
7
15
|
} & {
|
@@ -84,9 +92,9 @@ declare const _default: {
|
|
84
92
|
type: import("vue").PropType<object>;
|
85
93
|
};
|
86
94
|
variant: {
|
87
|
-
type: import("vue").PropType<"
|
95
|
+
type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "toolbar" | "dial" | "slim">;
|
88
96
|
} & {
|
89
|
-
type: import("vue").PropType<"
|
97
|
+
type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "toolbar" | "dial" | "slim">;
|
90
98
|
};
|
91
99
|
target: {
|
92
100
|
type: import("vue").PropType<"_blank" | "_self" | "_parent" | "_top" | "framename">;
|
@@ -116,6 +124,14 @@ declare const _default: {
|
|
116
124
|
container?: any;
|
117
125
|
colors?: any;
|
118
126
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
127
|
+
disableBlueprint: {
|
128
|
+
type: import("vue").PropType<boolean>;
|
129
|
+
required: false;
|
130
|
+
};
|
131
|
+
"disable-blueprint": {
|
132
|
+
type: import("vue").PropType<boolean>;
|
133
|
+
required: false;
|
134
|
+
};
|
119
135
|
blueprint: {
|
120
136
|
type: import("vue").PropType<ButtonBlueprint>;
|
121
137
|
} & {
|
@@ -198,9 +214,9 @@ declare const _default: {
|
|
198
214
|
type: import("vue").PropType<object>;
|
199
215
|
};
|
200
216
|
variant: {
|
201
|
-
type: import("vue").PropType<"
|
217
|
+
type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "toolbar" | "dial" | "slim">;
|
202
218
|
} & {
|
203
|
-
type: import("vue").PropType<"
|
219
|
+
type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "toolbar" | "dial" | "slim">;
|
204
220
|
};
|
205
221
|
target: {
|
206
222
|
type: import("vue").PropType<"_blank" | "_self" | "_parent" | "_top" | "framename">;
|
@@ -241,6 +257,14 @@ declare const _default: {
|
|
241
257
|
M: {};
|
242
258
|
Defaults: {};
|
243
259
|
}, Readonly<import("vue").ExtractPropTypes<{
|
260
|
+
disableBlueprint: {
|
261
|
+
type: import("vue").PropType<boolean>;
|
262
|
+
required: false;
|
263
|
+
};
|
264
|
+
"disable-blueprint": {
|
265
|
+
type: import("vue").PropType<boolean>;
|
266
|
+
required: false;
|
267
|
+
};
|
244
268
|
blueprint: {
|
245
269
|
type: import("vue").PropType<ButtonBlueprint>;
|
246
270
|
} & {
|
@@ -323,9 +347,9 @@ declare const _default: {
|
|
323
347
|
type: import("vue").PropType<object>;
|
324
348
|
};
|
325
349
|
variant: {
|
326
|
-
type: import("vue").PropType<"
|
350
|
+
type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "toolbar" | "dial" | "slim">;
|
327
351
|
} & {
|
328
|
-
type: import("vue").PropType<"
|
352
|
+
type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "toolbar" | "dial" | "slim">;
|
329
353
|
};
|
330
354
|
target: {
|
331
355
|
type: import("vue").PropType<"_blank" | "_self" | "_parent" | "_top" | "framename">;
|
@@ -363,6 +387,14 @@ declare const _default: {
|
|
363
387
|
__isTeleport?: never;
|
364
388
|
__isSuspense?: never;
|
365
389
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
390
|
+
disableBlueprint: {
|
391
|
+
type: import("vue").PropType<boolean>;
|
392
|
+
required: false;
|
393
|
+
};
|
394
|
+
"disable-blueprint": {
|
395
|
+
type: import("vue").PropType<boolean>;
|
396
|
+
required: false;
|
397
|
+
};
|
366
398
|
blueprint: {
|
367
399
|
type: import("vue").PropType<ButtonBlueprint>;
|
368
400
|
} & {
|
@@ -445,9 +477,9 @@ declare const _default: {
|
|
445
477
|
type: import("vue").PropType<object>;
|
446
478
|
};
|
447
479
|
variant: {
|
448
|
-
type: import("vue").PropType<"
|
480
|
+
type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "toolbar" | "dial" | "slim">;
|
449
481
|
} & {
|
450
|
-
type: import("vue").PropType<"
|
482
|
+
type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "toolbar" | "dial" | "slim">;
|
451
483
|
};
|
452
484
|
target: {
|
453
485
|
type: import("vue").PropType<"_blank" | "_self" | "_parent" | "_top" | "framename">;
|
@@ -499,7 +531,7 @@ declare const _default: {
|
|
499
531
|
disabled?: boolean;
|
500
532
|
toned?: boolean;
|
501
533
|
blueprint?: ButtonBlueprint;
|
502
|
-
variant?: "
|
534
|
+
variant?: "primary" | "default" | "menu" | "opacity" | "toolbar" | "dial" | "slim";
|
503
535
|
grouped?: boolean;
|
504
536
|
loading?: boolean;
|
505
537
|
overrides?: object;
|
@@ -507,6 +539,8 @@ declare const _default: {
|
|
507
539
|
transparentHover?: boolean;
|
508
540
|
"transparent-hover"?: boolean;
|
509
541
|
stacked?: boolean;
|
542
|
+
disableBlueprint?: boolean;
|
543
|
+
"disable-blueprint"?: boolean;
|
510
544
|
}>, never>;
|
511
545
|
};
|
512
546
|
export default _default;
|