@bacali/ng2-smart-table
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -21,3 +21,3 @@ import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from '@angular/core'; | ||
changeDetection: ChangeDetectionStrategy.OnPush, | ||
template: "\n <ng-container *ngFor=\"let action of grid.getSetting('actions.custom')\">\n <a href=\"#\" class=\"ng2-smart-action ng2-smart-action-custom-custom\"\n *ngIf=\"!action.renderComponent\"\n [innerHTML]=\"action.title\"\n (click)=\"onCustom(action, $event)\"></a>\n <ng2-st-tbody-custom-item class=\"ng2-smart-action ng2-smart-action-custom-custom\"\n *ngIf=\"action.renderComponent\"\n [action]=\"action\"\n [row]=\"row\"\n (click)=\"onCustom(action, $event)\"></ng2-st-tbody-custom-item>\n </ng-container>\n ", | ||
template: "\n <ng-container *ngFor=\"let action of grid.getSetting('actions.custom')\">\n <a href=\"#\" class=\"ng2-smart-action ng2-smart-action-custom-custom\"\n *ngIf=\"!action.renderComponent\"\n [innerHTML]=\"action.title\"\n (click)=\"onCustom(action, $event)\"></a>\n <a href=\"#\" class=\"ng2-smart-action ng2-smart-action-custom-custom\"\n *ngIf=\"action.renderComponent\"\n (click)=\"onCustom(action, $event)\">\n <ng2-st-tbody-custom-item class=\"ng2-smart-action ng2-smart-action-custom-custom\"\n [action]=\"action\"\n [row]=\"row\"></ng2-st-tbody-custom-item>\n </a>\n\n </ng-container>\n ", | ||
},] }, | ||
@@ -24,0 +24,0 @@ ]; |
@@ -1,1 +0,1 @@ | ||
[{"__symbolic":"module","version":4,"metadata":{"TbodyCustomComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":5,"character":1},"arguments":[{"selector":"ng2-st-tbody-custom","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":7,"character":19},"member":"OnPush"},"template":"\n <ng-container *ngFor=\"let action of grid.getSetting('actions.custom')\">\n <a href=\"#\" class=\"ng2-smart-action ng2-smart-action-custom-custom\"\n *ngIf=\"!action.renderComponent\"\n [innerHTML]=\"action.title\"\n (click)=\"onCustom(action, $event)\"></a>\n <ng2-st-tbody-custom-item class=\"ng2-smart-action ng2-smart-action-custom-custom\"\n *ngIf=\"action.renderComponent\"\n [action]=\"action\"\n [row]=\"row\"\n (click)=\"onCustom(action, $event)\"></ng2-st-tbody-custom-item>\n </ng-container>\n "}]}],"members":{"grid":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":24,"character":3}}]}],"row":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":25,"character":3}}]}],"source":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":26,"character":3}}]}],"custom":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":27,"character":3}}]}],"onCustom":[{"__symbolic":"method"}]}}}}] | ||
[{"__symbolic":"module","version":4,"metadata":{"TbodyCustomComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":5,"character":1},"arguments":[{"selector":"ng2-st-tbody-custom","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":7,"character":19},"member":"OnPush"},"template":"\n <ng-container *ngFor=\"let action of grid.getSetting('actions.custom')\">\n <a href=\"#\" class=\"ng2-smart-action ng2-smart-action-custom-custom\"\n *ngIf=\"!action.renderComponent\"\n [innerHTML]=\"action.title\"\n (click)=\"onCustom(action, $event)\"></a>\n <a href=\"#\" class=\"ng2-smart-action ng2-smart-action-custom-custom\"\n *ngIf=\"action.renderComponent\"\n (click)=\"onCustom(action, $event)\">\n <ng2-st-tbody-custom-item class=\"ng2-smart-action ng2-smart-action-custom-custom\"\n [action]=\"action\"\n [row]=\"row\"></ng2-st-tbody-custom-item>\n </a>\n\n </ng-container>\n "}]}],"members":{"grid":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":27,"character":3}}]}],"row":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":28,"character":3}}]}],"source":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":29,"character":3}}]}],"custom":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":30,"character":3}}]}],"onCustom":[{"__symbolic":"method"}]}}}}] |
{ | ||
"name": "@bacali/ng2-smart-table", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Angular Smart Table", | ||
@@ -5,0 +5,0 @@ "main": "./bundles/table.umd.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
740678
10553