@ionic/docs 8.7.17-dev.11769628168.11eca7cd → 8.7.17-dev.11770147425.1bfcd5e5

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 +142 -6
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-01-28T19:24:49",
2
+ "timestamp": "2026-02-03T19:39:04",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.38.0",
@@ -8401,6 +8401,10 @@
8401
8401
  "name": "slot",
8402
8402
  "text": "time-label - The label for the time selector in the datetime."
8403
8403
  },
8404
+ {
8405
+ "name": "part",
8406
+ "text": "wheel - The wheel container when using a wheel style layout, or in the month/year picker when using a grid style layout."
8407
+ },
8404
8408
  {
8405
8409
  "name": "part",
8406
8410
  "text": "wheel-item - The individual items when using a wheel style layout, or in the\nmonth/year picker when using a grid style layout."
@@ -9793,6 +9797,10 @@
9793
9797
  "name": "time-button active",
9794
9798
  "docs": "The time picker button when the picker is open."
9795
9799
  },
9800
+ {
9801
+ "name": "wheel",
9802
+ "docs": "The wheel container when using a wheel style layout, or in the month/year picker when using a grid style layout."
9803
+ },
9796
9804
  {
9797
9805
  "name": "wheel-item",
9798
9806
  "docs": "The individual items when using a wheel style layout, or in the\nmonth/year picker when using a grid style layout."
@@ -25540,6 +25548,10 @@
25540
25548
  "name": "slot",
25541
25549
  "text": "end - Content is placed to the right of the range slider in LTR, and to the left in RTL."
25542
25550
  },
25551
+ {
25552
+ "name": "part",
25553
+ "text": "label - The label text describing the range."
25554
+ },
25543
25555
  {
25544
25556
  "name": "part",
25545
25557
  "text": "tick - An inactive tick mark."
@@ -25548,25 +25560,85 @@
25548
25560
  "name": "part",
25549
25561
  "text": "tick-active - An active tick mark."
25550
25562
  },
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
+ },
25551
25591
  {
25552
25592
  "name": "part",
25553
25593
  "text": "pin - The counter that appears above a knob."
25554
25594
  },
25555
25595
  {
25556
25596
  "name": "part",
25557
- "text": "knob - The handle that is used to drag the range."
25597
+ "text": "pin-a - The counter that appears above the first knob. Only available when `dualKnobs` is `true`."
25558
25598
  },
25559
25599
  {
25560
25600
  "name": "part",
25561
- "text": "bar - The inactive part of the bar."
25601
+ "text": "pin-b - The counter that appears above the second knob. Only available when `dualKnobs` is `true`."
25562
25602
  },
25563
25603
  {
25564
25604
  "name": "part",
25565
- "text": "bar-active - The active part of the bar."
25605
+ "text": "pin-lower - The counter that appears above the lower knob. Only available when `dualKnobs` is `true`."
25566
25606
  },
25567
25607
  {
25568
25608
  "name": "part",
25569
- "text": "label - The label text describing the range."
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": "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`."
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`."
25638
+ },
25639
+ {
25640
+ "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."
25570
25642
  }
25571
25643
  ],
25572
25644
  "usage": {},
@@ -26386,9 +26458,53 @@
26386
26458
  "name": "bar-active",
26387
26459
  "docs": "The active part of the bar."
26388
26460
  },
26461
+ {
26462
+ "name": "focused",
26463
+ "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`."
26464
+ },
26465
+ {
26466
+ "name": "hover",
26467
+ "docs": "Added to the knob-handle, knob, and pin when the knob has hover. Only one set has this part at a time."
26468
+ },
26389
26469
  {
26390
26470
  "name": "knob",
26391
- "docs": "The handle that is used to drag the range."
26471
+ "docs": "The visual knob element that appears on the range track."
26472
+ },
26473
+ {
26474
+ "name": "knob-a",
26475
+ "docs": "The visual knob element for the first knob. Only available when `dualKnobs` is `true`."
26476
+ },
26477
+ {
26478
+ "name": "knob-b",
26479
+ "docs": "The visual knob element for the second knob. Only available when `dualKnobs` is `true`."
26480
+ },
26481
+ {
26482
+ "name": "knob-handle",
26483
+ "docs": "The container element that wraps the knob and handles drag interactions."
26484
+ },
26485
+ {
26486
+ "name": "knob-handle-a",
26487
+ "docs": "The container element for the first knob. Only available when `dualKnobs` is `true`."
26488
+ },
26489
+ {
26490
+ "name": "knob-handle-b",
26491
+ "docs": "The container element for the second knob. Only available when `dualKnobs` is `true`."
26492
+ },
26493
+ {
26494
+ "name": "knob-handle-lower",
26495
+ "docs": "The container element for the lower knob. Only available when `dualKnobs` is `true`."
26496
+ },
26497
+ {
26498
+ "name": "knob-handle-upper",
26499
+ "docs": "The container element for the upper knob. Only available when `dualKnobs` is `true`."
26500
+ },
26501
+ {
26502
+ "name": "knob-lower",
26503
+ "docs": "The visual knob element for the lower knob. Only available when `dualKnobs` is `true`."
26504
+ },
26505
+ {
26506
+ "name": "knob-upper",
26507
+ "docs": "The visual knob element for the upper knob. Only available when `dualKnobs` is `true`."
26392
26508
  },
26393
26509
  {
26394
26510
  "name": "label",
@@ -26398,6 +26514,26 @@
26398
26514
  "name": "pin",
26399
26515
  "docs": "The counter that appears above a knob."
26400
26516
  },
26517
+ {
26518
+ "name": "pin-a",
26519
+ "docs": "The counter that appears above the first knob. Only available when `dualKnobs` is `true`."
26520
+ },
26521
+ {
26522
+ "name": "pin-b",
26523
+ "docs": "The counter that appears above the second knob. Only available when `dualKnobs` is `true`."
26524
+ },
26525
+ {
26526
+ "name": "pin-lower",
26527
+ "docs": "The counter that appears above the lower knob. Only available when `dualKnobs` is `true`."
26528
+ },
26529
+ {
26530
+ "name": "pin-upper",
26531
+ "docs": "The counter that appears above the upper knob. Only available when `dualKnobs` is `true`."
26532
+ },
26533
+ {
26534
+ "name": "pressed",
26535
+ "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`."
26536
+ },
26401
26537
  {
26402
26538
  "name": "tick",
26403
26539
  "docs": "An inactive tick mark."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.7.17-dev.11769628168.11eca7cd",
3
+ "version": "8.7.17-dev.11770147425.1bfcd5e5",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",