@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
package/hydrate/index.js CHANGED
@@ -5338,7 +5338,7 @@ class SdActionModal {
5338
5338
  if (this.height != null && this.height !== '') {
5339
5339
  sizeStyle.height = typeof this.height === 'number' ? `${this.height}px` : this.height;
5340
5340
  }
5341
- return (hAsync("div", { key: '278f81cf1f4ae0ca65ac6187b7fb31e4f12002f6', class: "sd-action-modal", style: { ...cssVars, ...sizeStyle } }, hAsync("header", { key: '7d110c9a1633f0db63c3d605f4422b90b9eb1a5c', class: "sd-action-modal__header" }, hAsync("h2", { key: 'd81100f64dec3a483d8f40b0be5069182de892c1', class: "sd-action-modal__title" }, this.modalTitle), hAsync("div", { key: 'c90c38a33877c85837316d63aadfab5f4bee73dc', class: "sd-action-modal__header-sub" }, hAsync("slot", { key: '98ea6a6f21d1596fa22fb7a9b37bb1169dcc6b16', name: "header-sub-title" })), hAsync("sd-ghost-button", { key: 'dd3429279996c79dec50aef0d77cfa21f4b0392b', class: "sd-action-modal__close", icon: "close", ariaLabel: "close", onClick: () => this.close.emit() })), hAsync("div", { key: 'c8621876c083c1026ddbecef875b4308ce85835e', class: "sd-action-modal__body" }, hAsync("slot", { key: 'bcf70a5bf4af9afdb421894a4cb2abeea0e277e9', name: "body" })), (this.buttonProps != null || this.buttonProps != undefined) && (hAsync("footer", { key: 'bc783b531cc045c360680326f826cda3ccc1bd67', class: "sd-action-modal__footer" }, hAsync("div", { key: '20d6c7708bc3218b038c5cb4faddcc6fc58acee7', class: "sd-action-modal__footer-sub" }, hAsync("slot", { key: '08703135da34bac499de135ed5b8e85eeb0fbc3a', name: "bottom-sub-content" })), hAsync("sd-button", { key: 'f384e5914a78fdfcfdd0bd3ad89f7bcf20c5f8d2', ...DEFAULT_BUTTON_PROPS, ...this.buttonProps, onSdClick: () => this.ok.emit() })))));
5341
+ return (hAsync("div", { key: '7b59ff655bb9f7a6bc79bb948201a6a532c16b06', class: "sd-action-modal", style: { ...cssVars, ...sizeStyle } }, hAsync("header", { key: '3e141509dc7082e08f448043573de3a8bd8e7cf0', class: "sd-action-modal__header" }, hAsync("h2", { key: 'ba80634b72ce1168d2ab3aec12bdf2a6546ff08d', class: "sd-action-modal__title" }, this.modalTitle), hAsync("div", { key: 'aed32008f0dcaa2deec098ca3c0c9cb1e8f6fb50', class: "sd-action-modal__header-sub" }, hAsync("slot", { key: '32a015a006cbcf26373c64a72e4131b878c53222', name: "header-sub-title" })), hAsync("sd-ghost-button", { key: '574d14cf2d0031dbf43cbb5999d4471a235ca72a', class: "sd-action-modal__close", icon: "close", ariaLabel: "close", onClick: () => this.close.emit() })), hAsync("div", { key: '713761da4ad2217c1d762fd56bc391ddc5c9cded', class: "sd-action-modal__body" }, hAsync("slot", { key: 'e224251b153d60cf35056b542c5d9925f4918b7f', name: "body" })), (this.buttonProps != null || this.buttonProps != undefined) && (hAsync("footer", { key: '43d6e4ffed21704ac68689f0742f8d7a6456b0b6', class: "sd-action-modal__footer" }, hAsync("div", { key: 'bd9cce1c5b1fb02156008a4e76c65dc8cb4385aa', class: "sd-action-modal__footer-sub" }, hAsync("slot", { key: '4de818c9ba8fcdb159963b9c9c7ce893fa3216da', name: "bottom-sub-content" })), hAsync("sd-button", { key: 'af9f4c1fd4c6bb482690c2545e0add53c308b95a', ...DEFAULT_BUTTON_PROPS, ...this.buttonProps, onSdClick: () => this.ok.emit() })))));
5342
5342
  }
5343
5343
  static get style() { return sdActionModalCss(); }
