igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
65 lines (64 loc) • 3.62 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 { WebFieldEditorOptionsDescriptionMetadata } from "./WebFieldEditorOptionsDescriptionMetadata";
import { WebFilteringOperandDescriptionMetadata } from "./WebFilteringOperandDescriptionMetadata";
import { WebFieldPipeArgsDescriptionMetadata } from "./WebFieldPipeArgsDescriptionMetadata";
import { WebFieldTypeDescription } from "./WebFieldTypeDescription";
/**
* @hidden
*/
var WebFieldTypeDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(WebFieldTypeDescriptionMetadata, _super);
function WebFieldTypeDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
WebFieldTypeDescriptionMetadata.b = function (a) {
if (WebFieldTypeDescriptionMetadata.a == null) {
WebFieldTypeDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
WebFieldTypeDescriptionMetadata.c(WebFieldTypeDescriptionMetadata.a);
}
if (a.k(WebFieldTypeDescriptionMetadata.a)) {
return;
}
a.ad(WebFieldTypeDescriptionMetadata.a);
WebFieldEditorOptionsDescriptionMetadata.d(a);
WebFilteringOperandDescriptionMetadata.d(a);
WebFieldPipeArgsDescriptionMetadata.d(a);
};
WebFieldTypeDescriptionMetadata.c = function (a) {
a.item("__qualifiedNameTS", "String:FieldType");
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("__skipSuffix", "Boolean");
a.item("Label", "String");
a.item("Field", "String");
a.item("Header", "String");
a.item("DataType", "ExportedType:string:GridColumnDataType");
a.item("DataType@stringUnion", "WebComponents;React");
a.item("DataType@names", "String;Number;Boolean;Date;DateTime;Time;Currency;Percent;Image");
a.item("EditorOptions", "ExportedType:WebFieldEditorOptions");
a.item("Filters", "ExportedType:WebFilteringOperand");
a.item("PipeArgs", "ExportedType:WebFieldPipeArgs");
a.item("DefaultTimeFormat", "String");
a.item("DefaultDateTimeFormat", "String");
};
WebFieldTypeDescriptionMetadata.d = function (a) {
WebFieldTypeDescriptionMetadata.b(a);
a.af("WebFieldType", function () { return new WebFieldTypeDescription(); });
a.ae("WebFieldType", WebFieldTypeDescriptionMetadata.a);
};
WebFieldTypeDescriptionMetadata.$t = markType(WebFieldTypeDescriptionMetadata, 'WebFieldTypeDescriptionMetadata');
WebFieldTypeDescriptionMetadata.a = null;
return WebFieldTypeDescriptionMetadata;
}(Base));
export { WebFieldTypeDescriptionMetadata };