@ionic/docs 8.4.4-dev.11741377533.15770110 → 8.4.4-dev.11741630999.189d7fc2
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 +187 -2
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-03-
|
|
2
|
+
"timestamp": "2025-03-10T18:25:12",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.20.0",
|
|
@@ -6022,6 +6022,28 @@
|
|
|
6022
6022
|
"optional": false,
|
|
6023
6023
|
"required": false
|
|
6024
6024
|
},
|
|
6025
|
+
{
|
|
6026
|
+
"name": "required",
|
|
6027
|
+
"type": "boolean",
|
|
6028
|
+
"complexType": {
|
|
6029
|
+
"original": "boolean",
|
|
6030
|
+
"resolved": "boolean",
|
|
6031
|
+
"references": {}
|
|
6032
|
+
},
|
|
6033
|
+
"mutable": false,
|
|
6034
|
+
"attr": "required",
|
|
6035
|
+
"reflectToAttr": false,
|
|
6036
|
+
"docs": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid.",
|
|
6037
|
+
"docsTags": [],
|
|
6038
|
+
"default": "false",
|
|
6039
|
+
"values": [
|
|
6040
|
+
{
|
|
6041
|
+
"type": "boolean"
|
|
6042
|
+
}
|
|
6043
|
+
],
|
|
6044
|
+
"optional": false,
|
|
6045
|
+
"required": false
|
|
6046
|
+
},
|
|
6025
6047
|
{
|
|
6026
6048
|
"name": "value",
|
|
6027
6049
|
"type": "any",
|
|
@@ -17028,6 +17050,28 @@
|
|
|
17028
17050
|
"optional": true,
|
|
17029
17051
|
"required": false
|
|
17030
17052
|
},
|
|
17053
|
+
{
|
|
17054
|
+
"name": "expandToScroll",
|
|
17055
|
+
"type": "boolean",
|
|
17056
|
+
"complexType": {
|
|
17057
|
+
"original": "boolean",
|
|
17058
|
+
"resolved": "boolean",
|
|
17059
|
+
"references": {}
|
|
17060
|
+
},
|
|
17061
|
+
"mutable": false,
|
|
17062
|
+
"attr": "expand-to-scroll",
|
|
17063
|
+
"reflectToAttr": false,
|
|
17064
|
+
"docs": "Controls whether scrolling or dragging within the sheet modal expands\nit to a larger breakpoint. This only takes effect when `breakpoints`\nand `initialBreakpoint` are set.\n\nIf `true`, scrolling or dragging anywhere in the modal will first expand\nit to the next breakpoint. Once fully expanded, scrolling will affect the content.\nIf `false`, scrolling will always affect the content, and the modal will only expand\nwhen dragging the header or handle.",
|
|
17065
|
+
"docsTags": [],
|
|
17066
|
+
"default": "true",
|
|
17067
|
+
"values": [
|
|
17068
|
+
{
|
|
17069
|
+
"type": "boolean"
|
|
17070
|
+
}
|
|
17071
|
+
],
|
|
17072
|
+
"optional": false,
|
|
17073
|
+
"required": false
|
|
17074
|
+
},
|
|
17031
17075
|
{
|
|
17032
17076
|
"name": "focusTrap",
|
|
17033
17077
|
"type": "boolean",
|
|
@@ -27702,6 +27746,28 @@
|
|
|
27702
27746
|
"optional": true,
|
|
27703
27747
|
"required": false
|
|
27704
27748
|
},
|
|
27749
|
+
{
|
|
27750
|
+
"name": "required",
|
|
27751
|
+
"type": "boolean",
|
|
27752
|
+
"complexType": {
|
|
27753
|
+
"original": "boolean",
|
|
27754
|
+
"resolved": "boolean",
|
|
27755
|
+
"references": {}
|
|
27756
|
+
},
|
|
27757
|
+
"mutable": false,
|
|
27758
|
+
"attr": "required",
|
|
27759
|
+
"reflectToAttr": false,
|
|
27760
|
+
"docs": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid.",
|
|
27761
|
+
"docsTags": [],
|
|
27762
|
+
"default": "false",
|
|
27763
|
+
"values": [
|
|
27764
|
+
{
|
|
27765
|
+
"type": "boolean"
|
|
27766
|
+
}
|
|
27767
|
+
],
|
|
27768
|
+
"optional": false,
|
|
27769
|
+
"required": false
|
|
27770
|
+
},
|
|
27705
27771
|
{
|
|
27706
27772
|
"name": "selectedText",
|
|
27707
27773
|
"type": "null | string | undefined",
|
|
@@ -32384,6 +32450,18 @@
|
|
|
32384
32450
|
{
|
|
32385
32451
|
"name": "part",
|
|
32386
32452
|
"text": "label - The label text describing the toggle."
|
|
32453
|
+
},
|
|
32454
|
+
{
|
|
32455
|
+
"name": "part",
|
|
32456
|
+
"text": "supporting-text - Supporting text displayed beneath the toggle label."
|
|
32457
|
+
},
|
|
32458
|
+
{
|
|
32459
|
+
"name": "part",
|
|
32460
|
+
"text": "helper-text - Supporting text displayed beneath the toggle label when the toggle is valid."
|
|
32461
|
+
},
|
|
32462
|
+
{
|
|
32463
|
+
"name": "part",
|
|
32464
|
+
"text": "error-text - Supporting text displayed beneath the toggle label when the toggle is invalid and touched."
|
|
32387
32465
|
}
|
|
32388
32466
|
],
|
|
32389
32467
|
"usage": {},
|
|
@@ -32552,6 +32630,54 @@
|
|
|
32552
32630
|
"optional": false,
|
|
32553
32631
|
"required": false
|
|
32554
32632
|
},
|
|
32633
|
+
{
|
|
32634
|
+
"name": "errorText",
|
|
32635
|
+
"type": "string | undefined",
|
|
32636
|
+
"complexType": {
|
|
32637
|
+
"original": "string",
|
|
32638
|
+
"resolved": "string | undefined",
|
|
32639
|
+
"references": {}
|
|
32640
|
+
},
|
|
32641
|
+
"mutable": false,
|
|
32642
|
+
"attr": "error-text",
|
|
32643
|
+
"reflectToAttr": false,
|
|
32644
|
+
"docs": "Text that is placed under the toggle label and displayed when an error is detected.",
|
|
32645
|
+
"docsTags": [],
|
|
32646
|
+
"values": [
|
|
32647
|
+
{
|
|
32648
|
+
"type": "string"
|
|
32649
|
+
},
|
|
32650
|
+
{
|
|
32651
|
+
"type": "undefined"
|
|
32652
|
+
}
|
|
32653
|
+
],
|
|
32654
|
+
"optional": true,
|
|
32655
|
+
"required": false
|
|
32656
|
+
},
|
|
32657
|
+
{
|
|
32658
|
+
"name": "helperText",
|
|
32659
|
+
"type": "string | undefined",
|
|
32660
|
+
"complexType": {
|
|
32661
|
+
"original": "string",
|
|
32662
|
+
"resolved": "string | undefined",
|
|
32663
|
+
"references": {}
|
|
32664
|
+
},
|
|
32665
|
+
"mutable": false,
|
|
32666
|
+
"attr": "helper-text",
|
|
32667
|
+
"reflectToAttr": false,
|
|
32668
|
+
"docs": "Text that is placed under the toggle label and displayed when no error is detected.",
|
|
32669
|
+
"docsTags": [],
|
|
32670
|
+
"values": [
|
|
32671
|
+
{
|
|
32672
|
+
"type": "string"
|
|
32673
|
+
},
|
|
32674
|
+
{
|
|
32675
|
+
"type": "undefined"
|
|
32676
|
+
}
|
|
32677
|
+
],
|
|
32678
|
+
"optional": true,
|
|
32679
|
+
"required": false
|
|
32680
|
+
},
|
|
32555
32681
|
{
|
|
32556
32682
|
"name": "justify",
|
|
32557
32683
|
"type": "\"end\" | \"space-between\" | \"start\" | undefined",
|
|
@@ -32663,6 +32789,28 @@
|
|
|
32663
32789
|
"optional": false,
|
|
32664
32790
|
"required": false
|
|
32665
32791
|
},
|
|
32792
|
+
{
|
|
32793
|
+
"name": "required",
|
|
32794
|
+
"type": "boolean",
|
|
32795
|
+
"complexType": {
|
|
32796
|
+
"original": "boolean",
|
|
32797
|
+
"resolved": "boolean",
|
|
32798
|
+
"references": {}
|
|
32799
|
+
},
|
|
32800
|
+
"mutable": false,
|
|
32801
|
+
"attr": "required",
|
|
32802
|
+
"reflectToAttr": false,
|
|
32803
|
+
"docs": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid.",
|
|
32804
|
+
"docsTags": [],
|
|
32805
|
+
"default": "false",
|
|
32806
|
+
"values": [
|
|
32807
|
+
{
|
|
32808
|
+
"type": "boolean"
|
|
32809
|
+
}
|
|
32810
|
+
],
|
|
32811
|
+
"optional": false,
|
|
32812
|
+
"required": false
|
|
32813
|
+
},
|
|
32666
32814
|
{
|
|
32667
32815
|
"name": "value",
|
|
32668
32816
|
"type": "null | string | undefined",
|
|
@@ -32897,14 +33045,26 @@
|
|
|
32897
33045
|
}
|
|
32898
33046
|
],
|
|
32899
33047
|
"parts": [
|
|
33048
|
+
{
|
|
33049
|
+
"name": "error-text",
|
|
33050
|
+
"docs": "Supporting text displayed beneath the toggle label when the toggle is invalid and touched."
|
|
33051
|
+
},
|
|
32900
33052
|
{
|
|
32901
33053
|
"name": "handle",
|
|
32902
33054
|
"docs": "The toggle handle, or knob, used to change the checked state."
|
|
32903
33055
|
},
|
|
33056
|
+
{
|
|
33057
|
+
"name": "helper-text",
|
|
33058
|
+
"docs": "Supporting text displayed beneath the toggle label when the toggle is valid."
|
|
33059
|
+
},
|
|
32904
33060
|
{
|
|
32905
33061
|
"name": "label",
|
|
32906
33062
|
"docs": "The label text describing the toggle."
|
|
32907
33063
|
},
|
|
33064
|
+
{
|
|
33065
|
+
"name": "supporting-text",
|
|
33066
|
+
"docs": "Supporting text displayed beneath the toggle label."
|
|
33067
|
+
},
|
|
32908
33068
|
{
|
|
32909
33069
|
"name": "track",
|
|
32910
33070
|
"docs": "The background track of the toggle."
|
|
@@ -32949,6 +33109,18 @@
|
|
|
32949
33109
|
{
|
|
32950
33110
|
"name": "slot",
|
|
32951
33111
|
"text": "end - Content is placed to the right of the toolbar text in LTR, and to the left in RTL."
|
|
33112
|
+
},
|
|
33113
|
+
{
|
|
33114
|
+
"name": "part",
|
|
33115
|
+
"text": "background - The background of the toolbar, covering the entire area behind the toolbar content."
|
|
33116
|
+
},
|
|
33117
|
+
{
|
|
33118
|
+
"name": "part",
|
|
33119
|
+
"text": "container - The container that wraps all toolbar content, including the default slot and named slot content."
|
|
33120
|
+
},
|
|
33121
|
+
{
|
|
33122
|
+
"name": "part",
|
|
33123
|
+
"text": "content - The container for the default slot, wrapping content provided without a named slot."
|
|
32952
33124
|
}
|
|
32953
33125
|
],
|
|
32954
33126
|
"usage": {},
|
|
@@ -33206,7 +33378,20 @@
|
|
|
33206
33378
|
"docs": "Content is placed to the left of the toolbar text in LTR, and to the right in RTL."
|
|
33207
33379
|
}
|
|
33208
33380
|
],
|
|
33209
|
-
"parts": [
|
|
33381
|
+
"parts": [
|
|
33382
|
+
{
|
|
33383
|
+
"name": "background",
|
|
33384
|
+
"docs": "The background of the toolbar, covering the entire area behind the toolbar content."
|
|
33385
|
+
},
|
|
33386
|
+
{
|
|
33387
|
+
"name": "container",
|
|
33388
|
+
"docs": "The container that wraps all toolbar content, including the default slot and named slot content."
|
|
33389
|
+
},
|
|
33390
|
+
{
|
|
33391
|
+
"name": "content",
|
|
33392
|
+
"docs": "The container for the default slot, wrapping content provided without a named slot."
|
|
33393
|
+
}
|
|
33394
|
+
],
|
|
33210
33395
|
"dependents": [
|
|
33211
33396
|
"ion-select-modal"
|
|
33212
33397
|
],
|