@skf-design-system/ui-components 1.0.0-alpha.28 → 1.0.0-alpha.30

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 (145) hide show
  1. package/dist/components/accordion/accordion-item.d.ts +1 -1
  2. package/dist/components/accordion/accordion.component.d.ts +4 -4
  3. package/dist/components/accordion/accordion.component.js +18 -17
  4. package/dist/components/accordion/accordion.styles.d.ts +1 -2
  5. package/dist/components/accordion/accordion.styles.js +5 -4
  6. package/dist/components/alert/alert.component.d.ts +3 -3
  7. package/dist/components/alert/alert.component.js +44 -33
  8. package/dist/components/alert/alert.styles.d.ts +1 -2
  9. package/dist/components/alert/alert.styles.js +29 -24
  10. package/dist/components/button/button.component.d.ts +6 -4
  11. package/dist/components/button/button.component.js +59 -47
  12. package/dist/components/button/button.styles.js +55 -45
  13. package/dist/components/card/card.component.d.ts +4 -4
  14. package/dist/components/card/card.component.js +35 -24
  15. package/dist/components/card/card.styles.d.ts +1 -2
  16. package/dist/components/card/card.styles.js +14 -12
  17. package/dist/components/checkbox/checkbox.component.d.ts +3 -3
  18. package/dist/components/collapse/collapse.component.d.ts +8 -8
  19. package/dist/components/collapse/collapse.component.js +42 -34
  20. package/dist/components/collapse/collapse.styles.js +15 -14
  21. package/dist/components/dialog/dialog.component.d.ts +75 -0
  22. package/dist/components/dialog/dialog.component.js +189 -0
  23. package/dist/components/dialog/dialog.d.ts +8 -0
  24. package/dist/components/dialog/dialog.js +6 -0
  25. package/dist/components/dialog/dialog.styles.d.ts +1 -0
  26. package/dist/components/dialog/dialog.styles.js +91 -0
  27. package/dist/components/divider/divider.component.d.ts +3 -3
  28. package/dist/components/divider/divider.component.js +39 -27
  29. package/dist/components/divider/divider.styles.d.ts +1 -2
  30. package/dist/components/divider/divider.styles.js +26 -26
  31. package/dist/components/heading/heading.component.d.ts +2 -2
  32. package/dist/components/icon/icon.component.d.ts +3 -6
  33. package/dist/components/icon/icon.component.js +28 -19
  34. package/dist/components/icon/icon.styles.js +53 -47
  35. package/dist/components/input/input.component.d.ts +4 -4
  36. package/dist/components/link/link.component.d.ts +7 -6
  37. package/dist/components/link/link.component.js +33 -27
  38. package/dist/components/link/link.styles.js +36 -40
  39. package/dist/components/loader/loader.component.d.ts +2 -2
  40. package/dist/components/loader/loader.component.js +32 -25
  41. package/dist/components/loader/loader.styles.js +11 -10
  42. package/dist/components/logo/logo.component.d.ts +3 -3
  43. package/dist/components/logo/logo.component.js +25 -14
  44. package/dist/components/logo/logo.styles.d.ts +1 -2
  45. package/dist/components/logo/logo.styles.js +11 -9
  46. package/dist/components/menu/menu.component.d.ts +24 -0
  47. package/dist/components/menu/menu.component.js +18 -0
  48. package/dist/components/menu/menu.d.ts +8 -0
  49. package/dist/components/menu/menu.js +6 -0
  50. package/dist/components/menu/menu.styles.d.ts +1 -0
  51. package/dist/components/menu/menu.styles.js +11 -0
  52. package/dist/components/menu-item/menu-item.component.d.ts +25 -0
  53. package/dist/components/menu-item/menu-item.component.js +13 -0
  54. package/dist/components/menu-item/menu-item.d.ts +8 -0
  55. package/dist/components/menu-item/menu-item.js +6 -0
  56. package/dist/components/menu-item/menu-item.styles.d.ts +1 -0
  57. package/dist/components/menu-item/menu-item.styles.js +19 -0
  58. package/dist/components/popover/popover.component.d.ts +29 -0
  59. package/dist/components/popover/popover.component.js +37 -0
  60. package/dist/components/popover/popover.d.ts +8 -0
  61. package/dist/components/popover/popover.js +6 -0
  62. package/dist/components/popover/popover.styles.d.ts +1 -0
  63. package/dist/components/popover/popover.styles.js +12 -0
  64. package/dist/components/progress/progress.component.d.ts +2 -2
  65. package/dist/components/progress/progress.component.js +31 -22
  66. package/dist/components/progress/progress.styles.js +19 -18
  67. package/dist/components/radio/radio.component.d.ts +3 -3
  68. package/dist/components/select/select.component.d.ts +10 -12
  69. package/dist/components/select/select.component.js +115 -118
  70. package/dist/components/select/select.controllers.d.ts +1 -26
  71. package/dist/components/select/select.controllers.js +35 -95
  72. package/dist/components/select-option/select-option.component.d.ts +1 -1
  73. package/dist/components/select-option/select-option.controllers.d.ts +1 -1
  74. package/dist/components/select-option-group/select-option-group.component.d.ts +1 -1
  75. package/dist/components/stepper/stepper.component.d.ts +38 -0
  76. package/dist/components/stepper/stepper.component.js +91 -0
  77. package/dist/components/stepper/stepper.d.ts +8 -0
  78. package/dist/components/stepper/stepper.helpers.d.ts +16 -0
  79. package/dist/components/stepper/stepper.helpers.js +18 -0
  80. package/dist/components/stepper/stepper.js +6 -0
  81. package/dist/components/stepper/stepper.styles.d.ts +1 -0
  82. package/dist/components/stepper/stepper.styles.js +15 -0
  83. package/dist/components/stepper-item/stepper-item.component.d.ts +47 -0
  84. package/dist/components/stepper-item/stepper-item.component.js +113 -0
  85. package/dist/components/stepper-item/stepper-item.d.ts +8 -0
  86. package/dist/components/stepper-item/stepper-item.js +6 -0
  87. package/dist/components/stepper-item/stepper-item.styles.d.ts +1 -0
  88. package/dist/components/stepper-item/stepper-item.styles.js +98 -0
  89. package/dist/components/switch/switch.component.d.ts +2 -2
  90. package/dist/components/switch/switch.component.js +13 -6
  91. package/dist/components/switch/switch.styles.js +16 -13
  92. package/dist/components/tab/tab.component.d.ts +2 -2
  93. package/dist/components/tab-group/tab-group.component.d.ts +2 -2
  94. package/dist/components/tab-panel/tab-panel.component.d.ts +1 -1
  95. package/dist/components/tag/tag.component.d.ts +2 -2
  96. package/dist/components/tag/tag.component.js +61 -45
  97. package/dist/components/tag/tag.styles.js +30 -28
  98. package/dist/components/textarea/textarea.component.d.ts +4 -4
  99. package/dist/components/toast/toast.component.d.ts +1 -1
  100. package/dist/components/toast/toast.singleton.d.ts +3 -3
  101. package/dist/components/toast-item/toast-item.component.d.ts +1 -1
  102. package/dist/components/toast-wrapper/toast-wrapper.component.d.ts +2 -2
  103. package/dist/components/tooltip/tooltip.component.d.ts +24 -0
  104. package/dist/components/tooltip/tooltip.component.js +18 -0
  105. package/dist/components/tooltip/tooltip.d.ts +8 -0
  106. package/dist/components/tooltip/tooltip.js +6 -0
  107. package/dist/components/tooltip/tooltip.styles.d.ts +1 -0
  108. package/dist/components/tooltip/tooltip.styles.js +12 -0
  109. package/dist/custom-elements.json +1316 -79
  110. package/dist/index.d.ts +7 -0
  111. package/dist/index.js +73 -52
  112. package/dist/internal/base-classes/popover/popover.base.d.ts +29 -0
  113. package/dist/internal/base-classes/popover/popover.base.js +116 -0
  114. package/dist/internal/base-classes/popover/popover.styles.d.ts +1 -0
  115. package/dist/internal/base-classes/popover/popover.styles.js +29 -0
  116. package/dist/internal/components/hint/hint.component.d.ts +2 -2
  117. package/dist/internal/components/skf-element.js +26 -25
  118. package/dist/internal/controllers/popover.controller.d.ts +16 -0
  119. package/dist/internal/controllers/popover.controller.js +44 -0
  120. package/dist/internal/helpers/hintSeverity.d.ts +2 -2
  121. package/dist/internal/templates/asterisk.d.ts +1 -1
  122. package/dist/internal/templates/asterisk.js +7 -6
  123. package/dist/react/index.d.ts +7 -0
  124. package/dist/react/index.js +7 -0
  125. package/dist/react/skf-dialog/index.d.ts +15 -0
  126. package/dist/react/skf-dialog/index.js +19 -0
  127. package/dist/react/skf-menu/index.d.ts +12 -0
  128. package/dist/react/skf-menu/index.js +18 -0
  129. package/dist/react/skf-menu-item/index.d.ts +27 -0
  130. package/dist/react/skf-menu-item/index.js +23 -0
  131. package/dist/react/skf-popover/index.d.ts +12 -0
  132. package/dist/react/skf-popover/index.js +18 -0
  133. package/dist/react/skf-stepper/index.d.ts +9 -0
  134. package/dist/react/skf-stepper/index.js +17 -0
  135. package/dist/react/skf-stepper-item/index.d.ts +9 -0
  136. package/dist/react/skf-stepper-item/index.js +17 -0
  137. package/dist/react/skf-tooltip/index.d.ts +12 -0
  138. package/dist/react/skf-tooltip/index.js +18 -0
  139. package/dist/styles/component.styles.js +15 -2
  140. package/dist/types/jsx/custom-element-jsx.d.ts +1605 -53
  141. package/dist/types/vue/index.d.ts +260 -2
  142. package/dist/vscode.html-custom-data.json +335 -8
  143. package/dist/web-types.json +623 -38
  144. package/package.json +31 -30
  145. package/custom-elements.json +0 -18265
