@sellmate/design-system 1.2.0 → 1.3.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 (314) hide show
  1. package/dist/cjs/component.datepicker-Cw_-oidk.js +121 -0
  2. package/dist/cjs/design-system.cjs.js +1 -1
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/sd-action-modal.cjs.entry.js +1 -1
  5. package/dist/cjs/sd-badge.cjs.entry.js +1 -1
  6. package/dist/cjs/sd-barcode-input.cjs.entry.js +1 -1
  7. package/dist/cjs/sd-button_2.cjs.entry.js +270 -4
  8. package/dist/cjs/sd-calendar_2.cjs.entry.js +262 -0
  9. package/dist/cjs/sd-card.cjs.entry.js +1 -1
  10. package/dist/cjs/sd-checkbox.cjs.entry.js +3 -3
  11. package/dist/cjs/sd-chip.cjs.entry.js +1 -1
  12. package/dist/cjs/sd-circle-progress.cjs.entry.js +1 -1
  13. package/dist/cjs/sd-confirm-modal_2.cjs.entry.js +3 -3
  14. package/dist/cjs/sd-date-box.cjs.entry.js +2 -2
  15. package/dist/cjs/sd-date-picker.config-D3lTpa6W.js +37 -0
  16. package/dist/cjs/sd-date-picker_7.cjs.entry.js +15 -13
  17. package/dist/cjs/sd-date-range-picker-calendar.cjs.entry.js +37 -37
  18. package/dist/cjs/sd-dropdown-button.cjs.entry.js +3 -3
  19. package/dist/cjs/sd-field_3.cjs.entry.js +7 -7
  20. package/dist/cjs/sd-form.cjs.entry.js +1 -1
  21. package/dist/cjs/sd-ghost-button.cjs.entry.js +2 -2
  22. package/dist/cjs/sd-guide.cjs.entry.js +2 -2
  23. package/dist/cjs/sd-linear-progress.cjs.entry.js +1 -1
  24. package/dist/cjs/sd-loading-container.cjs.entry.js +2 -2
  25. package/dist/cjs/sd-pagination_4.cjs.entry.js +8 -8
  26. package/dist/cjs/sd-popover.cjs.entry.js +3 -3
  27. package/dist/cjs/sd-popup.cjs.entry.js +1 -1
  28. package/dist/cjs/sd-portal.cjs.entry.js +1 -1
  29. package/dist/cjs/sd-radio-button.cjs.entry.js +1 -1
  30. package/dist/cjs/sd-radio.cjs.entry.js +1 -1
  31. package/dist/cjs/sd-select-list-item_2.cjs.entry.js +6 -6
  32. package/dist/cjs/sd-select_3.cjs.entry.js +8 -8
  33. package/dist/cjs/sd-switch.cjs.entry.js +1 -1
  34. package/dist/cjs/sd-table.cjs.entry.js +6 -6
  35. package/dist/cjs/sd-tabs.cjs.entry.js +1 -1
  36. package/dist/cjs/sd-tag.cjs.entry.js +2 -2
  37. package/dist/cjs/sd-td.cjs.entry.js +1 -1
  38. package/dist/cjs/sd-text-link.cjs.entry.js +3 -3
  39. package/dist/cjs/sd-toast-container.cjs.entry.js +1 -1
  40. package/dist/cjs/sd-toast.cjs.entry.js +2 -2
  41. package/dist/cjs/sd-toggle.cjs.entry.js +1 -1
  42. package/dist/cjs/useDatePicker-dCuEgvjX.js +103 -0
  43. package/dist/collection/collection-manifest.json +1 -2
  44. package/dist/collection/components/sd-action-modal/sd-action-modal.js +1 -1
  45. package/dist/collection/components/sd-badge/sd-badge.js +1 -1
  46. package/dist/collection/components/sd-barcode-input/sd-barcode-input.js +1 -1
  47. package/dist/collection/components/sd-button/sd-button.js +2 -2
  48. package/dist/collection/components/sd-calendar/sd-calendar.config.js +51 -0
  49. package/dist/collection/components/sd-calendar/sd-calendar.css +134 -73
  50. package/dist/collection/components/sd-calendar/sd-calendar.js +172 -133
  51. package/dist/collection/components/sd-card/sd-card.js +1 -1
  52. package/dist/collection/components/sd-checkbox/sd-checkbox.js +3 -3
  53. package/dist/collection/components/sd-chip/sd-chip.js +1 -1
  54. package/dist/collection/components/sd-circle-progress/sd-circle-progress.js +1 -1
  55. package/dist/collection/components/sd-confirm-modal/sd-confirm-modal.js +2 -2
  56. package/dist/collection/components/sd-date-box/sd-date-box.js +2 -2
  57. package/dist/collection/components/sd-date-picker/sd-date-picker-trigger/sd-date-picker-trigger.js +2 -2
  58. package/dist/collection/components/sd-date-picker/sd-date-picker.config.js +0 -38
  59. package/dist/collection/components/sd-date-picker/sd-date-picker.js +3 -2
  60. package/dist/collection/components/sd-date-range-picker/sd-date-range-picker-calendar/sd-date-range-picker-calendar.js +1 -1
  61. package/dist/collection/components/sd-date-range-picker/sd-date-range-picker.config.js +2 -1
  62. package/dist/collection/components/sd-date-range-picker/sd-date-range-picker.js +2 -2
  63. package/dist/collection/components/sd-dropdown-button/sd-dropdown-button.js +3 -3
  64. package/dist/collection/components/sd-field/sd-field.js +4 -4
  65. package/dist/collection/components/sd-floating-portal/sd-floating-portal.js +1 -1
  66. package/dist/collection/components/sd-form/sd-form.js +1 -1
  67. package/dist/collection/components/sd-ghost-button/sd-ghost-button.js +2 -2
  68. package/dist/collection/components/sd-guide/sd-guide.js +2 -2
  69. package/dist/collection/components/sd-input/sd-input.js +2 -2
  70. package/dist/collection/components/sd-linear-progress/sd-linear-progress.js +1 -1
  71. package/dist/collection/components/sd-loading-container/sd-loading-container.js +2 -2
  72. package/dist/collection/components/sd-loading-modal/sd-loading-modal.js +1 -1
  73. package/dist/collection/components/sd-number-input/sd-number-input.js +4 -4
  74. package/dist/collection/components/sd-pagination/sd-pagination.js +3 -3
  75. package/dist/collection/components/sd-popover/sd-popover.js +4 -4
  76. package/dist/collection/components/sd-popup/sd-popup.js +1 -1
  77. package/dist/collection/components/sd-portal/sd-portal.js +1 -1
  78. package/dist/collection/components/sd-radio/sd-radio.js +1 -1
  79. package/dist/collection/components/sd-radio-button/sd-radio-button.js +1 -1
  80. package/dist/collection/components/sd-radio-group/sd-radio-group.js +1 -1
  81. package/dist/collection/components/sd-select/sd-select-list-item/sd-select-list-item.js +2 -2
  82. package/dist/collection/components/sd-select/sd-select-list-item-search/sd-select-list-item-search.js +4 -4
  83. package/dist/collection/components/sd-select/sd-select-listbox/sd-select-listbox.js +2 -2
  84. package/dist/collection/components/sd-select/sd-select-trigger/sd-select-trigger.js +2 -2
  85. package/dist/collection/components/sd-select/sd-select.js +4 -4
  86. package/dist/collection/components/sd-switch/sd-switch.js +1 -1
  87. package/dist/collection/components/sd-table/sd-table.js +6 -6
  88. package/dist/collection/components/sd-table/sd-tbody/sd-tbody.js +2 -2
  89. package/dist/collection/components/sd-table/sd-td/sd-td.js +1 -1
  90. package/dist/collection/components/sd-table/sd-thead/sd-thead.js +3 -3
  91. package/dist/collection/components/sd-tabs/sd-tabs.js +1 -1
  92. package/dist/collection/components/sd-tag/sd-tag.js +2 -2
  93. package/dist/collection/components/sd-text-link/sd-text-link.js +3 -3
  94. package/dist/collection/components/sd-textarea/sd-textarea.js +1 -1
  95. package/dist/collection/components/sd-toast/sd-toast.js +2 -2
  96. package/dist/collection/components/sd-toast-container/sd-toast-container.js +1 -1
  97. package/dist/collection/components/sd-toggle/sd-toggle.js +1 -1
  98. package/dist/collection/components/sd-tooltip/sd-tooltip.js +2 -2
  99. package/dist/collection/index.js +1 -1
  100. package/dist/components/{p-Ch5Yu1qd.js → p-B8o25hOw.js} +1 -1
  101. package/dist/components/{p-BY1LGlfc.js → p-BFC3Etk2.js} +1 -1
  102. package/dist/components/p-BQn6le_Y.js +1 -0
  103. package/dist/components/{p-nOCYbyW4.js → p-BRk9YZBe.js} +1 -1
  104. package/dist/components/{p-Jts7ueOa.js → p-BRxXhFqt.js} +1 -1
  105. package/dist/components/{p-Cktiasfd.js → p-BSfu4DO2.js} +1 -1
  106. package/dist/components/{p-B3D43x7F.js → p-BZabVWBD.js} +1 -1
  107. package/dist/components/{p-BsM-fwYd.js → p-BeBiPTbd.js} +1 -1
  108. package/dist/components/{p-Dl8TIEQu.js → p-BjpbUGud.js} +1 -1
  109. package/dist/components/p-BkWaPXXj.js +1 -0
  110. package/dist/components/{p-DL1ac1QS.js → p-Bs1Z5QtN.js} +1 -1
  111. package/dist/components/{p-teN3CfOr.js → p-BwPmM1Pm.js} +1 -1
  112. package/dist/components/{p-DBFgk0rX.js → p-C3fqSH7A.js} +1 -1
  113. package/dist/components/{p-D0Jiw-Zk.js → p-CIUE4qr7.js} +1 -1
  114. package/dist/components/{p-BXCyVrle.js → p-CLxVZFEG.js} +1 -1
  115. package/dist/components/{p-C5CH-s6a.js → p-CPuyhF6g.js} +1 -1
  116. package/dist/components/{p-B-sK7I83.js → p-CpgTSxf0.js} +1 -1
  117. package/dist/components/p-Cx_d5vsS.js +1 -0
  118. package/dist/components/{p-CQI40kiY.js → p-CyObYB-g.js} +1 -1
  119. package/dist/components/{p-DFLCjX1a.js → p-D7nYP2a4.js} +1 -1
  120. package/dist/components/{p-wCNRlKLa.js → p-DS7Ypvt5.js} +1 -1
  121. package/dist/components/{p-CsVAx6KV.js → p-Da5i_Sa6.js} +1 -1
  122. package/dist/components/{p-CdOHomUp.js → p-DlREBZ-C.js} +1 -1
  123. package/dist/components/p-DnW8EAqd.js +1 -0
  124. package/dist/components/{p-BorUSgEK.js → p-FKKk7Bk8.js} +1 -1
  125. package/dist/components/{p-CRL7TjSB.js → p-INdVvadB.js} +1 -1
  126. package/dist/components/p-JlZdKw4C.js +1 -0
  127. package/dist/components/{p-C7WLft_0.js → p-VuxN5d2D.js} +1 -1
  128. package/dist/components/p-WAsath62.js +1 -0
  129. package/dist/components/{p-u8teDaMa.js → p-X-8I-A3g.js} +1 -1
  130. package/dist/components/{p-arZfxxPn.js → p-Z5Vk33zf.js} +1 -1
  131. package/dist/components/{p-BAcmO7w0.js → p-kSfaCwf1.js} +1 -1
  132. package/dist/components/p-oyZgWRnC.js +1 -0
  133. package/dist/components/{p-2wB9cing.js → p-t161LJqb.js} +1 -1
  134. package/dist/components/{p-CK9ciBIR.js → p-wOAxmZ1V.js} +1 -1
  135. package/dist/components/{p-B7mpdnNl.js → p-xX3QT-8K.js} +1 -1
  136. package/dist/components/sd-action-modal.js +1 -1
  137. package/dist/components/sd-badge.js +1 -1
  138. package/dist/components/sd-barcode-input.js +1 -1
  139. package/dist/components/sd-button.js +1 -1
  140. package/dist/components/sd-calendar.js +1 -1
  141. package/dist/components/sd-card.js +1 -1
  142. package/dist/components/sd-checkbox.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-box.js +1 -1
  147. package/dist/components/sd-date-picker-trigger.js +1 -1
  148. package/dist/components/sd-date-picker.js +1 -1
  149. package/dist/components/sd-date-range-picker-calendar.js +1 -1
  150. package/dist/components/sd-date-range-picker.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-form.js +1 -1
  156. package/dist/components/sd-ghost-button.js +1 -1
  157. package/dist/components/sd-guide.js +1 -1
  158. package/dist/components/sd-icon.js +1 -1
  159. package/dist/components/sd-input.js +1 -1
  160. package/dist/components/sd-key-value-table.js +1 -1
  161. package/dist/components/sd-linear-progress.js +1 -1
  162. package/dist/components/sd-loading-container.js +1 -1
  163. package/dist/components/sd-loading-modal.js +1 -1
  164. package/dist/components/sd-modal-container.js +1 -1
  165. package/dist/components/sd-number-input.js +1 -1
  166. package/dist/components/sd-pagination.js +1 -1
  167. package/dist/components/sd-popover.js +1 -1
  168. package/dist/components/sd-popup.js +1 -1
  169. package/dist/components/sd-portal.js +1 -1
  170. package/dist/components/sd-radio-button.js +1 -1
  171. package/dist/components/sd-radio-group.js +1 -1
  172. package/dist/components/sd-radio.js +1 -1
  173. package/dist/components/sd-select-list-item-search.js +1 -1
  174. package/dist/components/sd-select-list-item.js +1 -1
  175. package/dist/components/sd-select-listbox.js +1 -1
  176. package/dist/components/sd-select-trigger.js +1 -1
  177. package/dist/components/sd-select.js +1 -1
  178. package/dist/components/sd-switch.js +1 -1
  179. package/dist/components/sd-table.js +1 -1
  180. package/dist/components/sd-tabs.js +1 -1
  181. package/dist/components/sd-tag.js +1 -1
  182. package/dist/components/sd-tbody.js +1 -1
  183. package/dist/components/sd-td.js +1 -1
  184. package/dist/components/sd-text-link.js +1 -1
  185. package/dist/components/sd-textarea.js +1 -1
  186. package/dist/components/sd-thead.js +1 -1
  187. package/dist/components/sd-toast-container.js +1 -1
  188. package/dist/components/sd-toast.js +1 -1
  189. package/dist/components/sd-toggle.js +1 -1
  190. package/dist/components/sd-tooltip.js +1 -1
  191. package/dist/components/sd-tr.js +1 -1
  192. package/dist/design-system/design-system.esm.js +1 -1
  193. package/dist/design-system/{p-5ed0becf.entry.js → p-00854a0a.entry.js} +1 -1
  194. package/dist/design-system/{p-1baa05ae.entry.js → p-00b2c850.entry.js} +1 -1
  195. package/dist/design-system/{p-8f22106e.entry.js → p-03badf68.entry.js} +1 -1
  196. package/dist/design-system/{p-f4d73a0c.entry.js → p-11b904a3.entry.js} +1 -1
  197. package/dist/design-system/{p-78cc0289.entry.js → p-32e2d71e.entry.js} +1 -1
  198. package/dist/design-system/{p-a6545130.entry.js → p-399d416c.entry.js} +1 -1
  199. package/dist/design-system/{p-e2334c1c.entry.js → p-3b8954d9.entry.js} +1 -1
  200. package/dist/design-system/{p-435ae69e.entry.js → p-481e6934.entry.js} +1 -1
  201. package/dist/design-system/{p-501fae20.entry.js → p-4a91875c.entry.js} +1 -1
  202. package/dist/design-system/{p-66af0ba0.entry.js → p-563b6fc2.entry.js} +1 -1
  203. package/dist/design-system/{p-b3c144ff.entry.js → p-679bce6c.entry.js} +1 -1
  204. package/dist/design-system/{p-5705e6d6.entry.js → p-74bf0ed9.entry.js} +1 -1
  205. package/dist/design-system/{p-87c868c3.entry.js → p-84a94775.entry.js} +1 -1
  206. package/dist/design-system/p-8f4ccae4.entry.js +1 -0
  207. package/dist/design-system/p-92f368a2.entry.js +1 -0
  208. package/dist/design-system/p-9681b0ba.entry.js +1 -0
  209. package/dist/design-system/{p-d3212544.entry.js → p-9b9bf9db.entry.js} +1 -1
  210. package/dist/design-system/{p-2c63404f.entry.js → p-9f7f1b8b.entry.js} +1 -1
  211. package/dist/design-system/p-BGtUaScP.js +1 -0
  212. package/dist/design-system/p-BQn6le_Y.js +1 -0
  213. package/dist/design-system/p-TF8_Lyhq.js +1 -0
  214. package/dist/design-system/{p-100f5887.entry.js → p-a640e509.entry.js} +1 -1
  215. package/dist/design-system/{p-b0aad445.entry.js → p-a71d4947.entry.js} +1 -1
  216. package/dist/design-system/{p-fc973500.entry.js → p-a7ea1cf0.entry.js} +1 -1
  217. package/dist/design-system/{p-44d05570.entry.js → p-a97033a2.entry.js} +1 -1
  218. package/dist/design-system/{p-ae2d45a2.entry.js → p-a98f9a29.entry.js} +1 -1
  219. package/dist/design-system/{p-de8bb9ba.entry.js → p-ae117afa.entry.js} +1 -1
  220. package/dist/design-system/{p-5cbaf1db.entry.js → p-c7099e9e.entry.js} +1 -1
  221. package/dist/design-system/{p-8ee990bd.entry.js → p-cc97f4b4.entry.js} +1 -1
  222. package/dist/design-system/{p-04fdb4b1.entry.js → p-d39e515d.entry.js} +1 -1
  223. package/dist/design-system/{p-d30c823e.entry.js → p-dbeaeb31.entry.js} +1 -1
  224. package/dist/design-system/{p-5f1c39b8.entry.js → p-e23dac79.entry.js} +1 -1
  225. package/dist/design-system/{p-857c44e8.entry.js → p-e611dcd4.entry.js} +1 -1
  226. package/dist/design-system/{p-77690440.entry.js → p-e8e64511.entry.js} +1 -1
  227. package/dist/design-system/{p-0fe603a4.entry.js → p-e902a3f4.entry.js} +1 -1
  228. package/dist/design-system/{p-18c5ae1a.entry.js → p-f7074386.entry.js} +1 -1
  229. package/dist/design-system/{p-05611ff7.entry.js → p-f721a6c6.entry.js} +1 -1
  230. package/dist/design-system/{p-caee95b0.entry.js → p-fc5c4f85.entry.js} +1 -1
  231. package/dist/design-system/{p-43e97572.entry.js → p-fe3ae346.entry.js} +1 -1
  232. package/dist/design-system/p-ffaa4b5d.entry.js +1 -0
  233. package/dist/esm/component.datepicker-BQn6le_Y.js +119 -0
  234. package/dist/esm/design-system.js +1 -1
  235. package/dist/esm/loader.js +1 -1
  236. package/dist/esm/sd-action-modal.entry.js +1 -1
  237. package/dist/esm/sd-badge.entry.js +1 -1
  238. package/dist/esm/sd-barcode-input.entry.js +1 -1
  239. package/dist/esm/sd-button_2.entry.js +269 -3
  240. package/dist/esm/sd-calendar_2.entry.js +259 -0
  241. package/dist/esm/sd-card.entry.js +1 -1
  242. package/dist/esm/sd-checkbox.entry.js +3 -3
  243. package/dist/esm/sd-chip.entry.js +1 -1
  244. package/dist/esm/sd-circle-progress.entry.js +1 -1
  245. package/dist/esm/sd-confirm-modal_2.entry.js +3 -3
  246. package/dist/esm/sd-date-box.entry.js +2 -2
  247. package/dist/esm/sd-date-picker.config-CGEE3DkI.js +34 -0
  248. package/dist/esm/sd-date-picker_7.entry.js +15 -13
  249. package/dist/esm/sd-date-range-picker-calendar.entry.js +10 -10
  250. package/dist/esm/sd-dropdown-button.entry.js +3 -3
  251. package/dist/esm/sd-field_3.entry.js +7 -7
  252. package/dist/esm/sd-form.entry.js +1 -1
  253. package/dist/esm/sd-ghost-button.entry.js +2 -2
  254. package/dist/esm/sd-guide.entry.js +2 -2
  255. package/dist/esm/sd-linear-progress.entry.js +1 -1
  256. package/dist/esm/sd-loading-container.entry.js +2 -2
  257. package/dist/esm/sd-pagination_4.entry.js +8 -8
  258. package/dist/esm/sd-popover.entry.js +3 -3
  259. package/dist/esm/sd-popup.entry.js +1 -1
  260. package/dist/esm/sd-portal.entry.js +1 -1
  261. package/dist/esm/sd-radio-button.entry.js +1 -1
  262. package/dist/esm/sd-radio.entry.js +1 -1
  263. package/dist/esm/sd-select-list-item_2.entry.js +6 -6
  264. package/dist/esm/sd-select_3.entry.js +8 -8
  265. package/dist/esm/sd-switch.entry.js +1 -1
  266. package/dist/esm/sd-table.entry.js +6 -6
  267. package/dist/esm/sd-tabs.entry.js +1 -1
  268. package/dist/esm/sd-tag.entry.js +2 -2
  269. package/dist/esm/sd-td.entry.js +1 -1
  270. package/dist/esm/sd-text-link.entry.js +3 -3
  271. package/dist/esm/sd-toast-container.entry.js +1 -1
  272. package/dist/esm/sd-toast.entry.js +2 -2
  273. package/dist/esm/sd-toggle.entry.js +1 -1
  274. package/dist/esm/useDatePicker-D5RmWGOp.js +98 -0
  275. package/dist/types/components/sd-calendar/sd-calendar.config.d.ts +55 -0
  276. package/dist/types/components/sd-calendar/sd-calendar.d.ts +18 -21
  277. package/dist/types/components/sd-date-picker/sd-date-picker.config.d.ts +0 -38
  278. package/dist/types/components/sd-date-range-picker/sd-date-range-picker.config.d.ts +2 -1
  279. package/dist/types/components.d.ts +6 -52
  280. package/dist/types/index.d.ts +4 -3
  281. package/hydrate/index.js +871 -950
  282. package/hydrate/index.mjs +871 -950
  283. package/package.json +1 -1
  284. package/dist/cjs/resolveColor-B0hzQNLG.js +0 -270
  285. package/dist/cjs/sd-calendar.cjs.entry.js +0 -143
  286. package/dist/cjs/sd-date-picker-calendar_2.cjs.entry.js +0 -219
  287. package/dist/cjs/sd-date-picker.config-CjvrFpYK.js +0 -177
  288. package/dist/cjs/useDatePicker-cK_XK_P6.js +0 -48
  289. package/dist/collection/components/sd-date-picker/sd-date-picker-calendar/sd-date-picker-calendar.css +0 -117
  290. package/dist/collection/components/sd-date-picker/sd-date-picker-calendar/sd-date-picker-calendar.js +0 -246
  291. package/dist/components/p-B6cqMQaM.js +0 -1
  292. package/dist/components/p-BL0ZcHK8.js +0 -1
  293. package/dist/components/p-Bm3W_eBv.js +0 -1
  294. package/dist/components/p-D5F7wCNo.js +0 -1
  295. package/dist/components/p-DTrMR0rx.js +0 -1
  296. package/dist/components/p-DeQcDHpn.js +0 -1
  297. package/dist/components/p-DfK4DiDI.js +0 -1
  298. package/dist/components/p-DyAnn9ea.js +0 -1
  299. package/dist/components/sd-date-picker-calendar.d.ts +0 -11
  300. package/dist/components/sd-date-picker-calendar.js +0 -1
  301. package/dist/design-system/p-2a1ef965.entry.js +0 -1
  302. package/dist/design-system/p-790165f8.entry.js +0 -1
  303. package/dist/design-system/p-80466582.entry.js +0 -1
  304. package/dist/design-system/p-8db7d8f2.entry.js +0 -1
  305. package/dist/design-system/p-B6cqMQaM.js +0 -1
  306. package/dist/design-system/p-Ce0cmS4R.js +0 -1
  307. package/dist/design-system/p-DTrMR0rx.js +0 -1
  308. package/dist/design-system/p-d8c41313.entry.js +0 -1
  309. package/dist/esm/resolveColor-Ce0cmS4R.js +0 -268
  310. package/dist/esm/sd-calendar.entry.js +0 -141
  311. package/dist/esm/sd-date-picker-calendar_2.entry.js +0 -216
  312. package/dist/esm/sd-date-picker.config-B6cqMQaM.js +0 -171
  313. package/dist/esm/useDatePicker-DTrMR0rx.js +0 -45
  314. package/dist/types/components/sd-date-picker/sd-date-picker-calendar/sd-date-picker-calendar.d.ts +0 -26
