@ionic/docs 8.4.4-dev.11741193800.14916f6f → 8.4.4-dev.11741198674.16b83b14
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 +187 -2
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-03-
|
|
2
|
+
"timestamp": "2025-03-05T18:19:48",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.20.0",
|
|
@@ -5742,6 +5742,18 @@
|
|
|
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."
|
|
5745
5757
|
}
|
|
5746
5758
|
],
|
|
5747
5759
|
"usage": {},
|
|
@@ -5885,6 +5897,54 @@
|
|
|
5885
5897
|
"optional": false,
|
|
5886
5898
|
"required": false
|
|
5887
5899
|
},
|
|
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
|
+
},
|
|
5888
5948
|
{
|
|
5889
5949
|
"name": "indeterminate",
|
|
5890
5950
|
"type": "boolean",
|
|
@@ -6018,6 +6078,28 @@
|
|
|
6018
6078
|
"optional": false,
|
|
6019
6079
|
"required": false
|
|
6020
6080
|
},
|
|
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
|
+
},
|
|
6021
6103
|
{
|
|
6022
6104
|
"name": "value",
|
|
6023
6105
|
"type": "any",
|
|
@@ -6238,6 +6320,14 @@
|
|
|
6238
6320
|
"name": "container",
|
|
6239
6321
|
"docs": "The container for the checkbox mark."
|
|
6240
6322
|
},
|
|
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
|
+
},
|
|
6241
6331
|
{
|
|
6242
6332
|
"name": "label",
|
|
6243
6333
|
"docs": "The label text describing the checkbox."
|
|
@@ -6245,6 +6335,10 @@
|
|
|
6245
6335
|
{
|
|
6246
6336
|
"name": "mark",
|
|
6247
6337
|
"docs": "The checkmark used to indicate the checked state."
|
|
6338
|
+
},
|
|
6339
|
+
{
|
|
6340
|
+
"name": "supporting-text",
|
|
6341
|
+
"docs": "Supporting text displayed beneath the checkbox label."
|
|
6248
6342
|
}
|
|
6249
6343
|
],
|
|
6250
6344
|
"dependents": [
|
|
@@ -17024,6 +17118,28 @@
|
|
|
17024
17118
|
"optional": true,
|
|
17025
17119
|
"required": false
|
|
17026
17120
|
},
|
|
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
|
+
},
|
|
17027
17143
|
{
|
|
17028
17144
|
"name": "focusTrap",
|
|
17029
17145
|
"type": "boolean",
|
|
@@ -27698,6 +27814,28 @@
|
|
|
27698
27814
|
"optional": true,
|
|
27699
27815
|
"required": false
|
|
27700
27816
|
},
|
|
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
|
+
},
|
|
27701
27839
|
{
|
|
27702
27840
|
"name": "selectedText",
|
|
27703
27841
|
"type": "null | string | undefined",
|
|
@@ -32659,6 +32797,28 @@
|
|
|
32659
32797
|
"optional": false,
|
|
32660
32798
|
"required": false
|
|
32661
32799
|
},
|
|
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
|
+
},
|
|
32662
32822
|
{
|
|
32663
32823
|
"name": "value",
|
|
32664
32824
|
"type": "null | string | undefined",
|
|
@@ -32945,6 +33105,18 @@
|
|
|
32945
33105
|
{
|
|
32946
33106
|
"name": "slot",
|
|
32947
33107
|
"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."
|
|
32948
33120
|
}
|
|
32949
33121
|
],
|
|
32950
33122
|
"usage": {},
|
|
@@ -33202,7 +33374,20 @@
|
|
|
33202
33374
|
"docs": "Content is placed to the left of the toolbar text in LTR, and to the right in RTL."
|
|
33203
33375
|
}
|
|
33204
33376
|
],
|
|
33205
|
-
"parts": [
|
|
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
|
+
],
|
|
33206
33391
|
"dependents": [
|
|
33207
33392
|
"ion-select-modal"
|
|
33208
33393
|
],
|