@@ -41,8 +41,9 @@
41
41
  "kind": "field",
42
42
  "name": "gap",
43
43
  "type": {
44
- "text": "boolean | undefined"
44
+ "text": "boolean"
45
45
  },
46
+ "default": "false",
46
47
  "description": "If true, adds a gap between each item",
47
48
  "attribute": "gap",
48
49
  "reflects": true
@@ -111,8 +112,9 @@
111
112
  {
112
113
  "name": "gap",
113
114
  "type": {
114
- "text": "boolean | undefined"
115
+ "text": "boolean"
115
116
  },
117
+ "default": "false",
116
118
  "description": "If true, adds a gap between each item",
117
119
  "fieldName": "gap"
118
120
  },
@@ -341,6 +343,16 @@
341
343
  "description": "If provided, renders an icon before or after the text",
342
344
  "attribute": "icon"
343
345
  },
346
+ {
347
+ "kind": "field",
348
+ "name": "iconOnly",
349
+ "type": {
350
+ "text": "boolean"
351
+ },
352
+ "default": "false",
353
+ "description": "If true, removes border",
354
+ "attribute": "iconOnly"
355
+ },
344
356
  {
345
357
  "kind": "field",
346
358
  "name": "iconPosition",
@@ -441,6 +453,15 @@
441
453
  "description": "If provided, renders an icon before or after the text",
442
454
  "fieldName": "icon"
443
455
  },
456
+ {
457
+ "name": "iconOnly",
458
+ "type": {
459
+ "text": "boolean"
460
+ },
461
+ "default": "false",
462
+ "description": "If true, removes border",
463
+ "fieldName": "iconOnly"
464
+ },
444
465
  {
445
466
  "name": "icon-position",
446
467
  "type": {
@@ -533,8 +554,9 @@
533
554
  "kind": "field",
534
555
  "name": "noBorder",
535
556
  "type": {
536
- "text": "boolean | undefined"
557
+ "text": "boolean"
537
558
  },
559
+ "default": "false",
538
560
  "description": "If true, removes border",
539
561
  "attribute": "no-border"
540
562
  },
@@ -542,8 +564,9 @@
542
564
  "kind": "field",
543
565
  "name": "noPadding",
544
566
  "type": {
545
- "text": "boolean | undefined"
567
+ "text": "boolean"
546
568
  },
569
+ "default": "false",
547
570
  "description": "If true, removes padding",
548
571
  "attribute": "no-padding"
549
572
  },
@@ -551,8 +574,9 @@
551
574
  "kind": "field",
552
575
  "name": "stretch",
553
576
  "type": {
554
- "text": "boolean | undefined"
577
+ "text": "boolean"
555
578
  },
579
+ "default": "false",
556
580
  "description": "If true, the Card fills the parent element height",
557
581
  "attribute": "stretch",
558
582
  "reflects": true
@@ -562,24 +586,27 @@
562
586
  {
563
587
  "name": "no-border",
564
588
  "type": {
565
- "text": "boolean | undefined"
589
+ "text": "boolean"
566
590
  },
591
+ "default": "false",
567
592
  "description": "If true, removes border",
568
593
  "fieldName": "noBorder"
569
594
  },
570
595
  {
571
596
  "name": "no-padding",
572
597
  "type": {
573
- "text": "boolean | undefined"
598
+ "text": "boolean"
574
599
  },
600
+ "default": "false",
575
601
  "description": "If true, removes padding",
576
602
  "fieldName": "noPadding"
577
603
  },
578
604
  {
579
605
  "name": "stretch",
580
606
  "type": {
581
- "text": "boolean | undefined"
607
+ "text": "boolean"
582
608
  },
609
+ "default": "false",
583
610
  "description": "If true, the Card fills the parent element height",
584
611
  "fieldName": "stretch"
585
612
  }
@@ -887,8 +914,9 @@
887
914
  "kind": "field",
888
915
  "name": "animated",
889
916
  "type": {
890
- "text": "boolean | undefined"
917
+ "text": "boolean"
891
918
  },
919
+ "default": "false",
892
920
  "description": "If true, will animate the expand/collapse state",
893
921
  "attribute": "animated",
894
922
  "reflects": true
@@ -897,8 +925,9 @@
897
925
  "kind": "field",
898
926
  "name": "expanded",
899
927
  "type": {
900
- "text": "boolean | undefined"
928
+ "text": "boolean"
901
929
  },
930
+ "default": "false",
902
931
  "description": "If true, will set the collapse to be expanded by default",
903
932
  "attribute": "expanded",
904
933
  "reflects": true
@@ -916,7 +945,7 @@
916
945
  "kind": "field",
917
946
  "name": "headingAs",
918
947
  "type": {
919
- "text": "\"h1\" | \"h2\" | \"h3\" | \"h4\""
948
+ "text": "\"h2\" | \"h3\" | \"h4\""
920
949
  },
921
950
  "default": "'h2'",
922
951
  "description": "Defines which heading element will be rendered",
@@ -926,8 +955,9 @@
926
955
  "kind": "field",
927
956
  "name": "small",
928
957
  "type": {
929
- "text": "boolean | undefined"
958
+ "text": "boolean"
930
959
  },
960
+ "default": "false",
931
961
  "description": "If true, renders the small version",
932
962
  "attribute": "small",
933
963
  "reflects": true
@@ -936,8 +966,9 @@
936
966
  "kind": "field",
937
967
  "name": "truncate",
938
968
  "type": {
939
- "text": "boolean | undefined"
969
+ "text": "boolean"
940
970
  },
971
+ "default": "false",
941
972
  "description": "If true, will truncate the heading in collapsed state",
942
973
  "attribute": "truncate",
943
974
  "reflects": true
@@ -966,16 +997,18 @@
966
997
  {
967
998
  "name": "animated",
968
999
  "type": {
969
- "text": "boolean | undefined"
1000
+ "text": "boolean"
970
1001
  },
1002
+ "default": "false",
971
1003
  "description": "If true, will animate the expand/collapse state",
972
1004
  "fieldName": "animated"
973
1005
  },
974
1006
  {
975
1007
  "name": "expanded",
976
1008
  "type": {
977
- "text": "boolean | undefined"
1009
+ "text": "boolean"
978
1010
  },
1011
+ "default": "false",
979
1012
  "description": "If true, will set the collapse to be expanded by default",
980
1013
  "fieldName": "expanded"
981
1014
  },
@@ -990,7 +1023,7 @@
990
1023
  {
991
1024
  "name": "heading-as",
992
1025
  "type": {
993
- "text": "\"h1\" | \"h2\" | \"h3\" | \"h4\""
1026
+ "text": "\"h2\" | \"h3\" | \"h4\""
994
1027
  },
995
1028
  "default": "'h2'",
996
1029
  "description": "Defines which heading element will be rendered",
@@ -999,16 +1032,18 @@
999
1032
  {
1000
1033
  "name": "small",
1001
1034
  "type": {
1002
- "text": "boolean | undefined"
1035
+ "text": "boolean"
1003
1036
  },
1037
+ "default": "false",
1004
1038
  "description": "If true, renders the small version",
1005
1039
  "fieldName": "small"
1006
1040
  },
1007
1041
  {
1008
1042
  "name": "truncate",
1009
1043
  "type": {
1010
- "text": "boolean | undefined"
1044
+ "text": "boolean"
1011
1045
  },
1046
+ "default": "false",
1012
1047
  "description": "If true, will truncate the heading in collapsed state",
1013
1048
  "fieldName": "truncate"
1014
1049
  }
@@ -1032,6 +1067,205 @@
1032
1067
  }
1033
1068
  ]
1034
1069
  },
