@skyux/list-builder 5.9.1 → 5.9.2
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 +4 -4
- package/esm2015/lib/modules/list/state/toolbar/toolbar-item.model.js.map +1 -1
- package/esm2015/lib/modules/list-filters/list-filter-button.component.js.map +1 -1
- package/esm2015/lib/modules/list-filters/list-filter-inline-item-renderer.component.js.map +1 -1
- package/esm2015/lib/modules/list-filters/list-filter-inline-item.component.js.map +1 -1
- package/esm2015/lib/modules/list-filters/list-filter-inline.model.js.map +1 -1
- package/esm2015/lib/modules/list-toolbar/list-secondary-actions/list-secondary-action.component.js.map +1 -1
- package/esm2015/lib/modules/list-toolbar/list-secondary-actions/list-secondary-action.js.map +1 -1
- package/esm2015/lib/modules/list-toolbar/list-secondary-actions/list-secondary-actions.component.js.map +1 -1
- package/esm2015/lib/modules/list-toolbar/list-toolbar-item-renderer.component.js.map +1 -1
- package/esm2015/lib/modules/list-toolbar/list-toolbar-item.component.js.map +1 -1
- package/esm2015/lib/modules/list-toolbar/list-toolbar.component.js.map +1 -1
- package/fesm2015/skyux-list-builder.js.map +1 -1
- package/lib/modules/list/state/toolbar/toolbar-item.model.d.ts +1 -1
- package/lib/modules/list-filters/list-filter-inline-item-renderer.component.d.ts +1 -1
- package/lib/modules/list-filters/list-filter-inline-item.component.d.ts +2 -2
- package/lib/modules/list-filters/list-filter-inline.model.d.ts +1 -1
- package/lib/modules/list-toolbar/list-secondary-actions/list-secondary-action.d.ts +1 -1
- package/lib/modules/list-toolbar/list-toolbar-item-renderer.component.d.ts +1 -1
- package/lib/modules/list-toolbar/list-toolbar-item.component.d.ts +1 -1
- package/package.json +9 -9
|
@@ -32,11 +32,11 @@ export declare class SkyListFilterInlineItemComponent implements OnInit {
|
|
|
32
32
|
* `ngModel`, and the `changed` function, which should be called when the model changes.
|
|
33
33
|
* @required
|
|
34
34
|
*/
|
|
35
|
-
templateInput: TemplateRef<
|
|
35
|
+
templateInput: TemplateRef<unknown>;
|
|
36
36
|
onChange: EventEmitter<any>;
|
|
37
37
|
private templates;
|
|
38
38
|
ngOnInit(): void;
|
|
39
|
-
get template(): TemplateRef<
|
|
39
|
+
get template(): TemplateRef<unknown>;
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyListFilterInlineItemComponent, never>;
|
|
41
41
|
static ɵcmp: i0.ɵɵComponentDeclaration<SkyListFilterInlineItemComponent, "sky-list-filter-inline-item", never, { "name": "name"; "value": "value"; "defaultValue": "defaultValue"; "filterFunction": "filter"; "templateInput": "template"; }, {}, ["templates"], ["*"]>;
|
|
42
42
|
}
|
|
@@ -9,7 +9,7 @@ export declare class SkyListFilterInlineModel {
|
|
|
9
9
|
defaultValue: any;
|
|
10
10
|
filterFunction: (item: ListItemModel, filter: any) => boolean;
|
|
11
11
|
onChange: EventEmitter<any>;
|
|
12
|
-
template: TemplateRef<
|
|
12
|
+
template: TemplateRef<unknown>;
|
|
13
13
|
constructor(data?: any);
|
|
14
14
|
changed(value: any): void;
|
|
15
15
|
}
|
|
@@ -4,7 +4,7 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare class SkyListToolbarItemRendererComponent implements OnInit {
|
|
7
|
-
template: TemplateRef<
|
|
7
|
+
template: TemplateRef<unknown>;
|
|
8
8
|
private container;
|
|
9
9
|
ngOnInit(): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyListToolbarItemRendererComponent, never>;
|
|
@@ -20,7 +20,7 @@ export declare class SkyListToolbarItemComponent {
|
|
|
20
20
|
*/
|
|
21
21
|
location: string;
|
|
22
22
|
private templates;
|
|
23
|
-
get template(): TemplateRef<
|
|
23
|
+
get template(): TemplateRef<unknown>;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyListToolbarItemComponent, never>;
|
|
25
25
|
static ɵcmp: i0.ɵɵComponentDeclaration<SkyListToolbarItemComponent, "sky-list-toolbar-item", never, { "id": "id"; "index": "index"; "location": "location"; }, {}, ["templates"], ["*"]>;
|
|
26
26
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/list-builder",
|
|
3
|
-
"version": "5.9.
|
|
3
|
+
"version": "5.9.2",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
"peerDependencies": {
|
|
19
19
|
"@angular/common": "^12.2.16",
|
|
20
20
|
"@angular/core": "^12.2.16",
|
|
21
|
-
"@skyux/forms": "5.9.
|
|
22
|
-
"@skyux/i18n": "5.9.
|
|
23
|
-
"@skyux/indicators": "5.9.
|
|
24
|
-
"@skyux/layout": "5.9.
|
|
25
|
-
"@skyux/list-builder-common": "5.9.
|
|
26
|
-
"@skyux/lists": "5.9.
|
|
27
|
-
"@skyux/lookup": "5.9.
|
|
28
|
-
"@skyux/popovers": "5.9.
|
|
21
|
+
"@skyux/forms": "5.9.2",
|
|
22
|
+
"@skyux/i18n": "5.9.2",
|
|
23
|
+
"@skyux/indicators": "5.9.2",
|
|
24
|
+
"@skyux/layout": "5.9.2",
|
|
25
|
+
"@skyux/list-builder-common": "5.9.2",
|
|
26
|
+
"@skyux/lists": "5.9.2",
|
|
27
|
+
"@skyux/lookup": "5.9.2",
|
|
28
|
+
"@skyux/popovers": "5.9.2"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"tslib": "^2.3.1"
|