@sellmate/design-system 1.27.1 → 1.28.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 (317) hide show
  1. package/dist/cjs/component.listBox-MHAv4Yy7.js +15 -0
  2. package/dist/cjs/{component.listItem-Bnh0r_CA.js → component.listItem-cAO_ppOz.js} +0 -7
  3. package/dist/cjs/{component.table-BrI3b--h.js → component.table-POXY492T.js} +5 -4
  4. package/dist/cjs/design-system.cjs.js +2 -2
  5. package/dist/cjs/{index-DsYLSqCp.js → index-D12oddge.js} +1 -1
  6. package/dist/cjs/loader.cjs.js +2 -2
  7. package/dist/cjs/sd-action-modal.cjs.entry.js +1 -1
  8. package/dist/cjs/sd-badge.cjs.entry.js +1 -1
  9. package/dist/cjs/sd-barcode-input.cjs.entry.js +1 -1
  10. package/dist/cjs/sd-button_2.cjs.entry.js +1 -1
  11. package/dist/cjs/sd-calendar_2.cjs.entry.js +1 -1
  12. package/dist/cjs/sd-callout.cjs.entry.js +1 -1
  13. package/dist/cjs/sd-card.cjs.entry.js +1 -1
  14. package/dist/cjs/sd-checkbox.cjs.entry.js +2 -3
  15. package/dist/cjs/sd-chip-input.cjs.entry.js +4 -3
  16. package/dist/cjs/sd-chip.cjs.entry.js +1 -1
  17. package/dist/cjs/sd-circle-progress.cjs.entry.js +5 -3
  18. package/dist/cjs/sd-confirm-modal_2.cjs.entry.js +6 -3
  19. package/dist/cjs/sd-date-box.cjs.entry.js +1 -1
  20. package/dist/cjs/sd-date-picker_7.cjs.entry.js +68 -15
  21. package/dist/cjs/sd-date-range-picker-calendar.cjs.entry.js +1 -1
  22. package/dist/cjs/sd-divider.cjs.entry.js +1 -1
  23. package/dist/cjs/sd-dropdown-button.cjs.entry.js +1 -1
  24. package/dist/cjs/sd-field_3.cjs.entry.js +6 -6
  25. package/dist/cjs/sd-form.cjs.entry.js +1 -1
  26. package/dist/cjs/sd-ghost-button_3.cjs.entry.js +2 -3
  27. package/dist/cjs/sd-guide.cjs.entry.js +4 -9
  28. package/dist/cjs/sd-key-value-table.cjs.entry.js +2 -2
  29. package/dist/cjs/sd-linear-progress.cjs.entry.js +2 -2
  30. package/dist/cjs/sd-loading-container.cjs.entry.js +3 -3
  31. package/dist/cjs/sd-modal-container.cjs.entry.js +1 -1
  32. package/dist/cjs/sd-pagination_4.cjs.entry.js +14 -12
  33. package/dist/cjs/sd-popover.cjs.entry.js +2 -2
  34. package/dist/cjs/sd-popup.cjs.entry.js +2 -2
  35. package/dist/cjs/sd-radio-button.cjs.entry.js +1 -1
  36. package/dist/cjs/sd-radio.cjs.entry.js +2 -3
  37. package/dist/cjs/sd-select-list-item_2.cjs.entry.js +10 -9
  38. package/dist/cjs/{sd-select.config-C9Ohe1QA.js → sd-select.config-omyxekRa.js} +3 -2
  39. package/dist/cjs/sd-select_3.cjs.entry.js +12 -11
  40. package/dist/cjs/sd-switch.cjs.entry.js +2 -2
  41. package/dist/cjs/sd-table.cjs.entry.js +9 -9
  42. package/dist/cjs/{sd-table.config-DzC55sap.js → sd-table.config-DFy_S4bc.js} +5 -4
  43. package/dist/cjs/sd-tabs.cjs.entry.js +2 -2
  44. package/dist/cjs/sd-td.cjs.entry.js +2 -2
  45. package/dist/cjs/sd-text-link.cjs.entry.js +1 -1
  46. package/dist/cjs/sd-toast-container.cjs.entry.js +2 -2
  47. package/dist/cjs/sd-toast.cjs.entry.js +3 -3
  48. package/dist/cjs/sd-toggle.cjs.entry.js +2 -2
  49. package/dist/cjs/{tooltipArrow-FLiD3ceS.js → tooltipArrow-Dda4ik0V.js} +1 -1
  50. package/dist/collection/components/sd-circle-progress/sd-circle-progress.css +12 -0
  51. package/dist/collection/components/sd-circle-progress/sd-circle-progress.js +23 -1
  52. package/dist/collection/components/sd-file-picker/sd-file-picker.config.js +9 -0
  53. package/dist/collection/components/sd-file-picker/sd-file-picker.css +18 -0
  54. package/dist/collection/components/sd-file-picker/sd-file-picker.js +73 -7
  55. package/dist/collection/components/sd-floating-portal/sd-floating-portal.css +1 -1
  56. package/dist/collection/components/sd-floating-portal/sd-floating-portal.js +1 -1
  57. package/dist/collection/components/sd-guide/sd-guide.config.js +0 -1
  58. package/dist/collection/components/sd-guide/sd-guide.css +0 -3
  59. package/dist/collection/components/sd-guide/sd-guide.js +2 -3
  60. package/dist/collection/components/sd-input/sd-input.js +2 -2
  61. package/dist/collection/components/sd-linear-progress/sd-linear-progress.js +1 -1
  62. package/dist/collection/components/sd-loading-container/sd-loading-container.js +2 -2
  63. package/dist/collection/components/sd-loading-modal/sd-loading-modal.css +7 -0
  64. package/dist/collection/components/sd-loading-modal/sd-loading-modal.js +18 -1
  65. package/dist/collection/components/sd-number-input/sd-number-input.js +4 -4
  66. package/dist/collection/components/sd-pagination/sd-pagination.js +3 -3
  67. package/dist/collection/components/sd-popup/sd-popup.js +1 -1
  68. package/dist/collection/components/sd-radio-group/sd-radio-group.css +2 -2
  69. package/dist/collection/components/sd-select/sd-select-list-item/sd-select-list-item.js +2 -2
  70. package/dist/collection/components/sd-select/sd-select-list-item-search/sd-select-list-item-search.js +4 -4
  71. package/dist/collection/components/sd-select/sd-select-listbox/sd-select-listbox.js +2 -2
  72. package/dist/collection/components/sd-select/sd-select-trigger/sd-select-trigger.js +2 -2
  73. package/dist/collection/components/sd-select/sd-select.js +4 -4
  74. package/dist/collection/components/sd-switch/sd-switch.js +1 -1
  75. package/dist/collection/components/sd-table/sd-table.config.js +4 -3
  76. package/dist/collection/components/sd-table/sd-table.js +6 -6
  77. package/dist/collection/components/sd-table/sd-tbody/sd-tbody.js +2 -2
  78. package/dist/collection/components/sd-table/sd-td/sd-td.js +1 -1
  79. package/dist/collection/components/sd-table/sd-thead/sd-thead.js +3 -3
  80. package/dist/collection/components/sd-table/sd-tr/sd-tr.js +3 -1
  81. package/dist/collection/components/sd-tabs/sd-tabs.js +1 -1
  82. package/dist/collection/components/sd-textarea/sd-textarea.js +1 -1
  83. package/dist/collection/components/sd-toast/sd-toast.js +2 -2
  84. package/dist/collection/components/sd-toast-container/sd-toast-container.js +1 -1
  85. package/dist/collection/components/sd-toggle/sd-toggle.js +1 -1
  86. package/dist/collection/components/sd-tooltip/sd-tooltip.js +2 -2
  87. package/dist/components/index.js +1 -1
  88. package/dist/components/{p-BaRjXqSM.js → p-1i6Q61TF.js} +1 -1
  89. package/dist/components/p-4S0_Ykmo.js +1 -0
  90. package/dist/components/p-5pkzwl5N.js +1 -0
  91. package/dist/components/{p-BxphFsxh.js → p-B-pJW3nY.js} +1 -1
  92. package/dist/components/{p-CIPPETF-.js → p-B2pYDEK7.js} +1 -1
  93. package/dist/components/{p-DTb2c83G.js → p-B3HYnTGx.js} +1 -1
  94. package/dist/components/{p-BHNytAtJ.js → p-B6ezDhRg.js} +1 -1
  95. package/dist/components/{p-DsQQFJ8o.js → p-BAVsc1Ml.js} +1 -1
  96. package/dist/components/{p-PvltLPHp.js → p-BCxePXvg.js} +1 -1
  97. package/dist/components/{p-BV4cnHWn.js → p-BE6ymp9E.js} +1 -1
  98. package/dist/components/{p-BU1H7ElF.js → p-BKV1WAFb.js} +1 -1
  99. package/dist/components/{p-Bk6aI8rL.js → p-BNHhtZUf.js} +1 -1
  100. package/dist/components/{p-DVq9oE_p.js → p-BQ4Okfcm.js} +1 -1
  101. package/dist/components/{p-CmK45nj3.js → p-BSxleKw8.js} +1 -1
  102. package/dist/components/{p-CJcs7kNH.js → p-BUgGuigd.js} +1 -1
  103. package/dist/components/{p-BOJALVxB.js → p-BWHQn4fD.js} +1 -1
  104. package/dist/components/{p-BQqXWtI6.js → p-BZXgIBUG.js} +1 -1
  105. package/dist/components/p-Bgxca9o5.js +1 -0
  106. package/dist/components/{p-DT-e9J59.js → p-BnI9HUOv.js} +1 -1
  107. package/dist/components/{p-Du_Yc-lW.js → p-BuADVB78.js} +1 -1
  108. package/dist/components/{p-BFy8txYj.js → p-Bxb7TcZh.js} +1 -1
  109. package/dist/components/p-C0tnN4yn.js +1 -0
  110. package/dist/components/{p-DnxEeX9I.js → p-CHHlQceE.js} +1 -1
  111. package/dist/components/{p--AZbwi7P.js → p-CMvHDxR5.js} +1 -1
  112. package/dist/components/{p-DkaajrxX.js → p-CSh-DcM7.js} +1 -1
  113. package/dist/components/{p-DMrzTImA.js → p-CTDPl65u.js} +1 -1
  114. package/dist/components/p-Cf62Nvrx.js +1 -0
  115. package/dist/components/{p-SROa9QCy.js → p-ClD0nx1l.js} +1 -1
  116. package/dist/components/{p-Cok_EW_N.js → p-DNbbdJIc.js} +1 -1
  117. package/dist/components/p-DbPS61bp.js +1 -0
  118. package/dist/components/p-DckXBMgo.js +1 -0
  119. package/dist/components/p-DlJaYVWf.js +1 -0
  120. package/dist/components/p-DmAnTwUx.js +1 -0
  121. package/dist/components/{p-hP1aeMuZ.js → p-E8OA_psS.js} +1 -1
  122. package/dist/components/{p-D7XGOtx0.js → p-IDlLs_KA.js} +1 -1
  123. package/dist/components/p-PFLrdhQj.js +1 -0
  124. package/dist/components/{p-CvSPsoRb.js → p-l9RiSWRc.js} +1 -1
  125. package/dist/components/{p-CwwJD-NF.js → p-paSLRXAR.js} +1 -1
  126. package/dist/components/{p-Dy6LmOzw.js → p-pwGA4sDj.js} +1 -1
  127. package/dist/components/{p-DYp8I4VH.js → p-vtuEYpc6.js} +1 -1
  128. package/dist/components/p-x9AWBHPy.js +1 -0
  129. package/dist/components/{p-DeXLIS7e.js → p-yxZBh03f.js} +1 -1
  130. package/dist/components/sd-action-modal.js +1 -1
  131. package/dist/components/sd-badge.js +1 -1
  132. package/dist/components/sd-barcode-input.js +1 -1
  133. package/dist/components/sd-button.js +1 -1
  134. package/dist/components/sd-calendar.js +1 -1
  135. package/dist/components/sd-callout.js +1 -1
  136. package/dist/components/sd-card.js +1 -1
  137. package/dist/components/sd-checkbox.js +1 -1
  138. package/dist/components/sd-chip-input.js +1 -1
  139. package/dist/components/sd-chip.js +1 -1
  140. package/dist/components/sd-circle-progress.js +1 -1
  141. package/dist/components/sd-confirm-modal.js +1 -1
  142. package/dist/components/sd-date-box.js +1 -1
  143. package/dist/components/sd-date-picker-trigger.js +1 -1
  144. package/dist/components/sd-date-picker.js +1 -1
  145. package/dist/components/sd-date-range-picker-calendar.js +1 -1
  146. package/dist/components/sd-date-range-picker.js +1 -1
  147. package/dist/components/sd-divider.js +1 -1
  148. package/dist/components/sd-dropdown-button.js +1 -1
  149. package/dist/components/sd-field.js +1 -1
  150. package/dist/components/sd-file-picker.js +1 -1
  151. package/dist/components/sd-floating-portal.js +1 -1
  152. package/dist/components/sd-form.js +1 -1
  153. package/dist/components/sd-ghost-button.js +1 -1
  154. package/dist/components/sd-guide.js +1 -1
  155. package/dist/components/sd-icon.js +1 -1
  156. package/dist/components/sd-input.js +1 -1
  157. package/dist/components/sd-key-value-table.js +1 -1
  158. package/dist/components/sd-linear-progress.js +1 -1
  159. package/dist/components/sd-loading-container.js +1 -1
  160. package/dist/components/sd-loading-modal.js +1 -1
  161. package/dist/components/sd-modal-container.js +1 -1
  162. package/dist/components/sd-number-input.js +1 -1
  163. package/dist/components/sd-pagination.js +1 -1
  164. package/dist/components/sd-popover.js +1 -1
  165. package/dist/components/sd-popup.js +1 -1
  166. package/dist/components/sd-portal.js +1 -1
  167. package/dist/components/sd-radio-button.js +1 -1
  168. package/dist/components/sd-radio-group.js +1 -1
  169. package/dist/components/sd-radio.js +1 -1
  170. package/dist/components/sd-select-list-item-search.js +1 -1
  171. package/dist/components/sd-select-list-item.js +1 -1
  172. package/dist/components/sd-select-listbox.js +1 -1
  173. package/dist/components/sd-select-trigger.js +1 -1
  174. package/dist/components/sd-select.js +1 -1
  175. package/dist/components/sd-switch.js +1 -1
  176. package/dist/components/sd-table.js +1 -1
  177. package/dist/components/sd-tabs.js +1 -1
  178. package/dist/components/sd-tag.js +1 -1
  179. package/dist/components/sd-tbody.js +1 -1
  180. package/dist/components/sd-td.js +1 -1
  181. package/dist/components/sd-text-link.js +1 -1
  182. package/dist/components/sd-textarea.js +1 -1
  183. package/dist/components/sd-thead.js +1 -1
  184. package/dist/components/sd-toast-container.js +1 -1
  185. package/dist/components/sd-toast.js +1 -1
  186. package/dist/components/sd-toggle.js +1 -1
  187. package/dist/components/sd-tooltip.js +1 -1
  188. package/dist/components/sd-tr.js +1 -1
  189. package/dist/design-system/design-system.css +1 -1
  190. package/dist/design-system/design-system.esm.js +1 -1
  191. package/dist/design-system/p-0048de73.entry.js +1 -0
  192. package/dist/design-system/{p-9603971e.entry.js → p-071e73e0.entry.js} +1 -1
  193. package/dist/design-system/{p-7540f591.entry.js → p-0b8c86c3.entry.js} +1 -1
  194. package/dist/design-system/{p-07755193.entry.js → p-1230b51b.entry.js} +1 -1
  195. package/dist/design-system/p-20f69606.entry.js +1 -0
  196. package/dist/design-system/{p-947dcc28.entry.js → p-2553bb1f.entry.js} +1 -1
  197. package/dist/design-system/{p-b86a69ce.entry.js → p-26f2f4c2.entry.js} +1 -1
  198. package/dist/design-system/{p-edfb5c83.entry.js → p-27197194.entry.js} +1 -1
  199. package/dist/design-system/{p-8ac340db.entry.js → p-287d8016.entry.js} +1 -1
  200. package/dist/design-system/p-3b3a46cd.entry.js +1 -0
  201. package/dist/design-system/{p-a4e1dd8c.entry.js → p-4970f1ff.entry.js} +1 -1
  202. package/dist/design-system/p-4S0_Ykmo.js +1 -0
  203. package/dist/design-system/{p-5aa5aec3.entry.js → p-5687ed0c.entry.js} +1 -1
  204. package/dist/design-system/{p-06b56059.entry.js → p-58ec51db.entry.js} +1 -1
  205. package/dist/design-system/{p-d790fbb8.entry.js → p-5c8f4d9c.entry.js} +1 -1
  206. package/dist/design-system/p-5pkzwl5N.js +1 -0
  207. package/dist/design-system/{p-dfa16f49.entry.js → p-61f5d5ea.entry.js} +1 -1
  208. package/dist/design-system/{p-55c8ce37.entry.js → p-67f19734.entry.js} +1 -1
  209. package/dist/design-system/{p-5142cd06.entry.js → p-70608fec.entry.js} +1 -1
  210. package/dist/design-system/{p-26297c6e.entry.js → p-750a9112.entry.js} +1 -1
  211. package/dist/design-system/{p-cb0cbcb0.entry.js → p-75726e20.entry.js} +1 -1
  212. package/dist/design-system/{p-9825e76c.entry.js → p-7abf62f3.entry.js} +1 -1
  213. package/dist/design-system/{p-5f5f2fbe.entry.js → p-7ae27a26.entry.js} +1 -1
  214. package/dist/design-system/p-84d0181b.entry.js +1 -0
  215. package/dist/design-system/{p-49b1636a.entry.js → p-91f7be74.entry.js} +1 -1
  216. package/dist/design-system/p-94d6b7b4.entry.js +1 -0
  217. package/dist/design-system/{p-80abdfe7.entry.js → p-9b21773a.entry.js} +1 -1
  218. package/dist/design-system/{p-dae6914d.entry.js → p-9c0bca09.entry.js} +1 -1
  219. package/dist/design-system/{p-B-LOf2aM.js → p-CRWmn35N.js} +1 -1
  220. package/dist/design-system/p-Cf62Nvrx.js +1 -0
  221. package/dist/design-system/p-CuAh9n2o.js +1 -0
  222. package/dist/design-system/p-DDNBPrZh.js +2 -0
  223. package/dist/design-system/p-DlJaYVWf.js +1 -0
  224. package/dist/design-system/{p-6aec5853.entry.js → p-a12d7362.entry.js} +1 -1
  225. package/dist/design-system/{p-459a408f.entry.js → p-a938ffee.entry.js} +1 -1
  226. package/dist/design-system/{p-270c8529.entry.js → p-b831eded.entry.js} +1 -1
  227. package/dist/design-system/{p-e63bf0e1.entry.js → p-bab692c6.entry.js} +1 -1
  228. package/dist/design-system/{p-8c1a9374.entry.js → p-bbd24816.entry.js} +1 -1
  229. package/dist/design-system/{p-b9387621.entry.js → p-c5502585.entry.js} +1 -1
  230. package/dist/design-system/p-c81898a0.entry.js +1 -0
  231. package/dist/design-system/{p-9c0d3011.entry.js → p-d4e2f412.entry.js} +1 -1
  232. package/dist/design-system/{p-839e6b5a.entry.js → p-d6b3d78b.entry.js} +1 -1
  233. package/dist/design-system/{p-761c008c.entry.js → p-d7e302af.entry.js} +1 -1
  234. package/dist/design-system/{p-ff9ccbf6.entry.js → p-dbfa3931.entry.js} +1 -1
  235. package/dist/design-system/{p-fd671afe.entry.js → p-f16985c9.entry.js} +1 -1
  236. package/dist/design-system/{p-5f1dae23.entry.js → p-fa967329.entry.js} +1 -1
  237. package/dist/design-system/{p-ddb9a2c4.entry.js → p-fbeed0e4.entry.js} +1 -1
  238. package/dist/esm/component.listBox-DlJaYVWf.js +13 -0
  239. package/dist/esm/{component.listItem-U8VaRj9c.js → component.listItem-4S0_Ykmo.js} +1 -7
  240. package/dist/esm/{component.table-D9tQwTWy.js → component.table-5pkzwl5N.js} +5 -4
  241. package/dist/esm/design-system.js +3 -3
  242. package/dist/esm/{index-BZg-6aSz.js → index-DDNBPrZh.js} +1 -1
  243. package/dist/esm/loader.js +3 -3
  244. package/dist/esm/sd-action-modal.entry.js +1 -1
  245. package/dist/esm/sd-badge.entry.js +1 -1
  246. package/dist/esm/sd-barcode-input.entry.js +1 -1
  247. package/dist/esm/sd-button_2.entry.js +1 -1
  248. package/dist/esm/sd-calendar_2.entry.js +1 -1
  249. package/dist/esm/sd-callout.entry.js +1 -1
  250. package/dist/esm/sd-card.entry.js +1 -1
  251. package/dist/esm/sd-checkbox.entry.js +2 -3
  252. package/dist/esm/sd-chip-input.entry.js +3 -2
  253. package/dist/esm/sd-chip.entry.js +1 -1
  254. package/dist/esm/sd-circle-progress.entry.js +5 -3
  255. package/dist/esm/sd-confirm-modal_2.entry.js +6 -3
  256. package/dist/esm/sd-date-box.entry.js +1 -1
  257. package/dist/esm/sd-date-picker_7.entry.js +68 -15
  258. package/dist/esm/sd-date-range-picker-calendar.entry.js +1 -1
  259. package/dist/esm/sd-divider.entry.js +1 -1
  260. package/dist/esm/sd-dropdown-button.entry.js +1 -1
  261. package/dist/esm/sd-field_3.entry.js +6 -6
  262. package/dist/esm/sd-form.entry.js +1 -1
  263. package/dist/esm/sd-ghost-button_3.entry.js +2 -3
  264. package/dist/esm/sd-guide.entry.js +4 -9
  265. package/dist/esm/sd-key-value-table.entry.js +2 -2
  266. package/dist/esm/sd-linear-progress.entry.js +2 -2
  267. package/dist/esm/sd-loading-container.entry.js +3 -3
  268. package/dist/esm/sd-modal-container.entry.js +1 -1
  269. package/dist/esm/sd-pagination_4.entry.js +14 -12
  270. package/dist/esm/sd-popover.entry.js +2 -2
  271. package/dist/esm/sd-popup.entry.js +2 -2
  272. package/dist/esm/sd-radio-button.entry.js +1 -1
  273. package/dist/esm/sd-radio.entry.js +2 -3
  274. package/dist/esm/sd-select-list-item_2.entry.js +10 -9
  275. package/dist/esm/{sd-select.config-D6ktrl7E.js → sd-select.config-CeHGlqOT.js} +2 -1
  276. package/dist/esm/sd-select_3.entry.js +12 -11
  277. package/dist/esm/sd-switch.entry.js +2 -2
  278. package/dist/esm/{sd-table.config-BbIWNUE2.js → sd-table.config-DmOBlnsM.js} +5 -4
  279. package/dist/esm/sd-table.entry.js +9 -9
  280. package/dist/esm/sd-tabs.entry.js +2 -2
  281. package/dist/esm/sd-td.entry.js +2 -2
  282. package/dist/esm/sd-text-link.entry.js +1 -1
  283. package/dist/esm/sd-toast-container.entry.js +2 -2
  284. package/dist/esm/sd-toast.entry.js +3 -3
  285. package/dist/esm/sd-toggle.entry.js +2 -2
  286. package/dist/esm/{tooltipArrow-BAi-pktU.js → tooltipArrow-blL0aWPE.js} +1 -1
  287. package/dist/types/components/sd-circle-progress/sd-circle-progress.d.ts +2 -0
  288. package/dist/types/components/sd-file-picker/sd-file-picker.config.d.ts +6 -0
  289. package/dist/types/components/sd-file-picker/sd-file-picker.d.ts +10 -0
  290. package/dist/types/components/sd-guide/sd-guide.config.d.ts +0 -1
  291. package/dist/types/components/sd-loading-modal/sd-loading-modal.d.ts +2 -0
  292. package/dist/types/components/sd-table/sd-table.config.d.ts +1 -0
  293. package/dist/types/components.d.ts +27 -0
  294. package/hydrate/index.js +151 -88
  295. package/hydrate/index.mjs +151 -88
  296. package/package.json +1 -1
  297. package/dist/components/p-BXcizROm.js +0 -1
  298. package/dist/components/p-BZdgdRXJ.js +0 -1
  299. package/dist/components/p-CV5LiFKt.js +0 -1
  300. package/dist/components/p-CiTn4ZiI.js +0 -1
  301. package/dist/components/p-D9tQwTWy.js +0 -1
  302. package/dist/components/p-DmC83_E9.js +0 -1
  303. package/dist/components/p-DvvGi4J_.js +0 -1
  304. package/dist/components/p-NeXvaRu7.js +0 -1
  305. package/dist/components/p-U8VaRj9c.js +0 -1
  306. package/dist/components/p-jwusYvH0.js +0 -1
  307. package/dist/design-system/p-147e0413.entry.js +0 -1
  308. package/dist/design-system/p-51c7839c.entry.js +0 -1
  309. package/dist/design-system/p-65285327.entry.js +0 -1
  310. package/dist/design-system/p-BXcizROm.js +0 -1
  311. package/dist/design-system/p-BZg-6aSz.js +0 -2
  312. package/dist/design-system/p-CAFz8W8_.js +0 -1
  313. package/dist/design-system/p-D9tQwTWy.js +0 -1
  314. package/dist/design-system/p-U8VaRj9c.js +0 -1
  315. package/dist/design-system/p-b84f5550.entry.js +0 -1
  316. package/dist/design-system/p-efc55114.entry.js +0 -1
  317. package/dist/design-system/p-fe2b853f.entry.js +0 -1
