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

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 +23 -2
  2. package/package.json +2 -2
package/docs.json CHANGED
@@ -796,7 +796,7 @@
796
796
  "reflectToAttr": false,
797
797
  "docs": "Sets the props for the built-in pagination bar. If the `pagination-bar` slot is used then this prop is ignored.",
798
798
  "docsTags": [],
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 }",
799
+ "default": "{\n alignment: \"right\",\n appearance: \"default\",\n hideAllFromItemsPerPage: false,\n hideRangeLabel: false,\n itemLabel: \"Item\",\n itemsPerPageOptions: [\n { label: \"10\", value: \"10\" },\n { label: \"25\", value: \"25\" },\n { label: \"50\", value: \"50\" },\n ],\n pageLabel: \"Page\",\n rangeLabelType: \"page\",\n selectedItemsPerPage: 10,\n setToFirstPageOnPaginationChange: false,\n showGoToPageControl: true,\n showItemsPerPageControl: true,\n type: \"simple\",\n }",
800
800
  "values": [
801
801
  {
802
802
  "type": "IcPaginationBarOptions"
@@ -3733,6 +3733,27 @@
3733
3733
  "optional": true,
3734
3734
  "required": false
3735
3735
  },
3736
+ {
3737
+ "name": "selectedItemsPerPage",
3738
+ "type": "number",
3739
+ "complexType": {
3740
+ "original": "number",
3741
+ "resolved": "number",
3742
+ "references": {}
3743
+ },
3744
+ "mutable": false,
3745
+ "attr": "selected-items-per-page",
3746
+ "reflectToAttr": false,
3747
+ "docs": "The items per page option to be selected.",
3748
+ "docsTags": [],
3749
+ "values": [
3750
+ {
3751
+ "type": "number"
3752
+ }
3753
+ ],
3754
+ "optional": true,
3755
+ "required": false
3756
+ },
3736
3757
  {
3737
3758
  "name": "setToFirstPageOnPaginationChange",
3738
3759
  "type": "boolean",
@@ -5629,7 +5650,7 @@
5629
5650
  "path": "../web-components/dist/types/utils/types.d.ts"
5630
5651
  },
5631
5652
  "src/utils/types.ts::IcPaginationBarOptions": {
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}",
5653
+ "declaration": "export interface IcPaginationBarOptions {\n alignment?: IcPaginationAlignmentOptions;\n appearance?: IcThemeForeground;\n hideAllFromItemsPerPage?: boolean;\n hideRangeLabel?: boolean;\n itemLabel?: string;\n itemsPerPageOptions?: { label: string; value: string }[];\n pageLabel?: string;\n rangeLabelType?: IcPaginationLabelTypes;\n selectedItemsPerPage?: number;\n setToFirstPageOnPaginationChange?: boolean;\n showGoToPageControl?: boolean;\n showItemsPerPageControl?: boolean;\n type?: IcPaginationTypes;\n}",
5633
5654
  "docstring": "",
5634
5655
  "path": "src/utils/types.ts"
5635
5656
  },
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.27",
4
+ "version": "2.0.0-canary.28",
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": "6933256d2e62a911545e88614bf8283471bc0331"
21
+ "gitHead": "50e18940c1f563ed4196fdd9b25e3e3fbeae8b0d"
22
22
  }