@skyux/text-editor 6.18.0 → 6.20.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 +15 -0
- package/esm2020/lib/modules/text-editor/url-modal/text-editor-url-modal.component.mjs +2 -2
- package/fesm2015/skyux-text-editor.mjs +1 -1
- package/fesm2015/skyux-text-editor.mjs.map +1 -1
- package/fesm2020/skyux-text-editor.mjs +1 -1
- package/fesm2020/skyux-text-editor.mjs.map +1 -1
- package/lib/modules/text-editor/url-modal/text-editor-url-modal.component.d.ts +2 -1
- package/package.json +12 -12
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { SkyModalInstance } from '@skyux/modals';
|
|
2
|
+
import { SkyTabIndex } from '@skyux/tabs';
|
|
2
3
|
import { SkyUrlModalContext } from './text-editor-url-modal-context';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
/**
|
|
@@ -20,7 +21,7 @@ export declare class SkyTextEditorUrlModalComponent {
|
|
|
20
21
|
private _emailAddress;
|
|
21
22
|
private _url;
|
|
22
23
|
constructor(modalInstance: SkyModalInstance, modalContext: SkyUrlModalContext);
|
|
23
|
-
activeTabChanged(value:
|
|
24
|
+
activeTabChanged(value: SkyTabIndex): void;
|
|
24
25
|
save(): void;
|
|
25
26
|
cancel(): void;
|
|
26
27
|
private getEmailUrl;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/text-editor",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.20.0",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -36,17 +36,17 @@
|
|
|
36
36
|
"@angular/core": "^13.3.2",
|
|
37
37
|
"@angular/forms": "^13.3.2",
|
|
38
38
|
"@angular/platform-browser": "^13.3.2",
|
|
39
|
-
"@skyux/colorpicker": "6.
|
|
40
|
-
"@skyux/core": "6.
|
|
41
|
-
"@skyux/forms": "6.
|
|
42
|
-
"@skyux/i18n": "6.
|
|
43
|
-
"@skyux/indicators": "6.
|
|
44
|
-
"@skyux/layout": "6.
|
|
45
|
-
"@skyux/modals": "6.
|
|
46
|
-
"@skyux/popovers": "6.
|
|
47
|
-
"@skyux/tabs": "6.
|
|
48
|
-
"@skyux/theme": "6.
|
|
49
|
-
"@skyux/validation": "6.
|
|
39
|
+
"@skyux/colorpicker": "6.20.0",
|
|
40
|
+
"@skyux/core": "6.20.0",
|
|
41
|
+
"@skyux/forms": "6.20.0",
|
|
42
|
+
"@skyux/i18n": "6.20.0",
|
|
43
|
+
"@skyux/indicators": "6.20.0",
|
|
44
|
+
"@skyux/layout": "6.20.0",
|
|
45
|
+
"@skyux/modals": "6.20.0",
|
|
46
|
+
"@skyux/popovers": "6.20.0",
|
|
47
|
+
"@skyux/tabs": "6.20.0",
|
|
48
|
+
"@skyux/theme": "6.20.0",
|
|
49
|
+
"@skyux/validation": "6.20.0"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"dompurify": "2.3.6",
|