@ds-mo/ui 12.9.0 → 13.1.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 (470) hide show
  1. package/README.md +1 -0
  2. package/dist/.package-ready.json +1 -0
  3. package/dist/agent-patterns.json +124 -135
  4. package/dist/agent.json +249 -1108
  5. package/dist/angular/ds-bar-nav.d.ts +1 -1
  6. package/dist/angular/ds-bar-nav.js +3 -3
  7. package/dist/angular/ds-button-filled.d.ts +1 -1
  8. package/dist/angular/ds-button-filled.js +3 -3
  9. package/dist/angular/ds-card-data-viz.d.ts +18 -0
  10. package/dist/angular/{ds-card-data-viz-donut.js → ds-card-data-viz.js} +12 -12
  11. package/dist/angular/ds-card-overview.d.ts +1 -1
  12. package/dist/angular/ds-card-overview.js +3 -3
  13. package/dist/angular/ds-chart-bar.d.ts +1 -1
  14. package/dist/angular/ds-chart-bar.js +3 -3
  15. package/dist/angular/ds-menu.d.ts +1 -7
  16. package/dist/angular/ds-menu.js +2 -5
  17. package/dist/angular/ds-mobile-header.d.ts +1 -1
  18. package/dist/angular/ds-mobile-header.js +3 -3
  19. package/dist/angular/ds-mobile-section-switcher.d.ts +1 -1
  20. package/dist/angular/ds-mobile-section-switcher.js +3 -3
  21. package/dist/angular/ds-panel-tools.d.ts +1 -1
  22. package/dist/angular/ds-panel-tools.js +3 -3
  23. package/dist/angular/ds-select.d.ts +5 -4
  24. package/dist/angular/ds-select.js +3 -3
  25. package/dist/angular/ds-shell-app.d.ts +90 -1
  26. package/dist/angular/ds-shell-app.js +44 -4
  27. package/dist/angular/ds-shell-tools.d.ts +1 -1
  28. package/dist/angular/ds-shell-tools.js +3 -3
  29. package/dist/angular/index.d.ts +1 -1
  30. package/dist/angular/index.js +1 -8
  31. package/dist/angular/proxies.d.ts +1 -8
  32. package/dist/angular/proxies.js +1 -8
  33. package/dist/components/ds-agent-activity.js +1 -1
  34. package/dist/components/ds-agent-response.js +1 -1
  35. package/dist/components/ds-agent-source-list.js +1 -1
  36. package/dist/components/ds-agent-tool-call.js +1 -1
  37. package/dist/components/ds-attachment-list.js +1 -1
  38. package/dist/components/ds-badge.js +1 -1
  39. package/dist/components/ds-bar-nav.js +1 -1
  40. package/dist/components/ds-bar-nav.js.map +1 -1
  41. package/dist/components/ds-bar-title.js +1 -1
  42. package/dist/components/ds-bar-title.js.map +1 -1
  43. package/dist/components/ds-bar-workflow.js +1 -1
  44. package/dist/components/ds-breadcrumb.js +1 -1
  45. package/dist/components/ds-button-filled.js +1 -1
  46. package/dist/components/ds-button-unfilled.js +1 -1
  47. package/dist/components/{ds-select-multi.d.ts → ds-card-data-viz.d.ts} +4 -4
  48. package/dist/components/ds-card-data-viz.js +2 -0
  49. package/dist/components/ds-card-data-viz.js.map +1 -0
  50. package/dist/components/ds-card-overview.js +1 -1
  51. package/dist/components/ds-card-overview.js.map +1 -1
  52. package/dist/components/ds-card-setting.js +1 -1
  53. package/dist/components/ds-chart-bar.js +1 -1
  54. package/dist/components/ds-chart-bar.js.map +1 -1
  55. package/dist/components/ds-chart-donut.js +1 -1
  56. package/dist/components/ds-chart-donut.js.map +1 -1
  57. package/dist/components/ds-chart-legend.js +1 -1
  58. package/dist/components/ds-chart-legend.js.map +1 -1
  59. package/dist/components/ds-chart-line.js +1 -1
  60. package/dist/components/ds-chart-line.js.map +1 -1
  61. package/dist/components/ds-checkbox.js +1 -1
  62. package/dist/components/ds-chip.js +1 -1
  63. package/dist/components/ds-chip.js.map +1 -1
  64. package/dist/components/ds-code-block.js +1 -1
  65. package/dist/components/ds-conversation-list-item.js +1 -1
  66. package/dist/components/ds-conversation-list-item.js.map +1 -1
  67. package/dist/components/ds-conversation-list-section.js +1 -1
  68. package/dist/components/ds-conversation-list.js +1 -1
  69. package/dist/components/ds-divider.js +1 -1
  70. package/dist/components/ds-empty-state.js +1 -1
  71. package/dist/components/ds-field.js +1 -1
  72. package/dist/components/ds-input.js +1 -1
  73. package/dist/components/ds-input.js.map +1 -1
  74. package/dist/components/ds-markdown.js +1 -1
  75. package/dist/components/ds-menu.js +1 -1
  76. package/dist/components/ds-message-bubble.js +1 -1
  77. package/dist/components/ds-message-composer.js +1 -1
  78. package/dist/components/ds-message-composer.js.map +1 -1
  79. package/dist/components/ds-message-scroller.js +1 -1
  80. package/dist/components/ds-message.js +1 -1
  81. package/dist/components/ds-mobile-bar-nav.js +1 -1
  82. package/dist/components/ds-mobile-bar-nav.js.map +1 -1
  83. package/dist/components/ds-mobile-header.js +1 -1
  84. package/dist/components/ds-mobile-section-switcher.js +1 -1
  85. package/dist/components/ds-mobile-sheet-nav.js +1 -1
  86. package/dist/components/ds-mobile-sheet-nav.js.map +1 -1
  87. package/dist/components/ds-modal.js +1 -1
  88. package/dist/components/ds-panel-nav.js +1 -1
  89. package/dist/components/ds-panel-nav.js.map +1 -1
  90. package/dist/components/ds-panel-sub-nav.js +1 -1
  91. package/dist/components/ds-panel-sub-nav.js.map +1 -1
  92. package/dist/components/ds-panel-tool-header.js +1 -1
  93. package/dist/components/ds-panel-tool-search.js +1 -1
  94. package/dist/components/ds-panel-tools.js +1 -1
  95. package/dist/components/ds-radio.js +1 -1
  96. package/dist/components/ds-radio.js.map +1 -1
  97. package/dist/components/ds-scroll-overlay.js +1 -1
  98. package/dist/components/ds-select.js +1 -1
  99. package/dist/components/ds-select.js.map +1 -1
  100. package/dist/components/ds-shell-app.js +1 -1
  101. package/dist/components/ds-shell-app.js.map +1 -1
  102. package/dist/components/ds-shell-page.js +1 -1
  103. package/dist/components/ds-shell-page.js.map +1 -1
  104. package/dist/components/ds-shell-tools.js +1 -1
  105. package/dist/components/ds-shell-tools.js.map +1 -1
  106. package/dist/components/ds-skeleton.js +1 -1
  107. package/dist/components/ds-slider.js +1 -1
  108. package/dist/components/ds-slider.js.map +1 -1
  109. package/dist/components/ds-swatch-picker.js +1 -1
  110. package/dist/components/ds-switch.js +1 -1
  111. package/dist/components/ds-tab-group.js +1 -1
  112. package/dist/components/ds-tag.js +1 -1
  113. package/dist/components/ds-tag.js.map +1 -1
  114. package/dist/components/ds-text.js +1 -1
  115. package/dist/components/ds-toast.js +1 -1
  116. package/dist/components/ds-tooltip-data-viz.js +1 -1
  117. package/dist/components/ds-tooltip.js +1 -1
  118. package/dist/components/ds-typing-indicator.js +1 -1
  119. package/dist/components/{p-CgEYdMee.js → p-6qXDqCj_.js} +2 -2
  120. package/dist/components/{p-Cr3tEx7o.js → p-Ay1AX7Ql.js} +2 -2
  121. package/dist/components/p-B-qDb_Zo.js +2 -0
  122. package/dist/components/p-B-qDb_Zo.js.map +1 -0
  123. package/dist/components/{p-BOCfICln.js → p-B1XW4VSn.js} +2 -2
  124. package/dist/components/p-B9p6w-_T.js +2 -0
  125. package/dist/components/p-B9p6w-_T.js.map +1 -0
  126. package/dist/components/p-BBFEhNzM.js +2 -0
  127. package/dist/components/p-BBFEhNzM.js.map +1 -0
  128. package/dist/components/p-BGUK8-Qm.js +2 -0
  129. package/dist/components/p-BGUK8-Qm.js.map +1 -0
  130. package/dist/components/p-BO4cj3iX.js +2 -0
  131. package/dist/components/{p-DCvA3Dc9.js.map → p-BO4cj3iX.js.map} +1 -1
  132. package/dist/components/{p-BKOlvCGS.js → p-BUZXuod2.js} +2 -2
  133. package/dist/components/p-BYWkksDO.js +2 -0
  134. package/dist/components/p-BYWkksDO.js.map +1 -0
  135. package/dist/components/p-BbMJTilO.js +2 -0
  136. package/dist/components/p-BbMJTilO.js.map +1 -0
  137. package/dist/components/{p-BO5aqZcf.js → p-BcTYhmku.js} +2 -2
  138. package/dist/components/p-BnQXAbif.js +2 -0
  139. package/dist/components/p-BnQXAbif.js.map +1 -0
  140. package/dist/components/p-BnbbnuVC.js +2 -0
  141. package/dist/components/p-BnbbnuVC.js.map +1 -0
  142. package/dist/components/{p-BDKtu6Wb.js → p-BroVnDzE.js} +2 -2
  143. package/dist/components/{p-CIiBpjCn.js → p-BsoqsbBh.js} +2 -2
  144. package/dist/components/p-BybqPD8K.js +2 -0
  145. package/dist/components/p-BybqPD8K.js.map +1 -0
  146. package/dist/components/{p-CCzG5xDD.js → p-C-aCzwhA.js} +2 -2
  147. package/dist/components/p-C-aCzwhA.js.map +1 -0
  148. package/dist/components/p-C-kzknkR.js +2 -0
  149. package/dist/components/p-C-kzknkR.js.map +1 -0
  150. package/dist/components/p-C-vRkDyn.js +2 -0
  151. package/dist/components/p-C-vRkDyn.js.map +1 -0
  152. package/dist/components/p-C4uYvyq6.js +2 -0
  153. package/dist/components/p-C4uYvyq6.js.map +1 -0
  154. package/dist/components/{p-C8HU4W8q.js → p-CBazaRlE.js} +2 -2
  155. package/dist/components/p-CH9yArA1.js +2 -0
  156. package/dist/components/p-CH9yArA1.js.map +1 -0
  157. package/dist/components/p-CHpNyAo1.js +2 -0
  158. package/dist/components/{p-CChcuL04.js.map → p-CHpNyAo1.js.map} +1 -1
  159. package/dist/components/{p-BhV5e6vF.js → p-CHuh71-U.js} +2 -2
  160. package/dist/components/p-CJDTh9Tg.js +2 -0
  161. package/dist/components/p-CJDTh9Tg.js.map +1 -0
  162. package/dist/components/p-CJbLY1tu.js +2 -0
  163. package/dist/components/p-CJbLY1tu.js.map +1 -0
  164. package/dist/components/p-CreGah0j.js +2 -0
  165. package/dist/components/p-Cvxm1OZB.js +2 -0
  166. package/dist/components/p-Cvxm1OZB.js.map +1 -0
  167. package/dist/components/p-D2xWcVv6.js +2 -0
  168. package/dist/components/p-D2xWcVv6.js.map +1 -0
  169. package/dist/components/p-DAW6G8Sl.js +2 -0
  170. package/dist/components/p-DAW6G8Sl.js.map +1 -0
  171. package/dist/components/p-DEaszb15.js +2 -0
  172. package/dist/components/p-DEaszb15.js.map +1 -0
  173. package/dist/components/{p-BgGP65Nn.js → p-DOUk4KoT.js} +1 -1
  174. package/dist/components/p-DOUk4KoT.js.map +1 -0
  175. package/dist/components/p-DbQr7Kwr.js +2 -0
  176. package/dist/components/p-DbQr7Kwr.js.map +1 -0
  177. package/dist/components/{p-Cuih680v.js → p-Df17mJqI.js} +2 -2
  178. package/dist/components/p-DhEdICfD.js +2 -0
  179. package/dist/components/p-DhEdICfD.js.map +1 -0
  180. package/dist/components/p-bxoryr-3.js +2 -0
  181. package/dist/components/p-bxoryr-3.js.map +1 -0
  182. package/dist/components/p-eAfNzlMa.js +2 -0
  183. package/dist/components/p-eAfNzlMa.js.map +1 -0
  184. package/dist/components/p-gZni7A2L.js +2 -0
  185. package/dist/components/p-gZni7A2L.js.map +1 -0
  186. package/dist/components/{p-YR1XeuZf.js → p-ohsLFap_.js} +2 -2
  187. package/dist/components/{p-DjbTFy2B.js → p-ymtdhOU5.js} +1 -1
  188. package/dist/components/p-ymtdhOU5.js.map +1 -0
  189. package/dist/docs/components.json +929 -2371
  190. package/dist/framework/angular.d.ts +0 -1
  191. package/dist/framework/angular.js +0 -1
  192. package/dist/lib/components/BarTitle/bar-title-types.d.ts +28 -0
  193. package/dist/lib/components/Breadcrumb/breadcrumb-types.d.ts +16 -0
  194. package/dist/lib/components/ButtonFilled/ButtonFilled.d.ts +83 -0
  195. package/dist/lib/components/MobileHeader/mobile-header-types.d.ts +4 -0
  196. package/dist/lib/components/PanelTools/panel-tools-types.d.ts +21 -7
  197. package/dist/lib/components/ShellApp/shell-app-types.d.ts +91 -0
  198. package/dist/lib/shell/index.d.ts +5 -13
  199. package/dist/lib/shell/index.js +87 -358
  200. package/dist/lib/shell/index.js.map +3 -3
  201. package/dist/lib/shell/shell-responsive.d.ts +2 -1
  202. package/dist/lib/utils/button-render.d.ts +17 -0
  203. package/dist/lib/utils/button-types.d.ts +10 -0
  204. package/dist/lib/utils/choice-list.d.ts +25 -0
  205. package/dist/lib/utils/control-press.d.ts +8 -0
  206. package/dist/lib/utils/form-association.d.ts +22 -0
  207. package/dist/lib/utils/index.d.ts +4 -0
  208. package/dist/lib/utils/index.js +63 -0
  209. package/dist/lib/utils/index.js.map +3 -3
  210. package/dist/lib/utils/required-validity.d.ts +1 -1
  211. package/dist/lib/utils/safe-url.d.ts +11 -0
  212. package/dist/mcp/cli.js +38 -10
  213. package/dist/mcp-data/registry/agent-activity.json +1 -1
  214. package/dist/mcp-data/registry/agent-response.json +1 -1
  215. package/dist/mcp-data/registry/agent-source-list.json +2 -2
  216. package/dist/mcp-data/registry/agent-tool-call.json +1 -1
  217. package/dist/mcp-data/registry/attachment-list.json +2 -2
  218. package/dist/mcp-data/registry/avatar.json +1 -1
  219. package/dist/mcp-data/registry/badge.json +1 -1
  220. package/dist/mcp-data/registry/bar-nav.json +4 -22
  221. package/dist/mcp-data/registry/bar-title.json +1 -1
  222. package/dist/mcp-data/registry/bar-workflow.json +1 -1
  223. package/dist/mcp-data/registry/breadcrumb.json +2 -2
  224. package/dist/mcp-data/registry/button-filled.json +5 -20
  225. package/dist/mcp-data/registry/button-unfilled.json +15 -12
  226. package/dist/mcp-data/registry/card-data-viz.json +241 -0
  227. package/dist/mcp-data/registry/card-overview.json +39 -11
  228. package/dist/mcp-data/registry/card-setting.json +3 -3
  229. package/dist/mcp-data/registry/chart-bar.json +67 -19
  230. package/dist/mcp-data/registry/chart-donut.json +8 -8
  231. package/dist/mcp-data/registry/chart-legend.json +9 -11
  232. package/dist/mcp-data/registry/chart-line.json +2 -3
  233. package/dist/mcp-data/registry/checkbox.json +3 -3
  234. package/dist/mcp-data/registry/chip.json +1 -1
  235. package/dist/mcp-data/registry/code-block.json +1 -1
  236. package/dist/mcp-data/registry/conversation-list-item.json +2 -2
  237. package/dist/mcp-data/registry/conversation-list-section.json +1 -1
  238. package/dist/mcp-data/registry/conversation-list.json +1 -1
  239. package/dist/mcp-data/registry/divider.json +1 -1
  240. package/dist/mcp-data/registry/empty-state.json +1 -1
  241. package/dist/mcp-data/registry/field.json +3 -4
  242. package/dist/mcp-data/registry/icon.json +1 -1
  243. package/dist/mcp-data/registry/input.json +2 -2
  244. package/dist/mcp-data/registry/loader.json +1 -1
  245. package/dist/mcp-data/registry/markdown.json +2 -2
  246. package/dist/mcp-data/registry/menu.json +11 -22
  247. package/dist/mcp-data/registry/message-bubble.json +1 -1
  248. package/dist/mcp-data/registry/message-composer.json +1 -1
  249. package/dist/mcp-data/registry/message-scroller.json +1 -1
  250. package/dist/mcp-data/registry/message.json +1 -1
  251. package/dist/mcp-data/registry/mobile-bar-nav.json +2 -2
  252. package/dist/mcp-data/registry/mobile-header.json +2 -38
  253. package/dist/mcp-data/registry/mobile-section-switcher.json +2 -20
  254. package/dist/mcp-data/registry/mobile-sheet-nav.json +1 -1
  255. package/dist/mcp-data/registry/modal.json +1 -1
  256. package/dist/mcp-data/registry/panel-nav.json +3 -3
  257. package/dist/mcp-data/registry/panel-sub-nav.json +1 -1
  258. package/dist/mcp-data/registry/panel-tool-header.json +1 -1
  259. package/dist/mcp-data/registry/panel-tool-search.json +2 -2
  260. package/dist/mcp-data/registry/panel-tools.json +20 -56
  261. package/dist/mcp-data/registry/radio.json +2 -2
  262. package/dist/mcp-data/registry/registry.json +295 -1175
  263. package/dist/mcp-data/registry/scroll-overlay.json +1 -1
  264. package/dist/mcp-data/registry/select.json +60 -26
  265. package/dist/mcp-data/registry/shell-app.json +346 -21
  266. package/dist/mcp-data/registry/shell-page.json +2 -2
  267. package/dist/mcp-data/registry/shell-tools.json +13 -44
  268. package/dist/mcp-data/registry/skeleton.json +1 -1
  269. package/dist/mcp-data/registry/slider.json +2 -2
  270. package/dist/mcp-data/registry/swatch-picker.json +1 -1
  271. package/dist/mcp-data/registry/switch.json +2 -2
  272. package/dist/mcp-data/registry/tab-group.json +1 -1
  273. package/dist/mcp-data/registry/tag.json +1 -1
  274. package/dist/mcp-data/registry/text.json +1 -1
  275. package/dist/mcp-data/registry/toast.json +1 -1
  276. package/dist/mcp-data/registry/tooltip-data-viz.json +1 -1
  277. package/dist/mcp-data/registry/tooltip.json +1 -1
  278. package/dist/mcp-data/registry/typing-indicator.json +1 -1
  279. package/dist/react/components.d.ts +1 -8
  280. package/dist/react/components.js +1 -8
  281. package/dist/react/ds-card-data-viz.d.ts +12 -0
  282. package/dist/react/ds-card-data-viz.js +12 -0
  283. package/dist/react/ds-menu.d.ts +1 -2
  284. package/dist/react/ds-menu.js +0 -1
  285. package/dist/react/ds-select.d.ts +2 -2
  286. package/dist/react/ds-shell-app.d.ts +24 -1
  287. package/dist/react/ds-shell-app.js +16 -1
  288. package/dist/types/components/AgentSourceList/AgentSourceList.d.ts +0 -1
  289. package/dist/types/components/BarNav/BarNav.d.ts +0 -2
  290. package/dist/types/components/BarNav/bar-nav-utils.d.ts +2 -4
  291. package/dist/types/components/ButtonFilled/ButtonFilled.d.ts +5 -11
  292. package/dist/types/components/ButtonUnfilled/ButtonUnfilled.d.ts +13 -10
  293. package/dist/types/components/CardDataViz/CardDataViz.d.ts +32 -0
  294. package/dist/types/components/CardDataViz/index.d.ts +2 -0
  295. package/dist/types/components/CardOverview/CardOverview.d.ts +17 -0
  296. package/dist/types/components/CardOverview/card-overview-controller.d.ts +16 -0
  297. package/dist/types/components/ChartBar/ChartBar.d.ts +12 -1
  298. package/dist/types/components/ChartBar/index.d.ts +2 -1
  299. package/dist/types/components/Menu/Menu.d.ts +0 -4
  300. package/dist/types/components/Menu/menu-sections.d.ts +4 -0
  301. package/dist/types/components/Menu/menu-types.d.ts +2 -11
  302. package/dist/types/components/MobileHeader/MobileHeader.d.ts +0 -5
  303. package/dist/types/components/MobileSectionSwitcher/MobileSectionSwitcher.d.ts +0 -2
  304. package/dist/types/components/PanelTools/PanelTools.d.ts +0 -4
  305. package/dist/types/components/PanelTools/index.d.ts +1 -1
  306. package/dist/types/components/PanelTools/panel-tools-types.d.ts +21 -7
  307. package/dist/types/components/PanelTools/panel-tools-utils.d.ts +1 -1
  308. package/dist/types/components/Select/Select.d.ts +12 -4
  309. package/dist/types/components/Select/index.d.ts +1 -1
  310. package/dist/types/components/ShellApp/ShellApp.d.ts +98 -0
  311. package/dist/types/components/ShellApp/shell-app-types.d.ts +92 -0
  312. package/dist/types/components/ShellPage/ShellPage.d.ts +5 -0
  313. package/dist/types/components/ShellTools/ShellTools.d.ts +2 -2
  314. package/dist/types/components.d.ts +210 -889
  315. package/dist/types/shell/index.d.ts +5 -13
  316. package/dist/types/shell/shell-responsive.d.ts +2 -1
  317. package/dist/types/utils/button-render.d.ts +18 -0
  318. package/dist/types/utils/button-story-foundation.d.ts +9 -0
  319. package/dist/types/utils/button-types.d.ts +11 -0
  320. package/dist/types/utils/form-association.d.ts +23 -0
  321. package/dist/types/utils/index.d.ts +4 -0
  322. package/dist/types/utils/required-validity.d.ts +1 -1
  323. package/dist/types/utils/safe-url.d.ts +12 -0
  324. package/dist/types/utils/select-controller.d.ts +1 -1
  325. package/package.json +18 -10
  326. package/dist/.build-stamp +0 -1
  327. package/dist/angular/ds-card-data-viz-bar.d.ts +0 -18
  328. package/dist/angular/ds-card-data-viz-bar.js +0 -42
  329. package/dist/angular/ds-card-data-viz-donut.d.ts +0 -18
  330. package/dist/angular/ds-card-data-viz-line.d.ts +0 -18
  331. package/dist/angular/ds-card-data-viz-line.js +0 -42
  332. package/dist/angular/ds-card-shell-data-viz.d.ts +0 -12
  333. package/dist/angular/ds-card-shell-data-viz.js +0 -38
  334. package/dist/angular/ds-chart-bar-stacked.d.ts +0 -12
  335. package/dist/angular/ds-chart-bar-stacked.js +0 -38
  336. package/dist/angular/ds-select-multi.d.ts +0 -28
  337. package/dist/angular/ds-select-multi.js +0 -49
  338. package/dist/angular/ds-shell-gradient-picker.d.ts +0 -16
  339. package/dist/angular/ds-shell-gradient-picker.js +0 -42
  340. package/dist/angular/ds-shell-gradient-swatch.d.ts +0 -16
  341. package/dist/angular/ds-shell-gradient-swatch.js +0 -42
  342. package/dist/components/ds-card-data-viz-bar.d.ts +0 -11
  343. package/dist/components/ds-card-data-viz-bar.js +0 -2
  344. package/dist/components/ds-card-data-viz-bar.js.map +0 -1
  345. package/dist/components/ds-card-data-viz-donut.d.ts +0 -11
  346. package/dist/components/ds-card-data-viz-donut.js +0 -2
  347. package/dist/components/ds-card-data-viz-donut.js.map +0 -1
  348. package/dist/components/ds-card-data-viz-line.d.ts +0 -11
  349. package/dist/components/ds-card-data-viz-line.js +0 -2
  350. package/dist/components/ds-card-data-viz-line.js.map +0 -1
  351. package/dist/components/ds-card-shell-data-viz.d.ts +0 -11
  352. package/dist/components/ds-card-shell-data-viz.js +0 -2
  353. package/dist/components/ds-card-shell-data-viz.js.map +0 -1
  354. package/dist/components/ds-chart-bar-stacked.d.ts +0 -11
  355. package/dist/components/ds-chart-bar-stacked.js +0 -2
  356. package/dist/components/ds-chart-bar-stacked.js.map +0 -1
  357. package/dist/components/ds-select-multi.js +0 -2
  358. package/dist/components/ds-select-multi.js.map +0 -1
  359. package/dist/components/ds-shell-gradient-picker.d.ts +0 -11
  360. package/dist/components/ds-shell-gradient-picker.js +0 -2
  361. package/dist/components/ds-shell-gradient-picker.js.map +0 -1
  362. package/dist/components/ds-shell-gradient-swatch.d.ts +0 -11
  363. package/dist/components/ds-shell-gradient-swatch.js +0 -2
  364. package/dist/components/ds-shell-gradient-swatch.js.map +0 -1
  365. package/dist/components/p-2foAUsDN.js +0 -2
  366. package/dist/components/p-2foAUsDN.js.map +0 -1
  367. package/dist/components/p-8GK7B7K4.js +0 -2
  368. package/dist/components/p-8GK7B7K4.js.map +0 -1
  369. package/dist/components/p-B5tMlca-.js +0 -2
  370. package/dist/components/p-B5tMlca-.js.map +0 -1
  371. package/dist/components/p-B88n0pO3.js +0 -2
  372. package/dist/components/p-B88n0pO3.js.map +0 -1
  373. package/dist/components/p-BBePKRHC.js +0 -2
  374. package/dist/components/p-BBePKRHC.js.map +0 -1
  375. package/dist/components/p-BOQnc-M4.js +0 -2
  376. package/dist/components/p-BOQnc-M4.js.map +0 -1
  377. package/dist/components/p-BgGP65Nn.js.map +0 -1
  378. package/dist/components/p-BrusnEYP.js +0 -2
  379. package/dist/components/p-BrusnEYP.js.map +0 -1
  380. package/dist/components/p-C61yJkfr.js +0 -2
  381. package/dist/components/p-C61yJkfr.js.map +0 -1
  382. package/dist/components/p-CChcuL04.js +0 -2
  383. package/dist/components/p-CCzG5xDD.js.map +0 -1
  384. package/dist/components/p-CGVXbXv9.js +0 -2
  385. package/dist/components/p-CGVXbXv9.js.map +0 -1
  386. package/dist/components/p-CH3w-P2H.js +0 -2
  387. package/dist/components/p-CH3w-P2H.js.map +0 -1
  388. package/dist/components/p-Cuqxh-Tq.js +0 -2
  389. package/dist/components/p-Cuqxh-Tq.js.map +0 -1
  390. package/dist/components/p-D1HFMTdC.js +0 -2
  391. package/dist/components/p-D1HFMTdC.js.map +0 -1
  392. package/dist/components/p-D2x17ei-.js +0 -2
  393. package/dist/components/p-D2x17ei-.js.map +0 -1
  394. package/dist/components/p-DCvA3Dc9.js +0 -2
  395. package/dist/components/p-DLZm_-sU.js +0 -2
  396. package/dist/components/p-DLZm_-sU.js.map +0 -1
  397. package/dist/components/p-DRnIuCiT.js +0 -2
  398. package/dist/components/p-DjKkSqrG.js +0 -2
  399. package/dist/components/p-DjKkSqrG.js.map +0 -1
  400. package/dist/components/p-DjbTFy2B.js.map +0 -1
  401. package/dist/components/p-DlscFn2m.js +0 -2
  402. package/dist/components/p-DlscFn2m.js.map +0 -1
  403. package/dist/components/p-DxkEC0hR.js +0 -2
  404. package/dist/components/p-DxkEC0hR.js.map +0 -1
  405. package/dist/components/p-Re2kPrXm.js +0 -2
  406. package/dist/components/p-Re2kPrXm.js.map +0 -1
  407. package/dist/components/p-XMZCaXs7.js +0 -2
  408. package/dist/components/p-XMZCaXs7.js.map +0 -1
  409. package/dist/components/p-dyUp3Adm.js +0 -2
  410. package/dist/components/p-dyUp3Adm.js.map +0 -1
  411. package/dist/components/p-nkYN0Bub.js +0 -2
  412. package/dist/components/p-nkYN0Bub.js.map +0 -1
  413. package/dist/framework/select-multi-value-accessor.d.ts +0 -9
  414. package/dist/framework/select-multi-value-accessor.js +0 -40
  415. package/dist/lib/shell/badge-gradient-ring.d.ts +0 -27
  416. package/dist/lib/shell/chrome-transition.d.ts +0 -32
  417. package/dist/lib/shell/shell-chrome-metrics.d.ts +0 -11
  418. package/dist/lib/shell/shell-gradient.d.ts +0 -41
  419. package/dist/lib/shell/shell-view-transition.d.ts +0 -23
  420. package/dist/mcp-data/registry/card-data-viz-bar.json +0 -213
  421. package/dist/mcp-data/registry/card-data-viz-donut.json +0 -214
  422. package/dist/mcp-data/registry/card-data-viz-line.json +0 -207
  423. package/dist/mcp-data/registry/card-shell-data-viz.json +0 -180
  424. package/dist/mcp-data/registry/chart-bar-stacked.json +0 -230
  425. package/dist/mcp-data/registry/select-multi.json +0 -758
  426. package/dist/mcp-data/registry/shell-gradient-picker.json +0 -195
  427. package/dist/mcp-data/registry/shell-gradient-swatch.json +0 -215
  428. package/dist/react/ds-card-data-viz-bar.d.ts +0 -12
  429. package/dist/react/ds-card-data-viz-bar.js +0 -12
  430. package/dist/react/ds-card-data-viz-donut.d.ts +0 -12
  431. package/dist/react/ds-card-data-viz-donut.js +0 -12
  432. package/dist/react/ds-card-data-viz-line.d.ts +0 -12
  433. package/dist/react/ds-card-data-viz-line.js +0 -12
  434. package/dist/react/ds-card-shell-data-viz.d.ts +0 -9
  435. package/dist/react/ds-card-shell-data-viz.js +0 -12
  436. package/dist/react/ds-chart-bar-stacked.d.ts +0 -9
  437. package/dist/react/ds-chart-bar-stacked.js +0 -12
  438. package/dist/react/ds-select-multi.d.ts +0 -14
  439. package/dist/react/ds-select-multi.js +0 -16
  440. package/dist/react/ds-shell-gradient-picker.d.ts +0 -12
  441. package/dist/react/ds-shell-gradient-picker.js +0 -12
  442. package/dist/react/ds-shell-gradient-swatch.d.ts +0 -12
  443. package/dist/react/ds-shell-gradient-swatch.js +0 -12
  444. package/dist/types/components/CardDataVizBar/CardDataVizBar.d.ts +0 -24
  445. package/dist/types/components/CardDataVizBar/index.d.ts +0 -2
  446. package/dist/types/components/CardDataVizDonut/CardDataVizDonut.d.ts +0 -28
  447. package/dist/types/components/CardDataVizDonut/index.d.ts +0 -2
  448. package/dist/types/components/CardDataVizLine/CardDataVizLine.d.ts +0 -24
  449. package/dist/types/components/CardDataVizLine/index.d.ts +0 -2
  450. package/dist/types/components/CardShellDataViz/CardShellDataViz.d.ts +0 -13
  451. package/dist/types/components/CardShellDataViz/index.d.ts +0 -2
  452. package/dist/types/components/ChartBarStacked/ChartBarStacked.d.ts +0 -26
  453. package/dist/types/components/ChartBarStacked/index.d.ts +0 -3
  454. package/dist/types/components/SelectMulti/SelectMulti.d.ts +0 -121
  455. package/dist/types/components/SelectMulti/index.d.ts +0 -2
  456. package/dist/types/components/ShellGradientPicker/ShellGradientPicker.d.ts +0 -12
  457. package/dist/types/components/ShellGradientSwatch/ShellGradientSwatch.d.ts +0 -15
  458. package/dist/types/components/ShellGradientSwatch/shell-gradient-swatch-types.d.ts +0 -4
  459. /package/dist/components/{p-CgEYdMee.js.map → p-6qXDqCj_.js.map} +0 -0
  460. /package/dist/components/{p-Cr3tEx7o.js.map → p-Ay1AX7Ql.js.map} +0 -0
  461. /package/dist/components/{p-BOCfICln.js.map → p-B1XW4VSn.js.map} +0 -0
  462. /package/dist/components/{p-BKOlvCGS.js.map → p-BUZXuod2.js.map} +0 -0
  463. /package/dist/components/{p-BO5aqZcf.js.map → p-BcTYhmku.js.map} +0 -0
  464. /package/dist/components/{p-BDKtu6Wb.js.map → p-BroVnDzE.js.map} +0 -0
  465. /package/dist/components/{p-CIiBpjCn.js.map → p-BsoqsbBh.js.map} +0 -0
  466. /package/dist/components/{p-C8HU4W8q.js.map → p-CBazaRlE.js.map} +0 -0
  467. /package/dist/components/{p-BhV5e6vF.js.map → p-CHuh71-U.js.map} +0 -0
  468. /package/dist/components/{p-DRnIuCiT.js.map → p-CreGah0j.js.map} +0 -0
  469. /package/dist/components/{p-Cuih680v.js.map → p-Df17mJqI.js.map} +0 -0
  470. /package/dist/components/{p-YR1XeuZf.js.map → p-ohsLFap_.js.map} +0 -0
