igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
331 lines (330 loc) • 8.77 kB
JavaScript
/*
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
https://www.infragistics.com/legal/license/igultimate-la
https://www.infragistics.com/legal/license/igultimate-eula
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
*/
import { Description } from "./Description";
import { markType } from "./type";
/**
* @hidden
*/
export let DatePickerDescription = /*@__PURE__*/ (() => {
class DatePickerDescription extends Description {
constructor() {
super();
this.af = new Date();
this.ae = new Date();
this.ay = null;
this.a2 = null;
this.az = null;
this.ak = 0;
this.a0 = null;
this.a1 = null;
this.a4 = null;
this.ad = new Date();
this.ac = new Date();
this.ar = null;
this.ao = null;
this.a7 = null;
this.al = 0;
this.a8 = null;
this.a9 = null;
this.a6 = null;
this.aw = null;
this.p = false;
this.q = false;
this.k = false;
this.o = false;
this.as = null;
this.at = null;
this.r = false;
this.aq = null;
this.au = null;
this.l = false;
this.m = false;
this.n = false;
this.s = false;
this.a5 = null;
this.av = null;
this.a3 = null;
this.ax = null;
this.ap = null;
this.ba = null;
}
get_type() {
return "DatePicker";
}
get type() {
return this.get_type();
}
get value() {
return this.af;
}
set value(a) {
this.af = a;
this.j("Value");
}
get today() {
return this.ae;
}
set today(a) {
this.ae = a;
this.j("Today");
}
get label() {
return this.ay;
}
set label(a) {
this.ay = a;
this.j("Label");
}
get labelTextColor() {
return this.a2;
}
set labelTextColor(a) {
this.a2 = a;
this.j("LabelTextColor");
}
get labelFontFamily() {
return this.az;
}
set labelFontFamily(a) {
this.az = a;
this.j("LabelFontFamily");
}
get labelFontSize() {
return this.ak;
}
set labelFontSize(a) {
this.ak = a;
this.j("LabelFontSize");
}
get labelFontStyle() {
return this.a0;
}
set labelFontStyle(a) {
this.a0 = a;
this.j("LabelFontStyle");
}
get labelFontWeight() {
return this.a1;
}
set labelFontWeight(a) {
this.a1 = a;
this.j("LabelFontWeight");
}
get placeholder() {
return this.a4;
}
set placeholder(a) {
this.a4 = a;
this.j("Placeholder");
}
get minDate() {
return this.ad;
}
set minDate(a) {
this.ad = a;
this.j("MinDate");
}
get maxDate() {
return this.ac;
}
set maxDate(a) {
this.ac = a;
this.j("MaxDate");
}
get density() {
return this.ar;
}
set density(a) {
this.ar = a;
this.j("Density");
}
get baseTheme() {
return this.ao;
}
set baseTheme(a) {
this.ao = a;
this.j("BaseTheme");
}
get textFontFamily() {
return this.a7;
}
set textFontFamily(a) {
this.a7 = a;
this.j("TextFontFamily");
}
get textFontSize() {
return this.al;
}
set textFontSize(a) {
this.al = a;
this.j("TextFontSize");
}
get textFontStyle() {
return this.a8;
}
set textFontStyle(a) {
this.a8 = a;
this.j("TextFontStyle");
}
get textFontWeight() {
return this.a9;
}
set textFontWeight(a) {
this.a9 = a;
this.j("TextFontWeight");
}
get textColor() {
return this.a6;
}
set textColor(a) {
this.a6 = a;
this.j("TextColor");
}
get iconColor() {
return this.aw;
}
set iconColor(a) {
this.aw = a;
this.j("IconColor");
}
get showClearButton() {
return this.p;
}
set showClearButton(a) {
this.p = a;
this.j("ShowClearButton");
}
get showTodayButton() {
return this.q;
}
set showTodayButton(a) {
this.q = a;
this.j("ShowTodayButton");
}
get allowTextInput() {
return this.k;
}
set allowTextInput(a) {
this.k = a;
this.j("AllowTextInput");
}
get openOnFocus() {
return this.o;
}
set openOnFocus(a) {
this.o = a;
this.j("OpenOnFocus");
}
get firstDayOfWeek() {
return this.as;
}
set firstDayOfWeek(a) {
this.as = a;
this.j("FirstDayOfWeek");
}
get firstWeekOfYear() {
return this.at;
}
set firstWeekOfYear(a) {
this.at = a;
this.j("FirstWeekOfYear");
}
get showWeekNumbers() {
return this.r;
}
set showWeekNumbers(a) {
this.r = a;
this.j("ShowWeekNumbers");
}
get dateFormat() {
return this.aq;
}
set dateFormat(a) {
this.aq = a;
this.j("DateFormat");
}
get formatString() {
return this.au;
}
set formatString(a) {
this.au = a;
this.j("FormatString");
}
get isDisabled() {
return this.l;
}
set isDisabled(a) {
this.l = a;
this.j("IsDisabled");
}
get isFixed() {
return this.m;
}
set isFixed(a) {
this.m = a;
this.j("IsFixed");
}
get openAsChild() {
return this.n;
}
set openAsChild(a) {
this.n = a;
this.j("OpenAsChild");
}
get useTopLayer() {
return this.s;
}
set useTopLayer(a) {
this.s = a;
this.j("UseTopLayer");
}
get selectedValueChangedRef() {
return this.a5;
}
set selectedValueChangedRef(a) {
this.a5 = a;
this.j("SelectedValueChangedRef");
}
get gotFocusRef() {
return this.av;
}
set gotFocusRef(a) {
this.av = a;
this.j("GotFocusRef");
}
get lostFocusRef() {
return this.a3;
}
set lostFocusRef(a) {
this.a3 = a;
this.j("LostFocusRef");
}
get keyDownRef() {
return this.ax;
}
set keyDownRef(a) {
this.ax = a;
this.j("KeyDownRef");
}
get changingRef() {
return this.ap;
}
set changingRef(a) {
this.ap = a;
this.j("ChangingRef");
}
get valueChangeRef() {
return this.ba;
}
set valueChangeRef(a) {
this.ba = a;
this.j("ValueChangeRef");
}
}
DatePickerDescription.$t = markType(DatePickerDescription, 'DatePickerDescription', Description.$);
return DatePickerDescription;
})();