@ionic/docs 8.7.17-dev.11771865171.14f4c2cf → 8.7.17-dev.11771870864.19b2cde1

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 +120 -144
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-02-23T16:48:01",
2
+ "timestamp": "2026-02-23T18:23:07",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.38.0",
@@ -20113,6 +20113,60 @@
20113
20113
  "docs": "Emitted after the modal breakpoint has changed.",
20114
20114
  "docsTags": []
20115
20115
  },
20116
+ {
20117
+ "event": "ionDragEnd",
20118
+ "detail": "ModalDragEventDetail",
20119
+ "bubbles": true,
20120
+ "complexType": {
20121
+ "original": "ModalDragEventDetail",
20122
+ "resolved": "ModalDragEventDetail",
20123
+ "references": {
20124
+ "ModalDragEventDetail": {
20125
+ "location": "import",
20126
+ "path": "./modal-interface",
20127
+ "id": "src/components/modal/modal-interface.ts::ModalDragEventDetail"
20128
+ }
20129
+ }
20130
+ },
20131
+ "cancelable": true,
20132
+ "composed": true,
20133
+ "docs": "Event that is emitted when the sheet modal or card modal gesture ends.",
20134
+ "docsTags": []
20135
+ },
20136
+ {
20137
+ "event": "ionDragMove",
20138
+ "detail": "ModalDragEventDetail",
20139
+ "bubbles": true,
20140
+ "complexType": {
20141
+ "original": "ModalDragEventDetail",
20142
+ "resolved": "ModalDragEventDetail",
20143
+ "references": {
20144
+ "ModalDragEventDetail": {
20145
+ "location": "import",
20146
+ "path": "./modal-interface",
20147
+ "id": "src/components/modal/modal-interface.ts::ModalDragEventDetail"
20148
+ }
20149
+ }
20150
+ },
20151
+ "cancelable": true,
20152
+ "composed": true,
20153
+ "docs": "Event that is emitted when the sheet modal or card modal gesture moves.",
20154
+ "docsTags": []
20155
+ },
20156
+ {
20157
+ "event": "ionDragStart",
20158
+ "detail": "void",
20159
+ "bubbles": true,
20160
+ "complexType": {
20161
+ "original": "void",
20162
+ "resolved": "void",
20163
+ "references": {}
20164
+ },
20165
+ "cancelable": true,
20166
+ "composed": true,
20167
+ "docs": "Event that is emitted when the sheet modal or card modal gesture starts.",
20168
+ "docsTags": []
20169
+ },
20116
20170
  {
20117
20171
  "event": "ionModalDidDismiss",
20118
20172
  "detail": "OverlayEventDetail<any>",
@@ -25548,10 +25602,6 @@
25548
25602
  "name": "slot",
25549
25603
  "text": "end - Content is placed to the right of the range slider in LTR, and to the left in RTL."
25550
25604
  },
25551
- {
25552
- "name": "part",
25553
- "text": "label - The label text describing the range."
25554
- },
25555
25605
  {
25556
25606
  "name": "part",
25557
25607
  "text": "tick - An inactive tick mark."
@@ -25560,89 +25610,25 @@
25560
25610
  "name": "part",
25561
25611
  "text": "tick-active - An active tick mark."
25562
25612
  },
25563
- {
25564
- "name": "part",
25565
- "text": "bar - The inactive part of the bar."
25566
- },
25567
- {
25568
- "name": "part",
25569
- "text": "bar-active - The active part of the bar."
25570
- },
25571
- {
25572
- "name": "part",
25573
- "text": "knob-handle - The container element that wraps the knob and handles drag interactions."
25574
- },
25575
- {
25576
- "name": "part",
25577
- "text": "knob-handle-a - The container element for the first knob. Only available when `dualKnobs` is `true`."
25578
- },
25579
- {
25580
- "name": "part",
25581
- "text": "knob-handle-b - The container element for the second knob. Only available when `dualKnobs` is `true`."
25582
- },
25583
- {
25584
- "name": "part",
25585
- "text": "knob-handle-lower - The container element for the lower knob. Only available when `dualKnobs` is `true`."
25586
- },
25587
- {
25588
- "name": "part",
25589
- "text": "knob-handle-upper - The container element for the upper knob. Only available when `dualKnobs` is `true`."
25590
- },
25591
25613
  {
25592
25614
  "name": "part",
25593
25615
  "text": "pin - The counter that appears above a knob."
25594
25616
  },
