igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
58 lines (57 loc) • 3.51 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 { WebComponentBoolValueChangedEventArgsDescriptionMetadata } from "./WebComponentBoolValueChangedEventArgsDescriptionMetadata";
import { WebPivotDataSelectorDescription } from "./WebPivotDataSelectorDescription";
/**
* @hidden
*/
var WebPivotDataSelectorDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(WebPivotDataSelectorDescriptionMetadata, _super);
function WebPivotDataSelectorDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
WebPivotDataSelectorDescriptionMetadata.b = function (a) {
if (WebPivotDataSelectorDescriptionMetadata.a == null) {
WebPivotDataSelectorDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
WebPivotDataSelectorDescriptionMetadata.c(WebPivotDataSelectorDescriptionMetadata.a);
}
if (a.k(WebPivotDataSelectorDescriptionMetadata.a)) {
return;
}
a.ad(WebPivotDataSelectorDescriptionMetadata.a);
WebComponentBoolValueChangedEventArgsDescriptionMetadata.d(a);
};
WebPivotDataSelectorDescriptionMetadata.c = function (a) {
a.item("__qualifiedNameTS", "String:PivotDataSelector");
a.item("__tagNameWC", "String:igc-pivot-data-selector");
a.item("__packageNameWC", "String:grids");
a.item("__skipModuleRegisterWebComponents", "Boolean");
a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
a.item("ColumnsExpanded", "Boolean");
a.item("RowsExpanded", "Boolean");
a.item("FiltersExpanded", "Boolean");
a.item("ValuesExpanded", "Boolean");
a.item("GridRef", "(w:Grid,p:Grid)DataRef::object");
a.item("ColumnsExpandedChangeRef", "EventRef::columnsExpandedChange:customEvent");
a.item("RowsExpandedChangeRef", "EventRef::rowsExpandedChange:customEvent");
a.item("FiltersExpandedChangeRef", "EventRef::filtersExpandedChange:customEvent");
a.item("ValuesExpandedChangeRef", "EventRef::valuesExpandedChange:customEvent");
};
WebPivotDataSelectorDescriptionMetadata.d = function (a) {
WebPivotDataSelectorDescriptionMetadata.b(a);
a.af("WebPivotDataSelector", function () { return new WebPivotDataSelectorDescription(); });
a.ae("WebPivotDataSelector", WebPivotDataSelectorDescriptionMetadata.a);
};
WebPivotDataSelectorDescriptionMetadata.$t = markType(WebPivotDataSelectorDescriptionMetadata, 'WebPivotDataSelectorDescriptionMetadata');
WebPivotDataSelectorDescriptionMetadata.a = null;
return WebPivotDataSelectorDescriptionMetadata;
}(Base));
export { WebPivotDataSelectorDescriptionMetadata };