@nectary/components 2.4.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 (442) hide show
  1. package/accordion/index.d.ts +11 -0
  2. package/accordion/index.js +86 -0
  3. package/accordion/types.d.ts +21 -0
  4. package/accordion/types.js +1 -0
  5. package/accordion-item/index.d.ts +14 -0
  6. package/accordion-item/index.js +95 -0
  7. package/accordion-item/types.d.ts +36 -0
  8. package/accordion-item/types.js +1 -0
  9. package/accordion-item/utils.d.ts +2 -0
  10. package/accordion-item/utils.js +1 -0
  11. package/action-menu/index.d.ts +11 -0
  12. package/action-menu/index.js +195 -0
  13. package/action-menu/types.d.ts +13 -0
  14. package/action-menu/types.js +1 -0
  15. package/action-menu-option/index.d.ts +12 -0
  16. package/action-menu-option/index.js +82 -0
  17. package/action-menu-option/types.d.ts +23 -0
  18. package/action-menu-option/types.js +1 -0
  19. package/action-menu-option/utils.d.ts +2 -0
  20. package/action-menu-option/utils.js +3 -0
  21. package/alert/index.d.ts +14 -0
  22. package/alert/index.js +48 -0
  23. package/alert/types.d.ts +18 -0
  24. package/alert/types.js +1 -0
  25. package/alert/utils.d.ts +2 -0
  26. package/alert/utils.js +1 -0
  27. package/avatar/index.d.ts +11 -0
  28. package/avatar/index.js +94 -0
  29. package/avatar/types.d.ts +37 -0
  30. package/avatar/types.js +1 -0
  31. package/avatar/utils.d.ts +4 -0
  32. package/avatar/utils.js +7 -0
  33. package/badge/index.d.ts +11 -0
  34. package/badge/index.js +114 -0
  35. package/badge/types.d.ts +34 -0
  36. package/badge/types.js +1 -0
  37. package/badge/utils.d.ts +2 -0
  38. package/badge/utils.js +1 -0
  39. package/button/index.d.ts +11 -0
  40. package/button/index.js +168 -0
  41. package/button/types.d.ts +45 -0
  42. package/button/types.js +1 -0
  43. package/button/utils.d.ts +2 -0
  44. package/button/utils.js +1 -0
  45. package/card/index.d.ts +13 -0
  46. package/card/index.js +133 -0
  47. package/card/types.d.ts +28 -0
  48. package/card/types.js +1 -0
  49. package/card-container/index.d.ts +11 -0
  50. package/card-container/index.js +11 -0
  51. package/card-container/types.d.ts +3 -0
  52. package/card-container/types.js +1 -0
  53. package/chat/index.d.ts +11 -0
  54. package/chat/index.js +11 -0
  55. package/chat/types.d.ts +3 -0
  56. package/chat/types.js +1 -0
  57. package/chat-block/index.d.ts +11 -0
  58. package/chat-block/index.js +86 -0
  59. package/chat-block/types.d.ts +30 -0
  60. package/chat-block/types.js +1 -0
  61. package/chat-bubble/index.d.ts +11 -0
  62. package/chat-bubble/index.js +41 -0
  63. package/chat-bubble/types.d.ts +20 -0
  64. package/chat-bubble/types.js +1 -0
  65. package/chat-bubble/utils.d.ts +3 -0
  66. package/chat-bubble/utils.js +2 -0
  67. package/checkbox/index.d.ts +11 -0
  68. package/checkbox/index.js +126 -0
  69. package/checkbox/types.d.ts +49 -0
  70. package/checkbox/types.js +1 -0
  71. package/chip/index.d.ts +13 -0
  72. package/chip/index.js +144 -0
  73. package/chip/types.d.ts +37 -0
  74. package/chip/types.js +1 -0
  75. package/chip/utils.d.ts +2 -0
  76. package/chip/utils.js +6 -0
  77. package/code-tag/index.d.ts +11 -0
  78. package/code-tag/index.js +31 -0
  79. package/code-tag/types.d.ts +11 -0
  80. package/code-tag/types.js +1 -0
  81. package/color-menu/index.d.ts +11 -0
  82. package/color-menu/index.js +308 -0
  83. package/color-menu/types.d.ts +32 -0
  84. package/color-menu/types.js +1 -0
  85. package/color-menu/utils.d.ts +1 -0
  86. package/color-menu/utils.js +11 -0
  87. package/color-menu-option/index.d.ts +13 -0
  88. package/color-menu-option/index.js +48 -0
  89. package/color-menu-option/types.d.ts +11 -0
  90. package/color-menu-option/types.js +1 -0
  91. package/color-menu-option/utils.d.ts +1 -0
  92. package/color-menu-option/utils.js +11 -0
  93. package/color-swatch/index.d.ts +12 -0
  94. package/color-swatch/index.js +54 -0
  95. package/color-swatch/types.d.ts +11 -0
  96. package/color-swatch/types.js +1 -0
  97. package/color-swatch/utils.d.ts +2 -0
  98. package/color-swatch/utils.js +6 -0
  99. package/colors.json +88 -0
  100. package/date-picker/index.d.ts +14 -0
  101. package/date-picker/index.js +381 -0
  102. package/date-picker/types.d.ts +70 -0
  103. package/date-picker/types.js +1 -0
  104. package/date-picker/utils.d.ts +28 -0
  105. package/date-picker/utils.js +142 -0
  106. package/dialog/index.d.ts +15 -0
  107. package/dialog/index.js +144 -0
  108. package/dialog/types.d.ts +28 -0
  109. package/dialog/types.js +1 -0
  110. package/dialog/utils.d.ts +2 -0
  111. package/dialog/utils.js +18 -0
  112. package/emoji/index.d.ts +11 -0
  113. package/emoji/index.js +46 -0
  114. package/emoji/types.d.ts +11 -0
  115. package/emoji/types.js +1 -0
  116. package/emoji/utils.d.ts +1 -0
  117. package/emoji/utils.js +42 -0
  118. package/emoji-picker/data.json +1 -0
  119. package/emoji-picker/index.d.ts +22 -0
  120. package/emoji-picker/index.js +304 -0
  121. package/emoji-picker/types.d.ts +26 -0
  122. package/emoji-picker/types.js +1 -0
  123. package/field/index.d.ts +11 -0
  124. package/field/index.js +112 -0
  125. package/field/types.d.ts +35 -0
  126. package/field/types.js +1 -0
  127. package/file-drop/index.d.ts +13 -0
  128. package/file-drop/index.js +205 -0
  129. package/file-drop/types.d.ts +50 -0
  130. package/file-drop/types.js +1 -0
  131. package/file-drop/utils.d.ts +2 -0
  132. package/file-drop/utils.js +31 -0
  133. package/file-picker/index.d.ts +11 -0
  134. package/file-picker/index.js +103 -0
  135. package/file-picker/types.d.ts +32 -0
  136. package/file-picker/types.js +1 -0
  137. package/file-picker/utils.d.ts +1 -0
  138. package/file-picker/utils.js +8 -0
  139. package/file-status/index.d.ts +14 -0
  140. package/file-status/index.js +61 -0
  141. package/file-status/types.d.ts +18 -0
  142. package/file-status/types.js +1 -0
  143. package/file-status/utils.d.ts +2 -0
  144. package/file-status/utils.js +1 -0
  145. package/flag/index.d.ts +11 -0
  146. package/flag/index.js +46 -0
  147. package/flag/types.d.ts +11 -0
  148. package/flag/types.js +1 -0
  149. package/flag/utils.d.ts +1 -0
  150. package/flag/utils.js +17 -0
  151. package/grid/index.d.ts +11 -0
  152. package/grid/index.js +11 -0
  153. package/grid/types.d.ts +3 -0
  154. package/grid/types.js +1 -0
  155. package/grid-item/index.d.ts +11 -0
  156. package/grid-item/index.js +35 -0
  157. package/grid-item/types.d.ts +17 -0
  158. package/grid-item/types.js +1 -0
  159. package/help-tooltip/index.d.ts +13 -0
  160. package/help-tooltip/index.js +74 -0
  161. package/help-tooltip/types.d.ts +3 -0
  162. package/help-tooltip/types.js +1 -0
  163. package/horizontal-stepper/index.d.ts +11 -0
  164. package/horizontal-stepper/index.js +61 -0
  165. package/horizontal-stepper/types.d.ts +13 -0
  166. package/horizontal-stepper/types.js +1 -0
  167. package/horizontal-stepper-item/index.d.ts +14 -0
  168. package/horizontal-stepper-item/index.js +61 -0
  169. package/horizontal-stepper-item/types.d.ts +24 -0
  170. package/horizontal-stepper-item/types.js +1 -0
  171. package/horizontal-stepper-item/utils.d.ts +2 -0
  172. package/horizontal-stepper-item/utils.js +1 -0
  173. package/icon/index.d.ts +11 -0
  174. package/icon/index.js +32 -0
  175. package/icon/types.d.ts +11 -0
  176. package/icon/types.js +1 -0
  177. package/icon-button/index.d.ts +12 -0
  178. package/icon-button/index.js +173 -0
  179. package/icon-button/types.d.ts +44 -0
  180. package/icon-button/types.js +1 -0
  181. package/icon-button/utils.d.ts +2 -0
  182. package/icon-button/utils.js +1 -0
  183. package/inline-alert/index.d.ts +15 -0
  184. package/inline-alert/index.js +83 -0
  185. package/inline-alert/types.d.ts +15 -0
  186. package/inline-alert/types.js +1 -0
  187. package/inline-alert/utils.d.ts +2 -0
  188. package/inline-alert/utils.js +1 -0
  189. package/input/index.d.ts +11 -0
  190. package/input/index.js +620 -0
  191. package/input/types.d.ts +80 -0
  192. package/input/types.js +1 -0
  193. package/input/utils.d.ts +26 -0
  194. package/input/utils.js +302 -0
  195. package/link/index.d.ts +12 -0
  196. package/link/index.js +132 -0
  197. package/link/types.d.ts +55 -0
  198. package/link/types.js +1 -0
  199. package/list/index.d.ts +11 -0
  200. package/list/index.js +14 -0
  201. package/list/types.d.ts +3 -0
  202. package/list/types.js +1 -0
  203. package/list-item/index.d.ts +11 -0
  204. package/list-item/index.js +14 -0
  205. package/list-item/types.d.ts +3 -0
  206. package/list-item/types.js +1 -0
  207. package/package.json +30 -0
  208. package/pagination/index.d.ts +12 -0
  209. package/pagination/index.js +147 -0
  210. package/pagination/types.d.ts +16 -0
  211. package/pagination/types.js +1 -0
  212. package/pop/index.d.ts +11 -0
  213. package/pop/index.js +425 -0
  214. package/pop/types.d.ts +35 -0
  215. package/pop/types.js +1 -0
  216. package/pop/utils.d.ts +4 -0
  217. package/pop/utils.js +16 -0
  218. package/popover/index.d.ts +12 -0
  219. package/popover/index.js +140 -0
  220. package/popover/types.d.ts +40 -0
  221. package/popover/types.js +1 -0
  222. package/popover/utils.d.ts +4 -0
  223. package/popover/utils.js +10 -0
  224. package/progress/index.d.ts +12 -0
  225. package/progress/index.js +58 -0
  226. package/progress/types.d.ts +12 -0
  227. package/progress/types.js +1 -0
  228. package/progress-stepper/index.d.ts +11 -0
  229. package/progress-stepper/index.js +206 -0
  230. package/progress-stepper/types.d.ts +22 -0
  231. package/progress-stepper/types.js +1 -0
  232. package/progress-stepper-item/index.d.ts +12 -0
  233. package/progress-stepper-item/index.js +82 -0
  234. package/progress-stepper-item/types.d.ts +23 -0
  235. package/progress-stepper-item/types.js +1 -0
  236. package/progress-stepper-item/utils.d.ts +11 -0
  237. package/progress-stepper-item/utils.js +13 -0
  238. package/radio/index.d.ts +11 -0
  239. package/radio/index.js +154 -0
  240. package/radio/types.d.ts +14 -0
  241. package/radio/types.js +1 -0
  242. package/radio-option/index.d.ts +11 -0
  243. package/radio-option/index.js +79 -0
  244. package/radio-option/types.d.ts +17 -0
  245. package/radio-option/types.js +1 -0
  246. package/readme.md +179 -0
  247. package/rich-text/index.d.ts +11 -0
  248. package/rich-text/index.js +48 -0
  249. package/rich-text/types.d.ts +12 -0
  250. package/rich-text/types.js +1 -0
  251. package/rich-text/utils.d.ts +2 -0
  252. package/rich-text/utils.js +1 -0
  253. package/segment/index.d.ts +12 -0
  254. package/segment/index.js +109 -0
  255. package/segment/types.d.ts +16 -0
  256. package/segment/types.js +1 -0
  257. package/segment/utils.d.ts +3 -0
  258. package/segment/utils.js +16 -0
  259. package/segment-collapse/index.d.ts +13 -0
  260. package/segment-collapse/index.js +60 -0
  261. package/segment-collapse/types.d.ts +11 -0
  262. package/segment-collapse/types.js +1 -0
  263. package/segmented-control/index.d.ts +11 -0
  264. package/segmented-control/index.js +85 -0
  265. package/segmented-control/types.d.ts +11 -0
  266. package/segmented-control/types.js +1 -0
  267. package/segmented-control-option/index.d.ts +11 -0
  268. package/segmented-control-option/index.js +95 -0
  269. package/segmented-control-option/types.d.ts +19 -0
  270. package/segmented-control-option/types.js +1 -0
  271. package/segmented-icon-control/index.d.ts +11 -0
  272. package/segmented-icon-control/index.js +101 -0
  273. package/segmented-icon-control/types.d.ts +14 -0
  274. package/segmented-icon-control/types.js +1 -0
  275. package/segmented-icon-control-option/index.d.ts +11 -0
  276. package/segmented-icon-control-option/index.js +82 -0
  277. package/segmented-icon-control-option/types.d.ts +16 -0
  278. package/segmented-icon-control-option/types.js +1 -0
  279. package/select-button/index.d.ts +13 -0
  280. package/select-button/index.js +200 -0
  281. package/select-button/types.d.ts +50 -0
  282. package/select-button/types.js +1 -0
  283. package/select-menu/index.d.ts +15 -0
  284. package/select-menu/index.js +307 -0
  285. package/select-menu/types.d.ts +29 -0
  286. package/select-menu/types.js +1 -0
  287. package/select-menu-option/index.d.ts +28 -0
  288. package/select-menu-option/index.js +65 -0
  289. package/select-menu-option/types.d.ts +26 -0
  290. package/select-menu-option/types.js +1 -0
  291. package/skeleton/index.d.ts +11 -0
  292. package/skeleton/index.js +108 -0
  293. package/skeleton/types.d.ts +9 -0
  294. package/skeleton/types.js +1 -0
  295. package/skeleton-item/index.d.ts +11 -0
  296. package/skeleton-item/index.js +11 -0
  297. package/skeleton-item/types.d.ts +13 -0
  298. package/skeleton-item/types.js +1 -0
  299. package/spinner/index.d.ts +11 -0
  300. package/spinner/index.js +58 -0
  301. package/spinner/types.d.ts +12 -0
  302. package/spinner/types.js +1 -0
  303. package/stop-events/index.d.ts +1 -0
  304. package/stop-events/index.js +27 -0
  305. package/table/index.d.ts +11 -0
  306. package/table/index.js +14 -0
  307. package/table/types.d.ts +3 -0
  308. package/table/types.js +1 -0
  309. package/table-body/index.d.ts +11 -0
  310. package/table-body/index.js +14 -0
  311. package/table-body/types.d.ts +3 -0
  312. package/table-body/types.js +1 -0
  313. package/table-cell/index.d.ts +11 -0
  314. package/table-cell/index.js +21 -0
  315. package/table-cell/types.d.ts +9 -0
  316. package/table-cell/types.js +1 -0
  317. package/table-cell/utils.d.ts +2 -0
  318. package/table-cell/utils.js +1 -0
  319. package/table-head/index.d.ts +11 -0
  320. package/table-head/index.js +14 -0
  321. package/table-head/types.d.ts +3 -0
  322. package/table-head/types.js +1 -0
  323. package/table-head-cell/index.d.ts +12 -0
  324. package/table-head-cell/index.js +57 -0
  325. package/table-head-cell/types.d.ts +15 -0
  326. package/table-head-cell/types.js +1 -0
  327. package/table-row/index.d.ts +11 -0
  328. package/table-row/index.js +42 -0
  329. package/table-row/types.d.ts +11 -0
  330. package/table-row/types.js +1 -0
  331. package/tabs/index.d.ts +11 -0
  332. package/tabs/index.js +80 -0
  333. package/tabs/types.d.ts +18 -0
  334. package/tabs/types.js +1 -0
  335. package/tabs-icon-option/index.d.ts +11 -0
  336. package/tabs-icon-option/index.js +79 -0
  337. package/tabs-icon-option/types.d.ts +19 -0
  338. package/tabs-icon-option/types.js +1 -0
  339. package/tabs-option/index.d.ts +12 -0
  340. package/tabs-option/index.js +86 -0
  341. package/tabs-option/types.d.ts +25 -0
  342. package/tabs-option/types.js +1 -0
  343. package/tag/index.d.ts +12 -0
  344. package/tag/index.js +84 -0
  345. package/tag/types.d.ts +23 -0
  346. package/tag/types.js +1 -0
  347. package/tag/utils.d.ts +2 -0
  348. package/tag/utils.js +6 -0
  349. package/text/index.d.ts +11 -0
  350. package/text/index.js +64 -0
  351. package/text/types.d.ts +30 -0
  352. package/text/types.js +1 -0
  353. package/text/utils.d.ts +2 -0
  354. package/text/utils.js +1 -0
  355. package/textarea/index.d.ts +11 -0
  356. package/textarea/index.js +228 -0
  357. package/textarea/types.d.ts +57 -0
  358. package/textarea/types.js +1 -0
  359. package/tile-control/index.d.ts +11 -0
  360. package/tile-control/index.js +110 -0
  361. package/tile-control/types.d.ts +35 -0
  362. package/tile-control/types.js +1 -0
  363. package/tile-control-option/index.d.ts +11 -0
  364. package/tile-control-option/index.js +98 -0
  365. package/tile-control-option/types.d.ts +37 -0
  366. package/tile-control-option/types.js +1 -0
  367. package/time-picker/index.d.ts +15 -0
  368. package/time-picker/index.js +337 -0
  369. package/time-picker/types.d.ts +34 -0
  370. package/time-picker/types.js +1 -0
  371. package/time-picker/utils.d.ts +11 -0
  372. package/time-picker/utils.js +75 -0
  373. package/title/index.d.ts +11 -0
  374. package/title/index.js +60 -0
  375. package/title/types.d.ts +31 -0
  376. package/title/types.js +1 -0
  377. package/title/utils.d.ts +3 -0
  378. package/title/utils.js +17 -0
  379. package/toast/index.d.ts +14 -0
  380. package/toast/index.js +87 -0
  381. package/toast/types.d.ts +28 -0
  382. package/toast/types.js +1 -0
  383. package/toast/utils.d.ts +2 -0
  384. package/toast/utils.js +1 -0
  385. package/toast-manager/index.d.ts +13 -0
  386. package/toast-manager/index.js +163 -0
  387. package/toast-manager/types.d.ts +7 -0
  388. package/toast-manager/types.js +1 -0
  389. package/toggle/index.d.ts +11 -0
  390. package/toggle/index.js +126 -0
  391. package/toggle/types.d.ts +23 -0
  392. package/toggle/types.js +1 -0
  393. package/tooltip/index.d.ts +13 -0
  394. package/tooltip/index.js +258 -0
  395. package/tooltip/tooltip-state.d.ts +19 -0
  396. package/tooltip/tooltip-state.js +126 -0
  397. package/tooltip/types.d.ts +35 -0
  398. package/tooltip/types.js +1 -0
  399. package/tooltip/utils.d.ts +5 -0
  400. package/tooltip/utils.js +17 -0
  401. package/types.d.ts +14 -0
  402. package/utils/context.d.ts +20 -0
  403. package/utils/context.js +84 -0
  404. package/utils/countries.d.ts +6 -0
  405. package/utils/countries.js +2 -0
  406. package/utils/countries.json +1217 -0
  407. package/utils/csv.d.ts +5 -0
  408. package/utils/csv.js +22 -0
  409. package/utils/debounce.d.ts +8 -0
  410. package/utils/debounce.js +22 -0
  411. package/utils/dom.d.ts +34 -0
  412. package/utils/dom.js +154 -0
  413. package/utils/element.d.ts +16 -0
  414. package/utils/element.js +48 -0
  415. package/utils/event-target.d.ts +4 -0
  416. package/utils/event-target.js +26 -0
  417. package/utils/get-react-event-handler.d.ts +1 -0
  418. package/utils/get-react-event-handler.js +8 -0
  419. package/utils/index.d.ts +12 -0
  420. package/utils/index.js +12 -0
  421. package/utils/markdown.d.ts +1 -0
  422. package/utils/markdown.js +128 -0
  423. package/utils/rect.d.ts +4 -0
  424. package/utils/rect.js +28 -0
  425. package/utils/size.d.ts +5 -0
  426. package/utils/size.js +3 -0
  427. package/utils/slot.d.ts +4 -0
  428. package/utils/slot.js +38 -0
  429. package/utils/throttle.d.ts +4 -0
  430. package/utils/throttle.js +20 -0
  431. package/utils/uid.d.ts +1 -0
  432. package/utils/uid.js +13 -0
  433. package/vertical-stepper/index.d.ts +11 -0
  434. package/vertical-stepper/index.js +57 -0
  435. package/vertical-stepper/types.d.ts +13 -0
  436. package/vertical-stepper/types.js +1 -0
  437. package/vertical-stepper-item/index.d.ts +14 -0
  438. package/vertical-stepper-item/index.js +61 -0
  439. package/vertical-stepper-item/types.d.ts +24 -0
  440. package/vertical-stepper-item/types.js +1 -0
  441. package/vertical-stepper-item/utils.d.ts +2 -0
  442. package/vertical-stepper-item/utils.js +1 -0
