@pine-ds/core 3.17.0 → 3.19.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/components/index2.js +1 -1
- package/components/index2.js.map +1 -1
- package/components/pds-button2.js +21 -8
- package/components/pds-button2.js.map +1 -1
- package/components/pds-chip2.js +20 -7
- package/components/pds-chip2.js.map +1 -1
- package/components/pds-combobox.js +2 -2
- package/components/pds-combobox.js.map +1 -1
- package/components/pds-copytext.js +49 -1
- package/components/pds-copytext.js.map +1 -1
- package/components/pds-dropdown-menu-item.js +3 -2
- package/components/pds-dropdown-menu-item.js.map +1 -1
- package/components/pds-dropdown-menu.js +1 -1
- package/components/pds-dropdown-menu.js.map +1 -1
- package/components/pds-link2.js +3 -2
- package/components/pds-link2.js.map +1 -1
- package/components/pds-multiselect.js +61 -15
- package/components/pds-multiselect.js.map +1 -1
- package/components/pds-table-cell2.js +36 -3
- package/components/pds-table-cell2.js.map +1 -1
- package/components/pds-table-head.js +1 -1
- package/components/pds-table-head.js.map +1 -1
- package/components/pds-table-row.js +3 -3
- package/components/pds-table-row.js.map +1 -1
- package/components/pds-table.js +12 -4
- package/components/pds-table.js.map +1 -1
- package/components/pds-text2.js +41 -1
- package/components/pds-text2.js.map +1 -1
- package/components/truncation-tooltip.js +247 -0
- package/components/truncation-tooltip.js.map +1 -0
- package/dist/cjs/{index-DkQebouX.js → index-CjhTEk39.js} +3 -3
- package/dist/cjs/index-CjhTEk39.js.map +1 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/pds-accordion.cjs.entry.js +1 -1
- package/dist/cjs/pds-avatar.cjs.entry.js +1 -1
- package/dist/cjs/pds-button.cjs.entry.js +17 -7
- package/dist/cjs/pds-button.entry.cjs.js.map +1 -1
- package/dist/cjs/pds-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/pds-chip.cjs.entry.js +20 -8
- package/dist/cjs/pds-chip.entry.cjs.js.map +1 -1
- package/dist/cjs/pds-combobox.cjs.entry.js +2 -2
- package/dist/cjs/pds-combobox.entry.cjs.js.map +1 -1
- package/dist/cjs/pds-copytext.cjs.entry.js +48 -2
- package/dist/cjs/pds-copytext.entry.cjs.js.map +1 -1
- package/dist/cjs/pds-dropdown-menu-item.cjs.entry.js +2 -2
- package/dist/cjs/pds-dropdown-menu-item.entry.cjs.js.map +1 -1
- package/dist/cjs/pds-dropdown-menu.cjs.entry.js +1 -1
- package/dist/cjs/pds-dropdown-menu.entry.cjs.js.map +1 -1
- package/dist/cjs/pds-filter.cjs.entry.js +1 -1
- package/dist/cjs/pds-input.cjs.entry.js +1 -1
- package/dist/cjs/pds-link.cjs.entry.js +3 -3
- package/dist/cjs/pds-link.entry.cjs.js.map +1 -1
- package/dist/cjs/pds-multiselect.cjs.entry.js +58 -15
- package/dist/cjs/pds-multiselect.entry.cjs.js.map +1 -1
- package/dist/cjs/pds-radio-group.cjs.entry.js +1 -1
- package/dist/cjs/pds-radio.cjs.entry.js +1 -1
- package/dist/cjs/pds-select.cjs.entry.js +1 -1
- package/dist/cjs/pds-sortable-item.cjs.entry.js +1 -1
- package/dist/cjs/pds-switch.cjs.entry.js +1 -1
- package/dist/cjs/pds-table-cell.cjs.entry.js +35 -3
- package/dist/cjs/pds-table-cell.entry.cjs.js.map +1 -1
- package/dist/cjs/pds-table-head-cell.cjs.entry.js +1 -1
- package/dist/cjs/pds-table-head.cjs.entry.js +1 -1
- package/dist/cjs/pds-table-head.entry.cjs.js.map +1 -1
- package/dist/cjs/pds-table-row.cjs.entry.js +3 -3
- package/dist/cjs/pds-table-row.entry.cjs.js.map +1 -1
- package/dist/cjs/pds-table.cjs.entry.js +11 -4
- package/dist/cjs/pds-table.entry.cjs.js.map +1 -1
- package/dist/cjs/pds-text.cjs.entry.js +40 -1
- package/dist/cjs/pds-text.entry.cjs.js.map +1 -1
- package/dist/cjs/pds-textarea.cjs.entry.js +1 -1
- package/dist/cjs/pine-core.cjs.js +1 -1
- package/dist/cjs/truncation-tooltip-BGGnm8SZ.js +249 -0
- package/dist/cjs/truncation-tooltip-BGGnm8SZ.js.map +1 -0
- package/dist/collection/components/pds-button/pds-button.css +1 -1
- package/dist/collection/components/pds-button/pds-button.js +42 -7
- package/dist/collection/components/pds-button/pds-button.js.map +1 -1
- package/dist/collection/components/pds-chip/pds-chip.css +25 -4
- package/dist/collection/components/pds-chip/pds-chip.js +50 -7
- package/dist/collection/components/pds-chip/pds-chip.js.map +1 -1
- package/dist/collection/components/pds-chip/stories/pds-chip.stories.js +36 -13
- package/dist/collection/components/pds-combobox/pds-combobox.js +2 -2
- package/dist/collection/components/pds-combobox/pds-combobox.js.map +1 -1
- package/dist/collection/components/pds-copytext/pds-copytext.js +52 -2
- package/dist/collection/components/pds-copytext/pds-copytext.js.map +1 -1
- package/dist/collection/components/pds-dropdown-menu/pds-dropdown-menu-item/pds-dropdown-menu-item.js +21 -2
- package/dist/collection/components/pds-dropdown-menu/pds-dropdown-menu-item/pds-dropdown-menu-item.js.map +1 -1
- package/dist/collection/components/pds-dropdown-menu/pds-dropdown-menu.css +1 -1
- package/dist/collection/components/pds-link/pds-link.js +21 -2
- package/dist/collection/components/pds-link/pds-link.js.map +1 -1
- package/dist/collection/components/pds-multiselect/pds-multiselect.css +2 -2
- package/dist/collection/components/pds-multiselect/pds-multiselect.js +130 -13
- package/dist/collection/components/pds-multiselect/pds-multiselect.js.map +1 -1
- package/dist/collection/components/pds-multiselect/stories/pds-multiselect.stories.js +55 -0
- package/dist/collection/components/pds-table/pds-table-cell/pds-table-cell.css +1 -1
- package/dist/collection/components/pds-table/pds-table-cell/pds-table-cell.js +37 -3
- package/dist/collection/components/pds-table/pds-table-cell/pds-table-cell.js.map +1 -1
- package/dist/collection/components/pds-table/pds-table-head/pds-table-head.js +1 -1
- package/dist/collection/components/pds-table/pds-table-head/pds-table-head.js.map +1 -1
- package/dist/collection/components/pds-table/pds-table-row/pds-table-row.js +3 -3
- package/dist/collection/components/pds-table/pds-table-row/pds-table-row.js.map +1 -1
- package/dist/collection/components/pds-table/pds-table.css +1 -0
- package/dist/collection/components/pds-table/pds-table.js +33 -17
- package/dist/collection/components/pds-table/pds-table.js.map +1 -1
- package/dist/collection/components/pds-table/stories/pds-table.stories.js +58 -0
- package/dist/collection/components/pds-text/pds-text.js +43 -2
- package/dist/collection/components/pds-text/pds-text.js.map +1 -1
- package/dist/collection/components/pds-text/stories/pds-text.stories.js +21 -2
- package/dist/collection/utils/truncation-tooltip.js +242 -0
- package/dist/collection/utils/truncation-tooltip.js.map +1 -0
- package/dist/collection/utils/types.js.map +1 -1
- package/dist/docs.json +255 -20
- package/dist/esm/{index-D094LgxJ.js → index-BFkDH5XU.js} +3 -3
- package/dist/esm/index-BFkDH5XU.js.map +1 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/pds-accordion.entry.js +1 -1
- package/dist/esm/pds-avatar.entry.js +1 -1
- package/dist/esm/pds-button.entry.js +17 -7
- package/dist/esm/pds-button.entry.js.map +1 -1
- package/dist/esm/pds-checkbox.entry.js +1 -1
- package/dist/esm/pds-chip.entry.js +20 -8
- package/dist/esm/pds-chip.entry.js.map +1 -1
- package/dist/esm/pds-combobox.entry.js +2 -2
- package/dist/esm/pds-combobox.entry.js.map +1 -1
- package/dist/esm/pds-copytext.entry.js +49 -3
- package/dist/esm/pds-copytext.entry.js.map +1 -1
- package/dist/esm/pds-dropdown-menu-item.entry.js +2 -2
- package/dist/esm/pds-dropdown-menu-item.entry.js.map +1 -1
- package/dist/esm/pds-dropdown-menu.entry.js +1 -1
- package/dist/esm/pds-dropdown-menu.entry.js.map +1 -1
- package/dist/esm/pds-filter.entry.js +1 -1
- package/dist/esm/pds-input.entry.js +1 -1
- package/dist/esm/pds-link.entry.js +3 -3
- package/dist/esm/pds-link.entry.js.map +1 -1
- package/dist/esm/pds-multiselect.entry.js +58 -15
- package/dist/esm/pds-multiselect.entry.js.map +1 -1
- package/dist/esm/pds-radio-group.entry.js +1 -1
- package/dist/esm/pds-radio.entry.js +1 -1
- package/dist/esm/pds-select.entry.js +1 -1
- package/dist/esm/pds-sortable-item.entry.js +1 -1
- package/dist/esm/pds-switch.entry.js +1 -1
- package/dist/esm/pds-table-cell.entry.js +35 -3
- package/dist/esm/pds-table-cell.entry.js.map +1 -1
- package/dist/esm/pds-table-head-cell.entry.js +1 -1
- package/dist/esm/pds-table-head.entry.js +1 -1
- package/dist/esm/pds-table-head.entry.js.map +1 -1
- package/dist/esm/pds-table-row.entry.js +3 -3
- package/dist/esm/pds-table-row.entry.js.map +1 -1
- package/dist/esm/pds-table.entry.js +11 -4
- package/dist/esm/pds-table.entry.js.map +1 -1
- package/dist/esm/pds-text.entry.js +40 -1
- package/dist/esm/pds-text.entry.js.map +1 -1
- package/dist/esm/pds-textarea.entry.js +1 -1
- package/dist/esm/pine-core.js +1 -1
- package/dist/esm/truncation-tooltip-CTHpMbU3.js +247 -0
- package/dist/esm/truncation-tooltip-CTHpMbU3.js.map +1 -0
- package/dist/esm-es5/{index-D094LgxJ.js → index-BFkDH5XU.js} +1 -1
- package/dist/esm-es5/index-BFkDH5XU.js.map +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/pds-accordion.entry.js +1 -1
- package/dist/esm-es5/pds-avatar.entry.js +1 -1
- package/dist/esm-es5/pds-button.entry.js +1 -1
- package/dist/esm-es5/pds-button.entry.js.map +1 -1
- package/dist/esm-es5/pds-checkbox.entry.js +1 -1
- package/dist/esm-es5/pds-chip.entry.js +1 -1
- package/dist/esm-es5/pds-chip.entry.js.map +1 -1
- package/dist/esm-es5/pds-combobox.entry.js +1 -1
- package/dist/esm-es5/pds-combobox.entry.js.map +1 -1
- package/dist/esm-es5/pds-copytext.entry.js +1 -1
- package/dist/esm-es5/pds-copytext.entry.js.map +1 -1
- package/dist/esm-es5/pds-dropdown-menu-item.entry.js +1 -1
- package/dist/esm-es5/pds-dropdown-menu-item.entry.js.map +1 -1
- package/dist/esm-es5/pds-dropdown-menu.entry.js +1 -1
- package/dist/esm-es5/pds-dropdown-menu.entry.js.map +1 -1
- package/dist/esm-es5/pds-filter.entry.js +1 -1
- package/dist/esm-es5/pds-input.entry.js +1 -1
- package/dist/esm-es5/pds-link.entry.js +1 -1
- package/dist/esm-es5/pds-link.entry.js.map +1 -1
- package/dist/esm-es5/pds-multiselect.entry.js +1 -1
- package/dist/esm-es5/pds-multiselect.entry.js.map +1 -1
- package/dist/esm-es5/pds-radio-group.entry.js +1 -1
- package/dist/esm-es5/pds-radio.entry.js +1 -1
- package/dist/esm-es5/pds-select.entry.js +1 -1
- package/dist/esm-es5/pds-sortable-item.entry.js +1 -1
- package/dist/esm-es5/pds-switch.entry.js +1 -1
- package/dist/esm-es5/pds-table-cell.entry.js +1 -1
- package/dist/esm-es5/pds-table-cell.entry.js.map +1 -1
- package/dist/esm-es5/pds-table-head-cell.entry.js +1 -1
- package/dist/esm-es5/pds-table-head.entry.js +1 -1
- package/dist/esm-es5/pds-table-head.entry.js.map +1 -1
- package/dist/esm-es5/pds-table-row.entry.js +1 -1
- package/dist/esm-es5/pds-table-row.entry.js.map +1 -1
- package/dist/esm-es5/pds-table.entry.js +1 -1
- package/dist/esm-es5/pds-table.entry.js.map +1 -1
- package/dist/esm-es5/pds-text.entry.js +1 -1
- package/dist/esm-es5/pds-text.entry.js.map +1 -1
- package/dist/esm-es5/pds-textarea.entry.js +1 -1
- package/dist/esm-es5/pine-core.js +1 -1
- package/dist/esm-es5/truncation-tooltip-CTHpMbU3.js +2 -0
- package/dist/esm-es5/truncation-tooltip-CTHpMbU3.js.map +1 -0
- package/dist/pine-core/{p-2aac4495.system.entry.js → p-15ac22bd.system.entry.js} +2 -2
- package/dist/pine-core/p-203f6e9e.entry.js +2 -0
- package/dist/pine-core/p-203f6e9e.entry.js.map +1 -0
- package/dist/pine-core/{p-0ac54273.entry.js → p-276f774a.entry.js} +2 -2
- package/dist/pine-core/p-27ccbd3f.entry.js +2 -0
- package/dist/pine-core/p-27ccbd3f.entry.js.map +1 -0
- package/dist/pine-core/p-2e22a1fc.system.entry.js +2 -0
- package/dist/pine-core/p-2e22a1fc.system.entry.js.map +1 -0
- package/dist/pine-core/{p-01aec1ad.system.entry.js → p-2f64a2fe.system.entry.js} +2 -2
- package/dist/pine-core/p-2f64a2fe.system.entry.js.map +1 -0
- package/dist/pine-core/p-3239c67a.entry.js +2 -0
- package/dist/pine-core/{p-f5fb71f6.entry.js.map → p-3239c67a.entry.js.map} +1 -1
- package/dist/pine-core/{p-ce069162.entry.js → p-32f65e48.entry.js} +2 -2
- package/dist/pine-core/p-4189f1be.system.entry.js +2 -0
- package/dist/pine-core/p-4189f1be.system.entry.js.map +1 -0
- package/dist/pine-core/{p-7d7dce2c.system.entry.js → p-4232520f.system.entry.js} +2 -2
- package/dist/pine-core/{p-8e40c9ef.entry.js → p-439e3343.entry.js} +2 -2
- package/dist/pine-core/p-439e3343.entry.js.map +1 -0
- package/dist/pine-core/{p-5abc5d82.system.entry.js → p-49c2e2ce.system.entry.js} +2 -2
- package/dist/pine-core/{p-b1a7a0b2.entry.js → p-4de64b1f.entry.js} +2 -2
- package/dist/pine-core/{p-0b52923b.system.entry.js → p-52c5ced3.system.entry.js} +2 -2
- package/dist/pine-core/{p-b46f66e8.system.entry.js → p-5757d038.system.entry.js} +2 -2
- package/dist/pine-core/p-5757d038.system.entry.js.map +1 -0
- package/dist/pine-core/{p-36e5e9f4.system.entry.js → p-57aa762e.system.entry.js} +2 -2
- package/dist/pine-core/p-57aa762e.system.entry.js.map +1 -0
- package/dist/pine-core/p-57d2c33a.entry.js +2 -0
- package/dist/pine-core/p-57d2c33a.entry.js.map +1 -0
- package/dist/pine-core/{p-3815f565.entry.js → p-593cee44.entry.js} +2 -2
- package/dist/pine-core/{p-73bce0bf.entry.js → p-5a7b25d0.entry.js} +2 -2
- package/dist/pine-core/{p-06046885.entry.js → p-5dbbb2be.entry.js} +3 -3
- package/dist/pine-core/{p-06046885.entry.js.map → p-5dbbb2be.entry.js.map} +1 -1
- package/dist/pine-core/p-5hPM5knE.js +2 -0
- package/dist/pine-core/p-5hPM5knE.js.map +1 -0
- package/dist/pine-core/{p-957647f9.entry.js → p-663abd80.entry.js} +2 -2
- package/dist/pine-core/{p-23111b1c.system.entry.js → p-6980edfe.system.entry.js} +2 -2
- package/dist/pine-core/{p-BxVkyfaO.system.js → p-6I02BpQf.system.js} +1 -1
- package/dist/pine-core/p-6I02BpQf.system.js.map +1 -0
- package/dist/pine-core/{p-c9965216.system.entry.js → p-6fbe6be4.system.entry.js} +2 -2
- package/dist/pine-core/p-7514a191.entry.js +2 -0
- package/dist/pine-core/p-7514a191.entry.js.map +1 -0
- package/dist/pine-core/{p-bd18b9bf.system.entry.js → p-77d4f274.system.entry.js} +2 -2
- package/dist/pine-core/{p-78246e05.entry.js → p-85ce731b.entry.js} +2 -2
- package/dist/pine-core/{p-b1820970.system.entry.js → p-87cee4a0.system.entry.js} +2 -2
- package/dist/pine-core/{p-fbd8ae50.entry.js → p-88686193.entry.js} +2 -2
- package/dist/pine-core/p-88eb4f6c.entry.js +2 -0
- package/dist/pine-core/p-88eb4f6c.entry.js.map +1 -0
- package/dist/pine-core/{p-b09bde5c.system.entry.js → p-8ab66dbc.system.entry.js} +2 -2
- package/dist/pine-core/p-8be316b4.system.entry.js +2 -0
- package/dist/pine-core/p-8be316b4.system.entry.js.map +1 -0
- package/dist/pine-core/{p-7a11a6c7.entry.js → p-8f935480.entry.js} +2 -2
- package/dist/pine-core/p-9263809e.entry.js +2 -0
- package/dist/pine-core/p-9263809e.entry.js.map +1 -0
- package/dist/pine-core/{p-425144ae.entry.js → p-9a9c1b17.entry.js} +2 -2
- package/dist/pine-core/p-9a9c1b17.entry.js.map +1 -0
- package/dist/pine-core/{p-3f05d72e.system.entry.js → p-9e3e441c.system.entry.js} +2 -2
- package/dist/pine-core/{p-3cd53462.entry.js → p-9e8296fc.entry.js} +2 -2
- package/dist/pine-core/{p-BJPmPVaF.system.js.map → p-B3dAc5EW.system.js.map} +1 -1
- package/dist/pine-core/{p-h_fnwqV_.system.js.map → p-B3xx1u93.system.js.map} +1 -1
- package/dist/pine-core/p-B48FyOD0.system.js.map +1 -0
- package/dist/pine-core/{p-DY97YDUU.system.js.map → p-B5CyjPYU.system.js.map} +1 -1
- package/dist/pine-core/{p-N-jt0_Yl.system.js.map → p-BBJXL9br.system.js.map} +1 -1
- package/dist/pine-core/{p-D094LgxJ.js → p-BFkDH5XU.js} +1 -1
- package/dist/pine-core/p-BFkDH5XU.js.map +1 -0
- package/dist/pine-core/p-BGVC08sX.system.js.map +1 -0
- package/dist/pine-core/p-BMx906Ad.system.js.map +1 -0
- package/dist/pine-core/{p-CjQwwLdV.system.js.map → p-Bd3ynCsJ.system.js.map} +1 -1
- package/dist/pine-core/{p-D4YdQDsG.system.js.map → p-BiLmvJTd.system.js.map} +1 -1
- package/dist/pine-core/{p-PZw10cnm.system.js.map → p-C8y7SAd7.system.js.map} +1 -1
- package/dist/pine-core/p-C9OQdhX3.system.js.map +1 -0
- package/dist/pine-core/{p-gcCcHox5.system.js.map → p-CCh7iS6N.system.js.map} +1 -1
- package/dist/pine-core/p-CEE11B7K.system.js.map +1 -0
- package/dist/pine-core/{p-D3Ug1A-l.system.js.map → p-CbRBe3Eq.system.js.map} +1 -1
- package/dist/pine-core/p-CsWO_n3t.system.js.map +1 -0
- package/dist/pine-core/{p-c2oMjk1r.system.js.map → p-Ctc231vq.system.js.map} +1 -1
- package/dist/pine-core/p-DXVwADJT.system.js +2 -0
- package/dist/pine-core/p-DXVwADJT.system.js.map +1 -0
- package/dist/pine-core/p-DYm9--lc.system.js.map +1 -0
- package/dist/pine-core/p-DenbFuEN.system.js.map +1 -0
- package/dist/pine-core/{p-BnJypAy2.system.js.map → p-DhLX7iDs.system.js.map} +1 -1
- package/dist/pine-core/p-Dkz0RoFB.system.js.map +1 -0
- package/dist/pine-core/p-JAVnELnm.system.js +1 -1
- package/dist/pine-core/{p-15e554ae.entry.js → p-a30edeb1.entry.js} +2 -2
- package/dist/pine-core/{p-5O8bhSdk.system.js.map → p-aKHwHZQR.system.js.map} +1 -1
- package/dist/pine-core/p-b232004f.system.entry.js +2 -0
- package/dist/pine-core/p-b232004f.system.entry.js.map +1 -0
- package/dist/pine-core/{p-fce519e3.system.entry.js → p-b416cb4b.system.entry.js} +2 -2
- package/dist/pine-core/p-b416cb4b.system.entry.js.map +1 -0
- package/dist/pine-core/{p-94c73d98.entry.js → p-b5316979.entry.js} +2 -2
- package/dist/pine-core/p-b5316979.entry.js.map +1 -0
- package/dist/pine-core/{p-d2b2caa2.system.entry.js → p-b6f57c0f.system.entry.js} +2 -2
- package/dist/pine-core/p-b7f2f9f3.system.entry.js +2 -0
- package/dist/pine-core/p-b7f2f9f3.system.entry.js.map +1 -0
- package/dist/pine-core/{p-19fef546.system.entry.js → p-c301925f.system.entry.js} +2 -2
- package/dist/pine-core/{p-19fef546.system.entry.js.map → p-c301925f.system.entry.js.map} +1 -1
- package/dist/pine-core/{p-f0df10c7.system.entry.js → p-ca20b134.system.entry.js} +2 -2
- package/dist/pine-core/p-ca20b134.system.entry.js.map +1 -0
- package/dist/pine-core/{p-6748d7b4.entry.js → p-d38da7a6.entry.js} +2 -2
- package/dist/pine-core/p-d38da7a6.entry.js.map +1 -0
- package/dist/pine-core/p-eac7cc81.entry.js +2 -0
- package/dist/pine-core/p-eac7cc81.entry.js.map +1 -0
- package/dist/pine-core/p-ed5ca877.system.entry.js +2 -0
- package/dist/pine-core/{p-29266dcd.system.entry.js.map → p-ed5ca877.system.entry.js.map} +1 -1
- package/dist/pine-core/{p-13105538.system.entry.js → p-f795d3fe.system.entry.js} +2 -2
- package/dist/pine-core/p-f7d9bZ8U.system.js.map +1 -0
- package/dist/pine-core/p-f81b0dbb.system.entry.js +2 -0
- package/dist/pine-core/p-f81b0dbb.system.entry.js.map +1 -0
- package/dist/pine-core/{p-2d21bc31.entry.js → p-f8a2aedd.entry.js} +2 -2
- package/dist/pine-core/{p-CQtQQn3_.system.js.map → p-hL5Id7g5.system.js.map} +1 -1
- package/dist/pine-core/{p-BK1BTkTt.system.js.map → p-hzdqYC6e.system.js.map} +1 -1
- package/dist/pine-core/p-n9xvc2MF.system.js.map +1 -0
- package/dist/pine-core/pds-button.entry.esm.js.map +1 -1
- package/dist/pine-core/pds-chip.entry.esm.js.map +1 -1
- package/dist/pine-core/pds-combobox.entry.esm.js.map +1 -1
- package/dist/pine-core/pds-copytext.entry.esm.js.map +1 -1
- package/dist/pine-core/pds-dropdown-menu-item.entry.esm.js.map +1 -1
- package/dist/pine-core/pds-dropdown-menu.entry.esm.js.map +1 -1
- package/dist/pine-core/pds-link.entry.esm.js.map +1 -1
- package/dist/pine-core/pds-multiselect.entry.esm.js.map +1 -1
- package/dist/pine-core/pds-table-cell.entry.esm.js.map +1 -1
- package/dist/pine-core/pds-table-head.entry.esm.js.map +1 -1
- package/dist/pine-core/pds-table-row.entry.esm.js.map +1 -1
- package/dist/pine-core/pds-table.entry.esm.js.map +1 -1
- package/dist/pine-core/pds-text.entry.esm.js.map +1 -1
- package/dist/pine-core/pine-core.esm.js +1 -1
- package/dist/types/components/pds-button/pds-button.d.ts +12 -1
- package/dist/types/components/pds-chip/pds-chip.d.ts +9 -2
- package/dist/types/components/pds-copytext/pds-copytext.d.ts +10 -0
- package/dist/types/components/pds-dropdown-menu/pds-dropdown-menu-item/pds-dropdown-menu-item.d.ts +7 -0
- package/dist/types/components/pds-link/pds-link.d.ts +6 -0
- package/dist/types/components/pds-multiselect/pds-multiselect.d.ts +27 -0
- package/dist/types/components/pds-table/pds-table-cell/pds-table-cell.d.ts +7 -1
- package/dist/types/components/pds-table/pds-table-row/pds-table-row.d.ts +1 -1
- package/dist/types/components/pds-table/pds-table.d.ts +6 -7
- package/dist/types/components/pds-text/pds-text.d.ts +9 -0
- package/dist/types/components.d.ts +86 -16
- package/dist/types/utils/truncation-tooltip.d.ts +21 -0
- package/dist/types/utils/types.d.ts +1 -0
- package/dist/vscode.html-data.json +68 -8
- package/hydrate/index.js +486 -52
- package/hydrate/index.mjs +486 -52
- package/package.json +2 -2
- package/dist/cjs/index-DkQebouX.js.map +0 -1
- package/dist/esm/index-D094LgxJ.js.map +0 -1
- package/dist/esm-es5/index-D094LgxJ.js.map +0 -1
- package/dist/pine-core/p-003884fd.entry.js +0 -2
- package/dist/pine-core/p-003884fd.entry.js.map +0 -1
- package/dist/pine-core/p-01aec1ad.system.entry.js.map +0 -1
- package/dist/pine-core/p-1971d358.entry.js +0 -2
- package/dist/pine-core/p-1971d358.entry.js.map +0 -1
- package/dist/pine-core/p-23aba538.entry.js +0 -2
- package/dist/pine-core/p-23aba538.entry.js.map +0 -1
- package/dist/pine-core/p-29266dcd.system.entry.js +0 -2
- package/dist/pine-core/p-36e5e9f4.system.entry.js.map +0 -1
- package/dist/pine-core/p-3b0a4abe.entry.js +0 -2
- package/dist/pine-core/p-3b0a4abe.entry.js.map +0 -1
- package/dist/pine-core/p-3c026ec7.system.entry.js +0 -2
- package/dist/pine-core/p-3c026ec7.system.entry.js.map +0 -1
- package/dist/pine-core/p-425144ae.entry.js.map +0 -1
- package/dist/pine-core/p-48ed8147.entry.js +0 -2
- package/dist/pine-core/p-48ed8147.entry.js.map +0 -1
- package/dist/pine-core/p-6748d7b4.entry.js.map +0 -1
- package/dist/pine-core/p-6877a50d.system.entry.js +0 -2
- package/dist/pine-core/p-6877a50d.system.entry.js.map +0 -1
- package/dist/pine-core/p-6918b378.system.entry.js +0 -2
- package/dist/pine-core/p-6918b378.system.entry.js.map +0 -1
- package/dist/pine-core/p-8KFA3I5T.system.js.map +0 -1
- package/dist/pine-core/p-8e40c9ef.entry.js.map +0 -1
- package/dist/pine-core/p-93d0be59.entry.js +0 -2
- package/dist/pine-core/p-93d0be59.entry.js.map +0 -1
- package/dist/pine-core/p-94c73d98.entry.js.map +0 -1
- package/dist/pine-core/p-BpZTjdau.system.js.map +0 -1
- package/dist/pine-core/p-BxVkyfaO.system.js.map +0 -1
- package/dist/pine-core/p-CjnIO2Ro.system.js.map +0 -1
- package/dist/pine-core/p-Ct5QAsPN.system.js.map +0 -1
- package/dist/pine-core/p-D094LgxJ.js.map +0 -1
- package/dist/pine-core/p-DR2CskUb.system.js.map +0 -1
- package/dist/pine-core/p-DZEhYV6y.system.js.map +0 -1
- package/dist/pine-core/p-DdTbt4lH.system.js.map +0 -1
- package/dist/pine-core/p-Ri89mw0-.system.js.map +0 -1
- package/dist/pine-core/p-ZUqfslIz.system.js.map +0 -1
- package/dist/pine-core/p-aeb2f6ac.system.entry.js +0 -2
- package/dist/pine-core/p-aeb2f6ac.system.entry.js.map +0 -1
- package/dist/pine-core/p-b3c66c58.entry.js +0 -2
- package/dist/pine-core/p-b3c66c58.entry.js.map +0 -1
- package/dist/pine-core/p-b46f66e8.system.entry.js.map +0 -1
- package/dist/pine-core/p-cb8c24ad.system.entry.js +0 -2
- package/dist/pine-core/p-cb8c24ad.system.entry.js.map +0 -1
- package/dist/pine-core/p-d83d6fce.system.entry.js +0 -2
- package/dist/pine-core/p-d83d6fce.system.entry.js.map +0 -1
- package/dist/pine-core/p-eT6pKhWF.system.js.map +0 -1
- package/dist/pine-core/p-f0df10c7.system.entry.js.map +0 -1
- package/dist/pine-core/p-f5fb71f6.entry.js +0 -2
- package/dist/pine-core/p-fce519e3.system.entry.js.map +0 -1
- package/dist/pine-core/p-kYQszSpu.system.js.map +0 -1
- /package/dist/pine-core/{p-2aac4495.system.entry.js.map → p-15ac22bd.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-0ac54273.entry.js.map → p-276f774a.entry.js.map} +0 -0
- /package/dist/pine-core/{p-ce069162.entry.js.map → p-32f65e48.entry.js.map} +0 -0
- /package/dist/pine-core/{p-7d7dce2c.system.entry.js.map → p-4232520f.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-5abc5d82.system.entry.js.map → p-49c2e2ce.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-b1a7a0b2.entry.js.map → p-4de64b1f.entry.js.map} +0 -0
- /package/dist/pine-core/{p-0b52923b.system.entry.js.map → p-52c5ced3.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-3815f565.entry.js.map → p-593cee44.entry.js.map} +0 -0
- /package/dist/pine-core/{p-73bce0bf.entry.js.map → p-5a7b25d0.entry.js.map} +0 -0
- /package/dist/pine-core/{p-957647f9.entry.js.map → p-663abd80.entry.js.map} +0 -0
- /package/dist/pine-core/{p-23111b1c.system.entry.js.map → p-6980edfe.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-c9965216.system.entry.js.map → p-6fbe6be4.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-bd18b9bf.system.entry.js.map → p-77d4f274.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-78246e05.entry.js.map → p-85ce731b.entry.js.map} +0 -0
- /package/dist/pine-core/{p-b1820970.system.entry.js.map → p-87cee4a0.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-fbd8ae50.entry.js.map → p-88686193.entry.js.map} +0 -0
- /package/dist/pine-core/{p-b09bde5c.system.entry.js.map → p-8ab66dbc.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-7a11a6c7.entry.js.map → p-8f935480.entry.js.map} +0 -0
- /package/dist/pine-core/{p-3f05d72e.system.entry.js.map → p-9e3e441c.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-3cd53462.entry.js.map → p-9e8296fc.entry.js.map} +0 -0
- /package/dist/pine-core/{p-15e554ae.entry.js.map → p-a30edeb1.entry.js.map} +0 -0
- /package/dist/pine-core/{p-d2b2caa2.system.entry.js.map → p-b6f57c0f.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-13105538.system.entry.js.map → p-f795d3fe.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-2d21bc31.entry.js.map → p-f8a2aedd.entry.js.map} +0 -0
|
@@ -8,7 +8,7 @@ import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
|
8
8
|
import { BoxColumnType, BoxShadowSizeType, BoxSpacingType } from "./utils/types";
|
|
9
9
|
import { Event } from "./stencil-public-runtime";
|
|
10
10
|
import { CheckboxChangeEventDetail } from "./components/pds-checkbox/checkbox-interface";
|
|
11
|
-
import { ChipSentimentType, ChipVariantType, PlacementType } from "./utils/types";
|
|
11
|
+
import { ChipSentimentType, ChipSizeType, ChipVariantType, PlacementType } from "./utils/types";
|
|
12
12
|
import { ComboboxLoadOptionsEventDetail, ComboboxOption, ComboboxSearchEventDetail } from "./components/pds-combobox/combobox-interface";
|
|
13
13
|
import { PdsFilterClearEventDetail, PdsFilterCloseEventDetail, PdsFilterOpenEventDetail, PdsFilterVariant } from "./components/pds-filters/pds-filter/filter-interface";
|
|
14
14
|
import { InputChangeEventDetail, InputInputEventDetail } from "./components/pds-input/input-interface";
|
|
@@ -20,7 +20,7 @@ import { TextareaChangeEventDetail, TextareaInputEventDetail } from "./component
|
|
|
20
20
|
export { BoxColumnType, BoxShadowSizeType, BoxSpacingType } from "./utils/types";
|
|
21
21
|
export { Event } from "./stencil-public-runtime";
|
|
22
22
|
export { CheckboxChangeEventDetail } from "./components/pds-checkbox/checkbox-interface";
|
|
23
|
-
export { ChipSentimentType, ChipVariantType, PlacementType } from "./utils/types";
|
|
23
|
+
export { ChipSentimentType, ChipSizeType, ChipVariantType, PlacementType } from "./utils/types";
|
|
24
24
|
export { ComboboxLoadOptionsEventDetail, ComboboxOption, ComboboxSearchEventDetail } from "./components/pds-combobox/combobox-interface";
|
|
25
25
|
export { PdsFilterClearEventDetail, PdsFilterCloseEventDetail, PdsFilterOpenEventDetail, PdsFilterVariant } from "./components/pds-filters/pds-filter/filter-interface";
|
|
26
26
|
export { InputChangeEventDetail, InputInputEventDetail } from "./components/pds-input/input-interface";
|
|
@@ -719,7 +719,11 @@ export namespace Components {
|
|
|
719
719
|
* Determines the button's disabled state.
|
|
720
720
|
* @defaultValue false
|
|
721
721
|
*/
|
|
722
|
-
"disabled"
|
|
722
|
+
"disabled": boolean;
|
|
723
|
+
/**
|
|
724
|
+
* Prompts the user to save the linked URL instead of navigating to it. It can be used without a value to download with the default filename, or with a string value to suggest a specific filename for the download. Only applies when href is set.
|
|
725
|
+
*/
|
|
726
|
+
"download"?: string;
|
|
723
727
|
/**
|
|
724
728
|
* Determines if the button should take up the full width of its container.
|
|
725
729
|
* @defaultValue false
|
|
@@ -839,8 +843,9 @@ export namespace Components {
|
|
|
839
843
|
*/
|
|
840
844
|
"icon"?: string;
|
|
841
845
|
/**
|
|
842
|
-
* Determines whether the chip should be displayed in a larger size.
|
|
846
|
+
* Determines whether the chip should be displayed in a larger size. DEPRECATED.
|
|
843
847
|
* @defaultValue false
|
|
848
|
+
* @deprecated Use `size` prop instead. Set `size="lg"` for the large variant.
|
|
844
849
|
*/
|
|
845
850
|
"large": boolean;
|
|
846
851
|
/**
|
|
@@ -860,6 +865,11 @@ export namespace Components {
|
|
|
860
865
|
* @defaultValue 'neutral'
|
|
861
866
|
*/
|
|
862
867
|
"sentiment": ChipSentimentType;
|
|
868
|
+
/**
|
|
869
|
+
* Sets the size of the chip.
|
|
870
|
+
* @defaultValue 'md'
|
|
871
|
+
*/
|
|
872
|
+
"size"?: ChipSizeType;
|
|
863
873
|
/**
|
|
864
874
|
* Sets the style variant of the chip. Note: This prop is ignored when sentiment is 'brand'.
|
|
865
875
|
* @defaultValue 'text'
|
|
@@ -1018,7 +1028,7 @@ export namespace Components {
|
|
|
1018
1028
|
*/
|
|
1019
1029
|
"fullWidth": boolean;
|
|
1020
1030
|
/**
|
|
1021
|
-
* Determines whether the `value` should truncate and display with an ellipsis.
|
|
1031
|
+
* Determines whether the `value` should truncate and display with an ellipsis. When text overflows, a tooltip showing the full value will appear on hover/focus.
|
|
1022
1032
|
* @defaultValue false
|
|
1023
1033
|
*/
|
|
1024
1034
|
"truncate": boolean;
|
|
@@ -1072,6 +1082,10 @@ export namespace Components {
|
|
|
1072
1082
|
* @defaultValue false
|
|
1073
1083
|
*/
|
|
1074
1084
|
"disabled": boolean;
|
|
1085
|
+
/**
|
|
1086
|
+
* Prompts the user to save the linked URL instead of navigating to it. It can be used without a value to download with the default filename, or with a string value to suggest a specific filename for the download. Only applies when href is set.
|
|
1087
|
+
*/
|
|
1088
|
+
"download"?: string;
|
|
1075
1089
|
/**
|
|
1076
1090
|
* Determines whether the link should open in a new tab and display an external icon. This is a simpler alternative to using `target="_blank"` for the common case.
|
|
1077
1091
|
* @defaultValue false
|
|
@@ -1282,6 +1296,10 @@ export namespace Components {
|
|
|
1282
1296
|
* A unique identifier used for the underlying component `id` attribute.
|
|
1283
1297
|
*/
|
|
1284
1298
|
"componentId": string;
|
|
1299
|
+
/**
|
|
1300
|
+
* Prompts the user to save the linked URL instead of navigating to it. It can be used without a value to download with the default filename, or with a string value to suggest a specific filename for the download.
|
|
1301
|
+
*/
|
|
1302
|
+
"download"?: string;
|
|
1285
1303
|
/**
|
|
1286
1304
|
* Determines whether the link should open in a new tab.
|
|
1287
1305
|
* @defaultValue false
|
|
@@ -1391,6 +1409,15 @@ export namespace Components {
|
|
|
1391
1409
|
* URL endpoint for async data fetching.
|
|
1392
1410
|
*/
|
|
1393
1411
|
"asyncUrl"?: string;
|
|
1412
|
+
/**
|
|
1413
|
+
* Clears all selected values and resets the component.
|
|
1414
|
+
*/
|
|
1415
|
+
"clear": () => Promise<void>;
|
|
1416
|
+
/**
|
|
1417
|
+
* Whether to close the panel after an option is selected. Defaults to `false` (panel stays open for multi-select).
|
|
1418
|
+
* @default false
|
|
1419
|
+
*/
|
|
1420
|
+
"closePanelOnSelect": boolean;
|
|
1394
1421
|
/**
|
|
1395
1422
|
* A unique identifier used for the underlying component `id` attribute.
|
|
1396
1423
|
*/
|
|
@@ -1494,6 +1521,11 @@ export namespace Components {
|
|
|
1494
1521
|
* @default false
|
|
1495
1522
|
*/
|
|
1496
1523
|
"required": boolean;
|
|
1524
|
+
/**
|
|
1525
|
+
* Placeholder text for the search input inside the dropdown panel.
|
|
1526
|
+
* @default 'Find...'
|
|
1527
|
+
*/
|
|
1528
|
+
"searchPlaceholder": string;
|
|
1497
1529
|
/**
|
|
1498
1530
|
* Sets focus on the trigger button.
|
|
1499
1531
|
*/
|
|
@@ -1912,6 +1944,11 @@ export namespace Components {
|
|
|
1912
1944
|
* @defaultValue 'asc'
|
|
1913
1945
|
*/
|
|
1914
1946
|
"defaultSortDirection"?: 'asc' | 'desc';
|
|
1947
|
+
/**
|
|
1948
|
+
* Hides the select-all checkbox in the table header while keeping individual row checkboxes functional. Only applies when `selectable` is true.
|
|
1949
|
+
* @defaultValue false
|
|
1950
|
+
*/
|
|
1951
|
+
"disableSelectAll": boolean;
|
|
1915
1952
|
/**
|
|
1916
1953
|
* Determines if the should display a fixed first column.
|
|
1917
1954
|
*/
|
|
@@ -1938,7 +1975,7 @@ export namespace Components {
|
|
|
1938
1975
|
*/
|
|
1939
1976
|
"cellAlign"?: 'start' | 'center' | 'end' | 'justify';
|
|
1940
1977
|
/**
|
|
1941
|
-
* Truncates content to a max width
|
|
1978
|
+
* Truncates content to a max width and adds an ellipsis. When text overflows, a tooltip showing the full text will appear on hover/focus. Note: When truncate is enabled, the element automatically receives tabindex="0" for keyboard accessibility.
|
|
1942
1979
|
*/
|
|
1943
1980
|
"truncate": boolean;
|
|
1944
1981
|
}
|
|
@@ -2083,7 +2120,7 @@ export namespace Components {
|
|
|
2083
2120
|
| 'strong'
|
|
2084
2121
|
| 'em';
|
|
2085
2122
|
/**
|
|
2086
|
-
* If set or `true`, the text will be truncated. Must add a `width` to the element.
|
|
2123
|
+
* If set or `true`, the text will be truncated. Must add a `width` to the element. When text overflows, a tooltip showing the full text will appear on hover/focus. Note: When truncate is enabled, the element automatically receives tabindex="0" for keyboard accessibility.
|
|
2087
2124
|
*/
|
|
2088
2125
|
"truncate"?: boolean;
|
|
2089
2126
|
/**
|
|
@@ -2639,6 +2676,7 @@ declare global {
|
|
|
2639
2676
|
"pdsMultiselectSearch": MultiselectSearchEventDetail;
|
|
2640
2677
|
"pdsMultiselectLoadOptions": MultiselectLoadOptionsEventDetail;
|
|
2641
2678
|
"pdsMultiselectCreate": MultiselectCreateEventDetail;
|
|
2679
|
+
"pdsMultiselectDismiss": void;
|
|
2642
2680
|
}
|
|
2643
2681
|
interface HTMLPdsMultiselectElement extends Components.PdsMultiselect, HTMLStencilElement {
|
|
2644
2682
|
addEventListener<K extends keyof HTMLPdsMultiselectElementEventMap>(type: K, listener: (this: HTMLPdsMultiselectElement, ev: PdsMultiselectCustomEvent<HTMLPdsMultiselectElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -2802,7 +2840,6 @@ declare global {
|
|
|
2802
2840
|
new (): HTMLPdsTabElement;
|
|
2803
2841
|
};
|
|
2804
2842
|
interface HTMLPdsTableElementEventMap {
|
|
2805
|
-
"pdsTableSelect": { rowIndex: number; isSelected: boolean };
|
|
2806
2843
|
"pdsTableSelectAll": { isSelected: boolean };
|
|
2807
2844
|
}
|
|
2808
2845
|
interface HTMLPdsTableElement extends Components.PdsTable, HTMLStencilElement {
|
|
@@ -3694,6 +3731,10 @@ declare namespace LocalJSX {
|
|
|
3694
3731
|
* @defaultValue false
|
|
3695
3732
|
*/
|
|
3696
3733
|
"disabled"?: boolean;
|
|
3734
|
+
/**
|
|
3735
|
+
* Prompts the user to save the linked URL instead of navigating to it. It can be used without a value to download with the default filename, or with a string value to suggest a specific filename for the download. Only applies when href is set.
|
|
3736
|
+
*/
|
|
3737
|
+
"download"?: string;
|
|
3697
3738
|
/**
|
|
3698
3739
|
* Determines if the button should take up the full width of its container.
|
|
3699
3740
|
* @defaultValue false
|
|
@@ -3819,8 +3860,9 @@ declare namespace LocalJSX {
|
|
|
3819
3860
|
*/
|
|
3820
3861
|
"icon"?: string;
|
|
3821
3862
|
/**
|
|
3822
|
-
* Determines whether the chip should be displayed in a larger size.
|
|
3863
|
+
* Determines whether the chip should be displayed in a larger size. DEPRECATED.
|
|
3823
3864
|
* @defaultValue false
|
|
3865
|
+
* @deprecated Use `size` prop instead. Set `size="lg"` for the large variant.
|
|
3824
3866
|
*/
|
|
3825
3867
|
"large"?: boolean;
|
|
3826
3868
|
/**
|
|
@@ -3844,6 +3886,11 @@ declare namespace LocalJSX {
|
|
|
3844
3886
|
* @defaultValue 'neutral'
|
|
3845
3887
|
*/
|
|
3846
3888
|
"sentiment"?: ChipSentimentType;
|
|
3889
|
+
/**
|
|
3890
|
+
* Sets the size of the chip.
|
|
3891
|
+
* @defaultValue 'md'
|
|
3892
|
+
*/
|
|
3893
|
+
"size"?: ChipSizeType;
|
|
3847
3894
|
/**
|
|
3848
3895
|
* Sets the style variant of the chip. Note: This prop is ignored when sentiment is 'brand'.
|
|
3849
3896
|
* @defaultValue 'text'
|
|
@@ -4010,7 +4057,7 @@ declare namespace LocalJSX {
|
|
|
4010
4057
|
*/
|
|
4011
4058
|
"onPdsCopyTextClick"?: (event: PdsCopytextCustomEvent<string>) => void;
|
|
4012
4059
|
/**
|
|
4013
|
-
* Determines whether the `value` should truncate and display with an ellipsis.
|
|
4060
|
+
* Determines whether the `value` should truncate and display with an ellipsis. When text overflows, a tooltip showing the full value will appear on hover/focus.
|
|
4014
4061
|
* @defaultValue false
|
|
4015
4062
|
*/
|
|
4016
4063
|
"truncate"?: boolean;
|
|
@@ -4060,6 +4107,10 @@ declare namespace LocalJSX {
|
|
|
4060
4107
|
* @defaultValue false
|
|
4061
4108
|
*/
|
|
4062
4109
|
"disabled"?: boolean;
|
|
4110
|
+
/**
|
|
4111
|
+
* Prompts the user to save the linked URL instead of navigating to it. It can be used without a value to download with the default filename, or with a string value to suggest a specific filename for the download. Only applies when href is set.
|
|
4112
|
+
*/
|
|
4113
|
+
"download"?: string;
|
|
4063
4114
|
/**
|
|
4064
4115
|
* Determines whether the link should open in a new tab and display an external icon. This is a simpler alternative to using `target="_blank"` for the common case.
|
|
4065
4116
|
* @defaultValue false
|
|
@@ -4294,6 +4345,10 @@ declare namespace LocalJSX {
|
|
|
4294
4345
|
* A unique identifier used for the underlying component `id` attribute.
|
|
4295
4346
|
*/
|
|
4296
4347
|
"componentId"?: string;
|
|
4348
|
+
/**
|
|
4349
|
+
* Prompts the user to save the linked URL instead of navigating to it. It can be used without a value to download with the default filename, or with a string value to suggest a specific filename for the download.
|
|
4350
|
+
*/
|
|
4351
|
+
"download"?: string;
|
|
4297
4352
|
/**
|
|
4298
4353
|
* Determines whether the link should open in a new tab.
|
|
4299
4354
|
* @defaultValue false
|
|
@@ -4403,6 +4458,11 @@ declare namespace LocalJSX {
|
|
|
4403
4458
|
* URL endpoint for async data fetching.
|
|
4404
4459
|
*/
|
|
4405
4460
|
"asyncUrl"?: string;
|
|
4461
|
+
/**
|
|
4462
|
+
* Whether to close the panel after an option is selected. Defaults to `false` (panel stays open for multi-select).
|
|
4463
|
+
* @default false
|
|
4464
|
+
*/
|
|
4465
|
+
"closePanelOnSelect"?: boolean;
|
|
4406
4466
|
/**
|
|
4407
4467
|
* A unique identifier used for the underlying component `id` attribute.
|
|
4408
4468
|
*/
|
|
@@ -4496,6 +4556,10 @@ declare namespace LocalJSX {
|
|
|
4496
4556
|
* Emitted when a new option is created.
|
|
4497
4557
|
*/
|
|
4498
4558
|
"onPdsMultiselectCreate"?: (event: PdsMultiselectCustomEvent<MultiselectCreateEventDetail>) => void;
|
|
4559
|
+
/**
|
|
4560
|
+
* Emitted when the dropdown is dismissed via Escape key or click outside. This event fires only when the user explicitly dismisses the panel without making a selection: - ✅ Fires: Pressing Escape key while dropdown is open - ✅ Fires: Clicking outside the component while dropdown is open - ❌ Does NOT fire: When panel closes due to selection (including when `closePanelOnSelect` is true) - ❌ Does NOT fire: When panel closes programmatically via `closeDropdown()` Equivalent to Sage's `onEscapeHook`. Use this to restore parent UI state or run cleanup when the user cancels their interaction.
|
|
4561
|
+
*/
|
|
4562
|
+
"onPdsMultiselectDismiss"?: (event: PdsMultiselectCustomEvent<void>) => void;
|
|
4499
4563
|
/**
|
|
4500
4564
|
* Emitted to request more options (pagination).
|
|
4501
4565
|
*/
|
|
@@ -4522,6 +4586,11 @@ declare namespace LocalJSX {
|
|
|
4522
4586
|
* @default false
|
|
4523
4587
|
*/
|
|
4524
4588
|
"required"?: boolean;
|
|
4589
|
+
/**
|
|
4590
|
+
* Placeholder text for the search input inside the dropdown panel.
|
|
4591
|
+
* @default 'Find...'
|
|
4592
|
+
*/
|
|
4593
|
+
"searchPlaceholder"?: string;
|
|
4525
4594
|
/**
|
|
4526
4595
|
* Width of the trigger button (and reference for dropdown positioning).
|
|
4527
4596
|
* @default '100%'
|
|
@@ -4958,13 +5027,14 @@ declare namespace LocalJSX {
|
|
|
4958
5027
|
*/
|
|
4959
5028
|
"defaultSortDirection"?: 'asc' | 'desc';
|
|
4960
5029
|
/**
|
|
4961
|
-
*
|
|
5030
|
+
* Hides the select-all checkbox in the table header while keeping individual row checkboxes functional. Only applies when `selectable` is true.
|
|
5031
|
+
* @defaultValue false
|
|
4962
5032
|
*/
|
|
4963
|
-
"
|
|
5033
|
+
"disableSelectAll"?: boolean;
|
|
4964
5034
|
/**
|
|
4965
|
-
*
|
|
5035
|
+
* Determines if the should display a fixed first column.
|
|
4966
5036
|
*/
|
|
4967
|
-
"
|
|
5037
|
+
"fixedColumn"?: boolean;
|
|
4968
5038
|
/**
|
|
4969
5039
|
* Event that is emitted when the select all checkbox is clicked, carrying the selected value.
|
|
4970
5040
|
*/
|
|
@@ -4991,7 +5061,7 @@ declare namespace LocalJSX {
|
|
|
4991
5061
|
*/
|
|
4992
5062
|
"cellAlign"?: 'start' | 'center' | 'end' | 'justify';
|
|
4993
5063
|
/**
|
|
4994
|
-
* Truncates content to a max width
|
|
5064
|
+
* Truncates content to a max width and adds an ellipsis. When text overflows, a tooltip showing the full text will appear on hover/focus. Note: When truncate is enabled, the element automatically receives tabindex="0" for keyboard accessibility.
|
|
4995
5065
|
*/
|
|
4996
5066
|
"truncate"?: boolean;
|
|
4997
5067
|
}
|
|
@@ -5132,7 +5202,7 @@ declare namespace LocalJSX {
|
|
|
5132
5202
|
| 'strong'
|
|
5133
5203
|
| 'em';
|
|
5134
5204
|
/**
|
|
5135
|
-
* If set or `true`, the text will be truncated. Must add a `width` to the element.
|
|
5205
|
+
* If set or `true`, the text will be truncated. Must add a `width` to the element. When text overflows, a tooltip showing the full text will appear on hover/focus. Note: When truncate is enabled, the element automatically receives tabindex="0" for keyboard accessibility.
|
|
5136
5206
|
*/
|
|
5137
5207
|
"truncate"?: boolean;
|
|
5138
5208
|
/**
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { PlacementType } from './types';
|
|
2
|
+
export interface TruncationTooltipOptions {
|
|
3
|
+
/** The host element (for hover/focus listeners and positioning anchor) */
|
|
4
|
+
hostEl: HTMLElement;
|
|
5
|
+
/** The inner element where overflow actually occurs (inside shadow root) */
|
|
6
|
+
contentEl: HTMLElement;
|
|
7
|
+
/** Function that returns the full text to display in the tooltip */
|
|
8
|
+
getTooltipText: () => string;
|
|
9
|
+
/** Tooltip placement preference (default: 'top') */
|
|
10
|
+
placement?: PlacementType;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Sets up automatic tooltip behavior for a truncated element.
|
|
14
|
+
*
|
|
15
|
+
* When the element's text overflows, hovering or focusing the host element
|
|
16
|
+
* will display a tooltip showing the full text content. The tooltip is
|
|
17
|
+
* rendered as a portal on document.body and positioned with Floating UI.
|
|
18
|
+
*
|
|
19
|
+
* @returns A cleanup function that removes all listeners, observers, and DOM elements.
|
|
20
|
+
*/
|
|
21
|
+
export declare function setupTruncationTooltip(options: TruncationTooltipOptions): () => void;
|
|
@@ -3,4 +3,5 @@ export type BoxColumnType = '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8'
|
|
|
3
3
|
export type BoxSpacingType = 'none' | 'xxs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | '025' | '050' | '100' | '125' | '150' | '200' | '250' | '300' | '350' | '400' | '450' | '500' | '550' | '600' | '650' | '700' | '750' | '800';
|
|
4
4
|
export type BoxShadowSizeType = 'none' | '050' | '100' | '150' | '200' | '300' | '400' | '500';
|
|
5
5
|
export type ChipSentimentType = 'accent' | 'brand' | 'danger' | 'info' | 'neutral' | 'success' | 'warning';
|
|
6
|
+
export type ChipSizeType = 'sm' | 'md' | 'lg';
|
|
6
7
|
export type ChipVariantType = 'text' | 'tag' | 'dropdown';
|
|
@@ -6722,6 +6722,13 @@
|
|
|
6722
6722
|
"value": "Determines the button's disabled state.\n\n**Default:** `false`"
|
|
6723
6723
|
}
|
|
6724
6724
|
},
|
|
6725
|
+
{
|
|
6726
|
+
"name": "download",
|
|
6727
|
+
"description": {
|
|
6728
|
+
"kind": "markdown",
|
|
6729
|
+
"value": "Prompts the user to save the linked URL instead of navigating to it.\nIt can be used without a value to download with the default filename,\nor with a string value to suggest a specific filename for the download.\nOnly applies when href is set."
|
|
6730
|
+
}
|
|
6731
|
+
},
|
|
6725
6732
|
{
|
|
6726
6733
|
"name": "full-width",
|
|
6727
6734
|
"description": {
|
|
@@ -6972,7 +6979,7 @@
|
|
|
6972
6979
|
"name": "pds-chip",
|
|
6973
6980
|
"description": {
|
|
6974
6981
|
"kind": "markdown",
|
|
6975
|
-
"value": "Chips are used to inform users about the status of an object or to associate properties with a parent. Commonly used in tabular data to indicate status.\n\n**Examples:**\n[Default](https://pine-design-system.netlify.app/?path=/docs/components-chip--docs#default), [Sentiment](https://pine-design-system.netlify.app/?path=/docs/components-chip--docs#sentiment), [Dot](https://pine-design-system.netlify.app/?path=/docs/components-chip--docs#dot), [Icon](https://pine-design-system.netlify.app/?path=/docs/components-chip--docs#icon), [Dropdown](https://pine-design-system.netlify.app/?path=/docs/components-chip--docs#dropdown), [Tag](https://pine-design-system.netlify.app/?path=/docs/components-chip--docs#tag), [
|
|
6982
|
+
"value": "Chips are used to inform users about the status of an object or to associate properties with a parent. Commonly used in tabular data to indicate status.\n\n**Examples:**\n[Default](https://pine-design-system.netlify.app/?path=/docs/components-chip--docs#default), [Sentiment](https://pine-design-system.netlify.app/?path=/docs/components-chip--docs#sentiment), [Dot](https://pine-design-system.netlify.app/?path=/docs/components-chip--docs#dot), [Icon](https://pine-design-system.netlify.app/?path=/docs/components-chip--docs#icon), [Dropdown](https://pine-design-system.netlify.app/?path=/docs/components-chip--docs#dropdown), [Tag](https://pine-design-system.netlify.app/?path=/docs/components-chip--docs#tag), [Sizes](https://pine-design-system.netlify.app/?path=/docs/components-chip--docs#sizes)\n\n**Slots:**\n- `(default)` - The chip's label text.\n\n**Events:**\n- `pdsTagCloseClick` - Event emitted when the close button is clicked on a tag variant chip."
|
|
6976
6983
|
},
|
|
6977
6984
|
"attributes": [
|
|
6978
6985
|
{
|
|
@@ -7000,7 +7007,7 @@
|
|
|
7000
7007
|
"name": "large",
|
|
7001
7008
|
"description": {
|
|
7002
7009
|
"kind": "markdown",
|
|
7003
|
-
"value": "Determines whether the chip should be displayed in a larger size.\n\n**Default:** `false`"
|
|
7010
|
+
"value": "Determines whether the chip should be displayed in a larger size. DEPRECATED.\n\n**Default:** `false`\n\n⚠️ **Deprecated:** Use `size` prop instead. Set `size=\"lg\"` for the large variant."
|
|
7004
7011
|
}
|
|
7005
7012
|
},
|
|
7006
7013
|
{
|
|
@@ -7085,6 +7092,24 @@
|
|
|
7085
7092
|
}
|
|
7086
7093
|
]
|
|
7087
7094
|
},
|
|
7095
|
+
{
|
|
7096
|
+
"name": "size",
|
|
7097
|
+
"description": {
|
|
7098
|
+
"kind": "markdown",
|
|
7099
|
+
"value": "Sets the size of the chip.\n\n**Type:** `\"lg\" | \"md\" | \"sm\"`"
|
|
7100
|
+
},
|
|
7101
|
+
"values": [
|
|
7102
|
+
{
|
|
7103
|
+
"name": "lg"
|
|
7104
|
+
},
|
|
7105
|
+
{
|
|
7106
|
+
"name": "md"
|
|
7107
|
+
},
|
|
7108
|
+
{
|
|
7109
|
+
"name": "sm"
|
|
7110
|
+
}
|
|
7111
|
+
]
|
|
7112
|
+
},
|
|
7088
7113
|
{
|
|
7089
7114
|
"name": "variant",
|
|
7090
7115
|
"description": {
|
|
@@ -7115,7 +7140,7 @@
|
|
|
7115
7140
|
"name": "pds-combobox",
|
|
7116
7141
|
"description": {
|
|
7117
7142
|
"kind": "markdown",
|
|
7118
|
-
"value": "A combobox is a text input with a dropdown list of options, allowing users to filter and select from a list. It is useful for searchable selects and autocomplete scenarios.\n\n**Slots:**\n- `empty` - Custom empty state message when no options match\n- `loading` - Custom loading indicator\n- `option` - Option elements for the combobox dropdown\n- `trigger-content` - Custom content for the button trigger when customTriggerContent is true\n\n**CSS Parts:**\n- `button-trigger` - No description\n- `chip-trigger` - No description\n- `input` - No description\n\n**Events:**\n- `pdsComboboxChange` - Emitted when the value changes.\n- `pdsComboboxLoadOptions` - Emitted to request more options (pagination).\n- `pdsComboboxSearch` - Emitted on search input (for consumer-managed async)."
|
|
7143
|
+
"value": "A combobox is a text input with a dropdown list of options, allowing users to filter and select from a list. It is useful for searchable selects and autocomplete scenarios.\n\n**Slots:**\n- `empty` - Custom empty state message when no options match\n- `loading` - Custom loading indicator\n- `option` - Option elements for the combobox dropdown\n- `trigger-content` - Custom content for the button trigger when customTriggerContent is true\n\n**CSS Parts:**\n- `button-trigger` - No description\n- `chip-trigger` - No description\n- `combobox` - No description\n- `input` - No description\n\n**Events:**\n- `pdsComboboxChange` - Emitted when the value changes.\n- `pdsComboboxLoadOptions` - Emitted to request more options (pagination).\n- `pdsComboboxSearch` - Emitted on search input (for consumer-managed async)."
|
|
7119
7144
|
},
|
|
7120
7145
|
"attributes": [
|
|
7121
7146
|
{
|
|
@@ -7411,7 +7436,7 @@
|
|
|
7411
7436
|
"name": "truncate",
|
|
7412
7437
|
"description": {
|
|
7413
7438
|
"kind": "markdown",
|
|
7414
|
-
"value": "Determines whether the `value` should truncate and display with an ellipsis.\n\n**Default:** `false`"
|
|
7439
|
+
"value": "Determines whether the `value` should truncate and display with an ellipsis.\nWhen text overflows, a tooltip showing the full value will appear on hover/focus.\n\n**Default:** `false`"
|
|
7415
7440
|
}
|
|
7416
7441
|
},
|
|
7417
7442
|
{
|
|
@@ -7583,6 +7608,13 @@
|
|
|
7583
7608
|
"value": "It determines whether or not the dropdown-item is disabled.\n\n**Default:** `false`"
|
|
7584
7609
|
}
|
|
7585
7610
|
},
|
|
7611
|
+
{
|
|
7612
|
+
"name": "download",
|
|
7613
|
+
"description": {
|
|
7614
|
+
"kind": "markdown",
|
|
7615
|
+
"value": "Prompts the user to save the linked URL instead of navigating to it.\nIt can be used without a value to download with the default filename,\nor with a string value to suggest a specific filename for the download.\nOnly applies when href is set."
|
|
7616
|
+
}
|
|
7617
|
+
},
|
|
7586
7618
|
{
|
|
7587
7619
|
"name": "external",
|
|
7588
7620
|
"description": {
|
|
@@ -8010,6 +8042,13 @@
|
|
|
8010
8042
|
"value": "A unique identifier used for the underlying component `id` attribute."
|
|
8011
8043
|
}
|
|
8012
8044
|
},
|
|
8045
|
+
{
|
|
8046
|
+
"name": "download",
|
|
8047
|
+
"description": {
|
|
8048
|
+
"kind": "markdown",
|
|
8049
|
+
"value": "Prompts the user to save the linked URL instead of navigating to it.\nIt can be used without a value to download with the default filename,\nor with a string value to suggest a specific filename for the download."
|
|
8050
|
+
}
|
|
8051
|
+
},
|
|
8013
8052
|
{
|
|
8014
8053
|
"name": "external",
|
|
8015
8054
|
"description": {
|
|
@@ -8269,7 +8308,7 @@
|
|
|
8269
8308
|
"name": "pds-multiselect",
|
|
8270
8309
|
"description": {
|
|
8271
8310
|
"kind": "markdown",
|
|
8272
|
-
"value": "The multiselect component allows users to select multiple options from a searchable dropdown list. It displays the selected count in the trigger and shows a searchable list of options in a dropdown panel.\n\n**Examples:**\n[Default](https://pine-design-system.netlify.app/?path=/docs/components-multiselect--docs#default), [With Preselected Values](https://pine-design-system.netlify.app/?path=/docs/components-multiselect--docs#with-preselected-values), [Hidden Selected Items](https://pine-design-system.netlify.app/?path=/docs/components-multiselect--docs#hidden-selected-items), [Max Selections](https://pine-design-system.netlify.app/?path=/docs/components-multiselect--docs#max-selections), [Custom Widths](https://pine-design-system.netlify.app/?path=/docs/components-multiselect--docs#custom-widths), [Async with URL](https://pine-design-system.netlify.app/?path=/docs/components-multiselect--docs#async-with-url), [Consumer-Managed Async](https://pine-design-system.netlify.app/?path=/docs/components-multiselect--docs#consumer-managed-async), [With Error State](https://pine-design-system.netlify.app/?path=/docs/components-multiselect--docs#with-error-state), [With Create Option](https://pine-design-system.netlify.app/?path=/docs/components-multiselect--docs#with-create-option)\n\n**Slots:**\n- `(default)` - Static option elements for the multiselect\n- `empty` - Custom empty state message when no options match\n- `loading` - Custom loading indicator\n\n**Events:**\n- `pdsMultiselectChange` - Emitted when selection changes.\n- `pdsMultiselectCreate` - Emitted when a new option is created.\n- `pdsMultiselectLoadOptions` - Emitted to request more options (pagination).\n- `pdsMultiselectSearch` - Emitted on search input (for consumer-managed async)."
|
|
8311
|
+
"value": "The multiselect component allows users to select multiple options from a searchable dropdown list. It displays the selected count in the trigger and shows a searchable list of options in a dropdown panel.\n\n**Examples:**\n[Default](https://pine-design-system.netlify.app/?path=/docs/components-multiselect--docs#default), [With Preselected Values](https://pine-design-system.netlify.app/?path=/docs/components-multiselect--docs#with-preselected-values), [Hidden Selected Items](https://pine-design-system.netlify.app/?path=/docs/components-multiselect--docs#hidden-selected-items), [Max Selections](https://pine-design-system.netlify.app/?path=/docs/components-multiselect--docs#max-selections), [Custom Widths](https://pine-design-system.netlify.app/?path=/docs/components-multiselect--docs#custom-widths), [Async with URL](https://pine-design-system.netlify.app/?path=/docs/components-multiselect--docs#async-with-url), [Consumer-Managed Async](https://pine-design-system.netlify.app/?path=/docs/components-multiselect--docs#consumer-managed-async), [With Error State](https://pine-design-system.netlify.app/?path=/docs/components-multiselect--docs#with-error-state), [With Create Option](https://pine-design-system.netlify.app/?path=/docs/components-multiselect--docs#with-create-option)\n\n**Slots:**\n- `(default)` - Static option elements for the multiselect\n- `empty` - Custom empty state message when no options match\n- `loading` - Custom loading indicator\n\n**Events:**\n- `pdsMultiselectChange` - Emitted when selection changes.\n- `pdsMultiselectCreate` - Emitted when a new option is created.\n- `pdsMultiselectDismiss` - Emitted when the dropdown is dismissed via Escape key or click outside.\n\nThis event fires only when the user explicitly dismisses the panel without making a selection:\n- ✅ Fires: Pressing Escape key while dropdown is open\n- ✅ Fires: Clicking outside the component while dropdown is open\n- ❌ Does NOT fire: When panel closes due to selection (including when `closePanelOnSelect` is true)\n- ❌ Does NOT fire: When panel closes programmatically via `closeDropdown()`\n\nEquivalent to Sage's `onEscapeHook`. Use this to restore parent UI state or run cleanup when the user cancels their interaction.\n- `pdsMultiselectLoadOptions` - Emitted to request more options (pagination).\n- `pdsMultiselectSearch` - Emitted on search input (for consumer-managed async)."
|
|
8273
8312
|
},
|
|
8274
8313
|
"attributes": [
|
|
8275
8314
|
{
|
|
@@ -8294,6 +8333,13 @@
|
|
|
8294
8333
|
"value": "URL endpoint for async data fetching."
|
|
8295
8334
|
}
|
|
8296
8335
|
},
|
|
8336
|
+
{
|
|
8337
|
+
"name": "close-panel-on-select",
|
|
8338
|
+
"description": {
|
|
8339
|
+
"kind": "markdown",
|
|
8340
|
+
"value": "Whether to close the panel after an option is selected.\nDefaults to `false` (panel stays open for multi-select).\n\n**Default:** `false`"
|
|
8341
|
+
}
|
|
8342
|
+
},
|
|
8297
8343
|
{
|
|
8298
8344
|
"name": "component-id",
|
|
8299
8345
|
"description": {
|
|
@@ -8441,6 +8487,13 @@
|
|
|
8441
8487
|
"value": "If true, the multiselect is required.\n\n**Default:** `false`"
|
|
8442
8488
|
}
|
|
8443
8489
|
},
|
|
8490
|
+
{
|
|
8491
|
+
"name": "search-placeholder",
|
|
8492
|
+
"description": {
|
|
8493
|
+
"kind": "markdown",
|
|
8494
|
+
"value": "Placeholder text for the search input inside the dropdown panel.\n\n**Default:** `'Find...'`"
|
|
8495
|
+
}
|
|
8496
|
+
},
|
|
8444
8497
|
{
|
|
8445
8498
|
"name": "trigger-width",
|
|
8446
8499
|
"description": {
|
|
@@ -9511,7 +9564,7 @@
|
|
|
9511
9564
|
"name": "pds-table",
|
|
9512
9565
|
"description": {
|
|
9513
9566
|
"kind": "markdown",
|
|
9514
|
-
"value": "The table (`pds-table`), consisting of rows and columns, is used to display and organize tabular data.\n\n**Examples:**\n[Default](https://pine-design-system.netlify.app/?path=/docs/components-table--docs#default), [Compact](https://pine-design-system.netlify.app/?path=/docs/components-table--docs#compact), [Head Background and Row Dividers](https://pine-design-system.netlify.app/?path=/docs/components-table--docs#head-background-and-row-dividers), [Selectable](https://pine-design-system.netlify.app/?path=/docs/components-table--docs#selectable), [Responsive](https://pine-design-system.netlify.app/?path=/docs/components-table--docs#responsive), [Fixed Column](https://pine-design-system.netlify.app/?path=/docs/components-table--docs#fixed-column), [Fixed w/ Checkbox](https://pine-design-system.netlify.app/?path=/docs/components-table--docs#fixed-w/-checkbox), [Cell Truncation](https://pine-design-system.netlify.app/?path=/docs/components-table--docs#cell-truncation), [Cell Alignment](https://pine-design-system.netlify.app/?path=/docs/components-table--docs#cell-alignment), [Sorting](https://pine-design-system.netlify.app/?path=/docs/components-table--docs#sorting), [Event payload](https://pine-design-system.netlify.app/?path=/docs/components-table--docs#event-payload), [Preventing built-in sorting](https://pine-design-system.netlify.app/?path=/docs/components-table--docs#preventing-built-in-sorting), [Default Sort](https://pine-design-system.netlify.app/?path=/docs/components-table--docs#default-sort)\n\n**CSS Parts:**\n- `responsive-container` - No description\n- `responsive-table` - No description\n- `responsive-wrapper` - No description\n- `scroll-shadow-left` - No description\n- `scroll-shadow-right` - No description\n- `table` - No description\n- `table-inner` - No description\n\n**Events:**\n- `
|
|
9567
|
+
"value": "The table (`pds-table`), consisting of rows and columns, is used to display and organize tabular data.\n\n**Examples:**\n[Default](https://pine-design-system.netlify.app/?path=/docs/components-table--docs#default), [Compact](https://pine-design-system.netlify.app/?path=/docs/components-table--docs#compact), [Head Background and Row Dividers](https://pine-design-system.netlify.app/?path=/docs/components-table--docs#head-background-and-row-dividers), [Selectable](https://pine-design-system.netlify.app/?path=/docs/components-table--docs#selectable), [Selectable without Select All](https://pine-design-system.netlify.app/?path=/docs/components-table--docs#selectable-without-select-all), [Responsive](https://pine-design-system.netlify.app/?path=/docs/components-table--docs#responsive), [Fixed Column](https://pine-design-system.netlify.app/?path=/docs/components-table--docs#fixed-column), [Fixed w/ Checkbox](https://pine-design-system.netlify.app/?path=/docs/components-table--docs#fixed-w/-checkbox), [Cell Truncation](https://pine-design-system.netlify.app/?path=/docs/components-table--docs#cell-truncation), [Cell Alignment](https://pine-design-system.netlify.app/?path=/docs/components-table--docs#cell-alignment), [Sorting](https://pine-design-system.netlify.app/?path=/docs/components-table--docs#sorting), [Event payload](https://pine-design-system.netlify.app/?path=/docs/components-table--docs#event-payload), [Preventing built-in sorting](https://pine-design-system.netlify.app/?path=/docs/components-table--docs#preventing-built-in-sorting), [Default Sort](https://pine-design-system.netlify.app/?path=/docs/components-table--docs#default-sort)\n\n**CSS Parts:**\n- `responsive-container` - No description\n- `responsive-table` - No description\n- `responsive-wrapper` - No description\n- `scroll-shadow-left` - No description\n- `scroll-shadow-right` - No description\n- `table` - No description\n- `table-inner` - No description\n\n**Events:**\n- `pdsTableSelectAll` - Event that is emitted when the select all checkbox is clicked, carrying the selected value."
|
|
9515
9568
|
},
|
|
9516
9569
|
"attributes": [
|
|
9517
9570
|
{
|
|
@@ -9550,6 +9603,13 @@
|
|
|
9550
9603
|
}
|
|
9551
9604
|
]
|
|
9552
9605
|
},
|
|
9606
|
+
{
|
|
9607
|
+
"name": "disable-select-all",
|
|
9608
|
+
"description": {
|
|
9609
|
+
"kind": "markdown",
|
|
9610
|
+
"value": "Hides the select-all checkbox in the table header while keeping individual row checkboxes functional.\nOnly applies when `selectable` is true.\n\n**Default:** `false`"
|
|
9611
|
+
}
|
|
9612
|
+
},
|
|
9553
9613
|
{
|
|
9554
9614
|
"name": "fixed-column",
|
|
9555
9615
|
"description": {
|
|
@@ -9632,7 +9692,7 @@
|
|
|
9632
9692
|
"name": "truncate",
|
|
9633
9693
|
"description": {
|
|
9634
9694
|
"kind": "markdown",
|
|
9635
|
-
"value": "Truncates content to a max width
|
|
9695
|
+
"value": "Truncates content to a max width and adds an ellipsis.\nWhen text overflows, a tooltip showing the full text will appear on hover/focus.\nNote: When truncate is enabled, the element automatically receives tabindex=\"0\" for keyboard accessibility."
|
|
9636
9696
|
}
|
|
9637
9697
|
}
|
|
9638
9698
|
],
|
|
@@ -10018,7 +10078,7 @@
|
|
|
10018
10078
|
"name": "truncate",
|
|
10019
10079
|
"description": {
|
|
10020
10080
|
"kind": "markdown",
|
|
10021
|
-
"value": "If set or `true`, the text will be truncated. Must add a `width` to the element."
|
|
10081
|
+
"value": "If set or `true`, the text will be truncated. Must add a `width` to the element.\nWhen text overflows, a tooltip showing the full text will appear on hover/focus.\nNote: When truncate is enabled, the element automatically receives tabindex=\"0\" for keyboard accessibility."
|
|
10022
10082
|
}
|
|
10023
10083
|
},
|
|
10024
10084
|
{
|