25595
25617
  {
25596
25618
  "name": "part",
25597
- "text": "pin-a - The counter that appears above the first knob. Only available when `dualKnobs` is `true`."
25619
+ "text": "knob - The handle that is used to drag the range."
25598
25620
  },
25599
25621
  {
25600
25622
  "name": "part",
25601
- "text": "pin-b - The counter that appears above the second knob. Only available when `dualKnobs` is `true`."
25602
- },
25603
- {
25604
- "name": "part",
25605
- "text": "pin-lower - The counter that appears above the lower knob. Only available when `dualKnobs` is `true`."
25606
- },
25607
- {
25608
- "name": "part",
25609
- "text": "pin-upper - The counter that appears above the upper knob. Only available when `dualKnobs` is `true`."
25610
- },
25611
- {
25612
- "name": "part",
25613
- "text": "knob - The visual knob element that appears on the range track."
25614
- },
25615
- {
25616
- "name": "part",
25617
- "text": "knob-a - The visual knob element for the first knob. Only available when `dualKnobs` is `true`."
25618
- },
25619
- {
25620
- "name": "part",
25621
- "text": "knob-b - The visual knob element for the second knob. Only available when `dualKnobs` is `true`."
25622
- },
25623
- {
25624
- "name": "part",
25625
- "text": "knob-lower - The visual knob element for the lower knob. Only available when `dualKnobs` is `true`."
25626
- },
25627
- {
25628
- "name": "part",
25629
- "text": "knob-upper - The visual knob element for the upper knob. Only available when `dualKnobs` is `true`."
25630
- },
25631
- {
25632
- "name": "part",
25633
- "text": "activated - Added to the knob-handle, knob, and pin when the knob is activated (has the `ion-activated` class). Only one set has this part at a time when `dualKnobs` is `true`."
25634
- },
25635
- {
25636
- "name": "part",
25637
- "text": "focused - Added to the knob-handle, knob, and pin that currently has focus. Only one set has this part at a time when `dualKnobs` is `true`."
25623
+ "text": "bar - The inactive part of the bar."
25638
25624
  },
25639
25625
  {
25640
25626
  "name": "part",
25641
- "text": "hover - Added to the knob-handle, knob, and pin when the knob has hover. Only one set has this part at a time when `dualKnobs` is `true`."
25627
+ "text": "bar-active - The active part of the bar."
25642
25628
  },
25643
25629
  {
25644
25630
  "name": "part",
25645
- "text": "pressed - Added to the knob-handle, knob, and pin that is currently being pressed to drag. Only one set has this part at a time when `dualKnobs` is `true`."
25631
+ "text": "label - The label text describing the range."
25646
25632
  }
25647
25633
  ],
25648
25634
  "usage": {},
@@ -26454,10 +26440,6 @@
26454
26440
  }
26455
26441
  ],
