@skyux/lists 12.23.0 → 13.0.0-alpha.0
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/fesm2022/skyux-lists-testing.mjs +16 -16
- package/fesm2022/skyux-lists-testing.mjs.map +1 -1
- package/fesm2022/skyux-lists.mjs +87 -87
- package/fesm2022/skyux-lists.mjs.map +1 -1
- package/index.d.ts +627 -22
- package/package.json +15 -15
- package/testing/index.d.ts +640 -3
- package/lib/modules/filter/filter-button.component.d.ts +0 -59
- package/lib/modules/filter/filter-inline-item.component.d.ts +0 -8
- package/lib/modules/filter/filter-inline.component.d.ts +0 -8
- package/lib/modules/filter/filter-summary-item.component.d.ts +0 -27
- package/lib/modules/filter/filter-summary.component.d.ts +0 -8
- package/lib/modules/filter/filter.module.d.ts +0 -16
- package/lib/modules/infinite-scroll/infinite-scroll-dom-adapter.service.d.ts +0 -26
- package/lib/modules/infinite-scroll/infinite-scroll.component.d.ts +0 -37
- package/lib/modules/infinite-scroll/infinite-scroll.module.d.ts +0 -9
- package/lib/modules/paging/paging-content.component.d.ts +0 -5
- package/lib/modules/paging/paging.component.d.ts +0 -55
- package/lib/modules/paging/paging.module.d.ts +0 -13
- package/lib/modules/paging/types/paging-content-change-args.d.ts +0 -13
- package/lib/modules/repeater/repeater-adapter.service.d.ts +0 -17
- package/lib/modules/repeater/repeater-auto-scroll-options.d.ts +0 -9
- package/lib/modules/repeater/repeater-auto-scroll.service.d.ts +0 -11
- package/lib/modules/repeater/repeater-auto-scroller.d.ts +0 -6
- package/lib/modules/repeater/repeater-expand-mode-type.d.ts +0 -1
- package/lib/modules/repeater/repeater-item-content.component.d.ts +0 -8
- package/lib/modules/repeater/repeater-item-context-menu.component.d.ts +0 -9
- package/lib/modules/repeater/repeater-item-roles.type.d.ts +0 -5
- package/lib/modules/repeater/repeater-item-title.component.d.ts +0 -8
- package/lib/modules/repeater/repeater-item.component.d.ts +0 -134
- package/lib/modules/repeater/repeater-role.type.d.ts +0 -1
- package/lib/modules/repeater/repeater.component.d.ts +0 -74
- package/lib/modules/repeater/repeater.module.d.ts +0 -20
- package/lib/modules/repeater/repeater.service.d.ts +0 -32
- package/lib/modules/shared/sky-lists-resources.module.d.ts +0 -10
- package/lib/modules/sort/sort-item.component.d.ts +0 -24
- package/lib/modules/sort/sort-menu-heading.component.d.ts +0 -5
- package/lib/modules/sort/sort.component.d.ts +0 -29
- package/lib/modules/sort/sort.module.d.ts +0 -15
- package/lib/modules/sort/sort.service.d.ts +0 -11
- package/testing/legacy/filter/filter-fixture-button.d.ts +0 -21
- package/testing/legacy/filter/filter-fixture-summary.d.ts +0 -12
- package/testing/legacy/filter/filter-testing.module.d.ts +0 -10
- package/testing/legacy/filter/lists-filter-fixture-button.d.ts +0 -6
- package/testing/legacy/infinite-scroll/infinite-scroll-fixture.d.ts +0 -14
- package/testing/legacy/infinite-scroll/infinite-scroll-testing.module.d.ts +0 -10
- package/testing/legacy/paging/paging-fixture-button.d.ts +0 -8
- package/testing/legacy/paging/paging-fixture.d.ts +0 -32
- package/testing/legacy/paging/paging-testing.module.d.ts +0 -10
- package/testing/legacy/sort/sort-fixture-menu-item.d.ts +0 -8
- package/testing/legacy/sort/sort-fixture-menu.d.ts +0 -7
- package/testing/legacy/sort/sort-fixture.d.ts +0 -46
- package/testing/legacy/sort/sort-testing.module.d.ts +0 -11
- package/testing/modules/filter/filter-button-harness-filters.d.ts +0 -6
- package/testing/modules/filter/filter-button-harness.d.ts +0 -50
- package/testing/modules/filter/filter-inline-harness-filters.d.ts +0 -6
- package/testing/modules/filter/filter-inline-harness.d.ts +0 -27
- package/testing/modules/filter/filter-inline-item-harness-filters.d.ts +0 -6
- package/testing/modules/filter/filter-inline-item-harness.d.ts +0 -17
- package/testing/modules/filter/filter-summary-harness-filters.d.ts +0 -6
- package/testing/modules/filter/filter-summary-harness.d.ts +0 -27
- package/testing/modules/filter/filter-summary-item-harness-filters.d.ts +0 -6
- package/testing/modules/filter/filter-summary-item-harness.d.ts +0 -30
- package/testing/modules/infinite-scroll/infinite-scroll-harness-filters.d.ts +0 -6
- package/testing/modules/infinite-scroll/infinite-scroll-harness.d.ts +0 -30
- package/testing/modules/paging/page-control-harness-filters.d.ts +0 -11
- package/testing/modules/paging/page-control-harness.d.ts +0 -22
- package/testing/modules/paging/paging-content-harness.d.ts +0 -10
- package/testing/modules/paging/paging-harness-filters.d.ts +0 -6
- package/testing/modules/paging/paging-harness.d.ts +0 -40
- package/testing/modules/repeater/repeater-harness-filters.d.ts +0 -6
- package/testing/modules/repeater/repeater-harness.d.ts +0 -23
- package/testing/modules/repeater/repeater-item-harness-filters.d.ts +0 -14
- package/testing/modules/repeater/repeater-item-harness.d.ts +0 -70
- package/testing/modules/sort/sort-harness-filters.d.ts +0 -6
- package/testing/modules/sort/sort-harness.d.ts +0 -40
- package/testing/modules/sort/sort-item-harness-filters.d.ts +0 -10
- package/testing/modules/sort/sort-item-harness.d.ts +0 -31
- package/testing/public-api.d.ts +0 -35
|
@@ -97,11 +97,11 @@ class SkyFilterFixtureSummary {
|
|
|
97
97
|
* @internal
|
|
98
98
|
*/
|
|
99
99
|
class SkyFilterTestingModule {
|
|
100
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
101
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
102
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
100
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SkyFilterTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
101
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.5", ngImport: i0, type: SkyFilterTestingModule, exports: [SkyFilterModule] }); }
|
|
102
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SkyFilterTestingModule, imports: [SkyFilterModule] }); }
|
|
103
103
|
}
|
|
104
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
104
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SkyFilterTestingModule, decorators: [{
|
|
105
105
|
type: NgModule,
|
|
106
106
|
args: [{
|
|
107
107
|
exports: [SkyFilterModule],
|
|
@@ -400,11 +400,11 @@ class SkyPagingFixture {
|
|
|
400
400
|
* @internal
|
|
401
401
|
*/
|
|
402
402
|
class SkyPagingTestingModule {
|
|
403
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
404
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
405
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
403
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SkyPagingTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
404
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.5", ngImport: i0, type: SkyPagingTestingModule, exports: [SkyPagingModule] }); }
|
|
405
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SkyPagingTestingModule, imports: [SkyPagingModule] }); }
|
|
406
406
|
}
|
|
407
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
407
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SkyPagingTestingModule, decorators: [{
|
|
408
408
|
type: NgModule,
|
|
409
409
|
args: [{
|
|
410
410
|
exports: [SkyPagingModule],
|
|
@@ -852,11 +852,11 @@ class SkySortFixture {
|
|
|
852
852
|
* @internal
|
|
853
853
|
*/
|
|
854
854
|
class SkySortTestingModule {
|
|
855
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
856
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
857
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
855
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SkySortTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
856
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.5", ngImport: i0, type: SkySortTestingModule, imports: [NoopAnimationsModule], exports: [SkySortModule] }); }
|
|
857
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SkySortTestingModule, imports: [NoopAnimationsModule, SkySortModule] }); }
|
|
858
858
|
}
|
|
859
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
859
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SkySortTestingModule, decorators: [{
|
|
860
860
|
type: NgModule,
|
|
861
861
|
args: [{
|
|
862
862
|
imports: [NoopAnimationsModule],
|
|
@@ -1007,11 +1007,11 @@ class SkyInfiniteScrollFixture {
|
|
|
1007
1007
|
* @internal
|
|
1008
1008
|
*/
|
|
1009
1009
|
class SkyInfiniteScrollTestingModule {
|
|
1010
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1011
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1012
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1010
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SkyInfiniteScrollTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1011
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.5", ngImport: i0, type: SkyInfiniteScrollTestingModule, exports: [SkyInfiniteScrollModule] }); }
|
|
1012
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SkyInfiniteScrollTestingModule, imports: [SkyInfiniteScrollModule] }); }
|
|
1013
1013
|
}
|
|
1014
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1014
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SkyInfiniteScrollTestingModule, decorators: [{
|
|
1015
1015
|
type: NgModule,
|
|
1016
1016
|
args: [{
|
|
1017
1017
|
exports: [SkyInfiniteScrollModule],
|