@omnia/fx 8.0.178-dev → 8.0.180-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/core/ObjectMerger.d.ts +7 -0
- package/internal-do-not-import-from-here/core/index.d.ts +1 -0
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +0 -12
- package/internal-do-not-import-from-here/index.d.ts +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.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/ux/ComponentTypings.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +12 -6
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +124 -120
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +124 -120
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +84 -265
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +52 -35
- package/internal-do-not-import-from-here/ux/filterengine/SelectionsArea.d.ts +50 -15
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/journey/docs/SampleTestBenchComponent.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +148 -3
- package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/ObjectMergerTemp.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +60 -3
- package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/ColorButton.d.ts +61 -0
- package/internal-do-not-import-from-here/ux/markdown/plugins/{ThemeStylingPlugin.d.ts → themestyling/ThemeStylingPlugin.d.ts} +2 -1
- package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/TypographyButton.d.ts +61 -0
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +8 -7
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +21 -21
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/fab/FloatingActionButton..d.ts +54 -0
- package/internal-do-not-import-from-here/ux/oxide/fab/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/fab/docs/SampleComponent.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/oxide/fab/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/speeddial/SpeedDial.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +70 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +20 -9
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContextMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SelectEditor.d.ts +406 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +98 -98
- package/internal-do-not-import-from-here/wctypings.d.ts +11 -0
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/ObjectMerger.d.ts +0 -5
@@ -1,5 +1,6 @@
|
|
1
1
|
import { GuidValue } from "@omnia/fx-models";
|
2
2
|
import { JourneyBladeComponentTypings } from "../JourneyBlade";
|
3
|
+
import { WatchStopHandle } from "vue";
|
3
4
|
type ExtractProps<T> = {
|
4
5
|
[K in keyof (T extends {
|
5
6
|
$props: any;
|
@@ -14,13 +15,157 @@ export declare function useBlade<TRoute extends {
|
|
14
15
|
[name: string]: string | number | boolean | GuidValue;
|
15
16
|
} = {}>(bladeId: GuidValue): {
|
16
17
|
Blade: BladeElement;
|
18
|
+
DataTable: <T extends unknown>(props: import("../..").ExtractProps<{
|
19
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
20
|
+
} & {
|
21
|
+
container?: boolean;
|
22
|
+
} & {
|
23
|
+
colors?: import("../..").ColorSchemaStoreType;
|
24
|
+
} & {
|
25
|
+
"v-model:expanded"?: string[];
|
26
|
+
} & {
|
27
|
+
"onUpdate:expanded"?: (value: string[]) => void;
|
28
|
+
} & {
|
29
|
+
expanded?: string[];
|
30
|
+
} & {
|
31
|
+
"v-model:sortBy"?: import("../..").SortItem[];
|
32
|
+
} & {
|
33
|
+
"onUpdate:sortBy"?: (value: import("../..").SortItem[]) => void;
|
34
|
+
} & {
|
35
|
+
sortBy?: import("../..").SortItem[];
|
36
|
+
} & {
|
37
|
+
mustSort?: boolean;
|
38
|
+
} & {
|
39
|
+
height?: string | number;
|
40
|
+
} & {
|
41
|
+
noDataText?: string;
|
42
|
+
} & {
|
43
|
+
loading?: boolean;
|
44
|
+
} & {
|
45
|
+
hover?: boolean;
|
46
|
+
} & {
|
47
|
+
showExpand?: boolean;
|
48
|
+
} & {
|
49
|
+
itemsPerPage?: number;
|
50
|
+
} & {
|
51
|
+
headers?: import("../..").DataTableHeader[];
|
52
|
+
} & {
|
53
|
+
items?: T[];
|
54
|
+
} & import("../..").DefineEmit<"update:sortBy", (item: import("../..").SortItem[]) => void> & import("../..").DefineEmit<"update:expanded", (expanded: string[]) => void> & import("../..").DefineEmit<"update:sortBy", (sort: import("../..").SortItem[]) => void> & import("../..").DefineSlot<"item", (row: import("../..").IDataTableRowRenderer<T>) => void> & import("../..").DefineSlot<`header.${string}`, (header: import("../..").DataTableHeader) => void> & import("../..").DefineSlot<`item.${string}`, (e: {
|
55
|
+
item: T;
|
56
|
+
}) => void>> & Omit<{
|
57
|
+
"onUpdate:expanded"?: (expanded: string[]) => any;
|
58
|
+
"onUpdate:sortBy"?: (item: import("../..").SortItem[]) => any;
|
59
|
+
}, "headers" | "container" | "height" | "expanded" | "colorSchemaType" | "items" | "colors" | "loading" | "v-model:expanded" | "onUpdate:expanded" | "sortBy" | "v-model:sortBy" | "onUpdate:sortBy" | "mustSort" | "noDataText" | "hover" | "showExpand" | "itemsPerPage"> & {
|
60
|
+
"v-slots"?: {
|
61
|
+
default?: import("vue").Slot;
|
62
|
+
} & {
|
63
|
+
[x: `header.${string}`]: (header: import("../..").DataTableHeader) => void;
|
64
|
+
[x: `item.${string}`]: (e: {
|
65
|
+
item: T;
|
66
|
+
}) => void;
|
67
|
+
item?: (row: import("../..").IDataTableRowRenderer<T>) => void;
|
68
|
+
};
|
69
|
+
} & Omit<import("../..").VueComponentBaseProps, "headers" | "container" | "height" | "expanded" | "colorSchemaType" | "items" | "colors" | "loading" | "v-model:expanded" | "onUpdate:expanded" | "sortBy" | "v-model:sortBy" | "onUpdate:sortBy" | "mustSort" | "noDataText" | "hover" | "showExpand" | "itemsPerPage" | "emit:update:sortBy" | "emit:update:expanded" | "slot:item" | `slot:header.${string}` | `slot:item.${string}`>) => {
|
70
|
+
$: import("vue").ComponentInternalInstance;
|
71
|
+
$data: {};
|
72
|
+
$props: {};
|
73
|
+
$attrs: {
|
74
|
+
[x: string]: unknown;
|
75
|
+
};
|
76
|
+
$refs: {
|
77
|
+
[x: string]: unknown;
|
78
|
+
};
|
79
|
+
$slots: Readonly<{
|
80
|
+
[name: string]: import("vue").Slot<any>;
|
81
|
+
}>;
|
82
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
83
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
84
|
+
$emit: (event: string, ...args: any[]) => void;
|
85
|
+
$el: any;
|
86
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
87
|
+
beforeCreate?: (() => void) | (() => void)[];
|
88
|
+
created?: (() => void) | (() => void)[];
|
89
|
+
beforeMount?: (() => void) | (() => void)[];
|
90
|
+
mounted?: (() => void) | (() => void)[];
|
91
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
92
|
+
updated?: (() => void) | (() => void)[];
|
93
|
+
activated?: (() => void) | (() => void)[];
|
94
|
+
deactivated?: (() => void) | (() => void)[];
|
95
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
96
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
97
|
+
destroyed?: (() => void) | (() => void)[];
|
98
|
+
unmounted?: (() => void) | (() => void)[];
|
99
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
100
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
101
|
+
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)[];
|
102
|
+
};
|
103
|
+
$forceUpdate: () => void;
|
104
|
+
$nextTick: typeof import("vue").nextTick;
|
105
|
+
$watch<T_1 extends string | ((...args: any) => any)>(source: T_1, cb: T_1 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): WatchStopHandle;
|
106
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
107
|
+
propsDefinition: import("../..").ExtractProps<{
|
108
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
109
|
+
} & {
|
110
|
+
container?: boolean;
|
111
|
+
} & {
|
112
|
+
colors?: import("../..").ColorSchemaStoreType;
|
113
|
+
} & {
|
114
|
+
"v-model:expanded"?: string[];
|
115
|
+
} & {
|
116
|
+
"onUpdate:expanded"?: (value: string[]) => void;
|
117
|
+
} & {
|
118
|
+
expanded?: string[];
|
119
|
+
} & {
|
120
|
+
"v-model:sortBy"?: import("../..").SortItem[];
|
121
|
+
} & {
|
122
|
+
"onUpdate:sortBy"?: (value: import("../..").SortItem[]) => void;
|
123
|
+
} & {
|
124
|
+
sortBy?: import("../..").SortItem[];
|
125
|
+
} & {
|
126
|
+
mustSort?: boolean;
|
127
|
+
} & {
|
128
|
+
height?: string | number;
|
129
|
+
} & {
|
130
|
+
noDataText?: string;
|
131
|
+
} & {
|
132
|
+
loading?: boolean;
|
133
|
+
} & {
|
134
|
+
hover?: boolean;
|
135
|
+
} & {
|
136
|
+
showExpand?: boolean;
|
137
|
+
} & {
|
138
|
+
itemsPerPage?: number;
|
139
|
+
} & {
|
140
|
+
headers?: import("../..").DataTableHeader[];
|
141
|
+
} & {
|
142
|
+
items?: T[];
|
143
|
+
} & import("../..").DefineEmit<"update:sortBy", (item: import("../..").SortItem[]) => void> & import("../..").DefineEmit<"update:expanded", (expanded: string[]) => void> & import("../..").DefineEmit<"update:sortBy", (sort: import("../..").SortItem[]) => void> & import("../..").DefineSlot<"item", (row: import("../..").IDataTableRowRenderer<T>) => void> & import("../..").DefineSlot<`header.${string}`, (header: import("../..").DataTableHeader) => void> & import("../..").DefineSlot<`item.${string}`, (e: {
|
144
|
+
item: T;
|
145
|
+
}) => void>> & {
|
146
|
+
"v-slots"?: {
|
147
|
+
default?: import("vue").Slot;
|
148
|
+
} & {
|
149
|
+
[x: `header.${string}`]: (header: import("../..").DataTableHeader) => void;
|
150
|
+
[x: `item.${string}`]: (e: {
|
151
|
+
item: T;
|
152
|
+
}) => void;
|
153
|
+
item?: (row: import("../..").IDataTableRowRenderer<T>) => void;
|
154
|
+
};
|
155
|
+
} & {
|
156
|
+
"onUpdate:expanded"?: (expanded: string[]) => any;
|
157
|
+
"onUpdate:sortBy"?: (item: import("../..").SortItem[]) => any;
|
158
|
+
} & Omit<import("../..").VueComponentBaseProps, "headers" | "container" | "height" | "expanded" | "colorSchemaType" | "items" | "colors" | "loading" | "v-model:expanded" | "onUpdate:expanded" | "sortBy" | "v-model:sortBy" | "onUpdate:sortBy" | "mustSort" | "noDataText" | "hover" | "showExpand" | "itemsPerPage">;
|
159
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
160
|
+
[key: string]: any;
|
161
|
+
}>;
|
17
162
|
readonly route: TRoute;
|
18
163
|
moveNext(): void;
|
19
164
|
movePrev(): void;
|
20
165
|
travelTo(toBladeId: GuidValue): void;
|
21
|
-
defineValueToSave<
|
22
|
-
value:
|
23
|
-
setValue: (value:
|
166
|
+
defineValueToSave<T_2>(value?: T_2): {
|
167
|
+
value: T_2;
|
168
|
+
setValue: (value: T_2) => void;
|
24
169
|
};
|
25
170
|
};
|
26
171
|
export {};
|
@@ -16,7 +16,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
16
16
|
} & {
|
17
17
|
activator?: () => VNodeChild;
|
18
18
|
};
|
19
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "readOnly" | "emit:click:import"
|
19
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "slot:activator" | "readOnly" | "emit:click:import">) => {
|
20
20
|
$: import("vue").ComponentInternalInstance;
|
21
21
|
$data: {};
|
22
22
|
$props: {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare function mergeObjects<T extends object = object>(target: T, nullOrUndefinedValueCustomHandler: (missingPropertyName: string, parent: object, defaultValue: object) => object, emptyStringValueCustomHandler: (propertyName: string, parent: object, defaultValue: object) => object, emptyArrayValueCustomHandler: (propertyName: string, parent: object, defaultValue: object) => object, ...sources: T[]): T;
|
@@ -1,10 +1,10 @@
|
|
1
1
|
export * from "./BlockSettingsProvider";
|
2
2
|
export * from "./BlockSettingsReader";
|
3
3
|
export * from "./BlockSettingsWriter";
|
4
|
-
export * from "./ObjectMerger";
|
5
4
|
export * from "./layoutdefinitionsettings";
|
6
5
|
export * from "./LayoutEditorThemingManager";
|
7
6
|
export * from "./ThemingRenditionManager";
|
8
7
|
export * from "./BreakPointManager";
|
9
8
|
export * from "./LayoutManager";
|
10
9
|
export * from "./styles";
|
10
|
+
export * from "./ObjectMergerTemp";
|
@@ -34,6 +34,18 @@ declare const _default: {
|
|
34
34
|
hideToolbar: {
|
35
35
|
type: import("vue").PropType<boolean>;
|
36
36
|
};
|
37
|
+
colorSchemaType: {
|
38
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
39
|
+
required: boolean;
|
40
|
+
};
|
41
|
+
container: {
|
42
|
+
type: BooleanConstructor;
|
43
|
+
required: boolean;
|
44
|
+
};
|
45
|
+
colors: {
|
46
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
47
|
+
required: boolean;
|
48
|
+
};
|
37
49
|
"onUpdate:modelValue": {
|
38
50
|
type: import("vue").PropType<(value: string) => any>;
|
39
51
|
};
|
@@ -132,6 +144,18 @@ declare const _default: {
|
|
132
144
|
hideToolbar: {
|
133
145
|
type: import("vue").PropType<boolean>;
|
134
146
|
};
|
147
|
+
colorSchemaType: {
|
148
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
149
|
+
required: boolean;
|
150
|
+
};
|
151
|
+
container: {
|
152
|
+
type: BooleanConstructor;
|
153
|
+
required: boolean;
|
154
|
+
};
|
155
|
+
colors: {
|
156
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
157
|
+
required: boolean;
|
158
|
+
};
|
135
159
|
"onUpdate:modelValue": {
|
136
160
|
type: import("vue").PropType<(value: string) => any>;
|
137
161
|
};
|
@@ -198,7 +222,9 @@ declare const _default: {
|
|
198
222
|
};
|
199
223
|
}>;
|
200
224
|
};
|
201
|
-
}>>, {
|
225
|
+
}>>, {
|
226
|
+
container: boolean;
|
227
|
+
}, true, {}, {}, {
|
202
228
|
P: {};
|
203
229
|
B: {};
|
204
230
|
D: {};
|
@@ -237,6 +263,18 @@ declare const _default: {
|
|
237
263
|
hideToolbar: {
|
238
264
|
type: import("vue").PropType<boolean>;
|
239
265
|
};
|
266
|
+
colorSchemaType: {
|
267
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
268
|
+
required: boolean;
|
269
|
+
};
|
270
|
+
container: {
|
271
|
+
type: BooleanConstructor;
|
272
|
+
required: boolean;
|
273
|
+
};
|
274
|
+
colors: {
|
275
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
276
|
+
required: boolean;
|
277
|
+
};
|
240
278
|
"onUpdate:modelValue": {
|
241
279
|
type: import("vue").PropType<(value: string) => any>;
|
242
280
|
};
|
@@ -303,7 +341,9 @@ declare const _default: {
|
|
303
341
|
};
|
304
342
|
}>;
|
305
343
|
};
|
306
|
-
}>>, () => JSX.Element, {}, {}, {}, {
|
344
|
+
}>>, () => JSX.Element, {}, {}, {}, {
|
345
|
+
container: boolean;
|
346
|
+
}>;
|
307
347
|
__isFragment?: never;
|
308
348
|
__isTeleport?: never;
|
309
349
|
__isSuspense?: never;
|
@@ -339,6 +379,18 @@ declare const _default: {
|
|
339
379
|
hideToolbar: {
|
340
380
|
type: import("vue").PropType<boolean>;
|
341
381
|
};
|
382
|
+
colorSchemaType: {
|
383
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
384
|
+
required: boolean;
|
385
|
+
};
|
386
|
+
container: {
|
387
|
+
type: BooleanConstructor;
|
388
|
+
required: boolean;
|
389
|
+
};
|
390
|
+
colors: {
|
391
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
392
|
+
required: boolean;
|
393
|
+
};
|
342
394
|
"onUpdate:modelValue": {
|
343
395
|
type: import("vue").PropType<(value: string) => any>;
|
344
396
|
};
|
@@ -405,7 +457,9 @@ declare const _default: {
|
|
405
457
|
};
|
406
458
|
}>;
|
407
459
|
};
|
408
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
460
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
461
|
+
container: boolean;
|
462
|
+
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
409
463
|
propsDefinition: Omit<Readonly<{} & {
|
410
464
|
name?: {
|
411
465
|
[x: `onUpdate:${string}`]: {
|
@@ -470,9 +524,12 @@ declare const _default: {
|
|
470
524
|
};
|
471
525
|
typography?: "text" | "title" | "navigation" | TypographyTypes;
|
472
526
|
blueprint?: TextBlueprint;
|
527
|
+
container?: boolean;
|
473
528
|
size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
474
529
|
placeholder?: string;
|
530
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
475
531
|
toned?: boolean;
|
532
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
476
533
|
"v-model"?: string;
|
477
534
|
"onUpdate:modelValue"?: (value: string) => any;
|
478
535
|
modelValue?: string;
|
@@ -0,0 +1,61 @@
|
|
1
|
+
import { PluginContext } from "@toast-ui/editor";
|
2
|
+
import { MarkdownPluginContext } from "../MarkdownPluginContext";
|
3
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
4
|
+
context?: PluginContext;
|
5
|
+
} & {
|
6
|
+
options?: MarkdownPluginContext;
|
7
|
+
}> & Omit<{}, "options" | "context"> & {
|
8
|
+
"v-slots"?: {
|
9
|
+
default?: import("vue").Slot;
|
10
|
+
} & {};
|
11
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "options" | "context">) => {
|
12
|
+
$: import("vue").ComponentInternalInstance;
|
13
|
+
$data: {};
|
14
|
+
$props: {};
|
15
|
+
$attrs: {
|
16
|
+
[x: string]: unknown;
|
17
|
+
};
|
18
|
+
$refs: {
|
19
|
+
[x: string]: unknown;
|
20
|
+
};
|
21
|
+
$slots: Readonly<{
|
22
|
+
[name: string]: import("vue").Slot<any>;
|
23
|
+
}>;
|
24
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
25
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
26
|
+
$emit: (event: string, ...args: any[]) => void;
|
27
|
+
$el: any;
|
28
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
29
|
+
beforeCreate?: (() => void) | (() => void)[];
|
30
|
+
created?: (() => void) | (() => void)[];
|
31
|
+
beforeMount?: (() => void) | (() => void)[];
|
32
|
+
mounted?: (() => void) | (() => void)[];
|
33
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
34
|
+
updated?: (() => void) | (() => void)[];
|
35
|
+
activated?: (() => void) | (() => void)[];
|
36
|
+
deactivated?: (() => void) | (() => void)[];
|
37
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
38
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
39
|
+
destroyed?: (() => void) | (() => void)[];
|
40
|
+
unmounted?: (() => void) | (() => void)[];
|
41
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
42
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
43
|
+
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)[];
|
44
|
+
};
|
45
|
+
$forceUpdate: () => void;
|
46
|
+
$nextTick: typeof import("vue").nextTick;
|
47
|
+
$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;
|
48
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
49
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
50
|
+
context?: PluginContext;
|
51
|
+
} & {
|
52
|
+
options?: MarkdownPluginContext;
|
53
|
+
}> & {
|
54
|
+
"v-slots"?: {
|
55
|
+
default?: import("vue").Slot;
|
56
|
+
} & {};
|
57
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "options" | "context">;
|
58
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
59
|
+
[key: string]: any;
|
60
|
+
}>;
|
61
|
+
export default _default;
|
@@ -1,2 +1,3 @@
|
|
1
1
|
import { PluginContext, PluginInfo } from "@toast-ui/editor";
|
2
|
-
|
2
|
+
import { MarkdownPluginContext } from "../MarkdownPluginContext";
|
3
|
+
export declare function themeStylingPlugin(context: PluginContext, options: MarkdownPluginContext): PluginInfo;
|
package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/TypographyButton.d.ts
ADDED
@@ -0,0 +1,61 @@
|
|
1
|
+
import { PluginContext } from "@toast-ui/editor";
|
2
|
+
import { MarkdownPluginContext } from "../MarkdownPluginContext";
|
3
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
4
|
+
context?: PluginContext;
|
5
|
+
} & {
|
6
|
+
options?: MarkdownPluginContext;
|
7
|
+
}> & Omit<{}, "options" | "context"> & {
|
8
|
+
"v-slots"?: {
|
9
|
+
default?: import("vue").Slot;
|
10
|
+
} & {};
|
11
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "options" | "context">) => {
|
12
|
+
$: import("vue").ComponentInternalInstance;
|
13
|
+
$data: {};
|
14
|
+
$props: {};
|
15
|
+
$attrs: {
|
16
|
+
[x: string]: unknown;
|
17
|
+
};
|
18
|
+
$refs: {
|
19
|
+
[x: string]: unknown;
|
20
|
+
};
|
21
|
+
$slots: Readonly<{
|
22
|
+
[name: string]: import("vue").Slot<any>;
|
23
|
+
}>;
|
24
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
25
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
26
|
+
$emit: (event: string, ...args: any[]) => void;
|
27
|
+
$el: any;
|
28
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
29
|
+
beforeCreate?: (() => void) | (() => void)[];
|
30
|
+
created?: (() => void) | (() => void)[];
|
31
|
+
beforeMount?: (() => void) | (() => void)[];
|
32
|
+
mounted?: (() => void) | (() => void)[];
|
33
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
34
|
+
updated?: (() => void) | (() => void)[];
|
35
|
+
activated?: (() => void) | (() => void)[];
|
36
|
+
deactivated?: (() => void) | (() => void)[];
|
37
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
38
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
39
|
+
destroyed?: (() => void) | (() => void)[];
|
40
|
+
unmounted?: (() => void) | (() => void)[];
|
41
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
42
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
43
|
+
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)[];
|
44
|
+
};
|
45
|
+
$forceUpdate: () => void;
|
46
|
+
$nextTick: typeof import("vue").nextTick;
|
47
|
+
$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;
|
48
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
49
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
50
|
+
context?: PluginContext;
|
51
|
+
} & {
|
52
|
+
options?: MarkdownPluginContext;
|
53
|
+
}> & {
|
54
|
+
"v-slots"?: {
|
55
|
+
default?: import("vue").Slot;
|
56
|
+
} & {};
|
57
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "options" | "context">;
|
58
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
59
|
+
[key: string]: any;
|
60
|
+
}>;
|
61
|
+
export default _default;
|
@@ -86,12 +86,12 @@ declare const _default: {
|
|
86
86
|
};
|
87
87
|
}>> & {
|
88
88
|
onError?: (err: string) => any;
|
89
|
+
onScroll?: (event: any) => any;
|
89
90
|
onBlur?: () => any;
|
90
91
|
onChange?: (value: string, event: any) => any;
|
91
92
|
onFocus?: () => any;
|
92
93
|
onKeydown?: (event: any) => any;
|
93
94
|
onKeyup?: (event: any) => any;
|
94
|
-
onScroll?: (event: any) => any;
|
95
95
|
"onUpdate:modelValue"?: (value: string) => any;
|
96
96
|
onLayout?: (event: any) => any;
|
97
97
|
onConfiguration?: (event: any) => any;
|
@@ -220,12 +220,12 @@ declare const _default: {
|
|
220
220
|
};
|
221
221
|
}>> & {
|
222
222
|
onError?: (err: string) => any;
|
223
|
+
onScroll?: (event: any) => any;
|
223
224
|
onBlur?: () => any;
|
224
225
|
onChange?: (value: string, event: any) => any;
|
225
226
|
onFocus?: () => any;
|
226
227
|
onKeydown?: (event: any) => any;
|
227
228
|
onKeyup?: (event: any) => any;
|
228
|
-
onScroll?: (event: any) => any;
|
229
229
|
"onUpdate:modelValue"?: (value: string) => any;
|
230
230
|
onLayout?: (event: any) => any;
|
231
231
|
onConfiguration?: (event: any) => any;
|
@@ -336,12 +336,12 @@ declare const _default: {
|
|
336
336
|
};
|
337
337
|
}>> & {
|
338
338
|
onError?: (err: string) => any;
|
339
|
+
onScroll?: (event: any) => any;
|
339
340
|
onBlur?: () => any;
|
340
341
|
onChange?: (value: string, event: any) => any;
|
341
342
|
onFocus?: () => any;
|
342
343
|
onKeydown?: (event: any) => any;
|
343
344
|
onKeyup?: (event: any) => any;
|
344
|
-
onScroll?: (event: any) => any;
|
345
345
|
"onUpdate:modelValue"?: (value: string) => any;
|
346
346
|
onLayout?: (event: any) => any;
|
347
347
|
onConfiguration?: (event: any) => any;
|
@@ -449,12 +449,12 @@ declare const _default: {
|
|
449
449
|
};
|
450
450
|
}>> & {
|
451
451
|
onError?: (err: string) => any;
|
452
|
+
onScroll?: (event: any) => any;
|
452
453
|
onBlur?: () => any;
|
453
454
|
onChange?: (value: string, event: any) => any;
|
454
455
|
onFocus?: () => any;
|
455
456
|
onKeydown?: (event: any) => any;
|
456
457
|
onKeyup?: (event: any) => any;
|
457
|
-
onScroll?: (event: any) => any;
|
458
458
|
"onUpdate:modelValue"?: (value: string) => any;
|
459
459
|
onLayout?: (event: any) => any;
|
460
460
|
onConfiguration?: (event: any) => any;
|
@@ -566,14 +566,14 @@ declare const _default: {
|
|
566
566
|
"onUpdate:modelValue"?: (value: string) => any;
|
567
567
|
modelValue?: string;
|
568
568
|
language?: string;
|
569
|
-
}>, "onError" | "onBlur" | "onChange" | "onFocus" | "onKeydown" | "onKeyup" | "
|
569
|
+
}>, "onError" | "onScroll" | "onBlur" | "onChange" | "onFocus" | "onKeydown" | "onKeyup" | "onUpdate:modelValue" | "onLayout" | "onConfiguration" | "onPosition" | "onSelection" | "onEditorDidMount" | "onContextMenu" | "onBlurText" | "onModelDecorations" | "onModelLanguage" | "onModelOptions" | "onAfterDispose" | "onFocusText" | "onMouseDown" | "onMouseLeave" | "onMouseMove" | "onMouseUp"> & {
|
570
570
|
onError?: (err: string) => any;
|
571
|
+
onScroll?: (event: any) => any;
|
571
572
|
onBlur?: () => any;
|
572
573
|
onChange?: (value: string, event: any) => any;
|
573
574
|
onFocus?: () => any;
|
574
575
|
onKeydown?: (event: any) => any;
|
575
576
|
onKeyup?: (event: any) => any;
|
576
|
-
onScroll?: (event: any) => any;
|
577
577
|
"onUpdate:modelValue"?: (value: string) => any;
|
578
578
|
onLayout?: (event: any) => any;
|
579
579
|
onConfiguration?: (event: any) => any;
|
@@ -82,9 +82,9 @@ declare const _default: {
|
|
82
82
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
83
83
|
};
|
84
84
|
preset: {
|
85
|
-
type: import("vue").PropType<"
|
85
|
+
type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
|
86
86
|
} & {
|
87
|
-
type: import("vue").PropType<"
|
87
|
+
type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
|
88
88
|
};
|
89
89
|
overrides: {
|
90
90
|
type: import("vue").PropType<object>;
|
@@ -213,9 +213,9 @@ declare const _default: {
|
|
213
213
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
214
214
|
};
|
215
215
|
preset: {
|
216
|
-
type: import("vue").PropType<"
|
216
|
+
type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
|
217
217
|
} & {
|
218
|
-
type: import("vue").PropType<"
|
218
|
+
type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
|
219
219
|
};
|
220
220
|
overrides: {
|
221
221
|
type: import("vue").PropType<object>;
|
@@ -353,9 +353,9 @@ declare const _default: {
|
|
353
353
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
354
354
|
};
|
355
355
|
preset: {
|
356
|
-
type: import("vue").PropType<"
|
356
|
+
type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
|
357
357
|
} & {
|
358
|
-
type: import("vue").PropType<"
|
358
|
+
type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
|
359
359
|
};
|
360
360
|
overrides: {
|
361
361
|
type: import("vue").PropType<object>;
|
@@ -490,9 +490,9 @@ declare const _default: {
|
|
490
490
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
491
491
|
};
|
492
492
|
preset: {
|
493
|
-
type: import("vue").PropType<"
|
493
|
+
type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
|
494
494
|
} & {
|
495
|
-
type: import("vue").PropType<"
|
495
|
+
type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
|
496
496
|
};
|
497
497
|
overrides: {
|
498
498
|
type: import("vue").PropType<object>;
|
@@ -564,7 +564,7 @@ declare const _default: {
|
|
564
564
|
grouped?: boolean;
|
565
565
|
loading?: boolean;
|
566
566
|
overrides?: object;
|
567
|
-
preset?: "
|
567
|
+
preset?: "select" | "cancel" | "close" | "delete" | "details" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request";
|
568
568
|
transparentHover?: boolean;
|
569
569
|
"transparent-hover"?: boolean;
|
570
570
|
stacked?: boolean;
|