@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.js CHANGED
@@ -5390,7 +5390,7 @@ class SdBadge {
5390
5390
  color = 'blue';
5391
5391
  render() {
5392
5392
  const resolvedColor = BADGE_COLOR_MAP[this.color] ?? BADGE_COLOR_MAP.blue;
5393
- return (hAsync("div", { key: '5fec3220f60c6567d1aa5de6aa3d1c7c9f9e605b', class: "sd-badge", style: { '--sd-badge-color': resolvedColor } }, hAsync("div", { key: '892f2c5c1d004d172c06bc0871688d30e449e80f', class: "sd-badge__dot" })));
5393
+ return (hAsync("div", { key: '0f337c449618a6182f00d9557305f42983610a98', class: "sd-badge", style: { '--sd-badge-color': resolvedColor } }, hAsync("div", { key: '68a559c01a6b65dab5bee08236d36bea565633a9', class: "sd-badge__dot" })));
5394
5394
  }
5395
5395
  static get style() { return sdBadgeCss(); }
5396
5396
  static get cmpMeta() { return {
@@ -5463,26 +5463,26 @@ var inputTokens = {
5463
5463
  textinput: textinput
5464
5464
  };
5465
5465
 
5466
- const sm$4 = inputTokens.textinput.sm;
5467
- const md$4 = inputTokens.textinput.md;
5466
+ const sm$5 = inputTokens.textinput.sm;
5467
+ const md$5 = inputTokens.textinput.md;
5468
5468
  const BARCODE_INPUT_SIZE_MAP = {
5469
5469
  sm: {
5470
- height: sm$4.height,
5471
- paddingX: sm$4.paddingX,
5472
- gap: sm$4.gap,
5473
- radius: sm$4.radius,
5474
- fontSize: sm$4.typography.fontSize,
5475
- lineHeight: sm$4.typography.lineHeight,
5476
- fontWeight: sm$4.typography.fontWeight,
5470
+ height: sm$5.height,
5471
+ paddingX: sm$5.paddingX,
5472
+ gap: sm$5.gap,
5473
+ radius: sm$5.radius,
5474
+ fontSize: sm$5.typography.fontSize,
5475
+ lineHeight: sm$5.typography.lineHeight,
5476
+ fontWeight: sm$5.typography.fontWeight,
5477
5477
  },
5478
5478
  md: {
5479
- height: md$4.height,
5480
- paddingX: md$4.paddingX,
5481
- gap: md$4.gap,
5482
- radius: md$4.radius,
5483
- fontSize: md$4.typography.fontSize,
5484
- lineHeight: md$4.typography.lineHeight,
5485
- fontWeight: md$4.typography.fontWeight,
5479
+ height: md$5.height,
5480
+ paddingX: md$5.paddingX,
5481
+ gap: md$5.gap,
5482
+ radius: md$5.radius,
5483
+ fontSize: md$5.typography.fontSize,
5484
+ lineHeight: md$5.typography.lineHeight,
5485
+ fontWeight: md$5.typography.fontWeight,
5486
5486
  },
5487
5487
  };
5488
5488
  const BARCODE_INPUT_COLORS = {
@@ -5600,7 +5600,7 @@ class SdBarcodeInput {
5600
5600
  '--sd-system-radius-field-sm': `${sizeTokens.radius}px`,
5601
5601
  '--sd-system-color-field-bg-default': BARCODE_INPUT_COLORS.bg.barcode,
5602
5602
  };
5603
- 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 () => {
5603
+ 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 () => {
5604
5604
  if (this.disabled)
5605
5605
  return;
5606
5606
  this.internalValue = '';
@@ -6163,6 +6163,9 @@ const button$1 = {
6163
6163
  text: {
6164
6164
  disabled: "#888888"
6165
6165
  },
6166
+ icon: {
6167
+ disabled: "#BBBBBB"
6168
+ },
6166
6169
  brand: {
6167
6170
  strong: {
6168
6171
  bg: {
@@ -6208,7 +6211,9 @@ const button$1 = {
6208
6211
  hover: "#EEEEEE"
6209
6212
  },
6210
6213
  border: "#888888",
6211
- text: "#222222"}
6214
+ text: "#222222",
6215
+ icon: "#555555"
6216
+ }
6212
6217
  },
6213
6218
  danger: {
6214
6219
  strong: {
@@ -6377,7 +6382,7 @@ const PRESET_HOVER_BACKGROUNDS$1 = {
6377
6382
  danger: buttonTokens.button.danger.strong.bg.hover,
6378
6383
  danger_outline: buttonTokens.button.danger.outline.bg.hover,
6379
6384
  };
6380
- const PRESET_CONTENT_COLORS$1 = {
6385
+ const PRESET_TEXT_COLORS$1 = {
6381
6386
  primary: buttonTokens.button.brand.strong.content,
6382
6387
  secondary: buttonTokens.button.brand.subtle.content,
6383
6388
  primary_outline: buttonTokens.button.brand.outline.content,
@@ -6385,6 +6390,14 @@ const PRESET_CONTENT_COLORS$1 = {
6385
6390
  danger: buttonTokens.button.danger.strong.content,
6386
6391
  danger_outline: buttonTokens.button.danger.outline.content,
6387
6392
  };
6393
+ const PRESET_ICON_COLORS$1 = {
6394
+ primary: buttonTokens.button.brand.strong.content,
6395
+ secondary: buttonTokens.button.brand.subtle.content,
6396
+ primary_outline: buttonTokens.button.brand.outline.content,
6397
+ neutral_outline: buttonTokens.button.neutral.outline.icon,
6398
+ danger: buttonTokens.button.danger.strong.content,
6399
+ danger_outline: buttonTokens.button.danger.outline.content,
6400
+ };
6388
6401
  const PRESET_BORDER_COLORS$1 = {
6389
6402
  primary: 'transparent',
6390
6403
  secondary: 'transparent',
@@ -6397,7 +6410,7 @@ const SIZE_SUFFIX_PATTERN = /_(xs|sm|md|lg)$/;
6397
6410
  const isButtonName = (value) => value in BUTTON_CONFIG;
6398
6411
  const getPresetName = (value) => value.replace(SIZE_SUFFIX_PATTERN, '');
6399
6412
 
6400
- 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}`;
6413
+ 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}`;
6401
6414
 
6402
6415
  const isValidIcon = (icon) => icon != null && icon in Icons;
6403
6416
  class SdButton {
@@ -6471,13 +6484,14 @@ class SdButton {
6471
6484
  const validRightIcon = isValidIcon(this.rightIcon) ? this.rightIcon : undefined;
6472
6485
  const iconOnly = !hasLabel && Boolean(validIcon) !== Boolean(validRightIcon);
6473
6486
  const accessibleName = iconOnly && this.ariaLabel.trim() !== '' ? this.ariaLabel : undefined;
6474
- return (hAsync("button", { key: 'a234c7f16473512ada9eb1e06bf64f77c399cbfc', class: this.getButtonClasses(preset, config.size, hasLabel, iconOnly), type: this.type ?? 'button', disabled: this.disabled, "aria-label": accessibleName, style: {
6487
+ return (hAsync("button", { key: 'da3228e64ba27430283d55a49d3e13b2112929b6', class: this.getButtonClasses(preset, config.size, hasLabel, iconOnly), type: this.type ?? 'button', disabled: this.disabled, "aria-label": accessibleName, style: {
6475
6488
  '--sd-button-bg': config.color,
6476
6489
  '--sd-button-bg-hover': PRESET_HOVER_BACKGROUNDS$1[preset],
6477
6490
  '--sd-button-border': PRESET_BORDER_COLORS$1[preset],
6478
- '--sd-button-content': PRESET_CONTENT_COLORS$1[preset],
6491
+ '--sd-button-text': PRESET_TEXT_COLORS$1[preset],
6492
+ '--sd-button-icon': PRESET_ICON_COLORS$1[preset],
6479
6493
  '--sd-button-accent': BUTTON_FOCUS_RING_COLOR,
6480
- }, 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)" })))));
6494
+ }, 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)" })))));
6481
6495
  }
6482
6496
  static get style() { return sdButtonCss(); }
6483
6497
  static get cmpMeta() { return {
@@ -6900,7 +6914,7 @@ class SdCalendar {
6900
6914
  const eventMap = this.eventMap;
6901
6915
  const legend = this.legendItems;
6902
6916
  const hasEvents = (this.events?.length ?? 0) > 0;
6903
- 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 => {
6917
+ 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 => {
6904
6918
  const isSelected = cell.inCurrentMonth && this.value !== '' && this.value === cell.date;
6905
6919
  const isToday = cell.inCurrentMonth && today === cell.date;
6906
6920
  const isDisabled = cell.inCurrentMonth && this.isDisabled(cell.date);
@@ -6913,8 +6927,8 @@ class SdCalendar {
6913
6927
  'sd-calendar__day--disabled': isDisabled,
6914
6928
  }, 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 } })))))));
6915
6929
  })), legend.length > 0 && [
6916
- hAsync("span", { key: '9d3f938ca0ac1d48ec6189a6b9f7598c06dbaf13', class: "sd-calendar__divider-bottom", "aria-hidden": "true" }),
6917
- 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))))),
6930
+ hAsync("span", { key: '9c1c21573694ca6702d19ba451c31cbdb47e727c', class: "sd-calendar__divider-bottom", "aria-hidden": "true" }),
6931
+ 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))))),
6918
6932
  ]));
