igniteui-react-core
Version:
Ignite UI React Core.
45 lines (44 loc) • 2.21 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 { Base, String_$type, markType } from "./type";
import { Dictionary$2 } from "./Dictionary$2";
import { DatePartDeltasDescription } from "./DatePartDeltasDescription";
/**
* @hidden
*/
export let DatePartDeltasDescriptionMetadata = /*@__PURE__*/ (() => {
class DatePartDeltasDescriptionMetadata extends Base {
static b(a) {
if (DatePartDeltasDescriptionMetadata.a == null) {
DatePartDeltasDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
DatePartDeltasDescriptionMetadata.c(DatePartDeltasDescriptionMetadata.a);
}
if (a.k(DatePartDeltasDescriptionMetadata.a)) {
return;
}
a.ac(DatePartDeltasDescriptionMetadata.a);
}
static c(a) {
a.item("__skipModuleRegisterWebComponents", "Boolean");
a.item("__importTypesWebComponents", "String:igniteui-webcomponents");
a.item("Date", "Number:double");
a.item("Month", "Number:double");
a.item("Year", "Number:double");
a.item("Hours", "Number:double");
a.item("Minutes", "Number:double");
a.item("Seconds", "Number:double");
}
static d(a) {
DatePartDeltasDescriptionMetadata.b(a);
a.ae("DatePartDeltas", () => new DatePartDeltasDescription());
a.ad("DatePartDeltas", DatePartDeltasDescriptionMetadata.a);
}
}
DatePartDeltasDescriptionMetadata.$t = /*@__PURE__*/ markType(DatePartDeltasDescriptionMetadata, 'DatePartDeltasDescriptionMetadata');
DatePartDeltasDescriptionMetadata.a = null;
return DatePartDeltasDescriptionMetadata;
})();