1070
+ {
1071
+ "kind": "javascript-module",
1072
+ "path": "src/components/dialog/dialog.component.ts",
1073
+ "declarations": [
1074
+ {
1075
+ "kind": "class",
1076
+ "description": "The `<skf-dialog>` is a component that open up a dialog with the content provided",
1077
+ "name": "SkfDialog",
1078
+ "cssProperties": [
1079
+ {
1080
+ "description": "A custom height for the Dialog. Pass valid CSS **block-size** values",
1081
+ "name": "--skf-dialog-height"
1082
+ },
1083
+ {
1084
+ "description": "A custom width for the Dialog Pass valid CSS **inline-size** values",
1085
+ "name": "--skf-dialog-width"
1086
+ }
1087
+ ],
1088
+ "slots": [
1089
+ {
1090
+ "description": "The dialog component's content",
1091
+ "name": ""
1092
+ },
1093
+ {
1094
+ "description": "The dialog component's heading",
1095
+ "name": "heading"
1096
+ },
1097
+ {
1098
+ "description": "The dialog component's buttons goes here",
1099
+ "name": "footer"
1100
+ }
1101
+ ],
1102
+ "members": [
1103
+ {
1104
+ "kind": "field",
1105
+ "name": "closeButtonAriaLabel",
1106
+ "type": {
1107
+ "text": "string | undefined"
1108
+ },
1109
+ "description": "If defined, sets the aria-label for the close button",
1110
+ "attribute": "close-button-aria-label"
1111
+ },
1112
+ {
1113
+ "kind": "field",
1114
+ "name": "heading",
1115
+ "type": {
1116
+ "text": "string | undefined"
1117
+ },
1118
+ "description": "Title for the modal/dialog",
1119
+ "attribute": "heading"
1120
+ },
1121
+ {
1122
+ "kind": "field",
1123
+ "name": "fullscreen",
1124
+ "type": {
1125
+ "text": "boolean"
1126
+ },
1127
+ "default": "false",
1128
+ "description": "If true, makes the dialog stretch edge to edge on screen",
1129
+ "attribute": "fullscreen"
1130
+ },
1131
+ {
1132
+ "kind": "field",
1133
+ "name": "noCloseButton",
1134
+ "type": {
1135
+ "text": "boolean"
1136
+ },
1137
+ "default": "false",
1138
+ "description": "If true, removes the close button",
1139
+ "attribute": "no-close-button"
1140
+ },
1141
+ {
1142
+ "kind": "field",
1143
+ "name": "noPadding",
1144
+ "type": {
1145
+ "text": "boolean"
1146
+ },
1147
+ "default": "false",
1148
+ "description": "If defined, removes the inner padding",
1149
+ "attribute": "no-padding"
1150
+ },
1151
+ {
1152
+ "kind": "field",
1153
+ "name": "open",
1154
+ "type": {
1155
+ "text": "boolean | null | undefined"
1156
+ },
1157
+ "attribute": "open",
1158
+ "reflects": true
1159
+ },
1160
+ {
1161
+ "kind": "field",
1162
+ "name": "onClose",
1163
+ "type": {
1164
+ "text": "((event: Event) => void) | null | undefined"
1165
+ },
1166
+ "default": "null",
1167
+ "description": "If provided, will run function on dialog close"
1168
+ },
1169
+ {
1170
+ "kind": "method",
1171
+ "name": "handleOpenChange"
1172
+ },
1173
+ {
1174
+ "kind": "field",
1175
+ "name": "showModal",
1176
+ "description": "Method that opens the dialog in modal state"
1177
+ },
1178
+ {
1179
+ "kind": "field",
1180
+ "name": "close",
1181
+ "description": "Method that closes the dialog"
1182
+ }
1183
+ ],
1184
+ "events": [
1185
+ {
1186
+ "description": "Fires when the dialog is opened (after transitioned in)",
1187
+ "name": "skf-dialog-open"
1188
+ },
1189
+ {
1190
+ "description": "Fires when the dialog is closed (before transitioned out)",
1191
+ "name": "skf-dialog-close"
1192
+ },
1193
+ {
1194
+ "description": "Fires when the dialog is closed (after transitioned out)",
1195
+ "name": "close"
1196
+ }
1197
+ ],
1198
+ "attributes": [
1199
+ {
1200
+ "name": "close-button-aria-label",
1201
+ "type": {
1202
+ "text": "string | undefined"
1203
+ },
1204
+ "description": "If defined, sets the aria-label for the close button",
1205
+ "fieldName": "closeButtonAriaLabel"
1206
+ },
1207
+ {
1208
+ "name": "heading",
1209
+ "type": {
1210
+ "text": "string | undefined"
1211
+ },
1212
+ "description": "Title for the modal/dialog",
1213
+ "fieldName": "heading"
1214
+ },
1215
+ {
1216
+ "name": "fullscreen",
1217
+ "type": {
1218
+ "text": "boolean"
1219
+ },
1220
+ "default": "false",
1221
+ "description": "If true, makes the dialog stretch edge to edge on screen",
1222
+ "fieldName": "fullscreen"
1223
+ },
1224
+ {
1225
+ "name": "no-close-button",
1226
+ "type": {
1227
+ "text": "boolean"
1228
+ },
1229
+ "default": "false",
1230
+ "description": "If true, removes the close button",
1231
+ "fieldName": "noCloseButton"
1232
+ },
1233
+ {
1234
+ "name": "no-padding",
1235
+ "type": {
1236
+ "text": "boolean"
1237
+ },
1238
+ "default": "false",
1239
+ "description": "If defined, removes the inner padding",
1240
+ "fieldName": "noPadding"
1241
+ },
1242
+ {
1243
+ "name": "open",
1244
+ "type": {
1245
+ "text": "boolean | null | undefined"
1246
+ },
1247
+ "fieldName": "open"
1248
+ }
1249
+ ],
1250
+ "superclass": {
1251
+ "name": "SkfElement",
1252
+ "package": "@internal/components/skf-element"
1253
+ },
1254
+ "tagName": "skf-dialog",
1255
+ "customElement": true
1256
+ }
1257
+ ],
1258
+ "exports": [
1259
+ {
1260
+ "kind": "js",
1261
+ "name": "SkfDialog",
1262
+ "declaration": {
1263
+ "name": "SkfDialog",
1264
+ "module": "src/components/dialog/dialog.component.ts"
1265
+ }
1266
+ }
1267
+ ]
1268
+ },
1035
1269
  {
1036
1270
  "kind": "javascript-module",
1037
1271
  "path": "src/components/divider/divider.component.ts",
@@ -1074,8 +1308,9 @@
1074
1308
  "kind": "field",
1075
1309
  "name": "decorative",
1076
1310
  "type": {
1077
- "text": "boolean | undefined"
1311
+ "text": "boolean"
1078
1312
  },
1313
+ "default": "false",
1079
1314
  "description": "If true, renders a div for presentational purpose instead of the semantic hr-element",
1080
1315
  "attribute": "decorative"
1081
1316
  },
@@ -1083,8 +1318,9 @@
1083
1318
  "kind": "field",
1084
1319
  "name": "vertical",
1085
1320
  "type": {
1086
- "text": "boolean | undefined"
1321
+ "text": "boolean"
1087
1322
  },
1323
+ "default": "false",
1088
1324
  "description": "If true, renders the divider vertically",
1089
1325
  "attribute": "vertical",
1090
1326
  "reflects": true
@@ -1103,16 +1339,18 @@
1103
1339
  {
1104
1340
  "name": "decorative",
1105
1341
  "type": {
1106
- "text": "boolean | undefined"
1342
+ "text": "boolean"
1107
1343
  },
1344
+ "default": "false",
1108
1345
  "description": "If true, renders a div for presentational purpose instead of the semantic hr-element",
1109
1346
  "fieldName": "decorative"
1110
1347
  },
1111
1348
  {
1112
1349
  "name": "vertical",
1113
1350
  "type": {
1114
- "text": "boolean | undefined"
1351
+ "text": "boolean"
1115
1352
  },
1353
+ "default": "false",
1116
1354
  "description": "If true, renders the divider vertically",
1117
1355
  "fieldName": "vertical"
1118
1356
  }
@@ -1219,15 +1457,6 @@
1219
1457
  "description": "The `<skf-icon>` component is used to clarify interface elements. When used, should always be paired with (possibly invisible) text",
1220
1458
  "name": "SkfIcon",
1221
1459
  "members": [
1222
- {
1223
- "kind": "field",
1224
- "name": "_rootId",
1225
- "type": {
1226
- "text": "string"
1227
- },
1228
- "privacy": "private",
1229
- "default": "'root'"
1230
- },
1231
1460
  {
1232
1461
  "kind": "field",
1233
1462
  "name": "color",
@@ -1267,16 +1496,6 @@
1267
1496
  "description": "Size of the icon",
1268
1497
  "attribute": "size",
1269
1498
  "reflects": true
1270
- },
1271
- {
1272
- "kind": "field",
1273
- "name": "renderDecorativeIcon",
1274
- "privacy": "private"
1275
- },
1276
- {
1277
- "kind": "field",
1278
- "name": "renderInformativeIcon",
1279
- "privacy": "private"
1280
1499
  }
1281
1500
  ],
1282
1501
  "attributes": [
@@ -1890,6 +2109,15 @@
1890
2109
  }
1891
2110
  ],
1892
2111
  "members": [
2112
+ {
2113
+ "kind": "field",
2114
+ "name": "classMap",
2115
+ "type": {
2116
+ "text": "object"
2117
+ },
2118
+ "static": true,
2119
+ "default": "{}"
2120
+ },
1893
2121
  {
1894
2122
  "kind": "field",
1895
2123
  "name": "_onClick",
@@ -1946,8 +2174,7 @@
1946
2174
  "text": "string | undefined"
1947
2175
  },
1948
2176
  "description": "If defined, loads url on click",
1949
- "attribute": "href",
1950
- "reflects": true
2177
+ "attribute": "href"
1951
2178
  },