@@ -1,22 +1,14 @@
1
1
  export type { NavChromeStyle } from './nav-chrome';
2
2
  export type { PanelNavGroup, PanelNavItem, } from '../components/PanelNav/panel-nav-types';
3
3
  export type { BarNavTab } from '../components/BarNav/bar-nav-types';
4
+ export type { ShellAppComposition, ShellNavigationConfig, ShellNavigationSelectDetail, ShellPageChromeConfig, ShellToolsConfig, } from '../components/ShellApp/shell-app-types';
4
5
  export type { PanelToolsHeaderAction, PanelToolsHeaderConfig, PanelToolsHeaders, PanelToolsItem, PanelToolsToolId, } from '../components/PanelTools/panel-tools-types';
5
- export { NAV_STYLE_HINT_ATTR, readNavStyleAttr, setNavStyleHint, clearNavStyleHint, resolveNavChromeStyle, shouldResyncNavChromeStyle, } from './nav-chrome';
6
- export { SHELL_BAR_NAV_VT_NAME, SHELL_NAV_REVEAL_DURATION_VAR, SHELL_NAV_REVEAL_EASING_VAR, parseCssTimeMs, ensureShellNavVtStyle, resolveShellNavRevealOrigin, setShellNavRevealOriginVars, animateShellNavRadialReveal, runShellNavStyleRevealOnReady, } from './shell-view-transition';
7
- export type { ShellNavRevealOrigin } from './shell-view-transition';
8
- export { SHELL_GRADIENT_IMAGE_VAR, SHELL_GRADIENT_SIZE_VAR, SHELL_GRADIENT_POSITION_PANEL_VAR, SHELL_GRADIENT_POSITION_BAR_VAR, SHELL_GRADIENT_OPACITY_VAR, SHELL_CHROME_SURFACE_POSITION_VAR, buildShellRadialGradient, shellGradientImage, shellGradientSize, shellGradientPositionPanel, shellGradientPositionBar, shellChromeSurfacePosition, shellChromeLayerActive, readShellViewportDimensions, } from './shell-gradient';
9
- export type { ShellGradientLayout, ShellViewportDimensions } from './shell-gradient';
6
+ export { PANEL_TOOLS_DEFAULT_ITEMS } from '../components/PanelTools/panel-tools-types';
7
+ export { NAV_STYLE_HINT_ATTR, readNavStyleAttr, setNavStyleHint, clearNavStyleHint, } from './nav-chrome';
10
8
  export type { MenuPlacement } from '../components/Menu/menu-placement';
