@ds-mo/ui 12.2.0 → 12.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (222) hide show
  1. package/README.md +8 -2
  2. package/dist/.build-stamp +1 -1
  3. package/dist/agent-patterns.json +6 -6
  4. package/dist/agent.json +530 -25
  5. package/dist/angular/ds-bar-title.d.ts +7 -1
  6. package/dist/angular/ds-bar-title.js +7 -4
  7. package/dist/angular/ds-breadcrumb.d.ts +19 -0
  8. package/dist/angular/ds-breadcrumb.js +42 -0
  9. package/dist/angular/ds-card-data-viz-bar.d.ts +18 -0
  10. package/dist/angular/ds-card-data-viz-bar.js +42 -0
  11. package/dist/angular/ds-card-data-viz-line.d.ts +18 -0
  12. package/dist/angular/ds-card-data-viz-line.js +42 -0
  13. package/dist/angular/ds-chart-bar-stacked.d.ts +12 -0
  14. package/dist/angular/ds-chart-bar-stacked.js +38 -0
  15. package/dist/angular/ds-chart-legend.d.ts +1 -1
  16. package/dist/angular/ds-chart-legend.js +3 -3
  17. package/dist/angular/ds-shell-page.d.ts +1 -1
  18. package/dist/angular/ds-shell-page.js +3 -3
  19. package/dist/angular/index.d.ts +1 -1
  20. package/dist/angular/index.js +4 -0
  21. package/dist/angular/proxies.d.ts +4 -0
  22. package/dist/angular/proxies.js +4 -0
  23. package/dist/components/ds-agent-activity.js +1 -1
  24. package/dist/components/ds-agent-response.js +1 -1
  25. package/dist/components/ds-agent-source-list.js +1 -1
  26. package/dist/components/ds-agent-tool-call.js +1 -1
  27. package/dist/components/ds-attachment-list.js +1 -1
  28. package/dist/components/ds-badge.js +1 -1
  29. package/dist/components/ds-bar-nav.js +1 -1
  30. package/dist/components/ds-bar-title.js +1 -1
  31. package/dist/components/ds-bar-title.js.map +1 -1
  32. package/dist/components/ds-bar-workflow.js +1 -1
  33. package/dist/components/ds-breadcrumb.d.ts +11 -0
  34. package/dist/components/ds-breadcrumb.js +2 -0
  35. package/dist/components/ds-breadcrumb.js.map +1 -0
  36. package/dist/components/ds-button-filled.js +1 -1
  37. package/dist/components/ds-button-unfilled.js +1 -1
  38. package/dist/components/ds-card-data-viz-bar.d.ts +11 -0
  39. package/dist/components/ds-card-data-viz-bar.js +2 -0
  40. package/dist/components/ds-card-data-viz-bar.js.map +1 -0
  41. package/dist/components/ds-card-data-viz-donut.js +1 -1
  42. package/dist/components/ds-card-data-viz-donut.js.map +1 -1
  43. package/dist/components/ds-card-data-viz-line.d.ts +11 -0
  44. package/dist/components/ds-card-data-viz-line.js +2 -0
  45. package/dist/components/ds-card-data-viz-line.js.map +1 -0
  46. package/dist/components/ds-card-setting.js +1 -1
  47. package/dist/components/ds-card-setting.js.map +1 -1
  48. package/dist/components/ds-card-shell-data-viz.js +1 -1
  49. package/dist/components/ds-chart-bar-stacked.d.ts +11 -0
  50. package/dist/components/ds-chart-bar-stacked.js +2 -0
  51. package/dist/components/ds-chart-bar-stacked.js.map +1 -0
  52. package/dist/components/ds-chart-bar.js +1 -1
  53. package/dist/components/ds-chart-bar.js.map +1 -1
  54. package/dist/components/ds-chart-donut.js +1 -1
  55. package/dist/components/ds-chart-legend.js +1 -1
  56. package/dist/components/ds-chart-legend.js.map +1 -1
  57. package/dist/components/ds-chart-line.js +1 -1
  58. package/dist/components/ds-chart-line.js.map +1 -1
  59. package/dist/components/ds-checkbox.js +1 -1
  60. package/dist/components/ds-chip.js +1 -1
  61. package/dist/components/ds-code-block.js +1 -1
  62. package/dist/components/ds-conversation-list-item.js +1 -1
  63. package/dist/components/ds-conversation-list-item.js.map +1 -1
  64. package/dist/components/ds-conversation-list-section.js +1 -1
  65. package/dist/components/ds-conversation-list.js +1 -1
  66. package/dist/components/ds-divider.js +1 -1
  67. package/dist/components/ds-empty-state.js +1 -1
  68. package/dist/components/ds-field.js +1 -1
  69. package/dist/components/ds-input.js +1 -1
  70. package/dist/components/ds-markdown.js +1 -1
  71. package/dist/components/ds-menu.js +1 -1
  72. package/dist/components/ds-message-bubble.js +1 -1
  73. package/dist/components/ds-message-bubble.js.map +1 -1
  74. package/dist/components/ds-message-composer.js +1 -1
  75. package/dist/components/ds-message-scroller.js +1 -1
  76. package/dist/components/ds-message-scroller.js.map +1 -1
  77. package/dist/components/ds-message.js +1 -1
  78. package/dist/components/ds-modal.js +1 -1
  79. package/dist/components/ds-panel-nav.js +1 -1
  80. package/dist/components/ds-panel-sub-nav.js +1 -1
  81. package/dist/components/ds-panel-tool-header.js +1 -1
  82. package/dist/components/ds-panel-tool-search.js +1 -1
  83. package/dist/components/ds-panel-tools.js +1 -1
  84. package/dist/components/ds-radio.js +1 -1
  85. package/dist/components/ds-scroll-overlay.js +1 -1
  86. package/dist/components/ds-scroll-overlay.js.map +1 -1
  87. package/dist/components/ds-select-multi.js +1 -1
  88. package/dist/components/ds-select-multi.js.map +1 -1
  89. package/dist/components/ds-select.js +1 -1
  90. package/dist/components/ds-select.js.map +1 -1
  91. package/dist/components/ds-shell-app.js +1 -1
  92. package/dist/components/ds-shell-app.js.map +1 -1
  93. package/dist/components/ds-shell-gradient-picker.js +1 -1
  94. package/dist/components/ds-shell-gradient-swatch.js +1 -1
  95. package/dist/components/ds-shell-page.js +1 -1
  96. package/dist/components/ds-shell-page.js.map +1 -1
  97. package/dist/components/ds-skeleton.js +1 -1
  98. package/dist/components/ds-slider.js +1 -1
  99. package/dist/components/ds-slider.js.map +1 -1
  100. package/dist/components/ds-swatch-picker.js +1 -1
  101. package/dist/components/ds-switch.js +1 -1
  102. package/dist/components/ds-tab-group.js +1 -1
  103. package/dist/components/ds-tag.js +1 -1
  104. package/dist/components/ds-text.js +1 -1
  105. package/dist/components/ds-toast.js +1 -1
  106. package/dist/components/ds-tooltip-data-viz.js +1 -1
  107. package/dist/components/ds-tooltip.js +1 -1
  108. package/dist/components/ds-typing-indicator.js +1 -1
  109. package/dist/components/ds-typing-indicator.js.map +1 -1
  110. package/dist/components/{p-DcGpdIlT.js → p-9dQQSgwT.js} +2 -2
  111. package/dist/components/p-B3rbhRAk.js +2 -0
  112. package/dist/components/p-B3rbhRAk.js.map +1 -0
  113. package/dist/components/{p-BWUTr_XN.js → p-BJMRBHKW.js} +2 -2
  114. package/dist/components/p-BJMRBHKW.js.map +1 -0
  115. package/dist/components/p-BVV_rlIP.js +2 -0
  116. package/dist/components/p-BVV_rlIP.js.map +1 -0
  117. package/dist/components/{p-GMDGgtY8.js → p-BhxwpOH8.js} +2 -2
  118. package/dist/components/{p-2W-ZjZCR.js → p-Bi_bxbih.js} +2 -2
  119. package/dist/components/{p-CG5EX4NW.js → p-BtEjlcB9.js} +2 -2
  120. package/dist/components/{p-C0_8K4y7.js → p-BwGnhInj.js} +2 -2
  121. package/dist/components/p-BwGnhInj.js.map +1 -0
  122. package/dist/components/p-C0NPJ0h2.js +2 -0
  123. package/dist/components/{p-BpA9uYKX.js.map → p-C0NPJ0h2.js.map} +1 -1
  124. package/dist/components/{p-D6jK2Hyi.js → p-C7bZ-jiU.js} +2 -2
  125. package/dist/components/p-CH3w-P2H.js +2 -0
  126. package/dist/components/p-CH3w-P2H.js.map +1 -0
  127. package/dist/components/{p-DOCKtrS4.js → p-CH6cNXXF.js} +2 -2
  128. package/dist/components/p-CWlh7HAg.js +2 -0
  129. package/dist/components/{p-8OOCLGph.js.map → p-CWlh7HAg.js.map} +1 -1
  130. package/dist/components/{p-BE_CDJeL.js → p-CY19gMiz.js} +2 -2
  131. package/dist/components/p-C_ewSXTT.js +2 -0
  132. package/dist/components/p-C_ewSXTT.js.map +1 -0
  133. package/dist/components/{p-CHkI3oIS.js → p-Ce52yVXF.js} +2 -2
  134. package/dist/components/{p-xY3TjBF5.js → p-CoYFJD-w.js} +2 -2
  135. package/dist/components/{p-DBi1bmOL.js → p-Cuw2Lo2g.js} +2 -2
  136. package/dist/components/{p-BRLDJmkh.js → p-D-xttdpn.js} +2 -2
  137. package/dist/components/{p-CCHqsF_H.js → p-D3DYxbC5.js} +2 -2
  138. package/dist/components/{p-Cxpl-rzP.js → p-DC7yOUQx.js} +2 -2
  139. package/dist/components/{p-CNffejay.js → p-DSa0Hnd3.js} +2 -2
  140. package/dist/components/p-DXewjzkM.js +2 -0
  141. package/dist/components/p-DXewjzkM.js.map +1 -0
  142. package/dist/components/{p-DyGB97Oy.js → p-DYqReipj.js} +2 -2
  143. package/dist/components/{p-ky1msbJ8.js → p-DjPZxzIG.js} +2 -2
  144. package/dist/components/{p-ky1msbJ8.js.map → p-DjPZxzIG.js.map} +1 -1
  145. package/dist/components/p-J6xK6Ihq.js +2 -0
  146. package/dist/components/p-jCWtxthA.js +2 -0
  147. package/dist/components/{p-XgIQ3oI_.js.map → p-jCWtxthA.js.map} +1 -1
  148. package/dist/docs/components.json +956 -145
  149. package/dist/lib/utils/index.js +3 -1
  150. package/dist/lib/utils/index.js.map +2 -2
  151. package/dist/mcp/cli.js +142 -18
  152. package/dist/mcp-data/registry/agent-source-list.json +1 -1
  153. package/dist/mcp-data/registry/bar-title.json +68 -14
  154. package/dist/mcp-data/registry/breadcrumb.json +205 -0
  155. package/dist/mcp-data/registry/card-data-viz-bar.json +212 -0
  156. package/dist/mcp-data/registry/card-data-viz-line.json +206 -0
  157. package/dist/mcp-data/registry/card-shell-data-viz.json +7 -0
  158. package/dist/mcp-data/registry/chart-bar-stacked.json +225 -0
  159. package/dist/mcp-data/registry/chart-bar.json +9 -2
  160. package/dist/mcp-data/registry/chart-legend.json +29 -3
  161. package/dist/mcp-data/registry/chart-line.json +4 -2
  162. package/dist/mcp-data/registry/conversation-list-item.json +2 -2
  163. package/dist/mcp-data/registry/message-scroller.json +4 -2
  164. package/dist/mcp-data/registry/message.json +3 -2
  165. package/dist/mcp-data/registry/registry.json +541 -24
  166. package/dist/mcp-data/registry/shell-page.json +31 -13
  167. package/dist/mcp-data/registry/text.json +1 -1
  168. package/dist/mcp-data/registry/typing-indicator.json +7 -7
  169. package/dist/react/components.d.ts +4 -0
  170. package/dist/react/components.js +4 -0
  171. package/dist/react/ds-bar-title.d.ts +2 -1
  172. package/dist/react/ds-bar-title.js +1 -0
  173. package/dist/react/ds-breadcrumb.d.ts +12 -0
  174. package/dist/react/ds-breadcrumb.js +12 -0
  175. package/dist/react/ds-card-data-viz-bar.d.ts +12 -0
  176. package/dist/react/ds-card-data-viz-bar.js +12 -0
  177. package/dist/react/ds-card-data-viz-line.d.ts +12 -0
  178. package/dist/react/ds-card-data-viz-line.js +12 -0
  179. package/dist/react/ds-chart-bar-stacked.d.ts +9 -0
  180. package/dist/react/ds-chart-bar-stacked.js +12 -0
  181. package/dist/styles/prose.css +1 -0
  182. package/dist/types/components/BarTitle/BarTitle.d.ts +13 -1
  183. package/dist/types/components/Breadcrumb/Breadcrumb.d.ts +31 -0
  184. package/dist/types/components/Breadcrumb/breadcrumb-types.d.ts +17 -0
  185. package/dist/types/components/CardDataVizBar/CardDataVizBar.d.ts +24 -0
  186. package/dist/types/components/CardDataVizBar/index.d.ts +2 -0
  187. package/dist/types/components/CardDataVizLine/CardDataVizLine.d.ts +24 -0
  188. package/dist/types/components/CardDataVizLine/index.d.ts +2 -0
  189. package/dist/types/components/ChartBarStacked/ChartBarStacked.d.ts +15 -0
  190. package/dist/types/components/ChartBarStacked/index.d.ts +3 -0
  191. package/dist/types/components/ChartLegend/ChartLegend.d.ts +3 -0
  192. package/dist/types/components/ShellPage/ShellPage.d.ts +19 -7
  193. package/dist/types/components/ShellPage/shell-page-responsive.d.ts +0 -8
  194. package/dist/types/components/TypingIndicator/TypingIndicator.d.ts +1 -1
  195. package/dist/types/components.d.ts +339 -10
  196. package/package.json +1 -1
  197. package/dist/components/p-8OOCLGph.js +0 -2
  198. package/dist/components/p-B8CubPgQ.js +0 -2
  199. package/dist/components/p-BWUTr_XN.js.map +0 -1
  200. package/dist/components/p-BpA9uYKX.js +0 -2
  201. package/dist/components/p-C0_8K4y7.js.map +0 -1
  202. package/dist/components/p-CA3kLO7K.js +0 -2
  203. package/dist/components/p-CA3kLO7K.js.map +0 -1
  204. package/dist/components/p-CzBnvtcz.js +0 -2
  205. package/dist/components/p-CzBnvtcz.js.map +0 -1
  206. package/dist/components/p-XgIQ3oI_.js +0 -2
  207. /package/dist/components/{p-DcGpdIlT.js.map → p-9dQQSgwT.js.map} +0 -0
  208. /package/dist/components/{p-GMDGgtY8.js.map → p-BhxwpOH8.js.map} +0 -0
  209. /package/dist/components/{p-2W-ZjZCR.js.map → p-Bi_bxbih.js.map} +0 -0
  210. /package/dist/components/{p-CG5EX4NW.js.map → p-BtEjlcB9.js.map} +0 -0
  211. /package/dist/components/{p-D6jK2Hyi.js.map → p-C7bZ-jiU.js.map} +0 -0
  212. /package/dist/components/{p-DOCKtrS4.js.map → p-CH6cNXXF.js.map} +0 -0
  213. /package/dist/components/{p-BE_CDJeL.js.map → p-CY19gMiz.js.map} +0 -0
  214. /package/dist/components/{p-CHkI3oIS.js.map → p-Ce52yVXF.js.map} +0 -0
  215. /package/dist/components/{p-xY3TjBF5.js.map → p-CoYFJD-w.js.map} +0 -0
  216. /package/dist/components/{p-DBi1bmOL.js.map → p-Cuw2Lo2g.js.map} +0 -0
  217. /package/dist/components/{p-BRLDJmkh.js.map → p-D-xttdpn.js.map} +0 -0
  218. /package/dist/components/{p-CCHqsF_H.js.map → p-D3DYxbC5.js.map} +0 -0
  219. /package/dist/components/{p-Cxpl-rzP.js.map → p-DC7yOUQx.js.map} +0 -0
  220. /package/dist/components/{p-CNffejay.js.map → p-DSa0Hnd3.js.map} +0 -0
  221. /package/dist/components/{p-DyGB97Oy.js.map → p-DYqReipj.js.map} +0 -0
  222. /package/dist/components/{p-B8CubPgQ.js.map → p-J6xK6Ihq.js.map} +0 -0
