@ionic/docs 8.4.4-dev.11741630999.189d7fc2 → 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.
Files changed (2) hide show
  1. package/core.json +194 -2
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-03-10T18:25:12",
2
+ "timestamp": "2025-03-10T23:09:51",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.20.0",
@@ -5746,6 +5746,18 @@
5746
5746
  {
5747
5747
  "name": "part",
5748
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."
5749
5761
  }
5750
5762
  ],
5751
5763
  "usage": {},
@@ -5889,6 +5901,54 @@
5889
5901
  "optional": false,
5890
5902
  "required": false
5891
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
+ },
5892
5952
  {
5893
5953
  "name": "indeterminate",
5894
5954
  "type": "boolean",
@@ -6264,6 +6324,14 @@
6264
6324
  "name": "container",
6265
6325
  "docs": "The container for the checkbox mark."
6266
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
+ },
6267
6335
  {
6268
6336
  "name": "label",
6269
6337
  "docs": "The label text describing the checkbox."
@@ -6271,6 +6339,10 @@
6271
6339
  {
6272
6340
  "name": "mark",
6273
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."
6274
6346
  }
6275
6347
  ],
6276
6348
  "dependents": [
@@ -17061,7 +17133,7 @@
17061
17133
  "mutable": false,
17062
17134
  "attr": "expand-to-scroll",
17063
17135
  "reflectToAttr": false,
17064
- "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 content.\nIf `false`, scrolling will always affect the content, and the modal will only expand\nwhen dragging the header or handle.",
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.",
17065
17137
  "docsTags": [],
17066
17138
  "default": "true",
17067
17139
  "values": [
@@ -22588,6 +22660,54 @@
22588
22660
  "optional": true,
22589
22661
  "required": false
22590
22662
  },
22663
+ {
22664
+ "name": "errorText",
22665
+ "type": "string | undefined",
22666
+ "complexType": {
22667
+ "original": "string",
22668
+ "resolved": "string | undefined",
22669
+ "references": {}
22670
+ },
22671
+ "mutable": false,
22672
+ "attr": "error-text",
22673
+ "reflectToAttr": false,
22674
+ "docs": "The error text to display at the top of the radio group.",
22675
+ "docsTags": [],
22676
+ "values": [
22677
+ {
22678
+ "type": "string"
22679
+ },
22680
+ {
22681
+ "type": "undefined"
22682
+ }
22683
+ ],
22684
+ "optional": true,
22685
+ "required": false
22686
+ },
22687
+ {
22688
+ "name": "helperText",
22689
+ "type": "string | undefined",
22690
+ "complexType": {
22691
+ "original": "string",
22692
+ "resolved": "string | undefined",
22693
+ "references": {}
22694
+ },
22695
+ "mutable": false,
22696
+ "attr": "helper-text",
22697
+ "reflectToAttr": false,
22698
+ "docs": "The helper text to display at the top of the radio group.",
22699
+ "docsTags": [],
22700
+ "values": [
22701
+ {
22702
+ "type": "string"
22703
+ },
22704
+ {
22705
+ "type": "undefined"
22706
+ }
22707
+ ],
22708
+ "optional": true,
22709
+ "required": false
22710
+ },
22591
22711
  {
22592
22712
  "name": "name",
22593
22713
  "type": "string",
@@ -27270,6 +27390,18 @@
27270
27390
  {
27271
27391
  "name": "part",
27272
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."
27273
27405
  }
27274
27406
  ],
27275
27407
  "usage": {},
@@ -27420,6 +27552,30 @@
27420
27552
  "optional": false,
27421
27553
  "required": false
27422
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
+ },
27423
27579
  {
27424
27580
  "name": "expandedIcon",
27425
27581
  "type": "string | undefined",
@@ -27473,6 +27629,30 @@
27473
27629
  "optional": true,
27474
27630
  "required": false
27475
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
+ },
27476
27656
  {
27477
27657
  "name": "interface",
27478
27658
  "type": "\"action-sheet\" | \"alert\" | \"modal\" | \"popover\"",
@@ -28215,6 +28395,14 @@
28215
28395
  "name": "container",
28216
28396
  "docs": "The container for the selected text or placeholder."
28217
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
+ },
28218
28406
  {
28219
28407
  "name": "icon",
28220
28408
  "docs": "The select icon container."
@@ -28227,6 +28415,10 @@
28227
28415
  "name": "placeholder",
28228
28416
  "docs": "The text displayed in the select when there is no value."
28229
28417
  },
28418
+ {
28419
+ "name": "supporting-text",
28420
+ "docs": "Supporting text displayed beneath the select."
28421
+ },
28230
28422
  {
28231
28423
  "name": "text",
28232
28424
  "docs": "The displayed value of the select."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.4.4-dev.11741630999.189d7fc2",
3
+ "version": "8.4.4-dev.11741648084.118e26ac",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",