@skyux/list-builder 10.6.2 → 10.7.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/documentation.json +225 -225
- package/esm2022/lib/modules/list/list.component.mjs +3 -3
- package/esm2022/lib/modules/list/list.module.mjs +4 -4
- package/esm2022/lib/modules/list/state/list-state.rxstate.mjs +3 -3
- package/esm2022/lib/modules/list/state/list-state.state-node.mjs +3 -3
- package/esm2022/lib/modules/list-filters/list-filter-button.component.mjs +3 -3
- package/esm2022/lib/modules/list-filters/list-filter-inline-item-renderer.component.mjs +3 -3
- package/esm2022/lib/modules/list-filters/list-filter-inline-item.component.mjs +3 -3
- package/esm2022/lib/modules/list-filters/list-filter-inline.component.mjs +3 -3
- package/esm2022/lib/modules/list-filters/list-filter-summary.component.mjs +3 -3
- package/esm2022/lib/modules/list-filters/list-filters.module.mjs +4 -4
- package/esm2022/lib/modules/list-paging/list-paging.component.mjs +3 -3
- package/esm2022/lib/modules/list-paging/list-paging.module.mjs +4 -4
- package/esm2022/lib/modules/list-toolbar/list-multiselect-toolbar.component.mjs +3 -3
- package/esm2022/lib/modules/list-toolbar/list-secondary-actions/list-secondary-action.component.mjs +3 -3
- package/esm2022/lib/modules/list-toolbar/list-secondary-actions/list-secondary-actions-host.component.mjs +3 -3
- package/esm2022/lib/modules/list-toolbar/list-secondary-actions/list-secondary-actions.component.mjs +3 -3
- package/esm2022/lib/modules/list-toolbar/list-secondary-actions/list-secondary-actions.module.mjs +4 -4
- package/esm2022/lib/modules/list-toolbar/list-secondary-actions/list-secondary-actions.service.mjs +3 -3
- package/esm2022/lib/modules/list-toolbar/list-toolbar-item-renderer.component.mjs +3 -3
- package/esm2022/lib/modules/list-toolbar/list-toolbar-item.component.mjs +3 -3
- package/esm2022/lib/modules/list-toolbar/list-toolbar-search-actions.component.mjs +3 -3
- package/esm2022/lib/modules/list-toolbar/list-toolbar-sort.component.mjs +3 -3
- package/esm2022/lib/modules/list-toolbar/list-toolbar-view-actions.component.mjs +3 -3
- package/esm2022/lib/modules/list-toolbar/list-toolbar.component.mjs +3 -3
- package/esm2022/lib/modules/list-toolbar/list-toolbar.module.mjs +4 -4
- package/esm2022/lib/modules/list-toolbar/state/toolbar-state.rxstate.mjs +3 -3
- package/esm2022/lib/modules/list-toolbar/state/toolbar-state.state-node.mjs +3 -3
- package/esm2022/lib/modules/shared/sky-list-builder-resources.module.mjs +4 -4
- package/fesm2022/skyux-list-builder.mjs +90 -90
- package/package.json +12 -12
|
@@ -19,8 +19,8 @@ import * as i0 from "@angular/core";
|
|
|
19
19
|
* @deprecated List builder and its features are deprecated. Use data manager instead. For more information, see https://developer.blackbaud.com/skyux/components/data-manager.
|
|
20
20
|
*/
|
|
21
21
|
export class SkyListToolbarModule {
|
|
22
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
23
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
22
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: SkyListToolbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
23
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.4", ngImport: i0, type: SkyListToolbarModule, declarations: [SkyListToolbarComponent,
|
|
24
24
|
SkyListToolbarItemComponent,
|
|
25
25
|
SkyListToolbarItemRendererComponent,
|
|
26
26
|
SkyListMultiselectToolbarComponent,
|
|
@@ -39,7 +39,7 @@ export class SkyListToolbarModule {
|
|
|
39
39
|
SkyListToolbarSearchActionsComponent,
|
|
40
40
|
SkyListToolbarSortComponent,
|
|
41
41
|
SkyListToolbarViewActionsComponent] }); }
|
|
42
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
42
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: SkyListToolbarModule, imports: [CommonModule,
|
|
43
43
|
SkyCheckboxModule,
|
|
44
44
|
SkyToolbarModule,
|
|
45
45
|
SkySearchModule,
|
|
@@ -49,7 +49,7 @@ export class SkyListToolbarModule {
|
|
|
49
49
|
SkyIconModule,
|
|
50
50
|
SkyListBuilderResourcesModule] }); }
|
|
51
51
|
}
|
|
52
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
52
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: SkyListToolbarModule, decorators: [{
|
|
53
53
|
type: NgModule,
|
|
54
54
|
args: [{
|
|
55
55
|
declarations: [
|
|
@@ -5,10 +5,10 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
7
7
|
export class ListToolbarStateDispatcher extends StateDispatcher {
|
|
8
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
9
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
8
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: ListToolbarStateDispatcher, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: ListToolbarStateDispatcher }); }
|
|
10
10
|
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: ListToolbarStateDispatcher, decorators: [{
|
|
12
12
|
type: Injectable
|
|
13
13
|
}] });
|
|
14
14
|
/**
|
|
@@ -12,10 +12,10 @@ export class ListToolbarState extends StateNode {
|
|
|
12
12
|
super(initialState, dispatcher);
|
|
13
13
|
this.register('config', ListToolbarConfigOrchestrator).begin();
|
|
14
14
|
}
|
|
15
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
16
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
15
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: ListToolbarState, deps: [{ token: i1.ListToolbarStateModel }, { token: i2.ListToolbarStateDispatcher }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: ListToolbarState }); }
|
|
17
17
|
}
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: ListToolbarState, decorators: [{
|
|
19
19
|
type: Injectable
|
|
20
20
|
}], ctorParameters: () => [{ type: i1.ListToolbarStateModel }, { type: i2.ListToolbarStateDispatcher }] });
|
|
21
21
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9vbGJhci1zdGF0ZS5zdGF0ZS1ub2RlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL2xpc3QtYnVpbGRlci9zcmMvbGliL21vZHVsZXMvbGlzdC10b29sYmFyL3N0YXRlL3Rvb2xiYXItc3RhdGUuc3RhdGUtbm9kZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNDLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUV2RCxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQzs7OztBQUk3RTs7R0FFRztBQUVILE1BQU0sT0FBTyxnQkFBaUIsU0FBUSxTQUFnQztJQUNwRSxZQUNFLFlBQW1DLEVBQ25DLFVBQXNDO1FBRXRDLEtBQUssQ0FBQyxZQUFZLEVBQUUsVUFBVSxDQUFDLENBQUM7UUFFaEMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxRQUFRLEVBQUUsNkJBQTZCLENBQUMsQ0FBQyxLQUFLLEVBQUUsQ0FBQztJQUNqRSxDQUFDOzhHQVJVLGdCQUFnQjtrSEFBaEIsZ0JBQWdCOzsyRkFBaEIsZ0JBQWdCO2tCQUQ1QixVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgU3RhdGVOb2RlIH0gZnJvbSAnQHNreXV4L2xpc3QtYnVpbGRlci1jb21tb24nO1xuXG5pbXBvcnQgeyBMaXN0VG9vbGJhckNvbmZpZ09yY2hlc3RyYXRvciB9IGZyb20gJy4vY29uZmlnL2NvbmZpZy5vcmNoZXN0cmF0b3InO1xuaW1wb3J0IHsgTGlzdFRvb2xiYXJTdGF0ZU1vZGVsIH0gZnJvbSAnLi90b29sYmFyLXN0YXRlLm1vZGVsJztcbmltcG9ydCB7IExpc3RUb29sYmFyU3RhdGVEaXNwYXRjaGVyIH0gZnJvbSAnLi90b29sYmFyLXN0YXRlLnJ4c3RhdGUnO1xuXG4vKipcbiAqIEBpbnRlcm5hbFxuICovXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgTGlzdFRvb2xiYXJTdGF0ZSBleHRlbmRzIFN0YXRlTm9kZTxMaXN0VG9vbGJhclN0YXRlTW9kZWw+IHtcbiAgY29uc3RydWN0b3IoXG4gICAgaW5pdGlhbFN0YXRlOiBMaXN0VG9vbGJhclN0YXRlTW9kZWwsXG4gICAgZGlzcGF0Y2hlcjogTGlzdFRvb2xiYXJTdGF0ZURpc3BhdGNoZXIsXG4gICkge1xuICAgIHN1cGVyKGluaXRpYWxTdGF0ZSwgZGlzcGF0Y2hlcik7XG5cbiAgICB0aGlzLnJlZ2lzdGVyKCdjb25maWcnLCBMaXN0VG9vbGJhckNvbmZpZ09yY2hlc3RyYXRvcikuYmVnaW4oKTtcbiAgfVxufVxuIl19
|
|
@@ -29,9 +29,9 @@ export class SkyListBuilderResourcesProvider {
|
|
|
29
29
|
* Import into any component library module that needs to use resource strings.
|
|
30
30
|
*/
|
|
31
31
|
export class SkyListBuilderResourcesModule {
|
|
32
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
33
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
34
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
32
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: SkyListBuilderResourcesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
33
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.4", ngImport: i0, type: SkyListBuilderResourcesModule, exports: [SkyI18nModule] }); }
|
|
34
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: SkyListBuilderResourcesModule, providers: [
|
|
35
35
|
{
|
|
36
36
|
provide: SKY_LIB_RESOURCES_PROVIDERS,
|
|
37
37
|
useClass: SkyListBuilderResourcesProvider,
|
|
@@ -39,7 +39,7 @@ export class SkyListBuilderResourcesModule {
|
|
|
39
39
|
},
|
|
40
40
|
], imports: [SkyI18nModule] }); }
|
|
41
41
|
}
|
|
42
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
42
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: SkyListBuilderResourcesModule, decorators: [{
|
|
43
43
|
type: NgModule,
|
|
44
44
|
args: [{
|
|
45
45
|
exports: [SkyI18nModule],
|