@skyux/text-editor 7.1.0 → 7.1.2

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.
@@ -98,8 +98,6 @@ export declare class SkyTextEditorComponent implements AfterViewInit, OnDestroy
98
98
  * Implemented as part of ControlValueAccessor.
99
99
  */
100
100
  setDisabledState(isDisabled: boolean): void;
101
- private _onTouched;
102
- private _onChange;
103
101
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyTextEditorComponent, never>;
104
102
  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>;
105
103
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/text-editor",
3
- "version": "7.1.0",
3
+ "version": "7.1.2",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -36,17 +36,17 @@
36
36
  "@angular/core": "^14.2.11",
37
37
  "@angular/forms": "^14.2.11",
38
38
  "@angular/platform-browser": "^14.2.11",
39
- "@skyux/colorpicker": "7.1.0",
40
- "@skyux/core": "7.1.0",
41
- "@skyux/forms": "7.1.0",
42
- "@skyux/i18n": "7.1.0",
43
- "@skyux/indicators": "7.1.0",
44
- "@skyux/layout": "7.1.0",
45
- "@skyux/modals": "7.1.0",
46
- "@skyux/popovers": "7.1.0",
47
- "@skyux/tabs": "7.1.0",
48
- "@skyux/theme": "7.1.0",
49
- "@skyux/validation": "7.1.0"
39
+ "@skyux/colorpicker": "7.1.2",
40
+ "@skyux/core": "7.1.2",
41
+ "@skyux/forms": "7.1.2",
42
+ "@skyux/i18n": "7.1.2",
43
+ "@skyux/indicators": "7.1.2",
44
+ "@skyux/layout": "7.1.2",
45
+ "@skyux/modals": "7.1.2",
46
+ "@skyux/popovers": "7.1.2",
47
+ "@skyux/tabs": "7.1.2",
48
+ "@skyux/theme": "7.1.2",
49
+ "@skyux/validation": "7.1.2"
50
50
  },
51
51
  "dependencies": {
52
52
  "dompurify": "2.4.1",