@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,49 @@
1
+ import type { TSinchElementReact } from '../types';
2
+ export type TSinchCheckboxElement = HTMLElement & {
3
+ /** Value */
4
+ checked: boolean;
5
+ /** Indeterminate */
6
+ indeterminate: boolean;
7
+ /** Disabled */
8
+ disabled: boolean;
9
+ /** Invalid */
10
+ invalid: boolean;
11
+ /** Text */
12
+ text: string | null;
13
+ /** Change value event */
14
+ addEventListener(type: '-change', listener: (e: CustomEvent<boolean>) => void): void;
15
+ /** Focus event */
16
+ addEventListener(type: '-focus', listener: (e: CustomEvent<void>) => void): void;
17
+ /** Blur event */
18
+ addEventListener(type: '-blur', listener: (e: CustomEvent<void>) => void): void;
19
+ /** Checked */
20
+ setAttribute(name: 'checked', value: ''): void;
21
+ /** Indeterminate */
22
+ setAttribute(name: 'indeterminate', value: ''): void;
23
+ /** Disabled */
24
+ setAttribute(name: 'disabled', value: ''): void;
25
+ /** Invalid */
26
+ setAttribute(name: 'invalid', value: ''): void;
27
+ /** Text */
28
+ setAttribute(name: 'text', value: string): void;
29
+ };
30
+ export type TSinchCheckboxReact = TSinchElementReact<TSinchCheckboxElement> & {
31
+ /** Checked */
32
+ checked?: boolean;
33
+ /** Indeterminate */
34
+ indeterminate?: boolean;
35
+ /** Disabled */
36
+ disabled?: boolean;
37
+ /** Invalid */
38
+ invalid?: boolean;
39
+ /** Text */
40
+ text?: string;
41
+ /** Label that is used for a11y – might be different from `label` */
42
+ 'aria-label': string;
43
+ /** Change value handler */
44
+ 'on-change'?: (e: CustomEvent<boolean>) => void;
45
+ /** Focus handler */
46
+ 'on-focus'?: (e: CustomEvent<void>) => void;
47
+ /** Blur handler */
48
+ 'on-blur'?: (e: CustomEvent<void>) => void;
49
+ };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,13 @@
1
+ import '../text';
2
+ import '../icon';
3
+ import type { TSinchChipElement, TSinchChipReact } from './types';
4
+ declare global {
5
+ namespace JSX {
6
+ interface IntrinsicElements {
7
+ 'sinch-chip': TSinchChipReact;
8
+ }
9
+ }
10
+ interface HTMLElementTagNameMap {
11
+ 'sinch-chip': TSinchChipElement;
12
+ }
13
+ }
package/chip/index.js ADDED
@@ -0,0 +1,144 @@
1
+ import '../text';
2
+ import '../icon';
3
+ import { defineCustomElement, getBooleanAttribute, getAttribute, updateBooleanAttribute, updateAttribute, NectaryElement, getReactEventHandler, isAttrTrue, isAttrEqual } from '../utils';
4
+ const templateHTML = '<style>:host{display:inline-block;vertical-align:middle;outline:0;cursor:pointer}#button{all:initial;position:relative;display:flex;flex-direction:row;align-items:center;gap:4px;width:100%;height:var(--sinch-comp-chip-size-container-m);padding:0 5px 0 9px;border-radius:var(--sinch-comp-chip-shape-radius);background-color:var(--sinch-comp-chip-color-neutral-default-background-initial);box-sizing:border-box;--sinch-global-color-text:var(--sinch-comp-chip-color-neutral-default-foreground-initial);--sinch-global-color-icon:var(--sinch-comp-chip-color-neutral-default-foreground-initial);--sinch-global-size-icon:var(--sinch-comp-chip-size-icon-m)}:host(:focus-visible)>#button::after{content:"";position:absolute;inset:-4px;border-radius:calc(var(--sinch-comp-chip-shape-radius) + 4px);border:2px solid var(--sinch-comp-chip-color-outiline-focus);pointer-events:none}#text{flex:1;--sinch-comp-text-font:var(--sinch-comp-chip-font-size-m-label)}:host([small]) #button{height:var(--sinch-comp-chip-size-container-s);padding:0 3px 0 7px;--sinch-global-size-icon:var(--sinch-comp-chip-size-icon-s)}:host([small]) #text{--sinch-comp-text-font:var(--sinch-comp-chip-font-size-s-label)}::slotted([slot=icon]){margin-left:-4px}</style><div id="button" inert><slot name="icon"></slot><sinch-text id="text" type="xs" ellipsis></sinch-text><slot name="right-icon"><sinch-icon id="icon-close" name="cancel"></sinch-icon></slot></div>';
5
+ import { getChipColorBg, getChipColorFg } from './utils';
6
+ const template = document.createElement('template');
7
+ template.innerHTML = templateHTML;
8
+ defineCustomElement('sinch-chip', class extends NectaryElement {
9
+ #$text;
10
+ #$button;
11
+ #controller = null;
12
+ constructor() {
13
+ super();
14
+ const shadowRoot = this.attachShadow();
15
+ shadowRoot.appendChild(template.content.cloneNode(true));
16
+ this.#$button = shadowRoot.querySelector('#button');
17
+ this.#$text = shadowRoot.querySelector('#text');
18
+ }
19
+ connectedCallback() {
20
+ super.connectedCallback();
21
+ this.#controller = new AbortController();
22
+ const {
23
+ signal
24
+ } = this.#controller;
25
+ this.role = 'button';
26
+ this.tabIndex = 0;
27
+ this.addEventListener('click', this.#onClick, {
28
+ signal
29
+ });
30
+ this.addEventListener('focus', this.#onFocus, {
31
+ signal
32
+ });
33
+ this.addEventListener('blur', this.#onBlur, {
34
+ signal
35
+ });
36
+ this.addEventListener('keydown', this.#onKeydown, {
37
+ signal
38
+ });
39
+ this.addEventListener('-click', this.#onClickReactHandler, {
40
+ signal
41
+ });
42
+ this.addEventListener('-focus', this.#onFocusReactHandler, {
43
+ signal
44
+ });
45
+ this.addEventListener('-blur', this.#onBlurReactHandler, {
46
+ signal
47
+ });
48
+ this.#updateColor();
49
+ }
50
+ disconnectedCallback() {
51
+ super.disconnectedCallback();
52
+ this.#controller.abort();
53
+ this.#controller = null;
54
+ }
55
+ static get observedAttributes() {
56
+ return ['text', 'color', 'small'];
57
+ }
58
+ attributeChangedCallback(name, oldVal, newVal) {
59
+ if (isAttrEqual(oldVal, newVal)) {
60
+ return;
61
+ }
62
+ switch (name) {
63
+ case 'color':
64
+ {
65
+ this.#updateColor();
66
+ break;
67
+ }
68
+ case 'text':
69
+ {
70
+ this.#$text.textContent = newVal;
71
+ break;
72
+ }
73
+ case 'small':
74
+ {
75
+ updateBooleanAttribute(this, name, isAttrTrue(newVal));
76
+ break;
77
+ }
78
+ }
79
+ }
80
+ get color() {
81
+ return getAttribute(this, 'color');
82
+ }
83
+ set color(value) {
84
+ updateAttribute(this, 'color', value);
85
+ }
86
+ get text() {
87
+ return getAttribute(this, 'text', '');
88
+ }
89
+ set text(value) {
90
+ updateAttribute(this, 'text', value);
91
+ }
92
+ get small() {
93
+ return getBooleanAttribute(this, 'small');
94
+ }
95
+ set small(isSmall) {
96
+ updateBooleanAttribute(this, 'small', isSmall);
97
+ }
98
+ #updateColor() {
99
+ if (!this.isDomConnected) {
100
+ return;
101
+ }
102
+ const colorName = this.color;
103
+ if (colorName !== null && colorName.length > 0) {
104
+ const bg = getChipColorBg(colorName);
105
+ const fg = getChipColorFg(colorName);
106
+ this.#$button.style.setProperty('background-color', bg);
107
+ this.#$button.style.setProperty('--sinch-global-color-text', fg);
108
+ this.#$button.style.setProperty('--sinch-global-color-icon', fg);
109
+ } else {
110
+ this.#$button.style.removeProperty('background-color');
111
+ this.#$button.style.removeProperty('--sinch-global-color-text');
112
+ this.#$button.style.removeProperty('--sinch-global-color-icon');
113
+ }
114
+ }
115
+ get focusable() {
116
+ return true;
117
+ }
118
+ #onKeydown = e => {
119
+ switch (e.code) {
120
+ case 'Space':
121
+ {
122
+ this.click();
123
+ }
124
+ }
125
+ };
126
+ #onClick = () => {
127
+ this.dispatchEvent(new CustomEvent('-click'));
128
+ };
129
+ #onFocus = () => {
130
+ this.dispatchEvent(new CustomEvent('-focus'));
131
+ };
132
+ #onBlur = () => {
133
+ this.dispatchEvent(new CustomEvent('-blur'));
134
+ };
135
+ #onFocusReactHandler = () => {
136
+ getReactEventHandler(this, 'on-focus')?.();
137
+ };
138
+ #onBlurReactHandler = () => {
139
+ getReactEventHandler(this, 'on-blur')?.();
140
+ };
141
+ #onClickReactHandler = e => {
142
+ getReactEventHandler(this, 'on-click')?.(e);
143
+ };
144
+ });
@@ -0,0 +1,37 @@
1
+ import type { TSinchElementReact } from '../types';
2
+ export type TSinchChipElement = HTMLElement & {
3
+ /** Text */
4
+ text: string;
5
+ /** Color, gray by default */
6
+ color: string | null;
7
+ /** Small */
8
+ small: boolean;
9
+ /** Click event */
10
+ addEventListener(type: '-click', listener: (e: CustomEvent<void>) => void): void;
11
+ /** Focus event */
12
+ addEventListener(type: '-focus', listener: (e: CustomEvent<void>) => void): void;
13
+ /** Blur event */
14
+ addEventListener(type: '-blur', listener: (e: CustomEvent<void>) => void): void;
15
+ /** Text */
16
+ setAttribute(name: 'text', value: string): void;
17
+ /** Color, gray by default */
18
+ setAttribute(name: 'color', value: string): void;
19
+ /** Small */
20
+ setAttribute(name: 'small', value: ''): void;
21
+ };
22
+ export type TSinchChipReact = TSinchElementReact<TSinchChipElement> & {
23
+ /** Text */
24
+ text: string;
25
+ /** Color, gray by default */
26
+ color?: string;
27
+ /** Small */
28
+ small?: boolean;
29
+ /** Click event handler */
30
+ 'on-click'?: (e: CustomEvent<void>) => void;
31
+ /** Focus event handler */
32
+ 'on-focus'?: (e: CustomEvent<void>) => void;
33
+ /** Blur event handler */
34
+ 'on-blur'?: (e: CustomEvent<void>) => void;
35
+ /** Label that is used for a11y` */
36
+ 'aria-label': string;
37
+ };
package/chip/types.js ADDED
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ export declare const getChipColorBg: (id: string) => string;
2
+ export declare const getChipColorFg: (id: string) => string;
package/chip/utils.js ADDED
@@ -0,0 +1,6 @@
1
+ export const getChipColorBg = id => {
2
+ return `var(--sinch-comp-chip-color-${id}-default-background-initial)`;
3
+ };
4
+ export const getChipColorFg = id => {
5
+ return `var(--sinch-comp-chip-color-${id}-default-foreground-initial)`;
6
+ };
@@ -0,0 +1,11 @@
1
+ import type { TSinchCodeTagElement, TSinchCodeTagReact } from './types';
2
+ declare global {
3
+ namespace JSX {
4
+ interface IntrinsicElements {
5
+ 'sinch-code-tag': TSinchCodeTagReact;
6
+ }
7
+ }
8
+ interface HTMLElementTagNameMap {
9
+ 'sinch-code-tag': TSinchCodeTagElement;
10
+ }
11
+ }
@@ -0,0 +1,31 @@
1
+ import { defineCustomElement, getAttribute, updateAttribute, NectaryElement } from '../utils';
2
+ const templateHTML = '<style>:host{display:inline}#content{font:var(--sinch-comp-code-tag-font-text);font-size:inherit;line-height:inherit;color:var(--sinch-comp-code-tag-color-default-text-initial);border:1px solid var(--sinch-comp-code-tag-color-default-border-initial);background-color:var(--sinch-comp-code-tag-color-default-background-initial);padding:0 .25em;border-radius:var(--sinch-comp-code-tag-shape-radius);white-space:var(--sinch-global-text-white-space,normal)}</style><span id="content"></span>';
3
+ const template = document.createElement('template');
4
+ template.innerHTML = templateHTML;
5
+ defineCustomElement('sinch-code-tag', class extends NectaryElement {
6
+ #$text;
7
+ constructor() {
8
+ super();
9
+ const shadowRoot = this.attachShadow();
10
+ shadowRoot.appendChild(template.content.cloneNode(true));
11
+ this.#$text = shadowRoot.querySelector('#content');
12
+ }
13
+ static get observedAttributes() {
14
+ return ['text'];
15
+ }
16
+ attributeChangedCallback(name, oldVal, newVal) {
17
+ switch (name) {
18
+ case 'text':
19
+ {
20
+ this.#$text.textContent = newVal;
21
+ break;
22
+ }
23
+ }
24
+ }
25
+ get text() {
26
+ return getAttribute(this, 'text', '');
27
+ }
28
+ set text(value) {
29
+ updateAttribute(this, 'text', value);
30
+ }
31
+ });
@@ -0,0 +1,11 @@
1
+ import type { TSinchElementReact } from '../types';
2
+ export type TSinchCodeTagElement = HTMLElement & {
3
+ /** Text content of hyperlink */
4
+ text: string;
5
+ /** Text content of hyperlink */
6
+ setAttribute(name: 'text', value: string): void;
7
+ };
8
+ export type TSinchCodeTagReact = TSinchElementReact<TSinchCodeTagElement> & {
9
+ /** Text content of hyperlink */
10
+ text: string;
11
+ };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,11 @@
1
+ import type { TSinchColorMenuElement, TSinchColorMenuReact } from './types';
2
+ declare global {
3
+ namespace JSX {
4
+ interface IntrinsicElements {
5
+ 'sinch-color-menu': TSinchColorMenuReact;
6
+ }
7
+ }
8
+ interface HTMLElementTagNameMap {
9
+ 'sinch-color-menu': TSinchColorMenuElement;
10
+ }
11
+ }
@@ -0,0 +1,308 @@
1
+ import { attrValueToPixels, defineCustomElement, getAttribute, getBooleanAttribute, getIntegerAttribute, getReactEventHandler, getRect, NectaryElement, updateAttribute, updateBooleanAttribute, updateExplicitBooleanAttribute, updateIntegerAttribute, subscribeContext, getTargetByAttribute } from '../utils';
2
+ const templateHTML = '<style>:host{display:block;outline:0}#listbox{display:flex;flex-direction:row;flex-wrap:wrap;padding:4px 10px;overflow-y:auto}#listbox.empty{display:none}</style><div id="listbox" role="presentation"><slot id="options"></slot></div>';
3
+ const NUM_COLS_DEFAULT = 5;
4
+ const ITEM_WIDTH = 44;
5
+ const ITEM_HEIGHT = 56;
6
+ const template = document.createElement('template');
7
+ template.innerHTML = templateHTML;
8
+ defineCustomElement('sinch-color-menu', class extends NectaryElement {
9
+ #$listbox;
10
+ #$optionsSlot;
11
+ #controller = null;
12
+ constructor() {
13
+ super();
14
+ const shadowRoot = this.attachShadow();
15
+ shadowRoot.appendChild(template.content.cloneNode(true));
16
+ this.#$listbox = shadowRoot.querySelector('#listbox');
17
+ this.#$optionsSlot = shadowRoot.querySelector('#options');
18
+ }
19
+ connectedCallback() {
20
+ super.connectedCallback();
21
+ this.#controller = new AbortController();
22
+ const {
23
+ signal
24
+ } = this.#controller;
25
+ const options = {
26
+ signal
27
+ };
28
+ this.role = 'listbox';
29
+ this.tabIndex = 0;
30
+ this.addEventListener('keydown', this.#onListboxKeyDown, options);
31
+ this.addEventListener('blur', this.#onListboxBlur, options);
32
+ this.#$listbox.addEventListener('click', this.#onListboxClick, options);
33
+ this.#$optionsSlot.addEventListener('slotchange', this.#onSlotChange, options);
34
+ this.addEventListener('-change', this.#onChangeReactHandler, options);
35
+ subscribeContext(this, 'keydown', this.#onContextKeyDown, signal);
36
+ subscribeContext(this, 'visibility', this.#onContextVisibility, signal);
37
+ this.#onSlotChange();
38
+ }
39
+ disconnectedCallback() {
40
+ super.disconnectedCallback();
41
+ this.#controller.abort();
42
+ this.#controller = null;
43
+ }
44
+ static get observedAttributes() {
45
+ return ['value', 'rows', 'cols'];
46
+ }
47
+ attributeChangedCallback(name) {
48
+ switch (name) {
49
+ case 'value':
50
+ {
51
+ if (this.isDomConnected) {
52
+ this.#onValueChange();
53
+ }
54
+ break;
55
+ }
56
+ case 'rows':
57
+ {
58
+ this.#updateRows();
59
+ break;
60
+ }
61
+ case 'cols':
62
+ {
63
+ if (this.isDomConnected) {
64
+ this.#updateColumns();
65
+ }
66
+ break;
67
+ }
68
+ }
69
+ }
70
+ set value(value) {
71
+ updateAttribute(this, 'value', value);
72
+ }
73
+ get value() {
74
+ return getAttribute(this, 'value', '');
75
+ }
76
+ set colors(value) {
77
+ updateAttribute(this, 'colors', value);
78
+ }
79
+ get colors() {
80
+ return getAttribute(this, 'colors');
81
+ }
82
+ set rows(value) {
83
+ updateIntegerAttribute(this, 'rows', value);
84
+ }
85
+ get rows() {
86
+ return getIntegerAttribute(this, 'rows', null);
87
+ }
88
+ set cols(value) {
89
+ updateIntegerAttribute(this, 'cols', value);
90
+ }
91
+ get cols() {
92
+ return getIntegerAttribute(this, 'cols', null);
93
+ }
94
+ get focusable() {
95
+ return true;
96
+ }
97
+ nthItemRect(index) {
98
+ const $item = this.#getOptionElements()[index];
99
+ if ($item != null) {
100
+ return getRect($item);
101
+ }
102
+ return null;
103
+ }
104
+ #onSlotChange = () => {
105
+ this.#updateColumns();
106
+ this.#onValueChange();
107
+ };
108
+ #updateRows() {
109
+ const rowsValue = getAttribute(this, 'rows');
110
+ this.#$listbox.style.maxHeight = attrValueToPixels(rowsValue, {
111
+ min: 2,
112
+ itemSizeMultiplier: ITEM_HEIGHT
113
+ });
114
+ }
115
+ #updateColumns() {
116
+ const colsValue = getAttribute(this, 'cols');
117
+ const numItems = this.#getOptionElements().length;
118
+ this.#$listbox.style.width = attrValueToPixels(colsValue, {
119
+ min: 1,
120
+ max: numItems,
121
+ defaultValue: Math.min(numItems, NUM_COLS_DEFAULT),
122
+ itemSizeMultiplier: ITEM_WIDTH
123
+ });
124
+ }
125
+ #onListboxBlur = () => {
126
+ this.#selectOption(null);
127
+ };
128
+ #onListboxClick = e => {
129
+ const target = getTargetByAttribute(e, 'value');
130
+ if (target === null) {
131
+ return;
132
+ }
133
+ this.focus();
134
+ this.#dispatchChangeEvent(target);
135
+ };
136
+ #onContextVisibility = e => {
137
+ if (e.detail) {
138
+ this.#selectOption(this.#findCheckedOption());
139
+ } else {
140
+ this.#selectOption(null);
141
+ }
142
+ };
143
+ #onContextKeyDown = e => {
144
+ this.#handleKeydown(e.detail);
145
+ };
146
+ #onListboxKeyDown = e => {
147
+ this.#handleKeydown(e);
148
+ };
149
+ #handleKeydown(e) {
150
+ switch (e.code) {
151
+ case 'Space':
152
+ case 'Enter':
153
+ {
154
+ e.preventDefault();
155
+ const $option = this.#findSelectedOption();
156
+ if ($option !== null) {
157
+ this.#dispatchChangeEvent($option);
158
+ }
159
+ break;
160
+ }
161
+ case 'ArrowLeft':
162
+ {
163
+ e.preventDefault();
164
+ this.#selectOption(this.#getPrevOption());
165
+ break;
166
+ }
167
+ case 'ArrowRight':
168
+ {
169
+ e.preventDefault();
170
+ this.#selectOption(this.#getNextOption());
171
+ break;
172
+ }
173
+ case 'ArrowDown':
174
+ {
175
+ e.preventDefault();
176
+ this.#selectOption(this.#getNextRowOption());
177
+ break;
178
+ }
179
+ case 'ArrowUp':
180
+ {
181
+ e.preventDefault();
182
+ this.#selectOption(this.#getPrevRowOption());
183
+ break;
184
+ }
185
+ }
186
+ }
187
+ #onValueChange() {
188
+ const value = this.value;
189
+ for (const $option of this.#getOptionElements()) {
190
+ const isChecked = value === getAttribute($option, 'value', '');
191
+ updateBooleanAttribute($option, 'data-checked', isChecked);
192
+ updateBooleanAttribute($option, 'data-selected', isChecked);
193
+ updateExplicitBooleanAttribute($option, 'aria-selected', isChecked);
194
+ }
195
+ }
196
+ #getFirstOption() {
197
+ const $options = this.#getOptionElements();
198
+ return $options[0] ?? null;
199
+ }
200
+ #getLastOption() {
201
+ const $options = this.#getOptionElements();
202
+ return $options[$options.length - 1] ?? null;
203
+ }
204
+ #getNextOption() {
205
+ const index = this.#getSelectedOptionIndex();
206
+ if (index !== null) {
207
+ const $options = this.#getOptionElements();
208
+ return $options[(1 + index) % $options.length];
209
+ }
210
+ return this.#getFirstOption();
211
+ }
212
+ #getPrevOption() {
213
+ const index = this.#getSelectedOptionIndex();
214
+ if (index !== null) {
215
+ const $options = this.#getOptionElements();
216
+ return $options[(index - 1 + $options.length) % $options.length];
217
+ }
218
+ return this.#getLastOption();
219
+ }
220
+ #getNextRowOption() {
221
+ const selectedIndex = this.#getSelectedOptionIndex();
222
+ if (selectedIndex !== null) {
223
+ const $options = this.#getOptionElements();
224
+ const numCols = Math.min(this.cols ?? NUM_COLS_DEFAULT, $options.length);
225
+ const numColsInLastRow = $options.length % numCols;
226
+ if (numColsInLastRow > 0) {
227
+ if (selectedIndex < $options.length - numCols) {
228
+ return $options[selectedIndex + numCols];
229
+ }
230
+ if (numColsInLastRow > 0 && selectedIndex < $options.length - numColsInLastRow) {
231
+ return $options[$options.length - 1];
232
+ }
233
+ return $options[selectedIndex + numColsInLastRow - $options.length];
234
+ }
235
+ return $options[(selectedIndex + numCols) % $options.length];
236
+ }
237
+ return this.#getFirstOption();
238
+ }
239
+ #getPrevRowOption() {
240
+ const selectedIndex = this.#getSelectedOptionIndex();
241
+ if (selectedIndex !== null) {
242
+ const $options = this.#getOptionElements();
243
+ const numCols = Math.min(this.cols ?? NUM_COLS_DEFAULT, $options.length);
244
+ const numColsInLastRow = $options.length % numCols;
245
+ if (selectedIndex < numColsInLastRow) {
246
+ return $options[(selectedIndex - numColsInLastRow + $options.length) % $options.length];
247
+ }
248
+ if (selectedIndex < numCols) {
249
+ return $options[(selectedIndex - numCols - numColsInLastRow + $options.length) % $options.length];
250
+ }
251
+ return $options[(selectedIndex - numCols + $options.length) % $options.length];
252
+ }
253
+ return this.#getFirstOption();
254
+ }
255
+ #selectOption($option) {
256
+ const hasRows = this.hasAttribute('rows');
257
+ for (const $op of this.#getOptionElements()) {
258
+ const isSelected = $op === $option;
259
+ updateBooleanAttribute($op, 'data-selected', isSelected);
260
+ if (isSelected && hasRows) {
261
+ $op.scrollIntoView?.({
262
+ block: 'nearest'
263
+ });
264
+ }
265
+ }
266
+ }
267
+ #getOptionElements() {
268
+ return this.#$optionsSlot.assignedElements();
269
+ }
270
+ #getSelectedOptionIndex() {
271
+ const elements = this.#getOptionElements();
272
+ for (let i = 0; i < elements.length; i++) {
273
+ const el = elements[i];
274
+ if (getBooleanAttribute(el, 'data-selected')) {
275
+ return i;
276
+ }
277
+ }
278
+ return null;
279
+ }
280
+ #findSelectedOption() {
281
+ const elements = this.#getOptionElements();
282
+ for (const el of elements) {
283
+ if (getBooleanAttribute(el, 'data-selected')) {
284
+ return el;
285
+ }
286
+ }
287
+ return null;
288
+ }
289
+ #findCheckedOption() {
290
+ const elements = this.#getOptionElements();
291
+ const value = this.value;
292
+ for (const $el of elements) {
293
+ if (getAttribute($el, 'value') === value) {
294
+ return $el;
295
+ }
296
+ }
297
+ return null;
298
+ }
299
+ #dispatchChangeEvent($opt) {
300
+ const value = getAttribute($opt, 'value', '');
301
+ this.dispatchEvent(new CustomEvent('-change', {
302
+ detail: value
303
+ }));
304
+ }
305
+ #onChangeReactHandler = e => {
306
+ getReactEventHandler(this, 'on-change')?.(e);
307
+ };
308
+ });
@@ -0,0 +1,32 @@
1
+ import type { TRect, TSinchElementReact } from '../types';
2
+ export type TSinchColorMenuElement = HTMLElement & {
3
+ /** Value */
4
+ value: string;
5
+ /** How many rows to show and scroll the rest */
6
+ rows: number | null;
7
+ /** How many cols to show and scroll the rest */
8
+ cols: number | null;
9
+ nthItemRect(index: number): TRect | null;
10
+ /** Change event */
11
+ addEventListener(type: '-change', listener: (e: CustomEvent<string>) => void): void;
12
+ /** Comma-separated color names, all colors by default */
13
+ setAttribute(name: 'colors', value: string): void;
14
+ /** Value */
15
+ setAttribute(name: 'value', value: string): void;
16
+ /** How many rows to show and scroll the rest */
17
+ setAttribute(name: 'rows', value: string): void;
18
+ /** How many cols to show and scroll the rest */
19
+ setAttribute(name: 'cols', value: string): void;
20
+ };
21
+ export type TSinchColorMenuReact = TSinchElementReact<TSinchColorMenuElement> & {
22
+ /** Value */
23
+ value: string;
24
+ /** How many rows to show and scroll the rest */
25
+ rows?: number;
26
+ /** How many cols to show and scroll the rest */
27
+ cols?: number;
28
+ /** Label that is used for a11y */
29
+ 'aria-label': string;
30
+ /** Change event handler */
31
+ 'on-change'?: (e: CustomEvent<string>) => void;
32
+ };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export declare const getParentOption: ($element: Element) => Element | null;