@skyux/layout 13.3.1 → 13.4.1
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 +5 -5
- package/package.json +11 -11
package/index.d.ts
CHANGED
|
@@ -30,16 +30,16 @@ interface SkyActionButtonPermalink {
|
|
|
30
30
|
* The Angular router link for the action button. This property accepts a
|
|
31
31
|
* custom object with a `commands` property to specify router commands and an `extras`
|
|
32
32
|
* property to specify
|
|
33
|
-
* [Angular `NavigationExtras`](https://angular.
|
|
33
|
+
* [Angular `NavigationExtras`](https://angular.dev/api/router/NavigationExtras).
|
|
34
34
|
* This property passes the following properties:
|
|
35
35
|
* - `permalink.route?.extras?.fragment` to
|
|
36
|
-
* [`fragment`](https://angular.
|
|
36
|
+
* [`fragment`](https://angular.dev/api/router/NavigationExtras#fragment)
|
|
37
37
|
* - `permalink.route?.extras?.queryParams` to
|
|
38
|
-
* [`queryParams`](https://angular.
|
|
38
|
+
* [`queryParams`](https://angular.dev/api/router/NavigationExtras#queryParams)
|
|
39
39
|
* - `permalink.route?.extras?.queryParamsHandling` to
|
|
40
|
-
* [`queryParamsHandling`](https://angular.
|
|
40
|
+
* [`queryParamsHandling`](https://angular.dev/api/router/NavigationExtras#queryParamsHandling)
|
|
41
41
|
* - `permalink.route?.commands` to
|
|
42
|
-
* [`routerLink`](https://angular.
|
|
42
|
+
* [`routerLink`](https://angular.dev/api/router/RouterLink)
|
|
43
43
|
*/
|
|
44
44
|
route?: {
|
|
45
45
|
commands?: any[] | string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/layout",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.4.1",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
"@angular/forms": "^20.3.0",
|
|
24
24
|
"@angular/platform-browser": "^20.3.0",
|
|
25
25
|
"@angular/router": "^20.3.0",
|
|
26
|
-
"@skyux-sdk/testing": "13.
|
|
27
|
-
"@skyux/core": "13.
|
|
28
|
-
"@skyux/forms": "13.
|
|
29
|
-
"@skyux/help-inline": "13.
|
|
30
|
-
"@skyux/i18n": "13.
|
|
31
|
-
"@skyux/icon": "13.
|
|
32
|
-
"@skyux/indicators": "13.
|
|
33
|
-
"@skyux/modals": "13.
|
|
34
|
-
"@skyux/router": "13.
|
|
35
|
-
"@skyux/theme": "13.
|
|
26
|
+
"@skyux-sdk/testing": "13.4.1",
|
|
27
|
+
"@skyux/core": "13.4.1",
|
|
28
|
+
"@skyux/forms": "13.4.1",
|
|
29
|
+
"@skyux/help-inline": "13.4.1",
|
|
30
|
+
"@skyux/i18n": "13.4.1",
|
|
31
|
+
"@skyux/icon": "13.4.1",
|
|
32
|
+
"@skyux/indicators": "13.4.1",
|
|
33
|
+
"@skyux/modals": "13.4.1",
|
|
34
|
+
"@skyux/router": "13.4.1",
|
|
35
|
+
"@skyux/theme": "13.4.1"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"tslib": "^2.8.1"
|