@ionic/docs 8.5.4-dev.11744209290.123af9eb → 8.5.4-dev.11744646756.1244bf71
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 +26 -2
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-04-
|
|
2
|
+
"timestamp": "2025-04-14T16:07:36",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
|
-
"version": "4.29.
|
|
5
|
+
"version": "4.29.3",
|
|
6
6
|
"typescriptVersion": "5.5.4"
|
|
7
7
|
},
|
|
8
8
|
"components": [
|
|
@@ -8877,6 +8877,30 @@
|
|
|
8877
8877
|
"getter": false,
|
|
8878
8878
|
"setter": false
|
|
8879
8879
|
},
|
|
8880
|
+
{
|
|
8881
|
+
"name": "showAdjacentDays",
|
|
8882
|
+
"type": "boolean",
|
|
8883
|
+
"complexType": {
|
|
8884
|
+
"original": "boolean",
|
|
8885
|
+
"resolved": "boolean",
|
|
8886
|
+
"references": {}
|
|
8887
|
+
},
|
|
8888
|
+
"mutable": false,
|
|
8889
|
+
"attr": "show-adjacent-days",
|
|
8890
|
+
"reflectToAttr": false,
|
|
8891
|
+
"docs": "If `true`, the datetime calendar displays a six-week (42-day) layout,\nincluding days from the previous and next months to fill the grid.\nThese adjacent days are selectable unless disabled.",
|
|
8892
|
+
"docsTags": [],
|
|
8893
|
+
"default": "false",
|
|
8894
|
+
"values": [
|
|
8895
|
+
{
|
|
8896
|
+
"type": "boolean"
|
|
8897
|
+
}
|
|
8898
|
+
],
|
|
8899
|
+
"optional": false,
|
|
8900
|
+
"required": false,
|
|
8901
|
+
"getter": false,
|
|
8902
|
+
"setter": false
|
|
8903
|
+
},
|
|
8880
8904
|
{
|
|
8881
8905
|
"name": "showClearButton",
|
|
8882
8906
|
"type": "boolean",
|