UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

48 lines (47 loc) 2.99 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 { __extends } from "tslib"; import { Base, String_$type, markType } from "./type"; import { Dictionary$2 } from "./Dictionary$2"; import { WebDensityChangedEventArgsDescriptionMetadata } from "./WebDensityChangedEventArgsDescriptionMetadata"; import { WebDisplayDensityBaseElementDescription } from "./WebDisplayDensityBaseElementDescription"; /** * @hidden */ var WebDisplayDensityBaseElementDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(WebDisplayDensityBaseElementDescriptionMetadata, _super); function WebDisplayDensityBaseElementDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } WebDisplayDensityBaseElementDescriptionMetadata.b = function (a) { if (WebDisplayDensityBaseElementDescriptionMetadata.a == null) { WebDisplayDensityBaseElementDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); WebDisplayDensityBaseElementDescriptionMetadata.c(WebDisplayDensityBaseElementDescriptionMetadata.a); } if (a.j(WebDisplayDensityBaseElementDescriptionMetadata.a)) { return; } a.y(WebDisplayDensityBaseElementDescriptionMetadata.a); WebDensityChangedEventArgsDescriptionMetadata.d(a); }; WebDisplayDensityBaseElementDescriptionMetadata.c = function (a) { a.item("__qualifiedNameTS", "String:DisplayDensityBaseElement"); a.item("__tagNameWC", "String:igc-display-density-base"); a.item("DisplayDensity", "ExportedType:string:DisplayDensity"); a.item("DisplayDensity@names", "Comfortable;Cosy;Compact"); a.item("OnDensityChangedRef", "EventRef::onDensityChanged:customEvent"); }; WebDisplayDensityBaseElementDescriptionMetadata.d = function (a) { WebDisplayDensityBaseElementDescriptionMetadata.b(a); a.aa("WebDisplayDensityBaseElement", function () { return new WebDisplayDensityBaseElementDescription(); }); a.z("WebDisplayDensityBaseElement", WebDisplayDensityBaseElementDescriptionMetadata.a); }; WebDisplayDensityBaseElementDescriptionMetadata.$t = markType(WebDisplayDensityBaseElementDescriptionMetadata, 'WebDisplayDensityBaseElementDescriptionMetadata'); WebDisplayDensityBaseElementDescriptionMetadata.a = null; return WebDisplayDensityBaseElementDescriptionMetadata; }(Base)); export { WebDisplayDensityBaseElementDescriptionMetadata };