@ukic/docs 3.0.0-alpha.3 → 3.0.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs.json +1543 -392
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -147,6 +147,43 @@
|
|
|
147
147
|
],
|
|
148
148
|
"optional": true,
|
|
149
149
|
"required": false
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"name": "theme",
|
|
153
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
154
|
+
"complexType": {
|
|
155
|
+
"original": "IcThemeMode",
|
|
156
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
157
|
+
"references": {
|
|
158
|
+
"IcThemeMode": {
|
|
159
|
+
"location": "import",
|
|
160
|
+
"path": "../../utils/types",
|
|
161
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
"mutable": false,
|
|
166
|
+
"attr": "theme",
|
|
167
|
+
"reflectToAttr": false,
|
|
168
|
+
"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.",
|
|
169
|
+
"docsTags": [],
|
|
170
|
+
"default": "\"inherit\"",
|
|
171
|
+
"values": [
|
|
172
|
+
{
|
|
173
|
+
"value": "dark",
|
|
174
|
+
"type": "string"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"value": "inherit",
|
|
178
|
+
"type": "string"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"value": "light",
|
|
182
|
+
"type": "string"
|
|
183
|
+
}
|
|
184
|
+
],
|
|
185
|
+
"optional": true,
|
|
186
|
+
"required": false
|
|
150
187
|
}
|
|
151
188
|
],
|
|
152
189
|
"methods": [
|
|
@@ -233,43 +270,6 @@
|
|
|
233
270
|
"optional": false,
|
|
234
271
|
"required": false
|
|
235
272
|
},
|
|
236
|
-
{
|
|
237
|
-
"name": "appearance",
|
|
238
|
-
"type": "\"dark\" | \"default\" | \"light\"",
|
|
239
|
-
"complexType": {
|
|
240
|
-
"original": "IcThemeForeground",
|
|
241
|
-
"resolved": "\"dark\" | \"default\" | \"light\"",
|
|
242
|
-
"references": {
|
|
243
|
-
"IcThemeForeground": {
|
|
244
|
-
"location": "import",
|
|
245
|
-
"path": "../../utils/types",
|
|
246
|
-
"id": "src/utils/types.ts::IcThemeForeground"
|
|
247
|
-
}
|
|
248
|
-
}
|
|
249
|
-
},
|
|
250
|
-
"mutable": false,
|
|
251
|
-
"attr": "appearance",
|
|
252
|
-
"reflectToAttr": false,
|
|
253
|
-
"docs": "The appearance of the accordion group, e.g dark, or light.",
|
|
254
|
-
"docsTags": [],
|
|
255
|
-
"default": "\"default\"",
|
|
256
|
-
"values": [
|
|
257
|
-
{
|
|
258
|
-
"value": "dark",
|
|
259
|
-
"type": "string"
|
|
260
|
-
},
|
|
261
|
-
{
|
|
262
|
-
"value": "default",
|
|
263
|
-
"type": "string"
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
"value": "light",
|
|
267
|
-
"type": "string"
|
|
268
|
-
}
|
|
269
|
-
],
|
|
270
|
-
"optional": false,
|
|
271
|
-
"required": false
|
|
272
|
-
},
|
|
273
273
|
{
|
|
274
274
|
"name": "expanded",
|
|
275
275
|
"type": "boolean",
|
|
@@ -372,6 +372,43 @@
|
|
|
372
372
|
],
|
|
373
373
|
"optional": true,
|
|
374
374
|
"required": false
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"name": "theme",
|
|
378
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
379
|
+
"complexType": {
|
|
380
|
+
"original": "IcThemeMode",
|
|
381
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
382
|
+
"references": {
|
|
383
|
+
"IcThemeMode": {
|
|
384
|
+
"location": "import",
|
|
385
|
+
"path": "../../utils/types",
|
|
386
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
387
|
+
}
|
|
388
|
+
}
|
|
389
|
+
},
|
|
390
|
+
"mutable": false,
|
|
391
|
+
"attr": "theme",
|
|
392
|
+
"reflectToAttr": false,
|
|
393
|
+
"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.",
|
|
394
|
+
"docsTags": [],
|
|
395
|
+
"default": "\"inherit\"",
|
|
396
|
+
"values": [
|
|
397
|
+
{
|
|
398
|
+
"value": "dark",
|
|
399
|
+
"type": "string"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"value": "inherit",
|
|
403
|
+
"type": "string"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"value": "light",
|
|
407
|
+
"type": "string"
|
|
408
|
+
}
|
|
409
|
+
],
|
|
410
|
+
"optional": true,
|
|
411
|
+
"required": false
|
|
375
412
|
}
|
|
376
413
|
],
|
|
377
414
|
"methods": [
|
|
@@ -567,6 +604,43 @@
|
|
|
567
604
|
"optional": false,
|
|
568
605
|
"required": false
|
|
569
606
|
},
|
|
607
|
+
{
|
|
608
|
+
"name": "theme",
|
|
609
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
610
|
+
"complexType": {
|
|
611
|
+
"original": "IcThemeMode",
|
|
612
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
613
|
+
"references": {
|
|
614
|
+
"IcThemeMode": {
|
|
615
|
+
"location": "import",
|
|
616
|
+
"path": "../../utils/types",
|
|
617
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
},
|
|
621
|
+
"mutable": false,
|
|
622
|
+
"attr": "theme",
|
|
623
|
+
"reflectToAttr": false,
|
|
624
|
+
"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.",
|
|
625
|
+
"docsTags": [],
|
|
626
|
+
"default": "\"inherit\"",
|
|
627
|
+
"values": [
|
|
628
|
+
{
|
|
629
|
+
"value": "dark",
|
|
630
|
+
"type": "string"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"value": "inherit",
|
|
634
|
+
"type": "string"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"value": "light",
|
|
638
|
+
"type": "string"
|
|
639
|
+
}
|
|
640
|
+
],
|
|
641
|
+
"optional": true,
|
|
642
|
+
"required": false
|
|
643
|
+
},
|
|
570
644
|
{
|
|
571
645
|
"name": "titleAbove",
|
|
572
646
|
"type": "boolean",
|
|
@@ -727,6 +801,43 @@
|
|
|
727
801
|
"optional": false,
|
|
728
802
|
"required": true
|
|
729
803
|
},
|
|
804
|
+
{
|
|
805
|
+
"name": "theme",
|
|
806
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
807
|
+
"complexType": {
|
|
808
|
+
"original": "IcThemeMode",
|
|
809
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
810
|
+
"references": {
|
|
811
|
+
"IcThemeMode": {
|
|
812
|
+
"location": "import",
|
|
813
|
+
"path": "../../utils/types",
|
|
814
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
815
|
+
}
|
|
816
|
+
}
|
|
817
|
+
},
|
|
818
|
+
"mutable": false,
|
|
819
|
+
"attr": "theme",
|
|
820
|
+
"reflectToAttr": false,
|
|
821
|
+
"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.",
|
|
822
|
+
"docsTags": [],
|
|
823
|
+
"default": "\"inherit\"",
|
|
824
|
+
"values": [
|
|
825
|
+
{
|
|
826
|
+
"value": "dark",
|
|
827
|
+
"type": "string"
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"value": "inherit",
|
|
831
|
+
"type": "string"
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"value": "light",
|
|
835
|
+
"type": "string"
|
|
836
|
+
}
|
|
837
|
+
],
|
|
838
|
+
"optional": true,
|
|
839
|
+
"required": false
|
|
840
|
+
},
|
|
730
841
|
{
|
|
731
842
|
"name": "variant",
|
|
732
843
|
"type": "\"default\" | \"icon\"",
|
|
@@ -1461,43 +1572,6 @@
|
|
|
1461
1572
|
"optional": true,
|
|
1462
1573
|
"required": false
|
|
1463
1574
|
},
|
|
1464
|
-
{
|
|
1465
|
-
"name": "appearance",
|
|
1466
|
-
"type": "\"dark\" | \"default\" | \"light\"",
|
|
1467
|
-
"complexType": {
|
|
1468
|
-
"original": "IcThemeForeground",
|
|
1469
|
-
"resolved": "\"dark\" | \"default\" | \"light\"",
|
|
1470
|
-
"references": {
|
|
1471
|
-
"IcThemeForeground": {
|
|
1472
|
-
"location": "import",
|
|
1473
|
-
"path": "../../utils/types",
|
|
1474
|
-
"id": "src/utils/types.ts::IcThemeForeground"
|
|
1475
|
-
}
|
|
1476
|
-
}
|
|
1477
|
-
},
|
|
1478
|
-
"mutable": true,
|
|
1479
|
-
"attr": "appearance",
|
|
1480
|
-
"reflectToAttr": false,
|
|
1481
|
-
"docs": "The appearance of the button, e.g. dark, light, or the default.",
|
|
1482
|
-
"docsTags": [],
|
|
1483
|
-
"default": "\"default\"",
|
|
1484
|
-
"values": [
|
|
1485
|
-
{
|
|
1486
|
-
"value": "dark",
|
|
1487
|
-
"type": "string"
|
|
1488
|
-
},
|
|
1489
|
-
{
|
|
1490
|
-
"value": "default",
|
|
1491
|
-
"type": "string"
|
|
1492
|
-
},
|
|
1493
|
-
{
|
|
1494
|
-
"value": "light",
|
|
1495
|
-
"type": "string"
|
|
1496
|
-
}
|
|
1497
|
-
],
|
|
1498
|
-
"optional": true,
|
|
1499
|
-
"required": false
|
|
1500
|
-
},
|
|
1501
1575
|
{
|
|
1502
1576
|
"name": "disableTooltip",
|
|
1503
1577
|
"type": "boolean",
|
|
@@ -1867,6 +1941,28 @@
|
|
|
1867
1941
|
"optional": true,
|
|
1868
1942
|
"required": false
|
|
1869
1943
|
},
|
|
1944
|
+
{
|
|
1945
|
+
"name": "monochrome",
|
|
1946
|
+
"type": "boolean",
|
|
1947
|
+
"complexType": {
|
|
1948
|
+
"original": "boolean",
|
|
1949
|
+
"resolved": "boolean",
|
|
1950
|
+
"references": {}
|
|
1951
|
+
},
|
|
1952
|
+
"mutable": true,
|
|
1953
|
+
"attr": "monochrome",
|
|
1954
|
+
"reflectToAttr": false,
|
|
1955
|
+
"docs": "If `true`, the button will display as monochromatic in either `light` or `dark` theme.",
|
|
1956
|
+
"docsTags": [],
|
|
1957
|
+
"default": "false",
|
|
1958
|
+
"values": [
|
|
1959
|
+
{
|
|
1960
|
+
"type": "boolean"
|
|
1961
|
+
}
|
|
1962
|
+
],
|
|
1963
|
+
"optional": true,
|
|
1964
|
+
"required": false
|
|
1965
|
+
},
|
|
1870
1966
|
{
|
|
1871
1967
|
"name": "multiple",
|
|
1872
1968
|
"type": "boolean",
|
|
@@ -2052,20 +2148,57 @@
|
|
|
2052
2148
|
"required": false
|
|
2053
2149
|
},
|
|
2054
2150
|
{
|
|
2055
|
-
"name": "
|
|
2056
|
-
"type": "\"
|
|
2151
|
+
"name": "theme",
|
|
2152
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
2057
2153
|
"complexType": {
|
|
2058
|
-
"original": "
|
|
2059
|
-
"resolved": "\"
|
|
2154
|
+
"original": "IcThemeMode",
|
|
2155
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
2060
2156
|
"references": {
|
|
2061
|
-
"
|
|
2157
|
+
"IcThemeMode": {
|
|
2062
2158
|
"location": "import",
|
|
2063
|
-
"path": "
|
|
2064
|
-
"id": "src/
|
|
2159
|
+
"path": "../../utils/types",
|
|
2160
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
2065
2161
|
}
|
|
2066
2162
|
}
|
|
2067
2163
|
},
|
|
2068
|
-
"mutable":
|
|
2164
|
+
"mutable": true,
|
|
2165
|
+
"attr": "theme",
|
|
2166
|
+
"reflectToAttr": false,
|
|
2167
|
+
"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.",
|
|
2168
|
+
"docsTags": [],
|
|
2169
|
+
"default": "\"inherit\"",
|
|
2170
|
+
"values": [
|
|
2171
|
+
{
|
|
2172
|
+
"value": "dark",
|
|
2173
|
+
"type": "string"
|
|
2174
|
+
},
|
|
2175
|
+
{
|
|
2176
|
+
"value": "inherit",
|
|
2177
|
+
"type": "string"
|
|
2178
|
+
},
|
|
2179
|
+
{
|
|
2180
|
+
"value": "light",
|
|
2181
|
+
"type": "string"
|
|
2182
|
+
}
|
|
2183
|
+
],
|
|
2184
|
+
"optional": true,
|
|
2185
|
+
"required": false
|
|
2186
|
+
},
|
|
2187
|
+
{
|
|
2188
|
+
"name": "tooltipPlacement",
|
|
2189
|
+
"type": "\"bottom\" | \"left\" | \"right\" | \"top\"",
|
|
2190
|
+
"complexType": {
|
|
2191
|
+
"original": "IcButtonTooltipPlacement",
|
|
2192
|
+
"resolved": "\"bottom\" | \"left\" | \"right\" | \"top\"",
|
|
2193
|
+
"references": {
|
|
2194
|
+
"IcButtonTooltipPlacement": {
|
|
2195
|
+
"location": "import",
|
|
2196
|
+
"path": "./ic-button.types",
|
|
2197
|
+
"id": "src/components/ic-button/ic-button.types.ts::IcButtonTooltipPlacement"
|
|
2198
|
+
}
|
|
2199
|
+
}
|
|
2200
|
+
},
|
|
2201
|
+
"mutable": false,
|
|
2069
2202
|
"attr": "tooltip-placement",
|
|
2070
2203
|
"reflectToAttr": false,
|
|
2071
2204
|
"docs": "The position of the tooltip in relation to the button.",
|
|
@@ -2584,7 +2717,7 @@
|
|
|
2584
2717
|
"name": "href",
|
|
2585
2718
|
"type": "string",
|
|
2586
2719
|
"complexType": {
|
|
2587
|
-
"original": "string
|
|
2720
|
+
"original": "string",
|
|
2588
2721
|
"resolved": "string",
|
|
2589
2722
|
"references": {}
|
|
2590
2723
|
},
|
|
@@ -2765,6 +2898,43 @@
|
|
|
2765
2898
|
],
|
|
2766
2899
|
"optional": true,
|
|
2767
2900
|
"required": false
|
|
2901
|
+
},
|
|
2902
|
+
{
|
|
2903
|
+
"name": "theme",
|
|
2904
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
2905
|
+
"complexType": {
|
|
2906
|
+
"original": "IcThemeMode",
|
|
2907
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
2908
|
+
"references": {
|
|
2909
|
+
"IcThemeMode": {
|
|
2910
|
+
"location": "import",
|
|
2911
|
+
"path": "../../utils/types",
|
|
2912
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
2913
|
+
}
|
|
2914
|
+
}
|
|
2915
|
+
},
|
|
2916
|
+
"mutable": true,
|
|
2917
|
+
"attr": "theme",
|
|
2918
|
+
"reflectToAttr": false,
|
|
2919
|
+
"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.",
|
|
2920
|
+
"docsTags": [],
|
|
2921
|
+
"default": "\"inherit\"",
|
|
2922
|
+
"values": [
|
|
2923
|
+
{
|
|
2924
|
+
"value": "dark",
|
|
2925
|
+
"type": "string"
|
|
2926
|
+
},
|
|
2927
|
+
{
|
|
2928
|
+
"value": "inherit",
|
|
2929
|
+
"type": "string"
|
|
2930
|
+
},
|
|
2931
|
+
{
|
|
2932
|
+
"value": "light",
|
|
2933
|
+
"type": "string"
|
|
2934
|
+
}
|
|
2935
|
+
],
|
|
2936
|
+
"optional": true,
|
|
2937
|
+
"required": false
|
|
2768
2938
|
}
|
|
2769
2939
|
],
|
|
2770
2940
|
"methods": [
|
|
@@ -2926,7 +3096,7 @@
|
|
|
2926
3096
|
"mutable": true,
|
|
2927
3097
|
"attr": "checked",
|
|
2928
3098
|
"reflectToAttr": true,
|
|
2929
|
-
"docs": "If `true`, the checkbox will be set to the checked state.",
|
|
3099
|
+
"docs": "If `true`, the checkbox will be set to the checked state. This is only the initial state and will be updated to unchecked if the checkbox is clicked.",
|
|
2930
3100
|
"docsTags": [],
|
|
2931
3101
|
"default": "false",
|
|
2932
3102
|
"values": [
|
|
@@ -3167,6 +3337,43 @@
|
|
|
3167
3337
|
"optional": true,
|
|
3168
3338
|
"required": false
|
|
3169
3339
|
},
|
|
3340
|
+
{
|
|
3341
|
+
"name": "theme",
|
|
3342
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
3343
|
+
"complexType": {
|
|
3344
|
+
"original": "IcThemeMode",
|
|
3345
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
3346
|
+
"references": {
|
|
3347
|
+
"IcThemeMode": {
|
|
3348
|
+
"location": "import",
|
|
3349
|
+
"path": "../../utils/types",
|
|
3350
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
3351
|
+
}
|
|
3352
|
+
}
|
|
3353
|
+
},
|
|
3354
|
+
"mutable": false,
|
|
3355
|
+
"attr": "theme",
|
|
3356
|
+
"reflectToAttr": false,
|
|
3357
|
+
"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.",
|
|
3358
|
+
"docsTags": [],
|
|
3359
|
+
"default": "\"inherit\"",
|
|
3360
|
+
"values": [
|
|
3361
|
+
{
|
|
3362
|
+
"value": "dark",
|
|
3363
|
+
"type": "string"
|
|
3364
|
+
},
|
|
3365
|
+
{
|
|
3366
|
+
"value": "inherit",
|
|
3367
|
+
"type": "string"
|
|
3368
|
+
},
|
|
3369
|
+
{
|
|
3370
|
+
"value": "light",
|
|
3371
|
+
"type": "string"
|
|
3372
|
+
}
|
|
3373
|
+
],
|
|
3374
|
+
"optional": true,
|
|
3375
|
+
"required": false
|
|
3376
|
+
},
|
|
3170
3377
|
{
|
|
3171
3378
|
"name": "value",
|
|
3172
3379
|
"type": "string",
|
|
@@ -3428,6 +3635,43 @@
|
|
|
3428
3635
|
"optional": true,
|
|
3429
3636
|
"required": false
|
|
3430
3637
|
},
|
|
3638
|
+
{
|
|
3639
|
+
"name": "theme",
|
|
3640
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
3641
|
+
"complexType": {
|
|
3642
|
+
"original": "IcThemeMode",
|
|
3643
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
3644
|
+
"references": {
|
|
3645
|
+
"IcThemeMode": {
|
|
3646
|
+
"location": "import",
|
|
3647
|
+
"path": "../../utils/types",
|
|
3648
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
3649
|
+
}
|
|
3650
|
+
}
|
|
3651
|
+
},
|
|
3652
|
+
"mutable": false,
|
|
3653
|
+
"attr": "theme",
|
|
3654
|
+
"reflectToAttr": false,
|
|
3655
|
+
"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.",
|
|
3656
|
+
"docsTags": [],
|
|
3657
|
+
"default": "\"inherit\"",
|
|
3658
|
+
"values": [
|
|
3659
|
+
{
|
|
3660
|
+
"value": "dark",
|
|
3661
|
+
"type": "string"
|
|
3662
|
+
},
|
|
3663
|
+
{
|
|
3664
|
+
"value": "inherit",
|
|
3665
|
+
"type": "string"
|
|
3666
|
+
},
|
|
3667
|
+
{
|
|
3668
|
+
"value": "light",
|
|
3669
|
+
"type": "string"
|
|
3670
|
+
}
|
|
3671
|
+
],
|
|
3672
|
+
"optional": true,
|
|
3673
|
+
"required": false
|
|
3674
|
+
},
|
|
3431
3675
|
{
|
|
3432
3676
|
"name": "validationStatus",
|
|
3433
3677
|
"type": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
@@ -4592,6 +4836,43 @@
|
|
|
4592
4836
|
],
|
|
4593
4837
|
"optional": true,
|
|
4594
4838
|
"required": false
|
|
4839
|
+
},
|
|
4840
|
+
{
|
|
4841
|
+
"name": "theme",
|
|
4842
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
4843
|
+
"complexType": {
|
|
4844
|
+
"original": "IcThemeMode",
|
|
4845
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
4846
|
+
"references": {
|
|
4847
|
+
"IcThemeMode": {
|
|
4848
|
+
"location": "import",
|
|
4849
|
+
"path": "../../utils/types",
|
|
4850
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
4851
|
+
}
|
|
4852
|
+
}
|
|
4853
|
+
},
|
|
4854
|
+
"mutable": false,
|
|
4855
|
+
"attr": "theme",
|
|
4856
|
+
"reflectToAttr": false,
|
|
4857
|
+
"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.",
|
|
4858
|
+
"docsTags": [],
|
|
4859
|
+
"default": "\"inherit\"",
|
|
4860
|
+
"values": [
|
|
4861
|
+
{
|
|
4862
|
+
"value": "dark",
|
|
4863
|
+
"type": "string"
|
|
4864
|
+
},
|
|
4865
|
+
{
|
|
4866
|
+
"value": "inherit",
|
|
4867
|
+
"type": "string"
|
|
4868
|
+
},
|
|
4869
|
+
{
|
|
4870
|
+
"value": "light",
|
|
4871
|
+
"type": "string"
|
|
4872
|
+
}
|
|
4873
|
+
],
|
|
4874
|
+
"optional": true,
|
|
4875
|
+
"required": false
|
|
4595
4876
|
}
|
|
4596
4877
|
],
|
|
4597
4878
|
"methods": [
|
|
@@ -4767,91 +5048,374 @@
|
|
|
4767
5048
|
"docs": "",
|
|
4768
5049
|
"docsTags": [],
|
|
4769
5050
|
"usage": {},
|
|
4770
|
-
"props": [],
|
|
4771
|
-
"methods": [],
|
|
4772
|
-
"events": [],
|
|
4773
|
-
"listeners": [
|
|
4774
|
-
{
|
|
4775
|
-
"event": "themeChange",
|
|
4776
|
-
"target": "document",
|
|
4777
|
-
"capture": false,
|
|
4778
|
-
"passive": false
|
|
4779
|
-
}
|
|
4780
|
-
],
|
|
4781
|
-
"styles": [],
|
|
4782
|
-
"slots": [],
|
|
4783
|
-
"parts": [],
|
|
4784
|
-
"dependents": [
|
|
4785
|
-
"ic-side-navigation"
|
|
4786
|
-
],
|
|
4787
|
-
"dependencies": [],
|
|
4788
|
-
"dependencyGraph": {
|
|
4789
|
-
"ic-side-navigation": [
|
|
4790
|
-
"ic-divider"
|
|
4791
|
-
]
|
|
4792
|
-
}
|
|
4793
|
-
},
|
|
4794
|
-
{
|
|
4795
|
-
"filePath": "src/components/ic-empty-state/ic-empty-state.tsx",
|
|
4796
|
-
"encapsulation": "shadow",
|
|
4797
|
-
"tag": "ic-empty-state",
|
|
4798
|
-
"readme": "# ic-empty-state\n\n\n",
|
|
4799
|
-
"docs": "",
|
|
4800
|
-
"docsTags": [
|
|
4801
|
-
{
|
|
4802
|
-
"name": "slot",
|
|
4803
|
-
"text": "image - Content is placed at the top above all other content."
|
|
4804
|
-
},
|
|
4805
|
-
{
|
|
4806
|
-
"name": "slot",
|
|
4807
|
-
"text": "actions - Content is placed at the bottom below all other content."
|
|
4808
|
-
},
|
|
4809
|
-
{
|
|
4810
|
-
"name": "slot",
|
|
4811
|
-
"text": "heading - Content will be rendered in place of the heading prop."
|
|
4812
|
-
},
|
|
4813
|
-
{
|
|
4814
|
-
"name": "slot",
|
|
4815
|
-
"text": "subheading - Content will be rendered in place of the subheading prop."
|
|
4816
|
-
},
|
|
4817
|
-
{
|
|
4818
|
-
"name": "slot",
|
|
4819
|
-
"text": "body - Content will be rendered in place of the body prop."
|
|
4820
|
-
}
|
|
4821
|
-
],
|
|
4822
|
-
"usage": {},
|
|
4823
5051
|
"props": [
|
|
4824
5052
|
{
|
|
4825
|
-
"name": "
|
|
4826
|
-
"type": "\"
|
|
5053
|
+
"name": "borderStyle",
|
|
5054
|
+
"type": "\"dashed\" | \"solid\"",
|
|
4827
5055
|
"complexType": {
|
|
4828
|
-
"original": "
|
|
4829
|
-
"resolved": "\"
|
|
5056
|
+
"original": "IcDividerStyles",
|
|
5057
|
+
"resolved": "\"dashed\" | \"solid\"",
|
|
4830
5058
|
"references": {
|
|
4831
|
-
"
|
|
5059
|
+
"IcDividerStyles": {
|
|
4832
5060
|
"location": "import",
|
|
4833
|
-
"path": "./ic-
|
|
4834
|
-
"id": "src/components/ic-
|
|
5061
|
+
"path": "./ic-divider.types",
|
|
5062
|
+
"id": "src/components/ic-divider/ic-divider.types.tsx::IcDividerStyles"
|
|
4835
5063
|
}
|
|
4836
5064
|
}
|
|
4837
5065
|
},
|
|
4838
5066
|
"mutable": false,
|
|
4839
|
-
"attr": "
|
|
5067
|
+
"attr": "border-style",
|
|
4840
5068
|
"reflectToAttr": false,
|
|
4841
|
-
"docs": "The
|
|
5069
|
+
"docs": "The line style of the divider.",
|
|
4842
5070
|
"docsTags": [],
|
|
4843
|
-
"default": "\"
|
|
5071
|
+
"default": "\"solid\"",
|
|
4844
5072
|
"values": [
|
|
4845
5073
|
{
|
|
4846
|
-
"value": "
|
|
4847
|
-
"type": "string"
|
|
4848
|
-
},
|
|
4849
|
-
{
|
|
4850
|
-
"value": "left",
|
|
5074
|
+
"value": "dashed",
|
|
4851
5075
|
"type": "string"
|
|
4852
5076
|
},
|
|
4853
5077
|
{
|
|
4854
|
-
"value": "
|
|
5078
|
+
"value": "solid",
|
|
5079
|
+
"type": "string"
|
|
5080
|
+
}
|
|
5081
|
+
],
|
|
5082
|
+
"optional": false,
|
|
5083
|
+
"required": false
|
|
5084
|
+
},
|
|
5085
|
+
{
|
|
5086
|
+
"name": "label",
|
|
5087
|
+
"type": "string",
|
|
5088
|
+
"complexType": {
|
|
5089
|
+
"original": "string",
|
|
5090
|
+
"resolved": "string",
|
|
5091
|
+
"references": {}
|
|
5092
|
+
},
|
|
5093
|
+
"mutable": false,
|
|
5094
|
+
"attr": "label",
|
|
5095
|
+
"reflectToAttr": false,
|
|
5096
|
+
"docs": "The label for the divider. The label placement will need to be set for the label to be displayed correctly.",
|
|
5097
|
+
"docsTags": [],
|
|
5098
|
+
"values": [
|
|
5099
|
+
{
|
|
5100
|
+
"type": "string"
|
|
5101
|
+
}
|
|
5102
|
+
],
|
|
5103
|
+
"optional": true,
|
|
5104
|
+
"required": false
|
|
5105
|
+
},
|
|
5106
|
+
{
|
|
5107
|
+
"name": "labelPlacement",
|
|
5108
|
+
"type": "\"bottom\" | \"center\" | \"left\" | \"right\" | \"top\"",
|
|
5109
|
+
"complexType": {
|
|
5110
|
+
"original": "IcDividerLabelPlacement",
|
|
5111
|
+
"resolved": "\"bottom\" | \"center\" | \"left\" | \"right\" | \"top\"",
|
|
5112
|
+
"references": {
|
|
5113
|
+
"IcDividerLabelPlacement": {
|
|
5114
|
+
"location": "import",
|
|
5115
|
+
"path": "./ic-divider.types",
|
|
5116
|
+
"id": "src/components/ic-divider/ic-divider.types.tsx::IcDividerLabelPlacement"
|
|
5117
|
+
}
|
|
5118
|
+
}
|
|
5119
|
+
},
|
|
5120
|
+
"mutable": false,
|
|
5121
|
+
"attr": "label-placement",
|
|
5122
|
+
"reflectToAttr": false,
|
|
5123
|
+
"docs": "The position the label is placed on the divider. `Left` and `right` placement is only applicable when orientation is set to `horizontal`. `Top` and `bottom` placement is only applicable when orientation is set to `vertical`. `Center` placement is applicable for both orientations.",
|
|
5124
|
+
"docsTags": [],
|
|
5125
|
+
"default": "\"center\"",
|
|
5126
|
+
"values": [
|
|
5127
|
+
{
|
|
5128
|
+
"value": "bottom",
|
|
5129
|
+
"type": "string"
|
|
5130
|
+
},
|
|
5131
|
+
{
|
|
5132
|
+
"value": "center",
|
|
5133
|
+
"type": "string"
|
|
5134
|
+
},
|
|
5135
|
+
{
|
|
5136
|
+
"value": "left",
|
|
5137
|
+
"type": "string"
|
|
5138
|
+
},
|
|
5139
|
+
{
|
|
5140
|
+
"value": "right",
|
|
5141
|
+
"type": "string"
|
|
5142
|
+
},
|
|
5143
|
+
{
|
|
5144
|
+
"value": "top",
|
|
5145
|
+
"type": "string"
|
|
5146
|
+
}
|
|
5147
|
+
],
|
|
5148
|
+
"optional": true,
|
|
5149
|
+
"required": false
|
|
5150
|
+
},
|
|
5151
|
+
{
|
|
5152
|
+
"name": "monochrome",
|
|
5153
|
+
"type": "boolean",
|
|
5154
|
+
"complexType": {
|
|
5155
|
+
"original": "boolean",
|
|
5156
|
+
"resolved": "boolean",
|
|
5157
|
+
"references": {}
|
|
5158
|
+
},
|
|
5159
|
+
"mutable": false,
|
|
5160
|
+
"attr": "monochrome",
|
|
5161
|
+
"reflectToAttr": false,
|
|
5162
|
+
"docs": "If `true`, the divider will be displayed in a grey colour.",
|
|
5163
|
+
"docsTags": [],
|
|
5164
|
+
"default": "false",
|
|
5165
|
+
"values": [
|
|
5166
|
+
{
|
|
5167
|
+
"type": "boolean"
|
|
5168
|
+
}
|
|
5169
|
+
],
|
|
5170
|
+
"optional": true,
|
|
5171
|
+
"required": false
|
|
5172
|
+
},
|
|
5173
|
+
{
|
|
5174
|
+
"name": "orientation",
|
|
5175
|
+
"type": "\"horizontal\" | \"vertical\"",
|
|
5176
|
+
"complexType": {
|
|
5177
|
+
"original": "IcOrientation",
|
|
5178
|
+
"resolved": "\"horizontal\" | \"vertical\"",
|
|
5179
|
+
"references": {
|
|
5180
|
+
"IcOrientation": {
|
|
5181
|
+
"location": "import",
|
|
5182
|
+
"path": "../../utils/types",
|
|
5183
|
+
"id": "src/utils/types.ts::IcOrientation"
|
|
5184
|
+
}
|
|
5185
|
+
}
|
|
5186
|
+
},
|
|
5187
|
+
"mutable": false,
|
|
5188
|
+
"attr": "orientation",
|
|
5189
|
+
"reflectToAttr": false,
|
|
5190
|
+
"docs": "The orientation of the divider.",
|
|
5191
|
+
"docsTags": [],
|
|
5192
|
+
"default": "\"horizontal\"",
|
|
5193
|
+
"values": [
|
|
5194
|
+
{
|
|
5195
|
+
"value": "horizontal",
|
|
5196
|
+
"type": "string"
|
|
5197
|
+
},
|
|
5198
|
+
{
|
|
5199
|
+
"value": "vertical",
|
|
5200
|
+
"type": "string"
|
|
5201
|
+
}
|
|
5202
|
+
],
|
|
5203
|
+
"optional": false,
|
|
5204
|
+
"required": false
|
|
5205
|
+
},
|
|
5206
|
+
{
|
|
5207
|
+
"name": "theme",
|
|
5208
|
+
"type": "\"dark\" | \"default\" | \"inherit\" | \"light\"",
|
|
5209
|
+
"complexType": {
|
|
5210
|
+
"original": "IcThemeMode | IcThemeForeground",
|
|
5211
|
+
"resolved": "\"dark\" | \"default\" | \"inherit\" | \"light\"",
|
|
5212
|
+
"references": {
|
|
5213
|
+
"IcThemeMode": {
|
|
5214
|
+
"location": "import",
|
|
5215
|
+
"path": "../../utils/types",
|
|
5216
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
5217
|
+
},
|
|
5218
|
+
"IcThemeForeground": {
|
|
5219
|
+
"location": "import",
|
|
5220
|
+
"path": "../../utils/types",
|
|
5221
|
+
"id": "src/utils/types.ts::IcThemeForeground"
|
|
5222
|
+
}
|
|
5223
|
+
}
|
|
5224
|
+
},
|
|
5225
|
+
"mutable": true,
|
|
5226
|
+
"attr": "theme",
|
|
5227
|
+
"reflectToAttr": false,
|
|
5228
|
+
"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.",
|
|
5229
|
+
"docsTags": [],
|
|
5230
|
+
"default": "\"inherit\"",
|
|
5231
|
+
"values": [
|
|
5232
|
+
{
|
|
5233
|
+
"value": "dark",
|
|
5234
|
+
"type": "string"
|
|
5235
|
+
},
|
|
5236
|
+
{
|
|
5237
|
+
"value": "default",
|
|
5238
|
+
"type": "string"
|
|
5239
|
+
},
|
|
5240
|
+
{
|
|
5241
|
+
"value": "inherit",
|
|
5242
|
+
"type": "string"
|
|
5243
|
+
},
|
|
5244
|
+
{
|
|
5245
|
+
"value": "light",
|
|
5246
|
+
"type": "string"
|
|
5247
|
+
}
|
|
5248
|
+
],
|
|
5249
|
+
"optional": true,
|
|
5250
|
+
"required": false
|
|
5251
|
+
},
|
|
5252
|
+
{
|
|
5253
|
+
"name": "weight",
|
|
5254
|
+
"type": "\"medium\" | \"thick\" | \"thin\" | \"very-thick\"",
|
|
5255
|
+
"complexType": {
|
|
5256
|
+
"original": "IcDividerWeights",
|
|
5257
|
+
"resolved": "\"medium\" | \"thick\" | \"thin\" | \"very-thick\"",
|
|
5258
|
+
"references": {
|
|
5259
|
+
"IcDividerWeights": {
|
|
5260
|
+
"location": "import",
|
|
5261
|
+
"path": "./ic-divider.types",
|
|
5262
|
+
"id": "src/components/ic-divider/ic-divider.types.tsx::IcDividerWeights"
|
|
5263
|
+
}
|
|
5264
|
+
}
|
|
5265
|
+
},
|
|
5266
|
+
"mutable": false,
|
|
5267
|
+
"attr": "weight",
|
|
5268
|
+
"reflectToAttr": false,
|
|
5269
|
+
"docs": "The thickness of the divider.",
|
|
5270
|
+
"docsTags": [],
|
|
5271
|
+
"default": "\"thin\"",
|
|
5272
|
+
"values": [
|
|
5273
|
+
{
|
|
5274
|
+
"value": "medium",
|
|
5275
|
+
"type": "string"
|
|
5276
|
+
},
|
|
5277
|
+
{
|
|
5278
|
+
"value": "thick",
|
|
5279
|
+
"type": "string"
|
|
5280
|
+
},
|
|
5281
|
+
{
|
|
5282
|
+
"value": "thin",
|
|
5283
|
+
"type": "string"
|
|
5284
|
+
},
|
|
5285
|
+
{
|
|
5286
|
+
"value": "very-thick",
|
|
5287
|
+
"type": "string"
|
|
5288
|
+
}
|
|
5289
|
+
],
|
|
5290
|
+
"optional": false,
|
|
5291
|
+
"required": false
|
|
5292
|
+
}
|
|
5293
|
+
],
|
|
5294
|
+
"methods": [],
|
|
5295
|
+
"events": [],
|
|
5296
|
+
"listeners": [
|
|
5297
|
+
{
|
|
5298
|
+
"event": "themeChange",
|
|
5299
|
+
"target": "document",
|
|
5300
|
+
"capture": false,
|
|
5301
|
+
"passive": false
|
|
5302
|
+
}
|
|
5303
|
+
],
|
|
5304
|
+
"styles": [
|
|
5305
|
+
{
|
|
5306
|
+
"name": "--ic-divider-background",
|
|
5307
|
+
"annotation": "prop",
|
|
5308
|
+
"docs": ""
|
|
5309
|
+
},
|
|
5310
|
+
{
|
|
5311
|
+
"name": "--ic-divider-background-monochrome",
|
|
5312
|
+
"annotation": "prop",
|
|
5313
|
+
"docs": ""
|
|
5314
|
+
},
|
|
5315
|
+
{
|
|
5316
|
+
"name": "--ic-divider-horizontal-width",
|
|
5317
|
+
"annotation": "prop",
|
|
5318
|
+
"docs": "The width of a horizontal divider. The default value is `inherit`."
|
|
5319
|
+
},
|
|
5320
|
+
{
|
|
5321
|
+
"name": "--ic-divider-label",
|
|
5322
|
+
"annotation": "prop",
|
|
5323
|
+
"docs": ""
|
|
5324
|
+
},
|
|
5325
|
+
{
|
|
5326
|
+
"name": "--ic-divider-label-monochrome",
|
|
5327
|
+
"annotation": "prop",
|
|
5328
|
+
"docs": ""
|
|
5329
|
+
},
|
|
5330
|
+
{
|
|
5331
|
+
"name": "--ic-divider-label-width",
|
|
5332
|
+
"annotation": "prop",
|
|
5333
|
+
"docs": "The max-width of the divider label. When orientation is set to `horizontal`, the default value is `max(20rem, 60%)`. When orientation is set to `vertical`, the default value is `20 rem`."
|
|
5334
|
+
},
|
|
5335
|
+
{
|
|
5336
|
+
"name": "--ic-divider-vertical-height",
|
|
5337
|
+
"annotation": "prop",
|
|
5338
|
+
"docs": "The height of a vertical divider. The default value is `inherit`."
|
|
5339
|
+
}
|
|
5340
|
+
],
|
|
5341
|
+
"slots": [],
|
|
5342
|
+
"parts": [],
|
|
5343
|
+
"dependents": [
|
|
5344
|
+
"ic-side-navigation"
|
|
5345
|
+
],
|
|
5346
|
+
"dependencies": [
|
|
5347
|
+
"ic-typography"
|
|
5348
|
+
],
|
|
5349
|
+
"dependencyGraph": {
|
|
5350
|
+
"ic-divider": [
|
|
5351
|
+
"ic-typography"
|
|
5352
|
+
],
|
|
5353
|
+
"ic-side-navigation": [
|
|
5354
|
+
"ic-divider"
|
|
5355
|
+
]
|
|
5356
|
+
}
|
|
5357
|
+
},
|
|
5358
|
+
{
|
|
5359
|
+
"filePath": "src/components/ic-empty-state/ic-empty-state.tsx",
|
|
5360
|
+
"encapsulation": "shadow",
|
|
5361
|
+
"tag": "ic-empty-state",
|
|
5362
|
+
"readme": "# ic-empty-state\n\n\n",
|
|
5363
|
+
"docs": "",
|
|
5364
|
+
"docsTags": [
|
|
5365
|
+
{
|
|
5366
|
+
"name": "slot",
|
|
5367
|
+
"text": "image - Content is placed at the top above all other content."
|
|
5368
|
+
},
|
|
5369
|
+
{
|
|
5370
|
+
"name": "slot",
|
|
5371
|
+
"text": "actions - Content is placed at the bottom below all other content."
|
|
5372
|
+
},
|
|
5373
|
+
{
|
|
5374
|
+
"name": "slot",
|
|
5375
|
+
"text": "heading - Content will be rendered in place of the heading prop."
|
|
5376
|
+
},
|
|
5377
|
+
{
|
|
5378
|
+
"name": "slot",
|
|
5379
|
+
"text": "subheading - Content will be rendered in place of the subheading prop."
|
|
5380
|
+
},
|
|
5381
|
+
{
|
|
5382
|
+
"name": "slot",
|
|
5383
|
+
"text": "body - Content will be rendered in place of the body prop."
|
|
5384
|
+
}
|
|
5385
|
+
],
|
|
5386
|
+
"usage": {},
|
|
5387
|
+
"props": [
|
|
5388
|
+
{
|
|
5389
|
+
"name": "aligned",
|
|
5390
|
+
"type": "\"center\" | \"left\" | \"right\"",
|
|
5391
|
+
"complexType": {
|
|
5392
|
+
"original": "IcEmptyStateAlignment",
|
|
5393
|
+
"resolved": "\"center\" | \"left\" | \"right\"",
|
|
5394
|
+
"references": {
|
|
5395
|
+
"IcEmptyStateAlignment": {
|
|
5396
|
+
"location": "import",
|
|
5397
|
+
"path": "./ic-empty-state.types",
|
|
5398
|
+
"id": "src/components/ic-empty-state/ic-empty-state.types.ts::IcEmptyStateAlignment"
|
|
5399
|
+
}
|
|
5400
|
+
}
|
|
5401
|
+
},
|
|
5402
|
+
"mutable": false,
|
|
5403
|
+
"attr": "aligned",
|
|
5404
|
+
"reflectToAttr": false,
|
|
5405
|
+
"docs": "The alignment of the empty state container.",
|
|
5406
|
+
"docsTags": [],
|
|
5407
|
+
"default": "\"left\"",
|
|
5408
|
+
"values": [
|
|
5409
|
+
{
|
|
5410
|
+
"value": "center",
|
|
5411
|
+
"type": "string"
|
|
5412
|
+
},
|
|
5413
|
+
{
|
|
5414
|
+
"value": "left",
|
|
5415
|
+
"type": "string"
|
|
5416
|
+
},
|
|
5417
|
+
{
|
|
5418
|
+
"value": "right",
|
|
4855
5419
|
"type": "string"
|
|
4856
5420
|
}
|
|
4857
5421
|
],
|
|
@@ -5928,33 +6492,6 @@
|
|
|
5928
6492
|
],
|
|
5929
6493
|
"usage": {},
|
|
5930
6494
|
"props": [
|
|
5931
|
-
{
|
|
5932
|
-
"name": "appearance",
|
|
5933
|
-
"type": "\"dark\" | \"default\"",
|
|
5934
|
-
"complexType": {
|
|
5935
|
-
"original": "\"dark\" | \"default\"",
|
|
5936
|
-
"resolved": "\"dark\" | \"default\"",
|
|
5937
|
-
"references": {}
|
|
5938
|
-
},
|
|
5939
|
-
"mutable": false,
|
|
5940
|
-
"attr": "appearance",
|
|
5941
|
-
"reflectToAttr": false,
|
|
5942
|
-
"docs": "The appearance of the input component container.",
|
|
5943
|
-
"docsTags": [],
|
|
5944
|
-
"default": "\"default\"",
|
|
5945
|
-
"values": [
|
|
5946
|
-
{
|
|
5947
|
-
"value": "dark",
|
|
5948
|
-
"type": "string"
|
|
5949
|
-
},
|
|
5950
|
-
{
|
|
5951
|
-
"value": "default",
|
|
5952
|
-
"type": "string"
|
|
5953
|
-
}
|
|
5954
|
-
],
|
|
5955
|
-
"optional": true,
|
|
5956
|
-
"required": false
|
|
5957
|
-
},
|
|
5958
6495
|
{
|
|
5959
6496
|
"name": "disabled",
|
|
5960
6497
|
"type": "boolean",
|
|
@@ -6151,6 +6688,66 @@
|
|
|
6151
6688
|
"name": "--border-color",
|
|
6152
6689
|
"annotation": "prop",
|
|
6153
6690
|
"docs": "Border colour of the input component container"
|
|
6691
|
+
},
|
|
6692
|
+
{
|
|
6693
|
+
"name": "--border-color-disabled",
|
|
6694
|
+
"annotation": "prop",
|
|
6695
|
+
"docs": "Border colour of the input component container when disabled"
|
|
6696
|
+
},
|
|
6697
|
+
{
|
|
6698
|
+
"name": "--border-color-error",
|
|
6699
|
+
"annotation": "prop",
|
|
6700
|
+
"docs": "Border colour of the error variant for input component container"
|
|
6701
|
+
},
|
|
6702
|
+
{
|
|
6703
|
+
"name": "--border-color-error-hover",
|
|
6704
|
+
"annotation": "prop",
|
|
6705
|
+
"docs": "Border colour of the error hover variant for input component container"
|
|
6706
|
+
},
|
|
6707
|
+
{
|
|
6708
|
+
"name": "--border-color-error-pressed",
|
|
6709
|
+
"annotation": "prop",
|
|
6710
|
+
"docs": "Border colour of the error pressed variant for input component container"
|
|
6711
|
+
},
|
|
6712
|
+
{
|
|
6713
|
+
"name": "--border-color-hover",
|
|
6714
|
+
"annotation": "prop",
|
|
6715
|
+
"docs": "Border colour of the input component container on hover"
|
|
6716
|
+
},
|
|
6717
|
+
{
|
|
6718
|
+
"name": "--border-color-pressed",
|
|
6719
|
+
"annotation": "prop",
|
|
6720
|
+
"docs": "Border colour of the input component container when pressed"
|
|
6721
|
+
},
|
|
6722
|
+
{
|
|
6723
|
+
"name": "--border-color-success",
|
|
6724
|
+
"annotation": "prop",
|
|
6725
|
+
"docs": "Border colour of the success variant for input component container"
|
|
6726
|
+
},
|
|
6727
|
+
{
|
|
6728
|
+
"name": "--border-color-success-hover",
|
|
6729
|
+
"annotation": "prop",
|
|
6730
|
+
"docs": "Border colour of the success hover variant for input component container"
|
|
6731
|
+
},
|
|
6732
|
+
{
|
|
6733
|
+
"name": "--border-color-success-pressed",
|
|
6734
|
+
"annotation": "prop",
|
|
6735
|
+
"docs": "Border colour of the success pressed variant for input component container"
|
|
6736
|
+
},
|
|
6737
|
+
{
|
|
6738
|
+
"name": "--border-color-warning",
|
|
6739
|
+
"annotation": "prop",
|
|
6740
|
+
"docs": "Border colour of the warning variant for input component container"
|
|
6741
|
+
},
|
|
6742
|
+
{
|
|
6743
|
+
"name": "--border-color-warning-hover",
|
|
6744
|
+
"annotation": "prop",
|
|
6745
|
+
"docs": "Border colour of the warning hover variant for input component container"
|
|
6746
|
+
},
|
|
6747
|
+
{
|
|
6748
|
+
"name": "--border-color-warning-pressed",
|
|
6749
|
+
"annotation": "prop",
|
|
6750
|
+
"docs": "Border colour of the warning pressed variant for input component container"
|
|
6154
6751
|
}
|
|
6155
6752
|
],
|
|
6156
6753
|
"slots": [
|
|
@@ -6257,33 +6854,6 @@
|
|
|
6257
6854
|
"docsTags": [],
|
|
6258
6855
|
"usage": {},
|
|
6259
6856
|
"props": [
|
|
6260
|
-
{
|
|
6261
|
-
"name": "appearance",
|
|
6262
|
-
"type": "\"dark\" | \"default\"",
|
|
6263
|
-
"complexType": {
|
|
6264
|
-
"original": "\"dark\" | \"default\"",
|
|
6265
|
-
"resolved": "\"dark\" | \"default\"",
|
|
6266
|
-
"references": {}
|
|
6267
|
-
},
|
|
6268
|
-
"mutable": false,
|
|
6269
|
-
"attr": "appearance",
|
|
6270
|
-
"reflectToAttr": false,
|
|
6271
|
-
"docs": "The appearance of the input label.",
|
|
6272
|
-
"docsTags": [],
|
|
6273
|
-
"default": "\"default\"",
|
|
6274
|
-
"values": [
|
|
6275
|
-
{
|
|
6276
|
-
"value": "dark",
|
|
6277
|
-
"type": "string"
|
|
6278
|
-
},
|
|
6279
|
-
{
|
|
6280
|
-
"value": "default",
|
|
6281
|
-
"type": "string"
|
|
6282
|
-
}
|
|
6283
|
-
],
|
|
6284
|
-
"optional": true,
|
|
6285
|
-
"required": false
|
|
6286
|
-
},
|
|
6287
6857
|
{
|
|
6288
6858
|
"name": "disabled",
|
|
6289
6859
|
"type": "boolean",
|
|
@@ -6780,7 +7350,7 @@
|
|
|
6780
7350
|
"resolved": "boolean",
|
|
6781
7351
|
"references": {}
|
|
6782
7352
|
},
|
|
6783
|
-
"mutable":
|
|
7353
|
+
"mutable": true,
|
|
6784
7354
|
"attr": "monochrome",
|
|
6785
7355
|
"reflectToAttr": false,
|
|
6786
7356
|
"docs": "If `true`, the link will display as black in the light theme, and white in the dark theme.",
|
|
@@ -6908,7 +7478,7 @@
|
|
|
6908
7478
|
}
|
|
6909
7479
|
}
|
|
6910
7480
|
},
|
|
6911
|
-
"mutable":
|
|
7481
|
+
"mutable": true,
|
|
6912
7482
|
"attr": "theme",
|
|
6913
7483
|
"reflectToAttr": false,
|
|
6914
7484
|
"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.",
|
|
@@ -7843,6 +8413,28 @@
|
|
|
7843
8413
|
],
|
|
7844
8414
|
"usage": {},
|
|
7845
8415
|
"props": [
|
|
8416
|
+
{
|
|
8417
|
+
"name": "checked",
|
|
8418
|
+
"type": "boolean",
|
|
8419
|
+
"complexType": {
|
|
8420
|
+
"original": "boolean",
|
|
8421
|
+
"resolved": "boolean",
|
|
8422
|
+
"references": {}
|
|
8423
|
+
},
|
|
8424
|
+
"mutable": true,
|
|
8425
|
+
"attr": "checked",
|
|
8426
|
+
"reflectToAttr": true,
|
|
8427
|
+
"docs": "If `true`, the menu item will be in a checked state. This is only applicable when variant is set to `toggle`.",
|
|
8428
|
+
"docsTags": [],
|
|
8429
|
+
"default": "false",
|
|
8430
|
+
"values": [
|
|
8431
|
+
{
|
|
8432
|
+
"type": "boolean"
|
|
8433
|
+
}
|
|
8434
|
+
],
|
|
8435
|
+
"optional": false,
|
|
8436
|
+
"required": false
|
|
8437
|
+
},
|
|
7846
8438
|
{
|
|
7847
8439
|
"name": "description",
|
|
7848
8440
|
"type": "string",
|
|
@@ -7929,7 +8521,7 @@
|
|
|
7929
8521
|
"required": false
|
|
7930
8522
|
},
|
|
7931
8523
|
{
|
|
7932
|
-
"name": "
|
|
8524
|
+
"name": "keyboardShortcutLabel",
|
|
7933
8525
|
"type": "string",
|
|
7934
8526
|
"complexType": {
|
|
7935
8527
|
"original": "string",
|
|
@@ -7937,7 +8529,7 @@
|
|
|
7937
8529
|
"references": {}
|
|
7938
8530
|
},
|
|
7939
8531
|
"mutable": false,
|
|
7940
|
-
"attr": "keyboard-shortcut",
|
|
8532
|
+
"attr": "keyboard-shortcut-label",
|
|
7941
8533
|
"reflectToAttr": false,
|
|
7942
8534
|
"docs": "The label describing the keyboard shortcut for a menu item's action.",
|
|
7943
8535
|
"docsTags": [],
|
|
@@ -8130,7 +8722,22 @@
|
|
|
8130
8722
|
}
|
|
8131
8723
|
],
|
|
8132
8724
|
"methods": [],
|
|
8133
|
-
"events": [
|
|
8725
|
+
"events": [
|
|
8726
|
+
{
|
|
8727
|
+
"event": "icToggleChecked",
|
|
8728
|
+
"detail": "{ checked: boolean; }",
|
|
8729
|
+
"bubbles": true,
|
|
8730
|
+
"complexType": {
|
|
8731
|
+
"original": "{\n checked: boolean;\n }",
|
|
8732
|
+
"resolved": "{ checked: boolean; }",
|
|
8733
|
+
"references": {}
|
|
8734
|
+
},
|
|
8735
|
+
"cancelable": true,
|
|
8736
|
+
"composed": true,
|
|
8737
|
+
"docs": "Emitted when the user clicks a menu item that is set to the toggle variant.",
|
|
8738
|
+
"docsTags": []
|
|
8739
|
+
}
|
|
8740
|
+
],
|
|
8134
8741
|
"listeners": [
|
|
8135
8742
|
{
|
|
8136
8743
|
"event": "click",
|
|
@@ -8378,6 +8985,43 @@
|
|
|
8378
8985
|
],
|
|
8379
8986
|
"optional": true,
|
|
8380
8987
|
"required": false
|
|
8988
|
+
},
|
|
8989
|
+
{
|
|
8990
|
+
"name": "theme",
|
|
8991
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
8992
|
+
"complexType": {
|
|
8993
|
+
"original": "IcThemeMode",
|
|
8994
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
8995
|
+
"references": {
|
|
8996
|
+
"IcThemeMode": {
|
|
8997
|
+
"location": "import",
|
|
8998
|
+
"path": "../../utils/types",
|
|
8999
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
9000
|
+
}
|
|
9001
|
+
}
|
|
9002
|
+
},
|
|
9003
|
+
"mutable": false,
|
|
9004
|
+
"attr": "theme",
|
|
9005
|
+
"reflectToAttr": false,
|
|
9006
|
+
"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.",
|
|
9007
|
+
"docsTags": [],
|
|
9008
|
+
"default": "\"inherit\"",
|
|
9009
|
+
"values": [
|
|
9010
|
+
{
|
|
9011
|
+
"value": "dark",
|
|
9012
|
+
"type": "string"
|
|
9013
|
+
},
|
|
9014
|
+
{
|
|
9015
|
+
"value": "inherit",
|
|
9016
|
+
"type": "string"
|
|
9017
|
+
},
|
|
9018
|
+
{
|
|
9019
|
+
"value": "light",
|
|
9020
|
+
"type": "string"
|
|
9021
|
+
}
|
|
9022
|
+
],
|
|
9023
|
+
"optional": true,
|
|
9024
|
+
"required": false
|
|
8381
9025
|
}
|
|
8382
9026
|
],
|
|
8383
9027
|
"methods": [
|
|
@@ -8508,6 +9152,43 @@
|
|
|
8508
9152
|
],
|
|
8509
9153
|
"optional": false,
|
|
8510
9154
|
"required": false
|
|
9155
|
+
},
|
|
9156
|
+
{
|
|
9157
|
+
"name": "theme",
|
|
9158
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
9159
|
+
"complexType": {
|
|
9160
|
+
"original": "IcThemeMode",
|
|
9161
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
9162
|
+
"references": {
|
|
9163
|
+
"IcThemeMode": {
|
|
9164
|
+
"location": "import",
|
|
9165
|
+
"path": "../../utils/types",
|
|
9166
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
9167
|
+
}
|
|
9168
|
+
}
|
|
9169
|
+
},
|
|
9170
|
+
"mutable": false,
|
|
9171
|
+
"attr": "theme",
|
|
9172
|
+
"reflectToAttr": false,
|
|
9173
|
+
"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.",
|
|
9174
|
+
"docsTags": [],
|
|
9175
|
+
"default": "\"inherit\"",
|
|
9176
|
+
"values": [
|
|
9177
|
+
{
|
|
9178
|
+
"value": "dark",
|
|
9179
|
+
"type": "string"
|
|
9180
|
+
},
|
|
9181
|
+
{
|
|
9182
|
+
"value": "inherit",
|
|
9183
|
+
"type": "string"
|
|
9184
|
+
},
|
|
9185
|
+
{
|
|
9186
|
+
"value": "light",
|
|
9187
|
+
"type": "string"
|
|
9188
|
+
}
|
|
9189
|
+
],
|
|
9190
|
+
"optional": true,
|
|
9191
|
+
"required": false
|
|
8511
9192
|
}
|
|
8512
9193
|
],
|
|
8513
9194
|
"methods": [
|
|
@@ -8804,6 +9485,43 @@
|
|
|
8804
9485
|
],
|
|
8805
9486
|
"optional": true,
|
|
8806
9487
|
"required": false
|
|
9488
|
+
},
|
|
9489
|
+
{
|
|
9490
|
+
"name": "theme",
|
|
9491
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
9492
|
+
"complexType": {
|
|
9493
|
+
"original": "IcThemeMode",
|
|
9494
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
9495
|
+
"references": {
|
|
9496
|
+
"IcThemeMode": {
|
|
9497
|
+
"location": "import",
|
|
9498
|
+
"path": "../../utils/types",
|
|
9499
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
9500
|
+
}
|
|
9501
|
+
}
|
|
9502
|
+
},
|
|
9503
|
+
"mutable": false,
|
|
9504
|
+
"attr": "theme",
|
|
9505
|
+
"reflectToAttr": false,
|
|
9506
|
+
"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.",
|
|
9507
|
+
"docsTags": [],
|
|
9508
|
+
"default": "\"inherit\"",
|
|
9509
|
+
"values": [
|
|
9510
|
+
{
|
|
9511
|
+
"value": "dark",
|
|
9512
|
+
"type": "string"
|
|
9513
|
+
},
|
|
9514
|
+
{
|
|
9515
|
+
"value": "inherit",
|
|
9516
|
+
"type": "string"
|
|
9517
|
+
},
|
|
9518
|
+
{
|
|
9519
|
+
"value": "light",
|
|
9520
|
+
"type": "string"
|
|
9521
|
+
}
|
|
9522
|
+
],
|
|
9523
|
+
"optional": true,
|
|
9524
|
+
"required": false
|
|
8807
9525
|
}
|
|
8808
9526
|
],
|
|
8809
9527
|
"methods": [
|
|
@@ -8917,6 +9635,43 @@
|
|
|
8917
9635
|
"optional": false,
|
|
8918
9636
|
"required": false
|
|
8919
9637
|
},
|
|
9638
|
+
{
|
|
9639
|
+
"name": "theme",
|
|
9640
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
9641
|
+
"complexType": {
|
|
9642
|
+
"original": "IcThemeMode",
|
|
9643
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
9644
|
+
"references": {
|
|
9645
|
+
"IcThemeMode": {
|
|
9646
|
+
"location": "import",
|
|
9647
|
+
"path": "../../utils/types",
|
|
9648
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
9649
|
+
}
|
|
9650
|
+
}
|
|
9651
|
+
},
|
|
9652
|
+
"mutable": false,
|
|
9653
|
+
"attr": "theme",
|
|
9654
|
+
"reflectToAttr": false,
|
|
9655
|
+
"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.",
|
|
9656
|
+
"docsTags": [],
|
|
9657
|
+
"default": "\"inherit\"",
|
|
9658
|
+
"values": [
|
|
9659
|
+
{
|
|
9660
|
+
"value": "dark",
|
|
9661
|
+
"type": "string"
|
|
9662
|
+
},
|
|
9663
|
+
{
|
|
9664
|
+
"value": "inherit",
|
|
9665
|
+
"type": "string"
|
|
9666
|
+
},
|
|
9667
|
+
{
|
|
9668
|
+
"value": "light",
|
|
9669
|
+
"type": "string"
|
|
9670
|
+
}
|
|
9671
|
+
],
|
|
9672
|
+
"optional": true,
|
|
9673
|
+
"required": false
|
|
9674
|
+
},
|
|
8920
9675
|
{
|
|
8921
9676
|
"name": "version",
|
|
8922
9677
|
"type": "string",
|
|
@@ -9241,6 +9996,43 @@
|
|
|
9241
9996
|
],
|
|
9242
9997
|
"optional": true,
|
|
9243
9998
|
"required": false
|
|
9999
|
+
},
|
|
10000
|
+
{
|
|
10001
|
+
"name": "theme",
|
|
10002
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
10003
|
+
"complexType": {
|
|
10004
|
+
"original": "IcThemeMode",
|
|
10005
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
10006
|
+
"references": {
|
|
10007
|
+
"IcThemeMode": {
|
|
10008
|
+
"location": "import",
|
|
10009
|
+
"path": "../../utils/types",
|
|
10010
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
10011
|
+
}
|
|
10012
|
+
}
|
|
10013
|
+
},
|
|
10014
|
+
"mutable": false,
|
|
10015
|
+
"attr": "theme",
|
|
10016
|
+
"reflectToAttr": false,
|
|
10017
|
+
"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.",
|
|
10018
|
+
"docsTags": [],
|
|
10019
|
+
"default": "\"inherit\"",
|
|
10020
|
+
"values": [
|
|
10021
|
+
{
|
|
10022
|
+
"value": "dark",
|
|
10023
|
+
"type": "string"
|
|
10024
|
+
},
|
|
10025
|
+
{
|
|
10026
|
+
"value": "inherit",
|
|
10027
|
+
"type": "string"
|
|
10028
|
+
},
|
|
10029
|
+
{
|
|
10030
|
+
"value": "light",
|
|
10031
|
+
"type": "string"
|
|
10032
|
+
}
|
|
10033
|
+
],
|
|
10034
|
+
"optional": true,
|
|
10035
|
+
"required": false
|
|
9244
10036
|
}
|
|
9245
10037
|
],
|
|
9246
10038
|
"methods": [],
|
|
@@ -9346,43 +10138,6 @@
|
|
|
9346
10138
|
"optional": false,
|
|
9347
10139
|
"required": false
|
|
9348
10140
|
},
|
|
9349
|
-
{
|
|
9350
|
-
"name": "appearance",
|
|
9351
|
-
"type": "\"dark\" | \"default\" | \"light\"",
|
|
9352
|
-
"complexType": {
|
|
9353
|
-
"original": "IcThemeForeground",
|
|
9354
|
-
"resolved": "\"dark\" | \"default\" | \"light\"",
|
|
9355
|
-
"references": {
|
|
9356
|
-
"IcThemeForeground": {
|
|
9357
|
-
"location": "import",
|
|
9358
|
-
"path": "../../utils/types",
|
|
9359
|
-
"id": "src/utils/types.ts::IcThemeForeground"
|
|
9360
|
-
}
|
|
9361
|
-
}
|
|
9362
|
-
},
|
|
9363
|
-
"mutable": false,
|
|
9364
|
-
"attr": "appearance",
|
|
9365
|
-
"reflectToAttr": false,
|
|
9366
|
-
"docs": "The appearance of the pagination, e.g. dark, light or the default.",
|
|
9367
|
-
"docsTags": [],
|
|
9368
|
-
"default": "\"default\"",
|
|
9369
|
-
"values": [
|
|
9370
|
-
{
|
|
9371
|
-
"value": "dark",
|
|
9372
|
-
"type": "string"
|
|
9373
|
-
},
|
|
9374
|
-
{
|
|
9375
|
-
"value": "default",
|
|
9376
|
-
"type": "string"
|
|
9377
|
-
},
|
|
9378
|
-
{
|
|
9379
|
-
"value": "light",
|
|
9380
|
-
"type": "string"
|
|
9381
|
-
}
|
|
9382
|
-
],
|
|
9383
|
-
"optional": false,
|
|
9384
|
-
"required": false
|
|
9385
|
-
},
|
|
9386
10141
|
{
|
|
9387
10142
|
"name": "boundaryPageCount",
|
|
9388
10143
|
"type": "number",
|
|
@@ -9537,6 +10292,28 @@
|
|
|
9537
10292
|
"optional": false,
|
|
9538
10293
|
"required": false
|
|
9539
10294
|
},
|
|
10295
|
+
{
|
|
10296
|
+
"name": "monochrome",
|
|
10297
|
+
"type": "boolean",
|
|
10298
|
+
"complexType": {
|
|
10299
|
+
"original": "boolean",
|
|
10300
|
+
"resolved": "boolean",
|
|
10301
|
+
"references": {}
|
|
10302
|
+
},
|
|
10303
|
+
"mutable": false,
|
|
10304
|
+
"attr": "monochrome",
|
|
10305
|
+
"reflectToAttr": false,
|
|
10306
|
+
"docs": "If `true`, the pagination will display as black in the light theme, and white in dark theme.",
|
|
10307
|
+
"docsTags": [],
|
|
10308
|
+
"default": "false",
|
|
10309
|
+
"values": [
|
|
10310
|
+
{
|
|
10311
|
+
"type": "boolean"
|
|
10312
|
+
}
|
|
10313
|
+
],
|
|
10314
|
+
"optional": true,
|
|
10315
|
+
"required": false
|
|
10316
|
+
},
|
|
9540
10317
|
{
|
|
9541
10318
|
"name": "pages",
|
|
9542
10319
|
"type": "number",
|
|
@@ -9558,6 +10335,43 @@
|
|
|
9558
10335
|
"optional": false,
|
|
9559
10336
|
"required": true
|
|
9560
10337
|
},
|
|
10338
|
+
{
|
|
10339
|
+
"name": "theme",
|
|
10340
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
10341
|
+
"complexType": {
|
|
10342
|
+
"original": "IcThemeMode",
|
|
10343
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
10344
|
+
"references": {
|
|
10345
|
+
"IcThemeMode": {
|
|
10346
|
+
"location": "import",
|
|
10347
|
+
"path": "../../utils/types",
|
|
10348
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
10349
|
+
}
|
|
10350
|
+
}
|
|
10351
|
+
},
|
|
10352
|
+
"mutable": false,
|
|
10353
|
+
"attr": "theme",
|
|
10354
|
+
"reflectToAttr": false,
|
|
10355
|
+
"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.",
|
|
10356
|
+
"docsTags": [],
|
|
10357
|
+
"default": "\"inherit\"",
|
|
10358
|
+
"values": [
|
|
10359
|
+
{
|
|
10360
|
+
"value": "dark",
|
|
10361
|
+
"type": "string"
|
|
10362
|
+
},
|
|
10363
|
+
{
|
|
10364
|
+
"value": "inherit",
|
|
10365
|
+
"type": "string"
|
|
10366
|
+
},
|
|
10367
|
+
{
|
|
10368
|
+
"value": "light",
|
|
10369
|
+
"type": "string"
|
|
10370
|
+
}
|
|
10371
|
+
],
|
|
10372
|
+
"optional": true,
|
|
10373
|
+
"required": false
|
|
10374
|
+
},
|
|
9561
10375
|
{
|
|
9562
10376
|
"name": "type",
|
|
9563
10377
|
"type": "\"complex\" | \"simple\"",
|
|
@@ -9699,43 +10513,6 @@
|
|
|
9699
10513
|
"docsTags": [],
|
|
9700
10514
|
"usage": {},
|
|
9701
10515
|
"props": [
|
|
9702
|
-
{
|
|
9703
|
-
"name": "appearance",
|
|
9704
|
-
"type": "\"dark\" | \"default\" | \"light\"",
|
|
9705
|
-
"complexType": {
|
|
9706
|
-
"original": "IcThemeForeground",
|
|
9707
|
-
"resolved": "\"dark\" | \"default\" | \"light\"",
|
|
9708
|
-
"references": {
|
|
9709
|
-
"IcThemeForeground": {
|
|
9710
|
-
"location": "import",
|
|
9711
|
-
"path": "../../utils/types",
|
|
9712
|
-
"id": "src/utils/types.ts::IcThemeForeground"
|
|
9713
|
-
}
|
|
9714
|
-
}
|
|
9715
|
-
},
|
|
9716
|
-
"mutable": false,
|
|
9717
|
-
"attr": "appearance",
|
|
9718
|
-
"reflectToAttr": false,
|
|
9719
|
-
"docs": "The appearance of the pagination, e.g. dark, light or the default.",
|
|
9720
|
-
"docsTags": [],
|
|
9721
|
-
"default": "\"default\"",
|
|
9722
|
-
"values": [
|
|
9723
|
-
{
|
|
9724
|
-
"value": "dark",
|
|
9725
|
-
"type": "string"
|
|
9726
|
-
},
|
|
9727
|
-
{
|
|
9728
|
-
"value": "default",
|
|
9729
|
-
"type": "string"
|
|
9730
|
-
},
|
|
9731
|
-
{
|
|
9732
|
-
"value": "light",
|
|
9733
|
-
"type": "string"
|
|
9734
|
-
}
|
|
9735
|
-
],
|
|
9736
|
-
"optional": false,
|
|
9737
|
-
"required": false
|
|
9738
|
-
},
|
|
9739
10516
|
{
|
|
9740
10517
|
"name": "disabled",
|
|
9741
10518
|
"type": "boolean",
|
|
@@ -9780,6 +10557,28 @@
|
|
|
9780
10557
|
"optional": false,
|
|
9781
10558
|
"required": false
|
|
9782
10559
|
},
|
|
10560
|
+
{
|
|
10561
|
+
"name": "monochrome",
|
|
10562
|
+
"type": "boolean",
|
|
10563
|
+
"complexType": {
|
|
10564
|
+
"original": "boolean",
|
|
10565
|
+
"resolved": "boolean",
|
|
10566
|
+
"references": {}
|
|
10567
|
+
},
|
|
10568
|
+
"mutable": false,
|
|
10569
|
+
"attr": "monochrome",
|
|
10570
|
+
"reflectToAttr": false,
|
|
10571
|
+
"docs": "If `true`, the pagination item will display as black in the light theme, and white in dark theme.",
|
|
10572
|
+
"docsTags": [],
|
|
10573
|
+
"default": "false",
|
|
10574
|
+
"values": [
|
|
10575
|
+
{
|
|
10576
|
+
"type": "boolean"
|
|
10577
|
+
}
|
|
10578
|
+
],
|
|
10579
|
+
"optional": true,
|
|
10580
|
+
"required": false
|
|
10581
|
+
},
|
|
9783
10582
|
{
|
|
9784
10583
|
"name": "page",
|
|
9785
10584
|
"type": "number",
|
|
@@ -9810,17 +10609,54 @@
|
|
|
9810
10609
|
"references": {}
|
|
9811
10610
|
},
|
|
9812
10611
|
"mutable": false,
|
|
9813
|
-
"attr": "selected",
|
|
10612
|
+
"attr": "selected",
|
|
10613
|
+
"reflectToAttr": false,
|
|
10614
|
+
"docs": "If `true`, the pagination item will be selected.",
|
|
10615
|
+
"docsTags": [],
|
|
10616
|
+
"default": "false",
|
|
10617
|
+
"values": [
|
|
10618
|
+
{
|
|
10619
|
+
"type": "boolean"
|
|
10620
|
+
}
|
|
10621
|
+
],
|
|
10622
|
+
"optional": false,
|
|
10623
|
+
"required": false
|
|
10624
|
+
},
|
|
10625
|
+
{
|
|
10626
|
+
"name": "theme",
|
|
10627
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
10628
|
+
"complexType": {
|
|
10629
|
+
"original": "IcThemeMode",
|
|
10630
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
10631
|
+
"references": {
|
|
10632
|
+
"IcThemeMode": {
|
|
10633
|
+
"location": "import",
|
|
10634
|
+
"path": "../../utils/types",
|
|
10635
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
10636
|
+
}
|
|
10637
|
+
}
|
|
10638
|
+
},
|
|
10639
|
+
"mutable": false,
|
|
10640
|
+
"attr": "theme",
|
|
9814
10641
|
"reflectToAttr": false,
|
|
9815
|
-
"docs": "
|
|
10642
|
+
"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.",
|
|
9816
10643
|
"docsTags": [],
|
|
9817
|
-
"default": "
|
|
10644
|
+
"default": "\"inherit\"",
|
|
9818
10645
|
"values": [
|
|
9819
10646
|
{
|
|
9820
|
-
"
|
|
10647
|
+
"value": "dark",
|
|
10648
|
+
"type": "string"
|
|
10649
|
+
},
|
|
10650
|
+
{
|
|
10651
|
+
"value": "inherit",
|
|
10652
|
+
"type": "string"
|
|
10653
|
+
},
|
|
10654
|
+
{
|
|
10655
|
+
"value": "light",
|
|
10656
|
+
"type": "string"
|
|
9821
10657
|
}
|
|
9822
10658
|
],
|
|
9823
|
-
"optional":
|
|
10659
|
+
"optional": true,
|
|
9824
10660
|
"required": false
|
|
9825
10661
|
},
|
|
9826
10662
|
{
|
|
@@ -9996,12 +10832,17 @@
|
|
|
9996
10832
|
"events": [
|
|
9997
10833
|
{
|
|
9998
10834
|
"event": "icPopoverClosed",
|
|
9999
|
-
"detail": "
|
|
10835
|
+
"detail": "HTMLIcMenuItemElement",
|
|
10000
10836
|
"bubbles": true,
|
|
10001
10837
|
"complexType": {
|
|
10002
|
-
"original": "
|
|
10003
|
-
"resolved": "
|
|
10004
|
-
"references": {
|
|
10838
|
+
"original": "HTMLIcMenuItemElement",
|
|
10839
|
+
"resolved": "HTMLIcMenuItemElement",
|
|
10840
|
+
"references": {
|
|
10841
|
+
"HTMLIcMenuItemElement": {
|
|
10842
|
+
"location": "global",
|
|
10843
|
+
"id": "global::HTMLIcMenuItemElement"
|
|
10844
|
+
}
|
|
10845
|
+
}
|
|
10005
10846
|
},
|
|
10006
10847
|
"cancelable": true,
|
|
10007
10848
|
"composed": true,
|
|
@@ -10281,6 +11122,43 @@
|
|
|
10281
11122
|
"optional": true,
|
|
10282
11123
|
"required": false
|
|
10283
11124
|
},
|
|
11125
|
+
{
|
|
11126
|
+
"name": "theme",
|
|
11127
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
11128
|
+
"complexType": {
|
|
11129
|
+
"original": "IcThemeMode",
|
|
11130
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
11131
|
+
"references": {
|
|
11132
|
+
"IcThemeMode": {
|
|
11133
|
+
"location": "import",
|
|
11134
|
+
"path": "../../utils/types",
|
|
11135
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
11136
|
+
}
|
|
11137
|
+
}
|
|
11138
|
+
},
|
|
11139
|
+
"mutable": false,
|
|
11140
|
+
"attr": "theme",
|
|
11141
|
+
"reflectToAttr": false,
|
|
11142
|
+
"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.",
|
|
11143
|
+
"docsTags": [],
|
|
11144
|
+
"default": "\"inherit\"",
|
|
11145
|
+
"values": [
|
|
11146
|
+
{
|
|
11147
|
+
"value": "dark",
|
|
11148
|
+
"type": "string"
|
|
11149
|
+
},
|
|
11150
|
+
{
|
|
11151
|
+
"value": "inherit",
|
|
11152
|
+
"type": "string"
|
|
11153
|
+
},
|
|
11154
|
+
{
|
|
11155
|
+
"value": "light",
|
|
11156
|
+
"type": "string"
|
|
11157
|
+
}
|
|
11158
|
+
],
|
|
11159
|
+
"optional": true,
|
|
11160
|
+
"required": false
|
|
11161
|
+
},
|
|
10284
11162
|
{
|
|
10285
11163
|
"name": "validationStatus",
|
|
10286
11164
|
"type": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
@@ -10597,6 +11475,43 @@
|
|
|
10597
11475
|
"optional": true,
|
|
10598
11476
|
"required": false
|
|
10599
11477
|
},
|
|
11478
|
+
{
|
|
11479
|
+
"name": "theme",
|
|
11480
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
11481
|
+
"complexType": {
|
|
11482
|
+
"original": "IcThemeMode",
|
|
11483
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
11484
|
+
"references": {
|
|
11485
|
+
"IcThemeMode": {
|
|
11486
|
+
"location": "import",
|
|
11487
|
+
"path": "../../utils/types",
|
|
11488
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
11489
|
+
}
|
|
11490
|
+
}
|
|
11491
|
+
},
|
|
11492
|
+
"mutable": false,
|
|
11493
|
+
"attr": "theme",
|
|
11494
|
+
"reflectToAttr": false,
|
|
11495
|
+
"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.",
|
|
11496
|
+
"docsTags": [],
|
|
11497
|
+
"default": "\"inherit\"",
|
|
11498
|
+
"values": [
|
|
11499
|
+
{
|
|
11500
|
+
"value": "dark",
|
|
11501
|
+
"type": "string"
|
|
11502
|
+
},
|
|
11503
|
+
{
|
|
11504
|
+
"value": "inherit",
|
|
11505
|
+
"type": "string"
|
|
11506
|
+
},
|
|
11507
|
+
{
|
|
11508
|
+
"value": "light",
|
|
11509
|
+
"type": "string"
|
|
11510
|
+
}
|
|
11511
|
+
],
|
|
11512
|
+
"optional": true,
|
|
11513
|
+
"required": false
|
|
11514
|
+
},
|
|
10600
11515
|
{
|
|
10601
11516
|
"name": "value",
|
|
10602
11517
|
"type": "string",
|
|
@@ -11563,6 +12478,43 @@
|
|
|
11563
12478
|
"optional": false,
|
|
11564
12479
|
"required": false
|
|
11565
12480
|
},
|
|
12481
|
+
{
|
|
12482
|
+
"name": "theme",
|
|
12483
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
12484
|
+
"complexType": {
|
|
12485
|
+
"original": "IcThemeMode",
|
|
12486
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
12487
|
+
"references": {
|
|
12488
|
+
"IcThemeMode": {
|
|
12489
|
+
"location": "import",
|
|
12490
|
+
"path": "../../utils/types",
|
|
12491
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
12492
|
+
}
|
|
12493
|
+
}
|
|
12494
|
+
},
|
|
12495
|
+
"mutable": false,
|
|
12496
|
+
"attr": "theme",
|
|
12497
|
+
"reflectToAttr": false,
|
|
12498
|
+
"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.",
|
|
12499
|
+
"docsTags": [],
|
|
12500
|
+
"default": "\"inherit\"",
|
|
12501
|
+
"values": [
|
|
12502
|
+
{
|
|
12503
|
+
"value": "dark",
|
|
12504
|
+
"type": "string"
|
|
12505
|
+
},
|
|
12506
|
+
{
|
|
12507
|
+
"value": "inherit",
|
|
12508
|
+
"type": "string"
|
|
12509
|
+
},
|
|
12510
|
+
{
|
|
12511
|
+
"value": "light",
|
|
12512
|
+
"type": "string"
|
|
12513
|
+
}
|
|
12514
|
+
],
|
|
12515
|
+
"optional": true,
|
|
12516
|
+
"required": false
|
|
12517
|
+
},
|
|
11566
12518
|
{
|
|
11567
12519
|
"name": "timeout",
|
|
11568
12520
|
"type": "number",
|
|
@@ -12494,7 +13446,7 @@
|
|
|
12494
13446
|
"mutable": false,
|
|
12495
13447
|
"attr": "searchable",
|
|
12496
13448
|
"reflectToAttr": false,
|
|
12497
|
-
"docs": "If `true`, a searchable variant of the select will be displayed which can be typed in to filter options.",
|
|
13449
|
+
"docs": "If `true`, a searchable variant of the select will be displayed which can be typed in to filter options. This functionality is only available on the single-select variant of the select component.",
|
|
12498
13450
|
"docsTags": [],
|
|
12499
13451
|
"default": "false",
|
|
12500
13452
|
"values": [
|
|
@@ -12586,6 +13538,43 @@
|
|
|
12586
13538
|
"optional": true,
|
|
12587
13539
|
"required": false
|
|
12588
13540
|
},
|
|
13541
|
+
{
|
|
13542
|
+
"name": "theme",
|
|
13543
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
13544
|
+
"complexType": {
|
|
13545
|
+
"original": "IcThemeMode",
|
|
13546
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
13547
|
+
"references": {
|
|
13548
|
+
"IcThemeMode": {
|
|
13549
|
+
"location": "import",
|
|
13550
|
+
"path": "../../utils/types",
|
|
13551
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
13552
|
+
}
|
|
13553
|
+
}
|
|
13554
|
+
},
|
|
13555
|
+
"mutable": false,
|
|
13556
|
+
"attr": "theme",
|
|
13557
|
+
"reflectToAttr": false,
|
|
13558
|
+
"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.",
|
|
13559
|
+
"docsTags": [],
|
|
13560
|
+
"default": "\"inherit\"",
|
|
13561
|
+
"values": [
|
|
13562
|
+
{
|
|
13563
|
+
"value": "dark",
|
|
13564
|
+
"type": "string"
|
|
13565
|
+
},
|
|
13566
|
+
{
|
|
13567
|
+
"value": "inherit",
|
|
13568
|
+
"type": "string"
|
|
13569
|
+
},
|
|
13570
|
+
{
|
|
13571
|
+
"value": "light",
|
|
13572
|
+
"type": "string"
|
|
13573
|
+
}
|
|
13574
|
+
],
|
|
13575
|
+
"optional": true,
|
|
13576
|
+
"required": false
|
|
13577
|
+
},
|
|
12589
13578
|
{
|
|
12590
13579
|
"name": "timeout",
|
|
12591
13580
|
"type": "number",
|
|
@@ -13280,6 +14269,9 @@
|
|
|
13280
14269
|
],
|
|
13281
14270
|
"ic-tooltip": [
|
|
13282
14271
|
"ic-typography"
|
|
14272
|
+
],
|
|
14273
|
+
"ic-divider": [
|
|
14274
|
+
"ic-typography"
|
|
13283
14275
|
]
|
|
13284
14276
|
}
|
|
13285
14277
|
},
|
|
@@ -13538,6 +14530,28 @@
|
|
|
13538
14530
|
"optional": true,
|
|
13539
14531
|
"required": false
|
|
13540
14532
|
},
|
|
14533
|
+
{
|
|
14534
|
+
"name": "uppercase",
|
|
14535
|
+
"type": "boolean",
|
|
14536
|
+
"complexType": {
|
|
14537
|
+
"original": "boolean",
|
|
14538
|
+
"resolved": "boolean",
|
|
14539
|
+
"references": {}
|
|
14540
|
+
},
|
|
14541
|
+
"mutable": false,
|
|
14542
|
+
"attr": "uppercase",
|
|
14543
|
+
"reflectToAttr": false,
|
|
14544
|
+
"docs": "The letter case of the status tag's label.",
|
|
14545
|
+
"docsTags": [],
|
|
14546
|
+
"default": "true",
|
|
14547
|
+
"values": [
|
|
14548
|
+
{
|
|
14549
|
+
"type": "boolean"
|
|
14550
|
+
}
|
|
14551
|
+
],
|
|
14552
|
+
"optional": true,
|
|
14553
|
+
"required": false
|
|
14554
|
+
},
|
|
13541
14555
|
{
|
|
13542
14556
|
"name": "variant",
|
|
13543
14557
|
"type": "\"filled\" | \"outlined\"",
|
|
@@ -15491,6 +16505,43 @@
|
|
|
15491
16505
|
"optional": false,
|
|
15492
16506
|
"required": false
|
|
15493
16507
|
},
|
|
16508
|
+
{
|
|
16509
|
+
"name": "theme",
|
|
16510
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
16511
|
+
"complexType": {
|
|
16512
|
+
"original": "IcThemeMode",
|
|
16513
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
16514
|
+
"references": {
|
|
16515
|
+
"IcThemeMode": {
|
|
16516
|
+
"location": "import",
|
|
16517
|
+
"path": "../../utils/types",
|
|
16518
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
16519
|
+
}
|
|
16520
|
+
}
|
|
16521
|
+
},
|
|
16522
|
+
"mutable": false,
|
|
16523
|
+
"attr": "theme",
|
|
16524
|
+
"reflectToAttr": false,
|
|
16525
|
+
"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.",
|
|
16526
|
+
"docsTags": [],
|
|
16527
|
+
"default": "\"inherit\"",
|
|
16528
|
+
"values": [
|
|
16529
|
+
{
|
|
16530
|
+
"value": "dark",
|
|
16531
|
+
"type": "string"
|
|
16532
|
+
},
|
|
16533
|
+
{
|
|
16534
|
+
"value": "inherit",
|
|
16535
|
+
"type": "string"
|
|
16536
|
+
},
|
|
16537
|
+
{
|
|
16538
|
+
"value": "light",
|
|
16539
|
+
"type": "string"
|
|
16540
|
+
}
|
|
16541
|
+
],
|
|
16542
|
+
"optional": false,
|
|
16543
|
+
"required": false
|
|
16544
|
+
},
|
|
15494
16545
|
{
|
|
15495
16546
|
"name": "type",
|
|
15496
16547
|
"type": "\"email\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"",
|
|
@@ -16269,54 +17320,17 @@
|
|
|
16269
17320
|
"name": "accessibleLabel",
|
|
16270
17321
|
"type": "string",
|
|
16271
17322
|
"complexType": {
|
|
16272
|
-
"original": "string",
|
|
16273
|
-
"resolved": "string",
|
|
16274
|
-
"references": {}
|
|
16275
|
-
},
|
|
16276
|
-
"mutable": false,
|
|
16277
|
-
"attr": "accessible-label",
|
|
16278
|
-
"reflectToAttr": false,
|
|
16279
|
-
"docs": "The accessible label that will be applied to the toggle button. This is required for the icon variant of toggle buttons.",
|
|
16280
|
-
"docsTags": [],
|
|
16281
|
-
"values": [
|
|
16282
|
-
{
|
|
16283
|
-
"type": "string"
|
|
16284
|
-
}
|
|
16285
|
-
],
|
|
16286
|
-
"optional": true,
|
|
16287
|
-
"required": false
|
|
16288
|
-
},
|
|
16289
|
-
{
|
|
16290
|
-
"name": "appearance",
|
|
16291
|
-
"type": "\"dark\" | \"default\" | \"light\"",
|
|
16292
|
-
"complexType": {
|
|
16293
|
-
"original": "IcThemeForeground",
|
|
16294
|
-
"resolved": "\"dark\" | \"default\" | \"light\"",
|
|
16295
|
-
"references": {
|
|
16296
|
-
"IcThemeForeground": {
|
|
16297
|
-
"location": "import",
|
|
16298
|
-
"path": "../../utils/types",
|
|
16299
|
-
"id": "src/utils/types.ts::IcThemeForeground"
|
|
16300
|
-
}
|
|
16301
|
-
}
|
|
17323
|
+
"original": "string",
|
|
17324
|
+
"resolved": "string",
|
|
17325
|
+
"references": {}
|
|
16302
17326
|
},
|
|
16303
17327
|
"mutable": false,
|
|
16304
|
-
"attr": "
|
|
17328
|
+
"attr": "accessible-label",
|
|
16305
17329
|
"reflectToAttr": false,
|
|
16306
|
-
"docs": "The
|
|
17330
|
+
"docs": "The accessible label that will be applied to the toggle button. This is required for the icon variant of toggle buttons.",
|
|
16307
17331
|
"docsTags": [],
|
|
16308
|
-
"default": "\"default\"",
|
|
16309
17332
|
"values": [
|
|
16310
17333
|
{
|
|
16311
|
-
"value": "dark",
|
|
16312
|
-
"type": "string"
|
|
16313
|
-
},
|
|
16314
|
-
{
|
|
16315
|
-
"value": "default",
|
|
16316
|
-
"type": "string"
|
|
16317
|
-
},
|
|
16318
|
-
{
|
|
16319
|
-
"value": "light",
|
|
16320
17334
|
"type": "string"
|
|
16321
17335
|
}
|
|
16322
17336
|
],
|
|
@@ -16462,6 +17476,28 @@
|
|
|
16462
17476
|
"optional": true,
|
|
16463
17477
|
"required": false
|
|
16464
17478
|
},
|
|
17479
|
+
{
|
|
17480
|
+
"name": "monochrome",
|
|
17481
|
+
"type": "boolean",
|
|
17482
|
+
"complexType": {
|
|
17483
|
+
"original": "boolean",
|
|
17484
|
+
"resolved": "boolean",
|
|
17485
|
+
"references": {}
|
|
17486
|
+
},
|
|
17487
|
+
"mutable": false,
|
|
17488
|
+
"attr": "monochrome",
|
|
17489
|
+
"reflectToAttr": false,
|
|
17490
|
+
"docs": "If `true`, the toggle button will display as black in the light theme, and white in dark theme.",
|
|
17491
|
+
"docsTags": [],
|
|
17492
|
+
"default": "false",
|
|
17493
|
+
"values": [
|
|
17494
|
+
{
|
|
17495
|
+
"type": "boolean"
|
|
17496
|
+
}
|
|
17497
|
+
],
|
|
17498
|
+
"optional": true,
|
|
17499
|
+
"required": false
|
|
17500
|
+
},
|
|
16465
17501
|
{
|
|
16466
17502
|
"name": "size",
|
|
16467
17503
|
"type": "\"large\" | \"medium\" | \"small\"",
|
|
@@ -16499,6 +17535,43 @@
|
|
|
16499
17535
|
"optional": true,
|
|
16500
17536
|
"required": false
|
|
16501
17537
|
},
|
|
17538
|
+
{
|
|
17539
|
+
"name": "theme",
|
|
17540
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
17541
|
+
"complexType": {
|
|
17542
|
+
"original": "IcThemeMode",
|
|
17543
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
17544
|
+
"references": {
|
|
17545
|
+
"IcThemeMode": {
|
|
17546
|
+
"location": "import",
|
|
17547
|
+
"path": "../../utils/types",
|
|
17548
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
17549
|
+
}
|
|
17550
|
+
}
|
|
17551
|
+
},
|
|
17552
|
+
"mutable": false,
|
|
17553
|
+
"attr": "theme",
|
|
17554
|
+
"reflectToAttr": false,
|
|
17555
|
+
"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.",
|
|
17556
|
+
"docsTags": [],
|
|
17557
|
+
"default": "\"inherit\"",
|
|
17558
|
+
"values": [
|
|
17559
|
+
{
|
|
17560
|
+
"value": "dark",
|
|
17561
|
+
"type": "string"
|
|
17562
|
+
},
|
|
17563
|
+
{
|
|
17564
|
+
"value": "inherit",
|
|
17565
|
+
"type": "string"
|
|
17566
|
+
},
|
|
17567
|
+
{
|
|
17568
|
+
"value": "light",
|
|
17569
|
+
"type": "string"
|
|
17570
|
+
}
|
|
17571
|
+
],
|
|
17572
|
+
"optional": true,
|
|
17573
|
+
"required": false
|
|
17574
|
+
},
|
|
16502
17575
|
{
|
|
16503
17576
|
"name": "variant",
|
|
16504
17577
|
"type": "\"default\" | \"icon\"",
|
|
@@ -16614,43 +17687,6 @@
|
|
|
16614
17687
|
"optional": true,
|
|
16615
17688
|
"required": false
|
|
16616
17689
|
},
|
|
16617
|
-
{
|
|
16618
|
-
"name": "appearance",
|
|
16619
|
-
"type": "\"dark\" | \"default\" | \"light\"",
|
|
16620
|
-
"complexType": {
|
|
16621
|
-
"original": "IcThemeForeground",
|
|
16622
|
-
"resolved": "\"dark\" | \"default\" | \"light\"",
|
|
16623
|
-
"references": {
|
|
16624
|
-
"IcThemeForeground": {
|
|
16625
|
-
"location": "import",
|
|
16626
|
-
"path": "../../utils/types",
|
|
16627
|
-
"id": "src/utils/types.ts::IcThemeForeground"
|
|
16628
|
-
}
|
|
16629
|
-
}
|
|
16630
|
-
},
|
|
16631
|
-
"mutable": false,
|
|
16632
|
-
"attr": "appearance",
|
|
16633
|
-
"reflectToAttr": false,
|
|
16634
|
-
"docs": "The appearance of the toggle button group, e.g dark, or light.",
|
|
16635
|
-
"docsTags": [],
|
|
16636
|
-
"default": "\"default\"",
|
|
16637
|
-
"values": [
|
|
16638
|
-
{
|
|
16639
|
-
"value": "dark",
|
|
16640
|
-
"type": "string"
|
|
16641
|
-
},
|
|
16642
|
-
{
|
|
16643
|
-
"value": "default",
|
|
16644
|
-
"type": "string"
|
|
16645
|
-
},
|
|
16646
|
-
{
|
|
16647
|
-
"value": "light",
|
|
16648
|
-
"type": "string"
|
|
16649
|
-
}
|
|
16650
|
-
],
|
|
16651
|
-
"optional": false,
|
|
16652
|
-
"required": false
|
|
16653
|
-
},
|
|
16654
17690
|
{
|
|
16655
17691
|
"name": "disabled",
|
|
16656
17692
|
"type": "boolean",
|
|
@@ -16747,6 +17783,28 @@
|
|
|
16747
17783
|
"optional": true,
|
|
16748
17784
|
"required": false
|
|
16749
17785
|
},
|
|
17786
|
+
{
|
|
17787
|
+
"name": "monochrome",
|
|
17788
|
+
"type": "boolean",
|
|
17789
|
+
"complexType": {
|
|
17790
|
+
"original": "boolean",
|
|
17791
|
+
"resolved": "boolean",
|
|
17792
|
+
"references": {}
|
|
17793
|
+
},
|
|
17794
|
+
"mutable": false,
|
|
17795
|
+
"attr": "monochrome",
|
|
17796
|
+
"reflectToAttr": false,
|
|
17797
|
+
"docs": "If `true`, the toggle button group will display as black in the light theme, and white in dark theme.",
|
|
17798
|
+
"docsTags": [],
|
|
17799
|
+
"default": "false",
|
|
17800
|
+
"values": [
|
|
17801
|
+
{
|
|
17802
|
+
"type": "boolean"
|
|
17803
|
+
}
|
|
17804
|
+
],
|
|
17805
|
+
"optional": true,
|
|
17806
|
+
"required": false
|
|
17807
|
+
},
|
|
16750
17808
|
{
|
|
16751
17809
|
"name": "selectMethod",
|
|
16752
17810
|
"type": "\"auto\" | \"manual\"",
|
|
@@ -16850,6 +17908,43 @@
|
|
|
16850
17908
|
"optional": true,
|
|
16851
17909
|
"required": false
|
|
16852
17910
|
},
|
|
17911
|
+
{
|
|
17912
|
+
"name": "theme",
|
|
17913
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
17914
|
+
"complexType": {
|
|
17915
|
+
"original": "IcThemeMode",
|
|
17916
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
17917
|
+
"references": {
|
|
17918
|
+
"IcThemeMode": {
|
|
17919
|
+
"location": "import",
|
|
17920
|
+
"path": "../../utils/types",
|
|
17921
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
17922
|
+
}
|
|
17923
|
+
}
|
|
17924
|
+
},
|
|
17925
|
+
"mutable": false,
|
|
17926
|
+
"attr": "theme",
|
|
17927
|
+
"reflectToAttr": false,
|
|
17928
|
+
"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.",
|
|
17929
|
+
"docsTags": [],
|
|
17930
|
+
"default": "\"inherit\"",
|
|
17931
|
+
"values": [
|
|
17932
|
+
{
|
|
17933
|
+
"value": "dark",
|
|
17934
|
+
"type": "string"
|
|
17935
|
+
},
|
|
17936
|
+
{
|
|
17937
|
+
"value": "inherit",
|
|
17938
|
+
"type": "string"
|
|
17939
|
+
},
|
|
17940
|
+
{
|
|
17941
|
+
"value": "light",
|
|
17942
|
+
"type": "string"
|
|
17943
|
+
}
|
|
17944
|
+
],
|
|
17945
|
+
"optional": true,
|
|
17946
|
+
"required": false
|
|
17947
|
+
},
|
|
16853
17948
|
{
|
|
16854
17949
|
"name": "variant",
|
|
16855
17950
|
"type": "\"default\" | \"icon\"",
|
|
@@ -17442,6 +18537,43 @@
|
|
|
17442
18537
|
"optional": false,
|
|
17443
18538
|
"required": false
|
|
17444
18539
|
},
|
|
18540
|
+
{
|
|
18541
|
+
"name": "theme",
|
|
18542
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
18543
|
+
"complexType": {
|
|
18544
|
+
"original": "IcThemeMode",
|
|
18545
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
18546
|
+
"references": {
|
|
18547
|
+
"IcThemeMode": {
|
|
18548
|
+
"location": "import",
|
|
18549
|
+
"path": "../../utils/types",
|
|
18550
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
18551
|
+
}
|
|
18552
|
+
}
|
|
18553
|
+
},
|
|
18554
|
+
"mutable": false,
|
|
18555
|
+
"attr": "theme",
|
|
18556
|
+
"reflectToAttr": false,
|
|
18557
|
+
"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.",
|
|
18558
|
+
"docsTags": [],
|
|
18559
|
+
"default": "\"inherit\"",
|
|
18560
|
+
"values": [
|
|
18561
|
+
{
|
|
18562
|
+
"value": "dark",
|
|
18563
|
+
"type": "string"
|
|
18564
|
+
},
|
|
18565
|
+
{
|
|
18566
|
+
"value": "inherit",
|
|
18567
|
+
"type": "string"
|
|
18568
|
+
},
|
|
18569
|
+
{
|
|
18570
|
+
"value": "light",
|
|
18571
|
+
"type": "string"
|
|
18572
|
+
}
|
|
18573
|
+
],
|
|
18574
|
+
"optional": true,
|
|
18575
|
+
"required": false
|
|
18576
|
+
},
|
|
17445
18577
|
{
|
|
17446
18578
|
"name": "version",
|
|
17447
18579
|
"type": "string",
|
|
@@ -17857,6 +18989,7 @@
|
|
|
17857
18989
|
"ic-data-list",
|
|
17858
18990
|
"ic-data-row",
|
|
17859
18991
|
"ic-dialog",
|
|
18992
|
+
"ic-divider",
|
|
17860
18993
|
"ic-empty-state",
|
|
17861
18994
|
"ic-footer",
|
|
17862
18995
|
"ic-footer-link-group",
|
|
@@ -17920,6 +19053,9 @@
|
|
|
17920
19053
|
"ic-dialog": [
|
|
17921
19054
|
"ic-typography"
|
|
17922
19055
|
],
|
|
19056
|
+
"ic-divider": [
|
|
19057
|
+
"ic-typography"
|
|
19058
|
+
],
|
|
17923
19059
|
"ic-empty-state": [
|
|
17924
19060
|
"ic-typography"
|
|
17925
19061
|
],
|
|
@@ -18005,13 +19141,13 @@
|
|
|
18005
19141
|
}
|
|
18006
19142
|
],
|
|
18007
19143
|
"typeLibrary": {
|
|
18008
|
-
"src/utils/types.ts::
|
|
18009
|
-
"declaration": "export type
|
|
19144
|
+
"src/utils/types.ts::IcSizes": {
|
|
19145
|
+
"declaration": "export type IcSizes = \"medium\" | \"large\" | \"small\";",
|
|
18010
19146
|
"docstring": "",
|
|
18011
19147
|
"path": "src/utils/types.ts"
|
|
18012
19148
|
},
|
|
18013
|
-
"src/utils/types.ts::
|
|
18014
|
-
"declaration": "export type
|
|
19149
|
+
"src/utils/types.ts::IcThemeMode": {
|
|
19150
|
+
"declaration": "export type IcThemeMode = \"dark\" | \"light\" | \"inherit\";",
|
|
18015
19151
|
"docstring": "",
|
|
18016
19152
|
"path": "src/utils/types.ts"
|
|
18017
19153
|
},
|
|
@@ -18065,11 +19201,6 @@
|
|
|
18065
19201
|
"docstring": "",
|
|
18066
19202
|
"path": "src/components/ic-badge/ic-badge.types.ts"
|
|
18067
19203
|
},
|
|
18068
|
-
"src/utils/types.ts::IcThemeMode": {
|
|
18069
|
-
"declaration": "export type IcThemeMode = \"dark\" | \"light\" | \"inherit\";",
|
|
18070
|
-
"docstring": "",
|
|
18071
|
-
"path": "src/utils/types.ts"
|
|
18072
|
-
},
|
|
18073
19204
|
"src/components/ic-badge/ic-badge.types.ts::IcBadgeTypes": {
|
|
18074
19205
|
"declaration": "export type IcBadgeTypes = \"dot\" | \"text\" | \"icon\";",
|
|
18075
19206
|
"docstring": "",
|
|
@@ -18145,16 +19276,41 @@
|
|
|
18145
19276
|
"docstring": "",
|
|
18146
19277
|
"path": "src/utils/types.ts"
|
|
18147
19278
|
},
|
|
18148
|
-
"src/components/ic-
|
|
18149
|
-
"declaration": "export type
|
|
19279
|
+
"src/components/ic-divider/ic-divider.types.tsx::IcDividerStyles": {
|
|
19280
|
+
"declaration": "export type IcDividerStyles = \"solid\" | \"dashed\";",
|
|
18150
19281
|
"docstring": "",
|
|
18151
|
-
"path": "src/components/ic-
|
|
19282
|
+
"path": "src/components/ic-divider/ic-divider.types.tsx"
|
|
19283
|
+
},
|
|
19284
|
+
"src/components/ic-divider/ic-divider.types.tsx::IcDividerLabelPlacement": {
|
|
19285
|
+
"declaration": "export type IcDividerLabelPlacement =\n | \"left\"\n | \"center\"\n | \"right\"\n | \"top\"\n | \"bottom\";",
|
|
19286
|
+
"docstring": "",
|
|
19287
|
+
"path": "src/components/ic-divider/ic-divider.types.tsx"
|
|
19288
|
+
},
|
|
19289
|
+
"src/utils/types.ts::IcOrientation": {
|
|
19290
|
+
"declaration": "export type IcOrientation = \"horizontal\" | \"vertical\";",
|
|
19291
|
+
"docstring": "",
|
|
19292
|
+
"path": "src/utils/types.ts"
|
|
19293
|
+
},
|
|
19294
|
+
"src/utils/types.ts::IcThemeForeground": {
|
|
19295
|
+
"declaration": "export type IcThemeForeground = \"default\" | \"dark\" | \"light\";",
|
|
19296
|
+
"docstring": "",
|
|
19297
|
+
"path": "src/utils/types.ts"
|
|
19298
|
+
},
|
|
19299
|
+
"src/components/ic-divider/ic-divider.types.tsx::IcDividerWeights": {
|
|
19300
|
+
"declaration": "export type IcDividerWeights = \"thin\" | \"medium\" | \"thick\" | \"very-thick\";",
|
|
19301
|
+
"docstring": "",
|
|
19302
|
+
"path": "src/components/ic-divider/ic-divider.types.tsx"
|
|
18152
19303
|
},
|
|
18153
19304
|
"src/utils/types.ts::IcTypographyVariants": {
|
|
18154
19305
|
"declaration": "export type IcTypographyVariants =\n | \"h1\"\n | \"h2\"\n | \"h3\"\n | \"h4\"\n | \"subtitle-large\"\n | \"subtitle-small\"\n | \"body\"\n | \"label\"\n | \"label-uppercase\"\n | \"caption\"\n | \"caption-uppercase\"\n | \"code-large\"\n | \"code-small\"\n | \"code-extra-small\"\n | \"badge\"\n | \"badge-small\";",
|
|
18155
19306
|
"docstring": "",
|
|
18156
19307
|
"path": "src/utils/types.ts"
|
|
18157
19308
|
},
|
|
19309
|
+
"src/components/ic-empty-state/ic-empty-state.types.ts::IcEmptyStateAlignment": {
|
|
19310
|
+
"declaration": "export type IcEmptyStateAlignment = \"left\" | \"center\" | \"right\";",
|
|
19311
|
+
"docstring": "",
|
|
19312
|
+
"path": "src/components/ic-empty-state/ic-empty-state.types.ts"
|
|
19313
|
+
},
|
|
18158
19314
|
"src/components/ic-hero/ic-hero.types.tsx::IcHeroContentAlignments": {
|
|
18159
19315
|
"declaration": "export type IcHeroContentAlignments = \"left\" | \"center\";",
|
|
18160
19316
|
"docstring": "",
|
|
@@ -18235,11 +19391,6 @@
|
|
|
18235
19391
|
"docstring": "",
|
|
18236
19392
|
"path": "src/components/ic-pagination-item/ic-pagination-item.types.ts"
|
|
18237
19393
|
},
|
|
18238
|
-
"src/utils/types.ts::IcOrientation": {
|
|
18239
|
-
"declaration": "export type IcOrientation = \"horizontal\" | \"vertical\";",
|
|
18240
|
-
"docstring": "",
|
|
18241
|
-
"path": "src/utils/types.ts"
|
|
18242
|
-
},
|
|
18243
19394
|
"src/components/ic-radio-group/ic-radio-group.types.ts::IcChangeEventDetail": {
|
|
18244
19395
|
"declaration": "export interface IcChangeEventDetail {\n value: string;\n selectedOption: {\n radio: HTMLIcRadioOptionElement;\n textFieldValue?: string;\n };\n}",
|
|
18245
19396
|
"docstring": "",
|