1952
2179
  {
1953
2180
  "kind": "field",
@@ -1973,10 +2200,9 @@
1973
2200
  "kind": "field",
1974
2201
  "name": "rel",
1975
2202
  "type": {
1976
- "text": "string"
2203
+ "text": "string | undefined"
1977
2204
  },
1978
- "default": "'noreferrer noopener'",
1979
- "description": "Defines the relationship of the target object to the link object",
2205
+ "description": "If defined, describes the relationship between a linked resource and the current document",
1980
2206
  "attribute": "rel"
1981
2207
  },
1982
2208
  {
@@ -1993,8 +2219,9 @@
1993
2219
  "kind": "field",
1994
2220
  "name": "stretch",
1995
2221
  "type": {
1996
- "text": "boolean | undefined"
2222
+ "text": "boolean"
1997
2223
  },
2224
+ "default": "false",
1998
2225
  "description": "If true, fills the parents horizontal axis",
1999
2226
  "attribute": "stretch",
2000
2227
  "reflects": true
@@ -2090,10 +2317,9 @@
2090
2317
  {
2091
2318
  "name": "rel",
2092
2319
  "type": {
2093
- "text": "string"
2320
+ "text": "string | undefined"
2094
2321
  },
2095
- "default": "'noreferrer noopener'",
2096
- "description": "Defines the relationship of the target object to the link object",
2322
+ "description": "If defined, describes the relationship between a linked resource and the current document",
2097
2323
  "fieldName": "rel"
2098
2324
  },
2099
2325
  {
@@ -2107,8 +2333,9 @@
2107
2333
  {
2108
2334
  "name": "stretch",
2109
2335
  "type": {
2110
- "text": "boolean | undefined"
2336
+ "text": "boolean"
2111
2337
  },
2338
+ "default": "false",
2112
2339
  "description": "If true, fills the parents horizontal axis",
2113
2340
  "fieldName": "stretch"
2114
2341
  },
@@ -2181,8 +2408,9 @@
2181
2408
  "kind": "field",
2182
2409
  "name": "invert",
2183
2410
  "type": {
2184
- "text": "boolean | undefined"
2411
+ "text": "boolean"
2185
2412
  },
2413
+ "default": "false",
2186
2414
  "description": "If true, inverts the color (to be used on colored backgrounds)",
2187
2415
  "attribute": "invert"
2188
2416
  },
@@ -2227,8 +2455,9 @@
2227
2455
  {
2228
2456
  "name": "invert",
2229
2457
  "type": {
2230
- "text": "boolean | undefined"
2458
+ "text": "boolean"
2231
2459
  },
2460
+ "default": "false",
2232
2461
  "description": "If true, inverts the color (to be used on colored backgrounds)",
2233
2462
  "fieldName": "invert"
2234
2463
  },
@@ -2287,51 +2516,744 @@
2287
2516
  "attribute": "title"
2288
2517
  },
