@ionic/docs 8.7.17-dev.11771359170.1fda0949 → 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 +115 -51
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-02-17T20:14:45",
2
+ "timestamp": "2026-02-23T18:23:07",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.38.0",
@@ -8421,30 +8421,10 @@
8421
8421
  "name": "part",
8422
8422
  "text": "time-button active - The time picker button when the picker is open."
8423
8423
  },
8424
- {
8425
- "name": "part",
8426
- "text": "calendar-header - The calendar header manages the date navigation controls (month/year picker and prev/next buttons) and the days of the week when using a grid style layout."
8427
- },
8428
8424
  {
8429
8425
  "name": "part",
8430
8426
  "text": "month-year-button - The button that opens the month/year picker when\nusing a grid style layout."
8431
8427
  },
8432
- {
8433
- "name": "part",
8434
- "text": "prev-next-buttons - The buttons used to navigate to the next or previous month when using a grid style layout."
8435
- },
8436
- {
8437
- "name": "part",
8438
- "text": "prev-button - The button used to navigate to the previous month when using a grid style layout."
8439
- },
8440
- {
8441
- "name": "part",
8442
- "text": "next-button - The button used to navigate to the next month when using a grid style layout."
8443
- },
8444
- {
8445
- "name": "part",
8446
- "text": "days-of-week - The container for the day-of-the-week header (both weekdays and weekends) when using a grid style layout."
8447
- },
8448
8428
  {
8449
8429
  "name": "part",
8450
8430
  "text": "calendar-day - The individual buttons that display a day inside of the datetime\ncalendar."
@@ -8460,10 +8440,6 @@
8460
8440
  {
8461
8441
  "name": "part",
8462
8442
  "text": "calendar-day disabled - The calendar day that is disabled."
8463
- },
8464
- {
8465
- "name": "part",
8466
- "text": "datetime-header - The datetime header contains the content for the `title` slot and the selected date."
8467
8443
  }
8468
8444
  ],
8469
8445
  "usage": {},
@@ -9809,34 +9785,10 @@
9809
9785
  "name": "calendar-day today",
9810
9786
  "docs": "The calendar day that contains the current day."
9811
9787
  },
9812
- {
9813
- "name": "calendar-header",
9814
- "docs": "The calendar header manages the date navigation controls (month/year picker and prev/next buttons) and the days of the week when using a grid style layout."
9815
- },
9816
- {
9817
- "name": "datetime-header",
9818
- "docs": "The datetime header contains the content for the `title` slot and the selected date."
9819
- },
9820
- {
9821
- "name": "days-of-week",
9822
- "docs": "The container for the day-of-the-week header (both weekdays and weekends) when using a grid style layout."
9823
- },
9824
9788
  {
9825
9789
  "name": "month-year-button",
9826
9790
  "docs": "The button that opens the month/year picker when\nusing a grid style layout."
9827
9791
  },
9828
- {
9829
- "name": "next-button",
9830
- "docs": "The button used to navigate to the next month when using a grid style layout."
9831
- },
9832
- {
9833
- "name": "prev-button",
9834
- "docs": "The button used to navigate to the previous month when using a grid style layout."
9835
- },
9836
- {
9837
- "name": "prev-next-buttons",
9838
- "docs": "The buttons used to navigate to the next or previous month when using a grid style layout."
9839
- },
9840
9792
  {
9841
9793
  "name": "time-button",
9842
9794
  "docs": "The button that opens the time picker when using a grid style\nlayout with `presentation=\"date-time\"` or `\"time-date\"`."
@@ -20161,6 +20113,60 @@
20161
20113
  "docs": "Emitted after the modal breakpoint has changed.",
20162
20114
  "docsTags": []
20163
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
+ },
20164
20170
  {
20165
20171
  "event": "ionModalDidDismiss",
20166
20172
  "detail": "OverlayEventDetail<any>",
@@ -30543,6 +30549,35 @@
30543
30549
  "required": false,
30544
30550
  "getter": false,
30545
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
30546
30581
  }
30547
30582
  ],
30548
30583
  "methods": [],
@@ -30645,6 +30680,18 @@
30645
30680
  {
30646
30681
  "name": "part",
30647
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."
30648
30695
  }
30649
30696
  ],
30650
30697
  "usage": {},
@@ -31723,6 +31770,10 @@
31723
31770
  }
31724
31771
  ],
31725
31772
  "parts": [
31773
+ {
31774
+ "name": "bottom",
31775
+ "docs": "The container element for helper text, error text, and counter."
31776
+ },
31726
31777
  {
31727
31778
  "name": "container",
31728
31779
  "docs": "The container for the selected text or placeholder."
@@ -31739,6 +31790,10 @@
31739
31790
  "name": "icon",
31740
31791
  "docs": "The select icon container."
31741
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
+ },
31742
31797
  {
31743
31798
  "name": "label",
31744
31799
  "docs": "The label text describing the select."
@@ -31754,6 +31809,10 @@
31754
31809
  {
31755
31810
  "name": "text",
31756
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)."
31757
31816
  }
31758
31817
  ],
31759
31818
  "dependents": [],
@@ -33898,7 +33957,7 @@
33898
33957
  },
33899
33958
  "mutable": false,
33900
33959
  "attr": "disabled",
33901
- "reflectToAttr": false,
33960
+ "reflectToAttr": true,
33902
33961
  "docs": "If `true`, the user cannot interact with the textarea.",
33903
33962
  "docsTags": [
33904
33963
  {
@@ -34316,7 +34375,7 @@
34316
34375
  },
34317
34376
  "mutable": false,
34318
34377
  "attr": "readonly",
34319
- "reflectToAttr": false,
34378
+ "reflectToAttr": true,
34320
34379
  "docs": "If `true`, the user cannot modify the value.",
34321
34380
  "docsTags": [
34322
34381
  {
@@ -37531,6 +37590,11 @@
37531
37590
  "docstring": "",
37532
37591
  "path": "src/components/modal/modal-interface.ts"
37533
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
+ },
37534
37598
  "src/components/nav/nav-interface.ts::NavComponent": {
37535
37599
  "declaration": "export type NavComponent = ComponentRef | ViewController;",
37536
37600
  "docstring": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.7.17-dev.11771359170.1fda0949",
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",