@ionic/vue 8.6.2-dev.11750068206.1407f726 → 8.6.2-dev.11750164392.1d38d724
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.
|
@@ -1901,7 +1901,7 @@
|
|
|
1901
1901
|
},
|
|
1902
1902
|
"ion-header/translucent": {
|
|
1903
1903
|
"type": "boolean",
|
|
1904
|
-
"description": "If `true`, the header will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content.",
|
|
1904
|
+
"description": "If `true`, the header will be translucent.\nOnly applies when the theme is `\"ios\"` or `\"ionic\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content.",
|
|
1905
1905
|
"options": []
|
|
1906
1906
|
},
|
|
1907
1907
|
"ion-img/alt": {
|
package/dist/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@ionic/vue",
|
|
5
|
-
"version": "8.6.2-dev.
|
|
5
|
+
"version": "8.6.2-dev.11750164392.1d38d724",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -3380,7 +3380,7 @@
|
|
|
3380
3380
|
},
|
|
3381
3381
|
{
|
|
3382
3382
|
"name": "translucent",
|
|
3383
|
-
"description": "If `true`, the header will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content.",
|
|
3383
|
+
"description": "If `true`, the header will be translucent.\nOnly applies when the theme is `\"ios\"` or `\"ionic\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content.",
|
|
3384
3384
|
"required": false,
|
|
3385
3385
|
"default": "false",
|
|
3386
3386
|
"value": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ionic/vue",
|
|
3
|
-
"version": "8.6.2-dev.
|
|
3
|
+
"version": "8.6.2-dev.11750164392.1d38d724",
|
|
4
4
|
"description": "Vue specific wrapper for @ionic/core",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"eslint": "eslint src",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"vue-router": "^4.0.16"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@ionic/core": "8.6.2-dev.
|
|
70
|
+
"@ionic/core": "8.6.2-dev.11750164392.1d38d724",
|
|
71
71
|
"@stencil/vue-output-target": "0.10.7",
|
|
72
72
|
"ionicons": "^7.0.0"
|
|
73
73
|
},
|