@skf-design-system/ui-components 1.0.0-alpha.38 → 1.0.0-alpha.39

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.
Files changed (117) hide show
  1. package/README.md +18 -0
  2. package/dist/components/alert/alert.component.d.ts +3 -2
  3. package/dist/components/alert/alert.component.js +39 -33
  4. package/dist/components/breadcrumb/breadcrumb-item.component.js +11 -12
  5. package/dist/components/button/button.component.js +32 -36
  6. package/dist/components/button/button.styles.js +3 -3
  7. package/dist/components/checkbox/checkbox.component.d.ts +6 -5
  8. package/dist/components/checkbox/checkbox.component.js +67 -69
  9. package/dist/components/checkbox/checkbox.styles.js +1 -1
  10. package/dist/components/datepicker/datepicker-calendar.component.d.ts +1 -0
  11. package/dist/components/datepicker/datepicker-calendar.component.js +107 -116
  12. package/dist/components/datepicker/datepicker-popup.component.d.ts +4 -0
  13. package/dist/components/datepicker/datepicker-popup.component.js +112 -100
  14. package/dist/components/datepicker/datepicker-popup.helpers.js +1 -1
  15. package/dist/components/datepicker/datepicker.component.d.ts +4 -2
  16. package/dist/components/datepicker/datepicker.component.js +159 -160
  17. package/dist/components/dialog/dialog.component.d.ts +3 -2
  18. package/dist/components/dialog/dialog.component.js +48 -48
  19. package/dist/components/divider/divider.component.d.ts +3 -0
  20. package/dist/components/divider/divider.component.js +43 -22
  21. package/dist/components/divider/divider.styles.js +9 -9
  22. package/dist/components/drawer/drawer.component.d.ts +12 -4
  23. package/dist/components/drawer/drawer.component.js +84 -61
  24. package/dist/components/drawer/drawer.styles.js +47 -40
  25. package/dist/components/header/header.component.d.ts +4 -2
  26. package/dist/components/header/header.component.js +64 -57
  27. package/dist/components/header/header.styles.js +2 -2
  28. package/dist/components/icon/icon.component.js +26 -16
  29. package/dist/components/icon/icon.styles.js +4 -4
  30. package/dist/components/input/input.component.d.ts +11 -10
  31. package/dist/components/input/input.component.js +115 -111
  32. package/dist/components/input/input.controllers.d.ts +0 -1
  33. package/dist/components/input/input.controllers.js +14 -19
  34. package/dist/components/link/link.component.d.ts +1 -0
  35. package/dist/components/link/link.component.js +86 -74
  36. package/dist/components/link/link.styles.js +7 -3
  37. package/dist/components/loader/loader.component.d.ts +0 -2
  38. package/dist/components/loader/loader.component.js +27 -30
  39. package/dist/components/loader/loader.styles.js +1 -1
  40. package/dist/components/menu/menu-item.styles.js +8 -7
  41. package/dist/components/menu/menu.component.d.ts +5 -2
  42. package/dist/components/menu/menu.component.js +7 -7
  43. package/dist/components/nav/nav.component.d.ts +3 -0
  44. package/dist/components/nav/nav.component.js +38 -33
  45. package/dist/components/popover/popover.component.d.ts +6 -7
  46. package/dist/components/popover/popover.component.js +23 -31
  47. package/dist/components/progress/progress.styles.js +3 -3
  48. package/dist/components/radio/radio.component.d.ts +4 -2
  49. package/dist/components/radio/radio.component.js +96 -91
  50. package/dist/components/radio/radio.styles.js +1 -1
  51. package/dist/components/segmented-button/segmented-button-item.component.js +1 -1
  52. package/dist/components/segmented-button/segmented-button-item.styles.js +1 -1
  53. package/dist/components/segmented-button/segmented-button.component.js +22 -24
  54. package/dist/components/select/select-option.component.d.ts +2 -1
  55. package/dist/components/select/select-option.component.js +31 -36
  56. package/dist/components/select/select.component.d.ts +20 -10
  57. package/dist/components/select/select.component.js +139 -104
  58. package/dist/components/select/select.controllers.js +14 -17
  59. package/dist/components/select/select.styles.js +8 -3
  60. package/dist/components/stepper/stepper-item.component.d.ts +1 -1
  61. package/dist/components/stepper/stepper-item.component.js +26 -23
  62. package/dist/components/stepper/stepper-item.styles.js +4 -4
  63. package/dist/components/stepper/stepper.component.js +2 -3
  64. package/dist/components/stepper/stepper.helpers.js +6 -7
  65. package/dist/components/switch/switch.component.d.ts +4 -2
  66. package/dist/components/switch/switch.component.js +64 -58
  67. package/dist/components/switch/switch.styles.js +1 -1
  68. package/dist/components/tabs/tab-panel.component.d.ts +1 -1
  69. package/dist/components/tabs/tab-panel.component.js +19 -16
  70. package/dist/components/tabs/tab.component.d.ts +1 -1
  71. package/dist/components/tabs/tab.component.js +17 -14
  72. package/dist/components/tabs/tab.styles.js +2 -2
  73. package/dist/components/tabs/tabs.component.js +6 -6
  74. package/dist/components/tag/tag.component.d.ts +9 -6
  75. package/dist/components/tag/tag.component.js +78 -72
  76. package/dist/components/tag/tag.styles.js +5 -0
  77. package/dist/components/textarea/textarea.component.d.ts +4 -2
  78. package/dist/components/textarea/textarea.component.js +101 -95
  79. package/dist/components/toast/toast-item.styles.js +13 -10
  80. package/dist/components/toast/toast.singleton.js +6 -7
  81. package/dist/components/tooltip/tooltip.component.d.ts +7 -4
  82. package/dist/components/tooltip/tooltip.component.js +22 -14
  83. package/dist/custom-elements.json +835 -422
  84. package/dist/index.d.ts +2 -2
  85. package/dist/index.js +20 -20
  86. package/dist/internal/base-classes/popover/popover.base.d.ts +28 -8
  87. package/dist/internal/base-classes/popover/popover.base.js +78 -74
  88. package/dist/internal/components/formBase.d.ts +1 -0
  89. package/dist/internal/components/formBase.js +11 -19
  90. package/dist/internal/controllers/popover.controller.d.ts +2 -0
  91. package/dist/internal/controllers/popover.controller.js +11 -14
  92. package/dist/internal/helpers/stateMap.js +3 -3
  93. package/dist/internal/helpers/uuid.d.ts +8 -10
  94. package/dist/internal/helpers/uuid.js +4 -11
  95. package/dist/internal/helpers/watch.d.ts +1 -1
  96. package/dist/internal/templates/asterisk.d.ts +1 -1
  97. package/dist/internal/templates/asterisk.js +4 -4
  98. package/dist/internal/types.d.ts +4 -0
  99. package/dist/styles/global-alt.css +1 -1
  100. package/dist/styles/global.css +1 -1
  101. package/dist/translations/en.d.ts +3 -0
  102. package/dist/translations/en.js +27 -0
  103. package/dist/translations/es.d.ts +3 -0
  104. package/dist/translations/es.js +27 -0
  105. package/dist/translations/index.d.ts +4 -0
  106. package/dist/translations/pt.d.ts +3 -0
  107. package/dist/translations/pt.js +27 -0
  108. package/dist/translations/sv.d.ts +3 -0
  109. package/dist/translations/sv.js +27 -0
  110. package/dist/types/jsx/custom-element-jsx.d.ts +1840 -858
  111. package/dist/types/vue/index.d.ts +69 -64
  112. package/dist/utilities/localize.d.ts +28 -0
  113. package/dist/utilities/localize.js +13 -0
  114. package/dist/vscode.html-custom-data.json +75 -83
  115. package/dist/web-types.json +229 -190
  116. package/package.json +29 -35
  117. package/custom-elements.json +0 -25490
@@ -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' | 'emphasised' | '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' | 'emphasised' | '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": [
@@ -513,6 +522,13 @@
513
522
  }
514
523
  ],
515
524
  "members": [
525
+ {
526
+ "kind": "field",
527
+ "name": "#localize",
528
+ "privacy": "private",
529
+ "readonly": true,
530
+ "default": "new LocalizeController(this)"
531
+ },
516
532
  {
517
533
  "kind": "field",
518
534
  "name": "#internals",
@@ -529,16 +545,6 @@
529
545
  "text": "CustomStateSet"
530
546
  }
531
547
  },
532
- {
533
- "kind": "field",
534
- "name": "buttonLabel",
535
- "type": {
536
- "text": "string"
537
- },
538
- "default": "'Close'",
539
- "description": "Close button aria-label",
540
- "attribute": "button-label"
541
- },
542
548
  {
543
549
  "kind": "field",
544
550
  "name": "icon",
@@ -551,6 +557,19 @@
551
557
  "text": "'addCircleOutline' | 'addCircle' | 'addPlus' | 'arrowBackIos' | 'arrowBack' | 'arrowDown' | 'arrowForwardIos' | 'arrowForward' | 'arrowLeft' | 'arrowRight' | 'arrowUpDown' | 'arrowUp' | 'article' | 'asset' | 'attachment' | 'bandCursor' | 'bands' | 'batteryEmpty' | 'batteryFull' | 'batteryLow' | 'bearingFault' | 'bluetoothDisabled' | 'bluetooth' | 'book' | 'bookmarkOutline' | 'bookmark' | 'calculator' | 'calendarBusy' | 'calendarCheck' | 'calendarEmpty' | 'calendarMonth' | 'calendarReccuring' | 'call' | 'caretDown' | 'caretUpDown' | 'caretUp' | 'chat' | 'checkCircleOutline' | 'checkCircle' | 'checkSmall' | 'check' | 'chevronDownUp' | 'chevronDown' | 'chevronLeft' | 'chevronRight' | 'chevronUpDown' | 'chevronUp' | 'chip' | 'circleStatus' | 'closeAll' | 'closeAlt' | 'close' | 'columnGraph' | 'comment' | 'connection0' | 'connection1' | 'connection2' | 'connection3' | 'connection4' | 'contentPaste' | 'copy' | 'cpmCyclesPerMinute' | 'dangerOutline' | 'danger' | 'defectFrequenciesAlt' | 'defectFrequencies' | 'deleteOutline' | 'delete' | 'devices' | 'directions' | 'doubleChevronLeft' | 'doubleChevronRight' | 'downloadDone' | 'download' | 'draftOutline' | 'draft' | 'dragDrop' | 'drop' | 'duplicate' | 'editOutline' | 'edit' | 'emailOutline' | 'emailPdf' | 'email' | 'errorOutline' | 'error' | 'exclamation' | 'facebook' | 'filterOutline' | 'filter' | 'findReplace' | 'forbidden' | 'frequencyHz' | 'fullScreen' | 'fullscreenExit' | 'functionalGroup' | 'hamburgerMenu' | 'harmonicCursor' | 'heatmap' | 'hierarchy' | 'history' | 'homeOutline' | 'home' | 'hourglassOutline' | 'hourglass' | 'image' | 'imx' | 'infoOutline' | 'info' | 'instagram' | 'integration' | 'iosShare' | 'kebabMore' | 'language' | 'lightbulbOutline' | 'lightbulb' | 'link' | 'linkedin' | 'listGroup' | 'list' | 'locationPin' | 'lockOutline' | 'lock' | 'logOut' | 'login' | 'meatballsMoreCircle' | 'meatballsMore' | 'microphone' | 'nearMe' | 'noData' | 'notificationsBellOutline' | 'notificationsBell' | 'o' | 'offer' | 'openInNew' | 'overlaysBaseline' | 'pan360' | 'paper' | 'pause' | 'pdfOutline' | 'pdf' | 'person' | 'photoCameraOutline' | 'photoCamera' | 'pieChart' | 'pinOutline' | 'pin' | 'play' | 'powerOff' | 'printOutline' | 'print' | 'privacyPolicyOutline' | 'privacyPolicy' | 'proCollect' | 'recAction' | 'refresh' | 'removeMinus' | 'reorder' | 'reply' | 'report' | 'rewakableRoute' | 'route' | 'search' | 'sendOutline' | 'send' | 'sensorAlt' | 'sensor' | 'settingsOutline' | 'settings' | 'share' | 'shoppingCart' | 'sidebandCursor' | 'singleCursor' | 'skfBearing' | 'spectrum' | 'starOutline' | 'star' | 'stop' | 'sync' | 'time' | 'timewave' | 'translate' | 'trend' | 'trendingUp' | 'twitter' | 'undo' | 'unknownDiamondOutline' | 'unknownDiamond' | 'unknownOutline' | 'unknown' | 'unlink' | 'unlockOutline' | 'unlock' | 'unscheduledAction' | 'upload' | 'vibrationAlt' | 'vibration' | 'view3D' | 'viewFull' | 'viewHorizontal' | 'viewVertical' | 'visibilityOffOutline' | 'visibilityOff' | 'visibilityOutline' | 'visibility' | 'warningDiamondOutline' | 'warningDiamond' | 'warningOutline' | 'warning' | 'youtube' | 'zoomIn' | 'zoomOut' | undefined"
552
558
  }
553
559
  },
560
+ {
561
+ "kind": "field",
562
+ "name": "lang",
563
+ "type": {
564
+ "text": "Language"
565
+ },
566
+ "default": "'en'",
567
+ "description": "Sets the internal language of the component",
568
+ "attribute": "lang",
569
+ "expandedType": {
570
+ "text": "'en' | 'es' | 'pt' | 'sv'"
571
+ }
572
+ },
554
573
  {
555
574
  "kind": "field",
556
575
  "name": "persistent",
@@ -584,15 +603,6 @@
584
603
  }
585
604
  ],
