@ukic/canary-docs 3.0.0-canary.18 → 3.0.0-canary.19

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 +782 -2
  2. package/package.json +2 -2
package/docs.json CHANGED
@@ -4362,6 +4362,776 @@
4362
4362
  ]
4363
4363
  }
4364
4364
  },
4365
+ {
4366
+ "filePath": "src/components/ic-time-input/ic-time-input.tsx",
4367
+ "encapsulation": "shadow",
4368
+ "tag": "ic-time-input",
4369
+ "readme": "# ic-date-input\n\n\n",
4370
+ "docs": "",
4371
+ "docsTags": [
4372
+ {
4373
+ "name": "slot",
4374
+ "text": "helper-text - Content is set as the helper text for the time input."
4375
+ }
4376
+ ],
4377
+ "usage": {},
4378
+ "props": [
4379
+ {
4380
+ "name": "disableTimes",
4381
+ "type": "IcDisableTimeSelection[]",
4382
+ "complexType": {
4383
+ "original": "IcDisableTimeSelection[]",
4384
+ "resolved": "IcDisableTimeSelection[]",
4385
+ "references": {
4386
+ "IcDisableTimeSelection": {
4387
+ "location": "import",
4388
+ "path": "../../utils/types",
4389
+ "id": "src/utils/types.ts::IcDisableTimeSelection"
4390
+ }
4391
+ }
4392
+ },
4393
+ "mutable": false,
4394
+ "reflectToAttr": false,
4395
+ "docs": "An array of times that will be disabled in the time input. 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.",
4396
+ "docsTags": [],
4397
+ "default": "[]",
4398
+ "values": [
4399
+ {
4400
+ "type": "IcDisableTimeSelection[]"
4401
+ }
4402
+ ],
4403
+ "optional": false,
4404
+ "required": false,
4405
+ "getter": false,
4406
+ "setter": false
4407
+ },
4408
+ {
4409
+ "name": "disabled",
4410
+ "type": "boolean",
4411
+ "complexType": {
4412
+ "original": "boolean",
4413
+ "resolved": "boolean",
4414
+ "references": {}
4415
+ },
4416
+ "mutable": false,
4417
+ "attr": "disabled",
4418
+ "reflectToAttr": false,
4419
+ "docs": "If `true`, the disabled state will be set.",
4420
+ "docsTags": [],
4421
+ "default": "false",
4422
+ "values": [
4423
+ {
4424
+ "type": "boolean"
4425
+ }
4426
+ ],
4427
+ "optional": false,
4428
+ "required": false,
4429
+ "getter": false,
4430
+ "setter": false
4431
+ },
4432
+ {
4433
+ "name": "emitTimePartChange",
4434
+ "type": "boolean | undefined",
4435
+ "complexType": {
4436
+ "original": "boolean",
4437
+ "resolved": "boolean | undefined",
4438
+ "references": {}
4439
+ },
4440
+ "mutable": false,
4441
+ "attr": "emit-time-part-change",
4442
+ "reflectToAttr": false,
4443
+ "docs": "If `true`, every individual input field completed will emit an icChange event.",
4444
+ "docsTags": [],
4445
+ "default": "false",
4446
+ "values": [
4447
+ {
4448
+ "type": "boolean"
4449
+ },
4450
+ {
4451
+ "type": "undefined"
4452
+ }
4453
+ ],
4454
+ "optional": true,
4455
+ "required": false,
4456
+ "getter": false,
4457
+ "setter": false
4458
+ },
4459
+ {
4460
+ "name": "helperText",
4461
+ "type": "null | string",
4462
+ "complexType": {
4463
+ "original": "string | null",
4464
+ "resolved": "null | string",
4465
+ "references": {}
4466
+ },
4467
+ "mutable": true,
4468
+ "attr": "helper-text",
4469
+ "reflectToAttr": false,
4470
+ "docs": "The helper text that will be displayed for additional field guidance. This will default to the text \"Use format\" along with the `timeFormat` value.",
4471
+ "docsTags": [],
4472
+ "values": [
4473
+ {
4474
+ "type": "null"
4475
+ },
4476
+ {
4477
+ "type": "string"
4478
+ }
4479
+ ],
4480
+ "optional": false,
4481
+ "required": false,
4482
+ "getter": false,
4483
+ "setter": false
4484
+ },
4485
+ {
4486
+ "name": "hideHelperText",
4487
+ "type": "boolean",
4488
+ "complexType": {
4489
+ "original": "boolean",
4490
+ "resolved": "boolean",
4491
+ "references": {}
4492
+ },
4493
+ "mutable": false,
4494
+ "attr": "hide-helper-text",
4495
+ "reflectToAttr": false,
4496
+ "docs": "If `true`, the helper text will be visually hidden, but still read out by screenreaders.",
4497
+ "docsTags": [],
4498
+ "default": "false",
4499
+ "values": [
4500
+ {
4501
+ "type": "boolean"
4502
+ }
4503
+ ],
4504
+ "optional": false,
4505
+ "required": false,
4506
+ "getter": false,
4507
+ "setter": false
4508
+ },
4509
+ {
4510
+ "name": "hideLabel",
4511
+ "type": "boolean | undefined",
4512
+ "complexType": {
4513
+ "original": "boolean",
4514
+ "resolved": "boolean | undefined",
4515
+ "references": {}
4516
+ },
4517
+ "mutable": false,
4518
+ "attr": "hide-label",
4519
+ "reflectToAttr": false,
4520
+ "docs": "If `true`, the label will be visually hidden, but will still be read out by screen readers.",
4521
+ "docsTags": [],
4522
+ "default": "false",
4523
+ "values": [
4524
+ {
4525
+ "type": "boolean"
4526
+ },
4527
+ {
4528
+ "type": "undefined"
4529
+ }
4530
+ ],
4531
+ "optional": true,
4532
+ "required": false,
4533
+ "getter": false,
4534
+ "setter": false
4535
+ },
4536
+ {
4537
+ "name": "inputId",
4538
+ "type": "string",
4539
+ "complexType": {
4540
+ "original": "string",
4541
+ "resolved": "string",
4542
+ "references": {}
4543
+ },
4544
+ "mutable": false,
4545
+ "attr": "input-id",
4546
+ "reflectToAttr": false,
4547
+ "docs": "The ID for the input.",
4548
+ "docsTags": [],
4549
+ "default": "`ic-time-input-${inputIds++}`",
4550
+ "values": [
4551
+ {
4552
+ "type": "string"
4553
+ }
4554
+ ],
4555
+ "optional": false,
4556
+ "required": false,
4557
+ "getter": false,
4558
+ "setter": false
4559
+ },
4560
+ {
4561
+ "name": "invalidTimeMessage",
4562
+ "type": "string",
4563
+ "complexType": {
4564
+ "original": "string",
4565
+ "resolved": "string",
4566
+ "references": {}
4567
+ },
4568
+ "mutable": false,
4569
+ "attr": "invalid-time-message",
4570
+ "reflectToAttr": false,
4571
+ "docs": "The text to display as the validation message when an invalid time is entered.",
4572
+ "docsTags": [],
4573
+ "default": "\"Please enter a valid time.\"",
4574
+ "values": [
4575
+ {
4576
+ "type": "string"
4577
+ }
4578
+ ],
4579
+ "optional": false,
4580
+ "required": false,
4581
+ "getter": false,
4582
+ "setter": false
4583
+ },
4584
+ {
4585
+ "name": "label",
4586
+ "type": "string",
4587
+ "complexType": {
4588
+ "original": "string",
4589
+ "resolved": "string",
4590
+ "references": {}
4591
+ },
4592
+ "mutable": false,
4593
+ "attr": "label",
4594
+ "reflectToAttr": false,
4595
+ "docs": "The label for the time input.",
4596
+ "docsTags": [],
4597
+ "values": [
4598
+ {
4599
+ "type": "string"
4600
+ }
4601
+ ],
4602
+ "optional": false,
4603
+ "required": true,
4604
+ "getter": false,
4605
+ "setter": false
4606
+ },
4607
+ {
4608
+ "name": "max",
4609
+ "type": "Date | string",
4610
+ "complexType": {
4611
+ "original": "string | Date",
4612
+ "resolved": "Date | string",
4613
+ "references": {
4614
+ "Date": {
4615
+ "location": "global",
4616
+ "id": "global::Date"
4617
+ }
4618
+ }
4619
+ },
4620
+ "mutable": false,
4621
+ "attr": "max",
4622
+ "reflectToAttr": false,
4623
+ "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.",
4624
+ "docsTags": [],
4625
+ "default": "\"\"",
4626
+ "values": [
4627
+ {
4628
+ "type": "Date"
4629
+ },
4630
+ {
4631
+ "type": "string"
4632
+ }
4633
+ ],
4634
+ "optional": false,
4635
+ "required": false,
4636
+ "getter": false,
4637
+ "setter": false
4638
+ },
4639
+ {
4640
+ "name": "min",
4641
+ "type": "Date | string",
4642
+ "complexType": {
4643
+ "original": "string | Date",
4644
+ "resolved": "Date | string",
4645
+ "references": {
4646
+ "Date": {
4647
+ "location": "global",
4648
+ "id": "global::Date"
4649
+ }
4650
+ }
4651
+ },
4652
+ "mutable": false,
4653
+ "attr": "min",
4654
+ "reflectToAttr": false,
4655
+ "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.",
4656
+ "docsTags": [],
4657
+ "default": "\"\"",
4658
+ "values": [
4659
+ {
4660
+ "type": "Date"
4661
+ },
4662
+ {
4663
+ "type": "string"
4664
+ }
4665
+ ],
4666
+ "optional": false,
4667
+ "required": false,
4668
+ "getter": false,
4669
+ "setter": false
4670
+ },
4671
+ {
4672
+ "name": "name",
4673
+ "type": "string",
4674
+ "complexType": {
4675
+ "original": "string",
4676
+ "resolved": "string",
4677
+ "references": {}
4678
+ },
4679
+ "mutable": false,
4680
+ "attr": "name",
4681
+ "reflectToAttr": false,
4682
+ "docs": "The name of the control, which is submitted with the form data.",
4683
+ "docsTags": [],
4684
+ "default": "this.inputId",
4685
+ "values": [
4686
+ {
4687
+ "type": "string"
4688
+ }
4689
+ ],
4690
+ "optional": false,
4691
+ "required": false,
4692
+ "getter": false,
4693
+ "setter": false
4694
+ },
4695
+ {
4696
+ "name": "required",
4697
+ "type": "boolean",
4698
+ "complexType": {
4699
+ "original": "boolean",
4700
+ "resolved": "boolean",
4701
+ "references": {}
4702
+ },
4703
+ "mutable": false,
4704
+ "attr": "required",
4705
+ "reflectToAttr": false,
4706
+ "docs": "If `true`, the input will require a value.",
4707
+ "docsTags": [],
4708
+ "default": "false",
4709
+ "values": [
4710
+ {
4711
+ "type": "boolean"
4712
+ }
4713
+ ],
4714
+ "optional": false,
4715
+ "required": false,
4716
+ "getter": false,
4717
+ "setter": false
4718
+ },
4719
+ {
4720
+ "name": "showClearButton",
4721
+ "type": "boolean | undefined",
4722
+ "complexType": {
4723
+ "original": "boolean",
4724
+ "resolved": "boolean | undefined",
4725
+ "references": {}
4726
+ },
4727
+ "mutable": false,
4728
+ "attr": "show-clear-button",
4729
+ "reflectToAttr": false,
4730
+ "docs": "If `true`, a button which clears the time input when clicked will be displayed.",
4731
+ "docsTags": [],
4732
+ "default": "true",
4733
+ "values": [
4734
+ {
4735
+ "type": "boolean"
4736
+ },
4737
+ {
4738
+ "type": "undefined"
4739
+ }
4740
+ ],
4741
+ "optional": true,
4742
+ "required": false,
4743
+ "getter": false,
4744
+ "setter": false
4745
+ },
4746
+ {
4747
+ "name": "size",
4748
+ "type": "\"large\" | \"medium\" | \"small\"",
4749
+ "complexType": {
4750
+ "original": "IcSizes",
4751
+ "resolved": "\"large\" | \"medium\" | \"small\"",
4752
+ "references": {
4753
+ "IcSizes": {
4754
+ "location": "import",
4755
+ "path": "../../utils/types",
4756
+ "id": "src/utils/types.ts::IcSizes"
4757
+ }
4758
+ }
4759
+ },
4760
+ "mutable": false,
4761
+ "attr": "size",
4762
+ "reflectToAttr": false,
4763
+ "docs": "The size of the time input to be displayed.",
4764
+ "docsTags": [],
4765
+ "default": "\"medium\"",
4766
+ "values": [
4767
+ {
4768
+ "value": "large",
4769
+ "type": "string"
4770
+ },
4771
+ {
4772
+ "value": "medium",
4773
+ "type": "string"
4774
+ },
4775
+ {
4776
+ "value": "small",
4777
+ "type": "string"
4778
+ }
4779
+ ],
4780
+ "optional": false,
4781
+ "required": false,
4782
+ "getter": false,
4783
+ "setter": false
4784
+ },
4785
+ {
4786
+ "name": "theme",
4787
+ "type": "\"dark\" | \"inherit\" | \"light\" | undefined",
4788
+ "complexType": {
4789
+ "original": "IcThemeMode",
4790
+ "resolved": "\"dark\" | \"inherit\" | \"light\" | undefined",
4791
+ "references": {
4792
+ "IcThemeMode": {
4793
+ "location": "import",
4794
+ "path": "../../utils/types",
4795
+ "id": "src/utils/types.ts::IcThemeMode"
4796
+ }
4797
+ }
4798
+ },
4799
+ "mutable": false,
4800
+ "attr": "theme",
4801
+ "reflectToAttr": false,
4802
+ "docs": "Sets the time picker to the dark or light theme colors. \"inherit\" will set the color based on the system settings or ic-theme component.",
4803
+ "docsTags": [],
4804
+ "default": "\"inherit\"",
4805
+ "values": [
4806
+ {
4807
+ "value": "dark",
4808
+ "type": "string"
4809
+ },
4810
+ {
4811
+ "value": "inherit",
4812
+ "type": "string"
4813
+ },
4814
+ {
4815
+ "value": "light",
4816
+ "type": "string"
4817
+ },
4818
+ {
4819
+ "type": "undefined"
4820
+ }
4821
+ ],
4822
+ "optional": true,
4823
+ "required": false,
4824
+ "getter": false,
4825
+ "setter": false
4826
+ },
4827
+ {
4828
+ "name": "timeFormat",
4829
+ "type": "\"HH:MM\" | \"HH:MM:SS\"",
4830
+ "complexType": {
4831
+ "original": "IcTimeFormat",
4832
+ "resolved": "\"HH:MM\" | \"HH:MM:SS\"",
4833
+ "references": {
4834
+ "IcTimeFormat": {
4835
+ "location": "import",
4836
+ "path": "../../utils/types",
4837
+ "id": "src/utils/types.ts::IcTimeFormat"
4838
+ }
4839
+ }
4840
+ },
4841
+ "mutable": false,
4842
+ "attr": "time-format",
4843
+ "reflectToAttr": false,
4844
+ "docs": "The format in which the time will be displayed.",
4845
+ "docsTags": [],
4846
+ "default": "this.DEFAULT_TIME_FORMAT",
4847
+ "values": [
4848
+ {
4849
+ "value": "HH:MM",
4850
+ "type": "string"
4851
+ },
4852
+ {
4853
+ "value": "HH:MM:SS",
4854
+ "type": "string"
4855
+ }
4856
+ ],
4857
+ "optional": false,
4858
+ "required": false,
4859
+ "getter": false,
4860
+ "setter": false
4861
+ },
4862
+ {
4863
+ "name": "timePeriod",
4864
+ "type": "\"12\" | \"24\"",
4865
+ "complexType": {
4866
+ "original": "\"12\" | \"24\"",
4867
+ "resolved": "\"12\" | \"24\"",
4868
+ "references": {}
4869
+ },
4870
+ "mutable": false,
4871
+ "attr": "time-period",
4872
+ "reflectToAttr": false,
4873
+ "docs": "The time period format: \"12\" for 12-hour, \"24\" for 24-hour. Defaults to \"24\".",
4874
+ "docsTags": [],
4875
+ "default": "\"24\"",
4876
+ "values": [
4877
+ {
4878
+ "value": "12",
4879
+ "type": "string"
4880
+ },
4881
+ {
4882
+ "value": "24",
4883
+ "type": "string"
4884
+ }
4885
+ ],
4886
+ "optional": false,
4887
+ "required": false,
4888
+ "getter": false,
4889
+ "setter": false
4890
+ },
4891
+ {
4892
+ "name": "validationStatus",
4893
+ "type": "\"\" | \"error\" | \"success\" | \"warning\"",
4894
+ "complexType": {
4895
+ "original": "IcInformationStatusOrEmpty",
4896
+ "resolved": "\"\" | \"error\" | \"success\" | \"warning\"",
4897
+ "references": {
4898
+ "IcInformationStatusOrEmpty": {
4899
+ "location": "import",
4900
+ "path": "../../utils/types",
4901
+ "id": "src/utils/types.ts::IcInformationStatusOrEmpty"
4902
+ }
4903
+ }
4904
+ },
4905
+ "mutable": true,
4906
+ "attr": "validation-status",
4907
+ "reflectToAttr": false,
4908
+ "docs": "The validation status - e.g. 'error' | 'warning' | 'success'. This will override the built-in time validation.",
4909
+ "docsTags": [],
4910
+ "default": "\"\"",
4911
+ "values": [
4912
+ {
4913
+ "type": "\"\""
4914
+ },
4915
+ {
4916
+ "value": "error",
4917
+ "type": "string"
4918
+ },
4919
+ {
4920
+ "value": "success",
4921
+ "type": "string"
4922
+ },
4923
+ {
4924
+ "value": "warning",
4925
+ "type": "string"
4926
+ }
4927
+ ],
4928
+ "optional": false,
4929
+ "required": false,
4930
+ "getter": false,
4931
+ "setter": false
4932
+ },
4933
+ {
4934
+ "name": "validationText",
4935
+ "type": "string | undefined",
4936
+ "complexType": {
4937
+ "original": "string",
4938
+ "resolved": "string | undefined",
4939
+ "references": {}
4940
+ },
4941
+ "mutable": false,
4942
+ "attr": "validation-text",
4943
+ "reflectToAttr": false,
4944
+ "docs": "The text to display as the validation message. This will override the built-in time validation.",
4945
+ "docsTags": [],
4946
+ "default": "\"\"",
4947
+ "values": [
4948
+ {
4949
+ "type": "string"
4950
+ },
4951
+ {
4952
+ "type": "undefined"
4953
+ }
4954
+ ],
4955
+ "optional": true,
4956
+ "required": false,
4957
+ "getter": false,
4958
+ "setter": false
4959
+ },
4960
+ {
4961
+ "name": "value",
4962
+ "type": "Date | null | string | undefined",
4963
+ "complexType": {
4964
+ "original": "string | Date | null | undefined",
4965
+ "resolved": "Date | null | string | undefined",
4966
+ "references": {
4967
+ "Date": {
4968
+ "location": "global",
4969
+ "id": "global::Date"
4970
+ }
4971
+ }
4972
+ },
4973
+ "mutable": true,
4974
+ "attr": "value",
4975
+ "reflectToAttr": false,
4976
+ "docs": "The value of the time input. 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.",
4977
+ "docsTags": [],
4978
+ "default": "\"\"",
4979
+ "values": [
4980
+ {
4981
+ "type": "Date"
4982
+ },
4983
+ {
4984
+ "type": "null"
4985
+ },
4986
+ {
4987
+ "type": "string"
4988
+ },
4989
+ {
4990
+ "type": "undefined"
4991
+ }
4992
+ ],
4993
+ "optional": true,
4994
+ "required": false,
4995
+ "getter": false,
4996
+ "setter": false
4997
+ }
4998
+ ],
4999
+ "methods": [
5000
+ {
5001
+ "name": "getTime",
5002
+ "returns": {
5003
+ "type": "Promise<Date | null>",
5004
+ "docs": "Date"
5005
+ },
5006
+ "complexType": {
5007
+ "signature": "() => Promise<Date | null>",
5008
+ "parameters": [],
5009
+ "references": {
5010
+ "Promise": {
5011
+ "location": "global",
5012
+ "id": "global::Promise"
5013
+ },
5014
+ "Date": {
5015
+ "location": "global",
5016
+ "id": "global::Date"
5017
+ }
5018
+ },
5019
+ "return": "Promise<Date | null>"
5020
+ },
5021
+ "signature": "getTime() => Promise<Date | null>",
5022
+ "parameters": [],
5023
+ "docs": "Returns the value as a Date object",
5024
+ "docsTags": [
5025
+ {
5026
+ "name": "returns",
5027
+ "text": "Date"
5028
+ }
5029
+ ]
5030
+ }
5031
+ ],
5032
+ "events": [
5033
+ {
5034
+ "event": "icBlur",
5035
+ "detail": "{ value: Date | null; }",
5036
+ "bubbles": true,
5037
+ "complexType": {
5038
+ "original": "{ value: Date | null }",
5039
+ "resolved": "{ value: Date | null; }",
5040
+ "references": {
5041
+ "Date": {
5042
+ "location": "global",
5043
+ "id": "global::Date"
5044
+ }
5045
+ }
5046
+ },
5047
+ "cancelable": true,
5048
+ "composed": true,
5049
+ "docs": "Emitted when the input loses focus.",
5050
+ "docsTags": []
5051
+ },
5052
+ {
5053
+ "event": "icChange",
5054
+ "detail": "{ value: Date | null; timeObject: { hour: string | null; minute: string | null; second: string | null; }; }",
5055
+ "bubbles": true,
5056
+ "complexType": {
5057
+ "original": "{\n value: Date | null;\n timeObject: {\n hour: string | null;\n minute: string | null;\n second: string | null;\n };\n }",
5058
+ "resolved": "{ value: Date | null; timeObject: { hour: string | null; minute: string | null; second: string | null; }; }",
5059
+ "references": {
5060
+ "Date": {
5061
+ "location": "global",
5062
+ "id": "global::Date"
5063
+ }
5064
+ }
5065
+ },
5066
+ "cancelable": true,
5067
+ "composed": true,
5068
+ "docs": "Emitted when the value has changed.",
5069
+ "docsTags": []
5070
+ },
5071
+ {
5072
+ "event": "icFocus",
5073
+ "detail": "{ value: Date | null; }",
5074
+ "bubbles": true,
5075
+ "complexType": {
5076
+ "original": "{ value: Date | null }",
5077
+ "resolved": "{ value: Date | null; }",
5078
+ "references": {
5079
+ "Date": {
5080
+ "location": "global",
5081
+ "id": "global::Date"
5082
+ }
5083
+ }
5084
+ },
5085
+ "cancelable": true,
5086
+ "composed": true,
5087
+ "docs": "Emitted when the input gains focus.",
5088
+ "docsTags": []
5089
+ }
5090
+ ],
5091
+ "listeners": [],
5092
+ "styles": [],
5093
+ "slots": [
5094
+ {
5095
+ "name": "helper-text",
5096
+ "docs": "Content is set as the helper text for the time input."
5097
+ }
5098
+ ],
5099
+ "parts": [],
5100
+ "dependents": [],
5101
+ "dependencies": [
5102
+ "ic-input-container",
5103
+ "ic-input-label",
5104
+ "ic-input-component-container",
5105
+ "ic-button",
5106
+ "ic-input-validation"
5107
+ ],
5108
+ "dependencyGraph": {
5109
+ "ic-time-input": [
5110
+ "ic-input-container",
5111
+ "ic-input-label",
5112
+ "ic-input-component-container",
5113
+ "ic-button",
5114
+ "ic-input-validation"
5115
+ ],
5116
+ "ic-input-label": [
5117
+ "ic-typography"
5118
+ ],
5119
+ "ic-button": [
5120
+ "ic-typography",
5121
+ "ic-loading-indicator",
5122
+ "ic-tooltip"
5123
+ ],
5124
+ "ic-loading-indicator": [
5125
+ "ic-typography"
5126
+ ],
5127
+ "ic-tooltip": [
5128
+ "ic-typography"
5129
+ ],
5130
+ "ic-input-validation": [
5131
+ "ic-typography"
5132
+ ]
5133
+ }
5134
+ },
4365
5135
  {
4366
5136
  "filePath": "src/components/ic-tree-item/ic-tree-item.tsx",
4367
5137
  "encapsulation": "shadow",
@@ -5094,12 +5864,12 @@
5094
5864
  "path": "../web-components/dist/types/interface.d.ts"
5095
5865
  },
