@nectary/components 2.9.0 → 2.10.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 (447) 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 +182 -0
  41. package/button/types.d.ts +53 -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/date-picker/index.d.ts +14 -0
  100. package/date-picker/index.js +381 -0
  101. package/date-picker/types.d.ts +70 -0
  102. package/date-picker/types.js +1 -0
  103. package/date-picker/utils.d.ts +28 -0
  104. package/date-picker/utils.js +142 -0
  105. package/dialog/index.d.ts +15 -0
  106. package/dialog/index.js +144 -0
  107. package/dialog/types.d.ts +28 -0
  108. package/dialog/types.js +1 -0
  109. package/dialog/utils.d.ts +2 -0
  110. package/dialog/utils.js +18 -0
  111. package/emoji/index.d.ts +11 -0
  112. package/emoji/index.js +46 -0
  113. package/emoji/types.d.ts +11 -0
  114. package/emoji/types.js +1 -0
  115. package/emoji/utils.d.ts +3 -0
  116. package/emoji/utils.js +47 -0
  117. package/emoji-picker/index.d.ts +22 -0
  118. package/emoji-picker/index.js +308 -0
  119. package/emoji-picker/types.d.ts +26 -0
  120. package/emoji-picker/types.js +1 -0
  121. package/field/index.d.ts +11 -0
  122. package/field/index.js +120 -0
  123. package/field/types.d.ts +35 -0
  124. package/field/types.js +1 -0
  125. package/file-drop/index.d.ts +13 -0
  126. package/file-drop/index.js +205 -0
  127. package/file-drop/types.d.ts +50 -0
  128. package/file-drop/types.js +1 -0
  129. package/file-drop/utils.d.ts +2 -0
  130. package/file-drop/utils.js +31 -0
  131. package/file-picker/index.d.ts +11 -0
  132. package/file-picker/index.js +103 -0
  133. package/file-picker/types.d.ts +32 -0
  134. package/file-picker/types.js +1 -0
  135. package/file-picker/utils.d.ts +1 -0
  136. package/file-picker/utils.js +8 -0
  137. package/file-status/index.d.ts +14 -0
  138. package/file-status/index.js +61 -0
  139. package/file-status/types.d.ts +18 -0
  140. package/file-status/types.js +1 -0
  141. package/file-status/utils.d.ts +2 -0
  142. package/file-status/utils.js +1 -0
  143. package/flag/index.d.ts +11 -0
  144. package/flag/index.js +46 -0
  145. package/flag/types.d.ts +11 -0
  146. package/flag/types.js +1 -0
  147. package/flag/utils.d.ts +1 -0
  148. package/flag/utils.js +17 -0
  149. package/grid/index.d.ts +11 -0
  150. package/grid/index.js +11 -0
  151. package/grid/types.d.ts +3 -0
  152. package/grid/types.js +1 -0
  153. package/grid-item/index.d.ts +11 -0
  154. package/grid-item/index.js +35 -0
  155. package/grid-item/types.d.ts +17 -0
  156. package/grid-item/types.js +1 -0
  157. package/help-tooltip/index.d.ts +13 -0
  158. package/help-tooltip/index.js +74 -0
  159. package/help-tooltip/types.d.ts +3 -0
  160. package/help-tooltip/types.js +1 -0
  161. package/horizontal-stepper/index.d.ts +11 -0
  162. package/horizontal-stepper/index.js +61 -0
  163. package/horizontal-stepper/types.d.ts +13 -0
  164. package/horizontal-stepper/types.js +1 -0
  165. package/horizontal-stepper-item/index.d.ts +14 -0
  166. package/horizontal-stepper-item/index.js +61 -0
  167. package/horizontal-stepper-item/types.d.ts +24 -0
  168. package/horizontal-stepper-item/types.js +1 -0
  169. package/horizontal-stepper-item/utils.d.ts +2 -0
  170. package/horizontal-stepper-item/utils.js +1 -0
  171. package/icon/index.d.ts +11 -0
  172. package/icon/index.js +32 -0
  173. package/icon/types.d.ts +11 -0
  174. package/icon/types.js +1 -0
  175. package/icon-button/index.d.ts +12 -0
  176. package/icon-button/index.js +175 -0
  177. package/icon-button/types.d.ts +44 -0
  178. package/icon-button/types.js +1 -0
  179. package/icon-button/utils.d.ts +2 -0
  180. package/icon-button/utils.js +1 -0
  181. package/inline-alert/index.d.ts +15 -0
  182. package/inline-alert/index.js +83 -0
  183. package/inline-alert/types.d.ts +15 -0
  184. package/inline-alert/types.js +1 -0
  185. package/inline-alert/utils.d.ts +2 -0
  186. package/inline-alert/utils.js +1 -0
  187. package/input/index.d.ts +11 -0
  188. package/input/index.js +642 -0
  189. package/input/types.d.ts +86 -0
  190. package/input/types.js +1 -0
  191. package/input/utils.d.ts +26 -0
  192. package/input/utils.js +302 -0
  193. package/link/index.d.ts +12 -0
  194. package/link/index.js +150 -0
  195. package/link/types.d.ts +59 -0
  196. package/link/types.js +1 -0
  197. package/list/index.d.ts +11 -0
  198. package/list/index.js +14 -0
  199. package/list/types.d.ts +3 -0
  200. package/list/types.js +1 -0
  201. package/list-item/index.d.ts +11 -0
  202. package/list-item/index.js +14 -0
  203. package/list-item/types.d.ts +3 -0
  204. package/list-item/types.js +1 -0
  205. package/package.json +1 -1
  206. package/pagination/index.d.ts +12 -0
  207. package/pagination/index.js +147 -0
  208. package/pagination/types.d.ts +16 -0
  209. package/pagination/types.js +1 -0
  210. package/pop/index.d.ts +11 -0
  211. package/pop/index.js +425 -0
  212. package/pop/types.d.ts +35 -0
  213. package/pop/types.js +1 -0
  214. package/pop/utils.d.ts +4 -0
  215. package/pop/utils.js +16 -0
  216. package/popover/index.d.ts +12 -0
  217. package/popover/index.js +146 -0
  218. package/popover/types.d.ts +38 -0
  219. package/popover/types.js +1 -0
  220. package/popover/utils.d.ts +4 -0
  221. package/popover/utils.js +10 -0
  222. package/progress/index.d.ts +12 -0
  223. package/progress/index.js +58 -0
  224. package/progress/types.d.ts +12 -0
  225. package/progress/types.js +1 -0
  226. package/progress-stepper/index.d.ts +11 -0
  227. package/progress-stepper/index.js +206 -0
  228. package/progress-stepper/types.d.ts +22 -0
  229. package/progress-stepper/types.js +1 -0
  230. package/progress-stepper-item/index.d.ts +12 -0
  231. package/progress-stepper-item/index.js +82 -0
  232. package/progress-stepper-item/types.d.ts +23 -0
  233. package/progress-stepper-item/types.js +1 -0
  234. package/progress-stepper-item/utils.d.ts +11 -0
  235. package/progress-stepper-item/utils.js +13 -0
  236. package/radio/index.d.ts +11 -0
  237. package/radio/index.js +154 -0
  238. package/radio/types.d.ts +14 -0
  239. package/radio/types.js +1 -0
  240. package/radio-option/index.d.ts +11 -0
  241. package/radio-option/index.js +79 -0
  242. package/radio-option/types.d.ts +18 -0
  243. package/radio-option/types.js +1 -0
  244. package/rich-text/index.d.ts +14 -0
  245. package/rich-text/index.js +75 -0
  246. package/rich-text/types.d.ts +12 -0
  247. package/rich-text/types.js +1 -0
  248. package/rich-text/utils.d.ts +7 -0
  249. package/rich-text/utils.js +107 -0
  250. package/rich-textarea/index.d.ts +11 -0
  251. package/rich-textarea/index.js +464 -0
  252. package/rich-textarea/types.d.ts +48 -0
  253. package/rich-textarea/types.js +1 -0
  254. package/rich-textarea/utils.d.ts +39 -0
  255. package/rich-textarea/utils.js +1730 -0
  256. package/segment/index.d.ts +12 -0
  257. package/segment/index.js +109 -0
  258. package/segment/types.d.ts +16 -0
  259. package/segment/types.js +1 -0
  260. package/segment/utils.d.ts +3 -0
  261. package/segment/utils.js +16 -0
  262. package/segment-collapse/index.d.ts +13 -0
  263. package/segment-collapse/index.js +60 -0
  264. package/segment-collapse/types.d.ts +11 -0
  265. package/segment-collapse/types.js +1 -0
  266. package/segmented-control/index.d.ts +11 -0
  267. package/segmented-control/index.js +85 -0
  268. package/segmented-control/types.d.ts +11 -0
  269. package/segmented-control/types.js +1 -0
  270. package/segmented-control-option/index.d.ts +11 -0
  271. package/segmented-control-option/index.js +95 -0
  272. package/segmented-control-option/types.d.ts +19 -0
  273. package/segmented-control-option/types.js +1 -0
  274. package/segmented-icon-control/index.d.ts +11 -0
  275. package/segmented-icon-control/index.js +101 -0
  276. package/segmented-icon-control/types.d.ts +14 -0
  277. package/segmented-icon-control/types.js +1 -0
  278. package/segmented-icon-control-option/index.d.ts +11 -0
  279. package/segmented-icon-control-option/index.js +82 -0
  280. package/segmented-icon-control-option/types.d.ts +16 -0
  281. package/segmented-icon-control-option/types.js +1 -0
  282. package/select-button/index.d.ts +13 -0
  283. package/select-button/index.js +202 -0
  284. package/select-button/types.d.ts +50 -0
  285. package/select-button/types.js +1 -0
  286. package/select-menu/index.d.ts +15 -0
  287. package/select-menu/index.js +339 -0
  288. package/select-menu/types.d.ts +41 -0
  289. package/select-menu/types.js +1 -0
  290. package/select-menu-option/index.d.ts +28 -0
  291. package/select-menu-option/index.js +65 -0
  292. package/select-menu-option/types.d.ts +26 -0
  293. package/select-menu-option/types.js +1 -0
  294. package/skeleton/index.d.ts +11 -0
  295. package/skeleton/index.js +108 -0
  296. package/skeleton/types.d.ts +9 -0
  297. package/skeleton/types.js +1 -0
  298. package/skeleton-item/index.d.ts +11 -0
  299. package/skeleton-item/index.js +11 -0
  300. package/skeleton-item/types.d.ts +13 -0
  301. package/skeleton-item/types.js +1 -0
  302. package/spinner/index.d.ts +11 -0
  303. package/spinner/index.js +58 -0
  304. package/spinner/types.d.ts +12 -0
  305. package/spinner/types.js +1 -0
  306. package/standalone.d.ts +85 -0
  307. package/standalone.js +87 -0
  308. package/stop-events/index.d.ts +1 -0
  309. package/stop-events/index.js +27 -0
  310. package/table/index.d.ts +11 -0
  311. package/table/index.js +14 -0
  312. package/table/types.d.ts +3 -0
  313. package/table/types.js +1 -0
  314. package/table-body/index.d.ts +11 -0
  315. package/table-body/index.js +14 -0
  316. package/table-body/types.d.ts +3 -0
  317. package/table-body/types.js +1 -0
  318. package/table-cell/index.d.ts +11 -0
  319. package/table-cell/index.js +21 -0
  320. package/table-cell/types.d.ts +9 -0
  321. package/table-cell/types.js +1 -0
  322. package/table-cell/utils.d.ts +2 -0
  323. package/table-cell/utils.js +1 -0
  324. package/table-head/index.d.ts +11 -0
  325. package/table-head/index.js +14 -0
  326. package/table-head/types.d.ts +3 -0
  327. package/table-head/types.js +1 -0
  328. package/table-head-cell/index.d.ts +12 -0
  329. package/table-head-cell/index.js +57 -0
  330. package/table-head-cell/types.d.ts +15 -0
  331. package/table-head-cell/types.js +1 -0
  332. package/table-row/index.d.ts +11 -0
  333. package/table-row/index.js +42 -0
  334. package/table-row/types.d.ts +11 -0
  335. package/table-row/types.js +1 -0
  336. package/tabs/index.d.ts +11 -0
  337. package/tabs/index.js +80 -0
  338. package/tabs/types.d.ts +18 -0
  339. package/tabs/types.js +1 -0
  340. package/tabs-icon-option/index.d.ts +11 -0
  341. package/tabs-icon-option/index.js +79 -0
  342. package/tabs-icon-option/types.d.ts +19 -0
  343. package/tabs-icon-option/types.js +1 -0
  344. package/tabs-option/index.d.ts +12 -0
  345. package/tabs-option/index.js +86 -0
  346. package/tabs-option/types.d.ts +25 -0
  347. package/tabs-option/types.js +1 -0
  348. package/tag/index.d.ts +12 -0
  349. package/tag/index.js +84 -0
  350. package/tag/types.d.ts +23 -0
  351. package/tag/types.js +1 -0
  352. package/tag/utils.d.ts +2 -0
  353. package/tag/utils.js +6 -0
  354. package/text/index.d.ts +11 -0
  355. package/text/index.js +64 -0
  356. package/text/types.d.ts +30 -0
  357. package/text/types.js +1 -0
  358. package/text/utils.d.ts +2 -0
  359. package/text/utils.js +1 -0
  360. package/textarea/index.d.ts +11 -0
  361. package/textarea/index.js +322 -0
  362. package/textarea/types.d.ts +60 -0
  363. package/textarea/types.js +1 -0
  364. package/tile-control/index.d.ts +11 -0
  365. package/tile-control/index.js +110 -0
  366. package/tile-control/types.d.ts +37 -0
  367. package/tile-control/types.js +1 -0
  368. package/tile-control-option/index.d.ts +11 -0
  369. package/tile-control-option/index.js +98 -0
  370. package/tile-control-option/types.d.ts +37 -0
  371. package/tile-control-option/types.js +1 -0
  372. package/time-picker/index.d.ts +15 -0
  373. package/time-picker/index.js +337 -0
  374. package/time-picker/types.d.ts +34 -0
  375. package/time-picker/types.js +1 -0
  376. package/time-picker/utils.d.ts +11 -0
  377. package/time-picker/utils.js +75 -0
  378. package/title/index.d.ts +11 -0
  379. package/title/index.js +60 -0
  380. package/title/types.d.ts +31 -0
  381. package/title/types.js +1 -0
  382. package/title/utils.d.ts +3 -0
  383. package/title/utils.js +17 -0
  384. package/toast/index.d.ts +13 -0
  385. package/toast/index.js +86 -0
  386. package/toast/types.d.ts +28 -0
  387. package/toast/types.js +1 -0
  388. package/toast/utils.d.ts +2 -0
  389. package/toast/utils.js +1 -0
  390. package/toast-manager/index.d.ts +13 -0
  391. package/toast-manager/index.js +170 -0
  392. package/toast-manager/types.d.ts +13 -0
  393. package/toast-manager/types.js +1 -0
  394. package/toast-manager/utils.d.ts +2 -0
  395. package/toast-manager/utils.js +1 -0
  396. package/toggle/index.d.ts +11 -0
  397. package/toggle/index.js +141 -0
  398. package/toggle/types.d.ts +23 -0
  399. package/toggle/types.js +1 -0
  400. package/tooltip/index.d.ts +13 -0
  401. package/tooltip/index.js +275 -0
  402. package/tooltip/tooltip-state.d.ts +19 -0
  403. package/tooltip/tooltip-state.js +126 -0
  404. package/tooltip/types.d.ts +42 -0
  405. package/tooltip/types.js +1 -0
  406. package/tooltip/utils.d.ts +6 -0
  407. package/tooltip/utils.js +18 -0
  408. package/utils/context.d.ts +20 -0
  409. package/utils/context.js +84 -0
  410. package/utils/countries.d.ts +6 -0
  411. package/utils/countries.js +2 -0
  412. package/utils/csv.d.ts +5 -0
  413. package/utils/csv.js +22 -0
  414. package/utils/debounce.d.ts +8 -0
  415. package/utils/debounce.js +22 -0
  416. package/utils/dom.d.ts +34 -0
  417. package/utils/dom.js +154 -0
  418. package/utils/element.d.ts +16 -0
  419. package/utils/element.js +48 -0
  420. package/utils/event-target.d.ts +4 -0
  421. package/utils/event-target.js +26 -0
  422. package/utils/get-react-event-handler.d.ts +1 -0
  423. package/utils/get-react-event-handler.js +8 -0
  424. package/utils/index.d.ts +12 -0
  425. package/utils/index.js +12 -0
  426. package/utils/markdown.d.ts +19 -0
  427. package/utils/markdown.js +143 -0
  428. package/utils/rect.d.ts +4 -0
  429. package/utils/rect.js +28 -0
  430. package/utils/size.d.ts +5 -0
  431. package/utils/size.js +3 -0
  432. package/utils/slot.d.ts +4 -0
  433. package/utils/slot.js +38 -0
  434. package/utils/throttle.d.ts +4 -0
  435. package/utils/throttle.js +20 -0
  436. package/utils/uid.d.ts +1 -0
  437. package/utils/uid.js +13 -0
  438. package/vertical-stepper/index.d.ts +11 -0
  439. package/vertical-stepper/index.js +57 -0
  440. package/vertical-stepper/types.d.ts +13 -0
  441. package/vertical-stepper/types.js +1 -0
  442. package/vertical-stepper-item/index.d.ts +14 -0
  443. package/vertical-stepper-item/index.js +61 -0
  444. package/vertical-stepper-item/types.d.ts +24 -0
  445. package/vertical-stepper-item/types.js +1 -0
  446. package/vertical-stepper-item/utils.d.ts +2 -0
  447. package/vertical-stepper-item/utils.js +1 -0
