@ukic/canary-docs 2.0.0-canary.23 → 2.0.0-canary.25
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 +28 -6
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -436,6 +436,28 @@
|
|
|
436
436
|
"optional": false,
|
|
437
437
|
"required": true
|
|
438
438
|
},
|
|
439
|
+
{
|
|
440
|
+
"name": "columnHeaderTruncation",
|
|
441
|
+
"type": "boolean",
|
|
442
|
+
"complexType": {
|
|
443
|
+
"original": "boolean",
|
|
444
|
+
"resolved": "boolean",
|
|
445
|
+
"references": {}
|
|
446
|
+
},
|
|
447
|
+
"mutable": false,
|
|
448
|
+
"attr": "column-header-truncation",
|
|
449
|
+
"reflectToAttr": false,
|
|
450
|
+
"docs": "Determines whether the column header should be truncated and display a tooltip. Default is `false`.",
|
|
451
|
+
"docsTags": [],
|
|
452
|
+
"default": "false",
|
|
453
|
+
"values": [
|
|
454
|
+
{
|
|
455
|
+
"type": "boolean"
|
|
456
|
+
}
|
|
457
|
+
],
|
|
458
|
+
"optional": false,
|
|
459
|
+
"required": false
|
|
460
|
+
},
|
|
439
461
|
{
|
|
440
462
|
"name": "columns",
|
|
441
463
|
"type": "IcDataTableColumnObject[]",
|
|
@@ -1160,8 +1182,8 @@
|
|
|
1160
1182
|
"ic-loading-indicator",
|
|
1161
1183
|
"ic-typography",
|
|
1162
1184
|
"ic-link",
|
|
1163
|
-
"ic-button",
|
|
1164
1185
|
"ic-tooltip",
|
|
1186
|
+
"ic-button",
|
|
1165
1187
|
"ic-empty-state",
|
|
1166
1188
|
"ic-pagination-bar"
|
|
1167
1189
|
],
|
|
@@ -1170,21 +1192,21 @@
|
|
|
1170
1192
|
"ic-loading-indicator",
|
|
1171
1193
|
"ic-typography",
|
|
1172
1194
|
"ic-link",
|
|
1173
|
-
"ic-button",
|
|
1174
1195
|
"ic-tooltip",
|
|
1196
|
+
"ic-button",
|
|
1175
1197
|
"ic-empty-state",
|
|
1176
1198
|
"ic-pagination-bar"
|
|
1177
1199
|
],
|
|
1178
1200
|
"ic-loading-indicator": [
|
|
1179
1201
|
"ic-typography"
|
|
1180
1202
|
],
|
|
1203
|
+
"ic-tooltip": [
|
|
1204
|
+
"ic-typography"
|
|
1205
|
+
],
|
|
1181
1206
|
"ic-button": [
|
|
1182
1207
|
"ic-loading-indicator",
|
|
1183
1208
|
"ic-tooltip"
|
|
1184
1209
|
],
|
|
1185
|
-
"ic-tooltip": [
|
|
1186
|
-
"ic-typography"
|
|
1187
|
-
],
|
|
1188
1210
|
"ic-empty-state": [
|
|
1189
1211
|
"ic-typography"
|
|
1190
1212
|
],
|
|
@@ -4513,7 +4535,7 @@
|
|
|
4513
4535
|
"mutable": false,
|
|
4514
4536
|
"attr": "searchable",
|
|
4515
4537
|
"reflectToAttr": false,
|
|
4516
|
-
"docs": "If `true`, a searchable variant of the select will be displayed which can be typed in to filter options.",
|
|
4538
|
+
"docs": "If `true`, a searchable variant of the select will be displayed which can be typed in to filter options. This functionality is only available on the single-select variant of the select component.",
|
|
4517
4539
|
"docsTags": [],
|
|
4518
4540
|
"default": "false",
|
|
4519
4541
|
"values": [
|
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.
|
|
4
|
+
"version": "2.0.0-canary.25",
|
|
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": "aff793113e94a59e56cc50e22325beb68593192a"
|
|
22
22
|
}
|