@skyux/lists 5.0.2 → 5.0.3
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/skyux-lists-testing.umd.js +16 -16
- package/bundles/skyux-lists.umd.js +81 -81
- package/bundles/skyux-lists.umd.js.map +1 -1
- package/esm2015/modules/filter/filter-button.component.js +3 -3
- package/esm2015/modules/filter/filter-inline-item.component.js +3 -3
- package/esm2015/modules/filter/filter-inline.component.js +3 -3
- package/esm2015/modules/filter/filter-summary-item.component.js +3 -3
- package/esm2015/modules/filter/filter-summary.component.js +3 -3
- package/esm2015/modules/filter/filter.module.js +4 -4
- package/esm2015/modules/infinite-scroll/infinite-scroll-dom-adapter.service.js +3 -3
- package/esm2015/modules/infinite-scroll/infinite-scroll.component.js +3 -3
- package/esm2015/modules/infinite-scroll/infinite-scroll.module.js +4 -4
- package/esm2015/modules/paging/paging.component.js +3 -3
- package/esm2015/modules/paging/paging.module.js +4 -4
- package/esm2015/modules/repeater/repeater-adapter.service.js +3 -3
- package/esm2015/modules/repeater/repeater-item-content.component.js +3 -3
- package/esm2015/modules/repeater/repeater-item-context-menu.component.js +3 -3
- package/esm2015/modules/repeater/repeater-item-title.component.js +3 -3
- package/esm2015/modules/repeater/repeater-item.component.js +4 -4
- package/esm2015/modules/repeater/repeater.component.js +3 -3
- package/esm2015/modules/repeater/repeater.module.js +4 -4
- package/esm2015/modules/repeater/repeater.service.js +3 -3
- package/esm2015/modules/shared/sky-lists-resources.module.js +4 -4
- package/esm2015/modules/sort/sort-item.component.js +3 -3
- package/esm2015/modules/sort/sort-menu-heading.component.js +3 -3
- package/esm2015/modules/sort/sort.component.js +3 -3
- package/esm2015/modules/sort/sort.module.js +4 -4
- package/esm2015/modules/sort/sort.service.js +3 -3
- package/esm2015/testing/filter/filter-testing.module.js +4 -4
- package/esm2015/testing/infinite-scroll/infinite-scroll-testing.module.js +4 -4
- package/esm2015/testing/paging/paging-testing.module.js +4 -4
- package/esm2015/testing/sort/sort-testing.module.js +4 -4
- package/fesm2015/skyux-lists-testing.js +16 -16
- package/fesm2015/skyux-lists.js +81 -81
- package/fesm2015/skyux-lists.js.map +1 -1
- package/package.json +7 -7
|
@@ -8,10 +8,10 @@ import { NoopAnimationsModule } from '@angular/platform-browser/animations';
|
|
|
8
8
|
|
|
9
9
|
class SkyFilterTestingModule {
|
|
10
10
|
}
|
|
11
|
-
SkyFilterTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
12
|
-
SkyFilterTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
13
|
-
SkyFilterTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
11
|
+
SkyFilterTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: SkyFilterTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12
|
+
SkyFilterTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: SkyFilterTestingModule, exports: [SkyFilterModule] });
|
|
13
|
+
SkyFilterTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: SkyFilterTestingModule, imports: [SkyFilterModule] });
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: SkyFilterTestingModule, decorators: [{
|
|
15
15
|
type: NgModule,
|
|
16
16
|
args: [{
|
|
17
17
|
exports: [
|
|
@@ -99,10 +99,10 @@ class SkyFilterFixtureButton {
|
|
|
99
99
|
|
|
100
100
|
class SkyPagingTestingModule {
|
|
101
101
|
}
|
|
102
|
-
SkyPagingTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
103
|
-
SkyPagingTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
104
|
-
SkyPagingTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
105
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
102
|
+
SkyPagingTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: SkyPagingTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
103
|
+
SkyPagingTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: SkyPagingTestingModule, exports: [SkyPagingModule] });
|
|
104
|
+
SkyPagingTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: SkyPagingTestingModule, imports: [SkyPagingModule] });
|
|
105
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: SkyPagingTestingModule, decorators: [{
|
|
106
106
|
type: NgModule,
|
|
107
107
|
args: [{
|
|
108
108
|
exports: [
|
|
@@ -214,12 +214,12 @@ class SkyPagingFixture {
|
|
|
214
214
|
|
|
215
215
|
class SkySortTestingModule {
|
|
216
216
|
}
|
|
217
|
-
SkySortTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
218
|
-
SkySortTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
219
|
-
SkySortTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
217
|
+
SkySortTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: SkySortTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
218
|
+
SkySortTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: SkySortTestingModule, imports: [NoopAnimationsModule], exports: [SkySortModule] });
|
|
219
|
+
SkySortTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: SkySortTestingModule, imports: [[
|
|
220
220
|
NoopAnimationsModule
|
|
221
221
|
], SkySortModule] });
|
|
222
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
222
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: SkySortTestingModule, decorators: [{
|
|
223
223
|
type: NgModule,
|
|
224
224
|
args: [{
|
|
225
225
|
imports: [
|
|
@@ -383,10 +383,10 @@ class SkySortFixture {
|
|
|
383
383
|
|
|
384
384
|
class SkyInfiniteScrollTestingModule {
|
|
385
385
|
}
|
|
386
|
-
SkyInfiniteScrollTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
387
|
-
SkyInfiniteScrollTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
388
|
-
SkyInfiniteScrollTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
389
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
386
|
+
SkyInfiniteScrollTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: SkyInfiniteScrollTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
387
|
+
SkyInfiniteScrollTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: SkyInfiniteScrollTestingModule, exports: [SkyInfiniteScrollModule] });
|
|
388
|
+
SkyInfiniteScrollTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: SkyInfiniteScrollTestingModule, imports: [SkyInfiniteScrollModule] });
|
|
389
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: SkyInfiniteScrollTestingModule, decorators: [{
|
|
390
390
|
type: NgModule,
|
|
391
391
|
args: [{
|
|
392
392
|
exports: [
|