2289
2518
  {
2290
- "kind": "field",
2291
- "name": "color",
2292
- "type": {
2293
- "text": "\"primary\" | \"secondary\" | \"inverse\""
2294
- },
2295
- "default": "'primary'",
2296
- "description": "If defined, sets color of the logo",
2297
- "attribute": "color"
2519
+ "kind": "field",
2520
+ "name": "color",
2521
+ "type": {
2522
+ "text": "\"primary\" | \"secondary\" | \"inverse\""
2523
+ },
2524
+ "default": "'primary'",
2525
+ "description": "Defines the color of the logo",
2526
+ "attribute": "color"
2527
+ }
2528
+ ],
2529
+ "attributes": [
2530
+ {
2531
+ "name": "title",
2532
+ "type": {
2533
+ "text": "string"
2534
+ },
2535
+ "default": "'SKF logotype'",
2536
+ "description": "Defines the title of the logo",
2537
+ "fieldName": "title"
2538
+ },
2539
+ {
2540
+ "name": "color",
2541
+ "type": {
2542
+ "text": "\"primary\" | \"secondary\" | \"inverse\""
2543
+ },
2544
+ "default": "'primary'",
2545
+ "description": "Defines the color of the logo",
2546
+ "fieldName": "color"
2547
+ }
2548
+ ],
2549
+ "superclass": {
2550
+ "name": "SkfElement",
2551
+ "package": "@internal/components/skf-element.js"
2552
+ },
2553
+ "tagName": "skf-logo",
2554
+ "customElement": true
2555
+ }
2556
+ ],
2557
+ "exports": [
2558
+ {
2559
+ "kind": "js",
2560
+ "name": "SkfLogo",
2561
+ "declaration": {
2562
+ "name": "SkfLogo",
2563
+ "module": "src/components/logo/logo.component.ts"
2564
+ }
2565
+ }
2566
+ ]
2567
+ },
2568
+ {
2569
+ "kind": "javascript-module",
2570
+ "path": "src/components/menu/menu.component.ts",
2571
+ "declarations": [
2572
+ {
2573
+ "kind": "class",
2574
+ "description": "The `<skf-menu>` is a component that displays a list of actions or options.",
2575
+ "name": "SkfMenu",
2576
+ "slots": [
2577
+ {
2578
+ "description": "The menu popover content",
2579
+ "name": ""
2580
+ }
2581
+ ],
2582
+ "members": [
2583
+ {
2584
+ "kind": "method",
2585
+ "name": "addEventListeners",
2586
+ "return": {
2587
+ "type": {
2588
+ "text": "void"
2589
+ }
2590
+ },
2591
+ "parameters": [
2592
+ {
2593
+ "name": "$element",
2594
+ "type": {
2595
+ "text": "HTMLElement | Element"
2596
+ }
2597
+ }
2598
+ ]
2599
+ },
2600
+ {
2601
+ "kind": "method",
2602
+ "name": "removeEventListeners",
2603
+ "return": {
2604
+ "type": {
2605
+ "text": "void"
2606
+ }
2607
+ },
2608
+ "parameters": [
2609
+ {
2610
+ "name": "$element",
2611
+ "type": {
2612
+ "text": "HTMLElement | Element"
2613
+ }
2614
+ }
2615
+ ]
2616
+ },
2617
+ {
2618
+ "kind": "field",
2619
+ "name": "placement",
2620
+ "type": {
2621
+ "text": "\"top\" | \"right\" | \"bottom\" | \"left\" | \"top-start\" | \"top-end\" | \"right-start\" | \"right-end\" | \"bottom-start\" | \"bottom-end\" | \"left-start\" | \"left-end\""
2622
+ },
2623
+ "default": "'bottom-start'",
2624
+ "description": "The placement of the menu"
2625
+ },
2626
+ {
2627
+ "type": {
2628
+ "text": "boolean"
2629
+ },
2630
+ "description": "Whether the menu is open",
2631
+ "name": "isOpen",
2632
+ "default": "false",
2633
+ "kind": "field"
2634
+ },
2635
+ {
2636
+ "type": {
2637
+ "text": "string"
2638
+ },
2639
+ "description": "The id of the element the menu will be anchored to",
2640
+ "name": "anchor",
2641
+ "kind": "field"
2642
+ }
2643
+ ],
2644
+ "events": [
2645
+ {
2646
+ "description": "Fired when the menu is opened",
2647
+ "name": "open"
2648
+ },
2649
+ {
2650
+ "description": "Fired when the menu is closed",
2651
+ "name": "close"
2652
+ }
2653
+ ],
2654
+ "superclass": {
2655
+ "name": "SkfPopoverBase",
2656
+ "package": "@internal/base-classes/popover/popover.base.js"
2657
+ },
2658
+ "tagName": "skf-menu",
2659
+ "customElement": true
2660
+ }
2661
+ ],
2662
+ "exports": [
2663
+ {
2664
+ "kind": "js",
2665
+ "name": "SkfMenu",
2666
+ "declaration": {
2667
+ "name": "SkfMenu",
2668
+ "module": "src/components/menu/menu.component.ts"
2669
+ }
2670
+ }
2671
+ ]
2672
+ },
2673
+ {
2674
+ "kind": "javascript-module",
2675
+ "path": "src/components/menu-item/menu-item.component.ts",
2676
+ "declarations": [
2677
+ {
2678
+ "kind": "class",
2679
+ "description": "The `<skf-menu-item>` is a component that displays a list of actions or options.",
2680
+ "name": "SkfMenuItem",
2681
+ "slots": [
2682
+ {
2683
+ "description": "The component's main content",
2684
+ "name": "",
2685
+ "inheritedFrom": {
2686
+ "name": "SkfLink",
2687
+ "module": "src/components/link/link.component.ts"
2688
+ }
2689
+ },
2690
+ {
2691
+ "description": "A named slot of the component",
2692
+ "name": "my-named-slot"
2693
+ }
2694
+ ],
2695
+ "members": [
2696
+ {
2697
+ "kind": "field",
2698
+ "name": "classMap",
2699
+ "type": {
2700
+ "text": "object"
2701
+ },
2702
+ "static": true,
2703
+ "default": "{ 'menu-item': true }",
2704
+ "inheritedFrom": {
2705
+ "name": "SkfLink",
2706
+ "module": "src/components/link/link.component.ts"
2707
+ }
2708
+ },
2709
+ {
2710
+ "kind": "field",
2711
+ "name": "_onClick",
2712
+ "type": {
2713
+ "text": "(event: Event, route?: string) => void | undefined"
2714
+ },
2715
+ "privacy": "private",
2716
+ "inheritedFrom": {
2717
+ "name": "SkfLink",
2718
+ "module": "src/components/link/link.component.ts"
2719
+ }
2720
+ },
2721
+ {
2722
+ "kind": "field",
2723
+ "name": "as",
2724
+ "type": {
2725
+ "text": "'button' | 'a'"
2726
+ },
2727
+ "default": "'a'",
2728
+ "description": "Defines the semantic element to render",
2729
+ "attribute": "as",
2730
+ "reflects": true,
2731
+ "inheritedFrom": {
2732
+ "name": "SkfLink",
2733
+ "module": "src/components/link/link.component.ts"
2734
+ }
2735
+ },
2736
+ {
2737
+ "kind": "field",
2738
+ "name": "color",
2739
+ "type": {
2740
+ "text": "'primary' | 'inverse'"
2741
+ },
2742
+ "default": "'primary'",
2743
+ "description": "Defines the text-color",
2744
+ "attribute": "color",
2745
+ "reflects": true,
2746
+ "inheritedFrom": {
2747
+ "name": "SkfLink",
2748
+ "module": "src/components/link/link.component.ts"
2749
+ }
2750
+ },
2751
+ {
2752
+ "kind": "field",
2753
+ "name": "disabled",
2754
+ "type": {
2755
+ "text": "boolean | undefined"
2756
+ },
2757
+ "description": "If true, disables the link",
2758
+ "attribute": "disabled",
2759
+ "reflects": true,
2760
+ "inheritedFrom": {
2761
+ "name": "SkfLink",
2762
+ "module": "src/components/link/link.component.ts"
2763
+ }
2764
+ },
2765
+ {
2766
+ "kind": "field",
2767
+ "name": "download",
2768
+ "type": {
2769
+ "text": "string | undefined"
2770
+ },
2771
+ "description": "If defined, downloads the url",
2772
+ "attribute": "download",
2773
+ "inheritedFrom": {
2774
+ "name": "SkfLink",
2775
+ "module": "src/components/link/link.component.ts"
2776
+ }
2777
+ },
2778
+ {
2779
+ "kind": "field",
2780
+ "name": "href",
2781
+ "type": {
2782
+ "text": "string | undefined"
2783
+ },
2784
+ "description": "If defined, loads url on click",
2785
+ "attribute": "href",
2786
+ "inheritedFrom": {
2787
+ "name": "SkfLink",
2788
+ "module": "src/components/link/link.component.ts"
2789
+ }
2790
+ },
2791
+ {
2792
+ "kind": "field",
2793
+ "name": "icon",
2794
+ "type": {
2795
+ "text": "\"arrowDown\" | \"arrowDownUp\" | \"arrowLeft\" | \"arrowRight\" | \"arrowUp\" | \"article\" | \"artificialIntelligence\" | \"asset\" | \"attachment\" | \"bandCursor\" | \"bands\" | \"batteryEmpty\" | \"batteryFull\" | \"batteryLow\" | \"bearingFault\" | \"book\" | \"bulb\" | \"burger\" | \"cPM\" | \"calendar\" | \"calendarBooked\" | \"calendarEmpty\" | \"calendarNotBooked\" | \"calendarRecurring\" | \"caretDown\" | \"caretUp\" | \"caretUpDown\" | \"chat\" | \"check\" | \"checkCircle\" | \"checkSmall\" | \"chevronDown\" | \"chevronLeft\" | \"chevronRight\" | \"chevronUp\" | \"chevronUpDown\" | \"close\" | \"closeAllFaults\" | \"closeFault\" | \"closeSmall\" | \"columnGraph\" | \"comment\" | \"connection1\" | \"connection2\" | \"connection3\" | \"connection4\" | \"danger\" | \"defectFrequencies\" | \"defectFrequenciesAlternative\" | \"doubleChevronLeft\" | \"doubleChevronRight\" | \"download\" | \"draft\" | \"draftFilled\" | \"draftOutlined\" | \"dragNDrop\" | \"drop\" | \"duplicate\" | \"edit\" | \"emailFilled\" | \"emailOutlined\" | \"exclamation\" | \"eye\" | \"eyeHidden\" | \"eyeVisible\" | \"filter\" | \"forbidden\" | \"fullScreen\" | \"fullScreenExit\" | \"functionalLocation\" | \"harmonicCursor\" | \"heatmap\" | \"hierarchy\" | \"history\" | \"historyAlt\" | \"hourglassFramedFilled\" | \"hourglassFramedOutlined\" | \"hourglassOutlined\" | \"hz\" | \"iMX\" | \"image\" | \"infoCircleFilled\" | \"infoCircleOutlined\" | \"integration\" | \"kebab\" | \"link\" | \"listGroup\" | \"listItem\" | \"locationPin\" | \"lock\" | \"logOut\" | \"meatballs\" | \"microphone\" | \"minus\" | \"minusSmall\" | \"noData\" | \"o\" | \"openInNew\" | \"overlayBaseline\" | \"pDF\" | \"paper\" | \"pause\" | \"pieChart\" | \"pin\" | \"play\" | \"plus\" | \"powerOff\" | \"printer\" | \"proCollect\" | \"recAction\" | \"received\" | \"refresh\" | \"reorder\" | \"replace\" | \"reply\" | \"rewalkableRoute\" | \"routes\" | \"search\" | \"send\" | \"sensorA\" | \"sensorB\" | \"settings\" | \"sidebandCursor\" | \"singleCursor\" | \"spectrum\" | \"starFilled\" | \"starOutlined\" | \"statusCircle\" | \"stop\" | \"structuralVibration\" | \"sync\" | \"timewave\" | \"trash\" | \"trend\" | \"trendingUp\" | \"undo\" | \"unknownCircle\" | \"unknownDiamond\" | \"unlink\" | \"unlock\" | \"unscheduledAction\" | \"upload\" | \"user\" | \"viewFull\" | \"viewHorizontal\" | \"viewVertical\" | \"warning\" | \"warningCircle\" | \"warningDiamond\" | \"zoomIn\" | \"zoomOut\""
2796
+ },
2797
+ "description": "If defined, renders an icon before or after the text",
2798
+ "attribute": "icon",
2799
+ "inheritedFrom": {
2800
+ "name": "SkfLink",
2801
+ "module": "src/components/link/link.component.ts"
2802
+ }
2803
+ },
2804
+ {
2805
+ "kind": "field",
2806
+ "name": "iconPlacement",
2807
+ "type": {
2808
+ "text": "'left' | 'right'"
2809
+ },
2810
+ "default": "'left'",
2811
+ "description": "Defines the position of the icon in relation to the text",
2812
+ "attribute": "icon-placement",
2813
+ "reflects": true,
2814
+ "inheritedFrom": {
2815
+ "name": "SkfLink",
2816
+ "module": "src/components/link/link.component.ts"
2817
+ }
2818
+ },
2819
+ {
2820
+ "kind": "field",
2821
+ "name": "rel",
2822
+ "type": {
2823
+ "text": "string | undefined"
2824
+ },
2825
+ "description": "If defined, describes the relationship between a linked resource and the current document",
2826
+ "attribute": "rel",
2827
+ "inheritedFrom": {
2828
+ "name": "SkfLink",
2829
+ "module": "src/components/link/link.component.ts"
2830
+ }
2831
+ },
2832
+ {
2833
+ "kind": "field",
2834
+ "name": "route",
2835
+ "type": {
2836
+ "text": "string | undefined"
2837
+ },
2838
+ "description": "If defined, used on conjunction with onClick property, second argument",
2839
+ "attribute": "route",
2840
+ "reflects": true,
2841
+ "inheritedFrom": {
2842
+ "name": "SkfLink",
2843
+ "module": "src/components/link/link.component.ts"
2844
+ }
2845
+ },
2846
+ {
2847
+ "kind": "field",
2848
+ "name": "stretch",
2849
+ "type": {
2850
+ "text": "boolean"
2851
+ },
2852
+ "default": "false",
2853
+ "description": "If true, fills the parents horizontal axis",
2854
+ "attribute": "stretch",
2855
+ "reflects": true,
2856
+ "inheritedFrom": {
2857
+ "name": "SkfLink",
2858
+ "module": "src/components/link/link.component.ts"
2859
+ }
2860
+ },
2861
+ {
2862
+ "kind": "field",
2863
+ "name": "target",
2864
+ "type": {
2865
+ "text": "'_blank' | '_parent' | '_self' | '_top' | undefined"
2866
+ },
2867
+ "description": "If defined, specifies where to open the linked document",
2868
+ "attribute": "target",
2869
+ "inheritedFrom": {
2870
+ "name": "SkfLink",
2871
+ "module": "src/components/link/link.component.ts"
2872
+ }
2873
+ },
2874
+ {
2875
+ "kind": "field",
2876
+ "name": "type",
2877
+ "type": {
2878
+ "text": "'button' | 'submit' | 'reset'"
2879
+ },
2880
+ "default": "'button'",
2881
+ "description": "Defines the type of button",
2882
+ "attribute": "type",
2883
+ "inheritedFrom": {
2884
+ "name": "SkfLink",
2885
+ "module": "src/components/link/link.component.ts"
2886
+ }
2887
+ },
2888
+ {
2889
+ "kind": "field",
2890
+ "name": "onClick",
2891
+ "description": "If provided, custom function triggered by click where the second return parameter enables custom routing.",
2892
+ "type": {
2893
+ "text": "function"
2894
+ },
2895
+ "inheritedFrom": {
2896
+ "name": "SkfLink",
2897
+ "module": "src/components/link/link.component.ts"
2898
+ }
2899
+ }
2900
+ ],
2901
+ "events": [
2902
+ {
2903
+ "type": {
2904
+ "text": "CustomEvent"
2905
+ },
2906
+ "description": "Fired when something happens",
2907
+ "name": "my-tag-my-event"
2908
+ },
2909
+ {
2910
+ "description": "Fired when the component is clicked",
2911
+ "name": "click"
2912
+ },
2913
+ {
2914
+ "description": "Fired when the mouse is over the component",
2915
+ "name": "mouseover"
2916
+ },
2917
+ {
2918
+ "description": "Fired when the mouse is out of the component",
2919
+ "name": "mouseout"
2920
+ },
2921
+ {
2922
+ "description": "Fired when the component is focused",
2923
+ "name": "focus"
2924
+ },
2925
+ {
2926
+ "description": "Fired when the component is blurred",
2927
+ "name": "blur"
2928
+ },
2929
+ {
2930
+ "description": "Fired when the component's value changes",
2931
+ "name": "change"
2932
+ }
2933
+ ],
2934
+ "superclass": {
2935
+ "name": "SkfLink",
2936
+ "package": "@components/link/link.component.js"
2937
+ },
2938
+ "tagName": "skf-menu-item",
2939
+ "customElement": true,
2940
+ "attributes": [
2941
+ {
2942
+ "name": "as",
2943
+ "type": {
2944
+ "text": "'button' | 'a'"
2945
+ },
2946
+ "default": "'a'",
2947
+ "description": "Defines the semantic element to render",
2948
+ "fieldName": "as",
2949
+ "inheritedFrom": {
2950
+ "name": "SkfLink",
2951
+ "module": "src/components/link/link.component.ts"
2952
+ }
2953
+ },
2954
+ {
2955
+ "name": "color",
2956
+ "type": {
2957
+ "text": "'primary' | 'inverse'"
2958
+ },
2959
+ "default": "'primary'",
2960
+ "description": "Defines the text-color",
2961
+ "fieldName": "color",
2962
+ "inheritedFrom": {
2963
+ "name": "SkfLink",
2964
+ "module": "src/components/link/link.component.ts"
2965
+ }
2966
+ },
2967
+ {
2968
+ "name": "disabled",
2969
+ "type": {
2970
+ "text": "boolean | undefined"
2971
+ },
2972
+ "description": "If true, disables the link",
2973
+ "fieldName": "disabled",
2974
+ "inheritedFrom": {
2975
+ "name": "SkfLink",
2976
+ "module": "src/components/link/link.component.ts"
2977
+ }
2978
+ },
2979
+ {
2980
+ "name": "download",
2981
+ "type": {
2982
+ "text": "string | undefined"
2983
+ },
2984
+ "description": "If defined, downloads the url",
2985
+ "fieldName": "download",
2986
+ "inheritedFrom": {
2987
+ "name": "SkfLink",
2988
+ "module": "src/components/link/link.component.ts"
2989
+ }
2990
+ },
2991
+ {
2992
+ "name": "href",
2993
+ "type": {
2994
+ "text": "string | undefined"
2995
+ },
2996
+ "description": "If defined, loads url on click",
2997
+ "fieldName": "href",
2998
+ "inheritedFrom": {
2999
+ "name": "SkfLink",
3000
+ "module": "src/components/link/link.component.ts"
3001
+ }
3002
+ },
3003
+ {
3004
+ "name": "icon",
3005
+ "type": {
3006
+ "text": "\"arrowDown\" | \"arrowDownUp\" | \"arrowLeft\" | \"arrowRight\" | \"arrowUp\" | \"article\" | \"artificialIntelligence\" | \"asset\" | \"attachment\" | \"bandCursor\" | \"bands\" | \"batteryEmpty\" | \"batteryFull\" | \"batteryLow\" | \"bearingFault\" | \"book\" | \"bulb\" | \"burger\" | \"cPM\" | \"calendar\" | \"calendarBooked\" | \"calendarEmpty\" | \"calendarNotBooked\" | \"calendarRecurring\" | \"caretDown\" | \"caretUp\" | \"caretUpDown\" | \"chat\" | \"check\" | \"checkCircle\" | \"checkSmall\" | \"chevronDown\" | \"chevronLeft\" | \"chevronRight\" | \"chevronUp\" | \"chevronUpDown\" | \"close\" | \"closeAllFaults\" | \"closeFault\" | \"closeSmall\" | \"columnGraph\" | \"comment\" | \"connection1\" | \"connection2\" | \"connection3\" | \"connection4\" | \"danger\" | \"defectFrequencies\" | \"defectFrequenciesAlternative\" | \"doubleChevronLeft\" | \"doubleChevronRight\" | \"download\" | \"draft\" | \"draftFilled\" | \"draftOutlined\" | \"dragNDrop\" | \"drop\" | \"duplicate\" | \"edit\" | \"emailFilled\" | \"emailOutlined\" | \"exclamation\" | \"eye\" | \"eyeHidden\" | \"eyeVisible\" | \"filter\" | \"forbidden\" | \"fullScreen\" | \"fullScreenExit\" | \"functionalLocation\" | \"harmonicCursor\" | \"heatmap\" | \"hierarchy\" | \"history\" | \"historyAlt\" | \"hourglassFramedFilled\" | \"hourglassFramedOutlined\" | \"hourglassOutlined\" | \"hz\" | \"iMX\" | \"image\" | \"infoCircleFilled\" | \"infoCircleOutlined\" | \"integration\" | \"kebab\" | \"link\" | \"listGroup\" | \"listItem\" | \"locationPin\" | \"lock\" | \"logOut\" | \"meatballs\" | \"microphone\" | \"minus\" | \"minusSmall\" | \"noData\" | \"o\" | \"openInNew\" | \"overlayBaseline\" | \"pDF\" | \"paper\" | \"pause\" | \"pieChart\" | \"pin\" | \"play\" | \"plus\" | \"powerOff\" | \"printer\" | \"proCollect\" | \"recAction\" | \"received\" | \"refresh\" | \"reorder\" | \"replace\" | \"reply\" | \"rewalkableRoute\" | \"routes\" | \"search\" | \"send\" | \"sensorA\" | \"sensorB\" | \"settings\" | \"sidebandCursor\" | \"singleCursor\" | \"spectrum\" | \"starFilled\" | \"starOutlined\" | \"statusCircle\" | \"stop\" | \"structuralVibration\" | \"sync\" | \"timewave\" | \"trash\" | \"trend\" | \"trendingUp\" | \"undo\" | \"unknownCircle\" | \"unknownDiamond\" | \"unlink\" | \"unlock\" | \"unscheduledAction\" | \"upload\" | \"user\" | \"viewFull\" | \"viewHorizontal\" | \"viewVertical\" | \"warning\" | \"warningCircle\" | \"warningDiamond\" | \"zoomIn\" | \"zoomOut\""
3007
+ },
3008
+ "description": "If defined, renders an icon before or after the text",
3009
+ "fieldName": "icon",
3010
+ "inheritedFrom": {
3011
+ "name": "SkfLink",
3012
+ "module": "src/components/link/link.component.ts"
3013
+ }
3014
+ },
3015
+ {
3016
+ "name": "icon-placement",
3017
+ "type": {
3018
+ "text": "'left' | 'right'"
3019
+ },
3020
+ "default": "'left'",
3021
+ "description": "Defines the position of the icon in relation to the text",
3022
+ "fieldName": "iconPlacement",
3023
+ "inheritedFrom": {
3024
+ "name": "SkfLink",
3025
+ "module": "src/components/link/link.component.ts"
3026
+ }
3027
+ },
3028
+ {
3029
+ "name": "rel",
3030
+ "type": {
3031
+ "text": "string | undefined"
3032
+ },
3033
+ "description": "If defined, describes the relationship between a linked resource and the current document",
3034
+ "fieldName": "rel",
3035
+ "inheritedFrom": {
3036
+ "name": "SkfLink",
3037
+ "module": "src/components/link/link.component.ts"
3038
+ }
3039
+ },
3040
+ {
3041
+ "name": "route",
3042
+ "type": {
3043
+ "text": "string | undefined"
3044
+ },
3045
+ "description": "If defined, used on conjunction with onClick property, second argument",
3046
+ "fieldName": "route",
3047
+ "inheritedFrom": {
3048
+ "name": "SkfLink",
3049
+ "module": "src/components/link/link.component.ts"
3050
+ }
3051
+ },
3052
+ {
3053
+ "name": "stretch",
3054
+ "type": {
3055
+ "text": "boolean"
3056
+ },
3057
+ "default": "false",
3058
+ "description": "If true, fills the parents horizontal axis",
3059
+ "fieldName": "stretch",
3060
+ "inheritedFrom": {
3061
+ "name": "SkfLink",
3062
+ "module": "src/components/link/link.component.ts"
3063
+ }
3064
+ },
3065
+ {
3066
+ "name": "target",
3067
+ "type": {
3068
+ "text": "'_blank' | '_parent' | '_self' | '_top' | undefined"
3069
+ },
3070
+ "description": "If defined, specifies where to open the linked document",
3071
+ "fieldName": "target",
3072
+ "inheritedFrom": {
3073
+ "name": "SkfLink",
3074
+ "module": "src/components/link/link.component.ts"
3075
+ }
3076
+ },
3077
+ {
3078
+ "name": "type",
3079
+ "type": {
3080
+ "text": "'button' | 'submit' | 'reset'"
3081
+ },
3082
+ "default": "'button'",
3083
+ "description": "Defines the type of button",
3084
+ "fieldName": "type",
3085
+ "inheritedFrom": {
3086
+ "name": "SkfLink",
3087
+ "module": "src/components/link/link.component.ts"
3088
+ }
3089
+ }
3090
+ ]
3091
+ }
3092
+ ],
3093
+ "exports": [
3094
+ {
3095
+ "kind": "js",
3096
+ "name": "SkfMenuItem",
3097
+ "declaration": {
3098
+ "name": "SkfMenuItem",
3099
+ "module": "src/components/menu-item/menu-item.component.ts"
3100
+ }
3101
+ }
3102
+ ]
3103
+ },
3104
+ {
3105
+ "kind": "javascript-module",
3106
+ "path": "src/components/popover/popover.component.ts",
3107
+ "declarations": [
3108
+ {
3109
+ "kind": "class",
3110
+ "description": "The `<skf-popover>` is a general purpose component that displays the slot content.",
3111
+ "name": "SkfPopover",
3112
+ "slots": [
3113
+ {
3114
+ "description": "The popover content",
3115
+ "name": ""
3116
+ }
3117
+ ],
3118
+ "members": [
3119
+ {
3120
+ "kind": "field",
3121
+ "name": "offset",
3122
+ "type": {
3123
+ "text": "number"
3124
+ },
3125
+ "default": "8",
3126
+ "description": "If defined, sets a custom offset for the popover",
3127
+ "attribute": "offset"
3128
+ },
3129
+ {
3130
+ "kind": "field",
3131
+ "name": "hideArrow",
3132
+ "type": {
3133
+ "text": "boolean"
3134
+ },
3135
+ "default": "false",
3136
+ "description": "If true, hides the arrow",
3137
+ "attribute": "hideArrow"
3138
+ },
3139
+ {
3140
+ "kind": "method",
3141
+ "name": "hideArrowChanged"
3142
+ },
3143
+ {
3144
+ "kind": "method",
3145
+ "name": "addEventListeners",
3146
+ "return": {
3147
+ "type": {
3148
+ "text": "void"
3149
+ }
3150
+ },
3151
+ "parameters": [
3152
+ {
3153
+ "name": "$element",
3154
+ "type": {
3155
+ "text": "HTMLElement | Element"
3156
+ }
3157
+ }
3158
+ ]
3159
+ },
3160
+ {
3161
+ "kind": "method",
3162
+ "name": "removeEventListeners",
3163
+ "return": {
3164
+ "type": {
3165
+ "text": "void"
3166
+ }
3167
+ },
3168
+ "parameters": [
3169
+ {
3170
+ "name": "$element",
3171
+ "type": {
3172
+ "text": "HTMLElement | Element"
3173
+ }
3174
+ }
3175
+ ]
3176
+ },
3177
+ {
3178
+ "kind": "field",
3179
+ "name": "arrow",
3180
+ "type": {
3181
+ "text": "boolean"
3182
+ },
3183
+ "default": "!this.hideArrow"
3184
+ },
3185
+ {
3186
+ "kind": "field",
3187
+ "name": "placement",
3188
+ "type": {
3189
+ "text": "\"top\" | \"right\" | \"bottom\" | \"left\" | \"top-start\" | \"top-end\" | \"right-start\" | \"right-end\" | \"bottom-start\" | \"bottom-end\" | \"left-start\" | \"left-end\""
3190
+ },
3191
+ "default": "'bottom-start'",
3192
+ "description": "The placement of the menu"
3193
+ },
3194
+ {
3195
+ "type": {
3196
+ "text": "boolean"
3197
+ },
3198
+ "description": "Whether the menu is open",
3199
+ "name": "isOpen",
3200
+ "default": "false",
3201
+ "kind": "field"
3202
+ },
3203
+ {
3204
+ "type": {
3205
+ "text": "string"
3206
+ },
3207
+ "description": "The id of the element the menu will be anchored to",
3208
+ "name": "anchor",
3209
+ "kind": "field"
3210
+ }
3211
+ ],
3212
+ "events": [
3213
+ {
3214
+ "description": "Fired when the menu is opened",
3215
+ "name": "open"
3216
+ },
3217
+ {
3218
+ "description": "Fired when the menu is closed",
3219
+ "name": "close"
2298
3220
  }
2299
3221
  ],
2300
3222
  "attributes": [
2301
3223
  {
2302
- "name": "title",
3224
+ "name": "offset",
2303
3225
  "type": {
2304
- "text": "string"
3226
+ "text": "number"
2305
3227
  },
2306
- "default": "'SKF logotype'",
2307
- "description": "Defines the title of the logo",
2308
- "fieldName": "title"
3228
+ "default": "8",
3229
+ "description": "If defined, sets a custom offset for the popover",
3230
+ "fieldName": "offset"
2309
3231
  },
2310
3232
  {
2311
- "name": "color",
3233
+ "name": "hideArrow",
2312
3234
  "type": {
2313
- "text": "\"primary\" | \"secondary\" | \"inverse\""
3235
+ "text": "boolean"
2314
3236
  },
2315
- "default": "'primary'",
2316
- "description": "If defined, sets color of the logo",
2317
- "fieldName": "color"
3237
+ "default": "false",
3238
+ "description": "If true, hides the arrow",
3239
+ "fieldName": "hideArrow"
2318
3240
  }
2319
3241
  ],
2320
3242
  "superclass": {
2321
- "name": "SkfElement",
2322
- "package": "@internal/components/skf-element.js"
3243
+ "name": "SkfPopoverBase",
3244
+ "package": "@internal/base-classes/popover/popover.base.js"
2323
3245
  },
2324
- "tagName": "skf-logo",
3246
+ "tagName": "skf-popover",
2325
3247
  "customElement": true
2326
3248
  }
2327
3249
  ],
2328
3250
  "exports": [
2329
3251
  {
2330
3252
  "kind": "js",
2331
- "name": "SkfLogo",
3253
+ "name": "SkfPopover",
2332
3254
  "declaration": {
2333
- "name": "SkfLogo",
2334
- "module": "src/components/logo/logo.component.ts"
3255
+ "name": "SkfPopover",
3256
+ "module": "src/components/popover/popover.component.ts"
2335
3257
  }
2336
3258
  }
2337
3259
  ]
@@ -2358,8 +3280,9 @@
2358
3280
  "kind": "field",
2359
3281
  "name": "animated",
2360
3282
  "type": {
2361
- "text": "boolean | undefined"
3283
+ "text": "boolean"
2362
3284
  },
3285
+ "default": "false",
2363
3286
  "description": "If true, the progress-bar's fill value is animated",
2364
3287
  "attribute": "animated",
2365
3288
  "reflects": true
@@ -2389,8 +3312,9 @@
2389
3312
  {
2390
3313
  "name": "animated",
2391
3314
  "type": {
2392
- "text": "boolean | undefined"
3315
+ "text": "boolean"
2393
3316
  },
3317
+ "default": "false",
2394
3318
  "description": "If true, the progress-bar's fill value is animated",
2395
3319
  "fieldName": "animated"
2396
3320
  },
@@ -2853,6 +3777,10 @@
2853
3777
  "name": "value",
2854
3778
  "description": "Read only, returns the selected value. (if multiple: in a comma separated string)"
2855
3779
  },