26456
26442
  "parts": [
26457
- {
26458
- "name": "activated",
26459
- "docs": "Added to the knob-handle, knob, and pin when the knob is activated (has the `ion-activated` class). Only one set has this part at a time when `dualKnobs` is `true`."
26460
- },
26461
26443
  {
26462
26444
  "name": "bar",
26463
26445
  "docs": "The inactive part of the bar."
@@ -26466,53 +26448,9 @@
26466
26448
  "name": "bar-active",
26467
26449
  "docs": "The active part of the bar."
26468
26450
  },
26469
- {
26470
- "name": "focused",
26471
- "docs": "Added to the knob-handle, knob, and pin that currently has focus. Only one set has this part at a time when `dualKnobs` is `true`."
26472
- },
26473
- {
26474
- "name": "hover",
26475
- "docs": "Added to the knob-handle, knob, and pin when the knob has hover. Only one set has this part at a time when `dualKnobs` is `true`."
26476
- },
26477
26451
  {
26478
26452
  "name": "knob",
26479
- "docs": "The visual knob element that appears on the range track."
26480
- },
26481
- {
26482
- "name": "knob-a",
26483
- "docs": "The visual knob element for the first knob. Only available when `dualKnobs` is `true`."
26484
- },
26485
- {
26486
- "name": "knob-b",
26487
- "docs": "The visual knob element for the second knob. Only available when `dualKnobs` is `true`."
26488
- },
26489
- {
26490
- "name": "knob-handle",
26491
- "docs": "The container element that wraps the knob and handles drag interactions."
26492
- },
26493
- {
26494
- "name": "knob-handle-a",
26495
- "docs": "The container element for the first knob. Only available when `dualKnobs` is `true`."
26496
- },
26497
- {
26498
- "name": "knob-handle-b",
26499
- "docs": "The container element for the second knob. Only available when `dualKnobs` is `true`."
26500
- },
26501
- {
26502
- "name": "knob-handle-lower",
26503
- "docs": "The container element for the lower knob. Only available when `dualKnobs` is `true`."
26504
- },
26505
- {
26506
- "name": "knob-handle-upper",
26507
- "docs": "The container element for the upper knob. Only available when `dualKnobs` is `true`."
26508
- },
26509
- {
26510
- "name": "knob-lower",
26511
- "docs": "The visual knob element for the lower knob. Only available when `dualKnobs` is `true`."
26512
- },
26513
- {
26514
- "name": "knob-upper",
26515
- "docs": "The visual knob element for the upper knob. Only available when `dualKnobs` is `true`."
26453
+ "docs": "The handle that is used to drag the range."
26516
26454
  },
26517
26455
  {
26518
26456
  "name": "label",
@@ -26522,26 +26460,6 @@
26522
26460
  "name": "pin",
26523
26461
  "docs": "The counter that appears above a knob."
26524
26462
  },
26525
- {
26526
- "name": "pin-a",
26527
- "docs": "The counter that appears above the first knob. Only available when `dualKnobs` is `true`."
26528
- },
26529
- {
26530
- "name": "pin-b",
26531
- "docs": "The counter that appears above the second knob. Only available when `dualKnobs` is `true`."
26532
- },
26533
- {
26534
- "name": "pin-lower",
26535
- "docs": "The counter that appears above the lower knob. Only available when `dualKnobs` is `true`."
26536
- },
26537
- {
26538
- "name": "pin-upper",
26539
- "docs": "The counter that appears above the upper knob. Only available when `dualKnobs` is `true`."
26540
- },
26541
- {
26542
- "name": "pressed",
26543
- "docs": "Added to the knob-handle, knob, and pin that is currently being pressed to drag. Only one set has this part at a time when `dualKnobs` is `true`."
26544
- },
26545
26463
  {
26546
26464
  "name": "tick",
26547
26465
  "docs": "An inactive tick mark."
@@ -30631,6 +30549,35 @@
30631
30549
  "required": false,
30632
30550
  "getter": false,
30633
30551
  "setter": false
30552
+ },
30553
+ {
30554
+ "name": "swipeGesture",
30555
+ "type": "boolean",
30556
+ "complexType": {
30557
+ "original": "boolean",
30558
+ "resolved": "boolean",
30559
+ "references": {}
30560
+ },
30561
+ "mutable": false,
30562
+ "attr": "swipe-gesture",
30563
+ "reflectToAttr": false,
30564
+ "docs": "If `true`, users will be able to swipe the segment view to navigate between segment contents.",
30565
+ "docsTags": [
30566
+ {
30567
+ "name": "default",
30568
+ "text": "true"
30569
+ }
30570
+ ],
30571
+ "default": "true",
30572
+ "values": [
30573
+ {
30574
+ "type": "boolean"
30575
+ }
30576
+ ],
30577
+ "optional": false,
30578
+ "required": false,
30579
+ "getter": false,
30580
+ "setter": false
30634
30581
  }
30635
30582
  ],
