@hxui/angular
Version:
This README includes the steps that are necessary to import the HxUi-angular into a project or to contribute with development.
79 lines (78 loc) • 3.72 kB
JavaScript
/**
* @fileoverview added by tsickle
* @suppress {checkTypes} checked by tsc
*/
/** @enum {number} */
const TabularColumnTypes = {
String: 0,
Icon: 1,
Date: 2,
Actions: 3,
Status: 4,
DateTime: 5,
Checkbox: 6,
Badge: 7,
Number: 8,
};
export { TabularColumnTypes };
TabularColumnTypes[TabularColumnTypes.String] = "String";
TabularColumnTypes[TabularColumnTypes.Icon] = "Icon";
TabularColumnTypes[TabularColumnTypes.Date] = "Date";
TabularColumnTypes[TabularColumnTypes.Actions] = "Actions";
TabularColumnTypes[TabularColumnTypes.Status] = "Status";
TabularColumnTypes[TabularColumnTypes.DateTime] = "DateTime";
TabularColumnTypes[TabularColumnTypes.Checkbox] = "Checkbox";
TabularColumnTypes[TabularColumnTypes.Badge] = "Badge";
TabularColumnTypes[TabularColumnTypes.Number] = "Number";
/**
* @abstract
*/
export class ITabularColumn {
}
function ITabularColumn_tsickle_Closure_declarations() {
/**
* Unique identifier/reference
* @type {?}
*/
ITabularColumn.prototype.id;
/**
* Label used for display purposes.
* @type {?}
*/
ITabularColumn.prototype.label;
/**
* Column data type
* @type {?}
*/
ITabularColumn.prototype.dataType;
/**
* Css class name to append to columns
* @type {?}
*/
ITabularColumn.prototype.cssClass;
}
/**
* @record
*/
export function ITabularColumnBadgeType() { }
function ITabularColumnBadgeType_tsickle_Closure_declarations() {
/** @type {?} */
ITabularColumnBadgeType.prototype.label;
/** @type {?|undefined} */
ITabularColumnBadgeType.prototype.cssClass;
/** @type {?|undefined} */
ITabularColumnBadgeType.prototype.tooltipConfig;
}
/**
* @record
*/
export function ITabularColumnIconType() { }
function ITabularColumnIconType_tsickle_Closure_declarations() {
/** @type {?} */
ITabularColumnIconType.prototype.icon;
/** @type {?|undefined} */
ITabularColumnIconType.prototype.cssClass;
/** @type {?} */
ITabularColumnIconType.prototype.tooltip;
}
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFidWxhci1jb2x1bW4uaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQGh4dWkvYW5ndWxhci8iLCJzb3VyY2VzIjpbImxpYi90YWJ1bGFyL3RhYnVsYXItY29sdW1uLmludGVyZmFjZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQWNBLE1BQU07Q0FvQkwiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1Rvb2x0aXBDb25maWd9IGZyb20gJy4uL3Rvb2x0aXAvdG9vbHRpcC5jb25maWcnO1xyXG5cclxuZXhwb3J0IGVudW0gVGFidWxhckNvbHVtblR5cGVzIHtcclxuICBTdHJpbmcsXHJcbiAgSWNvbixcclxuICBEYXRlLFxyXG4gIEFjdGlvbnMsXHJcbiAgU3RhdHVzLFxyXG4gIERhdGVUaW1lLFxyXG4gIENoZWNrYm94LFxyXG4gIEJhZGdlLFxyXG4gIE51bWJlclxyXG59XHJcblxyXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgSVRhYnVsYXJDb2x1bW4ge1xyXG4gIC8qKlxyXG4gICAqIFVuaXF1ZSBpZGVudGlmaWVyL3JlZmVyZW5jZVxyXG4gICAqL1xyXG4gIGlkOiBzdHJpbmc7XHJcblxyXG4gIC8qKlxyXG4gICAqIExhYmVsIHVzZWQgZm9yIGRpc3BsYXkgcHVycG9zZXMuXHJcbiAgICovXHJcbiAgbGFiZWw6IHN0cmluZztcclxuXHJcbiAgLyoqXHJcbiAgICogQ29sdW1uIGRhdGEgdHlwZVxyXG4gICAqL1xyXG4gIGRhdGFUeXBlOiBUYWJ1bGFyQ29sdW1uVHlwZXM7XHJcblxyXG4gIC8qKlxyXG4gICAqIENzcyBjbGFzcyBuYW1lIHRvIGFwcGVuZCB0byBjb2x1bW5zXHJcbiAgICovXHJcbiAgY3NzQ2xhc3M6IHN0cmluZztcclxufVxyXG5cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgSVRhYnVsYXJDb2x1bW5CYWRnZVR5cGUge1xyXG4gIGxhYmVsOiBzdHJpbmc7XHJcbiAgY3NzQ2xhc3M/OiBzdHJpbmc7XHJcbiAgdG9vbHRpcENvbmZpZz86IFRvb2x0aXBDb25maWc7XHJcbn1cclxuXHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIElUYWJ1bGFyQ29sdW1uSWNvblR5cGUge1xyXG4gIGljb246IHN0cmluZztcclxuICBjc3NDbGFzcz86IHN0cmluZztcclxuICB0b29sdGlwOiB7XHJcbiAgICBjb25maWc6IFRvb2x0aXBDb25maWcsXHJcbiAgICBjb250ZW50OiBzdHJpbmc7XHJcbiAgfTtcclxufVxyXG4iXX0=