@ionic/vue 8.8.19-nightly.20260818 → 8.8.19
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.
|
@@ -2991,7 +2991,7 @@
|
|
|
2991
2991
|
},
|
|
2992
2992
|
"ion-range/dual-knobs": {
|
|
2993
2993
|
"type": "boolean",
|
|
2994
|
-
"description": "
|
|
2994
|
+
"description": "If `true`, the range shows two knobs and `value` is an object with `lower`\nand `upper` properties. If `false`, the range shows one knob and `value` is\na number.",
|
|
2995
2995
|
"options": []
|
|
2996
2996
|
},
|
|
2997
2997
|
"ion-range/label": {
|
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.19
|
|
5
|
+
"version": "8.8.19",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -6033,7 +6033,7 @@
|
|
|
6033
6033
|
},
|
|
6034
6034
|
{
|
|
6035
6035
|
"name": "dual-knobs",
|
|
6036
|
-
"description": "
|
|
6036
|
+
"description": "If `true`, the range shows two knobs and `value` is an object with `lower`\nand `upper` properties. If `false`, the range shows one knob and `value` is\na number.",
|
|
6037
6037
|
"required": false,
|
|
6038
6038
|
"default": "false",
|
|
6039
6039
|
"value": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ionic/vue",
|
|
3
|
-
"version": "8.8.19
|
|
3
|
+
"version": "8.8.19",
|
|
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.19
|
|
71
|
+
"@ionic/core": "8.8.19",
|
|
72
72
|
"@stencil/vue-output-target": "0.10.7",
|
|
73
73
|
"ionicons": "^8.0.13"
|
|
74
74
|
},
|