@omnia/fx 8.0.309-dev → 8.0.311-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/index.d.ts +0 -3
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +7 -6
- package/internal-do-not-import-from-here/stores/TargetingPropertyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/models/ApiSpec.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/models/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/specs/TodoApiSpec.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/specs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/stores/ApiExplorerStore.d.ts +39 -9
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/tagsproperty/TagsPropertyDisplay.d.ts +35 -27
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/Handler.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/PexelProvider.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +3 -464
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview_v2.d.ts +58 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview_v2.stylex.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/AlignmentToolbar.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/EnterpriseGlossaryLinkSuggestionExtension.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/AddSuggestion.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/RemoveSuggestion.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent.d.ts +3 -38
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/nodes/EnterpriseGlossarySuggestionNode.d.ts +20 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/nodes/EnterpriseSuggestionIgnore.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/plugins/EnterpriseGlossarySuggestion.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/Html.d.ts +1 -29
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/HtmlToolbar.d.ts +2 -29
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatting.d.ts +2 -30
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormattingMenu.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionMenu.d.ts +3 -32
- package/internal-do-not-import-from-here/ux/signin/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.d.ts +3 -84
- package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -2
- package/internal-do-not-import-from-here/vue/VueApp.d.ts +2 -6
- package/internal-do-not-import-from-here/wctypings.d.ts +37 -11
- package/package.json +2 -2
@@ -1,466 +1,5 @@
|
|
1
|
+
import { DefineEmit, DefineProp, DefineVModel } from "@omnia/fx/ux";
|
1
2
|
import { editor } from "./Monaco";
|
2
|
-
|
3
|
-
|
4
|
-
options: {
|
5
|
-
type: import("vue").PropType<editor.IStandaloneEditorConstructionOptions>;
|
6
|
-
};
|
7
|
-
language: {
|
8
|
-
type: import("vue").PropType<string>;
|
9
|
-
};
|
10
|
-
theme: {
|
11
|
-
type: import("vue").PropType<string>;
|
12
|
-
required: false;
|
13
|
-
};
|
14
|
-
"onUpdate:modelValue": {
|
15
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
16
|
-
};
|
17
|
-
"v-model": {
|
18
|
-
type: import("vue").PropType<string>;
|
19
|
-
required: false;
|
20
|
-
};
|
21
|
-
modelValue: {
|
22
|
-
type: import("vue").PropType<string>;
|
23
|
-
required: false;
|
24
|
-
};
|
25
|
-
name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
26
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
27
|
-
}; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
28
|
-
type: import("vue").PropType<string>;
|
29
|
-
required: false;
|
30
|
-
}; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
31
|
-
type: import("vue").PropType<string>;
|
32
|
-
required: false;
|
33
|
-
}; } & {
|
34
|
-
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, string, {
|
35
|
-
"onUpdate:modelValue": {
|
36
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
37
|
-
};
|
38
|
-
} & {
|
39
|
-
"v-model": {
|
40
|
-
type: import("vue").PropType<string>;
|
41
|
-
required: false;
|
42
|
-
};
|
43
|
-
} & {
|
44
|
-
modelValue: {
|
45
|
-
type: import("vue").PropType<string>;
|
46
|
-
required: false;
|
47
|
-
};
|
48
|
-
}>;
|
49
|
-
defaultValue(value?: string): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
|
50
|
-
"onUpdate:modelValue": {
|
51
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
52
|
-
};
|
53
|
-
} & {
|
54
|
-
"v-model": {
|
55
|
-
type: import("vue").PropType<string>;
|
56
|
-
required: false;
|
57
|
-
};
|
58
|
-
} & {
|
59
|
-
modelValue: {
|
60
|
-
type: import("vue").PropType<string>;
|
61
|
-
required: false;
|
62
|
-
};
|
63
|
-
}, false>;
|
64
|
-
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, string, {
|
65
|
-
"onUpdate:modelValue": {
|
66
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
67
|
-
};
|
68
|
-
} & {
|
69
|
-
"v-model": {
|
70
|
-
type: import("vue").PropType<string>;
|
71
|
-
required: false;
|
72
|
-
};
|
73
|
-
} & {
|
74
|
-
modelValue: {
|
75
|
-
type: import("vue").PropType<string>;
|
76
|
-
required: false;
|
77
|
-
};
|
78
|
-
}>;
|
79
|
-
};
|
80
|
-
}>> & {
|
81
|
-
onPosition?: (event: any) => any;
|
82
|
-
onScroll?: (event: any) => any;
|
83
|
-
onError?: (err: string) => any;
|
84
|
-
onConfiguration?: (event: any) => any;
|
85
|
-
onLayout?: (event: any) => any;
|
86
|
-
onBlur?: () => any;
|
87
|
-
onChange?: (value: string, event: any) => any;
|
88
|
-
onFocus?: () => any;
|
89
|
-
onKeydown?: (event: any) => any;
|
90
|
-
onKeyup?: (event: any) => any;
|
91
|
-
onSelection?: (event: any) => any;
|
92
|
-
"onUpdate:modelValue"?: (value: string) => any;
|
93
|
-
onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
|
94
|
-
onContextMenu?: (event: any) => any;
|
95
|
-
onBlurText?: () => any;
|
96
|
-
onModelDecorations?: (event: any) => any;
|
97
|
-
onModelLanguage?: (event: any) => any;
|
98
|
-
onModelOptions?: (event: any) => any;
|
99
|
-
onAfterDispose?: () => any;
|
100
|
-
onFocusText?: () => any;
|
101
|
-
onMouseDown?: (event: any) => any;
|
102
|
-
onMouseLeave?: (event: any) => any;
|
103
|
-
onMouseMove?: (event: any) => any;
|
104
|
-
onMouseUp?: (event: any) => any;
|
105
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
106
|
-
"update:modelValue": (value: string) => true;
|
107
|
-
error: (err: string) => true;
|
108
|
-
editorDidMount: (editor: editor.IStandaloneCodeEditor) => true;
|
109
|
-
change: (value: string, event: any) => true;
|
110
|
-
contextMenu: (event: any) => true;
|
111
|
-
blur: () => true;
|
112
|
-
blurText: () => true;
|
113
|
-
configuration: (event: any) => true;
|
114
|
-
position: (event: any) => true;
|
115
|
-
selection: (event: any) => true;
|
116
|
-
modelDecorations: (event: any) => true;
|
117
|
-
modelLanguage: (event: any) => true;
|
118
|
-
modelOptions: (event: any) => true;
|
119
|
-
afterDispose: () => true;
|
120
|
-
focus: () => true;
|
121
|
-
focusText: () => true;
|
122
|
-
layout: (event: any) => true;
|
123
|
-
scroll: (event: any) => true;
|
124
|
-
keydown: (event: any) => true;
|
125
|
-
keyup: (event: any) => true;
|
126
|
-
mouseDown: (event: any) => true;
|
127
|
-
mouseLeave: (event: any) => true;
|
128
|
-
mouseMove: (event: any) => true;
|
129
|
-
mouseUp: (event: any) => true;
|
130
|
-
}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
131
|
-
P: {};
|
132
|
-
B: {};
|
133
|
-
D: {};
|
134
|
-
C: {};
|
135
|
-
M: {};
|
136
|
-
Defaults: {};
|
137
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
138
|
-
options: {
|
139
|
-
type: import("vue").PropType<editor.IStandaloneEditorConstructionOptions>;
|
140
|
-
};
|
141
|
-
language: {
|
142
|
-
type: import("vue").PropType<string>;
|
143
|
-
};
|
144
|
-
theme: {
|
145
|
-
type: import("vue").PropType<string>;
|
146
|
-
required: false;
|
147
|
-
};
|
148
|
-
"onUpdate:modelValue": {
|
149
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
150
|
-
};
|
151
|
-
"v-model": {
|
152
|
-
type: import("vue").PropType<string>;
|
153
|
-
required: false;
|
154
|
-
};
|
155
|
-
modelValue: {
|
156
|
-
type: import("vue").PropType<string>;
|
157
|
-
required: false;
|
158
|
-
};
|
159
|
-
name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
160
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
161
|
-
}; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
162
|
-
type: import("vue").PropType<string>;
|
163
|
-
required: false;
|
164
|
-
}; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
165
|
-
type: import("vue").PropType<string>;
|
166
|
-
required: false;
|
167
|
-
}; } & {
|
168
|
-
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, string, {
|
169
|
-
"onUpdate:modelValue": {
|
170
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
171
|
-
};
|
172
|
-
} & {
|
173
|
-
"v-model": {
|
174
|
-
type: import("vue").PropType<string>;
|
175
|
-
required: false;
|
176
|
-
};
|
177
|
-
} & {
|
178
|
-
modelValue: {
|
179
|
-
type: import("vue").PropType<string>;
|
180
|
-
required: false;
|
181
|
-
};
|
182
|
-
}>;
|
183
|
-
defaultValue(value?: string): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
|
184
|
-
"onUpdate:modelValue": {
|
185
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
186
|
-
};
|
187
|
-
} & {
|
188
|
-
"v-model": {
|
189
|
-
type: import("vue").PropType<string>;
|
190
|
-
required: false;
|
191
|
-
};
|
192
|
-
} & {
|
193
|
-
modelValue: {
|
194
|
-
type: import("vue").PropType<string>;
|
195
|
-
required: false;
|
196
|
-
};
|
197
|
-
}, false>;
|
198
|
-
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, string, {
|
199
|
-
"onUpdate:modelValue": {
|
200
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
201
|
-
};
|
202
|
-
} & {
|
203
|
-
"v-model": {
|
204
|
-
type: import("vue").PropType<string>;
|
205
|
-
required: false;
|
206
|
-
};
|
207
|
-
} & {
|
208
|
-
modelValue: {
|
209
|
-
type: import("vue").PropType<string>;
|
210
|
-
required: false;
|
211
|
-
};
|
212
|
-
}>;
|
213
|
-
};
|
214
|
-
}>> & {
|
215
|
-
onPosition?: (event: any) => any;
|
216
|
-
onScroll?: (event: any) => any;
|
217
|
-
onError?: (err: string) => any;
|
218
|
-
onConfiguration?: (event: any) => any;
|
219
|
-
onLayout?: (event: any) => any;
|
220
|
-
onBlur?: () => any;
|
221
|
-
onChange?: (value: string, event: any) => any;
|
222
|
-
onFocus?: () => any;
|
223
|
-
onKeydown?: (event: any) => any;
|
224
|
-
onKeyup?: (event: any) => any;
|
225
|
-
onSelection?: (event: any) => any;
|
226
|
-
"onUpdate:modelValue"?: (value: string) => any;
|
227
|
-
onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
|
228
|
-
onContextMenu?: (event: any) => any;
|
229
|
-
onBlurText?: () => any;
|
230
|
-
onModelDecorations?: (event: any) => any;
|
231
|
-
onModelLanguage?: (event: any) => any;
|
232
|
-
onModelOptions?: (event: any) => any;
|
233
|
-
onAfterDispose?: () => any;
|
234
|
-
onFocusText?: () => any;
|
235
|
-
onMouseDown?: (event: any) => any;
|
236
|
-
onMouseLeave?: (event: any) => any;
|
237
|
-
onMouseMove?: (event: any) => any;
|
238
|
-
onMouseUp?: (event: any) => any;
|
239
|
-
}, () => JSX.Element, {}, {}, {}, {}>;
|
240
|
-
__isFragment?: never;
|
241
|
-
__isTeleport?: never;
|
242
|
-
__isSuspense?: never;
|
243
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
244
|
-
options: {
|
245
|
-
type: import("vue").PropType<editor.IStandaloneEditorConstructionOptions>;
|
246
|
-
};
|
247
|
-
language: {
|
248
|
-
type: import("vue").PropType<string>;
|
249
|
-
};
|
250
|
-
theme: {
|
251
|
-
type: import("vue").PropType<string>;
|
252
|
-
required: false;
|
253
|
-
};
|
254
|
-
"onUpdate:modelValue": {
|
255
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
256
|
-
};
|
257
|
-
"v-model": {
|
258
|
-
type: import("vue").PropType<string>;
|
259
|
-
required: false;
|
260
|
-
};
|
261
|
-
modelValue: {
|
262
|
-
type: import("vue").PropType<string>;
|
263
|
-
required: false;
|
264
|
-
};
|
265
|
-
name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
266
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
267
|
-
}; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
268
|
-
type: import("vue").PropType<string>;
|
269
|
-
required: false;
|
270
|
-
}; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
271
|
-
type: import("vue").PropType<string>;
|
272
|
-
required: false;
|
273
|
-
}; } & {
|
274
|
-
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, string, {
|
275
|
-
"onUpdate:modelValue": {
|
276
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
277
|
-
};
|
278
|
-
} & {
|
279
|
-
"v-model": {
|
280
|
-
type: import("vue").PropType<string>;
|
281
|
-
required: false;
|
282
|
-
};
|
283
|
-
} & {
|
284
|
-
modelValue: {
|
285
|
-
type: import("vue").PropType<string>;
|
286
|
-
required: false;
|
287
|
-
};
|
288
|
-
}>;
|
289
|
-
defaultValue(value?: string): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
|
290
|
-
"onUpdate:modelValue": {
|
291
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
292
|
-
};
|
293
|
-
} & {
|
294
|
-
"v-model": {
|
295
|
-
type: import("vue").PropType<string>;
|
296
|
-
required: false;
|
297
|
-
};
|
298
|
-
} & {
|
299
|
-
modelValue: {
|
300
|
-
type: import("vue").PropType<string>;
|
301
|
-
required: false;
|
302
|
-
};
|
303
|
-
}, false>;
|
304
|
-
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, string, {
|
305
|
-
"onUpdate:modelValue": {
|
306
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
307
|
-
};
|
308
|
-
} & {
|
309
|
-
"v-model": {
|
310
|
-
type: import("vue").PropType<string>;
|
311
|
-
required: false;
|
312
|
-
};
|
313
|
-
} & {
|
314
|
-
modelValue: {
|
315
|
-
type: import("vue").PropType<string>;
|
316
|
-
required: false;
|
317
|
-
};
|
318
|
-
}>;
|
319
|
-
};
|
320
|
-
}>> & {
|
321
|
-
onPosition?: (event: any) => any;
|
322
|
-
onScroll?: (event: any) => any;
|
323
|
-
onError?: (err: string) => any;
|
324
|
-
onConfiguration?: (event: any) => any;
|
325
|
-
onLayout?: (event: any) => any;
|
326
|
-
onBlur?: () => any;
|
327
|
-
onChange?: (value: string, event: any) => any;
|
328
|
-
onFocus?: () => any;
|
329
|
-
onKeydown?: (event: any) => any;
|
330
|
-
onKeyup?: (event: any) => any;
|
331
|
-
onSelection?: (event: any) => any;
|
332
|
-
"onUpdate:modelValue"?: (value: string) => any;
|
333
|
-
onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
|
334
|
-
onContextMenu?: (event: any) => any;
|
335
|
-
onBlurText?: () => any;
|
336
|
-
onModelDecorations?: (event: any) => any;
|
337
|
-
onModelLanguage?: (event: any) => any;
|
338
|
-
onModelOptions?: (event: any) => any;
|
339
|
-
onAfterDispose?: () => any;
|
340
|
-
onFocusText?: () => any;
|
341
|
-
onMouseDown?: (event: any) => any;
|
342
|
-
onMouseLeave?: (event: any) => any;
|
343
|
-
onMouseMove?: (event: any) => any;
|
344
|
-
onMouseUp?: (event: any) => any;
|
345
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
346
|
-
"update:modelValue": (value: string) => true;
|
347
|
-
error: (err: string) => true;
|
348
|
-
editorDidMount: (editor: editor.IStandaloneCodeEditor) => true;
|
349
|
-
change: (value: string, event: any) => true;
|
350
|
-
contextMenu: (event: any) => true;
|
351
|
-
blur: () => true;
|
352
|
-
blurText: () => true;
|
353
|
-
configuration: (event: any) => true;
|
354
|
-
position: (event: any) => true;
|
355
|
-
selection: (event: any) => true;
|
356
|
-
modelDecorations: (event: any) => true;
|
357
|
-
modelLanguage: (event: any) => true;
|
358
|
-
modelOptions: (event: any) => true;
|
359
|
-
afterDispose: () => true;
|
360
|
-
focus: () => true;
|
361
|
-
focusText: () => true;
|
362
|
-
layout: (event: any) => true;
|
363
|
-
scroll: (event: any) => true;
|
364
|
-
keydown: (event: any) => true;
|
365
|
-
keyup: (event: any) => true;
|
366
|
-
mouseDown: (event: any) => true;
|
367
|
-
mouseLeave: (event: any) => true;
|
368
|
-
mouseMove: (event: any) => true;
|
369
|
-
mouseUp: (event: any) => true;
|
370
|
-
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
371
|
-
propsDefinition: Omit<Readonly<{} & {
|
372
|
-
name?: {
|
373
|
-
[x: `onUpdate:${string}`]: {
|
374
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
375
|
-
};
|
376
|
-
} & {
|
377
|
-
[x: `v-model:${string}`]: {
|
378
|
-
type: import("vue").PropType<string>;
|
379
|
-
required: false;
|
380
|
-
};
|
381
|
-
} & {
|
382
|
-
[x: string]: {
|
383
|
-
type: import("vue").PropType<string>;
|
384
|
-
required: false;
|
385
|
-
};
|
386
|
-
} & {
|
387
|
-
require(): import("../DefineVueTypings").DefinePropModelRequire<string, string, {
|
388
|
-
"onUpdate:modelValue": {
|
389
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
390
|
-
};
|
391
|
-
} & {
|
392
|
-
"v-model": {
|
393
|
-
type: import("vue").PropType<string>;
|
394
|
-
required: false;
|
395
|
-
};
|
396
|
-
} & {
|
397
|
-
modelValue: {
|
398
|
-
type: import("vue").PropType<string>;
|
399
|
-
required: false;
|
400
|
-
};
|
401
|
-
}>;
|
402
|
-
defaultValue(value?: string): import("../DefineVueTypings").DefinePropModelDefaultValue<string, string, {
|
403
|
-
"onUpdate:modelValue": {
|
404
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
405
|
-
};
|
406
|
-
} & {
|
407
|
-
"v-model": {
|
408
|
-
type: import("vue").PropType<string>;
|
409
|
-
required: false;
|
410
|
-
};
|
411
|
-
} & {
|
412
|
-
modelValue: {
|
413
|
-
type: import("vue").PropType<string>;
|
414
|
-
required: false;
|
415
|
-
};
|
416
|
-
}, false>;
|
417
|
-
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<string, string, {
|
418
|
-
"onUpdate:modelValue": {
|
419
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
420
|
-
};
|
421
|
-
} & {
|
422
|
-
"v-model": {
|
423
|
-
type: import("vue").PropType<string>;
|
424
|
-
required: false;
|
425
|
-
};
|
426
|
-
} & {
|
427
|
-
modelValue: {
|
428
|
-
type: import("vue").PropType<string>;
|
429
|
-
required: false;
|
430
|
-
};
|
431
|
-
}>;
|
432
|
-
};
|
433
|
-
theme?: string;
|
434
|
-
options?: editor.IStandaloneEditorConstructionOptions;
|
435
|
-
"v-model"?: string;
|
436
|
-
modelValue?: string;
|
437
|
-
"onUpdate:modelValue"?: (value: string) => any | void;
|
438
|
-
language?: string;
|
439
|
-
}>, "onFocus" | "onBlur" | "onError" | "onScroll" | "onChange" | "onKeydown" | "onKeyup" | "onUpdate:modelValue" | "onLayout" | "onPosition" | "onConfiguration" | "onSelection" | "onEditorDidMount" | "onContextMenu" | "onBlurText" | "onModelDecorations" | "onModelLanguage" | "onModelOptions" | "onAfterDispose" | "onFocusText" | "onMouseDown" | "onMouseLeave" | "onMouseMove" | "onMouseUp"> & {
|
440
|
-
onFocus?: () => any;
|
441
|
-
onBlur?: () => any;
|
442
|
-
onError?: (err: string) => any;
|
443
|
-
onScroll?: (event: any) => any;
|
444
|
-
onChange?: (value: string, event: any) => any;
|
445
|
-
onKeydown?: (event: any) => any;
|
446
|
-
onKeyup?: (event: any) => any;
|
447
|
-
"onUpdate:modelValue"?: (value: string) => any;
|
448
|
-
onLayout?: (event: any) => any;
|
449
|
-
onPosition?: (event: any) => any;
|
450
|
-
onConfiguration?: (event: any) => any;
|
451
|
-
onSelection?: (event: any) => any;
|
452
|
-
onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
|
453
|
-
onContextMenu?: (event: any) => any;
|
454
|
-
onBlurText?: () => any;
|
455
|
-
onModelDecorations?: (event: any) => any;
|
456
|
-
onModelLanguage?: (event: any) => any;
|
457
|
-
onModelOptions?: (event: any) => any;
|
458
|
-
onAfterDispose?: () => any;
|
459
|
-
onFocusText?: () => any;
|
460
|
-
onMouseDown?: (event: any) => any;
|
461
|
-
onMouseLeave?: (event: any) => any;
|
462
|
-
onMouseMove?: (event: any) => any;
|
463
|
-
onMouseUp?: (event: any) => any;
|
464
|
-
};
|
465
|
-
};
|
3
|
+
type MonacoEditorProps = DefineVModel<"", string> & DefineProp<"language", string> & DefineProp<"options", editor.IStandaloneEditorConstructionOptions> & DefineEmit<"update:modelValue", (value: string) => void> & DefineEmit<"error", (err: string) => void> & DefineEmit<"editorDidMount", (editor: editor.IStandaloneCodeEditor) => void> & DefineEmit<"change", (value: string, event: any) => void> & DefineEmit<"contextMenu", (event: any) => void> & DefineEmit<"blur", () => void> & DefineEmit<"blurText", () => void> & DefineEmit<"configuration", (event: any) => void> & DefineEmit<"position", (event: any) => void> & DefineEmit<"selection", (event: any) => void> & DefineEmit<"modelDecorations", (event: any) => void> & DefineEmit<"modelLanguage", (event: any) => void> & DefineEmit<"modelOptions", (event: any) => void> & DefineEmit<"afterDispose", () => void> & DefineEmit<"focus", () => void> & DefineEmit<"focusText", () => void> & DefineEmit<"layout", (event: any) => void> & DefineEmit<"scroll", (event: any) => void> & DefineEmit<"keydown", (event: any) => void> & DefineEmit<"keyup", (event: any) => void> & DefineEmit<"mouseDown", (event: any) => void> & DefineEmit<"mouseLeave", (event: any) => void> & DefineEmit<"mouseMove", (event: any) => void> & DefineEmit<"mouseUp", (event: any) => void>;
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<MonacoEditorProps>) => any;
|
466
5
|
export default _default;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { DefinePropTheming, DefineProp } from "@omnia/fx/ux";
|
2
2
|
import { ColorType, ColorTypes, OTextAlignmentTypes, TextBlueprint, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "@omnia/fx/models";
|
3
3
|
type textWrapping = "none";
|
4
|
-
type TextProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"typography", TypographyType | TypographyTypes, false, null, "Applies a specific typography to be used. Default is text."> & DefineProp<"size", TypographySize | TypographySizes, false, null, "Applies a specific typography size to be used. Default is medium text."> & DefineProp<"colorType", ColorTypes | ColorType, false, null, "Applies a specific color type to be used. Default is onBase."> & DefineProp<"divider", boolean, false, false, "If true, each item will have a bottom divider"> & DefineProp<"toned", boolean, false, false, "Applies a tonal color to the text."> & DefineProp<"wordBreak", textWrapping, false, null, "Specifies how the text should wrap."> & DefineProp<"
|
4
|
+
type TextProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"typography", TypographyType | TypographyTypes, false, null, "Applies a specific typography to be used. Default is text."> & DefineProp<"size", TypographySize | TypographySizes, false, null, "Applies a specific typography size to be used. Default is medium text."> & DefineProp<"colorType", ColorTypes | ColorType, false, null, "Applies a specific color type to be used. Default is onBase."> & DefineProp<"divider", boolean, false, false, "If true, each item will have a bottom divider"> & DefineProp<"toned", boolean, false, false, "Applies a tonal color to the text."> & DefineProp<"wordBreak", textWrapping, false, null, "Specifies how the text should wrap."> & DefineProp<"whiteSpace", "normal" | "nowrap" | "pre" | "pre-wrap" | "pre-line", false, null, "Specifies how is white space inside text is handled"> & DefineProp<"align", OTextAlignmentTypes, false, null, "Specifiecs text alignment."> & DefineProp<"truncateLines", number, false, null, "Specifies if text should be truncated and number of lines before truncating."> & DefineProp<"blueprint", TextBlueprint, false, null, "Sets a custom blueprint for the text.">;
|
5
5
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<TextProps>) => any;
|
6
6
|
export default _default;
|
@@ -0,0 +1,58 @@
|
|
1
|
+
import { IIcon, Spacing, SpacingValue } from "@omnia/fx-models";
|
2
|
+
import { DefineSlot, DefineEmit } from "@omnia/fx/ux";
|
3
|
+
import { VNodeChild } from "vue";
|
4
|
+
export interface TextFieldModel {
|
5
|
+
text: String;
|
6
|
+
}
|
7
|
+
export interface TreeViewPagingModel {
|
8
|
+
currentPaging: number;
|
9
|
+
totalPaging: number;
|
10
|
+
startPagingIndex: number;
|
11
|
+
endPagingIndex: number;
|
12
|
+
}
|
13
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
14
|
+
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
|
15
|
+
} & {
|
16
|
+
container?: boolean;
|
17
|
+
} & {
|
18
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
19
|
+
} & {
|
20
|
+
"emit:update:modelValue": (value: any[]) => void;
|
21
|
+
} & {
|
22
|
+
"v-model"?: any[];
|
23
|
+
} & {
|
24
|
+
modelValue?: any[];
|
25
|
+
} & {
|
26
|
+
"emit:update:expanded": (value: any[]) => void;
|
27
|
+
} & {
|
28
|
+
"v-model:expanded"?: any[];
|
29
|
+
} & {
|
30
|
+
expanded?: any[];
|
31
|
+
} & {
|
32
|
+
items?: any[];
|
33
|
+
} & {
|
34
|
+
expandOnSelection?: boolean;
|
35
|
+
} & {
|
36
|
+
multiple?: boolean;
|
37
|
+
} & {
|
38
|
+
batchChildrensDisplay?: number;
|
39
|
+
} & {
|
40
|
+
itemTitle?: string | ((item: any) => string);
|
41
|
+
} & {
|
42
|
+
itemIcon?: string | ((item: any) => IIcon);
|
43
|
+
} & {
|
44
|
+
itemValue?: string | ((item: any) => string);
|
45
|
+
} & {
|
46
|
+
itemChildren?: string;
|
47
|
+
} & {
|
48
|
+
loadChildren?: (selectedNode: any, level?: number) => void | Promise<void>;
|
49
|
+
} & {
|
50
|
+
onMoveNode?: (item: any, currentPosition: number, newPosition: number) => void | Promise<void>;
|
51
|
+
} & {
|
52
|
+
checkNodeToMove?: (item: any) => boolean;
|
53
|
+
} & {
|
54
|
+
padding?: Spacing | SpacingValue;
|
55
|
+
} & {
|
56
|
+
indentation?: SpacingValue;
|
57
|
+
} & DefineSlot<"appendInnerItem", (item: any, index: Number) => VNodeChild, "Define a custom item action appearance."> & DefineSlot<"itemToolTip", (item: any) => VNodeChild, "Define tooltip for treeview icon"> & DefineEmit<"update:active", (items: Array<any>) => void>>) => any;
|
58
|
+
export default _default;
|
@@ -0,0 +1,5 @@
|
|
1
|
+
import { Spacing } from "@omnia/fx-models";
|
2
|
+
export declare const treeViewStylex: {
|
3
|
+
wrapper: (backgroundColor: string, color: string, iconColor: string, hoverColor: string) => Readonly<import("../../Styles.stylex").StylexValue>;
|
4
|
+
paddingWrapper: (padding: Spacing) => Readonly<import("../../Styles.stylex").StylexValue>;
|
5
|
+
};
|
@@ -1,8 +1,9 @@
|
|
1
|
+
import { ColorSchemaStoreType } from "../../aurora";
|
1
2
|
export declare const PostTemplateStyles: {
|
2
3
|
dialogWidth: string;
|
3
4
|
likeAvatar: string;
|
4
5
|
editedCaption: string;
|
5
|
-
postCardDefaultStyling: () => string;
|
6
|
+
postCardDefaultStyling: (colors: ColorSchemaStoreType) => string;
|
6
7
|
titleWrapper: string;
|
7
8
|
noticeReply: string;
|
8
9
|
footerWrapper: () => string;
|
@@ -25,6 +25,7 @@ export interface BubbleMenuConfiguration {
|
|
25
25
|
menuItem: new () => BubbleMenuToolbarExtension;
|
26
26
|
configuration: MenuConfiguration;
|
27
27
|
showOnPasted?: boolean;
|
28
|
+
showOnSuggested?: boolean;
|
28
29
|
}
|
29
30
|
export type RichTextEditorNodeRegistration = (Node | Mark | Extension) & {
|
30
31
|
priority?: number;
|
package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts
CHANGED
@@ -5,21 +5,7 @@ export declare const alignmentEditorExtension: () => {
|
|
5
5
|
getConfiguration(): {
|
6
6
|
nodes: import("@tiptap/core").Extension<import("./AlignmentNode").TextAlignOptions, any>[];
|
7
7
|
toolbarItems: {
|
8
|
-
toolbar:
|
9
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
10
|
-
P: {};
|
11
|
-
B: {};
|
12
|
-
D: {};
|
13
|
-
C: {};
|
14
|
-
M: {};
|
15
|
-
Defaults: {};
|
16
|
-
}, Readonly<import("vue").ExtractPropTypes<{}>>, JSX.Element, {}, {}, {}, {}>;
|
17
|
-
__isFragment?: never;
|
18
|
-
__isTeleport?: never;
|
19
|
-
__isSuspense?: never;
|
20
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, JSX.Element, {}, {}, {}, 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 & {
|
21
|
-
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
22
|
-
};
|
8
|
+
toolbar: (props: import("../../..").ConstructComponentProps<Record<string, any>>) => any;
|
23
9
|
}[];
|
24
10
|
};
|
25
11
|
} & {
|
@@ -1,16 +1,2 @@
|
|
1
|
-
declare const _default:
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
3
|
-
P: {};
|
4
|
-
B: {};
|
5
|
-
D: {};
|
6
|
-
C: {};
|
7
|
-
M: {};
|
8
|
-
Defaults: {};
|
9
|
-
}, Readonly<import("vue").ExtractPropTypes<{}>>, JSX.Element, {}, {}, {}, {}>;
|
10
|
-
__isFragment?: never;
|
11
|
-
__isTeleport?: never;
|
12
|
-
__isSuspense?: never;
|
13
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, JSX.Element, {}, {}, {}, 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 & {
|
14
|
-
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
-
};
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => any;
|
16
2
|
export default _default;
|
@@ -3,7 +3,12 @@ export declare const enterpriseGlossaryLinkSuggestionExtension: () => {
|
|
3
3
|
id: guid;
|
4
4
|
title: string;
|
5
5
|
getConfiguration(): {
|
6
|
-
nodes: (import("@tiptap/core").
|
6
|
+
nodes: (import("@tiptap/core").Node<import("./nodes/EnterpriseGlossarySuggestionNode").EnterpriseGlossarySuggestionOptions, any> | import("@tiptap/core").Mark<import("./nodes/EnterpriseSuggestionIgnore").EnterpriseGlossarySuggestionIgnoreOptions, any>)[];
|
7
|
+
bubbleMenuItems: {
|
8
|
+
menuItem: (props: import("../../..").ConstructComponentProps<Record<string, any>>) => any;
|
9
|
+
configuration: {};
|
10
|
+
showOnSuggested: true;
|
11
|
+
}[];
|
7
12
|
};
|
8
13
|
} & {
|
9
14
|
dispose?: () => void;
|