@syncfusion/ej2-angular-richtexteditor 21.2.8 → 21.2.9
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/package.json +7 -7
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/rich-text-editor/_layout.scss +0 -5
- package/styles/rich-text-editor/tailwind-dark.css +0 -5
- package/styles/rich-text-editor/tailwind.css +0 -5
- package/styles/tailwind-dark.css +0 -5
- package/styles/tailwind.css +0 -5
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-richtexteditor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-richtexteditor@21.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-richtexteditor@21.2.8",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-jJm+QjSNgt1pBJ8RXEkGqMdf7Q/YaBEdiuryUGN5O2YYDD3yli9ES75OpM50aOp9Pz/p4/Mjy1h66gHmTXZ7sg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-richtexteditor",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-richtexteditor/-/ej2-angular-richtexteditor-21.2.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-richtexteditor/-/ej2-angular-richtexteditor-21.2.8.tgz",
|
|
23
|
+
"_shasum": "5df0fd7fc6bb69f3733c09906c65161f63ab5780",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-richtexteditor@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~21.2.3",
|
|
35
|
-
"@syncfusion/ej2-base": "~21.2.
|
|
36
|
-
"@syncfusion/ej2-richtexteditor": "21.2.
|
|
35
|
+
"@syncfusion/ej2-base": "~21.2.9",
|
|
36
|
+
"@syncfusion/ej2-richtexteditor": "21.2.9",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"schematics": "./schematics/collection.json",
|
|
73
73
|
"sideEffects": false,
|
|
74
74
|
"typings": "syncfusion-ej2-angular-richtexteditor.d.ts",
|
|
75
|
-
"version": "21.2.
|
|
75
|
+
"version": "21.2.9"
|
|
76
76
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-richtexteditor";
|
|
2
|
-
export declare const pkgVer = "^21.2.
|
|
2
|
+
export declare const pkgVer = "^21.2.8";
|
|
3
3
|
export declare const moduleName = "RichTextEditorModule";
|
|
4
|
-
export declare const themeVer = "~21.2.
|
|
4
|
+
export declare const themeVer = "~21.2.8";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-richtexteditor';
|
|
4
|
-
exports.pkgVer = '^21.2.
|
|
4
|
+
exports.pkgVer = '^21.2.9';
|
|
5
5
|
exports.moduleName = 'RichTextEditorModule';
|
|
6
|
-
exports.themeVer = '~21.2.
|
|
6
|
+
exports.themeVer = '~21.2.9';
|
|
@@ -1823,11 +1823,6 @@
|
|
|
1823
1823
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1824
1824
|
line-height: 20px;
|
|
1825
1825
|
}
|
|
1826
|
-
|
|
1827
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1828
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1829
|
-
padding: 0;
|
|
1830
|
-
}
|
|
1831
1826
|
}
|
|
1832
1827
|
|
|
1833
1828
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2323,11 +2323,6 @@
|
|
|
2323
2323
|
line-height: 20px;
|
|
2324
2324
|
}
|
|
2325
2325
|
|
|
2326
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
2327
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
2328
|
-
padding: 0;
|
|
2329
|
-
}
|
|
2330
|
-
|
|
2331
2326
|
.e-richtexteditor .e-rte-table-popup.e-popup-open.e-dialog .e-rte-tablecell {
|
|
2332
2327
|
margin: 1px;
|
|
2333
2328
|
}
|
|
@@ -2323,11 +2323,6 @@
|
|
|
2323
2323
|
line-height: 20px;
|
|
2324
2324
|
}
|
|
2325
2325
|
|
|
2326
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
2327
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
2328
|
-
padding: 0;
|
|
2329
|
-
}
|
|
2330
|
-
|
|
2331
2326
|
.e-richtexteditor .e-rte-table-popup.e-popup-open.e-dialog .e-rte-tablecell {
|
|
2332
2327
|
margin: 1px;
|
|
2333
2328
|
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -2323,11 +2323,6 @@
|
|
|
2323
2323
|
line-height: 20px;
|
|
2324
2324
|
}
|
|
2325
2325
|
|
|
2326
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
2327
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
2328
|
-
padding: 0;
|
|
2329
|
-
}
|
|
2330
|
-
|
|
2331
2326
|
.e-richtexteditor .e-rte-table-popup.e-popup-open.e-dialog .e-rte-tablecell {
|
|
2332
2327
|
margin: 1px;
|
|
2333
2328
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -2323,11 +2323,6 @@
|
|
|
2323
2323
|
line-height: 20px;
|
|
2324
2324
|
}
|
|
2325
2325
|
|
|
2326
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
2327
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
2328
|
-
padding: 0;
|
|
2329
|
-
}
|
|
2330
|
-
|
|
2331
2326
|
.e-richtexteditor .e-rte-table-popup.e-popup-open.e-dialog .e-rte-tablecell {
|
|
2332
2327
|
margin: 1px;
|
|
2333
2328
|
}
|