UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

352 lines (351 loc) 9.27 kB
/* 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 { WebBaseComboBoxLikeDescription } from "./WebBaseComboBoxLikeDescription"; import { markType } from "./type"; /** * @hidden */ export let WebDateRangePickerDescription = /*@__PURE__*/ (() => { class WebDateRangePickerDescription extends WebBaseComboBoxLikeDescription { constructor() { super(); this.ab = null; this.t = null; this.bk = null; this.an = false; this.am = false; this.bj = null; this.z = null; this.aj = false; this.ah = false; this.ai = false; this.bg = null; this.bi = null; this.bh = null; this.bo = null; this.bq = null; this.bp = null; this.br = null; this.bc = null; this.bf = null; this.a1 = new Date(); this.a0 = new Date(); this.u = null; this.a5 = 0; this.bd = null; this.bn = null; this.ae = false; this.az = new Date(); this.al = false; this.af = false; this.v = null; this.bs = null; this.ad = false; this.ak = false; this.a7 = null; this.ag = false; this.bm = null; this.bl = null; this.bb = null; this.ba = null; this.a9 = null; this.be = null; } get_type() { return "WebDateRangePicker"; } get value() { return this.ab; } set value(a) { this.ab = a; this.j("Value"); } get customRanges() { return this.t; } set customRanges(a) { this.t = a; this.j("CustomRanges"); } get mode() { return this.bk; } set mode(a) { this.bk = a; this.j("Mode"); } get useTwoInputs() { return this.an; } set useTwoInputs(a) { this.an = a; this.j("UseTwoInputs"); } get usePredefinedRanges() { return this.am; } set usePredefinedRanges(a) { this.am = a; this.j("UsePredefinedRanges"); } get locale() { return this.bj; } set locale(a) { this.bj = a; this.j("Locale"); } get resourceStrings() { return this.z; } set resourceStrings(a) { this.z = a; this.j("ResourceStrings"); } get readOnly() { return this.aj; } set readOnly(a) { this.aj = a; this.j("ReadOnly"); } get nonEditable() { return this.ah; } set nonEditable(a) { this.ah = a; this.j("NonEditable"); } get outlined() { return this.ai; } set outlined(a) { this.ai = a; this.j("Outlined"); } get label() { return this.bg; } set label(a) { this.bg = a; this.j("Label"); } get labelStart() { return this.bi; } set labelStart(a) { this.bi = a; this.j("LabelStart"); } get labelEnd() { return this.bh; } set labelEnd(a) { this.bh = a; this.j("LabelEnd"); } get placeholder() { return this.bo; } set placeholder(a) { this.bo = a; this.j("Placeholder"); } get placeholderStart() { return this.bq; } set placeholderStart(a) { this.bq = a; this.j("PlaceholderStart"); } get placeholderEnd() { return this.bp; } set placeholderEnd(a) { this.bp = a; this.j("PlaceholderEnd"); } get prompt() { return this.br; } set prompt(a) { this.br = a; this.j("Prompt"); } get displayFormat() { return this.bc; } set displayFormat(a) { this.bc = a; this.j("DisplayFormat"); } get inputFormat() { return this.bf; } set inputFormat(a) { this.bf = a; this.j("InputFormat"); } get min() { return this.a1; } set min(a) { this.a1 = a; this.j("Min"); } get max() { return this.a0; } set max(a) { this.a0 = a; this.j("Max"); } get disabledDates() { return this.u; } set disabledDates(a) { this.u = a; this.j("DisabledDates"); } get visibleMonths() { return this.a5; } set visibleMonths(a) { this.a5 = a; this.j("VisibleMonths"); } get headerOrientation() { return this.bd; } set headerOrientation(a) { this.bd = a; this.j("HeaderOrientation"); } get orientation() { return this.bn; } set orientation(a) { this.bn = a; this.j("Orientation"); } get hideHeader() { return this.ae; } set hideHeader(a) { this.ae = a; this.j("HideHeader"); } get activeDate() { return this.az; } set activeDate(a) { this.az = a; this.j("ActiveDate"); } get showWeekNumbers() { return this.al; } set showWeekNumbers(a) { this.al = a; this.j("ShowWeekNumbers"); } get hideOutsideDays() { return this.af; } set hideOutsideDays(a) { this.af = a; this.j("HideOutsideDays"); } get specialDates() { return this.v; } set specialDates(a) { this.v = a; this.j("SpecialDates"); } get weekStart() { return this.bs; } set weekStart(a) { this.bs = a; this.j("WeekStart"); } get disabled() { return this.ad; } set disabled(a) { this.ad = a; this.j("Disabled"); } get required() { return this.ak; } set required(a) { this.ak = a; this.j("Required"); } get defaultValue() { return this.a7; } set defaultValue(a) { this.a7 = a; this.j("DefaultValue"); } get invalid() { return this.ag; } set invalid(a) { this.ag = a; this.j("Invalid"); } get openingRef() { return this.bm; } set openingRef(a) { this.bm = a; this.j("OpeningRef"); } get openedRef() { return this.bl; } set openedRef(a) { this.bl = a; this.j("OpenedRef"); } get closingRef() { return this.bb; } set closingRef(a) { this.bb = a; this.j("ClosingRef"); } get closedRef() { return this.ba; } set closedRef(a) { this.ba = a; this.j("ClosedRef"); } get changeRef() { return this.a9; } set changeRef(a) { this.a9 = a; this.j("ChangeRef"); } get inputRef() { return this.be; } set inputRef(a) { this.be = a; this.j("InputRef"); } } WebDateRangePickerDescription.$t = markType(WebDateRangePickerDescription, 'WebDateRangePickerDescription', WebBaseComboBoxLikeDescription.$); return WebDateRangePickerDescription; })();