@ukic/canary-docs 2.0.0-canary.28 → 2.0.0-canary.29
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 +22 -0
- package/package.json +3 -2
package/docs.json
CHANGED
|
@@ -547,6 +547,28 @@
|
|
|
547
547
|
"optional": true,
|
|
548
548
|
"required": false
|
|
549
549
|
},
|
|
550
|
+
{
|
|
551
|
+
"name": "disableAutoSort",
|
|
552
|
+
"type": "boolean",
|
|
553
|
+
"complexType": {
|
|
554
|
+
"original": "boolean",
|
|
555
|
+
"resolved": "boolean",
|
|
556
|
+
"references": {}
|
|
557
|
+
},
|
|
558
|
+
"mutable": false,
|
|
559
|
+
"attr": "disable-auto-sort",
|
|
560
|
+
"reflectToAttr": false,
|
|
561
|
+
"docs": "If `true`, the built in sort functionality will be disabled. For example, if rows will already be sorted from an external source.",
|
|
562
|
+
"docsTags": [],
|
|
563
|
+
"default": "false",
|
|
564
|
+
"values": [
|
|
565
|
+
{
|
|
566
|
+
"type": "boolean"
|
|
567
|
+
}
|
|
568
|
+
],
|
|
569
|
+
"optional": true,
|
|
570
|
+
"required": false
|
|
571
|
+
},
|
|
550
572
|
{
|
|
551
573
|
"name": "embedded",
|
|
552
574
|
"type": "boolean",
|
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.29",
|
|
5
5
|
"description": "API documentation for @ukic canary components",
|
|
6
6
|
"main": "docs.json",
|
|
7
7
|
"types": "./docs.d.ts",
|
|
@@ -18,5 +18,6 @@
|
|
|
18
18
|
"email": "icds@gchq.gov.uk"
|
|
19
19
|
},
|
|
20
20
|
"license": "MIT",
|
|
21
|
-
"
|
|
21
|
+
"packageManager": "^npm@10.9.2",
|
|
22
|
+
"gitHead": "aa7be8a4e4bd951dd72dabce7a7a7303d889ec7e"
|
|
22
23
|
}
|