ecp-ui-lib
Version:
30 lines • 2.97 kB
JavaScript
/**
* @fileoverview added by tsickle
* @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
*/
import { Component } from '@angular/core';
//import * as Mock from 'mockjs';
var ListComponent = /** @class */ (function () {
function ListComponent() {
}
/**
* @return {?}
*/
ListComponent.prototype.ngOnInit = /**
* @return {?}
*/
function () {
};
ListComponent.decorators = [
{ type: Component, args: [{
selector: 'ecp-data-table',
template: "<div class=\"list-div\">\r\n <ng-content></ng-content>\r\n</div>\r\n",
styles: [":host>>>.list-div .default-margin{margin:10px 30px 0}:host>>>.align-left{text-align:left}:host>>>.align-right{text-align:right}:host>>>.align-right button{margin-left:10px}:host ::ng-deep .ant-table-body a{color:#1e5bd6}:host ::ng-deep .ant-table-body .ant-table-thead tr th{padding:11px 10px!important;border:1px solid #ccc;background:#fff;font-weight:700;color:#6e6e6e}:host ::ng-deep .ant-table-body .ant-table-thead tr:first-child th{border-top:0}:host ::ng-deep .ant-table-body .ant-table-thead tr th:first-child{border-left:0}:host ::ng-deep .ant-table-body .ant-table-thead tr th:last-child{border-right:0}:host ::ng-deep .ant-table-body{border-collapse:collapse;border:1px solid #d7d7d7;border-bottom-width:0}:host ::ng-deep .ant-table-body .ant-table-tbody tr td{padding:10px!important;color:#191919}:host ::ng-deep .ant-table-body .ant-table-tbody tr td.color-gary{color:#6e6e6e}:host ::ng-deep .ant-table-body .ant-table-tbody tr:nth-child(odd){background:#f0f0f0}:host ::ng-deep .ant-table-body .ant-table-tbody tr:nth-child(even){background:#fff}"]
}] }
];
/** @nocollapse */
ListComponent.ctorParameters = function () { return []; };
return ListComponent;
}());
export { ListComponent };
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9lY3AtdWktbGliLyIsInNvdXJjZXMiOlsibGliL2RhdGFUYWJsZS1tb2R1bGUvbGlzdC9saXN0LmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7O0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQzs7QUFFbEQ7SUFRRTtJQUFnQixDQUFDOzs7O0lBRWpCLGdDQUFROzs7SUFBUjtJQUNBLENBQUM7O2dCQVhGLFNBQVMsU0FBQztvQkFDVCxRQUFRLEVBQUUsZ0JBQWdCO29CQUMxQixpRkFBb0M7O2lCQUVyQzs7OztJQVNELG9CQUFDO0NBQUEsQUFiRCxJQWFDO1NBUlksYUFBYSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbi8vaW1wb3J0ICogYXMgTW9jayBmcm9tICdtb2NranMnO1xyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2VjcC1kYXRhLXRhYmxlJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vbGlzdC5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vbGlzdC5jb21wb25lbnQuY3NzJ11cclxufSlcclxuZXhwb3J0IGNsYXNzIExpc3RDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xyXG5cclxuXHJcbiAgY29uc3RydWN0b3IoKSB7IH1cclxuXHJcbiAgbmdPbkluaXQoKSB7XHJcbiAgfVxyXG5cclxufVxyXG4iXX0=