@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
@@ -205,7 +205,7 @@ export class SdChip {
205
205
  '--sd-chip-font-weight': typography.fontWeight,
206
206
  '--sd-chip-line-height': typography.lineHeight,
207
207
  };
208
- return (h("span", { key: '0addb8566b639d05921b9320b99abab7f1d67899', class: {
208
+ return (h("span", { key: '3cd683af3aed7cc6e549c5fc5da1e00cda2dc2a0', class: {
209
209
  'sd-chip': true,
210
210
  [`sd-chip--${state}`]: true,
211
211
  'sd-chip--disabled': this.disabled,
@@ -27,7 +27,7 @@ export class SdCircleProgress {
27
27
  }
28
28
  const c = CIRCLE_PROGRESS_VIEWBOX_SIZE / 2;
29
29
  const showPercent = !this.indeterminate;
30
- return (h(Host, { key: 'f92bf4d6e4f1133c4465a4fec7b2bad4549a6d06', style: hostStyle }, h("svg", { key: '669fa503cc6007f48f35474b08e4359de695026d', class: "sd-circle-progress", viewBox: `0 0 ${CIRCLE_PROGRESS_VIEWBOX_SIZE} ${CIRCLE_PROGRESS_VIEWBOX_SIZE}`, xmlns: "http://www.w3.org/2000/svg" }, h("circle", { key: '020c7d840a6592d7705b65b14d27e3b5752629bf', class: "sd-circle-progress__track", cx: c, cy: c, r: CIRCLE_PROGRESS_RADIUS, fill: "none", "stroke-width": CIRCLE_PROGRESS_STROKE_WIDTH }), h("circle", { key: 'e409da4a5c34adcd8744f16040ae9d5d6019a415', class: "sd-circle-progress__arc", cx: c, cy: c, r: CIRCLE_PROGRESS_RADIUS, fill: "none", "stroke-width": CIRCLE_PROGRESS_STROKE_WIDTH, "stroke-linecap": "round", style: arcStyle })), showPercent && (h("span", { key: '91c0b91e69293b67c8a0ad67a6d4b9e9db5c6d4a', class: "sd-circle-progress__percent" }, Math.round(this.clampedValue), "%")), this.label && h("span", { key: '03a5bee22a2e2f1b4ba75dbeca2ef5b4b9840aeb', class: "sd-circle-progress__label" }, this.label)));
30
+ return (h(Host, { key: 'd4ace6f784fd64a45baa746870a84a88b4911cf8', style: hostStyle }, h("svg", { key: '08aef376ac746abf1a9b404e37703a862f956a08', class: "sd-circle-progress", viewBox: `0 0 ${CIRCLE_PROGRESS_VIEWBOX_SIZE} ${CIRCLE_PROGRESS_VIEWBOX_SIZE}`, xmlns: "http://www.w3.org/2000/svg" }, h("circle", { key: '42411ef6f92f6427309d92dfad84ad7dc8f8c3bb', class: "sd-circle-progress__track", cx: c, cy: c, r: CIRCLE_PROGRESS_RADIUS, fill: "none", "stroke-width": CIRCLE_PROGRESS_STROKE_WIDTH }), h("circle", { key: 'a0ae53ce4dfd557e980155cd0ff22ba064fe32dc', class: "sd-circle-progress__arc", cx: c, cy: c, r: CIRCLE_PROGRESS_RADIUS, fill: "none", "stroke-width": CIRCLE_PROGRESS_STROKE_WIDTH, "stroke-linecap": "round", style: arcStyle })), showPercent && (h("span", { key: '0917cfd3aa460872fa4c35da61530e01080d6937', class: "sd-circle-progress__percent" }, Math.round(this.clampedValue), "%")), this.label && h("span", { key: '051756bc7b20e87205b21c735b2827a81c2a17c9', class: "sd-circle-progress__label" }, this.label)));
31
31
  }
32
32
  static get is() { return "sd-circle-progress"; }
33
33
  static get originalStyleUrls() {
@@ -72,9 +72,9 @@ export class SdConfirmModal {
72
72
  const type = this.resolvedType;
73
73
  const iconName = CONFIRM_MODAL_ICON_MAP[type];
74
74
  const iconColor = CONFIRM_MODAL_ICON_COLOR[type];
75
- return (h("div", { key: '234455d93cbf02e5e70f78803914a8d91fbc4506', class: "sd-confirm-modal" }, h("sd-ghost-button", { key: '298f5279400b19159a8c08d2c739ab27cf88811c', class: "sd-confirm-modal__close-button", icon: "close", ariaLabel: "close", onClick: () => this.close.emit() }), iconName && (h("sd-icon", { key: '41d01e92ff59cea05a367797ebde71cd13baed1f', class: "sd-confirm-modal__icon", name: iconName, size: TITLE_ICON_SIZE, color: iconColor })), h("h2", { key: 'd6b65e3a858a96f628602101adaaee2b62727df4', class: `sd-confirm-modal__title ${this.titleClass ?? ''}` }, this.modalTitle), h("div", { key: 'ed708bffc95467faabf70a9c2beec46fc1ba090c', class: "sd-confirm-modal__body" }, (this.topMessage ?? []).length > 0 && (h("div", { key: 'e7a996bef926fa3741ed9f2ecc930a6961f4c6e4', class: "sd-confirm-modal__message" }, (this.topMessage ?? []).map(msg => (h("p", { class: "sd-confirm-modal__message-text", innerHTML: msg }))))), this.showContentBox && (h("div", { key: 'b4ab9cc0cf91166d4e34a7b4726d62c3463a9766', class: "sd-confirm-modal__content-box" }, this.tagContents ? (h("div", { class: "sd-confirm-modal__custom-content", ref: el => {
75
+ return (h("div", { key: '6dc337947f7c05799cf7c97d45b0df84c7976196', class: "sd-confirm-modal" }, h("sd-ghost-button", { key: 'b584cc4bc00191f8488be7265249922110d57d90', class: "sd-confirm-modal__close-button", icon: "close", ariaLabel: "close", onClick: () => this.close.emit() }), iconName && (h("sd-icon", { key: '470716bef879befd1d6746bc27c10fb74d61a2b6', class: "sd-confirm-modal__icon", name: iconName, size: TITLE_ICON_SIZE, color: iconColor })), h("h2", { key: '5b0113f13b219a2e14c5d45397c293baafc28a2c', class: `sd-confirm-modal__title ${this.titleClass ?? ''}` }, this.modalTitle), h("div", { key: 'cee18d1afde384523ca0f96f4138b8854f89cb5c', class: "sd-confirm-modal__body" }, (this.topMessage ?? []).length > 0 && (h("div", { key: 'b9466be3cbb635c9b8c0a50d7023b70fa31d9f0f', class: "sd-confirm-modal__message" }, (this.topMessage ?? []).map(msg => (h("p", { class: "sd-confirm-modal__message-text", innerHTML: msg }))))), this.showContentBox && (h("div", { key: 'f3ea52c0261a63e75b42175c2e7c602e02f82636', class: "sd-confirm-modal__content-box" }, this.tagContents ? (h("div", { class: "sd-confirm-modal__custom-content", ref: el => {
76
76
  this.customContentRef = el;
77
- } })) : (h("slot", { onSlotchange: () => this.syncHasSlottedContent() }, this.tagLabel && h("sd-tag", { name: this.tagPreset ?? 'square_sm_grey', label: this.tagLabel }), this.slotLabel && (h("span", { class: "sd-confirm-modal__slot-label" }, this.slotLabel)))))), (this.bottomMessage ?? []).length > 0 && (h("div", { key: '1dd63a93ecd0eae9ecfb61a3b98f1e6d1ac2b4b3', class: "sd-confirm-modal__message" }, (this.bottomMessage ?? []).map(msg => (h("p", { class: "sd-confirm-modal__message-text", innerHTML: msg })))))), h("div", { key: 'e22a5fc951054808bc70962e104eb3951b65ca61', class: "sd-confirm-modal__button" }, this.subButtonLabel && (h("sd-button", { key: 'c1f23f043eead651e71943c7e76585b9b7fe964a', name: SUB_BUTTON_PRESET, label: this.subButtonLabel, onSdClick: () => this.cancel.emit() })), h("sd-button", { key: '63952e8b1c2d912fed6489760c97a787eaf2a90d', name: this.resolvedMainButton, label: this.mainButtonLabel ?? '확인', onSdClick: () => this.ok.emit() }))));
77
+ } })) : (h("slot", { onSlotchange: () => this.syncHasSlottedContent() }, this.tagLabel && h("sd-tag", { name: this.tagPreset ?? 'square_sm_grey', label: this.tagLabel }), this.slotLabel && (h("span", { class: "sd-confirm-modal__slot-label" }, this.slotLabel)))))), (this.bottomMessage ?? []).length > 0 && (h("div", { key: 'fa33e4f68a1c36e197ff6a6f5629005fbbebcbc3', class: "sd-confirm-modal__message" }, (this.bottomMessage ?? []).map(msg => (h("p", { class: "sd-confirm-modal__message-text", innerHTML: msg })))))), h("div", { key: '378162e9e44cefc4e61113ba927545040e6a6c6c', class: "sd-confirm-modal__button" }, this.subButtonLabel && (h("sd-button", { key: '8fb93a086c4a42063f53ed533be2774de31db81e', name: SUB_BUTTON_PRESET, label: this.subButtonLabel, onSdClick: () => this.cancel.emit() })), h("sd-button", { key: '304c80915c9a7a685bddcf2d5edf4f56119860e8', name: this.resolvedMainButton, label: this.mainButtonLabel ?? '확인', onSdClick: () => this.ok.emit() }))));
78
78
  }
79
79
  static get is() { return "sd-confirm-modal"; }
80
80
  static get originalStyleUrls() {
@@ -23,7 +23,7 @@ export class SdDateBox {
23
23
  this.mouseOver?.emit(this.date);
24
24
  }
25
25
  render() {
26
- return (h("div", { key: 'ce4341db137de36e872a0e166bd89c33ac1ba91b', role: "button", tabindex: this.disabled ? -1 : 0, class: {
26
+ return (h("div", { key: 'ab09e8112e18b04dab2d171fa6dbd8554d11e57b', role: "button", tabindex: this.disabled ? -1 : 0, class: {
27
27
  'sd-date-box': true,
28
28
  'sd-hoverable': !this.disabled || !this.selected || this.type === '',
29
29
  'sd-date-box--disabled': this.disabled,
@@ -39,7 +39,7 @@ export class SdDateBox {
39
39
  e.preventDefault();
40
40
  this.handleClickDate();
41
41
  }
42
- }, 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))));
42
+ }, 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))));
43
43
  }
44
44
  static get is() { return "sd-date-box"; }
45
45
  static get encapsulation() { return "scoped"; }
@@ -33,7 +33,7 @@ export class SdDatePickerTrigger {
33
33
  ? DATEPICKER_COLORS.icon.disabled
34
34
  : DATEPICKER_COLORS.icon.default,
35
35
  };
36
- return (h("div", { key: 'df53dd75ead71167d7089daab5718c7ff1c990ae', role: "button", tabindex: this.disabled ? -1 : 0, class: {
36
+ return (h("div", { key: '57a23626b1a392be20dccead71b792590fab61b8', role: "button", tabindex: this.disabled ? -1 : 0, class: {
37
37
  'sd-date-picker-trigger': true,
38
38
  'sd-date-picker-trigger--disabled': this.disabled,
39
39
  }, style: cssVars, onClick: this.handleClick, onKeyDown: e => {
@@ -41,7 +41,7 @@ export class SdDatePickerTrigger {
41
41
  e.preventDefault();
42
42
  this.handleClick();
43
43
  }
44
- } }, h("sd-icon", { key: '76f41c99e1695eaa191cbc81ae057e65cb78e955', name: "date", size: Number(sizeTokens.iconSize), color: "var(--trigger-icon-color)", class: "sd-date-picker-trigger__icon" }), h("span", { key: '4e1a4b2b41737f05dc1a4e642d317f5fc93bf9b2', class: "sd-date-picker-trigger__text" }, hasValue ? this.displayText : this.placeholder)));
44
+ } }, h("sd-icon", { key: 'd4bb58eb97f9f2b98c27315547a85b019530ce5e', name: "date", size: Number(sizeTokens.iconSize), color: "var(--trigger-icon-color)", class: "sd-date-picker-trigger__icon" }), h("span", { key: '25222882fa966eb5d6ead15e62b65af26586afbd', class: "sd-date-picker-trigger__text" }, hasValue ? this.displayText : this.placeholder)));
45
45
  }
46
46
  static get is() { return "sd-date-picker-trigger"; }
47
47
  static get originalStyleUrls() {
@@ -29,41 +29,3 @@ export const DATEPICKER_COLORS = {
29
29
  icon: datepickerTokens.datepicker.icon,
30
30
  text: datepickerTokens.datepicker.text,
31
31
  };
32
- export const CALENDAR_LAYOUT = {
33
- bg: datepickerTokens.datepicker.calendar.bg,
34
- paddingXY: datepickerTokens.datepicker.calendar.paddingXY,
35
- gap: datepickerTokens.datepicker.calendar.gap,
36
- radius: datepickerTokens.datepicker.calendar.radius,
37
- header: {
38
- gap: datepickerTokens.datepicker.calendar.header.gap,
39
- divider: datepickerTokens.datepicker.calendar.header.divider,
40
- fontSize: datepickerTokens.datepicker.calendar.header.typography.fontSize,
41
- lineHeight: datepickerTokens.datepicker.calendar.header.typography.lineHeight,
42
- fontWeight: datepickerTokens.datepicker.calendar.header.typography.fontWeight,
43
- },
44
- week: {
45
- fontSize: datepickerTokens.datepicker.calendar.week.typography.fontSize,
46
- lineHeight: datepickerTokens.datepicker.calendar.week.typography.lineHeight,
47
- fontWeight: datepickerTokens.datepicker.calendar.week.typography.fontWeight,
48
- color: datepickerTokens.datepicker.calendar.week.color,
49
- },
50
- grid: {
51
- rowGap: datepickerTokens.datepicker.calendar.grid.rowGap,
52
- },
53
- day: {
54
- size: datepickerTokens.datepicker.calendar.day.width,
55
- circleSize: datepickerTokens.datepicker.calendar.day.circle.size,
56
- circleRadius: datepickerTokens.datepicker.calendar.day.circle.radius,
57
- defaultText: datepickerTokens.datepicker.calendar.day.default.text,
58
- hoverText: datepickerTokens.datepicker.calendar.day.hover.text,
59
- hoverBorder: datepickerTokens.datepicker.calendar.day.hover.border,
60
- selectBg: datepickerTokens.datepicker.calendar.day.select.bg,
61
- selectText: datepickerTokens.datepicker.calendar.day.select.text,
62
- disabledText: datepickerTokens.datepicker.calendar.day.disabled.text,
63
- fontSize: datepickerTokens.datepicker.calendar.day.typography.default.fontSize,
64
- lineHeight: datepickerTokens.datepicker.calendar.day.typography.default.lineHeight,
65
- fontWeight: datepickerTokens.datepicker.calendar.day.typography.default.fontWeight,
66
- boldFontWeight: datepickerTokens.datepicker.calendar.day.typography.bold.fontWeight,
67
- },
68
- };
69
- export const WEEK_LABELS = ['일', '월', '화', '수', '목', '금', '토'];
@@ -69,6 +69,7 @@ export class SdDatePicker {
69
69
  }
70
70
  };
71
71
  handleSelect = (e) => {
72
+ e.stopPropagation();
72
73
  this.closeDropdown();
73
74
  this.value = e.detail;
74
75
  const nextValue = this.value;
@@ -92,9 +93,9 @@ export class SdDatePicker {
92
93
  '--sd-system-color-field-border-focus': DATEPICKER_COLORS.border.focus,
93
94
  '--sd-system-color-field-bg-default': DATEPICKER_COLORS.bg.default,
94
95
  };
95
- 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 => {
96
+ 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 => {
96
97
  this.triggerRef = el;
97
- } }, 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 })))));
98
+ } }, 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 })))));
98
99
  }
