@skyux/data-manager 7.4.2 → 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.
@@ -16,7 +16,7 @@ export interface SkyDataViewConfig {
16
16
  */
17
17
  columnOptions?: SkyDataManagerColumnPickerOption[];
18
18
  /**
19
- * Indicates whether to display the column picker button for this view.
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
- * Indicates whether to display the filter button for this view.
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
- * Indicates whether to display the multiselect toolbar for this view.
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
- * Indicates whether to display the search box for this view.
59
+ * Whether to display the search box for this view.
60
60
  */
61
61
  searchEnabled?: boolean;
62
62
  /**
63
- * Specifies placeholder text to display in the search input until users enter search criteria.
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
- * Indicates whether to include the "Filter" text on the displayed filter button for this view.
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
- * Indicates whether to include the "Sort" text on the displayed sort button for this view.
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
- * Indicates whether to display the sort button in this view.
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.4.2",
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.4.2",
39
- "@skyux/forms": "7.4.2",
40
- "@skyux/i18n": "7.4.2",
41
- "@skyux/indicators": "7.4.2",
42
- "@skyux/layout": "7.4.2",
43
- "@skyux/lists": "7.4.2",
44
- "@skyux/lookup": "7.4.2",
45
- "@skyux/modals": "7.4.2"
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"