11
9
  export { PANEL_NAV_USER_MENU_PLACEMENT, PANEL_TOOLS_HEADER_MENU_PLACEMENT, } from '../components/Menu/menu-placement';
12
10
  export type { ShellGradientPickerOption, ShellGradientPickerPreview, ShellGradientPickerSection, ShellGradientPreset, } from './shell-gradient-presets';
13
- export { DEFAULT_SHELL_GRADIENT_PRESET, SHELL_GRADIENT_PRESETS, SHELL_GRADIENT_PRESET_LABELS, buildShellRadialGradientForPreset, isShellGradientPreset, normalizeShellGradientPreset, shellGradientPickerSections, shellGradientPresetStopToken, } from './shell-gradient-presets';
14
- export type { ChromeTransitionDetail, ChromeTransitionSource } from './chrome-transition';
15
- export { CHROME_TRANSITION_END, CHROME_TRANSITION_START, ChromeTransitionDepth, createRafCoalescer, readChromeTransitionSource, readChromeTransitionPhase, } from './chrome-transition';
16
- export { barGradientPositionFromPanelWidth, isPanelNavCollapsed, panelWidthPxFromTokens, readCssVarWidthPx, readPanelNavWidthTokens, } from './shell-chrome-metrics';
17
- export type { PanelNavWidthTokens } from './shell-chrome-metrics';
18
- export { SHELL_DEFAULT_INBOX_TOOL, SHELL_DESKTOP_BREAKPOINT, SHELL_MOBILE_BREAKPOINT, isShellInboxTool, resolveAvailableInboxTool, resolveShellResponsiveMode, shellMobileDestinationForTool, shouldEmitMobileDestinationChange, } from './shell-responsive';
11
+ export { DEFAULT_SHELL_GRADIENT_PRESET, SHELL_GRADIENT_PRESETS, SHELL_GRADIENT_PRESET_LABELS, isShellGradientPreset, normalizeShellGradientPreset, shellGradientPickerSections, } from './shell-gradient-presets';
12
+ export { SHELL_DEFAULT_INBOX_TOOL, isShellInboxTool, resolveAvailableInboxTool, resolveShellResponsiveMode, shellMobileDestinationForTool, shouldEmitMobileDestinationChange, } from './shell-responsive';
19
13
  export type { ShellInboxToolId, MobileDestination, ShellResponsiveMode, } from './shell-responsive';