99
100
  static get is() { return "sd-date-picker"; }
100
101
  static get originalStyleUrls() {
@@ -239,7 +239,7 @@ export class SdDateRangePickerCalendar {
239
239
  '--range-panel-gap': `${RANGE_LAYOUT.panelGap}px`,
240
240
  '--range-divider': RANGE_LAYOUT.divider,
241
241
  };
242
- 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)))));
242
+ 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)))));
243
243
  }
244
244
  static get is() { return "sd-date-range-picker-calendar"; }
245
245
  static get originalStyleUrls() {
@@ -1,5 +1,6 @@
1
1
  import datepickerTokens from "../../tokens/generated/component.datepicker.json";
2
- import { DATEPICKER_SIZE_MAP, DATEPICKER_COLORS, CALENDAR_LAYOUT, WEEK_LABELS, } from "../sd-date-picker/sd-date-picker.config";
2
+ import { DATEPICKER_SIZE_MAP, DATEPICKER_COLORS, } from "../sd-date-picker/sd-date-picker.config";
3
+ import { CALENDAR_LAYOUT, WEEK_LABELS } from "../sd-calendar/sd-calendar.config";
3
4
  export { DATEPICKER_SIZE_MAP, DATEPICKER_COLORS, CALENDAR_LAYOUT, WEEK_LABELS };
4
5
  export const RANGE_LAYOUT = {
5
6
  bg: datepickerTokens.datepicker.calendar.range.bg,
@@ -98,9 +98,9 @@ export class SdDateRangePicker {
98
98
  '--sd-system-color-field-border-focus': DATEPICKER_COLORS.border.focus,
99
99
  '--sd-system-color-field-bg-default': DATEPICKER_COLORS.bg.default,
100
100
  };
101
- 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 => {
101
+ 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 => {
102
102
  this.triggerRef = el;
103
- } }, 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 })))));
103
+ } }, 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 })))));
104
104
  }
