@ionic/docs 8.4.4-dev.11741294920.1c3e822a → 8.4.4-dev.11741357957.1558bd4c
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 -6
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-03-
|
|
2
|
+
"timestamp": "2025-03-07T14:34:26",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.20.0",
|
|
@@ -1921,10 +1921,6 @@
|
|
|
1921
1921
|
"Promise": {
|
|
1922
1922
|
"location": "global",
|
|
1923
1923
|
"id": "global::Promise"
|
|
1924
|
-
},
|
|
1925
|
-
"HTMLButtonElement": {
|
|
1926
|
-
"location": "global",
|
|
1927
|
-
"id": "global::HTMLButtonElement"
|
|
1928
1924
|
}
|
|
1929
1925
|
},
|
|
1930
1926
|
"return": "Promise<void>"
|
|
@@ -6022,6 +6018,28 @@
|
|
|
6022
6018
|
"optional": false,
|
|
6023
6019
|
"required": false
|
|
6024
6020
|
},
|
|
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
|
+
},
|
|
6025
6043
|
{
|
|
6026
6044
|
"name": "value",
|
|
6027
6045
|
"type": "any",
|
|
@@ -17028,6 +17046,28 @@
|
|
|
17028
17046
|
"optional": true,
|
|
17029
17047
|
"required": false
|
|
17030
17048
|
},
|
|
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
|
+
},
|
|
17031
17071
|
{
|
|
17032
17072
|
"name": "focusTrap",
|
|
17033
17073
|
"type": "boolean",
|
|
@@ -22108,6 +22148,18 @@
|
|
|
22108
22148
|
{
|
|
22109
22149
|
"name": "part",
|
|
22110
22150
|
"text": "mark - The checkmark or dot used to indicate the checked state."
|
|
22151
|
+
},
|
|
22152
|
+
{
|
|
22153
|
+
"name": "part",
|
|
22154
|
+
"text": "supporting-text - Supporting text displayed beneath the radio label."
|
|
22155
|
+
},
|
|
22156
|
+
{
|
|
22157
|
+
"name": "part",
|
|
22158
|
+
"text": "helper-text - Supporting text displayed beneath the radio label when the radio is valid."
|
|
22159
|
+
},
|
|
22160
|
+
{
|
|
22161
|
+
"name": "part",
|
|
22162
|
+
"text": "error-text - Supporting text displayed beneath the radio label when the radio is invalid and touched."
|
|
22111
22163
|
}
|
|
22112
22164
|
],
|
|
22113
22165
|
"usage": {},
|
|
@@ -22229,6 +22281,54 @@
|
|
|
22229
22281
|
"optional": false,
|
|
22230
22282
|
"required": false
|
|
22231
22283
|
},
|
|
22284
|
+
{
|
|
22285
|
+
"name": "errorText",
|
|
22286
|
+
"type": "string | undefined",
|
|
22287
|
+
"complexType": {
|
|
22288
|
+
"original": "string",
|
|
22289
|
+
"resolved": "string | undefined",
|
|
22290
|
+
"references": {}
|
|
22291
|
+
},
|
|
22292
|
+
"mutable": false,
|
|
22293
|
+
"attr": "error-text",
|
|
22294
|
+
"reflectToAttr": false,
|
|
22295
|
+
"docs": "Text that is placed under the radio label and displayed when an error is detected.",
|
|
22296
|
+
"docsTags": [],
|
|
22297
|
+
"values": [
|
|
22298
|
+
{
|
|
22299
|
+
"type": "string"
|
|
22300
|
+
},
|
|
22301
|
+
{
|
|
22302
|
+
"type": "undefined"
|
|
22303
|
+
}
|
|
22304
|
+
],
|
|
22305
|
+
"optional": true,
|
|
22306
|
+
"required": false
|
|
22307
|
+
},
|
|
22308
|
+
{
|
|
22309
|
+
"name": "helperText",
|
|
22310
|
+
"type": "string | undefined",
|
|
22311
|
+
"complexType": {
|
|
22312
|
+
"original": "string",
|
|
22313
|
+
"resolved": "string | undefined",
|
|
22314
|
+
"references": {}
|
|
22315
|
+
},
|
|
22316
|
+
"mutable": false,
|
|
22317
|
+
"attr": "helper-text",
|
|
22318
|
+
"reflectToAttr": false,
|
|
22319
|
+
"docs": "Text that is placed under the radio label and displayed when no error is detected.",
|
|
22320
|
+
"docsTags": [],
|
|
22321
|
+
"values": [
|
|
22322
|
+
{
|
|
22323
|
+
"type": "string"
|
|
22324
|
+
},
|
|
22325
|
+
{
|
|
22326
|
+
"type": "undefined"
|
|
22327
|
+
}
|
|
22328
|
+
],
|
|
22329
|
+
"optional": true,
|
|
22330
|
+
"required": false
|
|
22331
|
+
},
|
|
22232
22332
|
{
|
|
22233
22333
|
"name": "justify",
|
|
22234
22334
|
"type": "\"end\" | \"space-between\" | \"start\" | undefined",
|
|
@@ -22455,6 +22555,14 @@
|
|
|
22455
22555
|
"name": "container",
|
|
22456
22556
|
"docs": "The container for the radio mark."
|
|
22457
22557
|
},
|
|
22558
|
+
{
|
|
22559
|
+
"name": "error-text",
|
|
22560
|
+
"docs": "Supporting text displayed beneath the radio label when the radio is invalid and touched."
|
|
22561
|
+
},
|
|
22562
|
+
{
|
|
22563
|
+
"name": "helper-text",
|
|
22564
|
+
"docs": "Supporting text displayed beneath the radio label when the radio is valid."
|
|
22565
|
+
},
|
|
22458
22566
|
{
|
|
22459
22567
|
"name": "label",
|
|
22460
22568
|
"docs": "The label text describing the radio."
|
|
@@ -22462,6 +22570,10 @@
|
|
|
22462
22570
|
{
|
|
22463
22571
|
"name": "mark",
|
|
22464
22572
|
"docs": "The checkmark or dot used to indicate the checked state."
|
|
22573
|
+
},
|
|
22574
|
+
{
|
|
22575
|
+
"name": "supporting-text",
|
|
22576
|
+
"docs": "Supporting text displayed beneath the radio label."
|
|
22465
22577
|
}
|
|
22466
22578
|
],
|
|
22467
22579
|
"dependents": [
|
|
@@ -27702,6 +27814,28 @@
|
|
|
27702
27814
|
"optional": true,
|
|
27703
27815
|
"required": false
|
|
27704
27816
|
},
|
|
27817
|
+
{
|
|
27818
|
+
"name": "required",
|
|
27819
|
+
"type": "boolean",
|
|
27820
|
+
"complexType": {
|
|
27821
|
+
"original": "boolean",
|
|
27822
|
+
"resolved": "boolean",
|
|
27823
|
+
"references": {}
|
|
27824
|
+
},
|
|
27825
|
+
"mutable": false,
|
|
27826
|
+
"attr": "required",
|
|
27827
|
+
"reflectToAttr": false,
|
|
27828
|
+
"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.",
|
|
27829
|
+
"docsTags": [],
|
|
27830
|
+
"default": "false",
|
|
27831
|
+
"values": [
|
|
27832
|
+
{
|
|
27833
|
+
"type": "boolean"
|
|
27834
|
+
}
|
|
27835
|
+
],
|
|
27836
|
+
"optional": false,
|
|
27837
|
+
"required": false
|
|
27838
|
+
},
|
|
27705
27839
|
{
|
|
27706
27840
|
"name": "selectedText",
|
|
27707
27841
|
"type": "null | string | undefined",
|
|
@@ -32663,6 +32797,28 @@
|
|
|
32663
32797
|
"optional": false,
|
|
32664
32798
|
"required": false
|
|
32665
32799
|
},
|
|
32800
|
+
{
|
|
32801
|
+
"name": "required",
|
|
32802
|
+
"type": "boolean",
|
|
32803
|
+
"complexType": {
|
|
32804
|
+
"original": "boolean",
|
|
32805
|
+
"resolved": "boolean",
|
|
32806
|
+
"references": {}
|
|
32807
|
+
},
|
|
32808
|
+
"mutable": false,
|
|
32809
|
+
"attr": "required",
|
|
32810
|
+
"reflectToAttr": false,
|
|
32811
|
+
"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.",
|
|
32812
|
+
"docsTags": [],
|
|
32813
|
+
"default": "false",
|
|
32814
|
+
"values": [
|
|
32815
|
+
{
|
|
32816
|
+
"type": "boolean"
|
|
32817
|
+
}
|
|
32818
|
+
],
|
|
32819
|
+
"optional": false,
|
|
32820
|
+
"required": false
|
|
32821
|
+
},
|
|
32666
32822
|
{
|
|
32667
32823
|
"name": "value",
|
|
32668
32824
|
"type": "null | string | undefined",
|
|
@@ -32949,6 +33105,18 @@
|
|
|
32949
33105
|
{
|
|
32950
33106
|
"name": "slot",
|
|
32951
33107
|
"text": "end - Content is placed to the right of the toolbar text in LTR, and to the left in RTL."
|
|
33108
|
+
},
|
|
33109
|
+
{
|
|
33110
|
+
"name": "part",
|
|
33111
|
+
"text": "background - The background of the toolbar, covering the entire area behind the toolbar content."
|
|
33112
|
+
},
|
|
33113
|
+
{
|
|
33114
|
+
"name": "part",
|
|
33115
|
+
"text": "container - The container that wraps all toolbar content, including the default slot and named slot content."
|
|
33116
|
+
},
|
|
33117
|
+
{
|
|
33118
|
+
"name": "part",
|
|
33119
|
+
"text": "content - The container for the default slot, wrapping content provided without a named slot."
|
|
32952
33120
|
}
|
|
32953
33121
|
],
|
|
32954
33122
|
"usage": {},
|
|
@@ -33206,7 +33374,20 @@
|
|
|
33206
33374
|
"docs": "Content is placed to the left of the toolbar text in LTR, and to the right in RTL."
|
|
33207
33375
|
}
|
|
33208
33376
|
],
|
|
33209
|
-
"parts": [
|
|
33377
|
+
"parts": [
|
|
33378
|
+
{
|
|
33379
|
+
"name": "background",
|
|
33380
|
+
"docs": "The background of the toolbar, covering the entire area behind the toolbar content."
|
|
33381
|
+
},
|
|
33382
|
+
{
|
|
33383
|
+
"name": "container",
|
|
33384
|
+
"docs": "The container that wraps all toolbar content, including the default slot and named slot content."
|
|
33385
|
+
},
|
|
33386
|
+
{
|
|
33387
|
+
"name": "content",
|
|
33388
|
+
"docs": "The container for the default slot, wrapping content provided without a named slot."
|
|
33389
|
+
}
|
|
33390
|
+
],
|
|
33210
33391
|
"dependents": [
|
|
33211
33392
|
"ion-select-modal"
|
|
33212
33393
|
],
|