@ukic/docs 2.0.0 → 2.1.0-beta.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/README.md +5 -0
- package/docs.json +21 -11
- package/package.json +2 -2
package/README.md
ADDED
package/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2022-
|
|
2
|
+
"timestamp": "2022-12-01T15:41:36",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "2.19.1",
|
|
@@ -1128,7 +1128,7 @@
|
|
|
1128
1128
|
{
|
|
1129
1129
|
"name": "checked",
|
|
1130
1130
|
"type": "boolean",
|
|
1131
|
-
"mutable":
|
|
1131
|
+
"mutable": true,
|
|
1132
1132
|
"attr": "checked",
|
|
1133
1133
|
"reflectToAttr": true,
|
|
1134
1134
|
"docs": "Set the checkbox to the checked state",
|
|
@@ -2964,7 +2964,12 @@
|
|
|
2964
2964
|
"tag": "ic-link",
|
|
2965
2965
|
"readme": "# ic-link\n\n\n",
|
|
2966
2966
|
"docs": "",
|
|
2967
|
-
"docsTags": [
|
|
2967
|
+
"docsTags": [
|
|
2968
|
+
{
|
|
2969
|
+
"name": "slot",
|
|
2970
|
+
"text": "router-item - Handle routing by nesting your routes in this slot"
|
|
2971
|
+
}
|
|
2972
|
+
],
|
|
2968
2973
|
"usage": {},
|
|
2969
2974
|
"props": [
|
|
2970
2975
|
{
|
|
@@ -3154,7 +3159,12 @@
|
|
|
3154
3159
|
}
|
|
3155
3160
|
],
|
|
3156
3161
|
"styles": [],
|
|
3157
|
-
"slots": [
|
|
3162
|
+
"slots": [
|
|
3163
|
+
{
|
|
3164
|
+
"name": "router-item",
|
|
3165
|
+
"docs": "Handle routing by nesting your routes in this slot"
|
|
3166
|
+
}
|
|
3167
|
+
],
|
|
3158
3168
|
"parts": [],
|
|
3159
3169
|
"dependents": [
|
|
3160
3170
|
"ic-breadcrumb"
|
|
@@ -4758,7 +4768,7 @@
|
|
|
4758
4768
|
{
|
|
4759
4769
|
"name": "selected",
|
|
4760
4770
|
"type": "boolean",
|
|
4761
|
-
"mutable":
|
|
4771
|
+
"mutable": true,
|
|
4762
4772
|
"attr": "selected",
|
|
4763
4773
|
"reflectToAttr": true,
|
|
4764
4774
|
"docs": "Determines whether the radio should be in selected state.",
|
|
@@ -4775,7 +4785,7 @@
|
|
|
4775
4785
|
{
|
|
4776
4786
|
"name": "value",
|
|
4777
4787
|
"type": "string",
|
|
4778
|
-
"mutable":
|
|
4788
|
+
"mutable": true,
|
|
4779
4789
|
"attr": "value",
|
|
4780
4790
|
"reflectToAttr": false,
|
|
4781
4791
|
"docs": "Provide a value for the input.",
|
|
@@ -6069,7 +6079,7 @@
|
|
|
6069
6079
|
{
|
|
6070
6080
|
"name": "value",
|
|
6071
6081
|
"type": "string",
|
|
6072
|
-
"mutable":
|
|
6082
|
+
"mutable": true,
|
|
6073
6083
|
"attr": "value",
|
|
6074
6084
|
"reflectToAttr": false,
|
|
6075
6085
|
"docs": "The value of the currently selected option.",
|
|
@@ -6740,9 +6750,9 @@
|
|
|
6740
6750
|
"mutable": false,
|
|
6741
6751
|
"attr": "checked",
|
|
6742
6752
|
"reflectToAttr": false,
|
|
6743
|
-
"docs": "If true, the component is checked
|
|
6753
|
+
"docs": "If true, the component is checked.",
|
|
6744
6754
|
"docsTags": [],
|
|
6745
|
-
"default": "
|
|
6755
|
+
"default": "false",
|
|
6746
6756
|
"values": [
|
|
6747
6757
|
{
|
|
6748
6758
|
"type": "boolean"
|
|
@@ -7043,7 +7053,7 @@
|
|
|
7043
7053
|
"reflectToAttr": false,
|
|
7044
7054
|
"docs": "Determines whether the light or dark variant of the tabs should be displayed.",
|
|
7045
7055
|
"docsTags": [],
|
|
7046
|
-
"default": "\"
|
|
7056
|
+
"default": "\"dark\"",
|
|
7047
7057
|
"values": [
|
|
7048
7058
|
{
|
|
7049
7059
|
"value": "dark",
|
|
@@ -8228,7 +8238,7 @@
|
|
|
8228
8238
|
"type": "string",
|
|
8229
8239
|
"mutable": false,
|
|
8230
8240
|
"attr": "target",
|
|
8231
|
-
"reflectToAttr":
|
|
8241
|
+
"reflectToAttr": true,
|
|
8232
8242
|
"docs": "The ID of the element the tooltip is describing - for when aria-labelledby or aria-describedby is used.",
|
|
8233
8243
|
"docsTags": [],
|
|
8234
8244
|
"values": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ukic/docs",
|
|
3
|
-
"version": "2.0.0",
|
|
3
|
+
"version": "2.1.0-beta.0",
|
|
4
4
|
"description": "API documentation for @ukic components",
|
|
5
5
|
"main": "docs.json",
|
|
6
6
|
"types": "docs.d.ts",
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
"docs.d.ts"
|
|
10
10
|
],
|
|
11
11
|
"license": "MIT",
|
|
12
|
-
"gitHead": "
|
|
12
|
+
"gitHead": "49287b9feaeb8200c08c2e21243bc4b8e537f969"
|
|
13
13
|
}
|