105
105
  static get is() { return "sd-date-range-picker"; }
106
106
  static get originalStyleUrls() {
@@ -188,7 +188,7 @@ export class SdDropdownButton extends BaseDropdownEvent {
188
188
  }
189
189
  render() {
190
190
  const { config, preset } = this.resolvedConfig;
191
- 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: {
191
+ 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: {
192
192
  '--sd-dropdown-button-bg': config.color,
193
193
  '--sd-dropdown-button-bg-hover': PRESET_HOVER_BACKGROUNDS[preset],
194
194
  '--sd-dropdown-button-border': PRESET_BORDER_COLORS[preset],
@@ -198,10 +198,10 @@ export class SdDropdownButton extends BaseDropdownEvent {
198
198
  '--sd-dropdown-button-disabled-bg': DROPDOWN_DISABLED_BACKGROUND,
199
199
  '--sd-dropdown-button-disabled-content': DROPDOWN_DISABLED_TEXT,
200
200
  '--sd-dropdown-button-disabled-border': DROPDOWN_DISABLED_BORDER,
201
- } }, 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: {
201
+ } }, 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: {
202
202
  'sd-dropdown-button__trigger-icon': true,
203
203
  'sd-dropdown-button__trigger-icon--open': this.isOpen,
204
- }, "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)));
204
+ }, "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)));
205
205
  }
