@ionic/docs 8.8.17-nightly.20260804 → 8.8.17
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 +35 -1
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-08-
|
|
2
|
+
"timestamp": "2026-08-05T17:13:24",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.43.5",
|
|
@@ -10562,6 +10562,40 @@
|
|
|
10562
10562
|
"getter": false,
|
|
10563
10563
|
"setter": false
|
|
10564
10564
|
},
|
|
10565
|
+
{
|
|
10566
|
+
"name": "form",
|
|
10567
|
+
"type": "HTMLFormElement | string | undefined",
|
|
10568
|
+
"complexType": {
|
|
10569
|
+
"original": "string | HTMLFormElement",
|
|
10570
|
+
"resolved": "HTMLFormElement | string | undefined",
|
|
10571
|
+
"references": {
|
|
10572
|
+
"HTMLFormElement": {
|
|
10573
|
+
"location": "global",
|
|
10574
|
+
"id": "global::HTMLFormElement"
|
|
10575
|
+
}
|
|
10576
|
+
}
|
|
10577
|
+
},
|
|
10578
|
+
"mutable": false,
|
|
10579
|
+
"attr": "form",
|
|
10580
|
+
"reflectToAttr": false,
|
|
10581
|
+
"docs": "The HTML form element or form element id. Used to submit a form when the button is not a child of the form.",
|
|
10582
|
+
"docsTags": [],
|
|
10583
|
+
"values": [
|
|
10584
|
+
{
|
|
10585
|
+
"type": "HTMLFormElement"
|
|
10586
|
+
},
|
|
10587
|
+
{
|
|
10588
|
+
"type": "string"
|
|
10589
|
+
},
|
|
10590
|
+
{
|
|
10591
|
+
"type": "undefined"
|
|
10592
|
+
}
|
|
10593
|
+
],
|
|
10594
|
+
"optional": true,
|
|
10595
|
+
"required": false,
|
|
10596
|
+
"getter": false,
|
|
10597
|
+
"setter": false
|
|
10598
|
+
},
|
|
10565
10599
|
{
|
|
10566
10600
|
"name": "href",
|
|
10567
10601
|
"type": "string | undefined",
|