@theroutingcompany/components 0.0.74-alpha.5 → 0.0.74-alpha.6
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.
|
@@ -27614,14 +27614,15 @@ function JB({
|
|
|
27614
27614
|
timeZone: r = "America/New_York",
|
|
27615
27615
|
...n
|
|
27616
27616
|
}) {
|
|
27617
|
-
const o = Ye(), a = Jl({}), i = V(null), {
|
|
27618
|
-
|
|
27619
|
-
|
|
27620
|
-
|
|
27621
|
-
), u = R_({
|
|
27617
|
+
const o = Ye(), a = Jl({}), i = V(null), {
|
|
27618
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
27619
|
+
menuTriggerProps: { onPress: l, onPressStart: s, ...c },
|
|
27620
|
+
menuProps: d
|
|
27621
|
+
} = Xl({}, a, i), u = R_({
|
|
27622
27622
|
hourCycle: 12,
|
|
27623
27623
|
// force 12 hour for now
|
|
27624
27624
|
granularity: e,
|
|
27625
|
+
value: n.value,
|
|
27625
27626
|
defaultValue: n.defaultValue,
|
|
27626
27627
|
locale: o.locale,
|
|
27627
27628
|
createCalendar: ef
|