@@ -31,7 +31,7 @@ const SdDateBox = class {
31
31
  this.mouseOver?.emit(this.date);
32
32
  }
33
33
  render() {
34
- return (h("div", { key: 'ce4341db137de36e872a0e166bd89c33ac1ba91b', role: "button", tabindex: this.disabled ? -1 : 0, class: {
34
+ return (h("div", { key: 'ab09e8112e18b04dab2d171fa6dbd8554d11e57b', role: "button", tabindex: this.disabled ? -1 : 0, class: {
35
35
  'sd-date-box': true,
36
36
  'sd-hoverable': !this.disabled || !this.selected || this.type === '',
37
37
  'sd-date-box--disabled': this.disabled,
@@ -47,7 +47,7 @@ const SdDateBox = class {
47
47
  e.preventDefault();
48
48
  this.handleClickDate();
49
49
  }
50
- }, onMouseOver: () => this.handleHoverDate(), onFocus: () => this.handleHoverDate() }, h("div", { key: 'e641ed011f8e7e55cc589f566163899b26503717', class: "sd-date-box__content" }, h("div", { key: 'e15a5fce460757d5cf486ec0678c2e604beab4db', class: "sd-date-box__label" }, this.date))));
50
+ }, onMouseOver: () => this.handleHoverDate(), onFocus: () => this.handleHoverDate() }, h("div", { key: 'b7e418536d6de86ae4e8042a0fc59dece42f7489', class: "sd-date-box__content" }, h("div", { key: '41f2b2136cc60e2d1a6664852a3fadf30413de0f', class: "sd-date-box__label" }, this.date))));
51
51
  }
