igniteui-react-core
Version:
Ignite UI React Core.
54 lines (53 loc) • 2.84 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 { WebSummaryResultDescription } from "./WebSummaryResultDescription";
/**
* @hidden
*/
var WebSummaryResultDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(WebSummaryResultDescriptionMetadata, _super);
function WebSummaryResultDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
WebSummaryResultDescriptionMetadata.b = function (a) {
if (WebSummaryResultDescriptionMetadata.a == null) {
WebSummaryResultDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
WebSummaryResultDescriptionMetadata.c(WebSummaryResultDescriptionMetadata.a);
}
if (a.k(WebSummaryResultDescriptionMetadata.a)) {
return;
}
a.ac(WebSummaryResultDescriptionMetadata.a);
};
WebSummaryResultDescriptionMetadata.c = function (a) {
a.item("__qualifiedNameTS", "String:SummaryResult");
a.item("__packageNameWC", "String:grids");
a.item("__skipModuleRegisterWebComponents", "Boolean");
a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
a.item("__isPlainObject", "Boolean");
a.item("__marshalByValue", "Boolean");
a.item("__skipSuffix", "Boolean");
a.item("__isTSPlainInterface", "Boolean");
a.item("Key", "String");
a.item("Label", "String");
a.item("Result", "(wc:SummaryResult)Unknown");
a.item("DefaultFormatting", "Boolean");
};
WebSummaryResultDescriptionMetadata.d = function (a) {
WebSummaryResultDescriptionMetadata.b(a);
a.ae("WebSummaryResult", function () { return new WebSummaryResultDescription(); });
a.ad("WebSummaryResult", WebSummaryResultDescriptionMetadata.a);
};
WebSummaryResultDescriptionMetadata.$t = markType(WebSummaryResultDescriptionMetadata, 'WebSummaryResultDescriptionMetadata');
WebSummaryResultDescriptionMetadata.a = null;
return WebSummaryResultDescriptionMetadata;
}(Base));
export { WebSummaryResultDescriptionMetadata };