@skyux/text-editor 12.0.0-alpha.2 → 12.0.0-alpha.3

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.
@@ -1,5 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./rich-text-display.component";
3
+ /**
4
+ * @docsIncludeIds SkyRichTextDisplayComponent
5
+ */
3
6
  export declare class SkyRichTextDisplayModule {
4
7
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyRichTextDisplayModule, never>;
5
8
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyRichTextDisplayModule, [typeof i1.SkyRichTextDisplayComponent], never, [typeof i1.SkyRichTextDisplayComponent]>;
@@ -1,6 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./text-editor.component";
3
3
  import * as i2 from "@skyux/forms";
4
+ /**
5
+ * @docsIncludeIds SkyTextEditorComponent, SkyTextEditorFont, SkyTextEditorLinkWindowOptionsType, SkyTextEditorMenuType, SkyTextEditorStyleState, SkyTextEditorMergeField, SkyTextEditorToolbarActionType
6
+ */
4
7
  export declare class SkyTextEditorModule {
5
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyTextEditorModule, never>;
6
9
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyTextEditorModule, never, [typeof i1.SkyTextEditorComponent], [typeof i1.SkyTextEditorComponent, typeof i2.SkyFormErrorModule]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/text-editor",
3
- "version": "12.0.0-alpha.2",
3
+ "version": "12.0.0-alpha.3",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -32,18 +32,18 @@
32
32
  "@angular/core": "^19.0.5",
33
33
  "@angular/forms": "^19.0.5",
34
34
  "@angular/platform-browser": "^19.0.5",
35
- "@skyux/colorpicker": "12.0.0-alpha.2",
36
- "@skyux/core": "12.0.0-alpha.2",
37
- "@skyux/forms": "12.0.0-alpha.2",
38
- "@skyux/help-inline": "12.0.0-alpha.2",
39
- "@skyux/i18n": "12.0.0-alpha.2",
40
- "@skyux/icon": "12.0.0-alpha.2",
41
- "@skyux/layout": "12.0.0-alpha.2",
42
- "@skyux/modals": "12.0.0-alpha.2",
43
- "@skyux/popovers": "12.0.0-alpha.2",
44
- "@skyux/tabs": "12.0.0-alpha.2",
45
- "@skyux/theme": "12.0.0-alpha.2",
46
- "@skyux/validation": "12.0.0-alpha.2"
35
+ "@skyux/colorpicker": "12.0.0-alpha.3",
36
+ "@skyux/core": "12.0.0-alpha.3",
37
+ "@skyux/forms": "12.0.0-alpha.3",
38
+ "@skyux/help-inline": "12.0.0-alpha.3",
39
+ "@skyux/i18n": "12.0.0-alpha.3",
40
+ "@skyux/icon": "12.0.0-alpha.3",
41
+ "@skyux/layout": "12.0.0-alpha.3",
42
+ "@skyux/modals": "12.0.0-alpha.3",
43
+ "@skyux/popovers": "12.0.0-alpha.3",
44
+ "@skyux/tabs": "12.0.0-alpha.3",
45
+ "@skyux/theme": "12.0.0-alpha.3",
46
+ "@skyux/validation": "12.0.0-alpha.3"
47
47
  },
48
48
  "dependencies": {
49
49
  "dompurify": "3.2.3",