@ionic/vue 8.8.9-dev.11780086312.13aac420 → 8.8.9-dev.11780414486.1df2bd72
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 +4 -10
- package/dist/web-types.json +6 -6
- package/package.json +2 -2
|
@@ -1534,12 +1534,9 @@
|
|
|
1534
1534
|
]
|
|
1535
1535
|
},
|
|
1536
1536
|
"ion-input/autocorrect": {
|
|
1537
|
-
"type": "
|
|
1537
|
+
"type": "boolean",
|
|
1538
1538
|
"description": "Whether auto correction should be enabled when the user is entering/editing the text value.",
|
|
1539
|
-
"options": [
|
|
1540
|
-
"off",
|
|
1541
|
-
"on"
|
|
1542
|
-
]
|
|
1539
|
+
"options": []
|
|
1543
1540
|
},
|
|
1544
1541
|
"ion-input/autofocus": {
|
|
1545
1542
|
"type": "boolean",
|
|
@@ -3248,12 +3245,9 @@
|
|
|
3248
3245
|
]
|
|
3249
3246
|
},
|
|
3250
3247
|
"ion-searchbar/autocorrect": {
|
|
3251
|
-
"type": "
|
|
3248
|
+
"type": "boolean",
|
|
3252
3249
|
"description": "Set the input's autocorrect property.",
|
|
3253
|
-
"options": [
|
|
3254
|
-
"off",
|
|
3255
|
-
"on"
|
|
3256
|
-
]
|
|
3250
|
+
"options": []
|
|
3257
3251
|
},
|
|
3258
3252
|
"ion-searchbar/cancel-button-icon": {
|
|
3259
3253
|
"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.8.9-dev.
|
|
5
|
+
"version": "8.8.9-dev.11780414486.1df2bd72",
|
|
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": "false",
|
|
3071
3071
|
"value": {
|
|
3072
3072
|
"kind": "expression",
|
|
3073
|
-
"type": "
|
|
3073
|
+
"type": "boolean"
|
|
3074
3074
|
}
|
|
3075
3075
|
},
|
|
3076
3076
|
{
|
|
@@ -6406,10 +6406,10 @@
|
|
|
6406
6406
|
"name": "autocorrect",
|
|
6407
6407
|
"description": "Set the input's autocorrect property.",
|
|
6408
6408
|
"required": false,
|
|
6409
|
-
"default": "
|
|
6409
|
+
"default": "false",
|
|
6410
6410
|
"value": {
|
|
6411
6411
|
"kind": "expression",
|
|
6412
|
-
"type": "
|
|
6412
|
+
"type": "boolean"
|
|
6413
6413
|
}
|
|
6414
6414
|
},
|
|
6415
6415
|
{
|
|
@@ -7357,7 +7357,7 @@
|
|
|
7357
7357
|
"name": "when",
|
|
7358
7358
|
"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.",
|
|
7359
7359
|
"required": false,
|
|
7360
|
-
"default": "
|
|
7360
|
+
"default": "'(min-width: 992px)'",
|
|
7361
7361
|
"value": {
|
|
7362
7362
|
"kind": "expression",
|
|
7363
7363
|
"type": "boolean | string"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ionic/vue",
|
|
3
|
-
"version": "8.8.9-dev.
|
|
3
|
+
"version": "8.8.9-dev.11780414486.1df2bd72",
|
|
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.9-dev.
|
|
71
|
+
"@ionic/core": "8.8.9-dev.11780414486.1df2bd72",
|
|
72
72
|
"@stencil/vue-output-target": "0.13.1",
|
|
73
73
|
"ionicons": "^8.0.13"
|
|
74
74
|
},
|