@omnia/fx 8.0.262-dev → 8.0.263-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/ComponentTypings.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/admin/systemlayout/store/SystemLayoutStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/magiclink/Shared.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/magiclink/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/markdown2/commands/EditorCommands.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/EditorNodeHelper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown2/models/EditorModels.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/markdown2/models/EditorPlugin.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/markdown2/plugins/bold/BoldPlugin.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/colorstyle/ColorButton.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/italic/ItalicPlugin.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/text/TextPlugin.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/typography/TypographyButton.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/velcron/VelcronPlugin.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownStore.d.ts +10 -13
- package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownToolbarStore.d.ts +50 -65
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +3 -276
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -444
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +4 -99
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +4 -194
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +4 -206
- package/internal-do-not-import-from-here/ux/oxide/fab/FloatingActionButton..d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +3 -94
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +4 -78
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +11 -184
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +3 -94
- package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +4 -85
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +4 -199
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +3 -133
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +4 -355
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +4 -161
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +4 -238
- package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +4 -76
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +4 -138
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +4 -272
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +3 -203
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +3 -133
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/Slide.d.ts +3 -37
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +3 -267
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +4 -349
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +3 -154
- package/internal-do-not-import-from-here/ux/oxide/spacer/Spacer.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +4 -149
- package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +3 -145
- package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.d.ts +3 -71
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +3 -254
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +4 -245
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +4 -335
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +3 -107
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +4 -400
- package/internal-do-not-import-from-here/ux/oxide/textarea/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/docs/SampleComponent.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +4 -250
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +3 -192
- package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +4 -56
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/use/UseClone.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseMounted.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseWebNotification.d.ts +2 -2
- package/package.json +3 -3
@@ -6,6 +6,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
6
6
|
state: {
|
7
7
|
editorContent: import("../models/EditorModels").EditorContent;
|
8
8
|
plugins: import("../models/EditorPlugin").EditorPlugin[];
|
9
|
+
hideToolbar: boolean;
|
9
10
|
editMode: boolean;
|
10
11
|
maxNodeId: number;
|
11
12
|
toolbarActions: MarkdownEditorActionRegistration[];
|
@@ -19,6 +20,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
19
20
|
events: {
|
20
21
|
onMutatedEditorContent: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models/EditorModels").EditorContent>;
|
21
22
|
onMutatedPlugins: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models/EditorPlugin").EditorPlugin[]>;
|
23
|
+
onMutatedHideToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
22
24
|
onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
23
25
|
onMutatedMaxNodeId: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
|
24
26
|
onMutatedToolbarActions: import("@omnia/fx").MessageBusExposeOnlySubscription<MarkdownEditorActionRegistration[]>;
|
@@ -87,9 +89,9 @@ export declare const useMarkdownToolbarStore: () => {
|
|
87
89
|
};
|
88
90
|
formatting: {
|
89
91
|
subscribe(fn: (result: {
|
90
|
-
add: (element: HTMLElement
|
91
|
-
toggle: (element: HTMLElement
|
92
|
-
remove: (element: HTMLElement
|
92
|
+
add: (element: HTMLElement) => void;
|
93
|
+
toggle: (element: HTMLElement) => void;
|
94
|
+
remove: (element: HTMLElement) => void;
|
93
95
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
94
96
|
};
|
95
97
|
element: {
|
@@ -97,6 +99,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
97
99
|
createForComponent: (componentName: string) => HTMLDivElement;
|
98
100
|
createText: () => HTMLParagraphElement;
|
99
101
|
create: (tagName: string, dataType: import("../commands/EditorCommands").builtIndataTypes | string) => HTMLElement;
|
102
|
+
createTextNode: (data: any) => Text;
|
100
103
|
add: (element: HTMLElement) => void;
|
101
104
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
102
105
|
};
|
@@ -152,14 +155,15 @@ export declare const useMarkdownToolbarStore: () => {
|
|
152
155
|
add: (action: MarkdownEditorActionRegistration | MarkdownEditorActionRegistration[]) => void;
|
153
156
|
};
|
154
157
|
formatting: () => {
|
155
|
-
add: (element: HTMLElement
|
156
|
-
toggle: (element: HTMLElement
|
157
|
-
remove: (element: HTMLElement
|
158
|
+
add: (element: HTMLElement) => void;
|
159
|
+
toggle: (element: HTMLElement) => void;
|
160
|
+
remove: (element: HTMLElement) => void;
|
158
161
|
};
|
159
162
|
element: () => {
|
160
163
|
createForComponent: (componentName: string) => HTMLDivElement;
|
161
164
|
createText: () => HTMLParagraphElement;
|
162
165
|
create: (tagName: string, dataType: import("../commands/EditorCommands").builtIndataTypes | string) => HTMLElement;
|
166
|
+
createTextNode: (data: any) => Text;
|
163
167
|
add: (element: HTMLElement) => void;
|
164
168
|
};
|
165
169
|
commands: () => {
|
@@ -175,18 +179,11 @@ export declare const useMarkdownToolbarStore: () => {
|
|
175
179
|
selection: {
|
176
180
|
has: {
|
177
181
|
dataType: (dataType: string) => boolean;
|
178
|
-
nodeName: (name: string) => boolean;
|
179
182
|
id: (id: number) => boolean;
|
180
183
|
};
|
181
184
|
get: {
|
182
185
|
byDataType: (dataType: string) => import("../models/EditorModels").EditorNode;
|
183
|
-
byNodeName: (name: string) => import("../models/EditorModels").EditorNode;
|
184
186
|
byId: (id: number) => import("../models/EditorModels").EditorNode;
|
185
|
-
bySelectors(selectors: {
|
186
|
-
name?: string;
|
187
|
-
id?: string;
|
188
|
-
dataType?: string;
|
189
|
-
}): import("../models/EditorModels").EditorNode;
|
190
187
|
};
|
191
188
|
};
|
192
189
|
};
|
@@ -201,6 +198,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
201
198
|
state: {
|
202
199
|
editorContent: import("../models/EditorModels").EditorContent;
|
203
200
|
plugins: import("../models/EditorPlugin").EditorPlugin[];
|
201
|
+
hideToolbar: boolean;
|
204
202
|
editMode: boolean;
|
205
203
|
maxNodeId: number;
|
206
204
|
toolbarActions: MarkdownEditorActionRegistration[];
|
@@ -214,6 +212,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
214
212
|
events: {
|
215
213
|
onMutatedEditorContent: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models/EditorModels").EditorContent>;
|
216
214
|
onMutatedPlugins: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models/EditorPlugin").EditorPlugin[]>;
|
215
|
+
onMutatedHideToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
217
216
|
onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
218
217
|
onMutatedMaxNodeId: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
|
219
218
|
onMutatedToolbarActions: import("@omnia/fx").MessageBusExposeOnlySubscription<MarkdownEditorActionRegistration[]>;
|
@@ -282,9 +281,9 @@ export declare const useMarkdownToolbarStore: () => {
|
|
282
281
|
};
|
283
282
|
formatting: {
|
284
283
|
subscribe(fn: (result: {
|
285
|
-
add: (element: HTMLElement
|
286
|
-
toggle: (element: HTMLElement
|
287
|
-
remove: (element: HTMLElement
|
284
|
+
add: (element: HTMLElement) => void;
|
285
|
+
toggle: (element: HTMLElement) => void;
|
286
|
+
remove: (element: HTMLElement) => void;
|
288
287
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
289
288
|
};
|
290
289
|
element: {
|
@@ -292,6 +291,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
292
291
|
createForComponent: (componentName: string) => HTMLDivElement;
|
293
292
|
createText: () => HTMLParagraphElement;
|
294
293
|
create: (tagName: string, dataType: import("../commands/EditorCommands").builtIndataTypes | string) => HTMLElement;
|
294
|
+
createTextNode: (data: any) => Text;
|
295
295
|
add: (element: HTMLElement) => void;
|
296
296
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
297
297
|
};
|
@@ -347,14 +347,15 @@ export declare const useMarkdownToolbarStore: () => {
|
|
347
347
|
add: (action: MarkdownEditorActionRegistration | MarkdownEditorActionRegistration[]) => void;
|
348
348
|
};
|
349
349
|
formatting: () => {
|
350
|
-
add: (element: HTMLElement
|
351
|
-
toggle: (element: HTMLElement
|
352
|
-
remove: (element: HTMLElement
|
350
|
+
add: (element: HTMLElement) => void;
|
351
|
+
toggle: (element: HTMLElement) => void;
|
352
|
+
remove: (element: HTMLElement) => void;
|
353
353
|
};
|
354
354
|
element: () => {
|
355
355
|
createForComponent: (componentName: string) => HTMLDivElement;
|
356
356
|
createText: () => HTMLParagraphElement;
|
357
357
|
create: (tagName: string, dataType: import("../commands/EditorCommands").builtIndataTypes | string) => HTMLElement;
|
358
|
+
createTextNode: (data: any) => Text;
|
358
359
|
add: (element: HTMLElement) => void;
|
359
360
|
};
|
360
361
|
commands: () => {
|
@@ -370,18 +371,11 @@ export declare const useMarkdownToolbarStore: () => {
|
|
370
371
|
selection: {
|
371
372
|
has: {
|
372
373
|
dataType: (dataType: string) => boolean;
|
373
|
-
nodeName: (name: string) => boolean;
|
374
374
|
id: (id: number) => boolean;
|
375
375
|
};
|
376
376
|
get: {
|
377
377
|
byDataType: (dataType: string) => import("../models/EditorModels").EditorNode;
|
378
|
-
byNodeName: (name: string) => import("../models/EditorModels").EditorNode;
|
379
378
|
byId: (id: number) => import("../models/EditorModels").EditorNode;
|
380
|
-
bySelectors(selectors: {
|
381
|
-
name?: string;
|
382
|
-
id?: string;
|
383
|
-
dataType?: string;
|
384
|
-
}): import("../models/EditorModels").EditorNode;
|
385
379
|
};
|
386
380
|
};
|
387
381
|
};
|
@@ -398,6 +392,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
398
392
|
state: {
|
399
393
|
editorContent: import("../models/EditorModels").EditorContent;
|
400
394
|
plugins: import("../models/EditorPlugin").EditorPlugin[];
|
395
|
+
hideToolbar: boolean;
|
401
396
|
editMode: boolean;
|
402
397
|
maxNodeId: number;
|
403
398
|
toolbarActions: MarkdownEditorActionRegistration[];
|
@@ -411,6 +406,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
411
406
|
events: {
|
412
407
|
onMutatedEditorContent: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models/EditorModels").EditorContent>;
|
413
408
|
onMutatedPlugins: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models/EditorPlugin").EditorPlugin[]>;
|
409
|
+
onMutatedHideToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
414
410
|
onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
415
411
|
onMutatedMaxNodeId: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
|
416
412
|
onMutatedToolbarActions: import("@omnia/fx").MessageBusExposeOnlySubscription<MarkdownEditorActionRegistration[]>;
|
@@ -479,9 +475,9 @@ export declare const useMarkdownToolbarStore: () => {
|
|
479
475
|
};
|
480
476
|
formatting: {
|
481
477
|
subscribe(fn: (result: {
|
482
|
-
add: (element: HTMLElement
|
483
|
-
toggle: (element: HTMLElement
|
484
|
-
remove: (element: HTMLElement
|
478
|
+
add: (element: HTMLElement) => void;
|
479
|
+
toggle: (element: HTMLElement) => void;
|
480
|
+
remove: (element: HTMLElement) => void;
|
485
481
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
486
482
|
};
|
487
483
|
element: {
|
@@ -489,6 +485,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
489
485
|
createForComponent: (componentName: string) => HTMLDivElement;
|
490
486
|
createText: () => HTMLParagraphElement;
|
491
487
|
create: (tagName: string, dataType: import("../commands/EditorCommands").builtIndataTypes | string) => HTMLElement;
|
488
|
+
createTextNode: (data: any) => Text;
|
492
489
|
add: (element: HTMLElement) => void;
|
493
490
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
494
491
|
};
|
@@ -544,14 +541,15 @@ export declare const useMarkdownToolbarStore: () => {
|
|
544
541
|
add: (action: MarkdownEditorActionRegistration | MarkdownEditorActionRegistration[]) => void;
|
545
542
|
};
|
546
543
|
formatting: () => {
|
547
|
-
add: (element: HTMLElement
|
548
|
-
toggle: (element: HTMLElement
|
549
|
-
remove: (element: HTMLElement
|
544
|
+
add: (element: HTMLElement) => void;
|
545
|
+
toggle: (element: HTMLElement) => void;
|
546
|
+
remove: (element: HTMLElement) => void;
|
550
547
|
};
|
551
548
|
element: () => {
|
552
549
|
createForComponent: (componentName: string) => HTMLDivElement;
|
553
550
|
createText: () => HTMLParagraphElement;
|
554
551
|
create: (tagName: string, dataType: import("../commands/EditorCommands").builtIndataTypes | string) => HTMLElement;
|
552
|
+
createTextNode: (data: any) => Text;
|
555
553
|
add: (element: HTMLElement) => void;
|
556
554
|
};
|
557
555
|
commands: () => {
|
@@ -567,18 +565,11 @@ export declare const useMarkdownToolbarStore: () => {
|
|
567
565
|
selection: {
|
568
566
|
has: {
|
569
567
|
dataType: (dataType: string) => boolean;
|
570
|
-
nodeName: (name: string) => boolean;
|
571
568
|
id: (id: number) => boolean;
|
572
569
|
};
|
573
570
|
get: {
|
574
571
|
byDataType: (dataType: string) => import("../models/EditorModels").EditorNode;
|
575
|
-
byNodeName: (name: string) => import("../models/EditorModels").EditorNode;
|
576
572
|
byId: (id: number) => import("../models/EditorModels").EditorNode;
|
577
|
-
bySelectors(selectors: {
|
578
|
-
name?: string;
|
579
|
-
id?: string;
|
580
|
-
dataType?: string;
|
581
|
-
}): import("../models/EditorModels").EditorNode;
|
582
573
|
};
|
583
574
|
};
|
584
575
|
};
|
@@ -596,6 +587,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
596
587
|
state: {
|
597
588
|
editorContent: import("../models/EditorModels").EditorContent;
|
598
589
|
plugins: import("../models/EditorPlugin").EditorPlugin[];
|
590
|
+
hideToolbar: boolean;
|
599
591
|
editMode: boolean;
|
600
592
|
maxNodeId: number;
|
601
593
|
toolbarActions: MarkdownEditorActionRegistration[];
|
@@ -609,6 +601,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
609
601
|
events: {
|
610
602
|
onMutatedEditorContent: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models/EditorModels").EditorContent>;
|
611
603
|
onMutatedPlugins: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models/EditorPlugin").EditorPlugin[]>;
|
604
|
+
onMutatedHideToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
612
605
|
onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
613
606
|
onMutatedMaxNodeId: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
|
614
607
|
onMutatedToolbarActions: import("@omnia/fx").MessageBusExposeOnlySubscription<MarkdownEditorActionRegistration[]>;
|
@@ -677,9 +670,9 @@ export declare const useMarkdownToolbarStore: () => {
|
|
677
670
|
};
|
678
671
|
formatting: {
|
679
672
|
subscribe(fn: (result: {
|
680
|
-
add: (element: HTMLElement
|
681
|
-
toggle: (element: HTMLElement
|
682
|
-
remove: (element: HTMLElement
|
673
|
+
add: (element: HTMLElement) => void;
|
674
|
+
toggle: (element: HTMLElement) => void;
|
675
|
+
remove: (element: HTMLElement) => void;
|
683
676
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
684
677
|
};
|
685
678
|
element: {
|
@@ -687,6 +680,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
687
680
|
createForComponent: (componentName: string) => HTMLDivElement;
|
688
681
|
createText: () => HTMLParagraphElement;
|
689
682
|
create: (tagName: string, dataType: import("../commands/EditorCommands").builtIndataTypes | string) => HTMLElement;
|
683
|
+
createTextNode: (data: any) => Text;
|
690
684
|
add: (element: HTMLElement) => void;
|
691
685
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
692
686
|
};
|
@@ -742,14 +736,15 @@ export declare const useMarkdownToolbarStore: () => {
|
|
742
736
|
add: (action: MarkdownEditorActionRegistration | MarkdownEditorActionRegistration[]) => void;
|
743
737
|
};
|
744
738
|
formatting: () => {
|
745
|
-
add: (element: HTMLElement
|
746
|
-
toggle: (element: HTMLElement
|
747
|
-
remove: (element: HTMLElement
|
739
|
+
add: (element: HTMLElement) => void;
|
740
|
+
toggle: (element: HTMLElement) => void;
|
741
|
+
remove: (element: HTMLElement) => void;
|
748
742
|
};
|
749
743
|
element: () => {
|
750
744
|
createForComponent: (componentName: string) => HTMLDivElement;
|
751
745
|
createText: () => HTMLParagraphElement;
|
752
746
|
create: (tagName: string, dataType: import("../commands/EditorCommands").builtIndataTypes | string) => HTMLElement;
|
747
|
+
createTextNode: (data: any) => Text;
|
753
748
|
add: (element: HTMLElement) => void;
|
754
749
|
};
|
755
750
|
commands: () => {
|
@@ -765,18 +760,11 @@ export declare const useMarkdownToolbarStore: () => {
|
|
765
760
|
selection: {
|
766
761
|
has: {
|
767
762
|
dataType: (dataType: string) => boolean;
|
768
|
-
nodeName: (name: string) => boolean;
|
769
763
|
id: (id: number) => boolean;
|
770
764
|
};
|
771
765
|
get: {
|
772
766
|
byDataType: (dataType: string) => import("../models/EditorModels").EditorNode;
|
773
|
-
byNodeName: (name: string) => import("../models/EditorModels").EditorNode;
|
774
767
|
byId: (id: number) => import("../models/EditorModels").EditorNode;
|
775
|
-
bySelectors(selectors: {
|
776
|
-
name?: string;
|
777
|
-
id?: string;
|
778
|
-
dataType?: string;
|
779
|
-
}): import("../models/EditorModels").EditorNode;
|
780
768
|
};
|
781
769
|
};
|
782
770
|
};
|
@@ -794,6 +782,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
794
782
|
state: {
|
795
783
|
editorContent: import("../models/EditorModels").EditorContent;
|
796
784
|
plugins: import("../models/EditorPlugin").EditorPlugin[];
|
785
|
+
hideToolbar: boolean;
|
797
786
|
editMode: boolean;
|
798
787
|
maxNodeId: number;
|
799
788
|
toolbarActions: MarkdownEditorActionRegistration[];
|
@@ -807,6 +796,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
807
796
|
events: {
|
808
797
|
onMutatedEditorContent: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models/EditorModels").EditorContent>;
|
809
798
|
onMutatedPlugins: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models/EditorPlugin").EditorPlugin[]>;
|
799
|
+
onMutatedHideToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
810
800
|
onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
811
801
|
onMutatedMaxNodeId: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
|
812
802
|
onMutatedToolbarActions: import("@omnia/fx").MessageBusExposeOnlySubscription<MarkdownEditorActionRegistration[]>;
|
@@ -875,9 +865,9 @@ export declare const useMarkdownToolbarStore: () => {
|
|
875
865
|
};
|
876
866
|
formatting: {
|
877
867
|
subscribe(fn: (result: {
|
878
|
-
add: (element: HTMLElement
|
879
|
-
toggle: (element: HTMLElement
|
880
|
-
remove: (element: HTMLElement
|
868
|
+
add: (element: HTMLElement) => void;
|
869
|
+
toggle: (element: HTMLElement) => void;
|
870
|
+
remove: (element: HTMLElement) => void;
|
881
871
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
882
872
|
};
|
883
873
|
element: {
|
@@ -885,6 +875,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
885
875
|
createForComponent: (componentName: string) => HTMLDivElement;
|
886
876
|
createText: () => HTMLParagraphElement;
|
887
877
|
create: (tagName: string, dataType: import("../commands/EditorCommands").builtIndataTypes | string) => HTMLElement;
|
878
|
+
createTextNode: (data: any) => Text;
|
888
879
|
add: (element: HTMLElement) => void;
|
889
880
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
890
881
|
};
|
@@ -940,14 +931,15 @@ export declare const useMarkdownToolbarStore: () => {
|
|
940
931
|
add: (action: MarkdownEditorActionRegistration | MarkdownEditorActionRegistration[]) => void;
|
941
932
|
};
|
942
933
|
formatting: () => {
|
943
|
-
add: (element: HTMLElement
|
944
|
-
toggle: (element: HTMLElement
|
945
|
-
remove: (element: HTMLElement
|
934
|
+
add: (element: HTMLElement) => void;
|
935
|
+
toggle: (element: HTMLElement) => void;
|
936
|
+
remove: (element: HTMLElement) => void;
|
946
937
|
};
|
947
938
|
element: () => {
|
948
939
|
createForComponent: (componentName: string) => HTMLDivElement;
|
949
940
|
createText: () => HTMLParagraphElement;
|
950
941
|
create: (tagName: string, dataType: import("../commands/EditorCommands").builtIndataTypes | string) => HTMLElement;
|
942
|
+
createTextNode: (data: any) => Text;
|
951
943
|
add: (element: HTMLElement) => void;
|
952
944
|
};
|
953
945
|
commands: () => {
|
@@ -963,18 +955,11 @@ export declare const useMarkdownToolbarStore: () => {
|
|
963
955
|
selection: {
|
964
956
|
has: {
|
965
957
|
dataType: (dataType: string) => boolean;
|
966
|
-
nodeName: (name: string) => boolean;
|
967
958
|
id: (id: number) => boolean;
|
968
959
|
};
|
969
960
|
get: {
|
970
961
|
byDataType: (dataType: string) => import("../models/EditorModels").EditorNode;
|
971
|
-
byNodeName: (name: string) => import("../models/EditorModels").EditorNode;
|
972
962
|
byId: (id: number) => import("../models/EditorModels").EditorNode;
|
973
|
-
bySelectors(selectors: {
|
974
|
-
name?: string;
|
975
|
-
id?: string;
|
976
|
-
dataType?: string;
|
977
|
-
}): import("../models/EditorModels").EditorNode;
|
978
963
|
};
|
979
964
|
};
|
980
965
|
};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { DefineProp, DefineVModel, IIcon } from "@omnia/fx/ux";
|
2
2
|
import { OAlertTypes } from "@omnia/fx/models";
|
3
|
-
type AlertProps = DefineVModel<"", boolean, false, false, true, "The v-model of the component that controls the visibility of the alert."> & DefineProp<"text", string, false, null, "The text of the alert."> & DefineProp<"closable", boolean, false,
|
3
|
+
type AlertProps = DefineVModel<"", boolean, false, false, true, "The v-model of the component that controls the visibility of the alert."> & DefineProp<"text", string, false, null, "The text of the alert."> & DefineProp<"closable", boolean, false, null, "Adds a close icon that can hide the alert."> & DefineProp<"variant", OAlertTypes, false, null, "Create a specialized alert that uses a contextual color and has a pre-defined icon."> & DefineProp<"icon", IIcon, false, null, "Applies a tonal color to the text.">;
|
4
4
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<AlertProps>) => any;
|
5
5
|
export default _default;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot } from "@omnia/fx/ux";
|
2
2
|
import { OAppBarTypes, IIcon } from "@omnia/fx/models";
|
3
3
|
import { VNodeChild } from "vue";
|
4
|
-
type AppBarProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"filled", boolean, false,
|
4
|
+
type AppBarProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"filled", boolean, false, null, "Applies the a background color to the flex. The color is based on the colorSchema either set or inherited."> & DefineProp<"icon", IIcon, false, null, "The icon of the appbar."> & DefineProp<"id", string, false, null> & DefineProp<"absolute", boolean, false, null, "Applies position: absolute to the component."> & DefineProp<"variant", OAppBarTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"navigation", boolean, false, null, "Displays a navigation icon on the left side of the appbar. It also emits a click:navigation event when clicked."> & DefineProp<"navigationExpanded", boolean, false, false, "If the navigation is expanded or not when the appbar is first rendered."> & DefineProp<"closable", boolean, false, null, "Displays a close icon on the right side of the appbar. It also emits a click:close event when clicked."> & DefineProp<"title", string, false, null, "Specify the title of the app bar."> & DefineProp<"subTitle", string, false, null, "Specify a subtitle for the app bar and the title is displayed in a breadcrumb style where the subTittle is prominent."> & DefineSlot<"actionButtons", () => VNodeChild> & DefineEmit<"click:navigation", () => void> & DefineEmit<"click:close", () => void>;
|
5
5
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<AppBarProps>) => any;
|
6
6
|
export default _default;
|