@ionic/docs 8.4.4-dev.11741632207.1cb10db6 → 8.4.4-dev.11741648084.118e26ac
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 +222 -2
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-03-
|
|
2
|
+
"timestamp": "2025-03-10T23:09:51",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.20.0",
|
|
@@ -1921,6 +1921,10 @@
|
|
|
1921
1921
|
"Promise": {
|
|
1922
1922
|
"location": "global",
|
|
1923
1923
|
"id": "global::Promise"
|
|
1924
|
+
},
|
|
1925
|
+
"HTMLButtonElement": {
|
|
1926
|
+
"location": "global",
|
|
1927
|
+
"id": "global::HTMLButtonElement"
|
|
1924
1928
|
}
|
|
1925
1929
|
},
|
|
1926
1930
|
"return": "Promise<void>"
|
|
@@ -5742,6 +5746,18 @@
|
|
|
5742
5746
|
{
|
|
5743
5747
|
"name": "part",
|
|
5744
5748
|
"text": "mark - The checkmark used to indicate the checked state."
|
|
5749
|
+
},
|
|
5750
|
+
{
|
|
5751
|
+
"name": "part",
|
|
5752
|
+
"text": "supporting-text - Supporting text displayed beneath the checkbox label."
|
|
5753
|
+
},
|
|
5754
|
+
{
|
|
5755
|
+
"name": "part",
|
|
5756
|
+
"text": "helper-text - Supporting text displayed beneath the checkbox label when the checkbox is valid."
|
|
5757
|
+
},
|
|
5758
|
+
{
|
|
5759
|
+
"name": "part",
|
|
5760
|
+
"text": "error-text - Supporting text displayed beneath the checkbox label when the checkbox is invalid and touched."
|
|
5745
5761
|
}
|
|
5746
5762
|
],
|
|
5747
5763
|
"usage": {},
|
|
@@ -5885,6 +5901,54 @@
|
|
|
5885
5901
|
"optional": false,
|
|
5886
5902
|
"required": false
|
|
5887
5903
|
},
|
|
5904
|
+
{
|
|
5905
|
+
"name": "errorText",
|
|
5906
|
+
"type": "string | undefined",
|
|
5907
|
+
"complexType": {
|
|
5908
|
+
"original": "string",
|
|
5909
|
+
"resolved": "string | undefined",
|
|
5910
|
+
"references": {}
|
|
5911
|
+
},
|
|
5912
|
+
"mutable": false,
|
|
5913
|
+
"attr": "error-text",
|
|
5914
|
+
"reflectToAttr": false,
|
|
5915
|
+
"docs": "Text that is placed under the checkbox label and displayed when an error is detected.",
|
|
5916
|
+
"docsTags": [],
|
|
5917
|
+
"values": [
|
|
5918
|
+
{
|
|
5919
|
+
"type": "string"
|
|
5920
|
+
},
|
|
5921
|
+
{
|
|
5922
|
+
"type": "undefined"
|
|
5923
|
+
}
|
|
5924
|
+
],
|
|
5925
|
+
"optional": true,
|
|
5926
|
+
"required": false
|
|
5927
|
+
},
|
|
5928
|
+
{
|
|
5929
|
+
"name": "helperText",
|
|
5930
|
+
"type": "string | undefined",
|
|
5931
|
+
"complexType": {
|
|
5932
|
+
"original": "string",
|
|
5933
|
+
"resolved": "string | undefined",
|
|
5934
|
+
"references": {}
|
|
5935
|
+
},
|
|
5936
|
+
"mutable": false,
|
|
5937
|
+
"attr": "helper-text",
|
|
5938
|
+
"reflectToAttr": false,
|
|
5939
|
+
"docs": "Text that is placed under the checkbox label and displayed when no error is detected.",
|
|
5940
|
+
"docsTags": [],
|
|
5941
|
+
"values": [
|
|
5942
|
+
{
|
|
5943
|
+
"type": "string"
|
|
5944
|
+
},
|
|
5945
|
+
{
|
|
5946
|
+
"type": "undefined"
|
|
5947
|
+
}
|
|
5948
|
+
],
|
|
5949
|
+
"optional": true,
|
|
5950
|
+
"required": false
|
|
5951
|
+
},
|
|
5888
5952
|
{
|
|
5889
5953
|
"name": "indeterminate",
|
|
5890
5954
|
"type": "boolean",
|
|
@@ -6260,6 +6324,14 @@
|
|
|
6260
6324
|
"name": "container",
|
|
6261
6325
|
"docs": "The container for the checkbox mark."
|
|
6262
6326
|
},
|
|
6327
|
+
{
|
|
6328
|
+
"name": "error-text",
|
|
6329
|
+
"docs": "Supporting text displayed beneath the checkbox label when the checkbox is invalid and touched."
|
|
6330
|
+
},
|
|
6331
|
+
{
|
|
6332
|
+
"name": "helper-text",
|
|
6333
|
+
"docs": "Supporting text displayed beneath the checkbox label when the checkbox is valid."
|
|
6334
|
+
},
|
|
6263
6335
|
{
|
|
6264
6336
|
"name": "label",
|
|
6265
6337
|
"docs": "The label text describing the checkbox."
|
|
@@ -6267,6 +6339,10 @@
|
|
|
6267
6339
|
{
|
|
6268
6340
|
"name": "mark",
|
|
6269
6341
|
"docs": "The checkmark used to indicate the checked state."
|
|
6342
|
+
},
|
|
6343
|
+
{
|
|
6344
|
+
"name": "supporting-text",
|
|
6345
|
+
"docs": "Supporting text displayed beneath the checkbox label."
|
|
6270
6346
|
}
|
|
6271
6347
|
],
|
|
6272
6348
|
"dependents": [
|
|
@@ -17057,7 +17133,7 @@
|
|
|
17057
17133
|
"mutable": false,
|
|
17058
17134
|
"attr": "expand-to-scroll",
|
|
17059
17135
|
"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
|
|
17136
|
+
"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\ncontent.\nIf `false`, scrolling will always affect the content. The modal will\nonly expand when dragging the header or handle. The modal will close when\ndragging the header or handle. It can also be closed when dragging the\ncontent, but only if the content is scrolled to the top.",
|
|
17061
17137
|
"docsTags": [],
|
|
17062
17138
|
"default": "true",
|
|
17063
17139
|
"values": [
|
|
@@ -27314,6 +27390,18 @@
|
|
|
27314
27390
|
{
|
|
27315
27391
|
"name": "part",
|
|
27316
27392
|
"text": "label - The label text describing the select."
|
|
27393
|
+
},
|
|
27394
|
+
{
|
|
27395
|
+
"name": "part",
|
|
27396
|
+
"text": "supporting-text - Supporting text displayed beneath the select."
|
|
27397
|
+
},
|
|
27398
|
+
{
|
|
27399
|
+
"name": "part",
|
|
27400
|
+
"text": "helper-text - Supporting text displayed beneath the select when the select is valid."
|
|
27401
|
+
},
|
|
27402
|
+
{
|
|
27403
|
+
"name": "part",
|
|
27404
|
+
"text": "error-text - Supporting text displayed beneath the select when the select is invalid and touched."
|
|
27317
27405
|
}
|
|
27318
27406
|
],
|
|
27319
27407
|
"usage": {},
|
|
@@ -27464,6 +27552,30 @@
|
|
|
27464
27552
|
"optional": false,
|
|
27465
27553
|
"required": false
|
|
27466
27554
|
},
|
|
27555
|
+
{
|
|
27556
|
+
"name": "errorText",
|
|
27557
|
+
"type": "string | undefined",
|
|
27558
|
+
"complexType": {
|
|
27559
|
+
"original": "string",
|
|
27560
|
+
"resolved": "string | undefined",
|
|
27561
|
+
"references": {}
|
|
27562
|
+
},
|
|
27563
|
+
"mutable": false,
|
|
27564
|
+
"attr": "error-text",
|
|
27565
|
+
"reflectToAttr": false,
|
|
27566
|
+
"docs": "Text that is placed under the select and displayed when an error is detected.",
|
|
27567
|
+
"docsTags": [],
|
|
27568
|
+
"values": [
|
|
27569
|
+
{
|
|
27570
|
+
"type": "string"
|
|
27571
|
+
},
|
|
27572
|
+
{
|
|
27573
|
+
"type": "undefined"
|
|
27574
|
+
}
|
|
27575
|
+
],
|
|
27576
|
+
"optional": true,
|
|
27577
|
+
"required": false
|
|
27578
|
+
},
|
|
27467
27579
|
{
|
|
27468
27580
|
"name": "expandedIcon",
|
|
27469
27581
|
"type": "string | undefined",
|
|
@@ -27517,6 +27629,30 @@
|
|
|
27517
27629
|
"optional": true,
|
|
27518
27630
|
"required": false
|
|
27519
27631
|
},
|
|
27632
|
+
{
|
|
27633
|
+
"name": "helperText",
|
|
27634
|
+
"type": "string | undefined",
|
|
27635
|
+
"complexType": {
|
|
27636
|
+
"original": "string",
|
|
27637
|
+
"resolved": "string | undefined",
|
|
27638
|
+
"references": {}
|
|
27639
|
+
},
|
|
27640
|
+
"mutable": false,
|
|
27641
|
+
"attr": "helper-text",
|
|
27642
|
+
"reflectToAttr": false,
|
|
27643
|
+
"docs": "Text that is placed under the select and displayed when no error is detected.",
|
|
27644
|
+
"docsTags": [],
|
|
27645
|
+
"values": [
|
|
27646
|
+
{
|
|
27647
|
+
"type": "string"
|
|
27648
|
+
},
|
|
27649
|
+
{
|
|
27650
|
+
"type": "undefined"
|
|
27651
|
+
}
|
|
27652
|
+
],
|
|
27653
|
+
"optional": true,
|
|
27654
|
+
"required": false
|
|
27655
|
+
},
|
|
27520
27656
|
{
|
|
27521
27657
|
"name": "interface",
|
|
27522
27658
|
"type": "\"action-sheet\" | \"alert\" | \"modal\" | \"popover\"",
|
|
@@ -28259,6 +28395,14 @@
|
|
|
28259
28395
|
"name": "container",
|
|
28260
28396
|
"docs": "The container for the selected text or placeholder."
|
|
28261
28397
|
},
|
|
28398
|
+
{
|
|
28399
|
+
"name": "error-text",
|
|
28400
|
+
"docs": "Supporting text displayed beneath the select when the select is invalid and touched."
|
|
28401
|
+
},
|
|
28402
|
+
{
|
|
28403
|
+
"name": "helper-text",
|
|
28404
|
+
"docs": "Supporting text displayed beneath the select when the select is valid."
|
|
28405
|
+
},
|
|
28262
28406
|
{
|
|
28263
28407
|
"name": "icon",
|
|
28264
28408
|
"docs": "The select icon container."
|
|
@@ -28271,6 +28415,10 @@
|
|
|
28271
28415
|
"name": "placeholder",
|
|
28272
28416
|
"docs": "The text displayed in the select when there is no value."
|
|
28273
28417
|
},
|
|
28418
|
+
{
|
|
28419
|
+
"name": "supporting-text",
|
|
28420
|
+
"docs": "Supporting text displayed beneath the select."
|
|
28421
|
+
},
|
|
28274
28422
|
{
|
|
28275
28423
|
"name": "text",
|
|
28276
28424
|
"docs": "The displayed value of the select."
|
|
@@ -32494,6 +32642,18 @@
|
|
|
32494
32642
|
{
|
|
32495
32643
|
"name": "part",
|
|
32496
32644
|
"text": "label - The label text describing the toggle."
|
|
32645
|
+
},
|
|
32646
|
+
{
|
|
32647
|
+
"name": "part",
|
|
32648
|
+
"text": "supporting-text - Supporting text displayed beneath the toggle label."
|
|
32649
|
+
},
|
|
32650
|
+
{
|
|
32651
|
+
"name": "part",
|
|
32652
|
+
"text": "helper-text - Supporting text displayed beneath the toggle label when the toggle is valid."
|
|
32653
|
+
},
|
|
32654
|
+
{
|
|
32655
|
+
"name": "part",
|
|
32656
|
+
"text": "error-text - Supporting text displayed beneath the toggle label when the toggle is invalid and touched."
|
|
32497
32657
|
}
|
|
32498
32658
|
],
|
|
32499
32659
|
"usage": {},
|
|
@@ -32662,6 +32822,54 @@
|
|
|
32662
32822
|
"optional": false,
|
|
32663
32823
|
"required": false
|
|
32664
32824
|
},
|
|
32825
|
+
{
|
|
32826
|
+
"name": "errorText",
|
|
32827
|
+
"type": "string | undefined",
|
|
32828
|
+
"complexType": {
|
|
32829
|
+
"original": "string",
|
|
32830
|
+
"resolved": "string | undefined",
|
|
32831
|
+
"references": {}
|
|
32832
|
+
},
|
|
32833
|
+
"mutable": false,
|
|
32834
|
+
"attr": "error-text",
|
|
32835
|
+
"reflectToAttr": false,
|
|
32836
|
+
"docs": "Text that is placed under the toggle label and displayed when an error is detected.",
|
|
32837
|
+
"docsTags": [],
|
|
32838
|
+
"values": [
|
|
32839
|
+
{
|
|
32840
|
+
"type": "string"
|
|
32841
|
+
},
|
|
32842
|
+
{
|
|
32843
|
+
"type": "undefined"
|
|
32844
|
+
}
|
|
32845
|
+
],
|
|
32846
|
+
"optional": true,
|
|
32847
|
+
"required": false
|
|
32848
|
+
},
|
|
32849
|
+
{
|
|
32850
|
+
"name": "helperText",
|
|
32851
|
+
"type": "string | undefined",
|
|
32852
|
+
"complexType": {
|
|
32853
|
+
"original": "string",
|
|
32854
|
+
"resolved": "string | undefined",
|
|
32855
|
+
"references": {}
|
|
32856
|
+
},
|
|
32857
|
+
"mutable": false,
|
|
32858
|
+
"attr": "helper-text",
|
|
32859
|
+
"reflectToAttr": false,
|
|
32860
|
+
"docs": "Text that is placed under the toggle label and displayed when no error is detected.",
|
|
32861
|
+
"docsTags": [],
|
|
32862
|
+
"values": [
|
|
32863
|
+
{
|
|
32864
|
+
"type": "string"
|
|
32865
|
+
},
|
|
32866
|
+
{
|
|
32867
|
+
"type": "undefined"
|
|
32868
|
+
}
|
|
32869
|
+
],
|
|
32870
|
+
"optional": true,
|
|
32871
|
+
"required": false
|
|
32872
|
+
},
|
|
32665
32873
|
{
|
|
32666
32874
|
"name": "justify",
|
|
32667
32875
|
"type": "\"end\" | \"space-between\" | \"start\" | undefined",
|
|
@@ -33029,14 +33237,26 @@
|
|
|
33029
33237
|
}
|
|
33030
33238
|
],
|
|
33031
33239
|
"parts": [
|
|
33240
|
+
{
|
|
33241
|
+
"name": "error-text",
|
|
33242
|
+
"docs": "Supporting text displayed beneath the toggle label when the toggle is invalid and touched."
|
|
33243
|
+
},
|
|
33032
33244
|
{
|
|
33033
33245
|
"name": "handle",
|
|
33034
33246
|
"docs": "The toggle handle, or knob, used to change the checked state."
|
|
33035
33247
|
},
|
|
33248
|
+
{
|
|
33249
|
+
"name": "helper-text",
|
|
33250
|
+
"docs": "Supporting text displayed beneath the toggle label when the toggle is valid."
|
|
33251
|
+
},
|
|
33036
33252
|
{
|
|
33037
33253
|
"name": "label",
|
|
33038
33254
|
"docs": "The label text describing the toggle."
|
|
33039
33255
|
},
|
|
33256
|
+
{
|
|
33257
|
+
"name": "supporting-text",
|
|
33258
|
+
"docs": "Supporting text displayed beneath the toggle label."
|
|
33259
|
+
},
|
|
33040
33260
|
{
|
|
33041
33261
|
"name": "track",
|
|
33042
33262
|
"docs": "The background track of the toggle."
|