@ionic/docs 8.8.13-nightly.20260625 → 8.8.13-nightly.20260629
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 -1
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-06-
|
|
2
|
+
"timestamp": "2026-06-29T07:47:09",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.43.5",
|
|
@@ -38144,6 +38144,11 @@
|
|
|
38144
38144
|
"docstring": "",
|
|
38145
38145
|
"path": "src/interface.d.ts"
|
|
38146
38146
|
},
|
|
38147
|
+
"src/components/datetime/datetime-interface.ts::DatetimeParts": {
|
|
38148
|
+
"declaration": "export interface DatetimeParts {\n month: number;\n day: number | null;\n year: number;\n dayOfWeek?: number | null;\n hour?: number;\n minute?: number;\n ampm?: 'am' | 'pm';\n isAdjacentDay?: boolean;\n}",
|
|
38149
|
+
"docstring": "",
|
|
38150
|
+
"path": "src/components/datetime/datetime-interface.ts"
|
|
38151
|
+
},
|
|
38147
38152
|
"src/components/picker-column/picker-column-interfaces.ts::PickerColumnChangeEventDetail": {
|
|
38148
38153
|
"declaration": "export interface PickerColumnChangeEventDetail {\n value: PickerColumnValue;\n}",
|
|
38149
38154
|
"docstring": "",
|