20
- export { BADGE_GRADIENT_POSITION_VAR, badgeGradientPosition, findGradientSurface, isShellGradientActive, parseCssBackgroundPosition, readShellGradientPosition, syncBadgeGradientPosition, } from './badge-gradient-ring';
21
- export type { GradientSurface } from './badge-gradient-ring';
22
14
  //# sourceMappingURL=index.d.ts.map
@@ -1,11 +1,12 @@
1
1
  import type { PanelToolsToolId } from '../components/PanelTools/panel-tools-types';
2
2
  export type ShellResponsiveMode = 'desktop' | 'tablet' | 'mobile';
3
3
  export type MobileDestination = 'area' | 'search' | 'agents' | 'inbox' | 'help';
4
- export type ShellInboxToolId = Extract<PanelToolsToolId, 'messages' | 'stacks' | 'activity'>;
4
+ export type ShellInboxToolId = PanelToolsToolId;
5
5
  export declare const SHELL_DESKTOP_BREAKPOINT = 1200;
6
6
  export declare const SHELL_MOBILE_BREAKPOINT = 768;
7
7
  export declare const SHELL_DEFAULT_INBOX_TOOL: ShellInboxToolId;
8
8
  export declare function resolveShellResponsiveMode(width: number): ShellResponsiveMode;
