@skyux/data-manager 7.0.0-beta.1 → 7.0.0-beta.11

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.
Files changed (2) hide show
  1. package/documentation.json +11 -3
  2. package/package.json +9 -9
@@ -45,7 +45,7 @@
45
45
  "id": 238,
46
46
  "name": "None",
47
47
  "kind": 16,
48
- "kindString": "Enumeration member",
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 member",
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 members",
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.1",
3
+ "version": "7.0.0-beta.11",
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.1",
39
- "@skyux/forms": "7.0.0-beta.1",
40
- "@skyux/i18n": "7.0.0-beta.1",
41
- "@skyux/indicators": "7.0.0-beta.1",
42
- "@skyux/layout": "7.0.0-beta.1",
43
- "@skyux/lists": "7.0.0-beta.1",
44
- "@skyux/lookup": "7.0.0-beta.1",
45
- "@skyux/modals": "7.0.0-beta.1"
38
+ "@skyux/core": "7.0.0-beta.11",
39
+ "@skyux/forms": "7.0.0-beta.11",
40
+ "@skyux/i18n": "7.0.0-beta.11",
41
+ "@skyux/indicators": "7.0.0-beta.11",
42
+ "@skyux/layout": "7.0.0-beta.11",
43
+ "@skyux/lists": "7.0.0-beta.11",
44
+ "@skyux/lookup": "7.0.0-beta.11",
45
+ "@skyux/modals": "7.0.0-beta.11"
46
46
  },
47
47
  "dependencies": {
48
48
  "tslib": "^2.3.1"