From daf32b1a20dea6589a6c2f824c96df564297e322 Mon Sep 17 00:00:00 2001 From: Manolo Carrasco Date: Fri, 17 Nov 2017 17:34:56 +0100 Subject: [PATCH] 1.0.3 --- analysis.json | 78 ++++++++++---------------------------------- package.json | 2 +- vaadin-checkbox.html | 2 +- 3 files changed, 20 insertions(+), 62 deletions(-) diff --git a/analysis.json b/analysis.json index 10c03cf..067499c 100644 --- a/analysis.json +++ b/analysis.json @@ -8,11 +8,11 @@ "sourceRange": { "file": "vaadin-checkbox.html", "start": { - "line": 262, + "line": 265, "column": 6 }, "end": { - "line": 262, + "line": 265, "column": 42 } }, @@ -232,7 +232,7 @@ "column": 8 }, "end": { - "line": 188, + "line": 191, "column": 9 } }, @@ -449,48 +449,6 @@ ], "inheritedFrom": "Vaadin.ControlStateMixin" }, - { - "name": "updateStyles", - "description": "", - "privacy": "public", - "sourceRange": { - "file": "bower_components/vaadin-themable-mixin/vaadin-themable-mixin.html", - "start": { - "line": 44, - "column": 4 - }, - "end": { - "line": 59, - "column": 5 - } - }, - "metadata": {}, - "params": [], - "inheritedFrom": "Vaadin.ThemableMixin" - }, - { - "name": "_getComputedStyle", - "description": "", - "privacy": "protected", - "sourceRange": { - "file": "bower_components/vaadin-themable-mixin/vaadin-themable-mixin.html", - "start": { - "line": 61, - "column": 4 - }, - "end": { - "line": 65, - "column": 5 - } - }, - "metadata": {}, - "params": [ - { - "name": "name" - } - ], - "inheritedFrom": "Vaadin.ThemableMixin" - }, { "name": "_addEventListenerToNode", "description": "", @@ -555,11 +513,11 @@ "privacy": "protected", "sourceRange": { "start": { - "line": 190, + "line": 193, "column": 8 }, "end": { - "line": 196, + "line": 199, "column": 9 } }, @@ -576,11 +534,11 @@ "privacy": "protected", "sourceRange": { "start": { - "line": 198, + "line": 201, "column": 8 }, "end": { - "line": 204, + "line": 207, "column": 9 } }, @@ -597,11 +555,11 @@ "privacy": "protected", "sourceRange": { "start": { - "line": 206, + "line": 209, "column": 8 }, "end": { - "line": 237, + "line": 240, "column": 9 } }, @@ -614,11 +572,11 @@ "privacy": "protected", "sourceRange": { "start": { - "line": 243, + "line": 246, "column": 8 }, "end": { - "line": 250, + "line": 253, "column": 9 } }, @@ -635,11 +593,11 @@ "privacy": "protected", "sourceRange": { "start": { - "line": 252, + "line": 255, "column": 8 }, "end": { - "line": 254, + "line": 257, "column": 9 } }, @@ -649,17 +607,17 @@ ], "staticMethods": [ { - "name": "includeStyle", + "name": "_includeStyle", "description": "", - "privacy": "public", + "privacy": "private", "sourceRange": { "file": "bower_components/vaadin-themable-mixin/vaadin-themable-mixin.html", "start": { - "line": 67, + "line": 46, "column": 4 }, "end": { - "line": 71, + "line": 50, "column": 5 } }, @@ -685,7 +643,7 @@ "column": 6 }, "end": { - "line": 255, + "line": 258, "column": 7 } }, diff --git a/package.json b/package.json index 5945e69..42f7592 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vaadin-checkbox", - "version": "1.0.2", + "version": "1.0.3", "description": "vaadin-checkbox", "main": "vaadin-checkbox.html", "repository": "vaadin/vaadin-checkbox", diff --git a/vaadin-checkbox.html b/vaadin-checkbox.html index 31bf152..6353516 100644 --- a/vaadin-checkbox.html +++ b/vaadin-checkbox.html @@ -122,7 +122,7 @@ } static get version() { - return '1.0.2'; + return '1.0.3'; } static get properties() {