@sellmate/design-system 1.2.0 → 1.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 (337) hide show
  1. package/dist/cjs/component.datepicker-Cw_-oidk.js +121 -0
  2. package/dist/cjs/{component.table-CMqGfEui.js → component.table-qOFez3z3.js} +3 -0
  3. package/dist/cjs/design-system.cjs.js +1 -1
  4. package/dist/cjs/loader.cjs.js +1 -1
  5. package/dist/cjs/sd-action-modal.cjs.entry.js +1 -1
  6. package/dist/cjs/sd-badge.cjs.entry.js +1 -1
  7. package/dist/cjs/sd-barcode-input.cjs.entry.js +1 -1
  8. package/dist/cjs/sd-button_2.cjs.entry.js +270 -4
  9. package/dist/cjs/sd-calendar_2.cjs.entry.js +263 -0
  10. package/dist/cjs/sd-card.cjs.entry.js +1 -1
  11. package/dist/cjs/sd-checkbox.cjs.entry.js +3 -3
  12. package/dist/cjs/sd-chip.cjs.entry.js +1 -1
  13. package/dist/cjs/sd-circle-progress.cjs.entry.js +1 -1
  14. package/dist/cjs/sd-confirm-modal_2.cjs.entry.js +3 -3
  15. package/dist/cjs/sd-date-box.cjs.entry.js +2 -2
  16. package/dist/cjs/sd-date-picker.config-D3lTpa6W.js +37 -0
  17. package/dist/cjs/sd-date-picker_7.cjs.entry.js +15 -13
  18. package/dist/cjs/sd-date-range-picker-calendar.cjs.entry.js +37 -37
  19. package/dist/cjs/sd-dropdown-button.cjs.entry.js +3 -3
  20. package/dist/cjs/sd-field_3.cjs.entry.js +7 -7
  21. package/dist/cjs/sd-form.cjs.entry.js +1 -1
  22. package/dist/cjs/sd-ghost-button.cjs.entry.js +2 -2
  23. package/dist/cjs/sd-guide.cjs.entry.js +2 -2
  24. package/dist/cjs/sd-key-value-table.cjs.entry.js +1 -1
  25. package/dist/cjs/sd-linear-progress.cjs.entry.js +1 -1
  26. package/dist/cjs/sd-loading-container.cjs.entry.js +2 -2
  27. package/dist/cjs/sd-pagination_4.cjs.entry.js +27 -36
  28. package/dist/cjs/sd-popover.cjs.entry.js +3 -3
  29. package/dist/cjs/sd-popup.cjs.entry.js +1 -1
  30. package/dist/cjs/sd-portal.cjs.entry.js +1 -1
  31. package/dist/cjs/sd-radio-button.cjs.entry.js +1 -1
  32. package/dist/cjs/sd-radio.cjs.entry.js +1 -1
  33. package/dist/cjs/sd-select-list-item_2.cjs.entry.js +6 -6
  34. package/dist/cjs/sd-select_3.cjs.entry.js +8 -8
  35. package/dist/cjs/sd-switch.cjs.entry.js +1 -1
  36. package/dist/cjs/sd-table.cjs.entry.js +25 -27
  37. package/dist/cjs/{sd-table.config-BIpldZtw.js → sd-table.config-B7psrvV4.js} +4 -2
  38. package/dist/cjs/sd-tabs.cjs.entry.js +1 -1
  39. package/dist/cjs/sd-tag.cjs.entry.js +2 -2
  40. package/dist/cjs/sd-td.cjs.entry.js +18 -9
  41. package/dist/cjs/sd-text-link.cjs.entry.js +3 -3
  42. package/dist/cjs/sd-toast-container.cjs.entry.js +1 -1
  43. package/dist/cjs/sd-toast.cjs.entry.js +2 -2
  44. package/dist/cjs/sd-toggle.cjs.entry.js +1 -1
  45. package/dist/cjs/useDatePicker-dCuEgvjX.js +103 -0
  46. package/dist/collection/collection-manifest.json +1 -2
  47. package/dist/collection/components/sd-action-modal/sd-action-modal.js +1 -1
  48. package/dist/collection/components/sd-badge/sd-badge.js +1 -1
  49. package/dist/collection/components/sd-barcode-input/sd-barcode-input.js +1 -1
  50. package/dist/collection/components/sd-button/sd-button.js +2 -2
  51. package/dist/collection/components/sd-calendar/sd-calendar.config.js +51 -0
  52. package/dist/collection/components/sd-calendar/sd-calendar.css +136 -73
  53. package/dist/collection/components/sd-calendar/sd-calendar.js +173 -133
  54. package/dist/collection/components/sd-card/sd-card.js +1 -1
  55. package/dist/collection/components/sd-checkbox/sd-checkbox.js +3 -3
  56. package/dist/collection/components/sd-chip/sd-chip.js +1 -1
  57. package/dist/collection/components/sd-circle-progress/sd-circle-progress.js +1 -1
  58. package/dist/collection/components/sd-confirm-modal/sd-confirm-modal.js +2 -2
  59. package/dist/collection/components/sd-date-box/sd-date-box.js +2 -2
  60. package/dist/collection/components/sd-date-picker/sd-date-picker-trigger/sd-date-picker-trigger.js +2 -2
  61. package/dist/collection/components/sd-date-picker/sd-date-picker.config.js +0 -38
  62. package/dist/collection/components/sd-date-picker/sd-date-picker.js +3 -2
  63. package/dist/collection/components/sd-date-range-picker/sd-date-range-picker-calendar/sd-date-range-picker-calendar.js +1 -1
  64. package/dist/collection/components/sd-date-range-picker/sd-date-range-picker.config.js +2 -1
  65. package/dist/collection/components/sd-date-range-picker/sd-date-range-picker.js +2 -2
  66. package/dist/collection/components/sd-dropdown-button/sd-dropdown-button.js +3 -3
  67. package/dist/collection/components/sd-field/sd-field.js +4 -4
  68. package/dist/collection/components/sd-floating-portal/sd-floating-portal.js +1 -1
  69. package/dist/collection/components/sd-form/sd-form.js +1 -1
  70. package/dist/collection/components/sd-ghost-button/sd-ghost-button.js +2 -2
  71. package/dist/collection/components/sd-guide/sd-guide.js +2 -2
  72. package/dist/collection/components/sd-input/sd-input.js +2 -2
  73. package/dist/collection/components/sd-linear-progress/sd-linear-progress.js +1 -1
  74. package/dist/collection/components/sd-loading-container/sd-loading-container.js +2 -2
  75. package/dist/collection/components/sd-loading-modal/sd-loading-modal.js +1 -1
  76. package/dist/collection/components/sd-number-input/sd-number-input.js +4 -4
  77. package/dist/collection/components/sd-pagination/sd-pagination.js +3 -3
  78. package/dist/collection/components/sd-popover/sd-popover.js +4 -4
  79. package/dist/collection/components/sd-popup/sd-popup.js +1 -1
  80. package/dist/collection/components/sd-portal/sd-portal.js +1 -1
  81. package/dist/collection/components/sd-radio/sd-radio.js +1 -1
  82. package/dist/collection/components/sd-radio-button/sd-radio-button.js +1 -1
  83. package/dist/collection/components/sd-radio-group/sd-radio-group.js +1 -1
  84. package/dist/collection/components/sd-select/sd-select-list-item/sd-select-list-item.js +2 -2
  85. package/dist/collection/components/sd-select/sd-select-list-item-search/sd-select-list-item-search.js +4 -4
  86. package/dist/collection/components/sd-select/sd-select-listbox/sd-select-listbox.js +2 -2
  87. package/dist/collection/components/sd-select/sd-select-trigger/sd-select-trigger.js +2 -2
  88. package/dist/collection/components/sd-select/sd-select.js +4 -4
  89. package/dist/collection/components/sd-switch/sd-switch.js +1 -1
  90. package/dist/collection/components/sd-table/sd-table.js +24 -26
  91. package/dist/collection/components/sd-table/sd-tbody/sd-tbody.js +2 -2
  92. package/dist/collection/components/sd-table/sd-td/sd-td.js +18 -9
  93. package/dist/collection/components/sd-table/sd-thead/sd-thead.js +3 -3
  94. package/dist/collection/components/sd-table/sd-tr/sd-tr.css +6 -2
  95. package/dist/collection/components/sd-table/sd-tr/sd-tr.js +16 -25
  96. package/dist/collection/components/sd-tabs/sd-tabs.js +1 -1
  97. package/dist/collection/components/sd-tag/sd-tag.js +2 -2
  98. package/dist/collection/components/sd-text-link/sd-text-link.js +3 -3
  99. package/dist/collection/components/sd-textarea/sd-textarea.js +1 -1
  100. package/dist/collection/components/sd-toast/sd-toast.js +2 -2
  101. package/dist/collection/components/sd-toast-container/sd-toast-container.js +1 -1
  102. package/dist/collection/components/sd-toggle/sd-toggle.js +1 -1
  103. package/dist/collection/components/sd-tooltip/sd-tooltip.js +2 -2
  104. package/dist/collection/index.js +1 -1
  105. package/dist/components/p-BDVrZ5mV.js +1 -0
  106. package/dist/components/{p-BY1LGlfc.js → p-BFC3Etk2.js} +1 -1
  107. package/dist/components/p-BQn6le_Y.js +1 -0
  108. package/dist/components/{p-nOCYbyW4.js → p-BRk9YZBe.js} +1 -1
  109. package/dist/components/{p-Jts7ueOa.js → p-BRxXhFqt.js} +1 -1
  110. package/dist/components/{p-Cktiasfd.js → p-BSfu4DO2.js} +1 -1
  111. package/dist/components/{p-B3D43x7F.js → p-BZabVWBD.js} +1 -1
  112. package/dist/components/{p-BsM-fwYd.js → p-BeBiPTbd.js} +1 -1
  113. package/dist/components/{p-Dl8TIEQu.js → p-BjpbUGud.js} +1 -1
  114. package/dist/components/{p-DL1ac1QS.js → p-Bs1Z5QtN.js} +1 -1
  115. package/dist/components/{p-teN3CfOr.js → p-BwPmM1Pm.js} +1 -1
  116. package/dist/components/{p-DBFgk0rX.js → p-C3fqSH7A.js} +1 -1
  117. package/dist/components/p-CETxX4-M.js +1 -0
  118. package/dist/components/{p-D0Jiw-Zk.js → p-CIUE4qr7.js} +1 -1
  119. package/dist/components/{p-BXCyVrle.js → p-CLxVZFEG.js} +1 -1
  120. package/dist/components/{p-B-sK7I83.js → p-CpgTSxf0.js} +1 -1
  121. package/dist/components/p-Cx_d5vsS.js +1 -0
  122. package/dist/components/{p-CQI40kiY.js → p-CyObYB-g.js} +1 -1
  123. package/dist/components/{p-DFLCjX1a.js → p-D7nYP2a4.js} +1 -1
  124. package/dist/components/p-DQFHAKL_.js +1 -0
  125. package/dist/components/{p-wCNRlKLa.js → p-DS7Ypvt5.js} +1 -1
  126. package/dist/components/{p-CsVAx6KV.js → p-Da5i_Sa6.js} +1 -1
  127. package/dist/components/p-DiP0LJGq.js +1 -0
  128. package/dist/components/{p-CdOHomUp.js → p-DlREBZ-C.js} +1 -1
  129. package/dist/components/p-DnW8EAqd.js +1 -0
  130. package/dist/components/{p-C5CH-s6a.js → p-DwgaMhOM.js} +1 -1
  131. package/dist/components/p-DykVq5VY.js +1 -0
  132. package/dist/components/{p-BorUSgEK.js → p-FKKk7Bk8.js} +1 -1
  133. package/dist/components/{p-CRL7TjSB.js → p-INdVvadB.js} +1 -1
  134. package/dist/components/p-JlZdKw4C.js +1 -0
  135. package/dist/components/{p-C7WLft_0.js → p-VuxN5d2D.js} +1 -1
  136. package/dist/components/{p-u8teDaMa.js → p-X-8I-A3g.js} +1 -1
  137. package/dist/components/{p-arZfxxPn.js → p-Z5Vk33zf.js} +1 -1
  138. package/dist/components/{p-BAcmO7w0.js → p-kSfaCwf1.js} +1 -1
  139. package/dist/components/p-oyZgWRnC.js +1 -0
  140. package/dist/components/{p-2wB9cing.js → p-t161LJqb.js} +1 -1
  141. package/dist/components/{p-CK9ciBIR.js → p-wOAxmZ1V.js} +1 -1
  142. package/dist/components/{p-B7mpdnNl.js → p-xX3QT-8K.js} +1 -1
  143. package/dist/components/sd-action-modal.js +1 -1
  144. package/dist/components/sd-badge.js +1 -1
  145. package/dist/components/sd-barcode-input.js +1 -1
  146. package/dist/components/sd-button.js +1 -1
  147. package/dist/components/sd-calendar.js +1 -1
  148. package/dist/components/sd-card.js +1 -1
  149. package/dist/components/sd-checkbox.js +1 -1
  150. package/dist/components/sd-chip.js +1 -1
  151. package/dist/components/sd-circle-progress.js +1 -1
  152. package/dist/components/sd-confirm-modal.js +1 -1
  153. package/dist/components/sd-date-box.js +1 -1
  154. package/dist/components/sd-date-picker-trigger.js +1 -1
  155. package/dist/components/sd-date-picker.js +1 -1
  156. package/dist/components/sd-date-range-picker-calendar.js +1 -1
  157. package/dist/components/sd-date-range-picker.js +1 -1
  158. package/dist/components/sd-dropdown-button.js +1 -1
  159. package/dist/components/sd-field.js +1 -1
  160. package/dist/components/sd-file-picker.js +1 -1
  161. package/dist/components/sd-floating-portal.js +1 -1
  162. package/dist/components/sd-form.js +1 -1
  163. package/dist/components/sd-ghost-button.js +1 -1
  164. package/dist/components/sd-guide.js +1 -1
  165. package/dist/components/sd-icon.js +1 -1
  166. package/dist/components/sd-input.js +1 -1
  167. package/dist/components/sd-key-value-table.js +1 -1
  168. package/dist/components/sd-linear-progress.js +1 -1
  169. package/dist/components/sd-loading-container.js +1 -1
  170. package/dist/components/sd-loading-modal.js +1 -1
  171. package/dist/components/sd-modal-container.js +1 -1
  172. package/dist/components/sd-number-input.js +1 -1
  173. package/dist/components/sd-pagination.js +1 -1
  174. package/dist/components/sd-popover.js +1 -1
  175. package/dist/components/sd-popup.js +1 -1
  176. package/dist/components/sd-portal.js +1 -1
  177. package/dist/components/sd-radio-button.js +1 -1
  178. package/dist/components/sd-radio-group.js +1 -1
  179. package/dist/components/sd-radio.js +1 -1
  180. package/dist/components/sd-select-list-item-search.js +1 -1
  181. package/dist/components/sd-select-list-item.js +1 -1
  182. package/dist/components/sd-select-listbox.js +1 -1
  183. package/dist/components/sd-select-trigger.js +1 -1
  184. package/dist/components/sd-select.js +1 -1
  185. package/dist/components/sd-switch.js +1 -1
  186. package/dist/components/sd-table.js +1 -1
  187. package/dist/components/sd-tabs.js +1 -1
  188. package/dist/components/sd-tag.js +1 -1
  189. package/dist/components/sd-tbody.js +1 -1
  190. package/dist/components/sd-td.js +1 -1
  191. package/dist/components/sd-text-link.js +1 -1
  192. package/dist/components/sd-textarea.js +1 -1
  193. package/dist/components/sd-thead.js +1 -1
  194. package/dist/components/sd-toast-container.js +1 -1
  195. package/dist/components/sd-toast.js +1 -1
  196. package/dist/components/sd-toggle.js +1 -1
  197. package/dist/components/sd-tooltip.js +1 -1
  198. package/dist/components/sd-tr.js +1 -1
  199. package/dist/design-system/design-system.esm.js +1 -1
  200. package/dist/design-system/{p-1baa05ae.entry.js → p-00b2c850.entry.js} +1 -1
  201. package/dist/design-system/{p-8f22106e.entry.js → p-03badf68.entry.js} +1 -1
  202. package/dist/design-system/{p-f4d73a0c.entry.js → p-11b904a3.entry.js} +1 -1
  203. package/dist/design-system/p-29fd86d8.entry.js +1 -0
  204. package/dist/design-system/{p-78cc0289.entry.js → p-32e2d71e.entry.js} +1 -1
  205. package/dist/design-system/p-36d744fb.entry.js +1 -0
  206. package/dist/design-system/{p-a6545130.entry.js → p-399d416c.entry.js} +1 -1
  207. package/dist/design-system/{p-e2334c1c.entry.js → p-3b8954d9.entry.js} +1 -1
  208. package/dist/design-system/{p-fe0a5368.entry.js → p-42f7febe.entry.js} +1 -1
  209. package/dist/design-system/{p-435ae69e.entry.js → p-481e6934.entry.js} +1 -1
  210. package/dist/design-system/{p-501fae20.entry.js → p-4a91875c.entry.js} +1 -1
  211. package/dist/design-system/p-522d1481.entry.js +1 -0
  212. package/dist/design-system/{p-b3c144ff.entry.js → p-679bce6c.entry.js} +1 -1
  213. package/dist/design-system/{p-5705e6d6.entry.js → p-74bf0ed9.entry.js} +1 -1
  214. package/dist/design-system/{p-87c868c3.entry.js → p-84a94775.entry.js} +1 -1
  215. package/dist/design-system/p-8f4ccae4.entry.js +1 -0
  216. package/dist/design-system/p-92f368a2.entry.js +1 -0
  217. package/dist/design-system/p-9681b0ba.entry.js +1 -0
  218. package/dist/design-system/{p-d3212544.entry.js → p-9b9bf9db.entry.js} +1 -1
  219. package/dist/design-system/{p-2c63404f.entry.js → p-9f7f1b8b.entry.js} +1 -1
  220. package/dist/design-system/p-BGtUaScP.js +1 -0
  221. package/dist/design-system/p-BQn6le_Y.js +1 -0
  222. package/dist/design-system/p-DQFHAKL_.js +1 -0
  223. package/dist/design-system/p-DykVq5VY.js +1 -0
  224. package/dist/design-system/p-TF8_Lyhq.js +1 -0
  225. package/dist/design-system/{p-100f5887.entry.js → p-a640e509.entry.js} +1 -1
  226. package/dist/design-system/{p-b0aad445.entry.js → p-a71d4947.entry.js} +1 -1
  227. package/dist/design-system/{p-fc973500.entry.js → p-a7ea1cf0.entry.js} +1 -1
  228. package/dist/design-system/{p-44d05570.entry.js → p-a97033a2.entry.js} +1 -1
  229. package/dist/design-system/{p-ae2d45a2.entry.js → p-a98f9a29.entry.js} +1 -1
  230. package/dist/design-system/{p-de8bb9ba.entry.js → p-ae117afa.entry.js} +1 -1
  231. package/dist/design-system/{p-5cbaf1db.entry.js → p-c7099e9e.entry.js} +1 -1
  232. package/dist/design-system/{p-8ee990bd.entry.js → p-cc97f4b4.entry.js} +1 -1
  233. package/dist/design-system/{p-04fdb4b1.entry.js → p-d39e515d.entry.js} +1 -1
  234. package/dist/design-system/{p-5ed0becf.entry.js → p-d890a680.entry.js} +1 -1
  235. package/dist/design-system/{p-d30c823e.entry.js → p-dbeaeb31.entry.js} +1 -1
  236. package/dist/design-system/{p-5f1c39b8.entry.js → p-e23dac79.entry.js} +1 -1
  237. package/dist/design-system/{p-857c44e8.entry.js → p-e611dcd4.entry.js} +1 -1
  238. package/dist/design-system/{p-77690440.entry.js → p-e8e64511.entry.js} +1 -1
  239. package/dist/design-system/{p-0fe603a4.entry.js → p-e902a3f4.entry.js} +1 -1
  240. package/dist/design-system/{p-18c5ae1a.entry.js → p-f7074386.entry.js} +1 -1
  241. package/dist/design-system/{p-caee95b0.entry.js → p-fc5c4f85.entry.js} +1 -1
  242. package/dist/design-system/{p-43e97572.entry.js → p-fe3ae346.entry.js} +1 -1
  243. package/dist/esm/component.datepicker-BQn6le_Y.js +119 -0
  244. package/dist/esm/{component.table-BnfUIhUj.js → component.table-DQFHAKL_.js} +3 -0
  245. package/dist/esm/design-system.js +1 -1
  246. package/dist/esm/loader.js +1 -1
  247. package/dist/esm/sd-action-modal.entry.js +1 -1
  248. package/dist/esm/sd-badge.entry.js +1 -1
  249. package/dist/esm/sd-barcode-input.entry.js +1 -1
  250. package/dist/esm/sd-button_2.entry.js +269 -3
  251. package/dist/esm/sd-calendar_2.entry.js +260 -0
  252. package/dist/esm/sd-card.entry.js +1 -1
  253. package/dist/esm/sd-checkbox.entry.js +3 -3
  254. package/dist/esm/sd-chip.entry.js +1 -1
  255. package/dist/esm/sd-circle-progress.entry.js +1 -1
  256. package/dist/esm/sd-confirm-modal_2.entry.js +3 -3
  257. package/dist/esm/sd-date-box.entry.js +2 -2
  258. package/dist/esm/sd-date-picker.config-CGEE3DkI.js +34 -0
  259. package/dist/esm/sd-date-picker_7.entry.js +15 -13
  260. package/dist/esm/sd-date-range-picker-calendar.entry.js +10 -10
  261. package/dist/esm/sd-dropdown-button.entry.js +3 -3
  262. package/dist/esm/sd-field_3.entry.js +7 -7
  263. package/dist/esm/sd-form.entry.js +1 -1
  264. package/dist/esm/sd-ghost-button.entry.js +2 -2
  265. package/dist/esm/sd-guide.entry.js +2 -2
  266. package/dist/esm/sd-key-value-table.entry.js +1 -1
  267. package/dist/esm/sd-linear-progress.entry.js +1 -1
  268. package/dist/esm/sd-loading-container.entry.js +2 -2
  269. package/dist/esm/sd-pagination_4.entry.js +27 -36
  270. package/dist/esm/sd-popover.entry.js +3 -3
  271. package/dist/esm/sd-popup.entry.js +1 -1
  272. package/dist/esm/sd-portal.entry.js +1 -1
  273. package/dist/esm/sd-radio-button.entry.js +1 -1
  274. package/dist/esm/sd-radio.entry.js +1 -1
  275. package/dist/esm/sd-select-list-item_2.entry.js +6 -6
  276. package/dist/esm/sd-select_3.entry.js +8 -8
  277. package/dist/esm/sd-switch.entry.js +1 -1
  278. package/dist/esm/{sd-table.config-B-VgXXT7.js → sd-table.config-DU7Pc6YH.js} +4 -2
  279. package/dist/esm/sd-table.entry.js +25 -27
  280. package/dist/esm/sd-tabs.entry.js +1 -1
  281. package/dist/esm/sd-tag.entry.js +2 -2
  282. package/dist/esm/sd-td.entry.js +18 -9
  283. package/dist/esm/sd-text-link.entry.js +3 -3
  284. package/dist/esm/sd-toast-container.entry.js +1 -1
  285. package/dist/esm/sd-toast.entry.js +2 -2
  286. package/dist/esm/sd-toggle.entry.js +1 -1
  287. package/dist/esm/useDatePicker-D5RmWGOp.js +98 -0
  288. package/dist/types/components/sd-calendar/sd-calendar.config.d.ts +55 -0
  289. package/dist/types/components/sd-calendar/sd-calendar.d.ts +18 -21
  290. package/dist/types/components/sd-date-picker/sd-date-picker.config.d.ts +0 -38
  291. package/dist/types/components/sd-date-range-picker/sd-date-range-picker.config.d.ts +2 -1
  292. package/dist/types/components/sd-table/sd-table.d.ts +1 -1
  293. package/dist/types/components/sd-table/sd-td/sd-td.d.ts +2 -2
  294. package/dist/types/components/sd-table/sd-tr/sd-tr.d.ts +1 -2
  295. package/dist/types/components.d.ts +6 -52
  296. package/dist/types/index.d.ts +4 -3
  297. package/hydrate/index.js +1035 -1110
  298. package/hydrate/index.mjs +1035 -1110
  299. package/package.json +1 -1
  300. package/dist/cjs/resolveColor-B0hzQNLG.js +0 -270
  301. package/dist/cjs/sd-calendar.cjs.entry.js +0 -143
  302. package/dist/cjs/sd-date-picker-calendar_2.cjs.entry.js +0 -219
  303. package/dist/cjs/sd-date-picker.config-CjvrFpYK.js +0 -177
  304. package/dist/cjs/useDatePicker-cK_XK_P6.js +0 -48
  305. package/dist/collection/components/sd-date-picker/sd-date-picker-calendar/sd-date-picker-calendar.css +0 -117
  306. package/dist/collection/components/sd-date-picker/sd-date-picker-calendar/sd-date-picker-calendar.js +0 -246
  307. package/dist/components/p-B6cqMQaM.js +0 -1
  308. package/dist/components/p-BL0ZcHK8.js +0 -1
  309. package/dist/components/p-Bm3W_eBv.js +0 -1
  310. package/dist/components/p-BnfUIhUj.js +0 -1
  311. package/dist/components/p-Ch5Yu1qd.js +0 -1
  312. package/dist/components/p-D5F7wCNo.js +0 -1
  313. package/dist/components/p-DTrMR0rx.js +0 -1
  314. package/dist/components/p-DeQcDHpn.js +0 -1
  315. package/dist/components/p-DfK4DiDI.js +0 -1
  316. package/dist/components/p-DyAnn9ea.js +0 -1
  317. package/dist/components/p-mmdt-WnS.js +0 -1
  318. package/dist/components/sd-date-picker-calendar.d.ts +0 -11
  319. package/dist/components/sd-date-picker-calendar.js +0 -1
  320. package/dist/design-system/p-05611ff7.entry.js +0 -1
  321. package/dist/design-system/p-2a1ef965.entry.js +0 -1
  322. package/dist/design-system/p-66af0ba0.entry.js +0 -1
  323. package/dist/design-system/p-790165f8.entry.js +0 -1
  324. package/dist/design-system/p-80466582.entry.js +0 -1
  325. package/dist/design-system/p-8db7d8f2.entry.js +0 -1
  326. package/dist/design-system/p-B6cqMQaM.js +0 -1
  327. package/dist/design-system/p-BnfUIhUj.js +0 -1
  328. package/dist/design-system/p-Ce0cmS4R.js +0 -1
  329. package/dist/design-system/p-DTrMR0rx.js +0 -1
  330. package/dist/design-system/p-d8c41313.entry.js +0 -1
  331. package/dist/design-system/p-mmdt-WnS.js +0 -1
  332. package/dist/esm/resolveColor-Ce0cmS4R.js +0 -268
  333. package/dist/esm/sd-calendar.entry.js +0 -141
  334. package/dist/esm/sd-date-picker-calendar_2.entry.js +0 -216
  335. package/dist/esm/sd-date-picker.config-B6cqMQaM.js +0 -171
  336. package/dist/esm/useDatePicker-DTrMR0rx.js +0 -45
  337. package/dist/types/components/sd-date-picker/sd-date-picker-calendar/sd-date-picker-calendar.d.ts +0 -26
