@ionic/vue 8.6.2-dev.11749668763.17db572c → 8.6.2-dev.11749759855.198287b7
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/web-types.json +2 -2
- package/package.json +2 -2
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.6.2-dev.
|
|
5
|
+
"version": "8.6.2-dev.11749759855.198287b7",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -6396,7 +6396,7 @@
|
|
|
6396
6396
|
"events": [
|
|
6397
6397
|
{
|
|
6398
6398
|
"name": "ionItemReorder",
|
|
6399
|
-
"description": "",
|
|
6399
|
+
"description": "Event that needs to be listened to in order to complete the reorder action.",
|
|
6400
6400
|
"arguments": [
|
|
6401
6401
|
{
|
|
6402
6402
|
"name": "detail",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ionic/vue",
|
|
3
|
-
"version": "8.6.2-dev.
|
|
3
|
+
"version": "8.6.2-dev.11749759855.198287b7",
|
|
4
4
|
"description": "Vue specific wrapper for @ionic/core",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"eslint": "eslint src",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"vue-router": "^4.0.16"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@ionic/core": "8.6.2-dev.
|
|
70
|
+
"@ionic/core": "8.6.2-dev.11749759855.198287b7",
|
|
71
71
|
"@stencil/vue-output-target": "0.10.7",
|
|
72
72
|
"ionicons": "^7.0.0"
|
|
73
73
|
},
|