@pine-ds/core 3.1.0 → 3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/index.d.ts +20 -0
- package/components/index.js +10 -0
- package/components/index.js.map +1 -1
- package/components/index2.js +1 -1
- package/components/index2.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-button2.js +1 -1
- package/components/pds-button2.js.map +1 -1
- package/components/pds-checkbox2.js +3 -3
- package/components/pds-chip.js +21 -6
- package/components/pds-chip.js.map +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 +98 -21
- package/components/pds-input.js.map +1 -1
- 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 +3 -3
- package/components/pds-select.js.map +1 -1
- 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 +299 -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/{index-CG2Rr2io.js → index-B0qLG6KJ.js} +3 -3
- package/dist/cjs/index-B0qLG6KJ.js.map +1 -0
- 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-accordion.cjs.entry.js +1 -1
- 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 +2 -2
- 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 +3 -3
- package/dist/cjs/pds-button.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-button.entry.cjs.js.map +1 -1
- package/dist/cjs/pds-checkbox.cjs.entry.js +4 -4
- package/dist/cjs/pds-chip.cjs.entry.js +21 -7
- package/dist/cjs/pds-chip.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-chip.entry.cjs.js.map +1 -1
- package/dist/cjs/pds-copytext.cjs.entry.js +2 -2
- 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 +88 -21
- package/dist/cjs/pds-input.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-input.entry.cjs.js.map +1 -1
- package/dist/cjs/pds-link.cjs.entry.js +16 -4
- 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 +4 -4
- package/dist/cjs/pds-row.cjs.entry.js +1 -1
- package/dist/cjs/pds-select.cjs.entry.js +3 -4
- package/dist/cjs/pds-select.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-select.entry.cjs.js.map +1 -1
- package/dist/cjs/pds-sortable-item.cjs.entry.js +2 -2
- package/dist/cjs/pds-sortable.cjs.entry.js +1 -1
- package/dist/cjs/pds-switch.cjs.entry.js +4 -4
- 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 +3 -3
- 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 +6 -6
- 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 +297 -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-button/pds-button.css +17 -5
- package/dist/collection/components/pds-checkbox/pds-checkbox.js +3 -3
- package/dist/collection/components/pds-chip/pds-chip.css +48 -11
- package/dist/collection/components/pds-chip/pds-chip.js +42 -9
- package/dist/collection/components/pds-chip/pds-chip.js.map +1 -1
- package/dist/collection/components/pds-chip/stories/pds-chip.stories.js +18 -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.css +167 -43
- package/dist/collection/components/pds-input/pds-input.js +212 -21
- package/dist/collection/components/pds-input/pds-input.js.map +1 -1
- package/dist/collection/components/pds-input/stories/pds-input.stories.js +84 -0
- 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.css +34 -4
- package/dist/collection/components/pds-select/pds-select.js +20 -2
- package/dist/collection/components/pds-select/pds-select.js.map +1 -1
- package/dist/collection/components/pds-select/stories/pds-select.stories.js +2 -0
- 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 +227 -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 +1816 -200
- package/dist/esm/{index-_4gljHh-.js → index-DpOSrebJ.js} +3 -3
- package/dist/esm/index-DpOSrebJ.js.map +1 -0
- 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-accordion.entry.js +1 -1
- 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 +2 -2
- 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 +3 -3
- package/dist/esm/pds-button.entry.js.map +1 -1
- package/dist/esm/pds-checkbox.entry.js +4 -4
- package/dist/esm/pds-chip.entry.js +21 -7
- package/dist/esm/pds-chip.entry.js.map +1 -1
- package/dist/esm/pds-copytext.entry.js +2 -2
- 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 +88 -21
- package/dist/esm/pds-input.entry.js.map +1 -1
- package/dist/esm/pds-link.entry.js +16 -4
- 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 +4 -4
- package/dist/esm/pds-row.entry.js +1 -1
- package/dist/esm/pds-select.entry.js +3 -4
- package/dist/esm/pds-select.entry.js.map +1 -1
- package/dist/esm/pds-sortable-item.entry.js +2 -2
- package/dist/esm/pds-sortable.entry.js +1 -1
- package/dist/esm/pds-switch.entry.js +4 -4
- 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 +3 -3
- 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 +6 -6
- 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 +297 -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/{index-_4gljHh-.js → index-DpOSrebJ.js} +1 -1
- package/dist/esm-es5/index-DpOSrebJ.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-accordion.entry.js +1 -1
- 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-button.entry.js.map +1 -1
- package/dist/esm-es5/pds-checkbox.entry.js +1 -1
- package/dist/esm-es5/pds-chip.entry.js +1 -1
- package/dist/esm-es5/pds-chip.entry.js.map +1 -1
- package/dist/esm-es5/pds-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-input.entry.js.map +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-select.entry.js.map +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-BjCOR1Nn.system.js.map → p--YvWqEjm.system.js.map} +1 -1
- package/dist/pine-core/p-00599bd8.entry.js +2 -0
- package/dist/pine-core/p-00599bd8.entry.js.map +1 -0
- package/dist/pine-core/{p-a14c8ab4.system.entry.js → p-03d8cb4c.system.entry.js} +2 -2
- package/dist/pine-core/{p-f94703c9.entry.js → p-04195bdb.entry.js} +2 -2
- package/dist/pine-core/p-065208a1.system.entry.js +2 -0
- package/dist/pine-core/p-065208a1.system.entry.js.map +1 -0
- package/dist/pine-core/p-07f45626.entry.js +2 -0
- package/dist/pine-core/p-07f45626.entry.js.map +1 -0
- package/dist/pine-core/{p-0486ad57.entry.js → p-0a11384e.entry.js} +2 -2
- package/dist/pine-core/p-0a87e2fc.system.entry.js +2 -0
- package/dist/pine-core/p-0a87e2fc.system.entry.js.map +1 -0
- package/dist/pine-core/p-0c30661b.system.entry.js +2 -0
- package/dist/pine-core/p-0c30661b.system.entry.js.map +1 -0
- package/dist/pine-core/{p-82e05dcf.entry.js → p-10e2feff.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-1178485a.system.entry.js → p-13481ef5.system.entry.js} +2 -2
- package/dist/pine-core/{p-1178485a.system.entry.js.map → p-13481ef5.system.entry.js.map} +1 -1
- package/dist/pine-core/{p-68de979e.entry.js → p-19c01019.entry.js} +2 -2
- package/dist/pine-core/p-1d395d27.entry.js +2 -0
- package/dist/pine-core/p-1d395d27.entry.js.map +1 -0
- package/dist/pine-core/{p-4ff0838c.entry.js → p-2007a0b5.entry.js} +2 -2
- package/dist/pine-core/{p-fed4c0c0.system.entry.js → p-27c0ffda.system.entry.js} +2 -2
- package/dist/pine-core/p-35917a1a.entry.js +2 -0
- package/dist/pine-core/p-39a31730.system.entry.js +2 -0
- package/dist/pine-core/p-39a31730.system.entry.js.map +1 -0
- package/dist/pine-core/p-3D0orTx_.system.js.map +1 -0
- package/dist/pine-core/p-3ea415b0.entry.js +2 -0
- package/dist/pine-core/p-3ea415b0.entry.js.map +1 -0
- package/dist/pine-core/p-44f10d3c.entry.js +2 -0
- package/dist/pine-core/p-44f10d3c.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-4b2aab79.system.entry.js} +2 -2
- 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-950427b2.entry.js → p-51cc93b3.entry.js} +2 -2
- package/dist/pine-core/p-5367f477.system.entry.js +2 -0
- package/dist/pine-core/{p-ceb48b05.system.entry.js → p-593df966.system.entry.js} +2 -2
- package/dist/pine-core/p-5a437fcd.system.entry.js +2 -0
- package/dist/pine-core/p-5a437fcd.system.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-9cdd57de.entry.js → p-60fbeb1c.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-65a875f6.entry.js +2 -0
- package/dist/pine-core/p-65a875f6.entry.js.map +1 -0
- package/dist/pine-core/{p-c0f0b368.system.entry.js → p-6a7936e7.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-b390c427.entry.js → p-76e35041.entry.js} +2 -2
- package/dist/pine-core/{p-12bee2e5.entry.js → p-76f7cf21.entry.js} +2 -2
- package/dist/pine-core/{p-103b62a1.system.entry.js → p-78327c08.system.entry.js} +2 -2
- package/dist/pine-core/{p-792355e6.entry.js → p-78f29270.entry.js} +2 -2
- package/dist/pine-core/p-79cb7835.system.entry.js +2 -0
- package/dist/pine-core/p-79cb7835.system.entry.js.map +1 -0
- package/dist/pine-core/{p-fd9aa739.system.entry.js → p-7bb3a5d4.system.entry.js} +2 -2
- package/dist/pine-core/{p-e88d58f4.entry.js → p-80f36506.entry.js} +2 -2
- package/dist/pine-core/{p-eda0dc79.entry.js → p-8180b641.entry.js} +2 -2
- package/dist/pine-core/{p-85073252.system.entry.js → p-833b2170.system.entry.js} +2 -2
- package/dist/pine-core/p-86329612.entry.js +2 -0
- package/dist/pine-core/p-86329612.entry.js.map +1 -0
- package/dist/pine-core/p-8b6b0db7.entry.js +2 -0
- package/dist/pine-core/p-8b6b0db7.entry.js.map +1 -0
- package/dist/pine-core/p-8f06b020.entry.js +2 -0
- package/dist/pine-core/p-8f06b020.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-1d92261f.system.entry.js → p-959c8247.system.entry.js} +2 -2
- package/dist/pine-core/{p-5763df39.system.entry.js → p-96e9774e.system.entry.js} +2 -2
- package/dist/pine-core/{p-e281ac09.entry.js → p-99b5e1a5.entry.js} +2 -2
- package/dist/pine-core/p-9c01e81b.system.entry.js +2 -0
- package/dist/pine-core/p-9c01e81b.system.entry.js.map +1 -0
- package/dist/pine-core/p-9db1f179.entry.js +2 -0
- package/dist/pine-core/p-9db1f179.entry.js.map +1 -0
- package/dist/pine-core/p-A4_UN20E.system.js.map +1 -0
- 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-BJyPFOn0.system.js.map → p-BE1qV1Jc.system.js.map} +1 -1
- package/dist/pine-core/p-BEYGfY83.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-BHp2IZGP.system.js.map +1 -0
- package/dist/pine-core/{p-BSINexOf.system.js.map → p-BISuGf0f.system.js.map} +1 -1
- package/dist/pine-core/p-BPQAcMLl.system.js.map +1 -0
- package/dist/pine-core/{p-9niWVsdd.system.js.map → p-BaAcO8Mz.system.js.map} +1 -1
- package/dist/pine-core/p-BcuE4ZrB.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-BsL2GDnH.system.js +1 -1
- package/dist/pine-core/{p-DEsea81X.system.js.map → p-BwHnCFqU.system.js.map} +1 -1
- package/dist/pine-core/{p-DVVPJPOu.system.js.map → p-BxBtA60x.system.js.map} +1 -1
- package/dist/pine-core/{p-kMnJefdU.system.js.map → p-C0oRS1F9.system.js.map} +1 -1
- package/dist/pine-core/{p-eKz-xVcI.system.js.map → p-C2d75seA.system.js.map} +1 -1
- package/dist/pine-core/{p-BgcVBzVE.system.js.map → p-CGABEyvz.system.js.map} +1 -1
- package/dist/pine-core/{p-DkJgkLjR.system.js.map → p-CIc_XeAg.system.js.map} +1 -1
- package/dist/pine-core/p-CNYB6FL-.system.js.map +1 -0
- package/dist/pine-core/{p-BW-n3jjz.system.js.map → p-CNkajx9x.system.js.map} +1 -1
- package/dist/pine-core/{p-Dz6toWDZ.system.js.map → p-CS2nVL5p.system.js.map} +1 -1
- package/dist/pine-core/{p-BFPxUBwH.system.js.map → p-CTPMEWZT.system.js.map} +1 -1
- package/dist/pine-core/{p-Cg0JSYH5.system.js.map → p-CTWkFhWu.system.js.map} +1 -1
- package/dist/pine-core/{p-BoNavS-S.system.js.map → p-CcsZC7UR.system.js.map} +1 -1
- package/dist/pine-core/{p-D8WAvG2e.system.js.map → p-CdzfTGbZ.system.js.map} +1 -1
- package/dist/pine-core/p-CkoeYrxa.system.js.map +1 -0
- package/dist/pine-core/p-ClVQjta4.system.js.map +1 -0
- package/dist/pine-core/{p-C0cdB2AV.system.js.map → p-D2UtaGL2.system.js.map} +1 -1
- package/dist/pine-core/{p-YuC61pNM.system.js.map → p-DGyATOIf.system.js.map} +1 -1
- package/dist/pine-core/p-DMeT5CsE.system.js.map +1 -0
- package/dist/pine-core/p-DVhX1_nD.system.js.map +1 -0
- package/dist/pine-core/p-DeW-6a7f.system.js.map +1 -0
- package/dist/pine-core/{p-Cj21y714.system.js.map → p-DgTp_KeO.system.js.map} +1 -1
- package/dist/pine-core/p-DjXmy34u.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-_4gljHh-.js → p-DpOSrebJ.js} +1 -1
- package/dist/pine-core/p-DpOSrebJ.js.map +1 -0
- package/dist/pine-core/{p-B4W0_y2p.system.js → p-DyDReOdO.system.js} +1 -1
- package/dist/pine-core/p-DyDReOdO.system.js.map +1 -0
- package/dist/pine-core/{p-IK9NvSRG.system.js.map → p-EqAbQY8l.system.js.map} +1 -1
- package/dist/pine-core/p-Ke8SGZqs.system.js.map +1 -0
- package/dist/pine-core/{p-CmTz2SvK.system.js.map → p-Mqxw-gWj.system.js.map} +1 -1
- package/dist/pine-core/{p-BVNW4NmT.system.js.map → p-PPIMiuZX.system.js.map} +1 -1
- package/dist/pine-core/p-PkSWq78_.system.js.map +1 -0
- package/dist/pine-core/{p-w3zTyPF1.system.js.map → p-UhZHDNH2.system.js.map} +1 -1
- 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-7b6b354a.system.entry.js → p-a556a328.system.entry.js} +2 -2
- package/dist/pine-core/{p-c7d4f436.system.entry.js → p-a98cda38.system.entry.js} +2 -2
- package/dist/pine-core/{p-c838b6ef.system.entry.js → p-ab7e4700.system.entry.js} +2 -2
- package/dist/pine-core/{p-6147b1ea.system.entry.js → p-aeaae417.system.entry.js} +2 -2
- package/dist/pine-core/{p-b902f535.entry.js → p-b2820acd.entry.js} +2 -2
- package/dist/pine-core/{p-f439922f.entry.js → p-bf699bad.entry.js} +2 -2
- package/dist/pine-core/{p-f439922f.entry.js.map → p-bf699bad.entry.js.map} +1 -1
- package/dist/pine-core/p-c1909a5d.system.entry.js +2 -0
- package/dist/pine-core/{p-9d0c1b2e.system.entry.js.map → p-c1909a5d.system.entry.js.map} +1 -1
- package/dist/pine-core/{p-e045e337.system.entry.js → p-c551191a.system.entry.js} +2 -2
- package/dist/pine-core/p-c5e1ed09.system.entry.js +2 -0
- package/dist/pine-core/p-c5e1ed09.system.entry.js.map +1 -0
- package/dist/pine-core/{p-596e0292.system.entry.js → p-cc21ddcc.system.entry.js} +2 -2
- package/dist/pine-core/p-d0adaca0.system.entry.js +2 -0
- package/dist/pine-core/p-d0adaca0.system.entry.js.map +1 -0
- package/dist/pine-core/{p-6ad460a7.entry.js → p-d28768d1.entry.js} +2 -2
- package/dist/pine-core/{p-5c396e75.entry.js → p-d35b3494.entry.js} +2 -2
- package/dist/pine-core/{p-98181fa8.system.entry.js → p-d553e05c.system.entry.js} +2 -2
- package/dist/pine-core/{p-a952d40c.system.entry.js → p-d6d453d8.system.entry.js} +2 -2
- package/dist/pine-core/p-dcda4ff5.system.entry.js +2 -0
- package/dist/pine-core/p-dcda4ff5.system.entry.js.map +1 -0
- package/dist/pine-core/p-ddcc4932.entry.js +2 -0
- package/dist/pine-core/{p-ed8c3064.system.entry.js → p-de550d9e.system.entry.js} +2 -2
- package/dist/pine-core/p-dfd5a5b6.system.entry.js +2 -0
- package/dist/pine-core/p-dfd5a5b6.system.entry.js.map +1 -0
- package/dist/pine-core/p-e562ad73.system.entry.js +2 -0
- package/dist/pine-core/p-e562ad73.system.entry.js.map +1 -0
- package/dist/pine-core/p-e9f004c5.entry.js +2 -0
- package/dist/pine-core/p-e9f004c5.entry.js.map +1 -0
- 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-b68cb43d.system.entry.js → p-f46c4618.system.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-3ce8eb9f.entry.js → p-f6b226df.entry.js} +2 -2
- package/dist/pine-core/{p-6a716bff.entry.js → p-f99c59a8.entry.js} +2 -2
- package/dist/pine-core/{p-1b81a8ec.entry.js → p-fb1eb0c4.entry.js} +2 -2
- package/dist/pine-core/{p-8305cd4d.entry.js → p-fb2fb435.entry.js} +2 -2
- package/dist/pine-core/p-fd1ef1e1.entry.js +2 -0
- package/dist/pine-core/p-fd1ef1e1.entry.js.map +1 -0
- package/dist/pine-core/p-fdf3a5ff.entry.js +2 -0
- package/dist/pine-core/{p-d5838288.entry.js.map → p-fdf3a5ff.entry.js.map} +1 -1
- package/dist/pine-core/p-fed5f55e.system.entry.js +2 -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-button.entry.esm.js.map +1 -1
- package/dist/pine-core/pds-chip.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-input.entry.esm.js.map +1 -1
- 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-select.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-chip/pds-chip.d.ts +9 -1
- 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-input/pds-input.d.ts +57 -9
- 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-select/pds-select.d.ts +4 -0
- package/dist/types/components/pds-toast/pds-toast.d.ts +57 -0
- package/dist/types/components/pds-tooltip/pds-tooltip.d.ts +31 -3
- package/dist/types/components.d.ts +609 -20
- 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 +3030 -280
- package/hydrate/index.mjs +3030 -280
- package/package.json +6 -2
- package/dist/cjs/index-CG2Rr2io.js.map +0 -1
- package/dist/cjs/utils-CQKIgzWg.js.map +0 -1
- package/dist/esm/index-_4gljHh-.js.map +0 -1
- package/dist/esm/utils-Dw9B1JDC.js.map +0 -1
- package/dist/esm-es5/index-_4gljHh-.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-13b9ed06.system.entry.js +0 -2
- 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-38246e2f.entry.js +0 -2
- package/dist/pine-core/p-38246e2f.entry.js.map +0 -1
- package/dist/pine-core/p-38d2498e.system.entry.js +0 -2
- package/dist/pine-core/p-38d2498e.system.entry.js.map +0 -1
- 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-4ccd2d5e.entry.js +0 -2
- package/dist/pine-core/p-4ccd2d5e.entry.js.map +0 -1
- package/dist/pine-core/p-4e7ca704.entry.js +0 -2
- package/dist/pine-core/p-4e7ca704.entry.js.map +0 -1
- package/dist/pine-core/p-6260135d.system.entry.js +0 -2
- package/dist/pine-core/p-6260135d.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-8337c77c.entry.js +0 -2
- package/dist/pine-core/p-8337c77c.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-B4W0_y2p.system.js.map +0 -1
- package/dist/pine-core/p-Bu94kuQa.system.js.map +0 -1
- 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-Cz3zRtiB.system.js.map +0 -1
- package/dist/pine-core/p-DFmUOrRG.system.js.map +0 -1
- package/dist/pine-core/p-DhwO1z4v.system.js.map +0 -1
- package/dist/pine-core/p-Dv_jWtcr.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-_4gljHh-.js.map +0 -1
- 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-d78bec50.system.entry.js +0 -2
- package/dist/pine-core/p-d78bec50.system.entry.js.map +0 -1
- package/dist/pine-core/p-d8e02aa9.system.entry.js +0 -2
- package/dist/pine-core/p-d8e02aa9.system.entry.js.map +0 -1
- 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-a14c8ab4.system.entry.js.map → p-03d8cb4c.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-f94703c9.entry.js.map → p-04195bdb.entry.js.map} +0 -0
- /package/dist/pine-core/{p-0486ad57.entry.js.map → p-0a11384e.entry.js.map} +0 -0
- /package/dist/pine-core/{p-82e05dcf.entry.js.map → p-10e2feff.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-68de979e.entry.js.map → p-19c01019.entry.js.map} +0 -0
- /package/dist/pine-core/{p-4ff0838c.entry.js.map → p-2007a0b5.entry.js.map} +0 -0
- /package/dist/pine-core/{p-fed4c0c0.system.entry.js.map → p-27c0ffda.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-294f9b1f.entry.js.map → p-35917a1a.entry.js.map} +0 -0
- /package/dist/pine-core/{p-ca09f86a.system.entry.js.map → p-4b2aab79.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-950427b2.entry.js.map → p-51cc93b3.entry.js.map} +0 -0
- /package/dist/pine-core/{p-953f619f.system.entry.js.map → p-5367f477.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-ceb48b05.system.entry.js.map → p-593df966.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-9cdd57de.entry.js.map → p-60fbeb1c.entry.js.map} +0 -0
- /package/dist/pine-core/{p-c0f0b368.system.entry.js.map → p-6a7936e7.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-b390c427.entry.js.map → p-76e35041.entry.js.map} +0 -0
- /package/dist/pine-core/{p-12bee2e5.entry.js.map → p-76f7cf21.entry.js.map} +0 -0
- /package/dist/pine-core/{p-103b62a1.system.entry.js.map → p-78327c08.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-792355e6.entry.js.map → p-78f29270.entry.js.map} +0 -0
- /package/dist/pine-core/{p-fd9aa739.system.entry.js.map → p-7bb3a5d4.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-e88d58f4.entry.js.map → p-80f36506.entry.js.map} +0 -0
- /package/dist/pine-core/{p-eda0dc79.entry.js.map → p-8180b641.entry.js.map} +0 -0
- /package/dist/pine-core/{p-85073252.system.entry.js.map → p-833b2170.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-1d92261f.system.entry.js.map → p-959c8247.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-5763df39.system.entry.js.map → p-96e9774e.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-7b6b354a.system.entry.js.map → p-a556a328.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-c7d4f436.system.entry.js.map → p-a98cda38.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-c838b6ef.system.entry.js.map → p-ab7e4700.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-6147b1ea.system.entry.js.map → p-aeaae417.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-b902f535.entry.js.map → p-b2820acd.entry.js.map} +0 -0
- /package/dist/pine-core/{p-e045e337.system.entry.js.map → p-c551191a.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-596e0292.system.entry.js.map → p-cc21ddcc.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-6ad460a7.entry.js.map → p-d28768d1.entry.js.map} +0 -0
- /package/dist/pine-core/{p-5c396e75.entry.js.map → p-d35b3494.entry.js.map} +0 -0
- /package/dist/pine-core/{p-98181fa8.system.entry.js.map → p-d553e05c.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-a952d40c.system.entry.js.map → p-d6d453d8.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-1d690915.entry.js.map → p-ddcc4932.entry.js.map} +0 -0
- /package/dist/pine-core/{p-ed8c3064.system.entry.js.map → p-de550d9e.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-b68cb43d.system.entry.js.map → p-f46c4618.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-3ce8eb9f.entry.js.map → p-f6b226df.entry.js.map} +0 -0
- /package/dist/pine-core/{p-6a716bff.entry.js.map → p-f99c59a8.entry.js.map} +0 -0
- /package/dist/pine-core/{p-1b81a8ec.entry.js.map → p-fb1eb0c4.entry.js.map} +0 -0
- /package/dist/pine-core/{p-8305cd4d.entry.js.map → p-fb2fb435.entry.js.map} +0 -0
- /package/dist/pine-core/{p-13b9ed06.system.entry.js.map → p-fed5f55e.system.entry.js.map} +0 -0
package/dist/docs.json
CHANGED
|
@@ -1,11 +1,227 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-
|
|
2
|
+
"timestamp": "2025-06-27T17:07:46",
|
|
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",
|
|
@@ -3349,7 +3775,7 @@
|
|
|
3349
3775
|
"mutable": false,
|
|
3350
3776
|
"attr": "dot",
|
|
3351
3777
|
"reflectToAttr": false,
|
|
3352
|
-
"docs": "Determines whether a dot should be displayed on the chip.",
|
|
3778
|
+
"docs": "Determines whether a dot should be displayed on the chip.\nNote: This prop is ignored when sentiment is 'brand'.",
|
|
3353
3779
|
"docsTags": [
|
|
3354
3780
|
{
|
|
3355
3781
|
"name": "defaultValue",
|
|
@@ -3367,6 +3793,29 @@
|
|
|
3367
3793
|
"getter": false,
|
|
3368
3794
|
"setter": false
|
|
3369
3795
|
},
|
|
3796
|
+
{
|
|
3797
|
+
"name": "icon",
|
|
3798
|
+
"type": "string",
|
|
3799
|
+
"complexType": {
|
|
3800
|
+
"original": "string",
|
|
3801
|
+
"resolved": "string",
|
|
3802
|
+
"references": {}
|
|
3803
|
+
},
|
|
3804
|
+
"mutable": false,
|
|
3805
|
+
"attr": "icon",
|
|
3806
|
+
"reflectToAttr": false,
|
|
3807
|
+
"docs": "The name of the icon to display before the chip text.",
|
|
3808
|
+
"docsTags": [],
|
|
3809
|
+
"values": [
|
|
3810
|
+
{
|
|
3811
|
+
"type": "string"
|
|
3812
|
+
}
|
|
3813
|
+
],
|
|
3814
|
+
"optional": true,
|
|
3815
|
+
"required": false,
|
|
3816
|
+
"getter": false,
|
|
3817
|
+
"setter": false
|
|
3818
|
+
},
|
|
3370
3819
|
{
|
|
3371
3820
|
"name": "large",
|
|
3372
3821
|
"type": "boolean",
|
|
@@ -3398,10 +3847,10 @@
|
|
|
3398
3847
|
},
|
|
3399
3848
|
{
|
|
3400
3849
|
"name": "sentiment",
|
|
3401
|
-
"type": "\"accent\" | \"danger\" | \"info\" | \"neutral\" | \"success\" | \"warning\"",
|
|
3850
|
+
"type": "\"accent\" | \"brand\" | \"danger\" | \"info\" | \"neutral\" | \"success\" | \"warning\"",
|
|
3402
3851
|
"complexType": {
|
|
3403
|
-
"original": "'accent' | 'danger' | 'info' | 'neutral' | 'success' | 'warning'",
|
|
3404
|
-
"resolved": "\"accent\" | \"danger\" | \"info\" | \"neutral\" | \"success\" | \"warning\"",
|
|
3852
|
+
"original": "'accent' | 'brand' | 'danger' | 'info' | 'neutral' | 'success' | 'warning'",
|
|
3853
|
+
"resolved": "\"accent\" | \"brand\" | \"danger\" | \"info\" | \"neutral\" | \"success\" | \"warning\"",
|
|
3405
3854
|
"references": {}
|
|
3406
3855
|
},
|
|
3407
3856
|
"mutable": false,
|
|
@@ -3420,6 +3869,10 @@
|
|
|
3420
3869
|
"value": "accent",
|
|
3421
3870
|
"type": "string"
|
|
3422
3871
|
},
|
|
3872
|
+
{
|
|
3873
|
+
"value": "brand",
|
|
3874
|
+
"type": "string"
|
|
3875
|
+
},
|
|
3423
3876
|
{
|
|
3424
3877
|
"value": "danger",
|
|
3425
3878
|
"type": "string"
|
|
@@ -3457,7 +3910,7 @@
|
|
|
3457
3910
|
"mutable": false,
|
|
3458
3911
|
"attr": "variant",
|
|
3459
3912
|
"reflectToAttr": false,
|
|
3460
|
-
"docs": "Sets the style variant of the chip.",
|
|
3913
|
+
"docs": "Sets the style variant of the chip.\nNote: This prop is ignored when sentiment is 'brand'.",
|
|
3461
3914
|
"docsTags": [
|
|
3462
3915
|
{
|
|
3463
3916
|
"name": "defaultValue",
|
|
@@ -3822,16 +4275,16 @@
|
|
|
3822
4275
|
"dependencyGraph": {}
|
|
3823
4276
|
},
|
|
3824
4277
|
{
|
|
3825
|
-
"filePath": "src/components/pds-
|
|
4278
|
+
"filePath": "src/components/pds-dropdown-menu/pds-dropdown-menu.tsx",
|
|
3826
4279
|
"encapsulation": "shadow",
|
|
3827
|
-
"tag": "pds-
|
|
3828
|
-
"readme": "# pds-
|
|
4280
|
+
"tag": "pds-dropdown-menu",
|
|
4281
|
+
"readme": "# pds-dropdown\n\n\n",
|
|
3829
4282
|
"docs": "",
|
|
3830
4283
|
"docsTags": [],
|
|
3831
4284
|
"usage": {},
|
|
3832
4285
|
"props": [
|
|
3833
4286
|
{
|
|
3834
|
-
"name": "
|
|
4287
|
+
"name": "componentId",
|
|
3835
4288
|
"type": "string",
|
|
3836
4289
|
"complexType": {
|
|
3837
4290
|
"original": "string",
|
|
@@ -3839,13 +4292,398 @@
|
|
|
3839
4292
|
"references": {}
|
|
3840
4293
|
},
|
|
3841
4294
|
"mutable": false,
|
|
3842
|
-
"attr": "
|
|
4295
|
+
"attr": "component-id",
|
|
3843
4296
|
"reflectToAttr": false,
|
|
3844
|
-
"docs": "
|
|
3845
|
-
"docsTags": [
|
|
4297
|
+
"docs": "A unique identifier used for the underlying component `id` attribute.",
|
|
4298
|
+
"docsTags": [],
|
|
4299
|
+
"values": [
|
|
3846
4300
|
{
|
|
3847
|
-
"
|
|
3848
|
-
|
|
4301
|
+
"type": "string"
|
|
4302
|
+
}
|
|
4303
|
+
],
|
|
4304
|
+
"optional": false,
|
|
4305
|
+
"required": false,
|
|
4306
|
+
"getter": false,
|
|
4307
|
+
"setter": false
|
|
4308
|
+
},
|
|
4309
|
+
{
|
|
4310
|
+
"name": "placement",
|
|
4311
|
+
"type": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
4312
|
+
"complexType": {
|
|
4313
|
+
"original": "PlacementType",
|
|
4314
|
+
"resolved": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
4315
|
+
"references": {
|
|
4316
|
+
"PlacementType": {
|
|
4317
|
+
"location": "import",
|
|
4318
|
+
"path": "@utils/types",
|
|
4319
|
+
"id": "src/utils/types.ts::PlacementType"
|
|
4320
|
+
}
|
|
4321
|
+
}
|
|
4322
|
+
},
|
|
4323
|
+
"mutable": false,
|
|
4324
|
+
"attr": "placement",
|
|
4325
|
+
"reflectToAttr": false,
|
|
4326
|
+
"docs": "The placement of the dropdown panel relative to the trigger.",
|
|
4327
|
+
"docsTags": [],
|
|
4328
|
+
"default": "'bottom-start'",
|
|
4329
|
+
"values": [
|
|
4330
|
+
{
|
|
4331
|
+
"value": "bottom",
|
|
4332
|
+
"type": "string"
|
|
4333
|
+
},
|
|
4334
|
+
{
|
|
4335
|
+
"value": "bottom-end",
|
|
4336
|
+
"type": "string"
|
|
4337
|
+
},
|
|
4338
|
+
{
|
|
4339
|
+
"value": "bottom-start",
|
|
4340
|
+
"type": "string"
|
|
4341
|
+
},
|
|
4342
|
+
{
|
|
4343
|
+
"value": "left",
|
|
4344
|
+
"type": "string"
|
|
4345
|
+
},
|
|
4346
|
+
{
|
|
4347
|
+
"value": "left-end",
|
|
4348
|
+
"type": "string"
|
|
4349
|
+
},
|
|
4350
|
+
{
|
|
4351
|
+
"value": "left-start",
|
|
4352
|
+
"type": "string"
|
|
4353
|
+
},
|
|
4354
|
+
{
|
|
4355
|
+
"value": "right",
|
|
4356
|
+
"type": "string"
|
|
4357
|
+
},
|
|
4358
|
+
{
|
|
4359
|
+
"value": "right-end",
|
|
4360
|
+
"type": "string"
|
|
4361
|
+
},
|
|
4362
|
+
{
|
|
4363
|
+
"value": "right-start",
|
|
4364
|
+
"type": "string"
|
|
4365
|
+
},
|
|
4366
|
+
{
|
|
4367
|
+
"value": "top",
|
|
4368
|
+
"type": "string"
|
|
4369
|
+
},
|
|
4370
|
+
{
|
|
4371
|
+
"value": "top-end",
|
|
4372
|
+
"type": "string"
|
|
4373
|
+
},
|
|
4374
|
+
{
|
|
4375
|
+
"value": "top-start",
|
|
4376
|
+
"type": "string"
|
|
4377
|
+
}
|
|
4378
|
+
],
|
|
4379
|
+
"optional": false,
|
|
4380
|
+
"required": false,
|
|
4381
|
+
"getter": false,
|
|
4382
|
+
"setter": false
|
|
4383
|
+
}
|
|
4384
|
+
],
|
|
4385
|
+
"methods": [],
|
|
4386
|
+
"events": [],
|
|
4387
|
+
"listeners": [
|
|
4388
|
+
{
|
|
4389
|
+
"event": "keydown",
|
|
4390
|
+
"target": "window",
|
|
4391
|
+
"capture": false,
|
|
4392
|
+
"passive": false
|
|
4393
|
+
},
|
|
4394
|
+
{
|
|
4395
|
+
"event": "click",
|
|
4396
|
+
"target": "window",
|
|
4397
|
+
"capture": false,
|
|
4398
|
+
"passive": false
|
|
4399
|
+
}
|
|
4400
|
+
],
|
|
4401
|
+
"styles": [],
|
|
4402
|
+
"slots": [],
|
|
4403
|
+
"parts": [],
|
|
4404
|
+
"dependents": [],
|
|
4405
|
+
"dependencies": [
|
|
4406
|
+
"pds-box"
|
|
4407
|
+
],
|
|
4408
|
+
"dependencyGraph": {
|
|
4409
|
+
"pds-dropdown-menu": [
|
|
4410
|
+
"pds-box"
|
|
4411
|
+
]
|
|
4412
|
+
}
|
|
4413
|
+
},
|
|
4414
|
+
{
|
|
4415
|
+
"filePath": "src/components/pds-dropdown-menu/pds-dropdown-menu-item/pds-dropdown-menu-item.tsx",
|
|
4416
|
+
"encapsulation": "shadow",
|
|
4417
|
+
"tag": "pds-dropdown-menu-item",
|
|
4418
|
+
"readme": "# pds-dropdown-item\n\n\n",
|
|
4419
|
+
"docs": "",
|
|
4420
|
+
"docsTags": [],
|
|
4421
|
+
"usage": {},
|
|
4422
|
+
"props": [
|
|
4423
|
+
{
|
|
4424
|
+
"name": "componentId",
|
|
4425
|
+
"type": "string",
|
|
4426
|
+
"complexType": {
|
|
4427
|
+
"original": "string",
|
|
4428
|
+
"resolved": "string",
|
|
4429
|
+
"references": {}
|
|
4430
|
+
},
|
|
4431
|
+
"mutable": false,
|
|
4432
|
+
"attr": "component-id",
|
|
4433
|
+
"reflectToAttr": false,
|
|
4434
|
+
"docs": "A unique identifier used for the underlying component `id` attribute.",
|
|
4435
|
+
"docsTags": [],
|
|
4436
|
+
"values": [
|
|
4437
|
+
{
|
|
4438
|
+
"type": "string"
|
|
4439
|
+
}
|
|
4440
|
+
],
|
|
4441
|
+
"optional": false,
|
|
4442
|
+
"required": false,
|
|
4443
|
+
"getter": false,
|
|
4444
|
+
"setter": false
|
|
4445
|
+
},
|
|
4446
|
+
{
|
|
4447
|
+
"name": "destructive",
|
|
4448
|
+
"type": "boolean",
|
|
4449
|
+
"complexType": {
|
|
4450
|
+
"original": "boolean",
|
|
4451
|
+
"resolved": "boolean",
|
|
4452
|
+
"references": {}
|
|
4453
|
+
},
|
|
4454
|
+
"mutable": false,
|
|
4455
|
+
"attr": "destructive",
|
|
4456
|
+
"reflectToAttr": false,
|
|
4457
|
+
"docs": "It determines whether or not the dropdown-item is destructive.",
|
|
4458
|
+
"docsTags": [
|
|
4459
|
+
{
|
|
4460
|
+
"name": "defaultValue",
|
|
4461
|
+
"text": "false"
|
|
4462
|
+
}
|
|
4463
|
+
],
|
|
4464
|
+
"default": "false",
|
|
4465
|
+
"values": [
|
|
4466
|
+
{
|
|
4467
|
+
"type": "boolean"
|
|
4468
|
+
}
|
|
4469
|
+
],
|
|
4470
|
+
"optional": false,
|
|
4471
|
+
"required": false,
|
|
4472
|
+
"getter": false,
|
|
4473
|
+
"setter": false
|
|
4474
|
+
},
|
|
4475
|
+
{
|
|
4476
|
+
"name": "disabled",
|
|
4477
|
+
"type": "boolean",
|
|
4478
|
+
"complexType": {
|
|
4479
|
+
"original": "boolean",
|
|
4480
|
+
"resolved": "boolean",
|
|
4481
|
+
"references": {}
|
|
4482
|
+
},
|
|
4483
|
+
"mutable": false,
|
|
4484
|
+
"attr": "disabled",
|
|
4485
|
+
"reflectToAttr": false,
|
|
4486
|
+
"docs": "It determines whether or not the dropdown-item is disabled.",
|
|
4487
|
+
"docsTags": [
|
|
4488
|
+
{
|
|
4489
|
+
"name": "defaultValue",
|
|
4490
|
+
"text": "false"
|
|
4491
|
+
}
|
|
4492
|
+
],
|
|
4493
|
+
"default": "false",
|
|
4494
|
+
"values": [
|
|
4495
|
+
{
|
|
4496
|
+
"type": "boolean"
|
|
4497
|
+
}
|
|
4498
|
+
],
|
|
4499
|
+
"optional": false,
|
|
4500
|
+
"required": false,
|
|
4501
|
+
"getter": false,
|
|
4502
|
+
"setter": false
|
|
4503
|
+
},
|
|
4504
|
+
{
|
|
4505
|
+
"name": "href",
|
|
4506
|
+
"type": "string",
|
|
4507
|
+
"complexType": {
|
|
4508
|
+
"original": "string | undefined",
|
|
4509
|
+
"resolved": "string",
|
|
4510
|
+
"references": {}
|
|
4511
|
+
},
|
|
4512
|
+
"mutable": false,
|
|
4513
|
+
"attr": "href",
|
|
4514
|
+
"reflectToAttr": false,
|
|
4515
|
+
"docs": "If provided, renders the dropdown-item as an anchor (`<a>`) element instead of a button.",
|
|
4516
|
+
"docsTags": [],
|
|
4517
|
+
"values": [
|
|
4518
|
+
{
|
|
4519
|
+
"type": "string"
|
|
4520
|
+
}
|
|
4521
|
+
],
|
|
4522
|
+
"optional": false,
|
|
4523
|
+
"required": false,
|
|
4524
|
+
"getter": false,
|
|
4525
|
+
"setter": false
|
|
4526
|
+
}
|
|
4527
|
+
],
|
|
4528
|
+
"methods": [
|
|
4529
|
+
{
|
|
4530
|
+
"name": "clickItem",
|
|
4531
|
+
"returns": {
|
|
4532
|
+
"type": "Promise<void>",
|
|
4533
|
+
"docs": ""
|
|
4534
|
+
},
|
|
4535
|
+
"complexType": {
|
|
4536
|
+
"signature": "() => Promise<void>",
|
|
4537
|
+
"parameters": [],
|
|
4538
|
+
"references": {
|
|
4539
|
+
"Promise": {
|
|
4540
|
+
"location": "global",
|
|
4541
|
+
"id": "global::Promise"
|
|
4542
|
+
}
|
|
4543
|
+
},
|
|
4544
|
+
"return": "Promise<void>"
|
|
4545
|
+
},
|
|
4546
|
+
"signature": "clickItem() => Promise<void>",
|
|
4547
|
+
"parameters": [],
|
|
4548
|
+
"docs": "Trigger the click event",
|
|
4549
|
+
"docsTags": []
|
|
4550
|
+
}
|
|
4551
|
+
],
|
|
4552
|
+
"events": [
|
|
4553
|
+
{
|
|
4554
|
+
"event": "pdsClick",
|
|
4555
|
+
"detail": "{ itemIndex: number; item: HTMLPdsDropdownMenuItemElement; content: string; }",
|
|
4556
|
+
"bubbles": true,
|
|
4557
|
+
"complexType": {
|
|
4558
|
+
"original": "{itemIndex: number, item: HTMLPdsDropdownMenuItemElement, content: string}",
|
|
4559
|
+
"resolved": "{ itemIndex: number; item: HTMLPdsDropdownMenuItemElement; content: string; }",
|
|
4560
|
+
"references": {
|
|
4561
|
+
"HTMLPdsDropdownMenuItemElement": {
|
|
4562
|
+
"location": "global",
|
|
4563
|
+
"id": "global::HTMLPdsDropdownMenuItemElement"
|
|
4564
|
+
}
|
|
4565
|
+
}
|
|
4566
|
+
},
|
|
4567
|
+
"cancelable": true,
|
|
4568
|
+
"composed": true,
|
|
4569
|
+
"docs": "Emitted when the dropdown-item is clicked.",
|
|
4570
|
+
"docsTags": []
|
|
4571
|
+
}
|
|
4572
|
+
],
|
|
4573
|
+
"listeners": [],
|
|
4574
|
+
"styles": [],
|
|
4575
|
+
"slots": [],
|
|
4576
|
+
"parts": [],
|
|
4577
|
+
"dependents": [],
|
|
4578
|
+
"dependencies": [
|
|
4579
|
+
"pds-link"
|
|
4580
|
+
],
|
|
4581
|
+
"dependencyGraph": {
|
|
4582
|
+
"pds-dropdown-menu-item": [
|
|
4583
|
+
"pds-link"
|
|
4584
|
+
],
|
|
4585
|
+
"pds-link": [
|
|
4586
|
+
"pds-icon"
|
|
4587
|
+
]
|
|
4588
|
+
}
|
|
4589
|
+
},
|
|
4590
|
+
{
|
|
4591
|
+
"filePath": "src/components/pds-dropdown-menu/pds-dropdown-menu-separator/pds-dropdown-menu-separator.tsx",
|
|
4592
|
+
"encapsulation": "shadow",
|
|
4593
|
+
"tag": "pds-dropdown-menu-separator",
|
|
4594
|
+
"readme": "# pds-dropdown-item\n\n\n",
|
|
4595
|
+
"docs": "",
|
|
4596
|
+
"docsTags": [],
|
|
4597
|
+
"usage": {},
|
|
4598
|
+
"props": [
|
|
4599
|
+
{
|
|
4600
|
+
"name": "componentId",
|
|
4601
|
+
"type": "string",
|
|
4602
|
+
"complexType": {
|
|
4603
|
+
"original": "string",
|
|
4604
|
+
"resolved": "string",
|
|
4605
|
+
"references": {}
|
|
4606
|
+
},
|
|
4607
|
+
"mutable": false,
|
|
4608
|
+
"attr": "component-id",
|
|
4609
|
+
"reflectToAttr": false,
|
|
4610
|
+
"docs": "A unique identifier used for the underlying component `id` attribute.",
|
|
4611
|
+
"docsTags": [],
|
|
4612
|
+
"values": [
|
|
4613
|
+
{
|
|
4614
|
+
"type": "string"
|
|
4615
|
+
}
|
|
4616
|
+
],
|
|
4617
|
+
"optional": false,
|
|
4618
|
+
"required": false,
|
|
4619
|
+
"getter": false,
|
|
4620
|
+
"setter": false
|
|
4621
|
+
},
|
|
4622
|
+
{
|
|
4623
|
+
"name": "disabled",
|
|
4624
|
+
"type": "boolean",
|
|
4625
|
+
"complexType": {
|
|
4626
|
+
"original": "boolean",
|
|
4627
|
+
"resolved": "boolean",
|
|
4628
|
+
"references": {}
|
|
4629
|
+
},
|
|
4630
|
+
"mutable": false,
|
|
4631
|
+
"attr": "disabled",
|
|
4632
|
+
"reflectToAttr": false,
|
|
4633
|
+
"docs": "It determines whether or not the dropdown-item is disabled.",
|
|
4634
|
+
"docsTags": [
|
|
4635
|
+
{
|
|
4636
|
+
"name": "defaultValue",
|
|
4637
|
+
"text": "false"
|
|
4638
|
+
}
|
|
4639
|
+
],
|
|
4640
|
+
"default": "false",
|
|
4641
|
+
"values": [
|
|
4642
|
+
{
|
|
4643
|
+
"type": "boolean"
|
|
4644
|
+
}
|
|
4645
|
+
],
|
|
4646
|
+
"optional": false,
|
|
4647
|
+
"required": false,
|
|
4648
|
+
"getter": false,
|
|
4649
|
+
"setter": false
|
|
4650
|
+
}
|
|
4651
|
+
],
|
|
4652
|
+
"methods": [],
|
|
4653
|
+
"events": [],
|
|
4654
|
+
"listeners": [],
|
|
4655
|
+
"styles": [],
|
|
4656
|
+
"slots": [],
|
|
4657
|
+
"parts": [],
|
|
4658
|
+
"dependents": [],
|
|
4659
|
+
"dependencies": [],
|
|
4660
|
+
"dependencyGraph": {}
|
|
4661
|
+
},
|
|
4662
|
+
{
|
|
4663
|
+
"filePath": "src/components/pds-image/pds-image.tsx",
|
|
4664
|
+
"encapsulation": "shadow",
|
|
4665
|
+
"tag": "pds-image",
|
|
4666
|
+
"readme": "# pds-image\n\n\n",
|
|
4667
|
+
"docs": "",
|
|
4668
|
+
"docsTags": [],
|
|
4669
|
+
"usage": {},
|
|
4670
|
+
"props": [
|
|
4671
|
+
{
|
|
4672
|
+
"name": "alt",
|
|
4673
|
+
"type": "string",
|
|
4674
|
+
"complexType": {
|
|
4675
|
+
"original": "string",
|
|
4676
|
+
"resolved": "string",
|
|
4677
|
+
"references": {}
|
|
4678
|
+
},
|
|
4679
|
+
"mutable": false,
|
|
4680
|
+
"attr": "alt",
|
|
4681
|
+
"reflectToAttr": false,
|
|
4682
|
+
"docs": "The image's alt tag. If none is provided,\nit will default to an empty string, which is desired for\ndecorative images.",
|
|
4683
|
+
"docsTags": [
|
|
4684
|
+
{
|
|
4685
|
+
"name": "defaultValue",
|
|
4686
|
+
"text": "''"
|
|
3849
4687
|
}
|
|
3850
4688
|
],
|
|
3851
4689
|
"default": "''",
|
|
@@ -4054,7 +4892,24 @@
|
|
|
4054
4892
|
"tag": "pds-input",
|
|
4055
4893
|
"readme": "# pds-input\n\n\n",
|
|
4056
4894
|
"docs": "",
|
|
4057
|
-
"docsTags": [
|
|
4895
|
+
"docsTags": [
|
|
4896
|
+
{
|
|
4897
|
+
"name": "slot",
|
|
4898
|
+
"text": "append - Content to be displayed after the input field"
|
|
4899
|
+
},
|
|
4900
|
+
{
|
|
4901
|
+
"name": "slot",
|
|
4902
|
+
"text": "prefix - Content that is displayed visually within the input field before the input field"
|
|
4903
|
+
},
|
|
4904
|
+
{
|
|
4905
|
+
"name": "slot",
|
|
4906
|
+
"text": "prepend - Content to be displayed before the input field"
|
|
4907
|
+
},
|
|
4908
|
+
{
|
|
4909
|
+
"name": "slot",
|
|
4910
|
+
"text": "suffix - Content that is displayed visually within the input field after the input field"
|
|
4911
|
+
}
|
|
4912
|
+
],
|
|
4058
4913
|
"usage": {},
|
|
4059
4914
|
"props": [
|
|
4060
4915
|
{
|
|
@@ -4112,13 +4967,128 @@
|
|
|
4112
4967
|
"references": {}
|
|
4113
4968
|
},
|
|
4114
4969
|
"mutable": false,
|
|
4115
|
-
"attr": "debounce",
|
|
4970
|
+
"attr": "debounce",
|
|
4971
|
+
"reflectToAttr": false,
|
|
4972
|
+
"docs": "Sets the number of milliseconds to wait before updating the value.",
|
|
4973
|
+
"docsTags": [],
|
|
4974
|
+
"values": [
|
|
4975
|
+
{
|
|
4976
|
+
"type": "number"
|
|
4977
|
+
}
|
|
4978
|
+
],
|
|
4979
|
+
"optional": true,
|
|
4980
|
+
"required": false,
|
|
4981
|
+
"getter": false,
|
|
4982
|
+
"setter": false
|
|
4983
|
+
},
|
|
4984
|
+
{
|
|
4985
|
+
"name": "disabled",
|
|
4986
|
+
"type": "boolean",
|
|
4987
|
+
"complexType": {
|
|
4988
|
+
"original": "boolean",
|
|
4989
|
+
"resolved": "boolean",
|
|
4990
|
+
"references": {}
|
|
4991
|
+
},
|
|
4992
|
+
"mutable": false,
|
|
4993
|
+
"attr": "disabled",
|
|
4994
|
+
"reflectToAttr": false,
|
|
4995
|
+
"docs": "Determines whether or not the input field is disabled.",
|
|
4996
|
+
"docsTags": [],
|
|
4997
|
+
"values": [
|
|
4998
|
+
{
|
|
4999
|
+
"type": "boolean"
|
|
5000
|
+
}
|
|
5001
|
+
],
|
|
5002
|
+
"optional": true,
|
|
5003
|
+
"required": false,
|
|
5004
|
+
"getter": false,
|
|
5005
|
+
"setter": false
|
|
5006
|
+
},
|
|
5007
|
+
{
|
|
5008
|
+
"name": "errorMessage",
|
|
5009
|
+
"type": "string",
|
|
5010
|
+
"complexType": {
|
|
5011
|
+
"original": "string",
|
|
5012
|
+
"resolved": "string",
|
|
5013
|
+
"references": {}
|
|
5014
|
+
},
|
|
5015
|
+
"mutable": false,
|
|
5016
|
+
"attr": "error-message",
|
|
5017
|
+
"reflectToAttr": false,
|
|
5018
|
+
"docs": "Specifies the error message and provides an error-themed treatment to the field.",
|
|
5019
|
+
"docsTags": [],
|
|
5020
|
+
"values": [
|
|
5021
|
+
{
|
|
5022
|
+
"type": "string"
|
|
5023
|
+
}
|
|
5024
|
+
],
|
|
5025
|
+
"optional": true,
|
|
5026
|
+
"required": false,
|
|
5027
|
+
"getter": false,
|
|
5028
|
+
"setter": false
|
|
5029
|
+
},
|
|
5030
|
+
{
|
|
5031
|
+
"name": "helperMessage",
|
|
5032
|
+
"type": "string",
|
|
5033
|
+
"complexType": {
|
|
5034
|
+
"original": "string",
|
|
5035
|
+
"resolved": "string",
|
|
5036
|
+
"references": {}
|
|
5037
|
+
},
|
|
5038
|
+
"mutable": false,
|
|
5039
|
+
"attr": "helper-message",
|
|
5040
|
+
"reflectToAttr": false,
|
|
5041
|
+
"docs": "Displays a message or hint below the input field.",
|
|
5042
|
+
"docsTags": [],
|
|
5043
|
+
"values": [
|
|
5044
|
+
{
|
|
5045
|
+
"type": "string"
|
|
5046
|
+
}
|
|
5047
|
+
],
|
|
5048
|
+
"optional": true,
|
|
5049
|
+
"required": false,
|
|
5050
|
+
"getter": false,
|
|
5051
|
+
"setter": false
|
|
5052
|
+
},
|
|
5053
|
+
{
|
|
5054
|
+
"name": "invalid",
|
|
5055
|
+
"type": "boolean",
|
|
5056
|
+
"complexType": {
|
|
5057
|
+
"original": "boolean",
|
|
5058
|
+
"resolved": "boolean",
|
|
5059
|
+
"references": {}
|
|
5060
|
+
},
|
|
5061
|
+
"mutable": false,
|
|
5062
|
+
"attr": "invalid",
|
|
5063
|
+
"reflectToAttr": false,
|
|
5064
|
+
"docs": "Determines whether or not the input field is invalid or throws an error.",
|
|
5065
|
+
"docsTags": [],
|
|
5066
|
+
"values": [
|
|
5067
|
+
{
|
|
5068
|
+
"type": "boolean"
|
|
5069
|
+
}
|
|
5070
|
+
],
|
|
5071
|
+
"optional": true,
|
|
5072
|
+
"required": false,
|
|
5073
|
+
"getter": false,
|
|
5074
|
+
"setter": false
|
|
5075
|
+
},
|
|
5076
|
+
{
|
|
5077
|
+
"name": "label",
|
|
5078
|
+
"type": "string",
|
|
5079
|
+
"complexType": {
|
|
5080
|
+
"original": "string",
|
|
5081
|
+
"resolved": "string",
|
|
5082
|
+
"references": {}
|
|
5083
|
+
},
|
|
5084
|
+
"mutable": false,
|
|
5085
|
+
"attr": "label",
|
|
4116
5086
|
"reflectToAttr": false,
|
|
4117
|
-
"docs": "
|
|
5087
|
+
"docs": "Text to be displayed as the input label.",
|
|
4118
5088
|
"docsTags": [],
|
|
4119
5089
|
"values": [
|
|
4120
5090
|
{
|
|
4121
|
-
"type": "
|
|
5091
|
+
"type": "string"
|
|
4122
5092
|
}
|
|
4123
5093
|
],
|
|
4124
5094
|
"optional": true,
|
|
@@ -4127,21 +5097,21 @@
|
|
|
4127
5097
|
"setter": false
|
|
4128
5098
|
},
|
|
4129
5099
|
{
|
|
4130
|
-
"name": "
|
|
4131
|
-
"type": "
|
|
5100
|
+
"name": "max",
|
|
5101
|
+
"type": "string",
|
|
4132
5102
|
"complexType": {
|
|
4133
|
-
"original": "
|
|
4134
|
-
"resolved": "
|
|
5103
|
+
"original": "string",
|
|
5104
|
+
"resolved": "string",
|
|
4135
5105
|
"references": {}
|
|
4136
5106
|
},
|
|
4137
5107
|
"mutable": false,
|
|
4138
|
-
"attr": "
|
|
5108
|
+
"attr": "max",
|
|
4139
5109
|
"reflectToAttr": false,
|
|
4140
|
-
"docs": "
|
|
5110
|
+
"docs": "Specifies the maximum value for the input field.",
|
|
4141
5111
|
"docsTags": [],
|
|
4142
5112
|
"values": [
|
|
4143
5113
|
{
|
|
4144
|
-
"type": "
|
|
5114
|
+
"type": "string"
|
|
4145
5115
|
}
|
|
4146
5116
|
],
|
|
4147
5117
|
"optional": true,
|
|
@@ -4150,7 +5120,7 @@
|
|
|
4150
5120
|
"setter": false
|
|
4151
5121
|
},
|
|
4152
5122
|
{
|
|
4153
|
-
"name": "
|
|
5123
|
+
"name": "maxlength",
|
|
4154
5124
|
"type": "string",
|
|
4155
5125
|
"complexType": {
|
|
4156
5126
|
"original": "string",
|
|
@@ -4158,9 +5128,9 @@
|
|
|
4158
5128
|
"references": {}
|
|
4159
5129
|
},
|
|
4160
5130
|
"mutable": false,
|
|
4161
|
-
"attr": "
|
|
5131
|
+
"attr": "maxlength",
|
|
4162
5132
|
"reflectToAttr": false,
|
|
4163
|
-
"docs": "Specifies the
|
|
5133
|
+
"docs": "Specifies the maximum number of characters allowed in the input field.",
|
|
4164
5134
|
"docsTags": [],
|
|
4165
5135
|
"values": [
|
|
4166
5136
|
{
|
|
@@ -4173,7 +5143,7 @@
|
|
|
4173
5143
|
"setter": false
|
|
4174
5144
|
},
|
|
4175
5145
|
{
|
|
4176
|
-
"name": "
|
|
5146
|
+
"name": "min",
|
|
4177
5147
|
"type": "string",
|
|
4178
5148
|
"complexType": {
|
|
4179
5149
|
"original": "string",
|
|
@@ -4181,9 +5151,9 @@
|
|
|
4181
5151
|
"references": {}
|
|
4182
5152
|
},
|
|
4183
5153
|
"mutable": false,
|
|
4184
|
-
"attr": "
|
|
5154
|
+
"attr": "min",
|
|
4185
5155
|
"reflectToAttr": false,
|
|
4186
|
-
"docs": "
|
|
5156
|
+
"docs": "Specifies the minimum value for the input field.",
|
|
4187
5157
|
"docsTags": [],
|
|
4188
5158
|
"values": [
|
|
4189
5159
|
{
|
|
@@ -4196,21 +5166,21 @@
|
|
|
4196
5166
|
"setter": false
|
|
4197
5167
|
},
|
|
4198
5168
|
{
|
|
4199
|
-
"name": "
|
|
4200
|
-
"type": "
|
|
5169
|
+
"name": "minlength",
|
|
5170
|
+
"type": "string",
|
|
4201
5171
|
"complexType": {
|
|
4202
|
-
"original": "
|
|
4203
|
-
"resolved": "
|
|
5172
|
+
"original": "string",
|
|
5173
|
+
"resolved": "string",
|
|
4204
5174
|
"references": {}
|
|
4205
5175
|
},
|
|
4206
5176
|
"mutable": false,
|
|
4207
|
-
"attr": "
|
|
5177
|
+
"attr": "minlength",
|
|
4208
5178
|
"reflectToAttr": false,
|
|
4209
|
-
"docs": "
|
|
5179
|
+
"docs": "Specifies the minimum number of characters allowed in the input field.",
|
|
4210
5180
|
"docsTags": [],
|
|
4211
5181
|
"values": [
|
|
4212
5182
|
{
|
|
4213
|
-
"type": "
|
|
5183
|
+
"type": "string"
|
|
4214
5184
|
}
|
|
4215
5185
|
],
|
|
4216
5186
|
"optional": true,
|
|
@@ -4219,7 +5189,7 @@
|
|
|
4219
5189
|
"setter": false
|
|
4220
5190
|
},
|
|
4221
5191
|
{
|
|
4222
|
-
"name": "
|
|
5192
|
+
"name": "name",
|
|
4223
5193
|
"type": "string",
|
|
4224
5194
|
"complexType": {
|
|
4225
5195
|
"original": "string",
|
|
@@ -4227,9 +5197,9 @@
|
|
|
4227
5197
|
"references": {}
|
|
4228
5198
|
},
|
|
4229
5199
|
"mutable": false,
|
|
4230
|
-
"attr": "
|
|
5200
|
+
"attr": "name",
|
|
4231
5201
|
"reflectToAttr": false,
|
|
4232
|
-
"docs": "
|
|
5202
|
+
"docs": "Specifies the name. Submitted with the form name/value pair.",
|
|
4233
5203
|
"docsTags": [],
|
|
4234
5204
|
"values": [
|
|
4235
5205
|
{
|
|
@@ -4242,7 +5212,7 @@
|
|
|
4242
5212
|
"setter": false
|
|
4243
5213
|
},
|
|
4244
5214
|
{
|
|
4245
|
-
"name": "
|
|
5215
|
+
"name": "pattern",
|
|
4246
5216
|
"type": "string",
|
|
4247
5217
|
"complexType": {
|
|
4248
5218
|
"original": "string",
|
|
@@ -4250,9 +5220,9 @@
|
|
|
4250
5220
|
"references": {}
|
|
4251
5221
|
},
|
|
4252
5222
|
"mutable": false,
|
|
4253
|
-
"attr": "
|
|
5223
|
+
"attr": "pattern",
|
|
4254
5224
|
"reflectToAttr": false,
|
|
4255
|
-
"docs": "Specifies the
|
|
5225
|
+
"docs": "Specifies the regular expression that the input value is checked against.",
|
|
4256
5226
|
"docsTags": [],
|
|
4257
5227
|
"values": [
|
|
4258
5228
|
{
|
|
@@ -4333,6 +5303,29 @@
|
|
|
4333
5303
|
"getter": false,
|
|
4334
5304
|
"setter": false
|
|
4335
5305
|
},
|
|
5306
|
+
{
|
|
5307
|
+
"name": "step",
|
|
5308
|
+
"type": "string",
|
|
5309
|
+
"complexType": {
|
|
5310
|
+
"original": "string",
|
|
5311
|
+
"resolved": "string",
|
|
5312
|
+
"references": {}
|
|
5313
|
+
},
|
|
5314
|
+
"mutable": false,
|
|
5315
|
+
"attr": "step",
|
|
5316
|
+
"reflectToAttr": false,
|
|
5317
|
+
"docs": "Works with the `min` and `max` attributes to define increments for the input field.",
|
|
5318
|
+
"docsTags": [],
|
|
5319
|
+
"values": [
|
|
5320
|
+
{
|
|
5321
|
+
"type": "string"
|
|
5322
|
+
}
|
|
5323
|
+
],
|
|
5324
|
+
"optional": true,
|
|
5325
|
+
"required": false,
|
|
5326
|
+
"getter": false,
|
|
5327
|
+
"setter": false
|
|
5328
|
+
},
|
|
4336
5329
|
{
|
|
4337
5330
|
"name": "type",
|
|
4338
5331
|
"type": "string",
|
|
@@ -4451,7 +5444,7 @@
|
|
|
4451
5444
|
},
|
|
4452
5445
|
"cancelable": true,
|
|
4453
5446
|
"composed": true,
|
|
4454
|
-
"docs": "
|
|
5447
|
+
"docs": "Emitted when the value has changed.\n\nThis event will not emit when programmatically setting the `value` property.",
|
|
4455
5448
|
"docsTags": []
|
|
4456
5449
|
},
|
|
4457
5450
|
{
|
|
@@ -4496,8 +5489,42 @@
|
|
|
4496
5489
|
],
|
|
4497
5490
|
"listeners": [],
|
|
4498
5491
|
"styles": [],
|
|
4499
|
-
"slots": [
|
|
4500
|
-
|
|
5492
|
+
"slots": [
|
|
5493
|
+
{
|
|
5494
|
+
"name": "append",
|
|
5495
|
+
"docs": "Content to be displayed after the input field"
|
|
5496
|
+
},
|
|
5497
|
+
{
|
|
5498
|
+
"name": "prefix",
|
|
5499
|
+
"docs": "Content that is displayed visually within the input field before the input field"
|
|
5500
|
+
},
|
|
5501
|
+
{
|
|
5502
|
+
"name": "prepend",
|
|
5503
|
+
"docs": "Content to be displayed before the input field"
|
|
5504
|
+
},
|
|
5505
|
+
{
|
|
5506
|
+
"name": "suffix",
|
|
5507
|
+
"docs": "Content that is displayed visually within the input field after the input field"
|
|
5508
|
+
}
|
|
5509
|
+
],
|
|
5510
|
+
"parts": [
|
|
5511
|
+
{
|
|
5512
|
+
"name": "append",
|
|
5513
|
+
"docs": ""
|
|
5514
|
+
},
|
|
5515
|
+
{
|
|
5516
|
+
"name": "prefix",
|
|
5517
|
+
"docs": ""
|
|
5518
|
+
},
|
|
5519
|
+
{
|
|
5520
|
+
"name": "prepend",
|
|
5521
|
+
"docs": ""
|
|
5522
|
+
},
|
|
5523
|
+
{
|
|
5524
|
+
"name": "suffix",
|
|
5525
|
+
"docs": ""
|
|
5526
|
+
}
|
|
5527
|
+
],
|
|
4501
5528
|
"dependents": [],
|
|
4502
5529
|
"dependencies": [
|
|
4503
5530
|
"pds-icon"
|
|
@@ -4526,6 +5553,29 @@
|
|
|
4526
5553
|
],
|
|
4527
5554
|
"usage": {},
|
|
4528
5555
|
"props": [
|
|
5556
|
+
{
|
|
5557
|
+
"name": "color",
|
|
5558
|
+
"type": "string",
|
|
5559
|
+
"complexType": {
|
|
5560
|
+
"original": "string",
|
|
5561
|
+
"resolved": "string",
|
|
5562
|
+
"references": {}
|
|
5563
|
+
},
|
|
5564
|
+
"mutable": false,
|
|
5565
|
+
"attr": "color",
|
|
5566
|
+
"reflectToAttr": false,
|
|
5567
|
+
"docs": "Sets the link color.",
|
|
5568
|
+
"docsTags": [],
|
|
5569
|
+
"values": [
|
|
5570
|
+
{
|
|
5571
|
+
"type": "string"
|
|
5572
|
+
}
|
|
5573
|
+
],
|
|
5574
|
+
"optional": true,
|
|
5575
|
+
"required": false,
|
|
5576
|
+
"getter": false,
|
|
5577
|
+
"setter": false
|
|
5578
|
+
},
|
|
4529
5579
|
{
|
|
4530
5580
|
"name": "componentId",
|
|
4531
5581
|
"type": "string",
|
|
@@ -4634,37 +5684,184 @@
|
|
|
4634
5684
|
"type": "string"
|
|
4635
5685
|
}
|
|
4636
5686
|
],
|
|
4637
|
-
"optional": false,
|
|
4638
|
-
"required": true,
|
|
5687
|
+
"optional": false,
|
|
5688
|
+
"required": true,
|
|
5689
|
+
"getter": false,
|
|
5690
|
+
"setter": false
|
|
5691
|
+
},
|
|
5692
|
+
{
|
|
5693
|
+
"name": "variant",
|
|
5694
|
+
"type": "\"inline\" | \"plain\"",
|
|
5695
|
+
"complexType": {
|
|
5696
|
+
"original": "'inline' | 'plain'",
|
|
5697
|
+
"resolved": "\"inline\" | \"plain\"",
|
|
5698
|
+
"references": {}
|
|
5699
|
+
},
|
|
5700
|
+
"mutable": false,
|
|
5701
|
+
"attr": "variant",
|
|
5702
|
+
"reflectToAttr": false,
|
|
5703
|
+
"docs": "Sets the link variant styles.",
|
|
5704
|
+
"docsTags": [
|
|
5705
|
+
{
|
|
5706
|
+
"name": "defaultValue",
|
|
5707
|
+
"text": "inline"
|
|
5708
|
+
}
|
|
5709
|
+
],
|
|
5710
|
+
"default": "'inline'",
|
|
5711
|
+
"values": [
|
|
5712
|
+
{
|
|
5713
|
+
"value": "inline",
|
|
5714
|
+
"type": "string"
|
|
5715
|
+
},
|
|
5716
|
+
{
|
|
5717
|
+
"value": "plain",
|
|
5718
|
+
"type": "string"
|
|
5719
|
+
}
|
|
5720
|
+
],
|
|
5721
|
+
"optional": false,
|
|
5722
|
+
"required": false,
|
|
5723
|
+
"getter": false,
|
|
5724
|
+
"setter": false
|
|
5725
|
+
}
|
|
5726
|
+
],
|
|
5727
|
+
"methods": [],
|
|
5728
|
+
"events": [],
|
|
5729
|
+
"listeners": [],
|
|
5730
|
+
"styles": [],
|
|
5731
|
+
"slots": [
|
|
5732
|
+
{
|
|
5733
|
+
"name": "(default)",
|
|
5734
|
+
"docs": "Text content placed between the opening and closing tags. If no text is provided, the **href** will be used as a fallback."
|
|
5735
|
+
}
|
|
5736
|
+
],
|
|
5737
|
+
"parts": [
|
|
5738
|
+
{
|
|
5739
|
+
"name": "link",
|
|
5740
|
+
"docs": "Link element styles."
|
|
5741
|
+
}
|
|
5742
|
+
],
|
|
5743
|
+
"dependents": [
|
|
5744
|
+
"pds-dropdown-menu-item"
|
|
5745
|
+
],
|
|
5746
|
+
"dependencies": [
|
|
5747
|
+
"pds-icon"
|
|
5748
|
+
],
|
|
5749
|
+
"dependencyGraph": {
|
|
5750
|
+
"pds-link": [
|
|
5751
|
+
"pds-icon"
|
|
5752
|
+
],
|
|
5753
|
+
"pds-dropdown-menu-item": [
|
|
5754
|
+
"pds-link"
|
|
5755
|
+
]
|
|
5756
|
+
}
|
|
5757
|
+
},
|
|
5758
|
+
{
|
|
5759
|
+
"filePath": "src/components/pds-loader/pds-loader.tsx",
|
|
5760
|
+
"encapsulation": "shadow",
|
|
5761
|
+
"tag": "pds-loader",
|
|
5762
|
+
"readme": "# pds-loader\n\n\n",
|
|
5763
|
+
"docs": "",
|
|
5764
|
+
"docsTags": [
|
|
5765
|
+
{
|
|
5766
|
+
"name": "slot",
|
|
5767
|
+
"text": "label - Default slot for Loader label text."
|
|
5768
|
+
}
|
|
5769
|
+
],
|
|
5770
|
+
"usage": {},
|
|
5771
|
+
"props": [
|
|
5772
|
+
{
|
|
5773
|
+
"name": "isLoading",
|
|
5774
|
+
"type": "boolean",
|
|
5775
|
+
"complexType": {
|
|
5776
|
+
"original": "boolean",
|
|
5777
|
+
"resolved": "boolean",
|
|
5778
|
+
"references": {}
|
|
5779
|
+
},
|
|
5780
|
+
"mutable": false,
|
|
5781
|
+
"attr": "is-loading",
|
|
5782
|
+
"reflectToAttr": false,
|
|
5783
|
+
"docs": "If false, the loader will be hidden.",
|
|
5784
|
+
"docsTags": [],
|
|
5785
|
+
"default": "true",
|
|
5786
|
+
"values": [
|
|
5787
|
+
{
|
|
5788
|
+
"type": "boolean"
|
|
5789
|
+
}
|
|
5790
|
+
],
|
|
5791
|
+
"optional": false,
|
|
5792
|
+
"required": false,
|
|
5793
|
+
"getter": false,
|
|
5794
|
+
"setter": false
|
|
5795
|
+
},
|
|
5796
|
+
{
|
|
5797
|
+
"name": "showLabel",
|
|
5798
|
+
"type": "boolean",
|
|
5799
|
+
"complexType": {
|
|
5800
|
+
"original": "boolean",
|
|
5801
|
+
"resolved": "boolean",
|
|
5802
|
+
"references": {}
|
|
5803
|
+
},
|
|
5804
|
+
"mutable": false,
|
|
5805
|
+
"attr": "show-label",
|
|
5806
|
+
"reflectToAttr": false,
|
|
5807
|
+
"docs": "Determines whether the loader should display a label.",
|
|
5808
|
+
"docsTags": [],
|
|
5809
|
+
"default": "false",
|
|
5810
|
+
"values": [
|
|
5811
|
+
{
|
|
5812
|
+
"type": "boolean"
|
|
5813
|
+
}
|
|
5814
|
+
],
|
|
5815
|
+
"optional": true,
|
|
5816
|
+
"required": false,
|
|
5817
|
+
"getter": false,
|
|
5818
|
+
"setter": false
|
|
5819
|
+
},
|
|
5820
|
+
{
|
|
5821
|
+
"name": "size",
|
|
5822
|
+
"type": "string",
|
|
5823
|
+
"complexType": {
|
|
5824
|
+
"original": "| 'xs' // 24px\n | 'sm' // 32px\n | 'md' // 48px\n | 'lg' // 64px\n | 'xl' // 80px\n | string",
|
|
5825
|
+
"resolved": "string",
|
|
5826
|
+
"references": {}
|
|
5827
|
+
},
|
|
5828
|
+
"mutable": false,
|
|
5829
|
+
"attr": "size",
|
|
5830
|
+
"reflectToAttr": true,
|
|
5831
|
+
"docs": "Sets the size of the spinner loader. Value can be preset or custom.",
|
|
5832
|
+
"docsTags": [],
|
|
5833
|
+
"default": "'md'",
|
|
5834
|
+
"values": [
|
|
5835
|
+
{
|
|
5836
|
+
"type": "string"
|
|
5837
|
+
}
|
|
5838
|
+
],
|
|
5839
|
+
"optional": true,
|
|
5840
|
+
"required": false,
|
|
4639
5841
|
"getter": false,
|
|
4640
5842
|
"setter": false
|
|
4641
5843
|
},
|
|
4642
5844
|
{
|
|
4643
5845
|
"name": "variant",
|
|
4644
|
-
"type": "\"
|
|
5846
|
+
"type": "\"spinner\" | \"typing\"",
|
|
4645
5847
|
"complexType": {
|
|
4646
|
-
"original": "'
|
|
4647
|
-
"resolved": "\"
|
|
5848
|
+
"original": "'spinner' | 'typing'",
|
|
5849
|
+
"resolved": "\"spinner\" | \"typing\"",
|
|
4648
5850
|
"references": {}
|
|
4649
5851
|
},
|
|
4650
5852
|
"mutable": false,
|
|
4651
5853
|
"attr": "variant",
|
|
4652
5854
|
"reflectToAttr": false,
|
|
4653
|
-
"docs": "
|
|
4654
|
-
"docsTags": [
|
|
4655
|
-
|
|
4656
|
-
"name": "defaultValue",
|
|
4657
|
-
"text": "inline"
|
|
4658
|
-
}
|
|
4659
|
-
],
|
|
4660
|
-
"default": "'inline'",
|
|
5855
|
+
"docs": "Determines the type of loader.",
|
|
5856
|
+
"docsTags": [],
|
|
5857
|
+
"default": "'spinner'",
|
|
4661
5858
|
"values": [
|
|
4662
5859
|
{
|
|
4663
|
-
"value": "
|
|
5860
|
+
"value": "spinner",
|
|
4664
5861
|
"type": "string"
|
|
4665
5862
|
},
|
|
4666
5863
|
{
|
|
4667
|
-
"value": "
|
|
5864
|
+
"value": "typing",
|
|
4668
5865
|
"type": "string"
|
|
4669
5866
|
}
|
|
4670
5867
|
],
|
|
@@ -4680,42 +5877,32 @@
|
|
|
4680
5877
|
"styles": [],
|
|
4681
5878
|
"slots": [
|
|
4682
5879
|
{
|
|
4683
|
-
"name": "
|
|
4684
|
-
"docs": "
|
|
4685
|
-
}
|
|
4686
|
-
],
|
|
4687
|
-
"parts": [
|
|
4688
|
-
{
|
|
4689
|
-
"name": "link",
|
|
4690
|
-
"docs": "Link element styles."
|
|
5880
|
+
"name": "label",
|
|
5881
|
+
"docs": "Default slot for Loader label text."
|
|
4691
5882
|
}
|
|
4692
5883
|
],
|
|
4693
|
-
"
|
|
4694
|
-
"
|
|
4695
|
-
"pds-
|
|
5884
|
+
"parts": [],
|
|
5885
|
+
"dependents": [
|
|
5886
|
+
"pds-button"
|
|
4696
5887
|
],
|
|
5888
|
+
"dependencies": [],
|
|
4697
5889
|
"dependencyGraph": {
|
|
4698
|
-
"pds-
|
|
4699
|
-
"pds-
|
|
5890
|
+
"pds-button": [
|
|
5891
|
+
"pds-loader"
|
|
4700
5892
|
]
|
|
4701
5893
|
}
|
|
4702
5894
|
},
|
|
4703
5895
|
{
|
|
4704
|
-
"filePath": "src/components/pds-
|
|
4705
|
-
"encapsulation": "
|
|
4706
|
-
"tag": "pds-
|
|
4707
|
-
"readme": "# pds-
|
|
5896
|
+
"filePath": "src/components/pds-modal/pds-modal.tsx",
|
|
5897
|
+
"encapsulation": "none",
|
|
5898
|
+
"tag": "pds-modal",
|
|
5899
|
+
"readme": "# pds-modal\n\n\n",
|
|
4708
5900
|
"docs": "",
|
|
4709
|
-
"docsTags": [
|
|
4710
|
-
{
|
|
4711
|
-
"name": "slot",
|
|
4712
|
-
"text": "label - Default slot for Loader label text."
|
|
4713
|
-
}
|
|
4714
|
-
],
|
|
5901
|
+
"docsTags": [],
|
|
4715
5902
|
"usage": {},
|
|
4716
5903
|
"props": [
|
|
4717
5904
|
{
|
|
4718
|
-
"name": "
|
|
5905
|
+
"name": "backdropDismiss",
|
|
4719
5906
|
"type": "boolean",
|
|
4720
5907
|
"complexType": {
|
|
4721
5908
|
"original": "boolean",
|
|
@@ -4723,10 +5910,15 @@
|
|
|
4723
5910
|
"references": {}
|
|
4724
5911
|
},
|
|
4725
5912
|
"mutable": false,
|
|
4726
|
-
"attr": "
|
|
5913
|
+
"attr": "backdrop-dismiss",
|
|
4727
5914
|
"reflectToAttr": false,
|
|
4728
|
-
"docs": "
|
|
4729
|
-
"docsTags": [
|
|
5915
|
+
"docs": "Whether the modal can be dismissed by clicking the backdrop",
|
|
5916
|
+
"docsTags": [
|
|
5917
|
+
{
|
|
5918
|
+
"name": "default",
|
|
5919
|
+
"text": "true"
|
|
5920
|
+
}
|
|
5921
|
+
],
|
|
4730
5922
|
"default": "true",
|
|
4731
5923
|
"values": [
|
|
4732
5924
|
{
|
|
@@ -4739,74 +5931,231 @@
|
|
|
4739
5931
|
"setter": false
|
|
4740
5932
|
},
|
|
4741
5933
|
{
|
|
4742
|
-
"name": "
|
|
5934
|
+
"name": "componentId",
|
|
5935
|
+
"type": "string",
|
|
5936
|
+
"complexType": {
|
|
5937
|
+
"original": "string",
|
|
5938
|
+
"resolved": "string",
|
|
5939
|
+
"references": {}
|
|
5940
|
+
},
|
|
5941
|
+
"mutable": false,
|
|
5942
|
+
"attr": "component-id",
|
|
5943
|
+
"reflectToAttr": false,
|
|
5944
|
+
"docs": "A unique identifier used for the underlying component `id` attribute.",
|
|
5945
|
+
"docsTags": [],
|
|
5946
|
+
"values": [
|
|
5947
|
+
{
|
|
5948
|
+
"type": "string"
|
|
5949
|
+
}
|
|
5950
|
+
],
|
|
5951
|
+
"optional": false,
|
|
5952
|
+
"required": false,
|
|
5953
|
+
"getter": false,
|
|
5954
|
+
"setter": false
|
|
5955
|
+
},
|
|
5956
|
+
{
|
|
5957
|
+
"name": "open",
|
|
4743
5958
|
"type": "boolean",
|
|
4744
5959
|
"complexType": {
|
|
4745
5960
|
"original": "boolean",
|
|
4746
5961
|
"resolved": "boolean",
|
|
4747
5962
|
"references": {}
|
|
4748
5963
|
},
|
|
4749
|
-
"mutable":
|
|
4750
|
-
"attr": "
|
|
5964
|
+
"mutable": true,
|
|
5965
|
+
"attr": "open",
|
|
4751
5966
|
"reflectToAttr": false,
|
|
4752
|
-
"docs": "
|
|
4753
|
-
"docsTags": [
|
|
5967
|
+
"docs": "Whether the modal is open",
|
|
5968
|
+
"docsTags": [
|
|
5969
|
+
{
|
|
5970
|
+
"name": "default",
|
|
5971
|
+
"text": "false"
|
|
5972
|
+
}
|
|
5973
|
+
],
|
|
4754
5974
|
"default": "false",
|
|
4755
5975
|
"values": [
|
|
4756
5976
|
{
|
|
4757
5977
|
"type": "boolean"
|
|
4758
5978
|
}
|
|
4759
5979
|
],
|
|
4760
|
-
"optional":
|
|
5980
|
+
"optional": false,
|
|
4761
5981
|
"required": false,
|
|
4762
5982
|
"getter": false,
|
|
4763
5983
|
"setter": false
|
|
4764
5984
|
},
|
|
4765
5985
|
{
|
|
4766
5986
|
"name": "size",
|
|
4767
|
-
"type": "
|
|
5987
|
+
"type": "\"fullscreen\" | \"lg\" | \"md\" | \"sm\"",
|
|
4768
5988
|
"complexType": {
|
|
4769
|
-
"original": "
|
|
4770
|
-
"resolved": "
|
|
5989
|
+
"original": "'sm' | 'md' | 'lg' | 'fullscreen'",
|
|
5990
|
+
"resolved": "\"fullscreen\" | \"lg\" | \"md\" | \"sm\"",
|
|
4771
5991
|
"references": {}
|
|
4772
5992
|
},
|
|
4773
5993
|
"mutable": false,
|
|
4774
5994
|
"attr": "size",
|
|
4775
|
-
"reflectToAttr":
|
|
4776
|
-
"docs": "
|
|
4777
|
-
"docsTags": [
|
|
5995
|
+
"reflectToAttr": false,
|
|
5996
|
+
"docs": "The size of the modal",
|
|
5997
|
+
"docsTags": [
|
|
5998
|
+
{
|
|
5999
|
+
"name": "default",
|
|
6000
|
+
"text": "'md'"
|
|
6001
|
+
}
|
|
6002
|
+
],
|
|
4778
6003
|
"default": "'md'",
|
|
4779
6004
|
"values": [
|
|
4780
6005
|
{
|
|
6006
|
+
"value": "fullscreen",
|
|
6007
|
+
"type": "string"
|
|
6008
|
+
},
|
|
6009
|
+
{
|
|
6010
|
+
"value": "lg",
|
|
6011
|
+
"type": "string"
|
|
6012
|
+
},
|
|
6013
|
+
{
|
|
6014
|
+
"value": "md",
|
|
6015
|
+
"type": "string"
|
|
6016
|
+
},
|
|
6017
|
+
{
|
|
6018
|
+
"value": "sm",
|
|
4781
6019
|
"type": "string"
|
|
4782
6020
|
}
|
|
4783
6021
|
],
|
|
4784
|
-
"optional":
|
|
6022
|
+
"optional": false,
|
|
4785
6023
|
"required": false,
|
|
4786
6024
|
"getter": false,
|
|
4787
6025
|
"setter": false
|
|
6026
|
+
}
|
|
6027
|
+
],
|
|
6028
|
+
"methods": [
|
|
6029
|
+
{
|
|
6030
|
+
"name": "hideModal",
|
|
6031
|
+
"returns": {
|
|
6032
|
+
"type": "Promise<void>",
|
|
6033
|
+
"docs": ""
|
|
6034
|
+
},
|
|
6035
|
+
"complexType": {
|
|
6036
|
+
"signature": "() => Promise<void>",
|
|
6037
|
+
"parameters": [],
|
|
6038
|
+
"references": {
|
|
6039
|
+
"Promise": {
|
|
6040
|
+
"location": "global",
|
|
6041
|
+
"id": "global::Promise"
|
|
6042
|
+
}
|
|
6043
|
+
},
|
|
6044
|
+
"return": "Promise<void>"
|
|
6045
|
+
},
|
|
6046
|
+
"signature": "hideModal() => Promise<void>",
|
|
6047
|
+
"parameters": [],
|
|
6048
|
+
"docs": "Closes the modal",
|
|
6049
|
+
"docsTags": []
|
|
4788
6050
|
},
|
|
4789
6051
|
{
|
|
4790
|
-
"name": "
|
|
4791
|
-
"
|
|
6052
|
+
"name": "showModal",
|
|
6053
|
+
"returns": {
|
|
6054
|
+
"type": "Promise<void>",
|
|
6055
|
+
"docs": ""
|
|
6056
|
+
},
|
|
4792
6057
|
"complexType": {
|
|
4793
|
-
"
|
|
4794
|
-
"
|
|
6058
|
+
"signature": "() => Promise<void>",
|
|
6059
|
+
"parameters": [],
|
|
6060
|
+
"references": {
|
|
6061
|
+
"Promise": {
|
|
6062
|
+
"location": "global",
|
|
6063
|
+
"id": "global::Promise"
|
|
6064
|
+
},
|
|
6065
|
+
"HTMLElement": {
|
|
6066
|
+
"location": "global",
|
|
6067
|
+
"id": "global::HTMLElement"
|
|
6068
|
+
}
|
|
6069
|
+
},
|
|
6070
|
+
"return": "Promise<void>"
|
|
6071
|
+
},
|
|
6072
|
+
"signature": "showModal() => Promise<void>",
|
|
6073
|
+
"parameters": [],
|
|
6074
|
+
"docs": "Opens the modal",
|
|
6075
|
+
"docsTags": []
|
|
6076
|
+
}
|
|
6077
|
+
],
|
|
6078
|
+
"events": [
|
|
6079
|
+
{
|
|
6080
|
+
"event": "pdsModalClose",
|
|
6081
|
+
"detail": "void",
|
|
6082
|
+
"bubbles": true,
|
|
6083
|
+
"complexType": {
|
|
6084
|
+
"original": "void",
|
|
6085
|
+
"resolved": "void",
|
|
6086
|
+
"references": {}
|
|
6087
|
+
},
|
|
6088
|
+
"cancelable": true,
|
|
6089
|
+
"composed": true,
|
|
6090
|
+
"docs": "Emitted when the modal is closed",
|
|
6091
|
+
"docsTags": []
|
|
6092
|
+
},
|
|
6093
|
+
{
|
|
6094
|
+
"event": "pdsModalOpen",
|
|
6095
|
+
"detail": "void",
|
|
6096
|
+
"bubbles": true,
|
|
6097
|
+
"complexType": {
|
|
6098
|
+
"original": "void",
|
|
6099
|
+
"resolved": "void",
|
|
6100
|
+
"references": {}
|
|
6101
|
+
},
|
|
6102
|
+
"cancelable": true,
|
|
6103
|
+
"composed": true,
|
|
6104
|
+
"docs": "Emitted when the modal is opened",
|
|
6105
|
+
"docsTags": []
|
|
6106
|
+
}
|
|
6107
|
+
],
|
|
6108
|
+
"listeners": [],
|
|
6109
|
+
"styles": [],
|
|
6110
|
+
"slots": [],
|
|
6111
|
+
"parts": [],
|
|
6112
|
+
"dependents": [],
|
|
6113
|
+
"dependencies": [],
|
|
6114
|
+
"dependencyGraph": {}
|
|
6115
|
+
},
|
|
6116
|
+
{
|
|
6117
|
+
"filePath": "src/components/pds-modal/pds-modal-content/pds-modal-content.tsx",
|
|
6118
|
+
"encapsulation": "none",
|
|
6119
|
+
"tag": "pds-modal-content",
|
|
6120
|
+
"readme": "# pds-modal-content\n\n\n",
|
|
6121
|
+
"docs": "",
|
|
6122
|
+
"docsTags": [],
|
|
6123
|
+
"usage": {},
|
|
6124
|
+
"props": [
|
|
6125
|
+
{
|
|
6126
|
+
"name": "border",
|
|
6127
|
+
"type": "\"both\" | \"bottom\" | \"none\" | \"top\"",
|
|
6128
|
+
"complexType": {
|
|
6129
|
+
"original": "'none' | 'both' | 'top' | 'bottom'",
|
|
6130
|
+
"resolved": "\"both\" | \"bottom\" | \"none\" | \"top\"",
|
|
4795
6131
|
"references": {}
|
|
4796
6132
|
},
|
|
4797
6133
|
"mutable": false,
|
|
4798
|
-
"attr": "
|
|
4799
|
-
"reflectToAttr":
|
|
4800
|
-
"docs": "
|
|
4801
|
-
"docsTags": [
|
|
4802
|
-
|
|
6134
|
+
"attr": "border",
|
|
6135
|
+
"reflectToAttr": true,
|
|
6136
|
+
"docs": "The border style for the content area. Automatically set based on available space of the modal content.",
|
|
6137
|
+
"docsTags": [
|
|
6138
|
+
{
|
|
6139
|
+
"name": "default",
|
|
6140
|
+
"text": "'none'"
|
|
6141
|
+
}
|
|
6142
|
+
],
|
|
6143
|
+
"default": "'none'",
|
|
4803
6144
|
"values": [
|
|
4804
6145
|
{
|
|
4805
|
-
"value": "
|
|
6146
|
+
"value": "both",
|
|
4806
6147
|
"type": "string"
|
|
4807
6148
|
},
|
|
4808
6149
|
{
|
|
4809
|
-
"value": "
|
|
6150
|
+
"value": "bottom",
|
|
6151
|
+
"type": "string"
|
|
6152
|
+
},
|
|
6153
|
+
{
|
|
6154
|
+
"value": "none",
|
|
6155
|
+
"type": "string"
|
|
6156
|
+
},
|
|
6157
|
+
{
|
|
6158
|
+
"value": "top",
|
|
4810
6159
|
"type": "string"
|
|
4811
6160
|
}
|
|
4812
6161
|
],
|
|
@@ -4820,22 +6169,49 @@
|
|
|
4820
6169
|
"events": [],
|
|
4821
6170
|
"listeners": [],
|
|
4822
6171
|
"styles": [],
|
|
4823
|
-
"slots": [
|
|
4824
|
-
|
|
4825
|
-
|
|
4826
|
-
|
|
4827
|
-
|
|
4828
|
-
|
|
6172
|
+
"slots": [],
|
|
6173
|
+
"parts": [],
|
|
6174
|
+
"dependents": [],
|
|
6175
|
+
"dependencies": [],
|
|
6176
|
+
"dependencyGraph": {}
|
|
6177
|
+
},
|
|
6178
|
+
{
|
|
6179
|
+
"filePath": "src/components/pds-modal/pds-modal-footer/pds-modal-footer.tsx",
|
|
6180
|
+
"encapsulation": "none",
|
|
6181
|
+
"tag": "pds-modal-footer",
|
|
6182
|
+
"readme": "# pds-modal-footer\n\n\n",
|
|
6183
|
+
"docs": "",
|
|
6184
|
+
"docsTags": [],
|
|
6185
|
+
"usage": {},
|
|
6186
|
+
"props": [],
|
|
6187
|
+
"methods": [],
|
|
6188
|
+
"events": [],
|
|
6189
|
+
"listeners": [],
|
|
6190
|
+
"styles": [],
|
|
6191
|
+
"slots": [],
|
|
6192
|
+
"parts": [],
|
|
6193
|
+
"dependents": [],
|
|
6194
|
+
"dependencies": [],
|
|
6195
|
+
"dependencyGraph": {}
|
|
6196
|
+
},
|
|
6197
|
+
{
|
|
6198
|
+
"filePath": "src/components/pds-modal/pds-modal-header/pds-modal-header.tsx",
|
|
6199
|
+
"encapsulation": "none",
|
|
6200
|
+
"tag": "pds-modal-header",
|
|
6201
|
+
"readme": "# pds-modal-header\n\n\n",
|
|
6202
|
+
"docs": "",
|
|
6203
|
+
"docsTags": [],
|
|
6204
|
+
"usage": {},
|
|
6205
|
+
"props": [],
|
|
6206
|
+
"methods": [],
|
|
6207
|
+
"events": [],
|
|
6208
|
+
"listeners": [],
|
|
6209
|
+
"styles": [],
|
|
6210
|
+
"slots": [],
|
|
4829
6211
|
"parts": [],
|
|
4830
|
-
"dependents": [
|
|
4831
|
-
"pds-button"
|
|
4832
|
-
],
|
|
6212
|
+
"dependents": [],
|
|
4833
6213
|
"dependencies": [],
|
|
4834
|
-
"dependencyGraph": {
|
|
4835
|
-
"pds-button": [
|
|
4836
|
-
"pds-loader"
|
|
4837
|
-
]
|
|
4838
|
-
}
|
|
6214
|
+
"dependencyGraph": {}
|
|
4839
6215
|
},
|
|
4840
6216
|
{
|
|
4841
6217
|
"filePath": "src/components/pds-popover/pds-popover.tsx",
|
|
@@ -5982,6 +7358,29 @@
|
|
|
5982
7358
|
"getter": false,
|
|
5983
7359
|
"setter": false
|
|
5984
7360
|
},
|
|
7361
|
+
{
|
|
7362
|
+
"name": "hideLabel",
|
|
7363
|
+
"type": "boolean",
|
|
7364
|
+
"complexType": {
|
|
7365
|
+
"original": "boolean",
|
|
7366
|
+
"resolved": "boolean",
|
|
7367
|
+
"references": {}
|
|
7368
|
+
},
|
|
7369
|
+
"mutable": false,
|
|
7370
|
+
"attr": "hide-label",
|
|
7371
|
+
"reflectToAttr": false,
|
|
7372
|
+
"docs": "Visually hides the label text for instances where only the checkbox should be displayed. Label remains accessible to assistive technology such as screen readers.",
|
|
7373
|
+
"docsTags": [],
|
|
7374
|
+
"values": [
|
|
7375
|
+
{
|
|
7376
|
+
"type": "boolean"
|
|
7377
|
+
}
|
|
7378
|
+
],
|
|
7379
|
+
"optional": false,
|
|
7380
|
+
"required": false,
|
|
7381
|
+
"getter": false,
|
|
7382
|
+
"setter": false
|
|
7383
|
+
},
|
|
5985
7384
|
{
|
|
5986
7385
|
"name": "invalid",
|
|
5987
7386
|
"type": "boolean",
|
|
@@ -6161,7 +7560,12 @@
|
|
|
6161
7560
|
"listeners": [],
|
|
6162
7561
|
"styles": [],
|
|
6163
7562
|
"slots": [],
|
|
6164
|
-
"parts": [
|
|
7563
|
+
"parts": [
|
|
7564
|
+
{
|
|
7565
|
+
"name": "select",
|
|
7566
|
+
"docs": ""
|
|
7567
|
+
}
|
|
7568
|
+
],
|
|
6165
7569
|
"dependents": [],
|
|
6166
7570
|
"dependencies": [
|
|
6167
7571
|
"pds-icon"
|
|
@@ -7807,7 +9211,7 @@
|
|
|
7807
9211
|
},
|
|
7808
9212
|
"mutable": false,
|
|
7809
9213
|
"attr": "truncate",
|
|
7810
|
-
"reflectToAttr":
|
|
9214
|
+
"reflectToAttr": true,
|
|
7811
9215
|
"docs": "If set or `true`, the text will be truncated. Must add a `width` to the element.",
|
|
7812
9216
|
"docsTags": [],
|
|
7813
9217
|
"values": [
|
|
@@ -7871,9 +9275,15 @@
|
|
|
7871
9275
|
"styles": [],
|
|
7872
9276
|
"slots": [],
|
|
7873
9277
|
"parts": [],
|
|
7874
|
-
"dependents": [
|
|
9278
|
+
"dependents": [
|
|
9279
|
+
"pds-alert"
|
|
9280
|
+
],
|
|
7875
9281
|
"dependencies": [],
|
|
7876
|
-
"dependencyGraph": {
|
|
9282
|
+
"dependencyGraph": {
|
|
9283
|
+
"pds-alert": [
|
|
9284
|
+
"pds-text"
|
|
9285
|
+
]
|
|
9286
|
+
}
|
|
7877
9287
|
},
|
|
7878
9288
|
{
|
|
7879
9289
|
"filePath": "src/components/pds-textarea/pds-textarea.tsx",
|
|
@@ -8352,8 +9762,214 @@
|
|
|
8352
9762
|
}
|
|
8353
9763
|
},
|
|
8354
9764
|
{
|
|
8355
|
-
"filePath": "src/components/pds-
|
|
9765
|
+
"filePath": "src/components/pds-toast/pds-toast.tsx",
|
|
8356
9766
|
"encapsulation": "shadow",
|
|
9767
|
+
"tag": "pds-toast",
|
|
9768
|
+
"readme": "# pds-toast\n\n\n",
|
|
9769
|
+
"docs": "",
|
|
9770
|
+
"docsTags": [],
|
|
9771
|
+
"usage": {},
|
|
9772
|
+
"props": [
|
|
9773
|
+
{
|
|
9774
|
+
"name": "componentId",
|
|
9775
|
+
"type": "string",
|
|
9776
|
+
"complexType": {
|
|
9777
|
+
"original": "string",
|
|
9778
|
+
"resolved": "string",
|
|
9779
|
+
"references": {}
|
|
9780
|
+
},
|
|
9781
|
+
"mutable": false,
|
|
9782
|
+
"attr": "component-id",
|
|
9783
|
+
"reflectToAttr": false,
|
|
9784
|
+
"docs": "A unique identifier used for the underlying component `id` attribute.",
|
|
9785
|
+
"docsTags": [],
|
|
9786
|
+
"values": [
|
|
9787
|
+
{
|
|
9788
|
+
"type": "string"
|
|
9789
|
+
}
|
|
9790
|
+
],
|
|
9791
|
+
"optional": false,
|
|
9792
|
+
"required": true,
|
|
9793
|
+
"getter": false,
|
|
9794
|
+
"setter": false
|
|
9795
|
+
},
|
|
9796
|
+
{
|
|
9797
|
+
"name": "dismissible",
|
|
9798
|
+
"type": "boolean",
|
|
9799
|
+
"complexType": {
|
|
9800
|
+
"original": "boolean",
|
|
9801
|
+
"resolved": "boolean",
|
|
9802
|
+
"references": {}
|
|
9803
|
+
},
|
|
9804
|
+
"mutable": false,
|
|
9805
|
+
"attr": "dismissible",
|
|
9806
|
+
"reflectToAttr": false,
|
|
9807
|
+
"docs": "Whether the toast can be dismissed manually via the close button.\nNote: This only controls manual dismissal. Auto-dismissal via duration still applies.",
|
|
9808
|
+
"docsTags": [
|
|
9809
|
+
{
|
|
9810
|
+
"name": "default",
|
|
9811
|
+
"text": "true"
|
|
9812
|
+
}
|
|
9813
|
+
],
|
|
9814
|
+
"default": "true",
|
|
9815
|
+
"values": [
|
|
9816
|
+
{
|
|
9817
|
+
"type": "boolean"
|
|
9818
|
+
}
|
|
9819
|
+
],
|
|
9820
|
+
"optional": false,
|
|
9821
|
+
"required": false,
|
|
9822
|
+
"getter": false,
|
|
9823
|
+
"setter": false
|
|
9824
|
+
},
|
|
9825
|
+
{
|
|
9826
|
+
"name": "duration",
|
|
9827
|
+
"type": "number",
|
|
9828
|
+
"complexType": {
|
|
9829
|
+
"original": "number",
|
|
9830
|
+
"resolved": "number",
|
|
9831
|
+
"references": {}
|
|
9832
|
+
},
|
|
9833
|
+
"mutable": false,
|
|
9834
|
+
"attr": "duration",
|
|
9835
|
+
"reflectToAttr": false,
|
|
9836
|
+
"docs": "The duration in milliseconds to show the toast before auto-dismissing.\nSet to 0 to disable auto-dismiss.",
|
|
9837
|
+
"docsTags": [
|
|
9838
|
+
{
|
|
9839
|
+
"name": "default",
|
|
9840
|
+
"text": "4500"
|
|
9841
|
+
}
|
|
9842
|
+
],
|
|
9843
|
+
"default": "4500",
|
|
9844
|
+
"values": [
|
|
9845
|
+
{
|
|
9846
|
+
"type": "number"
|
|
9847
|
+
}
|
|
9848
|
+
],
|
|
9849
|
+
"optional": false,
|
|
9850
|
+
"required": false,
|
|
9851
|
+
"getter": false,
|
|
9852
|
+
"setter": false
|
|
9853
|
+
},
|
|
9854
|
+
{
|
|
9855
|
+
"name": "icon",
|
|
9856
|
+
"type": "string",
|
|
9857
|
+
"complexType": {
|
|
9858
|
+
"original": "string",
|
|
9859
|
+
"resolved": "string",
|
|
9860
|
+
"references": {}
|
|
9861
|
+
},
|
|
9862
|
+
"mutable": false,
|
|
9863
|
+
"attr": "icon",
|
|
9864
|
+
"reflectToAttr": false,
|
|
9865
|
+
"docs": "The name of the icon to display in the toast.",
|
|
9866
|
+
"docsTags": [],
|
|
9867
|
+
"values": [
|
|
9868
|
+
{
|
|
9869
|
+
"type": "string"
|
|
9870
|
+
}
|
|
9871
|
+
],
|
|
9872
|
+
"optional": true,
|
|
9873
|
+
"required": false,
|
|
9874
|
+
"getter": false,
|
|
9875
|
+
"setter": false
|
|
9876
|
+
},
|
|
9877
|
+
{
|
|
9878
|
+
"name": "type",
|
|
9879
|
+
"type": "\"danger\" | \"default\" | \"loading\"",
|
|
9880
|
+
"complexType": {
|
|
9881
|
+
"original": "'default' | 'danger' | 'loading'",
|
|
9882
|
+
"resolved": "\"danger\" | \"default\" | \"loading\"",
|
|
9883
|
+
"references": {}
|
|
9884
|
+
},
|
|
9885
|
+
"mutable": false,
|
|
9886
|
+
"attr": "type",
|
|
9887
|
+
"reflectToAttr": false,
|
|
9888
|
+
"docs": "The type of toast to display.\n- default: Grey background (default)\n- danger: Red background\n- loading: With spinner animation",
|
|
9889
|
+
"docsTags": [
|
|
9890
|
+
{
|
|
9891
|
+
"name": "default",
|
|
9892
|
+
"text": "'default'"
|
|
9893
|
+
}
|
|
9894
|
+
],
|
|
9895
|
+
"default": "'default'",
|
|
9896
|
+
"values": [
|
|
9897
|
+
{
|
|
9898
|
+
"value": "danger",
|
|
9899
|
+
"type": "string"
|
|
9900
|
+
},
|
|
9901
|
+
{
|
|
9902
|
+
"value": "default",
|
|
9903
|
+
"type": "string"
|
|
9904
|
+
},
|
|
9905
|
+
{
|
|
9906
|
+
"value": "loading",
|
|
9907
|
+
"type": "string"
|
|
9908
|
+
}
|
|
9909
|
+
],
|
|
9910
|
+
"optional": false,
|
|
9911
|
+
"required": false,
|
|
9912
|
+
"getter": false,
|
|
9913
|
+
"setter": false
|
|
9914
|
+
}
|
|
9915
|
+
],
|
|
9916
|
+
"methods": [
|
|
9917
|
+
{
|
|
9918
|
+
"name": "dismiss",
|
|
9919
|
+
"returns": {
|
|
9920
|
+
"type": "Promise<void>",
|
|
9921
|
+
"docs": ""
|
|
9922
|
+
},
|
|
9923
|
+
"complexType": {
|
|
9924
|
+
"signature": "() => Promise<void>",
|
|
9925
|
+
"parameters": [],
|
|
9926
|
+
"references": {
|
|
9927
|
+
"Promise": {
|
|
9928
|
+
"location": "global",
|
|
9929
|
+
"id": "global::Promise"
|
|
9930
|
+
}
|
|
9931
|
+
},
|
|
9932
|
+
"return": "Promise<void>"
|
|
9933
|
+
},
|
|
9934
|
+
"signature": "dismiss() => Promise<void>",
|
|
9935
|
+
"parameters": [],
|
|
9936
|
+
"docs": "",
|
|
9937
|
+
"docsTags": []
|
|
9938
|
+
}
|
|
9939
|
+
],
|
|
9940
|
+
"events": [
|
|
9941
|
+
{
|
|
9942
|
+
"event": "pdsToastDismissed",
|
|
9943
|
+
"detail": "{ componentId?: string; }",
|
|
9944
|
+
"bubbles": true,
|
|
9945
|
+
"complexType": {
|
|
9946
|
+
"original": "{ componentId?: string }",
|
|
9947
|
+
"resolved": "{ componentId?: string; }",
|
|
9948
|
+
"references": {}
|
|
9949
|
+
},
|
|
9950
|
+
"cancelable": true,
|
|
9951
|
+
"composed": true,
|
|
9952
|
+
"docs": "Event emitted when the toast is dismissed, either manually or automatically.",
|
|
9953
|
+
"docsTags": []
|
|
9954
|
+
}
|
|
9955
|
+
],
|
|
9956
|
+
"listeners": [],
|
|
9957
|
+
"styles": [],
|
|
9958
|
+
"slots": [],
|
|
9959
|
+
"parts": [],
|
|
9960
|
+
"dependents": [],
|
|
9961
|
+
"dependencies": [
|
|
9962
|
+
"pds-icon"
|
|
9963
|
+
],
|
|
9964
|
+
"dependencyGraph": {
|
|
9965
|
+
"pds-toast": [
|
|
9966
|
+
"pds-icon"
|
|
9967
|
+
]
|
|
9968
|
+
}
|
|
9969
|
+
},
|
|
9970
|
+
{
|
|
9971
|
+
"filePath": "src/components/pds-tooltip/pds-tooltip.tsx",
|
|
9972
|
+
"encapsulation": "none",
|
|
8357
9973
|
"tag": "pds-tooltip",
|
|
8358
9974
|
"readme": "# pds-tooltip\n\n\n",
|
|
8359
9975
|
"docs": "",
|
|
@@ -8692,6 +10308,11 @@
|
|
|
8692
10308
|
"docstring": "",
|
|
8693
10309
|
"path": "src/components/pds-checkbox/checkbox-interface.ts"
|
|
8694
10310
|
},
|
|
10311
|
+
"src/utils/types.ts::PlacementType": {
|
|
10312
|
+
"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';",
|
|
10313
|
+
"docstring": "",
|
|
10314
|
+
"path": "src/utils/types.ts"
|
|
10315
|
+
},
|
|
8695
10316
|
"src/components/pds-input/input-interface.ts::InputChangeEventDetail": {
|
|
8696
10317
|
"declaration": "export interface InputChangeEventDetail {\n value?: string | number | null;\n event?: Event;\n}",
|
|
8697
10318
|
"docstring": "",
|
|
@@ -8702,11 +10323,6 @@
|
|
|
8702
10323
|
"docstring": "",
|
|
8703
10324
|
"path": "src/components/pds-input/input-interface.ts"
|
|
8704
10325
|
},
|
|
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
10326
|
"src/components/pds-textarea/textarea-interface.ts::TextareaInputEventDetail": {
|
|
8711
10327
|
"declaration": "export interface TextareaInputEventDetail {\n event?: Event;\n value?: string | null;\n}",
|
|
8712
10328
|
"docstring": "",
|