@ukic/canary-docs 3.0.0-canary.10 → 3.0.0-canary.11

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 +121 -34
  2. 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\n\n\n",
12
+ "readme": "# ic-horizontal-card\r\n\r\n\r\n\r",
13
13
  "docs": "",
14
14
  "docsTags": [
15
15
  {
@@ -448,7 +448,7 @@
448
448
  "filePath": "src/components/ic-data-table/ic-data-table.tsx",
449
449
  "encapsulation": "shadow",
450
450
  "tag": "ic-data-table",
451
- "readme": "# ic-data-table\n\n\n",
451
+ "readme": "# ic-data-table\r\n\r\n\r\n\r",
452
452
  "docs": "",
453
453
  "docsTags": [
454
454
  {
@@ -797,7 +797,7 @@
797
797
  "name": "loadingOptions",
798
798
  "type": "{ description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; monochrome?: boolean; overlay?: boolean; }",
799
799
  "complexType": {
800
- "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 }",
800
+ "original": "{\r\n description?: string;\r\n label?: string;\r\n labelDuration?: number;\r\n max?: number;\r\n min?: number;\r\n progress?: number;\r\n monochrome?: boolean;\r\n overlay?: boolean;\r\n }",
801
801
  "resolved": "{ description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; monochrome?: boolean; overlay?: boolean; }",
802
802
  "references": {}
803
803
  },
@@ -903,7 +903,7 @@
903
903
  "reflectToAttr": false,
904
904
  "docs": "Sets the props for the built-in pagination bar. If the `pagination-bar` slot is used then this prop is ignored.",
905
905
  "docsTags": [],
906
- "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 }",
906
+ "default": "{\r\n alignment: \"right\",\r\n hideAllFromItemsPerPage: false,\r\n hideRangeLabel: false,\r\n itemLabel: \"Item\",\r\n itemsPerPageOptions: [\r\n { label: \"10\", value: \"10\" },\r\n { label: \"25\", value: \"25\" },\r\n { label: \"50\", value: \"50\" },\r\n ],\r\n monochrome: false,\r\n pageLabel: \"Page\",\r\n rangeLabelType: \"page\",\r\n selectedItemsPerPage: 10,\r\n setToFirstPageOnPaginationChange: false,\r\n showGoToPageControl: true,\r\n showItemsPerPageControl: true,\r\n type: \"simple\",\r\n }",
907
907
  "values": [
908
908
  {
909
909
  "type": "IcPaginationBarOptions"
@@ -942,7 +942,7 @@
942
942
  "name": "sortOptions",
943
943
  "type": "{ sortOrders: IcDataTableSortOrderOptions[]; defaultColumn?: string; }",
944
944
  "complexType": {
945
- "original": "{\n sortOrders: IcDataTableSortOrderOptions[];\n defaultColumn?: string;\n }",
945
+ "original": "{\r\n sortOrders: IcDataTableSortOrderOptions[];\r\n defaultColumn?: string;\r\n }",
946
946
  "resolved": "{ sortOrders: IcDataTableSortOrderOptions[]; defaultColumn?: string; }",
947
947
  "references": {
948
948
  "IcDataTableSortOrderOptions": {
@@ -956,7 +956,7 @@
956
956
  "reflectToAttr": false,
957
957
  "docs": "Sets the order columns will be sorted in and allows for 'default' sorts to be added.",
958
958
  "docsTags": [],
959
- "default": "{\n sortOrders: [\"unsorted\", \"ascending\", \"descending\"],\n defaultColumn: \"\",\n }",
959
+ "default": "{\r\n sortOrders: [\"unsorted\", \"ascending\", \"descending\"],\r\n defaultColumn: \"\",\r\n }",
960
960
  "values": [
961
961
  {
962
962
  "type": "{ sortOrders: IcDataTableSortOrderOptions[]; defaultColumn?: string; }"
@@ -1169,7 +1169,7 @@
1169
1169
  "name": "updatingOptions",
1170
1170
  "type": "{ description?: string; max?: number; min?: number; progress?: number; monochrome?: boolean; }",
1171
1171
  "complexType": {
1172
- "original": "{\n description?: string;\n max?: number;\n min?: number;\n progress?: number;\n monochrome?: boolean;\n }",
1172
+ "original": "{\r\n description?: string;\r\n max?: number;\r\n min?: number;\r\n progress?: number;\r\n monochrome?: boolean;\r\n }",
1173
1173
  "resolved": "{ description?: string; max?: number; min?: number; progress?: number; monochrome?: boolean; }",
1174
1174
  "references": {}
1175
1175
  },
@@ -1191,7 +1191,7 @@
1191
1191
  "name": "variableRowHeight",
1192
1192
  "type": "(params: { [key: string]: any; index: number; }) => IcDataTableRowHeights",
1193
1193
  "complexType": {
1194
- "original": "(params: {\n [key: string]: any;\n index: number;\n }) => IcDataTableRowHeights | null",
1194
+ "original": "(params: {\r\n [key: string]: any;\r\n index: number;\r\n }) => IcDataTableRowHeights | null",
1195
1195
  "resolved": "(params: { [key: string]: any; index: number; }) => IcDataTableRowHeights",
1196
1196
  "references": {
1197
1197
  "IcDataTableRowHeights": {
@@ -1203,7 +1203,7 @@
1203
1203
  },
1204
1204
  "mutable": true,
1205
1205
  "reflectToAttr": false,
1206
- "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.",
1206
+ "docs": "Allows for custom setting of row heights on individual rows based on an individual value from the `data` prop and the row index.\r\nIf the function returns `null`, that row's height will be set to the `globalRowHeight` property.",
1207
1207
  "docsTags": [],
1208
1208
  "values": [
1209
1209
  {
@@ -1404,6 +1404,7 @@
1404
1404
  "ic-typography"
1405
1405
  ],
1406
1406
  "ic-button": [
1407
+ "ic-typography",
1407
1408
  "ic-loading-indicator",
1408
1409
  "ic-tooltip"
1409
1410
  ],
@@ -1458,7 +1459,7 @@
1458
1459
  "filePath": "src/components/ic-data-table-title-bar/ic-data-table-title-bar.tsx",
1459
1460
  "encapsulation": "shadow",
1460
1461
  "tag": "ic-data-table-title-bar",
1461
- "readme": "# ic-data-table-title-bar\n\n\n",
1462
+ "readme": "# ic-data-table-title-bar\r\n\r\n\r\n\r",
1462
1463
  "docs": "",
1463
1464
  "docsTags": [
1464
1465
  {
@@ -1642,6 +1643,7 @@
1642
1643
  "ic-typography"
1643
1644
  ],
1644
1645
  "ic-button": [
1646
+ "ic-typography",
1645
1647
  "ic-loading-indicator",
1646
1648
  "ic-tooltip"
1647
1649
  ],
@@ -1665,7 +1667,7 @@
1665
1667
  "filePath": "src/components/ic-date-input/ic-date-input.tsx",
1666
1668
  "encapsulation": "shadow",
1667
1669
  "tag": "ic-date-input",
1668
- "readme": "# ic-date-input\n\n\n",
1670
+ "readme": "# ic-date-input\r\n\r\n\r\n\r",
1669
1671
  "docs": "",
1670
1672
  "docsTags": [],
1671
1673
  "usage": {},
@@ -1882,6 +1884,30 @@
1882
1884
  "getter": false,
1883
1885
  "setter": false
1884
1886
  },
1887
+ {
1888
+ "name": "emitDatePartChange",
1889
+ "type": "boolean",
1890
+ "complexType": {
1891
+ "original": "boolean",
1892
+ "resolved": "boolean",
1893
+ "references": {}
1894
+ },
1895
+ "mutable": false,
1896
+ "attr": "emit-date-part-change",
1897
+ "reflectToAttr": false,
1898
+ "docs": "If `true`, every individual input field completed will emit an icChange event.",
1899
+ "docsTags": [],
1900
+ "default": "false",
1901
+ "values": [
1902
+ {
1903
+ "type": "boolean"
1904
+ }
1905
+ ],
1906
+ "optional": true,
1907
+ "required": false,
1908
+ "getter": false,
1909
+ "setter": false
1910
+ },
1885
1911
  {
1886
1912
  "name": "helperText",
1887
1913
  "type": "string",
@@ -2040,7 +2066,7 @@
2040
2066
  "mutable": false,
2041
2067
  "attr": "max",
2042
2068
  "reflectToAttr": false,
2043
- "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`.",
2069
+ "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.\r\nThe value of this prop is ignored if `disableFuture` is set to `true`.",
2044
2070
  "docsTags": [],
2045
2071
  "default": "\"\"",
2046
2072
  "values": [
@@ -2072,7 +2098,7 @@
2072
2098
  "mutable": false,
2073
2099
  "attr": "min",
2074
2100
  "reflectToAttr": false,
2075
- "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`.",
2101
+ "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.\r\nThe value of this prop is ignored if `disablePast` is set to `true`.",
2076
2102
  "docsTags": [],
2077
2103
  "default": "\"\"",
2078
2104
  "values": [
@@ -2392,11 +2418,11 @@
2392
2418
  },
2393
2419
  {
2394
2420
  "event": "icChange",
2395
- "detail": "{ value: Date; }",
2421
+ "detail": "{ value: Date; dateObject: { day: string; month: string; year: string; }; }",
2396
2422
  "bubbles": true,
2397
2423
  "complexType": {
2398
- "original": "{ value: Date }",
2399
- "resolved": "{ value: Date; }",
2424
+ "original": "{\r\n value: Date;\r\n dateObject: { day: string; month: string; year: string };\r\n }",
2425
+ "resolved": "{ value: Date; dateObject: { day: string; month: string; year: string; }; }",
2400
2426
  "references": {
2401
2427
  "Date": {
2402
2428
  "location": "global",
@@ -2455,6 +2481,7 @@
2455
2481
  "ic-typography"
2456
2482
  ],
2457
2483
  "ic-button": [
2484
+ "ic-typography",
2458
2485
  "ic-loading-indicator",
2459
2486
  "ic-tooltip"
2460
2487
  ],
@@ -2476,7 +2503,7 @@
2476
2503
  "filePath": "src/components/ic-date-picker/ic-date-picker.tsx",
2477
2504
  "encapsulation": "shadow",
2478
2505
  "tag": "ic-date-picker",
2479
- "readme": "# ic-date-picker\n\n\n",
2506
+ "readme": "# ic-date-picker\r\n\r\n\r\n\r",
2480
2507
  "docs": "",
2481
2508
  "docsTags": [],
2482
2509
  "usage": {},
@@ -2693,6 +2720,30 @@
2693
2720
  "getter": false,
2694
2721
  "setter": false
2695
2722
  },
2723
+ {
2724
+ "name": "emitDatePartChange",
2725
+ "type": "boolean",
2726
+ "complexType": {
2727
+ "original": "boolean",
2728
+ "resolved": "boolean",
2729
+ "references": {}
2730
+ },
2731
+ "mutable": false,
2732
+ "attr": "emit-date-part-change",
2733
+ "reflectToAttr": false,
2734
+ "docs": "If `true`, every individual input field completed will emit an icChange event.",
2735
+ "docsTags": [],
2736
+ "default": "false",
2737
+ "values": [
2738
+ {
2739
+ "type": "boolean"
2740
+ }
2741
+ ],
2742
+ "optional": true,
2743
+ "required": false,
2744
+ "getter": false,
2745
+ "setter": false
2746
+ },
2696
2747
  {
2697
2748
  "name": "helperText",
2698
2749
  "type": "string",
@@ -2850,7 +2901,7 @@
2850
2901
  "mutable": false,
2851
2902
  "attr": "max",
2852
2903
  "reflectToAttr": false,
2853
- "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`.",
2904
+ "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.\r\nThe value of this prop is ignored if `disableFuture` is set to `true`.",
2854
2905
  "docsTags": [],
2855
2906
  "default": "\"\"",
2856
2907
  "values": [
@@ -2882,7 +2933,7 @@
2882
2933
  "mutable": false,
2883
2934
  "attr": "min",
2884
2935
  "reflectToAttr": false,
2885
- "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`.",
2936
+ "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.\r\nThe value of this prop is ignored if `disablePast` is set to `true`.",
2886
2937
  "docsTags": [],
2887
2938
  "default": "\"\"",
2888
2939
  "values": [
@@ -2937,7 +2988,7 @@
2937
2988
  "mutable": false,
2938
2989
  "attr": "open-at-date",
2939
2990
  "reflectToAttr": false,
2940
- "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.",
2991
+ "docs": "The date visible when the calendar opens. Used if no date is currently selected.\r\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.",
2941
2992
  "docsTags": [],
2942
2993
  "default": "\"\"",
2943
2994
  "values": [
@@ -3105,7 +3156,7 @@
3105
3156
  "mutable": false,
3106
3157
  "attr": "start-of-week",
3107
3158
  "reflectToAttr": false,
3108
- "docs": "The first day of the week. `0` for Sunday, `1` for Monday, etc.\nDefault is Monday.",
3159
+ "docs": "The first day of the week. `0` for Sunday, `1` for Monday, etc.\r\nDefault is Monday.",
3109
3160
  "docsTags": [],
3110
3161
  "default": "IcWeekDays.Monday",
3111
3162
  "values": [
@@ -3336,6 +3387,7 @@
3336
3387
  "ic-typography"
3337
3388
  ],
3338
3389
  "ic-button": [
3390
+ "ic-typography",
3339
3391
  "ic-loading-indicator",
3340
3392
  "ic-tooltip"
3341
3393
  ],
@@ -3364,7 +3416,7 @@
3364
3416
  "filePath": "src/components/ic-pagination-bar/ic-pagination-bar.tsx",
3365
3417
  "encapsulation": "shadow",
3366
3418
  "tag": "ic-pagination-bar",
3367
- "readme": "# ic-pagination-bar\n\n\n",
3419
+ "readme": "# ic-pagination-bar\r\n\r\n\r\n\r",
3368
3420
  "docs": "",
3369
3421
  "docsTags": [],
3370
3422
  "usage": {},
@@ -3508,7 +3560,7 @@
3508
3560
  "name": "itemsPerPageOptions",
3509
3561
  "type": "{ label: string; value: string; }[]",
3510
3562
  "complexType": {
3511
- "original": "{\n label: string;\n value: string;\n }[]",
3563
+ "original": "{\r\n label: string;\r\n value: string;\r\n }[]",
3512
3564
  "resolved": "{ label: string; value: string; }[]",
3513
3565
  "references": {}
3514
3566
  },
@@ -3835,7 +3887,7 @@
3835
3887
  },
3836
3888
  "cancelable": true,
3837
3889
  "composed": true,
3838
- "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.",
3890
+ "docs": "Emitted when a page is navigated to via the 'go to' input.\r\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.",
3839
3891
  "docsTags": []
3840
3892
  }
3841
3893
  ],
@@ -3882,6 +3934,7 @@
3882
3934
  "ic-typography"
3883
3935
  ],
3884
3936
  "ic-button": [
3937
+ "ic-typography",
3885
3938
  "ic-loading-indicator",
3886
3939
  "ic-tooltip"
3887
3940
  ],
@@ -3922,7 +3975,7 @@
3922
3975
  "filePath": "src/components/ic-tree-item/ic-tree-item.tsx",
3923
3976
  "encapsulation": "shadow",
3924
3977
  "tag": "ic-tree-item",
3925
- "readme": "# ic-tree-item\n\n\n",
3978
+ "readme": "# ic-tree-item\r\n\r\n\r\n\r",
3926
3979
  "docs": "",
3927
3980
  "docsTags": [
3928
3981
  {
@@ -4317,13 +4370,13 @@
4317
4370
  "parts": [],
4318
4371
  "dependents": [],
4319
4372
  "dependencies": [
4320
- "ic-tooltip",
4321
- "ic-typography"
4373
+ "ic-typography",
4374
+ "ic-tooltip"
4322
4375
  ],
4323
4376
  "dependencyGraph": {
4324
4377
  "ic-tree-item": [
4325
- "ic-tooltip",
4326
- "ic-typography"
4378
+ "ic-typography",
4379
+ "ic-tooltip"
4327
4380
  ],
4328
4381
  "ic-tooltip": [
4329
4382
  "ic-typography"
@@ -4334,7 +4387,7 @@
4334
4387
  "filePath": "src/components/ic-tree-view/ic-tree-view.tsx",
4335
4388
  "encapsulation": "shadow",
4336
4389
  "tag": "ic-tree-view",
4337
- "readme": "# ic-tree-view\n\n\n",
4390
+ "readme": "# ic-tree-view\r\n\r\n\r\n\r",
4338
4391
  "docs": "",
4339
4392
  "docsTags": [
4340
4393
  {
@@ -4474,6 +4527,35 @@
4474
4527
  "getter": false,
4475
4528
  "setter": false
4476
4529
  },
4530
+ {
4531
+ "name": "treeItemData",
4532
+ "type": "IcTreeItemOptions[]",
4533
+ "complexType": {
4534
+ "original": "IcTreeItemOptions[]",
4535
+ "resolved": "IcTreeItemOptions[]",
4536
+ "references": {
4537
+ "IcTreeItemOptions": {
4538
+ "location": "import",
4539
+ "path": "./ic-tree-view.types",
4540
+ "id": "src/components/ic-tree-view/ic-tree-view.types.tsx::IcTreeItemOptions"
4541
+ }
4542
+ }
4543
+ },
4544
+ "mutable": false,
4545
+ "reflectToAttr": false,
4546
+ "docs": "The content within the tree view tree items. This will take precedence over slotted content.",
4547
+ "docsTags": [],
4548
+ "default": "[]",
4549
+ "values": [
4550
+ {
4551
+ "type": "IcTreeItemOptions[]"
4552
+ }
4553
+ ],
4554
+ "optional": false,
4555
+ "required": false,
4556
+ "getter": false,
4557
+ "setter": false
4558
+ },
4477
4559
  {
4478
4560
  "name": "truncateHeading",
4479
4561
  "type": "boolean",
@@ -4482,10 +4564,10 @@
4482
4564
  "resolved": "boolean",
4483
4565
  "references": {}
4484
4566
  },
4485
- "mutable": false,
4567
+ "mutable": true,
4486
4568
  "attr": "truncate-heading",
4487
4569
  "reflectToAttr": false,
4488
- "docs": "If `true`, the tree view heading will be truncated instead of text wrapping.",
4570
+ "docs": "If `true`, the tree view heading will be truncated instead of text wrapping.\r\nWhen used on small devices, this prop will be overridden and headings will be set to text-wrap.",
4489
4571
  "docsTags": [],
4490
4572
  "default": "false",
4491
4573
  "values": [
@@ -4506,10 +4588,10 @@
4506
4588
  "resolved": "boolean",
4507
4589
  "references": {}
4508
4590
  },
4509
- "mutable": false,
4591
+ "mutable": true,
4510
4592
  "attr": "truncate-tree-items",
4511
4593
  "reflectToAttr": false,
4512
- "docs": "If `true`, tree items will be truncated, unless they are individually overridden.",
4594
+ "docs": "If `true`, tree items will be truncated, unless they are individually overridden.\r\nWhen used on small devices, this prop will be overridden and tree-items will be set to text-wrap.",
4513
4595
  "docsTags": [],
4514
4596
  "default": "false",
4515
4597
  "values": [
@@ -4661,6 +4743,11 @@
4661
4743
  "declaration": "export type IcInformationStatusOrEmpty = \"warning\" | \"error\" | \"success\" | \"\";",
4662
4744
  "docstring": "",
4663
4745
  "path": "src/utils/types.ts"
4746
+ },
4747
+ "src/components/ic-tree-view/ic-tree-view.types.tsx::IcTreeItemOptions": {
4748
+ "declaration": "{\r\n label: string;\r\n icon?: string;\r\n children?: IcTreeItemOptions[];\r\n disabled?: boolean;\r\n expanded?: boolean;\r\n href?: string;\r\n selected?: boolean;\r\n theme?: IcThemeMode;\r\n truncateTreeItem?: boolean;\r\n}",
4749
+ "docstring": "",
4750
+ "path": "src/components/ic-tree-view/ic-tree-view.types.tsx"
4664
4751
  }
4665
4752
  }
4666
4753
  }
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.10",
4
+ "version": "3.0.0-canary.11",
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": "90dbbe821cb1ed1dd483f2960367f5e1b435ad8d"
22
+ "gitHead": "e546aa169cbde94000232d3d27a474391e47b19f"
23
23
  }