File tree 1 file changed +12
-6
lines changed
1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -408,7 +408,8 @@ cnDocumentationBlocks state =
408
408
, inputId: " start"
409
409
}
410
410
[ HH .slot _dtp 4 DateTimePicker .component
411
- { disabled: false
411
+ { defaultTime: Nothing
412
+ , disabled: false
412
413
, interval:
413
414
Just
414
415
{ start:
@@ -436,7 +437,8 @@ cnDocumentationBlocks state =
436
437
, inputId: " end"
437
438
}
438
439
[ HH .slot _dtp 5 DateTimePicker .component
439
- { disabled: false
440
+ { defaultTime: Nothing
441
+ , disabled: false
440
442
, interval:
441
443
Just
442
444
{ start:
@@ -470,7 +472,8 @@ cnDocumentationBlocks state =
470
472
, inputId: " start"
471
473
}
472
474
[ HH .slot _dtp 0 DateTimePicker .component
473
- { disabled: false
475
+ { defaultTime: Just $ Ocelot.Data.DateTime .unsafeMkTime 1 30 0 0
476
+ , disabled: false
474
477
, interval: Nothing
475
478
, selection: Nothing
476
479
, targetDate: Nothing
@@ -485,7 +488,8 @@ cnDocumentationBlocks state =
485
488
, inputId: " start-disabled"
486
489
}
487
490
[ HH .slot _dtp 2 DateTimePicker .component
488
- { disabled: true
491
+ { defaultTime: Nothing
492
+ , disabled: true
489
493
, interval: Nothing
490
494
, selection: Nothing
491
495
, targetDate: Nothing
@@ -505,7 +509,8 @@ cnDocumentationBlocks state =
505
509
, inputId: " end"
506
510
}
507
511
[ HH .slot _dtp 1 DateTimePicker .component
508
- { disabled: false
512
+ { defaultTime: Nothing
513
+ , disabled: false
509
514
, interval: Nothing
510
515
, selection: Just $ DateTime (unsafeMkDate 2019 1 1 ) (unsafeMkTime 0 0 0 0 )
511
516
, targetDate: Nothing
@@ -520,7 +525,8 @@ cnDocumentationBlocks state =
520
525
, inputId: " end-disabled"
521
526
}
522
527
[ HH .slot _dtp 3 DateTimePicker .component
523
- { disabled: true
528
+ { defaultTime: Nothing
529
+ , disabled: true
524
530
, interval: Nothing
525
531
, selection: Just $ DateTime (unsafeMkDate 2019 1 1 ) (unsafeMkTime 0 0 0 0 )
526
532
, targetDate: Nothing
You can’t perform that action at this time.
0 commit comments