@ionic/docs 8.7.17-dev.11770405784.157a3c10 → 8.7.17-dev.11771359170.1fda0949

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 +49 -30
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-02-06T19:24:47",
2
+ "timestamp": "2026-02-17T20:14:45",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.38.0",
@@ -8421,10 +8421,30 @@
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
+ },
8424
8428
  {
8425
8429
  "name": "part",
8426
8430
  "text": "month-year-button - The button that opens the month/year picker when\nusing a grid style layout."
8427
8431
  },
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
+ },
8428
8448
  {
8429
8449
  "name": "part",
8430
8450
  "text": "calendar-day - The individual buttons that display a day inside of the datetime\ncalendar."
@@ -8440,6 +8460,10 @@
8440
8460
  {
8441
8461
  "name": "part",
8442
8462
  "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."
8443
8467
  }
8444
8468
  ],
8445
8469
  "usage": {},
@@ -9785,10 +9809,34 @@
9785
9809
  "name": "calendar-day today",
9786
9810
  "docs": "The calendar day that contains the current day."
9787
9811
  },
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
+ },
9788
9824
  {
9789
9825
  "name": "month-year-button",
9790
9826
  "docs": "The button that opens the month/year picker when\nusing a grid style layout."
9791
9827
  },
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
+ },
9792
9840
  {
9793
9841
  "name": "time-button",
9794
9842
  "docs": "The button that opens the time picker when using a grid style\nlayout with `presentation=\"date-time\"` or `\"time-date\"`."
@@ -30495,35 +30543,6 @@
30495
30543
  "required": false,
30496
30544
  "getter": false,
30497
30545
  "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
30527
30546
  }
30528
30547
  ],
30529
30548
  "methods": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.7.17-dev.11770405784.157a3c10",
3
+ "version": "8.7.17-dev.11771359170.1fda0949",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",