@sellmate/design-system 1.17.0 → 1.19.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 (301) hide show
  1. package/dist/cjs/component.listItem-Bnh0r_CA.js +53 -0
  2. package/dist/cjs/design-system.cjs.js +1 -1
  3. package/dist/cjs/index.cjs.js +11 -0
  4. package/dist/cjs/loader.cjs.js +1 -1
  5. package/dist/cjs/sd-button_2.cjs.entry.js +54 -0
  6. package/dist/cjs/sd-calendar_2.cjs.entry.js +2 -2
  7. package/dist/cjs/sd-chip-input.cjs.entry.js +263 -18
  8. package/dist/cjs/sd-circle-progress.cjs.entry.js +2 -2
  9. package/dist/cjs/sd-confirm-modal_2.cjs.entry.js +3 -3
  10. package/dist/cjs/sd-date-picker_7.cjs.entry.js +9 -9
  11. package/dist/cjs/sd-date-range-picker-calendar.cjs.entry.js +1 -1
  12. package/dist/cjs/sd-divider.cjs.entry.js +2 -2
  13. package/dist/cjs/sd-dropdown-button.cjs.entry.js +17 -7
  14. package/dist/cjs/sd-field_3.cjs.entry.js +8 -8
  15. package/dist/cjs/sd-ghost-button_2.cjs.entry.js +2 -2
  16. package/dist/cjs/sd-guide.cjs.entry.js +1 -1
  17. package/dist/cjs/sd-key-value-table.cjs.entry.js +40 -13
  18. package/dist/cjs/sd-linear-progress.cjs.entry.js +2 -2
  19. package/dist/cjs/sd-loading-container.cjs.entry.js +2 -2
  20. package/dist/cjs/sd-modal-container.cjs.entry.js +8 -1
  21. package/dist/cjs/sd-pagination_4.cjs.entry.js +10 -10
  22. package/dist/cjs/sd-popup.cjs.entry.js +2 -2
  23. package/dist/cjs/sd-portal.cjs.entry.js +16 -12
  24. package/dist/cjs/sd-select-list-item_2.cjs.entry.js +8 -7
  25. package/dist/cjs/{sd-select.config-DrJ4LNVz.js → sd-select.config-C9Ohe1QA.js} +25 -71
  26. package/dist/cjs/sd-select_3.cjs.entry.js +12 -11
  27. package/dist/cjs/sd-switch.cjs.entry.js +1 -1
  28. package/dist/cjs/sd-table.cjs.entry.js +12 -11
  29. package/dist/cjs/{sd-table.config-BjJW74Zx.js → sd-table.config-B7MuRLoR.js} +1 -1
  30. package/dist/cjs/sd-tabs.cjs.entry.js +1 -1
  31. package/dist/cjs/sd-td.cjs.entry.js +1 -1
  32. package/dist/cjs/sd-text-link.cjs.entry.js +4 -4
  33. package/dist/cjs/sd-toast-container.cjs.entry.js +1 -1
  34. package/dist/cjs/sd-toast.cjs.entry.js +2 -2
  35. package/dist/cjs/sd-toggle.cjs.entry.js +1 -1
  36. package/dist/cjs/{system-CdAyz3ej.js → system-MjrAugX-.js} +7 -0
  37. package/dist/collection/collection-manifest.json +1 -1
  38. package/dist/collection/components/assets/Bill.js +5 -0
  39. package/dist/collection/components/assets/Coupon.js +5 -0
  40. package/dist/collection/components/assets/Delete.js +5 -0
  41. package/dist/collection/components/assets/Dot.js +5 -0
  42. package/dist/collection/components/assets/Launcher.js +5 -0
  43. package/dist/collection/components/assets/Monitor.js +5 -0
  44. package/dist/collection/components/assets/Shield.js +5 -0
  45. package/dist/collection/components/assets/Sidebar.js +5 -0
  46. package/dist/collection/components/assets/Store.js +5 -0
  47. package/dist/collection/components/assets/index.js +18 -0
  48. package/dist/collection/components/sd-button/sd-button.js +2 -2
  49. package/dist/collection/components/sd-chip-input/sd-chip-input.config.js +29 -0
  50. package/dist/collection/components/sd-chip-input/sd-chip-input.css +50 -0
  51. package/dist/collection/components/sd-chip-input/sd-chip-input.js +367 -19
  52. package/dist/collection/components/sd-circle-progress/sd-circle-progress.js +1 -1
  53. package/dist/collection/components/sd-confirm-modal/sd-confirm-modal.js +2 -2
  54. package/dist/collection/components/sd-date-picker/sd-date-picker-trigger/sd-date-picker-trigger.js +2 -2
  55. package/dist/collection/components/sd-date-picker/sd-date-picker.js +2 -2
  56. package/dist/collection/components/sd-date-range-picker/sd-date-range-picker-calendar/sd-date-range-picker-calendar.js +1 -1
  57. package/dist/collection/components/sd-divider/sd-divider.js +1 -1
  58. package/dist/collection/components/sd-dropdown-button/sd-dropdown-button.config.js +7 -0
  59. package/dist/collection/components/sd-dropdown-button/sd-dropdown-button.js +10 -7
  60. package/dist/collection/components/sd-field/sd-field.js +5 -5
  61. package/dist/collection/components/sd-floating-portal/sd-floating-portal.js +1 -1
  62. package/dist/collection/components/sd-ghost-button/sd-ghost-button.js +1 -1
  63. package/dist/collection/components/sd-icon/sd-icon.js +1 -1
  64. package/dist/collection/components/sd-input/sd-input.js +2 -2
  65. package/dist/collection/components/sd-key-value-table/sd-key-value-table.config.js +3 -3
  66. package/dist/collection/components/sd-key-value-table/sd-key-value-table.css +11 -4
  67. package/dist/collection/components/sd-key-value-table/sd-key-value-table.js +42 -15
  68. package/dist/collection/components/sd-linear-progress/sd-linear-progress.js +1 -1
  69. package/dist/collection/components/sd-loading-container/sd-loading-container.js +2 -2
  70. package/dist/collection/components/sd-loading-modal/sd-loading-modal.js +1 -1
  71. package/dist/collection/components/sd-modal-container/sd-modal-container.js +8 -1
  72. package/dist/collection/components/sd-number-input/sd-number-input.js +4 -4
  73. package/dist/collection/components/sd-pagination/sd-pagination.js +3 -3
  74. package/dist/collection/components/sd-popover/sd-popover.js +2 -2
  75. package/dist/collection/components/sd-popup/sd-popup.js +1 -1
  76. package/dist/collection/components/sd-portal/sd-portal.js +16 -12
  77. package/dist/collection/components/sd-select/sd-select-list-item/sd-select-list-item.js +2 -2
  78. package/dist/collection/components/sd-select/sd-select-list-item-search/sd-select-list-item-search.js +4 -4
  79. package/dist/collection/components/sd-select/sd-select-listbox/sd-select-listbox.js +4 -4
  80. package/dist/collection/components/sd-select/sd-select-trigger/sd-select-trigger.js +2 -2
  81. package/dist/collection/components/sd-select/sd-select.config.js +2 -2
  82. package/dist/collection/components/sd-select/sd-select.js +4 -4
  83. package/dist/collection/components/sd-switch/sd-switch.js +1 -1
  84. package/dist/collection/components/sd-table/sd-table.css +4 -1
  85. package/dist/collection/components/sd-table/sd-table.js +15 -14
  86. package/dist/collection/components/sd-table/sd-tbody/sd-tbody.js +2 -2
  87. package/dist/collection/components/sd-table/sd-td/sd-td.js +1 -1
  88. package/dist/collection/components/sd-table/sd-thead/sd-thead.js +3 -3
  89. package/dist/collection/components/sd-tabs/sd-tabs.js +1 -1
  90. package/dist/collection/components/sd-tag/sd-tag.js +3 -3
  91. package/dist/collection/components/sd-text-link/sd-text-link.js +4 -4
  92. package/dist/collection/components/sd-textarea/sd-textarea.js +1 -1
  93. package/dist/collection/components/sd-toast/sd-toast.js +3 -3
  94. package/dist/collection/components/sd-toast-container/sd-toast-container.js +1 -1
  95. package/dist/collection/components/sd-toggle/sd-toggle.js +1 -1
  96. package/dist/collection/components/sd-tooltip/sd-tooltip.js +4 -4
  97. package/dist/collection/utils/modal.js +11 -0
  98. package/dist/components/index.js +1 -1
  99. package/dist/components/{p-DfZ8X4ly.js → p-4HPAPKne.js} +1 -1
  100. package/dist/components/{p-B57sOZvR.js → p-79DExV92.js} +1 -1
  101. package/dist/components/{p-RE577yb-.js → p-AI4YlQmL.js} +1 -1
  102. package/dist/components/{p-B4pLCd0_.js → p-B-4ulKJj.js} +1 -1
  103. package/dist/components/{p-G_N9xEDL.js → p-B3SKaQId.js} +1 -1
  104. package/dist/components/p-BD8OoYud.js +1 -0
  105. package/dist/components/p-BJfiMC9H.js +1 -0
  106. package/dist/components/{p-DknZgTo9.js → p-BLNc_TL-.js} +1 -1
  107. package/dist/components/{p-CLEAGFjW.js → p-BMIgVp9-.js} +1 -1
  108. package/dist/components/{p-vS0t7bWk.js → p-BX5uKVOt.js} +1 -1
  109. package/dist/components/p-BYTrIk62.js +1 -0
  110. package/dist/components/{p-_P21dOPl.js → p-B_5uwji5.js} +1 -1
  111. package/dist/components/{p-DUwrMHYa.js → p-Bzo51vnP.js} +1 -1
  112. package/dist/components/{p-DtG23tkr.js → p-C0tkFuhj.js} +1 -1
  113. package/dist/components/{p-YlaidN9T.js → p-C3wv8gVC.js} +1 -1
  114. package/dist/components/{p-YKESuy-p.js → p-CH6cVc2a.js} +1 -1
  115. package/dist/components/{p-Bfrg9lvO.js → p-CQWZv8vY.js} +1 -1
  116. package/dist/components/{p-BsQf9d7Q.js → p-CXRFEcE_.js} +1 -1
  117. package/dist/components/{p-B-61rIur.js → p-C_r3z9VA.js} +1 -1
  118. package/dist/components/{p-BvAJ_toQ.js → p-Cl5io5TH.js} +1 -1
  119. package/dist/components/p-ClKABgST.js +1 -0
  120. package/dist/components/{p-DGyTYauz.js → p-Cmg10jpN.js} +1 -1
  121. package/dist/components/{p-DeXO3mpJ.js → p-CtWfOIxb.js} +1 -1
  122. package/dist/components/{p-CIZpVJBx.js → p-CzCu_NDl.js} +1 -1
  123. package/dist/components/{p-FGvi8J2D.js → p-DAOeioSV.js} +1 -1
  124. package/dist/components/{p-iGvyLmbb.js → p-DDR0VcRU.js} +1 -1
  125. package/dist/components/{p-CnfnK5aj.js → p-DMS9mQsg.js} +1 -1
  126. package/dist/components/{p-B73U-Zw2.js → p-DTFXzlvq.js} +1 -1
  127. package/dist/components/{p-CHjF0mwj.js → p-DbLQoVx6.js} +1 -1
  128. package/dist/components/p-Dr5Q2ZKB.js +1 -0
  129. package/dist/components/{p-B4UxhQes.js → p-DrSHJYop.js} +1 -1
  130. package/dist/components/p-DvvGi4J_.js +1 -0
  131. package/dist/components/{p-BrzBnO1L.js → p-DyVh4pNL.js} +1 -1
  132. package/dist/components/{p-C_6HUUGg.js → p-Ng3JMPxb.js} +1 -1
  133. package/dist/components/p-U8VaRj9c.js +1 -0
  134. package/dist/components/{p-BY1ItC8N.js → p-hzCGj0On.js} +1 -1
  135. package/dist/components/{p-BMVHvEDw.js → p-qJeUUOyB.js} +1 -1
  136. package/dist/components/sd-action-modal.js +1 -1
  137. package/dist/components/sd-barcode-input.js +1 -1
  138. package/dist/components/sd-button.js +1 -1
  139. package/dist/components/sd-calendar.js +1 -1
  140. package/dist/components/sd-callout.js +1 -1
  141. package/dist/components/sd-checkbox.js +1 -1
  142. package/dist/components/sd-chip-input.js +1 -1
  143. package/dist/components/sd-chip.js +1 -1
  144. package/dist/components/sd-circle-progress.js +1 -1
  145. package/dist/components/sd-confirm-modal.js +1 -1
  146. package/dist/components/sd-date-picker-trigger.js +1 -1
  147. package/dist/components/sd-date-picker.js +1 -1
  148. package/dist/components/sd-date-range-picker-calendar.js +1 -1
  149. package/dist/components/sd-date-range-picker.js +1 -1
  150. package/dist/components/sd-divider.js +1 -1
  151. package/dist/components/sd-dropdown-button.js +1 -1
  152. package/dist/components/sd-field.js +1 -1
  153. package/dist/components/sd-file-picker.js +1 -1
  154. package/dist/components/sd-floating-portal.js +1 -1
  155. package/dist/components/sd-ghost-button.js +1 -1
  156. package/dist/components/sd-guide.js +1 -1
  157. package/dist/components/sd-icon.js +1 -1
  158. package/dist/components/sd-input.js +1 -1
  159. package/dist/components/sd-key-value-table.js +1 -1
  160. package/dist/components/sd-linear-progress.js +1 -1
  161. package/dist/components/sd-loading-container.js +1 -1
  162. package/dist/components/sd-loading-modal.js +1 -1
  163. package/dist/components/sd-modal-container.js +1 -1
  164. package/dist/components/sd-number-input.js +1 -1
  165. package/dist/components/sd-pagination.js +1 -1
  166. package/dist/components/sd-popover.js +1 -1
  167. package/dist/components/sd-popup.js +1 -1
  168. package/dist/components/sd-portal.js +1 -1
  169. package/dist/components/sd-select-list-item-search.js +1 -1
  170. package/dist/components/sd-select-list-item.js +1 -1
  171. package/dist/components/sd-select-listbox.js +1 -1
  172. package/dist/components/sd-select-trigger.js +1 -1
  173. package/dist/components/sd-select.js +1 -1
  174. package/dist/components/sd-switch.js +1 -1
  175. package/dist/components/sd-table.js +1 -1
  176. package/dist/components/sd-tabs.js +1 -1
  177. package/dist/components/sd-tag.js +1 -1
  178. package/dist/components/sd-tbody.js +1 -1
  179. package/dist/components/sd-td.js +1 -1
  180. package/dist/components/sd-text-link.js +1 -1
  181. package/dist/components/sd-textarea.js +1 -1
  182. package/dist/components/sd-thead.js +1 -1
  183. package/dist/components/sd-toast-container.js +1 -1
  184. package/dist/components/sd-toast.js +1 -1
  185. package/dist/components/sd-toggle.js +1 -1
  186. package/dist/components/sd-tooltip.js +1 -1
  187. package/dist/components/sd-tr.js +1 -1
  188. package/dist/design-system/design-system.esm.js +1 -1
  189. package/dist/design-system/index.esm.js +1 -1
  190. package/dist/design-system/p-12306783.entry.js +1 -0
  191. package/dist/design-system/{p-b457611c.entry.js → p-1602a5fa.entry.js} +1 -1
  192. package/dist/design-system/p-1f3c1cca.entry.js +1 -0
  193. package/dist/design-system/{p-3045ffe1.entry.js → p-22484d65.entry.js} +1 -1
  194. package/dist/design-system/p-3caf2c5b.entry.js +1 -0
  195. package/dist/design-system/p-3f7349ae.entry.js +1 -0
  196. package/dist/design-system/{p-b8ea656d.entry.js → p-43529bba.entry.js} +1 -1
  197. package/dist/design-system/p-46da89f2.entry.js +1 -0
  198. package/dist/design-system/p-4b15247b.entry.js +1 -0
  199. package/dist/design-system/p-4b626171.entry.js +1 -0
  200. package/dist/design-system/{p-a1f756ab.entry.js → p-4e1d76b8.entry.js} +1 -1
  201. package/dist/design-system/{p-03bcd782.entry.js → p-683c3b91.entry.js} +1 -1
  202. package/dist/design-system/{p-99ffe505.entry.js → p-6ce68bf2.entry.js} +1 -1
  203. package/dist/design-system/{p-a5131a43.entry.js → p-80bde621.entry.js} +1 -1
  204. package/dist/design-system/{p-22883fe1.entry.js → p-81aa23d1.entry.js} +1 -1
  205. package/dist/design-system/{p-c78b8822.entry.js → p-827f067b.entry.js} +1 -1
  206. package/dist/design-system/p-8a025f91.entry.js +1 -0
  207. package/dist/design-system/{p-3e62a3ea.entry.js → p-8a84a4fe.entry.js} +1 -1
  208. package/dist/design-system/{p-d2833150.entry.js → p-8f90620b.entry.js} +1 -1
  209. package/dist/design-system/{p-a0775a0c.entry.js → p-9124a1af.entry.js} +1 -1
  210. package/dist/design-system/p-9d35b674.entry.js +1 -0
  211. package/dist/design-system/p-BJfiMC9H.js +1 -0
  212. package/dist/design-system/p-CAFz8W8_.js +1 -0
  213. package/dist/design-system/{p-DGyTYauz.js → p-Cmg10jpN.js} +1 -1
  214. package/dist/design-system/p-U8VaRj9c.js +1 -0
  215. package/dist/design-system/{p-c6307ba4.entry.js → p-a263af1b.entry.js} +1 -1
  216. package/dist/design-system/p-aa312937.entry.js +1 -0
  217. package/dist/design-system/p-b4b20a86.entry.js +1 -0
  218. package/dist/design-system/{p-7eb31041.entry.js → p-bbbc4b27.entry.js} +1 -1
  219. package/dist/design-system/{p-14340e46.entry.js → p-cc5f5bff.entry.js} +1 -1
  220. package/dist/design-system/{p-8140a225.entry.js → p-d5032f31.entry.js} +1 -1
  221. package/dist/design-system/{p-6d765b25.entry.js → p-e93dda25.entry.js} +1 -1
  222. package/dist/design-system/{p-c4e1641b.entry.js → p-f5190934.entry.js} +1 -1
  223. package/dist/esm/component.listItem-U8VaRj9c.js +50 -0
  224. package/dist/esm/design-system.js +1 -1
  225. package/dist/esm/index.js +11 -0
  226. package/dist/esm/loader.js +1 -1
  227. package/dist/esm/sd-button_2.entry.js +54 -0
  228. package/dist/esm/sd-calendar_2.entry.js +2 -2
  229. package/dist/esm/sd-chip-input.entry.js +263 -18
  230. package/dist/esm/sd-circle-progress.entry.js +2 -2
  231. package/dist/esm/sd-confirm-modal_2.entry.js +3 -3
  232. package/dist/esm/sd-date-picker_7.entry.js +9 -9
  233. package/dist/esm/sd-date-range-picker-calendar.entry.js +1 -1
  234. package/dist/esm/sd-divider.entry.js +2 -2
  235. package/dist/esm/sd-dropdown-button.entry.js +17 -7
  236. package/dist/esm/sd-field_3.entry.js +8 -8
  237. package/dist/esm/sd-ghost-button_2.entry.js +2 -2
  238. package/dist/esm/sd-guide.entry.js +1 -1
  239. package/dist/esm/sd-key-value-table.entry.js +40 -13
  240. package/dist/esm/sd-linear-progress.entry.js +2 -2
  241. package/dist/esm/sd-loading-container.entry.js +2 -2
  242. package/dist/esm/sd-modal-container.entry.js +8 -1
  243. package/dist/esm/sd-pagination_4.entry.js +10 -10
  244. package/dist/esm/sd-popup.entry.js +2 -2
  245. package/dist/esm/sd-portal.entry.js +16 -12
  246. package/dist/esm/sd-select-list-item_2.entry.js +8 -7
  247. package/dist/esm/{sd-select.config-DtrsLG0Z.js → sd-select.config-D6ktrl7E.js} +4 -50
  248. package/dist/esm/sd-select_3.entry.js +12 -11
  249. package/dist/esm/sd-switch.entry.js +1 -1
  250. package/dist/esm/{sd-table.config-D9meRqTx.js → sd-table.config-B3wuA5wX.js} +1 -1
  251. package/dist/esm/sd-table.entry.js +12 -11
  252. package/dist/esm/sd-tabs.entry.js +1 -1
  253. package/dist/esm/sd-td.entry.js +1 -1
  254. package/dist/esm/sd-text-link.entry.js +4 -4
  255. package/dist/esm/sd-toast-container.entry.js +1 -1
  256. package/dist/esm/sd-toast.entry.js +2 -2
  257. package/dist/esm/sd-toggle.entry.js +1 -1
  258. package/dist/esm/{system-j2khhcHY.js → system-BJfiMC9H.js} +7 -0
  259. package/dist/types/components/assets/Bill.d.ts +1 -0
  260. package/dist/types/components/assets/Coupon.d.ts +1 -0
  261. package/dist/types/components/assets/Delete.d.ts +1 -0
  262. package/dist/types/components/assets/Dot.d.ts +1 -0
  263. package/dist/types/components/assets/Launcher.d.ts +1 -0
  264. package/dist/types/components/assets/Monitor.d.ts +1 -0
  265. package/dist/types/components/assets/Shield.d.ts +1 -0
  266. package/dist/types/components/assets/Sidebar.d.ts +1 -0
  267. package/dist/types/components/assets/Store.d.ts +1 -0
  268. package/dist/types/components/assets/index.d.ts +9 -0
  269. package/dist/types/components/sd-chip-input/sd-chip-input.config.d.ts +24 -0
  270. package/dist/types/components/sd-chip-input/sd-chip-input.d.ts +19 -0
  271. package/dist/types/components/sd-dropdown-button/sd-dropdown-button.config.d.ts +4 -0
  272. package/dist/types/components/sd-dropdown-button/sd-dropdown-button.d.ts +1 -0
  273. package/dist/types/components/sd-key-value-table/sd-key-value-table.config.d.ts +2 -2
  274. package/dist/types/components/sd-key-value-table/sd-key-value-table.d.ts +10 -3
  275. package/dist/types/components/sd-modal-container/sd-modal-container.config.d.ts +2 -0
  276. package/dist/types/components/sd-portal/sd-portal.d.ts +1 -0
  277. package/dist/types/components/sd-table/sd-table.d.ts +1 -1
  278. package/dist/types/components.d.ts +62 -20
  279. package/dist/types/utils/modal.d.ts +6 -0
  280. package/hydrate/index.js +576 -213
  281. package/hydrate/index.mjs +576 -213
  282. package/package.json +3 -3
  283. package/dist/components/p-6oSCGUOo.js +0 -1
  284. package/dist/components/p-BWoC-hMr.js +0 -1
  285. package/dist/components/p-C5wgHjtx.js +0 -1
  286. package/dist/components/p-Cftyepf_.js +0 -1
  287. package/dist/components/p-IgBxAXyL.js +0 -1
  288. package/dist/components/p-j2khhcHY.js +0 -1
  289. package/dist/design-system/p-0c5192b8.entry.js +0 -1
  290. package/dist/design-system/p-13b0db59.entry.js +0 -1
  291. package/dist/design-system/p-1652ae55.entry.js +0 -1
  292. package/dist/design-system/p-21fa7f85.entry.js +0 -1
  293. package/dist/design-system/p-2753c6c9.entry.js +0 -1
  294. package/dist/design-system/p-56a45ef9.entry.js +0 -1
  295. package/dist/design-system/p-71739336.entry.js +0 -1
  296. package/dist/design-system/p-DtrsLG0Z.js +0 -1
  297. package/dist/design-system/p-b22cb811.entry.js +0 -1
  298. package/dist/design-system/p-b576bc21.entry.js +0 -1
  299. package/dist/design-system/p-c1f71355.entry.js +0 -1
  300. package/dist/design-system/p-da90b448.entry.js +0 -1
  301. package/dist/design-system/p-j2khhcHY.js +0 -1
