@carbon/ai-chat-components 0.6.1 → 0.7.0-rc.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/custom-elements.json +2611 -3856
- package/dist/16-BZMv8BLP.js +91 -0
- package/dist/{16-DYDOiPFg.js → 16-D66oSSKJ.js} +24 -24
- package/dist/16-DTIyOew7.js +91 -0
- package/dist/button-VYkJ5dwm.js +157 -0
- package/dist/button-skeleton-C44ojFOx.js +131 -0
- package/dist/card.min.js +193 -0
- package/dist/chain-of-thought.min.js +176 -158
- package/dist/chat-button.min.js +26 -26
- package/dist/checkbox-skeleton-B1dsTlWl.js +166 -0
- package/dist/{lit-element-CALvSsJe.js → class-map-CAQcKAyP.js} +41 -25
- package/dist/code-snippet.min.js +24 -24
- package/dist/codemirror-runtime-DjJTvK74.js +173 -0
- package/dist/{dockerfile-DqeVY5Wu.js → dockerfile-C5Ju62-g.js} +24 -24
- package/dist/{factor-DT3csLlE.js → factor-BLzOdeEw.js} +24 -24
- package/dist/feedback.min.js +74 -93
- package/dist/icon-button-B9XqYdUx.js +143 -0
- package/dist/{icon-loader-BjBTslVK.js → icon-loader-tzlfALFt.js} +26 -26
- package/dist/{if-defined-BVYgSqhJ.js → if-defined-DvPtK2Df.js} +25 -25
- package/dist/index--QAAkyqA.js +91 -0
- package/dist/{index-DWCU-zPy.js → index-1zAoDu0L.js} +24 -24
- package/dist/{index-CsQW_IZu.js → index-B6ll86Y6.js} +24 -24
- package/dist/index-B9DVtGsv.js +278 -0
- package/dist/index-BPU5uHmK.js +91 -0
- package/dist/index-BbWtDXd9.js +91 -0
- package/dist/index-BjsxSbgO.js +91 -0
- package/dist/index-BwI8x9E4.js +91 -0
- package/dist/index-C3KNlXVv.js +168 -0
- package/dist/index-CAdio42O.js +91 -0
- package/dist/index-CSMhs9Fm.js +91 -0
- package/dist/index-CU0IEHyz.js +91 -0
- package/dist/index-Cj-ZmC-W.js +91 -0
- package/dist/index-Ctl66nQF.js +91 -0
- package/dist/index-D7MLs7w5.js +91 -0
- package/dist/index-DH8wnvUn.js +91 -0
- package/dist/index-DWn_nnHo.js +91 -0
- package/dist/index-DpqlVRJ7.js +91 -0
- package/dist/index-Dx9Ms_uJ.js +91 -0
- package/dist/index-EwTPqhmw.js +91 -0
- package/dist/index-P1vutKel.js +91 -0
- package/dist/index-WQxGinYJ.js +91 -0
- package/dist/index-cK4rXRw-.js +91 -0
- package/dist/index-o-THaGga.js +91 -0
- package/dist/loading-icon-CRrLjNZH.js +106 -0
- package/dist/markdown.min.js +75 -73
- package/dist/{nsis-B-vzq3eT.js → nsis-Biw-VyZu.js} +24 -24
- package/dist/processing.min.js +26 -26
- package/dist/{pug-Flk_Hgat.js → pug-BuYdIlne.js} +24 -24
- package/dist/reasoning-steps.min.js +72 -41
- package/dist/{state-kzgjVNgy.js → state-CBq0UPBm.js} +24 -24
- package/dist/table-runtime-CzXXhWmg.js +510 -0
- package/dist/table.min.js +24 -24
- package/dist/text-input-VC8mmTlR.js +158 -0
- package/dist/toolbar.min.js +57 -59
- package/dist/workspace-shell.min.js +49 -54
- package/es/components/card/index.d.ts +11 -0
- package/es/components/{tile-container → card}/index.js +3 -1
- package/es/components/{tile-container → card}/index.js.map +1 -1
- package/es/components/card/src/card-footer.d.ts +43 -0
- package/es/components/card/src/card-footer.js +140 -0
- package/es/components/card/src/card-footer.js.map +1 -0
- package/es/components/card/src/card-footer.scss.js +13 -0
- package/es/components/card/src/card-footer.scss.js.map +1 -0
- package/es/components/card/src/card-steps.d.ts +28 -0
- package/es/components/card/src/card-steps.js +90 -0
- package/es/components/card/src/card-steps.js.map +1 -0
- package/es/components/card/src/card-steps.scss.js +13 -0
- package/es/components/card/src/card-steps.scss.js.map +1 -0
- package/es/components/card/src/card.d.ts +27 -0
- package/es/components/card/src/card.js +65 -0
- package/es/components/card/src/card.js.map +1 -0
- package/es/components/card/src/card.scss.js +13 -0
- package/es/components/card/src/card.scss.js.map +1 -0
- package/es/components/chain-of-thought/defs.d.ts +54 -0
- package/es/components/chain-of-thought/{src/types.js → defs.js} +10 -1
- package/es/components/chain-of-thought/defs.js.map +1 -0
- package/es/components/chain-of-thought/index.d.ts +10 -4
- package/es/components/chain-of-thought/index.js +5 -3
- package/es/components/chain-of-thought/index.js.map +1 -1
- package/es/components/chain-of-thought/src/chain-of-thought-step.d.ts +43 -0
- package/es/components/chain-of-thought/src/chain-of-thought-step.js +351 -0
- package/es/components/chain-of-thought/src/chain-of-thought-step.js.map +1 -0
- package/es/components/chain-of-thought/src/chain-of-thought-step.scss.js +13 -0
- package/es/components/chain-of-thought/src/chain-of-thought-step.scss.js.map +1 -0
- package/es/components/chain-of-thought/src/chain-of-thought-toggle.d.ts +33 -0
- package/es/components/chain-of-thought/src/chain-of-thought-toggle.js +107 -0
- package/es/components/chain-of-thought/src/chain-of-thought-toggle.js.map +1 -0
- package/es/components/chain-of-thought/src/chain-of-thought-toggle.scss.js +13 -0
- package/es/components/chain-of-thought/src/chain-of-thought-toggle.scss.js.map +1 -0
- package/es/components/chain-of-thought/src/chain-of-thought.d.ts +23 -69
- package/es/components/chain-of-thought/src/chain-of-thought.js +88 -145
- package/es/components/chain-of-thought/src/chain-of-thought.js.map +1 -1
- package/es/components/chain-of-thought/src/chain-of-thought.scss.js +1 -1
- package/es/components/chain-of-thought/src/tool-call-data.d.ts +33 -0
- package/es/components/chain-of-thought/src/tool-call-data.js +179 -0
- package/es/components/chain-of-thought/src/tool-call-data.js.map +1 -0
- package/es/components/chain-of-thought/src/tool-call-data.scss.js +13 -0
- package/es/components/chain-of-thought/src/tool-call-data.scss.js.map +1 -0
- package/es/components/chat-button/src/chat-button.d.ts +11 -3
- package/es/components/chat-button/src/chat-button.js +15 -11
- package/es/components/chat-button/src/chat-button.js.map +1 -1
- package/es/components/chat-button/src/chat-button.scss.js +1 -1
- package/es/components/code-snippet/index.d.ts +2 -2
- package/es/components/code-snippet/index.js +1 -1
- package/es/components/code-snippet/src/code-snippet-card.d.ts +63 -0
- package/es/components/code-snippet/src/code-snippet-card.js +186 -0
- package/es/components/code-snippet/src/code-snippet-card.js.map +1 -0
- package/es/components/code-snippet/src/code-snippet.d.ts +43 -58
- package/es/components/code-snippet/src/code-snippet.js +115 -29
- package/es/components/code-snippet/src/code-snippet.js.map +1 -1
- package/es/components/code-snippet/src/code-snippet.scss.js +1 -1
- package/es/components/feedback/index.d.ts +4 -7
- package/es/components/feedback/index.js +2 -4
- package/es/components/feedback/index.js.map +1 -1
- package/es/components/feedback/src/feedback-buttons.d.ts +9 -2
- package/es/components/feedback/src/feedback-buttons.js +24 -15
- package/es/components/feedback/src/feedback-buttons.js.map +1 -1
- package/es/components/feedback/src/feedback-buttons.template.d.ts +2 -2
- package/es/components/feedback/src/feedback-buttons.template.js.map +1 -1
- package/es/components/feedback/src/feedback.d.ts +9 -10
- package/es/components/feedback/src/feedback.js +35 -22
- package/es/components/feedback/src/feedback.js.map +1 -1
- package/es/components/feedback/src/feedback.scss.js +1 -1
- package/es/components/feedback/src/feedback.template.d.ts +2 -2
- package/es/components/feedback/src/feedback.template.js +4 -4
- package/es/components/feedback/src/feedback.template.js.map +1 -1
- package/es/components/markdown/index.d.ts +2 -2
- package/es/components/markdown/index.js +1 -1
- package/es/components/markdown/src/markdown-renderer.d.ts +4 -0
- package/es/components/markdown/src/markdown-renderer.js +16 -11
- package/es/components/markdown/src/markdown-renderer.js.map +1 -1
- package/es/components/markdown/src/markdown.d.ts +42 -14
- package/es/components/markdown/src/markdown.js +146 -42
- package/es/components/markdown/src/markdown.js.map +1 -1
- package/es/components/markdown/src/markdown.scss.js +1 -1
- package/es/components/markdown/src/markdown.template.d.ts +5 -2
- package/es/components/markdown/src/markdown.template.js +8 -3
- package/es/components/markdown/src/markdown.template.js.map +1 -1
- package/es/components/processing/src/processing.d.ts +8 -1
- package/es/components/processing/src/processing.js +7 -10
- package/es/components/processing/src/processing.js.map +1 -1
- package/es/components/processing/src/processing.scss.js +1 -1
- package/es/components/reasoning-steps/index.d.ts +4 -2
- package/es/components/reasoning-steps/index.js +3 -2
- package/es/components/reasoning-steps/index.js.map +1 -1
- package/es/components/reasoning-steps/src/{cds-aichat-reasoning-step.d.ts → reasoning-step.d.ts} +6 -7
- package/es/components/reasoning-steps/src/{cds-aichat-reasoning-step.js → reasoning-step.js} +24 -26
- package/es/components/reasoning-steps/src/reasoning-step.js.map +1 -0
- package/es/components/reasoning-steps/src/{cds-aichat-reasoning-step.scss.js → reasoning-step.scss.js} +1 -1
- package/es/components/reasoning-steps/src/reasoning-step.scss.js.map +1 -0
- package/es/components/reasoning-steps/src/reasoning-steps-toggle.d.ts +36 -0
- package/es/components/reasoning-steps/src/reasoning-steps-toggle.js +81 -0
- package/es/components/reasoning-steps/src/reasoning-steps-toggle.js.map +1 -0
- package/es/components/reasoning-steps/src/reasoning-steps-toggle.scss.js +13 -0
- package/es/components/reasoning-steps/src/reasoning-steps-toggle.scss.js.map +1 -0
- package/es/components/reasoning-steps/src/reasoning-steps-toggle.template.d.ts +3 -0
- package/es/components/reasoning-steps/src/reasoning-steps-toggle.template.js +43 -0
- package/es/components/reasoning-steps/src/reasoning-steps-toggle.template.js.map +1 -0
- package/es/components/reasoning-steps/src/{cds-aichat-reasoning-steps.d.ts → reasoning-steps.d.ts} +6 -1
- package/es/components/reasoning-steps/src/{cds-aichat-reasoning-steps.js → reasoning-steps.js} +9 -6
- package/es/components/reasoning-steps/src/reasoning-steps.js.map +1 -0
- package/es/components/reasoning-steps/src/{cds-aichat-reasoning-steps.scss.js → reasoning-steps.scss.js} +1 -1
- package/es/components/reasoning-steps/src/reasoning-steps.scss.js.map +1 -0
- package/es/components/table/index.d.ts +2 -2
- package/es/components/table/index.js +1 -1
- package/es/components/table/src/table-pagination.template.d.ts +1 -1
- package/es/components/table/src/{cds-aichat-table.d.ts → table.d.ts} +12 -90
- package/es/components/table/src/{cds-aichat-table.js → table.js} +69 -37
- package/es/components/table/src/table.js.map +1 -0
- package/es/components/table/src/table.template.d.ts +2 -2
- package/es/components/table/src/table.template.js +2 -2
- package/es/components/table/src/table.template.js.map +1 -1
- package/es/components/toolbar/src/toolbar.d.ts +4 -5
- package/es/components/toolbar/src/toolbar.js +51 -40
- package/es/components/toolbar/src/toolbar.js.map +1 -1
- package/es/components/toolbar/src/toolbar.scss.js +1 -1
- package/es/components/workspace-shell/index.d.ts +0 -1
- package/es/components/workspace-shell/index.js +0 -1
- package/es/components/workspace-shell/index.js.map +1 -1
- package/es/components/workspace-shell/src/workspace-shell-body.d.ts +1 -0
- package/es/components/workspace-shell/src/workspace-shell-body.js +3 -4
- package/es/components/workspace-shell/src/workspace-shell-body.js.map +1 -1
- package/es/components/workspace-shell/src/workspace-shell-footer.d.ts +26 -5
- package/es/components/workspace-shell/src/workspace-shell-footer.js +101 -11
- package/es/components/workspace-shell/src/workspace-shell-footer.js.map +1 -1
- package/es/components/workspace-shell/src/workspace-shell-footer.scss.js +13 -0
- package/es/components/workspace-shell/src/workspace-shell-footer.scss.js.map +1 -0
- package/es/components/workspace-shell/src/workspace-shell-header.d.ts +1 -0
- package/es/components/workspace-shell/src/workspace-shell-header.js +4 -4
- package/es/components/workspace-shell/src/workspace-shell-header.js.map +1 -1
- package/es/components/workspace-shell/src/workspace-shell-header.scss.js +13 -0
- package/es/components/workspace-shell/src/workspace-shell-header.scss.js.map +1 -0
- package/es/components/workspace-shell/src/workspace-shell.d.ts +1 -2
- package/es/components/workspace-shell/src/workspace-shell.js +3 -30
- package/es/components/workspace-shell/src/workspace-shell.js.map +1 -1
- package/es/components/workspace-shell/src/workspace-shell.scss.js +1 -1
- package/es/react/card.d.ts +9 -0
- package/es/react/card.js +43 -0
- package/es/react/card.js.map +1 -0
- package/es/react/chain-of-thought-step.d.ts +4 -0
- package/es/react/chain-of-thought-step.js +32 -0
- package/es/react/chain-of-thought-step.js.map +1 -0
- package/es/react/chain-of-thought-toggle.d.ts +6 -0
- package/es/react/chain-of-thought-toggle.js +31 -0
- package/es/react/chain-of-thought-toggle.js.map +1 -0
- package/es/react/chain-of-thought.d.ts +4 -4
- package/es/react/chain-of-thought.js +7 -3
- package/es/react/chain-of-thought.js.map +1 -1
- package/es/react/code-snippet-card.d.ts +4 -0
- package/es/react/{code-snippet-tile-container.js → code-snippet-card.js} +8 -7
- package/es/react/code-snippet-card.js.map +1 -0
- package/es/react/feedback-buttons.d.ts +2 -2
- package/es/react/feedback-buttons.js +2 -2
- package/es/react/feedback-buttons.js.map +1 -1
- package/es/react/feedback.d.ts +2 -2
- package/es/react/feedback.js +2 -2
- package/es/react/feedback.js.map +1 -1
- package/es/react/inline-notification.d.ts +4 -0
- package/es/react/inline-notification.js +28 -0
- package/es/react/inline-notification.js.map +1 -0
- package/es/react/markdown.d.ts +1 -1
- package/es/react/markdown.js +1 -1
- package/es/react/reasoning-step.d.ts +3 -5
- package/es/react/reasoning-step.js +6 -5
- package/es/react/reasoning-step.js.map +1 -1
- package/es/react/reasoning-steps-toggle.d.ts +6 -0
- package/es/react/reasoning-steps-toggle.js +31 -0
- package/es/react/reasoning-steps-toggle.js.map +1 -0
- package/es/react/reasoning-steps.d.ts +3 -2
- package/es/react/reasoning-steps.js +4 -3
- package/es/react/reasoning-steps.js.map +1 -1
- package/es/react/tag.d.ts +4 -0
- package/es/react/{tile-container.js → tag.js} +6 -6
- package/es/react/tag.js.map +1 -0
- package/es/react/tile.js +2 -2
- package/es/react/tile.js.map +1 -1
- package/es/react/tool-call-data.d.ts +4 -0
- package/es/react/tool-call-data.js +28 -0
- package/es/react/tool-call-data.js.map +1 -0
- package/es/react/workspace-shell.d.ts +11 -0
- package/es/react/workspace-shell.js +49 -0
- package/es/react/workspace-shell.js.map +1 -0
- package/package.json +4 -4
- package/dist/button-CBb7Jhi7.js +0 -157
- package/dist/button-skeleton-B4XMARh-.js +0 -116
- package/dist/checkbox-skeleton-DwMLLcdk.js +0 -166
- package/dist/class-map-C_OkZP0k.js +0 -106
- package/dist/codemirror-runtime-B436WsU5.js +0 -173
- package/dist/icon-button-OMMcBXs2.js +0 -143
- package/dist/index-4jRdBit9.js +0 -91
- package/dist/index-BM41YEqq.js +0 -91
- package/dist/index-BOh_nBln.js +0 -91
- package/dist/index-Bu9gWUiF.js +0 -91
- package/dist/index-C8bEg5Uj.js +0 -91
- package/dist/index-C8xRVVPE.js +0 -91
- package/dist/index-COYOBWaJ.js +0 -91
- package/dist/index-CSEyeHT9.js +0 -91
- package/dist/index-Ci2IAejb.js +0 -91
- package/dist/index-CmkRN7JA.js +0 -91
- package/dist/index-Cy4O64oM.js +0 -91
- package/dist/index-D2t8pNSN.js +0 -91
- package/dist/index-DBxz4i7M.js +0 -91
- package/dist/index-DXc2fPMn.js +0 -91
- package/dist/index-DcP0S8R8.js +0 -91
- package/dist/index-DeCI268E.js +0 -367
- package/dist/index-DebFxHTs.js +0 -91
- package/dist/index-DiiLbFxH.js +0 -91
- package/dist/index-EHu0fYXl.js +0 -91
- package/dist/index-ayWik3gi.js +0 -168
- package/dist/index-muXVkugt.js +0 -91
- package/dist/index-tnMbrHKo.js +0 -91
- package/dist/query-D35TocCM.js +0 -101
- package/dist/radio-group-manager-BpBQjS73.js +0 -91
- package/dist/repeat-Ck4tYPIW.js +0 -96
- package/dist/table-runtime-C9nhKjvI.js +0 -510
- package/dist/text-input-DBmpDGoh.js +0 -158
- package/dist/tile-container.min.js +0 -100
- package/es/components/chain-of-thought/src/cds-aichat-chain-of-thought.d.ts +0 -15
- package/es/components/chain-of-thought/src/cds-aichat-chain-of-thought.js +0 -36
- package/es/components/chain-of-thought/src/cds-aichat-chain-of-thought.js.map +0 -1
- package/es/components/chain-of-thought/src/chain-of-thought.template.d.ts +0 -5
- package/es/components/chain-of-thought/src/chain-of-thought.template.js +0 -206
- package/es/components/chain-of-thought/src/chain-of-thought.template.js.map +0 -1
- package/es/components/chain-of-thought/src/parse-unknown-data-to-markdown.d.ts +0 -10
- package/es/components/chain-of-thought/src/parse-unknown-data-to-markdown.js +0 -50
- package/es/components/chain-of-thought/src/parse-unknown-data-to-markdown.js.map +0 -1
- package/es/components/chain-of-thought/src/types.d.ts +0 -73
- package/es/components/chain-of-thought/src/types.js.map +0 -1
- package/es/components/code-snippet/src/code-snippet-tile-container.d.ts +0 -32
- package/es/components/code-snippet/src/code-snippet-tile-container.js +0 -143
- package/es/components/code-snippet/src/code-snippet-tile-container.js.map +0 -1
- package/es/components/feedback/src/cds-aichat-feedback-buttons.d.ts +0 -15
- package/es/components/feedback/src/cds-aichat-feedback-buttons.js +0 -36
- package/es/components/feedback/src/cds-aichat-feedback-buttons.js.map +0 -1
- package/es/components/feedback/src/cds-aichat-feedback.d.ts +0 -15
- package/es/components/feedback/src/cds-aichat-feedback.js +0 -36
- package/es/components/feedback/src/cds-aichat-feedback.js.map +0 -1
- package/es/components/markdown/src/cds-aichat-markdown.d.ts +0 -13
- package/es/components/markdown/src/cds-aichat-markdown.js +0 -35
- package/es/components/markdown/src/cds-aichat-markdown.js.map +0 -1
- package/es/components/reasoning-steps/src/cds-aichat-reasoning-step.js.map +0 -1
- package/es/components/reasoning-steps/src/cds-aichat-reasoning-step.scss.js.map +0 -1
- package/es/components/reasoning-steps/src/cds-aichat-reasoning-steps.js.map +0 -1
- package/es/components/reasoning-steps/src/cds-aichat-reasoning-steps.scss.js.map +0 -1
- package/es/components/table/src/cds-aichat-table.js.map +0 -1
- package/es/components/tile-container/index.d.ts +0 -1
- package/es/components/tile-container/src/styles.scss.js +0 -13
- package/es/components/tile-container/src/styles.scss.js.map +0 -1
- package/es/components/tile-container/src/tile-container.d.ts +0 -12
- package/es/components/tile-container/src/tile-container.js +0 -85
- package/es/components/tile-container/src/tile-container.js.map +0 -1
- package/es/components/tile-container/src/tile-container.scss.js +0 -13
- package/es/components/tile-container/src/tile-container.scss.js.map +0 -1
- package/es/components/workspace-shell/src/styles.scss.js +0 -13
- package/es/components/workspace-shell/src/styles.scss.js.map +0 -1
- package/es/components/workspace-shell/src/workspace-shell-toolbar.d.ts +0 -22
- package/es/components/workspace-shell/src/workspace-shell-toolbar.js +0 -61
- package/es/components/workspace-shell/src/workspace-shell-toolbar.js.map +0 -1
- package/es/react/code-snippet-tile-container.d.ts +0 -5
- package/es/react/code-snippet-tile-container.js.map +0 -1
- package/es/react/tile-container.d.ts +0 -4
- package/es/react/tile-container.js.map +0 -1
- package/dist/{apl-DqPKPgQT.js → apl-Cq2qnGBp.js} +23 -23
- package/dist/{asciiarmor-D-S0VxwT.js → asciiarmor-Cb5hNJXm.js} +23 -23
- package/dist/{asn1-CFFEZSZ_.js → asn1-ObfPhj90.js} +23 -23
- package/dist/{asterisk-C3IDaiGv.js → asterisk-CGEdhmtE.js} +23 -23
- package/dist/{carbon-element-qvUUzdlm.js → carbon-element-BHXvTuS8.js} +23 -23
- package/dist/{carbon-element-BrN6iUKF.js → carbon-element-CY_4MezR.js} +23 -23
- package/dist/{clike-CWAiRpcw.js → clike-D-W_e6Lj.js} +23 -23
- package/dist/{clojure-Ch3ZXkHC.js → clojure-BKr3NaqS.js} +23 -23
- package/dist/{cmake-DJ6-M7RZ.js → cmake-CCO4hHlz.js} +23 -23
- package/dist/{cobol-CefNQ_w0.js → cobol-BP7APbz-.js} +23 -23
- package/dist/{coffeescript-4qvUnmrT.js → coffeescript-DAdmYC08.js} +23 -23
- package/dist/{collection-helpers-DOm4PvT7.js → collection-helpers-CeBujCju.js} +23 -23
- package/dist/{commonlisp-k5lBHlrn.js → commonlisp-Bo8JYmEV.js} +23 -23
- package/dist/{crystal-DFd4Ih4u.js → crystal-Bm8pGIh6.js} +23 -23
- package/dist/{css-BhqlouBq.js → css-BJk1lVKu.js} +23 -23
- package/dist/{custom-element-BIWH1gT0.js → custom-element-DRG4IpGT.js} +23 -23
- package/dist/{cypher-BlVNs-s1.js → cypher-D-eVDQC7.js} +23 -23
- package/dist/{d-CM_npLQV.js → d-D9LdG4k3.js} +23 -23
- package/dist/{diff-7P1q5HUO.js → diff-DZtMXlRt.js} +23 -23
- package/dist/{dtd-CWbJaDIV.js → dtd-BkbtUIcB.js} +23 -23
- package/dist/{dylan-EbE5y8Qm.js → dylan-CCohaM4H.js} +23 -23
- package/dist/{ebnf-DbYI1jy4.js → ebnf-DtT6UrMv.js} +23 -23
- package/dist/{ecl-CFSa7Lym.js → ecl-C2GNxTt8.js} +23 -23
- package/dist/{eiffel-9Wtpmi2K.js → eiffel-BW4n6uyg.js} +23 -23
- package/dist/{elm-DWhcgMBd.js → elm-B9lXrM6D.js} +23 -23
- package/dist/{erlang-CR1HJySh.js → erlang-BKwBedv4.js} +23 -23
- package/dist/{fcl-CbvOTRm9.js → fcl-BGYmKRZe.js} +23 -23
- package/dist/{forth-BsE0kFPn.js → forth-DTbOVELu.js} +23 -23
- package/dist/{fortran-AWWy4gQC.js → fortran-Dr7q8x3V.js} +23 -23
- package/dist/{gas-DjE-0YRJ.js → gas-CsCwQ5DC.js} +23 -23
- package/dist/{gherkin-G3xXRA7g.js → gherkin-CAJyZEc1.js} +23 -23
- package/dist/{groovy-CNwvtTN8.js → groovy-CpFdbfFQ.js} +23 -23
- package/dist/{haskell-B--9zNgZ.js → haskell-V36thOn1.js} +23 -23
- package/dist/{haxe-BH6QOKpD.js → haxe-CeQWqhmF.js} +23 -23
- package/dist/{http-ZbVY0uts.js → http-Cm3L1exf.js} +23 -23
- package/dist/{idl-D7fBoMHw.js → idl-DyN-eyoA.js} +23 -23
- package/dist/{javascript-BynWom2t.js → javascript-B7L-ezNz.js} +23 -23
- package/dist/{julia-BgwMKKt8.js → julia-B_bgxt8f.js} +23 -23
- package/dist/{livescript-CfylQWC2.js → livescript-B0UjDUzz.js} +23 -23
- package/dist/{lua-bFmn3AKO.js → lua-Bs-1T_TR.js} +23 -23
- package/dist/{mathematica-Dws9P2fA.js → mathematica-QbiSkUw_.js} +23 -23
- package/dist/{mbox-BIh2BjAu.js → mbox-IxVDt6G7.js} +23 -23
- package/dist/{mirc-XnPCL3O-.js → mirc--MFZdywV.js} +23 -23
- package/dist/{mllike-l-LEbnhM.js → mllike-s7nUnXIp.js} +23 -23
- package/dist/{modelica-BbO92hea.js → modelica-BCpZ0s1C.js} +23 -23
- package/dist/{mscgen-CQJIxZ4W.js → mscgen-Br8J94Pi.js} +23 -23
- package/dist/{mumps-CktIo_vc.js → mumps-BsSCi6Lf.js} +23 -23
- package/dist/{nginx-BOcx_Qcw.js → nginx-ZiZlz_Vj.js} +23 -23
- package/dist/{ntriples-C1FRJSj6.js → ntriples-1fM-fgdb.js} +23 -23
- package/dist/{octave-BOQo3ezn.js → octave-nXauetiK.js} +23 -23
- package/dist/{oz-OnSdrfM9.js → oz-B13mLmyp.js} +23 -23
- package/dist/{pascal-4g6TYfFw.js → pascal-B_W4OXqj.js} +23 -23
- package/dist/{perl-Dgr-ngbg.js → perl-a1VQ4XvC.js} +23 -23
- package/dist/{pig-CZMi3-8m.js → pig-BtQy1wID.js} +23 -23
- package/dist/{powershell-DXvQ4x1m.js → powershell-uO49D63Q.js} +23 -23
- package/dist/{properties-FpKoskXV.js → properties-BhuX6-mY.js} +23 -23
- package/dist/{protobuf-MCw-m64T.js → protobuf-CNIIc7zI.js} +23 -23
- package/dist/{puppet-6S-P5OOW.js → puppet-ByObhsu2.js} +23 -23
- package/dist/{python-CngGfBf0.js → python-PHhd4JZq.js} +23 -23
- package/dist/{q-44edCNj4.js → q-qVcarjaG.js} +23 -23
- package/dist/{r-DIR8PHAo.js → r-Cd28Rn61.js} +23 -23
- package/dist/{rpm-BRQLtgp3.js → rpm-tHd62SNx.js} +23 -23
- package/dist/{ruby-D8RNHeY9.js → ruby-BWVi67xq.js} +23 -23
- package/dist/{sas-D5OczIPs.js → sas-BwjQFPr2.js} +23 -23
- package/dist/{scheme-B8-CRLJA.js → scheme-Czr-sVIy.js} +23 -23
- package/dist/{settings-llVPjFVY.js → settings-C6RJ_X7P.js} +23 -23
- package/dist/{shell-D8CunHXO.js → shell-BetDWStl.js} +23 -23
- package/dist/{sieve-Bf_yZtZi.js → sieve-rrPKwsBh.js} +23 -23
- package/dist/{simple-mode-U-UkJvaV.js → simple-mode-C8-rTa2M.js} +23 -23
- package/dist/{smalltalk-NwhojTAP.js → smalltalk-YAI5xh7_.js} +23 -23
- package/dist/{solr-DpsSZ9SG.js → solr-VDOKdk1b.js} +23 -23
- package/dist/{sparql-ClZP4ej6.js → sparql-zO1kYCog.js} +23 -23
- package/dist/{spreadsheet-DnW91EGa.js → spreadsheet-6g8nHE2j.js} +23 -23
- package/dist/{sql-DoWohZH_.js → sql-Biw9poPQ.js} +23 -23
- package/dist/{stex-CyIvgWqs.js → stex-THaXVwNW.js} +23 -23
- package/dist/{stylus-C8jtBncI.js → stylus-RHXL_HsJ.js} +23 -23
- package/dist/{swift-CaGCX2Dw.js → swift-lfFyPRRo.js} +23 -23
- package/dist/{sync-BXekdfhT.js → sync-D5E2V6_l.js} +23 -23
- package/dist/{tcl-CZLOxvIM.js → tcl-C4Tb2U0q.js} +23 -23
- package/dist/{textile-MK6Fa0rE.js → textile-CnQDonvJ.js} +23 -23
- package/dist/{throttle-Bam9Y9Iz.js → throttle-B7gS0Tg4.js} +23 -23
- package/dist/{tiddlywiki-DUbhySn3.js → tiddlywiki-BPc4WZCH.js} +23 -23
- package/dist/{tiki-DaH-6R3-.js → tiki-D4dz8j1V.js} +23 -23
- package/dist/{toml-SjzHK0kN.js → toml-88vYtIh1.js} +23 -23
- package/dist/{troff-Bz5Iai1v.js → troff-BgVjEoT-.js} +23 -23
- package/dist/{ttcn-C4gOnQYH.js → ttcn-DdYulzch.js} +23 -23
- package/dist/{ttcn-cfg-C8jO5Cys.js → ttcn-cfg-LwcHiYmJ.js} +23 -23
- package/dist/{turtle-C8Ccmmmk.js → turtle-CgiVr9yq.js} +23 -23
- package/dist/{vb-Cwma-1KF.js → vb-BWY0HckZ.js} +23 -23
- package/dist/{vbscript-DMhmzc0h.js → vbscript-BBJV-ooB.js} +23 -23
- package/dist/{velocity-RZxqTCZo.js → velocity-wom_bhlv.js} +23 -23
- package/dist/{verilog-Dld4vhaQ.js → verilog-BCY2xdlY.js} +23 -23
- package/dist/{vhdl-DMOFQvtW.js → vhdl-BjJYRa0a.js} +23 -23
- package/dist/{webidl-BgptLqNm.js → webidl-KE8LT1tN.js} +23 -23
- package/dist/{xquery-8Z_FGC6j.js → xquery-Ca5C9BJw.js} +23 -23
- package/dist/{yacas-C3ZexFYq.js → yacas-DGeGvU7X.js} +23 -23
- package/dist/{z80-Dz8lvJzy.js → z80-CEYQTt8_.js} +23 -23
|
@@ -18,69 +18,69 @@
|
|
|
18
18
|
* https://www.npmjs.com/package/markdown-it
|
|
19
19
|
* https://www.npmjs.com/package/lodash-es
|
|
20
20
|
* https://www.npmjs.com/package/dompurify
|
|
21
|
-
* https://www.npmjs.com/package/
|
|
21
|
+
* https://www.npmjs.com/package/@codemirror/state
|
|
22
22
|
* https://www.npmjs.com/package/csv-stringify
|
|
23
|
+
* https://www.npmjs.com/package/lit-html
|
|
23
24
|
* https://www.npmjs.com/package/@carbon/web-components
|
|
24
25
|
* https://www.npmjs.com/package/codemirror
|
|
25
|
-
* https://www.npmjs.com/package/@codemirror/state
|
|
26
26
|
* https://www.npmjs.com/package/@codemirror/language
|
|
27
|
-
* https://www.npmjs.com/package/@codemirror/
|
|
28
|
-
* https://www.npmjs.com/package/@codemirror/
|
|
27
|
+
* https://www.npmjs.com/package/@codemirror/commands
|
|
28
|
+
* https://www.npmjs.com/package/@codemirror/view
|
|
29
|
+
* https://www.npmjs.com/package/@codemirror/autocomplete
|
|
30
|
+
* https://www.npmjs.com/package/@codemirror/lint
|
|
31
|
+
* https://www.npmjs.com/package/@lezer/highlight
|
|
29
32
|
* https://www.npmjs.com/package/@codemirror/lang-sql
|
|
33
|
+
* https://www.npmjs.com/package/@codemirror/lang-go
|
|
34
|
+
* https://www.npmjs.com/package/@codemirror/lang-cpp
|
|
30
35
|
* https://www.npmjs.com/package/@codemirror/lang-css
|
|
31
36
|
* https://www.npmjs.com/package/@codemirror/lang-html
|
|
32
37
|
* https://www.npmjs.com/package/@codemirror/lang-java
|
|
33
38
|
* https://www.npmjs.com/package/@codemirror/lang-javascript
|
|
34
39
|
* https://www.npmjs.com/package/@codemirror/lang-jinja
|
|
40
|
+
* https://www.npmjs.com/package/@codemirror/lang-json
|
|
35
41
|
* https://www.npmjs.com/package/@codemirror/lang-less
|
|
36
42
|
* https://www.npmjs.com/package/@codemirror/lang-liquid
|
|
37
|
-
* https://www.npmjs.com/package/@codemirror/lang-json
|
|
38
|
-
* https://www.npmjs.com/package/@codemirror/lang-python
|
|
39
43
|
* https://www.npmjs.com/package/@codemirror/lang-php
|
|
40
44
|
* https://www.npmjs.com/package/@codemirror/lang-markdown
|
|
41
|
-
* https://www.npmjs.com/package/@codemirror/lang-
|
|
42
|
-
* https://www.npmjs.com/package/@codemirror/legacy-modes
|
|
45
|
+
* https://www.npmjs.com/package/@codemirror/lang-wast
|
|
43
46
|
* https://www.npmjs.com/package/@codemirror/lang-rust
|
|
44
|
-
* https://www.npmjs.com/package/@codemirror/lang-xml
|
|
45
47
|
* https://www.npmjs.com/package/@codemirror/lang-yaml
|
|
46
|
-
* https://www.npmjs.com/package/@codemirror/lang-
|
|
48
|
+
* https://www.npmjs.com/package/@codemirror/lang-python
|
|
49
|
+
* https://www.npmjs.com/package/@codemirror/lang-sass
|
|
50
|
+
* https://www.npmjs.com/package/@codemirror/legacy-modes
|
|
47
51
|
* https://www.npmjs.com/package/@codemirror/lang-vue
|
|
48
52
|
* https://www.npmjs.com/package/@codemirror/lang-angular
|
|
49
|
-
* https://www.npmjs.com/package/@codemirror/
|
|
50
|
-
* https://www.npmjs.com/package/@codemirror/view
|
|
51
|
-
* https://www.npmjs.com/package/@lezer/highlight
|
|
52
|
-
* https://www.npmjs.com/package/@codemirror/autocomplete
|
|
53
|
-
* https://www.npmjs.com/package/@codemirror/commands
|
|
53
|
+
* https://www.npmjs.com/package/@codemirror/lang-xml
|
|
54
54
|
* https://www.npmjs.com/package/@carbon/icons
|
|
55
55
|
* https://www.npmjs.com/package/@carbon/utilities
|
|
56
56
|
* https://www.npmjs.com/package/@carbon/icon-helpers
|
|
57
57
|
* https://www.npmjs.com/package/program-language-detector
|
|
58
58
|
* https://www.npmjs.com/package/lit-element
|
|
59
59
|
* https://www.npmjs.com/package/@lit/reactive-element
|
|
60
|
+
* https://www.npmjs.com/package/@marijn/find-cluster-break
|
|
60
61
|
* https://www.npmjs.com/package/@codemirror/search
|
|
61
62
|
* https://www.npmjs.com/package/crelt
|
|
62
63
|
* https://www.npmjs.com/package/w3c-keyname
|
|
63
64
|
* https://www.npmjs.com/package/style-mod
|
|
64
|
-
* https://www.npmjs.com/package/@marijn/find-cluster-break
|
|
65
65
|
* https://www.npmjs.com/package/@lezer/common
|
|
66
|
-
* https://www.npmjs.com/package/@lezer/cpp
|
|
67
66
|
* https://www.npmjs.com/package/@lezer/go
|
|
68
|
-
* https://www.npmjs.com/package/@lezer/css
|
|
69
67
|
* https://www.npmjs.com/package/@lezer/lr
|
|
68
|
+
* https://www.npmjs.com/package/@lezer/cpp
|
|
70
69
|
* https://www.npmjs.com/package/@lezer/java
|
|
70
|
+
* https://www.npmjs.com/package/@lezer/css
|
|
71
71
|
* https://www.npmjs.com/package/@lezer/html
|
|
72
72
|
* https://www.npmjs.com/package/@lezer/javascript
|
|
73
|
+
* https://www.npmjs.com/package/@lezer/php
|
|
73
74
|
* https://www.npmjs.com/package/@lezer/json
|
|
75
|
+
* https://www.npmjs.com/package/@lezer/yaml
|
|
76
|
+
* https://www.npmjs.com/package/@lezer/rust
|
|
74
77
|
* https://www.npmjs.com/package/@lezer/python
|
|
75
|
-
* https://www.npmjs.com/package/@lezer/php
|
|
76
|
-
* https://www.npmjs.com/package/@lezer/xml
|
|
77
78
|
* https://www.npmjs.com/package/@lezer/sass
|
|
78
|
-
* https://www.npmjs.com/package/@lezer/rust
|
|
79
79
|
* https://www.npmjs.com/package/@lezer/markdown
|
|
80
|
-
* https://www.npmjs.com/package/@lezer/
|
|
80
|
+
* https://www.npmjs.com/package/@lezer/xml
|
|
81
81
|
* https://www.npmjs.com/package/@internationalized/number
|
|
82
|
-
* https://www.npmjs.com/package/linkify-it
|
|
83
82
|
* https://www.npmjs.com/package/mdurl
|
|
83
|
+
* https://www.npmjs.com/package/linkify-it
|
|
84
84
|
* https://www.npmjs.com/package/punycode.js
|
|
85
85
|
* https://www.npmjs.com/package/uc.micro
|
|
86
86
|
* https://www.npmjs.com/package/@floating-ui/dom
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
* https://www.npmjs.com/package/@floating-ui/utils
|
|
89
89
|
*/
|
|
90
90
|
|
|
91
|
-
import{i as t,_ as a,a as r,x as e}from"./lit-element-CALvSsJe.js";import{t as d}from"./custom-element-BIWH1gT0.js";import{p as o}from"./settings-llVPjFVY.js";import{n as i}from"./class-map-C_OkZP0k.js";import"./button-CBb7Jhi7.js";import"./if-defined-BVYgSqhJ.js";import"./carbon-element-qvUUzdlm.js";var s=t(['a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{font-feature-settings:"liga" 1;border:0;font:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}button,input,select,textarea{border-radius:0;font-family:inherit}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{background-color:var(--cds-background,#fff);color:var(--cds-text-primary,#161616);line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:none}table{border-collapse:collapse;border-spacing:0}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}html{font-size:100%}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;text-rendering:optimizeLegibility}code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}strong{font-weight:600}@media screen and (-ms-high-contrast:active){svg{fill:ButtonText}}h1{font-size:var(--cds-heading-06-font-size,2.625rem);font-weight:var(--cds-heading-06-font-weight,300);letter-spacing:var(--cds-heading-06-letter-spacing,0);line-height:var(--cds-heading-06-line-height,1.199)}h2{font-size:var(--cds-heading-05-font-size,2rem);font-weight:var(--cds-heading-05-font-weight,400);letter-spacing:var(--cds-heading-05-letter-spacing,0);line-height:var(--cds-heading-05-line-height,1.25)}h3{font-size:var(--cds-heading-04-font-size,1.75rem);font-weight:var(--cds-heading-04-font-weight,400);letter-spacing:var(--cds-heading-04-letter-spacing,0);line-height:var(--cds-heading-04-line-height,1.28572)}h4{font-size:var(--cds-heading-03-font-size,1.25rem);font-weight:var(--cds-heading-03-font-weight,400);letter-spacing:var(--cds-heading-03-letter-spacing,0);line-height:var(--cds-heading-03-line-height,1.4)}h5{font-size:var(--cds-heading-02-font-size,1rem);font-weight:var(--cds-heading-02-font-weight,600);letter-spacing:var(--cds-heading-02-letter-spacing,0);line-height:var(--cds-heading-02-line-height,1.5)}h6{font-size:var(--cds-heading-01-font-size,.875rem);font-weight:var(--cds-heading-01-font-weight,600);letter-spacing:var(--cds-heading-01-letter-spacing,.16px);line-height:var(--cds-heading-01-line-height,1.42857)}p{font-size:var(--cds-body-02-font-size,1rem);font-weight:var(--cds-body-02-font-weight,400);letter-spacing:var(--cds-body-02-letter-spacing,0);line-height:var(--cds-body-02-line-height,1.5)}a{color:var(--cds-link-primary,#0062fe)}em{font-style:italic}:host(cds-aichat-workspace-shell){border:.0625rem solid var(--cds-chat-bubble-border,#e0e0e0);border-radius:.5rem;box-shadow:-10px 0 100px -24px var(--cds-ai-popover-shadow-outer-01,rgba(0,67,206,.06)),0 10px 40px -24px var(--cds-ai-popover-shadow-outer-02,rgba(0,0,0,.04));color:var(--cds-text-secondary,#525252);display:block;font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);inline-size:100%;letter-spacing:var(--cds-body-01-letter-spacing,.16px);line-height:var(--cds-body-01-line-height,1.42857);max-inline-size:56.5rem}:host(cds-aichat-workspace-shell) ::slotted([slot=notification]){max-inline-size:100%}::slotted(cds-aichat-toolbar){display:grid;padding:.5rem}:host(cds-aichat-workspace-shell-header){align-items:baseline;border-block-end:solid .0625rem var(--cds-chat-bubble-border,#e0e0e0);color:var(--cds-text-secondary,#525252);display:grid;font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);grid-auto-flow:column;letter-spacing:var(--cds-body-01-letter-spacing,.16px);line-height:var(--cds-body-01-line-height,1.42857);padding:1.5rem 2rem}@media (max-width:41.98rem){:host(cds-aichat-workspace-shell-header){gap:16px;grid-auto-flow:row}}:host(cds-aichat-workspace-shell-body){block-size:31.5rem;display:block;overflow:auto;padding:1.5rem 2rem}:host(cds-aichat-workspace-shell-footer){align-items:stretch;border-block-start:solid .0625rem var(--cds-border-subtle-00,#e0e0e0);display:grid;grid-auto-flow:column;grid-template-columns:50% 25% 25%}:host(cds-aichat-workspace-shell-footer) ::slotted(cds-button[data-index="1"]){grid-column:3}:host(cds-aichat-workspace-shell-footer) ::slotted(cds-button[data-index="2"]){grid-column:2}:host(cds-aichat-workspace-shell-footer) ::slotted(cds-button[data-index="3"]){grid-column:1}@media (max-width:41.98rem){:host(cds-aichat-workspace-shell-footer){grid-auto-flow:row;grid-template-columns:1fr}:host(cds-aichat-workspace-shell-footer) ::slotted(cds-button[data-index="1"]){grid-column:1}:host(cds-aichat-workspace-shell-footer) ::slotted(cds-button[data-index="2"]){grid-column:1}:host(cds-aichat-workspace-shell-footer) ::slotted(cds-button[data-index="3"]){grid-column:1}}.cds-aichat-workspace-shell__header-content{display:grid;gap:1rem}.cds-aichat-workspace-shell__header-title{color:var(--cds-text-primary,#161616);font-size:var(--cds-heading-04-font-size,1.75rem);font-weight:var(--cds-heading-04-font-weight,400);letter-spacing:var(--cds-heading-04-letter-spacing,0);line-height:var(--cds-heading-04-line-height,1.28572);margin-block-end:-.875rem}.cds-aichat-workspace-shell__header-sub-title{color:var(--cds-text-secondary,#525252);font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);letter-spacing:var(--cds-label-01-letter-spacing,.32px);line-height:var(--cds-label-01-line-height,1.33333)}.cds-aichat-workspace-shell__toolbar-action{display:grid;grid-auto-columns:2.5rem;grid-auto-flow:column}.cds-aichat-workspace-shell__toolbar-action ::slotted(cds-ai-label){block-size:2.5rem}']),c=t(['html{--cds-aichat-border-radius:0.5rem}html [data-rounded=""],html [data-rounded=""]>:only-child{border-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=""]::part(button),html [data-rounded=""]::part(link){border-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem);outline-offset:-.0625rem}html [data-rounded=md-none],html [data-rounded=md-none]>:only-child{border-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=md-none]::part(button),html [data-rounded=md-none]::part(link){border-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem);outline-offset:-.0625rem}@media (max-width:41.98rem){html [data-rounded=md-none]{--cds-aichat-border-radius:0}}html [data-rounded=top]{border-start-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=top],html [data-rounded=top]>:first-child{border-start-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=top]>:first-child::part(button){border-start-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=top]>:last-child{border-start-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=top]>:last-child::part(button){border-start-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=top-md-none]{border-start-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=top-md-none],html [data-rounded=top-md-none]>:first-child{border-start-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=top-md-none]>:first-child::part(button){border-start-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=top-md-none]>:last-child{border-start-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=top-md-none]>:last-child::part(button){border-start-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}@media (max-width:41.98rem){html [data-rounded=top-md-none]{--cds-aichat-border-radius:0}}html [data-rounded=top-left]{border-start-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=top-left]::part(button){border-start-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=top-left-md-none],html [data-rounded=top-left] :first-child{border-start-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=top-left-md-none]::part(button){border-start-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=top-left-md-none] :first-child{border-start-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}@media (max-width:41.98rem){html [data-rounded=top-left-md-none]{--cds-aichat-border-radius:0}}html [data-rounded=top-right]{border-start-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=top-right]::part(button){border-start-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=top-right-md-none],html [data-rounded=top-right] :last-child{border-start-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=top-right-md-none]::part(button){border-start-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=top-right-md-none] :last-child{border-start-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}@media (max-width:41.98rem){html [data-rounded=top-right-md-none]{--cds-aichat-border-radius:0}}html [data-rounded=bottom]{border-end-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=bottom],html [data-rounded=bottom]:not([data-stacked])>:first-child{border-end-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=bottom]:not([data-stacked])>:first-child::part(button){border-end-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=bottom]:not([data-stacked])>:last-child{border-end-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=bottom]:not([data-stacked])>:last-child::part(button){border-end-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=bottom][data-stacked]>:last-child{border-end-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem);border-end-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=bottom][data-stacked]>:last-child::part(button){border-end-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem);border-end-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=bottom-md-none]{border-end-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=bottom-md-none],html [data-rounded=bottom-md-none]:not([data-stacked])>:first-child{border-end-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=bottom-md-none]:not([data-stacked])>:first-child::part(button){border-end-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=bottom-md-none]:not([data-stacked])>:last-child{border-end-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=bottom-md-none]:not([data-stacked])>:last-child::part(button){border-end-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=bottom-md-none][data-stacked]>:last-child{border-end-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem);border-end-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=bottom-md-none][data-stacked]>:last-child::part(button){border-end-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem);border-end-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}@media (max-width:41.98rem){html [data-rounded=bottom-md-none]{--cds-aichat-border-radius:0}}html [data-rounded=bottom-left]{border-end-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=bottom-left]::part(button){border-end-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=bottom-left-md-none],html [data-rounded=bottom-left] :first-child{border-end-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=bottom-left-md-none]::part(button){border-end-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=bottom-left-md-none] :first-child{border-end-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}@media (max-width:41.98rem){html [data-rounded=bottom-left-md-none]{--cds-aichat-border-radius:0}}html [data-rounded=bottom-right]{border-end-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=bottom-right]::part(button){border-end-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=bottom-right-md-none],html [data-rounded=bottom-right] :last-child{border-end-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=bottom-right-md-none]::part(button){border-end-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}html [data-rounded=bottom-right-md-none] :last-child{border-end-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}@media (max-width:41.98rem){html [data-rounded=bottom-right-md-none]{--cds-aichat-border-radius:0}}']);
|
|
91
|
+
import{i as t,_ as e,a,x as d,n as r}from"./class-map-CAQcKAyP.js";import{t as o}from"./custom-element-DRG4IpGT.js";import{p as i}from"./settings-C6RJ_X7P.js";import{r as s}from"./state-CBq0UPBm.js";import"./button-VYkJ5dwm.js";import{i as n}from"./icon-loader-tzlfALFt.js";import"./if-defined-DvPtK2Df.js";import"./carbon-element-BHXvTuS8.js";var c=t(['a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{font-feature-settings:"liga" 1;border:0;font:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}button,input,select,textarea{border-radius:0;font-family:inherit}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{background-color:var(--cds-background,#fff);color:var(--cds-text-primary,#161616);line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:none}table{border-collapse:collapse;border-spacing:0}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}html{font-size:100%}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;text-rendering:optimizeLegibility}code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}strong{font-weight:600}@media screen and (-ms-high-contrast:active){svg{fill:ButtonText}}h1{font-size:var(--cds-heading-06-font-size,2.625rem);font-weight:var(--cds-heading-06-font-weight,300);letter-spacing:var(--cds-heading-06-letter-spacing,0);line-height:var(--cds-heading-06-line-height,1.199)}h2{font-size:var(--cds-heading-05-font-size,2rem);font-weight:var(--cds-heading-05-font-weight,400);letter-spacing:var(--cds-heading-05-letter-spacing,0);line-height:var(--cds-heading-05-line-height,1.25)}h3{font-size:var(--cds-heading-04-font-size,1.75rem);font-weight:var(--cds-heading-04-font-weight,400);letter-spacing:var(--cds-heading-04-letter-spacing,0);line-height:var(--cds-heading-04-line-height,1.28572)}h4{font-size:var(--cds-heading-03-font-size,1.25rem);font-weight:var(--cds-heading-03-font-weight,400);letter-spacing:var(--cds-heading-03-letter-spacing,0);line-height:var(--cds-heading-03-line-height,1.4)}h5{font-size:var(--cds-heading-02-font-size,1rem);font-weight:var(--cds-heading-02-font-weight,600);letter-spacing:var(--cds-heading-02-letter-spacing,0);line-height:var(--cds-heading-02-line-height,1.5)}h6{font-size:var(--cds-heading-01-font-size,.875rem);font-weight:var(--cds-heading-01-font-weight,600);letter-spacing:var(--cds-heading-01-letter-spacing,.16px);line-height:var(--cds-heading-01-line-height,1.42857)}p{font-size:var(--cds-body-02-font-size,1rem);font-weight:var(--cds-body-02-font-weight,400);letter-spacing:var(--cds-body-02-letter-spacing,0);line-height:var(--cds-body-02-line-height,1.5)}a{color:var(--cds-link-primary,#0062fe)}em{font-style:italic}:host(cds-aichat-workspace-shell){background-color:var(--cds-chat-shell-background);block-size:100%;border:.0625rem solid var(--cds-chat-bubble-border,#e0e0e0);border-radius:.5rem;box-shadow:-10px 0 100px -24px var(--cds-ai-popover-shadow-outer-01,rgba(0,67,206,.06)),0 10px 40px -24px var(--cds-ai-popover-shadow-outer-02,rgba(0,0,0,.04));box-sizing:border-box!important;color:var(--cds-text-secondary,#525252);display:flex;flex-direction:column;font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);inline-size:100%;letter-spacing:var(--cds-body-01-letter-spacing,.16px);line-height:var(--cds-body-01-line-height,1.42857)}:host(cds-aichat-workspace-shell) ::slotted([slot=notification]){box-sizing:border-box;max-inline-size:100%}::slotted(cds-aichat-toolbar){border-block-end:.0625rem solid var(--cds-chat-bubble-border);display:grid;padding:.5rem}.cds-aichat-workspace-shell__toolbar-action{display:grid;grid-auto-columns:2.5rem;grid-auto-flow:column}.cds-aichat-workspace-shell__toolbar-action ::slotted(cds-ai-label){block-size:2.5rem}:host(cds-aichat-workspace-shell-body){block-size:31.5rem;display:block;overflow:auto;padding:1.5rem 2rem}']);
|
|
92
92
|
/*
|
|
93
93
|
* Copyright IBM Corp. 2025
|
|
94
94
|
*
|
|
@@ -96,28 +96,13 @@ import{i as t,_ as a,a as r,x as e}from"./lit-element-CALvSsJe.js";import{t as d
|
|
|
96
96
|
* LICENSE file in the root directory of this source tree.
|
|
97
97
|
*
|
|
98
98
|
* @license
|
|
99
|
-
*/
|
|
100
|
-
let l=class extends r{constructor(){super(...arguments),this.closeWorkspaceShell=()=>{console.log("closes the shell")}}connectedCallback(){super.connectedCallback();const t=this.getRootNode();t instanceof Document||t instanceof ShadowRoot?this.ensureLightDomStyles(t):console.warn("Unsupported root node type:",t)}ensureLightDomStyles(t){const a=`${o}-tile-container-light-dom-styles`;if(t.querySelector(`#${a}`))return;const r=document.createElement("style");r.id=a,r.textContent=c,t instanceof ShadowRoot?t.appendChild(r):t.head.appendChild(r)}render(){return e`
|
|
99
|
+
*/let l=class extends a{constructor(){super(...arguments),this.closeWorkspaceShell=()=>{console.log("closes the shell")}}render(){return d`
|
|
101
100
|
<slot name="toolbar"></slot>
|
|
102
101
|
<slot name="notification"></slot>
|
|
103
102
|
<slot name="header"></slot>
|
|
104
103
|
<slot name="body"></slot>
|
|
105
104
|
<slot name="footer"></slot>
|
|
106
|
-
`}};l.styles=
|
|
107
|
-
/*
|
|
108
|
-
* Copyright IBM Corp. 2025
|
|
109
|
-
*
|
|
110
|
-
* This source code is licensed under the Apache-2.0 license found in the
|
|
111
|
-
* LICENSE file in the root directory of this source tree.
|
|
112
|
-
*
|
|
113
|
-
* @license
|
|
114
|
-
*/
|
|
115
|
-
let n=class extends r{constructor(){super(...arguments),this.slot="toolbar"}render(){const{titleText:t}=this;return e`
|
|
116
|
-
<div class="${o}-workspace-shell__toolbar-title">${t}</div>
|
|
117
|
-
<div class="${o}-workspace-shell__toolbar-action">
|
|
118
|
-
<slot name="toolbar-action"></slot>
|
|
119
|
-
</div>
|
|
120
|
-
`}};n.styles=s,a([i({type:String,reflect:!0})],n.prototype,"slot",void 0),a([i({type:String,attribute:"title-text"})],n.prototype,"titleText",void 0),n=a([d(`${o}-workspace-shell-toolbar`)],n);
|
|
105
|
+
`}};l.styles=c,l=e([o("cds-aichat-workspace-shell")],l);var h=t(['a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{font-feature-settings:"liga" 1;border:0;font:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}button,input,select,textarea{border-radius:0;font-family:inherit}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{background-color:var(--cds-background,#fff);color:var(--cds-text-primary,#161616);line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:none}table{border-collapse:collapse;border-spacing:0}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}html{font-size:100%}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;text-rendering:optimizeLegibility}code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}strong{font-weight:600}@media screen and (-ms-high-contrast:active){svg{fill:ButtonText}}h1{font-size:var(--cds-heading-06-font-size,2.625rem);font-weight:var(--cds-heading-06-font-weight,300);letter-spacing:var(--cds-heading-06-letter-spacing,0);line-height:var(--cds-heading-06-line-height,1.199)}h2{font-size:var(--cds-heading-05-font-size,2rem);font-weight:var(--cds-heading-05-font-weight,400);letter-spacing:var(--cds-heading-05-letter-spacing,0);line-height:var(--cds-heading-05-line-height,1.25)}h3{font-size:var(--cds-heading-04-font-size,1.75rem);font-weight:var(--cds-heading-04-font-weight,400);letter-spacing:var(--cds-heading-04-letter-spacing,0);line-height:var(--cds-heading-04-line-height,1.28572)}h4{font-size:var(--cds-heading-03-font-size,1.25rem);font-weight:var(--cds-heading-03-font-weight,400);letter-spacing:var(--cds-heading-03-letter-spacing,0);line-height:var(--cds-heading-03-line-height,1.4)}h5{font-size:var(--cds-heading-02-font-size,1rem);font-weight:var(--cds-heading-02-font-weight,600);letter-spacing:var(--cds-heading-02-letter-spacing,0);line-height:var(--cds-heading-02-line-height,1.5)}h6{font-size:var(--cds-heading-01-font-size,.875rem);font-weight:var(--cds-heading-01-font-weight,600);letter-spacing:var(--cds-heading-01-letter-spacing,.16px);line-height:var(--cds-heading-01-line-height,1.42857)}p{font-size:var(--cds-body-02-font-size,1rem);font-weight:var(--cds-body-02-font-weight,400);letter-spacing:var(--cds-body-02-letter-spacing,0);line-height:var(--cds-body-02-line-height,1.5)}a{color:var(--cds-link-primary,#0062fe)}em{font-style:italic}:host(cds-aichat-workspace-shell-header){align-items:baseline;border-block-end:solid .0625rem var(--cds-chat-bubble-border,#e0e0e0);color:var(--cds-text-secondary,#525252);display:grid;font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);grid-auto-flow:column;letter-spacing:var(--cds-body-01-letter-spacing,.16px);line-height:var(--cds-body-01-line-height,1.42857);padding:1.5rem 2rem}@media (max-width:41.98rem){:host(cds-aichat-workspace-shell-header){gap:16px;grid-auto-flow:row}}.cds-aichat-workspace-shell__header-content{display:grid;gap:1rem}.cds-aichat-workspace-shell__header-title{color:var(--cds-text-primary,#161616);font-size:var(--cds-heading-04-font-size,1.75rem);font-weight:var(--cds-heading-04-font-weight,400);letter-spacing:var(--cds-heading-04-letter-spacing,0);line-height:var(--cds-heading-04-line-height,1.28572);margin-block-end:-.875rem}.cds-aichat-workspace-shell__header-sub-title{color:var(--cds-text-secondary,#525252);font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);letter-spacing:var(--cds-label-01-letter-spacing,.32px);line-height:var(--cds-label-01-line-height,1.33333)}']);
|
|
121
106
|
/*
|
|
122
107
|
* Copyright IBM Corp. 2025
|
|
123
108
|
*
|
|
@@ -125,23 +110,22 @@ let n=class extends r{constructor(){super(...arguments),this.slot="toolbar"}rend
|
|
|
125
110
|
* LICENSE file in the root directory of this source tree.
|
|
126
111
|
*
|
|
127
112
|
* @license
|
|
128
|
-
*/
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
<h1 class="${o}-workspace-shell__header-title">${t}</h1>
|
|
113
|
+
*/let u=class extends a{constructor(){super(...arguments),this.slot="header"}render(){const{titleText:t,subTitleText:e}=this;return d`
|
|
114
|
+
<div class="${i}-workspace-shell__header-content">
|
|
115
|
+
${t&&d`
|
|
116
|
+
<h1 class="${i}-workspace-shell__header-title">${t}</h1>
|
|
133
117
|
`}
|
|
134
|
-
${
|
|
135
|
-
<h3 class="${
|
|
136
|
-
${
|
|
118
|
+
${e&&d`
|
|
119
|
+
<h3 class="${i}-workspace-shell__header-sub-title">
|
|
120
|
+
${e}
|
|
137
121
|
</h3>
|
|
138
122
|
`}
|
|
139
123
|
<slot name="header-description"></slot>
|
|
140
124
|
</div>
|
|
141
|
-
<div class="${
|
|
125
|
+
<div class="${i}-workspace-shell__header-action">
|
|
142
126
|
<slot name="header-action"></slot>
|
|
143
127
|
</div>
|
|
144
|
-
`}};
|
|
128
|
+
`}};u.styles=h,e([r({type:String,reflect:!0})],u.prototype,"slot",void 0),e([r({type:String,attribute:"title-text"})],u.prototype,"titleText",void 0),e([r({type:String,attribute:"subtitle-text"})],u.prototype,"subTitleText",void 0),u=e([o("cds-aichat-workspace-shell-header")],u);
|
|
145
129
|
/*
|
|
146
130
|
* Copyright IBM Corp. 2025
|
|
147
131
|
*
|
|
@@ -150,7 +134,7 @@ let h=class extends r{constructor(){super(...arguments),this.slot="header"}rende
|
|
|
150
134
|
*
|
|
151
135
|
* @license
|
|
152
136
|
*/
|
|
153
|
-
let
|
|
137
|
+
let m=class extends a{constructor(){super(...arguments),this.slot="body"}render(){return d` <slot></slot> `}};m.styles=c,e([r({type:String,reflect:!0})],m.prototype,"slot",void 0),m=e([o("cds-aichat-workspace-shell-body")],m);var g=t([':host([data-rounded=""]),[data-rounded=""]{border-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=""]::part(button)),:host([data-rounded=""]::part(link)),[data-rounded=""]::part(button),[data-rounded=""]::part(link){border-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem);outline-offset:-.0625rem}:host([data-rounded=""])>:only-child,[data-rounded=""]>:only-child{border-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=top]),[data-rounded=top]{border-start-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem);border-start-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=top-left]),[data-rounded=top-left]{border-start-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=top-right]),[data-rounded=top-right]{border-start-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=bottom]),[data-rounded=bottom]{border-end-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem);border-end-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=bottom-left]),[data-rounded=bottom-left]{border-end-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=bottom-right]),[data-rounded=bottom-right]{border-end-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=top]:not([data-stacked]))>:first-child,[data-rounded=top]:not([data-stacked])>:first-child{border-start-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=top]:not([data-stacked]))>:first-child::part(button),[data-rounded=top]:not([data-stacked])>:first-child::part(button){border-start-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=top]:not([data-stacked]))>:last-child,[data-rounded=top]:not([data-stacked])>:last-child{border-start-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=top]:not([data-stacked]))>:last-child::part(button),[data-rounded=top]:not([data-stacked])>:last-child::part(button){border-start-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=top-left]:not([data-stacked]))>:first-child,[data-rounded=top-left]:not([data-stacked])>:first-child{border-start-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=top-left]:not([data-stacked]))>:first-child::part(button),[data-rounded=top-left]:not([data-stacked])>:first-child::part(button){border-start-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=top-right]:not([data-stacked]))>:last-child,[data-rounded=top-right]:not([data-stacked])>:last-child{border-start-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=top-right]:not([data-stacked]))>:last-child::part(button),[data-rounded=top-right]:not([data-stacked])>:last-child::part(button){border-start-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=bottom]:not([data-stacked]))>:first-child,[data-rounded=bottom]:not([data-stacked])>:first-child{border-end-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=bottom]:not([data-stacked]))>:first-child::part(button),[data-rounded=bottom]:not([data-stacked])>:first-child::part(button){border-end-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=bottom]:not([data-stacked]))>:last-child,[data-rounded=bottom]:not([data-stacked])>:last-child{border-end-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=bottom]:not([data-stacked]))>:last-child::part(button),[data-rounded=bottom]:not([data-stacked])>:last-child::part(button){border-end-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=bottom-left]:not([data-stacked]))>:first-child,[data-rounded=bottom-left]:not([data-stacked])>:first-child{border-end-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=bottom-left]:not([data-stacked]))>:first-child::part(button),[data-rounded=bottom-left]:not([data-stacked])>:first-child::part(button){border-end-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=bottom-right]:not([data-stacked]))>:last-child,[data-rounded=bottom-right]:not([data-stacked])>:last-child{border-end-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=bottom-right]:not([data-stacked]))>:last-child::part(button),[data-rounded=bottom-right]:not([data-stacked])>:last-child::part(button){border-end-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=top][data-stacked])>:first-child,[data-rounded=top][data-stacked]>:first-child{border-start-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem);border-start-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=top][data-stacked])>:first-child::part(button),[data-rounded=top][data-stacked]>:first-child::part(button){border-start-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem);border-start-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=top-right][data-stacked])>:first-child,[data-rounded=top-right][data-stacked]>:first-child{border-start-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=top-right][data-stacked])>:first-child::part(button),[data-rounded=top-right][data-stacked]>:first-child::part(button){border-start-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=top-left][data-stacked])>:first-child,[data-rounded=top-left][data-stacked]>:first-child{border-start-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=top-left][data-stacked])>:first-child::part(button),[data-rounded=top-left][data-stacked]>:first-child::part(button){border-start-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=bottom][data-stacked])>:last-child,[data-rounded=bottom][data-stacked]>:last-child{border-end-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem);border-end-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=bottom][data-stacked])>:last-child::part(button),[data-rounded=bottom][data-stacked]>:last-child::part(button){border-end-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem);border-end-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=bottom-right][data-stacked])>:last-child,[data-rounded=bottom-right][data-stacked]>:last-child{border-end-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=bottom-right][data-stacked])>:last-child::part(button),[data-rounded=bottom-right][data-stacked]>:last-child::part(button){border-end-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=bottom-left][data-stacked])>:last-child,[data-rounded=bottom-left][data-stacked]>:last-child{border-end-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host([data-rounded=bottom-left][data-stacked])>:last-child::part(button),[data-rounded=bottom-left][data-stacked]>:last-child::part(button){border-end-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-workspace-shell-footer){--cds-aichat-rounded-modifier-radius:0.5rem;align-items:stretch;border-block-start:solid .0625rem var(--cds-border-subtle-00,#e0e0e0);display:grid}@media (max-width:41.98rem){:host(cds-aichat-workspace-shell-footer){grid-auto-flow:row;grid-template-columns:1fr}}:host(.cds-aichat-workspace-shell-footer__three-buttons){grid-template-columns:50% 25% 25%}@media (max-width:41.98rem){:host(.cds-aichat-workspace-shell-footer__three-buttons){grid-auto-flow:row;grid-template-columns:1fr}}:host(:not(.cds-aichat-workspace-shell-footer__three-buttons)){grid-template-columns:repeat(auto-fit,minmax(80px,auto))}@media (max-width:41.98rem){:host(:not(.cds-aichat-workspace-shell-footer__three-buttons)){grid-auto-flow:row;grid-template-columns:1fr}}']);
|
|
154
138
|
/*
|
|
155
139
|
* Copyright IBM Corp. 2025
|
|
156
140
|
*
|
|
@@ -158,5 +142,16 @@ let u=class extends r{constructor(){super(...arguments),this.slot="body"}render(
|
|
|
158
142
|
* LICENSE file in the root directory of this source tree.
|
|
159
143
|
*
|
|
160
144
|
* @license
|
|
161
|
-
*/
|
|
162
|
-
|
|
145
|
+
*/let b=class extends a{constructor(){super(...arguments),this._isStacked=!1,this.slot="footer",this.actions=[]}connectedCallback(){super.connectedCallback(),this.setAttribute("data-rounded","bottom"),this._ro=new ResizeObserver(()=>this._updateStacked()),this.parentElement&&this._ro.observe(this.parentElement)}updated(t){t.has("actions")&&(3===this.actions.length?this.classList.add(`${i}-workspace-shell-footer__three-buttons`):this.classList.remove(`${i}-workspace-shell-footer__three-buttons`)),this._isStacked?this.setAttribute("data-stacked",""):this.removeAttribute("data-stacked")}render(){const t=this._sortActions(this.actions);return d`
|
|
146
|
+
${t.map(t=>d`
|
|
147
|
+
<cds-button
|
|
148
|
+
kind=${t.kind}
|
|
149
|
+
?disabled=${t.disabled}
|
|
150
|
+
size="2xl"
|
|
151
|
+
@click=${()=>this.handleAction(t)}
|
|
152
|
+
>
|
|
153
|
+
${t.label}
|
|
154
|
+
${t.icon&&n(t.icon,{slot:"icon"})}
|
|
155
|
+
</cds-button>
|
|
156
|
+
`)}
|
|
157
|
+
`}disconnectedCallback(){super.disconnectedCallback(),this._ro?.disconnect()}handleAction(t){const e={bubbles:!0,composed:!0,detail:t};this.dispatchEvent(new CustomEvent(this.constructor.eventButtonClick,e))}_updateStacked(){const t=window.innerWidth<671;t!==this._isStacked&&(this._isStacked=t,this.requestUpdate())}_sortActions(t){const e=t=>({ghost:1,"danger--ghost":2,tertiary:3,danger:5,primary:6}[t.kind??"primary"]??4);return[...t].sort((t,a)=>{const d=e(t)-e(a);return this._isStacked?-d:d})}static get eventButtonClick(){return`${i}-workspace-shell-footer-clicked`}};b.styles=g,e([s()],b.prototype,"_isStacked",void 0),e([r({type:String,reflect:!0})],b.prototype,"slot",void 0),e([r({type:Array,reflect:!1})],b.prototype,"actions",void 0),b=e([o("cds-aichat-workspace-shell-footer")],b);
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*
|
|
4
|
+
* Copyright IBM Corp. 2025
|
|
5
|
+
*
|
|
6
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
7
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
|
+
*/
|
|
9
|
+
import "./src/card";
|
|
10
|
+
import "./src/card-footer";
|
|
11
|
+
import "./src/card-steps";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*
|
|
4
|
+
* Copyright IBM Corp. 2025
|
|
5
|
+
*
|
|
6
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
7
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
|
+
*/
|
|
9
|
+
import { LitElement, nothing, PropertyValues } from "lit";
|
|
10
|
+
import "@carbon/web-components/es/components/button/button.js";
|
|
11
|
+
import "@carbon/web-components/es/components/icon-button/icon-button.js";
|
|
12
|
+
import { BUTTON_KIND, BUTTON_SIZE } from "@carbon/web-components/es/components/button/button.js";
|
|
13
|
+
import { CarbonIcon } from "@carbon/web-components/es/globals/internal/icon-loader-utils.js";
|
|
14
|
+
export type Action = {
|
|
15
|
+
label: string;
|
|
16
|
+
id?: string;
|
|
17
|
+
kind?: BUTTON_KIND;
|
|
18
|
+
disabled?: boolean;
|
|
19
|
+
payload?: unknown;
|
|
20
|
+
icon?: CarbonIcon;
|
|
21
|
+
onClick?: () => void;
|
|
22
|
+
tooltipText?: string;
|
|
23
|
+
isViewing?: boolean;
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* Footer action bar that renders Carbon buttons and emits an `action` event.
|
|
27
|
+
* Consumers listen for events instead of passing callbacks.
|
|
28
|
+
*/
|
|
29
|
+
declare class CardFooter extends LitElement {
|
|
30
|
+
static styles: any;
|
|
31
|
+
/**
|
|
32
|
+
* Sets default slot value to footer
|
|
33
|
+
*/
|
|
34
|
+
slot: string;
|
|
35
|
+
/** Card actions to render */
|
|
36
|
+
actions: Action[];
|
|
37
|
+
size?: BUTTON_SIZE;
|
|
38
|
+
isIconButton: boolean;
|
|
39
|
+
private handleAction;
|
|
40
|
+
updated(changedProperties: PropertyValues): void;
|
|
41
|
+
render(): import("lit-html").TemplateResult<1> | typeof nothing;
|
|
42
|
+
}
|
|
43
|
+
export default CardFooter;
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2025
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import { __decorate } from 'tslib';
|
|
9
|
+
import { LitElement, nothing, html } from 'lit';
|
|
10
|
+
import { property, customElement } from 'lit/decorators.js';
|
|
11
|
+
import { classMap } from 'lit/directives/class-map.js';
|
|
12
|
+
import { ifDefined } from 'lit/directives/if-defined.js';
|
|
13
|
+
import { repeat } from 'lit/directives/repeat.js';
|
|
14
|
+
import { BUTTON_SIZE } from '@carbon/web-components/es/components/button/button.js';
|
|
15
|
+
import '@carbon/web-components/es/components/icon-button/icon-button.js';
|
|
16
|
+
import { iconLoader } from '@carbon/web-components/es/globals/internal/icon-loader.js';
|
|
17
|
+
import prefix from '../../../globals/settings.js';
|
|
18
|
+
import styles from './card-footer.scss.js';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* @license
|
|
22
|
+
*
|
|
23
|
+
* Copyright IBM Corp. 2025
|
|
24
|
+
*
|
|
25
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
26
|
+
* LICENSE file in the root directory of this source tree.
|
|
27
|
+
*/
|
|
28
|
+
/**
|
|
29
|
+
* Footer action bar that renders Carbon buttons and emits an `action` event.
|
|
30
|
+
* Consumers listen for events instead of passing callbacks.
|
|
31
|
+
*/
|
|
32
|
+
let CardFooter = class CardFooter extends LitElement {
|
|
33
|
+
constructor() {
|
|
34
|
+
super(...arguments);
|
|
35
|
+
/**
|
|
36
|
+
* Sets default slot value to footer
|
|
37
|
+
*/
|
|
38
|
+
this.slot = "footer";
|
|
39
|
+
/** Card actions to render */
|
|
40
|
+
this.actions = [];
|
|
41
|
+
this.size = BUTTON_SIZE.LARGE;
|
|
42
|
+
this.isIconButton = false;
|
|
43
|
+
}
|
|
44
|
+
handleAction(action) {
|
|
45
|
+
if (action.onClick) {
|
|
46
|
+
action.onClick();
|
|
47
|
+
}
|
|
48
|
+
this.dispatchEvent(new CustomEvent("cds-aichat-card-footer-action", {
|
|
49
|
+
detail: action,
|
|
50
|
+
bubbles: true,
|
|
51
|
+
composed: true,
|
|
52
|
+
}));
|
|
53
|
+
}
|
|
54
|
+
updated(changedProperties) {
|
|
55
|
+
if (changedProperties.has("actions")) {
|
|
56
|
+
if (!this.actions || this.actions.length === 0) {
|
|
57
|
+
return;
|
|
58
|
+
}
|
|
59
|
+
const allActionsHaveNoLabels = this.actions.every((action) => !action.label);
|
|
60
|
+
this.isIconButton = allActionsHaveNoLabels;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
render() {
|
|
64
|
+
if (!this.actions || this.actions.length === 0) {
|
|
65
|
+
return nothing;
|
|
66
|
+
}
|
|
67
|
+
return !this.isIconButton
|
|
68
|
+
? html `
|
|
69
|
+
<div
|
|
70
|
+
class=${classMap({
|
|
71
|
+
[`${prefix}-card-footer__actions`]: true,
|
|
72
|
+
[`${prefix}-card-footer__actions--stacked`]: this.actions.length > 2,
|
|
73
|
+
})}
|
|
74
|
+
data-rounded="bottom"
|
|
75
|
+
?data-stacked=${this.actions.length > 2}
|
|
76
|
+
>
|
|
77
|
+
${repeat(this.actions, (action) => action.id, (action) => html `<cds-button
|
|
78
|
+
kind=${action.kind ?? "secondary"}
|
|
79
|
+
size=${ifDefined(this.size)}
|
|
80
|
+
?disabled=${action.disabled || action.isViewing}
|
|
81
|
+
class=${classMap({
|
|
82
|
+
[`${prefix}-card-footer__action-viewing`]: action.isViewing ?? false,
|
|
83
|
+
})}
|
|
84
|
+
@click=${() => this.handleAction(action)}
|
|
85
|
+
>
|
|
86
|
+
${action.label}
|
|
87
|
+
${action.icon
|
|
88
|
+
? iconLoader(action.icon, !action.isViewing
|
|
89
|
+
? {
|
|
90
|
+
slot: "icon",
|
|
91
|
+
class: `${prefix}-card-footer__action-icon`,
|
|
92
|
+
}
|
|
93
|
+
: undefined)
|
|
94
|
+
: nothing}
|
|
95
|
+
</cds-button> `)}
|
|
96
|
+
</div>
|
|
97
|
+
`
|
|
98
|
+
: html `
|
|
99
|
+
<div
|
|
100
|
+
class=${classMap({
|
|
101
|
+
[`${prefix}-card-footer__icon-actions`]: true,
|
|
102
|
+
})}
|
|
103
|
+
data-rounded="bottom-right"
|
|
104
|
+
?data-stacked=${this.actions.length > 2}
|
|
105
|
+
>
|
|
106
|
+
${repeat(this.actions, (action) => action.id, (action) => html `<cds-icon-button
|
|
107
|
+
kind=${action.kind ?? "ghost"}
|
|
108
|
+
size=${ifDefined(this.size)}
|
|
109
|
+
?disabled=${action.disabled}
|
|
110
|
+
@click=${() => this.handleAction(action)}
|
|
111
|
+
>
|
|
112
|
+
${action.icon
|
|
113
|
+
? iconLoader(action.icon, { slot: "icon" })
|
|
114
|
+
: nothing}
|
|
115
|
+
<span slot="tooltip-content">${action.tooltipText}</span>
|
|
116
|
+
</cds-icon-button> `)}
|
|
117
|
+
</div>
|
|
118
|
+
`;
|
|
119
|
+
}
|
|
120
|
+
};
|
|
121
|
+
CardFooter.styles = styles;
|
|
122
|
+
__decorate([
|
|
123
|
+
property({ type: String, reflect: true })
|
|
124
|
+
], CardFooter.prototype, "slot", void 0);
|
|
125
|
+
__decorate([
|
|
126
|
+
property({ type: Array })
|
|
127
|
+
], CardFooter.prototype, "actions", void 0);
|
|
128
|
+
__decorate([
|
|
129
|
+
property({ type: String })
|
|
130
|
+
], CardFooter.prototype, "size", void 0);
|
|
131
|
+
__decorate([
|
|
132
|
+
property({ type: Boolean, attribute: "is-icon-button", reflect: true })
|
|
133
|
+
], CardFooter.prototype, "isIconButton", void 0);
|
|
134
|
+
CardFooter = __decorate([
|
|
135
|
+
customElement(`${prefix}-card-footer`)
|
|
136
|
+
], CardFooter);
|
|
137
|
+
var CDSAIChatCardFooter = CardFooter;
|
|
138
|
+
|
|
139
|
+
export { CDSAIChatCardFooter as default };
|
|
140
|
+
//# sourceMappingURL=card-footer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card-footer.js","sources":["../../../../src/components/card/src/card-footer.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;AAOG;AA+BH;;;AAGG;AAEH,IAAM,UAAU,GAAhB,MAAM,UAAW,SAAQ,UAAU,CAAA;AAAnC,IAAA,WAAA,GAAA;;AAGE;;AAEG;QAEH,IAAA,CAAA,IAAI,GAAG,QAAQ;;QAIf,IAAA,CAAA,OAAO,GAAa,EAAE;AAGtB,QAAA,IAAA,CAAA,IAAI,GAAiB,WAAW,CAAC,KAAK;QAGtC,IAAA,CAAA,YAAY,GAAG,KAAK;IAmGtB;AAjGU,IAAA,YAAY,CAAC,MAAc,EAAA;AACjC,QAAA,IAAI,MAAM,CAAC,OAAO,EAAE;YAClB,MAAM,CAAC,OAAO,EAAE;QAClB;AACA,QAAA,IAAI,CAAC,aAAa,CAChB,IAAI,WAAW,CAAC,+BAA+B,EAAE;AAC/C,YAAA,MAAM,EAAE,MAAM;AACd,YAAA,OAAO,EAAE,IAAI;AACb,YAAA,QAAQ,EAAE,IAAI;AACf,SAAA,CAAC,CACH;IACH;AAEA,IAAA,OAAO,CAAC,iBAAiC,EAAA;AACvC,QAAA,IAAI,iBAAiB,CAAC,GAAG,CAAC,SAAS,CAAC,EAAE;AACpC,YAAA,IAAI,CAAC,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,OAAO,CAAC,MAAM,KAAK,CAAC,EAAE;gBAC9C;YACF;AACA,YAAA,MAAM,sBAAsB,GAAG,IAAI,CAAC,OAAO,CAAC,KAAK,CAC/C,CAAC,MAAM,KAAK,CAAC,MAAM,CAAC,KAAK,CAC1B;AACD,YAAA,IAAI,CAAC,YAAY,GAAG,sBAAsB;QAC5C;IACF;IAEA,MAAM,GAAA;AACJ,QAAA,IAAI,CAAC,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,OAAO,CAAC,MAAM,KAAK,CAAC,EAAE;AAC9C,YAAA,OAAO,OAAO;QAChB;QACA,OAAO,CAAC,IAAI,CAAC;cACT,IAAI,CAAA;;AAEQ,kBAAA,EAAA,QAAQ,CAAC;AACf,gBAAA,CAAC,CAAA,EAAG,MAAM,CAAA,qBAAA,CAAuB,GAAG,IAAI;gBACxC,CAAC,CAAA,EAAG,MAAM,CAAA,8BAAA,CAAgC,GACxC,IAAI,CAAC,OAAO,CAAC,MAAM,GAAG,CAAC;aAC1B,CAAC;;AAEc,0BAAA,EAAA,IAAI,CAAC,OAAO,CAAC,MAAM,GAAG,CAAC;;cAErC,MAAM,CACN,IAAI,CAAC,OAAO,EACZ,CAAC,MAAM,KAAK,MAAM,CAAC,EAAE,EACrB,CAAC,MAAM,KACL,IAAI,CAAA,CAAA;yBACK,MAAM,CAAC,IAAI,IAAI,WAAW;AAC1B,uBAAA,EAAA,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC;AACf,4BAAA,EAAA,MAAM,CAAC,QAAQ,IAAI,MAAM,CAAC,SAAS;AACvC,wBAAA,EAAA,QAAQ,CAAC;gBACf,CAAC,CAAA,EAAG,MAAM,CAAA,4BAAA,CAA8B,GACtC,MAAM,CAAC,SAAS,IAAI,KAAK;aAC5B,CAAC;AACO,yBAAA,EAAA,MAAM,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC;;AAEtC,kBAAA,EAAA,MAAM,CAAC,KAAK;AACZ,kBAAA,EAAA,MAAM,CAAC;kBACL,UAAU,CACR,MAAM,CAAC,IAAI,EACX,CAAC,MAAM,CAAC;AACN,sBAAE;AACE,wBAAA,IAAI,EAAE,MAAM;wBACZ,KAAK,EAAE,CAAA,EAAG,MAAM,CAAA,yBAAA,CAA2B;AAC5C;sBACD,SAAS;AAEjB,kBAAE,OAAO;+BACE,CAClB;;AAEJ,QAAA;cACD,IAAI,CAAA;;AAEQ,kBAAA,EAAA,QAAQ,CAAC;AACf,gBAAA,CAAC,CAAA,EAAG,MAAM,CAAA,0BAAA,CAA4B,GAAG,IAAI;aAC9C,CAAC;;AAEc,0BAAA,EAAA,IAAI,CAAC,OAAO,CAAC,MAAM,GAAG,CAAC;;cAErC,MAAM,CACN,IAAI,CAAC,OAAO,EACZ,CAAC,MAAM,KAAK,MAAM,CAAC,EAAE,EACrB,CAAC,MAAM,KACL,IAAI,CAAA,CAAA;yBACK,MAAM,CAAC,IAAI,IAAI,OAAO;AACtB,uBAAA,EAAA,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC;AACf,4BAAA,EAAA,MAAM,CAAC,QAAQ;AAClB,yBAAA,EAAA,MAAM,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC;;AAEtC,kBAAA,EAAA,MAAM,CAAC;AACP,kBAAE,UAAU,CAAC,MAAM,CAAC,IAAI,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE;AAC1C,kBAAE,OAAO;AACoB,+CAAA,EAAA,MAAM,CAAC,WAAW,CAAA;oCAC/B,CACvB;;SAEJ;IACP;;AAlHO,UAAA,CAAA,MAAM,GAAG,MAAH;AAMb,UAAA,CAAA;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE;AACzB,CAAA,EAAA,UAAA,CAAA,SAAA,EAAA,MAAA,EAAA,MAAA,CAAA;AAIhB,UAAA,CAAA;AADC,IAAA,QAAQ,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE;AACF,CAAA,EAAA,UAAA,CAAA,SAAA,EAAA,SAAA,EAAA,MAAA,CAAA;AAGvB,UAAA,CAAA;AADC,IAAA,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE;AACa,CAAA,EAAA,UAAA,CAAA,SAAA,EAAA,MAAA,EAAA,MAAA,CAAA;AAGvC,UAAA,CAAA;AADC,IAAA,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,SAAS,EAAE,gBAAgB,EAAE,OAAO,EAAE,IAAI,EAAE;AAClD,CAAA,EAAA,UAAA,CAAA,SAAA,EAAA,cAAA,EAAA,MAAA,CAAA;AAjBjB,UAAU,GAAA,UAAA,CAAA;AADf,IAAA,aAAa,CAAC,CAAA,EAAG,MAAM,CAAA,YAAA,CAAc;AAChC,CAAA,EAAA,UAAU,CAoHf;AAED,0BAAe,UAAU;;;;"}
|