@ionic/docs 8.4.4-dev.11741298262.12200f27 → 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 +73 -73
- 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",
|
|
@@ -22148,6 +22148,18 @@
|
|
|
22148
22148
|
{
|
|
22149
22149
|
"name": "part",
|
|
22150
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."
|
|
22151
22163
|
}
|
|
22152
22164
|
],
|
|
22153
22165
|
"usage": {},
|
|
@@ -22269,6 +22281,54 @@
|
|
|
22269
22281
|
"optional": false,
|
|
22270
22282
|
"required": false
|
|
22271
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
|
+
},
|
|
22272
22332
|
{
|
|
22273
22333
|
"name": "justify",
|
|
22274
22334
|
"type": "\"end\" | \"space-between\" | \"start\" | undefined",
|
|
@@ -22495,6 +22555,14 @@
|
|
|
22495
22555
|
"name": "container",
|
|
22496
22556
|
"docs": "The container for the radio mark."
|
|
22497
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
|
+
},
|
|
22498
22566
|
{
|
|
22499
22567
|
"name": "label",
|
|
22500
22568
|
"docs": "The label text describing the radio."
|
|
@@ -22502,6 +22570,10 @@
|
|
|
22502
22570
|
{
|
|
22503
22571
|
"name": "mark",
|
|
22504
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."
|
|
22505
22577
|
}
|
|
22506
22578
|
],
|
|
22507
22579
|
"dependents": [
|
|
@@ -32446,18 +32518,6 @@
|
|
|
32446
32518
|
{
|
|
32447
32519
|
"name": "part",
|
|
32448
32520
|
"text": "label - The label text describing the toggle."
|
|
32449
|
-
},
|
|
32450
|
-
{
|
|
32451
|
-
"name": "part",
|
|
32452
|
-
"text": "supporting-text - Supporting text displayed beneath the toggle label."
|
|
32453
|
-
},
|
|
32454
|
-
{
|
|
32455
|
-
"name": "part",
|
|
32456
|
-
"text": "helper-text - Supporting text displayed beneath the toggle label when the toggle is valid."
|
|
32457
|
-
},
|
|
32458
|
-
{
|
|
32459
|
-
"name": "part",
|
|
32460
|
-
"text": "error-text - Supporting text displayed beneath the toggle label when the toggle is invalid and touched."
|
|
32461
32521
|
}
|
|
32462
32522
|
],
|
|
32463
32523
|
"usage": {},
|
|
@@ -32626,54 +32686,6 @@
|
|
|
32626
32686
|
"optional": false,
|
|
32627
32687
|
"required": false
|
|
32628
32688
|
},
|
|
32629
|
-
{
|
|
32630
|
-
"name": "errorText",
|
|
32631
|
-
"type": "string | undefined",
|
|
32632
|
-
"complexType": {
|
|
32633
|
-
"original": "string",
|
|
32634
|
-
"resolved": "string | undefined",
|
|
32635
|
-
"references": {}
|
|
32636
|
-
},
|
|
32637
|
-
"mutable": false,
|
|
32638
|
-
"attr": "error-text",
|
|
32639
|
-
"reflectToAttr": false,
|
|
32640
|
-
"docs": "Text that is placed under the toggle label and displayed when an error is detected.",
|
|
32641
|
-
"docsTags": [],
|
|
32642
|
-
"values": [
|
|
32643
|
-
{
|
|
32644
|
-
"type": "string"
|
|
32645
|
-
},
|
|
32646
|
-
{
|
|
32647
|
-
"type": "undefined"
|
|
32648
|
-
}
|
|
32649
|
-
],
|
|
32650
|
-
"optional": true,
|
|
32651
|
-
"required": false
|
|
32652
|
-
},
|
|
32653
|
-
{
|
|
32654
|
-
"name": "helperText",
|
|
32655
|
-
"type": "string | undefined",
|
|
32656
|
-
"complexType": {
|
|
32657
|
-
"original": "string",
|
|
32658
|
-
"resolved": "string | undefined",
|
|
32659
|
-
"references": {}
|
|
32660
|
-
},
|
|
32661
|
-
"mutable": false,
|
|
32662
|
-
"attr": "helper-text",
|
|
32663
|
-
"reflectToAttr": false,
|
|
32664
|
-
"docs": "Text that is placed under the toggle label and displayed when no error is detected.",
|
|
32665
|
-
"docsTags": [],
|
|
32666
|
-
"values": [
|
|
32667
|
-
{
|
|
32668
|
-
"type": "string"
|
|
32669
|
-
},
|
|
32670
|
-
{
|
|
32671
|
-
"type": "undefined"
|
|
32672
|
-
}
|
|
32673
|
-
],
|
|
32674
|
-
"optional": true,
|
|
32675
|
-
"required": false
|
|
32676
|
-
},
|
|
32677
32689
|
{
|
|
32678
32690
|
"name": "justify",
|
|
32679
32691
|
"type": "\"end\" | \"space-between\" | \"start\" | undefined",
|
|
@@ -33041,26 +33053,14 @@
|
|
|
33041
33053
|
}
|
|
33042
33054
|
],
|
|
33043
33055
|
"parts": [
|
|
33044
|
-
{
|
|
33045
|
-
"name": "error-text",
|
|
33046
|
-
"docs": "Supporting text displayed beneath the toggle label when the toggle is invalid and touched."
|
|
33047
|
-
},
|
|
33048
33056
|
{
|
|
33049
33057
|
"name": "handle",
|
|
33050
33058
|
"docs": "The toggle handle, or knob, used to change the checked state."
|
|
33051
33059
|
},
|
|
33052
|
-
{
|
|
33053
|
-
"name": "helper-text",
|
|
33054
|
-
"docs": "Supporting text displayed beneath the toggle label when the toggle is valid."
|
|
33055
|
-
},
|
|
33056
33060
|
{
|
|
33057
33061
|
"name": "label",
|
|
33058
33062
|
"docs": "The label text describing the toggle."
|
|
33059
33063
|
},
|
|
33060
|
-
{
|
|
33061
|
-
"name": "supporting-text",
|
|
33062
|
-
"docs": "Supporting text displayed beneath the toggle label."
|
|
33063
|
-
},
|
|
33064
33064
|
{
|
|
33065
33065
|
"name": "track",
|
|
33066
33066
|
"docs": "The background track of the toggle."
|