@ukic/canary-docs 2.0.0-canary.19 → 2.0.0-canary.21
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 +377 -10
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2024-08-19T07:51:44",
|
|
3
2
|
"compiler": {
|
|
4
3
|
"name": "@stencil/core",
|
|
5
4
|
"version": "4.9.0",
|
|
@@ -465,11 +464,17 @@
|
|
|
465
464
|
},
|
|
466
465
|
{
|
|
467
466
|
"name": "data",
|
|
468
|
-
"type": "
|
|
467
|
+
"type": "IcDataTableDataType[]",
|
|
469
468
|
"complexType": {
|
|
470
|
-
"original": "
|
|
471
|
-
"resolved": "
|
|
472
|
-
"references": {
|
|
469
|
+
"original": "IcDataTableDataType[]",
|
|
470
|
+
"resolved": "IcDataTableDataType[]",
|
|
471
|
+
"references": {
|
|
472
|
+
"IcDataTableDataType": {
|
|
473
|
+
"location": "import",
|
|
474
|
+
"path": "./ic-data-table.types",
|
|
475
|
+
"id": "src/components/ic-data-table/ic-data-table.types.tsx::IcDataTableDataType"
|
|
476
|
+
}
|
|
477
|
+
}
|
|
473
478
|
},
|
|
474
479
|
"mutable": false,
|
|
475
480
|
"reflectToAttr": false,
|
|
@@ -477,7 +482,7 @@
|
|
|
477
482
|
"docsTags": [],
|
|
478
483
|
"values": [
|
|
479
484
|
{
|
|
480
|
-
"type": "
|
|
485
|
+
"type": "IcDataTableDataType[]"
|
|
481
486
|
}
|
|
482
487
|
],
|
|
483
488
|
"optional": false,
|
|
@@ -574,6 +579,27 @@
|
|
|
574
579
|
"optional": true,
|
|
575
580
|
"required": false
|
|
576
581
|
},
|
|
582
|
+
{
|
|
583
|
+
"name": "height",
|
|
584
|
+
"type": "string",
|
|
585
|
+
"complexType": {
|
|
586
|
+
"original": "string",
|
|
587
|
+
"resolved": "string",
|
|
588
|
+
"references": {}
|
|
589
|
+
},
|
|
590
|
+
"mutable": false,
|
|
591
|
+
"attr": "height",
|
|
592
|
+
"reflectToAttr": false,
|
|
593
|
+
"docs": "Sets the table height. Can be set to `auto` or a specific value in `px`, `rem`, or `%`.",
|
|
594
|
+
"docsTags": [],
|
|
595
|
+
"values": [
|
|
596
|
+
{
|
|
597
|
+
"type": "string"
|
|
598
|
+
}
|
|
599
|
+
],
|
|
600
|
+
"optional": true,
|
|
601
|
+
"required": false
|
|
602
|
+
},
|
|
577
603
|
{
|
|
578
604
|
"name": "hideColumnHeaders",
|
|
579
605
|
"type": "boolean",
|
|
@@ -644,6 +670,48 @@
|
|
|
644
670
|
"optional": true,
|
|
645
671
|
"required": false
|
|
646
672
|
},
|
|
673
|
+
{
|
|
674
|
+
"name": "maxWidth",
|
|
675
|
+
"type": "string",
|
|
676
|
+
"complexType": {
|
|
677
|
+
"original": "string",
|
|
678
|
+
"resolved": "string",
|
|
679
|
+
"references": {}
|
|
680
|
+
},
|
|
681
|
+
"mutable": false,
|
|
682
|
+
"attr": "max-width",
|
|
683
|
+
"reflectToAttr": false,
|
|
684
|
+
"docs": "Sets the maximum width of the data table. Can be set in `px`, `rem`, or `%`.",
|
|
685
|
+
"docsTags": [],
|
|
686
|
+
"values": [
|
|
687
|
+
{
|
|
688
|
+
"type": "string"
|
|
689
|
+
}
|
|
690
|
+
],
|
|
691
|
+
"optional": true,
|
|
692
|
+
"required": false
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"name": "minWidth",
|
|
696
|
+
"type": "string",
|
|
697
|
+
"complexType": {
|
|
698
|
+
"original": "string",
|
|
699
|
+
"resolved": "string",
|
|
700
|
+
"references": {}
|
|
701
|
+
},
|
|
702
|
+
"mutable": false,
|
|
703
|
+
"attr": "min-width",
|
|
704
|
+
"reflectToAttr": false,
|
|
705
|
+
"docs": "Sets the minimum width of the data table. Can be set in `px`, `rem`, or `%`.",
|
|
706
|
+
"docsTags": [],
|
|
707
|
+
"values": [
|
|
708
|
+
{
|
|
709
|
+
"type": "string"
|
|
710
|
+
}
|
|
711
|
+
],
|
|
712
|
+
"optional": true,
|
|
713
|
+
"required": false
|
|
714
|
+
},
|
|
647
715
|
{
|
|
648
716
|
"name": "minimumLoadingDisplayDuration",
|
|
649
717
|
"type": "number",
|
|
@@ -808,6 +876,33 @@
|
|
|
808
876
|
"optional": true,
|
|
809
877
|
"required": false
|
|
810
878
|
},
|
|
879
|
+
{
|
|
880
|
+
"name": "tableLayout",
|
|
881
|
+
"type": "\"auto\" | \"fixed\"",
|
|
882
|
+
"complexType": {
|
|
883
|
+
"original": "\"fixed\" | \"auto\"",
|
|
884
|
+
"resolved": "\"auto\" | \"fixed\"",
|
|
885
|
+
"references": {}
|
|
886
|
+
},
|
|
887
|
+
"mutable": false,
|
|
888
|
+
"attr": "table-layout",
|
|
889
|
+
"reflectToAttr": false,
|
|
890
|
+
"docs": "Sets the layout of the table",
|
|
891
|
+
"docsTags": [],
|
|
892
|
+
"default": "\"fixed\"",
|
|
893
|
+
"values": [
|
|
894
|
+
{
|
|
895
|
+
"value": "auto",
|
|
896
|
+
"type": "string"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"value": "fixed",
|
|
900
|
+
"type": "string"
|
|
901
|
+
}
|
|
902
|
+
],
|
|
903
|
+
"optional": true,
|
|
904
|
+
"required": false
|
|
905
|
+
},
|
|
811
906
|
{
|
|
812
907
|
"name": "truncationPattern",
|
|
813
908
|
"type": "\"show-hide\" | \"tooltip\"",
|
|
@@ -825,7 +920,7 @@
|
|
|
825
920
|
"mutable": false,
|
|
826
921
|
"attr": "truncation-pattern",
|
|
827
922
|
"reflectToAttr": false,
|
|
828
|
-
"docs": "Sets the method used to truncate
|
|
923
|
+
"docs": "Sets the method used to truncate long text in cells where textWrap is `false`. The `tooltip` truncation pattern allows the overflowing text to be seen in a tooltip. The `show-hide` truncation pattern allows the overflowing text to be shown and hidden using the ic-typography \"See more\"/\"See less\" buttons.",
|
|
829
924
|
"docsTags": [],
|
|
830
925
|
"values": [
|
|
831
926
|
{
|
|
@@ -913,6 +1008,27 @@
|
|
|
913
1008
|
],
|
|
914
1009
|
"optional": true,
|
|
915
1010
|
"required": false
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"name": "width",
|
|
1014
|
+
"type": "string",
|
|
1015
|
+
"complexType": {
|
|
1016
|
+
"original": "string",
|
|
1017
|
+
"resolved": "string",
|
|
1018
|
+
"references": {}
|
|
1019
|
+
},
|
|
1020
|
+
"mutable": false,
|
|
1021
|
+
"attr": "width",
|
|
1022
|
+
"reflectToAttr": false,
|
|
1023
|
+
"docs": "Sets the table width. Can be set to `auto` or a specific value in `px`, `rem`, or `%`.",
|
|
1024
|
+
"docsTags": [],
|
|
1025
|
+
"values": [
|
|
1026
|
+
{
|
|
1027
|
+
"type": "string"
|
|
1028
|
+
}
|
|
1029
|
+
],
|
|
1030
|
+
"optional": true,
|
|
1031
|
+
"required": false
|
|
916
1032
|
}
|
|
917
1033
|
],
|
|
918
1034
|
"methods": [
|
|
@@ -965,6 +1081,26 @@
|
|
|
965
1081
|
"composed": true,
|
|
966
1082
|
"docs": "Emitted when the `globalRowHeight` or `variableRowHeight` properties change in the data table.",
|
|
967
1083
|
"docsTags": []
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
"event": "icSortChange",
|
|
1087
|
+
"detail": "IcSortEventDetail",
|
|
1088
|
+
"bubbles": true,
|
|
1089
|
+
"complexType": {
|
|
1090
|
+
"original": "IcSortEventDetail",
|
|
1091
|
+
"resolved": "IcSortEventDetail",
|
|
1092
|
+
"references": {
|
|
1093
|
+
"IcSortEventDetail": {
|
|
1094
|
+
"location": "import",
|
|
1095
|
+
"path": "./ic-data-table.types",
|
|
1096
|
+
"id": "src/components/ic-data-table/ic-data-table.types.tsx::IcSortEventDetail"
|
|
1097
|
+
}
|
|
1098
|
+
}
|
|
1099
|
+
},
|
|
1100
|
+
"cancelable": true,
|
|
1101
|
+
"composed": true,
|
|
1102
|
+
"docs": "Emitted when a column sort button is clicked.",
|
|
1103
|
+
"docsTags": []
|
|
968
1104
|
}
|
|
969
1105
|
],
|
|
970
1106
|
"listeners": [
|
|
@@ -1565,6 +1701,28 @@
|
|
|
1565
1701
|
"optional": true,
|
|
1566
1702
|
"required": false
|
|
1567
1703
|
},
|
|
1704
|
+
{
|
|
1705
|
+
"name": "invalidDateMessage",
|
|
1706
|
+
"type": "string",
|
|
1707
|
+
"complexType": {
|
|
1708
|
+
"original": "string",
|
|
1709
|
+
"resolved": "string",
|
|
1710
|
+
"references": {}
|
|
1711
|
+
},
|
|
1712
|
+
"mutable": false,
|
|
1713
|
+
"attr": "invalid-date-message",
|
|
1714
|
+
"reflectToAttr": false,
|
|
1715
|
+
"docs": "The text to display as the validation message when an invalid date is entered.",
|
|
1716
|
+
"docsTags": [],
|
|
1717
|
+
"default": "\"Please enter a valid date.\"",
|
|
1718
|
+
"values": [
|
|
1719
|
+
{
|
|
1720
|
+
"type": "string"
|
|
1721
|
+
}
|
|
1722
|
+
],
|
|
1723
|
+
"optional": true,
|
|
1724
|
+
"required": false
|
|
1725
|
+
},
|
|
1568
1726
|
{
|
|
1569
1727
|
"name": "label",
|
|
1570
1728
|
"type": "string",
|
|
@@ -2246,6 +2404,28 @@
|
|
|
2246
2404
|
"optional": true,
|
|
2247
2405
|
"required": false
|
|
2248
2406
|
},
|
|
2407
|
+
{
|
|
2408
|
+
"name": "invalidDateMessage",
|
|
2409
|
+
"type": "string",
|
|
2410
|
+
"complexType": {
|
|
2411
|
+
"original": "string",
|
|
2412
|
+
"resolved": "string",
|
|
2413
|
+
"references": {}
|
|
2414
|
+
},
|
|
2415
|
+
"mutable": false,
|
|
2416
|
+
"attr": "invalid-date-message",
|
|
2417
|
+
"reflectToAttr": false,
|
|
2418
|
+
"docs": "The text to display as the validation message when an invalid date is entered.",
|
|
2419
|
+
"docsTags": [],
|
|
2420
|
+
"default": "\"Please enter a valid date.\"",
|
|
2421
|
+
"values": [
|
|
2422
|
+
{
|
|
2423
|
+
"type": "string"
|
|
2424
|
+
}
|
|
2425
|
+
],
|
|
2426
|
+
"optional": true,
|
|
2427
|
+
"required": false
|
|
2428
|
+
},
|
|
2249
2429
|
{
|
|
2250
2430
|
"name": "label",
|
|
2251
2431
|
"type": "string",
|
|
@@ -3045,6 +3225,34 @@
|
|
|
3045
3225
|
"optional": true,
|
|
3046
3226
|
"required": false
|
|
3047
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
|
+
},
|
|
3048
3256
|
{
|
|
3049
3257
|
"name": "value",
|
|
3050
3258
|
"type": "string | string[]",
|
|
@@ -3597,6 +3805,28 @@
|
|
|
3597
3805
|
"docsTags": [],
|
|
3598
3806
|
"usage": {},
|
|
3599
3807
|
"props": [
|
|
3808
|
+
{
|
|
3809
|
+
"name": "charactersUntilSuggestions",
|
|
3810
|
+
"type": "number",
|
|
3811
|
+
"complexType": {
|
|
3812
|
+
"original": "number",
|
|
3813
|
+
"resolved": "number",
|
|
3814
|
+
"references": {}
|
|
3815
|
+
},
|
|
3816
|
+
"mutable": false,
|
|
3817
|
+
"attr": "characters-until-suggestions",
|
|
3818
|
+
"reflectToAttr": false,
|
|
3819
|
+
"docs": "**[DEPRECATED]** This prop should not be used anymore.",
|
|
3820
|
+
"docsTags": [],
|
|
3821
|
+
"default": "0",
|
|
3822
|
+
"values": [
|
|
3823
|
+
{
|
|
3824
|
+
"type": "number"
|
|
3825
|
+
}
|
|
3826
|
+
],
|
|
3827
|
+
"optional": true,
|
|
3828
|
+
"required": false
|
|
3829
|
+
},
|
|
3600
3830
|
{
|
|
3601
3831
|
"name": "debounce",
|
|
3602
3832
|
"type": "number",
|
|
@@ -3620,7 +3850,7 @@
|
|
|
3620
3850
|
"required": false
|
|
3621
3851
|
},
|
|
3622
3852
|
{
|
|
3623
|
-
"name": "
|
|
3853
|
+
"name": "disableFilter",
|
|
3624
3854
|
"type": "boolean",
|
|
3625
3855
|
"complexType": {
|
|
3626
3856
|
"original": "boolean",
|
|
@@ -3628,7 +3858,7 @@
|
|
|
3628
3858
|
"references": {}
|
|
3629
3859
|
},
|
|
3630
3860
|
"mutable": false,
|
|
3631
|
-
"attr": "disable-
|
|
3861
|
+
"attr": "disable-filter",
|
|
3632
3862
|
"reflectToAttr": false,
|
|
3633
3863
|
"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.",
|
|
3634
3864
|
"docsTags": [],
|
|
@@ -3706,6 +3936,111 @@
|
|
|
3706
3936
|
"optional": true,
|
|
3707
3937
|
"required": false
|
|
3708
3938
|
},
|
|
3939
|
+
{
|
|
3940
|
+
"name": "formaction",
|
|
3941
|
+
"type": "string",
|
|
3942
|
+
"complexType": {
|
|
3943
|
+
"original": "string",
|
|
3944
|
+
"resolved": "string",
|
|
3945
|
+
"references": {}
|
|
3946
|
+
},
|
|
3947
|
+
"mutable": false,
|
|
3948
|
+
"attr": "formaction",
|
|
3949
|
+
"reflectToAttr": false,
|
|
3950
|
+
"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.",
|
|
3951
|
+
"docsTags": [],
|
|
3952
|
+
"values": [
|
|
3953
|
+
{
|
|
3954
|
+
"type": "string"
|
|
3955
|
+
}
|
|
3956
|
+
],
|
|
3957
|
+
"optional": true,
|
|
3958
|
+
"required": false
|
|
3959
|
+
},
|
|
3960
|
+
{
|
|
3961
|
+
"name": "formenctype",
|
|
3962
|
+
"type": "string",
|
|
3963
|
+
"complexType": {
|
|
3964
|
+
"original": "string",
|
|
3965
|
+
"resolved": "string",
|
|
3966
|
+
"references": {}
|
|
3967
|
+
},
|
|
3968
|
+
"mutable": false,
|
|
3969
|
+
"attr": "formenctype",
|
|
3970
|
+
"reflectToAttr": false,
|
|
3971
|
+
"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.",
|
|
3972
|
+
"docsTags": [],
|
|
3973
|
+
"values": [
|
|
3974
|
+
{
|
|
3975
|
+
"type": "string"
|
|
3976
|
+
}
|
|
3977
|
+
],
|
|
3978
|
+
"optional": true,
|
|
3979
|
+
"required": false
|
|
3980
|
+
},
|
|
3981
|
+
{
|
|
3982
|
+
"name": "formmethod",
|
|
3983
|
+
"type": "string",
|
|
3984
|
+
"complexType": {
|
|
3985
|
+
"original": "string",
|
|
3986
|
+
"resolved": "string",
|
|
3987
|
+
"references": {}
|
|
3988
|
+
},
|
|
3989
|
+
"mutable": false,
|
|
3990
|
+
"attr": "formmethod",
|
|
3991
|
+
"reflectToAttr": false,
|
|
3992
|
+
"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.",
|
|
3993
|
+
"docsTags": [],
|
|
3994
|
+
"values": [
|
|
3995
|
+
{
|
|
3996
|
+
"type": "string"
|
|
3997
|
+
}
|
|
3998
|
+
],
|
|
3999
|
+
"optional": true,
|
|
4000
|
+
"required": false
|
|
4001
|
+
},
|
|
4002
|
+
{
|
|
4003
|
+
"name": "formnovalidate",
|
|
4004
|
+
"type": "boolean",
|
|
4005
|
+
"complexType": {
|
|
4006
|
+
"original": "boolean",
|
|
4007
|
+
"resolved": "boolean",
|
|
4008
|
+
"references": {}
|
|
4009
|
+
},
|
|
4010
|
+
"mutable": false,
|
|
4011
|
+
"attr": "formnovalidate",
|
|
4012
|
+
"reflectToAttr": false,
|
|
4013
|
+
"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.",
|
|
4014
|
+
"docsTags": [],
|
|
4015
|
+
"values": [
|
|
4016
|
+
{
|
|
4017
|
+
"type": "boolean"
|
|
4018
|
+
}
|
|
4019
|
+
],
|
|
4020
|
+
"optional": true,
|
|
4021
|
+
"required": false
|
|
4022
|
+
},
|
|
4023
|
+
{
|
|
4024
|
+
"name": "formtarget",
|
|
4025
|
+
"type": "string",
|
|
4026
|
+
"complexType": {
|
|
4027
|
+
"original": "string",
|
|
4028
|
+
"resolved": "string",
|
|
4029
|
+
"references": {}
|
|
4030
|
+
},
|
|
4031
|
+
"mutable": false,
|
|
4032
|
+
"attr": "formtarget",
|
|
4033
|
+
"reflectToAttr": false,
|
|
4034
|
+
"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.",
|
|
4035
|
+
"docsTags": [],
|
|
4036
|
+
"values": [
|
|
4037
|
+
{
|
|
4038
|
+
"type": "string"
|
|
4039
|
+
}
|
|
4040
|
+
],
|
|
4041
|
+
"optional": true,
|
|
4042
|
+
"required": false
|
|
4043
|
+
},
|
|
3709
4044
|
{
|
|
3710
4045
|
"name": "fullWidth",
|
|
3711
4046
|
"type": "boolean",
|
|
@@ -4176,6 +4511,28 @@
|
|
|
4176
4511
|
"optional": true,
|
|
4177
4512
|
"required": false
|
|
4178
4513
|
},
|
|
4514
|
+
{
|
|
4515
|
+
"name": "small",
|
|
4516
|
+
"type": "boolean",
|
|
4517
|
+
"complexType": {
|
|
4518
|
+
"original": "boolean",
|
|
4519
|
+
"resolved": "boolean",
|
|
4520
|
+
"references": {}
|
|
4521
|
+
},
|
|
4522
|
+
"mutable": false,
|
|
4523
|
+
"attr": "small",
|
|
4524
|
+
"reflectToAttr": false,
|
|
4525
|
+
"docs": "**[DEPRECATED]** This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
4526
|
+
"docsTags": [],
|
|
4527
|
+
"default": "false",
|
|
4528
|
+
"values": [
|
|
4529
|
+
{
|
|
4530
|
+
"type": "boolean"
|
|
4531
|
+
}
|
|
4532
|
+
],
|
|
4533
|
+
"optional": true,
|
|
4534
|
+
"required": false
|
|
4535
|
+
},
|
|
4179
4536
|
{
|
|
4180
4537
|
"name": "timeout",
|
|
4181
4538
|
"type": "number",
|
|
@@ -4986,7 +5343,12 @@
|
|
|
4986
5343
|
"path": "src/components/ic-card-horizontal/ic-card-horizontal.types.ts"
|
|
4987
5344
|
},
|
|
4988
5345
|
"src/components/ic-data-table/ic-data-table.types.tsx::IcDataTableColumnObject": {
|
|
4989
|
-
"declaration": "{\n key: string;\n title: string;\n dataType: IcDataTableColumnDataTypes;\n columnAlignment?: {\n horizontal?: string;\n vertical?: string;\n };\n rowOptions?:
|
|
5346
|
+
"declaration": "{\n key: string;\n title: string;\n dataType: IcDataTableColumnDataTypes;\n columnAlignment?: {\n horizontal?: string;\n vertical?: string;\n };\n rowOptions?: {\n textWrap: boolean;\n };\n columnWidth?: string | IcDataTableColumnWidthTypes;\n textWrap?: boolean;\n cellAlignment?: string;\n emphasis?: string;\n colspan?: number;\n icon?: {\n icon: string;\n onAllCells?: boolean;\n hideOnHeader?: boolean;\n };\n}",
|
|
5347
|
+
"docstring": "",
|
|
5348
|
+
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5349
|
+
},
|
|
5350
|
+
"src/components/ic-data-table/ic-data-table.types.tsx::IcDataTableDataType": {
|
|
5351
|
+
"declaration": "{ [key: string]: any }",
|
|
4990
5352
|
"docstring": "",
|
|
4991
5353
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
4992
5354
|
},
|
|
@@ -5020,6 +5382,11 @@
|
|
|
5020
5382
|
"docstring": "",
|
|
5021
5383
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5022
5384
|
},
|
|
5385
|
+
"src/components/ic-data-table/ic-data-table.types.tsx::IcSortEventDetail": {
|
|
5386
|
+
"declaration": "export interface IcSortEventDetail {\n columnName: string;\n sorted: IcDataTableSortOrderOptions;\n}",
|
|
5387
|
+
"docstring": "",
|
|
5388
|
+
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5389
|
+
},
|
|
5023
5390
|
"../web-components/dist/types/components/ic-pagination/ic-pagination.types.d.ts::IcPaginationAlignmentOptions": {
|
|
5024
5391
|
"declaration": "export type IcPaginationAlignmentOptions = \"left\" | \"right\" | \"space-between\";",
|
|
5025
5392
|
"docstring": "",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "mi6",
|
|
3
3
|
"name": "@ukic/canary-docs",
|
|
4
|
-
"version": "2.0.0-canary.
|
|
4
|
+
"version": "2.0.0-canary.21",
|
|
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": "9c268801ebc8da41901291fe13ff157a6211fbbd"
|
|
22
22
|
}
|