6919
6933
  }
6920
6934
  static get watchers() { return {
@@ -7169,7 +7183,7 @@ class SdCallout {
7169
7183
  }
7170
7184
  render() {
7171
7185
  const showTitle = this.type === 'danger';
7172
- 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())));
7186
+ 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())));
7173
7187
  }
7174
7188
  static get style() { return sdCalloutCss(); }
7175
7189
  static get cmpMeta() { return {
@@ -7194,7 +7208,7 @@ class SdCard {
7194
7208
  bordered = false;
7195
7209
  sdClass = '';
7196
7210
  render() {
7197
- return (hAsync(Fragment, { key: '366604b2ca458d2b9b26f61c1cb282543b27a699' }, hAsync("div", { key: '889e8ec8d359eb26713762ebb9990ea07dfaf0ba', class: `sd-card ${this.bordered ? 'sd-card--bordered' : ''} ${this.sdClass}` }, hAsync("slot", { key: 'd680bfe14dc135da77e35440587f089781ef383f' }))));
7211
+ return (hAsync(Fragment, { key: 'bf7511e8d9fccc98adf963ae20f59710bb0d00f3' }, hAsync("div", { key: '729a6053062c3959ee1e9561f5673c8a75a4dc9d', class: `sd-card ${this.bordered ? 'sd-card--bordered' : ''} ${this.sdClass}` }, hAsync("slot", { key: '11ec4fa43f694901a85879ec04e146ace90be435' }))));
7198
7212
  }
7199
7213
  static get style() { return sdCardCss(); }
7200
7214
  static get cmpMeta() { return {
@@ -7455,14 +7469,12 @@ const chip = {
7455
7469
  },
7456
7470
  bg: {
7457
7471
  "default": "#F6F6F6",
7458
- error: "#FCEFEF",
7459
- focus: "#FFFFFF"},
7472
+ error: "#FCEFEF"},
7460
7473
  content: {
7461
7474
  "default": "#555555",
7462
7475
  error: "#E30000",
7463
7476
  focus: "#222222"},
7464
7477
  border: {
7465
- focus: "#E1E1E1",
7466
7478
  width: "1"
7467
7479
  }
7468
7480
  };
@@ -7481,17 +7493,12 @@ const CHIP_COLORS = {
7481
7493
  bg: {
7482
7494
  default: chipTokens.chip.bg.default,
7483
7495
  error: chipTokens.chip.bg.error,
7484
- focus: chipTokens.chip.bg.focus,
7485
7496
  },
7486
7497
  content: {
7487
7498
  default: chipTokens.chip.content.default,
7488
7499
  error: chipTokens.chip.content.error,
7489
7500
  focus: chipTokens.chip.content.focus,
7490
- },
7491
- border: {
7492
- focus: chipTokens.chip.border.focus,
7493
- },
7494
- };
7501
+ }};
7495
7502
  const CHIP_TYPOGRAPHY = {
7496
7503
  default: {
7497
7504
  fontFamily: chipTokens.chip.typography.default.fontFamily,
@@ -7507,7 +7514,7 @@ const CHIP_TYPOGRAPHY = {
7507
7514
  },
7508
7515
  };
7509
7516
 
7510
- 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}`;
7517
+ 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}`;
7511
7518
 
7512
7519
  class SdChip {
7513
7520
  constructor(hostRef) {
@@ -7642,10 +7649,12 @@ class SdChip {
7642
7649
  handleInputKeyDown = (event) => {
7643
7650
  if (event.key === 'Enter') {
7644
7651
  event.preventDefault();
7652
+ event.stopPropagation();
7645
7653
  this.commitEdit();
7646
7654
  }
7647
7655
  else if (event.key === 'Escape') {
7648
7656
  event.preventDefault();
7657
+ event.stopPropagation();
7649
7658
  this.cancelEdit();
7650
7659
  }
7651
7660
  };
@@ -7706,22 +7715,22 @@ class SdChip {
7706
7715
  }
7707
7716
  render() {
7708
7717
  const state = this.resolveState();
7709
- const typography = state === 'focus' ? CHIP_TYPOGRAPHY.focus : CHIP_TYPOGRAPHY.default;
7718
+ const typography = CHIP_TYPOGRAPHY.default;
7710
7719
  const cssVars = {
7711
7720
  '--sd-chip-height': CHIP_LAYOUT.height,
7712
7721
  '--sd-chip-padding-x': CHIP_LAYOUT.paddingX,
7713
7722
  '--sd-chip-gap': CHIP_LAYOUT.gap,
7714
7723
  '--sd-chip-radius': CHIP_LAYOUT.radius,
7715
7724
  '--sd-chip-border-width': CHIP_LAYOUT.borderWidth,
7716
- '--sd-chip-bg': CHIP_COLORS.bg[state],
7717
- '--sd-chip-content': CHIP_COLORS.content[state],
7718
- '--sd-chip-border-color': state === 'focus' ? CHIP_COLORS.border.focus : 'transparent',
7725
+ '--sd-chip-bg': state === 'error' ? CHIP_COLORS.bg.error : CHIP_COLORS.bg.default,
7726
+ '--sd-chip-content': state === 'error' ? CHIP_COLORS.content.error : CHIP_COLORS.content.default,
7727
+ '--sd-chip-border-color': 'transparent',
7719
7728
  '--sd-chip-font-family': typography.fontFamily,
7720
7729
  '--sd-chip-font-size': typography.fontSize,
7721
7730
  '--sd-chip-font-weight': typography.fontWeight,
7722
7731
  '--sd-chip-line-height': typography.lineHeight,
7723
7732
  };
7724
- return (hAsync("span", { key: '6503611c9cb03be2de4fc09398e2ce1b34b8ab10', class: {
7733
+ return (hAsync("span", { key: 'e1c1386f3143f4830256784853c1d931706a6beb', class: {
7725
7734
  'sd-chip': true,
7726
7735
  [`sd-chip--${state}`]: true,
7727
7736
  'sd-chip--disabled': this.disabled,
@@ -7762,6 +7771,309 @@ class SdChip {
7762
7771
  }; }
7763
7772
  }
7764
7773
 
7774
+ const chipInput = {
7775
+ sm: {
7776
+ minHeight: "36",
7777
+ paddingX: "12",
7778
+ paddingY: "6",
7779
+ radius: "4",
7780
+ typography: {
7781
+ 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",
7782
+ fontWeight: "400",
7783
+ fontSize: "12",
7784
+ lineHeight: "20"}
7785
+ },
7786
+ md: {
7787
+ minHeight: "40",
7788
+ paddingX: "16",
7789
+ paddingY: "8",
7790
+ radius: "6",
7791
+ typography: {
7792
+ 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",
7793
+ fontWeight: "400",
7794
+ fontSize: "14",
7795
+ lineHeight: "24"
7796
+ }
7797
+ },
7798
+ chip: {
7799
+ gap: "8"
7800
+ },
7801
+ text: {
7802
+ placeholder: "#AAAAAA"
7803
+ }
7804
+ };
7805
+ var chipInputTokens = {
7806
+ chipInput: chipInput
7807
+ };
7808
+
7809
+ const sm$4 = chipInputTokens.chipInput.sm;
7810
+ const md$4 = chipInputTokens.chipInput.md;
7811
+ const CHIP_INPUT_SIZE_MAP = {
7812
+ sm: {
7813
+ minHeight: sm$4.minHeight,
7814
+ paddingX: sm$4.paddingX,
7815
+ paddingY: sm$4.paddingY,
7816
+ radius: sm$4.radius,
7817
+ fontSize: sm$4.typography.fontSize,
7818
+ lineHeight: sm$4.typography.lineHeight,
7819
+ fontWeight: sm$4.typography.fontWeight,
7820
+ fontFamily: sm$4.typography.fontFamily,
7821
+ },
7822
+ md: {
7823
+ minHeight: md$4.minHeight,
7824
+ paddingX: md$4.paddingX,
7825
+ paddingY: md$4.paddingY,
7826
+ radius: md$4.radius,
7827
+ fontSize: md$4.typography.fontSize,
7828
+ lineHeight: md$4.typography.lineHeight,
7829
+ fontWeight: md$4.typography.fontWeight,
7830
+ fontFamily: md$4.typography.fontFamily,
7831
+ },
7832
+ };
7833
+ const CHIP_INPUT_COLORS = {
7834
+ text: {
7835
+ placeholder: chipInputTokens.chipInput.text.placeholder,
7836
+ },
7837
+ };
7838
+ const CHIP_INPUT_LAYOUT = {
7839
+ chipGap: `${chipInputTokens.chipInput.chip.gap}px`,
7840
+ };
7841
+ const CHIP_INPUT_RESET = {
7842
+ dividerColor: '#E1E1E1', // TODO: 토큰 반영 후 교체
7843
+ iconColor: '#888888', // TODO: 토큰 반영 후 교체 (grey_65)
7844
+ labelColor: '#555555', // TODO: 토큰 반영 후 교체 (grey_70)
7845
+ };
7846
+
7847
+ 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)}`;
7848
+
7849
+ class SdChipInput {
7850
+ constructor(hostRef) {
7851
+ registerInstance(this, hostRef);
7852
+ this.update = createEvent(this, "sdUpdate", 7);
7853
+ this.focusEvent = createEvent(this, "sdFocus", 7);
7854
+ this.blurEvent = createEvent(this, "sdBlur", 7);
7855
+ }
7856
+ get host() { return getElement(this); }
7857
+ values = [];
7858
+ errors = [];
7859
+ size = 'sm';
7860
+ disabled = false;
7861
+ placeholder = '입력해 주세요.';
7862
+ name = nanoid$1();
7863
+ rules = [];
7864
+ error = false;
7865
+ useReset = false;
7866
+ // sd-field props
7867
+ label = '';
7868
+ labelWidth = '';
7869
+ hint = '';
7870
+ errorMessage = '';
7871
+ width = '';
7872
+ status;
7873
+ icon = undefined;
7874
+ labelTooltip = '';
7875
+ labelTooltipProps = null;
7876
+ internalValues = [];
7877
+ internalErrors = [];
7878
+ focused = false;
7879
+ hovered = false;
7880
+ inputValue = '';
7881
+ inputEl;
7882
+ formField;
7883
+ get value() {
7884
+ return this.internalValues;
7885
+ }
7886
+ valuesChanged(newValues) {
7887
+ this.internalValues = [...(newValues ?? [])];
7888
+ }
7889
+ errorsChanged(newErrors) {
7890
+ if (Array.isArray(newErrors)) {
7891
+ this.internalErrors = [...newErrors];
7892
+ }
7893
+ }
7894
+ componentWillLoad() {
7895
+ this.internalValues = [...(this.values ?? [])];
7896
+ if (Array.isArray(this.errors)) {
7897
+ this.internalErrors = [...this.errors];
7898
+ }
7899
+ }
7900
+ getChipError(index) {
7901
+ if (typeof this.errors === 'function') {
7902
+ return this.errors(this.internalValues[index] ?? '');
7903
+ }
7904
+ return this.internalErrors[index] ?? false;
7905
+ }
7906
+ update;
7907
+ focusEvent;
7908
+ blurEvent;
7909
+ async sdValidate() {
7910
+ return this.formField?.sdValidate();
7911
+ }
7912
+ async sdReset() {
7913
+ return this.formField?.sdReset();
7914
+ }
7915
+ async sdResetValidate() {
7916
+ return this.formField?.sdResetValidation();
7917
+ }
7918
+ async sdFocus() {
7919
+ return this.formField?.sdFocus();
7920
+ }
7921
+ handleChipUpdate = (index, newValue) => {
7922
+ if (newValue.trim() === '') {
7923
+ this.handleChipRemove(index);
7924
+ return;
7925
+ }
7926
+ const next = [...this.internalValues];
7927
+ next[index] = newValue;
7928
+ this.internalValues = next;
7929
+ this.values = next;
7930
+ this.update.emit(next);
7931
+ };
7932
+ handleChipRemove = (index) => {
7933
+ const next = this.internalValues.filter((_, i) => i !== index);
7934
+ this.internalValues = next;
7935
+ this.values = next;
7936
+ if (Array.isArray(this.errors)) {
7937
+ const nextErrors = this.internalErrors.filter((_, i) => i !== index);
7938
+ this.internalErrors = nextErrors;
7939
+ this.errors = nextErrors;
7940
+ }
7941
+ this.update.emit(next);
7942
+ this.inputEl?.focus();
7943
+ };
7944
+ handleKeyDown = (event) => {
7945
+ const input = event.target;
7946
+ if (event.key === 'Enter' && !event.isComposing && input.value.trim() !== '') {
7947
+ event.preventDefault();
7948
+ const next = [...this.internalValues, input.value.trim()];
7949
+ this.internalValues = next;
7950
+ this.values = next;
7951
+ input.value = '';
7952
+ this.inputValue = '';
7953
+ this.update.emit(next);
7954
+ }
7955
+ else if (event.key === 'Backspace' && input.value === '' && this.internalValues.length > 0) {
7956
+ event.preventDefault();
7957
+ const next = this.internalValues.slice(0, -1);
7958
+ const nextErrors = this.internalErrors.slice(0, -1);
7959
+ this.internalValues = next;
7960
+ this.internalErrors = nextErrors;
7961
+ this.values = next;
7962
+ this.errors = nextErrors;
7963
+ this.update.emit(next);
7964
+ }
7965
+ };
7966
+ handleInput = (event) => {
7967
+ this.inputValue = event.target.value;
7968
+ };
7969
+ handleFocus = () => {
7970
+ this.focused = true;
7971
+ this.focusEvent.emit();
7972
+ };
7973
+ handleBlur = () => {
7974
+ this.focused = false;
7975
+ this.blurEvent.emit();
7976
+ };
7977
+ handleContainerClick = () => {
7978
+ if (!this.disabled) {
7979
+ this.inputEl?.focus();
7980
+ }
7981
+ };
7982
+ handleResetInput = () => {
7983
+ this.internalValues = [];
7984
+ this.internalErrors = [];
7985
+ this.values = [];
7986
+ if (Array.isArray(this.errors)) {
7987
+ this.errors = [];
7988
+ }
7989
+ this.update.emit([]);
7990
+ this.inputEl?.focus();
7991
+ };
7992
+ render() {
7993
+ const sizeTokens = CHIP_INPUT_SIZE_MAP[this.size] ?? CHIP_INPUT_SIZE_MAP.sm;
7994
+ const cssVars = {
7995
+ [`--sd-system-size-field-${this.size}-height`]: 'auto',
7996
+ [`--sd-system-radius-field-${this.size}`]: `${sizeTokens.radius}px`,
7997
+ '--sd-chip-input-min-height': `${sizeTokens.minHeight}px`,
7998
+ '--sd-chip-input-padding-x': `${sizeTokens.paddingX}px`,
7999
+ '--sd-chip-input-padding-y': `${sizeTokens.paddingY}px`,
8000
+ '--sd-chip-input-font-size': `${sizeTokens.fontSize}px`,
8001
+ '--sd-chip-input-line-height': `${sizeTokens.lineHeight}px`,
8002
+ '--sd-chip-input-font-weight': sizeTokens.fontWeight,
8003
+ '--sd-chip-input-font-family': sizeTokens.fontFamily,
8004
+ '--sd-chip-input-chip-gap': CHIP_INPUT_LAYOUT.chipGap,
8005
+ '--sd-chip-input-placeholder-color': CHIP_INPUT_COLORS.text.placeholder,
8006
+ '--sd-chip-input-reset-gap': CHIP_INPUT_LAYOUT.chipGap,
8007
+ '--sd-chip-input-divider-color': CHIP_INPUT_RESET.dividerColor,
8008
+ '--sd-chip-input-field-height': CHIP_LAYOUT.height,
8009
+ '--sd-chip-input-field-padding-x': CHIP_LAYOUT.paddingX,
8010
+ '--sd-chip-input-field-radius': CHIP_LAYOUT.radius,
8011
+ '--sd-chip-input-field-border-width': CHIP_LAYOUT.borderWidth,
8012
+ '--sd-chip-input-field-bg': CHIP_COLORS.bg.default,
8013
+ '--sd-chip-input-field-border-color': 'transparent',
8014
+ '--sd-chip-input-field-content': CHIP_COLORS.content.focus,
8015
+ '--sd-chip-input-field-font-size': CHIP_TYPOGRAPHY.focus.fontSize,
8016
+ '--sd-chip-input-field-font-weight': CHIP_TYPOGRAPHY.focus.fontWeight,
8017
+ '--sd-chip-input-field-line-height': CHIP_TYPOGRAPHY.focus.lineHeight,
8018
+ '--sd-chip-input-field-font-family': CHIP_TYPOGRAPHY.focus.fontFamily,
8019
+ };
8020
+ 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: () => {
8021
+ this.focused = true;
8022
+ }, onSdBlur: () => {
8023
+ this.focused = false;
8024
+ } }))), hAsync("div", { key: '33746a3ce014b5d28329c193d93d8bf1fc4957a6', class: {
8025
+ 'sd-chip-input__field': true,
8026
+ 'sd-chip-input__field--filled': this.inputValue !== '',
8027
+ 'sd-chip-input__field--empty': this.inputValue === '' && this.internalValues.length > 0 && !this.focused,
8028
+ }, "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 }))))));
8029
+ }
8030
+ static get watchers() { return {
8031
+ "values": [{
8032
+ "valuesChanged": 0
8033
+ }],
8034
+ "errors": [{
8035
+ "errorsChanged": 0
8036
+ }]
8037
+ }; }
8038
+ static get style() { return sdChipInputCss(); }
8039
+ static get cmpMeta() { return {
8040
+ "$flags$": 512,
8041
+ "$tagName$": "sd-chip-input",
8042
+ "$members$": {
8043
+ "values": [1040],
8044
+ "errors": [1040],
8045
+ "size": [1],
8046
+ "disabled": [4],
8047
+ "placeholder": [1],
8048
+ "name": [1],
8049
+ "rules": [16],
8050
+ "error": [1028],
8051
+ "useReset": [4, "use-reset"],
8052
+ "label": [1],
8053
+ "labelWidth": [8, "label-width"],
8054
+ "hint": [1],
8055
+ "errorMessage": [1, "error-message"],
8056
+ "width": [8],
8057
+ "status": [1],
8058
+ "icon": [16],
8059
+ "labelTooltip": [1, "label-tooltip"],
8060
+ "labelTooltipProps": [16],
8061
+ "internalValues": [32],
8062
+ "internalErrors": [32],
8063
+ "focused": [32],
8064
+ "hovered": [32],
8065
+ "inputValue": [32],
8066
+ "sdValidate": [64],
8067
+ "sdReset": [64],
8068
+ "sdResetValidate": [64],
8069
+ "sdFocus": [64]
8070
+ },
8071
+ "$listeners$": undefined,
8072
+ "$lazyBundleId$": "-",
8073
+ "$attrsToReflect$": []
8074
+ }; }
8075
+ }
8076
+
7765
8077
  const spinner = {
7766
8078
  color: {
7767
8079
  track: "#EEEEEE",
@@ -7888,7 +8200,7 @@ class SdCircleProgress {
7888
8200
  }
7889
8201
  const c = CIRCLE_PROGRESS_VIEWBOX_SIZE / 2;
7890
8202
  const showPercent = !this.indeterminate;
7891
- 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)));
8203
+ 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)));
7892
8204
  }
7893
8205
  static get style() { return sdCircleProgressCss(); }
7894
8206
  static get cmpMeta() { return {
@@ -8004,9 +8316,9 @@ class SdConfirmModal {
8004
8316
  const type = this.resolvedType;
8005
8317
  const iconName = CONFIRM_MODAL_ICON_MAP[type];
8006
8318
  const iconColor = CONFIRM_MODAL_ICON_COLOR[type];
8007
- 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 => {
8319
+ 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 => {
8008
8320
  this.customContentRef = el;
8009
- } })) : (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() }))));
8321
+ } })) : (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() }))));
8010
8322
  }
8011
8323
  static get style() { return sdConfirmModalCss(); }
8012
8324
  static get cmpMeta() { return {
@@ -8293,9 +8605,9 @@ class SdDatePicker {
8293
8605
  '--sd-system-color-field-border-focus': DATEPICKER_COLORS.border.focus,
8294
8606
  '--sd-system-color-field-bg-default': DATEPICKER_COLORS.bg.default,
8295
8607
  };
8296
- 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 => {
8608
+ 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 => {
8297
8609
  this.triggerRef = el;
8298
- } }, 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 })))));
8610
+ } }, 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 })))));
8299
8611
  }
8300
8612
  static get watchers() { return {
8301
8613
  "isOpen": [{
@@ -8378,7 +8690,7 @@ class SdDatePickerTrigger {
8378
8690
  ? DATEPICKER_COLORS.icon.disabled
8379
8691
  : DATEPICKER_COLORS.icon.default,
8380
8692
  };
8381
- return (hAsync("div", { key: '8a41444172b2d9aa54fa6efe09c4440705d55e06', role: "button", tabindex: this.disabled ? -1 : 0, class: {
8693
+ return (hAsync("div", { key: '87ada0414ffc6404b27cf4a41ba7c9cb9903f498', role: "button", tabindex: this.disabled ? -1 : 0, class: {
8382
8694
  'sd-date-picker-trigger': true,
8383
8695
  'sd-date-picker-trigger--disabled': this.disabled,
8384
8696
  }, style: cssVars, onClick: this.handleClick, onKeyDown: e => {
@@ -8386,7 +8698,7 @@ class SdDatePickerTrigger {
8386
8698
  e.preventDefault();
8387
8699
  this.handleClick();
8388
8700
  }
8389
- } }, 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)));
8701
+ } }, 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)));
8390
8702
  }
8391
8703
  static get style() { return sdDatePickerTriggerCss(); }
8392
8704
  static get cmpMeta() { return {
@@ -8806,7 +9118,7 @@ class SdDateRangePickerCalendar {
8806
9118
  '--range-panel-gap': `${RANGE_LAYOUT.panelGap}px`,
8807
9119
  '--range-divider': RANGE_LAYOUT.divider,
8808
9120
  };
8809
- 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)))));
9121
+ 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)))));
8810
9122
  }
8811
9123
  static get watchers() { return {
8812
9124
  "value": [{
@@ -8849,7 +9161,7 @@ class SdDivider {
8849
9161
  const hostStyle = {
8850
9162
  '--sd-divider-color': DIVIDER_COLORS.default,
8851
9163
  };
8852
- return (hAsync(Host, { key: '92e9f5ef8d6d382e1e2a62f3421feaf1bc27aab7', style: hostStyle }, hAsync("hr", { key: '40827e6308a258e6de4a438c53d4de9465a6d0a1', "aria-orientation": this.vertical ? 'vertical' : 'horizontal' })));
9164
+ return (hAsync(Host, { key: '8282aae8e5cd26630c54f4347cd26f544672d15d', style: hostStyle }, hAsync("hr", { key: '94df7dc7465b05ecad6527da2c008a4ff503f034', "aria-orientation": this.vertical ? 'vertical' : 'horizontal' })));
8853
9165
  }
8854
9166
  static get style() { return sdDividerCss(); }
8855
9167
  static get cmpMeta() { return {
@@ -8959,7 +9271,8 @@ const DROPDOWN_BUTTON_CONFIG = (() => {
8959
9271
  return Object.fromEntries(names.map(name => [name, BUTTON_CONFIG[name]]));
8960
9272
  })();
8961
9273
  const PRESET_HOVER_BACKGROUNDS = PRESET_HOVER_BACKGROUNDS$1;
8962
- const PRESET_CONTENT_COLORS = PRESET_CONTENT_COLORS$1;
9274
+ const PRESET_TEXT_COLORS = PRESET_TEXT_COLORS$1;
9275
+ const PRESET_ICON_COLORS = PRESET_ICON_COLORS$1;
8963
9276
  const PRESET_BORDER_COLORS = PRESET_BORDER_COLORS$1;
8964
9277
  const PRESET_DIVIDER_COLORS = {
8965
9278
  primary: buttonTokens.button.dropdown.brand.strong.split,
@@ -9003,11 +9316,12 @@ const DROPDOWN_CHEVRON_ICON_SIZE = {
9003
9316
  };
9004
9317
  const DROPDOWN_DISABLED_BACKGROUND = buttonTokens.button.bg.disabled;
9005
9318
  const DROPDOWN_DISABLED_TEXT = buttonTokens.button.text.disabled;
9319
+ const DROPDOWN_DISABLED_ICON = buttonTokens.button.icon.disabled;
9006
9320
  const DROPDOWN_DISABLED_BORDER = buttonTokens.button.border.disabled;
9007
9321
  const isDropdownButtonName = (value) => value in DROPDOWN_BUTTON_CONFIG;
9008
9322
  const getDropdownButtonPreset = (value) => getPresetName(value);
9009
9323
 
9010
- 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}`;
9324
+ 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}`;
9011
9325
 
9012
9326
  class SdDropdownButton extends BaseDropdownEvent {
9013
9327
  constructor(hostRef) {
@@ -9185,11 +9499,13 @@ class SdDropdownButton extends BaseDropdownEvent {
9185
9499
  '--sd-dropdown-button-bg': config.color,
9186
9500
  '--sd-dropdown-button-bg-hover': PRESET_HOVER_BACKGROUNDS[preset],
9187
9501
  '--sd-dropdown-button-border': PRESET_BORDER_COLORS[preset],
9188
- '--sd-dropdown-button-content': PRESET_CONTENT_COLORS[preset],
9502
+ '--sd-dropdown-button-content': PRESET_TEXT_COLORS[preset],
9503
+ '--sd-dropdown-button-icon': PRESET_ICON_COLORS[preset],
9189
9504
  '--sd-dropdown-button-divider': PRESET_DIVIDER_COLORS[preset],
9190
9505
  '--sd-dropdown-button-accent': BUTTON_FOCUS_RING_COLOR,
9191
9506
  '--sd-dropdown-button-disabled-bg': DROPDOWN_DISABLED_BACKGROUND,
9192
9507
  '--sd-dropdown-button-disabled-content': DROPDOWN_DISABLED_TEXT,
9508
+ '--sd-dropdown-button-disabled-icon': DROPDOWN_DISABLED_ICON,
9193
9509
  '--sd-dropdown-button-disabled-border': DROPDOWN_DISABLED_BORDER,
9194
9510
  };
9195
9511
  }
@@ -9228,7 +9544,7 @@ class SdDropdownButton extends BaseDropdownEvent {
9228
9544
  return (hAsync("span", { class: {
9229
9545
  'sd-dropdown-button__trigger-icon': true,
9230
9546
  'sd-dropdown-button__trigger-icon--open': this.isOpen && !this.split,
9231
- }, "aria-hidden": "true" }, hAsync("sd-icon", { name: iconName, size: DROPDOWN_CHEVRON_ICON_SIZE[size], color: "var(--sd-dropdown-button-current-content)" })));
9547
+ }, "aria-hidden": "true" }, hAsync("sd-icon", { name: iconName, size: DROPDOWN_CHEVRON_ICON_SIZE[size], color: "var(--sd-dropdown-button-current-icon)" })));
9232
9548
  }
9233
9549
  render() {
9234
9550
  const { config, preset } = this.resolvedConfig;
@@ -9302,6 +9618,7 @@ const FORM_PARENT_TAGS = [
9302
9618
  'sd-file-picker',
9303
9619
  'sd-date-picker',
9304
9620
  'sd-date-range-picker',
9621
+ 'sd-chip-input',
9305
9622
  ];
9306
9623
  class SdField {
9307
9624
  constructor(hostRef) {
@@ -9467,21 +9784,21 @@ class SdField {
9467
9784
  : {}),
9468
9785
  }
9469
9786
  : {};
9470
- return (hAsync("div", { key: 'c6d4bc9d09982d65c31596319569590df9b994b1', class: {
9787
+ return (hAsync("div", { key: 'b2a4122378dd725d8b392b89ae44669f097ff767', class: {
9471
9788
  'sd-field': true,
9472
9789
  'sd-field--has-label': this.label !== '',
9473
9790
  'sd-field--has-addon': addon !== '',
9474
9791
  [this.fieldStatus]: this.fieldStatus !== '',
9475
- }, 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
9792
+ }, 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
9476
9793
  ? {
9477
9794
  width: typeof this.width === 'number' ? `${this.width}px` : this.width,
9478
9795
  flex: 'none',
9479
9796
  }
9480
- : {} }, hAsync("div", { key: '13c99702bf11e4ff76332141a9eaff93185882d3', class: {
9797
+ : {} }, hAsync("div", { key: 'f8c058d44411d27997e90bf3627a4b905f1a6112', class: {
9481
9798
  'sd-field__control': true,
9482
9799
  'sd-field__control--has-addon': addon !== '',
9483
- } }, addon && (hAsync("div", { key: '461170360e26e24051fab4507a22e932f5a37244', class: "sd-field__addon" }, this.icon && (hAsync("sd-icon", { key: 'c8b63273a253da7911e5d8a6f57143a9cc909853', name: this.icon.name, size: this.icon.size ??
9484
- 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))))));
9800
+ } }, addon && (hAsync("div", { key: '86592d8a5046853eef3392e598c23d6348313e56', class: "sd-field__addon" }, this.icon && (hAsync("sd-icon", { key: '147082f30f173615e9a4253e99eabae868960f6f', name: this.icon.name, size: this.icon.size ??
9801
+ 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))))));
9485
9802
  }
9486
9803
  renderLabel(label) {
9487
9804
  if (label == null || label === '')
@@ -9995,7 +10312,7 @@ class SdFloatingPopover {
9995
10312
  }
9996
10313
  }
9997
10314
  render() {
9998
- return hAsync("slot", { key: 'df97046860db0225724f9768428063a3390c5f6e' });
10315
+ return hAsync("slot", { key: '7153fca24fbba922c0dd667bc3bf2314a551f750' });
9999
10316
  }
10000
10317
  static get style() { return sdFloatingPortalCss(); }
10001
10318
  static get cmpMeta() { return {
@@ -10222,7 +10539,7 @@ const GHOST_BUTTON_DISABLED_COLORS = {
10222
10539
  inverse: ghostButtonTokens.ghostButton.inverse.disabled,
10223
10540
  };
10224
10541
 
10225
- 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}`;
10542
+ 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)}`;
10226
10543
 
10227
10544
  class SdGhostButton {
10228
10545
  constructor(hostRef) {
@@ -10233,6 +10550,7 @@ class SdGhostButton {
10233
10550
  size = 'sm';
10234
10551
  intent = 'default';
10235
10552
  ariaLabel = '';
10553
+ tooltipLabel = '';
10236
10554
  disabled = false;
10237
10555
  click;
10238
10556
  hasWarnedMissingAriaLabel = false;
@@ -10240,6 +10558,7 @@ class SdGhostButton {
10240
10558
  this.size ??= 'sm';
10241
10559
  this.intent ??= 'default';
10242
10560
  this.ariaLabel ??= '';
10561
+ this.tooltipLabel ??= '';
10243
10562
  }
10244
10563
  handleClick = (event) => {
10245
10564
  if (this.disabled) {
@@ -10270,16 +10589,19 @@ class SdGhostButton {
10270
10589
  ? GHOST_BUTTON_DISABLED_COLORS[intent]
10271
10590
  : GHOST_BUTTON_CONTENT_COLORS[intent];
10272
10591
  const accessibleName = (this.ariaLabel ?? '').trim() || undefined;
10273
- return (hAsync("button", { key: '7bf9f8b8d487be0b66a969668308fd451faeb442', class: {
10592
+ const tooltipLabel = (this.tooltipLabel ?? '').trim();
10593
+ const hasTooltip = tooltipLabel.length > 0;
10594
+ return (hAsync("button", { key: 'fafdeaa60205f0190cc592ac8fdacbf140e28d6c', class: {
10274
10595
  'sd-ghost-button': true,
10275
10596
  'sd-ghost-button--disabled': this.disabled,
10597
+ 'sd-ghost-button--with-tooltip': hasTooltip,
10276
10598
  }, type: "button", disabled: this.disabled, "aria-label": accessibleName, style: {
10277
10599
  '--sd-ghost-button-size': `${sizeConfig.size}px`,
10278
10600
  '--sd-ghost-button-radius': `${GHOST_BUTTON_RADIUS[size]}px`,
10279
10601
  '--sd-ghost-button-hover-bg': GHOST_BUTTON_HOVER_BG_COLORS[intent],
10280
10602
  '--sd-ghost-button-hover-opacity': GHOST_BUTTON_HOVER_OPACITY,
10281
10603
  '--sd-ghost-button-accent': GHOST_BUTTON_FOCUS_RING_COLOR,
10282
- }, onClick: this.handleClick }, hAsync("sd-icon", { key: '4b6b05d186f8c38d2f05415fa24960349dd6c453', name: this.icon, size: sizeConfig.icon, color: contentColor })));
10604
+ }, 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 })));
10283
10605
  }
10284
10606
  static get style() { return sdGhostButtonCss(); }
10285
10607
  static get cmpMeta() { return {
@@ -10290,6 +10612,7 @@ class SdGhostButton {
10290
10612
  "size": [1],
10291
10613
  "intent": [1],
10292
10614
  "ariaLabel": [1, "aria-label"],
10615
+ "tooltipLabel": [1, "tooltip-label"],
10293
10616
  "disabled": [4]
10294
10617
  },
10295
10618
  "$listeners$": undefined,
@@ -10986,12 +11309,12 @@ class SdInput {
10986
11309
  '--sd-system-size-field-sm-height': `${sizeTokens.height}px`,
10987
11310
  '--sd-system-radius-field-sm': `${sizeTokens.radius}px`,
10988
11311
  };
10989
- 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 () => {
11312
+ 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 () => {
10990
11313
  if (this.disabled || this.readonly)
10991
11314
  return;
10992
11315
  this.internalValue = '';
10993
11316
  await this.formField?.sdValidate();
10994
- } })), 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: () => {
11317
+ } })), 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: () => {
10995
11318
  if (this.disabled || this.readonly)
10996
11319
  return;
10997
11320
  this.passwordVisible = !this.passwordVisible;
@@ -11405,7 +11728,7 @@ class SdLinearProgress {
11405
11728
  clipPath: `inset(0 ${100 - this.clampedValue}% 0 0)`,
11406
11729
  };
11407
11730
  const valueText = `${Math.round(this.clampedValue)}%`;
11408
- 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)));
11731
+ 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)));
11409
11732
  }
11410
11733
  static get style() { return sdLinearProgressCss(); }
11411
11734
  static get cmpMeta() { return {
@@ -11439,10 +11762,10 @@ class SdLoadingContainer {
11439
11762
  this.visible = false;
11440
11763
  }
11441
11764
  render() {
11442
- return (hAsync("div", { key: '99c6d9e798862f41142f246f371a357cd604aa44', class: {
11765
+ return (hAsync("div", { key: '314f23e9da2ec850d62b4d4e347055669841c1fe', class: {
11443
11766
  'sd-loading-container': true,
11444
11767
  'sd-loading-container--visible': this.visible,
11445
- }, "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)))));
11768
+ }, "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)))));
11446
11769
  }
11447
11770
  static get style() { return sdLoadingContainerCss(); }
11448
11771
  static get cmpMeta() { return {
@@ -11539,7 +11862,7 @@ class SdLoadingModal {
11539
11862
  '--sd-loading-modal-width': this.toCssSize(this.width) ?? `${LOADING_MODAL_LAYOUT.minWidth}px`,
11540
11863
  '--sd-loading-modal-height': this.toCssSize(this.height) ?? `${LOADING_MODAL_LAYOUT.minHeight}px`,
11541
11864
  };
11542
- 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 }))))));
11865
+ 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 }))))));
11543
11866
  }
11544
11867
  static get style() { return sdLoadingModalCss(); }
11545
11868
  static get cmpMeta() { return {
@@ -12322,15 +12645,15 @@ class SdNumberInput {
12322
12645
  '--sd-textinput-input-hint-typography-line-height': `${NUMBER_INPUT_HINT.typography.lineHeight}px`,
12323
12646
  '--sd-textinput-input-contents-gap': `${NUMBER_INPUT_CONTENTS_GAP}px`,
12324
12647
  };
12325
- 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: {
12648
+ 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: {
12326
12649
  'sd-number-input__content': true,
12327
12650
  'sd-number-input__content--no-stepper': !this.useButton,
12328
- } }, 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()
12651
+ } }, 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()
12329
12652
  ? NUMBER_INPUT_STEPPER.icon.disabled
12330
- : 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: {
12653
+ : 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: {
12331
12654
  textAlign: this.useButton ? 'center' : 'right',
12332
12655
  ...this.inputStyle,
12333
- } }), 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()
12656
+ } }), 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()
12334
12657
  ? NUMBER_INPUT_STEPPER.icon.disabled
12335
12658
  : NUMBER_INPUT_STEPPER.icon.default }))))));
12336
12659
  }
@@ -12540,13 +12863,13 @@ class SdPagination {
12540
12863
  '--sd-pagination-bg-selected': PAGINATION_COLORS.bgSelected,
12541
12864
  '--sd-pagination-item-width': `${this.buttonWidth}px`,
12542
12865
  };
12543
- return (hAsync("div", { key: '36a334a05ade253a6345e82d57647a4bab0c94cf', class: {
12866
+ return (hAsync("div", { key: 'abfac6b075ce59ac37f747bf15729bf3879b1749', class: {
12544
12867
  'sd-pagination': true,
12545
12868
  'sd-pagination--simple': this.simple,
12546
- }, 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: {
12869
+ }, 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: {
12547
12870
  'sd-pagination__item': true,
12548
12871
  'sd-pagination__item--selected': this.currentPage === n,
12549
- }, onClick: () => this.handlePageChange(n) }, n))))), hAsync("div", { key: 'a0d0b565cd2b5108c997888b2536ee740b167367', class: "sd-pagination__group sd-pagination__group--next" }, this.renderNextButtons())));
12872
+ }, onClick: () => this.handlePageChange(n) }, n))))), hAsync("div", { key: 'f0013d0057e6addb6a7fae39ebddd2c4f7af5bd0', class: "sd-pagination__group sd-pagination__group--next" }, this.renderNextButtons())));
12550
12873
  }
12551
12874
  static get style() { return sdPaginationCss(); }
12552
12875
  static get cmpMeta() { return {
@@ -12772,7 +13095,7 @@ class SdPopup {
12772
13095
  ...DEFAULT_SUBMIT_BUTTON_PROPS,
12773
13096
  ...this.submitButtonProps,
12774
13097
  };
12775
- 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() })))));
13098
+ 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() })))));
12776
13099
  }
12777
13100
  static get style() { return sdPopupCss(); }
12778
13101
  static get cmpMeta() { return {
@@ -13015,7 +13338,7 @@ class SdPortal {
13015
13338
  this.close.emit();
13016
13339
  }
13017
13340
  render() {
13018
- return hAsync("slot", { key: '87fb9bf3f15d09321c6c02a1f7b4ed9084516a04' });
13341
+ return hAsync("slot", { key: 'f7b160cb574608fa16f6edd27d259b85787e6144' });
13019
13342
  }
13020
13343
  static get watchers() { return {
13021
13344
  "open": [{
@@ -13692,15 +14015,15 @@ class SdSelect {
13692
14015
  this.closeDropdown();
13693
14016
  },
13694
14017
  };
13695
- 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: () => {
14018
+ 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: () => {
13696
14019
  this.hovered = true;
13697
14020
  }, onMouseLeave: () => {
13698
14021
  this.hovered = false;
13699
- } }, hAsync("div", { key: 'd100c33179cb3eadbdd5e6bbd6ca7425424df717', class: "sd-select", ref: el => {
14022
+ } }, hAsync("div", { key: 'c291b661a968375c341d26ac48f7ff7fd4947e3e', class: "sd-select", ref: el => {
13700
14023
  this.triggerRef = el;
13701
- } }, hAsync("sd-select-trigger", { key: 'e1e577f92cb5d5817e0c5bf92a959de505176bb2', ref: el => {
14024
+ } }, hAsync("sd-select-trigger", { key: '45da184f72f989d9c6be05479fec7a616f168ddf', ref: el => {
13702
14025
  this.triggerComponentRef = el;
13703
- }, 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) })))));
14026
+ }, 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) })))));
13704
14027
  }
13705
14028
  static get watchers() { return {
13706
14029
  "isOpen": [{
@@ -14001,7 +14324,7 @@ class SdSelectListItem {
14001
14324
  return (
14002
14325
  // 키보드 네비게이션은 부모 listbox 의 ArrowUp/Down + Enter 가 담당. 항목 자체는 role=option, tabindex=-1 으로 표시.
14003
14326
  // eslint-disable-next-line jsx-a11y/click-events-have-key-events
14004
- hAsync("div", { key: 'f85ad121abc818e1a46d4a8d69621b62d4d42197', role: "option", tabindex: -1, "aria-selected": this.isSelected === true ? 'true' : 'false', class: {
14327
+ hAsync("div", { key: '55ebe094653cb89d5c70916c3e0a2f4ccb5551f8', role: "option", tabindex: -1, "aria-selected": this.isSelected === true ? 'true' : 'false', class: {
14005
14328
  'sd-select-list-item': true,
14006
14329
  'sd-select-list-item--group': isGroup,
14007
14330
  'sd-select-list-item--depth1-group': isDepth1Group,
@@ -14011,7 +14334,7 @@ class SdSelectListItem {
14011
14334
  'sd-select-list-item--focused': this.isFocused,
14012
14335
  'sd-select-list-item--selectable': this.isSelectable && !this.option.disabled,
14013
14336
  'sd-select-list-item--disabled': !!this.option.disabled,
14014
- }, 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, ")"))));
14337
+ }, 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, ")"))));
14015
14338
  }
14016
14339
  static get style() { return sdSelectListItemCss(); }
14017
14340
  static get cmpMeta() { return {
@@ -14079,15 +14402,15 @@ class SdSelectListItemSearch {
14079
14402
  clearTimeout(this.debounceTimer);
14080
14403
  }
14081
14404
  render() {
14082
- return (hAsync("div", { key: 'fed22be7a3156cd526c006a256434c93cbb34b78', class: {
14405
+ return (hAsync("div", { key: '6cf78c7d616dc21a7a6e806c184322d12cacb50d', class: {
14083
14406
  'sd-select-list-item-search': true,
14084
14407
  'sd-select-list-item-search--scrolled': this.isScrolled,
14085
- } }, 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 => {
14408
+ } }, 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 => {
14086
14409
  this.inputEl = el;
14087
- }, 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: {
14410
+ }, 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: {
14088
14411
  'sd-select-list-item-search__clear': true,
14089
14412
  'sd-select-list-item-search__clear--hidden': this.searchText === '',
14090
- }, 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" })))));
14413
+ }, 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" })))));
14091
14414
  }
14092
14415
  static get style() { return sdSelectListItemSearchCss(); }
14093
14416
  static get cmpMeta() { return {
@@ -14461,9 +14784,9 @@ class SdSelectListbox {
14461
14784
  '--listbox-max-height': this.maxHeight ?? '260px',
14462
14785
  '--listbox-radius': `${LIST_BOX_LAYOUT.radius}px`,
14463
14786
  };
14464
- 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 => {
14787
+ 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 => {
14465
14788
  this.listEl = el;
14466
- } }, 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) })))))));
14789
+ } }, 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) })))))));
14467
14790
  }
14468
14791
  static get watchers() { return {
14469
14792
  "searchKeyword": [{
@@ -14544,7 +14867,7 @@ class SdSelectTrigger {
14544
14867
  ? SELECT_COLORS.icon.disabled
14545
14868
  : SELECT_COLORS.icon.default,
14546
14869
  };
14547
- return (hAsync("div", { key: '463a86e25dbed4aaa8a785f26c5441828e9265d4', ref: el => {
14870
+ return (hAsync("div", { key: 'b5a4f750c00889d0d9b985211063fc6b20bc2e38', ref: el => {
14548
14871
  this.triggerEl = el;
14549
14872
  }, role: "button", "aria-haspopup": "listbox", "aria-expanded": this.isOpen ? 'true' : 'false', tabindex: this.disabled ? -1 : 0, class: {
14550
14873
  'sd-select-trigger': true,
@@ -14555,7 +14878,7 @@ class SdSelectTrigger {
14555
14878
  e.preventDefault();
14556
14879
  this.handleClick();
14557
14880
  }
14558
- }, 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: {
14881
+ }, 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: {
14559
14882
  'sd-select-trigger__icon': true,
14560
14883
  'sd-select-trigger__icon--open': this.isOpen,
14561
14884
  } }))));
@@ -14677,7 +15000,7 @@ class SdSwitch {
14677
15000
  '--sd-switch-line-height': `${SWITCH_TYPOGRAPHY.lineHeight}px`,
14678
15001
  '--sd-switch-text-decoration': SWITCH_TYPOGRAPHY.textDecoration,
14679
15002
  };
14680
- 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)));
15003
+ 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)));
14681
15004
  }
14682
15005
  static get style() { return sdSwitchCss(); }
14683
15006
  static get cmpMeta() { return {
@@ -15610,24 +15933,24 @@ class SdTable {
15610
15933
  '--table-selectable-width': `${TABLE_SELECTABLE_COLUMN_WIDTH}px`,
15611
15934
  '--table-host-height': hostHeight,
15612
15935
  };
15613
- return (hAsync(Host, { key: '4ff57911317dc62deffef856f33388973fa4daa7', style: hostStyle }, hAsync("div", { key: '10ace7494c9c7af101c8409b0c2156b3cc2a289f', class: "sd-table__container", style: {
15936
+ return (hAsync(Host, { key: '164ba96033be0195fa50e3d4d684059b9c471479', style: hostStyle }, hAsync("div", { key: '2f1a1be73f86c72e7caa46981ee691d29bb237c7', class: "sd-table__container", style: {
15614
15937
  '--table-width': this.width,
15615
15938
  '--pagination-height': `${paginationHeight}px`,
15616
- } }, hAsync("div", { key: '97d0d9e3ad3184fcd10eb2850c66570ac0f2d3cf', class: {
15939
+ } }, hAsync("div", { key: '16976d24d4c21714183f9691b06c503b86388c54', class: {
15617
15940
  'sd-table__wrapper': true,
15618
15941
  'sd-table__wrapper--use-top': this.useTop,
15619
- } }, hAsync("div", { key: '5317351ccca4e10af0ed6ecb5b077b4f22b95f27', class: {
15942
+ } }, hAsync("div", { key: 'fdd0dcfbff4c3a5e441d720d2e1a39a69c51f9cf', class: {
15620
15943
  'sd-table__scroll-container': true,
15621
15944
  'sd-table__scroll-container--loading': this.isLoading,
15622
15945
  'sd-table__scroll-container--no-data': isNoData,
15623
- } }, 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 => {
15946
+ } }, 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 => {
15624
15947
  this.noDataContentEl = el;
15625
15948
  if (el)
15626
15949
  this.syncNoDataContentObserver();
15627
- } }, 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 &&
15950
+ } }, 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 &&
15628
15951
  this.pagination.rowsPerPage > 0 &&
15629
15952
  this.rowCount > 0 &&
15630
- !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
15953
+ !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
15631
15954
  ? this.innerRowsPerPage
15632
15955
  : this.pagination.rowsPerPage, options: this.rowsPerPageOption, width: "128px", emitValue: true, onSdUpdate: e => {
15633
15956
  if (!this.isRowsPerPageValue(e.detail))
@@ -15846,7 +16169,7 @@ const TAB_SUB_TYPOGRAPHY = {
15846
16169
  default: tabTokens.tab.sub.default.typography,
15847
16170
  };
15848
16171
 
15849
- 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)}`;
16172
+ 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}`;
15850
16173
 
15851
16174
  class SdTabs {
15852
16175
  constructor(hostRef) {
@@ -15857,6 +16180,7 @@ class SdTabs {
15857
16180
  tabs = [];
15858
16181
  size = 'md';
15859
16182
  isSub = false;
16183
+ vertical = false;
15860
16184
  update;
15861
16185
  valueChanged(newValue) {
15862
16186
  this.value = newValue;
@@ -15879,6 +16203,8 @@ class SdTabs {
15879
16203
  const classes = ['sd-tabs', `sd-tabs--${this.size ?? 'md'}`];
15880
16204
  if (this.isSub)
15881
16205
  classes.push('sd-tabs--sub');
16206
+ if (this.vertical)
16207
+ classes.push('sd-tabs--vertical');
15882
16208
  return classes.join(' ');
15883
16209
  }
15884
16210
  getBadgeName(tab) {
@@ -15919,7 +16245,7 @@ class SdTabs {
15919
16245
  };
15920
16246
  }
15921
16247
  render() {
15922
- return (hAsync("div", { key: '543ca85d1e1edf809688da0636094478966f4fff', class: this.getContainerClasses(), style: this.buildCssVars() }, this.tabs.map((tab, index) => {
16248
+ return (hAsync("div", { key: '277188138dd50992b468b35f723cc3f852ad38c3', class: this.getContainerClasses(), style: this.buildCssVars() }, this.tabs.map((tab, index) => {
15923
16249
  const badgeName = this.getBadgeName(tab);
15924
16250
  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 => {
15925
16251
  if (e.key === 'Enter' || e.key === ' ') {
@@ -15942,11 +16268,12 @@ class SdTabs {
15942
16268
  "value": [1537],
15943
16269
  "tabs": [1040],
15944
16270
  "size": [513],
15945
- "isSub": [516, "is-sub"]
16271
+ "isSub": [516, "is-sub"],
16272
+ "vertical": [516]
15946
16273
  },
15947
16274
  "$listeners$": undefined,
15948
16275
  "$lazyBundleId$": "-",
15949
- "$attrsToReflect$": [["value", "value"], ["size", "size"], ["isSub", "is-sub"]]
16276
+ "$attrsToReflect$": [["value", "value"], ["size", "size"], ["isSub", "is-sub"], ["vertical", "vertical"]]
15950
16277
  }; }
15951
16278
  }
15952
16279
 
@@ -16157,7 +16484,7 @@ class SdTag {
16157
16484
  render() {
16158
16485
  const config = this.resolvedConfig;
16159
16486
  const iconNode = this.renderIcon(config.icon, config.iconSize);
16160
- return (hAsync("span", { key: '945a8a13f4891b5174e48e262b2a108674da7198', class: "sd-tag", style: {
16487
+ return (hAsync("span", { key: 'f5dd5e267ffdde104f36ec7f19390357dbf03610', class: "sd-tag", style: {
16161
16488
  '--sd-tag-background': config.background,
16162
16489
  '--sd-tag-content': config.content,
16163
16490
  '--sd-tag-height': config.height,
@@ -16167,7 +16494,7 @@ class SdTag {
16167
16494
  '--sd-tag-font-weight': config.fontWeight,
16168
16495
  '--sd-tag-line-height': config.lineHeight,
16169
16496
  '--sd-tag-radius': config.radius,
16170
- }, "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));
16497
+ }, "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));
16171
16498
  }
16172
16499
  static get style() { return sdTagCss(); }
16173
16500
  static get cmpMeta() { return {
@@ -16235,9 +16562,9 @@ class SdTbody {
16235
16562
  }
16236
16563
  }
16237
16564
  render() {
16238
- return (hAsync(Host, { key: '835dc8ccba601a916fdd8466176a8ad8896c2bf7', slot: `${this.tableId}-body` }, hAsync("tbody", { key: 'e2013dde727695abc366e4e3a1660c8a5835fe67', class: { tbody: true } }, [
16565
+ return (hAsync(Host, { key: 'bc05db24c914d72f0480e0d6d9b594e21cf03153', slot: `${this.tableId}-body` }, hAsync("tbody", { key: 'ba4eb8fcbc184bcd245f47093ca5acfacc3aebf3', class: { tbody: true } }, [
16239
16566
  this.topSpacerHeight > 0 && (hAsync("tr", { key: "spacer-top", class: "tbody__spacer", style: { height: `${this.topSpacerHeight}px`, display: 'block' } })),
16240
- hAsync("slot", { key: '1d75d1880a9b8e0c646b93443cf708c7d4e399c7' }),
16567
+ hAsync("slot", { key: '3c9d25b226dfb20b044a718416d3cdda13eff798' }),
16241
16568
  this.bottomSpacerHeight > 0 && (hAsync("tr", { key: "spacer-bottom", class: "tbody__spacer", style: { height: `${this.bottomSpacerHeight}px`, display: 'block' } })),
16242
16569
  ])));
16243
16570
  }
@@ -16412,7 +16739,7 @@ class SdTd {
16412
16739
  }
16413
16740
  }
16414
16741
  render() {
16415
- return (hAsync(Host, { key: 'e033a5018da4dd82db1707d339fb0c78e86b017e', class: { [`align-${this.align}`]: Boolean(this.align) } }, hAsync("slot", { key: 'd9a303a00702f867d621f142d61ded542bb1d34f' })));
16742
+ return (hAsync(Host, { key: '95f97474c4d00a35085c558bf43593322a9f69e7', class: { [`align-${this.align}`]: Boolean(this.align) } }, hAsync("slot", { key: 'f67d1e8b125c10446dac3abdfa0da01bfb83f470' })));
16416
16743
  }
16417
16744
  static get watchers() { return {
16418
16745
  "field": [{
@@ -16696,7 +17023,7 @@ class SdTextarea {
16696
17023
  '--sd-system-size-field-sm-height': 'auto',
16697
17024
  '--sd-system-radius-field-sm': `${TEXTAREA_TOKENS.radius}px`,
16698
17025
  };
16699
- 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 }))));
17026
+ 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 }))));
16700
17027
  }
16701
17028
  static get watchers() { return {
16702
17029
  "value": [{
@@ -16913,16 +17240,16 @@ class SdThead {
16913
17240
  '--table-border-color': TABLE_BORDER.color,
16914
17241
  '--table-border-width': `${TABLE_BORDER.width}px`,
16915
17242
  };
16916
- return (hAsync(Host, { key: '6984dbdc0ac520bda1aff4dcb3468d88ba4f5f47', slot: `${this.tableId}-head`, style: headStyle }, hAsync("thead", { key: 'e2c83c062219727f33ae8b7d67c54910a2d907a0', class: {
17243
+ return (hAsync(Host, { key: '822abd0e5ff71d9e55b6478d56c9277009983deb', slot: `${this.tableId}-head`, style: headStyle }, hAsync("thead", { key: '7c690c49eb0d9be48637b8a6e92287fac22bf377', class: {
16917
17244
  'thead': true,
16918
17245
  'thead--sticky': this._stickyHeader,
16919
- } }, hAsync("tr", { key: '43ff9b8c3c7c6c2941a87defcc296936300664c8', class: "tr" }, this._selectable && (hAsync("th", { key: '5126c20814657af0731b18359ac160717439a388', class: {
17246
+ } }, hAsync("tr", { key: '81c64bb5b06d7e8525ebceaf6a229034e90f7a48', class: "tr" }, this._selectable && (hAsync("th", { key: 'fe00535fb5cd54d053c17b3d3a6fa8869d483b8b', class: {
16920
17247
  'th': true,
16921
17248
  'th--selected': true,
16922
17249
  'sticky-left': true,
16923
17250
  'sticky-left-edge': stickyLeftCount === 0,
16924
17251
  'is-scrolled-left': stickyLeftCount === 0 && this._scrolledLeft,
16925
- }, 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: {
17252
+ }, 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: {
16926
17253
  'th': true,
16927
17254
  [`${col.thClass}`]: Boolean(col.thClass),
16928
17255
  'sticky-left': true,
@@ -17073,12 +17400,12 @@ class SdToast {
17073
17400
  const linkColor = typeConfig.linkColor ?? typeConfig.content;
17074
17401
  const useDefaultCloseIntent = ['default', 'caution', 'info'].includes(this.type);
17075
17402
  const buttonName = TOAST_BUTTON_NAME_BY_TYPE[this.type] ?? TOAST_BUTTON_NAME_BY_TYPE.default;
17076
- return (hAsync("div", { key: '0073ea37731ad1d8a54cb45f0eee8103159cbd65', style: {
17403
+ return (hAsync("div", { key: '82c8063406a534e60c985d3c8321612077f75623', style: {
17077
17404
  '--sd-toast-bg': typeConfig.bg,
17078
17405
  '--sd-toast-text': typeConfig.content,
17079
17406
  '--sd-toast-icon': iconColor,
17080
17407
  '--sd-toast-link': linkColor,
17081
- } }, 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() })))));
17408
+ } }, 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() })))));
17082
17409
  }
17083
17410
  static get style() { return sdToastCss(); }
17084
17411
  static get cmpMeta() { return {
@@ -17331,7 +17658,7 @@ class SdToastContainer {
17331
17658
  const activeToasts = toasts.filter(t => t.state !== 'exiting').reverse();
17332
17659
  const indexMap = new Map();
17333
17660
  activeToasts.forEach((t, i) => indexMap.set(t.id, i));
17334
- return (hAsync("div", { key: 'b5847f65c728fb5f31bda0f6756118fa975e4987', class: "sd-toast-container", style: this.getContainerStyles(), onMouseEnter: () => {
17661
+ return (hAsync("div", { key: '2b0bc86b7e2ea19a44f3c0b870ce5dec1de3a140', class: "sd-toast-container", style: this.getContainerStyles(), onMouseEnter: () => {
17335
17662
  this.expanded = true;
17336
17663
  this.pauseTimers();
17337
17664
  }, onMouseLeave: () => {
@@ -17489,7 +17816,7 @@ class SdToggle {
17489
17816
  '--sd-toggle-content-select': TOGGLE_COLORS.content.select,
17490
17817
  '--sd-toggle-content-disabled': TOGGLE_COLORS.content.disabled,
17491
17818
  };
17492
- 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 })));
17819
+ 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 })));
17493
17820
  }
17494
17821
  static get style() { return sdToggleCss(); }
17495
17822
  static get cmpMeta() { return {
@@ -17619,14 +17946,14 @@ class SdTooltip {
17619
17946
  const hasLabel = this.label !== undefined && this.label !== '';
17620
17947
  const divTrigger = trigger === 'hover' ? hoverTrigger : hasLabel ? {} : { onClick: toggleTooltip };
17621
17948
  const buttonClickTrigger = trigger === 'click' && hasLabel ? { onSdClick: toggleTooltip } : {};
17622
- 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: {
17949
+ 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: {
17623
17950
  'sd-floating-menu': true,
17624
17951
  [`sd-floating-menu--${tooltipType}`]: true,
17625
17952
  [`sd-floating-menu--${placement}`]: true,
17626
17953
  }, style: {
17627
17954
  '--sd-floating-bg': typeConfig.bg,
17628
17955
  '--sd-floating-content': typeConfig.content,
17629
- }, 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 }))))));
17956
+ }, 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 }))))));
17630
17957
  }
17631
17958
  static get style() { return sdTooltipCss(); }
17632
17959
  static get cmpMeta() { return {
@@ -17961,6 +18288,7 @@ registerComponents([
17961
18288
  SdCard,
17962
18289
  SdCheckbox,
17963
18290
  SdChip,
18291
+ SdChipInput,
17964
18292
  SdCircleProgress,
17965
18293
  SdConfirmModal,
17966
18294
  SdDateBox,