@@ -63,17 +63,17 @@ const SdPopover = class {
63
63
  const leftLink = this.leftLink;
64
64
  const button = this.button;
65
65
  const hasFooter = !!leftLink || !!button;
66
- return (h(Fragment, { key: '15b78d688d095fb15d5e6188dc848593bfec842e' }, this.label !== '' ? (h("sd-button", { ref: el => (this.buttonEl = el), name: this.name ?? 'primary_sm', label: this.label, icon: icon, rightIcon: this.rightIcon, ariaLabel: this.ariaLabel, disabled: this.disabled, type: this.type ?? 'button', class: "sd-popover", onSdClick: () => this.setShow(!this.show) })) : (h("sd-icon", { ref: el => (this.buttonEl = el), name: icon, size: iconSize, color: color, class: "sd-popover", onClick: () => this.setShow(!this.show) })), this.show && (h("sd-floating-portal", { key: 'c77807f72410fb9c96a94e06fa9bb953ef934b4d', parentRef: this.buttonEl, onSdClose: this.handleClose, placement: placement, offset: this.popoverOffset }, h("div", { key: 'dfffd8eada595286469c17ed549d60539d9b3ca6', class: {
66
+ return (h(Fragment, { key: 'b50da46efd85cdb48f66b24c591ab662a9fd62cb' }, this.label !== '' ? (h("sd-button", { ref: el => (this.buttonEl = el), name: this.name ?? 'primary_sm', label: this.label, icon: icon, rightIcon: this.rightIcon, ariaLabel: this.ariaLabel, disabled: this.disabled, type: this.type ?? 'button', class: "sd-popover", onSdClick: () => this.setShow(!this.show) })) : (h("sd-icon", { ref: el => (this.buttonEl = el), name: icon, size: iconSize, color: color, class: "sd-popover", onClick: () => this.setShow(!this.show) })), this.show && (h("sd-floating-portal", { key: 'a31d6c00a9b61826fa412247f603d78874a3dba6', parentRef: this.buttonEl, onSdClose: this.handleClose, placement: placement, offset: this.popoverOffset }, h("div", { key: '11020f31a14dbb7325b30ebc48315b344662cf43', class: {
67
67
  'sd-floating-menu': true,
68
68
  'sd-floating-menu--popover': true,
69
69
  [`sd-floating-menu--${placement}`]: true,
70
70
  [menuClass]: menuClass !== '',
71
71
  }, style: {
72
72
  '--sd-floating-bg': popoverTokens.popover.bg,
73
- } }, h("i", { key: '0852ebe804a7e305383f58dae7e0088f2456f53a', class: `sd-floating-menu__arrow sd-floating-menu__arrow--${placement}` }, h(TooltipArrow, { key: 'c470c8ccebdb920b1c14940dffe11ad619560fb7' })), h("div", { key: 'fcca2e3bc61cd64110e86da4ee483dc5b1101b7c', class: "sd-floating-menu__content" }, this.menuTitle && h("div", { key: 'fad331bcd9c73e72ed013826db69badd8b7a069f', class: "sd-floating-menu__title" }, this.menuTitle), messages.length > 0 && (h("div", { key: 'c83d0be758758fc720d1c3d00aaa8f0cb865cf12', class: "sd-floating-menu__messages" }, messages.map((message, i) => (h("div", { key: `msg-${i}` }, message))))), hasFooter && (h("div", { key: '821a434f478d8aee61e81026ccc37f75579e290e', class: {
73
+ } }, h("i", { key: '51b35ade68a68c92b7488b97f2b1808d7fcf33e5', class: `sd-floating-menu__arrow sd-floating-menu__arrow--${placement}` }, h(TooltipArrow, { key: 'd491c997e07a2bb2d4a3ad3624d5098457f91c05' })), h("div", { key: '19bfc90b0c5da4fe736aad3b8b2061ac58d8efb4', class: "sd-floating-menu__content" }, this.menuTitle && h("div", { key: '31875711b7cd54c0c48f0017ac94365c3cc97821', class: "sd-floating-menu__title" }, this.menuTitle), messages.length > 0 && (h("div", { key: '9c78a748831045f96fe48fd2ae9dcd85b1335aa0', class: "sd-floating-menu__messages" }, messages.map((message, i) => (h("div", { key: `msg-${i}` }, message))))), hasFooter && (h("div", { key: '787f0d2ac133bef9f72ce248b943b0ff9883db9e', class: {
74
74
  'sd-floating-menu__buttons': true,
75
75
  'sd-floating-menu__buttons--with-link': !!leftLink,
76
- } }, leftLink && (h("sd-text-link", { key: '4b28ebf22197453c403066daf97d8925b0a4a8e1', class: "sd-floating-menu__left-link", label: leftLink.label, icon: leftLink.icon ?? '', iconColor: leftLink.iconColor ?? '', useArrow: !!leftLink.useArrow, underline: !!leftLink.underline, disabled: !!leftLink.disabled, onSdClick: leftLink.onClick })), button && (h("sd-button", { key: 'af8bdfa4a994bafa9b7329e149b62480d5f3d97c', name: button.name ?? 'secondary_xs', label: button.label, icon: button.icon, rightIcon: button.rightIcon, ariaLabel: button.ariaLabel, disabled: button.disabled, type: button.type, onSdClick: button.onClick }))))), this.useClose && (h("sd-ghost-button", { key: 'a8031ecc0aa0721adab17031019a079bc2bdce88', class: "sd-floating-menu__close-button", icon: "close", ariaLabel: "close", size: "xs", onClick: this.handleClose })))))));
76
+ } }, leftLink && (h("sd-text-link", { key: '2000a926c2c808e6ee51f47905fadf8847553bfe', class: "sd-floating-menu__left-link", label: leftLink.label, icon: leftLink.icon ?? '', iconColor: leftLink.iconColor ?? '', useArrow: !!leftLink.useArrow, underline: !!leftLink.underline, disabled: !!leftLink.disabled, onSdClick: leftLink.onClick })), button && (h("sd-button", { key: 'cca9d6bef231fe4c469d8895fefa8b6d5855a57c', name: button.name ?? 'secondary_xs', label: button.label, icon: button.icon, rightIcon: button.rightIcon, ariaLabel: button.ariaLabel, disabled: button.disabled, type: button.type, onSdClick: button.onClick }))))), this.useClose && (h("sd-ghost-button", { key: '032461787d74367ea047c088e08704ce7409f74b', class: "sd-floating-menu__close-button", icon: "close", ariaLabel: "close", size: "xs", onClick: this.handleClose })))))));
77
77
  }