@@ -1,7 +1,7 @@
1
- import { r as registerInstance, c as createEvent, a as getElement, d as readTask, f as forceUpdate, h, H as Host } from './index-BZg-6aSz.js';
1
+ import { r as registerInstance, c as createEvent, a as getElement, d as readTask, f as forceUpdate, h, H as Host } from './index-DDNBPrZh.js';
2
2
  import { T as TABLE_ID_ATTR } from './constants-sZMi_32I.js';
3
- import { T as TABLE_BODY_LAYOUT, a as TABLE_SELECTABLE_COLUMN_WIDTH, b as TABLE_BODY_TYPOGRAPHY, c as TABLE_BORDER, d as TABLE_RADIUS } from './sd-table.config-BbIWNUE2.js';
4
- import './component.table-D9tQwTWy.js';
3
+ import { T as TABLE_BODY_LAYOUT, a as TABLE_SELECTABLE_COLUMN_WIDTH, b as TABLE_BODY_TYPOGRAPHY, c as TABLE_BORDER, d as TABLE_RADIUS } from './sd-table.config-DmOBlnsM.js';
4
+ import './component.table-5pkzwl5N.js';
5
5
  import './system-BJfiMC9H.js';
6
6
 
7
7
  let urlAlphabet =
@@ -878,25 +878,25 @@ const SdTable = class {
878
878
  '--table-selectable-width': `${TABLE_SELECTABLE_COLUMN_WIDTH}px`,
879
879
  '--table-host-height': hostHeight,
880
880
  };
