UEA-PRODEM
This commit is contained in:
+3
-3
@@ -69,7 +69,7 @@ var UI;
|
||||
/** The dropdown with the years. */
|
||||
UI["YearsDropdown"] = "years_dropdown";
|
||||
})(UI || (exports.UI = UI = {}));
|
||||
/** Enum representing flags for the {@link UI.Day} element. */
|
||||
/** Enum representing flags for the {@link UI | UI.Day} element. */
|
||||
var DayFlag;
|
||||
(function (DayFlag) {
|
||||
/** The day is disabled. */
|
||||
@@ -84,8 +84,8 @@ var DayFlag;
|
||||
DayFlag["today"] = "today";
|
||||
})(DayFlag || (exports.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.
|
||||
*/
|
||||
var SelectionState;
|
||||
(function (SelectionState) {
|
||||
|
||||
Reference in New Issue
Block a user