5344
5344
  static get cmpMeta() { return {
@@ -5390,7 +5390,7 @@ class SdBadge {
5390
5390
  color = 'blue';
5391
5391
  render() {
5392
5392
  const resolvedColor = BADGE_COLOR_MAP[this.color] ?? BADGE_COLOR_MAP.blue;
5393
- return (hAsync("div", { key: 'aba37986d6beea38fb1c5476f5187359ac2ebf0c', class: "sd-badge", style: { '--sd-badge-color': resolvedColor } }, hAsync("div", { key: 'dd80e8d18c79eda021baf7a7f233222c9c2aa717', class: "sd-badge__dot" })));
5393
+ return (hAsync("div", { key: '9ae835aba8a4acde4b918eceda00441ee2c22905', class: "sd-badge", style: { '--sd-badge-color': resolvedColor } }, hAsync("div", { key: 'c3b648845b5c138026a82a6a2c483d2a56ed2aab', class: "sd-badge__dot" })));
5394
5394
  }
5395
5395
  static get style() { return sdBadgeCss(); }
5396
5396
  static get cmpMeta() { return {
@@ -5599,7 +5599,7 @@ class SdBarcodeInput {
5599
5599
  '--sd-system-radius-field-sm': `${sizeTokens.radius}px`,
5600
5600
  '--sd-system-color-field-bg-default': BARCODE_INPUT_COLORS.bg.barcode,
5601
5601
  };
5602
- return (hAsync("sd-field", { key: '206beaac9acf7bf3e787b98c1e9bda602f1aa1d2', 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, 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 }, hAsync("label", { key: 'ab14cdc3e65faa72ce7c549234e40ca54f441c7d', class: "sd-barcode-input__content" }, hAsync("slot", { key: '7568acdee85fa0ae7440d7db65fd414fb1c27d1c', name: "prefix" }), hAsync("input", { key: '388b007eb7d830083e75e6b3016c412a6922bb1a', name: this.name, ref: el => (this.nativeEl = el), class: `sd-barcode-input__native ${this.inputClass}`, type: "text", value: this.internalValue || '', placeholder: this.placeholder ?? '입력해 주세요.', disabled: this.disabled, readonly: this.readonly, autofocus: this.autoFocus, onInput: this.handleInput, onFocus: event => this.handleFocus('focus', event), onBlur: event => this.handleFocus('blur', event), style: this.inputStyle }), hAsync("slot", { key: '8e8d4feee62108904eb766b1917ed1e20cacc83b', name: "suffix" }), this.clearable && this.internalValue && (hAsync("sd-ghost-button", { key: 'a9b158ebcdcb31009b13db624fb8c74d6252e20d', icon: "close", ariaLabel: "clear", size: "xxs", disabled: this.disabled, class: "sd-barcode-input__clear-icon", onClick: async () => {
5602
+ return (hAsync("sd-field", { key: '61eb9beceb57e58323c1477c71147607db834e71', 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, 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 }, hAsync("label", { key: '9d4fa219af76d29b2d2e8443af1e66b980d62dd1', class: "sd-barcode-input__content" }, hAsync("slot", { key: '044bf2c4a6e79bb0d6b2a76398107b47d1237662', name: "prefix" }), hAsync("input", { key: '2522d0ded40b69c76872877bede00b1e4e5260d2', name: this.name, ref: el => (this.nativeEl = el), class: `sd-barcode-input__native ${this.inputClass}`, type: "text", value: this.internalValue || '', placeholder: this.placeholder ?? '입력해 주세요.', disabled: this.disabled, readonly: this.readonly, autofocus: this.autoFocus, onInput: this.handleInput, onFocus: event => this.handleFocus('focus', event), onBlur: event => this.handleFocus('blur', event), style: this.inputStyle }), hAsync("slot", { key: '8dc300df9f8bd7045f9c9e357925be3b7f2bdbb4', name: "suffix" }), this.clearable && this.internalValue && (hAsync("sd-ghost-button", { key: '1b3cab2c7fe9caf973e7defff170f64b3fd35daa', icon: "close", ariaLabel: "clear", size: "xxs", disabled: this.disabled, class: "sd-barcode-input__clear-icon", onClick: async () => {
5603
5603
  if (this.disabled)
5604
5604
  return;
5605
5605
  this.internalValue = '';
@@ -6466,13 +6466,13 @@ class SdButton {
6466
6466
  const validRightIcon = isValidIcon(this.rightIcon) ? this.rightIcon : undefined;
6467
6467
  const iconOnly = !hasLabel && Boolean(validIcon) !== Boolean(validRightIcon);
6468
6468
  const accessibleName = iconOnly && this.ariaLabel.trim() !== '' ? this.ariaLabel : undefined;
6469
- return (hAsync("button", { key: 'c9f4491915f6ba4fdbf54df19b008bd32edbf925', class: this.getButtonClasses(preset, config.size, hasLabel, iconOnly), type: this.type ?? 'button', disabled: this.disabled, "aria-label": accessibleName, style: {
6469
+ return (hAsync("button", { key: '3caa9dff467ec7efa748eecd736296500a222ecb', class: this.getButtonClasses(preset, config.size, hasLabel, iconOnly), type: this.type ?? 'button', disabled: this.disabled, "aria-label": accessibleName, style: {
6470
6470
  '--sd-button-bg': config.color,
6471
6471
  '--sd-button-bg-hover': PRESET_HOVER_BACKGROUNDS$1[preset],
6472
6472
  '--sd-button-border': PRESET_BORDER_COLORS$1[preset],
6473
6473
  '--sd-button-content': PRESET_CONTENT_COLORS$1[preset],
6474
6474
  '--sd-button-accent': BUTTON_FOCUS_RING_COLOR,
6475
- }, onClick: this.handleClick }, hAsync("span", { key: '44fc95645e6eea6aecee9978887f4309d9d31342', class: "sd-button__content" }, validIcon && (hAsync("sd-icon", { key: 'ae1d9a3e8eb40ed0aecac0e70af1341ac90767c8', class: "sd-button__icon", name: validIcon, size: BUTTON_ICON_SIZES[config.size], color: "var(--sd-button-current-icon)" })), this.label && hAsync("span", { key: 'ab7bbf916c3b0432db6313050d7facfe919794de', class: "sd-button__label" }, this.label), validRightIcon && (hAsync("sd-icon", { key: 'a533ef5439abe1729ccfacc9f8e44263b56434e5', class: "sd-button__icon sd-button__icon--right", name: validRightIcon, size: BUTTON_ICON_SIZES[config.size], color: "var(--sd-button-current-icon)" })))));
6475
+ }, onClick: this.handleClick }, hAsync("span", { key: 'cded66e4802956c29064cbdcc12b9dd1066a45c3', class: "sd-button__content" }, validIcon && (hAsync("sd-icon", { key: 'b989e3eb8661e16f052d5c7a292ea316a2b821df', class: "sd-button__icon", name: validIcon, size: BUTTON_ICON_SIZES[config.size], color: "var(--sd-button-current-icon)" })), this.label && hAsync("span", { key: '07695896bd8f11ca8753dcb171b5c7f0e7304c0d', class: "sd-button__label" }, this.label), validRightIcon && (hAsync("sd-icon", { key: 'bfd18c0a390a955d8de99789c86ce39fb605beae', class: "sd-button__icon sd-button__icon--right", name: validRightIcon, size: BUTTON_ICON_SIZES[config.size], color: "var(--sd-button-current-icon)" })))));
6476
6476
  }
6477
6477
  static get style() { return sdButtonCss(); }
6478
6478
  static get cmpMeta() { return {
@@ -6549,422 +6549,387 @@ const useDatePicker = () => {
6549
6549
  return { formatDate, createCalendar, calculateYearMonth };
6550
6550
  };
6551
6551
 
6552
- const primary = "#051D36";
6553
- const secondary = "#555555";
6554
- const accent = "#9C27B0";
6555
- const positive = "#0075FF";
6556
- const negative = "#E30000";
6557
- const info = "#00CD52";
6558
- const warning = "#F2C037";
6559
- const caution_bg = "#FEF1F1";
6560
- const caution_icon = "#FD9595";
6561
- const header_alert = "#FF7A00";
6562
- const white = "#FFFFFF";
6563
- const black = "#000000";
6564
- const grey_10 = "#F6F6F6";
6565
- const grey_20 = "#EEEEEE";
6566
- const grey_25 = "#E5E5E5";
6567
- const grey_30 = "#E1E1E1";
6568
- const grey_35 = "#D8D8D8";
6569
- const grey_45 = "#CCCCCC";
6570
- const grey_50 = "#BBBBBB";
6571
- const grey_55 = "#AAAAAA";
6572
- const grey_60 = "#999999";
6573
- const grey_65 = "#888888";
6574
- const grey_70 = "#737373";
6575
- const grey_80 = "#555555";
6576
- const grey_85 = "#444444";
6577
- const grey_90 = "#333333";
6578
- const grey_95 = "#222222";
6579
- const grey_05 = "#F9F9F9";
6580
- const red_15 = "#FCEFEF";
6581
- const red_20 = "#FCE6E6";
6582
- const red_30 = "#FFD3D3";
6583
- const red_45 = "#FFB5B5";
6584
- const red_60 = "#FF7C7C";
6585
- const red_70 = "#FB4444";
6586
- const red_75 = "#E30000";
6587
- const red_75_006 = "#E30000";
6588
- const red_80 = "#AD0000";
6589
- const red_85 = "#820000";
6590
- const red_90 = "#5E0000";
6591
- const red_95 = "#440000";
6592
- const red_99 = "#220000";
6593
- const orange_10 = "#FEF1EA";
6594
- const orange_20 = "#FFEAD7";
6595
- const orange_35 = "#FFD5AF";
6596
- const orange_45 = "#FFBC81";
6597
- const orange_55 = "#FFA452";
6598
- const orange_60 = "#FF7F22";
6599
- const orange_65 = "#FF6B00";
6600
- const orange_75 = "#CE4900";
6601
- const orange_85 = "#9B3700";
6602
- const orange_90 = "#752A00";
6603
- const orange_95 = "#4D1B00";
6604
- const orange_99 = "#2F1100";
6605
- const yellow_10 = "#FFF7DD";
6606
- const yellow_20 = "#FEF1C4";
6607
- const yellow_25 = "#FFE99E";
6608
- const yellow_30 = "#FEE17C";
6609
- const yellow_40 = "#FFD643";
6610
- const yellow_45 = "#FFC700";
6611
- const yellow_50 = "#EBB110";
6612
- const yellow_60 = "#CA9612";
6613
- const yellow_70 = "#916C0D";
6614
- const yellow_80 = "#6C5002";
6615
- const yellow_90 = "#453602";
6616
- const yellow_95 = "#322700";
6617
- const olive_10 = "#FBFBBF";
6618
- const olive_15 = "#FAFAA1";
6619
- const olive_20 = "#F6F65F";
6620
- const olive_30 = "#EEEE37";
6621
- const olive_45 = "#DDDD12";
6622
- const olive_55 = "#C7C700";
6623
- const olive_65 = "#A5A500";
6624
- const olive_70 = "#838300";
6625
- const olive_80 = "#636300";
6626
- const olive_90 = "#454500";
6627
- const olive_95 = "#2C2C00";
6628
- const olive_05 = "#FEFED9";
6629
- const green_15 = "#E8F9EF";
6630
- const green_25 = "#D4FAE3";
6631
- const green_45 = "#ACF4C9";
6632
- const green_55 = "#6DE39C";
6633
- const green_65 = "#2BCE6C";
6634
- const green_70 = "#12B553";
6635
- const green_75 = "#00973C";
6636
- const green_80 = "#007B31";
6637
- const green_85 = "#006629";
6638
- const green_90 = "#00461C";
6639
- const green_95 = "#003013";
6640
- const green_99 = "#001D0B";
6641
- const steelblue_10 = "#ECF8FD";
6642
- const steelblue_25 = "#D9F2FD";
6643
- const steelblue_45 = "#A4E2FD";
6644
- const steelblue_60 = "#50BFF0";
6645
- const steelblue_65 = "#229FD7";
6646
- const steelblue_70 = "#128FC7";
6647
- const steelblue_75 = "#066D9B";
6648
- const steelblue_80 = "#06587D";
6649
- const steelblue_85 = "#033F59";
6650
- const steelblue_90 = "#032D40";
6651
- const steelblue_95 = "#02212F";
6652
- const steelblue_99 = "#021A25";
6653
- const oceanblue_15 = "#EAF5FE";
6654
- const oceanblue_25 = "#D5EBFE";
6655
- const oceanblue_50 = "#9CD1FC";
6656
- const oceanblue_60 = "#5CB0F3";
6657
- const oceanblue_65 = "#1F8AE1";
6658
- const oceanblue_70 = "#006AC1";
6659
- const oceanblue_75 = "#025497";
6660
- const oceanblue_80 = "#004177";
6661
- const oceanblue_85 = "#07284A";
6662
- const oceanblue_90 = "#051D36";
6663
- const oceanblue_95 = "#03172D";
6664
- const oceanblue_99 = "#011428";
6665
- const brilliantblue_10 = "#EFF6FF";
6666
- const brilliantblue_20 = "#E6F1FF";
6667
- const brilliantblue_25 = "#D9EAFF";
6668
- const brilliantblue_40 = "#BBDAFF";
6669
- const brilliantblue_50 = "#93C4FF";
6670
- const brilliantblue_60 = "#64ABFF";
6671
- const brilliantblue_70 = "#2D8DFF";
6672
- const brilliantblue_75 = "#0075FF";
6673
- const brilliantblue_80 = "#005CC9";
6674
- const brilliantblue_85 = "#004290";
6675
- const brilliantblue_90 = "#002B5E";
6676
- const brilliantblue_95 = "#001B39";
6677
- const brilliantblue_99 = "#001226";
6678
- const brilliantblue_05 = "#F5FAFF";
6679
- var rawColors = {
6680
- primary: primary,
6681
- secondary: secondary,
6682
- accent: accent,
6683
- positive: positive,
6684
- negative: negative,
6685
- info: info,
6686
- warning: warning,
6687
- caution_bg: caution_bg,
6688
- caution_icon: caution_icon,
6689
- header_alert: header_alert,
6690
- white: white,
6691
- black: black,
6692
- grey_10: grey_10,
6693
- grey_20: grey_20,
6694
- grey_25: grey_25,
6695
- grey_30: grey_30,
6696
- grey_35: grey_35,
6697
- grey_45: grey_45,
6698
- grey_50: grey_50,
6699
- grey_55: grey_55,
6700
- grey_60: grey_60,
6701
- grey_65: grey_65,
6702
- grey_70: grey_70,
6703
- grey_80: grey_80,
6704
- grey_85: grey_85,
6705
- grey_90: grey_90,
6706
- grey_95: grey_95,
6707
- grey_05: grey_05,
6708
- red_15: red_15,
6709
- red_20: red_20,
6710
- red_30: red_30,
6711
- red_45: red_45,
6712
- red_60: red_60,
6713
- red_70: red_70,
6714
- red_75: red_75,
6715
- red_75_006: red_75_006,
6716
- red_80: red_80,
6717
- red_85: red_85,
6718
- red_90: red_90,
6719
- red_95: red_95,
6720
- red_99: red_99,
6721
- orange_10: orange_10,
6722
- orange_20: orange_20,
6723
- orange_35: orange_35,
6724
- orange_45: orange_45,
6725
- orange_55: orange_55,
6726
- orange_60: orange_60,
6727
- orange_65: orange_65,
6728
- orange_75: orange_75,
6729
- orange_85: orange_85,
6730
- orange_90: orange_90,
6731
- orange_95: orange_95,
6732
- orange_99: orange_99,
6733
- yellow_10: yellow_10,
6734
- yellow_20: yellow_20,
6735
- yellow_25: yellow_25,
6736
- yellow_30: yellow_30,
6737
- yellow_40: yellow_40,
6738
- yellow_45: yellow_45,
6739
- yellow_50: yellow_50,
6740
- yellow_60: yellow_60,
6741
- yellow_70: yellow_70,
6742
- yellow_80: yellow_80,
6743
- yellow_90: yellow_90,
6744
- yellow_95: yellow_95,
6745
- olive_10: olive_10,
6746
- olive_15: olive_15,
6747
- olive_20: olive_20,
6748
- olive_30: olive_30,
6749
- olive_45: olive_45,
6750
- olive_55: olive_55,
6751
- olive_65: olive_65,
6752
- olive_70: olive_70,
6753
- olive_80: olive_80,
6754
- olive_90: olive_90,
6755
- olive_95: olive_95,
6756
- olive_05: olive_05,
6757
- green_15: green_15,
6758
- green_25: green_25,
6759
- green_45: green_45,
6760
- green_55: green_55,
6761
- green_65: green_65,
6762
- green_70: green_70,
6763
- green_75: green_75,
6764
- green_80: green_80,
6765
- green_85: green_85,
6766
- green_90: green_90,
6767
- green_95: green_95,
6768
- green_99: green_99,
6769
- steelblue_10: steelblue_10,
6770
- steelblue_25: steelblue_25,
6771
- steelblue_45: steelblue_45,
6772
- steelblue_60: steelblue_60,
6773
- steelblue_65: steelblue_65,
6774
- steelblue_70: steelblue_70,
6775
- steelblue_75: steelblue_75,
6776
- steelblue_80: steelblue_80,
6777
- steelblue_85: steelblue_85,
6778
- steelblue_90: steelblue_90,
6779
- steelblue_95: steelblue_95,
6780
- steelblue_99: steelblue_99,
6781
- oceanblue_15: oceanblue_15,
6782
- oceanblue_25: oceanblue_25,
6783
- oceanblue_50: oceanblue_50,
6784
- oceanblue_60: oceanblue_60,
6785
- oceanblue_65: oceanblue_65,
6786
- oceanblue_70: oceanblue_70,
6787
- oceanblue_75: oceanblue_75,
6788
- oceanblue_80: oceanblue_80,
6789
- oceanblue_85: oceanblue_85,
6790
- oceanblue_90: oceanblue_90,
6791
- oceanblue_95: oceanblue_95,
6792
- oceanblue_99: oceanblue_99,
6793
- brilliantblue_10: brilliantblue_10,
6794
- brilliantblue_20: brilliantblue_20,
6795
- brilliantblue_25: brilliantblue_25,
6796
- brilliantblue_40: brilliantblue_40,
6797
- brilliantblue_50: brilliantblue_50,
6798
- brilliantblue_60: brilliantblue_60,
6799
- brilliantblue_70: brilliantblue_70,
6800
- brilliantblue_75: brilliantblue_75,
6801
- brilliantblue_80: brilliantblue_80,
6802
- brilliantblue_85: brilliantblue_85,
6803
- brilliantblue_90: brilliantblue_90,
6804
- brilliantblue_95: brilliantblue_95,
6805
- brilliantblue_99: brilliantblue_99,
6806
- brilliantblue_05: brilliantblue_05
6552
+ const datepicker = {
6553
+ sm: {
6554
+ height: "28",
6555
+ paddingX: "12",
6556
+ gap: "8",
6557
+ icon: "16",
6558
+ typography: {
6559
+ fontWeight: "400",
6560
+ fontSize: "12",
6561
+ lineHeight: "20"},
6562
+ radius: "4"
6563
+ },
6564
+ md: {
6565
+ height: "36",
6566
+ paddingX: "16",
6567
+ gap: "12",
6568
+ icon: "20",
6569
+ typography: {
6570
+ fontWeight: "400",
6571
+ fontSize: "14",
6572
+ lineHeight: "24"
6573
+ },
6574
+ radius: "6"
6575
+ },
6576
+ border: {
6577
+ "default": "#AAAAAA",
6578
+ focus: "#0075FF"},
6579
+ bg: {
6580
+ "default": "#FFFFFF"},
6581
+ icon: {
6582
+ "default": "#888888",
6583
+ disabled: "#BBBBBB"
6584
+ },
6585
+ text: {
6586
+ "default": "#222222",
6587
+ hint: "#555555",
6588
+ disabled: "#888888"
6589
+ },
6590
+ calendar: {
6591
+ bg: "#FFFFFF",
6592
+ paddingXY: "24",
6593
+ gap: "12",
6594
+ radius: "8",
6595
+ header: {
6596
+ gap: "8",
6597
+ divider: "#E1E1E1",
6598
+ typography: {
6599
+ fontWeight: "500",
6600
+ fontSize: "14",
6601
+ lineHeight: "24"
6602
+ }
6603
+ },
6604
+ week: {
6605
+ typography: {
6606
+ fontWeight: "400",
6607
+ fontSize: "12",
6608
+ lineHeight: "20"},
6609
+ color: "#888888"
6610
+ },
6611
+ grid: {
6612
+ rowGap: "4"
6613
+ },
6614
+ day: {
6615
+ width: "40",
6616
+ circle: {
6617
+ size: "32",
6618
+ radius: "9999"
6619
+ },
6620
+ "default": {
6621
+ text: "#222222"
6622
+ },
6623
+ hover: {
6624
+ text: "#222222",
6625
+ border: "#0075FF"
6626
+ },
6627
+ select: {
6628
+ bg: "#0075FF",
6629
+ text: "#FFFFFF"
6630
+ },
6631
+ disabled: {
6632
+ text: "#BBBBBB"
6633
+ },
6634
+ typography: {
6635
+ "default": {
6636
+ fontWeight: "400",
6637
+ fontSize: "14",
6638
+ lineHeight: "24"
6639
+ },
6640
+ bold: {
6641
+ fontWeight: "700"}
6642
+ },
6643
+ dot: {
6644
+ size: "6",
6645
+ gap: "2",
6646
+ paddingY: "4"
6647
+ }
6648
+ },
6649
+ range: {
6650
+ bg: "#D9EAFF",
6651
+ height: "32",
6652
+ panelGap: "24",
6653
+ divider: "#E1E1E1"},
6654
+ legend: {
6655
+ typography: {
6656
+ fontWeight: "400",
6657
+ fontSize: "11",
6658
+ lineHeight: "18"},
6659
+ gap: "4",
6660
+ group: {
6661
+ gap: "12"
6662
+ }
6663
+ }
6664
+ }
6665
+ };
6666
+ var datepickerTokens = {
6667
+ datepicker: datepicker
6807
6668
  };
6808
6669
 
6809
- const colors = rawColors;
6810
- // 주어진 문자열이 color.json의 키이면 매핑된 HEX를 반환하고,
6811
- // 아닐 경우 원문 그대로를 반환합니다. 값이 falsy면 기본 색상으로 대체합니다.
6812
- function resolveColor(input, fallback = '#025497') {
6813
- if (input === null || input === undefined || input === '')
6814
- return fallback;
6815
- const mapped = colors[input];
6816
- return mapped !== undefined && mapped !== '' ? mapped : input;
6817
- }
6670
+ const CALENDAR_LAYOUT = {
6671
+ bg: datepickerTokens.datepicker.calendar.bg,
6672
+ paddingXY: datepickerTokens.datepicker.calendar.paddingXY,
6673
+ gap: datepickerTokens.datepicker.calendar.gap,
6674
+ radius: datepickerTokens.datepicker.calendar.radius,
6675
+ header: {
6676
+ gap: datepickerTokens.datepicker.calendar.header.gap,
6677
+ divider: datepickerTokens.datepicker.calendar.header.divider,
6678
+ fontSize: datepickerTokens.datepicker.calendar.header.typography.fontSize,
6679
+ lineHeight: datepickerTokens.datepicker.calendar.header.typography.lineHeight,
6680
+ fontWeight: datepickerTokens.datepicker.calendar.header.typography.fontWeight,
6681
+ },
6682
+ week: {
6683
+ fontSize: datepickerTokens.datepicker.calendar.week.typography.fontSize,
6684
+ lineHeight: datepickerTokens.datepicker.calendar.week.typography.lineHeight,
6685
+ fontWeight: datepickerTokens.datepicker.calendar.week.typography.fontWeight,
6686
+ color: datepickerTokens.datepicker.calendar.week.color,
6687
+ },
6688
+ grid: {
6689
+ rowGap: datepickerTokens.datepicker.calendar.grid.rowGap,
6690
+ },
6691
+ day: {
6692
+ size: datepickerTokens.datepicker.calendar.day.width,
6693
+ circleSize: datepickerTokens.datepicker.calendar.day.circle.size,
6694
+ circleRadius: datepickerTokens.datepicker.calendar.day.circle.radius,
6695
+ defaultText: datepickerTokens.datepicker.calendar.day.default.text,
6696
+ hoverText: datepickerTokens.datepicker.calendar.day.hover.text,
6697
+ hoverBorder: datepickerTokens.datepicker.calendar.day.hover.border,
6698
+ selectBg: datepickerTokens.datepicker.calendar.day.select.bg,
6699
+ selectText: datepickerTokens.datepicker.calendar.day.select.text,
6700
+ disabledText: datepickerTokens.datepicker.calendar.day.disabled.text,
6701
+ fontSize: datepickerTokens.datepicker.calendar.day.typography.default.fontSize,
6702
+ lineHeight: datepickerTokens.datepicker.calendar.day.typography.default.lineHeight,
6703
+ fontWeight: datepickerTokens.datepicker.calendar.day.typography.default.fontWeight,
6704
+ boldFontWeight: datepickerTokens.datepicker.calendar.day.typography.bold.fontWeight,
6705
+ dot: {
6706
+ size: datepickerTokens.datepicker.calendar.day.dot.size,
6707
+ gap: datepickerTokens.datepicker.calendar.day.dot.gap,
6708
+ paddingY: datepickerTokens.datepicker.calendar.day.dot.paddingY,
6709
+ },
6710
+ },
6711
+ legend: {
6712
+ fontSize: datepickerTokens.datepicker.calendar.legend.typography.fontSize,
6713
+ lineHeight: datepickerTokens.datepicker.calendar.legend.typography.lineHeight,
6714
+ fontWeight: datepickerTokens.datepicker.calendar.legend.typography.fontWeight,
6715
+ gap: datepickerTokens.datepicker.calendar.legend.gap,
6716
+ groupGap: datepickerTokens.datepicker.calendar.legend.group.gap,
6717
+ },
6718
+ };
6719
+ const WEEK_LABELS = ['일', '월', '화', '수', '목', '금', '토'];
6818
6720
 
6819
- const sdCalendarCss = () => `.sd-calendar.sc-sd-calendar{width:304px;box-sizing:border-box;border-radius:8px;padding:24px 19px;background:white}.sd-calendar.sc-sd-calendar .sd-calendar__header.sc-sd-calendar{display:flex;flex-flow:row nowrap;align-items:center;gap:20px;font-size:14px;padding:0 5px;height:24px;line-height:24px}.sd-calendar.sc-sd-calendar .sd-calendar__header.sc-sd-calendar .year-nav.sc-sd-calendar,.sd-calendar.sc-sd-calendar .sd-calendar__header.sc-sd-calendar .month-nav.sc-sd-calendar{display:flex;flex-flow:row nowrap;align-items:center;gap:12px}.sd-calendar.sc-sd-calendar .sd-calendar__header.sc-sd-calendar .year-nav.sc-sd-calendar button.sc-sd-calendar,.sd-calendar.sc-sd-calendar .sd-calendar__header.sc-sd-calendar .month-nav.sc-sd-calendar button.sc-sd-calendar{background:none;border:none;cursor:pointer;margin:0;padding:0}.sd-calendar.sc-sd-calendar .sd-calendar__header.sc-sd-calendar .year-nav__current.sc-sd-calendar{width:40px;text-align:center}.sd-calendar.sc-sd-calendar .sd-calendar__header.sc-sd-calendar .month-nav__current.sc-sd-calendar{width:100px;text-align:center}.sd-calendar.sc-sd-calendar .sd-calendar__days.sc-sd-calendar{margin-top:8px;display:grid;grid-template-columns:repeat(7, minmax(0, 1fr));column-gap:10px;padding:0 5px}.sd-calendar.sc-sd-calendar .sd-calendar__days.sc-sd-calendar .day.sc-sd-calendar{width:28px;height:20px;font-size:12px;line-height:20px;text-align:center;color:#888888}.sd-calendar.sc-sd-calendar .sd-calendar__body.sc-sd-calendar{margin-top:12px;display:grid;grid-template-columns:repeat(7, minmax(0, 1fr));grid-auto-rows:min-content}.sd-calendar.sc-sd-calendar .sd-calendar__cell.sc-sd-calendar{display:flex;flex-direction:column;align-items:center}.sd-calendar.sc-sd-calendar .sd-calendar__dots.sc-sd-calendar{display:flex;flex-wrap:wrap;gap:2px;justify-content:center;align-items:center;min-height:8px;max-width:28px}.sd-calendar.sc-sd-calendar .sd-calendar__dot.sc-sd-calendar{width:5px;height:5px;border-radius:50%;display:inline-block}.sd-calendar.sc-sd-calendar .sd-calendar__legend.sc-sd-calendar{display:flex;flex-wrap:wrap;gap:8px 12px;margin-top:16px;padding:12px 5px 0;border-top:1px solid #E5E5E5}.sd-calendar.sc-sd-calendar .sd-calendar__legend-item.sc-sd-calendar{display:flex;align-items:center;gap:4px}.sd-calendar.sc-sd-calendar .sd-calendar__legend-dot.sc-sd-calendar{width:6px;height:6px;border-radius:50%;display:inline-block;flex-shrink:0}.sd-calendar.sc-sd-calendar .sd-calendar__legend-label.sc-sd-calendar{font-size:11px;color:#888888;line-height:1}`;
6721
+ const sdCalendarCss = () => `sd-calendar{display:block}sd-calendar .sd-calendar{display:flex;flex-direction:column;gap:var(--calendar-gap);width:328px;min-height:328px;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-calendar .sd-calendar__header{display:flex;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-calendar .sd-calendar__nav-group{display:inline-flex;align-items:center;gap:var(--calendar-gap)}sd-calendar .sd-calendar__nav-group-month{width:100%}sd-calendar .sd-calendar__label{display:inline-flex;align-items:center;justify-content:center;min-width:40px;text-align:center}sd-calendar .sd-calendar__label-month{width:100%}sd-calendar .sd-calendar__divider{display:inline-block;width:1px;height:16px;background:var(--calendar-header-divider)}sd-calendar .sd-calendar__week{display:grid;grid-template-columns:repeat(7, var(--calendar-day-size))}sd-calendar .sd-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-calendar .sd-calendar__grid{display:grid;grid-template-columns:repeat(7, var(--calendar-day-size));row-gap:var(--calendar-grid-row-gap)}sd-calendar .sd-calendar__day{display:inline-flex;flex-direction:column;align-items:center;justify-content:flex-start;width:var(--calendar-day-size);min-height:var(--calendar-day-circle-size);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-calendar .sd-calendar__day-circle{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-calendar .sd-calendar__day:not(:disabled):hover .sd-calendar__day-circle{border-radius:16px;border:1px solid var(--calendar-day-hover-border)}sd-calendar .sd-calendar__day--today .sd-calendar__day-circle{font-weight:700}sd-calendar .sd-calendar__day--selected .sd-calendar__day-circle{border-radius:16px;background:var(--calendar-day-select-bg);color:var(--calendar-day-select-text)}sd-calendar .sd-calendar__day--selected:not(:disabled):hover .sd-calendar__day-circle{background:var(--calendar-day-select-bg);color:var(--calendar-day-select-text)}sd-calendar .sd-calendar__day--disabled{color:var(--calendar-day-disabled-text);background:none !important;cursor:not-allowed}sd-calendar .sd-calendar__day--empty{visibility:hidden;pointer-events:none}sd-calendar .sd-calendar__dot-row{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--calendar-day-dot-gap);width:100%;padding-top:var(--calendar-day-dot-padding-y);padding-bottom:var(--calendar-day-dot-padding-y)}sd-calendar .sd-calendar__dot{display:inline-block;width:var(--calendar-day-dot-size);height:var(--calendar-day-dot-size);border-radius:50%}sd-calendar .sd-calendar__divider-bottom{display:block;width:100%;height:1px;background:var(--calendar-header-divider)}sd-calendar .sd-calendar__legend{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;column-gap:var(--calendar-legend-group-gap);row-gap:4px;font-size:var(--calendar-legend-font-size);line-height:var(--calendar-legend-line-height);font-weight:var(--calendar-legend-font-weight);color:var(--calendar-day-text)}sd-calendar .sd-calendar__legend-item{display:inline-flex;align-items:center;gap:var(--calendar-legend-gap)}sd-calendar .sd-calendar__legend-dot{display:inline-block;width:var(--calendar-day-dot-size);height:var(--calendar-day-dot-size);border-radius:50%;flex-shrink:0}sd-calendar .sd-calendar__legend-label{display:inline-block}`;
6820
6722
 
6821
- const DEFAULT_COLORS = [
6822
- 'brilliantblue_75',
6823
- 'red_60',
6824
- 'green_65',
6825
- 'orange_60',
6826
- 'steelblue_65',
6827
- 'yellow_45',
6828
- 'oceanblue_65',
6829
- 'olive_55',
6830
- ];
6831
6723
  class SdCalendar {
6832
6724
  constructor(hostRef) {
6833
6725
  registerInstance(this, hostRef);
6834
- this.select = createEvent(this, "sdSelect", 7);
6726
+ this.update = createEvent(this, "sdUpdate", 7);
6835
6727
  this.viewChange = createEvent(this, "sdViewChange", 7);
6836
6728
  }
6837
6729
  value = null;
6838
6730
  selectable;
6839
6731
  events;
6840
- eventColors;
6841
6732
  currentYear;
6842
6733
  currentMonth;
6843
- eventsRevision = 0;
6844
- select;
6734
+ update;
6845
6735
  viewChange;
6846
6736
  dateUtil = useDatePicker();
6737
+ _eventMapCache;
6738
+ get eventMap() {
6739
+ const cache = this._eventMapCache;
6740
+ if (cache && cache.src === this.events)
6741
+ return cache.map;
6742
+ const map = new Map();
6743
+ (this.events ?? []).forEach(g => g.dates.forEach(d => {
6744
+ const arr = map.get(d) ?? [];
6745
+ arr.push({ color: g.color, label: g.label });
6746
+ map.set(d, arr);
6747
+ }));
6748
+ this._eventMapCache = { src: this.events, map };
6749
+ return map;
6750
+ }
6751
+ get legendItems() {
6752
+ const seen = new Set();
6753
+ const out = [];
6754
+ (this.events ?? []).forEach(g => {
6755
+ const key = `${g.color}|${g.label}`;
6756
+ if (seen.has(key))
6757
+ return;
6758
+ seen.add(key);
6759
+ out.push({ color: g.color, label: g.label });
6760
+ });
6761
+ return out;
6762
+ }
6847
6763
  componentWillLoad() {
6848
- this.initCalendar();
6764
+ this.syncViewFromValue();
6849
6765
  }
6850
6766
  handleValueChange() {
6851
- this.initCalendar();
6852
- }
6853
- handleEventsChange() {
6854
- this.eventsRevision = this.eventsRevision + 1;
6767
+ this.syncViewFromValue();
6855
6768
  }
6856
- initCalendar() {
6769
+ syncViewFromValue() {
6857
6770
  const base = this.value || today;
6858
6771
  const [year, month] = base.split('-').map(Number);
6859
6772
  this.currentYear = year;
6860
6773
  this.currentMonth = month;
6861
6774
  }
6862
- get calendar() {
6863
- return this.dateUtil.createCalendar(this.currentYear, this.currentMonth);
6775
+ formatDate(year, month, day) {
6776
+ return `${year}-${String(month).padStart(2, '0')}-${String(day).padStart(2, '0')}`;
6777
+ }
6778
+ get cells() {
6779
+ const year = this.currentYear;
6780
+ const month = this.currentMonth;
6781
+ const firstDayIndex = new Date(year, month - 1, 1).getDay();
6782
+ const daysInCurrent = new Date(year, month, 0).getDate();
6783
+ const prevMonth = month === 1 ? 12 : month - 1;
6784
+ const prevYear = month === 1 ? year - 1 : year;
6785
+ const daysInPrev = new Date(prevYear, prevMonth, 0).getDate();
6786
+ const nextMonth = month === 12 ? 1 : month + 1;
6787
+ const nextYear = month === 12 ? year + 1 : year;
6788
+ const cells = [];
6789
+ for (let i = firstDayIndex - 1; i >= 0; i--) {
6790
+ const day = daysInPrev - i;
6791
+ cells.push({
6792
+ date: this.formatDate(prevYear, prevMonth, day),
6793
+ day,
6794
+ inCurrentMonth: false,
6795
+ });
6796
+ }
6797
+ for (let day = 1; day <= daysInCurrent; day++) {
6798
+ cells.push({
6799
+ date: this.formatDate(year, month, day),
6800
+ day,
6801
+ inCurrentMonth: true,
6802
+ });
6803
+ }
6804
+ const remaining = (7 - (cells.length % 7)) % 7;
6805
+ for (let day = 1; day <= remaining; day++) {
6806
+ cells.push({
6807
+ date: this.formatDate(nextYear, nextMonth, day),
6808
+ day,
6809
+ inCurrentMonth: false,
6810
+ });
6811
+ }
6812
+ return cells;
6813
+ }
6814
+ emitViewChange() {
6815
+ this.viewChange.emit({ year: this.currentYear, month: this.currentMonth });
6864
6816
  }
6865
- handleUpdateMonth(type) {
6866
- const { newYear, newMonth } = this.dateUtil.calculateYearMonth(this.currentYear, this.currentMonth, type);
6817
+ goPrevYear = (event) => {
6818
+ event.stopPropagation();
6819
+ this.currentYear -= 1;
6820
+ this.emitViewChange();
6821
+ };
6822
+ goNextYear = (event) => {
6823
+ event.stopPropagation();
6824
+ this.currentYear += 1;
6825
+ this.emitViewChange();
6826
+ };
6827
+ goPrevMonth = (event) => {
6828
+ event.stopPropagation();
6829
+ const { newYear, newMonth } = this.dateUtil.calculateYearMonth(this.currentYear, this.currentMonth, 'prev');
6867
6830
  this.currentYear = newYear;
6868
6831
  this.currentMonth = newMonth;
6869
- this.viewChange.emit({ year: newYear, month: newMonth });
6870
- }
6871
- handleDateClick(day) {
6872
- if (day === 0)
6873
- return;
6874
- const date = this.dateUtil.formatDate(this.currentYear, this.currentMonth, day);
6875
- this.value = date;
6876
- this.select.emit(date);
6877
- }
6878
- isDisabledDate(date) {
6879
- if (this.selectable === undefined)
6832
+ this.emitViewChange();
6833
+ };
6834
+ goNextMonth = (event) => {
6835
+ event.stopPropagation();
6836
+ const { newYear, newMonth } = this.dateUtil.calculateYearMonth(this.currentYear, this.currentMonth, 'next');
6837
+ this.currentYear = newYear;
6838
+ this.currentMonth = newMonth;
6839
+ this.emitViewChange();
6840
+ };
6841
+ isDisabled(date) {
6842
+ if (!this.selectable)
6880
6843
  return false;
6881
- const [startSelectable, endSelectable] = this.selectable;
6882
- if (startSelectable !== '' && endSelectable !== '') {
6883
- return date < startSelectable || date > endSelectable;
6884
- }
6885
- if (startSelectable !== '') {
6886
- return date < startSelectable;
6887
- }
6888
- if (endSelectable !== '') {
6889
- return date > endSelectable;
6890
- }
6844
+ const [start, end] = this.selectable;
6845
+ if (start !== '' && date < start)
6846
+ return true;
6847
+ if (end !== '' && date > end)
6848
+ return true;
6891
6849
  return false;
6892
6850
  }
6893
- getEventColor(eventName) {
6894
- if (this.eventColors?.[eventName] !== undefined && this.eventColors[eventName] !== '') {
6895
- return resolveColor(this.eventColors[eventName]);
6896
- }
6897
- const allEventNames = this.getAllEventNames();
6898
- const index = allEventNames.indexOf(eventName);
6899
- return resolveColor(DEFAULT_COLORS[index % DEFAULT_COLORS.length]);
6900
- }
6901
- getAllEventNames() {
6902
- const names = new Set();
6903
- if (this.eventColors) {
6904
- for (const name of Object.keys(this.eventColors)) {
6905
- names.add(name);
6906
- }
6907
- }
6908
- if (this.events) {
6909
- for (const dateEvents of Object.values(this.events)) {
6910
- for (const name of dateEvents) {
6911
- names.add(name);
6912
- }
6913
- }
6914
- }
6915
- return Array.from(names);
6916
- }
6917
- getEventsForDate(date) {
6918
- return this.events?.[date] ?? [];
6851
+ handleDayClick(cell) {
6852
+ if (this.isDisabled(cell.date))
6853
+ return;
6854
+ this.value = cell.date;
6855
+ this.update.emit(cell.date);
6919
6856
  }
6920
6857
  render() {
6921
- const allEventNames = this.getAllEventNames();
6922
- return (hAsync("div", { key: '3c3a6af518a3e96dd5d5d553ab2a00b9dd882221', class: "sd-calendar" }, hAsync("div", { key: '660e96fcefe539b69ae7b69bb7a7eb209f40b02f', class: "sd-calendar__header" }, hAsync("div", { key: '609b4d2e552adb526deefbf0719284c94ab01c21', class: "year-nav" }, hAsync("button", { key: 'dc80f2e4fa441b9ed2e0a475f7982e7339c0cda7', type: "button", name: "prev-year", title: "Previous Year", onClick: () => {
6923
- this.currentYear = this.currentYear - 1;
6924
- this.viewChange.emit({ year: this.currentYear, month: this.currentMonth });
6925
- } }, hAsync("sd-icon", { key: 'ff62edabb67364704a4bfbcfc6f1658ad3d72408', name: "arrowLeft", size: "12", color: "grey_45" })), hAsync("span", { key: '0829c746b8537196652e7c40b3babea14ae8053e', class: "year-nav__current" }, this.currentYear), hAsync("button", { key: '3d288e5091445f2ed429de4aebb0d03f29eb6cc8', type: "button", name: "next-year", title: "Next Year", onClick: () => {
6926
- this.currentYear = this.currentYear + 1;
6927
- this.viewChange.emit({ year: this.currentYear, month: this.currentMonth });
6928
- } }, hAsync("sd-icon", { key: '5546ced1930082c68035db8b506b6ef2e953e305', name: "arrowRight", size: "12", color: "grey_45" }))), hAsync("div", { key: '1db95c9f31c1a11b58a6f1ce4a13b9d6388f7994', class: "month-nav" }, hAsync("button", { key: '2c5659945f3e0807a57ba22eb34576184e6ebf50', type: "button", name: "prev-month", title: "Previous Month", onClick: () => this.handleUpdateMonth('prev') }, hAsync("sd-icon", { key: '7994e2bf63fc45ffb7d29b49ad279223a1a12a98', name: "arrowLeft", size: "12", color: "grey_45" })), hAsync("span", { key: 'a8afd7592b3fba13a4560387bb759f4858273a85', class: "month-nav__current" }, this.currentMonth, "\uC6D4"), hAsync("button", { key: 'b3d21b13823bd674c43c1782b66df38010fcfa59', type: "button", name: "next-month", title: "Next Month", onClick: () => this.handleUpdateMonth('next') }, hAsync("sd-icon", { key: '8605340fe8128b6a55328c97dc84481092009c76', name: "arrowRight", size: "12", color: "grey_45" })))), hAsync("div", { key: '9312ff7f3af76aced7189f121c71ff252a92a71d', class: "sd-calendar__days" }, ['일', '월', '화', '수', '목', '금', '토'].map(day => (hAsync("div", { key: day, class: "day" }, day)))), hAsync("div", { key: 'cb93d417204b3bad65074e06e491038fe06b1389', class: { 'sd-calendar__body': true, 'sd-calendar__body--has-events': !!this.events } }, [
6929
- ...this.calendar.prevMonthDays,
6930
- ...this.calendar.days,
6931
- ...this.calendar.afterMonthDays,
6932
- ].map((day, idx) => {
6933
- const formattedDate = this.dateUtil.formatDate(this.currentYear, this.currentMonth, Number(day));
6934
- const dateEvents = day !== 0 ? this.getEventsForDate(formattedDate) : [];
6935
- const uniqueEvents = [...new Set(dateEvents)];
6936
- return (hAsync("div", { class: "sd-calendar__cell", key: `${day}_${idx}` }, hAsync("sd-date-box", { date: day === 0 ? '' : Number(day), selected: this.value === formattedDate, isToday: today === formattedDate, disabled: day === 0 ? true : this.isDisabledDate(formattedDate), onClick: !this.isDisabledDate(formattedDate) && day !== 0
6937
- ? () => this.handleDateClick(Number(day))
6938
- : undefined }), this.events !== undefined && (hAsync("div", { class: "sd-calendar__dots" }, uniqueEvents.map(eventName => (hAsync("span", { key: eventName, class: "sd-calendar__dot", style: { backgroundColor: this.getEventColor(eventName) } })))))));
6939
- })), allEventNames.length > 0 && (hAsync("div", { key: '0556e06bcd0bab75b61c60181d9b203cb6ad4741', class: "sd-calendar__legend" }, allEventNames.map(name => (hAsync("div", { key: name, class: "sd-calendar__legend-item" }, hAsync("span", { class: "sd-calendar__legend-dot", style: { backgroundColor: this.getEventColor(name) } }), hAsync("span", { class: "sd-calendar__legend-label" }, name))))))));
6858
+ const cssVars = {
6859
+ '--calendar-bg': CALENDAR_LAYOUT.bg,
6860
+ '--calendar-padding': `${CALENDAR_LAYOUT.paddingXY}px`,
6861
+ '--calendar-gap': `${CALENDAR_LAYOUT.gap}px`,
6862
+ '--calendar-radius': `${CALENDAR_LAYOUT.radius}px`,
6863
+ '--calendar-header-gap': `${CALENDAR_LAYOUT.header.gap}px`,
6864
+ '--calendar-header-divider': CALENDAR_LAYOUT.header.divider,
6865
+ '--calendar-header-font-size': `${CALENDAR_LAYOUT.header.fontSize}px`,
6866
+ '--calendar-header-line-height': `${CALENDAR_LAYOUT.header.lineHeight}px`,
6867
+ '--calendar-header-font-weight': CALENDAR_LAYOUT.header.fontWeight,
6868
+ '--calendar-week-font-size': `${CALENDAR_LAYOUT.week.fontSize}px`,
6869
+ '--calendar-week-line-height': `${CALENDAR_LAYOUT.week.lineHeight}px`,
6870
+ '--calendar-week-font-weight': CALENDAR_LAYOUT.week.fontWeight,
6871
+ '--calendar-week-color': CALENDAR_LAYOUT.week.color,
6872
+ '--calendar-grid-row-gap': `${CALENDAR_LAYOUT.grid.rowGap}px`,
6873
+ '--calendar-day-size': `${CALENDAR_LAYOUT.day.size}px`,
6874
+ '--calendar-day-circle-size': `${CALENDAR_LAYOUT.day.circleSize}px`,
6875
+ '--calendar-day-circle-radius': `${CALENDAR_LAYOUT.day.circleRadius}px`,
6876
+ '--calendar-day-text': CALENDAR_LAYOUT.day.defaultText,
6877
+ '--calendar-day-hover-text': CALENDAR_LAYOUT.day.hoverText,
6878
+ '--calendar-day-hover-border': CALENDAR_LAYOUT.day.hoverBorder,
6879
+ '--calendar-day-select-bg': CALENDAR_LAYOUT.day.selectBg,
6880
+ '--calendar-day-select-text': CALENDAR_LAYOUT.day.selectText,
6881
+ '--calendar-day-disabled-text': CALENDAR_LAYOUT.day.disabledText,
6882
+ '--calendar-day-font-size': `${CALENDAR_LAYOUT.day.fontSize}px`,
6883
+ '--calendar-day-line-height': `${CALENDAR_LAYOUT.day.lineHeight}px`,
6884
+ '--calendar-day-font-weight': CALENDAR_LAYOUT.day.fontWeight,
6885
+ '--calendar-day-bold-font-weight': CALENDAR_LAYOUT.day.boldFontWeight,
6886
+ '--calendar-day-dot-size': `${CALENDAR_LAYOUT.day.dot.size}px`,
6887
+ '--calendar-day-dot-gap': `${CALENDAR_LAYOUT.day.dot.gap}px`,
6888
+ '--calendar-day-dot-padding-y': `${CALENDAR_LAYOUT.day.dot.paddingY}px`,
6889
+ '--calendar-legend-font-size': `${CALENDAR_LAYOUT.legend.fontSize}px`,
6890
+ '--calendar-legend-line-height': `${CALENDAR_LAYOUT.legend.lineHeight}px`,
6891
+ '--calendar-legend-font-weight': CALENDAR_LAYOUT.legend.fontWeight,
6892
+ '--calendar-legend-gap': `${CALENDAR_LAYOUT.legend.gap}px`,
6893
+ '--calendar-legend-group-gap': `${CALENDAR_LAYOUT.legend.groupGap}px`,
6894
+ };
6895
+ const eventMap = this.eventMap;
6896
+ const legend = this.legendItems;
6897
+ return (hAsync("div", { key: '66c0bec57c13af12b05f2e90fbc5e1674ab052c8', class: "sd-calendar", style: cssVars }, hAsync("div", { key: '4df4f1c6d1ddcbe1478a69a481a228e66fc33c0a', class: "sd-calendar__header" }, hAsync("div", { key: '378c04444b3ddcc7df92ecce0f49056e919cd8e5', class: "sd-calendar__nav-group" }, hAsync("sd-ghost-button", { key: '47426c62a26b05a9db58144acc33770713e7fce4', ariaLabel: "prevYear", size: "xxs", icon: "chevronLeft", onClick: this.goPrevYear }), hAsync("span", { key: '3b32e76a8a35705d820803c0b747829370079324', class: "sd-calendar__label" }, this.currentYear), hAsync("sd-ghost-button", { key: '2e890a2cea91c9f49a03f0db3a4b943c707e312e', ariaLabel: "nextYear", size: "xxs", icon: "chevronRight", onClick: this.goNextYear })), hAsync("span", { key: '795bb8452e75303c25a8dc6d95f819f1e42f7f49', class: "sd-calendar__divider", "aria-hidden": "true" }), hAsync("div", { key: '6df460ec38917c51eff851732c7f37b7e09475f6', class: "sd-calendar__nav-group sd-calendar__nav-group-month" }, hAsync("sd-ghost-button", { key: '36ef9dfdcfac5d9da08d05ca357fc9ec4100af4f', ariaLabel: "prevMonth", size: "xxs", icon: "chevronLeft", onClick: this.goPrevMonth }), hAsync("span", { key: 'b2e0cc74570724c0d97fb2afbcb775c0794583af', class: "sd-calendar__label sd-calendar__label-month" }, this.currentMonth, "\uC6D4"), hAsync("sd-ghost-button", { key: '4c45467356411f7a5d137c19931d8fc62084c742', ariaLabel: "nextMonth", size: "xxs", icon: "chevronRight", onClick: this.goNextMonth }))), hAsync("div", { key: 'e1637a39795fb44bd33d138c8b244cc15b5f85f6', class: "sd-calendar__week" }, WEEK_LABELS.map(label => (hAsync("span", { key: label, class: "sd-calendar__week-cell" }, label)))), hAsync("div", { key: '45642dc93b1373dc760f64ba74dd931e651279dd', class: "sd-calendar__grid" }, this.cells.map(cell => {
6898
+ const isSelected = cell.inCurrentMonth && this.value !== '' && this.value === cell.date;
6899
+ const isToday = cell.inCurrentMonth && today === cell.date;
6900
+ const isDisabled = cell.inCurrentMonth && this.isDisabled(cell.date);
6901
+ const dayEvents = cell.inCurrentMonth ? eventMap.get(cell.date) : undefined;
6902
+ return (hAsync("button", { type: "button", key: cell.date, class: {
6903
+ 'sd-calendar__day': true,
6904
+ 'sd-calendar__day--empty': !cell.inCurrentMonth,
6905
+ 'sd-calendar__day--today': isToday,
6906
+ 'sd-calendar__day--selected': isSelected,
6907
+ 'sd-calendar__day--disabled': isDisabled,
6908
+ }, disabled: !cell.inCurrentMonth || isDisabled, tabindex: !cell.inCurrentMonth ? -1 : undefined, "aria-hidden": !cell.inCurrentMonth ? 'true' : undefined, onClick: () => cell.inCurrentMonth && this.handleDayClick(cell) }, hAsync("span", { class: "sd-calendar__day-circle" }, cell.inCurrentMonth ? cell.day : ''), dayEvents && dayEvents.length > 0 && (hAsync("span", { class: "sd-calendar__dot-row", "aria-hidden": "true" }, dayEvents.map((ev, i) => (hAsync("span", { key: `${ev.color}|${ev.label}|${i}`, class: "sd-calendar__dot", style: { backgroundColor: ev.color } })))))));
6909
+ })), legend.length > 0 && [
6910
+ hAsync("span", { key: '0872cb7627db7d33721fbd1e1c9a601bd3c6c3e1', class: "sd-calendar__divider-bottom", "aria-hidden": "true" }),
6911
+ hAsync("div", { key: 'd9c6be0684720aa9d2af24b2d0cf372a036dc8d5', class: "sd-calendar__legend" }, legend.map(item => (hAsync("span", { key: `${item.color}|${item.label}`, class: "sd-calendar__legend-item" }, hAsync("span", { class: "sd-calendar__legend-dot", style: { backgroundColor: item.color }, "aria-hidden": "true" }), hAsync("span", { class: "sd-calendar__legend-label" }, item.label))))),
6912
+ ]));
6940
6913
  }
6941
6914
  static get watchers() { return {
6942
6915
  "value": [{
6943
6916
  "handleValueChange": 0
6944
- }],
6945
- "events": [{
6946
- "handleEventsChange": 0
6947
- }],
6948
- "eventColors": [{
6949
- "handleEventsChange": 0
6950
6917
  }]
6951
6918
  }; }
6952
6919
  static get style() { return sdCalendarCss(); }
6953
6920
  static get cmpMeta() { return {
6954
- "$flags$": 514,
6921
+ "$flags$": 512,
6955
6922
  "$tagName$": "sd-calendar",
6956
6923
  "$members$": {
6957
- "value": [1537],
6924
+ "value": [1025],
6958
6925
  "selectable": [16],
6959
6926
  "events": [16],
6960
- "eventColors": [16],
6961
6927
  "currentYear": [32],
6962
- "currentMonth": [32],
6963
- "eventsRevision": [32]
6928
+ "currentMonth": [32]
6964
6929
  },
6965
6930
  "$listeners$": undefined,
6966
6931
  "$lazyBundleId$": "-",
6967
- "$attrsToReflect$": [["value", "value"]]
6932
+ "$attrsToReflect$": []
6968
6933
  }; }
6969
6934
  }
6970
6935
 
@@ -6977,7 +6942,7 @@ class SdCard {
6977
6942
  bordered = false;
6978
6943
  sdClass = '';
6979
6944
  render() {
6980
- return (hAsync(Fragment, { key: '2700ffa3af5b6b35882c396a838d9da2e866ee4b' }, hAsync("div", { key: '3d3aeaac318fc089c42ae4348bc72015d4476276', class: `sd-card ${this.bordered ? 'sd-card--bordered' : ''} ${this.sdClass}` }, hAsync("slot", { key: 'e72f00bc8c209644baf5f431ce485fb5b691f354' }))));
6945
+ return (hAsync(Fragment, { key: '61c364f88b03eb56b60c660a58533f417d209e6a' }, hAsync("div", { key: 'dee3671e757c273ffec06a15a0191a798280522c', class: `sd-card ${this.bordered ? 'sd-card--bordered' : ''} ${this.sdClass}` }, hAsync("slot", { key: 'f991bf5df95f8c1bac417aa4e70f40cf68624fb8' }))));
6981
6946
  }
6982
6947
  static get style() { return sdCardCss(); }
6983
6948
  static get cmpMeta() { return {
@@ -7181,13 +7146,13 @@ class SdCheckbox {
7181
7146
  '--sd-checkbox-inverse-icon': CHECKBOX_COLORS.checked.iconInverse,
7182
7147
  '--sd-checkbox-inverse-label': CHECKBOX_COLORS.labelInverse,
7183
7148
  };
7184
- return (hAsync("label", { key: '6b1ad950ce2f0b8e734efab6889a46064f7ef32a', class: this.checkboxClasses, style: cssVars }, hAsync("input", { key: 'ee2fd70d61db2a5de6eab26dc07128e6158540e5', type: "checkbox", ref: el => {
7149
+ return (hAsync("label", { key: '6fb506c448a5968d403f779d113fd60857901982', class: this.checkboxClasses, style: cssVars }, hAsync("input", { key: 'fb08f531416255b8886d2bd2c21c3f62e8a9d47d', type: "checkbox", ref: el => {
7185
7150
  this.inputEl = el;
7186
- }, value: this.val, checked: !!this.isChecked, disabled: this.disabled, onChange: this.handleChange, name: this.val?.toString() || 'checkbox', "aria-label": this.label || 'checkbox', "aria-checked": this.isChecked === null ? 'mixed' : this.isChecked ? 'true' : 'false', "aria-disabled": this.disabled ? 'true' : 'false' }), hAsync("div", { key: '234e0e4100da6f1a5f65fb4f32cb4d8e1ba018fd', class: "sd-checkbox__bg" }, this.isChecked !== false ? (hAsync("sd-icon", { name: this.isChecked === true ? 'checkboxCheck' : 'checkboxIndeterminate', size: Number(CHECKBOX_LAYOUT.iconSize), color: this.disabled
7151
+ }, value: this.val, checked: !!this.isChecked, disabled: this.disabled, onChange: this.handleChange, name: this.val?.toString() || 'checkbox', "aria-label": this.label || 'checkbox', "aria-checked": this.isChecked === null ? 'mixed' : this.isChecked ? 'true' : 'false', "aria-disabled": this.disabled ? 'true' : 'false' }), hAsync("div", { key: 'e49eb38375ba680e08510f83a15ce8a6bbecd4b8', class: "sd-checkbox__bg" }, this.isChecked !== false ? (hAsync("sd-icon", { name: this.isChecked === true ? 'checkboxCheck' : 'checkboxIndeterminate', size: Number(CHECKBOX_LAYOUT.iconSize), color: this.disabled
7187
7152
  ? CHECKBOX_COLORS.checked.iconDisabled
7188
7153
  : this.inverse
7189
7154
  ? CHECKBOX_COLORS.checked.iconInverse
7190
- : CHECKBOX_COLORS.checked.icon })) : null), this.label && hAsync("span", { key: '15afb8e3b31201febd15bb85d24ee9c9b246d1d0', class: "sd-checkbox__label" }, this.label)));
7155
+ : CHECKBOX_COLORS.checked.icon })) : null), this.label && hAsync("span", { key: '92bc308561b0a7653926d751d029d80c38844b07', class: "sd-checkbox__label" }, this.label)));
7191
7156
  }
7192
7157
  static get watchers() { return {
7193
7158
  "value": [{
@@ -7501,7 +7466,7 @@ class SdChip {
7501
7466
  '--sd-chip-font-weight': typography.fontWeight,
7502
7467
  '--sd-chip-line-height': typography.lineHeight,
7503
7468
  };
7504
- return (hAsync("span", { key: '0addb8566b639d05921b9320b99abab7f1d67899', class: {
7469
+ return (hAsync("span", { key: '3cd683af3aed7cc6e549c5fc5da1e00cda2dc2a0', class: {
7505
7470
  'sd-chip': true,
7506
7471
  [`sd-chip--${state}`]: true,
7507
7472
  'sd-chip--disabled': this.disabled,
@@ -7654,7 +7619,7 @@ class SdCircleProgress {
7654
7619
  }
7655
7620
  const c = CIRCLE_PROGRESS_VIEWBOX_SIZE / 2;
7656
7621
  const showPercent = !this.indeterminate;
7657
- return (hAsync(Host, { key: 'f92bf4d6e4f1133c4465a4fec7b2bad4549a6d06', style: hostStyle }, hAsync("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" }, hAsync("circle", { key: '020c7d840a6592d7705b65b14d27e3b5752629bf', class: "sd-circle-progress__track", cx: c, cy: c, r: CIRCLE_PROGRESS_RADIUS, fill: "none", "stroke-width": CIRCLE_PROGRESS_STROKE_WIDTH }), hAsync("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 && (hAsync("span", { key: '91c0b91e69293b67c8a0ad67a6d4b9e9db5c6d4a', class: "sd-circle-progress__percent" }, Math.round(this.clampedValue), "%")), this.label && hAsync("span", { key: '03a5bee22a2e2f1b4ba75dbeca2ef5b4b9840aeb', class: "sd-circle-progress__label" }, this.label)));
7622
+ return (hAsync(Host, { key: 'd4ace6f784fd64a45baa746870a84a88b4911cf8', style: hostStyle }, hAsync("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" }, hAsync("circle", { key: '42411ef6f92f6427309d92dfad84ad7dc8f8c3bb', class: "sd-circle-progress__track", cx: c, cy: c, r: CIRCLE_PROGRESS_RADIUS, fill: "none", "stroke-width": CIRCLE_PROGRESS_STROKE_WIDTH }), hAsync("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 && (hAsync("span", { key: '0917cfd3aa460872fa4c35da61530e01080d6937', class: "sd-circle-progress__percent" }, Math.round(this.clampedValue), "%")), this.label && hAsync("span", { key: '051756bc7b20e87205b21c735b2827a81c2a17c9', class: "sd-circle-progress__label" }, this.label)));
7658
7623
  }
7659
7624
  static get style() { return sdCircleProgressCss(); }
7660
7625
  static get cmpMeta() { return {
@@ -7770,9 +7735,9 @@ class SdConfirmModal {
7770
7735
  const type = this.resolvedType;
7771
7736
  const iconName = CONFIRM_MODAL_ICON_MAP[type];
7772
7737
  const iconColor = CONFIRM_MODAL_ICON_COLOR[type];
7773
- return (hAsync("div", { key: '234455d93cbf02e5e70f78803914a8d91fbc4506', class: "sd-confirm-modal" }, hAsync("sd-ghost-button", { key: '298f5279400b19159a8c08d2c739ab27cf88811c', class: "sd-confirm-modal__close-button", icon: "close", ariaLabel: "close", onClick: () => this.close.emit() }), iconName && (hAsync("sd-icon", { key: '41d01e92ff59cea05a367797ebde71cd13baed1f', class: "sd-confirm-modal__icon", name: iconName, size: TITLE_ICON_SIZE, color: iconColor })), hAsync("h2", { key: 'd6b65e3a858a96f628602101adaaee2b62727df4', class: `sd-confirm-modal__title ${this.titleClass ?? ''}` }, this.modalTitle), hAsync("div", { key: 'ed708bffc95467faabf70a9c2beec46fc1ba090c', class: "sd-confirm-modal__body" }, (this.topMessage ?? []).length > 0 && (hAsync("div", { key: 'e7a996bef926fa3741ed9f2ecc930a6961f4c6e4', class: "sd-confirm-modal__message" }, (this.topMessage ?? []).map(msg => (hAsync("p", { class: "sd-confirm-modal__message-text", innerHTML: msg }))))), this.showContentBox && (hAsync("div", { key: 'b4ab9cc0cf91166d4e34a7b4726d62c3463a9766', class: "sd-confirm-modal__content-box" }, this.tagContents ? (hAsync("div", { class: "sd-confirm-modal__custom-content", ref: el => {
7738
+ return (hAsync("div", { key: '6dc337947f7c05799cf7c97d45b0df84c7976196', class: "sd-confirm-modal" }, hAsync("sd-ghost-button", { key: 'b584cc4bc00191f8488be7265249922110d57d90', class: "sd-confirm-modal__close-button", icon: "close", ariaLabel: "close", onClick: () => this.close.emit() }), iconName && (hAsync("sd-icon", { key: '470716bef879befd1d6746bc27c10fb74d61a2b6', class: "sd-confirm-modal__icon", name: iconName, size: TITLE_ICON_SIZE, color: iconColor })), hAsync("h2", { key: '5b0113f13b219a2e14c5d45397c293baafc28a2c', class: `sd-confirm-modal__title ${this.titleClass ?? ''}` }, this.modalTitle), hAsync("div", { key: 'cee18d1afde384523ca0f96f4138b8854f89cb5c', class: "sd-confirm-modal__body" }, (this.topMessage ?? []).length > 0 && (hAsync("div", { key: 'b9466be3cbb635c9b8c0a50d7023b70fa31d9f0f', class: "sd-confirm-modal__message" }, (this.topMessage ?? []).map(msg => (hAsync("p", { class: "sd-confirm-modal__message-text", innerHTML: msg }))))), this.showContentBox && (hAsync("div", { key: 'f3ea52c0261a63e75b42175c2e7c602e02f82636', class: "sd-confirm-modal__content-box" }, this.tagContents ? (hAsync("div", { class: "sd-confirm-modal__custom-content", ref: el => {
7774
7739
  this.customContentRef = el;
7775
- } })) : (hAsync("slot", { onSlotchange: () => this.syncHasSlottedContent() }, this.tagLabel && hAsync("sd-tag", { name: this.tagPreset ?? 'square_sm_grey', label: this.tagLabel }), this.slotLabel && (hAsync("span", { class: "sd-confirm-modal__slot-label" }, this.slotLabel)))))), (this.bottomMessage ?? []).length > 0 && (hAsync("div", { key: '1dd63a93ecd0eae9ecfb61a3b98f1e6d1ac2b4b3', class: "sd-confirm-modal__message" }, (this.bottomMessage ?? []).map(msg => (hAsync("p", { class: "sd-confirm-modal__message-text", innerHTML: msg })))))), hAsync("div", { key: 'e22a5fc951054808bc70962e104eb3951b65ca61', class: "sd-confirm-modal__button" }, this.subButtonLabel && (hAsync("sd-button", { key: 'c1f23f043eead651e71943c7e76585b9b7fe964a', name: SUB_BUTTON_PRESET, label: this.subButtonLabel, onSdClick: () => this.cancel.emit() })), hAsync("sd-button", { key: '63952e8b1c2d912fed6489760c97a787eaf2a90d', name: this.resolvedMainButton, label: this.mainButtonLabel ?? '확인', onSdClick: () => this.ok.emit() }))));
7740
+ } })) : (hAsync("slot", { onSlotchange: () => this.syncHasSlottedContent() }, this.tagLabel && hAsync("sd-tag", { name: this.tagPreset ?? 'square_sm_grey', label: this.tagLabel }), this.slotLabel && (hAsync("span", { class: "sd-confirm-modal__slot-label" }, this.slotLabel)))))), (this.bottomMessage ?? []).length > 0 && (hAsync("div", { key: 'fa33e4f68a1c36e197ff6a6f5629005fbbebcbc3', class: "sd-confirm-modal__message" }, (this.bottomMessage ?? []).map(msg => (hAsync("p", { class: "sd-confirm-modal__message-text", innerHTML: msg })))))), hAsync("div", { key: '378162e9e44cefc4e61113ba927545040e6a6c6c', class: "sd-confirm-modal__button" }, this.subButtonLabel && (hAsync("sd-button", { key: '8fb93a086c4a42063f53ed533be2774de31db81e', name: SUB_BUTTON_PRESET, label: this.subButtonLabel, onSdClick: () => this.cancel.emit() })), hAsync("sd-button", { key: '304c80915c9a7a685bddcf2d5edf4f56119860e8', name: this.resolvedMainButton, label: this.mainButtonLabel ?? '확인', onSdClick: () => this.ok.emit() }))));
7776
7741
  }
7777
7742
  static get style() { return sdConfirmModalCss(); }
7778
7743
  static get cmpMeta() { return {
@@ -7818,156 +7783,55 @@ class SdDateBox {
7818
7783
  click;
7819
7784
  mouseOver;
7820
7785
  handleClickDate() {
7821
- if (this.disabled || this.date === undefined || this.date === '' || this.date === 0)
7822
- return;
7823
- if (typeof this.date === 'string')
7824
- return;
7825
- this.click?.emit(this.date);
7826
- }
7827
- handleHoverDate() {
7828
- if (typeof this.date === 'string')
7829
- return;
7830
- this.mouseOver?.emit(this.date);
7831
- }
7832
- render() {
7833
- return (hAsync("div", { key: 'ce4341db137de36e872a0e166bd89c33ac1ba91b', role: "button", tabindex: this.disabled ? -1 : 0, class: {
7834
- 'sd-date-box': true,
7835
- 'sd-hoverable': !this.disabled || !this.selected || this.type === '',
7836
- 'sd-date-box--disabled': this.disabled,
7837
- 'sd-date-box--selected': this.selected,
7838
- 'sd-date-box--today': this.isToday,
7839
- 'sd-date-box--start-date': this.isStartDate,
7840
- 'sd-date-box--end-date': this.isEndDate,
7841
- 'sd-date-box--in-range': this.inRange,
7842
- 'sd-date-box--type-start': this.type === 'start',
7843
- 'sd-date-box--type-end': this.type === 'end',
7844
- }, onClick: () => this.handleClickDate(), onKeyDown: e => {
7845
- if (e.key === 'Enter' || e.key === ' ') {
7846
- e.preventDefault();
7847
- this.handleClickDate();
7848
- }
7849
- }, onMouseOver: () => this.handleHoverDate(), onFocus: () => this.handleHoverDate() }, hAsync("div", { key: 'e641ed011f8e7e55cc589f566163899b26503717', class: "sd-date-box__content" }, hAsync("div", { key: 'e15a5fce460757d5cf486ec0678c2e604beab4db', class: "sd-date-box__label" }, this.date))));
7850
- }
7851
- static get style() { return sdDateBoxCss(); }
7852
- static get cmpMeta() { return {
7853
- "$flags$": 514,
7854
- "$tagName$": "sd-date-box",
7855
- "$members$": {
7856
- "date": [8],
7857
- "disabled": [4],
7858
- "selected": [4],
7859
- "isStartDate": [4, "is-start-date"],
7860
- "isEndDate": [4, "is-end-date"],
7861
- "isToday": [4, "is-today"],
7862
- "inRange": [4, "in-range"],
7863
- "type": [1]
7864
- },
7865
- "$listeners$": undefined,
7866
- "$lazyBundleId$": "-",
7867
- "$attrsToReflect$": []
7868
- }; }
7869
- }
7870
-
7871
- const datepicker = {
7872
- sm: {
7873
- height: "28",
7874
- paddingX: "12",
7875
- gap: "8",
7876
- icon: "16",
7877
- typography: {
7878
- fontWeight: "400",
7879
- fontSize: "12",
7880
- lineHeight: "20"},
7881
- radius: "4"
7882
- },
7883
- md: {
7884
- height: "36",
7885
- paddingX: "16",
7886
- gap: "12",
7887
- icon: "20",
7888
- typography: {
7889
- fontWeight: "400",
7890
- fontSize: "14",
7891
- lineHeight: "24"
7892
- },
7893
- radius: "6"
7894
- },
7895
- border: {
7896
- "default": "#AAAAAA",
7897
- focus: "#0075FF"},
7898
- bg: {
7899
- "default": "#FFFFFF"},
7900
- icon: {
7901
- "default": "#888888",
7902
- disabled: "#BBBBBB"
7903
- },
7904
- text: {
7905
- "default": "#222222",
7906
- hint: "#555555",
7907
- disabled: "#888888"
7908
- },
7909
- calendar: {
7910
- bg: "#FFFFFF",
7911
- paddingXY: "24",
7912
- gap: "12",
7913
- radius: "8",
7914
- header: {
7915
- gap: "8",
7916
- divider: "#E1E1E1",
7917
- typography: {
7918
- fontWeight: "500",
7919
- fontSize: "14",
7920
- lineHeight: "24"
7921
- }
7922
- },
7923
- week: {
7924
- typography: {
7925
- fontWeight: "400",
7926
- fontSize: "12",
7927
- lineHeight: "20"},
7928
- color: "#888888"
7929
- },
7930
- grid: {
7931
- rowGap: "4"
7932
- },
7933
- day: {
7934
- width: "40",
7935
- circle: {
7936
- size: "32",
7937
- radius: "9999"
7938
- },
7939
- "default": {
7940
- text: "#222222"
7941
- },
7942
- hover: {
7943
- text: "#222222",
7944
- border: "#0075FF"
7945
- },
7946
- select: {
7947
- bg: "#0075FF",
7948
- text: "#FFFFFF"
7949
- },
7950
- disabled: {
7951
- text: "#BBBBBB"
7952
- },
7953
- typography: {
7954
- "default": {
7955
- fontWeight: "400",
7956
- fontSize: "14",
7957
- lineHeight: "24"
7958
- },
7959
- bold: {
7960
- fontWeight: "700"}
7961
- }},
7962
- range: {
7963
- bg: "#D9EAFF",
7964
- height: "32",
7965
- panelGap: "24",
7966
- divider: "#E1E1E1"}}
7967
- };
7968
- var datepickerTokens = {
7969
- datepicker: datepicker
7970
- };
7786
+ if (this.disabled || this.date === undefined || this.date === '' || this.date === 0)
7787
+ return;
7788
+ if (typeof this.date === 'string')
7789
+ return;
7790
+ this.click?.emit(this.date);
7791
+ }
7792
+ handleHoverDate() {
7793
+ if (typeof this.date === 'string')
7794
+ return;
7795
+ this.mouseOver?.emit(this.date);
7796
+ }
7797
+ render() {
7798
+ return (hAsync("div", { key: 'ab09e8112e18b04dab2d171fa6dbd8554d11e57b', role: "button", tabindex: this.disabled ? -1 : 0, class: {
7799
+ 'sd-date-box': true,
7800
+ 'sd-hoverable': !this.disabled || !this.selected || this.type === '',
7801
+ 'sd-date-box--disabled': this.disabled,
7802
+ 'sd-date-box--selected': this.selected,
7803
+ 'sd-date-box--today': this.isToday,
7804
+ 'sd-date-box--start-date': this.isStartDate,
7805
+ 'sd-date-box--end-date': this.isEndDate,
7806
+ 'sd-date-box--in-range': this.inRange,
7807
+ 'sd-date-box--type-start': this.type === 'start',
7808
+ 'sd-date-box--type-end': this.type === 'end',
7809
+ }, onClick: () => this.handleClickDate(), onKeyDown: e => {
7810
+ if (e.key === 'Enter' || e.key === ' ') {
7811
+ e.preventDefault();
7812
+ this.handleClickDate();
7813
+ }
7814
+ }, onMouseOver: () => this.handleHoverDate(), onFocus: () => this.handleHoverDate() }, hAsync("div", { key: 'b7e418536d6de86ae4e8042a0fc59dece42f7489', class: "sd-date-box__content" }, hAsync("div", { key: '41f2b2136cc60e2d1a6664852a3fadf30413de0f', class: "sd-date-box__label" }, this.date))));
7815
+ }
7816
+ static get style() { return sdDateBoxCss(); }
7817
+ static get cmpMeta() { return {
7818
+ "$flags$": 514,
7819
+ "$tagName$": "sd-date-box",
7820
+ "$members$": {
7821
+ "date": [8],
7822
+ "disabled": [4],
7823
+ "selected": [4],
7824
+ "isStartDate": [4, "is-start-date"],
7825
+ "isEndDate": [4, "is-end-date"],
7826
+ "isToday": [4, "is-today"],
7827
+ "inRange": [4, "in-range"],
7828
+ "type": [1]
7829
+ },
7830
+ "$listeners$": undefined,
7831
+ "$lazyBundleId$": "-",
7832
+ "$attrsToReflect$": []
7833
+ }; }
7834
+ }
7971
7835
 
7972
7836
  const sm$3 = datepickerTokens.datepicker.sm;
7973
7837
  const md$3 = datepickerTokens.datepicker.md;
@@ -7999,44 +7863,6 @@ const DATEPICKER_COLORS = {
7999
7863
  icon: datepickerTokens.datepicker.icon,
8000
7864
  text: datepickerTokens.datepicker.text,
8001
7865
  };
8002
- const CALENDAR_LAYOUT = {
8003
- bg: datepickerTokens.datepicker.calendar.bg,
8004
- paddingXY: datepickerTokens.datepicker.calendar.paddingXY,
8005
- gap: datepickerTokens.datepicker.calendar.gap,
8006
- radius: datepickerTokens.datepicker.calendar.radius,
8007
- header: {
8008
- gap: datepickerTokens.datepicker.calendar.header.gap,
8009
- divider: datepickerTokens.datepicker.calendar.header.divider,
8010
- fontSize: datepickerTokens.datepicker.calendar.header.typography.fontSize,
8011
- lineHeight: datepickerTokens.datepicker.calendar.header.typography.lineHeight,
8012
- fontWeight: datepickerTokens.datepicker.calendar.header.typography.fontWeight,
8013
- },
8014
- week: {
8015
- fontSize: datepickerTokens.datepicker.calendar.week.typography.fontSize,
8016
- lineHeight: datepickerTokens.datepicker.calendar.week.typography.lineHeight,
8017
- fontWeight: datepickerTokens.datepicker.calendar.week.typography.fontWeight,
8018
- color: datepickerTokens.datepicker.calendar.week.color,
8019
- },
8020
- grid: {
8021
- rowGap: datepickerTokens.datepicker.calendar.grid.rowGap,
8022
- },
8023
- day: {
8024
- size: datepickerTokens.datepicker.calendar.day.width,
8025
- circleSize: datepickerTokens.datepicker.calendar.day.circle.size,
8026
- circleRadius: datepickerTokens.datepicker.calendar.day.circle.radius,
8027
- defaultText: datepickerTokens.datepicker.calendar.day.default.text,
8028
- hoverText: datepickerTokens.datepicker.calendar.day.hover.text,
8029
- hoverBorder: datepickerTokens.datepicker.calendar.day.hover.border,
8030
- selectBg: datepickerTokens.datepicker.calendar.day.select.bg,
8031
- selectText: datepickerTokens.datepicker.calendar.day.select.text,
8032
- disabledText: datepickerTokens.datepicker.calendar.day.disabled.text,
8033
- fontSize: datepickerTokens.datepicker.calendar.day.typography.default.fontSize,
8034
- lineHeight: datepickerTokens.datepicker.calendar.day.typography.default.lineHeight,
8035
- fontWeight: datepickerTokens.datepicker.calendar.day.typography.default.fontWeight,
8036
- boldFontWeight: datepickerTokens.datepicker.calendar.day.typography.bold.fontWeight,
8037
- },
8038
- };
8039
- const WEEK_LABELS = ['일', '월', '화', '수', '목', '금', '토'];
8040
7866
 
8041
7867
  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%}`;
8042
7868
 
@@ -8113,6 +7939,7 @@ class SdDatePicker {
8113
7939
  }
8114
7940
  };
8115
7941
  handleSelect = (e) => {
7942
+ e.stopPropagation();
8116
7943
  this.closeDropdown();
8117
7944
  this.value = e.detail;
8118
7945
  const nextValue = this.value;
@@ -8136,9 +7963,9 @@ class SdDatePicker {
8136
7963
  '--sd-system-color-field-border-focus': DATEPICKER_COLORS.border.focus,
8137
7964
  '--sd-system-color-field-bg-default': DATEPICKER_COLORS.bg.default,
8138
7965
  };
8139
- return (hAsync("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 }, hAsync("div", { key: '8b3d615b241860ec1fb314fa0eeef5f51ea32f43', class: "sd-date-picker", ref: el => {
7966
+ return (hAsync("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 }, hAsync("div", { key: 'b9dd1a8df29f340ad67331dbebd3ec71b79d128a', class: "sd-date-picker", ref: el => {
8140
7967
  this.triggerRef = el;
8141
- } }, hAsync("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) && (hAsync("sd-portal", { key: '2cf151b52b3117de9c4d55bbc3c045b0a7b614e9', open: this.isOpen, parentRef: this.triggerRef, onSdClose: () => this.closeDropdown() }, hAsync("sd-date-picker-calendar", { key: '9f77742d034dcb462eb1c4546b2c2a367544f97e', value: this.value, selectable: this.selectable, onSdSelect: this.handleSelect, onSdViewChange: this.handleViewChange })))));
7968
+ } }, hAsync("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) && (hAsync("sd-portal", { key: '776e0ce183edd9c7903ce1a75208addc47c20408', open: this.isOpen, parentRef: this.triggerRef, onSdClose: () => this.closeDropdown() }, hAsync("sd-calendar", { key: 'f86b502f6b17ee9ff262c1a64e1b0e24defc1660', value: this.value, selectable: this.selectable, onSdUpdate: this.handleSelect, onSdViewChange: this.handleViewChange })))));
8142
7969
  }
8143
7970
  static get watchers() { return {
8144
7971
  "isOpen": [{
@@ -8164,193 +7991,21 @@ class SdDatePicker {
8164
7991
  "errorMessage": [1, "error-message"],
8165
7992
  "rules": [16],
8166
7993
  "error": [1028],
8167
- "icon": [16],
8168
- "labelTooltip": [1, "label-tooltip"],
8169
- "labelTooltipProps": [16],
8170
- "name": [1],
8171
- "isOpen": [32],
8172
- "isAnimatingOut": [32],
8173
- "focused": [32],
8174
- "hovered": [32],
8175
- "sdValidate": [64],
8176
- "sdReset": [64],
8177
- "sdResetValidate": [64]
8178
- },
8179
- "$listeners$": undefined,
8180
- "$lazyBundleId$": "-",
8181
- "$attrsToReflect$": [["size", "size"], ["placeholder", "placeholder"], ["disabled", "disabled"]]
8182
- }; }
8183
- }
8184
-
8185
- const sdDatePickerCalendarCss = () => `sd-date-picker-calendar{display:block}sd-date-picker-calendar .sd-date-picker-calendar{display:flex;flex-direction:column;gap:var(--calendar-gap);height:328px;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-picker-calendar .sd-date-picker-calendar__header{display:flex;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-picker-calendar .sd-date-picker-calendar__nav-group{display:inline-flex;align-items:center;gap:var(--calendar-gap)}sd-date-picker-calendar .sd-date-picker-calendar__nav-group-month{width:100%}sd-date-picker-calendar .sd-date-picker-calendar__label{display:inline-flex;align-items:center;justify-content:center;min-width:40px;text-align:center}sd-date-picker-calendar .sd-date-picker-calendar__label-month{width:100%}sd-date-picker-calendar .sd-date-picker-calendar__divider{display:inline-block;width:1px;height:16px;background:var(--calendar-header-divider)}sd-date-picker-calendar .sd-date-picker-calendar__week{display:grid;grid-template-columns:repeat(7, var(--calendar-day-size))}sd-date-picker-calendar .sd-date-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-picker-calendar .sd-date-picker-calendar__grid{display:grid;grid-template-columns:repeat(7, var(--calendar-day-size));row-gap:var(--calendar-grid-row-gap)}sd-date-picker-calendar .sd-date-picker-calendar__day{display:inline-flex;align-items:center;justify-content:center;width:var(--calendar-day-size);height:32px;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-picker-calendar .sd-date-picker-calendar__day-circle{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-picker-calendar .sd-date-picker-calendar__day:not(:disabled):hover .sd-date-picker-calendar__day-circle{border-radius:16px;border:1px solid var(--calendar-day-hover-border)}sd-date-picker-calendar .sd-date-picker-calendar__day--today .sd-date-picker-calendar__day-circle{font-weight:700}sd-date-picker-calendar .sd-date-picker-calendar__day--selected .sd-date-picker-calendar__day-circle{border-radius:16px;background:var(--calendar-day-select-bg);color:var(--calendar-day-select-text)}sd-date-picker-calendar .sd-date-picker-calendar__day--selected:not(:disabled):hover .sd-date-picker-calendar__day-circle{background:var(--calendar-day-select-bg);color:var(--calendar-day-select-text)}sd-date-picker-calendar .sd-date-picker-calendar__day--disabled{color:var(--calendar-day-disabled-text);background:none !important;cursor:not-allowed}sd-date-picker-calendar .sd-date-picker-calendar__day--empty{visibility:hidden;pointer-events:none}`;
8186
-
8187
- class SdDatePickerCalendar {
8188
- constructor(hostRef) {
8189
- registerInstance(this, hostRef);
8190
- this.select = createEvent(this, "sdSelect", 7);
8191
- this.viewChange = createEvent(this, "sdViewChange", 7);
8192
- }
8193
- value = null;
8194
- selectable;
8195
- currentYear;
8196
- currentMonth;
8197
- select;
8198
- viewChange;
8199
- dateUtil = useDatePicker();
8200
- componentWillLoad() {
8201
- this.syncViewFromValue();
8202
- }
8203
- handleValueChange() {
8204
- this.syncViewFromValue();
8205
- }
8206
- syncViewFromValue() {
8207
- const base = this.value || today;
8208
- const [year, month] = base.split('-').map(Number);
8209
- this.currentYear = year;
8210
- this.currentMonth = month;
8211
- }
8212
- formatDate(year, month, day) {
8213
- return `${year}-${String(month).padStart(2, '0')}-${String(day).padStart(2, '0')}`;
8214
- }
8215
- get cells() {
8216
- const year = this.currentYear;
8217
- const month = this.currentMonth;
8218
- const firstDayIndex = new Date(year, month - 1, 1).getDay();
8219
- const daysInCurrent = new Date(year, month, 0).getDate();
8220
- const prevMonth = month === 1 ? 12 : month - 1;
8221
- const prevYear = month === 1 ? year - 1 : year;
8222
- const daysInPrev = new Date(prevYear, prevMonth, 0).getDate();
8223
- const nextMonth = month === 12 ? 1 : month + 1;
8224
- const nextYear = month === 12 ? year + 1 : year;
8225
- const cells = [];
8226
- for (let i = firstDayIndex - 1; i >= 0; i--) {
8227
- const day = daysInPrev - i;
8228
- cells.push({
8229
- date: this.formatDate(prevYear, prevMonth, day),
8230
- day,
8231
- inCurrentMonth: false,
8232
- });
8233
- }
8234
- for (let day = 1; day <= daysInCurrent; day++) {
8235
- cells.push({
8236
- date: this.formatDate(year, month, day),
8237
- day,
8238
- inCurrentMonth: true,
8239
- });
8240
- }
8241
- const remaining = (7 - (cells.length % 7)) % 7;
8242
- for (let day = 1; day <= remaining; day++) {
8243
- cells.push({
8244
- date: this.formatDate(nextYear, nextMonth, day),
8245
- day,
8246
- inCurrentMonth: false,
8247
- });
8248
- }
8249
- return cells;
8250
- }
8251
- emitViewChange() {
8252
- this.viewChange.emit({ year: this.currentYear, month: this.currentMonth });
8253
- }
8254
- goPrevYear = (event) => {
8255
- event.stopPropagation();
8256
- this.currentYear -= 1;
8257
- this.emitViewChange();
8258
- };
8259
- goNextYear = (event) => {
8260
- event.stopPropagation();
8261
- this.currentYear += 1;
8262
- this.emitViewChange();
8263
- };
8264
- goPrevMonth = (event) => {
8265
- event.stopPropagation();
8266
- const { newYear, newMonth } = this.dateUtil.calculateYearMonth(this.currentYear, this.currentMonth, 'prev');
8267
- this.currentYear = newYear;
8268
- this.currentMonth = newMonth;
8269
- this.emitViewChange();
8270
- };
8271
- goNextMonth = (event) => {
8272
- event.stopPropagation();
8273
- const { newYear, newMonth } = this.dateUtil.calculateYearMonth(this.currentYear, this.currentMonth, 'next');
8274
- this.currentYear = newYear;
8275
- this.currentMonth = newMonth;
8276
- this.emitViewChange();
8277
- };
8278
- isDisabled(date) {
8279
- if (!this.selectable)
8280
- return false;
8281
- const [start, end] = this.selectable;
8282
- if (start !== '' && date < start)
8283
- return true;
8284
- if (end !== '' && date > end)
8285
- return true;
8286
- return false;
8287
- }
8288
- handleDayClick(cell) {
8289
- if (this.isDisabled(cell.date))
8290
- return;
8291
- this.select.emit(cell.date);
8292
- }
8293
- render() {
8294
- const cssVars = {
8295
- '--calendar-bg': CALENDAR_LAYOUT.bg,
8296
- '--calendar-padding': `${CALENDAR_LAYOUT.paddingXY}px`,
8297
- '--calendar-gap': `${CALENDAR_LAYOUT.gap}px`,
8298
- '--calendar-radius': `${CALENDAR_LAYOUT.radius}px`,
8299
- '--calendar-header-gap': `${CALENDAR_LAYOUT.header.gap}px`,
8300
- '--calendar-header-divider': CALENDAR_LAYOUT.header.divider,
8301
- '--calendar-header-font-size': `${CALENDAR_LAYOUT.header.fontSize}px`,
8302
- '--calendar-header-line-height': `${CALENDAR_LAYOUT.header.lineHeight}px`,
8303
- '--calendar-header-font-weight': CALENDAR_LAYOUT.header.fontWeight,
8304
- '--calendar-week-font-size': `${CALENDAR_LAYOUT.week.fontSize}px`,
8305
- '--calendar-week-line-height': `${CALENDAR_LAYOUT.week.lineHeight}px`,
8306
- '--calendar-week-font-weight': CALENDAR_LAYOUT.week.fontWeight,
8307
- '--calendar-week-color': CALENDAR_LAYOUT.week.color,
8308
- '--calendar-grid-row-gap': `${CALENDAR_LAYOUT.grid.rowGap}px`,
8309
- '--calendar-day-size': `${CALENDAR_LAYOUT.day.size}px`,
8310
- '--calendar-day-circle-size': `${CALENDAR_LAYOUT.day.circleSize}px`,
8311
- '--calendar-day-circle-radius': `${CALENDAR_LAYOUT.day.circleRadius}px`,
8312
- '--calendar-day-text': CALENDAR_LAYOUT.day.defaultText,
8313
- '--calendar-day-hover-text': CALENDAR_LAYOUT.day.hoverText,
8314
- '--calendar-day-hover-border': CALENDAR_LAYOUT.day.hoverBorder,
8315
- '--calendar-day-select-bg': CALENDAR_LAYOUT.day.selectBg,
8316
- '--calendar-day-select-text': CALENDAR_LAYOUT.day.selectText,
8317
- '--calendar-day-disabled-text': CALENDAR_LAYOUT.day.disabledText,
8318
- '--calendar-day-font-size': `${CALENDAR_LAYOUT.day.fontSize}px`,
8319
- '--calendar-day-line-height': `${CALENDAR_LAYOUT.day.lineHeight}px`,
8320
- '--calendar-day-font-weight': CALENDAR_LAYOUT.day.fontWeight,
8321
- '--calendar-day-bold-font-weight': CALENDAR_LAYOUT.day.boldFontWeight,
8322
- };
8323
- return (hAsync("div", { key: '5fca5d51cbe5005cde3468c10f39397831371762', class: "sd-date-picker-calendar", style: cssVars }, hAsync("div", { key: '5b6a101b463b455bfc70f9b92665fe308f45773d', class: "sd-date-picker-calendar__header" }, hAsync("div", { key: '3fe7a4e416c632640371f9b3cb12baf72c7eab06', class: "sd-date-picker-calendar__nav-group" }, hAsync("sd-ghost-button", { key: '1c71cf45dae23308ff901f08b606f0cfcdc7e5b4', ariaLabel: "prevYear", size: "xxs", icon: "chevronLeft", onClick: this.goPrevYear }), hAsync("span", { key: 'aa9863d2cac5eb5d00a0d72570b216206b669f37', class: "sd-date-picker-calendar__label" }, this.currentYear), hAsync("sd-ghost-button", { key: '941118e0c3cd37ed5decb2e91cfa738221f74958', ariaLabel: "nextYear", size: "xxs", icon: "chevronRight", onClick: this.goNextYear })), hAsync("span", { key: 'e630c7269a617deeaa38cace0e2a91affb558688', class: "sd-date-picker-calendar__divider", "aria-hidden": "true" }), hAsync("div", { key: '45cfc135eeb6bf834cef92c1e36f2def4d7c2058', class: "sd-date-picker-calendar__nav-group sd-date-picker-calendar__nav-group-month" }, hAsync("sd-ghost-button", { key: '98483c6626ea13cdb78be806feaa1748d60b6a1a', ariaLabel: "prevMonth", size: "xxs", icon: "chevronLeft", onClick: this.goPrevMonth }), hAsync("span", { key: '9e6097a040679203117436966c246f00b94f5ff2', class: "sd-date-picker-calendar__label sd-date-picker-calendar__label-month" }, this.currentMonth, "\uC6D4"), hAsync("sd-ghost-button", { key: '0ab7ccdae8678bb909aca74f4189a4426e51ec0b', ariaLabel: "nextMonth", size: "xxs", icon: "chevronRight", onClick: this.goNextMonth }))), hAsync("div", { key: '07763d55d00fd6c6b3523bbbb2e994a177a5b81c', class: "sd-date-picker-calendar__week" }, WEEK_LABELS.map(label => (hAsync("span", { key: label, class: "sd-date-picker-calendar__week-cell" }, label)))), hAsync("div", { key: '0304efaa140a8dba320e0e6791ef886bc77ac57b', class: "sd-date-picker-calendar__grid" }, this.cells.map(cell => {
8324
- const isSelected = cell.inCurrentMonth && this.value !== '' && this.value === cell.date;
8325
- const isToday = cell.inCurrentMonth && today === cell.date;
8326
- const isDisabled = cell.inCurrentMonth && this.isDisabled(cell.date);
8327
- return (hAsync("button", { type: "button", key: cell.date, class: {
8328
- 'sd-date-picker-calendar__day': true,
8329
- 'sd-date-picker-calendar__day--empty': !cell.inCurrentMonth,
8330
- 'sd-date-picker-calendar__day--today': isToday,
8331
- 'sd-date-picker-calendar__day--selected': isSelected,
8332
- 'sd-date-picker-calendar__day--disabled': isDisabled,
8333
- }, disabled: !cell.inCurrentMonth || isDisabled, tabindex: !cell.inCurrentMonth ? -1 : undefined, "aria-hidden": !cell.inCurrentMonth ? 'true' : undefined, onClick: () => cell.inCurrentMonth && this.handleDayClick(cell) }, hAsync("span", { class: "sd-date-picker-calendar__day-circle" }, cell.inCurrentMonth ? cell.day : '')));
8334
- }))));
8335
- }
8336
- static get watchers() { return {
8337
- "value": [{
8338
- "handleValueChange": 0
8339
- }]
8340
- }; }
8341
- static get style() { return sdDatePickerCalendarCss(); }
8342
- static get cmpMeta() { return {
8343
- "$flags$": 512,
8344
- "$tagName$": "sd-date-picker-calendar",
8345
- "$members$": {
8346
- "value": [1],
8347
- "selectable": [16],
8348
- "currentYear": [32],
8349
- "currentMonth": [32]
7994
+ "icon": [16],
7995
+ "labelTooltip": [1, "label-tooltip"],
7996
+ "labelTooltipProps": [16],
7997
+ "name": [1],
7998
+ "isOpen": [32],
7999
+ "isAnimatingOut": [32],
8000
+ "focused": [32],
8001
+ "hovered": [32],
8002
+ "sdValidate": [64],
8003
+ "sdReset": [64],
8004
+ "sdResetValidate": [64]
8350
8005
  },
8351
8006
  "$listeners$": undefined,
8352
8007
  "$lazyBundleId$": "-",
8353
- "$attrsToReflect$": []
8008
+ "$attrsToReflect$": [["size", "size"], ["placeholder", "placeholder"], ["disabled", "disabled"]]
8354
8009
  }; }
8355
8010
  }
8356
8011
 
@@ -8393,7 +8048,7 @@ class SdDatePickerTrigger {
8393
8048
  ? DATEPICKER_COLORS.icon.disabled
8394
8049
  : DATEPICKER_COLORS.icon.default,
8395
8050
  };
8396
- return (hAsync("div", { key: 'df53dd75ead71167d7089daab5718c7ff1c990ae', role: "button", tabindex: this.disabled ? -1 : 0, class: {
8051
+ return (hAsync("div", { key: '57a23626b1a392be20dccead71b792590fab61b8', role: "button", tabindex: this.disabled ? -1 : 0, class: {
8397
8052
  'sd-date-picker-trigger': true,
8398
8053
  'sd-date-picker-trigger--disabled': this.disabled,
8399
8054
  }, style: cssVars, onClick: this.handleClick, onKeyDown: e => {
@@ -8401,7 +8056,7 @@ class SdDatePickerTrigger {
8401
8056
  e.preventDefault();
8402
8057
  this.handleClick();
8403
8058
  }
8404
- } }, hAsync("sd-icon", { key: '76f41c99e1695eaa191cbc81ae057e65cb78e955', name: "date", size: Number(sizeTokens.iconSize), color: "var(--trigger-icon-color)", class: "sd-date-picker-trigger__icon" }), hAsync("span", { key: '4e1a4b2b41737f05dc1a4e642d317f5fc93bf9b2', class: "sd-date-picker-trigger__text" }, hasValue ? this.displayText : this.placeholder)));
8059
+ } }, hAsync("sd-icon", { key: 'd4bb58eb97f9f2b98c27315547a85b019530ce5e', name: "date", size: Number(sizeTokens.iconSize), color: "var(--trigger-icon-color)", class: "sd-date-picker-trigger__icon" }), hAsync("span", { key: '25222882fa966eb5d6ead15e62b65af26586afbd', class: "sd-date-picker-trigger__text" }, hasValue ? this.displayText : this.placeholder)));
8405
8060
  }
8406
8061
  static get style() { return sdDatePickerTriggerCss(); }
8407
8062
  static get cmpMeta() { return {
@@ -8530,9 +8185,9 @@ class SdDateRangePicker {
8530
8185
  '--sd-system-color-field-border-focus': DATEPICKER_COLORS.border.focus,
8531
8186
  '--sd-system-color-field-bg-default': DATEPICKER_COLORS.bg.default,
8532
8187
  };
8533
- return (hAsync("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 }, hAsync("div", { key: '495f6e88d01bc6f19e57e04152e84bff2d0415d4', class: "sd-date-range-picker", ref: el => {
8188
+ return (hAsync("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 }, hAsync("div", { key: 'f3ce583e53edbc451ab6c0592c0ab2ed87e07a06', class: "sd-date-range-picker", ref: el => {
8534
8189
  this.triggerRef = el;
8535
- } }, hAsync("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) && (hAsync("sd-portal", { key: '5ba7ab62c1205823fba496e984f4819dbb89064d', open: this.isOpen, parentRef: this.triggerRef, onSdClose: () => this.closeDropdown() }, hAsync("sd-date-range-picker-calendar", { key: 'e6f84d99a4ceebee972900fd56593c18497cba9d', value: this.value, selectable: this.selectable, maxRange: this.maxRange, onSdSelect: this.handleSelect, onSdViewChange: this.handleViewChange })))));
8190
+ } }, hAsync("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) && (hAsync("sd-portal", { key: '5ee1499ee9a224a9c653095e9914ed20cbaca2a1', open: this.isOpen, parentRef: this.triggerRef, onSdClose: () => this.closeDropdown() }, hAsync("sd-date-range-picker-calendar", { key: '7c7479dacf57c996a708435857d2b5f7900509fd', value: this.value, selectable: this.selectable, maxRange: this.maxRange, onSdSelect: this.handleSelect, onSdViewChange: this.handleViewChange })))));
8536
8191
  }
8537
8192
  static get watchers() { return {
8538
8193
  "isOpen": [{
@@ -8821,7 +8476,7 @@ class SdDateRangePickerCalendar {
8821
8476
  '--range-panel-gap': `${RANGE_LAYOUT.panelGap}px`,
8822
8477
  '--range-divider': RANGE_LAYOUT.divider,
8823
8478
  };
8824
- return (hAsync(Fragment, { key: '71f25effececd0b83d9b33201230dc615ba87a30' }, hAsync("div", { key: 'f075474fb0be9f8e8562a013532b3cdbaadee069', class: "sd-date-range-picker-calendar", style: cssVars }, this.renderYearNav(), hAsync("div", { key: '4dfa1d65b971f7d80f0799482c8ce41522200a94', class: "sd-date-range-picker-calendar__panels" }, this.renderPanel(this.currentYear, this.currentMonth, true), hAsync("span", { key: '20149f97a5115115cc49894383ca7f989ba2b904', class: "sd-date-range-picker-calendar__divider", "aria-hidden": "true" }), this.renderPanel(this.rightYear, this.rightMonth, false)))));
8479
+ return (hAsync(Fragment, { key: 'f871d59077f63aa2f7d1bbe857a9ff095331c82d' }, hAsync("div", { key: '47f4782b315450f07bccec8697d8e98a83e44faf', class: "sd-date-range-picker-calendar", style: cssVars }, this.renderYearNav(), hAsync("div", { key: 'cf0eb07920b298f2fce001cc8246d51e1174c27d', class: "sd-date-range-picker-calendar__panels" }, this.renderPanel(this.currentYear, this.currentMonth, true), hAsync("span", { key: 'e1d060092eb3b73c890bf0d62f6485ca2a09e187', class: "sd-date-range-picker-calendar__divider", "aria-hidden": "true" }), this.renderPanel(this.rightYear, this.rightMonth, false)))));
8825
8480
  }
8826
8481
  static get watchers() { return {
8827
8482
  "value": [{
@@ -9182,7 +8837,7 @@ class SdDropdownButton extends BaseDropdownEvent {
9182
8837
  }
9183
8838
  render() {
9184
8839
  const { config, preset } = this.resolvedConfig;
9185
- return (hAsync("div", { key: 'bef9cb5da07e02dd2a2a69f17bb71114045adace', class: "sd-dropdown-button" }, hAsync("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: {
8840
+ return (hAsync("div", { key: 'ac9063bf34834043d2c786b81fa487f004d54462', class: "sd-dropdown-button" }, hAsync("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: {
9186
8841
  '--sd-dropdown-button-bg': config.color,
9187
8842
  '--sd-dropdown-button-bg-hover': PRESET_HOVER_BACKGROUNDS[preset],
9188
8843
  '--sd-dropdown-button-border': PRESET_BORDER_COLORS[preset],
@@ -9192,10 +8847,10 @@ class SdDropdownButton extends BaseDropdownEvent {
9192
8847
  '--sd-dropdown-button-disabled-bg': DROPDOWN_DISABLED_BACKGROUND,
9193
8848
  '--sd-dropdown-button-disabled-content': DROPDOWN_DISABLED_TEXT,
9194
8849
  '--sd-dropdown-button-disabled-border': DROPDOWN_DISABLED_BORDER,
9195
- } }, hAsync("span", { key: '17bf00861dd721cbd41de9c92db9e58e2eb7399e', class: "sd-dropdown-button__trigger-label" }, this.label), hAsync("span", { key: '218fe7ed965155abbf13e39c907b0c4e1a40004a', class: "sd-dropdown-button__trigger-divider", "aria-hidden": "true" }), hAsync("span", { key: '17014bf0654e35a1665e36a9a65fa3f067b9f1b8', class: {
8850
+ } }, hAsync("span", { key: '8c3c382c1b23f63be23936cca44175950fd636b8', class: "sd-dropdown-button__trigger-label" }, this.label), hAsync("span", { key: '4b1e74dd6b5c680e07ef3b8391279ef4d9bb750d', class: "sd-dropdown-button__trigger-divider", "aria-hidden": "true" }), hAsync("span", { key: '1018c43a428abe211536f4f3f8069b70a7ff1845', class: {
9196
8851
  'sd-dropdown-button__trigger-icon': true,
9197
8852
  'sd-dropdown-button__trigger-icon--open': this.isOpen,
9198
- }, "aria-hidden": "true" }, hAsync("sd-icon", { key: '89a4c971bbb929a1ed39048f390dbf63c92a4408', name: "chevronDown", size: DROPDOWN_CHEVRON_ICON_SIZE[config.size], color: "var(--sd-dropdown-button-current-content)" }))), this.renderDropdown(preset)));
8853
+ }, "aria-hidden": "true" }, hAsync("sd-icon", { key: '64248aa427db42e8c8ef65d806befaeab0943059', name: "chevronDown", size: DROPDOWN_CHEVRON_ICON_SIZE[config.size], color: "var(--sd-dropdown-button-current-content)" }))), this.renderDropdown(preset)));
9199
8854
  }
9200
8855
  static get watchers() { return {
9201
8856
  "isOpen": [{
@@ -9468,20 +9123,20 @@ class SdField {
9468
9123
  : {}),
9469
9124
  }
9470
9125
  : {};
9471
- return (hAsync("div", { key: 'e7424031b85af429369fc9097f9cf7f5f2fd78e2', class: {
9126
+ return (hAsync("div", { key: 'fa7d46fb1cdfa572c19fe5014c5f2df6579537fa', class: {
9472
9127
  'sd-field': true,
9473
9128
  'sd-field--has-label': this.label !== '',
9474
9129
  'sd-field--has-addon': addon !== '',
9475
9130
  [this.fieldStatus]: this.fieldStatus !== '',
9476
- }, style: { ...sizeCssVars, ...labelCssVars, ...addonCssVars } }, hAsync("div", { key: 'bc5d3ca5c30a93da12db8268a77cc29b8df1aea6', class: "sd-field__wrapper" }, this.renderLabel(this.label), hAsync("div", { key: '8ca4e32e27efce441f2b6afed9a0688190396da7', class: "sd-field__main", style: this.width !== '' && this.width !== 0
9131
+ }, style: { ...sizeCssVars, ...labelCssVars, ...addonCssVars } }, hAsync("div", { key: '92d544710c5f49f17342c2c5d9f4e499e995b3b2', class: "sd-field__wrapper" }, this.renderLabel(this.label), hAsync("div", { key: '1740f6d0c385311cf714b7e64fd7f5513f758c3e', class: "sd-field__main", style: this.width !== '' && this.width !== 0
9477
9132
  ? {
9478
9133
  width: typeof this.width === 'number' ? `${this.width}px` : this.width,
9479
9134
  flex: 'none',
9480
9135
  }
9481
- : {} }, hAsync("div", { key: '8d63e16a5acc4e09c58ae7ad27ec8dc9707075dc', class: {
9136
+ : {} }, hAsync("div", { key: '1364e46db78dc55b1139035296d2e6f33cb8fbb6', class: {
9482
9137
  'sd-field__control': true,
9483
9138
  'sd-field__control--has-addon': addon !== '',
9484
- } }, addon && hAsync("div", { key: 'bffe6c058ea37692dd03d59983b62f4488e76ce1', class: "sd-field__addon" }, addon), hAsync("slot", { key: '448c1a5a607f9aec68303afb736a4d360bf30452' })), this.errorMsg !== '' || this.errorMessage !== '' ? (hAsync("div", { class: "sd-field__error-message" }, this.errorMsg !== '' ? this.errorMsg : this.errorMessage)) : (this.hint !== '' && hAsync("div", { class: "sd-field__hint" }, this.hint))))));
9139
+ } }, addon && hAsync("div", { key: '638c670ec084e51af7d9ec566c93e00a3d158eef', class: "sd-field__addon" }, addon), hAsync("slot", { key: 'e1b00ee9db0a0e8dade33166dc908183304bc37f' })), this.errorMsg !== '' || this.errorMessage !== '' ? (hAsync("div", { class: "sd-field__error-message" }, this.errorMsg !== '' ? this.errorMsg : this.errorMessage)) : (this.hint !== '' && hAsync("div", { class: "sd-field__hint" }, this.hint))))));
9485
9140
  }
9486
9141
  renderLabel(label) {
9487
9142
  if (label == null || label === '')
@@ -9967,7 +9622,7 @@ class SdFloatingPopover {
9967
9622
  }
9968
9623
  }
9969
9624
  render() {
9970
- return hAsync("slot", { key: 'b70d70c2ed9d18a191c939b84d5728eb1c450fd0' });
9625
+ return hAsync("slot", { key: 'c4543ebf24c83fc67bdda0340adb00f02761b62e' });
9971
9626
  }
9972
9627
  static get style() { return sdFloatingPortalCss(); }
9973
9628
  static get cmpMeta() { return {
@@ -10063,7 +9718,7 @@ class SdForm {
10063
9718
  this.sdSubmit.emit();
10064
9719
  }
10065
9720
  render() {
10066
- return (hAsync("form", { key: '197851b7d0ac6af39be67a2b5d2846370cc3ed39', onSubmit: e => this.onSubmit(e), class: this.formClass }, hAsync("slot", { key: '33adfc4e9d40aa48b22755a98429ab8e0a32792f' })));
9721
+ return (hAsync("form", { key: 'd64dc85bce08da6a18f7dac5038a89f8bd7b5f01', onSubmit: e => this.onSubmit(e), class: this.formClass }, hAsync("slot", { key: 'a0c6d177cc4c656369714ff0ebc5269255d2c2b5' })));
10067
9722
  }
10068
9723
  static get cmpMeta() { return {
10069
9724
  "$flags$": 772,
@@ -10242,7 +9897,7 @@ class SdGhostButton {
10242
9897
  ? GHOST_BUTTON_DISABLED_COLORS[intent]
10243
9898
  : GHOST_BUTTON_CONTENT_COLORS[intent];
10244
9899
  const accessibleName = (this.ariaLabel ?? '').trim() || undefined;
10245
- return (hAsync("button", { key: '789d7ad03fd9fd3164bd76b4490c06d1a2ed5ca0', class: {
9900
+ return (hAsync("button", { key: '0707c0067aded10ea53bffbca0dbddbfdef35dc6', class: {
10246
9901
  'sd-ghost-button': true,
10247
9902
  'sd-ghost-button--disabled': this.disabled,
10248
9903
  }, type: "button", disabled: this.disabled, "aria-label": accessibleName, style: {
@@ -10251,7 +9906,7 @@ class SdGhostButton {
10251
9906
  '--sd-ghost-button-hover-bg': GHOST_BUTTON_HOVER_BG_COLORS[intent],
10252
9907
  '--sd-ghost-button-hover-opacity': GHOST_BUTTON_HOVER_OPACITY,
10253
9908
  '--sd-ghost-button-accent': GHOST_BUTTON_FOCUS_RING_COLOR,
10254
- }, onClick: this.handleClick }, hAsync("sd-icon", { key: '0cac7bcc4b6ad28d88c9ab4bc30e59dd92f45992', name: this.icon, size: sizeConfig.icon, color: contentColor })));
9909
+ }, onClick: this.handleClick }, hAsync("sd-icon", { key: 'c362f7da310fc5b20fbbf0b08da4959b6f4a5374', name: this.icon, size: sizeConfig.icon, color: contentColor })));
10255
9910
  }
10256
9911
  static get style() { return sdGhostButtonCss(); }
10257
9912
  static get cmpMeta() { return {
@@ -10373,124 +10028,391 @@ const GUIDE_CONFIG = {
10373
10028
  },
10374
10029
  };
10375
10030
 
10376
- const sdGuideCss = () => `@charset "UTF-8";sd-guide{display:inline-flex;align-items:center;height:fit-content;width:fit-content}.sd-guide{display:inline-flex;align-items:center;height:fit-content;width:fit-content}.sd-guide .sd-guide__button .sd-button{min-height:var(--sd-guide-button-height);padding:0 var(--sd-guide-button-padding-x);border-radius:var(--sd-guide-button-radius);border:var(--sd-guide-button-border-width) solid var(--sd-guide-button-border-color);background:var(--sd-guide-button-bg-default);color:var(--sd-guide-button-text-default) !important;transition:none;display:flex;align-items:center;gap:var(--sd-guide-button-gap);--sd-button-bg-hover:var(--sd-guide-button-bg-default);--sd-button-current-icon:var(--sd-guide-button-icon-color-default)}.sd-guide .sd-guide__button .sd-button .sd-button__content{color:var(--sd-guide-button-text-default) !important;gap:var(--sd-guide-button-gap)}.sd-guide .sd-guide__button .sd-button .sd-button__content .sd-button__label{margin-left:0;color:var(--sd-guide-button-text-default) !important;font-size:var(--sd-guide-button-font-size);font-weight:var(--sd-guide-button-font-weight);line-height:var(--sd-guide-button-line-height)}.sd-guide .sd-guide__button--type-notion .sd-button{--sd-button-current-icon:var(--sd-guide-button-icon-color-notion)}.sd-guide .sd-guide__button--active .sd-button{color:var(--sd-guide-button-text-active) !important;--sd-button-current-icon:var(--sd-guide-button-icon-color-active)}.sd-guide .sd-guide__button--active .sd-button .sd-button__content{color:var(--sd-guide-button-text-active) !important}.sd-guide .sd-guide__button--active .sd-button .sd-button__content .sd-button__label{color:var(--sd-guide-button-text-active) !important}.sd-guide .sd-guide__button--type-tip.sd-guide__button--active .sd-button{background:var(--sd-guide-button-bg-tip);border-color:var(--sd-guide-button-bg-tip);--sd-button-bg-hover:var(--sd-guide-button-bg-tip)}.sd-guide .sd-guide__button--type-notion.sd-guide__button--active .sd-button{background:var(--sd-guide-button-bg-notion);border-color:var(--sd-guide-button-bg-notion);--sd-button-bg-hover:var(--sd-guide-button-bg-notion)}.sd-guide__popup{position:relative;padding:var(--sd-guide-contents-padding-y) var(--sd-guide-contents-padding-x);border-radius:var(--sd-guide-contents-radius);box-shadow:4px 4px 24px 4px rgba(0, 0, 0, 0.1);background:white}.sd-guide__popup>.sd-guide__popup__close{position:absolute;top:12px;right:12px}.sd-guide__popup__header{display:flex;align-items:center;gap:var(--sd-guide-contents-title-gap);margin-bottom:var(--sd-guide-contents-gap)}.sd-guide__popup__header .sd-guide__popup__title{margin-top:0;margin-bottom:0;font-size:var(--sd-guide-contents-title-font-size);font-weight:var(--sd-guide-contents-title-font-weight);line-height:var(--sd-guide-contents-title-line-height);color:var(--sd-guide-contents-text-color)}.sd-guide__popup__list{width:100%;padding:0;margin:0}.sd-guide__popup__list__item{display:flex;width:100%;align-items:start;list-style:none;color:var(--sd-guide-contents-text-color);font-size:var(--sd-guide-contents-body-font-size);font-weight:var(--sd-guide-contents-body-font-weight);line-height:var(--sd-guide-contents-body-line-height)}.sd-guide__popup__list__item p{width:100%;padding:0;margin:0;word-wrap:break-word;word-break:break-word;white-space:normal;overflow-wrap:break-word;min-width:0}.sd-guide__popup__list__item::before{display:block;content:"-";width:6px;color:var(--sd-guide-contents-text-color);font-size:var(--sd-guide-contents-body-font-size);font-weight:var(--sd-guide-contents-body-font-weight);line-height:var(--sd-guide-contents-body-line-height);margin-left:10px;margin-right:12px;flex-shrink:0}.sd-guide__popup__list__item--depth-1:not(:first-child){margin-top:var(--sd-guide-contents-row-gap)}.sd-guide__popup__list__item--depth-2{margin-top:var(--sd-guide-contents-body-gap)}.sd-guide__popup__list__item--depth-2::before{content:"•"}.sd-guide__popup__list__item--depth-2{padding-left:26px}`;
10377
-
10378
- const DEFAULT_LABEL_BY_TYPE = {
10379
- tip: '활용 TIP',
10380
- notion: '사용법 안내',
10381
- };
10382
- const ICON_BY_TYPE = {
10383
- tip: 'helpOutline',
10384
- notion: 'notion',
10385
- };
10386
- class SdGuide {
10387
- constructor(hostRef) {
10388
- registerInstance(this, hostRef);
10389
- }
10390
- get el() { return getElement(this); }
10391
- type = 'tip';
10392
- label = '';
10393
- message = '';
10394
- url = '';
10395
- popupTitle = '';
10396
- popupWidth;
10397
- popupShow = false;
10398
- guideRef;
10399
- handleClickGuide = () => {
10400
- if (this.type === 'notion') {
10401
- if (this.url !== '') {
10402
- window.open(this.url, '_blank', 'noopener,noreferrer');
10403
- }
10404
- return;
10405
- }
10406
- this.popupShow = !this.popupShow;
10407
- };
10408
- closeDropdown = () => {
10409
- this.popupShow = false;
10410
- };
10411
- get guideStyle() {
10412
- const { button, contents } = GUIDE_CONFIG;
10413
- return {
10414
- '--sd-guide-button-height': button.height,
10415
- '--sd-guide-button-padding-x': button.paddingX,
10416
- '--sd-guide-button-radius': button.radius,
10417
- '--sd-guide-button-gap': button.gap,
10418
- '--sd-guide-button-font-size': button.fontSize,
10419
- '--sd-guide-button-font-weight': button.fontWeight,
10420
- '--sd-guide-button-line-height': button.lineHeight,
10421
- '--sd-guide-button-border-width': button.borderWidth,
10422
- '--sd-guide-button-border-color': button.borderColor,
10423
- '--sd-guide-button-bg-default': button.bgDefault,
10424
- '--sd-guide-button-bg-tip': button.bgTip,
10425
- '--sd-guide-button-bg-notion': button.bgNotion,
10426
- '--sd-guide-button-text-default': button.textDefault,
10427
- '--sd-guide-button-text-active': button.textActive,
10428
- '--sd-guide-button-icon-color-default': button.iconColorDefault,
10429
- '--sd-guide-button-icon-color-active': button.iconColorActive,
10430
- '--sd-guide-button-icon-color-notion': button.iconColorNotion,
10431
- '--sd-guide-contents-padding-x': contents.paddingX,
10432
- '--sd-guide-contents-padding-y': contents.paddingY,
10433
- '--sd-guide-contents-gap': contents.gap,
10434
- '--sd-guide-contents-row-gap': contents.rowGap,
10435
- '--sd-guide-contents-body-gap': contents.bodyGap,
10436
- '--sd-guide-contents-title-gap': contents.titleGap,
10437
- '--sd-guide-contents-radius': contents.radius,
10438
- '--sd-guide-contents-title-font-size': contents.titleFontSize,
10439
- '--sd-guide-contents-title-font-weight': contents.titleFontWeight,
10440
- '--sd-guide-contents-title-line-height': contents.titleLineHeight,
10441
- '--sd-guide-contents-body-font-size': contents.bodyFontSize,
10442
- '--sd-guide-contents-body-font-weight': contents.bodyFontWeight,
10443
- '--sd-guide-contents-body-line-height': contents.bodyLineHeight,
10444
- '--sd-guide-contents-text-color': contents.textColor,
10445
- };
10446
- }
10447
- render() {
10448
- const { contents } = GUIDE_CONFIG;
10449
- const isActive = this.popupShow;
10450
- const isNotion = (this.type ?? 'tip') === 'notion';
10451
- const defaultLabel = DEFAULT_LABEL_BY_TYPE[this.type ?? 'tip'];
10452
- const iconName = ICON_BY_TYPE[this.type ?? 'tip'];
10453
- const popupIconColor = isNotion ? contents.iconColorNotion : contents.iconColor;
10454
- const buttonClasses = ['sd-guide__button', `sd-guide__button--type-${this.type ?? 'tip'}`];
10455
- if (isActive)
10456
- buttonClasses.push('sd-guide__button--active');
10457
- return (hAsync("div", { key: '0003572d8025680df033b2619ad11d99ccc25a35', class: "sd-guide", style: this.guideStyle }, hAsync("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 && (hAsync("sd-portal", { key: 'd7fbe96ae73c3b35ce8ca673d19924b8b7503aae', open: this.popupShow, parentRef: this.guideRef, onSdClose: this.closeDropdown, offset: [0, 4] }, hAsync("div", { key: 'e87cec81959c4c84a33c4c50fd40796d12ff7f4d', style: { position: 'absolute', width: '0px', height: '0px' } }, hAsync("div", { key: '94499ea9e42b93fcec490a7ab9d7d9cccc7c1021', class: "sd-guide__popup", style: {
10458
- ...this.guideStyle,
10459
- width: this.popupWidth != null ? this.popupWidth + 'px' : '426px',
10460
- } }, hAsync("sd-ghost-button", { key: '712dc57cd85bd6929a2a1ef8221d29f46ecca686', class: "sd-guide__popup__close", icon: "close", ariaLabel: "close", size: "sm", onSdClick: this.closeDropdown }), hAsync("div", { key: 'd53aadc5d766fde09a6463c7e114030c37617545', class: "sd-guide__popup__header" }, hAsync("sd-icon", { key: 'dcb1fef4b2024f2b4584dc10c2dc54b28a0ce752', name: iconName, size: 24, color: popupIconColor }), hAsync("h3", { key: '00860dda925f2d9670a7f9e261241f3698dd513e', class: "sd-guide__popup__title" }, this.popupTitle || defaultLabel)), hAsync("ul", { key: '8676741e6998ed10ba39148cfff1f101fda8daa3', class: "sd-guide__popup__list" }, this.renderListItem(this.message))))))));
10461
- }
10462
- // 현재 2depth까지만 스타일 적용
10463
- renderListItem(message, depth = 0) {
10464
- const listItems = [];
10465
- if (Array.isArray(message)) {
10466
- const depthMsg = message.map(msg => this.renderListItem(msg, depth + 1));
10467
- listItems.push(...depthMsg.flat());
10468
- }
10469
- else {
10470
- listItems.push(this.renderLi(message, depth));
10471
- }
10472
- return listItems;
10473
- }
10474
- renderLi = (message, depth) => {
10475
- return (hAsync("li", { class: `sd-guide__popup__list__item sd-guide__popup__list__item--depth-${depth}` }, hAsync("p", { innerHTML: message })));
10476
- };
10477
- static get style() { return sdGuideCss(); }
10478
- static get cmpMeta() { return {
10479
- "$flags$": 512,
10480
- "$tagName$": "sd-guide",
10481
- "$members$": {
10482
- "type": [513],
10483
- "label": [513],
10484
- "message": [1],
10485
- "url": [1],
10486
- "popupTitle": [1, "popup-title"],
10487
- "popupWidth": [2, "popup-width"],
10488
- "popupShow": [32]
10489
- },
10490
- "$listeners$": undefined,
10491
- "$lazyBundleId$": "-",
10492
- "$attrsToReflect$": [["type", "type"], ["label", "label"]]
10493
- }; }
10031
+ const sdGuideCss = () => `@charset "UTF-8";sd-guide{display:inline-flex;align-items:center;height:fit-content;width:fit-content}.sd-guide{display:inline-flex;align-items:center;height:fit-content;width:fit-content}.sd-guide .sd-guide__button .sd-button{min-height:var(--sd-guide-button-height);padding:0 var(--sd-guide-button-padding-x);border-radius:var(--sd-guide-button-radius);border:var(--sd-guide-button-border-width) solid var(--sd-guide-button-border-color);background:var(--sd-guide-button-bg-default);color:var(--sd-guide-button-text-default) !important;transition:none;display:flex;align-items:center;gap:var(--sd-guide-button-gap);--sd-button-bg-hover:var(--sd-guide-button-bg-default);--sd-button-current-icon:var(--sd-guide-button-icon-color-default)}.sd-guide .sd-guide__button .sd-button .sd-button__content{color:var(--sd-guide-button-text-default) !important;gap:var(--sd-guide-button-gap)}.sd-guide .sd-guide__button .sd-button .sd-button__content .sd-button__label{margin-left:0;color:var(--sd-guide-button-text-default) !important;font-size:var(--sd-guide-button-font-size);font-weight:var(--sd-guide-button-font-weight);line-height:var(--sd-guide-button-line-height)}.sd-guide .sd-guide__button--type-notion .sd-button{--sd-button-current-icon:var(--sd-guide-button-icon-color-notion)}.sd-guide .sd-guide__button--active .sd-button{color:var(--sd-guide-button-text-active) !important;--sd-button-current-icon:var(--sd-guide-button-icon-color-active)}.sd-guide .sd-guide__button--active .sd-button .sd-button__content{color:var(--sd-guide-button-text-active) !important}.sd-guide .sd-guide__button--active .sd-button .sd-button__content .sd-button__label{color:var(--sd-guide-button-text-active) !important}.sd-guide .sd-guide__button--type-tip.sd-guide__button--active .sd-button{background:var(--sd-guide-button-bg-tip);border-color:var(--sd-guide-button-bg-tip);--sd-button-bg-hover:var(--sd-guide-button-bg-tip)}.sd-guide .sd-guide__button--type-notion.sd-guide__button--active .sd-button{background:var(--sd-guide-button-bg-notion);border-color:var(--sd-guide-button-bg-notion);--sd-button-bg-hover:var(--sd-guide-button-bg-notion)}.sd-guide__popup{position:relative;padding:var(--sd-guide-contents-padding-y) var(--sd-guide-contents-padding-x);border-radius:var(--sd-guide-contents-radius);box-shadow:4px 4px 24px 4px rgba(0, 0, 0, 0.1);background:white}.sd-guide__popup>.sd-guide__popup__close{position:absolute;top:12px;right:12px}.sd-guide__popup__header{display:flex;align-items:center;gap:var(--sd-guide-contents-title-gap);margin-bottom:var(--sd-guide-contents-gap)}.sd-guide__popup__header .sd-guide__popup__title{margin-top:0;margin-bottom:0;font-size:var(--sd-guide-contents-title-font-size);font-weight:var(--sd-guide-contents-title-font-weight);line-height:var(--sd-guide-contents-title-line-height);color:var(--sd-guide-contents-text-color)}.sd-guide__popup__list{width:100%;padding:0;margin:0}.sd-guide__popup__list__item{display:flex;width:100%;align-items:start;list-style:none;color:var(--sd-guide-contents-text-color);font-size:var(--sd-guide-contents-body-font-size);font-weight:var(--sd-guide-contents-body-font-weight);line-height:var(--sd-guide-contents-body-line-height)}.sd-guide__popup__list__item p{width:100%;padding:0;margin:0;word-wrap:break-word;word-break:break-word;white-space:normal;overflow-wrap:break-word;min-width:0}.sd-guide__popup__list__item::before{display:block;content:"-";width:6px;color:var(--sd-guide-contents-text-color);font-size:var(--sd-guide-contents-body-font-size);font-weight:var(--sd-guide-contents-body-font-weight);line-height:var(--sd-guide-contents-body-line-height);margin-left:10px;margin-right:12px;flex-shrink:0}.sd-guide__popup__list__item--depth-1:not(:first-child){margin-top:var(--sd-guide-contents-row-gap)}.sd-guide__popup__list__item--depth-2{margin-top:var(--sd-guide-contents-body-gap)}.sd-guide__popup__list__item--depth-2::before{content:"•"}.sd-guide__popup__list__item--depth-2{padding-left:26px}`;
10032
+
10033
+ const DEFAULT_LABEL_BY_TYPE = {
10034
+ tip: '활용 TIP',
10035
+ notion: '사용법 안내',
10036
+ };
10037
+ const ICON_BY_TYPE = {
10038
+ tip: 'helpOutline',
10039
+ notion: 'notion',
10040
+ };
10041
+ class SdGuide {
10042
+ constructor(hostRef) {
10043
+ registerInstance(this, hostRef);
10044
+ }
10045
+ get el() { return getElement(this); }
10046
+ type = 'tip';
10047
+ label = '';
10048
+ message = '';
10049
+ url = '';
10050
+ popupTitle = '';
10051
+ popupWidth;
10052
+ popupShow = false;
10053
+ guideRef;
10054
+ handleClickGuide = () => {
10055
+ if (this.type === 'notion') {
10056
+ if (this.url !== '') {
10057
+ window.open(this.url, '_blank', 'noopener,noreferrer');
10058
+ }
10059
+ return;
10060
+ }
10061
+ this.popupShow = !this.popupShow;
10062
+ };
10063
+ closeDropdown = () => {
10064
+ this.popupShow = false;
10065
+ };
10066
+ get guideStyle() {
10067
+ const { button, contents } = GUIDE_CONFIG;
10068
+ return {
10069
+ '--sd-guide-button-height': button.height,
10070
+ '--sd-guide-button-padding-x': button.paddingX,
10071
+ '--sd-guide-button-radius': button.radius,
10072
+ '--sd-guide-button-gap': button.gap,
10073
+ '--sd-guide-button-font-size': button.fontSize,
10074
+ '--sd-guide-button-font-weight': button.fontWeight,
10075
+ '--sd-guide-button-line-height': button.lineHeight,
10076
+ '--sd-guide-button-border-width': button.borderWidth,
10077
+ '--sd-guide-button-border-color': button.borderColor,
10078
+ '--sd-guide-button-bg-default': button.bgDefault,
10079
+ '--sd-guide-button-bg-tip': button.bgTip,
10080
+ '--sd-guide-button-bg-notion': button.bgNotion,
10081
+ '--sd-guide-button-text-default': button.textDefault,
10082
+ '--sd-guide-button-text-active': button.textActive,
10083
+ '--sd-guide-button-icon-color-default': button.iconColorDefault,
10084
+ '--sd-guide-button-icon-color-active': button.iconColorActive,
10085
+ '--sd-guide-button-icon-color-notion': button.iconColorNotion,
10086
+ '--sd-guide-contents-padding-x': contents.paddingX,
10087
+ '--sd-guide-contents-padding-y': contents.paddingY,
10088
+ '--sd-guide-contents-gap': contents.gap,
10089
+ '--sd-guide-contents-row-gap': contents.rowGap,
10090
+ '--sd-guide-contents-body-gap': contents.bodyGap,
10091
+ '--sd-guide-contents-title-gap': contents.titleGap,
10092
+ '--sd-guide-contents-radius': contents.radius,
10093
+ '--sd-guide-contents-title-font-size': contents.titleFontSize,
10094
+ '--sd-guide-contents-title-font-weight': contents.titleFontWeight,
10095
+ '--sd-guide-contents-title-line-height': contents.titleLineHeight,
10096
+ '--sd-guide-contents-body-font-size': contents.bodyFontSize,
10097
+ '--sd-guide-contents-body-font-weight': contents.bodyFontWeight,
10098
+ '--sd-guide-contents-body-line-height': contents.bodyLineHeight,
10099
+ '--sd-guide-contents-text-color': contents.textColor,
10100
+ };
10101
+ }
10102
+ render() {
10103
+ const { contents } = GUIDE_CONFIG;
10104
+ const isActive = this.popupShow;
10105
+ const isNotion = (this.type ?? 'tip') === 'notion';
10106
+ const defaultLabel = DEFAULT_LABEL_BY_TYPE[this.type ?? 'tip'];
10107
+ const iconName = ICON_BY_TYPE[this.type ?? 'tip'];
10108
+ const popupIconColor = isNotion ? contents.iconColorNotion : contents.iconColor;
10109
+ const buttonClasses = ['sd-guide__button', `sd-guide__button--type-${this.type ?? 'tip'}`];
10110
+ if (isActive)
10111
+ buttonClasses.push('sd-guide__button--active');
10112
+ return (hAsync("div", { key: '9d5ad3049230e61d1aae3cd9270dd84f89fb5b1c', class: "sd-guide", style: this.guideStyle }, hAsync("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 && (hAsync("sd-portal", { key: 'df51b29383f7449720d8700387bb44fbd4dbebba', open: this.popupShow, parentRef: this.guideRef, onSdClose: this.closeDropdown, offset: [0, 4] }, hAsync("div", { key: '265390b48b9d37e9c7f92e19ef124da3faae6590', style: { position: 'absolute', width: '0px', height: '0px' } }, hAsync("div", { key: 'b45c101ac8dd6e4d490661b377979226335defa2', class: "sd-guide__popup", style: {
10113
+ ...this.guideStyle,
10114
+ width: this.popupWidth != null ? this.popupWidth + 'px' : '426px',
10115
+ } }, hAsync("sd-ghost-button", { key: 'd91722fedd8cd4f74e673964c90b1840ccfcd8e1', class: "sd-guide__popup__close", icon: "close", ariaLabel: "close", size: "sm", onSdClick: this.closeDropdown }), hAsync("div", { key: 'b7bb7ffa79363939f4b6144d48732e686ec5e365', class: "sd-guide__popup__header" }, hAsync("sd-icon", { key: 'cfe42d9139cdae8a90ce81af3dbc7636dc56b380', name: iconName, size: 24, color: popupIconColor }), hAsync("h3", { key: '9724df2304c13c36e21a6e1ef3be7d4b0f5e5454', class: "sd-guide__popup__title" }, this.popupTitle || defaultLabel)), hAsync("ul", { key: '8f5eec181c32b7d0220963ce57e82e952094ad36', class: "sd-guide__popup__list" }, this.renderListItem(this.message))))))));
10116
+ }
10117
+ // 현재 2depth까지만 스타일 적용
10118
+ renderListItem(message, depth = 0) {
10119
+ const listItems = [];
10120
+ if (Array.isArray(message)) {
10121
+ const depthMsg = message.map(msg => this.renderListItem(msg, depth + 1));
10122
+ listItems.push(...depthMsg.flat());
10123
+ }
10124
+ else {
10125
+ listItems.push(this.renderLi(message, depth));
10126
+ }
10127
+ return listItems;
10128
+ }
10129
+ renderLi = (message, depth) => {
10130
+ return (hAsync("li", { class: `sd-guide__popup__list__item sd-guide__popup__list__item--depth-${depth}` }, hAsync("p", { innerHTML: message })));
10131
+ };
10132
+ static get style() { return sdGuideCss(); }
10133
+ static get cmpMeta() { return {
10134
+ "$flags$": 512,
10135
+ "$tagName$": "sd-guide",
10136
+ "$members$": {
10137
+ "type": [513],
10138
+ "label": [513],
10139
+ "message": [1],
10140
+ "url": [1],
10141
+ "popupTitle": [1, "popup-title"],
10142
+ "popupWidth": [2, "popup-width"],
10143
+ "popupShow": [32]
10144
+ },
10145
+ "$listeners$": undefined,
10146
+ "$lazyBundleId$": "-",
10147
+ "$attrsToReflect$": [["type", "type"], ["label", "label"]]
10148
+ }; }
10149
+ }
10150
+
10151
+ const primary = "#051D36";
10152
+ const secondary = "#555555";
10153
+ const accent = "#9C27B0";
10154
+ const positive = "#0075FF";
10155
+ const negative = "#E30000";
10156
+ const info = "#00CD52";
10157
+ const warning = "#F2C037";
10158
+ const caution_bg = "#FEF1F1";
10159
+ const caution_icon = "#FD9595";
10160
+ const header_alert = "#FF7A00";
10161
+ const white = "#FFFFFF";
10162
+ const black = "#000000";
10163
+ const grey_10 = "#F6F6F6";
10164
+ const grey_20 = "#EEEEEE";
10165
+ const grey_25 = "#E5E5E5";
10166
+ const grey_30 = "#E1E1E1";
10167
+ const grey_35 = "#D8D8D8";
10168
+ const grey_45 = "#CCCCCC";
10169
+ const grey_50 = "#BBBBBB";
10170
+ const grey_55 = "#AAAAAA";
10171
+ const grey_60 = "#999999";
10172
+ const grey_65 = "#888888";
10173
+ const grey_70 = "#737373";
10174
+ const grey_80 = "#555555";
10175
+ const grey_85 = "#444444";
10176
+ const grey_90 = "#333333";
10177
+ const grey_95 = "#222222";
10178
+ const grey_05 = "#F9F9F9";
10179
+ const red_15 = "#FCEFEF";
10180
+ const red_20 = "#FCE6E6";
10181
+ const red_30 = "#FFD3D3";
10182
+ const red_45 = "#FFB5B5";
10183
+ const red_60 = "#FF7C7C";
10184
+ const red_70 = "#FB4444";
10185
+ const red_75 = "#E30000";
10186
+ const red_75_006 = "#E30000";
10187
+ const red_80 = "#AD0000";
10188
+ const red_85 = "#820000";
10189
+ const red_90 = "#5E0000";
10190
+ const red_95 = "#440000";
10191
+ const red_99 = "#220000";
10192
+ const orange_10 = "#FEF1EA";
10193
+ const orange_20 = "#FFEAD7";
10194
+ const orange_35 = "#FFD5AF";
10195
+ const orange_45 = "#FFBC81";
10196
+ const orange_55 = "#FFA452";
10197
+ const orange_60 = "#FF7F22";
10198
+ const orange_65 = "#FF6B00";
10199
+ const orange_75 = "#CE4900";
10200
+ const orange_85 = "#9B3700";
10201
+ const orange_90 = "#752A00";
10202
+ const orange_95 = "#4D1B00";
10203
+ const orange_99 = "#2F1100";
10204
+ const yellow_10 = "#FFF7DD";
10205
+ const yellow_20 = "#FEF1C4";
10206
+ const yellow_25 = "#FFE99E";
10207
+ const yellow_30 = "#FEE17C";
10208
+ const yellow_40 = "#FFD643";
10209
+ const yellow_45 = "#FFC700";
10210
+ const yellow_50 = "#EBB110";
10211
+ const yellow_60 = "#CA9612";
10212
+ const yellow_70 = "#916C0D";
10213
+ const yellow_80 = "#6C5002";
10214
+ const yellow_90 = "#453602";
10215
+ const yellow_95 = "#322700";
10216
+ const olive_10 = "#FBFBBF";
10217
+ const olive_15 = "#FAFAA1";
10218
+ const olive_20 = "#F6F65F";
10219
+ const olive_30 = "#EEEE37";
10220
+ const olive_45 = "#DDDD12";
10221
+ const olive_55 = "#C7C700";
10222
+ const olive_65 = "#A5A500";
10223
+ const olive_70 = "#838300";
10224
+ const olive_80 = "#636300";
10225
+ const olive_90 = "#454500";
10226
+ const olive_95 = "#2C2C00";
10227
+ const olive_05 = "#FEFED9";
10228
+ const green_15 = "#E8F9EF";
10229
+ const green_25 = "#D4FAE3";
10230
+ const green_45 = "#ACF4C9";
10231
+ const green_55 = "#6DE39C";
10232
+ const green_65 = "#2BCE6C";
10233
+ const green_70 = "#12B553";
10234
+ const green_75 = "#00973C";
10235
+ const green_80 = "#007B31";
10236
+ const green_85 = "#006629";
10237
+ const green_90 = "#00461C";
10238
+ const green_95 = "#003013";
10239
+ const green_99 = "#001D0B";
10240
+ const steelblue_10 = "#ECF8FD";
10241
+ const steelblue_25 = "#D9F2FD";
10242
+ const steelblue_45 = "#A4E2FD";
10243
+ const steelblue_60 = "#50BFF0";
10244
+ const steelblue_65 = "#229FD7";
10245
+ const steelblue_70 = "#128FC7";
10246
+ const steelblue_75 = "#066D9B";
10247
+ const steelblue_80 = "#06587D";
10248
+ const steelblue_85 = "#033F59";
10249
+ const steelblue_90 = "#032D40";
10250
+ const steelblue_95 = "#02212F";
10251
+ const steelblue_99 = "#021A25";
10252
+ const oceanblue_15 = "#EAF5FE";
10253
+ const oceanblue_25 = "#D5EBFE";
10254
+ const oceanblue_50 = "#9CD1FC";
10255
+ const oceanblue_60 = "#5CB0F3";
10256
+ const oceanblue_65 = "#1F8AE1";
10257
+ const oceanblue_70 = "#006AC1";
10258
+ const oceanblue_75 = "#025497";
10259
+ const oceanblue_80 = "#004177";
10260
+ const oceanblue_85 = "#07284A";
10261
+ const oceanblue_90 = "#051D36";
10262
+ const oceanblue_95 = "#03172D";
10263
+ const oceanblue_99 = "#011428";
10264
+ const brilliantblue_10 = "#EFF6FF";
10265
+ const brilliantblue_20 = "#E6F1FF";
10266
+ const brilliantblue_25 = "#D9EAFF";
10267
+ const brilliantblue_40 = "#BBDAFF";
10268
+ const brilliantblue_50 = "#93C4FF";
10269
+ const brilliantblue_60 = "#64ABFF";
10270
+ const brilliantblue_70 = "#2D8DFF";
10271
+ const brilliantblue_75 = "#0075FF";
10272
+ const brilliantblue_80 = "#005CC9";
10273
+ const brilliantblue_85 = "#004290";
10274
+ const brilliantblue_90 = "#002B5E";
10275
+ const brilliantblue_95 = "#001B39";
10276
+ const brilliantblue_99 = "#001226";
10277
+ const brilliantblue_05 = "#F5FAFF";
10278
+ var rawColors = {
10279
+ primary: primary,
10280
+ secondary: secondary,
10281
+ accent: accent,
10282
+ positive: positive,
10283
+ negative: negative,
10284
+ info: info,
10285
+ warning: warning,
10286
+ caution_bg: caution_bg,
10287
+ caution_icon: caution_icon,
10288
+ header_alert: header_alert,
10289
+ white: white,
10290
+ black: black,
10291
+ grey_10: grey_10,
10292
+ grey_20: grey_20,
10293
+ grey_25: grey_25,
10294
+ grey_30: grey_30,
10295
+ grey_35: grey_35,
10296
+ grey_45: grey_45,
10297
+ grey_50: grey_50,
10298
+ grey_55: grey_55,
10299
+ grey_60: grey_60,
10300
+ grey_65: grey_65,
10301
+ grey_70: grey_70,
10302
+ grey_80: grey_80,
10303
+ grey_85: grey_85,
10304
+ grey_90: grey_90,
10305
+ grey_95: grey_95,
10306
+ grey_05: grey_05,
10307
+ red_15: red_15,
10308
+ red_20: red_20,
10309
+ red_30: red_30,
10310
+ red_45: red_45,
10311
+ red_60: red_60,
10312
+ red_70: red_70,
10313
+ red_75: red_75,
10314
+ red_75_006: red_75_006,
10315
+ red_80: red_80,
10316
+ red_85: red_85,
10317
+ red_90: red_90,
10318
+ red_95: red_95,
10319
+ red_99: red_99,
10320
+ orange_10: orange_10,
10321
+ orange_20: orange_20,
10322
+ orange_35: orange_35,
10323
+ orange_45: orange_45,
10324
+ orange_55: orange_55,
10325
+ orange_60: orange_60,
10326
+ orange_65: orange_65,
10327
+ orange_75: orange_75,
10328
+ orange_85: orange_85,
10329
+ orange_90: orange_90,
10330
+ orange_95: orange_95,
10331
+ orange_99: orange_99,
10332
+ yellow_10: yellow_10,
10333
+ yellow_20: yellow_20,
10334
+ yellow_25: yellow_25,
10335
+ yellow_30: yellow_30,
10336
+ yellow_40: yellow_40,
10337
+ yellow_45: yellow_45,
10338
+ yellow_50: yellow_50,
10339
+ yellow_60: yellow_60,
10340
+ yellow_70: yellow_70,
10341
+ yellow_80: yellow_80,
10342
+ yellow_90: yellow_90,
10343
+ yellow_95: yellow_95,
10344
+ olive_10: olive_10,
10345
+ olive_15: olive_15,
10346
+ olive_20: olive_20,
10347
+ olive_30: olive_30,
10348
+ olive_45: olive_45,
10349
+ olive_55: olive_55,
10350
+ olive_65: olive_65,
10351
+ olive_70: olive_70,
10352
+ olive_80: olive_80,
10353
+ olive_90: olive_90,
10354
+ olive_95: olive_95,
10355
+ olive_05: olive_05,
10356
+ green_15: green_15,
10357
+ green_25: green_25,
10358
+ green_45: green_45,
10359
+ green_55: green_55,
10360
+ green_65: green_65,
10361
+ green_70: green_70,
10362
+ green_75: green_75,
10363
+ green_80: green_80,
10364
+ green_85: green_85,
10365
+ green_90: green_90,
10366
+ green_95: green_95,
10367
+ green_99: green_99,
10368
+ steelblue_10: steelblue_10,
10369
+ steelblue_25: steelblue_25,
10370
+ steelblue_45: steelblue_45,
10371
+ steelblue_60: steelblue_60,
10372
+ steelblue_65: steelblue_65,
10373
+ steelblue_70: steelblue_70,
10374
+ steelblue_75: steelblue_75,
10375
+ steelblue_80: steelblue_80,
10376
+ steelblue_85: steelblue_85,
10377
+ steelblue_90: steelblue_90,
10378
+ steelblue_95: steelblue_95,
10379
+ steelblue_99: steelblue_99,
10380
+ oceanblue_15: oceanblue_15,
10381
+ oceanblue_25: oceanblue_25,
10382
+ oceanblue_50: oceanblue_50,
10383
+ oceanblue_60: oceanblue_60,
10384
+ oceanblue_65: oceanblue_65,
10385
+ oceanblue_70: oceanblue_70,
10386
+ oceanblue_75: oceanblue_75,
10387
+ oceanblue_80: oceanblue_80,
10388
+ oceanblue_85: oceanblue_85,
10389
+ oceanblue_90: oceanblue_90,
10390
+ oceanblue_95: oceanblue_95,
10391
+ oceanblue_99: oceanblue_99,
10392
+ brilliantblue_10: brilliantblue_10,
10393
+ brilliantblue_20: brilliantblue_20,
10394
+ brilliantblue_25: brilliantblue_25,
10395
+ brilliantblue_40: brilliantblue_40,
10396
+ brilliantblue_50: brilliantblue_50,
10397
+ brilliantblue_60: brilliantblue_60,
10398
+ brilliantblue_70: brilliantblue_70,
10399
+ brilliantblue_75: brilliantblue_75,
10400
+ brilliantblue_80: brilliantblue_80,
10401
+ brilliantblue_85: brilliantblue_85,
10402
+ brilliantblue_90: brilliantblue_90,
10403
+ brilliantblue_95: brilliantblue_95,
10404
+ brilliantblue_99: brilliantblue_99,
10405
+ brilliantblue_05: brilliantblue_05
10406
+ };
10407
+
10408
+ const colors = rawColors;
10409
+ // 주어진 문자열이 color.json의 키이면 매핑된 HEX를 반환하고,
10410
+ // 아닐 경우 원문 그대로를 반환합니다. 값이 falsy면 기본 색상으로 대체합니다.
10411
+ function resolveColor(input, fallback = '#025497') {
10412
+ if (input === null || input === undefined || input === '')
10413
+ return fallback;
10414
+ const mapped = colors[input];
10415
+ return mapped !== undefined && mapped !== '' ? mapped : input;
10494
10416
  }
10495
10417
 
10496
10418
  const sdIconCss = () => `sd-icon{display:inline-block;line-height:0}sd-icon .sd-icon--rotate-90{transform:rotate(90deg)}sd-icon .sd-icon--rotate-180{transform:rotate(180deg)}sd-icon .sd-icon--rotate-270{transform:rotate(270deg)}`;
@@ -10691,12 +10613,12 @@ class SdInput {
10691
10613
  '--sd-system-size-field-sm-height': `${sizeTokens.height}px`,
10692
10614
  '--sd-system-radius-field-sm': `${sizeTokens.radius}px`,
10693
10615
  };
10694
- return (hAsync("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 }, hAsync("label", { key: '7486a081cceed565d2624125e74cbde4a97a4d5c', class: "sd-input__content" }, hAsync("slot", { key: 'cf65ff444baddbf20004ae3ef80c5a54564d7d6f', name: "prefix" }), hAsync("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 }), hAsync("slot", { key: '5de289a0767297fc1952dbcb26bbe256f2f0d6c4', name: "suffix" }), this.clearable && this.internalValue && !this.disabled && !this.readonly && (hAsync("sd-ghost-button", { key: '2ef30f443a82492f1cdd56f812651605b4057fa2', icon: "close", ariaLabel: "clear", size: "xxs", disabled: this.disabled, class: "sd-input__clear-icon", onClick: async () => {
10616
+ return (hAsync("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 }, hAsync("label", { key: '45a5669d2c8d7d571f50152f81139cedc8a2db3b', class: "sd-input__content" }, hAsync("slot", { key: 'c1d032ee22344725e1d041c2351dd7785a8b6b5d', name: "prefix" }), hAsync("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 }), hAsync("slot", { key: '9f5eef3c48f88b90be2c821b1d43e2e9a9f91441', name: "suffix" }), this.clearable && this.internalValue && !this.disabled && !this.readonly && (hAsync("sd-ghost-button", { key: '62ab3e8e02a9db5424e573542dc10bde5a9fc4b8', icon: "close", ariaLabel: "clear", size: "xxs", disabled: this.disabled, class: "sd-input__clear-icon", onClick: async () => {
10695
10617
  if (this.disabled || this.readonly)
10696
10618
  return;
10697
10619
  this.internalValue = '';
10698
10620
  await this.formField?.sdValidate();
10699
- } })), this.type === 'password' && (hAsync("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: () => {
10621
+ } })), this.type === 'password' && (hAsync("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: () => {
10700
10622
  if (this.disabled || this.readonly)
10701
10623
  return;
10702
10624
  this.passwordVisible = !this.passwordVisible;
@@ -11104,7 +11026,7 @@ class SdLinearProgress {
11104
11026
  clipPath: `inset(0 ${100 - this.clampedValue}% 0 0)`,
11105
11027
  };
11106
11028
  const valueText = `${Math.round(this.clampedValue)}%`;
11107
- return (hAsync(Host, { key: '58849d88024bc69ab0260bdf32f461fdfb87c93c', style: hostStyle }, hAsync("div", { key: 'a4370fbc94bdf7b51d4a27f85ca86606c3770cdb', class: 'sd-linear-progress__track' }, hAsync("div", { key: 'e270357433247981f8374a0345cb2d3ba8d4cfca', class: 'sd-linear-progress__fill', style: fillStyle }), !this.indeterminate && (hAsync("span", { key: 'baa77fe44a7129330e8fe70b8aa2e8bc6fd4b703', class: 'sd-linear-progress__value sd-linear-progress__value--on-track' }, valueText)), !this.indeterminate && (hAsync("span", { key: '46a73b233ea34c1d9ac242140abe3b1e5831d484', class: 'sd-linear-progress__value sd-linear-progress__value--on-fill', style: valueOnFillStyle }, valueText))), this.label && hAsync("span", { key: '91d5c9cc27960c7448706e641028bcc8f893b805', class: 'sd-linear-progress__label' }, this.label)));
11029
+ return (hAsync(Host, { key: '6fb48662dc2c921237a387c748bbc529ba5ea77f', style: hostStyle }, hAsync("div", { key: 'e8fa0fdf4ac3ceeaae74fff6194c1f66b9138bc7', class: 'sd-linear-progress__track' }, hAsync("div", { key: '7016850214e73fc6a9079e8f54674976d0320adf', class: 'sd-linear-progress__fill', style: fillStyle }), !this.indeterminate && (hAsync("span", { key: '154b18f54d79ddbacf720370dc9ace94508c6667', class: 'sd-linear-progress__value sd-linear-progress__value--on-track' }, valueText)), !this.indeterminate && (hAsync("span", { key: '555e41d961ad7d061ac71347e998641d104f499d', class: 'sd-linear-progress__value sd-linear-progress__value--on-fill', style: valueOnFillStyle }, valueText))), this.label && hAsync("span", { key: 'f90f3df3b959aee549fab33a62a85d6df6ba8410', class: 'sd-linear-progress__label' }, this.label)));
11108
11030
  }
11109
11031
  static get style() { return sdLinearProgressCss(); }
11110
11032
  static get cmpMeta() { return {
@@ -11138,10 +11060,10 @@ class SdLoadingContainer {
11138
11060
  this.visible = false;
11139
11061
  }
11140
11062
  render() {
11141
- return (hAsync("div", { key: '1c684984ec7203edb4206690026cf8085bfadcfb', class: {
11063
+ return (hAsync("div", { key: '08675a9dc0b1c11c42fb65a414f0fed88d03f1b0', class: {
11142
11064
  'sd-loading-container': true,
11143
11065
  'sd-loading-container--visible': this.visible,
11144
- }, "aria-hidden": this.visible ? 'false' : 'true' }, hAsync("div", { key: '42a7d3b6c0f562cbfd1a0928a3df4df3cc962299', class: "sd-loading-container__backdrop" }), hAsync("div", { key: 'ce11d0950e5047eb47ae87f41bf7c049a2e18cbc', class: "sd-loading-container__content" }, hAsync("sd-circle-progress", { key: 'e6f63c78da63cf660942137e73cef389789e83b0', indeterminate: true, type: "inverse" }), this.message && (hAsync("p", { key: '139b648a8a8007a050f6e81374930f92d676707c', class: "sd-loading-container__message" }, this.message)))));
11066
+ }, "aria-hidden": this.visible ? 'false' : 'true' }, hAsync("div", { key: '4a10e9009d824bef1bf2f9930941931dc1fef43a', class: "sd-loading-container__backdrop" }), hAsync("div", { key: '88edd1c19f5d22057e1e14f1e6bd10e23f45ec7b', class: "sd-loading-container__content" }, hAsync("sd-circle-progress", { key: 'b9c67678d799e429ec6cb2d3094da7bcc4cea150', indeterminate: true, type: "inverse" }), this.message && (hAsync("p", { key: 'ce016465e9d8b20f2121e8846bff75bbad5d7d94', class: "sd-loading-container__message" }, this.message)))));
11145
11067
  }
11146
11068
  static get style() { return sdLoadingContainerCss(); }
11147
11069
  static get cmpMeta() { return {
@@ -11237,7 +11159,7 @@ class SdLoadingModal {
11237
11159
  '--sd-loading-modal-width': this.toCssSize(this.width) ?? `${LOADING_MODAL_LAYOUT.minWidth}px`,
11238
11160
  '--sd-loading-modal-height': this.toCssSize(this.height) ?? `${LOADING_MODAL_LAYOUT.minHeight}px`,
11239
11161
  };
11240
- return (hAsync(Host, { key: 'a653095ef804a24fbc3c4a0e65d22971b537a9bf', style: hostStyle }, hAsync("div", { key: '38a1a83501a707de8a431b38cd3e5525565fca5d', class: "sd-loading-modal" }, hAsync("div", { key: '81ddeebfffa70bcc84fc3b2a02fb3d70441645c4', class: "sd-loading-modal__content" }, this.resolvedState === 'loading' ? (hAsync("sd-circle-progress", { indeterminate: true })) : (hAsync("sd-icon", { class: "sd-loading-modal__icon", name: "warningOutline", size: LOADING_MODAL_LAYOUT.contentSize, color: LOADING_MODAL_COLORS.errorIcon }))), hAsync("div", { key: 'db87e7d46fcc6bfd07ce4191819e5e28051489b7', class: "sd-loading-modal__message-wrapper" }, Array.isArray(this.resolvedMessage) ? (this.resolvedMessage.map(message => (hAsync("p", { class: "sd-loading-modal__message" }, message)))) : (hAsync("p", { class: "sd-loading-modal__message" }, this.resolvedMessage))), this.useButton && (hAsync("div", { key: '20134aca743319ea4e03e1b8a0359b92a3bdb0af', class: "sd-loading-modal__button" }, hAsync("sd-button", { key: 'c6951624f69519d712bfdd619fd6b22216ecad87', name: LOADING_MODAL_BUTTON_PRESET, label: this.resolvedButtonLabel, onSdClick: this.handleClick }))))));
11162
+ return (hAsync(Host, { key: '3d792e07772b93de139fa505f061004b037ed05b', style: hostStyle }, hAsync("div", { key: '8b63d47c502bdd66f893a484c4af36d2e8302081', class: "sd-loading-modal" }, hAsync("div", { key: '5b35a93e1aed2e8d9f5eebfcbe0222c4f38b5536', class: "sd-loading-modal__content" }, this.resolvedState === 'loading' ? (hAsync("sd-circle-progress", { indeterminate: true })) : (hAsync("sd-icon", { class: "sd-loading-modal__icon", name: "warningOutline", size: LOADING_MODAL_LAYOUT.contentSize, color: LOADING_MODAL_COLORS.errorIcon }))), hAsync("div", { key: '591bae1563f4b5c5dc8bce22161d99929fb18ce5', class: "sd-loading-modal__message-wrapper" }, Array.isArray(this.resolvedMessage) ? (this.resolvedMessage.map(message => (hAsync("p", { class: "sd-loading-modal__message" }, message)))) : (hAsync("p", { class: "sd-loading-modal__message" }, this.resolvedMessage))), this.useButton && (hAsync("div", { key: '577acd55fb35229459990f7f1ca4f710c26c51d4', class: "sd-loading-modal__button" }, hAsync("sd-button", { key: 'cda4f1b9a8bee1897efb53671c0f715858377ba7', name: LOADING_MODAL_BUTTON_PRESET, label: this.resolvedButtonLabel, onSdClick: this.handleClick }))))));
11241
11163
  }
11242
11164
  static get style() { return sdLoadingModalCss(); }
11243
11165
  static get cmpMeta() { return {
@@ -12028,15 +11950,15 @@ class SdNumberInput {
12028
11950
  '--sd-textinput-input-hint-typography-line-height': `${NUMBER_INPUT_HINT.typography.lineHeight}px`,
12029
11951
  '--sd-textinput-input-contents-gap': `${NUMBER_INPUT_CONTENTS_GAP}px`,
12030
11952
  };
12031
- return (hAsync("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 }, hAsync("div", { key: '8d71a794e1c25f661d8260756f26ee6a47016aa9', class: {
11953
+ return (hAsync("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 }, hAsync("div", { key: '889cd4055b46e0727aed2b78f2a8bbeeca88cfed', class: {
12032
11954
  'sd-number-input__content': true,
12033
11955
  'sd-number-input__content--no-stepper': !this.useButton,
12034
- } }, this.useButton && (hAsync("button", { key: 'aaa21a743b73b1251780a9e03f40bef5765508d7', type: "button", class: "sd-number-input__stepper sd-number-input__stepper--decrement", disabled: this.isDecrementDisabled(), onClick: this.handleDecrement, tabindex: -1 }, hAsync("sd-icon", { key: 'c94aa4c4dfb344de8c87b506eca7b02e7ffd8b0a', name: "minus", size: iconSize, color: this.isDecrementDisabled()
11956
+ } }, this.useButton && (hAsync("button", { key: '5213f04a1db8a779762ae41672fd016388a06aa7', type: "button", class: "sd-number-input__stepper sd-number-input__stepper--decrement", disabled: this.isDecrementDisabled(), onClick: this.handleDecrement, tabindex: -1 }, hAsync("sd-icon", { key: '76910ba2b46a78eb2e4aaf7241eeb7aa1223c92a', name: "minus", size: iconSize, color: this.isDecrementDisabled()
12035
11957
  ? NUMBER_INPUT_STEPPER.icon.disabled
12036
- : NUMBER_INPUT_STEPPER.icon.default }))), this.inputPrefix && hAsync("span", { key: '11b2efa4d6a665f03135adbb6a30b496deea820d', class: "sd-number-input__prefix" }, this.inputPrefix), hAsync("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: {
11958
+ : NUMBER_INPUT_STEPPER.icon.default }))), this.inputPrefix && hAsync("span", { key: '273b809ff5bd5ebb2e8cd09a9df3f6f84167aeb2', class: "sd-number-input__prefix" }, this.inputPrefix), hAsync("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: {
12037
11959
  textAlign: this.useButton ? 'center' : 'right',
12038
11960
  ...this.inputStyle,
12039
- } }), this.inputSuffix && hAsync("span", { key: 'c71e6fa80e99b9551d927b0958696dee2f278d85', class: "sd-number-input__suffix" }, this.inputSuffix), this.useButton && (hAsync("button", { key: '620477a2710b32cba13433e7fd2c2ae59a20ce3c', type: "button", class: "sd-number-input__stepper sd-number-input__stepper--increment", disabled: this.isIncrementDisabled(), onClick: this.handleIncrement, tabindex: -1 }, hAsync("sd-icon", { key: 'adb263a5d16743641429c611a006192677a2c0e0', name: "add", size: iconSize, color: this.isIncrementDisabled()
11961
+ } }), this.inputSuffix && hAsync("span", { key: '232aa43852396a617e49403d30b4514aaf896740', class: "sd-number-input__suffix" }, this.inputSuffix), this.useButton && (hAsync("button", { key: 'f9dab4cd21deb933e72a8ad906cafbbf1cae1e5a', type: "button", class: "sd-number-input__stepper sd-number-input__stepper--increment", disabled: this.isIncrementDisabled(), onClick: this.handleIncrement, tabindex: -1 }, hAsync("sd-icon", { key: '73208aca8e5e9be431ba03b4755053c74ec70296', name: "add", size: iconSize, color: this.isIncrementDisabled()
12040
11962
  ? NUMBER_INPUT_STEPPER.icon.disabled
12041
11963
  : NUMBER_INPUT_STEPPER.icon.default }))))));
12042
11964
  }
@@ -12243,13 +12165,13 @@ class SdPagination {
12243
12165
  '--sd-pagination-bg-selected': PAGINATION_COLORS.bgSelected,
12244
12166
  '--sd-pagination-item-width': `${this.buttonWidth}px`,
12245
12167
  };
12246
- return (hAsync("div", { key: '0a99cc2b09de2f2a893fe88eaee535dc2f39505d', class: {
12168
+ return (hAsync("div", { key: '251d9b3bcff3cf985d62b1a8717f622d209b3fa1', class: {
12247
12169
  'sd-pagination': true,
12248
12170
  'sd-pagination--simple': this.simple,
12249
- }, style: cssVars }, hAsync("div", { key: 'ba4e726a23e572c788c8c68689e656a07f21f46e', class: "sd-pagination__group sd-pagination__group--prev" }, this.renderPrevButtons()), this.simple ? (hAsync("div", { class: "sd-pagination__info" }, hAsync("span", { class: "sd-pagination__current" }, this.currentPage), hAsync("span", { class: "sd-pagination__divider" }, "/"), hAsync("span", { class: "sd-pagination__last" }, this.lastPage))) : (hAsync("div", { class: "sd-pagination__numbers" }, this.pageNumbers.map(n => (hAsync("button", { type: "button", "aria-current": this.currentPage === n ? 'page' : undefined, class: {
12171
+ }, style: cssVars }, hAsync("div", { key: 'd143917676ccd97c1f4fc8e7220857d543efa5fd', class: "sd-pagination__group sd-pagination__group--prev" }, this.renderPrevButtons()), this.simple ? (hAsync("div", { class: "sd-pagination__info" }, hAsync("span", { class: "sd-pagination__current" }, this.currentPage), hAsync("span", { class: "sd-pagination__divider" }, "/"), hAsync("span", { class: "sd-pagination__last" }, this.lastPage))) : (hAsync("div", { class: "sd-pagination__numbers" }, this.pageNumbers.map(n => (hAsync("button", { type: "button", "aria-current": this.currentPage === n ? 'page' : undefined, class: {
12250
12172
  'sd-pagination__item': true,
12251
12173
  'sd-pagination__item--selected': this.currentPage === n,
12252
- }, onClick: () => this.handlePageChange(n) }, n))))), hAsync("div", { key: 'e3276583ab382b988ac2961e8c67c431d5c4495e', class: "sd-pagination__group sd-pagination__group--next" }, this.renderNextButtons())));
12174
+ }, onClick: () => this.handlePageChange(n) }, n))))), hAsync("div", { key: 'e58053cef21c57d88f5b1357101507418b2db002', class: "sd-pagination__group sd-pagination__group--next" }, this.renderNextButtons())));
12253
12175
  }
12254
12176
  static get style() { return sdPaginationCss(); }
12255
12177
  static get cmpMeta() { return {
@@ -12330,17 +12252,17 @@ class SdPopover {
12330
12252
  const leftLink = this.leftLink;
12331
12253
  const button = this.button;
12332
12254
  const hasFooter = !!leftLink || !!button;
12333
- return (hAsync(Fragment, { key: '15b78d688d095fb15d5e6188dc848593bfec842e' }, this.label !== '' ? (hAsync("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) })) : (hAsync("sd-icon", { ref: el => (this.buttonEl = el), name: icon, size: iconSize, color: color, class: "sd-popover", onClick: () => this.setShow(!this.show) })), this.show && (hAsync("sd-floating-portal", { key: 'c77807f72410fb9c96a94e06fa9bb953ef934b4d', parentRef: this.buttonEl, onSdClose: this.handleClose, placement: placement, offset: this.popoverOffset }, hAsync("div", { key: 'dfffd8eada595286469c17ed549d60539d9b3ca6', class: {
12255
+ return (hAsync(Fragment, { key: 'b50da46efd85cdb48f66b24c591ab662a9fd62cb' }, this.label !== '' ? (hAsync("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) })) : (hAsync("sd-icon", { ref: el => (this.buttonEl = el), name: icon, size: iconSize, color: color, class: "sd-popover", onClick: () => this.setShow(!this.show) })), this.show && (hAsync("sd-floating-portal", { key: 'a31d6c00a9b61826fa412247f603d78874a3dba6', parentRef: this.buttonEl, onSdClose: this.handleClose, placement: placement, offset: this.popoverOffset }, hAsync("div", { key: '11020f31a14dbb7325b30ebc48315b344662cf43', class: {
12334
12256
  'sd-floating-menu': true,
12335
12257
  'sd-floating-menu--popover': true,
12336
12258
  [`sd-floating-menu--${placement}`]: true,
12337
12259
  [menuClass]: menuClass !== '',
12338
12260
  }, style: {
12339
12261
  '--sd-floating-bg': popoverTokens.popover.bg,
12340
- } }, hAsync("i", { key: '0852ebe804a7e305383f58dae7e0088f2456f53a', class: `sd-floating-menu__arrow sd-floating-menu__arrow--${placement}` }, hAsync(TooltipArrow, { key: 'c470c8ccebdb920b1c14940dffe11ad619560fb7' })), hAsync("div", { key: 'fcca2e3bc61cd64110e86da4ee483dc5b1101b7c', class: "sd-floating-menu__content" }, this.menuTitle && hAsync("div", { key: 'fad331bcd9c73e72ed013826db69badd8b7a069f', class: "sd-floating-menu__title" }, this.menuTitle), messages.length > 0 && (hAsync("div", { key: 'c83d0be758758fc720d1c3d00aaa8f0cb865cf12', class: "sd-floating-menu__messages" }, messages.map((message, i) => (hAsync("div", { key: `msg-${i}` }, message))))), hasFooter && (hAsync("div", { key: '821a434f478d8aee61e81026ccc37f75579e290e', class: {
12262
+ } }, hAsync("i", { key: '51b35ade68a68c92b7488b97f2b1808d7fcf33e5', class: `sd-floating-menu__arrow sd-floating-menu__arrow--${placement}` }, hAsync(TooltipArrow, { key: 'd491c997e07a2bb2d4a3ad3624d5098457f91c05' })), hAsync("div", { key: '19bfc90b0c5da4fe736aad3b8b2061ac58d8efb4', class: "sd-floating-menu__content" }, this.menuTitle && hAsync("div", { key: '31875711b7cd54c0c48f0017ac94365c3cc97821', class: "sd-floating-menu__title" }, this.menuTitle), messages.length > 0 && (hAsync("div", { key: '9c78a748831045f96fe48fd2ae9dcd85b1335aa0', class: "sd-floating-menu__messages" }, messages.map((message, i) => (hAsync("div", { key: `msg-${i}` }, message))))), hasFooter && (hAsync("div", { key: '787f0d2ac133bef9f72ce248b943b0ff9883db9e', class: {
12341
12263
  'sd-floating-menu__buttons': true,
12342
12264
  'sd-floating-menu__buttons--with-link': !!leftLink,
12343
- } }, leftLink && (hAsync("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 && (hAsync("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 && (hAsync("sd-ghost-button", { key: 'a8031ecc0aa0721adab17031019a079bc2bdce88', class: "sd-floating-menu__close-button", icon: "close", ariaLabel: "close", size: "xs", onClick: this.handleClose })))))));
12265
+ } }, leftLink && (hAsync("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 && (hAsync("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 && (hAsync("sd-ghost-button", { key: '032461787d74367ea047c088e08704ce7409f74b', class: "sd-floating-menu__close-button", icon: "close", ariaLabel: "close", size: "xs", onClick: this.handleClose })))))));
12344
12266
  }
12345
12267
  static get style() { return sdPopoverCss(); }
12346
12268
  static get cmpMeta() { return {
@@ -12473,7 +12395,7 @@ class SdPopup {
12473
12395
  ...DEFAULT_SUBMIT_BUTTON_PROPS,
12474
12396
  ...this.submitButtonProps,
12475
12397
  };
12476
- return (hAsync("div", { key: '15e86848fe487b9df5b09a91e5319b35d7332a6e', class: `sd-popup sd-popup--${this.type}`, style: cssVars }, hAsync("header", { key: 'd8281c73a80fe5a4b8ce3ca219e967932b0ec1d3', class: "sd-popup__header" }, hAsync("h2", { key: '31031d3988bae465e023cc94713fb39ef9299250', class: "sd-popup__title" }, this.popupTitle)), hAsync("div", { key: 'dfa941b0dc100b55fc08ab8cb9fce2835aaa62a5', class: "sd-popup__body" }, hAsync("slot", { key: 'd7532a39c61746e8f517973e6fd4f7f3ac10fae0' })), this.useFooter && (hAsync("footer", { key: 'aacedcc4c2f2e4336449bc0fbafc9f67d70cc763', class: "sd-popup__footer" }, hAsync("div", { key: '8f093e0a8c24b03fa28e872b025cb159006d3449', class: "sd-popup__footer-slot sd-popup__footer-slot--left" }, hAsync("slot", { key: '11e2cd175c7ae3151408ca7e564df0a37d6eebb5', name: "footer-left" })), hAsync("sd-button", { key: '49b98d39181bd30392b7388dc7acc66caaca6038', ...submitButtonProps, class: "sd-popup__submit", onSdClick: () => this.submit.emit() })))));
12398
+ return (hAsync("div", { key: '0c9f1cd261fa533044309342cfbaae8f5b87ae31', class: `sd-popup sd-popup--${this.type}`, style: cssVars }, hAsync("header", { key: 'd8aa4db4d150419f5653fd93e204cc4bd865c35e', class: "sd-popup__header" }, hAsync("h2", { key: 'fce95fce48a91c3a2b60f0b1169113cd2ff157d6', class: "sd-popup__title" }, this.popupTitle)), hAsync("div", { key: 'c730895828c14a6a80fe6bebecb08f386cc84a78', class: "sd-popup__body" }, hAsync("slot", { key: 'f3402c32fdc55794fb2c877a41c9f73e3c0d6d9f' })), this.useFooter && (hAsync("footer", { key: '4b04ebc0dccc07dd9466c06c940d3444346603ba', class: "sd-popup__footer" }, hAsync("div", { key: '78b35347121652d647e3601e6c6164e8e21288ca', class: "sd-popup__footer-slot sd-popup__footer-slot--left" }, hAsync("slot", { key: '98836c28e7de97466cf4285c0458a8709c3788bb', name: "footer-left" })), hAsync("sd-button", { key: 'd9ab45765c66a2f86aec2df9fc056fa1f4605259', ...submitButtonProps, class: "sd-popup__submit", onSdClick: () => this.submit.emit() })))));
12477
12399
  }
12478
12400
  static get style() { return sdPopupCss(); }
12479
12401
  static get cmpMeta() { return {
@@ -12716,7 +12638,7 @@ class SdPortal {
12716
12638
  this.close.emit();
12717
12639
  }
12718
12640
  render() {
12719
- return hAsync("slot", { key: '8b728e4a9a97cb1c4dbdaf8b6a6d85b37fc07af7' });
12641
+ return hAsync("slot", { key: '1f46253fe0f70fda84643e8d3025c1fd47090f5c' });
12720
12642
  }
12721
12643
  static get watchers() { return {
12722
12644
  "open": [{
@@ -12856,7 +12778,7 @@ class SdRadio {
12856
12778
  '--sd-radio-disabled-dot': RADIO_COLORS.disabled.dot,
12857
12779
  '--sd-radio-label-color': RADIO_COLORS.label,
12858
12780
  };
12859
- return (hAsync("label", { key: 'bbbca45f706514a12be434ba877de0bd0f82c944', class: this.radioClasses, style: cssVars, "aria-checked": this.isSelected ? 'true' : 'false', "aria-disabled": this.disabled ? 'true' : 'false' }, hAsync("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 }), hAsync("span", { key: 'bfbfdcb93536cef9fecbf1cc3a5dc5c2adbf5dd0', class: "sd-radio__circle" }), this.label && hAsync("span", { key: '04c8d1e8de88bbb8d4041ebbbda00f58f8dc460c', class: "sd-radio__label" }, this.label)));
12781
+ return (hAsync("label", { key: '2b7819249e5070a22b626530011db4a8e56194f1', class: this.radioClasses, style: cssVars, "aria-checked": this.isSelected ? 'true' : 'false', "aria-disabled": this.disabled ? 'true' : 'false' }, hAsync("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 }), hAsync("span", { key: 'eb665c5f8c6202b66b65b6b120f144970fba0a38', class: "sd-radio__circle" }), this.label && hAsync("span", { key: '3d0db13e083bacb4cb7ace9129fcfcd61f18dfc7', class: "sd-radio__label" }, this.label)));
12860
12782
  }
12861
12783
  static get watchers() { return {
12862
12784
  "value": [{
@@ -13055,7 +12977,7 @@ class SdRadioButton {
13055
12977
  '--sd-radio-button-content-select': RADIO_BUTTON_COLORS.content.select,
13056
12978
  '--sd-radio-button-content-disabled': RADIO_BUTTON_COLORS.content.disabled,
13057
12979
  };
13058
- return (hAsync("div", { key: '0eef3b536855ef3883628ce92a5dcb2846976d86', class: this.getGroupClasses(), style: cssVars, role: "radiogroup", "aria-disabled": this.disabled.toString() }, this.options.map(option => {
12980
+ return (hAsync("div", { key: 'd1f572315ee66c5defebc4386e815fb21928b548', class: this.getGroupClasses(), style: cssVars, role: "radiogroup", "aria-disabled": this.disabled.toString() }, this.options.map(option => {
13059
12981
  const isSelected = this.isOptionSelected(option);
13060
12982
  const isDisabled = this.isOptionDisabled(option);
13061
12983
  return (hAsync("label", { key: `radio-${option.value}`, class: this.getButtonClasses(option), "aria-label": option.label || 'radio option', "data-label": option.label }, hAsync("input", { type: "radio", name: this.groupName, value: option.value.toString(), checked: isSelected, disabled: isDisabled, onInput: () => this.handleRadioChange(option.value, option.disabled) }), option.label && hAsync("span", { class: "sd-radio-button__label" }, option.label)));
@@ -13107,7 +13029,7 @@ class SdRadioGroup {
13107
13029
  return classes.join(' ');
13108
13030
  }
13109
13031
  render() {
13110
- return (hAsync("div", { key: 'c5404526e6a21258d616f6459499b636a6636384', class: this.getGroupClasses(), role: "radiogroup" }, this.options.map(option => {
13032
+ return (hAsync("div", { key: '3bb952a72d5bccd1ad4842d9554efe6c69829773', class: this.getGroupClasses(), role: "radiogroup" }, this.options.map(option => {
13111
13033
  return (hAsync("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) }));
13112
13034
  })));
13113
13035
  }
@@ -13394,15 +13316,15 @@ class SdSelect {
13394
13316
  this.closeDropdown();
13395
13317
  },
13396
13318
  };
13397
- return (hAsync("sd-field", { key: '668df27ea03b5c2479f89649c494375bacd762ec', name: this.name, label: this.label, labelWidth: this.labelWidth, addonLabel: this.addonLabel, addonAlign: this.addonAlign, hint: this.hint, errorMessage: this.errorMessage, width: this.width, rules: this.rules, error: this.error, disabled: this.disabled, focused: this.focused, hovered: this.hovered, icon: this.icon, labelTooltip: this.labelTooltip, labelTooltipProps: this.labelTooltipProps, onMouseEnter: () => {
13319
+ return (hAsync("sd-field", { key: 'c433e21047632ae1e7901e11f6f9d83070f8d83c', name: this.name, label: this.label, labelWidth: this.labelWidth, addonLabel: this.addonLabel, addonAlign: this.addonAlign, hint: this.hint, errorMessage: this.errorMessage, width: this.width, rules: this.rules, error: this.error, disabled: this.disabled, focused: this.focused, hovered: this.hovered, icon: this.icon, labelTooltip: this.labelTooltip, labelTooltipProps: this.labelTooltipProps, onMouseEnter: () => {
13398
13320
  this.hovered = true;
13399
13321
  }, onMouseLeave: () => {
13400
13322
  this.hovered = false;
13401
- } }, hAsync("div", { key: '7d391d2c0719c165e9d19f5fdc34d39c374401e9', class: "sd-select", ref: el => {
13323
+ } }, hAsync("div", { key: 'f04f2f331c27745035c35d96d5262398065589a8', class: "sd-select", ref: el => {
13402
13324
  this.triggerRef = el;
13403
- } }, hAsync("sd-select-trigger", { key: 'b09a0f9dcb0071b79a21c8184deb7d07ba54185f', ref: el => {
13325
+ } }, hAsync("sd-select-trigger", { key: 'b66e83ff248618c815b155f27445f3da9e91361b', ref: el => {
13404
13326
  this.triggerComponentRef = el;
13405
- }, displayText: this.displayText, placeholder: this.placeholder ?? '선택', disabled: this.disabled, isOpen: this.isOpen, onSdTriggerClick: this.handleTriggerClick, onSdTriggerFocus: this.handleTriggerFocus, onSdTriggerBlur: this.handleTriggerBlur })), (this.isOpen || this.isAnimatingOut) && (hAsync("sd-portal", { key: '2ae67c5e98c66c2a74ba96f4602ea14d53dd0177', ...portalProps }, hAsync("sd-select-listbox", { key: '97ee517fa777abd4926f8105fd046e39dfeeb5ff', type: this.type, options: this.options, value: this.value, emitValue: this.emitValue, useSearch: this.useSearch, useSelectAll: this.useSelectAll, triggerWidth: this.triggerWidth, maxWidth: this.resolvedMaxDropdownWidth, maxHeight: this.resolvedDropdownHeight, onSdOptionSelect: event => this.handleOptionSelect(event.detail) })))));
13327
+ }, displayText: this.displayText, placeholder: this.placeholder ?? '선택', disabled: this.disabled, isOpen: this.isOpen, onSdTriggerClick: this.handleTriggerClick, onSdTriggerFocus: this.handleTriggerFocus, onSdTriggerBlur: this.handleTriggerBlur })), (this.isOpen || this.isAnimatingOut) && (hAsync("sd-portal", { key: 'bd5b46d8e4849d235e39a9d9cfc549fdbe260076', ...portalProps }, hAsync("sd-select-listbox", { key: '81266da14ee4e59b4cedd4b364c18fea4d3c4f7f', type: this.type, options: this.options, value: this.value, emitValue: this.emitValue, useSearch: this.useSearch, useSelectAll: this.useSelectAll, triggerWidth: this.triggerWidth, maxWidth: this.resolvedMaxDropdownWidth, maxHeight: this.resolvedDropdownHeight, onSdOptionSelect: event => this.handleOptionSelect(event.detail) })))));
13406
13328
  }
13407
13329
  static get watchers() { return {
13408
13330
  "isOpen": [{
@@ -13694,7 +13616,7 @@ class SdSelectListItem {
13694
13616
  return (
13695
13617
  // 키보드 네비게이션은 부모 listbox 의 ArrowUp/Down + Enter 가 담당. 항목 자체는 role=option, tabindex=-1 으로 표시.
13696
13618
  // eslint-disable-next-line jsx-a11y/click-events-have-key-events
13697
- hAsync("div", { key: '8382966892edc2a46602733400aa579d0caa3128', role: "option", tabindex: -1, "aria-selected": this.isSelected === true ? 'true' : 'false', class: {
13619
+ hAsync("div", { key: '93e8bf04e69d9e6f066952570ed06076bdd17e57', role: "option", tabindex: -1, "aria-selected": this.isSelected === true ? 'true' : 'false', class: {
13698
13620
  'sd-select-list-item': true,
13699
13621
  'sd-select-list-item--group': isGroup,
13700
13622
  'sd-select-list-item--depth1-group': isDepth1Group,
@@ -13704,7 +13626,7 @@ class SdSelectListItem {
13704
13626
  'sd-select-list-item--focused': this.isFocused,
13705
13627
  'sd-select-list-item--selectable': this.isSelectable && !this.option.disabled,
13706
13628
  'sd-select-list-item--disabled': !!this.option.disabled,
13707
- }, style: cssVars, onClick: this.handleClick }, this.useCheckbox && (hAsync("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 })), hAsync("span", { key: '0ce20554fb96ad650104a98d779f3ff64fabe381', class: "sd-select-list-item__label" }, this.option.label), this.countInfo && (hAsync("span", { key: '4d2d8f5bd63373906544882ff5852134e3ecd4d3', class: "sd-select-list-item__count" }, "(", this.countInfo.selected, "/", this.countInfo.total, ")"))));
13629
+ }, style: cssVars, onClick: this.handleClick }, this.useCheckbox && (hAsync("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 })), hAsync("span", { key: '158e45d52b3b5394f7c4e2ffff97d23f83ce5e49', class: "sd-select-list-item__label" }, this.option.label), this.countInfo && (hAsync("span", { key: '48adac9df92cd19f5e2b39bed828a9ad7c22c945', class: "sd-select-list-item__count" }, "(", this.countInfo.selected, "/", this.countInfo.total, ")"))));
13708
13630
  }
13709
13631
  static get style() { return sdSelectListItemCss(); }
13710
13632
  static get cmpMeta() { return {
@@ -13772,15 +13694,15 @@ class SdSelectListItemSearch {
13772
13694
  clearTimeout(this.debounceTimer);
13773
13695
  }
13774
13696
  render() {
13775
- return (hAsync("div", { key: '6872376ea0f47c256273f751fad367f2c49a9160', class: {
13697
+ return (hAsync("div", { key: '0b8e55a2f39d72bc6fc5c7d8c6262c9fffb52ba7', class: {
13776
13698
  'sd-select-list-item-search': true,
13777
13699
  'sd-select-list-item-search--scrolled': this.isScrolled,
13778
- } }, hAsync("div", { key: 'f6c872e0252b6d7ba81f49938a4f5a647f0fb486', class: "sd-select-list-item-search__inner" }, hAsync("sd-icon", { key: '49f10ed222e855ef6f0f5f12a65a74e1fec95bb5', name: "search", size: 16, color: "grey_70", class: "sd-select-list-item-search__icon" }), hAsync("input", { key: '76d88aa4ce7eee598db2709d2d5442465b1798cb', ref: el => {
13700
+ } }, hAsync("div", { key: '30c4f5d6c8002579da129cebb06c026c278fb555', class: "sd-select-list-item-search__inner" }, hAsync("sd-icon", { key: 'be9076a1fd6d7fd9a1990fd9e32aebd04c1bc4b4', name: "search", size: 16, color: "grey_70", class: "sd-select-list-item-search__icon" }), hAsync("input", { key: 'c9400184f607d0385e5e8c25615e1a955256c6f4', ref: el => {
13779
13701
  this.inputEl = el;
13780
- }, 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() }), hAsync("button", { key: 'e94d1661c6ed26754d4ee7e186808ebd9f057ec9', type: "button", class: {
13702
+ }, 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() }), hAsync("button", { key: 'dcb18eff068dea3fcb9144c4dfd4500806f68753', type: "button", class: {
13781
13703
  'sd-select-list-item-search__clear': true,
13782
13704
  'sd-select-list-item-search__clear--hidden': this.searchText === '',
13783
- }, onClick: this.handleClear, tabindex: this.searchText !== '' ? 0 : -1, "aria-hidden": this.searchText !== '' ? 'false' : 'true' }, hAsync("sd-icon", { key: 'ad89b3421ec345f47c8d67d78f20cae86869d4c1', name: "close", size: 12, color: "#888888" })))));
13705
+ }, onClick: this.handleClear, tabindex: this.searchText !== '' ? 0 : -1, "aria-hidden": this.searchText !== '' ? 'false' : 'true' }, hAsync("sd-icon", { key: 'beb2cf23258aa1eaff2c9fdb63dae99570691af1', name: "close", size: 12, color: "#888888" })))));
13784
13706
  }
13785
13707
  static get style() { return sdSelectListItemSearchCss(); }
13786
13708
  static get cmpMeta() { return {
@@ -14151,9 +14073,9 @@ class SdSelectListbox {
14151
14073
  '--listbox-max-height': this.maxHeight ?? '260px',
14152
14074
  '--listbox-radius': `${LIST_BOX_LAYOUT.radius}px`,
14153
14075
  };
14154
- return (hAsync("div", { key: '8c9b1a4471bf4e535c5f156d087e1b9be76ad903', class: "sd-select-listbox", style: cssVars }, this.showSearch && (hAsync("sd-select-list-item-search", { key: '4cc596a1ac21c9b258d5db07ecb15d566179d743', isScrolled: this.isScrolled, onSdSearchFilter: this.handleSearchFilter })), hAsync("div", { key: '977e15c7987ca387cf30783741f99b322150627b', class: "sd-select-listbox__list", onScroll: this.handleScroll, ref: el => {
14076
+ return (hAsync("div", { key: '4173255a866459bf0aeb98d517263d12f1c39fa5', class: "sd-select-listbox", style: cssVars }, this.showSearch && (hAsync("sd-select-list-item-search", { key: '79e7d48d7234ebfd32d3cd242822dfa93a73c151', isScrolled: this.isScrolled, onSdSearchFilter: this.handleSearchFilter })), hAsync("div", { key: '22981c1e049d0d526af06bb5b563de5130c14477', class: "sd-select-listbox__list", onScroll: this.handleScroll, ref: el => {
14155
14077
  this.listEl = el;
14156
- } }, this.showSelectAll && (hAsync("sd-select-list-item", { key: 'dada5a6662b2d3fa63ed11ab1c82561d5e2d2400', option: SdSelectListbox.SELECT_ALL_OPTION, depth: 1, isSelected: this.selectAllState, isFocused: this.isOptionFocused(SdSelectListbox.SELECT_ALL_OPTION), useCheckbox: true, onSdListItemClick: this.handleSelectAllClick, onMouseEnter: () => this.handleOptionHover(SdSelectListbox.SELECT_ALL_OPTION) })), this.isEmpty ? (hAsync("div", { class: "sd-select-listbox__empty" }, EMPTY_MESSAGE)) : this.isDepth ? (this.renderOptions(this.filteredOptions)) : (this.filteredOptions.map(option => (hAsync("sd-select-list-item", { option: option, depth: 1, isSelected: this.isOptionSelected(option), isFocused: this.isOptionFocused(option), useCheckbox: this.isMulti, onSdListItemClick: this.handleOptionClick, onMouseEnter: () => this.handleOptionHover(option) })))))));
14078
+ } }, this.showSelectAll && (hAsync("sd-select-list-item", { key: '7acd37c5663bb101d6853cbd6629a78d402d6cde', option: SdSelectListbox.SELECT_ALL_OPTION, depth: 1, isSelected: this.selectAllState, isFocused: this.isOptionFocused(SdSelectListbox.SELECT_ALL_OPTION), useCheckbox: true, onSdListItemClick: this.handleSelectAllClick, onMouseEnter: () => this.handleOptionHover(SdSelectListbox.SELECT_ALL_OPTION) })), this.isEmpty ? (hAsync("div", { class: "sd-select-listbox__empty" }, EMPTY_MESSAGE)) : this.isDepth ? (this.renderOptions(this.filteredOptions)) : (this.filteredOptions.map(option => (hAsync("sd-select-list-item", { option: option, depth: 1, isSelected: this.isOptionSelected(option), isFocused: this.isOptionFocused(option), useCheckbox: this.isMulti, onSdListItemClick: this.handleOptionClick, onMouseEnter: () => this.handleOptionHover(option) })))))));
14157
14079
  }
14158
14080
  static get watchers() { return {
14159
14081
  "searchKeyword": [{
@@ -14234,7 +14156,7 @@ class SdSelectTrigger {
14234
14156
  ? SELECT_COLORS.icon.disabled
14235
14157
  : SELECT_COLORS.icon.default,
14236
14158
  };
14237
- return (hAsync("div", { key: '67cb0ffaf0197a3ad12c402810317801ce69d4a1', ref: el => {
14159
+ return (hAsync("div", { key: '6694f35a396f368d5df9860db30d817beddb8bec', ref: el => {
14238
14160
  this.triggerEl = el;
14239
14161
  }, role: "button", "aria-haspopup": "listbox", "aria-expanded": this.isOpen ? 'true' : 'false', tabindex: this.disabled ? -1 : 0, class: {
14240
14162
  'sd-select-trigger': true,
@@ -14245,7 +14167,7 @@ class SdSelectTrigger {
14245
14167
  e.preventDefault();
14246
14168
  this.handleClick();
14247
14169
  }
14248
- }, onFocus: this.handleFocus, onBlur: this.handleBlur }, hAsync("div", { key: '4c28c852054fd7b09e5c45c9eb13882540f66553', class: "sd-select-trigger__content" }, hAsync("span", { key: 'df415c9ac8d00a58e5539c8c655f12ebd49208a4', class: "sd-select-trigger__text" }, hasValue ? this.displayText : (this.placeholder ?? '선택')), hAsync("sd-icon", { key: '429008e1edaf778e8a85f945a681cd675f2489b7', name: "chevronDown", size: 12, color: "var(--trigger-icon-color)", class: {
14170
+ }, onFocus: this.handleFocus, onBlur: this.handleBlur }, hAsync("div", { key: 'd8ff247ca362a8fc3677d9803261343a1e891298', class: "sd-select-trigger__content" }, hAsync("span", { key: 'cd81a7c7c135372aad80fa9391b160337632643c', class: "sd-select-trigger__text" }, hasValue ? this.displayText : (this.placeholder ?? '선택')), hAsync("sd-icon", { key: '838c12e2a9ce06036eee766ffd2f88f3215b8420', name: "chevronDown", size: 12, color: "var(--trigger-icon-color)", class: {
14249
14171
  'sd-select-trigger__icon': true,
14250
14172
  'sd-select-trigger__icon--open': this.isOpen,
14251
14173
  } }))));
@@ -14367,7 +14289,7 @@ class SdSwitch {
14367
14289
  '--sd-switch-line-height': `${SWITCH_TYPOGRAPHY.lineHeight}px`,
14368
14290
  '--sd-switch-text-decoration': SWITCH_TYPOGRAPHY.textDecoration,
14369
14291
  };
14370
- return (hAsync("label", { key: 'a37c1387905456007de46a6050616b025ad06b37', "aria-label": this.label || 'switch', class: this.switchClasses, style: cssVars }, hAsync("input", { key: '5fcc9f72e177956e015e4cb009936edc60c4c3ec', type: "checkbox", checked: this.value, disabled: this.disabled, onInput: this.handleChange }), hAsync("div", { key: 'bf1fa22a94b2b245a2ddf805df4cd1c204524710', class: "sd-switch__track" }, hAsync("div", { key: '11dafcd812c560acb7a63f7267f40f8ed67da95b', class: "sd-switch__knob" })), this.label && hAsync("span", { key: '6609d2e33e82e843ffd5bbb2d2010de3e299f081', class: "sd-switch__label" }, this.label)));
14292
+ return (hAsync("label", { key: 'ebb195a1bb93ae476b4bf3e697623809d626eed6', "aria-label": this.label || 'switch', class: this.switchClasses, style: cssVars }, hAsync("input", { key: 'a6de6298d35c54ad83dc6285b90e67c8d3564d15', type: "checkbox", checked: this.value, disabled: this.disabled, onInput: this.handleChange }), hAsync("div", { key: '7881f46be572edcfc82888564a7f85ad4207dd8e', class: "sd-switch__track" }, hAsync("div", { key: 'c08c9d5894a6f9ddf3ecdaaa9253628478479043', class: "sd-switch__knob" })), this.label && hAsync("span", { key: '4e01b185502829d8fb647d3eafaaf6565489b2f3', class: "sd-switch__label" }, this.label)));
14371
14293
  }
14372
14294
  static get style() { return sdSwitchCss(); }
14373
14295
  static get cmpMeta() { return {
@@ -15325,25 +15247,25 @@ class SdTable {
15325
15247
  '--table-body-line-height': `${TABLE_BODY_TYPOGRAPHY.lineHeight}px`,
15326
15248
  '--table-body-text-decoration': TABLE_BODY_TYPOGRAPHY.textDecoration,
15327
15249
  };
15328
- return (hAsync(Host, { key: 'f7d92943fcb354f69d99c1e4fd37749cc06185c7', style: hostStyle }, hAsync("div", { key: '53d6ac0eedc2c2a56c05bf5a751be43bc18f9fe7', class: "sd-table__container", style: {
15250
+ return (hAsync(Host, { key: '02d716bdac3832710bf58d63741aeeb4b04d434b', style: hostStyle }, hAsync("div", { key: '88faad346e032ca727375889aa0552a330f5799a', class: "sd-table__container", style: {
15329
15251
  '--table-width': this.width,
15330
15252
  '--table-height': effectiveTableHeight,
15331
15253
  '--table-container-height': `calc(${effectiveTableHeight} - ${paginationHeight}px)`,
15332
- } }, hAsync("div", { key: 'b85980b8307b2a50ee1554262d025b58bad42e87', class: {
15254
+ } }, hAsync("div", { key: '783934f349e0da5bab77cbb44cc12f0dfeb9ec71', class: {
15333
15255
  'sd-table__wrapper': true,
15334
15256
  'sd-table__wrapper--radius-use-top': this.radius === 'useTop',
15335
- } }, hAsync("div", { key: 'acf9816ceaaea06b807056606d684befebe9dcd0', class: {
15257
+ } }, hAsync("div", { key: 'd3a76ad0e853c6adf16df633c0e0b7f5bb580f24', class: {
15336
15258
  'sd-table__scroll-container': true,
15337
15259
  'sd-table__scroll-container--loading': this.isLoading,
15338
15260
  'sd-table__scroll-container--no-data': isNoData,
15339
- } }, this.isLoading && (hAsync("div", { key: '8a1a18cbf500a8e9ad519438a59e084186d9f339', class: "sd-table__loading", style: { top: `${this.loadingScrollTop}px` } }, hAsync("sd-circle-progress", { key: '443ffcfb06edbae8ac94be7e8e5a94c1e2b68588', indeterminate: true }))), isNoData && (hAsync(hAsync.Fragment, null, hAsync("div", { key: '3aefe27935a816df9658ec89adf261d11c0e8e77', class: "sd-table__no-data-header-overlay" }), hAsync("div", { key: 'db89a7d1cbbf041bdd30be9e0a205147073891e2', class: "sd-table__no-data" }, hAsync("div", { key: 'a9bf47e80db21c30ffa651b03b203e5e205134c9', class: "sd-table__no-data-content", ref: el => {
15261
+ } }, this.isLoading && (hAsync("div", { key: 'cc77ce58ff0eebf3fc1d7dd9dbf11578f94d4dd1', class: "sd-table__loading", style: { top: `${this.loadingScrollTop}px` } }, hAsync("sd-circle-progress", { key: 'bda7ed774342089a23d13b49a506b04527026275', indeterminate: true }))), isNoData && (hAsync(hAsync.Fragment, null, hAsync("div", { key: 'f2ce89d0ae9eefe0f0f8509e477756cb74dbef86', class: "sd-table__no-data-header-overlay" }), hAsync("div", { key: '84d739563123d0f0fc33166b1a6e80021ba06e1c', class: "sd-table__no-data" }, hAsync("div", { key: '3507f718a25b79c44fdf283fb41356ab72f2a384', class: "sd-table__no-data-content", ref: el => {
15340
15262
  this.noDataContentEl = el;
15341
15263
  if (el)
15342
15264
  this.syncNoDataContentObserver();
15343
- } }, hAsync("slot", { key: '20f0c0b43534ef344864bf2450abb4c2a8fb704b', name: "no-data" }, hAsync("span", { key: 'a19688e4da7961e7c828694124819c4e60a6700f' }, this.resolvedNoDataLabel)))))), hAsync("table", { key: '2b03aa5c5d59e0ac85051f90a022b59b8dbb871a', class: this.tableClasses }, this.autoThead ? (hAsync("slot", { name: `${resolvedTableId}-head`, onSlotchange: this.handleStructureSlotChange }, hAsync("sd-thead", { rows: this.rows ?? [] }))) : (hAsync("slot", { name: `${resolvedTableId}-head`, onSlotchange: this.handleStructureSlotChange })), this.autoTbody ? (hAsync("slot", { name: `${resolvedTableId}-body`, onSlotchange: this.handleStructureSlotChange }, hAsync("sd-tbody", { rows: this.rows ?? [] }, this.renderAutoRows()))) : (hAsync("slot", { name: `${resolvedTableId}-body`, onSlotchange: this.handleStructureSlotChange }))))), this.pagination &&
15265
+ } }, hAsync("slot", { key: '818129819b2ff4a6f9fc1224dc59a9aa5861296d', name: "no-data" }, hAsync("span", { key: 'c03cfb713e6dadd5ab4c60d7d27fd502d7aa9348' }, this.resolvedNoDataLabel)))))), hAsync("table", { key: '8864714a828069985bac6535bc40cbb043dfcb28', class: this.tableClasses }, this.autoThead ? (hAsync("slot", { name: `${resolvedTableId}-head`, onSlotchange: this.handleStructureSlotChange }, hAsync("sd-thead", { rows: this.rows ?? [] }))) : (hAsync("slot", { name: `${resolvedTableId}-head`, onSlotchange: this.handleStructureSlotChange })), this.autoTbody ? (hAsync("slot", { name: `${resolvedTableId}-body`, onSlotchange: this.handleStructureSlotChange }, hAsync("sd-tbody", { rows: this.rows ?? [] }, this.renderAutoRows()))) : (hAsync("slot", { name: `${resolvedTableId}-body`, onSlotchange: this.handleStructureSlotChange }))))), this.pagination &&
15344
15266
  this.pagination.rowsPerPage > 0 &&
15345
15267
  this.rowCount > 0 &&
15346
- !this.useVirtualScroll && (hAsync("div", { key: 'dc4a0132898490ef7e87e26a75fca8e3b2056a49', class: "sd-table__pagination" }, hAsync("sd-pagination", { key: '9030b0965e8d2c1a54fce07cfc4067f49edb2375', currentPage: !this.useInternalPagination ? this.pagination.page : this.currentPage, lastPage: !this.useInternalPagination ? this.pagination.lastPage : this.lastPageNumber, onSdPageChange: (e) => this.changePage(e.detail) }), this.useRowsPerPageSelect && (hAsync("sd-select", { key: '0d95ba3138da081d6c15202748ff3db1e23def01', value: this.useInternalPagination
15268
+ !this.useVirtualScroll && (hAsync("div", { key: 'bdac4b4d551152ec7ee0cdc31bfb992748836928', class: "sd-table__pagination" }, hAsync("sd-pagination", { key: '2c60fff7f8ac3a3bd22da2173b8a9187bb686ddf', currentPage: !this.useInternalPagination ? this.pagination.page : this.currentPage, lastPage: !this.useInternalPagination ? this.pagination.lastPage : this.lastPageNumber, onSdPageChange: (e) => this.changePage(e.detail) }), this.useRowsPerPageSelect && (hAsync("sd-select", { key: '7a662f58e13c15e705341773570f899f503f12c0', value: this.useInternalPagination
15347
15269
  ? this.innerRowsPerPage
15348
15270
  : this.pagination.rowsPerPage, options: this.rowsPerPageOption, width: "128px", emitValue: true, onSdUpdate: e => {
15349
15271
  if (!this.isRowsPerPageValue(e.detail))
@@ -15635,7 +15557,7 @@ class SdTabs {
15635
15557
  };
15636
15558
  }
15637
15559
  render() {
15638
- return (hAsync("div", { key: 'dd4377850ef052d22b6eb790b7766a3521a41c1c', class: this.getContainerClasses(), style: this.buildCssVars() }, this.tabs.map((tab, index) => {
15560
+ return (hAsync("div", { key: '880f1aa80c29f2d578ffe2d5e5e5e0c008c898d3', class: this.getContainerClasses(), style: this.buildCssVars() }, this.tabs.map((tab, index) => {
15639
15561
  const badgeName = this.getBadgeName(tab);
15640
15562
  return (hAsync("div", { key: `tab-${index}`, role: "tab", tabindex: 0, "aria-selected": tab.value === this.value ? 'true' : 'false', class: this.getTabClasses(tab), "aria-label": tab.label || 'tab', onClick: () => this.handleTabClick(tab), onKeyDown: e => {
15641
15563
  if (e.key === 'Enter' || e.key === ' ') {
@@ -15871,7 +15793,7 @@ class SdTag {
15871
15793
  render() {
15872
15794
  const config = this.resolvedConfig;
15873
15795
  const iconNode = this.renderIcon(config.icon, config.iconSize);
15874
- return (hAsync("span", { key: 'bcf16350c162da2907ddf4ac53924d016a2457dd', class: "sd-tag", style: {
15796
+ return (hAsync("span", { key: '57f3c3f9ad53059fabff205cb44ffa3d1da9a711', class: "sd-tag", style: {
15875
15797
  '--sd-tag-background': config.background,
15876
15798
  '--sd-tag-content': config.content,
15877
15799
  '--sd-tag-height': config.height,
@@ -15881,7 +15803,7 @@ class SdTag {
15881
15803
  '--sd-tag-font-weight': config.fontWeight,
15882
15804
  '--sd-tag-line-height': config.lineHeight,
15883
15805
  '--sd-tag-radius': config.radius,
15884
- }, "aria-label": this.label || 'tag' }, this.icon && this.isLeft && iconNode, hAsync("span", { key: '248f9d8df1ff10af3c533580203cac1f816d8000', class: "sd-tag__label" }, this.label), this.icon && !this.isLeft && iconNode));
15806
+ }, "aria-label": this.label || 'tag' }, this.icon && this.isLeft && iconNode, hAsync("span", { key: '3360f36d18f073cd24699b6b8db2e731fda351ac', class: "sd-tag__label" }, this.label), this.icon && !this.isLeft && iconNode));
15885
15807
  }
15886
15808
  static get style() { return sdTagCss(); }
15887
15809
  static get cmpMeta() { return {
@@ -15949,9 +15871,9 @@ class SdTbody {
15949
15871
  }
15950
15872
  }
15951
15873
  render() {
15952
- return (hAsync(Host, { key: '5b55bfd73916ff1402329375de1e1fc2a7629cbd', slot: `${this.tableId}-body` }, hAsync("tbody", { key: 'a09a532d1510166a36d592c2e59ec1765803bbbe', class: { tbody: true } }, [
15874
+ return (hAsync(Host, { key: 'bdb686445ce324c6254891a385d6175c8cac06df', slot: `${this.tableId}-body` }, hAsync("tbody", { key: '21a7772f0d43a358d9ae17459f0ff296324bfd82', class: { tbody: true } }, [
15953
15875
  this.topSpacerHeight > 0 && (hAsync("tr", { key: "spacer-top", class: "tbody__spacer", style: { height: `${this.topSpacerHeight}px`, display: 'block' } })),
15954
- hAsync("slot", { key: 'da3827a9c2fe7a74ec3cb3eb8dee3ab039ea0535' }),
15876
+ hAsync("slot", { key: 'e38d8fe5d67a91d3fa5a25be98195da104660005' }),
15955
15877
  this.bottomSpacerHeight > 0 && (hAsync("tr", { key: "spacer-bottom", class: "tbody__spacer", style: { height: `${this.bottomSpacerHeight}px`, display: 'block' } })),
15956
15878
  ])));
15957
15879
  }
@@ -16117,7 +16039,7 @@ class SdTd {
16117
16039
  }
16118
16040
  }
16119
16041
  render() {
16120
- return (hAsync(Host, { key: 'ececfaf265a550ee38c5c2cc2ddd2875352deb10', class: { [`align-${this.align}`]: Boolean(this.align) } }, hAsync("slot", { key: 'c4a43f9affc1938d882e63e91ac90d570efffa37' })));
16042
+ return (hAsync(Host, { key: '7d51ea5f02ba2df099f4440be26c2f0be8a73a6b', class: { [`align-${this.align}`]: Boolean(this.align) } }, hAsync("slot", { key: '9a6a634e2bcd206ec9099c6be738c3853d0cbebf' })));
16121
16043
  }
16122
16044
  static get watchers() { return {
16123
16045
  "field": [{
@@ -16240,7 +16162,7 @@ class SdTextLink {
16240
16162
  '--sd-text-link-text-decoration': typo.textDecoration,
16241
16163
  ...(this.disabled ? { '--sd-text-link-color': TEXT_LINK_COLORS.content.disabled } : {}),
16242
16164
  };
16243
- return (hAsync("span", { key: '284a073ec6aca3ad91bffe084c3b84813df58772', role: "button", tabindex: this.disabled ? -1 : 0, class: {
16165
+ return (hAsync("span", { key: '11d2153cc91818c1214e21ffa14bd08249ad1116', role: "button", tabindex: this.disabled ? -1 : 0, class: {
16244
16166
  'sd-text-link': true,
16245
16167
  'sd-text-link--disabled': this.disabled,
16246
16168
  }, style: cssVars, onClick: this.handleClick, onKeyDown: e => {
@@ -16248,13 +16170,13 @@ class SdTextLink {
16248
16170
  e.preventDefault();
16249
16171
  this.handleClick();
16250
16172
  }
16251
- } }, this.icon && (hAsync("sd-icon", { key: '1e2021703a766769aa647f418fb4b287039d58a5', name: this.icon, size: TEXT_LINK_LAYOUT.iconSize, color: iconColor, class: "sd-text-link__icon" })), hAsync("span", { key: 'a25f207b8bf5bc2c221f0b370159b61ba2f27040', class: labelClassName }, this.label), this.useArrow && (hAsync("span", { key: 'f273671ee796224bada0d2d27fc58ff893c433e7', class: "sd-text-link__arrow", style: {
16173
+ } }, this.icon && (hAsync("sd-icon", { key: '23972d53b4968c9bdef9b54dfa785e658ba117ef', name: this.icon, size: TEXT_LINK_LAYOUT.iconSize, color: iconColor, class: "sd-text-link__icon" })), hAsync("span", { key: '5e99a6c1151093929086ec4398b93d7db590d959', class: labelClassName }, this.label), this.useArrow && (hAsync("span", { key: 'b814759278cefe229a5321556374438f281ce0f3', class: "sd-text-link__arrow", style: {
16252
16174
  width: `${TEXT_LINK_LAYOUT.arrowFrame}px`,
16253
16175
  height: `${TEXT_LINK_LAYOUT.arrowFrame}px`,
16254
16176
  display: 'inline-flex',
16255
16177
  alignItems: 'center',
16256
16178
  justifyContent: 'center',
16257
- } }, hAsync("sd-icon", { key: '2e499bf0c1cd57d1ffb90999daa1c38d0cf43df8', name: "chevronRight", size: TEXT_LINK_LAYOUT.arrowIconSize, color: arrowColor })))));
16179
+ } }, hAsync("sd-icon", { key: 'dfe3286eaeef9a176f5ff1a69950713e2712a550', name: "chevronRight", size: TEXT_LINK_LAYOUT.arrowIconSize, color: arrowColor })))));
16258
16180
  }
16259
16181
  static get style() { return sdTextLinkCss(); }
16260
16182
  static get cmpMeta() { return {
@@ -16401,7 +16323,7 @@ class SdTextarea {
16401
16323
  '--sd-system-size-field-sm-height': 'auto',
16402
16324
  '--sd-system-radius-field-sm': `${TEXTAREA_TOKENS.radius}px`,
16403
16325
  };
16404
- return (hAsync("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 }, hAsync("div", { key: 'b7cddedc733c83d4c50234559c02c5f220634008', class: "sd-textarea__content" }, hAsync("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 }))));
16326
+ return (hAsync("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 }, hAsync("div", { key: 'ca92dfe613b2c006ecc4021bb2f07a2e4b04239a', class: "sd-textarea__content" }, hAsync("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 }))));
16405
16327
  }
16406
16328
  static get watchers() { return {
16407
16329
  "value": [{
@@ -16617,16 +16539,16 @@ class SdThead {
16617
16539
  '--table-border-color': TABLE_BORDER.color,
16618
16540
  '--table-border-width': `${TABLE_BORDER.width}px`,
16619
16541
  };
16620
- return (hAsync(Host, { key: '424fa72b833a94bce945ae50e8445cbed0527025', slot: `${this.tableId}-head`, style: headStyle }, hAsync("thead", { key: '1a5704d78992b553c5db5ba92bb3814de7c19898', class: {
16542
+ return (hAsync(Host, { key: 'c2852fc7d6fe9e8116fabbbcc140f4db8319bfdc', slot: `${this.tableId}-head`, style: headStyle }, hAsync("thead", { key: '970cb1c96145326f38b79636a72982b0e9c81fa0', class: {
16621
16543
  'thead': true,
16622
16544
  'thead--sticky': this._stickyHeader,
16623
- } }, hAsync("tr", { key: '1369ff7c99a5691bcd5fa54af4f7c02ff41dceb3', class: "tr" }, this._selectable && (hAsync("th", { key: '72159c6f8ef28b0b93790e180cb9b12345727525', class: {
16545
+ } }, hAsync("tr", { key: '839fb6e9fd68ef10dea1f1d470a6b3e707475a8d', class: "tr" }, this._selectable && (hAsync("th", { key: 'd669372261627013bc1b39157139d180b3d1a6c1', class: {
16624
16546
  'th': true,
16625
16547
  'th--selected': true,
16626
16548
  'sticky-left': true,
16627
16549
  'sticky-left-edge': stickyLeftCount === 0,
16628
16550
  'is-scrolled-left': stickyLeftCount === 0 && this._scrolledLeft,
16629
- }, style: { '--sticky-left-offset': '0px' } }, hAsync("sd-checkbox", { key: '1c5c035346fc6d13d956475480374a8bd93d3d6d', value: this.getIsAllChecked(), disabled: safeRows.length === 0, onSdUpdate: (e) => this.handleSelectAll(e.detail) }))), stickyLeftCols.map((col, idx) => (hAsync("th", { key: col.name, class: {
16551
+ }, style: { '--sticky-left-offset': '0px' } }, hAsync("sd-checkbox", { key: '6263984430b4aa53e6ac24fb0f6a6c05838a71d5', value: this.getIsAllChecked(), disabled: safeRows.length === 0, onSdUpdate: (e) => this.handleSelectAll(e.detail) }))), stickyLeftCols.map((col, idx) => (hAsync("th", { key: col.name, class: {
16630
16552
  'th': true,
16631
16553
  [`${col.thClass}`]: Boolean(col.thClass),
16632
16554
  'sticky-left': true,
@@ -16777,12 +16699,12 @@ class SdToast {
16777
16699
  const linkColor = typeConfig.linkColor ?? typeConfig.content;
16778
16700
  const useDefaultCloseIntent = ['default', 'caution', 'info'].includes(this.type);
16779
16701
  const buttonName = TOAST_BUTTON_NAME_BY_TYPE[this.type] ?? TOAST_BUTTON_NAME_BY_TYPE.default;
16780
- return (hAsync("div", { key: 'edab2d1d8ac8222a988d38279f1a002281454f51', style: {
16702
+ return (hAsync("div", { key: 'db3ffaf51dc96c39c05558017f25929c679a59df', style: {
16781
16703
  '--sd-toast-bg': typeConfig.bg,
16782
16704
  '--sd-toast-text': typeConfig.content,
16783
16705
  '--sd-toast-icon': iconColor,
16784
16706
  '--sd-toast-link': linkColor,
16785
- } }, hAsync("div", { key: '8dd98dd58cdf003ce031e5ae96b749a037333ce1', class: "sd-toast", role: "status", "aria-live": "polite", "aria-atomic": "true" }, this.icon && (hAsync("div", { key: '2b78cbc4fe96cc00d444fb49956da1fe245993ef', class: "sd-toast__icon" }, hAsync("sd-icon", { key: '679852c9a19046ce1d2c9a0cdb4346f6e23c77fb', name: this.icon, size: iconSize, color: iconColor }))), hAsync("div", { key: '2798bd2392e9fc3c4c0375d894572da13d3d7e25', class: "sd-toast__content" }, hAsync("span", { key: '76ab798742baa63b21bda60867cbeb5aa20f7957', class: "sd-toast__message" }, this.message)), this.link && (hAsync("a", { key: '6eb61ca5737f9af06ad63cfcef671e46ecc8de47', href: this.link, class: "sd-toast__link", target: "_blank", rel: "noopener noreferrer" }, this.linkLabel || this.link)), this.buttonLabel && (hAsync("sd-button", { key: '6c1ad7d494c7cc218b1058fec1ed3e42af0c83fc', class: "sd-toast__button", name: buttonName, label: this.buttonLabel, onSdClick: (event) => this.buttonClick.emit(event.detail) })), this.useClose && (hAsync("sd-ghost-button", { key: '32dd9adcc951a3a852bf20540376bd4d7ced7526', class: "sd-toast__close", icon: "close", intent: useDefaultCloseIntent ? 'default' : 'inverse', ariaLabel: "close", size: "xs", onClick: () => this.close.emit() })))));
16707
+ } }, hAsync("div", { key: '92344f5bb95b0d4787591207f2e017d7dd177091', class: "sd-toast", role: "status", "aria-live": "polite", "aria-atomic": "true" }, this.icon && (hAsync("div", { key: '991db58b2cb019dd3a787e000e9d8813014bbb09', class: "sd-toast__icon" }, hAsync("sd-icon", { key: '24d53cd77fdea82ec07663a8968493ec2b794751', name: this.icon, size: iconSize, color: iconColor }))), hAsync("div", { key: '70cfad4ef389cca798be9baeac99bfc41efcc615', class: "sd-toast__content" }, hAsync("span", { key: '5927023435b17dc25ee07630fc4ae4568aadd9b9', class: "sd-toast__message" }, this.message)), this.link && (hAsync("a", { key: '410c024fd81ebcc78175c1855a86f590566d1a81', href: this.link, class: "sd-toast__link", target: "_blank", rel: "noopener noreferrer" }, this.linkLabel || this.link)), this.buttonLabel && (hAsync("sd-button", { key: 'd85287e7ef796a11f850a0ce5cde87f5881fa5c9', class: "sd-toast__button", name: buttonName, label: this.buttonLabel, onSdClick: (event) => this.buttonClick.emit(event.detail) })), this.useClose && (hAsync("sd-ghost-button", { key: '55a6bf6457bd89254f6eb01072d46a0edbb8b510', class: "sd-toast__close", icon: "close", intent: useDefaultCloseIntent ? 'default' : 'inverse', ariaLabel: "close", size: "xs", onClick: () => this.close.emit() })))));
16786
16708
  }
16787
16709
  static get style() { return sdToastCss(); }
16788
16710
  static get cmpMeta() { return {
@@ -17035,7 +16957,7 @@ class SdToastContainer {
17035
16957
  const activeToasts = toasts.filter(t => t.state !== 'exiting').reverse();
17036
16958
  const indexMap = new Map();
17037
16959
  activeToasts.forEach((t, i) => indexMap.set(t.id, i));
17038
- return (hAsync("div", { key: '4cf4413f350c2a1adc475c567d874252b1786e91', class: "sd-toast-container", style: this.getContainerStyles(), onMouseEnter: () => {
16960
+ return (hAsync("div", { key: 'bc3c9591b6453eed7df462841e29784c29b3aeef', class: "sd-toast-container", style: this.getContainerStyles(), onMouseEnter: () => {
17039
16961
  this.expanded = true;
17040
16962
  this.pauseTimers();
17041
16963
  }, onMouseLeave: () => {
@@ -17193,7 +17115,7 @@ class SdToggle {
17193
17115
  '--sd-toggle-content-select': TOGGLE_COLORS.content.select,
17194
17116
  '--sd-toggle-content-disabled': TOGGLE_COLORS.content.disabled,
17195
17117
  };
17196
- return (hAsync("label", { key: '0b8273ed8f8efae70de32b92671bbd1353e877dc', class: this.toggleClasses, style: cssVars, "aria-label": this.label || 'toggle' }, this.label, hAsync("input", { key: '2ec9909142463f8ba556ad885cb7f97bedad6b31', style: { display: 'none' }, type: "checkbox", onInput: this.handleChange })));
17118
+ return (hAsync("label", { key: 'b16577aa25863a9dc337314d9059328799c1cd1e', class: this.toggleClasses, style: cssVars, "aria-label": this.label || 'toggle' }, this.label, hAsync("input", { key: '6130825b74df8a573f4e062671fd694508759e82', style: { display: 'none' }, type: "checkbox", onInput: this.handleChange })));
17197
17119
  }
17198
17120
  static get style() { return sdToggleCss(); }
17199
17121
  static get cmpMeta() { return {
@@ -17323,14 +17245,14 @@ class SdTooltip {
17323
17245
  const hasLabel = this.label !== undefined && this.label !== '';
17324
17246
  const divTrigger = trigger === 'hover' ? hoverTrigger : hasLabel ? {} : { onClick: toggleTooltip };
17325
17247
  const buttonClickTrigger = trigger === 'click' && hasLabel ? { onSdClick: toggleTooltip } : {};
17326
- return (hAsync(Fragment, { key: 'cd01d5f5e9c1c542268d455d97b1bdfe1a2eef2c' }, hAsync("div", { key: '2b883efa4f4ea16b2a544fc43059a139f68e32c1', class: `sd-tooltip-trigger ${this.sdClass !== undefined && this.sdClass !== '' ? this.sdClass : ''}`, ...divTrigger }, hasLabel ? (hAsync("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 })) : (hAsync("sd-icon", { ref: el => (this.buttonEl = el), name: icon, size: this.iconSize ?? 12, color: color, class: "sd-tooltip" }))), this.showTooltip && (hAsync("sd-floating-portal", { key: '4d69c1582c3a2fab1fae2e29a4b41999d5dded95', parentRef: this.buttonEl, onSdClose: this.handleClose, placement: placement, offset: this.tooltipOffset }, hAsync("div", { key: '8e94b33ba40231b26174b28a63d7748649f4d729', ref: el => (this.menuEl = el), class: {
17248
+ return (hAsync(Fragment, { key: 'ef33f9f183820d684f2805e40134a81f7149fc16' }, hAsync("div", { key: 'dd931825c55b0ee748c7ef45f15be0d6de37ad23', class: `sd-tooltip-trigger ${this.sdClass !== undefined && this.sdClass !== '' ? this.sdClass : ''}`, ...divTrigger }, hasLabel ? (hAsync("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 })) : (hAsync("sd-icon", { ref: el => (this.buttonEl = el), name: icon, size: this.iconSize ?? 12, color: color, class: "sd-tooltip" }))), this.showTooltip && (hAsync("sd-floating-portal", { key: '443dbbe8f0b9a66aaae9b8482a3f615d2d41e8ec', parentRef: this.buttonEl, onSdClose: this.handleClose, placement: placement, offset: this.tooltipOffset }, hAsync("div", { key: '040bde0321b1fd35014db976aeaddc515d87c807', ref: el => (this.menuEl = el), class: {
17327
17249
  'sd-floating-menu': true,
17328
17250
  [`sd-floating-menu--${tooltipType}`]: true,
17329
17251
  [`sd-floating-menu--${placement}`]: true,
17330
17252
  }, style: {
17331
17253
  '--sd-floating-bg': typeConfig.bg,
17332
17254
  '--sd-floating-content': typeConfig.content,
17333
- }, onMouseEnter: () => this.show(), onMouseLeave: () => this.startHideTimer() }, hAsync("i", { key: '535deacc918ec41135ff1c1e24ea5b32b59a4b54', class: `sd-floating-menu__arrow sd-floating-menu__arrow--${placement}` }, hAsync(TooltipArrow, { key: 'c2c70e6360e78f7287acd40a815c558610bf66fa' })), hAsync("div", { key: '9569fbe5648df9c74e7d00b28f91fe8dfa6f6df3', class: "sd-floating-menu__content", innerHTML: this.slotContentHTML }))))));
17255
+ }, onMouseEnter: () => this.show(), onMouseLeave: () => this.startHideTimer() }, hAsync("i", { key: 'e802c09cc13ec3db29704197fa402588bf97d670', class: `sd-floating-menu__arrow sd-floating-menu__arrow--${placement}` }, hAsync(TooltipArrow, { key: 'b698fbdba2cee74955f65ed7b04abeea8ccabee5' })), hAsync("div", { key: '97e856c543a8cdb880daae9ed0e461f5fd0f2b44', class: "sd-floating-menu__content", innerHTML: this.slotContentHTML }))))));
17334
17256
  }
17335
17257
  static get style() { return sdTooltipCss(); }
17336
17258
  static get cmpMeta() { return {
@@ -17700,7 +17622,6 @@ registerComponents([
17700
17622
  SdConfirmModal,
17701
17623
  SdDateBox,
17702
17624
  SdDatePicker,
17703
- SdDatePickerCalendar,
17704
17625
  SdDatePickerTrigger,
17705
17626
  SdDateRangePicker,
17706
17627
  SdDateRangePickerCalendar,