@ionic/docs 8.4.4-dev.11741648084.118e26ac → 8.4.4-dev.11741733932.1686c035

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 +2 -383
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-03-10T23:09:51",
2
+ "timestamp": "2025-03-11T23:00:39",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.20.0",
@@ -1921,10 +1921,6 @@
1921
1921
  "Promise": {
1922
1922
  "location": "global",
1923
1923
  "id": "global::Promise"
1924
- },
1925
- "HTMLButtonElement": {
1926
- "location": "global",
1927
- "id": "global::HTMLButtonElement"
1928
1924
  }
1929
1925
  },
1930
1926
  "return": "Promise<void>"
@@ -5746,18 +5742,6 @@
5746
5742
  {
5747
5743
  "name": "part",
5748
5744
  "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."
5761
5745
  }
5762
5746
  ],
5763
5747
  "usage": {},
@@ -5901,54 +5885,6 @@
5901
5885
  "optional": false,
5902
5886
  "required": false
5903
5887
  },
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
- },
5952
5888
  {
5953
5889
  "name": "indeterminate",
5954
5890
  "type": "boolean",
@@ -6082,28 +6018,6 @@
6082
6018
  "optional": false,
6083
6019
  "required": false
6084
6020
  },
6085
- {
6086
- "name": "required",
6087
- "type": "boolean",
6088
- "complexType": {
6089
- "original": "boolean",
6090
- "resolved": "boolean",
6091
- "references": {}
6092
- },
6093
- "mutable": false,
6094
- "attr": "required",
6095
- "reflectToAttr": false,
6096
- "docs": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid.",
6097
- "docsTags": [],
6098
- "default": "false",
6099
- "values": [
6100
- {
6101
- "type": "boolean"
6102
- }
6103
- ],
6104
- "optional": false,
6105
- "required": false
6106
- },
6107
6021
  {
6108
6022
  "name": "value",
6109
6023
  "type": "any",
@@ -6324,14 +6238,6 @@
6324
6238
  "name": "container",
6325
6239
  "docs": "The container for the checkbox mark."
6326
6240
  },
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
- },
6335
6241
  {
6336
6242
  "name": "label",
6337
6243
  "docs": "The label text describing the checkbox."
@@ -6339,10 +6245,6 @@
6339
6245
  {
6340
6246
  "name": "mark",
6341
6247
  "docs": "The checkmark used to indicate the checked state."
6342
- },
6343
- {
6344
- "name": "supporting-text",
6345
- "docs": "Supporting text displayed beneath the checkbox label."
6346
6248
  }
6347
6249
  ],
6348
6250
  "dependents": [
@@ -17122,28 +17024,6 @@
17122
17024
  "optional": true,
17123
17025
  "required": false
17124
17026
  },
17125
- {
17126
- "name": "expandToScroll",
17127
- "type": "boolean",
17128
- "complexType": {
17129
- "original": "boolean",
17130
- "resolved": "boolean",
17131
- "references": {}
17132
- },
17133
- "mutable": false,
17134
- "attr": "expand-to-scroll",
17135
- "reflectToAttr": false,
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.",
17137
- "docsTags": [],
17138
- "default": "true",
17139
- "values": [
17140
- {
17141
- "type": "boolean"
17142
- }
17143
- ],
17144
- "optional": false,
17145
- "required": false
17146
- },
17147
17027
  {
17148
17028
  "name": "focusTrap",
17149
17029
  "type": "boolean",
@@ -22660,54 +22540,6 @@
22660
22540
  "optional": true,
22661
22541
  "required": false
22662
22542
  },
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
- },
22711
22543
  {
22712
22544
  "name": "name",
22713
22545
  "type": "string",
@@ -27390,18 +27222,6 @@
27390
27222
  {
27391
27223
  "name": "part",
27392
27224
  "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."
27405
27225
  }
27406
27226
  ],
27407
27227
  "usage": {},
@@ -27552,30 +27372,6 @@
27552
27372
  "optional": false,
27553
27373
  "required": false
27554
27374
  },
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
- },
27579
27375
  {
27580
27376
  "name": "expandedIcon",
27581
27377
  "type": "string | undefined",
@@ -27629,30 +27425,6 @@
27629
27425
  "optional": true,
27630
27426
  "required": false
27631
27427
  },
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
- },
27656
27428
  {
27657
27429
  "name": "interface",
27658
27430
  "type": "\"action-sheet\" | \"alert\" | \"modal\" | \"popover\"",
@@ -27926,28 +27698,6 @@
27926
27698
  "optional": true,
27927
27699
  "required": false
27928
27700
  },
