@skyux/layout 5.6.1 → 5.6.2
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/bundles/skyux-layout.umd.js +1 -1
- package/documentation.json +54 -1064
- package/esm2015/lib/modules/format/format.component.js +1 -1
- package/esm2015/lib/modules/format/format.component.js.map +1 -1
- package/esm2015/lib/modules/inline-delete/inline-delete-adapter.service.js.map +1 -1
- package/fesm2015/skyux-layout.js +1 -1
- package/fesm2015/skyux-layout.js.map +1 -1
- package/lib/modules/format/format.component.d.ts +1 -1
- package/package.json +9 -9
|
@@ -5,7 +5,7 @@ export declare class SkyFormatComponent {
|
|
|
5
5
|
itemsForDisplay: SkyFormatItem[];
|
|
6
6
|
/**
|
|
7
7
|
* The tokenized string that represents the template. Tokens use the `{n}` notation
|
|
8
|
-
* where n is the ordinal of the item to replace the token.
|
|
8
|
+
* where `n` is the ordinal of the item to replace the token.
|
|
9
9
|
*/
|
|
10
10
|
set text(value: string);
|
|
11
11
|
get text(): string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/layout",
|
|
3
|
-
"version": "5.6.
|
|
3
|
+
"version": "5.6.2",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
"@angular/forms": "^12.2.16",
|
|
23
23
|
"@angular/platform-browser": "^12.2.16",
|
|
24
24
|
"@angular/router": "^12.2.16",
|
|
25
|
-
"@skyux-sdk/testing": "5.6.
|
|
26
|
-
"@skyux/core": "5.6.
|
|
27
|
-
"@skyux/forms": "5.6.
|
|
28
|
-
"@skyux/i18n": "5.6.
|
|
29
|
-
"@skyux/indicators": "5.6.
|
|
30
|
-
"@skyux/modals": "5.6.
|
|
31
|
-
"@skyux/router": "5.6.
|
|
32
|
-
"@skyux/theme": "5.6.
|
|
25
|
+
"@skyux-sdk/testing": "5.6.2",
|
|
26
|
+
"@skyux/core": "5.6.2",
|
|
27
|
+
"@skyux/forms": "5.6.2",
|
|
28
|
+
"@skyux/i18n": "5.6.2",
|
|
29
|
+
"@skyux/indicators": "5.6.2",
|
|
30
|
+
"@skyux/modals": "5.6.2",
|
|
31
|
+
"@skyux/router": "5.6.2",
|
|
32
|
+
"@skyux/theme": "5.6.2"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"tslib": "^2.3.1"
|