586
605
  "attributes": [
587
- {
588
- "name": "button-label",
589
- "type": {
590
- "text": "string"
591
- },
592
- "default": "'Close'",
593
- "description": "Close button aria-label",
594
- "fieldName": "buttonLabel"
595
- },
596
606
  {
597
607
  "name": "icon",
598
608
  "type": {
@@ -604,6 +614,18 @@
604
614
  "text": "'addCircleOutline' | 'addCircle' | 'addPlus' | 'arrowBackIos' | 'arrowBack' | 'arrowDown' | 'arrowForwardIos' | 'arrowForward' | 'arrowLeft' | 'arrowRight' | 'arrowUpDown' | 'arrowUp' | 'article' | 'asset' | 'attachment' | 'bandCursor' | 'bands' | 'batteryEmpty' | 'batteryFull' | 'batteryLow' | 'bearingFault' | 'bluetoothDisabled' | 'bluetooth' | 'book' | 'bookmarkOutline' | 'bookmark' | 'calculator' | 'calendarBusy' | 'calendarCheck' | 'calendarEmpty' | 'calendarMonth' | 'calendarReccuring' | 'call' | 'caretDown' | 'caretUpDown' | 'caretUp' | 'chat' | 'checkCircleOutline' | 'checkCircle' | 'checkSmall' | 'check' | 'chevronDownUp' | 'chevronDown' | 'chevronLeft' | 'chevronRight' | 'chevronUpDown' | 'chevronUp' | 'chip' | 'circleStatus' | 'closeAll' | 'closeAlt' | 'close' | 'columnGraph' | 'comment' | 'connection0' | 'connection1' | 'connection2' | 'connection3' | 'connection4' | 'contentPaste' | 'copy' | 'cpmCyclesPerMinute' | 'dangerOutline' | 'danger' | 'defectFrequenciesAlt' | 'defectFrequencies' | 'deleteOutline' | 'delete' | 'devices' | 'directions' | 'doubleChevronLeft' | 'doubleChevronRight' | 'downloadDone' | 'download' | 'draftOutline' | 'draft' | 'dragDrop' | 'drop' | 'duplicate' | 'editOutline' | 'edit' | 'emailOutline' | 'emailPdf' | 'email' | 'errorOutline' | 'error' | 'exclamation' | 'facebook' | 'filterOutline' | 'filter' | 'findReplace' | 'forbidden' | 'frequencyHz' | 'fullScreen' | 'fullscreenExit' | 'functionalGroup' | 'hamburgerMenu' | 'harmonicCursor' | 'heatmap' | 'hierarchy' | 'history' | 'homeOutline' | 'home' | 'hourglassOutline' | 'hourglass' | 'image' | 'imx' | 'infoOutline' | 'info' | 'instagram' | 'integration' | 'iosShare' | 'kebabMore' | 'language' | 'lightbulbOutline' | 'lightbulb' | 'link' | 'linkedin' | 'listGroup' | 'list' | 'locationPin' | 'lockOutline' | 'lock' | 'logOut' | 'login' | 'meatballsMoreCircle' | 'meatballsMore' | 'microphone' | 'nearMe' | 'noData' | 'notificationsBellOutline' | 'notificationsBell' | 'o' | 'offer' | 'openInNew' | 'overlaysBaseline' | 'pan360' | 'paper' | 'pause' | 'pdfOutline' | 'pdf' | 'person' | 'photoCameraOutline' | 'photoCamera' | 'pieChart' | 'pinOutline' | 'pin' | 'play' | 'powerOff' | 'printOutline' | 'print' | 'privacyPolicyOutline' | 'privacyPolicy' | 'proCollect' | 'recAction' | 'refresh' | 'removeMinus' | 'reorder' | 'reply' | 'report' | 'rewakableRoute' | 'route' | 'search' | 'sendOutline' | 'send' | 'sensorAlt' | 'sensor' | 'settingsOutline' | 'settings' | 'share' | 'shoppingCart' | 'sidebandCursor' | 'singleCursor' | 'skfBearing' | 'spectrum' | 'starOutline' | 'star' | 'stop' | 'sync' | 'time' | 'timewave' | 'translate' | 'trend' | 'trendingUp' | 'twitter' | 'undo' | 'unknownDiamondOutline' | 'unknownDiamond' | 'unknownOutline' | 'unknown' | 'unlink' | 'unlockOutline' | 'unlock' | 'unscheduledAction' | 'upload' | 'vibrationAlt' | 'vibration' | 'view3D' | 'viewFull' | 'viewHorizontal' | 'viewVertical' | 'visibilityOffOutline' | 'visibilityOff' | 'visibilityOutline' | 'visibility' | 'warningDiamondOutline' | 'warningDiamond' | 'warningOutline' | 'warning' | 'youtube' | 'zoomIn' | 'zoomOut' | undefined"
605
615
  }
606
616
  },
617
+ {
618
+ "name": "lang",
619
+ "type": {
620
+ "text": "Language"
621
+ },
622
+ "default": "'en'",
623
+ "description": "Sets the internal language of the component",
624
+ "fieldName": "lang",
625
+ "expandedType": {
626
+ "text": "'en' | 'es' | 'pt' | 'sv'"
627
+ }
628
+ },
607
629
  {
608
630
  "name": "persistent",
609
631
  "type": {
@@ -630,7 +652,8 @@
630
652
  "package": "@internal/components/skf-element.js"
631
653
  },
632
654
  "tagName": "skf-alert",
633
- "customElement": true
655
+ "customElement": true,
656
+ "modulePath": "src/components/alert/alert.component.ts"
634
657
  }
635
658
  ],
636
659
  "exports": [
@@ -698,7 +721,8 @@
698
721
  "package": "@internal/components/skf-element"
699
722
  },
700
723
  "tagName": "skf-breadcrumb-item",
701
- "customElement": true
724
+ "customElement": true,
725
+ "modulePath": "src/components/breadcrumb/breadcrumb-item.component.ts"
702
726
  }
703
727
  ],
704
728
  "exports": [
@@ -796,7 +820,8 @@
796
820
  "package": "@internal/components/skf-element"
797
821
  },
798
822
  "tagName": "skf-breadcrumb",
799
- "customElement": true
823
+ "customElement": true,
824
+ "modulePath": "src/components/breadcrumb/breadcrumb.component.ts"
800
825
  }
801
826
  ],
802
827
  "exports": [
@@ -836,16 +861,6 @@
836
861
  "text": "CustomStateSet"
837
862
  }
838
863
  },
839
- {
840
- "kind": "field",
841
- "name": "ariaLabel",
842
- "type": {
843
- "text": "string"
844
- },
845
- "default": "'Loading...'",
846
- "description": "Defines the aria-label",
847
- "attribute": "aria-label"
848
- },
849
864
  {
850
865
  "kind": "field",
851
866
  "name": "invert",
@@ -871,15 +886,6 @@
871
886
  }
872
887
  ],
873
888
  "attributes": [
874
- {
875
- "name": "aria-label",
876
- "type": {
877
- "text": "string"
878
- },
879
- "default": "'Loading...'",
880
- "description": "Defines the aria-label",
881
- "fieldName": "ariaLabel"
882
- },
883
889
  {
884
890
  "name": "invert",
885
891
  "type": {
@@ -907,7 +913,8 @@
907
913
  "package": "@internal/components/skf-element.js"
908
914
  },
909
915
  "tagName": "skf-loader",
910
- "customElement": true
916
+ "customElement": true,
917
+ "modulePath": "src/components/loader/loader.component.ts"
911
918
  }
912
919
  ],
913
920
  "exports": [
@@ -1065,7 +1072,10 @@
1065
1072
  {
1066
1073
  "kind": "method",
1067
1074
  "name": "click",
1068
- "description": "Simulates a click on the button."
1075
+ "description": "Simulates a click on the button.",
1076
+ "type": {
1077
+ "text": "click() => void"
1078
+ }
1069
1079
  }
1070
1080
  ],
1071
1081
  "events": [
@@ -1178,7 +1188,8 @@
1178
1188
  "package": "@internal/components/skf-element.js"
1179
1189
  },
1180
1190
  "tagName": "skf-button",
1181
- "customElement": true
1191
+ "customElement": true,
1192
+ "modulePath": "src/components/button/button.component.ts"
1182
1193
  }
1183
1194
  ],
1184
1195
  "exports": [
@@ -1295,7 +1306,8 @@
1295
1306
  "package": "@internal/components/skf-element.js"
1296
1307
  },
1297
1308
  "tagName": "skf-card",
1298
- "customElement": true
1309
+ "customElement": true,
1310
+ "modulePath": "src/components/card/card.component.ts"
1299
1311
  }
1300
1312
  ],
1301
1313
  "exports": [
@@ -1325,6 +1337,13 @@
1325
1337
  }
1326
1338
  ],
1327
1339
  "members": [
1340
+ {
1341
+ "kind": "field",
1342
+ "name": "#localize",
1343
+ "privacy": "private",
1344
+ "readonly": true,
1345
+ "default": "new LocalizeController(this)"
1346
+ },
1328
1347
  {
1329
1348
  "kind": "field",
1330
1349
  "name": "debug",
@@ -1338,6 +1357,10 @@
1338
1357
  {
1339
1358
  "kind": "field",
1340
1359
  "name": "checked",
1360
+ "type": {
1361
+ "text": "boolean"
1362
+ },
1363
+ "default": "false",
1341
1364
  "description": "If true, outputs helping hints in console",
1342
1365
  "attribute": "checked",
1343
1366
  "reflects": true
@@ -1375,21 +1398,25 @@
1375
1398
  },
1376
1399
  {
1377
1400
  "kind": "field",
1378
- "name": "name",
1401
+ "name": "lang",
1379
1402
  "type": {
1380
- "text": "string | undefined"
1403
+ "text": "Language"
1381
1404
  },
1382
- "description": "If defined, adds name to the input-element",
1383
- "attribute": "name"
1405
+ "default": "'en'",
1406
+ "description": "Sets the internal language of the component",
1407
+ "attribute": "lang",
1408
+ "expandedType": {
1409
+ "text": "'en' | 'es' | 'pt' | 'sv'"
1410
+ }
1384
1411
  },
1385
1412
  {
1386
1413
  "kind": "field",
1387
- "name": "requiredLabel",
1414
+ "name": "name",
1388
1415
  "type": {
1389
1416
  "text": "string | undefined"
1390
1417
  },
1391
- "description": "If defined, renders an alternative A11y text for the asterisk",
1392
- "attribute": "required-label"
1418
+ "description": "If defined, adds name to the input-element",
1419
+ "attribute": "name"
1393
1420
  },
1394
1421
  {
1395
1422
  "kind": "field",
@@ -1470,6 +1497,10 @@
1470
1497
  },
1471
1498
  {
1472
1499
  "name": "checked",
1500
+ "type": {
1501
+ "text": "boolean"
1502
+ },
1503
+ "default": "false",
1473
1504
  "description": "If true, outputs helping hints in console",
1474
1505
  "fieldName": "checked"
1475
1506
  },
@@ -1500,20 +1531,24 @@
1500
1531
  "fieldName": "label"
1501
1532
  },
1502
1533
  {
1503
- "name": "name",
1534
+ "name": "lang",
1504
1535
  "type": {
1505
- "text": "string | undefined"
1536
+ "text": "Language"
1506
1537
  },
1507
- "description": "If defined, adds name to the input-element",
1508
- "fieldName": "name"
1538
+ "default": "'en'",
1539
+ "description": "Sets the internal language of the component",
1540
+ "fieldName": "lang",
1541
+ "expandedType": {
1542
+ "text": "'en' | 'es' | 'pt' | 'sv'"
1543
+ }
1509
1544
  },
1510
1545
  {
1511
- "name": "required-label",
1546
+ "name": "name",
1512
1547
  "type": {
1513
1548
  "text": "string | undefined"
1514
1549
  },
1515
- "description": "If defined, renders an alternative A11y text for the asterisk",
1516
- "fieldName": "requiredLabel"
1550
+ "description": "If defined, adds name to the input-element",
1551
+ "fieldName": "name"
1517
1552
  },
1518
1553
  {
1519
1554
  "name": "severity",
@@ -1556,7 +1591,8 @@
1556
1591
  "package": "@internal/components/formBase.js"
1557
1592
  },
1558
1593
  "tagName": "skf-checkbox",
1559
- "customElement": true
1594
+ "customElement": true,
1595
+ "modulePath": "src/components/checkbox/checkbox.component.ts"
1560
1596
  }
1561
1597
  ],
1562
1598
  "exports": [
@@ -1580,6 +1616,13 @@
1580
1616
  "description": "",
1581
1617
  "name": "SkfDatepickerCalendar",
1582
1618
  "members": [
1619
+ {
1620
+ "kind": "field",
1621
+ "name": "#localize",
1622
+ "privacy": "private",
1623
+ "readonly": true,
1624
+ "default": "new LocalizeController(this)"
1625
+ },
1583
1626
  {
1584
1627
  "kind": "field",
1585
1628
  "name": "eventid",
@@ -1693,7 +1736,10 @@
1693
1736
  "text": "false"
1694
1737
  }
1695
1738
  }
1696
- ]
1739
+ ],
1740
+ "type": {
1741
+ "text": "_createDate({ year, month, day }: DateParts, useTemporalApi?: false) => Date"
1742
+ }
1697
1743
  },
1698
1744
  {
1699
1745
  "kind": "method",
@@ -1717,7 +1763,10 @@
1717
1763
  "text": "boolean"
1718
1764
  }
1719
1765
  }
1720
- ]
1766
+ ],
1767
+ "type": {
1768
+ "text": "_createDate({ year, month, day = 1 }: DateParts, useTemporalApi?: boolean) => Date | Temporal.PlainDate"
1769
+ }
1721
1770
  },
1722
1771
  {
1723
1772
  "kind": "field",
@@ -1802,7 +1851,8 @@
1802
1851
  "package": "@internal/components/skf-element.js"
1803
1852
  },
1804
1853
  "tagName": "skf-datepicker-calendar",
1805
- "customElement": true
1854
+ "customElement": true,
1855
+ "modulePath": "src/components/datepicker/datepicker-calendar.component.ts"
1806
1856
  }
1807
1857
  ],
1808
1858
  "exports": [
@@ -1860,6 +1910,19 @@
1860
1910
  "description": "A comma-separated list of dates (yyyy-mm-dd format) that are not selectable.",
1861
1911
  "attribute": "invalid-dates"
1862
1912
  },
1913
+ {
1914
+ "kind": "field",
1915
+ "name": "lang",
1916
+ "type": {
1917
+ "text": "Language"
1918
+ },
1919
+ "default": "'en'",
1920
+ "description": "Sets the internal language of the component",
1921
+ "attribute": "lang",
1922
+ "expandedType": {
1923
+ "text": "'en' | 'es' | 'pt' | 'sv'"
1924
+ }
1925
+ },
1863
1926
  {
1864
1927
  "kind": "field",
1865
1928
  "name": "range",
@@ -1951,6 +2014,18 @@
1951
2014
  "description": "A comma-separated list of dates (yyyy-mm-dd format) that are not selectable.",
1952
2015
  "fieldName": "invalidDates"
1953
2016
  },
