Calendar widget that appears in Aside. Used in Forms for an implementation of <input
type="date"> elements.
The DatePicker can be launched with a JavaScript API. You should implement the
onselect method to get notified whenever the user picks a date. Note that you
must manually open and close the DatePicker.
You can specify a min and max value.
You can also use the onrendercell callback to manually adjust which cells are
selectable, as well add in additional classes per cell for styling purposes.
Here is an example DatePicker where a value is NOT set ahead of time.
You can set and change a note for the datepicker.
You can also make a deselect datepicker.
The object argument configures a ts.ui.DatePickerModel as outlined below.