UEA-PRODEM

This commit is contained in:
2026-06-10 12:14:46 -03:00
parent f54126b9d8
commit 9947565694
5319 changed files with 148520 additions and 129332 deletions
+3 -3
View File
@@ -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) {