@ionic/vue 8.7.10-dev.11762798751.11b77c85 → 8.7.10-dev.11763413450.1212cecf
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/vetur/attributes.json +10 -4
- package/dist/web-types.json +5 -5
- package/package.json +2 -2
|
@@ -1534,9 +1534,12 @@
|
|
|
1534
1534
|
]
|
|
1535
1535
|
},
|
|
1536
1536
|
"ion-input/autocorrect": {
|
|
1537
|
-
"type": "
|
|
1537
|
+
"type": "\"off\" | \"on\"",
|
|
1538
1538
|
"description": "Whether auto correction should be enabled when the user is entering/editing the text value.",
|
|
1539
|
-
"options": [
|
|
1539
|
+
"options": [
|
|
1540
|
+
"off",
|
|
1541
|
+
"on"
|
|
1542
|
+
]
|
|
1540
1543
|
},
|
|
1541
1544
|
"ion-input/autofocus": {
|
|
1542
1545
|
"type": "boolean",
|
|
@@ -3313,9 +3316,12 @@
|
|
|
3313
3316
|
]
|
|
3314
3317
|
},
|
|
3315
3318
|
"ion-searchbar/autocorrect": {
|
|
3316
|
-
"type": "
|
|
3319
|
+
"type": "\"off\" | \"on\"",
|
|
3317
3320
|
"description": "Set the input's autocorrect property.",
|
|
3318
|
-
"options": [
|
|
3321
|
+
"options": [
|
|
3322
|
+
"off",
|
|
3323
|
+
"on"
|
|
3324
|
+
]
|
|
3319
3325
|
},
|
|
3320
3326
|
"ion-searchbar/cancel-button-icon": {
|
|
3321
3327
|
"type": "string",
|
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.7.10-dev.
|
|
5
|
+
"version": "8.7.10-dev.11763413450.1212cecf",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -3067,10 +3067,10 @@
|
|
|
3067
3067
|
"name": "autocorrect",
|
|
3068
3068
|
"description": "Whether auto correction should be enabled when the user is entering/editing the text value.",
|
|
3069
3069
|
"required": false,
|
|
3070
|
-
"default": "
|
|
3070
|
+
"default": "'off'",
|
|
3071
3071
|
"value": {
|
|
3072
3072
|
"kind": "expression",
|
|
3073
|
-
"type": "
|
|
3073
|
+
"type": "\"off\" | \"on\""
|
|
3074
3074
|
}
|
|
3075
3075
|
},
|
|
3076
3076
|
{
|
|
@@ -6584,10 +6584,10 @@
|
|
|
6584
6584
|
"name": "autocorrect",
|
|
6585
6585
|
"description": "Set the input's autocorrect property.",
|
|
6586
6586
|
"required": false,
|
|
6587
|
-
"default": "
|
|
6587
|
+
"default": "'off'",
|
|
6588
6588
|
"value": {
|
|
6589
6589
|
"kind": "expression",
|
|
6590
|
-
"type": "
|
|
6590
|
+
"type": "\"off\" | \"on\""
|
|
6591
6591
|
}
|
|
6592
6592
|
},
|
|
6593
6593
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ionic/vue",
|
|
3
|
-
"version": "8.7.10-dev.
|
|
3
|
+
"version": "8.7.10-dev.11763413450.1212cecf",
|
|
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.7.10-dev.
|
|
71
|
+
"@ionic/core": "8.7.10-dev.11763413450.1212cecf",
|
|
72
72
|
"@stencil/vue-output-target": "0.10.7",
|
|
73
73
|
"ionicons": "^8.0.13"
|
|
74
74
|
},
|