@ionic/docs 8.4.4-dev.11738233295.1e8971df → 8.4.4-dev.11738234035.16d5592e
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 +67 -1
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-01-30T10:
|
|
2
|
+
"timestamp": "2025-01-30T10:49:03",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.20.0",
|
|
@@ -6018,6 +6018,28 @@
|
|
|
6018
6018
|
"optional": false,
|
|
6019
6019
|
"required": false
|
|
6020
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
|
+
},
|
|
6021
6043
|
{
|
|
6022
6044
|
"name": "value",
|
|
6023
6045
|
"type": "any",
|
|
@@ -22562,6 +22584,28 @@
|
|
|
22562
22584
|
"optional": false,
|
|
22563
22585
|
"required": false
|
|
22564
22586
|
},
|
|
22587
|
+
{
|
|
22588
|
+
"name": "required",
|
|
22589
|
+
"type": "boolean",
|
|
22590
|
+
"complexType": {
|
|
22591
|
+
"original": "boolean",
|
|
22592
|
+
"resolved": "boolean",
|
|
22593
|
+
"references": {}
|
|
22594
|
+
},
|
|
22595
|
+
"mutable": false,
|
|
22596
|
+
"attr": "required",
|
|
22597
|
+
"reflectToAttr": false,
|
|
22598
|
+
"docs": "If `true`, the user must fill in a value before submitting a form.",
|
|
22599
|
+
"docsTags": [],
|
|
22600
|
+
"default": "false",
|
|
22601
|
+
"values": [
|
|
22602
|
+
{
|
|
22603
|
+
"type": "boolean"
|
|
22604
|
+
}
|
|
22605
|
+
],
|
|
22606
|
+
"optional": false,
|
|
22607
|
+
"required": false
|
|
22608
|
+
},
|
|
22565
22609
|
{
|
|
22566
22610
|
"name": "value",
|
|
22567
22611
|
"type": "any",
|
|
@@ -27698,6 +27742,28 @@
|
|
|
27698
27742
|
"optional": true,
|
|
27699
27743
|
"required": false
|
|
27700
27744
|
},
|
|
27745
|
+
{
|
|
27746
|
+
"name": "required",
|
|
27747
|
+
"type": "boolean",
|
|
27748
|
+
"complexType": {
|
|
27749
|
+
"original": "boolean",
|
|
27750
|
+
"resolved": "boolean",
|
|
27751
|
+
"references": {}
|
|
27752
|
+
},
|
|
27753
|
+
"mutable": false,
|
|
27754
|
+
"attr": "required",
|
|
27755
|
+
"reflectToAttr": false,
|
|
27756
|
+
"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.",
|
|
27757
|
+
"docsTags": [],
|
|
27758
|
+
"default": "false",
|
|
27759
|
+
"values": [
|
|
27760
|
+
{
|
|
27761
|
+
"type": "boolean"
|
|
27762
|
+
}
|
|
27763
|
+
],
|
|
27764
|
+
"optional": false,
|
|
27765
|
+
"required": false
|
|
27766
|
+
},
|
|
27701
27767
|
{
|
|
27702
27768
|
"name": "selectedText",
|
|
27703
27769
|
"type": "null | string | undefined",
|