2017
+ {
2018
+ "name": "lang",
2019
+ "type": {
2020
+ "text": "Language"
2021
+ },
2022
+ "default": "'en'",
2023
+ "description": "Sets the internal language of the component",
2024
+ "fieldName": "lang",
2025
+ "expandedType": {
2026
+ "text": "'en' | 'es' | 'pt' | 'sv'"
2027
+ }
2028
+ },
1954
2029
  {
1955
2030
  "name": "range",
1956
2031
  "type": {
@@ -2002,6 +2077,13 @@
2002
2077
  "description": "",
2003
2078
  "name": "SkfDatepicker",
2004
2079
  "members": [
2080
+ {
2081
+ "kind": "field",
2082
+ "name": "#localize",
2083
+ "privacy": "private",
2084
+ "readonly": true,
2085
+ "default": "new LocalizeController(this)"
2086
+ },
2005
2087
  {
2006
2088
  "kind": "field",
2007
2089
  "name": "focusTimeoutId",
@@ -2034,6 +2116,19 @@
2034
2116
  "description": "If defined, sets the input's label. Alternatively, you can use the `label` attribute.",
2035
2117
  "attribute": "label"
2036
2118
  },
2119
+ {
2120
+ "kind": "field",
2121
+ "name": "lang",
2122
+ "type": {
2123
+ "text": "Language"
2124
+ },
2125
+ "default": "'en'",
2126
+ "description": "Sets the internal language of the component",
2127
+ "attribute": "lang",
2128
+ "expandedType": {
2129
+ "text": "'en' | 'es' | 'pt' | 'sv'"
2130
+ }
2131
+ },
2037
2132
  {
2038
2133
  "kind": "field",
2039
2134
  "name": "hideLabel",
@@ -2098,15 +2193,6 @@
2098
2193
  "description": "If true, makes the element not mutable, meaning the user can not edit the control",
2099
2194
  "attribute": "readonly"
2100
2195
  },
2101
- {
2102
- "kind": "field",
2103
- "name": "requiredLabel",
2104
- "type": {
2105
- "text": "string | undefined"
2106
- },
2107
- "description": "If defined, renders an alternative A11y text for the asterisk",
2108
- "attribute": "required-label"
2109
- },
2110
2196
  {
2111
2197
  "kind": "field",
2112
2198
  "name": "selectableFrom",
@@ -2180,7 +2266,10 @@
2180
2266
  },
2181
2267
  {
2182
2268
  "kind": "method",
2183
- "name": "_handleValueChange"
2269
+ "name": "_handleValueChange",
2270
+ "type": {
2271
+ "text": "_handleValueChange() => void"
2272
+ }
2184
2273
  },
2185
2274
  {
2186
2275
  "kind": "field",
@@ -2189,16 +2278,25 @@
2189
2278
  },
2190
2279
  {
2191
2280
  "kind": "method",
2192
- "name": "showPopover"
2281
+ "name": "showPopover",
2282
+ "type": {
2283
+ "text": "showPopover() => void"
2284
+ }
2193
2285
  },
2194
2286
  {
2195
2287
  "kind": "method",
2196
- "name": "hidePopover"
2288
+ "name": "hidePopover",
2289
+ "type": {
2290
+ "text": "hidePopover() => void"
2291
+ }
2197
2292
  },
2198
2293
  {
2199
2294
  "kind": "method",
2200
2295
  "name": "clear",
2201
- "description": "Clears the input field"
2296
+ "description": "Clears the input field",
2297
+ "type": {
2298
+ "text": "clear() => void"
2299
+ }
2202
2300
  }
2203
2301
  ],
2204
2302
  "attributes": [
@@ -2223,6 +2321,18 @@
2223
2321
  "description": "If defined, sets the input's label. Alternatively, you can use the `label` attribute.",
2224
2322
  "fieldName": "label"
2225
2323
  },
2324
+ {
2325
+ "name": "lang",
2326
+ "type": {
2327
+ "text": "Language"
2328
+ },
2329
+ "default": "'en'",
2330
+ "description": "Sets the internal language of the component",
2331
+ "fieldName": "lang",
2332
+ "expandedType": {
2333
+ "text": "'en' | 'es' | 'pt' | 'sv'"
2334
+ }
2335
+ },
2226
2336
  {
2227
2337
  "name": "hide-label",
2228
2338
  "type": {
@@ -2279,14 +2389,6 @@
2279
2389
  "description": "If true, makes the element not mutable, meaning the user can not edit the control",
2280
2390
  "fieldName": "readonly"
2281
2391
  },
2282
- {
2283
- "name": "required-label",
2284
- "type": {
2285
- "text": "string | undefined"
2286
- },
2287
- "description": "If defined, renders an alternative A11y text for the asterisk",
2288
- "fieldName": "requiredLabel"
2289
- },
2290
2392
  {
2291
2393
  "name": "selectable-from",
2292
2394
  "type": {
@@ -2343,7 +2445,8 @@
2343
2445
  "package": "@internal/components/formBase.js"
2344
2446
  },
2345
2447
  "tagName": "skf-datepicker",
2346
- "customElement": true
2448
+ "customElement": true,
2449
+ "modulePath": "src/components/datepicker/datepicker.component.ts"
2347
2450
  }
2348
2451
  ],
2349
2452
  "exports": [
@@ -2446,7 +2549,8 @@
2446
2549
  "package": "@internal/components/skf-element.js"
2447
2550
  },
2448
2551
  "tagName": "skf-heading",
2449
- "customElement": true
2552
+ "customElement": true,
2553
+ "modulePath": "src/components/heading/heading.component.ts"
2450
2554
  }
2451
2555
  ],
2452
2556
  "exports": [
@@ -2492,12 +2596,10 @@
2492
2596
  "members": [
2493
2597
  {
2494
2598
  "kind": "field",
2495
- "name": "closeButtonAriaLabel",
2496
- "type": {
2497
- "text": "string | undefined"
2498
- },
2499
- "description": "If defined, sets the aria-label for the close button",
2500
- "attribute": "close-button-aria-label"
2599
+ "name": "#localize",
2600
+ "privacy": "private",
2601
+ "readonly": true,
2602
+ "default": "new LocalizeController(this)"
2501
2603
  },
2502
2604
  {
2503
2605
  "kind": "field",
@@ -2518,6 +2620,19 @@
2518
2620
  "description": "If true, makes the dialog stretch edge to edge on screen",
2519
2621
  "attribute": "fullscreen"
2520
2622
  },
2623
+ {
2624
+ "kind": "field",
2625
+ "name": "lang",
2626
+ "type": {
2627
+ "text": "Language"
2628
+ },
2629
+ "default": "'en'",
2630
+ "description": "Sets the internal language of the component",
2631
+ "attribute": "lang",
2632
+ "expandedType": {
2633
+ "text": "'en' | 'es' | 'pt' | 'sv'"
2634
+ }
2635
+ },
2521
2636
  {
2522
2637
  "kind": "field",
2523
2638
  "name": "noCloseButton",
@@ -2552,12 +2667,18 @@
2552
2667
  {
2553
2668
  "kind": "method",
2554
2669
  "name": "showModal",
2555
- "description": "Method that opens the dialog in modal state"
2670
+ "description": "Method that opens the dialog in modal state",
2671
+ "type": {
2672
+ "text": "showModal() => void"
2673
+ }
2556
2674
  },
2557
2675
  {
2558
2676
  "kind": "method",
2559
2677
  "name": "close",
2560
- "description": "Method that closes the dialog"
2678
+ "description": "Method that closes the dialog",
2679
+ "type": {
2680
+ "text": "close() => void"
2681
+ }
2561
2682
  }
2562
2683
  ],
2563
2684
  "events": [
@@ -2584,14 +2705,6 @@
2584
2705
  }
2585
2706
  ],
2586
2707
  "attributes": [
2587
- {
2588
- "name": "close-button-aria-label",
2589
- "type": {
2590
- "text": "string | undefined"
2591
- },
2592
- "description": "If defined, sets the aria-label for the close button",
2593
- "fieldName": "closeButtonAriaLabel"
2594
- },
2595
2708
  {
2596
2709
  "name": "heading",
2597
2710
  "type": {
@@ -2609,6 +2722,18 @@
2609
2722
  "description": "If true, makes the dialog stretch edge to edge on screen",
2610
2723
  "fieldName": "fullscreen"
2611
2724
  },
2725
+ {
2726
+ "name": "lang",
2727
+ "type": {
2728
+ "text": "Language"
2729
+ },
2730
+ "default": "'en'",
2731
+ "description": "Sets the internal language of the component",
2732
+ "fieldName": "lang",
2733
+ "expandedType": {
2734
+ "text": "'en' | 'es' | 'pt' | 'sv'"
2735
+ }
2736
+ },
2612
2737
  {
2613
2738
  "name": "no-close-button",
2614
2739
  "type": {
@@ -2642,7 +2767,8 @@
2642
2767
  "package": "@internal/components/skf-element"
2643
2768
  },
2644
2769
  "tagName": "skf-dialog",
2645
- "customElement": true
2770
+ "customElement": true,
2771
+ "modulePath": "src/components/dialog/dialog.component.ts"
2646
2772
  }
2647
2773
  ],
2648
2774
  "exports": [
@@ -2676,6 +2802,22 @@
2676
2802
  }
2677
2803
  ],
2678
2804
  "members": [
2805
+ {
2806
+ "kind": "field",
2807
+ "name": "#internals",
2808
+ "privacy": "private",
2809
+ "type": {
2810
+ "text": "ElementInternals"
2811
+ }
2812
+ },
2813
+ {
2814
+ "kind": "field",
2815
+ "name": "#states",
2816
+ "privacy": "private",
2817
+ "type": {
2818
+ "text": "CustomStateSet"
2819
+ }
2820
+ },
2679
2821
  {
2680
2822
  "kind": "field",
2681
2823
  "name": "color",
@@ -2685,9 +2827,8 @@
2685
2827
  "default": "'primary'",
2686
2828
  "description": "Defines the Divider color",
2687
2829
  "attribute": "color",
2688
- "reflects": true,
2689
2830
  "expandedType": {
2690
- "text": "'primary' | 'inverse' | 'emphasised' | 'secondary' | 'tertiary'"
2831
+ "text": "'primary' | 'inverse' | 'emphasized' | 'secondary' | 'tertiary'"
2691
2832
  }
2692
2833
  },
2693
2834
  {
@@ -2708,8 +2849,7 @@
2708
2849
  },
2709
2850
  "default": "false",
2710
2851
  "description": "If true, renders the divider vertically",
2711
- "attribute": "vertical",
2712
- "reflects": true
2852
+ "attribute": "vertical"
2713
2853
  }
2714
2854
  ],
2715
2855
  "attributes": [
@@ -2722,7 +2862,7 @@
2722
2862
  "description": "Defines the Divider color",
2723
2863
  "fieldName": "color",
2724
2864
  "expandedType": {
2725
- "text": "'primary' | 'inverse' | 'emphasised' | 'secondary' | 'tertiary'"
2865
+ "text": "'primary' | 'inverse' | 'emphasized' | 'secondary' | 'tertiary'"
2726
2866
  }
2727
2867
  },
2728
2868
  {
@@ -2749,7 +2889,8 @@
2749
2889
  "package": "@internal/components/skf-element.js"
2750
2890
  },
2751
2891
  "tagName": "skf-divider",
2752
- "customElement": true
2892
+ "customElement": true,
2893
+ "modulePath": "src/components/divider/divider.component.ts"
2753
2894
  }
2754
2895
  ],
2755
2896
  "exports": [
@@ -2781,13 +2922,26 @@
2781
2922
  "members": [
2782
2923
  {
2783
2924
  "kind": "field",
2784
- "name": "closeButtonAriaLabel",
2925
+ "name": "#localize",
2926
+ "privacy": "private",
2927
+ "readonly": true,
2928
+ "default": "new LocalizeController(this)"
2929
+ },
2930
+ {
2931
+ "kind": "field",
2932
+ "name": "#internals",
2933
+ "privacy": "private",
2785
2934
  "type": {
2786
- "text": "string"
2787
- },
2788
- "default": "'Close dialog'",
2789
- "description": "If defined, sets the aria-label for the close button",
2790
- "attribute": "close-button-aria-label"
2935
+ "text": "ElementInternals"
2936
+ }
2937
+ },
2938
+ {
2939
+ "kind": "field",
2940
+ "name": "#states",
2941
+ "privacy": "private",
2942
+ "type": {
2943
+ "text": "CustomStateSet"
2944
+ }
2791
2945
  },
2792
2946
  {
2793
2947
  "kind": "field",
@@ -2798,16 +2952,31 @@
2798
2952
  "description": "Heading for the Drawer",
2799
2953
  "attribute": "heading"
2800
2954
  },
2955
+ {
2956
+ "kind": "field",
2957
+ "name": "lang",
2958
+ "type": {
2959
+ "text": "Language"
2960
+ },
2961
+ "default": "'en'",
2962
+ "description": "Sets the internal language of the component",
2963
+ "attribute": "lang",
2964
+ "expandedType": {
2965
+ "text": "'en' | 'es' | 'pt' | 'sv'"
2966
+ }
2967
+ },
2801
2968
  {
2802
2969
  "kind": "field",
2803
2970
  "name": "size",
2804
2971
  "type": {
2805
- "text": "'sm' | 'md' | 'lg'"
2972
+ "text": "Size"
2806
2973
  },
2807
2974
  "default": "'md'",
2808
2975
  "description": "Sets the max-width",
2809
2976
  "attribute": "size",
2810
- "reflects": true
2977
+ "expandedType": {
2978
+ "text": "'sm' | 'md' | 'lg'"
2979
+ }
2811
2980
  },
2812
2981
  {
2813
2982
  "kind": "field",
@@ -2824,16 +2993,21 @@
2824
2993
  "kind": "field",
2825
2994
  "name": "placement",
2826
2995
  "type": {
2827
- "text": "'left' | 'right'"
2996
+ "text": "Placement"
2828
2997
  },
2829
2998
  "default": "'right'",
2830
2999
  "description": "Placement of the Drawer",
2831
3000
  "attribute": "placement",
2832
- "reflects": true
3001
+ "expandedType": {
3002
+ "text": "'left' | 'right'"
3003
+ }
2833
3004
  },
2834
3005
  {
2835
3006
  "kind": "method",
2836
- "name": "close"
3007
+ "name": "close",
3008
+ "type": {
3009
+ "text": "close() => void"
3010
+ }
2837
3011
  }
2838
3012
  ],
