@vaadin/rich-text-editor 24.4.0-alpha17 → 24.4.0-alpha19
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 +11 -11
- package/src/vaadin-rich-text-editor-mixin.js +3 -2
- package/theme/lumo/vaadin-lit-rich-text-editor.d.ts +0 -6
- package/theme/lumo/vaadin-rich-text-editor-styles.d.ts +0 -4
- package/theme/lumo/vaadin-rich-text-editor.d.ts +0 -6
- package/theme/material/vaadin-lit-rich-text-editor.d.ts +0 -6
- package/theme/material/vaadin-rich-text-editor-styles.d.ts +0 -1
- package/theme/material/vaadin-rich-text-editor.d.ts +0 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/rich-text-editor",
|
|
3
|
-
"version": "24.4.0-
|
|
3
|
+
"version": "24.4.0-alpha19",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -41,19 +41,19 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@open-wc/dedupe-mixin": "^1.3.0",
|
|
43
43
|
"@polymer/polymer": "^3.0.0",
|
|
44
|
-
"@vaadin/button": "24.4.0-
|
|
45
|
-
"@vaadin/component-base": "24.4.0-
|
|
46
|
-
"@vaadin/confirm-dialog": "24.4.0-
|
|
47
|
-
"@vaadin/text-field": "24.4.0-
|
|
48
|
-
"@vaadin/tooltip": "24.4.0-
|
|
49
|
-
"@vaadin/vaadin-lumo-styles": "24.4.0-
|
|
50
|
-
"@vaadin/vaadin-material-styles": "24.4.0-
|
|
51
|
-
"@vaadin/vaadin-themable-mixin": "24.4.0-
|
|
44
|
+
"@vaadin/button": "24.4.0-alpha19",
|
|
45
|
+
"@vaadin/component-base": "24.4.0-alpha19",
|
|
46
|
+
"@vaadin/confirm-dialog": "24.4.0-alpha19",
|
|
47
|
+
"@vaadin/text-field": "24.4.0-alpha19",
|
|
48
|
+
"@vaadin/tooltip": "24.4.0-alpha19",
|
|
49
|
+
"@vaadin/vaadin-lumo-styles": "24.4.0-alpha19",
|
|
50
|
+
"@vaadin/vaadin-material-styles": "24.4.0-alpha19",
|
|
51
|
+
"@vaadin/vaadin-themable-mixin": "24.4.0-alpha19",
|
|
52
52
|
"lit": "^3.0.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@esm-bundle/chai": "^4.3.4",
|
|
56
|
-
"@vaadin/a11y-base": "24.4.0-
|
|
56
|
+
"@vaadin/a11y-base": "24.4.0-alpha19",
|
|
57
57
|
"@vaadin/testing-helpers": "^0.6.0",
|
|
58
58
|
"gulp": "^4.0.2",
|
|
59
59
|
"gulp-cli": "^2.3.0",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"web-types.json",
|
|
66
66
|
"web-types.lit.json"
|
|
67
67
|
],
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "5fad5eb53de7da69c1a19776a11ba74ceba27ea0"
|
|
69
69
|
}
|
|
@@ -345,8 +345,9 @@ export const RichTextEditorMixin = (superClass) =>
|
|
|
345
345
|
});
|
|
346
346
|
|
|
347
347
|
editorContent.addEventListener('focus', () => {
|
|
348
|
-
//
|
|
349
|
-
|
|
348
|
+
// When editing link, editor gets focus while dialog is still open.
|
|
349
|
+
// Keep toolbar state as clicked in this case to fire change event.
|
|
350
|
+
if (this._toolbarState === STATE.CLICKED && !this._linkEditing) {
|
|
350
351
|
this._cleanToolbarState();
|
|
351
352
|
}
|
|
352
353
|
});
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import '@vaadin/button/theme/lumo/vaadin-button-styles.js';
|
|
2
|
-
import '@vaadin/confirm-dialog/theme/lumo/vaadin-confirm-dialog-styles.js';
|
|
3
|
-
import '@vaadin/text-field/theme/lumo/vaadin-text-field-styles.js';
|
|
4
|
-
import '@vaadin/tooltip/theme/lumo/vaadin-tooltip-styles.js';
|
|
5
|
-
import './vaadin-rich-text-editor-styles.js';
|
|
6
|
-
import '../../src/vaadin-lit-rich-text-editor.js';
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import '@vaadin/button/theme/lumo/vaadin-button.js';
|
|
2
|
-
import '@vaadin/confirm-dialog/theme/lumo/vaadin-confirm-dialog.js';
|
|
3
|
-
import '@vaadin/text-field/theme/lumo/vaadin-text-field.js';
|
|
4
|
-
import '@vaadin/tooltip/theme/lumo/vaadin-tooltip.js';
|
|
5
|
-
import './vaadin-rich-text-editor-styles.js';
|
|
6
|
-
import '../../src/vaadin-rich-text-editor.js';
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import '@vaadin/button/theme/material/vaadin-button-styles.js';
|
|
2
|
-
import '@vaadin/confirm-dialog/theme/material/vaadin-confirm-dialog-styles.js';
|
|
3
|
-
import '@vaadin/text-field/theme/material/vaadin-text-field-styles.js';
|
|
4
|
-
import '@vaadin/tooltip/theme/material/vaadin-tooltip-styles.js';
|
|
5
|
-
import './vaadin-rich-text-editor-styles.js';
|
|
6
|
-
import '../../src/vaadin-lit-rich-text-editor.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@vaadin/vaadin-material-styles/color.js';
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import '@vaadin/button/theme/material/vaadin-button.js';
|
|
2
|
-
import '@vaadin/confirm-dialog/theme/material/vaadin-confirm-dialog.js';
|
|
3
|
-
import '@vaadin/text-field/theme/material/vaadin-text-field.js';
|
|
4
|
-
import '@vaadin/tooltip/theme/material/vaadin-tooltip.js';
|
|
5
|
-
import './vaadin-rich-text-editor-styles.js';
|
|
6
|
-
import '../../src/vaadin-rich-text-editor.js';
|