@limetech/lime-elements 39.9.4 → 39.10.0

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 (225) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/cjs/device-C9O7lYI9.js +50 -0
  3. package/dist/cjs/hotkeys-BtR8uxvl.js +219 -0
  4. package/dist/cjs/lime-elements.cjs.js +1 -1
  5. package/dist/cjs/limel-badge.cjs.entry.js +2 -2
  6. package/dist/cjs/limel-banner.cjs.entry.js +1 -1
  7. package/dist/cjs/limel-breadcrumbs_7.cjs.entry.js +143 -9
  8. package/dist/cjs/limel-button-group.cjs.entry.js +1 -1
  9. package/dist/cjs/limel-checkbox.cjs.entry.js +1 -1
  10. package/dist/cjs/limel-chip_2.cjs.entry.js +1 -1
  11. package/dist/cjs/limel-circular-progress.cjs.entry.js +1 -1
  12. package/dist/cjs/limel-code-editor.cjs.entry.js +1 -1
  13. package/dist/cjs/limel-date-picker.cjs.entry.js +1 -1
  14. package/dist/cjs/limel-dialog.cjs.entry.js +2 -2
  15. package/dist/cjs/limel-file-dropzone_2.cjs.entry.js +2 -2
  16. package/dist/cjs/limel-file.cjs.entry.js +1 -1
  17. package/dist/cjs/limel-flatpickr-adapter.cjs.entry.js +1 -1
  18. package/dist/cjs/limel-header.cjs.entry.js +1 -1
  19. package/dist/cjs/limel-help.cjs.entry.js +2 -2
  20. package/dist/cjs/limel-helper-line_2.cjs.entry.js +3 -3
  21. package/dist/cjs/limel-hotkey.cjs.entry.js +128 -0
  22. package/dist/cjs/limel-icon-button.cjs.entry.js +1 -1
  23. package/dist/cjs/limel-icon.cjs.entry.js +1 -1
  24. package/dist/cjs/limel-info-tile.cjs.entry.js +2 -2
  25. package/dist/cjs/limel-list-item.cjs.entry.js +2 -2
  26. package/dist/cjs/limel-markdown.cjs.entry.js +1 -1
  27. package/dist/cjs/limel-menu-item-meta.cjs.entry.js +12 -1
  28. package/dist/cjs/limel-picker.cjs.entry.js +1 -1
  29. package/dist/cjs/limel-popover_2.cjs.entry.js +5 -5
  30. package/dist/cjs/limel-portal_3.cjs.entry.js +4 -4
  31. package/dist/cjs/limel-prosemirror-adapter.cjs.entry.js +1 -1
  32. package/dist/cjs/limel-radio-button-group.cjs.entry.js +1 -1
  33. package/dist/cjs/limel-radio-button.cjs.entry.js +2 -2
  34. package/dist/cjs/limel-select.cjs.entry.js +2 -2
  35. package/dist/cjs/limel-shortcut.cjs.entry.js +1 -1
  36. package/dist/cjs/limel-slider.cjs.entry.js +1 -1
  37. package/dist/cjs/limel-snackbar.cjs.entry.js +2 -2
  38. package/dist/cjs/limel-split-button.cjs.entry.js +2 -2
  39. package/dist/cjs/limel-switch.cjs.entry.js +1 -1
  40. package/dist/cjs/limel-tab-bar.cjs.entry.js +2 -2
  41. package/dist/cjs/limel-tab-panel.cjs.entry.js +1 -1
  42. package/dist/cjs/limel-table.cjs.entry.js +3 -3
  43. package/dist/cjs/limel-text-editor-link-menu.cjs.entry.js +3 -3
  44. package/dist/cjs/limel-text-editor.cjs.entry.js +1 -1
  45. package/dist/cjs/loader.cjs.js +1 -1
  46. package/dist/collection/collection-manifest.json +1 -0
  47. package/dist/collection/components/badge/badge.js +3 -3
  48. package/dist/collection/components/banner/banner.js +2 -2
  49. package/dist/collection/components/button-group/button-group.js +2 -2
  50. package/dist/collection/components/checkbox/checkbox.js +2 -2
  51. package/dist/collection/components/chip-set/chip-set.js +2 -2
  52. package/dist/collection/components/circular-progress/circular-progress.js +2 -2
  53. package/dist/collection/components/code-editor/code-editor.js +2 -2
  54. package/dist/collection/components/dialog/dialog.js +3 -3
  55. package/dist/collection/components/dynamic-label/dynamic-label.js +1 -1
  56. package/dist/collection/components/file/file.js +2 -2
  57. package/dist/collection/components/file-dropzone/file-dropzone.js +2 -2
  58. package/dist/collection/components/file-input/file-input.js +2 -2
  59. package/dist/collection/components/header/header.js +2 -2
  60. package/dist/collection/components/help/help.js +3 -3
  61. package/dist/collection/components/helper-line/helper-line.js +3 -3
  62. package/dist/collection/components/hotkey/format-display-token.js +95 -0
  63. package/dist/collection/components/hotkey/hotkey.css +136 -0
  64. package/dist/collection/components/hotkey/hotkey.js +92 -0
  65. package/dist/collection/components/icon/icon.js +1 -1
  66. package/dist/collection/components/icon-button/icon-button.js +1 -1
  67. package/dist/collection/components/info-tile/info-tile.js +3 -3
  68. package/dist/collection/components/input-field/input-field.js +1 -1
  69. package/dist/collection/components/linear-progress/linear-progress.js +1 -1
  70. package/dist/collection/components/list/list.js +2 -2
  71. package/dist/collection/components/list-item/list-item.js +2 -2
  72. package/dist/collection/components/list-item/menu-item-meta/menu-item-meta.js +52 -2
  73. package/dist/collection/components/markdown/markdown.js +1 -1
  74. package/dist/collection/components/menu/menu.js +137 -5
  75. package/dist/collection/components/menu-list/menu-list-renderer.js +4 -1
  76. package/dist/collection/components/menu-list/menu-list.js +1 -1
  77. package/dist/collection/components/menu-surface/menu-surface.js +1 -1
  78. package/dist/collection/components/notched-outline/notched-outline.js +1 -1
  79. package/dist/collection/components/picker/picker.js +1 -1
  80. package/dist/collection/components/popover/popover.js +4 -4
  81. package/dist/collection/components/popover-surface/popover-surface.js +1 -1
  82. package/dist/collection/components/portal/portal.js +1 -1
  83. package/dist/collection/components/radio-button-group/radio-button-group.js +1 -1
  84. package/dist/collection/components/radio-button-group/radio-button.js +2 -2
  85. package/dist/collection/components/select/select.js +2 -2
  86. package/dist/collection/components/shortcut/shortcut.js +2 -2
  87. package/dist/collection/components/slider/slider.js +1 -1
  88. package/dist/collection/components/snackbar/snackbar.js +3 -3
  89. package/dist/collection/components/spinner/spinner.js +2 -2
  90. package/dist/collection/components/split-button/split-button.js +2 -2
  91. package/dist/collection/components/switch/switch.js +2 -2
  92. package/dist/collection/components/tab-bar/tab-bar.js +3 -3
  93. package/dist/collection/components/tab-panel/tab-panel.js +2 -2
  94. package/dist/collection/components/table/table.js +4 -4
  95. package/dist/collection/components/text-editor/link-menu/editor-link-menu.js +3 -3
  96. package/dist/collection/components/text-editor/prosemirror-adapter/prosemirror-adapter.js +1 -1
  97. package/dist/collection/components/text-editor/text-editor.js +1 -1
  98. package/dist/collection/components/tooltip/tooltip-content.js +1 -1
  99. package/dist/collection/components/tooltip/tooltip.js +2 -2
  100. package/dist/esm/device-B-tmXAXV.js +45 -0
  101. package/dist/esm/hotkeys-BxrRWYts.js +215 -0
  102. package/dist/esm/lime-elements.js +1 -1
  103. package/dist/esm/limel-badge.entry.js +2 -2
  104. package/dist/esm/limel-banner.entry.js +1 -1
  105. package/dist/esm/limel-breadcrumbs_7.entry.js +143 -9
  106. package/dist/esm/limel-button-group.entry.js +1 -1
  107. package/dist/esm/limel-checkbox.entry.js +1 -1
  108. package/dist/esm/limel-chip_2.entry.js +1 -1
  109. package/dist/esm/limel-circular-progress.entry.js +1 -1
  110. package/dist/esm/limel-code-editor.entry.js +1 -1
  111. package/dist/esm/limel-date-picker.entry.js +1 -1
  112. package/dist/esm/limel-dialog.entry.js +2 -2
  113. package/dist/esm/limel-file-dropzone_2.entry.js +2 -2
  114. package/dist/esm/limel-file.entry.js +1 -1
  115. package/dist/esm/limel-flatpickr-adapter.entry.js +1 -1
  116. package/dist/esm/limel-header.entry.js +1 -1
  117. package/dist/esm/limel-help.entry.js +2 -2
  118. package/dist/esm/limel-helper-line_2.entry.js +3 -3
  119. package/dist/esm/limel-hotkey.entry.js +126 -0
  120. package/dist/esm/limel-icon-button.entry.js +1 -1
  121. package/dist/esm/limel-icon.entry.js +1 -1
  122. package/dist/esm/limel-info-tile.entry.js +2 -2
  123. package/dist/esm/limel-list-item.entry.js +2 -2
  124. package/dist/esm/limel-markdown.entry.js +1 -1
  125. package/dist/esm/limel-menu-item-meta.entry.js +12 -1
  126. package/dist/esm/limel-picker.entry.js +1 -1
  127. package/dist/esm/limel-popover_2.entry.js +5 -5
  128. package/dist/esm/limel-portal_3.entry.js +4 -4
  129. package/dist/esm/limel-prosemirror-adapter.entry.js +1 -1
  130. package/dist/esm/limel-radio-button-group.entry.js +1 -1
  131. package/dist/esm/limel-radio-button.entry.js +2 -2
  132. package/dist/esm/limel-select.entry.js +2 -2
  133. package/dist/esm/limel-shortcut.entry.js +1 -1
  134. package/dist/esm/limel-slider.entry.js +1 -1
  135. package/dist/esm/limel-snackbar.entry.js +2 -2
  136. package/dist/esm/limel-split-button.entry.js +2 -2
  137. package/dist/esm/limel-switch.entry.js +1 -1
  138. package/dist/esm/limel-tab-bar.entry.js +2 -2
  139. package/dist/esm/limel-tab-panel.entry.js +1 -1
  140. package/dist/esm/limel-table.entry.js +3 -3
  141. package/dist/esm/limel-text-editor-link-menu.entry.js +3 -3
  142. package/dist/esm/limel-text-editor.entry.js +1 -1
  143. package/dist/esm/loader.js +1 -1
  144. package/dist/lime-elements/lime-elements.esm.js +1 -1
  145. package/dist/lime-elements/{p-a30bf079.entry.js → p-12646794.entry.js} +1 -1
  146. package/dist/lime-elements/{p-f70b8487.entry.js → p-1635ece7.entry.js} +1 -1
  147. package/dist/lime-elements/{p-86eebe44.entry.js → p-17e1d911.entry.js} +1 -1
  148. package/dist/lime-elements/{p-8c418a0b.entry.js → p-23c1033d.entry.js} +1 -1
  149. package/dist/lime-elements/{p-57c53ed4.entry.js → p-268d2a30.entry.js} +1 -1
  150. package/dist/lime-elements/{p-e2f1b070.entry.js → p-2750b828.entry.js} +1 -1
  151. package/dist/lime-elements/{p-1a3a7374.entry.js → p-30e54f05.entry.js} +1 -1
  152. package/dist/lime-elements/{p-1d4285b1.entry.js → p-3e68cbda.entry.js} +2 -2
  153. package/dist/lime-elements/{p-de1e5ad9.entry.js → p-438652d6.entry.js} +1 -1
  154. package/dist/lime-elements/{p-ef75eed9.entry.js → p-59716b48.entry.js} +1 -1
  155. package/dist/lime-elements/{p-b11751c9.entry.js → p-60260fa3.entry.js} +1 -1
  156. package/dist/lime-elements/{p-444c7966.entry.js → p-607ad3b7.entry.js} +1 -1
  157. package/dist/lime-elements/{p-b6ccc921.entry.js → p-61253dea.entry.js} +1 -1
  158. package/dist/lime-elements/{p-a2295fa6.entry.js → p-689770db.entry.js} +1 -1
  159. package/dist/lime-elements/{p-08d1b87a.entry.js → p-6fd84e57.entry.js} +1 -1
  160. package/dist/lime-elements/{p-1547b9c8.entry.js → p-733ebba6.entry.js} +1 -1
  161. package/dist/lime-elements/{p-288aa326.entry.js → p-77f42eff.entry.js} +1 -1
  162. package/dist/lime-elements/{p-d5da5b05.entry.js → p-7bd71b2b.entry.js} +1 -1
  163. package/dist/lime-elements/{p-266c228c.entry.js → p-86a001e2.entry.js} +1 -1
  164. package/dist/lime-elements/{p-aeebf410.entry.js → p-87c5e951.entry.js} +1 -1
  165. package/dist/lime-elements/p-8805080c.entry.js +1 -0
  166. package/dist/lime-elements/{p-c6b9425b.entry.js → p-889a05e4.entry.js} +1 -1
  167. package/dist/lime-elements/{p-e14b7393.entry.js → p-8b106865.entry.js} +1 -1
  168. package/dist/lime-elements/{p-b3622713.entry.js → p-8e3cc9b0.entry.js} +1 -1
  169. package/dist/lime-elements/{p-f59590f1.entry.js → p-9015c90c.entry.js} +2 -2
  170. package/dist/lime-elements/{p-287c4fb1.entry.js → p-9abfb8ba.entry.js} +1 -1
  171. package/dist/lime-elements/{p-da9f1fc4.entry.js → p-9d629f5f.entry.js} +10 -10
  172. package/dist/lime-elements/p-B-tmXAXV.js +1 -0
  173. package/dist/lime-elements/p-BxrRWYts.js +1 -0
  174. package/dist/lime-elements/p-a026cc24.entry.js +1 -0
  175. package/dist/lime-elements/{p-74cd80a9.entry.js → p-a243b8e2.entry.js} +1 -1
  176. package/dist/lime-elements/p-b64ae828.entry.js +1 -0
  177. package/dist/lime-elements/{p-bb38bb3c.entry.js → p-b91b1aed.entry.js} +1 -1
  178. package/dist/lime-elements/{p-d6d177bc.entry.js → p-be0cbddb.entry.js} +1 -1
  179. package/dist/lime-elements/p-c20a620d.entry.js +1 -0
  180. package/dist/lime-elements/{p-1590b341.entry.js → p-c84911e6.entry.js} +1 -1
  181. package/dist/lime-elements/{p-2af214de.entry.js → p-c9591213.entry.js} +1 -1
  182. package/dist/lime-elements/{p-268a695b.entry.js → p-ce20d720.entry.js} +1 -1
  183. package/dist/lime-elements/{p-eaac5ad2.entry.js → p-e0716b51.entry.js} +1 -1
  184. package/dist/lime-elements/{p-37b41bad.entry.js → p-e89dcf27.entry.js} +1 -1
  185. package/dist/lime-elements/{p-3683e2e2.entry.js → p-f92f4f00.entry.js} +1 -1
  186. package/dist/lime-elements/{p-ef9bb368.entry.js → p-f9cfcd03.entry.js} +1 -1
  187. package/dist/types/components/badge/badge.d.ts +1 -1
  188. package/dist/types/components/banner/banner.d.ts +1 -1
  189. package/dist/types/components/button-group/button-group.d.ts +1 -1
  190. package/dist/types/components/checkbox/checkbox.d.ts +1 -1
  191. package/dist/types/components/chip-set/chip-set.d.ts +1 -1
  192. package/dist/types/components/circular-progress/circular-progress.d.ts +1 -1
  193. package/dist/types/components/code-editor/code-editor.d.ts +1 -1
  194. package/dist/types/components/dialog/dialog.d.ts +1 -1
  195. package/dist/types/components/dynamic-label/dynamic-label.d.ts +1 -1
  196. package/dist/types/components/file/file.d.ts +1 -1
  197. package/dist/types/components/file-dropzone/file-dropzone.d.ts +1 -1
  198. package/dist/types/components/file-input/file-input.d.ts +1 -1
  199. package/dist/types/components/header/header.d.ts +1 -1
  200. package/dist/types/components/help/help.d.ts +1 -1
  201. package/dist/types/components/helper-line/helper-line.d.ts +1 -1
  202. package/dist/types/components/hotkey/format-display-token.d.ts +15 -0
  203. package/dist/types/components/hotkey/hotkey.d.ts +27 -0
  204. package/dist/types/components/info-tile/info-tile.d.ts +1 -1
  205. package/dist/types/components/linear-progress/linear-progress.d.ts +1 -1
  206. package/dist/types/components/list/list.d.ts +1 -1
  207. package/dist/types/components/list-item/menu-item-meta/menu-item-meta.d.ts +8 -0
  208. package/dist/types/components/menu/menu.d.ts +14 -1
  209. package/dist/types/components/menu/menu.types.d.ts +14 -0
  210. package/dist/types/components/select/select.d.ts +1 -1
  211. package/dist/types/components/shortcut/shortcut.d.ts +1 -1
  212. package/dist/types/components/snackbar/snackbar.d.ts +1 -1
  213. package/dist/types/components/spinner/spinner.d.ts +1 -1
  214. package/dist/types/components/switch/switch.d.ts +1 -1
  215. package/dist/types/components/tab-bar/tab-bar.d.ts +1 -1
  216. package/dist/types/components/tab-panel/tab-panel.d.ts +1 -1
  217. package/dist/types/components/table/table.d.ts +1 -1
  218. package/dist/types/components.d.ts +211 -108
  219. package/package.json +1 -1
  220. package/dist/cjs/device-CDZCRYph.js +0 -30
  221. package/dist/esm/device-CY72JnWG.js +0 -26
  222. package/dist/lime-elements/p-3e9a1f2b.entry.js +0 -1
  223. package/dist/lime-elements/p-5178cc39.entry.js +0 -1
  224. package/dist/lime-elements/p-7afe6c3e.entry.js +0 -1
  225. package/dist/lime-elements/p-CY72JnWG.js +0 -1
