@skyux/indicators 13.7.2 → 13.8.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/fesm2022/skyux-indicators.mjs.map +1 -1
- package/index.d.ts +2 -2
- package/package.json +7 -7
package/index.d.ts
CHANGED
|
@@ -190,7 +190,7 @@ type SkyKeyInfoLayoutType = 'horizontal' | 'vertical';
|
|
|
190
190
|
declare class SkyKeyInfoComponent {
|
|
191
191
|
/**
|
|
192
192
|
* A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline) button is
|
|
193
|
-
* placed beside the key info. Clicking the button invokes global help as configured by the application.
|
|
193
|
+
* placed beside the key info. Clicking the button invokes [global help](https://developer.blackbaud.com/skyux/learn/develop/global-help) as configured by the application.
|
|
194
194
|
*/
|
|
195
195
|
helpKey: string | undefined;
|
|
196
196
|
/**
|
|
@@ -316,7 +316,7 @@ declare class SkyStatusIndicatorComponent implements OnInit {
|
|
|
316
316
|
helpPopoverTitle: string | undefined;
|
|
317
317
|
/**
|
|
318
318
|
* A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline) button is
|
|
319
|
-
* placed beside the status indicator label. Clicking the button invokes global help as configured by the application.
|
|
319
|
+
* placed beside the status indicator label. Clicking the button invokes [global help](https://developer.blackbaud.com/skyux/learn/develop/global-help) as configured by the application.
|
|
320
320
|
*/
|
|
321
321
|
helpKey: string | undefined;
|
|
322
322
|
descriptionComputed: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/indicators",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.8.0",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"@angular/common": "^20.3.0",
|
|
22
22
|
"@angular/core": "^20.3.0",
|
|
23
23
|
"@angular/platform-browser": "^20.3.0",
|
|
24
|
-
"@skyux-sdk/testing": "13.
|
|
25
|
-
"@skyux/core": "13.
|
|
26
|
-
"@skyux/help-inline": "13.
|
|
27
|
-
"@skyux/i18n": "13.
|
|
28
|
-
"@skyux/icon": "13.
|
|
29
|
-
"@skyux/theme": "13.
|
|
24
|
+
"@skyux-sdk/testing": "13.8.0",
|
|
25
|
+
"@skyux/core": "13.8.0",
|
|
26
|
+
"@skyux/help-inline": "13.8.0",
|
|
27
|
+
"@skyux/i18n": "13.8.0",
|
|
28
|
+
"@skyux/icon": "13.8.0",
|
|
29
|
+
"@skyux/theme": "13.8.0"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"tslib": "^2.8.1"
|