@hxui/angular
Version:
This README includes the steps that are necessary to import the HxUi-angular into a project or to contribute with development.
47 lines (46 loc) • 2.59 kB
JavaScript
/**
* @fileoverview added by tsickle
* @suppress {checkTypes} checked by tsc
*/
/**
* @record
*/
export function ITabularRow() { }
function ITabularRow_tsickle_Closure_declarations() {
/**
* Set context, default, danger, warning, success or info
* @type {?|undefined}
*/
ITabularRow.prototype.context;
/**
* Set stripe context, default, danger, warning, success or info
* @type {?|undefined}
*/
ITabularRow.prototype.stripeContext;
/**
* Allows you to add any css class names to each row.
* @type {?|undefined}
*/
ITabularRow.prototype.cssClass;
/**
* Used to configure 1 or more actions
* @type {?|undefined}
*/
ITabularRow.prototype.actions;
/**
* Used to control the checkbox checked state
* @type {?|undefined}
*/
ITabularRow.prototype.checked;
/**
* Used to control the model selected state
* @type {?|undefined}
*/
ITabularRow.prototype.selected;
/**
* Title attribute at the row level
* @type {?|undefined}
*/
ITabularRow.prototype.title;
}
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFidWxhci1yb3cuaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQGh4dWkvYW5ndWxhci8iLCJzb3VyY2VzIjpbImxpYi90YWJ1bGFyL3RhYnVsYXItcm93LmludGVyZmFjZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtJQWN0aW9uc0NvbmZpZ30gZnJvbSAnLi9hY3Rpb25zLWNvbmZpZy5pbnRlcmZhY2UnO1xyXG5pbXBvcnQge0NvbnRleHR9IGZyb20gJy4uL2VudW1zJztcclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgSVRhYnVsYXJSb3cge1xyXG4gIC8qKlxyXG4gICAqIFNldCBjb250ZXh0LCBkZWZhdWx0LCBkYW5nZXIsIHdhcm5pbmcsIHN1Y2Nlc3Mgb3IgaW5mb1xyXG4gICAqL1xyXG4gIGNvbnRleHQ/OiBDb250ZXh0O1xyXG4gIC8qKlxyXG4gICAqIFNldCBzdHJpcGUgY29udGV4dCwgZGVmYXVsdCwgZGFuZ2VyLCB3YXJuaW5nLCBzdWNjZXNzIG9yIGluZm9cclxuICAgKi9cclxuICBzdHJpcGVDb250ZXh0PzogQ29udGV4dDtcclxuICAvKipcclxuICAgKiBBbGxvd3MgeW91IHRvIGFkZCBhbnkgY3NzIGNsYXNzIG5hbWVzIHRvIGVhY2ggcm93LlxyXG4gICAqL1xyXG4gIGNzc0NsYXNzPzogc3RyaW5nO1xyXG4gIC8qKlxyXG4gICAqIFVzZWQgdG8gY29uZmlndXJlIDEgb3IgbW9yZSBhY3Rpb25zXHJcbiAgICovXHJcbiAgYWN0aW9ucz86IElBY3Rpb25zQ29uZmlnW107XHJcblxyXG4gIC8qKlxyXG4gICAqIFVzZWQgdG8gY29udHJvbCB0aGUgY2hlY2tib3ggY2hlY2tlZCBzdGF0ZVxyXG4gICAqL1xyXG4gIGNoZWNrZWQ/OiBib29sZWFuO1xyXG5cclxuICAvKipcclxuICAgKiBVc2VkIHRvIGNvbnRyb2wgdGhlIG1vZGVsIHNlbGVjdGVkIHN0YXRlXHJcbiAgICovXHJcbiBzZWxlY3RlZD86IGJvb2xlYW47XHJcblxyXG4gIC8qKlxyXG4gICAqIFRpdGxlIGF0dHJpYnV0ZSBhdCB0aGUgcm93IGxldmVsXHJcbiAgICovXHJcbiAgdGl0bGU/OiBzdHJpbmc7XHJcblxyXG5cclxufVxyXG5cclxuXHJcblxyXG4iXX0=