@skyux/grids 7.0.0-beta.0 → 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 +12 -4
- package/package.json +8 -8
package/documentation.json
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"id": 56,
|
|
37
37
|
"name": "ClearAll",
|
|
38
38
|
"kind": 16,
|
|
39
|
-
"kindString": "Enumeration
|
|
39
|
+
"kindString": "Enumeration Member",
|
|
40
40
|
"flags": {},
|
|
41
41
|
"comment": {
|
|
42
42
|
"shortText": "Clears the multiselect checkboxes for all rows in the grid."
|
|
@@ -48,13 +48,17 @@
|
|
|
48
48
|
"character": 2
|
|
49
49
|
}
|
|
50
50
|
],
|
|
51
|
+
"type": {
|
|
52
|
+
"type": "literal",
|
|
53
|
+
"value": 1
|
|
54
|
+
},
|
|
51
55
|
"defaultValue": "1"
|
|
52
56
|
},
|
|
53
57
|
{
|
|
54
58
|
"id": 55,
|
|
55
59
|
"name": "SelectAll",
|
|
56
60
|
"kind": 16,
|
|
57
|
-
"kindString": "Enumeration
|
|
61
|
+
"kindString": "Enumeration Member",
|
|
58
62
|
"flags": {},
|
|
59
63
|
"comment": {
|
|
60
64
|
"shortText": "Selects the multiselect checkboxes for all rows in the grid."
|
|
@@ -66,12 +70,16 @@
|
|
|
66
70
|
"character": 2
|
|
67
71
|
}
|
|
68
72
|
],
|
|
73
|
+
"type": {
|
|
74
|
+
"type": "literal",
|
|
75
|
+
"value": 0
|
|
76
|
+
},
|
|
69
77
|
"defaultValue": "0"
|
|
70
78
|
}
|
|
71
79
|
],
|
|
72
80
|
"groups": [
|
|
73
81
|
{
|
|
74
|
-
"title": "Enumeration
|
|
82
|
+
"title": "Enumeration Members",
|
|
75
83
|
"kind": 16,
|
|
76
84
|
"children": [
|
|
77
85
|
56,
|
|
@@ -4339,7 +4347,7 @@
|
|
|
4339
4347
|
]
|
|
4340
4348
|
},
|
|
4341
4349
|
{
|
|
4342
|
-
"title": "Type
|
|
4350
|
+
"title": "Type Aliases",
|
|
4343
4351
|
"kind": 4194304,
|
|
4344
4352
|
"children": [
|
|
4345
4353
|
27
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/grids",
|
|
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,13 +35,13 @@
|
|
|
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/list-builder-common": "7.0.0-beta.
|
|
44
|
-
"@skyux/popovers": "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/list-builder-common": "7.0.0-beta.10",
|
|
44
|
+
"@skyux/popovers": "7.0.0-beta.10"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"dragula": "3.7.3",
|