@limetech/lime-crm-building-blocks 1.112.3 → 1.113.1

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 (167) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/cjs/lime-crm-building-blocks.cjs.js +1 -1
  3. package/dist/cjs/limebb-composer-toolbar.cjs.entry.js +115 -0
  4. package/dist/cjs/limebb-currency-picker.cjs.entry.js +1 -1
  5. package/dist/cjs/limebb-dashboard-widget.cjs.entry.js +1 -1
  6. package/dist/cjs/limebb-date-picker.cjs.entry.js +1 -1
  7. package/dist/cjs/limebb-date-range.cjs.entry.js +1 -1
  8. package/dist/cjs/limebb-document-item.cjs.entry.js +2 -2
  9. package/dist/cjs/limebb-document-picker.cjs.entry.js +1 -1
  10. package/dist/cjs/limebb-feed-item-thumbnail-file-info.cjs.entry.js +1 -1
  11. package/dist/cjs/limebb-feed-timeline-item.cjs.entry.js +1 -1
  12. package/dist/cjs/limebb-feed.cjs.entry.js +1 -1
  13. package/dist/cjs/limebb-icon-picker.cjs.entry.js +1 -1
  14. package/dist/cjs/limebb-info-tile-format.cjs.entry.js +1 -1
  15. package/dist/cjs/limebb-info-tile.cjs.entry.js +1 -1
  16. package/dist/cjs/limebb-kanban-group.cjs.entry.js +1 -1
  17. package/dist/cjs/limebb-kanban-item.cjs.entry.js +1 -1
  18. package/dist/cjs/limebb-lime-query-builder.cjs.entry.js +1 -1
  19. package/dist/cjs/limebb-lime-query-filter-builder_3.cjs.entry.js +2 -2
  20. package/dist/cjs/limebb-lime-query-filter-comparison_2.cjs.entry.js +1 -1
  21. package/dist/cjs/limebb-lime-query-filter-group_3.cjs.entry.js +3 -3
  22. package/dist/cjs/limebb-lime-query-order-by-item.cjs.entry.js +2 -2
  23. package/dist/cjs/limebb-lime-query-response-format-builder.cjs.entry.js +1 -1
  24. package/dist/cjs/limebb-lime-query-response-format-editor_2.cjs.entry.js +1 -1
  25. package/dist/cjs/limebb-live-docs-info.cjs.entry.js +2 -2
  26. package/dist/cjs/limebb-locale-picker.cjs.entry.js +1 -1
  27. package/dist/cjs/limebb-mention-group-counter.cjs.entry.js +2 -2
  28. package/dist/cjs/limebb-navigation-button_2.cjs.entry.js +3 -3
  29. package/dist/cjs/limebb-notification-item.cjs.entry.js +1 -1
  30. package/dist/cjs/limebb-percentage-visualizer.cjs.entry.js +2 -2
  31. package/dist/cjs/limebb-text-editor.cjs.entry.js +1 -1
  32. package/dist/cjs/limebb-trend-indicator.cjs.entry.js +1 -1
  33. package/dist/cjs/loader.cjs.js +1 -1
  34. package/dist/collection/collection-manifest.json +1 -0
  35. package/dist/collection/components/composer-toolbar/composer-toolbar.css +30 -0
  36. package/dist/collection/components/composer-toolbar/composer-toolbar.js +316 -0
  37. package/dist/collection/components/composer-toolbar/composer-toolbar.types.js +1 -0
  38. package/dist/collection/components/currency-picker/currency-picker.js +1 -1
  39. package/dist/collection/components/dashboard-widget/dashboard-widget.js +1 -1
  40. package/dist/collection/components/date-picker/date-picker.js +1 -1
  41. package/dist/collection/components/date-range/date-range.js +1 -1
  42. package/dist/collection/components/document-picker/document-item/document-item.js +2 -2
  43. package/dist/collection/components/document-picker/document-picker.js +1 -1
  44. package/dist/collection/components/feed/feed-item/feed-timeline-item.js +1 -1
  45. package/dist/collection/components/feed/feed-item-thumbnail-file-info/feed-item-thumbnail-file-info.js +1 -1
  46. package/dist/collection/components/feed/feed.js +1 -1
  47. package/dist/collection/components/icon-picker/icon-picker.js +1 -1
  48. package/dist/collection/components/info-tile/format/config/info-tile-format.js +1 -1
  49. package/dist/collection/components/info-tile/info-tile.js +1 -1
  50. package/dist/collection/components/kanban/kanban-group/kanban-group.js +1 -1
  51. package/dist/collection/components/kanban/kanban-item/kanban-item.js +1 -1
  52. package/dist/collection/components/lime-query-builder/expressions/lime-query-filter-comparison.js +1 -1
  53. package/dist/collection/components/lime-query-builder/expressions/lime-query-filter-group.js +2 -2
  54. package/dist/collection/components/lime-query-builder/expressions/lime-query-filter-not.js +1 -1
  55. package/dist/collection/components/lime-query-builder/lime-query-builder.js +1 -1
  56. package/dist/collection/components/lime-query-builder/lime-query-response-format-builder.js +1 -1
  57. package/dist/collection/components/lime-query-builder/limetype-field/limetype-field.js +1 -1
  58. package/dist/collection/components/lime-query-builder/order-by/order-by-editor.js +1 -1
  59. package/dist/collection/components/lime-query-builder/order-by/order-by-item.js +2 -2
  60. package/dist/collection/components/lime-query-builder/response-format/response-format-item.js +1 -1
  61. package/dist/collection/components/limeobject/file-viewer/live-docs-info.js +2 -2
  62. package/dist/collection/components/locale-picker/locale-picker.js +1 -1
  63. package/dist/collection/components/notification-list/notification-item/notification-item.js +1 -1
  64. package/dist/collection/components/percentage-visualizer/percentage-visualizer.js +2 -2
  65. package/dist/collection/components/summary-popover/summary-popover.js +3 -3
  66. package/dist/collection/components/text-editor/mention-group-counter.js +2 -2
  67. package/dist/collection/components/text-editor/text-editor.js +1 -1
  68. package/dist/collection/components/trend-indicator/trend-indicator.js +1 -1
  69. package/dist/components/currency-picker.js +1 -1
  70. package/dist/components/date-picker.js +1 -1
  71. package/dist/components/document-item.js +2 -2
  72. package/dist/components/feed-item-thumbnail-file-info.js +1 -1
  73. package/dist/components/feed-timeline-item.js +1 -1
  74. package/dist/components/kanban-group.js +1 -1
  75. package/dist/components/kanban-item.js +1 -1
  76. package/dist/components/lime-query-filter-comparison.js +1 -1
  77. package/dist/components/lime-query-filter-expression.js +3 -3
  78. package/dist/components/limebb-composer-toolbar.d.ts +11 -0
  79. package/dist/components/limebb-composer-toolbar.js +136 -0
  80. package/dist/components/limebb-dashboard-widget.js +1 -1
  81. package/dist/components/limebb-date-range.js +1 -1
  82. package/dist/components/limebb-document-picker.js +1 -1
  83. package/dist/components/limebb-feed.js +1 -1
  84. package/dist/components/limebb-icon-picker.js +1 -1
  85. package/dist/components/limebb-info-tile-format.js +1 -1
  86. package/dist/components/limebb-info-tile.js +1 -1
  87. package/dist/components/limebb-lime-query-builder.js +1 -1
  88. package/dist/components/limebb-lime-query-response-format-builder.js +1 -1
  89. package/dist/components/limebb-locale-picker.js +1 -1
  90. package/dist/components/limebb-mention-group-counter.js +2 -2
  91. package/dist/components/limebb-text-editor.js +1 -1
  92. package/dist/components/limebb-trend-indicator.js +1 -1
  93. package/dist/components/limetype-field.js +1 -1
  94. package/dist/components/live-docs-info.js +2 -2
  95. package/dist/components/notification-item.js +1 -1
  96. package/dist/components/order-by-editor.js +1 -1
  97. package/dist/components/order-by-item.js +2 -2
  98. package/dist/components/percentage-visualizer.js +2 -2
  99. package/dist/components/response-format-item.js +1 -1
  100. package/dist/components/summary-popover.js +3 -3
  101. package/dist/esm/lime-crm-building-blocks.js +1 -1
  102. package/dist/esm/limebb-composer-toolbar.entry.js +111 -0
  103. package/dist/esm/limebb-currency-picker.entry.js +1 -1
  104. package/dist/esm/limebb-dashboard-widget.entry.js +1 -1
  105. package/dist/esm/limebb-date-picker.entry.js +1 -1
  106. package/dist/esm/limebb-date-range.entry.js +1 -1
  107. package/dist/esm/limebb-document-item.entry.js +2 -2
  108. package/dist/esm/limebb-document-picker.entry.js +1 -1
  109. package/dist/esm/limebb-feed-item-thumbnail-file-info.entry.js +1 -1
  110. package/dist/esm/limebb-feed-timeline-item.entry.js +1 -1
  111. package/dist/esm/limebb-feed.entry.js +1 -1
  112. package/dist/esm/limebb-icon-picker.entry.js +1 -1
  113. package/dist/esm/limebb-info-tile-format.entry.js +1 -1
  114. package/dist/esm/limebb-info-tile.entry.js +1 -1
  115. package/dist/esm/limebb-kanban-group.entry.js +1 -1
  116. package/dist/esm/limebb-kanban-item.entry.js +1 -1
  117. package/dist/esm/limebb-lime-query-builder.entry.js +1 -1
  118. package/dist/esm/limebb-lime-query-filter-builder_3.entry.js +2 -2
  119. package/dist/esm/limebb-lime-query-filter-comparison_2.entry.js +1 -1
  120. package/dist/esm/limebb-lime-query-filter-group_3.entry.js +3 -3
  121. package/dist/esm/limebb-lime-query-order-by-item.entry.js +2 -2
  122. package/dist/esm/limebb-lime-query-response-format-builder.entry.js +1 -1
  123. package/dist/esm/limebb-lime-query-response-format-editor_2.entry.js +1 -1
  124. package/dist/esm/limebb-live-docs-info.entry.js +2 -2
  125. package/dist/esm/limebb-locale-picker.entry.js +1 -1
  126. package/dist/esm/limebb-mention-group-counter.entry.js +2 -2
  127. package/dist/esm/limebb-navigation-button_2.entry.js +3 -3
  128. package/dist/esm/limebb-notification-item.entry.js +1 -1
  129. package/dist/esm/limebb-percentage-visualizer.entry.js +2 -2
  130. package/dist/esm/limebb-text-editor.entry.js +1 -1
  131. package/dist/esm/limebb-trend-indicator.entry.js +1 -1
  132. package/dist/esm/loader.js +1 -1
  133. package/dist/lime-crm-building-blocks/lime-crm-building-blocks.esm.js +1 -1
  134. package/dist/lime-crm-building-blocks/{p-2ba38d7f.entry.js → p-00414464.entry.js} +1 -1
  135. package/dist/lime-crm-building-blocks/{p-d7fcac35.entry.js → p-023246db.entry.js} +1 -1
  136. package/dist/lime-crm-building-blocks/{p-62c5cb1b.entry.js → p-0c25d565.entry.js} +1 -1
  137. package/dist/lime-crm-building-blocks/{p-cc1ef69e.entry.js → p-0eac6b68.entry.js} +1 -1
  138. package/dist/lime-crm-building-blocks/{p-7c54f3c7.entry.js → p-14cd62c1.entry.js} +1 -1
  139. package/dist/lime-crm-building-blocks/{p-a1bb9206.entry.js → p-1d44c670.entry.js} +1 -1
  140. package/dist/lime-crm-building-blocks/{p-74953ead.entry.js → p-2395476f.entry.js} +1 -1
  141. package/dist/lime-crm-building-blocks/{p-377da950.entry.js → p-283a6f9e.entry.js} +1 -1
  142. package/dist/lime-crm-building-blocks/{p-239d68c7.entry.js → p-3443a292.entry.js} +1 -1
  143. package/dist/lime-crm-building-blocks/{p-920a321e.entry.js → p-35b75e49.entry.js} +1 -1
  144. package/dist/lime-crm-building-blocks/{p-e980329d.entry.js → p-385020b4.entry.js} +1 -1
  145. package/dist/lime-crm-building-blocks/{p-630fa055.entry.js → p-401ccdec.entry.js} +1 -1
  146. package/dist/lime-crm-building-blocks/{p-71697503.entry.js → p-4d9244e7.entry.js} +1 -1
  147. package/dist/lime-crm-building-blocks/{p-55c494f9.entry.js → p-551ffa9f.entry.js} +1 -1
  148. package/dist/lime-crm-building-blocks/{p-de84f26b.entry.js → p-5d0874f6.entry.js} +1 -1
  149. package/dist/lime-crm-building-blocks/{p-40f29017.entry.js → p-6c67ed0e.entry.js} +1 -1
  150. package/dist/lime-crm-building-blocks/{p-48585665.entry.js → p-711df3e6.entry.js} +1 -1
  151. package/dist/lime-crm-building-blocks/{p-ce1b05e4.entry.js → p-83ff2b4c.entry.js} +1 -1
  152. package/dist/lime-crm-building-blocks/{p-57591c89.entry.js → p-8c3f563e.entry.js} +1 -1
  153. package/dist/lime-crm-building-blocks/{p-323ab2dd.entry.js → p-8eb3abc8.entry.js} +1 -1
  154. package/dist/lime-crm-building-blocks/{p-adc423db.entry.js → p-9161869b.entry.js} +1 -1
  155. package/dist/lime-crm-building-blocks/{p-8e885ec8.entry.js → p-9c334694.entry.js} +1 -1
  156. package/dist/lime-crm-building-blocks/{p-e990af19.entry.js → p-a4f367f8.entry.js} +1 -1
  157. package/dist/lime-crm-building-blocks/{p-5cea7fb4.entry.js → p-b2e705bc.entry.js} +1 -1
  158. package/dist/lime-crm-building-blocks/{p-f0890c24.entry.js → p-c09dcd4c.entry.js} +1 -1
  159. package/dist/lime-crm-building-blocks/{p-64cbf4f4.entry.js → p-ddf0dcbc.entry.js} +1 -1
  160. package/dist/lime-crm-building-blocks/{p-8633cd5f.entry.js → p-df13ebba.entry.js} +1 -1
  161. package/dist/lime-crm-building-blocks/p-df30a980.entry.js +1 -0
  162. package/dist/lime-crm-building-blocks/{p-2fd586a0.entry.js → p-e96367d2.entry.js} +1 -1
  163. package/dist/lime-crm-building-blocks/{p-b90be9d3.entry.js → p-f31eeeaa.entry.js} +1 -1
  164. package/dist/types/components/composer-toolbar/composer-toolbar.d.ts +77 -0
  165. package/dist/types/components/composer-toolbar/composer-toolbar.types.d.ts +40 -0
  166. package/dist/types/components.d.ts +153 -2
  167. package/package.json +2 -2
