zignal-stencil-library 1.1.128 → 1.1.130

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 (272) hide show
  1. package/dist/cjs/autocomplete-address_44.cjs.entry.js +20336 -0
  2. package/dist/cjs/{dayjs-Btww0IBx.js → dayjs-BgYSOinw.js} +11 -3
  3. package/dist/cjs/{index-DBliBGHU.js → index-CnARINSp.js} +80 -7
  4. package/dist/cjs/{index-REEdj4HR.js → index-DHf9KFXq.js} +5 -3
  5. package/dist/cjs/index.cjs.js +1 -1
  6. package/dist/cjs/loader.cjs.js +2 -2
  7. package/dist/cjs/quick-message-app.cjs.entry.js +5 -5
  8. package/dist/cjs/zignal-stencil-library.cjs.js +3 -3
  9. package/dist/collection/api/index.js +51 -0
  10. package/dist/collection/assets/images/logo/zerva.png +0 -0
  11. package/dist/collection/assets/images/logo/zrmz.png +0 -0
  12. package/dist/collection/collection-manifest.json +2 -1
  13. package/dist/collection/components/autocomplete-address/autocomplete-address.css +1 -1
  14. package/dist/collection/components/autocomplete-multiple-select/autocomplete-multiple-select.css +1 -1
  15. package/dist/collection/components/autocomplete-multiple-select/autocomplete-multiple-select.js +1 -1
  16. package/dist/collection/components/autocomplete-select/autocomplete-select.css +1 -1
  17. package/dist/collection/components/autocomplete-select/autocomplete-select.js +24 -6
  18. package/dist/collection/components/channel-box/channel-box.css +1 -1
  19. package/dist/collection/components/chat-app/chat-app.css +1 -1
  20. package/dist/collection/components/chat-header/chat-header.css +1 -1
  21. package/dist/collection/components/chat-input/chat-input.css +1 -1
  22. package/dist/collection/components/checkbox-list/checkbox-list.css +1 -1
  23. package/dist/collection/components/dialog-bill-editor/dialog-bill-editor.css +1 -1
  24. package/dist/collection/components/dialog-custom-filter/dialog-custom-filter.css +1 -0
  25. package/dist/collection/components/dialog-custom-filter/dialog-custom-filter.js +101 -0
  26. package/dist/collection/components/dialog-editor/dialog-editor.css +1 -1
  27. package/dist/collection/components/dialog-editor/dialog-editor.js +1 -1
  28. package/dist/collection/components/dialog-preview-media/dialog-preview-media.css +1 -1
  29. package/dist/collection/components/dialog-preview-media/dialog-preview-media.js +1 -1
  30. package/dist/collection/components/dialog-search/dialog-search.css +1 -1
  31. package/dist/collection/components/dialog-search/dialog-search.js +208 -15
  32. package/dist/collection/components/internal-component/icon.js +3 -1
  33. package/dist/collection/components/internal-component/z-button.js +19 -4
  34. package/dist/collection/components/internal-component/z-context-input.js +12 -12
  35. package/dist/collection/components/internal-component/z-input.js +1 -1
  36. package/dist/collection/components/menu-chat-channel/menu-chat-channel.css +1 -1
  37. package/dist/collection/components/menu-chat-channel/menu-chat-channel.js +2 -2
  38. package/dist/collection/components/menu-chat-type/menu-chat-type.css +1 -1
  39. package/dist/collection/components/menu-chat-type/menu-chat-type.js +29 -3
  40. package/dist/collection/components/menu-list/menu-list.css +1 -1
  41. package/dist/collection/components/menu-list/menu-list.js +3 -3
  42. package/dist/collection/components/message-box/message-box.css +1 -1
  43. package/dist/collection/components/message-box/message-box.js +1 -1
  44. package/dist/collection/components/message-content/message-content.css +1 -1
  45. package/dist/collection/components/message-content/message-content.js +1 -1
  46. package/dist/collection/components/message-item/message-item.css +1 -1
  47. package/dist/collection/components/message-item/message-item.js +1 -1
  48. package/dist/collection/components/message-media/message-media.css +1 -1
  49. package/dist/collection/components/message-media/message-media.js +2 -2
  50. package/dist/collection/components/profile-history/profile-history.css +1 -1
  51. package/dist/collection/components/profile-history/profile-history.js +1 -1
  52. package/dist/collection/components/profile-info/profile-info.css +1 -1
  53. package/dist/collection/components/profile-info/user-info-section.js +4 -4
  54. package/dist/collection/components/profile-media/profile-media.css +1 -1
  55. package/dist/collection/components/profile-media/profile-media.js +1 -1
  56. package/dist/collection/components/profile-tabs/profile-tabs.css +1 -1
  57. package/dist/collection/components/profile-tabs/profile-tabs.js +2 -2
  58. package/dist/collection/components/quick-message-add-template/quick-message-add-template.css +1 -1
  59. package/dist/collection/components/quick-message-add-template/quick-message-add-template.js +3 -3
  60. package/dist/collection/components/quick-message-add-template/quick-message-text-content.js +1 -1
  61. package/dist/collection/components/quick-message-app/quick-message-app.css +1 -1
  62. package/dist/collection/components/quick-message-app/quick-message-app.js +1 -1
  63. package/dist/collection/components/quick-message-file/quick-message-file.css +1 -1
  64. package/dist/collection/components/quick-message-file/quick-message-file.js +1 -1
  65. package/dist/collection/components/quick-message-image/quick-message-image.css +1 -1
  66. package/dist/collection/components/quick-message-image/quick-message-image.js +1 -1
  67. package/dist/collection/components/quick-message-modal/quick-message-modal.css +1 -1
  68. package/dist/collection/components/quick-message-modal/quick-message-modal.js +1 -1
  69. package/dist/collection/components/quick-message-template/quick-message-template.css +1 -1
  70. package/dist/collection/components/quick-message-template/quick-message-template.js +2 -2
  71. package/dist/collection/components/search-box/search-box.css +1 -1
  72. package/dist/collection/components/search-box/search-box.js +64 -9
  73. package/dist/collection/components/status-badge/status-badge.css +1 -1
  74. package/dist/collection/components/status-badge/status-badge.js +2 -2
  75. package/dist/collection/components/tag-list/tag-list.css +1 -1
  76. package/dist/collection/components/tag-list/tag-list.js +1 -1
  77. package/dist/collection/components/tag-or-status-item/tag-or-status-item.css +1 -1
  78. package/dist/collection/components/tag-or-status-item/tag-or-status-item.js +2 -2
  79. package/dist/collection/components/tag-popper/tag-popper.css +1 -1
  80. package/dist/collection/components/tag-popper/tag-popper.js +2 -2
  81. package/dist/collection/components/typography-clamp/typography-clamp.css +1 -1
  82. package/dist/collection/components/typography-clamp/typography-clamp.js +2 -2
  83. package/dist/collection/components/z-avatar/z-avatar.css +1 -1
  84. package/dist/collection/components/z-dialog/z-dialog.css +1 -1
  85. package/dist/collection/store/chat.js +102 -2
  86. package/dist/collection/store/store.js +8 -1
  87. package/dist/components/autocomplete-address.js +1 -1
  88. package/dist/components/autocomplete-multiple-select.js +1 -1
  89. package/dist/components/autocomplete-select.js +1 -1
  90. package/dist/components/channel-box.js +1 -1
  91. package/dist/components/chat-app.js +65 -60
  92. package/dist/components/chat-header.js +1 -1
  93. package/dist/components/chat-input.js +1 -1
  94. package/dist/components/checkbox-list.js +1 -1
  95. package/dist/components/dialog-bill-editor.js +1 -1
  96. package/dist/components/dialog-custom-filter.d.ts +11 -0
  97. package/dist/components/dialog-custom-filter.js +6 -0
  98. package/dist/components/dialog-editor.js +1 -1
  99. package/dist/components/dialog-preview-media.js +1 -1
  100. package/dist/components/dialog-search.js +1 -1
  101. package/dist/components/index.js +2270 -6
  102. package/dist/components/menu-chat-channel.js +1 -1
  103. package/dist/components/menu-chat-type.js +1 -1
  104. package/dist/components/menu-list.js +1 -1
  105. package/dist/components/message-box.js +1 -1
  106. package/dist/components/message-content.js +1 -1
  107. package/dist/components/message-item.js +1 -1
  108. package/dist/components/message-media.js +1 -1
  109. package/dist/components/p-5IazAlrC.js +515 -0
  110. package/dist/components/p-B8heEJTO.js +215 -0
  111. package/dist/components/p-B8lXV1hG.js +107 -0
  112. package/dist/components/p-BKveoKtU.js +578 -0
  113. package/dist/components/p-BPgEBh_Q.js +599 -0
  114. package/dist/components/p-BTH3h2-a.js +158 -0
  115. package/dist/components/{p-CTJvvlwf.js → p-B_qzajME.js} +4 -4
  116. package/dist/components/p-BhcHJ8yw.js +121 -0
  117. package/dist/components/{p-CwmztnlQ.js → p-BjVLRS7n.js} +3 -3
  118. package/dist/components/p-Botb-fMM.js +231 -0
  119. package/dist/components/p-BsaAJCLP.js +175 -0
  120. package/dist/components/p-BxCKpbcC.js +32 -0
  121. package/dist/components/p-Byzk-_YW.js +122 -0
  122. package/dist/components/p-C5yFTPFW.js +155 -0
  123. package/dist/components/{p-BRjNz6ke.js → p-CAsWEhpU.js} +4 -4
  124. package/dist/components/p-CBOeK31J.js +155 -0
  125. package/dist/components/p-CBUfOt2_.js +102 -0
  126. package/dist/components/p-CCvemC7u.js +98 -0
  127. package/dist/components/p-CCyF6woR.js +184 -0
  128. package/dist/components/p-CEILBEig.js +156 -0
  129. package/dist/components/p-CJ3AZsG-.js +171 -0
  130. package/dist/components/{p-DvuE0BKi.js → p-CKkAP7cy.js} +4 -4
  131. package/dist/components/{p-Cq-rMEH9.js → p-COACytrs.js} +5 -5
  132. package/dist/components/p-COMb6IeI.js +35 -0
  133. package/dist/components/p-Cab3n575.js +65 -0
  134. package/dist/components/{p-rnwpU-MO.js → p-CiL7lbgr.js} +6 -6
  135. package/dist/components/p-CjA6vmi4.js +108 -0
  136. package/dist/components/{p-X0kRbis3.js → p-Cn0h1dTO.js} +56 -5
  137. package/dist/components/{p-ZODz3l7q.js → p-Co1JFxGT.js} +6 -6
  138. package/dist/components/{p-C64OG6Go.js → p-CtFQExqY.js} +4 -4
  139. package/dist/components/{p-yKfywTRY.js → p-CuN9hfaY.js} +1 -1
  140. package/dist/components/{p-D6E7AT0Y.js → p-CzLeqYlq.js} +10 -3
  141. package/dist/components/p-D1wLcFGi.js +214 -0
  142. package/dist/components/p-D2wI3wUk.js +96 -0
  143. package/dist/components/p-D40E1tJr.js +51 -0
  144. package/dist/components/{p-CvZQgYYK.js → p-D93wPIC3.js} +1 -2
  145. package/dist/components/{p-DAdBAzUE.js → p-DFkopdf7.js} +2 -2
  146. package/dist/components/p-DLTKEWS9.js +76 -0
  147. package/dist/components/p-DN-HKD1p.js +563 -0
  148. package/dist/components/p-DOOGrygy.js +223 -0
  149. package/dist/components/{p-BCLD-S_A.js → p-DQqW7ZTp.js} +94 -55
  150. package/dist/components/{p-BsVBC0QF.js → p-DRz4sc4i.js} +5 -3
  151. package/dist/components/p-DZ_Zpo-K.js +265 -0
  152. package/dist/components/{p-CEHfgumC.js → p-DbOnUYwI.js} +3 -3
  153. package/dist/components/{p-D3nAizga.js → p-DdzMJBz5.js} +3 -3
  154. package/dist/components/p-DgNQXZO6.js +308 -0
  155. package/dist/components/p-DhfEHxBZ.js +166 -0
  156. package/dist/components/{p-UNG2V2EJ.js → p-DqE1kPyH.js} +2 -2
  157. package/dist/components/p-DxS9Uoee.js +129 -0
  158. package/dist/components/p-Dyi4snnY.js +74 -0
  159. package/dist/components/{p-DoSaXyw1.js → p-IInEXDcl.js} +2 -2
  160. package/dist/components/{p-BkFRrRKV.js → p-KhSBCyat.js} +4 -4
  161. package/dist/components/p-PBolISVR.js +554 -0
  162. package/dist/components/p-T_0oGsyc.js +701 -0
  163. package/dist/components/p-cRvk8ROJ.js +57 -0
  164. package/dist/components/p-cw5fhckD.js +135 -0
  165. package/dist/components/{p-Bt6e__iP.js → p-dB4bgXH7.js} +2 -2
  166. package/dist/components/{p-Bu7d3mrb.js → p-iVQVNk9Z.js} +5 -5
  167. package/dist/components/p-ly8pbxdt.js +233 -0
  168. package/dist/components/p-r3HbBbws.js +133 -0
  169. package/dist/components/p-uRD_rTfg.js +119 -0
  170. package/dist/components/p-zp9foNtI.js +138 -0
  171. package/dist/components/profile-history.js +1 -1
  172. package/dist/components/profile-info.js +1 -1
  173. package/dist/components/profile-media.js +1 -1
  174. package/dist/components/profile-tabs.js +1 -1
  175. package/dist/components/quick-message-add-template.js +1 -1
  176. package/dist/components/quick-message-app.js +17 -18
  177. package/dist/components/quick-message-button-content.js +1 -1
  178. package/dist/components/quick-message-file.js +1 -1
  179. package/dist/components/quick-message-image-content.js +1 -1
  180. package/dist/components/quick-message-image.js +1 -1
  181. package/dist/components/quick-message-menu-list-content.js +1 -1
  182. package/dist/components/quick-message-modal.js +1 -1
  183. package/dist/components/quick-message-template.js +1 -1
  184. package/dist/components/quick-message-text-content.js +1 -1
  185. package/dist/components/quick-message-video-content.js +1 -1
  186. package/dist/components/search-box.js +1 -1
  187. package/dist/components/status-badge.js +1 -1
  188. package/dist/components/summarize-message-section.js +1 -1
  189. package/dist/components/tag-list.js +1 -1
  190. package/dist/components/tag-or-status-item.js +1 -1
  191. package/dist/components/tag-popper.js +1 -1
  192. package/dist/components/typography-clamp.js +1 -1
  193. package/dist/components/user-info-section.js +1 -1
  194. package/dist/components/z-avatar.js +1 -1
  195. package/dist/components/z-dialog.js +1 -1
  196. package/dist/esm/autocomplete-address_44.entry.js +20291 -0
  197. package/dist/esm/{dayjs-i8XfvNUE.js → dayjs-i2xBGlTG.js} +11 -4
  198. package/dist/esm/{index-DrJU7-bz.js → index-BnUowDzX.js} +5 -3
  199. package/dist/esm/{index-BsYB8kV0.js → index-DkxQAqgZ.js} +80 -7
  200. package/dist/esm/index.js +1 -1
  201. package/dist/esm/loader.js +3 -3
  202. package/dist/esm/quick-message-app.entry.js +5 -5
  203. package/dist/esm/zignal-stencil-library.js +4 -4
  204. package/dist/types/api/index.d.ts +4 -0
  205. package/dist/types/api/quick-message.d.ts +3 -3
  206. package/dist/types/api/type.d.ts +78 -0
  207. package/dist/types/components/autocomplete-select/autocomplete-select.d.ts +1 -0
  208. package/dist/types/components/dialog-custom-filter/dialog-custom-filter.d.ts +11 -0
  209. package/dist/types/components/dialog-search/dialog-search.d.ts +15 -2
  210. package/dist/types/components/internal-component/z-button.d.ts +2 -1
  211. package/dist/types/components/search-box/search-box.d.ts +11 -1
  212. package/dist/types/components.d.ts +47 -2
  213. package/dist/types/stencil-public-runtime.d.ts +1 -1
  214. package/dist/types/store/chat.d.ts +27 -1
  215. package/dist/types/store/store.d.ts +7 -1
  216. package/dist/zignal-stencil-library/assets/images/logo/zerva.png +0 -0
  217. package/dist/zignal-stencil-library/assets/images/logo/zrmz.png +0 -0
  218. package/dist/zignal-stencil-library/index.esm.js +1 -1
  219. package/dist/zignal-stencil-library/p-3dbfff3e.entry.js +2 -0
  220. package/dist/zignal-stencil-library/p-BnUowDzX.js +2 -0
  221. package/dist/zignal-stencil-library/p-DkxQAqgZ.js +1 -0
  222. package/dist/zignal-stencil-library/p-d7e0e728.entry.js +1 -0
  223. package/dist/zignal-stencil-library/p-vZoeheUl.js +1 -0
  224. package/dist/zignal-stencil-library/zignal-stencil-library.esm.js +1 -1
  225. package/package.json +1 -1
  226. package/dist/cjs/autocomplete-address_43.cjs.entry.js +0 -19869
  227. package/dist/components/p-1JTUPCPT.js +0 -231
  228. package/dist/components/p-48hkBszW.js +0 -119
  229. package/dist/components/p-9CUxq93-.js +0 -129
  230. package/dist/components/p-B0xRjG5_.js +0 -171
  231. package/dist/components/p-B3Vlbsjg.js +0 -223
  232. package/dist/components/p-B4XLKXBm.js +0 -701
  233. package/dist/components/p-BEjx-Bn8.js +0 -599
  234. package/dist/components/p-BP-y_2Ql.js +0 -74
  235. package/dist/components/p-BlDBX6wD.js +0 -133
  236. package/dist/components/p-BsKeV3Pg.js +0 -98
  237. package/dist/components/p-Bu70tL3y.js +0 -554
  238. package/dist/components/p-C2b-vqtP.js +0 -76
  239. package/dist/components/p-C9syEm5d.js +0 -148
  240. package/dist/components/p-CCsoW0wr.js +0 -108
  241. package/dist/components/p-CHUOJSXo.js +0 -107
  242. package/dist/components/p-C_Ns3zAL.js +0 -102
  243. package/dist/components/p-C_c5sc2l.js +0 -135
  244. package/dist/components/p-CitM0Bqz.js +0 -32
  245. package/dist/components/p-CjkiIFLu.js +0 -122
  246. package/dist/components/p-CmhpzXLs.js +0 -57
  247. package/dist/components/p-Cwih4_9K.js +0 -133
  248. package/dist/components/p-CxSeCNtV.js +0 -156
  249. package/dist/components/p-D12KpEN2.js +0 -121
  250. package/dist/components/p-D1fWvDmE.js +0 -308
  251. package/dist/components/p-DCZl3WjS.js +0 -96
  252. package/dist/components/p-DECvgVuA.js +0 -155
  253. package/dist/components/p-DNPJrFPA.js +0 -155
  254. package/dist/components/p-DNrNaNpo.js +0 -107
  255. package/dist/components/p-DVuF4t0D.js +0 -51
  256. package/dist/components/p-DcCoy5TC.js +0 -20
  257. package/dist/components/p-DhM2YXIw.js +0 -578
  258. package/dist/components/p-DvB00xfl.js +0 -138
  259. package/dist/components/p-DyM9O-C2.js +0 -184
  260. package/dist/components/p-Fk7yo7tL.js +0 -515
  261. package/dist/components/p-Ij2dsIQ1.js +0 -2191
  262. package/dist/components/p-YpDzISKJ.js +0 -214
  263. package/dist/components/p-dH1F6S5O.js +0 -563
  264. package/dist/components/p-lPG70npx.js +0 -175
  265. package/dist/components/p-sdgcu7RG.js +0 -158
  266. package/dist/components/p-tkPwGh-A.js +0 -140
  267. package/dist/esm/autocomplete-address_43.entry.js +0 -19825
  268. package/dist/zignal-stencil-library/p-401e8253.entry.js +0 -2
  269. package/dist/zignal-stencil-library/p-9ccdf192.entry.js +0 -1
  270. package/dist/zignal-stencil-library/p-BsYB8kV0.js +0 -1
  271. package/dist/zignal-stencil-library/p-DZsPtXDQ.js +0 -1
  272. package/dist/zignal-stencil-library/p-DrJU7-bz.js +0 -2