52
52
  };
53
53
  SdDateBox.style = sdDateBoxCss();
@@ -0,0 +1,34 @@
1
+ import { d as datepickerTokens } from './component.datepicker-BQn6le_Y.js';
2
+
3
+ const sm = datepickerTokens.datepicker.sm;
4
+ const md = datepickerTokens.datepicker.md;
5
+ const DATEPICKER_SIZE_MAP = {
6
+ sm: {
7
+ height: sm.height,
8
+ paddingX: sm.paddingX,
9
+ gap: sm.gap,
10
+ iconSize: sm.icon,
11
+ radius: sm.radius,
12
+ fontSize: sm.typography.fontSize,
13
+ lineHeight: sm.typography.lineHeight,
14
+ fontWeight: sm.typography.fontWeight,
15
+ },
16
+ md: {
17
+ height: md.height,
18
+ paddingX: md.paddingX,
19
+ gap: md.gap,
20
+ iconSize: md.icon,
21
+ radius: md.radius,
22
+ fontSize: md.typography.fontSize,
23
+ lineHeight: md.typography.lineHeight,
24
+ fontWeight: md.typography.fontWeight,
25
+ },
26
+ };
27
+ const DATEPICKER_COLORS = {
28
+ border: datepickerTokens.datepicker.border,
29
+ bg: datepickerTokens.datepicker.bg,
30
+ icon: datepickerTokens.datepicker.icon,
31
+ text: datepickerTokens.datepicker.text,
32
+ };
33
+
34
+ export { DATEPICKER_COLORS as D, DATEPICKER_SIZE_MAP as a };
@@ -1,7 +1,8 @@
1
1
  import { r as registerInstance, c as createEvent, a as getElement, h } from './index-0U6dRjlq.js';
2
2
  import { n as nanoid } from './index-CCwNgVmC.js';
3
- import { D as DATEPICKER_COLORS, a as DATEPICKER_SIZE_MAP } from './sd-date-picker.config-B6cqMQaM.js';
3
+ import { D as DATEPICKER_COLORS, a as DATEPICKER_SIZE_MAP } from './sd-date-picker.config-CGEE3DkI.js';
4
4
  import { i as inputTokens } from './component.textinput-ByhWX2NK.js';
5
+ import './component.datepicker-BQn6le_Y.js';
5
6
 
6
7
  const sdDatePickerCss = () => `sd-date-picker{display:inline-flex}sd-date-picker sd-portal{display:none}sd-date-picker .sd-date-picker{position:relative;width:100%;height:100%}`;
7
8
 
@@ -78,6 +79,7 @@ const SdDatePicker = class {
78
79
  }
79
80
  };
80
81
  handleSelect = (e) => {
82
+ e.stopPropagation();
81
83
  this.closeDropdown();
82
84
  this.value = e.detail;
83
85
  const nextValue = this.value;
@@ -101,9 +103,9 @@ const SdDatePicker = class {
101
103
  '--sd-system-color-field-border-focus': DATEPICKER_COLORS.border.focus,
102
104
  '--sd-system-color-field-bg-default': DATEPICKER_COLORS.bg.default,
103
105
  };
104
- return (h("sd-field", { key: '7678d58f741276e9848e05759f5c41f576e7fe66', 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, size: this.size, icon: this.icon, labelTooltip: this.labelTooltip, labelTooltipProps: this.labelTooltipProps, ref: el => (this.formField = el), onMouseEnter: () => (this.hovered = true), onMouseLeave: () => (this.hovered = false), style: cssVars }, h("div", { key: '8b3d615b241860ec1fb314fa0eeef5f51ea32f43', class: "sd-date-picker", ref: el => {
106
+ return (h("sd-field", { key: '825c845ea1ada63a9f21cfc43aad04a598325c13', 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, size: this.size, icon: this.icon, labelTooltip: this.labelTooltip, labelTooltipProps: this.labelTooltipProps, ref: el => (this.formField = el), onMouseEnter: () => (this.hovered = true), onMouseLeave: () => (this.hovered = false), style: cssVars }, h("div", { key: 'b9dd1a8df29f340ad67331dbebd3ec71b79d128a', class: "sd-date-picker", ref: el => {
105
107
  this.triggerRef = el;
106
- } }, h("sd-date-picker-trigger", { key: '43185c67462cf0cb559c918e5f709723bf4d5aee', displayText: this.value ?? '', placeholder: this.placeholder, disabled: this.disabled, size: this.size, onSdTriggerClick: this.handleTriggerClick })), (this.isOpen || this.isAnimatingOut) && (h("sd-portal", { key: '2cf151b52b3117de9c4d55bbc3c045b0a7b614e9', open: this.isOpen, parentRef: this.triggerRef, onSdClose: () => this.closeDropdown() }, h("sd-date-picker-calendar", { key: '9f77742d034dcb462eb1c4546b2c2a367544f97e', value: this.value, selectable: this.selectable, onSdSelect: this.handleSelect, onSdViewChange: this.handleViewChange })))));
108
+ } }, h("sd-date-picker-trigger", { key: 'b9bed57fa4a2b06b004ec5a1b723ed5af25fda19', displayText: this.value ?? '', placeholder: this.placeholder, disabled: this.disabled, size: this.size, onSdTriggerClick: this.handleTriggerClick })), (this.isOpen || this.isAnimatingOut) && (h("sd-portal", { key: '776e0ce183edd9c7903ce1a75208addc47c20408', open: this.isOpen, parentRef: this.triggerRef, onSdClose: () => this.closeDropdown() }, h("sd-calendar", { key: 'f86b502f6b17ee9ff262c1a64e1b0e24defc1660', value: this.value, selectable: this.selectable, onSdUpdate: this.handleSelect, onSdViewChange: this.handleViewChange })))));
107
109
  }
