@omnia/fx 8.0.111-dev → 8.0.112-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.ux.libs.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/ComponentDefinitions.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +6 -0
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +9 -8
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/backgroundpicker/BackgroundPicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/backgroundpicker/BackgroundPicker.d.ts +109 -0
- package/internal-do-not-import-from-here/ux/backgroundpicker/BackgroundPreview.d.ts +69 -0
- package/internal-do-not-import-from-here/ux/backgroundpicker/docs/BackgroundPickerExample.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/backgroundpicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/backgroundpicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +23 -23
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +38 -9
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +36 -4
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfigurationV2.d.ts +65 -410
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +582 -50
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.css.d.ts +2 -4
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +312 -50
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLink.d.ts +5 -104
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLinkMenu.d.ts +4 -104
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLinkNode.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +530 -2
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +15 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Spacing.d.ts +2 -7
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +24 -0
- package/package.json +4 -4
@@ -1,11 +1,10 @@
|
|
1
|
-
import { Layout, LayoutEditorModes, LayoutItem, DisplayBreakPoint, LayoutItemActionState, SettingsPanelState, DisplayBreakPointSetting, DeleteItemFromLayoutPayLoad, AddItemToLayoutPayLoad, LayoutItemRegistration, LoadedLayout, ILayoutCanvasStore, LayoutCanvasModes, BlockRenderingModes, IBlockInstance, ILayoutSectionRenderer, GuidValue, IMessageBusTopicPublishSubscriber, Block, LayoutDrawerState, LayoutDrawerTabs, SectionSettings, SectionTypes, Section, LayoutInheritanceBehaviors, ThemeDefinition, ClipboardLayoutItem, ColorSchemaTypes } from "../../../models";
|
2
|
-
import { EditorLayoutItemFactory } from "../factories";
|
3
|
-
import { LayoutEditorThemingManager } from "../shared";
|
4
|
-
import { BlockSettingsProvider, LayoutDefinitionBuilder } from "../shared";
|
5
1
|
import { MessageBusExposeOnlySubscription } from "../../..";
|
6
|
-
import { Store, StoreState } from "../../../stores";
|
7
2
|
import { ServiceContainerContext } from "../../../core";
|
3
|
+
import { AddItemToLayoutPayLoad, Block, BlockRenderingModes, ClipboardLayoutItem, ColorSchemaTypes, DeleteItemFromLayoutPayLoad, DisplayBreakPoint, DisplayBreakPointSetting, GuidValue, IBlockInstance, ILayoutCanvasStore, ILayoutSectionRenderer, IMessageBusTopicPublishSubscriber, Layout, LayoutCanvasModes, LayoutDrawerState, LayoutDrawerTabs, LayoutEditorModes, LayoutInheritanceBehaviors, LayoutItem, LayoutItemActionState, LayoutItemRegistration, LoadedLayout, Section, SectionSettings, SectionTypes, SettingsPanelState, ThemeDefinition } from "../../../models";
|
4
|
+
import { Store, StoreState } from "../../../stores";
|
8
5
|
import { useScrollContainerStore } from "../../oxide";
|
6
|
+
import { EditorLayoutItemFactory } from "../factories";
|
7
|
+
import { BlockSettingsProvider, LayoutDefinitionBuilder, LayoutEditorThemingManager } from "../shared";
|
9
8
|
export interface IBlockInstanceExtends<TSettings = void> extends IBlockInstance<TSettings> {
|
10
9
|
settings: TSettings;
|
11
10
|
serviceContainerContext: ServiceContainerContext;
|
@@ -52,9 +51,18 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
|
|
52
51
|
scrollToStart: {
|
53
52
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
54
53
|
};
|
55
|
-
|
54
|
+
scrollToElementId: {
|
56
55
|
subscribe(fn: (elementId: string, anchor?: "end" | "start") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
57
56
|
};
|
57
|
+
scrollToElementName: {
|
58
|
+
subscribe(fn: (elementName: string, anchor?: "end" | "start") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
59
|
+
};
|
60
|
+
scrollToElement: {
|
61
|
+
subscribe(fn: (element: HTMLElement, anchor?: "end" | "start") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
62
|
+
};
|
63
|
+
scrollToSelector: {
|
64
|
+
subscribe(fn: (selector: string, anchor?: "end" | "start") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
65
|
+
};
|
58
66
|
};
|
59
67
|
onDispatched: {
|
60
68
|
setHeight: {
|
@@ -72,9 +80,18 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
|
|
72
80
|
scrollToStart: {
|
73
81
|
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
74
82
|
};
|
75
|
-
|
83
|
+
scrollToElementId: {
|
76
84
|
subscribe(fn: (result: void, elementId: string, anchor?: "end" | "start") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
77
85
|
};
|
86
|
+
scrollToElementName: {
|
87
|
+
subscribe(fn: (result: void, elementName: string, anchor?: "end" | "start") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
88
|
+
};
|
89
|
+
scrollToElement: {
|
90
|
+
subscribe(fn: (result: void, element: HTMLElement, anchor?: "end" | "start") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
91
|
+
};
|
92
|
+
scrollToSelector: {
|
93
|
+
subscribe(fn: (result: void, selector: string, anchor?: "end" | "start") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
94
|
+
};
|
78
95
|
};
|
79
96
|
onFailure: {
|
80
97
|
setHeight: {
|
@@ -92,9 +109,18 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
|
|
92
109
|
scrollToStart: {
|
93
110
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
94
111
|
};
|
95
|
-
|
112
|
+
scrollToElementId: {
|
96
113
|
subscribe(fn: (failureReason: any, elementId: string, anchor?: "end" | "start") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
97
114
|
};
|
115
|
+
scrollToElementName: {
|
116
|
+
subscribe(fn: (failureReason: any, elementName: string, anchor?: "end" | "start") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
117
|
+
};
|
118
|
+
scrollToElement: {
|
119
|
+
subscribe(fn: (failureReason: any, element: HTMLElement, anchor?: "end" | "start") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
120
|
+
};
|
121
|
+
scrollToSelector: {
|
122
|
+
subscribe(fn: (failureReason: any, selector: string, anchor?: "end" | "start") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
123
|
+
};
|
98
124
|
};
|
99
125
|
} & {
|
100
126
|
setHeight: (height: string) => void;
|
@@ -102,7 +128,10 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
|
|
102
128
|
setScrolling: (scrolling: import("@omnia/fx-models").OScrollTypesCombination) => void;
|
103
129
|
calculateScrollHeight: (referenceElementIds: string[]) => void;
|
104
130
|
scrollToStart: () => void;
|
105
|
-
|
131
|
+
scrollToElementId: (elementId: string, anchor?: "end" | "start") => void;
|
132
|
+
scrollToElementName: (elementName: string, anchor?: "end" | "start") => void;
|
133
|
+
scrollToElement: (element: HTMLElement, anchor?: "end" | "start") => void;
|
134
|
+
scrollToSelector: (selector: string, anchor?: "end" | "start") => void;
|
106
135
|
};
|
107
136
|
get: {};
|
108
137
|
}>;
|
@@ -561,10 +561,10 @@ declare const _default: {
|
|
561
561
|
}>;
|
562
562
|
};
|
563
563
|
options?: editor.IStandaloneEditorConstructionOptions;
|
564
|
+
theme?: string;
|
564
565
|
"v-model"?: string;
|
565
566
|
"onUpdate:modelValue"?: (value: string) => any;
|
566
567
|
modelValue?: string;
|
567
|
-
theme?: string;
|
568
568
|
language?: string;
|
569
569
|
}>, "onError" | "onBlur" | "onChange" | "onFocus" | "onKeydown" | "onKeyup" | "onScroll" | "onUpdate:modelValue" | "onConfiguration" | "onLayout" | "onPosition" | "onSelection" | "onEditorDidMount" | "onContextMenu" | "onBlurText" | "onModelDecorations" | "onModelLanguage" | "onModelOptions" | "onAfterDispose" | "onFocusText" | "onMouseDown" | "onMouseLeave" | "onMouseMove" | "onMouseUp"> & {
|
570
570
|
onError?: (err: string) => any;
|
@@ -100,6 +100,10 @@ declare const _default: <T1 extends unknown, T2 extends unknown>(props: {
|
|
100
100
|
rules?: ValidationRule[];
|
101
101
|
} & {
|
102
102
|
isAppendIcon?: boolean;
|
103
|
+
} & {
|
104
|
+
"v-slots"?: {
|
105
|
+
default?: import("vue").Slot;
|
106
|
+
};
|
103
107
|
} & {
|
104
108
|
"onUpdate:modelValue"?: (value: MultiTextInputItem<T1>) => any;
|
105
109
|
onSelectItem?: (item: MultiTextInputItem<T2>, index: number) => any;
|
@@ -503,7 +503,7 @@ declare const _default: {
|
|
503
503
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
504
504
|
};
|
505
505
|
};
|
506
|
-
colorValue(color: import("@omnia/fx-models").ColorValue): string;
|
506
|
+
colorValue(color: import("@omnia/fx-models").ColorValue | import("@omnia/fx-models").ColorGradientValue): string;
|
507
507
|
readonly colorSchema: import("@omnia/fx-models").ColorSchema;
|
508
508
|
readonly theme: "light" | "dark";
|
509
509
|
readonly base: ColorDefinition;
|
@@ -505,7 +505,7 @@ declare const _default: <T extends unknown>(props: {
|
|
505
505
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
506
506
|
};
|
507
507
|
};
|
508
|
-
colorValue(color: import("@omnia/fx-models").ColorValue): string;
|
508
|
+
colorValue(color: import("@omnia/fx-models").ColorValue | import("@omnia/fx-models").ColorGradientValue): string;
|
509
509
|
readonly colorSchema: import("@omnia/fx-models").ColorSchema;
|
510
510
|
readonly theme: "light" | "dark";
|
511
511
|
readonly base: import("@omnia/fx-models").ColorDefinition;
|
@@ -1104,7 +1104,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1104
1104
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
1105
1105
|
};
|
1106
1106
|
};
|
1107
|
-
colorValue(color: import("@omnia/fx-models").ColorValue): string;
|
1107
|
+
colorValue(color: import("@omnia/fx-models").ColorValue | import("@omnia/fx-models").ColorGradientValue): string;
|
1108
1108
|
readonly colorSchema: import("@omnia/fx-models").ColorSchema;
|
1109
1109
|
readonly theme: "light" | "dark";
|
1110
1110
|
readonly base: import("@omnia/fx-models").ColorDefinition;
|
@@ -1152,6 +1152,10 @@ declare const _default: <T extends unknown>(props: {
|
|
1152
1152
|
headers?: DataTableHeader[];
|
1153
1153
|
} & {
|
1154
1154
|
items?: T[];
|
1155
|
+
} & {
|
1156
|
+
"v-slots"?: {
|
1157
|
+
default?: import("vue").Slot;
|
1158
|
+
} & DefineSlot<"item", (row: IDataTableRowRenderer<T>) => void>;
|
1155
1159
|
} & {
|
1156
1160
|
"onUpdate:sortBy"?: (item: SortItem[]) => any;
|
1157
1161
|
"onUpdate:expanded"?: (expanded: string[]) => any;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { ColorGradientValue, ColorTypes, TypographySizes, TypographyTypes } from "@omnia/fx/models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
target: {
|
@@ -18,10 +18,10 @@ declare const _default: {
|
|
18
18
|
type: import("vue").PropType<number>;
|
19
19
|
};
|
20
20
|
"gradient-colors": {
|
21
|
-
type: import("vue").PropType<
|
21
|
+
type: import("vue").PropType<ColorGradientValue[]>;
|
22
22
|
};
|
23
23
|
gradientColors: {
|
24
|
-
type: import("vue").PropType<
|
24
|
+
type: import("vue").PropType<ColorGradientValue[]>;
|
25
25
|
};
|
26
26
|
"truncate-lines": {
|
27
27
|
type: import("vue").PropType<number>;
|
@@ -75,10 +75,10 @@ declare const _default: {
|
|
75
75
|
type: import("vue").PropType<number>;
|
76
76
|
};
|
77
77
|
"gradient-colors": {
|
78
|
-
type: import("vue").PropType<
|
78
|
+
type: import("vue").PropType<ColorGradientValue[]>;
|
79
79
|
};
|
80
80
|
gradientColors: {
|
81
|
-
type: import("vue").PropType<
|
81
|
+
type: import("vue").PropType<ColorGradientValue[]>;
|
82
82
|
};
|
83
83
|
"truncate-lines": {
|
84
84
|
type: import("vue").PropType<number>;
|
@@ -143,10 +143,10 @@ declare const _default: {
|
|
143
143
|
type: import("vue").PropType<number>;
|
144
144
|
};
|
145
145
|
"gradient-colors": {
|
146
|
-
type: import("vue").PropType<
|
146
|
+
type: import("vue").PropType<ColorGradientValue[]>;
|
147
147
|
};
|
148
148
|
gradientColors: {
|
149
|
-
type: import("vue").PropType<
|
149
|
+
type: import("vue").PropType<ColorGradientValue[]>;
|
150
150
|
};
|
151
151
|
"truncate-lines": {
|
152
152
|
type: import("vue").PropType<number>;
|
@@ -208,10 +208,10 @@ declare const _default: {
|
|
208
208
|
type: import("vue").PropType<number>;
|
209
209
|
};
|
210
210
|
"gradient-colors": {
|
211
|
-
type: import("vue").PropType<
|
211
|
+
type: import("vue").PropType<ColorGradientValue[]>;
|
212
212
|
};
|
213
213
|
gradientColors: {
|
214
|
-
type: import("vue").PropType<
|
214
|
+
type: import("vue").PropType<ColorGradientValue[]>;
|
215
215
|
};
|
216
216
|
"truncate-lines": {
|
217
217
|
type: import("vue").PropType<number>;
|
@@ -267,8 +267,8 @@ declare const _default: {
|
|
267
267
|
"color-type"?: "base" | "onBase" | "container" | "onContainer" | ColorTypes;
|
268
268
|
truncateLines?: number;
|
269
269
|
"truncate-lines"?: number;
|
270
|
-
gradientColors?:
|
271
|
-
"gradient-colors"?:
|
270
|
+
gradientColors?: ColorGradientValue[];
|
271
|
+
"gradient-colors"?: ColorGradientValue[];
|
272
272
|
gradientTilt?: number;
|
273
273
|
"gradient-tilt"?: number;
|
274
274
|
}>, never>;
|
package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts
CHANGED
@@ -1,4 +1,6 @@
|
|
1
1
|
import { OScrollTypesCombination } from "@omnia/fx-models";
|
2
|
+
export declare const AnchorPositionValues: readonly ["start", "end"];
|
3
|
+
export type AnchorPosition = typeof AnchorPositionValues[number];
|
2
4
|
export declare const useScrollContainerStore: () => {
|
3
5
|
state: {
|
4
6
|
elementRef: HTMLElement;
|
@@ -33,9 +35,18 @@ export declare const useScrollContainerStore: () => {
|
|
33
35
|
scrollToStart: {
|
34
36
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
35
37
|
};
|
36
|
-
|
38
|
+
scrollToElementId: {
|
37
39
|
subscribe(fn: (elementId: string, anchor?: "end" | "start") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
38
40
|
};
|
41
|
+
scrollToElementName: {
|
42
|
+
subscribe(fn: (elementName: string, anchor?: "end" | "start") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
43
|
+
};
|
44
|
+
scrollToElement: {
|
45
|
+
subscribe(fn: (element: HTMLElement, anchor?: "end" | "start") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
46
|
+
};
|
47
|
+
scrollToSelector: {
|
48
|
+
subscribe(fn: (selector: string, anchor?: "end" | "start") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
49
|
+
};
|
39
50
|
};
|
40
51
|
onDispatched: {
|
41
52
|
setHeight: {
|
@@ -53,9 +64,18 @@ export declare const useScrollContainerStore: () => {
|
|
53
64
|
scrollToStart: {
|
54
65
|
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
55
66
|
};
|
56
|
-
|
67
|
+
scrollToElementId: {
|
57
68
|
subscribe(fn: (result: void, elementId: string, anchor?: "end" | "start") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
58
69
|
};
|
70
|
+
scrollToElementName: {
|
71
|
+
subscribe(fn: (result: void, elementName: string, anchor?: "end" | "start") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
72
|
+
};
|
73
|
+
scrollToElement: {
|
74
|
+
subscribe(fn: (result: void, element: HTMLElement, anchor?: "end" | "start") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
75
|
+
};
|
76
|
+
scrollToSelector: {
|
77
|
+
subscribe(fn: (result: void, selector: string, anchor?: "end" | "start") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
78
|
+
};
|
59
79
|
};
|
60
80
|
onFailure: {
|
61
81
|
setHeight: {
|
@@ -73,9 +93,18 @@ export declare const useScrollContainerStore: () => {
|
|
73
93
|
scrollToStart: {
|
74
94
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
75
95
|
};
|
76
|
-
|
96
|
+
scrollToElementId: {
|
77
97
|
subscribe(fn: (failureReason: any, elementId: string, anchor?: "end" | "start") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
78
98
|
};
|
99
|
+
scrollToElementName: {
|
100
|
+
subscribe(fn: (failureReason: any, elementName: string, anchor?: "end" | "start") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
101
|
+
};
|
102
|
+
scrollToElement: {
|
103
|
+
subscribe(fn: (failureReason: any, element: HTMLElement, anchor?: "end" | "start") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
104
|
+
};
|
105
|
+
scrollToSelector: {
|
106
|
+
subscribe(fn: (failureReason: any, selector: string, anchor?: "end" | "start") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
107
|
+
};
|
79
108
|
};
|
80
109
|
} & {
|
81
110
|
setHeight: (height: string) => void;
|
@@ -83,7 +112,10 @@ export declare const useScrollContainerStore: () => {
|
|
83
112
|
setScrolling: (scrolling: OScrollTypesCombination) => void;
|
84
113
|
calculateScrollHeight: (referenceElementIds: string[]) => void;
|
85
114
|
scrollToStart: () => void;
|
86
|
-
|
115
|
+
scrollToElementId: (elementId: string, anchor?: AnchorPosition) => void;
|
116
|
+
scrollToElementName: (elementName: string, anchor?: AnchorPosition) => void;
|
117
|
+
scrollToElement: (element: HTMLElement, anchor?: AnchorPosition) => void;
|
118
|
+
scrollToSelector: (selector: string, anchor?: AnchorPosition) => void;
|
87
119
|
};
|
88
120
|
get: {};
|
89
121
|
};
|
@@ -514,7 +514,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
514
514
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
515
515
|
};
|
516
516
|
};
|
517
|
-
colorValue(color: import("@omnia/fx-models").ColorValue): string;
|
517
|
+
colorValue(color: import("@omnia/fx-models").ColorValue | import("@omnia/fx-models").ColorGradientValue): string;
|
518
518
|
readonly colorSchema: import("@omnia/fx-models").ColorSchema;
|
519
519
|
readonly theme: "light" | "dark";
|
520
520
|
readonly base: import("@omnia/fx-models").ColorDefinition;
|
@@ -1125,7 +1125,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1125
1125
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
1126
1126
|
};
|
1127
1127
|
};
|
1128
|
-
colorValue(color: import("@omnia/fx-models").ColorValue): string;
|
1128
|
+
colorValue(color: import("@omnia/fx-models").ColorValue | import("@omnia/fx-models").ColorGradientValue): string;
|
1129
1129
|
readonly colorSchema: import("@omnia/fx-models").ColorSchema;
|
1130
1130
|
readonly theme: "light" | "dark";
|
1131
1131
|
readonly base: import("@omnia/fx-models").ColorDefinition;
|
@@ -1183,6 +1183,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1183
1183
|
persistentHint?: boolean;
|
1184
1184
|
} & {
|
1185
1185
|
hideSelected?: boolean;
|
1186
|
+
} & {
|
1187
|
+
"v-slots"?: {
|
1188
|
+
default?: import("vue").Slot;
|
1189
|
+
} & DefineSlot<"chip", (item: OSelectRenderingItem<ItemType<TItem>, any>, index: Number) => VNodeChild> & DefineSlot<"selection", (item: OSelectRenderingItem<ItemType<TItem>, any>, index: Number) => VNodeChild> & DefineSlot<"item", (item: OSelectRenderingItem<ItemType<TItem>, any>, index: Number) => VNodeChild> & DefineSlot<"append-item", () => VNodeChild>;
|
1186
1190
|
} & {
|
1187
1191
|
"onUpdate:modelValue"?: (value: TModel) => any;
|
1188
1192
|
"onUpdate:focused"?: (value: boolean) => any;
|
@@ -1,9 +1,9 @@
|
|
1
1
|
/**
|
2
2
|
* Styles for the CommandPalette component
|
3
3
|
*/
|
4
|
-
import {
|
4
|
+
import { ColorGradientValue } from "@omnia/fx-models";
|
5
5
|
export declare const TextStyles: {
|
6
6
|
general: string;
|
7
7
|
truncateText: (lines: number) => string;
|
8
|
-
gredientColor: (gradients:
|
8
|
+
gredientColor: (gradients: ColorGradientValue[], gradientTilt: number) => string;
|
9
9
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { ColorGradientValue, ColorTypes, TypographySizes, TypographyTypes } from "@omnia/fx/models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
"gradient-tilt": {
|
@@ -8,10 +8,10 @@ declare const _default: {
|
|
8
8
|
type: import("vue").PropType<number>;
|
9
9
|
};
|
10
10
|
"gradient-colors": {
|
11
|
-
type: import("vue").PropType<
|
11
|
+
type: import("vue").PropType<ColorGradientValue[]>;
|
12
12
|
};
|
13
13
|
gradientColors: {
|
14
|
-
type: import("vue").PropType<
|
14
|
+
type: import("vue").PropType<ColorGradientValue[]>;
|
15
15
|
};
|
16
16
|
"truncate-lines": {
|
17
17
|
type: import("vue").PropType<number>;
|
@@ -55,10 +55,10 @@ declare const _default: {
|
|
55
55
|
type: import("vue").PropType<number>;
|
56
56
|
};
|
57
57
|
"gradient-colors": {
|
58
|
-
type: import("vue").PropType<
|
58
|
+
type: import("vue").PropType<ColorGradientValue[]>;
|
59
59
|
};
|
60
60
|
gradientColors: {
|
61
|
-
type: import("vue").PropType<
|
61
|
+
type: import("vue").PropType<ColorGradientValue[]>;
|
62
62
|
};
|
63
63
|
"truncate-lines": {
|
64
64
|
type: import("vue").PropType<number>;
|
@@ -113,10 +113,10 @@ declare const _default: {
|
|
113
113
|
type: import("vue").PropType<number>;
|
114
114
|
};
|
115
115
|
"gradient-colors": {
|
116
|
-
type: import("vue").PropType<
|
116
|
+
type: import("vue").PropType<ColorGradientValue[]>;
|
117
117
|
};
|
118
118
|
gradientColors: {
|
119
|
-
type: import("vue").PropType<
|
119
|
+
type: import("vue").PropType<ColorGradientValue[]>;
|
120
120
|
};
|
121
121
|
"truncate-lines": {
|
122
122
|
type: import("vue").PropType<number>;
|
@@ -168,10 +168,10 @@ declare const _default: {
|
|
168
168
|
type: import("vue").PropType<number>;
|
169
169
|
};
|
170
170
|
"gradient-colors": {
|
171
|
-
type: import("vue").PropType<
|
171
|
+
type: import("vue").PropType<ColorGradientValue[]>;
|
172
172
|
};
|
173
173
|
gradientColors: {
|
174
|
-
type: import("vue").PropType<
|
174
|
+
type: import("vue").PropType<ColorGradientValue[]>;
|
175
175
|
};
|
176
176
|
"truncate-lines": {
|
177
177
|
type: import("vue").PropType<number>;
|
@@ -225,8 +225,8 @@ declare const _default: {
|
|
225
225
|
"color-type"?: "base" | "onBase" | "container" | "onContainer" | ColorTypes;
|
226
226
|
truncateLines?: number;
|
227
227
|
"truncate-lines"?: number;
|
228
|
-
gradientColors?:
|
229
|
-
"gradient-colors"?:
|
228
|
+
gradientColors?: ColorGradientValue[];
|
229
|
+
"gradient-colors"?: ColorGradientValue[];
|
230
230
|
gradientTilt?: number;
|
231
231
|
"gradient-tilt"?: number;
|
232
232
|
}>, never>;
|