@limetech/lime-crm-building-blocks 1.115.1 → 1.116.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 (196) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/cjs/lime-crm-building-blocks.cjs.js +1 -1
  3. package/dist/cjs/{limebb-chat-item_2.cjs.entry.js → limebb-chat-icon-list_3.cjs.entry.js} +39 -3
  4. package/dist/cjs/limebb-chat-list.cjs.entry.js +37 -35
  5. package/dist/cjs/limebb-composer-toolbar.cjs.entry.js +2 -2
  6. package/dist/cjs/limebb-currency-picker.cjs.entry.js +1 -1
  7. package/dist/cjs/limebb-dashboard-widget.cjs.entry.js +1 -1
  8. package/dist/cjs/limebb-date-picker.cjs.entry.js +1 -1
  9. package/dist/cjs/limebb-date-range.cjs.entry.js +1 -1
  10. package/dist/cjs/limebb-document-chips.cjs.entry.js +1 -1
  11. package/dist/cjs/limebb-document-item.cjs.entry.js +2 -2
  12. package/dist/cjs/limebb-document-picker.cjs.entry.js +1 -1
  13. package/dist/cjs/limebb-feed-item-thumbnail-file-info.cjs.entry.js +1 -1
  14. package/dist/cjs/limebb-feed-timeline-item.cjs.entry.js +1 -1
  15. package/dist/cjs/limebb-feed.cjs.entry.js +1 -1
  16. package/dist/cjs/limebb-icon-picker.cjs.entry.js +1 -1
  17. package/dist/cjs/limebb-info-tile-format.cjs.entry.js +1 -1
  18. package/dist/cjs/limebb-info-tile.cjs.entry.js +1 -1
  19. package/dist/cjs/limebb-kanban-group.cjs.entry.js +1 -1
  20. package/dist/cjs/limebb-kanban-item.cjs.entry.js +1 -1
  21. package/dist/cjs/limebb-lime-query-builder.cjs.entry.js +1 -1
  22. package/dist/cjs/limebb-lime-query-filter-builder_3.cjs.entry.js +2 -2
  23. package/dist/cjs/limebb-lime-query-filter-comparison_2.cjs.entry.js +1 -1
  24. package/dist/cjs/limebb-lime-query-filter-group_3.cjs.entry.js +3 -3
  25. package/dist/cjs/limebb-lime-query-order-by-item.cjs.entry.js +2 -2
  26. package/dist/cjs/limebb-lime-query-response-format-builder.cjs.entry.js +1 -1
  27. package/dist/cjs/limebb-lime-query-response-format-editor_2.cjs.entry.js +1 -1
  28. package/dist/cjs/limebb-live-docs-info.cjs.entry.js +2 -2
  29. package/dist/cjs/limebb-locale-picker.cjs.entry.js +1 -1
  30. package/dist/cjs/limebb-mention-group-counter.cjs.entry.js +2 -2
  31. package/dist/cjs/limebb-navigation-button_2.cjs.entry.js +2 -2
  32. package/dist/cjs/limebb-notification-item.cjs.entry.js +1 -1
  33. package/dist/cjs/limebb-percentage-visualizer.cjs.entry.js +2 -2
  34. package/dist/cjs/limebb-text-editor.cjs.entry.js +1 -1
  35. package/dist/cjs/limebb-trend-indicator.cjs.entry.js +1 -1
  36. package/dist/cjs/loader.cjs.js +1 -1
  37. package/dist/collection/collection-manifest.json +1 -0
  38. package/dist/collection/components/chat-list/chat-icon-list/chat-icon-list.css +199 -0
  39. package/dist/collection/components/chat-list/chat-icon-list/chat-icon-list.js +74 -0
  40. package/dist/collection/components/chat-list/chat-icon-list/chat-icon-list.types.js +1 -0
  41. package/dist/collection/components/chat-list/chat-item/chat-item.js +2 -2
  42. package/dist/collection/components/chat-list/chat-list.js +18 -8
  43. package/dist/collection/components/chat-list/chat-list.types.js +1 -0
  44. package/dist/collection/components/chat-list/process-chat-items.js +26 -33
  45. package/dist/collection/components/chat-list/typing-indicator/typing-indicator.js +1 -1
  46. package/dist/collection/components/composer-toolbar/composer-toolbar.js +2 -2
  47. package/dist/collection/components/currency-picker/currency-picker.js +1 -1
  48. package/dist/collection/components/dashboard-widget/dashboard-widget.js +1 -1
  49. package/dist/collection/components/date-picker/date-picker.js +1 -1
  50. package/dist/collection/components/date-range/date-range.js +1 -1
  51. package/dist/collection/components/document-chips/document-chips.js +1 -1
  52. package/dist/collection/components/document-picker/document-item/document-item.js +2 -2
  53. package/dist/collection/components/document-picker/document-picker.js +1 -1
  54. package/dist/collection/components/feed/feed-item/feed-timeline-item.js +1 -1
  55. package/dist/collection/components/feed/feed-item-thumbnail-file-info/feed-item-thumbnail-file-info.js +1 -1
  56. package/dist/collection/components/feed/feed.js +1 -1
  57. package/dist/collection/components/icon-picker/icon-picker.js +1 -1
  58. package/dist/collection/components/info-tile/format/config/info-tile-format.js +1 -1
  59. package/dist/collection/components/info-tile/info-tile.js +1 -1
  60. package/dist/collection/components/kanban/kanban-group/kanban-group.js +1 -1
  61. package/dist/collection/components/kanban/kanban-item/kanban-item.js +1 -1
  62. package/dist/collection/components/lime-query-builder/expressions/lime-query-filter-comparison.js +1 -1
  63. package/dist/collection/components/lime-query-builder/expressions/lime-query-filter-group.js +2 -2
  64. package/dist/collection/components/lime-query-builder/expressions/lime-query-filter-not.js +1 -1
  65. package/dist/collection/components/lime-query-builder/lime-query-builder.js +1 -1
  66. package/dist/collection/components/lime-query-builder/lime-query-response-format-builder.js +1 -1
  67. package/dist/collection/components/lime-query-builder/limetype-field/limetype-field.js +1 -1
  68. package/dist/collection/components/lime-query-builder/order-by/order-by-editor.js +1 -1
  69. package/dist/collection/components/lime-query-builder/order-by/order-by-item.js +2 -2
  70. package/dist/collection/components/lime-query-builder/response-format/response-format-item.js +1 -1
  71. package/dist/collection/components/limeobject/file-viewer/live-docs-info.js +2 -2
  72. package/dist/collection/components/locale-picker/locale-picker.js +1 -1
  73. package/dist/collection/components/notification-list/notification-item/notification-item.js +1 -1
  74. package/dist/collection/components/percentage-visualizer/percentage-visualizer.js +2 -2
  75. package/dist/collection/components/summary-popover/summary-popover.js +2 -2
  76. package/dist/collection/components/text-editor/mention-group-counter.js +2 -2
  77. package/dist/collection/components/text-editor/text-editor.js +1 -1
  78. package/dist/collection/components/trend-indicator/trend-indicator.js +1 -1
  79. package/dist/components/chat-icon-list.js +55 -0
  80. package/dist/components/chat-item.js +2 -2
  81. package/dist/components/currency-picker.js +1 -1
  82. package/dist/components/date-picker.js +1 -1
  83. package/dist/components/document-item.js +2 -2
  84. package/dist/components/feed-item-thumbnail-file-info.js +1 -1
  85. package/dist/components/feed-timeline-item.js +1 -1
  86. package/dist/components/kanban-group.js +1 -1
  87. package/dist/components/kanban-item.js +1 -1
  88. package/dist/components/lime-query-filter-comparison.js +1 -1
  89. package/dist/components/lime-query-filter-expression.js +3 -3
  90. package/dist/components/limebb-chat-icon-list.d.ts +11 -0
  91. package/dist/components/limebb-chat-icon-list.js +6 -0
  92. package/dist/components/limebb-chat-list.js +44 -36
  93. package/dist/components/limebb-composer-toolbar.js +2 -2
  94. package/dist/components/limebb-dashboard-widget.js +1 -1
  95. package/dist/components/limebb-date-range.js +1 -1
  96. package/dist/components/limebb-document-chips.js +1 -1
  97. package/dist/components/limebb-document-picker.js +1 -1
  98. package/dist/components/limebb-feed.js +1 -1
  99. package/dist/components/limebb-icon-picker.js +1 -1
  100. package/dist/components/limebb-info-tile-format.js +1 -1
  101. package/dist/components/limebb-info-tile.js +1 -1
  102. package/dist/components/limebb-lime-query-builder.js +1 -1
  103. package/dist/components/limebb-lime-query-response-format-builder.js +1 -1
  104. package/dist/components/limebb-locale-picker.js +1 -1
  105. package/dist/components/limebb-mention-group-counter.js +2 -2
  106. package/dist/components/limebb-text-editor.js +1 -1
  107. package/dist/components/limebb-trend-indicator.js +1 -1
  108. package/dist/components/limetype-field.js +1 -1
  109. package/dist/components/live-docs-info.js +2 -2
  110. package/dist/components/notification-item.js +1 -1
  111. package/dist/components/order-by-editor.js +1 -1
  112. package/dist/components/order-by-item.js +2 -2
  113. package/dist/components/percentage-visualizer.js +2 -2
  114. package/dist/components/response-format-item.js +1 -1
  115. package/dist/components/summary-popover.js +2 -2
  116. package/dist/components/typing-indicator.js +1 -1
  117. package/dist/esm/lime-crm-building-blocks.js +1 -1
  118. package/dist/esm/{limebb-chat-item_2.entry.js → limebb-chat-icon-list_3.entry.js} +39 -4
  119. package/dist/esm/limebb-chat-list.entry.js +37 -35
  120. package/dist/esm/limebb-composer-toolbar.entry.js +2 -2
  121. package/dist/esm/limebb-currency-picker.entry.js +1 -1
  122. package/dist/esm/limebb-dashboard-widget.entry.js +1 -1
  123. package/dist/esm/limebb-date-picker.entry.js +1 -1
  124. package/dist/esm/limebb-date-range.entry.js +1 -1
  125. package/dist/esm/limebb-document-chips.entry.js +1 -1
  126. package/dist/esm/limebb-document-item.entry.js +2 -2
  127. package/dist/esm/limebb-document-picker.entry.js +1 -1
  128. package/dist/esm/limebb-feed-item-thumbnail-file-info.entry.js +1 -1
  129. package/dist/esm/limebb-feed-timeline-item.entry.js +1 -1
  130. package/dist/esm/limebb-feed.entry.js +1 -1
  131. package/dist/esm/limebb-icon-picker.entry.js +1 -1
  132. package/dist/esm/limebb-info-tile-format.entry.js +1 -1
  133. package/dist/esm/limebb-info-tile.entry.js +1 -1
  134. package/dist/esm/limebb-kanban-group.entry.js +1 -1
  135. package/dist/esm/limebb-kanban-item.entry.js +1 -1
  136. package/dist/esm/limebb-lime-query-builder.entry.js +1 -1
  137. package/dist/esm/limebb-lime-query-filter-builder_3.entry.js +2 -2
  138. package/dist/esm/limebb-lime-query-filter-comparison_2.entry.js +1 -1
  139. package/dist/esm/limebb-lime-query-filter-group_3.entry.js +3 -3
  140. package/dist/esm/limebb-lime-query-order-by-item.entry.js +2 -2
  141. package/dist/esm/limebb-lime-query-response-format-builder.entry.js +1 -1
  142. package/dist/esm/limebb-lime-query-response-format-editor_2.entry.js +1 -1
  143. package/dist/esm/limebb-live-docs-info.entry.js +2 -2
  144. package/dist/esm/limebb-locale-picker.entry.js +1 -1
  145. package/dist/esm/limebb-mention-group-counter.entry.js +2 -2
  146. package/dist/esm/limebb-navigation-button_2.entry.js +2 -2
  147. package/dist/esm/limebb-notification-item.entry.js +1 -1
  148. package/dist/esm/limebb-percentage-visualizer.entry.js +2 -2
  149. package/dist/esm/limebb-text-editor.entry.js +1 -1
  150. package/dist/esm/limebb-trend-indicator.entry.js +1 -1
  151. package/dist/esm/loader.js +1 -1
  152. package/dist/lime-crm-building-blocks/lime-crm-building-blocks.esm.js +1 -1
  153. package/dist/lime-crm-building-blocks/{p-22fffe85.entry.js → p-0190354e.entry.js} +1 -1
  154. package/dist/lime-crm-building-blocks/{p-375f40d9.entry.js → p-0707d5b0.entry.js} +1 -1
  155. package/dist/lime-crm-building-blocks/{p-a7e55181.entry.js → p-121877f3.entry.js} +1 -1
  156. package/dist/lime-crm-building-blocks/{p-8c3f563e.entry.js → p-1317cdfa.entry.js} +1 -1
  157. package/dist/lime-crm-building-blocks/{p-4066e17a.entry.js → p-1a89328d.entry.js} +1 -1
  158. package/dist/lime-crm-building-blocks/{p-7b5a1e83.entry.js → p-1b361f60.entry.js} +1 -1
  159. package/dist/lime-crm-building-blocks/{p-18d1ab86.entry.js → p-2612f2f6.entry.js} +1 -1
  160. package/dist/lime-crm-building-blocks/{p-9c334694.entry.js → p-2babfa69.entry.js} +1 -1
  161. package/dist/lime-crm-building-blocks/p-2d5e5ab5.entry.js +1 -0
  162. package/dist/lime-crm-building-blocks/{p-2ed843e9.entry.js → p-331fced5.entry.js} +1 -1
  163. package/dist/lime-crm-building-blocks/{p-3a7b37cc.entry.js → p-3a16d7cf.entry.js} +1 -1
  164. package/dist/lime-crm-building-blocks/{p-4dad4ce8.entry.js → p-3dd32e10.entry.js} +1 -1
  165. package/dist/lime-crm-building-blocks/{p-d7fc530f.entry.js → p-4894ca5d.entry.js} +1 -1
  166. package/dist/lime-crm-building-blocks/{p-6bf1ab6d.entry.js → p-4eb7a47c.entry.js} +1 -1
  167. package/dist/lime-crm-building-blocks/p-50abea43.entry.js +1 -0
  168. package/dist/lime-crm-building-blocks/{p-812bf26e.entry.js → p-520df198.entry.js} +1 -1
  169. package/dist/lime-crm-building-blocks/{p-94e6f0de.entry.js → p-5277ceca.entry.js} +1 -1
  170. package/dist/lime-crm-building-blocks/{p-9c204549.entry.js → p-548e0f2a.entry.js} +1 -1
  171. package/dist/lime-crm-building-blocks/{p-7a6c1595.entry.js → p-6fb504cb.entry.js} +1 -1
  172. package/dist/lime-crm-building-blocks/{p-81f8e5df.entry.js → p-7365ec1c.entry.js} +1 -1
  173. package/dist/lime-crm-building-blocks/{p-103654ac.entry.js → p-85709273.entry.js} +1 -1
  174. package/dist/lime-crm-building-blocks/{p-d5b835a6.entry.js → p-8dca4e46.entry.js} +1 -1
  175. package/dist/lime-crm-building-blocks/p-9c25aa2b.entry.js +1 -0
  176. package/dist/lime-crm-building-blocks/{p-dddd8a43.entry.js → p-a959dd49.entry.js} +1 -1
  177. package/dist/lime-crm-building-blocks/{p-20b5ff30.entry.js → p-b2763851.entry.js} +1 -1
  178. package/dist/lime-crm-building-blocks/{p-d9f76810.entry.js → p-b3ad9f5e.entry.js} +1 -1
  179. package/dist/lime-crm-building-blocks/{p-53d54dc8.entry.js → p-d9045aaa.entry.js} +1 -1
  180. package/dist/lime-crm-building-blocks/{p-9bc5caac.entry.js → p-d994067b.entry.js} +1 -1
  181. package/dist/lime-crm-building-blocks/{p-f31eeeaa.entry.js → p-da42650a.entry.js} +1 -1
  182. package/dist/lime-crm-building-blocks/{p-0d0f4c0f.entry.js → p-dae67f66.entry.js} +1 -1
  183. package/dist/lime-crm-building-blocks/{p-3b3e7328.entry.js → p-dce9c951.entry.js} +1 -1
  184. package/dist/lime-crm-building-blocks/{p-0eac6b68.entry.js → p-dd5af257.entry.js} +1 -1
  185. package/dist/lime-crm-building-blocks/{p-6bd5c65f.entry.js → p-ea4daa32.entry.js} +1 -1
  186. package/dist/types/components/chat-list/chat-icon-list/chat-icon-list.d.ts +19 -0
  187. package/dist/types/components/chat-list/chat-icon-list/chat-icon-list.types.d.ts +52 -0
  188. package/dist/types/components/chat-list/chat-list.d.ts +7 -2
  189. package/dist/types/components/chat-list/chat-list.types.d.ts +13 -0
  190. package/dist/types/components/chat-list/process-chat-items.d.ts +20 -28
  191. package/dist/types/components.d.ts +57 -4
  192. package/dist/types/interface.d.ts +2 -0
  193. package/package.json +2 -2
  194. package/dist/lime-crm-building-blocks/p-20939cd4.entry.js +0 -1
  195. package/dist/lime-crm-building-blocks/p-703fa2fe.entry.js +0 -1
  196. package/dist/lime-crm-building-blocks/p-7f72be40.entry.js +0 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## [1.116.0](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.115.1...v1.116.0) (2026-04-17)
