@ionic/docs 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.
- package/core.json +30 -1
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-07-
|
|
2
|
+
"timestamp": "2025-07-28T17:24:39",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.33.1",
|
|
@@ -14463,6 +14463,35 @@
|
|
|
14463
14463
|
"getter": false,
|
|
14464
14464
|
"setter": false
|
|
14465
14465
|
},
|
|
14466
|
+
{
|
|
14467
|
+
"name": "preserveRerenderScrollPosition",
|
|
14468
|
+
"type": "boolean",
|
|
14469
|
+
"complexType": {
|
|
14470
|
+
"original": "boolean",
|
|
14471
|
+
"resolved": "boolean",
|
|
14472
|
+
"references": {}
|
|
14473
|
+
},
|
|
14474
|
+
"mutable": false,
|
|
14475
|
+
"attr": "preserve-rerender-scroll-position",
|
|
14476
|
+
"reflectToAttr": false,
|
|
14477
|
+
"docs": "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.",
|
|
14478
|
+
"docsTags": [
|
|
14479
|
+
{
|
|
14480
|
+
"name": "default",
|
|
14481
|
+
"text": "false"
|
|
14482
|
+
}
|
|
14483
|
+
],
|
|
14484
|
+
"default": "false",
|
|
14485
|
+
"values": [
|
|
14486
|
+
{
|
|
14487
|
+
"type": "boolean"
|
|
14488
|
+
}
|
|
14489
|
+
],
|
|
14490
|
+
"optional": false,
|
|
14491
|
+
"required": false,
|
|
14492
|
+
"getter": false,
|
|
14493
|
+
"setter": false
|
|
14494
|
+
},
|
|
14466
14495
|
{
|
|
14467
14496
|
"name": "theme",
|
|
14468
14497
|
"type": "\"ios\" | \"md\" | \"ionic\"",
|