@ionic/docs 8.7.17-dev.11770147425.1bfcd5e5 → 8.7.17-dev.11770405784.157a3c10

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 +64 -134
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-02-03T19:39:04",
2
+ "timestamp": "2026-02-06T19:24:47",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.38.0",
@@ -25548,10 +25548,6 @@
25548
25548
  "name": "slot",
25549
25549
  "text": "end - Content is placed to the right of the range slider in LTR, and to the left in RTL."
25550
25550
  },
25551
- {
25552
- "name": "part",
25553
- "text": "label - The label text describing the range."
25554
- },
25555
25551
  {
25556
25552
  "name": "part",
25557
25553
  "text": "tick - An inactive tick mark."
@@ -25560,85 +25556,25 @@
25560
25556
  "name": "part",
25561
25557
  "text": "tick-active - An active tick mark."
25562
25558
  },
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
25559
  {
25592
25560
  "name": "part",
25593
25561
  "text": "pin - The counter that appears above a knob."
25594
25562
  },
25595
25563
  {
25596
25564
  "name": "part",
25597
- "text": "pin-a - The counter that appears above the first knob. Only available when `dualKnobs` is `true`."
25598
- },
25599
- {
25600
- "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`."
25565
+ "text": "knob - The handle that is used to drag the range."
25610
25566
  },
25611
25567
  {
25612
25568
  "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`."
25569
+ "text": "bar - The inactive part of the bar."
25634
25570
  },
25635
25571
  {
25636
25572
  "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`."
25573
+ "text": "bar-active - The active part of the bar."
25638
25574
  },
25639
25575
  {
25640
25576
  "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."
25577
+ "text": "label - The label text describing the range."
25642
25578
  }
25643
25579
  ],
25644
25580
  "usage": {},
@@ -26458,53 +26394,9 @@
26458
26394
  "name": "bar-active",
26459
26395
  "docs": "The active part of the bar."
26460
26396
  },
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
- },
26469
26397
  {
26470
26398
  "name": "knob",
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`."
26399
+ "docs": "The handle that is used to drag the range."
26508
26400
  },
26509
26401
  {
26510
26402
  "name": "label",
@@ -26514,26 +26406,6 @@
26514
26406
  "name": "pin",
26515
26407
  "docs": "The counter that appears above a knob."
26516
26408
  },
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
- },
26537
26409
  {
26538
26410
  "name": "tick",
26539
26411
  "docs": "An inactive tick mark."
@@ -30623,6 +30495,35 @@
30623
30495
  "required": false,
30624
30496
  "getter": false,
30625
30497
  "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
30626
30527
  }
30627
30528
  ],
30628
30529
  "methods": [],
@@ -31910,6 +31811,35 @@
31910
31811
  "docsTags": [],
31911
31812
  "usage": {},
31912
31813
  "props": [
31814
+ {
31815
+ "name": "cancelText",
31816
+ "type": "string",
31817
+ "complexType": {
31818
+ "original": "string",
31819
+ "resolved": "string",
31820
+ "references": {}
31821
+ },
31822
+ "mutable": false,
31823
+ "attr": "cancel-text",
31824
+ "reflectToAttr": false,
31825
+ "docs": "The text to display on the cancel button.",
31826
+ "docsTags": [
31827
+ {
31828
+ "name": "default",
31829
+ "text": "'Close'"
31830
+ }
31831
+ ],
31832
+ "default": "'Close'",
31833
+ "values": [
31834
+ {
31835
+ "type": "string"
31836
+ }
31837
+ ],
31838
+ "optional": false,
31839
+ "required": false,
31840
+ "getter": false,
31841
+ "setter": false
31842
+ },
31913
31843
  {
31914
31844
  "name": "header",
31915
31845
  "type": "string | undefined",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.7.17-dev.11770147425.1bfcd5e5",
3
+ "version": "8.7.17-dev.11770405784.157a3c10",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",