igniteui-react-core
Version:
Ignite UI React Core.
39 lines (38 loc) • 2.29 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 { FormatRadialGaugeLabelEventArgsDescriptionMetadata } from "./FormatRadialGaugeLabelEventArgsDescriptionMetadata";
import { AlignRadialGaugeLabelEventArgsDescription } from "./AlignRadialGaugeLabelEventArgsDescription";
/**
* @hidden
*/
export let AlignRadialGaugeLabelEventArgsDescriptionMetadata = /*@__PURE__*/ (() => {
class AlignRadialGaugeLabelEventArgsDescriptionMetadata extends Base {
static b(a) {
if (AlignRadialGaugeLabelEventArgsDescriptionMetadata.a == null) {
AlignRadialGaugeLabelEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
AlignRadialGaugeLabelEventArgsDescriptionMetadata.c(AlignRadialGaugeLabelEventArgsDescriptionMetadata.a);
}
if (a.k(AlignRadialGaugeLabelEventArgsDescriptionMetadata.a)) {
return;
}
a.ac(AlignRadialGaugeLabelEventArgsDescriptionMetadata.a);
}
static c(a) {
FormatRadialGaugeLabelEventArgsDescriptionMetadata.c(a);
}
static d(a) {
AlignRadialGaugeLabelEventArgsDescriptionMetadata.b(a);
a.ae("AlignRadialGaugeLabelEventArgs", () => new AlignRadialGaugeLabelEventArgsDescription());
a.ad("AlignRadialGaugeLabelEventArgs", AlignRadialGaugeLabelEventArgsDescriptionMetadata.a);
}
}
AlignRadialGaugeLabelEventArgsDescriptionMetadata.$t = /*@__PURE__*/ markType(AlignRadialGaugeLabelEventArgsDescriptionMetadata, 'AlignRadialGaugeLabelEventArgsDescriptionMetadata');
AlignRadialGaugeLabelEventArgsDescriptionMetadata.a = null;
return AlignRadialGaugeLabelEventArgsDescriptionMetadata;
})();