@skyux/text-editor 10.18.0 → 10.19.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 +307 -262
- package/esm2022/lib/modules/text-editor/text-editor.component.mjs +6 -4
- package/esm2022/lib/modules/text-editor/toolbar/text-editor-toolbar.component.mjs +2 -2
- package/fesm2022/skyux-text-editor.mjs +6 -4
- package/fesm2022/skyux-text-editor.mjs.map +1 -1
- package/lib/modules/text-editor/text-editor.component.d.ts +7 -1
- package/package.json +13 -13
|
@@ -108,6 +108,12 @@ export declare class SkyTextEditorComponent implements AfterViewInit, OnInit, On
|
|
|
108
108
|
*/
|
|
109
109
|
set linkWindowOptions(value: SkyTextEditorLinkWindowOptionsType[] | undefined);
|
|
110
110
|
get linkWindowOptions(): SkyTextEditorLinkWindowOptionsType[];
|
|
111
|
+
/**
|
|
112
|
+
* A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline) button is
|
|
113
|
+
* placed beside the text editor label. Clicking the button invokes global help as configured by the application.
|
|
114
|
+
* @preview
|
|
115
|
+
*/
|
|
116
|
+
helpKey: string | undefined;
|
|
111
117
|
iframeRef: ElementRef | undefined;
|
|
112
118
|
/**
|
|
113
119
|
* The internal value of the control.
|
|
@@ -144,6 +150,6 @@ export declare class SkyTextEditorComponent implements AfterViewInit, OnInit, On
|
|
|
144
150
|
*/
|
|
145
151
|
setDisabledState(isDisabled: boolean): void;
|
|
146
152
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyTextEditorComponent, never>;
|
|
147
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyTextEditorComponent, "sky-text-editor", never, { "autofocus": { "alias": "autofocus"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "fontList": { "alias": "fontList"; "required": false; }; "fontSizeList": { "alias": "fontSizeList"; "required": false; }; "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; }; "hintText": { "alias": "hintText"; "required": false; }; "id": { "alias": "id"; "required": false; }; "initialStyleState": { "alias": "initialStyleState"; "required": false; }; "labelText": { "alias": "labelText"; "required": false; }; "menus": { "alias": "menus"; "required": false; }; "mergeFields": { "alias": "mergeFields"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "toolbarActions": { "alias": "toolbarActions"; "required": false; }; "linkWindowOptions": { "alias": "linkWindowOptions"; "required": false; }; }, {}, never, ["sky-form-error"], true, [{ directive: typeof i1.SkyRequiredStateDirective; inputs: { "required": "required"; }; outputs: {}; }]>;
|
|
153
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyTextEditorComponent, "sky-text-editor", never, { "autofocus": { "alias": "autofocus"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "fontList": { "alias": "fontList"; "required": false; }; "fontSizeList": { "alias": "fontSizeList"; "required": false; }; "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; }; "hintText": { "alias": "hintText"; "required": false; }; "id": { "alias": "id"; "required": false; }; "initialStyleState": { "alias": "initialStyleState"; "required": false; }; "labelText": { "alias": "labelText"; "required": false; }; "menus": { "alias": "menus"; "required": false; }; "mergeFields": { "alias": "mergeFields"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "toolbarActions": { "alias": "toolbarActions"; "required": false; }; "linkWindowOptions": { "alias": "linkWindowOptions"; "required": false; }; "helpKey": { "alias": "helpKey"; "required": false; }; }, {}, never, ["sky-form-error"], true, [{ directive: typeof i1.SkyRequiredStateDirective; inputs: { "required": "required"; }; outputs: {}; }]>;
|
|
148
154
|
static ngAcceptInputType_stacked: unknown;
|
|
149
155
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/text-editor",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.19.0",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -34,18 +34,18 @@
|
|
|
34
34
|
"@angular/core": "^17.3.4",
|
|
35
35
|
"@angular/forms": "^17.3.4",
|
|
36
36
|
"@angular/platform-browser": "^17.3.4",
|
|
37
|
-
"@skyux/colorpicker": "10.
|
|
38
|
-
"@skyux/core": "10.
|
|
39
|
-
"@skyux/forms": "10.
|
|
40
|
-
"@skyux/help-inline": "10.
|
|
41
|
-
"@skyux/i18n": "10.
|
|
42
|
-
"@skyux/indicators": "10.
|
|
43
|
-
"@skyux/layout": "10.
|
|
44
|
-
"@skyux/modals": "10.
|
|
45
|
-
"@skyux/popovers": "10.
|
|
46
|
-
"@skyux/tabs": "10.
|
|
47
|
-
"@skyux/theme": "10.
|
|
48
|
-
"@skyux/validation": "10.
|
|
37
|
+
"@skyux/colorpicker": "10.19.0",
|
|
38
|
+
"@skyux/core": "10.19.0",
|
|
39
|
+
"@skyux/forms": "10.19.0",
|
|
40
|
+
"@skyux/help-inline": "10.19.0",
|
|
41
|
+
"@skyux/i18n": "10.19.0",
|
|
42
|
+
"@skyux/indicators": "10.19.0",
|
|
43
|
+
"@skyux/layout": "10.19.0",
|
|
44
|
+
"@skyux/modals": "10.19.0",
|
|
45
|
+
"@skyux/popovers": "10.19.0",
|
|
46
|
+
"@skyux/tabs": "10.19.0",
|
|
47
|
+
"@skyux/theme": "10.19.0",
|
|
48
|
+
"@skyux/validation": "10.19.0"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"dompurify": "3.0.11",
|