@skyux/list-builder 13.3.1 → 13.4.1
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/index.d.ts
CHANGED
|
@@ -626,7 +626,7 @@ declare class SkyListComponent implements AfterContentInit, OnChanges, OnDestroy
|
|
|
626
626
|
/**
|
|
627
627
|
* The set of filters to apply to list data.
|
|
628
628
|
* These filters create a filter summary when the list includes the
|
|
629
|
-
* [`sky-list-filter-summary`](https://developer.blackbaud.com/skyux/components/list
|
|
629
|
+
* [`sky-list-filter-summary`](https://developer.blackbaud.com/skyux/components/list-filters)
|
|
630
630
|
* component.
|
|
631
631
|
*/
|
|
632
632
|
appliedFilters: ListFilterModel[];
|
|
@@ -809,7 +809,7 @@ declare class SkyListFilterInlineModel {
|
|
|
809
809
|
* [`sky-filter-button`](https://developer.blackbaud.com/skyux/components/filter)
|
|
810
810
|
* component inside this component to open a modal with filtering options.
|
|
811
811
|
* To apply filter options, use the
|
|
812
|
-
* [list component's](https://developer.blackbaud.com/skyux/components/list
|
|
812
|
+
* [list component's](https://developer.blackbaud.com/skyux/components/list-overview?docs-active-tab=development#class_sky-list-component)
|
|
813
813
|
* `appliedFilters` property.
|
|
814
814
|
* @deprecated
|
|
815
815
|
*/
|
|
@@ -825,9 +825,9 @@ declare class SkyListFilterButtonComponent implements AfterViewInit {
|
|
|
825
825
|
|
|
826
826
|
/**
|
|
827
827
|
* Creates a filter summary based on the
|
|
828
|
-
* [list component's](https://developer.blackbaud.com/skyux/components/list
|
|
828
|
+
* [list component's](https://developer.blackbaud.com/skyux/components/list-overview?docs-active-tab=development#class_sky-list-component)
|
|
829
829
|
* `appliedFilters` property. Place this component within the
|
|
830
|
-
* [`sky-list-toolbar`](https://developer.blackbaud.com/skyux/components/list
|
|
830
|
+
* [`sky-list-toolbar`](https://developer.blackbaud.com/skyux/components/list-toolbar) component.
|
|
831
831
|
* @deprecated
|
|
832
832
|
*/
|
|
833
833
|
declare class SkyListFilterSummaryComponent implements AfterContentInit {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/list-builder",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.4.1",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -18,15 +18,15 @@
|
|
|
18
18
|
"peerDependencies": {
|
|
19
19
|
"@angular/common": "^20.3.0",
|
|
20
20
|
"@angular/core": "^20.3.0",
|
|
21
|
-
"@skyux/core": "13.
|
|
22
|
-
"@skyux/forms": "13.
|
|
23
|
-
"@skyux/i18n": "13.
|
|
24
|
-
"@skyux/icon": "13.
|
|
25
|
-
"@skyux/layout": "13.
|
|
26
|
-
"@skyux/list-builder-common": "13.
|
|
27
|
-
"@skyux/lists": "13.
|
|
28
|
-
"@skyux/lookup": "13.
|
|
29
|
-
"@skyux/popovers": "13.
|
|
21
|
+
"@skyux/core": "13.4.1",
|
|
22
|
+
"@skyux/forms": "13.4.1",
|
|
23
|
+
"@skyux/i18n": "13.4.1",
|
|
24
|
+
"@skyux/icon": "13.4.1",
|
|
25
|
+
"@skyux/layout": "13.4.1",
|
|
26
|
+
"@skyux/list-builder-common": "13.4.1",
|
|
27
|
+
"@skyux/lists": "13.4.1",
|
|
28
|
+
"@skyux/lookup": "13.4.1",
|
|
29
|
+
"@skyux/popovers": "13.4.1"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"tslib": "^2.8.1"
|