@ukic/canary-docs 3.0.0-canary.17 → 3.0.0-canary.18
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 +62 -35
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"filePath": "src/components/ic-card-horizontal/ic-card-horizontal.tsx",
|
|
10
10
|
"encapsulation": "shadow",
|
|
11
11
|
"tag": "ic-card-horizontal",
|
|
12
|
-
"readme": "# ic-horizontal-card\
|
|
12
|
+
"readme": "# ic-horizontal-card\n\n\n",
|
|
13
13
|
"docs": "",
|
|
14
14
|
"docsTags": [
|
|
15
15
|
{
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
"filePath": "src/components/ic-data-table/ic-data-table.tsx",
|
|
473
473
|
"encapsulation": "shadow",
|
|
474
474
|
"tag": "ic-data-table",
|
|
475
|
-
"readme": "# ic-data-table\
|
|
475
|
+
"readme": "# ic-data-table\n\n\n",
|
|
476
476
|
"docs": "",
|
|
477
477
|
"docsTags": [
|
|
478
478
|
{
|
|
@@ -809,7 +809,7 @@
|
|
|
809
809
|
"name": "loadingOptions",
|
|
810
810
|
"type": "undefined | { description?: string | undefined; label?: string | undefined; labelDuration?: number | undefined; max?: number | undefined; min?: number | undefined; progress?: number | undefined; monochrome?: boolean | undefined; overlay?: boolean | undefined; }",
|
|
811
811
|
"complexType": {
|
|
812
|
-
"original": "{\
|
|
812
|
+
"original": "{\n description?: string;\n label?: string;\n labelDuration?: number;\n max?: number;\n min?: number;\n progress?: number;\n monochrome?: boolean;\n overlay?: boolean;\n }",
|
|
813
813
|
"resolved": "undefined | { description?: string | undefined; label?: string | undefined; labelDuration?: number | undefined; max?: number | undefined; min?: number | undefined; progress?: number | undefined; monochrome?: boolean | undefined; overlay?: boolean | undefined; }",
|
|
814
814
|
"references": {}
|
|
815
815
|
},
|
|
@@ -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": "{\
|
|
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"
|
|
@@ -1014,7 +1014,7 @@
|
|
|
1014
1014
|
"name": "sortOptions",
|
|
1015
1015
|
"type": "{ sortOrders: IcDataTableSortOrderOptions[]; defaultColumn?: string | undefined; }",
|
|
1016
1016
|
"complexType": {
|
|
1017
|
-
"original": "{\
|
|
1017
|
+
"original": "{\n sortOrders: IcDataTableSortOrderOptions[];\n defaultColumn?: string;\n }",
|
|
1018
1018
|
"resolved": "{ sortOrders: IcDataTableSortOrderOptions[]; defaultColumn?: string | undefined; }",
|
|
1019
1019
|
"references": {
|
|
1020
1020
|
"IcDataTableSortOrderOptions": {
|
|
@@ -1028,7 +1028,7 @@
|
|
|
1028
1028
|
"reflectToAttr": false,
|
|
1029
1029
|
"docs": "Sets the order columns will be sorted in and allows for 'default' sorts to be added.",
|
|
1030
1030
|
"docsTags": [],
|
|
1031
|
-
"default": "{\
|
|
1031
|
+
"default": "{\n sortOrders: [\"unsorted\", \"ascending\", \"descending\"],\n defaultColumn: \"\",\n }",
|
|
1032
1032
|
"values": [
|
|
1033
1033
|
{
|
|
1034
1034
|
"type": "{ sortOrders: IcDataTableSortOrderOptions[]; defaultColumn?: string"
|
|
@@ -1256,7 +1256,7 @@
|
|
|
1256
1256
|
"name": "updatingOptions",
|
|
1257
1257
|
"type": "undefined | { description?: string | undefined; max?: number | undefined; min?: number | undefined; progress?: number | undefined; monochrome?: boolean | undefined; }",
|
|
1258
1258
|
"complexType": {
|
|
1259
|
-
"original": "{\
|
|
1259
|
+
"original": "{\n description?: string;\n max?: number;\n min?: number;\n progress?: number;\n monochrome?: boolean;\n }",
|
|
1260
1260
|
"resolved": "undefined | { description?: string | undefined; max?: number | undefined; min?: number | undefined; progress?: number | undefined; monochrome?: boolean | undefined; }",
|
|
1261
1261
|
"references": {}
|
|
1262
1262
|
},
|
|
@@ -1296,7 +1296,7 @@
|
|
|
1296
1296
|
"name": "variableRowHeight",
|
|
1297
1297
|
"type": "((params: { [key: string]: any; index: number; }) => IcDataTableRowHeights | null) | undefined",
|
|
1298
1298
|
"complexType": {
|
|
1299
|
-
"original": "(params: {\
|
|
1299
|
+
"original": "(params: {\n [key: string]: any;\n index: number;\n }) => IcDataTableRowHeights | null",
|
|
1300
1300
|
"resolved": "((params: { [key: string]: any; index: number; }) => IcDataTableRowHeights | null) | undefined",
|
|
1301
1301
|
"references": {
|
|
1302
1302
|
"IcDataTableRowHeights": {
|
|
@@ -1308,7 +1308,7 @@
|
|
|
1308
1308
|
},
|
|
1309
1309
|
"mutable": true,
|
|
1310
1310
|
"reflectToAttr": false,
|
|
1311
|
-
"docs": "Allows for custom setting of row heights on individual rows based on an individual value from the `data` prop and the row index.\
|
|
1311
|
+
"docs": "Allows for custom setting of row heights on individual rows based on an individual value from the `data` prop and the row index.\nIf the function returns `null`, that row's height will be set to the `globalRowHeight` property.",
|
|
1312
1312
|
"docsTags": [],
|
|
1313
1313
|
"values": [
|
|
1314
1314
|
{
|
|
@@ -1457,7 +1457,7 @@
|
|
|
1457
1457
|
"detail": "{ row: IcDataTableDataType | null; selectedRows: IcDataTableDataType[]; }",
|
|
1458
1458
|
"bubbles": true,
|
|
1459
1459
|
"complexType": {
|
|
1460
|
-
"original": "{\
|
|
1460
|
+
"original": "{\n row: IcDataTableDataType | null;\n selectedRows: IcDataTableDataType[];\n }",
|
|
1461
1461
|
"resolved": "{ row: IcDataTableDataType | null; selectedRows: IcDataTableDataType[]; }",
|
|
1462
1462
|
"references": {
|
|
1463
1463
|
"IcDataTableDataType": {
|
|
@@ -1626,7 +1626,7 @@
|
|
|
1626
1626
|
"filePath": "src/components/ic-data-table-title-bar/ic-data-table-title-bar.tsx",
|
|
1627
1627
|
"encapsulation": "shadow",
|
|
1628
1628
|
"tag": "ic-data-table-title-bar",
|
|
1629
|
-
"readme": "# ic-data-table-title-bar\
|
|
1629
|
+
"readme": "# ic-data-table-title-bar\n\n\n",
|
|
1630
1630
|
"docs": "",
|
|
1631
1631
|
"docsTags": [
|
|
1632
1632
|
{
|
|
@@ -1846,7 +1846,7 @@
|
|
|
1846
1846
|
"filePath": "src/components/ic-date-input/ic-date-input.tsx",
|
|
1847
1847
|
"encapsulation": "shadow",
|
|
1848
1848
|
"tag": "ic-date-input",
|
|
1849
|
-
"readme": "# ic-date-input\
|
|
1849
|
+
"readme": "# ic-date-input\n\n\n",
|
|
1850
1850
|
"docs": "",
|
|
1851
1851
|
"docsTags": [
|
|
1852
1852
|
{
|
|
@@ -2265,7 +2265,7 @@
|
|
|
2265
2265
|
"mutable": false,
|
|
2266
2266
|
"attr": "max",
|
|
2267
2267
|
"reflectToAttr": false,
|
|
2268
|
-
"docs": "The latest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.\
|
|
2268
|
+
"docs": "The latest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.\nThe value of this prop is ignored if `disableFuture` is set to `true`.",
|
|
2269
2269
|
"docsTags": [],
|
|
2270
2270
|
"default": "\"\"",
|
|
2271
2271
|
"values": [
|
|
@@ -2297,7 +2297,7 @@
|
|
|
2297
2297
|
"mutable": false,
|
|
2298
2298
|
"attr": "min",
|
|
2299
2299
|
"reflectToAttr": false,
|
|
2300
|
-
"docs": "The earliest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.\
|
|
2300
|
+
"docs": "The earliest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.\nThe value of this prop is ignored if `disablePast` is set to `true`.",
|
|
2301
2301
|
"docsTags": [],
|
|
2302
2302
|
"default": "\"\"",
|
|
2303
2303
|
"values": [
|
|
@@ -2635,7 +2635,7 @@
|
|
|
2635
2635
|
"detail": "{ value: Date | null; dateObject: { day: string | null; month: string | null; year: string | null; }; utcValue: Date | null; }",
|
|
2636
2636
|
"bubbles": true,
|
|
2637
2637
|
"complexType": {
|
|
2638
|
-
"original": "{\
|
|
2638
|
+
"original": "{\n value: Date | null;\n dateObject: {\n day: string | null;\n month: string | null;\n year: string | null;\n };\n utcValue: Date | null;\n }",
|
|
2639
2639
|
"resolved": "{ value: Date | null; dateObject: { day: string | null; month: string | null; year: string | null; }; utcValue: Date | null; }",
|
|
2640
2640
|
"references": {
|
|
2641
2641
|
"Date": {
|
|
@@ -2722,7 +2722,7 @@
|
|
|
2722
2722
|
"filePath": "src/components/ic-date-picker/ic-date-picker.tsx",
|
|
2723
2723
|
"encapsulation": "shadow",
|
|
2724
2724
|
"tag": "ic-date-picker",
|
|
2725
|
-
"readme": "# ic-date-picker\
|
|
2725
|
+
"readme": "# ic-date-picker\n\n\n",
|
|
2726
2726
|
"docs": "",
|
|
2727
2727
|
"docsTags": [
|
|
2728
2728
|
{
|
|
@@ -3158,7 +3158,7 @@
|
|
|
3158
3158
|
"mutable": false,
|
|
3159
3159
|
"attr": "max",
|
|
3160
3160
|
"reflectToAttr": false,
|
|
3161
|
-
"docs": "The latest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.\
|
|
3161
|
+
"docs": "The latest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.\nThe value of this prop is ignored if `disableFuture` is set to `true`.",
|
|
3162
3162
|
"docsTags": [],
|
|
3163
3163
|
"default": "\"\"",
|
|
3164
3164
|
"values": [
|
|
@@ -3190,7 +3190,7 @@
|
|
|
3190
3190
|
"mutable": false,
|
|
3191
3191
|
"attr": "min",
|
|
3192
3192
|
"reflectToAttr": false,
|
|
3193
|
-
"docs": "The earliest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.\
|
|
3193
|
+
"docs": "The earliest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.\nThe value of this prop is ignored if `disablePast` is set to `true`.",
|
|
3194
3194
|
"docsTags": [],
|
|
3195
3195
|
"default": "\"\"",
|
|
3196
3196
|
"values": [
|
|
@@ -3248,7 +3248,7 @@
|
|
|
3248
3248
|
"mutable": false,
|
|
3249
3249
|
"attr": "open-at-date",
|
|
3250
3250
|
"reflectToAttr": false,
|
|
3251
|
-
"docs": "The date visible when the calendar opens. Used if no date is currently selected.\
|
|
3251
|
+
"docs": "The date visible when the calendar opens. Used if no date is currently selected.\nThe value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.",
|
|
3252
3252
|
"docsTags": [],
|
|
3253
3253
|
"default": "\"\"",
|
|
3254
3254
|
"values": [
|
|
@@ -3291,6 +3291,33 @@
|
|
|
3291
3291
|
"getter": false,
|
|
3292
3292
|
"setter": false
|
|
3293
3293
|
},
|
|
3294
|
+
{
|
|
3295
|
+
"name": "showClearButton",
|
|
3296
|
+
"type": "boolean | undefined",
|
|
3297
|
+
"complexType": {
|
|
3298
|
+
"original": "boolean",
|
|
3299
|
+
"resolved": "boolean | undefined",
|
|
3300
|
+
"references": {}
|
|
3301
|
+
},
|
|
3302
|
+
"mutable": false,
|
|
3303
|
+
"attr": "show-clear-button",
|
|
3304
|
+
"reflectToAttr": false,
|
|
3305
|
+
"docs": "If 'true', the 'X' button on the date input will be visible, which clears the field.",
|
|
3306
|
+
"docsTags": [],
|
|
3307
|
+
"default": "true",
|
|
3308
|
+
"values": [
|
|
3309
|
+
{
|
|
3310
|
+
"type": "boolean"
|
|
3311
|
+
},
|
|
3312
|
+
{
|
|
3313
|
+
"type": "undefined"
|
|
3314
|
+
}
|
|
3315
|
+
],
|
|
3316
|
+
"optional": true,
|
|
3317
|
+
"required": false,
|
|
3318
|
+
"getter": false,
|
|
3319
|
+
"setter": false
|
|
3320
|
+
},
|
|
3294
3321
|
{
|
|
3295
3322
|
"name": "showDaysOutsideMonth",
|
|
3296
3323
|
"type": "boolean | undefined",
|
|
@@ -3431,7 +3458,7 @@
|
|
|
3431
3458
|
"mutable": false,
|
|
3432
3459
|
"attr": "start-of-week",
|
|
3433
3460
|
"reflectToAttr": false,
|
|
3434
|
-
"docs": "The first day of the week. `0` for Sunday, `1` for Monday, etc.\
|
|
3461
|
+
"docs": "The first day of the week. `0` for Sunday, `1` for Monday, etc.\nDefault is Monday.",
|
|
3435
3462
|
"docsTags": [],
|
|
3436
3463
|
"default": "IcWeekDays.Monday",
|
|
3437
3464
|
"values": [
|
|
@@ -3711,7 +3738,7 @@
|
|
|
3711
3738
|
"filePath": "src/components/ic-pagination-bar/ic-pagination-bar.tsx",
|
|
3712
3739
|
"encapsulation": "shadow",
|
|
3713
3740
|
"tag": "ic-pagination-bar",
|
|
3714
|
-
"readme": "# ic-pagination-bar\
|
|
3741
|
+
"readme": "# ic-pagination-bar\n\n\n",
|
|
3715
3742
|
"docs": "",
|
|
3716
3743
|
"docsTags": [],
|
|
3717
3744
|
"usage": {},
|
|
@@ -3870,7 +3897,7 @@
|
|
|
3870
3897
|
"name": "itemsPerPageOptions",
|
|
3871
3898
|
"type": "undefined | { label: string; value: string; }[]",
|
|
3872
3899
|
"complexType": {
|
|
3873
|
-
"original": "{\
|
|
3900
|
+
"original": "{\n label: string;\n value: string;\n }[]",
|
|
3874
3901
|
"resolved": "undefined | { label: string; value: string; }[]",
|
|
3875
3902
|
"references": {}
|
|
3876
3903
|
},
|
|
@@ -4251,7 +4278,7 @@
|
|
|
4251
4278
|
},
|
|
4252
4279
|
"cancelable": true,
|
|
4253
4280
|
"composed": true,
|
|
4254
|
-
"docs": "Emitted when a page is navigated to via the 'go to' input.\
|
|
4281
|
+
"docs": "Emitted when a page is navigated to via the 'go to' input.\nThe `detail` property contains `value` (i.e. the page number) and a `fromItemsPerPage` flag to indicate if the event was triggered by the `icItemsPerPageChange` event also occurring.",
|
|
4255
4282
|
"docsTags": []
|
|
4256
4283
|
}
|
|
4257
4284
|
],
|
|
@@ -4339,7 +4366,7 @@
|
|
|
4339
4366
|
"filePath": "src/components/ic-tree-item/ic-tree-item.tsx",
|
|
4340
4367
|
"encapsulation": "shadow",
|
|
4341
4368
|
"tag": "ic-tree-item",
|
|
4342
|
-
"readme": "# ic-tree-item\
|
|
4369
|
+
"readme": "# ic-tree-item\n\n\n",
|
|
4343
4370
|
"docs": "",
|
|
4344
4371
|
"docsTags": [
|
|
4345
4372
|
{
|
|
@@ -4746,7 +4773,7 @@
|
|
|
4746
4773
|
"detail": "{ isExpanded: boolean; id: string; }",
|
|
4747
4774
|
"bubbles": true,
|
|
4748
4775
|
"complexType": {
|
|
4749
|
-
"original": "{\
|
|
4776
|
+
"original": "{\n isExpanded: boolean;\n id: string;\n }",
|
|
4750
4777
|
"resolved": "{ isExpanded: boolean; id: string; }",
|
|
4751
4778
|
"references": {}
|
|
4752
4779
|
},
|
|
@@ -4812,7 +4839,7 @@
|
|
|
4812
4839
|
"filePath": "src/components/ic-tree-view/ic-tree-view.tsx",
|
|
4813
4840
|
"encapsulation": "shadow",
|
|
4814
4841
|
"tag": "ic-tree-view",
|
|
4815
|
-
"readme": "# ic-tree-view\
|
|
4842
|
+
"readme": "# ic-tree-view\n\n\n",
|
|
4816
4843
|
"docs": "",
|
|
4817
4844
|
"docsTags": [
|
|
4818
4845
|
{
|
|
@@ -4974,7 +5001,7 @@
|
|
|
4974
5001
|
"mutable": true,
|
|
4975
5002
|
"attr": "truncate-heading",
|
|
4976
5003
|
"reflectToAttr": false,
|
|
4977
|
-
"docs": "If `true`, the tree view heading will be truncated instead of text wrapping.\
|
|
5004
|
+
"docs": "If `true`, the tree view heading will be truncated instead of text wrapping.\nWhen used on small devices, this prop will be overridden and headings will be set to text-wrap.",
|
|
4978
5005
|
"docsTags": [],
|
|
4979
5006
|
"default": "false",
|
|
4980
5007
|
"values": [
|
|
@@ -4998,7 +5025,7 @@
|
|
|
4998
5025
|
"mutable": true,
|
|
4999
5026
|
"attr": "truncate-tree-items",
|
|
5000
5027
|
"reflectToAttr": false,
|
|
5001
|
-
"docs": "If `true`, tree items will be truncated, unless they are individually overridden.\
|
|
5028
|
+
"docs": "If `true`, tree items will be truncated, unless they are individually overridden.\nWhen used on small devices, this prop will be overridden and tree-items will be set to text-wrap.",
|
|
5002
5029
|
"docsTags": [],
|
|
5003
5030
|
"default": "false",
|
|
5004
5031
|
"values": [
|
|
@@ -5067,7 +5094,7 @@
|
|
|
5067
5094
|
"path": "../web-components/dist/types/interface.d.ts"
|
|
5068
5095
|
},
|
|
5069
5096
|
"src/components/ic-data-table/ic-data-table.types.tsx::IcDataTableColumnObject": {
|
|
5070
|
-
"declaration": "{\
|
|
5097
|
+
"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 hidden?: boolean;\n disableAutoSort?: boolean;\n}",
|
|
5071
5098
|
"docstring": "",
|
|
5072
5099
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5073
5100
|
},
|
|
@@ -5087,12 +5114,12 @@
|
|
|
5087
5114
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5088
5115
|
},
|
|
5089
5116
|
"src/utils/types.ts::IcPaginationBarOptions": {
|
|
5090
|
-
"declaration": "export interface IcPaginationBarOptions {\
|
|
5117
|
+
"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}",
|
|
5091
5118
|
"docstring": "",
|
|
5092
5119
|
"path": "src/utils/types.ts"
|
|
5093
5120
|
},
|
|
5094
5121
|
"src/components/ic-data-table/ic-data-table.types.tsx::IcDataTableSortOrderOptions": {
|
|
5095
|
-
"declaration": "export type IcDataTableSortOrderOptions =\
|
|
5122
|
+
"declaration": "export type IcDataTableSortOrderOptions =\n | \"unsorted\"\n | \"ascending\"\n | \"descending\";",
|
|
5096
5123
|
"docstring": "",
|
|
5097
5124
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5098
5125
|
},
|
|
@@ -5107,7 +5134,7 @@
|
|
|
5107
5134
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5108
5135
|
},
|
|
5109
5136
|
"src/components/ic-data-table/ic-data-table.types.tsx::IcSortEventDetail": {
|
|
5110
|
-
"declaration": "export interface IcSortEventDetail {\
|
|
5137
|
+
"declaration": "export interface IcSortEventDetail {\n columnName: string;\n sorted: IcDataTableSortOrderOptions;\n}",
|
|
5111
5138
|
"docstring": "",
|
|
5112
5139
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5113
5140
|
},
|
|
@@ -5132,7 +5159,7 @@
|
|
|
5132
5159
|
"path": "src/components/ic-pagination-bar/ic-pagination-bar.types.ts"
|
|
5133
5160
|
},
|
|
5134
5161
|
"src/components/ic-data-table/ic-data-table.types.tsx::IcDensityUpdateEventDetail": {
|
|
5135
|
-
"declaration": "export interface IcDensityUpdateEventDetail {\
|
|
5162
|
+
"declaration": "export interface IcDensityUpdateEventDetail {\n value: IcDataTableDensityOptions;\n}",
|
|
5136
5163
|
"docstring": "",
|
|
5137
5164
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5138
5165
|
},
|
|
@@ -5142,7 +5169,7 @@
|
|
|
5142
5169
|
"path": "src/utils/types.ts"
|
|
5143
5170
|
},
|
|
5144
5171
|
"src/utils/types.ts::IcWeekDays": {
|
|
5145
|
-
"declaration": "export enum IcWeekDays {\
|
|
5172
|
+
"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}",
|
|
5146
5173
|
"docstring": "",
|
|
5147
5174
|
"path": "src/utils/types.ts"
|
|
5148
5175
|
},
|
|
@@ -5157,7 +5184,7 @@
|
|
|
5157
5184
|
"path": "src/utils/types.ts"
|
|
5158
5185
|
},
|
|
5159
5186
|
"src/components/ic-tree-view/ic-tree-view.types.tsx::IcTreeItemOptions": {
|
|
5160
|
-
"declaration": "{\
|
|
5187
|
+
"declaration": "{\n label: string;\n icon?: string;\n children?: IcTreeItemOptions[];\n disabled?: boolean;\n expanded?: boolean;\n href?: string;\n selected?: boolean;\n treeItemId?: string;\n theme?: IcThemeMode;\n truncateTreeItem?: boolean;\n}",
|
|
5161
5188
|
"docstring": "",
|
|
5162
5189
|
"path": "src/components/ic-tree-view/ic-tree-view.types.tsx"
|
|
5163
5190
|
}
|
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.18",
|
|
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": "8dda3100111ba9731294bca0a22cdd04b128deaf"
|
|
23
23
|
}
|