igniteui-react-core
Version:
Ignite UI React Core.
38 lines (37 loc) • 2.22 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 { MultiSliderYValueChangingEventArgsDescription } from "./MultiSliderYValueChangingEventArgsDescription";
/**
* @hidden
*/
export let MultiSliderYValueChangingEventArgsDescriptionMetadata = /*@__PURE__*/ (() => {
class MultiSliderYValueChangingEventArgsDescriptionMetadata extends Base {
static b(a) {
if (MultiSliderYValueChangingEventArgsDescriptionMetadata.a == null) {
MultiSliderYValueChangingEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
MultiSliderYValueChangingEventArgsDescriptionMetadata.c(MultiSliderYValueChangingEventArgsDescriptionMetadata.a);
}
if (a.k(MultiSliderYValueChangingEventArgsDescriptionMetadata.a)) {
return;
}
a.ac(MultiSliderYValueChangingEventArgsDescriptionMetadata.a);
}
static c(a) {
a.item("Value", "Number:double");
}
static d(a) {
MultiSliderYValueChangingEventArgsDescriptionMetadata.b(a);
a.ae("MultiSliderYValueChangingEventArgs", () => new MultiSliderYValueChangingEventArgsDescription());
a.ad("MultiSliderYValueChangingEventArgs", MultiSliderYValueChangingEventArgsDescriptionMetadata.a);
}
}
MultiSliderYValueChangingEventArgsDescriptionMetadata.$t = /*@__PURE__*/ markType(MultiSliderYValueChangingEventArgsDescriptionMetadata, 'MultiSliderYValueChangingEventArgsDescriptionMetadata');
MultiSliderYValueChangingEventArgsDescriptionMetadata.a = null;
return MultiSliderYValueChangingEventArgsDescriptionMetadata;
})();