@ionic/docs 8.4.4-dev.11739906326.1989484f → 8.4.4-dev.11740669619.1b5165be
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 +2 -99
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-02-
|
|
2
|
+
"timestamp": "2025-02-27T15:22:15",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.20.0",
|
|
@@ -22104,18 +22104,6 @@
|
|
|
22104
22104
|
{
|
|
22105
22105
|
"name": "part",
|
|
22106
22106
|
"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
22107
|
}
|
|
22120
22108
|
],
|
|
22121
22109
|
"usage": {},
|
|
@@ -22237,54 +22225,6 @@
|
|
|
22237
22225
|
"optional": false,
|
|
22238
22226
|
"required": false
|
|
22239
22227
|
},
|
|
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
22228
|
{
|
|
22289
22229
|
"name": "justify",
|
|
22290
22230
|
"type": "\"end\" | \"space-between\" | \"start\" | undefined",
|
|
@@ -22511,14 +22451,6 @@
|
|
|
22511
22451
|
"name": "container",
|
|
22512
22452
|
"docs": "The container for the radio mark."
|
|
22513
22453
|
},
|
|
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
22454
|
{
|
|
22523
22455
|
"name": "label",
|
|
22524
22456
|
"docs": "The label text describing the radio."
|
|
@@ -22526,10 +22458,6 @@
|
|
|
22526
22458
|
{
|
|
22527
22459
|
"name": "mark",
|
|
22528
22460
|
"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
22461
|
}
|
|
22534
22462
|
],
|
|
22535
22463
|
"dependents": [
|
|
@@ -33017,18 +32945,6 @@
|
|
|
33017
32945
|
{
|
|
33018
32946
|
"name": "slot",
|
|
33019
32947
|
"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
32948
|
}
|
|
33033
32949
|
],
|
|
33034
32950
|
"usage": {},
|
|
@@ -33286,20 +33202,7 @@
|
|
|
33286
33202
|
"docs": "Content is placed to the left of the toolbar text in LTR, and to the right in RTL."
|
|
33287
33203
|
}
|
|
33288
33204
|
],
|
|
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
|
-
],
|
|
33205
|
+
"parts": [],
|
|
33303
33206
|
"dependents": [
|
|
33304
33207
|
"ion-select-modal"
|
|
33305
33208
|
],
|