@ionic/docs 8.4.4-dev.11741206641.18dd4e91 → 8.4.4-dev.11741289071.1e8e1c3f
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-06T19:26:21",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.20.0",
|
|
@@ -5742,18 +5742,6 @@
|
|
|
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."
|
|
5757
5745
|
}
|
|
5758
5746
|
],
|
|
5759
5747
|
"usage": {},
|
|
@@ -5897,54 +5885,6 @@
|
|
|
5897
5885
|
"optional": false,
|
|
5898
5886
|
"required": false
|
|
5899
5887
|
},
|
|
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
|
-
},
|
|
5948
5888
|
{
|
|
5949
5889
|
"name": "indeterminate",
|
|
5950
5890
|
"type": "boolean",
|
|
@@ -6320,14 +6260,6 @@
|
|
|
6320
6260
|
"name": "container",
|
|
6321
6261
|
"docs": "The container for the checkbox mark."
|
|
6322
6262
|
},
|
|
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
|
-
},
|
|
6331
6263
|
{
|
|
6332
6264
|
"name": "label",
|
|
6333
6265
|
"docs": "The label text describing the checkbox."
|
|
@@ -6335,10 +6267,6 @@
|
|
|
6335
6267
|
{
|
|
6336
6268
|
"name": "mark",
|
|
6337
6269
|
"docs": "The checkmark used to indicate the checked state."
|
|
6338
|
-
},
|
|
6339
|
-
{
|
|
6340
|
-
"name": "supporting-text",
|
|
6341
|
-
"docs": "Supporting text displayed beneath the checkbox label."
|
|
6342
6270
|
}
|
|
6343
6271
|
],
|
|
6344
6272
|
"dependents": [
|
|
@@ -27338,6 +27266,18 @@
|
|
|
27338
27266
|
{
|
|
27339
27267
|
"name": "part",
|
|
27340
27268
|
"text": "label - The label text describing the select."
|
|
27269
|
+
},
|
|
27270
|
+
{
|
|
27271
|
+
"name": "part",
|
|
27272
|
+
"text": "supporting-text - Supporting text displayed beneath the select."
|
|
27273
|
+
},
|
|
27274
|
+
{
|
|
27275
|
+
"name": "part",
|
|
27276
|
+
"text": "helper-text - Supporting text displayed beneath the select when the select is valid."
|
|
27277
|
+
},
|
|
27278
|
+
{
|
|
27279
|
+
"name": "part",
|
|
27280
|
+
"text": "error-text - Supporting text displayed beneath the select when the select is invalid and touched."
|
|
27341
27281
|
}
|
|
27342
27282
|
],
|
|
27343
27283
|
"usage": {},
|
|
@@ -27488,6 +27428,30 @@
|
|
|
27488
27428
|
"optional": false,
|
|
27489
27429
|
"required": false
|
|
27490
27430
|
},
|
|
27431
|
+
{
|
|
27432
|
+
"name": "errorText",
|
|
27433
|
+
"type": "string | undefined",
|
|
27434
|
+
"complexType": {
|
|
27435
|
+
"original": "string",
|
|
27436
|
+
"resolved": "string | undefined",
|
|
27437
|
+
"references": {}
|
|
27438
|
+
},
|
|
27439
|
+
"mutable": false,
|
|
27440
|
+
"attr": "error-text",
|
|
27441
|
+
"reflectToAttr": false,
|
|
27442
|
+
"docs": "Text that is placed under the select and displayed when an error is detected.",
|
|
27443
|
+
"docsTags": [],
|
|
27444
|
+
"values": [
|
|
27445
|
+
{
|
|
27446
|
+
"type": "string"
|
|
27447
|
+
},
|
|
27448
|
+
{
|
|
27449
|
+
"type": "undefined"
|
|
27450
|
+
}
|
|
27451
|
+
],
|
|
27452
|
+
"optional": true,
|
|
27453
|
+
"required": false
|
|
27454
|
+
},
|
|
27491
27455
|
{
|
|
27492
27456
|
"name": "expandedIcon",
|
|
27493
27457
|
"type": "string | undefined",
|
|
@@ -27541,6 +27505,30 @@
|
|
|
27541
27505
|
"optional": true,
|
|
27542
27506
|
"required": false
|
|
27543
27507
|
},
|
|
27508
|
+
{
|
|
27509
|
+
"name": "helperText",
|
|
27510
|
+
"type": "string | undefined",
|
|
27511
|
+
"complexType": {
|
|
27512
|
+
"original": "string",
|
|
27513
|
+
"resolved": "string | undefined",
|
|
27514
|
+
"references": {}
|
|
27515
|
+
},
|
|
27516
|
+
"mutable": false,
|
|
27517
|
+
"attr": "helper-text",
|
|
27518
|
+
"reflectToAttr": false,
|
|
27519
|
+
"docs": "Text that is placed under the select and displayed when no error is detected.",
|
|
27520
|
+
"docsTags": [],
|
|
27521
|
+
"values": [
|
|
27522
|
+
{
|
|
27523
|
+
"type": "string"
|
|
27524
|
+
},
|
|
27525
|
+
{
|
|
27526
|
+
"type": "undefined"
|
|
27527
|
+
}
|
|
27528
|
+
],
|
|
27529
|
+
"optional": true,
|
|
27530
|
+
"required": false
|
|
27531
|
+
},
|
|
27544
27532
|
{
|
|
27545
27533
|
"name": "interface",
|
|
27546
27534
|
"type": "\"action-sheet\" | \"alert\" | \"modal\" | \"popover\"",
|
|
@@ -28283,6 +28271,14 @@
|
|
|
28283
28271
|
"name": "container",
|
|
28284
28272
|
"docs": "The container for the selected text or placeholder."
|
|
28285
28273
|
},
|
|
28274
|
+
{
|
|
28275
|
+
"name": "error-text",
|
|
28276
|
+
"docs": "Supporting text displayed beneath the select when the select is invalid and touched."
|
|
28277
|
+
},
|
|
28278
|
+
{
|
|
28279
|
+
"name": "helper-text",
|
|
28280
|
+
"docs": "Supporting text displayed beneath the select when the select is valid."
|
|
28281
|
+
},
|
|
28286
28282
|
{
|
|
28287
28283
|
"name": "icon",
|
|
28288
28284
|
"docs": "The select icon container."
|
|
@@ -28295,6 +28291,10 @@
|
|
|
28295
28291
|
"name": "placeholder",
|
|
28296
28292
|
"docs": "The text displayed in the select when there is no value."
|
|
28297
28293
|
},
|
|
28294
|
+
{
|
|
28295
|
+
"name": "supporting-text",
|
|
28296
|
+
"docs": "Supporting text displayed beneath the select."
|
|
28297
|
+
},
|
|
28298
28298
|
{
|
|
28299
28299
|
"name": "text",
|
|
28300
28300
|
"docs": "The displayed value of the select."
|