@ionic/docs 8.4.4-dev.11741197052.19804443 → 8.4.4-dev.11741198674.16b83b14
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 -49
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-03-
|
|
2
|
+
"timestamp": "2025-03-05T18:19:48",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.20.0",
|
|
@@ -5742,6 +5742,18 @@
|
|
|
5742
5742
|
{
|
|
5743
5743
|
"name": "part",
|
|
5744
5744
|
"text": "mark - The checkmark used to indicate the checked state."
|
|
5745
|
+
},
|
|
5746
|
+
{
|
|
5747
|
+
"name": "part",
|
|
5748
|
+
"text": "supporting-text - Supporting text displayed beneath the checkbox label."
|
|
5749
|
+
},
|
|
5750
|
+
{
|
|
5751
|
+
"name": "part",
|
|
5752
|
+
"text": "helper-text - Supporting text displayed beneath the checkbox label when the checkbox is valid."
|
|
5753
|
+
},
|
|
5754
|
+
{
|
|
5755
|
+
"name": "part",
|
|
5756
|
+
"text": "error-text - Supporting text displayed beneath the checkbox label when the checkbox is invalid and touched."
|
|
5745
5757
|
}
|
|
5746
5758
|
],
|
|
5747
5759
|
"usage": {},
|
|
@@ -5885,6 +5897,54 @@
|
|
|
5885
5897
|
"optional": false,
|
|
5886
5898
|
"required": false
|
|
5887
5899
|
},
|
|
5900
|
+
{
|
|
5901
|
+
"name": "errorText",
|
|
5902
|
+
"type": "string | undefined",
|
|
5903
|
+
"complexType": {
|
|
5904
|
+
"original": "string",
|
|
5905
|
+
"resolved": "string | undefined",
|
|
5906
|
+
"references": {}
|
|
5907
|
+
},
|
|
5908
|
+
"mutable": false,
|
|
5909
|
+
"attr": "error-text",
|
|
5910
|
+
"reflectToAttr": false,
|
|
5911
|
+
"docs": "Text that is placed under the checkbox label and displayed when an error is detected.",
|
|
5912
|
+
"docsTags": [],
|
|
5913
|
+
"values": [
|
|
5914
|
+
{
|
|
5915
|
+
"type": "string"
|
|
5916
|
+
},
|
|
5917
|
+
{
|
|
5918
|
+
"type": "undefined"
|
|
5919
|
+
}
|
|
5920
|
+
],
|
|
5921
|
+
"optional": true,
|
|
5922
|
+
"required": false
|
|
5923
|
+
},
|
|
5924
|
+
{
|
|
5925
|
+
"name": "helperText",
|
|
5926
|
+
"type": "string | undefined",
|
|
5927
|
+
"complexType": {
|
|
5928
|
+
"original": "string",
|
|
5929
|
+
"resolved": "string | undefined",
|
|
5930
|
+
"references": {}
|
|
5931
|
+
},
|
|
5932
|
+
"mutable": false,
|
|
5933
|
+
"attr": "helper-text",
|
|
5934
|
+
"reflectToAttr": false,
|
|
5935
|
+
"docs": "Text that is placed under the checkbox label and displayed when no error is detected.",
|
|
5936
|
+
"docsTags": [],
|
|
5937
|
+
"values": [
|
|
5938
|
+
{
|
|
5939
|
+
"type": "string"
|
|
5940
|
+
},
|
|
5941
|
+
{
|
|
5942
|
+
"type": "undefined"
|
|
5943
|
+
}
|
|
5944
|
+
],
|
|
5945
|
+
"optional": true,
|
|
5946
|
+
"required": false
|
|
5947
|
+
},
|
|
5888
5948
|
{
|
|
5889
5949
|
"name": "indeterminate",
|
|
5890
5950
|
"type": "boolean",
|
|
@@ -6260,6 +6320,14 @@
|
|
|
6260
6320
|
"name": "container",
|
|
6261
6321
|
"docs": "The container for the checkbox mark."
|
|
6262
6322
|
},
|
|
6323
|
+
{
|
|
6324
|
+
"name": "error-text",
|
|
6325
|
+
"docs": "Supporting text displayed beneath the checkbox label when the checkbox is invalid and touched."
|
|
6326
|
+
},
|
|
6327
|
+
{
|
|
6328
|
+
"name": "helper-text",
|
|
6329
|
+
"docs": "Supporting text displayed beneath the checkbox label when the checkbox is valid."
|
|
6330
|
+
},
|
|
6263
6331
|
{
|
|
6264
6332
|
"name": "label",
|
|
6265
6333
|
"docs": "The label text describing the checkbox."
|
|
@@ -6267,6 +6335,10 @@
|
|
|
6267
6335
|
{
|
|
6268
6336
|
"name": "mark",
|
|
6269
6337
|
"docs": "The checkmark used to indicate the checked state."
|
|
6338
|
+
},
|
|
6339
|
+
{
|
|
6340
|
+
"name": "supporting-text",
|
|
6341
|
+
"docs": "Supporting text displayed beneath the checkbox label."
|
|
6270
6342
|
}
|
|
6271
6343
|
],
|
|
6272
6344
|
"dependents": [
|
|
@@ -22584,54 +22656,6 @@
|
|
|
22584
22656
|
"optional": true,
|
|
22585
22657
|
"required": false
|
|
22586
22658
|
},
|
|
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
22659
|
{
|
|
22636
22660
|
"name": "name",
|
|
22637
22661
|
"type": "string",
|