@ukic/docs 2.6.0 → 2.7.0
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 +75 -48
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2023-11-
|
|
2
|
+
"timestamp": "2023-11-17T09:08:20",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.3.0",
|
|
@@ -697,7 +697,12 @@
|
|
|
697
697
|
"tag": "ic-badge",
|
|
698
698
|
"readme": "# ic-badge\n\n\n",
|
|
699
699
|
"docs": "",
|
|
700
|
-
"docsTags": [
|
|
700
|
+
"docsTags": [
|
|
701
|
+
{
|
|
702
|
+
"name": "slot",
|
|
703
|
+
"text": "badge-icon - Icon will be rendered inside the badge if type is set to icon."
|
|
704
|
+
}
|
|
705
|
+
],
|
|
701
706
|
"usage": {},
|
|
702
707
|
"props": [
|
|
703
708
|
{
|
|
@@ -1045,7 +1050,12 @@
|
|
|
1045
1050
|
"events": [],
|
|
1046
1051
|
"listeners": [],
|
|
1047
1052
|
"styles": [],
|
|
1048
|
-
"slots": [
|
|
1053
|
+
"slots": [
|
|
1054
|
+
{
|
|
1055
|
+
"name": "badge-icon",
|
|
1056
|
+
"docs": "Icon will be rendered inside the badge if type is set to icon."
|
|
1057
|
+
}
|
|
1058
|
+
],
|
|
1049
1059
|
"parts": [],
|
|
1050
1060
|
"dependents": [],
|
|
1051
1061
|
"dependencies": [
|
|
@@ -3282,6 +3292,11 @@
|
|
|
3282
3292
|
}
|
|
3283
3293
|
],
|
|
3284
3294
|
"listeners": [
|
|
3295
|
+
{
|
|
3296
|
+
"event": "icChange",
|
|
3297
|
+
"capture": false,
|
|
3298
|
+
"passive": false
|
|
3299
|
+
},
|
|
3285
3300
|
{
|
|
3286
3301
|
"event": "icCheck",
|
|
3287
3302
|
"capture": false,
|
|
@@ -4243,6 +4258,28 @@
|
|
|
4243
4258
|
"optional": false,
|
|
4244
4259
|
"required": true
|
|
4245
4260
|
},
|
|
4261
|
+
{
|
|
4262
|
+
"name": "hideCloseButton",
|
|
4263
|
+
"type": "boolean",
|
|
4264
|
+
"complexType": {
|
|
4265
|
+
"original": "boolean",
|
|
4266
|
+
"resolved": "boolean",
|
|
4267
|
+
"references": {}
|
|
4268
|
+
},
|
|
4269
|
+
"mutable": false,
|
|
4270
|
+
"attr": "hide-close-button",
|
|
4271
|
+
"reflectToAttr": false,
|
|
4272
|
+
"docs": "If `true`, the close button will not be displayed.",
|
|
4273
|
+
"docsTags": [],
|
|
4274
|
+
"default": "false",
|
|
4275
|
+
"values": [
|
|
4276
|
+
{
|
|
4277
|
+
"type": "boolean"
|
|
4278
|
+
}
|
|
4279
|
+
],
|
|
4280
|
+
"optional": true,
|
|
4281
|
+
"required": false
|
|
4282
|
+
},
|
|
4246
4283
|
{
|
|
4247
4284
|
"name": "label",
|
|
4248
4285
|
"type": "string",
|
|
@@ -16243,39 +16280,7 @@
|
|
|
16243
16280
|
"required": false
|
|
16244
16281
|
}
|
|
16245
16282
|
],
|
|
16246
|
-
"methods": [
|
|
16247
|
-
{
|
|
16248
|
-
"name": "setVisible",
|
|
16249
|
-
"returns": {
|
|
16250
|
-
"type": "Promise<HTMLElement>",
|
|
16251
|
-
"docs": "The element that previously had focus before the toast appeared"
|
|
16252
|
-
},
|
|
16253
|
-
"complexType": {
|
|
16254
|
-
"signature": "() => Promise<HTMLElement>",
|
|
16255
|
-
"parameters": [],
|
|
16256
|
-
"references": {
|
|
16257
|
-
"Promise": {
|
|
16258
|
-
"location": "global",
|
|
16259
|
-
"id": "global::Promise"
|
|
16260
|
-
},
|
|
16261
|
-
"HTMLElement": {
|
|
16262
|
-
"location": "global",
|
|
16263
|
-
"id": "global::HTMLElement"
|
|
16264
|
-
}
|
|
16265
|
-
},
|
|
16266
|
-
"return": "Promise<HTMLElement>"
|
|
16267
|
-
},
|
|
16268
|
-
"signature": "setVisible() => Promise<HTMLElement>",
|
|
16269
|
-
"parameters": [],
|
|
16270
|
-
"docs": "Used to display the individual toast",
|
|
16271
|
-
"docsTags": [
|
|
16272
|
-
{
|
|
16273
|
-
"name": "returns",
|
|
16274
|
-
"text": "The element that previously had focus before the toast appeared"
|
|
16275
|
-
}
|
|
16276
|
-
]
|
|
16277
|
-
}
|
|
16278
|
-
],
|
|
16283
|
+
"methods": [],
|
|
16279
16284
|
"events": [
|
|
16280
16285
|
{
|
|
16281
16286
|
"event": "icDismiss",
|
|
@@ -16365,7 +16370,33 @@
|
|
|
16365
16370
|
"docs": "",
|
|
16366
16371
|
"docsTags": [],
|
|
16367
16372
|
"usage": {},
|
|
16368
|
-
"props": [
|
|
16373
|
+
"props": [
|
|
16374
|
+
{
|
|
16375
|
+
"name": "openToast",
|
|
16376
|
+
"type": "HTMLIcToastElement",
|
|
16377
|
+
"complexType": {
|
|
16378
|
+
"original": "HTMLIcToastElement",
|
|
16379
|
+
"resolved": "HTMLIcToastElement",
|
|
16380
|
+
"references": {
|
|
16381
|
+
"HTMLIcToastElement": {
|
|
16382
|
+
"location": "global",
|
|
16383
|
+
"id": "global::HTMLIcToastElement"
|
|
16384
|
+
}
|
|
16385
|
+
}
|
|
16386
|
+
},
|
|
16387
|
+
"mutable": true,
|
|
16388
|
+
"reflectToAttr": false,
|
|
16389
|
+
"docs": "The toast element to be displayed.",
|
|
16390
|
+
"docsTags": [],
|
|
16391
|
+
"values": [
|
|
16392
|
+
{
|
|
16393
|
+
"type": "HTMLIcToastElement"
|
|
16394
|
+
}
|
|
16395
|
+
],
|
|
16396
|
+
"optional": false,
|
|
16397
|
+
"required": false
|
|
16398
|
+
}
|
|
16399
|
+
],
|
|
16369
16400
|
"methods": [
|
|
16370
16401
|
{
|
|
16371
16402
|
"name": "setVisible",
|
|
@@ -16377,13 +16408,8 @@
|
|
|
16377
16408
|
"signature": "(toast: HTMLIcToastElement) => Promise<void>",
|
|
16378
16409
|
"parameters": [
|
|
16379
16410
|
{
|
|
16380
|
-
"tags": [
|
|
16381
|
-
|
|
16382
|
-
"name": "param",
|
|
16383
|
-
"text": "toast The toast element being requested to display"
|
|
16384
|
-
}
|
|
16385
|
-
],
|
|
16386
|
-
"text": "The toast element being requested to display"
|
|
16411
|
+
"tags": [],
|
|
16412
|
+
"text": ""
|
|
16387
16413
|
}
|
|
16388
16414
|
],
|
|
16389
16415
|
"references": {
|
|
@@ -16400,13 +16426,14 @@
|
|
|
16400
16426
|
},
|
|
16401
16427
|
"signature": "setVisible(toast: HTMLIcToastElement) => Promise<void>",
|
|
16402
16428
|
"parameters": [],
|
|
16403
|
-
"docs": "
|
|
16429
|
+
"docs": "",
|
|
16404
16430
|
"docsTags": [
|
|
16405
16431
|
{
|
|
16406
|
-
"name": "
|
|
16407
|
-
"text": "
|
|
16432
|
+
"name": "deprecated",
|
|
16433
|
+
"text": "Use openToast prop to display toast instead."
|
|
16408
16434
|
}
|
|
16409
|
-
]
|
|
16435
|
+
],
|
|
16436
|
+
"deprecation": "Use openToast prop to display toast instead."
|
|
16410
16437
|
}
|
|
16411
16438
|
],
|
|
16412
16439
|
"events": [],
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "mi6",
|
|
3
3
|
"name": "@ukic/docs",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.7.0",
|
|
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": "ec2153427bdc13034d87de99f502045cd04054d5"
|
|
22
22
|
}
|