@ukic/canary-docs 3.0.0-canary.14 → 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 +46 -8
- 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"
|
|
@@ -1429,7 +1429,7 @@
|
|
|
1429
1429
|
"detail": "{ row: IcDataTableDataType | null; selectedRows: IcDataTableDataType[]; }",
|
|
1430
1430
|
"bubbles": true,
|
|
1431
1431
|
"complexType": {
|
|
1432
|
-
"original": "{\
|
|
1432
|
+
"original": "{\n row: IcDataTableDataType | null;\n selectedRows: IcDataTableDataType[];\n }",
|
|
1433
1433
|
"resolved": "{ row: IcDataTableDataType | null; selectedRows: IcDataTableDataType[]; }",
|
|
1434
1434
|
"references": {
|
|
1435
1435
|
"IcDataTableDataType": {
|
|
@@ -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",
|
|
@@ -4643,6 +4667,20 @@
|
|
|
4643
4667
|
}
|
|
4644
4668
|
],
|
|
4645
4669
|
"events": [
|
|
4670
|
+
{
|
|
4671
|
+
"event": "icTreeItemExpanded",
|
|
4672
|
+
"detail": "{ isExpanded: boolean; }",
|
|
4673
|
+
"bubbles": true,
|
|
4674
|
+
"complexType": {
|
|
4675
|
+
"original": "{ isExpanded: boolean }",
|
|
4676
|
+
"resolved": "{ isExpanded: boolean; }",
|
|
4677
|
+
"references": {}
|
|
4678
|
+
},
|
|
4679
|
+
"cancelable": true,
|
|
4680
|
+
"composed": true,
|
|
4681
|
+
"docs": "Emitted when tree item is expanded.",
|
|
4682
|
+
"docsTags": []
|
|
4683
|
+
},
|
|
4646
4684
|
{
|
|
4647
4685
|
"event": "icTreeItemSelected",
|
|
4648
4686
|
"detail": "{ id: string; }",
|
|
@@ -4979,7 +5017,7 @@
|
|
|
4979
5017
|
"path": "../web-components/dist/types/interface.d.ts"
|
|
4980
5018
|
},
|
|
4981
5019
|
"src/components/ic-data-table/ic-data-table.types.tsx::IcDataTableColumnObject": {
|
|
4982
|
-
"declaration": "{\
|
|
5020
|
+
"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 excludeColumnFromSort?: boolean;\n}",
|
|
4983
5021
|
"docstring": "",
|
|
4984
5022
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
4985
5023
|
},
|
|
@@ -4999,12 +5037,12 @@
|
|
|
4999
5037
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5000
5038
|
},
|
|
5001
5039
|
"src/utils/types.ts::IcPaginationBarOptions": {
|
|
5002
|
-
"declaration": "export interface IcPaginationBarOptions {\
|
|
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}",
|
|
5003
5041
|
"docstring": "",
|
|
5004
5042
|
"path": "src/utils/types.ts"
|
|
5005
5043
|
},
|
|
5006
5044
|
"src/components/ic-data-table/ic-data-table.types.tsx::IcDataTableSortOrderOptions": {
|
|
5007
|
-
"declaration": "export type IcDataTableSortOrderOptions =\
|
|
5045
|
+
"declaration": "export type IcDataTableSortOrderOptions =\n | \"unsorted\"\n | \"ascending\"\n | \"descending\";",
|
|
5008
5046
|
"docstring": "",
|
|
5009
5047
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5010
5048
|
},
|
|
@@ -5019,7 +5057,7 @@
|
|
|
5019
5057
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5020
5058
|
},
|
|
5021
5059
|
"src/components/ic-data-table/ic-data-table.types.tsx::IcSortEventDetail": {
|
|
5022
|
-
"declaration": "export interface IcSortEventDetail {\
|
|
5060
|
+
"declaration": "export interface IcSortEventDetail {\n columnName: string;\n sorted: IcDataTableSortOrderOptions;\n}",
|
|
5023
5061
|
"docstring": "",
|
|
5024
5062
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5025
5063
|
},
|
|
@@ -5044,7 +5082,7 @@
|
|
|
5044
5082
|
"path": "src/components/ic-pagination-bar/ic-pagination-bar.types.ts"
|
|
5045
5083
|
},
|
|
5046
5084
|
"src/components/ic-data-table/ic-data-table.types.tsx::IcDensityUpdateEventDetail": {
|
|
5047
|
-
"declaration": "export interface IcDensityUpdateEventDetail {\
|
|
5085
|
+
"declaration": "export interface IcDensityUpdateEventDetail {\n value: IcDataTableDensityOptions;\n}",
|
|
5048
5086
|
"docstring": "",
|
|
5049
5087
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5050
5088
|
},
|
|
@@ -5054,7 +5092,7 @@
|
|
|
5054
5092
|
"path": "src/utils/types.ts"
|
|
5055
5093
|
},
|
|
5056
5094
|
"src/utils/types.ts::IcWeekDays": {
|
|
5057
|
-
"declaration": "export enum IcWeekDays {\
|
|
5095
|
+
"declaration": "export enum IcWeekDays {\n Sunday = 0,\n Monday = 1,\n Tuesday = 2,\n Wednesday = 3,\n Thursday = 4,\n Friday = 5,\n Saturday = 6,\n}",
|
|
5058
5096
|
"docstring": "",
|
|
5059
5097
|
"path": "src/utils/types.ts"
|
|
5060
5098
|
},
|
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
|
}
|