@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
|
@@ -2387,7 +2387,7 @@
|
|
|
2387
2387
|
},
|
|
2388
2388
|
/**
|
|
2389
2389
|
* The tokenized string that represents the template. Tokens use the `{n}` notation
|
|
2390
|
-
* where n is the ordinal of the item to replace the token.
|
|
2390
|
+
* where `n` is the ordinal of the item to replace the token.
|
|
2391
2391
|
*/
|
|
2392
2392
|
set: function (value) {
|
|
2393
2393
|
this._text = value;
|