@ukic/canary-docs 3.0.0-canary.24 → 3.0.0-canary.26

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 +485 -16
  2. package/package.json +12 -12
package/docs.json CHANGED
@@ -1643,7 +1643,7 @@
1643
1643
  "reflectToAttr": false,
1644
1644
  "docs": "Sets the props for the built-in pagination bar. If the `pagination-bar` slot is used then this prop is ignored.",
1645
1645
  "docsTags": [],
1646
- "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 }",
1646
+ "default": "{\n alignment: \"right\",\n hideAllFromItemsPerPage: false,\n hideCurrentPage: false,\n hideFirstAndLastPageButton: 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 }",
1647
1647
  "values": [
1648
1648
  {
1649
1649
  "type": "IcPaginationBarOptions"
@@ -4530,6 +4530,33 @@
4530
4530
  "docsTags": [],
4531
4531
  "usage": {},
4532
4532
  "props": [
4533
+ {
4534
+ "name": "accessibleLabel",
4535
+ "type": "string | undefined",
4536
+ "complexType": {
4537
+ "original": "string",
4538
+ "resolved": "string | undefined",
4539
+ "references": {}
4540
+ },
4541
+ "mutable": false,
4542
+ "attr": "accessible-label",
4543
+ "reflectToAttr": false,
4544
+ "docs": "The accessible label passed down to the pagination component to provide context for screen reader users.",
4545
+ "docsTags": [],
4546
+ "default": "\"Pagination Navigation\"",
4547
+ "values": [
4548
+ {
4549
+ "type": "string"
4550
+ },
4551
+ {
4552
+ "type": "undefined"
4553
+ }
4554
+ ],
4555
+ "optional": true,
4556
+ "required": false,
4557
+ "getter": false,
4558
+ "setter": false
4559
+ },
4533
4560
  {
4534
4561
  "name": "alignment",
4535
4562
  "type": "\"left\" | \"right\" | \"space-between\" | undefined",
@@ -4626,6 +4653,60 @@
4626
4653
  "getter": false,
4627
4654
  "setter": false
4628
4655
  },
4656
+ {
4657
+ "name": "hideCurrentPage",
4658
+ "type": "boolean | undefined",
4659
+ "complexType": {
4660
+ "original": "boolean",
4661
+ "resolved": "boolean | undefined",
4662
+ "references": {}
4663
+ },
4664
+ "mutable": false,
4665
+ "attr": "hide-current-page",
4666
+ "reflectToAttr": false,
4667
+ "docs": "If `true`, the current page of the simple pagination will not be displayed.",
4668
+ "docsTags": [],
4669
+ "default": "false",
4670
+ "values": [
4671
+ {
4672
+ "type": "boolean"
4673
+ },
4674
+ {
4675
+ "type": "undefined"
4676
+ }
4677
+ ],
4678
+ "optional": true,
4679
+ "required": false,
4680
+ "getter": false,
4681
+ "setter": false
4682
+ },
4683
+ {
4684
+ "name": "hideFirstAndLastPageButton",
4685
+ "type": "boolean | undefined",
4686
+ "complexType": {
4687
+ "original": "boolean",
4688
+ "resolved": "boolean | undefined",
4689
+ "references": {}
4690
+ },
4691
+ "mutable": false,
4692
+ "attr": "hide-first-and-last-page-button",
4693
+ "reflectToAttr": false,
4694
+ "docs": "If `true`, the first and last page buttons will not be displayed.",
4695
+ "docsTags": [],
4696
+ "default": "false",
4697
+ "values": [
4698
+ {
4699
+ "type": "boolean"
4700
+ },
4701
+ {
4702
+ "type": "undefined"
4703
+ }
4704
+ ],
4705
+ "optional": true,
4706
+ "required": false,
4707
+ "getter": false,
4708
+ "setter": false
4709
+ },
4629
4710
  {
4630
4711
  "name": "hideRangeLabel",
4631
4712
  "type": "boolean | undefined",
@@ -5505,7 +5586,7 @@
5505
5586
  "mutable": false,
5506
5587
  "attr": "emit-time-part-change",
5507
5588
  "reflectToAttr": false,
5508
- "docs": "If `true`, every individual input field completed will emit an icChange event.",
5589
+ "docs": "If `true`, every individual input field completed will emit an icTimeChange event.",
5509
5590
  "docsTags": [],
5510
5591
  "default": "false",
5511
5592
  "values": [
@@ -5781,6 +5862,33 @@
5781
5862
  "getter": false,
5782
5863
  "setter": false
5783
5864
  },
5865
+ {
5866
+ "name": "showAmPmToggle",
5867
+ "type": "boolean | undefined",
5868
+ "complexType": {
5869
+ "original": "boolean",
5870
+ "resolved": "boolean | undefined",
5871
+ "references": {}
5872
+ },
5873
+ "mutable": true,
5874
+ "attr": "show-am-pm-toggle",
5875
+ "reflectToAttr": false,
5876
+ "docs": "If `true`, the time input will show an AM/PM toggle when in 12-hour time period.",
5877
+ "docsTags": [],
5878
+ "default": "false",
5879
+ "values": [
5880
+ {
5881
+ "type": "boolean"
5882
+ },
5883
+ {
5884
+ "type": "undefined"
5885
+ }
5886
+ ],
5887
+ "optional": true,
5888
+ "required": false,
5889
+ "getter": false,
5890
+ "setter": false
5891
+ },
5784
5892
  {
5785
5893
  "name": "showClearButton",
5786
5894
  "type": "boolean | undefined",
@@ -5891,10 +5999,10 @@
5891
5999
  },
5892
6000
  {
5893
6001
  "name": "timeFormat",
5894
- "type": "\"HH:MM\" | \"HH:MM:SS\"",
6002
+ "type": "\"HH:MM\" | \"HH:MM:SS\" | \"HH:MM:SS.SSS\"",
5895
6003
  "complexType": {
5896
6004
  "original": "IcTimeFormat",
5897
- "resolved": "\"HH:MM\" | \"HH:MM:SS\"",
6005
+ "resolved": "\"HH:MM\" | \"HH:MM:SS\" | \"HH:MM:SS.SSS\"",
5898
6006
  "references": {
5899
6007
  "IcTimeFormat": {
5900
6008
  "location": "import",
@@ -5917,6 +6025,10 @@
5917
6025
  {
5918
6026
  "value": "HH:MM:SS",
5919
6027
  "type": "string"
6028
+ },
6029
+ {
6030
+ "value": "HH:MM:SS.SSS",
6031
+ "type": "string"
5920
6032
  }
5921
6033
  ],
5922
6034
  "optional": false,
@@ -6155,12 +6267,12 @@
6155
6267
  "docsTags": []
6156
6268
  },
6157
6269
  {
6158
- "event": "icChange",
6159
- "detail": "{ value: Date | null; timeObject: { hour: string | null; minute: string | null; second: string | null; }; }",
6270
+ "event": "icFocus",
6271
+ "detail": "{ value: Date | null; }",
6160
6272
  "bubbles": true,
6161
6273
  "complexType": {
6162
- "original": "{\n value: Date | null;\n timeObject: {\n hour: string | null;\n minute: string | null;\n second: string | null;\n };\n }",
6163
- "resolved": "{ value: Date | null; timeObject: { hour: string | null; minute: string | null; second: string | null; }; }",
6274
+ "original": "{ value: Date | null }",
6275
+ "resolved": "{ value: Date | null; }",
6164
6276
  "references": {
6165
6277
  "Date": {
6166
6278
  "location": "global",
@@ -6170,16 +6282,16 @@
6170
6282
  },
6171
6283
  "cancelable": true,
6172
6284
  "composed": true,
6173
- "docs": "Emitted when the value has changed.",
6285
+ "docs": "Emitted when the input gains focus.",
6174
6286
  "docsTags": []
6175
6287
  },
6176
6288
  {
6177
- "event": "icFocus",
6178
- "detail": "{ value: Date | null; }",
6289
+ "event": "icTimeChange",
6290
+ "detail": "{ value: Date | null; timeObject: { hour: string | null; minute: string | null; second: string | null; millisecond: string | null; period: string | null; }; }",
6179
6291
  "bubbles": true,
6180
6292
  "complexType": {
6181
- "original": "{ value: Date | null }",
6182
- "resolved": "{ value: Date | null; }",
6293
+ "original": "{\n value: Date | null;\n timeObject: {\n hour: string | null;\n minute: string | null;\n second: string | null;\n millisecond: string | null;\n period: string | null;\n };\n }",
6294
+ "resolved": "{ value: Date | null; timeObject: { hour: string | null; minute: string | null; second: string | null; millisecond: string | null; period: string | null; }; }",
6183
6295
  "references": {
6184
6296
  "Date": {
6185
6297
  "location": "global",
@@ -6189,7 +6301,7 @@
6189
6301
  },
6190
6302
  "cancelable": true,
6191
6303
  "composed": true,
6192
- "docs": "Emitted when the input gains focus.",
6304
+ "docs": "Emitted when the value has changed.",
6193
6305
  "docsTags": []
6194
6306
  }
6195
6307
  ],
@@ -6208,6 +6320,8 @@
6208
6320
  "ic-input-label",
6209
6321
  "ic-input-component-container",
6210
6322
  "ic-button",
6323
+ "ic-toggle-button-group",
6324
+ "ic-toggle-button",
6211
6325
  "ic-input-validation"
6212
6326
  ],
6213
6327
  "dependencyGraph": {
@@ -6216,6 +6330,8 @@
6216
6330
  "ic-input-label",
6217
6331
  "ic-input-component-container",
6218
6332
  "ic-button",
6333
+ "ic-toggle-button-group",
6334
+ "ic-toggle-button",
6219
6335
  "ic-input-validation"
6220
6336
  ],
6221
6337
  "ic-input-label": [
@@ -6232,11 +6348,354 @@
6232
6348
  "ic-tooltip": [
6233
6349
  "ic-typography"
6234
6350
  ],
6351
+ "ic-toggle-button": [
6352
+ "ic-button"
6353
+ ],
6235
6354
  "ic-input-validation": [
6236
6355
  "ic-typography"
6237
6356
  ]
6238
6357
  }
6239
6358
  },
6359
+ {
6360
+ "filePath": "src/components/ic-time-selector/ic-time-selector.tsx",
6361
+ "encapsulation": "shadow",
6362
+ "tag": "ic-time-selector",
6363
+ "readme": "# ic-time-selector\n\n\n",
6364
+ "docs": "",
6365
+ "docsTags": [],
6366
+ "usage": {},
6367
+ "props": [
6368
+ {
6369
+ "name": "disableTimes",
6370
+ "type": "IcDisableTimeSelection[]",
6371
+ "complexType": {
6372
+ "original": "IcDisableTimeSelection[]",
6373
+ "resolved": "IcDisableTimeSelection[]",
6374
+ "references": {
6375
+ "IcDisableTimeSelection": {
6376
+ "location": "import",
6377
+ "path": "../../utils/types",
6378
+ "id": "src/utils/types.ts::IcDisableTimeSelection"
6379
+ }
6380
+ }
6381
+ },
6382
+ "mutable": false,
6383
+ "reflectToAttr": false,
6384
+ "docs": "An array of times that will be disabled in the time selector. The times can be in any format supported as `timeFormat`, in ISO 8601 time string format (`HH:MM:SS`) or as a JavaScript `Date` object.",
6385
+ "docsTags": [],
6386
+ "default": "[]",
6387
+ "values": [
6388
+ {
6389
+ "type": "IcDisableTimeSelection[]"
6390
+ }
6391
+ ],
6392
+ "optional": false,
6393
+ "required": false,
6394
+ "getter": false,
6395
+ "setter": false
6396
+ },
6397
+ {
6398
+ "name": "max",
6399
+ "type": "Date | string",
6400
+ "complexType": {
6401
+ "original": "string | Date",
6402
+ "resolved": "Date | string",
6403
+ "references": {
6404
+ "Date": {
6405
+ "location": "global",
6406
+ "id": "global::Date"
6407
+ }
6408
+ }
6409
+ },
6410
+ "mutable": false,
6411
+ "attr": "max",
6412
+ "reflectToAttr": false,
6413
+ "docs": "The latest time that will be allowed. The value can be in any format supported as `timeFormat`, in ISO 8601 time string format (`HH:MM:SS`) or as a JavaScript `Date` object.",
6414
+ "docsTags": [],
6415
+ "default": "\"\"",
6416
+ "values": [
6417
+ {
6418
+ "type": "Date"
6419
+ },
6420
+ {
6421
+ "type": "string"
6422
+ }
6423
+ ],
6424
+ "optional": false,
6425
+ "required": false,
6426
+ "getter": false,
6427
+ "setter": false
6428
+ },
6429
+ {
6430
+ "name": "min",
6431
+ "type": "Date | string",
6432
+ "complexType": {
6433
+ "original": "string | Date",
6434
+ "resolved": "Date | string",
6435
+ "references": {
6436
+ "Date": {
6437
+ "location": "global",
6438
+ "id": "global::Date"
6439
+ }
6440
+ }
6441
+ },
6442
+ "mutable": false,
6443
+ "attr": "min",
6444
+ "reflectToAttr": false,
6445
+ "docs": "The earliest time that will be allowed. The value can be in any format supported as `timeFormat`, in ISO 8601 time string format (`HH:MM:SS`) or as a JavaScript `Date` object.",
6446
+ "docsTags": [],
6447
+ "default": "\"\"",
6448
+ "values": [
6449
+ {
6450
+ "type": "Date"
6451
+ },
6452
+ {
6453
+ "type": "string"
6454
+ }
6455
+ ],
6456
+ "optional": false,
6457
+ "required": false,
6458
+ "getter": false,
6459
+ "setter": false
6460
+ },
6461
+ {
6462
+ "name": "size",
6463
+ "type": "\"large\" | \"medium\" | \"small\"",
6464
+ "complexType": {
6465
+ "original": "IcSizes",
6466
+ "resolved": "\"large\" | \"medium\" | \"small\"",
6467
+ "references": {
6468
+ "IcSizes": {
6469
+ "location": "import",
6470
+ "path": "../../utils/types",
6471
+ "id": "src/utils/types.ts::IcSizes"
6472
+ }
6473
+ }
6474
+ },
6475
+ "mutable": false,
6476
+ "attr": "size",
6477
+ "reflectToAttr": false,
6478
+ "docs": "The size of the time selector to be displayed.",
6479
+ "docsTags": [],
6480
+ "default": "\"medium\"",
6481
+ "values": [
6482
+ {
6483
+ "value": "large",
6484
+ "type": "string"
6485
+ },
6486
+ {
6487
+ "value": "medium",
6488
+ "type": "string"
6489
+ },
6490
+ {
6491
+ "value": "small",
6492
+ "type": "string"
6493
+ }
6494
+ ],
6495
+ "optional": false,
6496
+ "required": false,
6497
+ "getter": false,
6498
+ "setter": false
6499
+ },
6500
+ {
6501
+ "name": "theme",
6502
+ "type": "\"dark\" | \"inherit\" | \"light\" | undefined",
6503
+ "complexType": {
6504
+ "original": "IcThemeMode",
6505
+ "resolved": "\"dark\" | \"inherit\" | \"light\" | undefined",
6506
+ "references": {
6507
+ "IcThemeMode": {
6508
+ "location": "import",
6509
+ "path": "../../utils/types",
6510
+ "id": "src/utils/types.ts::IcThemeMode"
6511
+ }
6512
+ }
6513
+ },
6514
+ "mutable": false,
6515
+ "attr": "theme",
6516
+ "reflectToAttr": false,
6517
+ "docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
6518
+ "docsTags": [],
6519
+ "default": "\"inherit\"",
6520
+ "values": [
6521
+ {
6522
+ "value": "dark",
6523
+ "type": "string"
6524
+ },
6525
+ {
6526
+ "value": "inherit",
6527
+ "type": "string"
6528
+ },
6529
+ {
6530
+ "value": "light",
6531
+ "type": "string"
6532
+ },
6533
+ {
6534
+ "type": "undefined"
6535
+ }
6536
+ ],
6537
+ "optional": true,
6538
+ "required": false,
6539
+ "getter": false,
6540
+ "setter": false
6541
+ },
6542
+ {
6543
+ "name": "timeFormat",
6544
+ "type": "\"HH:MM\" | \"HH:MM:SS\"",
6545
+ "complexType": {
6546
+ "original": "IcTimeFormatSelector",
6547
+ "resolved": "\"HH:MM\" | \"HH:MM:SS\"",
6548
+ "references": {
6549
+ "IcTimeFormatSelector": {
6550
+ "location": "import",
6551
+ "path": "../../utils/types",
6552
+ "id": "src/utils/types.ts::IcTimeFormatSelector"
6553
+ }
6554
+ }
6555
+ },
6556
+ "mutable": false,
6557
+ "attr": "time-format",
6558
+ "reflectToAttr": false,
6559
+ "docs": "The format in which the time will be displayed.",
6560
+ "docsTags": [],
6561
+ "default": "this.DEFAULT_TIME_FORMAT",
6562
+ "values": [
6563
+ {
6564
+ "value": "HH:MM",
6565
+ "type": "string"
6566
+ },
6567
+ {
6568
+ "value": "HH:MM:SS",
6569
+ "type": "string"
6570
+ }
6571
+ ],
6572
+ "optional": false,
6573
+ "required": false,
6574
+ "getter": false,
6575
+ "setter": false
6576
+ },
6577
+ {
6578
+ "name": "timePeriod",
6579
+ "type": "\"12\" | \"24\"",
6580
+ "complexType": {
6581
+ "original": "\"12\" | \"24\"",
6582
+ "resolved": "\"12\" | \"24\"",
6583
+ "references": {}
6584
+ },
6585
+ "mutable": false,
6586
+ "attr": "time-period",
6587
+ "reflectToAttr": false,
6588
+ "docs": "The time period format: \"12\" for 12-hour, \"24\" for 24-hour. Defaults to \"24\".",
6589
+ "docsTags": [],
6590
+ "default": "\"24\"",
6591
+ "values": [
6592
+ {
6593
+ "value": "12",
6594
+ "type": "string"
6595
+ },
6596
+ {
6597
+ "value": "24",
6598
+ "type": "string"
6599
+ }
6600
+ ],
6601
+ "optional": false,
6602
+ "required": false,
6603
+ "getter": false,
6604
+ "setter": false
6605
+ },
6606
+ {
6607
+ "name": "value",
6608
+ "type": "Date | null | string | undefined",
6609
+ "complexType": {
6610
+ "original": "string | Date | null | undefined",
6611
+ "resolved": "Date | null | string | undefined",
6612
+ "references": {
6613
+ "Date": {
6614
+ "location": "global",
6615
+ "id": "global::Date"
6616
+ }
6617
+ }
6618
+ },
6619
+ "mutable": true,
6620
+ "attr": "value",
6621
+ "reflectToAttr": false,
6622
+ "docs": "The value of the time selector. The value can be in any format supported as `timeFormat`, in ISO 8601 time string format (`HH:MM:SS`) or as a JavaScript `Date` object.",
6623
+ "docsTags": [],
6624
+ "default": "\"\"",
6625
+ "values": [
6626
+ {
6627
+ "type": "Date"
6628
+ },
6629
+ {
6630
+ "type": "null"
6631
+ },
6632
+ {
6633
+ "type": "string"
6634
+ },
6635
+ {
6636
+ "type": "undefined"
6637
+ }
6638
+ ],
6639
+ "optional": true,
6640
+ "required": false,
6641
+ "getter": false,
6642
+ "setter": false
6643
+ }
6644
+ ],
6645
+ "methods": [],
6646
+ "events": [
6647
+ {
6648
+ "event": "icChange",
6649
+ "detail": "{ value: Date | null; timeString: string | null; timeObject: { hour: string | null; minute: string | null; second: string | null; period?: IcTimePeriods | undefined; }; }",
6650
+ "bubbles": true,
6651
+ "complexType": {
6652
+ "original": "{\n value: Date | null;\n timeString: string | null;\n timeObject: {\n hour: string | null;\n minute: string | null;\n second: string | null;\n period?: IcTimePeriods;\n };\n }",
6653
+ "resolved": "{ value: Date | null; timeString: string | null; timeObject: { hour: string | null; minute: string | null; second: string | null; period?: IcTimePeriods | undefined; }; }",
6654
+ "references": {
6655
+ "Date": {
6656
+ "location": "global",
6657
+ "id": "global::Date"
6658
+ },
6659
+ "IcTimePeriods": {
6660
+ "location": "import",
6661
+ "path": "./ic-time-selector.types",
6662
+ "id": "src/components/ic-time-selector/ic-time-selector.types.ts::IcTimePeriods"
6663
+ }
6664
+ }
6665
+ },
6666
+ "cancelable": true,
6667
+ "composed": true,
6668
+ "docs": "Emitted when the value has changed.",
6669
+ "docsTags": []
6670
+ }
6671
+ ],
6672
+ "listeners": [],
6673
+ "styles": [],
6674
+ "slots": [],
6675
+ "parts": [],
6676
+ "dependents": [],
6677
+ "dependencies": [
6678
+ "ic-typography",
6679
+ "ic-button"
6680
+ ],
6681
+ "dependencyGraph": {
6682
+ "ic-time-selector": [
6683
+ "ic-typography",
6684
+ "ic-button"
6685
+ ],
6686
+ "ic-button": [
6687
+ "ic-typography",
6688
+ "ic-loading-indicator",
6689
+ "ic-tooltip"
6690
+ ],
6691
+ "ic-loading-indicator": [
6692
+ "ic-typography"
6693
+ ],
6694
+ "ic-tooltip": [
6695
+ "ic-typography"
6696
+ ]
6697
+ }
6698
+ },
6240
6699
  {
6241
6700
  "filePath": "src/components/ic-tree-item/ic-tree-item.tsx",
6242
6701
  "encapsulation": "shadow",
@@ -7009,7 +7468,7 @@
7009
7468
  "path": "src/components/ic-data-table/ic-data-table.types.tsx"
7010
7469
  },
7011
7470
  "src/utils/types.ts::IcPaginationBarOptions": {
7012
- "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}",
7471
+ "declaration": "export interface IcPaginationBarOptions {\n alignment?: IcPaginationAlignmentOptions;\n hideAllFromItemsPerPage?: boolean;\n hideCurrentPage?: boolean;\n hideFirstAndLastPageButton?: 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}",
7013
7472
  "docstring": "",
7014
7473
  "path": "src/utils/types.ts"
7015
7474
  },
@@ -7079,10 +7538,20 @@
7079
7538
  "path": "src/utils/types.ts"
7080
7539
  },
7081
7540
  "src/utils/types.ts::IcTimeFormat": {
7082
- "declaration": "export type IcTimeFormat = \"HH:MM\" | \"HH:MM:SS\";",
7541
+ "declaration": "export type IcTimeFormat = \"HH:MM\" | \"HH:MM:SS\" | \"HH:MM:SS.SSS\";",
7542
+ "docstring": "",
7543
+ "path": "src/utils/types.ts"
7544
+ },
7545
+ "src/utils/types.ts::IcTimeFormatSelector": {
7546
+ "declaration": "export type IcTimeFormatSelector = \"HH:MM\" | \"HH:MM:SS\";",
7083
7547
  "docstring": "",
7084
7548
  "path": "src/utils/types.ts"
7085
7549
  },
7550
+ "src/components/ic-time-selector/ic-time-selector.types.ts::IcTimePeriods": {
7551
+ "declaration": "export type IcTimePeriods = \"AM\" | \"PM\";",
7552
+ "docstring": "",
7553
+ "path": "src/components/ic-time-selector/ic-time-selector.types.ts"
7554
+ },
7086
7555
  "src/components/ic-tree-view/ic-tree-view.types.tsx::IcTreeItemOptions": {
7087
7556
  "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}",
7088
7557
  "docstring": "",
package/package.json CHANGED
@@ -1,23 +1,23 @@
1
1
  {
2
- "author": "mi6",
3
2
  "name": "@ukic/canary-docs",
4
- "version": "3.0.0-canary.24",
3
+ "version": "3.0.0-canary.26",
5
4
  "description": "API documentation for @ukic canary components",
5
+ "bugs": {
6
+ "url": "https://github.com/mi6/ic-ui-kit/issues",
7
+ "email": "icds@gchq.gov.uk"
8
+ },
9
+ "repository": {
10
+ "url": "git+https://github.com/mi6/ic-ui-kit.git",
11
+ "directory": "packages/canary-docs"
12
+ },
13
+ "license": "MIT",
14
+ "author": "mi6",
6
15
  "main": "docs.json",
7
16
  "types": "./docs.d.ts",
8
17
  "files": [
9
18
  "docs.json",
10
19
  "docs.d.ts"
11
20
  ],
12
- "repository": {
13
- "url": "git+https://github.com/mi6/ic-ui-kit.git",
14
- "directory": "packages/canary-docs"
15
- },
16
- "bugs": {
17
- "url": "https://github.com/mi6/ic-ui-kit/issues",
18
- "email": "icds@gchq.gov.uk"
19
- },
20
- "license": "MIT",
21
21
  "packageManager": "^npm@10.9.2",
22
- "gitHead": "055d3ec189bdc7b19e08762df4a74905043b5ea3"
22
+ "gitHead": "f02f7dbf5c2a7967e86689b425e601f34f50231b"
23
23
  }