@skyux/data-manager 7.5.0 → 7.6.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 +14 -14
- package/esm2020/lib/modules/data-manager/models/data-manager-column-picker-option.mjs +1 -1
- package/esm2020/lib/modules/data-manager/models/data-manager-filter-data.mjs +1 -1
- package/esm2020/lib/modules/data-manager/models/data-manager-init-args.mjs +1 -1
- package/esm2020/lib/modules/data-manager/models/data-manager-sort-option.mjs +1 -1
- package/esm2020/lib/modules/data-manager/models/data-manager-state-options.mjs +1 -1
- package/esm2020/lib/modules/data-manager/models/data-manager-state.mjs +1 -1
- package/esm2020/lib/modules/data-manager/models/data-view-config.mjs +1 -1
- package/fesm2015/skyux-data-manager.mjs.map +1 -1
- package/fesm2020/skyux-data-manager.mjs.map +1 -1
- package/lib/modules/data-manager/models/data-manager-column-picker-option.d.ts +1 -1
- package/lib/modules/data-manager/models/data-manager-filter-data.d.ts +1 -1
- package/lib/modules/data-manager/models/data-manager-init-args.d.ts +1 -1
- package/lib/modules/data-manager/models/data-manager-sort-option.d.ts +1 -1
- package/lib/modules/data-manager/models/data-manager-state-options.d.ts +1 -1
- package/lib/modules/data-manager/models/data-manager-state.d.ts +1 -1
- package/lib/modules/data-manager/models/data-view-config.d.ts +8 -8
- package/package.json +9 -9
@@ -16,7 +16,7 @@ export interface SkyDataViewConfig {
|
|
16
16
|
*/
|
17
17
|
columnOptions?: SkyDataManagerColumnPickerOption[];
|
18
18
|
/**
|
19
|
-
*
|
19
|
+
* Whether to display the column picker button for this view.
|
20
20
|
*/
|
21
21
|
columnPickerEnabled?: boolean;
|
22
22
|
/**
|
@@ -25,7 +25,7 @@ export interface SkyDataViewConfig {
|
|
25
25
|
*/
|
26
26
|
columnPickerSortStrategy?: SkyDataManagerColumnPickerSortStrategy;
|
27
27
|
/**
|
28
|
-
*
|
28
|
+
* Whether to display the filter button for this view.
|
29
29
|
*/
|
30
30
|
filterButtonEnabled?: boolean;
|
31
31
|
/**
|
@@ -38,7 +38,7 @@ export interface SkyDataViewConfig {
|
|
38
38
|
*/
|
39
39
|
id: string;
|
40
40
|
/**
|
41
|
-
*
|
41
|
+
* Whether to display the multiselect toolbar for this view.
|
42
42
|
*/
|
43
43
|
multiselectToolbarEnabled?: boolean;
|
44
44
|
/**
|
@@ -56,11 +56,11 @@ export interface SkyDataViewConfig {
|
|
56
56
|
*/
|
57
57
|
onSelectAllClick?: () => void;
|
58
58
|
/**
|
59
|
-
*
|
59
|
+
* Whether to display the search box for this view.
|
60
60
|
*/
|
61
61
|
searchEnabled?: boolean;
|
62
62
|
/**
|
63
|
-
*
|
63
|
+
* Placeholder text to display in the search input until users enter search criteria.
|
64
64
|
* See the <a href="https://developer.blackbaud.com/skyux/components/search">search component</a> for the default value.
|
65
65
|
*/
|
66
66
|
searchPlaceholderText?: string;
|
@@ -70,17 +70,17 @@ export interface SkyDataViewConfig {
|
|
70
70
|
*/
|
71
71
|
searchExpandMode?: string;
|
72
72
|
/**
|
73
|
-
*
|
73
|
+
* Whether to include the "Filter" text on the displayed filter button for this view.
|
74
74
|
* If it is not set, no text appears.
|
75
75
|
*/
|
76
76
|
showFilterButtonText?: boolean;
|
77
77
|
/**
|
78
|
-
*
|
78
|
+
* Whether to include the "Sort" text on the displayed sort button for this view.
|
79
79
|
* If it is not set, no text appears.
|
80
80
|
*/
|
81
81
|
showSortButtonText?: boolean;
|
82
82
|
/**
|
83
|
-
*
|
83
|
+
* Whether to display the sort button in this view.
|
84
84
|
*/
|
85
85
|
sortEnabled?: boolean;
|
86
86
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@skyux/data-manager",
|
3
|
-
"version": "7.
|
3
|
+
"version": "7.6.0",
|
4
4
|
"author": "Blackbaud, Inc.",
|
5
5
|
"keywords": [
|
6
6
|
"blackbaud",
|
@@ -35,14 +35,14 @@
|
|
35
35
|
"@angular/common": "^14.2.11",
|
36
36
|
"@angular/core": "^14.2.11",
|
37
37
|
"@angular/forms": "^14.2.11",
|
38
|
-
"@skyux/core": "7.
|
39
|
-
"@skyux/forms": "7.
|
40
|
-
"@skyux/i18n": "7.
|
41
|
-
"@skyux/indicators": "7.
|
42
|
-
"@skyux/layout": "7.
|
43
|
-
"@skyux/lists": "7.
|
44
|
-
"@skyux/lookup": "7.
|
45
|
-
"@skyux/modals": "7.
|
38
|
+
"@skyux/core": "7.6.0",
|
39
|
+
"@skyux/forms": "7.6.0",
|
40
|
+
"@skyux/i18n": "7.6.0",
|
41
|
+
"@skyux/indicators": "7.6.0",
|
42
|
+
"@skyux/layout": "7.6.0",
|
43
|
+
"@skyux/lists": "7.6.0",
|
44
|
+
"@skyux/lookup": "7.6.0",
|
45
|
+
"@skyux/modals": "7.6.0"
|
46
46
|
},
|
47
47
|
"dependencies": {
|
48
48
|
"tslib": "^2.3.1"
|