@ukic/canary-docs 2.0.0-canary.26 → 2.0.0-canary.27

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.
Files changed (2) hide show
  1. package/docs.json +64 -6
  2. package/package.json +2 -2
package/docs.json CHANGED
@@ -644,6 +644,28 @@
644
644
  "optional": true,
645
645
  "required": false
646
646
  },
647
+ {
648
+ "name": "highlightSelectedRow",
649
+ "type": "boolean",
650
+ "complexType": {
651
+ "original": "boolean",
652
+ "resolved": "boolean",
653
+ "references": {}
654
+ },
655
+ "mutable": false,
656
+ "attr": "highlight-selected-row",
657
+ "reflectToAttr": false,
658
+ "docs": "If `true`, the selected row is highlighted using a background colour.",
659
+ "docsTags": [],
660
+ "default": "true",
661
+ "values": [
662
+ {
663
+ "type": "boolean"
664
+ }
665
+ ],
666
+ "optional": true,
667
+ "required": false
668
+ },
647
669
  {
648
670
  "name": "loading",
649
671
  "type": "boolean",
@@ -668,10 +690,10 @@
668
690
  },
669
691
  {
670
692
  "name": "loadingOptions",
671
- "type": "{ appearance?: IcThemeForegroundNoDefault; description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; showBackground?: boolean; }",
693
+ "type": "{ appearance?: IcThemeForegroundNoDefault; description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; showBackground?: boolean; overlay?: boolean; }",
672
694
  "complexType": {
673
- "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 }",
674
- "resolved": "{ appearance?: IcThemeForegroundNoDefault; description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; showBackground?: boolean; }",
695
+ "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 overlay?: boolean;\n }",
696
+ "resolved": "{ appearance?: IcThemeForegroundNoDefault; description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; showBackground?: boolean; overlay?: boolean; }",
675
697
  "references": {
676
698
  "IcThemeForegroundNoDefault": {
677
699
  "location": "import",
@@ -686,7 +708,7 @@
686
708
  "docsTags": [],
687
709
  "values": [
688
710
  {
689
- "type": "{ appearance?: IcThemeForegroundNoDefault; description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; showBackground?: boolean; }"
711
+ "type": "{ appearance?: IcThemeForegroundNoDefault; description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; showBackground?: boolean; overlay?: boolean; }"
690
712
  }
691
713
  ],
692
714
  "optional": true,
@@ -774,7 +796,7 @@
774
796
  "reflectToAttr": false,
775
797
  "docs": "Sets the props for the built-in pagination bar. If the `pagination-bar` slot is used then this prop is ignored.",
776
798
  "docsTags": [],
777
- "default": "{\n itemsPerPageOptions: [\n { label: \"10\", value: \"10\" },\n { label: \"25\", value: \"25\" },\n { label: \"50\", value: \"50\" },\n ],\n rangeLabelType: \"page\",\n type: \"simple\",\n showItemsPerPageControl: true,\n showGoToPageControl: true,\n alignment: \"right\",\n appearance: \"default\",\n itemLabel: \"Item\",\n pageLabel: \"Page\",\n hideRangeLabel: false,\n hideAllFromItemsPerPage: false,\n }",
799
+ "default": "{\n itemsPerPageOptions: [\n { label: \"10\", value: \"10\" },\n { label: \"25\", value: \"25\" },\n { label: \"50\", value: \"50\" },\n ],\n rangeLabelType: \"page\",\n type: \"simple\",\n showItemsPerPageControl: true,\n showGoToPageControl: true,\n alignment: \"right\",\n appearance: \"default\",\n itemLabel: \"Item\",\n pageLabel: \"Page\",\n hideRangeLabel: false,\n hideAllFromItemsPerPage: false,\n setToFirstPageOnPaginationChange: false,\n }",
778
800
  "values": [
779
801
  {
780
802
  "type": "IcPaginationBarOptions"
@@ -1104,6 +1126,20 @@
1104
1126
  "docs": "Emitted when the `globalRowHeight` or `variableRowHeight` properties change in the data table.",
1105
1127
  "docsTags": []
1106
1128
  },
1129
+ {
1130
+ "event": "icSelectedRowChange",
1131
+ "detail": "object",
1132
+ "bubbles": true,
1133
+ "complexType": {
1134
+ "original": "object",
1135
+ "resolved": "object",
1136
+ "references": {}
1137
+ },
1138
+ "cancelable": true,
1139
+ "composed": true,
1140
+ "docs": "Emitted when the selected row changes in the data table.",
1141
+ "docsTags": []
1142
+ },
1107
1143
  {
1108
1144
  "event": "icSortChange",
1109
1145
  "detail": "IcSortEventDetail",
@@ -3697,6 +3733,28 @@
3697
3733
  "optional": true,
3698
3734
  "required": false
3699
3735
  },
3736
+ {
3737
+ "name": "setToFirstPageOnPaginationChange",
3738
+ "type": "boolean",
3739
+ "complexType": {
3740
+ "original": "boolean",
3741
+ "resolved": "boolean",
3742
+ "references": {}
3743
+ },
3744
+ "mutable": false,
3745
+ "attr": "set-to-first-page-on-pagination-change",
3746
+ "reflectToAttr": false,
3747
+ "docs": "If `true`, the pagination bar is set to the first page when the 'items per page' changes",
3748
+ "docsTags": [],
3749
+ "default": "false",
3750
+ "values": [
3751
+ {
3752
+ "type": "boolean"
3753
+ }
3754
+ ],
3755
+ "optional": true,
3756
+ "required": false
3757
+ },
3700
3758
  {
3701
3759
  "name": "showGoToPageControl",
3702
3760
  "type": "boolean",
@@ -5571,7 +5629,7 @@
5571
5629
  "path": "../web-components/dist/types/utils/types.d.ts"
5572
5630
  },
5573
5631
  "src/utils/types.ts::IcPaginationBarOptions": {
5574
- "declaration": "export interface IcPaginationBarOptions {\n itemsPerPageOptions?: { label: string; value: string }[];\n rangeLabelType?: IcPaginationLabelTypes;\n type?: IcPaginationTypes;\n showItemsPerPageControl?: boolean;\n showGoToPageControl?: boolean;\n alignment?: IcPaginationAlignmentOptions;\n appearance?: IcThemeForeground;\n itemLabel?: string;\n pageLabel?: string;\n hideRangeLabel?: boolean;\n hideAllFromItemsPerPage?: boolean;\n}",
5632
+ "declaration": "export interface IcPaginationBarOptions {\n itemsPerPageOptions?: { label: string; value: string }[];\n rangeLabelType?: IcPaginationLabelTypes;\n type?: IcPaginationTypes;\n showItemsPerPageControl?: boolean;\n showGoToPageControl?: boolean;\n alignment?: IcPaginationAlignmentOptions;\n appearance?: IcThemeForeground;\n itemLabel?: string;\n pageLabel?: string;\n hideRangeLabel?: boolean;\n hideAllFromItemsPerPage?: boolean;\n setToFirstPageOnPaginationChange?: boolean;\n}",
5575
5633
  "docstring": "",
5576
5634
  "path": "src/utils/types.ts"
5577
5635
  },
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.26",
4
+ "version": "2.0.0-canary.27",
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": "f980df4943f525b9ff377a859284bec90a5725da"
21
+ "gitHead": "6933256d2e62a911545e88614bf8283471bc0331"
22
22
  }