@ionic/docs 8.7.17-dev.11770319814.172b4f50 → 8.7.17-dev.11770405784.157a3c10

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 +33 -49
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-02-05T19:32:00",
2
+ "timestamp": "2026-02-06T19:24:47",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.38.0",
@@ -26522,7 +26522,7 @@
26522
26522
  "mutable": false,
26523
26523
  "attr": "pull-factor",
26524
26524
  "reflectToAttr": false,
26525
- "docs": "How much to multiply the pull speed by. To slow the pull animation down,\npass a number less than `1`. To speed up the pull, pass a number greater\nthan `1`. The default value is `1` which is equal to the speed of the cursor.\nIf a negative value is passed in, the factor will be `1` instead.\n\nFor example, If the value passed is `1.2` and the content is dragged by\n`10` pixels, instead of `10` pixels, the content will be pulled by `12` pixels\n(an increase of 20 percent). If the value passed is `0.8`, the dragged amount\nwill be `8` pixels, less than the amount the cursor has moved.\n\nDoes not apply when the refresher content uses a spinner,\nenabling the native refresher.",
26525
+ "docs": "How much to multiply the pull speed by. To slow the pull animation down,\npass a number less than `1`. To speed up the pull, pass a number greater\nthan `1`. The default value is `1` which is equal to the speed of the cursor.\nIf a negative value is passed in, the factor will be `1` instead.\n\nFor example: If the value passed is `1.2` and the content is dragged by\n`10` pixels, instead of `10` pixels the content will be pulled by `12` pixels\n(an increase of 20 percent). If the value passed is `0.8`, the dragged amount\nwill be `8` pixels, less than the amount the cursor has moved.\n\nDoes not apply when the refresher content uses a spinner,\nenabling the native refresher.",
26526
26526
  "docsTags": [
26527
26527
  {
26528
26528
  "name": "default",
@@ -26711,40 +26711,6 @@
26711
26711
  "docs": "Emitted while the user is pulling down the content and exposing the refresher.",
26712
26712
  "docsTags": []
26713
26713
  },
26714
- {
26715
- "event": "ionPullEnd",
26716
- "detail": "RefresherPullEndEventDetail",
26717
- "bubbles": true,
26718
- "complexType": {
26719
- "original": "RefresherPullEndEventDetail",
26720
- "resolved": "RefresherPullEndEventDetail",
26721
- "references": {
26722
- "RefresherPullEndEventDetail": {
26723
- "location": "import",
26724
- "path": "./refresher-interface",
26725
- "id": "src/components/refresher/refresher-interface.ts::RefresherPullEndEventDetail"
26726
- }
26727
- }
26728
- },
26729
- "cancelable": true,
26730
- "composed": true,
26731
- "docs": "Emitted when the refresher has returned to the inactive state\nafter a pull gesture. This fires whether the refresh completed\nsuccessfully or was canceled.",
26732
- "docsTags": []
26733
- },
26734
- {
26735
- "event": "ionPullStart",
26736
- "detail": "void",
26737
- "bubbles": true,
26738
- "complexType": {
26739
- "original": "void",
26740
- "resolved": "void",
26741
- "references": {}
26742
- },
26743
- "cancelable": true,
26744
- "composed": true,
26745
- "docs": "Emitted when the user begins to start pulling down.",
26746
- "docsTags": []
26747
- },
26748
26714
  {
26749
26715
  "event": "ionRefresh",
26750
26716
  "detail": "RefresherEventDetail",
@@ -26776,14 +26742,8 @@
26776
26742
  },
26777
26743
  "cancelable": true,
26778
26744
  "composed": true,
26779
- "docs": "Emitted when the user begins to start pulling down.\nTODO(FW-7044): Remove this in a major release",
26780
- "docsTags": [
26781
- {
26782
- "name": "deprecated",
26783
- "text": "Use `ionPullStart` instead."
26784
- }
26785
- ],
26786
- "deprecation": "Use `ionPullStart` instead."
26745
+ "docs": "Emitted when the user begins to start pulling down.",
26746
+ "docsTags": []
26787
26747
  }
26788
26748
  ],
26789
26749
  "listeners": [],
@@ -30535,6 +30495,35 @@
30535
30495
  "required": false,
30536
30496
  "getter": false,
30537
30497
  "setter": false
30498
+ },
30499
+ {
30500
+ "name": "swipeGesture",
30501
+ "type": "boolean",
30502
+ "complexType": {
30503
+ "original": "boolean",
30504
+ "resolved": "boolean",
30505
+ "references": {}
30506
+ },
30507
+ "mutable": false,
30508
+ "attr": "swipe-gesture",
30509
+ "reflectToAttr": false,
30510
+ "docs": "If `true`, users will be able to swipe the segment view to navigate between segment contents.",
30511
+ "docsTags": [
30512
+ {
30513
+ "name": "default",
30514
+ "text": "true"
30515
+ }
30516
+ ],
30517
+ "default": "true",
30518
+ "values": [
30519
+ {
30520
+ "type": "boolean"
30521
+ }
30522
+ ],
30523
+ "optional": false,
30524
+ "required": false,
30525
+ "getter": false,
30526
+ "setter": false
30538
30527
  }
30539
30528
  ],
30540
30529
  "methods": [],
@@ -37628,11 +37617,6 @@
37628
37617
  "docstring": "",
37629
37618
  "path": "src/components/refresher/refresher-interface.ts"
37630
37619
  },
37631
- "src/components/refresher/refresher-interface.ts::RefresherPullEndEventDetail": {
37632
- "declaration": "export interface RefresherPullEndEventDetail {\n reason: 'complete' | 'cancel';\n}",
37633
- "docstring": "",
37634
- "path": "src/components/refresher/refresher-interface.ts"
37635
- },
37636
37620
  "src/components/reorder-group/reorder-group-interface.ts::ItemReorderEventDetail": {
37637
37621
  "declaration": "export interface ItemReorderEventDetail {\n from: number;\n to: number;\n complete: (data?: boolean | any[]) => any;\n}",
37638
37622
  "docstring": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.7.17-dev.11770319814.172b4f50",
3
+ "version": "8.7.17-dev.11770405784.157a3c10",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",