2839
3013
  "events": [
@@ -2860,15 +3034,6 @@
2860
3034
  }
2861
3035
  ],
2862
3036
  "attributes": [
2863
- {
2864
- "name": "close-button-aria-label",
2865
- "type": {
2866
- "text": "string"
2867
- },
2868
- "default": "'Close dialog'",
2869
- "description": "If defined, sets the aria-label for the close button",
2870
- "fieldName": "closeButtonAriaLabel"
2871
- },
2872
3037
  {
2873
3038
  "name": "heading",
2874
3039
  "type": {
@@ -2877,14 +3042,29 @@
2877
3042
  "description": "Heading for the Drawer",
2878
3043
  "fieldName": "heading"
2879
3044
  },
3045
+ {
3046
+ "name": "lang",
3047
+ "type": {
3048
+ "text": "Language"
3049
+ },
3050
+ "default": "'en'",
3051
+ "description": "Sets the internal language of the component",
3052
+ "fieldName": "lang",
3053
+ "expandedType": {
3054
+ "text": "'en' | 'es' | 'pt' | 'sv'"
3055
+ }
3056
+ },
2880
3057
  {
2881
3058
  "name": "size",
2882
3059
  "type": {
2883
- "text": "'sm' | 'md' | 'lg'"
3060
+ "text": "Size"
2884
3061
  },
2885
3062
  "default": "'md'",
2886
3063
  "description": "Sets the max-width",
2887
- "fieldName": "size"
3064
+ "fieldName": "size",
3065
+ "expandedType": {
3066
+ "text": "'sm' | 'md' | 'lg'"
3067
+ }
2888
3068
  },
2889
3069
  {
2890
3070
  "name": "open",
@@ -2898,11 +3078,14 @@
2898
3078
  {
2899
3079
  "name": "placement",
2900
3080
  "type": {
2901
- "text": "'left' | 'right'"
3081
+ "text": "Placement"
2902
3082
  },
2903
3083
  "default": "'right'",
2904
3084
  "description": "Placement of the Drawer",
2905
- "fieldName": "placement"
3085
+ "fieldName": "placement",
3086
+ "expandedType": {
3087
+ "text": "'left' | 'right'"
3088
+ }
2906
3089
  }
2907
3090
  ],
2908
3091
  "superclass": {
@@ -2910,7 +3093,8 @@
2910
3093
  "package": "@internal/components/skf-element"
2911
3094
  },
2912
3095
  "tagName": "skf-drawer",
2913
- "customElement": true
3096
+ "customElement": true,
3097
+ "modulePath": "src/components/drawer/drawer.component.ts"
2914
3098
  }
2915
3099
  ],
2916
3100
  "exports": [
@@ -3008,7 +3192,8 @@
3008
3192
  "package": "@internal/components/skf-element.js"
3009
3193
  },
3010
3194
  "tagName": "skf-logo",
3011
- "customElement": true
3195
+ "customElement": true,
3196
+ "modulePath": "src/components/logo/logo.component.ts"
3012
3197
  }
3013
3198
  ],
3014
3199
  "exports": [
@@ -3167,7 +3352,17 @@
3167
3352
  },
3168
3353
  {
3169
3354
  "kind": "method",
3170
- "name": "_handleAsChange"
3355
+ "name": "_handleAsChange",
3356
+ "type": {
3357
+ "text": "_handleAsChange() => void"
3358
+ }
3359
+ },
3360
+ {
3361
+ "kind": "method",
3362
+ "name": "_handleDisabledChange",
3363
+ "type": {
3364
+ "text": "_handleDisabledChange() => void"
3365
+ }
3171
3366
  }
3172
3367
  ],
3173
3368
  "events": [
@@ -3286,7 +3481,8 @@
3286
3481
  "package": "@internal/components/skf-element.js"
3287
3482
  },
3288
3483
  "tagName": "skf-link",
3289
- "customElement": true
3484
+ "customElement": true,
3485
+ "modulePath": "src/components/link/link.component.ts"
3290
3486
  }
3291
3487
  ],
3292
3488
  "exports": [
@@ -3386,7 +3582,8 @@
3386
3582
  "package": "@internal/components/skf-element"
3387
3583
  },
3388
3584
  "tagName": "skf-nav-item",
3389
- "customElement": true
3585
+ "customElement": true,
3586
+ "modulePath": "src/components/nav/nav-item.component.ts"
3390
3587
  }
3391
3588
  ],
3392
3589
  "exports": [
@@ -3416,6 +3613,13 @@
3416
3613
  }
3417
3614
  ],
3418
3615
  "members": [
3616
+ {
3617
+ "kind": "field",
3618
+ "name": "#localize",
3619
+ "privacy": "private",
3620
+ "readonly": true,
3621
+ "default": "new LocalizeController(this)"
3622
+ },
3419
3623
  {
3420
3624
  "kind": "field",
3421
3625
  "name": "#internals",
@@ -3432,6 +3636,19 @@
3432
3636
  "text": "CustomStateSet"
3433
3637
  }
3434
3638
  },
3639
+ {
3640
+ "kind": "field",
3641
+ "name": "lang",
3642
+ "type": {
3643
+ "text": "Language"
3644
+ },
3645
+ "default": "'en'",
3646
+ "description": "Sets the internal language of the component",
3647
+ "attribute": "lang",
3648
+ "expandedType": {
3649
+ "text": "'en' | 'es' | 'pt' | 'sv'"
3650
+ }
3651
+ },
3435
3652
  {
3436
3653
  "kind": "field",
3437
3654
  "name": "vertical",
@@ -3444,6 +3661,18 @@
3444
3661
  }
3445
3662
  ],
3446
3663
  "attributes": [
3664
+ {
3665
+ "name": "lang",
3666
+ "type": {
3667
+ "text": "Language"
3668
+ },
3669
+ "default": "'en'",
3670
+ "description": "Sets the internal language of the component",
3671
+ "fieldName": "lang",
3672
+ "expandedType": {
3673
+ "text": "'en' | 'es' | 'pt' | 'sv'"
3674
+ }
3675
+ },
3447
3676
  {
3448
3677
  "name": "vertical",
3449
3678
  "type": {
@@ -3459,7 +3688,8 @@
3459
3688
  "package": "@internal/components/skf-element"
3460
3689
  },
3461
3690
  "tagName": "skf-nav",
3462
- "customElement": true
3691
+ "customElement": true,
3692
+ "modulePath": "src/components/nav/nav.component.ts"
3463
3693
  }
3464
3694
  ],
3465
3695
  "exports": [
@@ -3489,6 +3719,13 @@
3489
3719
  }
3490
3720
  ],
3491
3721
  "members": [
3722
+ {
3723
+ "kind": "field",
3724
+ "name": "#localize",
3725
+ "privacy": "private",
3726
+ "readonly": true,
3727
+ "default": "new LocalizeController(this)"
3728
+ },
3492
3729
  {
3493
3730
  "kind": "field",
3494
3731
  "name": "compact",
@@ -3498,13 +3735,16 @@
3498
3735
  },
3499
3736
  {
3500
3737
  "kind": "field",
3501
- "name": "hamburgerAriaLabel",
3738
+ "name": "lang",
3502
3739
  "type": {
3503
- "text": "string"
3740
+ "text": "Language"
3504
3741
  },
3505
- "default": "'Show navigation'",
3506
- "description": "If defined, sets the aria-label for the hamburger button",
3507
- "attribute": "hamburger-aria-label"
3742
+ "default": "'en'",
3743
+ "description": "Sets the internal language of the component",
3744
+ "attribute": "lang",
3745
+ "expandedType": {
3746
+ "text": "'en' | 'es' | 'pt' | 'sv'"
3747
+ }
3508
3748
  },
3509
3749
  {
3510
3750
  "kind": "field",
@@ -3532,13 +3772,16 @@
3532
3772
  "fieldName": "compact"
3533
3773
  },
3534
3774
  {
3535
- "name": "hamburger-aria-label",
3775
+ "name": "lang",
3536
3776
  "type": {
3537
- "text": "string"
3777
+ "text": "Language"
3538
3778
  },
3539
- "default": "'Show navigation'",
3540
- "description": "If defined, sets the aria-label for the hamburger button",
3541
- "fieldName": "hamburgerAriaLabel"
3779
+ "default": "'en'",
3780
+ "description": "Sets the internal language of the component",
3781
+ "fieldName": "lang",
3782
+ "expandedType": {
3783
+ "text": "'en' | 'es' | 'pt' | 'sv'"
3784
+ }
3542
3785
  },
3543
3786
  {
3544
3787
  "name": "site-name",
@@ -3562,7 +3805,8 @@
3562
3805
  "package": "@internal/components/skf-element"
3563
3806
  },
3564
3807
  "tagName": "skf-header",
3565
- "customElement": true
3808
+ "customElement": true,
3809
+ "modulePath": "src/components/header/header.component.ts"
3566
3810
  }
3567
3811
  ],
3568
3812
  "exports": [
@@ -3611,33 +3855,12 @@
3611
3855
  },
3612
3856
  {
3613
3857
  "kind": "field",
3614
- "name": "buttonAriaLabelClear",
3615
- "type": {
3616
- "text": "string"
3617
- },
3618
- "default": "'Clear input'",
3619
- "description": "Custom aria-label for the clear button. **Notice!** Only applicable to type=search.",
3620
- "attribute": "button-aria-label-clear"
3621
- },
3622
- {
3623
- "kind": "field",
3624
- "name": "buttonAriaLabelHide",
3858
+ "name": "autofocus",
3625
3859
  "type": {
3626
- "text": "string"
3627
- },
3628
- "default": "'Hide password'",
3629
- "description": "Custom aria-label for the visibility button. **Notice!** Only applicable to type=password.",
3630
- "attribute": "button-aria-label-hide"
3631
- },
3632
- {
3633
- "kind": "field",
3634
- "name": "buttonAriaLabelShow",
3635
- "type": {
3636
- "text": "string"
3860
+ "text": "boolean"
3637
3861
  },
3638
- "default": "'Show password'",
3639
- "description": "Custom aria-label for the visibility button **Notice!** Only applicable to type=password.",
3640
- "attribute": "button-aria-label-show"
3862
+ "default": "false",
3863
+ "attribute": "autofocus"
3641
3864
  },
3642
3865
  {
3643
3866
  "kind": "field",
@@ -3694,6 +3917,19 @@
3694
3917
  "description": "If defined, sets the input's label. Alternatively, you can use the `label` attribute.",
3695
3918
  "attribute": "label"
3696
3919
  },
3920
+ {
3921
+ "kind": "field",
3922
+ "name": "lang",
3923
+ "type": {
3924
+ "text": "Language"
3925
+ },
3926
+ "default": "'en'",
3927
+ "description": "Sets the internal language of the component",
3928
+ "attribute": "lang",
3929
+ "expandedType": {
3930
+ "text": "'en' | 'es' | 'pt' | 'sv'"
3931
+ }
3932
+ },
3697
3933
  {
3698
3934
  "kind": "field",
3699
3935
  "name": "leading",
@@ -3777,15 +4013,6 @@
3777
4013
  "description": "If true, makes the element not mutable, meaning the user can not edit the control",
3778
4014
  "attribute": "readonly"
3779
4015
  },
3780
- {
3781
- "kind": "field",
3782
- "name": "requiredLabel",
3783
- "type": {
3784
- "text": "string | undefined"
3785
- },
3786
- "description": "If defined, renders an alternative A11y text for the asterisk",
3787
- "attribute": "required-label"
3788
- },
3789
4016
  {
3790
4017
  "kind": "field",
3791
4018
  "name": "severity",
@@ -3851,22 +4078,50 @@
3851
4078
  "name": "value",
3852
4079
  "description": "The current value of the input field",
3853
4080
  "attribute": "value"
4081
+ },
4082
+ {
4083
+ "kind": "method",
4084
+ "name": "focus",
4085
+ "type": {
4086
+ "text": "focus() => void"
4087
+ }
4088
+ },
4089
+ {
4090
+ "kind": "method",
4091
+ "name": "blur",
4092
+ "type": {
4093
+ "text": "blur() => void"
4094
+ }
4095
+ },
4096
+ {
4097
+ "kind": "method",
4098
+ "name": "select",
4099
+ "type": {
4100
+ "text": "select() => void"
4101
+ }
3854
4102
  }
3855
4103
  ],
3856
4104
  "events": [
3857
4105
  {
3858
4106
  "type": {
3859
- "text": "CustomEvent"
4107
+ "text": "Event"
3860
4108
  },
3861
4109
  "description": "Fires when the value of the input changes",
3862
4110
  "name": "change"
3863
4111
  },
3864
4112
  {
3865
4113
  "type": {
3866
- "text": "CustomEvent"
4114
+ "text": "Event"
3867
4115
  },
3868
4116
  "description": "Fires when the input is invalid",
3869
4117
  "name": "invalid"
4118
+ },
4119
+ {
4120
+ "type": {
4121
+ "text": "CustomEvent"
4122
+ },
4123
+ "description": "Fires when the input is cleared",
4124
+ "name": "skf-cleared"
3870
4125
  }
3871
4126
  ],
3872
4127
  "attributes": [
@@ -3895,31 +4150,12 @@
3895
4150
  "fieldName": "autocomplete"
3896
4151
  },
3897
4152
  {
3898
- "name": "button-aria-label-clear",
4153
+ "name": "autofocus",
3899
4154
  "type": {
3900
- "text": "string"
3901
- },
3902
- "default": "'Clear input'",
3903
- "description": "Custom aria-label for the clear button. **Notice!** Only applicable to type=search.",
3904
- "fieldName": "buttonAriaLabelClear"
3905
- },
3906
- {
3907
- "name": "button-aria-label-hide",
3908
- "type": {
3909
- "text": "string"
3910
- },
3911
- "default": "'Hide password'",
3912
- "description": "Custom aria-label for the visibility button. **Notice!** Only applicable to type=password.",
3913
- "fieldName": "buttonAriaLabelHide"
3914
- },
3915
- {
3916
- "name": "button-aria-label-show",
3917
- "type": {
3918
- "text": "string"
4155
+ "text": "boolean"
3919
4156
  },
3920
- "default": "'Show password'",
3921
- "description": "Custom aria-label for the visibility button **Notice!** Only applicable to type=password.",
3922
- "fieldName": "buttonAriaLabelShow"
4157
+ "default": "false",
4158
+ "fieldName": "autofocus"
3923
4159
  },
