@omnia/fx 8.0.93-dev → 8.0.94-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.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +5 -6
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts +15 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/AlignmentToolbar.d.ts +16 -13
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLink.d.ts +114 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLinkMenu.d.ts +116 -20
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +164 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +164 -30
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaImageNode.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNode.d.ts +9 -6
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNodeView.d.ts +165 -0
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
- package/package.json +5 -4
- package/internal-do-not-import-from-here/ux/stylexjs/variables/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/stylexjs/variables/theme.d.ts +0 -11
@@ -0,0 +1,165 @@
|
|
1
|
+
import { EditorView } from "@tiptap/pm/view";
|
2
|
+
import { Node as ProseMirrorNode } from "@tiptap/pm/model";
|
3
|
+
import { Editor } from "@tiptap/core";
|
4
|
+
declare const _default: {
|
5
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
6
|
+
"get-pos": {
|
7
|
+
type: import("vue").PropType<() => number>;
|
8
|
+
};
|
9
|
+
getPos: {
|
10
|
+
type: import("vue").PropType<() => number>;
|
11
|
+
};
|
12
|
+
editor: {
|
13
|
+
type: import("vue").PropType<Editor>;
|
14
|
+
} & {
|
15
|
+
type: import("vue").PropType<Editor>;
|
16
|
+
};
|
17
|
+
"update-attributes": {
|
18
|
+
type: import("vue").PropType<(attributes: Record<string, any>) => void>;
|
19
|
+
};
|
20
|
+
updateAttributes: {
|
21
|
+
type: import("vue").PropType<(attributes: Record<string, any>) => void>;
|
22
|
+
};
|
23
|
+
"onUpdate:node": {
|
24
|
+
type: import("vue").PropType<(value: ProseMirrorNode) => any>;
|
25
|
+
};
|
26
|
+
"v-model:node": {
|
27
|
+
type: import("vue").PropType<ProseMirrorNode>;
|
28
|
+
required: false;
|
29
|
+
};
|
30
|
+
node: {
|
31
|
+
type: import("vue").PropType<ProseMirrorNode>;
|
32
|
+
required: false;
|
33
|
+
};
|
34
|
+
view: {
|
35
|
+
type: import("vue").PropType<EditorView>;
|
36
|
+
} & {
|
37
|
+
type: import("vue").PropType<EditorView>;
|
38
|
+
};
|
39
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
40
|
+
"get-pos": {
|
41
|
+
type: import("vue").PropType<() => number>;
|
42
|
+
};
|
43
|
+
getPos: {
|
44
|
+
type: import("vue").PropType<() => number>;
|
45
|
+
};
|
46
|
+
editor: {
|
47
|
+
type: import("vue").PropType<Editor>;
|
48
|
+
} & {
|
49
|
+
type: import("vue").PropType<Editor>;
|
50
|
+
};
|
51
|
+
"update-attributes": {
|
52
|
+
type: import("vue").PropType<(attributes: Record<string, any>) => void>;
|
53
|
+
};
|
54
|
+
updateAttributes: {
|
55
|
+
type: import("vue").PropType<(attributes: Record<string, any>) => void>;
|
56
|
+
};
|
57
|
+
"onUpdate:node": {
|
58
|
+
type: import("vue").PropType<(value: ProseMirrorNode) => any>;
|
59
|
+
};
|
60
|
+
"v-model:node": {
|
61
|
+
type: import("vue").PropType<ProseMirrorNode>;
|
62
|
+
required: false;
|
63
|
+
};
|
64
|
+
node: {
|
65
|
+
type: import("vue").PropType<ProseMirrorNode>;
|
66
|
+
required: false;
|
67
|
+
};
|
68
|
+
view: {
|
69
|
+
type: import("vue").PropType<EditorView>;
|
70
|
+
} & {
|
71
|
+
type: import("vue").PropType<EditorView>;
|
72
|
+
};
|
73
|
+
}>>, {}, true, {}, {}, {
|
74
|
+
P: {};
|
75
|
+
B: {};
|
76
|
+
D: {};
|
77
|
+
C: {};
|
78
|
+
M: {};
|
79
|
+
Defaults: {};
|
80
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
81
|
+
"get-pos": {
|
82
|
+
type: import("vue").PropType<() => number>;
|
83
|
+
};
|
84
|
+
getPos: {
|
85
|
+
type: import("vue").PropType<() => number>;
|
86
|
+
};
|
87
|
+
editor: {
|
88
|
+
type: import("vue").PropType<Editor>;
|
89
|
+
} & {
|
90
|
+
type: import("vue").PropType<Editor>;
|
91
|
+
};
|
92
|
+
"update-attributes": {
|
93
|
+
type: import("vue").PropType<(attributes: Record<string, any>) => void>;
|
94
|
+
};
|
95
|
+
updateAttributes: {
|
96
|
+
type: import("vue").PropType<(attributes: Record<string, any>) => void>;
|
97
|
+
};
|
98
|
+
"onUpdate:node": {
|
99
|
+
type: import("vue").PropType<(value: ProseMirrorNode) => any>;
|
100
|
+
};
|
101
|
+
"v-model:node": {
|
102
|
+
type: import("vue").PropType<ProseMirrorNode>;
|
103
|
+
required: false;
|
104
|
+
};
|
105
|
+
node: {
|
106
|
+
type: import("vue").PropType<ProseMirrorNode>;
|
107
|
+
required: false;
|
108
|
+
};
|
109
|
+
view: {
|
110
|
+
type: import("vue").PropType<EditorView>;
|
111
|
+
} & {
|
112
|
+
type: import("vue").PropType<EditorView>;
|
113
|
+
};
|
114
|
+
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
115
|
+
__isFragment?: never;
|
116
|
+
__isTeleport?: never;
|
117
|
+
__isSuspense?: never;
|
118
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
119
|
+
"get-pos": {
|
120
|
+
type: import("vue").PropType<() => number>;
|
121
|
+
};
|
122
|
+
getPos: {
|
123
|
+
type: import("vue").PropType<() => number>;
|
124
|
+
};
|
125
|
+
editor: {
|
126
|
+
type: import("vue").PropType<Editor>;
|
127
|
+
} & {
|
128
|
+
type: import("vue").PropType<Editor>;
|
129
|
+
};
|
130
|
+
"update-attributes": {
|
131
|
+
type: import("vue").PropType<(attributes: Record<string, any>) => void>;
|
132
|
+
};
|
133
|
+
updateAttributes: {
|
134
|
+
type: import("vue").PropType<(attributes: Record<string, any>) => void>;
|
135
|
+
};
|
136
|
+
"onUpdate:node": {
|
137
|
+
type: import("vue").PropType<(value: ProseMirrorNode) => any>;
|
138
|
+
};
|
139
|
+
"v-model:node": {
|
140
|
+
type: import("vue").PropType<ProseMirrorNode>;
|
141
|
+
required: false;
|
142
|
+
};
|
143
|
+
node: {
|
144
|
+
type: import("vue").PropType<ProseMirrorNode>;
|
145
|
+
required: false;
|
146
|
+
};
|
147
|
+
view: {
|
148
|
+
type: import("vue").PropType<EditorView>;
|
149
|
+
} & {
|
150
|
+
type: import("vue").PropType<EditorView>;
|
151
|
+
};
|
152
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
153
|
+
propsDefinition: Omit<Readonly<{} & {
|
154
|
+
node?: ProseMirrorNode;
|
155
|
+
view?: EditorView;
|
156
|
+
editor?: Editor;
|
157
|
+
updateAttributes?: (attributes: Record<string, any>) => void;
|
158
|
+
"onUpdate:node"?: (value: ProseMirrorNode) => any;
|
159
|
+
"v-model:node"?: ProseMirrorNode;
|
160
|
+
"update-attributes"?: (attributes: Record<string, any>) => void;
|
161
|
+
getPos?: () => number;
|
162
|
+
"get-pos"?: () => number;
|
163
|
+
}>, never>;
|
164
|
+
};
|
165
|
+
export default _default;
|
@@ -300,6 +300,7 @@ declare const _default: {
|
|
300
300
|
width?: string | number;
|
301
301
|
headerClass?: string;
|
302
302
|
contentClass?: string;
|
303
|
+
onCancel?: () => void;
|
303
304
|
description?: string;
|
304
305
|
"v-model"?: boolean;
|
305
306
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
@@ -308,7 +309,6 @@ declare const _default: {
|
|
308
309
|
"on-save"?: () => Promise<boolean>;
|
309
310
|
"content-class"?: string;
|
310
311
|
"header-class"?: string;
|
311
|
-
onCancel?: () => void;
|
312
312
|
"on-cancel"?: () => void;
|
313
313
|
disableSave?: boolean;
|
314
314
|
"disable-save"?: boolean;
|
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.94-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,13 +20,13 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.94-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|
27
27
|
"splitpanes": "2.4.1",
|
28
28
|
"vuetify": "3.4.7",
|
29
|
-
"vue": "3.3
|
29
|
+
"vue": "3.4.3",
|
30
30
|
"tslib": "2.6.2",
|
31
31
|
"typescript": "5.3.2",
|
32
32
|
"@tiptap/vue-3": "2.1.13",
|
@@ -34,7 +34,8 @@
|
|
34
34
|
"@tiptap/suggestion": "2.1.13",
|
35
35
|
"@tiptap/starter-kit": "2.1.13",
|
36
36
|
"axios": "0.24.0",
|
37
|
-
"mousetrap": "1.6.1"
|
37
|
+
"mousetrap": "1.6.1",
|
38
|
+
"@stylexjs/stylex": "0.3.0"
|
38
39
|
},
|
39
40
|
"devDependencies": {},
|
40
41
|
"typings": "./index.d.ts",
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from "./theme";
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import * as stylex from "@stylexjs/stylex";
|
2
|
-
export declare const tokens: stylex.VarGroup<Readonly<{
|
3
|
-
primaryText: string;
|
4
|
-
secondaryText: string;
|
5
|
-
accent: string;
|
6
|
-
background: string;
|
7
|
-
lineColor: string;
|
8
|
-
borderRadius: string;
|
9
|
-
fontFamily: string;
|
10
|
-
fontSize: string;
|
11
|
-
}>, symbol>;
|