@ionic/docs 8.4.4-dev.11739906326.1989484f → 8.4.4-dev.11740658609.11c22eeb
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 -99
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-02-
|
|
2
|
+
"timestamp": "2025-02-27T12:18:42",
|
|
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>"
|
|
@@ -22104,18 +22108,6 @@
|
|
|
22104
22108
|
{
|
|
22105
22109
|
"name": "part",
|
|
22106
22110
|
"text": "mark - The checkmark or dot used to indicate the checked state."
|
|
22107
|
-
},
|
|
22108
|
-
{
|
|
22109
|
-
"name": "part",
|
|
22110
|
-
"text": "supporting-text - Supporting text displayed beneath the radio label."
|
|
22111
|
-
},
|
|
22112
|
-
{
|
|
22113
|
-
"name": "part",
|
|
22114
|
-
"text": "helper-text - Supporting text displayed beneath the radio label when the radio is valid."
|
|
22115
|
-
},
|
|
22116
|
-
{
|
|
22117
|
-
"name": "part",
|
|
22118
|
-
"text": "error-text - Supporting text displayed beneath the radio label when the radio is invalid and touched."
|
|
22119
22111
|
}
|
|
22120
22112
|
],
|
|
22121
22113
|
"usage": {},
|
|
@@ -22237,54 +22229,6 @@
|
|
|
22237
22229
|
"optional": false,
|
|
22238
22230
|
"required": false
|
|
22239
22231
|
},
|
|
22240
|
-
{
|
|
22241
|
-
"name": "errorText",
|
|
22242
|
-
"type": "string | undefined",
|
|
22243
|
-
"complexType": {
|
|
22244
|
-
"original": "string",
|
|
22245
|
-
"resolved": "string | undefined",
|
|
22246
|
-
"references": {}
|
|
22247
|
-
},
|
|
22248
|
-
"mutable": false,
|
|
22249
|
-
"attr": "error-text",
|
|
22250
|
-
"reflectToAttr": false,
|
|
22251
|
-
"docs": "Text that is placed under the radio label and displayed when an error is detected.",
|
|
22252
|
-
"docsTags": [],
|
|
22253
|
-
"values": [
|
|
22254
|
-
{
|
|
22255
|
-
"type": "string"
|
|
22256
|
-
},
|
|
22257
|
-
{
|
|
22258
|
-
"type": "undefined"
|
|
22259
|
-
}
|
|
22260
|
-
],
|
|
22261
|
-
"optional": true,
|
|
22262
|
-
"required": false
|
|
22263
|
-
},
|
|
22264
|
-
{
|
|
22265
|
-
"name": "helperText",
|
|
22266
|
-
"type": "string | undefined",
|
|
22267
|
-
"complexType": {
|
|
22268
|
-
"original": "string",
|
|
22269
|
-
"resolved": "string | undefined",
|
|
22270
|
-
"references": {}
|
|
22271
|
-
},
|
|
22272
|
-
"mutable": false,
|
|
22273
|
-
"attr": "helper-text",
|
|
22274
|
-
"reflectToAttr": false,
|
|
22275
|
-
"docs": "Text that is placed under the radio label and displayed when no error is detected.",
|
|
22276
|
-
"docsTags": [],
|
|
22277
|
-
"values": [
|
|
22278
|
-
{
|
|
22279
|
-
"type": "string"
|
|
22280
|
-
},
|
|
22281
|
-
{
|
|
22282
|
-
"type": "undefined"
|
|
22283
|
-
}
|
|
22284
|
-
],
|
|
22285
|
-
"optional": true,
|
|
22286
|
-
"required": false
|
|
22287
|
-
},
|
|
22288
22232
|
{
|
|
22289
22233
|
"name": "justify",
|
|
22290
22234
|
"type": "\"end\" | \"space-between\" | \"start\" | undefined",
|
|
@@ -22511,14 +22455,6 @@
|
|
|
22511
22455
|
"name": "container",
|
|
22512
22456
|
"docs": "The container for the radio mark."
|
|
22513
22457
|
},
|
|
22514
|
-
{
|
|
22515
|
-
"name": "error-text",
|
|
22516
|
-
"docs": "Supporting text displayed beneath the radio label when the radio is invalid and touched."
|
|
22517
|
-
},
|
|
22518
|
-
{
|
|
22519
|
-
"name": "helper-text",
|
|
22520
|
-
"docs": "Supporting text displayed beneath the radio label when the radio is valid."
|
|
22521
|
-
},
|
|
22522
22458
|
{
|
|
22523
22459
|
"name": "label",
|
|
22524
22460
|
"docs": "The label text describing the radio."
|
|
@@ -22526,10 +22462,6 @@
|
|
|
22526
22462
|
{
|
|
22527
22463
|
"name": "mark",
|
|
22528
22464
|
"docs": "The checkmark or dot used to indicate the checked state."
|
|
22529
|
-
},
|
|
22530
|
-
{
|
|
22531
|
-
"name": "supporting-text",
|
|
22532
|
-
"docs": "Supporting text displayed beneath the radio label."
|
|
22533
22465
|
}
|
|
22534
22466
|
],
|
|
22535
22467
|
"dependents": [
|
|
@@ -33017,18 +32949,6 @@
|
|
|
33017
32949
|
{
|
|
33018
32950
|
"name": "slot",
|
|
33019
32951
|
"text": "end - Content is placed to the right of the toolbar text in LTR, and to the left in RTL."
|
|
33020
|
-
},
|
|
33021
|
-
{
|
|
33022
|
-
"name": "part",
|
|
33023
|
-
"text": "background - The background of the toolbar, covering the entire area behind the toolbar content."
|
|
33024
|
-
},
|
|
33025
|
-
{
|
|
33026
|
-
"name": "part",
|
|
33027
|
-
"text": "container - The container that wraps all toolbar content, including the default slot and named slot content."
|
|
33028
|
-
},
|
|
33029
|
-
{
|
|
33030
|
-
"name": "part",
|
|
33031
|
-
"text": "content - The container for the default slot, wrapping content provided without a named slot."
|
|
33032
32952
|
}
|
|
33033
32953
|
],
|
|
33034
32954
|
"usage": {},
|
|
@@ -33286,20 +33206,7 @@
|
|
|
33286
33206
|
"docs": "Content is placed to the left of the toolbar text in LTR, and to the right in RTL."
|
|
33287
33207
|
}
|
|
33288
33208
|
],
|
|
33289
|
-
"parts": [
|
|
33290
|
-
{
|
|
33291
|
-
"name": "background",
|
|
33292
|
-
"docs": "The background of the toolbar, covering the entire area behind the toolbar content."
|
|
33293
|
-
},
|
|
33294
|
-
{
|
|
33295
|
-
"name": "container",
|
|
33296
|
-
"docs": "The container that wraps all toolbar content, including the default slot and named slot content."
|
|
33297
|
-
},
|
|
33298
|
-
{
|
|
33299
|
-
"name": "content",
|
|
33300
|
-
"docs": "The container for the default slot, wrapping content provided without a named slot."
|
|
33301
|
-
}
|
|
33302
|
-
],
|
|
33209
|
+
"parts": [],
|
|
33303
33210
|
"dependents": [
|
|
33304
33211
|
"ion-select-modal"
|
|
33305
33212
|
],
|