3924
4160
  {
3925
4161
  "name": "custom-invalid",
@@ -3969,6 +4205,18 @@
3969
4205
  "description": "If defined, sets the input's label. Alternatively, you can use the `label` attribute.",
3970
4206
  "fieldName": "label"
3971
4207
  },
4208
+ {
4209
+ "name": "lang",
4210
+ "type": {
4211
+ "text": "Language"
4212
+ },
4213
+ "default": "'en'",
4214
+ "description": "Sets the internal language of the component",
4215
+ "fieldName": "lang",
4216
+ "expandedType": {
4217
+ "text": "'en' | 'es' | 'pt' | 'sv'"
4218
+ }
4219
+ },
3972
4220
  {
3973
4221
  "name": "leading",
3974
4222
  "type": {
@@ -4042,14 +4290,6 @@
4042
4290
  "description": "If true, makes the element not mutable, meaning the user can not edit the control",
4043
4291
  "fieldName": "readonly"
4044
4292
  },
4045
- {
4046
- "name": "required-label",
4047
- "type": {
4048
- "text": "string | undefined"
4049
- },
4050
- "description": "If defined, renders an alternative A11y text for the asterisk",
4051
- "fieldName": "requiredLabel"
4052
- },
4053
4293
  {
4054
4294
  "name": "severity",
4055
4295
  "type": {
@@ -4113,7 +4353,8 @@
4113
4353
  "package": "@internal/components/formBase.js"
4114
4354
  },
4115
4355
  "tagName": "skf-input",
4116
- "customElement": true
4356
+ "customElement": true,
4357
+ "modulePath": "src/components/input/input.component.ts"
4117
4358
  }
4118
4359
  ],
4119
4360
  "exports": [
@@ -4332,6 +4573,20 @@
4332
4573
  "inheritedFrom": {
4333
4574
  "name": "SkfLink",
4334
4575
  "module": "src/components/link/link.component.ts"
4576
+ },
4577
+ "type": {
4578
+ "text": "_handleAsChange() => void"
4579
+ }
4580
+ },
4581
+ {
4582
+ "kind": "method",
4583
+ "name": "_handleDisabledChange",
4584
+ "inheritedFrom": {
4585
+ "name": "SkfLink",
4586
+ "module": "src/components/link/link.component.ts"
4587
+ },
4588
+ "type": {
4589
+ "text": "_handleDisabledChange() => void"
4335
4590
  }
4336
4591
  }
4337
4592
  ],
@@ -4499,7 +4754,8 @@
4499
4754
  "module": "src/components/link/link.component.ts"
4500
4755
  }
4501
4756
  }
4502
- ]
4757
+ ],
4758
+ "modulePath": "src/components/menu/menu-item.component.ts"
4503
4759
  }
4504
4760
  ],
4505
4761
  "exports": [
@@ -4524,11 +4780,28 @@
4524
4780
  "name": "SkfMenu",
4525
4781
  "slots": [
4526
4782
  {
4527
- "description": "The menu popover content",
4783
+ "description": "The menu content",
4528
4784
  "name": ""
4529
4785
  }
4530
4786
  ],
4531
- "members": [],
4787
+ "members": [
4788
+ {
4789
+ "type": {
4790
+ "text": "(void) => void"
4791
+ },
4792
+ "description": "Method that opens the menu",
4793
+ "name": "open()",
4794
+ "kind": "field"
4795
+ },
4796
+ {
4797
+ "type": {
4798
+ "text": "(void) => void"
4799
+ },
4800
+ "description": "Method that closes the menu",
4801
+ "name": "close()",
4802
+ "kind": "field"
4803
+ }
4804
+ ],
4532
4805
  "events": [
4533
4806
  {
4534
4807
  "type": {
@@ -4567,7 +4840,8 @@
4567
4840
  "package": "@internal/base-classes/popover/popover.base.js"
4568
4841
  },
4569
4842
  "tagName": "skf-menu",
4570
- "customElement": true
4843
+ "customElement": true,
4844
+ "modulePath": "src/components/menu/menu.component.ts"
4571
4845
  }
4572
4846
  ],
4573
4847
  "exports": [
@@ -4616,6 +4890,22 @@
4616
4890
  "default": "false",
4617
4891
  "description": "If true, hides the arrow",
4618
4892
  "attribute": "hideArrow"
4893
+ },
4894
+ {
4895
+ "type": {
4896
+ "text": "(void) => void"
4897
+ },
4898
+ "description": "Method that opens the popover",
4899
+ "name": "open()",
4900
+ "kind": "field"
4901
+ },
4902
+ {
4903
+ "type": {
4904
+ "text": "(void) => void"
4905
+ },
4906
+ "description": "Method that closes the popover",
4907
+ "name": "close()",
4908
+ "kind": "field"
4619
4909
  }
4620
4910
  ],
4621
4911
  "events": [
@@ -4623,14 +4913,14 @@
4623
4913
  "type": {
4624
4914
  "text": "CustomEvent"
4625
4915
  },
4626
- "description": "Fired when the menu is opened",
4916
+ "description": "Fired when the popover is opened",
4627
4917
  "name": "skf-opened"
4628
4918
  },
4629
4919
  {
4630
4920
  "type": {
4631
4921
  "text": "CustomEvent"
4632
4922
  },
4633
- "description": "Fired when the menu is closed",
4923
+ "description": "Fired when the popover is closed",
4634
4924
  "name": "skf-closed"
4635
4925
  }
4636
4926
  ],
@@ -4647,7 +4937,7 @@
4647
4937
  "type": {
4648
4938
  "text": "string"
4649
4939
  },
4650
- "description": "The id of the element the menu will be anchored to",
4940
+ "description": "The id of the element the popover will be anchored to",
4651
4941
  "name": "anchor"
4652
4942
  },
4653
4943
  {
@@ -4674,7 +4964,8 @@
4674
4964
  "package": "@internal/base-classes/popover/popover.base.js"
4675
4965
  },
4676
4966
  "tagName": "skf-popover",
4677
- "customElement": true
4967
+ "customElement": true,
4968
+ "modulePath": "src/components/popover/popover.component.ts"
4678
4969
  }
4679
4970
  ],
4680
4971
  "exports": [
@@ -4788,7 +5079,8 @@
4788
5079
  "package": "@internal/components/skf-element"
4789
5080
  },
4790
5081
  "tagName": "skf-progress",
4791
- "customElement": true
5082
+ "customElement": true,
5083
+ "modulePath": "src/components/progress/progress.component.ts"
4792
5084
  }
4793
5085
  ],
4794
5086
  "exports": [
@@ -4818,6 +5110,13 @@
4818
5110
  }
4819
5111
  ],
4820
5112
  "members": [
5113
+ {
5114
+ "kind": "field",
5115
+ "name": "#localize",
5116
+ "privacy": "private",
5117
+ "readonly": true,
5118
+ "default": "new LocalizeController(this)"
5119
+ },
4821
5120
  {
4822
5121
  "kind": "field",
4823
5122
  "name": "debug",
@@ -4860,21 +5159,25 @@
4860
5159
  },
4861
5160
  {
4862
5161
  "kind": "field",
4863
- "name": "name",
5162
+ "name": "lang",
4864
5163
  "type": {
4865
- "text": "string | undefined"
5164
+ "text": "Language"
4866
5165
  },
4867
- "description": "If defined, adds name to the input-element",
4868
- "attribute": "name"
5166
+ "default": "'en'",
5167
+ "description": "Sets the internal language of the component",
5168
+ "attribute": "lang",
5169
+ "expandedType": {
5170
+ "text": "'en' | 'es' | 'pt' | 'sv'"
5171
+ }
4869
5172
  },
4870
5173
  {
4871
5174
  "kind": "field",
4872
- "name": "requiredLabel",
5175
+ "name": "name",
4873
5176
  "type": {
4874
5177
  "text": "string | undefined"
4875
5178
  },
4876
- "description": "If defined, renders an alternative A11y text for the asterisk",
4877
- "attribute": "required-label"
5179
+ "description": "If defined, adds name to the input-element",
5180
+ "attribute": "name"
4878
5181
  },
4879
5182
  {
4880
5183
  "kind": "field",
@@ -4979,20 +5282,24 @@
4979
5282
  "fieldName": "label"
4980
5283
  },
4981
5284
  {
4982
- "name": "name",
5285
+ "name": "lang",
4983
5286
  "type": {
4984
- "text": "string | undefined"
5287
+ "text": "Language"
4985
5288
  },
4986
- "description": "If defined, adds name to the input-element",
4987
- "fieldName": "name"
5289
+ "default": "'en'",
5290
+ "description": "Sets the internal language of the component",
5291
+ "fieldName": "lang",
5292
+ "expandedType": {
5293
+ "text": "'en' | 'es' | 'pt' | 'sv'"
5294
+ }
4988
5295
  },
4989
5296
  {
4990
- "name": "required-label",
5297
+ "name": "name",
4991
5298
  "type": {
4992
5299
  "text": "string | undefined"
4993
5300
  },
4994
- "description": "If defined, renders an alternative A11y text for the asterisk",
4995
- "fieldName": "requiredLabel"
5301
+ "description": "If defined, adds name to the input-element",
5302
+ "fieldName": "name"
4996
5303
  },
4997
5304
  {
4998
5305
  "name": "size",
@@ -5035,7 +5342,8 @@
5035
5342
  "package": "@internal/components/formBase.js"
5036
5343
  },
5037
5344
  "tagName": "skf-radio",
5038
- "customElement": true
5345
+ "customElement": true,
5346
+ "modulePath": "src/components/radio/radio.component.ts"
5039
5347
  }
5040
5348
  ],
5041
5349
  "exports": [
@@ -5151,7 +5459,8 @@
5151
5459
  "package": "@internal/components/skf-element"
5152
5460
  },
5153
5461
  "tagName": "skf-segmented-button-item",
5154
- "customElement": true
5462
+ "customElement": true,
5463
+ "modulePath": "src/components/segmented-button/segmented-button-item.component.ts"
5155
5464
  }
5156
5465
  ],
5157
5466
  "exports": [
@@ -5208,7 +5517,8 @@
5208
5517
  "package": "@internal/components/skf-element"
5209
5518
  },
5210
5519
  "tagName": "skf-segmented-button",
5211
- "customElement": true
5520
+ "customElement": true,
5521
+ "modulePath": "src/components/segmented-button/segmented-button.component.ts"
5212
5522
  }
5213
5523
  ],
5214
5524
  "exports": [
@@ -5288,7 +5598,8 @@
5288
5598
  "package": "@internal/components/skf-element"
5289
5599
  },
5290
5600
  "tagName": "skf-select-option-group",
5291
- "customElement": true
5601
+ "customElement": true,
5602
+ "modulePath": "src/components/select/select-option-group.component.ts"
5292
5603
  }
5293
5604
  ],
5294
5605
  "exports": [
@@ -5318,6 +5629,13 @@
5318
5629
  }
5319
5630
  ],
5320
5631
  "members": [
5632
+ {
5633
+ "kind": "field",
5634
+ "name": "#localize",
5635
+ "privacy": "private",
5636
+ "readonly": true,
5637
+ "default": "new LocalizeController(this)"
5638
+ },
5321
5639
  {
5322
5640
  "kind": "field",
5323
5641
  "name": "#internals",
@@ -5373,12 +5691,25 @@
5373
5691
  },
5374
5692
  {
5375
5693
  "kind": "field",
5376
- "name": "onClick",
5694
+ "name": "lang",
5695
+ "type": {
5696
+ "text": "Language"
5697
+ },
5698
+ "default": "'en'",
5699
+ "description": "Sets the internal language of the component",
5700
+ "attribute": "lang",
5701
+ "expandedType": {
5702
+ "text": "'en' | 'es' | 'pt' | 'sv'"
5703
+ }
5704
+ },
5705
+ {
5706
+ "kind": "field",
5707
+ "name": "clickCallback",
5377
5708
  "description": "If defined, accepts a function that runs on click"
5378
5709
  },
5379
5710
  {
5380
5711
  "kind": "field",
5381
- "name": "onRemove",
5712
+ "name": "preRemoveCallback",
5382
5713
  "description": "If defined, accepts a function that runs on click. Self removal can be overridden by using `event.stopPropagation()`."
5383
5714
  },
5384
5715
  {
@@ -5427,6 +5758,18 @@
5427
5758
  "text": "'error' | 'info' | 'warning' | 'success' | undefined"
5428
5759
  }
5429
5760
  },
5761
+ {
5762
+ "name": "lang",
5763
+ "type": {
5764
+ "text": "Language"
5765
+ },
5766
+ "default": "'en'",
5767
+ "description": "Sets the internal language of the component",
5768
+ "fieldName": "lang",
5769
+ "expandedType": {
5770
+ "text": "'en' | 'es' | 'pt' | 'sv'"
5771
+ }
5772
+ },
5430
5773
  {
5431
5774
  "name": "removable",
5432
5775
  "type": {
@@ -5442,7 +5785,8 @@
5442
5785
  "package": "@internal/components/skf-element"
5443
5786
  },
5444
5787
  "tagName": "skf-tag",
5445
- "customElement": true
5788
+ "customElement": true,
5789
+ "modulePath": "src/components/tag/tag.component.ts"
5446
5790
  }
5447
5791
  ],
