@ukic/docs 2.12.0 → 2.12.1
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 +25 -3
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2024-
|
|
2
|
+
"timestamp": "2024-06-24T09:26:04",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.10.0",
|
|
@@ -3108,7 +3108,7 @@
|
|
|
3108
3108
|
"resolved": "string",
|
|
3109
3109
|
"references": {}
|
|
3110
3110
|
},
|
|
3111
|
-
"mutable":
|
|
3111
|
+
"mutable": true,
|
|
3112
3112
|
"attr": "group-label",
|
|
3113
3113
|
"reflectToAttr": false,
|
|
3114
3114
|
"docs": "The group label for the checkbox.",
|
|
@@ -3194,7 +3194,7 @@
|
|
|
3194
3194
|
"resolved": "string",
|
|
3195
3195
|
"references": {}
|
|
3196
3196
|
},
|
|
3197
|
-
"mutable":
|
|
3197
|
+
"mutable": true,
|
|
3198
3198
|
"attr": "name",
|
|
3199
3199
|
"reflectToAttr": false,
|
|
3200
3200
|
"docs": "The name for the checkbox. If not set when used in a checkbox group, the name will be based on the group name.",
|
|
@@ -3207,6 +3207,28 @@
|
|
|
3207
3207
|
"optional": false,
|
|
3208
3208
|
"required": false
|
|
3209
3209
|
},
|
|
3210
|
+
{
|
|
3211
|
+
"name": "nativeIndeterminateBehaviour",
|
|
3212
|
+
"type": "boolean",
|
|
3213
|
+
"complexType": {
|
|
3214
|
+
"original": "boolean",
|
|
3215
|
+
"resolved": "boolean",
|
|
3216
|
+
"references": {}
|
|
3217
|
+
},
|
|
3218
|
+
"mutable": false,
|
|
3219
|
+
"attr": "native-indeterminate-behaviour",
|
|
3220
|
+
"reflectToAttr": false,
|
|
3221
|
+
"docs": "If `true`, the checkbox will behave like a native checkbox where the `indeterminate` prop sets the indeterminate visual styling, independent of the `checked` state.",
|
|
3222
|
+
"docsTags": [],
|
|
3223
|
+
"default": "false",
|
|
3224
|
+
"values": [
|
|
3225
|
+
{
|
|
3226
|
+
"type": "boolean"
|
|
3227
|
+
}
|
|
3228
|
+
],
|
|
3229
|
+
"optional": false,
|
|
3230
|
+
"required": false
|
|
3231
|
+
},
|
|
3210
3232
|
{
|
|
3211
3233
|
"name": "size",
|
|
3212
3234
|
"type": "\"default\" | \"large\" | \"small\"",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "mi6",
|
|
3
3
|
"name": "@ukic/docs",
|
|
4
|
-
"version": "2.12.
|
|
4
|
+
"version": "2.12.1",
|
|
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": "fc202d5fde5e93c4e744747d115d83d09901cf79"
|
|
22
22
|
}
|