@ukic/canary-docs 3.0.0-canary.25 → 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.
- package/docs.json +429 -14
- package/package.json +12 -12
package/docs.json
CHANGED
|
@@ -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",
|
|
@@ -5559,7 +5586,7 @@
|
|
|
5559
5586
|
"mutable": false,
|
|
5560
5587
|
"attr": "emit-time-part-change",
|
|
5561
5588
|
"reflectToAttr": false,
|
|
5562
|
-
"docs": "If `true`, every individual input field completed will emit an
|
|
5589
|
+
"docs": "If `true`, every individual input field completed will emit an icTimeChange event.",
|
|
5563
5590
|
"docsTags": [],
|
|
5564
5591
|
"default": "false",
|
|
5565
5592
|
"values": [
|
|
@@ -5835,6 +5862,33 @@
|
|
|
5835
5862
|
"getter": false,
|
|
5836
5863
|
"setter": false
|
|
5837
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
|
+
},
|
|
5838
5892
|
{
|
|
5839
5893
|
"name": "showClearButton",
|
|
5840
5894
|
"type": "boolean | undefined",
|
|
@@ -5945,10 +5999,10 @@
|
|
|
5945
5999
|
},
|
|
5946
6000
|
{
|
|
5947
6001
|
"name": "timeFormat",
|
|
5948
|
-
"type": "\"HH:MM\" | \"HH:MM:SS\"",
|
|
6002
|
+
"type": "\"HH:MM\" | \"HH:MM:SS\" | \"HH:MM:SS.SSS\"",
|
|
5949
6003
|
"complexType": {
|
|
5950
6004
|
"original": "IcTimeFormat",
|
|
5951
|
-
"resolved": "\"HH:MM\" | \"HH:MM:SS\"",
|
|
6005
|
+
"resolved": "\"HH:MM\" | \"HH:MM:SS\" | \"HH:MM:SS.SSS\"",
|
|
5952
6006
|
"references": {
|
|
5953
6007
|
"IcTimeFormat": {
|
|
5954
6008
|
"location": "import",
|
|
@@ -5971,6 +6025,10 @@
|
|
|
5971
6025
|
{
|
|
5972
6026
|
"value": "HH:MM:SS",
|
|
5973
6027
|
"type": "string"
|
|
6028
|
+
},
|
|
6029
|
+
{
|
|
6030
|
+
"value": "HH:MM:SS.SSS",
|
|
6031
|
+
"type": "string"
|
|
5974
6032
|
}
|
|
5975
6033
|
],
|
|
5976
6034
|
"optional": false,
|
|
@@ -6209,12 +6267,12 @@
|
|
|
6209
6267
|
"docsTags": []
|
|
6210
6268
|
},
|
|
6211
6269
|
{
|
|
6212
|
-
"event": "
|
|
6213
|
-
"detail": "{ value: Date | null;
|
|
6270
|
+
"event": "icFocus",
|
|
6271
|
+
"detail": "{ value: Date | null; }",
|
|
6214
6272
|
"bubbles": true,
|
|
6215
6273
|
"complexType": {
|
|
6216
|
-
"original": "{
|
|
6217
|
-
"resolved": "{ value: Date | null;
|
|
6274
|
+
"original": "{ value: Date | null }",
|
|
6275
|
+
"resolved": "{ value: Date | null; }",
|
|
6218
6276
|
"references": {
|
|
6219
6277
|
"Date": {
|
|
6220
6278
|
"location": "global",
|
|
@@ -6224,16 +6282,16 @@
|
|
|
6224
6282
|
},
|
|
6225
6283
|
"cancelable": true,
|
|
6226
6284
|
"composed": true,
|
|
6227
|
-
"docs": "Emitted when the
|
|
6285
|
+
"docs": "Emitted when the input gains focus.",
|
|
6228
6286
|
"docsTags": []
|
|
6229
6287
|
},
|
|
6230
6288
|
{
|
|
6231
|
-
"event": "
|
|
6232
|
-
"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; }; }",
|
|
6233
6291
|
"bubbles": true,
|
|
6234
6292
|
"complexType": {
|
|
6235
|
-
"original": "{
|
|
6236
|
-
"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; }; }",
|
|
6237
6295
|
"references": {
|
|
6238
6296
|
"Date": {
|
|
6239
6297
|
"location": "global",
|
|
@@ -6243,7 +6301,7 @@
|
|
|
6243
6301
|
},
|
|
6244
6302
|
"cancelable": true,
|
|
6245
6303
|
"composed": true,
|
|
6246
|
-
"docs": "Emitted when the
|
|
6304
|
+
"docs": "Emitted when the value has changed.",
|
|
6247
6305
|
"docsTags": []
|
|
6248
6306
|
}
|
|
6249
6307
|
],
|
|
@@ -6262,6 +6320,8 @@
|
|
|
6262
6320
|
"ic-input-label",
|
|
6263
6321
|
"ic-input-component-container",
|
|
6264
6322
|
"ic-button",
|
|
6323
|
+
"ic-toggle-button-group",
|
|
6324
|
+
"ic-toggle-button",
|
|
6265
6325
|
"ic-input-validation"
|
|
6266
6326
|
],
|
|
6267
6327
|
"dependencyGraph": {
|
|
@@ -6270,6 +6330,8 @@
|
|
|
6270
6330
|
"ic-input-label",
|
|
6271
6331
|
"ic-input-component-container",
|
|
6272
6332
|
"ic-button",
|
|
6333
|
+
"ic-toggle-button-group",
|
|
6334
|
+
"ic-toggle-button",
|
|
6273
6335
|
"ic-input-validation"
|
|
6274
6336
|
],
|
|
6275
6337
|
"ic-input-label": [
|
|
@@ -6286,11 +6348,354 @@
|
|
|
6286
6348
|
"ic-tooltip": [
|
|
6287
6349
|
"ic-typography"
|
|
6288
6350
|
],
|
|
6351
|
+
"ic-toggle-button": [
|
|
6352
|
+
"ic-button"
|
|
6353
|
+
],
|
|
6289
6354
|
"ic-input-validation": [
|
|
6290
6355
|
"ic-typography"
|
|
6291
6356
|
]
|
|
6292
6357
|
}
|
|
6293
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
|
+
},
|
|
6294
6699
|
{
|
|
6295
6700
|
"filePath": "src/components/ic-tree-item/ic-tree-item.tsx",
|
|
6296
6701
|
"encapsulation": "shadow",
|
|
@@ -7133,10 +7538,20 @@
|
|
|
7133
7538
|
"path": "src/utils/types.ts"
|
|
7134
7539
|
},
|
|
7135
7540
|
"src/utils/types.ts::IcTimeFormat": {
|
|
7136
|
-
"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\";",
|
|
7137
7547
|
"docstring": "",
|
|
7138
7548
|
"path": "src/utils/types.ts"
|
|
7139
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
|
+
},
|
|
7140
7555
|
"src/components/ic-tree-view/ic-tree-view.types.tsx::IcTreeItemOptions": {
|
|
7141
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}",
|
|
7142
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.
|
|
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": "
|
|
22
|
+
"gitHead": "f02f7dbf5c2a7967e86689b425e601f34f50231b"
|
|
23
23
|
}
|