@ukic/canary-docs 3.0.0-canary.5 → 3.0.0-canary.6
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/docs.json +66 -1
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -376,7 +376,7 @@
|
|
|
376
376
|
"passive": false
|
|
377
377
|
},
|
|
378
378
|
{
|
|
379
|
-
"event": "
|
|
379
|
+
"event": "brandChange",
|
|
380
380
|
"target": "document",
|
|
381
381
|
"capture": false,
|
|
382
382
|
"passive": false
|
|
@@ -3882,6 +3882,27 @@
|
|
|
3882
3882
|
],
|
|
3883
3883
|
"optional": true,
|
|
3884
3884
|
"required": false
|
|
3885
|
+
},
|
|
3886
|
+
{
|
|
3887
|
+
"name": "truncateTreeItem",
|
|
3888
|
+
"type": "boolean",
|
|
3889
|
+
"complexType": {
|
|
3890
|
+
"original": "boolean",
|
|
3891
|
+
"resolved": "boolean",
|
|
3892
|
+
"references": {}
|
|
3893
|
+
},
|
|
3894
|
+
"mutable": false,
|
|
3895
|
+
"attr": "truncate-tree-item",
|
|
3896
|
+
"reflectToAttr": false,
|
|
3897
|
+
"docs": "If `true`, the tree item label will be truncated instead of text wrapping.",
|
|
3898
|
+
"docsTags": [],
|
|
3899
|
+
"values": [
|
|
3900
|
+
{
|
|
3901
|
+
"type": "boolean"
|
|
3902
|
+
}
|
|
3903
|
+
],
|
|
3904
|
+
"optional": true,
|
|
3905
|
+
"required": false
|
|
3885
3906
|
}
|
|
3886
3907
|
],
|
|
3887
3908
|
"methods": [
|
|
@@ -4097,6 +4118,50 @@
|
|
|
4097
4118
|
],
|
|
4098
4119
|
"optional": true,
|
|
4099
4120
|
"required": false
|
|
4121
|
+
},
|
|
4122
|
+
{
|
|
4123
|
+
"name": "truncateHeading",
|
|
4124
|
+
"type": "boolean",
|
|
4125
|
+
"complexType": {
|
|
4126
|
+
"original": "boolean",
|
|
4127
|
+
"resolved": "boolean",
|
|
4128
|
+
"references": {}
|
|
4129
|
+
},
|
|
4130
|
+
"mutable": false,
|
|
4131
|
+
"attr": "truncate-heading",
|
|
4132
|
+
"reflectToAttr": false,
|
|
4133
|
+
"docs": "If `true`, the tree view heading will be truncated instead of text wrapping.",
|
|
4134
|
+
"docsTags": [],
|
|
4135
|
+
"default": "false",
|
|
4136
|
+
"values": [
|
|
4137
|
+
{
|
|
4138
|
+
"type": "boolean"
|
|
4139
|
+
}
|
|
4140
|
+
],
|
|
4141
|
+
"optional": true,
|
|
4142
|
+
"required": false
|
|
4143
|
+
},
|
|
4144
|
+
{
|
|
4145
|
+
"name": "truncateTreeItems",
|
|
4146
|
+
"type": "boolean",
|
|
4147
|
+
"complexType": {
|
|
4148
|
+
"original": "boolean",
|
|
4149
|
+
"resolved": "boolean",
|
|
4150
|
+
"references": {}
|
|
4151
|
+
},
|
|
4152
|
+
"mutable": false,
|
|
4153
|
+
"attr": "truncate-tree-items",
|
|
4154
|
+
"reflectToAttr": false,
|
|
4155
|
+
"docs": "If `true`, tree items will be truncated, unless they are individually overridden.",
|
|
4156
|
+
"docsTags": [],
|
|
4157
|
+
"default": "false",
|
|
4158
|
+
"values": [
|
|
4159
|
+
{
|
|
4160
|
+
"type": "boolean"
|
|
4161
|
+
}
|
|
4162
|
+
],
|
|
4163
|
+
"optional": true,
|
|
4164
|
+
"required": false
|
|
4100
4165
|
}
|
|
4101
4166
|
],
|
|
4102
4167
|
"methods": [],
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "mi6",
|
|
3
3
|
"name": "@ukic/canary-docs",
|
|
4
|
-
"version": "3.0.0-canary.
|
|
4
|
+
"version": "3.0.0-canary.6",
|
|
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": "
|
|
21
|
+
"gitHead": "d12d44ce767e650601d380df6d5ce1b0d8fb78fb"
|
|
22
22
|
}
|