@ionic/docs 8.4.4-dev.11741101920.155e1c29 → 8.4.4-dev.11741136034.11909e03
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 +6 -163
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-03-
|
|
2
|
+
"timestamp": "2025-03-05T00:55:41",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.20.0",
|
|
@@ -1921,6 +1921,10 @@
|
|
|
1921
1921
|
"Promise": {
|
|
1922
1922
|
"location": "global",
|
|
1923
1923
|
"id": "global::Promise"
|
|
1924
|
+
},
|
|
1925
|
+
"HTMLButtonElement": {
|
|
1926
|
+
"location": "global",
|
|
1927
|
+
"id": "global::HTMLButtonElement"
|
|
1924
1928
|
}
|
|
1925
1929
|
},
|
|
1926
1930
|
"return": "Promise<void>"
|
|
@@ -6018,28 +6022,6 @@
|
|
|
6018
6022
|
"optional": false,
|
|
6019
6023
|
"required": false
|
|
6020
6024
|
},
|
|
6021
|
-
{
|
|
6022
|
-
"name": "required",
|
|
6023
|
-
"type": "boolean",
|
|
6024
|
-
"complexType": {
|
|
6025
|
-
"original": "boolean",
|
|
6026
|
-
"resolved": "boolean",
|
|
6027
|
-
"references": {}
|
|
6028
|
-
},
|
|
6029
|
-
"mutable": false,
|
|
6030
|
-
"attr": "required",
|
|
6031
|
-
"reflectToAttr": false,
|
|
6032
|
-
"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.",
|
|
6033
|
-
"docsTags": [],
|
|
6034
|
-
"default": "false",
|
|
6035
|
-
"values": [
|
|
6036
|
-
{
|
|
6037
|
-
"type": "boolean"
|
|
6038
|
-
}
|
|
6039
|
-
],
|
|
6040
|
-
"optional": false,
|
|
6041
|
-
"required": false
|
|
6042
|
-
},
|
|
6043
6025
|
{
|
|
6044
6026
|
"name": "value",
|
|
6045
6027
|
"type": "any",
|
|
@@ -17046,28 +17028,6 @@
|
|
|
17046
17028
|
"optional": true,
|
|
17047
17029
|
"required": false
|
|
17048
17030
|
},
|
|
17049
|
-
{
|
|
17050
|
-
"name": "expandToScroll",
|
|
17051
|
-
"type": "boolean",
|
|
17052
|
-
"complexType": {
|
|
17053
|
-
"original": "boolean",
|
|
17054
|
-
"resolved": "boolean",
|
|
17055
|
-
"references": {}
|
|
17056
|
-
},
|
|
17057
|
-
"mutable": false,
|
|
17058
|
-
"attr": "expand-to-scroll",
|
|
17059
|
-
"reflectToAttr": false,
|
|
17060
|
-
"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.",
|
|
17061
|
-
"docsTags": [],
|
|
17062
|
-
"default": "true",
|
|
17063
|
-
"values": [
|
|
17064
|
-
{
|
|
17065
|
-
"type": "boolean"
|
|
17066
|
-
}
|
|
17067
|
-
],
|
|
17068
|
-
"optional": false,
|
|
17069
|
-
"required": false
|
|
17070
|
-
},
|
|
17071
17031
|
{
|
|
17072
17032
|
"name": "focusTrap",
|
|
17073
17033
|
"type": "boolean",
|
|
@@ -22584,54 +22544,6 @@
|
|
|
22584
22544
|
"optional": true,
|
|
22585
22545
|
"required": false
|
|
22586
22546
|
},
|
|
22587
|
-
{
|
|
22588
|
-
"name": "errorText",
|
|
22589
|
-
"type": "string | undefined",
|
|
22590
|
-
"complexType": {
|
|
22591
|
-
"original": "string",
|
|
22592
|
-
"resolved": "string | undefined",
|
|
22593
|
-
"references": {}
|
|
22594
|
-
},
|
|
22595
|
-
"mutable": false,
|
|
22596
|
-
"attr": "error-text",
|
|
22597
|
-
"reflectToAttr": false,
|
|
22598
|
-
"docs": "The error text to display at the top of the radio group.",
|
|
22599
|
-
"docsTags": [],
|
|
22600
|
-
"values": [
|
|
22601
|
-
{
|
|
22602
|
-
"type": "string"
|
|
22603
|
-
},
|
|
22604
|
-
{
|
|
22605
|
-
"type": "undefined"
|
|
22606
|
-
}
|
|
22607
|
-
],
|
|
22608
|
-
"optional": true,
|
|
22609
|
-
"required": false
|
|
22610
|
-
},
|
|
22611
|
-
{
|
|
22612
|
-
"name": "helperText",
|
|
22613
|
-
"type": "string | undefined",
|
|
22614
|
-
"complexType": {
|
|
22615
|
-
"original": "string",
|
|
22616
|
-
"resolved": "string | undefined",
|
|
22617
|
-
"references": {}
|
|
22618
|
-
},
|
|
22619
|
-
"mutable": false,
|
|
22620
|
-
"attr": "helper-text",
|
|
22621
|
-
"reflectToAttr": false,
|
|
22622
|
-
"docs": "The helper text to display at the top of the radio group.",
|
|
22623
|
-
"docsTags": [],
|
|
22624
|
-
"values": [
|
|
22625
|
-
{
|
|
22626
|
-
"type": "string"
|
|
22627
|
-
},
|
|
22628
|
-
{
|
|
22629
|
-
"type": "undefined"
|
|
22630
|
-
}
|
|
22631
|
-
],
|
|
22632
|
-
"optional": true,
|
|
22633
|
-
"required": false
|
|
22634
|
-
},
|
|
22635
22547
|
{
|
|
22636
22548
|
"name": "name",
|
|
22637
22549
|
"type": "string",
|
|
@@ -27790,28 +27702,6 @@
|
|
|
27790
27702
|
"optional": true,
|
|
27791
27703
|
"required": false
|
|
27792
27704
|
},
|
|
27793
|
-
{
|
|
27794
|
-
"name": "required",
|
|
27795
|
-
"type": "boolean",
|
|
27796
|
-
"complexType": {
|
|
27797
|
-
"original": "boolean",
|
|
27798
|
-
"resolved": "boolean",
|
|
27799
|
-
"references": {}
|
|
27800
|
-
},
|
|
27801
|
-
"mutable": false,
|
|
27802
|
-
"attr": "required",
|
|
27803
|
-
"reflectToAttr": false,
|
|
27804
|
-
"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.",
|
|
27805
|
-
"docsTags": [],
|
|
27806
|
-
"default": "false",
|
|
27807
|
-
"values": [
|
|
27808
|
-
{
|
|
27809
|
-
"type": "boolean"
|
|
27810
|
-
}
|
|
27811
|
-
],
|
|
27812
|
-
"optional": false,
|
|
27813
|
-
"required": false
|
|
27814
|
-
},
|
|
27815
27705
|
{
|
|
27816
27706
|
"name": "selectedText",
|
|
27817
27707
|
"type": "null | string | undefined",
|
|
@@ -32773,28 +32663,6 @@
|
|
|
32773
32663
|
"optional": false,
|
|
32774
32664
|
"required": false
|
|
32775
32665
|
},
|
|
32776
|
-
{
|
|
32777
|
-
"name": "required",
|
|
32778
|
-
"type": "boolean",
|
|
32779
|
-
"complexType": {
|
|
32780
|
-
"original": "boolean",
|
|
32781
|
-
"resolved": "boolean",
|
|
32782
|
-
"references": {}
|
|
32783
|
-
},
|
|
32784
|
-
"mutable": false,
|
|
32785
|
-
"attr": "required",
|
|
32786
|
-
"reflectToAttr": false,
|
|
32787
|
-
"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.",
|
|
32788
|
-
"docsTags": [],
|
|
32789
|
-
"default": "false",
|
|
32790
|
-
"values": [
|
|
32791
|
-
{
|
|
32792
|
-
"type": "boolean"
|
|
32793
|
-
}
|
|
32794
|
-
],
|
|
32795
|
-
"optional": false,
|
|
32796
|
-
"required": false
|
|
32797
|
-
},
|
|
32798
32666
|
{
|
|
32799
32667
|
"name": "value",
|
|
32800
32668
|
"type": "null | string | undefined",
|
|
@@ -33081,18 +32949,6 @@
|
|
|
33081
32949
|
{
|
|
33082
32950
|
"name": "slot",
|
|
33083
32951
|
"text": "end - Content is placed to the right of the toolbar text in LTR, and to the left in RTL."
|
|
33084
|
-
},
|
|
33085
|
-
{
|
|
33086
|
-
"name": "part",
|
|
33087
|
-
"text": "background - The background of the toolbar, covering the entire area behind the toolbar content."
|
|
33088
|
-
},
|
|
33089
|
-
{
|
|
33090
|
-
"name": "part",
|
|
33091
|
-
"text": "container - The container that wraps all toolbar content, including the default slot and named slot content."
|
|
33092
|
-
},
|
|
33093
|
-
{
|
|
33094
|
-
"name": "part",
|
|
33095
|
-
"text": "content - The container for the default slot, wrapping content provided without a named slot."
|
|
33096
32952
|
}
|
|
33097
32953
|
],
|
|
33098
32954
|
"usage": {},
|
|
@@ -33350,20 +33206,7 @@
|
|
|
33350
33206
|
"docs": "Content is placed to the left of the toolbar text in LTR, and to the right in RTL."
|
|
33351
33207
|
}
|
|
33352
33208
|
],
|
|
33353
|
-
"parts": [
|
|
33354
|
-
{
|
|
33355
|
-
"name": "background",
|
|
33356
|
-
"docs": "The background of the toolbar, covering the entire area behind the toolbar content."
|
|
33357
|
-
},
|
|
33358
|
-
{
|
|
33359
|
-
"name": "container",
|
|
33360
|
-
"docs": "The container that wraps all toolbar content, including the default slot and named slot content."
|
|
33361
|
-
},
|
|
33362
|
-
{
|
|
33363
|
-
"name": "content",
|
|
33364
|
-
"docs": "The container for the default slot, wrapping content provided without a named slot."
|
|
33365
|
-
}
|
|
33366
|
-
],
|
|
33209
|
+
"parts": [],
|
|
33367
33210
|
"dependents": [
|
|
33368
33211
|
"ion-select-modal"
|
|
33369
33212
|
],
|