881
- return (h(Host, { key: 'b90b9865f78c2b42c3c13ad27ed968dd97827eb6', style: hostStyle }, h("div", { key: '2eb291b03b219a3abb4da5967c6d0f43195b458e', class: "sd-table__container", style: {
881
+ return (h(Host, { key: 'e4f8c5d93a6fdae077abab4641ea4ea883249cae', style: hostStyle }, h("div", { key: '4af67aafb4cadc6de00ae92884e7d3585d85990b', class: "sd-table__container", style: {
882
882
  '--table-width': this.width,
883
883
  '--pagination-height': `${paginationHeight}px`,
884
- } }, h("div", { key: '999feaffbf82db9233416a1d66974e8859b9b3a0', class: {
884
+ } }, h("div", { key: 'd88a3f49c6cd1c0798774d06b9510fa62592138f', class: {
885
885
  'sd-table__wrapper': true,
886
886
  'sd-table__wrapper--radius-useTop': this.radius === 'useTop',
887
887
  'sd-table__wrapper--radius-full': this.radius === 'full',
888
- } }, h("div", { key: 'ff0a04325ab9fe1ba5e6b25f52bb8265226fbba4', class: {
888
+ } }, h("div", { key: '891e2acca41a9224acaa1a688eedbb2defea7964', class: {
889
889
  'sd-table__scroll-container': true,
890
890
  'sd-table__scroll-container--loading': this.isLoading,
891
891
  'sd-table__scroll-container--no-data': isNoData,
892
- } }, this.isLoading && (h("div", { key: '1a4dbf4a721240b3395230997c18c8ef989bbffc', class: "sd-table__loading", style: { top: `${this.loadingScrollTop}px` } }, h("sd-circle-progress", { key: '793a6772ef4c792e7f50c2ad90d43bdfbdde11a0', indeterminate: true }))), isNoData && (h(h.Fragment, null, h("div", { key: '13b76f695edddfa3d4a13bcb1091f95cafb1ae17', class: "sd-table__no-data-header-overlay" }), h("div", { key: 'f271bfa20d06cba0cc6c5fe6b5af5c874c1e0682', class: "sd-table__no-data" }, h("div", { key: '6791f70e0b4cd1226bdcc16414249ad178b70396', class: "sd-table__no-data-content", ref: el => {
892
+ } }, this.isLoading && (h("div", { key: 'e59045daf43b2ac2e34a77e6b3532d5f6b18d1f5', class: "sd-table__loading", style: { top: `${this.loadingScrollTop}px` } }, h("sd-circle-progress", { key: '88023a5a6a25fef9f643e9c25a822adc292d8dff', indeterminate: true }))), isNoData && (h(h.Fragment, null, h("div", { key: 'd532beb284595d75086b9fd529ecd23c8ca9f03d', class: "sd-table__no-data-header-overlay" }), h("div", { key: 'f0d1047870fdb069bfc89caf14e52c14c664e57e', class: "sd-table__no-data" }, h("div", { key: '827123263a6dfaef37a59f6773e1385d4fc56579', class: "sd-table__no-data-content", ref: el => {
893
893
  this.noDataContentEl = el;
894
894
  if (el)
895
895
  this.syncNoDataContentObserver();
896
- } }, h("slot", { key: '9cba0ff5c5ea3b4c78ccdb961de9cfe3ef2ac1e9', name: "no-data" }, h("span", { key: '1022372f37f1564b0d636c888a17cb5ab5ac2e35' }, this.resolvedNoDataLabel)))))), h("table", { key: 'e3d8c7dec8b3c76896b3063266dd5450bbfa7c13', class: this.tableClasses }, this.autoThead ? (h("slot", { name: `${resolvedTableId}-head`, onSlotchange: this.handleStructureSlotChange }, h("sd-thead", { rows: this.rows ?? [] }))) : (h("slot", { name: `${resolvedTableId}-head`, onSlotchange: this.handleStructureSlotChange })), this.autoTbody ? (h("slot", { name: `${resolvedTableId}-body`, onSlotchange: this.handleStructureSlotChange }, h("sd-tbody", { rows: this.rows ?? [] }, this.renderAutoRows()))) : (h("slot", { name: `${resolvedTableId}-body`, onSlotchange: this.handleStructureSlotChange }))))), this.pagination &&
896
+ } }, h("slot", { key: '208dec9639a23e294eb8b2d806a0bc4a33fbfee7', name: "no-data" }, h("span", { key: '7afeda8315328ffb550bbf977ad8c68aaf7ea8cb' }, this.resolvedNoDataLabel)))))), h("table", { key: '66fc88a1ce062da02512fa4ec8f147cb8a24c876', class: this.tableClasses }, this.autoThead ? (h("slot", { name: `${resolvedTableId}-head`, onSlotchange: this.handleStructureSlotChange }, h("sd-thead", { rows: this.rows ?? [] }))) : (h("slot", { name: `${resolvedTableId}-head`, onSlotchange: this.handleStructureSlotChange })), this.autoTbody ? (h("slot", { name: `${resolvedTableId}-body`, onSlotchange: this.handleStructureSlotChange }, h("sd-tbody", { rows: this.rows ?? [] }, this.renderAutoRows()))) : (h("slot", { name: `${resolvedTableId}-body`, onSlotchange: this.handleStructureSlotChange }))))), this.pagination &&
897
897
  this.pagination.rowsPerPage > 0 &&
898
898
  this.rowCount > 0 &&
899
- !this.useVirtualScroll && (h("div", { key: '5410b53a9182f97406a0992464bc3435eb8439b1', class: "sd-table__pagination" }, h("sd-pagination", { key: 'aa237fe475797dd626856f5335395bdfa870f6db', currentPage: !this.useInternalPagination ? this.pagination.page : this.currentPage, lastPage: !this.useInternalPagination ? this.pagination.lastPage : this.lastPageNumber, onSdPageChange: (e) => this.changePage(e.detail) }), this.useRowsPerPageSelect && (h("sd-select", { key: 'd2b98c053c6d63f0bbea73d66779dfa5c1828b5a', value: this.useInternalPagination
899
+ !this.useVirtualScroll && (h("div", { key: '98a0feac03369f0fb49db1378b0a1bdc84b4cf8e', class: "sd-table__pagination" }, h("sd-pagination", { key: 'b030119f0952a7375176775c666a16952828057b', currentPage: !this.useInternalPagination ? this.pagination.page : this.currentPage, lastPage: !this.useInternalPagination ? this.pagination.lastPage : this.lastPageNumber, onSdPageChange: (e) => this.changePage(e.detail) }), this.useRowsPerPageSelect && (h("sd-select", { key: '3873d513d3f17a3ff3ae92fcbe38132faef8e07a', value: this.useInternalPagination
900
900
  ? this.innerRowsPerPage
901
901
  : this.pagination.rowsPerPage, options: this.rowsPerPageOption, width: "128px", emitValue: true, onSdUpdate: e => {
902
902
  if (!this.isRowsPerPageValue(e.detail))
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-BZg-6aSz.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-DDNBPrZh.js';
2
2
 
3
3
  const tab = {
4
4
  main: {
@@ -205,7 +205,7 @@ const SdTabs = class {
205
205
  };
206
206
  }
207
207
  render() {
208
- return (h("div", { key: 'd5df329922f73444775ec827ce8cf3850c369131', class: this.getContainerClasses(), style: this.buildCssVars() }, this.tabs.map((tab, index) => {
208
+ return (h("div", { key: 'a844eb9710ff03e3878225aa8dc5e14ed270efde', class: this.getContainerClasses(), style: this.buildCssVars() }, this.tabs.map((tab, index) => {
209
209
  const badgeName = this.getBadgeName(tab);
210
210
  return (h("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 => {
211
211
  if (e.key === 'Enter' || e.key === ' ') {
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, a as getElement, f as forceUpdate, h, H as Host } from './index-BZg-6aSz.js';
1
+ import { r as registerInstance, a as getElement, f as forceUpdate, h, H as Host } from './index-DDNBPrZh.js';
2
2
  import { T as TABLE_ID_ATTR } from './constants-sZMi_32I.js';
3
3
 
4
4
  const sdTdCss = () => `sd-td *{box-sizing:border-box}sd-td{display:contents}sd-td.align-left{text-align:left}sd-td.align-center{text-align:center}sd-td.align-right{text-align:right}`;
@@ -165,7 +165,7 @@ const SdTd = class {
165
165
  }
166
166
  }
167
167
  render() {
168
- return (h(Host, { key: '2fce45ffda30fd75a0c0ef2ff0de5896c409c108', class: { [`align-${this.align}`]: Boolean(this.align) } }, h("slot", { key: '3e2131547d544d01c745017f3375a26df35a9d6e' })));
168
+ return (h(Host, { key: 'b2037351ddf7c9a8998befd477ffb81b7f204c99', class: { [`align-${this.align}`]: Boolean(this.align) } }, h("slot", { key: 'f9d2bd1433c737fc6cb209f45e773c5317cf3cde' })));
169
169
  }
170
170
  static get watchers() { return {
171
171
  "field": [{
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, a as getElement, h } from './index-BZg-6aSz.js';
1
+ import { r as registerInstance, c as createEvent, a as getElement, h } from './index-DDNBPrZh.js';
2
2
 
3
3
  const textLink = {
4
4
  sm: {
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, a as getElement, h } from './index-BZg-6aSz.js';
1
+ import { r as registerInstance, c as createEvent, a as getElement, h } from './index-DDNBPrZh.js';
2
2
 
3
3
  const DEFAULT_DURATION = 4000;
4
4
  const DEFAULT_MAX_VISIBLE = 3;
@@ -241,7 +241,7 @@ const SdToastContainer = class {
241
241
  const activeToasts = toasts.filter(t => t.state !== 'exiting').reverse();
242
242
  const indexMap = new Map();
243
243
  activeToasts.forEach((t, i) => indexMap.set(t.id, i));
244
- return (h("div", { key: '17526924c57e06a77725f66233f5b5360097fac0', class: "sd-toast-container", style: this.getContainerStyles(), onMouseEnter: () => {
244
+ return (h("div", { key: '005ce1d424e17b13a685c99e49d2eeda295d4346', class: "sd-toast-container", style: this.getContainerStyles(), onMouseEnter: () => {
245
245
  this.expanded = true;
246
246
  this.pauseTimers();
247
247
  }, onMouseLeave: () => {
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-BZg-6aSz.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-DDNBPrZh.js';
2
2
 
3
3
  const toast = {
4
4
  icon: "16",
@@ -91,12 +91,12 @@ const SdToast = class {
91
91
  const linkColor = typeConfig.linkColor ?? typeConfig.content;
92
92
  const useDefaultCloseIntent = ['default', 'caution', 'info'].includes(this.type);
93
93
  const buttonName = TOAST_BUTTON_NAME_BY_TYPE[this.type] ?? TOAST_BUTTON_NAME_BY_TYPE.default;
94
- return (h("div", { key: '124b32e52e9dfd7a09ac67ffb8032bf2217e9c05', style: {
94
+ return (h("div", { key: '434d4e58eed6589ed5cceb9df4c131a0594055e6', style: {
95
95
  '--sd-toast-bg': typeConfig.bg,
96
96
  '--sd-toast-text': typeConfig.content,
97
97
  '--sd-toast-icon': iconColor,
98
98
  '--sd-toast-link': linkColor,
99
- } }, h("div", { key: '54eddcc1fe8a0eab427a084e589c0f9a2e0412bf', class: "sd-toast", role: "status", "aria-live": "polite", "aria-atomic": "true" }, this.icon && (h("div", { key: '0ff05c4e7cb8dda2f2732cd09bfc586cb21020b6', class: "sd-toast__icon" }, h("sd-icon", { key: '41e1e259ef605454ee680bbd3228c418f013283e', name: this.icon, size: iconSize, color: iconColor }))), h("div", { key: '7db4e1bc0ce80bd1887476ac728a7999cb4fee93', class: "sd-toast__content" }, h("span", { key: '88925dfa075a5da813466a74a0f5fa4cb61e3bc9', class: "sd-toast__message" }, this.message)), this.link && (h("a", { key: '068aaf887a6fe8c18f7db6e513778d862e09bd56', href: this.link, class: "sd-toast__link", target: "_blank", rel: "noopener noreferrer" }, this.linkLabel || this.link)), this.buttonLabel && (h("sd-button", { key: 'fb066d2cfaad7668aec48caafc6eb6d6e19ebaee', class: "sd-toast__button", name: buttonName, label: this.buttonLabel, onSdClick: (event) => this.buttonClick.emit(event.detail) })), this.useClose && (h("sd-ghost-button", { key: 'e610479efe5034a222aa98d19232682243214ee0', class: "sd-toast__close", icon: "close", intent: useDefaultCloseIntent ? 'default' : 'inverse', ariaLabel: "close", size: "xs", onClick: () => this.close.emit() })))));
99
+ } }, h("div", { key: '51209146aa46961d9a673417b72e96e1aef3f53b', class: "sd-toast", role: "status", "aria-live": "polite", "aria-atomic": "true" }, this.icon && (h("div", { key: 'a2b10d38936b85174d0315cae7bee2115ae06aba', class: "sd-toast__icon" }, h("sd-icon", { key: '96243916be0cf117a0f85801de8294eec8f7900b', name: this.icon, size: iconSize, color: iconColor }))), h("div", { key: 'bb5b2363aafb9322a356f7e0e94acd5b2723f8d2', class: "sd-toast__content" }, h("span", { key: '25535fc30123491e5cea78ae17ee8e32c2c8b986', class: "sd-toast__message" }, this.message)), this.link && (h("a", { key: 'bf110d2492ae38fbac422f7fbf6177bbd56fae2d', href: this.link, class: "sd-toast__link", target: "_blank", rel: "noopener noreferrer" }, this.linkLabel || this.link)), this.buttonLabel && (h("sd-button", { key: 'f8543c13d11222bac64dd4eab79cda0eaf78a396', class: "sd-toast__button", name: buttonName, label: this.buttonLabel, onSdClick: (event) => this.buttonClick.emit(event.detail) })), this.useClose && (h("sd-ghost-button", { key: 'c9ccf9348f116c3a5b22d649407c281cb22c09ab', class: "sd-toast__close", icon: "close", intent: useDefaultCloseIntent ? 'default' : 'inverse', ariaLabel: "close", size: "xs", onClick: () => this.close.emit() })))));
100
100
  }
101
101
  };
102
102
  SdToast.style = sdToastCss();
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-BZg-6aSz.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-DDNBPrZh.js';
2
2
 
3
3
  const toggle = {
4
4
  height: "28",
@@ -121,7 +121,7 @@ const SdToggle = class {
121
121
  '--sd-toggle-content-select': TOGGLE_COLORS.content.select,
122
122
  '--sd-toggle-content-disabled': TOGGLE_COLORS.content.disabled,
123
123
  };
124
- return (h("label", { key: '2b988ca6148da376d9af21538b03764423cb3a0a', class: this.toggleClasses, style: cssVars, "aria-label": this.label || 'toggle' }, this.label, h("input", { key: 'b1bd161b88a627ba296197902d46181925511c70', style: { display: 'none' }, type: "checkbox", onInput: this.handleChange })));
124
+ return (h("label", { key: 'e60aa1379566c4586ea4f7e852425f8829e806d1', class: this.toggleClasses, style: cssVars, "aria-label": this.label || 'toggle' }, this.label, h("input", { key: '9f2260749b392c0c72ad2a53b515f0b886e62c3a', style: { display: 'none' }, type: "checkbox", onInput: this.handleChange })));
125
125
  }
126
126
  };
127
127
  SdToggle.style = sdToggleCss();
@@ -1,4 +1,4 @@
1
- import { h } from './index-BZg-6aSz.js';
1
+ import { h } from './index-DDNBPrZh.js';
2
2
 
3
3
  const TooltipArrow = (props) => (h("svg", { width: "16", height: "12", viewBox: "0 0 16 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, h("path", { d: "M8.83205 10.7519C8.43623 11.3457 7.56377 11.3457 7.16795 10.7519L1.04907e-06 -1.39876e-06L16 0L8.83205 10.7519Z", fill: "currentColor" })));
4
4
 
@@ -8,6 +8,8 @@ export declare class SdCircleProgress {
8
8
  type: CircleProgressType;
9
9
  /** 원 하단에 표시할 레이블 텍스트 */
10
10
  label?: string;
11
+ /** true면 퍼센트를 원 아래가 아닌 원 가운데에 표시 */
12
+ innerValue: boolean;
11
13
  private get clampedValue();
12
14
  render(): any;
13
15
  }
@@ -29,3 +29,9 @@ export declare const FILE_PICKER_COLORS: {
29
29
  disabled: string;
30
30
  };
31
31
  };
32
+ export declare const FILE_PICKER_LIST_BOX: {
33
+ radius: string;
34
+ bg: string;
35
+ chipPadding: string;
36
+ chipGap: string;
37
+ };
@@ -14,6 +14,8 @@ export declare class SdFilePicker implements ComponentInterface {
14
14
  inline: boolean;
15
15
  /** 다중 파일 선택 여부 */
16
16
  multiple: boolean;
17
+ /** multiple 파일 목록을 필드 아래 칩 대신, caret(▼) 클릭 시 열리는 리스트박스 카드로 표시 */
18
+ useMultipleListBox: boolean;
17
19
  /** 허용할 파일 타입 (input accept 속성과 동일) */
18
20
  accept?: string;
19
21
  /** 파일 한 개의 최대 크기 (bytes) */
@@ -56,9 +58,13 @@ export declare class SdFilePicker implements ComponentInterface {
56
58
  hovered: boolean;
57
59
  private internalValue;
58
60
  private showTooltip;
61
+ private isListboxOpen;
62
+ private listboxWidth;
59
63
  private fileInputRef?;
60
64
  private fileNamesRef?;
65
+ private contentRef?;
61
66
  private formField?;
67
+ private static readonly VIEWPORT_PADDING;
62
68
  /** 파일 선택 또는 삭제 시 현재 파일 값을 전달합니다. */
63
69
  update: EventEmitter<File[] | File | null>;
64
70
  /** 파일이 크기·개수 제한을 초과하여 거부됐을 때 발생합니다. */
@@ -80,11 +86,15 @@ export declare class SdFilePicker implements ComponentInterface {
80
86
  private handleFileChange;
81
87
  private handleClear;
82
88
  private handleClick;
89
+ /** caret(▼) 클릭 시 파일 목록 리스트박스를 토글한다. */
90
+ private handleListboxToggle;
91
+ private closeListbox;
83
92
  private hasFiles;
84
93
  private hasChips;
85
94
  private getDisplayText;
86
95
  private handleChipRemove;
87
96
  private renderChipList;
97
+ private renderListbox;
88
98
  private checkOverflow;
89
99
  private getIconColor;
90
100
  render(): any;
@@ -25,7 +25,6 @@ export declare const GUIDE_CONFIG: {
25
25
  readonly paddingX: `${string}px`;
26
26
  readonly paddingY: `${string}px`;
27
27
  readonly gap: `${string}px`;
28
- readonly rowGap: `${string}px`;
29
28
  readonly bodyGap: `${string}px`;
30
29
  readonly titleGap: `${string}px`;
31
30
  readonly radius: `${string}px`;
@@ -17,6 +17,8 @@ export declare class SdLoadingModal {
17
17
  progress?: number;
18
18
  /** 버튼 클릭 시 발생합니다. */
19
19
  click: EventEmitter<void>;
20
+ /** 닫기 버튼 클릭 시 발생합니다. (error 상태에서만 노출) */
21
+ close: EventEmitter<void>;
20
22
  private get resolvedState();
21
23
  private get resolvedMessage();
22
24
  private get resolvedButtonLabel();
@@ -28,6 +28,7 @@ export declare const TABLE_BODY_LAYOUT: {
28
28
  paddingY: string;
29
29
  };
30
30
  paddingX: string;
31
+ densePaddingX: string;
31
32
  framePadding: string;
32
33
  };
33
34
  export declare const TABLE_BODY_TYPOGRAPHY: {
@@ -580,6 +580,11 @@ export namespace Components {
580
580
  * @default false
581
581
  */
582
582
  "indeterminate": boolean;
583
+ /**
584
+ * true면 퍼센트를 원 아래가 아닌 원 가운데에 표시
585
+ * @default false
586
+ */
587
+ "innerValue": boolean;
583
588
  /**
584
589
  * 원 하단에 표시할 레이블 텍스트
585
590
  */
@@ -1225,6 +1230,11 @@ export namespace Components {
1225
1230
  * 필드 상태 (없으면 rules 결과로 자동 결정)
1226
1231
  */
1227
1232
  "status"?: 'default' | 'pass' | 'error';
1233
+ /**
1234
+ * multiple 파일 목록을 필드 아래 칩 대신, caret(▼) 클릭 시 열리는 리스트박스 카드로 표시
1235
+ * @default false
1236
+ */
1237
+ "useMultipleListBox": boolean;
1228
1238
  /**
1229
1239
  * 선택된 파일 값
1230
1240
  * @default null
@@ -3642,6 +3652,7 @@ declare global {
3642
3652
  };
3643
3653
  interface HTMLSdLoadingModalElementEventMap {
3644
3654
  "sdClick": void;
3655
+ "sdClose": void;
3645
3656
  }
3646
3657
  interface HTMLSdLoadingModalElement extends Components.SdLoadingModal, HTMLStencilElement {
3647
3658
  addEventListener<K extends keyof HTMLSdLoadingModalElementEventMap>(type: K, listener: (this: HTMLSdLoadingModalElement, ev: SdLoadingModalCustomEvent<HTMLSdLoadingModalElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
@@ -4654,6 +4665,11 @@ declare namespace LocalJSX {
4654
4665
  * @default false
4655
4666
  */
4656
4667
  "indeterminate"?: boolean;
4668
+ /**
4669
+ * true면 퍼센트를 원 아래가 아닌 원 가운데에 표시
4670
+ * @default false
4671
+ */
4672
+ "innerValue"?: boolean;
4657
4673
  /**
4658
4674
  * 원 하단에 표시할 레이블 텍스트
4659
4675
  */
@@ -5310,6 +5326,11 @@ declare namespace LocalJSX {
5310
5326
  * 필드 상태 (없으면 rules 결과로 자동 결정)
5311
5327
  */
5312
5328
  "status"?: 'default' | 'pass' | 'error';
5329
+ /**
5330
+ * multiple 파일 목록을 필드 아래 칩 대신, caret(▼) 클릭 시 열리는 리스트박스 카드로 표시
5331
+ * @default false
5332
+ */
5333
+ "useMultipleListBox"?: boolean;
5313
5334
  /**
5314
5335
  * 선택된 파일 값
5315
5336
  * @default null
@@ -5701,6 +5722,10 @@ declare namespace LocalJSX {
5701
5722
  * 버튼 클릭 시 발생합니다.
5702
5723
  */
5703
5724
  "onSdClick"?: (event: SdLoadingModalCustomEvent<void>) => void;
5725
+ /**
5726
+ * 닫기 버튼 클릭 시 발생합니다. (error 상태에서만 노출)
5727
+ */
5728
+ "onSdClose"?: (event: SdLoadingModalCustomEvent<void>) => void;
5704
5729
  /**
5705
5730
  * sd-circle-progress에 전달할 진행률 (0–100)
5706
5731
  */
@@ -7206,6 +7231,7 @@ declare namespace LocalJSX {
7206
7231
  "value": number;
7207
7232
  "type": CircleProgressType;
7208
7233
  "label": string;
7234
+ "innerValue": boolean;
7209
7235
  }
7210
7236
  interface SdConfirmModalAttributes {
7211
7237
  "type": ConfirmModalType;
@@ -7302,6 +7328,7 @@ declare namespace LocalJSX {
7302
7328
  "disabled": boolean;
7303
7329
  "inline": boolean;
7304
7330
  "multiple": boolean;
7331
+ "useMultipleListBox": boolean;
7305
7332
  "accept": string;
7306
7333
  "maxFileSize": string;
7307
7334
  "maxTotalSize": string;