@ukic/canary-docs 3.0.0-canary.1 → 3.0.0-canary.10
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.d.ts +42 -0
- package/docs.json +1033 -1671
- package/package.json +3 -2
package/docs.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"compiler": {
|
|
3
3
|
"name": "@stencil/core",
|
|
4
|
-
"version": "4.
|
|
5
|
-
"typescriptVersion": "5.
|
|
4
|
+
"version": "4.26.0",
|
|
5
|
+
"typescriptVersion": "5.5.4"
|
|
6
6
|
},
|
|
7
7
|
"components": [
|
|
8
8
|
{
|
|
@@ -55,7 +55,9 @@
|
|
|
55
55
|
}
|
|
56
56
|
],
|
|
57
57
|
"optional": true,
|
|
58
|
-
"required": false
|
|
58
|
+
"required": false,
|
|
59
|
+
"getter": false,
|
|
60
|
+
"setter": false
|
|
59
61
|
},
|
|
60
62
|
{
|
|
61
63
|
"name": "disabled",
|
|
@@ -77,7 +79,9 @@
|
|
|
77
79
|
}
|
|
78
80
|
],
|
|
79
81
|
"optional": true,
|
|
80
|
-
"required": false
|
|
82
|
+
"required": false,
|
|
83
|
+
"getter": false,
|
|
84
|
+
"setter": false
|
|
81
85
|
},
|
|
82
86
|
{
|
|
83
87
|
"name": "heading",
|
|
@@ -98,7 +102,9 @@
|
|
|
98
102
|
}
|
|
99
103
|
],
|
|
100
104
|
"optional": true,
|
|
101
|
-
"required": false
|
|
105
|
+
"required": false,
|
|
106
|
+
"getter": false,
|
|
107
|
+
"setter": false
|
|
102
108
|
},
|
|
103
109
|
{
|
|
104
110
|
"name": "href",
|
|
@@ -119,7 +125,9 @@
|
|
|
119
125
|
}
|
|
120
126
|
],
|
|
121
127
|
"optional": true,
|
|
122
|
-
"required": false
|
|
128
|
+
"required": false,
|
|
129
|
+
"getter": false,
|
|
130
|
+
"setter": false
|
|
123
131
|
},
|
|
124
132
|
{
|
|
125
133
|
"name": "hreflang",
|
|
@@ -141,7 +149,9 @@
|
|
|
141
149
|
}
|
|
142
150
|
],
|
|
143
151
|
"optional": true,
|
|
144
|
-
"required": false
|
|
152
|
+
"required": false,
|
|
153
|
+
"getter": false,
|
|
154
|
+
"setter": false
|
|
145
155
|
},
|
|
146
156
|
{
|
|
147
157
|
"name": "message",
|
|
@@ -163,7 +173,9 @@
|
|
|
163
173
|
}
|
|
164
174
|
],
|
|
165
175
|
"optional": true,
|
|
166
|
-
"required": false
|
|
176
|
+
"required": false,
|
|
177
|
+
"getter": false,
|
|
178
|
+
"setter": false
|
|
167
179
|
},
|
|
168
180
|
{
|
|
169
181
|
"name": "referrerpolicy",
|
|
@@ -221,7 +233,9 @@
|
|
|
221
233
|
}
|
|
222
234
|
],
|
|
223
235
|
"optional": true,
|
|
224
|
-
"required": false
|
|
236
|
+
"required": false,
|
|
237
|
+
"getter": false,
|
|
238
|
+
"setter": false
|
|
225
239
|
},
|
|
226
240
|
{
|
|
227
241
|
"name": "rel",
|
|
@@ -242,7 +256,9 @@
|
|
|
242
256
|
}
|
|
243
257
|
],
|
|
244
258
|
"optional": true,
|
|
245
|
-
"required": false
|
|
259
|
+
"required": false,
|
|
260
|
+
"getter": false,
|
|
261
|
+
"setter": false
|
|
246
262
|
},
|
|
247
263
|
{
|
|
248
264
|
"name": "size",
|
|
@@ -283,7 +299,9 @@
|
|
|
283
299
|
}
|
|
284
300
|
],
|
|
285
301
|
"optional": false,
|
|
286
|
-
"required": false
|
|
302
|
+
"required": false,
|
|
303
|
+
"getter": false,
|
|
304
|
+
"setter": false
|
|
287
305
|
},
|
|
288
306
|
{
|
|
289
307
|
"name": "target",
|
|
@@ -304,7 +322,48 @@
|
|
|
304
322
|
}
|
|
305
323
|
],
|
|
306
324
|
"optional": true,
|
|
307
|
-
"required": false
|
|
325
|
+
"required": false,
|
|
326
|
+
"getter": false,
|
|
327
|
+
"setter": false
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"name": "theme",
|
|
331
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
332
|
+
"complexType": {
|
|
333
|
+
"original": "IcThemeMode",
|
|
334
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
335
|
+
"references": {
|
|
336
|
+
"IcThemeMode": {
|
|
337
|
+
"location": "import",
|
|
338
|
+
"path": "../../utils/types",
|
|
339
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
},
|
|
343
|
+
"mutable": false,
|
|
344
|
+
"attr": "theme",
|
|
345
|
+
"reflectToAttr": false,
|
|
346
|
+
"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.",
|
|
347
|
+
"docsTags": [],
|
|
348
|
+
"default": "\"inherit\"",
|
|
349
|
+
"values": [
|
|
350
|
+
{
|
|
351
|
+
"value": "dark",
|
|
352
|
+
"type": "string"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"value": "inherit",
|
|
356
|
+
"type": "string"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"value": "light",
|
|
360
|
+
"type": "string"
|
|
361
|
+
}
|
|
362
|
+
],
|
|
363
|
+
"optional": true,
|
|
364
|
+
"required": false,
|
|
365
|
+
"getter": false,
|
|
366
|
+
"setter": false
|
|
308
367
|
}
|
|
309
368
|
],
|
|
310
369
|
"methods": [
|
|
@@ -339,7 +398,7 @@
|
|
|
339
398
|
"passive": false
|
|
340
399
|
},
|
|
341
400
|
{
|
|
342
|
-
"event": "
|
|
401
|
+
"event": "brandChange",
|
|
343
402
|
"target": "document",
|
|
344
403
|
"capture": false,
|
|
345
404
|
"passive": false
|
|
@@ -434,7 +493,33 @@
|
|
|
434
493
|
}
|
|
435
494
|
],
|
|
436
495
|
"optional": false,
|
|
437
|
-
"required": true
|
|
496
|
+
"required": true,
|
|
497
|
+
"getter": false,
|
|
498
|
+
"setter": false
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"name": "columnHeaderTruncation",
|
|
502
|
+
"type": "boolean",
|
|
503
|
+
"complexType": {
|
|
504
|
+
"original": "boolean",
|
|
505
|
+
"resolved": "boolean",
|
|
506
|
+
"references": {}
|
|
507
|
+
},
|
|
508
|
+
"mutable": false,
|
|
509
|
+
"attr": "column-header-truncation",
|
|
510
|
+
"reflectToAttr": false,
|
|
511
|
+
"docs": "Determines whether the column header should be truncated and display a tooltip. Default is `false`.",
|
|
512
|
+
"docsTags": [],
|
|
513
|
+
"default": "false",
|
|
514
|
+
"values": [
|
|
515
|
+
{
|
|
516
|
+
"type": "boolean"
|
|
517
|
+
}
|
|
518
|
+
],
|
|
519
|
+
"optional": false,
|
|
520
|
+
"required": false,
|
|
521
|
+
"getter": false,
|
|
522
|
+
"setter": false
|
|
438
523
|
},
|
|
439
524
|
{
|
|
440
525
|
"name": "columns",
|
|
@@ -460,7 +545,9 @@
|
|
|
460
545
|
}
|
|
461
546
|
],
|
|
462
547
|
"optional": false,
|
|
463
|
-
"required": true
|
|
548
|
+
"required": true,
|
|
549
|
+
"getter": false,
|
|
550
|
+
"setter": false
|
|
464
551
|
},
|
|
465
552
|
{
|
|
466
553
|
"name": "data",
|
|
@@ -485,8 +572,10 @@
|
|
|
485
572
|
"type": "IcDataTableDataType[]"
|
|
486
573
|
}
|
|
487
574
|
],
|
|
488
|
-
"optional":
|
|
489
|
-
"required": false
|
|
575
|
+
"optional": true,
|
|
576
|
+
"required": false,
|
|
577
|
+
"getter": false,
|
|
578
|
+
"setter": false
|
|
490
579
|
},
|
|
491
580
|
{
|
|
492
581
|
"name": "density",
|
|
@@ -523,7 +612,33 @@
|
|
|
523
612
|
}
|
|
524
613
|
],
|
|
525
614
|
"optional": true,
|
|
526
|
-
"required": false
|
|
615
|
+
"required": false,
|
|
616
|
+
"getter": false,
|
|
617
|
+
"setter": false
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"name": "disableAutoSort",
|
|
621
|
+
"type": "boolean",
|
|
622
|
+
"complexType": {
|
|
623
|
+
"original": "boolean",
|
|
624
|
+
"resolved": "boolean",
|
|
625
|
+
"references": {}
|
|
626
|
+
},
|
|
627
|
+
"mutable": false,
|
|
628
|
+
"attr": "disable-auto-sort",
|
|
629
|
+
"reflectToAttr": false,
|
|
630
|
+
"docs": "If `true`, the built in sort functionality will be disabled. For example, if rows will already be sorted from an external source.",
|
|
631
|
+
"docsTags": [],
|
|
632
|
+
"default": "false",
|
|
633
|
+
"values": [
|
|
634
|
+
{
|
|
635
|
+
"type": "boolean"
|
|
636
|
+
}
|
|
637
|
+
],
|
|
638
|
+
"optional": true,
|
|
639
|
+
"required": false,
|
|
640
|
+
"getter": false,
|
|
641
|
+
"setter": false
|
|
527
642
|
},
|
|
528
643
|
{
|
|
529
644
|
"name": "embedded",
|
|
@@ -545,7 +660,9 @@
|
|
|
545
660
|
}
|
|
546
661
|
],
|
|
547
662
|
"optional": true,
|
|
548
|
-
"required": false
|
|
663
|
+
"required": false,
|
|
664
|
+
"getter": false,
|
|
665
|
+
"setter": false
|
|
549
666
|
},
|
|
550
667
|
{
|
|
551
668
|
"name": "globalRowHeight",
|
|
@@ -577,7 +694,9 @@
|
|
|
577
694
|
}
|
|
578
695
|
],
|
|
579
696
|
"optional": true,
|
|
580
|
-
"required": false
|
|
697
|
+
"required": false,
|
|
698
|
+
"getter": false,
|
|
699
|
+
"setter": false
|
|
581
700
|
},
|
|
582
701
|
{
|
|
583
702
|
"name": "height",
|
|
@@ -598,7 +717,9 @@
|
|
|
598
717
|
}
|
|
599
718
|
],
|
|
600
719
|
"optional": true,
|
|
601
|
-
"required": false
|
|
720
|
+
"required": false,
|
|
721
|
+
"getter": false,
|
|
722
|
+
"setter": false
|
|
602
723
|
},
|
|
603
724
|
{
|
|
604
725
|
"name": "hideColumnHeaders",
|
|
@@ -620,7 +741,33 @@
|
|
|
620
741
|
}
|
|
621
742
|
],
|
|
622
743
|
"optional": true,
|
|
623
|
-
"required": false
|
|
744
|
+
"required": false,
|
|
745
|
+
"getter": false,
|
|
746
|
+
"setter": false
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"name": "highlightSelectedRow",
|
|
750
|
+
"type": "boolean",
|
|
751
|
+
"complexType": {
|
|
752
|
+
"original": "boolean",
|
|
753
|
+
"resolved": "boolean",
|
|
754
|
+
"references": {}
|
|
755
|
+
},
|
|
756
|
+
"mutable": false,
|
|
757
|
+
"attr": "highlight-selected-row",
|
|
758
|
+
"reflectToAttr": false,
|
|
759
|
+
"docs": "If `true`, the selected row is highlighted using a background colour.",
|
|
760
|
+
"docsTags": [],
|
|
761
|
+
"default": "true",
|
|
762
|
+
"values": [
|
|
763
|
+
{
|
|
764
|
+
"type": "boolean"
|
|
765
|
+
}
|
|
766
|
+
],
|
|
767
|
+
"optional": true,
|
|
768
|
+
"required": false,
|
|
769
|
+
"getter": false,
|
|
770
|
+
"setter": false
|
|
624
771
|
},
|
|
625
772
|
{
|
|
626
773
|
"name": "loading",
|
|
@@ -642,21 +789,17 @@
|
|
|
642
789
|
}
|
|
643
790
|
],
|
|
644
791
|
"optional": true,
|
|
645
|
-
"required": false
|
|
792
|
+
"required": false,
|
|
793
|
+
"getter": false,
|
|
794
|
+
"setter": false
|
|
646
795
|
},
|
|
647
796
|
{
|
|
648
797
|
"name": "loadingOptions",
|
|
649
|
-
"type": "{
|
|
798
|
+
"type": "{ description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; monochrome?: boolean; overlay?: boolean; }",
|
|
650
799
|
"complexType": {
|
|
651
|
-
"original": "{\n
|
|
652
|
-
"resolved": "{
|
|
653
|
-
"references": {
|
|
654
|
-
"IcThemeForegroundNoDefault": {
|
|
655
|
-
"location": "import",
|
|
656
|
-
"path": "@ukic/web-components/dist/types/utils/types",
|
|
657
|
-
"id": "../web-components/dist/types/utils/types.d.ts::IcThemeForegroundNoDefault"
|
|
658
|
-
}
|
|
659
|
-
}
|
|
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 }",
|
|
801
|
+
"resolved": "{ description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; monochrome?: boolean; overlay?: boolean; }",
|
|
802
|
+
"references": {}
|
|
660
803
|
},
|
|
661
804
|
"mutable": false,
|
|
662
805
|
"reflectToAttr": false,
|
|
@@ -664,11 +807,13 @@
|
|
|
664
807
|
"docsTags": [],
|
|
665
808
|
"values": [
|
|
666
809
|
{
|
|
667
|
-
"type": "{
|
|
810
|
+
"type": "{ description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; monochrome?: boolean; overlay?: boolean; }"
|
|
668
811
|
}
|
|
669
812
|
],
|
|
670
813
|
"optional": true,
|
|
671
|
-
"required": false
|
|
814
|
+
"required": false,
|
|
815
|
+
"getter": false,
|
|
816
|
+
"setter": false
|
|
672
817
|
},
|
|
673
818
|
{
|
|
674
819
|
"name": "maxWidth",
|
|
@@ -689,7 +834,9 @@
|
|
|
689
834
|
}
|
|
690
835
|
],
|
|
691
836
|
"optional": true,
|
|
692
|
-
"required": false
|
|
837
|
+
"required": false,
|
|
838
|
+
"getter": false,
|
|
839
|
+
"setter": false
|
|
693
840
|
},
|
|
694
841
|
{
|
|
695
842
|
"name": "minWidth",
|
|
@@ -710,7 +857,9 @@
|
|
|
710
857
|
}
|
|
711
858
|
],
|
|
712
859
|
"optional": true,
|
|
713
|
-
"required": false
|
|
860
|
+
"required": false,
|
|
861
|
+
"getter": false,
|
|
862
|
+
"setter": false
|
|
714
863
|
},
|
|
715
864
|
{
|
|
716
865
|
"name": "minimumLoadingDisplayDuration",
|
|
@@ -732,7 +881,9 @@
|
|
|
732
881
|
}
|
|
733
882
|
],
|
|
734
883
|
"optional": true,
|
|
735
|
-
"required": false
|
|
884
|
+
"required": false,
|
|
885
|
+
"getter": false,
|
|
886
|
+
"setter": false
|
|
736
887
|
},
|
|
737
888
|
{
|
|
738
889
|
"name": "paginationBarOptions",
|
|
@@ -752,14 +903,16 @@
|
|
|
752
903
|
"reflectToAttr": false,
|
|
753
904
|
"docs": "Sets the props for the built-in pagination bar. If the `pagination-bar` slot is used then this prop is ignored.",
|
|
754
905
|
"docsTags": [],
|
|
755
|
-
"default": "{\n itemsPerPageOptions: [\n { label: \"10\", value: \"10\" },\n { label: \"25\", value: \"25\" },\n { label: \"50\", value: \"50\" },\n ],\n
|
|
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 }",
|
|
756
907
|
"values": [
|
|
757
908
|
{
|
|
758
909
|
"type": "IcPaginationBarOptions"
|
|
759
910
|
}
|
|
760
911
|
],
|
|
761
912
|
"optional": true,
|
|
762
|
-
"required": false
|
|
913
|
+
"required": false,
|
|
914
|
+
"getter": false,
|
|
915
|
+
"setter": false
|
|
763
916
|
},
|
|
764
917
|
{
|
|
765
918
|
"name": "showPagination",
|
|
@@ -781,7 +934,9 @@
|
|
|
781
934
|
}
|
|
782
935
|
],
|
|
783
936
|
"optional": true,
|
|
784
|
-
"required": false
|
|
937
|
+
"required": false,
|
|
938
|
+
"getter": false,
|
|
939
|
+
"setter": false
|
|
785
940
|
},
|
|
786
941
|
{
|
|
787
942
|
"name": "sortOptions",
|
|
@@ -808,7 +963,9 @@
|
|
|
808
963
|
}
|
|
809
964
|
],
|
|
810
965
|
"optional": true,
|
|
811
|
-
"required": false
|
|
966
|
+
"required": false,
|
|
967
|
+
"getter": false,
|
|
968
|
+
"setter": false
|
|
812
969
|
},
|
|
813
970
|
{
|
|
814
971
|
"name": "sortable",
|
|
@@ -830,7 +987,9 @@
|
|
|
830
987
|
}
|
|
831
988
|
],
|
|
832
989
|
"optional": true,
|
|
833
|
-
"required": false
|
|
990
|
+
"required": false,
|
|
991
|
+
"getter": false,
|
|
992
|
+
"setter": false
|
|
834
993
|
},
|
|
835
994
|
{
|
|
836
995
|
"name": "stickyColumnHeaders",
|
|
@@ -852,7 +1011,9 @@
|
|
|
852
1011
|
}
|
|
853
1012
|
],
|
|
854
1013
|
"optional": true,
|
|
855
|
-
"required": false
|
|
1014
|
+
"required": false,
|
|
1015
|
+
"getter": false,
|
|
1016
|
+
"setter": false
|
|
856
1017
|
},
|
|
857
1018
|
{
|
|
858
1019
|
"name": "stickyRowHeaders",
|
|
@@ -874,7 +1035,9 @@
|
|
|
874
1035
|
}
|
|
875
1036
|
],
|
|
876
1037
|
"optional": true,
|
|
877
|
-
"required": false
|
|
1038
|
+
"required": false,
|
|
1039
|
+
"getter": false,
|
|
1040
|
+
"setter": false
|
|
878
1041
|
},
|
|
879
1042
|
{
|
|
880
1043
|
"name": "tableLayout",
|
|
@@ -901,7 +1064,48 @@
|
|
|
901
1064
|
}
|
|
902
1065
|
],
|
|
903
1066
|
"optional": true,
|
|
904
|
-
"required": false
|
|
1067
|
+
"required": false,
|
|
1068
|
+
"getter": false,
|
|
1069
|
+
"setter": false
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
"name": "theme",
|
|
1073
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
1074
|
+
"complexType": {
|
|
1075
|
+
"original": "IcThemeMode",
|
|
1076
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
1077
|
+
"references": {
|
|
1078
|
+
"IcThemeMode": {
|
|
1079
|
+
"location": "import",
|
|
1080
|
+
"path": "../../utils/types",
|
|
1081
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
1082
|
+
}
|
|
1083
|
+
}
|
|
1084
|
+
},
|
|
1085
|
+
"mutable": false,
|
|
1086
|
+
"attr": "theme",
|
|
1087
|
+
"reflectToAttr": false,
|
|
1088
|
+
"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.",
|
|
1089
|
+
"docsTags": [],
|
|
1090
|
+
"default": "\"inherit\"",
|
|
1091
|
+
"values": [
|
|
1092
|
+
{
|
|
1093
|
+
"value": "dark",
|
|
1094
|
+
"type": "string"
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
"value": "inherit",
|
|
1098
|
+
"type": "string"
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"value": "light",
|
|
1102
|
+
"type": "string"
|
|
1103
|
+
}
|
|
1104
|
+
],
|
|
1105
|
+
"optional": true,
|
|
1106
|
+
"required": false,
|
|
1107
|
+
"getter": false,
|
|
1108
|
+
"setter": false
|
|
905
1109
|
},
|
|
906
1110
|
{
|
|
907
1111
|
"name": "truncationPattern",
|
|
@@ -933,7 +1137,9 @@
|
|
|
933
1137
|
}
|
|
934
1138
|
],
|
|
935
1139
|
"optional": true,
|
|
936
|
-
"required": false
|
|
1140
|
+
"required": false,
|
|
1141
|
+
"getter": false,
|
|
1142
|
+
"setter": false
|
|
937
1143
|
},
|
|
938
1144
|
{
|
|
939
1145
|
"name": "updating",
|
|
@@ -955,21 +1161,17 @@
|
|
|
955
1161
|
}
|
|
956
1162
|
],
|
|
957
1163
|
"optional": true,
|
|
958
|
-
"required": false
|
|
1164
|
+
"required": false,
|
|
1165
|
+
"getter": false,
|
|
1166
|
+
"setter": false
|
|
959
1167
|
},
|
|
960
1168
|
{
|
|
961
1169
|
"name": "updatingOptions",
|
|
962
|
-
"type": "{
|
|
1170
|
+
"type": "{ description?: string; max?: number; min?: number; progress?: number; monochrome?: boolean; }",
|
|
963
1171
|
"complexType": {
|
|
964
|
-
"original": "{\n
|
|
965
|
-
"resolved": "{
|
|
966
|
-
"references": {
|
|
967
|
-
"IcThemeForegroundNoDefault": {
|
|
968
|
-
"location": "import",
|
|
969
|
-
"path": "@ukic/web-components/dist/types/utils/types",
|
|
970
|
-
"id": "../web-components/dist/types/utils/types.d.ts::IcThemeForegroundNoDefault"
|
|
971
|
-
}
|
|
972
|
-
}
|
|
1172
|
+
"original": "{\n description?: string;\n max?: number;\n min?: number;\n progress?: number;\n monochrome?: boolean;\n }",
|
|
1173
|
+
"resolved": "{ description?: string; max?: number; min?: number; progress?: number; monochrome?: boolean; }",
|
|
1174
|
+
"references": {}
|
|
973
1175
|
},
|
|
974
1176
|
"mutable": false,
|
|
975
1177
|
"reflectToAttr": false,
|
|
@@ -977,11 +1179,13 @@
|
|
|
977
1179
|
"docsTags": [],
|
|
978
1180
|
"values": [
|
|
979
1181
|
{
|
|
980
|
-
"type": "{
|
|
1182
|
+
"type": "{ description?: string; max?: number; min?: number; progress?: number; monochrome?: boolean; }"
|
|
981
1183
|
}
|
|
982
1184
|
],
|
|
983
1185
|
"optional": true,
|
|
984
|
-
"required": false
|
|
1186
|
+
"required": false,
|
|
1187
|
+
"getter": false,
|
|
1188
|
+
"setter": false
|
|
985
1189
|
},
|
|
986
1190
|
{
|
|
987
1191
|
"name": "variableRowHeight",
|
|
@@ -1007,7 +1211,9 @@
|
|
|
1007
1211
|
}
|
|
1008
1212
|
],
|
|
1009
1213
|
"optional": true,
|
|
1010
|
-
"required": false
|
|
1214
|
+
"required": false,
|
|
1215
|
+
"getter": false,
|
|
1216
|
+
"setter": false
|
|
1011
1217
|
},
|
|
1012
1218
|
{
|
|
1013
1219
|
"name": "width",
|
|
@@ -1028,7 +1234,9 @@
|
|
|
1028
1234
|
}
|
|
1029
1235
|
],
|
|
1030
1236
|
"optional": true,
|
|
1031
|
-
"required": false
|
|
1237
|
+
"required": false,
|
|
1238
|
+
"getter": false,
|
|
1239
|
+
"setter": false
|
|
1032
1240
|
}
|
|
1033
1241
|
],
|
|
1034
1242
|
"methods": [
|
|
@@ -1082,6 +1290,20 @@
|
|
|
1082
1290
|
"docs": "Emitted when the `globalRowHeight` or `variableRowHeight` properties change in the data table.",
|
|
1083
1291
|
"docsTags": []
|
|
1084
1292
|
},
|
|
1293
|
+
{
|
|
1294
|
+
"event": "icSelectedRowChange",
|
|
1295
|
+
"detail": "object",
|
|
1296
|
+
"bubbles": true,
|
|
1297
|
+
"complexType": {
|
|
1298
|
+
"original": "object",
|
|
1299
|
+
"resolved": "object",
|
|
1300
|
+
"references": {}
|
|
1301
|
+
},
|
|
1302
|
+
"cancelable": true,
|
|
1303
|
+
"composed": true,
|
|
1304
|
+
"docs": "Emitted when the selected row changes in the data table.",
|
|
1305
|
+
"docsTags": []
|
|
1306
|
+
},
|
|
1085
1307
|
{
|
|
1086
1308
|
"event": "icSortChange",
|
|
1087
1309
|
"detail": "IcSortEventDetail",
|
|
@@ -1160,8 +1382,8 @@
|
|
|
1160
1382
|
"ic-loading-indicator",
|
|
1161
1383
|
"ic-typography",
|
|
1162
1384
|
"ic-link",
|
|
1163
|
-
"ic-button",
|
|
1164
1385
|
"ic-tooltip",
|
|
1386
|
+
"ic-button",
|
|
1165
1387
|
"ic-empty-state",
|
|
1166
1388
|
"ic-pagination-bar"
|
|
1167
1389
|
],
|
|
@@ -1170,21 +1392,21 @@
|
|
|
1170
1392
|
"ic-loading-indicator",
|
|
1171
1393
|
"ic-typography",
|
|
1172
1394
|
"ic-link",
|
|
1173
|
-
"ic-button",
|
|
1174
1395
|
"ic-tooltip",
|
|
1396
|
+
"ic-button",
|
|
1175
1397
|
"ic-empty-state",
|
|
1176
1398
|
"ic-pagination-bar"
|
|
1177
1399
|
],
|
|
1178
1400
|
"ic-loading-indicator": [
|
|
1179
1401
|
"ic-typography"
|
|
1180
1402
|
],
|
|
1403
|
+
"ic-tooltip": [
|
|
1404
|
+
"ic-typography"
|
|
1405
|
+
],
|
|
1181
1406
|
"ic-button": [
|
|
1182
1407
|
"ic-loading-indicator",
|
|
1183
1408
|
"ic-tooltip"
|
|
1184
1409
|
],
|
|
1185
|
-
"ic-tooltip": [
|
|
1186
|
-
"ic-typography"
|
|
1187
|
-
],
|
|
1188
1410
|
"ic-empty-state": [
|
|
1189
1411
|
"ic-typography"
|
|
1190
1412
|
],
|
|
@@ -1277,7 +1499,9 @@
|
|
|
1277
1499
|
}
|
|
1278
1500
|
],
|
|
1279
1501
|
"optional": true,
|
|
1280
|
-
"required": false
|
|
1502
|
+
"required": false,
|
|
1503
|
+
"getter": false,
|
|
1504
|
+
"setter": false
|
|
1281
1505
|
},
|
|
1282
1506
|
{
|
|
1283
1507
|
"name": "heading",
|
|
@@ -1299,7 +1523,9 @@
|
|
|
1299
1523
|
}
|
|
1300
1524
|
],
|
|
1301
1525
|
"optional": true,
|
|
1302
|
-
"required": false
|
|
1526
|
+
"required": false,
|
|
1527
|
+
"getter": false,
|
|
1528
|
+
"setter": false
|
|
1303
1529
|
},
|
|
1304
1530
|
{
|
|
1305
1531
|
"name": "hideDensitySelect",
|
|
@@ -1321,7 +1547,9 @@
|
|
|
1321
1547
|
}
|
|
1322
1548
|
],
|
|
1323
1549
|
"optional": true,
|
|
1324
|
-
"required": false
|
|
1550
|
+
"required": false,
|
|
1551
|
+
"getter": false,
|
|
1552
|
+
"setter": false
|
|
1325
1553
|
},
|
|
1326
1554
|
{
|
|
1327
1555
|
"name": "metadata",
|
|
@@ -1342,7 +1570,9 @@
|
|
|
1342
1570
|
}
|
|
1343
1571
|
],
|
|
1344
1572
|
"optional": true,
|
|
1345
|
-
"required": false
|
|
1573
|
+
"required": false,
|
|
1574
|
+
"getter": false,
|
|
1575
|
+
"setter": false
|
|
1346
1576
|
}
|
|
1347
1577
|
],
|
|
1348
1578
|
"methods": [],
|
|
@@ -1475,7 +1705,9 @@
|
|
|
1475
1705
|
}
|
|
1476
1706
|
],
|
|
1477
1707
|
"optional": true,
|
|
1478
|
-
"required": false
|
|
1708
|
+
"required": false,
|
|
1709
|
+
"getter": false,
|
|
1710
|
+
"setter": false
|
|
1479
1711
|
},
|
|
1480
1712
|
{
|
|
1481
1713
|
"name": "disableDays",
|
|
@@ -1502,7 +1734,9 @@
|
|
|
1502
1734
|
}
|
|
1503
1735
|
],
|
|
1504
1736
|
"optional": true,
|
|
1505
|
-
"required": false
|
|
1737
|
+
"required": false,
|
|
1738
|
+
"getter": false,
|
|
1739
|
+
"setter": false
|
|
1506
1740
|
},
|
|
1507
1741
|
{
|
|
1508
1742
|
"name": "disableDaysMessage",
|
|
@@ -1524,7 +1758,9 @@
|
|
|
1524
1758
|
}
|
|
1525
1759
|
],
|
|
1526
1760
|
"optional": true,
|
|
1527
|
-
"required": false
|
|
1761
|
+
"required": false,
|
|
1762
|
+
"getter": false,
|
|
1763
|
+
"setter": false
|
|
1528
1764
|
},
|
|
1529
1765
|
{
|
|
1530
1766
|
"name": "disableFuture",
|
|
@@ -1546,7 +1782,9 @@
|
|
|
1546
1782
|
}
|
|
1547
1783
|
],
|
|
1548
1784
|
"optional": true,
|
|
1549
|
-
"required": false
|
|
1785
|
+
"required": false,
|
|
1786
|
+
"getter": false,
|
|
1787
|
+
"setter": false
|
|
1550
1788
|
},
|
|
1551
1789
|
{
|
|
1552
1790
|
"name": "disableFutureMessage",
|
|
@@ -1568,7 +1806,9 @@
|
|
|
1568
1806
|
}
|
|
1569
1807
|
],
|
|
1570
1808
|
"optional": true,
|
|
1571
|
-
"required": false
|
|
1809
|
+
"required": false,
|
|
1810
|
+
"getter": false,
|
|
1811
|
+
"setter": false
|
|
1572
1812
|
},
|
|
1573
1813
|
{
|
|
1574
1814
|
"name": "disablePast",
|
|
@@ -1590,7 +1830,9 @@
|
|
|
1590
1830
|
}
|
|
1591
1831
|
],
|
|
1592
1832
|
"optional": true,
|
|
1593
|
-
"required": false
|
|
1833
|
+
"required": false,
|
|
1834
|
+
"getter": false,
|
|
1835
|
+
"setter": false
|
|
1594
1836
|
},
|
|
1595
1837
|
{
|
|
1596
1838
|
"name": "disablePastMessage",
|
|
@@ -1612,7 +1854,9 @@
|
|
|
1612
1854
|
}
|
|
1613
1855
|
],
|
|
1614
1856
|
"optional": true,
|
|
1615
|
-
"required": false
|
|
1857
|
+
"required": false,
|
|
1858
|
+
"getter": false,
|
|
1859
|
+
"setter": false
|
|
1616
1860
|
},
|
|
1617
1861
|
{
|
|
1618
1862
|
"name": "disabled",
|
|
@@ -1634,7 +1878,9 @@
|
|
|
1634
1878
|
}
|
|
1635
1879
|
],
|
|
1636
1880
|
"optional": true,
|
|
1637
|
-
"required": false
|
|
1881
|
+
"required": false,
|
|
1882
|
+
"getter": false,
|
|
1883
|
+
"setter": false
|
|
1638
1884
|
},
|
|
1639
1885
|
{
|
|
1640
1886
|
"name": "helperText",
|
|
@@ -1655,7 +1901,9 @@
|
|
|
1655
1901
|
}
|
|
1656
1902
|
],
|
|
1657
1903
|
"optional": true,
|
|
1658
|
-
"required": false
|
|
1904
|
+
"required": false,
|
|
1905
|
+
"getter": false,
|
|
1906
|
+
"setter": false
|
|
1659
1907
|
},
|
|
1660
1908
|
{
|
|
1661
1909
|
"name": "hideHelperText",
|
|
@@ -1677,7 +1925,33 @@
|
|
|
1677
1925
|
}
|
|
1678
1926
|
],
|
|
1679
1927
|
"optional": false,
|
|
1680
|
-
"required": false
|
|
1928
|
+
"required": false,
|
|
1929
|
+
"getter": false,
|
|
1930
|
+
"setter": false
|
|
1931
|
+
},
|
|
1932
|
+
{
|
|
1933
|
+
"name": "hideLabel",
|
|
1934
|
+
"type": "boolean",
|
|
1935
|
+
"complexType": {
|
|
1936
|
+
"original": "boolean",
|
|
1937
|
+
"resolved": "boolean",
|
|
1938
|
+
"references": {}
|
|
1939
|
+
},
|
|
1940
|
+
"mutable": false,
|
|
1941
|
+
"attr": "hide-label",
|
|
1942
|
+
"reflectToAttr": false,
|
|
1943
|
+
"docs": "If `true`, the label will be visually hidden, but will still be read out by screen readers.",
|
|
1944
|
+
"docsTags": [],
|
|
1945
|
+
"default": "false",
|
|
1946
|
+
"values": [
|
|
1947
|
+
{
|
|
1948
|
+
"type": "boolean"
|
|
1949
|
+
}
|
|
1950
|
+
],
|
|
1951
|
+
"optional": true,
|
|
1952
|
+
"required": false,
|
|
1953
|
+
"getter": false,
|
|
1954
|
+
"setter": false
|
|
1681
1955
|
},
|
|
1682
1956
|
{
|
|
1683
1957
|
"name": "inputId",
|
|
@@ -1699,7 +1973,9 @@
|
|
|
1699
1973
|
}
|
|
1700
1974
|
],
|
|
1701
1975
|
"optional": true,
|
|
1702
|
-
"required": false
|
|
1976
|
+
"required": false,
|
|
1977
|
+
"getter": false,
|
|
1978
|
+
"setter": false
|
|
1703
1979
|
},
|
|
1704
1980
|
{
|
|
1705
1981
|
"name": "invalidDateMessage",
|
|
@@ -1721,7 +1997,9 @@
|
|
|
1721
1997
|
}
|
|
1722
1998
|
],
|
|
1723
1999
|
"optional": true,
|
|
1724
|
-
"required": false
|
|
2000
|
+
"required": false,
|
|
2001
|
+
"getter": false,
|
|
2002
|
+
"setter": false
|
|
1725
2003
|
},
|
|
1726
2004
|
{
|
|
1727
2005
|
"name": "label",
|
|
@@ -1742,7 +2020,9 @@
|
|
|
1742
2020
|
}
|
|
1743
2021
|
],
|
|
1744
2022
|
"optional": false,
|
|
1745
|
-
"required": true
|
|
2023
|
+
"required": true,
|
|
2024
|
+
"getter": false,
|
|
2025
|
+
"setter": false
|
|
1746
2026
|
},
|
|
1747
2027
|
{
|
|
1748
2028
|
"name": "max",
|
|
@@ -1772,7 +2052,9 @@
|
|
|
1772
2052
|
}
|
|
1773
2053
|
],
|
|
1774
2054
|
"optional": true,
|
|
1775
|
-
"required": false
|
|
2055
|
+
"required": false,
|
|
2056
|
+
"getter": false,
|
|
2057
|
+
"setter": false
|
|
1776
2058
|
},
|
|
1777
2059
|
{
|
|
1778
2060
|
"name": "min",
|
|
@@ -1802,7 +2084,9 @@
|
|
|
1802
2084
|
}
|
|
1803
2085
|
],
|
|
1804
2086
|
"optional": true,
|
|
1805
|
-
"required": false
|
|
2087
|
+
"required": false,
|
|
2088
|
+
"getter": false,
|
|
2089
|
+
"setter": false
|
|
1806
2090
|
},
|
|
1807
2091
|
{
|
|
1808
2092
|
"name": "name",
|
|
@@ -1824,7 +2108,9 @@
|
|
|
1824
2108
|
}
|
|
1825
2109
|
],
|
|
1826
2110
|
"optional": false,
|
|
1827
|
-
"required": false
|
|
2111
|
+
"required": false,
|
|
2112
|
+
"getter": false,
|
|
2113
|
+
"setter": false
|
|
1828
2114
|
},
|
|
1829
2115
|
{
|
|
1830
2116
|
"name": "required",
|
|
@@ -1846,7 +2132,9 @@
|
|
|
1846
2132
|
}
|
|
1847
2133
|
],
|
|
1848
2134
|
"optional": true,
|
|
1849
|
-
"required": false
|
|
2135
|
+
"required": false,
|
|
2136
|
+
"getter": false,
|
|
2137
|
+
"setter": false
|
|
1850
2138
|
},
|
|
1851
2139
|
{
|
|
1852
2140
|
"name": "showClearButton",
|
|
@@ -1868,7 +2156,9 @@
|
|
|
1868
2156
|
}
|
|
1869
2157
|
],
|
|
1870
2158
|
"optional": true,
|
|
1871
|
-
"required": false
|
|
2159
|
+
"required": false,
|
|
2160
|
+
"getter": false,
|
|
2161
|
+
"setter": false
|
|
1872
2162
|
},
|
|
1873
2163
|
{
|
|
1874
2164
|
"name": "size",
|
|
@@ -1905,7 +2195,48 @@
|
|
|
1905
2195
|
}
|
|
1906
2196
|
],
|
|
1907
2197
|
"optional": true,
|
|
1908
|
-
"required": false
|
|
2198
|
+
"required": false,
|
|
2199
|
+
"getter": false,
|
|
2200
|
+
"setter": false
|
|
2201
|
+
},
|
|
2202
|
+
{
|
|
2203
|
+
"name": "theme",
|
|
2204
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
2205
|
+
"complexType": {
|
|
2206
|
+
"original": "IcThemeMode",
|
|
2207
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
2208
|
+
"references": {
|
|
2209
|
+
"IcThemeMode": {
|
|
2210
|
+
"location": "import",
|
|
2211
|
+
"path": "../../utils/types",
|
|
2212
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
2213
|
+
}
|
|
2214
|
+
}
|
|
2215
|
+
},
|
|
2216
|
+
"mutable": false,
|
|
2217
|
+
"attr": "theme",
|
|
2218
|
+
"reflectToAttr": false,
|
|
2219
|
+
"docs": "Sets the date picker to the dark or light theme colors. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
2220
|
+
"docsTags": [],
|
|
2221
|
+
"default": "\"inherit\"",
|
|
2222
|
+
"values": [
|
|
2223
|
+
{
|
|
2224
|
+
"value": "dark",
|
|
2225
|
+
"type": "string"
|
|
2226
|
+
},
|
|
2227
|
+
{
|
|
2228
|
+
"value": "inherit",
|
|
2229
|
+
"type": "string"
|
|
2230
|
+
},
|
|
2231
|
+
{
|
|
2232
|
+
"value": "light",
|
|
2233
|
+
"type": "string"
|
|
2234
|
+
}
|
|
2235
|
+
],
|
|
2236
|
+
"optional": true,
|
|
2237
|
+
"required": false,
|
|
2238
|
+
"getter": false,
|
|
2239
|
+
"setter": false
|
|
1909
2240
|
},
|
|
1910
2241
|
{
|
|
1911
2242
|
"name": "validationStatus",
|
|
@@ -1945,7 +2276,9 @@
|
|
|
1945
2276
|
}
|
|
1946
2277
|
],
|
|
1947
2278
|
"optional": true,
|
|
1948
|
-
"required": false
|
|
2279
|
+
"required": false,
|
|
2280
|
+
"getter": false,
|
|
2281
|
+
"setter": false
|
|
1949
2282
|
},
|
|
1950
2283
|
{
|
|
1951
2284
|
"name": "validationText",
|
|
@@ -1967,7 +2300,9 @@
|
|
|
1967
2300
|
}
|
|
1968
2301
|
],
|
|
1969
2302
|
"optional": true,
|
|
1970
|
-
"required": false
|
|
2303
|
+
"required": false,
|
|
2304
|
+
"getter": false,
|
|
2305
|
+
"setter": false
|
|
1971
2306
|
},
|
|
1972
2307
|
{
|
|
1973
2308
|
"name": "value",
|
|
@@ -1997,7 +2332,9 @@
|
|
|
1997
2332
|
}
|
|
1998
2333
|
],
|
|
1999
2334
|
"optional": true,
|
|
2000
|
-
"required": false
|
|
2335
|
+
"required": false,
|
|
2336
|
+
"getter": false,
|
|
2337
|
+
"setter": false
|
|
2001
2338
|
}
|
|
2002
2339
|
],
|
|
2003
2340
|
"methods": [
|
|
@@ -2179,7 +2516,9 @@
|
|
|
2179
2516
|
}
|
|
2180
2517
|
],
|
|
2181
2518
|
"optional": true,
|
|
2182
|
-
"required": false
|
|
2519
|
+
"required": false,
|
|
2520
|
+
"getter": false,
|
|
2521
|
+
"setter": false
|
|
2183
2522
|
},
|
|
2184
2523
|
{
|
|
2185
2524
|
"name": "disableDays",
|
|
@@ -2206,7 +2545,9 @@
|
|
|
2206
2545
|
}
|
|
2207
2546
|
],
|
|
2208
2547
|
"optional": true,
|
|
2209
|
-
"required": false
|
|
2548
|
+
"required": false,
|
|
2549
|
+
"getter": false,
|
|
2550
|
+
"setter": false
|
|
2210
2551
|
},
|
|
2211
2552
|
{
|
|
2212
2553
|
"name": "disableDaysMessage",
|
|
@@ -2228,7 +2569,9 @@
|
|
|
2228
2569
|
}
|
|
2229
2570
|
],
|
|
2230
2571
|
"optional": true,
|
|
2231
|
-
"required": false
|
|
2572
|
+
"required": false,
|
|
2573
|
+
"getter": false,
|
|
2574
|
+
"setter": false
|
|
2232
2575
|
},
|
|
2233
2576
|
{
|
|
2234
2577
|
"name": "disableFuture",
|
|
@@ -2250,7 +2593,9 @@
|
|
|
2250
2593
|
}
|
|
2251
2594
|
],
|
|
2252
2595
|
"optional": true,
|
|
2253
|
-
"required": false
|
|
2596
|
+
"required": false,
|
|
2597
|
+
"getter": false,
|
|
2598
|
+
"setter": false
|
|
2254
2599
|
},
|
|
2255
2600
|
{
|
|
2256
2601
|
"name": "disableFutureMessage",
|
|
@@ -2272,7 +2617,9 @@
|
|
|
2272
2617
|
}
|
|
2273
2618
|
],
|
|
2274
2619
|
"optional": true,
|
|
2275
|
-
"required": false
|
|
2620
|
+
"required": false,
|
|
2621
|
+
"getter": false,
|
|
2622
|
+
"setter": false
|
|
2276
2623
|
},
|
|
2277
2624
|
{
|
|
2278
2625
|
"name": "disablePast",
|
|
@@ -2294,7 +2641,9 @@
|
|
|
2294
2641
|
}
|
|
2295
2642
|
],
|
|
2296
2643
|
"optional": true,
|
|
2297
|
-
"required": false
|
|
2644
|
+
"required": false,
|
|
2645
|
+
"getter": false,
|
|
2646
|
+
"setter": false
|
|
2298
2647
|
},
|
|
2299
2648
|
{
|
|
2300
2649
|
"name": "disablePastMessage",
|
|
@@ -2316,7 +2665,9 @@
|
|
|
2316
2665
|
}
|
|
2317
2666
|
],
|
|
2318
2667
|
"optional": true,
|
|
2319
|
-
"required": false
|
|
2668
|
+
"required": false,
|
|
2669
|
+
"getter": false,
|
|
2670
|
+
"setter": false
|
|
2320
2671
|
},
|
|
2321
2672
|
{
|
|
2322
2673
|
"name": "disabled",
|
|
@@ -2338,7 +2689,9 @@
|
|
|
2338
2689
|
}
|
|
2339
2690
|
],
|
|
2340
2691
|
"optional": true,
|
|
2341
|
-
"required": false
|
|
2692
|
+
"required": false,
|
|
2693
|
+
"getter": false,
|
|
2694
|
+
"setter": false
|
|
2342
2695
|
},
|
|
2343
2696
|
{
|
|
2344
2697
|
"name": "helperText",
|
|
@@ -2359,7 +2712,9 @@
|
|
|
2359
2712
|
}
|
|
2360
2713
|
],
|
|
2361
2714
|
"optional": true,
|
|
2362
|
-
"required": false
|
|
2715
|
+
"required": false,
|
|
2716
|
+
"getter": false,
|
|
2717
|
+
"setter": false
|
|
2363
2718
|
},
|
|
2364
2719
|
{
|
|
2365
2720
|
"name": "hideHelperText",
|
|
@@ -2381,7 +2736,33 @@
|
|
|
2381
2736
|
}
|
|
2382
2737
|
],
|
|
2383
2738
|
"optional": false,
|
|
2384
|
-
"required": false
|
|
2739
|
+
"required": false,
|
|
2740
|
+
"getter": false,
|
|
2741
|
+
"setter": false
|
|
2742
|
+
},
|
|
2743
|
+
{
|
|
2744
|
+
"name": "hideLabel",
|
|
2745
|
+
"type": "boolean",
|
|
2746
|
+
"complexType": {
|
|
2747
|
+
"original": "boolean",
|
|
2748
|
+
"resolved": "boolean",
|
|
2749
|
+
"references": {}
|
|
2750
|
+
},
|
|
2751
|
+
"mutable": false,
|
|
2752
|
+
"attr": "hide-label",
|
|
2753
|
+
"reflectToAttr": false,
|
|
2754
|
+
"docs": "If `true`, the label will be visually hidden, but the required label will still be read out by screen readers.",
|
|
2755
|
+
"docsTags": [],
|
|
2756
|
+
"default": "false",
|
|
2757
|
+
"values": [
|
|
2758
|
+
{
|
|
2759
|
+
"type": "boolean"
|
|
2760
|
+
}
|
|
2761
|
+
],
|
|
2762
|
+
"optional": true,
|
|
2763
|
+
"required": false,
|
|
2764
|
+
"getter": false,
|
|
2765
|
+
"setter": false
|
|
2385
2766
|
},
|
|
2386
2767
|
{
|
|
2387
2768
|
"name": "inputId",
|
|
@@ -2402,7 +2783,9 @@
|
|
|
2402
2783
|
}
|
|
2403
2784
|
],
|
|
2404
2785
|
"optional": true,
|
|
2405
|
-
"required": false
|
|
2786
|
+
"required": false,
|
|
2787
|
+
"getter": false,
|
|
2788
|
+
"setter": false
|
|
2406
2789
|
},
|
|
2407
2790
|
{
|
|
2408
2791
|
"name": "invalidDateMessage",
|
|
@@ -2424,7 +2807,9 @@
|
|
|
2424
2807
|
}
|
|
2425
2808
|
],
|
|
2426
2809
|
"optional": true,
|
|
2427
|
-
"required": false
|
|
2810
|
+
"required": false,
|
|
2811
|
+
"getter": false,
|
|
2812
|
+
"setter": false
|
|
2428
2813
|
},
|
|
2429
2814
|
{
|
|
2430
2815
|
"name": "label",
|
|
@@ -2445,7 +2830,9 @@
|
|
|
2445
2830
|
}
|
|
2446
2831
|
],
|
|
2447
2832
|
"optional": false,
|
|
2448
|
-
"required": true
|
|
2833
|
+
"required": true,
|
|
2834
|
+
"getter": false,
|
|
2835
|
+
"setter": false
|
|
2449
2836
|
},
|
|
2450
2837
|
{
|
|
2451
2838
|
"name": "max",
|
|
@@ -2475,7 +2862,9 @@
|
|
|
2475
2862
|
}
|
|
2476
2863
|
],
|
|
2477
2864
|
"optional": true,
|
|
2478
|
-
"required": false
|
|
2865
|
+
"required": false,
|
|
2866
|
+
"getter": false,
|
|
2867
|
+
"setter": false
|
|
2479
2868
|
},
|
|
2480
2869
|
{
|
|
2481
2870
|
"name": "min",
|
|
@@ -2505,7 +2894,9 @@
|
|
|
2505
2894
|
}
|
|
2506
2895
|
],
|
|
2507
2896
|
"optional": true,
|
|
2508
|
-
"required": false
|
|
2897
|
+
"required": false,
|
|
2898
|
+
"getter": false,
|
|
2899
|
+
"setter": false
|
|
2509
2900
|
},
|
|
2510
2901
|
{
|
|
2511
2902
|
"name": "name",
|
|
@@ -2526,7 +2917,9 @@
|
|
|
2526
2917
|
}
|
|
2527
2918
|
],
|
|
2528
2919
|
"optional": true,
|
|
2529
|
-
"required": false
|
|
2920
|
+
"required": false,
|
|
2921
|
+
"getter": false,
|
|
2922
|
+
"setter": false
|
|
2530
2923
|
},
|
|
2531
2924
|
{
|
|
2532
2925
|
"name": "openAtDate",
|
|
@@ -2556,7 +2949,9 @@
|
|
|
2556
2949
|
}
|
|
2557
2950
|
],
|
|
2558
2951
|
"optional": false,
|
|
2559
|
-
"required": false
|
|
2952
|
+
"required": false,
|
|
2953
|
+
"getter": false,
|
|
2954
|
+
"setter": false
|
|
2560
2955
|
},
|
|
2561
2956
|
{
|
|
2562
2957
|
"name": "required",
|
|
@@ -2578,7 +2973,9 @@
|
|
|
2578
2973
|
}
|
|
2579
2974
|
],
|
|
2580
2975
|
"optional": true,
|
|
2581
|
-
"required": false
|
|
2976
|
+
"required": false,
|
|
2977
|
+
"getter": false,
|
|
2978
|
+
"setter": false
|
|
2582
2979
|
},
|
|
2583
2980
|
{
|
|
2584
2981
|
"name": "showDaysOutsideMonth",
|
|
@@ -2600,7 +2997,9 @@
|
|
|
2600
2997
|
}
|
|
2601
2998
|
],
|
|
2602
2999
|
"optional": true,
|
|
2603
|
-
"required": false
|
|
3000
|
+
"required": false,
|
|
3001
|
+
"getter": false,
|
|
3002
|
+
"setter": false
|
|
2604
3003
|
},
|
|
2605
3004
|
{
|
|
2606
3005
|
"name": "showPickerClearButton",
|
|
@@ -2622,7 +3021,9 @@
|
|
|
2622
3021
|
}
|
|
2623
3022
|
],
|
|
2624
3023
|
"optional": true,
|
|
2625
|
-
"required": false
|
|
3024
|
+
"required": false,
|
|
3025
|
+
"getter": false,
|
|
3026
|
+
"setter": false
|
|
2626
3027
|
},
|
|
2627
3028
|
{
|
|
2628
3029
|
"name": "showPickerTodayButton",
|
|
@@ -2644,7 +3045,9 @@
|
|
|
2644
3045
|
}
|
|
2645
3046
|
],
|
|
2646
3047
|
"optional": true,
|
|
2647
|
-
"required": false
|
|
3048
|
+
"required": false,
|
|
3049
|
+
"getter": false,
|
|
3050
|
+
"setter": false
|
|
2648
3051
|
},
|
|
2649
3052
|
{
|
|
2650
3053
|
"name": "size",
|
|
@@ -2681,7 +3084,9 @@
|
|
|
2681
3084
|
}
|
|
2682
3085
|
],
|
|
2683
3086
|
"optional": true,
|
|
2684
|
-
"required": false
|
|
3087
|
+
"required": false,
|
|
3088
|
+
"getter": false,
|
|
3089
|
+
"setter": false
|
|
2685
3090
|
},
|
|
2686
3091
|
{
|
|
2687
3092
|
"name": "startOfWeek",
|
|
@@ -2727,7 +3132,48 @@
|
|
|
2727
3132
|
}
|
|
2728
3133
|
],
|
|
2729
3134
|
"optional": true,
|
|
2730
|
-
"required": false
|
|
3135
|
+
"required": false,
|
|
3136
|
+
"getter": false,
|
|
3137
|
+
"setter": false
|
|
3138
|
+
},
|
|
3139
|
+
{
|
|
3140
|
+
"name": "theme",
|
|
3141
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
3142
|
+
"complexType": {
|
|
3143
|
+
"original": "IcThemeMode",
|
|
3144
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
3145
|
+
"references": {
|
|
3146
|
+
"IcThemeMode": {
|
|
3147
|
+
"location": "import",
|
|
3148
|
+
"path": "../../utils/types",
|
|
3149
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
3150
|
+
}
|
|
3151
|
+
}
|
|
3152
|
+
},
|
|
3153
|
+
"mutable": false,
|
|
3154
|
+
"attr": "theme",
|
|
3155
|
+
"reflectToAttr": false,
|
|
3156
|
+
"docs": "Sets the date picker to the dark or light theme colors. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
3157
|
+
"docsTags": [],
|
|
3158
|
+
"default": "\"inherit\"",
|
|
3159
|
+
"values": [
|
|
3160
|
+
{
|
|
3161
|
+
"value": "dark",
|
|
3162
|
+
"type": "string"
|
|
3163
|
+
},
|
|
3164
|
+
{
|
|
3165
|
+
"value": "inherit",
|
|
3166
|
+
"type": "string"
|
|
3167
|
+
},
|
|
3168
|
+
{
|
|
3169
|
+
"value": "light",
|
|
3170
|
+
"type": "string"
|
|
3171
|
+
}
|
|
3172
|
+
],
|
|
3173
|
+
"optional": true,
|
|
3174
|
+
"required": false,
|
|
3175
|
+
"getter": false,
|
|
3176
|
+
"setter": false
|
|
2731
3177
|
},
|
|
2732
3178
|
{
|
|
2733
3179
|
"name": "validationStatus",
|
|
@@ -2767,7 +3213,9 @@
|
|
|
2767
3213
|
}
|
|
2768
3214
|
],
|
|
2769
3215
|
"optional": true,
|
|
2770
|
-
"required": false
|
|
3216
|
+
"required": false,
|
|
3217
|
+
"getter": false,
|
|
3218
|
+
"setter": false
|
|
2771
3219
|
},
|
|
2772
3220
|
{
|
|
2773
3221
|
"name": "validationText",
|
|
@@ -2789,7 +3237,9 @@
|
|
|
2789
3237
|
}
|
|
2790
3238
|
],
|
|
2791
3239
|
"optional": true,
|
|
2792
|
-
"required": false
|
|
3240
|
+
"required": false,
|
|
3241
|
+
"getter": false,
|
|
3242
|
+
"setter": false
|
|
2793
3243
|
},
|
|
2794
3244
|
{
|
|
2795
3245
|
"name": "value",
|
|
@@ -2819,7 +3269,9 @@
|
|
|
2819
3269
|
}
|
|
2820
3270
|
],
|
|
2821
3271
|
"optional": true,
|
|
2822
|
-
"required": false
|
|
3272
|
+
"required": false,
|
|
3273
|
+
"getter": false,
|
|
3274
|
+
"setter": false
|
|
2823
3275
|
}
|
|
2824
3276
|
],
|
|
2825
3277
|
"methods": [],
|
|
@@ -2909,1073 +3361,79 @@
|
|
|
2909
3361
|
}
|
|
2910
3362
|
},
|
|
2911
3363
|
{
|
|
2912
|
-
"filePath": "src/components/ic-
|
|
2913
|
-
"encapsulation": "
|
|
2914
|
-
"tag": "ic-
|
|
2915
|
-
"readme": "# ic-
|
|
3364
|
+
"filePath": "src/components/ic-pagination-bar/ic-pagination-bar.tsx",
|
|
3365
|
+
"encapsulation": "shadow",
|
|
3366
|
+
"tag": "ic-pagination-bar",
|
|
3367
|
+
"readme": "# ic-pagination-bar\n\n\n",
|
|
2916
3368
|
"docs": "",
|
|
2917
3369
|
"docsTags": [],
|
|
2918
3370
|
"usage": {},
|
|
2919
3371
|
"props": [
|
|
2920
3372
|
{
|
|
2921
|
-
"name": "
|
|
2922
|
-
"type": "\"
|
|
3373
|
+
"name": "alignment",
|
|
3374
|
+
"type": "\"left\" | \"right\" | \"space-between\"",
|
|
2923
3375
|
"complexType": {
|
|
2924
|
-
"original": "
|
|
2925
|
-
"resolved": "\"
|
|
3376
|
+
"original": "IcPaginationAlignmentOptions",
|
|
3377
|
+
"resolved": "\"left\" | \"right\" | \"space-between\"",
|
|
2926
3378
|
"references": {
|
|
2927
|
-
"
|
|
3379
|
+
"IcPaginationAlignmentOptions": {
|
|
2928
3380
|
"location": "import",
|
|
2929
|
-
"path": "@ukic/web-components/dist/types/
|
|
2930
|
-
"id": "../web-components/dist/types/
|
|
3381
|
+
"path": "@ukic/web-components/dist/types/components/ic-pagination/ic-pagination.types",
|
|
3382
|
+
"id": "../web-components/dist/types/components/ic-pagination/ic-pagination.types.d.ts::IcPaginationAlignmentOptions"
|
|
2931
3383
|
}
|
|
2932
3384
|
}
|
|
2933
3385
|
},
|
|
2934
3386
|
"mutable": false,
|
|
2935
|
-
"attr": "
|
|
3387
|
+
"attr": "alignment",
|
|
2936
3388
|
"reflectToAttr": false,
|
|
2937
|
-
"docs": "
|
|
3389
|
+
"docs": "Sets the alignment of the items in the pagination bar.",
|
|
2938
3390
|
"docsTags": [],
|
|
2939
|
-
"default": "\"
|
|
3391
|
+
"default": "\"right\"",
|
|
2940
3392
|
"values": [
|
|
2941
3393
|
{
|
|
2942
|
-
"value": "
|
|
3394
|
+
"value": "left",
|
|
3395
|
+
"type": "string"
|
|
3396
|
+
},
|
|
3397
|
+
{
|
|
3398
|
+
"value": "right",
|
|
2943
3399
|
"type": "string"
|
|
2944
3400
|
},
|
|
2945
3401
|
{
|
|
2946
|
-
"value": "
|
|
3402
|
+
"value": "space-between",
|
|
2947
3403
|
"type": "string"
|
|
2948
3404
|
}
|
|
2949
3405
|
],
|
|
2950
3406
|
"optional": true,
|
|
2951
|
-
"required": false
|
|
3407
|
+
"required": false,
|
|
3408
|
+
"getter": false,
|
|
3409
|
+
"setter": false
|
|
2952
3410
|
},
|
|
2953
3411
|
{
|
|
2954
|
-
"name": "
|
|
2955
|
-
"type": "
|
|
2956
|
-
"complexType": {
|
|
2957
|
-
"original": "HTMLElement",
|
|
2958
|
-
"resolved": "HTMLElement",
|
|
2959
|
-
"references": {
|
|
2960
|
-
"HTMLElement": {
|
|
2961
|
-
"location": "global",
|
|
2962
|
-
"id": "global::HTMLElement"
|
|
2963
|
-
}
|
|
2964
|
-
}
|
|
2965
|
-
},
|
|
2966
|
-
"mutable": false,
|
|
2967
|
-
"reflectToAttr": false,
|
|
2968
|
-
"docs": "The reference to an anchor element the menu will position itself from when rendered.",
|
|
2969
|
-
"docsTags": [],
|
|
2970
|
-
"values": [
|
|
2971
|
-
{
|
|
2972
|
-
"type": "HTMLElement"
|
|
2973
|
-
}
|
|
2974
|
-
],
|
|
2975
|
-
"optional": false,
|
|
2976
|
-
"required": true
|
|
2977
|
-
},
|
|
2978
|
-
{
|
|
2979
|
-
"name": "closeOnSelect",
|
|
2980
|
-
"type": "boolean",
|
|
2981
|
-
"complexType": {
|
|
2982
|
-
"original": "boolean",
|
|
2983
|
-
"resolved": "boolean",
|
|
2984
|
-
"references": {}
|
|
2985
|
-
},
|
|
2986
|
-
"mutable": false,
|
|
2987
|
-
"attr": "close-on-select",
|
|
2988
|
-
"reflectToAttr": false,
|
|
2989
|
-
"docs": "If `true`, the menu will close when an option is selected.",
|
|
2990
|
-
"docsTags": [],
|
|
2991
|
-
"default": "true",
|
|
2992
|
-
"values": [
|
|
2993
|
-
{
|
|
2994
|
-
"type": "boolean"
|
|
2995
|
-
}
|
|
2996
|
-
],
|
|
2997
|
-
"optional": false,
|
|
2998
|
-
"required": false
|
|
2999
|
-
},
|
|
3000
|
-
{
|
|
3001
|
-
"name": "fullWidth",
|
|
3002
|
-
"type": "boolean",
|
|
3003
|
-
"complexType": {
|
|
3004
|
-
"original": "boolean",
|
|
3005
|
-
"resolved": "boolean",
|
|
3006
|
-
"references": {}
|
|
3007
|
-
},
|
|
3008
|
-
"mutable": false,
|
|
3009
|
-
"attr": "full-width",
|
|
3010
|
-
"reflectToAttr": false,
|
|
3011
|
-
"docs": "If `true`, the menu will fill the width of the container.",
|
|
3012
|
-
"docsTags": [],
|
|
3013
|
-
"default": "false",
|
|
3014
|
-
"values": [
|
|
3015
|
-
{
|
|
3016
|
-
"type": "boolean"
|
|
3017
|
-
}
|
|
3018
|
-
],
|
|
3019
|
-
"optional": false,
|
|
3020
|
-
"required": false
|
|
3021
|
-
},
|
|
3022
|
-
{
|
|
3023
|
-
"name": "inputEl",
|
|
3024
|
-
"type": "HTMLElement",
|
|
3025
|
-
"complexType": {
|
|
3026
|
-
"original": "HTMLElement",
|
|
3027
|
-
"resolved": "HTMLElement",
|
|
3028
|
-
"references": {
|
|
3029
|
-
"HTMLElement": {
|
|
3030
|
-
"location": "global",
|
|
3031
|
-
"id": "global::HTMLElement"
|
|
3032
|
-
}
|
|
3033
|
-
}
|
|
3034
|
-
},
|
|
3035
|
-
"mutable": false,
|
|
3036
|
-
"reflectToAttr": false,
|
|
3037
|
-
"docs": "The reference to the input element.",
|
|
3038
|
-
"docsTags": [],
|
|
3039
|
-
"values": [
|
|
3040
|
-
{
|
|
3041
|
-
"type": "HTMLElement"
|
|
3042
|
-
}
|
|
3043
|
-
],
|
|
3044
|
-
"optional": false,
|
|
3045
|
-
"required": true
|
|
3046
|
-
},
|
|
3047
|
-
{
|
|
3048
|
-
"name": "inputLabel",
|
|
3049
|
-
"type": "string",
|
|
3050
|
-
"complexType": {
|
|
3051
|
-
"original": "string",
|
|
3052
|
-
"resolved": "string",
|
|
3053
|
-
"references": {}
|
|
3054
|
-
},
|
|
3055
|
-
"mutable": false,
|
|
3056
|
-
"attr": "input-label",
|
|
3057
|
-
"reflectToAttr": false,
|
|
3058
|
-
"docs": "The label for the input element.",
|
|
3059
|
-
"docsTags": [],
|
|
3060
|
-
"values": [
|
|
3061
|
-
{
|
|
3062
|
-
"type": "string"
|
|
3063
|
-
}
|
|
3064
|
-
],
|
|
3065
|
-
"optional": false,
|
|
3066
|
-
"required": true
|
|
3067
|
-
},
|
|
3068
|
-
{
|
|
3069
|
-
"name": "labelField",
|
|
3070
|
-
"type": "string",
|
|
3071
|
-
"complexType": {
|
|
3072
|
-
"original": "string",
|
|
3073
|
-
"resolved": "string",
|
|
3074
|
-
"references": {}
|
|
3075
|
-
},
|
|
3076
|
-
"mutable": false,
|
|
3077
|
-
"attr": "label-field",
|
|
3078
|
-
"reflectToAttr": false,
|
|
3079
|
-
"docs": "The custom name for the label field for IcMenuOption.",
|
|
3080
|
-
"docsTags": [],
|
|
3081
|
-
"default": "\"label\"",
|
|
3082
|
-
"values": [
|
|
3083
|
-
{
|
|
3084
|
-
"type": "string"
|
|
3085
|
-
}
|
|
3086
|
-
],
|
|
3087
|
-
"optional": false,
|
|
3088
|
-
"required": false
|
|
3089
|
-
},
|
|
3090
|
-
{
|
|
3091
|
-
"name": "menuId",
|
|
3092
|
-
"type": "string",
|
|
3093
|
-
"complexType": {
|
|
3094
|
-
"original": "string",
|
|
3095
|
-
"resolved": "string",
|
|
3096
|
-
"references": {}
|
|
3097
|
-
},
|
|
3098
|
-
"mutable": false,
|
|
3099
|
-
"attr": "menu-id",
|
|
3100
|
-
"reflectToAttr": false,
|
|
3101
|
-
"docs": "The ID of the menu.",
|
|
3102
|
-
"docsTags": [],
|
|
3103
|
-
"values": [
|
|
3104
|
-
{
|
|
3105
|
-
"type": "string"
|
|
3106
|
-
}
|
|
3107
|
-
],
|
|
3108
|
-
"optional": false,
|
|
3109
|
-
"required": true
|
|
3110
|
-
},
|
|
3111
|
-
{
|
|
3112
|
-
"name": "open",
|
|
3113
|
-
"type": "boolean",
|
|
3114
|
-
"complexType": {
|
|
3115
|
-
"original": "boolean",
|
|
3116
|
-
"resolved": "boolean",
|
|
3117
|
-
"references": {}
|
|
3118
|
-
},
|
|
3119
|
-
"mutable": false,
|
|
3120
|
-
"attr": "open",
|
|
3121
|
-
"reflectToAttr": true,
|
|
3122
|
-
"docs": "If `true`, the menu will be displayed open.",
|
|
3123
|
-
"docsTags": [],
|
|
3124
|
-
"values": [
|
|
3125
|
-
{
|
|
3126
|
-
"type": "boolean"
|
|
3127
|
-
}
|
|
3128
|
-
],
|
|
3129
|
-
"optional": false,
|
|
3130
|
-
"required": true
|
|
3131
|
-
},
|
|
3132
|
-
{
|
|
3133
|
-
"name": "options",
|
|
3134
|
-
"type": "IcMenuOption[]",
|
|
3135
|
-
"complexType": {
|
|
3136
|
-
"original": "IcMenuOption[]",
|
|
3137
|
-
"resolved": "IcMenuOption[]",
|
|
3138
|
-
"references": {
|
|
3139
|
-
"IcMenuOption": {
|
|
3140
|
-
"location": "import",
|
|
3141
|
-
"path": "@ukic/web-components/dist/types/utils/types",
|
|
3142
|
-
"id": "../web-components/dist/types/utils/types.d.ts::IcMenuOption"
|
|
3143
|
-
}
|
|
3144
|
-
}
|
|
3145
|
-
},
|
|
3146
|
-
"mutable": false,
|
|
3147
|
-
"reflectToAttr": false,
|
|
3148
|
-
"docs": "The possible menu selection options.",
|
|
3149
|
-
"docsTags": [],
|
|
3150
|
-
"values": [
|
|
3151
|
-
{
|
|
3152
|
-
"type": "IcMenuOption[]"
|
|
3153
|
-
}
|
|
3154
|
-
],
|
|
3155
|
-
"optional": false,
|
|
3156
|
-
"required": true
|
|
3157
|
-
},
|
|
3158
|
-
{
|
|
3159
|
-
"name": "searchMode",
|
|
3160
|
-
"type": "\"navigation\" | \"query\"",
|
|
3161
|
-
"complexType": {
|
|
3162
|
-
"original": "IcSearchBarSearchModes",
|
|
3163
|
-
"resolved": "\"navigation\" | \"query\"",
|
|
3164
|
-
"references": {
|
|
3165
|
-
"IcSearchBarSearchModes": {
|
|
3166
|
-
"location": "import",
|
|
3167
|
-
"path": "@ukic/web-components/dist/types/components",
|
|
3168
|
-
"id": "../web-components/dist/types/components.d.ts::IcSearchBarSearchModes"
|
|
3169
|
-
}
|
|
3170
|
-
}
|
|
3171
|
-
},
|
|
3172
|
-
"mutable": false,
|
|
3173
|
-
"attr": "search-mode",
|
|
3174
|
-
"reflectToAttr": false,
|
|
3175
|
-
"docs": "Specify the mode search bar uses to search. `navigation` allows for quick lookups of a set of values, `query` allows for more general searches.",
|
|
3176
|
-
"docsTags": [],
|
|
3177
|
-
"default": "\"navigation\"",
|
|
3178
|
-
"values": [
|
|
3179
|
-
{
|
|
3180
|
-
"value": "navigation",
|
|
3181
|
-
"type": "string"
|
|
3182
|
-
},
|
|
3183
|
-
{
|
|
3184
|
-
"value": "query",
|
|
3185
|
-
"type": "string"
|
|
3186
|
-
}
|
|
3187
|
-
],
|
|
3188
|
-
"optional": true,
|
|
3189
|
-
"required": false
|
|
3190
|
-
},
|
|
3191
|
-
{
|
|
3192
|
-
"name": "size",
|
|
3193
|
-
"type": "\"large\" | \"medium\" | \"small\"",
|
|
3194
|
-
"complexType": {
|
|
3195
|
-
"original": "IcSizes",
|
|
3196
|
-
"resolved": "\"large\" | \"medium\" | \"small\"",
|
|
3197
|
-
"references": {
|
|
3198
|
-
"IcSizes": {
|
|
3199
|
-
"location": "import",
|
|
3200
|
-
"path": "../../utils/types",
|
|
3201
|
-
"id": "src/utils/types.ts::IcSizes"
|
|
3202
|
-
}
|
|
3203
|
-
}
|
|
3204
|
-
},
|
|
3205
|
-
"mutable": false,
|
|
3206
|
-
"attr": "size",
|
|
3207
|
-
"reflectToAttr": false,
|
|
3208
|
-
"docs": "The size of the menu.",
|
|
3209
|
-
"docsTags": [],
|
|
3210
|
-
"default": "\"medium\"",
|
|
3211
|
-
"values": [
|
|
3212
|
-
{
|
|
3213
|
-
"value": "large",
|
|
3214
|
-
"type": "string"
|
|
3215
|
-
},
|
|
3216
|
-
{
|
|
3217
|
-
"value": "medium",
|
|
3218
|
-
"type": "string"
|
|
3219
|
-
},
|
|
3220
|
-
{
|
|
3221
|
-
"value": "small",
|
|
3222
|
-
"type": "string"
|
|
3223
|
-
}
|
|
3224
|
-
],
|
|
3225
|
-
"optional": true,
|
|
3226
|
-
"required": false
|
|
3227
|
-
},
|
|
3228
|
-
{
|
|
3229
|
-
"name": "value",
|
|
3230
|
-
"type": "string | string[]",
|
|
3231
|
-
"complexType": {
|
|
3232
|
-
"original": "string | string[]",
|
|
3233
|
-
"resolved": "string | string[]",
|
|
3234
|
-
"references": {}
|
|
3235
|
-
},
|
|
3236
|
-
"mutable": false,
|
|
3237
|
-
"attr": "value",
|
|
3238
|
-
"reflectToAttr": false,
|
|
3239
|
-
"docs": "The value of the currently selected option - or array of values (if multiple options allowed).",
|
|
3240
|
-
"docsTags": [],
|
|
3241
|
-
"values": [
|
|
3242
|
-
{
|
|
3243
|
-
"type": "string"
|
|
3244
|
-
},
|
|
3245
|
-
{
|
|
3246
|
-
"type": "string[]"
|
|
3247
|
-
}
|
|
3248
|
-
],
|
|
3249
|
-
"optional": false,
|
|
3250
|
-
"required": true
|
|
3251
|
-
},
|
|
3252
|
-
{
|
|
3253
|
-
"name": "valueField",
|
|
3254
|
-
"type": "string",
|
|
3255
|
-
"complexType": {
|
|
3256
|
-
"original": "string",
|
|
3257
|
-
"resolved": "string",
|
|
3258
|
-
"references": {}
|
|
3259
|
-
},
|
|
3260
|
-
"mutable": false,
|
|
3261
|
-
"attr": "value-field",
|
|
3262
|
-
"reflectToAttr": false,
|
|
3263
|
-
"docs": "The custom name for the value field for IcMenuOption.",
|
|
3264
|
-
"docsTags": [],
|
|
3265
|
-
"default": "\"value\"",
|
|
3266
|
-
"values": [
|
|
3267
|
-
{
|
|
3268
|
-
"type": "string"
|
|
3269
|
-
}
|
|
3270
|
-
],
|
|
3271
|
-
"optional": false,
|
|
3272
|
-
"required": false
|
|
3273
|
-
}
|
|
3274
|
-
],
|
|
3275
|
-
"methods": [
|
|
3276
|
-
{
|
|
3277
|
-
"name": "handleKeyboardOpen",
|
|
3278
|
-
"returns": {
|
|
3279
|
-
"type": "Promise<void>",
|
|
3280
|
-
"docs": ""
|
|
3281
|
-
},
|
|
3282
|
-
"complexType": {
|
|
3283
|
-
"signature": "(event: KeyboardEvent) => Promise<void>",
|
|
3284
|
-
"parameters": [
|
|
3285
|
-
{
|
|
3286
|
-
"name": "event",
|
|
3287
|
-
"type": "KeyboardEvent",
|
|
3288
|
-
"docs": "- keyboard event"
|
|
3289
|
-
}
|
|
3290
|
-
],
|
|
3291
|
-
"references": {
|
|
3292
|
-
"Promise": {
|
|
3293
|
-
"location": "global",
|
|
3294
|
-
"id": "global::Promise"
|
|
3295
|
-
},
|
|
3296
|
-
"KeyboardEvent": {
|
|
3297
|
-
"location": "global",
|
|
3298
|
-
"id": "global::KeyboardEvent"
|
|
3299
|
-
}
|
|
3300
|
-
},
|
|
3301
|
-
"return": "Promise<void>"
|
|
3302
|
-
},
|
|
3303
|
-
"signature": "handleKeyboardOpen(event: KeyboardEvent) => Promise<void>",
|
|
3304
|
-
"parameters": [
|
|
3305
|
-
{
|
|
3306
|
-
"name": "event",
|
|
3307
|
-
"type": "KeyboardEvent",
|
|
3308
|
-
"docs": "- keyboard event"
|
|
3309
|
-
}
|
|
3310
|
-
],
|
|
3311
|
-
"docs": "Used alongside activationType\nIf menu is opened via keyboard navigation (i.e. Enter, ArrowUp or ArrowDown), emit optionSelect custom event.",
|
|
3312
|
-
"docsTags": [
|
|
3313
|
-
{
|
|
3314
|
-
"name": "param",
|
|
3315
|
-
"text": "event - keyboard event"
|
|
3316
|
-
}
|
|
3317
|
-
]
|
|
3318
|
-
}
|
|
3319
|
-
],
|
|
3320
|
-
"events": [],
|
|
3321
|
-
"listeners": [],
|
|
3322
|
-
"styles": [
|
|
3323
|
-
{
|
|
3324
|
-
"name": "--ic-z-index-menu",
|
|
3325
|
-
"annotation": "prop",
|
|
3326
|
-
"docs": "z-index of menu"
|
|
3327
|
-
}
|
|
3328
|
-
],
|
|
3329
|
-
"slots": [],
|
|
3330
|
-
"parts": [],
|
|
3331
|
-
"dependents": [
|
|
3332
|
-
"ic-select-with-multi"
|
|
3333
|
-
],
|
|
3334
|
-
"dependencies": [
|
|
3335
|
-
"ic-loading-indicator",
|
|
3336
|
-
"ic-typography",
|
|
3337
|
-
"ic-button"
|
|
3338
|
-
],
|
|
3339
|
-
"dependencyGraph": {
|
|
3340
|
-
"ic-menu-with-multi": [
|
|
3341
|
-
"ic-loading-indicator",
|
|
3342
|
-
"ic-typography",
|
|
3343
|
-
"ic-button"
|
|
3344
|
-
],
|
|
3345
|
-
"ic-loading-indicator": [
|
|
3346
|
-
"ic-typography"
|
|
3347
|
-
],
|
|
3348
|
-
"ic-button": [
|
|
3349
|
-
"ic-loading-indicator",
|
|
3350
|
-
"ic-tooltip"
|
|
3351
|
-
],
|
|
3352
|
-
"ic-tooltip": [
|
|
3353
|
-
"ic-typography"
|
|
3354
|
-
],
|
|
3355
|
-
"ic-select-with-multi": [
|
|
3356
|
-
"ic-menu-with-multi"
|
|
3357
|
-
]
|
|
3358
|
-
}
|
|
3359
|
-
},
|
|
3360
|
-
{
|
|
3361
|
-
"filePath": "src/components/ic-pagination-bar/ic-pagination-bar.tsx",
|
|
3362
|
-
"encapsulation": "shadow",
|
|
3363
|
-
"tag": "ic-pagination-bar",
|
|
3364
|
-
"readme": "# ic-pagination-bar\n\n\n",
|
|
3365
|
-
"docs": "",
|
|
3366
|
-
"docsTags": [],
|
|
3367
|
-
"usage": {},
|
|
3368
|
-
"props": [
|
|
3369
|
-
{
|
|
3370
|
-
"name": "alignment",
|
|
3371
|
-
"type": "\"left\" | \"right\" | \"space-between\"",
|
|
3372
|
-
"complexType": {
|
|
3373
|
-
"original": "IcPaginationAlignmentOptions",
|
|
3374
|
-
"resolved": "\"left\" | \"right\" | \"space-between\"",
|
|
3375
|
-
"references": {
|
|
3376
|
-
"IcPaginationAlignmentOptions": {
|
|
3377
|
-
"location": "import",
|
|
3378
|
-
"path": "@ukic/web-components/dist/types/components/ic-pagination/ic-pagination.types",
|
|
3379
|
-
"id": "../web-components/dist/types/components/ic-pagination/ic-pagination.types.d.ts::IcPaginationAlignmentOptions"
|
|
3380
|
-
}
|
|
3381
|
-
}
|
|
3382
|
-
},
|
|
3383
|
-
"mutable": false,
|
|
3384
|
-
"attr": "alignment",
|
|
3385
|
-
"reflectToAttr": false,
|
|
3386
|
-
"docs": "Sets the alignment of the items in the pagination bar.",
|
|
3387
|
-
"docsTags": [],
|
|
3388
|
-
"default": "\"right\"",
|
|
3389
|
-
"values": [
|
|
3390
|
-
{
|
|
3391
|
-
"value": "left",
|
|
3392
|
-
"type": "string"
|
|
3393
|
-
},
|
|
3394
|
-
{
|
|
3395
|
-
"value": "right",
|
|
3396
|
-
"type": "string"
|
|
3397
|
-
},
|
|
3398
|
-
{
|
|
3399
|
-
"value": "space-between",
|
|
3400
|
-
"type": "string"
|
|
3401
|
-
}
|
|
3402
|
-
],
|
|
3403
|
-
"optional": true,
|
|
3404
|
-
"required": false
|
|
3405
|
-
},
|
|
3406
|
-
{
|
|
3407
|
-
"name": "appearance",
|
|
3408
|
-
"type": "\"dark\" | \"default\" | \"light\"",
|
|
3409
|
-
"complexType": {
|
|
3410
|
-
"original": "IcThemeForeground",
|
|
3411
|
-
"resolved": "\"dark\" | \"default\" | \"light\"",
|
|
3412
|
-
"references": {
|
|
3413
|
-
"IcThemeForeground": {
|
|
3414
|
-
"location": "import",
|
|
3415
|
-
"path": "@ukic/web-components/dist/types/interface",
|
|
3416
|
-
"id": "../web-components/dist/types/interface.d.ts::IcThemeForeground"
|
|
3417
|
-
}
|
|
3418
|
-
}
|
|
3419
|
-
},
|
|
3420
|
-
"mutable": false,
|
|
3421
|
-
"attr": "appearance",
|
|
3422
|
-
"reflectToAttr": false,
|
|
3423
|
-
"docs": "Sets the styling for the items in the pagination bar.",
|
|
3424
|
-
"docsTags": [],
|
|
3425
|
-
"default": "\"default\"",
|
|
3426
|
-
"values": [
|
|
3427
|
-
{
|
|
3428
|
-
"value": "dark",
|
|
3429
|
-
"type": "string"
|
|
3430
|
-
},
|
|
3431
|
-
{
|
|
3432
|
-
"value": "default",
|
|
3433
|
-
"type": "string"
|
|
3434
|
-
},
|
|
3435
|
-
{
|
|
3436
|
-
"value": "light",
|
|
3437
|
-
"type": "string"
|
|
3438
|
-
}
|
|
3439
|
-
],
|
|
3440
|
-
"optional": true,
|
|
3441
|
-
"required": false
|
|
3442
|
-
},
|
|
3443
|
-
{
|
|
3444
|
-
"name": "hideRangeLabel",
|
|
3445
|
-
"type": "boolean",
|
|
3446
|
-
"complexType": {
|
|
3447
|
-
"original": "boolean",
|
|
3448
|
-
"resolved": "boolean",
|
|
3449
|
-
"references": {}
|
|
3450
|
-
},
|
|
3451
|
-
"mutable": false,
|
|
3452
|
-
"attr": "hide-range-label",
|
|
3453
|
-
"reflectToAttr": false,
|
|
3454
|
-
"docs": "If `true`, the number of total items and current item range or number of total pages and current page will be hidden.",
|
|
3455
|
-
"docsTags": [],
|
|
3456
|
-
"default": "false",
|
|
3457
|
-
"values": [
|
|
3458
|
-
{
|
|
3459
|
-
"type": "boolean"
|
|
3460
|
-
}
|
|
3461
|
-
],
|
|
3462
|
-
"optional": true,
|
|
3463
|
-
"required": false
|
|
3464
|
-
},
|
|
3465
|
-
{
|
|
3466
|
-
"name": "itemLabel",
|
|
3467
|
-
"type": "string",
|
|
3468
|
-
"complexType": {
|
|
3469
|
-
"original": "string",
|
|
3470
|
-
"resolved": "string",
|
|
3471
|
-
"references": {}
|
|
3472
|
-
},
|
|
3473
|
-
"mutable": false,
|
|
3474
|
-
"attr": "item-label",
|
|
3475
|
-
"reflectToAttr": false,
|
|
3476
|
-
"docs": "The text which will be used in place of 'Item' on the pagination bar.",
|
|
3477
|
-
"docsTags": [],
|
|
3478
|
-
"default": "\"Item\"",
|
|
3479
|
-
"values": [
|
|
3480
|
-
{
|
|
3481
|
-
"type": "string"
|
|
3482
|
-
}
|
|
3483
|
-
],
|
|
3484
|
-
"optional": true,
|
|
3485
|
-
"required": false
|
|
3486
|
-
},
|
|
3487
|
-
{
|
|
3488
|
-
"name": "itemsPerPageOptions",
|
|
3489
|
-
"type": "{ label: string; value: string; }[]",
|
|
3490
|
-
"complexType": {
|
|
3491
|
-
"original": "{\n label: string;\n value: string;\n }[]",
|
|
3492
|
-
"resolved": "{ label: string; value: string; }[]",
|
|
3493
|
-
"references": {}
|
|
3494
|
-
},
|
|
3495
|
-
"mutable": false,
|
|
3496
|
-
"reflectToAttr": false,
|
|
3497
|
-
"docs": "The options which will be displayed for 'items per page' select input. Set a maximum of 4 options including a required 'All' option with value equal to total number of items.",
|
|
3498
|
-
"docsTags": [],
|
|
3499
|
-
"values": [
|
|
3500
|
-
{
|
|
3501
|
-
"type": "{ label: string; value: string; }[]"
|
|
3502
|
-
}
|
|
3503
|
-
],
|
|
3504
|
-
"optional": true,
|
|
3505
|
-
"required": false
|
|
3506
|
-
},
|
|
3507
|
-
{
|
|
3508
|
-
"name": "pageLabel",
|
|
3509
|
-
"type": "string",
|
|
3510
|
-
"complexType": {
|
|
3511
|
-
"original": "string",
|
|
3512
|
-
"resolved": "string",
|
|
3513
|
-
"references": {}
|
|
3514
|
-
},
|
|
3515
|
-
"mutable": false,
|
|
3516
|
-
"attr": "page-label",
|
|
3517
|
-
"reflectToAttr": false,
|
|
3518
|
-
"docs": "The text which will be used in place of 'Page' on the pagination bar.",
|
|
3519
|
-
"docsTags": [],
|
|
3520
|
-
"default": "\"Page\"",
|
|
3521
|
-
"values": [
|
|
3522
|
-
{
|
|
3523
|
-
"type": "string"
|
|
3524
|
-
}
|
|
3525
|
-
],
|
|
3526
|
-
"optional": true,
|
|
3527
|
-
"required": false
|
|
3528
|
-
},
|
|
3529
|
-
{
|
|
3530
|
-
"name": "rangeLabelType",
|
|
3531
|
-
"type": "\"data\" | \"page\"",
|
|
3532
|
-
"complexType": {
|
|
3533
|
-
"original": "IcPaginationLabelTypes",
|
|
3534
|
-
"resolved": "\"data\" | \"page\"",
|
|
3535
|
-
"references": {
|
|
3536
|
-
"IcPaginationLabelTypes": {
|
|
3537
|
-
"location": "import",
|
|
3538
|
-
"path": "@ukic/web-components/dist/types/components/ic-pagination/ic-pagination.types",
|
|
3539
|
-
"id": "../web-components/dist/types/components/ic-pagination/ic-pagination.types.d.ts::IcPaginationLabelTypes"
|
|
3540
|
-
}
|
|
3541
|
-
}
|
|
3542
|
-
},
|
|
3543
|
-
"mutable": false,
|
|
3544
|
-
"attr": "range-label-type",
|
|
3545
|
-
"reflectToAttr": false,
|
|
3546
|
-
"docs": "Whether total number of items and current item range or total number of pages and current page is displayed.",
|
|
3547
|
-
"docsTags": [],
|
|
3548
|
-
"default": "\"page\"",
|
|
3549
|
-
"values": [
|
|
3550
|
-
{
|
|
3551
|
-
"value": "data",
|
|
3552
|
-
"type": "string"
|
|
3553
|
-
},
|
|
3554
|
-
{
|
|
3555
|
-
"value": "page",
|
|
3556
|
-
"type": "string"
|
|
3557
|
-
}
|
|
3558
|
-
],
|
|
3559
|
-
"optional": true,
|
|
3560
|
-
"required": false
|
|
3561
|
-
},
|
|
3562
|
-
{
|
|
3563
|
-
"name": "showGoToPageControl",
|
|
3564
|
-
"type": "boolean",
|
|
3565
|
-
"complexType": {
|
|
3566
|
-
"original": "boolean",
|
|
3567
|
-
"resolved": "boolean",
|
|
3568
|
-
"references": {}
|
|
3569
|
-
},
|
|
3570
|
-
"mutable": false,
|
|
3571
|
-
"attr": "show-go-to-page-control",
|
|
3572
|
-
"reflectToAttr": false,
|
|
3573
|
-
"docs": "If `true`, the 'go to page' control should be displayed.",
|
|
3574
|
-
"docsTags": [],
|
|
3575
|
-
"default": "false",
|
|
3576
|
-
"values": [
|
|
3577
|
-
{
|
|
3578
|
-
"type": "boolean"
|
|
3579
|
-
}
|
|
3580
|
-
],
|
|
3581
|
-
"optional": true,
|
|
3582
|
-
"required": false
|
|
3583
|
-
},
|
|
3584
|
-
{
|
|
3585
|
-
"name": "showItemsPerPageControl",
|
|
3586
|
-
"type": "boolean",
|
|
3587
|
-
"complexType": {
|
|
3588
|
-
"original": "boolean",
|
|
3589
|
-
"resolved": "boolean",
|
|
3590
|
-
"references": {}
|
|
3591
|
-
},
|
|
3592
|
-
"mutable": false,
|
|
3593
|
-
"attr": "show-items-per-page-control",
|
|
3594
|
-
"reflectToAttr": false,
|
|
3595
|
-
"docs": "If `true`, the select input to control 'items per page' should be displayed.",
|
|
3596
|
-
"docsTags": [],
|
|
3597
|
-
"default": "false",
|
|
3598
|
-
"values": [
|
|
3599
|
-
{
|
|
3600
|
-
"type": "boolean"
|
|
3601
|
-
}
|
|
3602
|
-
],
|
|
3603
|
-
"optional": true,
|
|
3604
|
-
"required": false
|
|
3605
|
-
},
|
|
3606
|
-
{
|
|
3607
|
-
"name": "totalItems",
|
|
3608
|
-
"type": "number",
|
|
3609
|
-
"complexType": {
|
|
3610
|
-
"original": "number",
|
|
3611
|
-
"resolved": "number",
|
|
3612
|
-
"references": {}
|
|
3613
|
-
},
|
|
3614
|
-
"mutable": false,
|
|
3615
|
-
"attr": "total-items",
|
|
3616
|
-
"reflectToAttr": false,
|
|
3617
|
-
"docs": "Total number of items to be displayed across all pages.",
|
|
3618
|
-
"docsTags": [],
|
|
3619
|
-
"values": [
|
|
3620
|
-
{
|
|
3621
|
-
"type": "number"
|
|
3622
|
-
}
|
|
3623
|
-
],
|
|
3624
|
-
"optional": false,
|
|
3625
|
-
"required": true
|
|
3626
|
-
},
|
|
3627
|
-
{
|
|
3628
|
-
"name": "type",
|
|
3629
|
-
"type": "\"complex\" | \"simple\"",
|
|
3630
|
-
"complexType": {
|
|
3631
|
-
"original": "IcPaginationTypes",
|
|
3632
|
-
"resolved": "\"complex\" | \"simple\"",
|
|
3633
|
-
"references": {
|
|
3634
|
-
"IcPaginationTypes": {
|
|
3635
|
-
"location": "import",
|
|
3636
|
-
"path": "@ukic/web-components/dist/types/components/ic-pagination/ic-pagination.types",
|
|
3637
|
-
"id": "../web-components/dist/types/components/ic-pagination/ic-pagination.types.d.ts::IcPaginationTypes"
|
|
3638
|
-
}
|
|
3639
|
-
}
|
|
3640
|
-
},
|
|
3641
|
-
"mutable": false,
|
|
3642
|
-
"attr": "type",
|
|
3643
|
-
"reflectToAttr": false,
|
|
3644
|
-
"docs": "Whether the displayed pagination is simple or complex.",
|
|
3645
|
-
"docsTags": [],
|
|
3646
|
-
"default": "\"simple\"",
|
|
3647
|
-
"values": [
|
|
3648
|
-
{
|
|
3649
|
-
"value": "complex",
|
|
3650
|
-
"type": "string"
|
|
3651
|
-
},
|
|
3652
|
-
{
|
|
3653
|
-
"value": "simple",
|
|
3654
|
-
"type": "string"
|
|
3655
|
-
}
|
|
3656
|
-
],
|
|
3657
|
-
"optional": true,
|
|
3658
|
-
"required": false
|
|
3659
|
-
}
|
|
3660
|
-
],
|
|
3661
|
-
"methods": [],
|
|
3662
|
-
"events": [
|
|
3663
|
-
{
|
|
3664
|
-
"event": "icItemsPerPageChange",
|
|
3665
|
-
"detail": "{ value: number; }",
|
|
3666
|
-
"bubbles": true,
|
|
3667
|
-
"complexType": {
|
|
3668
|
-
"original": "{ value: number }",
|
|
3669
|
-
"resolved": "{ value: number; }",
|
|
3670
|
-
"references": {}
|
|
3671
|
-
},
|
|
3672
|
-
"cancelable": true,
|
|
3673
|
-
"composed": true,
|
|
3674
|
-
"docs": "Emitted when the items per page option is changed.",
|
|
3675
|
-
"docsTags": []
|
|
3676
|
-
},
|
|
3677
|
-
{
|
|
3678
|
-
"event": "icPageChange",
|
|
3679
|
-
"detail": "{ value: number; }",
|
|
3680
|
-
"bubbles": true,
|
|
3681
|
-
"complexType": {
|
|
3682
|
-
"original": "{ value: number }",
|
|
3683
|
-
"resolved": "{ value: number; }",
|
|
3684
|
-
"references": {}
|
|
3685
|
-
},
|
|
3686
|
-
"cancelable": true,
|
|
3687
|
-
"composed": true,
|
|
3688
|
-
"docs": "Emitted when a page is navigated to via the 'go to' input.",
|
|
3689
|
-
"docsTags": []
|
|
3690
|
-
}
|
|
3691
|
-
],
|
|
3692
|
-
"listeners": [
|
|
3693
|
-
{
|
|
3694
|
-
"event": "icPageChange",
|
|
3695
|
-
"capture": false,
|
|
3696
|
-
"passive": false
|
|
3697
|
-
}
|
|
3698
|
-
],
|
|
3699
|
-
"styles": [],
|
|
3700
|
-
"slots": [],
|
|
3701
|
-
"parts": [],
|
|
3702
|
-
"dependents": [
|
|
3703
|
-
"ic-data-table"
|
|
3704
|
-
],
|
|
3705
|
-
"dependencies": [
|
|
3706
|
-
"ic-typography",
|
|
3707
|
-
"ic-select",
|
|
3708
|
-
"ic-pagination",
|
|
3709
|
-
"ic-tooltip",
|
|
3710
|
-
"ic-text-field",
|
|
3711
|
-
"ic-button"
|
|
3712
|
-
],
|
|
3713
|
-
"dependencyGraph": {
|
|
3714
|
-
"ic-pagination-bar": [
|
|
3715
|
-
"ic-typography",
|
|
3716
|
-
"ic-select",
|
|
3717
|
-
"ic-pagination",
|
|
3718
|
-
"ic-tooltip",
|
|
3719
|
-
"ic-text-field",
|
|
3720
|
-
"ic-button"
|
|
3721
|
-
],
|
|
3722
|
-
"ic-select": [
|
|
3723
|
-
"ic-input-container",
|
|
3724
|
-
"ic-input-label",
|
|
3725
|
-
"ic-input-component-container",
|
|
3726
|
-
"ic-typography",
|
|
3727
|
-
"ic-button",
|
|
3728
|
-
"ic-menu",
|
|
3729
|
-
"ic-input-validation"
|
|
3730
|
-
],
|
|
3731
|
-
"ic-input-label": [
|
|
3732
|
-
"ic-typography"
|
|
3733
|
-
],
|
|
3734
|
-
"ic-button": [
|
|
3735
|
-
"ic-loading-indicator",
|
|
3736
|
-
"ic-tooltip"
|
|
3737
|
-
],
|
|
3738
|
-
"ic-loading-indicator": [
|
|
3739
|
-
"ic-typography"
|
|
3740
|
-
],
|
|
3741
|
-
"ic-tooltip": [
|
|
3742
|
-
"ic-typography"
|
|
3743
|
-
],
|
|
3744
|
-
"ic-menu": [
|
|
3745
|
-
"ic-loading-indicator",
|
|
3746
|
-
"ic-typography",
|
|
3747
|
-
"ic-button"
|
|
3748
|
-
],
|
|
3749
|
-
"ic-input-validation": [
|
|
3750
|
-
"ic-typography"
|
|
3751
|
-
],
|
|
3752
|
-
"ic-pagination": [
|
|
3753
|
-
"ic-button",
|
|
3754
|
-
"ic-pagination-item"
|
|
3755
|
-
],
|
|
3756
|
-
"ic-pagination-item": [
|
|
3757
|
-
"ic-typography"
|
|
3758
|
-
],
|
|
3759
|
-
"ic-text-field": [
|
|
3760
|
-
"ic-input-container",
|
|
3761
|
-
"ic-input-label",
|
|
3762
|
-
"ic-input-component-container",
|
|
3763
|
-
"ic-input-validation",
|
|
3764
|
-
"ic-typography"
|
|
3765
|
-
],
|
|
3766
|
-
"ic-data-table": [
|
|
3767
|
-
"ic-pagination-bar"
|
|
3768
|
-
]
|
|
3769
|
-
}
|
|
3770
|
-
},
|
|
3771
|
-
{
|
|
3772
|
-
"filePath": "src/components/ic-select-with-multi/ic-select.tsx",
|
|
3773
|
-
"encapsulation": "shadow",
|
|
3774
|
-
"tag": "ic-select-with-multi",
|
|
3775
|
-
"readme": "# ic-select\n\n\n",
|
|
3776
|
-
"docs": "",
|
|
3777
|
-
"docsTags": [],
|
|
3778
|
-
"usage": {},
|
|
3779
|
-
"props": [
|
|
3780
|
-
{
|
|
3781
|
-
"name": "debounce",
|
|
3782
|
-
"type": "number",
|
|
3412
|
+
"name": "currentPage",
|
|
3413
|
+
"type": "number",
|
|
3783
3414
|
"complexType": {
|
|
3784
3415
|
"original": "number",
|
|
3785
3416
|
"resolved": "number",
|
|
3786
3417
|
"references": {}
|
|
3787
3418
|
},
|
|
3788
3419
|
"mutable": false,
|
|
3789
|
-
"attr": "
|
|
3420
|
+
"attr": "current-page",
|
|
3790
3421
|
"reflectToAttr": false,
|
|
3791
|
-
"docs": "The
|
|
3422
|
+
"docs": "The current page number to be displayed on the pagination bar.",
|
|
3792
3423
|
"docsTags": [],
|
|
3793
|
-
"default": "
|
|
3424
|
+
"default": "1",
|
|
3794
3425
|
"values": [
|
|
3795
3426
|
{
|
|
3796
3427
|
"type": "number"
|
|
3797
3428
|
}
|
|
3798
3429
|
],
|
|
3799
3430
|
"optional": true,
|
|
3800
|
-
"required": false
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
"name": "disableAutoFiltering",
|
|
3804
|
-
"type": "boolean",
|
|
3805
|
-
"complexType": {
|
|
3806
|
-
"original": "boolean",
|
|
3807
|
-
"resolved": "boolean",
|
|
3808
|
-
"references": {}
|
|
3809
|
-
},
|
|
3810
|
-
"mutable": false,
|
|
3811
|
-
"attr": "disable-auto-filtering",
|
|
3812
|
-
"reflectToAttr": false,
|
|
3813
|
-
"docs": "If `true`, the built in filtering will be disabled for a searchable variant. For example, if options will already be filtered from external source.",
|
|
3814
|
-
"docsTags": [],
|
|
3815
|
-
"default": "false",
|
|
3816
|
-
"values": [
|
|
3817
|
-
{
|
|
3818
|
-
"type": "boolean"
|
|
3819
|
-
}
|
|
3820
|
-
],
|
|
3821
|
-
"optional": true,
|
|
3822
|
-
"required": false
|
|
3823
|
-
},
|
|
3824
|
-
{
|
|
3825
|
-
"name": "disabled",
|
|
3826
|
-
"type": "boolean",
|
|
3827
|
-
"complexType": {
|
|
3828
|
-
"original": "boolean",
|
|
3829
|
-
"resolved": "boolean",
|
|
3830
|
-
"references": {}
|
|
3831
|
-
},
|
|
3832
|
-
"mutable": false,
|
|
3833
|
-
"attr": "disabled",
|
|
3834
|
-
"reflectToAttr": true,
|
|
3835
|
-
"docs": "If `true`, the disabled state will be set.",
|
|
3836
|
-
"docsTags": [],
|
|
3837
|
-
"default": "false",
|
|
3838
|
-
"values": [
|
|
3839
|
-
{
|
|
3840
|
-
"type": "boolean"
|
|
3841
|
-
}
|
|
3842
|
-
],
|
|
3843
|
-
"optional": true,
|
|
3844
|
-
"required": false
|
|
3845
|
-
},
|
|
3846
|
-
{
|
|
3847
|
-
"name": "emptyOptionListText",
|
|
3848
|
-
"type": "string",
|
|
3849
|
-
"complexType": {
|
|
3850
|
-
"original": "string",
|
|
3851
|
-
"resolved": "string",
|
|
3852
|
-
"references": {}
|
|
3853
|
-
},
|
|
3854
|
-
"mutable": false,
|
|
3855
|
-
"attr": "empty-option-list-text",
|
|
3856
|
-
"reflectToAttr": false,
|
|
3857
|
-
"docs": "The text displayed when there are no options in the option list.",
|
|
3858
|
-
"docsTags": [],
|
|
3859
|
-
"default": "\"No results found\"",
|
|
3860
|
-
"values": [
|
|
3861
|
-
{
|
|
3862
|
-
"type": "string"
|
|
3863
|
-
}
|
|
3864
|
-
],
|
|
3865
|
-
"optional": false,
|
|
3866
|
-
"required": false
|
|
3867
|
-
},
|
|
3868
|
-
{
|
|
3869
|
-
"name": "form",
|
|
3870
|
-
"type": "string",
|
|
3871
|
-
"complexType": {
|
|
3872
|
-
"original": "string",
|
|
3873
|
-
"resolved": "string",
|
|
3874
|
-
"references": {}
|
|
3875
|
-
},
|
|
3876
|
-
"mutable": false,
|
|
3877
|
-
"attr": "form",
|
|
3878
|
-
"reflectToAttr": false,
|
|
3879
|
-
"docs": "The <form> element to associate the select with.",
|
|
3880
|
-
"docsTags": [],
|
|
3881
|
-
"values": [
|
|
3882
|
-
{
|
|
3883
|
-
"type": "string"
|
|
3884
|
-
}
|
|
3885
|
-
],
|
|
3886
|
-
"optional": true,
|
|
3887
|
-
"required": false
|
|
3888
|
-
},
|
|
3889
|
-
{
|
|
3890
|
-
"name": "fullWidth",
|
|
3891
|
-
"type": "boolean",
|
|
3892
|
-
"complexType": {
|
|
3893
|
-
"original": "boolean",
|
|
3894
|
-
"resolved": "boolean",
|
|
3895
|
-
"references": {}
|
|
3896
|
-
},
|
|
3897
|
-
"mutable": false,
|
|
3898
|
-
"attr": "full-width",
|
|
3899
|
-
"reflectToAttr": false,
|
|
3900
|
-
"docs": "If `true`, the select element will fill the width of the container. This prop should only be used with searchable select and will only be applied if searchable is true.",
|
|
3901
|
-
"docsTags": [],
|
|
3902
|
-
"default": "false",
|
|
3903
|
-
"values": [
|
|
3904
|
-
{
|
|
3905
|
-
"type": "boolean"
|
|
3906
|
-
}
|
|
3907
|
-
],
|
|
3908
|
-
"optional": false,
|
|
3909
|
-
"required": false
|
|
3910
|
-
},
|
|
3911
|
-
{
|
|
3912
|
-
"name": "helperText",
|
|
3913
|
-
"type": "string",
|
|
3914
|
-
"complexType": {
|
|
3915
|
-
"original": "string",
|
|
3916
|
-
"resolved": "string",
|
|
3917
|
-
"references": {}
|
|
3918
|
-
},
|
|
3919
|
-
"mutable": false,
|
|
3920
|
-
"attr": "helper-text",
|
|
3921
|
-
"reflectToAttr": false,
|
|
3922
|
-
"docs": "The helper text that will be displayed for additional field guidance.",
|
|
3923
|
-
"docsTags": [],
|
|
3924
|
-
"default": "\"\"",
|
|
3925
|
-
"values": [
|
|
3926
|
-
{
|
|
3927
|
-
"type": "string"
|
|
3928
|
-
}
|
|
3929
|
-
],
|
|
3930
|
-
"optional": true,
|
|
3931
|
-
"required": false
|
|
3932
|
-
},
|
|
3933
|
-
{
|
|
3934
|
-
"name": "hideLabel",
|
|
3935
|
-
"type": "boolean",
|
|
3936
|
-
"complexType": {
|
|
3937
|
-
"original": "boolean",
|
|
3938
|
-
"resolved": "boolean",
|
|
3939
|
-
"references": {}
|
|
3940
|
-
},
|
|
3941
|
-
"mutable": false,
|
|
3942
|
-
"attr": "hide-label",
|
|
3943
|
-
"reflectToAttr": false,
|
|
3944
|
-
"docs": "If `true`, the label will be hidden and the required label value will be applied as an aria-label.",
|
|
3945
|
-
"docsTags": [],
|
|
3946
|
-
"default": "false",
|
|
3947
|
-
"values": [
|
|
3948
|
-
{
|
|
3949
|
-
"type": "boolean"
|
|
3950
|
-
}
|
|
3951
|
-
],
|
|
3952
|
-
"optional": true,
|
|
3953
|
-
"required": false
|
|
3954
|
-
},
|
|
3955
|
-
{
|
|
3956
|
-
"name": "includeDescriptionsInSearch",
|
|
3957
|
-
"type": "boolean",
|
|
3958
|
-
"complexType": {
|
|
3959
|
-
"original": "boolean",
|
|
3960
|
-
"resolved": "boolean",
|
|
3961
|
-
"references": {}
|
|
3962
|
-
},
|
|
3963
|
-
"mutable": false,
|
|
3964
|
-
"attr": "include-descriptions-in-search",
|
|
3965
|
-
"reflectToAttr": false,
|
|
3966
|
-
"docs": "If `true`, descriptions of options will be included when filtering options in a searchable select. Only applies to built in filtering.",
|
|
3967
|
-
"docsTags": [],
|
|
3968
|
-
"default": "false",
|
|
3969
|
-
"values": [
|
|
3970
|
-
{
|
|
3971
|
-
"type": "boolean"
|
|
3972
|
-
}
|
|
3973
|
-
],
|
|
3974
|
-
"optional": true,
|
|
3975
|
-
"required": false
|
|
3431
|
+
"required": false,
|
|
3432
|
+
"getter": false,
|
|
3433
|
+
"setter": false
|
|
3976
3434
|
},
|
|
3977
3435
|
{
|
|
3978
|
-
"name": "
|
|
3436
|
+
"name": "hideAllFromItemsPerPage",
|
|
3979
3437
|
"type": "boolean",
|
|
3980
3438
|
"complexType": {
|
|
3981
3439
|
"original": "boolean",
|
|
@@ -3983,52 +3441,9 @@
|
|
|
3983
3441
|
"references": {}
|
|
3984
3442
|
},
|
|
3985
3443
|
"mutable": false,
|
|
3986
|
-
"attr": "
|
|
3987
|
-
"reflectToAttr": false,
|
|
3988
|
-
"docs": "If `true`, group titles of grouped options will be included when filtering options in a searchable select. Only applies to built in filtering.",
|
|
3989
|
-
"docsTags": [],
|
|
3990
|
-
"default": "false",
|
|
3991
|
-
"values": [
|
|
3992
|
-
{
|
|
3993
|
-
"type": "boolean"
|
|
3994
|
-
}
|
|
3995
|
-
],
|
|
3996
|
-
"optional": true,
|
|
3997
|
-
"required": false
|
|
3998
|
-
},
|
|
3999
|
-
{
|
|
4000
|
-
"name": "label",
|
|
4001
|
-
"type": "string",
|
|
4002
|
-
"complexType": {
|
|
4003
|
-
"original": "string",
|
|
4004
|
-
"resolved": "string",
|
|
4005
|
-
"references": {}
|
|
4006
|
-
},
|
|
4007
|
-
"mutable": false,
|
|
4008
|
-
"attr": "label",
|
|
4009
|
-
"reflectToAttr": false,
|
|
4010
|
-
"docs": "The label for the select.",
|
|
4011
|
-
"docsTags": [],
|
|
4012
|
-
"values": [
|
|
4013
|
-
{
|
|
4014
|
-
"type": "string"
|
|
4015
|
-
}
|
|
4016
|
-
],
|
|
4017
|
-
"optional": false,
|
|
4018
|
-
"required": true
|
|
4019
|
-
},
|
|
4020
|
-
{
|
|
4021
|
-
"name": "loading",
|
|
4022
|
-
"type": "boolean",
|
|
4023
|
-
"complexType": {
|
|
4024
|
-
"original": "boolean",
|
|
4025
|
-
"resolved": "boolean",
|
|
4026
|
-
"references": {}
|
|
4027
|
-
},
|
|
4028
|
-
"mutable": true,
|
|
4029
|
-
"attr": "loading",
|
|
3444
|
+
"attr": "hide-all-from-items-per-page",
|
|
4030
3445
|
"reflectToAttr": false,
|
|
4031
|
-
"docs": "If `true`, the
|
|
3446
|
+
"docs": "If `true`, the 'All' option will be hidden from the 'items per page' select input.",
|
|
4032
3447
|
"docsTags": [],
|
|
4033
3448
|
"default": "false",
|
|
4034
3449
|
"values": [
|
|
@@ -4037,54 +3452,12 @@
|
|
|
4037
3452
|
}
|
|
4038
3453
|
],
|
|
4039
3454
|
"optional": true,
|
|
4040
|
-
"required": false
|
|
4041
|
-
|
|
4042
|
-
|
|
4043
|
-
"name": "loadingErrorLabel",
|
|
4044
|
-
"type": "string",
|
|
4045
|
-
"complexType": {
|
|
4046
|
-
"original": "string",
|
|
4047
|
-
"resolved": "string",
|
|
4048
|
-
"references": {}
|
|
4049
|
-
},
|
|
4050
|
-
"mutable": false,
|
|
4051
|
-
"attr": "loading-error-label",
|
|
4052
|
-
"reflectToAttr": false,
|
|
4053
|
-
"docs": "The message displayed when external loading times out.",
|
|
4054
|
-
"docsTags": [],
|
|
4055
|
-
"default": "\"Loading Error\"",
|
|
4056
|
-
"values": [
|
|
4057
|
-
{
|
|
4058
|
-
"type": "string"
|
|
4059
|
-
}
|
|
4060
|
-
],
|
|
4061
|
-
"optional": true,
|
|
4062
|
-
"required": false
|
|
4063
|
-
},
|
|
4064
|
-
{
|
|
4065
|
-
"name": "loadingLabel",
|
|
4066
|
-
"type": "string",
|
|
4067
|
-
"complexType": {
|
|
4068
|
-
"original": "string",
|
|
4069
|
-
"resolved": "string",
|
|
4070
|
-
"references": {}
|
|
4071
|
-
},
|
|
4072
|
-
"mutable": false,
|
|
4073
|
-
"attr": "loading-label",
|
|
4074
|
-
"reflectToAttr": false,
|
|
4075
|
-
"docs": "The message displayed whilst the options are being loaded externally.",
|
|
4076
|
-
"docsTags": [],
|
|
4077
|
-
"default": "\"Loading...\"",
|
|
4078
|
-
"values": [
|
|
4079
|
-
{
|
|
4080
|
-
"type": "string"
|
|
4081
|
-
}
|
|
4082
|
-
],
|
|
4083
|
-
"optional": true,
|
|
4084
|
-
"required": false
|
|
3455
|
+
"required": false,
|
|
3456
|
+
"getter": false,
|
|
3457
|
+
"setter": false
|
|
4085
3458
|
},
|
|
4086
3459
|
{
|
|
4087
|
-
"name": "
|
|
3460
|
+
"name": "hideRangeLabel",
|
|
4088
3461
|
"type": "boolean",
|
|
4089
3462
|
"complexType": {
|
|
4090
3463
|
"original": "boolean",
|
|
@@ -4092,9 +3465,9 @@
|
|
|
4092
3465
|
"references": {}
|
|
4093
3466
|
},
|
|
4094
3467
|
"mutable": false,
|
|
4095
|
-
"attr": "
|
|
3468
|
+
"attr": "hide-range-label",
|
|
4096
3469
|
"reflectToAttr": false,
|
|
4097
|
-
"docs": "If `true`,
|
|
3470
|
+
"docs": "If `true`, the number of total items and current item range or number of total pages and current page will be hidden.",
|
|
4098
3471
|
"docsTags": [],
|
|
4099
3472
|
"default": "false",
|
|
4100
3473
|
"values": [
|
|
@@ -4103,10 +3476,12 @@
|
|
|
4103
3476
|
}
|
|
4104
3477
|
],
|
|
4105
3478
|
"optional": true,
|
|
4106
|
-
"required": false
|
|
3479
|
+
"required": false,
|
|
3480
|
+
"getter": false,
|
|
3481
|
+
"setter": false
|
|
4107
3482
|
},
|
|
4108
3483
|
{
|
|
4109
|
-
"name": "
|
|
3484
|
+
"name": "itemLabel",
|
|
4110
3485
|
"type": "string",
|
|
4111
3486
|
"complexType": {
|
|
4112
3487
|
"original": "string",
|
|
@@ -4114,70 +3489,45 @@
|
|
|
4114
3489
|
"references": {}
|
|
4115
3490
|
},
|
|
4116
3491
|
"mutable": false,
|
|
4117
|
-
"attr": "
|
|
4118
|
-
"reflectToAttr": false,
|
|
4119
|
-
"docs": "The name of the control, which is submitted with the form data.",
|
|
4120
|
-
"docsTags": [],
|
|
4121
|
-
"default": "this.inputId",
|
|
4122
|
-
"values": [
|
|
4123
|
-
{
|
|
4124
|
-
"type": "string"
|
|
4125
|
-
}
|
|
4126
|
-
],
|
|
4127
|
-
"optional": true,
|
|
4128
|
-
"required": false
|
|
4129
|
-
},
|
|
4130
|
-
{
|
|
4131
|
-
"name": "options",
|
|
4132
|
-
"type": "IcMenuOption[]",
|
|
4133
|
-
"complexType": {
|
|
4134
|
-
"original": "IcMenuOption[]",
|
|
4135
|
-
"resolved": "IcMenuOption[]",
|
|
4136
|
-
"references": {
|
|
4137
|
-
"IcMenuOption": {
|
|
4138
|
-
"location": "import",
|
|
4139
|
-
"path": "@ukic/web-components/dist/types/utils/types",
|
|
4140
|
-
"id": "../web-components/dist/types/utils/types.d.ts::IcMenuOption"
|
|
4141
|
-
}
|
|
4142
|
-
}
|
|
4143
|
-
},
|
|
4144
|
-
"mutable": false,
|
|
3492
|
+
"attr": "item-label",
|
|
4145
3493
|
"reflectToAttr": false,
|
|
4146
|
-
"docs": "The
|
|
3494
|
+
"docs": "The text which will be used in place of 'Item' on the pagination bar.",
|
|
4147
3495
|
"docsTags": [],
|
|
4148
|
-
"default": "
|
|
3496
|
+
"default": "\"Item\"",
|
|
4149
3497
|
"values": [
|
|
4150
3498
|
{
|
|
4151
|
-
"type": "
|
|
3499
|
+
"type": "string"
|
|
4152
3500
|
}
|
|
4153
3501
|
],
|
|
4154
3502
|
"optional": true,
|
|
4155
|
-
"required": false
|
|
3503
|
+
"required": false,
|
|
3504
|
+
"getter": false,
|
|
3505
|
+
"setter": false
|
|
4156
3506
|
},
|
|
4157
3507
|
{
|
|
4158
|
-
"name": "
|
|
4159
|
-
"type": "string",
|
|
3508
|
+
"name": "itemsPerPageOptions",
|
|
3509
|
+
"type": "{ label: string; value: string; }[]",
|
|
4160
3510
|
"complexType": {
|
|
4161
|
-
"original": "string",
|
|
4162
|
-
"resolved": "string",
|
|
3511
|
+
"original": "{\n label: string;\n value: string;\n }[]",
|
|
3512
|
+
"resolved": "{ label: string; value: string; }[]",
|
|
4163
3513
|
"references": {}
|
|
4164
3514
|
},
|
|
4165
3515
|
"mutable": false,
|
|
4166
|
-
"attr": "placeholder",
|
|
4167
3516
|
"reflectToAttr": false,
|
|
4168
|
-
"docs": "The
|
|
3517
|
+
"docs": "The options which will be displayed for 'items per page' select input.",
|
|
4169
3518
|
"docsTags": [],
|
|
4170
|
-
"default": "\"Select an option\"",
|
|
4171
3519
|
"values": [
|
|
4172
3520
|
{
|
|
4173
|
-
"type": "string"
|
|
3521
|
+
"type": "{ label: string; value: string; }[]"
|
|
4174
3522
|
}
|
|
4175
3523
|
],
|
|
4176
3524
|
"optional": true,
|
|
4177
|
-
"required": false
|
|
3525
|
+
"required": false,
|
|
3526
|
+
"getter": false,
|
|
3527
|
+
"setter": false
|
|
4178
3528
|
},
|
|
4179
3529
|
{
|
|
4180
|
-
"name": "
|
|
3530
|
+
"name": "monochrome",
|
|
4181
3531
|
"type": "boolean",
|
|
4182
3532
|
"complexType": {
|
|
4183
3533
|
"original": "boolean",
|
|
@@ -4185,9 +3535,9 @@
|
|
|
4185
3535
|
"references": {}
|
|
4186
3536
|
},
|
|
4187
3537
|
"mutable": false,
|
|
4188
|
-
"attr": "
|
|
3538
|
+
"attr": "monochrome",
|
|
4189
3539
|
"reflectToAttr": false,
|
|
4190
|
-
"docs": "If `true`, the
|
|
3540
|
+
"docs": "If `true`, the pagination bar will display as black in the light theme, and white in dark theme.",
|
|
4191
3541
|
"docsTags": [],
|
|
4192
3542
|
"default": "false",
|
|
4193
3543
|
"values": [
|
|
@@ -4196,65 +3546,94 @@
|
|
|
4196
3546
|
}
|
|
4197
3547
|
],
|
|
4198
3548
|
"optional": true,
|
|
4199
|
-
"required": false
|
|
3549
|
+
"required": false,
|
|
3550
|
+
"getter": false,
|
|
3551
|
+
"setter": false
|
|
4200
3552
|
},
|
|
4201
3553
|
{
|
|
4202
|
-
"name": "
|
|
4203
|
-
"type": "
|
|
3554
|
+
"name": "pageLabel",
|
|
3555
|
+
"type": "string",
|
|
4204
3556
|
"complexType": {
|
|
4205
|
-
"original": "
|
|
4206
|
-
"resolved": "
|
|
3557
|
+
"original": "string",
|
|
3558
|
+
"resolved": "string",
|
|
4207
3559
|
"references": {}
|
|
4208
3560
|
},
|
|
4209
3561
|
"mutable": false,
|
|
4210
|
-
"attr": "
|
|
3562
|
+
"attr": "page-label",
|
|
4211
3563
|
"reflectToAttr": false,
|
|
4212
|
-
"docs": "
|
|
3564
|
+
"docs": "The text which will be used in place of 'Page' on the pagination bar.",
|
|
4213
3565
|
"docsTags": [],
|
|
4214
|
-
"default": "
|
|
3566
|
+
"default": "\"Page\"",
|
|
4215
3567
|
"values": [
|
|
4216
3568
|
{
|
|
4217
|
-
"type": "
|
|
3569
|
+
"type": "string"
|
|
4218
3570
|
}
|
|
4219
3571
|
],
|
|
4220
3572
|
"optional": true,
|
|
4221
|
-
"required": false
|
|
3573
|
+
"required": false,
|
|
3574
|
+
"getter": false,
|
|
3575
|
+
"setter": false
|
|
4222
3576
|
},
|
|
4223
3577
|
{
|
|
4224
|
-
"name": "
|
|
4225
|
-
"type": "\"
|
|
3578
|
+
"name": "rangeLabelType",
|
|
3579
|
+
"type": "\"data\" | \"page\"",
|
|
4226
3580
|
"complexType": {
|
|
4227
|
-
"original": "
|
|
4228
|
-
"resolved": "\"
|
|
3581
|
+
"original": "IcPaginationLabelTypes",
|
|
3582
|
+
"resolved": "\"data\" | \"page\"",
|
|
4229
3583
|
"references": {
|
|
4230
|
-
"
|
|
3584
|
+
"IcPaginationLabelTypes": {
|
|
4231
3585
|
"location": "import",
|
|
4232
|
-
"path": "
|
|
4233
|
-
"id": "
|
|
3586
|
+
"path": "@ukic/web-components/dist/types/components/ic-pagination/ic-pagination.types",
|
|
3587
|
+
"id": "../web-components/dist/types/components/ic-pagination/ic-pagination.types.d.ts::IcPaginationLabelTypes"
|
|
4234
3588
|
}
|
|
4235
3589
|
}
|
|
4236
3590
|
},
|
|
4237
3591
|
"mutable": false,
|
|
4238
|
-
"attr": "
|
|
3592
|
+
"attr": "range-label-type",
|
|
4239
3593
|
"reflectToAttr": false,
|
|
4240
|
-
"docs": "Whether
|
|
3594
|
+
"docs": "Whether total number of items and current item range or total number of pages and current page is displayed.",
|
|
4241
3595
|
"docsTags": [],
|
|
4242
|
-
"default": "\"
|
|
3596
|
+
"default": "\"page\"",
|
|
4243
3597
|
"values": [
|
|
4244
3598
|
{
|
|
4245
|
-
"value": "
|
|
3599
|
+
"value": "data",
|
|
4246
3600
|
"type": "string"
|
|
4247
3601
|
},
|
|
4248
3602
|
{
|
|
4249
|
-
"value": "
|
|
3603
|
+
"value": "page",
|
|
4250
3604
|
"type": "string"
|
|
4251
3605
|
}
|
|
4252
3606
|
],
|
|
4253
3607
|
"optional": true,
|
|
4254
|
-
"required": false
|
|
3608
|
+
"required": false,
|
|
3609
|
+
"getter": false,
|
|
3610
|
+
"setter": false
|
|
3611
|
+
},
|
|
3612
|
+
{
|
|
3613
|
+
"name": "selectedItemsPerPage",
|
|
3614
|
+
"type": "number",
|
|
3615
|
+
"complexType": {
|
|
3616
|
+
"original": "number",
|
|
3617
|
+
"resolved": "number",
|
|
3618
|
+
"references": {}
|
|
3619
|
+
},
|
|
3620
|
+
"mutable": false,
|
|
3621
|
+
"attr": "selected-items-per-page",
|
|
3622
|
+
"reflectToAttr": false,
|
|
3623
|
+
"docs": "The items per page option to be selected.",
|
|
3624
|
+
"docsTags": [],
|
|
3625
|
+
"values": [
|
|
3626
|
+
{
|
|
3627
|
+
"type": "number"
|
|
3628
|
+
}
|
|
3629
|
+
],
|
|
3630
|
+
"optional": true,
|
|
3631
|
+
"required": false,
|
|
3632
|
+
"getter": false,
|
|
3633
|
+
"setter": false
|
|
4255
3634
|
},
|
|
4256
3635
|
{
|
|
4257
|
-
"name": "
|
|
3636
|
+
"name": "setToFirstPageOnPaginationChange",
|
|
4258
3637
|
"type": "boolean",
|
|
4259
3638
|
"complexType": {
|
|
4260
3639
|
"original": "boolean",
|
|
@@ -4262,9 +3641,9 @@
|
|
|
4262
3641
|
"references": {}
|
|
4263
3642
|
},
|
|
4264
3643
|
"mutable": false,
|
|
4265
|
-
"attr": "
|
|
3644
|
+
"attr": "set-to-first-page-on-pagination-change",
|
|
4266
3645
|
"reflectToAttr": false,
|
|
4267
|
-
"docs": "If `true`,
|
|
3646
|
+
"docs": "If `true`, the pagination bar is set to the first page when the 'items per page' changes",
|
|
4268
3647
|
"docsTags": [],
|
|
4269
3648
|
"default": "false",
|
|
4270
3649
|
"values": [
|
|
@@ -4273,10 +3652,12 @@
|
|
|
4273
3652
|
}
|
|
4274
3653
|
],
|
|
4275
3654
|
"optional": true,
|
|
4276
|
-
"required": false
|
|
3655
|
+
"required": false,
|
|
3656
|
+
"getter": false,
|
|
3657
|
+
"setter": false
|
|
4277
3658
|
},
|
|
4278
3659
|
{
|
|
4279
|
-
"name": "
|
|
3660
|
+
"name": "showGoToPageControl",
|
|
4280
3661
|
"type": "boolean",
|
|
4281
3662
|
"complexType": {
|
|
4282
3663
|
"original": "boolean",
|
|
@@ -4284,9 +3665,9 @@
|
|
|
4284
3665
|
"references": {}
|
|
4285
3666
|
},
|
|
4286
3667
|
"mutable": false,
|
|
4287
|
-
"attr": "
|
|
3668
|
+
"attr": "show-go-to-page-control",
|
|
4288
3669
|
"reflectToAttr": false,
|
|
4289
|
-
"docs": "If `true`, the
|
|
3670
|
+
"docs": "If `true`, the 'go to page' control should be displayed.",
|
|
4290
3671
|
"docsTags": [],
|
|
4291
3672
|
"default": "false",
|
|
4292
3673
|
"values": [
|
|
@@ -4295,10 +3676,12 @@
|
|
|
4295
3676
|
}
|
|
4296
3677
|
],
|
|
4297
3678
|
"optional": true,
|
|
4298
|
-
"required": false
|
|
3679
|
+
"required": false,
|
|
3680
|
+
"getter": false,
|
|
3681
|
+
"setter": false
|
|
4299
3682
|
},
|
|
4300
3683
|
{
|
|
4301
|
-
"name": "
|
|
3684
|
+
"name": "showItemsPerPageControl",
|
|
4302
3685
|
"type": "boolean",
|
|
4303
3686
|
"complexType": {
|
|
4304
3687
|
"original": "boolean",
|
|
@@ -4306,9 +3689,9 @@
|
|
|
4306
3689
|
"references": {}
|
|
4307
3690
|
},
|
|
4308
3691
|
"mutable": false,
|
|
4309
|
-
"attr": "show-
|
|
3692
|
+
"attr": "show-items-per-page-control",
|
|
4310
3693
|
"reflectToAttr": false,
|
|
4311
|
-
"docs": "If `true`,
|
|
3694
|
+
"docs": "If `true`, the select input to control 'items per page' should be displayed.",
|
|
4312
3695
|
"docsTags": [],
|
|
4313
3696
|
"default": "false",
|
|
4314
3697
|
"values": [
|
|
@@ -4317,47 +3700,51 @@
|
|
|
4317
3700
|
}
|
|
4318
3701
|
],
|
|
4319
3702
|
"optional": true,
|
|
4320
|
-
"required": false
|
|
3703
|
+
"required": false,
|
|
3704
|
+
"getter": false,
|
|
3705
|
+
"setter": false
|
|
4321
3706
|
},
|
|
4322
3707
|
{
|
|
4323
|
-
"name": "
|
|
4324
|
-
"type": "\"
|
|
3708
|
+
"name": "theme",
|
|
3709
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
4325
3710
|
"complexType": {
|
|
4326
|
-
"original": "
|
|
4327
|
-
"resolved": "\"
|
|
3711
|
+
"original": "IcThemeMode",
|
|
3712
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
4328
3713
|
"references": {
|
|
4329
|
-
"
|
|
3714
|
+
"IcThemeMode": {
|
|
4330
3715
|
"location": "import",
|
|
4331
3716
|
"path": "../../utils/types",
|
|
4332
|
-
"id": "src/utils/types.ts::
|
|
3717
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
4333
3718
|
}
|
|
4334
3719
|
}
|
|
4335
3720
|
},
|
|
4336
3721
|
"mutable": false,
|
|
4337
|
-
"attr": "
|
|
3722
|
+
"attr": "theme",
|
|
4338
3723
|
"reflectToAttr": false,
|
|
4339
|
-
"docs": "
|
|
3724
|
+
"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.",
|
|
4340
3725
|
"docsTags": [],
|
|
4341
|
-
"default": "\"
|
|
3726
|
+
"default": "\"inherit\"",
|
|
4342
3727
|
"values": [
|
|
4343
3728
|
{
|
|
4344
|
-
"value": "
|
|
3729
|
+
"value": "dark",
|
|
4345
3730
|
"type": "string"
|
|
4346
3731
|
},
|
|
4347
3732
|
{
|
|
4348
|
-
"value": "
|
|
3733
|
+
"value": "inherit",
|
|
4349
3734
|
"type": "string"
|
|
4350
3735
|
},
|
|
4351
3736
|
{
|
|
4352
|
-
"value": "
|
|
3737
|
+
"value": "light",
|
|
4353
3738
|
"type": "string"
|
|
4354
3739
|
}
|
|
4355
3740
|
],
|
|
4356
3741
|
"optional": true,
|
|
4357
|
-
"required": false
|
|
3742
|
+
"required": false,
|
|
3743
|
+
"getter": false,
|
|
3744
|
+
"setter": false
|
|
4358
3745
|
},
|
|
4359
3746
|
{
|
|
4360
|
-
"name": "
|
|
3747
|
+
"name": "totalItems",
|
|
4361
3748
|
"type": "number",
|
|
4362
3749
|
"complexType": {
|
|
4363
3750
|
"original": "number",
|
|
@@ -4365,311 +3752,130 @@
|
|
|
4365
3752
|
"references": {}
|
|
4366
3753
|
},
|
|
4367
3754
|
"mutable": false,
|
|
4368
|
-
"attr": "
|
|
3755
|
+
"attr": "total-items",
|
|
4369
3756
|
"reflectToAttr": false,
|
|
4370
|
-
"docs": "
|
|
3757
|
+
"docs": "Total number of items to be displayed across all pages.",
|
|
4371
3758
|
"docsTags": [],
|
|
4372
3759
|
"values": [
|
|
4373
3760
|
{
|
|
4374
3761
|
"type": "number"
|
|
4375
3762
|
}
|
|
4376
3763
|
],
|
|
4377
|
-
"optional":
|
|
4378
|
-
"required":
|
|
3764
|
+
"optional": false,
|
|
3765
|
+
"required": true,
|
|
3766
|
+
"getter": false,
|
|
3767
|
+
"setter": false
|
|
4379
3768
|
},
|
|
4380
3769
|
{
|
|
4381
|
-
"name": "
|
|
4382
|
-
"type": "\"\" | \"
|
|
3770
|
+
"name": "type",
|
|
3771
|
+
"type": "\"complex\" | \"simple\"",
|
|
4383
3772
|
"complexType": {
|
|
4384
|
-
"original": "
|
|
4385
|
-
"resolved": "\"\" | \"
|
|
3773
|
+
"original": "IcPaginationTypes",
|
|
3774
|
+
"resolved": "\"complex\" | \"simple\"",
|
|
4386
3775
|
"references": {
|
|
4387
|
-
"
|
|
3776
|
+
"IcPaginationTypes": {
|
|
4388
3777
|
"location": "import",
|
|
4389
|
-
"path": "
|
|
4390
|
-
"id": "
|
|
3778
|
+
"path": "@ukic/web-components/dist/types/components/ic-pagination/ic-pagination.types",
|
|
3779
|
+
"id": "../web-components/dist/types/components/ic-pagination/ic-pagination.types.d.ts::IcPaginationTypes"
|
|
4391
3780
|
}
|
|
4392
3781
|
}
|
|
4393
3782
|
},
|
|
4394
3783
|
"mutable": false,
|
|
4395
|
-
"attr": "
|
|
4396
|
-
"reflectToAttr": false,
|
|
4397
|
-
"docs": "The validation status - e.g. 'error' | 'warning' | 'success'.",
|
|
4398
|
-
"docsTags": [],
|
|
4399
|
-
"default": "\"\"",
|
|
4400
|
-
"values": [
|
|
4401
|
-
{
|
|
4402
|
-
"type": "\"\""
|
|
4403
|
-
},
|
|
4404
|
-
{
|
|
4405
|
-
"value": "error",
|
|
4406
|
-
"type": "string"
|
|
4407
|
-
},
|
|
4408
|
-
{
|
|
4409
|
-
"value": "success",
|
|
4410
|
-
"type": "string"
|
|
4411
|
-
},
|
|
4412
|
-
{
|
|
4413
|
-
"value": "warning",
|
|
4414
|
-
"type": "string"
|
|
4415
|
-
}
|
|
4416
|
-
],
|
|
4417
|
-
"optional": true,
|
|
4418
|
-
"required": false
|
|
4419
|
-
},
|
|
4420
|
-
{
|
|
4421
|
-
"name": "validationText",
|
|
4422
|
-
"type": "string",
|
|
4423
|
-
"complexType": {
|
|
4424
|
-
"original": "string",
|
|
4425
|
-
"resolved": "string",
|
|
4426
|
-
"references": {}
|
|
4427
|
-
},
|
|
4428
|
-
"mutable": false,
|
|
4429
|
-
"attr": "validation-text",
|
|
4430
|
-
"reflectToAttr": false,
|
|
4431
|
-
"docs": "The text to display as the validation message.",
|
|
4432
|
-
"docsTags": [],
|
|
4433
|
-
"default": "\"\"",
|
|
4434
|
-
"values": [
|
|
4435
|
-
{
|
|
4436
|
-
"type": "string"
|
|
4437
|
-
}
|
|
4438
|
-
],
|
|
4439
|
-
"optional": true,
|
|
4440
|
-
"required": false
|
|
4441
|
-
},
|
|
4442
|
-
{
|
|
4443
|
-
"name": "value",
|
|
4444
|
-
"type": "string | string[]",
|
|
4445
|
-
"complexType": {
|
|
4446
|
-
"original": "string | string[]",
|
|
4447
|
-
"resolved": "string | string[]",
|
|
4448
|
-
"references": {}
|
|
4449
|
-
},
|
|
4450
|
-
"mutable": true,
|
|
4451
|
-
"attr": "value",
|
|
3784
|
+
"attr": "type",
|
|
4452
3785
|
"reflectToAttr": false,
|
|
4453
|
-
"docs": "
|
|
3786
|
+
"docs": "Whether the displayed pagination is simple or complex.",
|
|
4454
3787
|
"docsTags": [],
|
|
3788
|
+
"default": "\"simple\"",
|
|
4455
3789
|
"values": [
|
|
4456
3790
|
{
|
|
4457
|
-
"
|
|
4458
|
-
|
|
4459
|
-
|
|
4460
|
-
|
|
4461
|
-
|
|
4462
|
-
|
|
4463
|
-
"optional": true,
|
|
4464
|
-
"required": false
|
|
4465
|
-
}
|
|
4466
|
-
],
|
|
4467
|
-
"methods": [
|
|
4468
|
-
{
|
|
4469
|
-
"name": "setFocus",
|
|
4470
|
-
"returns": {
|
|
4471
|
-
"type": "Promise<void>",
|
|
4472
|
-
"docs": ""
|
|
4473
|
-
},
|
|
4474
|
-
"complexType": {
|
|
4475
|
-
"signature": "() => Promise<void>",
|
|
4476
|
-
"parameters": [],
|
|
4477
|
-
"references": {
|
|
4478
|
-
"Promise": {
|
|
4479
|
-
"location": "global",
|
|
4480
|
-
"id": "global::Promise"
|
|
4481
|
-
}
|
|
4482
|
-
},
|
|
4483
|
-
"return": "Promise<void>"
|
|
4484
|
-
},
|
|
4485
|
-
"signature": "setFocus() => Promise<void>",
|
|
4486
|
-
"parameters": [],
|
|
4487
|
-
"docs": "Sets focus on the input box.",
|
|
4488
|
-
"docsTags": []
|
|
4489
|
-
}
|
|
4490
|
-
],
|
|
4491
|
-
"events": [
|
|
4492
|
-
{
|
|
4493
|
-
"event": "icBlur",
|
|
4494
|
-
"detail": "void",
|
|
4495
|
-
"bubbles": true,
|
|
4496
|
-
"complexType": {
|
|
4497
|
-
"original": "void",
|
|
4498
|
-
"resolved": "void",
|
|
4499
|
-
"references": {}
|
|
4500
|
-
},
|
|
4501
|
-
"cancelable": true,
|
|
4502
|
-
"composed": true,
|
|
4503
|
-
"docs": "Emitted when the select loses focus.",
|
|
4504
|
-
"docsTags": []
|
|
4505
|
-
},
|
|
4506
|
-
{
|
|
4507
|
-
"event": "icChange",
|
|
4508
|
-
"detail": "IcValueEventDetail",
|
|
4509
|
-
"bubbles": true,
|
|
4510
|
-
"complexType": {
|
|
4511
|
-
"original": "IcValueEventDetail",
|
|
4512
|
-
"resolved": "IcValueEventDetail",
|
|
4513
|
-
"references": {
|
|
4514
|
-
"IcValueEventDetail": {
|
|
4515
|
-
"location": "import",
|
|
4516
|
-
"path": "../../utils/types",
|
|
4517
|
-
"id": "src/utils/types.ts::IcValueEventDetail"
|
|
4518
|
-
}
|
|
4519
|
-
}
|
|
4520
|
-
},
|
|
4521
|
-
"cancelable": true,
|
|
4522
|
-
"composed": true,
|
|
4523
|
-
"docs": "Emitted when the value changes.",
|
|
4524
|
-
"docsTags": []
|
|
4525
|
-
},
|
|
4526
|
-
{
|
|
4527
|
-
"event": "icClear",
|
|
4528
|
-
"detail": "void",
|
|
4529
|
-
"bubbles": true,
|
|
4530
|
-
"complexType": {
|
|
4531
|
-
"original": "void",
|
|
4532
|
-
"resolved": "void",
|
|
4533
|
-
"references": {}
|
|
4534
|
-
},
|
|
4535
|
-
"cancelable": true,
|
|
4536
|
-
"composed": true,
|
|
4537
|
-
"docs": "Emitted when the clear button is clicked.",
|
|
4538
|
-
"docsTags": []
|
|
4539
|
-
},
|
|
4540
|
-
{
|
|
4541
|
-
"event": "icFocus",
|
|
4542
|
-
"detail": "void",
|
|
4543
|
-
"bubbles": true,
|
|
4544
|
-
"complexType": {
|
|
4545
|
-
"original": "void",
|
|
4546
|
-
"resolved": "void",
|
|
4547
|
-
"references": {}
|
|
4548
|
-
},
|
|
4549
|
-
"cancelable": true,
|
|
4550
|
-
"composed": true,
|
|
4551
|
-
"docs": "Emitted when the select gains focus.",
|
|
4552
|
-
"docsTags": []
|
|
4553
|
-
},
|
|
4554
|
-
{
|
|
4555
|
-
"event": "icInput",
|
|
4556
|
-
"detail": "IcValueEventDetail",
|
|
4557
|
-
"bubbles": true,
|
|
4558
|
-
"complexType": {
|
|
4559
|
-
"original": "IcValueEventDetail",
|
|
4560
|
-
"resolved": "IcValueEventDetail",
|
|
4561
|
-
"references": {
|
|
4562
|
-
"IcValueEventDetail": {
|
|
4563
|
-
"location": "import",
|
|
4564
|
-
"path": "../../utils/types",
|
|
4565
|
-
"id": "src/utils/types.ts::IcValueEventDetail"
|
|
4566
|
-
}
|
|
4567
|
-
}
|
|
4568
|
-
},
|
|
4569
|
-
"cancelable": true,
|
|
4570
|
-
"composed": true,
|
|
4571
|
-
"docs": "Emitted when a keyboard input occurred.",
|
|
4572
|
-
"docsTags": []
|
|
4573
|
-
},
|
|
4574
|
-
{
|
|
4575
|
-
"event": "icOptionDeselect",
|
|
4576
|
-
"detail": "IcOptionSelectEventDetail",
|
|
4577
|
-
"bubbles": true,
|
|
4578
|
-
"complexType": {
|
|
4579
|
-
"original": "IcOptionSelectEventDetail",
|
|
4580
|
-
"resolved": "IcOptionSelectEventDetail",
|
|
4581
|
-
"references": {
|
|
4582
|
-
"IcOptionSelectEventDetail": {
|
|
4583
|
-
"location": "import",
|
|
4584
|
-
"path": "@ukic/web-components/dist/types/components",
|
|
4585
|
-
"id": "../web-components/dist/types/components.d.ts::IcOptionSelectEventDetail"
|
|
4586
|
-
}
|
|
3791
|
+
"value": "complex",
|
|
3792
|
+
"type": "string"
|
|
3793
|
+
},
|
|
3794
|
+
{
|
|
3795
|
+
"value": "simple",
|
|
3796
|
+
"type": "string"
|
|
4587
3797
|
}
|
|
4588
|
-
|
|
4589
|
-
"
|
|
4590
|
-
"
|
|
4591
|
-
"
|
|
4592
|
-
"
|
|
4593
|
-
}
|
|
3798
|
+
],
|
|
3799
|
+
"optional": true,
|
|
3800
|
+
"required": false,
|
|
3801
|
+
"getter": false,
|
|
3802
|
+
"setter": false
|
|
3803
|
+
}
|
|
3804
|
+
],
|
|
3805
|
+
"methods": [],
|
|
3806
|
+
"events": [
|
|
4594
3807
|
{
|
|
4595
|
-
"event": "
|
|
4596
|
-
"detail": "
|
|
3808
|
+
"event": "icItemsPerPageChange",
|
|
3809
|
+
"detail": "{ value: number; }",
|
|
4597
3810
|
"bubbles": true,
|
|
4598
3811
|
"complexType": {
|
|
4599
|
-
"original": "
|
|
4600
|
-
"resolved": "
|
|
4601
|
-
"references": {
|
|
4602
|
-
"IcOptionSelectEventDetail": {
|
|
4603
|
-
"location": "import",
|
|
4604
|
-
"path": "@ukic/web-components/dist/types/components",
|
|
4605
|
-
"id": "../web-components/dist/types/components.d.ts::IcOptionSelectEventDetail"
|
|
4606
|
-
}
|
|
4607
|
-
}
|
|
3812
|
+
"original": "{ value: number }",
|
|
3813
|
+
"resolved": "{ value: number; }",
|
|
3814
|
+
"references": {}
|
|
4608
3815
|
},
|
|
4609
3816
|
"cancelable": true,
|
|
4610
3817
|
"composed": true,
|
|
4611
|
-
"docs": "Emitted when
|
|
3818
|
+
"docs": "Emitted when the items per page option is changed.",
|
|
4612
3819
|
"docsTags": []
|
|
4613
3820
|
},
|
|
4614
3821
|
{
|
|
4615
|
-
"event": "
|
|
4616
|
-
"detail": "
|
|
3822
|
+
"event": "icPageChange",
|
|
3823
|
+
"detail": "IcPageChangeEventDetail",
|
|
4617
3824
|
"bubbles": true,
|
|
4618
3825
|
"complexType": {
|
|
4619
|
-
"original": "
|
|
4620
|
-
"resolved": "
|
|
3826
|
+
"original": "IcPageChangeEventDetail",
|
|
3827
|
+
"resolved": "IcPageChangeEventDetail",
|
|
4621
3828
|
"references": {
|
|
4622
|
-
"
|
|
3829
|
+
"IcPageChangeEventDetail": {
|
|
4623
3830
|
"location": "import",
|
|
4624
|
-
"path": "
|
|
4625
|
-
"id": "src/
|
|
3831
|
+
"path": "./ic-pagination-bar.types",
|
|
3832
|
+
"id": "src/components/ic-pagination-bar/ic-pagination-bar.types.ts::IcPageChangeEventDetail"
|
|
4626
3833
|
}
|
|
4627
3834
|
}
|
|
4628
3835
|
},
|
|
4629
3836
|
"cancelable": true,
|
|
4630
3837
|
"composed": true,
|
|
4631
|
-
"docs": "Emitted when the '
|
|
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.",
|
|
4632
3839
|
"docsTags": []
|
|
4633
3840
|
}
|
|
4634
3841
|
],
|
|
4635
|
-
"listeners": [
|
|
4636
|
-
"styles": [
|
|
4637
|
-
{
|
|
4638
|
-
"name": "--ic-z-index-menu",
|
|
4639
|
-
"annotation": "prop",
|
|
4640
|
-
"docs": "z-index of select menu"
|
|
4641
|
-
},
|
|
4642
|
-
{
|
|
4643
|
-
"name": "--input-width",
|
|
4644
|
-
"annotation": "prop",
|
|
4645
|
-
"docs": "Width of the input field"
|
|
4646
|
-
},
|
|
3842
|
+
"listeners": [
|
|
4647
3843
|
{
|
|
4648
|
-
"
|
|
4649
|
-
"
|
|
4650
|
-
"
|
|
3844
|
+
"event": "icPageChange",
|
|
3845
|
+
"capture": false,
|
|
3846
|
+
"passive": false
|
|
4651
3847
|
}
|
|
4652
3848
|
],
|
|
3849
|
+
"styles": [],
|
|
4653
3850
|
"slots": [],
|
|
4654
3851
|
"parts": [],
|
|
4655
|
-
"dependents": [
|
|
3852
|
+
"dependents": [
|
|
3853
|
+
"ic-data-table"
|
|
3854
|
+
],
|
|
4656
3855
|
"dependencies": [
|
|
4657
|
-
"ic-input-container",
|
|
4658
|
-
"ic-input-label",
|
|
4659
|
-
"ic-input-component-container",
|
|
4660
3856
|
"ic-typography",
|
|
4661
|
-
"ic-
|
|
4662
|
-
"ic-
|
|
4663
|
-
"ic-
|
|
3857
|
+
"ic-select",
|
|
3858
|
+
"ic-pagination",
|
|
3859
|
+
"ic-tooltip",
|
|
3860
|
+
"ic-text-field",
|
|
3861
|
+
"ic-button"
|
|
4664
3862
|
],
|
|
4665
3863
|
"dependencyGraph": {
|
|
4666
|
-
"ic-
|
|
3864
|
+
"ic-pagination-bar": [
|
|
3865
|
+
"ic-typography",
|
|
3866
|
+
"ic-select",
|
|
3867
|
+
"ic-pagination",
|
|
3868
|
+
"ic-tooltip",
|
|
3869
|
+
"ic-text-field",
|
|
3870
|
+
"ic-button"
|
|
3871
|
+
],
|
|
3872
|
+
"ic-select": [
|
|
4667
3873
|
"ic-input-container",
|
|
4668
3874
|
"ic-input-label",
|
|
4669
3875
|
"ic-input-component-container",
|
|
4670
3876
|
"ic-typography",
|
|
4671
3877
|
"ic-button",
|
|
4672
|
-
"ic-menu
|
|
3878
|
+
"ic-menu",
|
|
4673
3879
|
"ic-input-validation"
|
|
4674
3880
|
],
|
|
4675
3881
|
"ic-input-label": [
|
|
@@ -4685,13 +3891,30 @@
|
|
|
4685
3891
|
"ic-tooltip": [
|
|
4686
3892
|
"ic-typography"
|
|
4687
3893
|
],
|
|
4688
|
-
"ic-menu
|
|
3894
|
+
"ic-menu": [
|
|
4689
3895
|
"ic-loading-indicator",
|
|
4690
3896
|
"ic-typography",
|
|
4691
3897
|
"ic-button"
|
|
4692
3898
|
],
|
|
4693
3899
|
"ic-input-validation": [
|
|
4694
3900
|
"ic-typography"
|
|
3901
|
+
],
|
|
3902
|
+
"ic-pagination": [
|
|
3903
|
+
"ic-button",
|
|
3904
|
+
"ic-pagination-item"
|
|
3905
|
+
],
|
|
3906
|
+
"ic-pagination-item": [
|
|
3907
|
+
"ic-typography"
|
|
3908
|
+
],
|
|
3909
|
+
"ic-text-field": [
|
|
3910
|
+
"ic-input-container",
|
|
3911
|
+
"ic-input-label",
|
|
3912
|
+
"ic-input-component-container",
|
|
3913
|
+
"ic-input-validation",
|
|
3914
|
+
"ic-typography"
|
|
3915
|
+
],
|
|
3916
|
+
"ic-data-table": [
|
|
3917
|
+
"ic-pagination-bar"
|
|
4695
3918
|
]
|
|
4696
3919
|
}
|
|
4697
3920
|
},
|
|
@@ -4737,7 +3960,33 @@
|
|
|
4737
3960
|
}
|
|
4738
3961
|
],
|
|
4739
3962
|
"optional": true,
|
|
4740
|
-
"required": false
|
|
3963
|
+
"required": false,
|
|
3964
|
+
"getter": false,
|
|
3965
|
+
"setter": false
|
|
3966
|
+
},
|
|
3967
|
+
{
|
|
3968
|
+
"name": "expanded",
|
|
3969
|
+
"type": "boolean",
|
|
3970
|
+
"complexType": {
|
|
3971
|
+
"original": "boolean",
|
|
3972
|
+
"resolved": "boolean",
|
|
3973
|
+
"references": {}
|
|
3974
|
+
},
|
|
3975
|
+
"mutable": true,
|
|
3976
|
+
"attr": "expanded",
|
|
3977
|
+
"reflectToAttr": false,
|
|
3978
|
+
"docs": "If `true`, the tree item appears in the expanded state.",
|
|
3979
|
+
"docsTags": [],
|
|
3980
|
+
"default": "false",
|
|
3981
|
+
"values": [
|
|
3982
|
+
{
|
|
3983
|
+
"type": "boolean"
|
|
3984
|
+
}
|
|
3985
|
+
],
|
|
3986
|
+
"optional": false,
|
|
3987
|
+
"required": false,
|
|
3988
|
+
"getter": false,
|
|
3989
|
+
"setter": false
|
|
4741
3990
|
},
|
|
4742
3991
|
{
|
|
4743
3992
|
"name": "href",
|
|
@@ -4758,7 +4007,9 @@
|
|
|
4758
4007
|
}
|
|
4759
4008
|
],
|
|
4760
4009
|
"optional": true,
|
|
4761
|
-
"required": false
|
|
4010
|
+
"required": false,
|
|
4011
|
+
"getter": false,
|
|
4012
|
+
"setter": false
|
|
4762
4013
|
},
|
|
4763
4014
|
{
|
|
4764
4015
|
"name": "hreflang",
|
|
@@ -4780,7 +4031,9 @@
|
|
|
4780
4031
|
}
|
|
4781
4032
|
],
|
|
4782
4033
|
"optional": true,
|
|
4783
|
-
"required": false
|
|
4034
|
+
"required": false,
|
|
4035
|
+
"getter": false,
|
|
4036
|
+
"setter": false
|
|
4784
4037
|
},
|
|
4785
4038
|
{
|
|
4786
4039
|
"name": "label",
|
|
@@ -4802,7 +4055,9 @@
|
|
|
4802
4055
|
}
|
|
4803
4056
|
],
|
|
4804
4057
|
"optional": false,
|
|
4805
|
-
"required": false
|
|
4058
|
+
"required": false,
|
|
4059
|
+
"getter": false,
|
|
4060
|
+
"setter": false
|
|
4806
4061
|
},
|
|
4807
4062
|
{
|
|
4808
4063
|
"name": "referrerpolicy",
|
|
@@ -4860,7 +4115,9 @@
|
|
|
4860
4115
|
}
|
|
4861
4116
|
],
|
|
4862
4117
|
"optional": true,
|
|
4863
|
-
"required": false
|
|
4118
|
+
"required": false,
|
|
4119
|
+
"getter": false,
|
|
4120
|
+
"setter": false
|
|
4864
4121
|
},
|
|
4865
4122
|
{
|
|
4866
4123
|
"name": "rel",
|
|
@@ -4881,7 +4138,9 @@
|
|
|
4881
4138
|
}
|
|
4882
4139
|
],
|
|
4883
4140
|
"optional": true,
|
|
4884
|
-
"required": false
|
|
4141
|
+
"required": false,
|
|
4142
|
+
"getter": false,
|
|
4143
|
+
"setter": false
|
|
4885
4144
|
},
|
|
4886
4145
|
{
|
|
4887
4146
|
"name": "selected",
|
|
@@ -4903,7 +4162,9 @@
|
|
|
4903
4162
|
}
|
|
4904
4163
|
],
|
|
4905
4164
|
"optional": false,
|
|
4906
|
-
"required": false
|
|
4165
|
+
"required": false,
|
|
4166
|
+
"getter": false,
|
|
4167
|
+
"setter": false
|
|
4907
4168
|
},
|
|
4908
4169
|
{
|
|
4909
4170
|
"name": "target",
|
|
@@ -4924,7 +4185,71 @@
|
|
|
4924
4185
|
}
|
|
4925
4186
|
],
|
|
4926
4187
|
"optional": true,
|
|
4927
|
-
"required": false
|
|
4188
|
+
"required": false,
|
|
4189
|
+
"getter": false,
|
|
4190
|
+
"setter": false
|
|
4191
|
+
},
|
|
4192
|
+
{
|
|
4193
|
+
"name": "theme",
|
|
4194
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
4195
|
+
"complexType": {
|
|
4196
|
+
"original": "IcThemeMode",
|
|
4197
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
4198
|
+
"references": {
|
|
4199
|
+
"IcThemeMode": {
|
|
4200
|
+
"location": "import",
|
|
4201
|
+
"path": "../../utils/types",
|
|
4202
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
4203
|
+
}
|
|
4204
|
+
}
|
|
4205
|
+
},
|
|
4206
|
+
"mutable": false,
|
|
4207
|
+
"attr": "theme",
|
|
4208
|
+
"reflectToAttr": false,
|
|
4209
|
+
"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.",
|
|
4210
|
+
"docsTags": [],
|
|
4211
|
+
"default": "\"inherit\"",
|
|
4212
|
+
"values": [
|
|
4213
|
+
{
|
|
4214
|
+
"value": "dark",
|
|
4215
|
+
"type": "string"
|
|
4216
|
+
},
|
|
4217
|
+
{
|
|
4218
|
+
"value": "inherit",
|
|
4219
|
+
"type": "string"
|
|
4220
|
+
},
|
|
4221
|
+
{
|
|
4222
|
+
"value": "light",
|
|
4223
|
+
"type": "string"
|
|
4224
|
+
}
|
|
4225
|
+
],
|
|
4226
|
+
"optional": true,
|
|
4227
|
+
"required": false,
|
|
4228
|
+
"getter": false,
|
|
4229
|
+
"setter": false
|
|
4230
|
+
},
|
|
4231
|
+
{
|
|
4232
|
+
"name": "truncateTreeItem",
|
|
4233
|
+
"type": "boolean",
|
|
4234
|
+
"complexType": {
|
|
4235
|
+
"original": "boolean",
|
|
4236
|
+
"resolved": "boolean",
|
|
4237
|
+
"references": {}
|
|
4238
|
+
},
|
|
4239
|
+
"mutable": false,
|
|
4240
|
+
"attr": "truncate-tree-item",
|
|
4241
|
+
"reflectToAttr": false,
|
|
4242
|
+
"docs": "If `true`, the tree item label will be truncated instead of text wrapping.",
|
|
4243
|
+
"docsTags": [],
|
|
4244
|
+
"values": [
|
|
4245
|
+
{
|
|
4246
|
+
"type": "boolean"
|
|
4247
|
+
}
|
|
4248
|
+
],
|
|
4249
|
+
"optional": true,
|
|
4250
|
+
"required": false,
|
|
4251
|
+
"getter": false,
|
|
4252
|
+
"setter": false
|
|
4928
4253
|
}
|
|
4929
4254
|
],
|
|
4930
4255
|
"methods": [
|
|
@@ -5024,37 +4349,28 @@
|
|
|
5024
4349
|
"usage": {},
|
|
5025
4350
|
"props": [
|
|
5026
4351
|
{
|
|
5027
|
-
"name": "
|
|
5028
|
-
"type": "
|
|
4352
|
+
"name": "focusInset",
|
|
4353
|
+
"type": "boolean",
|
|
5029
4354
|
"complexType": {
|
|
5030
|
-
"original": "
|
|
5031
|
-
"resolved": "
|
|
5032
|
-
"references": {
|
|
5033
|
-
"IcThemeForegroundNoDefault": {
|
|
5034
|
-
"location": "import",
|
|
5035
|
-
"path": "../../utils/types",
|
|
5036
|
-
"id": "src/utils/types.ts::IcThemeForegroundNoDefault"
|
|
5037
|
-
}
|
|
5038
|
-
}
|
|
4355
|
+
"original": "boolean",
|
|
4356
|
+
"resolved": "boolean",
|
|
4357
|
+
"references": {}
|
|
5039
4358
|
},
|
|
5040
4359
|
"mutable": false,
|
|
5041
|
-
"attr": "
|
|
4360
|
+
"attr": "focus-inset",
|
|
5042
4361
|
"reflectToAttr": false,
|
|
5043
|
-
"docs": "
|
|
4362
|
+
"docs": "If `true`, tree items will have inset focus.",
|
|
5044
4363
|
"docsTags": [],
|
|
5045
|
-
"default": "
|
|
4364
|
+
"default": "false",
|
|
5046
4365
|
"values": [
|
|
5047
4366
|
{
|
|
5048
|
-
"
|
|
5049
|
-
"type": "string"
|
|
5050
|
-
},
|
|
5051
|
-
{
|
|
5052
|
-
"value": "light",
|
|
5053
|
-
"type": "string"
|
|
4367
|
+
"type": "boolean"
|
|
5054
4368
|
}
|
|
5055
4369
|
],
|
|
5056
4370
|
"optional": true,
|
|
5057
|
-
"required": false
|
|
4371
|
+
"required": false,
|
|
4372
|
+
"getter": false,
|
|
4373
|
+
"setter": false
|
|
5058
4374
|
},
|
|
5059
4375
|
{
|
|
5060
4376
|
"name": "heading",
|
|
@@ -5076,7 +4392,9 @@
|
|
|
5076
4392
|
}
|
|
5077
4393
|
],
|
|
5078
4394
|
"optional": true,
|
|
5079
|
-
"required": false
|
|
4395
|
+
"required": false,
|
|
4396
|
+
"getter": false,
|
|
4397
|
+
"setter": false
|
|
5080
4398
|
},
|
|
5081
4399
|
{
|
|
5082
4400
|
"name": "size",
|
|
@@ -5113,7 +4431,96 @@
|
|
|
5113
4431
|
}
|
|
5114
4432
|
],
|
|
5115
4433
|
"optional": true,
|
|
5116
|
-
"required": false
|
|
4434
|
+
"required": false,
|
|
4435
|
+
"getter": false,
|
|
4436
|
+
"setter": false
|
|
4437
|
+
},
|
|
4438
|
+
{
|
|
4439
|
+
"name": "theme",
|
|
4440
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
4441
|
+
"complexType": {
|
|
4442
|
+
"original": "IcThemeMode",
|
|
4443
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
4444
|
+
"references": {
|
|
4445
|
+
"IcThemeMode": {
|
|
4446
|
+
"location": "import",
|
|
4447
|
+
"path": "../../utils/types",
|
|
4448
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
4449
|
+
}
|
|
4450
|
+
}
|
|
4451
|
+
},
|
|
4452
|
+
"mutable": false,
|
|
4453
|
+
"attr": "theme",
|
|
4454
|
+
"reflectToAttr": false,
|
|
4455
|
+
"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.",
|
|
4456
|
+
"docsTags": [],
|
|
4457
|
+
"default": "\"inherit\"",
|
|
4458
|
+
"values": [
|
|
4459
|
+
{
|
|
4460
|
+
"value": "dark",
|
|
4461
|
+
"type": "string"
|
|
4462
|
+
},
|
|
4463
|
+
{
|
|
4464
|
+
"value": "inherit",
|
|
4465
|
+
"type": "string"
|
|
4466
|
+
},
|
|
4467
|
+
{
|
|
4468
|
+
"value": "light",
|
|
4469
|
+
"type": "string"
|
|
4470
|
+
}
|
|
4471
|
+
],
|
|
4472
|
+
"optional": true,
|
|
4473
|
+
"required": false,
|
|
4474
|
+
"getter": false,
|
|
4475
|
+
"setter": false
|
|
4476
|
+
},
|
|
4477
|
+
{
|
|
4478
|
+
"name": "truncateHeading",
|
|
4479
|
+
"type": "boolean",
|
|
4480
|
+
"complexType": {
|
|
4481
|
+
"original": "boolean",
|
|
4482
|
+
"resolved": "boolean",
|
|
4483
|
+
"references": {}
|
|
4484
|
+
},
|
|
4485
|
+
"mutable": false,
|
|
4486
|
+
"attr": "truncate-heading",
|
|
4487
|
+
"reflectToAttr": false,
|
|
4488
|
+
"docs": "If `true`, the tree view heading will be truncated instead of text wrapping.",
|
|
4489
|
+
"docsTags": [],
|
|
4490
|
+
"default": "false",
|
|
4491
|
+
"values": [
|
|
4492
|
+
{
|
|
4493
|
+
"type": "boolean"
|
|
4494
|
+
}
|
|
4495
|
+
],
|
|
4496
|
+
"optional": true,
|
|
4497
|
+
"required": false,
|
|
4498
|
+
"getter": false,
|
|
4499
|
+
"setter": false
|
|
4500
|
+
},
|
|
4501
|
+
{
|
|
4502
|
+
"name": "truncateTreeItems",
|
|
4503
|
+
"type": "boolean",
|
|
4504
|
+
"complexType": {
|
|
4505
|
+
"original": "boolean",
|
|
4506
|
+
"resolved": "boolean",
|
|
4507
|
+
"references": {}
|
|
4508
|
+
},
|
|
4509
|
+
"mutable": false,
|
|
4510
|
+
"attr": "truncate-tree-items",
|
|
4511
|
+
"reflectToAttr": false,
|
|
4512
|
+
"docs": "If `true`, tree items will be truncated, unless they are individually overridden.",
|
|
4513
|
+
"docsTags": [],
|
|
4514
|
+
"default": "false",
|
|
4515
|
+
"values": [
|
|
4516
|
+
{
|
|
4517
|
+
"type": "boolean"
|
|
4518
|
+
}
|
|
4519
|
+
],
|
|
4520
|
+
"optional": true,
|
|
4521
|
+
"required": false,
|
|
4522
|
+
"getter": false,
|
|
4523
|
+
"setter": false
|
|
5117
4524
|
}
|
|
5118
4525
|
],
|
|
5119
4526
|
"methods": [],
|
|
@@ -5165,8 +4572,13 @@
|
|
|
5165
4572
|
"docstring": "",
|
|
5166
4573
|
"path": "src/components/ic-card-horizontal/ic-card-horizontal.types.ts"
|
|
5167
4574
|
},
|
|
4575
|
+
"src/utils/types.ts::IcThemeMode": {
|
|
4576
|
+
"declaration": "export type IcThemeMode = \"dark\" | \"light\" | \"inherit\";",
|
|
4577
|
+
"docstring": "",
|
|
4578
|
+
"path": "src/utils/types.ts"
|
|
4579
|
+
},
|
|
5168
4580
|
"src/components/ic-data-table/ic-data-table.types.tsx::IcDataTableColumnObject": {
|
|
5169
|
-
"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}",
|
|
4581
|
+
"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}",
|
|
5170
4582
|
"docstring": "",
|
|
5171
4583
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5172
4584
|
},
|
|
@@ -5185,13 +4597,8 @@
|
|
|
5185
4597
|
"docstring": "",
|
|
5186
4598
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5187
4599
|
},
|
|
5188
|
-
"../web-components/dist/types/utils/types.d.ts::IcThemeForegroundNoDefault": {
|
|
5189
|
-
"declaration": "export type IcThemeForegroundNoDefault = \"dark\" | \"light\";",
|
|
5190
|
-
"docstring": "",
|
|
5191
|
-
"path": "../web-components/dist/types/utils/types.d.ts"
|
|
5192
|
-
},
|
|
5193
4600
|
"src/utils/types.ts::IcPaginationBarOptions": {
|
|
5194
|
-
"declaration": "export interface IcPaginationBarOptions {\n itemsPerPageOptions?: { label: string; value: string }[];\n
|
|
4601
|
+
"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 setToFirstPageOnPaginationChange?: boolean;\n showGoToPageControl?: boolean;\n showItemsPerPageControl?: boolean;\n theme?: IcThemeMode;\n type?: IcPaginationTypes;\n}",
|
|
5195
4602
|
"docstring": "",
|
|
5196
4603
|
"path": "src/utils/types.ts"
|
|
5197
4604
|
},
|
|
@@ -5215,11 +4622,6 @@
|
|
|
5215
4622
|
"docstring": "",
|
|
5216
4623
|
"path": "../web-components/dist/types/components/ic-pagination/ic-pagination.types.d.ts"
|
|
5217
4624
|
},
|
|
5218
|
-
"../web-components/dist/types/interface.d.ts::IcThemeForeground": {
|
|
5219
|
-
"declaration": "any",
|
|
5220
|
-
"docstring": "",
|
|
5221
|
-
"path": "../web-components/dist/types/interface.d.ts"
|
|
5222
|
-
},
|
|
5223
4625
|
"../web-components/dist/types/components/ic-pagination/ic-pagination.types.d.ts::IcPaginationTypes": {
|
|
5224
4626
|
"declaration": "export type IcPaginationTypes = \"simple\" | \"complex\";",
|
|
5225
4627
|
"docstring": "",
|
|
@@ -5230,6 +4632,11 @@
|
|
|
5230
4632
|
"docstring": "",
|
|
5231
4633
|
"path": "../web-components/dist/types/components/ic-pagination/ic-pagination.types.d.ts"
|
|
5232
4634
|
},
|
|
4635
|
+
"src/components/ic-pagination-bar/ic-pagination-bar.types.ts::IcPageChangeEventDetail": {
|
|
4636
|
+
"declaration": "export interface IcPageChangeEventDetail {\n value: number;\n fromItemsPerPage?: boolean;\n}",
|
|
4637
|
+
"docstring": "",
|
|
4638
|
+
"path": "src/components/ic-pagination-bar/ic-pagination-bar.types.ts"
|
|
4639
|
+
},
|
|
5233
4640
|
"src/components/ic-data-table/ic-data-table.types.tsx::IcDensityUpdateEventDetail": {
|
|
5234
4641
|
"declaration": "export interface IcDensityUpdateEventDetail {\n value: IcDataTableDensityOptions;\n}",
|
|
5235
4642
|
"docstring": "",
|
|
@@ -5254,51 +4661,6 @@
|
|
|
5254
4661
|
"declaration": "export type IcInformationStatusOrEmpty = \"warning\" | \"error\" | \"success\" | \"\";",
|
|
5255
4662
|
"docstring": "",
|
|
5256
4663
|
"path": "src/utils/types.ts"
|
|
5257
|
-
},
|
|
5258
|
-
"../web-components/dist/types/utils/types.d.ts::IcActivationTypes": {
|
|
5259
|
-
"declaration": "export type IcActivationTypes = \"automatic\" | \"manual\";",
|
|
5260
|
-
"docstring": "",
|
|
5261
|
-
"path": "../web-components/dist/types/utils/types.d.ts"
|
|
5262
|
-
},
|
|
5263
|
-
"../web-components/dist/types/components.d.ts::IcSearchBarSearchModes": {
|
|
5264
|
-
"declaration": "any",
|
|
5265
|
-
"docstring": "",
|
|
5266
|
-
"path": "../web-components/dist/types/components.d.ts"
|
|
5267
|
-
},
|
|
5268
|
-
"../web-components/dist/types/utils/types.d.ts::IcMenuOption": {
|
|
5269
|
-
"declaration": "export interface IcMenuOption {\n description?: string;\n disabled?: boolean;\n recommended?: boolean;\n children?: IcMenuOption[];\n loading?: boolean;\n timedOut?: boolean;\n [key: string]: any;\n element?: {\n component: any;\n ariaLabel: string;\n };\n icon?: any;\n}",
|
|
5270
|
-
"docstring": "",
|
|
5271
|
-
"path": "../web-components/dist/types/utils/types.d.ts"
|
|
5272
|
-
},
|
|
5273
|
-
"../web-components/dist/types/components.d.ts::IcMenuOptionIdEventDetail": {
|
|
5274
|
-
"declaration": "any",
|
|
5275
|
-
"docstring": "",
|
|
5276
|
-
"path": "../web-components/dist/types/components.d.ts"
|
|
5277
|
-
},
|
|
5278
|
-
"../web-components/dist/types/components.d.ts::IcOptionSelectEventDetail": {
|
|
5279
|
-
"declaration": "any",
|
|
5280
|
-
"docstring": "",
|
|
5281
|
-
"path": "../web-components/dist/types/components.d.ts"
|
|
5282
|
-
},
|
|
5283
|
-
"../web-components/dist/types/components.d.ts::IcMenuChangeEventDetail": {
|
|
5284
|
-
"declaration": "any",
|
|
5285
|
-
"docstring": "",
|
|
5286
|
-
"path": "../web-components/dist/types/components.d.ts"
|
|
5287
|
-
},
|
|
5288
|
-
"src/utils/types.ts::IcValueEventDetail": {
|
|
5289
|
-
"declaration": "export interface IcValueEventDetail {\n value: string | string[];\n keyPressed?: string;\n}",
|
|
5290
|
-
"docstring": "",
|
|
5291
|
-
"path": "src/utils/types.ts"
|
|
5292
|
-
},
|
|
5293
|
-
"src/utils/types.ts::IcSearchMatchPositions": {
|
|
5294
|
-
"declaration": "export type IcSearchMatchPositions = \"start\" | \"anywhere\";",
|
|
5295
|
-
"docstring": "",
|
|
5296
|
-
"path": "src/utils/types.ts"
|
|
5297
|
-
},
|
|
5298
|
-
"src/utils/types.ts::IcThemeForegroundNoDefault": {
|
|
5299
|
-
"declaration": "export type IcThemeForegroundNoDefault = \"dark\" | \"light\";",
|
|
5300
|
-
"docstring": "",
|
|
5301
|
-
"path": "src/utils/types.ts"
|
|
5302
4664
|
}
|
|
5303
4665
|
}
|
|
5304
4666
|
}
|