27929
- {
27930
- "name": "required",
27931
- "type": "boolean",
27932
- "complexType": {
27933
- "original": "boolean",
27934
- "resolved": "boolean",
27935
- "references": {}
27936
- },
27937
- "mutable": false,
27938
- "attr": "required",
27939
- "reflectToAttr": false,
27940
- "docs": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid.",
27941
- "docsTags": [],
27942
- "default": "false",
27943
- "values": [
27944
- {
27945
- "type": "boolean"
27946
- }
27947
- ],
27948
- "optional": false,
27949
- "required": false
27950
- },
27951
27701
  {
27952
27702
  "name": "selectedText",
27953
27703
  "type": "null | string | undefined",
@@ -28395,14 +28145,6 @@
28395
28145
  "name": "container",
28396
28146
  "docs": "The container for the selected text or placeholder."
28397
28147
  },
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
- },
28406
28148
  {
28407
28149
  "name": "icon",
28408
28150
  "docs": "The select icon container."
@@ -28415,10 +28157,6 @@
28415
28157
  "name": "placeholder",
28416
28158
  "docs": "The text displayed in the select when there is no value."
28417
28159
  },
28418
- {
28419
- "name": "supporting-text",
28420
- "docs": "Supporting text displayed beneath the select."
28421
- },
28422
28160
  {
28423
28161
  "name": "text",
28424
28162
  "docs": "The displayed value of the select."
@@ -32642,18 +32380,6 @@
32642
32380
  {
32643
32381
  "name": "part",
32644
32382
  "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."
32657
32383
  }
32658
32384
  ],
32659
32385
  "usage": {},
@@ -32822,54 +32548,6 @@
32822
32548
  "optional": false,
32823
32549
  "required": false
32824
32550
  },
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
- },
32873
32551
  {
32874
32552
  "name": "justify",
32875
32553
  "type": "\"end\" | \"space-between\" | \"start\" | undefined",
@@ -32981,28 +32659,6 @@
32981
32659
  "optional": false,
32982
32660
  "required": false
32983
32661
  },
32984
- {
32985
- "name": "required",
32986
- "type": "boolean",
32987
- "complexType": {
32988
- "original": "boolean",
32989
- "resolved": "boolean",
32990
- "references": {}
32991
- },
32992
- "mutable": false,
32993
- "attr": "required",
32994
- "reflectToAttr": false,
32995
- "docs": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid.",
32996
- "docsTags": [],
32997
- "default": "false",
32998
- "values": [
32999
- {
33000
- "type": "boolean"
33001
- }
33002
- ],
33003
- "optional": false,
33004
- "required": false
33005
- },
33006
32662
  {
33007
32663
  "name": "value",
33008
32664
  "type": "null | string | undefined",
@@ -33237,26 +32893,14 @@
33237
32893
  }
33238
32894
  ],
33239
32895
  "parts": [
33240
- {
33241
- "name": "error-text",
33242
- "docs": "Supporting text displayed beneath the toggle label when the toggle is invalid and touched."
33243
- },
33244
32896
  {
33245
32897
  "name": "handle",
33246
32898
  "docs": "The toggle handle, or knob, used to change the checked state."
33247
32899
  },
33248
- {
33249
- "name": "helper-text",
33250
- "docs": "Supporting text displayed beneath the toggle label when the toggle is valid."
33251
- },
33252
32900
  {
33253
32901
  "name": "label",
33254
32902
  "docs": "The label text describing the toggle."
33255
32903
  },
33256
- {
33257
- "name": "supporting-text",
33258
- "docs": "Supporting text displayed beneath the toggle label."
33259
- },
33260
32904
  {
33261
32905
  "name": "track",
33262
32906
  "docs": "The background track of the toggle."
@@ -33301,18 +32945,6 @@
33301
32945
  {
33302
32946
  "name": "slot",
33303
32947
  "text": "end - Content is placed to the right of the toolbar text in LTR, and to the left in RTL."
33304
- },
33305
- {
33306
- "name": "part",
33307
- "text": "background - The background of the toolbar, covering the entire area behind the toolbar content."
33308
- },
33309
- {
33310
- "name": "part",
33311
- "text": "container - The container that wraps all toolbar content, including the default slot and named slot content."
33312
- },
33313
- {
33314
- "name": "part",
33315
- "text": "content - The container for the default slot, wrapping content provided without a named slot."
33316
32948
  }
33317
32949
  ],
33318
32950
  "usage": {},
@@ -33570,20 +33202,7 @@
33570
33202
  "docs": "Content is placed to the left of the toolbar text in LTR, and to the right in RTL."
33571
33203
  }
33572
33204
  ],
33573
- "parts": [
33574
- {
33575
- "name": "background",
33576
- "docs": "The background of the toolbar, covering the entire area behind the toolbar content."
33577
- },
33578
- {
33579
- "name": "container",
33580
- "docs": "The container that wraps all toolbar content, including the default slot and named slot content."
33581
- },
33582
- {
33583
- "name": "content",
33584
- "docs": "The container for the default slot, wrapping content provided without a named slot."
33585
- }
33586
- ],
33205
+ "parts": [],
33587
33206
  "dependents": [
33588
33207
  "ion-select-modal"
33589
33208
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.4.4-dev.11741648084.118e26ac",
3
+ "version": "8.4.4-dev.11741733932.1686c035",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",