@ukic/docs 2.15.2 → 2.15.3
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 +33 -6
- package/package.json +3 -2
package/docs.json
CHANGED
|
@@ -917,7 +917,7 @@
|
|
|
917
917
|
}
|
|
918
918
|
}
|
|
919
919
|
},
|
|
920
|
-
"mutable":
|
|
920
|
+
"mutable": true,
|
|
921
921
|
"attr": "position",
|
|
922
922
|
"reflectToAttr": false,
|
|
923
923
|
"docs": "The positioning of the badge in reference to the parent element.",
|
|
@@ -11364,6 +11364,11 @@
|
|
|
11364
11364
|
}
|
|
11365
11365
|
],
|
|
11366
11366
|
"listeners": [
|
|
11367
|
+
{
|
|
11368
|
+
"event": "icCheck",
|
|
11369
|
+
"capture": false,
|
|
11370
|
+
"passive": false
|
|
11371
|
+
},
|
|
11367
11372
|
{
|
|
11368
11373
|
"event": "icChange",
|
|
11369
11374
|
"capture": false,
|
|
@@ -18034,6 +18039,28 @@
|
|
|
18034
18039
|
"docsTags": [],
|
|
18035
18040
|
"usage": {},
|
|
18036
18041
|
"props": [
|
|
18042
|
+
{
|
|
18043
|
+
"name": "disableClick",
|
|
18044
|
+
"type": "boolean",
|
|
18045
|
+
"complexType": {
|
|
18046
|
+
"original": "boolean",
|
|
18047
|
+
"resolved": "boolean",
|
|
18048
|
+
"references": {}
|
|
18049
|
+
},
|
|
18050
|
+
"mutable": false,
|
|
18051
|
+
"attr": "disable-click",
|
|
18052
|
+
"reflectToAttr": false,
|
|
18053
|
+
"docs": "If `true`, the tooltip will not be displayed on click, it will require hover or using the display method.",
|
|
18054
|
+
"docsTags": [],
|
|
18055
|
+
"default": "false",
|
|
18056
|
+
"values": [
|
|
18057
|
+
{
|
|
18058
|
+
"type": "boolean"
|
|
18059
|
+
}
|
|
18060
|
+
],
|
|
18061
|
+
"optional": true,
|
|
18062
|
+
"required": false
|
|
18063
|
+
},
|
|
18037
18064
|
{
|
|
18038
18065
|
"name": "disableHover",
|
|
18039
18066
|
"type": "boolean",
|
|
@@ -19139,6 +19166,11 @@
|
|
|
19139
19166
|
"docstring": "",
|
|
19140
19167
|
"path": "src/components/ic-tab/ic-tab.types.ts"
|
|
19141
19168
|
},
|
|
19169
|
+
"src/utils/types.ts::IcDeviceSizes": {
|
|
19170
|
+
"declaration": "export type IcDeviceSizes = 0 | 576 | 768 | 992 | 1200;",
|
|
19171
|
+
"docstring": "",
|
|
19172
|
+
"path": "src/utils/types.ts"
|
|
19173
|
+
},
|
|
19142
19174
|
"src/components/ic-tooltip/ic-tooltip.types.ts::IcTooltipPlacements": {
|
|
19143
19175
|
"declaration": "export type IcTooltipPlacements =\n | \"top-start\"\n | \"top\"\n | \"top-end\"\n | \"right-start\"\n | \"right\"\n | \"right-end\"\n | \"bottom-end\"\n | \"bottom\"\n | \"bottom-start\"\n | \"left-end\"\n | \"left\"\n | \"left-start\";",
|
|
19144
19176
|
"docstring": "",
|
|
@@ -19274,11 +19306,6 @@
|
|
|
19274
19306
|
"docstring": "",
|
|
19275
19307
|
"path": "src/components/ic-side-navigation/ic-side-navigation.types.ts"
|
|
19276
19308
|
},
|
|
19277
|
-
"src/utils/types.ts::IcDeviceSizes": {
|
|
19278
|
-
"declaration": "export type IcDeviceSizes = 0 | 576 | 768 | 992 | 1200;",
|
|
19279
|
-
"docstring": "",
|
|
19280
|
-
"path": "src/utils/types.ts"
|
|
19281
|
-
},
|
|
19282
19309
|
"src/components/ic-pagination/ic-pagination.types.ts::IcPaginationTypes": {
|
|
19283
19310
|
"declaration": "export type IcPaginationTypes = \"simple\" | \"complex\";",
|
|
19284
19311
|
"docstring": "",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "mi6",
|
|
3
3
|
"name": "@ukic/docs",
|
|
4
|
-
"version": "2.15.
|
|
4
|
+
"version": "2.15.3",
|
|
5
5
|
"description": "API documentation for @ukic 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
|
}
|