@@ -0,0 +1,22 @@
1
+ import '../input';
2
+ import '../icon-button';
3
+ import '../color-swatch';
4
+ import '../color-menu';
5
+ import '../color-menu-option';
6
+ import '../popover';
7
+ import '../tabs';
8
+ import '../tabs-icon-option';
9
+ import '../emoji';
10
+ import '../text';
11
+ import '../icon';
12
+ import type { TSinchEmojiPickerElement, TSinchEmojiPickerReact } from './types';
13
+ declare global {
14
+ namespace JSX {
15
+ interface IntrinsicElements {
16
+ 'sinch-emoji-picker': TSinchEmojiPickerReact;
17
+ }
18
+ }
19
+ interface HTMLElementTagNameMap {
20
+ 'sinch-emoji-picker': TSinchEmojiPickerElement;
21
+ }
22
+ }
@@ -0,0 +1,304 @@
1
+ import '../input';
2
+ import '../icon-button';
3
+ import '../color-swatch';
4
+ import '../color-menu';
5
+ import '../color-menu-option';
6
+ import '../popover';
7
+ import '../tabs';
8
+ import '../tabs-icon-option';
9
+ import '../emoji';
10
+ import '../text';
11
+ import '../icon';
12
+ import { defineCustomElement, getAttribute, getBooleanAttribute, NectaryElement, updateAttribute, updateBooleanAttribute, getReactEventHandler, getRect, debounceTimeout, setClass } from '../utils';
13
+ import dataJson from './data.json';
14
+ const templateHTML = '<style>:host{display:block}#wrapper{width:384px;max-height:504px;display:flex;flex-direction:column;gap:8px;padding:12px 0}#toolbar{display:flex;gap:8px;padding:0 12px}#search{flex:1;min-width:0}#search-clear:not(.active){display:none}#list-wrapper{overflow-y:auto;overflow-x:hidden;width:384px;box-sizing:border-box;scrollbar-gutter:stable}#list{display:flex;flex-wrap:wrap;gap:8px;padding:4px 12px 0;width:384px;box-sizing:border-box}#not-found{display:none;width:100%;height:48px;align-items:center;justify-content:center;pointer-events:none;user-select:none;--sinch-global-color-text:var(--sinch-comp-emoji-picker-color-default-text-not-found);--sinch-comp-text-font:var(--sinch-comp-emoji-picker-font-not-found)}#not-found.active{display:flex}sinch-tabs-icon-option>svg{pointer-events:none;height:var(--sinch-global-size-icon);fill:var(--sinch-global-color-icon)}</style><div id="wrapper"><div id="toolbar"><sinch-input id="search" size="l" aria-label="Search emojis"><sinch-icon id="icon-search" slot="icon" name="search"></sinch-icon><sinch-icon-button id="search-clear" slot="right" aria-label="Clear"><sinch-icon slot="icon" name="close"></sinch-icon></sinch-icon-button></sinch-input><sinch-popover id="skin-popover" orientation="bottom-left" aria-label="Emoji skin tone select"><sinch-icon-button id="skin-button" slot="target" size="l" aria-label="Select emoji skin tones"><sinch-color-swatch id="skin-swatch" slot="icon" name="skintone-default"></sinch-color-swatch></sinch-icon-button><sinch-color-menu id="skin-menu" slot="content" cols="1" value="skintone-default" aria-label="Emoji skin tone menu"><sinch-color-menu-option value="skintone-default"></sinch-color-menu-option><sinch-color-menu-option value="skintone-light"></sinch-color-menu-option><sinch-color-menu-option value="skintone-light-medium"></sinch-color-menu-option><sinch-color-menu-option value="skintone-medium"></sinch-color-menu-option><sinch-color-menu-option value="skintone-medium-dark"></sinch-color-menu-option><sinch-color-menu-option value="skintone-dark"></sinch-color-menu-option></sinch-color-menu></sinch-popover></div><sinch-tabs id="tabs" aria-label="Emoji groups"><sinch-tabs-icon-option id="tab-emotions"><svg slot="icon" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M15.5 11a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm-7 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"/><path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2ZM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8Zm4.41-6.11a.745.745 0 0 0-1.03.24A3.98 3.98 0 0 1 12 16c-1.38 0-2.64-.7-3.38-1.88a.747.747 0 1 0-1.27.79A5.446 5.446 0 0 0 12 17.5c1.9 0 3.63-.97 4.65-2.58.22-.35.11-.81-.24-1.03Z"/></svg></sinch-tabs-icon-option><sinch-tabs-icon-option id="tab-people"><svg slot="icon" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M12 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"/><path d="M15.89 8.11C15.5 7.72 14.83 7 13.53 7h-2.54a5.023 5.023 0 0 1-4.92-4.15.998.998 0 0 0-.98-.85c-.61 0-1.09.54-1 1.14A7.037 7.037 0 0 0 9 8.71V21c0 .55.45 1 1 1s1-.45 1-1v-5h2v5c0 .55.45 1 1 1s1-.45 1-1V10.05l3.24 3.24a.996.996 0 1 0 1.41-1.41l-3.76-3.77Z"/></svg></sinch-tabs-icon-option><sinch-tabs-icon-option id="tab-animals"><svg slot="icon" viewBox="0 0 24 24"><path d="M17 14c-.24-.24-.44-.49-.65-.75C17.51 11.5 19 8.56 19 5c0-1.95-.74-3-2-3-1.54 0-3.96 2.06-5 5.97C10.96 4.06 8.54 2 7 2 5.74 2 5 3.05 5 5c0 3.56 1.49 6.5 2.65 8.25-.21.26-.41.51-.65.75-.25.25-2 1.39-2 3.5C5 19.98 7.02 22 9.5 22c1.5 0 2.5-.5 2.5-.5s1 .5 2.5.5c2.48 0 4.5-2.02 4.5-4.5 0-2.11-1.75-3.25-2-3.5Zm-.12-9.97c.06.17.12.48.12.97 0 2.84-1.11 5.24-2.07 6.78-.38-.26-.83-.48-1.4-.62.24-4.52 2.44-6.83 3.35-7.13ZM7 5c0-.49.06-.8.12-.97.91.3 3.11 2.61 3.36 7.13-.58.14-1.03.35-1.4.62C8.11 10.24 7 7.84 7 5Zm7.5 15c-1 0-1.8-.33-2.22-.56.42-.18.72-.71.72-.94 0-.28-.45-.5-1-.5s-1 .22-1 .5c0 .23.3.76.72.94-.42.23-1.22.56-2.22.56A2.5 2.5 0 0 1 7 17.5c0-.7.43-1.24 1-1.73.44-.36.61-.52 1.3-1.37.76-.95 1.09-1.4 2.7-1.4s1.94.45 2.7 1.4c.69.85.86 1.01 1.3 1.37.57.49 1 1.03 1 1.73a2.5 2.5 0 0 1-2.5 2.5Zm-.5-4c0 .41-.22.75-.5.75s-.5-.34-.5-.75.22-.75.5-.75.5.34.5.75Zm-3 0c0 .41-.22.75-.5.75s-.5-.34-.5-.75.22-.75.5-.75.5.34.5.75Z"/></svg></sinch-tabs-icon-option><sinch-tabs-icon-option id="tab-food"><svg slot="icon" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M19 19H3c-.55 0-1 .45-1 1s.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1Zm1-16H9v2.4l1.81 1.45c.12.09.19.24.19.39v4.26c0 .28-.22.5-.5.5h-4c-.28 0-.5-.22-.5-.5V7.24c0-.15.07-.3.19-.39L8 5.4V3H6c-1.1 0-2 .9-2 2v8c0 2.21 1.79 4 4 4h6c2.21 0 4-1.79 4-4v-3h2c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2Zm0 5h-2V5h2v3Z"/></svg></sinch-tabs-icon-option><sinch-tabs-icon-option id="tab-travel"><svg slot="icon" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="m21.99 14.77-1.43-4.11c-.14-.4-.52-.66-.97-.66H12.4c-.46 0-.83.26-.98.66L10 14.77v5.24c0 .55.45.99 1 .99s1-.45 1-1v-1h8v1a1 1 0 0 0 2 .01l-.01-5.24Zm-10.38-1.43.69-2c.05-.2.24-.34.46-.34h6.48c.21 0 .4.14.47.34l.69 2a.5.5 0 0 1-.47.66h-7.85a.5.5 0 0 1-.47-.66Zm.38 3.66c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1Zm8 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1Z"/><path d="M14 4.5V9h1V4c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v4H3c-.55 0-1 .45-1 1v12h1V9.5c0-.28.22-.5.5-.5h4c.28 0 .5-.22.5-.5v-4c0-.28.22-.5.5-.5h5c.28 0 .5.22.5.5Z"/><path d="M7 11H5v2h2v-2Zm5-6h-2v2h2V5ZM7 15H5v2h2v-2Zm0 4H5v2h2v-2Z"/></svg></sinch-tabs-icon-option><sinch-tabs-icon-option id="tab-sports"><svg slot="icon" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M19.52 2.49C17.18.15 12.9.62 9.97 3.55c-1.6 1.6-2.52 3.87-2.54 5.46-.02 1.58.26 3.89-1.35 5.5l-3.54 3.53c-.39.39-.39 1.02 0 1.42.39.39 1.02.39 1.42 0l3.53-3.54c1.61-1.61 3.92-1.33 5.5-1.35 1.58-.02 3.86-.94 5.46-2.54 2.93-2.92 3.41-7.2 1.07-9.54Zm-9.2 9.19c-1.53-1.53-1.05-4.61 1.06-6.72 2.11-2.11 5.18-2.59 6.72-1.06 1.53 1.53 1.05 4.61-1.06 6.72-2.11 2.11-5.18 2.59-6.72 1.06ZM18 17c.53 0 1.04.21 1.41.59.78.78.78 2.05 0 2.83-.37.37-.88.58-1.41.58-.53 0-1.04-.21-1.41-.59-.78-.78-.78-2.05 0-2.83.37-.37.88-.58 1.41-.58Zm0-2a3.998 3.998 0 0 0-2.83 6.83c.78.78 1.81 1.17 2.83 1.17a3.998 3.998 0 0 0 2.83-6.83A3.998 3.998 0 0 0 18 15Z"/></svg></sinch-tabs-icon-option><sinch-tabs-icon-option id="tab-objects"><svg slot="icon" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M12 3c-.46 0-.93.04-1.4.14-2.76.53-4.96 2.76-5.48 5.52-.48 2.61.48 5.01 2.22 6.56.43.38.66.91.66 1.47V19c0 1.1.9 2 2 2h.28a1.98 1.98 0 0 0 3.44 0H14c1.1 0 2-.9 2-2v-2.31c0-.55.22-1.09.64-1.46A6.956 6.956 0 0 0 19 10c0-3.87-3.13-7-7-7Zm.5 11h-1v-2.59L9.67 9.59l.71-.71L12 10.5l1.62-1.62.71.71-1.83 1.83V14Zm1 5c-.01 0-.02-.01-.03-.01V19h-2.94v-.01c-.01 0-.02.01-.03.01-.28 0-.5-.22-.5-.5s.22-.5.5-.5c.01 0 .02.01.03.01V18h2.94v.01c.01 0 .02-.01.03-.01.28 0 .5.22.5.5s-.22.5-.5.5Zm0-2h-3c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h3c.28 0 .5.22.5.5s-.22.5-.5.5Z"/></svg></sinch-tabs-icon-option><sinch-tabs-icon-option id="tab-symbols"><svg slot="icon" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M10 5H4c-.55 0-1 .45-1 1s.45 1 1 1h2v3c0 .55.45 1 1 1s1-.45 1-1V7h2c.55 0 1-.45 1-1s-.45-1-1-1Zm0-3H4c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1Zm10.89 11.11a.996.996 0 0 0-1.41 0l-6.36 6.36a.996.996 0 1 0 1.41 1.41l6.36-6.36a.996.996 0 0 0 0-1.41ZM14.5 16a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm5 5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm-4-10A2.5 2.5 0 0 0 18 8.5V4h2c.55 0 1-.45 1-1s-.45-1-1-1h-2c-.55 0-1 .45-1 1v3.51c-.42-.32-.93-.51-1.5-.51a2.5 2.5 0 0 0 0 5Zm-5.05 7.09a.996.996 0 1 0-1.41-1.41l-.71.71-.71-.71.35-.35a2.499 2.499 0 0 0-1.77-4.27 2.499 2.499 0 0 0-1.77 4.27l.35.35-1.06 1.06c-.98.98-.98 2.56 0 3.54.5.48 1.14.72 1.78.72.64 0 1.28-.24 1.77-.73l1.06-1.06.71.71a.996.996 0 1 0 1.41-1.41l-.71-.71.71-.71Zm-4.6-3.89a.5.5 0 0 1 .35-.15.5.5 0 0 1 .35.15c.19.2.19.51 0 .71l-.35.35-.35-.36a.5.5 0 0 1-.15-.35.5.5 0 0 1 .15-.35Zm0 5.65a.5.5 0 0 1-.35.15.5.5 0 0 1-.35-.15.5.5 0 0 1-.15-.35.5.5 0 0 1 .15-.35l1.06-1.06.71.71-1.07 1.05Z"/></svg></sinch-tabs-icon-option></sinch-tabs><div id="list-wrapper"><div id="list"></div><div id="not-found"><sinch-text type="m">No results</sinch-text></div></div></div>';
15
+ const groupLabels = ['Emotions', 'People', 'Animals and nature', 'Food and drinks', 'Travel and places', 'Sports and activities', 'Objects', 'Symbols and flags'];
16
+ const data = dataJson;
17
+ const template = document.createElement('template');
18
+ const MIN_SEARCH_LENGTH = 2;
19
+ const SEARCH_DEBOUNCE_TIMEOUT = 300;
20
+ template.innerHTML = templateHTML;
21
+ defineCustomElement('sinch-emoji-picker', class extends NectaryElement {
22
+ #$tabs;
23
+ #$searchInput;
24
+ #$searchClearButton;
25
+ #$skinPopover;
26
+ #$skinMenu;
27
+ #$skinSwatch;
28
+ #$skinButton;
29
+ #$list;
30
+ #$notFound;
31
+ #controller = null;
32
+ #$sh;
33
+ #searchDebounce;
34
+ #currentSkinTone = 0;
35
+ #prevTabsValue = null;
36
+ constructor() {
37
+ super();
38
+ const shadowRoot = this.attachShadow();
39
+ shadowRoot.appendChild(template.content.cloneNode(true));
40
+ this.#$sh = shadowRoot;
41
+ this.#$tabs = shadowRoot.querySelector('#tabs');
42
+ this.#$searchInput = shadowRoot.querySelector('#search');
43
+ this.#$searchClearButton = shadowRoot.querySelector('#search-clear');
44
+ this.#$skinPopover = shadowRoot.querySelector('#skin-popover');
45
+ this.#$skinMenu = shadowRoot.querySelector('#skin-menu');
46
+ this.#$skinSwatch = shadowRoot.querySelector('#skin-swatch');
47
+ this.#$skinButton = shadowRoot.querySelector('#skin-button');
48
+ this.#$list = shadowRoot.querySelector('#list');
49
+ this.#$notFound = shadowRoot.querySelector('#not-found');
50
+ this.#searchDebounce = debounceTimeout(SEARCH_DEBOUNCE_TIMEOUT)(this.#updateSearch);
51
+ }
52
+ connectedCallback() {
53
+ this.#controller = new AbortController();
54
+ const {
55
+ signal
56
+ } = this.#controller;
57
+ this.#$tabs.addEventListener('-change', this.#onTabsChange, {
58
+ signal
59
+ });
60
+ this.#$searchInput.addEventListener('-change', this.#onSearchChange, {
61
+ signal
62
+ });
63
+ this.#$searchClearButton.addEventListener('-click', this.#onSearchClearClick, {
64
+ signal
65
+ });
66
+ this.#$skinButton.addEventListener('-click', this.#onSkinButtonClick, {
67
+ signal
68
+ });
69
+ this.#$skinPopover.addEventListener('-close', this.#onSkinPopoverClose, {
70
+ signal
71
+ });
72
+ this.#$skinMenu.addEventListener('-change', this.#onSkinMenuChange, {
73
+ signal
74
+ });
75
+ this.#$list.addEventListener('click', this.#onListClick, {
76
+ signal
77
+ });
78
+ this.addEventListener('-change', this.#onChangeReactHandler, {
79
+ signal
80
+ });
81
+ this.#updateTabs();
82
+ this.#updateEmojis();
83
+ }
84
+ disconnectedCallback() {
85
+ this.#searchDebounce.cancel();
86
+ this.#controller.abort();
87
+ this.#controller = null;
88
+ }
89
+ get skinToneButtonRect() {
90
+ return getRect(this.#$skinButton);
91
+ }
92
+ get searchInputRect() {
93
+ return getRect(this.#$searchInput);
94
+ }
95
+ get searchClearButtonRect() {
96
+ return getRect(this.#$searchClearButton);
97
+ }
98
+ nthSkinToneRect(index) {
99
+ return this.#$skinMenu.nthItemRect(index);
100
+ }
101
+ nthTabRect(index) {
102
+ return this.#$tabs.nthOptionRect(index);
103
+ }
104
+ nthEmojiRect(index) {
105
+ const $el = this.#$list.children[index];
106
+ return $el != null ? getRect($el) : null;
107
+ }
108
+ #onListClick = e => {
109
+ const value = e.target.getAttribute('data-value');
110
+ if (value === null) {
111
+ return;
112
+ }
113
+ this.dispatchEvent(new CustomEvent('-change', {
114
+ detail: value
115
+ }));
116
+ };
117
+ #onTabsChange = e => {
118
+ const value = e.detail;
119
+ updateAttribute(this.#$tabs, 'value', value);
120
+ updateAttribute(this.#$searchInput, 'value', '');
121
+ this.#updateEmojis();
122
+ };
123
+ #onSearchChange = e => {
124
+ this.#$searchInput.value = e.detail;
125
+ this.#searchDebounce.fn();
126
+ setClass(this.#$searchClearButton, 'active', e.detail.length > 0);
127
+ };
128
+ #onSearchClearClick = () => {
129
+ this.#$searchInput.value = '';
130
+ this.#$searchInput.focus();
131
+ this.#searchDebounce.fn();
132
+ setClass(this.#$searchClearButton, 'active', false);
133
+ };
134
+ #onChangeReactHandler = e => {
135
+ getReactEventHandler(this, 'on-change')?.(e);
136
+ };
137
+ get focusable() {
138
+ return true;
139
+ }
140
+ #getDocumentRoot() {
141
+ return Reflect.has(this.#$sh, 'createElement') ? this.#$sh : document;
142
+ }
143
+ #updateSearch = () => {
144
+ const value = this.#$searchInput.value;
145
+ if (value.length < MIN_SEARCH_LENGTH) {
146
+ if (this.#isSearchMode()) {
147
+ if (this.#prevTabsValue !== null) {
148
+ this.#$tabs.setAttribute('value', this.#prevTabsValue);
149
+ }
150
+ this.#updateEmojis();
151
+ }
152
+ return;
153
+ }
154
+ const currentActiveTab = this.#$tabs.getAttribute('value');
155
+ if (currentActiveTab !== null) {
156
+ this.#prevTabsValue = currentActiveTab;
157
+ }
158
+ this.#$tabs.removeAttribute('value');
159
+ this.#updateSearchEmojis();
160
+ };
161
+ #updateTabs() {
162
+ const tabOptions = this.#$tabs.querySelectorAll('sinch-tabs-icon-option');
163
+ const activeTabName = data[0].name;
164
+ const numTabs = Math.min(data.length, tabOptions.length);
165
+ for (let i = 0; i < numTabs; i++) {
166
+ const group = data[i];
167
+ const tabOption = tabOptions[i];
168
+ tabOption.setAttribute('value', group.name);
169
+ tabOption.setAttribute('aria-label', groupLabels[i]);
170
+ }
171
+ updateAttribute(this.#$tabs, 'value', activeTabName);
172
+ }
173
+ *#iterateSearchEmojis(searchValue, skinTone) {
174
+ for (const group of data) {
175
+ for (const entry of group.emojis) {
176
+ if (entry.label.toLowerCase().includes(searchValue)) {
177
+ const hasSkins = entry.skins != null;
178
+ if (skinTone === 0 || !hasSkins) {
179
+ yield entry;
180
+ } else if (hasSkins) {
181
+ for (const skin of entry.skins) {
182
+ if (skinTone === skin.tone || Array.isArray(skin.tone) && skin.tone.includes(skinTone)) {
183
+ yield skin;
184
+ }
185
+ }
186
+ }
187
+ }
188
+ }
189
+ }
190
+ }
191
+ *#iterateGroupEmojis(group, skinTone) {
192
+ for (const entry of group.emojis) {
193
+ const hasSkins = entry.skins != null;
194
+ if (skinTone === 0 || !hasSkins) {
195
+ yield entry;
196
+ } else if (hasSkins) {
197
+ for (const skin of entry.skins) {
198
+ if (skinTone === skin.tone || Array.isArray(skin.tone) && skin.tone.includes(skinTone)) {
199
+ yield skin;
200
+ }
201
+ }
202
+ }
203
+ }
204
+ }
205
+ #updateSearchEmojis() {
206
+ const searchValue = this.#$searchInput.value;
207
+ if (searchValue.length < MIN_SEARCH_LENGTH) {
208
+ return;
209
+ }
210
+ const doc = this.#getDocumentRoot();
211
+ const fragment = document.createDocumentFragment();
212
+ let someFound = false;
213
+ for (const entry of this.#iterateSearchEmojis(searchValue, this.#currentSkinTone)) {
214
+ const el = this.#createEmojiElement(doc, entry);
215
+ someFound = true;
216
+ fragment.appendChild(el);
217
+ }
218
+ setClass(this.#$notFound, 'active', !someFound);
219
+ this.#$list.replaceChildren(fragment);
220
+ this.#$list.scrollTo(0, 0);
221
+ }
222
+ #updateEmojis() {
223
+ if (this.#isSearchMode()) {
224
+ return;
225
+ }
226
+ const activeGroup = getAttribute(this.#$tabs, 'value');
227
+ const group = data.find(group => group.name === activeGroup);
228
+ if (group == null) {
229
+ return;
230
+ }
231
+ const doc = this.#getDocumentRoot();
232
+ const fragment = document.createDocumentFragment();
233
+ for (const entry of this.#iterateGroupEmojis(group, this.#currentSkinTone)) {
234
+ const el = this.#createEmojiElement(doc, entry);
235
+ fragment.appendChild(el);
236
+ }
237
+ this.#$list.replaceChildren(fragment);
238
+ this.#$list.scrollTo(0, 0);
239
+ }
240
+ #onSkinButtonClick = () => {
241
+ updateBooleanAttribute(this.#$skinPopover, 'open', !getBooleanAttribute(this.#$skinPopover, 'open'));
242
+ };
243
+ #onSkinPopoverClose = () => {
244
+ updateBooleanAttribute(this.#$skinPopover, 'open', false);
245
+ };
246
+ #onSkinMenuChange = e => {
247
+ this.#$skinSwatch.name = e.detail;
248
+ this.#$skinMenu.value = e.detail;
249
+ switch (e.detail) {
250
+ case 'skintone-default':
251
+ {
252
+ this.#currentSkinTone = 0;
253
+ break;
254
+ }
255
+ case 'skintone-light':
256
+ {
257
+ this.#currentSkinTone = 1;
258
+ break;
259
+ }
260
+ case 'skintone-light-medium':
261
+ {
262
+ this.#currentSkinTone = 2;
263
+ break;
264
+ }
265
+ case 'skintone-medium':
266
+ {
267
+ this.#currentSkinTone = 3;
268
+ break;
269
+ }
270
+ case 'skintone-medium-dark':
271
+ {
272
+ this.#currentSkinTone = 4;
273
+ break;
274
+ }
275
+ case 'skintone-dark':
276
+ {
277
+ this.#currentSkinTone = 5;
278
+ break;
279
+ }
280
+ }
281
+ this.#onSkinPopoverClose();
282
+ if (this.#isSearchMode()) {
283
+ this.#updateSearchEmojis();
284
+ } else {
285
+ this.#updateEmojis();
286
+ }
287
+ };
288
+ #isSearchMode() {
289
+ const activeTab = getAttribute(this.#$tabs, 'value');
290
+ return activeTab === null || activeTab.length === 0;
291
+ }
292
+ #createEmojiElement(doc, emoji) {
293
+ const btn = doc.createElement('sinch-icon-button');
294
+ const el = doc.createElement('sinch-emoji');
295
+ el.setAttribute('slot', 'icon');
296
+ el.setAttribute('char', emoji.emoji);
297
+ el.setAttribute('label', emoji.label);
298
+ btn.setAttribute('aria-label', emoji.label);
299
+ btn.setAttribute('size', 's');
300
+ btn.setAttribute('data-value', emoji.emoji);
301
+ btn.appendChild(el);
302
+ return btn;
303
+ }
304
+ });
@@ -0,0 +1,26 @@
1
+ import type { TRect, TSinchElementReact } from '../types';
2
+ export type TEmoji = {
3
+ emoji: string;
4
+ code: string;
5
+ label: string;
6
+ skins?: TEmoji[];
7
+ tone: number | number[];
8
+ };
9
+ export type TEmojiGroup = {
10
+ name: string;
11
+ emojis: TEmoji[];
12
+ };
13
+ export type TSinchEmojiPickerElement = HTMLElement & {
14
+ readonly skinToneButtonRect: TRect;
15
+ readonly searchInputRect: TRect;
16
+ readonly searchClearButtonRect: TRect;
17
+ nthSkinToneRect(index: number): TRect | null;
18
+ nthTabRect(index: number): TRect | null;
19
+ nthEmojiRect(index: number): TRect | null;
20
+ /** Change value event */
21
+ addEventListener(type: '-change', listener: (e: CustomEvent<string>) => void): void;
22
+ };
23
+ export type TSinchEmojiPickerReact = TSinchElementReact<TSinchEmojiPickerElement> & {
24
+ /** Change value handler */
25
+ 'on-change': (e: CustomEvent<string>) => void;
26
+ };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,11 @@
1
+ import type { TSinchFieldElement, TSinchFieldReact } from './types';
2
+ declare global {
3
+ namespace JSX {
4
+ interface IntrinsicElements {
5
+ 'sinch-field': TSinchFieldReact;
6
+ }
7
+ }
8
+ interface HTMLElementTagNameMap {
9
+ 'sinch-field': TSinchFieldElement;
10
+ }
11
+ }
package/field/index.js ADDED
@@ -0,0 +1,112 @@
1
+ import { defineCustomElement, getAttribute, getBooleanAttribute, getFirstSlotElement, isAttrEqual, isAttrTrue, NectaryElement, setClass, updateAttribute, updateBooleanAttribute } from '../utils';
2
+ const templateHTML = '<style>:host{display:block}#wrapper{display:flex;flex-direction:column;width:100%}#bottom,#top{display:flex;align-items:baseline}#top{height:24px;margin-bottom:2px}#additional,#invalid,#label,#optional{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#label{font:var(--sinch-comp-field-font-label);color:var(--sinch-comp-field-color-default-label-initial)}#optional{flex:1;font:var(--sinch-comp-field-font-optional);color:var(--sinch-comp-field-color-default-optional-initial);text-align:right}#additional{flex:1;text-align:right;font:var(--sinch-comp-field-font-additional);color:var(--sinch-comp-field-color-default-additional-initial);line-height:20px;margin-top:2px}#additional:empty{display:none}#invalid{font:var(--sinch-comp-field-font-invalid);color:var(--sinch-comp-field-color-invalid-text-initial);line-height:20px;margin-top:2px}#invalid:empty{display:none}#tooltip{align-self:center;margin:0 8px;display:flex}#tooltip.empty{display:none}:host([disabled]) #label{color:var(--sinch-comp-field-color-disabled-label-initial)}:host([disabled]) #additional{color:var(--sinch-comp-field-color-disabled-additional-initial)}:host([disabled]) #optional{color:var(--sinch-comp-field-color-disabled-optional-initial)}</style><div id="wrapper"><div id="top"><label id="label" for="input"></label><div id="tooltip"><slot name="tooltip"></slot></div><span id="optional"></span></div><slot name="input"></slot><div id="bottom"><div id="invalid"></div><div id="additional"></div></div></div>';
3
+ const template = document.createElement('template');
4
+ template.innerHTML = templateHTML;
5
+ defineCustomElement('sinch-field', class extends NectaryElement {
6
+ #$label;
7
+ #$optionalText;
8
+ #$additionalText;
9
+ #$invalidText;
10
+ #$inputSlot;
11
+ #$tooltipWrapper;
12
+ #$tooltipSlot;
13
+ #controller = null;
14
+ constructor() {
15
+ super();
16
+ const shadowRoot = this.attachShadow();
17
+ shadowRoot.appendChild(template.content.cloneNode(true));
18
+ this.#$label = shadowRoot.querySelector('#label');
19
+ this.#$optionalText = shadowRoot.querySelector('#optional');
20
+ this.#$additionalText = shadowRoot.querySelector('#additional');
21
+ this.#$invalidText = shadowRoot.querySelector('#invalid');
22
+ this.#$inputSlot = shadowRoot.querySelector('slot[name="input"]');
23
+ this.#$tooltipSlot = shadowRoot.querySelector('slot[name="tooltip"]');
24
+ this.#$tooltipWrapper = shadowRoot.querySelector('#tooltip');
25
+ }
26
+ connectedCallback() {
27
+ this.#controller = new AbortController();
28
+ const {
29
+ signal
30
+ } = this.#controller;
31
+ const options = {
32
+ signal
33
+ };
34
+ this.#$label.addEventListener('click', this.#onLabelClick, options);
35
+ this.#$tooltipSlot.addEventListener('slotchange', this.#onTooltipSlotChange, options);
36
+ }
37
+ disconnectedCallback() {
38
+ this.#controller.abort();
39
+ this.#controller = null;
40
+ }
41
+ static get observedAttributes() {
42
+ return ['label', 'optionaltext', 'additionaltext', 'invalidtext', 'disabled'];
43
+ }
44
+ attributeChangedCallback(name, oldVal, newVal) {
45
+ switch (name) {
46
+ case 'label':
47
+ {
48
+ this.#$label.textContent = newVal;
49
+ break;
50
+ }
51
+ case 'optionaltext':
52
+ {
53
+ this.#$optionalText.textContent = newVal;
54
+ break;
55
+ }
56
+ case 'additionaltext':
57
+ {
58
+ this.#$additionalText.textContent = newVal;
59
+ break;
60
+ }
61
+ case 'invalidtext':
62
+ {
63
+ this.#$invalidText.textContent = newVal;
64
+ break;
65
+ }
66
+ case 'disabled':
67
+ {
68
+ if (isAttrEqual(oldVal, newVal)) {
69
+ break;
70
+ }
71
+ updateBooleanAttribute(this, name, isAttrTrue(newVal));
72
+ break;
73
+ }
74
+ }
75
+ }
76
+ set label(value) {
77
+ updateAttribute(this, 'label', value);
78
+ }
79
+ get label() {
80
+ return getAttribute(this, 'label', '');
81
+ }
82
+ set optionalText(value) {
83
+ updateAttribute(this, 'optionaltext', value);
84
+ }
85
+ get optionalText() {
86
+ return getAttribute(this, 'optionaltext');
87
+ }
88
+ set additionalText(value) {
89
+ updateAttribute(this, 'additionaltext', value);
90
+ }
91
+ get additionalText() {
92
+ return getAttribute(this, 'additionaltext');
93
+ }
94
+ set invalidText(value) {
95
+ updateAttribute(this, 'invalidtext', value);
96
+ }
97
+ get invalidText() {
98
+ return getAttribute(this, 'invalidtext');
99
+ }
100
+ set disabled(isDisabled) {
101
+ updateBooleanAttribute(this, 'disabled', isDisabled);
102
+ }
103
+ get disabled() {
104
+ return getBooleanAttribute(this, 'disabled');
105
+ }
106
+ #onLabelClick = () => {
107
+ getFirstSlotElement(this.#$inputSlot)?.focus?.();
108
+ };
109
+ #onTooltipSlotChange = () => {
110
+ setClass(this.#$tooltipWrapper, 'empty', this.#$tooltipSlot.assignedElements().length === 0);
111
+ };
112
+ });
@@ -0,0 +1,35 @@
1
+ import type { TSinchElementReact } from '../types';
2
+ export type TSinchFieldElement = HTMLElement & {
3
+ /** Label */
4
+ label: string;
5
+ /** Optional text */
6
+ optionalText: string | null;
7
+ /** Additional text */
8
+ additionalText: string | null;
9
+ /** Invalid text, controls the overall invalid state of the text field */
10
+ invalidText: string | null;
11
+ /** Disabled */
12
+ disabled: boolean;
13
+ /** Label */
14
+ setAttribute(name: 'label', value: string): void;
15
+ /** Optional text */
16
+ setAttribute(name: 'optionaltext', value: string): void;
17
+ /** Additional text */
18
+ setAttribute(name: 'additionaltext', value: string): void;
19
+ /** Invalid text, controls the overall invalid state of the text field */
20
+ setAttribute(name: 'invalidtext', value: string): void;
21
+ /** Disabled */
22
+ setAttribute(name: 'disabled', value: ''): void;
23
+ };
24
+ export type TSinchFieldReact = TSinchElementReact<TSinchFieldElement> & {
25
+ /** Label that shows in UI */
26
+ label: string;
27
+ /** Optional text */
28
+ optionalText?: string;
29
+ /** Additional text */
30
+ additionalText?: string;
31
+ /** Invalid text, controls the overall invalid state of the text field */
32
+ invalidText?: string;
33
+ /** Disabled */
34
+ disabled?: boolean;
35
+ };
package/field/types.js ADDED
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,13 @@
1
+ import '../text';
2
+ import '../file-picker';
3
+ import type { TSinchFileDropElement, TSinchFileDropReact } from './types';
4
+ declare global {
5
+ namespace JSX {
6
+ interface IntrinsicElements {
7
+ 'sinch-file-drop': TSinchFileDropReact;
8
+ }
9
+ }
10
+ interface HTMLElementTagNameMap {
11
+ 'sinch-file-drop': TSinchFileDropElement;
12
+ }
13
+ }