206
206
  static get is() { return "sd-dropdown-button"; }
207
207
  static get originalStyleUrls() {
@@ -172,20 +172,20 @@ export class SdField {
172
172
  : {}),
173
173
  }
174
174
  : {};
175
- return (h("div", { key: 'e7424031b85af429369fc9097f9cf7f5f2fd78e2', class: {
175
+ return (h("div", { key: 'fa7d46fb1cdfa572c19fe5014c5f2df6579537fa', class: {
176
176
  'sd-field': true,
177
177
  'sd-field--has-label': this.label !== '',
178
178
  'sd-field--has-addon': addon !== '',
179
179
  [this.fieldStatus]: this.fieldStatus !== '',
180
- }, 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
180
+ }, 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
181
181
  ? {
182
182
  width: typeof this.width === 'number' ? `${this.width}px` : this.width,
183
183
  flex: 'none',
184
184
  }
185
- : {} }, h("div", { key: '8d63e16a5acc4e09c58ae7ad27ec8dc9707075dc', class: {
185
+ : {} }, h("div", { key: '1364e46db78dc55b1139035296d2e6f33cb8fbb6', class: {
186
186
  'sd-field__control': true,
187
187
  'sd-field__control--has-addon': addon !== '',
188
- } }, 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))))));
188
+ } }, 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))))));
189
189
  }
