@ionic/docs 8.6.7 → 8.7.1-dev.11753971948.1b297d94
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 +74 -4
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-07-
|
|
2
|
+
"timestamp": "2025-07-31T14:27:31",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
|
-
"version": "4.
|
|
5
|
+
"version": "4.36.2",
|
|
6
6
|
"typescriptVersion": "5.5.4"
|
|
7
7
|
},
|
|
8
8
|
"components": [
|
|
@@ -27088,7 +27088,7 @@
|
|
|
27088
27088
|
"docs": "A list of items to be sorted and returned in the new order or a\nboolean of whether or not the reorder should reposition the item."
|
|
27089
27089
|
}
|
|
27090
27090
|
],
|
|
27091
|
-
"docs": "Completes the reorder operation. Must be called by the `
|
|
27091
|
+
"docs": "Completes the reorder operation. Must be called by the `ionReorderEnd` event.\n\nIf a list of items is passed, the list will be reordered and returned in the\nproper order.\n\nIf no parameters are passed or if `true` is passed in, the reorder will complete\nand the item will remain in the position it was dragged to. If `false` is passed,\nthe reorder will complete and the item will bounce back to its original position.",
|
|
27092
27092
|
"docsTags": [
|
|
27093
27093
|
{
|
|
27094
27094
|
"name": "param",
|
|
@@ -27115,7 +27115,67 @@
|
|
|
27115
27115
|
},
|
|
27116
27116
|
"cancelable": true,
|
|
27117
27117
|
"composed": true,
|
|
27118
|
-
"docs": "Event that needs to be listened to in order to complete the reorder action
|
|
27118
|
+
"docs": "Event that needs to be listened to in order to complete the reorder action.",
|
|
27119
|
+
"docsTags": [
|
|
27120
|
+
{
|
|
27121
|
+
"name": "deprecated",
|
|
27122
|
+
"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."
|
|
27123
|
+
}
|
|
27124
|
+
],
|
|
27125
|
+
"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."
|
|
27126
|
+
},
|
|
27127
|
+
{
|
|
27128
|
+
"event": "ionReorderEnd",
|
|
27129
|
+
"detail": "ReorderEndEventDetail",
|
|
27130
|
+
"bubbles": true,
|
|
27131
|
+
"complexType": {
|
|
27132
|
+
"original": "ReorderEndEventDetail",
|
|
27133
|
+
"resolved": "ReorderEndEventDetail",
|
|
27134
|
+
"references": {
|
|
27135
|
+
"ReorderEndEventDetail": {
|
|
27136
|
+
"location": "import",
|
|
27137
|
+
"path": "./reorder-group-interface",
|
|
27138
|
+
"id": "src/components/reorder-group/reorder-group-interface.ts::ReorderEndEventDetail"
|
|
27139
|
+
}
|
|
27140
|
+
}
|
|
27141
|
+
},
|
|
27142
|
+
"cancelable": true,
|
|
27143
|
+
"composed": true,
|
|
27144
|
+
"docs": "Event that is emitted when the reorder gesture ends.\nThe from and to properties are always available, regardless of\nif the reorder gesture moved the item. If the item did not change\nfrom its start position, the from and to properties will be the same.\nOnce the event has been emitted, the `complete()` method then needs\nto be called in order to finalize the reorder action.",
|
|
27145
|
+
"docsTags": []
|
|
27146
|
+
},
|
|
27147
|
+
{
|
|
27148
|
+
"event": "ionReorderMove",
|
|
27149
|
+
"detail": "ReorderMoveEventDetail",
|
|
27150
|
+
"bubbles": true,
|
|
27151
|
+
"complexType": {
|
|
27152
|
+
"original": "ReorderMoveEventDetail",
|
|
27153
|
+
"resolved": "ReorderMoveEventDetail",
|
|
27154
|
+
"references": {
|
|
27155
|
+
"ReorderMoveEventDetail": {
|
|
27156
|
+
"location": "import",
|
|
27157
|
+
"path": "./reorder-group-interface",
|
|
27158
|
+
"id": "src/components/reorder-group/reorder-group-interface.ts::ReorderMoveEventDetail"
|
|
27159
|
+
}
|
|
27160
|
+
}
|
|
27161
|
+
},
|
|
27162
|
+
"cancelable": true,
|
|
27163
|
+
"composed": true,
|
|
27164
|
+
"docs": "Event that is emitted as the reorder gesture moves.",
|
|
27165
|
+
"docsTags": []
|
|
27166
|
+
},
|
|
27167
|
+
{
|
|
27168
|
+
"event": "ionReorderStart",
|
|
27169
|
+
"detail": "void",
|
|
27170
|
+
"bubbles": true,
|
|
27171
|
+
"complexType": {
|
|
27172
|
+
"original": "void",
|
|
27173
|
+
"resolved": "void",
|
|
27174
|
+
"references": {}
|
|
27175
|
+
},
|
|
27176
|
+
"cancelable": true,
|
|
27177
|
+
"composed": true,
|
|
27178
|
+
"docs": "Event that is emitted when the reorder gesture starts.",
|
|
27119
27179
|
"docsTags": []
|
|
27120
27180
|
}
|
|
27121
27181
|
],
|
|
@@ -37539,6 +37599,16 @@
|
|
|
37539
37599
|
"docstring": "",
|
|
37540
37600
|
"path": "src/components/reorder-group/reorder-group-interface.ts"
|
|
37541
37601
|
},
|
|
37602
|
+
"src/components/reorder-group/reorder-group-interface.ts::ReorderMoveEventDetail": {
|
|
37603
|
+
"declaration": "export interface ReorderMoveEventDetail {\n from: number;\n to: number;\n}",
|
|
37604
|
+
"docstring": "",
|
|
37605
|
+
"path": "src/components/reorder-group/reorder-group-interface.ts"
|
|
37606
|
+
},
|
|
37607
|
+
"src/components/reorder-group/reorder-group-interface.ts::ReorderEndEventDetail": {
|
|
37608
|
+
"declaration": "export interface ReorderEndEventDetail {\n from: number;\n to: number;\n complete: (data?: boolean | any[]) => any;\n}",
|
|
37609
|
+
"docstring": "",
|
|
37610
|
+
"path": "src/components/reorder-group/reorder-group-interface.ts"
|
|
37611
|
+
},
|
|
37542
37612
|
"src/components/route/route-interface.ts::NavigationHookCallback": {
|
|
37543
37613
|
"declaration": "() => NavigationHookResult | Promise<NavigationHookResult>",
|
|
37544
37614
|
"docstring": "",
|