@sellmate/design-system 1.9.0 → 1.10.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 (274) hide show
  1. package/dist/cjs/design-system.cjs.js +1 -1
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/sd-badge.cjs.entry.js +1 -1
  4. package/dist/cjs/sd-barcode-input.cjs.entry.js +1 -1
  5. package/dist/cjs/{sd-button.config-WeoddlTQ.js → sd-button.config-eTAJM2iW.js} +17 -3
  6. package/dist/cjs/sd-button_2.cjs.entry.js +6 -5
  7. package/dist/cjs/sd-calendar_2.cjs.entry.js +5 -5
  8. package/dist/cjs/sd-callout.cjs.entry.js +1 -1
  9. package/dist/cjs/sd-card.cjs.entry.js +1 -1
  10. package/dist/cjs/sd-chip-input.cjs.entry.js +274 -0
  11. package/dist/cjs/sd-chip.cjs.entry.js +14 -84
  12. package/dist/cjs/sd-chip.config-DiLoRpct.js +71 -0
  13. package/dist/cjs/sd-circle-progress.cjs.entry.js +1 -1
  14. package/dist/cjs/sd-confirm-modal_2.cjs.entry.js +3 -3
  15. package/dist/cjs/sd-date-picker_7.cjs.entry.js +9 -9
  16. package/dist/cjs/sd-date-range-picker-calendar.cjs.entry.js +1 -1
  17. package/dist/cjs/sd-divider.cjs.entry.js +1 -1
  18. package/dist/cjs/sd-dropdown-button.cjs.entry.js +9 -5
  19. package/dist/cjs/sd-field_3.cjs.entry.js +9 -8
  20. package/dist/cjs/sd-ghost-button_2.cjs.entry.js +407 -0
  21. package/dist/cjs/sd-linear-progress.cjs.entry.js +1 -1
  22. package/dist/cjs/sd-loading-container.cjs.entry.js +2 -2
  23. package/dist/cjs/sd-pagination_4.cjs.entry.js +8 -8
  24. package/dist/cjs/sd-popup.cjs.entry.js +1 -1
  25. package/dist/cjs/sd-portal.cjs.entry.js +1 -1
  26. package/dist/cjs/sd-select-list-item_2.cjs.entry.js +6 -6
  27. package/dist/cjs/sd-select_3.cjs.entry.js +8 -8
  28. package/dist/cjs/sd-switch.cjs.entry.js +1 -1
  29. package/dist/cjs/sd-table.cjs.entry.js +6 -6
  30. package/dist/cjs/sd-tabs.cjs.entry.js +5 -2
  31. package/dist/cjs/sd-td.cjs.entry.js +1 -1
  32. package/dist/cjs/sd-toast-container.cjs.entry.js +1 -1
  33. package/dist/cjs/sd-toast.cjs.entry.js +2 -2
  34. package/dist/cjs/sd-toggle.cjs.entry.js +1 -1
  35. package/dist/collection/collection-manifest.json +1 -0
  36. package/dist/collection/components/sd-badge/sd-badge.js +1 -1
  37. package/dist/collection/components/sd-barcode-input/sd-barcode-input.js +1 -1
  38. package/dist/collection/components/sd-button/sd-button.config.js +9 -1
  39. package/dist/collection/components/sd-button/sd-button.css +6 -5
  40. package/dist/collection/components/sd-button/sd-button.js +5 -4
  41. package/dist/collection/components/sd-calendar/sd-calendar.js +3 -3
  42. package/dist/collection/components/sd-callout/sd-callout.js +1 -1
  43. package/dist/collection/components/sd-card/sd-card.js +1 -1
  44. package/dist/collection/components/sd-chip/sd-chip.config.js +0 -1
  45. package/dist/collection/components/sd-chip/sd-chip.css +5 -0
  46. package/dist/collection/components/sd-chip/sd-chip.js +7 -5
  47. package/dist/collection/components/sd-chip-input/sd-chip-input.config.js +48 -0
  48. package/dist/collection/components/sd-chip-input/sd-chip-input.css +92 -0
  49. package/dist/collection/components/sd-chip-input/sd-chip-input.js +709 -0
  50. package/dist/collection/components/sd-circle-progress/sd-circle-progress.js +1 -1
  51. package/dist/collection/components/sd-confirm-modal/sd-confirm-modal.js +2 -2
  52. package/dist/collection/components/sd-date-picker/sd-date-picker-trigger/sd-date-picker-trigger.js +2 -2
  53. package/dist/collection/components/sd-date-picker/sd-date-picker.js +2 -2
  54. package/dist/collection/components/sd-date-range-picker/sd-date-range-picker-calendar/sd-date-range-picker-calendar.js +1 -1
  55. package/dist/collection/components/sd-divider/sd-divider.js +1 -1
  56. package/dist/collection/components/sd-dropdown-button/sd-dropdown-button.config.js +3 -2
  57. package/dist/collection/components/sd-dropdown-button/sd-dropdown-button.css +4 -0
  58. package/dist/collection/components/sd-dropdown-button/sd-dropdown-button.js +5 -3
  59. package/dist/collection/components/sd-field/sd-field.js +6 -5
  60. package/dist/collection/components/sd-floating-portal/sd-floating-portal.js +1 -1
  61. package/dist/collection/components/sd-ghost-button/sd-ghost-button.css +21 -0
  62. package/dist/collection/components/sd-ghost-button/sd-ghost-button.js +27 -2
  63. package/dist/collection/components/sd-input/sd-input.js +2 -2
  64. package/dist/collection/components/sd-linear-progress/sd-linear-progress.js +1 -1
  65. package/dist/collection/components/sd-loading-container/sd-loading-container.js +2 -2
  66. package/dist/collection/components/sd-loading-modal/sd-loading-modal.js +1 -1
  67. package/dist/collection/components/sd-number-input/sd-number-input.js +4 -4
  68. package/dist/collection/components/sd-pagination/sd-pagination.js +3 -3
  69. package/dist/collection/components/sd-popup/sd-popup.js +1 -1
  70. package/dist/collection/components/sd-portal/sd-portal.js +1 -1
  71. package/dist/collection/components/sd-select/sd-select-list-item/sd-select-list-item.js +2 -2
  72. package/dist/collection/components/sd-select/sd-select-list-item-search/sd-select-list-item-search.js +4 -4
  73. package/dist/collection/components/sd-select/sd-select-listbox/sd-select-listbox.js +2 -2
  74. package/dist/collection/components/sd-select/sd-select-trigger/sd-select-trigger.js +2 -2
  75. package/dist/collection/components/sd-select/sd-select.js +4 -4
  76. package/dist/collection/components/sd-switch/sd-switch.js +1 -1
  77. package/dist/collection/components/sd-table/sd-table.js +6 -6
  78. package/dist/collection/components/sd-table/sd-tbody/sd-tbody.js +2 -2
  79. package/dist/collection/components/sd-table/sd-td/sd-td.js +1 -1
  80. package/dist/collection/components/sd-table/sd-thead/sd-thead.js +3 -3
  81. package/dist/collection/components/sd-tabs/sd-tabs.css +27 -0
  82. package/dist/collection/components/sd-tabs/sd-tabs.js +24 -1
  83. package/dist/collection/components/sd-tag/sd-tag.js +2 -2
  84. package/dist/collection/components/sd-textarea/sd-textarea.js +1 -1
  85. package/dist/collection/components/sd-toast/sd-toast.js +2 -2
  86. package/dist/collection/components/sd-toast-container/sd-toast-container.js +1 -1
  87. package/dist/collection/components/sd-toggle/sd-toggle.js +1 -1
  88. package/dist/collection/components/sd-tooltip/sd-tooltip.js +2 -2
  89. package/dist/components/{p-CnCH_nnG.js → p-0KaFFbD8.js} +1 -1
  90. package/dist/components/{p-B3vmDhWb.js → p-4XivETkt.js} +1 -1
  91. package/dist/components/p-AmkZCF9y.js +1 -0
  92. package/dist/components/p-BA8i1i5_.js +1 -0
  93. package/dist/components/{p-7TYtYYrb.js → p-BcsFHQH8.js} +1 -1
  94. package/dist/components/{p-C_RL1gZR.js → p-BnaD56dI.js} +1 -1
  95. package/dist/components/p-Bq9q5LoZ.js +1 -0
  96. package/dist/components/p-BwUUaGFU.js +1 -0
  97. package/dist/components/{p-C2LhOf89.js → p-CJdrq8cV.js} +1 -1
  98. package/dist/components/{p-Due8URWT.js → p-CJr5BdNN.js} +1 -1
  99. package/dist/components/p-CWlwx4xx.js +1 -0
  100. package/dist/components/p-CWz_dfBG.js +1 -0
  101. package/dist/components/{p-PDLDFsH7.js → p-CjVOfLam.js} +1 -1
  102. package/dist/components/{p-BaOCZ7B6.js → p-Ck9bJZTm.js} +1 -1
  103. package/dist/components/{p-BS1cT5dG.js → p-CkQzw2e0.js} +1 -1
  104. package/dist/components/p-CqvS2J1B.js +1 -0
  105. package/dist/components/p-CyGi6aGo.js +1 -0
  106. package/dist/components/p-Cz9ralVS.js +1 -0
  107. package/dist/components/{p-C8MKSPNX.js → p-D4TisqIF.js} +1 -1
  108. package/dist/components/{p-B5XCkCeg.js → p-D5O7fZYw.js} +1 -1
  109. package/dist/components/{p-BDUIw6As.js → p-DApxX0af.js} +1 -1
  110. package/dist/components/p-DR0N8_Vt.js +1 -0
  111. package/dist/components/p-DUhqd8c7.js +1 -0
  112. package/dist/components/{p-DLNwV8Wa.js → p-DmbwfZF7.js} +1 -1
  113. package/dist/components/p-Dp6NByuZ.js +1 -0
  114. package/dist/components/{p-CwUPCrDk.js → p-Dt9-l05k.js} +1 -1
  115. package/dist/components/{p-J57vnHhu.js → p-DwU-e9i1.js} +1 -1
  116. package/dist/components/{p-BnJJAhY6.js → p-Dwl1u73P.js} +1 -1
  117. package/dist/components/{p-yTY5CmAx.js → p-NaAHdFVI.js} +1 -1
  118. package/dist/components/{p-B8Z5qc_1.js → p-jtJFHONo.js} +1 -1
  119. package/dist/components/sd-action-modal.js +1 -1
  120. package/dist/components/sd-badge.js +1 -1
  121. package/dist/components/sd-barcode-input.js +1 -1
  122. package/dist/components/sd-button.js +1 -1
  123. package/dist/components/sd-calendar.js +1 -1
  124. package/dist/components/sd-callout.js +1 -1
  125. package/dist/components/sd-card.js +1 -1
  126. package/dist/components/sd-chip-input.d.ts +11 -0
  127. package/dist/components/sd-chip-input.js +1 -0
  128. package/dist/components/sd-chip.js +1 -1
  129. package/dist/components/sd-circle-progress.js +1 -1
  130. package/dist/components/sd-confirm-modal.js +1 -1
  131. package/dist/components/sd-date-picker-trigger.js +1 -1
  132. package/dist/components/sd-date-picker.js +1 -1
  133. package/dist/components/sd-date-range-picker-calendar.js +1 -1
  134. package/dist/components/sd-date-range-picker.js +1 -1
  135. package/dist/components/sd-divider.js +1 -1
  136. package/dist/components/sd-dropdown-button.js +1 -1
  137. package/dist/components/sd-field.js +1 -1
  138. package/dist/components/sd-file-picker.js +1 -1
  139. package/dist/components/sd-floating-portal.js +1 -1
  140. package/dist/components/sd-ghost-button.js +1 -1
  141. package/dist/components/sd-guide.js +1 -1
  142. package/dist/components/sd-input.js +1 -1
  143. package/dist/components/sd-key-value-table.js +1 -1
  144. package/dist/components/sd-linear-progress.js +1 -1
  145. package/dist/components/sd-loading-container.js +1 -1
  146. package/dist/components/sd-loading-modal.js +1 -1
  147. package/dist/components/sd-modal-container.js +1 -1
  148. package/dist/components/sd-number-input.js +1 -1
  149. package/dist/components/sd-pagination.js +1 -1
  150. package/dist/components/sd-popover.js +1 -1
  151. package/dist/components/sd-popup.js +1 -1
  152. package/dist/components/sd-portal.js +1 -1
  153. package/dist/components/sd-select-list-item-search.js +1 -1
  154. package/dist/components/sd-select-list-item.js +1 -1
  155. package/dist/components/sd-select-listbox.js +1 -1
  156. package/dist/components/sd-select-trigger.js +1 -1
  157. package/dist/components/sd-select.js +1 -1
  158. package/dist/components/sd-switch.js +1 -1
  159. package/dist/components/sd-table.js +1 -1
  160. package/dist/components/sd-tabs.js +1 -1
  161. package/dist/components/sd-tag.js +1 -1
  162. package/dist/components/sd-tbody.js +1 -1
  163. package/dist/components/sd-td.js +1 -1
  164. package/dist/components/sd-textarea.js +1 -1
  165. package/dist/components/sd-thead.js +1 -1
  166. package/dist/components/sd-toast-container.js +1 -1
  167. package/dist/components/sd-toast.js +1 -1
  168. package/dist/components/sd-toggle.js +1 -1
  169. package/dist/components/sd-tooltip.js +1 -1
  170. package/dist/design-system/design-system.esm.js +1 -1
  171. package/dist/design-system/{p-6716691b.entry.js → p-0ac4d17b.entry.js} +1 -1
  172. package/dist/design-system/{p-19d47ac2.entry.js → p-12c1ddfc.entry.js} +1 -1
  173. package/dist/design-system/{p-8926c5ec.entry.js → p-15518cf5.entry.js} +1 -1
  174. package/dist/design-system/{p-de743615.entry.js → p-20ebfd9e.entry.js} +1 -1
  175. package/dist/design-system/{p-11e99ac5.entry.js → p-24cb3aef.entry.js} +1 -1
  176. package/dist/design-system/p-2f53e2f9.entry.js +1 -0
  177. package/dist/design-system/{p-3eb72b33.entry.js → p-36b8f224.entry.js} +1 -1
  178. package/dist/design-system/{p-86db28ce.entry.js → p-3bd59260.entry.js} +1 -1
  179. package/dist/design-system/p-4fd59127.entry.js +1 -0
  180. package/dist/design-system/{p-95cce55d.entry.js → p-5b2dd552.entry.js} +1 -1
  181. package/dist/design-system/p-5deefcbc.entry.js +1 -0
  182. package/dist/design-system/{p-e1ef1eb8.entry.js → p-6ebd85ae.entry.js} +1 -1
  183. package/dist/design-system/p-798c0f9b.entry.js +1 -0
  184. package/dist/design-system/p-7ca9a6c9.entry.js +1 -0
  185. package/dist/design-system/{p-5b7ea330.entry.js → p-9f899376.entry.js} +1 -1
  186. package/dist/design-system/p-9ff473b2.entry.js +1 -0
  187. package/dist/design-system/p-DDj5KTBF.js +1 -0
  188. package/dist/design-system/p-DjcjlPt7.js +1 -0
  189. package/dist/design-system/p-a1f248ed.entry.js +1 -0
  190. package/dist/design-system/{p-1dd139cb.entry.js → p-a9892cbe.entry.js} +1 -1
  191. package/dist/design-system/{p-39a2bf05.entry.js → p-acaaf137.entry.js} +1 -1
  192. package/dist/design-system/{p-06344171.entry.js → p-b1d1f1d3.entry.js} +1 -1
  193. package/dist/design-system/{p-4ca63a2d.entry.js → p-b495f26c.entry.js} +1 -1
  194. package/dist/design-system/{p-362ac234.entry.js → p-b63c672a.entry.js} +1 -1
  195. package/dist/design-system/{p-b3b46576.entry.js → p-bbae006c.entry.js} +1 -1
  196. package/dist/design-system/p-bbb51afa.entry.js +1 -0
  197. package/dist/design-system/p-d40ffa84.entry.js +1 -0
  198. package/dist/design-system/{p-acfe5585.entry.js → p-e4944ae6.entry.js} +1 -1
  199. package/dist/design-system/{p-a0607a9f.entry.js → p-e5f1156c.entry.js} +1 -1
  200. package/dist/design-system/p-f462bc54.entry.js +1 -0
  201. package/dist/design-system/{p-21f654e3.entry.js → p-f8b6b169.entry.js} +1 -1
  202. package/dist/design-system/{p-a0daadc8.entry.js → p-fcd3961f.entry.js} +1 -1
  203. package/dist/esm/design-system.js +1 -1
  204. package/dist/esm/loader.js +1 -1
  205. package/dist/esm/sd-badge.entry.js +1 -1
  206. package/dist/esm/sd-barcode-input.entry.js +1 -1
  207. package/dist/esm/{sd-button.config-CdRvJ-Uc.js → sd-button.config-DjcjlPt7.js} +16 -3
  208. package/dist/esm/sd-button_2.entry.js +6 -5
  209. package/dist/esm/sd-calendar_2.entry.js +5 -5
  210. package/dist/esm/sd-callout.entry.js +1 -1
  211. package/dist/esm/sd-card.entry.js +1 -1
  212. package/dist/esm/sd-chip-input.entry.js +272 -0
  213. package/dist/esm/sd-chip.config-DDj5KTBF.js +67 -0
  214. package/dist/esm/sd-chip.entry.js +9 -79
  215. package/dist/esm/sd-circle-progress.entry.js +1 -1
  216. package/dist/esm/sd-confirm-modal_2.entry.js +3 -3
  217. package/dist/esm/sd-date-picker_7.entry.js +9 -9
  218. package/dist/esm/sd-date-range-picker-calendar.entry.js +1 -1
  219. package/dist/esm/sd-divider.entry.js +1 -1
  220. package/dist/esm/sd-dropdown-button.entry.js +9 -5
  221. package/dist/esm/sd-field_3.entry.js +9 -8
  222. package/dist/esm/sd-ghost-button_2.entry.js +404 -0
  223. package/dist/esm/sd-linear-progress.entry.js +1 -1
  224. package/dist/esm/sd-loading-container.entry.js +2 -2
  225. package/dist/esm/sd-pagination_4.entry.js +8 -8
  226. package/dist/esm/sd-popup.entry.js +1 -1
  227. package/dist/esm/sd-portal.entry.js +1 -1
  228. package/dist/esm/sd-select-list-item_2.entry.js +6 -6
  229. package/dist/esm/sd-select_3.entry.js +8 -8
  230. package/dist/esm/sd-switch.entry.js +1 -1
  231. package/dist/esm/sd-table.entry.js +6 -6
  232. package/dist/esm/sd-tabs.entry.js +5 -2
  233. package/dist/esm/sd-td.entry.js +1 -1
  234. package/dist/esm/sd-toast-container.entry.js +1 -1
  235. package/dist/esm/sd-toast.entry.js +2 -2
  236. package/dist/esm/sd-toggle.entry.js +1 -1
  237. package/dist/types/components/sd-button/sd-button.config.d.ts +10 -2
  238. package/dist/types/components/sd-chip/sd-chip.config.d.ts +0 -1
  239. package/dist/types/components/sd-chip-input/sd-chip-input.config.d.ts +34 -0
  240. package/dist/types/components/sd-chip-input/sd-chip-input.d.ts +53 -0
  241. package/dist/types/components/sd-dropdown-button/sd-dropdown-button.config.d.ts +9 -1
  242. package/dist/types/components/sd-ghost-button/sd-ghost-button.d.ts +1 -0
  243. package/dist/types/components/sd-tabs/sd-tabs.d.ts +1 -0
  244. package/dist/types/components.d.ts +210 -0
  245. package/hydrate/index.js +449 -121
  246. package/hydrate/index.mjs +449 -121
  247. package/package.json +1 -1
  248. package/dist/cjs/sd-ghost-button.cjs.entry.js +0 -179
  249. package/dist/cjs/sd-tag.cjs.entry.js +0 -227
  250. package/dist/components/p-B8QZRiYH.js +0 -1
  251. package/dist/components/p-BYgOJUk0.js +0 -1
  252. package/dist/components/p-BmmIQQlT.js +0 -1
  253. package/dist/components/p-CMUpMkva.js +0 -1
  254. package/dist/components/p-CeoBnd3w.js +0 -1
  255. package/dist/components/p-CpdFMy8s.js +0 -1
  256. package/dist/components/p-CqcGVHzJ.js +0 -1
  257. package/dist/components/p-CtxH9xQc.js +0 -1
  258. package/dist/components/p-DEfG8t7h.js +0 -1
  259. package/dist/components/p-DGCbSjhn.js +0 -1
  260. package/dist/components/p-DLeITJ-j.js +0 -1
  261. package/dist/components/p-DqXt80Qn.js +0 -1
  262. package/dist/design-system/p-0a225a4a.entry.js +0 -1
  263. package/dist/design-system/p-17d8457d.entry.js +0 -1
  264. package/dist/design-system/p-2bd09b2f.entry.js +0 -1
  265. package/dist/design-system/p-515e837b.entry.js +0 -1
  266. package/dist/design-system/p-5ee1e5e6.entry.js +0 -1
  267. package/dist/design-system/p-79e73305.entry.js +0 -1
  268. package/dist/design-system/p-97b16b63.entry.js +0 -1
  269. package/dist/design-system/p-CdRvJ-Uc.js +0 -1
  270. package/dist/design-system/p-a39016ac.entry.js +0 -1
  271. package/dist/design-system/p-d9c1ec16.entry.js +0 -1
  272. package/dist/design-system/p-de565b9f.entry.js +0 -1
  273. package/dist/esm/sd-ghost-button.entry.js +0 -177
  274. package/dist/esm/sd-tag.entry.js +0 -225
