igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
43 lines (42 loc) • 2.12 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 { __extends } from "tslib";
import { Base, String_$type, markType } from "./type";
import { Dictionary$2 } from "./Dictionary$2";
import { HeaderDescriptionMetadata } from "./HeaderDescriptionMetadata";
import { TextHeaderDescription } from "./TextHeaderDescription";
/**
* @hidden
*/
var TextHeaderDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(TextHeaderDescriptionMetadata, _super);
function TextHeaderDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
TextHeaderDescriptionMetadata.b = function (a) {
if (TextHeaderDescriptionMetadata.a == null) {
TextHeaderDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
TextHeaderDescriptionMetadata.c(TextHeaderDescriptionMetadata.a);
}
if (a.k(TextHeaderDescriptionMetadata.a)) {
return;
}
a.ac(TextHeaderDescriptionMetadata.a);
};
TextHeaderDescriptionMetadata.c = function (a) {
HeaderDescriptionMetadata.c(a);
};
TextHeaderDescriptionMetadata.d = function (a) {
TextHeaderDescriptionMetadata.b(a);
a.ae("TextHeader", function () { return new TextHeaderDescription(); });
a.ad("TextHeader", TextHeaderDescriptionMetadata.a);
};
TextHeaderDescriptionMetadata.$t = markType(TextHeaderDescriptionMetadata, 'TextHeaderDescriptionMetadata');
TextHeaderDescriptionMetadata.a = null;
return TextHeaderDescriptionMetadata;
}(Base));
export { TextHeaderDescriptionMetadata };