@@ -1777,7 +1777,7 @@ const LimeBBTextEditor = /*@__PURE__*/ proxyCustomElement(class LimeBBTextEditor
1777
1777
  }
1778
1778
  render() {
1779
1779
  return [
1780
- h("limel-text-editor", { key: 'c8af41c98f9bee357bbf9ff23f0862ab7144139f', ref: (el) => (this.textEditor = el), tabindex: this.disabled ? -1 : 0, value: this.value, contentType: this.contentType, customElements: this.registeredCustomElements, "aria-disabled": this.disabled, language: this.language, triggers: this.registeredTriggers, onTriggerStart: this.handleTriggerStart, onTriggerStop: this.handleTriggerStop, onTriggerChange: this.handleTriggerChange, onImagePasted: this.handleImagePasted, onMetadataChange: this.handleMetadataChange, ui: this.ui, allowResize: this.allowResize, required: this.required, disabled: this.disabled, readonly: this.readonly, helperText: this.helperText, placeholder: this.placeholder, label: this.label, invalid: this.invalid }),
1780
+ h("limel-text-editor", { key: '44a1efaa2b03daf3ffb1929e110ec985b7f629fa', ref: (el) => (this.textEditor = el), tabindex: this.disabled ? -1 : 0, value: this.value, contentType: this.contentType, customElements: this.registeredCustomElements, "aria-disabled": this.disabled, language: this.language, triggers: this.registeredTriggers, onTriggerStart: this.handleTriggerStart, onTriggerStop: this.handleTriggerStop, onTriggerChange: this.handleTriggerChange, onImagePasted: this.handleImagePasted, onMetadataChange: this.handleMetadataChange, ui: this.ui, allowResize: this.allowResize, required: this.required, disabled: this.disabled, readonly: this.readonly, helperText: this.helperText, placeholder: this.placeholder, label: this.label, invalid: this.invalid }),
1781
1781
  this.renderPicker(),
1782
1782
  ];
1783
1783
  }
@@ -37,7 +37,7 @@ const TrendIndicator = /*@__PURE__*/ proxyCustomElement(class TrendIndicator ext
37
37
  this.numValue = this.parseValue(this.value);
38
38
  }
39
39
  render() {
40
- return (h(Host, { key: 'ab0f00081e519133ed9e139c907e3f5365e1323c', class: this.getContainerClassList() }, h("limel-notched-outline", { key: '41578e4885e1de13ca6dfc2bd90e0aa58caaf58a', id: this.tooltipId, label: this.label, labelId: this.labelId, invalid: this.invalid, required: this.required, hasValue: true, hasFloatingLabel: true, "aria-labelledby": this.labelId, "aria-describedby": this.helperTextId, "aria-controls": this.helperTextId }, h("div", { key: '23da812d26acb20a8841eff9a8ad2330de01e8a3', slot: "content", tabIndex: 0 }, this.renderVisualization())), this.renderHelperLine(), this.renderTooltip()));
40
+ return (h(Host, { key: '2ed101327ee07b36639235704c82a35602331185', class: this.getContainerClassList() }, h("limel-notched-outline", { key: '09daaa1c59fbc5b58389ec73e0248bc87d4f2fcc', id: this.tooltipId, label: this.label, labelId: this.labelId, invalid: this.invalid, required: this.required, hasValue: true, hasFloatingLabel: true, "aria-labelledby": this.labelId, "aria-describedby": this.helperTextId, "aria-controls": this.helperTextId }, h("div", { key: '09541f6ce5d94a0f739c564e1d1bd3bdfe8bdf7a', slot: "content", tabIndex: 0 }, this.renderVisualization())), this.renderHelperLine(), this.renderTooltip()));
41
41
  }
