@ionic/docs 8.4.4-dev.11741222721.14322935 → 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 -1
- 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",
|
|
@@ -27266,6 +27266,18 @@
|
|
|
27266
27266
|
{
|
|
27267
27267
|
"name": "part",
|
|
27268
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."
|
|
27269
27281
|
}
|
|
27270
27282
|
],
|
|
27271
27283
|
"usage": {},
|
|
@@ -27416,6 +27428,30 @@
|
|
|
27416
27428
|
"optional": false,
|
|
27417
27429
|
"required": false
|
|
27418
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
|
+
},
|
|
27419
27455
|
{
|
|
27420
27456
|
"name": "expandedIcon",
|
|
27421
27457
|
"type": "string | undefined",
|
|
@@ -27469,6 +27505,30 @@
|
|
|
27469
27505
|
"optional": true,
|
|
27470
27506
|
"required": false
|
|
27471
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
|
+
},
|
|
27472
27532
|
{
|
|
27473
27533
|
"name": "interface",
|
|
27474
27534
|
"type": "\"action-sheet\" | \"alert\" | \"modal\" | \"popover\"",
|
|
@@ -28211,6 +28271,14 @@
|
|
|
28211
28271
|
"name": "container",
|
|
28212
28272
|
"docs": "The container for the selected text or placeholder."
|
|
28213
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
|
+
},
|
|
28214
28282
|
{
|
|
28215
28283
|
"name": "icon",
|
|
28216
28284
|
"docs": "The select icon container."
|
|
@@ -28223,6 +28291,10 @@
|
|
|
28223
28291
|
"name": "placeholder",
|
|
28224
28292
|
"docs": "The text displayed in the select when there is no value."
|
|
28225
28293
|
},
|
|
28294
|
+
{
|
|
28295
|
+
"name": "supporting-text",
|
|
28296
|
+
"docs": "Supporting text displayed beneath the select."
|
|
28297
|
+
},
|
|
28226
28298
|
{
|
|
28227
28299
|
"name": "text",
|
|
28228
28300
|
"docs": "The displayed value of the select."
|