5448
5792
  "exports": [
@@ -5474,11 +5818,32 @@
5474
5818
  "members": [
5475
5819
  {
5476
5820
  "kind": "field",
5477
- "name": "buttonLabel",
5821
+ "name": "#localize",
5822
+ "privacy": "private",
5823
+ "readonly": true,
5824
+ "default": "new LocalizeController(this)"
5825
+ },
5826
+ {
5827
+ "kind": "field",
5828
+ "name": "_componentIsConnected",
5829
+ "type": {
5830
+ "text": "boolean"
5831
+ },
5832
+ "privacy": "private",
5833
+ "default": "false"
5834
+ },
5835
+ {
5836
+ "kind": "field",
5837
+ "name": "_defaultButtonLabel",
5478
5838
  "type": {
5479
5839
  "text": "string"
5480
5840
  },
5481
- "default": "'Select an option'",
5841
+ "privacy": "private",
5842
+ "default": "'Select an option'"
5843
+ },
5844
+ {
5845
+ "kind": "field",
5846
+ "name": "buttonLabel",
5482
5847
  "description": "Sets the first visible text on the component",
5483
5848
  "attribute": "button-label",
5484
5849
  "reflects": true
@@ -5542,6 +5907,19 @@
5542
5907
  "attribute": "label",
5543
5908
  "reflects": true
5544
5909
  },
5910
+ {
5911
+ "kind": "field",
5912
+ "name": "lang",
5913
+ "type": {
5914
+ "text": "Language"
5915
+ },
5916
+ "default": "'en'",
5917
+ "description": "Sets the internal language of the component",
5918
+ "attribute": "lang",
5919
+ "expandedType": {
5920
+ "text": "'en' | 'es' | 'pt' | 'sv'"
5921
+ }
5922
+ },
5545
5923
  {
5546
5924
  "kind": "field",
5547
5925
  "name": "max",
@@ -5551,6 +5929,14 @@
5551
5929
  "description": "If defined, limits the number of selectable options",
5552
5930
  "attribute": "max"
5553
5931
  },
5932
+ {
5933
+ "kind": "field",
5934
+ "name": "maxVisibleItems",
5935
+ "type": {
5936
+ "text": "number | undefined"
5937
+ },
5938
+ "attribute": "max-visible-items"
5939
+ },
5554
5940
  {
5555
5941
  "kind": "field",
5556
5942
  "name": "min",
@@ -5580,15 +5966,6 @@
5580
5966
  "description": "If defined, set name of the component",
5581
5967
  "attribute": "name"
5582
5968
  },
5583
- {
5584
- "kind": "field",
5585
- "name": "requiredLabel",
5586
- "type": {
5587
- "text": "string | undefined"
5588
- },
5589
- "description": "If defined, renders an alternative A11y text for the asterisk",
5590
- "attribute": "required-label"
5591
- },
5592
5969
  {
5593
5970
  "kind": "field",
5594
5971
  "name": "severity",
@@ -5622,15 +5999,22 @@
5622
5999
  {
5623
6000
  "kind": "field",
5624
6001
  "name": "value",
5625
- "description": "Read only, returns the selected value. (if multiple: in a comma separated string)"
6002
+ "description": "Returns the selected value. (if multiple: in a comma separated string). If set will default set corresponding option."
5626
6003
  },
5627
6004
  {
5628
- "kind": "method",
5629
- "name": "_handleSizeUpdate"
6005
+ "kind": "field",
6006
+ "name": "desiredPopupHeight",
6007
+ "type": {
6008
+ "text": "number | undefined"
6009
+ },
6010
+ "privacy": "private"
5630
6011
  },
5631
6012
  {
5632
6013
  "kind": "method",
5633
- "name": "handleExpandedChange"
6014
+ "name": "_handleSizeUpdate",
6015
+ "type": {
6016
+ "text": "_handleSizeUpdate() => void"
6017
+ }
5634
6018
  },
5635
6019
  {
5636
6020
  "kind": "field",
@@ -5676,6 +6060,13 @@
5676
6060
  },
5677
6061
  "description": "{detail: {value: string | null, option: SkfSelectOption}} Fired when the select dropdown is toggled",
5678
6062
  "name": "skf-select-option-select"
6063
+ },
6064
+ {
6065
+ "type": {
6066
+ "text": "CustomEvent"
6067
+ },
6068
+ "description": "Fires when the select options are connected, useful for setting selected option(s) via value property. E.g mySkfSelect.value = 'option1,option2';",
6069
+ "name": "skf-select-connected"
5679
6070
  }
5680
6071
  ],
5681
6072
  "attributes": [
@@ -5697,10 +6088,6 @@
5697
6088
  },
5698
6089
  {
5699
6090
  "name": "button-label",
5700
- "type": {
5701
- "text": "string"
5702
- },
5703
- "default": "'Select an option'",
5704
6091
  "description": "Sets the first visible text on the component",
5705
6092
  "fieldName": "buttonLabel"
5706
6093
  },
@@ -5746,6 +6133,18 @@
5746
6133
  "description": "If defined, displays provided label",
5747
6134
  "fieldName": "label"
5748
6135
  },
6136
+ {
6137
+ "name": "lang",
6138
+ "type": {
6139
+ "text": "Language"
6140
+ },
6141
+ "default": "'en'",
6142
+ "description": "Sets the internal language of the component",
6143
+ "fieldName": "lang",
6144
+ "expandedType": {
6145
+ "text": "'en' | 'es' | 'pt' | 'sv'"
6146
+ }
6147
+ },
5749
6148
  {
5750
6149
  "name": "max",
5751
6150
  "type": {
@@ -5754,6 +6153,13 @@
5754
6153
  "description": "If defined, limits the number of selectable options",
5755
6154
  "fieldName": "max"
5756
6155
  },
6156
+ {
6157
+ "name": "max-visible-items",
6158
+ "type": {
6159
+ "text": "number | undefined"
6160
+ },
6161
+ "fieldName": "maxVisibleItems"
6162
+ },
5757
6163
  {
5758
6164
  "name": "min",
5759
6165
  "type": {
@@ -5779,14 +6185,6 @@
5779
6185
  "description": "If defined, set name of the component",
5780
6186
  "fieldName": "name"
5781
6187
  },
5782
- {
5783
- "name": "required-label",
5784
- "type": {
5785
- "text": "string | undefined"
5786
- },
5787
- "description": "If defined, renders an alternative A11y text for the asterisk",
5788
- "fieldName": "requiredLabel"
5789
- },
5790
6188
  {
5791
6189
  "name": "severity",
5792
6190
  "type": {
@@ -5819,7 +6217,8 @@
5819
6217
  "package": "@internal/components/formBase.js"
5820
6218
  },
5821
6219
  "tagName": "skf-select",
5822
- "customElement": true
6220
+ "customElement": true,
6221
+ "modulePath": "src/components/select/select.component.ts"
5823
6222
  }
5824
6223
  ],
5825
6224
  "exports": [
@@ -5840,7 +6239,7 @@
5840
6239
  "declarations": [
5841
6240
  {
5842
6241
  "kind": "class",
5843
- "description": "The `<skf-select-option>` is a component is used nested in a skf-select or skf-select-option-group.",
6242
+ "description": "The `<skf-select-option>` is a component is used nested in a skf-select or skf-select-option-group.\nIt represents an individual option in a select dropdown.",
5844
6243
  "name": "SkfSelectOption",
5845
6244
  "slots": [
5846
6245
  {
@@ -5912,7 +6311,7 @@
5912
6311
  "attribute": "icon-color",
5913
6312
  "reflects": true,
5914
6313
  "expandedType": {
5915
- "text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | 'emphasised' | 'secondary' | 'success' | undefined"
6314
+ "text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | 'emphasized' | 'secondary' | 'purple' | 'success' | undefined"
5916
6315
  }
5917
6316
  },
5918
6317
  {
@@ -5944,7 +6343,7 @@
5944
6343
  {
5945
6344
  "kind": "field",
5946
6345
  "name": "value",
5947
- "description": "Returns or sets the tags value. If value is omitted, defaults to the tags text.",
6346
+ "description": "Returns or sets the option value. If value is omitted, defaults to the tags slotted text.",
5948
6347
  "attribute": "value",
5949
6348
  "reflects": true
5950
6349
  },
@@ -5956,18 +6355,6 @@
5956
6355
  },
5957
6356
  "default": "false"
5958
6357
  },
5959
- {
5960
- "kind": "field",
5961
- "name": "role",
5962
- "type": {
5963
- "text": "string"
5964
- },
5965
- "default": "'option'"
5966
- },
5967
- {
5968
- "kind": "field",
5969
- "name": "_parent"
5970
- },
5971
6358
  {
5972
6359
  "kind": "field",
5973
6360
  "name": "_shortcutUpdate",
@@ -6012,7 +6399,7 @@
6012
6399
  "description": "If defined, sets provided color on the icon",
6013
6400
  "fieldName": "iconColor",
6014
6401
  "expandedType": {
6015
- "text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | 'emphasised' | 'secondary' | 'success' | undefined"
6402
+ "text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | 'emphasized' | 'secondary' | 'purple' | 'success' | undefined"
6016
6403
  }
6017
6404
  },
6018
6405
  {
@@ -6034,7 +6421,7 @@
6034
6421
  },
6035
6422
  {
6036
6423
  "name": "value",
6037
- "description": "Returns or sets the tags value. If value is omitted, defaults to the tags text.",
6424
+ "description": "Returns or sets the option value. If value is omitted, defaults to the tags slotted text.",
6038
6425
  "fieldName": "value"
6039
6426
  }
6040
6427
  ],
@@ -6043,7 +6430,8 @@
6043
6430
  "package": "@internal/components/skf-element.js"
6044
6431
  },
6045
6432
  "tagName": "skf-select-option",
6046
- "customElement": true
6433
+ "customElement": true,
6434
+ "modulePath": "src/components/select/select-option.component.ts"
6047
6435
  }
6048
6436
  ],
6049
6437
  "exports": [
@@ -6114,14 +6502,6 @@
6114
6502
  {
6115
6503
  "kind": "field",
6116
6504
  "name": "_setInternalState"
6117
- },
6118
- {
6119
- "kind": "field",
6120
- "name": "role",
6121
- "type": {
6122
- "text": "string"
6123
- },
6124
- "default": "'listitem'"
6125
6505
  }
6126
6506
  ],
6127
6507
  "events": [
@@ -6154,7 +6534,8 @@
6154
6534
  "package": "@internal/components/skf-element"
6155
6535
  },
6156
6536
  "tagName": "skf-stepper-item",
6157
- "customElement": true
6537
+ "customElement": true,
6538
+ "modulePath": "src/components/stepper/stepper-item.component.ts"
6158
6539
  }
6159
6540
  ],
6160
6541
  "exports": [
@@ -6239,7 +6620,8 @@
6239
6620
  "package": "@internal/components/skf-element"
6240
6621
  },
6241
6622
  "tagName": "skf-stepper",
6242
- "customElement": true
6623
+ "customElement": true,
6624
+ "modulePath": "src/components/stepper/stepper.component.ts"
6243
6625
  }
6244
6626
  ],
6245
6627
  "exports": [
@@ -6269,6 +6651,13 @@
6269
6651
  }
6270
6652
  ],
6271
6653
  "members": [
6654
+ {
6655
+ "kind": "field",
6656
+ "name": "#localize",
6657
+ "privacy": "private",
6658
+ "readonly": true,
6659
+ "default": "new LocalizeController(this)"
6660
+ },
6272
6661
  {
6273
6662
  "kind": "field",
6274
6663
  "name": "debug",
@@ -6312,21 +6701,25 @@
6312
6701
  },
6313
6702
  {
6314
6703
  "kind": "field",
6315
- "name": "name",
6704
+ "name": "lang",
6316
6705
  "type": {
6317
- "text": "string | undefined"
6706
+ "text": "Language"
6318
6707
  },
6319
- "description": "If defined, adds name to the input-element",
6320
- "attribute": "name"
6708
+ "default": "'en'",
6709
+ "description": "Sets the internal language of the component",
6710
+ "attribute": "lang",
6711
+ "expandedType": {
6712
+ "text": "'en' | 'es' | 'pt' | 'sv'"
6713
+ }
6321
6714
  },
6322
6715
  {
6323
6716
  "kind": "field",
6324
- "name": "requiredLabel",
6717
+ "name": "name",
6325
6718
  "type": {
6326
6719
  "text": "string | undefined"
6327
6720
  },
6328
- "description": "If defined, renders an alternative A11y text for the asterisk",
6329
- "attribute": "required-label"
6721
+ "description": "If defined, adds name to the input-element",
6722
+ "attribute": "name"
6330
6723
  },
6331
6724
  {
6332
6725
  "kind": "field",
@@ -6351,7 +6744,10 @@
6351
6744
  },
6352
6745
  {
6353
6746
  "kind": "method",
6354
- "name": "debugOutput"
6747
+ "name": "debugOutput",
6748
+ "type": {
6749
+ "text": "debugOutput() => void"
6750
+ }
6355
6751
  }
6356
6752
  ],
6357
6753
  "attributes": [
@@ -6407,20 +6803,24 @@
6407
6803
  "fieldName": "label"
6408
6804
  },
6409
6805
  {
6410
- "name": "name",
6806
+ "name": "lang",
6411
6807
  "type": {
6412
- "text": "string | undefined"
6808
+ "text": "Language"
6413
6809
  },
6414
- "description": "If defined, adds name to the input-element",
6415
- "fieldName": "name"
6810
+ "default": "'en'",
6811
+ "description": "Sets the internal language of the component",
6812
+ "fieldName": "lang",
6813
+ "expandedType": {
6814
+ "text": "'en' | 'es' | 'pt' | 'sv'"
6815
+ }
6416
6816
  },
6417
6817
  {
6418
- "name": "required-label",
6818
+ "name": "name",
6419
6819
  "type": {
6420
6820
  "text": "string | undefined"
6421
6821
  },
6422
- "description": "If defined, renders an alternative A11y text for the asterisk",
6423
- "fieldName": "requiredLabel"
6822
+ "description": "If defined, adds name to the input-element",
6823
+ "fieldName": "name"
6424
6824
  },
6425
6825
  {
6426
6826
  "name": "size",
@@ -6446,7 +6846,8 @@
6446
6846
  "package": "@internal/components/formBase.js"
6447
6847
  },
6448
6848
  "tagName": "skf-switch",
6449
- "customElement": true
6849
+ "customElement": true,
6850
+ "modulePath": "src/components/switch/switch.component.ts"
6450
6851
  }
6451
6852
  ],
6452
6853
  "exports": [
@@ -6493,14 +6894,6 @@
6493
6894
  "text": "boolean"
6494
6895
  },
6495
6896
  "default": "false"
6496
- },
6497
- {
6498
- "kind": "field",
6499
- "name": "role",
6500
- "type": {
6501
- "text": "string"
6502
- },
6503
- "default": "'tabpanel'"
6504
6897
  }
6505
6898
  ],
6506
6899
  "attributes": [
@@ -6519,7 +6912,8 @@
6519
6912
  "package": "@internal/components/skf-element"
6520
6913
  },
6521
6914
  "tagName": "skf-tab-panel",
6522
- "customElement": true
6915
+ "customElement": true,
6916
+ "modulePath": "src/components/tabs/tab-panel.component.ts"
6523
6917
  }
6524
6918
  ],
6525
6919
  "exports": [
@@ -6657,7 +7051,8 @@
6657
7051
  "package": "@internal/components/skf-element"
6658
7052
  },