78
78
  };
79
79
  SdPopover.style = sdPopoverCss();
@@ -102,7 +102,7 @@ const SdPopup = class {
102
102
  ...DEFAULT_SUBMIT_BUTTON_PROPS,
103
103
  ...this.submitButtonProps,
104
104
  };
105
- return (h("div", { key: '15e86848fe487b9df5b09a91e5319b35d7332a6e', class: `sd-popup sd-popup--${this.type}`, style: cssVars }, h("header", { key: 'd8281c73a80fe5a4b8ce3ca219e967932b0ec1d3', class: "sd-popup__header" }, h("h2", { key: '31031d3988bae465e023cc94713fb39ef9299250', class: "sd-popup__title" }, this.popupTitle)), h("div", { key: 'dfa941b0dc100b55fc08ab8cb9fce2835aaa62a5', class: "sd-popup__body" }, h("slot", { key: 'd7532a39c61746e8f517973e6fd4f7f3ac10fae0' })), this.useFooter && (h("footer", { key: 'aacedcc4c2f2e4336449bc0fbafc9f67d70cc763', class: "sd-popup__footer" }, h("div", { key: '8f093e0a8c24b03fa28e872b025cb159006d3449', class: "sd-popup__footer-slot sd-popup__footer-slot--left" }, h("slot", { key: '11e2cd175c7ae3151408ca7e564df0a37d6eebb5', name: "footer-left" })), h("sd-button", { key: '49b98d39181bd30392b7388dc7acc66caaca6038', ...submitButtonProps, class: "sd-popup__submit", onSdClick: () => this.submit.emit() })))));
105
+ return (h("div", { key: '0c9f1cd261fa533044309342cfbaae8f5b87ae31', class: `sd-popup sd-popup--${this.type}`, style: cssVars }, h("header", { key: 'd8aa4db4d150419f5653fd93e204cc4bd865c35e', class: "sd-popup__header" }, h("h2", { key: 'fce95fce48a91c3a2b60f0b1169113cd2ff157d6', class: "sd-popup__title" }, this.popupTitle)), h("div", { key: 'c730895828c14a6a80fe6bebecb08f386cc84a78', class: "sd-popup__body" }, h("slot", { key: 'f3402c32fdc55794fb2c877a41c9f73e3c0d6d9f' })), this.useFooter && (h("footer", { key: '4b04ebc0dccc07dd9466c06c940d3444346603ba', class: "sd-popup__footer" }, h("div", { key: '78b35347121652d647e3601e6c6164e8e21288ca', class: "sd-popup__footer-slot sd-popup__footer-slot--left" }, h("slot", { key: '98836c28e7de97466cf4285c0458a8709c3788bb', name: "footer-left" })), h("sd-button", { key: 'd9ab45765c66a2f86aec2df9fc056fa1f4605259', ...submitButtonProps, class: "sd-popup__submit", onSdClick: () => this.submit.emit() })))));
106
106
  }