@@ -1,22 +1,28 @@
1
1
  import { ChangeDetectorRef, ElementRef, NgZone, EventEmitter } from '@angular/core';
2
2
  import type { Components } from '@ds-mo/ui/components';
3
3
  import type { DsBarTitleCustomEvent } from '@ds-mo/ui/components';
4
+ import type { BreadcrumbSelectDetail as IDsBarTitleBreadcrumbSelectDetail } from '@ds-mo/ui/components';
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class DsBarTitle {
6
7
  protected z: NgZone;
7
8
  protected el: HTMLDsBarTitleElement;
8
9
  dsBack: EventEmitter<DsBarTitleCustomEvent<MouseEvent>>;
10
+ dsBreadcrumbSelect: EventEmitter<DsBarTitleCustomEvent<IDsBarTitleBreadcrumbSelectDetail>>;
9
11
  dsSectionChange: EventEmitter<DsBarTitleCustomEvent<string>>;
10
12
  dsAction: EventEmitter<DsBarTitleCustomEvent<string>>;
11
13
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
12
14
  static ɵfac: i0.ɵɵFactoryDeclaration<DsBarTitle, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<DsBarTitle, "ds-bar-title", never, { "actions": { "alias": "actions"; "required": false; }; "actionsAriaLabel": { "alias": "actionsAriaLabel"; "required": false; }; "backAriaLabel": { "alias": "backAriaLabel"; "required": false; }; "backLabel": { "alias": "backLabel"; "required": false; }; "description": { "alias": "description"; "required": false; }; "heading": { "alias": "heading"; "required": true; }; "primaryAction": { "alias": "primaryAction"; "required": false; }; "sections": { "alias": "sections"; "required": false; }; "sectionsAriaLabel": { "alias": "sectionsAriaLabel"; "required": false; }; "showBack": { "alias": "showBack"; "required": false; }; "value": { "alias": "value"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, { "dsBack": "dsBack"; "dsSectionChange": "dsSectionChange"; "dsAction": "dsAction"; }, never, ["*"], true, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<DsBarTitle, "ds-bar-title", never, { "actions": { "alias": "actions"; "required": false; }; "actionsAriaLabel": { "alias": "actionsAriaLabel"; "required": false; }; "backAriaLabel": { "alias": "backAriaLabel"; "required": false; }; "backLabel": { "alias": "backLabel"; "required": false; }; "breadcrumbAriaLabel": { "alias": "breadcrumbAriaLabel"; "required": false; }; "breadcrumbs": { "alias": "breadcrumbs"; "required": false; }; "description": { "alias": "description"; "required": false; }; "heading": { "alias": "heading"; "required": true; }; "primaryAction": { "alias": "primaryAction"; "required": false; }; "sections": { "alias": "sections"; "required": false; }; "sectionsAriaLabel": { "alias": "sectionsAriaLabel"; "required": false; }; "showBack": { "alias": "showBack"; "required": false; }; "value": { "alias": "value"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, { "dsBack": "dsBack"; "dsBreadcrumbSelect": "dsBreadcrumbSelect"; "dsSectionChange": "dsSectionChange"; "dsAction": "dsAction"; }, never, ["*"], true, never>;
14
16
  }
15
17
  export declare interface DsBarTitle extends Components.DsBarTitle {
16
18
  /**
17
19
  * Emitted when the leading Back action is activated.
18
20
  */
19
21
  dsBack: EventEmitter<DsBarTitleCustomEvent<MouseEvent>>;
22
+ /**
23
+ * Emitted when an authored expanded breadcrumb item is activated.
24
+ */
25
+ dsBreadcrumbSelect: EventEmitter<DsBarTitleCustomEvent<IDsBarTitleBreadcrumbSelectDetail>>;
20
26
  /**
21
27
  * Emitted with the newly selected page-section id.
22
28
  */
@@ -14,18 +14,19 @@ let DsBarTitle = class DsBarTitle {
14
14
  constructor(c, r, z) {
15
15
  this.z = z;
16
16
  this.dsBack = new EventEmitter();
17
+ this.dsBreadcrumbSelect = new EventEmitter();
17
18
  this.dsSectionChange = new EventEmitter();
18
19
  this.dsAction = new EventEmitter();
19
20
  c.detach();
20
21
  this.el = r.nativeElement;
21
22
  }
22
23
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DsBarTitle, 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: DsBarTitle, isStandalone: true, selector: "ds-bar-title", inputs: { actions: "actions", actionsAriaLabel: "actionsAriaLabel", backAriaLabel: "backAriaLabel", backLabel: "backLabel", description: "description", heading: "heading", primaryAction: "primaryAction", sections: "sections", sectionsAriaLabel: "sectionsAriaLabel", showBack: "showBack", value: "value", variant: "variant" }, outputs: { dsBack: "dsBack", dsSectionChange: "dsSectionChange", dsAction: "dsAction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
24
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.7", type: DsBarTitle, isStandalone: true, selector: "ds-bar-title", inputs: { actions: "actions", actionsAriaLabel: "actionsAriaLabel", backAriaLabel: "backAriaLabel", backLabel: "backLabel", breadcrumbAriaLabel: "breadcrumbAriaLabel", breadcrumbs: "breadcrumbs", description: "description", heading: "heading", primaryAction: "primaryAction", sections: "sections", sectionsAriaLabel: "sectionsAriaLabel", showBack: "showBack", value: "value", variant: "variant" }, outputs: { dsBack: "dsBack", dsBreadcrumbSelect: "dsBreadcrumbSelect", dsSectionChange: "dsSectionChange", dsAction: "dsAction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
24
25
  };
25
26
  DsBarTitle = __decorate([
26
27
  ProxyCmp({
27
28
  defineCustomElementFn: defineDsBarTitle,
28
- inputs: ['actions', 'actionsAriaLabel', 'backAriaLabel', 'backLabel', 'description', 'heading', 'primaryAction', 'sections', 'sectionsAriaLabel', 'showBack', 'value', 'variant']
29
+ inputs: ['actions', 'actionsAriaLabel', 'backAriaLabel', 'backLabel', 'breadcrumbAriaLabel', 'breadcrumbs', 'description', 'heading', 'primaryAction', 'sections', 'sectionsAriaLabel', 'showBack', 'value', 'variant']
29
30
  })
30
31
  ], DsBarTitle);
31
32
  export { DsBarTitle };
@@ -36,11 +37,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImpor
36
37
  changeDetection: ChangeDetectionStrategy.OnPush,
37
38
  template: '<ng-content></ng-content>',
38
39
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
39
- inputs: ['actions', 'actionsAriaLabel', 'backAriaLabel', 'backLabel', 'description', { name: 'heading', required: true }, 'primaryAction', 'sections', 'sectionsAriaLabel', 'showBack', 'value', 'variant'],
40
- outputs: ['dsBack', 'dsSectionChange', 'dsAction'],
40
+ inputs: ['actions', 'actionsAriaLabel', 'backAriaLabel', 'backLabel', 'breadcrumbAriaLabel', 'breadcrumbs', 'description', { name: 'heading', required: true }, 'primaryAction', 'sections', 'sectionsAriaLabel', 'showBack', 'value', 'variant'],
41
+ outputs: ['dsBack', 'dsBreadcrumbSelect', 'dsSectionChange', 'dsAction'],
41
42
  }]
42
43
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsBack: [{
43
44
  type: Output
45
+ }], dsBreadcrumbSelect: [{
46
+ type: Output
44
47
  }], dsSectionChange: [{
45
48
  type: Output
46
49
  }], dsAction: [{
@@ -0,0 +1,19 @@
1
+ import { ChangeDetectorRef, ElementRef, NgZone, EventEmitter } from '@angular/core';
2
+ import type { Components } from '@ds-mo/ui/components';
3
+ import type { DsBreadcrumbCustomEvent } from '@ds-mo/ui/components';
4
+ import type { BreadcrumbSelectDetail as IDsBreadcrumbBreadcrumbSelectDetail } from '@ds-mo/ui/components';
5
+ import * as i0 from "@angular/core";
6
+ export declare class DsBreadcrumb {
7
+ protected z: NgZone;
8
+ protected el: HTMLDsBreadcrumbElement;
9
+ dsSelect: EventEmitter<DsBreadcrumbCustomEvent<IDsBreadcrumbBreadcrumbSelectDetail>>;
10
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<DsBreadcrumb, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<DsBreadcrumb, "ds-breadcrumb", never, { "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, { "dsSelect": "dsSelect"; }, never, ["*"], true, never>;
13
+ }
14
+ export declare interface DsBreadcrumb extends Components.DsBreadcrumb {
15
+ /**
16
+ * Emitted when an interactive breadcrumb item is activated. Prevent to cancel native navigation.
17
+ */
18
+ dsSelect: EventEmitter<DsBreadcrumbCustomEvent<IDsBreadcrumbBreadcrumbSelectDetail>>;
19
+ }
@@ -0,0 +1,42 @@
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 defineDsBreadcrumb } from '@ds-mo/ui/components/ds-breadcrumb.js';
12
+ import * as i0 from "@angular/core";
13
+ let DsBreadcrumb = class DsBreadcrumb {
14
+ constructor(c, r, z) {
15
+ this.z = z;
16
+ this.dsSelect = 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: DsBreadcrumb, 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: DsBreadcrumb, isStandalone: true, selector: "ds-breadcrumb", inputs: { ariaLabel: "ariaLabel", items: "items" }, outputs: { dsSelect: "dsSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
22
+ };
23
+ DsBreadcrumb = __decorate([
24
+ ProxyCmp({
25
+ defineCustomElementFn: defineDsBreadcrumb,
26
+ inputs: ['ariaLabel', 'items']
27
+ })
28
+ ], DsBreadcrumb);
29
+ export { DsBreadcrumb };
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DsBreadcrumb, decorators: [{
31
+ type: Component,
32
+ args: [{
33
+ selector: 'ds-breadcrumb',
34
+ changeDetection: ChangeDetectionStrategy.OnPush,
35
+ template: '<ng-content></ng-content>',
36
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
37
+ inputs: ['ariaLabel', 'items'],
38
+ outputs: ['dsSelect'],
39
+ }]
40
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsSelect: [{
41
+ type: Output
42
+ }] } });
@@ -0,0 +1,18 @@
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
+ }
@@ -0,0 +1,42 @@
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
+ }] } });
@@ -0,0 +1,18 @@
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
+ }
@@ -0,0 +1,42 @@
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
+ }] } });
@@ -0,0 +1,12 @@
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
+ }
@@ -0,0 +1,38 @@
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 }] });
@@ -13,7 +13,7 @@ export declare class DsChartLegend {
13
13
  }>>;
