@skf-design-system/ui-components 1.0.2-beta.6 → 1.0.2-beta.7

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 (88) 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/button/button.styles.js +3 -3
  5. package/dist/components/checkbox/checkbox.component.d.ts +4 -2
  6. package/dist/components/checkbox/checkbox.component.js +73 -65
  7. package/dist/components/checkbox/checkbox.styles.js +1 -1
  8. package/dist/components/datepicker/datepicker-calendar.component.d.ts +4 -0
  9. package/dist/components/datepicker/datepicker-calendar.component.js +134 -127
  10. package/dist/components/datepicker/datepicker-popup.component.d.ts +4 -0
  11. package/dist/components/datepicker/datepicker-popup.component.js +100 -88
  12. package/dist/components/datepicker/datepicker.component.d.ts +4 -2
  13. package/dist/components/datepicker/datepicker.component.js +150 -140
  14. package/dist/components/dialog/dialog.component.d.ts +3 -2
  15. package/dist/components/dialog/dialog.component.js +39 -37
  16. package/dist/components/divider/divider.component.js +13 -13
  17. package/dist/components/divider/divider.styles.js +2 -2
  18. package/dist/components/drawer/drawer.component.d.ts +3 -2
  19. package/dist/components/drawer/drawer.component.js +37 -35
  20. package/dist/components/drawer/drawer.styles.js +1 -1
  21. package/dist/components/header/header.component.d.ts +4 -2
  22. package/dist/components/header/header.component.js +66 -57
  23. package/dist/components/header/header.styles.js +2 -2
  24. package/dist/components/icon/icon.component.js +7 -7
  25. package/dist/components/icon/icon.styles.js +2 -2
  26. package/dist/components/input/input.component.d.ts +4 -8
  27. package/dist/components/input/input.component.js +146 -147
  28. package/dist/components/input/input.controllers.d.ts +0 -1
  29. package/dist/components/input/input.controllers.js +12 -12
  30. package/dist/components/link/link.component.js +19 -12
  31. package/dist/components/link/link.styles.js +11 -3
  32. package/dist/components/loader/loader.component.d.ts +0 -2
  33. package/dist/components/loader/loader.component.js +27 -30
  34. package/dist/components/loader/loader.styles.js +1 -1
  35. package/dist/components/menu/menu-item.styles.js +8 -7
  36. package/dist/components/menu/menu.component.d.ts +4 -1
  37. package/dist/components/nav/nav.component.d.ts +3 -0
  38. package/dist/components/nav/nav.component.js +38 -33
  39. package/dist/components/popover/popover.component.d.ts +6 -3
  40. package/dist/components/progress/progress.styles.js +3 -3
  41. package/dist/components/radio/radio.component.d.ts +4 -2
  42. package/dist/components/radio/radio.component.js +91 -83
  43. package/dist/components/radio/radio.styles.js +1 -1
  44. package/dist/components/segmented-button/segmented-button-item.component.js +1 -1
  45. package/dist/components/segmented-button/segmented-button-item.styles.js +1 -1
  46. package/dist/components/select/select-option.component.d.ts +2 -2
  47. package/dist/components/select/select-option.component.js +16 -19
  48. package/dist/components/select/select.component.d.ts +13 -9
  49. package/dist/components/select/select.component.js +169 -144
  50. package/dist/components/stepper/stepper-item.styles.js +4 -4
  51. package/dist/components/switch/switch.component.d.ts +4 -2
  52. package/dist/components/switch/switch.component.js +64 -56
  53. package/dist/components/switch/switch.styles.js +1 -1
  54. package/dist/components/tabs/tab.styles.js +2 -2
  55. package/dist/components/tag/tag.component.d.ts +3 -0
  56. package/dist/components/tag/tag.component.js +50 -41
  57. package/dist/components/textarea/textarea.component.d.ts +4 -2
  58. package/dist/components/textarea/textarea.component.js +126 -118
  59. package/dist/components/tooltip/tooltip.component.d.ts +8 -2
  60. package/dist/components/tooltip/tooltip.component.js +3 -0
  61. package/dist/custom-elements.json +569 -309
  62. package/dist/internal/base-classes/popover/popover.base.d.ts +21 -2
  63. package/dist/internal/base-classes/popover/popover.base.js +10 -12
  64. package/dist/internal/controllers/popover.controller.d.ts +2 -0
  65. package/dist/internal/helpers/uuid.d.ts +8 -10
  66. package/dist/internal/helpers/uuid.js +4 -11
  67. package/dist/internal/helpers/watch.d.ts +1 -1
  68. package/dist/internal/templates/asterisk.d.ts +1 -1
  69. package/dist/internal/templates/asterisk.js +4 -4
  70. package/dist/styles/global-alt.css +1 -1
  71. package/dist/styles/global.css +1 -1
  72. package/dist/translations/en.d.ts +3 -0
  73. package/dist/translations/en.js +27 -0
  74. package/dist/translations/es.d.ts +3 -0
  75. package/dist/translations/es.js +27 -0
  76. package/dist/translations/index.d.ts +4 -0
  77. package/dist/translations/pt.d.ts +3 -0
  78. package/dist/translations/pt.js +27 -0
  79. package/dist/translations/sv.d.ts +3 -0
  80. package/dist/translations/sv.js +27 -0
  81. package/dist/types/jsx/custom-element-jsx.d.ts +59 -47
  82. package/dist/types/vue/index.d.ts +59 -47
  83. package/dist/utilities/localize.d.ts +28 -0
  84. package/dist/utilities/localize.js +13 -0
  85. package/dist/vscode.html-custom-data.json +75 -80
  86. package/dist/web-types.json +201 -166
  87. package/package.json +26 -33
  88. 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' | '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' | 'success'"
89
89
  }
90
90
  },
91
91
  {
@@ -513,6 +513,13 @@
513
513
  }
514
514
  ],
515
515
  "members": [
516
+ {
517
+ "kind": "field",
518
+ "name": "#localize",
519
+ "privacy": "private",
520
+ "readonly": true,
521
+ "default": "new LocalizeController(this)"
522
+ },
516
523
  {
517
524
  "kind": "field",
518
525
  "name": "#internals",
@@ -529,16 +536,6 @@
529
536
  "text": "CustomStateSet"
530
537
  }
531
538
  },
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
539
  {
543
540
  "kind": "field",
544
541
  "name": "icon",
@@ -551,6 +548,19 @@
551
548
  "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
549
  }
553
550
  },
551
+ {
552
+ "kind": "field",
553
+ "name": "lang",
554
+ "type": {
555
+ "text": "Language"
556
+ },
557
+ "default": "'en'",
558
+ "description": "Sets the internal language of the component",
559
+ "attribute": "lang",
560
+ "expandedType": {
561
+ "text": "'en' | 'es' | 'pt' | 'sv'"
562
+ }
563
+ },
554
564
  {
555
565
  "kind": "field",
556
566
  "name": "persistent",
@@ -584,15 +594,6 @@
584
594
  }
585
595
  ],
586
596
  "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