190
190
  renderLabel(label) {
191
191
  if (label == null || label === '')
@@ -153,7 +153,7 @@ export class SdFloatingPopover {
153
153
  }
154
154
  }
155
155
  render() {
156
- return h("slot", { key: 'b70d70c2ed9d18a191c939b84d5728eb1c450fd0' });
156
+ return h("slot", { key: 'c4543ebf24c83fc67bdda0340adb00f02761b62e' });
157
157
  }
158
158
  static get is() { return "sd-floating-portal"; }
159
159
  static get originalStyleUrls() {
@@ -70,7 +70,7 @@ export class SdForm {
70
70
  this.sdSubmit.emit();
71
71
  }
72
72
  render() {
73
- return (h("form", { key: '197851b7d0ac6af39be67a2b5d2846370cc3ed39', onSubmit: e => this.onSubmit(e), class: this.formClass }, h("slot", { key: '33adfc4e9d40aa48b22755a98429ab8e0a32792f' })));
73
+ return (h("form", { key: 'd64dc85bce08da6a18f7dac5038a89f8bd7b5f01', onSubmit: e => this.onSubmit(e), class: this.formClass }, h("slot", { key: 'a0c6d177cc4c656369714ff0ebc5269255d2c2b5' })));
74
74
  }
75
75
  static get is() { return "sd-form"; }
76
76
  static get properties() {
@@ -42,7 +42,7 @@ export class SdGhostButton {
42
42
  ? GHOST_BUTTON_DISABLED_COLORS[intent]
43
43
  : GHOST_BUTTON_CONTENT_COLORS[intent];
44
44
  const accessibleName = (this.ariaLabel ?? '').trim() || undefined;
45
- return (h("button", { key: '789d7ad03fd9fd3164bd76b4490c06d1a2ed5ca0', class: {
45
+ return (h("button", { key: '0707c0067aded10ea53bffbca0dbddbfdef35dc6', class: {
46
46
  'sd-ghost-button': true,
47
47
  'sd-ghost-button--disabled': this.disabled,
48
48
  }, type: "button", disabled: this.disabled, "aria-label": accessibleName, style: {
@@ -51,7 +51,7 @@ export class SdGhostButton {
51
51
  '--sd-ghost-button-hover-bg': GHOST_BUTTON_HOVER_BG_COLORS[intent],
52
52
  '--sd-ghost-button-hover-opacity': GHOST_BUTTON_HOVER_OPACITY,
53
53
  '--sd-ghost-button-accent': GHOST_BUTTON_FOCUS_RING_COLOR,
54
- }, onClick: this.handleClick }, h("sd-icon", { key: '0cac7bcc4b6ad28d88c9ab4bc30e59dd92f45992', name: this.icon, size: sizeConfig.icon, color: contentColor })));
54
+ }, onClick: this.handleClick }, h("sd-icon", { key: 'c362f7da310fc5b20fbbf0b08da4959b6f4a5374', name: this.icon, size: sizeConfig.icon, color: contentColor })));
55
55
  }
56
56
  static get is() { return "sd-ghost-button"; }
57
57
  static get originalStyleUrls() {
@@ -76,10 +76,10 @@ export class SdGuide {
76
76
  const buttonClasses = ['sd-guide__button', `sd-guide__button--type-${this.type ?? 'tip'}`];
77
77
  if (isActive)
78
78
  buttonClasses.push('sd-guide__button--active');
79
- 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: {
79
+ 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: {
80
80
  ...this.guideStyle,
81
81
  width: this.popupWidth != null ? this.popupWidth + 'px' : '426px',
82
- } }, 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))))))));
82
+ } }, 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))))))));
83
83
  }
