@ukic/canary-docs 3.0.0-canary.15 → 3.0.0-canary.16
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 +26 -2
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -948,7 +948,7 @@
|
|
|
948
948
|
"reflectToAttr": false,
|
|
949
949
|
"docs": "Sets the props for the built-in pagination bar. If the `pagination-bar` slot is used then this prop is ignored.",
|
|
950
950
|
"docsTags": [],
|
|
951
|
-
"default": "{\n alignment: \"right\",\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 monochrome: false,\n pageLabel: \"Page\",\n rangeLabelType: \"page\",\n selectedItemsPerPage: 10,\n setToFirstPageOnPaginationChange: false,\n showGoToPageControl: true,\n showItemsPerPageControl: true,\n type: \"simple\",\n }",
|
|
951
|
+
"default": "{\n alignment: \"right\",\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 monochrome: false,\n pageLabel: \"Page\",\n rangeLabelType: \"page\",\n selectedItemsPerPage: 10,\n selectItemsPerPageOnEnter: true,\n setToFirstPageOnPaginationChange: false,\n showGoToPageControl: true,\n showItemsPerPageControl: true,\n type: \"simple\",\n }",
|
|
952
952
|
"values": [
|
|
953
953
|
{
|
|
954
954
|
"type": "IcPaginationBarOptions"
|
|
@@ -3935,6 +3935,30 @@
|
|
|
3935
3935
|
"getter": false,
|
|
3936
3936
|
"setter": false
|
|
3937
3937
|
},
|
|
3938
|
+
{
|
|
3939
|
+
"name": "selectItemsPerPageOnEnter",
|
|
3940
|
+
"type": "boolean",
|
|
3941
|
+
"complexType": {
|
|
3942
|
+
"original": "boolean",
|
|
3943
|
+
"resolved": "boolean",
|
|
3944
|
+
"references": {}
|
|
3945
|
+
},
|
|
3946
|
+
"mutable": false,
|
|
3947
|
+
"attr": "select-items-per-page-on-enter",
|
|
3948
|
+
"reflectToAttr": false,
|
|
3949
|
+
"docs": "If `false`, the value in the items per page control will be set immediately on ArrowUp and ArrowDown instead of when Enter is pressed.",
|
|
3950
|
+
"docsTags": [],
|
|
3951
|
+
"default": "true",
|
|
3952
|
+
"values": [
|
|
3953
|
+
{
|
|
3954
|
+
"type": "boolean"
|
|
3955
|
+
}
|
|
3956
|
+
],
|
|
3957
|
+
"optional": false,
|
|
3958
|
+
"required": false,
|
|
3959
|
+
"getter": false,
|
|
3960
|
+
"setter": false
|
|
3961
|
+
},
|
|
3938
3962
|
{
|
|
3939
3963
|
"name": "selectedItemsPerPage",
|
|
3940
3964
|
"type": "number | undefined",
|
|
@@ -5013,7 +5037,7 @@
|
|
|
5013
5037
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5014
5038
|
},
|
|
5015
5039
|
"src/utils/types.ts::IcPaginationBarOptions": {
|
|
5016
|
-
"declaration": "export interface IcPaginationBarOptions {\n alignment?: IcPaginationAlignmentOptions;\n hideAllFromItemsPerPage?: boolean;\n hideRangeLabel?: boolean;\n itemLabel?: string;\n itemsPerPageOptions?: { label: string; value: string }[];\n monochrome?: boolean;\n pageLabel?: string;\n rangeLabelType?: IcPaginationLabelTypes;\n selectedItemsPerPage?: number;\n setToFirstPageOnPaginationChange?: boolean;\n showGoToPageControl?: boolean;\n showItemsPerPageControl?: boolean;\n theme?: IcThemeMode;\n type?: IcPaginationTypes;\n}",
|
|
5040
|
+
"declaration": "export interface IcPaginationBarOptions {\n alignment?: IcPaginationAlignmentOptions;\n hideAllFromItemsPerPage?: boolean;\n hideRangeLabel?: boolean;\n itemLabel?: string;\n itemsPerPageOptions?: { label: string; value: string }[];\n monochrome?: boolean;\n pageLabel?: string;\n rangeLabelType?: IcPaginationLabelTypes;\n selectedItemsPerPage?: number;\n selectItemsPerPageOnEnter?: boolean;\n setToFirstPageOnPaginationChange?: boolean;\n showGoToPageControl?: boolean;\n showItemsPerPageControl?: boolean;\n theme?: IcThemeMode;\n type?: IcPaginationTypes;\n}",
|
|
5017
5041
|
"docstring": "",
|
|
5018
5042
|
"path": "src/utils/types.ts"
|
|
5019
5043
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "mi6",
|
|
3
3
|
"name": "@ukic/canary-docs",
|
|
4
|
-
"version": "3.0.0-canary.
|
|
4
|
+
"version": "3.0.0-canary.16",
|
|
5
5
|
"description": "API documentation for @ukic canary components",
|
|
6
6
|
"main": "docs.json",
|
|
7
7
|
"types": "./docs.d.ts",
|
|
@@ -19,5 +19,5 @@
|
|
|
19
19
|
},
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"packageManager": "^npm@10.9.2",
|
|
22
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "f0716114394a6cd31b38fdee67d71042debdcb63"
|
|
23
23
|
}
|