@omnia/fx 8.0.241-dev → 8.0.243-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/stores/markdown/MarkdownPluginStore.d.ts +41 -0
  4. package/internal-do-not-import-from-here/stores/markdown/index.d.ts +1 -1
  5. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +1 -1
  6. package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/models/LoginProvidersFactory.d.ts +2 -0
  7. package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +3 -7
  8. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +6 -18
  9. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
  10. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor_bak.d.ts +0 -498
  11. package/internal-do-not-import-from-here/ux/markdown/plugins/CodeMarkdownRenderer.d.ts +0 -3
  12. package/internal-do-not-import-from-here/ux/markdown/plugins/VelcronMarkdownRenderer.d.ts +0 -3
  13. package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/ColorButton.d.ts +0 -57
  14. package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/ThemeStylingPlugin.d.ts +0 -3
  15. package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/TypographyButton.d.ts +0 -57
  16. package/internal-do-not-import-from-here/{stores/markdown → ux/markdown/stores}/MarkdownEditorStore.d.ts +3 -3
  17. package/internal-do-not-import-from-here/ux/markdown2/MarkdownEditorFuture.d.ts +6 -1
  18. package/internal-do-not-import-from-here/ux/markdown2/PluginRegistrationHandler.d.ts +1 -0
  19. package/internal-do-not-import-from-here/ux/markdown2/plugins/registrations/PluginRegistrations.d.ts +1 -0
  20. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownStore.d.ts +5 -5
  21. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownToolbarStore.d.ts +20 -20
  22. package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +5 -1
  23. package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +5 -1
  24. package/internal-do-not-import-from-here/ux/{admin/usermanagement/self-service/DetailBlade.d.ts → mediarenderer/MediaRendererComponentBase.d.ts} +7 -3
  25. package/internal-do-not-import-from-here/ux/mediarenderer/index.d.ts +1 -0
  26. package/internal-do-not-import-from-here/ux/oxide/calendar/Calendar.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/oxide/fab/FloatingActionButton..d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +2 -2
  31. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +3 -3
  32. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +44 -40
  33. package/internal-do-not-import-from-here/ux/oxide/speeddial/SpeedDial.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +7 -7
  36. package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +6 -6
  37. package/package.json +2 -2
  38. package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/EditBlade.d.ts +0 -47
