@ionic/docs 8.7.17-dev.11771359170.1fda0949 → 8.7.17-dev.11771865171.14f4c2cf
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.
- package/core.json +142 -54
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-02-
|
|
2
|
+
"timestamp": "2026-02-23T16:48:01",
|
|
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\"`."
|
|
@@ -25596,6 +25548,10 @@
|
|
|
25596
25548
|
"name": "slot",
|
|
25597
25549
|
"text": "end - Content is placed to the right of the range slider in LTR, and to the left in RTL."
|
|
25598
25550
|
},
|
|
25551
|
+
{
|
|
25552
|
+
"name": "part",
|
|
25553
|
+
"text": "label - The label text describing the range."
|
|
25554
|
+
},
|
|
25599
25555
|
{
|
|
25600
25556
|
"name": "part",
|
|
25601
25557
|
"text": "tick - An inactive tick mark."
|
|
@@ -25604,25 +25560,89 @@
|
|
|
25604
25560
|
"name": "part",
|
|
25605
25561
|
"text": "tick-active - An active tick mark."
|
|
25606
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
|
+
},
|
|
25607
25591
|
{
|
|
25608
25592
|
"name": "part",
|
|
25609
25593
|
"text": "pin - The counter that appears above a knob."
|
|
25610
25594
|
},
|
|
25611
25595
|
{
|
|
25612
25596
|
"name": "part",
|
|
25613
|
-
"text": "
|
|
25597
|
+
"text": "pin-a - The counter that appears above the first knob. Only available when `dualKnobs` is `true`."
|
|
25614
25598
|
},
|
|
25615
25599
|
{
|
|
25616
25600
|
"name": "part",
|
|
25617
|
-
"text": "
|
|
25601
|
+
"text": "pin-b - The counter that appears above the second knob. Only available when `dualKnobs` is `true`."
|
|
25618
25602
|
},
|
|
25619
25603
|
{
|
|
25620
25604
|
"name": "part",
|
|
25621
|
-
"text": "
|
|
25605
|
+
"text": "pin-lower - The counter that appears above the lower knob. Only available when `dualKnobs` is `true`."
|
|
25622
25606
|
},
|
|
25623
25607
|
{
|
|
25624
25608
|
"name": "part",
|
|
25625
|
-
"text": "
|
|
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`."
|
|
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 when `dualKnobs` is `true`."
|
|
25642
|
+
},
|
|
25643
|
+
{
|
|
25644
|
+
"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`."
|
|
25626
25646
|
}
|
|
25627
25647
|
],
|
|
25628
25648
|
"usage": {},
|
|
@@ -26434,6 +26454,10 @@
|
|
|
26434
26454
|
}
|
|
26435
26455
|
],
|
|
26436
26456
|
"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
|
+
},
|
|
26437
26461
|
{
|
|
26438
26462
|
"name": "bar",
|
|
26439
26463
|
"docs": "The inactive part of the bar."
|
|
@@ -26442,9 +26466,53 @@
|
|
|
26442
26466
|
"name": "bar-active",
|
|
26443
26467
|
"docs": "The active part of the bar."
|
|
26444
26468
|
},
|
|
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
|
+
},
|
|
26445
26477
|
{
|
|
26446
26478
|
"name": "knob",
|
|
26447
|
-
"docs": "The
|
|
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`."
|
|
26448
26516
|
},
|
|
26449
26517
|
{
|
|
26450
26518
|
"name": "label",
|
|
@@ -26454,6 +26522,26 @@
|
|
|
26454
26522
|
"name": "pin",
|
|
26455
26523
|
"docs": "The counter that appears above a knob."
|
|
26456
26524
|
},
|
|
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
|
+
},
|
|
26457
26545
|
{
|
|
26458
26546
|
"name": "tick",
|
|
26459
26547
|
"docs": "An inactive tick mark."
|
package/package.json
CHANGED