@vaadin/vaadin-form-layout
Advanced tools
Comparing version 2.0.0-pre.3 to 2.1.0-alpha3
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-form-layout", | ||
"version": "2.0.0-pre.3", | ||
"version": "2.1.0-alpha3", | ||
"main": "vaadin-form-layout.js", | ||
@@ -25,22 +25,22 @@ "author": "Vaadin Ltd", | ||
"supports-color": "3.1.2", | ||
"type-detect": "1.0.0", | ||
"@webcomponents/webcomponentsjs": "2.0.0-beta.2" | ||
"type-detect": "1.0.0" | ||
}, | ||
"dependencies": { | ||
"@polymer/iron-resizable-behavior": "^3.0.0-pre.15", | ||
"@polymer/polymer": "^3.0.0-pre.13", | ||
"@vaadin/vaadin-themable-mixin": "^1.1.5-pre.2", | ||
"@vaadin/vaadin-lumo-styles": "^1.0.0-pre.4", | ||
"@vaadin/vaadin-element-mixin": "^1.0.2-pre.2" | ||
"@polymer/iron-resizable-behavior": "^3.0.0-pre.12", | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/vaadin-element-mixin": "^1.1.0-alpha1", | ||
"@vaadin/vaadin-lumo-styles": "^1.1.0-alpha3", | ||
"@vaadin/vaadin-material-styles": "^1.1.0-alpha2", | ||
"@vaadin/vaadin-themable-mixin": "^1.2.0-alpha2" | ||
}, | ||
"devDependencies": { | ||
"@polymer/iron-component-page": "^3.0.0-pre.15", | ||
"@polymer/iron-demo-helpers": "^3.0.0-pre.15", | ||
"@polymer/paper-input": "^3.0.0-pre.15", | ||
"@polymer/test-fixture": "^3.0.0-pre.15", | ||
"@vaadin/vaadin-text-field": "^2.0.1-pre.1", | ||
"@webcomponents/webcomponentsjs": "^2.0.0-beta.2", | ||
"wct-browser-legacy": "^0.0.1-pre.11", | ||
"@vaadin/vaadin-demo-helpers": "^1.2.5-pre.1" | ||
"@polymer/iron-component-page": "^3.0.0-pre.12", | ||
"@polymer/iron-demo-helpers": "^3.0.0-pre.12", | ||
"@polymer/paper-input": "^3.0.0-pre.12", | ||
"@polymer/test-fixture": "^3.0.0-pre.12", | ||
"@vaadin/vaadin-demo-helpers": "^2.0.0-alpha2", | ||
"@vaadin/vaadin-text-field": "^2.1.0-alpha2", | ||
"@webcomponents/webcomponentsjs": "^1.0.0", | ||
"wct-browser-legacy": "0.0.1-pre.11" | ||
} | ||
} |
@@ -1,7 +0,10 @@ | ||
![Bower version](https://img.shields.io/bower/v/vaadin-form-layout.svg) | ||
[![npm version](https://badge.fury.io/js/%40vaadin%2Fvaadin-form-layout.svg)](https://badge.fury.io/js/%40vaadin%2Fvaadin-form-layout) | ||
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/vaadin/vaadin-form-layout) | ||
[![Build Status](https://travis-ci.org/vaadin/vaadin-form-layout.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-form-layout) | ||
[![Coverage Status](https://coveralls.io/repos/github/vaadin/vaadin-form-layout/badge.svg?branch=master)](https://coveralls.io/github/vaadin/vaadin-form-layout?branch=master) | ||
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vaadin/web-components?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) | ||
[![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/vaadinvaadin-form-layout) | ||
[![Stars on vaadin.com/directory](https://img.shields.io/vaadin-directory/star/vaadinvaadin-form-layout.svg)](https://vaadin.com/directory/component/vaadinvaadin-form-layout) | ||
# <vaadin-form-layout> | ||
@@ -8,0 +11,0 @@ |
@@ -1,8 +0,2 @@ | ||
/** | ||
@license | ||
Copyright (c) 2017 Vaadin Ltd. | ||
This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
*/ | ||
import { PolymerElement } from '@polymer/polymer/polymer-element.js'; | ||
import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js'; | ||
@@ -109,3 +103,3 @@ import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
* `--vaadin-form-item-row-spacing` | Height of the spacing between the form item elements | `1em` | ||
* | ||
* | ||
* See [ThemableMixin – how to apply styles for shadow parts](https://github.com/vaadin/vaadin-themable-mixin/wiki) | ||
@@ -112,0 +106,0 @@ * |
@@ -1,8 +0,2 @@ | ||
/** | ||
@license | ||
Copyright (c) 2017 Vaadin Ltd. | ||
This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
*/ | ||
import { PolymerElement } from '@polymer/polymer/polymer-element.js'; | ||
import { IronResizableBehavior } from '@polymer/iron-resizable-behavior/iron-resizable-behavior.js'; | ||
@@ -156,3 +150,2 @@ import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js'; | ||
flex: 1 1 100%; | ||
width: 9999px; /* for Firefox :-( */ | ||
} | ||
@@ -171,3 +164,3 @@ </style> | ||
static get version() { | ||
return '2.0.0-pre.3'; | ||
return '2.1.0-alpha3'; | ||
} | ||
@@ -174,0 +167,0 @@ |
@@ -1,24 +0,22 @@ | ||
gemini.suite('vaadin-form-layout', (suite) => { | ||
suite | ||
.setCaptureElements('[capture]') | ||
.before(function(actions, find) { | ||
return actions | ||
// Wait until the page sets webComponentsAreReady flag | ||
.waitForJSCondition(function(window) { | ||
return window.webComponentsAreReady; | ||
}, 60000) | ||
// Ensure nothing is focused to prevent blinking cursor | ||
.executeJS(function(window) { | ||
var input = window.document.createElement('input'); | ||
window.document.body.appendChild(input); | ||
input.focus(); | ||
window.document.body.removeChild(input); | ||
}); | ||
}) | ||
.after(function(actions, find) { | ||
// Firefox stops responding on socket after a test, workaround: | ||
return actions.executeJS(function(window) { | ||
window.location.href = 'about:blank'; // just go away, please! | ||
gemini.suite('vaadin-form-layout', function(rootSuite) { | ||
function wait(actions, find) { | ||
return actions | ||
.waitForJSCondition(function(window) { | ||
return window.webComponentsAreReady; | ||
}, 60000) | ||
// Ensure nothing is focused to prevent blinking cursor | ||
.executeJS(function(window) { | ||
var input = window.document.createElement('input'); | ||
window.document.body.appendChild(input); | ||
input.focus(); | ||
window.document.body.removeChild(input); | ||
}); | ||
} | ||
function goToAboutBlank(actions, find) { | ||
// Firefox stops responding on socket after a test, workaround: | ||
return actions.executeJS(function(window) { | ||
window.location.href = 'about:blank'; // just go away, please! | ||
}); | ||
} | ||
@@ -37,2 +35,6 @@ function setBodyWidth(bodyWidth) { | ||
rootSuite | ||
.before(wait) | ||
.after(goToAboutBlank); | ||
[ | ||
@@ -47,4 +49,6 @@ 'basic', | ||
].forEach(testName => { | ||
gemini.suite(testName, suite => { | ||
suite.setUrl(`/${testName}.html`) | ||
gemini.suite(testName, function(suite) { | ||
suite | ||
.setUrl(`${testName}.html`) | ||
.setCaptureElements('#capture') | ||
.capture('default') | ||
@@ -51,0 +55,0 @@ .capture('20em', setBodyWidth('20em')) |
@@ -5,3 +5,3 @@ import '@vaadin/vaadin-lumo-styles/color.js'; | ||
import '@vaadin/vaadin-lumo-styles/typography.js'; | ||
const $_documentContainer = document.createElement('template'); | ||
const $_documentContainer = document.createElement('div'); | ||
$_documentContainer.setAttribute('style', 'display: none;'); | ||
@@ -32,2 +32,2 @@ | ||
document.head.appendChild($_documentContainer.content); | ||
document.head.appendChild($_documentContainer); |
import '@vaadin/vaadin-lumo-styles/spacing.js'; | ||
const $_documentContainer = document.createElement('template'); | ||
const $_documentContainer = document.createElement('div'); | ||
$_documentContainer.setAttribute('style', 'display: none;'); | ||
@@ -15,2 +15,2 @@ | ||
document.head.appendChild($_documentContainer.content); | ||
document.head.appendChild($_documentContainer); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1497874
207
1585
137
6
2
3
+ Added@vaadin/vaadin-material-styles@1.3.2(transitive)
Updated@polymer/polymer@^3.0.0