597
  {
597
598
  "name": "icon",
598
599
  "type": {
@@ -604,6 +605,18 @@
604
605
  "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
606
  }
606
607
  },
608
+ {
609
+ "name": "lang",
610
+ "type": {
611
+ "text": "Language"
612
+ },
613
+ "default": "'en'",
614
+ "description": "Sets the internal language of the component",
615
+ "fieldName": "lang",
616
+ "expandedType": {
617
+ "text": "'en' | 'es' | 'pt' | 'sv'"
618
+ }
619
+ },
607
620
  {
608
621
  "name": "persistent",
609
622
  "type": {
@@ -836,16 +849,6 @@
836
849
  "text": "CustomStateSet"
837
850
  }
838
851
  },
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
852
  {
850
853
  "kind": "field",
851
854
  "name": "invert",
@@ -871,15 +874,6 @@
871
874
  }
872
875
  ],
873
876
  "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
877
  {
884
878
  "name": "invert",
885
879
  "type": {
@@ -1325,6 +1319,13 @@
1325
1319
  }
1326
1320
  ],
1327
1321
  "members": [
1322
+ {
1323
+ "kind": "field",
1324
+ "name": "#localize",
1325
+ "privacy": "private",
1326
+ "readonly": true,
1327
+ "default": "new LocalizeController(this)"
1328
+ },
1328
1329
  {
1329
1330
  "kind": "field",
1330
1331
  "name": "debug",
@@ -1375,21 +1376,25 @@
1375
1376
  },
1376
1377
  {
1377
1378
  "kind": "field",
1378
- "name": "name",
1379
+ "name": "lang",
1379
1380
  "type": {
1380
- "text": "string | undefined"
1381
+ "text": "Language"
1381
1382
  },
1382
- "description": "If defined, adds name to the input-element",
1383
- "attribute": "name"
1383
+ "default": "'en'",
1384
+ "description": "Sets the internal language of the component",
1385
+ "attribute": "lang",
1386
+ "expandedType": {
1387
+ "text": "'en' | 'es' | 'pt' | 'sv'"
1388
+ }
1384
1389
  },
1385
1390
  {
1386
1391
  "kind": "field",
1387
- "name": "requiredLabel",
1392
+ "name": "name",
1388
1393
  "type": {
1389
1394
  "text": "string | undefined"
1390
1395
  },
1391
- "description": "If defined, renders an alternative A11y text for the asterisk",
1392
- "attribute": "required-label"
1396
+ "description": "If defined, adds name to the input-element",
1397
+ "attribute": "name"
1393
1398
  },
1394
1399
  {
1395
1400
  "kind": "field",
@@ -1500,20 +1505,24 @@
1500
1505
  "fieldName": "label"
1501
1506
  },
1502
1507
  {
1503
- "name": "name",
1508
+ "name": "lang",
1504
1509
  "type": {
1505
- "text": "string | undefined"
1510
+ "text": "Language"
1506
1511
  },
1507
- "description": "If defined, adds name to the input-element",
1508
- "fieldName": "name"
1512
+ "default": "'en'",
1513
+ "description": "Sets the internal language of the component",
1514
+ "fieldName": "lang",
1515
+ "expandedType": {
1516
+ "text": "'en' | 'es' | 'pt' | 'sv'"
1517
+ }
1509
1518
  },
1510
1519
  {
1511
- "name": "required-label",
1520
+ "name": "name",
1512
1521
  "type": {
1513
1522
  "text": "string | undefined"
1514
1523
  },
1515
- "description": "If defined, renders an alternative A11y text for the asterisk",
1516
- "fieldName": "requiredLabel"
1524
+ "description": "If defined, adds name to the input-element",
1525
+ "fieldName": "name"
1517
1526
  },
1518
1527
  {
1519
1528
  "name": "severity",
@@ -1580,6 +1589,13 @@
1580
1589
  "description": "",
1581
1590
  "name": "SkfDatepickerCalendar",
1582
1591
  "members": [
1592
+ {
1593
+ "kind": "field",
1594
+ "name": "#localize",
1595
+ "privacy": "private",
1596
+ "readonly": true,
1597
+ "default": "new LocalizeController(this)"
1598
+ },
1583
1599
  {
1584
1600
  "kind": "field",
1585
1601
  "name": "eventid",
@@ -1607,6 +1623,19 @@
1607
1623
  "attribute": "invalid-dates",
1608
1624
  "reflects": true
1609
1625
  },
1626
+ {
1627
+ "kind": "field",
1628
+ "name": "lang",
1629
+ "type": {
1630
+ "text": "Language"
1631
+ },
1632
+ "default": "'en'",
1633
+ "description": "Sets the internal language of the component",
1634
+ "attribute": "lang",
1635
+ "expandedType": {
1636
+ "text": "'en' | 'es' | 'pt' | 'sv'"
1637
+ }
1638
+ },
1610
1639
  {
1611
1640
  "kind": "field",
1612
1641
  "name": "locale",
@@ -1748,6 +1777,18 @@
1748
1777
  "description": "A comma-separated list of dates (yyyy-mm-dd format) that are not selectable.",
1749
1778
  "fieldName": "invalidDates"
1750
1779
  },
1780
+ {
1781
+ "name": "lang",
1782
+ "type": {
1783
+ "text": "Language"
1784
+ },
1785
+ "default": "'en'",
1786
+ "description": "Sets the internal language of the component",
1787
+ "fieldName": "lang",
1788
+ "expandedType": {
1789
+ "text": "'en' | 'es' | 'pt' | 'sv'"
1790
+ }
1791
+ },
1751
1792
  {
1752
1793
  "name": "locale",
1753
1794
  "type": {
@@ -1860,6 +1901,19 @@
1860
1901
  "description": "A comma-separated list of dates (yyyy-mm-dd format) that are not selectable.",
1861
1902
  "attribute": "invalid-dates"
1862
1903
  },
1904
+ {
1905
+ "kind": "field",
1906
+ "name": "lang",
1907
+ "type": {
1908
+ "text": "Language"
1909
+ },
1910
+ "default": "'en'",
1911
+ "description": "Sets the internal language of the component",
1912
+ "attribute": "lang",
1913
+ "expandedType": {
1914
+ "text": "'en' | 'es' | 'pt' | 'sv'"
1915
+ }
1916
+ },
1863
1917
  {
1864
1918
  "kind": "field",
1865
1919
  "name": "range",
@@ -1951,6 +2005,18 @@
1951
2005
  "description": "A comma-separated list of dates (yyyy-mm-dd format) that are not selectable.",
1952
2006
  "fieldName": "invalidDates"
1953
2007
  },
2008
+ {
2009
+ "name": "lang",
2010
+ "type": {
2011
+ "text": "Language"
2012
+ },
2013
+ "default": "'en'",
2014
+ "description": "Sets the internal language of the component",
2015
+ "fieldName": "lang",
2016
+ "expandedType": {
2017
+ "text": "'en' | 'es' | 'pt' | 'sv'"
2018
+ }
2019
+ },
1954
2020
  {
1955
2021
  "name": "range",
1956
2022
  "type": {
@@ -2002,6 +2068,13 @@
2002
2068
  "description": "",
2003
2069
  "name": "SkfDatepicker",
2004
2070
  "members": [
2071
+ {
2072
+ "kind": "field",
2073
+ "name": "#localize",
2074
+ "privacy": "private",
2075
+ "readonly": true,
2076
+ "default": "new LocalizeController(this)"
2077
+ },
2005
2078
  {
2006
2079
  "kind": "field",
2007
2080
  "name": "focusTimeoutId",
@@ -2034,6 +2107,19 @@
2034
2107
  "description": "If defined, sets the input's label. Alternatively, you can use the `label` attribute.",
2035
2108
  "attribute": "label"
2036
2109
  },
2110
+ {
2111
+ "kind": "field",
2112
+ "name": "lang",
2113
+ "type": {
2114
+ "text": "Language"
2115
+ },
2116
+ "default": "'en'",
2117
+ "description": "Sets the internal language of the component",
2118
+ "attribute": "lang",
2119
+ "expandedType": {
2120
+ "text": "'en' | 'es' | 'pt' | 'sv'"
2121
+ }
2122
+ },
2037
2123
  {
2038
2124
  "kind": "field",
2039
2125
  "name": "hideLabel",
@@ -2098,15 +2184,6 @@
2098
2184
  "description": "If true, makes the element not mutable, meaning the user can not edit the control",
2099
2185
  "attribute": "readonly"
2100
2186
  },
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
2187
  {
2111
2188
  "kind": "field",
2112
2189
  "name": "selectableFrom",
@@ -2223,6 +2300,18 @@
2223
2300
  "description": "If defined, sets the input's label. Alternatively, you can use the `label` attribute.",
2224
2301
  "fieldName": "label"
2225
2302
  },
2303
+ {
2304
+ "name": "lang",
2305
+ "type": {
2306
+ "text": "Language"
2307
+ },
2308
+ "default": "'en'",
2309
+ "description": "Sets the internal language of the component",
2310
+ "fieldName": "lang",
2311
+ "expandedType": {
2312
+ "text": "'en' | 'es' | 'pt' | 'sv'"
2313
+ }
2314
+ },
2226
2315
  {
2227
2316
  "name": "hide-label",
2228
2317
  "type": {
@@ -2279,14 +2368,6 @@
2279
2368
  "description": "If true, makes the element not mutable, meaning the user can not edit the control",
2280
2369
  "fieldName": "readonly"
2281
2370
  },
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
2371
  {
2291
2372
  "name": "selectable-from",
2292
2373
  "type": {
@@ -2492,12 +2573,10 @@
2492
2573
  "members": [
2493
2574
  {
2494
2575
  "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"
2576
+ "name": "#localize",
2577
+ "privacy": "private",
2578
+ "readonly": true,
2579
+ "default": "new LocalizeController(this)"
2501
2580
  },
2502
2581
  {
2503
2582
  "kind": "field",
@@ -2518,6 +2597,19 @@
2518
2597
  "description": "If true, makes the dialog stretch edge to edge on screen",
2519
2598
  "attribute": "fullscreen"
2520
2599
  },
2600
+ {
2601
+ "kind": "field",
2602
+ "name": "lang",
2603
+ "type": {
2604
+ "text": "Language"
2605
+ },
2606
+ "default": "'en'",
2607
+ "description": "Sets the internal language of the component",
2608
+ "attribute": "lang",
2609
+ "expandedType": {
2610
+ "text": "'en' | 'es' | 'pt' | 'sv'"
2611
+ }
2612
+ },
2521
2613
  {
2522
2614
  "kind": "field",
2523
2615
  "name": "noCloseButton",
@@ -2584,14 +2676,6 @@
2584
2676
  }
2585
2677
  ],
2586
2678
  "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
2679
  {
2596
2680
  "name": "heading",
2597
2681
  "type": {
@@ -2609,6 +2693,18 @@
2609
2693
  "description": "If true, makes the dialog stretch edge to edge on screen",
2610
2694
  "fieldName": "fullscreen"
2611
2695
  },
2696
+ {
2697
+ "name": "lang",
2698
+ "type": {
2699
+ "text": "Language"
2700
+ },
2701
+ "default": "'en'",
2702
+ "description": "Sets the internal language of the component",
2703
+ "fieldName": "lang",
2704
+ "expandedType": {
2705
+ "text": "'en' | 'es' | 'pt' | 'sv'"
2706
+ }
2707
+ },
2612
2708
  {
2613
2709
  "name": "no-close-button",
2614
2710
  "type": {
@@ -2702,7 +2798,7 @@
2702
2798
  "description": "Defines the Divider color",
2703
2799
  "attribute": "color",
2704
2800
  "expandedType": {
2705
- "text": "'primary' | 'inverse' | 'emphasised' | 'secondary' | 'tertiary'"
2801
+ "text": "'primary' | 'inverse' | 'emphasized' | 'secondary' | 'tertiary'"
2706
2802
  }
2707
2803
  },
2708
2804
  {
@@ -2736,7 +2832,7 @@
2736
2832
  "description": "Defines the Divider color",
2737
2833
  "fieldName": "color",
2738
2834
  "expandedType": {
2739
- "text": "'primary' | 'inverse' | 'emphasised' | 'secondary' | 'tertiary'"
2835
+ "text": "'primary' | 'inverse' | 'emphasized' | 'secondary' | 'tertiary'"
2740
2836
  }
2741
2837
  },
2742
2838
  {
@@ -2793,6 +2889,13 @@
2793
2889
  }
2794
2890
  ],
2795
2891
  "members": [
2892
+ {
2893
+ "kind": "field",
2894
+ "name": "#localize",
2895
+ "privacy": "private",
2896
+ "readonly": true,
2897
+ "default": "new LocalizeController(this)"
2898
+ },
2796
2899
  {
2797
2900
  "kind": "field",
2798
2901
  "name": "#internals",
@@ -2811,22 +2914,25 @@
2811
2914
  },
2812
2915
  {
2813
2916
  "kind": "field",
2814
- "name": "closeButtonAriaLabel",
2917
+ "name": "heading",
2815
2918
  "type": {
2816
- "text": "string"
2919
+ "text": "string | undefined"
2817
2920
  },
2818
- "default": "'Close dialog'",
2819
- "description": "If defined, sets the aria-label for the close button",
2820
- "attribute": "close-button-aria-label"
2921
+ "description": "Heading for the Drawer",
2922
+ "attribute": "heading"
2821
2923
  },
2822
2924
  {
2823
2925
  "kind": "field",
2824
- "name": "heading",
2926
+ "name": "lang",
2825
2927
  "type": {
2826
- "text": "string | undefined"
2928
+ "text": "Language"
2827
2929
  },
2828
- "description": "Heading for the Drawer",
2829
- "attribute": "heading"
2930
+ "default": "'en'",
2931
+ "description": "Sets the internal language of the component",
2932
+ "attribute": "lang",
2933
+ "expandedType": {
2934
+ "text": "'en' | 'es' | 'pt' | 'sv'"
2935
+ }
2830
2936
  },
2831
2937
  {
2832
2938
  "kind": "field",
@@ -2894,15 +3000,6 @@
2894
3000
  }
2895
3001
  ],
2896
3002
  "attributes": [
2897
- {
2898
- "name": "close-button-aria-label",
2899
- "type": {
2900
- "text": "string"
2901
- },
2902
- "default": "'Close dialog'",
2903
- "description": "If defined, sets the aria-label for the close button",
2904
- "fieldName": "closeButtonAriaLabel"
2905
- },
2906
3003
  {
2907
3004
  "name": "heading",
2908
3005
  "type": {
@@ -2911,6 +3008,18 @@
2911
3008
  "description": "Heading for the Drawer",
2912
3009
  "fieldName": "heading"
2913
3010
  },
3011
+ {
3012
+ "name": "lang",
3013
+ "type": {
3014
+ "text": "Language"
3015
+ },
3016
+ "default": "'en'",
3017
+ "description": "Sets the internal language of the component",
3018
+ "fieldName": "lang",
3019
+ "expandedType": {
3020
+ "text": "'en' | 'es' | 'pt' | 'sv'"
3021
+ }
3022
+ },
2914
3023
  {
2915
3024
  "name": "size",
2916
3025
  "type": {
@@ -3456,6 +3565,13 @@
3456
3565
  }
3457
3566
  ],
3458
3567
  "members": [
3568
+ {
3569
+ "kind": "field",
3570
+ "name": "#localize",
3571
+ "privacy": "private",
3572
+ "readonly": true,
3573
+ "default": "new LocalizeController(this)"
3574
+ },
3459
3575
  {
3460
3576
  "kind": "field",
3461
3577
  "name": "#internals",
@@ -3472,6 +3588,19 @@
3472
3588
  "text": "CustomStateSet"
3473
3589
  }
3474
3590
  },
3591
+ {
3592
+ "kind": "field",
3593
+ "name": "lang",
3594
+ "type": {
3595
+ "text": "Language"
3596
+ },
3597
+ "default": "'en'",
3598
+ "description": "Sets the internal language of the component",
3599
+ "attribute": "lang",
3600
+ "expandedType": {
3601
+ "text": "'en' | 'es' | 'pt' | 'sv'"
3602
+ }
3603
+ },
3475
3604
  {
3476
3605
  "kind": "field",
3477
3606
  "name": "vertical",
@@ -3484,6 +3613,18 @@
3484
3613
  }
3485
3614
  ],
3486
3615
  "attributes": [
3616
+ {
3617
+ "name": "lang",
3618
+ "type": {
3619
+ "text": "Language"
3620
+ },
3621
+ "default": "'en'",
3622
+ "description": "Sets the internal language of the component",
3623
+ "fieldName": "lang",
3624
+ "expandedType": {
3625
+ "text": "'en' | 'es' | 'pt' | 'sv'"
3626
+ }
3627
+ },
3487
3628
  {
3488
3629
  "name": "vertical",
3489
3630
  "type": {
@@ -3529,6 +3670,13 @@
3529
3670
  }
3530
3671
  ],
3531
3672
  "members": [
3673
+ {
3674
+ "kind": "field",
3675
+ "name": "#localize",
3676
+ "privacy": "private",
3677
+ "readonly": true,
3678
+ "default": "new LocalizeController(this)"
3679
+ },
3532
3680
  {
3533
3681
  "kind": "field",
3534
3682
  "name": "compact",
@@ -3538,13 +3686,16 @@
3538
3686
  },
3539
3687
  {
3540
3688
  "kind": "field",
3541
- "name": "hamburgerAriaLabel",
3689
+ "name": "lang",
3542
3690
  "type": {
3543
- "text": "string"
3691
+ "text": "Language"
3544
3692
  },
3545
- "default": "'Show navigation'",
3546
- "description": "If defined, sets the aria-label for the hamburger button",
3547
- "attribute": "hamburger-aria-label"
3693
+ "default": "'en'",
3694
+ "description": "Sets the internal language of the component",
3695
+ "attribute": "lang",
3696
+ "expandedType": {
3697
+ "text": "'en' | 'es' | 'pt' | 'sv'"
3698
+ }
3548
3699
  },
3549
3700
  {
3550
3701
  "kind": "field",
@@ -3572,13 +3723,16 @@
3572
3723
  "fieldName": "compact"
3573
3724
  },
3574
3725
  {
3575
- "name": "hamburger-aria-label",
3726
+ "name": "lang",
3576
3727
  "type": {
3577
- "text": "string"
3728
+ "text": "Language"
3578
3729
  },
3579
- "default": "'Show navigation'",
3580
- "description": "If defined, sets the aria-label for the hamburger button",
3581
- "fieldName": "hamburgerAriaLabel"
3730
+ "default": "'en'",
3731
+ "description": "Sets the internal language of the component",
3732
+ "fieldName": "lang",
3733
+ "expandedType": {
3734
+ "text": "'en' | 'es' | 'pt' | 'sv'"
3735
+ }
3582
3736
  },
3583
3737
  {
3584
3738
  "name": "site-name",
@@ -3649,36 +3803,6 @@
3649
3803
  "description": "Indicates whether the value of the control can be automatically completed by the browser. See\n[MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/autocomplete) for details.",
3650
3804
  "attribute": "autocomplete"
3651
3805
  },
3652
- {
3653
- "kind": "field",
3654
- "name": "buttonAriaLabelClear",
3655
- "type": {
3656
- "text": "string"
3657
- },
3658
- "default": "'Clear input'",
3659
- "description": "Custom aria-label for the clear button. **Notice!** Only applicable to type=search.",
3660
- "attribute": "button-aria-label-clear"
3661
- },
3662
- {
3663
- "kind": "field",
3664
- "name": "buttonAriaLabelHide",
3665
- "type": {
3666
- "text": "string"
3667
- },
3668
- "default": "'Hide password'",
3669
- "description": "Custom aria-label for the visibility button. **Notice!** Only applicable to type=password.",
3670
- "attribute": "button-aria-label-hide"
3671
- },
3672
- {
3673
- "kind": "field",
3674
- "name": "buttonAriaLabelShow",
3675
- "type": {
3676
- "text": "string"
3677
- },
3678
- "default": "'Show password'",
3679
- "description": "Custom aria-label for the visibility button **Notice!** Only applicable to type=password.",
3680
- "attribute": "button-aria-label-show"
3681
- },
3682
3806
  {
3683
3807
  "kind": "field",
3684
3808
  "name": "customInvalid",
@@ -3734,6 +3858,19 @@
3734
3858
  "description": "If defined, sets the input's label. Alternatively, you can use the `label` attribute.",
3735
3859
  "attribute": "label"
3736
3860
  },
3861
+ {
3862
+ "kind": "field",
3863
+ "name": "lang",
3864
+ "type": {
3865
+ "text": "Language"
3866
+ },
3867
+ "default": "'en'",
3868
+ "description": "Sets the internal language of the component",
3869
+ "attribute": "lang",
3870
+ "expandedType": {
3871
+ "text": "'en' | 'es' | 'pt' | 'sv'"
3872
+ }
3873
+ },
3737
3874
  {
3738
3875
  "kind": "field",
3739
3876
  "name": "leading",
@@ -3817,15 +3954,6 @@
3817
3954
  "description": "If true, makes the element not mutable, meaning the user can not edit the control",
3818
3955
  "attribute": "readonly"
3819
3956
  },
3820
- {
3821
- "kind": "field",
3822
- "name": "requiredLabel",
3823
- "type": {
3824
- "text": "string | undefined"
3825
- },
3826
- "description": "If defined, renders an alternative A11y text for the asterisk",
3827
- "attribute": "required-label"
3828
- },
3829
3957
  {
3830
3958
  "kind": "field",
3831
3959
  "name": "severity",
@@ -3934,33 +4062,6 @@
3934
4062
  "description": "Indicates whether the value of the control can be automatically completed by the browser. See\n[MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/autocomplete) for details.",
3935
4063
  "fieldName": "autocomplete"
3936
4064
  },
3937
- {
3938
- "name": "button-aria-label-clear",
3939
- "type": {
3940
- "text": "string"
3941
- },
3942
- "default": "'Clear input'",
3943
- "description": "Custom aria-label for the clear button. **Notice!** Only applicable to type=search.",
3944
- "fieldName": "buttonAriaLabelClear"
3945
- },
3946
- {
3947
- "name": "button-aria-label-hide",
3948
- "type": {
3949
- "text": "string"
3950
- },
3951
- "default": "'Hide password'",
3952
- "description": "Custom aria-label for the visibility button. **Notice!** Only applicable to type=password.",
3953
- "fieldName": "buttonAriaLabelHide"
3954
- },
3955
- {
3956
- "name": "button-aria-label-show",
3957
- "type": {
3958
- "text": "string"
3959
- },
3960
- "default": "'Show password'",
3961
- "description": "Custom aria-label for the visibility button **Notice!** Only applicable to type=password.",
3962
- "fieldName": "buttonAriaLabelShow"
3963
- },
3964
4065
  {
3965
4066
  "name": "custom-invalid",
3966
4067
  "description": "If defined, forces component to invalid state until removed. Its value is used as hint text.",
@@ -4009,6 +4110,18 @@
4009
4110
  "description": "If defined, sets the input's label. Alternatively, you can use the `label` attribute.",
4010
4111
  "fieldName": "label"
4011
4112
  },
4113
+ {
4114
+ "name": "lang",
4115
+ "type": {
4116
+ "text": "Language"
4117
+ },
4118
+ "default": "'en'",
4119
+ "description": "Sets the internal language of the component",
4120
+ "fieldName": "lang",
4121
+ "expandedType": {
4122
+ "text": "'en' | 'es' | 'pt' | 'sv'"
4123
+ }
4124
+ },
4012
4125
  {
4013
4126
  "name": "leading",
4014
4127
  "type": {
@@ -4082,14 +4195,6 @@
4082
4195
  "description": "If true, makes the element not mutable, meaning the user can not edit the control",
4083
4196
  "fieldName": "readonly"
4084
4197
  },
4085
- {
4086
- "name": "required-label",
4087
- "type": {
4088
- "text": "string | undefined"
4089
- },
4090
- "description": "If defined, renders an alternative A11y text for the asterisk",
4091
- "fieldName": "requiredLabel"
4092
- },
4093
4198
  {
4094
4199
  "name": "severity",
4095
4200
  "type": {
@@ -4564,11 +4669,28 @@
4564
4669
  "name": "SkfMenu",
4565
4670
  "slots": [
4566
4671
  {
4567
- "description": "The menu popover content",
4672
+ "description": "The menu content",
4568
4673
  "name": ""
4569
4674
  }
4570
4675
  ],
4571
- "members": [],
4676
+ "members": [
4677
+ {
4678
+ "type": {
4679
+ "text": "(void) => void"
4680
+ },
4681
+ "description": "Method that opens the menu",
4682
+ "name": "open()",
4683
+ "kind": "field"
4684
+ },
4685
+ {
4686
+ "type": {
4687
+ "text": "(void) => void"
4688
+ },
4689
+ "description": "Method that closes the menu",
4690
+ "name": "close()",
4691
+ "kind": "field"
4692
+ }
4693
+ ],
4572
4694
  "events": [
4573
4695
  {
4574
4696
  "type": {
@@ -4656,6 +4778,22 @@
4656
4778
  "default": "false",
4657
4779
  "description": "If true, hides the arrow",
4658
4780
  "attribute": "hideArrow"
4781
+ },
4782
+ {
4783
+ "type": {
4784
+ "text": "(void) => void"
4785
+ },
4786
+ "description": "Method that opens the popover",
4787
+ "name": "open()",
4788
+ "kind": "field"
4789
+ },
4790
+ {
4791
+ "type": {
4792
+ "text": "(void) => void"
4793
+ },
4794
+ "description": "Method that closes the popover",
4795
+ "name": "close()",
4796
+ "kind": "field"
4659
4797
  }
4660
4798
  ],
4661
4799
  "events": [
@@ -4663,14 +4801,14 @@
4663
4801
  "type": {
4664
4802
  "text": "CustomEvent"
4665
4803
  },
4666
- "description": "Fired when the menu is opened",
4804
+ "description": "Fired when the popover is opened",
4667
4805
  "name": "skf-opened"
4668
4806
  },
4669
4807
  {
4670
4808
  "type": {
4671
4809
  "text": "CustomEvent"
4672
4810
  },
4673
- "description": "Fired when the menu is closed",
4811
+ "description": "Fired when the popover is closed",
4674
4812
  "name": "skf-closed"
4675
4813
  }
4676
4814
  ],
@@ -4687,7 +4825,7 @@
4687
4825
  "type": {
4688
4826
  "text": "string"
4689
4827
  },
4690
- "description": "The id of the element the menu will be anchored to",
4828
+ "description": "The id of the element the popover will be anchored to",
4691
4829
  "name": "anchor"
4692
4830
  },
4693
4831
  {
@@ -4858,6 +4996,13 @@
4858
4996
  }
4859
4997
  ],
4860
4998
  "members": [
4999
+ {
5000
+ "kind": "field",
5001
+ "name": "#localize",
5002
+ "privacy": "private",
5003
+ "readonly": true,
5004
+ "default": "new LocalizeController(this)"
5005
+ },
4861
5006
  {
4862
5007
  "kind": "field",
4863
5008
  "name": "debug",
@@ -4900,21 +5045,25 @@
4900
5045
  },
4901
5046
  {
4902
5047
  "kind": "field",
4903
- "name": "name",
5048
+ "name": "lang",
4904
5049
  "type": {
4905
- "text": "string | undefined"
5050
+ "text": "Language"
4906
5051
  },
4907
- "description": "If defined, adds name to the input-element",
4908
- "attribute": "name"
5052
+ "default": "'en'",
5053
+ "description": "Sets the internal language of the component",
5054
+ "attribute": "lang",
5055
+ "expandedType": {
5056
+ "text": "'en' | 'es' | 'pt' | 'sv'"
5057
+ }
4909
5058
  },
4910
5059
  {
4911
5060
  "kind": "field",
4912
- "name": "requiredLabel",
5061
+ "name": "name",
4913
5062
  "type": {
4914
5063
  "text": "string | undefined"
4915
5064
  },
4916
- "description": "If defined, renders an alternative A11y text for the asterisk",
4917
- "attribute": "required-label"
5065
+ "description": "If defined, adds name to the input-element",
5066
+ "attribute": "name"
4918
5067
  },
4919
5068
  {
4920
5069
  "kind": "field",
@@ -5019,20 +5168,24 @@
5019
5168
  "fieldName": "label"
5020
5169
  },
5021
5170
  {
5022
- "name": "name",
5171
+ "name": "lang",
5023
5172
  "type": {
5024
- "text": "string | undefined"
5173
+ "text": "Language"
5025
5174
  },
5026
- "description": "If defined, adds name to the input-element",
5027
- "fieldName": "name"
5175
+ "default": "'en'",
5176
+ "description": "Sets the internal language of the component",
5177
+ "fieldName": "lang",
5178
+ "expandedType": {
5179
+ "text": "'en' | 'es' | 'pt' | 'sv'"
5180
+ }
5028
5181
  },
5029
5182
  {
5030
- "name": "required-label",
5183
+ "name": "name",
5031
5184
  "type": {
5032
5185
  "text": "string | undefined"
5033
5186
  },
5034
- "description": "If defined, renders an alternative A11y text for the asterisk",
5035
- "fieldName": "requiredLabel"
5187
+ "description": "If defined, adds name to the input-element",
5188
+ "fieldName": "name"
5036
5189
  },
5037
5190
  {
5038
5191
  "name": "size",
@@ -5358,6 +5511,13 @@
5358
5511
  }
5359
5512
  ],
5360
5513
  "members": [
5514
+ {
5515
+ "kind": "field",
5516
+ "name": "#localize",
5517
+ "privacy": "private",
5518
+ "readonly": true,
5519
+ "default": "new LocalizeController(this)"
5520
+ },
5361
5521
  {
5362
5522
  "kind": "field",
5363
5523
  "name": "#internals",
@@ -5411,6 +5571,19 @@
5411
5571
  "text": "'error' | 'info' | 'warning' | 'success' | undefined"
5412
5572
  }
5413
5573
  },
5574
+ {
5575
+ "kind": "field",
5576
+ "name": "lang",
5577
+ "type": {
5578
+ "text": "Language"
5579
+ },
5580
+ "default": "'en'",
5581
+ "description": "Sets the internal language of the component",
5582
+ "attribute": "lang",
5583
+ "expandedType": {
5584
+ "text": "'en' | 'es' | 'pt' | 'sv'"
5585
+ }
5586
+ },
5414
5587
  {
5415
5588
  "kind": "field",
5416
5589
  "name": "onClick",
@@ -5467,6 +5640,18 @@
5467
5640
  "text": "'error' | 'info' | 'warning' | 'success' | undefined"
5468
5641
  }
5469
5642
  },
5643
+ {
5644
+ "name": "lang",
5645
+ "type": {
5646
+ "text": "Language"
5647
+ },
5648
+ "default": "'en'",
5649
+ "description": "Sets the internal language of the component",
5650
+ "fieldName": "lang",
5651
+ "expandedType": {
5652
+ "text": "'en' | 'es' | 'pt' | 'sv'"
5653
+ }
5654
+ },
5470
5655
  {
5471
5656
  "name": "removable",
5472
5657
  "type": {
@@ -5512,6 +5697,22 @@
5512
5697
  }
5513
5698
  ],
5514
5699
  "members": [
5700
+ {
5701
+ "kind": "field",
5702
+ "name": "#localize",
5703
+ "privacy": "private",
5704
+ "readonly": true,
5705
+ "default": "new LocalizeController(this)"
5706
+ },
5707
+ {
5708
+ "kind": "field",
5709
+ "name": "_componentIsConnected",
5710
+ "type": {
5711
+ "text": "boolean"
5712
+ },
5713
+ "privacy": "private",
5714
+ "default": "false"
5715
+ },
5515
5716
  {
5516
5717
  "kind": "field",
5517
5718
  "name": "buttonLabel",
@@ -5582,6 +5783,19 @@
5582
5783
  "attribute": "label",
5583
5784
  "reflects": true
5584
5785
  },
5786
+ {
5787
+ "kind": "field",
5788
+ "name": "lang",
5789
+ "type": {
5790
+ "text": "Language"
5791
+ },
5792
+ "default": "'en'",
5793
+ "description": "Sets the internal language of the component",
5794
+ "attribute": "lang",
5795
+ "expandedType": {
5796
+ "text": "'en' | 'es' | 'pt' | 'sv'"
5797
+ }
5798
+ },
5585
5799
  {
5586
5800
  "kind": "field",
5587
5801
  "name": "max",
@@ -5620,15 +5834,6 @@
5620
5834
  "description": "If defined, set name of the component",
5621
5835
  "attribute": "name"
5622
5836
  },
5623
- {
5624
- "kind": "field",
5625
- "name": "requiredLabel",
5626
- "type": {
5627
- "text": "string | undefined"
5628
- },
5629
- "description": "If defined, renders an alternative A11y text for the asterisk",
5630
- "attribute": "required-label"
5631
- },
5632
5837
  {
5633
5838
  "kind": "field",
5634
5839
  "name": "severity",
@@ -5662,7 +5867,7 @@
5662
5867
  {
5663
5868
  "kind": "field",
5664
5869
  "name": "value",
5665
- "description": "Read only, returns the selected value. (if multiple: in a comma separated string)"
5870
+ "description": "Returns the selected value. (if multiple: in a comma separated string). If set will default set corresponding option."
5666
5871
  },
5667
5872
  {
5668
5873
  "kind": "method",
@@ -5716,6 +5921,13 @@
5716
5921
  },
5717
5922
  "description": "{detail: {value: string | null, option: SkfSelectOption}} Fired when the select dropdown is toggled",
5718
5923
  "name": "skf-select-option-select"
5924
+ },
5925
+ {
5926
+ "type": {
5927
+ "text": "CustomEvent"
5928
+ },
5929
+ "description": "Fires when the calendar view is updated",
5930
+ "name": "skf-update-calendar-view"
5719
5931
  }
5720
5932
  ],
5721
5933
  "attributes": [
@@ -5786,6 +5998,18 @@
5786
5998
  "description": "If defined, displays provided label",
5787
5999
  "fieldName": "label"
5788
6000
  },
6001
+ {
6002
+ "name": "lang",
6003
+ "type": {
6004
+ "text": "Language"
6005
+ },
6006
+ "default": "'en'",
6007
+ "description": "Sets the internal language of the component",
6008
+ "fieldName": "lang",
6009
+ "expandedType": {
6010
+ "text": "'en' | 'es' | 'pt' | 'sv'"
6011
+ }
6012
+ },
5789
6013
  {
5790
6014
  "name": "max",
5791
6015
  "type": {
@@ -5819,14 +6043,6 @@
5819
6043
  "description": "If defined, set name of the component",
5820
6044
  "fieldName": "name"
5821
6045
  },
5822
- {
5823
- "name": "required-label",
5824
- "type": {
5825
- "text": "string | undefined"
5826
- },
5827
- "description": "If defined, renders an alternative A11y text for the asterisk",
5828
- "fieldName": "requiredLabel"
5829
- },
5830
6046
  {
5831
6047
  "name": "severity",
5832
6048
  "type": {
@@ -5880,7 +6096,7 @@
5880
6096
  "declarations": [
5881
6097
  {
5882
6098
  "kind": "class",
5883
- "description": "The `<skf-select-option>` is a component is used nested in a skf-select or skf-select-option-group.",
6099
+ "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.",
5884
6100
  "name": "SkfSelectOption",
5885
6101
  "slots": [
5886
6102
  {
@@ -5952,7 +6168,7 @@
5952
6168
  "attribute": "icon-color",
5953
6169
  "reflects": true,
5954
6170
  "expandedType": {
5955
- "text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | 'emphasised' | 'secondary' | 'success' | undefined"
6171
+ "text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | 'emphasized' | 'secondary' | 'success' | undefined"
5956
6172
  }
5957
6173
  },
5958
6174
  {
@@ -5984,7 +6200,7 @@
5984
6200
  {
5985
6201
  "kind": "field",
5986
6202
  "name": "value",
5987
- "description": "Returns or sets the tags value. If value is omitted, defaults to the tags text.",
6203
+ "description": "Returns or sets the option value. If value is omitted, defaults to the tags slotted text.",
5988
6204
  "attribute": "value",
5989
6205
  "reflects": true
5990
6206
  },
@@ -6040,7 +6256,7 @@
6040
6256
  "description": "If defined, sets provided color on the icon",
6041
6257
  "fieldName": "iconColor",
6042
6258
  "expandedType": {
6043
- "text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | 'emphasised' | 'secondary' | 'success' | undefined"
6259
+ "text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | 'emphasized' | 'secondary' | 'success' | undefined"
6044
6260
  }
6045
6261
  },
6046
6262
  {
@@ -6062,7 +6278,7 @@
6062
6278
  },
6063
6279
  {
6064
6280
  "name": "value",
6065
- "description": "Returns or sets the tags value. If value is omitted, defaults to the tags text.",
6281
+ "description": "Returns or sets the option value. If value is omitted, defaults to the tags slotted text.",
6066
6282
  "fieldName": "value"
6067
6283
  }
6068
6284
  ],
@@ -6289,6 +6505,13 @@
6289
6505
  }
6290
6506
  ],
6291
6507
  "members": [
6508
+ {
6509
+ "kind": "field",
6510
+ "name": "#localize",
6511
+ "privacy": "private",
6512
+ "readonly": true,
6513
+ "default": "new LocalizeController(this)"
6514
+ },
6292
6515
  {
6293
6516
  "kind": "field",
6294
6517
  "name": "debug",
@@ -6332,21 +6555,25 @@
6332
6555
  },
6333
6556
  {
6334
6557
  "kind": "field",
6335
- "name": "name",
6558
+ "name": "lang",
6336
6559
  "type": {
6337
- "text": "string | undefined"
6560
+ "text": "Language"
6338
6561
  },
6339
- "description": "If defined, adds name to the input-element",
6340
- "attribute": "name"
6562
+ "default": "'en'",
6563
+ "description": "Sets the internal language of the component",
6564
+ "attribute": "lang",
6565
+ "expandedType": {
6566
+ "text": "'en' | 'es' | 'pt' | 'sv'"
6567
+ }
6341
6568
  },
6342
6569
  {
6343
6570
  "kind": "field",
6344
- "name": "requiredLabel",
6571
+ "name": "name",
6345
6572
  "type": {
6346
6573
  "text": "string | undefined"
6347
6574
  },
6348
- "description": "If defined, renders an alternative A11y text for the asterisk",
6349
- "attribute": "required-label"
6575
+ "description": "If defined, adds name to the input-element",
6576
+ "attribute": "name"
6350
6577
  },
6351
6578
  {
6352
6579
  "kind": "field",
@@ -6427,20 +6654,24 @@
6427
6654
  "fieldName": "label"
6428
6655
  },
6429
6656
  {
6430
- "name": "name",
6657
+ "name": "lang",
6431
6658
  "type": {
6432
- "text": "string | undefined"
6659
+ "text": "Language"
6433
6660
  },
6434
- "description": "If defined, adds name to the input-element",
6435
- "fieldName": "name"
6661
+ "default": "'en'",
6662
+ "description": "Sets the internal language of the component",
6663
+ "fieldName": "lang",
6664
+ "expandedType": {
6665
+ "text": "'en' | 'es' | 'pt' | 'sv'"
6666
+ }
6436
6667
  },
6437
6668
  {
6438
- "name": "required-label",
6669
+ "name": "name",
6439
6670
  "type": {
6440
6671
  "text": "string | undefined"
6441
6672
  },
6442
- "description": "If defined, renders an alternative A11y text for the asterisk",
6443
- "fieldName": "requiredLabel"
6673
+ "description": "If defined, adds name to the input-element",
6674
+ "fieldName": "name"
6444
6675
  },
6445
6676
  {
6446
6677
  "name": "size",
@@ -6786,6 +7017,13 @@
6786
7017
  }
6787
7018
  ],
6788
7019
  "members": [
7020
+ {
7021
+ "kind": "field",
7022
+ "name": "#localize",
7023
+ "privacy": "private",
7024
+ "readonly": true,
7025
+ "default": "new LocalizeController(this)"
7026
+ },
6789
7027
  {
6790
7028
  "kind": "field",
6791
7029
  "name": "cols",
@@ -6840,6 +7078,19 @@
6840
7078
  "description": "If defined, sets the input's label unless the default slot is used. Alternatively, you can use the `label` attribute.",
6841
7079
  "attribute": "label"
6842
7080
  },
7081
+ {
7082
+ "kind": "field",
7083
+ "name": "lang",
7084
+ "type": {
7085
+ "text": "Language"
7086
+ },
7087
+ "default": "'en'",
7088
+ "description": "Sets the internal language of the component",
7089
+ "attribute": "lang",
7090
+ "expandedType": {
7091
+ "text": "'en' | 'es' | 'pt' | 'sv'"
7092
+ }
7093
+ },
6843
7094
  {
6844
7095
  "kind": "field",
6845
7096
  "name": "name",
@@ -6886,15 +7137,6 @@
6886
7137
  "description": "If true, makes the element not mutable, meaning the user can not edit the control",
6887
7138
  "attribute": "readonly"
6888
7139
  },
6889
- {
6890
- "kind": "field",
6891
- "name": "requiredLabel",
6892
- "type": {
6893
- "text": "string | undefined"
6894
- },
6895
- "description": "If defined, renders an alternative A11y text for the asterisk",
6896
- "attribute": "required-label"
6897
- },
6898
7140
  {
6899
7141
  "kind": "field",
6900
7142
  "name": "rows",
@@ -7029,6 +7271,18 @@
7029
7271
  "description": "If defined, sets the input's label unless the default slot is used. Alternatively, you can use the `label` attribute.",
7030
7272
  "fieldName": "label"
7031
7273
  },
7274
+ {
7275
+ "name": "lang",
7276
+ "type": {
7277
+ "text": "Language"
7278
+ },
7279
+ "default": "'en'",
7280
+ "description": "Sets the internal language of the component",
7281
+ "fieldName": "lang",
7282
+ "expandedType": {
7283
+ "text": "'en' | 'es' | 'pt' | 'sv'"
7284
+ }
7285
+ },
7032
7286
  {
7033
7287
  "name": "name",
7034
7288
  "type": {
@@ -7070,14 +7324,6 @@
7070
7324
  "description": "If true, makes the element not mutable, meaning the user can not edit the control",
7071
7325
  "fieldName": "readonly"
7072
7326
  },
7073
- {
7074
- "name": "required-label",
7075
- "type": {
7076
- "text": "string | undefined"
7077
- },
7078
- "description": "If defined, renders an alternative A11y text for the asterisk",
7079
- "fieldName": "requiredLabel"
7080
- },
7081
7327
  {
7082
7328
  "name": "rows",
7083
7329
  "type": {
@@ -7247,6 +7493,17 @@
7247
7493
  "name": "parentAnimationDiv",
7248
7494
  "readonly": true
7249
7495
  },
7496
+ {
7497
+ "kind": "field",
7498
+ "name": "#localize",
7499
+ "privacy": "private",
7500
+ "readonly": true,
7501
+ "default": "new LocalizeController(this)",
7502
+ "inheritedFrom": {
7503
+ "name": "SkfAlert",
7504
+ "module": "src/components/alert/alert.component.ts"
7505
+ }
7506
+ },
7250
7507
  {
7251
7508
  "kind": "field",
7252
7509
  "name": "#internals",
@@ -7273,13 +7530,15 @@
7273
7530
  },
7274
7531
  {
7275
7532
  "kind": "field",
7276
- "name": "buttonLabel",
7533
+ "name": "icon",
7277
7534
  "type": {
7278
- "text": "string"
7535
+ "text": "Icon | undefined"
7536
+ },
7537
+ "description": "If defined, displays leading icon",
7538
+ "attribute": "icon",
7539
+ "expandedType": {
7540
+ "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"
7279
7541
  },
7280
- "default": "'Close'",
7281
- "description": "Close button aria-label",
7282
- "attribute": "button-label",
7283
7542
  "inheritedFrom": {
7284
7543
  "name": "SkfAlert",
7285
7544
  "module": "src/components/alert/alert.component.ts"
@@ -7287,14 +7546,15 @@
7287
7546
  },
7288
7547
  {
7289
7548
  "kind": "field",
7290
- "name": "icon",
7549
+ "name": "lang",
7291
7550
  "type": {
7292
- "text": "Icon | undefined"
7551
+ "text": "Language"
7293
7552
  },
7294
- "description": "If defined, displays leading icon",
7295
- "attribute": "icon",
7553
+ "default": "'en'",
7554
+ "description": "Sets the internal language of the component",
7555
+ "attribute": "lang",
7296
7556
  "expandedType": {
7297
- "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"
7557
+ "text": "'en' | 'es' | 'pt' | 'sv'"
7298
7558
  },
7299
7559
  "inheritedFrom": {
7300
7560
  "name": "SkfAlert",
@@ -7342,27 +7602,30 @@
7342
7602
  "fieldName": "timer"
7343
7603
  },
7344
7604
  {
7345
- "name": "button-label",
7605
+ "name": "icon",
7346
7606
  "type": {
7347
- "text": "string"
7607
+ "text": "Icon | undefined"
7608
+ },
7609
+ "description": "If defined, displays leading icon",
7610
+ "fieldName": "icon",
7611
+ "expandedType": {
7612
+ "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"
7348
7613
  },
7349
- "default": "'Close'",
7350
- "description": "Close button aria-label",
7351
- "fieldName": "buttonLabel",
7352
7614
  "inheritedFrom": {
7353
7615
  "name": "SkfAlert",
7354
7616
  "module": "src/components/alert/alert.component.ts"
7355
7617
  }
7356
7618
  },
7357
7619
  {
7358
- "name": "icon",
7620
+ "name": "lang",
7359
7621
  "type": {
7360
- "text": "Icon | undefined"
7622
+ "text": "Language"
7361
7623
  },
7362
- "description": "If defined, displays leading icon",
7363
- "fieldName": "icon",
7624
+ "default": "'en'",
7625
+ "description": "Sets the internal language of the component",
7626
+ "fieldName": "lang",
7364
7627
  "expandedType": {
7365
- "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"
7628
+ "text": "'en' | 'es' | 'pt' | 'sv'"
7366
7629
  },
7367
7630
  "inheritedFrom": {
7368
7631
  "name": "SkfAlert",
@@ -7675,31 +7938,6 @@
7675
7938
  }
7676
7939
  ],
7677
7940
  "members": [
7678
- {
7679
- "kind": "method",
7680
- "name": "openExtended"
7681
- },
7682
- {
7683
- "kind": "method",
7684
- "name": "closeExtended"
7685
- },
7686
- {
7687
- "kind": "method",
7688
- "name": "addEventListeners",
7689
- "return": {
7690
- "type": {
7691
- "text": "void"
7692
- }
7693
- },
7694
- "parameters": [
7695
- {
7696
- "name": "$element",
7697
- "type": {
7698
- "text": "HTMLElement | Element"
7699
- }
7700
- }
7701
- ]
7702
- },
7703
7941
  {
7704
7942
  "kind": "field",
7705
7943
  "name": "offset",
@@ -7723,15 +7961,37 @@
7723
7961
  "text": "string"
7724
7962
  },
7725
7963
  "default": "'tooltip'"
7964
+ },
7965
+ {
7966
+ "type": {
7967
+ "text": "(void) => void"
7968
+ },
7969
+ "description": "Method that opens the tooltip",
7970
+ "name": "open()",
7971
+ "kind": "field"
7972
+ },
7973
+ {
7974
+ "type": {
7975
+ "text": "(void) => void"
7976
+ },
7977
+ "description": "Method that closes the tooltip",
7978
+ "name": "close()",
7979
+ "kind": "field"
7726
7980
  }
7727
7981
  ],
7728
7982
  "events": [
7729
7983
  {
7730
- "description": "Fired when the dropdown is opened",
7984
+ "type": {
7985
+ "text": "CustomEvent"
7986
+ },
7987
+ "description": "Fired when the tooltip is opened",
7731
7988
  "name": "skf-opened"
7732
7989
  },
7733
7990
  {
7734
- "description": "Fired when the dropdown is closed",
7991
+ "type": {
7992
+ "text": "CustomEvent"
7993
+ },
7994
+ "description": "Fired when the tooltip is closed",
7735
7995
  "name": "skf-closed"
7736
7996
  }
7737
7997
  ],