30636
30583
  "methods": [],
@@ -30733,6 +30680,18 @@
30733
30680
  {
30734
30681
  "name": "part",
30735
30682
  "text": "error-text - Supporting text displayed beneath the select when the select is invalid and touched."
30683
+ },
30684
+ {
30685
+ "name": "part",
30686
+ "text": "bottom - The container element for helper text, error text, and counter."
30687
+ },
30688
+ {
30689
+ "name": "part",
30690
+ "text": "wrapper - The clickable label element that wraps the entire form field (label text, slots, selected values or placeholder, and toggle icons)."
30691
+ },
30692
+ {
30693
+ "name": "part",
30694
+ "text": "inner - The inner element of the wrapper that manages the slots, selected values or placeholder, and toggle icons."
30736
30695
  }
30737
30696
  ],
30738
30697
  "usage": {},
@@ -31811,6 +31770,10 @@
31811
31770
  }
31812
31771
  ],
31813
31772
  "parts": [
31773
+ {
31774
+ "name": "bottom",
31775
+ "docs": "The container element for helper text, error text, and counter."
31776
+ },
31814
31777
  {
31815
31778
  "name": "container",
31816
31779
  "docs": "The container for the selected text or placeholder."
@@ -31827,6 +31790,10 @@
31827
31790
  "name": "icon",
31828
31791
  "docs": "The select icon container."
31829
31792
  },
31793
+ {
31794
+ "name": "inner",
31795
+ "docs": "The inner element of the wrapper that manages the slots, selected values or placeholder, and toggle icons."
31796
+ },
31830
31797
  {
31831
31798
  "name": "label",
31832
31799
  "docs": "The label text describing the select."
@@ -31842,6 +31809,10 @@
31842
31809
  {
31843
31810
  "name": "text",
31844
31811
  "docs": "The displayed value of the select."
31812
+ },
31813
+ {
31814
+ "name": "wrapper",
31815
+ "docs": "The clickable label element that wraps the entire form field (label text, slots, selected values or placeholder, and toggle icons)."
31845
31816
  }
31846
31817
  ],
31847
31818
  "dependents": [],
@@ -33986,7 +33957,7 @@
33986
33957
  },
33987
33958
  "mutable": false,
33988
33959
  "attr": "disabled",
33989
- "reflectToAttr": false,
33960
+ "reflectToAttr": true,
33990
33961
  "docs": "If `true`, the user cannot interact with the textarea.",
33991
33962
  "docsTags": [
33992
33963
  {
@@ -34404,7 +34375,7 @@
34404
34375
  },
34405
34376
  "mutable": false,
34406
34377
  "attr": "readonly",
34407
- "reflectToAttr": false,
34378
+ "reflectToAttr": true,
34408
34379
  "docs": "If `true`, the user cannot modify the value.",
34409
34380
  "docsTags": [
34410
34381
  {
@@ -37619,6 +37590,11 @@
37619
37590
  "docstring": "",
37620
37591
  "path": "src/components/modal/modal-interface.ts"
37621
37592
  },
37593
+ "src/components/modal/modal-interface.ts::ModalDragEventDetail": {
37594
+ "declaration": "export interface ModalDragEventDetail {\n currentY: number;\n deltaY: number;\n velocityY: number;\n progress: number;\n currentBreakpoint?: number;\n}",
37595
+ "docstring": "",
37596
+ "path": "src/components/modal/modal-interface.ts"
37597
+ },
37622
37598
  "src/components/nav/nav-interface.ts::NavComponent": {
37623
37599
  "declaration": "export type NavComponent = ComponentRef | ViewController;",
37624
37600
  "docstring": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.7.17-dev.11771865171.14f4c2cf",
3
+ "version": "8.7.17-dev.11771870864.19b2cde1",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",