@nectary/components 2.9.0 → 2.11.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
package/input/index.js ADDED
@@ -0,0 +1,642 @@
1
+ import { Context, defineCustomElement, getAttribute, getBooleanAttribute, getLiteralAttribute, getReactEventHandler, isAttrEqual, isAttrTrue, isElementFocused, NectaryElement, setClass, subscribeContext, updateAttribute, updateBooleanAttribute, updateLiteralAttribute } from '../utils';
2
+ import { DEFAULT_SIZE, sizeValues } from '../utils/size';
3
+ const templateHTML = '<style>:host{all:initial;display:inline-block;vertical-align:middle}#wrapper{position:relative;display:flex;flex-direction:row;align-items:center;box-sizing:border-box;border-radius:var(--sinch-local-shape-radius);width:100%;height:var(--sinch-local-size);background-color:var(--sinch-comp-input-color-default-background-initial);--sinch-local-size:var(--sinch-comp-input-size-container-m);--sinch-global-size-icon:var(--sinch-comp-input-size-icon-m);--sinch-local-shape-radius:var(--sinch-comp-input-shape-radius-size-m)}:host([data-size="l"])>#wrapper{--sinch-local-size:var(--sinch-comp-input-size-container-l);--sinch-global-size-icon:var(--sinch-comp-input-size-icon-l);--sinch-local-shape-radius:var(--sinch-comp-input-shape-radius-size-l)}:host([data-size="m"])>#wrapper{--sinch-local-size:var(--sinch-comp-input-size-container-m);--sinch-global-size-icon:var(--sinch-comp-input-size-icon-m);--sinch-local-shape-radius:var(--sinch-comp-input-shape-radius-size-m)}:host([data-size="s"])>#wrapper{--sinch-local-size:var(--sinch-comp-input-size-container-s);--sinch-global-size-icon:var(--sinch-comp-input-size-icon-s);--sinch-local-shape-radius:var(--sinch-comp-input-shape-radius-size-s)}#input-wrapper{position:relative;flex:1;flex-basis:0;min-width:0;align-self:stretch}#input{all:initial;width:100%;height:100%;padding:0 12px;box-sizing:border-box;font:var(--sinch-comp-input-font-input);color:var(--sinch-comp-input-color-default-text-initial)}#input::placeholder{font:var(--sinch-comp-input-font-placeholder)!important;color:var(--sinch-comp-input-color-default-text-placeholder);opacity:1}#input:disabled{color:var(--sinch-comp-input-color-disabled-text-initial);-webkit-text-fill-color:var(--sinch-comp-input-color-disabled-text-initial)}#input-mask{display:none;position:absolute;inset:0;padding:0 12px;pointer-events:none;color:var(--sinch-comp-input-color-default-text-placeholder);white-space:pre;height:fit-content;margin:auto 0;overflow:hidden}#border{position:absolute;border:1px solid var(--sinch-comp-input-color-default-border-initial);border-radius:var(--sinch-local-shape-radius);inset:0;pointer-events:none}:host([disabled]) #border{border-color:var(--sinch-comp-input-color-disabled-border-initial)}#input-wrapper:focus-within+#border{border-color:var(--sinch-comp-input-color-default-border-focus);border-width:2px}#input-mask,:host([mask]) #input{font:var(--sinch-sys-font-body-monospace-m)}:host([mask]) #input-mask{display:block}:host([invalid]:not([disabled])) #input-wrapper:not(:focus-within)+#border{border-color:var(--sinch-comp-input-color-invalid-border-initial)}#input[type=password]:not(:placeholder-shown){font-size:1.5em;letter-spacing:.1em}#icon-wrapper{position:relative;height:100%}#icon{position:absolute;display:flex;align-items:center;left:12px;top:0;bottom:0;pointer-events:none;--sinch-global-color-icon:var(--sinch-comp-input-color-default-icon-initial)}:host([disabled]) #icon{--sinch-global-color-icon:var(--sinch-comp-input-color-disabled-icon-initial)}#icon-wrapper.empty{display:none}#icon-wrapper.empty~#input-wrapper>#input,#icon-wrapper.empty~#input-wrapper>#input-mask{padding-left:12px}#icon-wrapper:not(.empty)~#input-wrapper>#input,#icon-wrapper:not(.empty)~#input-wrapper>#input-mask{padding-left:calc(var(--sinch-global-size-icon) + 20px)}#right{display:flex;flex-direction:row;align-self:stretch;align-items:center;gap:4px;padding-right:4px}#right.empty{display:none}#left{display:flex;flex-direction:row;align-self:stretch;align-items:center;gap:4px;padding-left:4px}#left.empty{display:none}</style><div id="wrapper"><div id="left"><slot name="left"></slot></div><div id="icon-wrapper"><div id="icon"><slot name="icon"></slot></div></div><div id="input-wrapper"><div id="input-mask"></div><input id="input" type="text"/></div><div id="border"></div><div id="right"><slot name="right"></slot></div></div>';
4
+ import { deleteContentBackward, deleteContentForward, getMaskSymbols, inputTypes, insertText, beginMaskedComposition, endMaskedComposition, splitValueAndMask, getMergedValueSliced, insertFromPaste } from './utils';
5
+ const template = document.createElement('template');
6
+ template.innerHTML = templateHTML;
7
+ defineCustomElement('sinch-input', class extends NectaryElement {
8
+ #$input;
9
+ #$inputMask;
10
+ #$iconSlot;
11
+ #$iconWrapper;
12
+ #$rightSlot;
13
+ #$rightWrapper;
14
+ #$leftSlot;
15
+ #$leftWrapper;
16
+ #$wrapper;
17
+ #selectionStart = 0;
18
+ #selectionEnd = 0;
19
+ #isCompositionInProgress = false;
20
+ #compositionBeginValue = '';
21
+ #wasClearedByMask = false;
22
+ #controller = null;
23
+ #sizeContext;
24
+ #maskSymbols = null;
25
+ constructor() {
26
+ super();
27
+ const shadowRoot = this.attachShadow({
28
+ delegatesFocus: true
29
+ });
30
+ shadowRoot.appendChild(template.content.cloneNode(true));
31
+ this.#$input = shadowRoot.querySelector('#input');
32
+ this.#$inputMask = shadowRoot.querySelector('#input-mask');
33
+ this.#$iconSlot = shadowRoot.querySelector('slot[name="icon"]');
34
+ this.#$iconWrapper = shadowRoot.querySelector('#icon-wrapper');
35
+ this.#$rightSlot = shadowRoot.querySelector('slot[name="right"]');
36
+ this.#$rightWrapper = shadowRoot.querySelector('#right');
37
+ this.#$leftSlot = shadowRoot.querySelector('slot[name="left"]');
38
+ this.#$leftWrapper = shadowRoot.querySelector('#left');
39
+ this.#$wrapper = shadowRoot.querySelector('#wrapper');
40
+ this.#sizeContext = new Context(this.#$wrapper, 'size');
41
+ this.#controller = new AbortController();
42
+ }
43
+ connectedCallback() {
44
+ super.connectedCallback();
45
+ this.role = 'textbox';
46
+ if (this.#controller === null) {
47
+ this.#controller = new AbortController();
48
+ }
49
+ const options = {
50
+ signal: this.#controller.signal
51
+ };
52
+ this.#$input.addEventListener('input', this.#onInput, options);
53
+ this.#$input.addEventListener('cut', this.#onCut, options);
54
+ this.#$input.addEventListener('copy', this.#onCopy, options);
55
+ this.#$input.addEventListener('paste', this.#onPaste, options);
56
+ this.#$input.addEventListener('compositionstart', this.#onCompositionStart, options);
57
+ this.#$input.addEventListener('compositionend', this.#onCompositionEnd, options);
58
+ this.#$input.addEventListener('focus', this.#onInputFocus, options);
59
+ this.#$input.addEventListener('blur', this.#onInputBlur, options);
60
+ this.#$iconSlot.addEventListener('slotchange', this.#onIconSlotChange, options);
61
+ this.#$leftSlot.addEventListener('slotchange', this.#onLeftSlotChange, options);
62
+ this.#$rightSlot.addEventListener('slotchange', this.#onRightSlotChange, options);
63
+ this.addEventListener('-change', this.#onChangeReactHandler, options);
64
+ this.addEventListener('-focus', this.#onFocusReactHandler, options);
65
+ this.addEventListener('-blur', this.#onBlurReactHandler, options);
66
+ this.addEventListener('-copy', this.#onCopyReactHandler, options);
67
+ this.addEventListener('-cut', this.#onCutReactHandler, options);
68
+ this.addEventListener('-paste', this.#onPasteReactHandler, options);
69
+ this.#sizeContext.listen(this.#controller.signal);
70
+ subscribeContext(this, 'size', this.#onContextSize, this.#controller.signal);
71
+ this.#onIconSlotChange();
72
+ this.#onLeftSlotChange();
73
+ this.#onRightSlotChange();
74
+ this.#onSizeUpdate();
75
+ }
76
+ disconnectedCallback() {
77
+ super.disconnectedCallback();
78
+ this.#controller.abort();
79
+ this.#controller = null;
80
+ }
81
+ static get observedAttributes() {
82
+ return ['type', 'value', 'placeholder', 'mask', 'invalid', 'disabled', 'size', 'autocomplete', 'autofocus', 'data-size', 'aria-label'];
83
+ }
84
+ attributeChangedCallback(name, oldVal, newVal) {
85
+ switch (name) {
86
+ case 'type':
87
+ {
88
+ updateLiteralAttribute(this.#$input, inputTypes, 'type', newVal);
89
+ updateAttribute(this.#$input, 'spellcheck', newVal === 'password' ? 'false' : null);
90
+ break;
91
+ }
92
+ case 'value':
93
+ {
94
+ const nextVal = newVal ?? '';
95
+ const prevVal = this.#$input.value;
96
+ if (this.#wasClearedByMask) {
97
+ this.#wasClearedByMask = false;
98
+ if (nextVal.length === 0) {
99
+ break;
100
+ }
101
+ }
102
+ if (this.#maskSymbols !== null) {
103
+ const {
104
+ value,
105
+ placeholder
106
+ } = splitValueAndMask(nextVal, this.#maskSymbols);
107
+ this.#$input.value = value;
108
+ this.#$inputMask.textContent = placeholder;
109
+ if (isElementFocused(this.#$input)) {
110
+ this.#setSelectionRange(this.#selectionEnd, this.#selectionEnd);
111
+ }
112
+ break;
113
+ }
114
+ if (nextVal !== prevVal) {
115
+ this.#$input.value = nextVal;
116
+ if (isElementFocused(this.#$input)) {
117
+ this.#setSelectionRange(this.#selectionEnd, this.#selectionEnd);
118
+ }
119
+ }
120
+ break;
121
+ }
122
+ case 'placeholder':
123
+ {
124
+ this.#updatePlaceholder();
125
+ break;
126
+ }
127
+ case 'mask':
128
+ {
129
+ this.#updateMask();
130
+ break;
131
+ }
132
+ case 'invalid':
133
+ {
134
+ if (isAttrEqual(oldVal, newVal)) {
135
+ return;
136
+ }
137
+ const isInvalid = isAttrTrue(newVal);
138
+ this.ariaInvalid = isInvalid.toString();
139
+ this.#$input.ariaInvalid = this.ariaInvalid;
140
+ updateBooleanAttribute(this, name, isInvalid);
141
+ break;
142
+ }
143
+ case 'disabled':
144
+ {
145
+ if (isAttrEqual(oldVal, newVal)) {
146
+ return;
147
+ }
148
+ const isDisabled = isAttrTrue(newVal);
149
+ this.#$input.disabled = isDisabled;
150
+ updateBooleanAttribute(this, name, isDisabled);
151
+ break;
152
+ }
153
+ case 'autofocus':
154
+ {
155
+ if (isAttrEqual(oldVal, newVal)) {
156
+ return;
157
+ }
158
+ const isAutofocus = isAttrTrue(newVal);
159
+ this.#$input.autofocus = isAutofocus;
160
+ updateBooleanAttribute(this, name, isAutofocus);
161
+ break;
162
+ }
163
+ case 'size':
164
+ {
165
+ updateAttribute(this, 'data-size', newVal);
166
+ break;
167
+ }
168
+ case 'data-size':
169
+ {
170
+ this.#onSizeUpdate();
171
+ break;
172
+ }
173
+ case 'autocomplete':
174
+ {
175
+ updateAttribute(this.#$input, name, newVal);
176
+ break;
177
+ }
178
+ case 'aria-label':
179
+ {
180
+ this.#$input.ariaLabel = newVal;
181
+ break;
182
+ }
183
+ }
184
+ }
185
+ set type(value) {
186
+ updateAttribute(this, 'type', value);
187
+ }
188
+ get type() {
189
+ return getLiteralAttribute(this, inputTypes, 'type', 'text');
190
+ }
191
+ set value(value) {
192
+ updateAttribute(this, 'value', value);
193
+ }
194
+ get value() {
195
+ return getAttribute(this, 'value', '');
196
+ }
197
+ set mask(value) {
198
+ updateAttribute(this, 'mask', value);
199
+ }
200
+ get mask() {
201
+ return getAttribute(this, 'mask');
202
+ }
203
+ set placeholder(value) {
204
+ updateAttribute(this, 'placeholder', value);
205
+ }
206
+ get placeholder() {
207
+ return getAttribute(this, 'placeholder');
208
+ }
209
+ set invalid(isInvalid) {
210
+ updateBooleanAttribute(this, 'invalid', isInvalid);
211
+ }
212
+ get invalid() {
213
+ return getBooleanAttribute(this, 'invalid');
214
+ }
215
+ set disabled(isDisabled) {
216
+ updateBooleanAttribute(this, 'disabled', isDisabled);
217
+ }
218
+ get disabled() {
219
+ return getBooleanAttribute(this, 'disabled');
220
+ }
221
+ set autofocus(isAutofocus) {
222
+ updateBooleanAttribute(this, 'autofocus', isAutofocus);
223
+ }
224
+ get autofocus() {
225
+ return getBooleanAttribute(this, 'autofocus');
226
+ }
227
+ set size(size) {
228
+ updateLiteralAttribute(this, sizeValues, 'size', size);
229
+ }
230
+ get size() {
231
+ return getLiteralAttribute(this, sizeValues, 'size', DEFAULT_SIZE);
232
+ }
233
+ set autocomplete(value) {
234
+ updateAttribute(this, 'autocomplete', value);
235
+ }
236
+ get autocomplete() {
237
+ return getAttribute(this, 'autocomplete', '');
238
+ }
239
+ get selectionStart() {
240
+ return this.#$input.selectionStart;
241
+ }
242
+ set selectionStart(value) {
243
+ this.#$input.selectionStart = value;
244
+ }
245
+ get selectionEnd() {
246
+ return this.#$input.selectionEnd;
247
+ }
248
+ set selectionEnd(value) {
249
+ this.#$input.selectionEnd = value;
250
+ }
251
+ get selectionDirection() {
252
+ return this.#$input.selectionDirection;
253
+ }
254
+ set selectionDirection(value) {
255
+ this.#$input.selectionDirection = value;
256
+ }
257
+ setSelectionRange(selectionStart, selectionEnd) {
258
+ this.#setSelectionRange(selectionStart, selectionEnd);
259
+ }
260
+ get focusable() {
261
+ return true;
262
+ }
263
+ focus() {
264
+ this.#$input.focus();
265
+ }
266
+ blur() {
267
+ this.#$input.blur();
268
+ }
269
+ #setSelectionRange = (start, end, direction) => {
270
+ if (this.type !== 'number') {
271
+ this.#$input.setSelectionRange(start, end, direction);
272
+ }
273
+ };
274
+ #onCompositionStart = () => {
275
+ this.#isCompositionInProgress = true;
276
+ if (this.#maskSymbols !== null) {
277
+ const selectionStart = this.#$input.selectionStart;
278
+ this.#compositionBeginValue = this.#$input.value;
279
+ if (selectionStart === this.#$input.value.length) {
280
+ return;
281
+ }
282
+ const {
283
+ value,
284
+ placeholder
285
+ } = beginMaskedComposition(this.#$input.value, this.#maskSymbols, selectionStart);
286
+ this.#$input.value = value;
287
+ this.#setSelectionRange(selectionStart, selectionStart);
288
+ this.#$inputMask.textContent = placeholder;
289
+ this.#compositionBeginValue = value;
290
+ }
291
+ };
292
+ #onCompositionEnd = e => {
293
+ this.#isCompositionInProgress = false;
294
+ if (this.#maskSymbols !== null) {
295
+ const value = this.#$input.value;
296
+ const wasValueInserted = value.length !== this.#compositionBeginValue.length;
297
+ const res = endMaskedComposition(value, e.data, this.#maskSymbols, this.#$input.selectionStart, wasValueInserted);
298
+ this.#compositionBeginValue = '';
299
+ if (res !== null) {
300
+ const {
301
+ value,
302
+ placeholder,
303
+ mergedValue,
304
+ cursorPos
305
+ } = res;
306
+ this.#$input.value = value;
307
+ this.#setSelectionRange(cursorPos, cursorPos);
308
+ this.#$inputMask.textContent = placeholder;
309
+ if (mergedValue.length > 0) {
310
+ this.#selectionStart = cursorPos;
311
+ this.#selectionEnd = cursorPos;
312
+ this.#dispatchChangeEvent(mergedValue);
313
+ }
314
+ }
315
+ if ((res === null || res.mergedValue.length === 0) && this.value.length !== 0) {
316
+ this.#dispatchMaskClearChangeEvent();
317
+ }
318
+ } else {
319
+ this.#onInput();
320
+ }
321
+ };
322
+ #onMaskBeforeInput = e => {
323
+ this.#handleMaskBeforeInput(e.inputType, e.data);
324
+ e.preventDefault();
325
+ };
326
+ #handleMaskBeforeInput(inputType, data) {
327
+ const selectionStart = this.#$input.selectionStart ?? 0;
328
+ const selectionEnd = this.#$input.selectionEnd ?? 0;
329
+ let res = null;
330
+ switch (inputType) {
331
+ case 'insertText':
332
+ {
333
+ res = insertText(this.#$input.value, data, this.#maskSymbols, selectionStart, selectionEnd);
334
+ break;
335
+ }
336
+ case 'insertFromPaste':
337
+ {
338
+ res = insertFromPaste(this.#$input.value, data, this.#maskSymbols, selectionStart, selectionEnd);
339
+ break;
340
+ }
341
+ case 'deleteByCut':
342
+ case 'deleteContent':
343
+ case 'deleteContentBackward':
344
+ {
345
+ res = deleteContentBackward(this.#$input.value, this.#maskSymbols, selectionStart, selectionEnd);
346
+ break;
347
+ }
348
+ case 'deleteContentForward':
349
+ {
350
+ res = deleteContentForward(this.#$input.value, this.#maskSymbols, selectionStart, selectionEnd);
351
+ break;
352
+ }
353
+ }
354
+ if (res !== null) {
355
+ const {
356
+ value,
357
+ placeholder,
358
+ mergedValue,
359
+ cursorPos
360
+ } = res;
361
+ this.#$input.value = value;
362
+ this.#setSelectionRange(cursorPos, cursorPos);
363
+ this.#$inputMask.textContent = placeholder;
364
+ if (mergedValue.length > 0) {
365
+ this.#selectionStart = cursorPos;
366
+ this.#selectionEnd = cursorPos;
367
+ this.#dispatchChangeEvent(mergedValue);
368
+ }
369
+ }
370
+ if ((res === null || res.mergedValue.length === 0) && this.value.length !== 0) {
371
+ this.#dispatchMaskClearChangeEvent();
372
+ }
373
+ }
374
+ #handleBeforeInput(inputType, data) {
375
+ const selectionStart = this.#$input.selectionStart ?? 0;
376
+ const selectionEnd = this.#$input.selectionEnd ?? 0;
377
+ switch (inputType) {
378
+ case 'insertFromPaste':
379
+ {
380
+ if (data === null) {
381
+ return;
382
+ }
383
+ const value = this.value;
384
+ const cursorPos = selectionStart + data.length;
385
+ const nextValue = value.substring(0, selectionStart) + data + value.substring(selectionEnd);
386
+ this.#selectionStart = cursorPos;
387
+ this.#selectionEnd = cursorPos;
388
+ this.#dispatchChangeEvent(nextValue);
389
+ break;
390
+ }
391
+ case 'deleteByCut':
392
+ {
393
+ const value = this.value;
394
+ const cursorPos = selectionStart;
395
+ const nextValue = value.substring(0, selectionStart) + value.substring(selectionEnd);
396
+ this.#selectionStart = cursorPos;
397
+ this.#selectionEnd = cursorPos;
398
+ this.#dispatchChangeEvent(nextValue);
399
+ break;
400
+ }
401
+ }
402
+ }
403
+ #onInput = () => {
404
+ if (this.#isCompositionInProgress) {
405
+ return;
406
+ }
407
+ if (this.#maskSymbols !== null) {
408
+ return;
409
+ }
410
+ const nextValue = this.#$input.value;
411
+ const prevValue = this.value;
412
+ if (prevValue !== nextValue) {
413
+ const nextSelectionStart = this.#$input.selectionStart;
414
+ const nextSelectionEnd = this.#$input.selectionEnd;
415
+ this.#$input.value = prevValue;
416
+ this.#setSelectionRange(this.#selectionStart, this.#selectionEnd);
417
+ this.#selectionStart = nextSelectionStart;
418
+ this.#selectionEnd = nextSelectionEnd;
419
+ this.#dispatchChangeEvent(nextValue);
420
+ }
421
+ };
422
+ #onMaskInputAutofillChange = () => {
423
+ const nextVal = this.#$input.value;
424
+ if (this.#maskSymbols !== null) {
425
+ const {
426
+ value,
427
+ placeholder,
428
+ mergedValue,
429
+ cursorPos
430
+ } = splitValueAndMask(nextVal, this.#maskSymbols);
431
+ this.#$input.value = value;
432
+ this.#setSelectionRange(cursorPos, cursorPos);
433
+ this.#$inputMask.textContent = placeholder;
434
+ if (mergedValue.length > 0) {
435
+ this.#selectionStart = cursorPos;
436
+ this.#selectionEnd = cursorPos;
437
+ this.#dispatchChangeEvent(mergedValue);
438
+ } else {
439
+ this.#dispatchMaskClearChangeEvent();
440
+ }
441
+ }
442
+ };
443
+ #onCopy = e => {
444
+ const value = this.#$input.value;
445
+ const selectionStart = this.#$input.selectionStart ?? 0;
446
+ const selectionEnd = this.#$input.selectionEnd ?? 0;
447
+ if (e.clipboardData === null || selectionStart === selectionEnd) {
448
+ return;
449
+ }
450
+ const copiedValue = this.#maskSymbols === null ? value.substring(selectionStart, selectionEnd) : getMergedValueSliced(value, this.#maskSymbols, selectionStart, selectionEnd);
451
+ let replacedValue = null;
452
+ const replaceWith = value => {
453
+ replacedValue = value ?? null;
454
+ };
455
+ if (this.#maskSymbols !== null) {
456
+ e.preventDefault();
457
+ e.clipboardData.setData('text/plain', copiedValue);
458
+ }
459
+ const event = new CustomEvent('-copy', {
460
+ detail: {
461
+ value: copiedValue,
462
+ replaceWith
463
+ },
464
+ cancelable: true
465
+ });
466
+ this.dispatchEvent(event);
467
+ if (event.defaultPrevented || replacedValue !== null) {
468
+ e.preventDefault();
469
+ }
470
+ if (replacedValue !== null) {
471
+ e.clipboardData.setData('text/plain', replacedValue);
472
+ }
473
+ };
474
+ #onCut = e => {
475
+ const value = this.#$input.value;
476
+ const selectionStart = this.#$input.selectionStart ?? 0;
477
+ const selectionEnd = this.#$input.selectionEnd ?? 0;
478
+ if (e.clipboardData === null || selectionStart === selectionEnd) {
479
+ return;
480
+ }
481
+ const copiedValue = this.#maskSymbols === null ? value.substring(selectionStart, selectionEnd) : getMergedValueSliced(value, this.#maskSymbols, selectionStart, selectionEnd);
482
+ let replacedValue = null;
483
+ const replaceWith = value => {
484
+ replacedValue = value ?? null;
485
+ };
486
+ if (this.#maskSymbols !== null) {
487
+ e.preventDefault();
488
+ e.clipboardData.setData('text/plain', copiedValue);
489
+ }
490
+ const event = new CustomEvent('-cut', {
491
+ detail: {
492
+ value: copiedValue,
493
+ replaceWith
494
+ },
495
+ cancelable: true
496
+ });
497
+ this.dispatchEvent(event);
498
+ if (event.defaultPrevented || replacedValue !== null) {
499
+ e.preventDefault();
500
+ }
501
+ if (replacedValue !== null) {
502
+ e.clipboardData.setData('text/plain', replacedValue);
503
+ if (this.#maskSymbols !== null) {
504
+ this.#handleMaskBeforeInput('deleteByCut', null);
505
+ } else {
506
+ this.#handleBeforeInput('deleteByCut', null);
507
+ }
508
+ }
509
+ };
510
+ #onPaste = e => {
511
+ const pasteValue = e.clipboardData?.getData('text/plain') ?? '';
512
+ let replacedValue = '';
513
+ const replaceWith = value => {
514
+ replacedValue = value ?? '';
515
+ };
516
+ const event = new CustomEvent('-paste', {
517
+ detail: {
518
+ value: pasteValue,
519
+ replaceWith
520
+ },
521
+ cancelable: true
522
+ });
523
+ this.dispatchEvent(event);
524
+ if (event.defaultPrevented) {
525
+ e.preventDefault();
526
+ }
527
+ if (replacedValue.length === 0) {
528
+ return;
529
+ }
530
+ e.preventDefault();
531
+ if (this.#maskSymbols !== null) {
532
+ this.#handleMaskBeforeInput('insertFromPaste', replacedValue);
533
+ } else {
534
+ this.#handleBeforeInput('insertFromPaste', replacedValue);
535
+ }
536
+ };
537
+ #dispatchMaskClearChangeEvent() {
538
+ this.#wasClearedByMask = true;
539
+ this.#dispatchChangeEvent('');
540
+ }
541
+ #dispatchChangeEvent(value) {
542
+ if (value === this.value) {
543
+ return;
544
+ }
545
+ this.dispatchEvent(new CustomEvent('-change', {
546
+ detail: value
547
+ }));
548
+ }
549
+ #onContextSize = e => {
550
+ if (this.hasAttribute('size')) {
551
+ return;
552
+ }
553
+ switch (e.detail) {
554
+ case 'l':
555
+ {
556
+ this.setAttribute('data-size', 'm');
557
+ break;
558
+ }
559
+ default:
560
+ {
561
+ this.setAttribute('data-size', 's');
562
+ }
563
+ }
564
+ };
565
+ #updateMask() {
566
+ if (this.mask !== null) {
567
+ if (this.#maskSymbols === null) {
568
+ this.#$input.addEventListener('beforeinput', this.#onMaskBeforeInput, {
569
+ signal: this.#controller.signal
570
+ });
571
+ this.#$input.addEventListener('change', this.#onMaskInputAutofillChange, {
572
+ signal: this.#controller.signal
573
+ });
574
+ }
575
+ this.#maskSymbols = getMaskSymbols(this.mask);
576
+ const {
577
+ value,
578
+ placeholder
579
+ } = splitValueAndMask(this.#$input.value, this.#maskSymbols);
580
+ this.#$input.value = value;
581
+ this.#$inputMask.textContent = placeholder;
582
+ } else {
583
+ this.#maskSymbols = null;
584
+ this.#$input.removeEventListener('beforeinput', this.#onMaskBeforeInput);
585
+ this.#$input.removeEventListener('change', this.#onMaskInputAutofillChange);
586
+ }
587
+ this.#updatePlaceholder();
588
+ }
589
+ #updatePlaceholder() {
590
+ if (this.#maskSymbols === null) {
591
+ const value = this.placeholder;
592
+ this.#$input.placeholder = value ?? '';
593
+ updateAttribute(this, 'aria-placeholder', value);
594
+ } else {
595
+ updateAttribute(this, 'aria-placeholder', null);
596
+ this.#$input.placeholder = '';
597
+ }
598
+ }
599
+ #onIconSlotChange = () => {
600
+ const isEmpty = this.#$iconSlot.assignedElements().length === 0;
601
+ setClass(this.#$iconWrapper, 'empty', isEmpty);
602
+ };
603
+ #onLeftSlotChange = () => {
604
+ const isEmpty = this.#$leftSlot.assignedElements().length === 0;
605
+ setClass(this.#$leftWrapper, 'empty', isEmpty);
606
+ };
607
+ #onRightSlotChange = () => {
608
+ const isEmpty = this.#$rightSlot.assignedElements().length === 0;
609
+ setClass(this.#$rightWrapper, 'empty', isEmpty);
610
+ };
611
+ #onInputFocus = () => {
612
+ this.dispatchEvent(new CustomEvent('-focus'));
613
+ };
614
+ #onInputBlur = () => {
615
+ this.dispatchEvent(new CustomEvent('-blur'));
616
+ };
617
+ #onSizeUpdate() {
618
+ if (!this.isDomConnected) {
619
+ return;
620
+ }
621
+ const size = this.getAttribute('data-size') ?? DEFAULT_SIZE;
622
+ this.#sizeContext.dispatch(size);
623
+ }
624
+ #onChangeReactHandler = e => {
625
+ getReactEventHandler(this, 'on-change')?.(e);
626
+ };
627
+ #onFocusReactHandler = () => {
628
+ getReactEventHandler(this, 'on-focus')?.();
629
+ };
630
+ #onBlurReactHandler = () => {
631
+ getReactEventHandler(this, 'on-blur')?.();
632
+ };
633
+ #onCopyReactHandler = e => {
634
+ getReactEventHandler(this, 'on-copy')?.(e);
635
+ };
636
+ #onCutReactHandler = e => {
637
+ getReactEventHandler(this, 'on-cut')?.(e);
638
+ };
639
+ #onPasteReactHandler = e => {
640
+ getReactEventHandler(this, 'on-paste')?.(e);
641
+ };
642
+ });