@ukic/docs 2.10.1 → 2.10.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/docs.json +26 -3
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2024-
|
|
2
|
+
"timestamp": "2024-04-15T11:49:34",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.10.0",
|
|
@@ -370,7 +370,30 @@
|
|
|
370
370
|
"required": false
|
|
371
371
|
}
|
|
372
372
|
],
|
|
373
|
-
"methods": [
|
|
373
|
+
"methods": [
|
|
374
|
+
{
|
|
375
|
+
"name": "setFocus",
|
|
376
|
+
"returns": {
|
|
377
|
+
"type": "Promise<void>",
|
|
378
|
+
"docs": ""
|
|
379
|
+
},
|
|
380
|
+
"complexType": {
|
|
381
|
+
"signature": "() => Promise<void>",
|
|
382
|
+
"parameters": [],
|
|
383
|
+
"references": {
|
|
384
|
+
"Promise": {
|
|
385
|
+
"location": "global",
|
|
386
|
+
"id": "global::Promise"
|
|
387
|
+
}
|
|
388
|
+
},
|
|
389
|
+
"return": "Promise<void>"
|
|
390
|
+
},
|
|
391
|
+
"signature": "setFocus() => Promise<void>",
|
|
392
|
+
"parameters": [],
|
|
393
|
+
"docs": "Sets the focus on first focusable element in the accordion group. If the \"See/Hide all\" button is present, it will be focused.\nOtherwise, the first accordion will be focused.",
|
|
394
|
+
"docsTags": []
|
|
395
|
+
}
|
|
396
|
+
],
|
|
374
397
|
"events": [],
|
|
375
398
|
"listeners": [
|
|
376
399
|
{
|
|
@@ -18938,7 +18961,7 @@
|
|
|
18938
18961
|
"path": "src/components/ic-switch/ic-switch.types.ts"
|
|
18939
18962
|
},
|
|
18940
18963
|
"src/components/ic-tab/ic-tab.types.ts::IcTabSelectEventDetail": {
|
|
18941
|
-
"declaration": "export interface IcTabSelectEventDetail {\n tabIndex: number;\n}",
|
|
18964
|
+
"declaration": "export interface IcTabSelectEventDetail {\n tabIndex: number;\n tabLabel: string;\n}",
|
|
18942
18965
|
"docstring": "",
|
|
18943
18966
|
"path": "src/components/ic-tab/ic-tab.types.ts"
|
|
18944
18967
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "mi6",
|
|
3
3
|
"name": "@ukic/docs",
|
|
4
|
-
"version": "2.10.
|
|
4
|
+
"version": "2.10.2",
|
|
5
5
|
"description": "API documentation for @ukic 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": "5e148cca2bd199859c1627c4cef0d070014891b9"
|
|
22
22
|
}
|