5096
5866
  "src/components/ic-data-table/ic-data-table.types.tsx::IcDataTableColumnObject": {
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}",
5867
+ "declaration": "{\n key: string;\n title: string;\n dataType: IcDataTableColumnDataTypes;\n columnAlignment?: IcDataTableAlignmentOptions;\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}",
5098
5868
  "docstring": "",
5099
5869
  "path": "src/components/ic-data-table/ic-data-table.types.tsx"
5100
5870
  },
5101
5871
  "src/components/ic-data-table/ic-data-table.types.tsx::IcDataTableDataType": {
5102
- "declaration": "{ [key: string]: any }",
5872
+ "declaration": "{\n [key: string]: any;\n rowOptions?: IcDataTableRowOptions;\n}",
5103
5873
  "docstring": "",
5104
5874
  "path": "src/components/ic-data-table/ic-data-table.types.tsx"
5105
5875
  },
@@ -5183,6 +5953,16 @@
5183
5953
  "docstring": "",
5184
5954
  "path": "src/utils/types.ts"
5185
5955
  },
5956
+ "src/utils/types.ts::IcDisableTimeSelection": {
5957
+ "declaration": "export type IcDisableTimeSelection =\n | string\n | Date\n | { start: string | Date; end: string | Date };",
5958
+ "docstring": "",
5959
+ "path": "src/utils/types.ts"
5960
+ },
5961
+ "src/utils/types.ts::IcTimeFormat": {
5962
+ "declaration": "export type IcTimeFormat = \"HH:MM\" | \"HH:MM:SS\";",
5963
+ "docstring": "",
5964
+ "path": "src/utils/types.ts"
5965
+ },
5186
5966
  "src/components/ic-tree-view/ic-tree-view.types.tsx::IcTreeItemOptions": {
5187
5967
  "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}",
5188
5968
  "docstring": "",
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.18",
4
+ "version": "3.0.0-canary.19",
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": "8dda3100111ba9731294bca0a22cdd04b128deaf"
22
+ "gitHead": "db93fe7649cd716a63d1a61be6a5098809af165d"
23
23
  }