@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
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { type CDSTableRow } from "@carbon/web-components";
|
|
2
1
|
import { TemplateResult, LitElement, PropertyValues } from "lit";
|
|
3
2
|
export interface TableCellContent {
|
|
4
3
|
text: string;
|
|
@@ -7,25 +6,10 @@ export interface TableCellContent {
|
|
|
7
6
|
export interface TableRowContent {
|
|
8
7
|
cells: TableCellContent[];
|
|
9
8
|
}
|
|
10
|
-
interface PageChangeEvent extends Event {
|
|
11
|
-
detail: {
|
|
12
|
-
page: number;
|
|
13
|
-
pageSize: number;
|
|
14
|
-
};
|
|
15
|
-
}
|
|
16
|
-
interface FilterEvent extends Event {
|
|
17
|
-
detail: {
|
|
18
|
-
unfilteredRows: CDSTableRow[];
|
|
19
|
-
};
|
|
20
|
-
}
|
|
21
|
-
interface TableRowWithIDs extends TableRowContent {
|
|
22
|
-
id: string;
|
|
23
|
-
}
|
|
24
|
-
declare const TABLE_COMPONENT_TAG_NAME = "cds-aichat-table";
|
|
25
9
|
/**
|
|
26
10
|
* Class functionality for the Table custom element.
|
|
27
11
|
*/
|
|
28
|
-
declare class
|
|
12
|
+
declare class CDSAIChatTable extends LitElement {
|
|
29
13
|
/**
|
|
30
14
|
* The optional table title.
|
|
31
15
|
*/
|
|
@@ -63,14 +47,13 @@ declare class TableElement extends LitElement {
|
|
|
63
47
|
*/
|
|
64
48
|
itemsPerPageText: string;
|
|
65
49
|
/**
|
|
66
|
-
* The
|
|
50
|
+
* The text used for the download button's accessible label.
|
|
67
51
|
*/
|
|
68
|
-
|
|
52
|
+
downloadLabelText: string;
|
|
69
53
|
/**
|
|
70
|
-
* The
|
|
71
|
-
* 10 for width > PAGE_SIZE_WIDTH_THRESHOLD, 5 for width <= PAGE_SIZE_WIDTH_THRESHOLD.
|
|
54
|
+
* The locale. Used by the carbon table component to change the collator for sorting.
|
|
72
55
|
*/
|
|
73
|
-
|
|
56
|
+
locale: string;
|
|
74
57
|
get defaultPageSize(): number;
|
|
75
58
|
set defaultPageSize(value: number);
|
|
76
59
|
/**
|
|
@@ -87,41 +70,7 @@ declare class TableElement extends LitElement {
|
|
|
87
70
|
end: number;
|
|
88
71
|
count: number;
|
|
89
72
|
}) => string;
|
|
90
|
-
/**
|
|
91
|
-
* If the table is valid or not.
|
|
92
|
-
*/
|
|
93
|
-
protected _isValid: boolean;
|
|
94
|
-
/**
|
|
95
|
-
* The current page of the table we're on.
|
|
96
|
-
*/
|
|
97
|
-
_currentPageNumber: number;
|
|
98
|
-
/**
|
|
99
|
-
* How many rows are on each page of the table.
|
|
100
|
-
*/
|
|
101
|
-
_currentPageSize: number;
|
|
102
|
-
/**
|
|
103
|
-
* Whether or not the number of rows per page was changed with the pagination component. If the user used the
|
|
104
|
-
* pagination controls to show all rows, the pagination component would normally hide itself because the number of is
|
|
105
|
-
* no longer greater than the page size. However the pagination component needs to persist in this case, since the
|
|
106
|
-
* user may want to change the page size again. This is used to keep track of whether the pagination controls were
|
|
107
|
-
* used to change page size, and if they have, it forces pagination component to persist.
|
|
108
|
-
*/
|
|
109
|
-
_rowsPerPageChanged: boolean;
|
|
110
|
-
/**
|
|
111
|
-
* The rows that have not been filtered out.
|
|
112
|
-
*/
|
|
113
|
-
_filterVisibleRowIDs: Set<string>;
|
|
114
|
-
/**
|
|
115
|
-
* All of the rows for the table with IDs.
|
|
116
|
-
*/
|
|
117
|
-
_rowsWithIDs: TableRowWithIDs[];
|
|
118
|
-
/**
|
|
119
|
-
* Whether or not the table should be able to be filtered.
|
|
120
|
-
*/
|
|
121
|
-
_allowFiltering: boolean;
|
|
122
73
|
static styles: any;
|
|
123
|
-
private tableRuntime;
|
|
124
|
-
private tableRuntimePromise;
|
|
125
74
|
connectedCallback(): void;
|
|
126
75
|
/**
|
|
127
76
|
* Called after the element's DOM has been updated for the first time.
|
|
@@ -181,38 +130,6 @@ declare class TableElement extends LitElement {
|
|
|
181
130
|
*/
|
|
182
131
|
private _setPageSize;
|
|
183
132
|
private ensureTableRuntime;
|
|
184
|
-
/**
|
|
185
|
-
* Handles pagination events from the Carbon pagination component.
|
|
186
|
-
* Updates the visible rows when the user navigates to a different page.
|
|
187
|
-
*
|
|
188
|
-
* Note: This event sometimes fires twice due to a Carbon framework quirk,
|
|
189
|
-
* but since the page/size values are identical, it doesn't affect functionality.
|
|
190
|
-
*
|
|
191
|
-
* @param event - The page change event containing the new page number and size
|
|
192
|
-
* @public
|
|
193
|
-
*/
|
|
194
|
-
_handlePageChangeEvent: (event: PageChangeEvent) => void;
|
|
195
|
-
/**
|
|
196
|
-
* Handles page size change events from the pagination component.
|
|
197
|
-
* Updates the current page size and recalculates visible rows.
|
|
198
|
-
* Marks that the page size has been manually changed by the user.
|
|
199
|
-
*
|
|
200
|
-
* @param event - The page size change event containing the new page size
|
|
201
|
-
* @public
|
|
202
|
-
*/
|
|
203
|
-
_handlePageSizeChangeEvent: (event: PageChangeEvent) => void;
|
|
204
|
-
/**
|
|
205
|
-
* Handles filter and sort events from the Carbon table component.
|
|
206
|
-
* Updates the set of visible rows based on filtering/sorting results and resets to the first page.
|
|
207
|
-
*
|
|
208
|
-
* This event is triggered by:
|
|
209
|
-
* - Column sorting (clicking on sortable column headers)
|
|
210
|
-
* - Table filtering (using the search bar)
|
|
211
|
-
*
|
|
212
|
-
* @param event - The filter event containing the array of unfiltered rows
|
|
213
|
-
* @public
|
|
214
|
-
*/
|
|
215
|
-
_handleFilterEvent: (event: FilterEvent) => void;
|
|
216
133
|
/**
|
|
217
134
|
* Controls which table rows are visible based on pagination and filtering.
|
|
218
135
|
* Uses CSS display properties to show/hide rows rather than DOM manipulation.
|
|
@@ -258,5 +175,10 @@ declare class TableElement extends LitElement {
|
|
|
258
175
|
*/
|
|
259
176
|
render(): TemplateResult<1>;
|
|
260
177
|
}
|
|
261
|
-
|
|
262
|
-
|
|
178
|
+
declare global {
|
|
179
|
+
interface HTMLElementTagNameMap {
|
|
180
|
+
"cds-aichat-table": CDSAIChatTable;
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
export { CDSAIChatTable };
|
|
184
|
+
export default CDSAIChatTable;
|
|
@@ -23,13 +23,10 @@ import styles from './table.scss.js';
|
|
|
23
23
|
*/
|
|
24
24
|
// Width threshold for determining default page size. Tables wider than this get 10 rows, narrower get 5 rows.
|
|
25
25
|
const PAGE_SIZE_WIDTH_THRESHOLD = 400;
|
|
26
|
-
// We will have to give this component a unique ID on the name when we register it to avoid conflicts in a world where
|
|
27
|
-
// multiple versions of the Carbon AI Chat can be on the same page.
|
|
28
|
-
const TABLE_COMPONENT_TAG_NAME = "cds-aichat-table";
|
|
29
26
|
/**
|
|
30
27
|
* Class functionality for the Table custom element.
|
|
31
28
|
*/
|
|
32
|
-
let
|
|
29
|
+
let CDSAIChatTable = class CDSAIChatTable extends LitElement {
|
|
33
30
|
constructor() {
|
|
34
31
|
super(...arguments);
|
|
35
32
|
/**
|
|
@@ -47,38 +44,50 @@ let TableElement = class TableElement extends LitElement {
|
|
|
47
44
|
/**
|
|
48
45
|
* The text used for the filter placeholder.
|
|
49
46
|
*/
|
|
50
|
-
this.filterPlaceholderText = "";
|
|
47
|
+
this.filterPlaceholderText = "Filter table...";
|
|
51
48
|
/**
|
|
52
49
|
* The text used for the pagination's previous button tooltip.
|
|
53
50
|
*/
|
|
54
|
-
this.previousPageText = "";
|
|
51
|
+
this.previousPageText = "Previous page";
|
|
55
52
|
/**
|
|
56
53
|
* The text used for the pagination's next button tooltip.
|
|
57
54
|
*/
|
|
58
|
-
this.nextPageText = "";
|
|
55
|
+
this.nextPageText = "Next page";
|
|
59
56
|
/**
|
|
60
57
|
* The text used for the pagination's item pre page text.
|
|
61
58
|
*/
|
|
62
|
-
this.itemsPerPageText = "";
|
|
59
|
+
this.itemsPerPageText = "Items per page:";
|
|
60
|
+
/**
|
|
61
|
+
* The text used for the download button's accessible label.
|
|
62
|
+
*/
|
|
63
|
+
this.downloadLabelText = "Download table data";
|
|
63
64
|
/**
|
|
64
65
|
* The locale. Used by the carbon table component to change the collator for sorting.
|
|
65
66
|
*/
|
|
66
|
-
this.locale = "";
|
|
67
|
+
this.locale = "en";
|
|
67
68
|
/**
|
|
68
69
|
* The calculated default page size based on component width.
|
|
69
70
|
* 10 for width > PAGE_SIZE_WIDTH_THRESHOLD, 5 for width <= PAGE_SIZE_WIDTH_THRESHOLD.
|
|
71
|
+
*
|
|
72
|
+
* @internal
|
|
70
73
|
*/
|
|
71
74
|
this._defaultPageSize = 5;
|
|
72
75
|
/**
|
|
73
76
|
* If the table is valid or not.
|
|
77
|
+
*
|
|
78
|
+
* @internal
|
|
74
79
|
*/
|
|
75
80
|
this._isValid = true;
|
|
76
81
|
/**
|
|
77
82
|
* The current page of the table we're on.
|
|
83
|
+
*
|
|
84
|
+
* @internal
|
|
78
85
|
*/
|
|
79
86
|
this._currentPageNumber = 1;
|
|
80
87
|
/**
|
|
81
88
|
* How many rows are on each page of the table.
|
|
89
|
+
*
|
|
90
|
+
* @internal
|
|
82
91
|
*/
|
|
83
92
|
this._currentPageSize = this.defaultPageSize;
|
|
84
93
|
/**
|
|
@@ -87,21 +96,35 @@ let TableElement = class TableElement extends LitElement {
|
|
|
87
96
|
* no longer greater than the page size. However the pagination component needs to persist in this case, since the
|
|
88
97
|
* user may want to change the page size again. This is used to keep track of whether the pagination controls were
|
|
89
98
|
* used to change page size, and if they have, it forces pagination component to persist.
|
|
99
|
+
*
|
|
100
|
+
* @internal
|
|
90
101
|
*/
|
|
91
102
|
this._rowsPerPageChanged = false;
|
|
92
103
|
/**
|
|
93
104
|
* The rows that have not been filtered out.
|
|
105
|
+
*
|
|
106
|
+
* @internal
|
|
94
107
|
*/
|
|
95
108
|
this._filterVisibleRowIDs = new Set();
|
|
96
109
|
/**
|
|
97
110
|
* All of the rows for the table with IDs.
|
|
111
|
+
*
|
|
112
|
+
* @internal
|
|
98
113
|
*/
|
|
99
114
|
this._rowsWithIDs = [];
|
|
100
115
|
/**
|
|
101
116
|
* Whether or not the table should be able to be filtered.
|
|
117
|
+
*
|
|
118
|
+
* @internal
|
|
102
119
|
*/
|
|
103
120
|
this._allowFiltering = false;
|
|
121
|
+
/**
|
|
122
|
+
* @internal
|
|
123
|
+
*/
|
|
104
124
|
this.tableRuntime = null;
|
|
125
|
+
/**
|
|
126
|
+
* @internal
|
|
127
|
+
*/
|
|
105
128
|
this.tableRuntimePromise = null;
|
|
106
129
|
/**
|
|
107
130
|
* Handles pagination events from the Carbon pagination component.
|
|
@@ -112,6 +135,8 @@ let TableElement = class TableElement extends LitElement {
|
|
|
112
135
|
*
|
|
113
136
|
* @param event - The page change event containing the new page number and size
|
|
114
137
|
* @public
|
|
138
|
+
*
|
|
139
|
+
* @internal
|
|
115
140
|
*/
|
|
116
141
|
this._handlePageChangeEvent = (event) => {
|
|
117
142
|
this._updateVisibleRows(event.detail?.page, event.detail?.pageSize);
|
|
@@ -124,6 +149,8 @@ let TableElement = class TableElement extends LitElement {
|
|
|
124
149
|
*
|
|
125
150
|
* @param event - The page size change event containing the new page size
|
|
126
151
|
* @public
|
|
152
|
+
*
|
|
153
|
+
* @internal
|
|
127
154
|
*/
|
|
128
155
|
this._handlePageSizeChangeEvent = (event) => {
|
|
129
156
|
this._rowsPerPageChanged = true;
|
|
@@ -141,6 +168,8 @@ let TableElement = class TableElement extends LitElement {
|
|
|
141
168
|
*
|
|
142
169
|
* @param event - The filter event containing the array of unfiltered rows
|
|
143
170
|
* @public
|
|
171
|
+
*
|
|
172
|
+
* @internal
|
|
144
173
|
*/
|
|
145
174
|
this._handleFilterEvent = (event) => {
|
|
146
175
|
// Record the new set of unfiltered row ids.
|
|
@@ -438,74 +467,77 @@ let TableElement = class TableElement extends LitElement {
|
|
|
438
467
|
</div>`;
|
|
439
468
|
}
|
|
440
469
|
};
|
|
441
|
-
|
|
470
|
+
CDSAIChatTable.styles = styles;
|
|
442
471
|
__decorate([
|
|
443
472
|
property({ type: String, attribute: "table-title" })
|
|
444
|
-
],
|
|
473
|
+
], CDSAIChatTable.prototype, "tableTitle", void 0);
|
|
445
474
|
__decorate([
|
|
446
475
|
property({ type: String, attribute: "table-description" })
|
|
447
|
-
],
|
|
476
|
+
], CDSAIChatTable.prototype, "tableDescription", void 0);
|
|
448
477
|
__decorate([
|
|
449
478
|
property({ type: Array, attribute: false })
|
|
450
|
-
],
|
|
479
|
+
], CDSAIChatTable.prototype, "headers", void 0);
|
|
451
480
|
__decorate([
|
|
452
481
|
property({ type: Array, attribute: false })
|
|
453
|
-
],
|
|
482
|
+
], CDSAIChatTable.prototype, "rows", void 0);
|
|
454
483
|
__decorate([
|
|
455
484
|
property({ type: Boolean, attribute: "loading" })
|
|
456
|
-
],
|
|
485
|
+
], CDSAIChatTable.prototype, "loading", void 0);
|
|
457
486
|
__decorate([
|
|
458
487
|
property({ type: String, attribute: "filter-placeholder-text" })
|
|
459
|
-
],
|
|
488
|
+
], CDSAIChatTable.prototype, "filterPlaceholderText", void 0);
|
|
460
489
|
__decorate([
|
|
461
490
|
property({ type: String, attribute: "previous-page-text" })
|
|
462
|
-
],
|
|
491
|
+
], CDSAIChatTable.prototype, "previousPageText", void 0);
|
|
463
492
|
__decorate([
|
|
464
493
|
property({ type: String, attribute: "next-page-text" })
|
|
465
|
-
],
|
|
494
|
+
], CDSAIChatTable.prototype, "nextPageText", void 0);
|
|
466
495
|
__decorate([
|
|
467
496
|
property({ type: String, attribute: "items-per-page-text" })
|
|
468
|
-
],
|
|
497
|
+
], CDSAIChatTable.prototype, "itemsPerPageText", void 0);
|
|
498
|
+
__decorate([
|
|
499
|
+
property({ type: String, attribute: "download-label-text" })
|
|
500
|
+
], CDSAIChatTable.prototype, "downloadLabelText", void 0);
|
|
469
501
|
__decorate([
|
|
470
502
|
property({ type: String, attribute: "locale" })
|
|
471
|
-
],
|
|
503
|
+
], CDSAIChatTable.prototype, "locale", void 0);
|
|
472
504
|
__decorate([
|
|
473
505
|
state()
|
|
474
|
-
],
|
|
506
|
+
], CDSAIChatTable.prototype, "_defaultPageSize", void 0);
|
|
475
507
|
__decorate([
|
|
476
508
|
property({ type: Number, attribute: "default-page-size" })
|
|
477
|
-
],
|
|
509
|
+
], CDSAIChatTable.prototype, "defaultPageSize", null);
|
|
478
510
|
__decorate([
|
|
479
511
|
property({ type: Function, attribute: false })
|
|
480
|
-
],
|
|
512
|
+
], CDSAIChatTable.prototype, "getPaginationSupplementalText", void 0);
|
|
481
513
|
__decorate([
|
|
482
514
|
property({ type: Function, attribute: false })
|
|
483
|
-
],
|
|
515
|
+
], CDSAIChatTable.prototype, "getPaginationStatusText", void 0);
|
|
484
516
|
__decorate([
|
|
485
517
|
state()
|
|
486
|
-
],
|
|
518
|
+
], CDSAIChatTable.prototype, "_isValid", void 0);
|
|
487
519
|
__decorate([
|
|
488
520
|
state()
|
|
489
|
-
],
|
|
521
|
+
], CDSAIChatTable.prototype, "_currentPageNumber", void 0);
|
|
490
522
|
__decorate([
|
|
491
523
|
state()
|
|
492
|
-
],
|
|
524
|
+
], CDSAIChatTable.prototype, "_currentPageSize", void 0);
|
|
493
525
|
__decorate([
|
|
494
526
|
state()
|
|
495
|
-
],
|
|
527
|
+
], CDSAIChatTable.prototype, "_rowsPerPageChanged", void 0);
|
|
496
528
|
__decorate([
|
|
497
529
|
state()
|
|
498
|
-
],
|
|
530
|
+
], CDSAIChatTable.prototype, "_filterVisibleRowIDs", void 0);
|
|
499
531
|
__decorate([
|
|
500
532
|
state()
|
|
501
|
-
],
|
|
533
|
+
], CDSAIChatTable.prototype, "_rowsWithIDs", void 0);
|
|
502
534
|
__decorate([
|
|
503
535
|
state()
|
|
504
|
-
],
|
|
505
|
-
|
|
506
|
-
carbonElement(
|
|
507
|
-
],
|
|
508
|
-
var
|
|
536
|
+
], CDSAIChatTable.prototype, "_allowFiltering", void 0);
|
|
537
|
+
CDSAIChatTable = __decorate([
|
|
538
|
+
carbonElement("cds-aichat-table")
|
|
539
|
+
], CDSAIChatTable);
|
|
540
|
+
var CDSAIChatTable_default = CDSAIChatTable;
|
|
509
541
|
|
|
510
|
-
export {
|
|
511
|
-
//# sourceMappingURL=
|
|
542
|
+
export { CDSAIChatTable, CDSAIChatTable_default as default };
|
|
543
|
+
//# sourceMappingURL=table.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"table.js","sources":["../../../../src/components/table/src/table.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|
|
@@ -2,9 +2,9 @@ import "@carbon/web-components/es/components/data-table/index.js";
|
|
|
2
2
|
import "@carbon/web-components/es/components/checkbox/index.js";
|
|
3
3
|
import "@carbon/web-components/es/components/button/index.js";
|
|
4
4
|
import "@carbon/web-components/es/components/layer/index.js";
|
|
5
|
-
import type {
|
|
5
|
+
import type { CDSAIChatTable } from "./table.js";
|
|
6
6
|
/**
|
|
7
7
|
* Table view logic.
|
|
8
8
|
*/
|
|
9
|
-
declare function tableTemplate(tableElement:
|
|
9
|
+
declare function tableTemplate(tableElement: CDSAIChatTable): import("lit-html").TemplateResult<1>;
|
|
10
10
|
export { tableTemplate };
|
|
@@ -26,7 +26,7 @@ import { repeat } from 'lit-html/directives/repeat.js';
|
|
|
26
26
|
* Table view logic.
|
|
27
27
|
*/
|
|
28
28
|
function tableTemplate(tableElement) {
|
|
29
|
-
const { tableTitle, tableDescription, headers, filterPlaceholderText, locale, _handleDownload: handleDownload, _rowsWithIDs: tableRowsWithIDs, _allowFiltering: allowTableFiltering, _handleFilterEvent: handleFilterEvent, } = tableElement;
|
|
29
|
+
const { tableTitle, tableDescription, headers, filterPlaceholderText, downloadLabelText, locale, _handleDownload: handleDownload, _rowsWithIDs: tableRowsWithIDs, _allowFiltering: allowTableFiltering, _handleFilterEvent: handleFilterEvent, } = tableElement;
|
|
30
30
|
function toolbarElement() {
|
|
31
31
|
return html `<cds-table-toolbar slot="toolbar">
|
|
32
32
|
<cds-table-toolbar-content>
|
|
@@ -36,7 +36,7 @@ function tableTemplate(tableElement) {
|
|
|
36
36
|
placeholder=${filterPlaceholderText}
|
|
37
37
|
></cds-table-toolbar-search>`
|
|
38
38
|
: ""}
|
|
39
|
-
<cds-button @click=${handleDownload}
|
|
39
|
+
<cds-button @click=${handleDownload} aria-label=${downloadLabelText}
|
|
40
40
|
>${iconLoader(Download16)}</cds-button
|
|
41
41
|
>
|
|
42
42
|
</cds-table-toolbar-content>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table.template.js","sources":["../../../../src/components/table/src/table.template.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA;;;;;;;AAOG;AAcH;;AAEG;AACH,SAAS,aAAa,CAAC,
|
|
1
|
+
{"version":3,"file":"table.template.js","sources":["../../../../src/components/table/src/table.template.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA;;;;;;;AAOG;AAcH;;AAEG;AACH,SAAS,aAAa,CAAC,YAA4B,EAAA;AACjD,IAAA,MAAM,EACJ,UAAU,EACV,gBAAgB,EAChB,OAAO,EACP,qBAAqB,EACrB,iBAAiB,EACjB,MAAM,EACN,eAAe,EAAE,cAAc,EAC/B,YAAY,EAAE,gBAAgB,EAC9B,eAAe,EAAE,mBAAmB,EACpC,kBAAkB,EAAE,iBAAiB,GACtC,GAAG,YAAY;AAEhB,IAAA,SAAS,cAAc,GAAA;AACrB,QAAA,OAAO,IAAI,CAAA,CAAA;;UAEL;cACE,IAAI,CAAA,CAAA;;4BAEY,qBAAqB;AACR,wCAAA;AAC/B,cAAE,EAAE;AACe,2BAAA,EAAA,cAAc,eAAe,iBAAiB;aAC9D,UAAU,CAAC,UAAU,CAAC,CAAA;;;yBAGV;IACvB;AAEA,IAAA,SAAS,cAAc,GAAA;AACrB,QAAA,OAAO,IAAI,CAAA,CAAA;;UAEL,OAAO,CAAC,GAAG,CACX,CAAC,MAAM,KACL,IAAI,CAAA,CAAA;AACC,eAAA,EAAA,MAAM,CAAC,QAAQ,IAAI,MAAM,CAAC,IAAI,CAAA;cACjC,CACL;;sBAEa;IACpB;AAEA,IAAA,SAAS,WAAW,GAAA;AAClB,QAAA,OAAO,IAAI,CAAA,CAAA;QACP,MAAM,CACN,gBAAgB,EAChB,CAAC,GAAG,KAAK,GAAG,CAAC,EAAE,EACf,CAAC,GAAG,KACF,IAAI,CAAA,CAAA,kBAAA,EAAqB,GAAG,CAAC,EAAE;eAC1B,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,KAAI;AACxB,YAAA,OAAO,IAAI,CAAA,CAAA;AACN,iBAAA,EAAA,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,IAAI,CAAA;gBAC7B;AACJ,QAAA,CAAC,CAAC,CAAA;YACF,CACL;sBACe;IACpB;;;;;AAOA,IAAA,OAAO,IAAI,CAAA,CAAA;;aAEA,MAAM;kBACD,mBAAmB;sBACf,IAAI;0BACA,iBAAiB;;MAErC,UAAU;AACZ,QAAA,IAAI,CAAA,CAAA;SACC,UAAU,CAAA;AACb,KAAA,CAAA;MACA,gBAAgB;AAClB,QAAA,IAAI,CAAA,CAAA;SACC,gBAAgB,CAAA;AACnB,KAAA,CAAA;AACA,IAAA,EAAA,cAAc,EAAE,CAAA,CAAA,EAAI,cAAc,EAAE,CAAA,CAAA,EAAI,WAAW,EAAE;eAC5C;AACf;;;;"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { LitElement } from "lit";
|
|
2
2
|
import "@carbon/web-components/es/components/button/index.js";
|
|
3
3
|
import "@carbon/web-components/es/components/overflow-menu/index.js";
|
|
4
|
+
import { CarbonIcon } from "@carbon/web-components/es/globals/internal/icon-loader-utils.js";
|
|
4
5
|
export interface Action {
|
|
5
6
|
text: string;
|
|
6
|
-
icon:
|
|
7
|
+
icon: CarbonIcon;
|
|
7
8
|
size?: string;
|
|
8
9
|
fixed?: boolean;
|
|
9
10
|
onClick: () => void;
|
|
@@ -19,14 +20,11 @@ export interface Action {
|
|
|
19
20
|
*
|
|
20
21
|
*/
|
|
21
22
|
declare class CDSAIChatToolbar extends LitElement {
|
|
22
|
-
/** Hidden actions rendered in the overflow menu. */
|
|
23
|
-
private hiddenItems;
|
|
24
23
|
/** The list of actions. */
|
|
25
24
|
actions: Action[];
|
|
26
25
|
/** Should actions be overflowing. */
|
|
27
26
|
overflow: boolean;
|
|
28
|
-
|
|
29
|
-
private container;
|
|
27
|
+
private measuring;
|
|
30
28
|
private overflowHandler?;
|
|
31
29
|
connectedCallback(): void;
|
|
32
30
|
firstUpdated(): void;
|
|
@@ -36,4 +34,5 @@ declare class CDSAIChatToolbar extends LitElement {
|
|
|
36
34
|
render(): import("lit-html").TemplateResult<1>;
|
|
37
35
|
static styles: any;
|
|
38
36
|
}
|
|
37
|
+
export { CDSAIChatToolbar };
|
|
39
38
|
export default CDSAIChatToolbar;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import { __decorate } from 'tslib';
|
|
9
|
-
import { LitElement, html } from 'lit';
|
|
9
|
+
import { LitElement, nothing, html } from 'lit';
|
|
10
10
|
import { state, property, query, customElement } from 'lit/decorators.js';
|
|
11
11
|
import { classMap } from 'lit/directives/class-map.js';
|
|
12
12
|
import { repeat } from 'lit/directives/repeat.js';
|
|
@@ -40,12 +40,15 @@ import styles from './toolbar.scss.js';
|
|
|
40
40
|
let CDSAIChatToolbar = class CDSAIChatToolbar extends LitElement {
|
|
41
41
|
constructor() {
|
|
42
42
|
super(...arguments);
|
|
43
|
-
/** Hidden actions rendered in the overflow menu.
|
|
43
|
+
/** Hidden actions rendered in the overflow menu.
|
|
44
|
+
* @internal
|
|
45
|
+
*/
|
|
44
46
|
this.hiddenItems = [];
|
|
45
47
|
/** The list of actions. */
|
|
46
48
|
this.actions = [];
|
|
47
49
|
/** Should actions be overflowing. */
|
|
48
50
|
this.overflow = false;
|
|
51
|
+
this.measuring = true;
|
|
49
52
|
}
|
|
50
53
|
connectedCallback() {
|
|
51
54
|
super.connectedCallback();
|
|
@@ -57,7 +60,7 @@ let CDSAIChatToolbar = class CDSAIChatToolbar extends LitElement {
|
|
|
57
60
|
}
|
|
58
61
|
this.updateComplete.then(() => {
|
|
59
62
|
this.setupOverflowHandler();
|
|
60
|
-
this.style.visibility
|
|
63
|
+
this.style.removeProperty("visibility");
|
|
61
64
|
});
|
|
62
65
|
}
|
|
63
66
|
updated(changedProps) {
|
|
@@ -66,7 +69,10 @@ let CDSAIChatToolbar = class CDSAIChatToolbar extends LitElement {
|
|
|
66
69
|
.then(() => {
|
|
67
70
|
this.hiddenItems = [];
|
|
68
71
|
})
|
|
69
|
-
.then(() => this.setupOverflowHandler())
|
|
72
|
+
.then(() => this.setupOverflowHandler())
|
|
73
|
+
.then(() => {
|
|
74
|
+
this.measuring = false;
|
|
75
|
+
});
|
|
70
76
|
}
|
|
71
77
|
}
|
|
72
78
|
setupOverflowHandler() {
|
|
@@ -100,7 +106,9 @@ let CDSAIChatToolbar = class CDSAIChatToolbar extends LitElement {
|
|
|
100
106
|
enter-delay-ms="0"
|
|
101
107
|
leave-delay-ms="0"
|
|
102
108
|
>
|
|
103
|
-
${action.icon
|
|
109
|
+
${iconLoader(action.icon, {
|
|
110
|
+
slot: "icon",
|
|
111
|
+
})}
|
|
104
112
|
<span slot="tooltip-content">${action.text}</span>
|
|
105
113
|
</cds-icon-button>
|
|
106
114
|
`;
|
|
@@ -118,40 +126,40 @@ let CDSAIChatToolbar = class CDSAIChatToolbar extends LitElement {
|
|
|
118
126
|
<slot name="title"></slot>
|
|
119
127
|
</div>
|
|
120
128
|
|
|
121
|
-
<div data-fixed
|
|
129
|
+
<div data-fixed class="cds-aichat-toolbar__fixed-actions">
|
|
130
|
+
<slot name="fixed-actions"></slot>
|
|
131
|
+
</div>
|
|
122
132
|
|
|
123
|
-
<div data-fixed><slot name="
|
|
133
|
+
<div data-fixed><slot name="decorator"></slot></div>
|
|
124
134
|
|
|
125
135
|
${repeat(nonFixedActions, (_, i) => i, renderIconButton)}
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
</div>
|
|
154
|
-
|
|
136
|
+
${this.measuring || this.hiddenItems.length > 0
|
|
137
|
+
? html `
|
|
138
|
+
<cds-overflow-menu
|
|
139
|
+
size=${this.actions?.[0]?.size || "md"}
|
|
140
|
+
align="bottom-end"
|
|
141
|
+
data-offset
|
|
142
|
+
?data-hidden=${this.hiddenItems.length === 0}
|
|
143
|
+
kind="ghost"
|
|
144
|
+
close-on-activation
|
|
145
|
+
enter-delay-ms="0"
|
|
146
|
+
leave-delay-ms="0"
|
|
147
|
+
>
|
|
148
|
+
${iconLoader(OverflowMenuVertical16, {
|
|
149
|
+
class: `${prefix}-toolbar-overflow-icon`,
|
|
150
|
+
slot: "icon",
|
|
151
|
+
})}
|
|
152
|
+
<span slot="tooltip-content">Options</span>
|
|
153
|
+
<cds-overflow-menu-body flipped>
|
|
154
|
+
${repeat(this.hiddenItems, (item) => item.text, (item) => html `
|
|
155
|
+
<cds-overflow-menu-item @click=${item.onClick}>
|
|
156
|
+
${item.text}
|
|
157
|
+
</cds-overflow-menu-item>
|
|
158
|
+
`)}
|
|
159
|
+
</cds-overflow-menu-body>
|
|
160
|
+
</cds-overflow-menu>
|
|
161
|
+
`
|
|
162
|
+
: nothing}
|
|
155
163
|
${repeat(fixedActions, (_, i) => i, renderIconButton)}
|
|
156
164
|
</div>
|
|
157
165
|
`;
|
|
@@ -162,18 +170,21 @@ __decorate([
|
|
|
162
170
|
state()
|
|
163
171
|
], CDSAIChatToolbar.prototype, "hiddenItems", void 0);
|
|
164
172
|
__decorate([
|
|
165
|
-
property({ type: Array, reflect: false })
|
|
173
|
+
property({ type: Array, attribute: false, reflect: false })
|
|
166
174
|
], CDSAIChatToolbar.prototype, "actions", void 0);
|
|
167
175
|
__decorate([
|
|
168
|
-
property({ type: Boolean, reflect: true })
|
|
176
|
+
property({ type: Boolean, attribute: "overflow", reflect: true })
|
|
169
177
|
], CDSAIChatToolbar.prototype, "overflow", void 0);
|
|
170
178
|
__decorate([
|
|
171
179
|
query(`.${prefix}-toolbar`)
|
|
172
180
|
], CDSAIChatToolbar.prototype, "container", void 0);
|
|
181
|
+
__decorate([
|
|
182
|
+
state()
|
|
183
|
+
], CDSAIChatToolbar.prototype, "measuring", void 0);
|
|
173
184
|
CDSAIChatToolbar = __decorate([
|
|
174
|
-
customElement(
|
|
185
|
+
customElement("cds-aichat-toolbar")
|
|
175
186
|
], CDSAIChatToolbar);
|
|
176
187
|
var CDSAIChatToolbar$1 = CDSAIChatToolbar;
|
|
177
188
|
|
|
178
|
-
export { CDSAIChatToolbar$1 as default };
|
|
189
|
+
export { CDSAIChatToolbar, CDSAIChatToolbar$1 as default };
|
|
179
190
|
//# sourceMappingURL=toolbar.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toolbar.js","sources":["../../../../src/components/toolbar/src/toolbar.ts"],"sourcesContent":[null],"names":["createOverflowHandler"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;AAOG;
|
|
1
|
+
{"version":3,"file":"toolbar.js","sources":["../../../../src/components/toolbar/src/toolbar.ts"],"sourcesContent":[null],"names":["createOverflowHandler"],"mappings":"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"}
|