3780
+ {
3781
+ "kind": "method",
3782
+ "name": "handleExpandedChange"
3783
+ },
2856
3784
  {
2857
3785
  "kind": "field",
2858
3786
  "name": "_selectedOptions",
@@ -3264,6 +4192,202 @@
3264
4192
  }
3265
4193
  ]
3266
4194
  },
4195
+ {
4196
+ "kind": "javascript-module",
4197
+ "path": "src/components/stepper/stepper.component.ts",
4198
+ "declarations": [
4199
+ {
4200
+ "kind": "class",
4201
+ "description": "The `<skf-stepper>` is a component that displays a list of actions or options.",
4202
+ "name": "SkfStepper",
4203
+ "slots": [
4204
+ {
4205
+ "description": "One or more `<skf-stepper-item>`",
4206
+ "name": ""
4207
+ }
4208
+ ],
4209
+ "members": [
4210
+ {
4211
+ "kind": "field",
4212
+ "name": "activeIndex",
4213
+ "type": {
4214
+ "text": "number"
4215
+ },
4216
+ "default": "-1",
4217
+ "description": "Sets the active item",
4218
+ "attribute": "activeIndex"
4219
+ },
4220
+ {
4221
+ "kind": "field",
4222
+ "name": "linear",
4223
+ "type": {
4224
+ "text": "boolean"
4225
+ },
4226
+ "default": "false",
4227
+ "description": "If true, sets linear mode (user can't go back to completed steps due to dependencies)",
4228
+ "attribute": "linear"
4229
+ },
4230
+ {
4231
+ "kind": "field",
4232
+ "name": "_handleSelected",
4233
+ "privacy": "private"
4234
+ }
4235
+ ],
4236
+ "events": [
4237
+ {
4238
+ "description": "Dispatched when the stepper item is selected",
4239
+ "name": "skf-stepper-item-select"
4240
+ }
4241
+ ],
4242
+ "attributes": [
4243
+ {
4244
+ "name": "activeIndex",
4245
+ "type": {
4246
+ "text": "number"
4247
+ },
4248
+ "default": "-1",
4249
+ "description": "Sets the active item",
4250
+ "fieldName": "activeIndex"
4251
+ },
4252
+ {
4253
+ "name": "linear",
4254
+ "type": {
4255
+ "text": "boolean"
4256
+ },
4257
+ "default": "false",
4258
+ "description": "If true, sets linear mode (user can't go back to completed steps due to dependencies)",
4259
+ "fieldName": "linear"
4260
+ }
4261
+ ],
4262
+ "superclass": {
4263
+ "name": "SkfElement",
4264
+ "package": "@internal/components/skf-element"
4265
+ },
4266
+ "tagName": "skf-stepper",
4267
+ "customElement": true
4268
+ }
4269
+ ],
4270
+ "exports": [
4271
+ {
4272
+ "kind": "js",
4273
+ "name": "SkfStepper",
4274
+ "declaration": {
4275
+ "name": "SkfStepper",
4276
+ "module": "src/components/stepper/stepper.component.ts"
4277
+ }
4278
+ }
4279
+ ]
4280
+ },
4281
+ {
4282
+ "kind": "javascript-module",
4283
+ "path": "src/components/stepper-item/stepper-item.component.ts",
4284
+ "declarations": [
4285
+ {
4286
+ "kind": "class",
4287
+ "description": "The `<skf-stepper-item>` is used in conjunction with the `<skf-stepper>` component",
4288
+ "name": "SkfStepperItem",
4289
+ "slots": [
4290
+ {
4291
+ "description": "Label of the stepper item",
4292
+ "name": ""
4293
+ }
4294
+ ],
4295
+ "members": [
4296
+ {
4297
+ "kind": "field",
4298
+ "name": "#muteEvents",
4299
+ "privacy": "private",
4300
+ "type": {
4301
+ "text": "boolean"
4302
+ },
4303
+ "default": "false"
4304
+ },
4305
+ {
4306
+ "kind": "field",
4307
+ "name": "#triggerActiveIndexUpdate",
4308
+ "privacy": "private",
4309
+ "type": {
4310
+ "text": "boolean"
4311
+ },
4312
+ "default": "false"
4313
+ },
4314
+ {
4315
+ "kind": "field",
4316
+ "name": "state",
4317
+ "type": {
4318
+ "text": "Extract<SkfStepperItemState, 'active' | 'completed'> | undefined"
4319
+ },
4320
+ "description": "If defined, gives the supplied appearance",
4321
+ "attribute": "state",
4322
+ "reflects": true
4323
+ },
4324
+ {
4325
+ "kind": "field",
4326
+ "name": "completed",
4327
+ "type": {
4328
+ "text": "boolean"
4329
+ },
4330
+ "default": "false",
4331
+ "description": "If true, item marked as completed",
4332
+ "attribute": "completed"
4333
+ },
4334
+ {
4335
+ "kind": "field",
4336
+ "name": "_setInternalState"
4337
+ },
4338
+ {
4339
+ "kind": "field",
4340
+ "name": "role",
4341
+ "type": {
4342
+ "text": "string"
4343
+ },
4344
+ "default": "'listitem'"
4345
+ }
4346
+ ],
4347
+ "events": [
4348
+ {
4349
+ "description": "Dispatched when the stepper item is selected",
4350
+ "name": "skf-stepper-item-select"
4351
+ }
4352
+ ],
4353
+ "attributes": [
4354
+ {
4355
+ "name": "state",
4356
+ "type": {
4357
+ "text": "Extract<SkfStepperItemState, 'active' | 'completed'> | undefined"
4358
+ },
4359
+ "description": "If defined, gives the supplied appearance",
4360
+ "fieldName": "state"
4361
+ },
4362
+ {
4363
+ "name": "completed",
4364
+ "type": {
4365
+ "text": "boolean"
4366
+ },
4367
+ "default": "false",
4368
+ "description": "If true, item marked as completed",
4369
+ "fieldName": "completed"
4370
+ }
4371
+ ],
4372
+ "superclass": {
4373
+ "name": "SkfElement",
4374
+ "package": "@internal/components/skf-element"
4375
+ },
4376
+ "tagName": "skf-stepper-item",
4377
+ "customElement": true
4378
+ }
4379
+ ],
4380
+ "exports": [
4381
+ {
4382
+ "kind": "js",
4383
+ "name": "SkfStepperItem",
4384
+ "declaration": {
4385
+ "name": "SkfStepperItem",
4386
+ "module": "src/components/stepper-item/stepper-item.component.ts"
4387
+ }
4388
+ }
4389
+ ]
4390
+ },
3267
4391
  {
3268
4392
  "kind": "javascript-module",
3269
4393
  "path": "src/components/switch/switch.component.ts",
@@ -4741,6 +5865,119 @@
4741
5865
  }
