@ukic/canary-docs 3.0.0-canary.14 → 3.0.0-canary.15
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 +21 -7
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -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": {
|
|
@@ -4643,6 +4643,20 @@
|
|
|
4643
4643
|
}
|
|
4644
4644
|
],
|
|
4645
4645
|
"events": [
|
|
4646
|
+
{
|
|
4647
|
+
"event": "icTreeItemExpanded",
|
|
4648
|
+
"detail": "{ isExpanded: boolean; }",
|
|
4649
|
+
"bubbles": true,
|
|
4650
|
+
"complexType": {
|
|
4651
|
+
"original": "{ isExpanded: boolean }",
|
|
4652
|
+
"resolved": "{ isExpanded: boolean; }",
|
|
4653
|
+
"references": {}
|
|
4654
|
+
},
|
|
4655
|
+
"cancelable": true,
|
|
4656
|
+
"composed": true,
|
|
4657
|
+
"docs": "Emitted when tree item is expanded.",
|
|
4658
|
+
"docsTags": []
|
|
4659
|
+
},
|
|
4646
4660
|
{
|
|
4647
4661
|
"event": "icTreeItemSelected",
|
|
4648
4662
|
"detail": "{ id: string; }",
|
|
@@ -4979,7 +4993,7 @@
|
|
|
4979
4993
|
"path": "../web-components/dist/types/interface.d.ts"
|
|
4980
4994
|
},
|
|
4981
4995
|
"src/components/ic-data-table/ic-data-table.types.tsx::IcDataTableColumnObject": {
|
|
4982
|
-
"declaration": "{\
|
|
4996
|
+
"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
4997
|
"docstring": "",
|
|
4984
4998
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
4985
4999
|
},
|
|
@@ -4999,12 +5013,12 @@
|
|
|
4999
5013
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5000
5014
|
},
|
|
5001
5015
|
"src/utils/types.ts::IcPaginationBarOptions": {
|
|
5002
|
-
"declaration": "export interface 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}",
|
|
5003
5017
|
"docstring": "",
|
|
5004
5018
|
"path": "src/utils/types.ts"
|
|
5005
5019
|
},
|
|
5006
5020
|
"src/components/ic-data-table/ic-data-table.types.tsx::IcDataTableSortOrderOptions": {
|
|
5007
|
-
"declaration": "export type IcDataTableSortOrderOptions =\
|
|
5021
|
+
"declaration": "export type IcDataTableSortOrderOptions =\n | \"unsorted\"\n | \"ascending\"\n | \"descending\";",
|
|
5008
5022
|
"docstring": "",
|
|
5009
5023
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5010
5024
|
},
|
|
@@ -5019,7 +5033,7 @@
|
|
|
5019
5033
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5020
5034
|
},
|
|
5021
5035
|
"src/components/ic-data-table/ic-data-table.types.tsx::IcSortEventDetail": {
|
|
5022
|
-
"declaration": "export interface IcSortEventDetail {\
|
|
5036
|
+
"declaration": "export interface IcSortEventDetail {\n columnName: string;\n sorted: IcDataTableSortOrderOptions;\n}",
|
|
5023
5037
|
"docstring": "",
|
|
5024
5038
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5025
5039
|
},
|
|
@@ -5044,7 +5058,7 @@
|
|
|
5044
5058
|
"path": "src/components/ic-pagination-bar/ic-pagination-bar.types.ts"
|
|
5045
5059
|
},
|
|
5046
5060
|
"src/components/ic-data-table/ic-data-table.types.tsx::IcDensityUpdateEventDetail": {
|
|
5047
|
-
"declaration": "export interface IcDensityUpdateEventDetail {\
|
|
5061
|
+
"declaration": "export interface IcDensityUpdateEventDetail {\n value: IcDataTableDensityOptions;\n}",
|
|
5048
5062
|
"docstring": "",
|
|
5049
5063
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5050
5064
|
},
|
|
@@ -5054,7 +5068,7 @@
|
|
|
5054
5068
|
"path": "src/utils/types.ts"
|
|
5055
5069
|
},
|
|
5056
5070
|
"src/utils/types.ts::IcWeekDays": {
|
|
5057
|
-
"declaration": "export enum IcWeekDays {\
|
|
5071
|
+
"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
5072
|
"docstring": "",
|
|
5059
5073
|
"path": "src/utils/types.ts"
|
|
5060
5074
|
},
|
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.15",
|
|
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": "c5aacb4fbd31c869f377411da6561eb6a2645966"
|
|
23
23
|
}
|