@ionic/vue 8.7.10-dev.11762795745.187eb9d6 → 8.7.10-dev.11762798751.11b77c85

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.
@@ -1534,12 +1534,9 @@
1534
1534
  ]
1535
1535
  },
1536
1536
  "ion-input/autocorrect": {
1537
- "type": "\"off\" | \"on\"",
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",
@@ -3316,12 +3313,9 @@
3316
3313
  ]
3317
3314
  },
3318
3315
  "ion-searchbar/autocorrect": {
3319
- "type": "\"off\" | \"on\"",
3316
+ "type": "boolean",
3320
3317
  "description": "Set the input's autocorrect property.",
3321
- "options": [
3322
- "off",
3323
- "on"
3324
- ]
3318
+ "options": []
3325
3319
  },
3326
3320
  "ion-searchbar/cancel-button-icon": {
3327
3321
  "type": "string",
@@ -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.11762795745.187eb9d6",
5
+ "version": "8.7.10-dev.11762798751.11b77c85",
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": "'off'",
3070
+ "default": "false",
3071
3071
  "value": {
3072
3072
  "kind": "expression",
3073
- "type": "\"off\" | \"on\""
3073
+ "type": "boolean"
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": "'off'",
6587
+ "default": "false",
6588
6588
  "value": {
6589
6589
  "kind": "expression",
6590
- "type": "\"off\" | \"on\""
6590
+ "type": "boolean"
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.11762795745.187eb9d6",
3
+ "version": "8.7.10-dev.11762798751.11b77c85",
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.11762795745.187eb9d6",
71
+ "@ionic/core": "8.7.10-dev.11762798751.11b77c85",
72
72
  "@stencil/vue-output-target": "0.10.7",
73
73
  "ionicons": "^8.0.13"
74
74
  },