refactor(ui): refactor all of the classical datepicker codes with the shui calendar

This commit is contained in:
charlie
2024-04-22 17:24:27 +08:00
parent d71e0163c4
commit 52bc99738a
11 changed files with 64 additions and 576 deletions

View File

@@ -650,12 +650,7 @@
;; Commands are nested for now to stay in sync with the shortcuts system.
;; Other languages should not nest keys under :commands
:commands
{:date-picker/complete "Date picker: Choose selected day"
:date-picker/prev-day "Date picker: Select previous day"
:date-picker/next-day "Date picker: Select next day"
:date-picker/prev-week "Date picker: Select previous week"
:date-picker/next-week "Date picker: Select next week"
:pdf/previous-page "Pdf: Previous page of current pdf doc"
{:pdf/previous-page "Pdf: Previous page of current pdf doc"
:pdf/next-page "Pdf: Next page of current pdf doc"
:pdf/close "Pdf: Close current pdf doc"
:pdf/find "Pdf: Search text of current pdf doc"