@skyux/text-editor 8.0.0-alpha.0 → 8.0.0-alpha.10

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.
@@ -11,6 +11,7 @@ export declare class SkyTextEditorService {
11
11
  */
12
12
  set editor(value: EditorSetting);
13
13
  get editor(): EditorSetting;
14
+ get isInitialized(): boolean;
14
15
  /**
15
16
  * Returns the blur observable from the editor with the corresponding id.
16
17
  */
@@ -1 +1 @@
1
- export declare type SkyTextEditorMenuType = 'edit' | 'format' | 'merge-field';
1
+ export type SkyTextEditorMenuType = 'edit' | 'format' | 'merge-field';
@@ -1 +1 @@
1
- export declare type SkyTextEditorToolbarActionType = 'font-family' | 'font-size' | 'font-style' | 'color' | 'list' | 'alignment' | 'indentation' | 'undo-redo' | 'link';
1
+ export type SkyTextEditorToolbarActionType = 'font-family' | 'font-size' | 'font-style' | 'color' | 'list' | 'alignment' | 'indentation' | 'undo-redo' | 'link';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/text-editor",
3
- "version": "8.0.0-alpha.0",
3
+ "version": "8.0.0-alpha.10",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -32,26 +32,26 @@
32
32
  }
33
33
  },
34
34
  "peerDependencies": {
35
- "@angular/common": "^15.1.4",
36
- "@angular/core": "^15.1.4",
37
- "@angular/forms": "^15.1.4",
38
- "@angular/platform-browser": "^15.1.4",
39
- "@skyux/colorpicker": "8.0.0-alpha.0",
40
- "@skyux/core": "8.0.0-alpha.0",
41
- "@skyux/forms": "8.0.0-alpha.0",
42
- "@skyux/i18n": "8.0.0-alpha.0",
43
- "@skyux/indicators": "8.0.0-alpha.0",
44
- "@skyux/layout": "8.0.0-alpha.0",
45
- "@skyux/modals": "8.0.0-alpha.0",
46
- "@skyux/popovers": "8.0.0-alpha.0",
47
- "@skyux/tabs": "8.0.0-alpha.0",
48
- "@skyux/theme": "8.0.0-alpha.0",
49
- "@skyux/validation": "8.0.0-alpha.0"
35
+ "@angular/common": "^15.2.1",
36
+ "@angular/core": "^15.2.1",
37
+ "@angular/forms": "^15.2.1",
38
+ "@angular/platform-browser": "^15.2.1",
39
+ "@skyux/colorpicker": "8.0.0-alpha.10",
40
+ "@skyux/core": "8.0.0-alpha.10",
41
+ "@skyux/forms": "8.0.0-alpha.10",
42
+ "@skyux/i18n": "8.0.0-alpha.10",
43
+ "@skyux/indicators": "8.0.0-alpha.10",
44
+ "@skyux/layout": "8.0.0-alpha.10",
45
+ "@skyux/modals": "8.0.0-alpha.10",
46
+ "@skyux/popovers": "8.0.0-alpha.10",
47
+ "@skyux/tabs": "8.0.0-alpha.10",
48
+ "@skyux/theme": "8.0.0-alpha.10",
49
+ "@skyux/validation": "8.0.0-alpha.10"
50
50
  },
51
51
  "dependencies": {
52
52
  "dompurify": "2.4.1",
53
53
  "he": "1.2.0",
54
- "tslib": "^2.3.1"
54
+ "tslib": "^2.5.0"
55
55
  },
56
56
  "module": "fesm2015/skyux-text-editor.mjs",
57
57
  "es2020": "fesm2020/skyux-text-editor.mjs",