1
0
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:
Wendelin
2026-03-19 11:30:15 +01:00
committed by GitHub
parent 8313be8e7e
commit e278e33375
21 changed files with 1115 additions and 1048 deletions

View File

@@ -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;