@ionic/docs 8.4.4-dev.11741046329.16b83b14 → 8.4.4-dev.11741050043.10a3c31a

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 -187
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-03-04T00:00:41",
2
+ "timestamp": "2025-03-04T01:02:28",
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",
@@ -6078,28 +6018,6 @@
6078
6018
  "optional": false,
6079
6019
  "required": false
6080
6020
  },
6081
- {
6082
- "name": "required",
6083
- "type": "boolean",
6084
- "complexType": {
6085
- "original": "boolean",
6086
- "resolved": "boolean",
6087
- "references": {}
6088
- },
6089
- "mutable": false,
6090
- "attr": "required",
6091
- "reflectToAttr": false,
6092
- "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.",
6093
- "docsTags": [],
6094
- "default": "false",
6095
- "values": [
6096
- {
6097
- "type": "boolean"
6098
- }
6099
- ],
6100
- "optional": false,
6101
- "required": false
6102
- },
6103
6021
  {
6104
6022
  "name": "value",
6105
6023
  "type": "any",
@@ -6320,14 +6238,6 @@
6320
6238
  "name": "container",
6321
6239
  "docs": "The container for the checkbox mark."
6322
6240
  },
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
6241
  {
6332
6242
  "name": "label",
6333
6243
  "docs": "The label text describing the checkbox."
@@ -6335,10 +6245,6 @@
6335
6245
  {
6336
6246
  "name": "mark",
6337
6247
  "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
6248
  }
6343
6249
  ],
6344
6250
  "dependents": [
@@ -17118,28 +17024,6 @@
17118
17024
  "optional": true,
17119
17025
  "required": false
17120
17026
  },
17121
- {
17122
- "name": "expandToScroll",
17123
- "type": "boolean",
17124
- "complexType": {
17125
- "original": "boolean",
17126
- "resolved": "boolean",
17127
- "references": {}
17128
- },
17129
- "mutable": false,
17130
- "attr": "expand-to-scroll",
17131
- "reflectToAttr": false,
17132
- "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.",
17133
- "docsTags": [],
17134
- "default": "true",
17135
- "values": [
17136
- {
17137
- "type": "boolean"
17138
- }
17139
- ],
17140
- "optional": false,
17141
- "required": false
17142
- },
17143
17027
  {
17144
17028
  "name": "focusTrap",
17145
17029
  "type": "boolean",
@@ -27814,28 +27698,6 @@
27814
27698
  "optional": true,
27815
27699
  "required": false
27816
27700
  },
27817
- {
27818
- "name": "required",
27819
- "type": "boolean",
27820
- "complexType": {
27821
- "original": "boolean",
27822
- "resolved": "boolean",
27823
- "references": {}
27824
- },
27825
- "mutable": false,
27826
- "attr": "required",
27827
- "reflectToAttr": false,
27828
- "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.",
27829
- "docsTags": [],
27830
- "default": "false",
27831
- "values": [
27832
- {
27833
- "type": "boolean"
27834
- }
27835
- ],
27836
- "optional": false,
27837
- "required": false
27838
- },
27839
27701
  {
27840
27702
  "name": "selectedText",
27841
27703
  "type": "null | string | undefined",
@@ -32797,28 +32659,6 @@
32797
32659
  "optional": false,
32798
32660
  "required": false
32799
32661
  },
32800
- {
32801
- "name": "required",
32802
- "type": "boolean",
32803
- "complexType": {
32804
- "original": "boolean",
32805
- "resolved": "boolean",
32806
- "references": {}
32807
- },
32808
- "mutable": false,
32809
- "attr": "required",
32810
- "reflectToAttr": false,
32811
- "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.",
32812
- "docsTags": [],
32813
- "default": "false",
32814
- "values": [
32815
- {
32816
- "type": "boolean"
32817
- }
32818
- ],
32819
- "optional": false,
32820
- "required": false
32821
- },
32822
32662
  {
32823
32663
  "name": "value",
32824
32664
  "type": "null | string | undefined",
@@ -33105,18 +32945,6 @@
33105
32945
  {
33106
32946
  "name": "slot",
33107
32947
  "text": "end - Content is placed to the right of the toolbar text in LTR, and to the left in RTL."
33108
- },
33109
- {
33110
- "name": "part",
33111
- "text": "background - The background of the toolbar, covering the entire area behind the toolbar content."
33112
- },
33113
- {
33114
- "name": "part",
33115
- "text": "container - The container that wraps all toolbar content, including the default slot and named slot content."
33116
- },
33117
- {
33118
- "name": "part",
33119
- "text": "content - The container for the default slot, wrapping content provided without a named slot."
33120
32948
  }
33121
32949
  ],
33122
32950
  "usage": {},
@@ -33374,20 +33202,7 @@
33374
33202
  "docs": "Content is placed to the left of the toolbar text in LTR, and to the right in RTL."
33375
33203
  }
33376
33204
  ],
33377
- "parts": [
33378
- {
33379
- "name": "background",
33380
- "docs": "The background of the toolbar, covering the entire area behind the toolbar content."
33381
- },
33382
- {
33383
- "name": "container",
33384
- "docs": "The container that wraps all toolbar content, including the default slot and named slot content."
33385
- },
33386
- {
33387
- "name": "content",
33388
- "docs": "The container for the default slot, wrapping content provided without a named slot."
33389
- }
33390
- ],
33205
+ "parts": [],
33391
33206
  "dependents": [
33392
33207
  "ion-select-modal"
33393
33208
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.4.4-dev.11741046329.16b83b14",
3
+ "version": "8.4.4-dev.11741050043.10a3c31a",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",