84
84
  // 현재 2depth까지만 스타일 적용
85
85
  renderListItem(message, depth = 0) {
@@ -112,12 +112,12 @@ export class SdInput {
112
112
  '--sd-system-size-field-sm-height': `${sizeTokens.height}px`,
113
113
  '--sd-system-radius-field-sm': `${sizeTokens.radius}px`,
114
114
  };
115
- 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 () => {
115
+ 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 () => {
116
116
  if (this.disabled || this.readonly)
117
117
  return;
118
118
  this.internalValue = '';
119
119
  await this.formField?.sdValidate();
120
- } })), 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: () => {
120
+ } })), 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: () => {
121
121
  if (this.disabled || this.readonly)
122
122
  return;
123
123
  this.passwordVisible = !this.passwordVisible;
@@ -28,7 +28,7 @@ export class SdLinearProgress {
28
28
  clipPath: `inset(0 ${100 - this.clampedValue}% 0 0)`,
29
29
  };
30
30
  const valueText = `${Math.round(this.clampedValue)}%`;
31
- 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)));
31
+ 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)));
32
32
  }
33
33
  static get is() { return "sd-linear-progress"; }
34
34
  static get originalStyleUrls() {
@@ -10,10 +10,10 @@ export class SdLoadingContainer {
10
10
  this.visible = false;
11
11
  }
12
12
  render() {
13
- return (h("div", { key: '1c684984ec7203edb4206690026cf8085bfadcfb', class: {
13
+ return (h("div", { key: '08675a9dc0b1c11c42fb65a414f0fed88d03f1b0', class: {
14
14
  'sd-loading-container': true,
15
15
  'sd-loading-container--visible': this.visible,
16
- }, "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)))));
16
+ }, "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)))));
17
17
  }
18
18
  static get is() { return "sd-loading-container"; }
19
19
  static get originalStyleUrls() {
@@ -45,7 +45,7 @@ export class SdLoadingModal {
45
45
  '--sd-loading-modal-width': this.toCssSize(this.width) ?? `${LOADING_MODAL_LAYOUT.minWidth}px`,
46
46
  '--sd-loading-modal-height': this.toCssSize(this.height) ?? `${LOADING_MODAL_LAYOUT.minHeight}px`,
47
47
  };
48
- return (h(Host, { key: 'a653095ef804a24fbc3c4a0e65d22971b537a9bf', style: hostStyle }, h("div", { key: '38a1a83501a707de8a431b38cd3e5525565fca5d', class: "sd-loading-modal" }, h("div", { key: '81ddeebfffa70bcc84fc3b2a02fb3d70441645c4', class: "sd-loading-modal__content" }, this.resolvedState === 'loading' ? (h("sd-circle-progress", { indeterminate: true })) : (h("sd-icon", { class: "sd-loading-modal__icon", name: "warningOutline", size: LOADING_MODAL_LAYOUT.contentSize, color: LOADING_MODAL_COLORS.errorIcon }))), h("div", { key: 'db87e7d46fcc6bfd07ce4191819e5e28051489b7', class: "sd-loading-modal__message-wrapper" }, Array.isArray(this.resolvedMessage) ? (this.resolvedMessage.map(message => (h("p", { class: "sd-loading-modal__message" }, message)))) : (h("p", { class: "sd-loading-modal__message" }, this.resolvedMessage))), this.useButton && (h("div", { key: '20134aca743319ea4e03e1b8a0359b92a3bdb0af', class: "sd-loading-modal__button" }, h("sd-button", { key: 'c6951624f69519d712bfdd619fd6b22216ecad87', name: LOADING_MODAL_BUTTON_PRESET, label: this.resolvedButtonLabel, onSdClick: this.handleClick }))))));
48
+ return (h(Host, { key: '3d792e07772b93de139fa505f061004b037ed05b', style: hostStyle }, h("div", { key: '8b63d47c502bdd66f893a484c4af36d2e8302081', class: "sd-loading-modal" }, h("div", { key: '5b35a93e1aed2e8d9f5eebfcbe0222c4f38b5536', class: "sd-loading-modal__content" }, this.resolvedState === 'loading' ? (h("sd-circle-progress", { indeterminate: true })) : (h("sd-icon", { class: "sd-loading-modal__icon", name: "warningOutline", size: LOADING_MODAL_LAYOUT.contentSize, color: LOADING_MODAL_COLORS.errorIcon }))), h("div", { key: '591bae1563f4b5c5dc8bce22161d99929fb18ce5', class: "sd-loading-modal__message-wrapper" }, Array.isArray(this.resolvedMessage) ? (this.resolvedMessage.map(message => (h("p", { class: "sd-loading-modal__message" }, message)))) : (h("p", { class: "sd-loading-modal__message" }, this.resolvedMessage))), this.useButton && (h("div", { key: '577acd55fb35229459990f7f1ca4f710c26c51d4', class: "sd-loading-modal__button" }, h("sd-button", { key: 'cda4f1b9a8bee1897efb53671c0f715858377ba7', name: LOADING_MODAL_BUTTON_PRESET, label: this.resolvedButtonLabel, onSdClick: this.handleClick }))))));
49
49
  }
50
50
  static get is() { return "sd-loading-modal"; }
51
51
  static get originalStyleUrls() {
@@ -272,15 +272,15 @@ export class SdNumberInput {
272
272
  '--sd-textinput-input-hint-typography-line-height': `${NUMBER_INPUT_HINT.typography.lineHeight}px`,
273
273
  '--sd-textinput-input-contents-gap': `${NUMBER_INPUT_CONTENTS_GAP}px`,
274
274
  };
275
- 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: {
275
+ 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: {
276
276
  'sd-number-input__content': true,
277
277
  'sd-number-input__content--no-stepper': !this.useButton,
278
- } }, 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()
278
+ } }, 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()
279
279
  ? NUMBER_INPUT_STEPPER.icon.disabled
280
- : 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: {
280
+ : 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: {
281
281
  textAlign: this.useButton ? 'center' : 'right',
282
282
  ...this.inputStyle,
283
- } }), 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()
283
+ } }), 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()
284
284
  ? NUMBER_INPUT_STEPPER.icon.disabled
285
285
  : NUMBER_INPUT_STEPPER.icon.default }))))));
