@ds-mo/ui 12.1.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.
- package/README.md +26 -3
- package/dist/.build-stamp +1 -1
- package/dist/agent-patterns.json +8 -7
- package/dist/agent.json +837 -66
- package/dist/angular/ds-avatar.d.ts +1 -1
- package/dist/angular/ds-avatar.js +3 -3
- package/dist/angular/ds-bar-title.d.ts +7 -1
- package/dist/angular/ds-bar-title.js +7 -4
- package/dist/angular/ds-bar-workflow.d.ts +28 -0
- package/dist/angular/ds-bar-workflow.js +48 -0
- package/dist/angular/ds-breadcrumb.d.ts +19 -0
- package/dist/angular/ds-breadcrumb.js +42 -0
- package/dist/angular/ds-card-data-viz-bar.d.ts +18 -0
- package/dist/angular/ds-card-data-viz-bar.js +42 -0
- package/dist/angular/ds-card-data-viz-line.d.ts +18 -0
- package/dist/angular/ds-card-data-viz-line.js +42 -0
- package/dist/angular/ds-chart-bar-stacked.d.ts +12 -0
- package/dist/angular/ds-chart-bar-stacked.js +38 -0
- package/dist/angular/ds-chart-legend.d.ts +1 -1
- package/dist/angular/ds-chart-legend.js +3 -3
- package/dist/angular/ds-conversation-list.d.ts +1 -1
- package/dist/angular/ds-conversation-list.js +4 -3
- package/dist/angular/ds-scroll-overlay.d.ts +19 -0
- package/dist/angular/ds-scroll-overlay.js +43 -0
- package/dist/angular/ds-shell-page.d.ts +1 -1
- package/dist/angular/ds-shell-page.js +3 -3
- package/dist/angular/index.d.ts +1 -1
- package/dist/angular/index.js +6 -0
- package/dist/angular/proxies.d.ts +6 -0
- package/dist/angular/proxies.js +6 -0
- package/dist/components/ds-agent-activity.js +1 -1
- package/dist/components/ds-agent-response.js +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-bar-title.js +1 -1
- package/dist/components/ds-bar-title.js.map +1 -1
- package/dist/components/ds-bar-workflow.d.ts +11 -0
- package/dist/components/ds-bar-workflow.js +2 -0
- package/dist/components/ds-bar-workflow.js.map +1 -0
- package/dist/components/ds-breadcrumb.d.ts +11 -0
- package/dist/components/ds-breadcrumb.js +2 -0
- package/dist/components/ds-breadcrumb.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-bar.d.ts +11 -0
- package/dist/components/ds-card-data-viz-bar.js +2 -0
- package/dist/components/ds-card-data-viz-bar.js.map +1 -0
- package/dist/components/ds-card-data-viz-donut.js +1 -1
- package/dist/components/ds-card-data-viz-line.d.ts +11 -0
- package/dist/components/ds-card-data-viz-line.js +2 -0
- package/dist/components/ds-card-data-viz-line.js.map +1 -0
- 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-stacked.d.ts +11 -0
- package/dist/components/ds-chart-bar-stacked.js +2 -0
- package/dist/components/ds-chart-bar-stacked.js.map +1 -0
- package/dist/components/ds-chart-bar.js +1 -1
- package/dist/components/ds-chart-bar.js.map +1 -1
- package/dist/components/ds-chart-donut.js +1 -1
- package/dist/components/ds-chart-legend.js +1 -1
- package/dist/components/ds-chart-legend.js.map +1 -1
- package/dist/components/ds-chart-line.js +1 -1
- package/dist/components/ds-chart-line.js.map +1 -1
- package/dist/components/ds-checkbox.js +1 -1
- package/dist/components/ds-chip.js +1 -1
- package/dist/components/ds-chip.js.map +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-section.js.map +1 -1
- package/dist/components/ds-conversation-list.js +1 -1
- package/dist/components/ds-conversation-list.js.map +1 -1
- package/dist/components/ds-divider.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-input.js.map +1 -1
- package/dist/components/ds-markdown.js +1 -1
- package/dist/components/ds-menu.js +1 -1
- package/dist/components/ds-message-bubble.js +1 -1
- package/dist/components/ds-message-bubble.js.map +1 -1
- package/dist/components/ds-message-composer.js +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-panel-nav.js +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-tools.js +1 -1
- package/dist/components/ds-radio.js +1 -1
- package/dist/components/ds-radio.js.map +1 -1
- package/dist/components/ds-scroll-overlay.d.ts +11 -0
- package/dist/components/ds-scroll-overlay.js +2 -0
- package/dist/components/ds-scroll-overlay.js.map +1 -0
- 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.js +1 -1
- 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-gradient-swatch.js.map +1 -1
- package/dist/components/ds-shell-page.js +1 -1
- package/dist/components/ds-shell-page.js.map +1 -1
- 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-tab-group.js.map +1 -1
- package/dist/components/ds-tag.js +1 -1
- package/dist/components/ds-tag.js.map +1 -1
- package/dist/components/ds-text.js +1 -1
- package/dist/components/ds-toast.js +1 -1
- package/dist/components/ds-tooltip-data-viz.js +1 -1
- package/dist/components/ds-tooltip.js +1 -1
- package/dist/components/ds-typing-indicator.js +1 -1
- package/dist/components/ds-typing-indicator.js.map +1 -1
- package/dist/components/{p-B9jvSGid.js → p-9dQQSgwT.js} +2 -2
- package/dist/components/p-B3rbhRAk.js +2 -0
- package/dist/components/p-B3rbhRAk.js.map +1 -0
- package/dist/components/{p-BWUTr_XN.js → p-BJMRBHKW.js} +2 -2
- package/dist/components/p-BJMRBHKW.js.map +1 -0
- package/dist/components/p-BVV_rlIP.js +2 -0
- package/dist/components/p-BVV_rlIP.js.map +1 -0
- package/dist/components/p-BhxwpOH8.js +2 -0
- package/dist/components/{p-DpyTrZa2.js.map → p-BhxwpOH8.js.map} +1 -1
- package/dist/components/p-Bi_bxbih.js +2 -0
- package/dist/components/{p-Dqwcw1-m.js.map → p-Bi_bxbih.js.map} +1 -1
- package/dist/components/p-BtEjlcB9.js +2 -0
- package/dist/components/{p-DABj3qTX.js.map → p-BtEjlcB9.js.map} +1 -1
- package/dist/components/{p-Bs6SS34m.js → p-BwGnhInj.js} +2 -2
- package/dist/components/p-BwGnhInj.js.map +1 -0
- package/dist/components/p-C0NPJ0h2.js +2 -0
- package/dist/components/p-C0NPJ0h2.js.map +1 -0
- package/dist/components/{p-BkwBtZs3.js → p-C7bZ-jiU.js} +2 -2
- package/dist/components/p-CH3w-P2H.js +2 -0
- package/dist/components/p-CH3w-P2H.js.map +1 -0
- package/dist/components/{p-DxeHimqk.js → p-CH6cNXXF.js} +2 -2
- package/dist/components/p-CWlh7HAg.js +2 -0
- package/dist/components/p-CWlh7HAg.js.map +1 -0
- package/dist/components/p-CY19gMiz.js +2 -0
- package/dist/components/p-CY19gMiz.js.map +1 -0
- package/dist/components/p-C_ewSXTT.js +2 -0
- package/dist/components/p-C_ewSXTT.js.map +1 -0
- package/dist/components/{p-tDXHTAJh.js → p-Ce52yVXF.js} +2 -2
- package/dist/components/p-CoYFJD-w.js +2 -0
- package/dist/components/{p-webARv8d.js.map → p-CoYFJD-w.js.map} +1 -1
- package/dist/components/{p-BzsITTZa.js → p-Cuw2Lo2g.js} +2 -2
- package/dist/components/p-CydY-v7X.js +2 -0
- package/dist/components/p-CydY-v7X.js.map +1 -0
- package/dist/components/{p-LFGbdi7Y.js → p-D-xttdpn.js} +2 -2
- package/dist/components/{p-DfIch2Dk.js → p-D3DYxbC5.js} +2 -2
- package/dist/components/{p-CR7yMitN.js → p-DC7yOUQx.js} +2 -2
- package/dist/components/{p-liMPkhUP.js → p-DSa0Hnd3.js} +2 -2
- package/dist/components/p-DXewjzkM.js +2 -0
- package/dist/components/p-DXewjzkM.js.map +1 -0
- package/dist/components/p-DYqReipj.js +2 -0
- package/dist/components/{p-Dy_sZ-dI.js.map → p-DYqReipj.js.map} +1 -1
- package/dist/components/p-DbpfpeQT.js +2 -0
- package/dist/components/p-DbpfpeQT.js.map +1 -0
- package/dist/components/{p-DszI94sZ.js → p-DjPZxzIG.js} +2 -2
- package/dist/components/{p-DszI94sZ.js.map → p-DjPZxzIG.js.map} +1 -1
- package/dist/components/{p-CTV_QWC5.js → p-J6xK6Ihq.js} +2 -2
- package/dist/components/{p-Dfxnxx7L.js → p-jCWtxthA.js} +2 -2
- package/dist/docs/components.json +2137 -743
- package/dist/lib/utils/anchored-popup.d.ts +5 -1
- package/dist/lib/utils/index.js +3 -1
- package/dist/lib/utils/index.js.map +2 -2
- package/dist/mcp/cli.js +142 -18
- package/dist/mcp-data/registry/agent-response.json +9 -4
- package/dist/mcp-data/registry/agent-source-list.json +1 -1
- package/dist/mcp-data/registry/avatar.json +26 -7
- package/dist/mcp-data/registry/bar-title.json +76 -37
- package/dist/mcp-data/registry/bar-workflow.json +368 -0
- package/dist/mcp-data/registry/breadcrumb.json +205 -0
- package/dist/mcp-data/registry/button-filled.json +1 -1
- package/dist/mcp-data/registry/button-unfilled.json +1 -1
- package/dist/mcp-data/registry/card-data-viz-bar.json +212 -0
- package/dist/mcp-data/registry/card-data-viz-line.json +206 -0
- package/dist/mcp-data/registry/card-shell-data-viz.json +7 -0
- package/dist/mcp-data/registry/chart-bar-stacked.json +225 -0
- package/dist/mcp-data/registry/chart-bar.json +9 -2
- package/dist/mcp-data/registry/chart-legend.json +29 -3
- package/dist/mcp-data/registry/chart-line.json +4 -2
- package/dist/mcp-data/registry/checkbox.json +1 -1
- package/dist/mcp-data/registry/conversation-list-item.json +2 -2
- package/dist/mcp-data/registry/conversation-list-section.json +2 -2
- package/dist/mcp-data/registry/conversation-list.json +36 -9
- package/dist/mcp-data/registry/markdown.json +15 -10
- package/dist/mcp-data/registry/menu.json +9 -7
- package/dist/mcp-data/registry/message-scroller.json +6 -4
- package/dist/mcp-data/registry/message.json +3 -2
- package/dist/mcp-data/registry/panel-tool-search.json +1 -1
- package/dist/mcp-data/registry/registry.json +863 -74
- package/dist/mcp-data/registry/scroll-overlay.json +183 -0
- package/dist/mcp-data/registry/shell-gradient-swatch.json +1 -1
- package/dist/mcp-data/registry/shell-page.json +40 -19
- package/dist/mcp-data/registry/slider.json +1 -1
- package/dist/mcp-data/registry/switch.json +1 -1
- package/dist/mcp-data/registry/tab-group.json +1 -1
- package/dist/mcp-data/registry/text.json +1 -1
- package/dist/mcp-data/registry/typing-indicator.json +7 -7
- package/dist/react/components.d.ts +6 -0
- package/dist/react/components.js +6 -0
- package/dist/react/ds-bar-title.d.ts +2 -1
- package/dist/react/ds-bar-title.js +1 -0
- package/dist/react/ds-bar-workflow.d.ts +14 -0
- package/dist/react/ds-bar-workflow.js +16 -0
- package/dist/react/ds-breadcrumb.d.ts +12 -0
- package/dist/react/ds-breadcrumb.js +12 -0
- package/dist/react/ds-card-data-viz-bar.d.ts +12 -0
- package/dist/react/ds-card-data-viz-bar.js +12 -0
- package/dist/react/ds-card-data-viz-line.d.ts +12 -0
- package/dist/react/ds-card-data-viz-line.js +12 -0
- package/dist/react/ds-chart-bar-stacked.d.ts +9 -0
- package/dist/react/ds-chart-bar-stacked.js +12 -0
- package/dist/react/ds-scroll-overlay.d.ts +12 -0
- package/dist/react/ds-scroll-overlay.js +12 -0
- package/dist/styles/prose.css +215 -0
- package/dist/types/components/Avatar/Avatar.d.ts +4 -1
- package/dist/types/components/BarTitle/BarTitle.d.ts +14 -5
- package/dist/types/components/BarTitle/bar-title-types.d.ts +0 -1
- package/dist/types/components/BarWorkflow/BarWorkflow.d.ts +37 -0
- package/dist/types/components/BarWorkflow/bar-workflow-types.d.ts +12 -0
- package/dist/types/components/Breadcrumb/Breadcrumb.d.ts +31 -0
- package/dist/types/components/Breadcrumb/breadcrumb-types.d.ts +17 -0
- package/dist/types/components/CardDataVizBar/CardDataVizBar.d.ts +24 -0
- package/dist/types/components/CardDataVizBar/index.d.ts +2 -0
- package/dist/types/components/CardDataVizLine/CardDataVizLine.d.ts +24 -0
- package/dist/types/components/CardDataVizLine/index.d.ts +2 -0
- package/dist/types/components/ChartBarStacked/ChartBarStacked.d.ts +15 -0
- package/dist/types/components/ChartBarStacked/index.d.ts +3 -0
- package/dist/types/components/ChartLegend/ChartLegend.d.ts +3 -0
- package/dist/types/components/ConversationList/ConversationList.d.ts +12 -0
- package/dist/types/components/Menu/Menu.d.ts +1 -2
- package/dist/types/components/MessageScroller/MessageScroller.d.ts +1 -6
- package/dist/types/components/ScrollOverlay/ScrollOverlay.d.ts +28 -0
- package/dist/types/components/ShellPage/ShellPage.d.ts +19 -7
- package/dist/types/components/ShellPage/shell-page-responsive.d.ts +0 -8
- package/dist/types/components/TypingIndicator/TypingIndicator.d.ts +1 -1
- package/dist/types/components.d.ts +572 -26
- package/dist/types/stories/isolated-overlay-docs.d.ts +13 -0
- package/dist/types/utils/anchored-popup.d.ts +5 -1
- package/dist/types/utils/scroll-overlay-controller.d.ts +35 -0
- package/package.json +4 -3
- package/dist/components/p-BWUTr_XN.js.map +0 -1
- package/dist/components/p-BfEjWe8U.js +0 -2
- package/dist/components/p-BfEjWe8U.js.map +0 -1
- package/dist/components/p-Bs6SS34m.js.map +0 -1
- package/dist/components/p-C3Zfn7hz.js +0 -2
- package/dist/components/p-C3Zfn7hz.js.map +0 -1
- package/dist/components/p-CUik7PCi.js +0 -2
- package/dist/components/p-CUik7PCi.js.map +0 -1
- package/dist/components/p-CzBnvtcz.js +0 -2
- package/dist/components/p-CzBnvtcz.js.map +0 -1
- package/dist/components/p-DABj3qTX.js +0 -2
- package/dist/components/p-DpyTrZa2.js +0 -2
- package/dist/components/p-Dqwcw1-m.js +0 -2
- package/dist/components/p-Dy3Skua8.js +0 -2
- package/dist/components/p-Dy3Skua8.js.map +0 -1
- package/dist/components/p-Dy_sZ-dI.js +0 -2
- package/dist/components/p-l6PmnW_P.js +0 -2
- package/dist/components/p-l6PmnW_P.js.map +0 -1
- package/dist/components/p-webARv8d.js +0 -2
- /package/dist/components/{p-B9jvSGid.js.map → p-9dQQSgwT.js.map} +0 -0
- /package/dist/components/{p-BkwBtZs3.js.map → p-C7bZ-jiU.js.map} +0 -0
- /package/dist/components/{p-DxeHimqk.js.map → p-CH6cNXXF.js.map} +0 -0
- /package/dist/components/{p-tDXHTAJh.js.map → p-Ce52yVXF.js.map} +0 -0
- /package/dist/components/{p-BzsITTZa.js.map → p-Cuw2Lo2g.js.map} +0 -0
- /package/dist/components/{p-LFGbdi7Y.js.map → p-D-xttdpn.js.map} +0 -0
- /package/dist/components/{p-DfIch2Dk.js.map → p-D3DYxbC5.js.map} +0 -0
- /package/dist/components/{p-CR7yMitN.js.map → p-DC7yOUQx.js.map} +0 -0
- /package/dist/components/{p-liMPkhUP.js.map → p-DSa0Hnd3.js.map} +0 -0
- /package/dist/components/{p-CTV_QWC5.js.map → p-J6xK6Ihq.js.map} +0 -0
- /package/dist/components/{p-Dfxnxx7L.js.map → p-jCWtxthA.js.map} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-07-
|
|
2
|
+
"timestamp": "2026-07-23T21:28:32",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.43.5",
|
|
@@ -914,7 +914,7 @@
|
|
|
914
914
|
"mutable": false,
|
|
915
915
|
"attr": "icon-color",
|
|
916
916
|
"reflectToAttr": false,
|
|
917
|
-
"docs": "Semantic
|
|
917
|
+
"docs": "Semantic icon hierarchy. Use primary for stronger emphasis; secondary is the default.",
|
|
918
918
|
"docsTags": [
|
|
919
919
|
{
|
|
920
920
|
"name": "default",
|
|
@@ -1129,6 +1129,50 @@
|
|
|
1129
1129
|
"required": false,
|
|
1130
1130
|
"getter": false,
|
|
1131
1131
|
"setter": false
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"name": "size",
|
|
1135
|
+
"type": "\"md\" | \"sm\" | \"xs\"",
|
|
1136
|
+
"complexType": {
|
|
1137
|
+
"original": "AvatarSize",
|
|
1138
|
+
"resolved": "\"md\" | \"sm\" | \"xs\"",
|
|
1139
|
+
"references": {
|
|
1140
|
+
"AvatarSize": {
|
|
1141
|
+
"location": "local",
|
|
1142
|
+
"path": "/home/runner/work/compomo/compomo/src/wc/components/Avatar/Avatar.tsx",
|
|
1143
|
+
"id": "src/wc/components/Avatar/Avatar.tsx::AvatarSize"
|
|
1144
|
+
}
|
|
1145
|
+
}
|
|
1146
|
+
},
|
|
1147
|
+
"mutable": false,
|
|
1148
|
+
"attr": "size",
|
|
1149
|
+
"reflectToAttr": false,
|
|
1150
|
+
"docs": "Circle and icon density. Maps to 32/20, 24/16, or 16/12 px.",
|
|
1151
|
+
"docsTags": [
|
|
1152
|
+
{
|
|
1153
|
+
"name": "default",
|
|
1154
|
+
"text": "'md'"
|
|
1155
|
+
}
|
|
1156
|
+
],
|
|
1157
|
+
"default": "'md'",
|
|
1158
|
+
"values": [
|
|
1159
|
+
{
|
|
1160
|
+
"value": "md",
|
|
1161
|
+
"type": "string"
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
"value": "sm",
|
|
1165
|
+
"type": "string"
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"value": "xs",
|
|
1169
|
+
"type": "string"
|
|
1170
|
+
}
|
|
1171
|
+
],
|
|
1172
|
+
"optional": false,
|
|
1173
|
+
"required": false,
|
|
1174
|
+
"getter": false,
|
|
1175
|
+
"setter": false
|
|
1132
1176
|
}
|
|
1133
1177
|
],
|
|
1134
1178
|
"methods": [],
|
|
@@ -1904,7 +1948,7 @@
|
|
|
1904
1948
|
"mutable": false,
|
|
1905
1949
|
"attr": "back-label",
|
|
1906
1950
|
"reflectToAttr": false,
|
|
1907
|
-
"docs": "Visible parent-page label used by the expanded
|
|
1951
|
+
"docs": "Visible parent-page label used by the expanded breadcrumb when breadcrumbs is empty.",
|
|
1908
1952
|
"docsTags": [
|
|
1909
1953
|
{
|
|
1910
1954
|
"name": "default",
|
|
@@ -1923,7 +1967,7 @@
|
|
|
1923
1967
|
"setter": false
|
|
1924
1968
|
},
|
|
1925
1969
|
{
|
|
1926
|
-
"name": "
|
|
1970
|
+
"name": "breadcrumbAriaLabel",
|
|
1927
1971
|
"type": "string",
|
|
1928
1972
|
"complexType": {
|
|
1929
1973
|
"original": "string",
|
|
@@ -1931,16 +1975,16 @@
|
|
|
1931
1975
|
"references": {}
|
|
1932
1976
|
},
|
|
1933
1977
|
"mutable": false,
|
|
1934
|
-
"attr": "
|
|
1978
|
+
"attr": "breadcrumb-aria-label",
|
|
1935
1979
|
"reflectToAttr": false,
|
|
1936
|
-
"docs": "
|
|
1980
|
+
"docs": "Accessible name for the expanded breadcrumb navigation landmark.",
|
|
1937
1981
|
"docsTags": [
|
|
1938
1982
|
{
|
|
1939
1983
|
"name": "default",
|
|
1940
|
-
"text": "''"
|
|
1984
|
+
"text": "'Breadcrumb'"
|
|
1941
1985
|
}
|
|
1942
1986
|
],
|
|
1943
|
-
"default": "''",
|
|
1987
|
+
"default": "'Breadcrumb'",
|
|
1944
1988
|
"values": [
|
|
1945
1989
|
{
|
|
1946
1990
|
"type": "string"
|
|
@@ -1952,66 +1996,89 @@
|
|
|
1952
1996
|
"setter": false
|
|
1953
1997
|
},
|
|
1954
1998
|
{
|
|
1955
|
-
"name": "
|
|
1956
|
-
"type": "
|
|
1999
|
+
"name": "breadcrumbs",
|
|
2000
|
+
"type": "BreadcrumbItem[]",
|
|
1957
2001
|
"complexType": {
|
|
1958
|
-
"original": "
|
|
1959
|
-
"resolved": "
|
|
1960
|
-
"references": {
|
|
2002
|
+
"original": "BreadcrumbItem[]",
|
|
2003
|
+
"resolved": "BreadcrumbItem[]",
|
|
2004
|
+
"references": {
|
|
2005
|
+
"BreadcrumbItem": {
|
|
2006
|
+
"location": "import",
|
|
2007
|
+
"path": "../Breadcrumb/breadcrumb-types",
|
|
2008
|
+
"id": "src/wc/components/Breadcrumb/breadcrumb-types.ts::BreadcrumbItem",
|
|
2009
|
+
"referenceLocation": "BreadcrumbItem"
|
|
2010
|
+
}
|
|
2011
|
+
}
|
|
1961
2012
|
},
|
|
1962
2013
|
"mutable": false,
|
|
1963
|
-
"attr": "heading",
|
|
1964
2014
|
"reflectToAttr": false,
|
|
1965
|
-
"docs": "
|
|
1966
|
-
"docsTags": [
|
|
2015
|
+
"docs": "Optional expanded ancestor path. Compact variants continue to use the Back action.",
|
|
2016
|
+
"docsTags": [
|
|
2017
|
+
{
|
|
2018
|
+
"name": "default",
|
|
2019
|
+
"text": "[]"
|
|
2020
|
+
}
|
|
2021
|
+
],
|
|
2022
|
+
"default": "[]",
|
|
1967
2023
|
"values": [
|
|
1968
2024
|
{
|
|
1969
|
-
"type": "
|
|
2025
|
+
"type": "BreadcrumbItem[]"
|
|
1970
2026
|
}
|
|
1971
2027
|
],
|
|
1972
2028
|
"optional": false,
|
|
1973
|
-
"required":
|
|
2029
|
+
"required": false,
|
|
1974
2030
|
"getter": false,
|
|
1975
2031
|
"setter": false
|
|
1976
2032
|
},
|
|
1977
2033
|
{
|
|
1978
|
-
"name": "
|
|
1979
|
-
"type": "
|
|
2034
|
+
"name": "description",
|
|
2035
|
+
"type": "string",
|
|
1980
2036
|
"complexType": {
|
|
1981
|
-
"original": "
|
|
1982
|
-
"resolved": "
|
|
1983
|
-
"references": {
|
|
1984
|
-
"BarTitleMode": {
|
|
1985
|
-
"location": "import",
|
|
1986
|
-
"path": "./bar-title-types",
|
|
1987
|
-
"id": "src/wc/components/BarTitle/bar-title-types.ts::BarTitleMode",
|
|
1988
|
-
"referenceLocation": "BarTitleMode"
|
|
1989
|
-
}
|
|
1990
|
-
}
|
|
2037
|
+
"original": "string",
|
|
2038
|
+
"resolved": "string",
|
|
2039
|
+
"references": {}
|
|
1991
2040
|
},
|
|
1992
2041
|
"mutable": false,
|
|
1993
|
-
"attr": "
|
|
2042
|
+
"attr": "description",
|
|
1994
2043
|
"reflectToAttr": false,
|
|
1995
|
-
"docs": "
|
|
2044
|
+
"docs": "Optional supporting copy shown in the expanded presentation.",
|
|
1996
2045
|
"docsTags": [
|
|
1997
2046
|
{
|
|
1998
2047
|
"name": "default",
|
|
1999
|
-
"text": "'
|
|
2048
|
+
"text": "''"
|
|
2000
2049
|
}
|
|
2001
2050
|
],
|
|
2002
|
-
"default": "'
|
|
2051
|
+
"default": "''",
|
|
2003
2052
|
"values": [
|
|
2004
2053
|
{
|
|
2005
|
-
"value": "default",
|
|
2006
2054
|
"type": "string"
|
|
2007
|
-
}
|
|
2055
|
+
}
|
|
2056
|
+
],
|
|
2057
|
+
"optional": false,
|
|
2058
|
+
"required": false,
|
|
2059
|
+
"getter": false,
|
|
2060
|
+
"setter": false
|
|
2061
|
+
},
|
|
2062
|
+
{
|
|
2063
|
+
"name": "heading",
|
|
2064
|
+
"type": "string",
|
|
2065
|
+
"complexType": {
|
|
2066
|
+
"original": "string",
|
|
2067
|
+
"resolved": "string",
|
|
2068
|
+
"references": {}
|
|
2069
|
+
},
|
|
2070
|
+
"mutable": false,
|
|
2071
|
+
"attr": "heading",
|
|
2072
|
+
"reflectToAttr": false,
|
|
2073
|
+
"docs": "The page's single visible h1.",
|
|
2074
|
+
"docsTags": [],
|
|
2075
|
+
"values": [
|
|
2008
2076
|
{
|
|
2009
|
-
"value": "editor",
|
|
2010
2077
|
"type": "string"
|
|
2011
2078
|
}
|
|
2012
2079
|
],
|
|
2013
2080
|
"optional": false,
|
|
2014
|
-
"required":
|
|
2081
|
+
"required": true,
|
|
2015
2082
|
"getter": false,
|
|
2016
2083
|
"setter": false
|
|
2017
2084
|
},
|
|
@@ -2256,6 +2323,27 @@
|
|
|
2256
2323
|
"docs": "Emitted when the leading Back action is activated.",
|
|
2257
2324
|
"docsTags": []
|
|
2258
2325
|
},
|
|
2326
|
+
{
|
|
2327
|
+
"event": "dsBreadcrumbSelect",
|
|
2328
|
+
"detail": "BreadcrumbSelectDetail",
|
|
2329
|
+
"bubbles": true,
|
|
2330
|
+
"complexType": {
|
|
2331
|
+
"original": "BreadcrumbSelectDetail",
|
|
2332
|
+
"resolved": "BreadcrumbSelectDetail",
|
|
2333
|
+
"references": {
|
|
2334
|
+
"BreadcrumbSelectDetail": {
|
|
2335
|
+
"location": "import",
|
|
2336
|
+
"path": "../Breadcrumb/breadcrumb-types",
|
|
2337
|
+
"id": "src/wc/components/Breadcrumb/breadcrumb-types.ts::BreadcrumbSelectDetail",
|
|
2338
|
+
"referenceLocation": "BreadcrumbSelectDetail"
|
|
2339
|
+
}
|
|
2340
|
+
}
|
|
2341
|
+
},
|
|
2342
|
+
"cancelable": true,
|
|
2343
|
+
"composed": true,
|
|
2344
|
+
"docs": "Emitted when an authored expanded breadcrumb item is activated.",
|
|
2345
|
+
"docsTags": []
|
|
2346
|
+
},
|
|
2259
2347
|
{
|
|
2260
2348
|
"event": "dsSectionChange",
|
|
2261
2349
|
"detail": "string",
|
|
@@ -2280,28 +2368,30 @@
|
|
|
2280
2368
|
"dependencies": [
|
|
2281
2369
|
"ds-text",
|
|
2282
2370
|
"ds-icon",
|
|
2283
|
-
"ds-tooltip",
|
|
2284
2371
|
"ds-button-filled",
|
|
2372
|
+
"ds-tooltip",
|
|
2285
2373
|
"ds-button-unfilled",
|
|
2374
|
+
"ds-breadcrumb",
|
|
2286
2375
|
"ds-menu"
|
|
2287
2376
|
],
|
|
2288
2377
|
"dependencyGraph": {
|
|
2289
2378
|
"ds-bar-title": [
|
|
2290
2379
|
"ds-text",
|
|
2291
2380
|
"ds-icon",
|
|
2292
|
-
"ds-tooltip",
|
|
2293
2381
|
"ds-button-filled",
|
|
2382
|
+
"ds-tooltip",
|
|
2294
2383
|
"ds-button-unfilled",
|
|
2384
|
+
"ds-breadcrumb",
|
|
2295
2385
|
"ds-menu"
|
|
2296
2386
|
],
|
|
2297
|
-
"ds-tooltip": [
|
|
2298
|
-
"ds-text"
|
|
2299
|
-
],
|
|
2300
2387
|
"ds-button-filled": [
|
|
2301
2388
|
"ds-loader",
|
|
2302
2389
|
"ds-icon",
|
|
2303
2390
|
"ds-text"
|
|
2304
2391
|
],
|
|
2392
|
+
"ds-tooltip": [
|
|
2393
|
+
"ds-text"
|
|
2394
|
+
],
|
|
2305
2395
|
"ds-button-unfilled": [
|
|
2306
2396
|
"ds-loader",
|
|
2307
2397
|
"ds-icon",
|
|
@@ -2311,6 +2401,9 @@
|
|
|
2311
2401
|
"ds-badge": [
|
|
2312
2402
|
"ds-text"
|
|
2313
2403
|
],
|
|
2404
|
+
"ds-breadcrumb": [
|
|
2405
|
+
"ds-text"
|
|
2406
|
+
],
|
|
2314
2407
|
"ds-menu": [
|
|
2315
2408
|
"ds-text",
|
|
2316
2409
|
"ds-swatch-picker",
|
|
@@ -2320,36 +2413,33 @@
|
|
|
2320
2413
|
}
|
|
2321
2414
|
},
|
|
2322
2415
|
{
|
|
2323
|
-
"filePath": "src/wc/components/
|
|
2416
|
+
"filePath": "src/wc/components/BarWorkflow/BarWorkflow.tsx",
|
|
2324
2417
|
"encapsulation": "scoped",
|
|
2325
|
-
"tag": "ds-
|
|
2418
|
+
"tag": "ds-bar-workflow",
|
|
2326
2419
|
"docs": "",
|
|
2327
2420
|
"docsTags": [],
|
|
2328
2421
|
"usage": {},
|
|
2329
2422
|
"props": [
|
|
2330
2423
|
{
|
|
2331
|
-
"name": "
|
|
2332
|
-
"type": "
|
|
2424
|
+
"name": "exitAriaLabel",
|
|
2425
|
+
"type": "string",
|
|
2333
2426
|
"complexType": {
|
|
2334
|
-
"original": "string
|
|
2335
|
-
"resolved": "
|
|
2427
|
+
"original": "string",
|
|
2428
|
+
"resolved": "string",
|
|
2336
2429
|
"references": {}
|
|
2337
2430
|
},
|
|
2338
2431
|
"mutable": false,
|
|
2339
|
-
"attr": "aria-label",
|
|
2432
|
+
"attr": "exit-aria-label",
|
|
2340
2433
|
"reflectToAttr": false,
|
|
2341
|
-
"docs": "
|
|
2434
|
+
"docs": "Workflow-specific accessible name for Exit.",
|
|
2342
2435
|
"docsTags": [
|
|
2343
2436
|
{
|
|
2344
2437
|
"name": "default",
|
|
2345
|
-
"text": "
|
|
2438
|
+
"text": "'Exit workflow'"
|
|
2346
2439
|
}
|
|
2347
2440
|
],
|
|
2348
|
-
"default": "
|
|
2441
|
+
"default": "'Exit workflow'",
|
|
2349
2442
|
"values": [
|
|
2350
|
-
{
|
|
2351
|
-
"type": "null"
|
|
2352
|
-
},
|
|
2353
2443
|
{
|
|
2354
2444
|
"type": "string"
|
|
2355
2445
|
}
|
|
@@ -2360,59 +2450,27 @@
|
|
|
2360
2450
|
"setter": false
|
|
2361
2451
|
},
|
|
2362
2452
|
{
|
|
2363
|
-
"name": "
|
|
2364
|
-
"type": "
|
|
2453
|
+
"name": "exitLabel",
|
|
2454
|
+
"type": "string",
|
|
2365
2455
|
"complexType": {
|
|
2366
|
-
"original": "
|
|
2367
|
-
"resolved": "
|
|
2368
|
-
"references": {
|
|
2369
|
-
"ButtonFilledBackground": {
|
|
2370
|
-
"location": "local",
|
|
2371
|
-
"path": "/home/runner/work/compomo/compomo/src/wc/components/ButtonFilled/ButtonFilled.tsx",
|
|
2372
|
-
"id": "src/wc/components/ButtonFilled/ButtonFilled.tsx::ButtonFilledBackground"
|
|
2373
|
-
}
|
|
2374
|
-
}
|
|
2456
|
+
"original": "string",
|
|
2457
|
+
"resolved": "string",
|
|
2458
|
+
"references": {}
|
|
2375
2459
|
},
|
|
2376
2460
|
"mutable": false,
|
|
2377
|
-
"attr": "
|
|
2461
|
+
"attr": "exit-label",
|
|
2378
2462
|
"reflectToAttr": false,
|
|
2379
|
-
"docs": "
|
|
2380
|
-
"docsTags": [
|
|
2381
|
-
"values": [
|
|
2382
|
-
{
|
|
2383
|
-
"value": "always-dark",
|
|
2384
|
-
"type": "string"
|
|
2385
|
-
},
|
|
2386
|
-
{
|
|
2387
|
-
"value": "bold",
|
|
2388
|
-
"type": "string"
|
|
2389
|
-
},
|
|
2390
|
-
{
|
|
2391
|
-
"value": "faint",
|
|
2392
|
-
"type": "string"
|
|
2393
|
-
},
|
|
2394
|
-
{
|
|
2395
|
-
"value": "inverted",
|
|
2396
|
-
"type": "string"
|
|
2397
|
-
},
|
|
2398
|
-
{
|
|
2399
|
-
"value": "media",
|
|
2400
|
-
"type": "string"
|
|
2401
|
-
},
|
|
2402
|
-
{
|
|
2403
|
-
"value": "medium",
|
|
2404
|
-
"type": "string"
|
|
2405
|
-
},
|
|
2463
|
+
"docs": "Concise tooltip label for the Exit control.",
|
|
2464
|
+
"docsTags": [
|
|
2406
2465
|
{
|
|
2407
|
-
"
|
|
2408
|
-
"
|
|
2409
|
-
}
|
|
2466
|
+
"name": "default",
|
|
2467
|
+
"text": "'Exit'"
|
|
2468
|
+
}
|
|
2469
|
+
],
|
|
2470
|
+
"default": "'Exit'",
|
|
2471
|
+
"values": [
|
|
2410
2472
|
{
|
|
2411
|
-
"value": "translucent",
|
|
2412
2473
|
"type": "string"
|
|
2413
|
-
},
|
|
2414
|
-
{
|
|
2415
|
-
"type": "undefined"
|
|
2416
2474
|
}
|
|
2417
2475
|
],
|
|
2418
2476
|
"optional": false,
|
|
@@ -2421,55 +2479,30 @@
|
|
|
2421
2479
|
"setter": false
|
|
2422
2480
|
},
|
|
2423
2481
|
{
|
|
2424
|
-
"name": "
|
|
2425
|
-
"type": "
|
|
2482
|
+
"name": "heading",
|
|
2483
|
+
"type": "string",
|
|
2426
2484
|
"complexType": {
|
|
2427
|
-
"original": "
|
|
2428
|
-
"resolved": "
|
|
2429
|
-
"references": {
|
|
2430
|
-
"ButtonFilledContrast": {
|
|
2431
|
-
"location": "local",
|
|
2432
|
-
"path": "/home/runner/work/compomo/compomo/src/wc/components/ButtonFilled/ButtonFilled.tsx",
|
|
2433
|
-
"id": "src/wc/components/ButtonFilled/ButtonFilled.tsx::ButtonFilledContrast"
|
|
2434
|
-
}
|
|
2435
|
-
}
|
|
2485
|
+
"original": "string",
|
|
2486
|
+
"resolved": "string",
|
|
2487
|
+
"references": {}
|
|
2436
2488
|
},
|
|
2437
2489
|
"mutable": false,
|
|
2438
|
-
"attr": "
|
|
2490
|
+
"attr": "heading",
|
|
2439
2491
|
"reflectToAttr": false,
|
|
2440
|
-
"docs": "
|
|
2441
|
-
"docsTags": [
|
|
2442
|
-
{
|
|
2443
|
-
"name": "default",
|
|
2444
|
-
"text": "'bold'"
|
|
2445
|
-
}
|
|
2446
|
-
],
|
|
2447
|
-
"default": "'bold'",
|
|
2492
|
+
"docs": "The workflow's single visible h1.",
|
|
2493
|
+
"docsTags": [],
|
|
2448
2494
|
"values": [
|
|
2449
2495
|
{
|
|
2450
|
-
"value": "bold",
|
|
2451
|
-
"type": "string"
|
|
2452
|
-
},
|
|
2453
|
-
{
|
|
2454
|
-
"value": "faint",
|
|
2455
|
-
"type": "string"
|
|
2456
|
-
},
|
|
2457
|
-
{
|
|
2458
|
-
"value": "medium",
|
|
2459
|
-
"type": "string"
|
|
2460
|
-
},
|
|
2461
|
-
{
|
|
2462
|
-
"value": "strong",
|
|
2463
2496
|
"type": "string"
|
|
2464
2497
|
}
|
|
2465
2498
|
],
|
|
2466
2499
|
"optional": false,
|
|
2467
|
-
"required":
|
|
2500
|
+
"required": true,
|
|
2468
2501
|
"getter": false,
|
|
2469
2502
|
"setter": false
|
|
2470
2503
|
},
|
|
2471
2504
|
{
|
|
2472
|
-
"name": "
|
|
2505
|
+
"name": "isNextInactive",
|
|
2473
2506
|
"type": "boolean",
|
|
2474
2507
|
"complexType": {
|
|
2475
2508
|
"original": "boolean",
|
|
@@ -2477,9 +2510,9 @@
|
|
|
2477
2510
|
"references": {}
|
|
2478
2511
|
},
|
|
2479
2512
|
"mutable": false,
|
|
2480
|
-
"attr": "
|
|
2513
|
+
"attr": "is-next-inactive",
|
|
2481
2514
|
"reflectToAttr": false,
|
|
2482
|
-
"docs": "
|
|
2515
|
+
"docs": "Prevent advancing while the current step is incomplete or invalid.",
|
|
2483
2516
|
"docsTags": [
|
|
2484
2517
|
{
|
|
2485
2518
|
"name": "default",
|
|
@@ -2498,7 +2531,7 @@
|
|
|
2498
2531
|
"setter": false
|
|
2499
2532
|
},
|
|
2500
2533
|
{
|
|
2501
|
-
"name": "
|
|
2534
|
+
"name": "nextLabel",
|
|
2502
2535
|
"type": "string",
|
|
2503
2536
|
"complexType": {
|
|
2504
2537
|
"original": "string",
|
|
@@ -2506,16 +2539,16 @@
|
|
|
2506
2539
|
"references": {}
|
|
2507
2540
|
},
|
|
2508
2541
|
"mutable": false,
|
|
2509
|
-
"attr": "
|
|
2542
|
+
"attr": "next-label",
|
|
2510
2543
|
"reflectToAttr": false,
|
|
2511
|
-
"docs": "
|
|
2544
|
+
"docs": "Tooltip and accessible name for the next-step control.",
|
|
2512
2545
|
"docsTags": [
|
|
2513
2546
|
{
|
|
2514
2547
|
"name": "default",
|
|
2515
|
-
"text": "''"
|
|
2548
|
+
"text": "'Next step'"
|
|
2516
2549
|
}
|
|
2517
2550
|
],
|
|
2518
|
-
"default": "''",
|
|
2551
|
+
"default": "'Next step'",
|
|
2519
2552
|
"values": [
|
|
2520
2553
|
{
|
|
2521
2554
|
"type": "string"
|
|
@@ -2527,65 +2560,26 @@
|
|
|
2527
2560
|
"setter": false
|
|
2528
2561
|
},
|
|
2529
2562
|
{
|
|
2530
|
-
"name": "
|
|
2531
|
-
"type": "
|
|
2563
|
+
"name": "previousLabel",
|
|
2564
|
+
"type": "string",
|
|
2532
2565
|
"complexType": {
|
|
2533
|
-
"original": "
|
|
2534
|
-
"resolved": "
|
|
2535
|
-
"references": {
|
|
2536
|
-
"ButtonFilledIntent": {
|
|
2537
|
-
"location": "local",
|
|
2538
|
-
"path": "/home/runner/work/compomo/compomo/src/wc/components/ButtonFilled/ButtonFilled.tsx",
|
|
2539
|
-
"id": "src/wc/components/ButtonFilled/ButtonFilled.tsx::ButtonFilledIntent"
|
|
2540
|
-
}
|
|
2541
|
-
}
|
|
2566
|
+
"original": "string",
|
|
2567
|
+
"resolved": "string",
|
|
2568
|
+
"references": {}
|
|
2542
2569
|
},
|
|
2543
2570
|
"mutable": false,
|
|
2544
|
-
"attr": "
|
|
2571
|
+
"attr": "previous-label",
|
|
2545
2572
|
"reflectToAttr": false,
|
|
2546
|
-
"docs": "
|
|
2573
|
+
"docs": "Tooltip and accessible name for the previous-step control.",
|
|
2547
2574
|
"docsTags": [
|
|
2548
2575
|
{
|
|
2549
2576
|
"name": "default",
|
|
2550
|
-
"text": "'
|
|
2577
|
+
"text": "'Previous step'"
|
|
2551
2578
|
}
|
|
2552
2579
|
],
|
|
2553
|
-
"default": "'
|
|
2580
|
+
"default": "'Previous step'",
|
|
2554
2581
|
"values": [
|
|
2555
2582
|
{
|
|
2556
|
-
"value": "ai",
|
|
2557
|
-
"type": "string"
|
|
2558
|
-
},
|
|
2559
|
-
{
|
|
2560
|
-
"value": "brand",
|
|
2561
|
-
"type": "string"
|
|
2562
|
-
},
|
|
2563
|
-
{
|
|
2564
|
-
"value": "caution",
|
|
2565
|
-
"type": "string"
|
|
2566
|
-
},
|
|
2567
|
-
{
|
|
2568
|
-
"value": "guide",
|
|
2569
|
-
"type": "string"
|
|
2570
|
-
},
|
|
2571
|
-
{
|
|
2572
|
-
"value": "negative",
|
|
2573
|
-
"type": "string"
|
|
2574
|
-
},
|
|
2575
|
-
{
|
|
2576
|
-
"value": "neutral",
|
|
2577
|
-
"type": "string"
|
|
2578
|
-
},
|
|
2579
|
-
{
|
|
2580
|
-
"value": "positive",
|
|
2581
|
-
"type": "string"
|
|
2582
|
-
},
|
|
2583
|
-
{
|
|
2584
|
-
"value": "walkthrough",
|
|
2585
|
-
"type": "string"
|
|
2586
|
-
},
|
|
2587
|
-
{
|
|
2588
|
-
"value": "warning",
|
|
2589
2583
|
"type": "string"
|
|
2590
2584
|
}
|
|
2591
2585
|
],
|
|
@@ -2595,27 +2589,33 @@
|
|
|
2595
2589
|
"setter": false
|
|
2596
2590
|
},
|
|
2597
2591
|
{
|
|
2598
|
-
"name": "
|
|
2599
|
-
"type": "
|
|
2592
|
+
"name": "steps",
|
|
2593
|
+
"type": "BarWorkflowStep[]",
|
|
2600
2594
|
"complexType": {
|
|
2601
|
-
"original": "
|
|
2602
|
-
"resolved": "
|
|
2603
|
-
"references": {
|
|
2595
|
+
"original": "BarWorkflowStep[]",
|
|
2596
|
+
"resolved": "BarWorkflowStep[]",
|
|
2597
|
+
"references": {
|
|
2598
|
+
"BarWorkflowStep": {
|
|
2599
|
+
"location": "import",
|
|
2600
|
+
"path": "./bar-workflow-types",
|
|
2601
|
+
"id": "src/wc/components/BarWorkflow/bar-workflow-types.ts::BarWorkflowStep",
|
|
2602
|
+
"referenceLocation": "BarWorkflowStep"
|
|
2603
|
+
}
|
|
2604
|
+
}
|
|
2604
2605
|
},
|
|
2605
2606
|
"mutable": false,
|
|
2606
|
-
"attr": "is-inactive",
|
|
2607
2607
|
"reflectToAttr": false,
|
|
2608
|
-
"docs": "
|
|
2608
|
+
"docs": "Ordered workflow steps. Step state is controlled by the application.",
|
|
2609
2609
|
"docsTags": [
|
|
2610
2610
|
{
|
|
2611
2611
|
"name": "default",
|
|
2612
|
-
"text": "
|
|
2612
|
+
"text": "[]"
|
|
2613
2613
|
}
|
|
2614
2614
|
],
|
|
2615
|
-
"default": "
|
|
2615
|
+
"default": "[]",
|
|
2616
2616
|
"values": [
|
|
2617
2617
|
{
|
|
2618
|
-
"type": "
|
|
2618
|
+
"type": "BarWorkflowStep[]"
|
|
2619
2619
|
}
|
|
2620
2620
|
],
|
|
2621
2621
|
"optional": false,
|
|
@@ -2624,27 +2624,33 @@
|
|
|
2624
2624
|
"setter": false
|
|
2625
2625
|
},
|
|
2626
2626
|
{
|
|
2627
|
-
"name": "
|
|
2628
|
-
"type": "
|
|
2627
|
+
"name": "submitAction",
|
|
2628
|
+
"type": "BarWorkflowSubmitAction",
|
|
2629
2629
|
"complexType": {
|
|
2630
|
-
"original": "
|
|
2631
|
-
"resolved": "
|
|
2632
|
-
"references": {
|
|
2630
|
+
"original": "BarWorkflowSubmitAction",
|
|
2631
|
+
"resolved": "BarWorkflowSubmitAction",
|
|
2632
|
+
"references": {
|
|
2633
|
+
"BarWorkflowSubmitAction": {
|
|
2634
|
+
"location": "import",
|
|
2635
|
+
"path": "./bar-workflow-types",
|
|
2636
|
+
"id": "src/wc/components/BarWorkflow/bar-workflow-types.ts::BarWorkflowSubmitAction",
|
|
2637
|
+
"referenceLocation": "BarWorkflowSubmitAction"
|
|
2638
|
+
}
|
|
2639
|
+
}
|
|
2633
2640
|
},
|
|
2634
2641
|
"mutable": false,
|
|
2635
|
-
"attr": "is-loading",
|
|
2636
2642
|
"reflectToAttr": false,
|
|
2637
|
-
"docs": "
|
|
2643
|
+
"docs": "The final-step Save or Submit action.",
|
|
2638
2644
|
"docsTags": [
|
|
2639
2645
|
{
|
|
2640
2646
|
"name": "default",
|
|
2641
|
-
"text": "
|
|
2647
|
+
"text": "{\n label: 'Save',\n type: 'submit',\n }"
|
|
2642
2648
|
}
|
|
2643
2649
|
],
|
|
2644
|
-
"default": "
|
|
2650
|
+
"default": "{\n label: 'Save',\n type: 'submit',\n }",
|
|
2645
2651
|
"values": [
|
|
2646
2652
|
{
|
|
2647
|
-
"type": "
|
|
2653
|
+
"type": "BarWorkflowSubmitAction"
|
|
2648
2654
|
}
|
|
2649
2655
|
],
|
|
2650
2656
|
"optional": false,
|
|
@@ -2653,7 +2659,7 @@
|
|
|
2653
2659
|
"setter": false
|
|
2654
2660
|
},
|
|
2655
2661
|
{
|
|
2656
|
-
"name": "
|
|
2662
|
+
"name": "value",
|
|
2657
2663
|
"type": "string",
|
|
2658
2664
|
"complexType": {
|
|
2659
2665
|
"original": "string",
|
|
@@ -2661,9 +2667,9 @@
|
|
|
2661
2667
|
"references": {}
|
|
2662
2668
|
},
|
|
2663
2669
|
"mutable": false,
|
|
2664
|
-
"attr": "
|
|
2670
|
+
"attr": "value",
|
|
2665
2671
|
"reflectToAttr": false,
|
|
2666
|
-
"docs": "
|
|
2672
|
+
"docs": "Id of the current workflow step. Falls back to the first step.",
|
|
2667
2673
|
"docsTags": [
|
|
2668
2674
|
{
|
|
2669
2675
|
"name": "default",
|
|
@@ -2680,72 +2686,130 @@
|
|
|
2680
2686
|
"required": false,
|
|
2681
2687
|
"getter": false,
|
|
2682
2688
|
"setter": false
|
|
2689
|
+
}
|
|
2690
|
+
],
|
|
2691
|
+
"methods": [],
|
|
2692
|
+
"events": [
|
|
2693
|
+
{
|
|
2694
|
+
"event": "dsExit",
|
|
2695
|
+
"detail": "MouseEvent",
|
|
2696
|
+
"bubbles": true,
|
|
2697
|
+
"complexType": {
|
|
2698
|
+
"original": "MouseEvent",
|
|
2699
|
+
"resolved": "MouseEvent",
|
|
2700
|
+
"references": {
|
|
2701
|
+
"MouseEvent": {
|
|
2702
|
+
"location": "global",
|
|
2703
|
+
"id": "global::MouseEvent"
|
|
2704
|
+
}
|
|
2705
|
+
}
|
|
2706
|
+
},
|
|
2707
|
+
"cancelable": true,
|
|
2708
|
+
"composed": true,
|
|
2709
|
+
"docs": "Emitted when Exit is activated.",
|
|
2710
|
+
"docsTags": []
|
|
2683
2711
|
},
|
|
2684
2712
|
{
|
|
2685
|
-
"
|
|
2686
|
-
"
|
|
2713
|
+
"event": "dsStepChange",
|
|
2714
|
+
"detail": "string",
|
|
2715
|
+
"bubbles": true,
|
|
2687
2716
|
"complexType": {
|
|
2688
|
-
"original": "
|
|
2689
|
-
"resolved": "
|
|
2717
|
+
"original": "string",
|
|
2718
|
+
"resolved": "string",
|
|
2690
2719
|
"references": {}
|
|
2691
2720
|
},
|
|
2692
|
-
"
|
|
2693
|
-
"
|
|
2694
|
-
"
|
|
2695
|
-
"
|
|
2696
|
-
"docsTags": [
|
|
2697
|
-
{
|
|
2698
|
-
"name": "default",
|
|
2699
|
-
"text": "false"
|
|
2700
|
-
}
|
|
2701
|
-
],
|
|
2702
|
-
"default": "false",
|
|
2703
|
-
"values": [
|
|
2704
|
-
{
|
|
2705
|
-
"type": "boolean"
|
|
2706
|
-
}
|
|
2707
|
-
],
|
|
2708
|
-
"optional": false,
|
|
2709
|
-
"required": false,
|
|
2710
|
-
"getter": false,
|
|
2711
|
-
"setter": false
|
|
2721
|
+
"cancelable": true,
|
|
2722
|
+
"composed": true,
|
|
2723
|
+
"docs": "Emitted with the target previous or next step id. The component never mutates value.",
|
|
2724
|
+
"docsTags": []
|
|
2712
2725
|
},
|
|
2713
2726
|
{
|
|
2714
|
-
"
|
|
2715
|
-
"
|
|
2727
|
+
"event": "dsSubmit",
|
|
2728
|
+
"detail": "MouseEvent",
|
|
2729
|
+
"bubbles": true,
|
|
2716
2730
|
"complexType": {
|
|
2717
|
-
"original": "
|
|
2718
|
-
"resolved": "
|
|
2731
|
+
"original": "MouseEvent",
|
|
2732
|
+
"resolved": "MouseEvent",
|
|
2719
2733
|
"references": {
|
|
2720
|
-
"
|
|
2721
|
-
"location": "
|
|
2722
|
-
"
|
|
2723
|
-
"id": "src/wc/components/ButtonFilled/ButtonFilled.tsx::ButtonFilledSize"
|
|
2734
|
+
"MouseEvent": {
|
|
2735
|
+
"location": "global",
|
|
2736
|
+
"id": "global::MouseEvent"
|
|
2724
2737
|
}
|
|
2725
2738
|
}
|
|
2726
2739
|
},
|
|
2740
|
+
"cancelable": true,
|
|
2741
|
+
"composed": true,
|
|
2742
|
+
"docs": "Emitted when the final Save or Submit control is activated.",
|
|
2743
|
+
"docsTags": []
|
|
2744
|
+
}
|
|
2745
|
+
],
|
|
2746
|
+
"listeners": [],
|
|
2747
|
+
"styles": [],
|
|
2748
|
+
"slots": [],
|
|
2749
|
+
"parts": [],
|
|
2750
|
+
"states": [],
|
|
2751
|
+
"dependents": [],
|
|
2752
|
+
"dependencies": [
|
|
2753
|
+
"ds-tooltip",
|
|
2754
|
+
"ds-button-unfilled",
|
|
2755
|
+
"ds-text",
|
|
2756
|
+
"ds-button-filled"
|
|
2757
|
+
],
|
|
2758
|
+
"dependencyGraph": {
|
|
2759
|
+
"ds-bar-workflow": [
|
|
2760
|
+
"ds-tooltip",
|
|
2761
|
+
"ds-button-unfilled",
|
|
2762
|
+
"ds-text",
|
|
2763
|
+
"ds-button-filled"
|
|
2764
|
+
],
|
|
2765
|
+
"ds-tooltip": [
|
|
2766
|
+
"ds-text"
|
|
2767
|
+
],
|
|
2768
|
+
"ds-button-unfilled": [
|
|
2769
|
+
"ds-loader",
|
|
2770
|
+
"ds-icon",
|
|
2771
|
+
"ds-badge",
|
|
2772
|
+
"ds-text"
|
|
2773
|
+
],
|
|
2774
|
+
"ds-badge": [
|
|
2775
|
+
"ds-text"
|
|
2776
|
+
],
|
|
2777
|
+
"ds-button-filled": [
|
|
2778
|
+
"ds-loader",
|
|
2779
|
+
"ds-icon",
|
|
2780
|
+
"ds-text"
|
|
2781
|
+
]
|
|
2782
|
+
}
|
|
2783
|
+
},
|
|
2784
|
+
{
|
|
2785
|
+
"filePath": "src/wc/components/Breadcrumb/Breadcrumb.tsx",
|
|
2786
|
+
"encapsulation": "scoped",
|
|
2787
|
+
"tag": "ds-breadcrumb",
|
|
2788
|
+
"docs": "",
|
|
2789
|
+
"docsTags": [],
|
|
2790
|
+
"usage": {},
|
|
2791
|
+
"props": [
|
|
2792
|
+
{
|
|
2793
|
+
"name": "ariaLabel",
|
|
2794
|
+
"type": "string",
|
|
2795
|
+
"complexType": {
|
|
2796
|
+
"original": "string",
|
|
2797
|
+
"resolved": "string",
|
|
2798
|
+
"references": {}
|
|
2799
|
+
},
|
|
2727
2800
|
"mutable": false,
|
|
2728
|
-
"attr": "
|
|
2801
|
+
"attr": "aria-label",
|
|
2729
2802
|
"reflectToAttr": false,
|
|
2730
|
-
"docs": "
|
|
2803
|
+
"docs": "Accessible name for the breadcrumb navigation landmark.",
|
|
2731
2804
|
"docsTags": [
|
|
2732
2805
|
{
|
|
2733
2806
|
"name": "default",
|
|
2734
|
-
"text": "'
|
|
2807
|
+
"text": "'Breadcrumb'"
|
|
2735
2808
|
}
|
|
2736
2809
|
],
|
|
2737
|
-
"default": "'
|
|
2810
|
+
"default": "'Breadcrumb'",
|
|
2738
2811
|
"values": [
|
|
2739
2812
|
{
|
|
2740
|
-
"value": "md",
|
|
2741
|
-
"type": "string"
|
|
2742
|
-
},
|
|
2743
|
-
{
|
|
2744
|
-
"value": "sm",
|
|
2745
|
-
"type": "string"
|
|
2746
|
-
},
|
|
2747
|
-
{
|
|
2748
|
-
"value": "xs",
|
|
2749
2813
|
"type": "string"
|
|
2750
2814
|
}
|
|
2751
2815
|
],
|
|
@@ -2755,170 +2819,62 @@
|
|
|
2755
2819
|
"setter": false
|
|
2756
2820
|
},
|
|
2757
2821
|
{
|
|
2758
|
-
"name": "
|
|
2759
|
-
"type": "
|
|
2822
|
+
"name": "items",
|
|
2823
|
+
"type": "BreadcrumbItem[]",
|
|
2760
2824
|
"complexType": {
|
|
2761
|
-
"original": "
|
|
2762
|
-
"resolved": "
|
|
2763
|
-
"references": {
|
|
2825
|
+
"original": "BreadcrumbItem[]",
|
|
2826
|
+
"resolved": "BreadcrumbItem[]",
|
|
2827
|
+
"references": {
|
|
2828
|
+
"BreadcrumbItem": {
|
|
2829
|
+
"location": "import",
|
|
2830
|
+
"path": "./breadcrumb-types",
|
|
2831
|
+
"id": "src/wc/components/Breadcrumb/breadcrumb-types.ts::BreadcrumbItem",
|
|
2832
|
+
"referenceLocation": "BreadcrumbItem"
|
|
2833
|
+
}
|
|
2834
|
+
}
|
|
2764
2835
|
},
|
|
2765
2836
|
"mutable": false,
|
|
2766
|
-
"attr": "type",
|
|
2767
2837
|
"reflectToAttr": false,
|
|
2768
|
-
"docs": "
|
|
2838
|
+
"docs": "Ordered path from the broadest ancestor to the nearest page.",
|
|
2769
2839
|
"docsTags": [
|
|
2770
2840
|
{
|
|
2771
2841
|
"name": "default",
|
|
2772
|
-
"text": "
|
|
2842
|
+
"text": "[]"
|
|
2773
2843
|
}
|
|
2774
2844
|
],
|
|
2775
|
-
"default": "
|
|
2845
|
+
"default": "[]",
|
|
2776
2846
|
"values": [
|
|
2777
2847
|
{
|
|
2778
|
-
"
|
|
2779
|
-
"type": "string"
|
|
2780
|
-
},
|
|
2781
|
-
{
|
|
2782
|
-
"value": "reset",
|
|
2783
|
-
"type": "string"
|
|
2784
|
-
},
|
|
2785
|
-
{
|
|
2786
|
-
"value": "submit",
|
|
2787
|
-
"type": "string"
|
|
2848
|
+
"type": "BreadcrumbItem[]"
|
|
2788
2849
|
}
|
|
2789
2850
|
],
|
|
2790
2851
|
"optional": false,
|
|
2791
2852
|
"required": false,
|
|
2792
2853
|
"getter": false,
|
|
2793
2854
|
"setter": false
|
|
2794
|
-
}
|
|
2855
|
+
}
|
|
2856
|
+
],
|
|
2857
|
+
"methods": [],
|
|
2858
|
+
"events": [
|
|
2795
2859
|
{
|
|
2796
|
-
"
|
|
2797
|
-
"
|
|
2860
|
+
"event": "dsSelect",
|
|
2861
|
+
"detail": "BreadcrumbSelectDetail",
|
|
2862
|
+
"bubbles": true,
|
|
2798
2863
|
"complexType": {
|
|
2799
|
-
"original": "
|
|
2800
|
-
"resolved": "
|
|
2801
|
-
"references": {
|
|
2802
|
-
"ButtonFilledVariant": {
|
|
2803
|
-
"location": "local",
|
|
2804
|
-
"path": "/home/runner/work/compomo/compomo/src/wc/components/ButtonFilled/ButtonFilled.tsx",
|
|
2805
|
-
"id": "src/wc/components/ButtonFilled/ButtonFilled.tsx::ButtonFilledVariant"
|
|
2806
|
-
}
|
|
2807
|
-
}
|
|
2808
|
-
},
|
|
2809
|
-
"mutable": false,
|
|
2810
|
-
"attr": "variant",
|
|
2811
|
-
"reflectToAttr": false,
|
|
2812
|
-
"docs": "Content layout. Default is label-only; pass `icon` for icon-only chrome\n(nav / tool rails) or `icon-label` for leading icon + text.",
|
|
2813
|
-
"docsTags": [
|
|
2814
|
-
{
|
|
2815
|
-
"name": "default",
|
|
2816
|
-
"text": "'label'"
|
|
2817
|
-
}
|
|
2818
|
-
],
|
|
2819
|
-
"default": "'label'",
|
|
2820
|
-
"values": [
|
|
2821
|
-
{
|
|
2822
|
-
"value": "icon",
|
|
2823
|
-
"type": "string"
|
|
2824
|
-
},
|
|
2825
|
-
{
|
|
2826
|
-
"value": "icon-label",
|
|
2827
|
-
"type": "string"
|
|
2828
|
-
},
|
|
2829
|
-
{
|
|
2830
|
-
"value": "label",
|
|
2831
|
-
"type": "string"
|
|
2832
|
-
}
|
|
2833
|
-
],
|
|
2834
|
-
"optional": false,
|
|
2835
|
-
"required": false,
|
|
2836
|
-
"getter": false,
|
|
2837
|
-
"setter": false
|
|
2838
|
-
},
|
|
2839
|
-
{
|
|
2840
|
-
"name": "width",
|
|
2841
|
-
"type": "\"fill\" | \"hug\"",
|
|
2842
|
-
"complexType": {
|
|
2843
|
-
"original": "ButtonFilledWidth",
|
|
2844
|
-
"resolved": "\"fill\" | \"hug\"",
|
|
2845
|
-
"references": {
|
|
2846
|
-
"ButtonFilledWidth": {
|
|
2847
|
-
"location": "local",
|
|
2848
|
-
"path": "/home/runner/work/compomo/compomo/src/wc/components/ButtonFilled/ButtonFilled.tsx",
|
|
2849
|
-
"id": "src/wc/components/ButtonFilled/ButtonFilled.tsx::ButtonFilledWidth"
|
|
2850
|
-
}
|
|
2851
|
-
}
|
|
2852
|
-
},
|
|
2853
|
-
"mutable": false,
|
|
2854
|
-
"attr": "width",
|
|
2855
|
-
"reflectToAttr": false,
|
|
2856
|
-
"docs": "Width fit — hug content (default) or fill the parent.",
|
|
2857
|
-
"docsTags": [
|
|
2858
|
-
{
|
|
2859
|
-
"name": "default",
|
|
2860
|
-
"text": "'hug'"
|
|
2861
|
-
}
|
|
2862
|
-
],
|
|
2863
|
-
"default": "'hug'",
|
|
2864
|
-
"values": [
|
|
2865
|
-
{
|
|
2866
|
-
"value": "fill",
|
|
2867
|
-
"type": "string"
|
|
2868
|
-
},
|
|
2869
|
-
{
|
|
2870
|
-
"value": "hug",
|
|
2871
|
-
"type": "string"
|
|
2872
|
-
}
|
|
2873
|
-
],
|
|
2874
|
-
"optional": false,
|
|
2875
|
-
"required": false,
|
|
2876
|
-
"getter": false,
|
|
2877
|
-
"setter": false
|
|
2878
|
-
}
|
|
2879
|
-
],
|
|
2880
|
-
"methods": [
|
|
2881
|
-
{
|
|
2882
|
-
"name": "setFocus",
|
|
2883
|
-
"returns": {
|
|
2884
|
-
"type": "Promise<void>",
|
|
2885
|
-
"docs": ""
|
|
2886
|
-
},
|
|
2887
|
-
"complexType": {
|
|
2888
|
-
"signature": "() => Promise<void>",
|
|
2889
|
-
"parameters": [],
|
|
2890
|
-
"references": {
|
|
2891
|
-
"Promise": {
|
|
2892
|
-
"location": "global",
|
|
2893
|
-
"id": "global::Promise"
|
|
2894
|
-
}
|
|
2895
|
-
},
|
|
2896
|
-
"return": "Promise<void>"
|
|
2897
|
-
},
|
|
2898
|
-
"signature": "setFocus() => Promise<void>",
|
|
2899
|
-
"parameters": [],
|
|
2900
|
-
"docs": "",
|
|
2901
|
-
"docsTags": []
|
|
2902
|
-
}
|
|
2903
|
-
],
|
|
2904
|
-
"events": [
|
|
2905
|
-
{
|
|
2906
|
-
"event": "dsClick",
|
|
2907
|
-
"detail": "MouseEvent",
|
|
2908
|
-
"bubbles": true,
|
|
2909
|
-
"complexType": {
|
|
2910
|
-
"original": "MouseEvent",
|
|
2911
|
-
"resolved": "MouseEvent",
|
|
2864
|
+
"original": "BreadcrumbSelectDetail",
|
|
2865
|
+
"resolved": "BreadcrumbSelectDetail",
|
|
2912
2866
|
"references": {
|
|
2913
|
-
"
|
|
2914
|
-
"location": "
|
|
2915
|
-
"
|
|
2867
|
+
"BreadcrumbSelectDetail": {
|
|
2868
|
+
"location": "import",
|
|
2869
|
+
"path": "./breadcrumb-types",
|
|
2870
|
+
"id": "src/wc/components/Breadcrumb/breadcrumb-types.ts::BreadcrumbSelectDetail",
|
|
2871
|
+
"referenceLocation": "BreadcrumbSelectDetail"
|
|
2916
2872
|
}
|
|
2917
2873
|
}
|
|
2918
2874
|
},
|
|
2919
2875
|
"cancelable": true,
|
|
2920
2876
|
"composed": true,
|
|
2921
|
-
"docs": "",
|
|
2877
|
+
"docs": "Emitted when an interactive breadcrumb item is activated. Prevent to cancel native navigation.",
|
|
2922
2878
|
"docsTags": []
|
|
2923
2879
|
}
|
|
2924
2880
|
],
|
|
@@ -2928,69 +2884,28 @@
|
|
|
2928
2884
|
"parts": [],
|
|
2929
2885
|
"states": [],
|
|
2930
2886
|
"dependents": [
|
|
2931
|
-
"ds-bar-title"
|
|
2932
|
-
"ds-card-setting",
|
|
2933
|
-
"ds-message-composer"
|
|
2887
|
+
"ds-bar-title"
|
|
2934
2888
|
],
|
|
2935
2889
|
"dependencies": [
|
|
2936
|
-
"ds-loader",
|
|
2937
|
-
"ds-icon",
|
|
2938
2890
|
"ds-text"
|
|
2939
2891
|
],
|
|
2940
2892
|
"dependencyGraph": {
|
|
2941
|
-
"ds-
|
|
2942
|
-
"ds-loader",
|
|
2943
|
-
"ds-icon",
|
|
2893
|
+
"ds-breadcrumb": [
|
|
2944
2894
|
"ds-text"
|
|
2945
2895
|
],
|
|
2946
2896
|
"ds-bar-title": [
|
|
2947
|
-
"ds-
|
|
2948
|
-
],
|
|
2949
|
-
"ds-card-setting": [
|
|
2950
|
-
"ds-button-filled"
|
|
2951
|
-
],
|
|
2952
|
-
"ds-message-composer": [
|
|
2953
|
-
"ds-button-filled"
|
|
2897
|
+
"ds-breadcrumb"
|
|
2954
2898
|
]
|
|
2955
2899
|
}
|
|
2956
2900
|
},
|
|
2957
2901
|
{
|
|
2958
|
-
"filePath": "src/wc/components/
|
|
2902
|
+
"filePath": "src/wc/components/ButtonFilled/ButtonFilled.tsx",
|
|
2959
2903
|
"encapsulation": "scoped",
|
|
2960
|
-
"tag": "ds-button-
|
|
2904
|
+
"tag": "ds-button-filled",
|
|
2961
2905
|
"docs": "",
|
|
2962
2906
|
"docsTags": [],
|
|
2963
2907
|
"usage": {},
|
|
2964
2908
|
"props": [
|
|
2965
|
-
{
|
|
2966
|
-
"name": "activeFill",
|
|
2967
|
-
"type": "boolean",
|
|
2968
|
-
"complexType": {
|
|
2969
|
-
"original": "boolean",
|
|
2970
|
-
"resolved": "boolean",
|
|
2971
|
-
"references": {}
|
|
2972
|
-
},
|
|
2973
|
-
"mutable": false,
|
|
2974
|
-
"attr": "active-fill",
|
|
2975
|
-
"reflectToAttr": false,
|
|
2976
|
-
"docs": "When active, render the selected interaction fill.\nDefault `true` for general UI. Shell chrome (nav / tool rails) should pass\n`false` so selection is foreground-only (primary color, no fill).",
|
|
2977
|
-
"docsTags": [
|
|
2978
|
-
{
|
|
2979
|
-
"name": "default",
|
|
2980
|
-
"text": "true"
|
|
2981
|
-
}
|
|
2982
|
-
],
|
|
2983
|
-
"default": "true",
|
|
2984
|
-
"values": [
|
|
2985
|
-
{
|
|
2986
|
-
"type": "boolean"
|
|
2987
|
-
}
|
|
2988
|
-
],
|
|
2989
|
-
"optional": false,
|
|
2990
|
-
"required": false,
|
|
2991
|
-
"getter": false,
|
|
2992
|
-
"setter": false
|
|
2993
|
-
},
|
|
2994
2909
|
{
|
|
2995
2910
|
"name": "ariaLabel",
|
|
2996
2911
|
"type": "null | string",
|
|
@@ -3027,20 +2942,20 @@
|
|
|
3027
2942
|
"name": "background",
|
|
3028
2943
|
"type": "\"always-dark\" | \"bold\" | \"faint\" | \"inverted\" | \"media\" | \"medium\" | \"strong\" | \"translucent\" | undefined",
|
|
3029
2944
|
"complexType": {
|
|
3030
|
-
"original": "
|
|
2945
|
+
"original": "ButtonFilledBackground | undefined",
|
|
3031
2946
|
"resolved": "\"always-dark\" | \"bold\" | \"faint\" | \"inverted\" | \"media\" | \"medium\" | \"strong\" | \"translucent\" | undefined",
|
|
3032
2947
|
"references": {
|
|
3033
|
-
"
|
|
2948
|
+
"ButtonFilledBackground": {
|
|
3034
2949
|
"location": "local",
|
|
3035
|
-
"path": "/home/runner/work/compomo/compomo/src/wc/components/
|
|
3036
|
-
"id": "src/wc/components/
|
|
2950
|
+
"path": "/home/runner/work/compomo/compomo/src/wc/components/ButtonFilled/ButtonFilled.tsx",
|
|
2951
|
+
"id": "src/wc/components/ButtonFilled/ButtonFilled.tsx::ButtonFilledBackground"
|
|
3037
2952
|
}
|
|
3038
2953
|
}
|
|
3039
2954
|
},
|
|
3040
2955
|
"mutable": false,
|
|
3041
2956
|
"attr": "background",
|
|
3042
2957
|
"reflectToAttr": false,
|
|
3043
|
-
"docs": "Actual parent surface context
|
|
2958
|
+
"docs": "Actual parent surface context for the optional inset border color only.\nOmit on primary and secondary surfaces.",
|
|
3044
2959
|
"docsTags": [],
|
|
3045
2960
|
"values": [
|
|
3046
2961
|
{
|
|
@@ -3085,24 +3000,46 @@
|
|
|
3085
3000
|
"setter": false
|
|
3086
3001
|
},
|
|
3087
3002
|
{
|
|
3088
|
-
"name": "
|
|
3089
|
-
"type": "
|
|
3003
|
+
"name": "contrast",
|
|
3004
|
+
"type": "\"bold\" | \"faint\" | \"medium\" | \"strong\"",
|
|
3090
3005
|
"complexType": {
|
|
3091
|
-
"original": "
|
|
3092
|
-
"resolved": "
|
|
3093
|
-
"references": {
|
|
3006
|
+
"original": "ButtonFilledContrast",
|
|
3007
|
+
"resolved": "\"bold\" | \"faint\" | \"medium\" | \"strong\"",
|
|
3008
|
+
"references": {
|
|
3009
|
+
"ButtonFilledContrast": {
|
|
3010
|
+
"location": "local",
|
|
3011
|
+
"path": "/home/runner/work/compomo/compomo/src/wc/components/ButtonFilled/ButtonFilled.tsx",
|
|
3012
|
+
"id": "src/wc/components/ButtonFilled/ButtonFilled.tsx::ButtonFilledContrast"
|
|
3013
|
+
}
|
|
3014
|
+
}
|
|
3094
3015
|
},
|
|
3095
3016
|
"mutable": false,
|
|
3096
|
-
"attr": "
|
|
3017
|
+
"attr": "contrast",
|
|
3097
3018
|
"reflectToAttr": false,
|
|
3098
|
-
"docs": "",
|
|
3099
|
-
"docsTags": [
|
|
3019
|
+
"docs": "Background fill weight. Foreground uses the paired contrast token:\nbold → faint, strong → medium, medium → strong, faint → bold.",
|
|
3020
|
+
"docsTags": [
|
|
3021
|
+
{
|
|
3022
|
+
"name": "default",
|
|
3023
|
+
"text": "'bold'"
|
|
3024
|
+
}
|
|
3025
|
+
],
|
|
3026
|
+
"default": "'bold'",
|
|
3100
3027
|
"values": [
|
|
3101
3028
|
{
|
|
3029
|
+
"value": "bold",
|
|
3102
3030
|
"type": "string"
|
|
3103
3031
|
},
|
|
3104
3032
|
{
|
|
3105
|
-
"
|
|
3033
|
+
"value": "faint",
|
|
3034
|
+
"type": "string"
|
|
3035
|
+
},
|
|
3036
|
+
{
|
|
3037
|
+
"value": "medium",
|
|
3038
|
+
"type": "string"
|
|
3039
|
+
},
|
|
3040
|
+
{
|
|
3041
|
+
"value": "strong",
|
|
3042
|
+
"type": "string"
|
|
3106
3043
|
}
|
|
3107
3044
|
],
|
|
3108
3045
|
"optional": false,
|
|
@@ -3111,7 +3048,7 @@
|
|
|
3111
3048
|
"setter": false
|
|
3112
3049
|
},
|
|
3113
3050
|
{
|
|
3114
|
-
"name": "
|
|
3051
|
+
"name": "hasBorder",
|
|
3115
3052
|
"type": "boolean",
|
|
3116
3053
|
"complexType": {
|
|
3117
3054
|
"original": "boolean",
|
|
@@ -3119,9 +3056,9 @@
|
|
|
3119
3056
|
"references": {}
|
|
3120
3057
|
},
|
|
3121
3058
|
"mutable": false,
|
|
3122
|
-
"attr": "
|
|
3059
|
+
"attr": "has-border",
|
|
3123
3060
|
"reflectToAttr": false,
|
|
3124
|
-
"docs": "Show a
|
|
3061
|
+
"docs": "Show a 1px secondary inset border.",
|
|
3125
3062
|
"docsTags": [
|
|
3126
3063
|
{
|
|
3127
3064
|
"name": "default",
|
|
@@ -3140,24 +3077,27 @@
|
|
|
3140
3077
|
"setter": false
|
|
3141
3078
|
},
|
|
3142
3079
|
{
|
|
3143
|
-
"name": "
|
|
3144
|
-
"type": "
|
|
3080
|
+
"name": "icon",
|
|
3081
|
+
"type": "string",
|
|
3145
3082
|
"complexType": {
|
|
3146
|
-
"original": "
|
|
3147
|
-
"resolved": "
|
|
3083
|
+
"original": "string",
|
|
3084
|
+
"resolved": "string",
|
|
3148
3085
|
"references": {}
|
|
3149
3086
|
},
|
|
3150
3087
|
"mutable": false,
|
|
3151
|
-
"attr": "
|
|
3088
|
+
"attr": "icon",
|
|
3152
3089
|
"reflectToAttr": false,
|
|
3153
|
-
"docs": "",
|
|
3154
|
-
"docsTags": [
|
|
3155
|
-
"values": [
|
|
3090
|
+
"docs": "Icon name passed to <ds-icon> for `icon` / `icon-label` variants.",
|
|
3091
|
+
"docsTags": [
|
|
3156
3092
|
{
|
|
3157
|
-
"
|
|
3158
|
-
|
|
3093
|
+
"name": "default",
|
|
3094
|
+
"text": "''"
|
|
3095
|
+
}
|
|
3096
|
+
],
|
|
3097
|
+
"default": "''",
|
|
3098
|
+
"values": [
|
|
3159
3099
|
{
|
|
3160
|
-
"type": "
|
|
3100
|
+
"type": "string"
|
|
3161
3101
|
}
|
|
3162
3102
|
],
|
|
3163
3103
|
"optional": false,
|
|
@@ -3166,164 +3106,66 @@
|
|
|
3166
3106
|
"setter": false
|
|
3167
3107
|
},
|
|
3168
3108
|
{
|
|
3169
|
-
"name": "
|
|
3170
|
-
"type": "
|
|
3109
|
+
"name": "intent",
|
|
3110
|
+
"type": "\"ai\" | \"brand\" | \"caution\" | \"guide\" | \"negative\" | \"neutral\" | \"positive\" | \"walkthrough\" | \"warning\"",
|
|
3171
3111
|
"complexType": {
|
|
3172
|
-
"original": "
|
|
3173
|
-
"resolved": "
|
|
3174
|
-
"references": {
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
|
|
3178
|
-
|
|
3179
|
-
|
|
3180
|
-
"docsTags": [],
|
|
3181
|
-
"values": [
|
|
3182
|
-
{
|
|
3183
|
-
"type": "number"
|
|
3184
|
-
},
|
|
3185
|
-
{
|
|
3186
|
-
"type": "undefined"
|
|
3112
|
+
"original": "ButtonFilledIntent",
|
|
3113
|
+
"resolved": "\"ai\" | \"brand\" | \"caution\" | \"guide\" | \"negative\" | \"neutral\" | \"positive\" | \"walkthrough\" | \"warning\"",
|
|
3114
|
+
"references": {
|
|
3115
|
+
"ButtonFilledIntent": {
|
|
3116
|
+
"location": "local",
|
|
3117
|
+
"path": "/home/runner/work/compomo/compomo/src/wc/components/ButtonFilled/ButtonFilled.tsx",
|
|
3118
|
+
"id": "src/wc/components/ButtonFilled/ButtonFilled.tsx::ButtonFilledIntent"
|
|
3119
|
+
}
|
|
3187
3120
|
}
|
|
3188
|
-
],
|
|
3189
|
-
"optional": true,
|
|
3190
|
-
"required": false,
|
|
3191
|
-
"getter": false,
|
|
3192
|
-
"setter": false
|
|
3193
|
-
},
|
|
3194
|
-
{
|
|
3195
|
-
"name": "hasBorder",
|
|
3196
|
-
"type": "boolean",
|
|
3197
|
-
"complexType": {
|
|
3198
|
-
"original": "boolean",
|
|
3199
|
-
"resolved": "boolean",
|
|
3200
|
-
"references": {}
|
|
3201
3121
|
},
|
|
3202
3122
|
"mutable": false,
|
|
3203
|
-
"attr": "
|
|
3123
|
+
"attr": "intent",
|
|
3204
3124
|
"reflectToAttr": false,
|
|
3205
|
-
"docs": "
|
|
3125
|
+
"docs": "Semantic colour intent.",
|
|
3206
3126
|
"docsTags": [
|
|
3207
3127
|
{
|
|
3208
3128
|
"name": "default",
|
|
3209
|
-
"text": "
|
|
3210
|
-
}
|
|
3211
|
-
],
|
|
3212
|
-
"default": "true",
|
|
3213
|
-
"values": [
|
|
3214
|
-
{
|
|
3215
|
-
"type": "boolean"
|
|
3129
|
+
"text": "'brand'"
|
|
3216
3130
|
}
|
|
3217
3131
|
],
|
|
3218
|
-
"
|
|
3219
|
-
"required": false,
|
|
3220
|
-
"getter": false,
|
|
3221
|
-
"setter": false
|
|
3222
|
-
},
|
|
3223
|
-
{
|
|
3224
|
-
"name": "haspopup",
|
|
3225
|
-
"type": "\"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" | \"true\" | undefined",
|
|
3226
|
-
"complexType": {
|
|
3227
|
-
"original": "ButtonUnfilledPopup | undefined",
|
|
3228
|
-
"resolved": "\"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" | \"true\" | undefined",
|
|
3229
|
-
"references": {
|
|
3230
|
-
"ButtonUnfilledPopup": {
|
|
3231
|
-
"location": "local",
|
|
3232
|
-
"path": "/home/runner/work/compomo/compomo/src/wc/components/ButtonUnfilled/ButtonUnfilled.tsx",
|
|
3233
|
-
"id": "src/wc/components/ButtonUnfilled/ButtonUnfilled.tsx::ButtonUnfilledPopup"
|
|
3234
|
-
}
|
|
3235
|
-
}
|
|
3236
|
-
},
|
|
3237
|
-
"mutable": false,
|
|
3238
|
-
"attr": "haspopup",
|
|
3239
|
-
"reflectToAttr": false,
|
|
3240
|
-
"docs": "",
|
|
3241
|
-
"docsTags": [],
|
|
3132
|
+
"default": "'brand'",
|
|
3242
3133
|
"values": [
|
|
3243
3134
|
{
|
|
3244
|
-
"value": "
|
|
3135
|
+
"value": "ai",
|
|
3245
3136
|
"type": "string"
|
|
3246
3137
|
},
|
|
3247
3138
|
{
|
|
3248
|
-
"value": "
|
|
3139
|
+
"value": "brand",
|
|
3249
3140
|
"type": "string"
|
|
3250
3141
|
},
|
|
3251
3142
|
{
|
|
3252
|
-
"value": "
|
|
3143
|
+
"value": "caution",
|
|
3253
3144
|
"type": "string"
|
|
3254
3145
|
},
|
|
3255
3146
|
{
|
|
3256
|
-
"value": "
|
|
3147
|
+
"value": "guide",
|
|
3257
3148
|
"type": "string"
|
|
3258
3149
|
},
|
|
3259
3150
|
{
|
|
3260
|
-
"value": "
|
|
3151
|
+
"value": "negative",
|
|
3261
3152
|
"type": "string"
|
|
3262
3153
|
},
|
|
3263
3154
|
{
|
|
3264
|
-
"value": "
|
|
3155
|
+
"value": "neutral",
|
|
3265
3156
|
"type": "string"
|
|
3266
3157
|
},
|
|
3267
3158
|
{
|
|
3268
|
-
"
|
|
3269
|
-
}
|
|
3270
|
-
],
|
|
3271
|
-
"optional": false,
|
|
3272
|
-
"required": false,
|
|
3273
|
-
"getter": false,
|
|
3274
|
-
"setter": false
|
|
3275
|
-
},
|
|
3276
|
-
{
|
|
3277
|
-
"name": "icon",
|
|
3278
|
-
"type": "string",
|
|
3279
|
-
"complexType": {
|
|
3280
|
-
"original": "string",
|
|
3281
|
-
"resolved": "string",
|
|
3282
|
-
"references": {}
|
|
3283
|
-
},
|
|
3284
|
-
"mutable": false,
|
|
3285
|
-
"attr": "icon",
|
|
3286
|
-
"reflectToAttr": false,
|
|
3287
|
-
"docs": "Icon name passed to <ds-icon> for `icon` / `icon-label` variants.",
|
|
3288
|
-
"docsTags": [
|
|
3289
|
-
{
|
|
3290
|
-
"name": "default",
|
|
3291
|
-
"text": "''"
|
|
3292
|
-
}
|
|
3293
|
-
],
|
|
3294
|
-
"default": "''",
|
|
3295
|
-
"values": [
|
|
3296
|
-
{
|
|
3159
|
+
"value": "positive",
|
|
3297
3160
|
"type": "string"
|
|
3298
|
-
}
|
|
3299
|
-
],
|
|
3300
|
-
"optional": false,
|
|
3301
|
-
"required": false,
|
|
3302
|
-
"getter": false,
|
|
3303
|
-
"setter": false
|
|
3304
|
-
},
|
|
3305
|
-
{
|
|
3306
|
-
"name": "isActive",
|
|
3307
|
-
"type": "boolean",
|
|
3308
|
-
"complexType": {
|
|
3309
|
-
"original": "boolean",
|
|
3310
|
-
"resolved": "boolean",
|
|
3311
|
-
"references": {}
|
|
3312
|
-
},
|
|
3313
|
-
"mutable": false,
|
|
3314
|
-
"attr": "is-active",
|
|
3315
|
-
"reflectToAttr": false,
|
|
3316
|
-
"docs": "Active/selected visual state. Always promotes foreground to primary.",
|
|
3317
|
-
"docsTags": [
|
|
3161
|
+
},
|
|
3318
3162
|
{
|
|
3319
|
-
"
|
|
3320
|
-
"
|
|
3321
|
-
}
|
|
3322
|
-
],
|
|
3323
|
-
"default": "false",
|
|
3324
|
-
"values": [
|
|
3163
|
+
"value": "walkthrough",
|
|
3164
|
+
"type": "string"
|
|
3165
|
+
},
|
|
3325
3166
|
{
|
|
3326
|
-
"
|
|
3167
|
+
"value": "warning",
|
|
3168
|
+
"type": "string"
|
|
3327
3169
|
}
|
|
3328
3170
|
],
|
|
3329
3171
|
"optional": false,
|
|
@@ -3418,32 +3260,6 @@
|
|
|
3418
3260
|
"getter": false,
|
|
3419
3261
|
"setter": false
|
|
3420
3262
|
},
|
|
3421
|
-
{
|
|
3422
|
-
"name": "pressed",
|
|
3423
|
-
"type": "boolean | undefined",
|
|
3424
|
-
"complexType": {
|
|
3425
|
-
"original": "boolean | undefined",
|
|
3426
|
-
"resolved": "boolean | undefined",
|
|
3427
|
-
"references": {}
|
|
3428
|
-
},
|
|
3429
|
-
"mutable": false,
|
|
3430
|
-
"attr": "pressed",
|
|
3431
|
-
"reflectToAttr": false,
|
|
3432
|
-
"docs": "",
|
|
3433
|
-
"docsTags": [],
|
|
3434
|
-
"values": [
|
|
3435
|
-
{
|
|
3436
|
-
"type": "boolean"
|
|
3437
|
-
},
|
|
3438
|
-
{
|
|
3439
|
-
"type": "undefined"
|
|
3440
|
-
}
|
|
3441
|
-
],
|
|
3442
|
-
"optional": false,
|
|
3443
|
-
"required": false,
|
|
3444
|
-
"getter": false,
|
|
3445
|
-
"setter": false
|
|
3446
|
-
},
|
|
3447
3263
|
{
|
|
3448
3264
|
"name": "rounded",
|
|
3449
3265
|
"type": "boolean",
|
|
@@ -3477,13 +3293,13 @@
|
|
|
3477
3293
|
"name": "size",
|
|
3478
3294
|
"type": "\"md\" | \"sm\" | \"xs\"",
|
|
3479
3295
|
"complexType": {
|
|
3480
|
-
"original": "
|
|
3296
|
+
"original": "ButtonFilledSize",
|
|
3481
3297
|
"resolved": "\"md\" | \"sm\" | \"xs\"",
|
|
3482
3298
|
"references": {
|
|
3483
|
-
"
|
|
3299
|
+
"ButtonFilledSize": {
|
|
3484
3300
|
"location": "local",
|
|
3485
|
-
"path": "/home/runner/work/compomo/compomo/src/wc/components/
|
|
3486
|
-
"id": "src/wc/components/
|
|
3301
|
+
"path": "/home/runner/work/compomo/compomo/src/wc/components/ButtonFilled/ButtonFilled.tsx",
|
|
3302
|
+
"id": "src/wc/components/ButtonFilled/ButtonFilled.tsx::ButtonFilledSize"
|
|
3487
3303
|
}
|
|
3488
3304
|
}
|
|
3489
3305
|
},
|
|
@@ -3559,13 +3375,13 @@
|
|
|
3559
3375
|
"name": "variant",
|
|
3560
3376
|
"type": "\"icon\" | \"icon-label\" | \"label\"",
|
|
3561
3377
|
"complexType": {
|
|
3562
|
-
"original": "
|
|
3378
|
+
"original": "ButtonFilledVariant",
|
|
3563
3379
|
"resolved": "\"icon\" | \"icon-label\" | \"label\"",
|
|
3564
3380
|
"references": {
|
|
3565
|
-
"
|
|
3381
|
+
"ButtonFilledVariant": {
|
|
3566
3382
|
"location": "local",
|
|
3567
|
-
"path": "/home/runner/work/compomo/compomo/src/wc/components/
|
|
3568
|
-
"id": "src/wc/components/
|
|
3383
|
+
"path": "/home/runner/work/compomo/compomo/src/wc/components/ButtonFilled/ButtonFilled.tsx",
|
|
3384
|
+
"id": "src/wc/components/ButtonFilled/ButtonFilled.tsx::ButtonFilledVariant"
|
|
3569
3385
|
}
|
|
3570
3386
|
}
|
|
3571
3387
|
},
|
|
@@ -3603,13 +3419,13 @@
|
|
|
3603
3419
|
"name": "width",
|
|
3604
3420
|
"type": "\"fill\" | \"hug\"",
|
|
3605
3421
|
"complexType": {
|
|
3606
|
-
"original": "
|
|
3422
|
+
"original": "ButtonFilledWidth",
|
|
3607
3423
|
"resolved": "\"fill\" | \"hug\"",
|
|
3608
3424
|
"references": {
|
|
3609
|
-
"
|
|
3425
|
+
"ButtonFilledWidth": {
|
|
3610
3426
|
"location": "local",
|
|
3611
|
-
"path": "/home/runner/work/compomo/compomo/src/wc/components/
|
|
3612
|
-
"id": "src/wc/components/
|
|
3427
|
+
"path": "/home/runner/work/compomo/compomo/src/wc/components/ButtonFilled/ButtonFilled.tsx",
|
|
3428
|
+
"id": "src/wc/components/ButtonFilled/ButtonFilled.tsx::ButtonFilledWidth"
|
|
3613
3429
|
}
|
|
3614
3430
|
}
|
|
3615
3431
|
},
|
|
@@ -3665,20 +3481,6 @@
|
|
|
3665
3481
|
}
|
|
3666
3482
|
],
|
|
3667
3483
|
"events": [
|
|
3668
|
-
{
|
|
3669
|
-
"event": "dsChange",
|
|
3670
|
-
"detail": "boolean",
|
|
3671
|
-
"bubbles": true,
|
|
3672
|
-
"complexType": {
|
|
3673
|
-
"original": "boolean",
|
|
3674
|
-
"resolved": "boolean",
|
|
3675
|
-
"references": {}
|
|
3676
|
-
},
|
|
3677
|
-
"cancelable": true,
|
|
3678
|
-
"composed": true,
|
|
3679
|
-
"docs": "",
|
|
3680
|
-
"docsTags": []
|
|
3681
|
-
},
|
|
3682
3484
|
{
|
|
3683
3485
|
"event": "dsClick",
|
|
3684
3486
|
"detail": "MouseEvent",
|
|
@@ -3705,30 +3507,1173 @@
|
|
|
3705
3507
|
"parts": [],
|
|
3706
3508
|
"states": [],
|
|
3707
3509
|
"dependents": [
|
|
3708
|
-
"ds-bar-nav",
|
|
3709
3510
|
"ds-bar-title",
|
|
3710
|
-
"ds-
|
|
3511
|
+
"ds-bar-workflow",
|
|
3711
3512
|
"ds-card-setting",
|
|
3712
|
-
"ds-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
"ds-
|
|
3716
|
-
"ds-
|
|
3717
|
-
"ds-
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
"ds-
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3513
|
+
"ds-message-composer"
|
|
3514
|
+
],
|
|
3515
|
+
"dependencies": [
|
|
3516
|
+
"ds-loader",
|
|
3517
|
+
"ds-icon",
|
|
3518
|
+
"ds-text"
|
|
3519
|
+
],
|
|
3520
|
+
"dependencyGraph": {
|
|
3521
|
+
"ds-button-filled": [
|
|
3522
|
+
"ds-loader",
|
|
3523
|
+
"ds-icon",
|
|
3524
|
+
"ds-text"
|
|
3525
|
+
],
|
|
3526
|
+
"ds-bar-title": [
|
|
3527
|
+
"ds-button-filled"
|
|
3528
|
+
],
|
|
3529
|
+
"ds-bar-workflow": [
|
|
3530
|
+
"ds-button-filled"
|
|
3531
|
+
],
|
|
3532
|
+
"ds-card-setting": [
|
|
3533
|
+
"ds-button-filled"
|
|
3534
|
+
],
|
|
3535
|
+
"ds-message-composer": [
|
|
3536
|
+
"ds-button-filled"
|
|
3537
|
+
]
|
|
3538
|
+
}
|
|
3539
|
+
},
|
|
3540
|
+
{
|
|
3541
|
+
"filePath": "src/wc/components/ButtonUnfilled/ButtonUnfilled.tsx",
|
|
3542
|
+
"encapsulation": "scoped",
|
|
3543
|
+
"tag": "ds-button-unfilled",
|
|
3544
|
+
"docs": "",
|
|
3545
|
+
"docsTags": [],
|
|
3546
|
+
"usage": {},
|
|
3547
|
+
"props": [
|
|
3548
|
+
{
|
|
3549
|
+
"name": "activeFill",
|
|
3550
|
+
"type": "boolean",
|
|
3551
|
+
"complexType": {
|
|
3552
|
+
"original": "boolean",
|
|
3553
|
+
"resolved": "boolean",
|
|
3554
|
+
"references": {}
|
|
3555
|
+
},
|
|
3556
|
+
"mutable": false,
|
|
3557
|
+
"attr": "active-fill",
|
|
3558
|
+
"reflectToAttr": false,
|
|
3559
|
+
"docs": "When active, render the selected interaction fill.\nDefault `true` for general UI. Shell chrome (nav / tool rails) should pass\n`false` so selection is foreground-only (primary color, no fill).",
|
|
3560
|
+
"docsTags": [
|
|
3561
|
+
{
|
|
3562
|
+
"name": "default",
|
|
3563
|
+
"text": "true"
|
|
3564
|
+
}
|
|
3565
|
+
],
|
|
3566
|
+
"default": "true",
|
|
3567
|
+
"values": [
|
|
3568
|
+
{
|
|
3569
|
+
"type": "boolean"
|
|
3570
|
+
}
|
|
3571
|
+
],
|
|
3572
|
+
"optional": false,
|
|
3573
|
+
"required": false,
|
|
3574
|
+
"getter": false,
|
|
3575
|
+
"setter": false
|
|
3576
|
+
},
|
|
3577
|
+
{
|
|
3578
|
+
"name": "ariaLabel",
|
|
3579
|
+
"type": "null | string",
|
|
3580
|
+
"complexType": {
|
|
3581
|
+
"original": "string | null",
|
|
3582
|
+
"resolved": "null | string",
|
|
3583
|
+
"references": {}
|
|
3584
|
+
},
|
|
3585
|
+
"mutable": false,
|
|
3586
|
+
"attr": "aria-label",
|
|
3587
|
+
"reflectToAttr": false,
|
|
3588
|
+
"docs": "Accessible name override. Required for icon-only buttons.",
|
|
3589
|
+
"docsTags": [
|
|
3590
|
+
{
|
|
3591
|
+
"name": "default",
|
|
3592
|
+
"text": "null"
|
|
3593
|
+
}
|
|
3594
|
+
],
|
|
3595
|
+
"default": "null",
|
|
3596
|
+
"values": [
|
|
3597
|
+
{
|
|
3598
|
+
"type": "null"
|
|
3599
|
+
},
|
|
3600
|
+
{
|
|
3601
|
+
"type": "string"
|
|
3602
|
+
}
|
|
3603
|
+
],
|
|
3604
|
+
"optional": false,
|
|
3605
|
+
"required": false,
|
|
3606
|
+
"getter": false,
|
|
3607
|
+
"setter": false
|
|
3608
|
+
},
|
|
3609
|
+
{
|
|
3610
|
+
"name": "background",
|
|
3611
|
+
"type": "\"always-dark\" | \"bold\" | \"faint\" | \"inverted\" | \"media\" | \"medium\" | \"strong\" | \"translucent\" | undefined",
|
|
3612
|
+
"complexType": {
|
|
3613
|
+
"original": "ButtonUnfilledBackground | undefined",
|
|
3614
|
+
"resolved": "\"always-dark\" | \"bold\" | \"faint\" | \"inverted\" | \"media\" | \"medium\" | \"strong\" | \"translucent\" | undefined",
|
|
3615
|
+
"references": {
|
|
3616
|
+
"ButtonUnfilledBackground": {
|
|
3617
|
+
"location": "local",
|
|
3618
|
+
"path": "/home/runner/work/compomo/compomo/src/wc/components/ButtonUnfilled/ButtonUnfilled.tsx",
|
|
3619
|
+
"id": "src/wc/components/ButtonUnfilled/ButtonUnfilled.tsx::ButtonUnfilledBackground"
|
|
3620
|
+
}
|
|
3621
|
+
}
|
|
3622
|
+
},
|
|
3623
|
+
"mutable": false,
|
|
3624
|
+
"attr": "background",
|
|
3625
|
+
"reflectToAttr": false,
|
|
3626
|
+
"docs": "Actual parent surface context. Omit on primary and secondary surfaces.",
|
|
3627
|
+
"docsTags": [],
|
|
3628
|
+
"values": [
|
|
3629
|
+
{
|
|
3630
|
+
"value": "always-dark",
|
|
3631
|
+
"type": "string"
|
|
3632
|
+
},
|
|
3633
|
+
{
|
|
3634
|
+
"value": "bold",
|
|
3635
|
+
"type": "string"
|
|
3636
|
+
},
|
|
3637
|
+
{
|
|
3638
|
+
"value": "faint",
|
|
3639
|
+
"type": "string"
|
|
3640
|
+
},
|
|
3641
|
+
{
|
|
3642
|
+
"value": "inverted",
|
|
3643
|
+
"type": "string"
|
|
3644
|
+
},
|
|
3645
|
+
{
|
|
3646
|
+
"value": "media",
|
|
3647
|
+
"type": "string"
|
|
3648
|
+
},
|
|
3649
|
+
{
|
|
3650
|
+
"value": "medium",
|
|
3651
|
+
"type": "string"
|
|
3652
|
+
},
|
|
3653
|
+
{
|
|
3654
|
+
"value": "strong",
|
|
3655
|
+
"type": "string"
|
|
3656
|
+
},
|
|
3657
|
+
{
|
|
3658
|
+
"value": "translucent",
|
|
3659
|
+
"type": "string"
|
|
3660
|
+
},
|
|
3661
|
+
{
|
|
3662
|
+
"type": "undefined"
|
|
3663
|
+
}
|
|
3664
|
+
],
|
|
3665
|
+
"optional": false,
|
|
3666
|
+
"required": false,
|
|
3667
|
+
"getter": false,
|
|
3668
|
+
"setter": false
|
|
3669
|
+
},
|
|
3670
|
+
{
|
|
3671
|
+
"name": "controls",
|
|
3672
|
+
"type": "string | undefined",
|
|
3673
|
+
"complexType": {
|
|
3674
|
+
"original": "string | undefined",
|
|
3675
|
+
"resolved": "string | undefined",
|
|
3676
|
+
"references": {}
|
|
3677
|
+
},
|
|
3678
|
+
"mutable": false,
|
|
3679
|
+
"attr": "controls",
|
|
3680
|
+
"reflectToAttr": false,
|
|
3681
|
+
"docs": "",
|
|
3682
|
+
"docsTags": [],
|
|
3683
|
+
"values": [
|
|
3684
|
+
{
|
|
3685
|
+
"type": "string"
|
|
3686
|
+
},
|
|
3687
|
+
{
|
|
3688
|
+
"type": "undefined"
|
|
3689
|
+
}
|
|
3690
|
+
],
|
|
3691
|
+
"optional": false,
|
|
3692
|
+
"required": false,
|
|
3693
|
+
"getter": false,
|
|
3694
|
+
"setter": false
|
|
3695
|
+
},
|
|
3696
|
+
{
|
|
3697
|
+
"name": "dot",
|
|
3698
|
+
"type": "boolean",
|
|
3699
|
+
"complexType": {
|
|
3700
|
+
"original": "boolean",
|
|
3701
|
+
"resolved": "boolean",
|
|
3702
|
+
"references": {}
|
|
3703
|
+
},
|
|
3704
|
+
"mutable": false,
|
|
3705
|
+
"attr": "dot",
|
|
3706
|
+
"reflectToAttr": false,
|
|
3707
|
+
"docs": "Show a notification dot at the top-right of the icon zone (icon variant only).",
|
|
3708
|
+
"docsTags": [
|
|
3709
|
+
{
|
|
3710
|
+
"name": "default",
|
|
3711
|
+
"text": "false"
|
|
3712
|
+
}
|
|
3713
|
+
],
|
|
3714
|
+
"default": "false",
|
|
3715
|
+
"values": [
|
|
3716
|
+
{
|
|
3717
|
+
"type": "boolean"
|
|
3718
|
+
}
|
|
3719
|
+
],
|
|
3720
|
+
"optional": false,
|
|
3721
|
+
"required": false,
|
|
3722
|
+
"getter": false,
|
|
3723
|
+
"setter": false
|
|
3724
|
+
},
|
|
3725
|
+
{
|
|
3726
|
+
"name": "expanded",
|
|
3727
|
+
"type": "boolean | undefined",
|
|
3728
|
+
"complexType": {
|
|
3729
|
+
"original": "boolean | undefined",
|
|
3730
|
+
"resolved": "boolean | undefined",
|
|
3731
|
+
"references": {}
|
|
3732
|
+
},
|
|
3733
|
+
"mutable": false,
|
|
3734
|
+
"attr": "expanded",
|
|
3735
|
+
"reflectToAttr": false,
|
|
3736
|
+
"docs": "",
|
|
3737
|
+
"docsTags": [],
|
|
3738
|
+
"values": [
|
|
3739
|
+
{
|
|
3740
|
+
"type": "boolean"
|
|
3741
|
+
},
|
|
3742
|
+
{
|
|
3743
|
+
"type": "undefined"
|
|
3744
|
+
}
|
|
3745
|
+
],
|
|
3746
|
+
"optional": false,
|
|
3747
|
+
"required": false,
|
|
3748
|
+
"getter": false,
|
|
3749
|
+
"setter": false
|
|
3750
|
+
},
|
|
3751
|
+
{
|
|
3752
|
+
"name": "focusTabIndex",
|
|
3753
|
+
"type": "number | undefined",
|
|
3754
|
+
"complexType": {
|
|
3755
|
+
"original": "number",
|
|
3756
|
+
"resolved": "number | undefined",
|
|
3757
|
+
"references": {}
|
|
3758
|
+
},
|
|
3759
|
+
"mutable": false,
|
|
3760
|
+
"attr": "tab-index",
|
|
3761
|
+
"reflectToAttr": false,
|
|
3762
|
+
"docs": "Native `tabindex` for roving keyboard groups in shell chrome.\nOmit for the default button tab stop (`0`).",
|
|
3763
|
+
"docsTags": [],
|
|
3764
|
+
"values": [
|
|
3765
|
+
{
|
|
3766
|
+
"type": "number"
|
|
3767
|
+
},
|
|
3768
|
+
{
|
|
3769
|
+
"type": "undefined"
|
|
3770
|
+
}
|
|
3771
|
+
],
|
|
3772
|
+
"optional": true,
|
|
3773
|
+
"required": false,
|
|
3774
|
+
"getter": false,
|
|
3775
|
+
"setter": false
|
|
3776
|
+
},
|
|
3777
|
+
{
|
|
3778
|
+
"name": "hasBorder",
|
|
3779
|
+
"type": "boolean",
|
|
3780
|
+
"complexType": {
|
|
3781
|
+
"original": "boolean",
|
|
3782
|
+
"resolved": "boolean",
|
|
3783
|
+
"references": {}
|
|
3784
|
+
},
|
|
3785
|
+
"mutable": false,
|
|
3786
|
+
"attr": "has-border",
|
|
3787
|
+
"reflectToAttr": false,
|
|
3788
|
+
"docs": "Show a 1px secondary inset border. Default on; shell chrome can pass `false`.",
|
|
3789
|
+
"docsTags": [
|
|
3790
|
+
{
|
|
3791
|
+
"name": "default",
|
|
3792
|
+
"text": "true"
|
|
3793
|
+
}
|
|
3794
|
+
],
|
|
3795
|
+
"default": "true",
|
|
3796
|
+
"values": [
|
|
3797
|
+
{
|
|
3798
|
+
"type": "boolean"
|
|
3799
|
+
}
|
|
3800
|
+
],
|
|
3801
|
+
"optional": false,
|
|
3802
|
+
"required": false,
|
|
3803
|
+
"getter": false,
|
|
3804
|
+
"setter": false
|
|
3805
|
+
},
|
|
3806
|
+
{
|
|
3807
|
+
"name": "haspopup",
|
|
3808
|
+
"type": "\"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" | \"true\" | undefined",
|
|
3809
|
+
"complexType": {
|
|
3810
|
+
"original": "ButtonUnfilledPopup | undefined",
|
|
3811
|
+
"resolved": "\"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" | \"true\" | undefined",
|
|
3812
|
+
"references": {
|
|
3813
|
+
"ButtonUnfilledPopup": {
|
|
3814
|
+
"location": "local",
|
|
3815
|
+
"path": "/home/runner/work/compomo/compomo/src/wc/components/ButtonUnfilled/ButtonUnfilled.tsx",
|
|
3816
|
+
"id": "src/wc/components/ButtonUnfilled/ButtonUnfilled.tsx::ButtonUnfilledPopup"
|
|
3817
|
+
}
|
|
3818
|
+
}
|
|
3819
|
+
},
|
|
3820
|
+
"mutable": false,
|
|
3821
|
+
"attr": "haspopup",
|
|
3822
|
+
"reflectToAttr": false,
|
|
3823
|
+
"docs": "",
|
|
3824
|
+
"docsTags": [],
|
|
3825
|
+
"values": [
|
|
3826
|
+
{
|
|
3827
|
+
"value": "dialog",
|
|
3828
|
+
"type": "string"
|
|
3829
|
+
},
|
|
3830
|
+
{
|
|
3831
|
+
"value": "grid",
|
|
3832
|
+
"type": "string"
|
|
3833
|
+
},
|
|
3834
|
+
{
|
|
3835
|
+
"value": "listbox",
|
|
3836
|
+
"type": "string"
|
|
3837
|
+
},
|
|
3838
|
+
{
|
|
3839
|
+
"value": "menu",
|
|
3840
|
+
"type": "string"
|
|
3841
|
+
},
|
|
3842
|
+
{
|
|
3843
|
+
"value": "tree",
|
|
3844
|
+
"type": "string"
|
|
3845
|
+
},
|
|
3846
|
+
{
|
|
3847
|
+
"value": "true",
|
|
3848
|
+
"type": "string"
|
|
3849
|
+
},
|
|
3850
|
+
{
|
|
3851
|
+
"type": "undefined"
|
|
3852
|
+
}
|
|
3853
|
+
],
|
|
3854
|
+
"optional": false,
|
|
3855
|
+
"required": false,
|
|
3856
|
+
"getter": false,
|
|
3857
|
+
"setter": false
|
|
3858
|
+
},
|
|
3859
|
+
{
|
|
3860
|
+
"name": "icon",
|
|
3861
|
+
"type": "string",
|
|
3862
|
+
"complexType": {
|
|
3863
|
+
"original": "string",
|
|
3864
|
+
"resolved": "string",
|
|
3865
|
+
"references": {}
|
|
3866
|
+
},
|
|
3867
|
+
"mutable": false,
|
|
3868
|
+
"attr": "icon",
|
|
3869
|
+
"reflectToAttr": false,
|
|
3870
|
+
"docs": "Icon name passed to <ds-icon> for `icon` / `icon-label` variants.",
|
|
3871
|
+
"docsTags": [
|
|
3872
|
+
{
|
|
3873
|
+
"name": "default",
|
|
3874
|
+
"text": "''"
|
|
3875
|
+
}
|
|
3876
|
+
],
|
|
3877
|
+
"default": "''",
|
|
3878
|
+
"values": [
|
|
3879
|
+
{
|
|
3880
|
+
"type": "string"
|
|
3881
|
+
}
|
|
3882
|
+
],
|
|
3883
|
+
"optional": false,
|
|
3884
|
+
"required": false,
|
|
3885
|
+
"getter": false,
|
|
3886
|
+
"setter": false
|
|
3887
|
+
},
|
|
3888
|
+
{
|
|
3889
|
+
"name": "isActive",
|
|
3890
|
+
"type": "boolean",
|
|
3891
|
+
"complexType": {
|
|
3892
|
+
"original": "boolean",
|
|
3893
|
+
"resolved": "boolean",
|
|
3894
|
+
"references": {}
|
|
3895
|
+
},
|
|
3896
|
+
"mutable": false,
|
|
3897
|
+
"attr": "is-active",
|
|
3898
|
+
"reflectToAttr": false,
|
|
3899
|
+
"docs": "Active/selected visual state. Always promotes foreground to primary.",
|
|
3900
|
+
"docsTags": [
|
|
3901
|
+
{
|
|
3902
|
+
"name": "default",
|
|
3903
|
+
"text": "false"
|
|
3904
|
+
}
|
|
3905
|
+
],
|
|
3906
|
+
"default": "false",
|
|
3907
|
+
"values": [
|
|
3908
|
+
{
|
|
3909
|
+
"type": "boolean"
|
|
3910
|
+
}
|
|
3911
|
+
],
|
|
3912
|
+
"optional": false,
|
|
3913
|
+
"required": false,
|
|
3914
|
+
"getter": false,
|
|
3915
|
+
"setter": false
|
|
3916
|
+
},
|
|
3917
|
+
{
|
|
3918
|
+
"name": "isInactive",
|
|
3919
|
+
"type": "boolean",
|
|
3920
|
+
"complexType": {
|
|
3921
|
+
"original": "boolean",
|
|
3922
|
+
"resolved": "boolean",
|
|
3923
|
+
"references": {}
|
|
3924
|
+
},
|
|
3925
|
+
"mutable": false,
|
|
3926
|
+
"attr": "is-inactive",
|
|
3927
|
+
"reflectToAttr": false,
|
|
3928
|
+
"docs": "Disables interaction.",
|
|
3929
|
+
"docsTags": [
|
|
3930
|
+
{
|
|
3931
|
+
"name": "default",
|
|
3932
|
+
"text": "false"
|
|
3933
|
+
}
|
|
3934
|
+
],
|
|
3935
|
+
"default": "false",
|
|
3936
|
+
"values": [
|
|
3937
|
+
{
|
|
3938
|
+
"type": "boolean"
|
|
3939
|
+
}
|
|
3940
|
+
],
|
|
3941
|
+
"optional": false,
|
|
3942
|
+
"required": false,
|
|
3943
|
+
"getter": false,
|
|
3944
|
+
"setter": false
|
|
3945
|
+
},
|
|
3946
|
+
{
|
|
3947
|
+
"name": "isLoading",
|
|
3948
|
+
"type": "boolean",
|
|
3949
|
+
"complexType": {
|
|
3950
|
+
"original": "boolean",
|
|
3951
|
+
"resolved": "boolean",
|
|
3952
|
+
"references": {}
|
|
3953
|
+
},
|
|
3954
|
+
"mutable": false,
|
|
3955
|
+
"attr": "is-loading",
|
|
3956
|
+
"reflectToAttr": false,
|
|
3957
|
+
"docs": "Shows an inline loader and prevents interaction without applying inactive opacity.",
|
|
3958
|
+
"docsTags": [
|
|
3959
|
+
{
|
|
3960
|
+
"name": "default",
|
|
3961
|
+
"text": "false"
|
|
3962
|
+
}
|
|
3963
|
+
],
|
|
3964
|
+
"default": "false",
|
|
3965
|
+
"values": [
|
|
3966
|
+
{
|
|
3967
|
+
"type": "boolean"
|
|
3968
|
+
}
|
|
3969
|
+
],
|
|
3970
|
+
"optional": false,
|
|
3971
|
+
"required": false,
|
|
3972
|
+
"getter": false,
|
|
3973
|
+
"setter": false
|
|
3974
|
+
},
|
|
3975
|
+
{
|
|
3976
|
+
"name": "label",
|
|
3977
|
+
"type": "string",
|
|
3978
|
+
"complexType": {
|
|
3979
|
+
"original": "string",
|
|
3980
|
+
"resolved": "string",
|
|
3981
|
+
"references": {}
|
|
3982
|
+
},
|
|
3983
|
+
"mutable": false,
|
|
3984
|
+
"attr": "label",
|
|
3985
|
+
"reflectToAttr": false,
|
|
3986
|
+
"docs": "Visible text for `label` / `icon-label` variants.",
|
|
3987
|
+
"docsTags": [
|
|
3988
|
+
{
|
|
3989
|
+
"name": "default",
|
|
3990
|
+
"text": "''"
|
|
3991
|
+
}
|
|
3992
|
+
],
|
|
3993
|
+
"default": "''",
|
|
3994
|
+
"values": [
|
|
3995
|
+
{
|
|
3996
|
+
"type": "string"
|
|
3997
|
+
}
|
|
3998
|
+
],
|
|
3999
|
+
"optional": false,
|
|
4000
|
+
"required": false,
|
|
4001
|
+
"getter": false,
|
|
4002
|
+
"setter": false
|
|
4003
|
+
},
|
|
4004
|
+
{
|
|
4005
|
+
"name": "pressed",
|
|
4006
|
+
"type": "boolean | undefined",
|
|
4007
|
+
"complexType": {
|
|
4008
|
+
"original": "boolean | undefined",
|
|
4009
|
+
"resolved": "boolean | undefined",
|
|
4010
|
+
"references": {}
|
|
4011
|
+
},
|
|
4012
|
+
"mutable": false,
|
|
4013
|
+
"attr": "pressed",
|
|
4014
|
+
"reflectToAttr": false,
|
|
4015
|
+
"docs": "",
|
|
4016
|
+
"docsTags": [],
|
|
4017
|
+
"values": [
|
|
4018
|
+
{
|
|
4019
|
+
"type": "boolean"
|
|
4020
|
+
},
|
|
4021
|
+
{
|
|
4022
|
+
"type": "undefined"
|
|
4023
|
+
}
|
|
4024
|
+
],
|
|
4025
|
+
"optional": false,
|
|
4026
|
+
"required": false,
|
|
4027
|
+
"getter": false,
|
|
4028
|
+
"setter": false
|
|
4029
|
+
},
|
|
4030
|
+
{
|
|
4031
|
+
"name": "rounded",
|
|
4032
|
+
"type": "boolean",
|
|
4033
|
+
"complexType": {
|
|
4034
|
+
"original": "boolean",
|
|
4035
|
+
"resolved": "boolean",
|
|
4036
|
+
"references": {}
|
|
4037
|
+
},
|
|
4038
|
+
"mutable": false,
|
|
4039
|
+
"attr": "rounded",
|
|
4040
|
+
"reflectToAttr": false,
|
|
4041
|
+
"docs": "Use the half-radius treatment instead of the default control radius.",
|
|
4042
|
+
"docsTags": [
|
|
4043
|
+
{
|
|
4044
|
+
"name": "default",
|
|
4045
|
+
"text": "false"
|
|
4046
|
+
}
|
|
4047
|
+
],
|
|
4048
|
+
"default": "false",
|
|
4049
|
+
"values": [
|
|
4050
|
+
{
|
|
4051
|
+
"type": "boolean"
|
|
4052
|
+
}
|
|
4053
|
+
],
|
|
4054
|
+
"optional": false,
|
|
4055
|
+
"required": false,
|
|
4056
|
+
"getter": false,
|
|
4057
|
+
"setter": false
|
|
4058
|
+
},
|
|
4059
|
+
{
|
|
4060
|
+
"name": "size",
|
|
4061
|
+
"type": "\"md\" | \"sm\" | \"xs\"",
|
|
4062
|
+
"complexType": {
|
|
4063
|
+
"original": "ButtonUnfilledSize",
|
|
4064
|
+
"resolved": "\"md\" | \"sm\" | \"xs\"",
|
|
4065
|
+
"references": {
|
|
4066
|
+
"ButtonUnfilledSize": {
|
|
4067
|
+
"location": "local",
|
|
4068
|
+
"path": "/home/runner/work/compomo/compomo/src/wc/components/ButtonUnfilled/ButtonUnfilled.tsx",
|
|
4069
|
+
"id": "src/wc/components/ButtonUnfilled/ButtonUnfilled.tsx::ButtonUnfilledSize"
|
|
4070
|
+
}
|
|
4071
|
+
}
|
|
4072
|
+
},
|
|
4073
|
+
"mutable": false,
|
|
4074
|
+
"attr": "size",
|
|
4075
|
+
"reflectToAttr": false,
|
|
4076
|
+
"docs": "Control density (height, padding, icon, type).",
|
|
4077
|
+
"docsTags": [
|
|
4078
|
+
{
|
|
4079
|
+
"name": "default",
|
|
4080
|
+
"text": "'md'"
|
|
4081
|
+
}
|
|
4082
|
+
],
|
|
4083
|
+
"default": "'md'",
|
|
4084
|
+
"values": [
|
|
4085
|
+
{
|
|
4086
|
+
"value": "md",
|
|
4087
|
+
"type": "string"
|
|
4088
|
+
},
|
|
4089
|
+
{
|
|
4090
|
+
"value": "sm",
|
|
4091
|
+
"type": "string"
|
|
4092
|
+
},
|
|
4093
|
+
{
|
|
4094
|
+
"value": "xs",
|
|
4095
|
+
"type": "string"
|
|
4096
|
+
}
|
|
4097
|
+
],
|
|
4098
|
+
"optional": false,
|
|
4099
|
+
"required": false,
|
|
4100
|
+
"getter": false,
|
|
4101
|
+
"setter": false
|
|
4102
|
+
},
|
|
4103
|
+
{
|
|
4104
|
+
"name": "type",
|
|
4105
|
+
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
4106
|
+
"complexType": {
|
|
4107
|
+
"original": "'button' | 'submit' | 'reset'",
|
|
4108
|
+
"resolved": "\"button\" | \"reset\" | \"submit\"",
|
|
4109
|
+
"references": {}
|
|
4110
|
+
},
|
|
4111
|
+
"mutable": false,
|
|
4112
|
+
"attr": "type",
|
|
4113
|
+
"reflectToAttr": false,
|
|
4114
|
+
"docs": "Native button type.",
|
|
4115
|
+
"docsTags": [
|
|
4116
|
+
{
|
|
4117
|
+
"name": "default",
|
|
4118
|
+
"text": "'button'"
|
|
4119
|
+
}
|
|
4120
|
+
],
|
|
4121
|
+
"default": "'button'",
|
|
4122
|
+
"values": [
|
|
4123
|
+
{
|
|
4124
|
+
"value": "button",
|
|
4125
|
+
"type": "string"
|
|
4126
|
+
},
|
|
4127
|
+
{
|
|
4128
|
+
"value": "reset",
|
|
4129
|
+
"type": "string"
|
|
4130
|
+
},
|
|
4131
|
+
{
|
|
4132
|
+
"value": "submit",
|
|
4133
|
+
"type": "string"
|
|
4134
|
+
}
|
|
4135
|
+
],
|
|
4136
|
+
"optional": false,
|
|
4137
|
+
"required": false,
|
|
4138
|
+
"getter": false,
|
|
4139
|
+
"setter": false
|
|
4140
|
+
},
|
|
4141
|
+
{
|
|
4142
|
+
"name": "variant",
|
|
4143
|
+
"type": "\"icon\" | \"icon-label\" | \"label\"",
|
|
4144
|
+
"complexType": {
|
|
4145
|
+
"original": "ButtonUnfilledVariant",
|
|
4146
|
+
"resolved": "\"icon\" | \"icon-label\" | \"label\"",
|
|
4147
|
+
"references": {
|
|
4148
|
+
"ButtonUnfilledVariant": {
|
|
4149
|
+
"location": "local",
|
|
4150
|
+
"path": "/home/runner/work/compomo/compomo/src/wc/components/ButtonUnfilled/ButtonUnfilled.tsx",
|
|
4151
|
+
"id": "src/wc/components/ButtonUnfilled/ButtonUnfilled.tsx::ButtonUnfilledVariant"
|
|
4152
|
+
}
|
|
4153
|
+
}
|
|
4154
|
+
},
|
|
4155
|
+
"mutable": false,
|
|
4156
|
+
"attr": "variant",
|
|
4157
|
+
"reflectToAttr": false,
|
|
4158
|
+
"docs": "Content layout. Default is label-only; pass `icon` for icon-only chrome\n(nav / tool rails) or `icon-label` for leading icon + text.",
|
|
4159
|
+
"docsTags": [
|
|
4160
|
+
{
|
|
4161
|
+
"name": "default",
|
|
4162
|
+
"text": "'label'"
|
|
4163
|
+
}
|
|
4164
|
+
],
|
|
4165
|
+
"default": "'label'",
|
|
4166
|
+
"values": [
|
|
4167
|
+
{
|
|
4168
|
+
"value": "icon",
|
|
4169
|
+
"type": "string"
|
|
4170
|
+
},
|
|
4171
|
+
{
|
|
4172
|
+
"value": "icon-label",
|
|
4173
|
+
"type": "string"
|
|
4174
|
+
},
|
|
4175
|
+
{
|
|
4176
|
+
"value": "label",
|
|
4177
|
+
"type": "string"
|
|
4178
|
+
}
|
|
4179
|
+
],
|
|
4180
|
+
"optional": false,
|
|
4181
|
+
"required": false,
|
|
4182
|
+
"getter": false,
|
|
4183
|
+
"setter": false
|
|
4184
|
+
},
|
|
4185
|
+
{
|
|
4186
|
+
"name": "width",
|
|
4187
|
+
"type": "\"fill\" | \"hug\"",
|
|
4188
|
+
"complexType": {
|
|
4189
|
+
"original": "ButtonUnfilledWidth",
|
|
4190
|
+
"resolved": "\"fill\" | \"hug\"",
|
|
4191
|
+
"references": {
|
|
4192
|
+
"ButtonUnfilledWidth": {
|
|
4193
|
+
"location": "local",
|
|
4194
|
+
"path": "/home/runner/work/compomo/compomo/src/wc/components/ButtonUnfilled/ButtonUnfilled.tsx",
|
|
4195
|
+
"id": "src/wc/components/ButtonUnfilled/ButtonUnfilled.tsx::ButtonUnfilledWidth"
|
|
4196
|
+
}
|
|
4197
|
+
}
|
|
4198
|
+
},
|
|
4199
|
+
"mutable": false,
|
|
4200
|
+
"attr": "width",
|
|
4201
|
+
"reflectToAttr": false,
|
|
4202
|
+
"docs": "Width fit — hug content (default) or fill the parent.",
|
|
4203
|
+
"docsTags": [
|
|
4204
|
+
{
|
|
4205
|
+
"name": "default",
|
|
4206
|
+
"text": "'hug'"
|
|
4207
|
+
}
|
|
4208
|
+
],
|
|
4209
|
+
"default": "'hug'",
|
|
4210
|
+
"values": [
|
|
4211
|
+
{
|
|
4212
|
+
"value": "fill",
|
|
4213
|
+
"type": "string"
|
|
4214
|
+
},
|
|
4215
|
+
{
|
|
4216
|
+
"value": "hug",
|
|
4217
|
+
"type": "string"
|
|
4218
|
+
}
|
|
4219
|
+
],
|
|
4220
|
+
"optional": false,
|
|
4221
|
+
"required": false,
|
|
4222
|
+
"getter": false,
|
|
4223
|
+
"setter": false
|
|
4224
|
+
}
|
|
4225
|
+
],
|
|
4226
|
+
"methods": [
|
|
4227
|
+
{
|
|
4228
|
+
"name": "setFocus",
|
|
4229
|
+
"returns": {
|
|
4230
|
+
"type": "Promise<void>",
|
|
4231
|
+
"docs": ""
|
|
4232
|
+
},
|
|
4233
|
+
"complexType": {
|
|
4234
|
+
"signature": "() => Promise<void>",
|
|
4235
|
+
"parameters": [],
|
|
4236
|
+
"references": {
|
|
4237
|
+
"Promise": {
|
|
4238
|
+
"location": "global",
|
|
4239
|
+
"id": "global::Promise"
|
|
4240
|
+
}
|
|
4241
|
+
},
|
|
4242
|
+
"return": "Promise<void>"
|
|
4243
|
+
},
|
|
4244
|
+
"signature": "setFocus() => Promise<void>",
|
|
4245
|
+
"parameters": [],
|
|
4246
|
+
"docs": "",
|
|
4247
|
+
"docsTags": []
|
|
4248
|
+
}
|
|
4249
|
+
],
|
|
4250
|
+
"events": [
|
|
4251
|
+
{
|
|
4252
|
+
"event": "dsChange",
|
|
4253
|
+
"detail": "boolean",
|
|
4254
|
+
"bubbles": true,
|
|
4255
|
+
"complexType": {
|
|
4256
|
+
"original": "boolean",
|
|
4257
|
+
"resolved": "boolean",
|
|
4258
|
+
"references": {}
|
|
4259
|
+
},
|
|
4260
|
+
"cancelable": true,
|
|
4261
|
+
"composed": true,
|
|
4262
|
+
"docs": "",
|
|
4263
|
+
"docsTags": []
|
|
4264
|
+
},
|
|
4265
|
+
{
|
|
4266
|
+
"event": "dsClick",
|
|
4267
|
+
"detail": "MouseEvent",
|
|
4268
|
+
"bubbles": true,
|
|
4269
|
+
"complexType": {
|
|
4270
|
+
"original": "MouseEvent",
|
|
4271
|
+
"resolved": "MouseEvent",
|
|
4272
|
+
"references": {
|
|
4273
|
+
"MouseEvent": {
|
|
4274
|
+
"location": "global",
|
|
4275
|
+
"id": "global::MouseEvent"
|
|
4276
|
+
}
|
|
4277
|
+
}
|
|
4278
|
+
},
|
|
4279
|
+
"cancelable": true,
|
|
4280
|
+
"composed": true,
|
|
4281
|
+
"docs": "",
|
|
4282
|
+
"docsTags": []
|
|
4283
|
+
}
|
|
4284
|
+
],
|
|
4285
|
+
"listeners": [],
|
|
4286
|
+
"styles": [],
|
|
4287
|
+
"slots": [],
|
|
4288
|
+
"parts": [],
|
|
4289
|
+
"states": [],
|
|
4290
|
+
"dependents": [
|
|
4291
|
+
"ds-bar-nav",
|
|
4292
|
+
"ds-bar-title",
|
|
4293
|
+
"ds-bar-workflow",
|
|
4294
|
+
"ds-card-data-viz-bar",
|
|
4295
|
+
"ds-card-data-viz-donut",
|
|
4296
|
+
"ds-card-data-viz-line",
|
|
4297
|
+
"ds-card-setting",
|
|
4298
|
+
"ds-code-block",
|
|
4299
|
+
"ds-input",
|
|
4300
|
+
"ds-message-composer",
|
|
4301
|
+
"ds-message-scroller",
|
|
4302
|
+
"ds-modal",
|
|
4303
|
+
"ds-panel-nav",
|
|
4304
|
+
"ds-panel-tool-header",
|
|
4305
|
+
"ds-panel-tool-search",
|
|
4306
|
+
"ds-panel-tools",
|
|
4307
|
+
"ds-select",
|
|
4308
|
+
"ds-select-multi",
|
|
4309
|
+
"ds-toast"
|
|
4310
|
+
],
|
|
4311
|
+
"dependencies": [
|
|
4312
|
+
"ds-loader",
|
|
4313
|
+
"ds-icon",
|
|
4314
|
+
"ds-badge",
|
|
4315
|
+
"ds-text"
|
|
4316
|
+
],
|
|
4317
|
+
"dependencyGraph": {
|
|
4318
|
+
"ds-button-unfilled": [
|
|
4319
|
+
"ds-loader",
|
|
4320
|
+
"ds-icon",
|
|
4321
|
+
"ds-badge",
|
|
4322
|
+
"ds-text"
|
|
4323
|
+
],
|
|
4324
|
+
"ds-badge": [
|
|
4325
|
+
"ds-text"
|
|
4326
|
+
],
|
|
4327
|
+
"ds-bar-nav": [
|
|
4328
|
+
"ds-button-unfilled"
|
|
4329
|
+
],
|
|
4330
|
+
"ds-bar-title": [
|
|
4331
|
+
"ds-button-unfilled"
|
|
4332
|
+
],
|
|
4333
|
+
"ds-bar-workflow": [
|
|
4334
|
+
"ds-button-unfilled"
|
|
4335
|
+
],
|
|
4336
|
+
"ds-card-data-viz-bar": [
|
|
4337
|
+
"ds-button-unfilled"
|
|
4338
|
+
],
|
|
4339
|
+
"ds-card-data-viz-donut": [
|
|
4340
|
+
"ds-button-unfilled"
|
|
4341
|
+
],
|
|
4342
|
+
"ds-card-data-viz-line": [
|
|
4343
|
+
"ds-button-unfilled"
|
|
4344
|
+
],
|
|
4345
|
+
"ds-card-setting": [
|
|
4346
|
+
"ds-button-unfilled"
|
|
4347
|
+
],
|
|
4348
|
+
"ds-code-block": [
|
|
4349
|
+
"ds-button-unfilled"
|
|
4350
|
+
],
|
|
4351
|
+
"ds-input": [
|
|
4352
|
+
"ds-button-unfilled"
|
|
4353
|
+
],
|
|
4354
|
+
"ds-message-composer": [
|
|
4355
|
+
"ds-button-unfilled"
|
|
4356
|
+
],
|
|
4357
|
+
"ds-message-scroller": [
|
|
4358
|
+
"ds-button-unfilled"
|
|
4359
|
+
],
|
|
4360
|
+
"ds-modal": [
|
|
4361
|
+
"ds-button-unfilled"
|
|
4362
|
+
],
|
|
4363
|
+
"ds-panel-nav": [
|
|
4364
|
+
"ds-button-unfilled"
|
|
4365
|
+
],
|
|
4366
|
+
"ds-panel-tool-header": [
|
|
4367
|
+
"ds-button-unfilled"
|
|
4368
|
+
],
|
|
4369
|
+
"ds-panel-tool-search": [
|
|
4370
|
+
"ds-button-unfilled"
|
|
4371
|
+
],
|
|
4372
|
+
"ds-panel-tools": [
|
|
4373
|
+
"ds-button-unfilled"
|
|
4374
|
+
],
|
|
4375
|
+
"ds-select": [
|
|
4376
|
+
"ds-button-unfilled"
|
|
4377
|
+
],
|
|
4378
|
+
"ds-select-multi": [
|
|
4379
|
+
"ds-button-unfilled"
|
|
4380
|
+
],
|
|
4381
|
+
"ds-toast": [
|
|
4382
|
+
"ds-button-unfilled"
|
|
4383
|
+
]
|
|
4384
|
+
}
|
|
4385
|
+
},
|
|
4386
|
+
{
|
|
4387
|
+
"filePath": "src/wc/components/CardDataVizBar/CardDataVizBar.tsx",
|
|
4388
|
+
"encapsulation": "scoped",
|
|
4389
|
+
"tag": "ds-card-data-viz-bar",
|
|
4390
|
+
"docs": "Bar-chart data-viz card — dedicated `ds-card-shell-data-viz` chrome with a fill chart\nregion and an optional, content-sized static legend.",
|
|
4391
|
+
"docsTags": [],
|
|
4392
|
+
"usage": {},
|
|
4393
|
+
"props": [
|
|
4394
|
+
{
|
|
4395
|
+
"name": "cardWidth",
|
|
4396
|
+
"type": "\"lg\" | \"md\" | \"sm\"",
|
|
4397
|
+
"complexType": {
|
|
4398
|
+
"original": "CardDataVizBarWidth",
|
|
4399
|
+
"resolved": "\"lg\" | \"md\" | \"sm\"",
|
|
4400
|
+
"references": {
|
|
4401
|
+
"CardDataVizBarWidth": {
|
|
4402
|
+
"location": "local",
|
|
4403
|
+
"path": "/home/runner/work/compomo/compomo/src/wc/components/CardDataVizBar/CardDataVizBar.tsx",
|
|
4404
|
+
"id": "src/wc/components/CardDataVizBar/CardDataVizBar.tsx::CardDataVizBarWidth"
|
|
4405
|
+
}
|
|
4406
|
+
}
|
|
4407
|
+
},
|
|
4408
|
+
"mutable": false,
|
|
4409
|
+
"attr": "card-width",
|
|
4410
|
+
"reflectToAttr": false,
|
|
4411
|
+
"docs": "Card width token — also sets matching min-height.",
|
|
4412
|
+
"docsTags": [
|
|
4413
|
+
{
|
|
4414
|
+
"name": "default",
|
|
4415
|
+
"text": "'md'"
|
|
4416
|
+
}
|
|
4417
|
+
],
|
|
4418
|
+
"default": "'md'",
|
|
4419
|
+
"values": [
|
|
4420
|
+
{
|
|
4421
|
+
"value": "lg",
|
|
4422
|
+
"type": "string"
|
|
4423
|
+
},
|
|
4424
|
+
{
|
|
4425
|
+
"value": "md",
|
|
4426
|
+
"type": "string"
|
|
4427
|
+
},
|
|
4428
|
+
{
|
|
4429
|
+
"value": "sm",
|
|
4430
|
+
"type": "string"
|
|
4431
|
+
}
|
|
4432
|
+
],
|
|
4433
|
+
"optional": false,
|
|
4434
|
+
"required": false,
|
|
4435
|
+
"getter": false,
|
|
4436
|
+
"setter": false
|
|
4437
|
+
},
|
|
4438
|
+
{
|
|
4439
|
+
"name": "filterLabel",
|
|
4440
|
+
"type": "string",
|
|
4441
|
+
"complexType": {
|
|
4442
|
+
"original": "string",
|
|
4443
|
+
"resolved": "string",
|
|
4444
|
+
"references": {}
|
|
4445
|
+
},
|
|
4446
|
+
"mutable": false,
|
|
4447
|
+
"attr": "filter-label",
|
|
4448
|
+
"reflectToAttr": false,
|
|
4449
|
+
"docs": "",
|
|
4450
|
+
"docsTags": [
|
|
4451
|
+
{
|
|
4452
|
+
"name": "default",
|
|
4453
|
+
"text": "'Filter'"
|
|
4454
|
+
}
|
|
4455
|
+
],
|
|
4456
|
+
"default": "'Filter'",
|
|
4457
|
+
"values": [
|
|
4458
|
+
{
|
|
4459
|
+
"type": "string"
|
|
4460
|
+
}
|
|
4461
|
+
],
|
|
4462
|
+
"optional": false,
|
|
4463
|
+
"required": false,
|
|
4464
|
+
"getter": false,
|
|
4465
|
+
"setter": false
|
|
4466
|
+
},
|
|
4467
|
+
{
|
|
4468
|
+
"name": "heading",
|
|
4469
|
+
"type": "string",
|
|
4470
|
+
"complexType": {
|
|
4471
|
+
"original": "string",
|
|
4472
|
+
"resolved": "string",
|
|
4473
|
+
"references": {}
|
|
4474
|
+
},
|
|
4475
|
+
"mutable": false,
|
|
4476
|
+
"attr": "heading",
|
|
4477
|
+
"reflectToAttr": false,
|
|
4478
|
+
"docs": "Widget heading shown in the card header.",
|
|
4479
|
+
"docsTags": [],
|
|
4480
|
+
"values": [
|
|
4481
|
+
{
|
|
4482
|
+
"type": "string"
|
|
4483
|
+
}
|
|
4484
|
+
],
|
|
4485
|
+
"optional": false,
|
|
4486
|
+
"required": true,
|
|
4487
|
+
"getter": false,
|
|
4488
|
+
"setter": false
|
|
4489
|
+
}
|
|
4490
|
+
],
|
|
4491
|
+
"methods": [],
|
|
4492
|
+
"events": [
|
|
4493
|
+
{
|
|
4494
|
+
"event": "dsFilterClick",
|
|
4495
|
+
"detail": "void",
|
|
4496
|
+
"bubbles": true,
|
|
4497
|
+
"complexType": {
|
|
4498
|
+
"original": "void",
|
|
4499
|
+
"resolved": "void",
|
|
4500
|
+
"references": {}
|
|
4501
|
+
},
|
|
4502
|
+
"cancelable": true,
|
|
4503
|
+
"composed": true,
|
|
4504
|
+
"docs": "Emits when the header filter control is activated.",
|
|
4505
|
+
"docsTags": []
|
|
4506
|
+
}
|
|
4507
|
+
],
|
|
4508
|
+
"listeners": [],
|
|
4509
|
+
"styles": [],
|
|
4510
|
+
"slots": [],
|
|
4511
|
+
"parts": [],
|
|
4512
|
+
"states": [],
|
|
4513
|
+
"dependents": [],
|
|
4514
|
+
"dependencies": [
|
|
4515
|
+
"ds-card-shell-data-viz",
|
|
4516
|
+
"ds-button-unfilled"
|
|
4517
|
+
],
|
|
4518
|
+
"dependencyGraph": {
|
|
4519
|
+
"ds-card-data-viz-bar": [
|
|
4520
|
+
"ds-card-shell-data-viz",
|
|
4521
|
+
"ds-button-unfilled"
|
|
4522
|
+
],
|
|
4523
|
+
"ds-card-shell-data-viz": [
|
|
4524
|
+
"ds-text"
|
|
4525
|
+
],
|
|
4526
|
+
"ds-button-unfilled": [
|
|
4527
|
+
"ds-loader",
|
|
4528
|
+
"ds-icon",
|
|
4529
|
+
"ds-badge",
|
|
4530
|
+
"ds-text"
|
|
4531
|
+
],
|
|
4532
|
+
"ds-badge": [
|
|
4533
|
+
"ds-text"
|
|
4534
|
+
]
|
|
4535
|
+
}
|
|
4536
|
+
},
|
|
4537
|
+
{
|
|
4538
|
+
"filePath": "src/wc/components/CardDataVizDonut/CardDataVizDonut.tsx",
|
|
4539
|
+
"encapsulation": "scoped",
|
|
4540
|
+
"tag": "ds-card-data-viz-donut",
|
|
4541
|
+
"docs": "Donut data-viz card — dedicated `ds-card-shell-data-viz` chrome with a fill chart region and\ncontent-sized legend. Hover sync between chart and legend stays here.",
|
|
4542
|
+
"docsTags": [],
|
|
4543
|
+
"usage": {},
|
|
4544
|
+
"props": [
|
|
4545
|
+
{
|
|
4546
|
+
"name": "cardWidth",
|
|
4547
|
+
"type": "\"lg\" | \"md\" | \"sm\"",
|
|
4548
|
+
"complexType": {
|
|
4549
|
+
"original": "CardDataVizDonutWidth",
|
|
4550
|
+
"resolved": "\"lg\" | \"md\" | \"sm\"",
|
|
4551
|
+
"references": {
|
|
4552
|
+
"CardDataVizDonutWidth": {
|
|
4553
|
+
"location": "local",
|
|
4554
|
+
"path": "/home/runner/work/compomo/compomo/src/wc/components/CardDataVizDonut/CardDataVizDonut.tsx",
|
|
4555
|
+
"id": "src/wc/components/CardDataVizDonut/CardDataVizDonut.tsx::CardDataVizDonutWidth"
|
|
4556
|
+
}
|
|
4557
|
+
}
|
|
4558
|
+
},
|
|
4559
|
+
"mutable": false,
|
|
4560
|
+
"attr": "card-width",
|
|
4561
|
+
"reflectToAttr": false,
|
|
4562
|
+
"docs": "Card width token — also sets matching min-height.",
|
|
4563
|
+
"docsTags": [
|
|
4564
|
+
{
|
|
4565
|
+
"name": "default",
|
|
4566
|
+
"text": "'md'"
|
|
4567
|
+
}
|
|
4568
|
+
],
|
|
4569
|
+
"default": "'md'",
|
|
4570
|
+
"values": [
|
|
4571
|
+
{
|
|
4572
|
+
"value": "lg",
|
|
4573
|
+
"type": "string"
|
|
4574
|
+
},
|
|
4575
|
+
{
|
|
4576
|
+
"value": "md",
|
|
4577
|
+
"type": "string"
|
|
4578
|
+
},
|
|
4579
|
+
{
|
|
4580
|
+
"value": "sm",
|
|
4581
|
+
"type": "string"
|
|
4582
|
+
}
|
|
4583
|
+
],
|
|
4584
|
+
"optional": false,
|
|
4585
|
+
"required": false,
|
|
4586
|
+
"getter": false,
|
|
4587
|
+
"setter": false
|
|
4588
|
+
},
|
|
4589
|
+
{
|
|
4590
|
+
"name": "filterLabel",
|
|
4591
|
+
"type": "string",
|
|
4592
|
+
"complexType": {
|
|
4593
|
+
"original": "string",
|
|
4594
|
+
"resolved": "string",
|
|
4595
|
+
"references": {}
|
|
4596
|
+
},
|
|
4597
|
+
"mutable": false,
|
|
4598
|
+
"attr": "filter-label",
|
|
4599
|
+
"reflectToAttr": false,
|
|
4600
|
+
"docs": "",
|
|
4601
|
+
"docsTags": [
|
|
4602
|
+
{
|
|
4603
|
+
"name": "default",
|
|
4604
|
+
"text": "'Filter'"
|
|
4605
|
+
}
|
|
4606
|
+
],
|
|
4607
|
+
"default": "'Filter'",
|
|
4608
|
+
"values": [
|
|
4609
|
+
{
|
|
4610
|
+
"type": "string"
|
|
4611
|
+
}
|
|
4612
|
+
],
|
|
4613
|
+
"optional": false,
|
|
4614
|
+
"required": false,
|
|
4615
|
+
"getter": false,
|
|
4616
|
+
"setter": false
|
|
4617
|
+
},
|
|
4618
|
+
{
|
|
4619
|
+
"name": "heading",
|
|
4620
|
+
"type": "string",
|
|
4621
|
+
"complexType": {
|
|
4622
|
+
"original": "string",
|
|
4623
|
+
"resolved": "string",
|
|
4624
|
+
"references": {}
|
|
4625
|
+
},
|
|
4626
|
+
"mutable": false,
|
|
4627
|
+
"attr": "heading",
|
|
4628
|
+
"reflectToAttr": false,
|
|
4629
|
+
"docs": "Widget heading shown in the card header.",
|
|
4630
|
+
"docsTags": [],
|
|
4631
|
+
"values": [
|
|
4632
|
+
{
|
|
4633
|
+
"type": "string"
|
|
4634
|
+
}
|
|
4635
|
+
],
|
|
4636
|
+
"optional": false,
|
|
4637
|
+
"required": true,
|
|
4638
|
+
"getter": false,
|
|
4639
|
+
"setter": false
|
|
4640
|
+
}
|
|
4641
|
+
],
|
|
4642
|
+
"methods": [],
|
|
4643
|
+
"events": [
|
|
4644
|
+
{
|
|
4645
|
+
"event": "dsFilterClick",
|
|
4646
|
+
"detail": "void",
|
|
4647
|
+
"bubbles": true,
|
|
4648
|
+
"complexType": {
|
|
4649
|
+
"original": "void",
|
|
4650
|
+
"resolved": "void",
|
|
4651
|
+
"references": {}
|
|
4652
|
+
},
|
|
4653
|
+
"cancelable": true,
|
|
4654
|
+
"composed": true,
|
|
4655
|
+
"docs": "Emits when the header filter control is activated.",
|
|
4656
|
+
"docsTags": []
|
|
4657
|
+
}
|
|
3724
4658
|
],
|
|
4659
|
+
"listeners": [],
|
|
4660
|
+
"styles": [],
|
|
4661
|
+
"slots": [],
|
|
4662
|
+
"parts": [],
|
|
4663
|
+
"states": [],
|
|
4664
|
+
"dependents": [],
|
|
3725
4665
|
"dependencies": [
|
|
3726
|
-
"ds-
|
|
3727
|
-
"ds-
|
|
3728
|
-
"ds-badge",
|
|
3729
|
-
"ds-text"
|
|
4666
|
+
"ds-card-shell-data-viz",
|
|
4667
|
+
"ds-button-unfilled"
|
|
3730
4668
|
],
|
|
3731
4669
|
"dependencyGraph": {
|
|
4670
|
+
"ds-card-data-viz-donut": [
|
|
4671
|
+
"ds-card-shell-data-viz",
|
|
4672
|
+
"ds-button-unfilled"
|
|
4673
|
+
],
|
|
4674
|
+
"ds-card-shell-data-viz": [
|
|
4675
|
+
"ds-text"
|
|
4676
|
+
],
|
|
3732
4677
|
"ds-button-unfilled": [
|
|
3733
4678
|
"ds-loader",
|
|
3734
4679
|
"ds-icon",
|
|
@@ -3737,62 +4682,14 @@
|
|
|
3737
4682
|
],
|
|
3738
4683
|
"ds-badge": [
|
|
3739
4684
|
"ds-text"
|
|
3740
|
-
],
|
|
3741
|
-
"ds-bar-nav": [
|
|
3742
|
-
"ds-button-unfilled"
|
|
3743
|
-
],
|
|
3744
|
-
"ds-bar-title": [
|
|
3745
|
-
"ds-button-unfilled"
|
|
3746
|
-
],
|
|
3747
|
-
"ds-card-data-viz-donut": [
|
|
3748
|
-
"ds-button-unfilled"
|
|
3749
|
-
],
|
|
3750
|
-
"ds-card-setting": [
|
|
3751
|
-
"ds-button-unfilled"
|
|
3752
|
-
],
|
|
3753
|
-
"ds-code-block": [
|
|
3754
|
-
"ds-button-unfilled"
|
|
3755
|
-
],
|
|
3756
|
-
"ds-input": [
|
|
3757
|
-
"ds-button-unfilled"
|
|
3758
|
-
],
|
|
3759
|
-
"ds-message-composer": [
|
|
3760
|
-
"ds-button-unfilled"
|
|
3761
|
-
],
|
|
3762
|
-
"ds-message-scroller": [
|
|
3763
|
-
"ds-button-unfilled"
|
|
3764
|
-
],
|
|
3765
|
-
"ds-modal": [
|
|
3766
|
-
"ds-button-unfilled"
|
|
3767
|
-
],
|
|
3768
|
-
"ds-panel-nav": [
|
|
3769
|
-
"ds-button-unfilled"
|
|
3770
|
-
],
|
|
3771
|
-
"ds-panel-tool-header": [
|
|
3772
|
-
"ds-button-unfilled"
|
|
3773
|
-
],
|
|
3774
|
-
"ds-panel-tool-search": [
|
|
3775
|
-
"ds-button-unfilled"
|
|
3776
|
-
],
|
|
3777
|
-
"ds-panel-tools": [
|
|
3778
|
-
"ds-button-unfilled"
|
|
3779
|
-
],
|
|
3780
|
-
"ds-select": [
|
|
3781
|
-
"ds-button-unfilled"
|
|
3782
|
-
],
|
|
3783
|
-
"ds-select-multi": [
|
|
3784
|
-
"ds-button-unfilled"
|
|
3785
|
-
],
|
|
3786
|
-
"ds-toast": [
|
|
3787
|
-
"ds-button-unfilled"
|
|
3788
4685
|
]
|
|
3789
4686
|
}
|
|
3790
4687
|
},
|
|
3791
4688
|
{
|
|
3792
|
-
"filePath": "src/wc/components/
|
|
4689
|
+
"filePath": "src/wc/components/CardDataVizLine/CardDataVizLine.tsx",
|
|
3793
4690
|
"encapsulation": "scoped",
|
|
3794
|
-
"tag": "ds-card-data-viz-
|
|
3795
|
-
"docs": "
|
|
4691
|
+
"tag": "ds-card-data-viz-line",
|
|
4692
|
+
"docs": "Line-chart data-viz card — dedicated `ds-card-shell-data-viz` chrome with a fill chart\nregion and a content-sized, static legend.",
|
|
3796
4693
|
"docsTags": [],
|
|
3797
4694
|
"usage": {},
|
|
3798
4695
|
"props": [
|
|
@@ -3800,13 +4697,13 @@
|
|
|
3800
4697
|
"name": "cardWidth",
|
|
3801
4698
|
"type": "\"lg\" | \"md\" | \"sm\"",
|
|
3802
4699
|
"complexType": {
|
|
3803
|
-
"original": "
|
|
4700
|
+
"original": "CardDataVizLineWidth",
|
|
3804
4701
|
"resolved": "\"lg\" | \"md\" | \"sm\"",
|
|
3805
4702
|
"references": {
|
|
3806
|
-
"
|
|
4703
|
+
"CardDataVizLineWidth": {
|
|
3807
4704
|
"location": "local",
|
|
3808
|
-
"path": "/home/runner/work/compomo/compomo/src/wc/components/
|
|
3809
|
-
"id": "src/wc/components/
|
|
4705
|
+
"path": "/home/runner/work/compomo/compomo/src/wc/components/CardDataVizLine/CardDataVizLine.tsx",
|
|
4706
|
+
"id": "src/wc/components/CardDataVizLine/CardDataVizLine.tsx::CardDataVizLineWidth"
|
|
3810
4707
|
}
|
|
3811
4708
|
}
|
|
3812
4709
|
},
|
|
@@ -3921,7 +4818,7 @@
|
|
|
3921
4818
|
"ds-button-unfilled"
|
|
3922
4819
|
],
|
|
3923
4820
|
"dependencyGraph": {
|
|
3924
|
-
"ds-card-data-viz-
|
|
4821
|
+
"ds-card-data-viz-line": [
|
|
3925
4822
|
"ds-card-shell-data-viz",
|
|
3926
4823
|
"ds-button-unfilled"
|
|
3927
4824
|
],
|
|
@@ -4271,7 +5168,9 @@
|
|
|
4271
5168
|
"parts": [],
|
|
4272
5169
|
"states": [],
|
|
4273
5170
|
"dependents": [
|
|
4274
|
-
"ds-card-data-viz-
|
|
5171
|
+
"ds-card-data-viz-bar",
|
|
5172
|
+
"ds-card-data-viz-donut",
|
|
5173
|
+
"ds-card-data-viz-line"
|
|
4275
5174
|
],
|
|
4276
5175
|
"dependencies": [
|
|
4277
5176
|
"ds-text"
|
|
@@ -4280,8 +5179,14 @@
|
|
|
4280
5179
|
"ds-card-shell-data-viz": [
|
|
4281
5180
|
"ds-text"
|
|
4282
5181
|
],
|
|
5182
|
+
"ds-card-data-viz-bar": [
|
|
5183
|
+
"ds-card-shell-data-viz"
|
|
5184
|
+
],
|
|
4283
5185
|
"ds-card-data-viz-donut": [
|
|
4284
5186
|
"ds-card-shell-data-viz"
|
|
5187
|
+
],
|
|
5188
|
+
"ds-card-data-viz-line": [
|
|
5189
|
+
"ds-card-shell-data-viz"
|
|
4285
5190
|
]
|
|
4286
5191
|
}
|
|
4287
5192
|
},
|
|
@@ -4337,19 +5242,200 @@
|
|
|
4337
5242
|
"references": {}
|
|
4338
5243
|
},
|
|
4339
5244
|
"mutable": false,
|
|
4340
|
-
"attr": "height",
|
|
5245
|
+
"attr": "height",
|
|
5246
|
+
"reflectToAttr": false,
|
|
5247
|
+
"docs": "",
|
|
5248
|
+
"docsTags": [
|
|
5249
|
+
{
|
|
5250
|
+
"name": "default",
|
|
5251
|
+
"text": "240"
|
|
5252
|
+
}
|
|
5253
|
+
],
|
|
5254
|
+
"default": "240",
|
|
5255
|
+
"values": [
|
|
5256
|
+
{
|
|
5257
|
+
"type": "number"
|
|
5258
|
+
}
|
|
5259
|
+
],
|
|
5260
|
+
"optional": false,
|
|
5261
|
+
"required": false,
|
|
5262
|
+
"getter": false,
|
|
5263
|
+
"setter": false
|
|
5264
|
+
},
|
|
5265
|
+
{
|
|
5266
|
+
"name": "width",
|
|
5267
|
+
"type": "number",
|
|
5268
|
+
"complexType": {
|
|
5269
|
+
"original": "number",
|
|
5270
|
+
"resolved": "number",
|
|
5271
|
+
"references": {}
|
|
5272
|
+
},
|
|
5273
|
+
"mutable": false,
|
|
5274
|
+
"attr": "width",
|
|
5275
|
+
"reflectToAttr": false,
|
|
5276
|
+
"docs": "",
|
|
5277
|
+
"docsTags": [
|
|
5278
|
+
{
|
|
5279
|
+
"name": "default",
|
|
5280
|
+
"text": "480"
|
|
5281
|
+
}
|
|
5282
|
+
],
|
|
5283
|
+
"default": "480",
|
|
5284
|
+
"values": [
|
|
5285
|
+
{
|
|
5286
|
+
"type": "number"
|
|
5287
|
+
}
|
|
5288
|
+
],
|
|
5289
|
+
"optional": false,
|
|
5290
|
+
"required": false,
|
|
5291
|
+
"getter": false,
|
|
5292
|
+
"setter": false
|
|
5293
|
+
}
|
|
5294
|
+
],
|
|
5295
|
+
"methods": [],
|
|
5296
|
+
"events": [],
|
|
5297
|
+
"listeners": [],
|
|
5298
|
+
"styles": [],
|
|
5299
|
+
"slots": [],
|
|
5300
|
+
"parts": [],
|
|
5301
|
+
"states": [],
|
|
5302
|
+
"dependents": [],
|
|
5303
|
+
"dependencies": [],
|
|
5304
|
+
"dependencyGraph": {}
|
|
5305
|
+
},
|
|
5306
|
+
{
|
|
5307
|
+
"filePath": "src/wc/components/ChartBarStacked/ChartBarStacked.tsx",
|
|
5308
|
+
"encapsulation": "scoped",
|
|
5309
|
+
"tag": "ds-chart-bar-stacked",
|
|
5310
|
+
"docs": "",
|
|
5311
|
+
"docsTags": [],
|
|
5312
|
+
"usage": {},
|
|
5313
|
+
"props": [
|
|
5314
|
+
{
|
|
5315
|
+
"name": "categories",
|
|
5316
|
+
"type": "string[]",
|
|
5317
|
+
"complexType": {
|
|
5318
|
+
"original": "string[]",
|
|
5319
|
+
"resolved": "string[]",
|
|
5320
|
+
"references": {}
|
|
5321
|
+
},
|
|
5322
|
+
"mutable": false,
|
|
5323
|
+
"reflectToAttr": false,
|
|
5324
|
+
"docs": "X-axis labels — must match each series' `data` length. Set as a JS property.",
|
|
5325
|
+
"docsTags": [
|
|
5326
|
+
{
|
|
5327
|
+
"name": "default",
|
|
5328
|
+
"text": "[]"
|
|
5329
|
+
}
|
|
5330
|
+
],
|
|
5331
|
+
"default": "[]",
|
|
5332
|
+
"values": [
|
|
5333
|
+
{
|
|
5334
|
+
"type": "string[]"
|
|
5335
|
+
}
|
|
5336
|
+
],
|
|
5337
|
+
"optional": false,
|
|
5338
|
+
"required": false,
|
|
5339
|
+
"getter": false,
|
|
5340
|
+
"setter": false
|
|
5341
|
+
},
|
|
5342
|
+
{
|
|
5343
|
+
"name": "height",
|
|
5344
|
+
"type": "number",
|
|
5345
|
+
"complexType": {
|
|
5346
|
+
"original": "number",
|
|
5347
|
+
"resolved": "number",
|
|
5348
|
+
"references": {}
|
|
5349
|
+
},
|
|
5350
|
+
"mutable": false,
|
|
5351
|
+
"attr": "height",
|
|
5352
|
+
"reflectToAttr": false,
|
|
5353
|
+
"docs": "",
|
|
5354
|
+
"docsTags": [
|
|
5355
|
+
{
|
|
5356
|
+
"name": "default",
|
|
5357
|
+
"text": "240"
|
|
5358
|
+
}
|
|
5359
|
+
],
|
|
5360
|
+
"default": "240",
|
|
5361
|
+
"values": [
|
|
5362
|
+
{
|
|
5363
|
+
"type": "number"
|
|
5364
|
+
}
|
|
5365
|
+
],
|
|
5366
|
+
"optional": false,
|
|
5367
|
+
"required": false,
|
|
5368
|
+
"getter": false,
|
|
5369
|
+
"setter": false
|
|
5370
|
+
},
|
|
5371
|
+
{
|
|
5372
|
+
"name": "series",
|
|
5373
|
+
"type": "ChartSeries[]",
|
|
5374
|
+
"complexType": {
|
|
5375
|
+
"original": "ChartSeries[]",
|
|
5376
|
+
"resolved": "ChartSeries[]",
|
|
5377
|
+
"references": {
|
|
5378
|
+
"ChartSeries": {
|
|
5379
|
+
"location": "import",
|
|
5380
|
+
"path": "../../utils/chart-types",
|
|
5381
|
+
"id": "src/wc/utils/chart-types.ts::ChartSeries",
|
|
5382
|
+
"referenceLocation": "ChartSeries"
|
|
5383
|
+
}
|
|
5384
|
+
}
|
|
5385
|
+
},
|
|
5386
|
+
"mutable": false,
|
|
5387
|
+
"reflectToAttr": false,
|
|
5388
|
+
"docs": "Ordered stack series. Set as a JS property (not an HTML attribute).",
|
|
5389
|
+
"docsTags": [
|
|
5390
|
+
{
|
|
5391
|
+
"name": "default",
|
|
5392
|
+
"text": "[]"
|
|
5393
|
+
}
|
|
5394
|
+
],
|
|
5395
|
+
"default": "[]",
|
|
5396
|
+
"values": [
|
|
5397
|
+
{
|
|
5398
|
+
"type": "ChartSeries[]"
|
|
5399
|
+
}
|
|
5400
|
+
],
|
|
5401
|
+
"optional": false,
|
|
5402
|
+
"required": false,
|
|
5403
|
+
"getter": false,
|
|
5404
|
+
"setter": false
|
|
5405
|
+
},
|
|
5406
|
+
{
|
|
5407
|
+
"name": "variant",
|
|
5408
|
+
"type": "\"percentage\" | \"stacked\"",
|
|
5409
|
+
"complexType": {
|
|
5410
|
+
"original": "ChartBarStackedVariant",
|
|
5411
|
+
"resolved": "\"percentage\" | \"stacked\"",
|
|
5412
|
+
"references": {
|
|
5413
|
+
"ChartBarStackedVariant": {
|
|
5414
|
+
"location": "local",
|
|
5415
|
+
"path": "/home/runner/work/compomo/compomo/src/wc/components/ChartBarStacked/ChartBarStacked.tsx",
|
|
5416
|
+
"id": "src/wc/components/ChartBarStacked/ChartBarStacked.tsx::ChartBarStackedVariant"
|
|
5417
|
+
}
|
|
5418
|
+
}
|
|
5419
|
+
},
|
|
5420
|
+
"mutable": false,
|
|
5421
|
+
"attr": "variant",
|
|
4341
5422
|
"reflectToAttr": false,
|
|
4342
5423
|
"docs": "",
|
|
4343
5424
|
"docsTags": [
|
|
4344
5425
|
{
|
|
4345
5426
|
"name": "default",
|
|
4346
|
-
"text": "
|
|
5427
|
+
"text": "'stacked'"
|
|
4347
5428
|
}
|
|
4348
5429
|
],
|
|
4349
|
-
"default": "
|
|
5430
|
+
"default": "'stacked'",
|
|
4350
5431
|
"values": [
|
|
4351
5432
|
{
|
|
4352
|
-
"
|
|
5433
|
+
"value": "percentage",
|
|
5434
|
+
"type": "string"
|
|
5435
|
+
},
|
|
5436
|
+
{
|
|
5437
|
+
"value": "stacked",
|
|
5438
|
+
"type": "string"
|
|
4353
5439
|
}
|
|
4354
5440
|
],
|
|
4355
5441
|
"optional": false,
|
|
@@ -4851,6 +5937,35 @@
|
|
|
4851
5937
|
"getter": false,
|
|
4852
5938
|
"setter": false
|
|
4853
5939
|
},
|
|
5940
|
+
{
|
|
5941
|
+
"name": "highlightOnHover",
|
|
5942
|
+
"type": "boolean",
|
|
5943
|
+
"complexType": {
|
|
5944
|
+
"original": "boolean",
|
|
5945
|
+
"resolved": "boolean",
|
|
5946
|
+
"references": {}
|
|
5947
|
+
},
|
|
5948
|
+
"mutable": false,
|
|
5949
|
+
"attr": "highlight-on-hover",
|
|
5950
|
+
"reflectToAttr": false,
|
|
5951
|
+
"docs": "Let local pointer/focus movement highlight one item and emit `dsItemHover`.",
|
|
5952
|
+
"docsTags": [
|
|
5953
|
+
{
|
|
5954
|
+
"name": "default",
|
|
5955
|
+
"text": "true"
|
|
5956
|
+
}
|
|
5957
|
+
],
|
|
5958
|
+
"default": "true",
|
|
5959
|
+
"values": [
|
|
5960
|
+
{
|
|
5961
|
+
"type": "boolean"
|
|
5962
|
+
}
|
|
5963
|
+
],
|
|
5964
|
+
"optional": false,
|
|
5965
|
+
"required": false,
|
|
5966
|
+
"getter": false,
|
|
5967
|
+
"setter": false
|
|
5968
|
+
},
|
|
4854
5969
|
{
|
|
4855
5970
|
"name": "items",
|
|
4856
5971
|
"type": "ChartLegendItem[]",
|
|
@@ -6002,7 +7117,48 @@
|
|
|
6002
7117
|
"docs": "",
|
|
6003
7118
|
"docsTags": [],
|
|
6004
7119
|
"usage": {},
|
|
6005
|
-
"props": [
|
|
7120
|
+
"props": [
|
|
7121
|
+
{
|
|
7122
|
+
"name": "actionLayout",
|
|
7123
|
+
"type": "\"floating\" | \"footer\"",
|
|
7124
|
+
"complexType": {
|
|
7125
|
+
"original": "ConversationListActionLayout",
|
|
7126
|
+
"resolved": "\"floating\" | \"footer\"",
|
|
7127
|
+
"references": {
|
|
7128
|
+
"ConversationListActionLayout": {
|
|
7129
|
+
"location": "local",
|
|
7130
|
+
"path": "/home/runner/work/compomo/compomo/src/wc/components/ConversationList/ConversationList.tsx",
|
|
7131
|
+
"id": "src/wc/components/ConversationList/ConversationList.tsx::ConversationListActionLayout"
|
|
7132
|
+
}
|
|
7133
|
+
}
|
|
7134
|
+
},
|
|
7135
|
+
"mutable": false,
|
|
7136
|
+
"attr": "action-layout",
|
|
7137
|
+
"reflectToAttr": false,
|
|
7138
|
+
"docs": "Corner icon action or full-width persistent footer action.",
|
|
7139
|
+
"docsTags": [
|
|
7140
|
+
{
|
|
7141
|
+
"name": "default",
|
|
7142
|
+
"text": "'floating'"
|
|
7143
|
+
}
|
|
7144
|
+
],
|
|
7145
|
+
"default": "'floating'",
|
|
7146
|
+
"values": [
|
|
7147
|
+
{
|
|
7148
|
+
"value": "floating",
|
|
7149
|
+
"type": "string"
|
|
7150
|
+
},
|
|
7151
|
+
{
|
|
7152
|
+
"value": "footer",
|
|
7153
|
+
"type": "string"
|
|
7154
|
+
}
|
|
7155
|
+
],
|
|
7156
|
+
"optional": false,
|
|
7157
|
+
"required": false,
|
|
7158
|
+
"getter": false,
|
|
7159
|
+
"setter": false
|
|
7160
|
+
}
|
|
7161
|
+
],
|
|
6006
7162
|
"methods": [],
|
|
6007
7163
|
"events": [],
|
|
6008
7164
|
"listeners": [],
|
|
@@ -9154,7 +10310,7 @@
|
|
|
9154
10310
|
"mutable": false,
|
|
9155
10311
|
"attr": "side",
|
|
9156
10312
|
"reflectToAttr": false,
|
|
9157
|
-
"docs": "",
|
|
10313
|
+
"docs": "Preferred side; placement flips to the opposite side when that offers a better fit.",
|
|
9158
10314
|
"docsTags": [
|
|
9159
10315
|
{
|
|
9160
10316
|
"name": "default",
|
|
@@ -13574,6 +14730,140 @@
|
|
|
13574
14730
|
]
|
|
13575
14731
|
}
|
|
13576
14732
|
},
|
|
14733
|
+
{
|
|
14734
|
+
"filePath": "src/wc/components/ScrollOverlay/ScrollOverlay.tsx",
|
|
14735
|
+
"encapsulation": "scoped",
|
|
14736
|
+
"tag": "ds-scroll-overlay",
|
|
14737
|
+
"docs": "",
|
|
14738
|
+
"docsTags": [],
|
|
14739
|
+
"usage": {},
|
|
14740
|
+
"props": [
|
|
14741
|
+
{
|
|
14742
|
+
"name": "scrollLabel",
|
|
14743
|
+
"type": "string | undefined",
|
|
14744
|
+
"complexType": {
|
|
14745
|
+
"original": "string | undefined",
|
|
14746
|
+
"resolved": "string | undefined",
|
|
14747
|
+
"references": {}
|
|
14748
|
+
},
|
|
14749
|
+
"mutable": false,
|
|
14750
|
+
"attr": "scroll-label",
|
|
14751
|
+
"reflectToAttr": false,
|
|
14752
|
+
"docs": "Optional accessible name. When provided, the scrollport is a focusable region.",
|
|
14753
|
+
"docsTags": [],
|
|
14754
|
+
"values": [
|
|
14755
|
+
{
|
|
14756
|
+
"type": "string"
|
|
14757
|
+
},
|
|
14758
|
+
{
|
|
14759
|
+
"type": "undefined"
|
|
14760
|
+
}
|
|
14761
|
+
],
|
|
14762
|
+
"optional": false,
|
|
14763
|
+
"required": false,
|
|
14764
|
+
"getter": false,
|
|
14765
|
+
"setter": false
|
|
14766
|
+
}
|
|
14767
|
+
],
|
|
14768
|
+
"methods": [
|
|
14769
|
+
{
|
|
14770
|
+
"name": "refreshOverlay",
|
|
14771
|
+
"returns": {
|
|
14772
|
+
"type": "Promise<void>",
|
|
14773
|
+
"docs": ""
|
|
14774
|
+
},
|
|
14775
|
+
"complexType": {
|
|
14776
|
+
"signature": "() => Promise<void>",
|
|
14777
|
+
"parameters": [],
|
|
14778
|
+
"references": {
|
|
14779
|
+
"Promise": {
|
|
14780
|
+
"location": "global",
|
|
14781
|
+
"id": "global::Promise"
|
|
14782
|
+
}
|
|
14783
|
+
},
|
|
14784
|
+
"return": "Promise<void>"
|
|
14785
|
+
},
|
|
14786
|
+
"signature": "refreshOverlay() => Promise<void>",
|
|
14787
|
+
"parameters": [],
|
|
14788
|
+
"docs": "Re-measure footer geometry after an imperative slotted-content update.",
|
|
14789
|
+
"docsTags": []
|
|
14790
|
+
},
|
|
14791
|
+
{
|
|
14792
|
+
"name": "scrollToEnd",
|
|
14793
|
+
"returns": {
|
|
14794
|
+
"type": "Promise<void>",
|
|
14795
|
+
"docs": ""
|
|
14796
|
+
},
|
|
14797
|
+
"complexType": {
|
|
14798
|
+
"signature": "() => Promise<void>",
|
|
14799
|
+
"parameters": [],
|
|
14800
|
+
"references": {
|
|
14801
|
+
"Promise": {
|
|
14802
|
+
"location": "global",
|
|
14803
|
+
"id": "global::Promise"
|
|
14804
|
+
}
|
|
14805
|
+
},
|
|
14806
|
+
"return": "Promise<void>"
|
|
14807
|
+
},
|
|
14808
|
+
"signature": "scrollToEnd() => Promise<void>",
|
|
14809
|
+
"parameters": [],
|
|
14810
|
+
"docs": "Move the owned scrollport to its live end.",
|
|
14811
|
+
"docsTags": []
|
|
14812
|
+
},
|
|
14813
|
+
{
|
|
14814
|
+
"name": "scrollToStart",
|
|
14815
|
+
"returns": {
|
|
14816
|
+
"type": "Promise<void>",
|
|
14817
|
+
"docs": ""
|
|
14818
|
+
},
|
|
14819
|
+
"complexType": {
|
|
14820
|
+
"signature": "() => Promise<void>",
|
|
14821
|
+
"parameters": [],
|
|
14822
|
+
"references": {
|
|
14823
|
+
"Promise": {
|
|
14824
|
+
"location": "global",
|
|
14825
|
+
"id": "global::Promise"
|
|
14826
|
+
}
|
|
14827
|
+
},
|
|
14828
|
+
"return": "Promise<void>"
|
|
14829
|
+
},
|
|
14830
|
+
"signature": "scrollToStart() => Promise<void>",
|
|
14831
|
+
"parameters": [],
|
|
14832
|
+
"docs": "Move the owned scrollport to its beginning.",
|
|
14833
|
+
"docsTags": []
|
|
14834
|
+
}
|
|
14835
|
+
],
|
|
14836
|
+
"events": [
|
|
14837
|
+
{
|
|
14838
|
+
"event": "dsScroll",
|
|
14839
|
+
"detail": "ScrollOverlayScrollDetail",
|
|
14840
|
+
"bubbles": true,
|
|
14841
|
+
"complexType": {
|
|
14842
|
+
"original": "ScrollOverlayScrollDetail",
|
|
14843
|
+
"resolved": "ScrollOverlayScrollDetail",
|
|
14844
|
+
"references": {
|
|
14845
|
+
"ScrollOverlayScrollDetail": {
|
|
14846
|
+
"location": "local",
|
|
14847
|
+
"path": "/home/runner/work/compomo/compomo/src/wc/components/ScrollOverlay/ScrollOverlay.tsx",
|
|
14848
|
+
"id": "src/wc/components/ScrollOverlay/ScrollOverlay.tsx::ScrollOverlayScrollDetail"
|
|
14849
|
+
}
|
|
14850
|
+
}
|
|
14851
|
+
},
|
|
14852
|
+
"cancelable": true,
|
|
14853
|
+
"composed": true,
|
|
14854
|
+
"docs": "Reports scroll position without exposing the internal scrollport element.",
|
|
14855
|
+
"docsTags": []
|
|
14856
|
+
}
|
|
14857
|
+
],
|
|
14858
|
+
"listeners": [],
|
|
14859
|
+
"styles": [],
|
|
14860
|
+
"slots": [],
|
|
14861
|
+
"parts": [],
|
|
14862
|
+
"states": [],
|
|
14863
|
+
"dependents": [],
|
|
14864
|
+
"dependencies": [],
|
|
14865
|
+
"dependencyGraph": {}
|
|
14866
|
+
},
|
|
13577
14867
|
{
|
|
13578
14868
|
"filePath": "src/wc/components/Select/Select.tsx",
|
|
13579
14869
|
"encapsulation": "scoped",
|
|
@@ -16162,6 +17452,48 @@
|
|
|
16162
17452
|
"getter": false,
|
|
16163
17453
|
"setter": false
|
|
16164
17454
|
},
|
|
17455
|
+
{
|
|
17456
|
+
"name": "headerCapacity",
|
|
17457
|
+
"type": "\"compact\" | \"constrained\" | \"roomy\" | undefined",
|
|
17458
|
+
"complexType": {
|
|
17459
|
+
"original": "ShellPageCapacity",
|
|
17460
|
+
"resolved": "\"compact\" | \"constrained\" | \"roomy\" | undefined",
|
|
17461
|
+
"references": {
|
|
17462
|
+
"ShellPageCapacity": {
|
|
17463
|
+
"location": "import",
|
|
17464
|
+
"path": "./shell-page-types",
|
|
17465
|
+
"id": "src/wc/components/ShellPage/shell-page-types.ts::ShellPageCapacity",
|
|
17466
|
+
"referenceLocation": "ShellPageCapacity"
|
|
17467
|
+
}
|
|
17468
|
+
}
|
|
17469
|
+
},
|
|
17470
|
+
"mutable": false,
|
|
17471
|
+
"attr": "header-capacity",
|
|
17472
|
+
"reflectToAttr": false,
|
|
17473
|
+
"docs": "Available page-header capacity supplied by the owning application shell.",
|
|
17474
|
+
"docsTags": [],
|
|
17475
|
+
"values": [
|
|
17476
|
+
{
|
|
17477
|
+
"value": "compact",
|
|
17478
|
+
"type": "string"
|
|
17479
|
+
},
|
|
17480
|
+
{
|
|
17481
|
+
"value": "constrained",
|
|
17482
|
+
"type": "string"
|
|
17483
|
+
},
|
|
17484
|
+
{
|
|
17485
|
+
"value": "roomy",
|
|
17486
|
+
"type": "string"
|
|
17487
|
+
},
|
|
17488
|
+
{
|
|
17489
|
+
"type": "undefined"
|
|
17490
|
+
}
|
|
17491
|
+
],
|
|
17492
|
+
"optional": true,
|
|
17493
|
+
"required": false,
|
|
17494
|
+
"getter": false,
|
|
17495
|
+
"setter": false
|
|
17496
|
+
},
|
|
16165
17497
|
{
|
|
16166
17498
|
"name": "headerPresentation",
|
|
16167
17499
|
"type": "\"auto\" | \"compact\" | \"constrained\" | \"expanded\"",
|
|
@@ -16180,7 +17512,7 @@
|
|
|
16180
17512
|
"mutable": false,
|
|
16181
17513
|
"attr": "header-presentation",
|
|
16182
17514
|
"reflectToAttr": false,
|
|
16183
|
-
"docs": "Automatic
|
|
17515
|
+
"docs": "Automatic capacity/scroll behavior, or an explicit header variant override.",
|
|
16184
17516
|
"docsTags": [
|
|
16185
17517
|
{
|
|
16186
17518
|
"name": "default",
|
|
@@ -19426,6 +20758,8 @@
|
|
|
19426
20758
|
"ds-badge",
|
|
19427
20759
|
"ds-bar-nav",
|
|
19428
20760
|
"ds-bar-title",
|
|
20761
|
+
"ds-bar-workflow",
|
|
20762
|
+
"ds-breadcrumb",
|
|
19429
20763
|
"ds-button-filled",
|
|
19430
20764
|
"ds-button-unfilled",
|
|
19431
20765
|
"ds-card-setting",
|
|
@@ -19480,6 +20814,12 @@
|
|
|
19480
20814
|
"ds-bar-title": [
|
|
19481
20815
|
"ds-text"
|
|
19482
20816
|
],
|
|
20817
|
+
"ds-bar-workflow": [
|
|
20818
|
+
"ds-text"
|
|
20819
|
+
],
|
|
20820
|
+
"ds-breadcrumb": [
|
|
20821
|
+
"ds-text"
|
|
20822
|
+
],
|
|
19483
20823
|
"ds-button-filled": [
|
|
19484
20824
|
"ds-text"
|
|
19485
20825
|
],
|
|
@@ -20200,6 +21540,7 @@
|
|
|
20200
21540
|
"states": [],
|
|
20201
21541
|
"dependents": [
|
|
20202
21542
|
"ds-bar-title",
|
|
21543
|
+
"ds-bar-workflow",
|
|
20203
21544
|
"ds-code-block",
|
|
20204
21545
|
"ds-message-composer",
|
|
20205
21546
|
"ds-message-scroller",
|
|
@@ -20221,6 +21562,9 @@
|
|
|
20221
21562
|
"ds-bar-title": [
|
|
20222
21563
|
"ds-tooltip"
|
|
20223
21564
|
],
|
|
21565
|
+
"ds-bar-workflow": [
|
|
21566
|
+
"ds-tooltip"
|
|
21567
|
+
],
|
|
20224
21568
|
"ds-code-block": [
|
|
20225
21569
|
"ds-tooltip"
|
|
20226
21570
|
],
|
|
@@ -20454,14 +21798,14 @@
|
|
|
20454
21798
|
"mutable": false,
|
|
20455
21799
|
"attr": "label",
|
|
20456
21800
|
"reflectToAttr": false,
|
|
20457
|
-
"docs": "Concise localized status
|
|
21801
|
+
"docs": "Concise localized typing status.",
|
|
20458
21802
|
"docsTags": [
|
|
20459
21803
|
{
|
|
20460
21804
|
"name": "default",
|
|
20461
|
-
"text": "'Typing
|
|
21805
|
+
"text": "'Typing...'"
|
|
20462
21806
|
}
|
|
20463
21807
|
],
|
|
20464
|
-
"default": "'Typing
|
|
21808
|
+
"default": "'Typing...'",
|
|
20465
21809
|
"values": [
|
|
20466
21810
|
{
|
|
20467
21811
|
"type": "string"
|
|
@@ -20502,6 +21846,11 @@
|
|
|
20502
21846
|
"docstring": "",
|
|
20503
21847
|
"path": "src/wc/components/Icon/Icon.tsx"
|
|
20504
21848
|
},
|
|
21849
|
+
"src/wc/components/Avatar/Avatar.tsx::AvatarSize": {
|
|
21850
|
+
"declaration": "export type AvatarSize = 'md' | 'sm' | 'xs';",
|
|
21851
|
+
"docstring": "",
|
|
21852
|
+
"path": "src/wc/components/Avatar/Avatar.tsx"
|
|
21853
|
+
},
|
|
20505
21854
|
"src/wc/components/Badge/Badge.tsx::BadgeVariant": {
|
|
20506
21855
|
"declaration": "export type BadgeVariant = 'counter' | 'dot';",
|
|
20507
21856
|
"docstring": "",
|
|
@@ -20572,11 +21921,21 @@
|
|
|
20572
21921
|
"docstring": "",
|
|
20573
21922
|
"path": "src/wc/components/CardShellDataViz/CardShellDataViz.tsx"
|
|
20574
21923
|
},
|
|
21924
|
+
"src/wc/components/CardDataVizBar/CardDataVizBar.tsx::CardDataVizBarWidth": {
|
|
21925
|
+
"declaration": "export type CardShellDataVizWidth = 'sm' | 'md' | 'lg';",
|
|
21926
|
+
"docstring": "",
|
|
21927
|
+
"path": "src/wc/components/CardDataVizBar/CardDataVizBar.tsx"
|
|
21928
|
+
},
|
|
20575
21929
|
"src/wc/components/CardDataVizDonut/CardDataVizDonut.tsx::CardDataVizDonutWidth": {
|
|
20576
21930
|
"declaration": "export type CardShellDataVizWidth = 'sm' | 'md' | 'lg';",
|
|
20577
21931
|
"docstring": "",
|
|
20578
21932
|
"path": "src/wc/components/CardDataVizDonut/CardDataVizDonut.tsx"
|
|
20579
21933
|
},
|
|
21934
|
+
"src/wc/components/CardDataVizLine/CardDataVizLine.tsx::CardDataVizLineWidth": {
|
|
21935
|
+
"declaration": "export type CardShellDataVizWidth = 'sm' | 'md' | 'lg';",
|
|
21936
|
+
"docstring": "",
|
|
21937
|
+
"path": "src/wc/components/CardDataVizLine/CardDataVizLine.tsx"
|
|
21938
|
+
},
|
|
20580
21939
|
"src/wc/components/CardSetting/CardSetting.tsx::CardSettingWidth": {
|
|
20581
21940
|
"declaration": "export type CardSettingWidth = 'sm' | 'md' | 'lg';",
|
|
20582
21941
|
"docstring": "",
|
|
@@ -20587,6 +21946,16 @@
|
|
|
20587
21946
|
"docstring": "",
|
|
20588
21947
|
"path": "src/wc/components/CardSetting/CardSetting.tsx"
|
|
20589
21948
|
},
|
|
21949
|
+
"src/wc/utils/chart-types.ts::ChartSeries": {
|
|
21950
|
+
"declaration": "export interface ChartSeries {\n name: string;\n data: number[];\n /** CSS color override; defaults to the next `--color-data-category-*` token. */\n color?: string;\n}",
|
|
21951
|
+
"docstring": "",
|
|
21952
|
+
"path": "src/wc/utils/chart-types.ts"
|
|
21953
|
+
},
|
|
21954
|
+
"src/wc/components/ChartBarStacked/ChartBarStacked.tsx::ChartBarStackedVariant": {
|
|
21955
|
+
"declaration": "export type ChartBarStackedVariant = 'stacked' | 'percentage';",
|
|
21956
|
+
"docstring": "",
|
|
21957
|
+
"path": "src/wc/components/ChartBarStacked/ChartBarStacked.tsx"
|
|
21958
|
+
},
|
|
20590
21959
|
"src/wc/utils/chart-types.ts::ChartLegendItem": {
|
|
20591
21960
|
"declaration": "export interface ChartLegendItem {\n label: string;\n value?: number;\n /** CSS color override; defaults to the next `--color-data-category-*` token. */\n color?: string;\n /** When set, the row renders as a link (e.g. to a filtered list page for this segment). */\n href?: string;\n}",
|
|
20592
21961
|
"docstring": "`ds-chart-legend` entry — value is optional so a series name (no single value) can be legended too.",
|
|
@@ -20617,6 +21986,11 @@
|
|
|
20617
21986
|
"docstring": "",
|
|
20618
21987
|
"path": "src/wc/components/Chip/Chip.tsx"
|
|
20619
21988
|
},
|
|
21989
|
+
"src/wc/components/ConversationList/ConversationList.tsx::ConversationListActionLayout": {
|
|
21990
|
+
"declaration": "export type ConversationListActionLayout = 'floating' | 'footer';",
|
|
21991
|
+
"docstring": "",
|
|
21992
|
+
"path": "src/wc/components/ConversationList/ConversationList.tsx"
|
|
21993
|
+
},
|
|
20620
21994
|
"src/wc/components/Divider/Divider.tsx::DividerOrientation": {
|
|
20621
21995
|
"declaration": "export type DividerOrientation = 'horizontal' | 'vertical';",
|
|
20622
21996
|
"docstring": "",
|
|
@@ -20732,6 +22106,11 @@
|
|
|
20732
22106
|
"docstring": "",
|
|
20733
22107
|
"path": "src/wc/components/Radio/Radio.tsx"
|
|
20734
22108
|
},
|
|
22109
|
+
"src/wc/components/ScrollOverlay/ScrollOverlay.tsx::ScrollOverlayScrollDetail": {
|
|
22110
|
+
"declaration": "export interface ScrollOverlayScrollDetail {\n scrollTop: number;\n scrollHeight: number;\n clientHeight: number;\n}",
|
|
22111
|
+
"docstring": "",
|
|
22112
|
+
"path": "src/wc/components/ScrollOverlay/ScrollOverlay.tsx"
|
|
22113
|
+
},
|
|
20735
22114
|
"src/wc/components/Select/Select.tsx::SelectOption": {
|
|
20736
22115
|
"declaration": "export interface ChoiceOption {\n label: string;\n value: string;\n subtext?: string;\n /** Rendered only when every option in the complete list supplies an icon. */\n icon?: string;\n isInactive?: boolean;\n}",
|
|
20737
22116
|
"docstring": "",
|
|
@@ -20937,6 +22316,11 @@
|
|
|
20937
22316
|
"docstring": "",
|
|
20938
22317
|
"path": "src/wc/components/BarNav/bar-nav-types.ts"
|
|
20939
22318
|
},
|
|
22319
|
+
"src/wc/components/Breadcrumb/breadcrumb-types.ts::BreadcrumbItem": {
|
|
22320
|
+
"declaration": "export interface BreadcrumbItem {\n /** Stable value returned from dsSelect. */\n id: string;\n /** Visible caption label. */\n label: string;\n /** Optional accessible name when the visible label is not destination-specific enough. */\n ariaLabel?: string;\n /** Native destination. Omit when the route owner handles dsSelect. */\n href?: string;\n /** Marks this item as the current page and removes its interaction. */\n isCurrent?: boolean;\n}",
|
|
22321
|
+
"docstring": "",
|
|
22322
|
+
"path": "src/wc/components/Breadcrumb/breadcrumb-types.ts"
|
|
22323
|
+
},
|
|
20940
22324
|
"src/wc/components/BarTitle/bar-title-types.ts::BarTitleSectionItem": {
|
|
20941
22325
|
"declaration": "export type BarTitleSectionItem = BarTitleSection | BarTitleDivider;",
|
|
20942
22326
|
"docstring": "",
|
|
@@ -20957,21 +22341,26 @@
|
|
|
20957
22341
|
"docstring": "",
|
|
20958
22342
|
"path": "src/wc/components/BarTitle/bar-title-types.ts"
|
|
20959
22343
|
},
|
|
20960
|
-
"src/wc/components/
|
|
20961
|
-
"declaration": "export
|
|
22344
|
+
"src/wc/components/Breadcrumb/breadcrumb-types.ts::BreadcrumbSelectDetail": {
|
|
22345
|
+
"declaration": "export interface BreadcrumbSelectDetail {\n item: BreadcrumbItem;\n originalEvent: MouseEvent;\n}",
|
|
20962
22346
|
"docstring": "",
|
|
20963
|
-
"path": "src/wc/components/
|
|
22347
|
+
"path": "src/wc/components/Breadcrumb/breadcrumb-types.ts"
|
|
22348
|
+
},
|
|
22349
|
+
"src/wc/components/BarWorkflow/bar-workflow-types.ts::BarWorkflowStep": {
|
|
22350
|
+
"declaration": "export interface BarWorkflowStep {\n id: string;\n label: string;\n isInactive?: boolean;\n}",
|
|
22351
|
+
"docstring": "",
|
|
22352
|
+
"path": "src/wc/components/BarWorkflow/bar-workflow-types.ts"
|
|
22353
|
+
},
|
|
22354
|
+
"src/wc/components/BarWorkflow/bar-workflow-types.ts::BarWorkflowSubmitAction": {
|
|
22355
|
+
"declaration": "export interface BarWorkflowSubmitAction {\n label: string;\n type?: 'button' | 'submit' | 'reset';\n isInactive?: boolean;\n isLoading?: boolean;\n}",
|
|
22356
|
+
"docstring": "",
|
|
22357
|
+
"path": "src/wc/components/BarWorkflow/bar-workflow-types.ts"
|
|
20964
22358
|
},
|
|
20965
22359
|
"src/wc/utils/chart-types.ts::ChartDatum": {
|
|
20966
22360
|
"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}",
|
|
20967
22361
|
"docstring": "Shared data shapes for `ds-chart-*` components — kept minimal for the initial scaffold, expect these to grow per component once design is finalized.",
|
|
20968
22362
|
"path": "src/wc/utils/chart-types.ts"
|
|
20969
22363
|
},
|
|
20970
|
-
"src/wc/utils/chart-types.ts::ChartSeries": {
|
|
20971
|
-
"declaration": "export interface ChartSeries {\n name: string;\n data: number[];\n /** CSS color override; defaults to the next `--color-data-category-*` token. */\n color?: string;\n}",
|
|
20972
|
-
"docstring": "",
|
|
20973
|
-
"path": "src/wc/utils/chart-types.ts"
|
|
20974
|
-
},
|
|
20975
22364
|
"src/wc/components/conversation-types.ts::ConversationItemState": {
|
|
20976
22365
|
"declaration": "export type ConversationItemState = 'default' | 'busy' | 'error';",
|
|
20977
22366
|
"docstring": "",
|
|
@@ -21052,6 +22441,11 @@
|
|
|
21052
22441
|
"docstring": "",
|
|
21053
22442
|
"path": "src/wc/components/ShellPage/shell-page-types.ts"
|
|
21054
22443
|
},
|
|
22444
|
+
"src/wc/components/ShellPage/shell-page-types.ts::ShellPageCapacity": {
|
|
22445
|
+
"declaration": "export type ShellPageCapacity = 'roomy' | 'compact' | 'constrained';",
|
|
22446
|
+
"docstring": "",
|
|
22447
|
+
"path": "src/wc/components/ShellPage/shell-page-types.ts"
|
|
22448
|
+
},
|
|
21055
22449
|
"src/wc/components/ShellPage/shell-page-types.ts::ShellPageContentInset": {
|
|
21056
22450
|
"declaration": "export type ShellPageContentInset = 'default' | 'none';",
|
|
21057
22451
|
"docstring": "",
|