igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
48 lines (47 loc) • 2.94 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 { ToolActionDescriptionMetadata } from "./ToolActionDescriptionMetadata";
import { ToolActionFieldSelectorDescription } from "./ToolActionFieldSelectorDescription";
/**
* @hidden
*/
export let ToolActionFieldSelectorDescriptionMetadata = /*@__PURE__*/ (() => {
class ToolActionFieldSelectorDescriptionMetadata extends Base {
static b(a) {
if (ToolActionFieldSelectorDescriptionMetadata.a == null) {
ToolActionFieldSelectorDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
ToolActionFieldSelectorDescriptionMetadata.c(ToolActionFieldSelectorDescriptionMetadata.a);
}
if (a.k(ToolActionFieldSelectorDescriptionMetadata.a)) {
return;
}
a.ad(ToolActionFieldSelectorDescriptionMetadata.a);
}
static c(a) {
ToolActionDescriptionMetadata.c(a);
a.item("DataSourceRef", "(w:DataSource,p:DataSource)DataRef::object");
a.item("LegendTargetRef", "(w:LegendTarget,p:LegendTarget)DataRef::object");
a.item("FieldType", "ExportedType:string:ToolActionFieldSelectorType");
a.item("FieldType@names", "Label;Value");
a.item("SingleSelection", "Boolean");
a.item("Aggregations", "Collection:ToolActionFieldSelectorAggregation:ToolActionFieldSelectorAggregationsCollection:ToolActionFieldSelectorAggregation");
a.item("UpdateDataSource", "Boolean");
a.item("SelectedAggregations", "Collection:ToolActionFieldSelectorSelectedAggregation:ToolActionFieldSelectorSelectedAggregationsCollection:ToolActionFieldSelectorSelectedAggregation");
}
static d(a) {
ToolActionDescriptionMetadata.d(a);
ToolActionFieldSelectorDescriptionMetadata.b(a);
a.af("ToolActionFieldSelector", () => new ToolActionFieldSelectorDescription());
a.ae("ToolActionFieldSelector", ToolActionFieldSelectorDescriptionMetadata.a);
}
}
ToolActionFieldSelectorDescriptionMetadata.$t = markType(ToolActionFieldSelectorDescriptionMetadata, 'ToolActionFieldSelectorDescriptionMetadata');
ToolActionFieldSelectorDescriptionMetadata.a = null;
return ToolActionFieldSelectorDescriptionMetadata;
})();