@ds-mo/ui 11.0.0 → 12.0.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.
- package/README.md +1 -1
- package/dist/.build-stamp +1 -1
- package/dist/agent-patterns.json +150 -9
- package/dist/agent.json +940 -220
- package/dist/angular/ds-bar-title.d.ts +28 -0
- package/dist/angular/ds-bar-title.js +48 -0
- package/dist/angular/ds-button-filled.d.ts +1 -1
- package/dist/angular/ds-button-filled.js +3 -3
- package/dist/angular/ds-chart-donut.d.ts +1 -1
- package/dist/angular/ds-chart-donut.js +3 -3
- package/dist/angular/ds-panel-nav.d.ts +1 -1
- package/dist/angular/{ds-app-shell.d.ts → ds-shell-app.d.ts} +5 -5
- package/dist/angular/{ds-app-shell.js → ds-shell-app.js} +10 -10
- package/dist/angular/ds-shell-page.d.ts +12 -0
- package/dist/angular/ds-shell-page.js +38 -0
- package/dist/angular/index.d.ts +1 -1
- package/dist/angular/index.js +3 -1
- package/dist/angular/proxies.d.ts +3 -1
- package/dist/angular/proxies.js +3 -1
- package/dist/components/ds-agent-activity.js +1 -1
- package/dist/components/ds-agent-response.js +1 -1
- package/dist/components/ds-agent-response.js.map +1 -1
- package/dist/components/ds-agent-source-list.js +1 -1
- package/dist/components/ds-agent-tool-call.js +1 -1
- package/dist/components/ds-attachment-list.js +1 -1
- package/dist/components/ds-avatar.js +1 -1
- package/dist/components/ds-avatar.js.map +1 -1
- package/dist/components/ds-badge.js +1 -1
- package/dist/components/ds-bar-nav.js +1 -1
- package/dist/components/ds-bar-nav.js.map +1 -1
- package/dist/components/{ds-app-shell.d.ts → ds-bar-title.d.ts} +4 -4
- package/dist/components/ds-bar-title.js +2 -0
- package/dist/components/ds-bar-title.js.map +1 -0
- package/dist/components/ds-button-filled.js +1 -1
- package/dist/components/ds-button-unfilled.js +1 -1
- package/dist/components/ds-card-data-viz-donut.js +1 -1
- package/dist/components/ds-card-data-viz-donut.js.map +1 -1
- package/dist/components/ds-card-setting.js +1 -1
- package/dist/components/ds-card-shell-data-viz.js +1 -1
- package/dist/components/ds-chart-bar.js +1 -1
- package/dist/components/ds-chart-donut.js +1 -1
- package/dist/components/ds-chart-donut.js.map +1 -1
- package/dist/components/ds-chart-legend.js +1 -1
- package/dist/components/ds-chart-line.js +1 -1
- package/dist/components/ds-checkbox.js +1 -1
- package/dist/components/ds-chip.js +1 -1
- package/dist/components/ds-code-block.js +1 -1
- package/dist/components/ds-conversation-list-item.js +1 -1
- package/dist/components/ds-conversation-list-item.js.map +1 -1
- package/dist/components/ds-conversation-list-section.js +1 -1
- package/dist/components/ds-conversation-list.js +1 -1
- package/dist/components/ds-empty-state.js +1 -1
- package/dist/components/ds-field.js +1 -1
- package/dist/components/ds-input.js +1 -1
- package/dist/components/ds-markdown.js +1 -1
- package/dist/components/ds-menu.js +1 -1
- package/dist/components/ds-message-composer.js +1 -1
- package/dist/components/ds-message-composer.js.map +1 -1
- package/dist/components/ds-message-scroller.js +1 -1
- package/dist/components/ds-message-scroller.js.map +1 -1
- package/dist/components/ds-message.js +1 -1
- package/dist/components/ds-modal.js +1 -1
- package/dist/components/ds-modal.js.map +1 -1
- package/dist/components/ds-panel-nav.js +1 -1
- package/dist/components/ds-panel-nav.js.map +1 -1
- package/dist/components/ds-panel-sub-nav.js +1 -1
- package/dist/components/ds-panel-sub-nav.js.map +1 -1
- package/dist/components/ds-panel-tool-header.js +1 -1
- package/dist/components/ds-panel-tool-search.js +1 -1
- package/dist/components/ds-panel-tool-search.js.map +1 -1
- package/dist/components/ds-panel-tools.js +1 -1
- package/dist/components/ds-panel-tools.js.map +1 -1
- package/dist/components/ds-radio.js +1 -1
- package/dist/components/ds-select-multi.js +1 -1
- package/dist/components/ds-select-multi.js.map +1 -1
- package/dist/components/ds-select.js +1 -1
- package/dist/components/ds-select.js.map +1 -1
- package/dist/components/ds-shell-app.d.ts +11 -0
- package/dist/components/ds-shell-app.js +2 -0
- package/dist/components/ds-shell-app.js.map +1 -0
- package/dist/components/ds-shell-gradient-picker.js +1 -1
- package/dist/components/ds-shell-gradient-swatch.js +1 -1
- package/dist/components/ds-shell-page.d.ts +11 -0
- package/dist/components/ds-shell-page.js +2 -0
- package/dist/components/ds-shell-page.js.map +1 -0
- package/dist/components/ds-skeleton.js +1 -1
- package/dist/components/ds-slider.js +1 -1
- package/dist/components/ds-slider.js.map +1 -1
- package/dist/components/ds-swatch-picker.js +1 -1
- package/dist/components/ds-switch.js +1 -1
- package/dist/components/ds-tab-group.js +1 -1
- package/dist/components/ds-tag.js +1 -1
- package/dist/components/ds-text.js +1 -1
- package/dist/components/ds-toast.js +1 -1
- package/dist/components/ds-toast.js.map +1 -1
- package/dist/components/ds-tooltip-data-viz.js +1 -1
- package/dist/components/ds-tooltip-data-viz.js.map +1 -1
- package/dist/components/ds-tooltip.js +1 -1
- package/dist/components/ds-typing-indicator.js +1 -1
- package/dist/components/{p-DJ78wdNv.js → p-6vj4kh70.js} +2 -2
- package/dist/components/p-B3YvoGjS.js +2 -0
- package/dist/components/p-B3YvoGjS.js.map +1 -0
- package/dist/components/{p-BEWtqFX7.js → p-BH3es4p7.js} +2 -2
- package/dist/components/p-BUmDHPr3.js +2 -0
- package/dist/components/p-BUmDHPr3.js.map +1 -0
- package/dist/components/p-BYHKdFzV.js +2 -0
- package/dist/components/p-BYHKdFzV.js.map +1 -0
- package/dist/components/p-BZZwQfmN.js +2 -0
- package/dist/components/{p-CbckeueL.js.map → p-BZZwQfmN.js.map} +1 -1
- package/dist/components/{p-Dh4q5TSS.js → p-BhKhX1er.js} +2 -2
- package/dist/components/{p-CZZYGqKz.js → p-Bs6SS34m.js} +2 -2
- package/dist/components/p-CUik7PCi.js +2 -0
- package/dist/components/p-CUik7PCi.js.map +1 -0
- package/dist/components/{p-M5pt9I13.js → p-Cf-i-6aE.js} +2 -2
- package/dist/components/{p-C8e2A66f.js → p-Cf2J9MEo.js} +2 -2
- package/dist/components/{p-bDx_rlLm.js → p-CwTVEAl2.js} +2 -2
- package/dist/components/p-Cy04lXlc.js +2 -0
- package/dist/components/p-Cy04lXlc.js.map +1 -0
- package/dist/components/{p-BKhG2xrW.js → p-D2x17ei-.js} +1 -1
- package/dist/components/{p-BKhG2xrW.js.map → p-D2x17ei-.js.map} +1 -1
- package/dist/components/{p-CjP8sYlo.js → p-DABj3qTX.js} +2 -2
- package/dist/components/{p-DTqCBjUj.js → p-DUHcJWTQ.js} +2 -2
- package/dist/components/{p-CPPAndX2.js → p-DVk0wxxX.js} +2 -2
- package/dist/components/p-DfIch2Dk.js +2 -0
- package/dist/components/{p-BMwnjAIq.js.map → p-DfIch2Dk.js.map} +1 -1
- package/dist/components/p-Dg3xLna0.js +2 -0
- package/dist/components/{p-C_0Q8Cnp.js.map → p-Dg3xLna0.js.map} +1 -1
- package/dist/components/{p-DrDHC7V6.js → p-DxeHimqk.js} +2 -2
- package/dist/components/{p-DrDHC7V6.js.map → p-DxeHimqk.js.map} +1 -1
- package/dist/components/{p-CLn7QnE0.js → p-Dy_sZ-dI.js} +2 -2
- package/dist/components/{p-0kEg-Z4f.js → p-liMPkhUP.js} +2 -2
- package/dist/components/p-xFbUt9Tc.js +2 -0
- package/dist/components/p-xFbUt9Tc.js.map +1 -0
- package/dist/docs/components.json +1139 -255
- package/dist/lib/shell/chrome-transition.d.ts +1 -1
- package/dist/lib/shell/index.js +1 -1
- package/dist/lib/shell/index.js.map +1 -1
- package/dist/lib/shell/shell-gradient.d.ts +2 -2
- package/dist/mcp/cli.js +8 -12
- package/dist/mcp-data/registry/avatar.json +1 -1
- package/dist/mcp-data/registry/badge.json +4 -4
- package/dist/mcp-data/registry/bar-nav.json +8 -8
- package/dist/mcp-data/registry/bar-title.json +431 -0
- package/dist/mcp-data/registry/button-filled.json +38 -2
- package/dist/mcp-data/registry/card-data-viz-donut.json +73 -4
- package/dist/mcp-data/registry/chart-bar.json +67 -3
- package/dist/mcp-data/registry/chart-donut.json +94 -8
- package/dist/mcp-data/registry/chart-legend.json +73 -3
- package/dist/mcp-data/registry/chart-line.json +67 -3
- package/dist/mcp-data/registry/code-block.json +4 -3
- package/dist/mcp-data/registry/menu.json +1 -1
- package/dist/mcp-data/registry/message-composer.json +7 -5
- package/dist/mcp-data/registry/message-scroller.json +4 -3
- package/dist/mcp-data/registry/modal.json +5 -4
- package/dist/mcp-data/registry/panel-nav.json +8 -8
- package/dist/mcp-data/registry/panel-sub-nav.json +1 -1
- package/dist/mcp-data/registry/panel-tool-header.json +4 -3
- package/dist/mcp-data/registry/panel-tool-search.json +6 -5
- package/dist/mcp-data/registry/panel-tools.json +13 -13
- package/dist/mcp-data/registry/registry.json +921 -195
- package/dist/mcp-data/registry/select-multi.json +2 -1
- package/dist/mcp-data/registry/select.json +2 -1
- package/dist/mcp-data/registry/shell-app.json +213 -0
- package/dist/mcp-data/registry/shell-gradient-picker.json +8 -8
- package/dist/mcp-data/registry/shell-gradient-swatch.json +2 -2
- package/dist/mcp-data/registry/shell-page.json +199 -0
- package/dist/mcp-data/registry/swatch-picker.json +1 -1
- package/dist/mcp-data/registry/tooltip-data-viz.json +68 -4
- package/dist/react/components.d.ts +3 -1
- package/dist/react/components.js +3 -1
- package/dist/react/ds-bar-title.d.ts +14 -0
- package/dist/react/ds-bar-title.js +16 -0
- package/dist/react/{ds-app-shell.d.ts → ds-shell-app.d.ts} +3 -3
- package/dist/react/ds-shell-app.js +12 -0
- package/dist/react/ds-shell-page.d.ts +9 -0
- package/dist/react/ds-shell-page.js +12 -0
- package/dist/types/components/Badge/Badge.d.ts +1 -1
- package/dist/types/components/BarTitle/BarTitle.d.ts +71 -0
- package/dist/types/components/BarTitle/bar-title-types.d.ts +29 -0
- package/dist/types/components/BarTitle/index.d.ts +2 -0
- package/dist/types/components/ButtonFilled/ButtonFilled.d.ts +9 -0
- package/dist/types/components/ButtonFilled/index.d.ts +1 -1
- package/dist/types/components/CardDataVizDonut/CardDataVizDonut.d.ts +1 -0
- package/dist/types/components/ChartDonut/ChartDonut.d.ts +12 -2
- package/dist/types/components/Menu/Menu.d.ts +5 -0
- package/dist/types/components/PanelNav/PanelNav.d.ts +1 -1
- package/dist/types/components/{AppShell/AppShell.d.ts → ShellApp/ShellApp.d.ts} +3 -3
- package/dist/types/components/ShellPage/ShellPage.d.ts +37 -0
- package/dist/types/components/ShellPage/index.d.ts +3 -0
- package/dist/types/components/ShellPage/shell-page-responsive.d.ts +12 -0
- package/dist/types/components/ShellPage/shell-page-types.d.ts +5 -0
- package/dist/types/components/TooltipDataViz/TooltipDataViz.d.ts +3 -2
- package/dist/types/components.d.ts +314 -67
- package/dist/types/shell/chrome-transition.d.ts +1 -1
- package/dist/types/shell/shell-gradient.d.ts +2 -2
- package/dist/types/shell/shell-shortcuts.d.ts +1 -1
- package/package.json +1 -1
- package/dist/components/ds-app-shell.js +0 -2
- package/dist/components/ds-app-shell.js.map +0 -1
- package/dist/components/p-BHtg1fh3.js +0 -2
- package/dist/components/p-BHtg1fh3.js.map +0 -1
- package/dist/components/p-BMwnjAIq.js +0 -2
- package/dist/components/p-C3nDIMX5.js +0 -2
- package/dist/components/p-C3nDIMX5.js.map +0 -1
- package/dist/components/p-CKaJx0IX.js +0 -2
- package/dist/components/p-CKaJx0IX.js.map +0 -1
- package/dist/components/p-CTFBf97-.js +0 -2
- package/dist/components/p-CTFBf97-.js.map +0 -1
- package/dist/components/p-C_0Q8Cnp.js +0 -2
- package/dist/components/p-CbckeueL.js +0 -2
- package/dist/components/p-DirD-b2y.js +0 -2
- package/dist/components/p-DirD-b2y.js.map +0 -1
- package/dist/components/p-Hw-HMjCk.js +0 -2
- package/dist/components/p-Hw-HMjCk.js.map +0 -1
- package/dist/mcp-data/registry/app-shell.json +0 -210
- package/dist/react/ds-app-shell.js +0 -12
- /package/dist/components/{p-DJ78wdNv.js.map → p-6vj4kh70.js.map} +0 -0
- /package/dist/components/{p-BEWtqFX7.js.map → p-BH3es4p7.js.map} +0 -0
- /package/dist/components/{p-Dh4q5TSS.js.map → p-BhKhX1er.js.map} +0 -0
- /package/dist/components/{p-CZZYGqKz.js.map → p-Bs6SS34m.js.map} +0 -0
- /package/dist/components/{p-M5pt9I13.js.map → p-Cf-i-6aE.js.map} +0 -0
- /package/dist/components/{p-C8e2A66f.js.map → p-Cf2J9MEo.js.map} +0 -0
- /package/dist/components/{p-bDx_rlLm.js.map → p-CwTVEAl2.js.map} +0 -0
- /package/dist/components/{p-CjP8sYlo.js.map → p-DABj3qTX.js.map} +0 -0
- /package/dist/components/{p-DTqCBjUj.js.map → p-DUHcJWTQ.js.map} +0 -0
- /package/dist/components/{p-CPPAndX2.js.map → p-DVk0wxxX.js.map} +0 -0
- /package/dist/components/{p-CLn7QnE0.js.map → p-Dy_sZ-dI.js.map} +0 -0
- /package/dist/components/{p-0kEg-Z4f.js.map → p-liMPkhUP.js.map} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-07-
|
|
2
|
+
"timestamp": "2026-07-22T06:31:24",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.43.5",
|
|
@@ -353,8 +353,12 @@
|
|
|
353
353
|
],
|
|
354
354
|
"ds-code-block": [
|
|
355
355
|
"ds-text",
|
|
356
|
+
"ds-tooltip",
|
|
356
357
|
"ds-button-unfilled"
|
|
357
358
|
],
|
|
359
|
+
"ds-tooltip": [
|
|
360
|
+
"ds-text"
|
|
361
|
+
],
|
|
358
362
|
"ds-button-unfilled": [
|
|
359
363
|
"ds-loader",
|
|
360
364
|
"ds-icon",
|
|
@@ -758,161 +762,6 @@
|
|
|
758
762
|
]
|
|
759
763
|
}
|
|
760
764
|
},
|
|
761
|
-
{
|
|
762
|
-
"filePath": "src/wc/components/AppShell/AppShell.tsx",
|
|
763
|
-
"encapsulation": "scoped",
|
|
764
|
-
"tag": "ds-app-shell",
|
|
765
|
-
"docs": "",
|
|
766
|
-
"docsTags": [],
|
|
767
|
-
"usage": {},
|
|
768
|
-
"props": [
|
|
769
|
-
{
|
|
770
|
-
"name": "gradientPreset",
|
|
771
|
-
"type": "\"cool\" | \"fresh\" | \"neutral\" | \"none\" | \"warm\"",
|
|
772
|
-
"complexType": {
|
|
773
|
-
"original": "ShellGradientPreset",
|
|
774
|
-
"resolved": "\"cool\" | \"fresh\" | \"neutral\" | \"none\" | \"warm\"",
|
|
775
|
-
"references": {
|
|
776
|
-
"ShellGradientPreset": {
|
|
777
|
-
"location": "import",
|
|
778
|
-
"path": "../../shell/shell-gradient-presets",
|
|
779
|
-
"id": "src/wc/shell/shell-gradient-presets.ts::ShellGradientPreset",
|
|
780
|
-
"referenceLocation": "ShellGradientPreset"
|
|
781
|
-
}
|
|
782
|
-
}
|
|
783
|
-
},
|
|
784
|
-
"mutable": false,
|
|
785
|
-
"attr": "gradient-preset",
|
|
786
|
-
"reflectToAttr": true,
|
|
787
|
-
"docs": "Shell chrome wash preset. `none` renders solid chrome; the remaining\npresets use token-based washes that adapt to the active color theme.",
|
|
788
|
-
"docsTags": [
|
|
789
|
-
{
|
|
790
|
-
"name": "default",
|
|
791
|
-
"text": "'neutral'"
|
|
792
|
-
}
|
|
793
|
-
],
|
|
794
|
-
"default": "'neutral'",
|
|
795
|
-
"values": [
|
|
796
|
-
{
|
|
797
|
-
"value": "cool",
|
|
798
|
-
"type": "string"
|
|
799
|
-
},
|
|
800
|
-
{
|
|
801
|
-
"value": "fresh",
|
|
802
|
-
"type": "string"
|
|
803
|
-
},
|
|
804
|
-
{
|
|
805
|
-
"value": "neutral",
|
|
806
|
-
"type": "string"
|
|
807
|
-
},
|
|
808
|
-
{
|
|
809
|
-
"value": "none",
|
|
810
|
-
"type": "string"
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
"value": "warm",
|
|
814
|
-
"type": "string"
|
|
815
|
-
}
|
|
816
|
-
],
|
|
817
|
-
"optional": false,
|
|
818
|
-
"required": false,
|
|
819
|
-
"getter": false,
|
|
820
|
-
"setter": false
|
|
821
|
-
},
|
|
822
|
-
{
|
|
823
|
-
"name": "navStyle",
|
|
824
|
-
"type": "\"dashboard\" | \"settings\"",
|
|
825
|
-
"complexType": {
|
|
826
|
-
"original": "NavChromeStyle",
|
|
827
|
-
"resolved": "\"dashboard\" | \"settings\"",
|
|
828
|
-
"references": {
|
|
829
|
-
"NavChromeStyle": {
|
|
830
|
-
"location": "import",
|
|
831
|
-
"path": "../../shell/nav-chrome",
|
|
832
|
-
"id": "src/wc/shell/nav-chrome.ts::NavChromeStyle",
|
|
833
|
-
"referenceLocation": "NavChromeStyle"
|
|
834
|
-
}
|
|
835
|
-
}
|
|
836
|
-
},
|
|
837
|
-
"mutable": false,
|
|
838
|
-
"attr": "nav-style",
|
|
839
|
-
"reflectToAttr": true,
|
|
840
|
-
"docs": "Chrome style propagated to slotted `ds-panel-nav` and `ds-bar-nav`.",
|
|
841
|
-
"docsTags": [
|
|
842
|
-
{
|
|
843
|
-
"name": "default",
|
|
844
|
-
"text": "'dashboard'"
|
|
845
|
-
}
|
|
846
|
-
],
|
|
847
|
-
"default": "'dashboard'",
|
|
848
|
-
"values": [
|
|
849
|
-
{
|
|
850
|
-
"value": "dashboard",
|
|
851
|
-
"type": "string"
|
|
852
|
-
},
|
|
853
|
-
{
|
|
854
|
-
"value": "settings",
|
|
855
|
-
"type": "string"
|
|
856
|
-
}
|
|
857
|
-
],
|
|
858
|
-
"optional": false,
|
|
859
|
-
"required": false,
|
|
860
|
-
"getter": false,
|
|
861
|
-
"setter": false
|
|
862
|
-
},
|
|
863
|
-
{
|
|
864
|
-
"name": "shortcutsEnabled",
|
|
865
|
-
"type": "boolean",
|
|
866
|
-
"complexType": {
|
|
867
|
-
"original": "boolean",
|
|
868
|
-
"resolved": "boolean",
|
|
869
|
-
"references": {}
|
|
870
|
-
},
|
|
871
|
-
"mutable": false,
|
|
872
|
-
"attr": "shortcuts-enabled",
|
|
873
|
-
"reflectToAttr": false,
|
|
874
|
-
"docs": "When `true` (default), registers global shell keyboard shortcuts. `[` toggles panel nav; `]` closes tools; K/A/S/M/N/? toggle tool drawers. Modifiers are ignored so browser chords like ⌘N stay native.",
|
|
875
|
-
"docsTags": [
|
|
876
|
-
{
|
|
877
|
-
"name": "default",
|
|
878
|
-
"text": "true"
|
|
879
|
-
}
|
|
880
|
-
],
|
|
881
|
-
"default": "true",
|
|
882
|
-
"values": [
|
|
883
|
-
{
|
|
884
|
-
"type": "boolean"
|
|
885
|
-
}
|
|
886
|
-
],
|
|
887
|
-
"optional": false,
|
|
888
|
-
"required": false,
|
|
889
|
-
"getter": false,
|
|
890
|
-
"setter": false
|
|
891
|
-
}
|
|
892
|
-
],
|
|
893
|
-
"methods": [],
|
|
894
|
-
"events": [],
|
|
895
|
-
"listeners": [
|
|
896
|
-
{
|
|
897
|
-
"event": "dsPresentationChange",
|
|
898
|
-
"capture": false,
|
|
899
|
-
"passive": false
|
|
900
|
-
},
|
|
901
|
-
{
|
|
902
|
-
"event": "keydown",
|
|
903
|
-
"target": "window",
|
|
904
|
-
"capture": true,
|
|
905
|
-
"passive": false
|
|
906
|
-
}
|
|
907
|
-
],
|
|
908
|
-
"styles": [],
|
|
909
|
-
"slots": [],
|
|
910
|
-
"parts": [],
|
|
911
|
-
"states": [],
|
|
912
|
-
"dependents": [],
|
|
913
|
-
"dependencies": [],
|
|
914
|
-
"dependencyGraph": {}
|
|
915
|
-
},
|
|
916
765
|
{
|
|
917
766
|
"filePath": "src/wc/components/AttachmentList/AttachmentList.tsx",
|
|
918
767
|
"encapsulation": "scoped",
|
|
@@ -1373,7 +1222,7 @@
|
|
|
1373
1222
|
"mutable": false,
|
|
1374
1223
|
"attr": "gradient-background",
|
|
1375
1224
|
"reflectToAttr": true,
|
|
1376
|
-
"docs": "Ring samples the shell gradient stack (base fill + wash) instead of a flat\n`box-shadow`. Auto-enabled under an
|
|
1225
|
+
"docs": "Ring samples the shell gradient stack (base fill + wash) instead of a flat\n`box-shadow`. Auto-enabled under an ShellApp with an active gradient preset;\nset `gradient-background` to opt in/out explicitly.\n\nThe attribute must NOT start with `on` — Stencil's setAccessor routes any\nunknown `on*` member down the event-listener path during attribute\nreflection, calling addEventListener with a non-listener and throwing.",
|
|
1377
1226
|
"docsTags": [
|
|
1378
1227
|
{
|
|
1379
1228
|
"name": "default",
|
|
@@ -1944,36 +1793,68 @@
|
|
|
1944
1793
|
}
|
|
1945
1794
|
},
|
|
1946
1795
|
{
|
|
1947
|
-
"filePath": "src/wc/components/
|
|
1796
|
+
"filePath": "src/wc/components/BarTitle/BarTitle.tsx",
|
|
1948
1797
|
"encapsulation": "scoped",
|
|
1949
|
-
"tag": "ds-
|
|
1798
|
+
"tag": "ds-bar-title",
|
|
1950
1799
|
"docs": "",
|
|
1951
1800
|
"docsTags": [],
|
|
1952
1801
|
"usage": {},
|
|
1953
1802
|
"props": [
|
|
1954
1803
|
{
|
|
1955
|
-
"name": "
|
|
1956
|
-
"type": "
|
|
1804
|
+
"name": "actions",
|
|
1805
|
+
"type": "BarTitleActionItem[]",
|
|
1957
1806
|
"complexType": {
|
|
1958
|
-
"original": "
|
|
1959
|
-
"resolved": "
|
|
1960
|
-
"references": {
|
|
1807
|
+
"original": "BarTitleActionItem[]",
|
|
1808
|
+
"resolved": "BarTitleActionItem[]",
|
|
1809
|
+
"references": {
|
|
1810
|
+
"BarTitleActionItem": {
|
|
1811
|
+
"location": "import",
|
|
1812
|
+
"path": "./bar-title-types",
|
|
1813
|
+
"id": "src/wc/components/BarTitle/bar-title-types.ts::BarTitleActionItem",
|
|
1814
|
+
"referenceLocation": "BarTitleActionItem"
|
|
1815
|
+
}
|
|
1816
|
+
}
|
|
1961
1817
|
},
|
|
1962
1818
|
"mutable": false,
|
|
1963
|
-
"attr": "aria-label",
|
|
1964
1819
|
"reflectToAttr": false,
|
|
1965
|
-
"docs": "
|
|
1820
|
+
"docs": "Secondary page actions shown in the overflow menu. Dividers create groups.",
|
|
1966
1821
|
"docsTags": [
|
|
1967
1822
|
{
|
|
1968
1823
|
"name": "default",
|
|
1969
|
-
"text": "
|
|
1824
|
+
"text": "[]"
|
|
1970
1825
|
}
|
|
1971
1826
|
],
|
|
1972
|
-
"default": "
|
|
1827
|
+
"default": "[]",
|
|
1973
1828
|
"values": [
|
|
1974
1829
|
{
|
|
1975
|
-
"type": "
|
|
1976
|
-
}
|
|
1830
|
+
"type": "BarTitleActionItem[]"
|
|
1831
|
+
}
|
|
1832
|
+
],
|
|
1833
|
+
"optional": false,
|
|
1834
|
+
"required": false,
|
|
1835
|
+
"getter": false,
|
|
1836
|
+
"setter": false
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
"name": "actionsAriaLabel",
|
|
1840
|
+
"type": "string",
|
|
1841
|
+
"complexType": {
|
|
1842
|
+
"original": "string",
|
|
1843
|
+
"resolved": "string",
|
|
1844
|
+
"references": {}
|
|
1845
|
+
},
|
|
1846
|
+
"mutable": false,
|
|
1847
|
+
"attr": "actions-aria-label",
|
|
1848
|
+
"reflectToAttr": false,
|
|
1849
|
+
"docs": "Accessible name for the page-actions menu.",
|
|
1850
|
+
"docsTags": [
|
|
1851
|
+
{
|
|
1852
|
+
"name": "default",
|
|
1853
|
+
"text": "'More page actions'"
|
|
1854
|
+
}
|
|
1855
|
+
],
|
|
1856
|
+
"default": "'More page actions'",
|
|
1857
|
+
"values": [
|
|
1977
1858
|
{
|
|
1978
1859
|
"type": "string"
|
|
1979
1860
|
}
|
|
@@ -1984,46 +1865,590 @@
|
|
|
1984
1865
|
"setter": false
|
|
1985
1866
|
},
|
|
1986
1867
|
{
|
|
1987
|
-
"name": "
|
|
1988
|
-
"type": "
|
|
1868
|
+
"name": "backAriaLabel",
|
|
1869
|
+
"type": "string",
|
|
1989
1870
|
"complexType": {
|
|
1990
|
-
"original": "
|
|
1991
|
-
"resolved": "
|
|
1992
|
-
"references": {
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1871
|
+
"original": "string",
|
|
1872
|
+
"resolved": "string",
|
|
1873
|
+
"references": {}
|
|
1874
|
+
},
|
|
1875
|
+
"mutable": false,
|
|
1876
|
+
"attr": "back-aria-label",
|
|
1877
|
+
"reflectToAttr": false,
|
|
1878
|
+
"docs": "Accessible name for the leading Back action.",
|
|
1879
|
+
"docsTags": [
|
|
1880
|
+
{
|
|
1881
|
+
"name": "default",
|
|
1882
|
+
"text": "'Back'"
|
|
1883
|
+
}
|
|
1884
|
+
],
|
|
1885
|
+
"default": "'Back'",
|
|
1886
|
+
"values": [
|
|
1887
|
+
{
|
|
1888
|
+
"type": "string"
|
|
1998
1889
|
}
|
|
1890
|
+
],
|
|
1891
|
+
"optional": false,
|
|
1892
|
+
"required": false,
|
|
1893
|
+
"getter": false,
|
|
1894
|
+
"setter": false
|
|
1895
|
+
},
|
|
1896
|
+
{
|
|
1897
|
+
"name": "backLabel",
|
|
1898
|
+
"type": "string",
|
|
1899
|
+
"complexType": {
|
|
1900
|
+
"original": "string",
|
|
1901
|
+
"resolved": "string",
|
|
1902
|
+
"references": {}
|
|
1999
1903
|
},
|
|
2000
1904
|
"mutable": false,
|
|
2001
|
-
"attr": "
|
|
1905
|
+
"attr": "back-label",
|
|
1906
|
+
"reflectToAttr": false,
|
|
1907
|
+
"docs": "Visible parent-page label used by the expanded Back breadcrumb.",
|
|
1908
|
+
"docsTags": [
|
|
1909
|
+
{
|
|
1910
|
+
"name": "default",
|
|
1911
|
+
"text": "'Back'"
|
|
1912
|
+
}
|
|
1913
|
+
],
|
|
1914
|
+
"default": "'Back'",
|
|
1915
|
+
"values": [
|
|
1916
|
+
{
|
|
1917
|
+
"type": "string"
|
|
1918
|
+
}
|
|
1919
|
+
],
|
|
1920
|
+
"optional": false,
|
|
1921
|
+
"required": false,
|
|
1922
|
+
"getter": false,
|
|
1923
|
+
"setter": false
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
"name": "description",
|
|
1927
|
+
"type": "string",
|
|
1928
|
+
"complexType": {
|
|
1929
|
+
"original": "string",
|
|
1930
|
+
"resolved": "string",
|
|
1931
|
+
"references": {}
|
|
1932
|
+
},
|
|
1933
|
+
"mutable": false,
|
|
1934
|
+
"attr": "description",
|
|
1935
|
+
"reflectToAttr": false,
|
|
1936
|
+
"docs": "Optional supporting copy shown in the expanded presentation.",
|
|
1937
|
+
"docsTags": [
|
|
1938
|
+
{
|
|
1939
|
+
"name": "default",
|
|
1940
|
+
"text": "''"
|
|
1941
|
+
}
|
|
1942
|
+
],
|
|
1943
|
+
"default": "''",
|
|
1944
|
+
"values": [
|
|
1945
|
+
{
|
|
1946
|
+
"type": "string"
|
|
1947
|
+
}
|
|
1948
|
+
],
|
|
1949
|
+
"optional": false,
|
|
1950
|
+
"required": false,
|
|
1951
|
+
"getter": false,
|
|
1952
|
+
"setter": false
|
|
1953
|
+
},
|
|
1954
|
+
{
|
|
1955
|
+
"name": "heading",
|
|
1956
|
+
"type": "string",
|
|
1957
|
+
"complexType": {
|
|
1958
|
+
"original": "string",
|
|
1959
|
+
"resolved": "string",
|
|
1960
|
+
"references": {}
|
|
1961
|
+
},
|
|
1962
|
+
"mutable": false,
|
|
1963
|
+
"attr": "heading",
|
|
1964
|
+
"reflectToAttr": false,
|
|
1965
|
+
"docs": "The page's single visible h1.",
|
|
1966
|
+
"docsTags": [],
|
|
1967
|
+
"values": [
|
|
1968
|
+
{
|
|
1969
|
+
"type": "string"
|
|
1970
|
+
}
|
|
1971
|
+
],
|
|
1972
|
+
"optional": false,
|
|
1973
|
+
"required": true,
|
|
1974
|
+
"getter": false,
|
|
1975
|
+
"setter": false
|
|
1976
|
+
},
|
|
1977
|
+
{
|
|
1978
|
+
"name": "primaryAction",
|
|
1979
|
+
"type": "BarTitlePrimaryAction | null",
|
|
1980
|
+
"complexType": {
|
|
1981
|
+
"original": "BarTitlePrimaryAction | null",
|
|
1982
|
+
"resolved": "BarTitlePrimaryAction | null",
|
|
1983
|
+
"references": {
|
|
1984
|
+
"BarTitlePrimaryAction": {
|
|
1985
|
+
"location": "import",
|
|
1986
|
+
"path": "./bar-title-types",
|
|
1987
|
+
"id": "src/wc/components/BarTitle/bar-title-types.ts::BarTitlePrimaryAction",
|
|
1988
|
+
"referenceLocation": "BarTitlePrimaryAction"
|
|
1989
|
+
}
|
|
1990
|
+
}
|
|
1991
|
+
},
|
|
1992
|
+
"mutable": false,
|
|
1993
|
+
"reflectToAttr": false,
|
|
1994
|
+
"docs": "The one highest-emphasis page action.",
|
|
1995
|
+
"docsTags": [
|
|
1996
|
+
{
|
|
1997
|
+
"name": "default",
|
|
1998
|
+
"text": "null"
|
|
1999
|
+
}
|
|
2000
|
+
],
|
|
2001
|
+
"default": "null",
|
|
2002
|
+
"values": [
|
|
2003
|
+
{
|
|
2004
|
+
"type": "BarTitlePrimaryAction"
|
|
2005
|
+
},
|
|
2006
|
+
{
|
|
2007
|
+
"type": "null"
|
|
2008
|
+
}
|
|
2009
|
+
],
|
|
2010
|
+
"optional": false,
|
|
2011
|
+
"required": false,
|
|
2012
|
+
"getter": false,
|
|
2013
|
+
"setter": false
|
|
2014
|
+
},
|
|
2015
|
+
{
|
|
2016
|
+
"name": "sections",
|
|
2017
|
+
"type": "BarTitleSectionItem[]",
|
|
2018
|
+
"complexType": {
|
|
2019
|
+
"original": "BarTitleSectionItem[]",
|
|
2020
|
+
"resolved": "BarTitleSectionItem[]",
|
|
2021
|
+
"references": {
|
|
2022
|
+
"BarTitleSectionItem": {
|
|
2023
|
+
"location": "import",
|
|
2024
|
+
"path": "./bar-title-types",
|
|
2025
|
+
"id": "src/wc/components/BarTitle/bar-title-types.ts::BarTitleSectionItem",
|
|
2026
|
+
"referenceLocation": "BarTitleSectionItem"
|
|
2027
|
+
}
|
|
2028
|
+
}
|
|
2029
|
+
},
|
|
2030
|
+
"mutable": false,
|
|
2031
|
+
"reflectToAttr": false,
|
|
2032
|
+
"docs": "Optional page sections exposed through the active-section menu.",
|
|
2033
|
+
"docsTags": [
|
|
2034
|
+
{
|
|
2035
|
+
"name": "default",
|
|
2036
|
+
"text": "[]"
|
|
2037
|
+
}
|
|
2038
|
+
],
|
|
2039
|
+
"default": "[]",
|
|
2040
|
+
"values": [
|
|
2041
|
+
{
|
|
2042
|
+
"type": "BarTitleSectionItem[]"
|
|
2043
|
+
}
|
|
2044
|
+
],
|
|
2045
|
+
"optional": false,
|
|
2046
|
+
"required": false,
|
|
2047
|
+
"getter": false,
|
|
2048
|
+
"setter": false
|
|
2049
|
+
},
|
|
2050
|
+
{
|
|
2051
|
+
"name": "sectionsAriaLabel",
|
|
2052
|
+
"type": "string",
|
|
2053
|
+
"complexType": {
|
|
2054
|
+
"original": "string",
|
|
2055
|
+
"resolved": "string",
|
|
2056
|
+
"references": {}
|
|
2057
|
+
},
|
|
2058
|
+
"mutable": false,
|
|
2059
|
+
"attr": "sections-aria-label",
|
|
2060
|
+
"reflectToAttr": false,
|
|
2061
|
+
"docs": "Accessible name for the page-section menu.",
|
|
2062
|
+
"docsTags": [
|
|
2063
|
+
{
|
|
2064
|
+
"name": "default",
|
|
2065
|
+
"text": "'Change page section'"
|
|
2066
|
+
}
|
|
2067
|
+
],
|
|
2068
|
+
"default": "'Change page section'",
|
|
2069
|
+
"values": [
|
|
2070
|
+
{
|
|
2071
|
+
"type": "string"
|
|
2072
|
+
}
|
|
2073
|
+
],
|
|
2074
|
+
"optional": false,
|
|
2075
|
+
"required": false,
|
|
2076
|
+
"getter": false,
|
|
2077
|
+
"setter": false
|
|
2078
|
+
},
|
|
2079
|
+
{
|
|
2080
|
+
"name": "showBack",
|
|
2081
|
+
"type": "boolean",
|
|
2082
|
+
"complexType": {
|
|
2083
|
+
"original": "boolean",
|
|
2084
|
+
"resolved": "boolean",
|
|
2085
|
+
"references": {}
|
|
2086
|
+
},
|
|
2087
|
+
"mutable": false,
|
|
2088
|
+
"attr": "show-back",
|
|
2089
|
+
"reflectToAttr": false,
|
|
2090
|
+
"docs": "Show the leading page-level Back action.",
|
|
2091
|
+
"docsTags": [
|
|
2092
|
+
{
|
|
2093
|
+
"name": "default",
|
|
2094
|
+
"text": "false"
|
|
2095
|
+
}
|
|
2096
|
+
],
|
|
2097
|
+
"default": "false",
|
|
2098
|
+
"values": [
|
|
2099
|
+
{
|
|
2100
|
+
"type": "boolean"
|
|
2101
|
+
}
|
|
2102
|
+
],
|
|
2103
|
+
"optional": false,
|
|
2104
|
+
"required": false,
|
|
2105
|
+
"getter": false,
|
|
2106
|
+
"setter": false
|
|
2107
|
+
},
|
|
2108
|
+
{
|
|
2109
|
+
"name": "value",
|
|
2110
|
+
"type": "string",
|
|
2111
|
+
"complexType": {
|
|
2112
|
+
"original": "string",
|
|
2113
|
+
"resolved": "string",
|
|
2114
|
+
"references": {}
|
|
2115
|
+
},
|
|
2116
|
+
"mutable": false,
|
|
2117
|
+
"attr": "value",
|
|
2118
|
+
"reflectToAttr": false,
|
|
2119
|
+
"docs": "Id of the active page section.",
|
|
2120
|
+
"docsTags": [
|
|
2121
|
+
{
|
|
2122
|
+
"name": "default",
|
|
2123
|
+
"text": "''"
|
|
2124
|
+
}
|
|
2125
|
+
],
|
|
2126
|
+
"default": "''",
|
|
2127
|
+
"values": [
|
|
2128
|
+
{
|
|
2129
|
+
"type": "string"
|
|
2130
|
+
}
|
|
2131
|
+
],
|
|
2132
|
+
"optional": false,
|
|
2133
|
+
"required": false,
|
|
2134
|
+
"getter": false,
|
|
2135
|
+
"setter": false
|
|
2136
|
+
},
|
|
2137
|
+
{
|
|
2138
|
+
"name": "variant",
|
|
2139
|
+
"type": "\"compact\" | \"constrained\" | \"expanded\"",
|
|
2140
|
+
"complexType": {
|
|
2141
|
+
"original": "BarTitleVariant",
|
|
2142
|
+
"resolved": "\"compact\" | \"constrained\" | \"expanded\"",
|
|
2143
|
+
"references": {
|
|
2144
|
+
"BarTitleVariant": {
|
|
2145
|
+
"location": "import",
|
|
2146
|
+
"path": "./bar-title-types",
|
|
2147
|
+
"id": "src/wc/components/BarTitle/bar-title-types.ts::BarTitleVariant",
|
|
2148
|
+
"referenceLocation": "BarTitleVariant"
|
|
2149
|
+
}
|
|
2150
|
+
}
|
|
2151
|
+
},
|
|
2152
|
+
"mutable": false,
|
|
2153
|
+
"attr": "variant",
|
|
2154
|
+
"reflectToAttr": false,
|
|
2155
|
+
"docs": "Explicit visual/capacity variant. ShellPage owns automatic selection.",
|
|
2156
|
+
"docsTags": [
|
|
2157
|
+
{
|
|
2158
|
+
"name": "default",
|
|
2159
|
+
"text": "'expanded'"
|
|
2160
|
+
}
|
|
2161
|
+
],
|
|
2162
|
+
"default": "'expanded'",
|
|
2163
|
+
"values": [
|
|
2164
|
+
{
|
|
2165
|
+
"value": "compact",
|
|
2166
|
+
"type": "string"
|
|
2167
|
+
},
|
|
2168
|
+
{
|
|
2169
|
+
"value": "constrained",
|
|
2170
|
+
"type": "string"
|
|
2171
|
+
},
|
|
2172
|
+
{
|
|
2173
|
+
"value": "expanded",
|
|
2174
|
+
"type": "string"
|
|
2175
|
+
}
|
|
2176
|
+
],
|
|
2177
|
+
"optional": false,
|
|
2178
|
+
"required": false,
|
|
2179
|
+
"getter": false,
|
|
2180
|
+
"setter": false
|
|
2181
|
+
}
|
|
2182
|
+
],
|
|
2183
|
+
"methods": [],
|
|
2184
|
+
"events": [
|
|
2185
|
+
{
|
|
2186
|
+
"event": "dsAction",
|
|
2187
|
+
"detail": "string",
|
|
2188
|
+
"bubbles": true,
|
|
2189
|
+
"complexType": {
|
|
2190
|
+
"original": "string",
|
|
2191
|
+
"resolved": "string",
|
|
2192
|
+
"references": {}
|
|
2193
|
+
},
|
|
2194
|
+
"cancelable": true,
|
|
2195
|
+
"composed": true,
|
|
2196
|
+
"docs": "Emitted with the activated primary or overflow action id.",
|
|
2197
|
+
"docsTags": []
|
|
2198
|
+
},
|
|
2199
|
+
{
|
|
2200
|
+
"event": "dsBack",
|
|
2201
|
+
"detail": "MouseEvent",
|
|
2202
|
+
"bubbles": true,
|
|
2203
|
+
"complexType": {
|
|
2204
|
+
"original": "MouseEvent",
|
|
2205
|
+
"resolved": "MouseEvent",
|
|
2206
|
+
"references": {
|
|
2207
|
+
"MouseEvent": {
|
|
2208
|
+
"location": "global",
|
|
2209
|
+
"id": "global::MouseEvent"
|
|
2210
|
+
}
|
|
2211
|
+
}
|
|
2212
|
+
},
|
|
2213
|
+
"cancelable": true,
|
|
2214
|
+
"composed": true,
|
|
2215
|
+
"docs": "Emitted when the leading Back action is activated.",
|
|
2216
|
+
"docsTags": []
|
|
2217
|
+
},
|
|
2218
|
+
{
|
|
2219
|
+
"event": "dsSectionChange",
|
|
2220
|
+
"detail": "string",
|
|
2221
|
+
"bubbles": true,
|
|
2222
|
+
"complexType": {
|
|
2223
|
+
"original": "string",
|
|
2224
|
+
"resolved": "string",
|
|
2225
|
+
"references": {}
|
|
2226
|
+
},
|
|
2227
|
+
"cancelable": true,
|
|
2228
|
+
"composed": true,
|
|
2229
|
+
"docs": "Emitted with the newly selected page-section id.",
|
|
2230
|
+
"docsTags": []
|
|
2231
|
+
}
|
|
2232
|
+
],
|
|
2233
|
+
"listeners": [],
|
|
2234
|
+
"styles": [],
|
|
2235
|
+
"slots": [],
|
|
2236
|
+
"parts": [],
|
|
2237
|
+
"states": [],
|
|
2238
|
+
"dependents": [],
|
|
2239
|
+
"dependencies": [
|
|
2240
|
+
"ds-text",
|
|
2241
|
+
"ds-icon",
|
|
2242
|
+
"ds-button-filled",
|
|
2243
|
+
"ds-button-unfilled",
|
|
2244
|
+
"ds-tooltip",
|
|
2245
|
+
"ds-menu"
|
|
2246
|
+
],
|
|
2247
|
+
"dependencyGraph": {
|
|
2248
|
+
"ds-bar-title": [
|
|
2249
|
+
"ds-text",
|
|
2250
|
+
"ds-icon",
|
|
2251
|
+
"ds-button-filled",
|
|
2252
|
+
"ds-button-unfilled",
|
|
2253
|
+
"ds-tooltip",
|
|
2254
|
+
"ds-menu"
|
|
2255
|
+
],
|
|
2256
|
+
"ds-button-filled": [
|
|
2257
|
+
"ds-loader",
|
|
2258
|
+
"ds-icon",
|
|
2259
|
+
"ds-text"
|
|
2260
|
+
],
|
|
2261
|
+
"ds-button-unfilled": [
|
|
2262
|
+
"ds-loader",
|
|
2263
|
+
"ds-icon",
|
|
2264
|
+
"ds-badge",
|
|
2265
|
+
"ds-text"
|
|
2266
|
+
],
|
|
2267
|
+
"ds-badge": [
|
|
2268
|
+
"ds-text"
|
|
2269
|
+
],
|
|
2270
|
+
"ds-tooltip": [
|
|
2271
|
+
"ds-text"
|
|
2272
|
+
],
|
|
2273
|
+
"ds-menu": [
|
|
2274
|
+
"ds-text",
|
|
2275
|
+
"ds-swatch-picker",
|
|
2276
|
+
"ds-badge",
|
|
2277
|
+
"ds-switch"
|
|
2278
|
+
]
|
|
2279
|
+
}
|
|
2280
|
+
},
|
|
2281
|
+
{
|
|
2282
|
+
"filePath": "src/wc/components/ButtonFilled/ButtonFilled.tsx",
|
|
2283
|
+
"encapsulation": "scoped",
|
|
2284
|
+
"tag": "ds-button-filled",
|
|
2285
|
+
"docs": "",
|
|
2286
|
+
"docsTags": [],
|
|
2287
|
+
"usage": {},
|
|
2288
|
+
"props": [
|
|
2289
|
+
{
|
|
2290
|
+
"name": "ariaLabel",
|
|
2291
|
+
"type": "null | string",
|
|
2292
|
+
"complexType": {
|
|
2293
|
+
"original": "string | null",
|
|
2294
|
+
"resolved": "null | string",
|
|
2295
|
+
"references": {}
|
|
2296
|
+
},
|
|
2297
|
+
"mutable": false,
|
|
2298
|
+
"attr": "aria-label",
|
|
2299
|
+
"reflectToAttr": false,
|
|
2300
|
+
"docs": "Accessible name override. Required for icon-only buttons.",
|
|
2301
|
+
"docsTags": [
|
|
2302
|
+
{
|
|
2303
|
+
"name": "default",
|
|
2304
|
+
"text": "null"
|
|
2305
|
+
}
|
|
2306
|
+
],
|
|
2307
|
+
"default": "null",
|
|
2308
|
+
"values": [
|
|
2309
|
+
{
|
|
2310
|
+
"type": "null"
|
|
2311
|
+
},
|
|
2312
|
+
{
|
|
2313
|
+
"type": "string"
|
|
2314
|
+
}
|
|
2315
|
+
],
|
|
2316
|
+
"optional": false,
|
|
2317
|
+
"required": false,
|
|
2318
|
+
"getter": false,
|
|
2319
|
+
"setter": false
|
|
2320
|
+
},
|
|
2321
|
+
{
|
|
2322
|
+
"name": "background",
|
|
2323
|
+
"type": "\"always-dark\" | \"bold\" | \"faint\" | \"inverted\" | \"media\" | \"medium\" | \"strong\" | \"translucent\" | undefined",
|
|
2324
|
+
"complexType": {
|
|
2325
|
+
"original": "ButtonFilledBackground | undefined",
|
|
2326
|
+
"resolved": "\"always-dark\" | \"bold\" | \"faint\" | \"inverted\" | \"media\" | \"medium\" | \"strong\" | \"translucent\" | undefined",
|
|
2327
|
+
"references": {
|
|
2328
|
+
"ButtonFilledBackground": {
|
|
2329
|
+
"location": "local",
|
|
2330
|
+
"path": "/home/runner/work/compomo/compomo/src/wc/components/ButtonFilled/ButtonFilled.tsx",
|
|
2331
|
+
"id": "src/wc/components/ButtonFilled/ButtonFilled.tsx::ButtonFilledBackground"
|
|
2332
|
+
}
|
|
2333
|
+
}
|
|
2334
|
+
},
|
|
2335
|
+
"mutable": false,
|
|
2336
|
+
"attr": "background",
|
|
2337
|
+
"reflectToAttr": false,
|
|
2338
|
+
"docs": "Actual parent surface context for the optional inset border color only.\nOmit on primary and secondary surfaces.",
|
|
2339
|
+
"docsTags": [],
|
|
2340
|
+
"values": [
|
|
2341
|
+
{
|
|
2342
|
+
"value": "always-dark",
|
|
2343
|
+
"type": "string"
|
|
2344
|
+
},
|
|
2345
|
+
{
|
|
2346
|
+
"value": "bold",
|
|
2347
|
+
"type": "string"
|
|
2348
|
+
},
|
|
2349
|
+
{
|
|
2350
|
+
"value": "faint",
|
|
2351
|
+
"type": "string"
|
|
2352
|
+
},
|
|
2353
|
+
{
|
|
2354
|
+
"value": "inverted",
|
|
2355
|
+
"type": "string"
|
|
2356
|
+
},
|
|
2357
|
+
{
|
|
2358
|
+
"value": "media",
|
|
2359
|
+
"type": "string"
|
|
2360
|
+
},
|
|
2361
|
+
{
|
|
2362
|
+
"value": "medium",
|
|
2363
|
+
"type": "string"
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
"value": "strong",
|
|
2367
|
+
"type": "string"
|
|
2368
|
+
},
|
|
2369
|
+
{
|
|
2370
|
+
"value": "translucent",
|
|
2371
|
+
"type": "string"
|
|
2372
|
+
},
|
|
2373
|
+
{
|
|
2374
|
+
"type": "undefined"
|
|
2375
|
+
}
|
|
2376
|
+
],
|
|
2377
|
+
"optional": false,
|
|
2378
|
+
"required": false,
|
|
2379
|
+
"getter": false,
|
|
2380
|
+
"setter": false
|
|
2381
|
+
},
|
|
2382
|
+
{
|
|
2383
|
+
"name": "contrast",
|
|
2384
|
+
"type": "\"bold\" | \"faint\" | \"medium\" | \"strong\"",
|
|
2385
|
+
"complexType": {
|
|
2386
|
+
"original": "ButtonFilledContrast",
|
|
2387
|
+
"resolved": "\"bold\" | \"faint\" | \"medium\" | \"strong\"",
|
|
2388
|
+
"references": {
|
|
2389
|
+
"ButtonFilledContrast": {
|
|
2390
|
+
"location": "local",
|
|
2391
|
+
"path": "/home/runner/work/compomo/compomo/src/wc/components/ButtonFilled/ButtonFilled.tsx",
|
|
2392
|
+
"id": "src/wc/components/ButtonFilled/ButtonFilled.tsx::ButtonFilledContrast"
|
|
2393
|
+
}
|
|
2394
|
+
}
|
|
2395
|
+
},
|
|
2396
|
+
"mutable": false,
|
|
2397
|
+
"attr": "contrast",
|
|
2398
|
+
"reflectToAttr": false,
|
|
2399
|
+
"docs": "Background fill weight. Foreground uses the paired contrast token:\nbold → faint, strong → medium, medium → strong, faint → bold.",
|
|
2400
|
+
"docsTags": [
|
|
2401
|
+
{
|
|
2402
|
+
"name": "default",
|
|
2403
|
+
"text": "'bold'"
|
|
2404
|
+
}
|
|
2405
|
+
],
|
|
2406
|
+
"default": "'bold'",
|
|
2407
|
+
"values": [
|
|
2408
|
+
{
|
|
2409
|
+
"value": "bold",
|
|
2410
|
+
"type": "string"
|
|
2411
|
+
},
|
|
2412
|
+
{
|
|
2413
|
+
"value": "faint",
|
|
2414
|
+
"type": "string"
|
|
2415
|
+
},
|
|
2416
|
+
{
|
|
2417
|
+
"value": "medium",
|
|
2418
|
+
"type": "string"
|
|
2419
|
+
},
|
|
2420
|
+
{
|
|
2421
|
+
"value": "strong",
|
|
2422
|
+
"type": "string"
|
|
2423
|
+
}
|
|
2424
|
+
],
|
|
2425
|
+
"optional": false,
|
|
2426
|
+
"required": false,
|
|
2427
|
+
"getter": false,
|
|
2428
|
+
"setter": false
|
|
2429
|
+
},
|
|
2430
|
+
{
|
|
2431
|
+
"name": "hasBorder",
|
|
2432
|
+
"type": "boolean",
|
|
2433
|
+
"complexType": {
|
|
2434
|
+
"original": "boolean",
|
|
2435
|
+
"resolved": "boolean",
|
|
2436
|
+
"references": {}
|
|
2437
|
+
},
|
|
2438
|
+
"mutable": false,
|
|
2439
|
+
"attr": "has-border",
|
|
2002
2440
|
"reflectToAttr": false,
|
|
2003
|
-
"docs": "
|
|
2441
|
+
"docs": "Show a 1px secondary inset border.",
|
|
2004
2442
|
"docsTags": [
|
|
2005
2443
|
{
|
|
2006
2444
|
"name": "default",
|
|
2007
|
-
"text": "
|
|
2445
|
+
"text": "false"
|
|
2008
2446
|
}
|
|
2009
2447
|
],
|
|
2010
|
-
"default": "
|
|
2448
|
+
"default": "false",
|
|
2011
2449
|
"values": [
|
|
2012
2450
|
{
|
|
2013
|
-
"
|
|
2014
|
-
"type": "string"
|
|
2015
|
-
},
|
|
2016
|
-
{
|
|
2017
|
-
"value": "faint",
|
|
2018
|
-
"type": "string"
|
|
2019
|
-
},
|
|
2020
|
-
{
|
|
2021
|
-
"value": "medium",
|
|
2022
|
-
"type": "string"
|
|
2023
|
-
},
|
|
2024
|
-
{
|
|
2025
|
-
"value": "strong",
|
|
2026
|
-
"type": "string"
|
|
2451
|
+
"type": "boolean"
|
|
2027
2452
|
}
|
|
2028
2453
|
],
|
|
2029
2454
|
"optional": false,
|
|
@@ -2462,6 +2887,7 @@
|
|
|
2462
2887
|
"parts": [],
|
|
2463
2888
|
"states": [],
|
|
2464
2889
|
"dependents": [
|
|
2890
|
+
"ds-bar-title",
|
|
2465
2891
|
"ds-card-setting",
|
|
2466
2892
|
"ds-message-composer"
|
|
2467
2893
|
],
|
|
@@ -2476,6 +2902,9 @@
|
|
|
2476
2902
|
"ds-icon",
|
|
2477
2903
|
"ds-text"
|
|
2478
2904
|
],
|
|
2905
|
+
"ds-bar-title": [
|
|
2906
|
+
"ds-button-filled"
|
|
2907
|
+
],
|
|
2479
2908
|
"ds-card-setting": [
|
|
2480
2909
|
"ds-button-filled"
|
|
2481
2910
|
],
|
|
@@ -3236,10 +3665,12 @@
|
|
|
3236
3665
|
"states": [],
|
|
3237
3666
|
"dependents": [
|
|
3238
3667
|
"ds-bar-nav",
|
|
3668
|
+
"ds-bar-title",
|
|
3239
3669
|
"ds-card-data-viz-donut",
|
|
3240
3670
|
"ds-card-setting",
|
|
3241
3671
|
"ds-code-block",
|
|
3242
3672
|
"ds-input",
|
|
3673
|
+
"ds-message-composer",
|
|
3243
3674
|
"ds-message-scroller",
|
|
3244
3675
|
"ds-modal",
|
|
3245
3676
|
"ds-panel-nav",
|
|
@@ -3269,6 +3700,9 @@
|
|
|
3269
3700
|
"ds-bar-nav": [
|
|
3270
3701
|
"ds-button-unfilled"
|
|
3271
3702
|
],
|
|
3703
|
+
"ds-bar-title": [
|
|
3704
|
+
"ds-button-unfilled"
|
|
3705
|
+
],
|
|
3272
3706
|
"ds-card-data-viz-donut": [
|
|
3273
3707
|
"ds-button-unfilled"
|
|
3274
3708
|
],
|
|
@@ -3281,6 +3715,9 @@
|
|
|
3281
3715
|
"ds-input": [
|
|
3282
3716
|
"ds-button-unfilled"
|
|
3283
3717
|
],
|
|
3718
|
+
"ds-message-composer": [
|
|
3719
|
+
"ds-button-unfilled"
|
|
3720
|
+
],
|
|
3284
3721
|
"ds-message-scroller": [
|
|
3285
3722
|
"ds-button-unfilled"
|
|
3286
3723
|
],
|
|
@@ -3939,7 +4376,7 @@
|
|
|
3939
4376
|
"mutable": false,
|
|
3940
4377
|
"attr": "active-label",
|
|
3941
4378
|
"reflectToAttr": false,
|
|
3942
|
-
"docs": "Externally controlled highlight, matched by `label` — e.g. drive this from a sibling\n`ds-chart-legend`'s `dsItemHover` event to keep chart and legend hover in sync.\nFalls back to this component's own pointer/focus hover when unset.\nSlice hover dims peer slices and emits `dsSliceHover` for legend sync
|
|
4379
|
+
"docs": "Externally controlled highlight, matched by `label` — e.g. drive this from a sibling\n`ds-chart-legend`'s `dsItemHover` event to keep chart and legend hover in sync.\nFalls back to this component's own pointer/focus hover when unset.\nSlice hover dims peer slices and emits `dsSliceHover` for legend sync. External\nhighlight never opens the local tooltip.",
|
|
3943
4380
|
"docsTags": [
|
|
3944
4381
|
{
|
|
3945
4382
|
"name": "default",
|
|
@@ -4163,6 +4600,35 @@
|
|
|
4163
4600
|
"getter": false,
|
|
4164
4601
|
"setter": false
|
|
4165
4602
|
},
|
|
4603
|
+
{
|
|
4604
|
+
"name": "showTooltip",
|
|
4605
|
+
"type": "boolean",
|
|
4606
|
+
"complexType": {
|
|
4607
|
+
"original": "boolean",
|
|
4608
|
+
"resolved": "boolean",
|
|
4609
|
+
"references": {}
|
|
4610
|
+
},
|
|
4611
|
+
"mutable": false,
|
|
4612
|
+
"attr": "show-tooltip",
|
|
4613
|
+
"reflectToAttr": false,
|
|
4614
|
+
"docs": "Show a chart-owned value callout for genuine pointer or keyboard focus.\nDisable when a visible legend already owns persistent label and value detail.",
|
|
4615
|
+
"docsTags": [
|
|
4616
|
+
{
|
|
4617
|
+
"name": "default",
|
|
4618
|
+
"text": "true"
|
|
4619
|
+
}
|
|
4620
|
+
],
|
|
4621
|
+
"default": "true",
|
|
4622
|
+
"values": [
|
|
4623
|
+
{
|
|
4624
|
+
"type": "boolean"
|
|
4625
|
+
}
|
|
4626
|
+
],
|
|
4627
|
+
"optional": false,
|
|
4628
|
+
"required": false,
|
|
4629
|
+
"getter": false,
|
|
4630
|
+
"setter": false
|
|
4631
|
+
},
|
|
4166
4632
|
{
|
|
4167
4633
|
"name": "size",
|
|
4168
4634
|
"type": "number | undefined",
|
|
@@ -4252,8 +4718,17 @@
|
|
|
4252
4718
|
"parts": [],
|
|
4253
4719
|
"states": [],
|
|
4254
4720
|
"dependents": [],
|
|
4255
|
-
"dependencies": [
|
|
4256
|
-
|
|
4721
|
+
"dependencies": [
|
|
4722
|
+
"ds-tooltip-data-viz"
|
|
4723
|
+
],
|
|
4724
|
+
"dependencyGraph": {
|
|
4725
|
+
"ds-chart-donut": [
|
|
4726
|
+
"ds-tooltip-data-viz"
|
|
4727
|
+
],
|
|
4728
|
+
"ds-tooltip-data-viz": [
|
|
4729
|
+
"ds-text"
|
|
4730
|
+
]
|
|
4731
|
+
}
|
|
4257
4732
|
},
|
|
4258
4733
|
{
|
|
4259
4734
|
"filePath": "src/wc/components/ChartLegend/ChartLegend.tsx",
|
|
@@ -5453,13 +5928,18 @@
|
|
|
5453
5928
|
],
|
|
5454
5929
|
"dependencies": [
|
|
5455
5930
|
"ds-text",
|
|
5931
|
+
"ds-tooltip",
|
|
5456
5932
|
"ds-button-unfilled"
|
|
5457
5933
|
],
|
|
5458
5934
|
"dependencyGraph": {
|
|
5459
5935
|
"ds-code-block": [
|
|
5460
5936
|
"ds-text",
|
|
5937
|
+
"ds-tooltip",
|
|
5461
5938
|
"ds-button-unfilled"
|
|
5462
5939
|
],
|
|
5940
|
+
"ds-tooltip": [
|
|
5941
|
+
"ds-text"
|
|
5942
|
+
],
|
|
5463
5943
|
"ds-button-unfilled": [
|
|
5464
5944
|
"ds-loader",
|
|
5465
5945
|
"ds-icon",
|
|
@@ -6822,6 +7302,7 @@
|
|
|
6822
7302
|
"ds-agent-tool-call",
|
|
6823
7303
|
"ds-attachment-list",
|
|
6824
7304
|
"ds-avatar",
|
|
7305
|
+
"ds-bar-title",
|
|
6825
7306
|
"ds-button-filled",
|
|
6826
7307
|
"ds-button-unfilled",
|
|
6827
7308
|
"ds-chip",
|
|
@@ -6851,6 +7332,9 @@
|
|
|
6851
7332
|
"ds-avatar": [
|
|
6852
7333
|
"ds-icon"
|
|
6853
7334
|
],
|
|
7335
|
+
"ds-bar-title": [
|
|
7336
|
+
"ds-icon"
|
|
7337
|
+
],
|
|
6854
7338
|
"ds-button-filled": [
|
|
6855
7339
|
"ds-icon"
|
|
6856
7340
|
],
|
|
@@ -8160,8 +8644,12 @@
|
|
|
8160
8644
|
],
|
|
8161
8645
|
"ds-code-block": [
|
|
8162
8646
|
"ds-text",
|
|
8647
|
+
"ds-tooltip",
|
|
8163
8648
|
"ds-button-unfilled"
|
|
8164
8649
|
],
|
|
8650
|
+
"ds-tooltip": [
|
|
8651
|
+
"ds-text"
|
|
8652
|
+
],
|
|
8165
8653
|
"ds-button-unfilled": [
|
|
8166
8654
|
"ds-loader",
|
|
8167
8655
|
"ds-icon",
|
|
@@ -8788,7 +9276,8 @@
|
|
|
8788
9276
|
"parts": [],
|
|
8789
9277
|
"states": [],
|
|
8790
9278
|
"dependents": [
|
|
8791
|
-
"ds-bar-nav"
|
|
9279
|
+
"ds-bar-nav",
|
|
9280
|
+
"ds-bar-title"
|
|
8792
9281
|
],
|
|
8793
9282
|
"dependencies": [
|
|
8794
9283
|
"ds-text",
|
|
@@ -8808,6 +9297,9 @@
|
|
|
8808
9297
|
],
|
|
8809
9298
|
"ds-bar-nav": [
|
|
8810
9299
|
"ds-menu"
|
|
9300
|
+
],
|
|
9301
|
+
"ds-bar-title": [
|
|
9302
|
+
"ds-menu"
|
|
8811
9303
|
]
|
|
8812
9304
|
}
|
|
8813
9305
|
},
|
|
@@ -9538,12 +10030,28 @@
|
|
|
9538
10030
|
"states": [],
|
|
9539
10031
|
"dependents": [],
|
|
9540
10032
|
"dependencies": [
|
|
10033
|
+
"ds-tooltip",
|
|
10034
|
+
"ds-button-unfilled",
|
|
9541
10035
|
"ds-button-filled"
|
|
9542
10036
|
],
|
|
9543
10037
|
"dependencyGraph": {
|
|
9544
10038
|
"ds-message-composer": [
|
|
10039
|
+
"ds-tooltip",
|
|
10040
|
+
"ds-button-unfilled",
|
|
9545
10041
|
"ds-button-filled"
|
|
9546
10042
|
],
|
|
10043
|
+
"ds-tooltip": [
|
|
10044
|
+
"ds-text"
|
|
10045
|
+
],
|
|
10046
|
+
"ds-button-unfilled": [
|
|
10047
|
+
"ds-loader",
|
|
10048
|
+
"ds-icon",
|
|
10049
|
+
"ds-badge",
|
|
10050
|
+
"ds-text"
|
|
10051
|
+
],
|
|
10052
|
+
"ds-badge": [
|
|
10053
|
+
"ds-text"
|
|
10054
|
+
],
|
|
9547
10055
|
"ds-button-filled": [
|
|
9548
10056
|
"ds-loader",
|
|
9549
10057
|
"ds-icon",
|
|
@@ -9799,12 +10307,17 @@
|
|
|
9799
10307
|
"states": [],
|
|
9800
10308
|
"dependents": [],
|
|
9801
10309
|
"dependencies": [
|
|
10310
|
+
"ds-tooltip",
|
|
9802
10311
|
"ds-button-unfilled"
|
|
9803
10312
|
],
|
|
9804
10313
|
"dependencyGraph": {
|
|
9805
10314
|
"ds-message-scroller": [
|
|
10315
|
+
"ds-tooltip",
|
|
9806
10316
|
"ds-button-unfilled"
|
|
9807
10317
|
],
|
|
10318
|
+
"ds-tooltip": [
|
|
10319
|
+
"ds-text"
|
|
10320
|
+
],
|
|
9808
10321
|
"ds-button-unfilled": [
|
|
9809
10322
|
"ds-loader",
|
|
9810
10323
|
"ds-icon",
|
|
@@ -10012,13 +10525,18 @@
|
|
|
10012
10525
|
"dependents": [],
|
|
10013
10526
|
"dependencies": [
|
|
10014
10527
|
"ds-text",
|
|
10528
|
+
"ds-tooltip",
|
|
10015
10529
|
"ds-button-unfilled"
|
|
10016
10530
|
],
|
|
10017
10531
|
"dependencyGraph": {
|
|
10018
10532
|
"ds-modal": [
|
|
10019
10533
|
"ds-text",
|
|
10534
|
+
"ds-tooltip",
|
|
10020
10535
|
"ds-button-unfilled"
|
|
10021
10536
|
],
|
|
10537
|
+
"ds-tooltip": [
|
|
10538
|
+
"ds-text"
|
|
10539
|
+
],
|
|
10022
10540
|
"ds-button-unfilled": [
|
|
10023
10541
|
"ds-loader",
|
|
10024
10542
|
"ds-icon",
|
|
@@ -10717,7 +11235,7 @@
|
|
|
10717
11235
|
},
|
|
10718
11236
|
"cancelable": true,
|
|
10719
11237
|
"composed": true,
|
|
10720
|
-
"docs": "Bubbling lifecycle — `ds-app
|
|
11238
|
+
"docs": "Bubbling lifecycle — `ds-shell-app` pauses chrome metrics during width motion.",
|
|
10721
11239
|
"docsTags": []
|
|
10722
11240
|
},
|
|
10723
11241
|
{
|
|
@@ -11447,14 +11965,19 @@
|
|
|
11447
11965
|
"ds-panel-tools"
|
|
11448
11966
|
],
|
|
11449
11967
|
"dependencies": [
|
|
11968
|
+
"ds-tooltip",
|
|
11450
11969
|
"ds-button-unfilled",
|
|
11451
11970
|
"ds-text"
|
|
11452
11971
|
],
|
|
11453
11972
|
"dependencyGraph": {
|
|
11454
11973
|
"ds-panel-tool-header": [
|
|
11974
|
+
"ds-tooltip",
|
|
11455
11975
|
"ds-button-unfilled",
|
|
11456
11976
|
"ds-text"
|
|
11457
11977
|
],
|
|
11978
|
+
"ds-tooltip": [
|
|
11979
|
+
"ds-text"
|
|
11980
|
+
],
|
|
11458
11981
|
"ds-button-unfilled": [
|
|
11459
11982
|
"ds-loader",
|
|
11460
11983
|
"ds-icon",
|
|
@@ -11898,6 +12421,7 @@
|
|
|
11898
12421
|
"dependents": [],
|
|
11899
12422
|
"dependencies": [
|
|
11900
12423
|
"ds-divider",
|
|
12424
|
+
"ds-tooltip",
|
|
11901
12425
|
"ds-button-unfilled",
|
|
11902
12426
|
"ds-icon",
|
|
11903
12427
|
"ds-text"
|
|
@@ -11905,10 +12429,14 @@
|
|
|
11905
12429
|
"dependencyGraph": {
|
|
11906
12430
|
"ds-panel-tool-search": [
|
|
11907
12431
|
"ds-divider",
|
|
12432
|
+
"ds-tooltip",
|
|
11908
12433
|
"ds-button-unfilled",
|
|
11909
12434
|
"ds-icon",
|
|
11910
12435
|
"ds-text"
|
|
11911
12436
|
],
|
|
12437
|
+
"ds-tooltip": [
|
|
12438
|
+
"ds-text"
|
|
12439
|
+
],
|
|
11912
12440
|
"ds-button-unfilled": [
|
|
11913
12441
|
"ds-loader",
|
|
11914
12442
|
"ds-icon",
|
|
@@ -12514,11 +13042,11 @@
|
|
|
12514
13042
|
},
|
|
12515
13043
|
{
|
|
12516
13044
|
"event": "dsPresentationChange",
|
|
12517
|
-
"detail": "{ presentation: \"
|
|
13045
|
+
"detail": "{ presentation: \"drawer\" | \"fullscreen\"; }",
|
|
12518
13046
|
"bubbles": true,
|
|
12519
13047
|
"complexType": {
|
|
12520
13048
|
"original": "{\n presentation: 'drawer' | 'fullscreen';\n }",
|
|
12521
|
-
"resolved": "{ presentation: \"
|
|
13049
|
+
"resolved": "{ presentation: \"drawer\" | \"fullscreen\"; }",
|
|
12522
13050
|
"references": {}
|
|
12523
13051
|
},
|
|
12524
13052
|
"cancelable": true,
|
|
@@ -12585,6 +13113,7 @@
|
|
|
12585
13113
|
"ds-text"
|
|
12586
13114
|
],
|
|
12587
13115
|
"ds-panel-tool-header": [
|
|
13116
|
+
"ds-tooltip",
|
|
12588
13117
|
"ds-button-unfilled",
|
|
12589
13118
|
"ds-text"
|
|
12590
13119
|
]
|
|
@@ -13986,6 +14515,7 @@
|
|
|
13986
14515
|
"ds-loader",
|
|
13987
14516
|
"ds-text",
|
|
13988
14517
|
"ds-empty-state",
|
|
14518
|
+
"ds-tooltip",
|
|
13989
14519
|
"ds-button-unfilled"
|
|
13990
14520
|
],
|
|
13991
14521
|
"dependencyGraph": {
|
|
@@ -13994,12 +14524,16 @@
|
|
|
13994
14524
|
"ds-loader",
|
|
13995
14525
|
"ds-text",
|
|
13996
14526
|
"ds-empty-state",
|
|
14527
|
+
"ds-tooltip",
|
|
13997
14528
|
"ds-button-unfilled"
|
|
13998
14529
|
],
|
|
13999
14530
|
"ds-empty-state": [
|
|
14000
14531
|
"ds-icon",
|
|
14001
14532
|
"ds-text"
|
|
14002
14533
|
],
|
|
14534
|
+
"ds-tooltip": [
|
|
14535
|
+
"ds-text"
|
|
14536
|
+
],
|
|
14003
14537
|
"ds-button-unfilled": [
|
|
14004
14538
|
"ds-loader",
|
|
14005
14539
|
"ds-icon",
|
|
@@ -14996,60 +15530,220 @@
|
|
|
14996
15530
|
"docsTags": []
|
|
14997
15531
|
},
|
|
14998
15532
|
{
|
|
14999
|
-
"event": "dsOpenChange",
|
|
15000
|
-
"detail": "boolean",
|
|
15001
|
-
"bubbles": true,
|
|
15533
|
+
"event": "dsOpenChange",
|
|
15534
|
+
"detail": "boolean",
|
|
15535
|
+
"bubbles": true,
|
|
15536
|
+
"complexType": {
|
|
15537
|
+
"original": "boolean",
|
|
15538
|
+
"resolved": "boolean",
|
|
15539
|
+
"references": {}
|
|
15540
|
+
},
|
|
15541
|
+
"cancelable": true,
|
|
15542
|
+
"composed": true,
|
|
15543
|
+
"docs": "Emitted whenever popup visibility changes.",
|
|
15544
|
+
"docsTags": []
|
|
15545
|
+
}
|
|
15546
|
+
],
|
|
15547
|
+
"listeners": [],
|
|
15548
|
+
"styles": [],
|
|
15549
|
+
"slots": [],
|
|
15550
|
+
"parts": [],
|
|
15551
|
+
"states": [],
|
|
15552
|
+
"dependents": [],
|
|
15553
|
+
"dependencies": [
|
|
15554
|
+
"ds-checkbox",
|
|
15555
|
+
"ds-loader",
|
|
15556
|
+
"ds-icon",
|
|
15557
|
+
"ds-text",
|
|
15558
|
+
"ds-empty-state",
|
|
15559
|
+
"ds-tooltip",
|
|
15560
|
+
"ds-button-unfilled"
|
|
15561
|
+
],
|
|
15562
|
+
"dependencyGraph": {
|
|
15563
|
+
"ds-select-multi": [
|
|
15564
|
+
"ds-checkbox",
|
|
15565
|
+
"ds-loader",
|
|
15566
|
+
"ds-icon",
|
|
15567
|
+
"ds-text",
|
|
15568
|
+
"ds-empty-state",
|
|
15569
|
+
"ds-tooltip",
|
|
15570
|
+
"ds-button-unfilled"
|
|
15571
|
+
],
|
|
15572
|
+
"ds-checkbox": [
|
|
15573
|
+
"ds-text"
|
|
15574
|
+
],
|
|
15575
|
+
"ds-empty-state": [
|
|
15576
|
+
"ds-icon",
|
|
15577
|
+
"ds-text"
|
|
15578
|
+
],
|
|
15579
|
+
"ds-tooltip": [
|
|
15580
|
+
"ds-text"
|
|
15581
|
+
],
|
|
15582
|
+
"ds-button-unfilled": [
|
|
15583
|
+
"ds-loader",
|
|
15584
|
+
"ds-icon",
|
|
15585
|
+
"ds-badge",
|
|
15586
|
+
"ds-text"
|
|
15587
|
+
],
|
|
15588
|
+
"ds-badge": [
|
|
15589
|
+
"ds-text"
|
|
15590
|
+
]
|
|
15591
|
+
}
|
|
15592
|
+
},
|
|
15593
|
+
{
|
|
15594
|
+
"filePath": "src/wc/components/ShellApp/ShellApp.tsx",
|
|
15595
|
+
"encapsulation": "scoped",
|
|
15596
|
+
"tag": "ds-shell-app",
|
|
15597
|
+
"docs": "",
|
|
15598
|
+
"docsTags": [],
|
|
15599
|
+
"usage": {},
|
|
15600
|
+
"props": [
|
|
15601
|
+
{
|
|
15602
|
+
"name": "gradientPreset",
|
|
15603
|
+
"type": "\"cool\" | \"fresh\" | \"neutral\" | \"none\" | \"warm\"",
|
|
15604
|
+
"complexType": {
|
|
15605
|
+
"original": "ShellGradientPreset",
|
|
15606
|
+
"resolved": "\"cool\" | \"fresh\" | \"neutral\" | \"none\" | \"warm\"",
|
|
15607
|
+
"references": {
|
|
15608
|
+
"ShellGradientPreset": {
|
|
15609
|
+
"location": "import",
|
|
15610
|
+
"path": "../../shell/shell-gradient-presets",
|
|
15611
|
+
"id": "src/wc/shell/shell-gradient-presets.ts::ShellGradientPreset",
|
|
15612
|
+
"referenceLocation": "ShellGradientPreset"
|
|
15613
|
+
}
|
|
15614
|
+
}
|
|
15615
|
+
},
|
|
15616
|
+
"mutable": false,
|
|
15617
|
+
"attr": "gradient-preset",
|
|
15618
|
+
"reflectToAttr": true,
|
|
15619
|
+
"docs": "Shell chrome wash preset. `none` renders solid chrome; the remaining\npresets use token-based washes that adapt to the active color theme.",
|
|
15620
|
+
"docsTags": [
|
|
15621
|
+
{
|
|
15622
|
+
"name": "default",
|
|
15623
|
+
"text": "'neutral'"
|
|
15624
|
+
}
|
|
15625
|
+
],
|
|
15626
|
+
"default": "'neutral'",
|
|
15627
|
+
"values": [
|
|
15628
|
+
{
|
|
15629
|
+
"value": "cool",
|
|
15630
|
+
"type": "string"
|
|
15631
|
+
},
|
|
15632
|
+
{
|
|
15633
|
+
"value": "fresh",
|
|
15634
|
+
"type": "string"
|
|
15635
|
+
},
|
|
15636
|
+
{
|
|
15637
|
+
"value": "neutral",
|
|
15638
|
+
"type": "string"
|
|
15639
|
+
},
|
|
15640
|
+
{
|
|
15641
|
+
"value": "none",
|
|
15642
|
+
"type": "string"
|
|
15643
|
+
},
|
|
15644
|
+
{
|
|
15645
|
+
"value": "warm",
|
|
15646
|
+
"type": "string"
|
|
15647
|
+
}
|
|
15648
|
+
],
|
|
15649
|
+
"optional": false,
|
|
15650
|
+
"required": false,
|
|
15651
|
+
"getter": false,
|
|
15652
|
+
"setter": false
|
|
15653
|
+
},
|
|
15654
|
+
{
|
|
15655
|
+
"name": "navStyle",
|
|
15656
|
+
"type": "\"dashboard\" | \"settings\"",
|
|
15657
|
+
"complexType": {
|
|
15658
|
+
"original": "NavChromeStyle",
|
|
15659
|
+
"resolved": "\"dashboard\" | \"settings\"",
|
|
15660
|
+
"references": {
|
|
15661
|
+
"NavChromeStyle": {
|
|
15662
|
+
"location": "import",
|
|
15663
|
+
"path": "../../shell/nav-chrome",
|
|
15664
|
+
"id": "src/wc/shell/nav-chrome.ts::NavChromeStyle",
|
|
15665
|
+
"referenceLocation": "NavChromeStyle"
|
|
15666
|
+
}
|
|
15667
|
+
}
|
|
15668
|
+
},
|
|
15669
|
+
"mutable": false,
|
|
15670
|
+
"attr": "nav-style",
|
|
15671
|
+
"reflectToAttr": true,
|
|
15672
|
+
"docs": "Chrome style propagated to slotted `ds-panel-nav` and `ds-bar-nav`.",
|
|
15673
|
+
"docsTags": [
|
|
15674
|
+
{
|
|
15675
|
+
"name": "default",
|
|
15676
|
+
"text": "'dashboard'"
|
|
15677
|
+
}
|
|
15678
|
+
],
|
|
15679
|
+
"default": "'dashboard'",
|
|
15680
|
+
"values": [
|
|
15681
|
+
{
|
|
15682
|
+
"value": "dashboard",
|
|
15683
|
+
"type": "string"
|
|
15684
|
+
},
|
|
15685
|
+
{
|
|
15686
|
+
"value": "settings",
|
|
15687
|
+
"type": "string"
|
|
15688
|
+
}
|
|
15689
|
+
],
|
|
15690
|
+
"optional": false,
|
|
15691
|
+
"required": false,
|
|
15692
|
+
"getter": false,
|
|
15693
|
+
"setter": false
|
|
15694
|
+
},
|
|
15695
|
+
{
|
|
15696
|
+
"name": "shortcutsEnabled",
|
|
15697
|
+
"type": "boolean",
|
|
15002
15698
|
"complexType": {
|
|
15003
15699
|
"original": "boolean",
|
|
15004
15700
|
"resolved": "boolean",
|
|
15005
15701
|
"references": {}
|
|
15006
15702
|
},
|
|
15007
|
-
"
|
|
15008
|
-
"
|
|
15009
|
-
"
|
|
15010
|
-
"
|
|
15703
|
+
"mutable": false,
|
|
15704
|
+
"attr": "shortcuts-enabled",
|
|
15705
|
+
"reflectToAttr": false,
|
|
15706
|
+
"docs": "When `true` (default), registers global shell keyboard shortcuts. `[` toggles panel nav; `]` closes tools; K, A, S, M, N, and / toggle tool drawers. Modifiers are ignored so browser chords like ⌘N stay native.",
|
|
15707
|
+
"docsTags": [
|
|
15708
|
+
{
|
|
15709
|
+
"name": "default",
|
|
15710
|
+
"text": "true"
|
|
15711
|
+
}
|
|
15712
|
+
],
|
|
15713
|
+
"default": "true",
|
|
15714
|
+
"values": [
|
|
15715
|
+
{
|
|
15716
|
+
"type": "boolean"
|
|
15717
|
+
}
|
|
15718
|
+
],
|
|
15719
|
+
"optional": false,
|
|
15720
|
+
"required": false,
|
|
15721
|
+
"getter": false,
|
|
15722
|
+
"setter": false
|
|
15723
|
+
}
|
|
15724
|
+
],
|
|
15725
|
+
"methods": [],
|
|
15726
|
+
"events": [],
|
|
15727
|
+
"listeners": [
|
|
15728
|
+
{
|
|
15729
|
+
"event": "dsPresentationChange",
|
|
15730
|
+
"capture": false,
|
|
15731
|
+
"passive": false
|
|
15732
|
+
},
|
|
15733
|
+
{
|
|
15734
|
+
"event": "keydown",
|
|
15735
|
+
"target": "window",
|
|
15736
|
+
"capture": true,
|
|
15737
|
+
"passive": false
|
|
15011
15738
|
}
|
|
15012
15739
|
],
|
|
15013
|
-
"listeners": [],
|
|
15014
15740
|
"styles": [],
|
|
15015
15741
|
"slots": [],
|
|
15016
15742
|
"parts": [],
|
|
15017
15743
|
"states": [],
|
|
15018
15744
|
"dependents": [],
|
|
15019
|
-
"dependencies": [
|
|
15020
|
-
|
|
15021
|
-
"ds-loader",
|
|
15022
|
-
"ds-icon",
|
|
15023
|
-
"ds-text",
|
|
15024
|
-
"ds-empty-state",
|
|
15025
|
-
"ds-button-unfilled"
|
|
15026
|
-
],
|
|
15027
|
-
"dependencyGraph": {
|
|
15028
|
-
"ds-select-multi": [
|
|
15029
|
-
"ds-checkbox",
|
|
15030
|
-
"ds-loader",
|
|
15031
|
-
"ds-icon",
|
|
15032
|
-
"ds-text",
|
|
15033
|
-
"ds-empty-state",
|
|
15034
|
-
"ds-button-unfilled"
|
|
15035
|
-
],
|
|
15036
|
-
"ds-checkbox": [
|
|
15037
|
-
"ds-text"
|
|
15038
|
-
],
|
|
15039
|
-
"ds-empty-state": [
|
|
15040
|
-
"ds-icon",
|
|
15041
|
-
"ds-text"
|
|
15042
|
-
],
|
|
15043
|
-
"ds-button-unfilled": [
|
|
15044
|
-
"ds-loader",
|
|
15045
|
-
"ds-icon",
|
|
15046
|
-
"ds-badge",
|
|
15047
|
-
"ds-text"
|
|
15048
|
-
],
|
|
15049
|
-
"ds-badge": [
|
|
15050
|
-
"ds-text"
|
|
15051
|
-
]
|
|
15052
|
-
}
|
|
15745
|
+
"dependencies": [],
|
|
15746
|
+
"dependencyGraph": {}
|
|
15053
15747
|
},
|
|
15054
15748
|
{
|
|
15055
15749
|
"filePath": "src/wc/components/ShellGradientPicker/ShellGradientPicker.tsx",
|
|
@@ -15378,6 +16072,116 @@
|
|
|
15378
16072
|
"dependencyGraph": {},
|
|
15379
16073
|
"deprecation": "Use `ds-swatch-picker`; individual swatches are implementation detail."
|
|
15380
16074
|
},
|
|
16075
|
+
{
|
|
16076
|
+
"filePath": "src/wc/components/ShellPage/ShellPage.tsx",
|
|
16077
|
+
"encapsulation": "scoped",
|
|
16078
|
+
"tag": "ds-shell-page",
|
|
16079
|
+
"docs": "",
|
|
16080
|
+
"docsTags": [],
|
|
16081
|
+
"usage": {},
|
|
16082
|
+
"props": [
|
|
16083
|
+
{
|
|
16084
|
+
"name": "contentInset",
|
|
16085
|
+
"type": "\"default\" | \"none\"",
|
|
16086
|
+
"complexType": {
|
|
16087
|
+
"original": "ShellPageContentInset",
|
|
16088
|
+
"resolved": "\"default\" | \"none\"",
|
|
16089
|
+
"references": {
|
|
16090
|
+
"ShellPageContentInset": {
|
|
16091
|
+
"location": "import",
|
|
16092
|
+
"path": "./shell-page-types",
|
|
16093
|
+
"id": "src/wc/components/ShellPage/shell-page-types.ts::ShellPageContentInset",
|
|
16094
|
+
"referenceLocation": "ShellPageContentInset"
|
|
16095
|
+
}
|
|
16096
|
+
}
|
|
16097
|
+
},
|
|
16098
|
+
"mutable": false,
|
|
16099
|
+
"attr": "content-inset",
|
|
16100
|
+
"reflectToAttr": false,
|
|
16101
|
+
"docs": "Standard page gutters, or no inset for full-bleed page content.",
|
|
16102
|
+
"docsTags": [
|
|
16103
|
+
{
|
|
16104
|
+
"name": "default",
|
|
16105
|
+
"text": "'default'"
|
|
16106
|
+
}
|
|
16107
|
+
],
|
|
16108
|
+
"default": "'default'",
|
|
16109
|
+
"values": [
|
|
16110
|
+
{
|
|
16111
|
+
"value": "default",
|
|
16112
|
+
"type": "string"
|
|
16113
|
+
},
|
|
16114
|
+
{
|
|
16115
|
+
"value": "none",
|
|
16116
|
+
"type": "string"
|
|
16117
|
+
}
|
|
16118
|
+
],
|
|
16119
|
+
"optional": false,
|
|
16120
|
+
"required": false,
|
|
16121
|
+
"getter": false,
|
|
16122
|
+
"setter": false
|
|
16123
|
+
},
|
|
16124
|
+
{
|
|
16125
|
+
"name": "headerPresentation",
|
|
16126
|
+
"type": "\"auto\" | \"compact\" | \"constrained\" | \"expanded\"",
|
|
16127
|
+
"complexType": {
|
|
16128
|
+
"original": "ShellPageHeaderPresentation",
|
|
16129
|
+
"resolved": "\"auto\" | \"compact\" | \"constrained\" | \"expanded\"",
|
|
16130
|
+
"references": {
|
|
16131
|
+
"ShellPageHeaderPresentation": {
|
|
16132
|
+
"location": "import",
|
|
16133
|
+
"path": "./shell-page-types",
|
|
16134
|
+
"id": "src/wc/components/ShellPage/shell-page-types.ts::ShellPageHeaderPresentation",
|
|
16135
|
+
"referenceLocation": "ShellPageHeaderPresentation"
|
|
16136
|
+
}
|
|
16137
|
+
}
|
|
16138
|
+
},
|
|
16139
|
+
"mutable": false,
|
|
16140
|
+
"attr": "header-presentation",
|
|
16141
|
+
"reflectToAttr": false,
|
|
16142
|
+
"docs": "Automatic container/scroll behavior, or an explicit header variant override.",
|
|
16143
|
+
"docsTags": [
|
|
16144
|
+
{
|
|
16145
|
+
"name": "default",
|
|
16146
|
+
"text": "'auto'"
|
|
16147
|
+
}
|
|
16148
|
+
],
|
|
16149
|
+
"default": "'auto'",
|
|
16150
|
+
"values": [
|
|
16151
|
+
{
|
|
16152
|
+
"value": "auto",
|
|
16153
|
+
"type": "string"
|
|
16154
|
+
},
|
|
16155
|
+
{
|
|
16156
|
+
"value": "compact",
|
|
16157
|
+
"type": "string"
|
|
16158
|
+
},
|
|
16159
|
+
{
|
|
16160
|
+
"value": "constrained",
|
|
16161
|
+
"type": "string"
|
|
16162
|
+
},
|
|
16163
|
+
{
|
|
16164
|
+
"value": "expanded",
|
|
16165
|
+
"type": "string"
|
|
16166
|
+
}
|
|
16167
|
+
],
|
|
16168
|
+
"optional": false,
|
|
16169
|
+
"required": false,
|
|
16170
|
+
"getter": false,
|
|
16171
|
+
"setter": false
|
|
16172
|
+
}
|
|
16173
|
+
],
|
|
16174
|
+
"methods": [],
|
|
16175
|
+
"events": [],
|
|
16176
|
+
"listeners": [],
|
|
16177
|
+
"styles": [],
|
|
16178
|
+
"slots": [],
|
|
16179
|
+
"parts": [],
|
|
16180
|
+
"states": [],
|
|
16181
|
+
"dependents": [],
|
|
16182
|
+
"dependencies": [],
|
|
16183
|
+
"dependencyGraph": {}
|
|
16184
|
+
},
|
|
15381
16185
|
{
|
|
15382
16186
|
"filePath": "src/wc/components/Skeleton/Skeleton.tsx",
|
|
15383
16187
|
"encapsulation": "shadow",
|
|
@@ -18580,6 +19384,7 @@
|
|
|
18580
19384
|
"ds-attachment-list",
|
|
18581
19385
|
"ds-badge",
|
|
18582
19386
|
"ds-bar-nav",
|
|
19387
|
+
"ds-bar-title",
|
|
18583
19388
|
"ds-button-filled",
|
|
18584
19389
|
"ds-button-unfilled",
|
|
18585
19390
|
"ds-card-setting",
|
|
@@ -18631,6 +19436,9 @@
|
|
|
18631
19436
|
"ds-bar-nav": [
|
|
18632
19437
|
"ds-text"
|
|
18633
19438
|
],
|
|
19439
|
+
"ds-bar-title": [
|
|
19440
|
+
"ds-text"
|
|
19441
|
+
],
|
|
18634
19442
|
"ds-button-filled": [
|
|
18635
19443
|
"ds-text"
|
|
18636
19444
|
],
|
|
@@ -19350,8 +20158,17 @@
|
|
|
19350
20158
|
"parts": [],
|
|
19351
20159
|
"states": [],
|
|
19352
20160
|
"dependents": [
|
|
20161
|
+
"ds-bar-title",
|
|
20162
|
+
"ds-code-block",
|
|
20163
|
+
"ds-message-composer",
|
|
20164
|
+
"ds-message-scroller",
|
|
20165
|
+
"ds-modal",
|
|
19353
20166
|
"ds-panel-nav",
|
|
19354
|
-
"ds-panel-
|
|
20167
|
+
"ds-panel-tool-header",
|
|
20168
|
+
"ds-panel-tool-search",
|
|
20169
|
+
"ds-panel-tools",
|
|
20170
|
+
"ds-select",
|
|
20171
|
+
"ds-select-multi"
|
|
19355
20172
|
],
|
|
19356
20173
|
"dependencies": [
|
|
19357
20174
|
"ds-text"
|
|
@@ -19360,11 +20177,38 @@
|
|
|
19360
20177
|
"ds-tooltip": [
|
|
19361
20178
|
"ds-text"
|
|
19362
20179
|
],
|
|
20180
|
+
"ds-bar-title": [
|
|
20181
|
+
"ds-tooltip"
|
|
20182
|
+
],
|
|
20183
|
+
"ds-code-block": [
|
|
20184
|
+
"ds-tooltip"
|
|
20185
|
+
],
|
|
20186
|
+
"ds-message-composer": [
|
|
20187
|
+
"ds-tooltip"
|
|
20188
|
+
],
|
|
20189
|
+
"ds-message-scroller": [
|
|
20190
|
+
"ds-tooltip"
|
|
20191
|
+
],
|
|
20192
|
+
"ds-modal": [
|
|
20193
|
+
"ds-tooltip"
|
|
20194
|
+
],
|
|
19363
20195
|
"ds-panel-nav": [
|
|
19364
20196
|
"ds-tooltip"
|
|
19365
20197
|
],
|
|
20198
|
+
"ds-panel-tool-header": [
|
|
20199
|
+
"ds-tooltip"
|
|
20200
|
+
],
|
|
20201
|
+
"ds-panel-tool-search": [
|
|
20202
|
+
"ds-tooltip"
|
|
20203
|
+
],
|
|
19366
20204
|
"ds-panel-tools": [
|
|
19367
20205
|
"ds-tooltip"
|
|
20206
|
+
],
|
|
20207
|
+
"ds-select": [
|
|
20208
|
+
"ds-tooltip"
|
|
20209
|
+
],
|
|
20210
|
+
"ds-select-multi": [
|
|
20211
|
+
"ds-tooltip"
|
|
19368
20212
|
]
|
|
19369
20213
|
}
|
|
19370
20214
|
},
|
|
@@ -19372,7 +20216,7 @@
|
|
|
19372
20216
|
"filePath": "src/wc/components/TooltipDataViz/TooltipDataViz.tsx",
|
|
19373
20217
|
"encapsulation": "scoped",
|
|
19374
20218
|
"tag": "ds-tooltip-data-viz",
|
|
19375
|
-
"docs": "Positioned value/label callout for chart hover interactions (bar, line point, …)
|
|
20219
|
+
"docs": "Positioned value/label callout for chart hover interactions (bar, line point,\nstandalone donut slice, …). Donut compositions suppress it when a visible\nlegend already surfaces the hovered slice.\nUnlike `ds-tooltip`, this doesn't bind to a slotted anchor element —\ncharts hover-highlight data that lives inside an SVG, so the chart itself computes\nthe anchor point (e.g. the cursor position while hovering) and passes it in as `x`/`y`.\n\nRenders `position: absolute` — place inside a `position: relative` chart wrapper,\nwith `x`/`y` as pixel coordinates within that wrapper. Defaults to sitting below-right\nof the anchor (matching cursor-following tooltips), flipping to whichever side/edge\nkeeps it on-screen.\n\nMount (or remount) when a hover session starts so `delay` applies once per hover;\nkeep the instance mounted while the cursor moves so tracking stays instant.",
|
|
19376
20220
|
"docsTags": [],
|
|
19377
20221
|
"usage": {},
|
|
19378
20222
|
"props": [
|
|
@@ -19535,13 +20379,18 @@
|
|
|
19535
20379
|
"slots": [],
|
|
19536
20380
|
"parts": [],
|
|
19537
20381
|
"states": [],
|
|
19538
|
-
"dependents": [
|
|
20382
|
+
"dependents": [
|
|
20383
|
+
"ds-chart-donut"
|
|
20384
|
+
],
|
|
19539
20385
|
"dependencies": [
|
|
19540
20386
|
"ds-text"
|
|
19541
20387
|
],
|
|
19542
20388
|
"dependencyGraph": {
|
|
19543
20389
|
"ds-tooltip-data-viz": [
|
|
19544
20390
|
"ds-text"
|
|
20391
|
+
],
|
|
20392
|
+
"ds-chart-donut": [
|
|
20393
|
+
"ds-tooltip-data-viz"
|
|
19545
20394
|
]
|
|
19546
20395
|
}
|
|
19547
20396
|
},
|
|
@@ -19647,6 +20496,11 @@
|
|
|
19647
20496
|
"docstring": "",
|
|
19648
20497
|
"path": "src/wc/components/ButtonFilled/ButtonFilled.tsx"
|
|
19649
20498
|
},
|
|
20499
|
+
"src/wc/components/ButtonFilled/ButtonFilled.tsx::ButtonFilledBackground": {
|
|
20500
|
+
"declaration": "export type ChoiceBackground =\n | 'faint'\n | 'medium'\n | 'bold'\n | 'strong'\n | 'translucent'\n | 'inverted'\n | 'media'\n | 'always-dark';",
|
|
20501
|
+
"docstring": "",
|
|
20502
|
+
"path": "src/wc/components/ButtonFilled/ButtonFilled.tsx"
|
|
20503
|
+
},
|
|
19650
20504
|
"src/wc/components/ButtonUnfilled/ButtonUnfilled.tsx::ButtonUnfilledVariant": {
|
|
19651
20505
|
"declaration": "export type ButtonUnfilledVariant = 'icon' | 'label' | 'icon-label';",
|
|
19652
20506
|
"docstring": "",
|
|
@@ -20027,21 +20881,41 @@
|
|
|
20027
20881
|
"docstring": "",
|
|
20028
20882
|
"path": "src/wc/components/conversation-types.ts"
|
|
20029
20883
|
},
|
|
20030
|
-
"src/wc/shell/nav-chrome.ts::NavChromeStyle": {
|
|
20031
|
-
"declaration": "export type NavChromeStyle = 'dashboard' | 'settings';",
|
|
20032
|
-
"docstring": "",
|
|
20033
|
-
"path": "src/wc/shell/nav-chrome.ts"
|
|
20034
|
-
},
|
|
20035
20884
|
"src/wc/components/conversation-types.ts::ConversationAttachment": {
|
|
20036
20885
|
"declaration": "export interface ConversationAttachment {\n id: string;\n name: string;\n mediaType?: string;\n size?: string;\n url?: string;\n}",
|
|
20037
20886
|
"docstring": "",
|
|
20038
20887
|
"path": "src/wc/components/conversation-types.ts"
|
|
20039
20888
|
},
|
|
20889
|
+
"src/wc/shell/nav-chrome.ts::NavChromeStyle": {
|
|
20890
|
+
"declaration": "export type NavChromeStyle = 'dashboard' | 'settings';",
|
|
20891
|
+
"docstring": "",
|
|
20892
|
+
"path": "src/wc/shell/nav-chrome.ts"
|
|
20893
|
+
},
|
|
20040
20894
|
"src/wc/components/BarNav/bar-nav-types.ts::BarNavTab": {
|
|
20041
20895
|
"declaration": "export type TabItem = TabItemTab | TabItemDivider;",
|
|
20042
20896
|
"docstring": "",
|
|
20043
20897
|
"path": "src/wc/components/BarNav/bar-nav-types.ts"
|
|
20044
20898
|
},
|
|
20899
|
+
"src/wc/components/BarTitle/bar-title-types.ts::BarTitleSectionItem": {
|
|
20900
|
+
"declaration": "export type BarTitleSectionItem = BarTitleSection | BarTitleDivider;",
|
|
20901
|
+
"docstring": "",
|
|
20902
|
+
"path": "src/wc/components/BarTitle/bar-title-types.ts"
|
|
20903
|
+
},
|
|
20904
|
+
"src/wc/components/BarTitle/bar-title-types.ts::BarTitlePrimaryAction": {
|
|
20905
|
+
"declaration": "export interface BarTitlePrimaryAction extends BarTitleAction {\n icon?: string;\n intent?: ButtonFilledIntent;\n contrast?: ButtonFilledContrast;\n isLoading?: boolean;\n type?: 'button' | 'submit' | 'reset';\n collapse?: BarTitlePrimaryActionCollapse;\n}",
|
|
20906
|
+
"docstring": "",
|
|
20907
|
+
"path": "src/wc/components/BarTitle/bar-title-types.ts"
|
|
20908
|
+
},
|
|
20909
|
+
"src/wc/components/BarTitle/bar-title-types.ts::BarTitleActionItem": {
|
|
20910
|
+
"declaration": "export type BarTitleActionItem = BarTitleAction | BarTitleDivider;",
|
|
20911
|
+
"docstring": "",
|
|
20912
|
+
"path": "src/wc/components/BarTitle/bar-title-types.ts"
|
|
20913
|
+
},
|
|
20914
|
+
"src/wc/components/BarTitle/bar-title-types.ts::BarTitleVariant": {
|
|
20915
|
+
"declaration": "export type BarTitleVariant = 'expanded' | 'compact' | 'constrained';",
|
|
20916
|
+
"docstring": "",
|
|
20917
|
+
"path": "src/wc/components/BarTitle/bar-title-types.ts"
|
|
20918
|
+
},
|
|
20045
20919
|
"src/wc/utils/chart-types.ts::ChartDatum": {
|
|
20046
20920
|
"declaration": "export interface ChartDatum {\n label: string;\n value: number;\n /** CSS color override; defaults to the next `--color-data-category-*` token. */\n color?: string;\n}",
|
|
20047
20921
|
"docstring": "Shared data shapes for `ds-chart-*` components — kept minimal for the initial scaffold, expect these to grow per component once design is finalized.",
|
|
@@ -20127,6 +21001,16 @@
|
|
|
20127
21001
|
"docstring": "",
|
|
20128
21002
|
"path": "src/wc/components/ShellGradientSwatch/shell-gradient-swatch-types.ts"
|
|
20129
21003
|
},
|
|
21004
|
+
"src/wc/components/ShellPage/shell-page-types.ts::ShellPageHeaderPresentation": {
|
|
21005
|
+
"declaration": "export type ShellPageHeaderPresentation = 'auto' | BarTitleVariant;",
|
|
21006
|
+
"docstring": "",
|
|
21007
|
+
"path": "src/wc/components/ShellPage/shell-page-types.ts"
|
|
21008
|
+
},
|
|
21009
|
+
"src/wc/components/ShellPage/shell-page-types.ts::ShellPageContentInset": {
|
|
21010
|
+
"declaration": "export type ShellPageContentInset = 'default' | 'none';",
|
|
21011
|
+
"docstring": "",
|
|
21012
|
+
"path": "src/wc/components/ShellPage/shell-page-types.ts"
|
|
21013
|
+
},
|
|
20130
21014
|
"src/wc/components/SwatchPicker/swatch-picker-types.ts::SwatchPickerOption": {
|
|
20131
21015
|
"declaration": "export interface SwatchPickerOption {\n /** Stable value emitted when this option is selected. */\n value: string;\n /** Accessible option name; the visual preview never replaces this label. */\n label: string;\n preview: SwatchPickerPreview;\n isInactive?: boolean;\n}",
|
|
20132
21016
|
"docstring": "",
|