@vaadin/vaadin-crud
Advanced tools
Comparing version 1.1.0 to 1.2.0-alpha1
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-crud", | ||
"version": "1.1.0", | ||
"version": "1.2.0-alpha1", | ||
"main": "vaadin-crud.js", | ||
@@ -39,11 +39,11 @@ "author": "Vaadin Ltd", | ||
"@vaadin/vaadin-themable-mixin": "^1.4.4", | ||
"@vaadin/vaadin-element-mixin": "^2.1.3", | ||
"@vaadin/vaadin-lumo-styles": "^1.4.0", | ||
"@vaadin/vaadin-material-styles": "^1.2.3", | ||
"@vaadin/vaadin-dialog": "^2.2.1", | ||
"@vaadin/vaadin-grid": "^5.3.0", | ||
"@vaadin/vaadin-form-layout": "^2.1.4", | ||
"@vaadin/vaadin-text-field": "^2.3.0", | ||
"@vaadin/vaadin-button": "^2.1.0", | ||
"@vaadin/vaadin-confirm-dialog": "^1.1.1", | ||
"@vaadin/vaadin-element-mixin": "^2.3.2", | ||
"@vaadin/vaadin-lumo-styles": "^1.6.0", | ||
"@vaadin/vaadin-material-styles": "^1.3.2", | ||
"@vaadin/vaadin-dialog": "^2.4.0-alpha1", | ||
"@vaadin/vaadin-grid": "^5.6.0-alpha3", | ||
"@vaadin/vaadin-form-layout": "^2.2.0-alpha1", | ||
"@vaadin/vaadin-text-field": "^2.6.0-alpha4", | ||
"@vaadin/vaadin-button": "^2.3.0-alpha1", | ||
"@vaadin/vaadin-confirm-dialog": "^1.2.0-alpha3", | ||
"@vaadin/vaadin-license-checker": "^2.1.0" | ||
@@ -56,6 +56,6 @@ }, | ||
"wct-browser-legacy": "^1.0.1", | ||
"@vaadin/vaadin-demo-helpers": "^3.0.0", | ||
"@vaadin/vaadin-combo-box": "^5.0.3", | ||
"@vaadin/vaadin-notification": "^1.4.0" | ||
"@vaadin/vaadin-demo-helpers": "^3.1.0-alpha1", | ||
"@vaadin/vaadin-combo-box": "^v5.1.0-alpha1", | ||
"@vaadin/vaadin-notification": "v1.5.0-alpha1" | ||
} | ||
} |
@@ -64,3 +64,2 @@ /** | ||
* `toolbar` | To replace the toolbar content. Add an element with the attribure `new-button` for the new item action. | ||
* `new` | For customizing the 'new item' button. | ||
* | ||
@@ -208,3 +207,3 @@ * #### Example: | ||
static get version() { | ||
return '1.1.0'; | ||
return '1.2.0-alpha1'; | ||
} | ||
@@ -211,0 +210,0 @@ |
@@ -70,6 +70,10 @@ import '@vaadin/vaadin-lumo-styles/typography.js'; | ||
[part="toolbar"] ::slotted(*:not(:first-child)) { | ||
:host(:not([dir="rtl"])) [part="toolbar"] ::slotted(*:not(:first-child)) { | ||
margin-left: var(--lumo-space-s); | ||
} | ||
:host([dir="rtl"]) [part="toolbar"] ::slotted(*:not(:first-child)) { | ||
margin-right: var(--lumo-space-s); | ||
} | ||
:host([theme~="no-border"]) [part="toolbar"] { | ||
@@ -123,5 +127,9 @@ border: 0; | ||
:host(:not([theme~="no-border"])[editor-position="aside"]) [part="editor"]:not([hidden]) { | ||
:host(:not([dir="rtl"])[editor-position="aside"]) [part="editor"]:not([hidden]) { | ||
border-left: 0; | ||
} | ||
:host([dir="rtl"]:not([theme~="no-border"])[editor-position="aside"]) [part="editor"]:not([hidden]) { | ||
border-right: 0; | ||
} | ||
</style> | ||
@@ -128,0 +136,0 @@ </template> |
@@ -64,6 +64,10 @@ import '@vaadin/vaadin-material-styles/typography.js'; | ||
[part="toolbar"] ::slotted(*:not(:first-child)) { | ||
:host(:not([dir="rtl"])) [part="toolbar"] ::slotted(*:not(:first-child)) { | ||
margin-left: 0.5em; | ||
} | ||
:host([dir="rtl"]) [part="toolbar"] ::slotted(*:not(:first-child)) { | ||
margin-right: 0.5em; | ||
} | ||
vaadin-text-field[theme~="small"] { | ||
@@ -70,0 +74,0 @@ height: 24px; |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
77511
1676
1