egroupware_official/api/js/etemplate/Et2Date
ralf 89613dd368 fix et2-date-duration showing NaN:NaN in timesheet
boolean attributes should not have a default of true, because DOM does NOT reflect false and we need to reflect for use in NM
--> changed default for select_unit for r/o duration to false and set it in timesheet.index to true
--> changing it for r/w too would require a lot of xet files to be updated (we don't need reflection there)
2022-03-02 11:02:24 +02:00
..
test Fix missing import in et2 tests 2022-02-15 12:48:01 -07:00
DateStyles.ts Fix missing label in date widgets 2022-02-23 10:43:39 -07:00
Et2Date.ts Change handler setting modelValue for validation 2022-03-01 16:09:27 +02:00
Et2DateDuration.ts fix et2-date-duration showing NaN:NaN in timesheet 2022-03-02 11:02:24 +02:00
Et2DateDurationReadonly.ts fix display_format="hⓂ️s" for r/o only gave one best matching unit (eg. 5m) not all units (eg. 0:05:30) 2022-02-25 10:16:28 +02:00
Et2DateReadonly.ts - Detached widgets still need a loadingFinished() for if they are children of legacy widgets 2021-12-21 10:52:39 -07:00
Et2DateSinceReadonly.ts enable et2-date-(duration|since) 2022-01-22 11:01:24 +02:00
Et2DateTime.ts Support scroll wheel on date year, month, hour, minute 2022-02-22 11:23:54 -07:00
Et2DateTimeOnly.ts Fix missing label in date widgets 2022-02-23 10:43:39 -07:00
Et2DateTimeOnlyReadonly.ts added et2-date-timeonly_ro widget 2022-02-24 19:44:30 +02:00
Et2DateTimeReadonly.ts using WCs for simple select, r/o select-* and r/o date(-time) 2022-01-19 10:58:01 +02:00
Et2DateTimeToday.ts Add Et2DateTimeToday 2022-02-03 14:58:56 -07:00