@ukic/canary-docs 2.0.0-canary.22 → 3.0.0-canary.2
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 +46 -223
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"filePath": "src/components/ic-card-horizontal/ic-card-horizontal.tsx",
|
|
10
10
|
"encapsulation": "shadow",
|
|
11
11
|
"tag": "ic-card-horizontal",
|
|
12
|
-
"readme": "# ic-horizontal-card\n\n\n",
|
|
12
|
+
"readme": "# ic-horizontal-card\r\n\r\n\r\n\r",
|
|
13
13
|
"docs": "",
|
|
14
14
|
"docsTags": [
|
|
15
15
|
{
|
|
@@ -389,7 +389,7 @@
|
|
|
389
389
|
"filePath": "src/components/ic-data-table/ic-data-table.tsx",
|
|
390
390
|
"encapsulation": "shadow",
|
|
391
391
|
"tag": "ic-data-table",
|
|
392
|
-
"readme": "# ic-data-table\n\n\n",
|
|
392
|
+
"readme": "# ic-data-table\r\n\r\n\r\n\r",
|
|
393
393
|
"docs": "",
|
|
394
394
|
"docsTags": [
|
|
395
395
|
{
|
|
@@ -646,10 +646,10 @@
|
|
|
646
646
|
},
|
|
647
647
|
{
|
|
648
648
|
"name": "loadingOptions",
|
|
649
|
-
"type": "{ appearance?: IcThemeForegroundNoDefault; description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; showBackground?: boolean; }",
|
|
649
|
+
"type": "{ appearance?: IcThemeForegroundNoDefault; description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; showBackground?: boolean; monochrome?: boolean; }",
|
|
650
650
|
"complexType": {
|
|
651
|
-
"original": "{\n appearance?: IcThemeForegroundNoDefault;\n description?: string;\n label?: string;\n labelDuration?: number;\n max?: number;\n min?: number;\n progress?: number;\n showBackground?: boolean;\n }",
|
|
652
|
-
"resolved": "{ appearance?: IcThemeForegroundNoDefault; description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; showBackground?: boolean; }",
|
|
651
|
+
"original": "{\n appearance?: IcThemeForegroundNoDefault;\n description?: string;\n label?: string;\n labelDuration?: number;\n max?: number;\n min?: number;\n progress?: number;\n showBackground?: boolean;\n monochrome?: boolean;\n }",
|
|
652
|
+
"resolved": "{ appearance?: IcThemeForegroundNoDefault; description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; showBackground?: boolean; monochrome?: boolean; }",
|
|
653
653
|
"references": {
|
|
654
654
|
"IcThemeForegroundNoDefault": {
|
|
655
655
|
"location": "import",
|
|
@@ -664,7 +664,7 @@
|
|
|
664
664
|
"docsTags": [],
|
|
665
665
|
"values": [
|
|
666
666
|
{
|
|
667
|
-
"type": "{ appearance?: IcThemeForegroundNoDefault; description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; showBackground?: boolean; }"
|
|
667
|
+
"type": "{ appearance?: IcThemeForegroundNoDefault; description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; showBackground?: boolean; monochrome?: boolean; }"
|
|
668
668
|
}
|
|
669
669
|
],
|
|
670
670
|
"optional": true,
|
|
@@ -959,10 +959,10 @@
|
|
|
959
959
|
},
|
|
960
960
|
{
|
|
961
961
|
"name": "updatingOptions",
|
|
962
|
-
"type": "{ appearance?: IcThemeForegroundNoDefault; description?: string; max?: number; min?: number; progress?: number; }",
|
|
962
|
+
"type": "{ appearance?: IcThemeForegroundNoDefault; description?: string; max?: number; min?: number; progress?: number; monochrome?: boolean; }",
|
|
963
963
|
"complexType": {
|
|
964
|
-
"original": "{\n appearance?: IcThemeForegroundNoDefault;\n description?: string;\n max?: number;\n min?: number;\n progress?: number;\n }",
|
|
965
|
-
"resolved": "{ appearance?: IcThemeForegroundNoDefault; description?: string; max?: number; min?: number; progress?: number; }",
|
|
964
|
+
"original": "{\n appearance?: IcThemeForegroundNoDefault;\n description?: string;\n max?: number;\n min?: number;\n progress?: number;\n monochrome?: boolean;\n }",
|
|
965
|
+
"resolved": "{ appearance?: IcThemeForegroundNoDefault; description?: string; max?: number; min?: number; progress?: number; monochrome?: boolean; }",
|
|
966
966
|
"references": {
|
|
967
967
|
"IcThemeForegroundNoDefault": {
|
|
968
968
|
"location": "import",
|
|
@@ -977,7 +977,7 @@
|
|
|
977
977
|
"docsTags": [],
|
|
978
978
|
"values": [
|
|
979
979
|
{
|
|
980
|
-
"type": "{ appearance?: IcThemeForegroundNoDefault; description?: string; max?: number; min?: number; progress?: number; }"
|
|
980
|
+
"type": "{ appearance?: IcThemeForegroundNoDefault; description?: string; max?: number; min?: number; progress?: number; monochrome?: boolean; }"
|
|
981
981
|
}
|
|
982
982
|
],
|
|
983
983
|
"optional": true,
|
|
@@ -1236,7 +1236,7 @@
|
|
|
1236
1236
|
"filePath": "src/components/ic-data-table-title-bar/ic-data-table-title-bar.tsx",
|
|
1237
1237
|
"encapsulation": "shadow",
|
|
1238
1238
|
"tag": "ic-data-table-title-bar",
|
|
1239
|
-
"readme": "# ic-data-table-title-bar\n\n\n",
|
|
1239
|
+
"readme": "# ic-data-table-title-bar\r\n\r\n\r\n\r",
|
|
1240
1240
|
"docs": "",
|
|
1241
1241
|
"docsTags": [
|
|
1242
1242
|
{
|
|
@@ -1435,7 +1435,7 @@
|
|
|
1435
1435
|
"filePath": "src/components/ic-date-input/ic-date-input.tsx",
|
|
1436
1436
|
"encapsulation": "shadow",
|
|
1437
1437
|
"tag": "ic-date-input",
|
|
1438
|
-
"readme": "# ic-date-input\n\n\n",
|
|
1438
|
+
"readme": "# ic-date-input\r\n\r\n\r\n\r",
|
|
1439
1439
|
"docs": "",
|
|
1440
1440
|
"docsTags": [],
|
|
1441
1441
|
"usage": {},
|
|
@@ -1872,10 +1872,10 @@
|
|
|
1872
1872
|
},
|
|
1873
1873
|
{
|
|
1874
1874
|
"name": "size",
|
|
1875
|
-
"type": "\"
|
|
1875
|
+
"type": "\"large\" | \"medium\" | \"small\"",
|
|
1876
1876
|
"complexType": {
|
|
1877
1877
|
"original": "IcSizes",
|
|
1878
|
-
"resolved": "\"
|
|
1878
|
+
"resolved": "\"large\" | \"medium\" | \"small\"",
|
|
1879
1879
|
"references": {
|
|
1880
1880
|
"IcSizes": {
|
|
1881
1881
|
"location": "import",
|
|
@@ -1889,14 +1889,14 @@
|
|
|
1889
1889
|
"reflectToAttr": false,
|
|
1890
1890
|
"docs": "The size of the date input to be displayed.",
|
|
1891
1891
|
"docsTags": [],
|
|
1892
|
-
"default": "\"
|
|
1892
|
+
"default": "\"medium\"",
|
|
1893
1893
|
"values": [
|
|
1894
1894
|
{
|
|
1895
|
-
"value": "
|
|
1895
|
+
"value": "large",
|
|
1896
1896
|
"type": "string"
|
|
1897
1897
|
},
|
|
1898
1898
|
{
|
|
1899
|
-
"value": "
|
|
1899
|
+
"value": "medium",
|
|
1900
1900
|
"type": "string"
|
|
1901
1901
|
},
|
|
1902
1902
|
{
|
|
@@ -2139,7 +2139,7 @@
|
|
|
2139
2139
|
"filePath": "src/components/ic-date-picker/ic-date-picker.tsx",
|
|
2140
2140
|
"encapsulation": "shadow",
|
|
2141
2141
|
"tag": "ic-date-picker",
|
|
2142
|
-
"readme": "# ic-date-picker\n\n\n",
|
|
2142
|
+
"readme": "# ic-date-picker\r\n\r\n\r\n\r",
|
|
2143
2143
|
"docs": "",
|
|
2144
2144
|
"docsTags": [],
|
|
2145
2145
|
"usage": {},
|
|
@@ -2648,10 +2648,10 @@
|
|
|
2648
2648
|
},
|
|
2649
2649
|
{
|
|
2650
2650
|
"name": "size",
|
|
2651
|
-
"type": "\"
|
|
2651
|
+
"type": "\"large\" | \"medium\" | \"small\"",
|
|
2652
2652
|
"complexType": {
|
|
2653
2653
|
"original": "IcSizes",
|
|
2654
|
-
"resolved": "\"
|
|
2654
|
+
"resolved": "\"large\" | \"medium\" | \"small\"",
|
|
2655
2655
|
"references": {
|
|
2656
2656
|
"IcSizes": {
|
|
2657
2657
|
"location": "import",
|
|
@@ -2665,14 +2665,14 @@
|
|
|
2665
2665
|
"reflectToAttr": false,
|
|
2666
2666
|
"docs": "The size of the date picker to be displayed.",
|
|
2667
2667
|
"docsTags": [],
|
|
2668
|
-
"default": "\"
|
|
2668
|
+
"default": "\"medium\"",
|
|
2669
2669
|
"values": [
|
|
2670
2670
|
{
|
|
2671
|
-
"value": "
|
|
2671
|
+
"value": "large",
|
|
2672
2672
|
"type": "string"
|
|
2673
2673
|
},
|
|
2674
2674
|
{
|
|
2675
|
-
"value": "
|
|
2675
|
+
"value": "medium",
|
|
2676
2676
|
"type": "string"
|
|
2677
2677
|
},
|
|
2678
2678
|
{
|
|
@@ -2912,7 +2912,7 @@
|
|
|
2912
2912
|
"filePath": "src/components/ic-menu-with-multi/ic-menu.tsx",
|
|
2913
2913
|
"encapsulation": "scoped",
|
|
2914
2914
|
"tag": "ic-menu-with-multi",
|
|
2915
|
-
"readme": "# ic-menu-with-multi\n\n\n",
|
|
2915
|
+
"readme": "# ic-menu-with-multi\r\n\r\n\r\n\r",
|
|
2916
2916
|
"docs": "",
|
|
2917
2917
|
"docsTags": [],
|
|
2918
2918
|
"usage": {},
|
|
@@ -3190,10 +3190,10 @@
|
|
|
3190
3190
|
},
|
|
3191
3191
|
{
|
|
3192
3192
|
"name": "size",
|
|
3193
|
-
"type": "\"
|
|
3193
|
+
"type": "\"large\" | \"medium\" | \"small\"",
|
|
3194
3194
|
"complexType": {
|
|
3195
3195
|
"original": "IcSizes",
|
|
3196
|
-
"resolved": "\"
|
|
3196
|
+
"resolved": "\"large\" | \"medium\" | \"small\"",
|
|
3197
3197
|
"references": {
|
|
3198
3198
|
"IcSizes": {
|
|
3199
3199
|
"location": "import",
|
|
@@ -3207,14 +3207,14 @@
|
|
|
3207
3207
|
"reflectToAttr": false,
|
|
3208
3208
|
"docs": "The size of the menu.",
|
|
3209
3209
|
"docsTags": [],
|
|
3210
|
-
"default": "\"
|
|
3210
|
+
"default": "\"medium\"",
|
|
3211
3211
|
"values": [
|
|
3212
3212
|
{
|
|
3213
|
-
"value": "
|
|
3213
|
+
"value": "large",
|
|
3214
3214
|
"type": "string"
|
|
3215
3215
|
},
|
|
3216
3216
|
{
|
|
3217
|
-
"value": "
|
|
3217
|
+
"value": "medium",
|
|
3218
3218
|
"type": "string"
|
|
3219
3219
|
},
|
|
3220
3220
|
{
|
|
@@ -3225,34 +3225,6 @@
|
|
|
3225
3225
|
"optional": true,
|
|
3226
3226
|
"required": false
|
|
3227
3227
|
},
|
|
3228
|
-
{
|
|
3229
|
-
"name": "small",
|
|
3230
|
-
"type": "boolean",
|
|
3231
|
-
"complexType": {
|
|
3232
|
-
"original": "boolean",
|
|
3233
|
-
"resolved": "boolean",
|
|
3234
|
-
"references": {}
|
|
3235
|
-
},
|
|
3236
|
-
"mutable": false,
|
|
3237
|
-
"attr": "small",
|
|
3238
|
-
"reflectToAttr": false,
|
|
3239
|
-
"docs": "",
|
|
3240
|
-
"docsTags": [
|
|
3241
|
-
{
|
|
3242
|
-
"name": "deprecated",
|
|
3243
|
-
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
3244
|
-
}
|
|
3245
|
-
],
|
|
3246
|
-
"default": "false",
|
|
3247
|
-
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
3248
|
-
"values": [
|
|
3249
|
-
{
|
|
3250
|
-
"type": "boolean"
|
|
3251
|
-
}
|
|
3252
|
-
],
|
|
3253
|
-
"optional": true,
|
|
3254
|
-
"required": false
|
|
3255
|
-
},
|
|
3256
3228
|
{
|
|
3257
3229
|
"name": "value",
|
|
3258
3230
|
"type": "string | string[]",
|
|
@@ -3389,7 +3361,7 @@
|
|
|
3389
3361
|
"filePath": "src/components/ic-pagination-bar/ic-pagination-bar.tsx",
|
|
3390
3362
|
"encapsulation": "shadow",
|
|
3391
3363
|
"tag": "ic-pagination-bar",
|
|
3392
|
-
"readme": "# ic-pagination-bar\n\n\n",
|
|
3364
|
+
"readme": "# ic-pagination-bar\r\n\r\n\r\n\r",
|
|
3393
3365
|
"docs": "",
|
|
3394
3366
|
"docsTags": [],
|
|
3395
3367
|
"usage": {},
|
|
@@ -3828,33 +3800,11 @@
|
|
|
3828
3800
|
"filePath": "src/components/ic-select-with-multi/ic-select.tsx",
|
|
3829
3801
|
"encapsulation": "shadow",
|
|
3830
3802
|
"tag": "ic-select-with-multi",
|
|
3831
|
-
"readme": "# ic-select\n\n\n",
|
|
3803
|
+
"readme": "# ic-select\r\n\r\n\r\n\r",
|
|
3832
3804
|
"docs": "",
|
|
3833
3805
|
"docsTags": [],
|
|
3834
3806
|
"usage": {},
|
|
3835
3807
|
"props": [
|
|
3836
|
-
{
|
|
3837
|
-
"name": "charactersUntilSuggestions",
|
|
3838
|
-
"type": "number",
|
|
3839
|
-
"complexType": {
|
|
3840
|
-
"original": "number",
|
|
3841
|
-
"resolved": "number",
|
|
3842
|
-
"references": {}
|
|
3843
|
-
},
|
|
3844
|
-
"mutable": false,
|
|
3845
|
-
"attr": "characters-until-suggestions",
|
|
3846
|
-
"reflectToAttr": false,
|
|
3847
|
-
"docs": "**[DEPRECATED]** This prop should not be used anymore.",
|
|
3848
|
-
"docsTags": [],
|
|
3849
|
-
"default": "0",
|
|
3850
|
-
"values": [
|
|
3851
|
-
{
|
|
3852
|
-
"type": "number"
|
|
3853
|
-
}
|
|
3854
|
-
],
|
|
3855
|
-
"optional": true,
|
|
3856
|
-
"required": false
|
|
3857
|
-
},
|
|
3858
3808
|
{
|
|
3859
3809
|
"name": "debounce",
|
|
3860
3810
|
"type": "number",
|
|
@@ -3878,7 +3828,7 @@
|
|
|
3878
3828
|
"required": false
|
|
3879
3829
|
},
|
|
3880
3830
|
{
|
|
3881
|
-
"name": "
|
|
3831
|
+
"name": "disableAutoFiltering",
|
|
3882
3832
|
"type": "boolean",
|
|
3883
3833
|
"complexType": {
|
|
3884
3834
|
"original": "boolean",
|
|
@@ -3886,7 +3836,7 @@
|
|
|
3886
3836
|
"references": {}
|
|
3887
3837
|
},
|
|
3888
3838
|
"mutable": false,
|
|
3889
|
-
"attr": "disable-
|
|
3839
|
+
"attr": "disable-auto-filtering",
|
|
3890
3840
|
"reflectToAttr": false,
|
|
3891
3841
|
"docs": "If `true`, the built in filtering will be disabled for a searchable variant. For example, if options will already be filtered from external source.",
|
|
3892
3842
|
"docsTags": [],
|
|
@@ -3964,111 +3914,6 @@
|
|
|
3964
3914
|
"optional": true,
|
|
3965
3915
|
"required": false
|
|
3966
3916
|
},
|
|
3967
|
-
{
|
|
3968
|
-
"name": "formaction",
|
|
3969
|
-
"type": "string",
|
|
3970
|
-
"complexType": {
|
|
3971
|
-
"original": "string",
|
|
3972
|
-
"resolved": "string",
|
|
3973
|
-
"references": {}
|
|
3974
|
-
},
|
|
3975
|
-
"mutable": false,
|
|
3976
|
-
"attr": "formaction",
|
|
3977
|
-
"reflectToAttr": false,
|
|
3978
|
-
"docs": "The URL that processes the information submitted by the select. It overrides the action attribute of the select's form owner. Does nothing if there is no form owner.\nThis prop should only be used with searchable select and will only be applied if searchable is true.",
|
|
3979
|
-
"docsTags": [],
|
|
3980
|
-
"values": [
|
|
3981
|
-
{
|
|
3982
|
-
"type": "string"
|
|
3983
|
-
}
|
|
3984
|
-
],
|
|
3985
|
-
"optional": true,
|
|
3986
|
-
"required": false
|
|
3987
|
-
},
|
|
3988
|
-
{
|
|
3989
|
-
"name": "formenctype",
|
|
3990
|
-
"type": "string",
|
|
3991
|
-
"complexType": {
|
|
3992
|
-
"original": "string",
|
|
3993
|
-
"resolved": "string",
|
|
3994
|
-
"references": {}
|
|
3995
|
-
},
|
|
3996
|
-
"mutable": false,
|
|
3997
|
-
"attr": "formenctype",
|
|
3998
|
-
"reflectToAttr": false,
|
|
3999
|
-
"docs": "The way the submitted form data is encoded. This prop should only be used with searchable select and will only be applied if searchable is true.",
|
|
4000
|
-
"docsTags": [],
|
|
4001
|
-
"values": [
|
|
4002
|
-
{
|
|
4003
|
-
"type": "string"
|
|
4004
|
-
}
|
|
4005
|
-
],
|
|
4006
|
-
"optional": true,
|
|
4007
|
-
"required": false
|
|
4008
|
-
},
|
|
4009
|
-
{
|
|
4010
|
-
"name": "formmethod",
|
|
4011
|
-
"type": "string",
|
|
4012
|
-
"complexType": {
|
|
4013
|
-
"original": "string",
|
|
4014
|
-
"resolved": "string",
|
|
4015
|
-
"references": {}
|
|
4016
|
-
},
|
|
4017
|
-
"mutable": false,
|
|
4018
|
-
"attr": "formmethod",
|
|
4019
|
-
"reflectToAttr": false,
|
|
4020
|
-
"docs": "The HTTP method used to submit the form. This prop should only be used with searchable select and will only be applied if searchable is true.",
|
|
4021
|
-
"docsTags": [],
|
|
4022
|
-
"values": [
|
|
4023
|
-
{
|
|
4024
|
-
"type": "string"
|
|
4025
|
-
}
|
|
4026
|
-
],
|
|
4027
|
-
"optional": true,
|
|
4028
|
-
"required": false
|
|
4029
|
-
},
|
|
4030
|
-
{
|
|
4031
|
-
"name": "formnovalidate",
|
|
4032
|
-
"type": "boolean",
|
|
4033
|
-
"complexType": {
|
|
4034
|
-
"original": "boolean",
|
|
4035
|
-
"resolved": "boolean",
|
|
4036
|
-
"references": {}
|
|
4037
|
-
},
|
|
4038
|
-
"mutable": false,
|
|
4039
|
-
"attr": "formnovalidate",
|
|
4040
|
-
"reflectToAttr": false,
|
|
4041
|
-
"docs": "If `true`, the form will not be validated when submitted. This prop should only be used with searchable select and will only be applied if searchable is true.",
|
|
4042
|
-
"docsTags": [],
|
|
4043
|
-
"values": [
|
|
4044
|
-
{
|
|
4045
|
-
"type": "boolean"
|
|
4046
|
-
}
|
|
4047
|
-
],
|
|
4048
|
-
"optional": true,
|
|
4049
|
-
"required": false
|
|
4050
|
-
},
|
|
4051
|
-
{
|
|
4052
|
-
"name": "formtarget",
|
|
4053
|
-
"type": "string",
|
|
4054
|
-
"complexType": {
|
|
4055
|
-
"original": "string",
|
|
4056
|
-
"resolved": "string",
|
|
4057
|
-
"references": {}
|
|
4058
|
-
},
|
|
4059
|
-
"mutable": false,
|
|
4060
|
-
"attr": "formtarget",
|
|
4061
|
-
"reflectToAttr": false,
|
|
4062
|
-
"docs": "The place to display the response from submitting the form. It overrides the target attribute of the select's form owner.\nThis prop should only be used with searchable select and will only be applied if searchable is true.",
|
|
4063
|
-
"docsTags": [],
|
|
4064
|
-
"values": [
|
|
4065
|
-
{
|
|
4066
|
-
"type": "string"
|
|
4067
|
-
}
|
|
4068
|
-
],
|
|
4069
|
-
"optional": true,
|
|
4070
|
-
"required": false
|
|
4071
|
-
},
|
|
4072
3917
|
{
|
|
4073
3918
|
"name": "fullWidth",
|
|
4074
3919
|
"type": "boolean",
|
|
@@ -4504,10 +4349,10 @@
|
|
|
4504
4349
|
},
|
|
4505
4350
|
{
|
|
4506
4351
|
"name": "size",
|
|
4507
|
-
"type": "\"
|
|
4352
|
+
"type": "\"large\" | \"medium\" | \"small\"",
|
|
4508
4353
|
"complexType": {
|
|
4509
4354
|
"original": "IcSizes",
|
|
4510
|
-
"resolved": "\"
|
|
4355
|
+
"resolved": "\"large\" | \"medium\" | \"small\"",
|
|
4511
4356
|
"references": {
|
|
4512
4357
|
"IcSizes": {
|
|
4513
4358
|
"location": "import",
|
|
@@ -4521,14 +4366,14 @@
|
|
|
4521
4366
|
"reflectToAttr": false,
|
|
4522
4367
|
"docs": "The size of the select.",
|
|
4523
4368
|
"docsTags": [],
|
|
4524
|
-
"default": "\"
|
|
4369
|
+
"default": "\"medium\"",
|
|
4525
4370
|
"values": [
|
|
4526
4371
|
{
|
|
4527
|
-
"value": "
|
|
4372
|
+
"value": "large",
|
|
4528
4373
|
"type": "string"
|
|
4529
4374
|
},
|
|
4530
4375
|
{
|
|
4531
|
-
"value": "
|
|
4376
|
+
"value": "medium",
|
|
4532
4377
|
"type": "string"
|
|
4533
4378
|
},
|
|
4534
4379
|
{
|
|
@@ -4539,28 +4384,6 @@
|
|
|
4539
4384
|
"optional": true,
|
|
4540
4385
|
"required": false
|
|
4541
4386
|
},
|
|
4542
|
-
{
|
|
4543
|
-
"name": "small",
|
|
4544
|
-
"type": "boolean",
|
|
4545
|
-
"complexType": {
|
|
4546
|
-
"original": "boolean",
|
|
4547
|
-
"resolved": "boolean",
|
|
4548
|
-
"references": {}
|
|
4549
|
-
},
|
|
4550
|
-
"mutable": false,
|
|
4551
|
-
"attr": "small",
|
|
4552
|
-
"reflectToAttr": false,
|
|
4553
|
-
"docs": "**[DEPRECATED]** This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
4554
|
-
"docsTags": [],
|
|
4555
|
-
"default": "false",
|
|
4556
|
-
"values": [
|
|
4557
|
-
{
|
|
4558
|
-
"type": "boolean"
|
|
4559
|
-
}
|
|
4560
|
-
],
|
|
4561
|
-
"optional": true,
|
|
4562
|
-
"required": false
|
|
4563
|
-
},
|
|
4564
4387
|
{
|
|
4565
4388
|
"name": "timeout",
|
|
4566
4389
|
"type": "number",
|
|
@@ -4904,7 +4727,7 @@
|
|
|
4904
4727
|
"filePath": "src/components/ic-tree-item/ic-tree-item.tsx",
|
|
4905
4728
|
"encapsulation": "shadow",
|
|
4906
4729
|
"tag": "ic-tree-item",
|
|
4907
|
-
"readme": "# ic-tree-item\n\n\n",
|
|
4730
|
+
"readme": "# ic-tree-item\r\n\r\n\r\n\r",
|
|
4908
4731
|
"docs": "",
|
|
4909
4732
|
"docsTags": [
|
|
4910
4733
|
{
|
|
@@ -5214,7 +5037,7 @@
|
|
|
5214
5037
|
"filePath": "src/components/ic-tree-view/ic-tree-view.tsx",
|
|
5215
5038
|
"encapsulation": "shadow",
|
|
5216
5039
|
"tag": "ic-tree-view",
|
|
5217
|
-
"readme": "# ic-tree-view\n\n\n",
|
|
5040
|
+
"readme": "# ic-tree-view\r\n\r\n\r\n\r",
|
|
5218
5041
|
"docs": "",
|
|
5219
5042
|
"docsTags": [
|
|
5220
5043
|
{
|
|
@@ -5285,10 +5108,10 @@
|
|
|
5285
5108
|
},
|
|
5286
5109
|
{
|
|
5287
5110
|
"name": "size",
|
|
5288
|
-
"type": "\"
|
|
5111
|
+
"type": "\"large\" | \"medium\" | \"small\"",
|
|
5289
5112
|
"complexType": {
|
|
5290
5113
|
"original": "IcSizes",
|
|
5291
|
-
"resolved": "\"
|
|
5114
|
+
"resolved": "\"large\" | \"medium\" | \"small\"",
|
|
5292
5115
|
"references": {
|
|
5293
5116
|
"IcSizes": {
|
|
5294
5117
|
"location": "import",
|
|
@@ -5302,14 +5125,14 @@
|
|
|
5302
5125
|
"reflectToAttr": false,
|
|
5303
5126
|
"docs": "The size of the tree view.",
|
|
5304
5127
|
"docsTags": [],
|
|
5305
|
-
"default": "\"
|
|
5128
|
+
"default": "\"medium\"",
|
|
5306
5129
|
"values": [
|
|
5307
5130
|
{
|
|
5308
|
-
"value": "
|
|
5131
|
+
"value": "large",
|
|
5309
5132
|
"type": "string"
|
|
5310
5133
|
},
|
|
5311
5134
|
{
|
|
5312
|
-
"value": "
|
|
5135
|
+
"value": "medium",
|
|
5313
5136
|
"type": "string"
|
|
5314
5137
|
},
|
|
5315
5138
|
{
|
|
@@ -5456,7 +5279,7 @@
|
|
|
5456
5279
|
"path": "src/utils/types.ts"
|
|
5457
5280
|
},
|
|
5458
5281
|
"src/utils/types.ts::IcSizes": {
|
|
5459
|
-
"declaration": "export type IcSizes = \"
|
|
5282
|
+
"declaration": "export type IcSizes = \"medium\" | \"large\" | \"small\";",
|
|
5460
5283
|
"docstring": "",
|
|
5461
5284
|
"path": "src/utils/types.ts"
|
|
5462
5285
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "mi6",
|
|
3
3
|
"name": "@ukic/canary-docs",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "3.0.0-canary.2",
|
|
5
5
|
"description": "API documentation for @ukic canary 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": "59d0e036de6def6644421e17bf1c5591eac0e34a"
|
|
22
22
|
}
|