286
286
  }
@@ -83,13 +83,13 @@ export class SdPagination {
83
83
  '--sd-pagination-bg-selected': PAGINATION_COLORS.bgSelected,
84
84
  '--sd-pagination-item-width': `${this.buttonWidth}px`,
85
85
  };
86
- return (h("div", { key: '0a99cc2b09de2f2a893fe88eaee535dc2f39505d', class: {
86
+ return (h("div", { key: '251d9b3bcff3cf985d62b1a8717f622d209b3fa1', class: {
87
87
  'sd-pagination': true,
88
88
  'sd-pagination--simple': this.simple,
89
- }, 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: {
89
+ }, 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: {
90
90
  'sd-pagination__item': true,
91
91
  'sd-pagination__item--selected': this.currentPage === n,
92
- }, onClick: () => this.handlePageChange(n) }, n))))), h("div", { key: 'e3276583ab382b988ac2961e8c67c431d5c4495e', class: "sd-pagination__group sd-pagination__group--next" }, this.renderNextButtons())));
92
+ }, onClick: () => this.handlePageChange(n) }, n))))), h("div", { key: 'e58053cef21c57d88f5b1357101507418b2db002', class: "sd-pagination__group sd-pagination__group--next" }, this.renderNextButtons())));
93
93
  }
94
94
  static get is() { return "sd-pagination"; }
95
95
  static get originalStyleUrls() {
@@ -51,17 +51,17 @@ export class SdPopover {
51
51
  const leftLink = this.leftLink;
52
52
  const button = this.button;
53
53
  const hasFooter = !!leftLink || !!button;
54
- 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: {
54
+ 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: {
55
55
  'sd-floating-menu': true,
56
56
  'sd-floating-menu--popover': true,
57
57
  [`sd-floating-menu--${placement}`]: true,
58
58
  [menuClass]: menuClass !== '',
59
59
  }, style: {
60
60
  '--sd-floating-bg': popoverTokens.popover.bg,
61
- } }, 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: {
61
+ } }, 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: {
62
62
  'sd-floating-menu__buttons': true,
63
63
  'sd-floating-menu__buttons--with-link': !!leftLink,
64
- } }, 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 })))))));
64
+ } }, 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 })))))));
65
65
  }
66
66
  static get is() { return "sd-popover"; }
67
67
  static get originalStyleUrls() {
@@ -384,7 +384,7 @@ export class SdPopover {
384
384
  "mutable": false,
385
385
  "complexType": {
386
386
  "original": "PopoverButton",
387
- "resolved": "(Partial<Pick<SdButton, \"type\" | \"name\" | \"disabled\" | \"icon\" | \"rightIcon\" | \"ariaLabel\">> & { label: string; onClick?: ((e: Event) => void) | undefined; }) | undefined",
387
+ "resolved": "(Partial<Pick<SdButton, \"disabled\" | \"type\" | \"name\" | \"icon\" | \"rightIcon\" | \"ariaLabel\">> & { label: string; onClick?: ((e: Event) => void) | undefined; }) | undefined",
388
388
  "references": {
389
389
  "PopoverButton": {
390
390
  "location": "local",
@@ -34,7 +34,7 @@ export class SdPopup {
34
34
  ...DEFAULT_SUBMIT_BUTTON_PROPS,
35
35
  ...this.submitButtonProps,
36
36
  };
37
- 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() })))));
37
+ 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() })))));
38
38
  }
