@leanix/components 0.2.56 → 0.2.60

Sign up to get free protection for your applications and to get access to all the features.
@@ -152,7 +152,7 @@
152
152
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.4", ngImport: i0__namespace, type: ButtonComponent, decorators: [{
153
153
  type: i0.Component,
154
154
  args: [{
155
- // tslint:disable-next-line: component-selector
155
+ // eslint-disable-next-line @angular-eslint/component-selector
156
156
  selector: 'button[lx-button]',
157
157
  templateUrl: 'button.component.html',
158
158
  styleUrls: ['button.component.styl']
@@ -1133,7 +1133,7 @@
1133
1133
  args: ['click']
1134
1134
  }] } });
1135
1135
 
1136
- // tslint:disable-next-line: directive-class-suffix
1136
+ // eslint-disable-next-line @angular-eslint/directive-class-suffix
1137
1137
  var TableComponent = /** @class */ (function () {
1138
1138
  function TableComponent(elementRef) {
1139
1139
  this.elementRef = elementRef;
@@ -1188,7 +1188,7 @@
1188
1188
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.4", ngImport: i0__namespace, type: TableComponent, decorators: [{
1189
1189
  type: i0.Directive,
1190
1190
  args: [{
1191
- // tslint:disable-next-line: directive-selector
1191
+ // eslint-disable-next-line @angular-eslint/directive-selector
1192
1192
  selector: 'table[lx-table]'
1193
1193
  }]
1194
1194
  }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }]; }, propDecorators: { isSortable: [{
@@ -3167,7 +3167,7 @@
3167
3167
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.4", ngImport: i0__namespace, type: InputComponent, decorators: [{
3168
3168
  type: i0.Component,
3169
3169
  args: [{
3170
- // tslint:disable-next-line: component-selector
3170
+ // eslint-disable-next-line @angular-eslint/component-selector
3171
3171
  selector: 'input[lx-input]',
3172
3172
  styleUrls: ['input.component.styl'],
3173
3173
  template: ""
@@ -4392,7 +4392,7 @@
4392
4392
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.4", ngImport: i0__namespace, type: PickerOptionComponent, decorators: [{
4393
4393
  type: i0.Component,
4394
4394
  args: [{
4395
- // tslint:disable-next-line: component-selector
4395
+ // eslint-disable-next-line @angular-eslint/component-selector
4396
4396
  selector: 'li[lx-picker-option]',
4397
4397
  templateUrl: 'picker-option.component.html',
4398
4398
  styleUrls: ['picker-option.component.styl'],