@limetech/lime-crm-building-blocks 1.139.1 → 2.0.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 (349) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/cjs/file-contents-url-CIoCVl85.js +14 -0
  3. package/dist/cjs/{filter-condition-icons-HypsDn6x.js → filter-condition-icons-QK5stWj6.js} +142 -0
  4. package/dist/cjs/{filter-group-logic-BPpM2NqX.js → filter-group-logic-EDLGrkTt.js} +12 -12
  5. package/dist/cjs/filter-operators-CVCyCZ7Q.js +61 -0
  6. package/dist/cjs/index.cjs.js +8 -1
  7. package/dist/cjs/{index.esm-Se3EtD3m.js → index.esm-CcYbS__E.js} +210 -181
  8. package/dist/cjs/lime-crm-building-blocks.cjs.js +1 -1
  9. package/dist/cjs/{lime-query-validation-CJC3mtnT.js → lime-query-validation-B0oYW7Z6.js} +7 -7
  10. package/dist/cjs/limebb-alert-dialog.cjs.entry.js +1 -1
  11. package/dist/cjs/limebb-browser.cjs.entry.js +3 -3
  12. package/dist/cjs/limebb-chat-icon-list_3.cjs.entry.js +5 -5
  13. package/dist/cjs/limebb-chat-list.cjs.entry.js +2 -2
  14. package/dist/cjs/limebb-color-palette-picker.cjs.entry.js +1 -1
  15. package/dist/cjs/limebb-color-palette-swatches.cjs.entry.js +1 -1
  16. package/dist/cjs/limebb-component-config.cjs.entry.js +1 -1
  17. package/dist/cjs/limebb-component-picker.cjs.entry.js +1 -1
  18. package/dist/cjs/limebb-composer-toolbar.cjs.entry.js +3 -3
  19. package/dist/cjs/limebb-currency-picker.cjs.entry.js +2 -2
  20. package/dist/cjs/limebb-dashboard-widget.cjs.entry.js +1 -1
  21. package/dist/cjs/limebb-data-cells.cjs.entry.js +1 -1
  22. package/dist/cjs/limebb-date-picker.cjs.entry.js +2 -2
  23. package/dist/cjs/limebb-date-range.cjs.entry.js +1 -1
  24. package/dist/cjs/limebb-document-chips.cjs.entry.js +1 -1
  25. package/dist/cjs/limebb-document-item.cjs.entry.js +2 -2
  26. package/dist/cjs/limebb-document-picker.cjs.entry.js +1 -1
  27. package/dist/cjs/limebb-feed-item-thumbnail-file-info.cjs.entry.js +1 -1
  28. package/dist/cjs/limebb-feed-timeline-item.cjs.entry.js +6 -2
  29. package/dist/cjs/limebb-feed.cjs.entry.js +2 -2
  30. package/dist/cjs/{limebb-filter-chip_5.cjs.entry.js → limebb-filter-chip_6.cjs.entry.js} +126 -92
  31. package/dist/cjs/limebb-icon-picker.cjs.entry.js +1 -1
  32. package/dist/cjs/limebb-info-tile-format.cjs.entry.js +1 -1
  33. package/dist/cjs/limebb-info-tile.cjs.entry.js +11 -10
  34. package/dist/cjs/limebb-inline-image.cjs.entry.js +49 -0
  35. package/dist/cjs/limebb-kanban-group.cjs.entry.js +3 -3
  36. package/dist/cjs/limebb-kanban-item.cjs.entry.js +2 -2
  37. package/dist/cjs/limebb-lime-query-builder.cjs.entry.js +4 -4
  38. package/dist/cjs/limebb-lime-query-filter-builder.cjs.entry.js +5 -5
  39. package/dist/cjs/limebb-lime-query-filter-comparison_2.cjs.entry.js +10 -27
  40. package/dist/cjs/limebb-lime-query-order-by-editor_2.cjs.entry.js +4 -4
  41. package/dist/cjs/limebb-lime-query-order-by-item.cjs.entry.js +2 -2
  42. package/dist/cjs/limebb-lime-query-response-format-builder.cjs.entry.js +4 -4
  43. package/dist/cjs/limebb-lime-query-response-format-editor_2.cjs.entry.js +1 -1
  44. package/dist/cjs/limebb-limeobject-file-viewer.cjs.entry.js +3 -3
  45. package/dist/cjs/limebb-live-docs-info.cjs.entry.js +2 -2
  46. package/dist/cjs/limebb-loader.cjs.entry.js +2 -2
  47. package/dist/cjs/limebb-locale-picker.cjs.entry.js +2 -2
  48. package/dist/cjs/limebb-mention-group-counter.cjs.entry.js +2 -2
  49. package/dist/cjs/limebb-mention.cjs.entry.js +1 -1
  50. package/dist/cjs/limebb-navigation-button_2.cjs.entry.js +2 -2
  51. package/dist/cjs/limebb-notification-item.cjs.entry.js +2 -2
  52. package/dist/cjs/limebb-notification-list.cjs.entry.js +1 -1
  53. package/dist/cjs/limebb-object-chip.cjs.entry.js +3 -3
  54. package/dist/cjs/limebb-percentage-visualizer.cjs.entry.js +3 -3
  55. package/dist/cjs/limebb-property-selector.cjs.entry.js +3 -3
  56. package/dist/cjs/limebb-rule-arg-filter-editor.cjs.entry.js +2 -2
  57. package/dist/cjs/limebb-rule-chip-popover.cjs.entry.js +3 -3
  58. package/dist/cjs/limebb-rule-editor.cjs.entry.js +3 -3
  59. package/dist/cjs/limebb-rule-gate.cjs.entry.js +2 -2
  60. package/dist/cjs/limebb-text-editor.cjs.entry.js +51 -144
  61. package/dist/cjs/limebb-trend-indicator.cjs.entry.js +2 -2
  62. package/dist/cjs/limebb-value-comparison-editor.cjs.entry.js +38 -36
  63. package/dist/cjs/{limetype-CmgP0nbZ.js → limetype-C-fVThrI.js} +1 -1
  64. package/dist/cjs/loader.cjs.js +1 -1
  65. package/dist/collection/collection-manifest.json +2 -0
  66. package/dist/collection/components/alert-dialog/alert-dialog.js +1 -1
  67. package/dist/collection/components/browser/browser.js +2 -2
  68. package/dist/collection/components/chat-list/chat-icon-list/chat-icon-list.js +1 -1
  69. package/dist/collection/components/chat-list/chat-item/chat-item.js +2 -2
  70. package/dist/collection/components/chat-list/chat-list.js +1 -1
  71. package/dist/collection/components/chat-list/typing-indicator/typing-indicator.js +1 -1
  72. package/dist/collection/components/color-palette-picker/color-palette-picker.js +1 -1
  73. package/dist/collection/components/color-palette-picker/color-palette-swatches/color-palette-swatches.js +1 -1
  74. package/dist/collection/components/composer-toolbar/composer-toolbar.js +2 -2
  75. package/dist/collection/components/currency-picker/currency-picker.js +1 -1
  76. package/dist/collection/components/dashboard-widget/dashboard-widget.js +1 -1
  77. package/dist/collection/components/date-picker/date-picker.js +1 -1
  78. package/dist/collection/components/date-range/date-range.js +1 -1
  79. package/dist/collection/components/document-chips/document-chips.js +1 -1
  80. package/dist/collection/components/document-picker/document-item/document-item.js +2 -2
  81. package/dist/collection/components/document-picker/document-picker.js +1 -1
  82. package/dist/collection/components/feed/feed-item/feed-timeline-item.js +5 -1
  83. package/dist/collection/components/feed/feed-item-thumbnail-file-info/feed-item-thumbnail-file-info.js +1 -1
  84. package/dist/collection/components/feed/feed.js +1 -1
  85. package/dist/collection/components/filter-chip/filter-chip.js +2 -2
  86. package/dist/collection/components/filter-chip/filter-condition-icons.js +141 -0
  87. package/dist/collection/components/filter-chip/filter-operators.js +54 -0
  88. package/dist/collection/components/filter-condition-picker/filter-condition-picker.css +7 -0
  89. package/dist/collection/components/filter-condition-picker/filter-condition-picker.js +256 -0
  90. package/dist/collection/components/icon-picker/icon-picker.js +1 -1
  91. package/dist/collection/components/info-tile/format/config/info-tile-format.js +1 -1
  92. package/dist/collection/components/info-tile/info-tile.js +2 -2
  93. package/dist/collection/components/info-tile/loader.js +2 -1
  94. package/dist/collection/components/inline-image/inline-image.css +12 -0
  95. package/dist/collection/components/inline-image/inline-image.js +146 -0
  96. package/dist/collection/components/kanban/kanban-group/kanban-group.js +1 -1
  97. package/dist/collection/components/kanban/kanban-item/kanban-item.js +1 -1
  98. package/dist/collection/components/lime-query-builder/expressions/compound-leaf.js +6 -6
  99. package/dist/collection/components/lime-query-builder/expressions/lime-query-filter-comparison-editor.js +37 -20
  100. package/dist/collection/components/lime-query-builder/expressions/lime-query-filter-comparison.js +8 -25
  101. package/dist/collection/components/lime-query-builder/expressions/lime-query-filter-group.js +2 -2
  102. package/dist/collection/components/lime-query-builder/expressions/lime-query-filter-not.js +1 -1
  103. package/dist/collection/components/lime-query-builder/expressions/lime-query-operators.js +23 -57
  104. package/dist/collection/components/lime-query-builder/lime-query-builder.js +1 -1
  105. package/dist/collection/components/lime-query-builder/lime-query-response-format-builder.js +1 -1
  106. package/dist/collection/components/lime-query-builder/limetype-field/limetype-field.js +1 -1
  107. package/dist/collection/components/lime-query-builder/order-by/order-by-editor.js +1 -1
  108. package/dist/collection/components/lime-query-builder/order-by/order-by-item.js +2 -2
  109. package/dist/collection/components/lime-query-builder/response-format/response-format-item.js +1 -1
  110. package/dist/collection/components/limeobject/file-viewer/live-docs-info.js +2 -2
  111. package/dist/collection/components/locale-picker/locale-picker.js +1 -1
  112. package/dist/collection/components/notification-list/notification-item/notification-item.js +1 -1
  113. package/dist/collection/components/percentage-visualizer/percentage-visualizer.js +2 -2
  114. package/dist/collection/components/rule-editor/rule-chip-popover/rule-chip-popover.js +1 -1
  115. package/dist/collection/components/rule-editor/rule-editor.js +1 -1
  116. package/dist/collection/components/rule-editor/value-comparison-editor/value-comparison-editor.js +62 -36
  117. package/dist/collection/components/rule-gate/rule-gate.js +1 -1
  118. package/dist/collection/components/summary-popover/summary-popover.js +2 -2
  119. package/dist/collection/components/text-editor/mention-group-counter.js +2 -2
  120. package/dist/collection/components/text-editor/text-editor.js +57 -45
  121. package/dist/collection/components/trend-indicator/trend-indicator.js +1 -1
  122. package/dist/collection/index.js +1 -0
  123. package/dist/collection/util/file-contents-url.js +10 -0
  124. package/dist/components/chat-icon-list.js +1 -1
  125. package/dist/components/chat-item.js +1 -1
  126. package/dist/components/currency-picker.js +1 -1
  127. package/dist/components/date-picker.js +1 -1
  128. package/dist/components/document-item.js +1 -1
  129. package/dist/components/feed-item-thumbnail-file-info.js +1 -1
  130. package/dist/components/feed-timeline-item.js +1 -1
  131. package/dist/components/file-contents-url.js +1 -0
  132. package/dist/components/filter-chip.js +1 -1
  133. package/dist/components/filter-condition-icons.js +1 -1
  134. package/dist/components/filter-condition-picker.js +1 -0
  135. package/dist/components/filter-operators.js +1 -0
  136. package/dist/components/index.esm.js +1 -1
  137. package/dist/components/index.js +1 -1
  138. package/dist/components/kanban-group.js +1 -1
  139. package/dist/components/kanban-item.js +1 -1
  140. package/dist/components/lime-query-filter-builder.js +1 -1
  141. package/dist/components/lime-query-filter-comparison-editor.js +1 -1
  142. package/dist/components/lime-query-filter-comparison.js +1 -1
  143. package/dist/components/lime-query-filter-expression.js +1 -1
  144. package/dist/components/lime-query-validation.js +1 -1
  145. package/dist/components/lime-query-value-input.js +1 -1
  146. package/dist/components/limebb-alert-dialog.js +1 -1
  147. package/dist/components/limebb-browser.js +1 -1
  148. package/dist/components/limebb-chat-list.js +1 -1
  149. package/dist/components/limebb-color-palette-picker.js +1 -1
  150. package/dist/components/limebb-color-palette-swatches.js +1 -1
  151. package/dist/components/limebb-component-config.js +1 -1
  152. package/dist/components/limebb-component-picker.js +1 -1
  153. package/dist/components/limebb-composer-toolbar.js +1 -1
  154. package/dist/components/limebb-dashboard-widget.js +1 -1
  155. package/dist/components/limebb-data-cells.js +1 -1
  156. package/dist/components/limebb-date-range.js +1 -1
  157. package/dist/components/limebb-document-chips.js +1 -1
  158. package/dist/components/limebb-document-picker.js +1 -1
  159. package/dist/components/limebb-feed.js +1 -1
  160. package/dist/components/limebb-filter-condition-picker.d.ts +11 -0
  161. package/dist/components/limebb-filter-condition-picker.js +1 -0
  162. package/dist/components/limebb-icon-picker.js +1 -1
  163. package/dist/components/limebb-info-tile-format.js +1 -1
  164. package/dist/components/limebb-info-tile.js +1 -1
  165. package/dist/components/limebb-inline-image.d.ts +11 -0
  166. package/dist/components/limebb-inline-image.js +1 -0
  167. package/dist/components/limebb-lime-query-builder.js +1 -1
  168. package/dist/components/limebb-lime-query-response-format-builder.js +1 -1
  169. package/dist/components/limebb-limeobject-file-viewer.js +1 -1
  170. package/dist/components/limebb-loader.js +1 -1
  171. package/dist/components/limebb-locale-picker.js +1 -1
  172. package/dist/components/limebb-mention-group-counter.js +1 -1
  173. package/dist/components/limebb-mention.js +1 -1
  174. package/dist/components/limebb-notification-list.js +1 -1
  175. package/dist/components/limebb-object-chip.js +1 -1
  176. package/dist/components/limebb-rule-arg-filter-editor.js +1 -1
  177. package/dist/components/limebb-rule-editor.js +1 -1
  178. package/dist/components/limebb-rule-gate.js +1 -1
  179. package/dist/components/limebb-text-editor.js +1 -1
  180. package/dist/components/limebb-trend-indicator.js +1 -1
  181. package/dist/components/limebb-value-comparison-editor.js +1 -1
  182. package/dist/components/limetype-field.js +1 -1
  183. package/dist/components/live-docs-info.js +1 -1
  184. package/dist/components/notification-item.js +1 -1
  185. package/dist/components/order-by-editor.js +1 -1
  186. package/dist/components/order-by-item.js +1 -1
  187. package/dist/components/percentage-visualizer.js +1 -1
  188. package/dist/components/property-selector.js +1 -1
  189. package/dist/components/response-format-item.js +1 -1
  190. package/dist/components/rule-chip-popover.js +1 -1
  191. package/dist/components/summary-popover.js +1 -1
  192. package/dist/components/typing-indicator.js +1 -1
  193. package/dist/esm/file-contents-url-Oswz9F3I.js +12 -0
  194. package/dist/esm/{filter-condition-icons-D8CJOcfs.js → filter-condition-icons-C_y3-T4Q.js} +142 -1
  195. package/dist/esm/{filter-group-logic-BMY_GEsX.js → filter-group-logic-DS1inQTh.js} +12 -12
  196. package/dist/esm/filter-operators-CsZi5iCV.js +57 -0
  197. package/dist/esm/{index.esm-C-L5fkQs.js → index.esm-BjIhvFKX.js} +200 -172
  198. package/dist/esm/index.js +4 -1
  199. package/dist/esm/lime-crm-building-blocks.js +1 -1
  200. package/dist/esm/{lime-query-validation-BwvluehW.js → lime-query-validation-CVV7mrLj.js} +7 -7
  201. package/dist/esm/limebb-alert-dialog.entry.js +1 -1
  202. package/dist/esm/limebb-browser.entry.js +3 -3
  203. package/dist/esm/limebb-chat-icon-list_3.entry.js +5 -5
  204. package/dist/esm/limebb-chat-list.entry.js +2 -2
  205. package/dist/esm/limebb-color-palette-picker.entry.js +1 -1
  206. package/dist/esm/limebb-color-palette-swatches.entry.js +1 -1
  207. package/dist/esm/limebb-component-config.entry.js +1 -1
  208. package/dist/esm/limebb-component-picker.entry.js +1 -1
  209. package/dist/esm/limebb-composer-toolbar.entry.js +3 -3
  210. package/dist/esm/limebb-currency-picker.entry.js +2 -2
  211. package/dist/esm/limebb-dashboard-widget.entry.js +1 -1
  212. package/dist/esm/limebb-data-cells.entry.js +1 -1
  213. package/dist/esm/limebb-date-picker.entry.js +2 -2
  214. package/dist/esm/limebb-date-range.entry.js +1 -1
  215. package/dist/esm/limebb-document-chips.entry.js +1 -1
  216. package/dist/esm/limebb-document-item.entry.js +2 -2
  217. package/dist/esm/limebb-document-picker.entry.js +1 -1
  218. package/dist/esm/limebb-feed-item-thumbnail-file-info.entry.js +1 -1
  219. package/dist/esm/limebb-feed-timeline-item.entry.js +6 -2
  220. package/dist/esm/limebb-feed.entry.js +2 -2
  221. package/dist/esm/{limebb-filter-chip_5.entry.js → limebb-filter-chip_6.entry.js} +126 -93
  222. package/dist/esm/limebb-icon-picker.entry.js +1 -1
  223. package/dist/esm/limebb-info-tile-format.entry.js +1 -1
  224. package/dist/esm/limebb-info-tile.entry.js +11 -10
  225. package/dist/esm/limebb-inline-image.entry.js +47 -0
  226. package/dist/esm/limebb-kanban-group.entry.js +3 -3
  227. package/dist/esm/limebb-kanban-item.entry.js +2 -2
  228. package/dist/esm/limebb-lime-query-builder.entry.js +4 -4
  229. package/dist/esm/limebb-lime-query-filter-builder.entry.js +5 -5
  230. package/dist/esm/limebb-lime-query-filter-comparison_2.entry.js +10 -27
  231. package/dist/esm/limebb-lime-query-order-by-editor_2.entry.js +4 -4
  232. package/dist/esm/limebb-lime-query-order-by-item.entry.js +2 -2
  233. package/dist/esm/limebb-lime-query-response-format-builder.entry.js +4 -4
  234. package/dist/esm/limebb-lime-query-response-format-editor_2.entry.js +1 -1
  235. package/dist/esm/limebb-limeobject-file-viewer.entry.js +3 -3
  236. package/dist/esm/limebb-live-docs-info.entry.js +2 -2
  237. package/dist/esm/limebb-loader.entry.js +2 -2
  238. package/dist/esm/limebb-locale-picker.entry.js +2 -2
  239. package/dist/esm/limebb-mention-group-counter.entry.js +2 -2
  240. package/dist/esm/limebb-mention.entry.js +1 -1
  241. package/dist/esm/limebb-navigation-button_2.entry.js +2 -2
  242. package/dist/esm/limebb-notification-item.entry.js +2 -2
  243. package/dist/esm/limebb-notification-list.entry.js +1 -1
  244. package/dist/esm/limebb-object-chip.entry.js +3 -3
  245. package/dist/esm/limebb-percentage-visualizer.entry.js +3 -3
  246. package/dist/esm/limebb-property-selector.entry.js +3 -3
  247. package/dist/esm/limebb-rule-arg-filter-editor.entry.js +2 -2
  248. package/dist/esm/limebb-rule-chip-popover.entry.js +3 -3
  249. package/dist/esm/limebb-rule-editor.entry.js +3 -3
  250. package/dist/esm/limebb-rule-gate.entry.js +2 -2
  251. package/dist/esm/limebb-text-editor.entry.js +51 -144
  252. package/dist/esm/limebb-trend-indicator.entry.js +2 -2
  253. package/dist/esm/limebb-value-comparison-editor.entry.js +38 -36
  254. package/dist/esm/{limetype-D4ZaWZ-3.js → limetype-BbMRN-SU.js} +1 -1
  255. package/dist/esm/loader.js +1 -1
  256. package/dist/lime-crm-building-blocks/index.esm.js +1 -1
  257. package/dist/lime-crm-building-blocks/lime-crm-building-blocks.esm.js +1 -1
  258. package/dist/lime-crm-building-blocks/p-135ba2ee.entry.js +1 -0
  259. package/dist/lime-crm-building-blocks/{p-e4cef02f.entry.js → p-19dc7242.entry.js} +1 -1
  260. package/dist/lime-crm-building-blocks/p-1c6e5402.entry.js +1 -0
  261. package/dist/lime-crm-building-blocks/{p-96ea4550.entry.js → p-1f97e235.entry.js} +1 -1
  262. package/dist/lime-crm-building-blocks/{p-0f821315.entry.js → p-22e68812.entry.js} +1 -1
  263. package/dist/lime-crm-building-blocks/{p-fd38bf57.entry.js → p-240cbd82.entry.js} +1 -1
  264. package/dist/lime-crm-building-blocks/{p-3fc9866a.entry.js → p-251aca46.entry.js} +1 -1
  265. package/dist/lime-crm-building-blocks/p-25984c90.entry.js +1 -0
  266. package/dist/lime-crm-building-blocks/{p-80e04b27.entry.js → p-397a6191.entry.js} +1 -1
  267. package/dist/lime-crm-building-blocks/{p-46dc34a6.entry.js → p-3f537135.entry.js} +1 -1
  268. package/dist/lime-crm-building-blocks/{p-a6e9cefe.entry.js → p-52a92d89.entry.js} +1 -1
  269. package/dist/lime-crm-building-blocks/p-585f6cfe.entry.js +1 -0
  270. package/dist/lime-crm-building-blocks/{p-0579d006.entry.js → p-59fb624c.entry.js} +1 -1
  271. package/dist/lime-crm-building-blocks/{p-fb8d854b.entry.js → p-5beb508a.entry.js} +1 -1
  272. package/dist/lime-crm-building-blocks/{p-5b1ccfe1.entry.js → p-662fb8b6.entry.js} +1 -1
  273. package/dist/lime-crm-building-blocks/{p-00ca6522.entry.js → p-673226a6.entry.js} +1 -1
  274. package/dist/lime-crm-building-blocks/{p-9033acb5.entry.js → p-69b08896.entry.js} +1 -1
  275. package/dist/lime-crm-building-blocks/{p-01f84b0c.entry.js → p-6c2e25d9.entry.js} +1 -1
  276. package/dist/lime-crm-building-blocks/{p-bf4b2a91.entry.js → p-7033d408.entry.js} +1 -1
  277. package/dist/lime-crm-building-blocks/{p-fce1a282.entry.js → p-73b71080.entry.js} +1 -1
  278. package/dist/lime-crm-building-blocks/{p-3bf316f9.entry.js → p-742926a3.entry.js} +1 -1
  279. package/dist/lime-crm-building-blocks/p-78d362b4.entry.js +1 -0
  280. package/dist/lime-crm-building-blocks/p-79c492b2.entry.js +1 -0
  281. package/dist/lime-crm-building-blocks/{p-994296b0.entry.js → p-7a5c2dda.entry.js} +1 -1
  282. package/dist/lime-crm-building-blocks/{p-de785fee.entry.js → p-7b6c9cbf.entry.js} +1 -1
  283. package/dist/lime-crm-building-blocks/{p-354257f4.entry.js → p-7ce967b6.entry.js} +1 -1
  284. package/dist/lime-crm-building-blocks/{p-1cd148e2.entry.js → p-896e77b9.entry.js} +1 -1
  285. package/dist/lime-crm-building-blocks/{p-bde3e779.entry.js → p-906b4eca.entry.js} +1 -1
  286. package/dist/lime-crm-building-blocks/{p-41ddbdde.entry.js → p-964b066d.entry.js} +1 -1
  287. package/dist/lime-crm-building-blocks/p-CE43qjk3.js +1 -0
  288. package/dist/lime-crm-building-blocks/{p-D8CJOcfs.js → p-C_y3-T4Q.js} +1 -1
  289. package/dist/lime-crm-building-blocks/p-Cw4kdMw3.js +1 -0
  290. package/dist/lime-crm-building-blocks/p-DLehg4hi.js +1 -0
  291. package/dist/lime-crm-building-blocks/{p-CI6VHE0w.js → p-Dhyy9Td7.js} +1 -1
  292. package/dist/lime-crm-building-blocks/p-Oswz9F3I.js +1 -0
  293. package/dist/lime-crm-building-blocks/p-a157233b.entry.js +1 -0
  294. package/dist/lime-crm-building-blocks/p-a3058b72.entry.js +1 -0
  295. package/dist/lime-crm-building-blocks/{p-13a35953.entry.js → p-a4e676a6.entry.js} +1 -1
  296. package/dist/lime-crm-building-blocks/{p-b0ec4121.entry.js → p-aafead4e.entry.js} +1 -1
  297. package/dist/lime-crm-building-blocks/p-b78ub0mY.js +1 -0
  298. package/dist/lime-crm-building-blocks/{p-0f9a680c.entry.js → p-bc297cf4.entry.js} +1 -1
  299. package/dist/lime-crm-building-blocks/p-bcd8c767.entry.js +1 -0
  300. package/dist/lime-crm-building-blocks/p-c4e5e589.entry.js +1 -0
  301. package/dist/lime-crm-building-blocks/{p-dacd1df3.entry.js → p-d014ec57.entry.js} +1 -1
  302. package/dist/lime-crm-building-blocks/p-d20404ec.entry.js +1 -0
  303. package/dist/lime-crm-building-blocks/{p-e2420cde.entry.js → p-d2e85be2.entry.js} +1 -1
  304. package/dist/lime-crm-building-blocks/{p-69a3038b.entry.js → p-d3fe25a7.entry.js} +1 -1
  305. package/dist/lime-crm-building-blocks/{p-bd0a30d7.entry.js → p-d43cf8d1.entry.js} +1 -1
  306. package/dist/lime-crm-building-blocks/{p-e618ccd3.entry.js → p-d78370be.entry.js} +1 -1
  307. package/dist/lime-crm-building-blocks/{p-f73e3da0.entry.js → p-dd7aec09.entry.js} +1 -1
  308. package/dist/lime-crm-building-blocks/{p-5bc41701.entry.js → p-e29c27b8.entry.js} +1 -1
  309. package/dist/lime-crm-building-blocks/{p-b7e5a10e.entry.js → p-e2e1358d.entry.js} +1 -1
  310. package/dist/lime-crm-building-blocks/{p-8d592755.entry.js → p-e4a21ebe.entry.js} +1 -1
  311. package/dist/lime-crm-building-blocks/p-e581d0b7.entry.js +1 -0
  312. package/dist/lime-crm-building-blocks/{p-be5c43bb.entry.js → p-e6a85c26.entry.js} +1 -1
  313. package/dist/lime-crm-building-blocks/p-e8b2df7c.entry.js +1 -0
  314. package/dist/lime-crm-building-blocks/{p-302e6e3e.entry.js → p-ef890206.entry.js} +1 -1
  315. package/dist/lime-crm-building-blocks/{p-558915e4.entry.js → p-f4214745.entry.js} +1 -1
  316. package/dist/lime-crm-building-blocks/{p-6cdefdc9.entry.js → p-f6377fa5.entry.js} +1 -1
  317. package/dist/lime-crm-building-blocks/p-f9e9d18e.entry.js +1 -0
  318. package/dist/test/setup.js +1 -0
  319. package/dist/types/components/filter-chip/filter-condition-icons.d.ts +8 -0
  320. package/dist/types/components/filter-chip/filter-operators.d.ts +22 -0
  321. package/dist/types/components/filter-condition-picker/filter-condition-picker.d.ts +60 -0
  322. package/dist/types/components/inline-image/inline-image.d.ts +32 -0
  323. package/dist/types/components/lime-query-builder/expressions/lime-query-filter-comparison-editor.d.ts +8 -4
  324. package/dist/types/components/lime-query-builder/expressions/lime-query-operators.d.ts +16 -9
  325. package/dist/types/components/rule-editor/value-comparison-editor/value-comparison-editor.d.ts +7 -2
  326. package/dist/types/components/text-editor/text-editor.d.ts +17 -11
  327. package/dist/types/components.d.ts +257 -14
  328. package/dist/types/index.d.ts +1 -0
  329. package/dist/types/interface.d.ts +0 -5
  330. package/dist/types/util/file-contents-url.d.ts +9 -0
  331. package/package.json +14 -15
  332. package/dist/collection/components/text-editor/uploader/building-blocks-upload-handler.js +0 -112
  333. package/dist/lime-crm-building-blocks/p-0843b50b.entry.js +0 -1
  334. package/dist/lime-crm-building-blocks/p-29758303.entry.js +0 -1
  335. package/dist/lime-crm-building-blocks/p-39009b47.entry.js +0 -1
  336. package/dist/lime-crm-building-blocks/p-5b819d10.entry.js +0 -1
  337. package/dist/lime-crm-building-blocks/p-752742f8.entry.js +0 -1
  338. package/dist/lime-crm-building-blocks/p-7a158104.entry.js +0 -1
  339. package/dist/lime-crm-building-blocks/p-817e2952.entry.js +0 -1
  340. package/dist/lime-crm-building-blocks/p-92679e20.entry.js +0 -1
  341. package/dist/lime-crm-building-blocks/p-927e446d.entry.js +0 -1
  342. package/dist/lime-crm-building-blocks/p-B-WBKAaa.js +0 -1
  343. package/dist/lime-crm-building-blocks/p-BjXRsiQr.js +0 -1
  344. package/dist/lime-crm-building-blocks/p-Bkno2RtN.js +0 -1
  345. package/dist/lime-crm-building-blocks/p-c891125e.entry.js +0 -1
  346. package/dist/lime-crm-building-blocks/p-d7d6d21b.entry.js +0 -1
  347. package/dist/lime-crm-building-blocks/p-d95f66c8.entry.js +0 -1
  348. package/dist/lime-crm-building-blocks/p-ec1e079e.entry.js +0 -1
  349. package/dist/types/components/text-editor/uploader/building-blocks-upload-handler.d.ts +0 -62
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ ## [2.0.0](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.140.0...v2.0.0) (2026-07-08)
2
+
3
+ ### ⚠ BREAKING CHANGES
4
+
5
+ * **text-editor:** `allowInlineImages` is renamed to `allowPasteImages` and now
6
+ gates only pasting. The `metadataChange` event and the `EnhancedEditorImage`,
7
+ `EnhancedEditorMetadata`, and `UploadHandler` exports are removed.
8
+
9
+ ### Features
10
+
11
+
12
+ * **text-editor:** adopt lime-elements inlineImages for inline images ([40020c4](https://github.com/Lundalogik/lime-crm-building-blocks/commit/40020c48594f3cde4d23d6324d662572819a5c32))
13
+
14
+ ## [1.140.0](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.139.1...v1.140.0) (2026-06-26)
15
+
16
+ ### Features
17
+
18
+
19
+ * **filter-chip:** add operator/condition translation helpers ([9f86216](https://github.com/Lundalogik/lime-crm-building-blocks/commit/9f8621609bd563df7b895440658a2521eb3a02d4))
20
+ * **filter-chip:** add per-property-type condition catalog ([f34d47f](https://github.com/Lundalogik/lime-crm-building-blocks/commit/f34d47fca6538548a4759cb42e76ee00c702b884))
21
+ * **filter-condition-picker:** add limebb-filter-condition-picker ([7b78668](https://github.com/Lundalogik/lime-crm-building-blocks/commit/7b7866802e173db7890952c0b1bb8e5a858ca2af))
22
+
1
23
  ## [1.139.1](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.139.0...v1.139.1) (2026-06-23)
2
24
 
3
25
  ### Bug Fixes
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ /**
4
+ * Builds the contents URL for a stored file, relative to the application base.
5
+ *
6
+ * @param appName - the current application name
7
+ * @param fileId - the id of the file
8
+ * @returns the file contents URL
9
+ */
10
+ function getFileContentsUrl(appName, fileId) {
11
+ return `/${encodeURIComponent(appName)}/api/v1/file/${encodeURIComponent(fileId)}/contents/`;
12
+ }
13
+
14
+ exports.getFileContentsUrl = getFileContentsUrl;
@@ -199,9 +199,151 @@ function getFilterConditionLabelKey(condition, propertyType) {
199
199
  }
200
200
  return undefined;
201
201
  }
202
+ /**
203
+ * Conditions for text-like properties (`string`, `text`, `phone`, `link`):
204
+ * "Contains … Matches", with equality reading as "Is" / "Is not".
205
+ */
206
+ const TEXT_CONDITIONS = [
207
+ 'contains',
208
+ 'not-contains',
209
+ 'equals',
210
+ 'not-equals',
211
+ 'begins-with',
212
+ 'not-begins-with',
213
+ 'ends-with',
214
+ 'not-ends-with',
215
+ 'between',
216
+ 'not-between',
217
+ 'empty',
218
+ 'not-empty',
219
+ 'matches',
220
+ ];
221
+ /**
222
+ * Conditions for numeric properties (`integer`, `decimal`, `percent`).
223
+ */
224
+ const NUMBER_CONDITIONS = [
225
+ 'equals',
226
+ 'not-equals',
227
+ 'greater-than',
228
+ 'greater-than-or-equal',
229
+ 'less-than',
230
+ 'less-than-or-equal',
231
+ 'between',
232
+ 'not-between',
233
+ 'empty',
234
+ 'not-empty',
235
+ 'matches',
236
+ ];
237
+ /**
238
+ * Conditions for date/time properties. Comparisons read as "After" / "Before" /
239
+ * "On"; there is intentionally no `greater-than-or-equal` / `less-than-or-equal`
240
+ * — an inclusive bound is expressed in the date value editor, not as a separate
241
+ * condition.
242
+ */
243
+ const DATE_CONDITIONS = [
244
+ 'greater-than',
245
+ 'less-than',
246
+ 'between',
247
+ 'not-between',
248
+ 'equals',
249
+ 'previous',
250
+ 'current',
251
+ 'next',
252
+ 'empty',
253
+ 'not-empty',
254
+ 'matches',
255
+ ];
256
+ /**
257
+ * Conditions for choice properties (`option`, `set`): "Is" / "Is not" (the
258
+ * latter was missing from the older CRM option popovers), plus "Matches".
259
+ */
260
+ const OPTION_CONDITIONS = [
261
+ 'equals',
262
+ 'not-equals',
263
+ 'matches',
264
+ ];
265
+ /**
266
+ * Conditions for boolean (`yesno`) properties: "Is" / "Is not", plus "Empty" /
267
+ * "Not empty" and "Matches".
268
+ *
269
+ * A yes/no value is effectively three-state — Yes, No, or *unset* (never
270
+ * answered) when the property is nullable, i.e. not required and without a
271
+ * default. "Empty" / "Not empty" filter on that third state — whether the value
272
+ * was ever set — which is distinct from filtering on Yes vs No. Consumers whose
273
+ * booleans are always populated can narrow this list via the picker's
274
+ * `conditions` prop. See the "Boolean (yes/no)" example.
275
+ */
276
+ const YESNO_CONDITIONS = [
277
+ 'equals',
278
+ 'not-equals',
279
+ 'empty',
280
+ 'not-empty',
281
+ 'matches',
282
+ ];
283
+ /**
284
+ * Conditions for relation properties (`belongsto`, `hasone`, `hasmany`,
285
+ * `hasandbelongstomany`): connected / not connected, filter-set membership,
286
+ * empty / not empty, and "Matches".
287
+ */
288
+ const RELATION_CONDITIONS = [
289
+ 'connected-to',
290
+ 'not-connected-to',
291
+ 'in-filter-set',
292
+ 'not-in-filter-set',
293
+ 'empty',
294
+ 'not-empty',
295
+ 'matches',
296
+ ];
297
+ /** Types with no filter catalog (`user`, `xml`, `file`, `system`). */
298
+ const NO_CONDITIONS = [];
299
+ /**
300
+ * Per-property-type catalogs, in the order a condition picker should list them.
301
+ * An exhaustive map, so a property type added upstream is a compile error here
302
+ * rather than a silent fall-through to no conditions.
303
+ */
304
+ const CONDITIONS_BY_PROPERTY_TYPE = {
305
+ string: TEXT_CONDITIONS,
306
+ text: TEXT_CONDITIONS,
307
+ phone: TEXT_CONDITIONS,
308
+ link: TEXT_CONDITIONS,
309
+ integer: NUMBER_CONDITIONS,
310
+ decimal: NUMBER_CONDITIONS,
311
+ percent: NUMBER_CONDITIONS,
312
+ date: DATE_CONDITIONS,
313
+ year: DATE_CONDITIONS,
314
+ quarter: DATE_CONDITIONS,
315
+ month: DATE_CONDITIONS,
316
+ time: DATE_CONDITIONS,
317
+ timeofday: DATE_CONDITIONS,
318
+ option: OPTION_CONDITIONS,
319
+ set: OPTION_CONDITIONS,
320
+ yesno: YESNO_CONDITIONS,
321
+ belongsto: RELATION_CONDITIONS,
322
+ hasone: RELATION_CONDITIONS,
323
+ hasmany: RELATION_CONDITIONS,
324
+ hasandbelongstomany: RELATION_CONDITIONS,
325
+ user: NO_CONDITIONS,
326
+ xml: NO_CONDITIONS,
327
+ file: NO_CONDITIONS,
328
+ system: NO_CONDITIONS,
329
+ };
330
+ /**
331
+ * The filter conditions a property of the given type can be filtered by, in the
332
+ * order `limebb-filter-condition-picker` should list them, or an empty array for
333
+ * a type without a catalog. A consumer that supports only a subset passes its
334
+ * own list to the picker instead.
335
+ * @param propertyType
336
+ */
337
+ function getConditionsForPropertyType(propertyType) {
338
+ if (!propertyType) {
339
+ return [];
340
+ }
341
+ return CONDITIONS_BY_PROPERTY_TYPE[propertyType];
342
+ }
202
343
 
203
344
  exports.FALLBACK_CONDITION_ICON = FALLBACK_CONDITION_ICON;
204
345
  exports.FILTER_CONDITION_ICONS = FILTER_CONDITION_ICONS;
205
346
  exports.FILTER_CONDITION_LABEL_KEYS = FILTER_CONDITION_LABEL_KEYS;
347
+ exports.getConditionsForPropertyType = getConditionsForPropertyType;
206
348
  exports.getFilterConditionIcon = getFilterConditionIcon;
207
349
  exports.getFilterConditionLabelKey = getFilterConditionLabelKey;
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index_esm = require('./index.esm-Se3EtD3m.js');
3
+ var index_esm = require('./index.esm-CcYbS__E.js');
4
4
 
5
5
  /**
6
6
  * Identify the combinator a group expression represents. NOT-wrapped AND/OR
@@ -8,17 +8,17 @@ var index_esm = require('./index.esm-Se3EtD3m.js');
8
8
  * @param expression
9
9
  */
10
10
  function getCombinator(expression) {
11
- if (expression.op === index_esm.nt.NOT) {
12
- return expression.exp.op === index_esm.nt.AND ? 'NOT_AND' : 'NOT_OR';
11
+ if (expression.op === index_esm.ot.NOT) {
12
+ return expression.exp.op === index_esm.ot.AND ? 'NOT_AND' : 'NOT_OR';
13
13
  }
14
- return expression.op === index_esm.nt.AND ? 'AND' : 'OR';
14
+ return expression.op === index_esm.ot.AND ? 'AND' : 'OR';
15
15
  }
16
16
  /**
17
17
  * Return the inner AND/OR group, unwrapping a NOT wrapper if present.
18
18
  * @param expression
19
19
  */
20
20
  function getInnerAndOr(expression) {
21
- if (expression.op === index_esm.nt.NOT) {
21
+ if (expression.op === index_esm.ot.NOT) {
22
22
  return expression.exp;
23
23
  }
24
24
  return expression;
@@ -31,13 +31,13 @@ function getInnerAndOr(expression) {
31
31
  */
32
32
  function setCombinator(expression, next) {
33
33
  const inner = getInnerAndOr(expression);
34
- const nextInnerOp = next === 'AND' || next === 'NOT_AND' ? index_esm.nt.AND : index_esm.nt.OR;
34
+ const nextInnerOp = next === 'AND' || next === 'NOT_AND' ? index_esm.ot.AND : index_esm.ot.OR;
35
35
  const nextInner = {
36
36
  op: nextInnerOp,
37
37
  exp: [...inner.exp],
38
38
  };
39
39
  if (next === 'NOT_AND' || next === 'NOT_OR') {
40
- return { op: index_esm.nt.NOT, exp: nextInner };
40
+ return { op: index_esm.ot.NOT, exp: nextInner };
41
41
  }
42
42
  return nextInner;
43
43
  }
@@ -49,12 +49,12 @@ function setCombinator(expression, next) {
49
49
  * @param expression
50
50
  */
51
51
  function isGroupShape(expression) {
52
- if (expression.op === index_esm.nt.AND || expression.op === index_esm.nt.OR) {
52
+ if (expression.op === index_esm.ot.AND || expression.op === index_esm.ot.OR) {
53
53
  return true;
54
54
  }
55
- if (expression.op === index_esm.nt.NOT) {
55
+ if (expression.op === index_esm.ot.NOT) {
56
56
  const inner = expression.exp;
57
- return inner.op === index_esm.nt.AND || inner.op === index_esm.nt.OR;
57
+ return inner.op === index_esm.ot.AND || inner.op === index_esm.ot.OR;
58
58
  }
59
59
  return false;
60
60
  }
@@ -73,7 +73,7 @@ function asGroupExpression(expression) {
73
73
  function createEmptyComparison() {
74
74
  return {
75
75
  key: '',
76
- op: index_esm.nt.EQUALS,
76
+ op: index_esm.ot.EQUALS,
77
77
  exp: '',
78
78
  };
79
79
  }
@@ -82,7 +82,7 @@ function createEmptyComparison() {
82
82
  * @param parentOperator
83
83
  */
84
84
  function createNestedGroup(parentOperator) {
85
- const oppositeOp = parentOperator === index_esm.nt.AND ? index_esm.nt.OR : index_esm.nt.AND;
85
+ const oppositeOp = parentOperator === index_esm.ot.AND ? index_esm.ot.OR : index_esm.ot.AND;
86
86
  return {
87
87
  op: oppositeOp,
88
88
  exp: [createEmptyComparison()],
@@ -0,0 +1,61 @@
1
+ 'use strict';
2
+
3
+ var index_esm = require('./index.esm-CcYbS__E.js');
4
+
5
+ /**
6
+ * The canonical operator↔condition translation for the *authoring* (write)
7
+ * direction, so consumers (the query builder, the rule editor, the CRM property
8
+ * filters) keep the mapping in one place instead of repeating it.
9
+ *
10
+ * Intentionally separate from the structural read-side map in `compound-leaf.ts`,
11
+ * which interprets *existing* expressions and maps some operators differently
12
+ * (a bare `NOT` reads as `not-equals`, a bare `IN` as `equals`). Do not merge
13
+ * the two.
14
+ */
15
+ const OPERATOR_CONDITION_PAIRS = [
16
+ [index_esm.ot.EQUALS, 'equals'],
17
+ [index_esm.ot.NOT_EQUALS, 'not-equals'],
18
+ [index_esm.ot.GREATER, 'greater-than'],
19
+ [index_esm.ot.GREATER_OR_EQUAL, 'greater-than-or-equal'],
20
+ [index_esm.ot.LESS, 'less-than'],
21
+ [index_esm.ot.LESS_OR_EQUAL, 'less-than-or-equal'],
22
+ [index_esm.ot.IN, 'in-filter-set'],
23
+ [index_esm.ot.LIKE, 'contains'],
24
+ [index_esm.ot.BEGINS, 'begins-with'],
25
+ [index_esm.ot.ENDS, 'ends-with'],
26
+ ];
27
+ /**
28
+ * The {@link Operator} that authors a condition, or `undefined` for a condition
29
+ * with no single operator (e.g. `between`, `empty`, `previous`).
30
+ * @param condition
31
+ */
32
+ function conditionToOperator(condition) {
33
+ var _a;
34
+ return (_a = OPERATOR_CONDITION_PAIRS.find(([, mapped]) => mapped === condition)) === null || _a === void 0 ? void 0 : _a[0];
35
+ }
36
+ /**
37
+ * The conditions a list of operators authors, in order, dropping any operator
38
+ * with no authoring condition. Lets a consumer declare which operators it offers
39
+ * and hand the matching conditions to `limebb-filter-condition-picker`.
40
+ * @param operators
41
+ */
42
+ function operatorsToConditions(operators) {
43
+ return operators
44
+ .map((operator) => { var _a; return (_a = OPERATOR_CONDITION_PAIRS.find(([op]) => op === operator)) === null || _a === void 0 ? void 0 : _a[1]; })
45
+ .filter((condition) => condition !== undefined);
46
+ }
47
+ /**
48
+ * The {@link FilterCondition} an operator authors, or `undefined` for an
49
+ * operator with no authoring condition (e.g. the structural `AND`/`OR`/`NOT`).
50
+ * @param operator
51
+ */
52
+ function operatorToCondition(operator) {
53
+ if (!operator) {
54
+ return;
55
+ }
56
+ return operatorsToConditions([operator])[0];
57
+ }
58
+
59
+ exports.conditionToOperator = conditionToOperator;
60
+ exports.operatorToCondition = operatorToCondition;
61
+ exports.operatorsToConditions = operatorsToConditions;
@@ -1,8 +1,11 @@
1
1
  'use strict';
2
2
 
3
3
  var colorPalettes = require('./color-palettes-BWuwMtwv.js');
4
- var filterConditionIcons = require('./filter-condition-icons-HypsDn6x.js');
4
+ var filterConditionIcons = require('./filter-condition-icons-QK5stWj6.js');
5
+ var filterOperators = require('./filter-operators-CVCyCZ7Q.js');
5
6
  require('@lundalogik/lime-icons8');
7
+ require('./index.esm-CcYbS__E.js');
8
+ require('./index-BrWc7h0p.js');
6
9
 
7
10
 
8
11
 
@@ -11,5 +14,9 @@ exports.getColorPalette = colorPalettes.getColorPalette;
11
14
  exports.FALLBACK_CONDITION_ICON = filterConditionIcons.FALLBACK_CONDITION_ICON;
12
15
  exports.FILTER_CONDITION_ICONS = filterConditionIcons.FILTER_CONDITION_ICONS;
13
16
  exports.FILTER_CONDITION_LABEL_KEYS = filterConditionIcons.FILTER_CONDITION_LABEL_KEYS;
17
+ exports.getConditionsForPropertyType = filterConditionIcons.getConditionsForPropertyType;
14
18
  exports.getFilterConditionIcon = filterConditionIcons.getFilterConditionIcon;
15
19
  exports.getFilterConditionLabelKey = filterConditionIcons.getFilterConditionLabelKey;
20
+ exports.conditionToOperator = filterOperators.conditionToOperator;
21
+ exports.operatorToCondition = filterOperators.operatorToCondition;
22
+ exports.operatorsToConditions = filterOperators.operatorsToConditions;