@ionic/vue 8.8.9-nightly.20260601 → 8.8.9-nightly.20260602
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/dist/web-types.json +2 -2
- package/package.json +2 -2
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.8.9-nightly.
|
|
5
|
+
"version": "8.8.9-nightly.20260602",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -7585,7 +7585,7 @@
|
|
|
7585
7585
|
"name": "when",
|
|
7586
7586
|
"description": "When the split-pane should be shown.\nCan be a CSS media query expression, or a shortcut expression.\nCan also be a boolean expression.",
|
|
7587
7587
|
"required": false,
|
|
7588
|
-
"default": "
|
|
7588
|
+
"default": "'(min-width: 992px)'",
|
|
7589
7589
|
"value": {
|
|
7590
7590
|
"kind": "expression",
|
|
7591
7591
|
"type": "boolean | string"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ionic/vue",
|
|
3
|
-
"version": "8.8.9-nightly.
|
|
3
|
+
"version": "8.8.9-nightly.20260602",
|
|
4
4
|
"description": "Vue specific wrapper for @ionic/core",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"eslint": "eslint src",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"vue-router": "^4.0.16"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@ionic/core": "8.8.9-nightly.
|
|
71
|
+
"@ionic/core": "8.8.9-nightly.20260602",
|
|
72
72
|
"@stencil/vue-output-target": "0.10.7",
|
|
73
73
|
"ionicons": "^8.0.13"
|
|
74
74
|
},
|