@ionic/vue 8.6.6-dev.11753719591.13a5c65f → 8.6.6-dev.11753723348.11c41280

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.
@@ -1952,6 +1952,11 @@
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
+ },
1955
1960
  "ion-infinite-scroll/theme": {
1956
1961
  "type": "\"ios\" | \"md\" | \"ionic\"",
1957
1962
  "description": "The theme determines the visual appearance of the component.",
@@ -446,6 +446,7 @@
446
446
  "disabled",
447
447
  "mode",
448
448
  "position",
449
+ "preserve-rerender-scroll-position",
449
450
  "theme",
450
451
  "threshold"
451
452
  ]
@@ -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.11753719591.13a5c65f",
5
+ "version": "8.6.6-dev.11753723348.11c41280",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -3510,6 +3510,16 @@
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
+ },
3513
3523
  {
3514
3524
  "name": "theme",
3515
3525
  "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.11753719591.13a5c65f",
3
+ "version": "8.6.6-dev.11753723348.11c41280",
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.11753719591.13a5c65f",
70
+ "@ionic/core": "8.6.6-dev.11753723348.11c41280",
71
71
  "@stencil/vue-output-target": "0.10.7",
72
72
  "ionicons": "^7.0.0"
73
73
  },