@@ -1,7 +1,7 @@
1
- import { h } from './p-BsVBC0QF.js';
1
+ import { h } from './p-DRz4sc4i.js';
2
2
 
3
3
  /**
4
- * @license lucide v0.548.0 - ISC
4
+ * @license lucide v0.544.0 - ISC
5
5
  *
6
6
  * This source code is licensed under the ISC license.
7
7
  * See the LICENSE file in the root directory of this source tree.
@@ -13,7 +13,7 @@ const ArrowDown = [
13
13
  ];
14
14
 
15
15
  /**
16
- * @license lucide v0.548.0 - ISC
16
+ * @license lucide v0.544.0 - ISC
17
17
  *
18
18
  * This source code is licensed under the ISC license.
19
19
  * See the LICENSE file in the root directory of this source tree.
@@ -25,7 +25,7 @@ const ArrowRight = [
25
25
  ];
26
26
 
27
27
  /**
28
- * @license lucide v0.548.0 - ISC
28
+ * @license lucide v0.544.0 - ISC
29
29
  *
30
30
  * This source code is licensed under the ISC license.
31
31
  * See the LICENSE file in the root directory of this source tree.
@@ -37,7 +37,28 @@ const Ban = [
37
37
  ];
38
38
 
39
39
  /**
40
- * @license lucide v0.548.0 - ISC
40
+ * @license lucide v0.544.0 - ISC
41
+ *
42
+ * This source code is licensed under the ISC license.
43
+ * See the LICENSE file in the root directory of this source tree.
44
+ */
45
+
46
+ const BotMessageSquare = [
47
+ ["path", { d: "M12 6V2H8" }],
48
+ ["path", { d: "M15 11v2" }],
49
+ ["path", { d: "M2 12h2" }],
50
+ ["path", { d: "M20 12h2" }],
51
+ [
52
+ "path",
53
+ {
54
+ d: "M20 16a2 2 0 0 1-2 2H8.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 4 20.286V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2z"
55
+ }
56
+ ],
57
+ ["path", { d: "M9 11v2" }]
58
+ ];
59
+
60
+ /**
61
+ * @license lucide v0.544.0 - ISC
41
62
  *
42
63
  * This source code is licensed under the ISC license.
43
64
  * See the LICENSE file in the root directory of this source tree.
@@ -53,7 +74,7 @@ const Bot = [
53
74
  ];
54
75
 
55
76
  /**
56
- * @license lucide v0.548.0 - ISC
77
+ * @license lucide v0.544.0 - ISC
57
78
  *
58
79
  * This source code is licensed under the ISC license.
59
80
  * See the LICENSE file in the root directory of this source tree.
@@ -70,7 +91,7 @@ const Camera = [
70
91
  ];
71
92
 
72
93
  /**
73
- * @license lucide v0.548.0 - ISC
94
+ * @license lucide v0.544.0 - ISC
74
95
  *
75
96
  * This source code is licensed under the ISC license.
76
97
  * See the LICENSE file in the root directory of this source tree.
@@ -79,7 +100,7 @@ const Camera = [
79
100
  const Check = [["path", { d: "M20 6 9 17l-5-5" }]];
80
101
 
81
102
  /**
82
- * @license lucide v0.548.0 - ISC
103
+ * @license lucide v0.544.0 - ISC
83
104
  *
84
105
  * This source code is licensed under the ISC license.
85
106
  * See the LICENSE file in the root directory of this source tree.
@@ -88,34 +109,34 @@ const Check = [["path", { d: "M20 6 9 17l-5-5" }]];
88
109
  const ChevronDown = [["path", { d: "m6 9 6 6 6-6" }]];
89
110
 
90
111
  /**
91
- * @license lucide v0.548.0 - ISC
112
+ * @license lucide v0.544.0 - ISC
92
113
  *
93
114
  * This source code is licensed under the ISC license.
94
115
  * See the LICENSE file in the root directory of this source tree.
95
116
  */