9
+ export declare function resolveManagedShellPageCapacity(mode: ShellResponsiveMode, toolsOpen: boolean): 'roomy' | 'compact' | 'constrained';
9
10
  export declare function shellMobileDestinationForTool(open: boolean, tool: PanelToolsToolId | ''): MobileDestination;
10
11
  export declare function isShellInboxTool(tool: string): tool is ShellInboxToolId;
11
12
  export declare function resolveAvailableInboxTool(preferred: string, available: readonly PanelToolsToolId[]): ShellInboxToolId | '';
@@ -0,0 +1,18 @@
1
+ import { type ButtonSize, type ButtonVariant } from './button-types';
2
+ interface ButtonContentOptions {
3
+ namespace: 'button-filled' | 'button-unfilled';
4
+ variant: ButtonVariant;
5
+ size: ButtonSize;
6
+ label: string;
7
+ icon: string;
8
+ hasMenu: boolean;
9
+ isLoading: boolean;
10
+ dot?: {
11
+ visible: boolean;
12
+ background: string;
13
+ };
14
+ }
15
+ /** One content renderer shared by both semantic button components. */
16
+ export declare function renderButtonContent(options: ButtonContentOptions): any[];
17
+ export {};
18
+ //# sourceMappingURL=button-render.d.ts.map
@@ -0,0 +1,9 @@
1
+ export declare const BUTTON_STORY_VARIANTS: readonly ["label", "icon", "icon-label"];
2
+ export declare const BUTTON_STORY_SIZES: readonly ["lg", "md", "sm", "xs"];
3
+ export declare const BUTTON_STORY_WIDTHS: readonly ["hug", "fill"];
4
+ export declare const BUTTON_STORY_ROW = "display:flex;gap:var(--dimension-space-100);align-items:center;flex-wrap:wrap;";
5
+ export declare const BUTTON_STORY_COLUMN = "display:flex;flex-direction:column;gap:var(--dimension-space-150);align-items:flex-start;";
6
+ export declare const BUTTON_STORY_SURFACE = "display:flex;gap:var(--dimension-space-100);align-items:center;padding:var(--dimension-space-150);border-radius:var(--dimension-radius-100);";
7
+ /** Shared Storybook wiring for the two semantic menu-button components. */
8
+ export declare function wireButtonStoryMenuTriggers(root: Element | undefined): void;
9
+ //# sourceMappingURL=button-story-foundation.d.ts.map
@@ -0,0 +1,11 @@
1
+ import type { ControlWidth } from './control-width';
2
+ export type ButtonVariant = 'icon' | 'label' | 'icon-label';
3
+ export type ButtonSize = 'lg' | 'md' | 'sm' | 'xs';
4
+ export type ButtonWidth = ControlWidth;
5
+ export type ButtonPopup = 'true' | 'menu' | 'listbox' | 'tree' | 'grid' | 'dialog';
6
+ export type ButtonNativeType = 'button' | 'submit' | 'reset';
7
+ export declare const BUTTON_ICON_SIZE: Record<ButtonSize, ButtonSize>;
8
+ export declare function buttonShowsIcon(variant: ButtonVariant): boolean;
9
+ export declare function buttonShowsLabel(variant: ButtonVariant): boolean;
10
+ export declare function buttonShowsChevron(variant: ButtonVariant, hasMenu: boolean): boolean;
11
+ //# sourceMappingURL=button-types.d.ts.map
@@ -0,0 +1,23 @@
1
+ export type FormControlState = File | FormData | string | null;
2
+ export interface SetFormControlValueOptions {
3
+ inactive?: boolean;
4
+ state?: FormControlState;
5
+ }
6
+ export interface SetRepeatedFormControlValueOptions {
7
+ inactive?: boolean;
8
+ state?: FormControlState;
9
+ }
10
+ /**
11
+ * Set one form-associated value while consistently omitting inactive controls.
12
+ * Pass `state` only when restoration differs from the submitted value.
13
+ */
14
+ export declare function setFormControlValue(internals: ElementInternals, value: File | string | null, options?: SetFormControlValueOptions): void;
15
+ /**
16
+ * Submit repeated values under one field name and preserve a serialized array
17
+ * for browser form-state restoration.
18
+ */
19
+ export declare function setRepeatedFormControlValue(internals: ElementInternals, name: string | null | undefined, values: readonly (number | string)[], options?: SetRepeatedFormControlValueOptions): void;
20
+ export declare function restoreStringFormState(state: FormControlState, fallback?: string): string;
21
+ export declare function restoreStringArrayFormState(state: FormControlState): string[];
22
+ export declare function restoreNumberArrayFormState(state: FormControlState, maximumValues?: number): number[];
23
+ //# sourceMappingURL=form-association.d.ts.map
@@ -12,6 +12,10 @@ export type { ScrollEdgeFadeEdge, ScrollEdgeFadeOptions, ScrollEdgeFadeSize, Scr
12
12
  export { TOKEN_DEFAULTS, TOKEN_CSS_LENGTHS } from './token-defaults';
13
13
  export type { TokenDefaultKey } from './token-defaults';
14
14
  export { DEFAULT_REQUIRED_MESSAGE, setRequiredValidity } from './required-validity';
15
+ export { restoreNumberArrayFormState, restoreStringArrayFormState, restoreStringFormState, setFormControlValue, setRepeatedFormControlValue, } from './form-association';
16
+ export type { FormControlState, SetFormControlValueOptions, SetRepeatedFormControlValueOptions, } from './form-association';
17
+ export { resolveSafeUrl } from './safe-url';
18
+ export type { ResolveSafeUrlOptions, SafeUrlProtocol } from './safe-url';
15
19
  export { controlWidthClass } from './control-width';
16
20
  export type { ControlWidth } from './control-width';
17
21
  export { CONTROL_SUPPORTING_TEXT_VARIANT, CONTROL_TEXT_VARIANT } from './control-text';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Shared "required field" validity contract for form-associated custom
3
- * elements (Checkbox, Radio, Switch, Input, Select, SelectMulti, …).
3
+ * elements (Checkbox, Radio, Switch, Input, Select, …).
4
4
  *
5
5
  * Each control computes its own `missing` condition (what counts as empty
6
6
  * differs: unchecked, no value, no selection, …) and its own form value, then
@@ -0,0 +1,12 @@
1
+ export type SafeUrlProtocol = 'blob:' | 'http:' | 'https:' | 'mailto:';
2
+ export interface ResolveSafeUrlOptions {
3
+ protocols?: readonly SafeUrlProtocol[];
4
+ baseUrl?: string | URL;
5
+ }
6
+ /**
7
+ * Resolve a consumer-authored URL only when its protocol is explicitly allowed.
8
+ * Relative URLs use the current document base in browser rendering; server-side
9
+ * callers can provide `baseUrl` when they intentionally support relative input.
10
+ */
11
+ export declare function resolveSafeUrl(value: string | null | undefined, options?: ResolveSafeUrlOptions): string | undefined;
12
+ //# sourceMappingURL=safe-url.d.ts.map
@@ -20,7 +20,7 @@ export interface SelectControllerState<T extends ChoiceOption> {
20
20
  selectOption(option: T): void;
21
21
  }
22
22
  /**
23
- * Shared Select/SelectMulti interaction controller.
23
+ * Shared single/multiple Select interaction controller.
24
24
  *
25
25
  * Decorated Stencil state and scalar/array selection remain in each component;
26
26
  * this controller owns only popup lifecycle, focus, positioning, typeahead,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ds-mo/ui",
3
- "version": "12.9.0",
3
+ "version": "13.1.0",
4
4
  "description": "CompoMo — composable web components styled with TokoMo design tokens",
5
5
  "keywords": [
6
6
  "web-components",
@@ -78,7 +78,7 @@
78
78
  "prebuild": "npm run clean && npm run clean:framework-proxies && node scripts/generate-icon-catalog.mjs",
79
79
  "pretypecheck": "node scripts/generate-icon-catalog.mjs",
80
80
  "pretest": "node scripts/generate-icon-catalog.mjs",
81
- "build": "stencil build && node scripts/verify-framework-proxies.mjs && node scripts/patch-index-types.mjs && node scripts/verify-icons-externalized.mjs && node scripts/write-build-stamp.mjs && node scripts/build-lib-exports.mjs && node scripts/build-style-exports.mjs && node scripts/build-framework-exports.mjs && node scripts/build-registry.mjs && node scripts/build-agent-manifest.mjs && node scripts/build-mcp.mjs && node scripts/verify-framework-proxies.mjs",
81
+ "build": "stencil build && node scripts/verify-framework-proxies.mjs && node scripts/patch-index-types.mjs && node scripts/verify-icons-externalized.mjs && node scripts/build-lib-exports.mjs && node scripts/build-style-exports.mjs && node scripts/build-framework-exports.mjs && node scripts/build-registry.mjs && node scripts/build-agent-manifest.mjs && node scripts/build-mcp.mjs && node scripts/verify-framework-proxies.mjs && node scripts/write-build-stamp.mjs",
82
82
  "verify:pack": "node scripts/verify-framework-proxies.mjs && node scripts/verify-npm-pack.mjs && node scripts/verify-package-imports.mjs",
83
83
  "test": "node --import tsx/esm --test tests/*.test.ts",
84
84
  "test:e2e": "npm run build && playwright test",
@@ -86,9 +86,10 @@
86
86
  "prebuild:docs": "npm run clean:framework-proxies",
87
87
  "build:docs": "stencil build --docs",
88
88
  "predev": "npm run clean:framework-proxies",
89
- "dev": "node scripts/generate-icon-catalog.mjs && stencil build --watch",
89
+ "dev": "node scripts/package-dev.mjs",
90
+ "dev:components": "node scripts/generate-icon-catalog.mjs && stencil build --watch --config stencil.storybook.config.ts",
90
91
  "storybook:ui": "node scripts/storybook-ui.mjs",
91
- "prestorybook:build": "node scripts/write-build-stamp.mjs",
92
+ "prestorybook:build": "node scripts/write-build-stamp.mjs --storybook",
92
93
  "storybook": "node scripts/storybook-dev.mjs",
93
94
  "storybook:build": "storybook build",
94
95
  "storybook:test:a11y": "vitest run --project=storybook-light --project=storybook-dark",
@@ -107,9 +108,11 @@
107
108
  "@angular/core": ">=19 <23",
108
109
  "@angular/forms": ">=19 <23",
109
110
  "@ds-mo/icons": "^6.4.0",
110
- "@ds-mo/tokens": "^5.0.0",
111
+ "@ds-mo/tokens": "^5.1.0",
111
112
  "react": "^18 || ^19",
112
- "react-dom": "^18 || ^19"
113
+ "react-dom": "^18 || ^19",
114
+ "rxjs": "^7.8.0",
115
+ "@stencil/react-output-target": ">=1.6 <2"
113
116
  },
114
117
  "peerDependenciesMeta": {
115
118
  "@angular/core": {
@@ -123,6 +126,12 @@
123
126
  },
124
127
  "react-dom": {
125
128
  "optional": true
129
+ },
130
+ "rxjs": {
131
+ "optional": true
132
+ },
133
+ "@stencil/react-output-target": {
134
+ "optional": true
126
135
  }
127
136
  },
128
137
  "devDependencies": {
@@ -132,12 +141,13 @@
132
141
  "@angular/forms": "^22.0.7",
133
142
  "@axe-core/playwright": "^4.12.1",
134
143
  "@ds-mo/icons": "^6.4.0",
135
- "@ds-mo/tokens": "^5.0.0",
144
+ "@ds-mo/tokens": "^5.1.0",
136
145
  "@eslint/js": "^10.0.1",
137
146
  "@modelcontextprotocol/sdk": "^1.29.0",
138
147
  "@playwright/test": "^1.55.0",
139
148
  "@stencil/angular-output-target": "^1.4.0",
140
149
  "@stencil/core": "^4.43.5",
150
+ "@stencil/react-output-target": "^1.6.0",
141
151
  "@storybook/addon-a11y": "^10.5.1",
142
152
  "@storybook/addon-docs": "^10.5.0",
143
153
  "@storybook/addon-vitest": "^10.5.2",
@@ -178,13 +188,11 @@
178
188
  "dist/components/**/*.js"
179
189
  ],