42
42
  renderVisualization() {
43
43
  if (this.reducePresence && (this.numValue === 0 || !this.hasValue())) {
@@ -148,7 +148,7 @@ const LimetypeField = /*@__PURE__*/ proxyCustomElement(class LimetypeField exten
148
148
  value: '',
149
149
  };
150
150
  options.unshift(emptyOption);
151
- return (h("limel-select", { key: '27a42a235e492afdb32bfa4653c966cab535a846', label: this.label, options: options, value: selectedOption, required: this.required, helperText: this.helperText, invalid: invalid, disabled: this.disabled || this.readonly, onChange: this.handleChange }));
151
+ return (h("limel-select", { key: '098e8b2996788bdfdb785e602173c1a75f506661', label: this.label, options: options, value: selectedOption, required: this.required, helperText: this.helperText, invalid: invalid, disabled: this.disabled || this.readonly, onChange: this.handleChange }));
152
152
  }
153
153
  componentWillRender() {
154
154
  this.updatePropertyFields(this.value || '');
@@ -11,8 +11,8 @@ const LiveDocsInfo = /*@__PURE__*/ proxyCustomElement(class LiveDocsInfo extends
11
11
  }
12
12
  render() {
13
13
  return [
14
- h("div", { key: '982e3b3212eb81076399e32aa1e61df833fce3fa', class: "header" }, h("limel-icon", { key: 'f87642d3a34e0977568cefa93f9c34ad12f92aa9', name: "not_showing_video_frames" }), h("h2", { key: '1e960c4d737204a29332cacc0eb4ad4c29dc9a31' }, "Viewing this file type requires ", h("em", { key: 'e6b7c7e6158fdebd54414339004214da66a1468e' }, "Live Docs"))),
15
- h("p", { key: '9f5ee7ad9d6608c6df749e1cf90842089cad9267' }, h("em", { key: '1a30637a54d1f124e8f01dd2f7512697142651a6' }, "Live Docs"), " not only enables you to view many file formats such as Microsoft Office documents, but it also empowers you to edit them right in the CRM. No need to download anything on your device!", h("a", { key: 'c81363c6813c439a47362a842c59c135f85e1eb2', target: "_blank", href: "https://www.lime-technologies.com/en/lime-crm/live-docs/" }, "Learn more")),
14
+ h("div", { key: '3efd6c08d83684af5751402c71c46261028091a9', class: "header" }, h("limel-icon", { key: '53d32bf2c7cbd12ba662db1dd3b8fe3a1b6899ca', name: "not_showing_video_frames" }), h("h2", { key: 'ab7b687224626de7282bf7030e50f3feaddbf4d8' }, "Viewing this file type requires ", h("em", { key: '64c1c78850e17601a5f0aa00a5e95dd4192ab586' }, "Live Docs"))),
15
+ h("p", { key: 'c0851a6b140415fda231da09e3dd14a39aa769d8' }, h("em", { key: '01b229e2cdaf62a6e9f95684d5824d15f72c03f8' }, "Live Docs"), " not only enables you to view many file formats such as Microsoft Office documents, but it also empowers you to edit them right in the CRM. No need to download anything on your device!", h("a", { key: 'f4d923dfac3420e068f6856754140749c5637937', target: "_blank", href: "https://www.lime-technologies.com/en/lime-crm/live-docs/" }, "Learn more")),
16
16
  ];
17
17
  }
18
18
  static get style() { return LimebbLiveDocsInfoStyle0; }
@@ -58,7 +58,7 @@ const NotificationListItem = /*@__PURE__*/ proxyCustomElement(class Notification
58
58
  }
59
59
  render() {
60
60
  var _a, _b;
61
- return (h(Host, { key: '64a1c152d49ac5daa9ec02237ff17d9bb97face5', id: this.item.id, class: {
61
+ return (h(Host, { key: '0c45f2a691bead68dfd4e0d3dcf22dc76118e778', id: this.item.id, class: {
62
62
  'is-clickable': this.isItemClickable(),
63
63
  'is-read': !!((_a = this.item) === null || _a === void 0 ? void 0 : _a.read),
64
64
  'is-selected': !!((_b = this.item) === null || _b === void 0 ? void 0 : _b.selected),
@@ -61,7 +61,7 @@ const OrderByEditor = /*@__PURE__*/ proxyCustomElement(class OrderByEditor exten
61
61
  }
62
62
  }
63
63
  render() {
64
- return (h(Host, { key: 'fe687e562d6cd7448ee705d326e70be8e9e467d7' }, this.renderEmptyState(), this.renderOrderByEditor()));
64
+ return (h(Host, { key: 'b0caaa11dcb633423bae612e22105de44ed1a7a1' }, this.renderEmptyState(), this.renderOrderByEditor()));
65
65
  }
66
66
  renderEmptyState() {
67
67
  if (this.limetype) {
@@ -40,9 +40,9 @@ const OrderByItemComponent = /*@__PURE__*/ proxyCustomElement(class OrderByItemC
40
40
  render() {
41
41
  const propertyPath = Object.keys(this.item)[0] || '';
42
42
  const direction = this.item[propertyPath] || 'ASC';
43
- return (h(Host, { key: 'f71d4adf6c90ed39c203f04406c480bd75b8832d' }, h("limebb-property-selector", { key: '93396fa76d161e05e1c1db1b1d14735729c85f55', platform: this.platform, context: this.context, limetype: this.limetype, label: "Property", value: propertyPath, required: true, onChange: this.handlePathChange }), h("div", { key: '385ac18cb0b63b30596bb70bfebd4efe83853d37', class: "control-buttons" }, h("limel-icon-button", { key: 'c5f60db12c6f1604383cfd84ede593c86747606a', icon: direction === 'ASC'
43
+ return (h(Host, { key: 'c0f53a833675b0f086791cdd408e1cffe4fe0f63' }, h("limebb-property-selector", { key: 'd7dc95d9b452334db487494d012ae80dbd3cc3fb', platform: this.platform, context: this.context, limetype: this.limetype, label: "Property", value: propertyPath, required: true, onChange: this.handlePathChange }), h("div", { key: 'f7e70e87cf611acee5b74f2d04416055834b3dcd', class: "control-buttons" }, h("limel-icon-button", { key: 'ca44aa6f7cd6fbadafafe09540494f95215b4d8c', icon: direction === 'ASC'
44
44
  ? 'sort_ascending'
45
- : 'sort_descending', label: direction === 'ASC' ? 'Ascending' : 'Descending', onClick: this.handleToggleDirection }), h("limel-icon-button", { key: '8e70845e294f0a0e575e10044e4ba11aad1c5a4f', icon: "trash", label: "Remove", onClick: this.handleRemove }))));
45
+ : 'sort_descending', label: direction === 'ASC' ? 'Ascending' : 'Descending', onClick: this.handleToggleDirection }), h("limel-icon-button", { key: '92a21267fc8c803c59a686064a77103ddcba71fd', icon: "trash", label: "Remove", onClick: this.handleRemove }))));
46
46
  }
47
47
  static get style() { return LimebbLimeQueryOrderByItemStyle0; }
48
48
  }, [1, "limebb-lime-query-order-by-item", {
@@ -76,11 +76,11 @@ const PercentageVisualizer = /*@__PURE__*/ proxyCustomElement(class PercentageVi
76
76
  render() {
77
77
  const normalizedValue = this.getNormalizedValue();
78
78
  const zeroPoint = this.getZeroPointPosition();
79
- return (h(Host, { key: '5f43d08e559a8be88c2d2426699208cef33fe9ae', class: this.getContainerClassList(), style: {
79
+ return (h(Host, { key: '456afa7a4dfec41b7d293518d3150fa520c76c87', class: this.getContainerClassList(), style: {
80
80
  '--limebb-percentage-visualizer-zero-point-position': `${zeroPoint}%`,
81
81
  '--limebb-percentage-visualizer-width': `${Math.abs(normalizedValue)}%`,
82
82
  '--limebb-percentage-visualizer-rotate': `${normalizedValue >= 0 ? '0deg' : '180deg'}`,
83
- } }, h("limel-notched-outline", { key: 'cccb03afaea2560edf610356286b59c7a3f9ebcd', tabIndex: 0, role: "meter", "aria-valuemin": this.rangeMin, "aria-valuemax": this.rangeMax, "aria-valuenow": this.numValue, "aria-labelledby": this.labelId, "aria-describedby": this.helperTextId, label: this.label, labelId: this.labelId, invalid: this.invalid, required: this.required, hasValue: true, hasFloatingLabel: true, "aria-controls": this.helperTextId }, h("div", { key: 'a4bff08185207a8ae82be37c607b1d1daf10d1e7', slot: "content" }, this.renderVisualization())), this.renderHelperLine()));
83
+ } }, h("limel-notched-outline", { key: 'ffdc013e98a23f690ff17adf6834f280aa824886', tabIndex: 0, role: "meter", "aria-valuemin": this.rangeMin, "aria-valuemax": this.rangeMax, "aria-valuenow": this.numValue, "aria-labelledby": this.labelId, "aria-describedby": this.helperTextId, label: this.label, labelId: this.labelId, invalid: this.invalid, required: this.required, hasValue: true, hasFloatingLabel: true, "aria-controls": this.helperTextId }, h("div", { key: '574b107be7e7fc941e957365fc8b2b7f5a6bd5bf', slot: "content" }, this.renderVisualization())), this.renderHelperLine()));
84
84
  }
85
85
  renderVisualization() {
86
86
  if (this.reducePresence && (this.numValue === 0 || !this.hasValue())) {
@@ -68,7 +68,7 @@ const ResponseFormatItem = /*@__PURE__*/ proxyCustomElement(class ResponseFormat
68
68
  }
69
69
  render() {
70
70
  return [
71
- h("div", { key: '6e374c232e2492f23139fe0ce81d02311bacfa39', class: "property-controls" }, h("div", { key: 'e8d56d3a92955f67156c2243f70fabab212ba64b', class: "property-path" }, h("limebb-property-selector", { key: '27dc6e85475b2c125f9e730d38a399b360244986', platform: this.platform, context: this.context, limetype: this.limetype, label: "Property", value: this.item.path, required: true, onChange: this.handlePathChange }), h("div", { key: '8765663ea48eb0dcf3ac66d124cdebc65a9ddad1', class: "input-grid" }, this.renderAliasInput()), h("div", { key: '8d1e1eddb2650752ed30b95c884a3059059649c0', class: "input-grid" }, this.renderDescriptionInput()), h("div", { key: 'c82bc6bbb1ebd7c020215b6f9a72e32e4080edda', class: "button-group" }, this.renderAliasButton(), this.renderDescriptionButton())), h("limel-icon-button", { key: '1f7948f168495269195833b979241c2c5ee71340', icon: "trash", label: "Remove property", onClick: this.handleRemove })),
71
+ h("div", { key: 'c3620eddb3e12eba09262f80997a56d83cf6cc83', class: "property-controls" }, h("div", { key: 'fea873463b097f78e65586956e3b235d123453b4', class: "property-path" }, h("limebb-property-selector", { key: '7a01e8d7723f00caecf23d71cf8795357200ad3e', platform: this.platform, context: this.context, limetype: this.limetype, label: "Property", value: this.item.path, required: true, onChange: this.handlePathChange }), h("div", { key: 'a8be4ce31636be8e2f55d222dd93efe4cc456178', class: "input-grid" }, this.renderAliasInput()), h("div", { key: '38e2c185b5c69feb2aa7b734a1b55786687b6459', class: "input-grid" }, this.renderDescriptionInput()), h("div", { key: '09310ff2237d191a20a8804cb011f10fc852e425', class: "button-group" }, this.renderAliasButton(), this.renderDescriptionButton())), h("limel-icon-button", { key: 'acc1b919770d035745e05f3811043ad189443566', icon: "trash", label: "Remove property", onClick: this.handleRemove })),
72
72
  ];
73
73
  }
74
74
  renderAliasButton() {
@@ -72,14 +72,14 @@ const SummaryPopover = /*@__PURE__*/ proxyCustomElement(class SummaryPopover ext
72
72
  top: '0.125rem',
73
73
  right: '0.125rem',
74
74
  };
75
- return (h("limel-popover", { key: 'd5142ad5871d8cf04492bda3623c3030d1b86699', style: {
75
+ return (h("limel-popover", { key: 'eaadc371fc4bb4bc46e009f9c8ffd82996361c65', style: {
76
76
  '--limebb-summary-popover-timeout': `${this.triggerDelay}ms`,
77
- }, open: this.isPopoverOpen, onClose: this.onPopoverClose, openDirection: this.openDirection }, h("div", { key: '876fc3afb9e00e18effdaf081f8e879bccfe0a56', slot: "trigger", tabIndex: 0, onMouseEnter: this.openPopoverWithDelay, onMouseLeave: this.resetTimeout, onFocus: this.openPopoverWithDelay }, h("slot", { key: 'aec98e47257894960d4adacd004a286e7f7cb64c', name: "trigger" }), h("div", { key: 'f1771f1aea8080c383ba81295848bb242c910f29', class: "opening-countdown-indicator" })), h("limel-card", { key: '1d17f98a066f31650432cd7b657a835ae1dbebcb', style: {
77
+ }, open: this.isPopoverOpen, onClose: this.onPopoverClose, openDirection: this.openDirection }, h("div", { key: '2da24adb5ff182b08731bc99e2454c615c19aabf', slot: "trigger", tabIndex: 0, onMouseEnter: this.openPopoverWithDelay, onMouseLeave: this.resetTimeout, onFocus: this.openPopoverWithDelay }, h("slot", { key: '0bda4e6b3a3c62c9930ddbb287114f1bea45897b', name: "trigger" }), h("div", { key: '25a0847697bc40c869a129a2433968aeed0f1fea', class: "opening-countdown-indicator" })), h("limel-card", { key: 'a402a4bcb876e432f70eff407b0d0b0878971f4d', style: {
78
78
  'max-width': this.popoverMaxWidth,
79
79
  'max-height': this.popoverMaxHeight,
80
80
  'min-width': '7rem',
81
81
  'min-height': '3rem',
82
- }, orientation: "landscape", heading: this.heading, subheading: this.subheading, icon: this.icon, value: this.value, image: this.image, actions: this.actions, onActionSelected: this.handleSelected }, h("limebb-navigation-button", { key: '2edbd8ce64c46b48bc0c11be51339b98f980db40', slot: "component", type: "close", style: closeButtonStyle, tooltipLabel: "Close", tooltipHelperLabel: "Esc", onClick: this.handleCloseClick }))));
82
+ }, orientation: "landscape", heading: this.heading, subheading: this.subheading, icon: this.icon, value: this.value, image: this.image, actions: this.actions, onActionSelected: this.handleSelected }, h("limebb-navigation-button", { key: '5ed4dbb27bf026101ecf0f7dd1a0907fe2f099ad', slot: "component", type: "close", style: closeButtonStyle, tooltipLabel: "Close", tooltipHelperLabel: "Esc", onClick: this.handleCloseClick }))));
83
83
  }
84
84
  static get style() { return LimebbSummaryPopoverStyle0; }
85
85
  }, [1, "limebb-summary-popover", {
@@ -16,5 +16,5 @@ var patchBrowser = () => {
16
16
 
17
17
  patchBrowser().then(async (options) => {
18
18
  await globalScripts();
19
- return bootstrapLazy(JSON.parse("[[\"limebb-lime-query-builder\",[[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\",[[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\",[[1,\"limebb-kanban\",{\"platform\":[16],\"context\":[16],\"groups\":[16]}]]],[\"limebb-lime-query-response-format-builder\",[[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\",[[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-limeobject-file-viewer\",[[1,\"limebb-limeobject-file-viewer\",{\"platform\":[16],\"context\":[16],\"property\":[1],\"fileTypes\":[16],\"limeobject\":[32],\"limetype\":[32]}]]],[\"limebb-text-editor\",[[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\",[[1,\"limebb-data-cells\",{\"platform\":[16],\"context\":[16],\"limeobject\":[8],\"items\":[16]}]]],[\"limebb-date-range\",[[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\",[[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\",[[1,\"limebb-info-tile-currency-format\",{\"platform\":[16],\"context\":[16],\"value\":[16]}]]],[\"limebb-notification-list\",[[1,\"limebb-notification-list\",{\"platform\":[16],\"context\":[16],\"items\":[16],\"loading\":[4],\"lastVisitedTimestamp\":[1,\"last-visited-timestamp\"]},null,{\"items\":[\"handleItemsChange\"]}]]],[\"limebb-alert-dialog\",[[1,\"limebb-alert-dialog\",{\"type\":[513],\"open\":[516],\"icon\":[513],\"heading\":[513],\"subheading\":[1]}]]],[\"limebb-browser\",[[17,\"limebb-browser\",{\"platform\":[16],\"context\":[16],\"items\":[16],\"layout\":[1],\"filter\":[32]}]]],[\"limebb-component-config\",[[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\",[[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-dashboard-widget\",[[1,\"limebb-dashboard-widget\",{\"heading\":[513],\"subheading\":[513],\"supportingText\":[513,\"supporting-text\"],\"icon\":[513]}]]],[\"limebb-icon-picker\",[[1,\"limebb-icon-picker\",{\"value\":[1],\"required\":[4],\"readonly\":[4],\"invalid\":[4],\"disabled\":[4],\"label\":[1],\"helperText\":[1,\"helper-text\"]}]]],[\"limebb-info-tile\",[[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\",[[1,\"limebb-info-tile-date-format\",{\"value\":[16]}]]],[\"limebb-info-tile-decimal-format\",[[1,\"limebb-info-tile-decimal-format\",{\"value\":[16]}]]],[\"limebb-info-tile-format\",[[1,\"limebb-info-tile-format\",{\"platform\":[16],\"context\":[16],\"type\":[1],\"value\":[16]}]]],[\"limebb-info-tile-relative-date-format\",[[1,\"limebb-info-tile-relative-date-format\",{\"value\":[16]}]]],[\"limebb-info-tile-unit-format\",[[1,\"limebb-info-tile-unit-format\",{\"value\":[16]}]]],[\"limebb-loader\",[[1,\"limebb-loader\",{\"platform\":[16],\"context\":[16]}]]],[\"limebb-locale-picker\",[[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\",[[1,\"limebb-mention\",{\"limetype\":[1],\"objectid\":[2],\"limeobject\":[32]}]]],[\"limebb-mention-group-counter\",[[1,\"limebb-mention-group-counter\",{\"count\":[2],\"limetype\":[16],\"helperLabel\":[1,\"helper-label\"]}]]],[\"limebb-object-chip\",[[1,\"limebb-object-chip\",{\"limetype\":[1],\"objectid\":[2],\"platform\":[16],\"data\":[32]},null,{\"limetype\":[\"handlePropChange\"],\"objectid\":[\"handlePropChange\"]}]]],[\"limebb-trend-indicator\",[[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-timeline-item\",[[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\",[[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-text-editor-picker\",[[1,\"limebb-text-editor-picker\",{\"items\":[16],\"open\":[516],\"isSearching\":[4,\"is-searching\"],\"emptyMessage\":[1,\"empty-message\"]},null,{\"open\":[\"watchOpen\"]}]]],[\"limebb-currency-picker\",[[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\",[[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\",[[17,\"limebb-document-item\",{\"platform\":[16],\"context\":[16],\"item\":[16],\"type\":[513],\"fileTypes\":[16]}]]],[\"limebb-live-docs-info\",[[1,\"limebb-live-docs-info\"]]],[\"limebb-notification-item\",[[1,\"limebb-notification-item\",{\"platform\":[16],\"context\":[16],\"item\":[16]}]]],[\"limebb-percentage-visualizer\",[[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\",[[1,\"limebb-kanban-item\",{\"platform\":[16],\"context\":[16],\"item\":[16]}]]],[\"limebb-property-selector\",[[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\",[[1,\"limebb-lime-query-order-by-item\",{\"platform\":[16],\"context\":[16],\"limetype\":[1],\"item\":[16]}]]],[\"limebb-chat-item_2\",[[1,\"limebb-chat-item\",{\"platform\":[16],\"context\":[16],\"item\":[16],\"helperText\":[1,\"helper-text\"],\"hasError\":[516,\"has-error\"]}],[1,\"limebb-typing-indicator\"]]],[\"limebb-feed-item-thumbnail-file-info\",[[1,\"limebb-feed-item-thumbnail-file-info\",{\"description\":[1]}]]],[\"limebb-lime-query-filter-builder_3\",[[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-empty-state\",[[1,\"limebb-empty-state\",{\"heading\":[513],\"value\":[513],\"icon\":[16]}]]],[\"limebb-lime-query-response-format-editor_2\",[[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-lime-query-filter-group_3\",[[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\",[[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-navigation-button_2\",[[1,\"limebb-summary-popover\",{\"triggerDelay\":[514,\"trigger-delay\"],\"heading\":[513],\"subheading\":[513],\"image\":[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);
19
+ return bootstrapLazy(JSON.parse("[[\"limebb-lime-query-builder\",[[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\",[[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\",[[1,\"limebb-kanban\",{\"platform\":[16],\"context\":[16],\"groups\":[16]}]]],[\"limebb-lime-query-response-format-builder\",[[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\",[[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-limeobject-file-viewer\",[[1,\"limebb-limeobject-file-viewer\",{\"platform\":[16],\"context\":[16],\"property\":[1],\"fileTypes\":[16],\"limeobject\":[32],\"limetype\":[32]}]]],[\"limebb-text-editor\",[[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\",[[1,\"limebb-data-cells\",{\"platform\":[16],\"context\":[16],\"limeobject\":[8],\"items\":[16]}]]],[\"limebb-date-range\",[[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\",[[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\",[[1,\"limebb-info-tile-currency-format\",{\"platform\":[16],\"context\":[16],\"value\":[16]}]]],[\"limebb-notification-list\",[[1,\"limebb-notification-list\",{\"platform\":[16],\"context\":[16],\"items\":[16],\"loading\":[4],\"lastVisitedTimestamp\":[1,\"last-visited-timestamp\"]},null,{\"items\":[\"handleItemsChange\"]}]]],[\"limebb-alert-dialog\",[[1,\"limebb-alert-dialog\",{\"type\":[513],\"open\":[516],\"icon\":[513],\"heading\":[513],\"subheading\":[1]}]]],[\"limebb-browser\",[[17,\"limebb-browser\",{\"platform\":[16],\"context\":[16],\"items\":[16],\"layout\":[1],\"filter\":[32]}]]],[\"limebb-component-config\",[[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\",[[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\",[[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\",[[1,\"limebb-dashboard-widget\",{\"heading\":[513],\"subheading\":[513],\"supportingText\":[513,\"supporting-text\"],\"icon\":[513]}]]],[\"limebb-icon-picker\",[[1,\"limebb-icon-picker\",{\"value\":[1],\"required\":[4],\"readonly\":[4],\"invalid\":[4],\"disabled\":[4],\"label\":[1],\"helperText\":[1,\"helper-text\"]}]]],[\"limebb-info-tile\",[[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\",[[1,\"limebb-info-tile-date-format\",{\"value\":[16]}]]],[\"limebb-info-tile-decimal-format\",[[1,\"limebb-info-tile-decimal-format\",{\"value\":[16]}]]],[\"limebb-info-tile-format\",[[1,\"limebb-info-tile-format\",{\"platform\":[16],\"context\":[16],\"type\":[1],\"value\":[16]}]]],[\"limebb-info-tile-relative-date-format\",[[1,\"limebb-info-tile-relative-date-format\",{\"value\":[16]}]]],[\"limebb-info-tile-unit-format\",[[1,\"limebb-info-tile-unit-format\",{\"value\":[16]}]]],[\"limebb-loader\",[[1,\"limebb-loader\",{\"platform\":[16],\"context\":[16]}]]],[\"limebb-locale-picker\",[[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\",[[1,\"limebb-mention\",{\"limetype\":[1],\"objectid\":[2],\"limeobject\":[32]}]]],[\"limebb-mention-group-counter\",[[1,\"limebb-mention-group-counter\",{\"count\":[2],\"limetype\":[16],\"helperLabel\":[1,\"helper-label\"]}]]],[\"limebb-object-chip\",[[1,\"limebb-object-chip\",{\"limetype\":[1],\"objectid\":[2],\"platform\":[16],\"data\":[32]},null,{\"limetype\":[\"handlePropChange\"],\"objectid\":[\"handlePropChange\"]}]]],[\"limebb-trend-indicator\",[[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-timeline-item\",[[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-item\",[[1,\"limebb-kanban-item\",{\"platform\":[16],\"context\":[16],\"item\":[16]}]]],[\"limebb-kanban-group\",[[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-text-editor-picker\",[[1,\"limebb-text-editor-picker\",{\"items\":[16],\"open\":[516],\"isSearching\":[4,\"is-searching\"],\"emptyMessage\":[1,\"empty-message\"]},null,{\"open\":[\"watchOpen\"]}]]],[\"limebb-currency-picker\",[[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\",[[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\",[[17,\"limebb-document-item\",{\"platform\":[16],\"context\":[16],\"item\":[16],\"type\":[513],\"fileTypes\":[16]}]]],[\"limebb-live-docs-info\",[[1,\"limebb-live-docs-info\"]]],[\"limebb-notification-item\",[[1,\"limebb-notification-item\",{\"platform\":[16],\"context\":[16],\"item\":[16]}]]],[\"limebb-percentage-visualizer\",[[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-property-selector\",[[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\",[[1,\"limebb-lime-query-order-by-item\",{\"platform\":[16],\"context\":[16],\"limetype\":[1],\"item\":[16]}]]],[\"limebb-chat-item_2\",[[1,\"limebb-chat-item\",{\"platform\":[16],\"context\":[16],\"item\":[16],\"helperText\":[1,\"helper-text\"],\"hasError\":[516,\"has-error\"]}],[1,\"limebb-typing-indicator\"]]],[\"limebb-feed-item-thumbnail-file-info\",[[1,\"limebb-feed-item-thumbnail-file-info\",{\"description\":[1]}]]],[\"limebb-lime-query-filter-group_3\",[[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\",[[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\",[[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-empty-state\",[[1,\"limebb-empty-state\",{\"heading\":[513],\"value\":[513],\"icon\":[16]}]]],[\"limebb-lime-query-response-format-editor_2\",[[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\",[[1,\"limebb-summary-popover\",{\"triggerDelay\":[514,\"trigger-delay\"],\"heading\":[513],\"subheading\":[513],\"image\":[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);
20
20
  });
@@ -0,0 +1,111 @@
1
+ import { r as registerInstance, c as createEvent, h } from './index-d86e55c0.js';
2
+ import { c } from './index.esm-11a8b9e2.js';
3
+
4
+ const composerToolbarCss = "*{box-sizing:border-box;min-width:0}:host(limebb-composer-toolbar){box-sizing:border-box;display:flex;align-items:center;width:100%;max-width:100%;gap:0.5rem}.actions{display:flex;align-items:center;flex-wrap:nowrap;flex-grow:1}limel-icon-button,::slotted(limel-icon-button){display:inline-block;scale:0.86}limel-file-input{flex-shrink:0}";
5
+ const LimebbComposerToolbarStyle0 = composerToolbarCss;
6
+
7
+ const TRIGGER_DEFINITIONS = [
8
+ {
9
+ trigger: 'mention',
10
+ icon: 'email_sign_92447',
11
+ translationKey: 'webclient.composer-toolbar.mention',
12
+ helperLabel: '@',
13
+ },
14
+ {
15
+ trigger: 'text-snippet',
16
+ icon: 'rich_text_converter',
17
+ translationKey: 'webclient.composer-toolbar.text-snippet',
18
+ helperLabel: '!',
19
+ },
20
+ {
21
+ trigger: 'internal-link',
22
+ icon: 'hashtag_large',
23
+ translationKey: 'webclient.composer-toolbar.internal-link',
24
+ helperLabel: '#',
25
+ },
26
+ {
27
+ trigger: 'rich-text',
28
+ icon: 'font_style_formatting',
29
+ translationKey: 'webclient.composer-toolbar.rich-text',
30
+ },
31
+ ];
32
+ const ComposerToolbar = class {
33
+ constructor(hostRef) {
34
+ registerInstance(this, hostRef);
35
+ this.triggerInsert = createEvent(this, "triggerInsert", 7);
36
+ this.filesSelected = createEvent(this, "filesSelected", 7);
37
+ /**
38
+ * When `true`, displays a button that triggers
39
+ * the mention character (`@`) in the text editor.
40
+ */
41
+ this.mentions = false;
42
+ /**
43
+ * When `true`, displays a button that triggers
44
+ * the text snippet character (`!`) in the text editor.
45
+ */
46
+ this.textSnippets = false;
47
+ /**
48
+ * When `true`, displays a button that triggers
49
+ * the internal link character (`#`) in the text editor.
50
+ */
51
+ this.internalLinks = false;
52
+ /**
53
+ * When `true`, displays a button that toggles the visibility
54
+ * of the rich text formatting toolbar in the text editor.
55
+ */
56
+ this.richText = false;
57
+ this.handleTriggerSelected = (event) => {
58
+ event.stopPropagation();
59
+ this.triggerInsert.emit(event.detail.value);
60
+ };
61
+ this.handleFilesSelected = (event) => {
62
+ event.stopPropagation();
63
+ this.filesSelected.emit(event.detail);
64
+ };
65
+ }
66
+ render() {
67
+ return [
68
+ h("div", { key: '7b2b399e4dde1bb090dcdec3021fbbf669ea7d74', class: "actions" }, h("slot", { key: '4c019b51586bb3256ac59ad46e5e996ef10bd890', name: "leading" }), this.renderFileInput(), this.renderTriggerActions(), h("slot", { key: '8daa1e5d6e5093042b46fbd5dd9f22e276ea08f1', name: "trailing" })),
69
+ h("slot", { key: 'c59850954e112e1aac342f3dd1544d2f94e696ee', name: "primary-action" }),
70
+ ];
71
+ }
72
+ get translator() {
73
+ var _a;
74
+ return (_a = this.platform) === null || _a === void 0 ? void 0 : _a.get(c.Translate);
75
+ }
76
+ get triggerActions() {
77
+ const enabledFlags = {
78
+ mention: this.mentions,
79
+ 'text-snippet': this.textSnippets,
80
+ 'internal-link': this.internalLinks,
81
+ 'rich-text': this.richText,
82
+ };
83
+ return TRIGGER_DEFINITIONS.filter((def) => enabledFlags[def.trigger]).map((def) => {
84
+ var _a, _b;
85
+ return ({
86
+ text: (_b = (_a = this.translator) === null || _a === void 0 ? void 0 : _a.get(def.translationKey)) !== null && _b !== void 0 ? _b : def.trigger,
87
+ commandText: def.helperLabel,
88
+ icon: def.icon,
89
+ iconOnly: true,
90
+ value: def.trigger,
91
+ });
92
+ });
93
+ }
94
+ renderTriggerActions() {
95
+ const actions = this.triggerActions;
96
+ if (actions.length === 0) {
97
+ return;
98
+ }
99
+ return (h("limel-action-bar", { actions: actions, onItemSelected: this.handleTriggerSelected }));
100
+ }
101
+ renderFileInput() {
102
+ var _a, _b, _c, _d, _e, _f;
103
+ if (!this.fileInput) {
104
+ return;
105
+ }
106
+ return (h("limel-file-input", { accept: (_a = this.fileInput.accept) !== null && _a !== void 0 ? _a : '*', multiple: (_b = this.fileInput.multiple) !== null && _b !== void 0 ? _b : false, disabled: (_c = this.fileInput.disabled) !== null && _c !== void 0 ? _c : false, onFilesSelected: this.handleFilesSelected }, h("limel-icon-button", { icon: "attach", disabled: (_d = this.fileInput.disabled) !== null && _d !== void 0 ? _d : false, label: (_e = this.translator) === null || _e === void 0 ? void 0 : _e.get('webclient.attach-files'), helperLabel: (_f = this.translator) === null || _f === void 0 ? void 0 : _f.get('webclient.attach-files-helper') })));
107
+ }
108
+ };
109
+ ComposerToolbar.style = LimebbComposerToolbarStyle0;
110
+
111
+ export { ComposerToolbar as limebb_composer_toolbar };
@@ -1849,7 +1849,7 @@ const CurrencyPicker = class {
1849
1849
  };
1850
1850
  }
1851
1851
  render() {
1852
- return (h("limel-picker", { key: 'a8f8adca9dddaeaf0e8007b98d5d824d94a10a56', 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 }));
1852
+ return (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 }));
1853
1853
  }
1854
1854
  getCurrencyName(code) {
1855
1855
  var _a;
@@ -17,7 +17,7 @@ const DashboardComponent = class {
17
17
  };
18
18
  }
19
19
  render() {
20
- return [this.renderHeader(), h("slot", { key: '1b38b23d42d5a90c88e814ae617ee98d8dbf4d94', name: "content" })];
20
+ return [this.renderHeader(), h("slot", { key: '3d016060b9b3287c330d1250c4f107fd2fb25612', name: "content" })];
21
21
  }
22
22
  };
23
23
  DashboardComponent.style = LimebbDashboardWidgetStyle0;
@@ -73,7 +73,7 @@ const DatePicker = class {
73
73
  if (this.value) {
74
74
  this.shouldEmitValueAsString = typeof this.value === 'string';
75
75
  }
76
- return (h("limel-date-picker", { key: '95502501f32531eda1620df9350be229e0c75f9e', 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 }));
76
+ return (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 }));
77
77
  }
78
78
  parseDateValue() {
79
79
  const value = this.value;
@@ -22,7 +22,7 @@ const DateRange = class {
22
22
  this.originalEndTime = this.endTime;
23
23
  }
24
24
  render() {
25
- return (h("div", { key: '65c4cc481586b8303227a6ee60ffae59d27c9db5', class: "date-pickers" }, this.renderStartDatePicker(), this.renderEndDatePicker()));
25
+ return (h("div", { key: '5ec890a021ae53b045046f7994a84a8d9c4698d9', class: "date-pickers" }, this.renderStartDatePicker(), this.renderEndDatePicker()));
26
26
  }
27
27
  renderStartDatePicker() {
28
28
  if (!this.originalStartTime) {
@@ -115,10 +115,10 @@ const DocumentItemComponent = class {
115
115
  render() {
116
116
  const isUnavailable = this.isUnavailable();
117
117
  const image = this.getImage();
118
- return (h(Host, { key: 'c4a70828295792ed3a50679adb08ed0692c25131', id: String(this.item.file.id), class: {
118
+ return (h(Host, { key: 'dcde12cbad8827bf2a24aeed5f79a2a142ccd447', id: String(this.item.file.id), class: {
119
119
  'has-image': !!image,
120
120
  'has-error': !!this.item.hasError,
121
- }, role: this.type === 'radio' ? 'radio' : 'checkbox', "aria-checked": this.item.selected ? 'true' : 'false', "aria-disabled": isUnavailable ? 'true' : 'false', tabIndex: isUnavailable ? -1 : 0 }, h("limel-card", { key: 'b9794a751ebc9cf62d39ec21104f6f54b53c204d', image: image, clickable: isUnavailable ? false : true, onClick: this.handleDocumentItemClick, onKeyDown: this.handleKeyDown }, h("div", { key: '895d606422f773ab62da2ea0d9ce327001225cc0', slot: "component" }, this.renderFileSize(), this.renderBooleanInput())), this.renderHelp()));
121
+ }, role: this.type === 'radio' ? 'radio' : 'checkbox', "aria-checked": this.item.selected ? 'true' : 'false', "aria-disabled": isUnavailable ? 'true' : 'false', tabIndex: isUnavailable ? -1 : 0 }, h("limel-card", { key: '9ff6628132ce3d11e0f714dc986a7e22cd0c7a76', image: image, clickable: isUnavailable ? false : true, onClick: this.handleDocumentItemClick, onKeyDown: this.handleKeyDown }, h("div", { key: '64d7d70132e981fdb8d2e19edf467bfa25b5957e', slot: "component" }, this.renderFileSize(), this.renderBooleanInput())), this.renderHelp()));
122
122
  }
123
123
  renderBooleanInput() {
124
124
  const id = this.getControlId();
@@ -67,7 +67,7 @@ const DocumentPicker = class {
67
67
  this.labelId = createRandomString();
68
68
  }
69
69
  render() {
70
- return (h(Host, { key: '48b0a743a0ae3295497d40ac4c363e3b273ef079' }, h("limel-notched-outline", { key: '11888648097397f97361b3088c047ebb947a3ac7', labelId: this.labelId, label: this.label, required: this.required, invalid: this.invalid, hasFloatingLabel: true }, h("div", { key: '3288515518395ff1f57c2614760bd549d107f9b5', 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()));
70
+ return (h(Host, { key: '6554eadab98c010e090558343f2b7fe02f0ff30f' }, h("limel-notched-outline", { key: 'cb70c92e464ec41cc7792825dbf341b73c0d51b5', labelId: this.labelId, label: this.label, required: this.required, invalid: this.invalid, hasFloatingLabel: true }, h("div", { key: 'd956cab6104a44a8384aec582c9c87c757b2c985', 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()));
71
71
  }
72
72
  renderItems() {
73
73
  return this.items.map((item) => (h("limebb-document-item", { platform: this.platform, context: this.context, item: item, key: item.file.id, type: this.type, onInteract: this.handleItemInteract })));
@@ -8,7 +8,7 @@ const FeedItemThumbnailFileInfo = class {
8
8
  registerInstance(this, hostRef);
9
9
  }
10
10
  render() {
11
- return h("span", { key: '8666d078890e59b7c3cad08449be74f8d0b454a9' }, this.description);
11
+ return h("span", { key: '069a5fa52cbf4a8af6bd2b1a39b06a55b2425cf9' }, this.description);
12
12
  }
13
13
  };
14
14
  FeedItemThumbnailFileInfo.style = LimebbFeedItemThumbnailFileInfoStyle0;
@@ -205,7 +205,7 @@ const FeedTimelineItem = class {
205
205
  render() {
206
206
  var _a, _b;
207
207
  const helperTextId = `helper-text-${this.item.id}`;
208
- return (h(Host, { key: '2c7bc6857a6ff9d7241f6c62f5cf049c47e3d118', id: this.item.id, class: {
208
+ return (h(Host, { key: '23db557be6e62f605b3d457209d3e03e47b88510', id: this.item.id, class: {
209
209
  'has-unpromoted-actions': !!((_a = this.item.unpromotedActions) === null || _a === void 0 ? void 0 : _a.length),
210
210
  'has-author-picture': !!((_b = this.item.author) === null || _b === void 0 ? void 0 : _b.picture),
211
211
  'shows-less': !this.showMore,
@@ -237,7 +237,7 @@ const Feed = class {
237
237
  this.highlighter.unregisterFeed(this.feedItemElement);
238
238
  }
239
239
  render() {
240
- return (h(Host, { key: '0d2599bd299336c1b84fb0fb0597a281a46b0ecd', role: "log", "aria-busy": this.loading ? 'true' : 'false', style: {
240
+ return (h(Host, { key: 'ba514e5c049d1c06260bca13834317688f5c8966', role: "log", "aria-busy": this.loading ? 'true' : 'false', style: {
241
241
  '--limebb-feed-highlight-duration': `${ITEM_HIGHLIGHT_DURATION}ms`,
242
242
  } }, this.renderLoadMore(), this.renderEmptyFeedMessage(), this.renderSpinner(), this.renderFeedItems()));
243
243
  }
@@ -52993,7 +52993,7 @@ const IconPicker = class {
52993
52993
  icon: this.value,
52994
52994
  };
52995
52995
  }
52996
- return (h("limel-picker", { key: '036d375a1f44b19d1c7865cc91bec72edc65cac4', 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" }));
52996
+ return (h("limel-picker", { key: '9ab148e0ae9bf8095b4f018303b7d13821a8ce83', 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" }));
52997
52997
  }
52998
52998
  };
52999
52999
 
@@ -92,7 +92,7 @@ const InfoTileAdminConfig = class {
92
92
  },
93
93
  ];
94
94
  return [
95
- h("limel-button-group", { key: '0e65b3e86e794feacb84f3ea7da6b8e6ee8c4d3f', value: buttons.filter(this.isValidButton), onChange: this.handleChangeType }),
95
+ h("limel-button-group", { key: '971f24abda709fdf0b6803037557472bbec9c357', value: buttons.filter(this.isValidButton), onChange: this.handleChangeType }),
96
96
  this.renderFormatConfig(),
97
97
  ];
98
98
  }
@@ -433,7 +433,7 @@ const InfoTile = class {
433
433
  const errorProps = Object.assign(Object.assign({}, baseProps), { icon: 'error', prefix: 'ERROR', loading: true, label: this.getLabel(filter) });
434
434
  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() });
435
435
  const props = !filter || this.error ? errorProps : normalProps;
436
- return (h("limel-info-tile", Object.assign({ key: '3bf7b73958c43b6655b27864313cdcb35806a544', class: { error: !filter || this.error } }, props)));
436
+ return (h("limel-info-tile", Object.assign({ key: '9634fc3d797fa0382b9e0eca1eabf67c19ffa4a6', class: { error: !filter || this.error } }, props)));
437
437
  }
438
438
  getFormattedValue() {
439
439
  if (!this.value && this.value !== 0) {
@@ -28,7 +28,7 @@ const KanbanGroup = class {
28
28
  };
29
29
  }
30
30
  render() {
31
- return (h(Host, { key: 'facbffb1c7247c2fe6873b0764bfeed96cd0eebd' }, this.renderHelp(), this.renderGroupHeading(), this.renderGroupSummary(), this.renderItems()));
31
+ return (h(Host, { key: '1257ca054481efc8f33ad7b9fb729ee8304e5539' }, this.renderHelp(), this.renderGroupHeading(), this.renderGroupSummary(), this.renderItems()));
32
32
  }
33
33
  renderGroupSummary() {
34
34
  if (!this.summary || !this.totalCount) {
@@ -56,7 +56,7 @@ const KanbanItemComponent = class {
56
56
  }
57
57
  render() {
58
58
  var _a, _b;
59
- return (h(Host, { key: '64ddf50711549fd8dbbd8a3661af34e4275c594e', id: this.item.id.toString(), class: {
59
+ return (h(Host, { key: '4c57d77052c3773be3ec323f34769095d514d82b', id: this.item.id.toString(), class: {
60
60
  'has-unpromoted-actions': !!((_a = this.item.unpromotedActions) === null || _a === void 0 ? void 0 : _a.length),
61
61
  'is-selected': !!((_b = this.item) === null || _b === void 0 ? void 0 : _b.selected),
62
62
  }, style: {
@@ -150,7 +150,7 @@ const LimeQueryBuilder = class {
150
150
  }
151
151
  }
152
152
  render() {
153
- return (h(Host, { key: '64bfb646bbe2d15ef08af6e8adcccdae366bfec2' }, this.renderHeader(), this.renderContent()));
153
+ return (h(Host, { key: '683e54464031d37a38480a55aed3e3006ec9e806' }, this.renderHeader(), this.renderContent()));
154
154
  }
155
155
  renderContent() {
156
156
  const visualModeSupported = this.checkVisualModeSupport();
@@ -195,7 +195,7 @@ const OrderByEditor = class {
195
195
  }
196
196
  }
197
197
  render() {
198
- return (h(Host, { key: 'fe687e562d6cd7448ee705d326e70be8e9e467d7' }, this.renderEmptyState(), this.renderOrderByEditor()));
198
+ return (h(Host, { key: 'b0caaa11dcb633423bae612e22105de44ed1a7a1' }, this.renderEmptyState(), this.renderOrderByEditor()));
199
199
  }
200
200
  renderEmptyState() {
201
201
  if (this.limetype) {
@@ -323,7 +323,7 @@ const LimetypeField = class {
323
323
  value: '',
324
324
  };
325
325
  options.unshift(emptyOption);
326
- return (h("limel-select", { key: '27a42a235e492afdb32bfa4653c966cab535a846', label: this.label, options: options, value: selectedOption, required: this.required, helperText: this.helperText, invalid: invalid, disabled: this.disabled || this.readonly, onChange: this.handleChange }));
326
+ return (h("limel-select", { key: '098e8b2996788bdfdb785e602173c1a75f506661', label: this.label, options: options, value: selectedOption, required: this.required, helperText: this.helperText, invalid: invalid, disabled: this.disabled || this.readonly, onChange: this.handleChange }));
327
327
  }
328
328
  componentWillRender() {
329
329
  this.updatePropertyFields(this.value || '');
@@ -106,7 +106,7 @@ const LimeQueryFilterComparisonComponent = class {
106
106
  };
107
107
  }
108
108
  render() {
109
- return (h(Host, { key: '7f43cdd2fe758a89c72f93b45986fbe3919d3173' }, this.renderHeader(), h("div", { key: '870ab0dc2f8467f95d00194e78eeb4a9e8fe711e', class: "expression-container" }, this.renderPropertySelector(), this.renderOperator(), this.renderValueInput(), h("limel-icon-button", { key: '2712a25b9058e1d60cbf86c5b968eaa054a96f0e', class: "remove", icon: "trash", label: "Remove condition", onClick: this.removeExpression }))));
109
+ return (h(Host, { key: '1bbb2389d353b5a1b174ee5423ab524a350d5810' }, this.renderHeader(), h("div", { key: 'a81fed03577d534e509ddcbc9ef66456191fe53f', class: "expression-container" }, this.renderPropertySelector(), this.renderOperator(), this.renderValueInput(), h("limel-icon-button", { key: 'e3f76847095e0d586d7c72e6750acb220a187e6e', class: "remove", icon: "trash", label: "Remove condition", onClick: this.removeExpression }))));
110
110
  }
111
111
  renderHeader() {
112
112
  if (!this.label) {
@@ -180,9 +180,9 @@ const LimeQueryFilterGroupComponent = class {
180
180
  (this.expression.op === re.AND ? 'and' : 'or')) || this.options[0];
181
181
  }
182
182
  render() {
183
- return (h(Host, { key: '757b08e5d85d11131b5b5e47cefacb11fd2894f9', style: {
183
+ return (h(Host, { key: '3543d72a3edb0c320abb3f9379d338d36ad6d6c4', style: {
184
184
  '--limebb-lime-query-filter-group-operator': `"${this.expression.op === re.AND ? 'AND' : 'OR'}"`,
185
- } }, h("div", { key: '4d2c562555247b40856454aa8072fbd7bf65c5ba', class: "expression" }, this.renderHeader(), h("ul", { key: '1d68ef3bafc0ba2444a7712b795cb878c0a770dd' }, this.expression.exp.map(this.renderChildExpression), this.renderAddButton()), this.renderAddGroupButton())));
185
+ } }, h("div", { key: '01bed380a233e8add40afb4d45c1606fb28989fc', class: "expression" }, this.renderHeader(), h("ul", { key: '7b6ac524a60a7782ca1ecc7759040d4eca3647ef' }, this.expression.exp.map(this.renderChildExpression), this.renderAddButton()), this.renderAddGroupButton())));
186
186
  }
187
187
  renderHeader() {
188
188
  const subheading = this.getSubheading();
@@ -237,7 +237,7 @@ const LimeQueryFilterNotComponent = class {
237
237
  };
238
238
  }
239
239
  render() {
240
- return (h("div", { key: '853b9dc1c02b9079615fbb912f6c9857ce88ecaf', class: "expression" }, this.label && h("limel-header", { key: '6ac9a53f1238c6f2c1ab2d87fb0c3bcc54606216', heading: this.label }), h("limebb-lime-query-filter-expression", { key: 'b736dc7bdab308ce03007ab6bbe907494376eb9b', platform: this.platform, context: this.context, label: "Not", limetype: this.limetype, activeLimetype: this.activeLimetype, expression: this.expression.exp, onExpressionChange: this.handleExpressionChange })));
240
+ return (h("div", { key: '7ee2b42fce778c2239a8537cf3d9ce6808c97d79', class: "expression" }, this.label && h("limel-header", { key: 'd14cadc9ca8522a637614952579c760943df27f9', heading: this.label }), h("limebb-lime-query-filter-expression", { key: 'd9b52ba968caafd32405744ebff05f216b805f56', platform: this.platform, context: this.context, label: "Not", limetype: this.limetype, activeLimetype: this.activeLimetype, expression: this.expression.exp, onExpressionChange: this.handleExpressionChange })));
241
241
  }
242
242
  };
243
243
  LimeQueryFilterNotComponent.style = LimebbLimeQueryFilterNotStyle0;
@@ -37,9 +37,9 @@ const OrderByItemComponent = class {
37
37
  render() {
38
38
  const propertyPath = Object.keys(this.item)[0] || '';
39
39
  const direction = this.item[propertyPath] || 'ASC';
40
- return (h(Host, { key: 'f71d4adf6c90ed39c203f04406c480bd75b8832d' }, h("limebb-property-selector", { key: '93396fa76d161e05e1c1db1b1d14735729c85f55', platform: this.platform, context: this.context, limetype: this.limetype, label: "Property", value: propertyPath, required: true, onChange: this.handlePathChange }), h("div", { key: '385ac18cb0b63b30596bb70bfebd4efe83853d37', class: "control-buttons" }, h("limel-icon-button", { key: 'c5f60db12c6f1604383cfd84ede593c86747606a', icon: direction === 'ASC'
40
+ return (h(Host, { key: 'c0f53a833675b0f086791cdd408e1cffe4fe0f63' }, h("limebb-property-selector", { key: 'd7dc95d9b452334db487494d012ae80dbd3cc3fb', platform: this.platform, context: this.context, limetype: this.limetype, label: "Property", value: propertyPath, required: true, onChange: this.handlePathChange }), h("div", { key: 'f7e70e87cf611acee5b74f2d04416055834b3dcd', class: "control-buttons" }, h("limel-icon-button", { key: 'ca44aa6f7cd6fbadafafe09540494f95215b4d8c', icon: direction === 'ASC'
41
41
  ? 'sort_ascending'
42
- : 'sort_descending', label: direction === 'ASC' ? 'Ascending' : 'Descending', onClick: this.handleToggleDirection }), h("limel-icon-button", { key: '8e70845e294f0a0e575e10044e4ba11aad1c5a4f', icon: "trash", label: "Remove", onClick: this.handleRemove }))));
42
+ : 'sort_descending', label: direction === 'ASC' ? 'Ascending' : 'Descending', onClick: this.handleToggleDirection }), h("limel-icon-button", { key: '92a21267fc8c803c59a686064a77103ddcba71fd', icon: "trash", label: "Remove", onClick: this.handleRemove }))));
43
43
  }
44
44
  };
45
45
  OrderByItemComponent.style = LimebbLimeQueryOrderByItemStyle0;
@@ -192,7 +192,7 @@ const LimeQueryResponseFormatBuilder = class {
192
192
  }
193
193
  render() {
194
194
  const visualModeSupported = this.checkVisualModeSupport();
195
- return (h("div", { key: '1231dbb540a0facfea168a239aa86507f06667ac', class: "response-format-builder" }, this.label && h("h1", { key: '9b0ede18f9922da64b4bd7e2a6b875e10e9d5838', class: "builder-label" }, this.label), this.helperText && (h("p", { key: '6ac79cac8af59a1ef9c05d1eead5ded2b1de520b', class: "builder-helper-text" }, this.helperText)), this.visualModeEnabled && (h("div", { key: '1add7c2d07458dca12e325566774996c79381a41', class: "mode-controls" }, this.renderModeSwitch(visualModeSupported))), !this.visualModeEnabled || this.mode === 'code' ? (h("div", { class: "code-mode" }, this.renderCodeEditor(visualModeSupported))) : (h("div", { class: "visual-mode" }, this.renderVisualMode()))));
195
+ return (h("div", { key: '56166271cfd95e3164f6002605de9b4a73d5b850', class: "response-format-builder" }, this.label && h("h1", { key: 'cccc53913dc0ced44b736328a16c85b3db2a61d4', class: "builder-label" }, this.label), this.helperText && (h("p", { key: '765ea2f4a052f78beba9c60157f07711f432293e', class: "builder-helper-text" }, this.helperText)), this.visualModeEnabled && (h("div", { key: '15a7159322713ab288ef70e8f98aaa11d5064d1f', class: "mode-controls" }, this.renderModeSwitch(visualModeSupported))), !this.visualModeEnabled || this.mode === 'code' ? (h("div", { class: "code-mode" }, this.renderCodeEditor(visualModeSupported))) : (h("div", { class: "visual-mode" }, this.renderVisualMode()))));
196
196
  }
197
197
  renderModeSwitch(support) {
198
198
  const visualDisabled = !support.visualModeSupported;