mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-02 00:27:49 +01:00
date-range-picker with cally (#30193)
* date-range-picker with cally * fix timePicker * Review: backdrop transition * fix comments * Add formatCallyDateRange * Refactor date formatting in date range picker and remove unused styles * time-input without label * review
This commit is contained in:
@@ -11,7 +11,8 @@ import "./ha-svg-icon";
|
||||
import "./ha-textfield";
|
||||
import type { HaTextField } from "./ha-textfield";
|
||||
|
||||
const loadDatePickerDialog = () => import("./ha-dialog-date-picker");
|
||||
const loadDatePickerDialog = () =>
|
||||
import("./date-picker/ha-dialog-date-picker");
|
||||
|
||||
export interface DatePickerDialogParams {
|
||||
value?: string;
|
||||
|
||||
Reference in New Issue
Block a user