2
+
3
+ ### Features
4
+
5
+
6
+ * **chat-list:** add ChatIconList and ChatIconListItem types ([19dc951](https://github.com/Lundalogik/lime-crm-building-blocks/commit/19dc951fa678aa11f47fd836f13be2d1c73965ef))
7
+ * **chat-list:** add limebb-chat-icon-list sub-component ([a9d985c](https://github.com/Lundalogik/lime-crm-building-blocks/commit/a9d985cbe78474aad6b165784756d9e34b48f6e7))
8
+ * **chat-list:** handle ChatIconList items in processing pipeline ([065e315](https://github.com/Lundalogik/lime-crm-building-blocks/commit/065e3150506b34372c150fc6717c57519cb09923))
9
+ * **chat-list:** render ChatIconList items via limebb-chat-icon-list ([a956414](https://github.com/Lundalogik/lime-crm-building-blocks/commit/a956414980354985dc97a6489d9dc523f322e4f4))
10
+
1
11
  ## [1.115.1](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.115.0...v1.115.1) (2026-04-16)
2
12
 
3
13
  ### Bug Fixes
@@ -19,7 +19,7 @@ var patchBrowser = () => {
19
19
 
20
20
  patchBrowser().then(async (options) => {
21
21
  await appGlobals.globalScripts();
22
- return index.bootstrapLazy(JSON.parse("[[\"limebb-lime-query-builder.cjs\",[[1,\"limebb-lime-query-builder\",{\"platform\":[16],\"context\":[16],\"value\":[16],\"label\":[1],\"activeLimetype\":[1,\"active-limetype\"],\"limetypes\":[32],\"mode\":[32],\"codeValue\":[32],\"limetype\":[32],\"filter\":[32],\"internalResponseFormat\":[32],\"limit\":[32],\"orderBy\":[32],\"description\":[32]}]]],[\"limebb-feed.cjs\",[[1,\"limebb-feed\",{\"platform\":[16],\"context\":[16],\"items\":[16],\"emptyStateMessage\":[1,\"empty-state-message\"],\"heading\":[1],\"loading\":[4],\"minutesOfProximity\":[2,\"minutes-of-proximity\"],\"totalCount\":[2,\"total-count\"],\"direction\":[513],\"lastVisitedTimestamp\":[1,\"last-visited-timestamp\"],\"highlightedItemId\":[8,\"highlighted-item-id\"]},null,{\"highlightedItemId\":[\"highlightedItemIdChanged\"]}]]],[\"limebb-kanban.cjs\",[[1,\"limebb-kanban\",{\"platform\":[16],\"context\":[16],\"groups\":[16]}]]],[\"limebb-lime-query-response-format-builder.cjs\",[[1,\"limebb-lime-query-response-format-builder\",{\"platform\":[16],\"context\":[16],\"limetype\":[1],\"value\":[16],\"label\":[1],\"helperText\":[1,\"helper-text\"],\"limetypes\":[32],\"mode\":[32],\"codeValue\":[32],\"internalValue\":[32]}]]],[\"limebb-chat-list.cjs\",[[1,\"limebb-chat-list\",{\"platform\":[16],\"context\":[16],\"items\":[16],\"loading\":[516],\"isTypingIndicatorVisible\":[516,\"is-typing-indicator-visible\"],\"lastVisitedTimestamp\":[513,\"last-visited-timestamp\"],\"order\":[513]},null,{\"items\":[\"handleItemsChange\"]}]]],[\"limebb-document-chips.cjs\",[[1,\"limebb-document-chips\",{\"accessibleLabel\":[513,\"accessible-label\"],\"files\":[16]},null,{\"files\":[\"onFilesChanged\"]}]]],[\"limebb-limeobject-file-viewer.cjs\",[[1,\"limebb-limeobject-file-viewer\",{\"platform\":[16],\"context\":[16],\"property\":[1],\"fileTypes\":[16],\"limeobject\":[32],\"limetype\":[32]}]]],[\"limebb-text-editor.cjs\",[[17,\"limebb-text-editor\",{\"platform\":[16],\"context\":[16],\"allowMentioning\":[4,\"allow-mentioning\"],\"contentType\":[1,\"content-type\"],\"language\":[513],\"disabled\":[516],\"readonly\":[516],\"helperText\":[513,\"helper-text\"],\"placeholder\":[513],\"label\":[513],\"invalid\":[516],\"required\":[516],\"selectedContext\":[16],\"ui\":[513],\"allowResize\":[4,\"allow-resize\"],\"value\":[1],\"draftIdentifier\":[1,\"draft-identifier\"],\"triggerMap\":[16],\"customElements\":[16],\"allowInlineImages\":[4,\"allow-inline-images\"],\"items\":[32],\"highlightedItemIndex\":[32],\"editorPickerQuery\":[32],\"searchableLimetypes\":[32],\"isPickerOpen\":[32],\"isSearching\":[32]},null,{\"isPickerOpen\":[\"watchOpen\"],\"editorPickerQuery\":[\"watchQuery\"]}]]],[\"limebb-data-cells.cjs\",[[1,\"limebb-data-cells\",{\"platform\":[16],\"context\":[16],\"limeobject\":[8],\"items\":[16]}]]],[\"limebb-date-range.cjs\",[[1,\"limebb-date-range\",{\"platform\":[16],\"context\":[16],\"startTime\":[16],\"endTime\":[16],\"startTimeLabel\":[1,\"start-time-label\"],\"endTimeLabel\":[1,\"end-time-label\"],\"language\":[1],\"timeFormat\":[1,\"time-format\"],\"type\":[1]}]]],[\"limebb-document-picker.cjs\",[[1,\"limebb-document-picker\",{\"platform\":[16],\"context\":[16],\"items\":[16],\"label\":[513],\"helperText\":[513,\"helper-text\"],\"invalid\":[516],\"required\":[516],\"type\":[513]}]]],[\"limebb-info-tile-currency-format.cjs\",[[1,\"limebb-info-tile-currency-format\",{\"platform\":[16],\"context\":[16],\"value\":[16]}]]],[\"limebb-notification-list.cjs\",[[1,\"limebb-notification-list\",{\"platform\":[16],\"context\":[16],\"items\":[16],\"loading\":[4],\"lastVisitedTimestamp\":[1,\"last-visited-timestamp\"]},null,{\"items\":[\"handleItemsChange\"]}]]],[\"limebb-alert-dialog.cjs\",[[1,\"limebb-alert-dialog\",{\"type\":[513],\"open\":[516],\"icon\":[513],\"heading\":[513],\"subheading\":[1]}]]],[\"limebb-browser.cjs\",[[17,\"limebb-browser\",{\"platform\":[16],\"context\":[16],\"items\":[16],\"layout\":[1],\"filter\":[32]}]]],[\"limebb-component-config.cjs\",[[1,\"limebb-component-config\",{\"platform\":[16],\"context\":[16],\"value\":[16],\"required\":[4],\"readonly\":[4],\"disabled\":[4],\"label\":[1],\"helperText\":[1,\"helper-text\"],\"formInfo\":[16],\"type\":[1],\"nameField\":[1,\"name-field\"],\"configComponent\":[32],\"configViewType\":[32]},null,{\"formInfo\":[\"watchFormInfo\"],\"configComponent\":[\"watchconfigComponent\"]}]]],[\"limebb-component-picker.cjs\",[[1,\"limebb-component-picker\",{\"platform\":[16],\"context\":[16],\"type\":[1],\"tags\":[16],\"value\":[1],\"copyLabel\":[1,\"copy-label\"],\"hideCopyButton\":[4,\"hide-copy-button\"],\"required\":[4],\"readonly\":[4],\"disabled\":[4],\"label\":[1],\"helperText\":[1,\"helper-text\"]}]]],[\"limebb-composer-toolbar.cjs\",[[1,\"limebb-composer-toolbar\",{\"platform\":[16],\"mentions\":[516],\"textSnippets\":[516,\"text-snippets\"],\"internalLinks\":[516,\"internal-links\"],\"richText\":[516,\"rich-text\"],\"fileInput\":[16]}]]],[\"limebb-dashboard-widget.cjs\",[[1,\"limebb-dashboard-widget\",{\"heading\":[513],\"subheading\":[513],\"supportingText\":[513,\"supporting-text\"],\"icon\":[513]}]]],[\"limebb-icon-picker.cjs\",[[1,\"limebb-icon-picker\",{\"value\":[1],\"required\":[4],\"readonly\":[4],\"invalid\":[4],\"disabled\":[4],\"label\":[1],\"helperText\":[1,\"helper-text\"]}]]],[\"limebb-info-tile.cjs\",[[1,\"limebb-info-tile\",{\"platform\":[16],\"context\":[16],\"filterId\":[513,\"filter-id\"],\"disabled\":[4],\"icon\":[513],\"label\":[1],\"prefix\":[1],\"suffix\":[1],\"propertyName\":[1,\"property-name\"],\"aggregateOperator\":[1,\"aggregate-operator\"],\"format\":[16],\"config\":[32],\"filters\":[32],\"value\":[32],\"loading\":[32],\"error\":[32],\"limetypes\":[32]},null,{\"filterId\":[\"watchFilterId\"],\"propertyName\":[\"watchPropertyName\"],\"aggregateOperator\":[\"watchAggregateOperator\"]}]]],[\"limebb-info-tile-date-format.cjs\",[[1,\"limebb-info-tile-date-format\",{\"value\":[16]}]]],[\"limebb-info-tile-decimal-format.cjs\",[[1,\"limebb-info-tile-decimal-format\",{\"value\":[16]}]]],[\"limebb-info-tile-format.cjs\",[[1,\"limebb-info-tile-format\",{\"platform\":[16],\"context\":[16],\"type\":[1],\"value\":[16]}]]],[\"limebb-info-tile-relative-date-format.cjs\",[[1,\"limebb-info-tile-relative-date-format\",{\"value\":[16]}]]],[\"limebb-info-tile-unit-format.cjs\",[[1,\"limebb-info-tile-unit-format\",{\"value\":[16]}]]],[\"limebb-loader.cjs\",[[1,\"limebb-loader\",{\"platform\":[16],\"context\":[16]}]]],[\"limebb-locale-picker.cjs\",[[1,\"limebb-locale-picker\",{\"platform\":[16],\"context\":[16],\"value\":[1],\"required\":[4],\"disabled\":[4],\"label\":[1],\"helperText\":[1,\"helper-text\"],\"readonly\":[4],\"multipleChoice\":[4,\"multiple-choice\"],\"allLanguages\":[32]}]]],[\"limebb-mention.cjs\",[[1,\"limebb-mention\",{\"limetype\":[1],\"objectid\":[2],\"limeobject\":[32]}]]],[\"limebb-mention-group-counter.cjs\",[[1,\"limebb-mention-group-counter\",{\"count\":[2],\"limetype\":[16],\"helperLabel\":[1,\"helper-label\"]}]]],[\"limebb-object-chip.cjs\",[[1,\"limebb-object-chip\",{\"limetype\":[1],\"objectid\":[2],\"size\":[1],\"platform\":[16],\"data\":[32]},null,{\"limetype\":[\"handlePropChange\"],\"objectid\":[\"handlePropChange\"]}]]],[\"limebb-trend-indicator.cjs\",[[1,\"limebb-trend-indicator\",{\"platform\":[16],\"context\":[16],\"value\":[520],\"formerValue\":[514,\"former-value\"],\"suffix\":[513],\"label\":[513],\"invalid\":[516],\"required\":[516],\"helperText\":[513,\"helper-text\"],\"reducePresence\":[516,\"reduce-presence\"]},null,{\"value\":[\"valueChanged\"]}]]],[\"limebb-feed-item-thumbnail-file-info.cjs\",[[1,\"limebb-feed-item-thumbnail-file-info\",{\"description\":[1]}]]],[\"limebb-feed-timeline-item.cjs\",[[1,\"limebb-feed-timeline-item\",{\"platform\":[16],\"context\":[16],\"item\":[16],\"ui\":[513],\"helperText\":[1,\"helper-text\"],\"hasError\":[516,\"has-error\"],\"isBundled\":[516,\"is-bundled\"],\"headingCanExpand\":[32],\"isHeadingExpanded\":[32],\"showMore\":[32],\"isTall\":[32]}]]],[\"limebb-kanban-group.cjs\",[[1,\"limebb-kanban-group\",{\"platform\":[16],\"context\":[16],\"identifier\":[1],\"heading\":[513],\"help\":[1],\"items\":[16],\"summary\":[1],\"loading\":[516],\"totalCount\":[514,\"total-count\"]}]]],[\"limebb-empty-state.cjs\",[[1,\"limebb-empty-state\",{\"heading\":[513],\"value\":[513],\"icon\":[16]}]]],[\"limebb-text-editor-picker.cjs\",[[1,\"limebb-text-editor-picker\",{\"items\":[16],\"open\":[516],\"isSearching\":[4,\"is-searching\"],\"emptyMessage\":[1,\"empty-message\"]},null,{\"open\":[\"watchOpen\"]}]]],[\"limebb-currency-picker.cjs\",[[1,\"limebb-currency-picker\",{\"platform\":[16],\"context\":[16],\"label\":[513],\"currencies\":[16],\"helperText\":[513,\"helper-text\"],\"required\":[516],\"readonly\":[516],\"invalid\":[516],\"disabled\":[516],\"value\":[1]}]]],[\"limebb-date-picker.cjs\",[[1,\"limebb-date-picker\",{\"platform\":[16],\"context\":[16],\"disabled\":[516],\"readonly\":[516],\"invalid\":[516],\"label\":[513],\"placeholder\":[513],\"helperText\":[513,\"helper-text\"],\"required\":[516],\"value\":[1],\"type\":[513]}]]],[\"limebb-document-item.cjs\",[[17,\"limebb-document-item\",{\"platform\":[16],\"context\":[16],\"item\":[16],\"type\":[513],\"fileTypes\":[16]}]]],[\"limebb-live-docs-info.cjs\",[[1,\"limebb-live-docs-info\"]]],[\"limebb-notification-item.cjs\",[[1,\"limebb-notification-item\",{\"platform\":[16],\"context\":[16],\"item\":[16]}]]],[\"limebb-percentage-visualizer.cjs\",[[1,\"limebb-percentage-visualizer\",{\"platform\":[16],\"context\":[16],\"value\":[520],\"rangeMax\":[514,\"range-max\"],\"rangeMin\":[514,\"range-min\"],\"multiplier\":[514],\"label\":[513],\"invalid\":[516],\"required\":[516],\"helperText\":[513,\"helper-text\"],\"reducePresence\":[516,\"reduce-presence\"],\"displayPercentageColors\":[516,\"display-percentage-colors\"]},null,{\"value\":[\"valueChanged\"]}]]],[\"limebb-kanban-item.cjs\",[[1,\"limebb-kanban-item\",{\"platform\":[16],\"context\":[16],\"item\":[16]}]]],[\"limebb-lime-query-order-by-item.cjs\",[[1,\"limebb-lime-query-order-by-item\",{\"platform\":[16],\"context\":[16],\"limetype\":[1],\"item\":[16]}]]],[\"limebb-chat-item_2.cjs\",[[1,\"limebb-chat-item\",{\"platform\":[16],\"context\":[16],\"item\":[16],\"helperText\":[1,\"helper-text\"],\"hasError\":[516,\"has-error\"]}],[1,\"limebb-typing-indicator\"]]],[\"limebb-property-selector.cjs\",[[1,\"limebb-property-selector\",{\"platform\":[16],\"context\":[16],\"limetype\":[1],\"value\":[1],\"label\":[1],\"required\":[4],\"helperText\":[1,\"helper-text\"],\"limetypes\":[32],\"isOpen\":[32],\"navigationPath\":[32]}]]],[\"limebb-lime-query-filter-comparison_2.cjs\",[[1,\"limebb-lime-query-filter-expression\",{\"platform\":[16],\"context\":[16],\"label\":[1],\"limetype\":[1],\"activeLimetype\":[1,\"active-limetype\"],\"expression\":[16]}],[1,\"limebb-lime-query-filter-comparison\",{\"platform\":[16],\"context\":[16],\"label\":[513],\"limetype\":[1],\"activeLimetype\":[1,\"active-limetype\"],\"expression\":[16]}]]],[\"limebb-lime-query-filter-builder_3.cjs\",[[1,\"limebb-lime-query-filter-builder\",{\"platform\":[16],\"context\":[16],\"limetype\":[1],\"activeLimetype\":[1,\"active-limetype\"],\"expression\":[16]}],[1,\"limebb-lime-query-order-by-editor\",{\"platform\":[16],\"context\":[16],\"limetype\":[1],\"value\":[16],\"label\":[1],\"items\":[32]},null,{\"value\":[\"handleValueChange\"]}],[0,\"limebb-limetype-field\",{\"platform\":[16],\"context\":[16],\"label\":[513],\"required\":[516],\"readonly\":[516],\"disabled\":[516],\"value\":[513],\"helperText\":[513,\"helper-text\"],\"invalid\":[4],\"limetypes\":[16],\"propertyFields\":[16],\"fieldName\":[1,\"field-name\"],\"formInfo\":[16]}]]],[\"limebb-lime-query-response-format-editor_2.cjs\",[[1,\"limebb-lime-query-response-format-editor\",{\"platform\":[16],\"context\":[16],\"limetype\":[1],\"value\":[16],\"label\":[1],\"items\":[32]}],[1,\"limebb-lime-query-response-format-item\",{\"platform\":[16],\"context\":[16],\"limetype\":[1],\"item\":[16],\"showAliasInput\":[32],\"showDescriptionInput\":[32]}]]],[\"limebb-navigation-button_2.cjs\",[[1,\"limebb-summary-popover\",{\"triggerDelay\":[514,\"trigger-delay\"],\"heading\":[513],\"subheading\":[513],\"image\":[16],\"file\":[16],\"icon\":[513],\"value\":[1],\"openDirection\":[513,\"open-direction\"],\"popoverMaxWidth\":[513,\"popover-max-width\"],\"popoverMaxHeight\":[513,\"popover-max-height\"],\"actions\":[16],\"isPopoverOpen\":[32]}],[17,\"limebb-navigation-button\",{\"href\":[513],\"tooltipLabel\":[513,\"tooltip-label\"],\"tooltipHelperLabel\":[513,\"tooltip-helper-label\"],\"type\":[513]}]]],[\"limebb-lime-query-filter-group_3.cjs\",[[1,\"limebb-lime-query-value-input\",{\"platform\":[16],\"context\":[16],\"limetype\":[1],\"activeLimetype\":[1,\"active-limetype\"],\"propertyPath\":[1,\"property-path\"],\"operator\":[1],\"value\":[8],\"label\":[1],\"limetypes\":[32],\"inputMode\":[32]}],[1,\"limebb-lime-query-filter-group\",{\"platform\":[16],\"context\":[16],\"limetype\":[1],\"activeLimetype\":[1,\"active-limetype\"],\"expression\":[16],\"value\":[32]}],[1,\"limebb-lime-query-filter-not\",{\"platform\":[16],\"context\":[16],\"label\":[1],\"limetype\":[1],\"activeLimetype\":[1,\"active-limetype\"],\"expression\":[16]}]]]]"), options);
22
+ return index.bootstrapLazy(JSON.parse("[[\"limebb-lime-query-builder.cjs\",[[1,\"limebb-lime-query-builder\",{\"platform\":[16],\"context\":[16],\"value\":[16],\"label\":[1],\"activeLimetype\":[1,\"active-limetype\"],\"limetypes\":[32],\"mode\":[32],\"codeValue\":[32],\"limetype\":[32],\"filter\":[32],\"internalResponseFormat\":[32],\"limit\":[32],\"orderBy\":[32],\"description\":[32]}]]],[\"limebb-feed.cjs\",[[1,\"limebb-feed\",{\"platform\":[16],\"context\":[16],\"items\":[16],\"emptyStateMessage\":[1,\"empty-state-message\"],\"heading\":[1],\"loading\":[4],\"minutesOfProximity\":[2,\"minutes-of-proximity\"],\"totalCount\":[2,\"total-count\"],\"direction\":[513],\"lastVisitedTimestamp\":[1,\"last-visited-timestamp\"],\"highlightedItemId\":[8,\"highlighted-item-id\"]},null,{\"highlightedItemId\":[\"highlightedItemIdChanged\"]}]]],[\"limebb-kanban.cjs\",[[1,\"limebb-kanban\",{\"platform\":[16],\"context\":[16],\"groups\":[16]}]]],[\"limebb-chat-list.cjs\",[[1,\"limebb-chat-list\",{\"platform\":[16],\"context\":[16],\"items\":[16],\"loading\":[516],\"isTypingIndicatorVisible\":[516,\"is-typing-indicator-visible\"],\"lastVisitedTimestamp\":[513,\"last-visited-timestamp\"],\"order\":[513]},null,{\"items\":[\"handleItemsChange\"]}]]],[\"limebb-lime-query-response-format-builder.cjs\",[[1,\"limebb-lime-query-response-format-builder\",{\"platform\":[16],\"context\":[16],\"limetype\":[1],\"value\":[16],\"label\":[1],\"helperText\":[1,\"helper-text\"],\"limetypes\":[32],\"mode\":[32],\"codeValue\":[32],\"internalValue\":[32]}]]],[\"limebb-document-chips.cjs\",[[1,\"limebb-document-chips\",{\"accessibleLabel\":[513,\"accessible-label\"],\"files\":[16]},null,{\"files\":[\"onFilesChanged\"]}]]],[\"limebb-limeobject-file-viewer.cjs\",[[1,\"limebb-limeobject-file-viewer\",{\"platform\":[16],\"context\":[16],\"property\":[1],\"fileTypes\":[16],\"limeobject\":[32],\"limetype\":[32]}]]],[\"limebb-text-editor.cjs\",[[17,\"limebb-text-editor\",{\"platform\":[16],\"context\":[16],\"allowMentioning\":[4,\"allow-mentioning\"],\"contentType\":[1,\"content-type\"],\"language\":[513],\"disabled\":[516],\"readonly\":[516],\"helperText\":[513,\"helper-text\"],\"placeholder\":[513],\"label\":[513],\"invalid\":[516],\"required\":[516],\"selectedContext\":[16],\"ui\":[513],\"allowResize\":[4,\"allow-resize\"],\"value\":[1],\"draftIdentifier\":[1,\"draft-identifier\"],\"triggerMap\":[16],\"customElements\":[16],\"allowInlineImages\":[4,\"allow-inline-images\"],\"items\":[32],\"highlightedItemIndex\":[32],\"editorPickerQuery\":[32],\"searchableLimetypes\":[32],\"isPickerOpen\":[32],\"isSearching\":[32]},null,{\"isPickerOpen\":[\"watchOpen\"],\"editorPickerQuery\":[\"watchQuery\"]}]]],[\"limebb-data-cells.cjs\",[[1,\"limebb-data-cells\",{\"platform\":[16],\"context\":[16],\"limeobject\":[8],\"items\":[16]}]]],[\"limebb-date-range.cjs\",[[1,\"limebb-date-range\",{\"platform\":[16],\"context\":[16],\"startTime\":[16],\"endTime\":[16],\"startTimeLabel\":[1,\"start-time-label\"],\"endTimeLabel\":[1,\"end-time-label\"],\"language\":[1],\"timeFormat\":[1,\"time-format\"],\"type\":[1]}]]],[\"limebb-document-picker.cjs\",[[1,\"limebb-document-picker\",{\"platform\":[16],\"context\":[16],\"items\":[16],\"label\":[513],\"helperText\":[513,\"helper-text\"],\"invalid\":[516],\"required\":[516],\"type\":[513]}]]],[\"limebb-info-tile-currency-format.cjs\",[[1,\"limebb-info-tile-currency-format\",{\"platform\":[16],\"context\":[16],\"value\":[16]}]]],[\"limebb-notification-list.cjs\",[[1,\"limebb-notification-list\",{\"platform\":[16],\"context\":[16],\"items\":[16],\"loading\":[4],\"lastVisitedTimestamp\":[1,\"last-visited-timestamp\"]},null,{\"items\":[\"handleItemsChange\"]}]]],[\"limebb-alert-dialog.cjs\",[[1,\"limebb-alert-dialog\",{\"type\":[513],\"open\":[516],\"icon\":[513],\"heading\":[513],\"subheading\":[1]}]]],[\"limebb-browser.cjs\",[[17,\"limebb-browser\",{\"platform\":[16],\"context\":[16],\"items\":[16],\"layout\":[1],\"filter\":[32]}]]],[\"limebb-component-config.cjs\",[[1,\"limebb-component-config\",{\"platform\":[16],\"context\":[16],\"value\":[16],\"required\":[4],\"readonly\":[4],\"disabled\":[4],\"label\":[1],\"helperText\":[1,\"helper-text\"],\"formInfo\":[16],\"type\":[1],\"nameField\":[1,\"name-field\"],\"configComponent\":[32],\"configViewType\":[32]},null,{\"formInfo\":[\"watchFormInfo\"],\"configComponent\":[\"watchconfigComponent\"]}]]],[\"limebb-component-picker.cjs\",[[1,\"limebb-component-picker\",{\"platform\":[16],\"context\":[16],\"type\":[1],\"tags\":[16],\"value\":[1],\"copyLabel\":[1,\"copy-label\"],\"hideCopyButton\":[4,\"hide-copy-button\"],\"required\":[4],\"readonly\":[4],\"disabled\":[4],\"label\":[1],\"helperText\":[1,\"helper-text\"]}]]],[\"limebb-composer-toolbar.cjs\",[[1,\"limebb-composer-toolbar\",{\"platform\":[16],\"mentions\":[516],\"textSnippets\":[516,\"text-snippets\"],\"internalLinks\":[516,\"internal-links\"],\"richText\":[516,\"rich-text\"],\"fileInput\":[16]}]]],[\"limebb-dashboard-widget.cjs\",[[1,\"limebb-dashboard-widget\",{\"heading\":[513],\"subheading\":[513],\"supportingText\":[513,\"supporting-text\"],\"icon\":[513]}]]],[\"limebb-icon-picker.cjs\",[[1,\"limebb-icon-picker\",{\"value\":[1],\"required\":[4],\"readonly\":[4],\"invalid\":[4],\"disabled\":[4],\"label\":[1],\"helperText\":[1,\"helper-text\"]}]]],[\"limebb-info-tile.cjs\",[[1,\"limebb-info-tile\",{\"platform\":[16],\"context\":[16],\"filterId\":[513,\"filter-id\"],\"disabled\":[4],\"icon\":[513],\"label\":[1],\"prefix\":[1],\"suffix\":[1],\"propertyName\":[1,\"property-name\"],\"aggregateOperator\":[1,\"aggregate-operator\"],\"format\":[16],\"config\":[32],\"filters\":[32],\"value\":[32],\"loading\":[32],\"error\":[32],\"limetypes\":[32]},null,{\"filterId\":[\"watchFilterId\"],\"propertyName\":[\"watchPropertyName\"],\"aggregateOperator\":[\"watchAggregateOperator\"]}]]],[\"limebb-info-tile-date-format.cjs\",[[1,\"limebb-info-tile-date-format\",{\"value\":[16]}]]],[\"limebb-info-tile-decimal-format.cjs\",[[1,\"limebb-info-tile-decimal-format\",{\"value\":[16]}]]],[\"limebb-info-tile-format.cjs\",[[1,\"limebb-info-tile-format\",{\"platform\":[16],\"context\":[16],\"type\":[1],\"value\":[16]}]]],[\"limebb-info-tile-relative-date-format.cjs\",[[1,\"limebb-info-tile-relative-date-format\",{\"value\":[16]}]]],[\"limebb-info-tile-unit-format.cjs\",[[1,\"limebb-info-tile-unit-format\",{\"value\":[16]}]]],[\"limebb-loader.cjs\",[[1,\"limebb-loader\",{\"platform\":[16],\"context\":[16]}]]],[\"limebb-locale-picker.cjs\",[[1,\"limebb-locale-picker\",{\"platform\":[16],\"context\":[16],\"value\":[1],\"required\":[4],\"disabled\":[4],\"label\":[1],\"helperText\":[1,\"helper-text\"],\"readonly\":[4],\"multipleChoice\":[4,\"multiple-choice\"],\"allLanguages\":[32]}]]],[\"limebb-mention.cjs\",[[1,\"limebb-mention\",{\"limetype\":[1],\"objectid\":[2],\"limeobject\":[32]}]]],[\"limebb-mention-group-counter.cjs\",[[1,\"limebb-mention-group-counter\",{\"count\":[2],\"limetype\":[16],\"helperLabel\":[1,\"helper-label\"]}]]],[\"limebb-object-chip.cjs\",[[1,\"limebb-object-chip\",{\"limetype\":[1],\"objectid\":[2],\"size\":[1],\"platform\":[16],\"data\":[32]},null,{\"limetype\":[\"handlePropChange\"],\"objectid\":[\"handlePropChange\"]}]]],[\"limebb-trend-indicator.cjs\",[[1,\"limebb-trend-indicator\",{\"platform\":[16],\"context\":[16],\"value\":[520],\"formerValue\":[514,\"former-value\"],\"suffix\":[513],\"label\":[513],\"invalid\":[516],\"required\":[516],\"helperText\":[513,\"helper-text\"],\"reducePresence\":[516,\"reduce-presence\"]},null,{\"value\":[\"valueChanged\"]}]]],[\"limebb-feed-item-thumbnail-file-info.cjs\",[[1,\"limebb-feed-item-thumbnail-file-info\",{\"description\":[1]}]]],[\"limebb-feed-timeline-item.cjs\",[[1,\"limebb-feed-timeline-item\",{\"platform\":[16],\"context\":[16],\"item\":[16],\"ui\":[513],\"helperText\":[1,\"helper-text\"],\"hasError\":[516,\"has-error\"],\"isBundled\":[516,\"is-bundled\"],\"headingCanExpand\":[32],\"isHeadingExpanded\":[32],\"showMore\":[32],\"isTall\":[32]}]]],[\"limebb-kanban-group.cjs\",[[1,\"limebb-kanban-group\",{\"platform\":[16],\"context\":[16],\"identifier\":[1],\"heading\":[513],\"help\":[1],\"items\":[16],\"summary\":[1],\"loading\":[516],\"totalCount\":[514,\"total-count\"]}]]],[\"limebb-empty-state.cjs\",[[1,\"limebb-empty-state\",{\"heading\":[513],\"value\":[513],\"icon\":[16]}]]],[\"limebb-text-editor-picker.cjs\",[[1,\"limebb-text-editor-picker\",{\"items\":[16],\"open\":[516],\"isSearching\":[4,\"is-searching\"],\"emptyMessage\":[1,\"empty-message\"]},null,{\"open\":[\"watchOpen\"]}]]],[\"limebb-currency-picker.cjs\",[[1,\"limebb-currency-picker\",{\"platform\":[16],\"context\":[16],\"label\":[513],\"currencies\":[16],\"helperText\":[513,\"helper-text\"],\"required\":[516],\"readonly\":[516],\"invalid\":[516],\"disabled\":[516],\"value\":[1]}]]],[\"limebb-date-picker.cjs\",[[1,\"limebb-date-picker\",{\"platform\":[16],\"context\":[16],\"disabled\":[516],\"readonly\":[516],\"invalid\":[516],\"label\":[513],\"placeholder\":[513],\"helperText\":[513,\"helper-text\"],\"required\":[516],\"value\":[1],\"type\":[513]}]]],[\"limebb-document-item.cjs\",[[17,\"limebb-document-item\",{\"platform\":[16],\"context\":[16],\"item\":[16],\"type\":[513],\"fileTypes\":[16]}]]],[\"limebb-live-docs-info.cjs\",[[1,\"limebb-live-docs-info\"]]],[\"limebb-notification-item.cjs\",[[1,\"limebb-notification-item\",{\"platform\":[16],\"context\":[16],\"item\":[16]}]]],[\"limebb-percentage-visualizer.cjs\",[[1,\"limebb-percentage-visualizer\",{\"platform\":[16],\"context\":[16],\"value\":[520],\"rangeMax\":[514,\"range-max\"],\"rangeMin\":[514,\"range-min\"],\"multiplier\":[514],\"label\":[513],\"invalid\":[516],\"required\":[516],\"helperText\":[513,\"helper-text\"],\"reducePresence\":[516,\"reduce-presence\"],\"displayPercentageColors\":[516,\"display-percentage-colors\"]},null,{\"value\":[\"valueChanged\"]}]]],[\"limebb-kanban-item.cjs\",[[1,\"limebb-kanban-item\",{\"platform\":[16],\"context\":[16],\"item\":[16]}]]],[\"limebb-property-selector.cjs\",[[1,\"limebb-property-selector\",{\"platform\":[16],\"context\":[16],\"limetype\":[1],\"value\":[1],\"label\":[1],\"required\":[4],\"helperText\":[1,\"helper-text\"],\"limetypes\":[32],\"isOpen\":[32],\"navigationPath\":[32]}]]],[\"limebb-lime-query-order-by-item.cjs\",[[1,\"limebb-lime-query-order-by-item\",{\"platform\":[16],\"context\":[16],\"limetype\":[1],\"item\":[16]}]]],[\"limebb-lime-query-filter-group_3.cjs\",[[1,\"limebb-lime-query-value-input\",{\"platform\":[16],\"context\":[16],\"limetype\":[1],\"activeLimetype\":[1,\"active-limetype\"],\"propertyPath\":[1,\"property-path\"],\"operator\":[1],\"value\":[8],\"label\":[1],\"limetypes\":[32],\"inputMode\":[32]}],[1,\"limebb-lime-query-filter-group\",{\"platform\":[16],\"context\":[16],\"limetype\":[1],\"activeLimetype\":[1,\"active-limetype\"],\"expression\":[16],\"value\":[32]}],[1,\"limebb-lime-query-filter-not\",{\"platform\":[16],\"context\":[16],\"label\":[1],\"limetype\":[1],\"activeLimetype\":[1,\"active-limetype\"],\"expression\":[16]}]]],[\"limebb-lime-query-filter-comparison_2.cjs\",[[1,\"limebb-lime-query-filter-expression\",{\"platform\":[16],\"context\":[16],\"label\":[1],\"limetype\":[1],\"activeLimetype\":[1,\"active-limetype\"],\"expression\":[16]}],[1,\"limebb-lime-query-filter-comparison\",{\"platform\":[16],\"context\":[16],\"label\":[513],\"limetype\":[1],\"activeLimetype\":[1,\"active-limetype\"],\"expression\":[16]}]]],[\"limebb-lime-query-filter-builder_3.cjs\",[[1,\"limebb-lime-query-filter-builder\",{\"platform\":[16],\"context\":[16],\"limetype\":[1],\"activeLimetype\":[1,\"active-limetype\"],\"expression\":[16]}],[1,\"limebb-lime-query-order-by-editor\",{\"platform\":[16],\"context\":[16],\"limetype\":[1],\"value\":[16],\"label\":[1],\"items\":[32]},null,{\"value\":[\"handleValueChange\"]}],[0,\"limebb-limetype-field\",{\"platform\":[16],\"context\":[16],\"label\":[513],\"required\":[516],\"readonly\":[516],\"disabled\":[516],\"value\":[513],\"helperText\":[513,\"helper-text\"],\"invalid\":[4],\"limetypes\":[16],\"propertyFields\":[16],\"fieldName\":[1,\"field-name\"],\"formInfo\":[16]}]]],[\"limebb-chat-icon-list_3.cjs\",[[1,\"limebb-chat-icon-list\",{\"item\":[16]}],[1,\"limebb-chat-item\",{\"platform\":[16],\"context\":[16],\"item\":[16],\"helperText\":[1,\"helper-text\"],\"hasError\":[516,\"has-error\"]}],[1,\"limebb-typing-indicator\"]]],[\"limebb-lime-query-response-format-editor_2.cjs\",[[1,\"limebb-lime-query-response-format-editor\",{\"platform\":[16],\"context\":[16],\"limetype\":[1],\"value\":[16],\"label\":[1],\"items\":[32]}],[1,\"limebb-lime-query-response-format-item\",{\"platform\":[16],\"context\":[16],\"limetype\":[1],\"item\":[16],\"showAliasInput\":[32],\"showDescriptionInput\":[32]}]]],[\"limebb-navigation-button_2.cjs\",[[1,\"limebb-summary-popover\",{\"triggerDelay\":[514,\"trigger-delay\"],\"heading\":[513],\"subheading\":[513],\"image\":[16],\"file\":[16],\"icon\":[513],\"value\":[1],\"openDirection\":[513,\"open-direction\"],\"popoverMaxWidth\":[513,\"popover-max-width\"],\"popoverMaxHeight\":[513,\"popover-max-height\"],\"actions\":[16],\"isPopoverOpen\":[32]}],[17,\"limebb-navigation-button\",{\"href\":[513],\"tooltipLabel\":[513,\"tooltip-label\"],\"tooltipHelperLabel\":[513,\"tooltip-helper-label\"],\"type\":[513]}]]]]"), options);
23
23
  });
24
24
 
25
25
  exports.setNonce = index.setNonce;
@@ -5,6 +5,41 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-519b904a.js');
6
6
  const index_esm = require('./index.esm-e01e9bd4.js');
7
7
 
8
+ const chatIconListCss = "@charset \"UTF-8\";*,*:before,*:after{box-sizing:border-box}:host(limebb-chat-icon-list){display:flex;align-items:center;gap:0.5rem;margin-right:auto;max-width:calc(100% - 2rem);padding:0 0.25rem}.label{font-size:0.75rem;color:rgb(var(--contrast-900))}.icons{display:flex;align-items:center;gap:0.25rem}.icons:hover limel-icon,.icons:focus-within limel-icon{margin-left:0 !important}limel-icon{--icon-background-color:rgb(var(--contrast-500), 0.5);transition:margin-left 0.2s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.2s ease, box-shadow 0.2s ease;position:relative;width:1.75rem;padding:0.375rem;flex-shrink:0}limel-icon:focus{outline:none}limel-icon:focus-visible{outline:none;box-shadow:var(--shadow-depth-8-focused)}limel-icon:not(.is-pending):not(:first-child){margin-left:-0.75rem}limel-icon.is-pending{animation:pending 3s linear infinite;padding:0.5rem}@media (prefers-reduced-motion: reduce){limel-icon.is-pending{animation:none;opacity:0.5}}limel-icon.is-pending:after{content:\"\";position:absolute;inset:0;width:1.75rem;height:1.75rem;border-radius:50%;pointer-events:none;border-radius:50%;border:0.125rem solid rgb(var(--color-white), 0.5);border-top-color:rgb(var(--color-black), 0.8);mix-blend-mode:color-dodge;animation:spin 1s cubic-bezier(0.4, 0, 0.2, 1) infinite}@media (prefers-reduced-motion: reduce){limel-icon.is-pending:after{display:none}}@keyframes pending{0%,20%,80%,100%{filter:grayscale(0%)}45%,55%{filter:grayscale(100%)}}@keyframes spin{to{transform:rotate(360deg)}}";
9
+ const LimebbChatIconListStyle0 = chatIconListCss;
10
+
11
+ const ChatIconListComponent = class {
12
+ constructor(hostRef) {
13
+ index.registerInstance(this, hostRef);
14
+ }
15
+ render() {
16
+ return (index.h(index.Host, { key: 'da304a611612575d870ff1a644d495cd60755095', id: this.item.id }, this.renderLabel(), index.h("div", { key: '220323ab4955f50a17d3fb1878c5cfc8f5d93190', class: "icons" }, this.item.icons.map((icon, index) => this.renderIcon(icon, index)))));
17
+ }
18
+ renderLabel() {
19
+ if (!this.item.label) {
20
+ return;
21
+ }
22
+ return index.h("span", { class: "label" }, this.item.label);
23
+ }
24
+ renderIcon(icon, index$1) {
25
+ const iconId = `icon-${this.item.id}-${index$1}`;
26
+ return [
27
+ index.h("limel-icon", { tabIndex: 0, key: index$1, id: iconId, badge: true, name: icon.name, class: { 'is-pending': !!icon.pending }, style: {
28
+ color: icon.color,
29
+ 'background-color': icon.backgroundColor,
30
+ } }),
31
+ this.renderTooltip(icon, iconId),
32
+ ];
33
+ }
34
+ renderTooltip(icon, iconId) {
35
+ if (!icon.title) {
36
+ return;
37
+ }
38
+ return index.h("limel-tooltip", { label: icon.title, elementId: iconId });
39
+ }
40
+ };
41
+ ChatIconListComponent.style = LimebbChatIconListStyle0;
42
+
8
43
  const chatItemCss = "@charset \"UTF-8\";*{box-sizing:border-box}:host(limebb-chat-item){display:flex;flex-direction:column;gap:0.25rem;min-width:0;min-height:0;max-width:calc(100% - 2rem)}.bubble-content{display:flex;gap:0.25rem;min-width:0;min-height:0}:host(limebb-chat-item:hover) .helper-text,:host(limebb-chat-item:hover) .timestamp,:host(limebb-chat-item:focus-within) .helper-text,:host(limebb-chat-item:focus-within) .timestamp{opacity:1}:host(limebb-chat-item.mine){margin-left:auto}:host(limebb-chat-item.mine) .item{border-bottom-right-radius:0.125rem;background-color:rgb(var(--color-sky-default), 0.2)}:host(limebb-chat-item.mine) .bubble-content{justify-content:end}:host(limebb-chat-item.mine) .icon-picture{order:2}:host(limebb-chat-item.theirs){margin-right:auto}:host(limebb-chat-item.theirs) .item{border-bottom-left-radius:0.125rem;background-color:rgb(var(--contrast-300), 0.7)}.item{display:flex;flex-direction:column;border-radius:1.25rem;padding:0 0.25rem 0.25rem 0.25rem;backdrop-filter:blur(0.5rem);-webkit-backdrop-filter:blur(0.5rem)}.icon-picture{display:flex;flex-direction:column;gap:0.5rem;align-items:center;justify-content:flex-end}.icon-picture:has(.author-avatar) limel-icon{width:1.25rem;padding:0.125rem}.icon{--icon-background-color:rgb(var(--contrast-500), 0.5);flex-shrink:0;padding:0.375rem;width:2.25rem;backdrop-filter:blur(0.5rem);-webkit-backdrop-filter:blur(0.5rem)}limel-ai-avatar.author-avatar{background-color:rgb(var(--color-glaucous-darker))}header{display:flex;justify-content:space-between;align-items:center;min-height:2rem;padding-left:0.5rem}header:not(:has(.unpromoted-actions-menu)){padding-right:0.5rem}.body-text{padding:0.25rem 0.5rem}footer{display:flex;justify-content:space-between;align-items:end;gap:0.5rem;font-size:x-small}footer:not(:empty){padding:0 0.25rem 0.125rem 0.5rem}footer *{transition:opacity 0.2s ease;opacity:0.4}.timestamp{margin-left:auto}.author-avatar{border-radius:50%;width:2rem;height:2rem;object-fit:cover;box-shadow:0 0 0 1px rgb(var(--contrast-600))}.author{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:500;text-decoration:none}a.author{position:relative;cursor:pointer;transition:color 0.2s ease;color:var(--mdc-theme-primary)}a.author:before{transition:opacity 0.2s ease, transform 0.3s ease-out;content:\"\";position:absolute;inset:auto 0 0 0;width:calc(100% - 0.5rem);margin:auto;height:0.125rem;border-radius:1rem;background-color:currentColor;opacity:0;transform:scale(0.6)}a.author:hover{color:rgb(var(--color-teal-light))}a.author:hover:before{opacity:0.3;transform:scale(1)}limel-action-bar{--action-bar-item-height:1.75rem;transition:opacity 0.2s ease;justify-content:flex-start;opacity:0.8}.action-bar{display:grid;transition:grid-template-rows var(--limebb-promoted-action-bar-grid-template-rows-transition-speed, 0.2s) cubic-bezier(1, 0.09, 0, 0.89) var(--limebb-promoted-action-bar-grid-template-rows-transition-delay, 0s);grid-template-rows:var(--limebb-promoted-action-bar-grid-template-rows, 1fr)}.action-bar-hider{overflow:hidden}limel-action-bar{transition:padding var(--limebb-promoted-action-bar-grid-template-rows-transition-speed) cubic-bezier(1, 0.09, 0, 0.89) var(--limebb-promoted-action-bar-grid-template-rows-transition-delay);padding-top:0;padding-bottom:0.75rem}:host(limebb-chat-item:hover) .action-bar,:host(limebb-chat-item:focus-within) .action-bar,:host(limebb-chat-item:focus-visible) .action-bar{--limebb-promoted-action-bar-grid-template-rows:1fr;will-change:grid-template-rows}:host(limebb-chat-item:hover) limel-action-bar,:host(limebb-chat-item:focus-within) limel-action-bar,:host(limebb-chat-item:focus-visible) limel-action-bar{will-change:opacity;opacity:1}:host(limebb-chat-item:hover),:host(limebb-chat-item:focus-within){--limebb-promoted-action-bar-grid-template-rows-transition-speed:0.46s;--limebb-promoted-action-bar-grid-template-rows-transition-delay:0.7s}.action-bar{min-width:0;width:calc(100% - calc(2rem + 0.25rem))}:host(limebb-chat-item.theirs) .action-bar{margin-left:calc(2rem + 0.25rem)}:host(limebb-chat-item[has-error]:not([has-error=false])) .bubble-content{cursor:help}:host(limebb-chat-item[has-error]:not([has-error=false])) .item{border:1px solid rgb(var(--color-red-default))}:host(limebb-chat-item[has-error]:not([has-error=false])) .error-sign{color:rgb(var(--color-red-default));flex-shrink:0;width:1.25rem;align-self:center}:host(limebb-chat-item.mine[has-error]:not([has-error=false])) .action-bar{padding-left:1.25rem}:host(limebb-chat-item.mine[has-error]:not([has-error=false])) .helper-text{opacity:1;color:rgb(var(--color-red-default))}";
9
44
  const LimebbChatItemStyle0 = chatItemCss;
10
45
 
@@ -67,9 +102,9 @@ const ChatListItem = class {
67
102
  }
68
103
  render() {
69
104
  const helperTextId = `helper-text-${this.item.id}`;
70
- return (index.h(index.Host, { key: 'df64ed9c4080499035f5d599fbf03edf2fc711bd', id: this.item.id, "aria-describedby": this.helperText ? helperTextId : undefined, "aria-live": this.hasError ? 'assertive' : 'off', class: {
105
+ return (index.h(index.Host, { key: '9833e3133c71a3c8f3d08e76b4d5411aff3620c3', id: this.item.id, "aria-describedby": this.helperText ? helperTextId : undefined, "aria-live": this.hasError ? 'assertive' : 'off', class: {
71
106
  [`${this.item.ui}`]: true,
72
- } }, index.h("div", { key: 'b615241104c1c5b93b4ead5adcb0ff40a6d61271', class: "bubble-content" }, index.h("div", { key: '2e23b9a4e8bc0709bfeb795cfe2590c244979b6f', class: "icon-picture" }, this.renderIcon(), this.renderAuthorPicture()), this.renderErrorSign(), index.h("div", { key: '2d2692e9d0627956a99e8486e44ca7fa9267a25e', class: "item" }, this.renderHeader(), this.renderValue(), index.h("footer", { key: '3b68b893d3c8a8e113ca3c15bf1d336e0722839f' }, this.renderHelperText(helperTextId), this.renderTimestamp()))), this.renderPromotedAction()));
107
+ } }, index.h("div", { key: '8598c560099d2980d7f9231613855e99053b4768', class: "bubble-content" }, index.h("div", { key: 'ae3df9343207f62d1d2a24b5bdf43ec42a58a5ee', class: "icon-picture" }, this.renderIcon(), this.renderAuthorPicture()), this.renderErrorSign(), index.h("div", { key: '15695f67beef723d5891cf56876c582f8a9b3dad', class: "item" }, this.renderHeader(), this.renderValue(), index.h("footer", { key: '4157f62d9d48f451068652fab65a968af7a44bde' }, this.renderHelperText(helperTextId), this.renderTimestamp()))), this.renderPromotedAction()));
73
108
  }
74
109
  renderErrorSign() {
75
110
  if (!this.hasError) {
@@ -172,10 +207,11 @@ const TypingIndicator = class {
172
207
  index.registerInstance(this, hostRef);
173
208
  }
174
209
  render() {
175
- return (index.h("div", { key: 'b935ce2320a2be224b39409f8787554acdc4118c', class: "typing-ellipsis" }, index.h("div", { key: '906f4069dda78564797563f516fa4f7202e280e2', class: "circle" }), index.h("div", { key: '9aa4aec7fef5b6194fe9ed200f77419435e4a68c', class: "circle" }), index.h("div", { key: 'b4993c098ffffc9fae8e5e32665bda523450409d', class: "circle" })));
210
+ return (index.h("div", { key: 'e2a950cc7f72a3c77e88a670dbf9e810213e41d1', class: "typing-ellipsis" }, index.h("div", { key: 'ada1d105e1db410000501e4dada0d2b451fad5e1', class: "circle" }), index.h("div", { key: '77d19496a93ac1c07f0731597cfbce43d25b3e4c', class: "circle" }), index.h("div", { key: '3c83392afe5049252b87da15095c13dae2fa6798', class: "circle" })));
176
211
  }
177
212
  };
178
213
  TypingIndicator.style = LimebbTypingIndicatorStyle0;
179
214
 
215
+ exports.limebb_chat_icon_list = ChatIconListComponent;
180
216
  exports.limebb_chat_item = ChatListItem;
181
217
  exports.limebb_typing_indicator = TypingIndicator;
@@ -5,30 +5,25 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-519b904a.js');
6
6
  const index_esm = require('./index.esm-e01e9bd4.js');
7
7
 
8
+ function isIconList(item) {
9
+ return 'type' in item && item.type === 'iconList';
10
+ }
11
+ function getProcessedItemTimestamp(item) {
12
+ if (item.type === 'chat' || item.type === 'iconList') {
13
+ return item.item.timestamp;
14
+ }
15
+ return undefined;
16
+ }
8
17
  /**
9
- * Processes a list of notifications by adding date headers and a "new items" indicator.
18
+ * Processes a list of chat list inputs by adding date headers and a "new items" indicator.
10
19
  *
11
- * @param items - The list of notification items to process. These items must be pre-sorted by their `timestamp` in descending order.
20
+ * @param items - The list of items to process. Pre-sorted by `timestamp` in descending order.
12
21
  * @param dateTimeFormatter - A service used to format dates for the date headers.
13
- * @param lastVisitedTimestamp - The timestamp of the user's last visit. This is used to determine where the "new items" indicator should be placed.
14
- *
15
- * @returns An array of processed items, including notifications, date headers, and a "new items" indicator if applicable.
16
- *
17
- * @example
18
- * const processedItems = processNotificationItems(
19
- * notifications,
20
- * dateTimeFormatter,
21
- * new Date('2024-09-01T10:00:00Z')
22
- * );
22
+ * @param lastVisitedTimestamp - The timestamp of the user's last visit. Used to position the
23
+ * "new items" indicator.
23
24
  *
24
- * // Output: [
25
- * // { type: 'dateHeader', date: '2024-09-01' },
26
- * // { type: 'notification', item: notification1 },
27
- * // { type: 'notification', item: notification2 },
28
- * // { type: 'newItemIndicator' },
29
- * // { type: 'dateHeader', date: '2024-08-31' },
30
- * // { type: 'notification', item: notification3 },
31
- * // ]
25
+ * @returns An array of processed items, including chat items, icon lists, date headers,
26
+ * and a "new items" indicator if applicable.
32
27
  */
33
28
  function processChatItems(items, dateTimeFormatter, lastVisitedTimestamp) {
34
29
  const initialContext = {
@@ -60,7 +55,12 @@ function createPipeline(initialContext, processors) {
60
55
  */
61
56
  function insertNotifications(context) {
62
57
  for (const item of context.items) {
63
- context.processedItems.push({ type: 'chat', item: item });
58
+ if (isIconList(item)) {
59
+ context.processedItems.push({ type: 'iconList', item: item });
60
+ }
61
+ else {
62
+ context.processedItems.push({ type: 'chat', item: item });
63
+ }
64
64
  }
65
65
  return context;
66
66
  }
@@ -72,16 +72,15 @@ function insertNewItemIndicator(context) {
72
72
  const processedWithIndicator = [];
73
73
  let newItemIndicatorInserted = context.newItemIndicatorInserted;
74
74
  for (const item of context.processedItems) {
75
- if (item.type === 'chat' &&
75
+ const timestamp = getProcessedItemTimestamp(item);
76
+ if (timestamp !== undefined &&
76
77
  context.lastVisitedTimestamp &&
77
78
  !newItemIndicatorInserted &&
78
- new Date(item.item.timestamp) <= context.lastVisitedTimestamp &&
79
+ new Date(timestamp) <= context.lastVisitedTimestamp &&
79
80
  context.hasUnseenNotifications) {
80
- // Insert the new item indicator before the first old notification
81
81
  processedWithIndicator.push({ type: 'newItemIndicator' });
82
82
  newItemIndicatorInserted = true;
83
83
  }
84
- // Push the current item to the new array
85
84
  processedWithIndicator.push(item);
86
85
  }
87
86
  context.processedItems = processedWithIndicator;
@@ -97,12 +96,10 @@ function insertDateGroups(context) {
97
96
  const newProcessedItems = [];
98
97
  let currentGroup = null;
99
98
  let lastProcessedDate = null;
100
- // Iterate through the notifications in processedItems
101
99
  for (const item of context.processedItems) {
102
- if (item.type === 'chat') {
100
+ if (item.type === 'chat' || item.type === 'iconList') {
103
101
  const currentTimestamp = new Date(item.item.timestamp);
104
102
  const currentDate = context.dateTimeFormatter.format(currentTimestamp, 'date');
105
- // If the date changes, push the previous group and create a new group
106
103
  if (currentDate !== lastProcessedDate) {
107
104
  if (currentGroup) {
108
105
  newProcessedItems.push(currentGroup);
@@ -115,26 +112,22 @@ function insertDateGroups(context) {
115
112
  };
116
113
  lastProcessedDate = currentDate;
117
114
  }
118
- // Add the notification to the current group
119
115
  if (currentGroup) {
120
116
  currentGroup.items.push(item);
121
117
  }
122
118
  }
123
119
  else if (item.type === 'newItemIndicator') {
124
- // Insert the newItemIndicator within the current group if it exists
125
120
  if (currentGroup) {
126
121
  currentGroup.items.push(item);
127
122
  }
128
123
  else {
129
- newProcessedItems.push(item); // Edge case: no group exists, just add the indicator
124
+ newProcessedItems.push(item);
130
125
  }
131
126
  }
132
127
  }
133
- // Push the last group, if it exists
134
128
  if (currentGroup) {
135
129
  newProcessedItems.push(currentGroup);
136
130
  }
137
- // Return updated context with grouped items
138
131
  return Object.assign(Object.assign({}, context), { processedItems: newProcessedItems });
139
132
  }
140
133
 
@@ -147,6 +140,9 @@ const ChatList = class {
147
140
  /**
148
141
  * List of items to display in the feed.
149
142
  * These items must be sorted by their `timestamp` in descending order.
143
+ *
144
+ * See the [ChatListItem](#/type/ChatListItem/) type for the kinds of
145
+ * items that can appear in the list.
150
146
  */
151
147
  this.items = [];
152
148
  /**
@@ -176,10 +172,10 @@ const ChatList = class {
176
172
  this.handleItemsChange();
177
173
  }
178
174
  render() {
179
- return (index.h(index.Host, { key: '1aa955956f1efb361777c52b27047a3169bb7492', class: {
175
+ return (index.h(index.Host, { key: '5eb5b8dde1fbec07b3c125752f561180ecbf2d71', class: {
180
176
  'is-empty': this.items.length === 0 &&
181
177
  !this.isTypingIndicatorVisible,
182
- }, "aria-busy": this.isBusy(), role: "log" }, this.renderSpinner(), index.h("div", { key: 'ca0412d181544f901b0741ce5753aba56cf35081', class: "typing-indicator-height-animation" }, index.h("div", { key: '107508f3a978f7cd8dd671fa12d6a57c86e8af82' }, this.renderTypingIndicator())), this.renderChatItems()));
178
+ }, "aria-busy": this.isBusy(), role: "log" }, this.renderSpinner(), index.h("div", { key: '706e0fe4eeb8f8afa40849b0422db06823614697', class: "typing-indicator-height-animation" }, index.h("div", { key: '6232ce470ae6ef21a87565ceb50f7cb9e3e251e5' }, this.renderTypingIndicator())), this.renderChatItems()));
183
179
  }
184
180
  renderSpinner() {
185
181
  if (!this.loading) {
@@ -213,6 +209,9 @@ const ChatList = class {
213
209
  if (item.type === 'chat') {
214
210
  return this.renderChatItem(item.item);
215
211
  }
212
+ else if (item.type === 'iconList') {
213
+ return this.renderIconList(item.item);
214
+ }
216
215
  else if (item.type === 'newItemIndicator') {
217
216
  return this.renderIndicator();
218
217
  }
@@ -231,6 +230,9 @@ const ChatList = class {
231
230
  renderChatItem(item) {
232
231
  return (index.h("limebb-chat-item", { platform: this.platform, context: this.context, item: item, helperText: item.helperText, hasError: item.hasError, key: item.id }));
233
232
  }
233
+ renderIconList(item) {
234
+ return index.h("limebb-chat-icon-list", { item: item, key: item.id });
235
+ }
234
236
  renderIndicator() {
235
237
  return (index.h("div", { class: "new-items-indicator", role: "separator" }, index.h("hr", null), index.h("h3", null, this.translator.get('webclient.new'))));
236
238
  }
@@ -69,8 +69,8 @@ const ComposerToolbar = class {
69
69
  }
70
70
  render() {
71
71
  return [
72
- index.h("div", { key: '7b2b399e4dde1bb090dcdec3021fbbf669ea7d74', class: "actions" }, index.h("slot", { key: '4c019b51586bb3256ac59ad46e5e996ef10bd890', name: "leading" }), this.renderFileInput(), this.renderTriggerActions(), index.h("slot", { key: '8daa1e5d6e5093042b46fbd5dd9f22e276ea08f1', name: "trailing" })),
73
- index.h("slot", { key: 'c59850954e112e1aac342f3dd1544d2f94e696ee', name: "primary-action" }),
72
+ index.h("div", { key: '109fcf87a4c41ab90a266cd38c81b014a1ac0e61', class: "actions" }, index.h("slot", { key: '57b03a926670b433480783760d33e0ca669e8f6a', name: "leading" }), this.renderFileInput(), this.renderTriggerActions(), index.h("slot", { key: 'cc8028bf90b55ed2355b11a96fb3e99bcb3b7c0f', name: "trailing" })),
73
+ index.h("slot", { key: '3e1f0f1b411817f15afd1940ff5e1400010604c3', name: "primary-action" }),
74
74
  ];
75
75
  }
76
76
  get translator() {
@@ -1853,7 +1853,7 @@ const CurrencyPicker = class {
1853
1853
  };
1854
1854
  }
1855
1855
  render() {
1856
- return (index.h("limel-picker", { key: '316356319724a700de717e4c41e94528f4020cb7', label: this.label || this.defaultLabel, value: this.createListItem(this.value), helperText: this.helperText, onChange: this.handleChange, badgeIcons: false, disabled: this.disabled, required: this.required, readonly: this.readonly, invalid: this.readonly, searcher: this.search }));
1856
+ return (index.h("limel-picker", { key: '6ae5e797b3bd810377ea30aa16a774f20107f1ba', label: this.label || this.defaultLabel, value: this.createListItem(this.value), helperText: this.helperText, onChange: this.handleChange, badgeIcons: false, disabled: this.disabled, required: this.required, readonly: this.readonly, invalid: this.readonly, searcher: this.search }));
1857
1857
  }
1858
1858
  getCurrencyName(code) {
1859
1859
  var _a;
@@ -21,7 +21,7 @@ const DashboardComponent = class {
21
21
  };
22
22
  }
23
23
  render() {
24
- return [this.renderHeader(), index.h("slot", { key: '3d016060b9b3287c330d1250c4f107fd2fb25612', name: "content" })];
24
+ return [this.renderHeader(), index.h("slot", { key: '4450486b9bf3fa4b35b6c2371338c29917cbe680', name: "content" })];
25
25
  }
26
26
  };
27
27
  DashboardComponent.style = LimebbDashboardWidgetStyle0;
@@ -77,7 +77,7 @@ const DatePicker = class {
77
77
  if (this.value) {
78
78
  this.shouldEmitValueAsString = typeof this.value === 'string';
79
79
  }
80
- return (index.h("limel-date-picker", { key: 'bea630f5e6668ca3e1d4ccab882c3b816d39344d', disabled: this.disabled, readonly: this.readonly, invalid: this.invalid, label: this.label, placeholder: this.placeholder, helperText: this.helperText, required: this.required, value: this.parseDateValue(), type: this.type, language: this.language, formatter: this.formatter, onChange: this.handleChange }));
80
+ return (index.h("limel-date-picker", { key: '2920f54b427c3530a324aa1ab817ffaec072953b', disabled: this.disabled, readonly: this.readonly, invalid: this.invalid, label: this.label, placeholder: this.placeholder, helperText: this.helperText, required: this.required, value: this.parseDateValue(), type: this.type, language: this.language, formatter: this.formatter, onChange: this.handleChange }));
81
81
  }
82
82
  parseDateValue() {
83
83
  const value = this.value;
@@ -26,7 +26,7 @@ const DateRange = class {
26
26
  this.originalEndTime = this.endTime;
27
27
  }
28
28
  render() {
29
- return (index.h("div", { key: '5ec890a021ae53b045046f7994a84a8d9c4698d9', class: "date-pickers" }, this.renderStartDatePicker(), this.renderEndDatePicker()));
29
+ return (index.h("div", { key: '8424fac6160776909ab0c809fdf01d5c32dd447f', class: "date-pickers" }, this.renderStartDatePicker(), this.renderEndDatePicker()));
30
30
  }
31
31
  renderStartDatePicker() {
32
32
  if (!this.originalStartTime) {
@@ -350,7 +350,7 @@ const DocumentChips = class {
350
350
  this.revokeAllBlobUrls();
351
351
  }
352
352
  render() {
353
- return (index.h(index.Host, { key: '6c8347de35ccd6061c8fa282820210f6a3bcc2c8', role: "list", "aria-label": this.accessibleLabel }, this.files.map((file) => this.renderFile(file))));
353
+ return (index.h(index.Host, { key: 'a8434c51cd27c94924e392983cb0983b1fbc7f62', role: "list", "aria-label": this.accessibleLabel }, this.files.map((file) => this.renderFile(file))));
354
354
  }
355
355
  renderFile(file) {
356
356
  const isReady = !file.uploadState || file.uploadState === 'done';
@@ -119,10 +119,10 @@ const DocumentItemComponent = class {
119
119
  render() {
120
120
  const isUnavailable = this.isUnavailable();
121
121
  const image = this.getImage();
122
- return (index.h(index.Host, { key: 'b8c73e13073f66162b66a62f88b8b301a6a139d4', id: String(this.item.file.id), class: {
122
+ return (index.h(index.Host, { key: 'da9f2c2289bd9117e1342e033f0574c48f47c614', id: String(this.item.file.id), class: {
123
123
  'has-image': !!image,
124
124
  'has-error': !!this.item.hasError,
125
- }, role: this.type === 'radio' ? 'radio' : 'checkbox', "aria-checked": this.item.selected ? 'true' : 'false', "aria-disabled": isUnavailable ? 'true' : 'false', tabIndex: isUnavailable ? -1 : 0 }, index.h("limel-card", { key: '19cf30dc7a3ce2647ddc2abbd177b9f18db8001d', image: image, clickable: isUnavailable ? false : true, onClick: this.handleDocumentItemClick, onKeyDown: this.handleKeyDown }, index.h("div", { key: 'd3a2c411d3cbbe4e554f9701af6f2191a4b2078d', slot: "component" }, this.renderFileSize(), this.renderBooleanInput())), this.renderHelp()));
125
+ }, role: this.type === 'radio' ? 'radio' : 'checkbox', "aria-checked": this.item.selected ? 'true' : 'false', "aria-disabled": isUnavailable ? 'true' : 'false', tabIndex: isUnavailable ? -1 : 0 }, index.h("limel-card", { key: '4edee10d15436ed2708931af383f059b93677f18', image: image, clickable: isUnavailable ? false : true, onClick: this.handleDocumentItemClick, onKeyDown: this.handleKeyDown }, index.h("div", { key: '78f1d689b91a521a9fc2a20226f3f67dfb5e7018', slot: "component" }, this.renderFileSize(), this.renderBooleanInput())), this.renderHelp()));
126
126
  }
127
127
  renderBooleanInput() {
128
128
  const id = this.getControlId();
@@ -71,7 +71,7 @@ const DocumentPicker = class {
71
71
  this.labelId = randomString.createRandomString();
72
72
  }
73
73
  render() {
74
- return (index.h(index.Host, { key: '8f6613354bdee3af42920f78325b2e1a76bbf91e' }, index.h("limel-notched-outline", { key: '9b4b665b76f4c1fc1047052824c7cff1dcd7c495', labelId: this.labelId, label: this.label, required: this.required, invalid: this.invalid, hasFloatingLabel: true }, index.h("limel-masonry-layout", { key: '1578066ee0b76f4344389a91c68b09b5955bae90', slot: "content", role: this.type === 'radio' ? 'radiogroup' : 'group', "aria-labelledby": this.label ? this.labelId : undefined, "aria-describedby": this.helperText ? this.helperTextId : undefined }, this.renderItems())), this.renderHelperLine()));
74
+ return (index.h(index.Host, { key: 'b28a99c85792d47c500bb2b91aa2011bd7298f48' }, index.h("limel-notched-outline", { key: 'c855f472a73f0f2d35a0f5452ea2fcd5d370e834', labelId: this.labelId, label: this.label, required: this.required, invalid: this.invalid, hasFloatingLabel: true }, index.h("limel-masonry-layout", { key: 'e333e8e2244e2e56abb178ea2359bcae5c8d699a', slot: "content", role: this.type === 'radio' ? 'radiogroup' : 'group', "aria-labelledby": this.label ? this.labelId : undefined, "aria-describedby": this.helperText ? this.helperTextId : undefined }, this.renderItems())), this.renderHelperLine()));
75
75
  }
76
76
  renderItems() {
77
77
  return this.items.map((item) => (index.h("limebb-document-item", { platform: this.platform, context: this.context, item: item, key: item.file.id, type: this.type, onInteract: this.handleItemInteract })));
@@ -12,7 +12,7 @@ const FeedItemThumbnailFileInfo = class {
12
12
  index.registerInstance(this, hostRef);
13
13
  }
14
14
  render() {
15
- return index.h("span", { key: 'e651265e23288802ee6d89e3cfe5e0f7bd8073c3' }, this.description);
15
+ return index.h("span", { key: '36256b59f8a04f0ae5628399d60c8b6f624a7823' }, this.description);
16
16
  }
17
17
  };
18
18
  FeedItemThumbnailFileInfo.style = LimebbFeedItemThumbnailFileInfoStyle0;
@@ -209,7 +209,7 @@ const FeedTimelineItem = class {
209
209
  render() {
210
210
  var _a, _b;
211
211
  const helperTextId = `helper-text-${this.item.id}`;
212
- return (index.h(index.Host, { key: 'de138a29c33bcf4b77e6699b4ecc5dd4acde1c56', id: this.item.id, class: {
212
+ return (index.h(index.Host, { key: 'bf4f899cd59906f66fb4ad419bca4dd57e7733ad', id: this.item.id, class: {
213
213
  'has-unpromoted-actions': !!((_a = this.item.unpromotedActions) === null || _a === void 0 ? void 0 : _a.length),
214
214
  'has-author-picture': !!((_b = this.item.author) === null || _b === void 0 ? void 0 : _b.picture),
215
215
  'shows-less': !this.showMore,
@@ -241,7 +241,7 @@ const Feed = class {
241
241
  this.highlighter.unregisterFeed(this.feedItemElement);
242
242
  }
243
243
  render() {
244
- return (index.h(index.Host, { key: 'b56f2996447a80c5cf12f83fce2ca05de53553e4', role: "log", "aria-busy": this.loading ? 'true' : 'false', style: {
244
+ return (index.h(index.Host, { key: 'ce3bdf0a1500bb43636b4632c6b37c5041008795', role: "log", "aria-busy": this.loading ? 'true' : 'false', style: {
245
245
  '--limebb-feed-highlight-duration': `${ITEM_HIGHLIGHT_DURATION}ms`,
246
246
  } }, this.renderLoadMore(), this.renderEmptyFeedMessage(), this.renderSpinner(), this.renderFeedItems()));
247
247
  }
@@ -52997,7 +52997,7 @@ const IconPicker = class {
52997
52997
  icon: this.value,
52998
52998
  };
52999
52999
  }
53000
- return (index.h("limel-picker", { key: 'd86348e6a8d4e6aa03ac880565cfd53eccfa4aff', label: this.label, helperText: this.helperText, disabled: this.disabled, readonly: this.readonly, invalid: this.invalid, required: this.required, value: value, searcher: this.search, onChange: this.handleChange, badgeIcons: false, leadingIcon: "search", searchLabel: "Start typing to find the right icon" }));
53000
+ return (index.h("limel-picker", { key: 'd899650ef643e6192247e252cedcd4cd2cc0ca44', label: this.label, helperText: this.helperText, disabled: this.disabled, readonly: this.readonly, invalid: this.invalid, required: this.required, value: value, searcher: this.search, onChange: this.handleChange, badgeIcons: false, leadingIcon: "search", searchLabel: "Start typing to find the right icon" }));
53001
53001
  }
53002
53002
  };
53003
53003
 
@@ -96,7 +96,7 @@ const InfoTileAdminConfig = class {
96
96
  },
97
97
  ];
98
98
  return [
99
- index.h("limel-button-group", { key: 'cac8e4793eb19e3f4d959a7a53115954b190eddf', value: buttons.filter(this.isValidButton), onChange: this.handleChangeType }),
99
+ index.h("limel-button-group", { key: 'e286565f45b3a71b7b666e1479f33b1e8dc25c0f', value: buttons.filter(this.isValidButton), onChange: this.handleChangeType }),
100
100
  this.renderFormatConfig(),
101
101
  ];
102
102
  }
@@ -437,7 +437,7 @@ const InfoTile = class {
437
437
  const errorProps = Object.assign(Object.assign({}, baseProps), { icon: 'error', prefix: 'ERROR', loading: true, label: this.getLabel(filter) });
438
438
  const normalProps = Object.assign(Object.assign({}, baseProps), { label: this.getLabel(filter), link: this.getLink(filter), loading: this.loading, value: value === null || value === void 0 ? void 0 : value.value.trim() });
439
439
  const props = !filter || this.error ? errorProps : normalProps;
440
- return (index.h("limel-info-tile", Object.assign({ key: '1211ee931d2cf7a5a3c13896515812ddbcab29f2', class: { error: !filter || this.error } }, props)));
440
+ return (index.h("limel-info-tile", Object.assign({ key: '95cff868253a68eefdf7845a344c41c5b37a2bb8', class: { error: !filter || this.error } }, props)));
441
441
  }
442
442
  getFormattedValue() {
443
443
  if (!this.value && this.value !== 0) {
@@ -32,7 +32,7 @@ const KanbanGroup = class {
32
32
  };
33
33
  }
34
34
  render() {
35
- return (index.h(index.Host, { key: '45122f5462476d2c0c9a44af4c5281ef510fdea1' }, this.renderHelp(), this.renderGroupHeading(), this.renderGroupSummary(), this.renderItems()));
35
+ return (index.h(index.Host, { key: '0c8691aa3188af6fe8827e62142815a618dad01a' }, this.renderHelp(), this.renderGroupHeading(), this.renderGroupSummary(), this.renderItems()));
36
36
  }
37
37
  renderGroupSummary() {
38
38
  if (!this.summary || !this.totalCount) {
@@ -60,7 +60,7 @@ const KanbanItemComponent = class {
60
60
  }
61
61
  render() {
62
62
  var _a, _b;
63
- return (index.h(index.Host, { key: 'b426be161e49623843ff6c47cddad048177ca441', id: this.item.id.toString(), class: {
63
+ return (index.h(index.Host, { key: '297aa0618ff2077dae64710ecb1651a1ae766873', id: this.item.id.toString(), class: {
64
64
  'has-unpromoted-actions': !!((_a = this.item.unpromotedActions) === null || _a === void 0 ? void 0 : _a.length),
65
65
  'is-selected': !!((_b = this.item) === null || _b === void 0 ? void 0 : _b.selected),
66
66
  }, style: {
@@ -154,7 +154,7 @@ const LimeQueryBuilder = class {
154
154
  }
155
155
  }
156
156
  render() {
157
- return (index.h(index.Host, { key: '883901b3f445419dad53e7c02dd160ad7483c0cb' }, this.renderHeader(), this.renderContent()));
157
+ return (index.h(index.Host, { key: '8c454a860751d71379bf02e736ab361205bd8617' }, this.renderHeader(), this.renderContent()));
158
158
  }
159
159
  renderContent() {
160
160
  const visualModeSupported = this.checkVisualModeSupport();
@@ -199,7 +199,7 @@ const OrderByEditor = class {
199
199
  }
200
200
  }
201
201
  render() {
202
- return (index.h(index.Host, { key: 'accbc6c9e4d55d7480a0742da0bc96db3077fbf1' }, this.renderEmptyState(), this.renderOrderByEditor()));
202
+ return (index.h(index.Host, { key: 'd99da16b1ba63352f83dfd7f9edaa5c9fd7d97cc' }, this.renderEmptyState(), this.renderOrderByEditor()));
203
203
  }
204
204
  renderEmptyState() {
205
205
  if (this.limetype) {
@@ -327,7 +327,7 @@ const LimetypeField = class {
327
327
  value: '',
328
328
  };
329
329
  options.unshift(emptyOption);
330
- return (index.h("limel-select", { key: '6157ed54a38920f001fa79b5a39c48b677826dd5', label: this.label, options: options, value: selectedOption, required: this.required, helperText: this.helperText, invalid: invalid, disabled: this.disabled || this.readonly, onChange: this.handleChange }));
330
+ return (index.h("limel-select", { key: '6afce0cc51d4c8175599d36c6035316b0dcaf165', label: this.label, options: options, value: selectedOption, required: this.required, helperText: this.helperText, invalid: invalid, disabled: this.disabled || this.readonly, onChange: this.handleChange }));
331
331
  }
332
332
  componentWillRender() {
333
333
  this.updatePropertyFields(this.value || '');
@@ -110,7 +110,7 @@ const LimeQueryFilterComparisonComponent = class {
110
110
  };
111
111
  }
112
112
  render() {
113
- return (index.h(index.Host, { key: '008be722e21a16f4e2f80f655f70a564a9b1e38d' }, this.renderHeader(), index.h("div", { key: '2cd041b142596671c7ead3849406b8fa65c29926', class: "expression-container" }, this.renderPropertySelector(), this.renderOperator(), this.renderValueInput(), index.h("limel-icon-button", { key: '1fb2fc8a0cec0b70f5d3c24a976f0f436a294eae', class: "remove", icon: "trash", label: "Remove condition", onClick: this.removeExpression }))));
113
+ return (index.h(index.Host, { key: 'b42fd5bee8ad3cdf70dc67ef836fc5dd038f64ef' }, this.renderHeader(), index.h("div", { key: 'e81cc3854bc63d1aa27bb476c5bc4f9a81357262', class: "expression-container" }, this.renderPropertySelector(), this.renderOperator(), this.renderValueInput(), index.h("limel-icon-button", { key: 'ceab776a7de2cf47b42b93b06f2d72ea38627b6d', class: "remove", icon: "trash", label: "Remove condition", onClick: this.removeExpression }))));
114
114
  }
115
115
  renderHeader() {
116
116
  if (!this.label) {
@@ -184,9 +184,9 @@ const LimeQueryFilterGroupComponent = class {
184
184
  (this.expression.op === index_esm.re.AND ? 'and' : 'or')) || this.options[0];
185
185
  }
186
186
  render() {
187
- return (index.h(index.Host, { key: 'a93a715b9bd65e6e9381083aef11951588471fc5', style: {
187
+ return (index.h(index.Host, { key: 'c47d52a6ba4d36d3f4f97eb6d8bf8459c5bbda73', style: {
188
188
  '--limebb-lime-query-filter-group-operator': `"${this.expression.op === index_esm.re.AND ? 'AND' : 'OR'}"`,
189
- } }, index.h("div", { key: 'efbf025924e34613504f38db66affa1650bfe70c', class: "expression" }, this.renderHeader(), index.h("ul", { key: '6e287058fb7969124e4f22b42b32b14d80c0511f' }, this.expression.exp.map(this.renderChildExpression), this.renderAddButton()), this.renderAddGroupButton())));
189
+ } }, index.h("div", { key: 'ac9897b5c0cf7ad4e30c4bbb08df5be46bee61f4', class: "expression" }, this.renderHeader(), index.h("ul", { key: 'c02f76fa8ed8b595215feacc7bcb7fe55564b03a' }, this.expression.exp.map(this.renderChildExpression), this.renderAddButton()), this.renderAddGroupButton())));
190
190
  }
191
191
  renderHeader() {
192
192
  const subheading = this.getSubheading();
@@ -241,7 +241,7 @@ const LimeQueryFilterNotComponent = class {
241
241
  };
242
242
  }
243
243
  render() {
244
- return (index.h("div", { key: '2967dd36cabe81bc1f140be7d11d471b1f29f5e7', class: "expression" }, this.label && index.h("limel-header", { key: '5a7ab204d8c0d45706ad61b1db8d1ef3acfb0731', heading: this.label }), index.h("limebb-lime-query-filter-expression", { key: 'ee8ea7f9eeb111d77abbcecd98d61e550ff8cdb9', platform: this.platform, context: this.context, label: "Not", limetype: this.limetype, activeLimetype: this.activeLimetype, expression: this.expression.exp, onExpressionChange: this.handleExpressionChange })));
244
+ return (index.h("div", { key: 'd2aba5cccb2e74ab91041833863a1c9329b9933a', class: "expression" }, this.label && index.h("limel-header", { key: '0e12b36710cba76d35f623cb8d6d008fc0f134e9', heading: this.label }), index.h("limebb-lime-query-filter-expression", { key: '13a64f29bc5339a43641eba8678595c225a09b7a', platform: this.platform, context: this.context, label: "Not", limetype: this.limetype, activeLimetype: this.activeLimetype, expression: this.expression.exp, onExpressionChange: this.handleExpressionChange })));
245
245
  }
246
246
  };
247
247
  LimeQueryFilterNotComponent.style = LimebbLimeQueryFilterNotStyle0;