@leanix/components 0.2.56 → 0.2.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/leanix-components.umd.js +5 -5
- package/bundles/leanix-components.umd.js.map +1 -1
- package/esm2015/lib/core-ui/components/button/button.component.js +1 -1
- package/esm2015/lib/core-ui/components/button/button.component.js.map +1 -1
- package/esm2015/lib/core-ui/components/table/table.component.js +2 -2
- package/esm2015/lib/core-ui/components/table/table.component.js.map +1 -1
- package/esm2015/lib/core-ui/pipes/markdown.pipe.js +1 -1
- package/esm2015/lib/core-ui/pipes/markdown.pipe.js.map +1 -1
- package/esm2015/lib/forms-ui/components/input/input.component.js +1 -1
- package/esm2015/lib/forms-ui/components/input/input.component.js.map +1 -1
- package/esm2015/lib/forms-ui/components/picker-option/picker-option.component.js +1 -1
- package/esm2015/lib/forms-ui/components/picker-option/picker-option.component.js.map +1 -1
- package/fesm2015/leanix-components.js +5 -5
- package/fesm2015/leanix-components.js.map +1 -1
- package/package.json +1 -1
@@ -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
|
-
//
|
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
|
-
//
|
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
|
-
//
|
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
|
-
//
|
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
|
-
//
|
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'],
|