igniteui-react-core
Version:
Ignite UI React Core.
42 lines (41 loc) • 2.68 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 { DashboardTileChangingContentEventArgsDescription } from "./DashboardTileChangingContentEventArgsDescription";
/**
* @hidden
*/
var DashboardTileChangingContentEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(DashboardTileChangingContentEventArgsDescriptionMetadata, _super);
function DashboardTileChangingContentEventArgsDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
DashboardTileChangingContentEventArgsDescriptionMetadata.b = function (a) {
if (DashboardTileChangingContentEventArgsDescriptionMetadata.a == null) {
DashboardTileChangingContentEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
DashboardTileChangingContentEventArgsDescriptionMetadata.c(DashboardTileChangingContentEventArgsDescriptionMetadata.a);
}
if (a.k(DashboardTileChangingContentEventArgsDescriptionMetadata.a)) {
return;
}
a.ac(DashboardTileChangingContentEventArgsDescriptionMetadata.a);
};
DashboardTileChangingContentEventArgsDescriptionMetadata.c = function (a) {
a.item("ContentJson", "String");
};
DashboardTileChangingContentEventArgsDescriptionMetadata.d = function (a) {
DashboardTileChangingContentEventArgsDescriptionMetadata.b(a);
a.ae("DashboardTileChangingContentEventArgs", function () { return new DashboardTileChangingContentEventArgsDescription(); });
a.ad("DashboardTileChangingContentEventArgs", DashboardTileChangingContentEventArgsDescriptionMetadata.a);
};
DashboardTileChangingContentEventArgsDescriptionMetadata.$t = markType(DashboardTileChangingContentEventArgsDescriptionMetadata, 'DashboardTileChangingContentEventArgsDescriptionMetadata');
DashboardTileChangingContentEventArgsDescriptionMetadata.a = null;
return DashboardTileChangingContentEventArgsDescriptionMetadata;
}(Base));
export { DashboardTileChangingContentEventArgsDescriptionMetadata };