@skyux/text-editor 6.16.0 → 7.0.0-alpha.0
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/esm2020/lib/modules/rich-text-display/rich-text-display.component.mjs +3 -3
- package/esm2020/lib/modules/rich-text-display/rich-text-display.module.mjs +5 -5
- package/esm2020/lib/modules/shared/sky-text-editor-resources.module.mjs +4 -4
- package/esm2020/lib/modules/text-editor/menubar/text-editor-menubar.component.mjs +6 -6
- package/esm2020/lib/modules/text-editor/services/text-editor-adapter.service.mjs +3 -3
- package/esm2020/lib/modules/text-editor/services/text-editor-selection.service.mjs +3 -3
- package/esm2020/lib/modules/text-editor/services/text-editor.service.mjs +3 -3
- package/esm2020/lib/modules/text-editor/services/text-sanitization.service.mjs +3 -3
- package/esm2020/lib/modules/text-editor/text-editor.component.mjs +6 -6
- package/esm2020/lib/modules/text-editor/text-editor.module.mjs +20 -22
- package/esm2020/lib/modules/text-editor/toolbar/text-editor-toolbar.component.mjs +10 -10
- package/esm2020/lib/modules/text-editor/url-modal/text-editor-url-modal.component.mjs +7 -7
- package/fesm2015/skyux-text-editor.mjs +62 -64
- package/fesm2015/skyux-text-editor.mjs.map +1 -1
- package/fesm2020/skyux-text-editor.mjs +62 -64
- package/fesm2020/skyux-text-editor.mjs.map +1 -1
- package/lib/modules/rich-text-display/rich-text-display.component.d.ts +1 -1
- package/lib/modules/text-editor/menubar/text-editor-menubar.component.d.ts +1 -1
- package/lib/modules/text-editor/text-editor.component.d.ts +1 -1
- package/lib/modules/text-editor/toolbar/text-editor-toolbar.component.d.ts +1 -1
- package/lib/modules/text-editor/url-modal/text-editor-url-modal.component.d.ts +1 -1
- package/package.json +18 -18
- package/skyux-text-editor.d.ts +0 -5
|
@@ -12,5 +12,5 @@ export declare class SkyRichTextDisplayComponent {
|
|
|
12
12
|
private _richText;
|
|
13
13
|
constructor(sanitizer: DomSanitizer, sanitizationService: SkyTextSanitizationService);
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyRichTextDisplayComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyRichTextDisplayComponent, "sky-rich-text-display", never, { "richText": "richText"; }, {}, never, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyRichTextDisplayComponent, "sky-rich-text-display", never, { "richText": "richText"; }, {}, never, never, false>;
|
|
16
16
|
}
|
|
@@ -44,5 +44,5 @@ export declare class SkyTextEditorMenubarComponent implements OnDestroy, OnInit
|
|
|
44
44
|
private closeDropdowns;
|
|
45
45
|
private clearFormat;
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyTextEditorMenubarComponent, never>;
|
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyTextEditorMenubarComponent, "sky-text-editor-menubar", never, { "editorFocusStream": "editorFocusStream"; "editorId": "editorId"; "menus": "menus"; "mergeFields": "mergeFields"; "disabled": "disabled"; }, {}, never, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyTextEditorMenubarComponent, "sky-text-editor-menubar", never, { "editorFocusStream": "editorFocusStream"; "editorId": "editorId"; "menus": "menus"; "mergeFields": "mergeFields"; "disabled": "disabled"; }, {}, never, never, false>;
|
|
48
48
|
}
|
|
@@ -111,5 +111,5 @@ export declare class SkyTextEditorComponent implements AfterViewInit, OnDestroy
|
|
|
111
111
|
private _onTouched;
|
|
112
112
|
private _onChange;
|
|
113
113
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyTextEditorComponent, never>;
|
|
114
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyTextEditorComponent, "sky-text-editor", never, { "autofocus": "autofocus"; "disabled": "disabled"; "fontList": "fontList"; "fontSizeList": "fontSizeList"; "id": "id"; "initialStyleState": "initialStyleState"; "menus": "menus"; "mergeFields": "mergeFields"; "placeholder": "placeholder"; "toolbarActions": "toolbarActions"; }, {}, never, never>;
|
|
114
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyTextEditorComponent, "sky-text-editor", never, { "autofocus": "autofocus"; "disabled": "disabled"; "fontList": "fontList"; "fontSizeList": "fontSizeList"; "id": "id"; "initialStyleState": "initialStyleState"; "menus": "menus"; "mergeFields": "mergeFields"; "placeholder": "placeholder"; "toolbarActions": "toolbarActions"; }, {}, never, never, false>;
|
|
115
115
|
}
|
|
@@ -42,5 +42,5 @@ export declare class SkyTextEditorToolbarComponent implements OnInit {
|
|
|
42
42
|
private closeDropdowns;
|
|
43
43
|
private getFontName;
|
|
44
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyTextEditorToolbarComponent, never>;
|
|
45
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyTextEditorToolbarComponent, "sky-text-editor-toolbar", never, { "editorFocusStream": "editorFocusStream"; "editorId": "editorId"; "fontList": "fontList"; "fontSizeList": "fontSizeList"; "toolbarActions": "toolbarActions"; "styleState": "styleState"; "disabled": "disabled"; }, {}, never, never>;
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyTextEditorToolbarComponent, "sky-text-editor-toolbar", never, { "editorFocusStream": "editorFocusStream"; "editorId": "editorId"; "fontList": "fontList"; "fontSizeList": "fontSizeList"; "toolbarActions": "toolbarActions"; "styleState": "styleState"; "disabled": "disabled"; }, {}, never, never, false>;
|
|
46
46
|
}
|
|
@@ -26,5 +26,5 @@ export declare class SkyTextEditorUrlModalComponent {
|
|
|
26
26
|
private getEmailUrl;
|
|
27
27
|
private isValid;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyTextEditorUrlModalComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyTextEditorUrlModalComponent, "sky-text-editor-url-modal", never, {}, {}, never, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyTextEditorUrlModalComponent, "sky-text-editor-url-modal", never, {}, {}, never, never, false>;
|
|
30
30
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/text-editor",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0-alpha.0",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"default": "./package.json"
|
|
21
21
|
},
|
|
22
22
|
".": {
|
|
23
|
-
"types": "./
|
|
23
|
+
"types": "./index.d.ts",
|
|
24
24
|
"esm2020": "./esm2020/skyux-text-editor.mjs",
|
|
25
25
|
"es2020": "./fesm2020/skyux-text-editor.mjs",
|
|
26
26
|
"es2015": "./fesm2015/skyux-text-editor.mjs",
|
|
@@ -32,21 +32,21 @@
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@angular/common": "^
|
|
36
|
-
"@angular/core": "^
|
|
37
|
-
"@angular/forms": "^
|
|
38
|
-
"@angular/platform-browser": "^
|
|
39
|
-
"@skyux/colorpicker": "
|
|
40
|
-
"@skyux/core": "
|
|
41
|
-
"@skyux/forms": "
|
|
42
|
-
"@skyux/i18n": "
|
|
43
|
-
"@skyux/indicators": "
|
|
44
|
-
"@skyux/layout": "
|
|
45
|
-
"@skyux/modals": "
|
|
46
|
-
"@skyux/popovers": "
|
|
47
|
-
"@skyux/tabs": "
|
|
48
|
-
"@skyux/theme": "
|
|
49
|
-
"@skyux/validation": "
|
|
35
|
+
"@angular/common": "^14.2.0",
|
|
36
|
+
"@angular/core": "^14.2.0",
|
|
37
|
+
"@angular/forms": "^14.2.0",
|
|
38
|
+
"@angular/platform-browser": "^14.2.0",
|
|
39
|
+
"@skyux/colorpicker": "7.0.0-alpha.0",
|
|
40
|
+
"@skyux/core": "7.0.0-alpha.0",
|
|
41
|
+
"@skyux/forms": "7.0.0-alpha.0",
|
|
42
|
+
"@skyux/i18n": "7.0.0-alpha.0",
|
|
43
|
+
"@skyux/indicators": "7.0.0-alpha.0",
|
|
44
|
+
"@skyux/layout": "7.0.0-alpha.0",
|
|
45
|
+
"@skyux/modals": "7.0.0-alpha.0",
|
|
46
|
+
"@skyux/popovers": "7.0.0-alpha.0",
|
|
47
|
+
"@skyux/tabs": "7.0.0-alpha.0",
|
|
48
|
+
"@skyux/theme": "7.0.0-alpha.0",
|
|
49
|
+
"@skyux/validation": "7.0.0-alpha.0"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"dompurify": "2.3.6",
|
|
@@ -57,6 +57,6 @@
|
|
|
57
57
|
"esm2020": "esm2020/skyux-text-editor.mjs",
|
|
58
58
|
"fesm2020": "fesm2020/skyux-text-editor.mjs",
|
|
59
59
|
"fesm2015": "fesm2015/skyux-text-editor.mjs",
|
|
60
|
-
"typings": "
|
|
60
|
+
"typings": "index.d.ts",
|
|
61
61
|
"sideEffects": false
|
|
62
62
|
}
|