@ionic/vue 8.6.6-dev.11753284047.10e4473f → 8.6.6-dev.11753719591.13a5c65f
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 +0 -5
- package/dist/vetur/tags.json +0 -1
- package/dist/web-types.json +1 -11
- package/package.json +2 -2
|
@@ -1952,11 +1952,6 @@
|
|
|
1952
1952
|
"top"
|
|
1953
1953
|
]
|
|
1954
1954
|
},
|
|
1955
|
-
"ion-infinite-scroll/preserve-rerender-scroll-position": {
|
|
1956
|
-
"type": "boolean",
|
|
1957
|
-
"description": "If `true`, the infinite scroll will preserve the scroll position\nwhen the content is re-rendered. This is useful when the content is\nre-rendered with new keys, and the scroll position should be preserved.",
|
|
1958
|
-
"options": []
|
|
1959
|
-
},
|
|
1960
1955
|
"ion-infinite-scroll/theme": {
|
|
1961
1956
|
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1962
1957
|
"description": "The theme determines the visual appearance of the component.",
|
package/dist/vetur/tags.json
CHANGED
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.6-dev.
|
|
5
|
+
"version": "8.6.6-dev.11753719591.13a5c65f",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -3510,16 +3510,6 @@
|
|
|
3510
3510
|
"type": "\"bottom\" | \"top\""
|
|
3511
3511
|
}
|
|
3512
3512
|
},
|
|
3513
|
-
{
|
|
3514
|
-
"name": "preserve-rerender-scroll-position",
|
|
3515
|
-
"description": "If `true`, the infinite scroll will preserve the scroll position\nwhen the content is re-rendered. This is useful when the content is\nre-rendered with new keys, and the scroll position should be preserved.",
|
|
3516
|
-
"required": false,
|
|
3517
|
-
"default": "false",
|
|
3518
|
-
"value": {
|
|
3519
|
-
"kind": "expression",
|
|
3520
|
-
"type": "boolean"
|
|
3521
|
-
}
|
|
3522
|
-
},
|
|
3523
3513
|
{
|
|
3524
3514
|
"name": "theme",
|
|
3525
3515
|
"description": "The theme determines the visual appearance of the component.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ionic/vue",
|
|
3
|
-
"version": "8.6.6-dev.
|
|
3
|
+
"version": "8.6.6-dev.11753719591.13a5c65f",
|
|
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.6-dev.
|
|
70
|
+
"@ionic/core": "8.6.6-dev.11753719591.13a5c65f",
|
|
71
71
|
"@stencil/vue-output-target": "0.10.7",
|
|
72
72
|
"ionicons": "^7.0.0"
|
|
73
73
|
},
|