@ukic/canary-docs 3.0.0-canary.1 → 3.0.0-canary.11
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 +1208 -1759
- package/package.json +3 -2
package/docs.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
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
|
{
|
|
9
9
|
"filePath": "src/components/ic-card-horizontal/ic-card-horizontal.tsx",
|
|
10
10
|
"encapsulation": "shadow",
|
|
11
11
|
"tag": "ic-card-horizontal",
|
|
12
|
-
"readme": "# ic-horizontal-card\n\n\n",
|
|
12
|
+
"readme": "# ic-horizontal-card\r\n\r\n\r\n\r",
|
|
13
13
|
"docs": "",
|
|
14
14
|
"docsTags": [
|
|
15
15
|
{
|
|
@@ -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
|
|
@@ -389,7 +448,7 @@
|
|
|
389
448
|
"filePath": "src/components/ic-data-table/ic-data-table.tsx",
|
|
390
449
|
"encapsulation": "shadow",
|
|
391
450
|
"tag": "ic-data-table",
|
|
392
|
-
"readme": "# ic-data-table\n\n\n",
|
|
451
|
+
"readme": "# ic-data-table\r\n\r\n\r\n\r",
|
|
393
452
|
"docs": "",
|
|
394
453
|
"docsTags": [
|
|
395
454
|
{
|
|
@@ -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": "{\r\n description?: string;\r\n label?: string;\r\n labelDuration?: number;\r\n max?: number;\r\n min?: number;\r\n progress?: number;\r\n monochrome?: boolean;\r\n overlay?: boolean;\r\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": "{\r\n alignment: \"right\",\r\n hideAllFromItemsPerPage: false,\r\n hideRangeLabel: false,\r\n itemLabel: \"Item\",\r\n itemsPerPageOptions: [\r\n { label: \"10\", value: \"10\" },\r\n { label: \"25\", value: \"25\" },\r\n { label: \"50\", value: \"50\" },\r\n ],\r\n monochrome: false,\r\n pageLabel: \"Page\",\r\n rangeLabelType: \"page\",\r\n selectedItemsPerPage: 10,\r\n setToFirstPageOnPaginationChange: false,\r\n showGoToPageControl: true,\r\n showItemsPerPageControl: true,\r\n type: \"simple\",\r\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,13 +934,15 @@
|
|
|
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",
|
|
788
943
|
"type": "{ sortOrders: IcDataTableSortOrderOptions[]; defaultColumn?: string; }",
|
|
789
944
|
"complexType": {
|
|
790
|
-
"original": "{\n sortOrders: IcDataTableSortOrderOptions[];\n defaultColumn?: string;\n }",
|
|
945
|
+
"original": "{\r\n sortOrders: IcDataTableSortOrderOptions[];\r\n defaultColumn?: string;\r\n }",
|
|
791
946
|
"resolved": "{ sortOrders: IcDataTableSortOrderOptions[]; defaultColumn?: string; }",
|
|
792
947
|
"references": {
|
|
793
948
|
"IcDataTableSortOrderOptions": {
|
|
@@ -801,14 +956,16 @@
|
|
|
801
956
|
"reflectToAttr": false,
|
|
802
957
|
"docs": "Sets the order columns will be sorted in and allows for 'default' sorts to be added.",
|
|
803
958
|
"docsTags": [],
|
|
804
|
-
"default": "{\n sortOrders: [\"unsorted\", \"ascending\", \"descending\"],\n defaultColumn: \"\",\n }",
|
|
959
|
+
"default": "{\r\n sortOrders: [\"unsorted\", \"ascending\", \"descending\"],\r\n defaultColumn: \"\",\r\n }",
|
|
805
960
|
"values": [
|
|
806
961
|
{
|
|
807
962
|
"type": "{ sortOrders: IcDataTableSortOrderOptions[]; defaultColumn?: string; }"
|
|
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": "{\r\n description?: string;\r\n max?: number;\r\n min?: number;\r\n progress?: number;\r\n monochrome?: boolean;\r\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,17 +1179,19 @@
|
|
|
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",
|
|
988
1192
|
"type": "(params: { [key: string]: any; index: number; }) => IcDataTableRowHeights",
|
|
989
1193
|
"complexType": {
|
|
990
|
-
"original": "(params: {\n [key: string]: any;\n index: number;\n }) => IcDataTableRowHeights | null",
|
|
1194
|
+
"original": "(params: {\r\n [key: string]: any;\r\n index: number;\r\n }) => IcDataTableRowHeights | null",
|
|
991
1195
|
"resolved": "(params: { [key: string]: any; index: number; }) => IcDataTableRowHeights",
|
|
992
1196
|
"references": {
|
|
993
1197
|
"IcDataTableRowHeights": {
|
|
@@ -999,7 +1203,7 @@
|
|
|
999
1203
|
},
|
|
1000
1204
|
"mutable": true,
|
|
1001
1205
|
"reflectToAttr": false,
|
|
1002
|
-
"docs": "Allows for custom setting of row heights on individual rows based on an individual value from the `data` prop and the row index.\nIf the function returns `null`, that row's height will be set to the `globalRowHeight` property.",
|
|
1206
|
+
"docs": "Allows for custom setting of row heights on individual rows based on an individual value from the `data` prop and the row index.\r\nIf the function returns `null`, that row's height will be set to the `globalRowHeight` property.",
|
|
1003
1207
|
"docsTags": [],
|
|
1004
1208
|
"values": [
|
|
1005
1209
|
{
|
|
@@ -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,22 @@
|
|
|
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": [
|
|
1407
|
+
"ic-typography",
|
|
1182
1408
|
"ic-loading-indicator",
|
|
1183
1409
|
"ic-tooltip"
|
|
1184
1410
|
],
|
|
1185
|
-
"ic-tooltip": [
|
|
1186
|
-
"ic-typography"
|
|
1187
|
-
],
|
|
1188
1411
|
"ic-empty-state": [
|
|
1189
1412
|
"ic-typography"
|
|
1190
1413
|
],
|
|
@@ -1236,7 +1459,7 @@
|
|
|
1236
1459
|
"filePath": "src/components/ic-data-table-title-bar/ic-data-table-title-bar.tsx",
|
|
1237
1460
|
"encapsulation": "shadow",
|
|
1238
1461
|
"tag": "ic-data-table-title-bar",
|
|
1239
|
-
"readme": "# ic-data-table-title-bar\n\n\n",
|
|
1462
|
+
"readme": "# ic-data-table-title-bar\r\n\r\n\r\n\r",
|
|
1240
1463
|
"docs": "",
|
|
1241
1464
|
"docsTags": [
|
|
1242
1465
|
{
|
|
@@ -1277,7 +1500,9 @@
|
|
|
1277
1500
|
}
|
|
1278
1501
|
],
|
|
1279
1502
|
"optional": true,
|
|
1280
|
-
"required": false
|
|
1503
|
+
"required": false,
|
|
1504
|
+
"getter": false,
|
|
1505
|
+
"setter": false
|
|
1281
1506
|
},
|
|
1282
1507
|
{
|
|
1283
1508
|
"name": "heading",
|
|
@@ -1299,7 +1524,9 @@
|
|
|
1299
1524
|
}
|
|
1300
1525
|
],
|
|
1301
1526
|
"optional": true,
|
|
1302
|
-
"required": false
|
|
1527
|
+
"required": false,
|
|
1528
|
+
"getter": false,
|
|
1529
|
+
"setter": false
|
|
1303
1530
|
},
|
|
1304
1531
|
{
|
|
1305
1532
|
"name": "hideDensitySelect",
|
|
@@ -1321,7 +1548,9 @@
|
|
|
1321
1548
|
}
|
|
1322
1549
|
],
|
|
1323
1550
|
"optional": true,
|
|
1324
|
-
"required": false
|
|
1551
|
+
"required": false,
|
|
1552
|
+
"getter": false,
|
|
1553
|
+
"setter": false
|
|
1325
1554
|
},
|
|
1326
1555
|
{
|
|
1327
1556
|
"name": "metadata",
|
|
@@ -1342,7 +1571,9 @@
|
|
|
1342
1571
|
}
|
|
1343
1572
|
],
|
|
1344
1573
|
"optional": true,
|
|
1345
|
-
"required": false
|
|
1574
|
+
"required": false,
|
|
1575
|
+
"getter": false,
|
|
1576
|
+
"setter": false
|
|
1346
1577
|
}
|
|
1347
1578
|
],
|
|
1348
1579
|
"methods": [],
|
|
@@ -1412,6 +1643,7 @@
|
|
|
1412
1643
|
"ic-typography"
|
|
1413
1644
|
],
|
|
1414
1645
|
"ic-button": [
|
|
1646
|
+
"ic-typography",
|
|
1415
1647
|
"ic-loading-indicator",
|
|
1416
1648
|
"ic-tooltip"
|
|
1417
1649
|
],
|
|
@@ -1435,7 +1667,7 @@
|
|
|
1435
1667
|
"filePath": "src/components/ic-date-input/ic-date-input.tsx",
|
|
1436
1668
|
"encapsulation": "shadow",
|
|
1437
1669
|
"tag": "ic-date-input",
|
|
1438
|
-
"readme": "# ic-date-input\n\n\n",
|
|
1670
|
+
"readme": "# ic-date-input\r\n\r\n\r\n\r",
|
|
1439
1671
|
"docs": "",
|
|
1440
1672
|
"docsTags": [],
|
|
1441
1673
|
"usage": {},
|
|
@@ -1475,7 +1707,9 @@
|
|
|
1475
1707
|
}
|
|
1476
1708
|
],
|
|
1477
1709
|
"optional": true,
|
|
1478
|
-
"required": false
|
|
1710
|
+
"required": false,
|
|
1711
|
+
"getter": false,
|
|
1712
|
+
"setter": false
|
|
1479
1713
|
},
|
|
1480
1714
|
{
|
|
1481
1715
|
"name": "disableDays",
|
|
@@ -1502,7 +1736,9 @@
|
|
|
1502
1736
|
}
|
|
1503
1737
|
],
|
|
1504
1738
|
"optional": true,
|
|
1505
|
-
"required": false
|
|
1739
|
+
"required": false,
|
|
1740
|
+
"getter": false,
|
|
1741
|
+
"setter": false
|
|
1506
1742
|
},
|
|
1507
1743
|
{
|
|
1508
1744
|
"name": "disableDaysMessage",
|
|
@@ -1524,7 +1760,9 @@
|
|
|
1524
1760
|
}
|
|
1525
1761
|
],
|
|
1526
1762
|
"optional": true,
|
|
1527
|
-
"required": false
|
|
1763
|
+
"required": false,
|
|
1764
|
+
"getter": false,
|
|
1765
|
+
"setter": false
|
|
1528
1766
|
},
|
|
1529
1767
|
{
|
|
1530
1768
|
"name": "disableFuture",
|
|
@@ -1546,7 +1784,9 @@
|
|
|
1546
1784
|
}
|
|
1547
1785
|
],
|
|
1548
1786
|
"optional": true,
|
|
1549
|
-
"required": false
|
|
1787
|
+
"required": false,
|
|
1788
|
+
"getter": false,
|
|
1789
|
+
"setter": false
|
|
1550
1790
|
},
|
|
1551
1791
|
{
|
|
1552
1792
|
"name": "disableFutureMessage",
|
|
@@ -1568,7 +1808,9 @@
|
|
|
1568
1808
|
}
|
|
1569
1809
|
],
|
|
1570
1810
|
"optional": true,
|
|
1571
|
-
"required": false
|
|
1811
|
+
"required": false,
|
|
1812
|
+
"getter": false,
|
|
1813
|
+
"setter": false
|
|
1572
1814
|
},
|
|
1573
1815
|
{
|
|
1574
1816
|
"name": "disablePast",
|
|
@@ -1590,7 +1832,9 @@
|
|
|
1590
1832
|
}
|
|
1591
1833
|
],
|
|
1592
1834
|
"optional": true,
|
|
1593
|
-
"required": false
|
|
1835
|
+
"required": false,
|
|
1836
|
+
"getter": false,
|
|
1837
|
+
"setter": false
|
|
1594
1838
|
},
|
|
1595
1839
|
{
|
|
1596
1840
|
"name": "disablePastMessage",
|
|
@@ -1612,7 +1856,9 @@
|
|
|
1612
1856
|
}
|
|
1613
1857
|
],
|
|
1614
1858
|
"optional": true,
|
|
1615
|
-
"required": false
|
|
1859
|
+
"required": false,
|
|
1860
|
+
"getter": false,
|
|
1861
|
+
"setter": false
|
|
1616
1862
|
},
|
|
1617
1863
|
{
|
|
1618
1864
|
"name": "disabled",
|
|
@@ -1634,7 +1880,33 @@
|
|
|
1634
1880
|
}
|
|
1635
1881
|
],
|
|
1636
1882
|
"optional": true,
|
|
1637
|
-
"required": false
|
|
1883
|
+
"required": false,
|
|
1884
|
+
"getter": false,
|
|
1885
|
+
"setter": false
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"name": "emitDatePartChange",
|
|
1889
|
+
"type": "boolean",
|
|
1890
|
+
"complexType": {
|
|
1891
|
+
"original": "boolean",
|
|
1892
|
+
"resolved": "boolean",
|
|
1893
|
+
"references": {}
|
|
1894
|
+
},
|
|
1895
|
+
"mutable": false,
|
|
1896
|
+
"attr": "emit-date-part-change",
|
|
1897
|
+
"reflectToAttr": false,
|
|
1898
|
+
"docs": "If `true`, every individual input field completed will emit an icChange event.",
|
|
1899
|
+
"docsTags": [],
|
|
1900
|
+
"default": "false",
|
|
1901
|
+
"values": [
|
|
1902
|
+
{
|
|
1903
|
+
"type": "boolean"
|
|
1904
|
+
}
|
|
1905
|
+
],
|
|
1906
|
+
"optional": true,
|
|
1907
|
+
"required": false,
|
|
1908
|
+
"getter": false,
|
|
1909
|
+
"setter": false
|
|
1638
1910
|
},
|
|
1639
1911
|
{
|
|
1640
1912
|
"name": "helperText",
|
|
@@ -1655,7 +1927,9 @@
|
|
|
1655
1927
|
}
|
|
1656
1928
|
],
|
|
1657
1929
|
"optional": true,
|
|
1658
|
-
"required": false
|
|
1930
|
+
"required": false,
|
|
1931
|
+
"getter": false,
|
|
1932
|
+
"setter": false
|
|
1659
1933
|
},
|
|
1660
1934
|
{
|
|
1661
1935
|
"name": "hideHelperText",
|
|
@@ -1677,7 +1951,33 @@
|
|
|
1677
1951
|
}
|
|
1678
1952
|
],
|
|
1679
1953
|
"optional": false,
|
|
1680
|
-
"required": false
|
|
1954
|
+
"required": false,
|
|
1955
|
+
"getter": false,
|
|
1956
|
+
"setter": false
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
"name": "hideLabel",
|
|
1960
|
+
"type": "boolean",
|
|
1961
|
+
"complexType": {
|
|
1962
|
+
"original": "boolean",
|
|
1963
|
+
"resolved": "boolean",
|
|
1964
|
+
"references": {}
|
|
1965
|
+
},
|
|
1966
|
+
"mutable": false,
|
|
1967
|
+
"attr": "hide-label",
|
|
1968
|
+
"reflectToAttr": false,
|
|
1969
|
+
"docs": "If `true`, the label will be visually hidden, but will still be read out by screen readers.",
|
|
1970
|
+
"docsTags": [],
|
|
1971
|
+
"default": "false",
|
|
1972
|
+
"values": [
|
|
1973
|
+
{
|
|
1974
|
+
"type": "boolean"
|
|
1975
|
+
}
|
|
1976
|
+
],
|
|
1977
|
+
"optional": true,
|
|
1978
|
+
"required": false,
|
|
1979
|
+
"getter": false,
|
|
1980
|
+
"setter": false
|
|
1681
1981
|
},
|
|
1682
1982
|
{
|
|
1683
1983
|
"name": "inputId",
|
|
@@ -1699,7 +1999,9 @@
|
|
|
1699
1999
|
}
|
|
1700
2000
|
],
|
|
1701
2001
|
"optional": true,
|
|
1702
|
-
"required": false
|
|
2002
|
+
"required": false,
|
|
2003
|
+
"getter": false,
|
|
2004
|
+
"setter": false
|
|
1703
2005
|
},
|
|
1704
2006
|
{
|
|
1705
2007
|
"name": "invalidDateMessage",
|
|
@@ -1721,7 +2023,9 @@
|
|
|
1721
2023
|
}
|
|
1722
2024
|
],
|
|
1723
2025
|
"optional": true,
|
|
1724
|
-
"required": false
|
|
2026
|
+
"required": false,
|
|
2027
|
+
"getter": false,
|
|
2028
|
+
"setter": false
|
|
1725
2029
|
},
|
|
1726
2030
|
{
|
|
1727
2031
|
"name": "label",
|
|
@@ -1742,7 +2046,9 @@
|
|
|
1742
2046
|
}
|
|
1743
2047
|
],
|
|
1744
2048
|
"optional": false,
|
|
1745
|
-
"required": true
|
|
2049
|
+
"required": true,
|
|
2050
|
+
"getter": false,
|
|
2051
|
+
"setter": false
|
|
1746
2052
|
},
|
|
1747
2053
|
{
|
|
1748
2054
|
"name": "max",
|
|
@@ -1760,7 +2066,7 @@
|
|
|
1760
2066
|
"mutable": false,
|
|
1761
2067
|
"attr": "max",
|
|
1762
2068
|
"reflectToAttr": false,
|
|
1763
|
-
"docs": "The latest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.\nThe value of this prop is ignored if `disableFuture` is set to `true`.",
|
|
2069
|
+
"docs": "The latest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.\r\nThe value of this prop is ignored if `disableFuture` is set to `true`.",
|
|
1764
2070
|
"docsTags": [],
|
|
1765
2071
|
"default": "\"\"",
|
|
1766
2072
|
"values": [
|
|
@@ -1772,7 +2078,9 @@
|
|
|
1772
2078
|
}
|
|
1773
2079
|
],
|
|
1774
2080
|
"optional": true,
|
|
1775
|
-
"required": false
|
|
2081
|
+
"required": false,
|
|
2082
|
+
"getter": false,
|
|
2083
|
+
"setter": false
|
|
1776
2084
|
},
|
|
1777
2085
|
{
|
|
1778
2086
|
"name": "min",
|
|
@@ -1790,7 +2098,7 @@
|
|
|
1790
2098
|
"mutable": false,
|
|
1791
2099
|
"attr": "min",
|
|
1792
2100
|
"reflectToAttr": false,
|
|
1793
|
-
"docs": "The earliest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.\nThe value of this prop is ignored if `disablePast` is set to `true`.",
|
|
2101
|
+
"docs": "The earliest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.\r\nThe value of this prop is ignored if `disablePast` is set to `true`.",
|
|
1794
2102
|
"docsTags": [],
|
|
1795
2103
|
"default": "\"\"",
|
|
1796
2104
|
"values": [
|
|
@@ -1802,7 +2110,9 @@
|
|
|
1802
2110
|
}
|
|
1803
2111
|
],
|
|
1804
2112
|
"optional": true,
|
|
1805
|
-
"required": false
|
|
2113
|
+
"required": false,
|
|
2114
|
+
"getter": false,
|
|
2115
|
+
"setter": false
|
|
1806
2116
|
},
|
|
1807
2117
|
{
|
|
1808
2118
|
"name": "name",
|
|
@@ -1824,7 +2134,9 @@
|
|
|
1824
2134
|
}
|
|
1825
2135
|
],
|
|
1826
2136
|
"optional": false,
|
|
1827
|
-
"required": false
|
|
2137
|
+
"required": false,
|
|
2138
|
+
"getter": false,
|
|
2139
|
+
"setter": false
|
|
1828
2140
|
},
|
|
1829
2141
|
{
|
|
1830
2142
|
"name": "required",
|
|
@@ -1846,7 +2158,9 @@
|
|
|
1846
2158
|
}
|
|
1847
2159
|
],
|
|
1848
2160
|
"optional": true,
|
|
1849
|
-
"required": false
|
|
2161
|
+
"required": false,
|
|
2162
|
+
"getter": false,
|
|
2163
|
+
"setter": false
|
|
1850
2164
|
},
|
|
1851
2165
|
{
|
|
1852
2166
|
"name": "showClearButton",
|
|
@@ -1868,7 +2182,9 @@
|
|
|
1868
2182
|
}
|
|
1869
2183
|
],
|
|
1870
2184
|
"optional": true,
|
|
1871
|
-
"required": false
|
|
2185
|
+
"required": false,
|
|
2186
|
+
"getter": false,
|
|
2187
|
+
"setter": false
|
|
1872
2188
|
},
|
|
1873
2189
|
{
|
|
1874
2190
|
"name": "size",
|
|
@@ -1905,7 +2221,48 @@
|
|
|
1905
2221
|
}
|
|
1906
2222
|
],
|
|
1907
2223
|
"optional": true,
|
|
1908
|
-
"required": false
|
|
2224
|
+
"required": false,
|
|
2225
|
+
"getter": false,
|
|
2226
|
+
"setter": false
|
|
2227
|
+
},
|
|
2228
|
+
{
|
|
2229
|
+
"name": "theme",
|
|
2230
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
2231
|
+
"complexType": {
|
|
2232
|
+
"original": "IcThemeMode",
|
|
2233
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
2234
|
+
"references": {
|
|
2235
|
+
"IcThemeMode": {
|
|
2236
|
+
"location": "import",
|
|
2237
|
+
"path": "../../utils/types",
|
|
2238
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
2239
|
+
}
|
|
2240
|
+
}
|
|
2241
|
+
},
|
|
2242
|
+
"mutable": false,
|
|
2243
|
+
"attr": "theme",
|
|
2244
|
+
"reflectToAttr": false,
|
|
2245
|
+
"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.",
|
|
2246
|
+
"docsTags": [],
|
|
2247
|
+
"default": "\"inherit\"",
|
|
2248
|
+
"values": [
|
|
2249
|
+
{
|
|
2250
|
+
"value": "dark",
|
|
2251
|
+
"type": "string"
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
"value": "inherit",
|
|
2255
|
+
"type": "string"
|
|
2256
|
+
},
|
|
2257
|
+
{
|
|
2258
|
+
"value": "light",
|
|
2259
|
+
"type": "string"
|
|
2260
|
+
}
|
|
2261
|
+
],
|
|
2262
|
+
"optional": true,
|
|
2263
|
+
"required": false,
|
|
2264
|
+
"getter": false,
|
|
2265
|
+
"setter": false
|
|
1909
2266
|
},
|
|
1910
2267
|
{
|
|
1911
2268
|
"name": "validationStatus",
|
|
@@ -1945,7 +2302,9 @@
|
|
|
1945
2302
|
}
|
|
1946
2303
|
],
|
|
1947
2304
|
"optional": true,
|
|
1948
|
-
"required": false
|
|
2305
|
+
"required": false,
|
|
2306
|
+
"getter": false,
|
|
2307
|
+
"setter": false
|
|
1949
2308
|
},
|
|
1950
2309
|
{
|
|
1951
2310
|
"name": "validationText",
|
|
@@ -1967,7 +2326,9 @@
|
|
|
1967
2326
|
}
|
|
1968
2327
|
],
|
|
1969
2328
|
"optional": true,
|
|
1970
|
-
"required": false
|
|
2329
|
+
"required": false,
|
|
2330
|
+
"getter": false,
|
|
2331
|
+
"setter": false
|
|
1971
2332
|
},
|
|
1972
2333
|
{
|
|
1973
2334
|
"name": "value",
|
|
@@ -1997,7 +2358,9 @@
|
|
|
1997
2358
|
}
|
|
1998
2359
|
],
|
|
1999
2360
|
"optional": true,
|
|
2000
|
-
"required": false
|
|
2361
|
+
"required": false,
|
|
2362
|
+
"getter": false,
|
|
2363
|
+
"setter": false
|
|
2001
2364
|
}
|
|
2002
2365
|
],
|
|
2003
2366
|
"methods": [
|
|
@@ -2055,11 +2418,11 @@
|
|
|
2055
2418
|
},
|
|
2056
2419
|
{
|
|
2057
2420
|
"event": "icChange",
|
|
2058
|
-
"detail": "{ value: Date; }",
|
|
2421
|
+
"detail": "{ value: Date; dateObject: { day: string; month: string; year: string; }; }",
|
|
2059
2422
|
"bubbles": true,
|
|
2060
2423
|
"complexType": {
|
|
2061
|
-
"original": "{
|
|
2062
|
-
"resolved": "{ value: Date; }",
|
|
2424
|
+
"original": "{\r\n value: Date;\r\n dateObject: { day: string; month: string; year: string };\r\n }",
|
|
2425
|
+
"resolved": "{ value: Date; dateObject: { day: string; month: string; year: string; }; }",
|
|
2063
2426
|
"references": {
|
|
2064
2427
|
"Date": {
|
|
2065
2428
|
"location": "global",
|
|
@@ -2118,6 +2481,7 @@
|
|
|
2118
2481
|
"ic-typography"
|
|
2119
2482
|
],
|
|
2120
2483
|
"ic-button": [
|
|
2484
|
+
"ic-typography",
|
|
2121
2485
|
"ic-loading-indicator",
|
|
2122
2486
|
"ic-tooltip"
|
|
2123
2487
|
],
|
|
@@ -2139,7 +2503,7 @@
|
|
|
2139
2503
|
"filePath": "src/components/ic-date-picker/ic-date-picker.tsx",
|
|
2140
2504
|
"encapsulation": "shadow",
|
|
2141
2505
|
"tag": "ic-date-picker",
|
|
2142
|
-
"readme": "# ic-date-picker\n\n\n",
|
|
2506
|
+
"readme": "# ic-date-picker\r\n\r\n\r\n\r",
|
|
2143
2507
|
"docs": "",
|
|
2144
2508
|
"docsTags": [],
|
|
2145
2509
|
"usage": {},
|
|
@@ -2179,7 +2543,9 @@
|
|
|
2179
2543
|
}
|
|
2180
2544
|
],
|
|
2181
2545
|
"optional": true,
|
|
2182
|
-
"required": false
|
|
2546
|
+
"required": false,
|
|
2547
|
+
"getter": false,
|
|
2548
|
+
"setter": false
|
|
2183
2549
|
},
|
|
2184
2550
|
{
|
|
2185
2551
|
"name": "disableDays",
|
|
@@ -2206,7 +2572,9 @@
|
|
|
2206
2572
|
}
|
|
2207
2573
|
],
|
|
2208
2574
|
"optional": true,
|
|
2209
|
-
"required": false
|
|
2575
|
+
"required": false,
|
|
2576
|
+
"getter": false,
|
|
2577
|
+
"setter": false
|
|
2210
2578
|
},
|
|
2211
2579
|
{
|
|
2212
2580
|
"name": "disableDaysMessage",
|
|
@@ -2228,7 +2596,9 @@
|
|
|
2228
2596
|
}
|
|
2229
2597
|
],
|
|
2230
2598
|
"optional": true,
|
|
2231
|
-
"required": false
|
|
2599
|
+
"required": false,
|
|
2600
|
+
"getter": false,
|
|
2601
|
+
"setter": false
|
|
2232
2602
|
},
|
|
2233
2603
|
{
|
|
2234
2604
|
"name": "disableFuture",
|
|
@@ -2250,7 +2620,9 @@
|
|
|
2250
2620
|
}
|
|
2251
2621
|
],
|
|
2252
2622
|
"optional": true,
|
|
2253
|
-
"required": false
|
|
2623
|
+
"required": false,
|
|
2624
|
+
"getter": false,
|
|
2625
|
+
"setter": false
|
|
2254
2626
|
},
|
|
2255
2627
|
{
|
|
2256
2628
|
"name": "disableFutureMessage",
|
|
@@ -2272,7 +2644,9 @@
|
|
|
2272
2644
|
}
|
|
2273
2645
|
],
|
|
2274
2646
|
"optional": true,
|
|
2275
|
-
"required": false
|
|
2647
|
+
"required": false,
|
|
2648
|
+
"getter": false,
|
|
2649
|
+
"setter": false
|
|
2276
2650
|
},
|
|
2277
2651
|
{
|
|
2278
2652
|
"name": "disablePast",
|
|
@@ -2294,7 +2668,9 @@
|
|
|
2294
2668
|
}
|
|
2295
2669
|
],
|
|
2296
2670
|
"optional": true,
|
|
2297
|
-
"required": false
|
|
2671
|
+
"required": false,
|
|
2672
|
+
"getter": false,
|
|
2673
|
+
"setter": false
|
|
2298
2674
|
},
|
|
2299
2675
|
{
|
|
2300
2676
|
"name": "disablePastMessage",
|
|
@@ -2316,7 +2692,9 @@
|
|
|
2316
2692
|
}
|
|
2317
2693
|
],
|
|
2318
2694
|
"optional": true,
|
|
2319
|
-
"required": false
|
|
2695
|
+
"required": false,
|
|
2696
|
+
"getter": false,
|
|
2697
|
+
"setter": false
|
|
2320
2698
|
},
|
|
2321
2699
|
{
|
|
2322
2700
|
"name": "disabled",
|
|
@@ -2338,7 +2716,33 @@
|
|
|
2338
2716
|
}
|
|
2339
2717
|
],
|
|
2340
2718
|
"optional": true,
|
|
2341
|
-
"required": false
|
|
2719
|
+
"required": false,
|
|
2720
|
+
"getter": false,
|
|
2721
|
+
"setter": false
|
|
2722
|
+
},
|
|
2723
|
+
{
|
|
2724
|
+
"name": "emitDatePartChange",
|
|
2725
|
+
"type": "boolean",
|
|
2726
|
+
"complexType": {
|
|
2727
|
+
"original": "boolean",
|
|
2728
|
+
"resolved": "boolean",
|
|
2729
|
+
"references": {}
|
|
2730
|
+
},
|
|
2731
|
+
"mutable": false,
|
|
2732
|
+
"attr": "emit-date-part-change",
|
|
2733
|
+
"reflectToAttr": false,
|
|
2734
|
+
"docs": "If `true`, every individual input field completed will emit an icChange event.",
|
|
2735
|
+
"docsTags": [],
|
|
2736
|
+
"default": "false",
|
|
2737
|
+
"values": [
|
|
2738
|
+
{
|
|
2739
|
+
"type": "boolean"
|
|
2740
|
+
}
|
|
2741
|
+
],
|
|
2742
|
+
"optional": true,
|
|
2743
|
+
"required": false,
|
|
2744
|
+
"getter": false,
|
|
2745
|
+
"setter": false
|
|
2342
2746
|
},
|
|
2343
2747
|
{
|
|
2344
2748
|
"name": "helperText",
|
|
@@ -2359,7 +2763,9 @@
|
|
|
2359
2763
|
}
|
|
2360
2764
|
],
|
|
2361
2765
|
"optional": true,
|
|
2362
|
-
"required": false
|
|
2766
|
+
"required": false,
|
|
2767
|
+
"getter": false,
|
|
2768
|
+
"setter": false
|
|
2363
2769
|
},
|
|
2364
2770
|
{
|
|
2365
2771
|
"name": "hideHelperText",
|
|
@@ -2381,7 +2787,33 @@
|
|
|
2381
2787
|
}
|
|
2382
2788
|
],
|
|
2383
2789
|
"optional": false,
|
|
2384
|
-
"required": false
|
|
2790
|
+
"required": false,
|
|
2791
|
+
"getter": false,
|
|
2792
|
+
"setter": false
|
|
2793
|
+
},
|
|
2794
|
+
{
|
|
2795
|
+
"name": "hideLabel",
|
|
2796
|
+
"type": "boolean",
|
|
2797
|
+
"complexType": {
|
|
2798
|
+
"original": "boolean",
|
|
2799
|
+
"resolved": "boolean",
|
|
2800
|
+
"references": {}
|
|
2801
|
+
},
|
|
2802
|
+
"mutable": false,
|
|
2803
|
+
"attr": "hide-label",
|
|
2804
|
+
"reflectToAttr": false,
|
|
2805
|
+
"docs": "If `true`, the label will be visually hidden, but the required label will still be read out by screen readers.",
|
|
2806
|
+
"docsTags": [],
|
|
2807
|
+
"default": "false",
|
|
2808
|
+
"values": [
|
|
2809
|
+
{
|
|
2810
|
+
"type": "boolean"
|
|
2811
|
+
}
|
|
2812
|
+
],
|
|
2813
|
+
"optional": true,
|
|
2814
|
+
"required": false,
|
|
2815
|
+
"getter": false,
|
|
2816
|
+
"setter": false
|
|
2385
2817
|
},
|
|
2386
2818
|
{
|
|
2387
2819
|
"name": "inputId",
|
|
@@ -2402,7 +2834,9 @@
|
|
|
2402
2834
|
}
|
|
2403
2835
|
],
|
|
2404
2836
|
"optional": true,
|
|
2405
|
-
"required": false
|
|
2837
|
+
"required": false,
|
|
2838
|
+
"getter": false,
|
|
2839
|
+
"setter": false
|
|
2406
2840
|
},
|
|
2407
2841
|
{
|
|
2408
2842
|
"name": "invalidDateMessage",
|
|
@@ -2424,7 +2858,9 @@
|
|
|
2424
2858
|
}
|
|
2425
2859
|
],
|
|
2426
2860
|
"optional": true,
|
|
2427
|
-
"required": false
|
|
2861
|
+
"required": false,
|
|
2862
|
+
"getter": false,
|
|
2863
|
+
"setter": false
|
|
2428
2864
|
},
|
|
2429
2865
|
{
|
|
2430
2866
|
"name": "label",
|
|
@@ -2445,7 +2881,9 @@
|
|
|
2445
2881
|
}
|
|
2446
2882
|
],
|
|
2447
2883
|
"optional": false,
|
|
2448
|
-
"required": true
|
|
2884
|
+
"required": true,
|
|
2885
|
+
"getter": false,
|
|
2886
|
+
"setter": false
|
|
2449
2887
|
},
|
|
2450
2888
|
{
|
|
2451
2889
|
"name": "max",
|
|
@@ -2463,7 +2901,7 @@
|
|
|
2463
2901
|
"mutable": false,
|
|
2464
2902
|
"attr": "max",
|
|
2465
2903
|
"reflectToAttr": false,
|
|
2466
|
-
"docs": "The latest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.\nThe value of this prop is ignored if `disableFuture` is set to `true`.",
|
|
2904
|
+
"docs": "The latest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.\r\nThe value of this prop is ignored if `disableFuture` is set to `true`.",
|
|
2467
2905
|
"docsTags": [],
|
|
2468
2906
|
"default": "\"\"",
|
|
2469
2907
|
"values": [
|
|
@@ -2475,7 +2913,9 @@
|
|
|
2475
2913
|
}
|
|
2476
2914
|
],
|
|
2477
2915
|
"optional": true,
|
|
2478
|
-
"required": false
|
|
2916
|
+
"required": false,
|
|
2917
|
+
"getter": false,
|
|
2918
|
+
"setter": false
|
|
2479
2919
|
},
|
|
2480
2920
|
{
|
|
2481
2921
|
"name": "min",
|
|
@@ -2493,7 +2933,7 @@
|
|
|
2493
2933
|
"mutable": false,
|
|
2494
2934
|
"attr": "min",
|
|
2495
2935
|
"reflectToAttr": false,
|
|
2496
|
-
"docs": "The earliest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.\nThe value of this prop is ignored if `disablePast` is set to `true`.",
|
|
2936
|
+
"docs": "The earliest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.\r\nThe value of this prop is ignored if `disablePast` is set to `true`.",
|
|
2497
2937
|
"docsTags": [],
|
|
2498
2938
|
"default": "\"\"",
|
|
2499
2939
|
"values": [
|
|
@@ -2505,7 +2945,9 @@
|
|
|
2505
2945
|
}
|
|
2506
2946
|
],
|
|
2507
2947
|
"optional": true,
|
|
2508
|
-
"required": false
|
|
2948
|
+
"required": false,
|
|
2949
|
+
"getter": false,
|
|
2950
|
+
"setter": false
|
|
2509
2951
|
},
|
|
2510
2952
|
{
|
|
2511
2953
|
"name": "name",
|
|
@@ -2526,7 +2968,9 @@
|
|
|
2526
2968
|
}
|
|
2527
2969
|
],
|
|
2528
2970
|
"optional": true,
|
|
2529
|
-
"required": false
|
|
2971
|
+
"required": false,
|
|
2972
|
+
"getter": false,
|
|
2973
|
+
"setter": false
|
|
2530
2974
|
},
|
|
2531
2975
|
{
|
|
2532
2976
|
"name": "openAtDate",
|
|
@@ -2544,7 +2988,7 @@
|
|
|
2544
2988
|
"mutable": false,
|
|
2545
2989
|
"attr": "open-at-date",
|
|
2546
2990
|
"reflectToAttr": false,
|
|
2547
|
-
"docs": "The date visible when the calendar opens. Used if no date is currently selected.\nThe value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.",
|
|
2991
|
+
"docs": "The date visible when the calendar opens. Used if no date is currently selected.\r\nThe value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.",
|
|
2548
2992
|
"docsTags": [],
|
|
2549
2993
|
"default": "\"\"",
|
|
2550
2994
|
"values": [
|
|
@@ -2556,7 +3000,9 @@
|
|
|
2556
3000
|
}
|
|
2557
3001
|
],
|
|
2558
3002
|
"optional": false,
|
|
2559
|
-
"required": false
|
|
3003
|
+
"required": false,
|
|
3004
|
+
"getter": false,
|
|
3005
|
+
"setter": false
|
|
2560
3006
|
},
|
|
2561
3007
|
{
|
|
2562
3008
|
"name": "required",
|
|
@@ -2578,7 +3024,9 @@
|
|
|
2578
3024
|
}
|
|
2579
3025
|
],
|
|
2580
3026
|
"optional": true,
|
|
2581
|
-
"required": false
|
|
3027
|
+
"required": false,
|
|
3028
|
+
"getter": false,
|
|
3029
|
+
"setter": false
|
|
2582
3030
|
},
|
|
2583
3031
|
{
|
|
2584
3032
|
"name": "showDaysOutsideMonth",
|
|
@@ -2600,7 +3048,9 @@
|
|
|
2600
3048
|
}
|
|
2601
3049
|
],
|
|
2602
3050
|
"optional": true,
|
|
2603
|
-
"required": false
|
|
3051
|
+
"required": false,
|
|
3052
|
+
"getter": false,
|
|
3053
|
+
"setter": false
|
|
2604
3054
|
},
|
|
2605
3055
|
{
|
|
2606
3056
|
"name": "showPickerClearButton",
|
|
@@ -2622,7 +3072,9 @@
|
|
|
2622
3072
|
}
|
|
2623
3073
|
],
|
|
2624
3074
|
"optional": true,
|
|
2625
|
-
"required": false
|
|
3075
|
+
"required": false,
|
|
3076
|
+
"getter": false,
|
|
3077
|
+
"setter": false
|
|
2626
3078
|
},
|
|
2627
3079
|
{
|
|
2628
3080
|
"name": "showPickerTodayButton",
|
|
@@ -2644,7 +3096,9 @@
|
|
|
2644
3096
|
}
|
|
2645
3097
|
],
|
|
2646
3098
|
"optional": true,
|
|
2647
|
-
"required": false
|
|
3099
|
+
"required": false,
|
|
3100
|
+
"getter": false,
|
|
3101
|
+
"setter": false
|
|
2648
3102
|
},
|
|
2649
3103
|
{
|
|
2650
3104
|
"name": "size",
|
|
@@ -2681,7 +3135,9 @@
|
|
|
2681
3135
|
}
|
|
2682
3136
|
],
|
|
2683
3137
|
"optional": true,
|
|
2684
|
-
"required": false
|
|
3138
|
+
"required": false,
|
|
3139
|
+
"getter": false,
|
|
3140
|
+
"setter": false
|
|
2685
3141
|
},
|
|
2686
3142
|
{
|
|
2687
3143
|
"name": "startOfWeek",
|
|
@@ -2700,7 +3156,7 @@
|
|
|
2700
3156
|
"mutable": false,
|
|
2701
3157
|
"attr": "start-of-week",
|
|
2702
3158
|
"reflectToAttr": false,
|
|
2703
|
-
"docs": "The first day of the week. `0` for Sunday, `1` for Monday, etc.\nDefault is Monday.",
|
|
3159
|
+
"docs": "The first day of the week. `0` for Sunday, `1` for Monday, etc.\r\nDefault is Monday.",
|
|
2704
3160
|
"docsTags": [],
|
|
2705
3161
|
"default": "IcWeekDays.Monday",
|
|
2706
3162
|
"values": [
|
|
@@ -2727,32 +3183,73 @@
|
|
|
2727
3183
|
}
|
|
2728
3184
|
],
|
|
2729
3185
|
"optional": true,
|
|
2730
|
-
"required": false
|
|
3186
|
+
"required": false,
|
|
3187
|
+
"getter": false,
|
|
3188
|
+
"setter": false
|
|
2731
3189
|
},
|
|
2732
3190
|
{
|
|
2733
|
-
"name": "
|
|
2734
|
-
"type": "\"\" | \"
|
|
3191
|
+
"name": "theme",
|
|
3192
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
2735
3193
|
"complexType": {
|
|
2736
|
-
"original": "
|
|
2737
|
-
"resolved": "\"\" | \"
|
|
3194
|
+
"original": "IcThemeMode",
|
|
3195
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
2738
3196
|
"references": {
|
|
2739
|
-
"
|
|
3197
|
+
"IcThemeMode": {
|
|
2740
3198
|
"location": "import",
|
|
2741
3199
|
"path": "../../utils/types",
|
|
2742
|
-
"id": "src/utils/types.ts::
|
|
3200
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
2743
3201
|
}
|
|
2744
3202
|
}
|
|
2745
3203
|
},
|
|
2746
3204
|
"mutable": false,
|
|
2747
|
-
"attr": "
|
|
3205
|
+
"attr": "theme",
|
|
2748
3206
|
"reflectToAttr": false,
|
|
2749
|
-
"docs": "
|
|
3207
|
+
"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.",
|
|
2750
3208
|
"docsTags": [],
|
|
2751
|
-
"default": "\"\"",
|
|
3209
|
+
"default": "\"inherit\"",
|
|
2752
3210
|
"values": [
|
|
2753
3211
|
{
|
|
2754
|
-
"
|
|
2755
|
-
|
|
3212
|
+
"value": "dark",
|
|
3213
|
+
"type": "string"
|
|
3214
|
+
},
|
|
3215
|
+
{
|
|
3216
|
+
"value": "inherit",
|
|
3217
|
+
"type": "string"
|
|
3218
|
+
},
|
|
3219
|
+
{
|
|
3220
|
+
"value": "light",
|
|
3221
|
+
"type": "string"
|
|
3222
|
+
}
|
|
3223
|
+
],
|
|
3224
|
+
"optional": true,
|
|
3225
|
+
"required": false,
|
|
3226
|
+
"getter": false,
|
|
3227
|
+
"setter": false
|
|
3228
|
+
},
|
|
3229
|
+
{
|
|
3230
|
+
"name": "validationStatus",
|
|
3231
|
+
"type": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
3232
|
+
"complexType": {
|
|
3233
|
+
"original": "IcInformationStatusOrEmpty",
|
|
3234
|
+
"resolved": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
3235
|
+
"references": {
|
|
3236
|
+
"IcInformationStatusOrEmpty": {
|
|
3237
|
+
"location": "import",
|
|
3238
|
+
"path": "../../utils/types",
|
|
3239
|
+
"id": "src/utils/types.ts::IcInformationStatusOrEmpty"
|
|
3240
|
+
}
|
|
3241
|
+
}
|
|
3242
|
+
},
|
|
3243
|
+
"mutable": false,
|
|
3244
|
+
"attr": "validation-status",
|
|
3245
|
+
"reflectToAttr": false,
|
|
3246
|
+
"docs": "The validation status - e.g. 'error' | 'warning' | 'success'. This will override the built-in date validation.",
|
|
3247
|
+
"docsTags": [],
|
|
3248
|
+
"default": "\"\"",
|
|
3249
|
+
"values": [
|
|
3250
|
+
{
|
|
3251
|
+
"type": "\"\""
|
|
3252
|
+
},
|
|
2756
3253
|
{
|
|
2757
3254
|
"value": "error",
|
|
2758
3255
|
"type": "string"
|
|
@@ -2767,7 +3264,9 @@
|
|
|
2767
3264
|
}
|
|
2768
3265
|
],
|
|
2769
3266
|
"optional": true,
|
|
2770
|
-
"required": false
|
|
3267
|
+
"required": false,
|
|
3268
|
+
"getter": false,
|
|
3269
|
+
"setter": false
|
|
2771
3270
|
},
|
|
2772
3271
|
{
|
|
2773
3272
|
"name": "validationText",
|
|
@@ -2789,7 +3288,9 @@
|
|
|
2789
3288
|
}
|
|
2790
3289
|
],
|
|
2791
3290
|
"optional": true,
|
|
2792
|
-
"required": false
|
|
3291
|
+
"required": false,
|
|
3292
|
+
"getter": false,
|
|
3293
|
+
"setter": false
|
|
2793
3294
|
},
|
|
2794
3295
|
{
|
|
2795
3296
|
"name": "value",
|
|
@@ -2819,7 +3320,9 @@
|
|
|
2819
3320
|
}
|
|
2820
3321
|
],
|
|
2821
3322
|
"optional": true,
|
|
2822
|
-
"required": false
|
|
3323
|
+
"required": false,
|
|
3324
|
+
"getter": false,
|
|
3325
|
+
"setter": false
|
|
2823
3326
|
}
|
|
2824
3327
|
],
|
|
2825
3328
|
"methods": [],
|
|
@@ -2884,6 +3387,7 @@
|
|
|
2884
3387
|
"ic-typography"
|
|
2885
3388
|
],
|
|
2886
3389
|
"ic-button": [
|
|
3390
|
+
"ic-typography",
|
|
2887
3391
|
"ic-loading-indicator",
|
|
2888
3392
|
"ic-tooltip"
|
|
2889
3393
|
],
|
|
@@ -2909,74 +3413,79 @@
|
|
|
2909
3413
|
}
|
|
2910
3414
|
},
|
|
2911
3415
|
{
|
|
2912
|
-
"filePath": "src/components/ic-
|
|
2913
|
-
"encapsulation": "
|
|
2914
|
-
"tag": "ic-
|
|
2915
|
-
"readme": "# ic-
|
|
3416
|
+
"filePath": "src/components/ic-pagination-bar/ic-pagination-bar.tsx",
|
|
3417
|
+
"encapsulation": "shadow",
|
|
3418
|
+
"tag": "ic-pagination-bar",
|
|
3419
|
+
"readme": "# ic-pagination-bar\r\n\r\n\r\n\r",
|
|
2916
3420
|
"docs": "",
|
|
2917
3421
|
"docsTags": [],
|
|
2918
3422
|
"usage": {},
|
|
2919
3423
|
"props": [
|
|
2920
3424
|
{
|
|
2921
|
-
"name": "
|
|
2922
|
-
"type": "\"
|
|
3425
|
+
"name": "alignment",
|
|
3426
|
+
"type": "\"left\" | \"right\" | \"space-between\"",
|
|
2923
3427
|
"complexType": {
|
|
2924
|
-
"original": "
|
|
2925
|
-
"resolved": "\"
|
|
3428
|
+
"original": "IcPaginationAlignmentOptions",
|
|
3429
|
+
"resolved": "\"left\" | \"right\" | \"space-between\"",
|
|
2926
3430
|
"references": {
|
|
2927
|
-
"
|
|
3431
|
+
"IcPaginationAlignmentOptions": {
|
|
2928
3432
|
"location": "import",
|
|
2929
|
-
"path": "@ukic/web-components/dist/types/
|
|
2930
|
-
"id": "../web-components/dist/types/
|
|
3433
|
+
"path": "@ukic/web-components/dist/types/components/ic-pagination/ic-pagination.types",
|
|
3434
|
+
"id": "../web-components/dist/types/components/ic-pagination/ic-pagination.types.d.ts::IcPaginationAlignmentOptions"
|
|
2931
3435
|
}
|
|
2932
3436
|
}
|
|
2933
3437
|
},
|
|
2934
3438
|
"mutable": false,
|
|
2935
|
-
"attr": "
|
|
3439
|
+
"attr": "alignment",
|
|
2936
3440
|
"reflectToAttr": false,
|
|
2937
|
-
"docs": "
|
|
3441
|
+
"docs": "Sets the alignment of the items in the pagination bar.",
|
|
2938
3442
|
"docsTags": [],
|
|
2939
|
-
"default": "\"
|
|
3443
|
+
"default": "\"right\"",
|
|
2940
3444
|
"values": [
|
|
2941
3445
|
{
|
|
2942
|
-
"value": "
|
|
3446
|
+
"value": "left",
|
|
3447
|
+
"type": "string"
|
|
3448
|
+
},
|
|
3449
|
+
{
|
|
3450
|
+
"value": "right",
|
|
2943
3451
|
"type": "string"
|
|
2944
3452
|
},
|
|
2945
3453
|
{
|
|
2946
|
-
"value": "
|
|
3454
|
+
"value": "space-between",
|
|
2947
3455
|
"type": "string"
|
|
2948
3456
|
}
|
|
2949
3457
|
],
|
|
2950
3458
|
"optional": true,
|
|
2951
|
-
"required": false
|
|
3459
|
+
"required": false,
|
|
3460
|
+
"getter": false,
|
|
3461
|
+
"setter": false
|
|
2952
3462
|
},
|
|
2953
3463
|
{
|
|
2954
|
-
"name": "
|
|
2955
|
-
"type": "
|
|
3464
|
+
"name": "currentPage",
|
|
3465
|
+
"type": "number",
|
|
2956
3466
|
"complexType": {
|
|
2957
|
-
"original": "
|
|
2958
|
-
"resolved": "
|
|
2959
|
-
"references": {
|
|
2960
|
-
"HTMLElement": {
|
|
2961
|
-
"location": "global",
|
|
2962
|
-
"id": "global::HTMLElement"
|
|
2963
|
-
}
|
|
2964
|
-
}
|
|
3467
|
+
"original": "number",
|
|
3468
|
+
"resolved": "number",
|
|
3469
|
+
"references": {}
|
|
2965
3470
|
},
|
|
2966
3471
|
"mutable": false,
|
|
3472
|
+
"attr": "current-page",
|
|
2967
3473
|
"reflectToAttr": false,
|
|
2968
|
-
"docs": "The
|
|
3474
|
+
"docs": "The current page number to be displayed on the pagination bar.",
|
|
2969
3475
|
"docsTags": [],
|
|
3476
|
+
"default": "1",
|
|
2970
3477
|
"values": [
|
|
2971
3478
|
{
|
|
2972
|
-
"type": "
|
|
3479
|
+
"type": "number"
|
|
2973
3480
|
}
|
|
2974
3481
|
],
|
|
2975
|
-
"optional":
|
|
2976
|
-
"required":
|
|
3482
|
+
"optional": true,
|
|
3483
|
+
"required": false,
|
|
3484
|
+
"getter": false,
|
|
3485
|
+
"setter": false
|
|
2977
3486
|
},
|
|
2978
3487
|
{
|
|
2979
|
-
"name": "
|
|
3488
|
+
"name": "hideAllFromItemsPerPage",
|
|
2980
3489
|
"type": "boolean",
|
|
2981
3490
|
"complexType": {
|
|
2982
3491
|
"original": "boolean",
|
|
@@ -2984,21 +3493,23 @@
|
|
|
2984
3493
|
"references": {}
|
|
2985
3494
|
},
|
|
2986
3495
|
"mutable": false,
|
|
2987
|
-
"attr": "
|
|
3496
|
+
"attr": "hide-all-from-items-per-page",
|
|
2988
3497
|
"reflectToAttr": false,
|
|
2989
|
-
"docs": "If `true`, the
|
|
3498
|
+
"docs": "If `true`, the 'All' option will be hidden from the 'items per page' select input.",
|
|
2990
3499
|
"docsTags": [],
|
|
2991
|
-
"default": "
|
|
3500
|
+
"default": "false",
|
|
2992
3501
|
"values": [
|
|
2993
3502
|
{
|
|
2994
3503
|
"type": "boolean"
|
|
2995
3504
|
}
|
|
2996
3505
|
],
|
|
2997
|
-
"optional":
|
|
2998
|
-
"required": false
|
|
3506
|
+
"optional": true,
|
|
3507
|
+
"required": false,
|
|
3508
|
+
"getter": false,
|
|
3509
|
+
"setter": false
|
|
2999
3510
|
},
|
|
3000
3511
|
{
|
|
3001
|
-
"name": "
|
|
3512
|
+
"name": "hideRangeLabel",
|
|
3002
3513
|
"type": "boolean",
|
|
3003
3514
|
"complexType": {
|
|
3004
3515
|
"original": "boolean",
|
|
@@ -3006,9 +3517,9 @@
|
|
|
3006
3517
|
"references": {}
|
|
3007
3518
|
},
|
|
3008
3519
|
"mutable": false,
|
|
3009
|
-
"attr": "
|
|
3520
|
+
"attr": "hide-range-label",
|
|
3010
3521
|
"reflectToAttr": false,
|
|
3011
|
-
"docs": "If `true`, the
|
|
3522
|
+
"docs": "If `true`, the number of total items and current item range or number of total pages and current page will be hidden.",
|
|
3012
3523
|
"docsTags": [],
|
|
3013
3524
|
"default": "false",
|
|
3014
3525
|
"values": [
|
|
@@ -3016,57 +3527,83 @@
|
|
|
3016
3527
|
"type": "boolean"
|
|
3017
3528
|
}
|
|
3018
3529
|
],
|
|
3019
|
-
"optional":
|
|
3020
|
-
"required": false
|
|
3530
|
+
"optional": true,
|
|
3531
|
+
"required": false,
|
|
3532
|
+
"getter": false,
|
|
3533
|
+
"setter": false
|
|
3021
3534
|
},
|
|
3022
3535
|
{
|
|
3023
|
-
"name": "
|
|
3024
|
-
"type": "
|
|
3536
|
+
"name": "itemLabel",
|
|
3537
|
+
"type": "string",
|
|
3025
3538
|
"complexType": {
|
|
3026
|
-
"original": "
|
|
3027
|
-
"resolved": "
|
|
3028
|
-
"references": {
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
|
|
3539
|
+
"original": "string",
|
|
3540
|
+
"resolved": "string",
|
|
3541
|
+
"references": {}
|
|
3542
|
+
},
|
|
3543
|
+
"mutable": false,
|
|
3544
|
+
"attr": "item-label",
|
|
3545
|
+
"reflectToAttr": false,
|
|
3546
|
+
"docs": "The text which will be used in place of 'Item' on the pagination bar.",
|
|
3547
|
+
"docsTags": [],
|
|
3548
|
+
"default": "\"Item\"",
|
|
3549
|
+
"values": [
|
|
3550
|
+
{
|
|
3551
|
+
"type": "string"
|
|
3033
3552
|
}
|
|
3553
|
+
],
|
|
3554
|
+
"optional": true,
|
|
3555
|
+
"required": false,
|
|
3556
|
+
"getter": false,
|
|
3557
|
+
"setter": false
|
|
3558
|
+
},
|
|
3559
|
+
{
|
|
3560
|
+
"name": "itemsPerPageOptions",
|
|
3561
|
+
"type": "{ label: string; value: string; }[]",
|
|
3562
|
+
"complexType": {
|
|
3563
|
+
"original": "{\r\n label: string;\r\n value: string;\r\n }[]",
|
|
3564
|
+
"resolved": "{ label: string; value: string; }[]",
|
|
3565
|
+
"references": {}
|
|
3034
3566
|
},
|
|
3035
3567
|
"mutable": false,
|
|
3036
3568
|
"reflectToAttr": false,
|
|
3037
|
-
"docs": "The
|
|
3569
|
+
"docs": "The options which will be displayed for 'items per page' select input.",
|
|
3038
3570
|
"docsTags": [],
|
|
3039
3571
|
"values": [
|
|
3040
3572
|
{
|
|
3041
|
-
"type": "
|
|
3573
|
+
"type": "{ label: string; value: string; }[]"
|
|
3042
3574
|
}
|
|
3043
3575
|
],
|
|
3044
|
-
"optional":
|
|
3045
|
-
"required":
|
|
3576
|
+
"optional": true,
|
|
3577
|
+
"required": false,
|
|
3578
|
+
"getter": false,
|
|
3579
|
+
"setter": false
|
|
3046
3580
|
},
|
|
3047
3581
|
{
|
|
3048
|
-
"name": "
|
|
3049
|
-
"type": "
|
|
3582
|
+
"name": "monochrome",
|
|
3583
|
+
"type": "boolean",
|
|
3050
3584
|
"complexType": {
|
|
3051
|
-
"original": "
|
|
3052
|
-
"resolved": "
|
|
3585
|
+
"original": "boolean",
|
|
3586
|
+
"resolved": "boolean",
|
|
3053
3587
|
"references": {}
|
|
3054
3588
|
},
|
|
3055
3589
|
"mutable": false,
|
|
3056
|
-
"attr": "
|
|
3590
|
+
"attr": "monochrome",
|
|
3057
3591
|
"reflectToAttr": false,
|
|
3058
|
-
"docs": "
|
|
3592
|
+
"docs": "If `true`, the pagination bar will display as black in the light theme, and white in dark theme.",
|
|
3059
3593
|
"docsTags": [],
|
|
3594
|
+
"default": "false",
|
|
3060
3595
|
"values": [
|
|
3061
3596
|
{
|
|
3062
|
-
"type": "
|
|
3597
|
+
"type": "boolean"
|
|
3063
3598
|
}
|
|
3064
3599
|
],
|
|
3065
|
-
"optional":
|
|
3066
|
-
"required":
|
|
3600
|
+
"optional": true,
|
|
3601
|
+
"required": false,
|
|
3602
|
+
"getter": false,
|
|
3603
|
+
"setter": false
|
|
3067
3604
|
},
|
|
3068
3605
|
{
|
|
3069
|
-
"name": "
|
|
3606
|
+
"name": "pageLabel",
|
|
3070
3607
|
"type": "string",
|
|
3071
3608
|
"complexType": {
|
|
3072
3609
|
"original": "string",
|
|
@@ -3074,42 +3611,81 @@
|
|
|
3074
3611
|
"references": {}
|
|
3075
3612
|
},
|
|
3076
3613
|
"mutable": false,
|
|
3077
|
-
"attr": "label
|
|
3614
|
+
"attr": "page-label",
|
|
3078
3615
|
"reflectToAttr": false,
|
|
3079
|
-
"docs": "The
|
|
3616
|
+
"docs": "The text which will be used in place of 'Page' on the pagination bar.",
|
|
3080
3617
|
"docsTags": [],
|
|
3081
|
-
"default": "\"
|
|
3618
|
+
"default": "\"Page\"",
|
|
3082
3619
|
"values": [
|
|
3083
3620
|
{
|
|
3084
3621
|
"type": "string"
|
|
3085
3622
|
}
|
|
3086
3623
|
],
|
|
3087
|
-
"optional":
|
|
3088
|
-
"required": false
|
|
3624
|
+
"optional": true,
|
|
3625
|
+
"required": false,
|
|
3626
|
+
"getter": false,
|
|
3627
|
+
"setter": false
|
|
3089
3628
|
},
|
|
3090
3629
|
{
|
|
3091
|
-
"name": "
|
|
3092
|
-
"type": "
|
|
3630
|
+
"name": "rangeLabelType",
|
|
3631
|
+
"type": "\"data\" | \"page\"",
|
|
3093
3632
|
"complexType": {
|
|
3094
|
-
"original": "
|
|
3095
|
-
"resolved": "
|
|
3096
|
-
"references": {
|
|
3633
|
+
"original": "IcPaginationLabelTypes",
|
|
3634
|
+
"resolved": "\"data\" | \"page\"",
|
|
3635
|
+
"references": {
|
|
3636
|
+
"IcPaginationLabelTypes": {
|
|
3637
|
+
"location": "import",
|
|
3638
|
+
"path": "@ukic/web-components/dist/types/components/ic-pagination/ic-pagination.types",
|
|
3639
|
+
"id": "../web-components/dist/types/components/ic-pagination/ic-pagination.types.d.ts::IcPaginationLabelTypes"
|
|
3640
|
+
}
|
|
3641
|
+
}
|
|
3097
3642
|
},
|
|
3098
3643
|
"mutable": false,
|
|
3099
|
-
"attr": "
|
|
3644
|
+
"attr": "range-label-type",
|
|
3100
3645
|
"reflectToAttr": false,
|
|
3101
|
-
"docs": "
|
|
3646
|
+
"docs": "Whether total number of items and current item range or total number of pages and current page is displayed.",
|
|
3102
3647
|
"docsTags": [],
|
|
3648
|
+
"default": "\"page\"",
|
|
3103
3649
|
"values": [
|
|
3104
3650
|
{
|
|
3651
|
+
"value": "data",
|
|
3652
|
+
"type": "string"
|
|
3653
|
+
},
|
|
3654
|
+
{
|
|
3655
|
+
"value": "page",
|
|
3105
3656
|
"type": "string"
|
|
3106
3657
|
}
|
|
3107
3658
|
],
|
|
3108
|
-
"optional":
|
|
3109
|
-
"required":
|
|
3659
|
+
"optional": true,
|
|
3660
|
+
"required": false,
|
|
3661
|
+
"getter": false,
|
|
3662
|
+
"setter": false
|
|
3663
|
+
},
|
|
3664
|
+
{
|
|
3665
|
+
"name": "selectedItemsPerPage",
|
|
3666
|
+
"type": "number",
|
|
3667
|
+
"complexType": {
|
|
3668
|
+
"original": "number",
|
|
3669
|
+
"resolved": "number",
|
|
3670
|
+
"references": {}
|
|
3671
|
+
},
|
|
3672
|
+
"mutable": false,
|
|
3673
|
+
"attr": "selected-items-per-page",
|
|
3674
|
+
"reflectToAttr": false,
|
|
3675
|
+
"docs": "The items per page option to be selected.",
|
|
3676
|
+
"docsTags": [],
|
|
3677
|
+
"values": [
|
|
3678
|
+
{
|
|
3679
|
+
"type": "number"
|
|
3680
|
+
}
|
|
3681
|
+
],
|
|
3682
|
+
"optional": true,
|
|
3683
|
+
"required": false,
|
|
3684
|
+
"getter": false,
|
|
3685
|
+
"setter": false
|
|
3110
3686
|
},
|
|
3111
3687
|
{
|
|
3112
|
-
"name": "
|
|
3688
|
+
"name": "setToFirstPageOnPaginationChange",
|
|
3113
3689
|
"type": "boolean",
|
|
3114
3690
|
"complexType": {
|
|
3115
3691
|
"original": "boolean",
|
|
@@ -3117,1565 +3693,248 @@
|
|
|
3117
3693
|
"references": {}
|
|
3118
3694
|
},
|
|
3119
3695
|
"mutable": false,
|
|
3120
|
-
"attr": "
|
|
3121
|
-
"reflectToAttr":
|
|
3122
|
-
"docs": "If `true`, the
|
|
3696
|
+
"attr": "set-to-first-page-on-pagination-change",
|
|
3697
|
+
"reflectToAttr": false,
|
|
3698
|
+
"docs": "If `true`, the pagination bar is set to the first page when the 'items per page' changes",
|
|
3123
3699
|
"docsTags": [],
|
|
3700
|
+
"default": "false",
|
|
3124
3701
|
"values": [
|
|
3125
3702
|
{
|
|
3126
3703
|
"type": "boolean"
|
|
3127
3704
|
}
|
|
3128
3705
|
],
|
|
3129
|
-
"optional":
|
|
3130
|
-
"required":
|
|
3706
|
+
"optional": true,
|
|
3707
|
+
"required": false,
|
|
3708
|
+
"getter": false,
|
|
3709
|
+
"setter": false
|
|
3131
3710
|
},
|
|
3132
3711
|
{
|
|
3133
|
-
"name": "
|
|
3134
|
-
"type": "
|
|
3712
|
+
"name": "showGoToPageControl",
|
|
3713
|
+
"type": "boolean",
|
|
3135
3714
|
"complexType": {
|
|
3136
|
-
"original": "
|
|
3137
|
-
"resolved": "
|
|
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
|
-
}
|
|
3715
|
+
"original": "boolean",
|
|
3716
|
+
"resolved": "boolean",
|
|
3717
|
+
"references": {}
|
|
3145
3718
|
},
|
|
3146
3719
|
"mutable": false,
|
|
3720
|
+
"attr": "show-go-to-page-control",
|
|
3147
3721
|
"reflectToAttr": false,
|
|
3148
|
-
"docs": "
|
|
3722
|
+
"docs": "If `true`, the 'go to page' control should be displayed.",
|
|
3149
3723
|
"docsTags": [],
|
|
3724
|
+
"default": "false",
|
|
3150
3725
|
"values": [
|
|
3151
3726
|
{
|
|
3152
|
-
"type": "
|
|
3727
|
+
"type": "boolean"
|
|
3153
3728
|
}
|
|
3154
3729
|
],
|
|
3155
|
-
"optional":
|
|
3156
|
-
"required":
|
|
3730
|
+
"optional": true,
|
|
3731
|
+
"required": false,
|
|
3732
|
+
"getter": false,
|
|
3733
|
+
"setter": false
|
|
3157
3734
|
},
|
|
3158
3735
|
{
|
|
3159
|
-
"name": "
|
|
3160
|
-
"type": "
|
|
3736
|
+
"name": "showItemsPerPageControl",
|
|
3737
|
+
"type": "boolean",
|
|
3161
3738
|
"complexType": {
|
|
3162
|
-
"original": "
|
|
3163
|
-
"resolved": "
|
|
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
|
-
}
|
|
3739
|
+
"original": "boolean",
|
|
3740
|
+
"resolved": "boolean",
|
|
3741
|
+
"references": {}
|
|
3171
3742
|
},
|
|
3172
3743
|
"mutable": false,
|
|
3173
|
-
"attr": "
|
|
3744
|
+
"attr": "show-items-per-page-control",
|
|
3174
3745
|
"reflectToAttr": false,
|
|
3175
|
-
"docs": "
|
|
3746
|
+
"docs": "If `true`, the select input to control 'items per page' should be displayed.",
|
|
3176
3747
|
"docsTags": [],
|
|
3177
|
-
"default": "
|
|
3748
|
+
"default": "false",
|
|
3178
3749
|
"values": [
|
|
3179
3750
|
{
|
|
3180
|
-
"
|
|
3181
|
-
"type": "string"
|
|
3182
|
-
},
|
|
3183
|
-
{
|
|
3184
|
-
"value": "query",
|
|
3185
|
-
"type": "string"
|
|
3751
|
+
"type": "boolean"
|
|
3186
3752
|
}
|
|
3187
3753
|
],
|
|
3188
3754
|
"optional": true,
|
|
3189
|
-
"required": false
|
|
3755
|
+
"required": false,
|
|
3756
|
+
"getter": false,
|
|
3757
|
+
"setter": false
|
|
3190
3758
|
},
|
|
3191
3759
|
{
|
|
3192
|
-
"name": "
|
|
3193
|
-
"type": "\"
|
|
3760
|
+
"name": "theme",
|
|
3761
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
3194
3762
|
"complexType": {
|
|
3195
|
-
"original": "
|
|
3196
|
-
"resolved": "\"
|
|
3763
|
+
"original": "IcThemeMode",
|
|
3764
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
3197
3765
|
"references": {
|
|
3198
|
-
"
|
|
3766
|
+
"IcThemeMode": {
|
|
3199
3767
|
"location": "import",
|
|
3200
3768
|
"path": "../../utils/types",
|
|
3201
|
-
"id": "src/utils/types.ts::
|
|
3769
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
3202
3770
|
}
|
|
3203
3771
|
}
|
|
3204
3772
|
},
|
|
3205
3773
|
"mutable": false,
|
|
3206
|
-
"attr": "
|
|
3774
|
+
"attr": "theme",
|
|
3207
3775
|
"reflectToAttr": false,
|
|
3208
|
-
"docs": "
|
|
3776
|
+
"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.",
|
|
3209
3777
|
"docsTags": [],
|
|
3210
|
-
"default": "\"
|
|
3778
|
+
"default": "\"inherit\"",
|
|
3211
3779
|
"values": [
|
|
3212
3780
|
{
|
|
3213
|
-
"value": "
|
|
3781
|
+
"value": "dark",
|
|
3214
3782
|
"type": "string"
|
|
3215
3783
|
},
|
|
3216
3784
|
{
|
|
3217
|
-
"value": "
|
|
3785
|
+
"value": "inherit",
|
|
3218
3786
|
"type": "string"
|
|
3219
3787
|
},
|
|
3220
3788
|
{
|
|
3221
|
-
"value": "
|
|
3789
|
+
"value": "light",
|
|
3222
3790
|
"type": "string"
|
|
3223
3791
|
}
|
|
3224
3792
|
],
|
|
3225
3793
|
"optional": true,
|
|
3226
|
-
"required": false
|
|
3794
|
+
"required": false,
|
|
3795
|
+
"getter": false,
|
|
3796
|
+
"setter": false
|
|
3227
3797
|
},
|
|
3228
3798
|
{
|
|
3229
|
-
"name": "
|
|
3230
|
-
"type": "
|
|
3799
|
+
"name": "totalItems",
|
|
3800
|
+
"type": "number",
|
|
3231
3801
|
"complexType": {
|
|
3232
|
-
"original": "
|
|
3233
|
-
"resolved": "
|
|
3802
|
+
"original": "number",
|
|
3803
|
+
"resolved": "number",
|
|
3234
3804
|
"references": {}
|
|
3235
3805
|
},
|
|
3236
3806
|
"mutable": false,
|
|
3237
|
-
"attr": "
|
|
3807
|
+
"attr": "total-items",
|
|
3238
3808
|
"reflectToAttr": false,
|
|
3239
|
-
"docs": "
|
|
3809
|
+
"docs": "Total number of items to be displayed across all pages.",
|
|
3240
3810
|
"docsTags": [],
|
|
3241
3811
|
"values": [
|
|
3242
3812
|
{
|
|
3243
|
-
"type": "
|
|
3244
|
-
},
|
|
3245
|
-
{
|
|
3246
|
-
"type": "string[]"
|
|
3813
|
+
"type": "number"
|
|
3247
3814
|
}
|
|
3248
3815
|
],
|
|
3249
3816
|
"optional": false,
|
|
3250
|
-
"required": true
|
|
3817
|
+
"required": true,
|
|
3818
|
+
"getter": false,
|
|
3819
|
+
"setter": false
|
|
3251
3820
|
},
|
|
3252
3821
|
{
|
|
3253
|
-
"name": "
|
|
3254
|
-
"type": "
|
|
3822
|
+
"name": "type",
|
|
3823
|
+
"type": "\"complex\" | \"simple\"",
|
|
3255
3824
|
"complexType": {
|
|
3256
|
-
"original": "
|
|
3257
|
-
"resolved": "
|
|
3258
|
-
"references": {
|
|
3825
|
+
"original": "IcPaginationTypes",
|
|
3826
|
+
"resolved": "\"complex\" | \"simple\"",
|
|
3827
|
+
"references": {
|
|
3828
|
+
"IcPaginationTypes": {
|
|
3829
|
+
"location": "import",
|
|
3830
|
+
"path": "@ukic/web-components/dist/types/components/ic-pagination/ic-pagination.types",
|
|
3831
|
+
"id": "../web-components/dist/types/components/ic-pagination/ic-pagination.types.d.ts::IcPaginationTypes"
|
|
3832
|
+
}
|
|
3833
|
+
}
|
|
3259
3834
|
},
|
|
3260
3835
|
"mutable": false,
|
|
3261
|
-
"attr": "
|
|
3836
|
+
"attr": "type",
|
|
3262
3837
|
"reflectToAttr": false,
|
|
3263
|
-
"docs": "
|
|
3838
|
+
"docs": "Whether the displayed pagination is simple or complex.",
|
|
3264
3839
|
"docsTags": [],
|
|
3265
|
-
"default": "\"
|
|
3840
|
+
"default": "\"simple\"",
|
|
3266
3841
|
"values": [
|
|
3267
3842
|
{
|
|
3843
|
+
"value": "complex",
|
|
3844
|
+
"type": "string"
|
|
3845
|
+
},
|
|
3846
|
+
{
|
|
3847
|
+
"value": "simple",
|
|
3268
3848
|
"type": "string"
|
|
3269
3849
|
}
|
|
3270
3850
|
],
|
|
3271
|
-
"optional":
|
|
3272
|
-
"required": false
|
|
3851
|
+
"optional": true,
|
|
3852
|
+
"required": false,
|
|
3853
|
+
"getter": false,
|
|
3854
|
+
"setter": false
|
|
3273
3855
|
}
|
|
3274
3856
|
],
|
|
3275
|
-
"methods": [
|
|
3857
|
+
"methods": [],
|
|
3858
|
+
"events": [
|
|
3276
3859
|
{
|
|
3277
|
-
"
|
|
3278
|
-
"
|
|
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",
|
|
3783
|
-
"complexType": {
|
|
3784
|
-
"original": "number",
|
|
3785
|
-
"resolved": "number",
|
|
3786
|
-
"references": {}
|
|
3787
|
-
},
|
|
3788
|
-
"mutable": false,
|
|
3789
|
-
"attr": "debounce",
|
|
3790
|
-
"reflectToAttr": false,
|
|
3791
|
-
"docs": "The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke.",
|
|
3792
|
-
"docsTags": [],
|
|
3793
|
-
"default": "0",
|
|
3794
|
-
"values": [
|
|
3795
|
-
{
|
|
3796
|
-
"type": "number"
|
|
3797
|
-
}
|
|
3798
|
-
],
|
|
3799
|
-
"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
|
|
3976
|
-
},
|
|
3977
|
-
{
|
|
3978
|
-
"name": "includeGroupTitlesInSearch",
|
|
3979
|
-
"type": "boolean",
|
|
3980
|
-
"complexType": {
|
|
3981
|
-
"original": "boolean",
|
|
3982
|
-
"resolved": "boolean",
|
|
3983
|
-
"references": {}
|
|
3984
|
-
},
|
|
3985
|
-
"mutable": false,
|
|
3986
|
-
"attr": "include-group-titles-in-search",
|
|
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",
|
|
4030
|
-
"reflectToAttr": false,
|
|
4031
|
-
"docs": "If `true`, the loading state will be triggered when fetching options asynchronously.",
|
|
4032
|
-
"docsTags": [],
|
|
4033
|
-
"default": "false",
|
|
4034
|
-
"values": [
|
|
4035
|
-
{
|
|
4036
|
-
"type": "boolean"
|
|
4037
|
-
}
|
|
4038
|
-
],
|
|
4039
|
-
"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
|
|
4085
|
-
},
|
|
4086
|
-
{
|
|
4087
|
-
"name": "multiple",
|
|
4088
|
-
"type": "boolean",
|
|
4089
|
-
"complexType": {
|
|
4090
|
-
"original": "boolean",
|
|
4091
|
-
"resolved": "boolean",
|
|
4092
|
-
"references": {}
|
|
4093
|
-
},
|
|
4094
|
-
"mutable": false,
|
|
4095
|
-
"attr": "multiple",
|
|
4096
|
-
"reflectToAttr": false,
|
|
4097
|
-
"docs": "If `true`, multiple options can be selected.",
|
|
4098
|
-
"docsTags": [],
|
|
4099
|
-
"default": "false",
|
|
4100
|
-
"values": [
|
|
4101
|
-
{
|
|
4102
|
-
"type": "boolean"
|
|
4103
|
-
}
|
|
4104
|
-
],
|
|
4105
|
-
"optional": true,
|
|
4106
|
-
"required": false
|
|
4107
|
-
},
|
|
4108
|
-
{
|
|
4109
|
-
"name": "name",
|
|
4110
|
-
"type": "string",
|
|
4111
|
-
"complexType": {
|
|
4112
|
-
"original": "string",
|
|
4113
|
-
"resolved": "string",
|
|
4114
|
-
"references": {}
|
|
4115
|
-
},
|
|
4116
|
-
"mutable": false,
|
|
4117
|
-
"attr": "name",
|
|
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,
|
|
4145
|
-
"reflectToAttr": false,
|
|
4146
|
-
"docs": "The possible selection options.",
|
|
4147
|
-
"docsTags": [],
|
|
4148
|
-
"default": "[]",
|
|
4149
|
-
"values": [
|
|
4150
|
-
{
|
|
4151
|
-
"type": "IcMenuOption[]"
|
|
4152
|
-
}
|
|
4153
|
-
],
|
|
4154
|
-
"optional": true,
|
|
4155
|
-
"required": false
|
|
4156
|
-
},
|
|
4157
|
-
{
|
|
4158
|
-
"name": "placeholder",
|
|
4159
|
-
"type": "string",
|
|
4160
|
-
"complexType": {
|
|
4161
|
-
"original": "string",
|
|
4162
|
-
"resolved": "string",
|
|
4163
|
-
"references": {}
|
|
4164
|
-
},
|
|
4165
|
-
"mutable": false,
|
|
4166
|
-
"attr": "placeholder",
|
|
4167
|
-
"reflectToAttr": false,
|
|
4168
|
-
"docs": "The placeholder value to be displayed.",
|
|
4169
|
-
"docsTags": [],
|
|
4170
|
-
"default": "\"Select an option\"",
|
|
4171
|
-
"values": [
|
|
4172
|
-
{
|
|
4173
|
-
"type": "string"
|
|
4174
|
-
}
|
|
4175
|
-
],
|
|
4176
|
-
"optional": true,
|
|
4177
|
-
"required": false
|
|
4178
|
-
},
|
|
4179
|
-
{
|
|
4180
|
-
"name": "readonly",
|
|
4181
|
-
"type": "boolean",
|
|
4182
|
-
"complexType": {
|
|
4183
|
-
"original": "boolean",
|
|
4184
|
-
"resolved": "boolean",
|
|
4185
|
-
"references": {}
|
|
4186
|
-
},
|
|
4187
|
-
"mutable": false,
|
|
4188
|
-
"attr": "readonly",
|
|
4189
|
-
"reflectToAttr": false,
|
|
4190
|
-
"docs": "If `true`, the readonly state will be set.",
|
|
4191
|
-
"docsTags": [],
|
|
4192
|
-
"default": "false",
|
|
4193
|
-
"values": [
|
|
4194
|
-
{
|
|
4195
|
-
"type": "boolean"
|
|
4196
|
-
}
|
|
4197
|
-
],
|
|
4198
|
-
"optional": true,
|
|
4199
|
-
"required": false
|
|
4200
|
-
},
|
|
4201
|
-
{
|
|
4202
|
-
"name": "required",
|
|
4203
|
-
"type": "boolean",
|
|
4204
|
-
"complexType": {
|
|
4205
|
-
"original": "boolean",
|
|
4206
|
-
"resolved": "boolean",
|
|
4207
|
-
"references": {}
|
|
4208
|
-
},
|
|
4209
|
-
"mutable": false,
|
|
4210
|
-
"attr": "required",
|
|
4211
|
-
"reflectToAttr": false,
|
|
4212
|
-
"docs": "If `true`, the select will require a value.",
|
|
4213
|
-
"docsTags": [],
|
|
4214
|
-
"default": "false",
|
|
4215
|
-
"values": [
|
|
4216
|
-
{
|
|
4217
|
-
"type": "boolean"
|
|
4218
|
-
}
|
|
4219
|
-
],
|
|
4220
|
-
"optional": true,
|
|
4221
|
-
"required": false
|
|
4222
|
-
},
|
|
4223
|
-
{
|
|
4224
|
-
"name": "searchMatchPosition",
|
|
4225
|
-
"type": "\"anywhere\" | \"start\"",
|
|
4226
|
-
"complexType": {
|
|
4227
|
-
"original": "IcSearchMatchPositions",
|
|
4228
|
-
"resolved": "\"anywhere\" | \"start\"",
|
|
4229
|
-
"references": {
|
|
4230
|
-
"IcSearchMatchPositions": {
|
|
4231
|
-
"location": "import",
|
|
4232
|
-
"path": "../../utils/types",
|
|
4233
|
-
"id": "src/utils/types.ts::IcSearchMatchPositions"
|
|
4234
|
-
}
|
|
4235
|
-
}
|
|
4236
|
-
},
|
|
4237
|
-
"mutable": false,
|
|
4238
|
-
"attr": "search-match-position",
|
|
4239
|
-
"reflectToAttr": false,
|
|
4240
|
-
"docs": "Whether the search string of the searchable select should match the start of or anywhere in the options. Only applies to built in filtering.",
|
|
4241
|
-
"docsTags": [],
|
|
4242
|
-
"default": "\"anywhere\"",
|
|
4243
|
-
"values": [
|
|
4244
|
-
{
|
|
4245
|
-
"value": "anywhere",
|
|
4246
|
-
"type": "string"
|
|
4247
|
-
},
|
|
4248
|
-
{
|
|
4249
|
-
"value": "start",
|
|
4250
|
-
"type": "string"
|
|
4251
|
-
}
|
|
4252
|
-
],
|
|
4253
|
-
"optional": true,
|
|
4254
|
-
"required": false
|
|
4255
|
-
},
|
|
4256
|
-
{
|
|
4257
|
-
"name": "searchable",
|
|
4258
|
-
"type": "boolean",
|
|
4259
|
-
"complexType": {
|
|
4260
|
-
"original": "boolean",
|
|
4261
|
-
"resolved": "boolean",
|
|
4262
|
-
"references": {}
|
|
4263
|
-
},
|
|
4264
|
-
"mutable": false,
|
|
4265
|
-
"attr": "searchable",
|
|
4266
|
-
"reflectToAttr": false,
|
|
4267
|
-
"docs": "If `true`, a searchable variant of the select will be displayed which can be typed in to filter options.",
|
|
4268
|
-
"docsTags": [],
|
|
4269
|
-
"default": "false",
|
|
4270
|
-
"values": [
|
|
4271
|
-
{
|
|
4272
|
-
"type": "boolean"
|
|
4273
|
-
}
|
|
4274
|
-
],
|
|
4275
|
-
"optional": true,
|
|
4276
|
-
"required": false
|
|
4277
|
-
},
|
|
4278
|
-
{
|
|
4279
|
-
"name": "selectOnEnter",
|
|
4280
|
-
"type": "boolean",
|
|
4281
|
-
"complexType": {
|
|
4282
|
-
"original": "boolean",
|
|
4283
|
-
"resolved": "boolean",
|
|
4284
|
-
"references": {}
|
|
4285
|
-
},
|
|
4286
|
-
"mutable": false,
|
|
4287
|
-
"attr": "select-on-enter",
|
|
4288
|
-
"reflectToAttr": false,
|
|
4289
|
-
"docs": "If `true`, the icOptionSelect event will be fired on enter instead of ArrowUp and ArrowDown.",
|
|
4290
|
-
"docsTags": [],
|
|
4291
|
-
"default": "false",
|
|
4292
|
-
"values": [
|
|
4293
|
-
{
|
|
4294
|
-
"type": "boolean"
|
|
4295
|
-
}
|
|
4296
|
-
],
|
|
4297
|
-
"optional": true,
|
|
4298
|
-
"required": false
|
|
4299
|
-
},
|
|
4300
|
-
{
|
|
4301
|
-
"name": "showClearButton",
|
|
4302
|
-
"type": "boolean",
|
|
4303
|
-
"complexType": {
|
|
4304
|
-
"original": "boolean",
|
|
4305
|
-
"resolved": "boolean",
|
|
4306
|
-
"references": {}
|
|
4307
|
-
},
|
|
4308
|
-
"mutable": false,
|
|
4309
|
-
"attr": "show-clear-button",
|
|
4310
|
-
"reflectToAttr": false,
|
|
4311
|
-
"docs": "If `true`, a button which clears the select input when clicked will be displayed. The button will always appear on the searchable select.",
|
|
4312
|
-
"docsTags": [],
|
|
4313
|
-
"default": "false",
|
|
4314
|
-
"values": [
|
|
4315
|
-
{
|
|
4316
|
-
"type": "boolean"
|
|
4317
|
-
}
|
|
4318
|
-
],
|
|
4319
|
-
"optional": true,
|
|
4320
|
-
"required": false
|
|
4321
|
-
},
|
|
4322
|
-
{
|
|
4323
|
-
"name": "size",
|
|
4324
|
-
"type": "\"large\" | \"medium\" | \"small\"",
|
|
4325
|
-
"complexType": {
|
|
4326
|
-
"original": "IcSizes",
|
|
4327
|
-
"resolved": "\"large\" | \"medium\" | \"small\"",
|
|
4328
|
-
"references": {
|
|
4329
|
-
"IcSizes": {
|
|
4330
|
-
"location": "import",
|
|
4331
|
-
"path": "../../utils/types",
|
|
4332
|
-
"id": "src/utils/types.ts::IcSizes"
|
|
4333
|
-
}
|
|
4334
|
-
}
|
|
4335
|
-
},
|
|
4336
|
-
"mutable": false,
|
|
4337
|
-
"attr": "size",
|
|
4338
|
-
"reflectToAttr": false,
|
|
4339
|
-
"docs": "The size of the select.",
|
|
4340
|
-
"docsTags": [],
|
|
4341
|
-
"default": "\"medium\"",
|
|
4342
|
-
"values": [
|
|
4343
|
-
{
|
|
4344
|
-
"value": "large",
|
|
4345
|
-
"type": "string"
|
|
4346
|
-
},
|
|
4347
|
-
{
|
|
4348
|
-
"value": "medium",
|
|
4349
|
-
"type": "string"
|
|
4350
|
-
},
|
|
4351
|
-
{
|
|
4352
|
-
"value": "small",
|
|
4353
|
-
"type": "string"
|
|
4354
|
-
}
|
|
4355
|
-
],
|
|
4356
|
-
"optional": true,
|
|
4357
|
-
"required": false
|
|
4358
|
-
},
|
|
4359
|
-
{
|
|
4360
|
-
"name": "timeout",
|
|
4361
|
-
"type": "number",
|
|
4362
|
-
"complexType": {
|
|
4363
|
-
"original": "number",
|
|
4364
|
-
"resolved": "number",
|
|
4365
|
-
"references": {}
|
|
4366
|
-
},
|
|
4367
|
-
"mutable": false,
|
|
4368
|
-
"attr": "timeout",
|
|
4369
|
-
"reflectToAttr": false,
|
|
4370
|
-
"docs": "If using external filtering, set a timeout for when loading takes too long.",
|
|
4371
|
-
"docsTags": [],
|
|
4372
|
-
"values": [
|
|
4373
|
-
{
|
|
4374
|
-
"type": "number"
|
|
4375
|
-
}
|
|
4376
|
-
],
|
|
4377
|
-
"optional": true,
|
|
4378
|
-
"required": false
|
|
4379
|
-
},
|
|
4380
|
-
{
|
|
4381
|
-
"name": "validationStatus",
|
|
4382
|
-
"type": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
4383
|
-
"complexType": {
|
|
4384
|
-
"original": "IcInformationStatusOrEmpty",
|
|
4385
|
-
"resolved": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
4386
|
-
"references": {
|
|
4387
|
-
"IcInformationStatusOrEmpty": {
|
|
4388
|
-
"location": "import",
|
|
4389
|
-
"path": "../../utils/types",
|
|
4390
|
-
"id": "src/utils/types.ts::IcInformationStatusOrEmpty"
|
|
4391
|
-
}
|
|
4392
|
-
}
|
|
4393
|
-
},
|
|
4394
|
-
"mutable": false,
|
|
4395
|
-
"attr": "validation-status",
|
|
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",
|
|
4452
|
-
"reflectToAttr": false,
|
|
4453
|
-
"docs": "The value of the select, reflected by the value of the currently selected option.\nFor the searchable variant, the value is also reflected by the user input.\nFor the multi-select variant, the value must be an array of option values.",
|
|
4454
|
-
"docsTags": [],
|
|
4455
|
-
"values": [
|
|
4456
|
-
{
|
|
4457
|
-
"type": "string"
|
|
4458
|
-
},
|
|
4459
|
-
{
|
|
4460
|
-
"type": "string[]"
|
|
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
|
-
}
|
|
4587
|
-
}
|
|
4588
|
-
},
|
|
4589
|
-
"cancelable": true,
|
|
4590
|
-
"composed": true,
|
|
4591
|
-
"docs": "Emitted when `multiple` is `true` and an option is deselected.",
|
|
4592
|
-
"docsTags": []
|
|
4593
|
-
},
|
|
4594
|
-
{
|
|
4595
|
-
"event": "icOptionSelect",
|
|
4596
|
-
"detail": "IcOptionSelectEventDetail",
|
|
3860
|
+
"event": "icItemsPerPageChange",
|
|
3861
|
+
"detail": "{ value: number; }",
|
|
4597
3862
|
"bubbles": true,
|
|
4598
3863
|
"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
|
-
}
|
|
3864
|
+
"original": "{ value: number }",
|
|
3865
|
+
"resolved": "{ value: number; }",
|
|
3866
|
+
"references": {}
|
|
4608
3867
|
},
|
|
4609
3868
|
"cancelable": true,
|
|
4610
3869
|
"composed": true,
|
|
4611
|
-
"docs": "Emitted when
|
|
3870
|
+
"docs": "Emitted when the items per page option is changed.",
|
|
4612
3871
|
"docsTags": []
|
|
4613
3872
|
},
|
|
4614
3873
|
{
|
|
4615
|
-
"event": "
|
|
4616
|
-
"detail": "
|
|
3874
|
+
"event": "icPageChange",
|
|
3875
|
+
"detail": "IcPageChangeEventDetail",
|
|
4617
3876
|
"bubbles": true,
|
|
4618
3877
|
"complexType": {
|
|
4619
|
-
"original": "
|
|
4620
|
-
"resolved": "
|
|
3878
|
+
"original": "IcPageChangeEventDetail",
|
|
3879
|
+
"resolved": "IcPageChangeEventDetail",
|
|
4621
3880
|
"references": {
|
|
4622
|
-
"
|
|
3881
|
+
"IcPageChangeEventDetail": {
|
|
4623
3882
|
"location": "import",
|
|
4624
|
-
"path": "
|
|
4625
|
-
"id": "src/
|
|
3883
|
+
"path": "./ic-pagination-bar.types",
|
|
3884
|
+
"id": "src/components/ic-pagination-bar/ic-pagination-bar.types.ts::IcPageChangeEventDetail"
|
|
4626
3885
|
}
|
|
4627
3886
|
}
|
|
4628
3887
|
},
|
|
4629
3888
|
"cancelable": true,
|
|
4630
3889
|
"composed": true,
|
|
4631
|
-
"docs": "Emitted when the '
|
|
3890
|
+
"docs": "Emitted when a page is navigated to via the 'go to' input.\r\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
3891
|
"docsTags": []
|
|
4633
3892
|
}
|
|
4634
3893
|
],
|
|
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
|
-
},
|
|
3894
|
+
"listeners": [
|
|
4647
3895
|
{
|
|
4648
|
-
"
|
|
4649
|
-
"
|
|
4650
|
-
"
|
|
3896
|
+
"event": "icPageChange",
|
|
3897
|
+
"capture": false,
|
|
3898
|
+
"passive": false
|
|
4651
3899
|
}
|
|
4652
3900
|
],
|
|
3901
|
+
"styles": [],
|
|
4653
3902
|
"slots": [],
|
|
4654
3903
|
"parts": [],
|
|
4655
|
-
"dependents": [
|
|
3904
|
+
"dependents": [
|
|
3905
|
+
"ic-data-table"
|
|
3906
|
+
],
|
|
4656
3907
|
"dependencies": [
|
|
4657
|
-
"ic-input-container",
|
|
4658
|
-
"ic-input-label",
|
|
4659
|
-
"ic-input-component-container",
|
|
4660
3908
|
"ic-typography",
|
|
4661
|
-
"ic-
|
|
4662
|
-
"ic-
|
|
4663
|
-
"ic-
|
|
3909
|
+
"ic-select",
|
|
3910
|
+
"ic-pagination",
|
|
3911
|
+
"ic-tooltip",
|
|
3912
|
+
"ic-text-field",
|
|
3913
|
+
"ic-button"
|
|
4664
3914
|
],
|
|
4665
3915
|
"dependencyGraph": {
|
|
4666
|
-
"ic-
|
|
3916
|
+
"ic-pagination-bar": [
|
|
3917
|
+
"ic-typography",
|
|
3918
|
+
"ic-select",
|
|
3919
|
+
"ic-pagination",
|
|
3920
|
+
"ic-tooltip",
|
|
3921
|
+
"ic-text-field",
|
|
3922
|
+
"ic-button"
|
|
3923
|
+
],
|
|
3924
|
+
"ic-select": [
|
|
4667
3925
|
"ic-input-container",
|
|
4668
3926
|
"ic-input-label",
|
|
4669
3927
|
"ic-input-component-container",
|
|
4670
3928
|
"ic-typography",
|
|
4671
3929
|
"ic-button",
|
|
4672
|
-
"ic-menu
|
|
3930
|
+
"ic-menu",
|
|
4673
3931
|
"ic-input-validation"
|
|
4674
3932
|
],
|
|
4675
3933
|
"ic-input-label": [
|
|
4676
3934
|
"ic-typography"
|
|
4677
3935
|
],
|
|
4678
3936
|
"ic-button": [
|
|
3937
|
+
"ic-typography",
|
|
4679
3938
|
"ic-loading-indicator",
|
|
4680
3939
|
"ic-tooltip"
|
|
4681
3940
|
],
|
|
@@ -4685,13 +3944,30 @@
|
|
|
4685
3944
|
"ic-tooltip": [
|
|
4686
3945
|
"ic-typography"
|
|
4687
3946
|
],
|
|
4688
|
-
"ic-menu
|
|
3947
|
+
"ic-menu": [
|
|
4689
3948
|
"ic-loading-indicator",
|
|
4690
3949
|
"ic-typography",
|
|
4691
3950
|
"ic-button"
|
|
4692
3951
|
],
|
|
4693
3952
|
"ic-input-validation": [
|
|
4694
3953
|
"ic-typography"
|
|
3954
|
+
],
|
|
3955
|
+
"ic-pagination": [
|
|
3956
|
+
"ic-button",
|
|
3957
|
+
"ic-pagination-item"
|
|
3958
|
+
],
|
|
3959
|
+
"ic-pagination-item": [
|
|
3960
|
+
"ic-typography"
|
|
3961
|
+
],
|
|
3962
|
+
"ic-text-field": [
|
|
3963
|
+
"ic-input-container",
|
|
3964
|
+
"ic-input-label",
|
|
3965
|
+
"ic-input-component-container",
|
|
3966
|
+
"ic-input-validation",
|
|
3967
|
+
"ic-typography"
|
|
3968
|
+
],
|
|
3969
|
+
"ic-data-table": [
|
|
3970
|
+
"ic-pagination-bar"
|
|
4695
3971
|
]
|
|
4696
3972
|
}
|
|
4697
3973
|
},
|
|
@@ -4699,7 +3975,7 @@
|
|
|
4699
3975
|
"filePath": "src/components/ic-tree-item/ic-tree-item.tsx",
|
|
4700
3976
|
"encapsulation": "shadow",
|
|
4701
3977
|
"tag": "ic-tree-item",
|
|
4702
|
-
"readme": "# ic-tree-item\n\n\n",
|
|
3978
|
+
"readme": "# ic-tree-item\r\n\r\n\r\n\r",
|
|
4703
3979
|
"docs": "",
|
|
4704
3980
|
"docsTags": [
|
|
4705
3981
|
{
|
|
@@ -4737,7 +4013,33 @@
|
|
|
4737
4013
|
}
|
|
4738
4014
|
],
|
|
4739
4015
|
"optional": true,
|
|
4740
|
-
"required": false
|
|
4016
|
+
"required": false,
|
|
4017
|
+
"getter": false,
|
|
4018
|
+
"setter": false
|
|
4019
|
+
},
|
|
4020
|
+
{
|
|
4021
|
+
"name": "expanded",
|
|
4022
|
+
"type": "boolean",
|
|
4023
|
+
"complexType": {
|
|
4024
|
+
"original": "boolean",
|
|
4025
|
+
"resolved": "boolean",
|
|
4026
|
+
"references": {}
|
|
4027
|
+
},
|
|
4028
|
+
"mutable": true,
|
|
4029
|
+
"attr": "expanded",
|
|
4030
|
+
"reflectToAttr": false,
|
|
4031
|
+
"docs": "If `true`, the tree item appears in the expanded state.",
|
|
4032
|
+
"docsTags": [],
|
|
4033
|
+
"default": "false",
|
|
4034
|
+
"values": [
|
|
4035
|
+
{
|
|
4036
|
+
"type": "boolean"
|
|
4037
|
+
}
|
|
4038
|
+
],
|
|
4039
|
+
"optional": false,
|
|
4040
|
+
"required": false,
|
|
4041
|
+
"getter": false,
|
|
4042
|
+
"setter": false
|
|
4741
4043
|
},
|
|
4742
4044
|
{
|
|
4743
4045
|
"name": "href",
|
|
@@ -4758,7 +4060,9 @@
|
|
|
4758
4060
|
}
|
|
4759
4061
|
],
|
|
4760
4062
|
"optional": true,
|
|
4761
|
-
"required": false
|
|
4063
|
+
"required": false,
|
|
4064
|
+
"getter": false,
|
|
4065
|
+
"setter": false
|
|
4762
4066
|
},
|
|
4763
4067
|
{
|
|
4764
4068
|
"name": "hreflang",
|
|
@@ -4780,7 +4084,9 @@
|
|
|
4780
4084
|
}
|
|
4781
4085
|
],
|
|
4782
4086
|
"optional": true,
|
|
4783
|
-
"required": false
|
|
4087
|
+
"required": false,
|
|
4088
|
+
"getter": false,
|
|
4089
|
+
"setter": false
|
|
4784
4090
|
},
|
|
4785
4091
|
{
|
|
4786
4092
|
"name": "label",
|
|
@@ -4802,7 +4108,9 @@
|
|
|
4802
4108
|
}
|
|
4803
4109
|
],
|
|
4804
4110
|
"optional": false,
|
|
4805
|
-
"required": false
|
|
4111
|
+
"required": false,
|
|
4112
|
+
"getter": false,
|
|
4113
|
+
"setter": false
|
|
4806
4114
|
},
|
|
4807
4115
|
{
|
|
4808
4116
|
"name": "referrerpolicy",
|
|
@@ -4860,7 +4168,9 @@
|
|
|
4860
4168
|
}
|
|
4861
4169
|
],
|
|
4862
4170
|
"optional": true,
|
|
4863
|
-
"required": false
|
|
4171
|
+
"required": false,
|
|
4172
|
+
"getter": false,
|
|
4173
|
+
"setter": false
|
|
4864
4174
|
},
|
|
4865
4175
|
{
|
|
4866
4176
|
"name": "rel",
|
|
@@ -4881,7 +4191,9 @@
|
|
|
4881
4191
|
}
|
|
4882
4192
|
],
|
|
4883
4193
|
"optional": true,
|
|
4884
|
-
"required": false
|
|
4194
|
+
"required": false,
|
|
4195
|
+
"getter": false,
|
|
4196
|
+
"setter": false
|
|
4885
4197
|
},
|
|
4886
4198
|
{
|
|
4887
4199
|
"name": "selected",
|
|
@@ -4903,7 +4215,9 @@
|
|
|
4903
4215
|
}
|
|
4904
4216
|
],
|
|
4905
4217
|
"optional": false,
|
|
4906
|
-
"required": false
|
|
4218
|
+
"required": false,
|
|
4219
|
+
"getter": false,
|
|
4220
|
+
"setter": false
|
|
4907
4221
|
},
|
|
4908
4222
|
{
|
|
4909
4223
|
"name": "target",
|
|
@@ -4924,7 +4238,71 @@
|
|
|
4924
4238
|
}
|
|
4925
4239
|
],
|
|
4926
4240
|
"optional": true,
|
|
4927
|
-
"required": false
|
|
4241
|
+
"required": false,
|
|
4242
|
+
"getter": false,
|
|
4243
|
+
"setter": false
|
|
4244
|
+
},
|
|
4245
|
+
{
|
|
4246
|
+
"name": "theme",
|
|
4247
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
4248
|
+
"complexType": {
|
|
4249
|
+
"original": "IcThemeMode",
|
|
4250
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
4251
|
+
"references": {
|
|
4252
|
+
"IcThemeMode": {
|
|
4253
|
+
"location": "import",
|
|
4254
|
+
"path": "../../utils/types",
|
|
4255
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
4256
|
+
}
|
|
4257
|
+
}
|
|
4258
|
+
},
|
|
4259
|
+
"mutable": false,
|
|
4260
|
+
"attr": "theme",
|
|
4261
|
+
"reflectToAttr": false,
|
|
4262
|
+
"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.",
|
|
4263
|
+
"docsTags": [],
|
|
4264
|
+
"default": "\"inherit\"",
|
|
4265
|
+
"values": [
|
|
4266
|
+
{
|
|
4267
|
+
"value": "dark",
|
|
4268
|
+
"type": "string"
|
|
4269
|
+
},
|
|
4270
|
+
{
|
|
4271
|
+
"value": "inherit",
|
|
4272
|
+
"type": "string"
|
|
4273
|
+
},
|
|
4274
|
+
{
|
|
4275
|
+
"value": "light",
|
|
4276
|
+
"type": "string"
|
|
4277
|
+
}
|
|
4278
|
+
],
|
|
4279
|
+
"optional": true,
|
|
4280
|
+
"required": false,
|
|
4281
|
+
"getter": false,
|
|
4282
|
+
"setter": false
|
|
4283
|
+
},
|
|
4284
|
+
{
|
|
4285
|
+
"name": "truncateTreeItem",
|
|
4286
|
+
"type": "boolean",
|
|
4287
|
+
"complexType": {
|
|
4288
|
+
"original": "boolean",
|
|
4289
|
+
"resolved": "boolean",
|
|
4290
|
+
"references": {}
|
|
4291
|
+
},
|
|
4292
|
+
"mutable": false,
|
|
4293
|
+
"attr": "truncate-tree-item",
|
|
4294
|
+
"reflectToAttr": false,
|
|
4295
|
+
"docs": "If `true`, the tree item label will be truncated instead of text wrapping.",
|
|
4296
|
+
"docsTags": [],
|
|
4297
|
+
"values": [
|
|
4298
|
+
{
|
|
4299
|
+
"type": "boolean"
|
|
4300
|
+
}
|
|
4301
|
+
],
|
|
4302
|
+
"optional": true,
|
|
4303
|
+
"required": false,
|
|
4304
|
+
"getter": false,
|
|
4305
|
+
"setter": false
|
|
4928
4306
|
}
|
|
4929
4307
|
],
|
|
4930
4308
|
"methods": [
|
|
@@ -4992,13 +4370,13 @@
|
|
|
4992
4370
|
"parts": [],
|
|
4993
4371
|
"dependents": [],
|
|
4994
4372
|
"dependencies": [
|
|
4995
|
-
"ic-
|
|
4996
|
-
"ic-
|
|
4373
|
+
"ic-typography",
|
|
4374
|
+
"ic-tooltip"
|
|
4997
4375
|
],
|
|
4998
4376
|
"dependencyGraph": {
|
|
4999
4377
|
"ic-tree-item": [
|
|
5000
|
-
"ic-
|
|
5001
|
-
"ic-
|
|
4378
|
+
"ic-typography",
|
|
4379
|
+
"ic-tooltip"
|
|
5002
4380
|
],
|
|
5003
4381
|
"ic-tooltip": [
|
|
5004
4382
|
"ic-typography"
|
|
@@ -5009,7 +4387,7 @@
|
|
|
5009
4387
|
"filePath": "src/components/ic-tree-view/ic-tree-view.tsx",
|
|
5010
4388
|
"encapsulation": "shadow",
|
|
5011
4389
|
"tag": "ic-tree-view",
|
|
5012
|
-
"readme": "# ic-tree-view\n\n\n",
|
|
4390
|
+
"readme": "# ic-tree-view\r\n\r\n\r\n\r",
|
|
5013
4391
|
"docs": "",
|
|
5014
4392
|
"docsTags": [
|
|
5015
4393
|
{
|
|
@@ -5024,37 +4402,28 @@
|
|
|
5024
4402
|
"usage": {},
|
|
5025
4403
|
"props": [
|
|
5026
4404
|
{
|
|
5027
|
-
"name": "
|
|
5028
|
-
"type": "
|
|
4405
|
+
"name": "focusInset",
|
|
4406
|
+
"type": "boolean",
|
|
5029
4407
|
"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
|
-
}
|
|
4408
|
+
"original": "boolean",
|
|
4409
|
+
"resolved": "boolean",
|
|
4410
|
+
"references": {}
|
|
5039
4411
|
},
|
|
5040
4412
|
"mutable": false,
|
|
5041
|
-
"attr": "
|
|
4413
|
+
"attr": "focus-inset",
|
|
5042
4414
|
"reflectToAttr": false,
|
|
5043
|
-
"docs": "
|
|
4415
|
+
"docs": "If `true`, tree items will have inset focus.",
|
|
5044
4416
|
"docsTags": [],
|
|
5045
|
-
"default": "
|
|
4417
|
+
"default": "false",
|
|
5046
4418
|
"values": [
|
|
5047
4419
|
{
|
|
5048
|
-
"
|
|
5049
|
-
"type": "string"
|
|
5050
|
-
},
|
|
5051
|
-
{
|
|
5052
|
-
"value": "light",
|
|
5053
|
-
"type": "string"
|
|
4420
|
+
"type": "boolean"
|
|
5054
4421
|
}
|
|
5055
4422
|
],
|
|
5056
4423
|
"optional": true,
|
|
5057
|
-
"required": false
|
|
4424
|
+
"required": false,
|
|
4425
|
+
"getter": false,
|
|
4426
|
+
"setter": false
|
|
5058
4427
|
},
|
|
5059
4428
|
{
|
|
5060
4429
|
"name": "heading",
|
|
@@ -5076,7 +4445,9 @@
|
|
|
5076
4445
|
}
|
|
5077
4446
|
],
|
|
5078
4447
|
"optional": true,
|
|
5079
|
-
"required": false
|
|
4448
|
+
"required": false,
|
|
4449
|
+
"getter": false,
|
|
4450
|
+
"setter": false
|
|
5080
4451
|
},
|
|
5081
4452
|
{
|
|
5082
4453
|
"name": "size",
|
|
@@ -5113,7 +4484,125 @@
|
|
|
5113
4484
|
}
|
|
5114
4485
|
],
|
|
5115
4486
|
"optional": true,
|
|
5116
|
-
"required": false
|
|
4487
|
+
"required": false,
|
|
4488
|
+
"getter": false,
|
|
4489
|
+
"setter": false
|
|
4490
|
+
},
|
|
4491
|
+
{
|
|
4492
|
+
"name": "theme",
|
|
4493
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
4494
|
+
"complexType": {
|
|
4495
|
+
"original": "IcThemeMode",
|
|
4496
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
4497
|
+
"references": {
|
|
4498
|
+
"IcThemeMode": {
|
|
4499
|
+
"location": "import",
|
|
4500
|
+
"path": "../../utils/types",
|
|
4501
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
4502
|
+
}
|
|
4503
|
+
}
|
|
4504
|
+
},
|
|
4505
|
+
"mutable": false,
|
|
4506
|
+
"attr": "theme",
|
|
4507
|
+
"reflectToAttr": false,
|
|
4508
|
+
"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.",
|
|
4509
|
+
"docsTags": [],
|
|
4510
|
+
"default": "\"inherit\"",
|
|
4511
|
+
"values": [
|
|
4512
|
+
{
|
|
4513
|
+
"value": "dark",
|
|
4514
|
+
"type": "string"
|
|
4515
|
+
},
|
|
4516
|
+
{
|
|
4517
|
+
"value": "inherit",
|
|
4518
|
+
"type": "string"
|
|
4519
|
+
},
|
|
4520
|
+
{
|
|
4521
|
+
"value": "light",
|
|
4522
|
+
"type": "string"
|
|
4523
|
+
}
|
|
4524
|
+
],
|
|
4525
|
+
"optional": true,
|
|
4526
|
+
"required": false,
|
|
4527
|
+
"getter": false,
|
|
4528
|
+
"setter": false
|
|
4529
|
+
},
|
|
4530
|
+
{
|
|
4531
|
+
"name": "treeItemData",
|
|
4532
|
+
"type": "IcTreeItemOptions[]",
|
|
4533
|
+
"complexType": {
|
|
4534
|
+
"original": "IcTreeItemOptions[]",
|
|
4535
|
+
"resolved": "IcTreeItemOptions[]",
|
|
4536
|
+
"references": {
|
|
4537
|
+
"IcTreeItemOptions": {
|
|
4538
|
+
"location": "import",
|
|
4539
|
+
"path": "./ic-tree-view.types",
|
|
4540
|
+
"id": "src/components/ic-tree-view/ic-tree-view.types.tsx::IcTreeItemOptions"
|
|
4541
|
+
}
|
|
4542
|
+
}
|
|
4543
|
+
},
|
|
4544
|
+
"mutable": false,
|
|
4545
|
+
"reflectToAttr": false,
|
|
4546
|
+
"docs": "The content within the tree view tree items. This will take precedence over slotted content.",
|
|
4547
|
+
"docsTags": [],
|
|
4548
|
+
"default": "[]",
|
|
4549
|
+
"values": [
|
|
4550
|
+
{
|
|
4551
|
+
"type": "IcTreeItemOptions[]"
|
|
4552
|
+
}
|
|
4553
|
+
],
|
|
4554
|
+
"optional": false,
|
|
4555
|
+
"required": false,
|
|
4556
|
+
"getter": false,
|
|
4557
|
+
"setter": false
|
|
4558
|
+
},
|
|
4559
|
+
{
|
|
4560
|
+
"name": "truncateHeading",
|
|
4561
|
+
"type": "boolean",
|
|
4562
|
+
"complexType": {
|
|
4563
|
+
"original": "boolean",
|
|
4564
|
+
"resolved": "boolean",
|
|
4565
|
+
"references": {}
|
|
4566
|
+
},
|
|
4567
|
+
"mutable": true,
|
|
4568
|
+
"attr": "truncate-heading",
|
|
4569
|
+
"reflectToAttr": false,
|
|
4570
|
+
"docs": "If `true`, the tree view heading will be truncated instead of text wrapping.\r\nWhen used on small devices, this prop will be overridden and headings will be set to text-wrap.",
|
|
4571
|
+
"docsTags": [],
|
|
4572
|
+
"default": "false",
|
|
4573
|
+
"values": [
|
|
4574
|
+
{
|
|
4575
|
+
"type": "boolean"
|
|
4576
|
+
}
|
|
4577
|
+
],
|
|
4578
|
+
"optional": true,
|
|
4579
|
+
"required": false,
|
|
4580
|
+
"getter": false,
|
|
4581
|
+
"setter": false
|
|
4582
|
+
},
|
|
4583
|
+
{
|
|
4584
|
+
"name": "truncateTreeItems",
|
|
4585
|
+
"type": "boolean",
|
|
4586
|
+
"complexType": {
|
|
4587
|
+
"original": "boolean",
|
|
4588
|
+
"resolved": "boolean",
|
|
4589
|
+
"references": {}
|
|
4590
|
+
},
|
|
4591
|
+
"mutable": true,
|
|
4592
|
+
"attr": "truncate-tree-items",
|
|
4593
|
+
"reflectToAttr": false,
|
|
4594
|
+
"docs": "If `true`, tree items will be truncated, unless they are individually overridden.\r\nWhen used on small devices, this prop will be overridden and tree-items will be set to text-wrap.",
|
|
4595
|
+
"docsTags": [],
|
|
4596
|
+
"default": "false",
|
|
4597
|
+
"values": [
|
|
4598
|
+
{
|
|
4599
|
+
"type": "boolean"
|
|
4600
|
+
}
|
|
4601
|
+
],
|
|
4602
|
+
"optional": true,
|
|
4603
|
+
"required": false,
|
|
4604
|
+
"getter": false,
|
|
4605
|
+
"setter": false
|
|
5117
4606
|
}
|
|
5118
4607
|
],
|
|
5119
4608
|
"methods": [],
|
|
@@ -5165,8 +4654,13 @@
|
|
|
5165
4654
|
"docstring": "",
|
|
5166
4655
|
"path": "src/components/ic-card-horizontal/ic-card-horizontal.types.ts"
|
|
5167
4656
|
},
|
|
4657
|
+
"src/utils/types.ts::IcThemeMode": {
|
|
4658
|
+
"declaration": "export type IcThemeMode = \"dark\" | \"light\" | \"inherit\";",
|
|
4659
|
+
"docstring": "",
|
|
4660
|
+
"path": "src/utils/types.ts"
|
|
4661
|
+
},
|
|
5168
4662
|
"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}",
|
|
4663
|
+
"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
4664
|
"docstring": "",
|
|
5171
4665
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5172
4666
|
},
|
|
@@ -5185,13 +4679,8 @@
|
|
|
5185
4679
|
"docstring": "",
|
|
5186
4680
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5187
4681
|
},
|
|
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
4682
|
"src/utils/types.ts::IcPaginationBarOptions": {
|
|
5194
|
-
"declaration": "export interface IcPaginationBarOptions {\n itemsPerPageOptions?: { label: string; value: string }[];\n
|
|
4683
|
+
"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
4684
|
"docstring": "",
|
|
5196
4685
|
"path": "src/utils/types.ts"
|
|
5197
4686
|
},
|
|
@@ -5215,11 +4704,6 @@
|
|
|
5215
4704
|
"docstring": "",
|
|
5216
4705
|
"path": "../web-components/dist/types/components/ic-pagination/ic-pagination.types.d.ts"
|
|
5217
4706
|
},
|
|
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
4707
|
"../web-components/dist/types/components/ic-pagination/ic-pagination.types.d.ts::IcPaginationTypes": {
|
|
5224
4708
|
"declaration": "export type IcPaginationTypes = \"simple\" | \"complex\";",
|
|
5225
4709
|
"docstring": "",
|
|
@@ -5230,6 +4714,11 @@
|
|
|
5230
4714
|
"docstring": "",
|
|
5231
4715
|
"path": "../web-components/dist/types/components/ic-pagination/ic-pagination.types.d.ts"
|
|
5232
4716
|
},
|
|
4717
|
+
"src/components/ic-pagination-bar/ic-pagination-bar.types.ts::IcPageChangeEventDetail": {
|
|
4718
|
+
"declaration": "export interface IcPageChangeEventDetail {\n value: number;\n fromItemsPerPage?: boolean;\n}",
|
|
4719
|
+
"docstring": "",
|
|
4720
|
+
"path": "src/components/ic-pagination-bar/ic-pagination-bar.types.ts"
|
|
4721
|
+
},
|
|
5233
4722
|
"src/components/ic-data-table/ic-data-table.types.tsx::IcDensityUpdateEventDetail": {
|
|
5234
4723
|
"declaration": "export interface IcDensityUpdateEventDetail {\n value: IcDataTableDensityOptions;\n}",
|
|
5235
4724
|
"docstring": "",
|
|
@@ -5255,50 +4744,10 @@
|
|
|
5255
4744
|
"docstring": "",
|
|
5256
4745
|
"path": "src/utils/types.ts"
|
|
5257
4746
|
},
|
|
5258
|
-
"
|
|
5259
|
-
"declaration": "
|
|
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\";",
|
|
4747
|
+
"src/components/ic-tree-view/ic-tree-view.types.tsx::IcTreeItemOptions": {
|
|
4748
|
+
"declaration": "{\r\n label: string;\r\n icon?: string;\r\n children?: IcTreeItemOptions[];\r\n disabled?: boolean;\r\n expanded?: boolean;\r\n href?: string;\r\n selected?: boolean;\r\n theme?: IcThemeMode;\r\n truncateTreeItem?: boolean;\r\n}",
|
|
5295
4749
|
"docstring": "",
|
|
5296
|
-
"path": "src/
|
|
5297
|
-
},
|
|
5298
|
-
"src/utils/types.ts::IcThemeForegroundNoDefault": {
|
|
5299
|
-
"declaration": "export type IcThemeForegroundNoDefault = \"dark\" | \"light\";",
|
|
5300
|
-
"docstring": "",
|
|
5301
|
-
"path": "src/utils/types.ts"
|
|
4750
|
+
"path": "src/components/ic-tree-view/ic-tree-view.types.tsx"
|
|
5302
4751
|
}
|
|
5303
4752
|
}
|
|
5304
4753
|
}
|