14
14
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<DsChartLegend, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<DsChartLegend, "ds-chart-legend", never, { "activeLabel": { "alias": "activeLabel"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "items": { "alias": "items"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "percentageDecimals": { "alias": "percentageDecimals"; "required": false; }; "showPercentage": { "alias": "showPercentage"; "required": false; }; }, { "dsItemHover": "dsItemHover"; "dsItemClick": "dsItemClick"; }, never, ["*"], true, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<DsChartLegend, "ds-chart-legend", never, { "activeLabel": { "alias": "activeLabel"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "highlightOnHover": { "alias": "highlightOnHover"; "required": false; }; "items": { "alias": "items"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "percentageDecimals": { "alias": "percentageDecimals"; "required": false; }; "showPercentage": { "alias": "showPercentage"; "required": false; }; }, { "dsItemHover": "dsItemHover"; "dsItemClick": "dsItemClick"; }, never, ["*"], true, never>;
17
17
  }
18
18
  export declare interface DsChartLegend extends Components.DsChartLegend {
19
19
  /**
@@ -19,12 +19,12 @@ let DsChartLegend = class DsChartLegend {
19
19
  this.el = r.nativeElement;
20
20
  }
21
21
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DsChartLegend, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
22
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.7", type: DsChartLegend, isStandalone: true, selector: "ds-chart-legend", inputs: { activeLabel: "activeLabel", direction: "direction", items: "items", locale: "locale", percentageDecimals: "percentageDecimals", showPercentage: "showPercentage" }, outputs: { dsItemHover: "dsItemHover", dsItemClick: "dsItemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
22
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.7", type: DsChartLegend, isStandalone: true, selector: "ds-chart-legend", inputs: { activeLabel: "activeLabel", direction: "direction", highlightOnHover: "highlightOnHover", items: "items", locale: "locale", percentageDecimals: "percentageDecimals", showPercentage: "showPercentage" }, outputs: { dsItemHover: "dsItemHover", dsItemClick: "dsItemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
23
23
  };
24
24
  DsChartLegend = __decorate([
25
25
  ProxyCmp({
26
26
  defineCustomElementFn: defineDsChartLegend,
27
- inputs: ['activeLabel', 'direction', 'items', 'locale', 'percentageDecimals', 'showPercentage']
27
+ inputs: ['activeLabel', 'direction', 'highlightOnHover', 'items', 'locale', 'percentageDecimals', 'showPercentage']
28
28
  })
29
29
  ], DsChartLegend);
30
30
  export { DsChartLegend };
@@ -35,7 +35,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImpor
35
35
  changeDetection: ChangeDetectionStrategy.OnPush,
36
36
  template: '<ng-content></ng-content>',
37
37
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
38
- inputs: ['activeLabel', 'direction', 'items', 'locale', 'percentageDecimals', 'showPercentage'],
38
+ inputs: ['activeLabel', 'direction', 'highlightOnHover', 'items', 'locale', 'percentageDecimals', 'showPercentage'],
39
39
  outputs: ['dsItemHover', 'dsItemClick'],
40
40
  }]
41
41
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsItemHover: [{
@@ -6,7 +6,7 @@ export declare class DsShellPage {
6
6
  protected el: HTMLDsShellPageElement;
7
7
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<DsShellPage, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<DsShellPage, "ds-shell-page", never, { "contentInset": { "alias": "contentInset"; "required": false; }; "headerPresentation": { "alias": "headerPresentation"; "required": false; }; }, {}, never, ["*"], true, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<DsShellPage, "ds-shell-page", never, { "contentInset": { "alias": "contentInset"; "required": false; }; "headerCapacity": { "alias": "headerCapacity"; "required": false; }; "headerPresentation": { "alias": "headerPresentation"; "required": false; }; }, {}, never, ["*"], true, never>;
10
10
  }
11
11
  export declare interface DsShellPage extends Components.DsShellPage {
12
12
  }
@@ -17,12 +17,12 @@ let DsShellPage = class DsShellPage {
17
17
  this.el = r.nativeElement;
18
18
  }
19
19
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DsShellPage, 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: DsShellPage, isStandalone: true, selector: "ds-shell-page", inputs: { contentInset: "contentInset", headerPresentation: "headerPresentation" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
20
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.7", type: DsShellPage, isStandalone: true, selector: "ds-shell-page", inputs: { contentInset: "contentInset", headerCapacity: "headerCapacity", headerPresentation: "headerPresentation" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
21
21
  };
22
22
  DsShellPage = __decorate([
23
23
  ProxyCmp({
24
24
  defineCustomElementFn: defineDsShellPage,
25
- inputs: ['contentInset', 'headerPresentation']
25
+ inputs: ['contentInset', 'headerCapacity', 'headerPresentation']
26
26
  })
27
27
  ], DsShellPage);
28
28
  export { DsShellPage };
@@ -33,6 +33,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImpor
33
33
  changeDetection: ChangeDetectionStrategy.OnPush,
34
34
  template: '<ng-content></ng-content>',
35
35
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
36
- inputs: ['contentInset', 'headerPresentation'],
36
+ inputs: ['contentInset', 'headerCapacity', 'headerPresentation'],
37
37
  }]
38
38
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -1,2 +1,2 @@
1
1
  import * as d from './proxies';
2
- export declare const DIRECTIVES: (typeof d.DsAgentActivity | typeof d.DsAgentResponse | typeof d.DsAgentSourceList | typeof d.DsAgentToolCall | typeof d.DsAttachmentList | typeof d.DsAvatar | typeof d.DsBadge | typeof d.DsBarNav | typeof d.DsBarTitle | typeof d.DsBarWorkflow | typeof d.DsButtonFilled | typeof d.DsButtonUnfilled | typeof d.DsCardDataVizDonut | typeof d.DsCardSetting | typeof d.DsCardShellDataViz | typeof d.DsChartBar | typeof d.DsChartDonut | typeof d.DsChartLegend | typeof d.DsChartLine | typeof d.DsCheckbox | typeof d.DsChip | typeof d.DsCodeBlock | typeof d.DsConversationListItem | typeof d.DsConversationListSection | typeof d.DsConversationList | typeof d.DsDivider | typeof d.DsEmptyState | typeof d.DsField | typeof d.DsIcon | typeof d.DsInput | typeof d.DsLoader | typeof d.DsMarkdown | typeof d.DsMenu | typeof d.DsMessageBubble | typeof d.DsMessageComposer | typeof d.DsMessageScroller | typeof d.DsMessage | typeof d.DsModal | typeof d.DsPanelNav | typeof d.DsPanelSubNav | typeof d.DsPanelToolHeader | typeof d.DsPanelToolSearch | typeof d.DsPanelTools | typeof d.DsRadio | typeof d.DsScrollOverlay | typeof d.DsSelectMulti | typeof d.DsSelect | typeof d.DsShellApp | typeof d.DsShellGradientPicker | typeof d.DsShellGradientSwatch | typeof d.DsShellPage | typeof d.DsSkeleton | typeof d.DsSlider | typeof d.DsSwatchPicker | typeof d.DsSwitch | typeof d.DsTabGroup | typeof d.DsTag | typeof d.DsText | typeof d.DsToast | typeof d.DsTooltipDataViz | typeof d.DsTooltip | typeof d.DsTypingIndicator)[];
2
+ export declare const DIRECTIVES: (typeof d.DsAgentActivity | typeof d.DsAgentResponse | typeof d.DsAgentSourceList | typeof d.DsAgentToolCall | typeof d.DsAttachmentList | typeof d.DsAvatar | typeof d.DsBadge | typeof d.DsBarNav | typeof d.DsBarTitle | typeof d.DsBarWorkflow | typeof d.DsBreadcrumb | typeof d.DsButtonFilled | typeof d.DsButtonUnfilled | typeof d.DsCardDataVizBar | typeof d.DsCardDataVizDonut | typeof d.DsCardDataVizLine | typeof d.DsCardSetting | typeof d.DsCardShellDataViz | typeof d.DsChartBarStacked | typeof d.DsChartBar | typeof d.DsChartDonut | typeof d.DsChartLegend | typeof d.DsChartLine | typeof d.DsCheckbox | typeof d.DsChip | typeof d.DsCodeBlock | typeof d.DsConversationListItem | typeof d.DsConversationListSection | typeof d.DsConversationList | typeof d.DsDivider | typeof d.DsEmptyState | typeof d.DsField | typeof d.DsIcon | typeof d.DsInput | typeof d.DsLoader | typeof d.DsMarkdown | typeof d.DsMenu | typeof d.DsMessageBubble | typeof d.DsMessageComposer | typeof d.DsMessageScroller | typeof d.DsMessage | typeof d.DsModal | typeof d.DsPanelNav | typeof d.DsPanelSubNav | typeof d.DsPanelToolHeader | typeof d.DsPanelToolSearch | typeof d.DsPanelTools | typeof d.DsRadio | typeof d.DsScrollOverlay | typeof d.DsSelectMulti | typeof d.DsSelect | typeof d.DsShellApp | typeof d.DsShellGradientPicker | typeof d.DsShellGradientSwatch | typeof d.DsShellPage | typeof d.DsSkeleton | typeof d.DsSlider | typeof d.DsSwatchPicker | typeof d.DsSwitch | typeof d.DsTabGroup | typeof d.DsTag | typeof d.DsText | typeof d.DsToast | typeof d.DsTooltipDataViz | typeof d.DsTooltip | typeof d.DsTypingIndicator)[];
@@ -10,12 +10,16 @@ export const DIRECTIVES = [
10
10
  d.DsBarNav,
11
11
  d.DsBarTitle,
12
12
  d.DsBarWorkflow,
13
+ d.DsBreadcrumb,
13
14
  d.DsButtonFilled,
14
15
  d.DsButtonUnfilled,
16
+ d.DsCardDataVizBar,
15
17
  d.DsCardDataVizDonut,
18
+ d.DsCardDataVizLine,
16
19
  d.DsCardSetting,
17
20
  d.DsCardShellDataViz,
18
21
  d.DsChartBar,
22
+ d.DsChartBarStacked,
19
23
  d.DsChartDonut,
20
24
  d.DsChartLegend,
21
25
  d.DsChartLine,
@@ -12,12 +12,16 @@ export { DsBadge } from './ds-badge';
12
12
  export { DsBarNav } from './ds-bar-nav';
13
13
  export { DsBarTitle } from './ds-bar-title';
14
14
  export { DsBarWorkflow } from './ds-bar-workflow';
15
+ export { DsBreadcrumb } from './ds-breadcrumb';
15
16
  export { DsButtonFilled } from './ds-button-filled';
16
17
  export { DsButtonUnfilled } from './ds-button-unfilled';
18
+ export { DsCardDataVizBar } from './ds-card-data-viz-bar';
17
19
  export { DsCardDataVizDonut } from './ds-card-data-viz-donut';
20
+ export { DsCardDataVizLine } from './ds-card-data-viz-line';
18
21
  export { DsCardSetting } from './ds-card-setting';
19
22
  export { DsCardShellDataViz } from './ds-card-shell-data-viz';
20
23
  export { DsChartBar } from './ds-chart-bar';
24
+ export { DsChartBarStacked } from './ds-chart-bar-stacked';
21
25
  export { DsChartDonut } from './ds-chart-donut';
22
26
  export { DsChartLegend } from './ds-chart-legend';
23
27
  export { DsChartLine } from './ds-chart-line';
@@ -13,12 +13,16 @@ export { DsBadge } from './ds-badge.js';
13
13
  export { DsBarNav } from './ds-bar-nav.js';
14
14
  export { DsBarTitle } from './ds-bar-title.js';
15
15
  export { DsBarWorkflow } from './ds-bar-workflow.js';
16
+ export { DsBreadcrumb } from './ds-breadcrumb.js';
16
17
  export { DsButtonFilled } from './ds-button-filled.js';
17
18
  export { DsButtonUnfilled } from './ds-button-unfilled.js';
19
+ export { DsCardDataVizBar } from './ds-card-data-viz-bar.js';
18
20
  export { DsCardDataVizDonut } from './ds-card-data-viz-donut.js';
21
+ export { DsCardDataVizLine } from './ds-card-data-viz-line.js';
19
22
  export { DsCardSetting } from './ds-card-setting.js';
20
23
  export { DsCardShellDataViz } from './ds-card-shell-data-viz.js';
21
24
  export { DsChartBar } from './ds-chart-bar.js';
25
+ export { DsChartBarStacked } from './ds-chart-bar-stacked.js';
22
26
  export { DsChartDonut } from './ds-chart-donut.js';
23
27
  export { DsChartLegend } from './ds-chart-legend.js';
24
28
  export { DsChartLine } from './ds-chart-line.js';
@@ -1,2 +1,2 @@
1
- import{A as o,d as s}from"./p-CHkI3oIS.js";const t=o;const p=s;export{t as DsAgentActivity,p as defineCustomElement};
1
+ import{A as o,d as s}from"./p-Ce52yVXF.js";const t=o;const p=s;export{t as DsAgentActivity,p as defineCustomElement};
2
2
  //# sourceMappingURL=ds-agent-activity.js.map
@@ -1,2 +1,2 @@
1
- import{p as s,H as e,h as t,a,t as o}from"./index.js";import{d as r}from"./p-CHkI3oIS.js";import{d as n}from"./p-CA3kLO7K.js";import{d as i}from"./p-DcGpdIlT.js";import{d as c}from"./p-BRLDJmkh.js";import{d as m}from"./p-DOCKtrS4.js";import{d}from"./p-xY3TjBF5.js";import{d as l}from"./p-B8CubPgQ.js";import{d as f}from"./p-BAfG3M8z.js";import{d as p}from"./p-Cpr3K41-.js";import{d as u}from"./p-BpA9uYKX.js";import{d as b}from"./p-ky1msbJ8.js";import{d as k}from"./p-C0_8K4y7.js";import{d as g}from"./p-CCHqsF_H.js";const h=()=>`.sc-ds-agent-response-h{display:block;width:100%;-webkit-user-select:none;user-select:none}.agent-response.sc-ds-agent-response{display:grid;gap:var(--dimension-space-150);min-width:0;width:100%;-webkit-user-select:none;user-select:none}`;const y=s(class s extends e{constructor(s){super();if(s!==false){this.__registerHost()}this.messageId="";this.author="";this.showAuthor=true;this.timestamp="";this.parts=[];this.streaming=false}renderPart(s){switch(s.type){case"markdown":return t("ds-markdown",{key:s.id,content:s.content,streaming:s.state==="streaming"});case"activity":return t("ds-agent-activity",{key:s.id,items:s.items});case"tool":return t("ds-agent-tool-call",{key:s.id,name:s.name,label:s.label,state:s.state,input:s.input,output:s.output,error:s.error});case"attachments":return t("ds-attachment-list",{key:s.id,items:s.items});case"sources":return t("ds-agent-source-list",{key:s.id,items:s.items})}}render(){return t(a,{key:"44bc02711743f93e405d6f0f0eacf464130b04f3"},t("ds-message",{key:"9cbbf74f09f988f811a0cc7c538f03fd5eab68c4",messageId:this.messageId,direction:"incoming",author:this.author,showAuthor:this.showAuthor,timestamp:this.timestamp,streaming:this.streaming},t("div",{key:"40161203185c5a70d9720f271f28785aeb016df0",class:"agent-response"},this.parts.map((s=>this.renderPart(s)))),t("slot",{key:"87981fc5cf821b7235e36576a5229f40d749f08b",name:"footer",slot:"footer"}),t("slot",{key:"043ddc59831f6b7849d4253d7ea7dfb2b3c5ce31",name:"actions",slot:"actions"})))}static get style(){return h()}},[262,"ds-agent-response",{messageId:[1,"message-id"],author:[1],showAuthor:[4,"show-author"],timestamp:[1],parts:[16],streaming:[4]}]);function E(){if(typeof customElements==="undefined"){return}const s=["ds-agent-response","ds-agent-activity","ds-agent-source-list","ds-agent-tool-call","ds-attachment-list","ds-badge","ds-button-unfilled","ds-code-block","ds-icon","ds-loader","ds-markdown","ds-message","ds-text","ds-tooltip"];s.forEach((s=>{switch(s){case"ds-agent-response":if(!customElements.get(o(s))){customElements.define(o(s),y)}break;case"ds-agent-activity":if(!customElements.get(o(s))){r()}break;case"ds-agent-source-list":if(!customElements.get(o(s))){n()}break;case"ds-agent-tool-call":if(!customElements.get(o(s))){i()}break;case"ds-attachment-list":if(!customElements.get(o(s))){c()}break;case"ds-badge":if(!customElements.get(o(s))){m()}break;case"ds-button-unfilled":if(!customElements.get(o(s))){d()}break;case"ds-code-block":if(!customElements.get(o(s))){l()}break;case"ds-icon":if(!customElements.get(o(s))){f()}break;case"ds-loader":if(!customElements.get(o(s))){p()}break;case"ds-markdown":if(!customElements.get(o(s))){u()}break;case"ds-message":if(!customElements.get(o(s))){b()}break;case"ds-text":if(!customElements.get(o(s))){k()}break;case"ds-tooltip":if(!customElements.get(o(s))){g()}break}}))}E();const j=y;const w=E;export{j as DsAgentResponse,w as defineCustomElement};
1
+ import{p as s,H as e,h as t,a,t as o}from"./index.js";import{d as r}from"./p-Ce52yVXF.js";import{d as n}from"./p-B3rbhRAk.js";import{d as i}from"./p-9dQQSgwT.js";import{d}from"./p-D-xttdpn.js";import{d as c}from"./p-CH6cNXXF.js";import{d as m}from"./p-CoYFJD-w.js";import{d as l}from"./p-J6xK6Ihq.js";import{d as p}from"./p-BAfG3M8z.js";import{d as u}from"./p-Cpr3K41-.js";import{d as f}from"./p-C0NPJ0h2.js";import{d as b}from"./p-DjPZxzIG.js";import{d as h}from"./p-BwGnhInj.js";import{d as k}from"./p-D3DYxbC5.js";const g=()=>`.sc-ds-agent-response-h{display:block;width:100%;-webkit-user-select:none;user-select:none}.agent-response.sc-ds-agent-response{display:grid;gap:var(--dimension-space-150);min-width:0;width:100%;-webkit-user-select:none;user-select:none}`;const y=s(class s extends e{constructor(s){super();if(s!==false){this.__registerHost()}this.messageId="";this.author="";this.showAuthor=true;this.timestamp="";this.parts=[];this.streaming=false}renderPart(s){switch(s.type){case"markdown":return t("ds-markdown",{key:s.id,content:s.content,streaming:s.state==="streaming"});case"activity":return t("ds-agent-activity",{key:s.id,items:s.items});case"tool":return t("ds-agent-tool-call",{key:s.id,name:s.name,label:s.label,state:s.state,input:s.input,output:s.output,error:s.error});case"attachments":return t("ds-attachment-list",{key:s.id,items:s.items});case"sources":return t("ds-agent-source-list",{key:s.id,items:s.items})}}render(){return t(a,{key:"442b5a0b6a3ec6259984e569690a5cfba47ca609"},t("ds-message",{key:"a9f712291e1b729c4420d7939377b21b6551bf63",messageId:this.messageId,direction:"incoming",author:this.author,showAuthor:this.showAuthor,timestamp:this.timestamp,streaming:this.streaming},t("div",{key:"251c76ee75157ee0ac0bc21d85722b948623825b",class:"agent-response"},this.parts.map((s=>this.renderPart(s)))),t("slot",{key:"0043848a8fdda374b792d34a4006400d5dab3412",name:"footer",slot:"footer"}),t("slot",{key:"5319235f706acabd1332d8380f9de4d89f7e341b",name:"actions",slot:"actions"})))}static get style(){return g()}},[262,"ds-agent-response",{messageId:[1,"message-id"],author:[1],showAuthor:[4,"show-author"],timestamp:[1],parts:[16],streaming:[4]}]);function w(){if(typeof customElements==="undefined"){return}const s=["ds-agent-response","ds-agent-activity","ds-agent-source-list","ds-agent-tool-call","ds-attachment-list","ds-badge","ds-button-unfilled","ds-code-block","ds-icon","ds-loader","ds-markdown","ds-message","ds-text","ds-tooltip"];s.forEach((s=>{switch(s){case"ds-agent-response":if(!customElements.get(o(s))){customElements.define(o(s),y)}break;case"ds-agent-activity":if(!customElements.get(o(s))){r()}break;case"ds-agent-source-list":if(!customElements.get(o(s))){n()}break;case"ds-agent-tool-call":if(!customElements.get(o(s))){i()}break;case"ds-attachment-list":if(!customElements.get(o(s))){d()}break;case"ds-badge":if(!customElements.get(o(s))){c()}break;case"ds-button-unfilled":if(!customElements.get(o(s))){m()}break;case"ds-code-block":if(!customElements.get(o(s))){l()}break;case"ds-icon":if(!customElements.get(o(s))){p()}break;case"ds-loader":if(!customElements.get(o(s))){u()}break;case"ds-markdown":if(!customElements.get(o(s))){f()}break;case"ds-message":if(!customElements.get(o(s))){b()}break;case"ds-text":if(!customElements.get(o(s))){h()}break;case"ds-tooltip":if(!customElements.get(o(s))){k()}break}}))}w();const j=y;const E=w;export{j as DsAgentResponse,E as defineCustomElement};
2
2
  //# sourceMappingURL=ds-agent-response.js.map
@@ -1,2 +1,2 @@
1
- import{A as o,d as s}from"./p-CA3kLO7K.js";const t=o;const p=s;export{t as DsAgentSourceList,p as defineCustomElement};
1
+ import{A as o,d as s}from"./p-B3rbhRAk.js";const r=o;const t=s;export{r as DsAgentSourceList,t as defineCustomElement};
2
2
  //# sourceMappingURL=ds-agent-source-list.js.map
@@ -1,2 +1,2 @@
1
- import{A as o,d as s}from"./p-DcGpdIlT.js";const p=o;const t=s;export{p as DsAgentToolCall,t as defineCustomElement};
1
+ import{A as o,d as s}from"./p-9dQQSgwT.js";const t=o;const p=s;export{t as DsAgentToolCall,p as defineCustomElement};
2
2
  //# sourceMappingURL=ds-agent-tool-call.js.map
@@ -1,2 +1,2 @@
1
- import{A as o,d as s}from"./p-BRLDJmkh.js";const t=o;const m=s;export{t as DsAttachmentList,m as defineCustomElement};
1
+ import{A as t,d as o}from"./p-D-xttdpn.js";const s=t;const p=o;export{s as DsAttachmentList,p as defineCustomElement};
2
2
  //# sourceMappingURL=ds-attachment-list.js.map
@@ -1,2 +1,2 @@
1
- import{B as o,d as s}from"./p-DOCKtrS4.js";const t=o;const r=s;export{t as DsBadge,r as defineCustomElement};
1
+ import{B as o,d as s}from"./p-CH6cNXXF.js";const t=o;const c=s;export{t as DsBadge,c as defineCustomElement};
2
2
  //# sourceMappingURL=ds-badge.js.map