6659
7053
  "tagName": "skf-tabs",
6660
- "customElement": true
7054
+ "customElement": true,
7055
+ "modulePath": "src/components/tabs/tabs.component.ts"
6661
7056
  }
6662
7057
  ],
6663
7058
  "exports": [
@@ -6713,14 +7108,6 @@
6713
7108
  "text": "SkfTabs['variant']"
6714
7109
  },
6715
7110
  "default": "'expanded'"
6716
- },
6717
- {
6718
- "kind": "field",
6719
- "name": "role",
6720
- "type": {
6721
- "text": "string"
6722
- },
6723
- "default": "'tab'"
6724
7111
  }
6725
7112
  ],
6726
7113
  "events": [
@@ -6752,7 +7139,8 @@
6752
7139
  "package": "@internal/components/skf-element"
6753
7140
  },
6754
7141
  "tagName": "skf-tab",
6755
- "customElement": true
7142
+ "customElement": true,
7143
+ "modulePath": "src/components/tabs/tab.component.ts"
6756
7144
  }
6757
7145
  ],
6758
7146
  "exports": [
@@ -6782,6 +7170,13 @@
6782
7170
  }
6783
7171
  ],
6784
7172
  "members": [
7173
+ {
7174
+ "kind": "field",
7175
+ "name": "#localize",
7176
+ "privacy": "private",
7177
+ "readonly": true,
7178
+ "default": "new LocalizeController(this)"
7179
+ },
6785
7180
  {
6786
7181
  "kind": "field",
6787
7182
  "name": "cols",
@@ -6836,6 +7231,19 @@
6836
7231
  "description": "If defined, sets the input's label unless the default slot is used. Alternatively, you can use the `label` attribute.",
6837
7232
  "attribute": "label"
6838
7233
  },
7234
+ {
7235
+ "kind": "field",
7236
+ "name": "lang",
7237
+ "type": {
7238
+ "text": "Language"
7239
+ },
7240
+ "default": "'en'",
7241
+ "description": "Sets the internal language of the component",
7242
+ "attribute": "lang",
7243
+ "expandedType": {
7244
+ "text": "'en' | 'es' | 'pt' | 'sv'"
7245
+ }
7246
+ },
6839
7247
  {
6840
7248
  "kind": "field",
6841
7249
  "name": "name",
@@ -6882,15 +7290,6 @@
6882
7290
  "description": "If true, makes the element not mutable, meaning the user can not edit the control",
6883
7291
  "attribute": "readonly"
6884
7292
  },
6885
- {
6886
- "kind": "field",
6887
- "name": "requiredLabel",
6888
- "type": {
6889
- "text": "string | undefined"
6890
- },
6891
- "description": "If defined, renders an alternative A11y text for the asterisk",
6892
- "attribute": "required-label"
6893
- },
6894
7293
  {
6895
7294
  "kind": "field",
6896
7295
  "name": "rows",
@@ -7025,6 +7424,18 @@
7025
7424
  "description": "If defined, sets the input's label unless the default slot is used. Alternatively, you can use the `label` attribute.",
7026
7425
  "fieldName": "label"
7027
7426
  },
7427
+ {
7428
+ "name": "lang",
7429
+ "type": {
7430
+ "text": "Language"
7431
+ },
7432
+ "default": "'en'",
7433
+ "description": "Sets the internal language of the component",
7434
+ "fieldName": "lang",
7435
+ "expandedType": {
7436
+ "text": "'en' | 'es' | 'pt' | 'sv'"
7437
+ }
7438
+ },
7028
7439
  {
7029
7440
  "name": "name",
7030
7441
  "type": {
@@ -7066,14 +7477,6 @@
7066
7477
  "description": "If true, makes the element not mutable, meaning the user can not edit the control",
7067
7478
  "fieldName": "readonly"
7068
7479
  },
7069
- {
7070
- "name": "required-label",
7071
- "type": {
7072
- "text": "string | undefined"
7073
- },
7074
- "description": "If defined, renders an alternative A11y text for the asterisk",
7075
- "fieldName": "requiredLabel"
7076
- },
7077
7480
  {
7078
7481
  "name": "rows",
7079
7482
  "type": {
@@ -7132,7 +7535,8 @@
7132
7535
  "package": "@internal/components/formBase.js"
7133
7536
  },
7134
7537
  "tagName": "skf-textarea",
7135
- "customElement": true
7538
+ "customElement": true,
7539
+ "modulePath": "src/components/textarea/textarea.component.ts"
7136
7540
  }
7137
7541
  ],
7138
7542
  "exports": [
@@ -7243,6 +7647,17 @@
7243
7647
  "name": "parentAnimationDiv",
7244
7648
  "readonly": true
7245
7649
  },
7650
+ {
7651
+ "kind": "field",
7652
+ "name": "#localize",
7653
+ "privacy": "private",
7654
+ "readonly": true,
7655
+ "default": "new LocalizeController(this)",
7656
+ "inheritedFrom": {
7657
+ "name": "SkfAlert",
7658
+ "module": "src/components/alert/alert.component.ts"
7659
+ }
7660
+ },
7246
7661
  {
7247
7662
  "kind": "field",
7248
7663
  "name": "#internals",
@@ -7269,13 +7684,15 @@
7269
7684
  },
7270
7685
  {
7271
7686
  "kind": "field",
7272
- "name": "buttonLabel",
7687
+ "name": "icon",
7273
7688
  "type": {
7274
- "text": "string"
7689
+ "text": "Icon | undefined"
7690
+ },
7691
+ "description": "If defined, displays leading icon",
7692
+ "attribute": "icon",
7693
+ "expandedType": {
7694
+ "text": "'addCircleOutline' | 'addCircle' | 'addPlus' | 'arrowBackIos' | 'arrowBack' | 'arrowDown' | 'arrowForwardIos' | 'arrowForward' | 'arrowLeft' | 'arrowRight' | 'arrowUpDown' | 'arrowUp' | 'article' | 'asset' | 'attachment' | 'bandCursor' | 'bands' | 'batteryEmpty' | 'batteryFull' | 'batteryLow' | 'bearingFault' | 'bluetoothDisabled' | 'bluetooth' | 'book' | 'bookmarkOutline' | 'bookmark' | 'calculator' | 'calendarBusy' | 'calendarCheck' | 'calendarEmpty' | 'calendarMonth' | 'calendarReccuring' | 'call' | 'caretDown' | 'caretUpDown' | 'caretUp' | 'chat' | 'checkCircleOutline' | 'checkCircle' | 'checkSmall' | 'check' | 'chevronDownUp' | 'chevronDown' | 'chevronLeft' | 'chevronRight' | 'chevronUpDown' | 'chevronUp' | 'chip' | 'circleStatus' | 'closeAll' | 'closeAlt' | 'close' | 'columnGraph' | 'comment' | 'connection0' | 'connection1' | 'connection2' | 'connection3' | 'connection4' | 'contentPaste' | 'copy' | 'cpmCyclesPerMinute' | 'dangerOutline' | 'danger' | 'defectFrequenciesAlt' | 'defectFrequencies' | 'deleteOutline' | 'delete' | 'devices' | 'directions' | 'doubleChevronLeft' | 'doubleChevronRight' | 'downloadDone' | 'download' | 'draftOutline' | 'draft' | 'dragDrop' | 'drop' | 'duplicate' | 'editOutline' | 'edit' | 'emailOutline' | 'emailPdf' | 'email' | 'errorOutline' | 'error' | 'exclamation' | 'facebook' | 'filterOutline' | 'filter' | 'findReplace' | 'forbidden' | 'frequencyHz' | 'fullScreen' | 'fullscreenExit' | 'functionalGroup' | 'hamburgerMenu' | 'harmonicCursor' | 'heatmap' | 'hierarchy' | 'history' | 'homeOutline' | 'home' | 'hourglassOutline' | 'hourglass' | 'image' | 'imx' | 'infoOutline' | 'info' | 'instagram' | 'integration' | 'iosShare' | 'kebabMore' | 'language' | 'lightbulbOutline' | 'lightbulb' | 'link' | 'linkedin' | 'listGroup' | 'list' | 'locationPin' | 'lockOutline' | 'lock' | 'logOut' | 'login' | 'meatballsMoreCircle' | 'meatballsMore' | 'microphone' | 'nearMe' | 'noData' | 'notificationsBellOutline' | 'notificationsBell' | 'o' | 'offer' | 'openInNew' | 'overlaysBaseline' | 'pan360' | 'paper' | 'pause' | 'pdfOutline' | 'pdf' | 'person' | 'photoCameraOutline' | 'photoCamera' | 'pieChart' | 'pinOutline' | 'pin' | 'play' | 'powerOff' | 'printOutline' | 'print' | 'privacyPolicyOutline' | 'privacyPolicy' | 'proCollect' | 'recAction' | 'refresh' | 'removeMinus' | 'reorder' | 'reply' | 'report' | 'rewakableRoute' | 'route' | 'search' | 'sendOutline' | 'send' | 'sensorAlt' | 'sensor' | 'settingsOutline' | 'settings' | 'share' | 'shoppingCart' | 'sidebandCursor' | 'singleCursor' | 'skfBearing' | 'spectrum' | 'starOutline' | 'star' | 'stop' | 'sync' | 'time' | 'timewave' | 'translate' | 'trend' | 'trendingUp' | 'twitter' | 'undo' | 'unknownDiamondOutline' | 'unknownDiamond' | 'unknownOutline' | 'unknown' | 'unlink' | 'unlockOutline' | 'unlock' | 'unscheduledAction' | 'upload' | 'vibrationAlt' | 'vibration' | 'view3D' | 'viewFull' | 'viewHorizontal' | 'viewVertical' | 'visibilityOffOutline' | 'visibilityOff' | 'visibilityOutline' | 'visibility' | 'warningDiamondOutline' | 'warningDiamond' | 'warningOutline' | 'warning' | 'youtube' | 'zoomIn' | 'zoomOut' | undefined"
7275
7695
  },
7276
- "default": "'Close'",
7277
- "description": "Close button aria-label",
7278
- "attribute": "button-label",
7279
7696
  "inheritedFrom": {
7280
7697
  "name": "SkfAlert",
7281
7698
  "module": "src/components/alert/alert.component.ts"
@@ -7283,14 +7700,15 @@
7283
7700
  },
7284
7701
  {
7285
7702
  "kind": "field",
7286
- "name": "icon",
7703
+ "name": "lang",
7287
7704
  "type": {
7288
- "text": "Icon | undefined"
7705
+ "text": "Language"
7289
7706
  },
7290
- "description": "If defined, displays leading icon",
7291
- "attribute": "icon",
7707
+ "default": "'en'",
7708
+ "description": "Sets the internal language of the component",
7709
+ "attribute": "lang",
7292
7710
  "expandedType": {
7293
- "text": "'addCircleOutline' | 'addCircle' | 'addPlus' | 'arrowBackIos' | 'arrowBack' | 'arrowDown' | 'arrowForwardIos' | 'arrowForward' | 'arrowLeft' | 'arrowRight' | 'arrowUpDown' | 'arrowUp' | 'article' | 'asset' | 'attachment' | 'bandCursor' | 'bands' | 'batteryEmpty' | 'batteryFull' | 'batteryLow' | 'bearingFault' | 'bluetoothDisabled' | 'bluetooth' | 'book' | 'bookmarkOutline' | 'bookmark' | 'calculator' | 'calendarBusy' | 'calendarCheck' | 'calendarEmpty' | 'calendarMonth' | 'calendarReccuring' | 'call' | 'caretDown' | 'caretUpDown' | 'caretUp' | 'chat' | 'checkCircleOutline' | 'checkCircle' | 'checkSmall' | 'check' | 'chevronDownUp' | 'chevronDown' | 'chevronLeft' | 'chevronRight' | 'chevronUpDown' | 'chevronUp' | 'chip' | 'circleStatus' | 'closeAll' | 'closeAlt' | 'close' | 'columnGraph' | 'comment' | 'connection0' | 'connection1' | 'connection2' | 'connection3' | 'connection4' | 'contentPaste' | 'copy' | 'cpmCyclesPerMinute' | 'dangerOutline' | 'danger' | 'defectFrequenciesAlt' | 'defectFrequencies' | 'deleteOutline' | 'delete' | 'devices' | 'directions' | 'doubleChevronLeft' | 'doubleChevronRight' | 'downloadDone' | 'download' | 'draftOutline' | 'draft' | 'dragDrop' | 'drop' | 'duplicate' | 'editOutline' | 'edit' | 'emailOutline' | 'emailPdf' | 'email' | 'errorOutline' | 'error' | 'exclamation' | 'facebook' | 'filterOutline' | 'filter' | 'findReplace' | 'forbidden' | 'frequencyHz' | 'fullScreen' | 'fullscreenExit' | 'functionalGroup' | 'hamburgerMenu' | 'harmonicCursor' | 'heatmap' | 'hierarchy' | 'history' | 'homeOutline' | 'home' | 'hourglassOutline' | 'hourglass' | 'image' | 'imx' | 'infoOutline' | 'info' | 'instagram' | 'integration' | 'iosShare' | 'kebabMore' | 'language' | 'lightbulbOutline' | 'lightbulb' | 'link' | 'linkedin' | 'listGroup' | 'list' | 'locationPin' | 'lockOutline' | 'lock' | 'logOut' | 'login' | 'meatballsMoreCircle' | 'meatballsMore' | 'microphone' | 'nearMe' | 'noData' | 'notificationsBellOutline' | 'notificationsBell' | 'o' | 'offer' | 'openInNew' | 'overlaysBaseline' | 'pan360' | 'paper' | 'pause' | 'pdfOutline' | 'pdf' | 'person' | 'photoCameraOutline' | 'photoCamera' | 'pieChart' | 'pinOutline' | 'pin' | 'play' | 'powerOff' | 'printOutline' | 'print' | 'privacyPolicyOutline' | 'privacyPolicy' | 'proCollect' | 'recAction' | 'refresh' | 'removeMinus' | 'reorder' | 'reply' | 'report' | 'rewakableRoute' | 'route' | 'search' | 'sendOutline' | 'send' | 'sensorAlt' | 'sensor' | 'settingsOutline' | 'settings' | 'share' | 'shoppingCart' | 'sidebandCursor' | 'singleCursor' | 'skfBearing' | 'spectrum' | 'starOutline' | 'star' | 'stop' | 'sync' | 'time' | 'timewave' | 'translate' | 'trend' | 'trendingUp' | 'twitter' | 'undo' | 'unknownDiamondOutline' | 'unknownDiamond' | 'unknownOutline' | 'unknown' | 'unlink' | 'unlockOutline' | 'unlock' | 'unscheduledAction' | 'upload' | 'vibrationAlt' | 'vibration' | 'view3D' | 'viewFull' | 'viewHorizontal' | 'viewVertical' | 'visibilityOffOutline' | 'visibilityOff' | 'visibilityOutline' | 'visibility' | 'warningDiamondOutline' | 'warningDiamond' | 'warningOutline' | 'warning' | 'youtube' | 'zoomIn' | 'zoomOut' | undefined"
7711
+ "text": "'en' | 'es' | 'pt' | 'sv'"
7294
7712
  },
7295
7713
  "inheritedFrom": {
7296
7714
  "name": "SkfAlert",
@@ -7338,27 +7756,30 @@
7338
7756
  "fieldName": "timer"
7339
7757
  },
7340
7758
  {
7341
- "name": "button-label",
7759
+ "name": "icon",
7342
7760
  "type": {
7343
- "text": "string"
7761
+ "text": "Icon | undefined"
7762
+ },
7763
+ "description": "If defined, displays leading icon",
7764
+ "fieldName": "icon",
7765
+ "expandedType": {
7766
+ "text": "'addCircleOutline' | 'addCircle' | 'addPlus' | 'arrowBackIos' | 'arrowBack' | 'arrowDown' | 'arrowForwardIos' | 'arrowForward' | 'arrowLeft' | 'arrowRight' | 'arrowUpDown' | 'arrowUp' | 'article' | 'asset' | 'attachment' | 'bandCursor' | 'bands' | 'batteryEmpty' | 'batteryFull' | 'batteryLow' | 'bearingFault' | 'bluetoothDisabled' | 'bluetooth' | 'book' | 'bookmarkOutline' | 'bookmark' | 'calculator' | 'calendarBusy' | 'calendarCheck' | 'calendarEmpty' | 'calendarMonth' | 'calendarReccuring' | 'call' | 'caretDown' | 'caretUpDown' | 'caretUp' | 'chat' | 'checkCircleOutline' | 'checkCircle' | 'checkSmall' | 'check' | 'chevronDownUp' | 'chevronDown' | 'chevronLeft' | 'chevronRight' | 'chevronUpDown' | 'chevronUp' | 'chip' | 'circleStatus' | 'closeAll' | 'closeAlt' | 'close' | 'columnGraph' | 'comment' | 'connection0' | 'connection1' | 'connection2' | 'connection3' | 'connection4' | 'contentPaste' | 'copy' | 'cpmCyclesPerMinute' | 'dangerOutline' | 'danger' | 'defectFrequenciesAlt' | 'defectFrequencies' | 'deleteOutline' | 'delete' | 'devices' | 'directions' | 'doubleChevronLeft' | 'doubleChevronRight' | 'downloadDone' | 'download' | 'draftOutline' | 'draft' | 'dragDrop' | 'drop' | 'duplicate' | 'editOutline' | 'edit' | 'emailOutline' | 'emailPdf' | 'email' | 'errorOutline' | 'error' | 'exclamation' | 'facebook' | 'filterOutline' | 'filter' | 'findReplace' | 'forbidden' | 'frequencyHz' | 'fullScreen' | 'fullscreenExit' | 'functionalGroup' | 'hamburgerMenu' | 'harmonicCursor' | 'heatmap' | 'hierarchy' | 'history' | 'homeOutline' | 'home' | 'hourglassOutline' | 'hourglass' | 'image' | 'imx' | 'infoOutline' | 'info' | 'instagram' | 'integration' | 'iosShare' | 'kebabMore' | 'language' | 'lightbulbOutline' | 'lightbulb' | 'link' | 'linkedin' | 'listGroup' | 'list' | 'locationPin' | 'lockOutline' | 'lock' | 'logOut' | 'login' | 'meatballsMoreCircle' | 'meatballsMore' | 'microphone' | 'nearMe' | 'noData' | 'notificationsBellOutline' | 'notificationsBell' | 'o' | 'offer' | 'openInNew' | 'overlaysBaseline' | 'pan360' | 'paper' | 'pause' | 'pdfOutline' | 'pdf' | 'person' | 'photoCameraOutline' | 'photoCamera' | 'pieChart' | 'pinOutline' | 'pin' | 'play' | 'powerOff' | 'printOutline' | 'print' | 'privacyPolicyOutline' | 'privacyPolicy' | 'proCollect' | 'recAction' | 'refresh' | 'removeMinus' | 'reorder' | 'reply' | 'report' | 'rewakableRoute' | 'route' | 'search' | 'sendOutline' | 'send' | 'sensorAlt' | 'sensor' | 'settingsOutline' | 'settings' | 'share' | 'shoppingCart' | 'sidebandCursor' | 'singleCursor' | 'skfBearing' | 'spectrum' | 'starOutline' | 'star' | 'stop' | 'sync' | 'time' | 'timewave' | 'translate' | 'trend' | 'trendingUp' | 'twitter' | 'undo' | 'unknownDiamondOutline' | 'unknownDiamond' | 'unknownOutline' | 'unknown' | 'unlink' | 'unlockOutline' | 'unlock' | 'unscheduledAction' | 'upload' | 'vibrationAlt' | 'vibration' | 'view3D' | 'viewFull' | 'viewHorizontal' | 'viewVertical' | 'visibilityOffOutline' | 'visibilityOff' | 'visibilityOutline' | 'visibility' | 'warningDiamondOutline' | 'warningDiamond' | 'warningOutline' | 'warning' | 'youtube' | 'zoomIn' | 'zoomOut' | undefined"
7344
7767
  },
7345
- "default": "'Close'",
7346
- "description": "Close button aria-label",
7347
- "fieldName": "buttonLabel",
7348
7768
  "inheritedFrom": {
7349
7769
  "name": "SkfAlert",
7350
7770
  "module": "src/components/alert/alert.component.ts"
7351
7771
  }
7352
7772
  },
7353
7773
  {
7354
- "name": "icon",
7774
+ "name": "lang",
7355
7775
  "type": {
7356
- "text": "Icon | undefined"
7776
+ "text": "Language"
7357
7777
  },
7358
- "description": "If defined, displays leading icon",
7359
- "fieldName": "icon",
7778
+ "default": "'en'",
7779
+ "description": "Sets the internal language of the component",
7780
+ "fieldName": "lang",
7360
7781
  "expandedType": {
7361
- "text": "'addCircleOutline' | 'addCircle' | 'addPlus' | 'arrowBackIos' | 'arrowBack' | 'arrowDown' | 'arrowForwardIos' | 'arrowForward' | 'arrowLeft' | 'arrowRight' | 'arrowUpDown' | 'arrowUp' | 'article' | 'asset' | 'attachment' | 'bandCursor' | 'bands' | 'batteryEmpty' | 'batteryFull' | 'batteryLow' | 'bearingFault' | 'bluetoothDisabled' | 'bluetooth' | 'book' | 'bookmarkOutline' | 'bookmark' | 'calculator' | 'calendarBusy' | 'calendarCheck' | 'calendarEmpty' | 'calendarMonth' | 'calendarReccuring' | 'call' | 'caretDown' | 'caretUpDown' | 'caretUp' | 'chat' | 'checkCircleOutline' | 'checkCircle' | 'checkSmall' | 'check' | 'chevronDownUp' | 'chevronDown' | 'chevronLeft' | 'chevronRight' | 'chevronUpDown' | 'chevronUp' | 'chip' | 'circleStatus' | 'closeAll' | 'closeAlt' | 'close' | 'columnGraph' | 'comment' | 'connection0' | 'connection1' | 'connection2' | 'connection3' | 'connection4' | 'contentPaste' | 'copy' | 'cpmCyclesPerMinute' | 'dangerOutline' | 'danger' | 'defectFrequenciesAlt' | 'defectFrequencies' | 'deleteOutline' | 'delete' | 'devices' | 'directions' | 'doubleChevronLeft' | 'doubleChevronRight' | 'downloadDone' | 'download' | 'draftOutline' | 'draft' | 'dragDrop' | 'drop' | 'duplicate' | 'editOutline' | 'edit' | 'emailOutline' | 'emailPdf' | 'email' | 'errorOutline' | 'error' | 'exclamation' | 'facebook' | 'filterOutline' | 'filter' | 'findReplace' | 'forbidden' | 'frequencyHz' | 'fullScreen' | 'fullscreenExit' | 'functionalGroup' | 'hamburgerMenu' | 'harmonicCursor' | 'heatmap' | 'hierarchy' | 'history' | 'homeOutline' | 'home' | 'hourglassOutline' | 'hourglass' | 'image' | 'imx' | 'infoOutline' | 'info' | 'instagram' | 'integration' | 'iosShare' | 'kebabMore' | 'language' | 'lightbulbOutline' | 'lightbulb' | 'link' | 'linkedin' | 'listGroup' | 'list' | 'locationPin' | 'lockOutline' | 'lock' | 'logOut' | 'login' | 'meatballsMoreCircle' | 'meatballsMore' | 'microphone' | 'nearMe' | 'noData' | 'notificationsBellOutline' | 'notificationsBell' | 'o' | 'offer' | 'openInNew' | 'overlaysBaseline' | 'pan360' | 'paper' | 'pause' | 'pdfOutline' | 'pdf' | 'person' | 'photoCameraOutline' | 'photoCamera' | 'pieChart' | 'pinOutline' | 'pin' | 'play' | 'powerOff' | 'printOutline' | 'print' | 'privacyPolicyOutline' | 'privacyPolicy' | 'proCollect' | 'recAction' | 'refresh' | 'removeMinus' | 'reorder' | 'reply' | 'report' | 'rewakableRoute' | 'route' | 'search' | 'sendOutline' | 'send' | 'sensorAlt' | 'sensor' | 'settingsOutline' | 'settings' | 'share' | 'shoppingCart' | 'sidebandCursor' | 'singleCursor' | 'skfBearing' | 'spectrum' | 'starOutline' | 'star' | 'stop' | 'sync' | 'time' | 'timewave' | 'translate' | 'trend' | 'trendingUp' | 'twitter' | 'undo' | 'unknownDiamondOutline' | 'unknownDiamond' | 'unknownOutline' | 'unknown' | 'unlink' | 'unlockOutline' | 'unlock' | 'unscheduledAction' | 'upload' | 'vibrationAlt' | 'vibration' | 'view3D' | 'viewFull' | 'viewHorizontal' | 'viewVertical' | 'visibilityOffOutline' | 'visibilityOff' | 'visibilityOutline' | 'visibility' | 'warningDiamondOutline' | 'warningDiamond' | 'warningOutline' | 'warning' | 'youtube' | 'zoomIn' | 'zoomOut' | undefined"
7782
+ "text": "'en' | 'es' | 'pt' | 'sv'"
7362
7783
  },
7363
7784
  "inheritedFrom": {
7364
7785
  "name": "SkfAlert",
@@ -7483,7 +7904,8 @@
7483
7904
  "package": "@internal/components/skf-element"
7484
7905
  },
7485
7906
  "tagName": "skf-toast-wrapper",
7486
- "customElement": true
7907
+ "customElement": true,
7908
+ "modulePath": "src/components/toast/toast-wrapper.component.ts"
7487
7909
  }
7488
7910
  ],
7489
7911
  "exports": [
@@ -7641,7 +8063,8 @@
7641
8063
  "package": "@internal/components/skf-element"
7642
8064
  },
7643
8065
  "tagName": "skf-toast",
7644
- "customElement": true
8066
+ "customElement": true,
8067
+ "modulePath": "src/components/toast/toast.component.ts"
7645
8068
  }
7646
8069
  ],
