@ionic/docs 8.4.4-dev.11741289071.1e8e1c3f → 8.4.4-dev.11741294920.1c3e822a
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 +6 -187
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-03-
|
|
2
|
+
"timestamp": "2025-03-06T21:03:52",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.20.0",
|
|
@@ -1921,6 +1921,10 @@
|
|
|
1921
1921
|
"Promise": {
|
|
1922
1922
|
"location": "global",
|
|
1923
1923
|
"id": "global::Promise"
|
|
1924
|
+
},
|
|
1925
|
+
"HTMLButtonElement": {
|
|
1926
|
+
"location": "global",
|
|
1927
|
+
"id": "global::HTMLButtonElement"
|
|
1924
1928
|
}
|
|
1925
1929
|
},
|
|
1926
1930
|
"return": "Promise<void>"
|
|
@@ -6018,28 +6022,6 @@
|
|
|
6018
6022
|
"optional": false,
|
|
6019
6023
|
"required": false
|
|
6020
6024
|
},
|
|
6021
|
-
{
|
|
6022
|
-
"name": "required",
|
|
6023
|
-
"type": "boolean",
|
|
6024
|
-
"complexType": {
|
|
6025
|
-
"original": "boolean",
|
|
6026
|
-
"resolved": "boolean",
|
|
6027
|
-
"references": {}
|
|
6028
|
-
},
|
|
6029
|
-
"mutable": false,
|
|
6030
|
-
"attr": "required",
|
|
6031
|
-
"reflectToAttr": false,
|
|
6032
|
-
"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.",
|
|
6033
|
-
"docsTags": [],
|
|
6034
|
-
"default": "false",
|
|
6035
|
-
"values": [
|
|
6036
|
-
{
|
|
6037
|
-
"type": "boolean"
|
|
6038
|
-
}
|
|
6039
|
-
],
|
|
6040
|
-
"optional": false,
|
|
6041
|
-
"required": false
|
|
6042
|
-
},
|
|
6043
6025
|
{
|
|
6044
6026
|
"name": "value",
|
|
6045
6027
|
"type": "any",
|
|
@@ -17046,28 +17028,6 @@
|
|
|
17046
17028
|
"optional": true,
|
|
17047
17029
|
"required": false
|
|
17048
17030
|
},
|
|
17049
|
-
{
|
|
17050
|
-
"name": "expandToScroll",
|
|
17051
|
-
"type": "boolean",
|
|
17052
|
-
"complexType": {
|
|
17053
|
-
"original": "boolean",
|
|
17054
|
-
"resolved": "boolean",
|
|
17055
|
-
"references": {}
|
|
17056
|
-
},
|
|
17057
|
-
"mutable": false,
|
|
17058
|
-
"attr": "expand-to-scroll",
|
|
17059
|
-
"reflectToAttr": false,
|
|
17060
|
-
"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.",
|
|
17061
|
-
"docsTags": [],
|
|
17062
|
-
"default": "true",
|
|
17063
|
-
"values": [
|
|
17064
|
-
{
|
|
17065
|
-
"type": "boolean"
|
|
17066
|
-
}
|
|
17067
|
-
],
|
|
17068
|
-
"optional": false,
|
|
17069
|
-
"required": false
|
|
17070
|
-
},
|
|
17071
17031
|
{
|
|
17072
17032
|
"name": "focusTrap",
|
|
17073
17033
|
"type": "boolean",
|
|
@@ -27266,18 +27226,6 @@
|
|
|
27266
27226
|
{
|
|
27267
27227
|
"name": "part",
|
|
27268
27228
|
"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."
|
|
27281
27229
|
}
|
|
27282
27230
|
],
|
|
27283
27231
|
"usage": {},
|
|
@@ -27428,30 +27376,6 @@
|
|
|
27428
27376
|
"optional": false,
|
|
27429
27377
|
"required": false
|
|
27430
27378
|
},
|
|
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
|
-
},
|
|
27455
27379
|
{
|
|
27456
27380
|
"name": "expandedIcon",
|
|
27457
27381
|
"type": "string | undefined",
|
|
@@ -27505,30 +27429,6 @@
|
|
|
27505
27429
|
"optional": true,
|
|
27506
27430
|
"required": false
|
|
27507
27431
|
},
|
|
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
|
-
},
|
|
27532
27432
|
{
|
|
27533
27433
|
"name": "interface",
|
|
27534
27434
|
"type": "\"action-sheet\" | \"alert\" | \"modal\" | \"popover\"",
|
|
@@ -27802,28 +27702,6 @@
|
|
|
27802
27702
|
"optional": true,
|
|
27803
27703
|
"required": false
|
|
27804
27704
|
},
|
|
27805
|
-
{
|
|
27806
|
-
"name": "required",
|
|
27807
|
-
"type": "boolean",
|
|
27808
|
-
"complexType": {
|
|
27809
|
-
"original": "boolean",
|
|
27810
|
-
"resolved": "boolean",
|
|
27811
|
-
"references": {}
|
|
27812
|
-
},
|
|
27813
|
-
"mutable": false,
|
|
27814
|
-
"attr": "required",
|
|
27815
|
-
"reflectToAttr": false,
|
|
27816
|
-
"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.",
|
|
27817
|
-
"docsTags": [],
|
|
27818
|
-
"default": "false",
|
|
27819
|
-
"values": [
|
|
27820
|
-
{
|
|
27821
|
-
"type": "boolean"
|
|
27822
|
-
}
|
|
27823
|
-
],
|
|
27824
|
-
"optional": false,
|
|
27825
|
-
"required": false
|
|
27826
|
-
},
|
|
27827
27705
|
{
|
|
27828
27706
|
"name": "selectedText",
|
|
27829
27707
|
"type": "null | string | undefined",
|
|
@@ -28271,14 +28149,6 @@
|
|
|
28271
28149
|
"name": "container",
|
|
28272
28150
|
"docs": "The container for the selected text or placeholder."
|
|
28273
28151
|
},
|
|
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
|
-
},
|
|
28282
28152
|
{
|
|
28283
28153
|
"name": "icon",
|
|
28284
28154
|
"docs": "The select icon container."
|
|
@@ -28291,10 +28161,6 @@
|
|
|
28291
28161
|
"name": "placeholder",
|
|
28292
28162
|
"docs": "The text displayed in the select when there is no value."
|
|
28293
28163
|
},
|
|
28294
|
-
{
|
|
28295
|
-
"name": "supporting-text",
|
|
28296
|
-
"docs": "Supporting text displayed beneath the select."
|
|
28297
|
-
},
|
|
28298
28164
|
{
|
|
28299
28165
|
"name": "text",
|
|
28300
28166
|
"docs": "The displayed value of the select."
|
|
@@ -32797,28 +32663,6 @@
|
|
|
32797
32663
|
"optional": false,
|
|
32798
32664
|
"required": false
|
|
32799
32665
|
},
|
|
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
32666
|
{
|
|
32823
32667
|
"name": "value",
|
|
32824
32668
|
"type": "null | string | undefined",
|
|
@@ -33105,18 +32949,6 @@
|
|
|
33105
32949
|
{
|
|
33106
32950
|
"name": "slot",
|
|
33107
32951
|
"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
32952
|
}
|
|
33121
32953
|
],
|
|
33122
32954
|
"usage": {},
|
|
@@ -33374,20 +33206,7 @@
|
|
|
33374
33206
|
"docs": "Content is placed to the left of the toolbar text in LTR, and to the right in RTL."
|
|
33375
33207
|
}
|
|
33376
33208
|
],
|
|
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
|
-
],
|
|
33209
|
+
"parts": [],
|
|
33391
33210
|
"dependents": [
|
|
33392
33211
|
"ion-select-modal"
|
|
33393
33212
|
],
|