4742
5866
  }
4743
5867
  ]
5868
+ },
5869
+ {
5870
+ "kind": "javascript-module",
5871
+ "path": "src/components/tooltip/tooltip.component.ts",
5872
+ "declarations": [
5873
+ {
5874
+ "kind": "class",
5875
+ "description": "The `<skf-tooltip>` is a component that displays a list of actions or options.",
5876
+ "name": "SkfTooltip",
5877
+ "slots": [
5878
+ {
5879
+ "description": "The tooltip popover content",
5880
+ "name": ""
5881
+ }
5882
+ ],
5883
+ "members": [
5884
+ {
5885
+ "kind": "method",
5886
+ "name": "addEventListeners",
5887
+ "return": {
5888
+ "type": {
5889
+ "text": "void"
5890
+ }
5891
+ },
5892
+ "parameters": [
5893
+ {
5894
+ "name": "$element",
5895
+ "type": {
5896
+ "text": "HTMLElement | Element"
5897
+ }
5898
+ }
5899
+ ]
5900
+ },
5901
+ {
5902
+ "kind": "method",
5903
+ "name": "removeEventListeners",
5904
+ "return": {
5905
+ "type": {
5906
+ "text": "void"
5907
+ }
5908
+ },
5909
+ "parameters": [
5910
+ {
5911
+ "name": "$element",
5912
+ "type": {
5913
+ "text": "HTMLElement | Element"
5914
+ }
5915
+ }
5916
+ ]
5917
+ },
5918
+ {
5919
+ "kind": "field",
5920
+ "name": "offset",
5921
+ "type": {
5922
+ "text": "number"
5923
+ },
5924
+ "default": "8"
5925
+ },
5926
+ {
5927
+ "kind": "field",
5928
+ "name": "placement",
5929
+ "type": {
5930
+ "text": "\"top\" | \"right\" | \"bottom\" | \"left\" | \"top-start\" | \"top-end\" | \"right-start\" | \"right-end\" | \"bottom-start\" | \"bottom-end\" | \"left-start\" | \"left-end\""
5931
+ },
5932
+ "default": "'top'",
5933
+ "description": "The placement of the dropdown"
5934
+ },
5935
+ {
5936
+ "type": {
5937
+ "text": "boolean"
5938
+ },
5939
+ "description": "Whether the dropdown is open",
5940
+ "name": "isOpen",
5941
+ "default": "false",
5942
+ "kind": "field"
5943
+ },
5944
+ {
5945
+ "type": {
5946
+ "text": "string"
5947
+ },
5948
+ "description": "The id of the element the dropdown will be anchored to",
5949
+ "name": "anchor",
5950
+ "kind": "field"
5951
+ }
5952
+ ],
5953
+ "events": [
5954
+ {
5955
+ "description": "Fired when the dropdown is opened",
5956
+ "name": "open"
5957
+ },
5958
+ {
5959
+ "description": "Fired when the dropdown is closed",
5960
+ "name": "close"
5961
+ }
5962
+ ],
5963
+ "superclass": {
5964
+ "name": "SkfPopoverBase",
5965
+ "package": "@internal/base-classes/popover/popover.base.js"
5966
+ },
5967
+ "tagName": "skf-tooltip",
5968
+ "customElement": true
5969
+ }
5970
+ ],
5971
+ "exports": [
5972
+ {
5973
+ "kind": "js",
5974
+ "name": "SkfTooltip",
5975
+ "declaration": {
5976
+ "name": "SkfTooltip",
5977
+ "module": "src/components/tooltip/tooltip.component.ts"
5978
+ }
5979
+ }
5980
+ ]
4744
5981
  }
4745
5982
  ]
4746
5983
  }