@ionic/docs 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/core.json +4 -4
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-06-
|
|
2
|
+
"timestamp": "2025-06-12T20:25:57",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.33.1",
|
|
@@ -27046,14 +27046,14 @@
|
|
|
27046
27046
|
},
|
|
27047
27047
|
"cancelable": true,
|
|
27048
27048
|
"composed": true,
|
|
27049
|
-
"docs": "",
|
|
27049
|
+
"docs": "Event that needs to be listened to in order to complete the reorder action.",
|
|
27050
27050
|
"docsTags": [
|
|
27051
27051
|
{
|
|
27052
27052
|
"name": "deprecated",
|
|
27053
|
-
"text": "Use `ionReorderEnd` instead.
|
|
27053
|
+
"text": "Use `ionReorderEnd` instead. If you are accessing\n`event.detail.from` or `event.detail.to` and relying on them\nbeing different you should now add checks as they are always emitted\nin `ionReorderEnd`, even when they are the same."
|
|
27054
27054
|
}
|
|
27055
27055
|
],
|
|
27056
|
-
"deprecation": "Use `ionReorderEnd` instead.
|
|
27056
|
+
"deprecation": "Use `ionReorderEnd` instead. If you are accessing\n`event.detail.from` or `event.detail.to` and relying on them\nbeing different you should now add checks as they are always emitted\nin `ionReorderEnd`, even when they are the same."
|
|
27057
27057
|
},
|
|
27058
27058
|
{
|
|
27059
27059
|
"event": "ionReorderEnd",
|