96
117
 
97
- const ChevronRight = [["path", { d: "m9 18 6-6-6-6" }]];
118
+ const ChevronLeft = [["path", { d: "m15 18-6-6 6-6" }]];
98
119
 
99
120
  /**
100
- * @license lucide v0.548.0 - ISC
121
+ * @license lucide v0.544.0 - ISC
101
122
  *
102
123
  * This source code is licensed under the ISC license.
103
124
  * See the LICENSE file in the root directory of this source tree.
104
125
  */
105
126
 
106
- const ChevronUp = [["path", { d: "m18 15-6-6-6 6" }]];
127
+ const ChevronRight = [["path", { d: "m9 18 6-6-6-6" }]];
107
128
 
108
129
  /**
109
- * @license lucide v0.548.0 - ISC
130
+ * @license lucide v0.544.0 - ISC
110
131
  *
111
132
  * This source code is licensed under the ISC license.
112
133
  * See the LICENSE file in the root directory of this source tree.
113
134
  */
114
135
 
115
- const ChevronLeft = [["path", { d: "m15 18-6-6 6-6" }]];
136
+ const ChevronUp = [["path", { d: "m18 15-6-6-6 6" }]];
116
137
 
117
138
  /**
118
- * @license lucide v0.548.0 - ISC
139
+ * @license lucide v0.544.0 - ISC
119
140
  *
120
141
  * This source code is licensed under the ISC license.
121
142
  * See the LICENSE file in the root directory of this source tree.
@@ -127,7 +148,7 @@ const CircleCheck = [
127
148
  ];
128
149
 
129
150
  /**
130
- * @license lucide v0.548.0 - ISC
151
+ * @license lucide v0.544.0 - ISC
131
152
  *
132
153
  * This source code is licensed under the ISC license.
133
154
  * See the LICENSE file in the root directory of this source tree.
@@ -139,7 +160,7 @@ const CircleMinus = [
139
160
  ];
140
161
 
141
162
  /**
142
- * @license lucide v0.548.0 - ISC
163
+ * @license lucide v0.544.0 - ISC
143
164
  *
144
165
  * This source code is licensed under the ISC license.
145
166
  * See the LICENSE file in the root directory of this source tree.
@@ -152,7 +173,7 @@ const CircleOff = [
152
173
  ];
153
174
 
154
175
  /**
155
- * @license lucide v0.548.0 - ISC
176
+ * @license lucide v0.544.0 - ISC
156
177
  *
157
178
  * This source code is licensed under the ISC license.
158
179
  * See the LICENSE file in the root directory of this source tree.
@@ -165,7 +186,7 @@ const CircleX = [
165
186
  ];
166
187
 
167
188
  /**
168
- * @license lucide v0.548.0 - ISC
189
+ * @license lucide v0.544.0 - ISC
169
190
  *
170
191
  * This source code is licensed under the ISC license.
171
192
  * See the LICENSE file in the root directory of this source tree.
@@ -178,7 +199,7 @@ const EllipsisVertical = [
178
199
  ];
179
200
 
180
201
  /**
181
- * @license lucide v0.548.0 - ISC
202
+ * @license lucide v0.544.0 - ISC
182
203
  *
183
204
  * This source code is licensed under the ISC license.
184
205
  * See the LICENSE file in the root directory of this source tree.
@@ -191,7 +212,7 @@ const Ellipsis = [
191
212
  ];
192
213
 
193
214
  /**
194
- * @license lucide v0.548.0 - ISC
215
+ * @license lucide v0.544.0 - ISC
195
216
  *
196
217
  * This source code is licensed under the ISC license.
197
218
  * See the LICENSE file in the root directory of this source tree.
@@ -203,7 +224,7 @@ const File = [
203
224
  ];
204
225
 
205
226
  /**
206
- * @license lucide v0.548.0 - ISC
227
+ * @license lucide v0.544.0 - ISC
207
228
  *
208
229
  * This source code is licensed under the ISC license.
209
230
  * See the LICENSE file in the root directory of this source tree.
@@ -219,7 +240,23 @@ const Folder = [
219
240
  ];
220
241
 
221
242
  /**
222
- * @license lucide v0.548.0 - ISC
243
+ * @license lucide v0.544.0 - ISC
244
+ *
245
+ * This source code is licensed under the ISC license.
246
+ * See the LICENSE file in the root directory of this source tree.
247
+ */
248
+
249
+ const Funnel = [
250
+ [
251
+ "path",
252
+ {
253
+ d: "M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z"
254
+ }
255
+ ]
256
+ ];
257
+
258
+ /**
259
+ * @license lucide v0.544.0 - ISC
223
260
  *
224
261
  * This source code is licensed under the ISC license.
225
262
  * See the LICENSE file in the root directory of this source tree.
@@ -232,7 +269,7 @@ const Globe = [
232
269
  ];
233
270
 
234
271
  /**
235
- * @license lucide v0.548.0 - ISC
272
+ * @license lucide v0.544.0 - ISC
236
273
  *
237
274
  * This source code is licensed under the ISC license.
238
275
  * See the LICENSE file in the root directory of this source tree.
@@ -248,7 +285,7 @@ const ImageOff = [
248
285
  ];
249
286
 
250
287
  /**
251
- * @license lucide v0.548.0 - ISC
288
+ * @license lucide v0.544.0 - ISC
252
289
  *
253
290
  * This source code is licensed under the ISC license.
254
291
  * See the LICENSE file in the root directory of this source tree.
@@ -261,7 +298,7 @@ const Image = [
261
298
  ];
262
299
 
263
300
  /**
264
- * @license lucide v0.548.0 - ISC
301
+ * @license lucide v0.544.0 - ISC
265
302
  *
266
303
  * This source code is licensed under the ISC license.
267
304
  * See the LICENSE file in the root directory of this source tree.
@@ -278,7 +315,7 @@ const Inbox = [
278
315
  ];
279
316
 
280
317
  /**
281
- * @license lucide v0.548.0 - ISC
318
+ * @license lucide v0.544.0 - ISC
282
319
  *
283
320
  * This source code is licensed under the ISC license.
284
321
  * See the LICENSE file in the root directory of this source tree.
@@ -291,7 +328,7 @@ const Info = [
291
328
  ];
292
329
 
293
330
  /**
294
- * @license lucide v0.548.0 - ISC
331
+ * @license lucide v0.544.0 - ISC
295
332
  *
296
333
  * This source code is licensed under the ISC license.
297
334
  * See the LICENSE file in the root directory of this source tree.
@@ -307,7 +344,7 @@ const Languages = [
307
344
  ];
308
345
 
309
346
  /**
310
- * @license lucide v0.548.0 - ISC
347
+ * @license lucide v0.544.0 - ISC
311
348
  *
312
349
  * This source code is licensed under the ISC license.
313
350
  * See the LICENSE file in the root directory of this source tree.
@@ -316,7 +353,7 @@ const Languages = [
316
353
  const LoaderCircle = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56" }]];
317
354
 
318
355
  /**
319
- * @license lucide v0.548.0 - ISC
356
+ * @license lucide v0.544.0 - ISC
320
357
  *
321
358
  * This source code is licensed under the ISC license.
322
359
  * See the LICENSE file in the root directory of this source tree.
@@ -329,7 +366,7 @@ const MailCheck = [
329
366
  ];
330
367
 
331
368
  /**
332
- * @license lucide v0.548.0 - ISC
369
+ * @license lucide v0.544.0 - ISC
333
370
  *
334
371
  * This source code is licensed under the ISC license.
335
372
  * See the LICENSE file in the root directory of this source tree.
@@ -343,7 +380,7 @@ const MailWarning = [
343
380
  ];
344
381
 
345
382
  /**
346
- * @license lucide v0.548.0 - ISC
383
+ * @license lucide v0.544.0 - ISC
347
384
  *
348
385
  * This source code is licensed under the ISC license.
349
386
  * See the LICENSE file in the root directory of this source tree.
@@ -355,7 +392,7 @@ const Mail = [
355
392
  ];
356
393
 
357
394
  /**
358
- * @license lucide v0.548.0 - ISC
395
+ * @license lucide v0.544.0 - ISC
359
396
  *
360
397
  * This source code is licensed under the ISC license.
361
398
  * See the LICENSE file in the root directory of this source tree.
@@ -374,7 +411,7 @@ const MessageSquareText = [
374
411
  ];
375
412
 
376
413
  /**
377
- * @license lucide v0.548.0 - ISC
414
+ * @license lucide v0.544.0 - ISC
378
415
  *
379
416
  * This source code is licensed under the ISC license.
380
417
  * See the LICENSE file in the root directory of this source tree.
@@ -390,7 +427,7 @@ const Paperclip = [
390
427
  ];
391
428
 
392
429
  /**
393
- * @license lucide v0.548.0 - ISC
430
+ * @license lucide v0.544.0 - ISC
394
431
  *
395
432
  * This source code is licensed under the ISC license.
396
433
  * See the LICENSE file in the root directory of this source tree.
@@ -407,7 +444,7 @@ const Pencil = [
407
444
  ];
408
445
 
409
446
  /**
410
- * @license lucide v0.548.0 - ISC
447
+ * @license lucide v0.544.0 - ISC
411
448
  *
412
449
  * This source code is licensed under the ISC license.
413
450
  * See the LICENSE file in the root directory of this source tree.
@@ -424,7 +461,7 @@ const Pin = [
424
461
  ];
425
462
 
426
463
  /**
427
- * @license lucide v0.548.0 - ISC
464
+ * @license lucide v0.544.0 - ISC
428
465
  *
429
466
  * This source code is licensed under the ISC license.
430
467
  * See the LICENSE file in the root directory of this source tree.
@@ -438,7 +475,7 @@ const Play = [
438
475
  ];
439
476
 
440
477
  /**
441
- * @license lucide v0.548.0 - ISC
478
+ * @license lucide v0.544.0 - ISC
442
479
  *
443
480
  * This source code is licensed under the ISC license.
444
481
  * See the LICENSE file in the root directory of this source tree.
@@ -450,7 +487,7 @@ const Plus = [
450
487
  ];
451
488
 
452
489
  /**
453
- * @license lucide v0.548.0 - ISC
490
+ * @license lucide v0.544.0 - ISC
454
491
  *
455
492
  * This source code is licensed under the ISC license.
456
493
  * See the LICENSE file in the root directory of this source tree.
@@ -462,7 +499,7 @@ const Reply = [
462
499
  ];
463
500
 
464
501
  /**
465
- * @license lucide v0.548.0 - ISC
502
+ * @license lucide v0.544.0 - ISC
466
503
  *
467
504
  * This source code is licensed under the ISC license.
468
505
  * See the LICENSE file in the root directory of this source tree.
@@ -474,7 +511,7 @@ const RotateCw = [
474
511
  ];
475
512
 
476
513
  /**
477
- * @license lucide v0.548.0 - ISC
514
+ * @license lucide v0.544.0 - ISC
478
515
  *
479
516
  * This source code is licensed under the ISC license.
480
517
  * See the LICENSE file in the root directory of this source tree.
@@ -492,7 +529,7 @@ const Save = [
492
529
  ];
493
530
 
494
531
  /**
495
- * @license lucide v0.548.0 - ISC
532
+ * @license lucide v0.544.0 - ISC
496
533
  *
497
534
  * This source code is licensed under the ISC license.
498
535
  * See the LICENSE file in the root directory of this source tree.
@@ -504,7 +541,7 @@ const Search = [
504
541
  ];
505
542
 
506
543
  /**
507
- * @license lucide v0.548.0 - ISC
544
+ * @license lucide v0.544.0 - ISC
508
545
  *
509
546
  * This source code is licensed under the ISC license.
510
547
  * See the LICENSE file in the root directory of this source tree.
@@ -521,7 +558,7 @@ const Send = [
521
558
  ];
522
559
 
523
560
  /**
524
- * @license lucide v0.548.0 - ISC
561
+ * @license lucide v0.544.0 - ISC
525
562
  *
526
563
  * This source code is licensed under the ISC license.
527
564
  * See the LICENSE file in the root directory of this source tree.
@@ -540,7 +577,7 @@ const SlidersHorizontal = [
540
577
  ];
541
578
 
542
579
  /**
543
- * @license lucide v0.548.0 - ISC
580
+ * @license lucide v0.544.0 - ISC
544
581
  *
545
582
  * This source code is licensed under the ISC license.
546
583
  * See the LICENSE file in the root directory of this source tree.
@@ -554,7 +591,7 @@ const SquareMenu = [
554
591
  ];
555
592
 
556
593
  /**
557
- * @license lucide v0.548.0 - ISC
594
+ * @license lucide v0.544.0 - ISC
558
595
  *
559
596
  * This source code is licensed under the ISC license.
560
597
  * See the LICENSE file in the root directory of this source tree.
@@ -571,7 +608,7 @@ const SquarePen = [
571
608
  ];
572
609
 
573
610
  /**
574
- * @license lucide v0.548.0 - ISC
611
+ * @license lucide v0.544.0 - ISC
575
612
  *
576
613
  * This source code is licensed under the ISC license.
577
614
  * See the LICENSE file in the root directory of this source tree.
@@ -584,7 +621,7 @@ const Touchpad = [
584
621
  ];
585
622
 
586
623
  /**
587
- * @license lucide v0.548.0 - ISC
624
+ * @license lucide v0.544.0 - ISC
588
625
  *
589
626
  * This source code is licensed under the ISC license.
590
627
  * See the LICENSE file in the root directory of this source tree.
@@ -599,7 +636,7 @@ const Trash2 = [
599
636
  ];
600
637
 
601
638
  /**
602
- * @license lucide v0.548.0 - ISC
639
+ * @license lucide v0.544.0 - ISC
603
640
  *
604
641
  * This source code is licensed under the ISC license.
605
642
  * See the LICENSE file in the root directory of this source tree.
@@ -612,7 +649,7 @@ const TriangleAlert = [
612
649
  ];
613
650
 
614
651
  /**
615
- * @license lucide v0.548.0 - ISC
652
+ * @license lucide v0.544.0 - ISC
616
653
  *
617
654
  * This source code is licensed under the ISC license.
618
655
  * See the LICENSE file in the root directory of this source tree.
@@ -623,7 +660,7 @@ const Triangle = [
623
660
  ];
624
661
 
625
662
  /**
626
- * @license lucide v0.548.0 - ISC
663
+ * @license lucide v0.544.0 - ISC
627
664
  *
628
665
  * This source code is licensed under the ISC license.
629
666
  * See the LICENSE file in the root directory of this source tree.
@@ -647,7 +684,7 @@ const Unlink = [
647
684
  ];
648
685
 
649
686
  /**
650
- * @license lucide v0.548.0 - ISC
687
+ * @license lucide v0.544.0 - ISC
651
688
  *
652
689
  * This source code is licensed under the ISC license.
653
690
  * See the LICENSE file in the root directory of this source tree.
@@ -659,7 +696,7 @@ const UserRound = [
659
696
  ];
660
697
 
661
698
  /**
662
- * @license lucide v0.548.0 - ISC
699
+ * @license lucide v0.544.0 - ISC
663
700
  *
664
701
  * This source code is licensed under the ISC license.
665
702
  * See the LICENSE file in the root directory of this source tree.
@@ -673,7 +710,7 @@ const UserSearch = [
673
710
  ];
674
711
 
675
712
  /**
676
- * @license lucide v0.548.0 - ISC
713
+ * @license lucide v0.544.0 - ISC
677
714
  *
678
715
  * This source code is licensed under the ISC license.
679
716
  * See the LICENSE file in the root directory of this source tree.
@@ -686,7 +723,7 @@ const UsersRound = [
686
723
  ];
687
724
 
688
725
  /**
689
- * @license lucide v0.548.0 - ISC
726
+ * @license lucide v0.544.0 - ISC
690
727
  *
691
728
  * This source code is licensed under the ISC license.
692
729
  * See the LICENSE file in the root directory of this source tree.
@@ -752,6 +789,8 @@ const iconMap = {
752
789
  UserSearch,
753
790
  UsersRound,
754
791
  X,
792
+ BotMessageSquare,
793
+ Filter: Funnel,
755
794
  };
756
795
  const Icon = ({ name, addClass }) => {
757
796
  const icon = iconMap[name];
@@ -1,9 +1,9 @@
1
1
  const NAMESPACE = 'zignal-stencil-library';
2
- const BUILD = /* zignal-stencil-library */ { hydratedSelectorName: "hydrated", lazyLoad: false, slotRelocation: true, state: true, updatable: true};
2
+ const BUILD = /* zignal-stencil-library */ { hydratedSelectorName: "hydrated", lazyLoad: false, slotRelocation: true, updatable: true};
3
3
  const Env = /* zignal-stencil-library */ {"CLOUDFRONT_S3_SSO_KEY":"8338404e73b209b87dc9dfb55a0d42b8ad5f593a348a3ad731a78e4ec13a4e91"};