@@ -226,7 +226,7 @@ export namespace Components {
226
226
  /**
227
227
  * The Badge component can be used to display a notification badge,
228
228
  * optionally with a number or a text label.
229
- * @exampleComponent limel-example-badge
229
+ * @exampleComponent limel-example-badge-basic
230
230
  * @exampleComponent limel-example-badge-number
231
231
  * @exampleComponent limel-example-badge-string
232
232
  */
@@ -237,7 +237,7 @@ export namespace Components {
237
237
  "label"?: number | string;
238
238
  }
239
239
  /**
240
- * @exampleComponent limel-example-banner
240
+ * @exampleComponent limel-example-banner-basic
241
241
  */
242
242
  interface LimelBanner {
243
243
  /**
@@ -362,7 +362,7 @@ export namespace Components {
362
362
  * Within the group, icon buttons will all have the same width, while each text button
363
363
  * inherits its width from its content.
364
364
  * @exampleComponent limel-example-button-group-icons
365
- * @exampleComponent limel-example-button-group
365
+ * @exampleComponent limel-example-button-group-basic
366
366
  * @exampleComponent limel-example-button-group-mix
367
367
  * @exampleComponent limel-example-button-group-badges
368
368
  * @exampleComponent limel-example-button-group-composite
@@ -598,7 +598,7 @@ export namespace Components {
598
598
  * Checkboxes are sometimes used interchangeably with switches in user interfaces.
599
599
  * But there is an important difference between the two! Please read our guidelines about
600
600
  * [Switch vs. Checkbox](#/DesignGuidelines/switch-vs-checkbox.md/).
601
- * @exampleComponent limel-example-checkbox
601
+ * @exampleComponent limel-example-checkbox-basic
602
602
  * @exampleComponent limel-example-checkbox-helper-text
603
603
  * @exampleComponent limel-example-checkbox-readonly
604
604
  */
@@ -794,7 +794,7 @@ export namespace Components {
794
794
  * }
795
795
  * ```
796
796
  * :::
797
- * @exampleComponent limel-example-chip-set
797
+ * @exampleComponent limel-example-chip-set-basic
798
798
  * @exampleComponent limel-example-chip-set-choice
799
799
  * @exampleComponent limel-example-chip-set-filter
800
800
  * @exampleComponent limel-example-chip-set-filter-badge
@@ -918,7 +918,7 @@ export namespace Components {
918
918
  * Of course such numbers, if bigger than `maxValue` will be visualized as a
919
919
  * full progress.
920
920
  * :::
921
- * @exampleComponent limel-example-circular-progress
921
+ * @exampleComponent limel-example-circular-progress-basic
922
922
  * @exampleComponent limel-example-circular-progress-sizes
923
923
  * @exampleComponent limel-example-circular-progress-props
924
924
  * @exampleComponent limel-example-circular-progress-css-variables
@@ -1019,7 +1019,7 @@ export namespace Components {
1019
1019
  "translationLanguage": Languages;
1020
1020
  }
1021
1021
  /**
1022
- * @exampleComponent limel-example-code-editor
1022
+ * @exampleComponent limel-example-code-editor-basic
1023
1023
  * @exampleComponent limel-example-code-editor-readonly-with-line-numbers
1024
1024
  * @exampleComponent limel-example-code-editor-fold-lint-wrap
1025
1025
  * @exampleComponent limel-example-code-editor-copy
@@ -1356,7 +1356,7 @@ export namespace Components {
1356
1356
  * you should use the [DialogRenderer](https://lundalogik.github.io/lime-web-components/versions/latest/interfaces/DialogRenderer.html)
1357
1357
  * from Lime Web Components to open dialogs in Lime CRM.
1358
1358
  * :::
1359
- * @exampleComponent limel-example-dialog
1359
+ * @exampleComponent limel-example-dialog-basic
1360
1360
  * @exampleComponent limel-example-dialog-nested-close-events
1361
1361
  * @exampleComponent limel-example-dialog-heading
1362
1362
  * @exampleComponent limel-example-dialog-heading-actions
@@ -1491,7 +1491,7 @@ export namespace Components {
1491
1491
  * of the Checkbox or Toggle switch in the `readonly` state may not always
1492
1492
  * provide the best way of _visualizing information_, potentially leading to
1493
1493
  * confusion and negatively affecting the end-users' experience.
1494
- * @exampleComponent limel-example-dynamic-label
1494
+ * @exampleComponent limel-example-dynamic-label-basic
1495
1495
  * @exampleComponent limel-example-dynamic-label-readonly-boolean
1496
1496
  */
1497
1497
  interface LimelDynamicLabel {
@@ -1563,7 +1563,7 @@ export namespace Components {
1563
1563
  * - Choose a file
1564
1564
  * and similar phrases...
1565
1565
  * :::
1566
- * @exampleComponent limel-example-file
1566
+ * @exampleComponent limel-example-file-basic
1567
1567
  * @exampleComponent limel-example-file-custom-icon
1568
1568
  * @exampleComponent limel-example-file-menu-items
1569
1569
  * @exampleComponent limel-example-file-accepted-types
@@ -1618,7 +1618,7 @@ export namespace Components {
1618
1618
  * files (specified with the `accept` prop) a `filesRejected` event will be emitted.
1619
1619
  * The event detail would be an array of `FileInfo` objects,
1620
1620
  * each representing a file dropped into the dropzone.
1621
- * @exampleComponent limel-example-file-dropzone
1621
+ * @exampleComponent limel-example-file-dropzone-basic
1622
1622
  * @exampleComponent limel-example-file-dropzone-type-filtering
1623
1623
  * @private
1624
1624
  */
@@ -1653,7 +1653,7 @@ export namespace Components {
1653
1653
  * After receiving the files, the component emits a `filesSelected` event.
1654
1654
  * The event detail would be an array of `FileInfo` objects,
1655
1655
  * each representing a file dropped into the dropzone.
1656
- * @exampleComponent limel-example-file-input
1656
+ * @exampleComponent limel-example-file-input-basic
1657
1657
  * @exampleComponent limel-example-file-input-type-filtering
1658
1658
  * @private
1659
1659
  */
@@ -1893,7 +1893,7 @@ export namespace Components {
1893
1893
  * Background colors behind icons make them look like "call to action" buttons
1894
1894
  * and take a lot of attention from users.
1895
1895
  * :::
1896
- * @exampleComponent limel-example-header
1896
+ * @exampleComponent limel-example-header-basic
1897
1897
  * @exampleComponent limel-example-header-slot-actions
1898
1898
  * @exampleComponent limel-example-header-colors
1899
1899
  * @exampleComponent limel-example-header-responsive
@@ -1935,7 +1935,7 @@ export namespace Components {
1935
1935
  * Using this component designers empower users to grasp the functionality
1936
1936
  * of an app more effortlessly, minimizes the learning curve,
1937
1937
  * transforming complex features into accessible opportunities for exploration.
1938
- * @exampleComponent limel-example-help
1938
+ * @exampleComponent limel-example-help-basic
1939
1939
  * @exampleComponent limel-example-read-more
1940
1940
  * @exampleComponent limel-example-open-direction
1941
1941
  * @exampleComponent limel-example-placement
@@ -1980,7 +1980,7 @@ export namespace Components {
1980
1980
  * and to avoid importing styles separately.
1981
1981
  * Also this enables us to open the helper line in limel-portal,
1982
1982
  * more easily without having to send the styles to the portal.
1983
- * @exampleComponent limel-example-helper-line
1983
+ * @exampleComponent limel-example-helper-line-basic
1984
1984
  * @exampleComponent limel-example-helper-line-invalid
1985
1985
  * @exampleComponent limel-example-helper-line-long-text
1986
1986
  * @exampleComponent limel-example-helper-line-long-text-no-counter
@@ -2012,6 +2012,28 @@ export namespace Components {
2012
2012
  */
2013
2013
  "maxLength"?: number;
2014
2014
  }
2015
+ /**
2016
+ * This is a display-only component used to visualize keyboard shortcuts.
2017
+ * It renders hotkey strings as styled `<kbd>` elements with
2018
+ * platform-aware glyphs (e.g. `⌘` on macOS, `⊞ Win` on Windows).
2019
+ * It does **not** listen for or handle any keyboard events.
2020
+ * Keyboard event handling is the responsibility of the parent component
2021
+ * (e.g. `limel-menu` or `limel-select`).
2022
+ * @exampleComponent limel-example-hotkey-basic
2023
+ * @exampleComponent limel-example-hotkey-disabled
2024
+ * @private
2025
+ */
2026
+ interface LimelHotkey {
2027
+ /**
2028
+ * When `true`, the hotkey is rendered in a visually disabled state.
2029
+ * @default false
2030
+ */
2031
+ "disabled": boolean;
2032
+ /**
2033
+ * The hotkey string to visualize, e.g. `"meta+c"` or `"shift+enter"`.
2034
+ */
2035
+ "value": string;
2036
+ }
2015
2037
  /**
2016
2038
  * :::important
2017
2039
  * To install your icon set correctly, please read the [documentation here](#/).
@@ -2076,7 +2098,7 @@ export namespace Components {
2076
2098
  * If clicking on the component should navigate the user to
2077
2099
  * a new screen or web page, you need to provide a URL,
2078
2100
  * using the `link` property.
2079
- * @exampleComponent limel-example-info-tile
2101
+ * @exampleComponent limel-example-info-tile-basic
2080
2102
  * @exampleComponent limel-example-info-tile-badge
2081
2103
  * @exampleComponent limel-example-info-tile-progress
2082
2104
  * @exampleComponent limel-example-info-tile-loading
@@ -2266,7 +2288,7 @@ export namespace Components {
2266
2288
  /**
2267
2289
  * The linear progress component can be used to visualize the current state of a progress in a scale;
2268
2290
  * for example percentage of completion of a task.
2269
- * @exampleComponent limel-example-linear-progress
2291
+ * @exampleComponent limel-example-linear-progress-basic
2270
2292
  * @exampleComponent limel-example-linear-progress-indeterminate
2271
2293
  * @exampleComponent limel-example-linear-progress-accessible-label
2272
2294
  * @exampleComponent limel-example-linear-progress-color
@@ -2293,7 +2315,7 @@ export namespace Components {
2293
2315
  "value": number;
2294
2316
  }
2295
2317
  /**
2296
- * @exampleComponent limel-example-list
2318
+ * @exampleComponent limel-example-list-basic
2297
2319
  * @exampleComponent limel-example-list-secondary
2298
2320
  * @exampleComponent limel-example-list-separator
2299
2321
  * @exampleComponent limel-example-list-icons
@@ -2485,13 +2507,14 @@ export namespace Components {
2485
2507
  * @exampleComponent limel-example-menu-icons
2486
2508
  * @exampleComponent limel-example-menu-badge-icons
2487
2509
  * @exampleComponent limel-example-menu-grid
2488
- * @exampleComponent limel-example-menu-hotkeys
2489
2510
  * @exampleComponent limel-example-menu-secondary-text
2490
2511
  * @exampleComponent limel-example-menu-notification
2491
2512
  * @exampleComponent limel-example-menu-sub-menus
2492
2513
  * @exampleComponent limel-example-menu-sub-menu-lazy-loading
2493
2514
  * @exampleComponent limel-example-menu-sub-menu-lazy-loading-infinite
2494
2515
  * @exampleComponent limel-example-menu-searchable
2516
+ * @exampleComponent limel-example-menu-hotkeys
2517
+ * @exampleComponent limel-example-menu-searchable-hotkeys
2495
2518
  * @exampleComponent limel-example-menu-composite
2496
2519
  */
2497
2520
  interface LimelMenu {
@@ -2574,6 +2597,15 @@ export namespace Components {
2574
2597
  * Use to display optional keyboard shortcut or command hint, e.g. `⌘ + K`
2575
2598
  */
2576
2599
  "commandText"?: string;
2600
+ /**
2601
+ * Will be set to `true` when the menu item is disabled.
2602
+ * @default false
2603
+ */
2604
+ "disabled": boolean;
2605
+ /**
2606
+ * Hotkey to display. When provided, `commandText` is ignored.
2607
+ */
2608
+ "hotkey"?: string;
2577
2609
  /**
2578
2610
  * Shows a submenu chevron to indicate nested items
2579
2611
  * @default false
@@ -3154,7 +3186,7 @@ export namespace Components {
3154
3186
  "selectedItem"?: ListItem<string | number>;
3155
3187
  }
3156
3188
  /**
3157
- * @exampleComponent limel-example-select
3189
+ * @exampleComponent limel-example-select-basic
3158
3190
  * @exampleComponent limel-example-select-with-icons
3159
3191
  * @exampleComponent limel-example-select-with-separators
3160
3192
  * @exampleComponent limel-example-select-with-secondary-text
@@ -3215,7 +3247,7 @@ export namespace Components {
3215
3247
  * By default, this navigation will happen within the same browser tab.
3216
3248
  * However, it is possible to override that behavior, by specifying a `target`
3217
3249
  * for the `link` property
3218
- * @exampleComponent limel-example-shortcut
3250
+ * @exampleComponent limel-example-shortcut-basic
3219
3251
  * @exampleComponent limel-example-shortcut-notification
3220
3252
  * @exampleComponent limel-example-shortcut-styling
3221
3253
  * @exampleComponent limel-example-shortcut-with-click-handler
@@ -3331,7 +3363,7 @@ export namespace Components {
3331
3363
  * For more complex interactions and for delivering more detailed information,
3332
3364
  * [Dialog](#/component/limel-dialog/) is a better choice.
3333
3365
  * :::
3334
- * @exampleComponent limel-example-snackbar
3366
+ * @exampleComponent limel-example-snackbar-basic
3335
3367
  * @exampleComponent limel-example-snackbar-with-action
3336
3368
  * @exampleComponent limel-example-snackbar-with-changing-messages
3337
3369
  * @exampleComponent limel-example-snackbar-dismissible
@@ -3379,7 +3411,7 @@ export namespace Components {
3379
3411
  "timeout"?: number;
3380
3412
  }
3381
3413
  /**
3382
- * @exampleComponent limel-example-spinner
3414
+ * @exampleComponent limel-example-spinner-basic
3383
3415
  * @exampleComponent limel-example-spinner-color
3384
3416
  * @exampleComponent limel-example-spinner-size
3385
3417
  */
@@ -3455,7 +3487,7 @@ export namespace Components {
3455
3487
  * Checkboxes are sometimes used interchangeably with switches in user interfaces.
3456
3488
  * But there is an important difference between the two! Please read our guidelines about
3457
3489
  * [Switch vs. Checkbox](#/DesignGuidelines/switch-vs-checkbox.md/).
3458
- * @exampleComponent limel-example-switch
3490
+ * @exampleComponent limel-example-switch-basic
3459
3491
  * @exampleComponent limel-example-switch-helper-text
3460
3492
  * @exampleComponent limel-example-switch-readonly
3461
3493
  */
@@ -3508,7 +3540,7 @@ export namespace Components {
3508
3540
  * Avoid having long labels for tabs.
3509
3541
  * A tab will never be removed or get disabled, even if there is no content under it.
3510
3542
  * :::
3511
- * @exampleComponent limel-example-tab-bar
3543
+ * @exampleComponent limel-example-tab-bar-basic
3512
3544
  * @exampleComponent limel-example-tab-bar-with-dynamic-tab-width
3513
3545
  * @exampleComponent limel-example-tab-bar-with-equal-tab-width
3514
3546
  */
@@ -3531,7 +3563,7 @@ export namespace Components {
3531
3563
  * load data or render anything until the tab is active.
3532
3564
  * The slotted components can also emit the `changeTab` event to update anything
3533
3565
  * inside the actual tab, e.g. to change the icon, color or badge.
3534
- * @exampleComponent limel-example-tab-panel
3566
+ * @exampleComponent limel-example-tab-panel-basic
3535
3567
  */
3536
3568
  interface LimelTabPanel {
3537
3569
  /**
@@ -3541,7 +3573,7 @@ export namespace Components {
3541
3573
  "tabs": Tab[];
3542
3574
  }
3543
3575
  /**
3544
- * @exampleComponent limel-example-table
3576
+ * @exampleComponent limel-example-table-basic
3545
3577
  * @exampleComponent limel-example-table-custom-components
3546
3578
  * @exampleComponent limel-example-table-header-menu
3547
3579
  * @exampleComponent limel-example-table-movable-columns
@@ -4149,7 +4181,7 @@ declare global {
4149
4181
  /**
4150
4182
  * The Badge component can be used to display a notification badge,
4151
4183
  * optionally with a number or a text label.
4152
- * @exampleComponent limel-example-badge
4184
+ * @exampleComponent limel-example-badge-basic
4153
4185
  * @exampleComponent limel-example-badge-number
4154
4186
  * @exampleComponent limel-example-badge-string
4155
4187
  */
@@ -4160,7 +4192,7 @@ declare global {
4160
4192
  new (): HTMLLimelBadgeElement;
4161
4193
  };
4162
4194
  /**
4163
- * @exampleComponent limel-example-banner
4195
+ * @exampleComponent limel-example-banner-basic
4164
4196
  */
4165
4197
  interface HTMLLimelBannerElement extends Components.LimelBanner, HTMLStencilElement {
4166
4198
  }
@@ -4253,7 +4285,7 @@ declare global {
4253
4285
  * Within the group, icon buttons will all have the same width, while each text button
4254
4286
  * inherits its width from its content.
4255
4287
  * @exampleComponent limel-example-button-group-icons
4256
- * @exampleComponent limel-example-button-group
4288
+ * @exampleComponent limel-example-button-group-basic
4257
4289
  * @exampleComponent limel-example-button-group-mix
4258
4290
  * @exampleComponent limel-example-button-group-badges
4259
4291
  * @exampleComponent limel-example-button-group-composite
@@ -4398,7 +4430,7 @@ declare global {
4398
4430
  * Checkboxes are sometimes used interchangeably with switches in user interfaces.
4399
4431
  * But there is an important difference between the two! Please read our guidelines about
4400
4432
  * [Switch vs. Checkbox](#/DesignGuidelines/switch-vs-checkbox.md/).
4401
- * @exampleComponent limel-example-checkbox
4433
+ * @exampleComponent limel-example-checkbox-basic
4402
4434
  * @exampleComponent limel-example-checkbox-helper-text
4403
4435
  * @exampleComponent limel-example-checkbox-readonly
4404
4436
  */
@@ -4508,7 +4540,7 @@ declare global {
4508
4540
  * }
4509
4541
  * ```
4510
4542
  * :::
4511
- * @exampleComponent limel-example-chip-set
4543
+ * @exampleComponent limel-example-chip-set-basic
4512
4544
  * @exampleComponent limel-example-chip-set-choice
4513
4545
  * @exampleComponent limel-example-chip-set-filter
4514
4546
  * @exampleComponent limel-example-chip-set-filter-badge
@@ -4548,7 +4580,7 @@ declare global {
4548
4580
  * Of course such numbers, if bigger than `maxValue` will be visualized as a
4549
4581
  * full progress.
4550
4582
  * :::
4551
- * @exampleComponent limel-example-circular-progress
4583
+ * @exampleComponent limel-example-circular-progress-basic
4552
4584
  * @exampleComponent limel-example-circular-progress-sizes
4553
4585
  * @exampleComponent limel-example-circular-progress-props
4554
4586
  * @exampleComponent limel-example-circular-progress-css-variables
@@ -4584,7 +4616,7 @@ declare global {
4584
4616
  "change": string;
4585
4617
  }
4586
4618
  /**
4587
- * @exampleComponent limel-example-code-editor
4619
+ * @exampleComponent limel-example-code-editor-basic
4588
4620
  * @exampleComponent limel-example-code-editor-readonly-with-line-numbers
4589
4621
  * @exampleComponent limel-example-code-editor-fold-lint-wrap
4590
4622
  * @exampleComponent limel-example-code-editor-copy
@@ -4756,7 +4788,7 @@ declare global {
4756
4788
  * you should use the [DialogRenderer](https://lundalogik.github.io/lime-web-components/versions/latest/interfaces/DialogRenderer.html)
4757
4789
  * from Lime Web Components to open dialogs in Lime CRM.
4758
4790
  * :::
4759
- * @exampleComponent limel-example-dialog
4791
+ * @exampleComponent limel-example-dialog-basic
4760
4792
  * @exampleComponent limel-example-dialog-nested-close-events
4761
4793
  * @exampleComponent limel-example-dialog-heading
4762
4794
  * @exampleComponent limel-example-dialog-heading-actions
@@ -4865,7 +4897,7 @@ declare global {
4865
4897
  * of the Checkbox or Toggle switch in the `readonly` state may not always
4866
4898
  * provide the best way of _visualizing information_, potentially leading to
4867
4899
  * confusion and negatively affecting the end-users' experience.
4868
- * @exampleComponent limel-example-dynamic-label
4900
+ * @exampleComponent limel-example-dynamic-label-basic
4869
4901
  * @exampleComponent limel-example-dynamic-label-readonly-boolean
4870
4902
  */
4871
4903
  interface HTMLLimelDynamicLabelElement extends Components.LimelDynamicLabel, HTMLStencilElement {
@@ -4929,7 +4961,7 @@ declare global {
4929
4961
  * - Choose a file
4930
4962
  * and similar phrases...
4931
4963
  * :::
4932
- * @exampleComponent limel-example-file
4964
+ * @exampleComponent limel-example-file-basic
4933
4965
  * @exampleComponent limel-example-file-custom-icon
4934
4966
  * @exampleComponent limel-example-file-menu-items
4935
4967
  * @exampleComponent limel-example-file-accepted-types
@@ -4962,7 +4994,7 @@ declare global {
4962
4994
  * files (specified with the `accept` prop) a `filesRejected` event will be emitted.
4963
4995
  * The event detail would be an array of `FileInfo` objects,
4964
4996
  * each representing a file dropped into the dropzone.
4965
- * @exampleComponent limel-example-file-dropzone
4997
+ * @exampleComponent limel-example-file-dropzone-basic
4966
4998
  * @exampleComponent limel-example-file-dropzone-type-filtering
4967
4999
  * @private
4968
5000
  */
@@ -4992,7 +5024,7 @@ declare global {
4992
5024
  * After receiving the files, the component emits a `filesSelected` event.
4993
5025
  * The event detail would be an array of `FileInfo` objects,
4994
5026
  * each representing a file dropped into the dropzone.
4995
- * @exampleComponent limel-example-file-input
5027
+ * @exampleComponent limel-example-file-input-basic
4996
5028
  * @exampleComponent limel-example-file-input-type-filtering
4997
5029
  * @private
4998
5030
  */
@@ -5168,7 +5200,7 @@ declare global {
5168
5200
  * Background colors behind icons make them look like "call to action" buttons
5169
5201
  * and take a lot of attention from users.
5170
5202
  * :::
5171
- * @exampleComponent limel-example-header
5203
+ * @exampleComponent limel-example-header-basic
5172
5204
  * @exampleComponent limel-example-header-slot-actions
5173
5205
  * @exampleComponent limel-example-header-colors
5174
5206
  * @exampleComponent limel-example-header-responsive
@@ -5193,7 +5225,7 @@ declare global {
5193
5225
  * Using this component designers empower users to grasp the functionality
5194
5226
  * of an app more effortlessly, minimizes the learning curve,
5195
5227
  * transforming complex features into accessible opportunities for exploration.
5196
- * @exampleComponent limel-example-help
5228
+ * @exampleComponent limel-example-help-basic
5197
5229
  * @exampleComponent limel-example-read-more
5198
5230
  * @exampleComponent limel-example-open-direction
5199
5231
  * @exampleComponent limel-example-placement
@@ -5226,7 +5258,7 @@ declare global {
5226
5258
  * and to avoid importing styles separately.
5227
5259
  * Also this enables us to open the helper line in limel-portal,
5228
5260
  * more easily without having to send the styles to the portal.
5229
- * @exampleComponent limel-example-helper-line
5261
+ * @exampleComponent limel-example-helper-line-basic
5230
5262
  * @exampleComponent limel-example-helper-line-invalid
5231
5263
  * @exampleComponent limel-example-helper-line-long-text
5232
5264
  * @exampleComponent limel-example-helper-line-long-text-no-counter
@@ -5241,6 +5273,23 @@ declare global {
5241
5273
  prototype: HTMLLimelHelperLineElement;
5242
5274
  new (): HTMLLimelHelperLineElement;
5243
5275
  };
5276
+ /**
5277
+ * This is a display-only component used to visualize keyboard shortcuts.
5278
+ * It renders hotkey strings as styled `<kbd>` elements with
5279
+ * platform-aware glyphs (e.g. `⌘` on macOS, `⊞ Win` on Windows).
5280
+ * It does **not** listen for or handle any keyboard events.
5281
+ * Keyboard event handling is the responsibility of the parent component
5282
+ * (e.g. `limel-menu` or `limel-select`).
5283
+ * @exampleComponent limel-example-hotkey-basic
5284
+ * @exampleComponent limel-example-hotkey-disabled
5285
+ * @private
5286
+ */
5287
+ interface HTMLLimelHotkeyElement extends Components.LimelHotkey, HTMLStencilElement {
5288
+ }
5289
+ var HTMLLimelHotkeyElement: {
5290
+ prototype: HTMLLimelHotkeyElement;
5291
+ new (): HTMLLimelHotkeyElement;
5292
+ };
5244
5293
  /**
5245
5294
  * :::important
5246
5295
  * To install your icon set correctly, please read the [documentation here](#/).
@@ -5279,7 +5328,7 @@ declare global {
5279
5328
  * If clicking on the component should navigate the user to
5280
5329
  * a new screen or web page, you need to provide a URL,
5281
5330
  * using the `link` property.
5282
- * @exampleComponent limel-example-info-tile
5331
+ * @exampleComponent limel-example-info-tile-basic
5283
5332
  * @exampleComponent limel-example-info-tile-badge
5284
5333
  * @exampleComponent limel-example-info-tile-progress
5285
5334
  * @exampleComponent limel-example-info-tile-loading
@@ -5332,7 +5381,7 @@ declare global {
5332
5381
  /**
5333
5382
  * The linear progress component can be used to visualize the current state of a progress in a scale;
5334
5383
  * for example percentage of completion of a task.
5335
- * @exampleComponent limel-example-linear-progress
5384
+ * @exampleComponent limel-example-linear-progress-basic
5336
5385
  * @exampleComponent limel-example-linear-progress-indeterminate
5337
5386
  * @exampleComponent limel-example-linear-progress-accessible-label
5338
5387
  * @exampleComponent limel-example-linear-progress-color
@@ -5349,7 +5398,7 @@ declare global {
5349
5398
  "interact": ListItem;
5350
5399
  }
5351
5400
  /**
5352
- * @exampleComponent limel-example-list
5401
+ * @exampleComponent limel-example-list-basic
5353
5402
  * @exampleComponent limel-example-list-secondary
5354
5403
  * @exampleComponent limel-example-list-separator
5355
5404
  * @exampleComponent limel-example-list-icons
@@ -5465,13 +5514,14 @@ declare global {
5465
5514
  * @exampleComponent limel-example-menu-icons
5466
5515
  * @exampleComponent limel-example-menu-badge-icons
5467
5516
  * @exampleComponent limel-example-menu-grid
5468
- * @exampleComponent limel-example-menu-hotkeys
5469
5517
  * @exampleComponent limel-example-menu-secondary-text
5470
5518
  * @exampleComponent limel-example-menu-notification
5471
5519
  * @exampleComponent limel-example-menu-sub-menus
5472
5520
  * @exampleComponent limel-example-menu-sub-menu-lazy-loading
5473
5521
  * @exampleComponent limel-example-menu-sub-menu-lazy-loading-infinite
5474
5522
  * @exampleComponent limel-example-menu-searchable
5523
+ * @exampleComponent limel-example-menu-hotkeys
5524
+ * @exampleComponent limel-example-menu-searchable-hotkeys
5475
5525
  * @exampleComponent limel-example-menu-composite
5476
5526
  */
5477
5527
  interface HTMLLimelMenuElement extends Components.LimelMenu, HTMLStencilElement {
@@ -5867,7 +5917,7 @@ declare global {
5867
5917
  "change": Option | Option[];
5868
5918
  }
5869
5919
  /**
5870
- * @exampleComponent limel-example-select
5920
+ * @exampleComponent limel-example-select-basic
5871
5921
  * @exampleComponent limel-example-select-with-icons
5872
5922
  * @exampleComponent limel-example-select-with-separators
5873
5923
  * @exampleComponent limel-example-select-with-secondary-text
@@ -5899,7 +5949,7 @@ declare global {
5899
5949
  * By default, this navigation will happen within the same browser tab.
5900
5950
  * However, it is possible to override that behavior, by specifying a `target`
5901
5951
  * for the `link` property
5902
- * @exampleComponent limel-example-shortcut
5952
+ * @exampleComponent limel-example-shortcut-basic
5903
5953
  * @exampleComponent limel-example-shortcut-notification
5904
5954
  * @exampleComponent limel-example-shortcut-styling
5905
5955
  * @exampleComponent limel-example-shortcut-with-click-handler
@@ -5955,7 +6005,7 @@ declare global {
5955
6005
  * For more complex interactions and for delivering more detailed information,
5956
6006
  * [Dialog](#/component/limel-dialog/) is a better choice.
5957
6007
  * :::
5958
- * @exampleComponent limel-example-snackbar
6008
+ * @exampleComponent limel-example-snackbar-basic
5959
6009
  * @exampleComponent limel-example-snackbar-with-action
5960
6010
  * @exampleComponent limel-example-snackbar-with-changing-messages
5961
6011
  * @exampleComponent limel-example-snackbar-dismissible
@@ -5977,7 +6027,7 @@ declare global {
5977
6027
  new (): HTMLLimelSnackbarElement;
5978
6028
  };
5979
6029
  /**
5980
- * @exampleComponent limel-example-spinner
6030
+ * @exampleComponent limel-example-spinner-basic
5981
6031
  * @exampleComponent limel-example-spinner-color
5982
6032
  * @exampleComponent limel-example-spinner-size
5983
6033
  */
@@ -6032,7 +6082,7 @@ declare global {
6032
6082
  * Checkboxes are sometimes used interchangeably with switches in user interfaces.
6033
6083
  * But there is an important difference between the two! Please read our guidelines about
6034
6084
  * [Switch vs. Checkbox](#/DesignGuidelines/switch-vs-checkbox.md/).
6035
- * @exampleComponent limel-example-switch
6085
+ * @exampleComponent limel-example-switch-basic
6036
6086
  * @exampleComponent limel-example-switch-helper-text
6037
6087
  * @exampleComponent limel-example-switch-readonly
6038
6088
  */
@@ -6068,7 +6118,7 @@ declare global {
6068
6118
  * Avoid having long labels for tabs.
6069
6119
  * A tab will never be removed or get disabled, even if there is no content under it.
6070
6120
  * :::
6071
- * @exampleComponent limel-example-tab-bar
6121
+ * @exampleComponent limel-example-tab-bar-basic
6072
6122
  * @exampleComponent limel-example-tab-bar-with-dynamic-tab-width
6073
6123
  * @exampleComponent limel-example-tab-bar-with-equal-tab-width
6074
6124
  */
@@ -6101,7 +6151,7 @@ declare global {
6101
6151
  * load data or render anything until the tab is active.
6102
6152
  * The slotted components can also emit the `changeTab` event to update anything
6103
6153
  * inside the actual tab, e.g. to change the icon, color or badge.
6104
- * @exampleComponent limel-example-tab-panel
6154
+ * @exampleComponent limel-example-tab-panel-basic
6105
6155
  */
6106
6156
  interface HTMLLimelTabPanelElement extends Components.LimelTabPanel, HTMLStencilElement {
6107
6157
  addEventListener<K extends keyof HTMLLimelTabPanelElementEventMap>(type: K, listener: (this: HTMLLimelTabPanelElement, ev: LimelTabPanelCustomEvent<HTMLLimelTabPanelElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
@@ -6127,7 +6177,7 @@ declare global {
6127
6177
  "selectAll": boolean;
6128
6178
  }
6129
6179
  /**
6130
- * @exampleComponent limel-example-table
6180
+ * @exampleComponent limel-example-table-basic
6131
6181
  * @exampleComponent limel-example-table-custom-components
6132
6182
  * @exampleComponent limel-example-table-header-menu
6133
6183
  * @exampleComponent limel-example-table-movable-columns
@@ -6326,6 +6376,7 @@ declare global {
6326
6376
  "limel-help": HTMLLimelHelpElement;
6327
6377
  "limel-help-content": HTMLLimelHelpContentElement;
6328
6378
  "limel-helper-line": HTMLLimelHelperLineElement;
6379
+ "limel-hotkey": HTMLLimelHotkeyElement;
6329
6380
  "limel-icon": HTMLLimelIconElement;
6330
6381
  "limel-icon-button": HTMLLimelIconButtonElement;
6331
6382
  "limel-info-tile": HTMLLimelInfoTileElement;
@@ -6515,7 +6566,7 @@ declare namespace LocalJSX {
6515
6566
  /**
6516
6567
  * The Badge component can be used to display a notification badge,
6517
6568
  * optionally with a number or a text label.
6518
- * @exampleComponent limel-example-badge
6569
+ * @exampleComponent limel-example-badge-basic
6519
6570
  * @exampleComponent limel-example-badge-number
6520
6571
  * @exampleComponent limel-example-badge-string
6521
6572
  */
@@ -6526,7 +6577,7 @@ declare namespace LocalJSX {
6526
6577
  "label"?: number | string;
6527
6578
  }
6528
6579
  /**
6529
- * @exampleComponent limel-example-banner
6580
+ * @exampleComponent limel-example-banner-basic
6530
6581
  */
6531
6582
  interface LimelBanner {
6532
6583
  /**
@@ -6647,7 +6698,7 @@ declare namespace LocalJSX {
6647
6698
  * Within the group, icon buttons will all have the same width, while each text button
6648
6699
  * inherits its width from its content.
6649
6700
  * @exampleComponent limel-example-button-group-icons
6650
- * @exampleComponent limel-example-button-group
6701
+ * @exampleComponent limel-example-button-group-basic
6651
6702
  * @exampleComponent limel-example-button-group-mix
6652
6703
  * @exampleComponent limel-example-button-group-badges
6653
6704
  * @exampleComponent limel-example-button-group-composite
@@ -6895,7 +6946,7 @@ declare namespace LocalJSX {
6895
6946
  * Checkboxes are sometimes used interchangeably with switches in user interfaces.
6896
6947
  * But there is an important difference between the two! Please read our guidelines about
6897
6948
  * [Switch vs. Checkbox](#/DesignGuidelines/switch-vs-checkbox.md/).
6898
- * @exampleComponent limel-example-checkbox
6949
+ * @exampleComponent limel-example-checkbox-basic
6899
6950
  * @exampleComponent limel-example-checkbox-helper-text
6900
6951
  * @exampleComponent limel-example-checkbox-readonly
6901
6952
  */
@@ -7103,7 +7154,7 @@ declare namespace LocalJSX {
7103
7154
  * }
7104
7155
  * ```
7105
7156
  * :::
7106
- * @exampleComponent limel-example-chip-set
7157
+ * @exampleComponent limel-example-chip-set-basic
7107
7158
  * @exampleComponent limel-example-chip-set-choice
7108
7159
  * @exampleComponent limel-example-chip-set-filter
7109
7160
  * @exampleComponent limel-example-chip-set-filter-badge
@@ -7231,7 +7282,7 @@ declare namespace LocalJSX {
7231
7282
  * Of course such numbers, if bigger than `maxValue` will be visualized as a
7232
7283
  * full progress.
7233
7284
  * :::
7234
- * @exampleComponent limel-example-circular-progress
7285
+ * @exampleComponent limel-example-circular-progress-basic
7235
7286
  * @exampleComponent limel-example-circular-progress-sizes
7236
7287
  * @exampleComponent limel-example-circular-progress-props
7237
7288
  * @exampleComponent limel-example-circular-progress-css-variables
@@ -7332,7 +7383,7 @@ declare namespace LocalJSX {
7332
7383
  "translationLanguage"?: Languages;
7333
7384
  }
7334
7385
  /**
7335
- * @exampleComponent limel-example-code-editor
7386
+ * @exampleComponent limel-example-code-editor-basic
7336
7387
  * @exampleComponent limel-example-code-editor-readonly-with-line-numbers
7337
7388
  * @exampleComponent limel-example-code-editor-fold-lint-wrap
7338
7389
  * @exampleComponent limel-example-code-editor-copy
@@ -7697,7 +7748,7 @@ declare namespace LocalJSX {
7697
7748
  * you should use the [DialogRenderer](https://lundalogik.github.io/lime-web-components/versions/latest/interfaces/DialogRenderer.html)
7698
7749
  * from Lime Web Components to open dialogs in Lime CRM.
7699
7750
  * :::
7700
- * @exampleComponent limel-example-dialog
7751
+ * @exampleComponent limel-example-dialog-basic
7701
7752
  * @exampleComponent limel-example-dialog-nested-close-events
7702
7753
  * @exampleComponent limel-example-dialog-heading
7703
7754
  * @exampleComponent limel-example-dialog-heading-actions
@@ -7868,7 +7919,7 @@ declare namespace LocalJSX {
7868
7919
  * of the Checkbox or Toggle switch in the `readonly` state may not always
7869
7920
  * provide the best way of _visualizing information_, potentially leading to
7870
7921
  * confusion and negatively affecting the end-users' experience.
7871
- * @exampleComponent limel-example-dynamic-label
7922
+ * @exampleComponent limel-example-dynamic-label-basic
7872
7923
  * @exampleComponent limel-example-dynamic-label-readonly-boolean
7873
7924
  */
7874
7925
  interface LimelDynamicLabel {
@@ -7940,7 +7991,7 @@ declare namespace LocalJSX {
7940
7991
  * - Choose a file
7941
7992
  * and similar phrases...
7942
7993
  * :::
7943
- * @exampleComponent limel-example-file
7994
+ * @exampleComponent limel-example-file-basic
7944
7995
  * @exampleComponent limel-example-file-custom-icon
7945
7996
  * @exampleComponent limel-example-file-menu-items
7946
7997
  * @exampleComponent limel-example-file-accepted-types
@@ -8003,7 +8054,7 @@ declare namespace LocalJSX {
8003
8054
  * files (specified with the `accept` prop) a `filesRejected` event will be emitted.
8004
8055
  * The event detail would be an array of `FileInfo` objects,
8005
8056
  * each representing a file dropped into the dropzone.
8006
- * @exampleComponent limel-example-file-dropzone
8057
+ * @exampleComponent limel-example-file-dropzone-basic
8007
8058
  * @exampleComponent limel-example-file-dropzone-type-filtering
8008
8059
  * @private
8009
8060
  */
@@ -8047,7 +8098,7 @@ declare namespace LocalJSX {
8047
8098
  * After receiving the files, the component emits a `filesSelected` event.
8048
8099
  * The event detail would be an array of `FileInfo` objects,
8049
8100
  * each representing a file dropped into the dropzone.
8050
- * @exampleComponent limel-example-file-input
8101
+ * @exampleComponent limel-example-file-input-basic
8051
8102
  * @exampleComponent limel-example-file-input-type-filtering
8052
8103
  * @private
8053
8104
  */
@@ -8307,7 +8358,7 @@ declare namespace LocalJSX {
8307
8358
  * Background colors behind icons make them look like "call to action" buttons
8308
8359
  * and take a lot of attention from users.
8309
8360
  * :::
8310
- * @exampleComponent limel-example-header
8361
+ * @exampleComponent limel-example-header-basic
8311
8362
  * @exampleComponent limel-example-header-slot-actions
8312
8363
  * @exampleComponent limel-example-header-colors
8313
8364
  * @exampleComponent limel-example-header-responsive
@@ -8349,7 +8400,7 @@ declare namespace LocalJSX {
8349
8400
  * Using this component designers empower users to grasp the functionality
8350
8401
  * of an app more effortlessly, minimizes the learning curve,
8351
8402
  * transforming complex features into accessible opportunities for exploration.
8352
- * @exampleComponent limel-example-help
8403
+ * @exampleComponent limel-example-help-basic
8353
8404
  * @exampleComponent limel-example-read-more
8354
8405
  * @exampleComponent limel-example-open-direction
8355
8406
  * @exampleComponent limel-example-placement
@@ -8394,7 +8445,7 @@ declare namespace LocalJSX {
8394
8445
  * and to avoid importing styles separately.
8395
8446
  * Also this enables us to open the helper line in limel-portal,
8396
8447
  * more easily without having to send the styles to the portal.
8397
- * @exampleComponent limel-example-helper-line
8448
+ * @exampleComponent limel-example-helper-line-basic
8398
8449
  * @exampleComponent limel-example-helper-line-invalid
8399
8450
  * @exampleComponent limel-example-helper-line-long-text
8400
8451
  * @exampleComponent limel-example-helper-line-long-text-no-counter
@@ -8426,6 +8477,28 @@ declare namespace LocalJSX {
8426
8477
  */
8427
8478
  "maxLength"?: number;
8428
8479
  }
8480
+ /**
8481
+ * This is a display-only component used to visualize keyboard shortcuts.
8482
+ * It renders hotkey strings as styled `<kbd>` elements with
8483
+ * platform-aware glyphs (e.g. `⌘` on macOS, `⊞ Win` on Windows).
8484
+ * It does **not** listen for or handle any keyboard events.
8485
+ * Keyboard event handling is the responsibility of the parent component
8486
+ * (e.g. `limel-menu` or `limel-select`).
8487
+ * @exampleComponent limel-example-hotkey-basic
8488
+ * @exampleComponent limel-example-hotkey-disabled
8489
+ * @private
8490
+ */
8491
+ interface LimelHotkey {
8492
+ /**
8493
+ * When `true`, the hotkey is rendered in a visually disabled state.
8494
+ * @default false
8495
+ */
8496
+ "disabled"?: boolean;
8497
+ /**
8498
+ * The hotkey string to visualize, e.g. `"meta+c"` or `"shift+enter"`.
8499
+ */
8500
+ "value"?: string;
8501
+ }
8429
8502
  /**
8430
8503
  * :::important
8431
8504
  * To install your icon set correctly, please read the [documentation here](#/).
@@ -8490,7 +8563,7 @@ declare namespace LocalJSX {
8490
8563
  * If clicking on the component should navigate the user to
8491
8564
  * a new screen or web page, you need to provide a URL,
8492
8565
  * using the `link` property.
8493
- * @exampleComponent limel-example-info-tile
8566
+ * @exampleComponent limel-example-info-tile-basic
8494
8567
  * @exampleComponent limel-example-info-tile-badge
8495
8568
  * @exampleComponent limel-example-info-tile-progress
8496
8569
  * @exampleComponent limel-example-info-tile-loading
@@ -8676,7 +8749,7 @@ declare namespace LocalJSX {
8676
8749
  /**
8677
8750
  * The linear progress component can be used to visualize the current state of a progress in a scale;
8678
8751
  * for example percentage of completion of a task.
8679
- * @exampleComponent limel-example-linear-progress
8752
+ * @exampleComponent limel-example-linear-progress-basic
8680
8753
  * @exampleComponent limel-example-linear-progress-indeterminate
8681
8754
  * @exampleComponent limel-example-linear-progress-accessible-label
8682
8755
  * @exampleComponent limel-example-linear-progress-color
@@ -8703,7 +8776,7 @@ declare namespace LocalJSX {
8703
8776
  "value"?: number;
8704
8777
  }
8705
8778
  /**
8706
- * @exampleComponent limel-example-list
8779
+ * @exampleComponent limel-example-list-basic
8707
8780
  * @exampleComponent limel-example-list-secondary
8708
8781
  * @exampleComponent limel-example-list-separator
8709
8782
  * @exampleComponent limel-example-list-icons
@@ -8907,13 +8980,14 @@ declare namespace LocalJSX {
8907
8980
  * @exampleComponent limel-example-menu-icons
8908
8981
  * @exampleComponent limel-example-menu-badge-icons
8909
8982
  * @exampleComponent limel-example-menu-grid
8910
- * @exampleComponent limel-example-menu-hotkeys
8911
8983
  * @exampleComponent limel-example-menu-secondary-text
8912
8984
  * @exampleComponent limel-example-menu-notification
8913
8985
  * @exampleComponent limel-example-menu-sub-menus
8914
8986
  * @exampleComponent limel-example-menu-sub-menu-lazy-loading
8915
8987
  * @exampleComponent limel-example-menu-sub-menu-lazy-loading-infinite
8916
8988
  * @exampleComponent limel-example-menu-searchable
8989
+ * @exampleComponent limel-example-menu-hotkeys
8990
+ * @exampleComponent limel-example-menu-searchable-hotkeys
8917
8991
  * @exampleComponent limel-example-menu-composite
8918
8992
  */
8919
8993
  interface LimelMenu {
@@ -8999,6 +9073,15 @@ declare namespace LocalJSX {
8999
9073
  * Use to display optional keyboard shortcut or command hint, e.g. `⌘ + K`
9000
9074
  */
9001
9075
  "commandText"?: string;
9076
+ /**
9077
+ * Will be set to `true` when the menu item is disabled.
9078
+ * @default false
9079
+ */
9080
+ "disabled"?: boolean;
9081
+ /**
9082
+ * Hotkey to display. When provided, `commandText` is ignored.
9083
+ */
9084
+ "hotkey"?: string;
9002
9085
  /**
9003
9086
  * Shows a submenu chevron to indicate nested items
9004
9087
  * @default false
@@ -9649,7 +9732,7 @@ declare namespace LocalJSX {
9649
9732
  "selectedItem"?: ListItem<string | number>;
9650
9733
  }
9651
9734
  /**
9652
- * @exampleComponent limel-example-select
9735
+ * @exampleComponent limel-example-select-basic
9653
9736
  * @exampleComponent limel-example-select-with-icons
9654
9737
  * @exampleComponent limel-example-select-with-separators
9655
9738
  * @exampleComponent limel-example-select-with-secondary-text
@@ -9714,7 +9797,7 @@ declare namespace LocalJSX {
9714
9797
  * By default, this navigation will happen within the same browser tab.
9715
9798
  * However, it is possible to override that behavior, by specifying a `target`
9716
9799
  * for the `link` property
9717
- * @exampleComponent limel-example-shortcut
9800
+ * @exampleComponent limel-example-shortcut-basic
9718
9801
  * @exampleComponent limel-example-shortcut-notification
9719
9802
  * @exampleComponent limel-example-shortcut-styling
9720
9803
  * @exampleComponent limel-example-shortcut-with-click-handler
@@ -9834,7 +9917,7 @@ declare namespace LocalJSX {
9834
9917
  * For more complex interactions and for delivering more detailed information,
9835
9918
  * [Dialog](#/component/limel-dialog/) is a better choice.
9836
9919
  * :::
9837
- * @exampleComponent limel-example-snackbar
9920
+ * @exampleComponent limel-example-snackbar-basic
9838
9921
  * @exampleComponent limel-example-snackbar-with-action
9839
9922
  * @exampleComponent limel-example-snackbar-with-changing-messages
9840
9923
  * @exampleComponent limel-example-snackbar-dismissible
@@ -9885,7 +9968,7 @@ declare namespace LocalJSX {
9885
9968
  "timeout"?: number;
9886
9969
  }
9887
9970
  /**
9888
- * @exampleComponent limel-example-spinner
9971
+ * @exampleComponent limel-example-spinner-basic
9889
9972
  * @exampleComponent limel-example-spinner-color
9890
9973
  * @exampleComponent limel-example-spinner-size
9891
9974
  */
@@ -9965,7 +10048,7 @@ declare namespace LocalJSX {
9965
10048
  * Checkboxes are sometimes used interchangeably with switches in user interfaces.
9966
10049
  * But there is an important difference between the two! Please read our guidelines about
9967
10050
  * [Switch vs. Checkbox](#/DesignGuidelines/switch-vs-checkbox.md/).
9968
- * @exampleComponent limel-example-switch
10051
+ * @exampleComponent limel-example-switch-basic
9969
10052
  * @exampleComponent limel-example-switch-helper-text
9970
10053
  * @exampleComponent limel-example-switch-readonly
9971
10054
  */
@@ -10022,7 +10105,7 @@ declare namespace LocalJSX {
10022
10105
  * Avoid having long labels for tabs.
10023
10106
  * A tab will never be removed or get disabled, even if there is no content under it.
10024
10107
  * :::
10025
- * @exampleComponent limel-example-tab-bar
10108
+ * @exampleComponent limel-example-tab-bar-basic
10026
10109
  * @exampleComponent limel-example-tab-bar-with-dynamic-tab-width
10027
10110
  * @exampleComponent limel-example-tab-bar-with-equal-tab-width
10028
10111
  */
@@ -10049,7 +10132,7 @@ declare namespace LocalJSX {
10049
10132
  * load data or render anything until the tab is active.
10050
10133
  * The slotted components can also emit the `changeTab` event to update anything
10051
10134
  * inside the actual tab, e.g. to change the icon, color or badge.
10052
- * @exampleComponent limel-example-tab-panel
10135
+ * @exampleComponent limel-example-tab-panel-basic
10053
10136
  */
10054
10137
  interface LimelTabPanel {
10055
10138
  /**
@@ -10063,7 +10146,7 @@ declare namespace LocalJSX {
10063
10146
  "tabs"?: Tab[];
10064
10147
  }
10065
10148
  /**
10066
- * @exampleComponent limel-example-table
10149
+ * @exampleComponent limel-example-table-basic
10067
10150
  * @exampleComponent limel-example-table-custom-components
10068
10151
  * @exampleComponent limel-example-table-header-menu
10069
10152
  * @exampleComponent limel-example-table-movable-columns
@@ -10738,6 +10821,10 @@ declare namespace LocalJSX {
10738
10821
  "invalid": boolean;
10739
10822
  "helperTextId": string;
10740
10823
  }
10824
+ interface LimelHotkeyAttributes {
10825
+ "value": string;
10826
+ "disabled": boolean;
10827
+ }
10741
10828
  interface LimelIconAttributes {
10742
10829
  "size": IconSize;
10743
10830
  "name": string;
@@ -10825,6 +10912,8 @@ declare namespace LocalJSX {
10825
10912
  }
10826
10913
  interface LimelMenuItemMetaAttributes {
10827
10914
  "commandText": string;
10915
+ "hotkey": string;
10916
+ "disabled": boolean;
10828
10917
  "badge": string;
10829
10918
  "showChevron": boolean;
10830
10919
  }
@@ -11061,6 +11150,7 @@ declare namespace LocalJSX {
11061
11150
  "limel-help": Omit<LimelHelp, keyof LimelHelpAttributes> & { [K in keyof LimelHelp & keyof LimelHelpAttributes]?: LimelHelp[K] } & { [K in keyof LimelHelp & keyof LimelHelpAttributes as `attr:${K}`]?: LimelHelpAttributes[K] } & { [K in keyof LimelHelp & keyof LimelHelpAttributes as `prop:${K}`]?: LimelHelp[K] };
11062
11151
  "limel-help-content": Omit<LimelHelpContent, keyof LimelHelpContentAttributes> & { [K in keyof LimelHelpContent & keyof LimelHelpContentAttributes]?: LimelHelpContent[K] } & { [K in keyof LimelHelpContent & keyof LimelHelpContentAttributes as `attr:${K}`]?: LimelHelpContentAttributes[K] } & { [K in keyof LimelHelpContent & keyof LimelHelpContentAttributes as `prop:${K}`]?: LimelHelpContent[K] };
11063
11152
  "limel-helper-line": Omit<LimelHelperLine, keyof LimelHelperLineAttributes> & { [K in keyof LimelHelperLine & keyof LimelHelperLineAttributes]?: LimelHelperLine[K] } & { [K in keyof LimelHelperLine & keyof LimelHelperLineAttributes as `attr:${K}`]?: LimelHelperLineAttributes[K] } & { [K in keyof LimelHelperLine & keyof LimelHelperLineAttributes as `prop:${K}`]?: LimelHelperLine[K] };
11153
+ "limel-hotkey": Omit<LimelHotkey, keyof LimelHotkeyAttributes> & { [K in keyof LimelHotkey & keyof LimelHotkeyAttributes]?: LimelHotkey[K] } & { [K in keyof LimelHotkey & keyof LimelHotkeyAttributes as `attr:${K}`]?: LimelHotkeyAttributes[K] } & { [K in keyof LimelHotkey & keyof LimelHotkeyAttributes as `prop:${K}`]?: LimelHotkey[K] };
11064
11154
  "limel-icon": Omit<LimelIcon, keyof LimelIconAttributes> & { [K in keyof LimelIcon & keyof LimelIconAttributes]?: LimelIcon[K] } & { [K in keyof LimelIcon & keyof LimelIconAttributes as `attr:${K}`]?: LimelIconAttributes[K] } & { [K in keyof LimelIcon & keyof LimelIconAttributes as `prop:${K}`]?: LimelIcon[K] };
11065
11155
  "limel-icon-button": Omit<LimelIconButton, keyof LimelIconButtonAttributes> & { [K in keyof LimelIconButton & keyof LimelIconButtonAttributes]?: LimelIconButton[K] } & { [K in keyof LimelIconButton & keyof LimelIconButtonAttributes as `attr:${K}`]?: LimelIconButtonAttributes[K] } & { [K in keyof LimelIconButton & keyof LimelIconButtonAttributes as `prop:${K}`]?: LimelIconButton[K] };
11066
11156
  "limel-info-tile": Omit<LimelInfoTile, keyof LimelInfoTileAttributes> & { [K in keyof LimelInfoTile & keyof LimelInfoTileAttributes]?: LimelInfoTile[K] } & { [K in keyof LimelInfoTile & keyof LimelInfoTileAttributes as `attr:${K}`]?: LimelInfoTileAttributes[K] } & { [K in keyof LimelInfoTile & keyof LimelInfoTileAttributes as `prop:${K}`]?: LimelInfoTile[K] };
@@ -11167,13 +11257,13 @@ declare module "@stencil/core" {
11167
11257
  /**
11168
11258
  * The Badge component can be used to display a notification badge,
11169
11259
  * optionally with a number or a text label.
11170
- * @exampleComponent limel-example-badge
11260
+ * @exampleComponent limel-example-badge-basic
11171
11261
  * @exampleComponent limel-example-badge-number
11172
11262
  * @exampleComponent limel-example-badge-string
11173
11263
  */
11174
11264
  "limel-badge": LocalJSX.IntrinsicElements["limel-badge"] & JSXBase.HTMLAttributes<HTMLLimelBadgeElement>;
11175
11265
  /**
11176
- * @exampleComponent limel-example-banner
11266
+ * @exampleComponent limel-example-banner-basic
11177
11267
  */
11178
11268
  "limel-banner": LocalJSX.IntrinsicElements["limel-banner"] & JSXBase.HTMLAttributes<HTMLLimelBannerElement>;
11179
11269
  /**
@@ -11237,7 +11327,7 @@ declare module "@stencil/core" {
11237
11327
  * Within the group, icon buttons will all have the same width, while each text button
11238
11328
  * inherits its width from its content.
11239
11329
  * @exampleComponent limel-example-button-group-icons
11240
- * @exampleComponent limel-example-button-group
11330
+ * @exampleComponent limel-example-button-group-basic
11241
11331
  * @exampleComponent limel-example-button-group-mix
11242
11332
  * @exampleComponent limel-example-button-group-badges
11243
11333
  * @exampleComponent limel-example-button-group-composite
@@ -11329,7 +11419,7 @@ declare module "@stencil/core" {
11329
11419
  * Checkboxes are sometimes used interchangeably with switches in user interfaces.
11330
11420
  * But there is an important difference between the two! Please read our guidelines about
11331
11421
  * [Switch vs. Checkbox](#/DesignGuidelines/switch-vs-checkbox.md/).
11332
- * @exampleComponent limel-example-checkbox
11422
+ * @exampleComponent limel-example-checkbox-basic
11333
11423
  * @exampleComponent limel-example-checkbox-helper-text
11334
11424
  * @exampleComponent limel-example-checkbox-readonly
11335
11425
  */
@@ -11402,7 +11492,7 @@ declare module "@stencil/core" {
11402
11492
  * }
11403
11493
  * ```
11404
11494
  * :::
11405
- * @exampleComponent limel-example-chip-set
11495
+ * @exampleComponent limel-example-chip-set-basic
11406
11496
  * @exampleComponent limel-example-chip-set-choice
11407
11497
  * @exampleComponent limel-example-chip-set-filter
11408
11498
  * @exampleComponent limel-example-chip-set-filter-badge
@@ -11429,7 +11519,7 @@ declare module "@stencil/core" {
11429
11519
  * Of course such numbers, if bigger than `maxValue` will be visualized as a
11430
11520
  * full progress.
11431
11521
  * :::
11432
- * @exampleComponent limel-example-circular-progress
11522
+ * @exampleComponent limel-example-circular-progress-basic
11433
11523
  * @exampleComponent limel-example-circular-progress-sizes
11434
11524
  * @exampleComponent limel-example-circular-progress-props
11435
11525
  * @exampleComponent limel-example-circular-progress-css-variables
@@ -11452,7 +11542,7 @@ declare module "@stencil/core" {
11452
11542
  */
11453
11543
  "limel-code-diff": LocalJSX.IntrinsicElements["limel-code-diff"] & JSXBase.HTMLAttributes<HTMLLimelCodeDiffElement>;
11454
11544
  /**
11455
- * @exampleComponent limel-example-code-editor
11545
+ * @exampleComponent limel-example-code-editor-basic
11456
11546
  * @exampleComponent limel-example-code-editor-readonly-with-line-numbers
11457
11547
  * @exampleComponent limel-example-code-editor-fold-lint-wrap
11458
11548
  * @exampleComponent limel-example-code-editor-copy
@@ -11536,7 +11626,7 @@ declare module "@stencil/core" {
11536
11626
  * you should use the [DialogRenderer](https://lundalogik.github.io/lime-web-components/versions/latest/interfaces/DialogRenderer.html)
11537
11627
  * from Lime Web Components to open dialogs in Lime CRM.
11538
11628
  * :::
11539
- * @exampleComponent limel-example-dialog
11629
+ * @exampleComponent limel-example-dialog-basic
11540
11630
  * @exampleComponent limel-example-dialog-nested-close-events
11541
11631
  * @exampleComponent limel-example-dialog-heading
11542
11632
  * @exampleComponent limel-example-dialog-heading-actions
@@ -11590,7 +11680,7 @@ declare module "@stencil/core" {
11590
11680
  * of the Checkbox or Toggle switch in the `readonly` state may not always
11591
11681
  * provide the best way of _visualizing information_, potentially leading to
11592
11682
  * confusion and negatively affecting the end-users' experience.
11593
- * @exampleComponent limel-example-dynamic-label
11683
+ * @exampleComponent limel-example-dynamic-label-basic
11594
11684
  * @exampleComponent limel-example-dynamic-label-readonly-boolean
11595
11685
  */
11596
11686
  "limel-dynamic-label": LocalJSX.IntrinsicElements["limel-dynamic-label"] & JSXBase.HTMLAttributes<HTMLLimelDynamicLabelElement>;
@@ -11629,7 +11719,7 @@ declare module "@stencil/core" {
11629
11719
  * - Choose a file
11630
11720
  * and similar phrases...
11631
11721
  * :::
11632
- * @exampleComponent limel-example-file
11722
+ * @exampleComponent limel-example-file-basic
11633
11723
  * @exampleComponent limel-example-file-custom-icon
11634
11724
  * @exampleComponent limel-example-file-menu-items
11635
11725
  * @exampleComponent limel-example-file-accepted-types
@@ -11645,7 +11735,7 @@ declare module "@stencil/core" {
11645
11735
  * files (specified with the `accept` prop) a `filesRejected` event will be emitted.
11646
11736
  * The event detail would be an array of `FileInfo` objects,
11647
11737
  * each representing a file dropped into the dropzone.
11648
- * @exampleComponent limel-example-file-dropzone
11738
+ * @exampleComponent limel-example-file-dropzone-basic
11649
11739
  * @exampleComponent limel-example-file-dropzone-type-filtering
11650
11740
  * @private
11651
11741
  */
@@ -11659,7 +11749,7 @@ declare module "@stencil/core" {
11659
11749
  * After receiving the files, the component emits a `filesSelected` event.
11660
11750
  * The event detail would be an array of `FileInfo` objects,
11661
11751
  * each representing a file dropped into the dropzone.
11662
- * @exampleComponent limel-example-file-input
11752
+ * @exampleComponent limel-example-file-input-basic
11663
11753
  * @exampleComponent limel-example-file-input-type-filtering
11664
11754
  * @private
11665
11755
  */
@@ -11763,7 +11853,7 @@ declare module "@stencil/core" {
11763
11853
  * Background colors behind icons make them look like "call to action" buttons
11764
11854
  * and take a lot of attention from users.
11765
11855
  * :::
11766
- * @exampleComponent limel-example-header
11856
+ * @exampleComponent limel-example-header-basic
11767
11857
  * @exampleComponent limel-example-header-slot-actions
11768
11858
  * @exampleComponent limel-example-header-colors
11769
11859
  * @exampleComponent limel-example-header-responsive
@@ -11783,7 +11873,7 @@ declare module "@stencil/core" {
11783
11873
  * Using this component designers empower users to grasp the functionality
11784
11874
  * of an app more effortlessly, minimizes the learning curve,
11785
11875
  * transforming complex features into accessible opportunities for exploration.
11786
- * @exampleComponent limel-example-help
11876
+ * @exampleComponent limel-example-help-basic
11787
11877
  * @exampleComponent limel-example-read-more
11788
11878
  * @exampleComponent limel-example-open-direction
11789
11879
  * @exampleComponent limel-example-placement
@@ -11806,7 +11896,7 @@ declare module "@stencil/core" {
11806
11896
  * and to avoid importing styles separately.
11807
11897
  * Also this enables us to open the helper line in limel-portal,
11808
11898
  * more easily without having to send the styles to the portal.
11809
- * @exampleComponent limel-example-helper-line
11899
+ * @exampleComponent limel-example-helper-line-basic
11810
11900
  * @exampleComponent limel-example-helper-line-invalid
11811
11901
  * @exampleComponent limel-example-helper-line-long-text
11812
11902
  * @exampleComponent limel-example-helper-line-long-text-no-counter
@@ -11816,6 +11906,18 @@ declare module "@stencil/core" {
11816
11906
  * @private
11817
11907
  */
11818
11908
  "limel-helper-line": LocalJSX.IntrinsicElements["limel-helper-line"] & JSXBase.HTMLAttributes<HTMLLimelHelperLineElement>;
11909
+ /**
11910
+ * This is a display-only component used to visualize keyboard shortcuts.
11911
+ * It renders hotkey strings as styled `<kbd>` elements with
11912
+ * platform-aware glyphs (e.g. `⌘` on macOS, `⊞ Win` on Windows).
11913
+ * It does **not** listen for or handle any keyboard events.
11914
+ * Keyboard event handling is the responsibility of the parent component
11915
+ * (e.g. `limel-menu` or `limel-select`).
11916
+ * @exampleComponent limel-example-hotkey-basic
11917
+ * @exampleComponent limel-example-hotkey-disabled
11918
+ * @private
11919
+ */
11920
+ "limel-hotkey": LocalJSX.IntrinsicElements["limel-hotkey"] & JSXBase.HTMLAttributes<HTMLLimelHotkeyElement>;
11819
11921
  /**
11820
11922
  * :::important
11821
11923
  * To install your icon set correctly, please read the [documentation here](#/).
@@ -11844,7 +11946,7 @@ declare module "@stencil/core" {
11844
11946
  * If clicking on the component should navigate the user to
11845
11947
  * a new screen or web page, you need to provide a URL,
11846
11948
  * using the `link` property.
11847
- * @exampleComponent limel-example-info-tile
11949
+ * @exampleComponent limel-example-info-tile-basic
11848
11950
  * @exampleComponent limel-example-info-tile-badge
11849
11951
  * @exampleComponent limel-example-info-tile-progress
11850
11952
  * @exampleComponent limel-example-info-tile-loading
@@ -11875,14 +11977,14 @@ declare module "@stencil/core" {
11875
11977
  /**
11876
11978
  * The linear progress component can be used to visualize the current state of a progress in a scale;
11877
11979
  * for example percentage of completion of a task.
11878
- * @exampleComponent limel-example-linear-progress
11980
+ * @exampleComponent limel-example-linear-progress-basic
11879
11981
  * @exampleComponent limel-example-linear-progress-indeterminate
11880
11982
  * @exampleComponent limel-example-linear-progress-accessible-label
11881
11983
  * @exampleComponent limel-example-linear-progress-color
11882
11984
  */
11883
11985
  "limel-linear-progress": LocalJSX.IntrinsicElements["limel-linear-progress"] & JSXBase.HTMLAttributes<HTMLLimelLinearProgressElement>;
11884
11986
  /**
11885
- * @exampleComponent limel-example-list
11987
+ * @exampleComponent limel-example-list-basic
11886
11988
  * @exampleComponent limel-example-list-secondary
11887
11989
  * @exampleComponent limel-example-list-separator
11888
11990
  * @exampleComponent limel-example-list-icons
@@ -11970,13 +12072,14 @@ declare module "@stencil/core" {
11970
12072
  * @exampleComponent limel-example-menu-icons
11971
12073
  * @exampleComponent limel-example-menu-badge-icons
11972
12074
  * @exampleComponent limel-example-menu-grid
11973
- * @exampleComponent limel-example-menu-hotkeys
11974
12075
  * @exampleComponent limel-example-menu-secondary-text
11975
12076
  * @exampleComponent limel-example-menu-notification
11976
12077
  * @exampleComponent limel-example-menu-sub-menus
11977
12078
  * @exampleComponent limel-example-menu-sub-menu-lazy-loading
11978
12079
  * @exampleComponent limel-example-menu-sub-menu-lazy-loading-infinite
11979
12080
  * @exampleComponent limel-example-menu-searchable
12081
+ * @exampleComponent limel-example-menu-hotkeys
12082
+ * @exampleComponent limel-example-menu-searchable-hotkeys
11980
12083
  * @exampleComponent limel-example-menu-composite
11981
12084
  */
11982
12085
  "limel-menu": LocalJSX.IntrinsicElements["limel-menu"] & JSXBase.HTMLAttributes<HTMLLimelMenuElement>;
@@ -12180,7 +12283,7 @@ declare module "@stencil/core" {
12180
12283
  */
12181
12284
  "limel-radio-button-group": LocalJSX.IntrinsicElements["limel-radio-button-group"] & JSXBase.HTMLAttributes<HTMLLimelRadioButtonGroupElement>;
12182
12285
  /**
12183
- * @exampleComponent limel-example-select
12286
+ * @exampleComponent limel-example-select-basic
12184
12287
  * @exampleComponent limel-example-select-with-icons
12185
12288
  * @exampleComponent limel-example-select-with-separators
12186
12289
  * @exampleComponent limel-example-select-with-secondary-text
@@ -12199,7 +12302,7 @@ declare module "@stencil/core" {
12199
12302
  * By default, this navigation will happen within the same browser tab.
12200
12303
  * However, it is possible to override that behavior, by specifying a `target`
12201
12304
  * for the `link` property
12202
- * @exampleComponent limel-example-shortcut
12305
+ * @exampleComponent limel-example-shortcut-basic
12203
12306
  * @exampleComponent limel-example-shortcut-notification
12204
12307
  * @exampleComponent limel-example-shortcut-styling
12205
12308
  * @exampleComponent limel-example-shortcut-with-click-handler
@@ -12230,7 +12333,7 @@ declare module "@stencil/core" {
12230
12333
  * For more complex interactions and for delivering more detailed information,
12231
12334
  * [Dialog](#/component/limel-dialog/) is a better choice.
12232
12335
  * :::
12233
- * @exampleComponent limel-example-snackbar
12336
+ * @exampleComponent limel-example-snackbar-basic
12234
12337
  * @exampleComponent limel-example-snackbar-with-action
12235
12338
  * @exampleComponent limel-example-snackbar-with-changing-messages
12236
12339
  * @exampleComponent limel-example-snackbar-dismissible
@@ -12239,7 +12342,7 @@ declare module "@stencil/core" {
12239
12342
  */
12240
12343
  "limel-snackbar": LocalJSX.IntrinsicElements["limel-snackbar"] & JSXBase.HTMLAttributes<HTMLLimelSnackbarElement>;
12241
12344
  /**
12242
- * @exampleComponent limel-example-spinner
12345
+ * @exampleComponent limel-example-spinner-basic
12243
12346
  * @exampleComponent limel-example-spinner-color
12244
12347
  * @exampleComponent limel-example-spinner-size
12245
12348
  */
@@ -12270,7 +12373,7 @@ declare module "@stencil/core" {
12270
12373
  * Checkboxes are sometimes used interchangeably with switches in user interfaces.
12271
12374
  * But there is an important difference between the two! Please read our guidelines about
12272
12375
  * [Switch vs. Checkbox](#/DesignGuidelines/switch-vs-checkbox.md/).
12273
- * @exampleComponent limel-example-switch
12376
+ * @exampleComponent limel-example-switch-basic
12274
12377
  * @exampleComponent limel-example-switch-helper-text
12275
12378
  * @exampleComponent limel-example-switch-readonly
12276
12379
  */
@@ -12290,7 +12393,7 @@ declare module "@stencil/core" {
12290
12393
  * Avoid having long labels for tabs.
12291
12394
  * A tab will never be removed or get disabled, even if there is no content under it.
12292
12395
  * :::
12293
- * @exampleComponent limel-example-tab-bar
12396
+ * @exampleComponent limel-example-tab-bar-basic
12294
12397
  * @exampleComponent limel-example-tab-bar-with-dynamic-tab-width
12295
12398
  * @exampleComponent limel-example-tab-bar-with-equal-tab-width
12296
12399
  */
@@ -12307,11 +12410,11 @@ declare module "@stencil/core" {
12307
12410
  * load data or render anything until the tab is active.
12308
12411
  * The slotted components can also emit the `changeTab` event to update anything
12309
12412
  * inside the actual tab, e.g. to change the icon, color or badge.
12310
- * @exampleComponent limel-example-tab-panel
12413
+ * @exampleComponent limel-example-tab-panel-basic
12311
12414
  */
12312
12415
  "limel-tab-panel": LocalJSX.IntrinsicElements["limel-tab-panel"] & JSXBase.HTMLAttributes<HTMLLimelTabPanelElement>;
12313
12416
  /**
12314
- * @exampleComponent limel-example-table
12417
+ * @exampleComponent limel-example-table-basic
12315
12418
  * @exampleComponent limel-example-table-custom-components
12316
12419
  * @exampleComponent limel-example-table-header-menu
12317
12420
  * @exampleComponent limel-example-table-movable-columns