@ionic/vue 8.8.12-dev.11782342444.186b6e9c → 8.8.12-dev.11782931922.18ba507c
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.
|
@@ -3667,7 +3667,7 @@
|
|
|
3667
3667
|
},
|
|
3668
3668
|
"ion-select-option/disabled": {
|
|
3669
3669
|
"type": "boolean",
|
|
3670
|
-
"description": "If `true`, the user cannot interact with the select option.
|
|
3670
|
+
"description": "If `true`, the user cannot interact with the select option.",
|
|
3671
3671
|
"options": []
|
|
3672
3672
|
},
|
|
3673
3673
|
"ion-select-option/justify": {
|
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.12-dev.
|
|
5
|
+
"version": "8.8.12-dev.11782931922.18ba507c",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -7240,7 +7240,7 @@
|
|
|
7240
7240
|
},
|
|
7241
7241
|
{
|
|
7242
7242
|
"name": "disabled",
|
|
7243
|
-
"description": "If `true`, the user cannot interact with the select option.
|
|
7243
|
+
"description": "If `true`, the user cannot interact with the select option.",
|
|
7244
7244
|
"required": false,
|
|
7245
7245
|
"default": "false",
|
|
7246
7246
|
"value": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ionic/vue",
|
|
3
|
-
"version": "8.8.12-dev.
|
|
3
|
+
"version": "8.8.12-dev.11782931922.18ba507c",
|
|
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": "^5.0.6"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@ionic/core": "8.8.12-dev.
|
|
71
|
+
"@ionic/core": "8.8.12-dev.11782931922.18ba507c",
|
|
72
72
|
"@stencil/vue-output-target": "0.13.1",
|
|
73
73
|
"ionicons": "^8.0.13"
|
|
74
74
|
},
|