@ionic/docs 8.6.3-dev.11751378808.12cc4a5c → 8.6.3-dev.11752014187.1ee1ed43
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 +73 -3
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-07-
|
|
2
|
+
"timestamp": "2025-07-08T22:38:14",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.33.1",
|
|
@@ -27081,7 +27081,7 @@
|
|
|
27081
27081
|
"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."
|
|
27082
27082
|
}
|
|
27083
27083
|
],
|
|
27084
|
-
"docs": "Completes the reorder operation. Must be called by the `
|
|
27084
|
+
"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.",
|
|
27085
27085
|
"docsTags": [
|
|
27086
27086
|
{
|
|
27087
27087
|
"name": "param",
|
|
@@ -27108,7 +27108,67 @@
|
|
|
27108
27108
|
},
|
|
27109
27109
|
"cancelable": true,
|
|
27110
27110
|
"composed": true,
|
|
27111
|
-
"docs": "Event that needs to be listened to in order to complete the reorder action
|
|
27111
|
+
"docs": "Event that needs to be listened to in order to complete the reorder action.",
|
|
27112
|
+
"docsTags": [
|
|
27113
|
+
{
|
|
27114
|
+
"name": "deprecated",
|
|
27115
|
+
"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."
|
|
27116
|
+
}
|
|
27117
|
+
],
|
|
27118
|
+
"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."
|
|
27119
|
+
},
|
|
27120
|
+
{
|
|
27121
|
+
"event": "ionReorderEnd",
|
|
27122
|
+
"detail": "ReorderEndEventDetail",
|
|
27123
|
+
"bubbles": true,
|
|
27124
|
+
"complexType": {
|
|
27125
|
+
"original": "ReorderEndEventDetail",
|
|
27126
|
+
"resolved": "ReorderEndEventDetail",
|
|
27127
|
+
"references": {
|
|
27128
|
+
"ReorderEndEventDetail": {
|
|
27129
|
+
"location": "import",
|
|
27130
|
+
"path": "./reorder-group-interface",
|
|
27131
|
+
"id": "src/components/reorder-group/reorder-group-interface.ts::ReorderEndEventDetail"
|
|
27132
|
+
}
|
|
27133
|
+
}
|
|
27134
|
+
},
|
|
27135
|
+
"cancelable": true,
|
|
27136
|
+
"composed": true,
|
|
27137
|
+
"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.",
|
|
27138
|
+
"docsTags": []
|
|
27139
|
+
},
|
|
27140
|
+
{
|
|
27141
|
+
"event": "ionReorderMove",
|
|
27142
|
+
"detail": "ReorderMoveEventDetail",
|
|
27143
|
+
"bubbles": true,
|
|
27144
|
+
"complexType": {
|
|
27145
|
+
"original": "ReorderMoveEventDetail",
|
|
27146
|
+
"resolved": "ReorderMoveEventDetail",
|
|
27147
|
+
"references": {
|
|
27148
|
+
"ReorderMoveEventDetail": {
|
|
27149
|
+
"location": "import",
|
|
27150
|
+
"path": "./reorder-group-interface",
|
|
27151
|
+
"id": "src/components/reorder-group/reorder-group-interface.ts::ReorderMoveEventDetail"
|
|
27152
|
+
}
|
|
27153
|
+
}
|
|
27154
|
+
},
|
|
27155
|
+
"cancelable": true,
|
|
27156
|
+
"composed": true,
|
|
27157
|
+
"docs": "Event that is emitted as the reorder gesture moves.",
|
|
27158
|
+
"docsTags": []
|
|
27159
|
+
},
|
|
27160
|
+
{
|
|
27161
|
+
"event": "ionReorderStart",
|
|
27162
|
+
"detail": "void",
|
|
27163
|
+
"bubbles": true,
|
|
27164
|
+
"complexType": {
|
|
27165
|
+
"original": "void",
|
|
27166
|
+
"resolved": "void",
|
|
27167
|
+
"references": {}
|
|
27168
|
+
},
|
|
27169
|
+
"cancelable": true,
|
|
27170
|
+
"composed": true,
|
|
27171
|
+
"docs": "Event that is emitted when the reorder gesture starts.",
|
|
27112
27172
|
"docsTags": []
|
|
27113
27173
|
}
|
|
27114
27174
|
],
|
|
@@ -37532,6 +37592,16 @@
|
|
|
37532
37592
|
"docstring": "",
|
|
37533
37593
|
"path": "src/components/reorder-group/reorder-group-interface.ts"
|
|
37534
37594
|
},
|
|
37595
|
+
"src/components/reorder-group/reorder-group-interface.ts::ReorderMoveEventDetail": {
|
|
37596
|
+
"declaration": "export interface ReorderMoveEventDetail {\n from: number;\n to: number;\n}",
|
|
37597
|
+
"docstring": "",
|
|
37598
|
+
"path": "src/components/reorder-group/reorder-group-interface.ts"
|
|
37599
|
+
},
|
|
37600
|
+
"src/components/reorder-group/reorder-group-interface.ts::ReorderEndEventDetail": {
|
|
37601
|
+
"declaration": "export interface ReorderEndEventDetail {\n from: number;\n to: number;\n complete: (data?: boolean | any[]) => any;\n}",
|
|
37602
|
+
"docstring": "",
|
|
37603
|
+
"path": "src/components/reorder-group/reorder-group-interface.ts"
|
|
37604
|
+
},
|
|
37535
37605
|
"src/components/route/route-interface.ts::NavigationHookCallback": {
|
|
37536
37606
|
"declaration": "() => NavigationHookResult | Promise<NavigationHookResult>",
|
|
37537
37607
|
"docstring": "",
|