@ukic/docs 3.0.0-alpha.6 → 3.0.0-alpha.8
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 +77 -30
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -6780,11 +6780,15 @@
|
|
|
6780
6780
|
],
|
|
6781
6781
|
"parts": [],
|
|
6782
6782
|
"dependents": [
|
|
6783
|
+
"ic-search-bar",
|
|
6783
6784
|
"ic-select",
|
|
6784
6785
|
"ic-text-field"
|
|
6785
6786
|
],
|
|
6786
6787
|
"dependencies": [],
|
|
6787
6788
|
"dependencyGraph": {
|
|
6789
|
+
"ic-search-bar": [
|
|
6790
|
+
"ic-input-component-container"
|
|
6791
|
+
],
|
|
6788
6792
|
"ic-select": [
|
|
6789
6793
|
"ic-input-component-container"
|
|
6790
6794
|
],
|
|
@@ -6854,11 +6858,15 @@
|
|
|
6854
6858
|
"slots": [],
|
|
6855
6859
|
"parts": [],
|
|
6856
6860
|
"dependents": [
|
|
6861
|
+
"ic-search-bar",
|
|
6857
6862
|
"ic-select",
|
|
6858
6863
|
"ic-text-field"
|
|
6859
6864
|
],
|
|
6860
6865
|
"dependencies": [],
|
|
6861
6866
|
"dependencyGraph": {
|
|
6867
|
+
"ic-search-bar": [
|
|
6868
|
+
"ic-input-container"
|
|
6869
|
+
],
|
|
6862
6870
|
"ic-select": [
|
|
6863
6871
|
"ic-input-container"
|
|
6864
6872
|
],
|
|
@@ -7064,6 +7072,7 @@
|
|
|
7064
7072
|
"dependents": [
|
|
7065
7073
|
"ic-checkbox-group",
|
|
7066
7074
|
"ic-radio-group",
|
|
7075
|
+
"ic-search-bar",
|
|
7067
7076
|
"ic-select",
|
|
7068
7077
|
"ic-switch",
|
|
7069
7078
|
"ic-text-field"
|
|
@@ -7081,6 +7090,9 @@
|
|
|
7081
7090
|
"ic-radio-group": [
|
|
7082
7091
|
"ic-input-label"
|
|
7083
7092
|
],
|
|
7093
|
+
"ic-search-bar": [
|
|
7094
|
+
"ic-input-label"
|
|
7095
|
+
],
|
|
7084
7096
|
"ic-select": [
|
|
7085
7097
|
"ic-input-label"
|
|
7086
7098
|
],
|
|
@@ -8330,7 +8342,22 @@
|
|
|
8330
8342
|
]
|
|
8331
8343
|
}
|
|
8332
8344
|
],
|
|
8333
|
-
"events": [
|
|
8345
|
+
"events": [
|
|
8346
|
+
{
|
|
8347
|
+
"event": "icClear",
|
|
8348
|
+
"detail": "void",
|
|
8349
|
+
"bubbles": true,
|
|
8350
|
+
"complexType": {
|
|
8351
|
+
"original": "void",
|
|
8352
|
+
"resolved": "void",
|
|
8353
|
+
"references": {}
|
|
8354
|
+
},
|
|
8355
|
+
"cancelable": true,
|
|
8356
|
+
"composed": true,
|
|
8357
|
+
"docs": "Emitted when the clear all button is clicked.",
|
|
8358
|
+
"docsTags": []
|
|
8359
|
+
}
|
|
8360
|
+
],
|
|
8334
8361
|
"listeners": [],
|
|
8335
8362
|
"styles": [
|
|
8336
8363
|
{
|
|
@@ -12682,6 +12709,25 @@
|
|
|
12682
12709
|
"docs": "Emitted when a keyboard input occurred.",
|
|
12683
12710
|
"docsTags": []
|
|
12684
12711
|
},
|
|
12712
|
+
{
|
|
12713
|
+
"event": "icKeydown",
|
|
12714
|
+
"detail": "{ event: KeyboardEvent; }",
|
|
12715
|
+
"bubbles": true,
|
|
12716
|
+
"complexType": {
|
|
12717
|
+
"original": "{ event: KeyboardEvent }",
|
|
12718
|
+
"resolved": "{ event: KeyboardEvent; }",
|
|
12719
|
+
"references": {
|
|
12720
|
+
"KeyboardEvent": {
|
|
12721
|
+
"location": "global",
|
|
12722
|
+
"id": "global::KeyboardEvent"
|
|
12723
|
+
}
|
|
12724
|
+
}
|
|
12725
|
+
},
|
|
12726
|
+
"cancelable": true,
|
|
12727
|
+
"composed": true,
|
|
12728
|
+
"docs": "Emitted when a keydown event occurred.",
|
|
12729
|
+
"docsTags": []
|
|
12730
|
+
},
|
|
12685
12731
|
{
|
|
12686
12732
|
"event": "icMenuChange",
|
|
12687
12733
|
"detail": "IcMenuChangeEventDetail",
|
|
@@ -12805,7 +12851,7 @@
|
|
|
12805
12851
|
],
|
|
12806
12852
|
"listeners": [
|
|
12807
12853
|
{
|
|
12808
|
-
"event": "
|
|
12854
|
+
"event": "keydown",
|
|
12809
12855
|
"capture": false,
|
|
12810
12856
|
"passive": false
|
|
12811
12857
|
},
|
|
@@ -12826,29 +12872,23 @@
|
|
|
12826
12872
|
"parts": [],
|
|
12827
12873
|
"dependents": [],
|
|
12828
12874
|
"dependencies": [
|
|
12829
|
-
"ic-
|
|
12875
|
+
"ic-input-container",
|
|
12876
|
+
"ic-input-label",
|
|
12877
|
+
"ic-input-component-container",
|
|
12830
12878
|
"ic-button",
|
|
12831
12879
|
"ic-menu"
|
|
12832
12880
|
],
|
|
12833
12881
|
"dependencyGraph": {
|
|
12834
12882
|
"ic-search-bar": [
|
|
12835
|
-
"ic-text-field",
|
|
12836
|
-
"ic-button",
|
|
12837
|
-
"ic-menu"
|
|
12838
|
-
],
|
|
12839
|
-
"ic-text-field": [
|
|
12840
12883
|
"ic-input-container",
|
|
12841
12884
|
"ic-input-label",
|
|
12842
12885
|
"ic-input-component-container",
|
|
12843
|
-
"ic-
|
|
12844
|
-
"ic-
|
|
12886
|
+
"ic-button",
|
|
12887
|
+
"ic-menu"
|
|
12845
12888
|
],
|
|
12846
12889
|
"ic-input-label": [
|
|
12847
12890
|
"ic-typography"
|
|
12848
12891
|
],
|
|
12849
|
-
"ic-input-validation": [
|
|
12850
|
-
"ic-typography"
|
|
12851
|
-
],
|
|
12852
12892
|
"ic-button": [
|
|
12853
12893
|
"ic-loading-indicator",
|
|
12854
12894
|
"ic-tooltip"
|
|
@@ -12992,7 +13032,7 @@
|
|
|
12992
13032
|
"mutable": false,
|
|
12993
13033
|
"attr": "debounce",
|
|
12994
13034
|
"reflectToAttr": false,
|
|
12995
|
-
"docs": "The amount of time, in milliseconds, to wait to trigger the `
|
|
13035
|
+
"docs": "The amount of time, in milliseconds, to wait to trigger the `icInput` event after each keystroke.",
|
|
12996
13036
|
"docsTags": [],
|
|
12997
13037
|
"default": "0",
|
|
12998
13038
|
"values": [
|
|
@@ -13775,7 +13815,7 @@
|
|
|
13775
13815
|
},
|
|
13776
13816
|
"cancelable": true,
|
|
13777
13817
|
"composed": true,
|
|
13778
|
-
"docs": "Emitted when the clear button is clicked.",
|
|
13818
|
+
"docs": "Emitted when the clear or clear all button is clicked.",
|
|
13779
13819
|
"docsTags": []
|
|
13780
13820
|
},
|
|
13781
13821
|
{
|
|
@@ -16870,9 +16910,7 @@
|
|
|
16870
16910
|
}
|
|
16871
16911
|
],
|
|
16872
16912
|
"parts": [],
|
|
16873
|
-
"dependents": [
|
|
16874
|
-
"ic-search-bar"
|
|
16875
|
-
],
|
|
16913
|
+
"dependents": [],
|
|
16876
16914
|
"dependencies": [
|
|
16877
16915
|
"ic-input-container",
|
|
16878
16916
|
"ic-input-label",
|
|
@@ -16893,9 +16931,6 @@
|
|
|
16893
16931
|
],
|
|
16894
16932
|
"ic-input-validation": [
|
|
16895
16933
|
"ic-typography"
|
|
16896
|
-
],
|
|
16897
|
-
"ic-search-bar": [
|
|
16898
|
-
"ic-text-field"
|
|
16899
16934
|
]
|
|
16900
16935
|
}
|
|
16901
16936
|
},
|
|
@@ -17389,7 +17424,7 @@
|
|
|
17389
17424
|
"resolved": "boolean",
|
|
17390
17425
|
"references": {}
|
|
17391
17426
|
},
|
|
17392
|
-
"mutable":
|
|
17427
|
+
"mutable": true,
|
|
17393
17428
|
"attr": "disabled",
|
|
17394
17429
|
"reflectToAttr": false,
|
|
17395
17430
|
"docs": "If `true`, the toggle button will be in disabled state.",
|
|
@@ -17411,7 +17446,7 @@
|
|
|
17411
17446
|
"resolved": "boolean",
|
|
17412
17447
|
"references": {}
|
|
17413
17448
|
},
|
|
17414
|
-
"mutable":
|
|
17449
|
+
"mutable": true,
|
|
17415
17450
|
"attr": "full-width",
|
|
17416
17451
|
"reflectToAttr": false,
|
|
17417
17452
|
"docs": "If `true`, the toggle button will fill the width of the container.",
|
|
@@ -17429,15 +17464,22 @@
|
|
|
17429
17464
|
"name": "iconPlacement",
|
|
17430
17465
|
"type": "\"left\" | \"right\" | \"top\"",
|
|
17431
17466
|
"complexType": {
|
|
17432
|
-
"original": "
|
|
17467
|
+
"original": "IcIconPlacementOptions",
|
|
17433
17468
|
"resolved": "\"left\" | \"right\" | \"top\"",
|
|
17434
|
-
"references": {
|
|
17469
|
+
"references": {
|
|
17470
|
+
"IcIconPlacementOptions": {
|
|
17471
|
+
"location": "import",
|
|
17472
|
+
"path": "../../utils/types",
|
|
17473
|
+
"id": "src/utils/types.ts::IcIconPlacementOptions"
|
|
17474
|
+
}
|
|
17475
|
+
}
|
|
17435
17476
|
},
|
|
17436
17477
|
"mutable": false,
|
|
17437
17478
|
"attr": "icon-placement",
|
|
17438
17479
|
"reflectToAttr": false,
|
|
17439
17480
|
"docs": "The placement of the icon in relation to the toggle button label.",
|
|
17440
17481
|
"docsTags": [],
|
|
17482
|
+
"default": "\"left\"",
|
|
17441
17483
|
"values": [
|
|
17442
17484
|
{
|
|
17443
17485
|
"value": "left",
|
|
@@ -17484,7 +17526,7 @@
|
|
|
17484
17526
|
"resolved": "boolean",
|
|
17485
17527
|
"references": {}
|
|
17486
17528
|
},
|
|
17487
|
-
"mutable":
|
|
17529
|
+
"mutable": true,
|
|
17488
17530
|
"attr": "loading",
|
|
17489
17531
|
"reflectToAttr": false,
|
|
17490
17532
|
"docs": "If `true`, the toggle button will be in loading state.",
|
|
@@ -17506,7 +17548,7 @@
|
|
|
17506
17548
|
"resolved": "boolean",
|
|
17507
17549
|
"references": {}
|
|
17508
17550
|
},
|
|
17509
|
-
"mutable":
|
|
17551
|
+
"mutable": true,
|
|
17510
17552
|
"attr": "monochrome",
|
|
17511
17553
|
"reflectToAttr": false,
|
|
17512
17554
|
"docs": "If `true`, the toggle button will display as black in the light theme, and white in dark theme.",
|
|
@@ -17534,7 +17576,7 @@
|
|
|
17534
17576
|
}
|
|
17535
17577
|
}
|
|
17536
17578
|
},
|
|
17537
|
-
"mutable":
|
|
17579
|
+
"mutable": true,
|
|
17538
17580
|
"attr": "size",
|
|
17539
17581
|
"reflectToAttr": false,
|
|
17540
17582
|
"docs": "The size of the toggle button to be displayed.",
|
|
@@ -17571,7 +17613,7 @@
|
|
|
17571
17613
|
}
|
|
17572
17614
|
}
|
|
17573
17615
|
},
|
|
17574
|
-
"mutable":
|
|
17616
|
+
"mutable": true,
|
|
17575
17617
|
"attr": "theme",
|
|
17576
17618
|
"reflectToAttr": false,
|
|
17577
17619
|
"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.",
|
|
@@ -17602,7 +17644,7 @@
|
|
|
17602
17644
|
"resolved": "\"default\" | \"icon\"",
|
|
17603
17645
|
"references": {}
|
|
17604
17646
|
},
|
|
17605
|
-
"mutable":
|
|
17647
|
+
"mutable": true,
|
|
17606
17648
|
"attr": "variant",
|
|
17607
17649
|
"reflectToAttr": true,
|
|
17608
17650
|
"docs": "The variant of the toggle button.",
|
|
@@ -19478,6 +19520,11 @@
|
|
|
19478
19520
|
"docstring": "",
|
|
19479
19521
|
"path": "src/utils/types.ts"
|
|
19480
19522
|
},
|
|
19523
|
+
"src/utils/types.ts::IcIconPlacementOptions": {
|
|
19524
|
+
"declaration": "export type IcIconPlacementOptions = \"left\" | \"right\" | \"top\";",
|
|
19525
|
+
"docstring": "",
|
|
19526
|
+
"path": "src/utils/types.ts"
|
|
19527
|
+
},
|
|
19481
19528
|
"src/utils/types.ts::IcSelectMethodTypes": {
|
|
19482
19529
|
"declaration": "export type IcSelectMethodTypes = \"auto\" | \"manual\";",
|
|
19483
19530
|
"docstring": "",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "mi6",
|
|
3
3
|
"name": "@ukic/docs",
|
|
4
|
-
"version": "3.0.0-alpha.
|
|
4
|
+
"version": "3.0.0-alpha.8",
|
|
5
5
|
"description": "API documentation for @ukic components",
|
|
6
6
|
"main": "docs.json",
|
|
7
7
|
"types": "docs.d.ts",
|
|
@@ -18,5 +18,5 @@
|
|
|
18
18
|
"email": "icds@gchq.gov.uk"
|
|
19
19
|
},
|
|
20
20
|
"license": "MIT",
|
|
21
|
-
"gitHead": "
|
|
21
|
+
"gitHead": "aadff337c20cb1dee5e221f7e88179dc8242789e"
|
|
22
22
|
}
|