@skyux/layout 6.11.2 → 6.14.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 +2 -2
- package/esm2020/lib/modules/format/format-item.mjs +1 -1
- package/esm2020/lib/modules/format/format.component.mjs +1 -1
- package/fesm2015/skyux-layout.mjs.map +1 -1
- package/fesm2020/skyux-layout.mjs.map +1 -1
- package/lib/modules/format/format-item.d.ts +1 -1
- package/lib/modules/format/format.component.d.ts +2 -2
- package/package.json +9 -9
|
@@ -13,8 +13,8 @@ export declare class SkyFormatComponent {
|
|
|
13
13
|
* An array of `TemplateRef` objects to be placed in the template, where the `nth`
|
|
14
14
|
* item is placed at the `{n}` location in the template.
|
|
15
15
|
*/
|
|
16
|
-
set args(value: TemplateRef<
|
|
17
|
-
get args(): TemplateRef<
|
|
16
|
+
set args(value: TemplateRef<never>[]);
|
|
17
|
+
get args(): TemplateRef<never>[];
|
|
18
18
|
private _text;
|
|
19
19
|
private _args;
|
|
20
20
|
private updateItemsForDisplay;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/layout",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.14.0",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -47,14 +47,14 @@
|
|
|
47
47
|
"@angular/forms": "^13.3.2",
|
|
48
48
|
"@angular/platform-browser": "^13.3.2",
|
|
49
49
|
"@angular/router": "^13.3.2",
|
|
50
|
-
"@skyux-sdk/testing": "6.
|
|
51
|
-
"@skyux/core": "6.
|
|
52
|
-
"@skyux/forms": "6.
|
|
53
|
-
"@skyux/i18n": "6.
|
|
54
|
-
"@skyux/indicators": "6.
|
|
55
|
-
"@skyux/modals": "6.
|
|
56
|
-
"@skyux/router": "6.
|
|
57
|
-
"@skyux/theme": "6.
|
|
50
|
+
"@skyux-sdk/testing": "6.14.0",
|
|
51
|
+
"@skyux/core": "6.14.0",
|
|
52
|
+
"@skyux/forms": "6.14.0",
|
|
53
|
+
"@skyux/i18n": "6.14.0",
|
|
54
|
+
"@skyux/indicators": "6.14.0",
|
|
55
|
+
"@skyux/modals": "6.14.0",
|
|
56
|
+
"@skyux/router": "6.14.0",
|
|
57
|
+
"@skyux/theme": "6.14.0"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"tslib": "^2.3.1"
|