@pine-ds/core 3.1.0 → 3.2.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/index.d.ts +20 -0
- package/components/index.js +10 -0
- package/components/index.js.map +1 -1
- package/components/mock-pds-modal.d.ts +11 -0
- package/components/mock-pds-modal.js +108 -0
- package/components/mock-pds-modal.js.map +1 -0
- package/components/pds-alert.d.ts +11 -0
- package/components/pds-alert.js +107 -0
- package/components/pds-alert.js.map +1 -0
- package/components/pds-avatar.js +1 -1
- package/components/pds-box.js +1 -110
- package/components/pds-box.js.map +1 -1
- package/components/pds-box2.js +115 -0
- package/components/pds-box2.js.map +1 -0
- package/components/pds-checkbox2.js +3 -3
- package/components/pds-chip.js +1 -1
- package/components/pds-copytext.js +1 -1
- package/components/pds-divider.js +1 -1
- package/components/pds-dropdown-menu-item.d.ts +11 -0
- package/components/pds-dropdown-menu-item.js +117 -0
- package/components/pds-dropdown-menu-item.js.map +1 -0
- package/components/pds-dropdown-menu-separator.d.ts +11 -0
- package/components/pds-dropdown-menu-separator.js +44 -0
- package/components/pds-dropdown-menu-separator.js.map +1 -0
- package/components/pds-dropdown-menu.d.ts +11 -0
- package/components/pds-dropdown-menu.js +1600 -0
- package/components/pds-dropdown-menu.js.map +1 -0
- package/components/pds-image.js +2 -2
- package/components/pds-input.js +4 -4
- package/components/pds-link.js +1 -67
- package/components/pds-link.js.map +1 -1
- package/components/pds-link2.js +85 -0
- package/components/pds-link2.js.map +1 -0
- package/components/pds-loader2.js +1 -1
- package/components/pds-modal-content.d.ts +11 -0
- package/components/pds-modal-content.js +111 -0
- package/components/pds-modal-content.js.map +1 -0
- package/components/pds-modal-footer.d.ts +11 -0
- package/components/pds-modal-footer.js +35 -0
- package/components/pds-modal-footer.js.map +1 -0
- package/components/pds-modal-header.d.ts +11 -0
- package/components/pds-modal-header.js +35 -0
- package/components/pds-modal-header.js.map +1 -0
- package/components/pds-modal.d.ts +11 -0
- package/components/pds-modal.js +278 -0
- package/components/pds-modal.js.map +1 -0
- package/components/pds-popover.js +33 -1
- package/components/pds-popover.js.map +1 -1
- package/components/pds-progress.js +1 -1
- package/components/pds-radio.js +3 -3
- package/components/pds-row.js +1 -1
- package/components/pds-select.js +2 -2
- package/components/pds-sortable-item.js +1 -1
- package/components/pds-sortable.js +1 -1
- package/components/pds-switch.js +3 -3
- package/components/pds-tab.js +3 -3
- package/components/pds-table-body.js +1 -1
- package/components/pds-table-cell2.js +2 -2
- package/components/pds-table-head-cell2.js +2 -2
- package/components/pds-table-head.js +1 -1
- package/components/pds-table-row.js +1 -1
- package/components/pds-table.js +1 -1
- package/components/pds-tabpanel.js +1 -1
- package/components/pds-tabs.js +1 -1
- package/components/pds-text.js +1 -53
- package/components/pds-text.js.map +1 -1
- package/components/pds-text2.js +58 -0
- package/components/pds-text2.js.map +1 -0
- package/components/pds-textarea.js +4 -4
- package/components/pds-toast.d.ts +11 -0
- package/components/pds-toast.js +137 -0
- package/components/pds-toast.js.map +1 -0
- package/components/pds-tooltip.js +283 -81
- package/components/pds-tooltip.js.map +1 -1
- package/components/utils.js +3 -2
- package/components/utils.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/mock-pds-modal.cjs.entry.js +86 -0
- package/dist/cjs/mock-pds-modal.cjs.entry.js.map +1 -0
- package/dist/cjs/mock-pds-modal.entry.cjs.js.map +1 -0
- package/dist/cjs/pds-alert.cjs.entry.js +66 -0
- package/dist/cjs/pds-alert.cjs.entry.js.map +1 -0
- package/dist/cjs/pds-alert.entry.cjs.js.map +1 -0
- package/dist/cjs/pds-avatar.cjs.entry.js +1 -1
- package/dist/cjs/pds-box.cjs.entry.js +2 -2
- package/dist/cjs/pds-box.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-box.entry.cjs.js.map +1 -1
- package/dist/cjs/pds-button.cjs.entry.js +1 -1
- package/dist/cjs/pds-checkbox.cjs.entry.js +3 -3
- package/dist/cjs/pds-chip.cjs.entry.js +1 -1
- package/dist/cjs/pds-copytext.cjs.entry.js +1 -1
- package/dist/cjs/pds-divider.cjs.entry.js +1 -1
- package/dist/cjs/pds-dropdown-menu-item.cjs.entry.js +82 -0
- package/dist/cjs/pds-dropdown-menu-item.cjs.entry.js.map +1 -0
- package/dist/cjs/pds-dropdown-menu-item.entry.cjs.js.map +1 -0
- package/dist/cjs/pds-dropdown-menu-separator.cjs.entry.js +25 -0
- package/dist/cjs/pds-dropdown-menu-separator.cjs.entry.js.map +1 -0
- package/dist/cjs/pds-dropdown-menu-separator.entry.cjs.js.map +1 -0
- package/dist/cjs/pds-dropdown-menu.cjs.entry.js +1574 -0
- package/dist/cjs/pds-dropdown-menu.cjs.entry.js.map +1 -0
- package/dist/cjs/pds-dropdown-menu.entry.cjs.js.map +1 -0
- package/dist/cjs/pds-image.cjs.entry.js +2 -2
- package/dist/cjs/pds-input.cjs.entry.js +5 -5
- package/dist/cjs/pds-link.cjs.entry.js +15 -3
- package/dist/cjs/pds-link.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-link.entry.cjs.js.map +1 -1
- package/dist/cjs/pds-loader.cjs.entry.js +1 -1
- package/dist/cjs/pds-modal-content.cjs.entry.js +93 -0
- package/dist/cjs/pds-modal-content.cjs.entry.js.map +1 -0
- package/dist/cjs/pds-modal-content.entry.cjs.js.map +1 -0
- package/dist/cjs/pds-modal-footer.cjs.entry.js +20 -0
- package/dist/cjs/pds-modal-footer.cjs.entry.js.map +1 -0
- package/dist/cjs/pds-modal-footer.entry.cjs.js.map +1 -0
- package/dist/cjs/pds-modal-header.cjs.entry.js +20 -0
- package/dist/cjs/pds-modal-header.cjs.entry.js.map +1 -0
- package/dist/cjs/pds-modal-header.entry.cjs.js.map +1 -0
- package/dist/cjs/pds-modal.cjs.entry.js +253 -0
- package/dist/cjs/pds-modal.cjs.entry.js.map +1 -0
- package/dist/cjs/pds-modal.entry.cjs.js.map +1 -0
- package/dist/cjs/pds-popover.cjs.entry.js +33 -1
- package/dist/cjs/pds-popover.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-popover.entry.cjs.js.map +1 -1
- package/dist/cjs/pds-progress.cjs.entry.js +1 -1
- package/dist/cjs/pds-radio.cjs.entry.js +3 -3
- package/dist/cjs/pds-row.cjs.entry.js +1 -1
- package/dist/cjs/pds-select.cjs.entry.js +2 -2
- package/dist/cjs/pds-sortable-item.cjs.entry.js +1 -1
- package/dist/cjs/pds-sortable.cjs.entry.js +1 -1
- package/dist/cjs/pds-switch.cjs.entry.js +3 -3
- package/dist/cjs/pds-tab.cjs.entry.js +3 -3
- package/dist/cjs/pds-table-body.cjs.entry.js +1 -1
- package/dist/cjs/pds-table-cell.cjs.entry.js +2 -2
- package/dist/cjs/pds-table-head-cell.cjs.entry.js +2 -2
- package/dist/cjs/pds-table-head.cjs.entry.js +1 -1
- package/dist/cjs/pds-table-row.cjs.entry.js +1 -1
- package/dist/cjs/pds-table.cjs.entry.js +1 -1
- package/dist/cjs/pds-tabpanel.cjs.entry.js +1 -1
- package/dist/cjs/pds-tabs.cjs.entry.js +1 -1
- package/dist/cjs/pds-text.cjs.entry.js +2 -2
- package/dist/cjs/pds-text.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-text.entry.cjs.js.map +1 -1
- package/dist/cjs/pds-textarea.cjs.entry.js +5 -5
- package/dist/cjs/pds-toast.cjs.entry.js +104 -0
- package/dist/cjs/pds-toast.cjs.entry.js.map +1 -0
- package/dist/cjs/pds-toast.entry.cjs.js.map +1 -0
- package/dist/cjs/pds-tooltip.cjs.entry.js +281 -79
- package/dist/cjs/pds-tooltip.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-tooltip.entry.cjs.js.map +1 -1
- package/dist/cjs/pine-core.cjs.js +1 -1
- package/dist/cjs/{utils-CQKIgzWg.js → utils-jWx-Mf12.js} +5 -4
- package/dist/cjs/utils-jWx-Mf12.js.map +1 -0
- package/dist/collection/collection-manifest.json +10 -0
- package/dist/collection/components/pds-alert/pds-alert.css +108 -0
- package/dist/collection/components/pds-alert/pds-alert.js +198 -0
- package/dist/collection/components/pds-alert/pds-alert.js.map +1 -0
- package/dist/collection/components/pds-alert/pds-alert.tokens.css +32 -0
- package/dist/collection/components/pds-alert/stories/pds-alert.stories.js +97 -0
- package/dist/collection/components/pds-avatar/pds-avatar.js +1 -1
- package/dist/collection/components/pds-box/pds-box.js +8 -8
- package/dist/collection/components/pds-box/pds-box.js.map +1 -1
- package/dist/collection/components/pds-checkbox/pds-checkbox.js +3 -3
- package/dist/collection/components/pds-chip/pds-chip.js +1 -1
- package/dist/collection/components/pds-chip/stories/pds-chip.stories.js +1 -1
- package/dist/collection/components/pds-copytext/pds-copytext.js +1 -1
- package/dist/collection/components/pds-divider/pds-divider.js +1 -1
- package/dist/collection/components/pds-dropdown-menu/pds-dropdown-menu-item/pds-dropdown-menu-item.css +68 -0
- package/dist/collection/components/pds-dropdown-menu/pds-dropdown-menu-item/pds-dropdown-menu-item.js +219 -0
- package/dist/collection/components/pds-dropdown-menu/pds-dropdown-menu-item/pds-dropdown-menu-item.js.map +1 -0
- package/dist/collection/components/pds-dropdown-menu/pds-dropdown-menu-separator/pds-dropdown-menu-separator.css +4 -0
- package/dist/collection/components/pds-dropdown-menu/pds-dropdown-menu-separator/pds-dropdown-menu-separator.js +72 -0
- package/dist/collection/components/pds-dropdown-menu/pds-dropdown-menu-separator/pds-dropdown-menu-separator.js.map +1 -0
- package/dist/collection/components/pds-dropdown-menu/pds-dropdown-menu.css +16 -0
- package/dist/collection/components/pds-dropdown-menu/pds-dropdown-menu.js +328 -0
- package/dist/collection/components/pds-dropdown-menu/pds-dropdown-menu.js.map +1 -0
- package/dist/collection/components/pds-dropdown-menu/stories/pds-dropdown-menu.stories.js +44 -0
- package/dist/collection/components/pds-image/pds-image.js +2 -2
- package/dist/collection/components/pds-input/pds-input.js +4 -4
- package/dist/collection/components/pds-link/pds-link.css +20 -1
- package/dist/collection/components/pds-link/pds-link.js +33 -2
- package/dist/collection/components/pds-link/pds-link.js.map +1 -1
- package/dist/collection/components/pds-link/stories/pds-link.stories.js +15 -2
- package/dist/collection/components/pds-loader/pds-loader.js +1 -1
- package/dist/collection/components/pds-modal/pds-modal-content/pds-modal-content.css +27 -0
- package/dist/collection/components/pds-modal/pds-modal-content/pds-modal-content.js +125 -0
- package/dist/collection/components/pds-modal/pds-modal-content/pds-modal-content.js.map +1 -0
- package/dist/collection/components/pds-modal/pds-modal-footer/pds-modal-footer.css +8 -0
- package/dist/collection/components/pds-modal/pds-modal-footer/pds-modal-footer.js +18 -0
- package/dist/collection/components/pds-modal/pds-modal-footer/pds-modal-footer.js.map +1 -0
- package/dist/collection/components/pds-modal/pds-modal-header/pds-modal-header.css +8 -0
- package/dist/collection/components/pds-modal/pds-modal-header/pds-modal-header.js +18 -0
- package/dist/collection/components/pds-modal/pds-modal-header/pds-modal-header.js.map +1 -0
- package/dist/collection/components/pds-modal/pds-modal.css +79 -0
- package/dist/collection/components/pds-modal/pds-modal.js +426 -0
- package/dist/collection/components/pds-modal/pds-modal.js.map +1 -0
- package/dist/collection/components/pds-modal/stories/pds-modal.stories.js +415 -0
- package/dist/collection/components/pds-modal/test/mock-pds-modal.js +256 -0
- package/dist/collection/components/pds-modal/test/mock-pds-modal.js.map +1 -0
- package/dist/collection/components/pds-popover/pds-popover.js +33 -1
- package/dist/collection/components/pds-popover/pds-popover.js.map +1 -1
- package/dist/collection/components/pds-progress/pds-progress.js +1 -1
- package/dist/collection/components/pds-radio/pds-radio.js +3 -3
- package/dist/collection/components/pds-row/pds-row.js +1 -1
- package/dist/collection/components/pds-select/pds-select.js +2 -2
- package/dist/collection/components/pds-sortable/pds-sortable-item/pds-sortable-item.js +1 -1
- package/dist/collection/components/pds-sortable/pds-sortable.js +1 -1
- package/dist/collection/components/pds-switch/pds-switch.js +3 -3
- package/dist/collection/components/pds-table/pds-table-body/pds-table-body.js +1 -1
- package/dist/collection/components/pds-table/pds-table-cell/pds-table-cell.js +2 -2
- package/dist/collection/components/pds-table/pds-table-head/pds-table-head.js +1 -1
- package/dist/collection/components/pds-table/pds-table-head-cell/pds-table-head-cell.js +2 -2
- package/dist/collection/components/pds-table/pds-table-row/pds-table-row.js +1 -1
- package/dist/collection/components/pds-table/pds-table.js +1 -1
- package/dist/collection/components/pds-tabs/pds-tab/pds-tab.js +3 -3
- package/dist/collection/components/pds-tabs/pds-tabpanel/pds-tabpanel.js +1 -1
- package/dist/collection/components/pds-tabs/pds-tabs.js +1 -1
- package/dist/collection/components/pds-text/pds-text.js +2 -2
- package/dist/collection/components/pds-text/pds-text.js.map +1 -1
- package/dist/collection/components/pds-textarea/pds-textarea.js +4 -4
- package/dist/collection/components/pds-toast/pds-toast.css +153 -0
- package/dist/collection/components/pds-toast/pds-toast.js +263 -0
- package/dist/collection/components/pds-toast/pds-toast.js.map +1 -0
- package/dist/collection/components/pds-toast/stories/pds-toast.stories.js +103 -0
- package/dist/collection/components/pds-tooltip/pds-tooltip.css +2 -12
- package/dist/collection/components/pds-tooltip/pds-tooltip.js +211 -26
- package/dist/collection/components/pds-tooltip/pds-tooltip.js.map +1 -1
- package/dist/collection/components/pds-tooltip/stories/pds-tooltip.stories.js +7 -3
- package/dist/collection/utils/interfaces.js +2 -0
- package/dist/collection/utils/interfaces.js.map +1 -0
- package/dist/collection/utils/overlay.js +66 -49
- package/dist/collection/utils/overlay.js.map +1 -1
- package/dist/collection/utils/utils.js +3 -2
- package/dist/collection/utils/utils.js.map +1 -1
- package/dist/docs.json +1638 -266
- package/dist/esm/loader.js +1 -1
- package/dist/esm/mock-pds-modal.entry.js +84 -0
- package/dist/esm/mock-pds-modal.entry.js.map +1 -0
- package/dist/esm/pds-alert.entry.js +64 -0
- package/dist/esm/pds-alert.entry.js.map +1 -0
- package/dist/esm/pds-avatar.entry.js +1 -1
- package/dist/esm/pds-box.entry.js +2 -2
- package/dist/esm/pds-box.entry.js.map +1 -1
- package/dist/esm/pds-button.entry.js +1 -1
- package/dist/esm/pds-checkbox.entry.js +3 -3
- package/dist/esm/pds-chip.entry.js +1 -1
- package/dist/esm/pds-copytext.entry.js +1 -1
- package/dist/esm/pds-divider.entry.js +1 -1
- package/dist/esm/pds-dropdown-menu-item.entry.js +80 -0
- package/dist/esm/pds-dropdown-menu-item.entry.js.map +1 -0
- package/dist/esm/pds-dropdown-menu-separator.entry.js +23 -0
- package/dist/esm/pds-dropdown-menu-separator.entry.js.map +1 -0
- package/dist/esm/pds-dropdown-menu.entry.js +1572 -0
- package/dist/esm/pds-dropdown-menu.entry.js.map +1 -0
- package/dist/esm/pds-image.entry.js +2 -2
- package/dist/esm/pds-input.entry.js +5 -5
- package/dist/esm/pds-link.entry.js +15 -3
- package/dist/esm/pds-link.entry.js.map +1 -1
- package/dist/esm/pds-loader.entry.js +1 -1
- package/dist/esm/pds-modal-content.entry.js +91 -0
- package/dist/esm/pds-modal-content.entry.js.map +1 -0
- package/dist/esm/pds-modal-footer.entry.js +18 -0
- package/dist/esm/pds-modal-footer.entry.js.map +1 -0
- package/dist/esm/pds-modal-header.entry.js +18 -0
- package/dist/esm/pds-modal-header.entry.js.map +1 -0
- package/dist/esm/pds-modal.entry.js +251 -0
- package/dist/esm/pds-modal.entry.js.map +1 -0
- package/dist/esm/pds-popover.entry.js +33 -1
- package/dist/esm/pds-popover.entry.js.map +1 -1
- package/dist/esm/pds-progress.entry.js +1 -1
- package/dist/esm/pds-radio.entry.js +3 -3
- package/dist/esm/pds-row.entry.js +1 -1
- package/dist/esm/pds-select.entry.js +2 -2
- package/dist/esm/pds-sortable-item.entry.js +1 -1
- package/dist/esm/pds-sortable.entry.js +1 -1
- package/dist/esm/pds-switch.entry.js +3 -3
- package/dist/esm/pds-tab.entry.js +3 -3
- package/dist/esm/pds-table-body.entry.js +1 -1
- package/dist/esm/pds-table-cell.entry.js +2 -2
- package/dist/esm/pds-table-head-cell.entry.js +2 -2
- package/dist/esm/pds-table-head.entry.js +1 -1
- package/dist/esm/pds-table-row.entry.js +1 -1
- package/dist/esm/pds-table.entry.js +1 -1
- package/dist/esm/pds-tabpanel.entry.js +1 -1
- package/dist/esm/pds-tabs.entry.js +1 -1
- package/dist/esm/pds-text.entry.js +2 -2
- package/dist/esm/pds-text.entry.js.map +1 -1
- package/dist/esm/pds-textarea.entry.js +5 -5
- package/dist/esm/pds-toast.entry.js +102 -0
- package/dist/esm/pds-toast.entry.js.map +1 -0
- package/dist/esm/pds-tooltip.entry.js +281 -79
- package/dist/esm/pds-tooltip.entry.js.map +1 -1
- package/dist/esm/pine-core.js +1 -1
- package/dist/esm/{utils-Dw9B1JDC.js → utils-DkabwBZT.js} +5 -4
- package/dist/esm/utils-DkabwBZT.js.map +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mock-pds-modal.entry.js +2 -0
- package/dist/esm-es5/mock-pds-modal.entry.js.map +1 -0
- package/dist/esm-es5/pds-alert.entry.js +2 -0
- package/dist/esm-es5/pds-alert.entry.js.map +1 -0
- package/dist/esm-es5/pds-avatar.entry.js +1 -1
- package/dist/esm-es5/pds-box.entry.js +1 -1
- package/dist/esm-es5/pds-box.entry.js.map +1 -1
- package/dist/esm-es5/pds-button.entry.js +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-copytext.entry.js +1 -1
- package/dist/esm-es5/pds-divider.entry.js +1 -1
- package/dist/esm-es5/pds-dropdown-menu-item.entry.js +2 -0
- package/dist/esm-es5/pds-dropdown-menu-item.entry.js.map +1 -0
- package/dist/esm-es5/pds-dropdown-menu-separator.entry.js +2 -0
- package/dist/esm-es5/pds-dropdown-menu-separator.entry.js.map +1 -0
- package/dist/esm-es5/pds-dropdown-menu.entry.js +2 -0
- package/dist/esm-es5/pds-dropdown-menu.entry.js.map +1 -0
- package/dist/esm-es5/pds-image.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-loader.entry.js +1 -1
- package/dist/esm-es5/pds-modal-content.entry.js +2 -0
- package/dist/esm-es5/pds-modal-content.entry.js.map +1 -0
- package/dist/esm-es5/pds-modal-footer.entry.js +2 -0
- package/dist/esm-es5/pds-modal-footer.entry.js.map +1 -0
- package/dist/esm-es5/pds-modal-header.entry.js +2 -0
- package/dist/esm-es5/pds-modal-header.entry.js.map +1 -0
- package/dist/esm-es5/pds-modal.entry.js +2 -0
- package/dist/esm-es5/pds-modal.entry.js.map +1 -0
- package/dist/esm-es5/pds-popover.entry.js +1 -1
- package/dist/esm-es5/pds-popover.entry.js.map +1 -1
- package/dist/esm-es5/pds-progress.entry.js +1 -1
- package/dist/esm-es5/pds-radio.entry.js +1 -1
- package/dist/esm-es5/pds-row.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-sortable.entry.js +1 -1
- package/dist/esm-es5/pds-switch.entry.js +1 -1
- package/dist/esm-es5/pds-tab.entry.js +1 -1
- package/dist/esm-es5/pds-table-body.entry.js +1 -1
- package/dist/esm-es5/pds-table-cell.entry.js +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-row.entry.js +1 -1
- package/dist/esm-es5/pds-table.entry.js +1 -1
- package/dist/esm-es5/pds-tabpanel.entry.js +1 -1
- package/dist/esm-es5/pds-tabs.entry.js +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/pds-toast.entry.js +2 -0
- package/dist/esm-es5/pds-toast.entry.js.map +1 -0
- package/dist/esm-es5/pds-tooltip.entry.js +1 -1
- package/dist/esm-es5/pds-tooltip.entry.js.map +1 -1
- package/dist/esm-es5/pine-core.js +1 -1
- package/dist/esm-es5/utils-DkabwBZT.js +2 -0
- package/dist/esm-es5/utils-DkabwBZT.js.map +1 -0
- package/dist/pine-core/mock-pds-modal.entry.esm.js.map +1 -0
- package/dist/pine-core/{p-38d2498e.system.entry.js → p-0069abf8.system.entry.js} +2 -2
- package/dist/pine-core/{p-a14c8ab4.system.entry.js → p-03d8cb4c.system.entry.js} +2 -2
- package/dist/pine-core/{p-a952d40c.system.entry.js → p-04df41d7.system.entry.js} +2 -2
- package/dist/pine-core/{p-0486ad57.entry.js → p-0572825b.entry.js} +2 -2
- package/dist/pine-core/{p-d2110923.system.entry.js → p-111e7da2.system.entry.js} +2 -2
- package/dist/pine-core/{p-103b62a1.system.entry.js → p-121e03ad.system.entry.js} +2 -2
- package/dist/pine-core/p-1224c874.entry.js +2 -0
- package/dist/pine-core/{p-82e05dcf.entry.js → p-146fcd44.entry.js} +2 -2
- package/dist/pine-core/{p-e88d58f4.entry.js → p-17d3fa8b.entry.js} +2 -2
- package/dist/pine-core/p-1b109c01.entry.js +2 -0
- package/dist/pine-core/p-1b109c01.entry.js.map +1 -0
- package/dist/pine-core/p-1bd715ee.system.entry.js +2 -0
- package/dist/pine-core/p-1bd715ee.system.entry.js.map +1 -0
- package/dist/pine-core/{p-d8e02aa9.system.entry.js → p-1eec6bea.system.entry.js} +2 -2
- package/dist/pine-core/p-21c3aaeb.entry.js +2 -0
- package/dist/pine-core/{p-f439922f.entry.js → p-2296c34f.entry.js} +2 -2
- package/dist/pine-core/{p-f439922f.entry.js.map → p-2296c34f.entry.js.map} +1 -1
- package/dist/pine-core/{p-5c396e75.entry.js → p-24607f93.entry.js} +2 -2
- package/dist/pine-core/p-28e28f42.system.entry.js +2 -0
- package/dist/pine-core/p-28e28f42.system.entry.js.map +1 -0
- package/dist/pine-core/{p-38246e2f.entry.js → p-29ad0b86.entry.js} +2 -2
- package/dist/pine-core/{p-c0f0b368.system.entry.js → p-30142a25.system.entry.js} +2 -2
- package/dist/pine-core/p-32bd3e33.entry.js +2 -0
- package/dist/pine-core/p-32bd3e33.entry.js.map +1 -0
- package/dist/pine-core/{p-8305cd4d.entry.js → p-367e188f.entry.js} +2 -2
- package/dist/pine-core/{p-6147b1ea.system.entry.js → p-3798a631.system.entry.js} +2 -2
- package/dist/pine-core/p-3D0orTx_.system.js.map +1 -0
- package/dist/pine-core/{p-c838b6ef.system.entry.js → p-3f82ac77.system.entry.js} +2 -2
- package/dist/pine-core/p-4288c861.entry.js +2 -0
- package/dist/pine-core/p-4288c861.entry.js.map +1 -0
- package/dist/pine-core/p-47a7a65b.entry.js +2 -0
- package/dist/pine-core/p-47a7a65b.entry.js.map +1 -0
- package/dist/pine-core/{p-ca09f86a.system.entry.js → p-48e76945.system.entry.js} +2 -2
- package/dist/pine-core/p-49265849.system.entry.js +2 -0
- package/dist/pine-core/p-49265849.system.entry.js.map +1 -0
- package/dist/pine-core/p-513c16c7.entry.js +2 -0
- package/dist/pine-core/p-513c16c7.entry.js.map +1 -0
- package/dist/pine-core/p-5c4aceb7.entry.js +2 -0
- package/dist/pine-core/p-5c4aceb7.entry.js.map +1 -0
- package/dist/pine-core/{p-598ade79.entry.js → p-5e1e7762.entry.js} +2 -2
- package/dist/pine-core/p-624db3d6.system.entry.js +2 -0
- package/dist/pine-core/p-624db3d6.system.entry.js.map +1 -0
- package/dist/pine-core/{p-c7d4f436.system.entry.js → p-6a2296e6.system.entry.js} +2 -2
- package/dist/pine-core/{p-b68cb43d.system.entry.js → p-71265b2a.system.entry.js} +2 -2
- package/dist/pine-core/p-71f01676.system.entry.js +2 -0
- package/dist/pine-core/p-71f01676.system.entry.js.map +1 -0
- package/dist/pine-core/{p-6ad460a7.entry.js → p-722012ac.entry.js} +2 -2
- package/dist/pine-core/{p-98181fa8.system.entry.js → p-730221a8.system.entry.js} +2 -2
- package/dist/pine-core/{p-a97952fc.system.entry.js → p-73412ca9.system.entry.js} +2 -2
- package/dist/pine-core/{p-a97952fc.system.entry.js.map → p-73412ca9.system.entry.js.map} +1 -1
- package/dist/pine-core/{p-8337c77c.entry.js → p-742d4490.entry.js} +2 -2
- package/dist/pine-core/{p-3ce8eb9f.entry.js → p-761946a0.entry.js} +2 -2
- package/dist/pine-core/{p-950427b2.entry.js → p-77c3a10d.entry.js} +2 -2
- package/dist/pine-core/{p-fed4c0c0.system.entry.js → p-78cb1c40.system.entry.js} +2 -2
- package/dist/pine-core/{p-1d92261f.system.entry.js → p-78fb945e.system.entry.js} +2 -2
- package/dist/pine-core/p-7b38e384.system.entry.js +2 -0
- package/dist/pine-core/{p-9d0c1b2e.system.entry.js.map → p-7b38e384.system.entry.js.map} +1 -1
- package/dist/pine-core/{p-d78bec50.system.entry.js → p-7e92ec48.system.entry.js} +2 -2
- package/dist/pine-core/{p-13b9ed06.system.entry.js → p-7ff213bb.system.entry.js} +2 -2
- package/dist/pine-core/{p-4ccd2d5e.entry.js → p-8023086c.entry.js} +2 -2
- package/dist/pine-core/p-83252078.system.entry.js +2 -0
- package/dist/pine-core/{p-f94703c9.entry.js → p-833f08f3.entry.js} +2 -2
- package/dist/pine-core/p-83c632f6.system.entry.js +2 -0
- package/dist/pine-core/p-83c632f6.system.entry.js.map +1 -0
- package/dist/pine-core/p-83ffc1cc.entry.js +2 -0
- package/dist/pine-core/p-83ffc1cc.entry.js.map +1 -0
- package/dist/pine-core/p-85ff1482.entry.js +2 -0
- package/dist/pine-core/{p-d5838288.entry.js.map → p-85ff1482.entry.js.map} +1 -1
- package/dist/pine-core/{p-12bee2e5.entry.js → p-86d388a2.entry.js} +2 -2
- package/dist/pine-core/p-929bb7ab.system.entry.js +2 -0
- package/dist/pine-core/p-929bb7ab.system.entry.js.map +1 -0
- package/dist/pine-core/p-942fa145.system.entry.js +2 -0
- package/dist/pine-core/p-942fa145.system.entry.js.map +1 -0
- package/dist/pine-core/{p-e045e337.system.entry.js → p-984578f8.system.entry.js} +2 -2
- package/dist/pine-core/{p-e281ac09.entry.js → p-99b5e1a5.entry.js} +2 -2
- package/dist/pine-core/{p-BFPxUBwH.system.js.map → p-B-pTdYoP.system.js.map} +1 -1
- package/dist/pine-core/p-B2gfQpwn.system.js.map +1 -0
- package/dist/pine-core/{p-CDhmuxC9.system.js.map → p-B5JFBYFw.system.js.map} +1 -1
- package/dist/pine-core/p-B5LBNcOw.system.js.map +1 -0
- package/dist/pine-core/{p-B46WXJMn.system.js.map → p-BHZ6CSg4.system.js.map} +1 -1
- package/dist/pine-core/{p-Cz3zRtiB.system.js.map → p-BO1OsmVU.system.js.map} +1 -1
- package/dist/pine-core/{p-Cj21y714.system.js.map → p-BOJnNd1p.system.js.map} +1 -1
- package/dist/pine-core/p-BVUeEWjl.system.js.map +1 -0
- package/dist/pine-core/{p-C94EgDFz.system.js → p-BhPuKJbQ.system.js} +2 -2
- package/dist/pine-core/p-BhPuKJbQ.system.js.map +1 -0
- package/dist/pine-core/p-Bo6FQRlR.system.js.map +1 -0
- package/dist/pine-core/{p-kMnJefdU.system.js.map → p-Bs9Nyvj2.system.js.map} +1 -1
- package/dist/pine-core/p-BsL2GDnH.system.js +1 -1
- package/dist/pine-core/{p-BJyPFOn0.system.js.map → p-C-oNYS10.system.js.map} +1 -1
- package/dist/pine-core/{p-Cg0JSYH5.system.js.map → p-CDIHBBTC.system.js.map} +1 -1
- package/dist/pine-core/{p-IK9NvSRG.system.js.map → p-CLNi-hRD.system.js.map} +1 -1
- package/dist/pine-core/{p-BjCOR1Nn.system.js.map → p-CV405yTU.system.js.map} +1 -1
- package/dist/pine-core/p-CWtKi9tV.system.js.map +1 -0
- package/dist/pine-core/{p-BoNavS-S.system.js.map → p-CcsZC7UR.system.js.map} +1 -1
- package/dist/pine-core/{p-DkJgkLjR.system.js.map → p-CiDIFl28.system.js.map} +1 -1
- package/dist/pine-core/{p-Dz6toWDZ.system.js.map → p-Cj2r1nL6.system.js.map} +1 -1
- package/dist/pine-core/{p-w3zTyPF1.system.js.map → p-CnPERKGo.system.js.map} +1 -1
- package/dist/pine-core/p-CsM74dxm.system.js.map +1 -0
- package/dist/pine-core/{p-DFmUOrRG.system.js.map → p-CtAVdPaE.system.js.map} +1 -1
- package/dist/pine-core/{p-9niWVsdd.system.js.map → p-CzKqvFNN.system.js.map} +1 -1
- package/dist/pine-core/{p-CmTz2SvK.system.js.map → p-D-4Xbxlj.system.js.map} +1 -1
- package/dist/pine-core/{p-BVNW4NmT.system.js.map → p-D5vuiRx2.system.js.map} +1 -1
- package/dist/pine-core/p-D8DRYw9w.system.js.map +1 -0
- package/dist/pine-core/{p-DVVPJPOu.system.js.map → p-D9LPgNmN.system.js.map} +1 -1
- package/dist/pine-core/p-DKSZziVY.system.js.map +1 -0
- package/dist/pine-core/{p-YuC61pNM.system.js.map → p-DN9puCWI.system.js.map} +1 -1
- package/dist/pine-core/{p-C0cdB2AV.system.js.map → p-DS7q5AvX.system.js.map} +1 -1
- package/dist/pine-core/{p-BSINexOf.system.js.map → p-DV_GadHU.system.js.map} +1 -1
- package/dist/pine-core/{p-BgcVBzVE.system.js.map → p-DbVkYdnF.system.js.map} +1 -1
- package/dist/pine-core/{p-eKz-xVcI.system.js.map → p-Derxa-nn.system.js.map} +1 -1
- package/dist/pine-core/{p-BW-n3jjz.system.js.map → p-DgOMN0Ur.system.js.map} +1 -1
- package/dist/pine-core/p-DiJV28pi.system.js.map +1 -0
- package/dist/pine-core/p-DkabwBZT.js +2 -0
- package/dist/pine-core/p-DkabwBZT.js.map +1 -0
- package/dist/pine-core/{p-Dv_jWtcr.system.js.map → p-DyQ_s5MV.system.js.map} +1 -1
- package/dist/pine-core/p-HBgo7i_E.system.js.map +1 -0
- package/dist/pine-core/{p-D8WAvG2e.system.js.map → p-M2Hhmwex.system.js.map} +1 -1
- package/dist/pine-core/p-PkSWq78_.system.js.map +1 -0
- package/dist/pine-core/{p-ceb48b05.system.entry.js → p-a2572675.system.entry.js} +2 -2
- package/dist/pine-core/{p-85073252.system.entry.js → p-a394645a.system.entry.js} +2 -2
- package/dist/pine-core/p-a52b1413.entry.js +2 -0
- package/dist/pine-core/p-a52b1413.entry.js.map +1 -0
- package/dist/pine-core/{p-4e7ca704.entry.js → p-abec6606.entry.js} +2 -2
- package/dist/pine-core/p-b2796d3c.system.entry.js +2 -0
- package/dist/pine-core/p-b2796d3c.system.entry.js.map +1 -0
- package/dist/pine-core/{p-1b81a8ec.entry.js → p-b3d05184.entry.js} +2 -2
- package/dist/pine-core/{p-b902f535.entry.js → p-b7ba6316.entry.js} +2 -2
- package/dist/pine-core/p-b9c13f99.entry.js +2 -0
- package/dist/pine-core/p-b9c13f99.entry.js.map +1 -0
- package/dist/pine-core/{p-6a716bff.entry.js → p-bcc4edaa.entry.js} +2 -2
- package/dist/pine-core/{p-1178485a.system.entry.js → p-bd04212c.system.entry.js} +2 -2
- package/dist/pine-core/{p-1178485a.system.entry.js.map → p-bd04212c.system.entry.js.map} +1 -1
- package/dist/pine-core/{p-9cdd57de.entry.js → p-c0f74199.entry.js} +2 -2
- package/dist/pine-core/{p-ed8c3064.system.entry.js → p-c1b0f921.system.entry.js} +2 -2
- package/dist/pine-core/{p-68de979e.entry.js → p-c4294be2.entry.js} +2 -2
- package/dist/pine-core/p-cd2cd116.entry.js +2 -0
- package/dist/pine-core/p-cd2cd116.entry.js.map +1 -0
- package/dist/pine-core/p-d1b222f5.entry.js +2 -0
- package/dist/pine-core/{p-b390c427.entry.js.map → p-d1b222f5.entry.js.map} +1 -1
- package/dist/pine-core/{p-7b6b354a.system.entry.js → p-d2ccda59.system.entry.js} +2 -2
- package/dist/pine-core/p-d6ac2862.system.entry.js +2 -0
- package/dist/pine-core/p-d6ac2862.system.entry.js.map +1 -0
- package/dist/pine-core/{p-6260135d.system.entry.js → p-e09a3682.system.entry.js} +2 -2
- package/dist/pine-core/{p-792355e6.entry.js → p-e2dc81c0.entry.js} +2 -2
- package/dist/pine-core/p-e6d6e103.entry.js +2 -0
- package/dist/pine-core/p-e6d6e103.entry.js.map +1 -0
- package/dist/pine-core/{p-fd9aa739.system.entry.js → p-e9d972db.system.entry.js} +2 -2
- package/dist/pine-core/p-ef9ed75a.system.entry.js +2 -0
- package/dist/pine-core/p-ef9ed75a.system.entry.js.map +1 -0
- package/dist/pine-core/{p-4b59cae8.entry.js → p-f256dd8a.entry.js} +2 -2
- package/dist/pine-core/{p-4b59cae8.entry.js.map → p-f256dd8a.entry.js.map} +1 -1
- package/dist/pine-core/p-f2c807ac.entry.js +2 -0
- package/dist/pine-core/p-f2c807ac.entry.js.map +1 -0
- package/dist/pine-core/{p-eda0dc79.entry.js → p-f47133fd.entry.js} +2 -2
- package/dist/pine-core/p-f4fff209.system.entry.js +2 -0
- package/dist/pine-core/p-f4fff209.system.entry.js.map +1 -0
- package/dist/pine-core/{p-5763df39.system.entry.js → p-f9e01886.system.entry.js} +2 -2
- package/dist/pine-core/{p-Bu94kuQa.system.js.map → p-xgOOHGQo.system.js.map} +1 -1
- package/dist/pine-core/p-yku4NLl6.system.js.map +1 -0
- package/dist/pine-core/pds-alert.entry.esm.js.map +1 -0
- package/dist/pine-core/pds-box.entry.esm.js.map +1 -1
- package/dist/pine-core/pds-dropdown-menu-item.entry.esm.js.map +1 -0
- package/dist/pine-core/pds-dropdown-menu-separator.entry.esm.js.map +1 -0
- package/dist/pine-core/pds-dropdown-menu.entry.esm.js.map +1 -0
- package/dist/pine-core/pds-link.entry.esm.js.map +1 -1
- package/dist/pine-core/pds-modal-content.entry.esm.js.map +1 -0
- package/dist/pine-core/pds-modal-footer.entry.esm.js.map +1 -0
- package/dist/pine-core/pds-modal-header.entry.esm.js.map +1 -0
- package/dist/pine-core/pds-modal.entry.esm.js.map +1 -0
- package/dist/pine-core/pds-popover.entry.esm.js.map +1 -1
- package/dist/pine-core/pds-text.entry.esm.js.map +1 -1
- package/dist/pine-core/pds-toast.entry.esm.js.map +1 -0
- package/dist/pine-core/pds-tooltip.entry.esm.js.map +1 -1
- package/dist/pine-core/pine-core.esm.js +1 -1
- package/dist/types/components/pds-alert/pds-alert.d.ts +39 -0
- package/dist/types/components/pds-box/pds-box.d.ts +6 -6
- package/dist/types/components/pds-dropdown-menu/pds-dropdown-menu-item/pds-dropdown-menu-item.d.ts +43 -0
- package/dist/types/components/pds-dropdown-menu/pds-dropdown-menu-separator/pds-dropdown-menu-separator.d.ts +13 -0
- package/dist/types/components/pds-dropdown-menu/pds-dropdown-menu.d.ts +33 -0
- package/dist/types/components/pds-link/pds-link.d.ts +5 -0
- package/dist/types/components/pds-modal/pds-modal-content/pds-modal-content.d.ts +25 -0
- package/dist/types/components/pds-modal/pds-modal-footer/pds-modal-footer.d.ts +3 -0
- package/dist/types/components/pds-modal/pds-modal-header/pds-modal-header.d.ts +3 -0
- package/dist/types/components/pds-modal/pds-modal.d.ts +72 -0
- package/dist/types/components/pds-modal/test/mock-pds-modal.d.ts +63 -0
- package/dist/types/components/pds-toast/pds-toast.d.ts +57 -0
- package/dist/types/components/pds-tooltip/pds-tooltip.d.ts +28 -3
- package/dist/types/components.d.ts +539 -14
- package/dist/types/utils/interfaces.d.ts +6 -0
- package/dist/types/utils/overlay.d.ts +3 -3
- package/dist/types/utils/utils.d.ts +1 -1
- package/hydrate/index.js +2897 -261
- package/hydrate/index.mjs +2897 -261
- package/package.json +6 -2
- package/dist/cjs/utils-CQKIgzWg.js.map +0 -1
- package/dist/esm/utils-Dw9B1JDC.js.map +0 -1
- package/dist/esm-es5/utils-Dw9B1JDC.js +0 -2
- package/dist/esm-es5/utils-Dw9B1JDC.js.map +0 -1
- package/dist/pine-core/p-1d690915.entry.js +0 -2
- package/dist/pine-core/p-294f9b1f.entry.js +0 -2
- package/dist/pine-core/p-433c6687.system.entry.js +0 -2
- package/dist/pine-core/p-433c6687.system.entry.js.map +0 -1
- package/dist/pine-core/p-82151ac5.entry.js +0 -2
- package/dist/pine-core/p-82151ac5.entry.js.map +0 -1
- package/dist/pine-core/p-953f619f.system.entry.js +0 -2
- package/dist/pine-core/p-9d0c1b2e.system.entry.js +0 -2
- package/dist/pine-core/p-C94EgDFz.system.js.map +0 -1
- package/dist/pine-core/p-CdkqpuKd.system.js.map +0 -1
- package/dist/pine-core/p-CnoLHUtr.system.js.map +0 -1
- package/dist/pine-core/p-DhwO1z4v.system.js.map +0 -1
- package/dist/pine-core/p-Dw9B1JDC.js +0 -2
- package/dist/pine-core/p-Dw9B1JDC.js.map +0 -1
- package/dist/pine-core/p-b390c427.entry.js +0 -2
- package/dist/pine-core/p-d3ab594c.system.entry.js +0 -2
- package/dist/pine-core/p-d3ab594c.system.entry.js.map +0 -1
- package/dist/pine-core/p-d5838288.entry.js +0 -2
- package/dist/pine-core/p-f4898d4f.entry.js +0 -2
- package/dist/pine-core/p-f4898d4f.entry.js.map +0 -1
- /package/dist/pine-core/{p-38d2498e.system.entry.js.map → p-0069abf8.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-a14c8ab4.system.entry.js.map → p-03d8cb4c.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-a952d40c.system.entry.js.map → p-04df41d7.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-0486ad57.entry.js.map → p-0572825b.entry.js.map} +0 -0
- /package/dist/pine-core/{p-d2110923.system.entry.js.map → p-111e7da2.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-103b62a1.system.entry.js.map → p-121e03ad.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-1d690915.entry.js.map → p-1224c874.entry.js.map} +0 -0
- /package/dist/pine-core/{p-82e05dcf.entry.js.map → p-146fcd44.entry.js.map} +0 -0
- /package/dist/pine-core/{p-e88d58f4.entry.js.map → p-17d3fa8b.entry.js.map} +0 -0
- /package/dist/pine-core/{p-d8e02aa9.system.entry.js.map → p-1eec6bea.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-294f9b1f.entry.js.map → p-21c3aaeb.entry.js.map} +0 -0
- /package/dist/pine-core/{p-5c396e75.entry.js.map → p-24607f93.entry.js.map} +0 -0
- /package/dist/pine-core/{p-38246e2f.entry.js.map → p-29ad0b86.entry.js.map} +0 -0
- /package/dist/pine-core/{p-c0f0b368.system.entry.js.map → p-30142a25.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-8305cd4d.entry.js.map → p-367e188f.entry.js.map} +0 -0
- /package/dist/pine-core/{p-6147b1ea.system.entry.js.map → p-3798a631.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-c838b6ef.system.entry.js.map → p-3f82ac77.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-ca09f86a.system.entry.js.map → p-48e76945.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-598ade79.entry.js.map → p-5e1e7762.entry.js.map} +0 -0
- /package/dist/pine-core/{p-c7d4f436.system.entry.js.map → p-6a2296e6.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-b68cb43d.system.entry.js.map → p-71265b2a.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-6ad460a7.entry.js.map → p-722012ac.entry.js.map} +0 -0
- /package/dist/pine-core/{p-98181fa8.system.entry.js.map → p-730221a8.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-8337c77c.entry.js.map → p-742d4490.entry.js.map} +0 -0
- /package/dist/pine-core/{p-3ce8eb9f.entry.js.map → p-761946a0.entry.js.map} +0 -0
- /package/dist/pine-core/{p-950427b2.entry.js.map → p-77c3a10d.entry.js.map} +0 -0
- /package/dist/pine-core/{p-fed4c0c0.system.entry.js.map → p-78cb1c40.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-1d92261f.system.entry.js.map → p-78fb945e.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-d78bec50.system.entry.js.map → p-7e92ec48.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-13b9ed06.system.entry.js.map → p-7ff213bb.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-4ccd2d5e.entry.js.map → p-8023086c.entry.js.map} +0 -0
- /package/dist/pine-core/{p-953f619f.system.entry.js.map → p-83252078.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-f94703c9.entry.js.map → p-833f08f3.entry.js.map} +0 -0
- /package/dist/pine-core/{p-12bee2e5.entry.js.map → p-86d388a2.entry.js.map} +0 -0
- /package/dist/pine-core/{p-e045e337.system.entry.js.map → p-984578f8.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-e281ac09.entry.js.map → p-99b5e1a5.entry.js.map} +0 -0
- /package/dist/pine-core/{p-ceb48b05.system.entry.js.map → p-a2572675.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-85073252.system.entry.js.map → p-a394645a.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-4e7ca704.entry.js.map → p-abec6606.entry.js.map} +0 -0
- /package/dist/pine-core/{p-1b81a8ec.entry.js.map → p-b3d05184.entry.js.map} +0 -0
- /package/dist/pine-core/{p-b902f535.entry.js.map → p-b7ba6316.entry.js.map} +0 -0
- /package/dist/pine-core/{p-6a716bff.entry.js.map → p-bcc4edaa.entry.js.map} +0 -0
- /package/dist/pine-core/{p-9cdd57de.entry.js.map → p-c0f74199.entry.js.map} +0 -0
- /package/dist/pine-core/{p-ed8c3064.system.entry.js.map → p-c1b0f921.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-68de979e.entry.js.map → p-c4294be2.entry.js.map} +0 -0
- /package/dist/pine-core/{p-7b6b354a.system.entry.js.map → p-d2ccda59.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-6260135d.system.entry.js.map → p-e09a3682.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-792355e6.entry.js.map → p-e2dc81c0.entry.js.map} +0 -0
- /package/dist/pine-core/{p-fd9aa739.system.entry.js.map → p-e9d972db.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-eda0dc79.entry.js.map → p-f47133fd.entry.js.map} +0 -0
- /package/dist/pine-core/{p-5763df39.system.entry.js.map → p-f9e01886.system.entry.js.map} +0 -0
package/dist/docs.json
CHANGED
|
@@ -1,11 +1,227 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-
|
|
2
|
+
"timestamp": "2025-06-06T16:11:04",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.28.2",
|
|
6
6
|
"typescriptVersion": "5.5.4"
|
|
7
7
|
},
|
|
8
8
|
"components": [
|
|
9
|
+
{
|
|
10
|
+
"filePath": "src/components/pds-modal/test/mock-pds-modal.tsx",
|
|
11
|
+
"encapsulation": "none",
|
|
12
|
+
"tag": "mock-pds-modal",
|
|
13
|
+
"readme": "# mock-pds-modal\n\n\n",
|
|
14
|
+
"docs": "Mock PdsModal component for testing purposes\nThis component mimics the real PdsModal but without using the Popover API",
|
|
15
|
+
"docsTags": [],
|
|
16
|
+
"usage": {},
|
|
17
|
+
"props": [
|
|
18
|
+
{
|
|
19
|
+
"name": "backdropDismiss",
|
|
20
|
+
"type": "boolean",
|
|
21
|
+
"complexType": {
|
|
22
|
+
"original": "boolean",
|
|
23
|
+
"resolved": "boolean",
|
|
24
|
+
"references": {}
|
|
25
|
+
},
|
|
26
|
+
"mutable": false,
|
|
27
|
+
"attr": "backdrop-dismiss",
|
|
28
|
+
"reflectToAttr": false,
|
|
29
|
+
"docs": "Whether the modal can be dismissed by clicking the backdrop",
|
|
30
|
+
"docsTags": [],
|
|
31
|
+
"default": "true",
|
|
32
|
+
"values": [
|
|
33
|
+
{
|
|
34
|
+
"type": "boolean"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"optional": false,
|
|
38
|
+
"required": false,
|
|
39
|
+
"getter": false,
|
|
40
|
+
"setter": false
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "componentId",
|
|
44
|
+
"type": "string",
|
|
45
|
+
"complexType": {
|
|
46
|
+
"original": "string",
|
|
47
|
+
"resolved": "string",
|
|
48
|
+
"references": {}
|
|
49
|
+
},
|
|
50
|
+
"mutable": false,
|
|
51
|
+
"attr": "component-id",
|
|
52
|
+
"reflectToAttr": false,
|
|
53
|
+
"docs": "The ID of the modal component",
|
|
54
|
+
"docsTags": [],
|
|
55
|
+
"values": [
|
|
56
|
+
{
|
|
57
|
+
"type": "string"
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
"optional": true,
|
|
61
|
+
"required": false,
|
|
62
|
+
"getter": false,
|
|
63
|
+
"setter": false
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "open",
|
|
67
|
+
"type": "boolean",
|
|
68
|
+
"complexType": {
|
|
69
|
+
"original": "boolean",
|
|
70
|
+
"resolved": "boolean",
|
|
71
|
+
"references": {}
|
|
72
|
+
},
|
|
73
|
+
"mutable": true,
|
|
74
|
+
"attr": "open",
|
|
75
|
+
"reflectToAttr": false,
|
|
76
|
+
"docs": "Whether the modal is open",
|
|
77
|
+
"docsTags": [],
|
|
78
|
+
"default": "false",
|
|
79
|
+
"values": [
|
|
80
|
+
{
|
|
81
|
+
"type": "boolean"
|
|
82
|
+
}
|
|
83
|
+
],
|
|
84
|
+
"optional": false,
|
|
85
|
+
"required": false,
|
|
86
|
+
"getter": false,
|
|
87
|
+
"setter": false
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "size",
|
|
91
|
+
"type": "\"fullscreen\" | \"lg\" | \"md\" | \"sm\"",
|
|
92
|
+
"complexType": {
|
|
93
|
+
"original": "'sm' | 'md' | 'lg' | 'fullscreen'",
|
|
94
|
+
"resolved": "\"fullscreen\" | \"lg\" | \"md\" | \"sm\"",
|
|
95
|
+
"references": {}
|
|
96
|
+
},
|
|
97
|
+
"mutable": false,
|
|
98
|
+
"attr": "size",
|
|
99
|
+
"reflectToAttr": false,
|
|
100
|
+
"docs": "The size of the modal",
|
|
101
|
+
"docsTags": [],
|
|
102
|
+
"default": "'md'",
|
|
103
|
+
"values": [
|
|
104
|
+
{
|
|
105
|
+
"value": "fullscreen",
|
|
106
|
+
"type": "string"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"value": "lg",
|
|
110
|
+
"type": "string"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"value": "md",
|
|
114
|
+
"type": "string"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"value": "sm",
|
|
118
|
+
"type": "string"
|
|
119
|
+
}
|
|
120
|
+
],
|
|
121
|
+
"optional": false,
|
|
122
|
+
"required": false,
|
|
123
|
+
"getter": false,
|
|
124
|
+
"setter": false
|
|
125
|
+
}
|
|
126
|
+
],
|
|
127
|
+
"methods": [
|
|
128
|
+
{
|
|
129
|
+
"name": "hideModal",
|
|
130
|
+
"returns": {
|
|
131
|
+
"type": "Promise<void>",
|
|
132
|
+
"docs": ""
|
|
133
|
+
},
|
|
134
|
+
"complexType": {
|
|
135
|
+
"signature": "() => Promise<void>",
|
|
136
|
+
"parameters": [],
|
|
137
|
+
"references": {
|
|
138
|
+
"Promise": {
|
|
139
|
+
"location": "global",
|
|
140
|
+
"id": "global::Promise"
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
"return": "Promise<void>"
|
|
144
|
+
},
|
|
145
|
+
"signature": "hideModal() => Promise<void>",
|
|
146
|
+
"parameters": [],
|
|
147
|
+
"docs": "Hides the modal",
|
|
148
|
+
"docsTags": []
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"name": "showModal",
|
|
152
|
+
"returns": {
|
|
153
|
+
"type": "Promise<void>",
|
|
154
|
+
"docs": ""
|
|
155
|
+
},
|
|
156
|
+
"complexType": {
|
|
157
|
+
"signature": "() => Promise<void>",
|
|
158
|
+
"parameters": [],
|
|
159
|
+
"references": {
|
|
160
|
+
"Promise": {
|
|
161
|
+
"location": "global",
|
|
162
|
+
"id": "global::Promise"
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
"return": "Promise<void>"
|
|
166
|
+
},
|
|
167
|
+
"signature": "showModal() => Promise<void>",
|
|
168
|
+
"parameters": [],
|
|
169
|
+
"docs": "Shows the modal",
|
|
170
|
+
"docsTags": []
|
|
171
|
+
}
|
|
172
|
+
],
|
|
173
|
+
"events": [
|
|
174
|
+
{
|
|
175
|
+
"event": "pdsModalBackdropClick",
|
|
176
|
+
"detail": "any",
|
|
177
|
+
"bubbles": true,
|
|
178
|
+
"complexType": {
|
|
179
|
+
"original": "any",
|
|
180
|
+
"resolved": "any",
|
|
181
|
+
"references": {}
|
|
182
|
+
},
|
|
183
|
+
"cancelable": true,
|
|
184
|
+
"composed": true,
|
|
185
|
+
"docs": "Event emitted when the backdrop is clicked",
|
|
186
|
+
"docsTags": []
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"event": "pdsModalClose",
|
|
190
|
+
"detail": "any",
|
|
191
|
+
"bubbles": true,
|
|
192
|
+
"complexType": {
|
|
193
|
+
"original": "any",
|
|
194
|
+
"resolved": "any",
|
|
195
|
+
"references": {}
|
|
196
|
+
},
|
|
197
|
+
"cancelable": true,
|
|
198
|
+
"composed": true,
|
|
199
|
+
"docs": "Event emitted when the modal is closed",
|
|
200
|
+
"docsTags": []
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"event": "pdsModalOpen",
|
|
204
|
+
"detail": "any",
|
|
205
|
+
"bubbles": true,
|
|
206
|
+
"complexType": {
|
|
207
|
+
"original": "any",
|
|
208
|
+
"resolved": "any",
|
|
209
|
+
"references": {}
|
|
210
|
+
},
|
|
211
|
+
"cancelable": true,
|
|
212
|
+
"composed": true,
|
|
213
|
+
"docs": "Event emitted when the modal is opened",
|
|
214
|
+
"docsTags": []
|
|
215
|
+
}
|
|
216
|
+
],
|
|
217
|
+
"listeners": [],
|
|
218
|
+
"styles": [],
|
|
219
|
+
"slots": [],
|
|
220
|
+
"parts": [],
|
|
221
|
+
"dependents": [],
|
|
222
|
+
"dependencies": [],
|
|
223
|
+
"dependencyGraph": {}
|
|
224
|
+
},
|
|
9
225
|
{
|
|
10
226
|
"filePath": "src/components/pds-accordion/pds-accordion.tsx",
|
|
11
227
|
"encapsulation": "shadow",
|
|
@@ -125,50 +341,44 @@
|
|
|
125
341
|
}
|
|
126
342
|
},
|
|
127
343
|
{
|
|
128
|
-
"filePath": "src/components/pds-
|
|
344
|
+
"filePath": "src/components/pds-alert/pds-alert.tsx",
|
|
129
345
|
"encapsulation": "shadow",
|
|
130
|
-
"tag": "pds-
|
|
131
|
-
"readme": "# pds-
|
|
346
|
+
"tag": "pds-alert",
|
|
347
|
+
"readme": "# pds-alert\n\n\n",
|
|
132
348
|
"docs": "",
|
|
133
349
|
"docsTags": [
|
|
134
350
|
{
|
|
135
|
-
"name": "
|
|
136
|
-
"text": "
|
|
351
|
+
"name": "slot",
|
|
352
|
+
"text": "actions - Slot for alert actions."
|
|
137
353
|
}
|
|
138
354
|
],
|
|
139
355
|
"usage": {},
|
|
140
356
|
"props": [
|
|
141
357
|
{
|
|
142
|
-
"name": "
|
|
358
|
+
"name": "componentId",
|
|
143
359
|
"type": "string",
|
|
144
360
|
"complexType": {
|
|
145
|
-
"original": "string
|
|
361
|
+
"original": "string",
|
|
146
362
|
"resolved": "string",
|
|
147
363
|
"references": {}
|
|
148
364
|
},
|
|
149
365
|
"mutable": false,
|
|
150
|
-
"attr": "
|
|
366
|
+
"attr": "component-id",
|
|
151
367
|
"reflectToAttr": false,
|
|
152
|
-
"docs": "
|
|
153
|
-
"docsTags": [
|
|
154
|
-
{
|
|
155
|
-
"name": "defaultValue",
|
|
156
|
-
"text": "null"
|
|
157
|
-
}
|
|
158
|
-
],
|
|
159
|
-
"default": "null",
|
|
368
|
+
"docs": "A unique identifier used for the underlying component `id` attribute.",
|
|
369
|
+
"docsTags": [],
|
|
160
370
|
"values": [
|
|
161
371
|
{
|
|
162
372
|
"type": "string"
|
|
163
373
|
}
|
|
164
374
|
],
|
|
165
|
-
"optional":
|
|
375
|
+
"optional": false,
|
|
166
376
|
"required": false,
|
|
167
377
|
"getter": false,
|
|
168
378
|
"setter": false
|
|
169
379
|
},
|
|
170
380
|
{
|
|
171
|
-
"name": "
|
|
381
|
+
"name": "dismissible",
|
|
172
382
|
"type": "boolean",
|
|
173
383
|
"complexType": {
|
|
174
384
|
"original": "boolean",
|
|
@@ -176,9 +386,9 @@
|
|
|
176
386
|
"references": {}
|
|
177
387
|
},
|
|
178
388
|
"mutable": false,
|
|
179
|
-
"attr": "
|
|
389
|
+
"attr": "dismissible",
|
|
180
390
|
"reflectToAttr": false,
|
|
181
|
-
"docs": "
|
|
391
|
+
"docs": "If true, shows the dismiss button. If false, the dismiss button is hidden.",
|
|
182
392
|
"docsTags": [
|
|
183
393
|
{
|
|
184
394
|
"name": "defaultValue",
|
|
@@ -191,13 +401,13 @@
|
|
|
191
401
|
"type": "boolean"
|
|
192
402
|
}
|
|
193
403
|
],
|
|
194
|
-
"optional":
|
|
404
|
+
"optional": false,
|
|
195
405
|
"required": false,
|
|
196
406
|
"getter": false,
|
|
197
407
|
"setter": false
|
|
198
408
|
},
|
|
199
409
|
{
|
|
200
|
-
"name": "
|
|
410
|
+
"name": "heading",
|
|
201
411
|
"type": "string",
|
|
202
412
|
"complexType": {
|
|
203
413
|
"original": "string",
|
|
@@ -205,9 +415,9 @@
|
|
|
205
415
|
"references": {}
|
|
206
416
|
},
|
|
207
417
|
"mutable": false,
|
|
208
|
-
"attr": "
|
|
418
|
+
"attr": "heading",
|
|
209
419
|
"reflectToAttr": false,
|
|
210
|
-
"docs": "
|
|
420
|
+
"docs": "Text displayed as the heading of the alert.",
|
|
211
421
|
"docsTags": [],
|
|
212
422
|
"values": [
|
|
213
423
|
{
|
|
@@ -220,7 +430,7 @@
|
|
|
220
430
|
"setter": false
|
|
221
431
|
},
|
|
222
432
|
{
|
|
223
|
-
"name": "
|
|
433
|
+
"name": "small",
|
|
224
434
|
"type": "boolean",
|
|
225
435
|
"complexType": {
|
|
226
436
|
"original": "boolean",
|
|
@@ -228,60 +438,266 @@
|
|
|
228
438
|
"references": {}
|
|
229
439
|
},
|
|
230
440
|
"mutable": false,
|
|
231
|
-
"attr": "
|
|
441
|
+
"attr": "small",
|
|
232
442
|
"reflectToAttr": false,
|
|
233
|
-
"docs": "
|
|
234
|
-
"docsTags": [
|
|
235
|
-
{
|
|
236
|
-
"name": "defaultValue",
|
|
237
|
-
"text": "false"
|
|
238
|
-
}
|
|
239
|
-
],
|
|
443
|
+
"docs": "If true, the alert is displayed in a smaller size and description text is truncated. Heading is not displayed.",
|
|
444
|
+
"docsTags": [],
|
|
240
445
|
"default": "false",
|
|
241
446
|
"values": [
|
|
242
447
|
{
|
|
243
448
|
"type": "boolean"
|
|
244
449
|
}
|
|
245
450
|
],
|
|
246
|
-
"optional":
|
|
451
|
+
"optional": false,
|
|
247
452
|
"required": false,
|
|
248
453
|
"getter": false,
|
|
249
454
|
"setter": false
|
|
250
455
|
},
|
|
251
456
|
{
|
|
252
|
-
"name": "
|
|
253
|
-
"type": "
|
|
457
|
+
"name": "variant",
|
|
458
|
+
"type": "\"danger\" | \"default\" | \"info\" | \"success\" | \"warning\"",
|
|
254
459
|
"complexType": {
|
|
255
|
-
"original": "
|
|
256
|
-
"resolved": "
|
|
460
|
+
"original": "'default' | 'danger' | 'info' | 'success' | 'warning'",
|
|
461
|
+
"resolved": "\"danger\" | \"default\" | \"info\" | \"success\" | \"warning\"",
|
|
257
462
|
"references": {}
|
|
258
463
|
},
|
|
259
464
|
"mutable": false,
|
|
260
|
-
"attr": "
|
|
465
|
+
"attr": "variant",
|
|
261
466
|
"reflectToAttr": false,
|
|
262
|
-
"docs": "
|
|
467
|
+
"docs": "Sets the style variant of the alert.",
|
|
263
468
|
"docsTags": [
|
|
264
469
|
{
|
|
265
470
|
"name": "defaultValue",
|
|
266
|
-
"text": "
|
|
471
|
+
"text": "'default'"
|
|
267
472
|
}
|
|
268
473
|
],
|
|
269
|
-
"default": "
|
|
474
|
+
"default": "'default'",
|
|
270
475
|
"values": [
|
|
271
476
|
{
|
|
477
|
+
"value": "danger",
|
|
272
478
|
"type": "string"
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"value": "default",
|
|
482
|
+
"type": "string"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"value": "info",
|
|
486
|
+
"type": "string"
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"value": "success",
|
|
490
|
+
"type": "string"
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"value": "warning",
|
|
494
|
+
"type": "string"
|
|
495
|
+
}
|
|
496
|
+
],
|
|
497
|
+
"optional": false,
|
|
498
|
+
"required": false,
|
|
499
|
+
"getter": false,
|
|
500
|
+
"setter": false
|
|
501
|
+
}
|
|
502
|
+
],
|
|
503
|
+
"methods": [],
|
|
504
|
+
"events": [
|
|
505
|
+
{
|
|
506
|
+
"event": "pdsAlertDismissClick",
|
|
507
|
+
"detail": "void",
|
|
508
|
+
"bubbles": true,
|
|
509
|
+
"complexType": {
|
|
510
|
+
"original": "void",
|
|
511
|
+
"resolved": "void",
|
|
512
|
+
"references": {}
|
|
513
|
+
},
|
|
514
|
+
"cancelable": true,
|
|
515
|
+
"composed": true,
|
|
516
|
+
"docs": "Event emitted when the dismiss button is clicked.",
|
|
517
|
+
"docsTags": []
|
|
518
|
+
}
|
|
519
|
+
],
|
|
520
|
+
"listeners": [],
|
|
521
|
+
"styles": [],
|
|
522
|
+
"slots": [
|
|
523
|
+
{
|
|
524
|
+
"name": "actions",
|
|
525
|
+
"docs": "Slot for alert actions."
|
|
526
|
+
}
|
|
527
|
+
],
|
|
528
|
+
"parts": [],
|
|
529
|
+
"dependents": [],
|
|
530
|
+
"dependencies": [
|
|
531
|
+
"pds-box",
|
|
532
|
+
"pds-text",
|
|
533
|
+
"pds-icon"
|
|
534
|
+
],
|
|
535
|
+
"dependencyGraph": {
|
|
536
|
+
"pds-alert": [
|
|
537
|
+
"pds-box",
|
|
538
|
+
"pds-text",
|
|
539
|
+
"pds-icon"
|
|
540
|
+
]
|
|
541
|
+
}
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"filePath": "src/components/pds-avatar/pds-avatar.tsx",
|
|
545
|
+
"encapsulation": "shadow",
|
|
546
|
+
"tag": "pds-avatar",
|
|
547
|
+
"readme": "# pds-avatar\n\n\n",
|
|
548
|
+
"docs": "",
|
|
549
|
+
"docsTags": [
|
|
550
|
+
{
|
|
551
|
+
"name": "part",
|
|
552
|
+
"text": "image - The main image element that represents the avatar component."
|
|
553
|
+
}
|
|
554
|
+
],
|
|
555
|
+
"usage": {},
|
|
556
|
+
"props": [
|
|
557
|
+
{
|
|
558
|
+
"name": "alt",
|
|
559
|
+
"type": "string",
|
|
560
|
+
"complexType": {
|
|
561
|
+
"original": "string | null",
|
|
562
|
+
"resolved": "string",
|
|
563
|
+
"references": {}
|
|
564
|
+
},
|
|
565
|
+
"mutable": false,
|
|
566
|
+
"attr": "alt",
|
|
567
|
+
"reflectToAttr": false,
|
|
568
|
+
"docs": "The alt for a custom user image.",
|
|
569
|
+
"docsTags": [
|
|
570
|
+
{
|
|
571
|
+
"name": "defaultValue",
|
|
572
|
+
"text": "null"
|
|
573
|
+
}
|
|
574
|
+
],
|
|
575
|
+
"default": "null",
|
|
576
|
+
"values": [
|
|
577
|
+
{
|
|
578
|
+
"type": "string"
|
|
579
|
+
}
|
|
580
|
+
],
|
|
581
|
+
"optional": true,
|
|
582
|
+
"required": false,
|
|
583
|
+
"getter": false,
|
|
584
|
+
"setter": false
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"name": "badge",
|
|
588
|
+
"type": "boolean",
|
|
589
|
+
"complexType": {
|
|
590
|
+
"original": "boolean",
|
|
591
|
+
"resolved": "boolean",
|
|
592
|
+
"references": {}
|
|
593
|
+
},
|
|
594
|
+
"mutable": false,
|
|
595
|
+
"attr": "badge",
|
|
596
|
+
"reflectToAttr": false,
|
|
597
|
+
"docs": "Determines whether the badge is visible or not.",
|
|
598
|
+
"docsTags": [
|
|
599
|
+
{
|
|
600
|
+
"name": "defaultValue",
|
|
601
|
+
"text": "false"
|
|
602
|
+
}
|
|
603
|
+
],
|
|
604
|
+
"default": "false",
|
|
605
|
+
"values": [
|
|
606
|
+
{
|
|
607
|
+
"type": "boolean"
|
|
608
|
+
}
|
|
609
|
+
],
|
|
610
|
+
"optional": true,
|
|
611
|
+
"required": false,
|
|
612
|
+
"getter": false,
|
|
613
|
+
"setter": false
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"name": "componentId",
|
|
617
|
+
"type": "string",
|
|
618
|
+
"complexType": {
|
|
619
|
+
"original": "string",
|
|
620
|
+
"resolved": "string",
|
|
621
|
+
"references": {}
|
|
622
|
+
},
|
|
623
|
+
"mutable": false,
|
|
624
|
+
"attr": "component-id",
|
|
625
|
+
"reflectToAttr": false,
|
|
626
|
+
"docs": "A unique identifier used for the underlying component `id` attribute.",
|
|
627
|
+
"docsTags": [],
|
|
628
|
+
"values": [
|
|
629
|
+
{
|
|
630
|
+
"type": "string"
|
|
631
|
+
}
|
|
632
|
+
],
|
|
633
|
+
"optional": false,
|
|
634
|
+
"required": false,
|
|
635
|
+
"getter": false,
|
|
636
|
+
"setter": false
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"name": "dropdown",
|
|
640
|
+
"type": "boolean",
|
|
641
|
+
"complexType": {
|
|
642
|
+
"original": "boolean",
|
|
643
|
+
"resolved": "boolean",
|
|
644
|
+
"references": {}
|
|
645
|
+
},
|
|
646
|
+
"mutable": false,
|
|
647
|
+
"attr": "dropdown",
|
|
648
|
+
"reflectToAttr": false,
|
|
649
|
+
"docs": "Determines whether the avatar functions as a dropdown trigger.",
|
|
650
|
+
"docsTags": [
|
|
651
|
+
{
|
|
652
|
+
"name": "defaultValue",
|
|
653
|
+
"text": "false"
|
|
654
|
+
}
|
|
655
|
+
],
|
|
656
|
+
"default": "false",
|
|
657
|
+
"values": [
|
|
658
|
+
{
|
|
659
|
+
"type": "boolean"
|
|
660
|
+
}
|
|
661
|
+
],
|
|
662
|
+
"optional": true,
|
|
663
|
+
"required": false,
|
|
664
|
+
"getter": false,
|
|
665
|
+
"setter": false
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"name": "image",
|
|
669
|
+
"type": "string",
|
|
670
|
+
"complexType": {
|
|
671
|
+
"original": "string | null",
|
|
672
|
+
"resolved": "string",
|
|
673
|
+
"references": {}
|
|
674
|
+
},
|
|
675
|
+
"mutable": false,
|
|
676
|
+
"attr": "image",
|
|
677
|
+
"reflectToAttr": false,
|
|
678
|
+
"docs": "The src for a custom user image.",
|
|
679
|
+
"docsTags": [
|
|
680
|
+
{
|
|
681
|
+
"name": "defaultValue",
|
|
682
|
+
"text": "null"
|
|
683
|
+
}
|
|
684
|
+
],
|
|
685
|
+
"default": "null",
|
|
686
|
+
"values": [
|
|
687
|
+
{
|
|
688
|
+
"type": "string"
|
|
689
|
+
}
|
|
690
|
+
],
|
|
691
|
+
"optional": true,
|
|
692
|
+
"required": false,
|
|
693
|
+
"getter": false,
|
|
694
|
+
"setter": false
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"name": "size",
|
|
698
|
+
"type": "string",
|
|
699
|
+
"complexType": {
|
|
700
|
+
"original": "| 'xl' // 64px\n | 'lg' // 56px\n | 'md' // 40px\n | 'sm' // 32px\n | 'xs' // 24px\n | string",
|
|
285
701
|
"resolved": "string",
|
|
286
702
|
"references": {}
|
|
287
703
|
},
|
|
@@ -2010,7 +2426,7 @@
|
|
|
2010
2426
|
"mutable": false,
|
|
2011
2427
|
"attr": "size",
|
|
2012
2428
|
"reflectToAttr": false,
|
|
2013
|
-
"docs": "
|
|
2429
|
+
"docs": "Sets the default column width for the component. This value applies from the smallest screen size (XS) upwards, unless overridden by a breakpoint-specific size prop at that breakpoint or larger.",
|
|
2014
2430
|
"docsTags": [],
|
|
2015
2431
|
"values": [
|
|
2016
2432
|
{
|
|
@@ -2088,7 +2504,7 @@
|
|
|
2088
2504
|
"mutable": false,
|
|
2089
2505
|
"attr": "size-lg",
|
|
2090
2506
|
"reflectToAttr": false,
|
|
2091
|
-
"docs": "At screen sizes
|
|
2507
|
+
"docs": "At screen sizes from the LG breakpoint and larger (992px and up), this will take the specified number of columns. This overrides any value set by size, sizeXs, and up.",
|
|
2092
2508
|
"docsTags": [],
|
|
2093
2509
|
"values": [
|
|
2094
2510
|
{
|
|
@@ -2166,7 +2582,7 @@
|
|
|
2166
2582
|
"mutable": false,
|
|
2167
2583
|
"attr": "size-md",
|
|
2168
2584
|
"reflectToAttr": false,
|
|
2169
|
-
"docs": "At screen sizes
|
|
2585
|
+
"docs": "At screen sizes from the MD breakpoint and larger (768px and up), this will take the specified number of columns. This overrides any value set by size, sizeXs, and up.",
|
|
2170
2586
|
"docsTags": [],
|
|
2171
2587
|
"values": [
|
|
2172
2588
|
{
|
|
@@ -2244,7 +2660,7 @@
|
|
|
2244
2660
|
"mutable": false,
|
|
2245
2661
|
"attr": "size-sm",
|
|
2246
2662
|
"reflectToAttr": false,
|
|
2247
|
-
"docs": "At screen sizes
|
|
2663
|
+
"docs": "At screen sizes from the SM breakpoint and larger (576px and up), this will take the specified number of columns. This overrides any value set by size or sizeXs.",
|
|
2248
2664
|
"docsTags": [],
|
|
2249
2665
|
"values": [
|
|
2250
2666
|
{
|
|
@@ -2322,7 +2738,7 @@
|
|
|
2322
2738
|
"mutable": false,
|
|
2323
2739
|
"attr": "size-xl",
|
|
2324
2740
|
"reflectToAttr": false,
|
|
2325
|
-
"docs": "At screen sizes
|
|
2741
|
+
"docs": "At screen sizes from the XL breakpoint and larger (1200px and up), this will take the specified number of columns. This overrides any value set by size, sizeXs, and up.",
|
|
2326
2742
|
"docsTags": [],
|
|
2327
2743
|
"values": [
|
|
2328
2744
|
{
|
|
@@ -2400,7 +2816,7 @@
|
|
|
2400
2816
|
"mutable": false,
|
|
2401
2817
|
"attr": "size-xs",
|
|
2402
2818
|
"reflectToAttr": false,
|
|
2403
|
-
"docs": "At
|
|
2819
|
+
"docs": "At the XS breakpoint, this prop will take the number of columns specified. This overrides the base size prop for this specific range.",
|
|
2404
2820
|
"docsTags": [],
|
|
2405
2821
|
"values": [
|
|
2406
2822
|
{
|
|
@@ -2468,9 +2884,19 @@
|
|
|
2468
2884
|
"styles": [],
|
|
2469
2885
|
"slots": [],
|
|
2470
2886
|
"parts": [],
|
|
2471
|
-
"dependents": [
|
|
2887
|
+
"dependents": [
|
|
2888
|
+
"pds-alert",
|
|
2889
|
+
"pds-dropdown-menu"
|
|
2890
|
+
],
|
|
2472
2891
|
"dependencies": [],
|
|
2473
|
-
"dependencyGraph": {
|
|
2892
|
+
"dependencyGraph": {
|
|
2893
|
+
"pds-alert": [
|
|
2894
|
+
"pds-box"
|
|
2895
|
+
],
|
|
2896
|
+
"pds-dropdown-menu": [
|
|
2897
|
+
"pds-box"
|
|
2898
|
+
]
|
|
2899
|
+
}
|
|
2474
2900
|
},
|
|
2475
2901
|
{
|
|
2476
2902
|
"filePath": "src/components/pds-button/pds-button.tsx",
|
|
@@ -3417,65 +3843,509 @@
|
|
|
3417
3843
|
"default": "'neutral'",
|
|
3418
3844
|
"values": [
|
|
3419
3845
|
{
|
|
3420
|
-
"value": "accent",
|
|
3846
|
+
"value": "accent",
|
|
3847
|
+
"type": "string"
|
|
3848
|
+
},
|
|
3849
|
+
{
|
|
3850
|
+
"value": "danger",
|
|
3851
|
+
"type": "string"
|
|
3852
|
+
},
|
|
3853
|
+
{
|
|
3854
|
+
"value": "info",
|
|
3855
|
+
"type": "string"
|
|
3856
|
+
},
|
|
3857
|
+
{
|
|
3858
|
+
"value": "neutral",
|
|
3859
|
+
"type": "string"
|
|
3860
|
+
},
|
|
3861
|
+
{
|
|
3862
|
+
"value": "success",
|
|
3863
|
+
"type": "string"
|
|
3864
|
+
},
|
|
3865
|
+
{
|
|
3866
|
+
"value": "warning",
|
|
3867
|
+
"type": "string"
|
|
3868
|
+
}
|
|
3869
|
+
],
|
|
3870
|
+
"optional": false,
|
|
3871
|
+
"required": false,
|
|
3872
|
+
"getter": false,
|
|
3873
|
+
"setter": false
|
|
3874
|
+
},
|
|
3875
|
+
{
|
|
3876
|
+
"name": "variant",
|
|
3877
|
+
"type": "\"dropdown\" | \"tag\" | \"text\"",
|
|
3878
|
+
"complexType": {
|
|
3879
|
+
"original": "'text' | 'tag' | 'dropdown'",
|
|
3880
|
+
"resolved": "\"dropdown\" | \"tag\" | \"text\"",
|
|
3881
|
+
"references": {}
|
|
3882
|
+
},
|
|
3883
|
+
"mutable": false,
|
|
3884
|
+
"attr": "variant",
|
|
3885
|
+
"reflectToAttr": false,
|
|
3886
|
+
"docs": "Sets the style variant of the chip.",
|
|
3887
|
+
"docsTags": [
|
|
3888
|
+
{
|
|
3889
|
+
"name": "defaultValue",
|
|
3890
|
+
"text": "'text'"
|
|
3891
|
+
}
|
|
3892
|
+
],
|
|
3893
|
+
"default": "'text'",
|
|
3894
|
+
"values": [
|
|
3895
|
+
{
|
|
3896
|
+
"value": "dropdown",
|
|
3897
|
+
"type": "string"
|
|
3898
|
+
},
|
|
3899
|
+
{
|
|
3900
|
+
"value": "tag",
|
|
3901
|
+
"type": "string"
|
|
3902
|
+
},
|
|
3903
|
+
{
|
|
3904
|
+
"value": "text",
|
|
3905
|
+
"type": "string"
|
|
3906
|
+
}
|
|
3907
|
+
],
|
|
3908
|
+
"optional": false,
|
|
3909
|
+
"required": false,
|
|
3910
|
+
"getter": false,
|
|
3911
|
+
"setter": false
|
|
3912
|
+
}
|
|
3913
|
+
],
|
|
3914
|
+
"methods": [],
|
|
3915
|
+
"events": [
|
|
3916
|
+
{
|
|
3917
|
+
"event": "pdsTagCloseClick",
|
|
3918
|
+
"detail": "any",
|
|
3919
|
+
"bubbles": true,
|
|
3920
|
+
"complexType": {
|
|
3921
|
+
"original": "any",
|
|
3922
|
+
"resolved": "any",
|
|
3923
|
+
"references": {}
|
|
3924
|
+
},
|
|
3925
|
+
"cancelable": true,
|
|
3926
|
+
"composed": true,
|
|
3927
|
+
"docs": "Event emitted when the close button is clicked on a tag variant chip.",
|
|
3928
|
+
"docsTags": []
|
|
3929
|
+
}
|
|
3930
|
+
],
|
|
3931
|
+
"listeners": [],
|
|
3932
|
+
"styles": [],
|
|
3933
|
+
"slots": [
|
|
3934
|
+
{
|
|
3935
|
+
"name": "(default)",
|
|
3936
|
+
"docs": "The chip's label text."
|
|
3937
|
+
}
|
|
3938
|
+
],
|
|
3939
|
+
"parts": [],
|
|
3940
|
+
"dependents": [],
|
|
3941
|
+
"dependencies": [
|
|
3942
|
+
"pds-icon"
|
|
3943
|
+
],
|
|
3944
|
+
"dependencyGraph": {
|
|
3945
|
+
"pds-chip": [
|
|
3946
|
+
"pds-icon"
|
|
3947
|
+
]
|
|
3948
|
+
}
|
|
3949
|
+
},
|
|
3950
|
+
{
|
|
3951
|
+
"filePath": "src/components/pds-copytext/pds-copytext.tsx",
|
|
3952
|
+
"encapsulation": "shadow",
|
|
3953
|
+
"tag": "pds-copytext",
|
|
3954
|
+
"readme": "# pds-copytext\n\n\n",
|
|
3955
|
+
"docs": "",
|
|
3956
|
+
"docsTags": [],
|
|
3957
|
+
"usage": {},
|
|
3958
|
+
"props": [
|
|
3959
|
+
{
|
|
3960
|
+
"name": "border",
|
|
3961
|
+
"type": "boolean",
|
|
3962
|
+
"complexType": {
|
|
3963
|
+
"original": "boolean",
|
|
3964
|
+
"resolved": "boolean",
|
|
3965
|
+
"references": {}
|
|
3966
|
+
},
|
|
3967
|
+
"mutable": false,
|
|
3968
|
+
"attr": "border",
|
|
3969
|
+
"reflectToAttr": true,
|
|
3970
|
+
"docs": "Determines whether `copytext` should have a visible border.",
|
|
3971
|
+
"docsTags": [
|
|
3972
|
+
{
|
|
3973
|
+
"name": "defaultValue",
|
|
3974
|
+
"text": "true"
|
|
3975
|
+
}
|
|
3976
|
+
],
|
|
3977
|
+
"default": "true",
|
|
3978
|
+
"values": [
|
|
3979
|
+
{
|
|
3980
|
+
"type": "boolean"
|
|
3981
|
+
}
|
|
3982
|
+
],
|
|
3983
|
+
"optional": false,
|
|
3984
|
+
"required": false,
|
|
3985
|
+
"getter": false,
|
|
3986
|
+
"setter": false
|
|
3987
|
+
},
|
|
3988
|
+
{
|
|
3989
|
+
"name": "componentId",
|
|
3990
|
+
"type": "string",
|
|
3991
|
+
"complexType": {
|
|
3992
|
+
"original": "string",
|
|
3993
|
+
"resolved": "string",
|
|
3994
|
+
"references": {}
|
|
3995
|
+
},
|
|
3996
|
+
"mutable": false,
|
|
3997
|
+
"attr": "component-id",
|
|
3998
|
+
"reflectToAttr": false,
|
|
3999
|
+
"docs": "A unique identifier used for the underlying component `id` attribute.",
|
|
4000
|
+
"docsTags": [],
|
|
4001
|
+
"values": [
|
|
4002
|
+
{
|
|
4003
|
+
"type": "string"
|
|
4004
|
+
}
|
|
4005
|
+
],
|
|
4006
|
+
"optional": false,
|
|
4007
|
+
"required": false,
|
|
4008
|
+
"getter": false,
|
|
4009
|
+
"setter": false
|
|
4010
|
+
},
|
|
4011
|
+
{
|
|
4012
|
+
"name": "fullWidth",
|
|
4013
|
+
"type": "boolean",
|
|
4014
|
+
"complexType": {
|
|
4015
|
+
"original": "boolean",
|
|
4016
|
+
"resolved": "boolean",
|
|
4017
|
+
"references": {}
|
|
4018
|
+
},
|
|
4019
|
+
"mutable": false,
|
|
4020
|
+
"attr": "full-width",
|
|
4021
|
+
"reflectToAttr": false,
|
|
4022
|
+
"docs": "Determines whether `copytext` should expand to the full width of its container.",
|
|
4023
|
+
"docsTags": [
|
|
4024
|
+
{
|
|
4025
|
+
"name": "defaultValue",
|
|
4026
|
+
"text": "false"
|
|
4027
|
+
}
|
|
4028
|
+
],
|
|
4029
|
+
"default": "false",
|
|
4030
|
+
"values": [
|
|
4031
|
+
{
|
|
4032
|
+
"type": "boolean"
|
|
4033
|
+
}
|
|
4034
|
+
],
|
|
4035
|
+
"optional": false,
|
|
4036
|
+
"required": false,
|
|
4037
|
+
"getter": false,
|
|
4038
|
+
"setter": false
|
|
4039
|
+
},
|
|
4040
|
+
{
|
|
4041
|
+
"name": "truncate",
|
|
4042
|
+
"type": "boolean",
|
|
4043
|
+
"complexType": {
|
|
4044
|
+
"original": "boolean",
|
|
4045
|
+
"resolved": "boolean",
|
|
4046
|
+
"references": {}
|
|
4047
|
+
},
|
|
4048
|
+
"mutable": false,
|
|
4049
|
+
"attr": "truncate",
|
|
4050
|
+
"reflectToAttr": false,
|
|
4051
|
+
"docs": "Determines whether the `value` should truncate and display with an ellipsis.",
|
|
4052
|
+
"docsTags": [
|
|
4053
|
+
{
|
|
4054
|
+
"name": "defaultValue",
|
|
4055
|
+
"text": "false"
|
|
4056
|
+
}
|
|
4057
|
+
],
|
|
4058
|
+
"default": "false",
|
|
4059
|
+
"values": [
|
|
4060
|
+
{
|
|
4061
|
+
"type": "boolean"
|
|
4062
|
+
}
|
|
4063
|
+
],
|
|
4064
|
+
"optional": false,
|
|
4065
|
+
"required": false,
|
|
4066
|
+
"getter": false,
|
|
4067
|
+
"setter": false
|
|
4068
|
+
},
|
|
4069
|
+
{
|
|
4070
|
+
"name": "value",
|
|
4071
|
+
"type": "string",
|
|
4072
|
+
"complexType": {
|
|
4073
|
+
"original": "string",
|
|
4074
|
+
"resolved": "string",
|
|
4075
|
+
"references": {}
|
|
4076
|
+
},
|
|
4077
|
+
"mutable": false,
|
|
4078
|
+
"attr": "value",
|
|
4079
|
+
"reflectToAttr": false,
|
|
4080
|
+
"docs": "The string displayed that is also copied to the clipboard upon interaction.",
|
|
4081
|
+
"docsTags": [],
|
|
4082
|
+
"values": [
|
|
4083
|
+
{
|
|
4084
|
+
"type": "string"
|
|
4085
|
+
}
|
|
4086
|
+
],
|
|
4087
|
+
"optional": false,
|
|
4088
|
+
"required": true,
|
|
4089
|
+
"getter": false,
|
|
4090
|
+
"setter": false
|
|
4091
|
+
}
|
|
4092
|
+
],
|
|
4093
|
+
"methods": [],
|
|
4094
|
+
"events": [
|
|
4095
|
+
{
|
|
4096
|
+
"event": "pdsCopyTextClick",
|
|
4097
|
+
"detail": "any",
|
|
4098
|
+
"bubbles": true,
|
|
4099
|
+
"complexType": {
|
|
4100
|
+
"original": "any",
|
|
4101
|
+
"resolved": "any",
|
|
4102
|
+
"references": {}
|
|
4103
|
+
},
|
|
4104
|
+
"cancelable": true,
|
|
4105
|
+
"composed": true,
|
|
4106
|
+
"docs": "Event fired when copyText button is clicked.",
|
|
4107
|
+
"docsTags": []
|
|
4108
|
+
}
|
|
4109
|
+
],
|
|
4110
|
+
"listeners": [],
|
|
4111
|
+
"styles": [],
|
|
4112
|
+
"slots": [],
|
|
4113
|
+
"parts": [],
|
|
4114
|
+
"dependents": [],
|
|
4115
|
+
"dependencies": [
|
|
4116
|
+
"pds-button",
|
|
4117
|
+
"pds-icon"
|
|
4118
|
+
],
|
|
4119
|
+
"dependencyGraph": {
|
|
4120
|
+
"pds-copytext": [
|
|
4121
|
+
"pds-button",
|
|
4122
|
+
"pds-icon"
|
|
4123
|
+
],
|
|
4124
|
+
"pds-button": [
|
|
4125
|
+
"pds-icon",
|
|
4126
|
+
"pds-loader"
|
|
4127
|
+
]
|
|
4128
|
+
}
|
|
4129
|
+
},
|
|
4130
|
+
{
|
|
4131
|
+
"filePath": "src/components/pds-divider/pds-divider.tsx",
|
|
4132
|
+
"encapsulation": "shadow",
|
|
4133
|
+
"tag": "pds-divider",
|
|
4134
|
+
"readme": "# pds-divider\n\n\n",
|
|
4135
|
+
"docs": "",
|
|
4136
|
+
"docsTags": [],
|
|
4137
|
+
"usage": {},
|
|
4138
|
+
"props": [
|
|
4139
|
+
{
|
|
4140
|
+
"name": "componentId",
|
|
4141
|
+
"type": "string",
|
|
4142
|
+
"complexType": {
|
|
4143
|
+
"original": "string",
|
|
4144
|
+
"resolved": "string",
|
|
4145
|
+
"references": {}
|
|
4146
|
+
},
|
|
4147
|
+
"mutable": false,
|
|
4148
|
+
"attr": "component-id",
|
|
4149
|
+
"reflectToAttr": false,
|
|
4150
|
+
"docs": "A unique identifier used for the underlying component `id` attribute.",
|
|
4151
|
+
"docsTags": [],
|
|
4152
|
+
"values": [
|
|
4153
|
+
{
|
|
4154
|
+
"type": "string"
|
|
4155
|
+
}
|
|
4156
|
+
],
|
|
4157
|
+
"optional": false,
|
|
4158
|
+
"required": false,
|
|
4159
|
+
"getter": false,
|
|
4160
|
+
"setter": false
|
|
4161
|
+
},
|
|
4162
|
+
{
|
|
4163
|
+
"name": "offset",
|
|
4164
|
+
"type": "\"lg\" | \"md\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
|
|
4165
|
+
"complexType": {
|
|
4166
|
+
"original": "'xxs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'",
|
|
4167
|
+
"resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
|
|
4168
|
+
"references": {}
|
|
4169
|
+
},
|
|
4170
|
+
"mutable": false,
|
|
4171
|
+
"attr": "offset",
|
|
4172
|
+
"reflectToAttr": false,
|
|
4173
|
+
"docs": "Adds offset margin/padding to expand the width (horizontal) or the height (vertical) of divider.",
|
|
4174
|
+
"docsTags": [],
|
|
4175
|
+
"values": [
|
|
4176
|
+
{
|
|
4177
|
+
"value": "lg",
|
|
4178
|
+
"type": "string"
|
|
4179
|
+
},
|
|
4180
|
+
{
|
|
4181
|
+
"value": "md",
|
|
4182
|
+
"type": "string"
|
|
4183
|
+
},
|
|
4184
|
+
{
|
|
4185
|
+
"value": "sm",
|
|
4186
|
+
"type": "string"
|
|
4187
|
+
},
|
|
4188
|
+
{
|
|
4189
|
+
"value": "xl",
|
|
4190
|
+
"type": "string"
|
|
4191
|
+
},
|
|
4192
|
+
{
|
|
4193
|
+
"value": "xs",
|
|
4194
|
+
"type": "string"
|
|
4195
|
+
},
|
|
4196
|
+
{
|
|
4197
|
+
"value": "xxl",
|
|
4198
|
+
"type": "string"
|
|
4199
|
+
},
|
|
4200
|
+
{
|
|
4201
|
+
"value": "xxs",
|
|
4202
|
+
"type": "string"
|
|
4203
|
+
}
|
|
4204
|
+
],
|
|
4205
|
+
"optional": false,
|
|
4206
|
+
"required": false,
|
|
4207
|
+
"getter": false,
|
|
4208
|
+
"setter": false
|
|
4209
|
+
},
|
|
4210
|
+
{
|
|
4211
|
+
"name": "vertical",
|
|
4212
|
+
"type": "boolean",
|
|
4213
|
+
"complexType": {
|
|
4214
|
+
"original": "boolean",
|
|
4215
|
+
"resolved": "boolean",
|
|
4216
|
+
"references": {}
|
|
4217
|
+
},
|
|
4218
|
+
"mutable": false,
|
|
4219
|
+
"attr": "vertical",
|
|
4220
|
+
"reflectToAttr": false,
|
|
4221
|
+
"docs": "Sets divider to display vertically.",
|
|
4222
|
+
"docsTags": [
|
|
4223
|
+
{
|
|
4224
|
+
"name": "defaultValue",
|
|
4225
|
+
"text": "false"
|
|
4226
|
+
}
|
|
4227
|
+
],
|
|
4228
|
+
"default": "false",
|
|
4229
|
+
"values": [
|
|
4230
|
+
{
|
|
4231
|
+
"type": "boolean"
|
|
4232
|
+
}
|
|
4233
|
+
],
|
|
4234
|
+
"optional": false,
|
|
4235
|
+
"required": false,
|
|
4236
|
+
"getter": false,
|
|
4237
|
+
"setter": false
|
|
4238
|
+
}
|
|
4239
|
+
],
|
|
4240
|
+
"methods": [],
|
|
4241
|
+
"events": [],
|
|
4242
|
+
"listeners": [],
|
|
4243
|
+
"styles": [],
|
|
4244
|
+
"slots": [],
|
|
4245
|
+
"parts": [],
|
|
4246
|
+
"dependents": [],
|
|
4247
|
+
"dependencies": [],
|
|
4248
|
+
"dependencyGraph": {}
|
|
4249
|
+
},
|
|
4250
|
+
{
|
|
4251
|
+
"filePath": "src/components/pds-dropdown-menu/pds-dropdown-menu.tsx",
|
|
4252
|
+
"encapsulation": "shadow",
|
|
4253
|
+
"tag": "pds-dropdown-menu",
|
|
4254
|
+
"readme": "# pds-dropdown\n\n\n",
|
|
4255
|
+
"docs": "",
|
|
4256
|
+
"docsTags": [],
|
|
4257
|
+
"usage": {},
|
|
4258
|
+
"props": [
|
|
4259
|
+
{
|
|
4260
|
+
"name": "componentId",
|
|
4261
|
+
"type": "string",
|
|
4262
|
+
"complexType": {
|
|
4263
|
+
"original": "string",
|
|
4264
|
+
"resolved": "string",
|
|
4265
|
+
"references": {}
|
|
4266
|
+
},
|
|
4267
|
+
"mutable": false,
|
|
4268
|
+
"attr": "component-id",
|
|
4269
|
+
"reflectToAttr": false,
|
|
4270
|
+
"docs": "A unique identifier used for the underlying component `id` attribute.",
|
|
4271
|
+
"docsTags": [],
|
|
4272
|
+
"values": [
|
|
4273
|
+
{
|
|
4274
|
+
"type": "string"
|
|
4275
|
+
}
|
|
4276
|
+
],
|
|
4277
|
+
"optional": false,
|
|
4278
|
+
"required": false,
|
|
4279
|
+
"getter": false,
|
|
4280
|
+
"setter": false
|
|
4281
|
+
},
|
|
4282
|
+
{
|
|
4283
|
+
"name": "placement",
|
|
4284
|
+
"type": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
4285
|
+
"complexType": {
|
|
4286
|
+
"original": "PlacementType",
|
|
4287
|
+
"resolved": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
4288
|
+
"references": {
|
|
4289
|
+
"PlacementType": {
|
|
4290
|
+
"location": "import",
|
|
4291
|
+
"path": "@utils/types",
|
|
4292
|
+
"id": "src/utils/types.ts::PlacementType"
|
|
4293
|
+
}
|
|
4294
|
+
}
|
|
4295
|
+
},
|
|
4296
|
+
"mutable": false,
|
|
4297
|
+
"attr": "placement",
|
|
4298
|
+
"reflectToAttr": false,
|
|
4299
|
+
"docs": "The placement of the dropdown panel relative to the trigger.",
|
|
4300
|
+
"docsTags": [],
|
|
4301
|
+
"default": "'bottom-start'",
|
|
4302
|
+
"values": [
|
|
4303
|
+
{
|
|
4304
|
+
"value": "bottom",
|
|
4305
|
+
"type": "string"
|
|
4306
|
+
},
|
|
4307
|
+
{
|
|
4308
|
+
"value": "bottom-end",
|
|
4309
|
+
"type": "string"
|
|
4310
|
+
},
|
|
4311
|
+
{
|
|
4312
|
+
"value": "bottom-start",
|
|
3421
4313
|
"type": "string"
|
|
3422
4314
|
},
|
|
3423
4315
|
{
|
|
3424
|
-
"value": "
|
|
4316
|
+
"value": "left",
|
|
3425
4317
|
"type": "string"
|
|
3426
4318
|
},
|
|
3427
4319
|
{
|
|
3428
|
-
"value": "
|
|
4320
|
+
"value": "left-end",
|
|
3429
4321
|
"type": "string"
|
|
3430
4322
|
},
|
|
3431
4323
|
{
|
|
3432
|
-
"value": "
|
|
4324
|
+
"value": "left-start",
|
|
3433
4325
|
"type": "string"
|
|
3434
4326
|
},
|
|
3435
4327
|
{
|
|
3436
|
-
"value": "
|
|
4328
|
+
"value": "right",
|
|
3437
4329
|
"type": "string"
|
|
3438
4330
|
},
|
|
3439
4331
|
{
|
|
3440
|
-
"value": "
|
|
4332
|
+
"value": "right-end",
|
|
3441
4333
|
"type": "string"
|
|
3442
|
-
}
|
|
3443
|
-
],
|
|
3444
|
-
"optional": false,
|
|
3445
|
-
"required": false,
|
|
3446
|
-
"getter": false,
|
|
3447
|
-
"setter": false
|
|
3448
|
-
},
|
|
3449
|
-
{
|
|
3450
|
-
"name": "variant",
|
|
3451
|
-
"type": "\"dropdown\" | \"tag\" | \"text\"",
|
|
3452
|
-
"complexType": {
|
|
3453
|
-
"original": "'text' | 'tag' | 'dropdown'",
|
|
3454
|
-
"resolved": "\"dropdown\" | \"tag\" | \"text\"",
|
|
3455
|
-
"references": {}
|
|
3456
|
-
},
|
|
3457
|
-
"mutable": false,
|
|
3458
|
-
"attr": "variant",
|
|
3459
|
-
"reflectToAttr": false,
|
|
3460
|
-
"docs": "Sets the style variant of the chip.",
|
|
3461
|
-
"docsTags": [
|
|
4334
|
+
},
|
|
3462
4335
|
{
|
|
3463
|
-
"
|
|
3464
|
-
"
|
|
3465
|
-
}
|
|
3466
|
-
],
|
|
3467
|
-
"default": "'text'",
|
|
3468
|
-
"values": [
|
|
4336
|
+
"value": "right-start",
|
|
4337
|
+
"type": "string"
|
|
4338
|
+
},
|
|
3469
4339
|
{
|
|
3470
|
-
"value": "
|
|
4340
|
+
"value": "top",
|
|
3471
4341
|
"type": "string"
|
|
3472
4342
|
},
|
|
3473
4343
|
{
|
|
3474
|
-
"value": "
|
|
4344
|
+
"value": "top-end",
|
|
3475
4345
|
"type": "string"
|
|
3476
4346
|
},
|
|
3477
4347
|
{
|
|
3478
|
-
"value": "
|
|
4348
|
+
"value": "top-start",
|
|
3479
4349
|
"type": "string"
|
|
3480
4350
|
}
|
|
3481
4351
|
],
|
|
@@ -3486,79 +4356,43 @@
|
|
|
3486
4356
|
}
|
|
3487
4357
|
],
|
|
3488
4358
|
"methods": [],
|
|
3489
|
-
"events": [
|
|
4359
|
+
"events": [],
|
|
4360
|
+
"listeners": [
|
|
3490
4361
|
{
|
|
3491
|
-
"event": "
|
|
3492
|
-
"
|
|
3493
|
-
"
|
|
3494
|
-
"
|
|
3495
|
-
|
|
3496
|
-
"resolved": "any",
|
|
3497
|
-
"references": {}
|
|
3498
|
-
},
|
|
3499
|
-
"cancelable": true,
|
|
3500
|
-
"composed": true,
|
|
3501
|
-
"docs": "Event emitted when the close button is clicked on a tag variant chip.",
|
|
3502
|
-
"docsTags": []
|
|
3503
|
-
}
|
|
3504
|
-
],
|
|
3505
|
-
"listeners": [],
|
|
3506
|
-
"styles": [],
|
|
3507
|
-
"slots": [
|
|
4362
|
+
"event": "keydown",
|
|
4363
|
+
"target": "window",
|
|
4364
|
+
"capture": false,
|
|
4365
|
+
"passive": false
|
|
4366
|
+
},
|
|
3508
4367
|
{
|
|
3509
|
-
"
|
|
3510
|
-
"
|
|
4368
|
+
"event": "click",
|
|
4369
|
+
"target": "window",
|
|
4370
|
+
"capture": false,
|
|
4371
|
+
"passive": false
|
|
3511
4372
|
}
|
|
3512
4373
|
],
|
|
4374
|
+
"styles": [],
|
|
4375
|
+
"slots": [],
|
|
3513
4376
|
"parts": [],
|
|
3514
4377
|
"dependents": [],
|
|
3515
4378
|
"dependencies": [
|
|
3516
|
-
"pds-
|
|
4379
|
+
"pds-box"
|
|
3517
4380
|
],
|
|
3518
4381
|
"dependencyGraph": {
|
|
3519
|
-
"pds-
|
|
3520
|
-
"pds-
|
|
4382
|
+
"pds-dropdown-menu": [
|
|
4383
|
+
"pds-box"
|
|
3521
4384
|
]
|
|
3522
4385
|
}
|
|
3523
4386
|
},
|
|
3524
4387
|
{
|
|
3525
|
-
"filePath": "src/components/pds-
|
|
4388
|
+
"filePath": "src/components/pds-dropdown-menu/pds-dropdown-menu-item/pds-dropdown-menu-item.tsx",
|
|
3526
4389
|
"encapsulation": "shadow",
|
|
3527
|
-
"tag": "pds-
|
|
3528
|
-
"readme": "# pds-
|
|
4390
|
+
"tag": "pds-dropdown-menu-item",
|
|
4391
|
+
"readme": "# pds-dropdown-item\n\n\n",
|
|
3529
4392
|
"docs": "",
|
|
3530
4393
|
"docsTags": [],
|
|
3531
4394
|
"usage": {},
|
|
3532
4395
|
"props": [
|
|
3533
|
-
{
|
|
3534
|
-
"name": "border",
|
|
3535
|
-
"type": "boolean",
|
|
3536
|
-
"complexType": {
|
|
3537
|
-
"original": "boolean",
|
|
3538
|
-
"resolved": "boolean",
|
|
3539
|
-
"references": {}
|
|
3540
|
-
},
|
|
3541
|
-
"mutable": false,
|
|
3542
|
-
"attr": "border",
|
|
3543
|
-
"reflectToAttr": true,
|
|
3544
|
-
"docs": "Determines whether `copytext` should have a visible border.",
|
|
3545
|
-
"docsTags": [
|
|
3546
|
-
{
|
|
3547
|
-
"name": "defaultValue",
|
|
3548
|
-
"text": "true"
|
|
3549
|
-
}
|
|
3550
|
-
],
|
|
3551
|
-
"default": "true",
|
|
3552
|
-
"values": [
|
|
3553
|
-
{
|
|
3554
|
-
"type": "boolean"
|
|
3555
|
-
}
|
|
3556
|
-
],
|
|
3557
|
-
"optional": false,
|
|
3558
|
-
"required": false,
|
|
3559
|
-
"getter": false,
|
|
3560
|
-
"setter": false
|
|
3561
|
-
},
|
|
3562
4396
|
{
|
|
3563
4397
|
"name": "componentId",
|
|
3564
4398
|
"type": "string",
|
|
@@ -3583,7 +4417,7 @@
|
|
|
3583
4417
|
"setter": false
|
|
3584
4418
|
},
|
|
3585
4419
|
{
|
|
3586
|
-
"name": "
|
|
4420
|
+
"name": "destructive",
|
|
3587
4421
|
"type": "boolean",
|
|
3588
4422
|
"complexType": {
|
|
3589
4423
|
"original": "boolean",
|
|
@@ -3591,9 +4425,9 @@
|
|
|
3591
4425
|
"references": {}
|
|
3592
4426
|
},
|
|
3593
4427
|
"mutable": false,
|
|
3594
|
-
"attr": "
|
|
4428
|
+
"attr": "destructive",
|
|
3595
4429
|
"reflectToAttr": false,
|
|
3596
|
-
"docs": "
|
|
4430
|
+
"docs": "It determines whether or not the dropdown-item is destructive.",
|
|
3597
4431
|
"docsTags": [
|
|
3598
4432
|
{
|
|
3599
4433
|
"name": "defaultValue",
|
|
@@ -3612,7 +4446,7 @@
|
|
|
3612
4446
|
"setter": false
|
|
3613
4447
|
},
|
|
3614
4448
|
{
|
|
3615
|
-
"name": "
|
|
4449
|
+
"name": "disabled",
|
|
3616
4450
|
"type": "boolean",
|
|
3617
4451
|
"complexType": {
|
|
3618
4452
|
"original": "boolean",
|
|
@@ -3620,9 +4454,9 @@
|
|
|
3620
4454
|
"references": {}
|
|
3621
4455
|
},
|
|
3622
4456
|
"mutable": false,
|
|
3623
|
-
"attr": "
|
|
4457
|
+
"attr": "disabled",
|
|
3624
4458
|
"reflectToAttr": false,
|
|
3625
|
-
"docs": "
|
|
4459
|
+
"docs": "It determines whether or not the dropdown-item is disabled.",
|
|
3626
4460
|
"docsTags": [
|
|
3627
4461
|
{
|
|
3628
4462
|
"name": "defaultValue",
|
|
@@ -3641,17 +4475,17 @@
|
|
|
3641
4475
|
"setter": false
|
|
3642
4476
|
},
|
|
3643
4477
|
{
|
|
3644
|
-
"name": "
|
|
4478
|
+
"name": "href",
|
|
3645
4479
|
"type": "string",
|
|
3646
4480
|
"complexType": {
|
|
3647
|
-
"original": "string",
|
|
4481
|
+
"original": "string | undefined",
|
|
3648
4482
|
"resolved": "string",
|
|
3649
4483
|
"references": {}
|
|
3650
4484
|
},
|
|
3651
4485
|
"mutable": false,
|
|
3652
|
-
"attr": "
|
|
4486
|
+
"attr": "href",
|
|
3653
4487
|
"reflectToAttr": false,
|
|
3654
|
-
"docs": "
|
|
4488
|
+
"docs": "If provided, renders the dropdown-item as an anchor (`<a>`) element instead of a button.",
|
|
3655
4489
|
"docsTags": [],
|
|
3656
4490
|
"values": [
|
|
3657
4491
|
{
|
|
@@ -3659,25 +4493,53 @@
|
|
|
3659
4493
|
}
|
|
3660
4494
|
],
|
|
3661
4495
|
"optional": false,
|
|
3662
|
-
"required":
|
|
4496
|
+
"required": false,
|
|
3663
4497
|
"getter": false,
|
|
3664
4498
|
"setter": false
|
|
3665
4499
|
}
|
|
3666
4500
|
],
|
|
3667
|
-
"methods": [
|
|
4501
|
+
"methods": [
|
|
4502
|
+
{
|
|
4503
|
+
"name": "clickItem",
|
|
4504
|
+
"returns": {
|
|
4505
|
+
"type": "Promise<void>",
|
|
4506
|
+
"docs": ""
|
|
4507
|
+
},
|
|
4508
|
+
"complexType": {
|
|
4509
|
+
"signature": "() => Promise<void>",
|
|
4510
|
+
"parameters": [],
|
|
4511
|
+
"references": {
|
|
4512
|
+
"Promise": {
|
|
4513
|
+
"location": "global",
|
|
4514
|
+
"id": "global::Promise"
|
|
4515
|
+
}
|
|
4516
|
+
},
|
|
4517
|
+
"return": "Promise<void>"
|
|
4518
|
+
},
|
|
4519
|
+
"signature": "clickItem() => Promise<void>",
|
|
4520
|
+
"parameters": [],
|
|
4521
|
+
"docs": "Trigger the click event",
|
|
4522
|
+
"docsTags": []
|
|
4523
|
+
}
|
|
4524
|
+
],
|
|
3668
4525
|
"events": [
|
|
3669
4526
|
{
|
|
3670
|
-
"event": "
|
|
3671
|
-
"detail": "
|
|
4527
|
+
"event": "pdsClick",
|
|
4528
|
+
"detail": "{ itemIndex: number; item: HTMLPdsDropdownMenuItemElement; content: string; }",
|
|
3672
4529
|
"bubbles": true,
|
|
3673
4530
|
"complexType": {
|
|
3674
|
-
"original": "
|
|
3675
|
-
"resolved": "
|
|
3676
|
-
"references": {
|
|
4531
|
+
"original": "{itemIndex: number, item: HTMLPdsDropdownMenuItemElement, content: string}",
|
|
4532
|
+
"resolved": "{ itemIndex: number; item: HTMLPdsDropdownMenuItemElement; content: string; }",
|
|
4533
|
+
"references": {
|
|
4534
|
+
"HTMLPdsDropdownMenuItemElement": {
|
|
4535
|
+
"location": "global",
|
|
4536
|
+
"id": "global::HTMLPdsDropdownMenuItemElement"
|
|
4537
|
+
}
|
|
4538
|
+
}
|
|
3677
4539
|
},
|
|
3678
4540
|
"cancelable": true,
|
|
3679
4541
|
"composed": true,
|
|
3680
|
-
"docs": "
|
|
4542
|
+
"docs": "Emitted when the dropdown-item is clicked.",
|
|
3681
4543
|
"docsTags": []
|
|
3682
4544
|
}
|
|
3683
4545
|
],
|
|
@@ -3687,25 +4549,22 @@
|
|
|
3687
4549
|
"parts": [],
|
|
3688
4550
|
"dependents": [],
|
|
3689
4551
|
"dependencies": [
|
|
3690
|
-
"pds-
|
|
3691
|
-
"pds-icon"
|
|
4552
|
+
"pds-link"
|
|
3692
4553
|
],
|
|
3693
4554
|
"dependencyGraph": {
|
|
3694
|
-
"pds-
|
|
3695
|
-
"pds-
|
|
3696
|
-
"pds-icon"
|
|
4555
|
+
"pds-dropdown-menu-item": [
|
|
4556
|
+
"pds-link"
|
|
3697
4557
|
],
|
|
3698
|
-
"pds-
|
|
3699
|
-
"pds-icon"
|
|
3700
|
-
"pds-loader"
|
|
4558
|
+
"pds-link": [
|
|
4559
|
+
"pds-icon"
|
|
3701
4560
|
]
|
|
3702
4561
|
}
|
|
3703
4562
|
},
|
|
3704
4563
|
{
|
|
3705
|
-
"filePath": "src/components/pds-
|
|
4564
|
+
"filePath": "src/components/pds-dropdown-menu/pds-dropdown-menu-separator/pds-dropdown-menu-separator.tsx",
|
|
3706
4565
|
"encapsulation": "shadow",
|
|
3707
|
-
"tag": "pds-
|
|
3708
|
-
"readme": "# pds-
|
|
4566
|
+
"tag": "pds-dropdown-menu-separator",
|
|
4567
|
+
"readme": "# pds-dropdown-item\n\n\n",
|
|
3709
4568
|
"docs": "",
|
|
3710
4569
|
"docsTags": [],
|
|
3711
4570
|
"usage": {},
|
|
@@ -3734,55 +4593,7 @@
|
|
|
3734
4593
|
"setter": false
|
|
3735
4594
|
},
|
|
3736
4595
|
{
|
|
3737
|
-
"name": "
|
|
3738
|
-
"type": "\"lg\" | \"md\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
|
|
3739
|
-
"complexType": {
|
|
3740
|
-
"original": "'xxs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'",
|
|
3741
|
-
"resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
|
|
3742
|
-
"references": {}
|
|
3743
|
-
},
|
|
3744
|
-
"mutable": false,
|
|
3745
|
-
"attr": "offset",
|
|
3746
|
-
"reflectToAttr": false,
|
|
3747
|
-
"docs": "Adds offset margin/padding to expand the width (horizontal) or the height (vertical) of divider.",
|
|
3748
|
-
"docsTags": [],
|
|
3749
|
-
"values": [
|
|
3750
|
-
{
|
|
3751
|
-
"value": "lg",
|
|
3752
|
-
"type": "string"
|
|
3753
|
-
},
|
|
3754
|
-
{
|
|
3755
|
-
"value": "md",
|
|
3756
|
-
"type": "string"
|
|
3757
|
-
},
|
|
3758
|
-
{
|
|
3759
|
-
"value": "sm",
|
|
3760
|
-
"type": "string"
|
|
3761
|
-
},
|
|
3762
|
-
{
|
|
3763
|
-
"value": "xl",
|
|
3764
|
-
"type": "string"
|
|
3765
|
-
},
|
|
3766
|
-
{
|
|
3767
|
-
"value": "xs",
|
|
3768
|
-
"type": "string"
|
|
3769
|
-
},
|
|
3770
|
-
{
|
|
3771
|
-
"value": "xxl",
|
|
3772
|
-
"type": "string"
|
|
3773
|
-
},
|
|
3774
|
-
{
|
|
3775
|
-
"value": "xxs",
|
|
3776
|
-
"type": "string"
|
|
3777
|
-
}
|
|
3778
|
-
],
|
|
3779
|
-
"optional": false,
|
|
3780
|
-
"required": false,
|
|
3781
|
-
"getter": false,
|
|
3782
|
-
"setter": false
|
|
3783
|
-
},
|
|
3784
|
-
{
|
|
3785
|
-
"name": "vertical",
|
|
4596
|
+
"name": "disabled",
|
|
3786
4597
|
"type": "boolean",
|
|
3787
4598
|
"complexType": {
|
|
3788
4599
|
"original": "boolean",
|
|
@@ -3790,9 +4601,9 @@
|
|
|
3790
4601
|
"references": {}
|
|
3791
4602
|
},
|
|
3792
4603
|
"mutable": false,
|
|
3793
|
-
"attr": "
|
|
4604
|
+
"attr": "disabled",
|
|
3794
4605
|
"reflectToAttr": false,
|
|
3795
|
-
"docs": "
|
|
4606
|
+
"docs": "It determines whether or not the dropdown-item is disabled.",
|
|
3796
4607
|
"docsTags": [
|
|
3797
4608
|
{
|
|
3798
4609
|
"name": "defaultValue",
|
|
@@ -4519,13 +5330,36 @@
|
|
|
4519
5330
|
"name": "part",
|
|
4520
5331
|
"text": "link - Link element styles."
|
|
4521
5332
|
},
|
|
4522
|
-
{
|
|
4523
|
-
"name": "slot",
|
|
4524
|
-
"text": "(default) - Text content placed between the opening and closing tags. If no text is provided, the **href** will be used as a fallback."
|
|
4525
|
-
}
|
|
4526
|
-
],
|
|
4527
|
-
"usage": {},
|
|
4528
|
-
"props": [
|
|
5333
|
+
{
|
|
5334
|
+
"name": "slot",
|
|
5335
|
+
"text": "(default) - Text content placed between the opening and closing tags. If no text is provided, the **href** will be used as a fallback."
|
|
5336
|
+
}
|
|
5337
|
+
],
|
|
5338
|
+
"usage": {},
|
|
5339
|
+
"props": [
|
|
5340
|
+
{
|
|
5341
|
+
"name": "color",
|
|
5342
|
+
"type": "string",
|
|
5343
|
+
"complexType": {
|
|
5344
|
+
"original": "string",
|
|
5345
|
+
"resolved": "string",
|
|
5346
|
+
"references": {}
|
|
5347
|
+
},
|
|
5348
|
+
"mutable": false,
|
|
5349
|
+
"attr": "color",
|
|
5350
|
+
"reflectToAttr": false,
|
|
5351
|
+
"docs": "Sets the link color.",
|
|
5352
|
+
"docsTags": [],
|
|
5353
|
+
"values": [
|
|
5354
|
+
{
|
|
5355
|
+
"type": "string"
|
|
5356
|
+
}
|
|
5357
|
+
],
|
|
5358
|
+
"optional": true,
|
|
5359
|
+
"required": false,
|
|
5360
|
+
"getter": false,
|
|
5361
|
+
"setter": false
|
|
5362
|
+
},
|
|
4529
5363
|
{
|
|
4530
5364
|
"name": "componentId",
|
|
4531
5365
|
"type": "string",
|
|
@@ -4690,13 +5524,18 @@
|
|
|
4690
5524
|
"docs": "Link element styles."
|
|
4691
5525
|
}
|
|
4692
5526
|
],
|
|
4693
|
-
"dependents": [
|
|
5527
|
+
"dependents": [
|
|
5528
|
+
"pds-dropdown-menu-item"
|
|
5529
|
+
],
|
|
4694
5530
|
"dependencies": [
|
|
4695
5531
|
"pds-icon"
|
|
4696
5532
|
],
|
|
4697
5533
|
"dependencyGraph": {
|
|
4698
5534
|
"pds-link": [
|
|
4699
5535
|
"pds-icon"
|
|
5536
|
+
],
|
|
5537
|
+
"pds-dropdown-menu-item": [
|
|
5538
|
+
"pds-link"
|
|
4700
5539
|
]
|
|
4701
5540
|
}
|
|
4702
5541
|
},
|
|
@@ -4802,11 +5641,305 @@
|
|
|
4802
5641
|
"default": "'spinner'",
|
|
4803
5642
|
"values": [
|
|
4804
5643
|
{
|
|
4805
|
-
"value": "spinner",
|
|
5644
|
+
"value": "spinner",
|
|
5645
|
+
"type": "string"
|
|
5646
|
+
},
|
|
5647
|
+
{
|
|
5648
|
+
"value": "typing",
|
|
5649
|
+
"type": "string"
|
|
5650
|
+
}
|
|
5651
|
+
],
|
|
5652
|
+
"optional": false,
|
|
5653
|
+
"required": false,
|
|
5654
|
+
"getter": false,
|
|
5655
|
+
"setter": false
|
|
5656
|
+
}
|
|
5657
|
+
],
|
|
5658
|
+
"methods": [],
|
|
5659
|
+
"events": [],
|
|
5660
|
+
"listeners": [],
|
|
5661
|
+
"styles": [],
|
|
5662
|
+
"slots": [
|
|
5663
|
+
{
|
|
5664
|
+
"name": "label",
|
|
5665
|
+
"docs": "Default slot for Loader label text."
|
|
5666
|
+
}
|
|
5667
|
+
],
|
|
5668
|
+
"parts": [],
|
|
5669
|
+
"dependents": [
|
|
5670
|
+
"pds-button"
|
|
5671
|
+
],
|
|
5672
|
+
"dependencies": [],
|
|
5673
|
+
"dependencyGraph": {
|
|
5674
|
+
"pds-button": [
|
|
5675
|
+
"pds-loader"
|
|
5676
|
+
]
|
|
5677
|
+
}
|
|
5678
|
+
},
|
|
5679
|
+
{
|
|
5680
|
+
"filePath": "src/components/pds-modal/pds-modal.tsx",
|
|
5681
|
+
"encapsulation": "none",
|
|
5682
|
+
"tag": "pds-modal",
|
|
5683
|
+
"readme": "# pds-modal\n\n\n",
|
|
5684
|
+
"docs": "",
|
|
5685
|
+
"docsTags": [],
|
|
5686
|
+
"usage": {},
|
|
5687
|
+
"props": [
|
|
5688
|
+
{
|
|
5689
|
+
"name": "backdropDismiss",
|
|
5690
|
+
"type": "boolean",
|
|
5691
|
+
"complexType": {
|
|
5692
|
+
"original": "boolean",
|
|
5693
|
+
"resolved": "boolean",
|
|
5694
|
+
"references": {}
|
|
5695
|
+
},
|
|
5696
|
+
"mutable": false,
|
|
5697
|
+
"attr": "backdrop-dismiss",
|
|
5698
|
+
"reflectToAttr": false,
|
|
5699
|
+
"docs": "Whether the modal can be dismissed by clicking the backdrop",
|
|
5700
|
+
"docsTags": [
|
|
5701
|
+
{
|
|
5702
|
+
"name": "default",
|
|
5703
|
+
"text": "true"
|
|
5704
|
+
}
|
|
5705
|
+
],
|
|
5706
|
+
"default": "true",
|
|
5707
|
+
"values": [
|
|
5708
|
+
{
|
|
5709
|
+
"type": "boolean"
|
|
5710
|
+
}
|
|
5711
|
+
],
|
|
5712
|
+
"optional": false,
|
|
5713
|
+
"required": false,
|
|
5714
|
+
"getter": false,
|
|
5715
|
+
"setter": false
|
|
5716
|
+
},
|
|
5717
|
+
{
|
|
5718
|
+
"name": "componentId",
|
|
5719
|
+
"type": "string",
|
|
5720
|
+
"complexType": {
|
|
5721
|
+
"original": "string",
|
|
5722
|
+
"resolved": "string",
|
|
5723
|
+
"references": {}
|
|
5724
|
+
},
|
|
5725
|
+
"mutable": false,
|
|
5726
|
+
"attr": "component-id",
|
|
5727
|
+
"reflectToAttr": false,
|
|
5728
|
+
"docs": "A unique identifier used for the underlying component `id` attribute.",
|
|
5729
|
+
"docsTags": [],
|
|
5730
|
+
"values": [
|
|
5731
|
+
{
|
|
5732
|
+
"type": "string"
|
|
5733
|
+
}
|
|
5734
|
+
],
|
|
5735
|
+
"optional": false,
|
|
5736
|
+
"required": false,
|
|
5737
|
+
"getter": false,
|
|
5738
|
+
"setter": false
|
|
5739
|
+
},
|
|
5740
|
+
{
|
|
5741
|
+
"name": "open",
|
|
5742
|
+
"type": "boolean",
|
|
5743
|
+
"complexType": {
|
|
5744
|
+
"original": "boolean",
|
|
5745
|
+
"resolved": "boolean",
|
|
5746
|
+
"references": {}
|
|
5747
|
+
},
|
|
5748
|
+
"mutable": true,
|
|
5749
|
+
"attr": "open",
|
|
5750
|
+
"reflectToAttr": false,
|
|
5751
|
+
"docs": "Whether the modal is open",
|
|
5752
|
+
"docsTags": [
|
|
5753
|
+
{
|
|
5754
|
+
"name": "default",
|
|
5755
|
+
"text": "false"
|
|
5756
|
+
}
|
|
5757
|
+
],
|
|
5758
|
+
"default": "false",
|
|
5759
|
+
"values": [
|
|
5760
|
+
{
|
|
5761
|
+
"type": "boolean"
|
|
5762
|
+
}
|
|
5763
|
+
],
|
|
5764
|
+
"optional": false,
|
|
5765
|
+
"required": false,
|
|
5766
|
+
"getter": false,
|
|
5767
|
+
"setter": false
|
|
5768
|
+
},
|
|
5769
|
+
{
|
|
5770
|
+
"name": "size",
|
|
5771
|
+
"type": "\"fullscreen\" | \"lg\" | \"md\" | \"sm\"",
|
|
5772
|
+
"complexType": {
|
|
5773
|
+
"original": "'sm' | 'md' | 'lg' | 'fullscreen'",
|
|
5774
|
+
"resolved": "\"fullscreen\" | \"lg\" | \"md\" | \"sm\"",
|
|
5775
|
+
"references": {}
|
|
5776
|
+
},
|
|
5777
|
+
"mutable": false,
|
|
5778
|
+
"attr": "size",
|
|
5779
|
+
"reflectToAttr": false,
|
|
5780
|
+
"docs": "The size of the modal",
|
|
5781
|
+
"docsTags": [
|
|
5782
|
+
{
|
|
5783
|
+
"name": "default",
|
|
5784
|
+
"text": "'md'"
|
|
5785
|
+
}
|
|
5786
|
+
],
|
|
5787
|
+
"default": "'md'",
|
|
5788
|
+
"values": [
|
|
5789
|
+
{
|
|
5790
|
+
"value": "fullscreen",
|
|
5791
|
+
"type": "string"
|
|
5792
|
+
},
|
|
5793
|
+
{
|
|
5794
|
+
"value": "lg",
|
|
5795
|
+
"type": "string"
|
|
5796
|
+
},
|
|
5797
|
+
{
|
|
5798
|
+
"value": "md",
|
|
5799
|
+
"type": "string"
|
|
5800
|
+
},
|
|
5801
|
+
{
|
|
5802
|
+
"value": "sm",
|
|
5803
|
+
"type": "string"
|
|
5804
|
+
}
|
|
5805
|
+
],
|
|
5806
|
+
"optional": false,
|
|
5807
|
+
"required": false,
|
|
5808
|
+
"getter": false,
|
|
5809
|
+
"setter": false
|
|
5810
|
+
}
|
|
5811
|
+
],
|
|
5812
|
+
"methods": [
|
|
5813
|
+
{
|
|
5814
|
+
"name": "hideModal",
|
|
5815
|
+
"returns": {
|
|
5816
|
+
"type": "Promise<void>",
|
|
5817
|
+
"docs": ""
|
|
5818
|
+
},
|
|
5819
|
+
"complexType": {
|
|
5820
|
+
"signature": "() => Promise<void>",
|
|
5821
|
+
"parameters": [],
|
|
5822
|
+
"references": {
|
|
5823
|
+
"Promise": {
|
|
5824
|
+
"location": "global",
|
|
5825
|
+
"id": "global::Promise"
|
|
5826
|
+
}
|
|
5827
|
+
},
|
|
5828
|
+
"return": "Promise<void>"
|
|
5829
|
+
},
|
|
5830
|
+
"signature": "hideModal() => Promise<void>",
|
|
5831
|
+
"parameters": [],
|
|
5832
|
+
"docs": "Closes the modal",
|
|
5833
|
+
"docsTags": []
|
|
5834
|
+
},
|
|
5835
|
+
{
|
|
5836
|
+
"name": "showModal",
|
|
5837
|
+
"returns": {
|
|
5838
|
+
"type": "Promise<void>",
|
|
5839
|
+
"docs": ""
|
|
5840
|
+
},
|
|
5841
|
+
"complexType": {
|
|
5842
|
+
"signature": "() => Promise<void>",
|
|
5843
|
+
"parameters": [],
|
|
5844
|
+
"references": {
|
|
5845
|
+
"Promise": {
|
|
5846
|
+
"location": "global",
|
|
5847
|
+
"id": "global::Promise"
|
|
5848
|
+
},
|
|
5849
|
+
"HTMLElement": {
|
|
5850
|
+
"location": "global",
|
|
5851
|
+
"id": "global::HTMLElement"
|
|
5852
|
+
}
|
|
5853
|
+
},
|
|
5854
|
+
"return": "Promise<void>"
|
|
5855
|
+
},
|
|
5856
|
+
"signature": "showModal() => Promise<void>",
|
|
5857
|
+
"parameters": [],
|
|
5858
|
+
"docs": "Opens the modal",
|
|
5859
|
+
"docsTags": []
|
|
5860
|
+
}
|
|
5861
|
+
],
|
|
5862
|
+
"events": [
|
|
5863
|
+
{
|
|
5864
|
+
"event": "pdsModalClose",
|
|
5865
|
+
"detail": "void",
|
|
5866
|
+
"bubbles": true,
|
|
5867
|
+
"complexType": {
|
|
5868
|
+
"original": "void",
|
|
5869
|
+
"resolved": "void",
|
|
5870
|
+
"references": {}
|
|
5871
|
+
},
|
|
5872
|
+
"cancelable": true,
|
|
5873
|
+
"composed": true,
|
|
5874
|
+
"docs": "Emitted when the modal is closed",
|
|
5875
|
+
"docsTags": []
|
|
5876
|
+
},
|
|
5877
|
+
{
|
|
5878
|
+
"event": "pdsModalOpen",
|
|
5879
|
+
"detail": "void",
|
|
5880
|
+
"bubbles": true,
|
|
5881
|
+
"complexType": {
|
|
5882
|
+
"original": "void",
|
|
5883
|
+
"resolved": "void",
|
|
5884
|
+
"references": {}
|
|
5885
|
+
},
|
|
5886
|
+
"cancelable": true,
|
|
5887
|
+
"composed": true,
|
|
5888
|
+
"docs": "Emitted when the modal is opened",
|
|
5889
|
+
"docsTags": []
|
|
5890
|
+
}
|
|
5891
|
+
],
|
|
5892
|
+
"listeners": [],
|
|
5893
|
+
"styles": [],
|
|
5894
|
+
"slots": [],
|
|
5895
|
+
"parts": [],
|
|
5896
|
+
"dependents": [],
|
|
5897
|
+
"dependencies": [],
|
|
5898
|
+
"dependencyGraph": {}
|
|
5899
|
+
},
|
|
5900
|
+
{
|
|
5901
|
+
"filePath": "src/components/pds-modal/pds-modal-content/pds-modal-content.tsx",
|
|
5902
|
+
"encapsulation": "none",
|
|
5903
|
+
"tag": "pds-modal-content",
|
|
5904
|
+
"readme": "# pds-modal-content\n\n\n",
|
|
5905
|
+
"docs": "",
|
|
5906
|
+
"docsTags": [],
|
|
5907
|
+
"usage": {},
|
|
5908
|
+
"props": [
|
|
5909
|
+
{
|
|
5910
|
+
"name": "border",
|
|
5911
|
+
"type": "\"both\" | \"bottom\" | \"none\" | \"top\"",
|
|
5912
|
+
"complexType": {
|
|
5913
|
+
"original": "'none' | 'both' | 'top' | 'bottom'",
|
|
5914
|
+
"resolved": "\"both\" | \"bottom\" | \"none\" | \"top\"",
|
|
5915
|
+
"references": {}
|
|
5916
|
+
},
|
|
5917
|
+
"mutable": false,
|
|
5918
|
+
"attr": "border",
|
|
5919
|
+
"reflectToAttr": true,
|
|
5920
|
+
"docs": "The border style for the content area. Automatically set based on available space of the modal content.",
|
|
5921
|
+
"docsTags": [
|
|
5922
|
+
{
|
|
5923
|
+
"name": "default",
|
|
5924
|
+
"text": "'none'"
|
|
5925
|
+
}
|
|
5926
|
+
],
|
|
5927
|
+
"default": "'none'",
|
|
5928
|
+
"values": [
|
|
5929
|
+
{
|
|
5930
|
+
"value": "both",
|
|
4806
5931
|
"type": "string"
|
|
4807
5932
|
},
|
|
4808
5933
|
{
|
|
4809
|
-
"value": "
|
|
5934
|
+
"value": "bottom",
|
|
5935
|
+
"type": "string"
|
|
5936
|
+
},
|
|
5937
|
+
{
|
|
5938
|
+
"value": "none",
|
|
5939
|
+
"type": "string"
|
|
5940
|
+
},
|
|
5941
|
+
{
|
|
5942
|
+
"value": "top",
|
|
4810
5943
|
"type": "string"
|
|
4811
5944
|
}
|
|
4812
5945
|
],
|
|
@@ -4820,22 +5953,49 @@
|
|
|
4820
5953
|
"events": [],
|
|
4821
5954
|
"listeners": [],
|
|
4822
5955
|
"styles": [],
|
|
4823
|
-
"slots": [
|
|
4824
|
-
{
|
|
4825
|
-
"name": "label",
|
|
4826
|
-
"docs": "Default slot for Loader label text."
|
|
4827
|
-
}
|
|
4828
|
-
],
|
|
5956
|
+
"slots": [],
|
|
4829
5957
|
"parts": [],
|
|
4830
|
-
"dependents": [
|
|
4831
|
-
"pds-button"
|
|
4832
|
-
],
|
|
5958
|
+
"dependents": [],
|
|
4833
5959
|
"dependencies": [],
|
|
4834
|
-
"dependencyGraph": {
|
|
4835
|
-
|
|
4836
|
-
|
|
4837
|
-
|
|
4838
|
-
|
|
5960
|
+
"dependencyGraph": {}
|
|
5961
|
+
},
|
|
5962
|
+
{
|
|
5963
|
+
"filePath": "src/components/pds-modal/pds-modal-footer/pds-modal-footer.tsx",
|
|
5964
|
+
"encapsulation": "none",
|
|
5965
|
+
"tag": "pds-modal-footer",
|
|
5966
|
+
"readme": "# pds-modal-footer\n\n\n",
|
|
5967
|
+
"docs": "",
|
|
5968
|
+
"docsTags": [],
|
|
5969
|
+
"usage": {},
|
|
5970
|
+
"props": [],
|
|
5971
|
+
"methods": [],
|
|
5972
|
+
"events": [],
|
|
5973
|
+
"listeners": [],
|
|
5974
|
+
"styles": [],
|
|
5975
|
+
"slots": [],
|
|
5976
|
+
"parts": [],
|
|
5977
|
+
"dependents": [],
|
|
5978
|
+
"dependencies": [],
|
|
5979
|
+
"dependencyGraph": {}
|
|
5980
|
+
},
|
|
5981
|
+
{
|
|
5982
|
+
"filePath": "src/components/pds-modal/pds-modal-header/pds-modal-header.tsx",
|
|
5983
|
+
"encapsulation": "none",
|
|
5984
|
+
"tag": "pds-modal-header",
|
|
5985
|
+
"readme": "# pds-modal-header\n\n\n",
|
|
5986
|
+
"docs": "",
|
|
5987
|
+
"docsTags": [],
|
|
5988
|
+
"usage": {},
|
|
5989
|
+
"props": [],
|
|
5990
|
+
"methods": [],
|
|
5991
|
+
"events": [],
|
|
5992
|
+
"listeners": [],
|
|
5993
|
+
"styles": [],
|
|
5994
|
+
"slots": [],
|
|
5995
|
+
"parts": [],
|
|
5996
|
+
"dependents": [],
|
|
5997
|
+
"dependencies": [],
|
|
5998
|
+
"dependencyGraph": {}
|
|
4839
5999
|
},
|
|
4840
6000
|
{
|
|
4841
6001
|
"filePath": "src/components/pds-popover/pds-popover.tsx",
|
|
@@ -7807,7 +8967,7 @@
|
|
|
7807
8967
|
},
|
|
7808
8968
|
"mutable": false,
|
|
7809
8969
|
"attr": "truncate",
|
|
7810
|
-
"reflectToAttr":
|
|
8970
|
+
"reflectToAttr": true,
|
|
7811
8971
|
"docs": "If set or `true`, the text will be truncated. Must add a `width` to the element.",
|
|
7812
8972
|
"docsTags": [],
|
|
7813
8973
|
"values": [
|
|
@@ -7871,9 +9031,15 @@
|
|
|
7871
9031
|
"styles": [],
|
|
7872
9032
|
"slots": [],
|
|
7873
9033
|
"parts": [],
|
|
7874
|
-
"dependents": [
|
|
9034
|
+
"dependents": [
|
|
9035
|
+
"pds-alert"
|
|
9036
|
+
],
|
|
7875
9037
|
"dependencies": [],
|
|
7876
|
-
"dependencyGraph": {
|
|
9038
|
+
"dependencyGraph": {
|
|
9039
|
+
"pds-alert": [
|
|
9040
|
+
"pds-text"
|
|
9041
|
+
]
|
|
9042
|
+
}
|
|
7877
9043
|
},
|
|
7878
9044
|
{
|
|
7879
9045
|
"filePath": "src/components/pds-textarea/pds-textarea.tsx",
|
|
@@ -8352,8 +9518,214 @@
|
|
|
8352
9518
|
}
|
|
8353
9519
|
},
|
|
8354
9520
|
{
|
|
8355
|
-
"filePath": "src/components/pds-
|
|
9521
|
+
"filePath": "src/components/pds-toast/pds-toast.tsx",
|
|
8356
9522
|
"encapsulation": "shadow",
|
|
9523
|
+
"tag": "pds-toast",
|
|
9524
|
+
"readme": "# pds-toast\n\n\n",
|
|
9525
|
+
"docs": "",
|
|
9526
|
+
"docsTags": [],
|
|
9527
|
+
"usage": {},
|
|
9528
|
+
"props": [
|
|
9529
|
+
{
|
|
9530
|
+
"name": "componentId",
|
|
9531
|
+
"type": "string",
|
|
9532
|
+
"complexType": {
|
|
9533
|
+
"original": "string",
|
|
9534
|
+
"resolved": "string",
|
|
9535
|
+
"references": {}
|
|
9536
|
+
},
|
|
9537
|
+
"mutable": false,
|
|
9538
|
+
"attr": "component-id",
|
|
9539
|
+
"reflectToAttr": false,
|
|
9540
|
+
"docs": "A unique identifier used for the underlying component `id` attribute.",
|
|
9541
|
+
"docsTags": [],
|
|
9542
|
+
"values": [
|
|
9543
|
+
{
|
|
9544
|
+
"type": "string"
|
|
9545
|
+
}
|
|
9546
|
+
],
|
|
9547
|
+
"optional": false,
|
|
9548
|
+
"required": true,
|
|
9549
|
+
"getter": false,
|
|
9550
|
+
"setter": false
|
|
9551
|
+
},
|
|
9552
|
+
{
|
|
9553
|
+
"name": "dismissible",
|
|
9554
|
+
"type": "boolean",
|
|
9555
|
+
"complexType": {
|
|
9556
|
+
"original": "boolean",
|
|
9557
|
+
"resolved": "boolean",
|
|
9558
|
+
"references": {}
|
|
9559
|
+
},
|
|
9560
|
+
"mutable": false,
|
|
9561
|
+
"attr": "dismissible",
|
|
9562
|
+
"reflectToAttr": false,
|
|
9563
|
+
"docs": "Whether the toast can be dismissed manually via the close button.\nNote: This only controls manual dismissal. Auto-dismissal via duration still applies.",
|
|
9564
|
+
"docsTags": [
|
|
9565
|
+
{
|
|
9566
|
+
"name": "default",
|
|
9567
|
+
"text": "true"
|
|
9568
|
+
}
|
|
9569
|
+
],
|
|
9570
|
+
"default": "true",
|
|
9571
|
+
"values": [
|
|
9572
|
+
{
|
|
9573
|
+
"type": "boolean"
|
|
9574
|
+
}
|
|
9575
|
+
],
|
|
9576
|
+
"optional": false,
|
|
9577
|
+
"required": false,
|
|
9578
|
+
"getter": false,
|
|
9579
|
+
"setter": false
|
|
9580
|
+
},
|
|
9581
|
+
{
|
|
9582
|
+
"name": "duration",
|
|
9583
|
+
"type": "number",
|
|
9584
|
+
"complexType": {
|
|
9585
|
+
"original": "number",
|
|
9586
|
+
"resolved": "number",
|
|
9587
|
+
"references": {}
|
|
9588
|
+
},
|
|
9589
|
+
"mutable": false,
|
|
9590
|
+
"attr": "duration",
|
|
9591
|
+
"reflectToAttr": false,
|
|
9592
|
+
"docs": "The duration in milliseconds to show the toast before auto-dismissing.\nSet to 0 to disable auto-dismiss.",
|
|
9593
|
+
"docsTags": [
|
|
9594
|
+
{
|
|
9595
|
+
"name": "default",
|
|
9596
|
+
"text": "4500"
|
|
9597
|
+
}
|
|
9598
|
+
],
|
|
9599
|
+
"default": "4500",
|
|
9600
|
+
"values": [
|
|
9601
|
+
{
|
|
9602
|
+
"type": "number"
|
|
9603
|
+
}
|
|
9604
|
+
],
|
|
9605
|
+
"optional": false,
|
|
9606
|
+
"required": false,
|
|
9607
|
+
"getter": false,
|
|
9608
|
+
"setter": false
|
|
9609
|
+
},
|
|
9610
|
+
{
|
|
9611
|
+
"name": "icon",
|
|
9612
|
+
"type": "string",
|
|
9613
|
+
"complexType": {
|
|
9614
|
+
"original": "string",
|
|
9615
|
+
"resolved": "string",
|
|
9616
|
+
"references": {}
|
|
9617
|
+
},
|
|
9618
|
+
"mutable": false,
|
|
9619
|
+
"attr": "icon",
|
|
9620
|
+
"reflectToAttr": false,
|
|
9621
|
+
"docs": "The name of the icon to display in the toast.",
|
|
9622
|
+
"docsTags": [],
|
|
9623
|
+
"values": [
|
|
9624
|
+
{
|
|
9625
|
+
"type": "string"
|
|
9626
|
+
}
|
|
9627
|
+
],
|
|
9628
|
+
"optional": true,
|
|
9629
|
+
"required": false,
|
|
9630
|
+
"getter": false,
|
|
9631
|
+
"setter": false
|
|
9632
|
+
},
|
|
9633
|
+
{
|
|
9634
|
+
"name": "type",
|
|
9635
|
+
"type": "\"danger\" | \"default\" | \"loading\"",
|
|
9636
|
+
"complexType": {
|
|
9637
|
+
"original": "'default' | 'danger' | 'loading'",
|
|
9638
|
+
"resolved": "\"danger\" | \"default\" | \"loading\"",
|
|
9639
|
+
"references": {}
|
|
9640
|
+
},
|
|
9641
|
+
"mutable": false,
|
|
9642
|
+
"attr": "type",
|
|
9643
|
+
"reflectToAttr": false,
|
|
9644
|
+
"docs": "The type of toast to display.\n- default: Grey background (default)\n- danger: Red background\n- loading: With spinner animation",
|
|
9645
|
+
"docsTags": [
|
|
9646
|
+
{
|
|
9647
|
+
"name": "default",
|
|
9648
|
+
"text": "'default'"
|
|
9649
|
+
}
|
|
9650
|
+
],
|
|
9651
|
+
"default": "'default'",
|
|
9652
|
+
"values": [
|
|
9653
|
+
{
|
|
9654
|
+
"value": "danger",
|
|
9655
|
+
"type": "string"
|
|
9656
|
+
},
|
|
9657
|
+
{
|
|
9658
|
+
"value": "default",
|
|
9659
|
+
"type": "string"
|
|
9660
|
+
},
|
|
9661
|
+
{
|
|
9662
|
+
"value": "loading",
|
|
9663
|
+
"type": "string"
|
|
9664
|
+
}
|
|
9665
|
+
],
|
|
9666
|
+
"optional": false,
|
|
9667
|
+
"required": false,
|
|
9668
|
+
"getter": false,
|
|
9669
|
+
"setter": false
|
|
9670
|
+
}
|
|
9671
|
+
],
|
|
9672
|
+
"methods": [
|
|
9673
|
+
{
|
|
9674
|
+
"name": "dismiss",
|
|
9675
|
+
"returns": {
|
|
9676
|
+
"type": "Promise<void>",
|
|
9677
|
+
"docs": ""
|
|
9678
|
+
},
|
|
9679
|
+
"complexType": {
|
|
9680
|
+
"signature": "() => Promise<void>",
|
|
9681
|
+
"parameters": [],
|
|
9682
|
+
"references": {
|
|
9683
|
+
"Promise": {
|
|
9684
|
+
"location": "global",
|
|
9685
|
+
"id": "global::Promise"
|
|
9686
|
+
}
|
|
9687
|
+
},
|
|
9688
|
+
"return": "Promise<void>"
|
|
9689
|
+
},
|
|
9690
|
+
"signature": "dismiss() => Promise<void>",
|
|
9691
|
+
"parameters": [],
|
|
9692
|
+
"docs": "",
|
|
9693
|
+
"docsTags": []
|
|
9694
|
+
}
|
|
9695
|
+
],
|
|
9696
|
+
"events": [
|
|
9697
|
+
{
|
|
9698
|
+
"event": "pdsToastDismissed",
|
|
9699
|
+
"detail": "{ componentId?: string; }",
|
|
9700
|
+
"bubbles": true,
|
|
9701
|
+
"complexType": {
|
|
9702
|
+
"original": "{ componentId?: string }",
|
|
9703
|
+
"resolved": "{ componentId?: string; }",
|
|
9704
|
+
"references": {}
|
|
9705
|
+
},
|
|
9706
|
+
"cancelable": true,
|
|
9707
|
+
"composed": true,
|
|
9708
|
+
"docs": "Event emitted when the toast is dismissed, either manually or automatically.",
|
|
9709
|
+
"docsTags": []
|
|
9710
|
+
}
|
|
9711
|
+
],
|
|
9712
|
+
"listeners": [],
|
|
9713
|
+
"styles": [],
|
|
9714
|
+
"slots": [],
|
|
9715
|
+
"parts": [],
|
|
9716
|
+
"dependents": [],
|
|
9717
|
+
"dependencies": [
|
|
9718
|
+
"pds-icon"
|
|
9719
|
+
],
|
|
9720
|
+
"dependencyGraph": {
|
|
9721
|
+
"pds-toast": [
|
|
9722
|
+
"pds-icon"
|
|
9723
|
+
]
|
|
9724
|
+
}
|
|
9725
|
+
},
|
|
9726
|
+
{
|
|
9727
|
+
"filePath": "src/components/pds-tooltip/pds-tooltip.tsx",
|
|
9728
|
+
"encapsulation": "none",
|
|
8357
9729
|
"tag": "pds-tooltip",
|
|
8358
9730
|
"readme": "# pds-tooltip\n\n\n",
|
|
8359
9731
|
"docs": "",
|
|
@@ -8692,6 +10064,11 @@
|
|
|
8692
10064
|
"docstring": "",
|
|
8693
10065
|
"path": "src/components/pds-checkbox/checkbox-interface.ts"
|
|
8694
10066
|
},
|
|
10067
|
+
"src/utils/types.ts::PlacementType": {
|
|
10068
|
+
"declaration": "export type PlacementType =\n | 'top-start'\n | 'top'\n | 'top-end'\n | 'left-start'\n | 'left'\n | 'left-end'\n | 'right-start'\n | 'right'\n | 'right-end'\n | 'bottom-start'\n | 'bottom'\n | 'bottom-end';",
|
|
10069
|
+
"docstring": "",
|
|
10070
|
+
"path": "src/utils/types.ts"
|
|
10071
|
+
},
|
|
8695
10072
|
"src/components/pds-input/input-interface.ts::InputChangeEventDetail": {
|
|
8696
10073
|
"declaration": "export interface InputChangeEventDetail {\n value?: string | number | null;\n event?: Event;\n}",
|
|
8697
10074
|
"docstring": "",
|
|
@@ -8702,11 +10079,6 @@
|
|
|
8702
10079
|
"docstring": "",
|
|
8703
10080
|
"path": "src/components/pds-input/input-interface.ts"
|
|
8704
10081
|
},
|
|
8705
|
-
"src/utils/types.ts::PlacementType": {
|
|
8706
|
-
"declaration": "export type PlacementType =\n | 'top-start'\n | 'top'\n | 'top-end'\n | 'left-start'\n | 'left'\n | 'left-end'\n | 'right-start'\n | 'right'\n | 'right-end'\n | 'bottom-start'\n | 'bottom'\n | 'bottom-end';",
|
|
8707
|
-
"docstring": "",
|
|
8708
|
-
"path": "src/utils/types.ts"
|
|
8709
|
-
},
|
|
8710
10082
|
"src/components/pds-textarea/textarea-interface.ts::TextareaInputEventDetail": {
|
|
8711
10083
|
"declaration": "export interface TextareaInputEventDetail {\n event?: Event;\n value?: string | null;\n}",
|
|
8712
10084
|
"docstring": "",
|