@vaadin/radio-group 24.0.0-alpha7 → 24.0.0-alpha8

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/radio-group",
3
- "version": "24.0.0-alpha7",
3
+ "version": "24.0.0-alpha8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -38,11 +38,11 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "@polymer/polymer": "^3.0.0",
41
- "@vaadin/component-base": "24.0.0-alpha7",
42
- "@vaadin/field-base": "24.0.0-alpha7",
43
- "@vaadin/vaadin-lumo-styles": "24.0.0-alpha7",
44
- "@vaadin/vaadin-material-styles": "24.0.0-alpha7",
45
- "@vaadin/vaadin-themable-mixin": "24.0.0-alpha7"
41
+ "@vaadin/component-base": "24.0.0-alpha8",
42
+ "@vaadin/field-base": "24.0.0-alpha8",
43
+ "@vaadin/vaadin-lumo-styles": "24.0.0-alpha8",
44
+ "@vaadin/vaadin-material-styles": "24.0.0-alpha8",
45
+ "@vaadin/vaadin-themable-mixin": "24.0.0-alpha8"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@esm-bundle/chai": "^4.3.4",
@@ -53,5 +53,5 @@
53
53
  "web-types.json",
54
54
  "web-types.lit.json"
55
55
  ],
56
- "gitHead": "aeb4535336813636736759e0a5de148b26bfc3b6"
56
+ "gitHead": "476752249bb12295c500980d98a3256ad3b22b73"
57
57
  }
@@ -1,13 +1,13 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2022 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2023 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { ActiveMixin } from '@vaadin/component-base/src/active-mixin.js';
7
7
  import { ControllerMixin } from '@vaadin/component-base/src/controller-mixin.js';
8
+ import { DelegateFocusMixin } from '@vaadin/component-base/src/delegate-focus-mixin.js';
8
9
  import { ElementMixin } from '@vaadin/component-base/src/element-mixin.js';
9
10
  import { CheckedMixin } from '@vaadin/field-base/src/checked-mixin.js';
10
- import { DelegateFocusMixin } from '@vaadin/field-base/src/delegate-focus-mixin.js';
11
11
  import { LabelMixin } from '@vaadin/field-base/src/label-mixin.js';
12
12
  import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';
13
13
 
@@ -1,14 +1,14 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2022 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2023 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { html, PolymerElement } from '@polymer/polymer/polymer-element.js';
7
7
  import { ActiveMixin } from '@vaadin/component-base/src/active-mixin.js';
8
8
  import { ControllerMixin } from '@vaadin/component-base/src/controller-mixin.js';
9
+ import { DelegateFocusMixin } from '@vaadin/component-base/src/delegate-focus-mixin.js';
9
10
  import { ElementMixin } from '@vaadin/component-base/src/element-mixin.js';
10
11
  import { CheckedMixin } from '@vaadin/field-base/src/checked-mixin.js';
11
- import { DelegateFocusMixin } from '@vaadin/field-base/src/delegate-focus-mixin.js';
12
12
  import { InputController } from '@vaadin/field-base/src/input-controller.js';
13
13
  import { LabelMixin } from '@vaadin/field-base/src/label-mixin.js';
14
14
  import { LabelledInputController } from '@vaadin/field-base/src/labelled-input-controller.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2022 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2023 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { DisabledMixin } from '@vaadin/component-base/src/disabled-mixin.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2022 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2023 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { FlattenedNodesObserver } from '@polymer/polymer/lib/utils/flattened-nodes-observer.js';
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/radio-group",
4
- "version": "24.0.0-alpha7",
4
+ "version": "24.0.0-alpha8",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -75,44 +75,6 @@
75
75
  ],
76
76
  "js": {
77
77
  "properties": [
78
- {
79
- "name": "rootPath",
80
- "description": "",
81
- "value": {
82
- "type": [
83
- "string"
84
- ]
85
- }
86
- },
87
- {
88
- "name": "importPath",
89
- "description": "",
90
- "value": {
91
- "type": [
92
- "string"
93
- ]
94
- }
95
- },
96
- {
97
- "name": "root",
98
- "description": "",
99
- "value": {
100
- "type": [
101
- "StampedTemplate",
102
- "HTMLElement",
103
- "ShadowRoot"
104
- ]
105
- }
106
- },
107
- {
108
- "name": "$",
109
- "description": "",
110
- "value": {
111
- "type": [
112
- "Object.<string, Element>"
113
- ]
114
- }
115
- },
116
78
  {
117
79
  "name": "disabled",
118
80
  "description": "If true, the user cannot interact with this element.",
@@ -290,44 +252,6 @@
290
252
  ]
291
253
  }
292
254
  },
293
- {
294
- "name": "rootPath",
295
- "description": "",
296
- "value": {
297
- "type": [
298
- "string"
299
- ]
300
- }
301
- },
302
- {
303
- "name": "importPath",
304
- "description": "",
305
- "value": {
306
- "type": [
307
- "string"
308
- ]
309
- }
310
- },
311
- {
312
- "name": "root",
313
- "description": "",
314
- "value": {
315
- "type": [
316
- "StampedTemplate",
317
- "HTMLElement",
318
- "ShadowRoot"
319
- ]
320
- }
321
- },
322
- {
323
- "name": "$",
324
- "description": "",
325
- "value": {
326
- "type": [
327
- "Object.<string, Element>"
328
- ]
329
- }
330
- },
331
255
  {
332
256
  "name": "label",
333
257
  "description": "The label text for the input node.\nWhen no light dom defined via [slot=label], this value will be used.",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/radio-group",
4
- "version": "24.0.0-alpha7",
4
+ "version": "24.0.0-alpha8",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {
@@ -33,34 +33,6 @@
33
33
  "kind": "expression"
34
34
  }
35
35
  },
36
- {
37
- "name": ".rootPath",
38
- "description": "",
39
- "value": {
40
- "kind": "expression"
41
- }
42
- },
43
- {
44
- "name": ".importPath",
45
- "description": "",
46
- "value": {
47
- "kind": "expression"
48
- }
49
- },
50
- {
51
- "name": ".root",
52
- "description": "",
53
- "value": {
54
- "kind": "expression"
55
- }
56
- },
57
- {
58
- "name": ".$",
59
- "description": "",
60
- "value": {
61
- "kind": "expression"
62
- }
63
- },
64
36
  {
65
37
  "name": ".value",
66
38
  "description": "The value of the field.",
@@ -131,34 +103,6 @@
131
103
  "kind": "expression"
132
104
  }
133
105
  },
134
- {
135
- "name": ".rootPath",
136
- "description": "",
137
- "value": {
138
- "kind": "expression"
139
- }
140
- },
141
- {
142
- "name": ".importPath",
143
- "description": "",
144
- "value": {
145
- "kind": "expression"
146
- }
147
- },
148
- {
149
- "name": ".root",
150
- "description": "",
151
- "value": {
152
- "kind": "expression"
153
- }
154
- },
155
- {
156
- "name": ".$",
157
- "description": "",
158
- "value": {
159
- "kind": "expression"
160
- }
161
- },
162
106
  {
163
107
  "name": ".label",
164
108
  "description": "The label text for the input node.\nWhen no light dom defined via [slot=label], this value will be used.",