4
4
 
5
5
  /*
6
- Stencil Client Platform v4.38.3 | MIT Licensed | https://stenciljs.com
6
+ Stencil Client Platform v4.38.2 | MIT Licensed | https://stenciljs.com
7
7
  */
8
8
  var __defProp = Object.defineProperty;
9
9
  var __export = (target, all) => {
@@ -14,6 +14,8 @@ var __export = (target, all) => {
14
14
  // src/utils/constants.ts
15
15
  var SVG_NS = "http://www.w3.org/2000/svg";
16
16
  var HTML_NS = "http://www.w3.org/1999/xhtml";
17
+
18
+ // src/utils/es2022-rewire-class-members.ts
17
19
  var reWireGetterSetter = (instance, hostRef) => {
18
20
  var _a;
19
21
  const cmpMeta = hostRef.$cmpMeta$;
@@ -69,7 +71,7 @@ var registerHost = (hostElement, cmpMeta) => {
69
71
  }
70
72
  const ref = hostRef;
71
73
  hostElement.__stencil__getHostRef = () => ref;
72
- if (cmpMeta.$flags$ & 512 /* hasModernPropertyDecls */ && (BUILD.state)) {
74
+ {
73
75
  reWireGetterSetter(hostElement, hostRef);
74
76
  }
75
77
  return ref;