@ionic/docs 8.6.2-dev.11749759855.198287b7 → 8.6.2-dev.11749830167.1460aa73

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.
Files changed (2) hide show
  1. package/core.json +3 -73
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-06-12T20:25:57",
2
+ "timestamp": "2025-06-13T15:57:46",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.33.1",
@@ -27019,7 +27019,7 @@
27019
27019
  "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."
27020
27020
  }
27021
27021
  ],
27022
- "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.",
27022
+ "docs": "Completes the reorder operation. Must be called by the `ionItemReorder` 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.",
27023
27023
  "docsTags": [
27024
27024
  {
27025
27025
  "name": "param",
@@ -27046,67 +27046,7 @@
27046
27046
  },
27047
27047
  "cancelable": true,
27048
27048
  "composed": true,
27049
- "docs": "Event that needs to be listened to in order to complete the reorder action.",
27050
- "docsTags": [
27051
- {
27052
- "name": "deprecated",
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
- }
27055
- ],
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
- },
27058
- {
27059
- "event": "ionReorderEnd",
27060
- "detail": "ReorderEndEventDetail",
27061
- "bubbles": true,
27062
- "complexType": {
27063
- "original": "ReorderEndEventDetail",
27064
- "resolved": "ReorderEndEventDetail",
27065
- "references": {
27066
- "ReorderEndEventDetail": {
27067
- "location": "import",
27068
- "path": "./reorder-group-interface",
27069
- "id": "src/components/reorder-group/reorder-group-interface.ts::ReorderEndEventDetail"
27070
- }
27071
- }
27072
- },
27073
- "cancelable": true,
27074
- "composed": true,
27075
- "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.",
27076
- "docsTags": []
27077
- },
27078
- {
27079
- "event": "ionReorderMove",
27080
- "detail": "ReorderMoveEventDetail",
27081
- "bubbles": true,
27082
- "complexType": {
27083
- "original": "ReorderMoveEventDetail",
27084
- "resolved": "ReorderMoveEventDetail",
27085
- "references": {
27086
- "ReorderMoveEventDetail": {
27087
- "location": "import",
27088
- "path": "./reorder-group-interface",
27089
- "id": "src/components/reorder-group/reorder-group-interface.ts::ReorderMoveEventDetail"
27090
- }
27091
- }
27092
- },
27093
- "cancelable": true,
27094
- "composed": true,
27095
- "docs": "Event that is emitted as the reorder gesture moves.",
27096
- "docsTags": []
27097
- },
27098
- {
27099
- "event": "ionReorderStart",
27100
- "detail": "void",
27101
- "bubbles": true,
27102
- "complexType": {
27103
- "original": "void",
27104
- "resolved": "void",
27105
- "references": {}
27106
- },
27107
- "cancelable": true,
27108
- "composed": true,
27109
- "docs": "Event that is emitted when the reorder gesture starts.",
27049
+ "docs": "Event that needs to be listened to in order to complete the reorder action.\nOnce the event has been emitted, the `complete()` method then needs\nto be called in order to finalize the reorder action.",
27110
27050
  "docsTags": []
27111
27051
  }
27112
27052
  ],
@@ -37526,16 +37466,6 @@
37526
37466
  "docstring": "",
37527
37467
  "path": "src/components/reorder-group/reorder-group-interface.ts"
37528
37468
  },
37529
- "src/components/reorder-group/reorder-group-interface.ts::ReorderMoveEventDetail": {
37530
- "declaration": "export interface ReorderMoveEventDetail {\n from: number;\n to: number;\n}",
37531
- "docstring": "",
37532
- "path": "src/components/reorder-group/reorder-group-interface.ts"
37533
- },
37534
- "src/components/reorder-group/reorder-group-interface.ts::ReorderEndEventDetail": {
37535
- "declaration": "export interface ReorderEndEventDetail {\n from: number;\n to: number;\n complete: (data?: boolean | any[]) => any;\n}",
37536
- "docstring": "",
37537
- "path": "src/components/reorder-group/reorder-group-interface.ts"
37538
- },
37539
37469
  "src/components/route/route-interface.ts::NavigationHookCallback": {
37540
37470
  "declaration": "() => NavigationHookResult | Promise<NavigationHookResult>",
37541
37471
  "docstring": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.6.2-dev.11749759855.198287b7",
3
+ "version": "8.6.2-dev.11749830167.1460aa73",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",