180
190
  "dependencies": {
181
- "@stencil/react-output-target": "^1.6.0",
182
191
  "d3-array": "^3.2.4",
183
192
  "d3-scale": "^4.0.2",
184
193
  "d3-shape": "^3.2.0",
185
194
  "mdast-util-from-markdown": "^2.0.3",
186
195
  "mdast-util-gfm": "^3.1.0",
187
- "micromark-extension-gfm": "^3.0.0",
188
- "rxjs": "^7.8.2"
196
+ "micromark-extension-gfm": "^3.0.0"
189
197
  }
190
198
  }
package/dist/.build-stamp DELETED
@@ -1 +0,0 @@
1
- 1785378569056
@@ -1,18 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, NgZone, EventEmitter } from '@angular/core';
2
- import type { Components } from '@ds-mo/ui/components';
3
- import type { DsCardDataVizBarCustomEvent } from '@ds-mo/ui/components';
4
- import * as i0 from "@angular/core";
5
- export declare class DsCardDataVizBar {
6
- protected z: NgZone;
7
- protected el: HTMLDsCardDataVizBarElement;
8
- dsFilterClick: EventEmitter<DsCardDataVizBarCustomEvent<void>>;
9
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
10
- static ɵfac: i0.ɵɵFactoryDeclaration<DsCardDataVizBar, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<DsCardDataVizBar, "ds-card-data-viz-bar", never, { "cardWidth": { "alias": "cardWidth"; "required": false; }; "filterLabel": { "alias": "filterLabel"; "required": false; }; "heading": { "alias": "heading"; "required": true; }; }, { "dsFilterClick": "dsFilterClick"; }, never, ["*"], true, never>;
12
- }
13
- export declare interface DsCardDataVizBar extends Components.DsCardDataVizBar {
14
- /**
15
- * Emits when the header filter control is activated.
16
- */
17
- dsFilterClick: EventEmitter<DsCardDataVizBarCustomEvent<void>>;
18
- }
@@ -1,42 +0,0 @@
1
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
- return c > 3 && r && Object.defineProperty(target, key, r), r;
6
- };
7
- /* tslint:disable */
8
- /* auto-generated angular directive proxies */
9
- import { ChangeDetectionStrategy, Component, EventEmitter, Output } from '@angular/core';
10
- import { ProxyCmp } from './angular-component-lib/utils.js';
11
- import { defineCustomElement as defineDsCardDataVizBar } from '@ds-mo/ui/components/ds-card-data-viz-bar.js';
12
- import * as i0 from "@angular/core";
13
- let DsCardDataVizBar = class DsCardDataVizBar {
14
- constructor(c, r, z) {
15
- this.z = z;
16
- this.dsFilterClick = new EventEmitter();
17
- c.detach();
18
- this.el = r.nativeElement;
19
- }
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DsCardDataVizBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
21
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.7", type: DsCardDataVizBar, isStandalone: true, selector: "ds-card-data-viz-bar", inputs: { cardWidth: "cardWidth", filterLabel: "filterLabel", heading: "heading" }, outputs: { dsFilterClick: "dsFilterClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
22
- };
23
- DsCardDataVizBar = __decorate([
24
- ProxyCmp({
25
- defineCustomElementFn: defineDsCardDataVizBar,
26
- inputs: ['cardWidth', 'filterLabel', 'heading']
27
- })
28
- ], DsCardDataVizBar);
29
- export { DsCardDataVizBar };
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DsCardDataVizBar, decorators: [{
31
- type: Component,
32
- args: [{
33
- selector: 'ds-card-data-viz-bar',
34
- changeDetection: ChangeDetectionStrategy.OnPush,
35
- template: '<ng-content></ng-content>',
36
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
37
- inputs: ['cardWidth', 'filterLabel', { name: 'heading', required: true }],
38
- outputs: ['dsFilterClick'],
39
- }]
40
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsFilterClick: [{
41
- type: Output
42
- }] } });
@@ -1,18 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, NgZone, EventEmitter } from '@angular/core';
2
- import type { Components } from '@ds-mo/ui/components';
3
- import type { DsCardDataVizDonutCustomEvent } from '@ds-mo/ui/components';
4
- import * as i0 from "@angular/core";
5
- export declare class DsCardDataVizDonut {
6
- protected z: NgZone;
7
- protected el: HTMLDsCardDataVizDonutElement;
8
- dsFilterClick: EventEmitter<DsCardDataVizDonutCustomEvent<void>>;
9
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
10
- static ɵfac: i0.ɵɵFactoryDeclaration<DsCardDataVizDonut, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<DsCardDataVizDonut, "ds-card-data-viz-donut", never, { "cardWidth": { "alias": "cardWidth"; "required": false; }; "filterLabel": { "alias": "filterLabel"; "required": false; }; "heading": { "alias": "heading"; "required": true; }; }, { "dsFilterClick": "dsFilterClick"; }, never, ["*"], true, never>;
12
- }
13
- export declare interface DsCardDataVizDonut extends Components.DsCardDataVizDonut {
14
- /**
15
- * Emits when the header filter control is activated.
16
- */
17
- dsFilterClick: EventEmitter<DsCardDataVizDonutCustomEvent<void>>;
18
- }
@@ -1,18 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, NgZone, EventEmitter } from '@angular/core';
2
- import type { Components } from '@ds-mo/ui/components';
3
- import type { DsCardDataVizLineCustomEvent } from '@ds-mo/ui/components';
4
- import * as i0 from "@angular/core";
5
- export declare class DsCardDataVizLine {
6
- protected z: NgZone;
7
- protected el: HTMLDsCardDataVizLineElement;
8
- dsFilterClick: EventEmitter<DsCardDataVizLineCustomEvent<void>>;
9
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
10
- static ɵfac: i0.ɵɵFactoryDeclaration<DsCardDataVizLine, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<DsCardDataVizLine, "ds-card-data-viz-line", never, { "cardWidth": { "alias": "cardWidth"; "required": false; }; "filterLabel": { "alias": "filterLabel"; "required": false; }; "heading": { "alias": "heading"; "required": true; }; }, { "dsFilterClick": "dsFilterClick"; }, never, ["*"], true, never>;
12
- }
13
- export declare interface DsCardDataVizLine extends Components.DsCardDataVizLine {
14
- /**
15
- * Emits when the header filter control is activated.
16
- */
17
- dsFilterClick: EventEmitter<DsCardDataVizLineCustomEvent<void>>;
18
- }
@@ -1,42 +0,0 @@
1
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
- return c > 3 && r && Object.defineProperty(target, key, r), r;
6
- };
7
- /* tslint:disable */
8
- /* auto-generated angular directive proxies */
9
- import { ChangeDetectionStrategy, Component, EventEmitter, Output } from '@angular/core';
10
- import { ProxyCmp } from './angular-component-lib/utils.js';
11
- import { defineCustomElement as defineDsCardDataVizLine } from '@ds-mo/ui/components/ds-card-data-viz-line.js';
12
- import * as i0 from "@angular/core";
13
- let DsCardDataVizLine = class DsCardDataVizLine {
14
- constructor(c, r, z) {
15
- this.z = z;
16
- this.dsFilterClick = new EventEmitter();
17
- c.detach();
18
- this.el = r.nativeElement;
19
- }
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DsCardDataVizLine, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
21
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.7", type: DsCardDataVizLine, isStandalone: true, selector: "ds-card-data-viz-line", inputs: { cardWidth: "cardWidth", filterLabel: "filterLabel", heading: "heading" }, outputs: { dsFilterClick: "dsFilterClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
22
- };
23
- DsCardDataVizLine = __decorate([
24
- ProxyCmp({
25
- defineCustomElementFn: defineDsCardDataVizLine,
26
- inputs: ['cardWidth', 'filterLabel', 'heading']
27
- })
28
- ], DsCardDataVizLine);
29
- export { DsCardDataVizLine };
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DsCardDataVizLine, decorators: [{
31
- type: Component,
32
- args: [{
33
- selector: 'ds-card-data-viz-line',
34
- changeDetection: ChangeDetectionStrategy.OnPush,
35
- template: '<ng-content></ng-content>',
36
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
37
- inputs: ['cardWidth', 'filterLabel', { name: 'heading', required: true }],
38
- outputs: ['dsFilterClick'],
39
- }]
40
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsFilterClick: [{
41
- type: Output
42
- }] } });
@@ -1,12 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
2
- import type { Components } from '@ds-mo/ui/components';
3
- import * as i0 from "@angular/core";
4
- export declare class DsCardShellDataViz {
5
- protected z: NgZone;
6
- protected el: HTMLDsCardShellDataVizElement;
7
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DsCardShellDataViz, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<DsCardShellDataViz, "ds-card-shell-data-viz", never, { "cardWidth": { "alias": "cardWidth"; "required": false; }; "heading": { "alias": "heading"; "required": true; }; }, {}, never, ["*"], true, never>;
10
- }
11
- export declare interface DsCardShellDataViz extends Components.DsCardShellDataViz {
12
- }
@@ -1,38 +0,0 @@
1
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
- return c > 3 && r && Object.defineProperty(target, key, r), r;
6
- };
7
- /* tslint:disable */
8
- /* auto-generated angular directive proxies */
9
- import { ChangeDetectionStrategy, Component } from '@angular/core';
10
- import { ProxyCmp } from './angular-component-lib/utils.js';
11
- import { defineCustomElement as defineDsCardShellDataViz } from '@ds-mo/ui/components/ds-card-shell-data-viz.js';
12
- import * as i0 from "@angular/core";
13
- let DsCardShellDataViz = class DsCardShellDataViz {
14
- constructor(c, r, z) {
15
- this.z = z;
16
- c.detach();
17
- this.el = r.nativeElement;
18
- }
19
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DsCardShellDataViz, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
20
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.7", type: DsCardShellDataViz, isStandalone: true, selector: "ds-card-shell-data-viz", inputs: { cardWidth: "cardWidth", heading: "heading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
21
- };
22
- DsCardShellDataViz = __decorate([
23
- ProxyCmp({
24
- defineCustomElementFn: defineDsCardShellDataViz,
25
- inputs: ['cardWidth', 'heading']
26
- })
27
- ], DsCardShellDataViz);
28
- export { DsCardShellDataViz };
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DsCardShellDataViz, decorators: [{
30
- type: Component,
31
- args: [{
32
- selector: 'ds-card-shell-data-viz',
33
- changeDetection: ChangeDetectionStrategy.OnPush,
34
- template: '<ng-content></ng-content>',
35
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
36
- inputs: ['cardWidth', { name: 'heading', required: true }],
37
- }]
38
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -1,12 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
2
- import type { Components } from '@ds-mo/ui/components';
3
- import * as i0 from "@angular/core";
4
- export declare class DsChartBarStacked {
5
- protected z: NgZone;
6
- protected el: HTMLDsChartBarStackedElement;
7
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DsChartBarStacked, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<DsChartBarStacked, "ds-chart-bar-stacked", never, { "categories": { "alias": "categories"; "required": false; }; "height": { "alias": "height"; "required": false; }; "series": { "alias": "series"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], true, never>;
10
- }
11
- export declare interface DsChartBarStacked extends Components.DsChartBarStacked {
12
- }
@@ -1,38 +0,0 @@
1
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
- return c > 3 && r && Object.defineProperty(target, key, r), r;
6
- };
7
- /* tslint:disable */
8
- /* auto-generated angular directive proxies */
9
- import { ChangeDetectionStrategy, Component } from '@angular/core';
10
- import { ProxyCmp } from './angular-component-lib/utils.js';
11
- import { defineCustomElement as defineDsChartBarStacked } from '@ds-mo/ui/components/ds-chart-bar-stacked.js';
12
- import * as i0 from "@angular/core";
13
- let DsChartBarStacked = class DsChartBarStacked {
14
- constructor(c, r, z) {
15
- this.z = z;
16
- c.detach();
17
- this.el = r.nativeElement;
18
- }
19
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DsChartBarStacked, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
20
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.7", type: DsChartBarStacked, isStandalone: true, selector: "ds-chart-bar-stacked", inputs: { categories: "categories", height: "height", series: "series", variant: "variant", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
21
- };
22
- DsChartBarStacked = __decorate([
23
- ProxyCmp({
24
- defineCustomElementFn: defineDsChartBarStacked,
25
- inputs: ['categories', 'height', 'series', 'variant', 'width']
26
- })
27
- ], DsChartBarStacked);
28
- export { DsChartBarStacked };
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DsChartBarStacked, decorators: [{
30
- type: Component,
31
- args: [{
32
- selector: 'ds-chart-bar-stacked',
33
- changeDetection: ChangeDetectionStrategy.OnPush,
34
- template: '<ng-content></ng-content>',
35
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
36
- inputs: ['categories', 'height', 'series', 'variant', 'width'],
37
- }]
38
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -1,28 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, NgZone, EventEmitter } from '@angular/core';
2
- import type { Components } from '@ds-mo/ui/components';
3
- import type { DsSelectMultiCustomEvent } from '@ds-mo/ui/components';
4
- import * as i0 from "@angular/core";
5
- export declare class DsSelectMulti {
6
- protected z: NgZone;
7
- protected el: HTMLDsSelectMultiElement;
8
- dsChange: EventEmitter<DsSelectMultiCustomEvent<string[]>>;
9
- dsClear: EventEmitter<DsSelectMultiCustomEvent<void>>;
10
- dsOpenChange: EventEmitter<DsSelectMultiCustomEvent<boolean>>;
11
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
12
- static ɵfac: i0.ɵɵFactoryDeclaration<DsSelectMulti, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<DsSelectMulti, "ds-select-multi", never, { "activeFill": { "alias": "activeFill"; "required": false; }; "allowClear": { "alias": "allowClear"; "required": false; }; "ariaDescribedby": { "alias": "ariaDescribedby"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledby": { "alias": "ariaLabelledby"; "required": false; }; "background": { "alias": "background"; "required": false; }; "clearLabel": { "alias": "clearLabel"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "error": { "alias": "error"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "hasBorder": { "alias": "hasBorder"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "isInactive": { "alias": "isInactive"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "loadingLabel": { "alias": "loadingLabel"; "required": false; }; "name": { "alias": "name"; "required": false; }; "noResultsText": { "alias": "noResultsText"; "required": false; }; "open": { "alias": "open"; "required": false; }; "options": { "alias": "options"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "requiredMessage": { "alias": "requiredMessage"; "required": false; }; "searchPlaceholder": { "alias": "searchPlaceholder"; "required": false; }; "searchable": { "alias": "searchable"; "required": false; }; "sections": { "alias": "sections"; "required": false; }; "selectedLabel": { "alias": "selectedLabel"; "required": false; }; "size": { "alias": "size"; "required": false; }; "values": { "alias": "values"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, { "dsChange": "dsChange"; "dsClear": "dsClear"; "dsOpenChange": "dsOpenChange"; }, never, ["*"], true, never>;
14
- }
15
- export declare interface DsSelectMulti extends Components.DsSelectMulti {
16
- /**
17
- * Emitted after user toggles or clearing with a new values array.
18
- */
19
- dsChange: EventEmitter<DsSelectMultiCustomEvent<string[]>>;
20
- /**
21
- * Emitted after the footer clear-all action.
22
- */
23
- dsClear: EventEmitter<DsSelectMultiCustomEvent<void>>;
24
- /**
25
- * Emitted whenever popup visibility changes.
26
- */
27
- dsOpenChange: EventEmitter<DsSelectMultiCustomEvent<boolean>>;
28
- }
@@ -1,49 +0,0 @@
1
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
- return c > 3 && r && Object.defineProperty(target, key, r), r;
6
- };
7
- /* tslint:disable */
8
- /* auto-generated angular directive proxies */
9
- import { ChangeDetectionStrategy, Component, EventEmitter, Output } from '@angular/core';
10
- import { ProxyCmp } from './angular-component-lib/utils.js';
11
- import { defineCustomElement as defineDsSelectMulti } from '@ds-mo/ui/components/ds-select-multi.js';
12
- import * as i0 from "@angular/core";
13
- let DsSelectMulti = class DsSelectMulti {
14
- constructor(c, r, z) {
15
- this.z = z;
16
- this.dsChange = new EventEmitter();
17
- this.dsClear = new EventEmitter();
18
- this.dsOpenChange = new EventEmitter();
19
- c.detach();
20
- this.el = r.nativeElement;
21
- }
22
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DsSelectMulti, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
23
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.7", type: DsSelectMulti, isStandalone: true, selector: "ds-select-multi", inputs: { activeFill: "activeFill", allowClear: "allowClear", ariaDescribedby: "ariaDescribedby", ariaLabel: "ariaLabel", ariaLabelledby: "ariaLabelledby", background: "background", clearLabel: "clearLabel", disabled: "disabled", error: "error", errorMessage: "errorMessage", hasBorder: "hasBorder", icon: "icon", inputId: "inputId", isInactive: "isInactive", isLoading: "isLoading", loadingLabel: "loadingLabel", name: "name", noResultsText: "noResultsText", open: "open", options: "options", placeholder: "placeholder", required: "required", requiredMessage: "requiredMessage", searchPlaceholder: "searchPlaceholder", searchable: "searchable", sections: "sections", selectedLabel: "selectedLabel", size: "size", values: "values", width: "width" }, outputs: { dsChange: "dsChange", dsClear: "dsClear", dsOpenChange: "dsOpenChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
24
- };
25
- DsSelectMulti = __decorate([
26
- ProxyCmp({
27
- defineCustomElementFn: defineDsSelectMulti,
28
- inputs: ['activeFill', 'allowClear', 'ariaDescribedby', 'ariaLabel', 'ariaLabelledby', 'background', 'clearLabel', 'disabled', 'error', 'errorMessage', 'hasBorder', 'icon', 'inputId', 'isInactive', 'isLoading', 'loadingLabel', 'name', 'noResultsText', 'open', 'options', 'placeholder', 'required', 'requiredMessage', 'searchPlaceholder', 'searchable', 'sections', 'selectedLabel', 'size', 'values', 'width'],
29
- methods: ['setFocus']
30
- })
31
- ], DsSelectMulti);
32
- export { DsSelectMulti };
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DsSelectMulti, decorators: [{
34
- type: Component,
35
- args: [{
36
- selector: 'ds-select-multi',
37
- changeDetection: ChangeDetectionStrategy.OnPush,
38
- template: '<ng-content></ng-content>',
39
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
40
- inputs: ['activeFill', 'allowClear', 'ariaDescribedby', 'ariaLabel', 'ariaLabelledby', 'background', 'clearLabel', 'disabled', 'error', 'errorMessage', 'hasBorder', 'icon', 'inputId', 'isInactive', 'isLoading', 'loadingLabel', 'name', 'noResultsText', 'open', 'options', 'placeholder', 'required', 'requiredMessage', 'searchPlaceholder', 'searchable', 'sections', 'selectedLabel', 'size', 'values', 'width'],
41
- outputs: ['dsChange', 'dsClear', 'dsOpenChange'],
42
- }]
43
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsChange: [{
44
- type: Output
45
- }], dsClear: [{
46
- type: Output
47
- }], dsOpenChange: [{
48
- type: Output
49
- }] } });
@@ -1,16 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, NgZone, EventEmitter } from '@angular/core';
2
- import type { Components } from '@ds-mo/ui/components';
3
- import type { DsShellGradientPickerCustomEvent } from '@ds-mo/ui/components';
4
- import type { ShellGradientPreset as IDsShellGradientPickerShellGradientPreset } from '@ds-mo/ui/components';
5
- import * as i0 from "@angular/core";
6
- export declare class DsShellGradientPicker {
7
- protected z: NgZone;
8
- protected el: HTMLDsShellGradientPickerElement;
9
- dsChange: EventEmitter<DsShellGradientPickerCustomEvent<IDsShellGradientPickerShellGradientPreset>>;
10
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
11
- static ɵfac: i0.ɵɵFactoryDeclaration<DsShellGradientPicker, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<DsShellGradientPicker, "ds-shell-gradient-picker", never, { "groupLabel": { "alias": "groupLabel"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "dsChange": "dsChange"; }, never, ["*"], true, never>;
13
- }
14
- export declare interface DsShellGradientPicker extends Components.DsShellGradientPicker {
15
- dsChange: EventEmitter<DsShellGradientPickerCustomEvent<IDsShellGradientPickerShellGradientPreset>>;
16
- }