@skyux/list-builder 10.30.0 → 10.31.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-toolbar/list-secondary-actions/list-secondary-actions-host.component.mjs +2 -2
- package/esm2022/lib/modules/list-toolbar/list-secondary-actions/list-secondary-actions.module.mjs +2 -2
- package/esm2022/lib/modules/list-toolbar/list-toolbar.module.mjs +2 -2
- package/fesm2022/skyux-list-builder.mjs +3 -3
- package/fesm2022/skyux-list-builder.mjs.map +1 -1
- package/lib/modules/list-toolbar/list-secondary-actions/list-secondary-actions.module.d.ts +1 -1
- package/lib/modules/list-toolbar/list-toolbar.module.d.ts +1 -1
- package/package.json +10 -10
|
@@ -4,7 +4,7 @@ import * as i2 from "./list-secondary-actions-host.component";
|
|
|
4
4
|
import * as i3 from "./list-secondary-action.component";
|
|
5
5
|
import * as i4 from "@angular/common";
|
|
6
6
|
import * as i5 from "@skyux/popovers";
|
|
7
|
-
import * as i6 from "@skyux/
|
|
7
|
+
import * as i6 from "@skyux/icon";
|
|
8
8
|
import * as i7 from "../../shared/sky-list-builder-resources.module";
|
|
9
9
|
/**
|
|
10
10
|
* @deprecated List builder and its features are deprecated. Use data manager instead. For more information, see https://developer.blackbaud.com/skyux/components/data-manager.
|
|
@@ -12,7 +12,7 @@ import * as i10 from "@skyux/layout";
|
|
|
12
12
|
import * as i11 from "@skyux/lookup";
|
|
13
13
|
import * as i12 from "@skyux/lists";
|
|
14
14
|
import * as i13 from "../list-filters/list-filters.module";
|
|
15
|
-
import * as i14 from "@skyux/
|
|
15
|
+
import * as i14 from "@skyux/icon";
|
|
16
16
|
import * as i15 from "../shared/sky-list-builder-resources.module";
|
|
17
17
|
/**
|
|
18
18
|
* @deprecated List builder and its features are deprecated. Use data manager instead. For more information, see https://developer.blackbaud.com/skyux/components/data-manager.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/list-builder",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.31.0",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -32,17 +32,17 @@
|
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"@angular/common": "^17.3.4",
|
|
34
34
|
"@angular/core": "^17.3.4",
|
|
35
|
-
"@skyux/core": "10.
|
|
36
|
-
"@skyux/forms": "10.
|
|
37
|
-
"@skyux/i18n": "10.
|
|
38
|
-
"@skyux/
|
|
39
|
-
"@skyux/
|
|
40
|
-
"@skyux/
|
|
41
|
-
"@skyux/
|
|
42
|
-
"@skyux/
|
|
43
|
-
"@skyux/popovers": "10.30.0"
|
|
35
|
+
"@skyux/core": "10.31.0",
|
|
36
|
+
"@skyux/forms": "10.31.0",
|
|
37
|
+
"@skyux/i18n": "10.31.0",
|
|
38
|
+
"@skyux/layout": "10.31.0",
|
|
39
|
+
"@skyux/list-builder-common": "10.31.0",
|
|
40
|
+
"@skyux/lists": "10.31.0",
|
|
41
|
+
"@skyux/lookup": "10.31.0",
|
|
42
|
+
"@skyux/popovers": "10.31.0"
|
|
44
43
|
},
|
|
45
44
|
"dependencies": {
|
|
45
|
+
"@skyux/icon": "10.31.0",
|
|
46
46
|
"tslib": "^2.6.2"
|
|
47
47
|
},
|
|
48
48
|
"module": "fesm2022/skyux-list-builder.mjs",
|