@indice/ng-components 0.2.114 → 0.2.115
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/esm2020/lib/controls/list-view/list-view.component.mjs +3 -4
- package/esm2020/lib/ng-components.module.mjs +5 -2
- package/esm2020/public-api.mjs +2 -4
- package/fesm2015/indice-ng-components.mjs +7 -7
- package/fesm2015/indice-ng-components.mjs.map +1 -1
- package/fesm2020/indice-ng-components.mjs +7 -7
- package/fesm2020/indice-ng-components.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { EventEmitter, PLATFORM_ID, Directive, Inject, Input, Output, Component, TemplateRef, ContentChild, ContentChildren, forwardRef, ViewChild, Injectable, InjectionToken, Injector, ElementRef, ViewChildren, Pipe, ViewEncapsulation, HostListener, Optional, NgModule } from '@angular/core';
|
|
2
|
+
import { EventEmitter, PLATFORM_ID, Directive, Inject, Input, Output, Component, TemplateRef, ContentChild, ContentChildren, forwardRef, ViewChild, Injectable, InjectionToken, Injector, ElementRef, ViewChildren, Pipe, ViewEncapsulation, HostListener, Optional, NgModule, NO_ERRORS_SCHEMA } from '@angular/core';
|
|
3
3
|
import * as i1 from '@angular/common';
|
|
4
4
|
import { isPlatformBrowser, DOCUMENT, CommonModule } from '@angular/common';
|
|
5
5
|
import * as i1$1 from '@angular/router';
|
|
@@ -645,11 +645,11 @@ class ListViewComponent {
|
|
|
645
645
|
this.loaderItems = [];
|
|
646
646
|
// DETAILS SECTION
|
|
647
647
|
// Check if details section and button should be displayed according to the count of the value given
|
|
648
|
+
// tslint:disable-next-line:no-input-rename
|
|
648
649
|
this.detailsSectionPropertyCount = null;
|
|
649
650
|
// SORTING - pass through for pager component
|
|
650
651
|
// tslint:disable-next-line:no-input-rename
|
|
651
652
|
this.sortOptions = [];
|
|
652
|
-
// tslint:disable-next-line:no-input-rename
|
|
653
653
|
this.sort = null;
|
|
654
654
|
// tslint:disable-next-line:no-input-rename
|
|
655
655
|
this.sortdir = '-';
|
|
@@ -766,8 +766,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
766
766
|
type: Input,
|
|
767
767
|
args: ['sort-options']
|
|
768
768
|
}], sort: [{
|
|
769
|
-
type: Input
|
|
770
|
-
args: ['sort']
|
|
769
|
+
type: Input
|
|
771
770
|
}], sortdir: [{
|
|
772
771
|
type: Input,
|
|
773
772
|
args: ['sort-dir']
|
|
@@ -3072,13 +3071,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3072
3071
|
ToasterComponent,
|
|
3073
3072
|
AvatarInitialsComponent,
|
|
3074
3073
|
ToggleComponent
|
|
3074
|
+
],
|
|
3075
|
+
schemas: [
|
|
3076
|
+
NO_ERRORS_SCHEMA
|
|
3075
3077
|
]
|
|
3076
3078
|
}]
|
|
3077
3079
|
}] });
|
|
3078
3080
|
|
|
3079
|
-
|
|
3080
|
-
* Public API Surface of @indice/ng-components
|
|
3081
|
-
*/
|
|
3081
|
+
// Public API Surface of @indice/ng-components
|
|
3082
3082
|
|
|
3083
3083
|
/**
|
|
3084
3084
|
* Generated bundle index. Do not edit.
|