@skyux/text-editor 8.0.0-alpha.9 → 8.0.0-beta.1
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/documentation.json +218 -182
- package/esm2020/lib/modules/text-editor/menubar/text-editor-menubar.component.mjs +2 -2
- package/esm2020/lib/modules/text-editor/services/text-editor-adapter.service.mjs +1 -1
- package/esm2020/lib/modules/text-editor/services/text-editor.service.mjs +10 -7
- package/esm2020/lib/modules/text-editor/services/text-sanitization.service.mjs +2 -2
- package/esm2020/lib/modules/text-editor/text-editor.component.mjs +62 -56
- package/fesm2015/skyux-text-editor.mjs +72 -64
- package/fesm2015/skyux-text-editor.mjs.map +1 -1
- package/fesm2020/skyux-text-editor.mjs +72 -63
- package/fesm2020/skyux-text-editor.mjs.map +1 -1
- package/lib/modules/text-editor/services/text-editor.service.d.ts +1 -0
- package/lib/modules/text-editor/text-editor.component.d.ts +5 -4
- package/package.json +13 -13
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ChangeDetectorRef, NgZone, OnDestroy } from '@angular/core';
|
|
1
|
+
import { AfterViewInit, ChangeDetectorRef, ElementRef, NgZone, OnDestroy } from '@angular/core';
|
|
2
2
|
import { NgControl } from '@angular/forms';
|
|
3
3
|
import { SkyCoreAdapterService, SkyIdService } from '@skyux/core';
|
|
4
4
|
import { Subject } from 'rxjs';
|
|
@@ -14,7 +14,7 @@ import * as i0 from "@angular/core";
|
|
|
14
14
|
/**
|
|
15
15
|
* The text editor component lets users format and manipulate text.
|
|
16
16
|
*/
|
|
17
|
-
export declare class SkyTextEditorComponent implements OnDestroy {
|
|
17
|
+
export declare class SkyTextEditorComponent implements AfterViewInit, OnDestroy {
|
|
18
18
|
#private;
|
|
19
19
|
/**
|
|
20
20
|
* Whether to put focus on the editor after it renders.
|
|
@@ -71,7 +71,7 @@ export declare class SkyTextEditorComponent implements OnDestroy {
|
|
|
71
71
|
*/
|
|
72
72
|
set toolbarActions(value: SkyTextEditorToolbarActionType[] | undefined);
|
|
73
73
|
get toolbarActions(): SkyTextEditorToolbarActionType[];
|
|
74
|
-
iframeRef:
|
|
74
|
+
iframeRef: ElementRef | undefined;
|
|
75
75
|
/**
|
|
76
76
|
* The internal value of the control.
|
|
77
77
|
*/
|
|
@@ -79,8 +79,9 @@ export declare class SkyTextEditorComponent implements OnDestroy {
|
|
|
79
79
|
get value(): string;
|
|
80
80
|
editorFocusStream: Subject<void>;
|
|
81
81
|
constructor(changeDetector: ChangeDetectorRef, coreAdapterService: SkyCoreAdapterService, adapterService: SkyTextEditorAdapterService, editorService: SkyTextEditorService, sanitizationService: SkyTextSanitizationService, ngControl: NgControl, zone: NgZone, idSvc: SkyIdService);
|
|
82
|
+
ngAfterViewInit(): void;
|
|
82
83
|
ngOnDestroy(): void;
|
|
83
|
-
onIframeLoad(
|
|
84
|
+
onIframeLoad(): void;
|
|
84
85
|
/**
|
|
85
86
|
* Implemented as part of ControlValueAccessor.
|
|
86
87
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/text-editor",
|
|
3
|
-
"version": "8.0.0-
|
|
3
|
+
"version": "8.0.0-beta.1",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -36,20 +36,20 @@
|
|
|
36
36
|
"@angular/core": "^15.2.1",
|
|
37
37
|
"@angular/forms": "^15.2.1",
|
|
38
38
|
"@angular/platform-browser": "^15.2.1",
|
|
39
|
-
"@skyux/colorpicker": "8.0.0-
|
|
40
|
-
"@skyux/core": "8.0.0-
|
|
41
|
-
"@skyux/forms": "8.0.0-
|
|
42
|
-
"@skyux/i18n": "8.0.0-
|
|
43
|
-
"@skyux/indicators": "8.0.0-
|
|
44
|
-
"@skyux/layout": "8.0.0-
|
|
45
|
-
"@skyux/modals": "8.0.0-
|
|
46
|
-
"@skyux/popovers": "8.0.0-
|
|
47
|
-
"@skyux/tabs": "8.0.0-
|
|
48
|
-
"@skyux/theme": "8.0.0-
|
|
49
|
-
"@skyux/validation": "8.0.0-
|
|
39
|
+
"@skyux/colorpicker": "8.0.0-beta.1",
|
|
40
|
+
"@skyux/core": "8.0.0-beta.1",
|
|
41
|
+
"@skyux/forms": "8.0.0-beta.1",
|
|
42
|
+
"@skyux/i18n": "8.0.0-beta.1",
|
|
43
|
+
"@skyux/indicators": "8.0.0-beta.1",
|
|
44
|
+
"@skyux/layout": "8.0.0-beta.1",
|
|
45
|
+
"@skyux/modals": "8.0.0-beta.1",
|
|
46
|
+
"@skyux/popovers": "8.0.0-beta.1",
|
|
47
|
+
"@skyux/tabs": "8.0.0-beta.1",
|
|
48
|
+
"@skyux/theme": "8.0.0-beta.1",
|
|
49
|
+
"@skyux/validation": "8.0.0-beta.1"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"dompurify": "
|
|
52
|
+
"dompurify": "3.0.1",
|
|
53
53
|
"he": "1.2.0",
|
|
54
54
|
"tslib": "^2.5.0"
|
|
55
55
|
},
|