igniteui-react-core
Version:
Ignite UI React Core.
60 lines (59 loc) • 3.45 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 { TreemapNodeStyleDescriptionMetadata } from "./TreemapNodeStyleDescriptionMetadata";
import { HighlightingInfoDescriptionMetadata } from "./HighlightingInfoDescriptionMetadata";
import { TreemapNodeStylingEventArgsDescription } from "./TreemapNodeStylingEventArgsDescription";
/**
* @hidden
*/
var TreemapNodeStylingEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(TreemapNodeStylingEventArgsDescriptionMetadata, _super);
function TreemapNodeStylingEventArgsDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
TreemapNodeStylingEventArgsDescriptionMetadata.b = function (a) {
if (TreemapNodeStylingEventArgsDescriptionMetadata.a == null) {
TreemapNodeStylingEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
TreemapNodeStylingEventArgsDescriptionMetadata.c(TreemapNodeStylingEventArgsDescriptionMetadata.a);
}
if (a.k(TreemapNodeStylingEventArgsDescriptionMetadata.a)) {
return;
}
a.ac(TreemapNodeStylingEventArgsDescriptionMetadata.a);
TreemapNodeStyleDescriptionMetadata.d(a);
HighlightingInfoDescriptionMetadata.d(a);
};
TreemapNodeStylingEventArgsDescriptionMetadata.c = function (a) {
a.item("Value", "Number:double");
a.item("Sum", "Number:double");
a.item("CustomValueRef", "(w:CustomValue,wf:CustomValue)DataRef");
a.item("ItemRef", "(w:Item,wf:Item)DataRef");
a.item("ParentItemRef", "(w:ParentItem,wf:ParentItem)DataRef");
a.item("Label", "String");
a.item("ParentValue", "Number:double");
a.item("ParentLabel", "String");
a.item("ParentSum", "Number:double");
a.item("IsParent", "Boolean");
a.item("Style", "ExportedType:TreemapNodeStyle");
a.item("HighlightingInfo", "ExportedType:HighlightingInfo");
a.item("HighlightingHandled", "Boolean");
a.item("IsHighlightInProgress", "Boolean");
a.item("TotalHighlightProgress", "Number:double");
};
TreemapNodeStylingEventArgsDescriptionMetadata.d = function (a) {
TreemapNodeStylingEventArgsDescriptionMetadata.b(a);
a.ae("TreemapNodeStylingEventArgs", function () { return new TreemapNodeStylingEventArgsDescription(); });
a.ad("TreemapNodeStylingEventArgs", TreemapNodeStylingEventArgsDescriptionMetadata.a);
};
TreemapNodeStylingEventArgsDescriptionMetadata.$t = markType(TreemapNodeStylingEventArgsDescriptionMetadata, 'TreemapNodeStylingEventArgsDescriptionMetadata');
TreemapNodeStylingEventArgsDescriptionMetadata.a = null;
return TreemapNodeStylingEventArgsDescriptionMetadata;
}(Base));
export { TreemapNodeStylingEventArgsDescriptionMetadata };