@skyux/data-manager 5.10.0 → 5.11.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 +7 -0
- package/package.json +9 -9
package/documentation.json
CHANGED
@@ -1762,6 +1762,13 @@
|
|
1762
1762
|
"kind": 1024,
|
1763
1763
|
"kindString": "Property",
|
1764
1764
|
"flags": {},
|
1765
|
+
"sources": [
|
1766
|
+
{
|
1767
|
+
"fileName": "lib/modules/data-manager/data-manager.component.ts",
|
1768
|
+
"line": 52,
|
1769
|
+
"character": 4
|
1770
|
+
}
|
1771
|
+
],
|
1765
1772
|
"type": {
|
1766
1773
|
"type": "intrinsic",
|
1767
1774
|
"name": "boolean"
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@skyux/data-manager",
|
3
|
-
"version": "5.
|
3
|
+
"version": "5.11.0",
|
4
4
|
"author": "Blackbaud, Inc.",
|
5
5
|
"keywords": [
|
6
6
|
"blackbaud",
|
@@ -19,14 +19,14 @@
|
|
19
19
|
"@angular/common": "^12.2.16",
|
20
20
|
"@angular/core": "^12.2.16",
|
21
21
|
"@angular/forms": "^12.2.16",
|
22
|
-
"@skyux/core": "5.
|
23
|
-
"@skyux/forms": "5.
|
24
|
-
"@skyux/i18n": "5.
|
25
|
-
"@skyux/indicators": "5.
|
26
|
-
"@skyux/layout": "5.
|
27
|
-
"@skyux/lists": "5.
|
28
|
-
"@skyux/lookup": "5.
|
29
|
-
"@skyux/modals": "5.
|
22
|
+
"@skyux/core": "5.11.0",
|
23
|
+
"@skyux/forms": "5.11.0",
|
24
|
+
"@skyux/i18n": "5.11.0",
|
25
|
+
"@skyux/indicators": "5.11.0",
|
26
|
+
"@skyux/layout": "5.11.0",
|
27
|
+
"@skyux/lists": "5.11.0",
|
28
|
+
"@skyux/lookup": "5.11.0",
|
29
|
+
"@skyux/modals": "5.11.0"
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
32
|
"tslib": "^2.3.1"
|