package/hydrate/index.mjs CHANGED
@@ -5388,7 +5388,7 @@ class SdBadge {
5388
5388
  color = 'blue';
5389
5389
  render() {
5390
5390
  const resolvedColor = BADGE_COLOR_MAP[this.color] ?? BADGE_COLOR_MAP.blue;
5391
- return (hAsync("div", { key: '5fec3220f60c6567d1aa5de6aa3d1c7c9f9e605b', class: "sd-badge", style: { '--sd-badge-color': resolvedColor } }, hAsync("div", { key: '892f2c5c1d004d172c06bc0871688d30e449e80f', class: "sd-badge__dot" })));
5391
+ return (hAsync("div", { key: '0f337c449618a6182f00d9557305f42983610a98', class: "sd-badge", style: { '--sd-badge-color': resolvedColor } }, hAsync("div", { key: '68a559c01a6b65dab5bee08236d36bea565633a9', class: "sd-badge__dot" })));
5392
5392
  }
5393
5393
  static get style() { return sdBadgeCss(); }
5394
5394
  static get cmpMeta() { return {
@@ -5461,26 +5461,26 @@ var inputTokens = {
5461
5461
  textinput: textinput
5462
5462
  };
5463
5463
 
5464
- const sm$4 = inputTokens.textinput.sm;
5465
- const md$4 = inputTokens.textinput.md;
5464
+ const sm$5 = inputTokens.textinput.sm;
5465
+ const md$5 = inputTokens.textinput.md;
5466
5466
  const BARCODE_INPUT_SIZE_MAP = {
5467
5467
  sm: {
5468
- height: sm$4.height,
5469
- paddingX: sm$4.paddingX,
5470
- gap: sm$4.gap,
5471
- radius: sm$4.radius,
5472
- fontSize: sm$4.typography.fontSize,
5473
- lineHeight: sm$4.typography.lineHeight,
5474
- fontWeight: sm$4.typography.fontWeight,
5468
+ height: sm$5.height,
5469
+ paddingX: sm$5.paddingX,
5470
+ gap: sm$5.gap,
5471
+ radius: sm$5.radius,
5472
+ fontSize: sm$5.typography.fontSize,
5473
+ lineHeight: sm$5.typography.lineHeight,
5474
+ fontWeight: sm$5.typography.fontWeight,
5475
5475
  },
5476
5476
  md: {
5477
- height: md$4.height,
5478
- paddingX: md$4.paddingX,
5479
- gap: md$4.gap,
5480
- radius: md$4.radius,
5481
- fontSize: md$4.typography.fontSize,
5482
- lineHeight: md$4.typography.lineHeight,
5483
- fontWeight: md$4.typography.fontWeight,
5477
+ height: md$5.height,
5478
+ paddingX: md$5.paddingX,
5479
+ gap: md$5.gap,
5480
+ radius: md$5.radius,
5481
+ fontSize: md$5.typography.fontSize,
5482
+ lineHeight: md$5.typography.lineHeight,
5483
+ fontWeight: md$5.typography.fontWeight,
5484
5484
  },
5485
5485
  };
5486
5486
  const BARCODE_INPUT_COLORS = {
@@ -5598,7 +5598,7 @@ class SdBarcodeInput {
5598
5598
  '--sd-system-radius-field-sm': `${sizeTokens.radius}px`,
5599
5599
  '--sd-system-color-field-bg-default': BARCODE_INPUT_COLORS.bg.barcode,
5600
5600
  };
5601
- return (hAsync("sd-field", { key: 'c009f4c33b31e9498c230e9a0f4064925a1e5757', 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: 'a614817eab514a80f7132ebb92ebb0b8bb8009e4', class: "sd-barcode-input__content" }, hAsync("slot", { key: '16a0bf4c55eafec3fb827ba8fe54f61e546fbbca', name: "prefix" }), hAsync("input", { key: 'de9e2abcfe4b8f34084feb8691ef6c8183568932', 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: 'dbfc3e2c03b20da68e80cc3855cace42aae268ec', name: "suffix" }), this.clearable && this.internalValue && (hAsync("sd-ghost-button", { key: '05670236ffb93c7b894bdea9763d11adcab75e05', icon: "close", ariaLabel: "clear", size: "xxs", disabled: this.disabled, class: "sd-barcode-input__clear-icon", onClick: async () => {
5601
+ return (hAsync("sd-field", { key: '80a633774754f20f136ae6bd7319a7be69719155', 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: 'a48fabe8c70f13337386f136e63c495aadbb4bf9', class: "sd-barcode-input__content" }, hAsync("slot", { key: '5b192ccacd1cdb7b2736c422d56ab54cd2c90e0e', name: "prefix" }), hAsync("input", { key: '01677b39141de0213c12160632a6b56da3671cbd', 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: '55a3a9e0cfa1ea615f3ca502c3e5bdf85d9f1a3d', name: "suffix" }), this.clearable && this.internalValue && (hAsync("sd-ghost-button", { key: '5d410c58f7ec630051a39405e966663bb7aaa64b', icon: "close", ariaLabel: "clear", size: "xxs", disabled: this.disabled, class: "sd-barcode-input__clear-icon", onClick: async () => {
5602
5602
  if (this.disabled)
5603
5603
  return;
5604
5604
  this.internalValue = '';
@@ -6161,6 +6161,9 @@ const button$1 = {
6161
6161
  text: {
6162
6162
  disabled: "#888888"
6163
6163
  },
6164
+ icon: {
6165
+ disabled: "#BBBBBB"
6166
+ },
6164
6167
  brand: {
6165
6168
  strong: {
6166
6169
  bg: {
@@ -6206,7 +6209,9 @@ const button$1 = {
6206
6209
  hover: "#EEEEEE"
6207
6210
  },
6208
6211
  border: "#888888",
6209
- text: "#222222"}
6212
+ text: "#222222",
6213
+ icon: "#555555"
6214
+ }
6210
6215
  },
6211
6216
  danger: {
6212
6217
  strong: {
@@ -6375,7 +6380,7 @@ const PRESET_HOVER_BACKGROUNDS$1 = {
6375
6380
  danger: buttonTokens.button.danger.strong.bg.hover,
6376
6381
  danger_outline: buttonTokens.button.danger.outline.bg.hover,
6377
6382
  };
6378
- const PRESET_CONTENT_COLORS$1 = {
6383
+ const PRESET_TEXT_COLORS$1 = {
6379
6384
  primary: buttonTokens.button.brand.strong.content,
6380
6385
  secondary: buttonTokens.button.brand.subtle.content,
6381
6386
  primary_outline: buttonTokens.button.brand.outline.content,
@@ -6383,6 +6388,14 @@ const PRESET_CONTENT_COLORS$1 = {
6383
6388
  danger: buttonTokens.button.danger.strong.content,
6384
6389
  danger_outline: buttonTokens.button.danger.outline.content,
6385
6390
  };
6391
+ const PRESET_ICON_COLORS$1 = {
6392
+ primary: buttonTokens.button.brand.strong.content,
6393
+ secondary: buttonTokens.button.brand.subtle.content,
6394
+ primary_outline: buttonTokens.button.brand.outline.content,
6395
+ neutral_outline: buttonTokens.button.neutral.outline.icon,
6396
+ danger: buttonTokens.button.danger.strong.content,
6397
+ danger_outline: buttonTokens.button.danger.outline.content,
6398
+ };
6386
6399
  const PRESET_BORDER_COLORS$1 = {
6387
6400
  primary: 'transparent',
6388
6401
  secondary: 'transparent',
@@ -6395,7 +6408,7 @@ const SIZE_SUFFIX_PATTERN = /_(xs|sm|md|lg)$/;
6395
6408
  const isButtonName = (value) => value in BUTTON_CONFIG;
6396
6409
  const getPresetName = (value) => value.replace(SIZE_SUFFIX_PATTERN, '');
6397
6410
 
6398
- const sdButtonCss = () => `sd-button{display:inline-flex;width:fit-content;height:fit-content}.sd-button{--sd-button-height:36px;--sd-button-padding-x:20px;--sd-button-gap:8px;--sd-button-font-family:inherit;--sd-button-font-size:16px;--sd-button-font-weight:500;--sd-button-text-decoration:none;--sd-button-label-min-width:auto;--sd-button-icon-only-size:var(--sd-button-height);--sd-button-bg:#025497;--sd-button-bg-hover:#004177;--sd-button-border:transparent;--sd-button-content:#FFFFFF;--sd-button-current-content:var(--sd-button-content);--sd-button-current-icon:var(--sd-button-content);display:inline-flex;align-items:center;justify-content:center;min-height:var(--sd-button-height);min-width:var(--sd-button-min-width, auto);padding:0 var(--sd-button-padding-x);border:var(--sd-button-button-border-width-default, 1px) solid var(--sd-button-border);border-radius:var(--sd-button-button-radius-sm, 4px);background:var(--sd-button-bg);color:var(--sd-button-current-content);cursor:pointer;box-sizing:border-box;font-family:var(--sd-button-font-family);font-size:var(--sd-button-font-size);font-weight:var(--sd-button-font-weight);line-height:1;text-decoration:var(--sd-button-text-decoration);transition:background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;white-space:nowrap;-webkit-user-select:none;user-select:none}.sd-button:hover:not(.sd-button--disabled){background:var(--sd-button-bg-hover)}.sd-button:focus-visible{outline:0;box-shadow:0 0 0 2px var(--sd-button-accent)}.sd-button--xs{--sd-button-height:var(--sd-button-button-xs-height, 24px);--sd-button-padding-x:var(--sd-button-button-xs-padding-x, 8px);--sd-button-gap:var(--sd-button-button-xs-gap, 4px);--sd-button-font-family:var(--sd-button-button-xs-typography-font-family, inherit);--sd-button-font-size:var(--sd-button-button-xs-typography-font-size, 12px);--sd-button-font-weight:var(--sd-button-button-xs-typography-font-weight, 500);--sd-button-text-decoration:var(--sd-button-button-xs-typography-text-decoration, none);--sd-button-label-min-width:var(--sd-button-label-xs-min-width, 36px);--sd-button-icon-only-size:var(--sd-button-button-icon-only-xs-width, var(--sd-button-height))}.sd-button--sm{--sd-button-height:var(--sd-button-button-sm-height, 28px);--sd-button-padding-x:var(--sd-button-button-sm-padding-x, 12px);--sd-button-gap:var(--sd-button-button-sm-gap, 6px);--sd-button-font-family:var(--sd-button-button-sm-typography-font-family, inherit);--sd-button-font-size:var(--sd-button-button-sm-typography-font-size, 12px);--sd-button-font-weight:var(--sd-button-button-sm-typography-font-weight, 500);--sd-button-text-decoration:var(--sd-button-button-sm-typography-text-decoration, none);--sd-button-label-min-width:var(--sd-button-label-sm-min-width, 70px);--sd-button-icon-only-size:var(--sd-button-button-icon-only-sm-width, var(--sd-button-height))}.sd-button--md{--sd-button-height:var(--sd-button-button-md-height, 36px);--sd-button-padding-x:var(--sd-button-button-md-padding-x, 20px);--sd-button-gap:var(--sd-button-button-md-gap, 8px);--sd-button-font-family:var(--sd-button-button-md-typography-font-family, inherit);--sd-button-font-size:var(--sd-button-button-md-typography-font-size, 16px);--sd-button-font-weight:var(--sd-button-button-md-typography-font-weight, 500);--sd-button-text-decoration:var(--sd-button-button-md-typography-text-decoration, none);--sd-button-label-min-width:var(--sd-button-label-md-min-width, 100px);--sd-button-icon-only-size:var(--sd-button-button-icon-only-md-width, var(--sd-button-height));border-radius:var(--sd-button-button-radius-md, 6px)}.sd-button--lg{--sd-button-height:var(--sd-button-button-lg-height, 62px);--sd-button-padding-x:var(--sd-button-button-lg-padding-x, 28px);--sd-button-gap:var(--sd-button-button-lg-gap, 12px);--sd-button-font-family:var(--sd-button-button-lg-typography-font-family, inherit);--sd-button-font-size:var(--sd-button-button-lg-typography-font-size, 18px);--sd-button-font-weight:var(--sd-button-button-lg-typography-font-weight, 500);--sd-button-text-decoration:var(--sd-button-button-lg-typography-text-decoration, none);--sd-button-label-min-width:var(--sd-button-label-lg-min-width, 120px);--sd-button-icon-only-size:var(--sd-button-button-icon-only-lg-width, var(--sd-button-height));border-radius:var(--sd-button-button-radius-md, 6px)}.sd-button--has-label{--sd-button-min-width:var(--sd-button-label-min-width, auto)}.sd-button--icon-only{width:var(--sd-button-icon-only-size, var(--sd-button-height));min-width:var(--sd-button-icon-only-size, var(--sd-button-height));height:var(--sd-button-icon-only-size, var(--sd-button-height));padding:0}.sd-button--icon-only .sd-button__content{gap:0}.sd-button--disabled{border-color:var(--sd-button-button-border-disabled, #CCCCCC);background:var(--sd-button-button-bg-disabled, #E1E1E1);--sd-button-current-content:var(--sd-button-button-text-disabled, #888888);--sd-button-current-icon:var(--sd-button-button-icon-disabled, #BBBBBB);cursor:not-allowed}.sd-button .sd-button__content{display:inline-flex;align-items:center;justify-content:center;gap:var(--sd-button-gap)}.sd-button .sd-button__label{font:inherit}`;
6411
+ const sdButtonCss = () => `sd-button{display:inline-flex;width:fit-content;height:fit-content}.sd-button{--sd-button-height:36px;--sd-button-padding-x:20px;--sd-button-gap:8px;--sd-button-font-family:inherit;--sd-button-font-size:16px;--sd-button-font-weight:500;--sd-button-text-decoration:none;--sd-button-label-min-width:auto;--sd-button-icon-only-size:var(--sd-button-height);--sd-button-bg:#025497;--sd-button-bg-hover:#004177;--sd-button-border:transparent;--sd-button-text:#FFFFFF;--sd-button-icon:var(--sd-button-text);--sd-button-current-text:var(--sd-button-text);--sd-button-current-icon:var(--sd-button-icon);display:inline-flex;align-items:center;justify-content:center;min-height:var(--sd-button-height);min-width:var(--sd-button-min-width, auto);padding:0 var(--sd-button-padding-x);border:var(--sd-button-button-border-width-default, 1px) solid var(--sd-button-border);border-radius:var(--sd-button-button-radius-sm, 4px);background:var(--sd-button-bg);color:var(--sd-button-current-text);cursor:pointer;box-sizing:border-box;font-family:var(--sd-button-font-family);font-size:var(--sd-button-font-size);font-weight:var(--sd-button-font-weight);line-height:1;text-decoration:var(--sd-button-text-decoration);transition:background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;white-space:nowrap;-webkit-user-select:none;user-select:none}.sd-button:hover:not(.sd-button--disabled){background:var(--sd-button-bg-hover)}.sd-button:focus-visible{outline:0;box-shadow:0 0 0 2px var(--sd-button-accent)}.sd-button--xs{--sd-button-height:var(--sd-button-button-xs-height, 24px);--sd-button-padding-x:var(--sd-button-button-xs-padding-x, 8px);--sd-button-gap:var(--sd-button-button-xs-gap, 4px);--sd-button-font-family:var(--sd-button-button-xs-typography-font-family, inherit);--sd-button-font-size:var(--sd-button-button-xs-typography-font-size, 12px);--sd-button-font-weight:var(--sd-button-button-xs-typography-font-weight, 500);--sd-button-text-decoration:var(--sd-button-button-xs-typography-text-decoration, none);--sd-button-label-min-width:var(--sd-button-label-xs-min-width, 36px);--sd-button-icon-only-size:var(--sd-button-button-icon-only-xs-width, var(--sd-button-height))}.sd-button--sm{--sd-button-height:var(--sd-button-button-sm-height, 28px);--sd-button-padding-x:var(--sd-button-button-sm-padding-x, 12px);--sd-button-gap:var(--sd-button-button-sm-gap, 6px);--sd-button-font-family:var(--sd-button-button-sm-typography-font-family, inherit);--sd-button-font-size:var(--sd-button-button-sm-typography-font-size, 12px);--sd-button-font-weight:var(--sd-button-button-sm-typography-font-weight, 500);--sd-button-text-decoration:var(--sd-button-button-sm-typography-text-decoration, none);--sd-button-label-min-width:var(--sd-button-label-sm-min-width, 70px);--sd-button-icon-only-size:var(--sd-button-button-icon-only-sm-width, var(--sd-button-height))}.sd-button--md{--sd-button-height:var(--sd-button-button-md-height, 36px);--sd-button-padding-x:var(--sd-button-button-md-padding-x, 20px);--sd-button-gap:var(--sd-button-button-md-gap, 8px);--sd-button-font-family:var(--sd-button-button-md-typography-font-family, inherit);--sd-button-font-size:var(--sd-button-button-md-typography-font-size, 16px);--sd-button-font-weight:var(--sd-button-button-md-typography-font-weight, 500);--sd-button-text-decoration:var(--sd-button-button-md-typography-text-decoration, none);--sd-button-label-min-width:var(--sd-button-label-md-min-width, 100px);--sd-button-icon-only-size:var(--sd-button-button-icon-only-md-width, var(--sd-button-height));border-radius:var(--sd-button-button-radius-md, 6px)}.sd-button--lg{--sd-button-height:var(--sd-button-button-lg-height, 62px);--sd-button-padding-x:var(--sd-button-button-lg-padding-x, 28px);--sd-button-gap:var(--sd-button-button-lg-gap, 12px);--sd-button-font-family:var(--sd-button-button-lg-typography-font-family, inherit);--sd-button-font-size:var(--sd-button-button-lg-typography-font-size, 18px);--sd-button-font-weight:var(--sd-button-button-lg-typography-font-weight, 500);--sd-button-text-decoration:var(--sd-button-button-lg-typography-text-decoration, none);--sd-button-label-min-width:var(--sd-button-label-lg-min-width, 120px);--sd-button-icon-only-size:var(--sd-button-button-icon-only-lg-width, var(--sd-button-height));border-radius:var(--sd-button-button-radius-md, 6px)}.sd-button--has-label{--sd-button-min-width:var(--sd-button-label-min-width, auto)}.sd-button--icon-only{width:var(--sd-button-icon-only-size, var(--sd-button-height));min-width:var(--sd-button-icon-only-size, var(--sd-button-height));height:var(--sd-button-icon-only-size, var(--sd-button-height));padding:0}.sd-button--icon-only .sd-button__content{gap:0}.sd-button--disabled{border-color:var(--sd-button-button-border-disabled, #CCCCCC);background:var(--sd-button-button-bg-disabled, #E1E1E1);--sd-button-current-text:var(--sd-button-button-text-disabled, #888888);--sd-button-current-icon:var(--sd-button-button-icon-disabled, #BBBBBB);cursor:not-allowed}.sd-button .sd-button__content{display:inline-flex;align-items:center;justify-content:center;gap:var(--sd-button-gap)}.sd-button .sd-button__label{font:inherit}`;
6399
6412
 
6400
6413
  const isValidIcon = (icon) => icon != null && icon in Icons;
6401
6414
  class SdButton {
@@ -6469,13 +6482,14 @@ class SdButton {
6469
6482
  const validRightIcon = isValidIcon(this.rightIcon) ? this.rightIcon : undefined;
6470
6483
  const iconOnly = !hasLabel && Boolean(validIcon) !== Boolean(validRightIcon);
6471
6484
  const accessibleName = iconOnly && this.ariaLabel.trim() !== '' ? this.ariaLabel : undefined;
6472
- return (hAsync("button", { key: 'a234c7f16473512ada9eb1e06bf64f77c399cbfc', class: this.getButtonClasses(preset, config.size, hasLabel, iconOnly), type: this.type ?? 'button', disabled: this.disabled, "aria-label": accessibleName, style: {
6485
+ return (hAsync("button", { key: 'da3228e64ba27430283d55a49d3e13b2112929b6', class: this.getButtonClasses(preset, config.size, hasLabel, iconOnly), type: this.type ?? 'button', disabled: this.disabled, "aria-label": accessibleName, style: {
6473
6486
  '--sd-button-bg': config.color,
6474
6487
  '--sd-button-bg-hover': PRESET_HOVER_BACKGROUNDS$1[preset],
6475
6488
  '--sd-button-border': PRESET_BORDER_COLORS$1[preset],
6476
- '--sd-button-content': PRESET_CONTENT_COLORS$1[preset],
6489
+ '--sd-button-text': PRESET_TEXT_COLORS$1[preset],
6490
+ '--sd-button-icon': PRESET_ICON_COLORS$1[preset],
6477
6491
  '--sd-button-accent': BUTTON_FOCUS_RING_COLOR,
6478
- }, onClick: this.handleClick }, hAsync("span", { key: 'f7b9352e23e52ff28380e06deb25e777a5432800', class: "sd-button__content" }, validIcon && (hAsync("sd-icon", { key: '07327cab83e95c69cf8739be2eb08cdd8272393d', class: "sd-button__icon", name: validIcon, size: BUTTON_ICON_SIZES[config.size], color: "var(--sd-button-current-icon)" })), this.label && hAsync("span", { key: '4274f4b275c3ac9f3f09d4a6c1bf75d2d5f650ee', class: "sd-button__label" }, this.label), validRightIcon && (hAsync("sd-icon", { key: 'ba796a53ba1cb389db209d91c224b04381445b25', class: "sd-button__icon sd-button__icon--right", name: validRightIcon, size: BUTTON_ICON_SIZES[config.size], color: "var(--sd-button-current-icon)" })))));
6492
+ }, onClick: this.handleClick }, hAsync("span", { key: '22f4dac854314abb3edf3f6d4746057337d2d1c6', class: "sd-button__content" }, validIcon && (hAsync("sd-icon", { key: 'cd88155fa1783071fe6bee390df47daa96133eab', class: "sd-button__icon", name: validIcon, size: BUTTON_ICON_SIZES[config.size], color: "var(--sd-button-current-icon)" })), this.label && hAsync("span", { key: '27798d8db1d633ef99572982bddf40fbca415ed7', class: "sd-button__label" }, this.label), validRightIcon && (hAsync("sd-icon", { key: '6393eb128f66a88b7ad1b5f2c1cec5654af07fae', class: "sd-button__icon sd-button__icon--right", name: validRightIcon, size: BUTTON_ICON_SIZES[config.size], color: "var(--sd-button-current-icon)" })))));
6479
6493
  }
6480
6494
  static get style() { return sdButtonCss(); }
6481
6495
  static get cmpMeta() { return {
@@ -6898,7 +6912,7 @@ class SdCalendar {
6898
6912
  const eventMap = this.eventMap;
6899
6913
  const legend = this.legendItems;
6900
6914
  const hasEvents = (this.events?.length ?? 0) > 0;
6901
- return (hAsync("div", { key: 'd85abe861103677565ff172def182761255eee97', class: { 'sd-calendar': true, 'sd-calendar--elevated': this.elevated }, style: cssVars }, hAsync("div", { key: '2d087beb6f61c1545c61c040d7266eb809c59c56', class: "sd-calendar__header" }, hAsync("div", { key: '90b85428cd8f22aac7f0d8915a0fb0fc1ba0fd0f', class: "sd-calendar__nav-group" }, hAsync("sd-ghost-button", { key: '6a5b6c35489eeeae6d2fca4a96a77755b5d48c5a', ariaLabel: "prevYear", size: "xxs", icon: "chevronLeft", onClick: this.goPrevYear }), hAsync("span", { key: 'b00bab4993fb6f57bf1c6e8fd02243b8cbab8007', class: "sd-calendar__label" }, this.currentYear), hAsync("sd-ghost-button", { key: '1ed1ea634a311b429c6e2053c22e1d043d34aa82', ariaLabel: "nextYear", size: "xxs", icon: "chevronRight", onClick: this.goNextYear })), hAsync("span", { key: '1d471e12d7e5a48998b33ef6c3b7208c2fff1796', class: "sd-calendar__divider", "aria-hidden": "true" }), hAsync("div", { key: '07e70fb3696cfe6bcf2253c0ead87fead96ad04e', class: "sd-calendar__nav-group sd-calendar__nav-group-month" }, hAsync("sd-ghost-button", { key: 'c8401e8f8a1018eec46d9ee9857e8aa64235fff5', ariaLabel: "prevMonth", size: "xxs", icon: "chevronLeft", onClick: this.goPrevMonth }), hAsync("span", { key: '3ceaa4a07a45eb16c43ed70e953f4540c2554ae9', class: "sd-calendar__label sd-calendar__label-month" }, this.currentMonth, "\uC6D4"), hAsync("sd-ghost-button", { key: '6dd7c2c29159e549e2294141726b39c0ad559634', ariaLabel: "nextMonth", size: "xxs", icon: "chevronRight", onClick: this.goNextMonth }))), hAsync("div", { key: '623928bc8970c2746f3d924a4ae36149ce7d21f7', class: "sd-calendar__week" }, WEEK_LABELS.map(label => (hAsync("span", { key: label, class: "sd-calendar__week-cell" }, label)))), hAsync("div", { key: '5ab1f7042906eb7542f4effa35c0c9992ded34dc', class: "sd-calendar__grid" }, this.cells.map(cell => {
6915
+ return (hAsync("div", { key: 'e939d5fae94ff8f44bd2167abd78ac331359f35d', class: { 'sd-calendar': true, 'sd-calendar--elevated': this.elevated }, style: cssVars }, hAsync("div", { key: '2dad0f6cfd58d1a4ce430142df0af56ed0a5cfa3', class: "sd-calendar__header" }, hAsync("div", { key: '5d7424dc210f3ff9fa28ee5c24e958130449b798', class: "sd-calendar__nav-group" }, hAsync("sd-ghost-button", { key: 'd15c0d1691492d0bbdb099893701c2538c183513', ariaLabel: "prevYear", size: "xxs", icon: "chevronLeft", onClick: this.goPrevYear }), hAsync("span", { key: 'a2e936f9a4626bdd4d48bcd7b513e33f76d4affb', class: "sd-calendar__label" }, this.currentYear), hAsync("sd-ghost-button", { key: 'c4c50b1a3440ef2eeb1a0ed95c61d3f5b55ba055', ariaLabel: "nextYear", size: "xxs", icon: "chevronRight", onClick: this.goNextYear })), hAsync("span", { key: 'ec677bd90799db7032f188b521c32f06688c8659', class: "sd-calendar__divider", "aria-hidden": "true" }), hAsync("div", { key: 'd8ab3d1a8efa607ee6f8cd4c3af5ba2d2af31639', class: "sd-calendar__nav-group sd-calendar__nav-group-month" }, hAsync("sd-ghost-button", { key: '1a76dcd9d9655bdac72d78a8bf6c40e546c9c4a1', ariaLabel: "prevMonth", size: "xxs", icon: "chevronLeft", onClick: this.goPrevMonth }), hAsync("span", { key: '08b4274631b31aa028f14f8d3ecd63d135c125d7', class: "sd-calendar__label sd-calendar__label-month" }, this.currentMonth, "\uC6D4"), hAsync("sd-ghost-button", { key: 'ec404faf07c03f7a1949d2379a1313e99b712883', ariaLabel: "nextMonth", size: "xxs", icon: "chevronRight", onClick: this.goNextMonth }))), hAsync("div", { key: '98775d3b2d885492347dec3e13258b33936b92bc', class: "sd-calendar__week" }, WEEK_LABELS.map(label => (hAsync("span", { key: label, class: "sd-calendar__week-cell" }, label)))), hAsync("div", { key: '87a4739a0ddf26302d22bcb39b545cffab44dd09', class: "sd-calendar__grid" }, this.cells.map(cell => {
6902
6916
  const isSelected = cell.inCurrentMonth && this.value !== '' && this.value === cell.date;
6903
6917
  const isToday = cell.inCurrentMonth && today === cell.date;
6904
6918
  const isDisabled = cell.inCurrentMonth && this.isDisabled(cell.date);
@@ -6911,8 +6925,8 @@ class SdCalendar {
6911
6925
  'sd-calendar__day--disabled': isDisabled,
6912
6926
  }, 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 : ''), hasEvents && (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 } })))))));
6913
6927
  })), legend.length > 0 && [
6914
- hAsync("span", { key: '9d3f938ca0ac1d48ec6189a6b9f7598c06dbaf13', class: "sd-calendar__divider-bottom", "aria-hidden": "true" }),
6915
- hAsync("div", { key: '1b5a55959212257085707478d7d0a358dc355403', 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))))),
6928
+ hAsync("span", { key: '9c1c21573694ca6702d19ba451c31cbdb47e727c', class: "sd-calendar__divider-bottom", "aria-hidden": "true" }),
6929
+ hAsync("div", { key: 'dae2d35ea2971f6c7b1b3ec4774934efb2fcd168', 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))))),
6916
6930
  ]));
6917
6931
  }
6918
6932
  static get watchers() { return {
@@ -7167,7 +7181,7 @@ class SdCallout {
7167
7181
  }
7168
7182
  render() {
7169
7183
  const showTitle = this.type === 'danger';
7170
- return (hAsync("div", { key: 'b11c9ade2fcd2a17704b4d8965e53cc80ddd4a15', class: "sd-callout", style: this.calloutStyle, role: "note" }, showTitle && this.renderTitle(), hAsync("div", { key: '0c5712690ab2141820f444092a63ac4c11d33c80', class: "sd-callout__body" }, this.renderBody())));
7184
+ return (hAsync("div", { key: '7fc363dc8a8621220cdf966af89a5aa8a55f4941', class: "sd-callout", style: this.calloutStyle, role: "note" }, showTitle && this.renderTitle(), hAsync("div", { key: '69f8d46fc2e9c3f77c992fef98164c19f027b1f1', class: "sd-callout__body" }, this.renderBody())));
7171
7185
  }
7172
7186
  static get style() { return sdCalloutCss(); }
7173
7187
  static get cmpMeta() { return {
@@ -7192,7 +7206,7 @@ class SdCard {
7192
7206
  bordered = false;
7193
7207
  sdClass = '';
7194
7208
  render() {
7195
- return (hAsync(Fragment, { key: '366604b2ca458d2b9b26f61c1cb282543b27a699' }, hAsync("div", { key: '889e8ec8d359eb26713762ebb9990ea07dfaf0ba', class: `sd-card ${this.bordered ? 'sd-card--bordered' : ''} ${this.sdClass}` }, hAsync("slot", { key: 'd680bfe14dc135da77e35440587f089781ef383f' }))));
7209
+ return (hAsync(Fragment, { key: 'bf7511e8d9fccc98adf963ae20f59710bb0d00f3' }, hAsync("div", { key: '729a6053062c3959ee1e9561f5673c8a75a4dc9d', class: `sd-card ${this.bordered ? 'sd-card--bordered' : ''} ${this.sdClass}` }, hAsync("slot", { key: '11ec4fa43f694901a85879ec04e146ace90be435' }))));
7196
7210
  }
7197
7211
  static get style() { return sdCardCss(); }
7198
7212
  static get cmpMeta() { return {
@@ -7453,14 +7467,12 @@ const chip = {
7453
7467
  },
7454
7468
  bg: {
7455
7469
  "default": "#F6F6F6",
7456
- error: "#FCEFEF",
7457
- focus: "#FFFFFF"},
7470
+ error: "#FCEFEF"},
7458
7471
  content: {
7459
7472
  "default": "#555555",
7460
7473
  error: "#E30000",
7461
7474
  focus: "#222222"},
7462
7475
  border: {
7463
- focus: "#E1E1E1",
7464
7476
  width: "1"
7465
7477
  }
7466
7478
  };
@@ -7479,17 +7491,12 @@ const CHIP_COLORS = {
7479
7491
  bg: {
7480
7492
  default: chipTokens.chip.bg.default,
7481
7493
  error: chipTokens.chip.bg.error,
7482
- focus: chipTokens.chip.bg.focus,
7483
7494
  },
7484
7495
  content: {
7485
7496
  default: chipTokens.chip.content.default,
7486
7497
  error: chipTokens.chip.content.error,
7487
7498
  focus: chipTokens.chip.content.focus,
7488
- },
7489
- border: {
7490
- focus: chipTokens.chip.border.focus,
7491
- },
7492
- };
7499
+ }};
7493
7500
  const CHIP_TYPOGRAPHY = {
7494
7501
  default: {
7495
7502
  fontFamily: chipTokens.chip.typography.default.fontFamily,
@@ -7505,7 +7512,7 @@ const CHIP_TYPOGRAPHY = {
7505
7512
  },
7506
7513
  };
7507
7514
 
7508
- const sdChipCss = () => `sd-chip{display:inline-flex;width:fit-content;height:fit-content}sd-chip .sd-chip{display:inline-flex;align-items:center;justify-content:center;gap:var(--sd-chip-gap);height:var(--sd-chip-height);padding:0 var(--sd-chip-padding-x);border-radius:var(--sd-chip-radius);background:var(--sd-chip-bg);color:var(--sd-chip-content);border:var(--sd-chip-border-width) solid var(--sd-chip-border-color);font-family:var(--sd-chip-font-family);font-size:var(--sd-chip-font-size);font-weight:var(--sd-chip-font-weight);line-height:var(--sd-chip-line-height);box-sizing:border-box;white-space:nowrap;-webkit-user-select:none;user-select:none}sd-chip .sd-chip--editable:not(.sd-chip--focus){cursor:text}sd-chip .sd-chip--disabled{cursor:not-allowed;opacity:0.6}sd-chip .sd-chip__label{display:inline-flex;align-items:center;min-width:0}sd-chip .sd-chip__input{display:inline-block;min-width:1ch;outline:none;background:transparent;color:inherit;font:inherit;white-space:nowrap;cursor:text}sd-chip .sd-chip__input:empty::before{content:attr(data-placeholder);color:inherit;opacity:0.6;pointer-events:none}sd-chip .sd-chip__remove{flex-shrink:0}`;
7515
+ const sdChipCss = () => `sd-chip{display:inline-flex;width:fit-content;max-width:100%;height:fit-content}sd-chip .sd-chip{display:inline-flex;align-items:center;justify-content:center;gap:var(--sd-chip-gap);max-width:100%;height:var(--sd-chip-height);padding:0 var(--sd-chip-padding-x);border-radius:var(--sd-chip-radius);background:var(--sd-chip-bg);color:var(--sd-chip-content);border:var(--sd-chip-border-width) solid var(--sd-chip-border-color);font-family:var(--sd-chip-font-family);font-size:var(--sd-chip-font-size);font-weight:var(--sd-chip-font-weight);line-height:var(--sd-chip-line-height);box-sizing:border-box;white-space:nowrap;overflow:hidden;-webkit-user-select:none;user-select:none}sd-chip .sd-chip--editable:not(.sd-chip--focus){cursor:text}sd-chip .sd-chip--disabled{cursor:not-allowed;opacity:0.6}sd-chip .sd-chip__label{display:inline-flex;align-items:center;min-width:0;overflow:hidden;text-overflow:ellipsis}sd-chip .sd-chip__input{display:inline-block;min-width:1ch;outline:none;background:transparent;color:inherit;font:inherit;white-space:nowrap;cursor:text}sd-chip .sd-chip__input:empty::before{content:attr(data-placeholder);color:inherit;opacity:0.6;pointer-events:none}sd-chip .sd-chip__remove{flex-shrink:0}`;
7509
7516
 
7510
7517
  class SdChip {
7511
7518
  constructor(hostRef) {
@@ -7640,10 +7647,12 @@ class SdChip {
7640
7647
  handleInputKeyDown = (event) => {
7641
7648
  if (event.key === 'Enter') {
7642
7649
  event.preventDefault();
7650
+ event.stopPropagation();
7643
7651
  this.commitEdit();
7644
7652
  }
7645
7653
  else if (event.key === 'Escape') {
7646
7654
  event.preventDefault();
7655
+ event.stopPropagation();
7647
7656
  this.cancelEdit();
7648
7657
  }
7649
7658
  };
@@ -7704,22 +7713,22 @@ class SdChip {
7704
7713
  }
7705
7714
  render() {
7706
7715
  const state = this.resolveState();
7707
- const typography = state === 'focus' ? CHIP_TYPOGRAPHY.focus : CHIP_TYPOGRAPHY.default;
7716
+ const typography = CHIP_TYPOGRAPHY.default;
7708
7717
  const cssVars = {
7709
7718
  '--sd-chip-height': CHIP_LAYOUT.height,
7710
7719
  '--sd-chip-padding-x': CHIP_LAYOUT.paddingX,
7711
7720
  '--sd-chip-gap': CHIP_LAYOUT.gap,
7712
7721
  '--sd-chip-radius': CHIP_LAYOUT.radius,
7713
7722
  '--sd-chip-border-width': CHIP_LAYOUT.borderWidth,
7714
- '--sd-chip-bg': CHIP_COLORS.bg[state],
7715
- '--sd-chip-content': CHIP_COLORS.content[state],
7716
- '--sd-chip-border-color': state === 'focus' ? CHIP_COLORS.border.focus : 'transparent',
7723
+ '--sd-chip-bg': state === 'error' ? CHIP_COLORS.bg.error : CHIP_COLORS.bg.default,
7724
+ '--sd-chip-content': state === 'error' ? CHIP_COLORS.content.error : CHIP_COLORS.content.default,
7725
+ '--sd-chip-border-color': 'transparent',
7717
7726
  '--sd-chip-font-family': typography.fontFamily,
7718
7727
  '--sd-chip-font-size': typography.fontSize,
7719
7728
  '--sd-chip-font-weight': typography.fontWeight,
7720
7729
  '--sd-chip-line-height': typography.lineHeight,
7721
7730
  };
7722
- return (hAsync("span", { key: '6503611c9cb03be2de4fc09398e2ce1b34b8ab10', class: {
7731
+ return (hAsync("span", { key: 'e1c1386f3143f4830256784853c1d931706a6beb', class: {
7723
7732
  'sd-chip': true,
7724
7733
  [`sd-chip--${state}`]: true,
7725
7734
  'sd-chip--disabled': this.disabled,
@@ -7760,6 +7769,309 @@ class SdChip {
7760
7769
  }; }
7761
7770
  }
7762
7771
 
7772
+ const chipInput = {
7773
+ sm: {
7774
+ minHeight: "36",
7775
+ paddingX: "12",
7776
+ paddingY: "6",
7777
+ radius: "4",
7778
+ typography: {
7779
+ fontFamily: "Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif",
7780
+ fontWeight: "400",
7781
+ fontSize: "12",
7782
+ lineHeight: "20"}
7783
+ },
7784
+ md: {
7785
+ minHeight: "40",
7786
+ paddingX: "16",
7787
+ paddingY: "8",
7788
+ radius: "6",
7789
+ typography: {
7790
+ fontFamily: "Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif",
7791
+ fontWeight: "400",
7792
+ fontSize: "14",
7793
+ lineHeight: "24"
7794
+ }
7795
+ },
7796
+ chip: {
7797
+ gap: "8"
7798
+ },
7799
+ text: {
7800
+ placeholder: "#AAAAAA"
7801
+ }
7802
+ };
7803
+ var chipInputTokens = {
7804
+ chipInput: chipInput
7805
+ };
7806
+
7807
+ const sm$4 = chipInputTokens.chipInput.sm;
7808
+ const md$4 = chipInputTokens.chipInput.md;
7809
+ const CHIP_INPUT_SIZE_MAP = {
7810
+ sm: {
7811
+ minHeight: sm$4.minHeight,
7812
+ paddingX: sm$4.paddingX,
7813
+ paddingY: sm$4.paddingY,
7814
+ radius: sm$4.radius,
7815
+ fontSize: sm$4.typography.fontSize,
7816
+ lineHeight: sm$4.typography.lineHeight,
7817
+ fontWeight: sm$4.typography.fontWeight,
7818
+ fontFamily: sm$4.typography.fontFamily,
7819
+ },
7820
+ md: {
7821
+ minHeight: md$4.minHeight,
7822
+ paddingX: md$4.paddingX,
7823
+ paddingY: md$4.paddingY,
7824
+ radius: md$4.radius,
7825
+ fontSize: md$4.typography.fontSize,
7826
+ lineHeight: md$4.typography.lineHeight,
7827
+ fontWeight: md$4.typography.fontWeight,
7828
+ fontFamily: md$4.typography.fontFamily,
7829
+ },
7830
+ };
7831
+ const CHIP_INPUT_COLORS = {
7832
+ text: {
7833
+ placeholder: chipInputTokens.chipInput.text.placeholder,
7834
+ },
7835
+ };
7836
+ const CHIP_INPUT_LAYOUT = {
7837
+ chipGap: `${chipInputTokens.chipInput.chip.gap}px`,
7838
+ };
7839
+ const CHIP_INPUT_RESET = {
7840
+ dividerColor: '#E1E1E1', // TODO: 토큰 반영 후 교체
7841
+ iconColor: '#888888', // TODO: 토큰 반영 후 교체 (grey_65)
7842
+ labelColor: '#555555', // TODO: 토큰 반영 후 교체 (grey_70)
7843
+ };
7844
+
7845
+ const sdChipInputCss = () => `sd-chip-input{display:inline-flex}sd-chip-input .sd-chip-input{position:relative;width:100%;min-height:var(--sd-chip-input-min-height);display:flex;flex-flow:row wrap;align-items:center;gap:var(--sd-chip-input-chip-gap);padding:var(--sd-chip-input-padding-y) var(--sd-chip-input-padding-x);cursor:text}sd-chip-input .sd-chip-input__reset{display:inline-flex;align-items:center;gap:var(--sd-chip-input-reset-gap);flex-shrink:0}sd-chip-input .sd-chip-input__divider{display:inline-block;width:1px;height:12px;background-color:var(--sd-chip-input-divider-color);flex-shrink:0}sd-chip-input .sd-chip-input__field{flex:0 0 auto;display:inline-grid;grid-template-columns:minmax(0, max-content);align-items:center;min-width:1ch;max-width:100%;height:var(--sd-chip-input-field-height);box-sizing:border-box;padding:0;border:none;border-radius:0;background:transparent;overflow:hidden}sd-chip-input .sd-chip-input__field::after{content:attr(data-value);grid-area:1/1;visibility:hidden;white-space:pre;font-size:var(--sd-chip-input-field-font-size);line-height:var(--sd-chip-input-field-line-height);font-weight:var(--sd-chip-input-field-font-weight);font-family:var(--sd-chip-input-field-font-family)}sd-chip-input .sd-chip-input__field--filled{padding:0 var(--sd-chip-input-field-padding-x);border:var(--sd-chip-input-field-border-width) solid var(--sd-chip-input-field-border-color);border-radius:var(--sd-chip-input-field-radius);background:var(--sd-chip-input-field-bg)}sd-chip-input .sd-chip-input__field--empty{position:absolute;top:0;left:0;width:0;height:0;min-width:0;overflow:hidden}sd-chip-input .sd-chip-input__input{grid-area:1/1;width:100%;min-width:1ch;height:var(--sd-chip-input-field-height);margin:0;padding:0;border:none;outline:none;overflow:hidden;text-overflow:ellipsis;background:transparent;font-size:var(--sd-chip-input-field-font-size);line-height:var(--sd-chip-input-field-line-height);font-weight:var(--sd-chip-input-field-font-weight);font-family:var(--sd-chip-input-field-font-family);color:var(--sd-chip-input-field-content)}sd-chip-input .sd-chip-input__input[disabled]{cursor:not-allowed;pointer-events:none}sd-chip-input .sd-chip-input__input::placeholder{color:var(--sd-chip-input-placeholder-color)}`;
7846
+
7847
+ class SdChipInput {
7848
+ constructor(hostRef) {
7849
+ registerInstance(this, hostRef);
7850
+ this.update = createEvent(this, "sdUpdate", 7);
7851
+ this.focusEvent = createEvent(this, "sdFocus", 7);
7852
+ this.blurEvent = createEvent(this, "sdBlur", 7);
7853
+ }
7854
+ get host() { return getElement(this); }
7855
+ values = [];
7856
+ errors = [];
7857
+ size = 'sm';
7858
+ disabled = false;
7859
+ placeholder = '입력해 주세요.';
7860
+ name = nanoid$1();
7861
+ rules = [];
7862
+ error = false;
7863
+ useReset = false;
7864
+ // sd-field props
7865
+ label = '';
7866
+ labelWidth = '';
7867
+ hint = '';
7868
+ errorMessage = '';
7869
+ width = '';
7870
+ status;
7871
+ icon = undefined;
7872
+ labelTooltip = '';
7873
+ labelTooltipProps = null;
7874
+ internalValues = [];
7875
+ internalErrors = [];
7876
+ focused = false;
7877
+ hovered = false;
7878
+ inputValue = '';
7879
+ inputEl;
7880
+ formField;
7881
+ get value() {
7882
+ return this.internalValues;
7883
+ }
7884
+ valuesChanged(newValues) {
7885
+ this.internalValues = [...(newValues ?? [])];
7886
+ }
7887
+ errorsChanged(newErrors) {
7888
+ if (Array.isArray(newErrors)) {
7889
+ this.internalErrors = [...newErrors];
7890
+ }
7891
+ }
7892
+ componentWillLoad() {
7893
+ this.internalValues = [...(this.values ?? [])];
7894
+ if (Array.isArray(this.errors)) {
7895
+ this.internalErrors = [...this.errors];
7896
+ }
7897
+ }
7898
+ getChipError(index) {
7899
+ if (typeof this.errors === 'function') {
7900
+ return this.errors(this.internalValues[index] ?? '');
7901
+ }
7902
+ return this.internalErrors[index] ?? false;
7903
+ }
7904
+ update;
7905
+ focusEvent;
7906
+ blurEvent;
7907
+ async sdValidate() {
7908
+ return this.formField?.sdValidate();
7909
+ }
7910
+ async sdReset() {
7911
+ return this.formField?.sdReset();
7912
+ }
7913
+ async sdResetValidate() {
7914
+ return this.formField?.sdResetValidation();
7915
+ }
7916
+ async sdFocus() {
7917
+ return this.formField?.sdFocus();
7918
+ }
7919
+ handleChipUpdate = (index, newValue) => {
7920
+ if (newValue.trim() === '') {
7921
+ this.handleChipRemove(index);
7922
+ return;
7923
+ }
7924
+ const next = [...this.internalValues];
7925
+ next[index] = newValue;
7926
+ this.internalValues = next;
7927
+ this.values = next;
7928
+ this.update.emit(next);
7929
+ };
7930
+ handleChipRemove = (index) => {
7931
+ const next = this.internalValues.filter((_, i) => i !== index);
7932
+ this.internalValues = next;
7933
+ this.values = next;
7934
+ if (Array.isArray(this.errors)) {
7935
+ const nextErrors = this.internalErrors.filter((_, i) => i !== index);
7936
+ this.internalErrors = nextErrors;
7937
+ this.errors = nextErrors;
7938
+ }
7939
+ this.update.emit(next);
7940
+ this.inputEl?.focus();
7941
+ };
7942
+ handleKeyDown = (event) => {
7943
+ const input = event.target;
7944
+ if (event.key === 'Enter' && !event.isComposing && input.value.trim() !== '') {
7945
+ event.preventDefault();
7946
+ const next = [...this.internalValues, input.value.trim()];
7947
+ this.internalValues = next;
7948
+ this.values = next;
7949
+ input.value = '';
7950
+ this.inputValue = '';
7951
+ this.update.emit(next);
7952
+ }
7953
+ else if (event.key === 'Backspace' && input.value === '' && this.internalValues.length > 0) {
7954
+ event.preventDefault();
7955
+ const next = this.internalValues.slice(0, -1);
7956
+ const nextErrors = this.internalErrors.slice(0, -1);
7957
+ this.internalValues = next;
7958
+ this.internalErrors = nextErrors;
7959
+ this.values = next;
7960
+ this.errors = nextErrors;
7961
+ this.update.emit(next);
7962
+ }
7963
+ };
7964
+ handleInput = (event) => {
7965
+ this.inputValue = event.target.value;
7966
+ };
7967
+ handleFocus = () => {
7968
+ this.focused = true;
7969
+ this.focusEvent.emit();
7970
+ };
7971
+ handleBlur = () => {
7972
+ this.focused = false;
7973
+ this.blurEvent.emit();
7974
+ };
7975
+ handleContainerClick = () => {
7976
+ if (!this.disabled) {
7977
+ this.inputEl?.focus();
7978
+ }
7979
+ };
7980
+ handleResetInput = () => {
7981
+ this.internalValues = [];
7982
+ this.internalErrors = [];
7983
+ this.values = [];
7984
+ if (Array.isArray(this.errors)) {
7985
+ this.errors = [];
7986
+ }
7987
+ this.update.emit([]);
7988
+ this.inputEl?.focus();
7989
+ };
7990
+ render() {
7991
+ const sizeTokens = CHIP_INPUT_SIZE_MAP[this.size] ?? CHIP_INPUT_SIZE_MAP.sm;
7992
+ const cssVars = {
7993
+ [`--sd-system-size-field-${this.size}-height`]: 'auto',
7994
+ [`--sd-system-radius-field-${this.size}`]: `${sizeTokens.radius}px`,
7995
+ '--sd-chip-input-min-height': `${sizeTokens.minHeight}px`,
7996
+ '--sd-chip-input-padding-x': `${sizeTokens.paddingX}px`,
7997
+ '--sd-chip-input-padding-y': `${sizeTokens.paddingY}px`,
7998
+ '--sd-chip-input-font-size': `${sizeTokens.fontSize}px`,
7999
+ '--sd-chip-input-line-height': `${sizeTokens.lineHeight}px`,
8000
+ '--sd-chip-input-font-weight': sizeTokens.fontWeight,
8001
+ '--sd-chip-input-font-family': sizeTokens.fontFamily,
8002
+ '--sd-chip-input-chip-gap': CHIP_INPUT_LAYOUT.chipGap,
8003
+ '--sd-chip-input-placeholder-color': CHIP_INPUT_COLORS.text.placeholder,
8004
+ '--sd-chip-input-reset-gap': CHIP_INPUT_LAYOUT.chipGap,
8005
+ '--sd-chip-input-divider-color': CHIP_INPUT_RESET.dividerColor,
8006
+ '--sd-chip-input-field-height': CHIP_LAYOUT.height,
8007
+ '--sd-chip-input-field-padding-x': CHIP_LAYOUT.paddingX,
8008
+ '--sd-chip-input-field-radius': CHIP_LAYOUT.radius,
8009
+ '--sd-chip-input-field-border-width': CHIP_LAYOUT.borderWidth,
8010
+ '--sd-chip-input-field-bg': CHIP_COLORS.bg.default,
8011
+ '--sd-chip-input-field-border-color': 'transparent',
8012
+ '--sd-chip-input-field-content': CHIP_COLORS.content.focus,
8013
+ '--sd-chip-input-field-font-size': CHIP_TYPOGRAPHY.focus.fontSize,
8014
+ '--sd-chip-input-field-font-weight': CHIP_TYPOGRAPHY.focus.fontWeight,
8015
+ '--sd-chip-input-field-line-height': CHIP_TYPOGRAPHY.focus.lineHeight,
8016
+ '--sd-chip-input-field-font-family': CHIP_TYPOGRAPHY.focus.fontFamily,
8017
+ };
8018
+ return (hAsync("sd-field", { key: 'cfff85a1732e23052fb2c736512f48f5653c4e1a', name: this.name, label: this.label, labelWidth: this.labelWidth, hint: this.hint, errorMessage: this.errorMessage, rules: this.rules, error: this.error, disabled: this.disabled, focused: this.focused, hovered: this.hovered, status: this.status, size: this.size, width: this.width, icon: this.icon, labelTooltip: this.labelTooltip, labelTooltipProps: this.labelTooltipProps, ref: el => (this.formField = el), style: cssVars, onMouseEnter: () => (this.hovered = true), onMouseLeave: () => (this.hovered = false) }, hAsync("div", { key: '872d73f015e8aa79a9afcf1592372b3ba3bbb9a5', class: "sd-chip-input", onClick: this.handleContainerClick }, this.internalValues.map((value, i) => (hAsync("sd-chip", { key: i, value: value, error: this.getChipError(i), disabled: this.disabled, onSdUpdate: (e) => this.handleChipUpdate(i, e.detail), onSdRemove: () => this.handleChipRemove(i), onSdFocus: () => {
8019
+ this.focused = true;
8020
+ }, onSdBlur: () => {
8021
+ this.focused = false;
8022
+ } }))), hAsync("div", { key: '33746a3ce014b5d28329c193d93d8bf1fc4957a6', class: {
8023
+ 'sd-chip-input__field': true,
8024
+ 'sd-chip-input__field--filled': this.inputValue !== '',
8025
+ 'sd-chip-input__field--empty': this.inputValue === '' && this.internalValues.length > 0 && !this.focused,
8026
+ }, "data-value": this.inputValue !== '' ? this.inputValue : this.internalValues.length === 0 ? this.placeholder : '' }, hAsync("input", { key: '74b1e76b3123c371fffe344d922ff42801f028e7', ref: el => (this.inputEl = el), class: "sd-chip-input__input", placeholder: this.internalValues.length === 0 ? this.placeholder : '', disabled: this.disabled, size: 1, onInput: this.handleInput, onKeyDown: this.handleKeyDown, onFocus: this.handleFocus, onBlur: this.handleBlur })), this.useReset && this.internalValues.length > 0 && (hAsync("div", { key: '3343b3d3fed05856739675d802115f7e5b2ea110', class: "sd-chip-input__reset" }, this.inputValue === '' && hAsync("span", { key: 'c0398e9c476309964c132b3647dd95cd2a65d948', class: "sd-chip-input__divider" }), hAsync("sd-text-link", { key: 'e00af312380d40e8b6a3c9a463cea796146632a1', icon: "reset", iconColor: CHIP_INPUT_RESET.iconColor, label: "\uC785\uB825 \uCD08\uAE30\uD654", underline: true, disabled: this.disabled, style: { '--sd-text-link-color': CHIP_INPUT_RESET.labelColor }, onSdClick: this.handleResetInput }))))));
8027
+ }
8028
+ static get watchers() { return {
8029
+ "values": [{
8030
+ "valuesChanged": 0
8031
+ }],
8032
+ "errors": [{
8033
+ "errorsChanged": 0
8034
+ }]
8035
+ }; }
8036
+ static get style() { return sdChipInputCss(); }
8037
+ static get cmpMeta() { return {
8038
+ "$flags$": 512,
8039
+ "$tagName$": "sd-chip-input",
8040
+ "$members$": {
8041
+ "values": [1040],
8042
+ "errors": [1040],
8043
+ "size": [1],
8044
+ "disabled": [4],
8045
+ "placeholder": [1],
8046
+ "name": [1],
8047
+ "rules": [16],
8048
+ "error": [1028],
8049
+ "useReset": [4, "use-reset"],
8050
+ "label": [1],
8051
+ "labelWidth": [8, "label-width"],
8052
+ "hint": [1],
8053
+ "errorMessage": [1, "error-message"],
8054
+ "width": [8],
8055
+ "status": [1],
8056
+ "icon": [16],
8057
+ "labelTooltip": [1, "label-tooltip"],
8058
+ "labelTooltipProps": [16],
8059
+ "internalValues": [32],
8060
+ "internalErrors": [32],
8061
+ "focused": [32],
8062
+ "hovered": [32],
8063
+ "inputValue": [32],
8064
+ "sdValidate": [64],
8065
+ "sdReset": [64],
8066
+ "sdResetValidate": [64],
8067
+ "sdFocus": [64]
8068
+ },
8069
+ "$listeners$": undefined,
8070
+ "$lazyBundleId$": "-",
8071
+ "$attrsToReflect$": []
8072
+ }; }
8073
+ }
8074
+
7763
8075
  const spinner = {
7764
8076
  color: {
7765
8077
  track: "#EEEEEE",
@@ -7886,7 +8198,7 @@ class SdCircleProgress {
7886
8198
  }
7887
8199
  const c = CIRCLE_PROGRESS_VIEWBOX_SIZE / 2;
7888
8200
  const showPercent = !this.indeterminate;
7889
- return (hAsync(Host, { key: '9a4424e79b095c240b2dd53c8655b9a4cccaf581', style: hostStyle }, hAsync("svg", { key: '37ca87d4c4aa6ab6b84a4301225d775f1998c0c1', 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: '372f7031310dddba431323b0527c273311a498e3', class: "sd-circle-progress__track", cx: c, cy: c, r: CIRCLE_PROGRESS_RADIUS, fill: "none", "stroke-width": CIRCLE_PROGRESS_STROKE_WIDTH }), hAsync("circle", { key: 'def6ff7573e4c4a08648f35f7cb545d6b8064f6d', 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: '13d6345672fdafaf6a1e1eef9f5987179a99c3ae', class: "sd-circle-progress__percent" }, Math.round(this.clampedValue), "%")), this.label && hAsync("span", { key: 'c42e2fa2826284017e530e967975e45277ae9ee3', class: "sd-circle-progress__label" }, this.label)));
8201
+ return (hAsync(Host, { key: '46d74c0edb5a5e8cd0472c83efc45a0efaf353b4', style: hostStyle }, hAsync("svg", { key: '34117c89eb180370a215807e614ad08f4f72b517', 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: '08ac6f011b6a4b6744ddcf437b1e0a5b96abfc6e', class: "sd-circle-progress__track", cx: c, cy: c, r: CIRCLE_PROGRESS_RADIUS, fill: "none", "stroke-width": CIRCLE_PROGRESS_STROKE_WIDTH }), hAsync("circle", { key: '5ae0a53ce10bd5a8b2f316ebd00d3ee28c4336d6', 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: 'fd52ee1947d41b2117c9ea6e4cc9a448799342e3', class: "sd-circle-progress__percent" }, Math.round(this.clampedValue), "%")), this.label && hAsync("span", { key: 'a58776c4ef67eb900eba97ff4fed138c8f5e8452', class: "sd-circle-progress__label" }, this.label)));
7890
8202
  }
7891
8203
  static get style() { return sdCircleProgressCss(); }
7892
8204
  static get cmpMeta() { return {
@@ -8002,9 +8314,9 @@ class SdConfirmModal {
8002
8314
  const type = this.resolvedType;
8003
8315
  const iconName = CONFIRM_MODAL_ICON_MAP[type];
8004
8316
  const iconColor = CONFIRM_MODAL_ICON_COLOR[type];
8005
- return (hAsync("div", { key: 'c41a58f13b95da7f1f0aea3620abf239dcb116b6', class: "sd-confirm-modal" }, hAsync("sd-ghost-button", { key: 'bdc1bc374934c2f9745f567b4e6ffd55ec3675ce', class: "sd-confirm-modal__close-button", icon: "close", ariaLabel: "close", onClick: () => this.close.emit() }), iconName && (hAsync("sd-icon", { key: 'ff16ebde448157e657eb74e1b0c5f4a331cf396a', class: "sd-confirm-modal__icon", name: iconName, size: TITLE_ICON_SIZE, color: iconColor })), hAsync("h2", { key: 'd718b2ae6f6e92f8c77ec821b78924ffbe267d12', class: `sd-confirm-modal__title ${this.titleClass ?? ''}` }, this.modalTitle), hAsync("div", { key: 'a3909abde84c4d6987c9036a705cba4aa7d01ea6', class: "sd-confirm-modal__body" }, (this.topMessage ?? []).length > 0 && (hAsync("div", { key: '29a4bf80ab75d973544c0a29c87133c9ef8a5aab', class: "sd-confirm-modal__message" }, (this.topMessage ?? []).map(msg => (hAsync("p", { class: "sd-confirm-modal__message-text", innerHTML: sanitizeInlineHtml(msg) }))))), this.showContentBox && (hAsync("div", { key: '93eb2c75728cf26969a229a876f9217b4e00c63a', class: "sd-confirm-modal__content-box" }, this.tagContents ? (hAsync("div", { class: "sd-confirm-modal__custom-content", ref: el => {
8317
+ return (hAsync("div", { key: '4d3ce0662b2d860a4ed6ae3c8177ae75dae4fb92', class: "sd-confirm-modal" }, hAsync("sd-ghost-button", { key: '7c406d59c2470b610a187bf45aa5cd4ab5c6b26b', class: "sd-confirm-modal__close-button", icon: "close", ariaLabel: "close", onClick: () => this.close.emit() }), iconName && (hAsync("sd-icon", { key: '10e3d2c8a87a728df4e3f3be7dfab96475738e2b', class: "sd-confirm-modal__icon", name: iconName, size: TITLE_ICON_SIZE, color: iconColor })), hAsync("h2", { key: '9cc844c8cefb2fd0dc96871b55fc1c7c6e41c526', class: `sd-confirm-modal__title ${this.titleClass ?? ''}` }, this.modalTitle), hAsync("div", { key: 'bbaa81a02c067d66c4cc19cf805b7a6939231311', class: "sd-confirm-modal__body" }, (this.topMessage ?? []).length > 0 && (hAsync("div", { key: '31734f096eee6e6a9be770eafa43066c8e763608', class: "sd-confirm-modal__message" }, (this.topMessage ?? []).map(msg => (hAsync("p", { class: "sd-confirm-modal__message-text", innerHTML: sanitizeInlineHtml(msg) }))))), this.showContentBox && (hAsync("div", { key: 'a10838fb7c7081fdaa85cdaa33f92ef30c00a888', class: "sd-confirm-modal__content-box" }, this.tagContents ? (hAsync("div", { class: "sd-confirm-modal__custom-content", ref: el => {
8006
8318
  this.customContentRef = el;
8007
- } })) : (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: '730fd073ade9b8788de77d36fc4aeddd0b304c07', class: "sd-confirm-modal__message" }, (this.bottomMessage ?? []).map(msg => (hAsync("p", { class: "sd-confirm-modal__message-text", innerHTML: sanitizeInlineHtml(msg) })))))), hAsync("div", { key: '059fd87fb39b8e2976fcb671c7dd78310324119f', class: "sd-confirm-modal__button" }, this.subButtonLabel && (hAsync("sd-button", { key: '6b320645505c099783a4a6704e96e9261054c7dc', name: SUB_BUTTON_PRESET, label: this.subButtonLabel, onSdClick: () => this.cancel.emit() })), hAsync("sd-button", { key: 'd6a4554a7db861ae7afc610a629591224946d990', name: this.resolvedMainButton, label: this.mainButtonLabel ?? '확인', onSdClick: () => this.ok.emit() }))));
8319
+ } })) : (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: '540f3bb73aa61a1a2a041eba9a22a198c7772914', class: "sd-confirm-modal__message" }, (this.bottomMessage ?? []).map(msg => (hAsync("p", { class: "sd-confirm-modal__message-text", innerHTML: sanitizeInlineHtml(msg) })))))), hAsync("div", { key: '1944aeb4d140c779d0af1304160a86c5056335a8', class: "sd-confirm-modal__button" }, this.subButtonLabel && (hAsync("sd-button", { key: 'efd463686d98e9d2edc3e1cd7b4f54d8da4fef56', name: SUB_BUTTON_PRESET, label: this.subButtonLabel, onSdClick: () => this.cancel.emit() })), hAsync("sd-button", { key: 'b9033fb98acf3de36b7fb3e1969ccf5a7becef39', name: this.resolvedMainButton, label: this.mainButtonLabel ?? '확인', onSdClick: () => this.ok.emit() }))));
8008
8320
  }
8009
8321
  static get style() { return sdConfirmModalCss(); }
8010
8322
  static get cmpMeta() { return {
@@ -8291,9 +8603,9 @@ class SdDatePicker {
8291
8603
  '--sd-system-color-field-border-focus': DATEPICKER_COLORS.border.focus,
8292
8604
  '--sd-system-color-field-bg-default': DATEPICKER_COLORS.bg.default,
8293
8605
  };
8294
- return (hAsync("sd-field", { key: '12d77a181caa4a6a9125db8a5c823149386ee059', 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: '2abc775817955caf06dd721d7b91c65d1bfd54de', class: "sd-date-picker", ref: el => {
8606
+ return (hAsync("sd-field", { key: 'baa957e5534b6587da2ef067ecad4a0934693800', 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: '652f9f5c6bd5c6ee58f3c89eee45325a98234ac0', class: "sd-date-picker", ref: el => {
8295
8607
  this.triggerRef = el;
8296
- } }, hAsync("sd-date-picker-trigger", { key: 'c8c041a503785e35ac4a14d902eeef0a20fa2dd7', displayText: this.value ?? '', placeholder: this.placeholder, disabled: this.disabled, size: this.size, onSdTriggerClick: this.handleTriggerClick })), (this.isOpen || this.isAnimatingOut) && (hAsync("sd-portal", { key: '2c3bf831068ca090247fa4494fac6c2ce3b20e81', open: this.isOpen, parentRef: this.triggerRef, onSdClose: () => this.closeDropdown() }, hAsync("sd-calendar", { key: '52df44d23b85540cbca17c352aba5568ff43685d', elevated: true, value: this.value, selectable: this.selectable, onSdUpdate: this.handleSelect, onSdViewChange: this.handleViewChange })))));
8608
+ } }, hAsync("sd-date-picker-trigger", { key: '7b0f81badbcf7ca283afd274b4572e4a6eaa590b', displayText: this.value ?? '', placeholder: this.placeholder, disabled: this.disabled, size: this.size, onSdTriggerClick: this.handleTriggerClick })), (this.isOpen || this.isAnimatingOut) && (hAsync("sd-portal", { key: '65fbe892e4cdd9d643b5000d69220b5e28972902', open: this.isOpen, parentRef: this.triggerRef, onSdClose: () => this.closeDropdown() }, hAsync("sd-calendar", { key: 'e9187264f336295907f1d5574810df4a07a0f114', elevated: true, value: this.value, selectable: this.selectable, onSdUpdate: this.handleSelect, onSdViewChange: this.handleViewChange })))));
8297
8609
  }
8298
8610
  static get watchers() { return {
8299
8611
  "isOpen": [{
@@ -8376,7 +8688,7 @@ class SdDatePickerTrigger {
8376
8688
  ? DATEPICKER_COLORS.icon.disabled
8377
8689
  : DATEPICKER_COLORS.icon.default,
8378
8690
  };
8379
- return (hAsync("div", { key: '8a41444172b2d9aa54fa6efe09c4440705d55e06', role: "button", tabindex: this.disabled ? -1 : 0, class: {
8691
+ return (hAsync("div", { key: '87ada0414ffc6404b27cf4a41ba7c9cb9903f498', role: "button", tabindex: this.disabled ? -1 : 0, class: {
8380
8692
  'sd-date-picker-trigger': true,
8381
8693
  'sd-date-picker-trigger--disabled': this.disabled,
8382
8694
  }, style: cssVars, onClick: this.handleClick, onKeyDown: e => {
@@ -8384,7 +8696,7 @@ class SdDatePickerTrigger {
8384
8696
  e.preventDefault();
8385
8697
  this.handleClick();
8386
8698
  }
8387
- } }, hAsync("sd-icon", { key: '74613a1b65814a1f73d00c67d7c1f01019961511', name: "date", size: Number(sizeTokens.iconSize), color: "var(--trigger-icon-color)", class: "sd-date-picker-trigger__icon" }), hAsync("span", { key: '118733548ddee2bc20ccdc92785ada3bbc765303', class: "sd-date-picker-trigger__text" }, hasValue ? this.displayText : this.placeholder)));
8699
+ } }, hAsync("sd-icon", { key: 'e8eee3ed97ab7344e7658b7b22bc91f11aa0b068', name: "date", size: Number(sizeTokens.iconSize), color: "var(--trigger-icon-color)", class: "sd-date-picker-trigger__icon" }), hAsync("span", { key: 'ea25a13a72d00ca31fcddaf0183b520175ef7d93', class: "sd-date-picker-trigger__text" }, hasValue ? this.displayText : this.placeholder)));
8388
8700
  }
8389
8701
  static get style() { return sdDatePickerTriggerCss(); }
8390
8702
  static get cmpMeta() { return {
@@ -8804,7 +9116,7 @@ class SdDateRangePickerCalendar {
8804
9116
  '--range-panel-gap': `${RANGE_LAYOUT.panelGap}px`,
8805
9117
  '--range-divider': RANGE_LAYOUT.divider,
8806
9118
  };
8807
- return (hAsync(Fragment, { key: 'a9e5bc8198cfda50227069661812341e7a19b21d' }, hAsync("div", { key: 'a2c5bf6ae806fc24f421cb6b52323f4e92bfc255', class: "sd-date-range-picker-calendar", style: cssVars }, this.renderYearNav(), hAsync("div", { key: '2575175fa3537e010e1c7d573428d5c8ebfae488', class: "sd-date-range-picker-calendar__panels" }, this.renderPanel(this.currentYear, this.currentMonth, true), hAsync("span", { key: 'bd43ac98b88665dbe85804c8b6345c19dca7d9fa', class: "sd-date-range-picker-calendar__divider", "aria-hidden": "true" }), this.renderPanel(this.rightYear, this.rightMonth, false)))));
9119
+ return (hAsync(Fragment, { key: '91ba95cf0786d59363ac6b72e9c8f91d1802feee' }, hAsync("div", { key: '98f66737a15e5c3129dd20f674736115a4fad42e', class: "sd-date-range-picker-calendar", style: cssVars }, this.renderYearNav(), hAsync("div", { key: 'd9f326b485864484ed786cb172d3bd33136987ea', class: "sd-date-range-picker-calendar__panels" }, this.renderPanel(this.currentYear, this.currentMonth, true), hAsync("span", { key: 'df7d835ac0da6788f08c7963ed04ed98b7fd6091', class: "sd-date-range-picker-calendar__divider", "aria-hidden": "true" }), this.renderPanel(this.rightYear, this.rightMonth, false)))));
8808
9120
  }
8809
9121
  static get watchers() { return {
8810
9122
  "value": [{
@@ -8847,7 +9159,7 @@ class SdDivider {
8847
9159
  const hostStyle = {
8848
9160
  '--sd-divider-color': DIVIDER_COLORS.default,
8849
9161
  };
8850
- return (hAsync(Host, { key: '92e9f5ef8d6d382e1e2a62f3421feaf1bc27aab7', style: hostStyle }, hAsync("hr", { key: '40827e6308a258e6de4a438c53d4de9465a6d0a1', "aria-orientation": this.vertical ? 'vertical' : 'horizontal' })));
9162
+ return (hAsync(Host, { key: '8282aae8e5cd26630c54f4347cd26f544672d15d', style: hostStyle }, hAsync("hr", { key: '94df7dc7465b05ecad6527da2c008a4ff503f034', "aria-orientation": this.vertical ? 'vertical' : 'horizontal' })));
8851
9163
  }
8852
9164
  static get style() { return sdDividerCss(); }
8853
9165
  static get cmpMeta() { return {
@@ -8957,7 +9269,8 @@ const DROPDOWN_BUTTON_CONFIG = (() => {
8957
9269
  return Object.fromEntries(names.map(name => [name, BUTTON_CONFIG[name]]));
8958
9270
  })();
8959
9271
  const PRESET_HOVER_BACKGROUNDS = PRESET_HOVER_BACKGROUNDS$1;
8960
- const PRESET_CONTENT_COLORS = PRESET_CONTENT_COLORS$1;
9272
+ const PRESET_TEXT_COLORS = PRESET_TEXT_COLORS$1;
9273
+ const PRESET_ICON_COLORS = PRESET_ICON_COLORS$1;
8961
9274
  const PRESET_BORDER_COLORS = PRESET_BORDER_COLORS$1;
8962
9275
  const PRESET_DIVIDER_COLORS = {
8963
9276
  primary: buttonTokens.button.dropdown.brand.strong.split,
@@ -9001,11 +9314,12 @@ const DROPDOWN_CHEVRON_ICON_SIZE = {
9001
9314
  };
9002
9315
  const DROPDOWN_DISABLED_BACKGROUND = buttonTokens.button.bg.disabled;
9003
9316
  const DROPDOWN_DISABLED_TEXT = buttonTokens.button.text.disabled;
9317
+ const DROPDOWN_DISABLED_ICON = buttonTokens.button.icon.disabled;
9004
9318
  const DROPDOWN_DISABLED_BORDER = buttonTokens.button.border.disabled;
9005
9319
  const isDropdownButtonName = (value) => value in DROPDOWN_BUTTON_CONFIG;
9006
9320
  const getDropdownButtonPreset = (value) => getPresetName(value);
9007
9321
 
9008
- const sdDropdownButtonCss = () => `sd-dropdown-button{display:inline-flex;width:fit-content;height:fit-content}.sd-dropdown-button{display:inline-flex;position:relative}.sd-dropdown-button__trigger{--sd-dropdown-button-height:var(--sd-button-button-md-height, 36px);--sd-dropdown-button-padding-x:var(--sd-button-button-md-padding-x, 20px);--sd-dropdown-button-gap:var(--sd-button-button-md-gap, 8px);--sd-dropdown-button-font-family:var(--sd-button-button-md-typography-font-family, inherit);--sd-dropdown-button-font-size:var(--sd-button-button-md-typography-font-size, 12px);--sd-dropdown-button-font-weight:var(--sd-button-button-md-typography-font-weight, 500);--sd-dropdown-button-text-decoration:var(--sd-button-button-md-typography-text-decoration, none);--sd-dropdown-button-bg:#025497;--sd-dropdown-button-bg-hover:#004177;--sd-dropdown-button-border:transparent;--sd-dropdown-button-content:#FFFFFF;--sd-dropdown-button-current-content:var(--sd-dropdown-button-content);--sd-dropdown-button-divider:#006AC1;--sd-dropdown-button-accent:#0075FF;--sd-dropdown-button-disabled-bg:var(--sd-button-button-bg-disabled, #E1E1E1);--sd-dropdown-button-disabled-content:var(--sd-button-button-text-disabled, #888888);--sd-dropdown-button-disabled-border:var(--sd-button-button-border-disabled, #CCCCCC);display:inline-flex;align-items:stretch;justify-content:space-between;min-height:var(--sd-dropdown-button-height);padding:0;border:var(--sd-button-button-border-width-default, 1px) solid var(--sd-dropdown-button-border);border-radius:var(--sd-button-button-radius-sm, 4px);background:var(--sd-dropdown-button-bg);color:var(--sd-dropdown-button-current-content);cursor:pointer;box-sizing:border-box;font-family:var(--sd-dropdown-button-font-family);font-size:var(--sd-dropdown-button-font-size);font-weight:var(--sd-dropdown-button-font-weight);line-height:1;text-decoration:var(--sd-dropdown-button-text-decoration);transition:background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;white-space:nowrap}.sd-dropdown-button__trigger:hover:not(.sd-dropdown-button__trigger--disabled){background:var(--sd-dropdown-button-bg-hover)}.sd-dropdown-button__trigger:focus-visible{outline:0;box-shadow:0 0 0 2px var(--sd-dropdown-button-accent)}.sd-dropdown-button__trigger--xs{--sd-dropdown-button-height:var(--sd-button-button-xs-height, 24px);--sd-dropdown-button-padding-x:var(--sd-button-button-xs-padding-x, 8px);--sd-dropdown-button-gap:var(--sd-button-button-xs-gap, 4px);--sd-dropdown-button-font-family:var(--sd-button-button-xs-typography-font-family, inherit);--sd-dropdown-button-font-size:var(--sd-button-button-xs-typography-font-size, 12px);--sd-dropdown-button-font-weight:var(--sd-button-button-xs-typography-font-weight, 500);--sd-dropdown-button-text-decoration:var( --sd-button-button-xs-typography-text-decoration, none )}.sd-dropdown-button__trigger--sm{--sd-dropdown-button-height:var(--sd-button-button-sm-height, 28px);--sd-dropdown-button-padding-x:var(--sd-button-button-sm-padding-x, 12px);--sd-dropdown-button-gap:var(--sd-button-button-sm-gap, 6px);--sd-dropdown-button-font-family:var(--sd-button-button-sm-typography-font-family, inherit);--sd-dropdown-button-font-size:var(--sd-button-button-sm-typography-font-size, 12px);--sd-dropdown-button-font-weight:var(--sd-button-button-sm-typography-font-weight, 500);--sd-dropdown-button-text-decoration:var( --sd-button-button-sm-typography-text-decoration, none )}.sd-dropdown-button__trigger--md{--sd-dropdown-button-height:var(--sd-button-button-md-height, 36px);--sd-dropdown-button-padding-x:var(--sd-button-button-md-padding-x, 20px);--sd-dropdown-button-gap:var(--sd-button-button-md-gap, 8px);--sd-dropdown-button-font-family:var(--sd-button-button-md-typography-font-family, inherit);--sd-dropdown-button-font-size:var(--sd-button-button-md-typography-font-size, 16px);--sd-dropdown-button-font-weight:var(--sd-button-button-md-typography-font-weight, 500);--sd-dropdown-button-text-decoration:var( --sd-button-button-md-typography-text-decoration, none );border-radius:var(--sd-button-button-radius-md, 6px)}.sd-dropdown-button__trigger--disabled{border-color:var(--sd-dropdown-button-disabled-border);background:var(--sd-dropdown-button-disabled-bg);--sd-dropdown-button-current-content:var(--sd-dropdown-button-disabled-content);cursor:not-allowed}.sd-dropdown-button:not(.sd-dropdown-button--split) .sd-dropdown-button__trigger{gap:var(--sd-dropdown-button-gap);padding:0 var(--sd-dropdown-button-padding-x)}.sd-dropdown-button:not(.sd-dropdown-button--split) .sd-dropdown-button__trigger-label{padding:0}.sd-dropdown-button:not(.sd-dropdown-button--split) .sd-dropdown-button__trigger-icon{min-width:0;padding:0}.sd-dropdown-button--split{display:inline-flex;align-items:stretch}.sd-dropdown-button--split .sd-dropdown-button__trigger--label-part{border-top-right-radius:0;border-bottom-right-radius:0;border-right-width:0}.sd-dropdown-button--split .sd-dropdown-button__trigger--chevron-part{border-top-left-radius:0;border-bottom-left-radius:0;border-left:var(--sd-button-button-border-width-default, 1px) solid var(--sd-dropdown-button-divider)}.sd-dropdown-button--split .sd-dropdown-button__trigger--chevron-part.sd-dropdown-button__trigger--disabled{border-left-color:var(--sd-dropdown-button-disabled-border)}.sd-dropdown-button__trigger-label,.sd-dropdown-button__trigger-icon{display:inline-flex;align-items:center;justify-content:center}.sd-dropdown-button__trigger-label{flex:1 1 auto;min-width:0;padding:0 var(--sd-dropdown-button-padding-x)}.sd-dropdown-button__trigger-icon{flex:0 0 auto;min-width:calc(var(--sd-dropdown-button-height) - 2px);padding:0 calc(var(--sd-dropdown-button-gap) + 2px);transition:transform 0.2s ease}.sd-dropdown-button__trigger-icon--open{transform:rotate(180deg)}.sd-dropdown-button__menu{position:relative;display:grid;width:max-content;min-width:var(--sd-dropdown-button-menu-min-width, max-content);max-width:calc(100vw - 24px);padding:4px 0;border:0;border-radius:4px;background:#FFFFFF;box-shadow:2px 2px 12px 2px rgba(0, 0, 0, 0.1019607843);box-sizing:border-box;overflow:hidden}.sd-dropdown-button__menu-item{--sd-dropdown-button-menu-item-current-color:var(--sd-dropdown-button-menu-item-color);display:inline-flex;align-items:center;gap:8px;min-height:28px;width:100%;padding:0 12px;border:0;border-radius:0;background:transparent;color:var(--sd-dropdown-button-menu-item-current-color);cursor:pointer;box-sizing:border-box;font:inherit;text-align:left;transition:background-color 0.15s ease, color 0.15s ease}.sd-dropdown-button__menu-item--active{background:var(--sd-dropdown-button-menu-item-active-bg);--sd-dropdown-button-menu-item-current-color:var(--sd-dropdown-button-menu-item-active-color)}.sd-dropdown-button__menu-item--disabled{--sd-dropdown-button-menu-item-current-color:var(--sd-dropdown-button-disabled-content);cursor:not-allowed}.sd-dropdown-button__menu-item-icon{flex:0 0 auto}.sd-dropdown-button__menu-item-label{display:inline-flex;align-items:center;min-width:0;white-space:nowrap;font-size:12px}`;
9322
+ const sdDropdownButtonCss = () => `sd-dropdown-button{display:inline-flex;width:fit-content;height:fit-content}.sd-dropdown-button{display:inline-flex;position:relative}.sd-dropdown-button__trigger{--sd-dropdown-button-height:var(--sd-button-button-md-height, 36px);--sd-dropdown-button-padding-x:var(--sd-button-button-md-padding-x, 20px);--sd-dropdown-button-gap:var(--sd-button-button-md-gap, 8px);--sd-dropdown-button-font-family:var(--sd-button-button-md-typography-font-family, inherit);--sd-dropdown-button-font-size:var(--sd-button-button-md-typography-font-size, 12px);--sd-dropdown-button-font-weight:var(--sd-button-button-md-typography-font-weight, 500);--sd-dropdown-button-text-decoration:var(--sd-button-button-md-typography-text-decoration, none);--sd-dropdown-button-bg:#025497;--sd-dropdown-button-bg-hover:#004177;--sd-dropdown-button-border:transparent;--sd-dropdown-button-content:#FFFFFF;--sd-dropdown-button-icon:var(--sd-dropdown-button-content);--sd-dropdown-button-current-content:var(--sd-dropdown-button-content);--sd-dropdown-button-current-icon:var(--sd-dropdown-button-icon);--sd-dropdown-button-divider:#006AC1;--sd-dropdown-button-accent:#0075FF;--sd-dropdown-button-disabled-bg:var(--sd-button-button-bg-disabled, #E1E1E1);--sd-dropdown-button-disabled-content:var(--sd-button-button-text-disabled, #888888);--sd-dropdown-button-disabled-icon:var(--sd-button-button-icon-disabled, #BBBBBB);--sd-dropdown-button-disabled-border:var(--sd-button-button-border-disabled, #CCCCCC);display:inline-flex;align-items:stretch;justify-content:space-between;min-height:var(--sd-dropdown-button-height);padding:0;border:var(--sd-button-button-border-width-default, 1px) solid var(--sd-dropdown-button-border);border-radius:var(--sd-button-button-radius-sm, 4px);background:var(--sd-dropdown-button-bg);color:var(--sd-dropdown-button-current-content);cursor:pointer;box-sizing:border-box;font-family:var(--sd-dropdown-button-font-family);font-size:var(--sd-dropdown-button-font-size);font-weight:var(--sd-dropdown-button-font-weight);line-height:1;text-decoration:var(--sd-dropdown-button-text-decoration);transition:background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;white-space:nowrap}.sd-dropdown-button__trigger:hover:not(.sd-dropdown-button__trigger--disabled){background:var(--sd-dropdown-button-bg-hover)}.sd-dropdown-button__trigger:focus-visible{outline:0;box-shadow:0 0 0 2px var(--sd-dropdown-button-accent)}.sd-dropdown-button__trigger--xs{--sd-dropdown-button-height:var(--sd-button-button-xs-height, 24px);--sd-dropdown-button-padding-x:var(--sd-button-button-xs-padding-x, 8px);--sd-dropdown-button-gap:var(--sd-button-button-xs-gap, 4px);--sd-dropdown-button-font-family:var(--sd-button-button-xs-typography-font-family, inherit);--sd-dropdown-button-font-size:var(--sd-button-button-xs-typography-font-size, 12px);--sd-dropdown-button-font-weight:var(--sd-button-button-xs-typography-font-weight, 500);--sd-dropdown-button-text-decoration:var( --sd-button-button-xs-typography-text-decoration, none )}.sd-dropdown-button__trigger--sm{--sd-dropdown-button-height:var(--sd-button-button-sm-height, 28px);--sd-dropdown-button-padding-x:var(--sd-button-button-sm-padding-x, 12px);--sd-dropdown-button-gap:var(--sd-button-button-sm-gap, 6px);--sd-dropdown-button-font-family:var(--sd-button-button-sm-typography-font-family, inherit);--sd-dropdown-button-font-size:var(--sd-button-button-sm-typography-font-size, 12px);--sd-dropdown-button-font-weight:var(--sd-button-button-sm-typography-font-weight, 500);--sd-dropdown-button-text-decoration:var( --sd-button-button-sm-typography-text-decoration, none )}.sd-dropdown-button__trigger--md{--sd-dropdown-button-height:var(--sd-button-button-md-height, 36px);--sd-dropdown-button-padding-x:var(--sd-button-button-md-padding-x, 20px);--sd-dropdown-button-gap:var(--sd-button-button-md-gap, 8px);--sd-dropdown-button-font-family:var(--sd-button-button-md-typography-font-family, inherit);--sd-dropdown-button-font-size:var(--sd-button-button-md-typography-font-size, 16px);--sd-dropdown-button-font-weight:var(--sd-button-button-md-typography-font-weight, 500);--sd-dropdown-button-text-decoration:var( --sd-button-button-md-typography-text-decoration, none );border-radius:var(--sd-button-button-radius-md, 6px)}.sd-dropdown-button__trigger--disabled{border-color:var(--sd-dropdown-button-disabled-border);background:var(--sd-dropdown-button-disabled-bg);--sd-dropdown-button-current-content:var(--sd-dropdown-button-disabled-content);--sd-dropdown-button-current-icon:var(--sd-dropdown-button-disabled-icon);cursor:not-allowed}.sd-dropdown-button:not(.sd-dropdown-button--split) .sd-dropdown-button__trigger{gap:var(--sd-dropdown-button-gap);padding:0 var(--sd-dropdown-button-padding-x)}.sd-dropdown-button:not(.sd-dropdown-button--split) .sd-dropdown-button__trigger-label{padding:0}.sd-dropdown-button:not(.sd-dropdown-button--split) .sd-dropdown-button__trigger-icon{min-width:0;padding:0}.sd-dropdown-button--split{display:inline-flex;align-items:stretch}.sd-dropdown-button--split .sd-dropdown-button__trigger--label-part{border-top-right-radius:0;border-bottom-right-radius:0;border-right-width:0}.sd-dropdown-button--split .sd-dropdown-button__trigger--chevron-part{border-top-left-radius:0;border-bottom-left-radius:0;border-left:var(--sd-button-button-border-width-default, 1px) solid var(--sd-dropdown-button-divider)}.sd-dropdown-button--split .sd-dropdown-button__trigger--chevron-part.sd-dropdown-button__trigger--disabled{border-left-color:var(--sd-dropdown-button-disabled-border)}.sd-dropdown-button__trigger-label,.sd-dropdown-button__trigger-icon{display:inline-flex;align-items:center;justify-content:center}.sd-dropdown-button__trigger-label{flex:1 1 auto;min-width:0;padding:0 var(--sd-dropdown-button-padding-x)}.sd-dropdown-button__trigger-icon{flex:0 0 auto;min-width:calc(var(--sd-dropdown-button-height) - 2px);padding:0 calc(var(--sd-dropdown-button-gap) + 2px);transition:transform 0.2s ease}.sd-dropdown-button__trigger-icon--open{transform:rotate(180deg)}.sd-dropdown-button__menu{position:relative;display:grid;width:max-content;min-width:var(--sd-dropdown-button-menu-min-width, max-content);max-width:calc(100vw - 24px);padding:4px 0;border:0;border-radius:4px;background:#FFFFFF;box-shadow:2px 2px 12px 2px rgba(0, 0, 0, 0.1019607843);box-sizing:border-box;overflow:hidden}.sd-dropdown-button__menu-item{--sd-dropdown-button-menu-item-current-color:var(--sd-dropdown-button-menu-item-color);display:inline-flex;align-items:center;gap:8px;min-height:28px;width:100%;padding:0 12px;border:0;border-radius:0;background:transparent;color:var(--sd-dropdown-button-menu-item-current-color);cursor:pointer;box-sizing:border-box;font:inherit;text-align:left;transition:background-color 0.15s ease, color 0.15s ease}.sd-dropdown-button__menu-item--active{background:var(--sd-dropdown-button-menu-item-active-bg);--sd-dropdown-button-menu-item-current-color:var(--sd-dropdown-button-menu-item-active-color)}.sd-dropdown-button__menu-item--disabled{--sd-dropdown-button-menu-item-current-color:var(--sd-dropdown-button-disabled-content);cursor:not-allowed}.sd-dropdown-button__menu-item-icon{flex:0 0 auto}.sd-dropdown-button__menu-item-label{display:inline-flex;align-items:center;min-width:0;white-space:nowrap;font-size:12px}`;
9009
9323
 
9010
9324
  class SdDropdownButton extends BaseDropdownEvent {
9011
9325
  constructor(hostRef) {
@@ -9183,11 +9497,13 @@ class SdDropdownButton extends BaseDropdownEvent {
9183
9497
  '--sd-dropdown-button-bg': config.color,
9184
9498
  '--sd-dropdown-button-bg-hover': PRESET_HOVER_BACKGROUNDS[preset],
9185
9499
  '--sd-dropdown-button-border': PRESET_BORDER_COLORS[preset],
9186
- '--sd-dropdown-button-content': PRESET_CONTENT_COLORS[preset],
9500
+ '--sd-dropdown-button-content': PRESET_TEXT_COLORS[preset],
9501
+ '--sd-dropdown-button-icon': PRESET_ICON_COLORS[preset],
9187
9502
  '--sd-dropdown-button-divider': PRESET_DIVIDER_COLORS[preset],
9188
9503
  '--sd-dropdown-button-accent': BUTTON_FOCUS_RING_COLOR,
9189
9504
  '--sd-dropdown-button-disabled-bg': DROPDOWN_DISABLED_BACKGROUND,
9190
9505
  '--sd-dropdown-button-disabled-content': DROPDOWN_DISABLED_TEXT,
9506
+ '--sd-dropdown-button-disabled-icon': DROPDOWN_DISABLED_ICON,
9191
9507
  '--sd-dropdown-button-disabled-border': DROPDOWN_DISABLED_BORDER,
9192
9508
  };
9193
9509
  }
@@ -9226,7 +9542,7 @@ class SdDropdownButton extends BaseDropdownEvent {
9226
9542
  return (hAsync("span", { class: {
9227
9543
  'sd-dropdown-button__trigger-icon': true,
9228
9544
  'sd-dropdown-button__trigger-icon--open': this.isOpen && !this.split,
9229
- }, "aria-hidden": "true" }, hAsync("sd-icon", { name: iconName, size: DROPDOWN_CHEVRON_ICON_SIZE[size], color: "var(--sd-dropdown-button-current-content)" })));
9545
+ }, "aria-hidden": "true" }, hAsync("sd-icon", { name: iconName, size: DROPDOWN_CHEVRON_ICON_SIZE[size], color: "var(--sd-dropdown-button-current-icon)" })));
9230
9546
  }
9231
9547
  render() {
9232
9548
  const { config, preset } = this.resolvedConfig;
@@ -9300,6 +9616,7 @@ const FORM_PARENT_TAGS = [
9300
9616
  'sd-file-picker',
9301
9617
  'sd-date-picker',
9302
9618
  'sd-date-range-picker',
9619
+ 'sd-chip-input',
9303
9620
  ];
9304
9621
  class SdField {
9305
9622
  constructor(hostRef) {
@@ -9465,21 +9782,21 @@ class SdField {
9465
9782
  : {}),
9466
9783
  }
9467
9784
  : {};
9468
- return (hAsync("div", { key: 'c6d4bc9d09982d65c31596319569590df9b994b1', class: {
9785
+ return (hAsync("div", { key: 'b2a4122378dd725d8b392b89ae44669f097ff767', class: {
9469
9786
  'sd-field': true,
9470
9787
  'sd-field--has-label': this.label !== '',
9471
9788
  'sd-field--has-addon': addon !== '',
9472
9789
  [this.fieldStatus]: this.fieldStatus !== '',
9473
- }, style: { ...sizeCssVars, ...labelCssVars, ...addonCssVars } }, hAsync("div", { key: '24f3e7702b3d3be42f8236988e1d64e26a31840e', class: "sd-field__wrapper" }, this.renderLabel(this.label), hAsync("div", { key: '7c45edce014adee7e2eb91296779896d9fd9fcc3', class: "sd-field__main", style: this.width !== '' && this.width !== 0
9790
+ }, style: { ...sizeCssVars, ...labelCssVars, ...addonCssVars } }, hAsync("div", { key: 'ae6ead740a745248f89a3b9049480954091f5991', class: "sd-field__wrapper" }, this.renderLabel(this.label), hAsync("div", { key: '42699ddc5eb366d035986274dcf3ae7c17396e9c', class: "sd-field__main", style: this.width !== '' && this.width !== 0
9474
9791
  ? {
9475
9792
  width: typeof this.width === 'number' ? `${this.width}px` : this.width,
9476
9793
  flex: 'none',
9477
9794
  }
9478
- : {} }, hAsync("div", { key: '13c99702bf11e4ff76332141a9eaff93185882d3', class: {
9795
+ : {} }, hAsync("div", { key: 'f8c058d44411d27997e90bf3627a4b905f1a6112', class: {
9479
9796
  'sd-field__control': true,
9480
9797
  'sd-field__control--has-addon': addon !== '',
9481
- } }, addon && (hAsync("div", { key: '461170360e26e24051fab4507a22e932f5a37244', class: "sd-field__addon" }, this.icon && (hAsync("sd-icon", { key: 'c8b63273a253da7911e5d8a6f57143a9cc909853', name: this.icon.name, size: this.icon.size ??
9482
- Number(FIELD_LABEL_SIZE_MAP[(this.size in FIELD_LABEL_SIZE_MAP ? this.size : 'sm')].icon), color: this.icon.color, rotate: this.icon.rotate })), addon)), hAsync("slot", { key: '3c4a72a6152c50d525df972a2a4c4d6840240116' })), 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))))));
9798
+ } }, addon && (hAsync("div", { key: '86592d8a5046853eef3392e598c23d6348313e56', class: "sd-field__addon" }, this.icon && (hAsync("sd-icon", { key: '147082f30f173615e9a4253e99eabae868960f6f', name: this.icon.name, size: this.icon.size ??
9799
+ Number(FIELD_LABEL_SIZE_MAP[(this.size in FIELD_LABEL_SIZE_MAP ? this.size : 'sm')].icon), color: this.icon.color, rotate: this.icon.rotate })), addon)), hAsync("slot", { key: 'a91c7c8ab0075f0cc1d2169b201bf37900872b99' })), 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))))));
9483
9800
  }
9484
9801
  renderLabel(label) {
9485
9802
  if (label == null || label === '')
@@ -9993,7 +10310,7 @@ class SdFloatingPopover {
9993
10310
  }
9994
10311
  }
9995
10312
  render() {
9996
- return hAsync("slot", { key: 'df97046860db0225724f9768428063a3390c5f6e' });
10313
+ return hAsync("slot", { key: '7153fca24fbba922c0dd667bc3bf2314a551f750' });
9997
10314
  }
9998
10315
  static get style() { return sdFloatingPortalCss(); }
9999
10316
  static get cmpMeta() { return {
@@ -10220,7 +10537,7 @@ const GHOST_BUTTON_DISABLED_COLORS = {
10220
10537
  inverse: ghostButtonTokens.ghostButton.inverse.disabled,
10221
10538
  };
10222
10539
 
10223
- const sdGhostButtonCss = () => `sd-ghost-button{display:inline-flex;width:fit-content;height:fit-content}.sd-ghost-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:var(--sd-ghost-button-size);height:var(--sd-ghost-button-size);padding:0;border:none;border-radius:var(--sd-ghost-button-radius);background:transparent;cursor:pointer;box-sizing:border-box;transition:box-shadow 0.2s ease;-webkit-user-select:none;user-select:none}.sd-ghost-button::before{content:"";position:absolute;inset:0;border-radius:inherit;background:var(--sd-ghost-button-hover-bg);opacity:0;transition:opacity 0.2s ease;pointer-events:none}.sd-ghost-button:hover:not(.sd-ghost-button--disabled)::before{opacity:var(--sd-ghost-button-hover-opacity)}.sd-ghost-button:focus-visible{outline:0;box-shadow:0 0 0 2px var(--sd-ghost-button-accent)}.sd-ghost-button--disabled{cursor:not-allowed}`;
10540
+ const sdGhostButtonCss = () => `sd-ghost-button{display:inline-flex;width:fit-content;height:fit-content}.sd-ghost-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:var(--sd-ghost-button-size);height:var(--sd-ghost-button-size);padding:0;border:none;border-radius:var(--sd-ghost-button-radius);background:transparent;cursor:pointer;box-sizing:border-box;transition:box-shadow 0.2s ease;-webkit-user-select:none;user-select:none}.sd-ghost-button::before{content:"";position:absolute;inset:0;border-radius:inherit;background:var(--sd-ghost-button-hover-bg);opacity:0;transition:opacity 0.2s ease;pointer-events:none}.sd-ghost-button:hover:not(.sd-ghost-button--disabled)::before{opacity:var(--sd-ghost-button-hover-opacity)}.sd-ghost-button:focus-visible{outline:0;box-shadow:0 0 0 2px var(--sd-ghost-button-accent)}.sd-ghost-button--disabled{cursor:not-allowed}.sd-ghost-button__tooltip{position:absolute;left:50%;bottom:calc(100% + 4px);transform:translateX(-50%) translateY(4px);z-index:1;display:inline-flex;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease}.sd-ghost-button--with-tooltip:hover:not(.sd-ghost-button--disabled) .sd-ghost-button__tooltip,.sd-ghost-button--with-tooltip:focus-visible:not(.sd-ghost-button--disabled) .sd-ghost-button__tooltip{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}`;
10224
10541
 
10225
10542
  class SdGhostButton {
10226
10543
  constructor(hostRef) {
@@ -10231,6 +10548,7 @@ class SdGhostButton {
10231
10548
  size = 'sm';
10232
10549
  intent = 'default';
10233
10550
  ariaLabel = '';
10551
+ tooltipLabel = '';
10234
10552
  disabled = false;
10235
10553
  click;
10236
10554
  hasWarnedMissingAriaLabel = false;
@@ -10238,6 +10556,7 @@ class SdGhostButton {
10238
10556
  this.size ??= 'sm';
10239
10557
  this.intent ??= 'default';
10240
10558
  this.ariaLabel ??= '';
10559
+ this.tooltipLabel ??= '';
10241
10560
  }
10242
10561
  handleClick = (event) => {
10243
10562
  if (this.disabled) {
@@ -10268,16 +10587,19 @@ class SdGhostButton {
10268
10587
  ? GHOST_BUTTON_DISABLED_COLORS[intent]
10269
10588
  : GHOST_BUTTON_CONTENT_COLORS[intent];
10270
10589
  const accessibleName = (this.ariaLabel ?? '').trim() || undefined;
10271
- return (hAsync("button", { key: '7bf9f8b8d487be0b66a969668308fd451faeb442', class: {
10590
+ const tooltipLabel = (this.tooltipLabel ?? '').trim();
10591
+ const hasTooltip = tooltipLabel.length > 0;
10592
+ return (hAsync("button", { key: 'fafdeaa60205f0190cc592ac8fdacbf140e28d6c', class: {
10272
10593
  'sd-ghost-button': true,
10273
10594
  'sd-ghost-button--disabled': this.disabled,
10595
+ 'sd-ghost-button--with-tooltip': hasTooltip,
10274
10596
  }, type: "button", disabled: this.disabled, "aria-label": accessibleName, style: {
10275
10597
  '--sd-ghost-button-size': `${sizeConfig.size}px`,
10276
10598
  '--sd-ghost-button-radius': `${GHOST_BUTTON_RADIUS[size]}px`,
10277
10599
  '--sd-ghost-button-hover-bg': GHOST_BUTTON_HOVER_BG_COLORS[intent],
10278
10600
  '--sd-ghost-button-hover-opacity': GHOST_BUTTON_HOVER_OPACITY,
10279
10601
  '--sd-ghost-button-accent': GHOST_BUTTON_FOCUS_RING_COLOR,
10280
- }, onClick: this.handleClick }, hAsync("sd-icon", { key: '4b6b05d186f8c38d2f05415fa24960349dd6c453', name: this.icon, size: sizeConfig.icon, color: contentColor })));
10602
+ }, onClick: this.handleClick }, hasTooltip && (hAsync("span", { key: '57425145ccc76a0bf960377cb13ba06e37195fa3', class: "sd-ghost-button__tooltip", "aria-hidden": "true" }, hAsync("sd-tag", { key: '9d097c96d701431ac92aa7fb305c418bb570bc16', name: "square_xs_grey", label: tooltipLabel }))), hAsync("sd-icon", { key: '4b186b2fd33c70f4b47a2c736a53e1ac37bc2ebc', name: this.icon, size: sizeConfig.icon, color: contentColor })));
10281
10603
  }
10282
10604
  static get style() { return sdGhostButtonCss(); }
10283
10605
  static get cmpMeta() { return {
@@ -10288,6 +10610,7 @@ class SdGhostButton {
10288
10610
  "size": [1],
10289
10611
  "intent": [1],
10290
10612
  "ariaLabel": [1, "aria-label"],
10613
+ "tooltipLabel": [1, "tooltip-label"],
10291
10614
  "disabled": [4]
10292
10615
  },
10293
10616
  "$listeners$": undefined,
@@ -10984,12 +11307,12 @@ class SdInput {
10984
11307
  '--sd-system-size-field-sm-height': `${sizeTokens.height}px`,
10985
11308
  '--sd-system-radius-field-sm': `${sizeTokens.radius}px`,
10986
11309
  };
10987
- return (hAsync("sd-field", { key: '184bd0b614071b1c26d0ef3588db8eea1ac519cb', 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: '599d757b62bd61be0ba5c2dde2e1030b4d6f2973', class: "sd-input__content" }, hAsync("slot", { key: '8b71b1449225e51cbab4204e34c077d83101e09e', name: "prefix" }), hAsync("input", { key: 'ed48cf8544adc9e3475229b03129ace0af0e6d4e', 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: 'f084df7c3174756111c6eeb824202e26273d369a', name: "suffix" }), this.clearable && this.internalValue && !this.disabled && !this.readonly && (hAsync("sd-ghost-button", { key: '62f87c780b971ef43ec9bd15ae47d1f773ec18ca', icon: "close", ariaLabel: "clear", size: "xxs", disabled: this.disabled, class: "sd-input__clear-icon", onClick: async () => {
11310
+ return (hAsync("sd-field", { key: 'fce402fae267b5700501e44935f23bebc28efb62', 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: 'f7d8f95cf5ee38a7aa2e44940ba39b9eb001064c', class: "sd-input__content" }, hAsync("slot", { key: '23f1f770a268a0798293420ce0df9e5cc94e07b2', name: "prefix" }), hAsync("input", { key: 'b8c041cc4a8761cf1cf93a8d1af139cd7720d2d8', 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: '5a288d50726b21c156da480937b9759e6c76d33a', name: "suffix" }), this.clearable && this.internalValue && !this.disabled && !this.readonly && (hAsync("sd-ghost-button", { key: 'b5315624a6fd5fdcb70526b1abea4fbac83641c1', icon: "close", ariaLabel: "clear", size: "xxs", disabled: this.disabled, class: "sd-input__clear-icon", onClick: async () => {
10988
11311
  if (this.disabled || this.readonly)
10989
11312
  return;
10990
11313
  this.internalValue = '';
10991
11314
  await this.formField?.sdValidate();
10992
- } })), this.type === 'password' && (hAsync("sd-ghost-button", { key: '83f511acdc0db74f6d7745e4a47c731f9bcf9bb5', icon: this.passwordVisible ? 'visibilityOn' : 'visibilityOff', ariaLabel: "visibility", size: "xxs", disabled: this.disabled || this.readonly, class: "sd-input__password-icon", onClick: () => {
11315
+ } })), this.type === 'password' && (hAsync("sd-ghost-button", { key: '5ae70d65c531db0bc57d17f85c328a275f7aab2b', icon: this.passwordVisible ? 'visibilityOn' : 'visibilityOff', ariaLabel: "visibility", size: "xxs", disabled: this.disabled || this.readonly, class: "sd-input__password-icon", onClick: () => {
10993
11316
  if (this.disabled || this.readonly)
10994
11317
  return;
10995
11318
  this.passwordVisible = !this.passwordVisible;
@@ -11403,7 +11726,7 @@ class SdLinearProgress {
11403
11726
  clipPath: `inset(0 ${100 - this.clampedValue}% 0 0)`,
11404
11727
  };
11405
11728
  const valueText = `${Math.round(this.clampedValue)}%`;
11406
- return (hAsync(Host, { key: '41d89c01b35a6edba09a3ef9f848458d284d491a', style: hostStyle }, hAsync("div", { key: '79d7490c934437aa0075e39aea0f352dec61eae0', class: 'sd-linear-progress__track' }, hAsync("div", { key: 'd6743f9b4f5a086e11a368989fd0f52a10bdc2ef', class: 'sd-linear-progress__fill', style: fillStyle }), !this.indeterminate && (hAsync("span", { key: '2d013c7cdf438e069d00c6fcddfca12ff55490e6', class: 'sd-linear-progress__value sd-linear-progress__value--on-track' }, valueText)), !this.indeterminate && (hAsync("span", { key: '4f473a670cab7b0d104f9c455c28e415d5863a86', class: 'sd-linear-progress__value sd-linear-progress__value--on-fill', style: valueOnFillStyle }, valueText))), this.label && hAsync("span", { key: '6581d326a1d05413587b44715613a4d878e4f658', class: 'sd-linear-progress__label' }, this.label)));
11729
+ return (hAsync(Host, { key: '49452751b0aaf5e6b49d809272620cf4b198ecc1', style: hostStyle }, hAsync("div", { key: 'aec62dae8fa8d4a9d6e64e305fadc63836a1fef6', class: 'sd-linear-progress__track' }, hAsync("div", { key: '0f7cce4cf0ebe6ce40cc127ab8b91fdaf88440cc', class: 'sd-linear-progress__fill', style: fillStyle }), !this.indeterminate && (hAsync("span", { key: 'af2f415ba6cc27c209eed2ff38b02ce58f81a861', class: 'sd-linear-progress__value sd-linear-progress__value--on-track' }, valueText)), !this.indeterminate && (hAsync("span", { key: '2c21c62faf93ee809ae6fa098f7bf88e20447ca8', class: 'sd-linear-progress__value sd-linear-progress__value--on-fill', style: valueOnFillStyle }, valueText))), this.label && hAsync("span", { key: '571c78db5fc8d7a6e4db2ed78e8c75c8be953e2f', class: 'sd-linear-progress__label' }, this.label)));
11407
11730
  }
11408
11731
  static get style() { return sdLinearProgressCss(); }
11409
11732
  static get cmpMeta() { return {
@@ -11437,10 +11760,10 @@ class SdLoadingContainer {
11437
11760
  this.visible = false;
11438
11761
  }
11439
11762
  render() {
11440
- return (hAsync("div", { key: '99c6d9e798862f41142f246f371a357cd604aa44', class: {
11763
+ return (hAsync("div", { key: '314f23e9da2ec850d62b4d4e347055669841c1fe', class: {
11441
11764
  'sd-loading-container': true,
11442
11765
  'sd-loading-container--visible': this.visible,
11443
- }, "aria-hidden": this.visible ? 'false' : 'true' }, hAsync("div", { key: 'b836c7d283113e57d0947a178035591521dc8ee2', class: "sd-loading-container__backdrop" }), hAsync("div", { key: '02f1ae9b17eedb29f24d0170c65ef4217f38a5b5', class: "sd-loading-container__content" }, hAsync("sd-circle-progress", { key: '3d9c1b33693e823c4c55967d00a63eff8a2a805e', indeterminate: true, type: "inverse" }), this.message && (hAsync("p", { key: '46c060f444506a9771507b09fd0867f763a95680', class: "sd-loading-container__message" }, this.message)))));
11766
+ }, "aria-hidden": this.visible ? 'false' : 'true' }, hAsync("div", { key: '541eb68218969c73e52bc8cbdb79171ee0ba908e', class: "sd-loading-container__backdrop" }), hAsync("div", { key: '95192e0c936419248c46a57acb4c5ab63465a2f5', class: "sd-loading-container__content" }, hAsync("sd-circle-progress", { key: '5584a90aa595d3eaffc3597604a9dc359b22bcaf', indeterminate: true, type: "inverse" }), this.message && (hAsync("p", { key: 'e9dc0afbe43a318d7e776dd2f0bafa68ebe8536e', class: "sd-loading-container__message" }, this.message)))));
11444
11767
  }
11445
11768
  static get style() { return sdLoadingContainerCss(); }
11446
11769
  static get cmpMeta() { return {
@@ -11537,7 +11860,7 @@ class SdLoadingModal {
11537
11860
  '--sd-loading-modal-width': this.toCssSize(this.width) ?? `${LOADING_MODAL_LAYOUT.minWidth}px`,
11538
11861
  '--sd-loading-modal-height': this.toCssSize(this.height) ?? `${LOADING_MODAL_LAYOUT.minHeight}px`,
11539
11862
  };
11540
- return (hAsync(Host, { key: 'e1161a16a56cddedc8e4bb76370bdf456d90e15a', style: hostStyle }, hAsync("div", { key: 'e01979e4636465afa4b960ffdb9722f645386dca', class: "sd-loading-modal" }, hAsync("div", { key: '1c1ecc05d20f58084c0d6f8048b17cd84f446edb', class: "sd-loading-modal__content" }, this.resolvedState === 'loading' ? (this.progress !== undefined ? (hAsync("sd-circle-progress", { value: this.progress })) : (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: '6793b86562b67699c59fd83fb0d6ee7378f6d991', 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: '75036f7d88be636987de2fe999c00d338fa352d5', class: "sd-loading-modal__button" }, hAsync("sd-button", { key: '91f30470702df2be7256d451cc80d27e86510d2e', name: LOADING_MODAL_BUTTON_PRESET, label: this.resolvedButtonLabel, onSdClick: this.handleClick }))))));
11863
+ return (hAsync(Host, { key: '17636253239532d90e596f20d84795fe2e65508d', style: hostStyle }, hAsync("div", { key: '2f925afceca4102049d7876ab4d1e33fa1ef5ef7', class: "sd-loading-modal" }, hAsync("div", { key: '0598cff340210ca9ec5e28fb1992cbbc1b8e5a06', class: "sd-loading-modal__content" }, this.resolvedState === 'loading' ? (this.progress !== undefined ? (hAsync("sd-circle-progress", { value: this.progress })) : (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: '3d699238c19ee66fd3afc72194133a865501cc08', 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: 'd454a168360cd23a3e71482d67ee81d8eabdec58', class: "sd-loading-modal__button" }, hAsync("sd-button", { key: '0aa26dc830d1c4827f2ee0ca0bfdf4bb8cd2c9f5', name: LOADING_MODAL_BUTTON_PRESET, label: this.resolvedButtonLabel, onSdClick: this.handleClick }))))));
11541
11864
  }
11542
11865
  static get style() { return sdLoadingModalCss(); }
11543
11866
  static get cmpMeta() { return {
@@ -12320,15 +12643,15 @@ class SdNumberInput {
12320
12643
  '--sd-textinput-input-hint-typography-line-height': `${NUMBER_INPUT_HINT.typography.lineHeight}px`,
12321
12644
  '--sd-textinput-input-contents-gap': `${NUMBER_INPUT_CONTENTS_GAP}px`,
12322
12645
  };
12323
- return (hAsync("sd-field", { key: '36525cd069e57fc9177e25065381f722d1afa66e', 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("div", { key: '47e0981ffcd5dd5182fa5586fda0014be865da9e', class: {
12646
+ return (hAsync("sd-field", { key: '53c6935bbf98ed1eb0f28d6bed675ea369b0b2bc', 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("div", { key: '8f0da8b179cd3946d625ab6b525a2ffd614a5333', class: {
12324
12647
  'sd-number-input__content': true,
12325
12648
  'sd-number-input__content--no-stepper': !this.useButton,
12326
- } }, this.useButton && (hAsync("button", { key: '7f5afc1ded2c889ccf7d689f4ee058cb171571d9', type: "button", class: "sd-number-input__stepper sd-number-input__stepper--decrement", disabled: this.isDecrementDisabled(), onClick: this.handleDecrement, tabindex: -1 }, hAsync("sd-icon", { key: 'fd980fd4e568feaaebb19621ca837201bea519dd', name: "minus", size: iconSize, color: this.isDecrementDisabled()
12649
+ } }, this.useButton && (hAsync("button", { key: '1be42c16d5e671c567d4768f505c2c17c50f1b60', type: "button", class: "sd-number-input__stepper sd-number-input__stepper--decrement", disabled: this.isDecrementDisabled(), onClick: this.handleDecrement, tabindex: -1 }, hAsync("sd-icon", { key: 'dc074328208c8da2ee43ea2cb03dbc838b7d46c9', name: "minus", size: iconSize, color: this.isDecrementDisabled()
12327
12650
  ? NUMBER_INPUT_STEPPER.icon.disabled
12328
- : NUMBER_INPUT_STEPPER.icon.default }))), this.inputPrefix && hAsync("span", { key: '2af6450d437cc765697e0bb4c8a0fcb58a9abd2f', class: "sd-number-input__prefix" }, this.inputPrefix), hAsync("input", { key: '21396363bd0e08f1639cd5a56b0bb7d5c9acd6c1', 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: {
12651
+ : NUMBER_INPUT_STEPPER.icon.default }))), this.inputPrefix && hAsync("span", { key: '84896d40d79e936480052ab45d618cd73550ee87', class: "sd-number-input__prefix" }, this.inputPrefix), hAsync("input", { key: 'f2c8995b6c059c2a4130018b2ff0c7eabcd7abfb', 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: {
12329
12652
  textAlign: this.useButton ? 'center' : 'right',
12330
12653
  ...this.inputStyle,
12331
- } }), this.inputSuffix && hAsync("span", { key: 'd3cd84cd41e0161cfe0b13ed44b412991e498a92', class: "sd-number-input__suffix" }, this.inputSuffix), this.useButton && (hAsync("button", { key: '0a1fdf262b953ce79515ab9771d3177560e11eed', type: "button", class: "sd-number-input__stepper sd-number-input__stepper--increment", disabled: this.isIncrementDisabled(), onClick: this.handleIncrement, tabindex: -1 }, hAsync("sd-icon", { key: '5ffd93512d528309a9051d01f59bb31f1b1f9bb8', name: "add", size: iconSize, color: this.isIncrementDisabled()
12654
+ } }), this.inputSuffix && hAsync("span", { key: 'd6b1ca9f5991f1b2382dd4a35ae4f20832192e3c', class: "sd-number-input__suffix" }, this.inputSuffix), this.useButton && (hAsync("button", { key: '56a59f94ca27e8ef4255cabdd5fe003c602bb8d6', type: "button", class: "sd-number-input__stepper sd-number-input__stepper--increment", disabled: this.isIncrementDisabled(), onClick: this.handleIncrement, tabindex: -1 }, hAsync("sd-icon", { key: '1b8fca91e893b5ade47ed63db4d4d54933c94e53', name: "add", size: iconSize, color: this.isIncrementDisabled()
12332
12655
  ? NUMBER_INPUT_STEPPER.icon.disabled
12333
12656
  : NUMBER_INPUT_STEPPER.icon.default }))))));
12334
12657
  }
@@ -12538,13 +12861,13 @@ class SdPagination {
12538
12861
  '--sd-pagination-bg-selected': PAGINATION_COLORS.bgSelected,
12539
12862
  '--sd-pagination-item-width': `${this.buttonWidth}px`,
12540
12863
  };
12541
- return (hAsync("div", { key: '36a334a05ade253a6345e82d57647a4bab0c94cf', class: {
12864
+ return (hAsync("div", { key: 'abfac6b075ce59ac37f747bf15729bf3879b1749', class: {
12542
12865
  'sd-pagination': true,
12543
12866
  'sd-pagination--simple': this.simple,
12544
- }, style: cssVars }, hAsync("div", { key: '50963e0cdf4da3078020207c0115ccebfe1881d6', 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: {
12867
+ }, style: cssVars }, hAsync("div", { key: '6c8a3eb2ad708649054068a671cf156fe154fae3', 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: {
12545
12868
  'sd-pagination__item': true,
12546
12869
  'sd-pagination__item--selected': this.currentPage === n,
12547
- }, onClick: () => this.handlePageChange(n) }, n))))), hAsync("div", { key: 'a0d0b565cd2b5108c997888b2536ee740b167367', class: "sd-pagination__group sd-pagination__group--next" }, this.renderNextButtons())));
12870
+ }, onClick: () => this.handlePageChange(n) }, n))))), hAsync("div", { key: 'f0013d0057e6addb6a7fae39ebddd2c4f7af5bd0', class: "sd-pagination__group sd-pagination__group--next" }, this.renderNextButtons())));
12548
12871
  }
12549
12872
  static get style() { return sdPaginationCss(); }
12550
12873
  static get cmpMeta() { return {
@@ -12770,7 +13093,7 @@ class SdPopup {
12770
13093
  ...DEFAULT_SUBMIT_BUTTON_PROPS,
12771
13094
  ...this.submitButtonProps,
12772
13095
  };
12773
- return (hAsync("div", { key: '77379698e76b000368df2d2b7345010cde3df7ba', class: `sd-popup sd-popup--${this.type}`, style: cssVars }, hAsync("header", { key: 'e00d2292b718bfd21e491a09e5ea8c18fbb1a2c8', class: "sd-popup__header" }, hAsync("h2", { key: 'b8bac8f58f7f916a3b6fe40a66d21318da45d4d3', class: "sd-popup__title" }, this.popupTitle)), hAsync("div", { key: '56e5b653539752b9fd0fa4694f7342914cd7abc6', class: "sd-popup__body" }, hAsync("slot", { key: '183fafa8179a3350817ec6e3dea12281860f7639' })), this.useFooter && (hAsync("footer", { key: 'd1b7fe2d67e5f3ad3b3f8e20408271fdaab86d93', class: "sd-popup__footer" }, hAsync("div", { key: '7cc5d0bd9d314942d8d5f982f1f459c56fde4bc0', class: "sd-popup__footer-slot sd-popup__footer-slot--left" }, hAsync("slot", { key: 'ffb52c9d679e4ddf9e50e012f8a9aa02b0cb1f95', name: "footer-left" })), hAsync("sd-button", { key: '3ab8061bf4119a9351921a41c3d9cb942c00b5d1', ...submitButtonProps, class: "sd-popup__submit", onSdClick: () => this.submit.emit() })))));
13096
+ return (hAsync("div", { key: 'ea933af50e1ad1a29cf8d73ce70222e2f44c0bb5', class: `sd-popup sd-popup--${this.type}`, style: cssVars }, hAsync("header", { key: '50f1773d911175182888a98a0759b8d3d8829d2f', class: "sd-popup__header" }, hAsync("h2", { key: '4e21a73a6e26388c6b1c814a91ee8a79bf57c576', class: "sd-popup__title" }, this.popupTitle)), hAsync("div", { key: 'dd6ace33c6d8b3e20c0c85c95580efbf8ad6747c', class: "sd-popup__body" }, hAsync("slot", { key: 'e40fbea5b93016131df544f32b74676d2892204e' })), this.useFooter && (hAsync("footer", { key: '96b27f465a804859a15e9105fcd64c7205bc2143', class: "sd-popup__footer" }, hAsync("div", { key: '6715ba330610850ea235ddde5f2da00584204286', class: "sd-popup__footer-slot sd-popup__footer-slot--left" }, hAsync("slot", { key: '092aca3ad212b7218ce4ba247b78b7b45d9e4299', name: "footer-left" })), hAsync("sd-button", { key: '290cd49879cc4868be69ceb60567eab57b5f26fe', ...submitButtonProps, class: "sd-popup__submit", onSdClick: () => this.submit.emit() })))));
12774
13097
  }
12775
13098
  static get style() { return sdPopupCss(); }
12776
13099
  static get cmpMeta() { return {
@@ -13013,7 +13336,7 @@ class SdPortal {
13013
13336
  this.close.emit();
13014
13337
  }
13015
13338
  render() {
13016
- return hAsync("slot", { key: '87fb9bf3f15d09321c6c02a1f7b4ed9084516a04' });
13339
+ return hAsync("slot", { key: 'f7b160cb574608fa16f6edd27d259b85787e6144' });
13017
13340
  }
13018
13341
  static get watchers() { return {
13019
13342
  "open": [{
@@ -13690,15 +14013,15 @@ class SdSelect {
13690
14013
  this.closeDropdown();
13691
14014
  },
13692
14015
  };
13693
- return (hAsync("sd-field", { key: '4ce9951b423a779ce291dcb674cd9c9afce7c0ee', 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: () => {
14016
+ return (hAsync("sd-field", { key: 'd3c3175067494715963592806a150bebadd8970c', 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: () => {
13694
14017
  this.hovered = true;
13695
14018
  }, onMouseLeave: () => {
13696
14019
  this.hovered = false;
13697
- } }, hAsync("div", { key: 'd100c33179cb3eadbdd5e6bbd6ca7425424df717', class: "sd-select", ref: el => {
14020
+ } }, hAsync("div", { key: 'c291b661a968375c341d26ac48f7ff7fd4947e3e', class: "sd-select", ref: el => {
13698
14021
  this.triggerRef = el;
13699
- } }, hAsync("sd-select-trigger", { key: 'e1e577f92cb5d5817e0c5bf92a959de505176bb2', ref: el => {
14022
+ } }, hAsync("sd-select-trigger", { key: '45da184f72f989d9c6be05479fec7a616f168ddf', ref: el => {
13700
14023
  this.triggerComponentRef = el;
13701
- }, 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: 'fc85f29e40eec288cbf8432417b012e8d1a9503f', ...portalProps }, hAsync("sd-select-listbox", { key: '0232651347600d021bcbe89636dcdf27e31e9b5f', 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) })))));
14024
+ }, 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: 'bd7a612cf9ef74e157336a8de0170cebb61074dc', ...portalProps }, hAsync("sd-select-listbox", { key: '8117fab3ef6b2f5f77e74a234c6b21dfc2549df1', 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) })))));
13702
14025
  }
13703
14026
  static get watchers() { return {
13704
14027
  "isOpen": [{
@@ -13999,7 +14322,7 @@ class SdSelectListItem {
13999
14322
  return (
14000
14323
  // 키보드 네비게이션은 부모 listbox 의 ArrowUp/Down + Enter 가 담당. 항목 자체는 role=option, tabindex=-1 으로 표시.
14001
14324
  // eslint-disable-next-line jsx-a11y/click-events-have-key-events
14002
- hAsync("div", { key: 'f85ad121abc818e1a46d4a8d69621b62d4d42197', role: "option", tabindex: -1, "aria-selected": this.isSelected === true ? 'true' : 'false', class: {
14325
+ hAsync("div", { key: '55ebe094653cb89d5c70916c3e0a2f4ccb5551f8', role: "option", tabindex: -1, "aria-selected": this.isSelected === true ? 'true' : 'false', class: {
14003
14326
  'sd-select-list-item': true,
14004
14327
  'sd-select-list-item--group': isGroup,
14005
14328
  'sd-select-list-item--depth1-group': isDepth1Group,
@@ -14009,7 +14332,7 @@ class SdSelectListItem {
14009
14332
  'sd-select-list-item--focused': this.isFocused,
14010
14333
  'sd-select-list-item--selectable': this.isSelectable && !this.option.disabled,
14011
14334
  'sd-select-list-item--disabled': !!this.option.disabled,
14012
- }, style: cssVars, onClick: this.handleClick }, this.useCheckbox && (hAsync("sd-checkbox", { key: '1ba65cfb53d1f41b71081608a331171e30763213', 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 })), isHtmlLabel(this.option.label) ? (hAsync("span", { class: "sd-select-list-item__label", ref: el => el && (el.innerHTML = sanitizeInlineHtml(this.option.label)) })) : (hAsync("span", { class: "sd-select-list-item__label" }, this.option.label)), this.countInfo && (hAsync("span", { key: '22b1552a6fc6c60e3c985b38bf6874067efc5ec0', class: "sd-select-list-item__count" }, "(", this.countInfo.selected, "/", this.countInfo.total, ")"))));
14335
+ }, style: cssVars, onClick: this.handleClick }, this.useCheckbox && (hAsync("sd-checkbox", { key: 'f636931bc20264db98e521b11b819610cda764cd', 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 })), isHtmlLabel(this.option.label) ? (hAsync("span", { class: "sd-select-list-item__label", ref: el => el && (el.innerHTML = sanitizeInlineHtml(this.option.label)) })) : (hAsync("span", { class: "sd-select-list-item__label" }, this.option.label)), this.countInfo && (hAsync("span", { key: '89750bc08c03915b738da390f4255e7451aa9d6d', class: "sd-select-list-item__count" }, "(", this.countInfo.selected, "/", this.countInfo.total, ")"))));
14013
14336
  }
14014
14337
  static get style() { return sdSelectListItemCss(); }
14015
14338
  static get cmpMeta() { return {
@@ -14077,15 +14400,15 @@ class SdSelectListItemSearch {
14077
14400
  clearTimeout(this.debounceTimer);
14078
14401
  }
14079
14402
  render() {
14080
- return (hAsync("div", { key: 'fed22be7a3156cd526c006a256434c93cbb34b78', class: {
14403
+ return (hAsync("div", { key: '6cf78c7d616dc21a7a6e806c184322d12cacb50d', class: {
14081
14404
  'sd-select-list-item-search': true,
14082
14405
  'sd-select-list-item-search--scrolled': this.isScrolled,
14083
- } }, hAsync("div", { key: '27dd47fc17ad02da989febef2c05f32e0310f8cf', class: "sd-select-list-item-search__inner" }, hAsync("sd-icon", { key: 'd6cda28af6d9100f03c7378ca3e435bb0d7813eb', name: "search", size: 16, color: "grey_70", class: "sd-select-list-item-search__icon" }), hAsync("input", { key: 'fc3a77a9dd1171b4ef6a66c4cc27f7dfd00ac611', ref: el => {
14406
+ } }, hAsync("div", { key: 'dd9fa44fed1f3ec7a222dacaa710cdf32ddbe6fc', class: "sd-select-list-item-search__inner" }, hAsync("sd-icon", { key: '2d65a81b7b6160ac4e93016adea0da43d5d01ec8', name: "search", size: 16, color: "grey_70", class: "sd-select-list-item-search__icon" }), hAsync("input", { key: '0d5c4bb09778518aa17a210a2d1a9eb620a1dd7b', ref: el => {
14084
14407
  this.inputEl = el;
14085
- }, 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: '3173d3ab47f961bc2277f729089d26656bdbdf19', type: "button", class: {
14408
+ }, 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: 'e9708437f310788bf8b9a4d358dea9b83cc88ed8', type: "button", class: {
14086
14409
  'sd-select-list-item-search__clear': true,
14087
14410
  'sd-select-list-item-search__clear--hidden': this.searchText === '',
14088
- }, onClick: this.handleClear, tabindex: this.searchText !== '' ? 0 : -1, "aria-hidden": this.searchText !== '' ? 'false' : 'true' }, hAsync("sd-icon", { key: '18285bbf608ea53a44f35a608d1c2bb7abc11697', name: "close", size: 12, color: "#888888" })))));
14411
+ }, onClick: this.handleClear, tabindex: this.searchText !== '' ? 0 : -1, "aria-hidden": this.searchText !== '' ? 'false' : 'true' }, hAsync("sd-icon", { key: 'ed8b1c93809f823205f357b059a8b556e0278b1c', name: "close", size: 12, color: "#888888" })))));
14089
14412
  }
14090
14413
  static get style() { return sdSelectListItemSearchCss(); }
14091
14414
  static get cmpMeta() { return {
@@ -14459,9 +14782,9 @@ class SdSelectListbox {
14459
14782
  '--listbox-max-height': this.maxHeight ?? '260px',
14460
14783
  '--listbox-radius': `${LIST_BOX_LAYOUT.radius}px`,
14461
14784
  };
14462
- return (hAsync("div", { key: 'e0547836378ca809ba48bad194a9ff307af5e23f', class: "sd-select-listbox", style: cssVars }, this.showSearch && (hAsync("sd-select-list-item-search", { key: 'e561d5f372f1fcbf31c3bde8042e9bcd06bac0e1', isScrolled: this.isScrolled, onSdSearchFilter: this.handleSearchFilter })), hAsync("div", { key: '851fb60b4063da678bcf1c3ae127f248be0c0bfe', class: "sd-select-listbox__list", onScroll: this.handleScroll, ref: el => {
14785
+ return (hAsync("div", { key: '6c2cbad13f8aaa8c0552068c7cbc35a147bee77d', class: "sd-select-listbox", style: cssVars }, this.showSearch && (hAsync("sd-select-list-item-search", { key: '052d783e27e2458aa397c77fe891dad4a440f09e', isScrolled: this.isScrolled, onSdSearchFilter: this.handleSearchFilter })), hAsync("div", { key: 'bba95f3c4475d01a65562ba079c8666e3325195d', class: "sd-select-listbox__list", onScroll: this.handleScroll, ref: el => {
14463
14786
  this.listEl = el;
14464
- } }, this.showSelectAll && (hAsync("sd-select-list-item", { key: 'a88151c3f15a35de5b9bc7b7dd4e9e7658fb18de', 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) })))))));
14787
+ } }, this.showSelectAll && (hAsync("sd-select-list-item", { key: '2f55bbacbed71952903599db0739773176ac55fd', option: SdSelectListbox.SELECT_ALL_OPTION, depth: 1, isSelected: this.selectAllState, isFocused: this.isOptionFocused(SdSelectListbox.SELECT_ALL_OPTION), useCheckbox: true, onSdListItemClick: this.handleSelectAllClick, onMouseEnter: () => this.handleOptionHover(SdSelectListbox.SELECT_ALL_OPTION) })), this.isEmpty ? (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) })))))));
14465
14788
  }
14466
14789
  static get watchers() { return {
14467
14790
  "searchKeyword": [{
@@ -14542,7 +14865,7 @@ class SdSelectTrigger {
14542
14865
  ? SELECT_COLORS.icon.disabled
14543
14866
  : SELECT_COLORS.icon.default,
14544
14867
  };
14545
- return (hAsync("div", { key: '463a86e25dbed4aaa8a785f26c5441828e9265d4', ref: el => {
14868
+ return (hAsync("div", { key: 'b5a4f750c00889d0d9b985211063fc6b20bc2e38', ref: el => {
14546
14869
  this.triggerEl = el;
14547
14870
  }, role: "button", "aria-haspopup": "listbox", "aria-expanded": this.isOpen ? 'true' : 'false', tabindex: this.disabled ? -1 : 0, class: {
14548
14871
  'sd-select-trigger': true,
@@ -14553,7 +14876,7 @@ class SdSelectTrigger {
14553
14876
  e.preventDefault();
14554
14877
  this.handleClick();
14555
14878
  }
14556
- }, onFocus: this.handleFocus, onBlur: this.handleBlur }, hAsync("div", { key: '0067809554f428497ee1324307cf613f03ce7f6a', class: "sd-select-trigger__content" }, hasValue && isHtmlLabel(this.displayText) ? (hAsync("span", { class: "sd-select-trigger__text", ref: el => el && (el.innerHTML = sanitizeInlineHtml(this.displayText)) })) : (hAsync("span", { class: "sd-select-trigger__text" }, hasValue ? this.displayText : (this.placeholder ?? '선택'))), hAsync("sd-icon", { key: '425163158c134c003f75165f1af0b2a5add62bb6', name: "chevronDown", size: 12, color: "var(--trigger-icon-color)", class: {
14879
+ }, onFocus: this.handleFocus, onBlur: this.handleBlur }, hAsync("div", { key: 'be0b61c0550618602ef016504fa1672f7520fa93', class: "sd-select-trigger__content" }, hasValue && isHtmlLabel(this.displayText) ? (hAsync("span", { class: "sd-select-trigger__text", ref: el => el && (el.innerHTML = sanitizeInlineHtml(this.displayText)) })) : (hAsync("span", { class: "sd-select-trigger__text" }, hasValue ? this.displayText : (this.placeholder ?? '선택'))), hAsync("sd-icon", { key: '9d60c3eeae54ce6ed9609534e3530d0349d1a3ff', name: "chevronDown", size: 12, color: "var(--trigger-icon-color)", class: {
14557
14880
  'sd-select-trigger__icon': true,
14558
14881
  'sd-select-trigger__icon--open': this.isOpen,
14559
14882
  } }))));
@@ -14675,7 +14998,7 @@ class SdSwitch {
14675
14998
  '--sd-switch-line-height': `${SWITCH_TYPOGRAPHY.lineHeight}px`,
14676
14999
  '--sd-switch-text-decoration': SWITCH_TYPOGRAPHY.textDecoration,
14677
15000
  };
14678
- return (hAsync("label", { key: '7862eed6e08c9837c50cb2a8b3ad018d9aa614e0', "aria-label": this.label || 'switch', class: this.switchClasses, style: cssVars }, hAsync("input", { key: 'cabab7d30e2edc9bd5f295dad96e5945ef6f0a1e', type: "checkbox", checked: this.value, disabled: this.disabled, onInput: this.handleChange }), hAsync("div", { key: 'ad78625af9b6ae95e46636269748ebd00f3553e3', class: "sd-switch__track" }, hAsync("div", { key: '55b0daaf2f5fc048f38b5d52adad55786b16843e', class: "sd-switch__knob" })), this.label && hAsync("span", { key: '99dcdf1afbbedc253469fb06392eb27532acac80', class: "sd-switch__label" }, this.label)));
15001
+ return (hAsync("label", { key: '54ebe92b29a80537e2e4380ffe096a252f883d10', "aria-label": this.label || 'switch', class: this.switchClasses, style: cssVars }, hAsync("input", { key: 'd18abbbf293434f07ae7dfa18b983b47cac1b774', type: "checkbox", checked: this.value, disabled: this.disabled, onInput: this.handleChange }), hAsync("div", { key: '76fef910e632b541c0b33c508e6001529df5614f', class: "sd-switch__track" }, hAsync("div", { key: 'a66f4ecca5787f00febe19216a93ec62916e0541', class: "sd-switch__knob" })), this.label && hAsync("span", { key: '948d2b7afc6e171ee329752cb85f8e361f6bbed8', class: "sd-switch__label" }, this.label)));
14679
15002
  }
14680
15003
  static get style() { return sdSwitchCss(); }
14681
15004
  static get cmpMeta() { return {
@@ -15608,24 +15931,24 @@ class SdTable {
15608
15931
  '--table-selectable-width': `${TABLE_SELECTABLE_COLUMN_WIDTH}px`,
15609
15932
  '--table-host-height': hostHeight,
15610
15933
  };
15611
- return (hAsync(Host, { key: '4ff57911317dc62deffef856f33388973fa4daa7', style: hostStyle }, hAsync("div", { key: '10ace7494c9c7af101c8409b0c2156b3cc2a289f', class: "sd-table__container", style: {
15934
+ return (hAsync(Host, { key: '164ba96033be0195fa50e3d4d684059b9c471479', style: hostStyle }, hAsync("div", { key: '2f1a1be73f86c72e7caa46981ee691d29bb237c7', class: "sd-table__container", style: {
15612
15935
  '--table-width': this.width,
15613
15936
  '--pagination-height': `${paginationHeight}px`,
15614
- } }, hAsync("div", { key: '97d0d9e3ad3184fcd10eb2850c66570ac0f2d3cf', class: {
15937
+ } }, hAsync("div", { key: '16976d24d4c21714183f9691b06c503b86388c54', class: {
15615
15938
  'sd-table__wrapper': true,
15616
15939
  'sd-table__wrapper--use-top': this.useTop,
15617
- } }, hAsync("div", { key: '5317351ccca4e10af0ed6ecb5b077b4f22b95f27', class: {
15940
+ } }, hAsync("div", { key: 'fdd0dcfbff4c3a5e441d720d2e1a39a69c51f9cf', class: {
15618
15941
  'sd-table__scroll-container': true,
15619
15942
  'sd-table__scroll-container--loading': this.isLoading,
15620
15943
  'sd-table__scroll-container--no-data': isNoData,
15621
- } }, this.isLoading && (hAsync("div", { key: 'bb34b1fce3210ea7245bb282818dee6d35be0dac', class: "sd-table__loading", style: { top: `${this.loadingScrollTop}px` } }, hAsync("sd-circle-progress", { key: '5a6103e03854583ef16ab45f442c2b0e9ea635f3', indeterminate: true }))), isNoData && (hAsync(hAsync.Fragment, null, hAsync("div", { key: 'f2c3836bd2c69980603f93a4b241533a18a10d2c', class: "sd-table__no-data-header-overlay" }), hAsync("div", { key: '7b44240dcd92522bd5b02da01a8868c5ba91f3bc', class: "sd-table__no-data" }, hAsync("div", { key: '3ea50fc748f6ace4941d6d28f80acb458b07d206', class: "sd-table__no-data-content", ref: el => {
15944
+ } }, this.isLoading && (hAsync("div", { key: 'facb26c0d1651d4a2a6e0dee5c1b8ca73586de89', class: "sd-table__loading", style: { top: `${this.loadingScrollTop}px` } }, hAsync("sd-circle-progress", { key: '844b92fc9fc38f95d51092b698b67b685bcba076', indeterminate: true }))), isNoData && (hAsync(hAsync.Fragment, null, hAsync("div", { key: '458c8e24b85c0e7c99afe940c3d5856e63bc582a', class: "sd-table__no-data-header-overlay" }), hAsync("div", { key: 'bd29a77ac11da7e5d513955a4c4baa0dd89a623d', class: "sd-table__no-data" }, hAsync("div", { key: '7db0e8e3888e97638f3c78d560e844cc0f8b2944', class: "sd-table__no-data-content", ref: el => {
15622
15945
  this.noDataContentEl = el;
15623
15946
  if (el)
15624
15947
  this.syncNoDataContentObserver();
15625
- } }, hAsync("slot", { key: 'f3d20d973c6e4e416bfbecefd55e373425949602', name: "no-data" }, hAsync("span", { key: '5fe8b1fe2a358a393e18587a3bf2a5c37294ff6b' }, this.resolvedNoDataLabel)))))), hAsync("table", { key: 'c8b5304b4ae1828f7a3c0aaedb5b37d40c071378', 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 &&
15948
+ } }, hAsync("slot", { key: 'fa175041907d4af7e5e0db7cad6e9a3e16e96901', name: "no-data" }, hAsync("span", { key: '3fae3a23d86dc543502f74574a4b5c3f026b9992' }, this.resolvedNoDataLabel)))))), hAsync("table", { key: '9ae98e0697e045b308f7e584fb496692acade8ba', 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 &&
15626
15949
  this.pagination.rowsPerPage > 0 &&
15627
15950
  this.rowCount > 0 &&
15628
- !this.useVirtualScroll && (hAsync("div", { key: '462bd9e4eab9ea45ec6ebf1c510c652c47659b1a', class: "sd-table__pagination" }, hAsync("sd-pagination", { key: 'b934539ab253b1ca7ec2ffd7dfccc576762e0455', 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: '4c636cbf4f04c189018ae32dff24444aab0d480a', value: this.useInternalPagination
15951
+ !this.useVirtualScroll && (hAsync("div", { key: 'a0da779351490332035ec784bc301ea2cb017afd', class: "sd-table__pagination" }, hAsync("sd-pagination", { key: '8c3bcd06e1644afaebabd3762cdb03900f727142', currentPage: !this.useInternalPagination ? this.pagination.page : this.currentPage, lastPage: !this.useInternalPagination ? this.pagination.lastPage : this.lastPageNumber, onSdPageChange: (e) => this.changePage(e.detail) }), this.useRowsPerPageSelect && (hAsync("sd-select", { key: '4bff157ac6e0fb5efe03663d4bbf58d67f8308b6', value: this.useInternalPagination
15629
15952
  ? this.innerRowsPerPage
15630
15953
  : this.pagination.rowsPerPage, options: this.rowsPerPageOption, width: "128px", emitValue: true, onSdUpdate: e => {
15631
15954
  if (!this.isRowsPerPageValue(e.detail))
@@ -15844,7 +16167,7 @@ const TAB_SUB_TYPOGRAPHY = {
15844
16167
  default: tabTokens.tab.sub.default.typography,
15845
16168
  };
15846
16169
 
15847
- const sdTabsCss = () => `sd-tabs{display:inline-block;width:100%}sd-tabs .sd-tabs{display:flex;flex-direction:row;gap:var(--sd-tabs-main-container-gap);border-bottom:var(--sd-tabs-main-border-width) solid var(--sd-tabs-main-selected-border);font-family:var(--sd-tabs-main-font-family)}sd-tabs .sd-tabs__tab{display:flex;align-items:center;justify-content:center;gap:var(--sd-tabs-main-gap);cursor:pointer;box-sizing:border-box;height:var(--sd-tabs-main-height);padding:0 var(--sd-tabs-main-padding-x);border:var(--sd-tabs-main-border-width) solid var(--sd-tabs-main-default-border);border-bottom:none;border-top-left-radius:var(--sd-tabs-main-radius);border-top-right-radius:var(--sd-tabs-main-radius);background-color:var(--sd-tabs-main-default-bg);color:var(--sd-tabs-main-default-text);font-size:var(--sd-tabs-main-font-size);line-height:var(--sd-tabs-main-line-height);font-weight:var(--sd-tabs-main-font-weight-default);transition:all 0.2s ease;position:relative;user-select:none}sd-tabs .sd-tabs__tab::before{content:"";position:absolute;inset:0;opacity:0;transition:all 0.2s;pointer-events:none}sd-tabs .sd-tabs__tab--selected{border-color:var(--sd-tabs-main-selected-border);color:var(--sd-tabs-main-selected-text);background-color:var(--sd-tabs-main-selected-bg)}sd-tabs .sd-tabs__tab--selected .sd-tabs__label::before{font-weight:var(--sd-tabs-main-font-weight-selected)}sd-tabs .sd-tabs__tab--selected:hover::before{background-color:var(--sd-tabs-main-selected-border);opacity:0.15}sd-tabs .sd-tabs__tab--unselected:hover::before{background-color:var(--sd-tabs-main-default-text);opacity:0.15}sd-tabs .sd-tabs__label{user-select:none;font-weight:var(--sd-tabs-main-font-weight-selected);visibility:hidden;position:relative;white-space:nowrap}sd-tabs .sd-tabs__label::before{content:attr(data-label);visibility:visible;position:absolute;inset:0;font-weight:var(--sd-tabs-main-font-weight-default);transition:font-weight 0.2s ease}sd-tabs .sd-tabs--sub{gap:var(--sd-tabs-sub-gap);border-bottom:none;font-family:var(--sd-tabs-sub-font-family)}sd-tabs .sd-tabs--sub .sd-tabs__tab{height:auto;padding:0 0 var(--sd-tabs-sub-content-gap) 0;border:none;border-radius:0;background-color:transparent;color:var(--sd-tabs-sub-default-text);font-size:var(--sd-tabs-sub-font-size);line-height:var(--sd-tabs-sub-line-height);font-weight:var(--sd-tabs-sub-font-weight-default)}sd-tabs .sd-tabs--sub .sd-tabs__tab::before{content:"";position:absolute;left:0;right:0;bottom:0;height:var(--sd-tabs-sub-border-width);width:100%;background-color:var(--sd-tabs-sub-selected-line);opacity:0;transition:opacity 0.2s ease;inset:auto 0 0 0;pointer-events:none}sd-tabs .sd-tabs--sub .sd-tabs__tab--selected{color:var(--sd-tabs-sub-selected-text);background-color:transparent}sd-tabs .sd-tabs--sub .sd-tabs__tab--selected::before{opacity:1}sd-tabs .sd-tabs--sub .sd-tabs__tab--selected .sd-tabs__label::before{font-weight:var(--sd-tabs-sub-font-weight-selected)}sd-tabs .sd-tabs--sub .sd-tabs__label{font-weight:var(--sd-tabs-sub-font-weight-selected)}sd-tabs .sd-tabs--sub .sd-tabs__label::before{font-weight:var(--sd-tabs-sub-font-weight-default)}`;
16170
+ const sdTabsCss = () => `sd-tabs{display:inline-block;width:100%}sd-tabs .sd-tabs{display:flex;flex-direction:row;gap:var(--sd-tabs-main-container-gap);border-bottom:var(--sd-tabs-main-border-width) solid var(--sd-tabs-main-selected-border);font-family:var(--sd-tabs-main-font-family)}sd-tabs .sd-tabs__tab{display:flex;align-items:center;justify-content:center;gap:var(--sd-tabs-main-gap);cursor:pointer;box-sizing:border-box;height:var(--sd-tabs-main-height);padding:0 var(--sd-tabs-main-padding-x);border:var(--sd-tabs-main-border-width) solid var(--sd-tabs-main-default-border);border-bottom:none;border-top-left-radius:var(--sd-tabs-main-radius);border-top-right-radius:var(--sd-tabs-main-radius);background-color:var(--sd-tabs-main-default-bg);color:var(--sd-tabs-main-default-text);font-size:var(--sd-tabs-main-font-size);line-height:var(--sd-tabs-main-line-height);font-weight:var(--sd-tabs-main-font-weight-default);transition:all 0.2s ease;position:relative;user-select:none}sd-tabs .sd-tabs__tab::before{content:"";position:absolute;inset:0;opacity:0;transition:all 0.2s;pointer-events:none}sd-tabs .sd-tabs__tab--selected{border-color:var(--sd-tabs-main-selected-border);color:var(--sd-tabs-main-selected-text);background-color:var(--sd-tabs-main-selected-bg)}sd-tabs .sd-tabs__tab--selected .sd-tabs__label::before{font-weight:var(--sd-tabs-main-font-weight-selected)}sd-tabs .sd-tabs__tab--selected:hover::before{background-color:var(--sd-tabs-main-selected-border);opacity:0.15}sd-tabs .sd-tabs__tab--unselected:hover::before{background-color:var(--sd-tabs-main-default-text);opacity:0.15}sd-tabs .sd-tabs__label{user-select:none;font-weight:var(--sd-tabs-main-font-weight-selected);visibility:hidden;position:relative;white-space:nowrap}sd-tabs .sd-tabs__label::before{content:attr(data-label);visibility:visible;position:absolute;inset:0;font-weight:var(--sd-tabs-main-font-weight-default);transition:font-weight 0.2s ease}sd-tabs .sd-tabs--sub{gap:var(--sd-tabs-sub-gap);border-bottom:none;font-family:var(--sd-tabs-sub-font-family)}sd-tabs .sd-tabs--sub .sd-tabs__tab{height:auto;padding:0 0 var(--sd-tabs-sub-content-gap) 0;border:none;border-radius:0;background-color:transparent;color:var(--sd-tabs-sub-default-text);font-size:var(--sd-tabs-sub-font-size);line-height:var(--sd-tabs-sub-line-height);font-weight:var(--sd-tabs-sub-font-weight-default)}sd-tabs .sd-tabs--sub .sd-tabs__tab::before{content:"";position:absolute;left:0;right:0;bottom:0;height:var(--sd-tabs-sub-border-width);width:100%;background-color:var(--sd-tabs-sub-selected-line);opacity:0;transition:opacity 0.2s ease;inset:auto 0 0 0;pointer-events:none}sd-tabs .sd-tabs--sub .sd-tabs__tab--selected{color:var(--sd-tabs-sub-selected-text);background-color:transparent}sd-tabs .sd-tabs--sub .sd-tabs__tab--selected::before{opacity:1}sd-tabs .sd-tabs--sub .sd-tabs__tab--selected .sd-tabs__label::before{font-weight:var(--sd-tabs-sub-font-weight-selected)}sd-tabs .sd-tabs--sub .sd-tabs__label{font-weight:var(--sd-tabs-sub-font-weight-selected)}sd-tabs .sd-tabs--sub .sd-tabs__label::before{font-weight:var(--sd-tabs-sub-font-weight-default)}sd-tabs .sd-tabs--vertical{flex-direction:column;align-items:stretch;width:fit-content;border-bottom:none;border-right:var(--sd-tabs-main-border-width) solid var(--sd-tabs-main-selected-border)}sd-tabs .sd-tabs--vertical .sd-tabs__tab{justify-content:flex-start;border-bottom:var(--sd-tabs-main-border-width) solid var(--sd-tabs-main-default-border);border-right:none;border-top-right-radius:0;border-bottom-left-radius:var(--sd-tabs-main-radius)}sd-tabs .sd-tabs--vertical .sd-tabs__tab--selected{border-color:var(--sd-tabs-main-selected-border)}sd-tabs .sd-tabs--vertical.sd-tabs--sub{gap:16px;border-right:none}sd-tabs .sd-tabs--vertical.sd-tabs--sub .sd-tabs__tab{justify-content:center;width:100%;border:none;border-radius:0}`;
15848
16171
 
15849
16172
  class SdTabs {
15850
16173
  constructor(hostRef) {
@@ -15855,6 +16178,7 @@ class SdTabs {
15855
16178
  tabs = [];
15856
16179
  size = 'md';
15857
16180
  isSub = false;
16181
+ vertical = false;
15858
16182
  update;
15859
16183
  valueChanged(newValue) {
15860
16184
  this.value = newValue;
@@ -15877,6 +16201,8 @@ class SdTabs {
15877
16201
  const classes = ['sd-tabs', `sd-tabs--${this.size ?? 'md'}`];
15878
16202
  if (this.isSub)
15879
16203
  classes.push('sd-tabs--sub');
16204
+ if (this.vertical)
16205
+ classes.push('sd-tabs--vertical');
15880
16206
  return classes.join(' ');
15881
16207
  }
15882
16208
  getBadgeName(tab) {
@@ -15917,7 +16243,7 @@ class SdTabs {
15917
16243
  };
15918
16244
  }
15919
16245
  render() {
15920
- return (hAsync("div", { key: '543ca85d1e1edf809688da0636094478966f4fff', class: this.getContainerClasses(), style: this.buildCssVars() }, this.tabs.map((tab, index) => {
16246
+ return (hAsync("div", { key: '277188138dd50992b468b35f723cc3f852ad38c3', class: this.getContainerClasses(), style: this.buildCssVars() }, this.tabs.map((tab, index) => {
15921
16247
  const badgeName = this.getBadgeName(tab);
15922
16248
  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 => {
15923
16249
  if (e.key === 'Enter' || e.key === ' ') {
@@ -15940,11 +16266,12 @@ class SdTabs {
15940
16266
  "value": [1537],
15941
16267
  "tabs": [1040],
15942
16268
  "size": [513],
15943
- "isSub": [516, "is-sub"]
16269
+ "isSub": [516, "is-sub"],
16270
+ "vertical": [516]
15944
16271
  },
15945
16272
  "$listeners$": undefined,
15946
16273
  "$lazyBundleId$": "-",
15947
- "$attrsToReflect$": [["value", "value"], ["size", "size"], ["isSub", "is-sub"]]
16274
+ "$attrsToReflect$": [["value", "value"], ["size", "size"], ["isSub", "is-sub"], ["vertical", "vertical"]]
15948
16275
  }; }
15949
16276
  }
15950
16277
 
@@ -16155,7 +16482,7 @@ class SdTag {
16155
16482
  render() {
16156
16483
  const config = this.resolvedConfig;
16157
16484
  const iconNode = this.renderIcon(config.icon, config.iconSize);
16158
- return (hAsync("span", { key: '945a8a13f4891b5174e48e262b2a108674da7198', class: "sd-tag", style: {
16485
+ return (hAsync("span", { key: 'f5dd5e267ffdde104f36ec7f19390357dbf03610', class: "sd-tag", style: {
16159
16486
  '--sd-tag-background': config.background,
16160
16487
  '--sd-tag-content': config.content,
16161
16488
  '--sd-tag-height': config.height,
@@ -16165,7 +16492,7 @@ class SdTag {
16165
16492
  '--sd-tag-font-weight': config.fontWeight,
16166
16493
  '--sd-tag-line-height': config.lineHeight,
16167
16494
  '--sd-tag-radius': config.radius,
16168
- }, "aria-label": this.label || 'tag' }, this.icon && this.isLeft && iconNode, hAsync("span", { key: '441932c2eb85eea471838db541fb95302527df23', class: "sd-tag__label" }, this.label), this.icon && !this.isLeft && iconNode));
16495
+ }, "aria-label": this.label || 'tag' }, this.icon && this.isLeft && iconNode, hAsync("span", { key: '53c649171b1bba53bf71bbf8f382c0678f1a3a6f', class: "sd-tag__label" }, this.label), this.icon && !this.isLeft && iconNode));
16169
16496
  }
16170
16497
  static get style() { return sdTagCss(); }
16171
16498
  static get cmpMeta() { return {
@@ -16233,9 +16560,9 @@ class SdTbody {
16233
16560
  }
16234
16561
  }
16235
16562
  render() {
16236
- return (hAsync(Host, { key: '835dc8ccba601a916fdd8466176a8ad8896c2bf7', slot: `${this.tableId}-body` }, hAsync("tbody", { key: 'e2013dde727695abc366e4e3a1660c8a5835fe67', class: { tbody: true } }, [
16563
+ return (hAsync(Host, { key: 'bc05db24c914d72f0480e0d6d9b594e21cf03153', slot: `${this.tableId}-body` }, hAsync("tbody", { key: 'ba4eb8fcbc184bcd245f47093ca5acfacc3aebf3', class: { tbody: true } }, [
16237
16564
  this.topSpacerHeight > 0 && (hAsync("tr", { key: "spacer-top", class: "tbody__spacer", style: { height: `${this.topSpacerHeight}px`, display: 'block' } })),
16238
- hAsync("slot", { key: '1d75d1880a9b8e0c646b93443cf708c7d4e399c7' }),
16565
+ hAsync("slot", { key: '3c9d25b226dfb20b044a718416d3cdda13eff798' }),
16239
16566
  this.bottomSpacerHeight > 0 && (hAsync("tr", { key: "spacer-bottom", class: "tbody__spacer", style: { height: `${this.bottomSpacerHeight}px`, display: 'block' } })),
16240
16567
  ])));
16241
16568
  }
@@ -16410,7 +16737,7 @@ class SdTd {
16410
16737
  }
16411
16738
  }
16412
16739
  render() {
16413
- return (hAsync(Host, { key: 'e033a5018da4dd82db1707d339fb0c78e86b017e', class: { [`align-${this.align}`]: Boolean(this.align) } }, hAsync("slot", { key: 'd9a303a00702f867d621f142d61ded542bb1d34f' })));
16740
+ return (hAsync(Host, { key: '95f97474c4d00a35085c558bf43593322a9f69e7', class: { [`align-${this.align}`]: Boolean(this.align) } }, hAsync("slot", { key: 'f67d1e8b125c10446dac3abdfa0da01bfb83f470' })));
16414
16741
  }
16415
16742
  static get watchers() { return {
16416
16743
  "field": [{
@@ -16694,7 +17021,7 @@ class SdTextarea {
16694
17021
  '--sd-system-size-field-sm-height': 'auto',
16695
17022
  '--sd-system-radius-field-sm': `${TEXTAREA_TOKENS.radius}px`,
16696
17023
  };
16697
- return (hAsync("sd-field", { key: '040a857ec7eed2400e115d7a48a3497fc0ce9c95', 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: '465f284ad513125b43632c0ab883482149b4aab5', class: "sd-textarea__content" }, hAsync("textarea", { key: '45afdfbffcf80a99c0b6fa611c7b9c84aeaa3ec6', 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 }))));
17024
+ return (hAsync("sd-field", { key: '2a1cd03e4f0fa5457b3164f1b6b71d808633414c', 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: 'b4e25ced8e583ed3d6e8a6026db0d3a2f198acb4', class: "sd-textarea__content" }, hAsync("textarea", { key: '4faeceee380a7ab9a4ff337d16f46c4d7f42fa50', 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 }))));
16698
17025
  }
16699
17026
  static get watchers() { return {
16700
17027
  "value": [{
@@ -16911,16 +17238,16 @@ class SdThead {
16911
17238
  '--table-border-color': TABLE_BORDER.color,
16912
17239
  '--table-border-width': `${TABLE_BORDER.width}px`,
16913
17240
  };
16914
- return (hAsync(Host, { key: '6984dbdc0ac520bda1aff4dcb3468d88ba4f5f47', slot: `${this.tableId}-head`, style: headStyle }, hAsync("thead", { key: 'e2c83c062219727f33ae8b7d67c54910a2d907a0', class: {
17241
+ return (hAsync(Host, { key: '822abd0e5ff71d9e55b6478d56c9277009983deb', slot: `${this.tableId}-head`, style: headStyle }, hAsync("thead", { key: '7c690c49eb0d9be48637b8a6e92287fac22bf377', class: {
16915
17242
  'thead': true,
16916
17243
  'thead--sticky': this._stickyHeader,
16917
- } }, hAsync("tr", { key: '43ff9b8c3c7c6c2941a87defcc296936300664c8', class: "tr" }, this._selectable && (hAsync("th", { key: '5126c20814657af0731b18359ac160717439a388', class: {
17244
+ } }, hAsync("tr", { key: '81c64bb5b06d7e8525ebceaf6a229034e90f7a48', class: "tr" }, this._selectable && (hAsync("th", { key: 'fe00535fb5cd54d053c17b3d3a6fa8869d483b8b', class: {
16918
17245
  'th': true,
16919
17246
  'th--selected': true,
16920
17247
  'sticky-left': true,
16921
17248
  'sticky-left-edge': stickyLeftCount === 0,
16922
17249
  'is-scrolled-left': stickyLeftCount === 0 && this._scrolledLeft,
16923
- }, style: { '--sticky-left-offset': '0px' } }, hAsync("sd-checkbox", { key: '39777a1e26376d9ed4c59ae3fcf1d6190b9007eb', value: this.getIsAllChecked(), disabled: safeRows.length === 0, onSdUpdate: (e) => this.handleSelectAll(e.detail) }), hAsync("div", { key: 'd4212b9d4e2905cd5dfd57046e4455d12d09988d', class: "th__bar" }))), stickyLeftCols.map((col, idx) => (hAsync("th", { key: col.name, class: {
17250
+ }, style: { '--sticky-left-offset': '0px' } }, hAsync("sd-checkbox", { key: 'de1a3ddf9b3df06d8cc9b85431c31ff84b7b8218', value: this.getIsAllChecked(), disabled: safeRows.length === 0, onSdUpdate: (e) => this.handleSelectAll(e.detail) }), hAsync("div", { key: 'afe516ce212b24abcb075b6e6eb661ffcb6ce297', class: "th__bar" }))), stickyLeftCols.map((col, idx) => (hAsync("th", { key: col.name, class: {
16924
17251
  'th': true,
16925
17252
  [`${col.thClass}`]: Boolean(col.thClass),
16926
17253
  'sticky-left': true,
@@ -17071,12 +17398,12 @@ class SdToast {
17071
17398
  const linkColor = typeConfig.linkColor ?? typeConfig.content;
17072
17399
  const useDefaultCloseIntent = ['default', 'caution', 'info'].includes(this.type);
17073
17400
  const buttonName = TOAST_BUTTON_NAME_BY_TYPE[this.type] ?? TOAST_BUTTON_NAME_BY_TYPE.default;
17074
- return (hAsync("div", { key: '0073ea37731ad1d8a54cb45f0eee8103159cbd65', style: {
17401
+ return (hAsync("div", { key: '82c8063406a534e60c985d3c8321612077f75623', style: {
17075
17402
  '--sd-toast-bg': typeConfig.bg,
17076
17403
  '--sd-toast-text': typeConfig.content,
17077
17404
  '--sd-toast-icon': iconColor,
17078
17405
  '--sd-toast-link': linkColor,
17079
- } }, hAsync("div", { key: 'e14f7d2d5e15630989c4cb19ed375a704a8a783a', class: "sd-toast", role: "status", "aria-live": "polite", "aria-atomic": "true" }, this.icon && (hAsync("div", { key: '72b20a3e5920cd173ea2fa05393d991d477e948b', class: "sd-toast__icon" }, hAsync("sd-icon", { key: 'ac2c30b63ae84da53066ba0ddc2fb211ef6b8bbf', name: this.icon, size: iconSize, color: iconColor }))), hAsync("div", { key: '605dca0bcf05059e325f0c05800c11adc55d5da5', class: "sd-toast__content" }, hAsync("span", { key: 'ba8d91256c01bd897b177a69372f813131bd4b03', class: "sd-toast__message" }, this.message)), this.link && (hAsync("a", { key: 'a9283bacb928dc5d92ddc2e554967928035a5fab', href: this.link, class: "sd-toast__link", target: "_blank", rel: "noopener noreferrer" }, this.linkLabel || this.link)), this.buttonLabel && (hAsync("sd-button", { key: '87b7d6bae7f0321e9557967f856e1b5e17697d17', class: "sd-toast__button", name: buttonName, label: this.buttonLabel, onSdClick: (event) => this.buttonClick.emit(event.detail) })), this.useClose && (hAsync("sd-ghost-button", { key: 'e89b2cdd29115e366bb5665a483433393eb1b420', class: "sd-toast__close", icon: "close", intent: useDefaultCloseIntent ? 'default' : 'inverse', ariaLabel: "close", size: "xs", onClick: () => this.close.emit() })))));
17406
+ } }, hAsync("div", { key: 'e83c5b7ddc0edec3fb9e29325dcb52e3295fad4d', class: "sd-toast", role: "status", "aria-live": "polite", "aria-atomic": "true" }, this.icon && (hAsync("div", { key: 'd249e5915f0c92a0a2cff43dee5c61d809ffc7f0', class: "sd-toast__icon" }, hAsync("sd-icon", { key: '088da81d0083cc0ca72f2bf59392a72d3f2ed4de', name: this.icon, size: iconSize, color: iconColor }))), hAsync("div", { key: '5cad9a3a81b00d8926d92d9895c4cca1389dc63b', class: "sd-toast__content" }, hAsync("span", { key: '1fbc72aac70fbb3bb630ad10343ea2c8f76f924c', class: "sd-toast__message" }, this.message)), this.link && (hAsync("a", { key: '769a85fa539bab8b478ef999cab615285a842085', href: this.link, class: "sd-toast__link", target: "_blank", rel: "noopener noreferrer" }, this.linkLabel || this.link)), this.buttonLabel && (hAsync("sd-button", { key: '77612614898b6abdade4b4599987cbb90bc09c4e', class: "sd-toast__button", name: buttonName, label: this.buttonLabel, onSdClick: (event) => this.buttonClick.emit(event.detail) })), this.useClose && (hAsync("sd-ghost-button", { key: '3bef6c0e7f3dec3f2b1f493f9c979a121bc897e9', class: "sd-toast__close", icon: "close", intent: useDefaultCloseIntent ? 'default' : 'inverse', ariaLabel: "close", size: "xs", onClick: () => this.close.emit() })))));
17080
17407
  }
17081
17408
  static get style() { return sdToastCss(); }
17082
17409
  static get cmpMeta() { return {
@@ -17329,7 +17656,7 @@ class SdToastContainer {
17329
17656
  const activeToasts = toasts.filter(t => t.state !== 'exiting').reverse();
17330
17657
  const indexMap = new Map();
17331
17658
  activeToasts.forEach((t, i) => indexMap.set(t.id, i));
17332
- return (hAsync("div", { key: 'b5847f65c728fb5f31bda0f6756118fa975e4987', class: "sd-toast-container", style: this.getContainerStyles(), onMouseEnter: () => {
17659
+ return (hAsync("div", { key: '2b0bc86b7e2ea19a44f3c0b870ce5dec1de3a140', class: "sd-toast-container", style: this.getContainerStyles(), onMouseEnter: () => {
17333
17660
  this.expanded = true;
17334
17661
  this.pauseTimers();
17335
17662
  }, onMouseLeave: () => {
@@ -17487,7 +17814,7 @@ class SdToggle {
17487
17814
  '--sd-toggle-content-select': TOGGLE_COLORS.content.select,
17488
17815
  '--sd-toggle-content-disabled': TOGGLE_COLORS.content.disabled,
17489
17816
  };
17490
- return (hAsync("label", { key: '83b94f28bd8364edefcbfbadccb258b10d01df92', class: this.toggleClasses, style: cssVars, "aria-label": this.label || 'toggle' }, this.label, hAsync("input", { key: '9becc0c6a5337c6d16301e998a9a5bbd92b198a6', style: { display: 'none' }, type: "checkbox", onInput: this.handleChange })));
17817
+ return (hAsync("label", { key: 'f61e80701bc85205794aec0c960965d29b94a247', class: this.toggleClasses, style: cssVars, "aria-label": this.label || 'toggle' }, this.label, hAsync("input", { key: '26a31febfdae6bebe55291d3454a177366dc3db0', style: { display: 'none' }, type: "checkbox", onInput: this.handleChange })));
17491
17818
  }
17492
17819
  static get style() { return sdToggleCss(); }
17493
17820
  static get cmpMeta() { return {
@@ -17617,14 +17944,14 @@ class SdTooltip {
17617
17944
  const hasLabel = this.label !== undefined && this.label !== '';
17618
17945
  const divTrigger = trigger === 'hover' ? hoverTrigger : hasLabel ? {} : { onClick: toggleTooltip };
17619
17946
  const buttonClickTrigger = trigger === 'click' && hasLabel ? { onSdClick: toggleTooltip } : {};
17620
- return (hAsync(Fragment, { key: '01a51171ec82765f97d0d93733266ccddb5f3ce5' }, hAsync("div", { key: 'fa1629b94e21a9906c5e9af3fa33e5c4b5dc5d9a', 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: '081120a9eaf030f5ffe2d677be1ab8ca6142f041', parentRef: this.buttonEl, onSdClose: this.handleClose, placement: placement, offset: this.tooltipOffset }, hAsync("div", { key: '1645e29961ef0a5f11a66966dc3a9c384b2a3217', ref: el => (this.menuEl = el), class: {
17947
+ return (hAsync(Fragment, { key: 'dab010e285f9cf77097b2d18115d1c8dbb462933' }, hAsync("div", { key: 'c49d1f8d55898cedc462fd321ab47d8a82360ae8', 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: '53dbdd7df43e2eacf23c2e1b97bf901b225eab1e', parentRef: this.buttonEl, onSdClose: this.handleClose, placement: placement, offset: this.tooltipOffset }, hAsync("div", { key: '3130ace8e25b783d49fde3b682249a8cf1783cde', ref: el => (this.menuEl = el), class: {
17621
17948
  'sd-floating-menu': true,
17622
17949
  [`sd-floating-menu--${tooltipType}`]: true,
17623
17950
  [`sd-floating-menu--${placement}`]: true,
17624
17951
  }, style: {
17625
17952
  '--sd-floating-bg': typeConfig.bg,
17626
17953
  '--sd-floating-content': typeConfig.content,
17627
- }, onMouseEnter: () => this.show(), onMouseLeave: () => this.startHideTimer() }, hAsync("i", { key: '8be5ae308d3c90cd9e2f4b066a880be903cc27da', class: `sd-floating-menu__arrow sd-floating-menu__arrow--${placement}` }, hAsync(TooltipArrow, { key: '2417f58db36c4c9f92114a6849e7dd71e39a64f5' })), hAsync("div", { key: '2232a1d4f0ac1cb7466daf14a7eec6ca967cee22', class: "sd-floating-menu__content", innerHTML: this.slotContentHTML }))))));
17954
+ }, onMouseEnter: () => this.show(), onMouseLeave: () => this.startHideTimer() }, hAsync("i", { key: '2120f9056ef18218b2ba55d5c921fef9c9a04d67', class: `sd-floating-menu__arrow sd-floating-menu__arrow--${placement}` }, hAsync(TooltipArrow, { key: '557f9ae13f101416d962a84438690078fa7bd16f' })), hAsync("div", { key: '54fb0f3cf0f228184f2eca54a5f3364084b6f834', class: "sd-floating-menu__content", innerHTML: this.slotContentHTML }))))));
17628
17955
  }
17629
17956
  static get style() { return sdTooltipCss(); }
17630
17957
  static get cmpMeta() { return {
@@ -17959,6 +18286,7 @@ registerComponents([
17959
18286
  SdCard,
17960
18287
  SdCheckbox,
17961
18288
  SdChip,
18289
+ SdChipInput,
17962
18290
  SdCircleProgress,
17963
18291
  SdConfirmModal,
17964
18292
  SdDateBox,