107
107
  };
108
108
  SdPopup.style = sdPopupCss();
@@ -225,7 +225,7 @@ const SdPortal = class {
225
225
  this.close.emit();
226
226
  }
227
227
  render() {
228
- return h("slot", { key: '8b728e4a9a97cb1c4dbdaf8b6a6d85b37fc07af7' });
228
+ return h("slot", { key: '1f46253fe0f70fda84643e8d3025c1fd47090f5c' });
229
229
  }
230
230
  static get watchers() { return {
231
231
  "open": [{
@@ -176,7 +176,7 @@ const SdRadioButton = class {
176
176
  '--sd-radio-button-content-select': RADIO_BUTTON_COLORS.content.select,
177
177
  '--sd-radio-button-content-disabled': RADIO_BUTTON_COLORS.content.disabled,
178
178
  };
179
- return (h("div", { key: '0eef3b536855ef3883628ce92a5dcb2846976d86', class: this.getGroupClasses(), style: cssVars, role: "radiogroup", "aria-disabled": this.disabled.toString() }, this.options.map(option => {
179
+ return (h("div", { key: 'd1f572315ee66c5defebc4386e815fb21928b548', class: this.getGroupClasses(), style: cssVars, role: "radiogroup", "aria-disabled": this.disabled.toString() }, this.options.map(option => {
180
180
  const isSelected = this.isOptionSelected(option);
181
181
  const isDisabled = this.isOptionDisabled(option);
182
182
  return (h("label", { key: `radio-${option.value}`, class: this.getButtonClasses(option), "aria-label": option.label || 'radio option', "data-label": option.label }, h("input", { type: "radio", name: this.groupName, value: option.value.toString(), checked: isSelected, disabled: isDisabled, onInput: () => this.handleRadioChange(option.value, option.disabled) }), option.label && h("span", { class: "sd-radio-button__label" }, option.label)));
@@ -116,7 +116,7 @@ const SdRadio = class {
116
116
  '--sd-radio-disabled-dot': RADIO_COLORS.disabled.dot,
117
117
  '--sd-radio-label-color': RADIO_COLORS.label,
118
118
  };
119
- return (h("label", { key: 'bbbca45f706514a12be434ba877de0bd0f82c944', class: this.radioClasses, style: cssVars, "aria-checked": this.isSelected ? 'true' : 'false', "aria-disabled": this.disabled ? 'true' : 'false' }, h("input", { key: 'e2cacd52037790cfe2d0eacacb975864858f73f8', type: "radio", name: String(this.val), value: String(this.val), checked: this.isSelected, disabled: this.disabled, "aria-label": this.label || String(this.val), onInput: this.handleRadioChange }), h("span", { key: 'bfbfdcb93536cef9fecbf1cc3a5dc5c2adbf5dd0', class: "sd-radio__circle" }), this.label && h("span", { key: '04c8d1e8de88bbb8d4041ebbbda00f58f8dc460c', class: "sd-radio__label" }, this.label)));
119
+ return (h("label", { key: '2b7819249e5070a22b626530011db4a8e56194f1', class: this.radioClasses, style: cssVars, "aria-checked": this.isSelected ? 'true' : 'false', "aria-disabled": this.disabled ? 'true' : 'false' }, h("input", { key: '233699a7c3bc13708d43ca3719f61edf53836c83', type: "radio", name: String(this.val), value: String(this.val), checked: this.isSelected, disabled: this.disabled, "aria-label": this.label || String(this.val), onInput: this.handleRadioChange }), h("span", { key: 'eb665c5f8c6202b66b65b6b120f144970fba0a38', class: "sd-radio__circle" }), this.label && h("span", { key: '3d0db13e083bacb4cb7ace9129fcfcd61f18dfc7', class: "sd-radio__label" }, this.label)));
120
120
  }
121
121
  static get watchers() { return {
122
122
  "value": [{
@@ -77,7 +77,7 @@ const SdSelectListItem = class {
77
77
  return (
78
78
  // 키보드 네비게이션은 부모 listbox 의 ArrowUp/Down + Enter 가 담당. 항목 자체는 role=option, tabindex=-1 으로 표시.
79
79
  // eslint-disable-next-line jsx-a11y/click-events-have-key-events
80
- h("div", { key: '8382966892edc2a46602733400aa579d0caa3128', role: "option", tabindex: -1, "aria-selected": this.isSelected === true ? 'true' : 'false', class: {
80
+ h("div", { key: '93e8bf04e69d9e6f066952570ed06076bdd17e57', role: "option", tabindex: -1, "aria-selected": this.isSelected === true ? 'true' : 'false', class: {
81
81
  'sd-select-list-item': true,
82
82
  'sd-select-list-item--group': isGroup,
83
83
  'sd-select-list-item--depth1-group': isDepth1Group,
@@ -87,7 +87,7 @@ const SdSelectListItem = class {
87
87
  'sd-select-list-item--focused': this.isFocused,
88
88
  'sd-select-list-item--selectable': this.isSelectable && !this.option.disabled,
89
89
  'sd-select-list-item--disabled': !!this.option.disabled,
90
- }, style: cssVars, onClick: this.handleClick }, this.useCheckbox && (h("sd-checkbox", { key: 'f8d1bb696416265861cc3b61ca1dcaec52dc2d4a', value: this.isSelected === null ? null : !!this.isSelected, disabled: this.option.disabled, inverse: this.isFocused && this.isSelected !== false, class: "sd-select-list-item__checkbox", onClick: this.handleCheckboxClick, onSdUpdate: this.handleCheckboxUpdate })), h("span", { key: '0ce20554fb96ad650104a98d779f3ff64fabe381', class: "sd-select-list-item__label" }, this.option.label), this.countInfo && (h("span", { key: '4d2d8f5bd63373906544882ff5852134e3ecd4d3', class: "sd-select-list-item__count" }, "(", this.countInfo.selected, "/", this.countInfo.total, ")"))));
90
+ }, style: cssVars, onClick: this.handleClick }, this.useCheckbox && (h("sd-checkbox", { key: '2b6a17361c2e5c65c6dac21895ef397cadeec9a3', value: this.isSelected === null ? null : !!this.isSelected, disabled: this.option.disabled, inverse: this.isFocused && this.isSelected !== false, class: "sd-select-list-item__checkbox", onClick: this.handleCheckboxClick, onSdUpdate: this.handleCheckboxUpdate })), h("span", { key: '158e45d52b3b5394f7c4e2ffff97d23f83ce5e49', class: "sd-select-list-item__label" }, this.option.label), this.countInfo && (h("span", { key: '48adac9df92cd19f5e2b39bed828a9ad7c22c945', class: "sd-select-list-item__count" }, "(", this.countInfo.selected, "/", this.countInfo.total, ")"))));
91
91
  }
92
92
  };
93
93
  SdSelectListItem.style = sdSelectListItemCss();
@@ -140,15 +140,15 @@ const SdSelectListItemSearch = class {
140
140
  clearTimeout(this.debounceTimer);
141
141
  }
142
142
  render() {
143
- return (h("div", { key: '6872376ea0f47c256273f751fad367f2c49a9160', class: {
143
+ return (h("div", { key: '0b8e55a2f39d72bc6fc5c7d8c6262c9fffb52ba7', class: {
144
144
  'sd-select-list-item-search': true,
145
145
  'sd-select-list-item-search--scrolled': this.isScrolled,
146
- } }, h("div", { key: 'f6c872e0252b6d7ba81f49938a4f5a647f0fb486', class: "sd-select-list-item-search__inner" }, h("sd-icon", { key: '49f10ed222e855ef6f0f5f12a65a74e1fec95bb5', name: "search", size: 16, color: "grey_70", class: "sd-select-list-item-search__icon" }), h("input", { key: '76d88aa4ce7eee598db2709d2d5442465b1798cb', ref: el => {
146
+ } }, h("div", { key: '30c4f5d6c8002579da129cebb06c026c278fb555', class: "sd-select-list-item-search__inner" }, h("sd-icon", { key: 'be9076a1fd6d7fd9a1990fd9e32aebd04c1bc4b4', name: "search", size: 16, color: "grey_70", class: "sd-select-list-item-search__icon" }), h("input", { key: 'c9400184f607d0385e5e8c25615e1a955256c6f4', ref: el => {
147
147
  this.inputEl = el;
148
- }, type: "text", class: "sd-select-list-item-search__input", placeholder: "\uAC80\uC0C9\uC5B4 \uC785\uB825", value: this.searchText, onInput: this.handleInput, onFocus: () => this.searchFocus.emit() }), h("button", { key: 'e94d1661c6ed26754d4ee7e186808ebd9f057ec9', type: "button", class: {
148
+ }, type: "text", class: "sd-select-list-item-search__input", placeholder: "\uAC80\uC0C9\uC5B4 \uC785\uB825", value: this.searchText, onInput: this.handleInput, onFocus: () => this.searchFocus.emit() }), h("button", { key: 'dcb18eff068dea3fcb9144c4dfd4500806f68753', type: "button", class: {
149
149
  'sd-select-list-item-search__clear': true,
150
150
  'sd-select-list-item-search__clear--hidden': this.searchText === '',
151
- }, onClick: this.handleClear, tabindex: this.searchText !== '' ? 0 : -1, "aria-hidden": this.searchText !== '' ? 'false' : 'true' }, h("sd-icon", { key: 'ad89b3421ec345f47c8d67d78f20cae86869d4c1', name: "close", size: 12, color: "#888888" })))));
151
+ }, onClick: this.handleClear, tabindex: this.searchText !== '' ? 0 : -1, "aria-hidden": this.searchText !== '' ? 'false' : 'true' }, h("sd-icon", { key: 'beb2cf23258aa1eaff2c9fdb63dae99570691af1', name: "close", size: 12, color: "#888888" })))));
152
152
  }
153
153
  };
154
154
  SdSelectListItemSearch.style = sdSelectListItemSearchCss();
@@ -263,15 +263,15 @@ const SdSelect = class {
263
263
  this.closeDropdown();
264
264
  },
265
265
  };
266
- return (h("sd-field", { key: '668df27ea03b5c2479f89649c494375bacd762ec', 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: () => {
266
+ return (h("sd-field", { key: 'c433e21047632ae1e7901e11f6f9d83070f8d83c', 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: () => {
267
267
  this.hovered = true;
268
268
  }, onMouseLeave: () => {
269
269
  this.hovered = false;
270
- } }, h("div", { key: '7d391d2c0719c165e9d19f5fdc34d39c374401e9', class: "sd-select", ref: el => {
270
+ } }, h("div", { key: 'f04f2f331c27745035c35d96d5262398065589a8', class: "sd-select", ref: el => {
271
271
  this.triggerRef = el;
272
- } }, h("sd-select-trigger", { key: 'b09a0f9dcb0071b79a21c8184deb7d07ba54185f', ref: el => {
272
+ } }, h("sd-select-trigger", { key: 'b66e83ff248618c815b155f27445f3da9e91361b', ref: el => {
273
273
  this.triggerComponentRef = el;
274
- }, 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: '2ae67c5e98c66c2a74ba96f4602ea14d53dd0177', ...portalProps }, h("sd-select-listbox", { key: '97ee517fa777abd4926f8105fd046e39dfeeb5ff', type: this.type, options: this.options, value: this.value, emitValue: this.emitValue, useSearch: this.useSearch, useSelectAll: this.useSelectAll, triggerWidth: this.triggerWidth, maxWidth: this.resolvedMaxDropdownWidth, maxHeight: this.resolvedDropdownHeight, onSdOptionSelect: event => this.handleOptionSelect(event.detail) })))));
274
+ }, 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: 'bd5b46d8e4849d235e39a9d9cfc549fdbe260076', ...portalProps }, h("sd-select-listbox", { key: '81266da14ee4e59b4cedd4b364c18fea4d3c4f7f', type: this.type, options: this.options, value: this.value, emitValue: this.emitValue, useSearch: this.useSearch, useSelectAll: this.useSelectAll, triggerWidth: this.triggerWidth, maxWidth: this.resolvedMaxDropdownWidth, maxHeight: this.resolvedDropdownHeight, onSdOptionSelect: event => this.handleOptionSelect(event.detail) })))));
275
275
  }
276
276
  static get watchers() { return {
277
277
  "isOpen": [{
@@ -635,9 +635,9 @@ const SdSelectListbox = class {
635
635
  '--listbox-max-height': this.maxHeight ?? '260px',
636
636
  '--listbox-radius': `${LIST_BOX_LAYOUT.radius}px`,
637
637
  };
638
- return (h("div", { key: '8c9b1a4471bf4e535c5f156d087e1b9be76ad903', class: "sd-select-listbox", style: cssVars }, this.showSearch && (h("sd-select-list-item-search", { key: '4cc596a1ac21c9b258d5db07ecb15d566179d743', isScrolled: this.isScrolled, onSdSearchFilter: this.handleSearchFilter })), h("div", { key: '977e15c7987ca387cf30783741f99b322150627b', class: "sd-select-listbox__list", onScroll: this.handleScroll, ref: el => {
638
+ return (h("div", { key: '4173255a866459bf0aeb98d517263d12f1c39fa5', class: "sd-select-listbox", style: cssVars }, this.showSearch && (h("sd-select-list-item-search", { key: '79e7d48d7234ebfd32d3cd242822dfa93a73c151', isScrolled: this.isScrolled, onSdSearchFilter: this.handleSearchFilter })), h("div", { key: '22981c1e049d0d526af06bb5b563de5130c14477', class: "sd-select-listbox__list", onScroll: this.handleScroll, ref: el => {
639
639
  this.listEl = el;
640
- } }, this.showSelectAll && (h("sd-select-list-item", { key: 'dada5a6662b2d3fa63ed11ab1c82561d5e2d2400', 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) })))))));
640
+ } }, this.showSelectAll && (h("sd-select-list-item", { key: '7acd37c5663bb101d6853cbd6629a78d402d6cde', 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) })))))));
641
641
  }
642
642
  static get watchers() { return {
643
643
  "searchKeyword": [{
@@ -697,7 +697,7 @@ const SdSelectTrigger = class {
697
697
  ? SELECT_COLORS.icon.disabled
698
698
  : SELECT_COLORS.icon.default,
699
699
  };
700
- return (h("div", { key: '67cb0ffaf0197a3ad12c402810317801ce69d4a1', ref: el => {
700
+ return (h("div", { key: '6694f35a396f368d5df9860db30d817beddb8bec', ref: el => {
701
701
  this.triggerEl = el;
702
702
  }, role: "button", "aria-haspopup": "listbox", "aria-expanded": this.isOpen ? 'true' : 'false', tabindex: this.disabled ? -1 : 0, class: {
703
703
  'sd-select-trigger': true,
@@ -708,7 +708,7 @@ const SdSelectTrigger = class {
708
708
  e.preventDefault();
709
709
  this.handleClick();
710
710
  }
711
- }, onFocus: this.handleFocus, onBlur: this.handleBlur }, h("div", { key: '4c28c852054fd7b09e5c45c9eb13882540f66553', class: "sd-select-trigger__content" }, h("span", { key: 'df415c9ac8d00a58e5539c8c655f12ebd49208a4', class: "sd-select-trigger__text" }, hasValue ? this.displayText : (this.placeholder ?? '선택')), h("sd-icon", { key: '429008e1edaf778e8a85f945a681cd675f2489b7', name: "chevronDown", size: 12, color: "var(--trigger-icon-color)", class: {
711
+ }, onFocus: this.handleFocus, onBlur: this.handleBlur }, h("div", { key: 'd8ff247ca362a8fc3677d9803261343a1e891298', class: "sd-select-trigger__content" }, h("span", { key: 'cd81a7c7c135372aad80fa9391b160337632643c', class: "sd-select-trigger__text" }, hasValue ? this.displayText : (this.placeholder ?? '선택')), h("sd-icon", { key: '838c12e2a9ce06036eee766ffd2f88f3215b8420', name: "chevronDown", size: 12, color: "var(--trigger-icon-color)", class: {
712
712
  'sd-select-trigger__icon': true,
713
713
  'sd-select-trigger__icon--open': this.isOpen,
714
714
  } }))));
@@ -100,7 +100,7 @@ const SdSwitch = class {
100
100
  '--sd-switch-line-height': `${SWITCH_TYPOGRAPHY.lineHeight}px`,
101
101
  '--sd-switch-text-decoration': SWITCH_TYPOGRAPHY.textDecoration,
102
102
  };
103
- return (h("label", { key: 'a37c1387905456007de46a6050616b025ad06b37', "aria-label": this.label || 'switch', class: this.switchClasses, style: cssVars }, h("input", { key: '5fcc9f72e177956e015e4cb009936edc60c4c3ec', type: "checkbox", checked: this.value, disabled: this.disabled, onInput: this.handleChange }), h("div", { key: 'bf1fa22a94b2b245a2ddf805df4cd1c204524710', class: "sd-switch__track" }, h("div", { key: '11dafcd812c560acb7a63f7267f40f8ed67da95b', class: "sd-switch__knob" })), this.label && h("span", { key: '6609d2e33e82e843ffd5bbb2d2010de3e299f081', class: "sd-switch__label" }, this.label)));
103
+ return (h("label", { key: 'ebb195a1bb93ae476b4bf3e697623809d626eed6', "aria-label": this.label || 'switch', class: this.switchClasses, style: cssVars }, h("input", { key: 'a6de6298d35c54ad83dc6285b90e67c8d3564d15', type: "checkbox", checked: this.value, disabled: this.disabled, onInput: this.handleChange }), h("div", { key: '7881f46be572edcfc82888564a7f85ad4207dd8e', class: "sd-switch__track" }, h("div", { key: 'c08c9d5894a6f9ddf3ecdaaa9253628478479043', class: "sd-switch__knob" })), this.label && h("span", { key: '4e01b185502829d8fb647d3eafaaf6565489b2f3', class: "sd-switch__label" }, this.label)));
104
104
  }
105
105
  };
106
106
  SdSwitch.style = sdSwitchCss();
@@ -1,4 +1,4 @@
1
- import { t as tableTokens } from './component.table-BnfUIhUj.js';
1
+ import { t as tableTokens } from './component.table-DQFHAKL_.js';
2
2
  import { s as systemTokens } from './system-GBlVDmy4.js';
3
3
 
4
4
  // ── Header Tokens ──
@@ -31,7 +31,9 @@ const TABLE_BODY_LAYOUT = {
31
31
  height: tableTokens.table.body.dense.height,
32
32
  paddingY: tableTokens.table.body.dense.paddingY,
33
33
  },
34
- paddingX: tableTokens.table.body.paddingX};
34
+ paddingX: tableTokens.table.body.paddingX,
35
+ framePadding: tableTokens.table.body.frame.padding,
36
+ };
35
37
  const TABLE_BODY_TYPOGRAPHY = {
36
38
  fontFamily: tableTokens.table.body.typography.fontFamily,
37
39
  fontWeight: tableTokens.table.body.typography.fontWeight,
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, c as createEvent, a as getElement, d as readTask, f as forceUpdate, h, H as Host } from './index-0U6dRjlq.js';
2
2
  import { T as TABLE_ID_ATTR } from './constants-sZMi_32I.js';
3
- import { T as TABLE_BODY_LAYOUT, a as TABLE_BODY_TYPOGRAPHY, b as TABLE_BORDER, c as TABLE_RADIUS } from './sd-table.config-B-VgXXT7.js';
4
- import './component.table-BnfUIhUj.js';
3
+ import { T as TABLE_BODY_LAYOUT, a as TABLE_BODY_TYPOGRAPHY, b as TABLE_BORDER, c as TABLE_RADIUS } from './sd-table.config-DU7Pc6YH.js';
4
+ import './component.table-DQFHAKL_.js';
5
5
  import './system-GBlVDmy4.js';
6
6
 
7
7
  let urlAlphabet =
@@ -56,7 +56,9 @@ const SdTable = class {
56
56
  get effectiveRowHeight() {
57
57
  if (this.rowHeight != null)
58
58
  return this.rowHeight;
59
- return this.dense ? Number(TABLE_BODY_LAYOUT.dense.height) : Number(TABLE_BODY_LAYOUT.default.height);
59
+ return this.dense
60
+ ? Number(TABLE_BODY_LAYOUT.dense.height)
61
+ : Number(TABLE_BODY_LAYOUT.default.height);
60
62
  }
61
63
  virtualBuffer = 5;
62
64
  virtualEndThreshold = 10;
@@ -250,7 +252,6 @@ const SdTable = class {
250
252
  el.unregisterSpanSync = this.unregisterSpanSync.bind(this);
251
253
  el.getSpanSync = this.getSpanSync.bind(this);
252
254
  el.isCoveredSync = this.isCoveredSync.bind(this);
253
- el.isVisualLastRowSync = this.isVisualLastRowSync.bind(this);
254
255
  el.registerSeparatorSync = this.registerSeparatorSync.bind(this);
255
256
  el.unregisterSeparatorSync = this.unregisterSeparatorSync.bind(this);
256
257
  el.isVisualLastRowBeforeSeparatorSync = this.isVisualLastRowBeforeSeparatorSync.bind(this);
@@ -261,6 +262,7 @@ const SdTable = class {
261
262
  el.registerUseFrameSync = this.registerUseFrameSync.bind(this);
262
263
  el.unregisterUseFrameSync = this.unregisterUseFrameSync.bind(this);
263
264
  el.hasUseFrameInRowSync = this.hasUseFrameInRowSync.bind(this);
265
+ el.isCellUseFrameSync = this.isCellUseFrameSync.bind(this);
264
266
  if (Array.isArray(this.rows)) {
265
267
  this.rowCount = this.rows.length;
266
268
  this.pushRowsToChildren(this.rows);
@@ -338,8 +340,15 @@ const SdTable = class {
338
340
  }
339
341
  });
340
342
  this.noDataContentResizeObserver.observe(target);
341
- const measured = Math.ceil(target.scrollHeight);
342
- this.noDataBodyHeight = Math.max(60, measured);
343
+ readTask(() => {
344
+ if (!this.noDataContentEl)
345
+ return;
346
+ const measured = Math.ceil(this.noDataContentEl.scrollHeight);
347
+ const next = Math.max(60, measured);
348
+ if (next !== this.noDataBodyHeight) {
349
+ this.noDataBodyHeight = next;
350
+ }
351
+ });
343
352
  }
344
353
  // light DOM(manual mode 자식)과 shadow DOM(autoThead/autoTbody fallback) 양쪽 모두에서 자식을 찾는다.
345
354
  queryChildEl(selector) {
@@ -463,6 +472,9 @@ const SdTable = class {
463
472
  const fields = this.useFrameRegistry.get(rowKey);
464
473
  return fields != null && fields.size > 0;
465
474
  }
475
+ isCellUseFrameSync(rowKey, field) {
476
+ return this.useFrameRegistry.get(rowKey)?.has(field) ?? false;
477
+ }
466
478
  isRowSelectedSync(row) {
467
479
  return Array.from(this.innerSelected).some(r => r[this.rowKey ?? 'id'] === row[this.rowKey ?? 'id']);
468
480
  }
@@ -734,7 +746,7 @@ const SdTable = class {
734
746
  return false;
735
747
  }
736
748
  // rowspan을 반영한 셀의 시각적 하단 행 인덱스를 반환한다.
737
- // isVisualLastRowSync·isVisualLastRowBeforeSeparatorSync 공통 헬퍼.
749
+ // isVisualLastRowBeforeSeparatorSync 헬퍼.
738
750
  resolveVisualBottom(rowKey, field) {
739
751
  const myRowIdx = this.resolveRowIndex(rowKey);
740
752
  if (myRowIdx == null)
@@ -743,20 +755,6 @@ const SdTable = class {
743
755
  const rs = Math.max(1, span?.rowspan ?? 1);
744
756
  return myRowIdx + rs - 1;
745
757
  }
746
- // 셀의 시각적 하단이 테이블(또는 현재 페이지)의 마지막 행인지 판정.
747
- // 마지막 행에 border-bottom: none을 적용하기 위함.
748
- isVisualLastRowSync(rowKey, field) {
749
- if (this.rowCount <= 0)
750
- return false;
751
- const visualBottom = this.resolveVisualBottom(rowKey, field);
752
- if (visualBottom == null)
753
- return false;
754
- const pageInfo = this.getPaginationInfoSync();
755
- const lastVisibleIdx = pageInfo
756
- ? Math.min(pageInfo.endIndex - 1, this.rowCount - 1)
757
- : this.rowCount - 1;
758
- return visualBottom === lastVisibleIdx;
759
- }
760
758
  registerSeparatorSync(prevRowKey) {
761
759
  const idx = this.resolveRowIndex(prevRowKey);
762
760
  if (idx != null)
@@ -873,25 +871,25 @@ const SdTable = class {
873
871
  '--table-body-line-height': `${TABLE_BODY_TYPOGRAPHY.lineHeight}px`,
874
872
  '--table-body-text-decoration': TABLE_BODY_TYPOGRAPHY.textDecoration,
875
873
  };
876
- return (h(Host, { key: 'f7d92943fcb354f69d99c1e4fd37749cc06185c7', style: hostStyle }, h("div", { key: '53d6ac0eedc2c2a56c05bf5a751be43bc18f9fe7', class: "sd-table__container", style: {
874
+ return (h(Host, { key: '2b7c1eaf862c45c73751af6035a022e8ce0314b4', style: hostStyle }, h("div", { key: '35851e539eef8ff69ff03bd31f5d55d95eb8bf7a', class: "sd-table__container", style: {
877
875
  '--table-width': this.width,
878
876
  '--table-height': effectiveTableHeight,
879
877
  '--table-container-height': `calc(${effectiveTableHeight} - ${paginationHeight}px)`,
880
- } }, h("div", { key: 'b85980b8307b2a50ee1554262d025b58bad42e87', class: {
878
+ } }, h("div", { key: 'e3bf5576fd1b1ee9ffab5d240de904204f4288d5', class: {
881
879
  'sd-table__wrapper': true,
882
880
  'sd-table__wrapper--radius-use-top': this.radius === 'useTop',
883
- } }, h("div", { key: 'acf9816ceaaea06b807056606d684befebe9dcd0', class: {
881
+ } }, h("div", { key: 'a67ebcb802a3ed443cca1fc33a00787642e08e84', class: {
884
882
  'sd-table__scroll-container': true,
885
883
  'sd-table__scroll-container--loading': this.isLoading,
886
884
  'sd-table__scroll-container--no-data': isNoData,
887
- } }, this.isLoading && (h("div", { key: '8a1a18cbf500a8e9ad519438a59e084186d9f339', class: "sd-table__loading", style: { top: `${this.loadingScrollTop}px` } }, h("sd-circle-progress", { key: '443ffcfb06edbae8ac94be7e8e5a94c1e2b68588', indeterminate: true }))), isNoData && (h(h.Fragment, null, h("div", { key: '3aefe27935a816df9658ec89adf261d11c0e8e77', class: "sd-table__no-data-header-overlay" }), h("div", { key: 'db89a7d1cbbf041bdd30be9e0a205147073891e2', class: "sd-table__no-data" }, h("div", { key: 'a9bf47e80db21c30ffa651b03b203e5e205134c9', class: "sd-table__no-data-content", ref: el => {
885
+ } }, this.isLoading && (h("div", { key: '2cdaff94dab50598c05364930dd3e763a6f2f79a', class: "sd-table__loading", style: { top: `${this.loadingScrollTop}px` } }, h("sd-circle-progress", { key: '49211d7555a38996d3fd9cfce0df50bb626fa1d6', indeterminate: true }))), isNoData && (h(h.Fragment, null, h("div", { key: '3da9d42ecedbdc63858a06040f0e22d265a8183b', class: "sd-table__no-data-header-overlay" }), h("div", { key: '20b5d8be682572a4ddbce21b6cd265894d014499', class: "sd-table__no-data" }, h("div", { key: 'a024fa084f4a137a70fe176cee6918b4f701fd42', class: "sd-table__no-data-content", ref: el => {
888
886
  this.noDataContentEl = el;
889
887
  if (el)
890
888
  this.syncNoDataContentObserver();
891
- } }, h("slot", { key: '20f0c0b43534ef344864bf2450abb4c2a8fb704b', name: "no-data" }, h("span", { key: 'a19688e4da7961e7c828694124819c4e60a6700f' }, this.resolvedNoDataLabel)))))), h("table", { key: '2b03aa5c5d59e0ac85051f90a022b59b8dbb871a', 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 &&
889
+ } }, h("slot", { key: '9603eefa63fd5bc05dfa132c6be2302497d4c228', name: "no-data" }, h("span", { key: '0dad4e143d8251e375f748d1e5e1a77909fab164' }, this.resolvedNoDataLabel)))))), h("table", { key: '83325a8970f18bb9cf7a78dc665d16a24edc18da', 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 &&
892
890
  this.pagination.rowsPerPage > 0 &&
893
891
  this.rowCount > 0 &&
894
- !this.useVirtualScroll && (h("div", { key: 'dc4a0132898490ef7e87e26a75fca8e3b2056a49', class: "sd-table__pagination" }, h("sd-pagination", { key: '9030b0965e8d2c1a54fce07cfc4067f49edb2375', 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: '0d95ba3138da081d6c15202748ff3db1e23def01', value: this.useInternalPagination
892
+ !this.useVirtualScroll && (h("div", { key: '935b0f916cbc1de29a7f6b3805a5a3c25eaba467', class: "sd-table__pagination" }, h("sd-pagination", { key: '7faad5d0b2efe652a9ed989910551aa8bc5592ec', 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: 'd514c41459a60ac47ffcd476a635c47386232c50', value: this.useInternalPagination
895
893
  ? this.innerRowsPerPage
896
894
  : this.pagination.rowsPerPage, options: this.rowsPerPageOption, width: "128px", emitValue: true, onSdUpdate: e => {
897
895
  if (!this.isRowsPerPageValue(e.detail))
@@ -186,7 +186,7 @@ const SdTabs = class {
186
186
  };
187
187
  }
188
188
  render() {
189
- return (h("div", { key: 'dd4377850ef052d22b6eb790b7766a3521a41c1c', class: this.getContainerClasses(), style: this.buildCssVars() }, this.tabs.map((tab, index) => {
189
+ return (h("div", { key: '880f1aa80c29f2d578ffe2d5e5e5e0c008c898d3', class: this.getContainerClasses(), style: this.buildCssVars() }, this.tabs.map((tab, index) => {
190
190
  const badgeName = this.getBadgeName(tab);
191
191
  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 => {
192
192
  if (e.key === 'Enter' || e.key === ' ') {
@@ -205,7 +205,7 @@ const SdTag = class {
205
205
  render() {
206
206
  const config = this.resolvedConfig;
207
207
  const iconNode = this.renderIcon(config.icon, config.iconSize);
208
- return (h("span", { key: 'bcf16350c162da2907ddf4ac53924d016a2457dd', class: "sd-tag", style: {
208
+ return (h("span", { key: '57f3c3f9ad53059fabff205cb44ffa3d1da9a711', class: "sd-tag", style: {
209
209
  '--sd-tag-background': config.background,
210
210
  '--sd-tag-content': config.content,
211
211
  '--sd-tag-height': config.height,
@@ -215,7 +215,7 @@ const SdTag = class {
215
215
  '--sd-tag-font-weight': config.fontWeight,
216
216
  '--sd-tag-line-height': config.lineHeight,
217
217
  '--sd-tag-radius': config.radius,
218
- }, "aria-label": this.label || 'tag' }, this.icon && this.isLeft && iconNode, h("span", { key: '248f9d8df1ff10af3c533580203cac1f816d8000', class: "sd-tag__label" }, this.label), this.icon && !this.isLeft && iconNode));
218
+ }, "aria-label": this.label || 'tag' }, this.icon && this.isLeft && iconNode, h("span", { key: '3360f36d18f073cd24699b6b8db2e731fda351ac', class: "sd-tag__label" }, this.label), this.icon && !this.isLeft && iconNode));
219
219
  }
220
220
  };
221
221
  SdTag.style = sdTagCss();
@@ -25,11 +25,13 @@ const SdTd = class {
25
25
  this.syncSlotName();
26
26
  this.syncSpanRegistration();
27
27
  this.syncCellClassRegistration(oldField);
28
+ this.syncUseFrameRegistration(oldField);
28
29
  }
29
30
  handleRowKeyChange(_newKey, oldKey) {
30
31
  this.syncSlotName();
31
32
  this.syncSpanRegistration();
32
33
  this.syncCellClassRegistration(undefined, oldKey);
34
+ this.syncUseFrameRegistration(undefined, oldKey);
33
35
  }
34
36
  handleSpanChange() {
35
37
  this.syncSpanRegistration();
@@ -40,15 +42,15 @@ const SdTd = class {
40
42
  handleDividerChange() {
41
43
  this.syncCellClassRegistration();
42
44
  }
43
- handleUseFieldChange() {
44
- this.syncUseFieldRegistration();
45
+ handleUseFrameChange() {
46
+ this.syncUseFrameRegistration();
45
47
  this.requestParentTrUpdate();
46
48
  }
47
49
  componentWillLoad() {
48
50
  this.syncSlotName();
49
51
  this.syncSpanRegistration();
50
52
  this.syncCellClassRegistration();
51
- this.syncUseFieldRegistration();
53
+ this.syncUseFrameRegistration();
52
54
  // slot 타이밍 엇갈림 대응: 부모 sd-tr forceUpdate로 슬롯 재매칭
53
55
  const parentTr = this.el.parentElement;
54
56
  if (parentTr?.tagName?.toLowerCase() === 'sd-tr') {
@@ -59,7 +61,7 @@ const SdTd = class {
59
61
  this.syncSlotName();
60
62
  this.syncSpanRegistration();
61
63
  this.syncCellClassRegistration();
62
- this.syncUseFieldRegistration();
64
+ this.syncUseFrameRegistration();
63
65
  }
64
66
  // React StrictMode에서는 disconnect/reconnect 사이클이 일어나면서
65
67
  // 동일 인스턴스의 componentWillLoad는 더 이상 호출되지 않는다.
@@ -67,7 +69,7 @@ const SdTd = class {
67
69
  connectedCallback() {
68
70
  this.syncSpanRegistration();
69
71
  this.syncCellClassRegistration();
70
- this.syncUseFieldRegistration();
72
+ this.syncUseFrameRegistration();
71
73
  }
72
74
  disconnectedCallback() {
73
75
  const table = this.findTable();
@@ -124,9 +126,16 @@ const SdTd = class {
124
126
  table.registerCellClassSync(String(this.rowKey), this.field, combinedClass);
125
127
  this.requestParentTrUpdate();
126
128
  }
127
- syncUseFieldRegistration() {
129
+ syncUseFrameRegistration(prevField, prevRowKey) {
128
130
  const table = this.findTable();
129
- if (!table || this.field === '' || this.rowKey == null)
131
+ if (!table)
132
+ return;
133
+ const oldField = prevField ?? this.field;
134
+ const oldRowKey = prevRowKey ?? (this.rowKey != null ? String(this.rowKey) : undefined);
135
+ if (oldField !== '' && oldRowKey != null) {
136
+ table.unregisterUseFrameSync?.(oldRowKey, oldField);
137
+ }
138
+ if (this.field === '' || this.rowKey == null)
130
139
  return;
131
140
  if (this.useFrame) {
132
141
  table.registerUseFrameSync?.(String(this.rowKey), this.field);
@@ -147,7 +156,7 @@ const SdTd = class {
147
156
  }
148
157
  }
149
158
  render() {
150
- return (h(Host, { key: 'ececfaf265a550ee38c5c2cc2ddd2875352deb10', class: { [`align-${this.align}`]: Boolean(this.align) } }, h("slot", { key: 'c4a43f9affc1938d882e63e91ac90d570efffa37' })));
159
+ return (h(Host, { key: '505b602b609050870e7e80df9157dbc50d0cb8c1', class: { [`align-${this.align}`]: Boolean(this.align) } }, h("slot", { key: '9910f02d98ce5e115b2a380954dd0a994f9f1c12' })));
151
160
  }
152
161
  static get watchers() { return {
153
162
  "field": [{
@@ -172,7 +181,7 @@ const SdTd = class {
172
181
  "handleDividerChange": 0
173
182
  }],
174
183
  "useFrame": [{
175
- "handleUseFieldChange": 0
184
+ "handleUseFrameChange": 0
176
185
  }]
177
186
  }; }
178
187
  };
@@ -74,7 +74,7 @@ const SdTextLink = class {
74
74
  '--sd-text-link-text-decoration': typo.textDecoration,
75
75
  ...(this.disabled ? { '--sd-text-link-color': TEXT_LINK_COLORS.content.disabled } : {}),
76
76
  };
77
- return (h("span", { key: '284a073ec6aca3ad91bffe084c3b84813df58772', role: "button", tabindex: this.disabled ? -1 : 0, class: {
77
+ return (h("span", { key: '11d2153cc91818c1214e21ffa14bd08249ad1116', role: "button", tabindex: this.disabled ? -1 : 0, class: {
78
78
  'sd-text-link': true,
79
79
  'sd-text-link--disabled': this.disabled,
80
80
  }, style: cssVars, onClick: this.handleClick, onKeyDown: e => {
@@ -82,13 +82,13 @@ const SdTextLink = class {
82
82
  e.preventDefault();
83
83
  this.handleClick();
84
84
  }
85
- } }, this.icon && (h("sd-icon", { key: '1e2021703a766769aa647f418fb4b287039d58a5', name: this.icon, size: TEXT_LINK_LAYOUT.iconSize, color: iconColor, class: "sd-text-link__icon" })), h("span", { key: 'a25f207b8bf5bc2c221f0b370159b61ba2f27040', class: labelClassName }, this.label), this.useArrow && (h("span", { key: 'f273671ee796224bada0d2d27fc58ff893c433e7', class: "sd-text-link__arrow", style: {
85
+ } }, this.icon && (h("sd-icon", { key: '23972d53b4968c9bdef9b54dfa785e658ba117ef', name: this.icon, size: TEXT_LINK_LAYOUT.iconSize, color: iconColor, class: "sd-text-link__icon" })), h("span", { key: '5e99a6c1151093929086ec4398b93d7db590d959', class: labelClassName }, this.label), this.useArrow && (h("span", { key: 'b814759278cefe229a5321556374438f281ce0f3', class: "sd-text-link__arrow", style: {
86
86
  width: `${TEXT_LINK_LAYOUT.arrowFrame}px`,
87
87
  height: `${TEXT_LINK_LAYOUT.arrowFrame}px`,
88
88
  display: 'inline-flex',
89
89
  alignItems: 'center',
90
90
  justifyContent: 'center',
91
- } }, h("sd-icon", { key: '2e499bf0c1cd57d1ffb90999daa1c38d0cf43df8', name: "chevronRight", size: TEXT_LINK_LAYOUT.arrowIconSize, color: arrowColor })))));
91
+ } }, h("sd-icon", { key: 'dfe3286eaeef9a176f5ff1a69950713e2712a550', name: "chevronRight", size: TEXT_LINK_LAYOUT.arrowIconSize, color: arrowColor })))));
92
92
  }
93
93
  };
94
94
  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: '4cf4413f350c2a1adc475c567d874252b1786e91', class: "sd-toast-container", style: this.getContainerStyles(), onMouseEnter: () => {
235
+ return (h("div", { key: 'bc3c9591b6453eed7df462841e29784c29b3aeef', 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: 'edab2d1d8ac8222a988d38279f1a002281454f51', style: {
85
+ return (h("div", { key: 'db3ffaf51dc96c39c05558017f25929c679a59df', 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: '8dd98dd58cdf003ce031e5ae96b749a037333ce1', class: "sd-toast", role: "status", "aria-live": "polite", "aria-atomic": "true" }, this.icon && (h("div", { key: '2b78cbc4fe96cc00d444fb49956da1fe245993ef', class: "sd-toast__icon" }, h("sd-icon", { key: '679852c9a19046ce1d2c9a0cdb4346f6e23c77fb', name: this.icon, size: iconSize, color: iconColor }))), h("div", { key: '2798bd2392e9fc3c4c0375d894572da13d3d7e25', class: "sd-toast__content" }, h("span", { key: '76ab798742baa63b21bda60867cbeb5aa20f7957', class: "sd-toast__message" }, this.message)), this.link && (h("a", { key: '6eb61ca5737f9af06ad63cfcef671e46ecc8de47', href: this.link, class: "sd-toast__link", target: "_blank", rel: "noopener noreferrer" }, this.linkLabel || this.link)), this.buttonLabel && (h("sd-button", { key: '6c1ad7d494c7cc218b1058fec1ed3e42af0c83fc', class: "sd-toast__button", name: buttonName, label: this.buttonLabel, onSdClick: (event) => this.buttonClick.emit(event.detail) })), this.useClose && (h("sd-ghost-button", { key: '32dd9adcc951a3a852bf20540376bd4d7ced7526', class: "sd-toast__close", icon: "close", intent: useDefaultCloseIntent ? 'default' : 'inverse', ariaLabel: "close", size: "xs", onClick: () => this.close.emit() })))));
90
+ } }, h("div", { key: '92344f5bb95b0d4787591207f2e017d7dd177091', class: "sd-toast", role: "status", "aria-live": "polite", "aria-atomic": "true" }, this.icon && (h("div", { key: '991db58b2cb019dd3a787e000e9d8813014bbb09', class: "sd-toast__icon" }, h("sd-icon", { key: '24d53cd77fdea82ec07663a8968493ec2b794751', name: this.icon, size: iconSize, color: iconColor }))), h("div", { key: '70cfad4ef389cca798be9baeac99bfc41efcc615', class: "sd-toast__content" }, h("span", { key: '5927023435b17dc25ee07630fc4ae4568aadd9b9', class: "sd-toast__message" }, this.message)), this.link && (h("a", { key: '410c024fd81ebcc78175c1855a86f590566d1a81', href: this.link, class: "sd-toast__link", target: "_blank", rel: "noopener noreferrer" }, this.linkLabel || this.link)), this.buttonLabel && (h("sd-button", { key: 'd85287e7ef796a11f850a0ce5cde87f5881fa5c9', class: "sd-toast__button", name: buttonName, label: this.buttonLabel, onSdClick: (event) => this.buttonClick.emit(event.detail) })), this.useClose && (h("sd-ghost-button", { key: '55a6bf6457bd89254f6eb01072d46a0edbb8b510', 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: '0b8273ed8f8efae70de32b92671bbd1353e877dc', class: this.toggleClasses, style: cssVars, "aria-label": this.label || 'toggle' }, this.label, h("input", { key: '2ec9909142463f8ba556ad885cb7f97bedad6b31', style: { display: 'none' }, type: "checkbox", onInput: this.handleChange })));
121
+ return (h("label", { key: 'b16577aa25863a9dc337314d9059328799c1cd1e', class: this.toggleClasses, style: cssVars, "aria-label": this.label || 'toggle' }, this.label, h("input", { key: '6130825b74df8a573f4e062671fd694508759e82', style: { display: 'none' }, type: "checkbox", onInput: this.handleChange })));
122
122
  }
123
123
  };
124
124
  SdToggle.style = sdToggleCss();