UEA-PRODEM
This commit is contained in:
+3
-3
@@ -66,7 +66,7 @@ export var UI;
|
||||
/** The dropdown with the years. */
|
||||
UI["YearsDropdown"] = "years_dropdown";
|
||||
})(UI || (UI = {}));
|
||||
/** Enum representing flags for the {@link UI.Day} element. */
|
||||
/** Enum representing flags for the {@link UI | UI.Day} element. */
|
||||
export var DayFlag;
|
||||
(function (DayFlag) {
|
||||
/** The day is disabled. */
|
||||
@@ -81,8 +81,8 @@ export var DayFlag;
|
||||
DayFlag["today"] = "today";
|
||||
})(DayFlag || (DayFlag = {}));
|
||||
/**
|
||||
* Enum representing selection states that can be applied to the {@link UI.Day}
|
||||
* element in selection mode.
|
||||
* Enum representing selection states that can be applied to the
|
||||
* {@link UI | UI.Day} element in selection mode.
|
||||
*/
|
||||
export var SelectionState;
|
||||
(function (SelectionState) {
|
||||
|
||||
Reference in New Issue
Block a user