@omnia/fx 8.0.300-dev → 8.0.302-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/ComponentTypings.d.ts +4 -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 +6 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +22 -11
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/{ContainersEditorStore.d.ts → ContainerFillsEditorStore.d.ts} +7 -5
- 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 -4
- package/internal-do-not-import-from-here/ux/aurora/blueprintstrategy/BlueprintStrategyBase.d.ts +2 -0
- 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/MD3Blueprint.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/blueprintstrategy/index.d.ts +3 -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 +9 -2
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +3 -3
- 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 +2 -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 -13
- package/internal-do-not-import-from-here/ux/aurora/index.d.ts +1 -0
- 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 +5 -3
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +48 -24
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +8 -6
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +4 -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/Blueprints.d.ts +1 -1
- 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/CommandPalette.css.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/errormessage/ErrorMessage.d.ts +2 -34
- 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/loc/localize.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowReportUsage.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/service/MediaflowService.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/use/MediaflowProviderStore.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/breadcrumbs/Breadcrumbs.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +4 -1
- 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/rollupfilter/RollupFilter.d.ts +14 -84
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.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/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/stores/useVelcronStateManager.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +30 -4
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentMigration.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{ContainersBlade.d.ts → ContainerFillsBladeEdit.d.ts} +0 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{ContainersBladeEdit.d.ts → ContainersFillsBlade.d.ts} +0 -0
- package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/ChromeBlueprintsViewer.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/ChromeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/ChromePicker.css.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/ChromePicker.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/ChromeViewer.d.ts +1 -1
- /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/docs/index.d.ts +0 -0
@@ -1,10 +1,13 @@
|
|
1
1
|
import { HttpClient } from "@omnia/fx";
|
2
2
|
import { MediaflowAuthenticationInfo, guid } from "@omnia/fx-models";
|
3
|
-
import { MediaflowVideoInfo } from "../models";
|
3
|
+
import { MediaflowAccessToken, MediaflowVideoInfo } from "../models";
|
4
4
|
export declare class MediaflowService {
|
5
5
|
protected httpClient: HttpClient;
|
6
6
|
private omniaHttpClient;
|
7
7
|
private mediaflowUrl;
|
8
|
+
private mediaflowApi;
|
8
9
|
getVideoInfo: (mediaId: string) => Promise<MediaflowVideoInfo>;
|
9
10
|
getAuthenticationInfo: (profileId: guid) => Promise<MediaflowAuthenticationInfo>;
|
11
|
+
getBearerToken(authenInfo: MediaflowAuthenticationInfo): Promise<MediaflowAccessToken>;
|
12
|
+
reportUsage(mediaId: number, contact: string, removed: boolean, pageUrl: string, pageName: string, bearerToken: string): Promise<void>;
|
10
13
|
}
|
@@ -1,10 +1,12 @@
|
|
1
1
|
import { MediaflowAuthenticationInfo, MediaflowSettings } from "@omnia/fx-models";
|
2
2
|
import { BaseProviderImageHandler, BaseProviderVideoHandler } from "@omnia/fx/stores";
|
3
|
-
import { MediaFlowImage, MediaflowInformation } from "../models";
|
3
|
+
import { MediaFlowImage, MediaflowAccessToken, MediaflowInformation } from "../models";
|
4
4
|
export declare const useMediaflowProviderStore: () => {
|
5
5
|
state: {
|
6
6
|
loadedMediaFlowJS: boolean;
|
7
7
|
loadedMediaFlowCSS: boolean;
|
8
|
+
accessTokenExpireTime: Date;
|
9
|
+
accessToken: MediaflowAccessToken;
|
8
10
|
isSettingsLoaded: boolean;
|
9
11
|
settings: MediaflowSettings;
|
10
12
|
authenticationInfo: MediaflowAuthenticationInfo;
|
@@ -15,6 +17,8 @@ export declare const useMediaflowProviderStore: () => {
|
|
15
17
|
loadAuthenticationInfo: () => Promise<void>;
|
16
18
|
handleVideo: (source: MediaflowInformation, folderId: number) => Promise<void>;
|
17
19
|
handleImage: (source: Partial<MediaFlowImage>, folderId: number) => Promise<void>;
|
20
|
+
reportUsage: (mediaId: number) => Promise<void>;
|
21
|
+
ensureBearerToken: () => Promise<void>;
|
18
22
|
}>;
|
19
23
|
get: {
|
20
24
|
readonly getLocale: string;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { IIcon } from "@omnia/fx-models";
|
2
|
+
import { DefineProp, DefinePropTheming, DefineSlot } from "@omnia/fx/ux";
|
3
|
+
import { VNodeChild } from "vue";
|
4
|
+
export type LinkItemProps = {
|
5
|
+
title: string;
|
6
|
+
href?: string;
|
7
|
+
disabled?: boolean;
|
8
|
+
};
|
9
|
+
type BreadcrumbsProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"items", (string | LinkItemProps)[]> & DefineProp<"icon", IIcon, false, null, "Prepend a specific icon"> & DefineSlot<"divider", () => VNodeChild> & DefineSlot<"title", ({ item }: {
|
10
|
+
item: LinkItemProps;
|
11
|
+
}) => VNodeChild>;
|
12
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<BreadcrumbsProps>) => any;
|
13
|
+
export default _default;
|
@@ -3,7 +3,10 @@ import { ColorValue, TextBlueprint, OTextFieldTypes } from "@omnia/fx/models";
|
|
3
3
|
import { VNodeChild } from "vue";
|
4
4
|
export declare const InputTypeDefinitions: readonly ["text", "password", "number"];
|
5
5
|
export type InputTypes = typeof InputTypeDefinitions[number];
|
6
|
-
type
|
6
|
+
export type InputApi = {
|
7
|
+
focus: () => void;
|
8
|
+
};
|
9
|
+
type BaseProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"variant", OTextFieldTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"color", ColorValue, false, null, "Define the custom color for text field."> & DefineProp<"readonly", boolean, false, null, "Makes the text field readonly."> & DefineProp<"persistentHint", boolean, false, null, "Forces hint to always be visible."> & DefineProp<"hint", string, false, null, "Sets the hint of the text field. Hint will be displayed below the input when focused."> & DefineProp<"errorMessages", string | string[], false, null, "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the rules prop. This field will not trigger validation."> & DefineProp<"rules", ValidationRule[], false, null, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message."> & DefineProp<"toned", boolean, false, null, ""> & DefineProp<"label", string, false, null, "The label of the input field."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the input."> & DefineProp<"blueprint", TextBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"getApi", (api: InputApi) => void, false, null, "Gets the api"> & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content."> & DefineSlot<"prepend", () => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"prepend-inner", () => VNodeChild, "Slot that is prepended to the input."> & DefineSlot<"message", () => VNodeChild, "Slot used to customize the message content."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", () => void, "Emit when click on icon."> & DefineEmit<"click:clear", () => void, "Emit when search input field is cleared.">;
|
7
10
|
type NumberInputProps = DefineVModel<"", number, false, null, false, "The v-model value of the component."> & DefineProp<"max", number, false, null, "The max value."> & DefineProp<"min", number, false, null, "The min value."> & DefineProp<"step", number, false, null, "incremental steps for adjusting the numeric value."> & BaseProps;
|
8
11
|
type TextInputProps = DefineVModel<"", string, false, null, false, "The v-model value of the component."> & DefineProp<"suffix", string, false, null, "The suffix text of the text field."> & DefineProp<"prefix", string, false, null, "The prefix text of the text field."> & DefineProp<"clearable", boolean, false, false, "Adds a clear button when the text field is not empty."> & DefineProp<"autofocus", boolean, false, false, "Enables autofocus."> & DefineProp<"placeholder", string, false, null, "Sets the input’s placeholder text."> & BaseProps;
|
9
12
|
declare const _default: <TType extends "text" | "number" | "password" = "text">(props: import("@omnia/fx/ux").ConstructComponentProps<{
|
@@ -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;
|
@@ -1,87 +1,17 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
3
|
-
import {
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
1
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
2
|
+
import { RollupFilterModel } from ".";
|
3
|
+
import { EnterprisePropertyDefinition, RollupFilter } from "../../models";
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
5
|
+
"emit:update:modelValue": (value: RollupFilterModel) => void;
|
6
|
+
} & {
|
7
|
+
"v-model"?: RollupFilterModel;
|
8
|
+
} & {
|
9
|
+
modelValue?: RollupFilterModel;
|
10
|
+
} & {
|
10
11
|
searchInputId?: string;
|
11
|
-
|
12
|
-
onFilterChange?: (filters: Array<RollupFilter>, searchText: string) => void;
|
13
|
-
mapRollupUiFilter?: (filters: Array<RollupFilter>) => void;
|
12
|
+
} & {
|
14
13
|
contentProperties?: EnterprisePropertyDefinition[];
|
14
|
+
} & {
|
15
15
|
useRollupFilterRouter?: boolean;
|
16
|
-
|
17
|
-
|
18
|
-
termService: TermService;
|
19
|
-
termStore: TermStore;
|
20
|
-
multilingualStore: MultilingualStore;
|
21
|
-
loc: RollupFilterLocalization.locInterface;
|
22
|
-
private blockInstance;
|
23
|
-
formatter: {
|
24
|
-
timeformat: TimeFormat;
|
25
|
-
locale: string;
|
26
|
-
firstdayofweek: number;
|
27
|
-
};
|
28
|
-
timewatchUniqueKey: string;
|
29
|
-
originalQueryText: string;
|
30
|
-
currentFilterValues: {
|
31
|
-
[internalName: string]: any;
|
32
|
-
};
|
33
|
-
booleanFilterOptions: Array<{
|
34
|
-
id: RollupEnums.BooleamFilterOption;
|
35
|
-
title: string;
|
36
|
-
value: boolean;
|
37
|
-
}>;
|
38
|
-
searchText: string;
|
39
|
-
textFilterValue: {
|
40
|
-
[internalName: string]: any;
|
41
|
-
};
|
42
|
-
contentPropertyTitleByInternalName: {
|
43
|
-
[internalName: string]: string;
|
44
|
-
};
|
45
|
-
internalFilters: Array<RollupFilter>;
|
46
|
-
filtersExpanded: number;
|
47
|
-
slimView: boolean;
|
48
|
-
lcid: number;
|
49
|
-
private isLoadingKeywordTermset;
|
50
|
-
private keywordTermSet;
|
51
|
-
private searchTimeout;
|
52
|
-
private previousSearchText;
|
53
|
-
private slimmedRollupFilters;
|
54
|
-
mounted(): void;
|
55
|
-
created(): void;
|
56
|
-
init(update: Boolean): void;
|
57
|
-
onValueBindChanged(newValue: RollupFilterModel, oldValue: RollupFilterModel): void;
|
58
|
-
onUseRouter(newValue: boolean, oldValue: boolean): void;
|
59
|
-
timerUpdateFilter(key: any): void;
|
60
|
-
onUpdateFilter(updateRouter?: boolean): void;
|
61
|
-
hasFilters(): boolean;
|
62
|
-
getTaxonomyPropertiesForFilter(propertyName: any): TaxonomyPropertySettings;
|
63
|
-
getPagePropertyAndRemoveInternalName(propertyName: string): string;
|
64
|
-
getTitle(filter: RollupFilter): string;
|
65
|
-
getContentPropTitle(propertyName: string): string;
|
66
|
-
renderDateFilter(filter: RollupFilter): JSX.Element;
|
67
|
-
renderBooleanFilter(filter: RollupFilter): JSX.Element;
|
68
|
-
renderKeywordFilter(filter: RollupFilter): JSX.Element;
|
69
|
-
renderTaxonomyFilter(filter: TagRollupFilter): JSX.Element;
|
70
|
-
renderTagsFilter(filter: TagRollupFilter): JSX.Element;
|
71
|
-
renderPersonFilter(filter: RollupFilter): JSX.Element;
|
72
|
-
renderTextFieldFilter(filter: RollupFilter): JSX.Element;
|
73
|
-
renderCustomFilter(filter: RollupFilter): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
74
|
-
[key: string]: any;
|
75
|
-
}>;
|
76
|
-
onSearchKeyup(): void;
|
77
|
-
renderSearchBox(): JSX.Element;
|
78
|
-
renderFilterShowHideFilters(): JSX.Element[];
|
79
|
-
renderToolbar(): JSX.Element;
|
80
|
-
getColumnCount(columns: any, filters: any): number;
|
81
|
-
renderFilters(): JSX.Element;
|
82
|
-
render(): JSX.Element;
|
83
|
-
canRenderFilter(filter: RollupFilter): boolean;
|
84
|
-
renderFilterByType(filter: RollupFilter): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
85
|
-
[key: string]: any;
|
86
|
-
}>;
|
87
|
-
}
|
16
|
+
} & DefineEmit<"filterChange", (filters: Array<RollupFilter>, searchText: string) => void> & DefineEmit<"mapRollupUiFilter", (filters: Array<RollupFilter>) => void>>) => any;
|
17
|
+
export default _default;
|
@@ -266,12 +266,12 @@ declare const _default: {
|
|
266
266
|
readOnly?: boolean;
|
267
267
|
topicId?: string;
|
268
268
|
enableMention?: boolean;
|
269
|
+
comments?: Comment[];
|
269
270
|
contextParams?: {
|
270
271
|
[key: string]: string | number;
|
271
272
|
};
|
272
273
|
showMoreSize?: number;
|
273
274
|
allowLikes?: boolean;
|
274
|
-
comments?: Comment[];
|
275
275
|
enableBestReply?: boolean;
|
276
276
|
canMarkBestReply?: boolean;
|
277
277
|
sortOrder?: CommentSorting;
|
@@ -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"> & {
|
package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts
CHANGED
@@ -17,7 +17,7 @@ export declare function useVelcronStateManager(): {
|
|
17
17
|
alignY?: string;
|
18
18
|
colorSchemaType?: string;
|
19
19
|
spacing?: import("../../core").VelcronSpacing;
|
20
|
-
blueprint?: import("../../core").ContainerFillBlueprint | import("../../core").
|
20
|
+
blueprint?: import("../../core").ContainerFillBlueprint | import("../../core").BlueprintVariant;
|
21
21
|
background?: import("../../core").BackgroundDefinition;
|
22
22
|
};
|
23
23
|
grid?: import("../../core").VelcronGridState;
|
@@ -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[];
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { VelcronOnUpdatedEvent, VelcronOnClosedEvent, VelcronOnCloseRequestedEvent, VelcronOnPressEvent, VelcronSpacing, VelcronStyling, VelcronCustomComponentDefinition, VelcronAppDefinition, VelcronRendererResolverReference, EventHook, Future, TextBlueprint, VelcronBindableProp, VelcronEditor, ContainerFillBlueprint, BackgroundDefinition,
|
1
|
+
import { VelcronOnUpdatedEvent, VelcronOnClosedEvent, VelcronOnCloseRequestedEvent, VelcronOnPressEvent, VelcronSpacing, VelcronStyling, VelcronCustomComponentDefinition, VelcronAppDefinition, VelcronRendererResolverReference, EventHook, Future, TextBlueprint, VelcronBindableProp, VelcronEditor, ContainerFillBlueprint, BackgroundDefinition, BlueprintVariant, IconBlueprint, ButtonBlueprint } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
2
|
import { VelcronComponentArrayType, VelcronPrimitiveType } from "./VelcronTypes";
|
3
3
|
import { AssignOperators, VelcronHorizontalAlignments, VelcronIconTypes, VelcronActionTypes, VelcronVerticalAlignments } from "./Enums";
|
4
4
|
import { DynamicState, VelcronDefinition, VelcronEffects, useVelcronThemingStore } from "..";
|
@@ -217,7 +217,7 @@ export interface VelcronFlexRowDefinition extends VelcronDefinition, VelcronColo
|
|
217
217
|
direction?: VelcronBindableProp<"row" | "row-reverse">;
|
218
218
|
position?: VelcronBindableProp<VelcronPosition>;
|
219
219
|
zIndex?: VelcronBindableProp<number>;
|
220
|
-
blueprint?: ContainerFillBlueprint |
|
220
|
+
blueprint?: ContainerFillBlueprint | BlueprintVariant;
|
221
221
|
background?: BackgroundDefinition;
|
222
222
|
wrap?: boolean;
|
223
223
|
gapX?: number | string;
|
@@ -238,7 +238,7 @@ export interface VelcronFlexColumnDefinition extends VelcronDefinition, VelcronC
|
|
238
238
|
type: "column";
|
239
239
|
events?: VelcronOnPressEvent;
|
240
240
|
grow?: number;
|
241
|
-
blueprint?: ContainerFillBlueprint |
|
241
|
+
blueprint?: ContainerFillBlueprint | BlueprintVariant;
|
242
242
|
alignY?: VelcronVerticalAlignments;
|
243
243
|
position?: VelcronPosition;
|
244
244
|
absolute?: VelcronSpacing;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { BackgroundDefinition, ContainerFillBlueprint,
|
1
|
+
import { BackgroundDefinition, ContainerFillBlueprint, BlueprintVariant, TextBlueprint, TypographySize, TypographyType, VelcronSpacing } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
2
|
import { VelcronImageRatios } from "./VelcronDefinitions";
|
3
3
|
export interface VelcronState {
|
4
4
|
states?: {
|
@@ -16,7 +16,7 @@ export interface VelcronState {
|
|
16
16
|
alignY?: string;
|
17
17
|
colorSchemaType?: string;
|
18
18
|
spacing?: VelcronSpacing;
|
19
|
-
blueprint?: ContainerFillBlueprint |
|
19
|
+
blueprint?: ContainerFillBlueprint | BlueprintVariant;
|
20
20
|
background?: BackgroundDefinition;
|
21
21
|
};
|
22
22
|
grid?: VelcronGridState;
|
@@ -1,11 +1,11 @@
|
|
1
|
-
import { ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ContainerFillBlueprint,
|
1
|
+
import { ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ContainerFillBlueprint, BlueprintVariant, ResolvedThemeDefinition, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "..";
|
2
2
|
export declare const useVelcronThemingStore: (newStateWithName?: string) => {
|
3
3
|
state: {
|
4
4
|
currentTheme: ResolvedThemeDefinition;
|
5
5
|
};
|
6
6
|
get: {
|
7
7
|
componentBlueprints: () => void;
|
8
|
-
containerBlueprint: (type:
|
8
|
+
containerBlueprint: (type: BlueprintVariant | ContainerFillBlueprint | string) => any;
|
9
9
|
colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => import("..").ColorSchema;
|
10
10
|
spacing: () => import("..").SpacingBlueprint;
|
11
11
|
typography: (typographyType: TypographyTypes | TypographyType, size: TypographySizes | TypographySize) => any;
|
@@ -17,7 +17,7 @@ export declare function useVelcronStateManager(): {
|
|
17
17
|
alignY?: string;
|
18
18
|
colorSchemaType?: string;
|
19
19
|
spacing?: import("@omnia/fx-models").VelcronSpacing;
|
20
|
-
blueprint?: import("@omnia/fx-models").ContainerFillBlueprint | import("@omnia/fx-models").
|
20
|
+
blueprint?: import("@omnia/fx-models").ContainerFillBlueprint | import("@omnia/fx-models").BlueprintVariant;
|
21
21
|
background?: import("@omnia/fx-models").BackgroundDefinition;
|
22
22
|
};
|
23
23
|
grid?: import("@omnia/fx-models").VelcronGridState;
|
@@ -18,6 +18,7 @@ import wc109f737cdec14061b134c74ab16b0ad9 from './ux/draggable/DraggableComponen
|
|
18
18
|
import wc60feadd89e4d4c2eb095cee9f104ee96 from './ux/dynamicplaceholder/DynamicPlaceholder';
|
19
19
|
import wcac8a9be60cfb47f288f602ececa6687f from './ux/dynamicplaceholder/DynamicPlaceholderSettings';
|
20
20
|
import wc41a6d1b1b02e4b368aac19ded6b391a1 from './ux/enterpriseglossary/EnterpriseGlossaryPicker';
|
21
|
+
import wc82e8cb4daeee4ea6a50c727b93bbbac3 from './ux/errormessage/ErrorMessage';
|
21
22
|
import wcfd300449c17f44fd80d83e709a10bf63 from './ux/features/FeaturesJourney';
|
22
23
|
import wc041c5cb1e6fc487f98669ee2fb4edee0 from './ux/features/blades/FeaturePropertiesBlade';
|
23
24
|
import wc629ff3fc45f84df382ddb6282d968547 from './ux/features/FeaturesJourneyTenant';
|
@@ -100,6 +101,7 @@ import wc8aca2b86f3e741bc8e8c82dfad7d1a77 from './ux/richtexteditor/RichTextEdit
|
|
100
101
|
import wcc3804d46bde14e61961f7de5ad9128d2 from './ux/richtexteditorrenderer/RichTextEditorRenderer';
|
101
102
|
import wc245fede62e7c44b48b19e75796ff050b from './ux/richtexteditorrenderer/RichTextEditorRendererSignIn';
|
102
103
|
import wc8c7794090eb647eb8510b39cbefa17a7 from './ux/rollupempty/RollupEmpty';
|
104
|
+
import wc327f0bbcccdf4ad6b43b86816c61d6c9 from './ux/rollupfilter/RollupFilter';
|
103
105
|
import wc379287b1efe64a49a43fcd754d1fd951 from './ux/securitytrimmer/SecurityTrimmer';
|
104
106
|
import wcc0de4753b9fe4004b0f4e6b6b91730ab from './ux/settings/SettingsPane';
|
105
107
|
import wc07fdbc119d7742769eafe5f45ce14e18 from './ux/sharepointvideo/SharepointVideo';
|
@@ -248,6 +250,7 @@ import wc8a200f29d7484601b901dd76ca8ec771 from './ux/oxide/alert/Alert';
|
|
248
250
|
import wc90d19714df6c4b16bd5d42bc705e7692 from './ux/oxide/appbar/Appbar';
|
249
251
|
import wc8848766a05fd4a7a8e1a89376b3cf09a from './ux/oxide/avatar/Avatar';
|
250
252
|
import wc4cc48714e16a45feb2d213932a13d1f8 from './ux/oxide/badge/Badge';
|
253
|
+
import wcd08c2dd1750a4cf78586dde94b7a0253 from './ux/oxide/breadcrumbs/Breadcrumbs';
|
251
254
|
import wc2dc36afd27594696ad30c07d123dcc62 from './ux/oxide/btn/Button';
|
252
255
|
import wc2c9330897d814c55987d0530d63d458e from './ux/oxide/btngroup/ButtonGroup';
|
253
256
|
import wcbd13e7d1122245cf89acfb1a221f0c44 from './ux/oxide/calendar/Calendar';
|
@@ -356,10 +359,10 @@ import wc8391c3abe04c43b78b32edde15337988 from './ux/aurora/components/borderpic
|
|
356
359
|
import wcdb6d37c1525f463aa5b4a89a4ddfe05c from './ux/aurora/components/buttonstyle/ButtonStylePicker';
|
357
360
|
import wc28aca89920b749c894138e728231ffc4 from './ux/aurora/components/buttonstyle/ButtonStyleEditor';
|
358
361
|
import wc7222a47525f54724a8e9f7f2cfc39354 from './ux/aurora/components/buttonstyle/ButtonBlueprintsViewer';
|
359
|
-
import wc44e2dd896269442f800da69000d4c2f1 from './ux/aurora/components/
|
360
|
-
import wcb059e461e6c048fe830c6d32722e5cdc from './ux/aurora/components/
|
361
|
-
import wc4d52057f17b94cfeb504176f24ac5ab5 from './ux/aurora/components/
|
362
|
-
import wce0656baa027f49c495e4e00310a78760 from './ux/aurora/components/
|
362
|
+
import wc44e2dd896269442f800da69000d4c2f1 from './ux/aurora/components/chrome_2beRemoved/ChromePicker';
|
363
|
+
import wcb059e461e6c048fe830c6d32722e5cdc from './ux/aurora/components/chrome_2beRemoved/ChromeViewer';
|
364
|
+
import wc4d52057f17b94cfeb504176f24ac5ab5 from './ux/aurora/components/chrome_2beRemoved/ChromeEditor';
|
365
|
+
import wce0656baa027f49c495e4e00310a78760 from './ux/aurora/components/chrome_2beRemoved/ChromeBlueprintsViewer';
|
363
366
|
import wc638cfe124ab24d0ebd0711c0bd844af6 from './ux/aurora/components/colorpickerV2/ColorPicker';
|
364
367
|
import wc1266389c28034034921b897f788f302d from './ux/aurora/components/colorschemapicker/ColorSchemaPicker';
|
365
368
|
import wc9ed2b61fad8a43f384efef4a5dcbd184 from './ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker';
|
@@ -965,6 +968,15 @@ declare global {
|
|
965
968
|
} : typeof wc72a828731c4e4f1e9753a6a6bfb31e67;
|
966
969
|
};
|
967
970
|
};
|
971
|
+
"error": {
|
972
|
+
"message": typeof wc82e8cb4daeee4ea6a50c727b93bbbac3 extends {
|
973
|
+
propsDefinition: infer TProp;
|
974
|
+
} ? {
|
975
|
+
new (...args: any[]): {
|
976
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
977
|
+
};
|
978
|
+
} : typeof wc82e8cb4daeee4ea6a50c727b93bbbac3;
|
979
|
+
};
|
968
980
|
"features": {
|
969
981
|
"journey": {
|
970
982
|
"properties": typeof wc041c5cb1e6fc487f98669ee2fb4edee0 extends {
|
@@ -2012,6 +2024,13 @@ declare global {
|
|
2012
2024
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2013
2025
|
};
|
2014
2026
|
} : typeof wc8c7794090eb647eb8510b39cbefa17a7;
|
2027
|
+
"filter": typeof wc327f0bbcccdf4ad6b43b86816c61d6c9 extends {
|
2028
|
+
propsDefinition: infer TProp;
|
2029
|
+
} ? {
|
2030
|
+
new (...args: any[]): {
|
2031
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2032
|
+
};
|
2033
|
+
} : typeof wc327f0bbcccdf4ad6b43b86816c61d6c9;
|
2015
2034
|
};
|
2016
2035
|
"security": {
|
2017
2036
|
"trimmer": typeof wc379287b1efe64a49a43fcd754d1fd951 extends {
|
@@ -4676,6 +4695,13 @@ declare global {
|
|
4676
4695
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4677
4696
|
};
|
4678
4697
|
} : typeof wc4cc48714e16a45feb2d213932a13d1f8;
|
4698
|
+
"breadcrumbs": typeof wcd08c2dd1750a4cf78586dde94b7a0253 extends {
|
4699
|
+
propsDefinition: infer TProp;
|
4700
|
+
} ? {
|
4701
|
+
new (...args: any[]): {
|
4702
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4703
|
+
};
|
4704
|
+
} : typeof wcd08c2dd1750a4cf78586dde94b7a0253;
|
4679
4705
|
"btn": {
|
4680
4706
|
"group": typeof wc2c9330897d814c55987d0530d63d458e extends {
|
4681
4707
|
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.302-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.302-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|
File without changes
|
File without changes
|
File without changes
|
@@ -334,6 +334,7 @@ declare const _default: {
|
|
334
334
|
};
|
335
335
|
}>;
|
336
336
|
};
|
337
|
+
variant?: EditorVariant;
|
337
338
|
preview?: boolean;
|
338
339
|
"v-slots"?: {
|
339
340
|
default?: import("../../../DefineVueTypings").Slot;
|
@@ -342,7 +343,6 @@ declare const _default: {
|
|
342
343
|
};
|
343
344
|
"v-model"?: ChromeBlueprint;
|
344
345
|
modelValue?: ChromeBlueprint;
|
345
|
-
variant?: EditorVariant;
|
346
346
|
"onUpdate:modelValue"?: (value: ChromeBlueprint) => any | void;
|
347
347
|
themeType?: ThemeContextType;
|
348
348
|
}>, "onClick:confirm" | "onInit:actionButtons"> & {
|
File without changes
|
File without changes
|
@@ -89,9 +89,9 @@ declare const _default: {
|
|
89
89
|
text?: string;
|
90
90
|
blueprint?: ChromeBlueprint;
|
91
91
|
container?: boolean;
|
92
|
+
variant?: VariantTypes;
|
92
93
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
93
94
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
94
|
-
variant?: VariantTypes;
|
95
95
|
}>, never>;
|
96
96
|
};
|
97
97
|
export default _default;
|
File without changes
|
File without changes
|
File without changes
|