@skyux/data-manager 13.4.0 → 13.5.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/index.d.ts
CHANGED
|
@@ -376,12 +376,12 @@ interface SkyDataViewConfig {
|
|
|
376
376
|
searchEnabled?: boolean;
|
|
377
377
|
/**
|
|
378
378
|
* Placeholder text to display in the search input until users enter search criteria.
|
|
379
|
-
* See the
|
|
379
|
+
* See the [search component](https://developer.blackbaud.com/skyux/components/search) for the default value.
|
|
380
380
|
*/
|
|
381
381
|
searchPlaceholderText?: string;
|
|
382
382
|
/**
|
|
383
383
|
* Sets the `expandMode` property on the search box for this view.
|
|
384
|
-
* See the
|
|
384
|
+
* See the [search component](https://developer.blackbaud.com/skyux/components/search) for valid options and the default value.
|
|
385
385
|
*/
|
|
386
386
|
searchExpandMode?: string;
|
|
387
387
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/data-manager",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.5.0",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -20,15 +20,15 @@
|
|
|
20
20
|
"@angular/common": "^20.3.0",
|
|
21
21
|
"@angular/core": "^20.3.0",
|
|
22
22
|
"@angular/forms": "^20.3.0",
|
|
23
|
-
"@skyux/core": "13.
|
|
24
|
-
"@skyux/forms": "13.
|
|
25
|
-
"@skyux/i18n": "13.
|
|
26
|
-
"@skyux/icon": "13.
|
|
27
|
-
"@skyux/indicators": "13.
|
|
28
|
-
"@skyux/layout": "13.
|
|
29
|
-
"@skyux/lists": "13.
|
|
30
|
-
"@skyux/lookup": "13.
|
|
31
|
-
"@skyux/modals": "13.
|
|
23
|
+
"@skyux/core": "13.5.0",
|
|
24
|
+
"@skyux/forms": "13.5.0",
|
|
25
|
+
"@skyux/i18n": "13.5.0",
|
|
26
|
+
"@skyux/icon": "13.5.0",
|
|
27
|
+
"@skyux/indicators": "13.5.0",
|
|
28
|
+
"@skyux/layout": "13.5.0",
|
|
29
|
+
"@skyux/lists": "13.5.0",
|
|
30
|
+
"@skyux/lookup": "13.5.0",
|
|
31
|
+
"@skyux/modals": "13.5.0"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"tslib": "^2.8.1"
|