@skyux/text-editor 5.5.0 → 5.6.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/bundles/skyux-text-editor.umd.js +30 -30
- package/documentation.json +30 -30
- package/esm2015/lib/modules/rich-text-display/rich-text-display.component.js.map +1 -1
- package/esm2015/lib/modules/rich-text-display/rich-text-display.module.js.map +1 -1
- package/esm2015/lib/modules/shared/sky-text-editor-resources.module.js +1 -1
- package/esm2015/lib/modules/shared/sky-text-editor-resources.module.js.map +1 -1
- package/esm2015/lib/modules/text-editor/defaults/style-state-defaults.js.map +1 -1
- package/esm2015/lib/modules/text-editor/menubar/text-editor-menubar.component.js +4 -4
- package/esm2015/lib/modules/text-editor/menubar/text-editor-menubar.component.js.map +1 -1
- package/esm2015/lib/modules/text-editor/services/text-editor-adapter.service.js +4 -4
- package/esm2015/lib/modules/text-editor/services/text-editor-adapter.service.js.map +1 -1
- package/esm2015/lib/modules/text-editor/services/text-sanitization.service.js +1 -1
- package/esm2015/lib/modules/text-editor/services/text-sanitization.service.js.map +1 -1
- package/esm2015/lib/modules/text-editor/text-editor.component.js +6 -6
- package/esm2015/lib/modules/text-editor/text-editor.component.js.map +1 -1
- package/esm2015/lib/modules/text-editor/text-editor.module.js +3 -3
- package/esm2015/lib/modules/text-editor/text-editor.module.js.map +1 -1
- package/esm2015/lib/modules/text-editor/toolbar/text-editor-toolbar.component.js +4 -4
- package/esm2015/lib/modules/text-editor/toolbar/text-editor-toolbar.component.js.map +1 -1
- package/esm2015/lib/modules/text-editor/url-modal/text-editor-url-modal.component.js.map +1 -1
- package/fesm2015/skyux-text-editor.js +101 -101
- package/fesm2015/skyux-text-editor.js.map +1 -1
- package/lib/modules/text-editor/services/text-editor-adapter.service.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 +2 -2
- package/package.json +9 -9
|
@@ -3,8 +3,8 @@ import { EditorCommand } from '../types/editor-command';
|
|
|
3
3
|
import { EditorSetting } from '../types/editor-setting';
|
|
4
4
|
import { SkyTextEditorStyleState } from '../types/style-state';
|
|
5
5
|
import { UrlModalResult } from '../url-modal/text-editor-url-modal-result';
|
|
6
|
-
import { SkyTextEditorService } from './text-editor.service';
|
|
7
6
|
import { SkyTextEditorSelectionService } from './text-editor-selection.service';
|
|
7
|
+
import { SkyTextEditorService } from './text-editor.service';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
10
|
* @internal
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AfterViewInit, ChangeDetectorRef, NgZone, OnDestroy } from '@angular/core';
|
|
2
2
|
import { NgControl } from '@angular/forms';
|
|
3
|
-
import { Subject } from 'rxjs';
|
|
4
3
|
import { SkyCoreAdapterService } from '@skyux/core';
|
|
4
|
+
import { Subject } from 'rxjs';
|
|
5
5
|
import { SkyTextEditorAdapterService } from './services/text-editor-adapter.service';
|
|
6
6
|
import { SkyTextEditorService } from './services/text-editor.service';
|
|
7
7
|
import { SkyTextSanitizationService } from './services/text-sanitization.service';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import { SkyColorpickerOutput, SkyColorpickerMessage } from '@skyux/colorpicker';
|
|
2
|
+
import { SkyColorpickerMessage, SkyColorpickerOutput } from '@skyux/colorpicker';
|
|
4
3
|
import { SkyModalService } from '@skyux/modals';
|
|
5
4
|
import { SkyDropdownMessage } from '@skyux/popovers';
|
|
5
|
+
import { Subject } from 'rxjs';
|
|
6
6
|
import { SkyTextEditorAdapterService } from '../services/text-editor-adapter.service';
|
|
7
7
|
import { SkyTextEditorFont } from '../types/font-state';
|
|
8
8
|
import { SkyTextEditorStyleState } from '../types/style-state';
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/text-editor",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.6.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^12.2.16",
|
|
6
6
|
"@angular/core": "^12.2.16",
|
|
7
7
|
"@angular/forms": "^12.2.16",
|
|
8
8
|
"@angular/router": "^12.2.16",
|
|
9
|
-
"@skyux/colorpicker": "5.
|
|
10
|
-
"@skyux/core": "5.
|
|
11
|
-
"@skyux/i18n": "5.
|
|
12
|
-
"@skyux/indicators": "5.
|
|
13
|
-
"@skyux/modals": "5.
|
|
14
|
-
"@skyux/tabs": "5.
|
|
15
|
-
"@skyux/theme": "5.
|
|
16
|
-
"@skyux/validation": "5.
|
|
9
|
+
"@skyux/colorpicker": "5.6.0",
|
|
10
|
+
"@skyux/core": "5.6.0",
|
|
11
|
+
"@skyux/i18n": "5.6.0",
|
|
12
|
+
"@skyux/indicators": "5.6.0",
|
|
13
|
+
"@skyux/modals": "5.6.0",
|
|
14
|
+
"@skyux/tabs": "5.6.0",
|
|
15
|
+
"@skyux/theme": "5.6.0",
|
|
16
|
+
"@skyux/validation": "5.6.0"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"dompurify": "2.3.2",
|