@@ -1,3 +1,5 @@
1
+ import { l as listBoxTokens, a as listItemTokens } from './component.listItem-U8VaRj9c.js';
2
+
1
3
  const select = {
2
4
  sm: {
3
5
  paddingX: "12",
@@ -19,54 +21,6 @@ var selectTokens = {
19
21
  select: select
20
22
  };
21
23
 
22
- const listItem = {
23
- paddingY: "4",
24
- paddingRight: "12",
25
- gap: "8",
26
- paddingLeft: {
27
- depth1: "12",
28
- depth2: "20",
29
- depth3: "28"
30
- },
31
- typography: {
32
- "default": {
33
- fontWeight: "400",
34
- fontSize: "12",
35
- lineHeight: "20"},
36
- selected: {
37
- fontWeight: "700"}
38
- },
39
- bg: {
40
- "default": "#FFFFFF",
41
- hover: "#0075FF"
42
- },
43
- content: {
44
- "default": "#222222",
45
- hover: "#FFFFFF",
46
- disabled: "#888888",
47
- selected: "#0075FF"
48
- },
49
- depth1: {
50
- bg: {
51
- "default": "#EFF6FF"},
52
- border: {
53
- color: "#E1E1E1",
54
- width: "1"
55
- }},
56
- depth2: {
57
- middle: {
58
- bg: "#F6F6F6"}
59
- }};
60
- var listItemTokens = {
61
- listItem: listItem
62
- };
63
-
64
- const listBox = {
65
- radius: "4"};
66
- var listBoxTokens = {
67
- listBox: listBox
68
- };
69
-
70
24
  // ── Select Trigger Tokens ──
71
25
  const SELECT_LAYOUT = {
72
26
  paddingX: selectTokens.select.sm.paddingX,
@@ -146,10 +100,10 @@ function countLeaves(options) {
146
100
  }, 0);
147
101
  }
148
102
  function filterTree(options, keyword) {
149
- const lowerKeyword = keyword.toLowerCase();
103
+ const lowerKeyword = (keyword ?? '').toLowerCase();
150
104
  return options.reduce((acc, option) => {
151
105
  const labelText = isHtmlLabel(option.label) ? extractText(option.label) : option.label;
152
- const selfMatch = labelText.toLowerCase().includes(lowerKeyword);
106
+ const selfMatch = labelText != null && labelText.toLowerCase().includes(lowerKeyword);
153
107
  if (option.children) {
154
108
  // 그룹: 자식은 항상 추가로 필터링한다.
155
109
  // - 자식 중 일치하는 게 있으면 그 자식들만 노출
@@ -1,7 +1,8 @@
1
1
  import { r as registerInstance, c as createEvent, a as getElement, h } from './index-CAxodB5I.js';
2
2
  import { n as nanoid } from './index-CCwNgVmC.js';
3
- import { c as countLeaves, S as SEARCH_THRESHOLD, f as filterTree, i as isHtmlLabel, e as extractText, E as EMPTY_MESSAGE, L as LIST_BOX_LAYOUT, a as SELECT_COLORS, b as SELECT_TYPOGRAPHY, d as SELECT_LAYOUT } from './sd-select.config-DtrsLG0Z.js';
3
+ import { c as countLeaves, S as SEARCH_THRESHOLD, f as filterTree, i as isHtmlLabel, e as extractText, E as EMPTY_MESSAGE, L as LIST_BOX_LAYOUT, a as SELECT_COLORS, b as SELECT_TYPOGRAPHY, d as SELECT_LAYOUT } from './sd-select.config-D6ktrl7E.js';
4
4
  import { s as sanitizeInlineHtml } from './sanitize-inline-html-BE4tnQ2Z.js';
5
+ import './component.listItem-U8VaRj9c.js';
5
6
 
6
7
  const sdSelectCss = () => `sd-select{display:inline-flex}sd-select sd-portal{display:none}sd-select .sd-select{position:relative;width:100%;height:100%}`;
7
8
 
@@ -264,15 +265,15 @@ const SdSelect = class {
264
265
  this.closeDropdown();
265
266
  },
266
267
  };
267
- return (h("sd-field", { key: '29ea3526b5ef4a6f64bac810204cb7862a184503', name: this.name, label: this.label, labelWidth: this.labelWidth, addonLabel: this.addonLabel, addonAlign: this.addonAlign, hint: this.hint, errorMessage: this.errorMessage, width: this.width, rules: this.rules, error: this.error, disabled: this.disabled, focused: this.focused, hovered: this.hovered, icon: this.icon, labelTooltip: this.labelTooltip, labelTooltipProps: this.labelTooltipProps, onMouseEnter: () => {
268
+ return (h("sd-field", { key: 'fced3680a535c60d5750908acf1226426e12182b', name: this.name, label: this.label, labelWidth: this.labelWidth, addonLabel: this.addonLabel, addonAlign: this.addonAlign, hint: this.hint, errorMessage: this.errorMessage, width: this.width, rules: this.rules, error: this.error, disabled: this.disabled, focused: this.focused, hovered: this.hovered, icon: this.icon, labelTooltip: this.labelTooltip, labelTooltipProps: this.labelTooltipProps, onMouseEnter: () => {
268
269
  this.hovered = true;
269
270
  }, onMouseLeave: () => {
270
271
  this.hovered = false;
271
- } }, h("div", { key: 'e23ef16cf8af59d2e9dd6ee39a297c4338e0a056', class: "sd-select", ref: el => {
272
+ } }, h("div", { key: '38d53e92c022affd40bfc7951bbcdf7e02071446', class: "sd-select", ref: el => {
272
273
  this.triggerRef = el;
273
- } }, h("sd-select-trigger", { key: 'b6811644cb571bb738d604ce31b233ff76a32d16', ref: el => {
274
+ } }, h("sd-select-trigger", { key: '9cd9bdb89db37204f9a5c312d26277da772b1209', ref: el => {
274
275
  this.triggerComponentRef = el;
275
- }, displayText: this.displayText, placeholder: this.placeholder ?? '선택', disabled: this.disabled, isOpen: this.isOpen, onSdTriggerClick: this.handleTriggerClick, onSdTriggerFocus: this.handleTriggerFocus, onSdTriggerBlur: this.handleTriggerBlur })), (this.isOpen || this.isAnimatingOut) && (h("sd-portal", { key: 'b9b191bd7eefcb4d69be21f51740dd1cd993a3e7', ...portalProps }, h("sd-select-listbox", { key: 'f04d988c8491eeea284dc4fdce91dadfd33965f8', type: this.type, options: this.options, value: this.value, emitValue: this.emitValue, useSearch: this.useSearch, useSelectAll: this.useSelectAll, triggerWidth: this.dropdownWidth || this.triggerWidth, maxWidth: this.resolvedMaxDropdownWidth, maxHeight: this.resolvedDropdownHeight, onSdOptionSelect: event => this.handleOptionSelect(event.detail) })))));
276
+ }, displayText: this.displayText, placeholder: this.placeholder ?? '선택', disabled: this.disabled, isOpen: this.isOpen, onSdTriggerClick: this.handleTriggerClick, onSdTriggerFocus: this.handleTriggerFocus, onSdTriggerBlur: this.handleTriggerBlur })), (this.isOpen || this.isAnimatingOut) && (h("sd-portal", { key: '8666dc885f3dcbae13011fd312eb72b7e6c906d9', ...portalProps }, h("sd-select-listbox", { key: '04e6dba3d2837cbef68ded80bd2f89c5bbe9dc01', type: this.type, options: this.options, value: this.value, emitValue: this.emitValue, useSearch: this.useSearch, useSelectAll: this.useSelectAll, triggerWidth: this.dropdownWidth || this.triggerWidth, maxWidth: this.resolvedMaxDropdownWidth, maxHeight: this.resolvedDropdownHeight, onSdOptionSelect: event => this.handleOptionSelect(event.detail) })))));
276
277
  }
277
278
  static get watchers() { return {
278
279
  "isOpen": [{
@@ -350,14 +351,14 @@ const SdSelectListbox = class {
350
351
  return count >= SEARCH_THRESHOLD;
351
352
  }
352
353
  get filteredOptions() {
353
- if (this.searchKeyword === '')
354
+ if (this.searchKeyword == null || this.searchKeyword === '')
354
355
  return this.options;
355
356
  if (this.isDepth)
356
357
  return filterTree(this.options, this.searchKeyword);
357
358
  const keyword = this.searchKeyword.toLowerCase();
358
359
  return this.options.filter(o => {
359
360
  const labelText = isHtmlLabel(o.label) ? extractText(o.label) : o.label;
360
- return labelText.toLowerCase().includes(keyword);
361
+ return labelText != null && labelText.toLowerCase().includes(keyword);
361
362
  });
362
363
  }
363
364
  get isEmpty() {
@@ -639,9 +640,9 @@ const SdSelectListbox = class {
639
640
  '--listbox-max-height': this.maxHeight ?? '260px',
640
641
  '--listbox-radius': `${LIST_BOX_LAYOUT.radius}px`,
641
642
  };
642
- return (h("div", { key: '6c2cbad13f8aaa8c0552068c7cbc35a147bee77d', class: "sd-select-listbox", style: cssVars }, this.showSearch && (h("sd-select-list-item-search", { key: '052d783e27e2458aa397c77fe891dad4a440f09e', isScrolled: this.isScrolled, onSdSearchFilter: this.handleSearchFilter })), h("div", { key: 'bba95f3c4475d01a65562ba079c8666e3325195d', class: "sd-select-listbox__list", onScroll: this.handleScroll, ref: el => {
643
+ return (h("div", { key: 'fe30af2954ea5669f2071698e6ef9e2b26244d9b', class: "sd-select-listbox", style: cssVars }, this.showSearch && (h("sd-select-list-item-search", { key: 'aa7ce87d8c0c7163921445325121562603edd960', isScrolled: this.isScrolled, onSdSearchFilter: this.handleSearchFilter })), h("div", { key: 'e8b5b3f73653ddc5096101f7109d427de1efa93a', class: "sd-select-listbox__list", onScroll: this.handleScroll, ref: el => {
643
644
  this.listEl = el;
644
- } }, this.showSelectAll && (h("sd-select-list-item", { key: '2f55bbacbed71952903599db0739773176ac55fd', option: SdSelectListbox.SELECT_ALL_OPTION, depth: 1, isSelected: this.selectAllState, isFocused: this.isOptionFocused(SdSelectListbox.SELECT_ALL_OPTION), useCheckbox: true, onSdListItemClick: this.handleSelectAllClick, onMouseEnter: () => this.handleOptionHover(SdSelectListbox.SELECT_ALL_OPTION) })), this.isEmpty ? (h("div", { class: "sd-select-listbox__empty" }, EMPTY_MESSAGE)) : this.isDepth ? (this.renderOptions(this.filteredOptions)) : (this.filteredOptions.map(option => (h("sd-select-list-item", { option: option, depth: 1, isSelected: this.isOptionSelected(option), isFocused: this.isOptionFocused(option), useCheckbox: this.isMulti, onSdListItemClick: this.handleOptionClick, onMouseEnter: () => this.handleOptionHover(option) })))))));
645
+ } }, this.showSelectAll && (h("sd-select-list-item", { key: '7fbde730eca0b8234475b714ea38a4393425410e', option: SdSelectListbox.SELECT_ALL_OPTION, depth: 1, isSelected: this.selectAllState, isFocused: this.isOptionFocused(SdSelectListbox.SELECT_ALL_OPTION), useCheckbox: true, onSdListItemClick: this.handleSelectAllClick, onMouseEnter: () => this.handleOptionHover(SdSelectListbox.SELECT_ALL_OPTION) })), this.isEmpty ? (h("div", { class: "sd-select-listbox__empty" }, EMPTY_MESSAGE)) : this.isDepth ? (this.renderOptions(this.filteredOptions)) : (this.filteredOptions.map(option => (h("sd-select-list-item", { option: option, depth: 1, isSelected: this.isOptionSelected(option), isFocused: this.isOptionFocused(option), useCheckbox: this.isMulti, onSdListItemClick: this.handleOptionClick, onMouseEnter: () => this.handleOptionHover(option) })))))));
645
646
  }
646
647
  static get watchers() { return {
647
648
  "searchKeyword": [{
@@ -701,7 +702,7 @@ const SdSelectTrigger = class {
701
702
  ? SELECT_COLORS.icon.disabled
702
703
  : SELECT_COLORS.icon.default,
703
704
  };
704
- return (h("div", { key: 'b5a4f750c00889d0d9b985211063fc6b20bc2e38', ref: el => {
705
+ return (h("div", { key: '0a929b8c0d68e25a64c352b5ea93b2e9c5f52611', ref: el => {
705
706
  this.triggerEl = el;
706
707
  }, role: "button", "aria-haspopup": "listbox", "aria-expanded": this.isOpen ? 'true' : 'false', tabindex: this.disabled ? -1 : 0, class: {
707
708
  'sd-select-trigger': true,
@@ -712,7 +713,7 @@ const SdSelectTrigger = class {
712
713
  e.preventDefault();
713
714
  this.handleClick();
714
715
  }
715
- }, onFocus: this.handleFocus, onBlur: this.handleBlur }, h("div", { key: 'be0b61c0550618602ef016504fa1672f7520fa93', class: "sd-select-trigger__content" }, hasValue && isHtmlLabel(this.displayText) ? (h("span", { class: "sd-select-trigger__text", ref: el => el && (el.innerHTML = sanitizeInlineHtml(this.displayText)) })) : (h("span", { class: "sd-select-trigger__text" }, hasValue ? this.displayText : (this.placeholder ?? '선택'))), h("sd-icon", { key: '9d60c3eeae54ce6ed9609534e3530d0349d1a3ff', name: "chevronDown", size: 12, color: "var(--trigger-icon-color)", class: {
716
+ }, onFocus: this.handleFocus, onBlur: this.handleBlur }, h("div", { key: 'd8c91e392604c462aa9228147eb18c0b2ac13851', class: "sd-select-trigger__content" }, hasValue && isHtmlLabel(this.displayText) ? (h("span", { class: "sd-select-trigger__text", ref: el => el && (el.innerHTML = sanitizeInlineHtml(this.displayText)) })) : (h("span", { class: "sd-select-trigger__text" }, hasValue ? this.displayText : (this.placeholder ?? '선택'))), h("sd-icon", { key: '1afdcb944b30b675d4d2b31d6aeaa2ce41045d36', name: "chevronDown", size: 12, color: "var(--trigger-icon-color)", class: {
716
717
  'sd-select-trigger__icon': true,
717
718
  'sd-select-trigger__icon--open': this.isOpen,
718
719
  } }))));
@@ -103,7 +103,7 @@ const SdSwitch = class {
103
103
  '--sd-switch-line-height': `${SWITCH_TYPOGRAPHY.lineHeight}px`,
104
104
  '--sd-switch-text-decoration': SWITCH_TYPOGRAPHY.textDecoration,
105
105
  };
106
- return (h("label", { key: '70b779b6d8fc42e94110d7fb9d88aba22290af3a', "aria-label": this.label || 'switch', class: this.switchClasses, style: cssVars }, h("input", { key: '41281a03161608ce507dd14c8a2a5a47063556ca', type: "checkbox", checked: this.value, disabled: this.disabled, onInput: this.handleChange }), h("div", { key: '0c712f35c9594380b666a03387f0563cfcb1257d', class: "sd-switch__track" }, h("div", { key: 'a96915c01e3a33017d9024e1aea9cd8f50fdd933', class: "sd-switch__knob" })), this.label && h("span", { key: '51d9d2f4a7072cb288ce4257df825ad2d9053f35', class: "sd-switch__label" }, this.label)));
106
+ return (h("label", { key: '8038810bfcf78ddea9ef73706689e19fdfe0b57f', "aria-label": this.label || 'switch', class: this.switchClasses, style: cssVars }, h("input", { key: 'ee4c60f379f20f56af01bafb0533e6b64bb3054a', type: "checkbox", checked: this.value, disabled: this.disabled, onInput: this.handleChange }), h("div", { key: '8ce56df6d631b742331466ded340298a888576c7', class: "sd-switch__track" }, h("div", { key: 'e02c48a7af9e005524b5d3ba8689e99dd42555f2', class: "sd-switch__knob" })), this.label && h("span", { key: 'c1533c489ef8d0a2b8374d2eaeeb0ac743a9c507', class: "sd-switch__label" }, this.label)));
107
107
  }
108
108
  };
109
109
  SdSwitch.style = sdSwitchCss();
@@ -1,5 +1,5 @@
1
1
  import { t as tableTokens } from './component.table-D6GUzecR.js';
2
- import { s as systemTokens } from './system-j2khhcHY.js';
2
+ import { s as systemTokens } from './system-BJfiMC9H.js';
3
3
 
4
4
  // ── Header Tokens ──
5
5
  const TABLE_HEADER_LAYOUT = {
@@ -1,8 +1,8 @@
1
1
  import { r as registerInstance, c as createEvent, a as getElement, d as readTask, f as forceUpdate, h, H as Host } from './index-CAxodB5I.js';
2
2
  import { T as TABLE_ID_ATTR } from './constants-sZMi_32I.js';
3
- import { T as TABLE_BODY_LAYOUT, a as TABLE_SELECTABLE_COLUMN_WIDTH, b as TABLE_BODY_TYPOGRAPHY, c as TABLE_BORDER, d as TABLE_RADIUS } from './sd-table.config-D9meRqTx.js';
3
+ import { T as TABLE_BODY_LAYOUT, a as TABLE_SELECTABLE_COLUMN_WIDTH, b as TABLE_BODY_TYPOGRAPHY, c as TABLE_BORDER, d as TABLE_RADIUS } from './sd-table.config-B3wuA5wX.js';
4
4
  import './component.table-D6GUzecR.js';
5
- import './system-j2khhcHY.js';
5
+ import './system-BJfiMC9H.js';
6
6
 
7
7
  let urlAlphabet =
8
8
  'useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict';
@@ -17,7 +17,7 @@ let nanoid = (size = 21) => {
17
17
  return id
18
18
  };
19
19
 
20
- const sdTableCss = () => `sd-table,:host{display:block;width:100%;height:var(--table-host-height);max-width:100%;min-width:0}sd-table *,:host *{box-sizing:border-box}.sd-table__container{height:100%;width:var(--table-width, 100%);max-width:100%;min-width:0;color:#222222;display:flex;flex-direction:column}.sd-table__wrapper{width:100%;min-width:0;height:calc(100% - var(--pagination-height, 0px));border:var(--table-border-width, 1px) solid var(--table-border-color, #E1E1E1);border-radius:var(--table-radius, 8px);overflow:hidden}.sd-table__wrapper--use-top{border-radius:0 0 var(--table-radius, 8px) var(--table-radius, 8px)}.sd-table__scroll-container{width:100%;height:100%;display:flex;flex-direction:column;position:relative;font-family:var(--table-body-font-family, inherit);font-weight:var(--table-body-font-weight, 400);font-size:var(--table-body-font-size, 12px);line-height:var(--table-body-line-height, 20px);text-decoration:var(--table-body-text-decoration, none);overflow:auto;background:#FFFFFF}.sd-table__scroll-container--loading{overflow:hidden !important;pointer-events:none}.sd-table__scroll-container--no-data{overflow:hidden;pointer-events:none}.sd-table__no-data{position:absolute;top:36px;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;font-size:var(--table-body-font-size, 12px);color:#888888;pointer-events:none;z-index:200;background:rgba(255, 255, 255, 0.6)}.sd-table__no-data-header-overlay{position:absolute;top:0;left:0;right:0;height:36px;background:rgba(255, 255, 255, 0.6);z-index:210;pointer-events:none}.sd-table__no-data-content{pointer-events:auto;min-height:60px;width:100%;display:flex;align-items:center;justify-content:center}.sd-table__loading{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255, 255, 255, 0.6);z-index:200;display:flex;align-items:center;justify-content:center;pointer-events:none}.sd-table{background-color:white;display:table;width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}.sd-table--selectable sd-thead,.sd-table--selectable sd-tbody{--selectable:true}.sd-table--sticky-header sd-thead thead{position:sticky;top:0;z-index:120}.sd-table--sticky-column sd-thead,.sd-table--sticky-column sd-tbody{--sticky-column:true}.sd-table--scrolled-left sd-thead,.sd-table--scrolled-left sd-tbody{--scrolled-left:true}.sd-table--scrolled-right sd-thead,.sd-table--scrolled-right sd-tbody{--scrolled-right:true}.sd-table--resizable sd-thead{--resizable:true}.sd-table--no-data sd-thead{opacity:0.4}.sd-table__pagination{position:relative;background:#F9F9F9;height:48px;display:flex;align-items:center;justify-content:center;border:var(--table-border-width, 1px) solid var(--table-border-color, #E1E1E1);margin-top:-1px;border-radius:var(--table-radius, 8px)}.sd-table__pagination sd-select{position:absolute;right:10px;top:50%;transform:translateY(-50%)}`;
20
+ const sdTableCss = () => `sd-table,:host{display:block;width:100%;height:var(--table-host-height);max-width:100%;min-width:0}sd-table *,:host *{box-sizing:border-box}.sd-table__container{height:100%;width:var(--table-width, 100%);max-width:100%;min-width:0;color:#222222;display:flex;flex-direction:column}.sd-table__wrapper{width:100%;min-width:0;height:calc(100% - var(--pagination-height, 0px));border:var(--table-border-width, 1px) solid var(--table-border-color, #E1E1E1);border-radius:var(--table-radius, 8px);overflow:hidden}.sd-table__wrapper--radius-usetop{border-radius:0 0 var(--table-radius, 8px) var(--table-radius, 8px)}.sd-table__wrapper--radius-full{border-radius:0}.sd-table__scroll-container{width:100%;height:100%;display:flex;flex-direction:column;position:relative;font-family:var(--table-body-font-family, inherit);font-weight:var(--table-body-font-weight, 400);font-size:var(--table-body-font-size, 12px);line-height:var(--table-body-line-height, 20px);text-decoration:var(--table-body-text-decoration, none);overflow:auto;background:#FFFFFF}.sd-table__scroll-container--loading{overflow:hidden !important;pointer-events:none}.sd-table__scroll-container--no-data{overflow:hidden;pointer-events:none}.sd-table__no-data{position:absolute;top:36px;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;font-size:var(--table-body-font-size, 12px);color:#888888;pointer-events:none;z-index:200;background:rgba(255, 255, 255, 0.6)}.sd-table__no-data-header-overlay{position:absolute;top:0;left:0;right:0;height:36px;background:rgba(255, 255, 255, 0.6);z-index:210;pointer-events:none}.sd-table__no-data-content{pointer-events:auto;min-height:60px;width:100%;display:flex;align-items:center;justify-content:center}.sd-table__loading{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255, 255, 255, 0.6);z-index:200;display:flex;align-items:center;justify-content:center;pointer-events:none}.sd-table{background-color:white;display:table;width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}.sd-table--selectable sd-thead,.sd-table--selectable sd-tbody{--selectable:true}.sd-table--sticky-header sd-thead thead{position:sticky;top:0;z-index:120}.sd-table--sticky-column sd-thead,.sd-table--sticky-column sd-tbody{--sticky-column:true}.sd-table--scrolled-left sd-thead,.sd-table--scrolled-left sd-tbody{--scrolled-left:true}.sd-table--scrolled-right sd-thead,.sd-table--scrolled-right sd-tbody{--scrolled-right:true}.sd-table--resizable sd-thead{--resizable:true}.sd-table--no-data sd-thead{opacity:0.4}.sd-table__pagination{position:relative;background:#F9F9F9;height:48px;display:flex;align-items:center;justify-content:center;border:var(--table-border-width, 1px) solid var(--table-border-color, #E1E1E1);margin-top:-1px;border-radius:var(--table-radius, 8px)}.sd-table__pagination sd-select{position:absolute;right:10px;top:50%;transform:translateY(-50%)}`;
21
21
 
22
22
  const SdTable = class {
23
23
  constructor(hostRef) {
@@ -42,7 +42,7 @@ const SdTable = class {
42
42
  height;
43
43
  stickyHeader = false;
44
44
  stickyColumn = { left: 0, right: 0 };
45
- useTop = false;
45
+ radius = 'default';
46
46
  noDataLabel = SdTable.DEFAULT_NO_DATA_LABEL;
47
47
  resolvedNoDataLabel = SdTable.DEFAULT_NO_DATA_LABEL;
48
48
  isLoading = false;
@@ -843,24 +843,25 @@ const SdTable = class {
843
843
  '--table-selectable-width': `${TABLE_SELECTABLE_COLUMN_WIDTH}px`,
844
844
  '--table-host-height': hostHeight,
845
845
  };
846
- return (h(Host, { key: '164ba96033be0195fa50e3d4d684059b9c471479', style: hostStyle }, h("div", { key: '2f1a1be73f86c72e7caa46981ee691d29bb237c7', class: "sd-table__container", style: {
846
+ return (h(Host, { key: '87170da602bd45011a4f03e0bb7c1ce35ac4b771', style: hostStyle }, h("div", { key: '899ad5a375b30565141fc50063620975a1c87b95', class: "sd-table__container", style: {
847
847
  '--table-width': this.width,
848
848
  '--pagination-height': `${paginationHeight}px`,
849
- } }, h("div", { key: '16976d24d4c21714183f9691b06c503b86388c54', class: {
849
+ } }, h("div", { key: '73db070c9018b814e9c55f605c22a13f81fefc5d', class: {
850
850
  'sd-table__wrapper': true,
851
- 'sd-table__wrapper--use-top': this.useTop,
852
- } }, h("div", { key: 'fdd0dcfbff4c3a5e441d720d2e1a39a69c51f9cf', class: {
851
+ 'sd-table__wrapper--radius-usetop': this.radius === 'usetop',
852
+ 'sd-table__wrapper--radius-full': this.radius === 'full',
853
+ } }, h("div", { key: 'f52d585b54a29a6e44c3d9f5ec3a8f20f0e62e8c', class: {
853
854
  'sd-table__scroll-container': true,
854
855
  'sd-table__scroll-container--loading': this.isLoading,
855
856
  'sd-table__scroll-container--no-data': isNoData,
856
- } }, this.isLoading && (h("div", { key: 'facb26c0d1651d4a2a6e0dee5c1b8ca73586de89', class: "sd-table__loading", style: { top: `${this.loadingScrollTop}px` } }, h("sd-circle-progress", { key: '844b92fc9fc38f95d51092b698b67b685bcba076', indeterminate: true }))), isNoData && (h(h.Fragment, null, h("div", { key: '458c8e24b85c0e7c99afe940c3d5856e63bc582a', class: "sd-table__no-data-header-overlay" }), h("div", { key: 'bd29a77ac11da7e5d513955a4c4baa0dd89a623d', class: "sd-table__no-data" }, h("div", { key: '7db0e8e3888e97638f3c78d560e844cc0f8b2944', class: "sd-table__no-data-content", ref: el => {
857
+ } }, this.isLoading && (h("div", { key: 'cd9ee8de1d3a4f7abe553372342da1d3ee38b6fe', class: "sd-table__loading", style: { top: `${this.loadingScrollTop}px` } }, h("sd-circle-progress", { key: 'b239353973c8e6959ff9b5c3308696b4c743dbf0', indeterminate: true }))), isNoData && (h(h.Fragment, null, h("div", { key: '7f219801def31f4f19f6042e85e02d9e2b366c90', class: "sd-table__no-data-header-overlay" }), h("div", { key: '2dcb2227ea402c4fcc176e3e493b88d37843f8ed', class: "sd-table__no-data" }, h("div", { key: '47b8e69f4518200cd87c79d50bfc0d505310aff9', class: "sd-table__no-data-content", ref: el => {
857
858
  this.noDataContentEl = el;
858
859
  if (el)
859
860
  this.syncNoDataContentObserver();
860
- } }, h("slot", { key: 'fa175041907d4af7e5e0db7cad6e9a3e16e96901', name: "no-data" }, h("span", { key: '3fae3a23d86dc543502f74574a4b5c3f026b9992' }, this.resolvedNoDataLabel)))))), h("table", { key: '9ae98e0697e045b308f7e584fb496692acade8ba', class: this.tableClasses }, this.autoThead ? (h("slot", { name: `${resolvedTableId}-head`, onSlotchange: this.handleStructureSlotChange }, h("sd-thead", { rows: this.rows ?? [] }))) : (h("slot", { name: `${resolvedTableId}-head`, onSlotchange: this.handleStructureSlotChange })), this.autoTbody ? (h("slot", { name: `${resolvedTableId}-body`, onSlotchange: this.handleStructureSlotChange }, h("sd-tbody", { rows: this.rows ?? [] }, this.renderAutoRows()))) : (h("slot", { name: `${resolvedTableId}-body`, onSlotchange: this.handleStructureSlotChange }))))), this.pagination &&
861
+ } }, h("slot", { key: '3cdbaa3552166b915d0bd30a2e19324679615da4', name: "no-data" }, h("span", { key: 'dd14af39eb6658f3a1d876745f80fcbe13529846' }, this.resolvedNoDataLabel)))))), h("table", { key: 'f11b8e0e7bb53f3ceda805ecc2b0911ea83cb79f', class: this.tableClasses }, this.autoThead ? (h("slot", { name: `${resolvedTableId}-head`, onSlotchange: this.handleStructureSlotChange }, h("sd-thead", { rows: this.rows ?? [] }))) : (h("slot", { name: `${resolvedTableId}-head`, onSlotchange: this.handleStructureSlotChange })), this.autoTbody ? (h("slot", { name: `${resolvedTableId}-body`, onSlotchange: this.handleStructureSlotChange }, h("sd-tbody", { rows: this.rows ?? [] }, this.renderAutoRows()))) : (h("slot", { name: `${resolvedTableId}-body`, onSlotchange: this.handleStructureSlotChange }))))), this.pagination &&
861
862
  this.pagination.rowsPerPage > 0 &&
862
863
  this.rowCount > 0 &&
863
- !this.useVirtualScroll && (h("div", { key: 'a0da779351490332035ec784bc301ea2cb017afd', class: "sd-table__pagination" }, h("sd-pagination", { key: '8c3bcd06e1644afaebabd3762cdb03900f727142', currentPage: !this.useInternalPagination ? this.pagination.page : this.currentPage, lastPage: !this.useInternalPagination ? this.pagination.lastPage : this.lastPageNumber, onSdPageChange: (e) => this.changePage(e.detail) }), this.useRowsPerPageSelect && (h("sd-select", { key: '4bff157ac6e0fb5efe03663d4bbf58d67f8308b6', value: this.useInternalPagination
864
+ !this.useVirtualScroll && (h("div", { key: 'ac990f82d327f1dbfd5fc8e395b348b228c7b724', class: "sd-table__pagination" }, h("sd-pagination", { key: '724c0b1f72efdaae442dde22391e0035c9ddf8f9', currentPage: !this.useInternalPagination ? this.pagination.page : this.currentPage, lastPage: !this.useInternalPagination ? this.pagination.lastPage : this.lastPageNumber, onSdPageChange: (e) => this.changePage(e.detail) }), this.useRowsPerPageSelect && (h("sd-select", { key: 'b5fcde2f53f9d5b497e5da3b4099f9d56f67c245', value: this.useInternalPagination
864
865
  ? this.innerRowsPerPage
865
866
  : this.pagination.rowsPerPage, options: this.rowsPerPageOption, width: "128px", emitValue: true, onSdUpdate: e => {
866
867
  if (!this.isRowsPerPageValue(e.detail))
@@ -199,7 +199,7 @@ const SdTabs = class {
199
199
  };
200
200
  }
201
201
  render() {
202
- return (h("div", { key: '1c670c50ff7f5489a77043bc030fe3a65eb894ab', class: this.getContainerClasses(), style: this.buildCssVars() }, this.tabs.map((tab, index) => {
202
+ return (h("div", { key: 'fd65e555621e8b9f9c8e93578f41f1c24a8cbeda', class: this.getContainerClasses(), style: this.buildCssVars() }, this.tabs.map((tab, index) => {
203
203
  const badgeName = this.getBadgeName(tab);
204
204
  return (h("div", { key: `tab-${index}`, role: "tab", tabindex: 0, "aria-selected": tab.value === this.value ? 'true' : 'false', class: this.getTabClasses(tab), "aria-label": tab.label || 'tab', onClick: () => this.handleTabClick(tab), onKeyDown: e => {
205
205
  if (e.key === 'Enter' || e.key === ' ') {
@@ -156,7 +156,7 @@ const SdTd = class {
156
156
  }
157
157
  }
158
158
  render() {
159
- return (h(Host, { key: '95f97474c4d00a35085c558bf43593322a9f69e7', class: { [`align-${this.align}`]: Boolean(this.align) } }, h("slot", { key: 'f67d1e8b125c10446dac3abdfa0da01bfb83f470' })));
159
+ return (h(Host, { key: '02464050ab6179a4d19bc5885aff8c2690cc3dd6', class: { [`align-${this.align}`]: Boolean(this.align) } }, h("slot", { key: 'a4cde26644aea2e1a99690c407b7020b20bd3981' })));
160
160
  }
161
161
  static get watchers() { return {
162
162
  "field": [{
@@ -131,7 +131,7 @@ const SdTextLink = class {
131
131
  this.click.emit();
132
132
  };
133
133
  render() {
134
- const sizeConfig = TEXT_LINK_SIZE_CONFIG[this.size];
134
+ const sizeConfig = TEXT_LINK_SIZE_CONFIG[this.size] ?? TEXT_LINK_SIZE_CONFIG.sm;
135
135
  const typo = this.underline ? sizeConfig.typography.underline : sizeConfig.typography.default;
136
136
  const labelClassName = ['sd-text-link__label', this.labelClass].filter(Boolean).join(' ');
137
137
  const iconColor = this.disabled
@@ -145,7 +145,7 @@ const SdTextLink = class {
145
145
  '--sd-text-link-text-decoration': typo.textDecoration,
146
146
  ...(this.disabled ? { '--sd-text-link-color': TEXT_LINK_COLORS.content.disabled } : {}),
147
147
  };
148
- return (h("span", { key: '89b8117d19d149faf70d026ef560acdfa0096daa', role: "button", tabindex: this.disabled ? -1 : 0, class: {
148
+ return (h("span", { key: '74e9dd05f3efa3ecfec4edca1b74c29bb7207894', role: "button", tabindex: this.disabled ? -1 : 0, class: {
149
149
  'sd-text-link': true,
150
150
  'sd-text-link--disabled': this.disabled,
151
151
  }, style: cssVars, onClick: this.handleClick, onKeyDown: e => {
@@ -153,13 +153,13 @@ const SdTextLink = class {
153
153
  e.preventDefault();
154
154
  this.handleClick();
155
155
  }
156
- } }, this.icon && (h("sd-icon", { key: '684c7b31abc6cb806944c03a016c4520c4721a7c', name: this.icon, size: sizeConfig.iconSize, color: iconColor, class: "sd-text-link__icon" })), h("span", { key: '272f5b4c889b099ede7b5146ea4828648d89ad69', class: labelClassName }, this.label), this.rightArrow && this.rightArrow !== 'none' && (h("span", { key: '142d37f856df2e5858df5d976e4d8ac4ee2f2607', class: "sd-text-link__arrow", style: {
156
+ } }, this.icon && (h("sd-icon", { key: 'e60be0764adf889af988fd887582776d44239e07', name: this.icon, size: sizeConfig.iconSize, color: iconColor, class: "sd-text-link__icon" })), h("span", { key: '17996ef0620948fe1660945e68c9bb55e62fc982', class: labelClassName }, this.label), this.rightArrow && this.rightArrow !== 'none' && (h("span", { key: 'b9cfc03d4295beb9956f661032ea3fd1d9acfbe9', class: "sd-text-link__arrow", style: {
157
157
  width: `${TEXT_LINK_ARROW.arrowFrame}px`,
158
158
  height: `${TEXT_LINK_ARROW.arrowFrame}px`,
159
159
  display: 'inline-flex',
160
160
  alignItems: 'center',
161
161
  justifyContent: 'center',
162
- } }, h("sd-icon", { key: '5da12b6077fb33912260b353cb6fe7d533eab937', name: this.rightArrow === 'chevron' ? 'chevronRight' : 'caretRight', size: TEXT_LINK_ARROW.arrowIconSize, color: arrowColor })))));
162
+ } }, h("sd-icon", { key: '6c2e4640a767acd5e66089e7e78f27c0fb8a0955', name: this.rightArrow === 'chevron' ? 'chevronRight' : 'caretRight', size: TEXT_LINK_ARROW.arrowIconSize, color: arrowColor })))));
163
163
  }
164
164
  };
165
165
  SdTextLink.style = sdTextLinkCss();
@@ -232,7 +232,7 @@ const SdToastContainer = class {
232
232
  const activeToasts = toasts.filter(t => t.state !== 'exiting').reverse();
233
233
  const indexMap = new Map();
234
234
  activeToasts.forEach((t, i) => indexMap.set(t.id, i));
235
- return (h("div", { key: '2b0bc86b7e2ea19a44f3c0b870ce5dec1de3a140', class: "sd-toast-container", style: this.getContainerStyles(), onMouseEnter: () => {
235
+ return (h("div", { key: '44b4f34b231186fd00ef9c1a65bd68a83fced6da', class: "sd-toast-container", style: this.getContainerStyles(), onMouseEnter: () => {
236
236
  this.expanded = true;
237
237
  this.pauseTimers();
238
238
  }, onMouseLeave: () => {
@@ -82,12 +82,12 @@ const SdToast = class {
82
82
  const linkColor = typeConfig.linkColor ?? typeConfig.content;
83
83
  const useDefaultCloseIntent = ['default', 'caution', 'info'].includes(this.type);
84
84
  const buttonName = TOAST_BUTTON_NAME_BY_TYPE[this.type] ?? TOAST_BUTTON_NAME_BY_TYPE.default;
85
- return (h("div", { key: '82c8063406a534e60c985d3c8321612077f75623', style: {
85
+ return (h("div", { key: '656bf6231262cc7d974adbe5f0ce0053d03aca84', style: {
86
86
  '--sd-toast-bg': typeConfig.bg,
87
87
  '--sd-toast-text': typeConfig.content,
88
88
  '--sd-toast-icon': iconColor,
89
89
  '--sd-toast-link': linkColor,
90
- } }, h("div", { key: 'e83c5b7ddc0edec3fb9e29325dcb52e3295fad4d', class: "sd-toast", role: "status", "aria-live": "polite", "aria-atomic": "true" }, this.icon && (h("div", { key: 'd249e5915f0c92a0a2cff43dee5c61d809ffc7f0', class: "sd-toast__icon" }, h("sd-icon", { key: '088da81d0083cc0ca72f2bf59392a72d3f2ed4de', name: this.icon, size: iconSize, color: iconColor }))), h("div", { key: '5cad9a3a81b00d8926d92d9895c4cca1389dc63b', class: "sd-toast__content" }, h("span", { key: '1fbc72aac70fbb3bb630ad10343ea2c8f76f924c', class: "sd-toast__message" }, this.message)), this.link && (h("a", { key: '769a85fa539bab8b478ef999cab615285a842085', href: this.link, class: "sd-toast__link", target: "_blank", rel: "noopener noreferrer" }, this.linkLabel || this.link)), this.buttonLabel && (h("sd-button", { key: '77612614898b6abdade4b4599987cbb90bc09c4e', class: "sd-toast__button", name: buttonName, label: this.buttonLabel, onSdClick: (event) => this.buttonClick.emit(event.detail) })), this.useClose && (h("sd-ghost-button", { key: '3bef6c0e7f3dec3f2b1f493f9c979a121bc897e9', class: "sd-toast__close", icon: "close", intent: useDefaultCloseIntent ? 'default' : 'inverse', ariaLabel: "close", size: "xs", onClick: () => this.close.emit() })))));
90
+ } }, h("div", { key: '1e15e50c926ce65cea86db069dd1e79a642da01c', class: "sd-toast", role: "status", "aria-live": "polite", "aria-atomic": "true" }, this.icon && (h("div", { key: '692277c23c4530d9fa0c5e26ea9d3b9759024dea', class: "sd-toast__icon" }, h("sd-icon", { key: '0a15993313f3a9d1f27d6ae727c2c248c3390701', name: this.icon, size: iconSize, color: iconColor }))), h("div", { key: '9c1af0c9cedbb772b9b59ae80a0ff861066aa0de', class: "sd-toast__content" }, h("span", { key: '2aacd89fe1cf31f271da027459a6cfaece3dbdbf', class: "sd-toast__message" }, this.message)), this.link && (h("a", { key: '094a68e843d9ab50cea46a506d6ccdc1ebf375d7', href: this.link, class: "sd-toast__link", target: "_blank", rel: "noopener noreferrer" }, this.linkLabel || this.link)), this.buttonLabel && (h("sd-button", { key: '7dabe182870a01cf285ee7441dfe39b07e943751', class: "sd-toast__button", name: buttonName, label: this.buttonLabel, onSdClick: (event) => this.buttonClick.emit(event.detail) })), this.useClose && (h("sd-ghost-button", { key: '2a893c6ace888d8f21ce16c9dbf2a35b23bc9372', class: "sd-toast__close", icon: "close", intent: useDefaultCloseIntent ? 'default' : 'inverse', ariaLabel: "close", size: "xs", onClick: () => this.close.emit() })))));
91
91
  }
92
92
  };
93
93
  SdToast.style = sdToastCss();
@@ -118,7 +118,7 @@ const SdToggle = class {
118
118
  '--sd-toggle-content-select': TOGGLE_COLORS.content.select,
119
119
  '--sd-toggle-content-disabled': TOGGLE_COLORS.content.disabled,
120
120
  };
121
- return (h("label", { key: 'f61e80701bc85205794aec0c960965d29b94a247', class: this.toggleClasses, style: cssVars, "aria-label": this.label || 'toggle' }, this.label, h("input", { key: '26a31febfdae6bebe55291d3454a177366dc3db0', style: { display: 'none' }, type: "checkbox", onInput: this.handleChange })));
121
+ return (h("label", { key: '5657698c379c71e770b18006b5f5c69c122a06a7', class: this.toggleClasses, style: cssVars, "aria-label": this.label || 'toggle' }, this.label, h("input", { key: '8f72307d4efd029df200243cf670377aea2cff02', style: { display: 'none' }, type: "checkbox", onInput: this.handleChange })));
122
122
  }
123
123
  };
124
124
  SdToggle.style = sdToggleCss();
@@ -1,3 +1,9 @@
1
+ const typography = {
2
+ feedback: {
3
+ sm: {
4
+ regular: {
5
+ fontSize: "12",
6
+ fontWeight: "400"}}}};
1
7
  const color = {
2
8
  bg: {
3
9
  frame: "#FFFFFF",
@@ -30,6 +36,7 @@ const shadow = {
30
36
  color: "rgba(34,34,34,0.2)"}
31
37
  }};
32
38
  var systemTokens = {
39
+ typography: typography,
33
40
  color: color,
34
41
  shadow: shadow
35
42
  };
@@ -0,0 +1 @@
1
+ export declare const Bill: (props: any) => any;
@@ -0,0 +1 @@
1
+ export declare const Coupon: (props: any) => any;
@@ -0,0 +1 @@
1
+ export declare const Delete: (props: any) => any;
@@ -0,0 +1 @@
1
+ export declare const Dot: (props: any) => any;
@@ -0,0 +1 @@
1
+ export declare const Launcher: (props: any) => any;
@@ -0,0 +1 @@
1
+ export declare const Monitor: (props: any) => any;
@@ -0,0 +1 @@
1
+ export declare const Shield: (props: any) => any;
@@ -0,0 +1 @@
1
+ export declare const Sidebar: (props: any) => any;
@@ -0,0 +1 @@
1
+ export declare const Store: (props: any) => any;
@@ -10,6 +10,7 @@ export declare const Icons: {
10
10
  readonly attachFile: (props: any) => any;
11
11
  readonly barcode: (props: any) => any;
12
12
  readonly bell: (props: any) => any;
13
+ readonly bill: (props: any) => any;
13
14
  readonly board: (props: any) => any;
14
15
  readonly box: (props: any) => any;
15
16
  readonly camera: (props: any) => any;
@@ -34,8 +35,11 @@ export declare const Icons: {
34
35
  readonly clockOutline: (props: any) => any;
35
36
  readonly close: (props: any) => any;
36
37
  readonly copy: (props: any) => any;
38
+ readonly coupon: (props: any) => any;
37
39
  readonly dashboard: (props: any) => any;
38
40
  readonly date: (props: any) => any;
41
+ readonly delete: (props: any) => any;
42
+ readonly dot: (props: any) => any;
39
43
  readonly download: (props: any) => any;
40
44
  readonly drag: (props: any) => any;
41
45
  readonly edit: (props: any) => any;
@@ -48,10 +52,12 @@ export declare const Icons: {
48
52
  readonly imageFill: (props: any) => any;
49
53
  readonly imageOutline: (props: any) => any;
50
54
  readonly inline: (props: any) => any;
55
+ readonly launcher: (props: any) => any;
51
56
  readonly line: (props: any) => any;
52
57
  readonly location: (props: any) => any;
53
58
  readonly logout: (props: any) => any;
54
59
  readonly minus: (props: any) => any;
60
+ readonly monitor: (props: any) => any;
55
61
  readonly new: (props: any) => any;
56
62
  readonly notificationFill: (props: any) => any;
57
63
  readonly notificationOutline: (props: any) => any;
@@ -68,7 +74,10 @@ export declare const Icons: {
68
74
  readonly save: (props: any) => any;
69
75
  readonly search: (props: any) => any;
70
76
  readonly setting: (props: any) => any;
77
+ readonly shield: (props: any) => any;
78
+ readonly sidebar: (props: any) => any;
71
79
  readonly star: (props: any) => any;
80
+ readonly store: (props: any) => any;
72
81
  readonly synchronize: (props: any) => any;
73
82
  readonly updown: (props: any) => any;
74
83
  readonly user: (props: any) => any;
@@ -32,3 +32,27 @@ export declare const CHIP_INPUT_RESET: {
32
32
  iconColor: string;
33
33
  labelColor: string;
34
34
  };
35
+ export declare const CHIP_INPUT_MAX_COUNT: {
36
+ fontSize: string;
37
+ fontWeight: string;
38
+ color: string;
39
+ };
40
+ export declare const CHIP_INPUT_SUGGESTIONS: {
41
+ radius: string;
42
+ maxHeight: string;
43
+ itemPaddingY: string;
44
+ itemPaddingX: string;
45
+ itemPaddingRight: string;
46
+ itemGap: string;
47
+ itemFontSize: string;
48
+ itemFontWeight: string;
49
+ itemFontWeightSelected: string;
50
+ itemLineHeight: string;
51
+ itemFontFamily: string;
52
+ itemColor: string;
53
+ itemColorHover: string;
54
+ itemBgHover: string;
55
+ emptyColor: string;
56
+ emptyFontSize: string;
57
+ emptyLineHeight: string;
58
+ };
@@ -3,6 +3,7 @@ import { Rule } from '../../types/form';
3
3
  import { SdTooltipProps } from '../sd-tooltip/sd-tooltip.config';
4
4
  import { type ChipInputSize } from './sd-chip-input.config';
5
5
  export declare class SdChipInput {
6
+ private static readonly SUGGESTIONS_VIEWPORT_PADDING;
6
7
  host: HTMLElement;
7
8
  values: string[];
8
9
  errors: boolean[] | ((value: string) => boolean);
@@ -14,6 +15,12 @@ export declare class SdChipInput {
14
15
  rules?: Rule[];
15
16
  error: boolean;
16
17
  useReset: boolean;
18
+ maxCount?: number;
19
+ duplicateLabel?: string;
20
+ suggestions: string[];
21
+ loadingSuggestions: boolean;
22
+ recommendedItems: string[];
23
+ loadingRecommendedItems: boolean;
17
24
  label?: string;
18
25
  labelWidth: string | number;
19
26
  hint: string;
@@ -28,27 +35,39 @@ export declare class SdChipInput {
28
35
  private focused;
29
36
  private hovered;
30
37
  private inputValue;
38
+ private activeSuggestionIndex;
39
+ private suppressSuggestions;
40
+ private suppressRecommendations;
31
41
  private inputEl?;
32
42
  private formField?;
43
+ private chipInputRef?;
33
44
  get value(): string[];
34
45
  valuesChanged(newValues: string[]): void;
35
46
  errorsChanged(newErrors: boolean[] | ((value: string) => boolean)): void;
47
+ internalValuesChanged_validate(): void;
48
+ suggestionsChanged(newVal: string[] | undefined): void;
49
+ recommendedItemsChanged(newVal: string[] | undefined): void;
36
50
  componentWillLoad(): void;
51
+ private isDuplicateChip;
37
52
  private getChipError;
38
53
  private getChipDisabled;
39
54
  update: EventEmitter<string[]>;
40
55
  focusEvent: EventEmitter<void>;
41
56
  blurEvent: EventEmitter<void>;
57
+ inputEvent: EventEmitter<string>;
42
58
  sdValidate(): Promise<boolean | undefined>;
43
59
  sdReset(): Promise<void | undefined>;
44
60
  sdResetValidate(): Promise<void | undefined>;
45
61
  sdFocus(): Promise<void | undefined>;
62
+ private addChip;
46
63
  private handleChipRemove;
47
64
  private handleKeyDown;
48
65
  private handleInput;
49
66
  private handleFocus;
50
67
  private handleBlur;
68
+ private closeSuggestions;
51
69
  private handleContainerClick;
52
70
  private handleResetInput;
71
+ private readonly duplicateRule;
53
72
  render(): any;
54
73
  }
@@ -53,6 +53,10 @@ export declare const PRESET_MENU_ITEM_COLORS: Record<DropdownButtonPreset, strin
53
53
  export declare const PRESET_MENU_ITEM_ACTIVE_BACKGROUNDS: Record<DropdownButtonPreset, string>;
54
54
  export declare const PRESET_MENU_ITEM_ACTIVE_COLORS: Record<DropdownButtonPreset, string>;
55
55
  export declare const DROPDOWN_CHEVRON_ICON_SIZE: Record<DropdownButtonSize, number>;
56
+ export declare const DROPDOWN_BUTTON_MIN_WIDTH: Record<DropdownButtonSize, {
57
+ default: number;
58
+ split: number;
59
+ }>;
56
60
  export declare const DROPDOWN_DISABLED_BACKGROUND: string;
57
61
  export declare const DROPDOWN_DISABLED_TEXT: string;
58
62
  export declare const DROPDOWN_DISABLED_ICON: string;
@@ -13,6 +13,7 @@ export declare class SdDropdownButton extends BaseDropdownEvent {
13
13
  isAnimatingOut: boolean;
14
14
  itemIndex: number;
15
15
  private triggerRef?;
16
+ private splitContainerRef?;
16
17
  private menuRef?;
17
18
  private closeAnimationTimer?;
18
19
  click: EventEmitter<DropdownButtonValue>;
@@ -3,8 +3,8 @@ export declare const KEY_VALUE_TABLE_LAYOUT: {
3
3
  rowHeight: number;
4
4
  thWidth: number;
5
5
  borderRadius: number;
6
- paddingX: number;
7
- paddingY: number;
6
+ thPaddingX: number;
7
+ padding: number;
8
8
  helpIconSize: number;
9
9
  requiredIconSize: number;
10
10
  gap: number;
@@ -11,10 +11,12 @@ export declare class SdKeyValueTable {
11
11
  */
12
12
  search: boolean;
13
13
  /**
14
- * true이면 테이블 상단 border-radius 0으로 처리.
15
- * 다른 요소(헤더, 등) 하단에 붙여 쓸 때 사용.
14
+ * 테이블 border-radius 제어.
15
+ * - 'default': 전체 radius 적용
16
+ * - 'usetop': 상단 radius 0 (헤더·탭 등 하단에 붙여 쓸 때)
17
+ * - 'full': 상하단 모두 radius 0 (요소 사이에 끼워 쓸 때)
16
18
  */
17
- useTop: boolean;
19
+ radius: 'default' | 'usetop' | 'full';
18
20
  change: EventEmitter<SdKeyValueChangeDetail>;
19
21
  searchEvent: EventEmitter<void>;
20
22
  private emit;
@@ -31,6 +33,11 @@ export declare class SdKeyValueTable {
31
33
  * th/td 자체와 thColSpan/tdColSpan, hideTh, thRowSpan(autoSkip)을 모두 반영.
32
34
  */
33
35
  private computeMaxCols;
36
+ /**
37
+ * thStyle의 CSS 속성 값을 해당 CSS 변수로도 반영.
38
+ * label span이 var()로 스타일을 참조하기 때문에, 인라인 스타일만으로는 상속이 되지 않음.
39
+ */
40
+ private buildThStyle;
34
41
  private renderTh;
35
42
  private renderTd;
36
43
  private warnDuplicateNames;
@@ -54,6 +54,8 @@ export interface ModalDialogRefLike {
54
54
  _triggerClose(): void;
55
55
  _triggerDismissed(): void;
56
56
  _triggerClick?(): void;
57
+ _hasSubmit?(): boolean;
58
+ _triggerSubmit?(): void;
57
59
  }
58
60
  export interface SdModalGlobalOptions {
59
61
  zIndex?: number;
@@ -33,6 +33,7 @@ export declare class SdPortal {
33
33
  private observeScrollParents;
34
34
  private unobserveScrollParents;
35
35
  private getScrollParents;
36
+ private isInsideTarget;
36
37
  handleMouseDown(e: MouseEvent): void;
37
38
  handleWindowClick(e: MouseEvent): void;
38
39
  render(): any;