7647
8070
  "exports": [
@@ -7671,39 +8094,6 @@
7671
8094
  }
7672
8095
  ],
7673
8096
  "members": [
7674
- {
7675
- "kind": "method",
7676
- "name": "openExtended"
7677
- },
7678
- {
7679
- "kind": "method",
7680
- "name": "closeExtended"
7681
- },
7682
- {
7683
- "kind": "method",
7684
- "name": "addEventListeners",
7685
- "return": {
7686
- "type": {
7687
- "text": "void"
7688
- }
7689
- },
7690
- "parameters": [
7691
- {
7692
- "name": "$element",
7693
- "type": {
7694
- "text": "HTMLElement | Element"
7695
- }
7696
- }
7697
- ]
7698
- },
7699
- {
7700
- "kind": "field",
7701
- "name": "role",
7702
- "type": {
7703
- "text": "string"
7704
- },
7705
- "default": "'tooltip'"
7706
- },
7707
8097
  {
7708
8098
  "kind": "field",
7709
8099
  "name": "offset",
@@ -7727,15 +8117,37 @@
7727
8117
  "text": "string"
7728
8118
  },
7729
8119
  "default": "'tooltip'"
8120
+ },
8121
+ {
8122
+ "type": {
8123
+ "text": "(void) => void"
8124
+ },
8125
+ "description": "Method that opens the tooltip",
8126
+ "name": "open()",
8127
+ "kind": "field"
8128
+ },
8129
+ {
8130
+ "type": {
8131
+ "text": "(void) => void"
8132
+ },
8133
+ "description": "Method that closes the tooltip",
8134
+ "name": "close()",
8135
+ "kind": "field"
7730
8136
  }
7731
8137
  ],
7732
8138
  "events": [
7733
8139
  {
7734
- "description": "Fired when the dropdown is opened",
8140
+ "type": {
8141
+ "text": "CustomEvent"
8142
+ },
8143
+ "description": "Fired when the tooltip is opened",
7735
8144
  "name": "skf-opened"
7736
8145
  },
7737
8146
  {
7738
- "description": "Fired when the dropdown is closed",
8147
+ "type": {
8148
+ "text": "CustomEvent"
8149
+ },
8150
+ "description": "Fired when the tooltip is closed",
7739
8151
  "name": "skf-closed"
7740
8152
  }
7741
8153
  ],
@@ -7761,7 +8173,8 @@
7761
8173
  "package": "@internal/base-classes/popover/popover.base.js"
7762
8174
  },
7763
8175
  "tagName": "skf-tooltip",
7764
- "customElement": true
8176
+ "customElement": true,
8177
+ "modulePath": "src/components/tooltip/tooltip.component.ts"
7765
8178
  }
7766
8179
  ],
7767
8180
  "exports": [