@skyux/data-manager 7.0.0-beta.1 → 7.0.0-beta.10
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 +11 -3
- package/package.json +9 -9
package/documentation.json
CHANGED
@@ -45,7 +45,7 @@
|
|
45
45
|
"id": 238,
|
46
46
|
"name": "None",
|
47
47
|
"kind": 16,
|
48
|
-
"kindString": "Enumeration
|
48
|
+
"kindString": "Enumeration Member",
|
49
49
|
"flags": {},
|
50
50
|
"comment": {
|
51
51
|
"shortText": "No sorting is applied to the columns."
|
@@ -57,13 +57,17 @@
|
|
57
57
|
"character": 2
|
58
58
|
}
|
59
59
|
],
|
60
|
+
"type": {
|
61
|
+
"type": "literal",
|
62
|
+
"value": "none"
|
63
|
+
},
|
60
64
|
"defaultValue": "\"none\""
|
61
65
|
},
|
62
66
|
{
|
63
67
|
"id": 239,
|
64
68
|
"name": "SelectedThenAlphabetical",
|
65
69
|
"kind": 16,
|
66
|
-
"kindString": "Enumeration
|
70
|
+
"kindString": "Enumeration Member",
|
67
71
|
"flags": {},
|
68
72
|
"comment": {
|
69
73
|
"shortText": "If `sortEnabled` is set to `true`, then the selected columns are displayed before the unselected columns. Unselected columns are sorted alphabetically.\nIf `sortEnabled` is set to `false`, then the columns are displayed in the order specified by `columnOptions`."
|
@@ -75,12 +79,16 @@
|
|
75
79
|
"character": 2
|
76
80
|
}
|
77
81
|
],
|
82
|
+
"type": {
|
83
|
+
"type": "literal",
|
84
|
+
"value": "selectedThenAlphabetical"
|
85
|
+
},
|
78
86
|
"defaultValue": "\"selectedThenAlphabetical\""
|
79
87
|
}
|
80
88
|
],
|
81
89
|
"groups": [
|
82
90
|
{
|
83
|
-
"title": "Enumeration
|
91
|
+
"title": "Enumeration Members",
|
84
92
|
"kind": 16,
|
85
93
|
"children": [
|
86
94
|
238,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@skyux/data-manager",
|
3
|
-
"version": "7.0.0-beta.
|
3
|
+
"version": "7.0.0-beta.10",
|
4
4
|
"author": "Blackbaud, Inc.",
|
5
5
|
"keywords": [
|
6
6
|
"blackbaud",
|
@@ -35,14 +35,14 @@
|
|
35
35
|
"@angular/common": "^14.2.0",
|
36
36
|
"@angular/core": "^14.2.0",
|
37
37
|
"@angular/forms": "^14.2.0",
|
38
|
-
"@skyux/core": "7.0.0-beta.
|
39
|
-
"@skyux/forms": "7.0.0-beta.
|
40
|
-
"@skyux/i18n": "7.0.0-beta.
|
41
|
-
"@skyux/indicators": "7.0.0-beta.
|
42
|
-
"@skyux/layout": "7.0.0-beta.
|
43
|
-
"@skyux/lists": "7.0.0-beta.
|
44
|
-
"@skyux/lookup": "7.0.0-beta.
|
45
|
-
"@skyux/modals": "7.0.0-beta.
|
38
|
+
"@skyux/core": "7.0.0-beta.10",
|
39
|
+
"@skyux/forms": "7.0.0-beta.10",
|
40
|
+
"@skyux/i18n": "7.0.0-beta.10",
|
41
|
+
"@skyux/indicators": "7.0.0-beta.10",
|
42
|
+
"@skyux/layout": "7.0.0-beta.10",
|
43
|
+
"@skyux/lists": "7.0.0-beta.10",
|
44
|
+
"@skyux/lookup": "7.0.0-beta.10",
|
45
|
+
"@skyux/modals": "7.0.0-beta.10"
|
46
46
|
},
|
47
47
|
"dependencies": {
|
48
48
|
"tslib": "^2.3.1"
|