ngx-mat-lib
Version:
A bunch of utilities and components to use in your Angular 7+ apps!
41 lines (40 loc) • 2.08 kB
JavaScript
/**
* @fileoverview added by tsickle
* @suppress {checkTypes,extraRequire,uselessCode} checked by tsc
*/
/**
* @record
*/
export function XmatLegendItem() { }
/** @type {?|undefined} */
XmatLegendItem.prototype.image;
/** @type {?|undefined} */
XmatLegendItem.prototype.color;
/** @type {?|undefined} */
XmatLegendItem.prototype.className;
/** @type {?} */
XmatLegendItem.prototype.content;
/** @typedef {?} */
var XmatLegendLayout;
export { XmatLegendLayout };
var XmatLegendLayouts = /** @class */ (function () {
function XmatLegendLayouts() {
}
XmatLegendLayouts.GRID = "grid";
XmatLegendLayouts.LIST = "list";
return XmatLegendLayouts;
}());
export { XmatLegendLayouts };
if (false) {
/** @type {?} */
XmatLegendLayouts.GRID;
/** @type {?} */
XmatLegendLayouts.LIST;
}
/**
* @record
*/
export function XmatLegendItemStyle() { }
/** @type {?} */
XmatLegendItemStyle.prototype.flex;
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoieG1hdC1sZWdlbmQubW9kZWwuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9uZ3gtbWF0LWxpYi8iLCJzb3VyY2VzIjpbImxpYi9jb21wb25lbnRzL3htYXQtbGVnZW5kL3htYXQtbGVnZW5kLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7SUFjSSx5QkFBZ0MsTUFBTSxDQUFDO0lBQ3ZDLHlCQUFnQyxNQUFNLENBQUM7NEJBZjNDOztTQWFhLGlCQUFpQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7WG1hdExlZ2VuZEl0ZW1Db250ZW50Q29tcG9uZW50fSBmcm9tIFwiLi94bWF0LWxlZ2VuZC1pdGVtLWNvbnRlbnQuY29tcG9uZW50XCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgWG1hdExlZ2VuZEl0ZW0ge1xuICAgIGltYWdlPzogc3RyaW5nO1xuICAgIGNvbG9yPzogc3RyaW5nO1xuICAgIGNsYXNzTmFtZT86IHN0cmluZyB8IHN0cmluZ1tdO1xuICAgIGNvbnRlbnQ6IHN0cmluZyB8IFhtYXRMZWdlbmRJdGVtQ29udGVudENvbXBvbmVudDtcbn1cblxuZXhwb3J0IHR5cGUgWG1hdExlZ2VuZExheW91dCA9XG4gICAgfCBcImdyaWRcIlxuICAgIHwgXCJsaXN0XCI7XG5cbmV4cG9ydCBjbGFzcyBYbWF0TGVnZW5kTGF5b3V0cyB7XG4gICAgc3RhdGljIEdSSUQ6IFhtYXRMZWdlbmRMYXlvdXQgPSBcImdyaWRcIjtcbiAgICBzdGF0aWMgTElTVDogWG1hdExlZ2VuZExheW91dCA9IFwibGlzdFwiO1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIFhtYXRMZWdlbmRJdGVtU3R5bGUge1xuICAgIGZsZXg6IHN0cmluZztcbn1cbiJdfQ==