@@ -0,0 +1,322 @@
1
+ import { Context, defineCustomElement, getAttribute, getBooleanAttribute, getIntegerAttribute, getReactEventHandler, getRect, isAttrEqual, isAttrTrue, NectaryElement, setClass, updateAttribute, updateBooleanAttribute } from '../utils';
2
+ import { DEFAULT_SIZE } from '../utils/size';
3
+ const templateHTML = '<style>:host{display:block}#wrapper{display:flex;flex-direction:column;position:relative;width:100%;box-sizing:border-box;background-color:var(--sinch-comp-textarea-color-default-background-initial);border-radius:var(--sinch-local-shape-radius);padding-right:2px;overflow:hidden;--sinch-local-shape-radius:var(--sinch-comp-textarea-shape-radius)}#input{all:initial;display:block;font:var(--sinch-comp-textarea-font-input);color:var(--sinch-comp-textarea-color-default-text-initial);resize:none;white-space:pre-wrap;overflow-wrap:break-word;padding:8px 10px 8px 12px;border:none;box-sizing:border-box}#input::placeholder{color:var(--sinch-comp-textarea-color-default-text-placeholder);opacity:1}#input:disabled{color:var(--sinch-comp-textarea-color-disabled-text-initial);-webkit-text-fill-color:var(--sinch-comp-textarea-color-disabled-text-initial)}#border{position:absolute;border:1px solid var(--sinch-comp-textarea-color-default-border-initial);border-radius:var(--sinch-local-shape-radius);inset:0;pointer-events:none}:host([invalid]) #border{border-color:var(--sinch-comp-textarea-color-invalid-border-initial)}#input:focus+#border{border-color:var(--sinch-comp-textarea-color-default-border-focus);border-width:2px}#input:disabled+#border{border-color:var(--sinch-comp-textarea-color-disabled-border-initial)}#bottom{display:flex;flex-direction:row;align-items:center;gap:8px;padding:12px 4px 4px}#bottom.empty{display:none}#resize-handle{display:none;position:absolute;width:20px;height:20px;bottom:36px;right:0;cursor:ns-resize}:host([resizable]) #resize-handle{display:block}#bottom.empty+#resize-handle{bottom:0}#resize-icon{display:block;pointer-events:none;fill:var(--sinch-comp-textarea-color-default-border-initial)}</style><div id="wrapper"><textarea id="input"></textarea><div id="border"></div><div id="bottom"><slot name="bottom"></slot></div><div id="resize-handle"><svg id="resize-icon" width="16" height="16"><path d="m14.833 4.724-9.61 9.61-.942-.944 9.61-9.609.942.943ZM15.443 10 10.5 14.943 9.557 14 14.5 9.057l.943.943Z"/></svg></div></div>';
4
+ const template = document.createElement('template');
5
+ template.innerHTML = templateHTML;
6
+ defineCustomElement('sinch-textarea', class extends NectaryElement {
7
+ #$input;
8
+ #$bottomSlot;
9
+ #$bottomWrapper;
10
+ #$resizeHandle;
11
+ #cursorPos = null;
12
+ #isPendingDk = false;
13
+ #controller = null;
14
+ #sizeContext;
15
+ #prevContentHeight = 0;
16
+ #dragStartY = 0;
17
+ #intersectionObserver = null;
18
+ constructor() {
19
+ super();
20
+ const shadowRoot = this.attachShadow({
21
+ delegatesFocus: true
22
+ });
23
+ shadowRoot.appendChild(template.content.cloneNode(true));
24
+ this.#$input = shadowRoot.querySelector('#input');
25
+ this.#$bottomSlot = shadowRoot.querySelector('slot[name="bottom"]');
26
+ this.#$bottomWrapper = shadowRoot.querySelector('#bottom');
27
+ this.#$resizeHandle = shadowRoot.querySelector('#resize-handle');
28
+ this.#sizeContext = new Context(this.#$bottomWrapper, 'size');
29
+ }
30
+ connectedCallback() {
31
+ super.connectedCallback();
32
+ this.#controller = new AbortController();
33
+ const options = {
34
+ signal: this.#controller.signal
35
+ };
36
+ this.role = 'textbox';
37
+ this.ariaMultiLine = 'true';
38
+ this.#$input.addEventListener('input', this.#onInput, options);
39
+ this.#$input.addEventListener('compositionstart', this.#onCompositionStart, options);
40
+ this.#$input.addEventListener('mousedown', this.#onSelectionChange, options);
41
+ this.#$input.addEventListener('keydown', this.#onSelectionChange, options);
42
+ this.#$input.addEventListener('focus', this.#onInputFocus, options);
43
+ this.#$input.addEventListener('blur', this.#onInputBlur, options);
44
+ this.#$resizeHandle.addEventListener('mousedown', this.#onDragStart, options);
45
+ this.#$bottomSlot.addEventListener('slotchange', this.#onBottomSlotChange, options);
46
+ this.addEventListener('-change', this.#onChangeReactHandler, options);
47
+ this.addEventListener('-focus', this.#onFocusReactHandler, options);
48
+ this.addEventListener('-blur', this.#onBlurReactHandler, options);
49
+ this.#sizeContext.listen(this.#controller.signal);
50
+ this.#onBottomSlotChange();
51
+ this.#updateMinRows();
52
+ this.#onSizeUpdate();
53
+ }
54
+ disconnectedCallback() {
55
+ super.disconnectedCallback();
56
+ this.#controller.abort();
57
+ this.#controller = null;
58
+ if (this.#intersectionObserver !== null) {
59
+ this.#intersectionObserver.disconnect();
60
+ this.#intersectionObserver = null;
61
+ }
62
+ }
63
+ static get observedAttributes() {
64
+ return ['value', 'placeholder', 'invalid', 'disabled', 'rows', 'minrows', 'resizable'];
65
+ }
66
+ attributeChangedCallback(name, oldVal, newVal) {
67
+ switch (name) {
68
+ case 'value':
69
+ {
70
+ const nextVal = newVal ?? '';
71
+ const prevVal = this.#$input.value;
72
+ if (nextVal !== prevVal) {
73
+ const prevCursorPos = this.#$input.selectionEnd;
74
+ const isPrevCursorEnd = prevCursorPos === prevVal.length;
75
+ const isShrinkingContent = nextVal.length < prevVal.length;
76
+ this.#$input.value = nextVal;
77
+ if (!this.resizable) {
78
+ if (isShrinkingContent) {
79
+ this.#$input.style.removeProperty('height');
80
+ }
81
+ const nextContentHeight = this.#$input.scrollHeight;
82
+ if (isShrinkingContent || nextContentHeight !== this.#prevContentHeight) {
83
+ this.#prevContentHeight = nextContentHeight;
84
+ this.#$input.style.setProperty('height', `${this.#prevContentHeight}px`);
85
+ }
86
+ }
87
+ if (!isPrevCursorEnd) {
88
+ this.#$input.setSelectionRange(this.#cursorPos, this.#cursorPos);
89
+ }
90
+ }
91
+ break;
92
+ }
93
+ case 'placeholder':
94
+ {
95
+ this.#$input.placeholder = newVal ?? '';
96
+ updateAttribute(this, 'aria-placeholder', newVal);
97
+ break;
98
+ }
99
+ case 'invalid':
100
+ {
101
+ if (isAttrEqual(oldVal, newVal)) {
102
+ break;
103
+ }
104
+ const isInvalid = isAttrTrue(newVal);
105
+ this.ariaInvalid = isInvalid.toString();
106
+ updateBooleanAttribute(this, 'invalid', isInvalid);
107
+ break;
108
+ }
109
+ case 'disabled':
110
+ {
111
+ if (isAttrEqual(oldVal, newVal)) {
112
+ break;
113
+ }
114
+ const isDisabled = isAttrTrue(newVal);
115
+ this.#$input.disabled = isDisabled;
116
+ updateBooleanAttribute(this, 'disabled', isDisabled);
117
+ break;
118
+ }
119
+ case 'rows':
120
+ {
121
+ updateAttribute(this.#$input, 'rows', newVal);
122
+ break;
123
+ }
124
+ case 'minrows':
125
+ {
126
+ this.#updateMinRows();
127
+ break;
128
+ }
129
+ case 'resizable':
130
+ {
131
+ if (isAttrEqual(oldVal, newVal)) {
132
+ break;
133
+ }
134
+ updateBooleanAttribute(this, name, isAttrTrue(newVal));
135
+ break;
136
+ }
137
+ }
138
+ }
139
+ set value(value) {
140
+ updateAttribute(this, 'value', value);
141
+ }
142
+ get value() {
143
+ return getAttribute(this, 'value', '');
144
+ }
145
+ set placeholder(value) {
146
+ updateAttribute(this, 'placeholder', value);
147
+ }
148
+ get placeholder() {
149
+ return getAttribute(this, 'placeholder');
150
+ }
151
+ set invalid(value) {
152
+ updateBooleanAttribute(this, 'invalid', value);
153
+ }
154
+ get invalid() {
155
+ return getBooleanAttribute(this, 'invalid');
156
+ }
157
+ set disabled(isDisabled) {
158
+ updateBooleanAttribute(this, 'disabled', isDisabled);
159
+ }
160
+ get disabled() {
161
+ return getBooleanAttribute(this, 'disabled');
162
+ }
163
+ set resizable(isResizable) {
164
+ updateBooleanAttribute(this, 'resizable', isResizable);
165
+ }
166
+ get resizable() {
167
+ return getBooleanAttribute(this, 'resizable');
168
+ }
169
+ set rows(value) {
170
+ updateAttribute(this, 'rows', value);
171
+ }
172
+ get rows() {
173
+ return getIntegerAttribute(this, 'rows', 0);
174
+ }
175
+ set minRows(value) {
176
+ updateAttribute(this, 'minrows', value);
177
+ }
178
+ get minRows() {
179
+ return getIntegerAttribute(this, 'minrows', 0);
180
+ }
181
+ get selectionStart() {
182
+ return this.#$input.selectionStart;
183
+ }
184
+ set selectionStart(value) {
185
+ this.#$input.selectionStart = value;
186
+ }
187
+ get selectionEnd() {
188
+ return this.#$input.selectionEnd;
189
+ }
190
+ set selectionEnd(value) {
191
+ this.#$input.selectionEnd = value;
192
+ }
193
+ get selectionDirection() {
194
+ return this.#$input.selectionDirection;
195
+ }
196
+ set selectionDirection(value) {
197
+ this.#$input.selectionDirection = value;
198
+ }
199
+ get focusable() {
200
+ return true;
201
+ }
202
+ focus() {
203
+ this.#$input.focus();
204
+ }
205
+ blur() {
206
+ this.#$input.blur();
207
+ }
208
+ #updateMinRows() {
209
+ const minRows = this.minRows;
210
+ if (minRows <= 0) {
211
+ this.#$input.style.removeProperty('min-height');
212
+ if (this.#intersectionObserver !== null) {
213
+ this.#intersectionObserver.disconnect();
214
+ this.#intersectionObserver = null;
215
+ }
216
+ } else {
217
+ if (this.isDomConnected) {
218
+ this.#calcMinRows();
219
+ }
220
+ if (this.#intersectionObserver === null) {
221
+ this.#intersectionObserver = new IntersectionObserver(this.#intersectionObserverCallback, {
222
+ root: null
223
+ });
224
+ this.#intersectionObserver.observe(this.#$input);
225
+ }
226
+ }
227
+ }
228
+ #intersectionObserverCallback = _ref => {
229
+ let [entry] = _ref;
230
+ if (entry != null && entry.isIntersecting) {
231
+ this.#calcMinRows();
232
+ }
233
+ };
234
+ #calcMinRows() {
235
+ this.#$input.rows = this.minRows;
236
+ this.#$input.style.setProperty('min-height', `${getRect(this.#$input).height}px`);
237
+ this.#$input.rows = this.rows;
238
+ }
239
+ #onCompositionStart = () => {
240
+ this.#isPendingDk = true;
241
+ };
242
+ #onSelectionChange = () => {
243
+ this.#cursorPos = this.#$input.selectionEnd;
244
+ };
245
+ #onInput = e => {
246
+ e.stopPropagation();
247
+ const nextValue = this.#$input.value;
248
+ const prevValue = this.value;
249
+ if (prevValue !== nextValue) {
250
+ const nextCursorPos = this.#$input.selectionEnd;
251
+ if (!this.#isPendingDk) {
252
+ this.#$input.value = prevValue;
253
+ const prevCursorPos = this.#cursorPos;
254
+ const isPrevCursorEnd = prevCursorPos === null || prevCursorPos === prevValue.length;
255
+ if (!isPrevCursorEnd) {
256
+ this.#$input.setSelectionRange(prevCursorPos, prevCursorPos);
257
+ }
258
+ }
259
+ this.#isPendingDk = false;
260
+ this.#cursorPos = nextCursorPos;
261
+ this.dispatchEvent(new CustomEvent('-change', {
262
+ detail: nextValue
263
+ }));
264
+ }
265
+ };
266
+ #onDragStart = e => {
267
+ if (this.#dragStartY !== 0) {
268
+ return;
269
+ }
270
+ this.#dragStartY = e.clientY;
271
+ this.#prevContentHeight = getRect(this.#$input).height;
272
+ window.addEventListener('mousemove', this.#onDragResize, {
273
+ signal: this.#controller.signal,
274
+ capture: true
275
+ });
276
+ window.addEventListener('mouseup', this.#onDragEnd, {
277
+ signal: this.#controller.signal,
278
+ capture: true
279
+ });
280
+ };
281
+ #onDragResize = e => {
282
+ const dy = e.clientY - this.#dragStartY;
283
+ const height = Math.round(Math.max(0, this.#prevContentHeight + dy));
284
+ this.#$input.style.setProperty('height', `${height}px`);
285
+ };
286
+ #onDragEnd = () => {
287
+ window.removeEventListener('mousemove', this.#onDragResize, {
288
+ capture: true
289
+ });
290
+ window.removeEventListener('mouseup', this.#onDragEnd, {
291
+ capture: true
292
+ });
293
+ this.#dragStartY = 0;
294
+ this.#prevContentHeight = 0;
295
+ };
296
+ #onInputFocus = () => {
297
+ this.dispatchEvent(new CustomEvent('-focus'));
298
+ };
299
+ #onInputBlur = () => {
300
+ this.dispatchEvent(new CustomEvent('-blur'));
301
+ };
302
+ #onBottomSlotChange = () => {
303
+ const isEmpty = this.#$bottomSlot.assignedElements().length === 0;
304
+ setClass(this.#$bottomWrapper, 'empty', isEmpty);
305
+ };
306
+ #onSizeUpdate() {
307
+ if (!this.isDomConnected) {
308
+ return;
309
+ }
310
+ const size = this.getAttribute('data-size') ?? DEFAULT_SIZE;
311
+ this.#sizeContext.dispatch(size);
312
+ }
313
+ #onChangeReactHandler = e => {
314
+ getReactEventHandler(this, 'on-change')?.(e);
315
+ };
316
+ #onFocusReactHandler = () => {
317
+ getReactEventHandler(this, 'on-focus')?.();
318
+ };
319
+ #onBlurReactHandler = () => {
320
+ getReactEventHandler(this, 'on-blur')?.();
321
+ };
322
+ });
@@ -0,0 +1,60 @@
1
+ import type { TSinchElementReact } from '../types';
2
+ export type TSinchTextareaElement = HTMLElement & {
3
+ /** Value */
4
+ value: string;
5
+ /** Text that appears in the text field when it has no value set */
6
+ placeholder: string | null;
7
+ /** Disabled */
8
+ disabled: boolean;
9
+ /** Invalid state */
10
+ invalid: boolean;
11
+ selectionStart: HTMLTextAreaElement['selectionStart'];
12
+ selectionEnd: HTMLTextAreaElement['selectionEnd'];
13
+ selectionDirection: HTMLTextAreaElement['selectionDirection'];
14
+ /** Number of rows */
15
+ rows: HTMLTextAreaElement['rows'];
16
+ minRows: HTMLTextAreaElement['rows'];
17
+ /** Whether the text field is resizable */
18
+ resizable: boolean;
19
+ /** Change value event */
20
+ addEventListener(type: '-change', listener: (e: CustomEvent<string>) => void): void;
21
+ /** Focus event */
22
+ addEventListener(type: '-focus', listener: (e: CustomEvent<void>) => void): void;
23
+ /** Blur event */
24
+ addEventListener(type: '-blur', listener: (e: CustomEvent<void>) => void): void;
25
+ /** Value */
26
+ setAttribute(name: 'value', value: string): void;
27
+ /** Text that appears in the text field when it has no value set */
28
+ setAttribute(name: 'placeholder', value: string): void;
29
+ /** Invalid state */
30
+ setAttribute(name: 'invalid', value: ''): void;
31
+ /** Disabled */
32
+ setAttribute(name: 'disabled', value: ''): void;
33
+ /** Number of rows */
34
+ setAttribute(name: 'rows', value: string): void;
35
+ setAttribute(name: 'minrows', value: string): void;
36
+ /** Whether the text field is resizable */
37
+ setAttribute(name: 'resizable', value: ''): void;
38
+ };
39
+ export type TSinchTextareaReact = TSinchElementReact<TSinchTextareaElement> & {
40
+ /** Value */
41
+ value: string;
42
+ /** Text that appears in the text field when it has no value set */
43
+ placeholder?: string;
44
+ /** Disabled */
45
+ disabled?: boolean;
46
+ /** Invalid state */
47
+ invalid?: boolean;
48
+ 'aria-label': string;
49
+ /** Number of rows */
50
+ rows?: number;
51
+ minRows?: number;
52
+ /** Whether the text field is resizable */
53
+ resizable?: boolean;
54
+ /** Change value handler */
55
+ 'on-change'?: (e: CustomEvent<string>) => void;
56
+ /** Focus handler */
57
+ 'on-focus'?: (e: CustomEvent<void>) => void;
58
+ /** Blur handler */
59
+ 'on-blur'?: (e: CustomEvent<void>) => void;
60
+ };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,11 @@
1
+ import type { TSinchTileControlElement, TSinchTileControlReact } from './types';
2
+ declare global {
3
+ namespace JSX {
4
+ interface IntrinsicElements {
5
+ 'sinch-tile-control': TSinchTileControlReact;
6
+ }
7
+ }
8
+ interface HTMLElementTagNameMap {
9
+ 'sinch-tile-control': TSinchTileControlElement;
10
+ }
11
+ }
@@ -0,0 +1,110 @@
1
+ import { defineCustomElement, getAttribute, getBooleanAttribute, unpackCsv, getFirstCsvValue, getIntegerAttribute, getReactEventHandler, NectaryElement, updateAttribute, updateBooleanAttribute, updateCsv, updateIntegerAttribute, isAttrTrue, isAttrEqual } from '../utils';
2
+ const templateHTML = '<style>:host{display:block;outline:0;--sinch-grid-num-columns:1}#wrapper{display:grid;grid-template-columns:repeat(var(--sinch-grid-num-columns),auto);gap:16px;width:fit-content}:host([small]) #wrapper{gap:8px}:host([cols="2"]){--sinch-grid-num-columns:2}:host([cols="3"]){--sinch-grid-num-columns:3}:host([cols="4"]){--sinch-grid-num-columns:4}:host([cols="5"]){--sinch-grid-num-columns:5}:host([cols="6"]){--sinch-grid-num-columns:6}:host([cols="7"]){--sinch-grid-num-columns:7}:host([cols="8"]){--sinch-grid-num-columns:8}:host([cols="9"]){--sinch-grid-num-columns:9}:host([cols="10"]){--sinch-grid-num-columns:10}</style><div id="wrapper"><slot></slot></div>';
3
+ const template = document.createElement('template');
4
+ template.innerHTML = templateHTML;
5
+ defineCustomElement('sinch-tile-control', class extends NectaryElement {
6
+ #$slot;
7
+ constructor() {
8
+ super();
9
+ const shadowRoot = this.attachShadow();
10
+ shadowRoot.appendChild(template.content.cloneNode(true));
11
+ this.#$slot = shadowRoot.querySelector('slot');
12
+ }
13
+ connectedCallback() {
14
+ this.setAttribute('role', 'tablist');
15
+ this.#$slot.addEventListener('option-change', this.#onOptionChange);
16
+ this.#$slot.addEventListener('slotchange', this.#onSlotChange);
17
+ this.addEventListener('-change', this.#onChangeReactHandler);
18
+ }
19
+ disconnectedCallback() {
20
+ this.#$slot.removeEventListener('option-change', this.#onOptionChange);
21
+ this.#$slot.removeEventListener('slotchange', this.#onSlotChange);
22
+ this.removeEventListener('-change', this.#onChangeReactHandler);
23
+ }
24
+ static get observedAttributes() {
25
+ return ['value', 'small', 'multiple'];
26
+ }
27
+ attributeChangedCallback(name, oldVal, newVal) {
28
+ if (isAttrEqual(oldVal, newVal)) {
29
+ return;
30
+ }
31
+ switch (name) {
32
+ case 'value':
33
+ {
34
+ this.#onValueChange(newVal ?? '');
35
+ break;
36
+ }
37
+ case 'small':
38
+ {
39
+ this.#onSmallChange();
40
+ updateBooleanAttribute(this, name, isAttrTrue(newVal));
41
+ break;
42
+ }
43
+ case 'multiple':
44
+ {
45
+ this.#onValueChange(this.value);
46
+ }
47
+ }
48
+ }
49
+ set value(value) {
50
+ updateAttribute(this, 'value', value);
51
+ }
52
+ get value() {
53
+ return getAttribute(this, 'value', '');
54
+ }
55
+ set small(isSmall) {
56
+ updateBooleanAttribute(this, 'small', isSmall);
57
+ }
58
+ get small() {
59
+ return getBooleanAttribute(this, 'small');
60
+ }
61
+ set multiple(isMultiple) {
62
+ updateBooleanAttribute(this, 'multiple', isMultiple);
63
+ }
64
+ get multiple() {
65
+ return getBooleanAttribute(this, 'multiple');
66
+ }
67
+ set cols(value) {
68
+ updateIntegerAttribute(this, 'cols', value);
69
+ }
70
+ get cols() {
71
+ return getIntegerAttribute(this, 'cols', 1);
72
+ }
73
+ #onSlotChange = () => {
74
+ this.#onValueChange(this.value);
75
+ this.#onSmallChange();
76
+ };
77
+ #onOptionChange = e => {
78
+ e.stopPropagation();
79
+ const $elem = e.target;
80
+ const value = e.detail;
81
+ const detail = this.multiple ? updateCsv(this.value, value, !getBooleanAttribute($elem, 'data-checked')) : value;
82
+ this.dispatchEvent(new CustomEvent('-change', {
83
+ detail
84
+ }));
85
+ };
86
+ #onValueChange(csv) {
87
+ if (this.multiple) {
88
+ const values = unpackCsv(csv);
89
+ for (const $option of this.#$slot.assignedElements()) {
90
+ const isChecked = !getBooleanAttribute($option, 'disabled') && values.includes(getAttribute($option, 'value', ''));
91
+ updateBooleanAttribute($option, 'data-checked', isChecked);
92
+ }
93
+ } else {
94
+ const value = getFirstCsvValue(csv);
95
+ for (const $option of this.#$slot.assignedElements()) {
96
+ const isChecked = !getBooleanAttribute($option, 'disabled') && value === getAttribute($option, 'value', '');
97
+ updateBooleanAttribute($option, 'data-checked', isChecked);
98
+ }
99
+ }
100
+ }
101
+ #onSmallChange() {
102
+ const isSmall = this.small;
103
+ for (const $opt of this.#$slot.assignedElements()) {
104
+ updateBooleanAttribute($opt, 'data-small', isSmall);
105
+ }
106
+ }
107
+ #onChangeReactHandler = e => {
108
+ getReactEventHandler(this, 'on-change')?.(e);
109
+ };
110
+ });
@@ -0,0 +1,37 @@
1
+ import type { TSinchElementReact } from '../types';
2
+ /** Number of coumns from 1 to 10 */
3
+ export type TSinchTileControlColumns = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | number;
4
+ export type TSinchTileControlElement = HTMLElement & {
5
+ /** Value */
6
+ value: string;
7
+ /** Small */
8
+ small: boolean;
9
+ /** Multiple */
10
+ multiple: boolean;
11
+ /** Number of columns from 1 to 10 */
12
+ cols: TSinchTileControlColumns;
13
+ /** Change value event */
14
+ addEventListener(type: '-change', listener: (e: CustomEvent<string>) => void): void;
15
+ /** Value */
16
+ setAttribute(name: 'value', value: string): void;
17
+ /** Small */
18
+ setAttribute(name: 'small', value: ''): void;
19
+ /** Multiple */
20
+ setAttribute(name: 'multiple', value: ''): void;
21
+ /** Number of columns from 1 to 10 */
22
+ setAttribute(name: 'cols', value: string): void;
23
+ };
24
+ export type TSinchTileControlReact = TSinchElementReact<TSinchTileControlElement> & {
25
+ /** Value */
26
+ value: string;
27
+ /** Multiple */
28
+ multiple?: boolean;
29
+ /** Small */
30
+ small?: boolean;
31
+ /** Number of columns from 1 to 10 */
32
+ cols: TSinchTileControlColumns;
33
+ /** Label that is used for a11y */
34
+ 'aria-label': string;
35
+ /** Change value handler */
36
+ 'on-change'?: (e: CustomEvent<string>) => void;
37
+ };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,11 @@
1
+ import type { TSinchTileControlOptionElement, TSinchTileControlOptionReact } from './types';
2
+ declare global {
3
+ namespace JSX {
4
+ interface IntrinsicElements {
5
+ 'sinch-tile-control-option': TSinchTileControlOptionReact;
6
+ }
7
+ }
8
+ interface HTMLElementTagNameMap {
9
+ 'sinch-tile-control-option': TSinchTileControlOptionElement;
10
+ }
11
+ }
@@ -0,0 +1,98 @@
1
+ import { defineCustomElement, getAttribute, getBooleanAttribute, getReactEventHandler, isAttrTrue, NectaryElement, updateAttribute, updateBooleanAttribute, updateExplicitBooleanAttribute } from '../utils';
2
+ const templateHTML = '<style>:host{display:inline-block;vertical-align:middle;outline:0}button{all:initial;position:relative;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;width:var(--sinch-local-size);height:var(--sinch-local-size);padding:16px 8px 8px;border-radius:var(--sinch-local-shape-radius);background-color:var(--sinch-local-color-background);box-shadow:var(--sinch-local-shadow);cursor:pointer;--sinch-local-color-background:var(--sinch-comp-tile-control-color-default-background-initial);--sinch-local-color-border:var(--sinch-comp-tile-control-color-default-border-initial);--sinch-local-color-text:var(--sinch-comp-tile-control-color-default-text-initial);--sinch-local-color-icon:var(--sinch-comp-tile-control-color-default-icon-initial);--sinch-local-shadow:var(--sinch-comp-tile-control-shadow-initial);--sinch-local-shape-radius:var(--sinch-comp-tile-control-shape-radius-l);--sinch-local-size:88px;--sinch-local-size-icon:var(--sinch-comp-tile-control-size-m-icon)}button::before{content:"";position:absolute;inset:0;border:1px solid var(--sinch-local-color-border);border-radius:var(--sinch-local-shape-radius);pointer-events:none}button:focus-visible::after{position:absolute;content:"";inset:-4px;padding:2px;border:2px solid var(--sinch-comp-tile-control-color-default-outline-focus);border-radius:calc(var(--sinch-local-shape-radius) + 4px);pointer-events:none}:host([data-small])>button{padding:12px 4px 4px;--sinch-local-shape-radius:var(--sinch-comp-tile-control-shape-radius-s);--sinch-local-size:64px;--sinch-local-size-icon:var(--sinch-comp-tile-control-size-s-icon)}button:enabled:hover{--sinch-local-color-background:var(--sinch-comp-tile-control-color-default-background-hover);--sinch-local-color-border:var(--sinch-comp-tile-control-color-default-border-hover);--sinch-local-shadow:var(--sinch-comp-tile-control-shadow-hover)}:host([data-checked])>button:enabled,button:enabled:active{--sinch-local-color-background:var(--sinch-comp-tile-control-color-checked-background-initial);--sinch-local-color-border:var(--sinch-comp-tile-control-color-checked-border-initial);--sinch-local-color-text:var(--sinch-comp-tile-control-color-checked-text-initial);--sinch-local-color-icon:var(--sinch-comp-tile-control-color-checked-icon-initial);--sinch-local-shadow:var(--sinch-comp-tile-control-shadow-active)}:host([data-checked])>button:enabled::before,button:enabled:active::before{border-width:2px}button:disabled{cursor:initial;--sinch-local-color-background:var(--sinch-comp-tile-control-color-disabled-background-initial);--sinch-local-color-border:var(--sinch-comp-tile-control-color-disabled-border-initial);--sinch-local-color-text:var(--sinch-comp-tile-control-color-disabled-text-initial);--sinch-local-color-icon:var(--sinch-comp-tile-control-color-disabled-icon-initial);--sinch-local-shadow:var(--sinch-comp-tile-control-shadow-disabled)}#text{display:inline-block;min-height:20px;text-align:center;font:var(--sinch-comp-tile-control-font-label);color:var(--sinch-local-color-text);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#icon{width:var(--sinch-local-size-icon);height:var(--sinch-local-size-icon);align-self:center;--sinch-global-size-icon:var(--sinch-local-size-icon);--sinch-global-color-icon:var(--sinch-local-color-icon)}</style><button><div id="icon"><slot name="icon"></slot></div><span id="text"></span></button>';
3
+ const template = document.createElement('template');
4
+ template.innerHTML = templateHTML;
5
+ defineCustomElement('sinch-tile-control-option', class extends NectaryElement {
6
+ #$button;
7
+ #$text;
8
+ constructor() {
9
+ super();
10
+ const shadowRoot = this.attachShadow();
11
+ shadowRoot.appendChild(template.content.cloneNode(true));
12
+ this.#$button = shadowRoot.querySelector('button');
13
+ this.#$text = shadowRoot.querySelector('#text');
14
+ }
15
+ connectedCallback() {
16
+ this.setAttribute('role', 'tab');
17
+ this.#$button.addEventListener('click', this.#onButtonClick);
18
+ this.#$button.addEventListener('focus', this.#onButtonFocus);
19
+ this.#$button.addEventListener('blur', this.#onButtonBlur);
20
+ this.addEventListener('-focus', this.#onFocusReactHandler);
21
+ this.addEventListener('-blur', this.#onBlurReactHandler);
22
+ }
23
+ disconnectedCallback() {
24
+ this.#$button.removeEventListener('click', this.#onButtonClick);
25
+ this.#$button.removeEventListener('focus', this.#onButtonFocus);
26
+ this.#$button.removeEventListener('blur', this.#onButtonBlur);
27
+ this.removeEventListener('-focus', this.#onFocusReactHandler);
28
+ this.removeEventListener('-blur', this.#onBlurReactHandler);
29
+ }
30
+ static get observedAttributes() {
31
+ return ['data-checked', 'text', 'disabled'];
32
+ }
33
+ attributeChangedCallback(name, oldVal, newVal) {
34
+ switch (name) {
35
+ case 'text':
36
+ {
37
+ this.#$text.textContent = newVal;
38
+ break;
39
+ }
40
+ case 'data-checked':
41
+ {
42
+ updateExplicitBooleanAttribute(this, 'aria-selected', isAttrTrue(newVal));
43
+ break;
44
+ }
45
+ case 'disabled':
46
+ {
47
+ this.#$button.disabled = isAttrTrue(newVal);
48
+ break;
49
+ }
50
+ }
51
+ }
52
+ set value(value) {
53
+ updateAttribute(this, 'value', value);
54
+ }
55
+ get value() {
56
+ return getAttribute(this, 'value', '');
57
+ }
58
+ set disabled(isDisabled) {
59
+ updateBooleanAttribute(this, 'disabled', isDisabled);
60
+ }
61
+ get disabled() {
62
+ return getBooleanAttribute(this, 'disabled');
63
+ }
64
+ set text(value) {
65
+ updateAttribute(this, 'text', value);
66
+ }
67
+ get text() {
68
+ return getAttribute(this, 'text', '');
69
+ }
70
+ get focusable() {
71
+ return true;
72
+ }
73
+ focus() {
74
+ this.#$button.focus();
75
+ }
76
+ blur() {
77
+ this.#$button.blur();
78
+ }
79
+ #onButtonClick = e => {
80
+ e.stopPropagation();
81
+ this.dispatchEvent(new CustomEvent('option-change', {
82
+ detail: this.value,
83
+ bubbles: true
84
+ }));
85
+ };
86
+ #onButtonFocus = () => {
87
+ this.dispatchEvent(new CustomEvent('-focus'));
88
+ };
89
+ #onButtonBlur = () => {
90
+ this.dispatchEvent(new CustomEvent('-blur'));
91
+ };
92
+ #onFocusReactHandler = () => {
93
+ getReactEventHandler(this, 'on-focus')?.();
94
+ };
95
+ #onBlurReactHandler = () => {
96
+ getReactEventHandler(this, 'on-blur')?.();
97
+ };
98
+ });