108
110
  static get watchers() { return {
109
111
  "isOpen": [{
@@ -217,9 +219,9 @@ const SdDateRangePicker = class {
217
219
  '--sd-system-color-field-border-focus': DATEPICKER_COLORS.border.focus,
218
220
  '--sd-system-color-field-bg-default': DATEPICKER_COLORS.bg.default,
219
221
  };
220
- return (h("sd-field", { key: '1c335b82235bc829f26b06d01c967d81268fc348', 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, size: this.size, icon: this.icon, labelTooltip: this.labelTooltip, labelTooltipProps: this.labelTooltipProps, ref: el => (this.formField = el), onMouseEnter: () => (this.hovered = true), onMouseLeave: () => (this.hovered = false), style: cssVars }, h("div", { key: '495f6e88d01bc6f19e57e04152e84bff2d0415d4', class: "sd-date-range-picker", ref: el => {
222
+ return (h("sd-field", { key: '89eaeb8978796508650aec5f3ccdeb7df16fb6f4', 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, size: this.size, icon: this.icon, labelTooltip: this.labelTooltip, labelTooltipProps: this.labelTooltipProps, ref: el => (this.formField = el), onMouseEnter: () => (this.hovered = true), onMouseLeave: () => (this.hovered = false), style: cssVars }, h("div", { key: 'f3ce583e53edbc451ab6c0592c0ab2ed87e07a06', class: "sd-date-range-picker", ref: el => {
221
223
  this.triggerRef = el;
222
- } }, h("sd-date-picker-trigger", { key: '59c2d6ecdd7724e361ac4f6222d34d9ceca7ffd3', displayText: this.displayText, placeholder: this.placeholder, disabled: this.disabled, size: this.size, onSdTriggerClick: this.handleTriggerClick })), (this.isOpen || this.isAnimatingOut) && (h("sd-portal", { key: '5ba7ab62c1205823fba496e984f4819dbb89064d', open: this.isOpen, parentRef: this.triggerRef, onSdClose: () => this.closeDropdown() }, h("sd-date-range-picker-calendar", { key: 'e6f84d99a4ceebee972900fd56593c18497cba9d', value: this.value, selectable: this.selectable, maxRange: this.maxRange, onSdSelect: this.handleSelect, onSdViewChange: this.handleViewChange })))));
224
+ } }, h("sd-date-picker-trigger", { key: '53086fd3d15dc2c05364a66fdf767e09c6c19fac', displayText: this.displayText, placeholder: this.placeholder, disabled: this.disabled, size: this.size, onSdTriggerClick: this.handleTriggerClick })), (this.isOpen || this.isAnimatingOut) && (h("sd-portal", { key: '5ee1499ee9a224a9c653095e9914ed20cbaca2a1', open: this.isOpen, parentRef: this.triggerRef, onSdClose: () => this.closeDropdown() }, h("sd-date-range-picker-calendar", { key: '7c7479dacf57c996a708435857d2b5f7900509fd', value: this.value, selectable: this.selectable, maxRange: this.maxRange, onSdSelect: this.handleSelect, onSdViewChange: this.handleViewChange })))));
223
225
  }
224
226
  static get watchers() { return {
225
227
  "isOpen": [{
@@ -618,12 +620,12 @@ const SdInput = class {
618
620
  '--sd-system-size-field-sm-height': `${sizeTokens.height}px`,
619
621
  '--sd-system-radius-field-sm': `${sizeTokens.radius}px`,
620
622
  };
621
- return (h("sd-field", { key: 'a81aefc3060587c77acf9f6de9f26f7f421b4c91', 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, readonly: this.readonly, focused: this.focused, hovered: this.hovered, status: this.status, size: this.size, icon: this.icon, labelTooltip: this.labelTooltip, labelTooltipProps: this.labelTooltipProps, ref: el => (this.formField = el), onMouseEnter: () => (this.hovered = true), onMouseLeave: () => (this.hovered = false), style: cssVars }, h("label", { key: '7486a081cceed565d2624125e74cbde4a97a4d5c', class: "sd-input__content" }, h("slot", { key: 'cf65ff444baddbf20004ae3ef80c5a54564d7d6f', name: "prefix" }), h("input", { key: '468d342c1cd6f60f7ad573a8c4b0acd4d7424e13', name: this.name, ref: el => (this.nativeEl = el), class: `sd-input__native ${this.inputClass}`, type: this.type === 'password' && this.passwordVisible ? 'text' : (this.type ?? 'text'), value: this.internalValue || '', placeholder: this.placeholder ?? '입력해 주세요.', disabled: this.disabled, readonly: this.readonly, autofocus: this.autoFocus, autocomplete: this.autocomplete || undefined, maxlength: this.maxlength, minlength: this.minlength, inputmode: this.inputmode, enterkeyhint: this.enterkeyhint, spellcheck: this.spellcheck, onInput: this.handleInput, onFocus: event => this.handleFocus('focus', event), onBlur: event => this.handleFocus('blur', event), style: this.inputStyle }), h("slot", { key: '5de289a0767297fc1952dbcb26bbe256f2f0d6c4', name: "suffix" }), this.clearable && this.internalValue && !this.disabled && !this.readonly && (h("sd-ghost-button", { key: '2ef30f443a82492f1cdd56f812651605b4057fa2', icon: "close", ariaLabel: "clear", size: "xxs", disabled: this.disabled, class: "sd-input__clear-icon", onClick: async () => {
623
+ return (h("sd-field", { key: 'c24b885ef9ca21fb69c1b67f2619896d4bd56155', 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, readonly: this.readonly, focused: this.focused, hovered: this.hovered, status: this.status, size: this.size, icon: this.icon, labelTooltip: this.labelTooltip, labelTooltipProps: this.labelTooltipProps, ref: el => (this.formField = el), onMouseEnter: () => (this.hovered = true), onMouseLeave: () => (this.hovered = false), style: cssVars }, h("label", { key: '45a5669d2c8d7d571f50152f81139cedc8a2db3b', class: "sd-input__content" }, h("slot", { key: 'c1d032ee22344725e1d041c2351dd7785a8b6b5d', name: "prefix" }), h("input", { key: '8433abb36e666a7546870a9e3b77325e9c39551a', name: this.name, ref: el => (this.nativeEl = el), class: `sd-input__native ${this.inputClass}`, type: this.type === 'password' && this.passwordVisible ? 'text' : (this.type ?? 'text'), value: this.internalValue || '', placeholder: this.placeholder ?? '입력해 주세요.', disabled: this.disabled, readonly: this.readonly, autofocus: this.autoFocus, autocomplete: this.autocomplete || undefined, maxlength: this.maxlength, minlength: this.minlength, inputmode: this.inputmode, enterkeyhint: this.enterkeyhint, spellcheck: this.spellcheck, onInput: this.handleInput, onFocus: event => this.handleFocus('focus', event), onBlur: event => this.handleFocus('blur', event), style: this.inputStyle }), h("slot", { key: '9f5eef3c48f88b90be2c821b1d43e2e9a9f91441', name: "suffix" }), this.clearable && this.internalValue && !this.disabled && !this.readonly && (h("sd-ghost-button", { key: '62ab3e8e02a9db5424e573542dc10bde5a9fc4b8', icon: "close", ariaLabel: "clear", size: "xxs", disabled: this.disabled, class: "sd-input__clear-icon", onClick: async () => {
622
624
  if (this.disabled || this.readonly)
623
625
  return;
624
626
  this.internalValue = '';
625
627
  await this.formField?.sdValidate();
626
- } })), this.type === 'password' && (h("sd-ghost-button", { key: 'a8cd4f37a0cea5512e080748310032256af9187d', icon: this.passwordVisible ? 'visibilityOn' : 'visibilityOff', ariaLabel: "visibility", size: "xxs", disabled: this.disabled || this.readonly, class: "sd-input__password-icon", onClick: () => {
628
+ } })), this.type === 'password' && (h("sd-ghost-button", { key: '0a16665e73a674c7208c7f488b50442c353e3fde', icon: this.passwordVisible ? 'visibilityOn' : 'visibilityOff', ariaLabel: "visibility", size: "xxs", disabled: this.disabled || this.readonly, class: "sd-input__password-icon", onClick: () => {
627
629
  if (this.disabled || this.readonly)
628
630
  return;
629
631
  this.passwordVisible = !this.passwordVisible;
@@ -1021,15 +1023,15 @@ const SdNumberInput = class {
1021
1023
  '--sd-textinput-input-hint-typography-line-height': `${NUMBER_INPUT_HINT.typography.lineHeight}px`,
1022
1024
  '--sd-textinput-input-contents-gap': `${NUMBER_INPUT_CONTENTS_GAP}px`,
1023
1025
  };
1024
- return (h("sd-field", { key: '543a3fa5d759f4c64222e4eeca4de142296f663e', 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, readonly: this.readonly, focused: this.focused, hovered: this.hovered, status: this.status, size: this.size, ref: el => (this.formField = el), onMouseEnter: () => (this.hovered = true), onMouseLeave: () => (this.hovered = false), style: cssVars }, h("div", { key: '8d71a794e1c25f661d8260756f26ee6a47016aa9', class: {
1026
+ return (h("sd-field", { key: '3ed260707f7e1b1a88d1407bb4b3c1965b302bcf', 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, readonly: this.readonly, focused: this.focused, hovered: this.hovered, status: this.status, size: this.size, ref: el => (this.formField = el), onMouseEnter: () => (this.hovered = true), onMouseLeave: () => (this.hovered = false), style: cssVars }, h("div", { key: '889cd4055b46e0727aed2b78f2a8bbeeca88cfed', class: {
1025
1027
  'sd-number-input__content': true,
1026
1028
  'sd-number-input__content--no-stepper': !this.useButton,
1027
- } }, this.useButton && (h("button", { key: 'aaa21a743b73b1251780a9e03f40bef5765508d7', type: "button", class: "sd-number-input__stepper sd-number-input__stepper--decrement", disabled: this.isDecrementDisabled(), onClick: this.handleDecrement, tabindex: -1 }, h("sd-icon", { key: 'c94aa4c4dfb344de8c87b506eca7b02e7ffd8b0a', name: "minus", size: iconSize, color: this.isDecrementDisabled()
1029
+ } }, this.useButton && (h("button", { key: '5213f04a1db8a779762ae41672fd016388a06aa7', type: "button", class: "sd-number-input__stepper sd-number-input__stepper--decrement", disabled: this.isDecrementDisabled(), onClick: this.handleDecrement, tabindex: -1 }, h("sd-icon", { key: '76910ba2b46a78eb2e4aaf7241eeb7aa1223c92a', name: "minus", size: iconSize, color: this.isDecrementDisabled()
1028
1030
  ? NUMBER_INPUT_STEPPER.icon.disabled
1029
- : NUMBER_INPUT_STEPPER.icon.default }))), this.inputPrefix && h("span", { key: '11b2efa4d6a665f03135adbb6a30b496deea820d', class: "sd-number-input__prefix" }, this.inputPrefix), h("input", { key: 'b58452e12a222c7adb0dd7be810db874788e63b0', name: this.name, ref: el => (this.nativeEl = el), class: `sd-number-input__native ${this.inputClass}`, type: "text", inputMode: "numeric", value: this.displayValue, placeholder: this.placeholder ?? '입력해 주세요.', disabled: this.disabled, readonly: this.readonly, autofocus: this.autoFocus, onInput: this.handleInput, onKeyDown: this.handleKeyDown, onFocus: this.handleFocus, onBlur: this.handleBlur, style: {
1031
+ : NUMBER_INPUT_STEPPER.icon.default }))), this.inputPrefix && h("span", { key: '273b809ff5bd5ebb2e8cd09a9df3f6f84167aeb2', class: "sd-number-input__prefix" }, this.inputPrefix), h("input", { key: '72917348a5ded30f5d8c4066af8e56d50de67db0', name: this.name, ref: el => (this.nativeEl = el), class: `sd-number-input__native ${this.inputClass}`, type: "text", inputMode: "numeric", value: this.displayValue, placeholder: this.placeholder ?? '입력해 주세요.', disabled: this.disabled, readonly: this.readonly, autofocus: this.autoFocus, onInput: this.handleInput, onKeyDown: this.handleKeyDown, onFocus: this.handleFocus, onBlur: this.handleBlur, style: {
1030
1032
  textAlign: this.useButton ? 'center' : 'right',
1031
1033
  ...this.inputStyle,
1032
- } }), this.inputSuffix && h("span", { key: 'c71e6fa80e99b9551d927b0958696dee2f278d85', class: "sd-number-input__suffix" }, this.inputSuffix), this.useButton && (h("button", { key: '620477a2710b32cba13433e7fd2c2ae59a20ce3c', type: "button", class: "sd-number-input__stepper sd-number-input__stepper--increment", disabled: this.isIncrementDisabled(), onClick: this.handleIncrement, tabindex: -1 }, h("sd-icon", { key: 'adb263a5d16743641429c611a006192677a2c0e0', name: "add", size: iconSize, color: this.isIncrementDisabled()
1034
+ } }), this.inputSuffix && h("span", { key: '232aa43852396a617e49403d30b4514aaf896740', class: "sd-number-input__suffix" }, this.inputSuffix), this.useButton && (h("button", { key: 'f9dab4cd21deb933e72a8ad906cafbbf1cae1e5a', type: "button", class: "sd-number-input__stepper sd-number-input__stepper--increment", disabled: this.isIncrementDisabled(), onClick: this.handleIncrement, tabindex: -1 }, h("sd-icon", { key: '73208aca8e5e9be431ba03b4755053c74ec70296', name: "add", size: iconSize, color: this.isIncrementDisabled()
1033
1035
  ? NUMBER_INPUT_STEPPER.icon.disabled
1034
1036
  : NUMBER_INPUT_STEPPER.icon.default }))))));
1035
1037
  }
@@ -1073,7 +1075,7 @@ const SdRadioGroup = class {
1073
1075
  return classes.join(' ');
1074
1076
  }
1075
1077
  render() {
1076
- return (h("div", { key: 'c5404526e6a21258d616f6459499b636a6636384', class: this.getGroupClasses(), role: "radiogroup" }, this.options.map(option => {
1078
+ return (h("div", { key: '3bb952a72d5bccd1ad4842d9554efe6c69829773', class: this.getGroupClasses(), role: "radiogroup" }, this.options.map(option => {
1077
1079
  return (h("sd-radio", { key: `radio-${option.value}`, val: String(option.value), value: String(this.value), label: option.label, disabled: this.disabled || !!option.disabled, onSdUpdate: ({ detail }) => this.handleRadioChange(detail) }));
1078
1080
  })));
1079
1081
  }
@@ -1211,7 +1213,7 @@ const SdTextarea = class {
1211
1213
  '--sd-system-size-field-sm-height': 'auto',
1212
1214
  '--sd-system-radius-field-sm': `${TEXTAREA_TOKENS.radius}px`,
1213
1215
  };
1214
- return (h("sd-field", { key: '64595853405ae2a66231229516e93a74a4340ef0', 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, readonly: this.readonly, focused: this.focused, hovered: this.hovered, status: this.status, icon: this.icon, labelTooltip: this.labelTooltip, labelTooltipProps: this.labelTooltipProps, ref: el => (this.formField = el), onMouseEnter: () => (this.hovered = true), onMouseLeave: () => (this.hovered = false), style: cssVars }, h("div", { key: 'b7cddedc733c83d4c50234559c02c5f220634008', class: "sd-textarea__content" }, h("textarea", { key: '2d1b852e6ba7b913901c07fce36ce30598f15e12', name: this.name, ref: el => (this.nativeEl = el), class: `sd-textarea__native ${this.textareaClass}`, value: this.internalValue || '', placeholder: this.placeholder ?? '입력해 주세요.', disabled: this.disabled, readOnly: this.readonly, autofocus: this.autoFocus, maxLength: this.maxLength, rows: this.rows, spellcheck: this.spellcheck, onInput: this.handleInput, onFocus: event => this.handleFocus('focus', event), onBlur: event => this.handleFocus('blur', event), style: this.textareaStyle }))));
1216
+ return (h("sd-field", { key: '404175c94949c2510082df905c53e97ab835369c', 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, readonly: this.readonly, focused: this.focused, hovered: this.hovered, status: this.status, icon: this.icon, labelTooltip: this.labelTooltip, labelTooltipProps: this.labelTooltipProps, ref: el => (this.formField = el), onMouseEnter: () => (this.hovered = true), onMouseLeave: () => (this.hovered = false), style: cssVars }, h("div", { key: 'ca92dfe613b2c006ecc4021bb2f07a2e4b04239a', class: "sd-textarea__content" }, h("textarea", { key: 'a6d2bbdb9c88766182728cf3eb30ce7691fb048f', name: this.name, ref: el => (this.nativeEl = el), class: `sd-textarea__native ${this.textareaClass}`, value: this.internalValue || '', placeholder: this.placeholder ?? '입력해 주세요.', disabled: this.disabled, readOnly: this.readonly, autofocus: this.autoFocus, maxLength: this.maxLength, rows: this.rows, spellcheck: this.spellcheck, onInput: this.handleInput, onFocus: event => this.handleFocus('focus', event), onBlur: event => this.handleFocus('blur', event), style: this.textareaStyle }))));
1215
1217
  }
1216
1218
  static get watchers() { return {
1217
1219
  "value": [{
@@ -1,6 +1,13 @@
1
1
  import { r as registerInstance, c as createEvent, h, F as Fragment } from './index-0U6dRjlq.js';
2
- import { u as useDatePicker, t as today } from './useDatePicker-DTrMR0rx.js';
3
- import { d as datepickerTokens, W as WEEK_LABELS, C as CALENDAR_LAYOUT } from './sd-date-picker.config-B6cqMQaM.js';
2
+ import { u as useDatePicker, t as today, W as WEEK_LABELS, C as CALENDAR_LAYOUT } from './useDatePicker-D5RmWGOp.js';
3
+ import { d as datepickerTokens } from './component.datepicker-BQn6le_Y.js';
4
+
5
+ const RANGE_LAYOUT = {
6
+ bg: datepickerTokens.datepicker.calendar.range.bg,
7
+ height: datepickerTokens.datepicker.calendar.range.height,
8
+ panelGap: datepickerTokens.datepicker.calendar.range.panelGap,
9
+ divider: datepickerTokens.datepicker.calendar.range.divider,
10
+ };
4
11
 
5
12
  const addDays = (inputDate, days) => {
6
13
  const [year, month, day] = inputDate.split('-').map(Number);
@@ -14,13 +21,6 @@ const addDays = (inputDate, days) => {
14
21
  return `${resultYear}-${resultMonth}-${resultDay}`;
15
22
  };
16
23
 
17
- const RANGE_LAYOUT = {
18
- bg: datepickerTokens.datepicker.calendar.range.bg,
19
- height: datepickerTokens.datepicker.calendar.range.height,
20
- panelGap: datepickerTokens.datepicker.calendar.range.panelGap,
21
- divider: datepickerTokens.datepicker.calendar.range.divider,
22
- };
23
-
24
24
  const sdDateRangePickerCalendarCss = () => `sd-date-range-picker-calendar{display:block}sd-date-range-picker-calendar .sd-date-range-picker-calendar{display:flex;flex-direction:column;gap:var(--calendar-gap);height:364px;padding:var(--calendar-padding);background:var(--calendar-bg);border-radius:var(--calendar-radius);box-shadow:2px 2px 12px 2px rgba(0, 0, 0, 0.2);user-select:none}sd-date-range-picker-calendar .sd-date-range-picker-calendar__top-bar{position:relative;display:flex;align-items:center;justify-content:center}sd-date-range-picker-calendar .sd-date-range-picker-calendar__year-nav{display:flex;align-items:center;justify-content:center;gap:var(--calendar-gap);font-size:var(--calendar-header-font-size);line-height:var(--calendar-header-line-height);font-weight:var(--calendar-header-font-weight);color:var(--calendar-day-text)}sd-date-range-picker-calendar .sd-date-range-picker-calendar__today-button{position:absolute;right:0;background:transparent;cursor:pointer;font-size:var(--calendar-week-font-size);font-weight:var(--calendar-header-font-weight);color:var(--calendar-day-text);min-width:37px;height:24px;line-height:24px;text-align:center}sd-date-range-picker-calendar .sd-date-range-picker-calendar__today-button:hover{text-decoration:underline}sd-date-range-picker-calendar .sd-date-range-picker-calendar__panels{display:flex;flex-direction:row;gap:var(--range-panel-gap)}sd-date-range-picker-calendar .sd-date-range-picker-calendar__divider{flex-shrink:0;width:1px;background:var(--range-divider)}sd-date-range-picker-calendar .sd-date-range-picker-calendar__panel{display:flex;flex-direction:column;gap:var(--calendar-gap)}sd-date-range-picker-calendar .sd-date-range-picker-calendar__header{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;gap:var(--calendar-header-gap);font-size:var(--calendar-header-font-size);line-height:var(--calendar-header-line-height);font-weight:var(--calendar-header-font-weight);color:var(--calendar-day-text)}sd-date-range-picker-calendar .sd-date-range-picker-calendar__nav-group{display:inline-flex;align-items:center;gap:var(--calendar-gap)}sd-date-range-picker-calendar .sd-date-range-picker-calendar__nav-group-month{display:flex;width:100%;align-items:center;gap:var(--calendar-gap)}sd-date-range-picker-calendar .sd-date-range-picker-calendar__label{display:inline-flex;align-items:center;justify-content:center;min-width:40px;text-align:center}sd-date-range-picker-calendar .sd-date-range-picker-calendar__label-month{flex:1}sd-date-range-picker-calendar .sd-date-range-picker-calendar__nav-placeholder{visibility:hidden;pointer-events:none}sd-date-range-picker-calendar .sd-date-range-picker-calendar__week{display:grid;grid-template-columns:repeat(7, var(--calendar-day-size))}sd-date-range-picker-calendar .sd-date-range-picker-calendar__week-cell{display:inline-flex;align-items:center;justify-content:center;height:20px;font-size:var(--calendar-week-font-size);line-height:var(--calendar-week-line-height);font-weight:var(--calendar-week-font-weight);color:var(--calendar-week-color)}sd-date-range-picker-calendar .sd-date-range-picker-calendar__grid{display:grid;grid-template-columns:repeat(7, var(--calendar-day-size));row-gap:var(--calendar-grid-row-gap)}sd-date-range-picker-calendar .sd-date-range-picker-calendar__day{position:relative;display:inline-flex;align-items:center;justify-content:center;width:var(--calendar-day-size);height:var(--range-height);padding:0;border:none;background:transparent;cursor:pointer;font-size:var(--calendar-day-font-size);line-height:var(--calendar-day-line-height);font-weight:var(--calendar-day-font-weight);color:var(--calendar-day-text)}sd-date-range-picker-calendar .sd-date-range-picker-calendar__day-circle{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:var(--calendar-day-circle-size);height:var(--calendar-day-circle-size);border-radius:calc(var(--calendar-day-circle-radius) * 1px);border:1px solid transparent;box-sizing:border-box}sd-date-range-picker-calendar .sd-date-range-picker-calendar__day:not(:disabled):hover .sd-date-range-picker-calendar__day-circle{border-radius:16px;border:1px solid var(--calendar-day-hover-border)}sd-date-range-picker-calendar .sd-date-range-picker-calendar__day--today .sd-date-range-picker-calendar__day-circle{font-weight:700}sd-date-range-picker-calendar .sd-date-range-picker-calendar__day--in-range{background:var(--range-bg)}sd-date-range-picker-calendar .sd-date-range-picker-calendar__day--range-start{background:linear-gradient(to right, transparent 50%, var(--range-bg) 50%)}sd-date-range-picker-calendar .sd-date-range-picker-calendar__day--range-end{background:var(--range-bg)}sd-date-range-picker-calendar .sd-date-range-picker-calendar__day--range-startsd-date-range-picker-calendar .sd-date-range-picker-calendar__day--range-end{background:transparent}sd-date-range-picker-calendar .sd-date-range-picker-calendar__day--selected .sd-date-range-picker-calendar__day-circle{border-radius:16px;background:var(--calendar-day-select-bg);color:var(--calendar-day-select-text)}sd-date-range-picker-calendar .sd-date-range-picker-calendar__day--selected:not(:disabled):hover .sd-date-range-picker-calendar__day-circle{background:var(--calendar-day-select-bg);color:var(--calendar-day-select-text)}sd-date-range-picker-calendar .sd-date-range-picker-calendar__day--disabled{color:var(--calendar-day-disabled-text);cursor:not-allowed}sd-date-range-picker-calendar .sd-date-range-picker-calendar__day--disabled:not(.sd-date-range-picker-calendar__day--in-range):not(.sd-date-range-picker-calendar__day--range-start):not(.sd-date-range-picker-calendar__day--range-end){background:none}sd-date-range-picker-calendar .sd-date-range-picker-calendar__day--empty{visibility:hidden;pointer-events:none;background:transparent}`;
25
25
 
26
26
  const SdDateRangePickerCalendar = class {
@@ -265,7 +265,7 @@ const SdDateRangePickerCalendar = class {
265
265
  '--range-panel-gap': `${RANGE_LAYOUT.panelGap}px`,
266
266
  '--range-divider': RANGE_LAYOUT.divider,
267
267
  };
268
- return (h(Fragment, { key: '71f25effececd0b83d9b33201230dc615ba87a30' }, h("div", { key: 'f075474fb0be9f8e8562a013532b3cdbaadee069', class: "sd-date-range-picker-calendar", style: cssVars }, this.renderYearNav(), h("div", { key: '4dfa1d65b971f7d80f0799482c8ce41522200a94', class: "sd-date-range-picker-calendar__panels" }, this.renderPanel(this.currentYear, this.currentMonth, true), h("span", { key: '20149f97a5115115cc49894383ca7f989ba2b904', class: "sd-date-range-picker-calendar__divider", "aria-hidden": "true" }), this.renderPanel(this.rightYear, this.rightMonth, false)))));
268
+ return (h(Fragment, { key: 'f871d59077f63aa2f7d1bbe857a9ff095331c82d' }, h("div", { key: '47f4782b315450f07bccec8697d8e98a83e44faf', class: "sd-date-range-picker-calendar", style: cssVars }, this.renderYearNav(), h("div", { key: 'cf0eb07920b298f2fce001cc8246d51e1174c27d', class: "sd-date-range-picker-calendar__panels" }, this.renderPanel(this.currentYear, this.currentMonth, true), h("span", { key: 'e1d060092eb3b73c890bf0d62f6485ca2a09e187', class: "sd-date-range-picker-calendar__divider", "aria-hidden": "true" }), this.renderPanel(this.rightYear, this.rightMonth, false)))));
269
269
  }
270
270
  static get watchers() { return {
271
271
  "value": [{
@@ -336,7 +336,7 @@ const SdDropdownButton = class extends BaseDropdownEvent {
336
336
  }
337
337
  render() {
338
338
  const { config, preset } = this.resolvedConfig;
339
- return (h("div", { key: 'bef9cb5da07e02dd2a2a69f17bb71114045adace', class: "sd-dropdown-button" }, h("button", { key: 'bfc671cd3d3cf8221886d7453674a2c07699440e', type: "button", class: this.getTriggerClasses(preset, config.size, this.disabled, this.isOpen), disabled: this.disabled, "aria-haspopup": "menu", "aria-expanded": String(this.isOpen), onClick: this.toggleDropdown, ref: el => (this.triggerRef = el), style: {
339
+ return (h("div", { key: 'ac9063bf34834043d2c786b81fa487f004d54462', class: "sd-dropdown-button" }, h("button", { key: 'cff62ed70794e18627b03c22d54accab9248b235', type: "button", class: this.getTriggerClasses(preset, config.size, this.disabled, this.isOpen), disabled: this.disabled, "aria-haspopup": "menu", "aria-expanded": String(this.isOpen), onClick: this.toggleDropdown, ref: el => (this.triggerRef = el), style: {
340
340
  '--sd-dropdown-button-bg': config.color,
341
341
  '--sd-dropdown-button-bg-hover': PRESET_HOVER_BACKGROUNDS[preset],
342
342
  '--sd-dropdown-button-border': PRESET_BORDER_COLORS[preset],
@@ -346,10 +346,10 @@ const SdDropdownButton = class extends BaseDropdownEvent {
346
346
  '--sd-dropdown-button-disabled-bg': DROPDOWN_DISABLED_BACKGROUND,
347
347
  '--sd-dropdown-button-disabled-content': DROPDOWN_DISABLED_TEXT,
348
348
  '--sd-dropdown-button-disabled-border': DROPDOWN_DISABLED_BORDER,
349
- } }, h("span", { key: '17bf00861dd721cbd41de9c92db9e58e2eb7399e', class: "sd-dropdown-button__trigger-label" }, this.label), h("span", { key: '218fe7ed965155abbf13e39c907b0c4e1a40004a', class: "sd-dropdown-button__trigger-divider", "aria-hidden": "true" }), h("span", { key: '17014bf0654e35a1665e36a9a65fa3f067b9f1b8', class: {
349
+ } }, h("span", { key: '8c3c382c1b23f63be23936cca44175950fd636b8', class: "sd-dropdown-button__trigger-label" }, this.label), h("span", { key: '4b1e74dd6b5c680e07ef3b8391279ef4d9bb750d', class: "sd-dropdown-button__trigger-divider", "aria-hidden": "true" }), h("span", { key: '1018c43a428abe211536f4f3f8069b70a7ff1845', class: {
350
350
  'sd-dropdown-button__trigger-icon': true,
351
351
  'sd-dropdown-button__trigger-icon--open': this.isOpen,
352
- }, "aria-hidden": "true" }, h("sd-icon", { key: '89a4c971bbb929a1ed39048f390dbf63c92a4408', name: "chevronDown", size: DROPDOWN_CHEVRON_ICON_SIZE[config.size], color: "var(--sd-dropdown-button-current-content)" }))), this.renderDropdown(preset)));
352
+ }, "aria-hidden": "true" }, h("sd-icon", { key: '64248aa427db42e8c8ef65d806befaeab0943059', name: "chevronDown", size: DROPDOWN_CHEVRON_ICON_SIZE[config.size], color: "var(--sd-dropdown-button-current-content)" }))), this.renderDropdown(preset)));
353
353
  }
354
354
  static get watchers() { return {
355
355
  "isOpen": [{
@@ -246,20 +246,20 @@ const SdField = class {
246
246
  : {}),
247
247
  }
248
248
  : {};
249
- return (h("div", { key: 'e7424031b85af429369fc9097f9cf7f5f2fd78e2', class: {
249
+ return (h("div", { key: 'fa7d46fb1cdfa572c19fe5014c5f2df6579537fa', class: {
250
250
  'sd-field': true,
251
251
  'sd-field--has-label': this.label !== '',
252
252
  'sd-field--has-addon': addon !== '',
253
253
  [this.fieldStatus]: this.fieldStatus !== '',
254
- }, style: { ...sizeCssVars, ...labelCssVars, ...addonCssVars } }, h("div", { key: 'bc5d3ca5c30a93da12db8268a77cc29b8df1aea6', class: "sd-field__wrapper" }, this.renderLabel(this.label), h("div", { key: '8ca4e32e27efce441f2b6afed9a0688190396da7', class: "sd-field__main", style: this.width !== '' && this.width !== 0
254
+ }, style: { ...sizeCssVars, ...labelCssVars, ...addonCssVars } }, h("div", { key: '92d544710c5f49f17342c2c5d9f4e499e995b3b2', class: "sd-field__wrapper" }, this.renderLabel(this.label), h("div", { key: '1740f6d0c385311cf714b7e64fd7f5513f758c3e', class: "sd-field__main", style: this.width !== '' && this.width !== 0
255
255
  ? {
256
256
  width: typeof this.width === 'number' ? `${this.width}px` : this.width,
257
257
  flex: 'none',
258
258
  }
259
- : {} }, h("div", { key: '8d63e16a5acc4e09c58ae7ad27ec8dc9707075dc', class: {
259
+ : {} }, h("div", { key: '1364e46db78dc55b1139035296d2e6f33cb8fbb6', class: {
260
260
  'sd-field__control': true,
261
261
  'sd-field__control--has-addon': addon !== '',
262
- } }, addon && h("div", { key: 'bffe6c058ea37692dd03d59983b62f4488e76ce1', class: "sd-field__addon" }, addon), h("slot", { key: '448c1a5a607f9aec68303afb736a4d360bf30452' })), this.errorMsg !== '' || this.errorMessage !== '' ? (h("div", { class: "sd-field__error-message" }, this.errorMsg !== '' ? this.errorMsg : this.errorMessage)) : (this.hint !== '' && h("div", { class: "sd-field__hint" }, this.hint))))));
262
+ } }, addon && h("div", { key: '638c670ec084e51af7d9ec566c93e00a3d158eef', class: "sd-field__addon" }, addon), h("slot", { key: 'e1b00ee9db0a0e8dade33166dc908183304bc37f' })), this.errorMsg !== '' || this.errorMessage !== '' ? (h("div", { class: "sd-field__error-message" }, this.errorMsg !== '' ? this.errorMsg : this.errorMessage)) : (this.hint !== '' && h("div", { class: "sd-field__hint" }, this.hint))))));
263
263
  }
264
264
  renderLabel(label) {
265
265
  if (label == null || label === '')
@@ -430,7 +430,7 @@ const SdFloatingPopover = class {
430
430
  }
431
431
  }
432
432
  render() {
433
- return h("slot", { key: 'b70d70c2ed9d18a191c939b84d5728eb1c450fd0' });
433
+ return h("slot", { key: 'c4543ebf24c83fc67bdda0340adb00f02761b62e' });
434
434
  }
435
435
  };
436
436
  SdFloatingPopover.style = sdFloatingPortalCss();
@@ -548,14 +548,14 @@ const SdTooltip = class {
548
548
  const hasLabel = this.label !== undefined && this.label !== '';
549
549
  const divTrigger = trigger === 'hover' ? hoverTrigger : hasLabel ? {} : { onClick: toggleTooltip };
550
550
  const buttonClickTrigger = trigger === 'click' && hasLabel ? { onSdClick: toggleTooltip } : {};
551
- return (h(Fragment, { key: 'cd01d5f5e9c1c542268d455d97b1bdfe1a2eef2c' }, h("div", { key: '2b883efa4f4ea16b2a544fc43059a139f68e32c1', class: `sd-tooltip-trigger ${this.sdClass !== undefined && this.sdClass !== '' ? this.sdClass : ''}`, ...divTrigger }, hasLabel ? (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-tooltip", ...buttonClickTrigger })) : (h("sd-icon", { ref: el => (this.buttonEl = el), name: icon, size: this.iconSize ?? 12, color: color, class: "sd-tooltip" }))), this.showTooltip && (h("sd-floating-portal", { key: '4d69c1582c3a2fab1fae2e29a4b41999d5dded95', parentRef: this.buttonEl, onSdClose: this.handleClose, placement: placement, offset: this.tooltipOffset }, h("div", { key: '8e94b33ba40231b26174b28a63d7748649f4d729', ref: el => (this.menuEl = el), class: {
551
+ return (h(Fragment, { key: 'ef33f9f183820d684f2805e40134a81f7149fc16' }, h("div", { key: 'dd931825c55b0ee748c7ef45f15be0d6de37ad23', class: `sd-tooltip-trigger ${this.sdClass !== undefined && this.sdClass !== '' ? this.sdClass : ''}`, ...divTrigger }, hasLabel ? (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-tooltip", ...buttonClickTrigger })) : (h("sd-icon", { ref: el => (this.buttonEl = el), name: icon, size: this.iconSize ?? 12, color: color, class: "sd-tooltip" }))), this.showTooltip && (h("sd-floating-portal", { key: '443dbbe8f0b9a66aaae9b8482a3f615d2d41e8ec', parentRef: this.buttonEl, onSdClose: this.handleClose, placement: placement, offset: this.tooltipOffset }, h("div", { key: '040bde0321b1fd35014db976aeaddc515d87c807', ref: el => (this.menuEl = el), class: {
552
552
  'sd-floating-menu': true,
553
553
  [`sd-floating-menu--${tooltipType}`]: true,
554
554
  [`sd-floating-menu--${placement}`]: true,
555
555
  }, style: {
556
556
  '--sd-floating-bg': typeConfig.bg,
557
557
  '--sd-floating-content': typeConfig.content,
558
- }, onMouseEnter: () => this.show(), onMouseLeave: () => this.startHideTimer() }, h("i", { key: '535deacc918ec41135ff1c1e24ea5b32b59a4b54', class: `sd-floating-menu__arrow sd-floating-menu__arrow--${placement}` }, h(TooltipArrow, { key: 'c2c70e6360e78f7287acd40a815c558610bf66fa' })), h("div", { key: '9569fbe5648df9c74e7d00b28f91fe8dfa6f6df3', class: "sd-floating-menu__content", innerHTML: this.slotContentHTML }))))));
558
+ }, onMouseEnter: () => this.show(), onMouseLeave: () => this.startHideTimer() }, h("i", { key: 'e802c09cc13ec3db29704197fa402588bf97d670', class: `sd-floating-menu__arrow sd-floating-menu__arrow--${placement}` }, h(TooltipArrow, { key: 'b698fbdba2cee74955f65ed7b04abeea8ccabee5' })), h("div", { key: '97e856c543a8cdb880daae9ed0e461f5fd0f2b44', class: "sd-floating-menu__content", innerHTML: this.slotContentHTML }))))));
559
559
  }
560
560
  };
561
561
  SdTooltip.style = sdTooltipCss();
@@ -76,7 +76,7 @@ const SdForm = class {
76
76
  this.sdSubmit.emit();
77
77
  }
78
78
  render() {
79
- return (h("form", { key: '197851b7d0ac6af39be67a2b5d2846370cc3ed39', onSubmit: e => this.onSubmit(e), class: this.formClass }, h("slot", { key: '33adfc4e9d40aa48b22755a98429ab8e0a32792f' })));
79
+ return (h("form", { key: 'd64dc85bce08da6a18f7dac5038a89f8bd7b5f01', onSubmit: e => this.onSubmit(e), class: this.formClass }, h("slot", { key: 'a0c6d177cc4c656369714ff0ebc5269255d2c2b5' })));
80
80
  }
81
81
  };
82
82
 
@@ -160,7 +160,7 @@ const SdGhostButton = class {
160
160
  ? GHOST_BUTTON_DISABLED_COLORS[intent]
161
161
  : GHOST_BUTTON_CONTENT_COLORS[intent];
162
162
  const accessibleName = (this.ariaLabel ?? '').trim() || undefined;
163
- return (h("button", { key: '789d7ad03fd9fd3164bd76b4490c06d1a2ed5ca0', class: {
163
+ return (h("button", { key: '0707c0067aded10ea53bffbca0dbddbfdef35dc6', class: {
164
164
  'sd-ghost-button': true,
165
165
  'sd-ghost-button--disabled': this.disabled,
166
166
  }, type: "button", disabled: this.disabled, "aria-label": accessibleName, style: {
@@ -169,7 +169,7 @@ const SdGhostButton = class {
169
169
  '--sd-ghost-button-hover-bg': GHOST_BUTTON_HOVER_BG_COLORS[intent],
170
170
  '--sd-ghost-button-hover-opacity': GHOST_BUTTON_HOVER_OPACITY,
171
171
  '--sd-ghost-button-accent': GHOST_BUTTON_FOCUS_RING_COLOR,
172
- }, onClick: this.handleClick }, h("sd-icon", { key: '0cac7bcc4b6ad28d88c9ab4bc30e59dd92f45992', name: this.icon, size: sizeConfig.icon, color: contentColor })));
172
+ }, onClick: this.handleClick }, h("sd-icon", { key: 'c362f7da310fc5b20fbbf0b08da4959b6f4a5374', name: this.icon, size: sizeConfig.icon, color: contentColor })));
173
173
  }
174
174
  };
175
175
  SdGhostButton.style = sdGhostButtonCss();
@@ -185,10 +185,10 @@ const SdGuide = class {
185
185
  const buttonClasses = ['sd-guide__button', `sd-guide__button--type-${this.type ?? 'tip'}`];
186
186
  if (isActive)
187
187
  buttonClasses.push('sd-guide__button--active');
188
- return (h("div", { key: '0003572d8025680df033b2619ad11d99ccc25a35', class: "sd-guide", style: this.guideStyle }, h("sd-button", { key: '01e15b072764f4244778c727445887326792ea45', ref: el => (this.guideRef = el), class: buttonClasses.join(' '), name: isActive ? 'primary_sm' : 'neutral_outline_sm', label: this.label || defaultLabel, icon: iconName, onSdClick: this.handleClickGuide }), this.popupShow && (h("sd-portal", { key: 'd7fbe96ae73c3b35ce8ca673d19924b8b7503aae', open: this.popupShow, parentRef: this.guideRef, onSdClose: this.closeDropdown, offset: [0, 4] }, h("div", { key: 'e87cec81959c4c84a33c4c50fd40796d12ff7f4d', style: { position: 'absolute', width: '0px', height: '0px' } }, h("div", { key: '94499ea9e42b93fcec490a7ab9d7d9cccc7c1021', class: "sd-guide__popup", style: {
188
+ return (h("div", { key: '9d5ad3049230e61d1aae3cd9270dd84f89fb5b1c', class: "sd-guide", style: this.guideStyle }, h("sd-button", { key: 'ac55b4d96f64695a0fbfedf7bf0e451b7afdc499', ref: el => (this.guideRef = el), class: buttonClasses.join(' '), name: isActive ? 'primary_sm' : 'neutral_outline_sm', label: this.label || defaultLabel, icon: iconName, onSdClick: this.handleClickGuide }), this.popupShow && (h("sd-portal", { key: 'df51b29383f7449720d8700387bb44fbd4dbebba', open: this.popupShow, parentRef: this.guideRef, onSdClose: this.closeDropdown, offset: [0, 4] }, h("div", { key: '265390b48b9d37e9c7f92e19ef124da3faae6590', style: { position: 'absolute', width: '0px', height: '0px' } }, h("div", { key: 'b45c101ac8dd6e4d490661b377979226335defa2', class: "sd-guide__popup", style: {
189
189
  ...this.guideStyle,
190
190
  width: this.popupWidth != null ? this.popupWidth + 'px' : '426px',
191
- } }, h("sd-ghost-button", { key: '712dc57cd85bd6929a2a1ef8221d29f46ecca686', class: "sd-guide__popup__close", icon: "close", ariaLabel: "close", size: "sm", onSdClick: this.closeDropdown }), h("div", { key: 'd53aadc5d766fde09a6463c7e114030c37617545', class: "sd-guide__popup__header" }, h("sd-icon", { key: 'dcb1fef4b2024f2b4584dc10c2dc54b28a0ce752', name: iconName, size: 24, color: popupIconColor }), h("h3", { key: '00860dda925f2d9670a7f9e261241f3698dd513e', class: "sd-guide__popup__title" }, this.popupTitle || defaultLabel)), h("ul", { key: '8676741e6998ed10ba39148cfff1f101fda8daa3', class: "sd-guide__popup__list" }, this.renderListItem(this.message))))))));
191
+ } }, h("sd-ghost-button", { key: 'd91722fedd8cd4f74e673964c90b1840ccfcd8e1', class: "sd-guide__popup__close", icon: "close", ariaLabel: "close", size: "sm", onSdClick: this.closeDropdown }), h("div", { key: 'b7bb7ffa79363939f4b6144d48732e686ec5e365', class: "sd-guide__popup__header" }, h("sd-icon", { key: 'cfe42d9139cdae8a90ce81af3dbc7636dc56b380', name: iconName, size: 24, color: popupIconColor }), h("h3", { key: '9724df2304c13c36e21a6e1ef3be7d4b0f5e5454', class: "sd-guide__popup__title" }, this.popupTitle || defaultLabel)), h("ul", { key: '8f5eec181c32b7d0220963ce57e82e952094ad36', class: "sd-guide__popup__list" }, this.renderListItem(this.message))))))));
192
192
  }
193
193
  // 현재 2depth까지만 스타일 적용
194
194
  renderListItem(message, depth = 0) {
@@ -47,7 +47,7 @@ const SdLinearProgress = class {
47
47
  clipPath: `inset(0 ${100 - this.clampedValue}% 0 0)`,
48
48
  };
49
49
  const valueText = `${Math.round(this.clampedValue)}%`;
50
- return (h(Host, { key: '58849d88024bc69ab0260bdf32f461fdfb87c93c', style: hostStyle }, h("div", { key: 'a4370fbc94bdf7b51d4a27f85ca86606c3770cdb', class: 'sd-linear-progress__track' }, h("div", { key: 'e270357433247981f8374a0345cb2d3ba8d4cfca', class: 'sd-linear-progress__fill', style: fillStyle }), !this.indeterminate && (h("span", { key: 'baa77fe44a7129330e8fe70b8aa2e8bc6fd4b703', class: 'sd-linear-progress__value sd-linear-progress__value--on-track' }, valueText)), !this.indeterminate && (h("span", { key: '46a73b233ea34c1d9ac242140abe3b1e5831d484', class: 'sd-linear-progress__value sd-linear-progress__value--on-fill', style: valueOnFillStyle }, valueText))), this.label && h("span", { key: '91d5c9cc27960c7448706e641028bcc8f893b805', class: 'sd-linear-progress__label' }, this.label)));
50
+ return (h(Host, { key: '6fb48662dc2c921237a387c748bbc529ba5ea77f', style: hostStyle }, h("div", { key: 'e8fa0fdf4ac3ceeaae74fff6194c1f66b9138bc7', class: 'sd-linear-progress__track' }, h("div", { key: '7016850214e73fc6a9079e8f54674976d0320adf', class: 'sd-linear-progress__fill', style: fillStyle }), !this.indeterminate && (h("span", { key: '154b18f54d79ddbacf720370dc9ace94508c6667', class: 'sd-linear-progress__value sd-linear-progress__value--on-track' }, valueText)), !this.indeterminate && (h("span", { key: '555e41d961ad7d061ac71347e998641d104f499d', class: 'sd-linear-progress__value sd-linear-progress__value--on-fill', style: valueOnFillStyle }, valueText))), this.label && h("span", { key: 'f90f3df3b959aee549fab33a62a85d6df6ba8410', class: 'sd-linear-progress__label' }, this.label)));
51
51
  }
52
52
  };
53
53
  SdLinearProgress.style = sdLinearProgressCss();
@@ -16,10 +16,10 @@ const SdLoadingContainer = class {
16
16
  this.visible = false;
17
17
  }
18
18
  render() {
19
- return (h("div", { key: '1c684984ec7203edb4206690026cf8085bfadcfb', class: {
19
+ return (h("div", { key: '08675a9dc0b1c11c42fb65a414f0fed88d03f1b0', class: {
20
20
  'sd-loading-container': true,
21
21
  'sd-loading-container--visible': this.visible,
22
- }, "aria-hidden": this.visible ? 'false' : 'true' }, h("div", { key: '42a7d3b6c0f562cbfd1a0928a3df4df3cc962299', class: "sd-loading-container__backdrop" }), h("div", { key: 'ce11d0950e5047eb47ae87f41bf7c049a2e18cbc', class: "sd-loading-container__content" }, h("sd-circle-progress", { key: 'e6f63c78da63cf660942137e73cef389789e83b0', indeterminate: true, type: "inverse" }), this.message && (h("p", { key: '139b648a8a8007a050f6e81374930f92d676707c', class: "sd-loading-container__message" }, this.message)))));
22
+ }, "aria-hidden": this.visible ? 'false' : 'true' }, h("div", { key: '4a10e9009d824bef1bf2f9930941931dc1fef43a', class: "sd-loading-container__backdrop" }), h("div", { key: '88edd1c19f5d22057e1e14f1e6bd10e23f45ec7b', class: "sd-loading-container__content" }, h("sd-circle-progress", { key: 'b9c67678d799e429ec6cb2d3094da7bcc4cea150', indeterminate: true, type: "inverse" }), this.message && (h("p", { key: 'ce016465e9d8b20f2121e8846bff75bbad5d7d94', class: "sd-loading-container__message" }, this.message)))));
23
23
  }
24
24
  };
25
25
  SdLoadingContainer.style = sdLoadingContainerCss();
@@ -152,13 +152,13 @@ const SdPagination = class {
152
152
  '--sd-pagination-bg-selected': PAGINATION_COLORS.bgSelected,
153
153
  '--sd-pagination-item-width': `${this.buttonWidth}px`,
154
154
  };
155
- return (h("div", { key: '0a99cc2b09de2f2a893fe88eaee535dc2f39505d', class: {
155
+ return (h("div", { key: '251d9b3bcff3cf985d62b1a8717f622d209b3fa1', class: {
156
156
  'sd-pagination': true,
157
157
  'sd-pagination--simple': this.simple,
158
- }, style: cssVars }, h("div", { key: 'ba4e726a23e572c788c8c68689e656a07f21f46e', class: "sd-pagination__group sd-pagination__group--prev" }, this.renderPrevButtons()), this.simple ? (h("div", { class: "sd-pagination__info" }, h("span", { class: "sd-pagination__current" }, this.currentPage), h("span", { class: "sd-pagination__divider" }, "/"), h("span", { class: "sd-pagination__last" }, this.lastPage))) : (h("div", { class: "sd-pagination__numbers" }, this.pageNumbers.map(n => (h("button", { type: "button", "aria-current": this.currentPage === n ? 'page' : undefined, class: {
158
+ }, style: cssVars }, h("div", { key: 'd143917676ccd97c1f4fc8e7220857d543efa5fd', class: "sd-pagination__group sd-pagination__group--prev" }, this.renderPrevButtons()), this.simple ? (h("div", { class: "sd-pagination__info" }, h("span", { class: "sd-pagination__current" }, this.currentPage), h("span", { class: "sd-pagination__divider" }, "/"), h("span", { class: "sd-pagination__last" }, this.lastPage))) : (h("div", { class: "sd-pagination__numbers" }, this.pageNumbers.map(n => (h("button", { type: "button", "aria-current": this.currentPage === n ? 'page' : undefined, class: {
159
159
  'sd-pagination__item': true,
160
160
  'sd-pagination__item--selected': this.currentPage === n,
161
- }, onClick: () => this.handlePageChange(n) }, n))))), h("div", { key: 'e3276583ab382b988ac2961e8c67c431d5c4495e', class: "sd-pagination__group sd-pagination__group--next" }, this.renderNextButtons())));
161
+ }, onClick: () => this.handlePageChange(n) }, n))))), h("div", { key: 'e58053cef21c57d88f5b1357101507418b2db002', class: "sd-pagination__group sd-pagination__group--next" }, this.renderNextButtons())));
162
162
  }
163
163
  };
164
164
  SdPagination.style = sdPaginationCss();
@@ -213,9 +213,9 @@ const SdTbody = class {
213
213
  }
214
214
  }
215
215
  render() {
216
- return (h(Host, { key: '5b55bfd73916ff1402329375de1e1fc2a7629cbd', slot: `${this.tableId}-body` }, h("tbody", { key: 'a09a532d1510166a36d592c2e59ec1765803bbbe', class: { tbody: true } }, [
216
+ return (h(Host, { key: 'bdb686445ce324c6254891a385d6175c8cac06df', slot: `${this.tableId}-body` }, h("tbody", { key: '21a7772f0d43a358d9ae17459f0ff296324bfd82', class: { tbody: true } }, [
217
217
  this.topSpacerHeight > 0 && (h("tr", { key: "spacer-top", class: "tbody__spacer", style: { height: `${this.topSpacerHeight}px`, display: 'block' } })),
218
- h("slot", { key: 'da3827a9c2fe7a74ec3cb3eb8dee3ab039ea0535' }),
218
+ h("slot", { key: 'e38d8fe5d67a91d3fa5a25be98195da104660005' }),
219
219
  this.bottomSpacerHeight > 0 && (h("tr", { key: "spacer-bottom", class: "tbody__spacer", style: { height: `${this.bottomSpacerHeight}px`, display: 'block' } })),
220
220
  ])));
221
221
  }
@@ -389,16 +389,16 @@ const SdThead = class {
389
389
  '--table-border-color': TABLE_BORDER.color,
390
390
  '--table-border-width': `${TABLE_BORDER.width}px`,
391
391
  };
392
- return (h(Host, { key: '424fa72b833a94bce945ae50e8445cbed0527025', slot: `${this.tableId}-head`, style: headStyle }, h("thead", { key: '1a5704d78992b553c5db5ba92bb3814de7c19898', class: {
392
+ return (h(Host, { key: 'c2852fc7d6fe9e8116fabbbcc140f4db8319bfdc', slot: `${this.tableId}-head`, style: headStyle }, h("thead", { key: '970cb1c96145326f38b79636a72982b0e9c81fa0', class: {
393
393
  'thead': true,
394
394
  'thead--sticky': this._stickyHeader,
395
- } }, h("tr", { key: '1369ff7c99a5691bcd5fa54af4f7c02ff41dceb3', class: "tr" }, this._selectable && (h("th", { key: '72159c6f8ef28b0b93790e180cb9b12345727525', class: {
395
+ } }, h("tr", { key: '839fb6e9fd68ef10dea1f1d470a6b3e707475a8d', class: "tr" }, this._selectable && (h("th", { key: 'd669372261627013bc1b39157139d180b3d1a6c1', class: {
396
396
  'th': true,
397
397
  'th--selected': true,
398
398
  'sticky-left': true,
399
399
  'sticky-left-edge': stickyLeftCount === 0,
400
400
  'is-scrolled-left': stickyLeftCount === 0 && this._scrolledLeft,
401
- }, style: { '--sticky-left-offset': '0px' } }, h("sd-checkbox", { key: '1c5c035346fc6d13d956475480374a8bd93d3d6d', value: this.getIsAllChecked(), disabled: safeRows.length === 0, onSdUpdate: (e) => this.handleSelectAll(e.detail) }))), stickyLeftCols.map((col, idx) => (h("th", { key: col.name, class: {
401
+ }, style: { '--sticky-left-offset': '0px' } }, h("sd-checkbox", { key: '6263984430b4aa53e6ac24fb0f6a6c05838a71d5', value: this.getIsAllChecked(), disabled: safeRows.length === 0, onSdUpdate: (e) => this.handleSelectAll(e.detail) }))), stickyLeftCols.map((col, idx) => (h("th", { key: col.name, class: {
402
402
  'th': true,
403
403
  [`${col.thClass}`]: Boolean(col.thClass),
404
404
  'sticky-left': true,
@@ -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();