@@ -1,498 +0,0 @@
1
- import { TextBlueprint, TypographySizes, TypographyTypes } from "@omnia/fx-models";
2
- declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
- blueprint: {
5
- type: import("vue").PropType<TextBlueprint>;
6
- };
7
- size: {
8
- type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
9
- };
10
- typography: {
11
- type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
12
- };
13
- placeholder: {
14
- type: import("vue").PropType<string>;
15
- };
16
- noWrap: {
17
- type: import("vue").PropType<boolean>;
18
- };
19
- toned: {
20
- type: import("vue").PropType<boolean>;
21
- };
22
- hideToolbar: {
23
- type: import("vue").PropType<boolean>;
24
- };
25
- colorSchemaType: {
26
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
27
- required: boolean;
28
- };
29
- container: {
30
- type: BooleanConstructor;
31
- required: boolean;
32
- };
33
- colors: {
34
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
35
- required: boolean;
36
- };
37
- "onUpdate:modelValue": {
38
- type: import("vue").PropType<(value: string) => any>;
39
- };
40
- "v-model": {
41
- type: import("vue").PropType<string>;
42
- required: false;
43
- };
44
- modelValue: {
45
- type: import("vue").PropType<string>;
46
- required: false;
47
- };
48
- name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
49
- type: import("vue").PropType<(value: string) => any>;
50
- }; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
51
- type: import("vue").PropType<string>;
52
- required: false;
53
- }; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
54
- type: import("vue").PropType<string>;
55
- required: false;
56
- }; } & {
57
- require(): import("../DefineVueTypings").DefinePropModelRequire<TName, string, {
58
- "onUpdate:modelValue": {
59
- type: import("vue").PropType<(value: string) => any>;
60
- };
61
- } & {
62
- "v-model": {
63
- type: import("vue").PropType<string>;
64
- required: false;
65
- };
66
- } & {
67
- modelValue: {
68
- type: import("vue").PropType<string>;
69
- required: false;
70
- };
71
- }>;
72
- defaultValue(value?: string): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
73
- "onUpdate:modelValue": {
74
- type: import("vue").PropType<(value: string) => any>;
75
- };
76
- } & {
77
- "v-model": {
78
- type: import("vue").PropType<string>;
79
- required: false;
80
- };
81
- } & {
82
- modelValue: {
83
- type: import("vue").PropType<string>;
84
- required: false;
85
- };
86
- }, false>;
87
- doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, string, {
88
- "onUpdate:modelValue": {
89
- type: import("vue").PropType<(value: string) => any>;
90
- };
91
- } & {
92
- "v-model": {
93
- type: import("vue").PropType<string>;
94
- required: false;
95
- };
96
- } & {
97
- modelValue: {
98
- type: import("vue").PropType<string>;
99
- required: false;
100
- };
101
- }>;
102
- };
103
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
104
- blueprint: {
105
- type: import("vue").PropType<TextBlueprint>;
106
- };
107
- size: {
108
- type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
109
- };
110
- typography: {
111
- type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
112
- };
113
- placeholder: {
114
- type: import("vue").PropType<string>;
115
- };
116
- noWrap: {
117
- type: import("vue").PropType<boolean>;
118
- };
119
- toned: {
120
- type: import("vue").PropType<boolean>;
121
- };
122
- hideToolbar: {
123
- type: import("vue").PropType<boolean>;
124
- };
125
- colorSchemaType: {
126
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
127
- required: boolean;
128
- };
129
- container: {
130
- type: BooleanConstructor;
131
- required: boolean;
132
- };
133
- colors: {
134
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
135
- required: boolean;
136
- };
137
- "onUpdate:modelValue": {
138
- type: import("vue").PropType<(value: string) => any>;
139
- };
140
- "v-model": {
141
- type: import("vue").PropType<string>;
142
- required: false;
143
- };
144
- modelValue: {
145
- type: import("vue").PropType<string>;
146
- required: false;
147
- };
148
- name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
149
- type: import("vue").PropType<(value: string) => any>;
150
- }; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
151
- type: import("vue").PropType<string>;
152
- required: false;
153
- }; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
154
- type: import("vue").PropType<string>;
155
- required: false;
156
- }; } & {
157
- require(): import("../DefineVueTypings").DefinePropModelRequire<TName, string, {
158
- "onUpdate:modelValue": {
159
- type: import("vue").PropType<(value: string) => any>;
160
- };
161
- } & {
162
- "v-model": {
163
- type: import("vue").PropType<string>;
164
- required: false;
165
- };
166
- } & {
167
- modelValue: {
168
- type: import("vue").PropType<string>;
169
- required: false;
170
- };
171
- }>;
172
- defaultValue(value?: string): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
173
- "onUpdate:modelValue": {
174
- type: import("vue").PropType<(value: string) => any>;
175
- };
176
- } & {
177
- "v-model": {
178
- type: import("vue").PropType<string>;
179
- required: false;
180
- };
181
- } & {
182
- modelValue: {
183
- type: import("vue").PropType<string>;
184
- required: false;
185
- };
186
- }, false>;
187
- doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, string, {
188
- "onUpdate:modelValue": {
189
- type: import("vue").PropType<(value: string) => any>;
190
- };
191
- } & {
192
- "v-model": {
193
- type: import("vue").PropType<string>;
194
- required: false;
195
- };
196
- } & {
197
- modelValue: {
198
- type: import("vue").PropType<string>;
199
- required: false;
200
- };
201
- }>;
202
- };
203
- }>>, {
204
- container: boolean;
205
- }, true, {}, {}, {
206
- P: {};
207
- B: {};
208
- D: {};
209
- C: {};
210
- M: {};
211
- Defaults: {};
212
- }, Readonly<import("vue").ExtractPropTypes<{
213
- blueprint: {
214
- type: import("vue").PropType<TextBlueprint>;
215
- };
216
- size: {
217
- type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
218
- };
219
- typography: {
220
- type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
221
- };
222
- placeholder: {
223
- type: import("vue").PropType<string>;
224
- };
225
- noWrap: {
226
- type: import("vue").PropType<boolean>;
227
- };
228
- toned: {
229
- type: import("vue").PropType<boolean>;
230
- };
231
- hideToolbar: {
232
- type: import("vue").PropType<boolean>;
233
- };
234
- colorSchemaType: {
235
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
236
- required: boolean;
237
- };
238
- container: {
239
- type: BooleanConstructor;
240
- required: boolean;
241
- };
242
- colors: {
243
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
244
- required: boolean;
245
- };
246
- "onUpdate:modelValue": {
247
- type: import("vue").PropType<(value: string) => any>;
248
- };
249
- "v-model": {
250
- type: import("vue").PropType<string>;
251
- required: false;
252
- };
253
- modelValue: {
254
- type: import("vue").PropType<string>;
255
- required: false;
256
- };
257
- name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
258
- type: import("vue").PropType<(value: string) => any>;
259
- }; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
260
- type: import("vue").PropType<string>;
261
- required: false;
262
- }; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
263
- type: import("vue").PropType<string>;
264
- required: false;
265
- }; } & {
266
- require(): import("../DefineVueTypings").DefinePropModelRequire<TName, string, {
267
- "onUpdate:modelValue": {
268
- type: import("vue").PropType<(value: string) => any>;
269
- };
270
- } & {
271
- "v-model": {
272
- type: import("vue").PropType<string>;
273
- required: false;
274
- };
275
- } & {
276
- modelValue: {
277
- type: import("vue").PropType<string>;
278
- required: false;
279
- };
280
- }>;
281
- defaultValue(value?: string): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
282
- "onUpdate:modelValue": {
283
- type: import("vue").PropType<(value: string) => any>;
284
- };
285
- } & {
286
- "v-model": {
287
- type: import("vue").PropType<string>;
288
- required: false;
289
- };
290
- } & {
291
- modelValue: {
292
- type: import("vue").PropType<string>;
293
- required: false;
294
- };
295
- }, false>;
296
- doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, string, {
297
- "onUpdate:modelValue": {
298
- type: import("vue").PropType<(value: string) => any>;
299
- };
300
- } & {
301
- "v-model": {
302
- type: import("vue").PropType<string>;
303
- required: false;
304
- };
305
- } & {
306
- modelValue: {
307
- type: import("vue").PropType<string>;
308
- required: false;
309
- };
310
- }>;
311
- };
312
- }>>, () => JSX.Element, {}, {}, {}, {
313
- container: boolean;
314
- }>;
315
- __isFragment?: never;
316
- __isTeleport?: never;
317
- __isSuspense?: never;
318
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
319
- blueprint: {
320
- type: import("vue").PropType<TextBlueprint>;
321
- };
322
- size: {
323
- type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
324
- };
325
- typography: {
326
- type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
327
- };
328
- placeholder: {
329
- type: import("vue").PropType<string>;
330
- };
331
- noWrap: {
332
- type: import("vue").PropType<boolean>;
333
- };
334
- toned: {
335
- type: import("vue").PropType<boolean>;
336
- };
337
- hideToolbar: {
338
- type: import("vue").PropType<boolean>;
339
- };
340
- colorSchemaType: {
341
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
342
- required: boolean;
343
- };
344
- container: {
345
- type: BooleanConstructor;
346
- required: boolean;
347
- };
348
- colors: {
349
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
350
- required: boolean;
351
- };
352
- "onUpdate:modelValue": {
353
- type: import("vue").PropType<(value: string) => any>;
354
- };
355
- "v-model": {
356
- type: import("vue").PropType<string>;
357
- required: false;
358
- };
359
- modelValue: {
360
- type: import("vue").PropType<string>;
361
- required: false;
362
- };
363
- name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
364
- type: import("vue").PropType<(value: string) => any>;
365
- }; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
366
- type: import("vue").PropType<string>;
367
- required: false;
368
- }; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
369
- type: import("vue").PropType<string>;
370
- required: false;
371
- }; } & {
372
- require(): import("../DefineVueTypings").DefinePropModelRequire<TName, string, {
373
- "onUpdate:modelValue": {
374
- type: import("vue").PropType<(value: string) => any>;
375
- };
376
- } & {
377
- "v-model": {
378
- type: import("vue").PropType<string>;
379
- required: false;
380
- };
381
- } & {
382
- modelValue: {
383
- type: import("vue").PropType<string>;
384
- required: false;
385
- };
386
- }>;
387
- defaultValue(value?: string): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
388
- "onUpdate:modelValue": {
389
- type: import("vue").PropType<(value: string) => any>;
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
- }, false>;
402
- doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, string, {
403
- "onUpdate:modelValue": {
404
- type: import("vue").PropType<(value: string) => any>;
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
- }>;
417
- };
418
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
419
- container: boolean;
420
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
421
- propsDefinition: Omit<Readonly<{} & {
422
- name?: {
423
- [x: `onUpdate:${string}`]: {
424
- type: import("vue").PropType<(value: string) => any>;
425
- };
426
- } & {
427
- [x: `v-model:${string}`]: {
428
- type: import("vue").PropType<string>;
429
- required: false;
430
- };
431
- } & {
432
- [x: string]: {
433
- type: import("vue").PropType<string>;
434
- required: false;
435
- };
436
- } & {
437
- require(): import("../DefineVueTypings").DefinePropModelRequire<string, string, {
438
- "onUpdate:modelValue": {
439
- type: import("vue").PropType<(value: string) => any>;
440
- };
441
- } & {
442
- "v-model": {
443
- type: import("vue").PropType<string>;
444
- required: false;
445
- };
446
- } & {
447
- modelValue: {
448
- type: import("vue").PropType<string>;
449
- required: false;
450
- };
451
- }>;
452
- defaultValue(value?: string): import("../DefineVueTypings").DefinePropModelDefaultValue<string, string, {
453
- "onUpdate:modelValue": {
454
- type: import("vue").PropType<(value: string) => any>;
455
- };
456
- } & {
457
- "v-model": {
458
- type: import("vue").PropType<string>;
459
- required: false;
460
- };
461
- } & {
462
- modelValue: {
463
- type: import("vue").PropType<string>;
464
- required: false;
465
- };
466
- }, false>;
467
- doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<string, string, {
468
- "onUpdate:modelValue": {
469
- type: import("vue").PropType<(value: string) => any>;
470
- };
471
- } & {
472
- "v-model": {
473
- type: import("vue").PropType<string>;
474
- required: false;
475
- };
476
- } & {
477
- modelValue: {
478
- type: import("vue").PropType<string>;
479
- required: false;
480
- };
481
- }>;
482
- };
483
- typography?: "text" | "title" | "navigation" | TypographyTypes;
484
- blueprint?: TextBlueprint;
485
- container?: boolean;
486
- size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
487
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
488
- toned?: boolean;
489
- placeholder?: string;
490
- noWrap?: boolean;
491
- colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
492
- "v-model"?: string;
493
- "onUpdate:modelValue"?: (value: string) => any;
494
- modelValue?: string;
495
- hideToolbar?: boolean;
496
- }>, never>;
497
- };
498
- export default _default;
@@ -1,3 +0,0 @@
1
- import type { PluginInfo, PluginContext } from "internal/fx/libs/toastui";
2
- import { MarkdownPluginContext } from "./MarkdownPluginContext";
3
- export declare function codeMarkdownRendererPlugin({ usageStatistics }: PluginContext, options: MarkdownPluginContext): PluginInfo;
@@ -1,3 +0,0 @@
1
- import type { PluginInfo, PluginContext } from "internal/fx/libs/toastui";
2
- import { MarkdownPluginContext } from "./MarkdownPluginContext";
3
- export declare function velcronMarkdownRendererPlugin({ usageStatistics }: PluginContext, options: MarkdownPluginContext): PluginInfo;
@@ -1,57 +0,0 @@
1
- import { PluginContext } from "internal/fx/libs/toastui";
2
- import { MarkdownPluginContext } from "../MarkdownPluginContext";
3
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
4
- context?: PluginContext;
5
- } & {
6
- options?: MarkdownPluginContext;
7
- }>) => {
8
- $: import("vue").ComponentInternalInstance;
9
- $data: {};
10
- $props: {};
11
- $attrs: {
12
- [x: string]: unknown;
13
- };
14
- $refs: {
15
- [x: string]: unknown;
16
- };
17
- $slots: Readonly<{
18
- [name: string]: import("vue").Slot<any>;
19
- }>;
20
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
21
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
22
- $emit: (event: string, ...args: any[]) => void;
23
- $el: any;
24
- $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
25
- beforeCreate?: (() => void) | (() => void)[];
26
- created?: (() => void) | (() => void)[];
27
- beforeMount?: (() => void) | (() => void)[];
28
- mounted?: (() => void) | (() => void)[];
29
- beforeUpdate?: (() => void) | (() => void)[];
30
- updated?: (() => void) | (() => void)[];
31
- activated?: (() => void) | (() => void)[];
32
- deactivated?: (() => void) | (() => void)[];
33
- beforeDestroy?: (() => void) | (() => void)[];
34
- beforeUnmount?: (() => void) | (() => void)[];
35
- destroyed?: (() => void) | (() => void)[];
36
- unmounted?: (() => void) | (() => void)[];
37
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
38
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
39
- 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)[];
40
- };
41
- $forceUpdate: () => void;
42
- $nextTick: typeof import("vue").nextTick;
43
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: (cleanupFn: () => void) => void) => any : (args_0: any, args_1: any, args_2: (cleanupFn: () => void) => void) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
44
- } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
45
- propsDefinition: import("@omnia/fx/ux").ExtractProps<{
46
- context?: PluginContext;
47
- } & {
48
- options?: MarkdownPluginContext;
49
- }> & {
50
- "v-slots"?: {} & Omit<{
51
- default?: import("vue").Slot;
52
- }, never>;
53
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "options" | "context">;
54
- } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
55
- [key: string]: any;
56
- }>;
57
- export default _default;
@@ -1,3 +0,0 @@
1
- import { PluginContext, PluginInfo } from "internal/fx/libs/toastui";
2
- import { MarkdownPluginContext } from "../MarkdownPluginContext";
3
- export declare function useThemeStylingPlugin(context: PluginContext, options: MarkdownPluginContext): PluginInfo;
@@ -1,57 +0,0 @@
1
- import { PluginContext } from "internal/fx/libs/toastui";
2
- import { MarkdownPluginContext } from "../MarkdownPluginContext";
3
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
4
- context?: PluginContext;
5
- } & {
6
- options?: MarkdownPluginContext;
7
- }>) => {
8
- $: import("vue").ComponentInternalInstance;
9
- $data: {};
10
- $props: {};
11
- $attrs: {
12
- [x: string]: unknown;
13
- };
14
- $refs: {
15
- [x: string]: unknown;
16
- };
17
- $slots: Readonly<{
18
- [name: string]: import("vue").Slot<any>;
19
- }>;
20
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
21
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
22
- $emit: (event: string, ...args: any[]) => void;
23
- $el: any;
24
- $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
25
- beforeCreate?: (() => void) | (() => void)[];
26
- created?: (() => void) | (() => void)[];
27
- beforeMount?: (() => void) | (() => void)[];
28
- mounted?: (() => void) | (() => void)[];
29
- beforeUpdate?: (() => void) | (() => void)[];
30
- updated?: (() => void) | (() => void)[];
31
- activated?: (() => void) | (() => void)[];
32
- deactivated?: (() => void) | (() => void)[];
33
- beforeDestroy?: (() => void) | (() => void)[];
34
- beforeUnmount?: (() => void) | (() => void)[];
35
- destroyed?: (() => void) | (() => void)[];
36
- unmounted?: (() => void) | (() => void)[];
37
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
38
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
39
- 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)[];
40
- };
41
- $forceUpdate: () => void;
42
- $nextTick: typeof import("vue").nextTick;
43
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: (cleanupFn: () => void) => void) => any : (args_0: any, args_1: any, args_2: (cleanupFn: () => void) => void) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
44
- } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
45
- propsDefinition: import("@omnia/fx/ux").ExtractProps<{
46
- context?: PluginContext;
47
- } & {
48
- options?: MarkdownPluginContext;
49
- }> & {
50
- "v-slots"?: {} & Omit<{
51
- default?: import("vue").Slot;
52
- }, never>;
53
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "options" | "context">;
54
- } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
55
- [key: string]: any;
56
- }>;
57
- export default _default;
@@ -11,13 +11,13 @@ export declare const useMarkdownEditorStore: () => {
11
11
  activeEditor: Editor;
12
12
  };
13
13
  events: {
14
- onMutatedToolbar: import("internal/fx/core").MessageBusExposeOnlySubscription<{
14
+ onMutatedToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<{
15
15
  show: boolean;
16
16
  textActions: MarkdownEditorActionRegistration[];
17
17
  additionalActions: MarkdownEditorActionRegistration[];
18
18
  }>;
19
- onMutatedToolbarOwnerId: import("internal/fx/core").MessageBusExposeOnlySubscription<guid>;
20
- onMutatedActiveEditor: import("internal/fx/core").MessageBusExposeOnlySubscription<Editor>;
19
+ onMutatedToolbarOwnerId: import("@omnia/fx").MessageBusExposeOnlySubscription<guid>;
20
+ onMutatedActiveEditor: import("@omnia/fx").MessageBusExposeOnlySubscription<Editor>;
21
21
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
22
22
  actions: {
23
23
  onDispatching: {