@vaadin/avatar 25.1.0-beta2 → 25.1.0-beta4
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/custom-elements.json +16 -2
- package/package.json +11 -11
- package/web-types.json +1 -1
- package/web-types.lit.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -49,10 +49,12 @@
|
|
|
49
49
|
{
|
|
50
50
|
"kind": "field",
|
|
51
51
|
"name": "i18n",
|
|
52
|
-
"
|
|
52
|
+
"privacy": "public",
|
|
53
53
|
"type": {
|
|
54
54
|
"text": "Object"
|
|
55
55
|
},
|
|
56
|
+
"description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nThe object has the following JSON structure and default values:\n```js\n{\n // Translation of the anonymous user avatar tooltip.\n anonymous: 'anonymous'\n}\n```",
|
|
57
|
+
"attribute": "i18n",
|
|
56
58
|
"inheritedFrom": {
|
|
57
59
|
"name": "I18nMixin",
|
|
58
60
|
"package": "@vaadin/component-base/src/i18n-mixin.js"
|
|
@@ -108,6 +110,11 @@
|
|
|
108
110
|
},
|
|
109
111
|
{
|
|
110
112
|
"name": "i18n",
|
|
113
|
+
"type": {
|
|
114
|
+
"text": "Object"
|
|
115
|
+
},
|
|
116
|
+
"description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nShould be overridden by subclasses to provide a custom JSDoc with the\ndefault I18N properties.",
|
|
117
|
+
"fieldName": "i18n",
|
|
111
118
|
"inheritedFrom": {
|
|
112
119
|
"name": "I18nMixin",
|
|
113
120
|
"package": "@vaadin/component-base/src/i18n-mixin.js"
|
|
@@ -206,10 +213,12 @@
|
|
|
206
213
|
{
|
|
207
214
|
"kind": "field",
|
|
208
215
|
"name": "i18n",
|
|
209
|
-
"
|
|
216
|
+
"privacy": "public",
|
|
210
217
|
"type": {
|
|
211
218
|
"text": "Object"
|
|
212
219
|
},
|
|
220
|
+
"description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nThe object has the following JSON structure and default values:\n```js\n{\n // Translation of the anonymous user avatar tooltip.\n anonymous: 'anonymous'\n}\n```",
|
|
221
|
+
"attribute": "i18n",
|
|
213
222
|
"inheritedFrom": {
|
|
214
223
|
"name": "I18nMixin",
|
|
215
224
|
"package": "@vaadin/component-base/src/i18n-mixin.js"
|
|
@@ -313,6 +322,11 @@
|
|
|
313
322
|
},
|
|
314
323
|
{
|
|
315
324
|
"name": "i18n",
|
|
325
|
+
"type": {
|
|
326
|
+
"text": "Object"
|
|
327
|
+
},
|
|
328
|
+
"description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nShould be overridden by subclasses to provide a custom JSDoc with the\ndefault I18N properties.",
|
|
329
|
+
"fieldName": "i18n",
|
|
316
330
|
"inheritedFrom": {
|
|
317
331
|
"name": "I18nMixin",
|
|
318
332
|
"package": "@vaadin/component-base/src/i18n-mixin.js"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/avatar",
|
|
3
|
-
"version": "25.1.0-
|
|
3
|
+
"version": "25.1.0-beta4",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -36,24 +36,24 @@
|
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@open-wc/dedupe-mixin": "^1.3.0",
|
|
39
|
-
"@vaadin/a11y-base": "25.1.0-
|
|
40
|
-
"@vaadin/component-base": "25.1.0-
|
|
41
|
-
"@vaadin/tooltip": "25.1.0-
|
|
42
|
-
"@vaadin/vaadin-themable-mixin": "25.1.0-
|
|
39
|
+
"@vaadin/a11y-base": "25.1.0-beta4",
|
|
40
|
+
"@vaadin/component-base": "25.1.0-beta4",
|
|
41
|
+
"@vaadin/tooltip": "25.1.0-beta4",
|
|
42
|
+
"@vaadin/vaadin-themable-mixin": "25.1.0-beta4",
|
|
43
43
|
"lit": "^3.0.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@vaadin/aura": "25.1.0-
|
|
47
|
-
"@vaadin/chai-plugins": "25.1.0-
|
|
48
|
-
"@vaadin/test-runner-commands": "25.1.0-
|
|
46
|
+
"@vaadin/aura": "25.1.0-beta4",
|
|
47
|
+
"@vaadin/chai-plugins": "25.1.0-beta4",
|
|
48
|
+
"@vaadin/test-runner-commands": "25.1.0-beta4",
|
|
49
49
|
"@vaadin/testing-helpers": "^2.0.0",
|
|
50
|
-
"@vaadin/vaadin-lumo-styles": "25.1.0-
|
|
51
|
-
"sinon": "^21.0.
|
|
50
|
+
"@vaadin/vaadin-lumo-styles": "25.1.0-beta4",
|
|
51
|
+
"sinon": "^21.0.2"
|
|
52
52
|
},
|
|
53
53
|
"customElements": "custom-elements.json",
|
|
54
54
|
"web-types": [
|
|
55
55
|
"web-types.json",
|
|
56
56
|
"web-types.lit.json"
|
|
57
57
|
],
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "b27f6706a2b5c07cedec353fccbdecee95d53024"
|
|
59
59
|
}
|
package/web-types.json
CHANGED