@ionic/vue 8.8.14-dev.11784243422.11f0110c → 8.8.14-dev.11785447127.1dbdd22e

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.
@@ -3074,7 +3074,7 @@
3074
3074
  },
3075
3075
  "ion-route/component": {
3076
3076
  "type": "string",
3077
- "description": "Name of the component to load/select in the navigation outlet (`ion-tabs`, `ion-nav`)\nwhen the route matches.\n\nThe value of this property is not always the tagname of the component to load,\nin `ion-tabs` it actually refers to the name of the `ion-tab` to select.",
3077
+ "description": "Name of the component to load/select in the navigation outlet (`ion-tabs`, `ion-router-outlet`)\nwhen the route matches.\n\nThe value of this property is not always the tagname of the component to load,\nin `ion-tabs` it actually refers to the name of the `ion-tab` to select.",
3078
3078
  "options": []
3079
3079
  },
3080
3080
  "ion-route/component-props": {
@@ -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.14-dev.11784243422.11f0110c",
5
+ "version": "8.8.14-dev.11785447127.1dbdd22e",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -2122,7 +2122,6 @@
2122
2122
  "name": "color",
2123
2123
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
2124
2124
  "required": false,
2125
- "default": "'primary'",
2126
2125
  "value": {
2127
2126
  "kind": "expression",
2128
2127
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
@@ -2475,7 +2474,6 @@
2475
2474
  "name": "color",
2476
2475
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
2477
2476
  "required": false,
2478
- "default": "'primary'",
2479
2477
  "value": {
2480
2478
  "kind": "expression",
2481
2479
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
@@ -5063,7 +5061,6 @@
5063
5061
  "name": "color",
5064
5062
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
5065
5063
  "required": false,
5066
- "default": "'primary'",
5067
5064
  "value": {
5068
5065
  "kind": "expression",
5069
5066
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
@@ -5134,7 +5131,6 @@
5134
5131
  "name": "color",
5135
5132
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
5136
5133
  "required": false,
5137
- "default": "'primary'",
5138
5134
  "value": {
5139
5135
  "kind": "expression",
5140
5136
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
@@ -6310,7 +6306,7 @@
6310
6306
  },
6311
6307
  {
6312
6308
  "name": "component",
6313
- "description": "Name of the component to load/select in the navigation outlet (`ion-tabs`, `ion-nav`)\nwhen the route matches.\n\nThe value of this property is not always the tagname of the component to load,\nin `ion-tabs` it actually refers to the name of the `ion-tab` to select.",
6309
+ "description": "Name of the component to load/select in the navigation outlet (`ion-tabs`, `ion-router-outlet`)\nwhen the route matches.\n\nThe value of this property is not always the tagname of the component to load,\nin `ion-tabs` it actually refers to the name of the `ion-tab` to select.",
6314
6310
  "required": true,
6315
6311
  "value": {
6316
6312
  "kind": "expression",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/vue",
3
- "version": "8.8.14-dev.11784243422.11f0110c",
3
+ "version": "8.8.14-dev.11785447127.1dbdd22e",
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.14-dev.11784243422.11f0110c",
71
+ "@ionic/core": "8.8.14-dev.11785447127.1dbdd22e",
72
72
  "@stencil/vue-output-target": "0.13.1",
73
73
  "ionicons": "^8.0.13"
74
74
  },