@ionic/docs 8.4.4-dev.11738233295.1e8971df → 8.4.4-dev.11738618213.1e9f211b
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 -49
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-
|
|
2
|
+
"timestamp": "2025-02-03T21:32:04",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.20.0",
|
|
@@ -32659,28 +32659,6 @@
|
|
|
32659
32659
|
"optional": false,
|
|
32660
32660
|
"required": false
|
|
32661
32661
|
},
|
|
32662
|
-
{
|
|
32663
|
-
"name": "required",
|
|
32664
|
-
"type": "boolean",
|
|
32665
|
-
"complexType": {
|
|
32666
|
-
"original": "boolean",
|
|
32667
|
-
"resolved": "boolean",
|
|
32668
|
-
"references": {}
|
|
32669
|
-
},
|
|
32670
|
-
"mutable": false,
|
|
32671
|
-
"attr": "required",
|
|
32672
|
-
"reflectToAttr": false,
|
|
32673
|
-
"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.",
|
|
32674
|
-
"docsTags": [],
|
|
32675
|
-
"default": "false",
|
|
32676
|
-
"values": [
|
|
32677
|
-
{
|
|
32678
|
-
"type": "boolean"
|
|
32679
|
-
}
|
|
32680
|
-
],
|
|
32681
|
-
"optional": false,
|
|
32682
|
-
"required": false
|
|
32683
|
-
},
|
|
32684
32662
|
{
|
|
32685
32663
|
"name": "value",
|
|
32686
32664
|
"type": "null | string | undefined",
|
|
@@ -32967,18 +32945,6 @@
|
|
|
32967
32945
|
{
|
|
32968
32946
|
"name": "slot",
|
|
32969
32947
|
"text": "end - Content is placed to the right of the toolbar text in LTR, and to the left in RTL."
|
|
32970
|
-
},
|
|
32971
|
-
{
|
|
32972
|
-
"name": "part",
|
|
32973
|
-
"text": "background - The background of the toolbar, covering the entire area behind the toolbar content."
|
|
32974
|
-
},
|
|
32975
|
-
{
|
|
32976
|
-
"name": "part",
|
|
32977
|
-
"text": "container - The container that wraps all toolbar content, including the default slot and named slot content."
|
|
32978
|
-
},
|
|
32979
|
-
{
|
|
32980
|
-
"name": "part",
|
|
32981
|
-
"text": "content - The container for the default slot, wrapping content provided without a named slot."
|
|
32982
32948
|
}
|
|
32983
32949
|
],
|
|
32984
32950
|
"usage": {},
|
|
@@ -33236,20 +33202,7 @@
|
|
|
33236
33202
|
"docs": "Content is placed to the left of the toolbar text in LTR, and to the right in RTL."
|
|
33237
33203
|
}
|
|
33238
33204
|
],
|
|
33239
|
-
"parts": [
|
|
33240
|
-
{
|
|
33241
|
-
"name": "background",
|
|
33242
|
-
"docs": "The background of the toolbar, covering the entire area behind the toolbar content."
|
|
33243
|
-
},
|
|
33244
|
-
{
|
|
33245
|
-
"name": "container",
|
|
33246
|
-
"docs": "The container that wraps all toolbar content, including the default slot and named slot content."
|
|
33247
|
-
},
|
|
33248
|
-
{
|
|
33249
|
-
"name": "content",
|
|
33250
|
-
"docs": "The container for the default slot, wrapping content provided without a named slot."
|
|
33251
|
-
}
|
|
33252
|
-
],
|
|
33205
|
+
"parts": [],
|
|
33253
33206
|
"dependents": [
|
|
33254
33207
|
"ion-select-modal"
|
|
33255
33208
|
],
|