@ukic/docs 2.7.0 → 2.8.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 +54 -2
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2023-
|
|
2
|
+
"timestamp": "2023-12-08T14:47:48",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.3.0",
|
|
@@ -974,7 +974,7 @@
|
|
|
974
974
|
"resolved": "boolean",
|
|
975
975
|
"references": {}
|
|
976
976
|
},
|
|
977
|
-
"mutable":
|
|
977
|
+
"mutable": true,
|
|
978
978
|
"attr": "visible",
|
|
979
979
|
"reflectToAttr": false,
|
|
980
980
|
"docs": "If `true`, the badge will be displayed.",
|
|
@@ -4215,6 +4215,28 @@
|
|
|
4215
4215
|
"optional": true,
|
|
4216
4216
|
"required": false
|
|
4217
4217
|
},
|
|
4218
|
+
{
|
|
4219
|
+
"name": "disableHeightConstraint",
|
|
4220
|
+
"type": "boolean",
|
|
4221
|
+
"complexType": {
|
|
4222
|
+
"original": "boolean",
|
|
4223
|
+
"resolved": "boolean",
|
|
4224
|
+
"references": {}
|
|
4225
|
+
},
|
|
4226
|
+
"mutable": false,
|
|
4227
|
+
"attr": "disable-height-constraint",
|
|
4228
|
+
"reflectToAttr": false,
|
|
4229
|
+
"docs": "If set to `true`, the content area max height and overflow properties are removed allowing the dialog to stretch below the fold.\nThis prop also prevents popover elements from being cut off within the content area.",
|
|
4230
|
+
"docsTags": [],
|
|
4231
|
+
"default": "false",
|
|
4232
|
+
"values": [
|
|
4233
|
+
{
|
|
4234
|
+
"type": "boolean"
|
|
4235
|
+
}
|
|
4236
|
+
],
|
|
4237
|
+
"optional": true,
|
|
4238
|
+
"required": false
|
|
4239
|
+
},
|
|
4218
4240
|
{
|
|
4219
4241
|
"name": "dismissLabel",
|
|
4220
4242
|
"type": "string",
|
|
@@ -12750,6 +12772,28 @@
|
|
|
12750
12772
|
"optional": true,
|
|
12751
12773
|
"required": false
|
|
12752
12774
|
},
|
|
12775
|
+
{
|
|
12776
|
+
"name": "selectOnEnter",
|
|
12777
|
+
"type": "boolean",
|
|
12778
|
+
"complexType": {
|
|
12779
|
+
"original": "boolean",
|
|
12780
|
+
"resolved": "boolean",
|
|
12781
|
+
"references": {}
|
|
12782
|
+
},
|
|
12783
|
+
"mutable": false,
|
|
12784
|
+
"attr": "select-on-enter",
|
|
12785
|
+
"reflectToAttr": false,
|
|
12786
|
+
"docs": "If `true`, the icOptionSelect event will be fired on enter instead of ArrowUp and ArrowDown.",
|
|
12787
|
+
"docsTags": [],
|
|
12788
|
+
"default": "false",
|
|
12789
|
+
"values": [
|
|
12790
|
+
{
|
|
12791
|
+
"type": "boolean"
|
|
12792
|
+
}
|
|
12793
|
+
],
|
|
12794
|
+
"optional": true,
|
|
12795
|
+
"required": false
|
|
12796
|
+
},
|
|
12753
12797
|
{
|
|
12754
12798
|
"name": "showClearButton",
|
|
12755
12799
|
"type": "boolean",
|
|
@@ -16720,6 +16764,10 @@
|
|
|
16720
16764
|
"name": "slot",
|
|
16721
16765
|
"text": "app-title - Handle routing by nesting a route in the app title."
|
|
16722
16766
|
},
|
|
16767
|
+
{
|
|
16768
|
+
"name": "slot",
|
|
16769
|
+
"text": "short-app-title - Handle routing by nesting a route in the short app title (to be displayed in place of app title on small screen sizes)."
|
|
16770
|
+
},
|
|
16723
16771
|
{
|
|
16724
16772
|
"name": "slot",
|
|
16725
16773
|
"text": "search - Content will be rendered in search area to left of buttons."
|
|
@@ -16955,6 +17003,10 @@
|
|
|
16955
17003
|
"name": "search",
|
|
16956
17004
|
"docs": "Content will be rendered in search area to left of buttons."
|
|
16957
17005
|
},
|
|
17006
|
+
{
|
|
17007
|
+
"name": "short-app-title",
|
|
17008
|
+
"docs": "Handle routing by nesting a route in the short app title (to be displayed in place of app title on small screen sizes)."
|
|
17009
|
+
},
|
|
16958
17010
|
{
|
|
16959
17011
|
"name": "toggle-icon",
|
|
16960
17012
|
"docs": "Icon to be displayed on the button to toggle search slot content on smaller devices"
|
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.8.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": "a26d1fa51a4723de8c43302ee54dc897700a0b0a"
|
|
22
22
|
}
|