@skf-design-system/ui-components 1.0.2-beta.7 → 1.0.2-beta.9
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/dist/components/checkbox/checkbox.component.d.ts +2 -3
- package/dist/components/checkbox/checkbox.component.js +48 -55
- package/dist/components/icon/icon.component.js +22 -12
- package/dist/components/icon/icon.styles.js +2 -2
- package/dist/custom-elements.json +165 -63
- package/dist/internal/components/formBase.d.ts +1 -0
- package/dist/internal/components/formBase.js +11 -19
- package/dist/styles/global-alt.css +1 -1
- package/dist/styles/global.css +1 -1
- package/dist/types/jsx/custom-element-jsx.d.ts +1795 -830
- package/dist/web-types.json +4 -3
- package/package.json +3 -3
@@ -37,7 +37,7 @@
|
|
37
37
|
"description": "Sets the color of the icon",
|
38
38
|
"attribute": "color",
|
39
39
|
"expandedType": {
|
40
|
-
"text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | 'emphasized' | 'secondary' | 'success'"
|
40
|
+
"text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | 'emphasized' | 'secondary' | 'purple' | 'success'"
|
41
41
|
}
|
42
42
|
},
|
43
43
|
{
|
@@ -85,7 +85,7 @@
|
|
85
85
|
"description": "Sets the color of the icon",
|
86
86
|
"fieldName": "color",
|
87
87
|
"expandedType": {
|
88
|
-
"text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | 'emphasized' | 'secondary' | 'success'"
|
88
|
+
"text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | 'emphasized' | 'secondary' | 'purple' | 'success'"
|
89
89
|
}
|
90
90
|
},
|
91
91
|
{
|
@@ -125,7 +125,8 @@
|
|
125
125
|
"package": "@internal/components/skf-element.js"
|
126
126
|
},
|
127
127
|
"tagName": "skf-icon",
|
128
|
-
"customElement": true
|
128
|
+
"customElement": true,
|
129
|
+
"modulePath": "src/components/icon/icon.component.ts"
|
129
130
|
}
|
130
131
|
],
|
131
132
|
"exports": [
|
@@ -224,12 +225,18 @@
|
|
224
225
|
{
|
225
226
|
"kind": "method",
|
226
227
|
"name": "setClose",
|
227
|
-
"description": "Class method as alternative to manipulate attribute"
|
228
|
+
"description": "Class method as alternative to manipulate attribute",
|
229
|
+
"type": {
|
230
|
+
"text": "setClose() => void"
|
231
|
+
}
|
228
232
|
},
|
229
233
|
{
|
230
234
|
"kind": "method",
|
231
235
|
"name": "setOpen",
|
232
|
-
"description": "Class method as alternative to manipulate attribute"
|
236
|
+
"description": "Class method as alternative to manipulate attribute",
|
237
|
+
"type": {
|
238
|
+
"text": "setOpen() => void"
|
239
|
+
}
|
233
240
|
}
|
234
241
|
],
|
235
242
|
"events": [
|
@@ -304,7 +311,8 @@
|
|
304
311
|
"package": "@internal/components/skf-element.js"
|
305
312
|
},
|
306
313
|
"tagName": "skf-accordion-item",
|
307
|
-
"customElement": true
|
314
|
+
"customElement": true,
|
315
|
+
"modulePath": "src/components/accordion/accordion-item.component.ts"
|
308
316
|
}
|
309
317
|
],
|
310
318
|
"exports": [
|
@@ -479,7 +487,8 @@
|
|
479
487
|
"package": "@internal/components/skf-element.js"
|
480
488
|
},
|
481
489
|
"tagName": "skf-accordion",
|
482
|
-
"customElement": true
|
490
|
+
"customElement": true,
|
491
|
+
"modulePath": "src/components/accordion/accordion.component.ts"
|
483
492
|
}
|
484
493
|
],
|
485
494
|
"exports": [
|
@@ -643,7 +652,8 @@
|
|
643
652
|
"package": "@internal/components/skf-element.js"
|
644
653
|
},
|
645
654
|
"tagName": "skf-alert",
|
646
|
-
"customElement": true
|
655
|
+
"customElement": true,
|
656
|
+
"modulePath": "src/components/alert/alert.component.ts"
|
647
657
|
}
|
648
658
|
],
|
649
659
|
"exports": [
|
@@ -711,7 +721,8 @@
|
|
711
721
|
"package": "@internal/components/skf-element"
|
712
722
|
},
|
713
723
|
"tagName": "skf-breadcrumb-item",
|
714
|
-
"customElement": true
|
724
|
+
"customElement": true,
|
725
|
+
"modulePath": "src/components/breadcrumb/breadcrumb-item.component.ts"
|
715
726
|
}
|
716
727
|
],
|
717
728
|
"exports": [
|
@@ -809,7 +820,8 @@
|
|
809
820
|
"package": "@internal/components/skf-element"
|
810
821
|
},
|
811
822
|
"tagName": "skf-breadcrumb",
|
812
|
-
"customElement": true
|
823
|
+
"customElement": true,
|
824
|
+
"modulePath": "src/components/breadcrumb/breadcrumb.component.ts"
|
813
825
|
}
|
814
826
|
],
|
815
827
|
"exports": [
|
@@ -901,7 +913,8 @@
|
|
901
913
|
"package": "@internal/components/skf-element.js"
|
902
914
|
},
|
903
915
|
"tagName": "skf-loader",
|
904
|
-
"customElement": true
|
916
|
+
"customElement": true,
|
917
|
+
"modulePath": "src/components/loader/loader.component.ts"
|
905
918
|
}
|
906
919
|
],
|
907
920
|
"exports": [
|
@@ -1059,7 +1072,10 @@
|
|
1059
1072
|
{
|
1060
1073
|
"kind": "method",
|
1061
1074
|
"name": "click",
|
1062
|
-
"description": "Simulates a click on the button."
|
1075
|
+
"description": "Simulates a click on the button.",
|
1076
|
+
"type": {
|
1077
|
+
"text": "click() => void"
|
1078
|
+
}
|
1063
1079
|
}
|
1064
1080
|
],
|
1065
1081
|
"events": [
|
@@ -1172,7 +1188,8 @@
|
|
1172
1188
|
"package": "@internal/components/skf-element.js"
|
1173
1189
|
},
|
1174
1190
|
"tagName": "skf-button",
|
1175
|
-
"customElement": true
|
1191
|
+
"customElement": true,
|
1192
|
+
"modulePath": "src/components/button/button.component.ts"
|
1176
1193
|
}
|
1177
1194
|
],
|
1178
1195
|
"exports": [
|
@@ -1289,7 +1306,8 @@
|
|
1289
1306
|
"package": "@internal/components/skf-element.js"
|
1290
1307
|
},
|
1291
1308
|
"tagName": "skf-card",
|
1292
|
-
"customElement": true
|
1309
|
+
"customElement": true,
|
1310
|
+
"modulePath": "src/components/card/card.component.ts"
|
1293
1311
|
}
|
1294
1312
|
],
|
1295
1313
|
"exports": [
|
@@ -1339,6 +1357,10 @@
|
|
1339
1357
|
{
|
1340
1358
|
"kind": "field",
|
1341
1359
|
"name": "checked",
|
1360
|
+
"type": {
|
1361
|
+
"text": "boolean"
|
1362
|
+
},
|
1363
|
+
"default": "false",
|
1342
1364
|
"description": "If true, outputs helping hints in console",
|
1343
1365
|
"attribute": "checked",
|
1344
1366
|
"reflects": true
|
@@ -1475,6 +1497,10 @@
|
|
1475
1497
|
},
|
1476
1498
|
{
|
1477
1499
|
"name": "checked",
|
1500
|
+
"type": {
|
1501
|
+
"text": "boolean"
|
1502
|
+
},
|
1503
|
+
"default": "false",
|
1478
1504
|
"description": "If true, outputs helping hints in console",
|
1479
1505
|
"fieldName": "checked"
|
1480
1506
|
},
|
@@ -1565,7 +1591,8 @@
|
|
1565
1591
|
"package": "@internal/components/formBase.js"
|
1566
1592
|
},
|
1567
1593
|
"tagName": "skf-checkbox",
|
1568
|
-
"customElement": true
|
1594
|
+
"customElement": true,
|
1595
|
+
"modulePath": "src/components/checkbox/checkbox.component.ts"
|
1569
1596
|
}
|
1570
1597
|
],
|
1571
1598
|
"exports": [
|
@@ -1722,7 +1749,10 @@
|
|
1722
1749
|
"text": "false"
|
1723
1750
|
}
|
1724
1751
|
}
|
1725
|
-
]
|
1752
|
+
],
|
1753
|
+
"type": {
|
1754
|
+
"text": "_createDate({ year, month, day }: DateParts, useTemporalApi?: false) => Date"
|
1755
|
+
}
|
1726
1756
|
},
|
1727
1757
|
{
|
1728
1758
|
"kind": "method",
|
@@ -1746,7 +1776,10 @@
|
|
1746
1776
|
"text": "boolean"
|
1747
1777
|
}
|
1748
1778
|
}
|
1749
|
-
]
|
1779
|
+
],
|
1780
|
+
"type": {
|
1781
|
+
"text": "_createDate({ year, month, day = 1 }: DateParts, useTemporalApi?: boolean) => Date | Temporal.PlainDate"
|
1782
|
+
}
|
1750
1783
|
},
|
1751
1784
|
{
|
1752
1785
|
"kind": "field",
|
@@ -1843,7 +1876,8 @@
|
|
1843
1876
|
"package": "@internal/components/skf-element.js"
|
1844
1877
|
},
|
1845
1878
|
"tagName": "skf-datepicker-calendar",
|
1846
|
-
"customElement": true
|
1879
|
+
"customElement": true,
|
1880
|
+
"modulePath": "src/components/datepicker/datepicker-calendar.component.ts"
|
1847
1881
|
}
|
1848
1882
|
],
|
1849
1883
|
"exports": [
|
@@ -2257,7 +2291,10 @@
|
|
2257
2291
|
},
|
2258
2292
|
{
|
2259
2293
|
"kind": "method",
|
2260
|
-
"name": "_handleValueChange"
|
2294
|
+
"name": "_handleValueChange",
|
2295
|
+
"type": {
|
2296
|
+
"text": "_handleValueChange() => void"
|
2297
|
+
}
|
2261
2298
|
},
|
2262
2299
|
{
|
2263
2300
|
"kind": "field",
|
@@ -2266,16 +2303,25 @@
|
|
2266
2303
|
},
|
2267
2304
|
{
|
2268
2305
|
"kind": "method",
|
2269
|
-
"name": "showPopover"
|
2306
|
+
"name": "showPopover",
|
2307
|
+
"type": {
|
2308
|
+
"text": "showPopover() => void"
|
2309
|
+
}
|
2270
2310
|
},
|
2271
2311
|
{
|
2272
2312
|
"kind": "method",
|
2273
|
-
"name": "hidePopover"
|
2313
|
+
"name": "hidePopover",
|
2314
|
+
"type": {
|
2315
|
+
"text": "hidePopover() => void"
|
2316
|
+
}
|
2274
2317
|
},
|
2275
2318
|
{
|
2276
2319
|
"kind": "method",
|
2277
2320
|
"name": "clear",
|
2278
|
-
"description": "Clears the input field"
|
2321
|
+
"description": "Clears the input field",
|
2322
|
+
"type": {
|
2323
|
+
"text": "clear() => void"
|
2324
|
+
}
|
2279
2325
|
}
|
2280
2326
|
],
|
2281
2327
|
"attributes": [
|
@@ -2424,7 +2470,8 @@
|
|
2424
2470
|
"package": "@internal/components/formBase.js"
|
2425
2471
|
},
|
2426
2472
|
"tagName": "skf-datepicker",
|
2427
|
-
"customElement": true
|
2473
|
+
"customElement": true,
|
2474
|
+
"modulePath": "src/components/datepicker/datepicker.component.ts"
|
2428
2475
|
}
|
2429
2476
|
],
|
2430
2477
|
"exports": [
|
@@ -2527,7 +2574,8 @@
|
|
2527
2574
|
"package": "@internal/components/skf-element.js"
|
2528
2575
|
},
|
2529
2576
|
"tagName": "skf-heading",
|
2530
|
-
"customElement": true
|
2577
|
+
"customElement": true,
|
2578
|
+
"modulePath": "src/components/heading/heading.component.ts"
|
2531
2579
|
}
|
2532
2580
|
],
|
2533
2581
|
"exports": [
|
@@ -2644,12 +2692,18 @@
|
|
2644
2692
|
{
|
2645
2693
|
"kind": "method",
|
2646
2694
|
"name": "showModal",
|
2647
|
-
"description": "Method that opens the dialog in modal state"
|
2695
|
+
"description": "Method that opens the dialog in modal state",
|
2696
|
+
"type": {
|
2697
|
+
"text": "showModal() => void"
|
2698
|
+
}
|
2648
2699
|
},
|
2649
2700
|
{
|
2650
2701
|
"kind": "method",
|
2651
2702
|
"name": "close",
|
2652
|
-
"description": "Method that closes the dialog"
|
2703
|
+
"description": "Method that closes the dialog",
|
2704
|
+
"type": {
|
2705
|
+
"text": "close() => void"
|
2706
|
+
}
|
2653
2707
|
}
|
2654
2708
|
],
|
2655
2709
|
"events": [
|
@@ -2738,7 +2792,8 @@
|
|
2738
2792
|
"package": "@internal/components/skf-element"
|
2739
2793
|
},
|
2740
2794
|
"tagName": "skf-dialog",
|
2741
|
-
"customElement": true
|
2795
|
+
"customElement": true,
|
2796
|
+
"modulePath": "src/components/dialog/dialog.component.ts"
|
2742
2797
|
}
|
2743
2798
|
],
|
2744
2799
|
"exports": [
|
@@ -2859,7 +2914,8 @@
|
|
2859
2914
|
"package": "@internal/components/skf-element.js"
|
2860
2915
|
},
|
2861
2916
|
"tagName": "skf-divider",
|
2862
|
-
"customElement": true
|
2917
|
+
"customElement": true,
|
2918
|
+
"modulePath": "src/components/divider/divider.component.ts"
|
2863
2919
|
}
|
2864
2920
|
],
|
2865
2921
|
"exports": [
|
@@ -2973,7 +3029,10 @@
|
|
2973
3029
|
},
|
2974
3030
|
{
|
2975
3031
|
"kind": "method",
|
2976
|
-
"name": "close"
|
3032
|
+
"name": "close",
|
3033
|
+
"type": {
|
3034
|
+
"text": "close() => void"
|
3035
|
+
}
|
2977
3036
|
}
|
2978
3037
|
],
|
2979
3038
|
"events": [
|
@@ -3059,7 +3118,8 @@
|
|
3059
3118
|
"package": "@internal/components/skf-element"
|
3060
3119
|
},
|
3061
3120
|
"tagName": "skf-drawer",
|
3062
|
-
"customElement": true
|
3121
|
+
"customElement": true,
|
3122
|
+
"modulePath": "src/components/drawer/drawer.component.ts"
|
3063
3123
|
}
|
3064
3124
|
],
|
3065
3125
|
"exports": [
|
@@ -3157,7 +3217,8 @@
|
|
3157
3217
|
"package": "@internal/components/skf-element.js"
|
3158
3218
|
},
|
3159
3219
|
"tagName": "skf-logo",
|
3160
|
-
"customElement": true
|
3220
|
+
"customElement": true,
|
3221
|
+
"modulePath": "src/components/logo/logo.component.ts"
|
3161
3222
|
}
|
3162
3223
|
],
|
3163
3224
|
"exports": [
|
@@ -3316,7 +3377,10 @@
|
|
3316
3377
|
},
|
3317
3378
|
{
|
3318
3379
|
"kind": "method",
|
3319
|
-
"name": "_handleAsChange"
|
3380
|
+
"name": "_handleAsChange",
|
3381
|
+
"type": {
|
3382
|
+
"text": "_handleAsChange() => void"
|
3383
|
+
}
|
3320
3384
|
}
|
3321
3385
|
],
|
3322
3386
|
"events": [
|
@@ -3435,7 +3499,8 @@
|
|
3435
3499
|
"package": "@internal/components/skf-element.js"
|
3436
3500
|
},
|
3437
3501
|
"tagName": "skf-link",
|
3438
|
-
"customElement": true
|
3502
|
+
"customElement": true,
|
3503
|
+
"modulePath": "src/components/link/link.component.ts"
|
3439
3504
|
}
|
3440
3505
|
],
|
3441
3506
|
"exports": [
|
@@ -3535,7 +3600,8 @@
|
|
3535
3600
|
"package": "@internal/components/skf-element"
|
3536
3601
|
},
|
3537
3602
|
"tagName": "skf-nav-item",
|
3538
|
-
"customElement": true
|
3603
|
+
"customElement": true,
|
3604
|
+
"modulePath": "src/components/nav/nav-item.component.ts"
|
3539
3605
|
}
|
3540
3606
|
],
|
3541
3607
|
"exports": [
|
@@ -3640,7 +3706,8 @@
|
|
3640
3706
|
"package": "@internal/components/skf-element"
|
3641
3707
|
},
|
3642
3708
|
"tagName": "skf-nav",
|
3643
|
-
"customElement": true
|
3709
|
+
"customElement": true,
|
3710
|
+
"modulePath": "src/components/nav/nav.component.ts"
|
3644
3711
|
}
|
3645
3712
|
],
|
3646
3713
|
"exports": [
|
@@ -3756,7 +3823,8 @@
|
|
3756
3823
|
"package": "@internal/components/skf-element"
|
3757
3824
|
},
|
3758
3825
|
"tagName": "skf-header",
|
3759
|
-
"customElement": true
|
3826
|
+
"customElement": true,
|
3827
|
+
"modulePath": "src/components/header/header.component.ts"
|
3760
3828
|
}
|
3761
3829
|
],
|
3762
3830
|
"exports": [
|
@@ -4258,7 +4326,8 @@
|
|
4258
4326
|
"package": "@internal/components/formBase.js"
|
4259
4327
|
},
|
4260
4328
|
"tagName": "skf-input",
|
4261
|
-
"customElement": true
|
4329
|
+
"customElement": true,
|
4330
|
+
"modulePath": "src/components/input/input.component.ts"
|
4262
4331
|
}
|
4263
4332
|
],
|
4264
4333
|
"exports": [
|
@@ -4477,6 +4546,9 @@
|
|
4477
4546
|
"inheritedFrom": {
|
4478
4547
|
"name": "SkfLink",
|
4479
4548
|
"module": "src/components/link/link.component.ts"
|
4549
|
+
},
|
4550
|
+
"type": {
|
4551
|
+
"text": "_handleAsChange() => void"
|
4480
4552
|
}
|
4481
4553
|
}
|
4482
4554
|
],
|
@@ -4644,7 +4716,8 @@
|
|
4644
4716
|
"module": "src/components/link/link.component.ts"
|
4645
4717
|
}
|
4646
4718
|
}
|
4647
|
-
]
|
4719
|
+
],
|
4720
|
+
"modulePath": "src/components/menu/menu-item.component.ts"
|
4648
4721
|
}
|
4649
4722
|
],
|
4650
4723
|
"exports": [
|
@@ -4729,7 +4802,8 @@
|
|
4729
4802
|
"package": "@internal/base-classes/popover/popover.base.js"
|
4730
4803
|
},
|
4731
4804
|
"tagName": "skf-menu",
|
4732
|
-
"customElement": true
|
4805
|
+
"customElement": true,
|
4806
|
+
"modulePath": "src/components/menu/menu.component.ts"
|
4733
4807
|
}
|
4734
4808
|
],
|
4735
4809
|
"exports": [
|
@@ -4852,7 +4926,8 @@
|
|
4852
4926
|
"package": "@internal/base-classes/popover/popover.base.js"
|
4853
4927
|
},
|
4854
4928
|
"tagName": "skf-popover",
|
4855
|
-
"customElement": true
|
4929
|
+
"customElement": true,
|
4930
|
+
"modulePath": "src/components/popover/popover.component.ts"
|
4856
4931
|
}
|
4857
4932
|
],
|
4858
4933
|
"exports": [
|
@@ -4966,7 +5041,8 @@
|
|
4966
5041
|
"package": "@internal/components/skf-element"
|
4967
5042
|
},
|
4968
5043
|
"tagName": "skf-progress",
|
4969
|
-
"customElement": true
|
5044
|
+
"customElement": true,
|
5045
|
+
"modulePath": "src/components/progress/progress.component.ts"
|
4970
5046
|
}
|
4971
5047
|
],
|
4972
5048
|
"exports": [
|
@@ -5228,7 +5304,8 @@
|
|
5228
5304
|
"package": "@internal/components/formBase.js"
|
5229
5305
|
},
|
5230
5306
|
"tagName": "skf-radio",
|
5231
|
-
"customElement": true
|
5307
|
+
"customElement": true,
|
5308
|
+
"modulePath": "src/components/radio/radio.component.ts"
|
5232
5309
|
}
|
5233
5310
|
],
|
5234
5311
|
"exports": [
|
@@ -5344,7 +5421,8 @@
|
|
5344
5421
|
"package": "@internal/components/skf-element"
|
5345
5422
|
},
|
5346
5423
|
"tagName": "skf-segmented-button-item",
|
5347
|
-
"customElement": true
|
5424
|
+
"customElement": true,
|
5425
|
+
"modulePath": "src/components/segmented-button/segmented-button-item.component.ts"
|
5348
5426
|
}
|
5349
5427
|
],
|
5350
5428
|
"exports": [
|
@@ -5401,7 +5479,8 @@
|
|
5401
5479
|
"package": "@internal/components/skf-element"
|
5402
5480
|
},
|
5403
5481
|
"tagName": "skf-segmented-button",
|
5404
|
-
"customElement": true
|
5482
|
+
"customElement": true,
|
5483
|
+
"modulePath": "src/components/segmented-button/segmented-button.component.ts"
|
5405
5484
|
}
|
5406
5485
|
],
|
5407
5486
|
"exports": [
|
@@ -5481,7 +5560,8 @@
|
|
5481
5560
|
"package": "@internal/components/skf-element"
|
5482
5561
|
},
|
5483
5562
|
"tagName": "skf-select-option-group",
|
5484
|
-
"customElement": true
|
5563
|
+
"customElement": true,
|
5564
|
+
"modulePath": "src/components/select/select-option-group.component.ts"
|
5485
5565
|
}
|
5486
5566
|
],
|
5487
5567
|
"exports": [
|
@@ -5667,7 +5747,8 @@
|
|
5667
5747
|
"package": "@internal/components/skf-element"
|
5668
5748
|
},
|
5669
5749
|
"tagName": "skf-tag",
|
5670
|
-
"customElement": true
|
5750
|
+
"customElement": true,
|
5751
|
+
"modulePath": "src/components/tag/tag.component.ts"
|
5671
5752
|
}
|
5672
5753
|
],
|
5673
5754
|
"exports": [
|
@@ -5871,11 +5952,17 @@
|
|
5871
5952
|
},
|
5872
5953
|
{
|
5873
5954
|
"kind": "method",
|
5874
|
-
"name": "_handleSizeUpdate"
|
5955
|
+
"name": "_handleSizeUpdate",
|
5956
|
+
"type": {
|
5957
|
+
"text": "_handleSizeUpdate() => void"
|
5958
|
+
}
|
5875
5959
|
},
|
5876
5960
|
{
|
5877
5961
|
"kind": "method",
|
5878
|
-
"name": "handleExpandedChange"
|
5962
|
+
"name": "handleExpandedChange",
|
5963
|
+
"type": {
|
5964
|
+
"text": "handleExpandedChange() => void"
|
5965
|
+
}
|
5879
5966
|
},
|
5880
5967
|
{
|
5881
5968
|
"kind": "field",
|
@@ -6075,7 +6162,8 @@
|
|
6075
6162
|
"package": "@internal/components/formBase.js"
|
6076
6163
|
},
|
6077
6164
|
"tagName": "skf-select",
|
6078
|
-
"customElement": true
|
6165
|
+
"customElement": true,
|
6166
|
+
"modulePath": "src/components/select/select.component.ts"
|
6079
6167
|
}
|
6080
6168
|
],
|
6081
6169
|
"exports": [
|
@@ -6168,7 +6256,7 @@
|
|
6168
6256
|
"attribute": "icon-color",
|
6169
6257
|
"reflects": true,
|
6170
6258
|
"expandedType": {
|
6171
|
-
"text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | 'emphasized' | 'secondary' | 'success' | undefined"
|
6259
|
+
"text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | 'emphasized' | 'secondary' | 'purple' | 'success' | undefined"
|
6172
6260
|
}
|
6173
6261
|
},
|
6174
6262
|
{
|
@@ -6256,7 +6344,7 @@
|
|
6256
6344
|
"description": "If defined, sets provided color on the icon",
|
6257
6345
|
"fieldName": "iconColor",
|
6258
6346
|
"expandedType": {
|
6259
|
-
"text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | 'emphasized' | 'secondary' | 'success' | undefined"
|
6347
|
+
"text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | 'emphasized' | 'secondary' | 'purple' | 'success' | undefined"
|
6260
6348
|
}
|
6261
6349
|
},
|
6262
6350
|
{
|
@@ -6287,7 +6375,8 @@
|
|
6287
6375
|
"package": "@internal/components/skf-element.js"
|
6288
6376
|
},
|
6289
6377
|
"tagName": "skf-select-option",
|
6290
|
-
"customElement": true
|
6378
|
+
"customElement": true,
|
6379
|
+
"modulePath": "src/components/select/select-option.component.ts"
|
6291
6380
|
}
|
6292
6381
|
],
|
6293
6382
|
"exports": [
|
@@ -6390,7 +6479,8 @@
|
|
6390
6479
|
"package": "@internal/components/skf-element"
|
6391
6480
|
},
|
6392
6481
|
"tagName": "skf-stepper-item",
|
6393
|
-
"customElement": true
|
6482
|
+
"customElement": true,
|
6483
|
+
"modulePath": "src/components/stepper/stepper-item.component.ts"
|
6394
6484
|
}
|
6395
6485
|
],
|
6396
6486
|
"exports": [
|
@@ -6475,7 +6565,8 @@
|
|
6475
6565
|
"package": "@internal/components/skf-element"
|
6476
6566
|
},
|
6477
6567
|
"tagName": "skf-stepper",
|
6478
|
-
"customElement": true
|
6568
|
+
"customElement": true,
|
6569
|
+
"modulePath": "src/components/stepper/stepper.component.ts"
|
6479
6570
|
}
|
6480
6571
|
],
|
6481
6572
|
"exports": [
|
@@ -6598,7 +6689,10 @@
|
|
6598
6689
|
},
|
6599
6690
|
{
|
6600
6691
|
"kind": "method",
|
6601
|
-
"name": "debugOutput"
|
6692
|
+
"name": "debugOutput",
|
6693
|
+
"type": {
|
6694
|
+
"text": "debugOutput() => void"
|
6695
|
+
}
|
6602
6696
|
}
|
6603
6697
|
],
|
6604
6698
|
"attributes": [
|
@@ -6697,7 +6791,8 @@
|
|
6697
6791
|
"package": "@internal/components/formBase.js"
|
6698
6792
|
},
|
6699
6793
|
"tagName": "skf-switch",
|
6700
|
-
"customElement": true
|
6794
|
+
"customElement": true,
|
6795
|
+
"modulePath": "src/components/switch/switch.component.ts"
|
6701
6796
|
}
|
6702
6797
|
],
|
6703
6798
|
"exports": [
|
@@ -6762,7 +6857,8 @@
|
|
6762
6857
|
"package": "@internal/components/skf-element"
|
6763
6858
|
},
|
6764
6859
|
"tagName": "skf-tab-panel",
|
6765
|
-
"customElement": true
|
6860
|
+
"customElement": true,
|
6861
|
+
"modulePath": "src/components/tabs/tab-panel.component.ts"
|
6766
6862
|
}
|
6767
6863
|
],
|
6768
6864
|
"exports": [
|
@@ -6900,7 +6996,8 @@
|
|
6900
6996
|
"package": "@internal/components/skf-element"
|
6901
6997
|
},
|
6902
6998
|
"tagName": "skf-tabs",
|
6903
|
-
"customElement": true
|
6999
|
+
"customElement": true,
|
7000
|
+
"modulePath": "src/components/tabs/tabs.component.ts"
|
6904
7001
|
}
|
6905
7002
|
],
|
6906
7003
|
"exports": [
|
@@ -6987,7 +7084,8 @@
|
|
6987
7084
|
"package": "@internal/components/skf-element"
|
6988
7085
|
},
|
6989
7086
|
"tagName": "skf-tab",
|
6990
|
-
"customElement": true
|
7087
|
+
"customElement": true,
|
7088
|
+
"modulePath": "src/components/tabs/tab.component.ts"
|
6991
7089
|
}
|
6992
7090
|
],
|
6993
7091
|
"exports": [
|
@@ -7382,7 +7480,8 @@
|
|
7382
7480
|
"package": "@internal/components/formBase.js"
|
7383
7481
|
},
|
7384
7482
|
"tagName": "skf-textarea",
|
7385
|
-
"customElement": true
|
7483
|
+
"customElement": true,
|
7484
|
+
"modulePath": "src/components/textarea/textarea.component.ts"
|
7386
7485
|
}
|
7387
7486
|
],
|
7388
7487
|
"exports": [
|
@@ -7750,7 +7849,8 @@
|
|
7750
7849
|
"package": "@internal/components/skf-element"
|
7751
7850
|
},
|
7752
7851
|
"tagName": "skf-toast-wrapper",
|
7753
|
-
"customElement": true
|
7852
|
+
"customElement": true,
|
7853
|
+
"modulePath": "src/components/toast/toast-wrapper.component.ts"
|
7754
7854
|
}
|
7755
7855
|
],
|
7756
7856
|
"exports": [
|
@@ -7908,7 +8008,8 @@
|
|
7908
8008
|
"package": "@internal/components/skf-element"
|
7909
8009
|
},
|
7910
8010
|
"tagName": "skf-toast",
|
7911
|
-
"customElement": true
|
8011
|
+
"customElement": true,
|
8012
|
+
"modulePath": "src/components/toast/toast.component.ts"
|
7912
8013
|
}
|
7913
8014
|
],
|
7914
8015
|
"exports": [
|
@@ -8017,7 +8118,8 @@
|
|
8017
8118
|
"package": "@internal/base-classes/popover/popover.base.js"
|
8018
8119
|
},
|
8019
8120
|
"tagName": "skf-tooltip",
|
8020
|
-
"customElement": true
|
8121
|
+
"customElement": true,
|
8122
|
+
"modulePath": "src/components/tooltip/tooltip.component.ts"
|
8021
8123
|
}
|
8022
8124
|
],
|
8023
8125
|
"exports": [
|
@@ -37,6 +37,7 @@ export declare class FormBase extends SkfElement {
|
|
37
37
|
/** If true, sets disabled state */
|
38
38
|
set disabled(isDisabled: boolean);
|
39
39
|
get disabled(): boolean;
|
40
|
+
/** If true, sets disabled state */
|
40
41
|
set required(isRequired: boolean);
|
41
42
|
get required(): boolean;
|
42
43
|
set nativeValidation(nativeValidation: boolean);
|