@skyux/text-editor 11.2.0 → 11.3.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/documentation.json +192 -168
- package/esm2022/lib/modules/rich-text-display/rich-text-display.component.mjs +3 -3
- package/esm2022/lib/modules/rich-text-display/rich-text-display.module.mjs +4 -4
- package/esm2022/lib/modules/shared/sky-text-editor-resources.module.mjs +4 -4
- package/esm2022/lib/modules/text-editor/menubar/text-editor-menubar.component.mjs +3 -3
- package/esm2022/lib/modules/text-editor/services/text-editor-adapter.service.mjs +3 -3
- package/esm2022/lib/modules/text-editor/services/text-editor-selection.service.mjs +3 -3
- package/esm2022/lib/modules/text-editor/services/text-editor.service.mjs +3 -3
- package/esm2022/lib/modules/text-editor/services/text-sanitization.service.mjs +3 -3
- package/esm2022/lib/modules/text-editor/text-editor.component.mjs +4 -4
- package/esm2022/lib/modules/text-editor/text-editor.module.mjs +4 -4
- package/esm2022/lib/modules/text-editor/toolbar/text-editor-toolbar.component.mjs +3 -3
- package/esm2022/lib/modules/text-editor/url-modal/text-editor-url-modal.component.mjs +6 -6
- package/fesm2022/skyux-text-editor.mjs +41 -41
- package/fesm2022/skyux-text-editor.mjs.map +1 -1
- package/lib/modules/text-editor/text-editor.component.d.ts +3 -3
- package/package.json +17 -17
|
@@ -41,7 +41,7 @@ export declare class SkyTextEditorComponent implements AfterViewInit, OnDestroy,
|
|
|
41
41
|
/**
|
|
42
42
|
* The content of the help popover. When specified along with `labelText`, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
|
|
43
43
|
* button is added to the text editor. The help inline button displays a [popover](https://developer.blackbaud.com/skyux/components/popover)
|
|
44
|
-
* when clicked using the specified content and optional title.
|
|
44
|
+
* when clicked using the specified content and optional title. This property only applies when `labelText` is also specified.
|
|
45
45
|
*/
|
|
46
46
|
helpPopoverContent: string | TemplateRef<unknown> | undefined;
|
|
47
47
|
/**
|
|
@@ -104,9 +104,9 @@ export declare class SkyTextEditorComponent implements AfterViewInit, OnDestroy,
|
|
|
104
104
|
set linkWindowOptions(value: SkyTextEditorLinkWindowOptionsType[] | undefined);
|
|
105
105
|
get linkWindowOptions(): SkyTextEditorLinkWindowOptionsType[];
|
|
106
106
|
/**
|
|
107
|
-
* A help key that identifies the global help content to display. When specified
|
|
107
|
+
* A help key that identifies the global help content to display. When specified along with `labelText`, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
|
|
108
108
|
* button is placed beside the text editor label. Clicking the button invokes [global help](https://developer.blackbaud.com/skyux/learn/develop/global-help)
|
|
109
|
-
* as configured by the application.
|
|
109
|
+
* as configured by the application. This property only applies when `labelText` is also specified.
|
|
110
110
|
*/
|
|
111
111
|
helpKey: string | undefined;
|
|
112
112
|
iframeRef: ElementRef | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/text-editor",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.3.0",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -30,22 +30,22 @@
|
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"@angular/common": "^18.2.
|
|
34
|
-
"@angular/core": "^18.2.
|
|
35
|
-
"@angular/forms": "^18.2.
|
|
36
|
-
"@angular/platform-browser": "^18.2.
|
|
37
|
-
"@skyux/colorpicker": "11.
|
|
38
|
-
"@skyux/core": "11.
|
|
39
|
-
"@skyux/forms": "11.
|
|
40
|
-
"@skyux/help-inline": "11.
|
|
41
|
-
"@skyux/i18n": "11.
|
|
42
|
-
"@skyux/icon": "11.
|
|
43
|
-
"@skyux/layout": "11.
|
|
44
|
-
"@skyux/modals": "11.
|
|
45
|
-
"@skyux/popovers": "11.
|
|
46
|
-
"@skyux/tabs": "11.
|
|
47
|
-
"@skyux/theme": "11.
|
|
48
|
-
"@skyux/validation": "11.
|
|
33
|
+
"@angular/common": "^18.2.5",
|
|
34
|
+
"@angular/core": "^18.2.5",
|
|
35
|
+
"@angular/forms": "^18.2.5",
|
|
36
|
+
"@angular/platform-browser": "^18.2.5",
|
|
37
|
+
"@skyux/colorpicker": "11.3.0",
|
|
38
|
+
"@skyux/core": "11.3.0",
|
|
39
|
+
"@skyux/forms": "11.3.0",
|
|
40
|
+
"@skyux/help-inline": "11.3.0",
|
|
41
|
+
"@skyux/i18n": "11.3.0",
|
|
42
|
+
"@skyux/icon": "11.3.0",
|
|
43
|
+
"@skyux/layout": "11.3.0",
|
|
44
|
+
"@skyux/modals": "11.3.0",
|
|
45
|
+
"@skyux/popovers": "11.3.0",
|
|
46
|
+
"@skyux/tabs": "11.3.0",
|
|
47
|
+
"@skyux/theme": "11.3.0",
|
|
48
|
+
"@skyux/validation": "11.3.0"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"dompurify": "3.1.6",
|