@ukic/canary-docs 2.0.0-canary.25 → 2.0.0-canary.26

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.
Files changed (2) hide show
  1. package/docs.json +66 -1
  2. package/package.json +2 -2
package/docs.json CHANGED
@@ -507,7 +507,7 @@
507
507
  "type": "IcDataTableDataType[]"
508
508
  }
509
509
  ],
510
- "optional": false,
510
+ "optional": true,
511
511
  "required": false
512
512
  },
513
513
  {
@@ -5240,6 +5240,27 @@
5240
5240
  ],
5241
5241
  "optional": true,
5242
5242
  "required": false
5243
+ },
5244
+ {
5245
+ "name": "truncateTreeItem",
5246
+ "type": "boolean",
5247
+ "complexType": {
5248
+ "original": "boolean",
5249
+ "resolved": "boolean",
5250
+ "references": {}
5251
+ },
5252
+ "mutable": false,
5253
+ "attr": "truncate-tree-item",
5254
+ "reflectToAttr": false,
5255
+ "docs": "If `true`, the tree item label will be truncated instead of text wrapping.",
5256
+ "docsTags": [],
5257
+ "values": [
5258
+ {
5259
+ "type": "boolean"
5260
+ }
5261
+ ],
5262
+ "optional": true,
5263
+ "required": false
5243
5264
  }
5244
5265
  ],
5245
5266
  "methods": [
@@ -5429,6 +5450,50 @@
5429
5450
  ],
5430
5451
  "optional": true,
5431
5452
  "required": false
5453
+ },
5454
+ {
5455
+ "name": "truncateHeading",
5456
+ "type": "boolean",
5457
+ "complexType": {
5458
+ "original": "boolean",
5459
+ "resolved": "boolean",
5460
+ "references": {}
5461
+ },
5462
+ "mutable": false,
5463
+ "attr": "truncate-heading",
5464
+ "reflectToAttr": false,
5465
+ "docs": "If `true`, the tree view heading will be truncated instead of text wrapping.",
5466
+ "docsTags": [],
5467
+ "default": "false",
5468
+ "values": [
5469
+ {
5470
+ "type": "boolean"
5471
+ }
5472
+ ],
5473
+ "optional": true,
5474
+ "required": false
5475
+ },
5476
+ {
5477
+ "name": "truncateTreeItems",
5478
+ "type": "boolean",
5479
+ "complexType": {
5480
+ "original": "boolean",
5481
+ "resolved": "boolean",
5482
+ "references": {}
5483
+ },
5484
+ "mutable": false,
5485
+ "attr": "truncate-tree-items",
5486
+ "reflectToAttr": false,
5487
+ "docs": "If `true`, tree items will be truncated, unless they are individually overridden.",
5488
+ "docsTags": [],
5489
+ "default": "false",
5490
+ "values": [
5491
+ {
5492
+ "type": "boolean"
5493
+ }
5494
+ ],
5495
+ "optional": true,
5496
+ "required": false
5432
5497
  }
5433
5498
  ],
5434
5499
  "methods": [],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "mi6",
3
3
  "name": "@ukic/canary-docs",
4
- "version": "2.0.0-canary.25",
4
+ "version": "2.0.0-canary.26",
5
5
  "description": "API documentation for @ukic canary components",
6
6
  "main": "docs.json",
7
7
  "types": "./docs.d.ts",
@@ -18,5 +18,5 @@
18
18
  "email": "icds@gchq.gov.uk"
19
19
  },
20
20
  "license": "MIT",
21
- "gitHead": "aff793113e94a59e56cc50e22325beb68593192a"
21
+ "gitHead": "f980df4943f525b9ff377a859284bec90a5725da"
22
22
  }