39
39
  static get is() { return "sd-popup"; }
40
40
  static get originalStyleUrls() {
@@ -220,7 +220,7 @@ export class SdPortal {
220
220
  this.close.emit();
221
221
  }
222
222
  render() {
223
- return h("slot", { key: '8b728e4a9a97cb1c4dbdaf8b6a6d85b37fc07af7' });
223
+ return h("slot", { key: '1f46253fe0f70fda84643e8d3025c1fd47090f5c' });
224
224
  }
225
225
  static get is() { return "sd-portal"; }
226
226
  static get properties() {
@@ -48,7 +48,7 @@ export class SdRadio {
48
48
  '--sd-radio-disabled-dot': RADIO_COLORS.disabled.dot,
49
49
  '--sd-radio-label-color': RADIO_COLORS.label,
50
50
  };
51
- 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)));
51
+ 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)));
52
52
  }
53
53
  static get is() { return "sd-radio"; }
54
54
  static get originalStyleUrls() {
@@ -75,7 +75,7 @@ export class SdRadioButton {
75
75
  '--sd-radio-button-content-select': RADIO_BUTTON_COLORS.content.select,
76
76
  '--sd-radio-button-content-disabled': RADIO_BUTTON_COLORS.content.disabled,
77
77
  };
78
- return (h("div", { key: '0eef3b536855ef3883628ce92a5dcb2846976d86', class: this.getGroupClasses(), style: cssVars, role: "radiogroup", "aria-disabled": this.disabled.toString() }, this.options.map(option => {
78
+ return (h("div", { key: 'd1f572315ee66c5defebc4386e815fb21928b548', class: this.getGroupClasses(), style: cssVars, role: "radiogroup", "aria-disabled": this.disabled.toString() }, this.options.map(option => {
79
79
  const isSelected = this.isOptionSelected(option);
80
80
  const isDisabled = this.isOptionDisabled(option);
81
81
  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)));
@@ -22,7 +22,7 @@ export class SdRadioGroup {
22
22
  return classes.join(' ');
23
23
  }
24
24
  render() {
25
- return (h("div", { key: 'c5404526e6a21258d616f6459499b636a6636384', class: this.getGroupClasses(), role: "radiogroup" }, this.options.map(option => {
25
+ return (h("div", { key: '3bb952a72d5bccd1ad4842d9554efe6c69829773', class: this.getGroupClasses(), role: "radiogroup" }, this.options.map(option => {
26
26
  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) }));
27
27
  })));
28
28
  }
@@ -70,7 +70,7 @@ export class SdSelectListItem {
70
70
  return (
71
71
  // 키보드 네비게이션은 부모 listbox 의 ArrowUp/Down + Enter 가 담당. 항목 자체는 role=option, tabindex=-1 으로 표시.
72
72
  // eslint-disable-next-line jsx-a11y/click-events-have-key-events
73
- h("div", { key: '8382966892edc2a46602733400aa579d0caa3128', role: "option", tabindex: -1, "aria-selected": this.isSelected === true ? 'true' : 'false', class: {
73
+ h("div", { key: '93e8bf04e69d9e6f066952570ed06076bdd17e57', role: "option", tabindex: -1, "aria-selected": this.isSelected === true ? 'true' : 'false', class: {
74
74
  'sd-select-list-item': true,
75
75
  'sd-select-list-item--group': isGroup,
76
76
  'sd-select-list-item--depth1-group': isDepth1Group,
@@ -80,7 +80,7 @@ export class SdSelectListItem {
80
80
  'sd-select-list-item--focused': this.isFocused,
81
81
  'sd-select-list-item--selectable': this.isSelectable && !this.option.disabled,
82
82
  'sd-select-list-item--disabled': !!this.option.disabled,
83
- }, 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, ")"))));
83
+ }, 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, ")"))));
84
84
  }
85
85
  static get is() { return "sd-select-list-item"; }
86
86
  static get originalStyleUrls() {
@@ -41,15 +41,15 @@ export class SdSelectListItemSearch {
41
41
  clearTimeout(this.debounceTimer);
42
42
  }
43
43
  render() {
44
- return (h("div", { key: '6872376ea0f47c256273f751fad367f2c49a9160', class: {
44
+ return (h("div", { key: '0b8e55a2f39d72bc6fc5c7d8c6262c9fffb52ba7', class: {
45
45
  'sd-select-list-item-search': true,
46
46
  'sd-select-list-item-search--scrolled': this.isScrolled,
47
- } }, 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 => {
47
+ } }, 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 => {
48
48
  this.inputEl = el;
49
- }, 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: {
49
+ }, 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: {
50
50
  'sd-select-list-item-search__clear': true,
51
51
  'sd-select-list-item-search__clear--hidden': this.searchText === '',
52
- }, 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" })))));
52
+ }, 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" })))));
53
53
  }
54
54
  static get is() { return "sd-select-list-item-search"; }
55
55
  static get originalStyleUrls() {