@pine-ds/core 2.1.1 → 2.1.3
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 +6 -0
- package/components/index.js +3 -0
- package/components/index.js.map +1 -1
- package/components/index2.js +3 -2
- package/components/index2.js.map +1 -1
- package/components/pds-button2.js +5 -3
- package/components/pds-button2.js.map +1 -1
- package/components/pds-checkbox2.js +12 -5
- package/components/pds-checkbox2.js.map +1 -1
- package/components/pds-chip.js +4 -4
- package/components/pds-chip.js.map +1 -1
- package/components/pds-copytext.js +1 -1
- package/components/pds-copytext.js.map +1 -1
- package/components/pds-divider.js +1 -1
- package/components/pds-divider.js.map +1 -1
- package/components/pds-image.js +2 -2
- package/components/pds-image.js.map +1 -1
- package/components/pds-input.js +12 -5
- package/components/pds-input.js.map +1 -1
- package/components/pds-link.js +2 -2
- package/components/pds-link.js.map +1 -1
- package/components/pds-loader.js +1 -1
- package/components/pds-popover.d.ts +11 -0
- package/components/pds-popover.js +94 -0
- package/components/pds-popover.js.map +1 -0
- package/components/pds-progress.js +1 -1
- package/components/pds-radio.js +16 -9
- package/components/pds-radio.js.map +1 -1
- package/components/pds-row.js +2 -2
- package/components/pds-row.js.map +1 -1
- package/components/pds-select.d.ts +11 -0
- package/components/pds-select.js +165 -0
- package/components/pds-select.js.map +1 -0
- package/components/pds-sortable-item.js +1 -1
- package/components/pds-sortable.js +1 -1
- package/components/pds-switch.js +12 -8
- package/components/pds-switch.js.map +1 -1
- 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-cell2.js.map +1 -1
- package/components/pds-table-head-cell2.js +3 -3
- package/components/pds-table-head-cell2.js.map +1 -1
- package/components/pds-table-head.js +1 -1
- package/components/pds-table-head.js.map +1 -1
- package/components/pds-table-row.js +9 -3
- package/components/pds-table-row.js.map +1 -1
- package/components/pds-table.js +1 -1
- package/components/pds-table.js.map +1 -1
- package/components/pds-tabpanel.js +1 -1
- package/components/pds-tabs.js +1 -1
- package/components/pds-text.d.ts +11 -0
- package/components/pds-text.js +58 -0
- package/components/pds-text.js.map +1 -0
- package/components/pds-textarea.js +13 -6
- package/components/pds-textarea.js.map +1 -1
- package/components/pds-tooltip.js +2 -2
- package/dist/cjs/{index-8f7870bb.js → index-3ad62856.js} +4 -2
- package/dist/cjs/index-3ad62856.js.map +1 -0
- package/dist/cjs/{index-8ad0cd9d.js → index-b7d9268e.js} +3 -2
- package/dist/cjs/index-b7d9268e.js.map +1 -0
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/pds-accordion.cjs.entry.js +2 -2
- package/dist/cjs/pds-avatar.cjs.entry.js +2 -2
- package/dist/cjs/pds-box.cjs.entry.js +1 -1
- package/dist/cjs/pds-button.cjs.entry.js +5 -3
- package/dist/cjs/pds-button.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-checkbox.cjs.entry.js +7 -6
- package/dist/cjs/pds-checkbox.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-chip.cjs.entry.js +5 -5
- package/dist/cjs/pds-chip.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-copytext.cjs.entry.js +3 -3
- package/dist/cjs/pds-copytext.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-divider.cjs.entry.js +2 -2
- package/dist/cjs/pds-divider.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-icon.cjs.entry.js +1 -1
- package/dist/cjs/pds-image.cjs.entry.js +3 -3
- package/dist/cjs/pds-image.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-input.cjs.entry.js +7 -6
- package/dist/cjs/pds-input.cjs.entry.js.map +1 -1
- package/dist/cjs/{pds-label-35369959.js → pds-label-05f073ea.js} +2 -2
- package/dist/cjs/{pds-label-35369959.js.map → pds-label-05f073ea.js.map} +1 -1
- package/dist/cjs/pds-link.cjs.entry.js +4 -4
- package/dist/cjs/pds-link.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-loader.cjs.entry.js +2 -2
- package/dist/cjs/pds-popover.cjs.entry.js +72 -0
- package/dist/cjs/pds-popover.cjs.entry.js.map +1 -0
- package/dist/cjs/pds-progress.cjs.entry.js +2 -2
- package/dist/cjs/pds-radio.cjs.entry.js +9 -8
- package/dist/cjs/pds-radio.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-row.cjs.entry.js +3 -3
- package/dist/cjs/pds-row.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-select.cjs.entry.js +131 -0
- package/dist/cjs/pds-select.cjs.entry.js.map +1 -0
- package/dist/cjs/pds-sortable-item.cjs.entry.js +3 -3
- package/dist/cjs/pds-sortable.cjs.entry.js +2 -2
- package/dist/cjs/pds-switch.cjs.entry.js +7 -9
- package/dist/cjs/pds-switch.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-tab.cjs.entry.js +4 -4
- package/dist/cjs/pds-table-body.cjs.entry.js +2 -2
- package/dist/cjs/pds-table-cell.cjs.entry.js +3 -3
- package/dist/cjs/pds-table-cell.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-table-head-cell.cjs.entry.js +4 -4
- package/dist/cjs/pds-table-head-cell.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-table-head.cjs.entry.js +2 -2
- package/dist/cjs/pds-table-head.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-table-row.cjs.entry.js +2 -2
- package/dist/cjs/pds-table-row.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-table.cjs.entry.js +2 -2
- package/dist/cjs/pds-table.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-tabpanel.cjs.entry.js +2 -2
- package/dist/cjs/pds-tabs.cjs.entry.js +2 -2
- package/dist/cjs/pds-text.cjs.entry.js +37 -0
- package/dist/cjs/pds-text.cjs.entry.js.map +1 -0
- package/dist/cjs/pds-textarea.cjs.entry.js +8 -7
- package/dist/cjs/pds-textarea.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-tooltip.cjs.entry.js +3 -3
- package/dist/cjs/pine-core.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +3 -0
- package/dist/collection/components/pds-button/pds-button.js +36 -11
- package/dist/collection/components/pds-button/pds-button.js.map +1 -1
- package/dist/collection/components/pds-button/stories/pds-button.stories.js +8 -1
- package/dist/collection/components/pds-checkbox/pds-checkbox.css +9 -1
- package/dist/collection/components/pds-checkbox/pds-checkbox.js +4 -3
- package/dist/collection/components/pds-checkbox/pds-checkbox.js.map +1 -1
- package/dist/collection/components/pds-chip/pds-chip.js +26 -26
- package/dist/collection/components/pds-chip/pds-chip.js.map +1 -1
- package/dist/collection/components/pds-copytext/pds-copytext.js +4 -4
- package/dist/collection/components/pds-copytext/pds-copytext.js.map +1 -1
- package/dist/collection/components/pds-divider/pds-divider.js +2 -2
- package/dist/collection/components/pds-divider/pds-divider.js.map +1 -1
- package/dist/collection/components/pds-image/pds-image.js +13 -7
- package/dist/collection/components/pds-image/pds-image.js.map +1 -1
- package/dist/collection/components/pds-input/pds-input.css +6 -1
- package/dist/collection/components/pds-input/pds-input.js +9 -8
- package/dist/collection/components/pds-input/pds-input.js.map +1 -1
- package/dist/collection/components/pds-link/pds-link.js +12 -9
- package/dist/collection/components/pds-link/pds-link.js.map +1 -1
- package/dist/collection/components/pds-loader/pds-loader.js +1 -1
- package/dist/collection/components/pds-popover/pds-popover.css +51 -0
- package/dist/collection/components/pds-popover/pds-popover.js +216 -0
- package/dist/collection/components/pds-popover/pds-popover.js.map +1 -0
- package/dist/collection/components/pds-popover/stories/pds-popover.stories.js +45 -0
- package/dist/collection/components/pds-progress/pds-progress.js +1 -1
- package/dist/collection/components/pds-radio/pds-radio.css +9 -1
- package/dist/collection/components/pds-radio/pds-radio.js +41 -40
- package/dist/collection/components/pds-radio/pds-radio.js.map +1 -1
- package/dist/collection/components/pds-row/pds-row.css +7 -5
- package/dist/collection/components/pds-row/pds-row.js +1 -1
- package/dist/collection/components/pds-select/pds-select.css +126 -0
- package/dist/collection/components/pds-select/pds-select.js +360 -0
- package/dist/collection/components/pds-select/pds-select.js.map +1 -0
- package/dist/collection/components/pds-select/stories/pds-select.stories.js +153 -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.css +10 -6
- package/dist/collection/components/pds-switch/pds-switch.js +14 -16
- package/dist/collection/components/pds-switch/pds-switch.js.map +1 -1
- package/dist/collection/components/pds-switch/stories/pds-switch.stories.js +2 -2
- 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-cell/pds-table-cell.js.map +1 -1
- package/dist/collection/components/pds-table/pds-table-head/pds-table-head.js +7 -4
- package/dist/collection/components/pds-table/pds-table-head/pds-table-head.js.map +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-head-cell/pds-table-head-cell.js.map +1 -1
- package/dist/collection/components/pds-table/pds-table-row/pds-table-row.js +3 -3
- package/dist/collection/components/pds-table/pds-table-row/pds-table-row.js.map +1 -1
- package/dist/collection/components/pds-table/pds-table.js +4 -4
- package/dist/collection/components/pds-table/pds-table.js.map +1 -1
- package/dist/collection/components/pds-table/stories/pds-table.stories.js +1 -1
- package/dist/collection/components/pds-tabs/pds-tab/pds-tab.js +3 -3
- package/dist/collection/components/pds-tabs/pds-tab/stories/pds-tab.stories.js +19 -0
- package/dist/collection/components/pds-tabs/pds-tabpanel/pds-tabpanel.js +1 -1
- package/dist/collection/components/pds-tabs/pds-tabpanel/stories/pds-tabpanel.stories.js +19 -0
- package/dist/collection/components/pds-tabs/pds-tabs.js +1 -1
- package/dist/collection/components/pds-tabs/stories/pds-tabs.stories.js +18 -18
- package/dist/collection/components/pds-text/pds-text.css +218 -0
- package/dist/collection/components/pds-text/pds-text.js +143 -0
- package/dist/collection/components/pds-text/pds-text.js.map +1 -0
- package/dist/collection/components/pds-text/stories/pds-text.stories.js +111 -0
- package/dist/collection/components/pds-textarea/pds-textarea.css +4 -0
- package/dist/collection/components/pds-textarea/pds-textarea.js +17 -16
- package/dist/collection/components/pds-textarea/pds-textarea.js.map +1 -1
- package/dist/collection/components/pds-textarea/stories/pds-textarea.stories.js +2 -2
- package/dist/collection/components/pds-tooltip/pds-tooltip.js +2 -2
- package/dist/collection/utils/types.js.map +1 -1
- package/dist/docs.json +1091 -165
- package/dist/esm/{index-5e7a8a36.js → index-56752d25.js} +4 -3
- package/dist/esm/index-56752d25.js.map +1 -0
- package/dist/esm/{index-8b335bbb.js → index-b1696fed.js} +3 -2
- package/dist/esm/index-b1696fed.js.map +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/pds-accordion.entry.js +2 -2
- package/dist/esm/pds-avatar.entry.js +2 -2
- package/dist/esm/pds-box.entry.js +1 -1
- package/dist/esm/pds-button.entry.js +5 -3
- package/dist/esm/pds-button.entry.js.map +1 -1
- package/dist/esm/pds-checkbox.entry.js +7 -6
- package/dist/esm/pds-checkbox.entry.js.map +1 -1
- package/dist/esm/pds-chip.entry.js +5 -5
- package/dist/esm/pds-chip.entry.js.map +1 -1
- package/dist/esm/pds-copytext.entry.js +3 -3
- package/dist/esm/pds-copytext.entry.js.map +1 -1
- package/dist/esm/pds-divider.entry.js +2 -2
- package/dist/esm/pds-divider.entry.js.map +1 -1
- package/dist/esm/pds-icon.entry.js +1 -1
- package/dist/esm/pds-image.entry.js +3 -3
- package/dist/esm/pds-image.entry.js.map +1 -1
- package/dist/esm/pds-input.entry.js +7 -6
- package/dist/esm/pds-input.entry.js.map +1 -1
- package/dist/esm/{pds-label-1f80d632.js → pds-label-62469596.js} +2 -2
- package/dist/esm/{pds-label-1f80d632.js.map → pds-label-62469596.js.map} +1 -1
- package/dist/esm/pds-link.entry.js +4 -4
- package/dist/esm/pds-link.entry.js.map +1 -1
- package/dist/esm/pds-loader.entry.js +2 -2
- package/dist/esm/pds-popover.entry.js +68 -0
- package/dist/esm/pds-popover.entry.js.map +1 -0
- package/dist/esm/pds-progress.entry.js +2 -2
- package/dist/esm/pds-radio.entry.js +9 -8
- package/dist/esm/pds-radio.entry.js.map +1 -1
- package/dist/esm/pds-row.entry.js +3 -3
- package/dist/esm/pds-row.entry.js.map +1 -1
- package/dist/esm/pds-select.entry.js +127 -0
- package/dist/esm/pds-select.entry.js.map +1 -0
- package/dist/esm/pds-sortable-item.entry.js +3 -3
- package/dist/esm/pds-sortable.entry.js +2 -2
- package/dist/esm/pds-switch.entry.js +7 -9
- package/dist/esm/pds-switch.entry.js.map +1 -1
- package/dist/esm/pds-tab.entry.js +4 -4
- package/dist/esm/pds-table-body.entry.js +2 -2
- package/dist/esm/pds-table-cell.entry.js +3 -3
- package/dist/esm/pds-table-cell.entry.js.map +1 -1
- package/dist/esm/pds-table-head-cell.entry.js +4 -4
- package/dist/esm/pds-table-head-cell.entry.js.map +1 -1
- package/dist/esm/pds-table-head.entry.js +2 -2
- package/dist/esm/pds-table-head.entry.js.map +1 -1
- package/dist/esm/pds-table-row.entry.js +2 -2
- package/dist/esm/pds-table-row.entry.js.map +1 -1
- package/dist/esm/pds-table.entry.js +2 -2
- package/dist/esm/pds-table.entry.js.map +1 -1
- package/dist/esm/pds-tabpanel.entry.js +2 -2
- package/dist/esm/pds-tabs.entry.js +2 -2
- package/dist/esm/pds-text.entry.js +33 -0
- package/dist/esm/pds-text.entry.js.map +1 -0
- package/dist/esm/pds-textarea.entry.js +8 -7
- package/dist/esm/pds-textarea.entry.js.map +1 -1
- package/dist/esm/pds-tooltip.entry.js +3 -3
- package/dist/esm/pine-core.js +3 -3
- package/dist/esm-es5/index-56752d25.js +2 -0
- package/dist/esm-es5/index-56752d25.js.map +1 -0
- package/dist/esm-es5/{index-8b335bbb.js → index-b1696fed.js} +3 -3
- package/dist/esm-es5/index-b1696fed.js.map +1 -0
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/loader.js.map +1 -1
- package/dist/esm-es5/pds-accordion.entry.js +1 -1
- package/dist/esm-es5/pds-avatar.entry.js +1 -1
- package/dist/esm-es5/pds-box.entry.js +1 -1
- package/dist/esm-es5/pds-button.entry.js +1 -1
- package/dist/esm-es5/pds-button.entry.js.map +1 -1
- package/dist/esm-es5/pds-checkbox.entry.js +1 -1
- package/dist/esm-es5/pds-checkbox.entry.js.map +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-copytext.entry.js.map +1 -1
- package/dist/esm-es5/pds-divider.entry.js +1 -1
- package/dist/esm-es5/pds-divider.entry.js.map +1 -1
- package/dist/esm-es5/pds-icon.entry.js +1 -1
- package/dist/esm-es5/pds-image.entry.js +1 -1
- package/dist/esm-es5/pds-image.entry.js.map +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-label-1f80d632.js → pds-label-62469596.js} +2 -2
- 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-popover.entry.js +2 -0
- package/dist/esm-es5/pds-popover.entry.js.map +1 -0
- 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-radio.entry.js.map +1 -1
- package/dist/esm-es5/pds-row.entry.js +1 -1
- package/dist/esm-es5/pds-row.entry.js.map +1 -1
- package/dist/esm-es5/pds-select.entry.js +2 -0
- package/dist/esm-es5/pds-select.entry.js.map +1 -0
- package/dist/esm-es5/pds-sortable-item.entry.js +1 -1
- package/dist/esm-es5/pds-sortable.entry.js +2 -2
- package/dist/esm-es5/pds-switch.entry.js +1 -1
- package/dist/esm-es5/pds-switch.entry.js.map +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-cell.entry.js.map +1 -1
- package/dist/esm-es5/pds-table-head-cell.entry.js +1 -1
- package/dist/esm-es5/pds-table-head-cell.entry.js.map +1 -1
- package/dist/esm-es5/pds-table-head.entry.js +1 -1
- package/dist/esm-es5/pds-table-head.entry.js.map +1 -1
- package/dist/esm-es5/pds-table-row.entry.js +1 -1
- package/dist/esm-es5/pds-table-row.entry.js.map +1 -1
- package/dist/esm-es5/pds-table.entry.js +1 -1
- package/dist/esm-es5/pds-table.entry.js.map +1 -1
- package/dist/esm-es5/pds-tabpanel.entry.js +1 -1
- package/dist/esm-es5/pds-tabs.entry.js +1 -1
- package/dist/esm-es5/pds-text.entry.js +2 -0
- package/dist/esm-es5/pds-text.entry.js.map +1 -0
- package/dist/esm-es5/pds-textarea.entry.js +1 -1
- package/dist/esm-es5/pds-textarea.entry.js.map +1 -1
- package/dist/esm-es5/pds-tooltip.entry.js +1 -1
- package/dist/esm-es5/pine-core.js +1 -1
- package/dist/esm-es5/pine-core.js.map +1 -1
- package/dist/pine-core/index.esm.js +1 -1
- package/dist/pine-core/p-00c8d6d8.entry.js +2 -0
- package/dist/pine-core/p-00c8d6d8.entry.js.map +1 -0
- package/dist/pine-core/{p-6deaad03.entry.js → p-031ac651.entry.js} +2 -2
- package/dist/pine-core/{p-6deaad03.entry.js.map → p-031ac651.entry.js.map} +1 -1
- package/dist/pine-core/{p-de0beb45.system.entry.js → p-09d83447.system.entry.js} +2 -2
- package/dist/pine-core/{p-de0beb45.system.entry.js.map → p-09d83447.system.entry.js.map} +1 -1
- package/dist/pine-core/{p-d464f04f.entry.js → p-0ac04129.entry.js} +2 -2
- package/dist/pine-core/{p-d464f04f.entry.js.map → p-0ac04129.entry.js.map} +1 -1
- package/dist/pine-core/p-0ad64b9d.system.entry.js +2 -0
- package/dist/pine-core/p-0ad64b9d.system.entry.js.map +1 -0
- package/dist/pine-core/p-110b2e03.entry.js +2 -0
- package/dist/pine-core/p-110b2e03.entry.js.map +1 -0
- package/dist/pine-core/p-1164c32c.system.entry.js +2 -0
- package/dist/pine-core/p-1164c32c.system.entry.js.map +1 -0
- package/dist/pine-core/{p-e9ca5a4e.entry.js → p-1351489d.entry.js} +2 -2
- package/dist/pine-core/{p-e9ca5a4e.entry.js.map → p-1351489d.entry.js.map} +1 -1
- package/dist/pine-core/{p-3b780711.entry.js → p-1712d594.entry.js} +2 -2
- package/dist/pine-core/{p-d618d51b.entry.js → p-196f615c.entry.js} +2 -2
- package/dist/pine-core/{p-d618d51b.entry.js.map → p-196f615c.entry.js.map} +1 -1
- package/dist/pine-core/{p-4e39bbd7.system.entry.js → p-1a1a76ea.system.entry.js} +2 -2
- package/dist/pine-core/{p-e4a1b3f5.system.entry.js → p-1a548198.system.entry.js} +2 -2
- package/dist/pine-core/p-1a78ee21.entry.js +2 -0
- package/dist/pine-core/p-1a78ee21.entry.js.map +1 -0
- package/dist/pine-core/{p-89101362.system.entry.js → p-1df1990d.system.entry.js} +2 -2
- package/dist/pine-core/{p-1ca76e21.entry.js → p-1e80f274.entry.js} +2 -2
- package/dist/pine-core/{p-143bbe94.system.entry.js → p-2e1dc5e5.system.entry.js} +2 -2
- package/dist/pine-core/{p-143bbe94.system.entry.js.map → p-2e1dc5e5.system.entry.js.map} +1 -1
- package/dist/pine-core/{p-5f13c97b.entry.js → p-34cda8d5.system.entry.js} +2 -2
- package/dist/pine-core/p-34cda8d5.system.entry.js.map +1 -0
- package/dist/pine-core/{p-05d140a3.system.entry.js → p-364a7555.system.entry.js} +2 -2
- package/dist/pine-core/{p-5f23f121.entry.js → p-37a3c235.entry.js} +2 -2
- package/dist/pine-core/p-37a3c235.entry.js.map +1 -0
- package/dist/pine-core/{p-a18ff34f.entry.js → p-396014d3.entry.js} +2 -2
- package/dist/pine-core/{p-5fb6ab2f.entry.js → p-3acb18ad.entry.js} +2 -2
- package/dist/pine-core/p-3ae15266.entry.js +2 -0
- package/dist/pine-core/p-3ae15266.entry.js.map +1 -0
- package/dist/pine-core/{p-4c0c0b2d.system.js → p-45cf2585.system.js} +3 -3
- package/dist/pine-core/p-45cf2585.system.js.map +1 -0
- package/dist/pine-core/p-4a10164f.entry.js +2 -0
- package/dist/pine-core/p-4a10164f.entry.js.map +1 -0
- package/dist/pine-core/{p-136ea1e9.entry.js → p-4d22b02c.entry.js} +2 -2
- package/dist/pine-core/p-4f9b1945.entry.js +2 -0
- package/dist/pine-core/p-4f9b1945.entry.js.map +1 -0
- package/dist/pine-core/{p-70e5e466.system.entry.js → p-50918693.system.entry.js} +2 -2
- package/dist/pine-core/{p-188be548.entry.js → p-5380ad4f.entry.js} +2 -2
- package/dist/pine-core/{p-188be548.entry.js.map → p-5380ad4f.entry.js.map} +1 -1
- package/dist/pine-core/{p-e7648adc.system.entry.js → p-539fe011.system.entry.js} +2 -2
- package/dist/pine-core/{p-e7648adc.system.entry.js.map → p-539fe011.system.entry.js.map} +1 -1
- package/dist/pine-core/p-59a43f75.system.entry.js +2 -0
- package/dist/pine-core/p-59a43f75.system.entry.js.map +1 -0
- package/dist/pine-core/{p-0200fce9.entry.js → p-59fcea0f.entry.js} +2 -2
- package/dist/pine-core/p-5b9d6ad1.entry.js +2 -0
- package/dist/pine-core/p-5b9d6ad1.entry.js.map +1 -0
- package/dist/pine-core/p-5c04aee0.system.js +2 -0
- package/dist/pine-core/p-5c04aee0.system.js.map +1 -0
- package/dist/pine-core/{p-c18464e8.system.entry.js → p-5cb59e3f.system.entry.js} +2 -2
- package/dist/pine-core/{p-c18464e8.system.entry.js.map → p-5cb59e3f.system.entry.js.map} +1 -1
- package/dist/pine-core/p-605dc33a.system.entry.js +2 -0
- package/dist/pine-core/p-605dc33a.system.entry.js.map +1 -0
- package/dist/pine-core/p-630b1802.entry.js +2 -0
- package/dist/pine-core/p-630b1802.entry.js.map +1 -0
- package/dist/pine-core/{p-e2d793eb.entry.js → p-65229490.entry.js} +2 -2
- package/dist/pine-core/{p-f6e72c06.system.entry.js → p-6d447614.system.entry.js} +2 -2
- package/dist/pine-core/{p-f6e72c06.system.entry.js.map → p-6d447614.system.entry.js.map} +1 -1
- package/dist/pine-core/{p-62ebfe42.entry.js → p-760e1c32.entry.js} +2 -2
- package/dist/pine-core/{p-62ebfe42.entry.js.map → p-760e1c32.entry.js.map} +1 -1
- package/dist/pine-core/{p-33a94e8c.system.entry.js → p-84d36583.system.entry.js} +2 -2
- package/dist/pine-core/{p-4e6e2052.js → p-87fe352f.js} +3 -3
- package/dist/pine-core/p-87fe352f.js.map +1 -0
- package/dist/pine-core/p-88702fa2.entry.js +2 -0
- package/dist/pine-core/p-88702fa2.entry.js.map +1 -0
- package/dist/pine-core/{p-82a001ac.system.entry.js → p-88edcb41.system.entry.js} +2 -2
- package/dist/pine-core/{p-330eda0c.entry.js → p-892b4a4c.entry.js} +2 -2
- package/dist/pine-core/{p-c5991956.system.entry.js → p-8ae84655.system.entry.js} +2 -2
- package/dist/pine-core/{p-c5991956.system.entry.js.map → p-8ae84655.system.entry.js.map} +1 -1
- package/dist/pine-core/{p-7d6d3e2b.entry.js → p-9487df53.entry.js} +2 -2
- package/dist/pine-core/p-9db668f2.system.entry.js +2 -0
- package/dist/pine-core/p-9db668f2.system.entry.js.map +1 -0
- package/dist/pine-core/p-a24fa762.system.entry.js +2 -0
- package/dist/pine-core/p-a24fa762.system.entry.js.map +1 -0
- package/dist/pine-core/{p-3fc1efe7.system.entry.js → p-a2726d3b.system.entry.js} +2 -2
- package/dist/pine-core/{p-48f0a5a4.entry.js → p-a6713696.entry.js} +2 -2
- package/dist/pine-core/{p-48f0a5a4.entry.js.map → p-a6713696.entry.js.map} +1 -1
- package/dist/pine-core/{p-3ec7fac1.js → p-a9038f7f.js} +2 -2
- package/dist/pine-core/{p-9dec3592.system.entry.js → p-a9e02a6f.system.entry.js} +2 -2
- package/dist/pine-core/{p-1b611a91.system.entry.js → p-adda8682.system.entry.js} +2 -2
- package/dist/pine-core/{p-1b611a91.system.entry.js.map → p-adda8682.system.entry.js.map} +1 -1
- package/dist/pine-core/{p-1c0993d9.system.entry.js → p-ae19532d.system.entry.js} +2 -2
- package/dist/pine-core/{p-1c0993d9.system.entry.js.map → p-ae19532d.system.entry.js.map} +1 -1
- package/dist/pine-core/p-b3e36d77.system.entry.js +2 -0
- package/dist/pine-core/p-b3e36d77.system.entry.js.map +1 -0
- package/dist/pine-core/{p-0efee237.system.entry.js → p-b7edbe43.system.entry.js} +2 -2
- package/dist/pine-core/{p-0e310504.system.entry.js → p-b95522e6.system.entry.js} +2 -2
- package/dist/pine-core/{p-053ca95a.entry.js → p-b9cebd24.entry.js} +2 -2
- package/dist/pine-core/{p-053ca95a.entry.js.map → p-b9cebd24.entry.js.map} +1 -1
- package/dist/pine-core/{p-94a0fd6e.entry.js → p-bbd19258.entry.js} +2 -2
- package/dist/pine-core/p-cbf2acbd.system.entry.js +2 -0
- package/dist/pine-core/p-cbf2acbd.system.entry.js.map +1 -0
- package/dist/pine-core/{p-c8b0ea02.entry.js → p-ceb66096.entry.js} +3 -3
- package/dist/pine-core/{p-be998f90.system.entry.js → p-d3365f49.system.entry.js} +3 -3
- package/dist/pine-core/p-d83716fb.js +2 -0
- package/dist/pine-core/p-d83716fb.js.map +1 -0
- package/dist/pine-core/{p-02f06002.system.entry.js → p-d95b2469.system.entry.js} +2 -2
- package/dist/pine-core/{p-02f06002.system.entry.js.map → p-d95b2469.system.entry.js.map} +1 -1
- package/dist/pine-core/p-da5a1e2c.system.entry.js +2 -0
- package/dist/pine-core/p-da5a1e2c.system.entry.js.map +1 -0
- package/dist/pine-core/p-db622f8f.system.js +2 -0
- package/dist/pine-core/p-de301890.entry.js +2 -0
- package/dist/pine-core/p-de301890.entry.js.map +1 -0
- package/dist/pine-core/p-dec11fa5.system.js +2 -0
- package/dist/pine-core/p-dec11fa5.system.js.map +1 -0
- package/dist/pine-core/{p-a15c9c4f.entry.js → p-e2a673e8.entry.js} +2 -2
- package/dist/pine-core/{p-b78b3492.entry.js → p-e2badc55.entry.js} +2 -2
- package/dist/pine-core/{p-b78b3492.entry.js.map → p-e2badc55.entry.js.map} +1 -1
- package/dist/pine-core/{p-f408c34a.system.js → p-e3fab4be.system.js} +2 -2
- package/dist/pine-core/{p-5c90a600.entry.js → p-ebdaf3ad.entry.js} +2 -2
- package/dist/pine-core/{p-a4b85fb8.system.entry.js → p-f16ef73c.system.entry.js} +2 -2
- package/dist/pine-core/{p-9c294ea2.system.entry.js → p-faa2bf05.system.entry.js} +2 -2
- package/dist/pine-core/p-faa2bf05.system.entry.js.map +1 -0
- package/dist/pine-core/pine-core.esm.js +1 -1
- package/dist/pine-core/pine-core.esm.js.map +1 -1
- package/dist/pine-core/pine-core.js +1 -1
- package/dist/pine-core/svg/file-add.svg +1 -1
- package/dist/pine-core/svg/file-search.svg +1 -0
- package/dist/pine-core/svg/logo-snapchat.svg +1 -0
- package/dist/types/components/pds-button/pds-button.d.ts +13 -8
- package/dist/types/components/pds-chip/pds-chip.d.ts +8 -8
- package/dist/types/components/pds-copytext/pds-copytext.d.ts +3 -3
- package/dist/types/components/pds-divider/pds-divider.d.ts +1 -1
- package/dist/types/components/pds-image/pds-image.d.ts +7 -3
- package/dist/types/components/pds-input/pds-input.d.ts +5 -5
- package/dist/types/components/pds-link/pds-link.d.ts +7 -11
- package/dist/types/components/pds-popover/pds-popover.d.ts +45 -0
- package/dist/types/components/pds-radio/pds-radio.d.ts +11 -11
- package/dist/types/components/pds-select/pds-select.d.ts +91 -0
- package/dist/types/components/pds-switch/pds-switch.d.ts +10 -13
- package/dist/types/components/pds-table/pds-table-cell/pds-table-cell.d.ts +4 -0
- package/dist/types/components/pds-table/pds-table-head/pds-table-head.d.ts +5 -2
- package/dist/types/components/pds-table/pds-table-head-cell/pds-table-head-cell.d.ts +9 -1
- package/dist/types/components/pds-table/pds-table-row/pds-table-row.d.ts +3 -3
- package/dist/types/components/pds-table/pds-table.d.ts +11 -3
- package/dist/types/components/pds-text/pds-text.d.ts +27 -0
- package/dist/types/components/pds-textarea/pds-textarea.d.ts +12 -12
- package/dist/types/components.d.ts +457 -105
- package/dist/types/utils/types.d.ts +1 -1
- package/hydrate/index.js +334 -67
- package/hydrate/index.mjs +334 -67
- package/package.json +2 -2
- package/dist/cjs/index-8ad0cd9d.js.map +0 -1
- package/dist/cjs/index-8f7870bb.js.map +0 -1
- package/dist/esm/index-5e7a8a36.js.map +0 -1
- package/dist/esm/index-8b335bbb.js.map +0 -1
- package/dist/esm-es5/index-5e7a8a36.js +0 -2
- package/dist/esm-es5/index-5e7a8a36.js.map +0 -1
- package/dist/esm-es5/index-8b335bbb.js.map +0 -1
- package/dist/pine-core/p-0186301f.entry.js +0 -2
- package/dist/pine-core/p-0186301f.entry.js.map +0 -1
- package/dist/pine-core/p-0630403a.entry.js +0 -2
- package/dist/pine-core/p-0630403a.entry.js.map +0 -1
- package/dist/pine-core/p-102222fd.entry.js +0 -2
- package/dist/pine-core/p-102222fd.entry.js.map +0 -1
- package/dist/pine-core/p-242ccc24.system.entry.js +0 -2
- package/dist/pine-core/p-242ccc24.system.entry.js.map +0 -1
- package/dist/pine-core/p-30d979d3.entry.js +0 -2
- package/dist/pine-core/p-30d979d3.entry.js.map +0 -1
- package/dist/pine-core/p-3cad7587.entry.js +0 -2
- package/dist/pine-core/p-3cad7587.entry.js.map +0 -1
- package/dist/pine-core/p-3e0449c5.js +0 -2
- package/dist/pine-core/p-3e0449c5.js.map +0 -1
- package/dist/pine-core/p-4c0c0b2d.system.js.map +0 -1
- package/dist/pine-core/p-4e6e2052.js.map +0 -1
- package/dist/pine-core/p-51e94e03.system.js +0 -2
- package/dist/pine-core/p-51e94e03.system.js.map +0 -1
- package/dist/pine-core/p-55f8a9e4.system.entry.js +0 -2
- package/dist/pine-core/p-55f8a9e4.system.entry.js.map +0 -1
- package/dist/pine-core/p-57dd9a98.system.entry.js +0 -2
- package/dist/pine-core/p-57dd9a98.system.entry.js.map +0 -1
- package/dist/pine-core/p-5b43ff39.system.entry.js +0 -2
- package/dist/pine-core/p-5b43ff39.system.entry.js.map +0 -1
- package/dist/pine-core/p-5f13c97b.entry.js.map +0 -1
- package/dist/pine-core/p-5f23f121.entry.js.map +0 -1
- package/dist/pine-core/p-6bcd89dc.system.js +0 -2
- package/dist/pine-core/p-6bcd89dc.system.js.map +0 -1
- package/dist/pine-core/p-82096fe4.system.entry.js +0 -2
- package/dist/pine-core/p-82096fe4.system.entry.js.map +0 -1
- package/dist/pine-core/p-8d34339d.system.js +0 -2
- package/dist/pine-core/p-9c294ea2.system.entry.js.map +0 -1
- package/dist/pine-core/p-d438c2c8.system.entry.js +0 -2
- package/dist/pine-core/p-d438c2c8.system.entry.js.map +0 -1
- package/dist/pine-core/p-e22b4427.system.entry.js +0 -2
- package/dist/pine-core/p-e22b4427.system.entry.js.map +0 -1
- package/dist/pine-core/p-efca871b.entry.js +0 -2
- package/dist/pine-core/p-efca871b.entry.js.map +0 -1
- /package/dist/esm-es5/{pds-label-1f80d632.js.map → pds-label-62469596.js.map} +0 -0
- /package/dist/pine-core/{p-3b780711.entry.js.map → p-1712d594.entry.js.map} +0 -0
- /package/dist/pine-core/{p-4e39bbd7.system.entry.js.map → p-1a1a76ea.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-e4a1b3f5.system.entry.js.map → p-1a548198.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-89101362.system.entry.js.map → p-1df1990d.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-1ca76e21.entry.js.map → p-1e80f274.entry.js.map} +0 -0
- /package/dist/pine-core/{p-05d140a3.system.entry.js.map → p-364a7555.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-a18ff34f.entry.js.map → p-396014d3.entry.js.map} +0 -0
- /package/dist/pine-core/{p-5fb6ab2f.entry.js.map → p-3acb18ad.entry.js.map} +0 -0
- /package/dist/pine-core/{p-136ea1e9.entry.js.map → p-4d22b02c.entry.js.map} +0 -0
- /package/dist/pine-core/{p-70e5e466.system.entry.js.map → p-50918693.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-0200fce9.entry.js.map → p-59fcea0f.entry.js.map} +0 -0
- /package/dist/pine-core/{p-e2d793eb.entry.js.map → p-65229490.entry.js.map} +0 -0
- /package/dist/pine-core/{p-33a94e8c.system.entry.js.map → p-84d36583.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-82a001ac.system.entry.js.map → p-88edcb41.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-330eda0c.entry.js.map → p-892b4a4c.entry.js.map} +0 -0
- /package/dist/pine-core/{p-7d6d3e2b.entry.js.map → p-9487df53.entry.js.map} +0 -0
- /package/dist/pine-core/{p-3fc1efe7.system.entry.js.map → p-a2726d3b.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-3ec7fac1.js.map → p-a9038f7f.js.map} +0 -0
- /package/dist/pine-core/{p-9dec3592.system.entry.js.map → p-a9e02a6f.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-0efee237.system.entry.js.map → p-b7edbe43.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-0e310504.system.entry.js.map → p-b95522e6.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-94a0fd6e.entry.js.map → p-bbd19258.entry.js.map} +0 -0
- /package/dist/pine-core/{p-c8b0ea02.entry.js.map → p-ceb66096.entry.js.map} +0 -0
- /package/dist/pine-core/{p-be998f90.system.entry.js.map → p-d3365f49.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-8d34339d.system.js.map → p-db622f8f.system.js.map} +0 -0
- /package/dist/pine-core/{p-a15c9c4f.entry.js.map → p-e2a673e8.entry.js.map} +0 -0
- /package/dist/pine-core/{p-f408c34a.system.js.map → p-e3fab4be.system.js.map} +0 -0
- /package/dist/pine-core/{p-5c90a600.entry.js.map → p-ebdaf3ad.entry.js.map} +0 -0
- /package/dist/pine-core/{p-a4b85fb8.system.entry.js.map → p-f16ef73c.system.entry.js.map} +0 -0
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "
|
|
2
|
+
"timestamp": "2025-01-14T18:20:12",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.22.2",
|
|
@@ -1858,15 +1858,15 @@
|
|
|
1858
1858
|
"docsTags": [
|
|
1859
1859
|
{
|
|
1860
1860
|
"name": "part",
|
|
1861
|
-
"text": "button -
|
|
1861
|
+
"text": "button - Exposes the button element for styling."
|
|
1862
1862
|
},
|
|
1863
1863
|
{
|
|
1864
1864
|
"name": "part",
|
|
1865
|
-
"text": "caret -
|
|
1865
|
+
"text": "caret - Exposes the caret icon component for styling. Appears only on the disclosure variant."
|
|
1866
1866
|
},
|
|
1867
1867
|
{
|
|
1868
1868
|
"name": "part",
|
|
1869
|
-
"text": "icon -
|
|
1869
|
+
"text": "icon - Exposes the icon component for styling."
|
|
1870
1870
|
}
|
|
1871
1871
|
],
|
|
1872
1872
|
"usage": {},
|
|
@@ -1903,7 +1903,7 @@
|
|
|
1903
1903
|
"mutable": false,
|
|
1904
1904
|
"attr": "disabled",
|
|
1905
1905
|
"reflectToAttr": false,
|
|
1906
|
-
"docs": "
|
|
1906
|
+
"docs": "Determines the button's disabled state.",
|
|
1907
1907
|
"docsTags": [
|
|
1908
1908
|
{
|
|
1909
1909
|
"name": "defaultValue",
|
|
@@ -1930,8 +1930,13 @@
|
|
|
1930
1930
|
"mutable": false,
|
|
1931
1931
|
"attr": "icon",
|
|
1932
1932
|
"reflectToAttr": false,
|
|
1933
|
-
"docs": "Displays icon before text when icon string matches an icon name",
|
|
1934
|
-
"docsTags": [
|
|
1933
|
+
"docs": "Displays an icon before the text when\nthe icon string matches an icon name.",
|
|
1934
|
+
"docsTags": [
|
|
1935
|
+
{
|
|
1936
|
+
"name": "defaultValue",
|
|
1937
|
+
"text": "null"
|
|
1938
|
+
}
|
|
1939
|
+
],
|
|
1935
1940
|
"default": "null",
|
|
1936
1941
|
"values": [
|
|
1937
1942
|
{
|
|
@@ -1952,7 +1957,7 @@
|
|
|
1952
1957
|
"mutable": false,
|
|
1953
1958
|
"attr": "name",
|
|
1954
1959
|
"reflectToAttr": false,
|
|
1955
|
-
"docs": "Provides button with a submittable name",
|
|
1960
|
+
"docs": "Provides the button with a submittable name.",
|
|
1956
1961
|
"docsTags": [],
|
|
1957
1962
|
"values": [
|
|
1958
1963
|
{
|
|
@@ -1973,7 +1978,7 @@
|
|
|
1973
1978
|
"mutable": false,
|
|
1974
1979
|
"attr": "type",
|
|
1975
1980
|
"reflectToAttr": false,
|
|
1976
|
-
"docs": "Provides button with a type",
|
|
1981
|
+
"docs": "Provides button with a type.",
|
|
1977
1982
|
"docsTags": [
|
|
1978
1983
|
{
|
|
1979
1984
|
"name": "defaultValue",
|
|
@@ -2030,8 +2035,13 @@
|
|
|
2030
2035
|
"mutable": false,
|
|
2031
2036
|
"attr": "variant",
|
|
2032
2037
|
"reflectToAttr": false,
|
|
2033
|
-
"docs": "Sets
|
|
2034
|
-
"docsTags": [
|
|
2038
|
+
"docs": "Sets the style variant of the button.",
|
|
2039
|
+
"docsTags": [
|
|
2040
|
+
{
|
|
2041
|
+
"name": "defaultValue",
|
|
2042
|
+
"text": "primary"
|
|
2043
|
+
}
|
|
2044
|
+
],
|
|
2035
2045
|
"default": "'primary'",
|
|
2036
2046
|
"values": [
|
|
2037
2047
|
{
|
|
@@ -2064,22 +2074,37 @@
|
|
|
2064
2074
|
}
|
|
2065
2075
|
],
|
|
2066
2076
|
"methods": [],
|
|
2067
|
-
"events": [
|
|
2077
|
+
"events": [
|
|
2078
|
+
{
|
|
2079
|
+
"event": "pdsClick",
|
|
2080
|
+
"detail": "any",
|
|
2081
|
+
"bubbles": true,
|
|
2082
|
+
"complexType": {
|
|
2083
|
+
"original": "any",
|
|
2084
|
+
"resolved": "any",
|
|
2085
|
+
"references": {}
|
|
2086
|
+
},
|
|
2087
|
+
"cancelable": true,
|
|
2088
|
+
"composed": true,
|
|
2089
|
+
"docs": "",
|
|
2090
|
+
"docsTags": []
|
|
2091
|
+
}
|
|
2092
|
+
],
|
|
2068
2093
|
"listeners": [],
|
|
2069
2094
|
"styles": [],
|
|
2070
2095
|
"slots": [],
|
|
2071
2096
|
"parts": [
|
|
2072
2097
|
{
|
|
2073
2098
|
"name": "button",
|
|
2074
|
-
"docs": "
|
|
2099
|
+
"docs": "Exposes the button element for styling."
|
|
2075
2100
|
},
|
|
2076
2101
|
{
|
|
2077
2102
|
"name": "caret",
|
|
2078
|
-
"docs": "
|
|
2103
|
+
"docs": "Exposes the caret icon component for styling. Appears only on the disclosure variant."
|
|
2079
2104
|
},
|
|
2080
2105
|
{
|
|
2081
2106
|
"name": "icon",
|
|
2082
|
-
"docs": "
|
|
2107
|
+
"docs": "Exposes the icon component for styling."
|
|
2083
2108
|
}
|
|
2084
2109
|
],
|
|
2085
2110
|
"dependents": [
|
|
@@ -2411,8 +2436,13 @@
|
|
|
2411
2436
|
"pds-table-head",
|
|
2412
2437
|
"pds-table-row"
|
|
2413
2438
|
],
|
|
2414
|
-
"dependencies": [
|
|
2439
|
+
"dependencies": [
|
|
2440
|
+
"pds-icon"
|
|
2441
|
+
],
|
|
2415
2442
|
"dependencyGraph": {
|
|
2443
|
+
"pds-checkbox": [
|
|
2444
|
+
"pds-icon"
|
|
2445
|
+
],
|
|
2416
2446
|
"pds-table-head": [
|
|
2417
2447
|
"pds-checkbox"
|
|
2418
2448
|
],
|
|
@@ -2510,7 +2540,7 @@
|
|
|
2510
2540
|
"mutable": false,
|
|
2511
2541
|
"attr": "large",
|
|
2512
2542
|
"reflectToAttr": false,
|
|
2513
|
-
"docs": "Determines whether the chip should be
|
|
2543
|
+
"docs": "Determines whether the chip should be displayed in a larger size.",
|
|
2514
2544
|
"docsTags": [
|
|
2515
2545
|
{
|
|
2516
2546
|
"name": "defaultValue",
|
|
@@ -2537,7 +2567,7 @@
|
|
|
2537
2567
|
"mutable": false,
|
|
2538
2568
|
"attr": "sentiment",
|
|
2539
2569
|
"reflectToAttr": false,
|
|
2540
|
-
"docs": "
|
|
2570
|
+
"docs": "Defines the color scheme of the chip.",
|
|
2541
2571
|
"docsTags": [
|
|
2542
2572
|
{
|
|
2543
2573
|
"name": "defaultValue",
|
|
@@ -2624,7 +2654,7 @@
|
|
|
2624
2654
|
},
|
|
2625
2655
|
"cancelable": true,
|
|
2626
2656
|
"composed": true,
|
|
2627
|
-
"docs": "Event when close button is clicked on tag variant.",
|
|
2657
|
+
"docs": "Event emitted when the close button is clicked on a tag variant chip.",
|
|
2628
2658
|
"docsTags": []
|
|
2629
2659
|
}
|
|
2630
2660
|
],
|
|
@@ -2662,7 +2692,7 @@
|
|
|
2662
2692
|
"mutable": false,
|
|
2663
2693
|
"attr": "border",
|
|
2664
2694
|
"reflectToAttr": true,
|
|
2665
|
-
"docs": "Determines whether `copytext` should have a border.",
|
|
2695
|
+
"docs": "Determines whether `copytext` should have a visible border.",
|
|
2666
2696
|
"docsTags": [
|
|
2667
2697
|
{
|
|
2668
2698
|
"name": "defaultValue",
|
|
@@ -2764,7 +2794,7 @@
|
|
|
2764
2794
|
"mutable": false,
|
|
2765
2795
|
"attr": "value",
|
|
2766
2796
|
"reflectToAttr": false,
|
|
2767
|
-
"docs": "
|
|
2797
|
+
"docs": "The string displayed that is also copied to the clipboard upon interaction.",
|
|
2768
2798
|
"docsTags": [],
|
|
2769
2799
|
"values": [
|
|
2770
2800
|
{
|
|
@@ -2788,7 +2818,7 @@
|
|
|
2788
2818
|
},
|
|
2789
2819
|
"cancelable": true,
|
|
2790
2820
|
"composed": true,
|
|
2791
|
-
"docs": "Event when copyText button is clicked.",
|
|
2821
|
+
"docs": "Event fired when copyText button is clicked.",
|
|
2792
2822
|
"docsTags": []
|
|
2793
2823
|
}
|
|
2794
2824
|
],
|
|
@@ -2898,7 +2928,7 @@
|
|
|
2898
2928
|
"mutable": false,
|
|
2899
2929
|
"attr": "vertical",
|
|
2900
2930
|
"reflectToAttr": false,
|
|
2901
|
-
"docs": "Sets divider to display vertically",
|
|
2931
|
+
"docs": "Sets divider to display vertically.",
|
|
2902
2932
|
"docsTags": [
|
|
2903
2933
|
{
|
|
2904
2934
|
"name": "defaultValue",
|
|
@@ -2945,8 +2975,13 @@
|
|
|
2945
2975
|
"mutable": false,
|
|
2946
2976
|
"attr": "alt",
|
|
2947
2977
|
"reflectToAttr": false,
|
|
2948
|
-
"docs": "The image's alt tag. If none is provided,\nit will default to an empty string.",
|
|
2949
|
-
"docsTags": [
|
|
2978
|
+
"docs": "The image's alt tag. If none is provided,\nit will default to an empty string, which is desired for\ndecorative images.",
|
|
2979
|
+
"docsTags": [
|
|
2980
|
+
{
|
|
2981
|
+
"name": "defaultValue",
|
|
2982
|
+
"text": "''"
|
|
2983
|
+
}
|
|
2984
|
+
],
|
|
2950
2985
|
"default": "''",
|
|
2951
2986
|
"values": [
|
|
2952
2987
|
{
|
|
@@ -3010,7 +3045,12 @@
|
|
|
3010
3045
|
"attr": "loading",
|
|
3011
3046
|
"reflectToAttr": false,
|
|
3012
3047
|
"docs": "Indicates how the browser should load the image.",
|
|
3013
|
-
"docsTags": [
|
|
3048
|
+
"docsTags": [
|
|
3049
|
+
{
|
|
3050
|
+
"name": "defaultValue",
|
|
3051
|
+
"text": "eager"
|
|
3052
|
+
}
|
|
3053
|
+
],
|
|
3014
3054
|
"default": "'eager'",
|
|
3015
3055
|
"values": [
|
|
3016
3056
|
{
|
|
@@ -3036,7 +3076,7 @@
|
|
|
3036
3076
|
"mutable": false,
|
|
3037
3077
|
"attr": "sizes",
|
|
3038
3078
|
"reflectToAttr": false,
|
|
3039
|
-
"docs": "Determines the intended display size of an image\nwithin
|
|
3079
|
+
"docs": "Determines the intended display size of an image\nwithin certain breakpoints. Has no effect if `srcset`\nis not set or value has no width descriptor.",
|
|
3040
3080
|
"docsTags": [],
|
|
3041
3081
|
"values": [
|
|
3042
3082
|
{
|
|
@@ -3078,7 +3118,7 @@
|
|
|
3078
3118
|
"mutable": false,
|
|
3079
3119
|
"attr": "srcset",
|
|
3080
3120
|
"reflectToAttr": false,
|
|
3081
|
-
"docs": "A set of image sources for the browser to use.",
|
|
3121
|
+
"docs": "A set of image sources for the browser to use\nfor responsiveness.",
|
|
3082
3122
|
"docsTags": [],
|
|
3083
3123
|
"values": [
|
|
3084
3124
|
{
|
|
@@ -3188,7 +3228,7 @@
|
|
|
3188
3228
|
"mutable": false,
|
|
3189
3229
|
"attr": "disabled",
|
|
3190
3230
|
"reflectToAttr": false,
|
|
3191
|
-
"docs": "
|
|
3231
|
+
"docs": "Determines whether or not the input field is disabled.",
|
|
3192
3232
|
"docsTags": [],
|
|
3193
3233
|
"values": [
|
|
3194
3234
|
{
|
|
@@ -3251,7 +3291,7 @@
|
|
|
3251
3291
|
"mutable": false,
|
|
3252
3292
|
"attr": "invalid",
|
|
3253
3293
|
"reflectToAttr": false,
|
|
3254
|
-
"docs": "
|
|
3294
|
+
"docs": "Determines whether or not the input field is invalid or throws an error.",
|
|
3255
3295
|
"docsTags": [],
|
|
3256
3296
|
"values": [
|
|
3257
3297
|
{
|
|
@@ -3335,7 +3375,7 @@
|
|
|
3335
3375
|
"mutable": false,
|
|
3336
3376
|
"attr": "readonly",
|
|
3337
3377
|
"reflectToAttr": false,
|
|
3338
|
-
"docs": "
|
|
3378
|
+
"docs": "Determines whether or not the input field is readonly.",
|
|
3339
3379
|
"docsTags": [],
|
|
3340
3380
|
"values": [
|
|
3341
3381
|
{
|
|
@@ -3356,7 +3396,7 @@
|
|
|
3356
3396
|
"mutable": false,
|
|
3357
3397
|
"attr": "required",
|
|
3358
3398
|
"reflectToAttr": false,
|
|
3359
|
-
"docs": "
|
|
3399
|
+
"docs": "Determines whether or not the input field is required.",
|
|
3360
3400
|
"docsTags": [],
|
|
3361
3401
|
"values": [
|
|
3362
3402
|
{
|
|
@@ -3433,7 +3473,7 @@
|
|
|
3433
3473
|
},
|
|
3434
3474
|
"cancelable": true,
|
|
3435
3475
|
"composed": true,
|
|
3436
|
-
"docs": "Emitted when a keyboard input
|
|
3476
|
+
"docs": "Emitted when a keyboard input occurs.",
|
|
3437
3477
|
"docsTags": []
|
|
3438
3478
|
}
|
|
3439
3479
|
],
|
|
@@ -3442,8 +3482,14 @@
|
|
|
3442
3482
|
"slots": [],
|
|
3443
3483
|
"parts": [],
|
|
3444
3484
|
"dependents": [],
|
|
3445
|
-
"dependencies": [
|
|
3446
|
-
|
|
3485
|
+
"dependencies": [
|
|
3486
|
+
"pds-icon"
|
|
3487
|
+
],
|
|
3488
|
+
"dependencyGraph": {
|
|
3489
|
+
"pds-input": [
|
|
3490
|
+
"pds-icon"
|
|
3491
|
+
]
|
|
3492
|
+
}
|
|
3447
3493
|
},
|
|
3448
3494
|
{
|
|
3449
3495
|
"filePath": "src/components/pds-link/pds-link.tsx",
|
|
@@ -3454,11 +3500,11 @@
|
|
|
3454
3500
|
"docsTags": [
|
|
3455
3501
|
{
|
|
3456
3502
|
"name": "part",
|
|
3457
|
-
"text": "link -
|
|
3503
|
+
"text": "link - Link element styles."
|
|
3458
3504
|
},
|
|
3459
3505
|
{
|
|
3460
3506
|
"name": "slot",
|
|
3461
|
-
"text": "-
|
|
3507
|
+
"text": "(default) - Text content placed between the opening and closing tags. If no text is provided, the **href** will be used as a fallback."
|
|
3462
3508
|
}
|
|
3463
3509
|
],
|
|
3464
3510
|
"usage": {},
|
|
@@ -3495,7 +3541,7 @@
|
|
|
3495
3541
|
"mutable": false,
|
|
3496
3542
|
"attr": "external",
|
|
3497
3543
|
"reflectToAttr": false,
|
|
3498
|
-
"docs": "
|
|
3544
|
+
"docs": "Determines whether the link should open in a new tab.",
|
|
3499
3545
|
"docsTags": [
|
|
3500
3546
|
{
|
|
3501
3547
|
"name": "defaultValue",
|
|
@@ -3522,7 +3568,7 @@
|
|
|
3522
3568
|
"mutable": false,
|
|
3523
3569
|
"attr": "font-size",
|
|
3524
3570
|
"reflectToAttr": false,
|
|
3525
|
-
"docs": "
|
|
3571
|
+
"docs": "The font size of the link's text.",
|
|
3526
3572
|
"docsTags": [
|
|
3527
3573
|
{
|
|
3528
3574
|
"name": "defaultValue",
|
|
@@ -3558,7 +3604,7 @@
|
|
|
3558
3604
|
"mutable": false,
|
|
3559
3605
|
"attr": "href",
|
|
3560
3606
|
"reflectToAttr": false,
|
|
3561
|
-
"docs": "The URL
|
|
3607
|
+
"docs": "The hyperlink's destination URL. If no text is provided in the custom slot, the href will be used.",
|
|
3562
3608
|
"docsTags": [],
|
|
3563
3609
|
"values": [
|
|
3564
3610
|
{
|
|
@@ -3579,8 +3625,13 @@
|
|
|
3579
3625
|
"mutable": false,
|
|
3580
3626
|
"attr": "variant",
|
|
3581
3627
|
"reflectToAttr": false,
|
|
3582
|
-
"docs": "
|
|
3583
|
-
"docsTags": [
|
|
3628
|
+
"docs": "Sets the link variant styles.",
|
|
3629
|
+
"docsTags": [
|
|
3630
|
+
{
|
|
3631
|
+
"name": "defaultValue",
|
|
3632
|
+
"text": "inline"
|
|
3633
|
+
}
|
|
3634
|
+
],
|
|
3584
3635
|
"default": "'inline'",
|
|
3585
3636
|
"values": [
|
|
3586
3637
|
{
|
|
@@ -3602,14 +3653,14 @@
|
|
|
3602
3653
|
"styles": [],
|
|
3603
3654
|
"slots": [
|
|
3604
3655
|
{
|
|
3605
|
-
"name": "",
|
|
3606
|
-
"docs": "
|
|
3656
|
+
"name": "(default)",
|
|
3657
|
+
"docs": "Text content placed between the opening and closing tags. If no text is provided, the **href** will be used as a fallback."
|
|
3607
3658
|
}
|
|
3608
3659
|
],
|
|
3609
3660
|
"parts": [
|
|
3610
3661
|
{
|
|
3611
3662
|
"name": "link",
|
|
3612
|
-
"docs": "
|
|
3663
|
+
"docs": "Link element styles."
|
|
3613
3664
|
}
|
|
3614
3665
|
],
|
|
3615
3666
|
"dependents": [],
|
|
@@ -3746,41 +3797,14 @@
|
|
|
3746
3797
|
"dependencyGraph": {}
|
|
3747
3798
|
},
|
|
3748
3799
|
{
|
|
3749
|
-
"filePath": "src/components/pds-
|
|
3800
|
+
"filePath": "src/components/pds-popover/pds-popover.tsx",
|
|
3750
3801
|
"encapsulation": "shadow",
|
|
3751
|
-
"tag": "pds-
|
|
3752
|
-
"readme": "# pds-
|
|
3802
|
+
"tag": "pds-popover",
|
|
3803
|
+
"readme": "# pds-popover\n\n\n",
|
|
3753
3804
|
"docs": "",
|
|
3754
3805
|
"docsTags": [],
|
|
3755
3806
|
"usage": {},
|
|
3756
3807
|
"props": [
|
|
3757
|
-
{
|
|
3758
|
-
"name": "animated",
|
|
3759
|
-
"type": "boolean",
|
|
3760
|
-
"complexType": {
|
|
3761
|
-
"original": "boolean",
|
|
3762
|
-
"resolved": "boolean",
|
|
3763
|
-
"references": {}
|
|
3764
|
-
},
|
|
3765
|
-
"mutable": false,
|
|
3766
|
-
"attr": "animated",
|
|
3767
|
-
"reflectToAttr": false,
|
|
3768
|
-
"docs": "Determines whether or not progress is animated.",
|
|
3769
|
-
"docsTags": [
|
|
3770
|
-
{
|
|
3771
|
-
"name": "defaultValue",
|
|
3772
|
-
"text": "false"
|
|
3773
|
-
}
|
|
3774
|
-
],
|
|
3775
|
-
"default": "false",
|
|
3776
|
-
"values": [
|
|
3777
|
-
{
|
|
3778
|
-
"type": "boolean"
|
|
3779
|
-
}
|
|
3780
|
-
],
|
|
3781
|
-
"optional": false,
|
|
3782
|
-
"required": false
|
|
3783
|
-
},
|
|
3784
3808
|
{
|
|
3785
3809
|
"name": "componentId",
|
|
3786
3810
|
"type": "string",
|
|
@@ -3792,7 +3816,7 @@
|
|
|
3792
3816
|
"mutable": false,
|
|
3793
3817
|
"attr": "component-id",
|
|
3794
3818
|
"reflectToAttr": false,
|
|
3795
|
-
"docs": "A unique identifier used for the underlying component `id` attribute
|
|
3819
|
+
"docs": "A unique identifier used for the underlying component `id` attribute.",
|
|
3796
3820
|
"docsTags": [],
|
|
3797
3821
|
"values": [
|
|
3798
3822
|
{
|
|
@@ -3800,104 +3824,192 @@
|
|
|
3800
3824
|
}
|
|
3801
3825
|
],
|
|
3802
3826
|
"optional": false,
|
|
3803
|
-
"required":
|
|
3827
|
+
"required": false
|
|
3804
3828
|
},
|
|
3805
3829
|
{
|
|
3806
|
-
"name": "
|
|
3807
|
-
"type": "
|
|
3830
|
+
"name": "maxWidth",
|
|
3831
|
+
"type": "number",
|
|
3808
3832
|
"complexType": {
|
|
3809
|
-
"original": "
|
|
3810
|
-
"resolved": "
|
|
3833
|
+
"original": "number",
|
|
3834
|
+
"resolved": "number",
|
|
3811
3835
|
"references": {}
|
|
3812
3836
|
},
|
|
3813
3837
|
"mutable": false,
|
|
3814
|
-
"attr": "
|
|
3838
|
+
"attr": "max-width",
|
|
3815
3839
|
"reflectToAttr": false,
|
|
3816
|
-
"docs": "Sets the
|
|
3840
|
+
"docs": "Sets the maximum width of the popover content",
|
|
3817
3841
|
"docsTags": [
|
|
3818
3842
|
{
|
|
3819
3843
|
"name": "defaultValue",
|
|
3820
|
-
"text": "
|
|
3844
|
+
"text": "352"
|
|
3821
3845
|
}
|
|
3822
3846
|
],
|
|
3847
|
+
"default": "352",
|
|
3823
3848
|
"values": [
|
|
3824
3849
|
{
|
|
3825
|
-
"type": "
|
|
3850
|
+
"type": "number"
|
|
3826
3851
|
}
|
|
3827
3852
|
],
|
|
3828
|
-
"optional":
|
|
3853
|
+
"optional": true,
|
|
3829
3854
|
"required": false
|
|
3830
3855
|
},
|
|
3831
3856
|
{
|
|
3832
|
-
"name": "
|
|
3833
|
-
"type": "
|
|
3857
|
+
"name": "placement",
|
|
3858
|
+
"type": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
3834
3859
|
"complexType": {
|
|
3835
|
-
"original": "
|
|
3836
|
-
"resolved": "
|
|
3837
|
-
"references": {
|
|
3860
|
+
"original": "PlacementType",
|
|
3861
|
+
"resolved": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
3862
|
+
"references": {
|
|
3863
|
+
"PlacementType": {
|
|
3864
|
+
"location": "import",
|
|
3865
|
+
"path": "@utils/types",
|
|
3866
|
+
"id": "src/utils/types.ts::PlacementType"
|
|
3867
|
+
}
|
|
3868
|
+
}
|
|
3838
3869
|
},
|
|
3839
3870
|
"mutable": false,
|
|
3840
|
-
"attr": "
|
|
3841
|
-
"reflectToAttr":
|
|
3842
|
-
"docs": "
|
|
3843
|
-
"docsTags": [
|
|
3871
|
+
"attr": "placement",
|
|
3872
|
+
"reflectToAttr": true,
|
|
3873
|
+
"docs": "Determines the preferred position of the popover",
|
|
3874
|
+
"docsTags": [
|
|
3875
|
+
{
|
|
3876
|
+
"name": "defaultValue",
|
|
3877
|
+
"text": "\"right\""
|
|
3878
|
+
}
|
|
3879
|
+
],
|
|
3880
|
+
"default": "'right'",
|
|
3844
3881
|
"values": [
|
|
3845
3882
|
{
|
|
3883
|
+
"value": "bottom",
|
|
3884
|
+
"type": "string"
|
|
3885
|
+
},
|
|
3886
|
+
{
|
|
3887
|
+
"value": "bottom-end",
|
|
3888
|
+
"type": "string"
|
|
3889
|
+
},
|
|
3890
|
+
{
|
|
3891
|
+
"value": "bottom-start",
|
|
3892
|
+
"type": "string"
|
|
3893
|
+
},
|
|
3894
|
+
{
|
|
3895
|
+
"value": "left",
|
|
3896
|
+
"type": "string"
|
|
3897
|
+
},
|
|
3898
|
+
{
|
|
3899
|
+
"value": "left-end",
|
|
3900
|
+
"type": "string"
|
|
3901
|
+
},
|
|
3902
|
+
{
|
|
3903
|
+
"value": "left-start",
|
|
3904
|
+
"type": "string"
|
|
3905
|
+
},
|
|
3906
|
+
{
|
|
3907
|
+
"value": "right",
|
|
3908
|
+
"type": "string"
|
|
3909
|
+
},
|
|
3910
|
+
{
|
|
3911
|
+
"value": "right-end",
|
|
3912
|
+
"type": "string"
|
|
3913
|
+
},
|
|
3914
|
+
{
|
|
3915
|
+
"value": "right-start",
|
|
3916
|
+
"type": "string"
|
|
3917
|
+
},
|
|
3918
|
+
{
|
|
3919
|
+
"value": "top",
|
|
3920
|
+
"type": "string"
|
|
3921
|
+
},
|
|
3922
|
+
{
|
|
3923
|
+
"value": "top-end",
|
|
3924
|
+
"type": "string"
|
|
3925
|
+
},
|
|
3926
|
+
{
|
|
3927
|
+
"value": "top-start",
|
|
3846
3928
|
"type": "string"
|
|
3847
3929
|
}
|
|
3848
3930
|
],
|
|
3849
3931
|
"optional": false,
|
|
3850
|
-
"required":
|
|
3932
|
+
"required": false
|
|
3851
3933
|
},
|
|
3852
3934
|
{
|
|
3853
|
-
"name": "
|
|
3854
|
-
"type": "
|
|
3935
|
+
"name": "popoverTargetAction",
|
|
3936
|
+
"type": "\"hide\" | \"show\" | \"toggle\"",
|
|
3855
3937
|
"complexType": {
|
|
3856
|
-
"original": "
|
|
3857
|
-
"resolved": "
|
|
3938
|
+
"original": "'show' | 'toggle' | 'hide'",
|
|
3939
|
+
"resolved": "\"hide\" | \"show\" | \"toggle\"",
|
|
3858
3940
|
"references": {}
|
|
3859
3941
|
},
|
|
3860
3942
|
"mutable": false,
|
|
3861
|
-
"attr": "
|
|
3943
|
+
"attr": "popover-target-action",
|
|
3862
3944
|
"reflectToAttr": false,
|
|
3863
|
-
"docs": "
|
|
3945
|
+
"docs": "Determines the action that triggers the popover. For manual popovers, the consumer is responsible for toggling this value.",
|
|
3864
3946
|
"docsTags": [
|
|
3865
3947
|
{
|
|
3866
3948
|
"name": "defaultValue",
|
|
3867
|
-
"text": "
|
|
3949
|
+
"text": "\"show\""
|
|
3868
3950
|
}
|
|
3869
3951
|
],
|
|
3870
|
-
"default": "
|
|
3952
|
+
"default": "'show'",
|
|
3871
3953
|
"values": [
|
|
3872
3954
|
{
|
|
3873
|
-
"
|
|
3955
|
+
"value": "hide",
|
|
3956
|
+
"type": "string"
|
|
3957
|
+
},
|
|
3958
|
+
{
|
|
3959
|
+
"value": "show",
|
|
3960
|
+
"type": "string"
|
|
3961
|
+
},
|
|
3962
|
+
{
|
|
3963
|
+
"value": "toggle",
|
|
3964
|
+
"type": "string"
|
|
3874
3965
|
}
|
|
3875
3966
|
],
|
|
3876
3967
|
"optional": false,
|
|
3877
3968
|
"required": false
|
|
3878
3969
|
},
|
|
3879
3970
|
{
|
|
3880
|
-
"name": "
|
|
3881
|
-
"type": "
|
|
3971
|
+
"name": "popoverType",
|
|
3972
|
+
"type": "\"auto\" | \"manual\"",
|
|
3882
3973
|
"complexType": {
|
|
3883
|
-
"original": "
|
|
3884
|
-
"resolved": "
|
|
3974
|
+
"original": "'auto' | 'manual'",
|
|
3975
|
+
"resolved": "\"auto\" | \"manual\"",
|
|
3885
3976
|
"references": {}
|
|
3886
3977
|
},
|
|
3887
3978
|
"mutable": false,
|
|
3888
|
-
"attr": "
|
|
3979
|
+
"attr": "popover-type",
|
|
3889
3980
|
"reflectToAttr": false,
|
|
3890
|
-
"docs": "Determines
|
|
3891
|
-
"docsTags": [
|
|
3981
|
+
"docs": "Determines the type of popover. Auto popovers can be \"light dismissed\" by clicking outside of the popover.\nManual popovers require the consumer to handle the visibility of the popover.",
|
|
3982
|
+
"docsTags": [],
|
|
3983
|
+
"default": "'auto'",
|
|
3984
|
+
"values": [
|
|
3892
3985
|
{
|
|
3893
|
-
"
|
|
3894
|
-
"
|
|
3986
|
+
"value": "auto",
|
|
3987
|
+
"type": "string"
|
|
3988
|
+
},
|
|
3989
|
+
{
|
|
3990
|
+
"value": "manual",
|
|
3991
|
+
"type": "string"
|
|
3895
3992
|
}
|
|
3896
3993
|
],
|
|
3897
|
-
"
|
|
3994
|
+
"optional": false,
|
|
3995
|
+
"required": false
|
|
3996
|
+
},
|
|
3997
|
+
{
|
|
3998
|
+
"name": "text",
|
|
3999
|
+
"type": "string",
|
|
4000
|
+
"complexType": {
|
|
4001
|
+
"original": "string",
|
|
4002
|
+
"resolved": "string",
|
|
4003
|
+
"references": {}
|
|
4004
|
+
},
|
|
4005
|
+
"mutable": false,
|
|
4006
|
+
"attr": "text",
|
|
4007
|
+
"reflectToAttr": false,
|
|
4008
|
+
"docs": "Text that appears on the trigger element",
|
|
4009
|
+
"docsTags": [],
|
|
3898
4010
|
"values": [
|
|
3899
4011
|
{
|
|
3900
|
-
"type": "
|
|
4012
|
+
"type": "string"
|
|
3901
4013
|
}
|
|
3902
4014
|
],
|
|
3903
4015
|
"optional": false,
|
|
@@ -3906,7 +4018,19 @@
|
|
|
3906
4018
|
],
|
|
3907
4019
|
"methods": [],
|
|
3908
4020
|
"events": [],
|
|
3909
|
-
"listeners": [
|
|
4021
|
+
"listeners": [
|
|
4022
|
+
{
|
|
4023
|
+
"event": "click",
|
|
4024
|
+
"capture": true,
|
|
4025
|
+
"passive": false
|
|
4026
|
+
},
|
|
4027
|
+
{
|
|
4028
|
+
"event": "scroll",
|
|
4029
|
+
"target": "window",
|
|
4030
|
+
"capture": true,
|
|
4031
|
+
"passive": true
|
|
4032
|
+
}
|
|
4033
|
+
],
|
|
3910
4034
|
"styles": [],
|
|
3911
4035
|
"slots": [],
|
|
3912
4036
|
"parts": [],
|
|
@@ -3915,16 +4039,16 @@
|
|
|
3915
4039
|
"dependencyGraph": {}
|
|
3916
4040
|
},
|
|
3917
4041
|
{
|
|
3918
|
-
"filePath": "src/components/pds-
|
|
3919
|
-
"encapsulation": "
|
|
3920
|
-
"tag": "pds-
|
|
3921
|
-
"readme": "# pds-
|
|
4042
|
+
"filePath": "src/components/pds-progress/pds-progress.tsx",
|
|
4043
|
+
"encapsulation": "shadow",
|
|
4044
|
+
"tag": "pds-progress",
|
|
4045
|
+
"readme": "# pds-progress\n\n\n",
|
|
3922
4046
|
"docs": "",
|
|
3923
4047
|
"docsTags": [],
|
|
3924
4048
|
"usage": {},
|
|
3925
4049
|
"props": [
|
|
3926
4050
|
{
|
|
3927
|
-
"name": "
|
|
4051
|
+
"name": "animated",
|
|
3928
4052
|
"type": "boolean",
|
|
3929
4053
|
"complexType": {
|
|
3930
4054
|
"original": "boolean",
|
|
@@ -3932,9 +4056,9 @@
|
|
|
3932
4056
|
"references": {}
|
|
3933
4057
|
},
|
|
3934
4058
|
"mutable": false,
|
|
3935
|
-
"attr": "
|
|
4059
|
+
"attr": "animated",
|
|
3936
4060
|
"reflectToAttr": false,
|
|
3937
|
-
"docs": "Determines whether or not
|
|
4061
|
+
"docs": "Determines whether or not progress is animated.",
|
|
3938
4062
|
"docsTags": [
|
|
3939
4063
|
{
|
|
3940
4064
|
"name": "defaultValue",
|
|
@@ -3972,8 +4096,177 @@
|
|
|
3972
4096
|
"required": true
|
|
3973
4097
|
},
|
|
3974
4098
|
{
|
|
3975
|
-
"name": "
|
|
3976
|
-
"type": "
|
|
4099
|
+
"name": "fillColor",
|
|
4100
|
+
"type": "string",
|
|
4101
|
+
"complexType": {
|
|
4102
|
+
"original": "string",
|
|
4103
|
+
"resolved": "string",
|
|
4104
|
+
"references": {}
|
|
4105
|
+
},
|
|
4106
|
+
"mutable": false,
|
|
4107
|
+
"attr": "fill-color",
|
|
4108
|
+
"reflectToAttr": false,
|
|
4109
|
+
"docs": "Sets the progress fill color. Accepts a color token or a [valid color value](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value).",
|
|
4110
|
+
"docsTags": [
|
|
4111
|
+
{
|
|
4112
|
+
"name": "defaultValue",
|
|
4113
|
+
"text": "'var(--pine-color-blue-300)'"
|
|
4114
|
+
}
|
|
4115
|
+
],
|
|
4116
|
+
"values": [
|
|
4117
|
+
{
|
|
4118
|
+
"type": "string"
|
|
4119
|
+
}
|
|
4120
|
+
],
|
|
4121
|
+
"optional": false,
|
|
4122
|
+
"required": false
|
|
4123
|
+
},
|
|
4124
|
+
{
|
|
4125
|
+
"name": "label",
|
|
4126
|
+
"type": "string",
|
|
4127
|
+
"complexType": {
|
|
4128
|
+
"original": "string",
|
|
4129
|
+
"resolved": "string",
|
|
4130
|
+
"references": {}
|
|
4131
|
+
},
|
|
4132
|
+
"mutable": false,
|
|
4133
|
+
"attr": "label",
|
|
4134
|
+
"reflectToAttr": false,
|
|
4135
|
+
"docs": "String used for label text. Label is visually hidden but required for better accessibility.",
|
|
4136
|
+
"docsTags": [],
|
|
4137
|
+
"values": [
|
|
4138
|
+
{
|
|
4139
|
+
"type": "string"
|
|
4140
|
+
}
|
|
4141
|
+
],
|
|
4142
|
+
"optional": false,
|
|
4143
|
+
"required": true
|
|
4144
|
+
},
|
|
4145
|
+
{
|
|
4146
|
+
"name": "percent",
|
|
4147
|
+
"type": "number",
|
|
4148
|
+
"complexType": {
|
|
4149
|
+
"original": "number",
|
|
4150
|
+
"resolved": "number",
|
|
4151
|
+
"references": {}
|
|
4152
|
+
},
|
|
4153
|
+
"mutable": false,
|
|
4154
|
+
"attr": "percent",
|
|
4155
|
+
"reflectToAttr": false,
|
|
4156
|
+
"docs": "Sets the progress fill pecentage and visually displayed when `show-percentage=true`.",
|
|
4157
|
+
"docsTags": [
|
|
4158
|
+
{
|
|
4159
|
+
"name": "defaultValue",
|
|
4160
|
+
"text": "0"
|
|
4161
|
+
}
|
|
4162
|
+
],
|
|
4163
|
+
"default": "0",
|
|
4164
|
+
"values": [
|
|
4165
|
+
{
|
|
4166
|
+
"type": "number"
|
|
4167
|
+
}
|
|
4168
|
+
],
|
|
4169
|
+
"optional": false,
|
|
4170
|
+
"required": false
|
|
4171
|
+
},
|
|
4172
|
+
{
|
|
4173
|
+
"name": "showPercent",
|
|
4174
|
+
"type": "boolean",
|
|
4175
|
+
"complexType": {
|
|
4176
|
+
"original": "boolean",
|
|
4177
|
+
"resolved": "boolean",
|
|
4178
|
+
"references": {}
|
|
4179
|
+
},
|
|
4180
|
+
"mutable": false,
|
|
4181
|
+
"attr": "show-percent",
|
|
4182
|
+
"reflectToAttr": false,
|
|
4183
|
+
"docs": "Determines whether or not the percent value should be displayed as text.",
|
|
4184
|
+
"docsTags": [
|
|
4185
|
+
{
|
|
4186
|
+
"name": "defaultValue",
|
|
4187
|
+
"text": "false"
|
|
4188
|
+
}
|
|
4189
|
+
],
|
|
4190
|
+
"default": "false",
|
|
4191
|
+
"values": [
|
|
4192
|
+
{
|
|
4193
|
+
"type": "boolean"
|
|
4194
|
+
}
|
|
4195
|
+
],
|
|
4196
|
+
"optional": false,
|
|
4197
|
+
"required": false
|
|
4198
|
+
}
|
|
4199
|
+
],
|
|
4200
|
+
"methods": [],
|
|
4201
|
+
"events": [],
|
|
4202
|
+
"listeners": [],
|
|
4203
|
+
"styles": [],
|
|
4204
|
+
"slots": [],
|
|
4205
|
+
"parts": [],
|
|
4206
|
+
"dependents": [],
|
|
4207
|
+
"dependencies": [],
|
|
4208
|
+
"dependencyGraph": {}
|
|
4209
|
+
},
|
|
4210
|
+
{
|
|
4211
|
+
"filePath": "src/components/pds-radio/pds-radio.tsx",
|
|
4212
|
+
"encapsulation": "scoped",
|
|
4213
|
+
"tag": "pds-radio",
|
|
4214
|
+
"readme": "# pds-radio\n\n\n",
|
|
4215
|
+
"docs": "",
|
|
4216
|
+
"docsTags": [],
|
|
4217
|
+
"usage": {},
|
|
4218
|
+
"props": [
|
|
4219
|
+
{
|
|
4220
|
+
"name": "checked",
|
|
4221
|
+
"type": "boolean",
|
|
4222
|
+
"complexType": {
|
|
4223
|
+
"original": "boolean",
|
|
4224
|
+
"resolved": "boolean",
|
|
4225
|
+
"references": {}
|
|
4226
|
+
},
|
|
4227
|
+
"mutable": false,
|
|
4228
|
+
"attr": "checked",
|
|
4229
|
+
"reflectToAttr": false,
|
|
4230
|
+
"docs": "Determines whether or not the radio is checked.",
|
|
4231
|
+
"docsTags": [
|
|
4232
|
+
{
|
|
4233
|
+
"name": "defaultValue",
|
|
4234
|
+
"text": "false"
|
|
4235
|
+
}
|
|
4236
|
+
],
|
|
4237
|
+
"default": "false",
|
|
4238
|
+
"values": [
|
|
4239
|
+
{
|
|
4240
|
+
"type": "boolean"
|
|
4241
|
+
}
|
|
4242
|
+
],
|
|
4243
|
+
"optional": false,
|
|
4244
|
+
"required": false
|
|
4245
|
+
},
|
|
4246
|
+
{
|
|
4247
|
+
"name": "componentId",
|
|
4248
|
+
"type": "string",
|
|
4249
|
+
"complexType": {
|
|
4250
|
+
"original": "string",
|
|
4251
|
+
"resolved": "string",
|
|
4252
|
+
"references": {}
|
|
4253
|
+
},
|
|
4254
|
+
"mutable": false,
|
|
4255
|
+
"attr": "component-id",
|
|
4256
|
+
"reflectToAttr": false,
|
|
4257
|
+
"docs": "A unique identifier used for the underlying component `id` attribute and the label `for` attribute.",
|
|
4258
|
+
"docsTags": [],
|
|
4259
|
+
"values": [
|
|
4260
|
+
{
|
|
4261
|
+
"type": "string"
|
|
4262
|
+
}
|
|
4263
|
+
],
|
|
4264
|
+
"optional": false,
|
|
4265
|
+
"required": true
|
|
4266
|
+
},
|
|
4267
|
+
{
|
|
4268
|
+
"name": "disabled",
|
|
4269
|
+
"type": "boolean",
|
|
3977
4270
|
"complexType": {
|
|
3978
4271
|
"original": "boolean",
|
|
3979
4272
|
"resolved": "boolean",
|
|
@@ -4009,7 +4302,7 @@
|
|
|
4009
4302
|
"mutable": false,
|
|
4010
4303
|
"attr": "error-message",
|
|
4011
4304
|
"reflectToAttr": false,
|
|
4012
|
-
"docs": "Displays message text describing an invalid state.",
|
|
4305
|
+
"docs": "Displays error message text describing an invalid state.",
|
|
4013
4306
|
"docsTags": [],
|
|
4014
4307
|
"values": [
|
|
4015
4308
|
{
|
|
@@ -4030,7 +4323,7 @@
|
|
|
4030
4323
|
"mutable": false,
|
|
4031
4324
|
"attr": "helper-message",
|
|
4032
4325
|
"reflectToAttr": false,
|
|
4033
|
-
"docs": "
|
|
4326
|
+
"docs": "Displays helper message text below radio.",
|
|
4034
4327
|
"docsTags": [],
|
|
4035
4328
|
"values": [
|
|
4036
4329
|
{
|
|
@@ -4180,8 +4473,14 @@
|
|
|
4180
4473
|
"slots": [],
|
|
4181
4474
|
"parts": [],
|
|
4182
4475
|
"dependents": [],
|
|
4183
|
-
"dependencies": [
|
|
4184
|
-
|
|
4476
|
+
"dependencies": [
|
|
4477
|
+
"pds-icon"
|
|
4478
|
+
],
|
|
4479
|
+
"dependencyGraph": {
|
|
4480
|
+
"pds-radio": [
|
|
4481
|
+
"pds-icon"
|
|
4482
|
+
]
|
|
4483
|
+
}
|
|
4185
4484
|
},
|
|
4186
4485
|
{
|
|
4187
4486
|
"filePath": "src/components/pds-row/pds-row.tsx",
|
|
@@ -4431,6 +4730,304 @@
|
|
|
4431
4730
|
"dependencies": [],
|
|
4432
4731
|
"dependencyGraph": {}
|
|
4433
4732
|
},
|
|
4733
|
+
{
|
|
4734
|
+
"filePath": "src/components/pds-select/pds-select.tsx",
|
|
4735
|
+
"encapsulation": "shadow",
|
|
4736
|
+
"tag": "pds-select",
|
|
4737
|
+
"readme": "# pds-select\n\n\n",
|
|
4738
|
+
"docs": "",
|
|
4739
|
+
"docsTags": [],
|
|
4740
|
+
"usage": {},
|
|
4741
|
+
"props": [
|
|
4742
|
+
{
|
|
4743
|
+
"name": "autocomplete",
|
|
4744
|
+
"type": "string",
|
|
4745
|
+
"complexType": {
|
|
4746
|
+
"original": "string",
|
|
4747
|
+
"resolved": "string",
|
|
4748
|
+
"references": {}
|
|
4749
|
+
},
|
|
4750
|
+
"mutable": false,
|
|
4751
|
+
"attr": "autocomplete",
|
|
4752
|
+
"reflectToAttr": false,
|
|
4753
|
+
"docs": "Specifies if and how the browser provides `autocomplete` assistance for the field.",
|
|
4754
|
+
"docsTags": [],
|
|
4755
|
+
"values": [
|
|
4756
|
+
{
|
|
4757
|
+
"type": "string"
|
|
4758
|
+
}
|
|
4759
|
+
],
|
|
4760
|
+
"optional": false,
|
|
4761
|
+
"required": false
|
|
4762
|
+
},
|
|
4763
|
+
{
|
|
4764
|
+
"name": "componentId",
|
|
4765
|
+
"type": "string",
|
|
4766
|
+
"complexType": {
|
|
4767
|
+
"original": "string",
|
|
4768
|
+
"resolved": "string",
|
|
4769
|
+
"references": {}
|
|
4770
|
+
},
|
|
4771
|
+
"mutable": false,
|
|
4772
|
+
"attr": "component-id",
|
|
4773
|
+
"reflectToAttr": false,
|
|
4774
|
+
"docs": "A unique identifier used for the underlying component `id` attribute.",
|
|
4775
|
+
"docsTags": [],
|
|
4776
|
+
"values": [
|
|
4777
|
+
{
|
|
4778
|
+
"type": "string"
|
|
4779
|
+
}
|
|
4780
|
+
],
|
|
4781
|
+
"optional": false,
|
|
4782
|
+
"required": true
|
|
4783
|
+
},
|
|
4784
|
+
{
|
|
4785
|
+
"name": "disabled",
|
|
4786
|
+
"type": "boolean",
|
|
4787
|
+
"complexType": {
|
|
4788
|
+
"original": "boolean",
|
|
4789
|
+
"resolved": "boolean",
|
|
4790
|
+
"references": {}
|
|
4791
|
+
},
|
|
4792
|
+
"mutable": false,
|
|
4793
|
+
"attr": "disabled",
|
|
4794
|
+
"reflectToAttr": false,
|
|
4795
|
+
"docs": "Indicates whether or not the select field is disabled.",
|
|
4796
|
+
"docsTags": [
|
|
4797
|
+
{
|
|
4798
|
+
"name": "defaultValue",
|
|
4799
|
+
"text": "false"
|
|
4800
|
+
}
|
|
4801
|
+
],
|
|
4802
|
+
"default": "false",
|
|
4803
|
+
"values": [
|
|
4804
|
+
{
|
|
4805
|
+
"type": "boolean"
|
|
4806
|
+
}
|
|
4807
|
+
],
|
|
4808
|
+
"optional": false,
|
|
4809
|
+
"required": false
|
|
4810
|
+
},
|
|
4811
|
+
{
|
|
4812
|
+
"name": "errorMessage",
|
|
4813
|
+
"type": "string",
|
|
4814
|
+
"complexType": {
|
|
4815
|
+
"original": "string",
|
|
4816
|
+
"resolved": "string",
|
|
4817
|
+
"references": {}
|
|
4818
|
+
},
|
|
4819
|
+
"mutable": false,
|
|
4820
|
+
"attr": "error-message",
|
|
4821
|
+
"reflectToAttr": false,
|
|
4822
|
+
"docs": "Displays error message text describing an invalid state.",
|
|
4823
|
+
"docsTags": [],
|
|
4824
|
+
"values": [
|
|
4825
|
+
{
|
|
4826
|
+
"type": "string"
|
|
4827
|
+
}
|
|
4828
|
+
],
|
|
4829
|
+
"optional": false,
|
|
4830
|
+
"required": false
|
|
4831
|
+
},
|
|
4832
|
+
{
|
|
4833
|
+
"name": "helperMessage",
|
|
4834
|
+
"type": "string",
|
|
4835
|
+
"complexType": {
|
|
4836
|
+
"original": "string",
|
|
4837
|
+
"resolved": "string",
|
|
4838
|
+
"references": {}
|
|
4839
|
+
},
|
|
4840
|
+
"mutable": false,
|
|
4841
|
+
"attr": "helper-message",
|
|
4842
|
+
"reflectToAttr": false,
|
|
4843
|
+
"docs": "Displays helper message text below select.",
|
|
4844
|
+
"docsTags": [],
|
|
4845
|
+
"values": [
|
|
4846
|
+
{
|
|
4847
|
+
"type": "string"
|
|
4848
|
+
}
|
|
4849
|
+
],
|
|
4850
|
+
"optional": false,
|
|
4851
|
+
"required": false
|
|
4852
|
+
},
|
|
4853
|
+
{
|
|
4854
|
+
"name": "invalid",
|
|
4855
|
+
"type": "boolean",
|
|
4856
|
+
"complexType": {
|
|
4857
|
+
"original": "boolean",
|
|
4858
|
+
"resolved": "boolean",
|
|
4859
|
+
"references": {}
|
|
4860
|
+
},
|
|
4861
|
+
"mutable": false,
|
|
4862
|
+
"attr": "invalid",
|
|
4863
|
+
"reflectToAttr": false,
|
|
4864
|
+
"docs": "Determines whether or not the select is invalid.",
|
|
4865
|
+
"docsTags": [],
|
|
4866
|
+
"values": [
|
|
4867
|
+
{
|
|
4868
|
+
"type": "boolean"
|
|
4869
|
+
}
|
|
4870
|
+
],
|
|
4871
|
+
"optional": true,
|
|
4872
|
+
"required": false
|
|
4873
|
+
},
|
|
4874
|
+
{
|
|
4875
|
+
"name": "label",
|
|
4876
|
+
"type": "string",
|
|
4877
|
+
"complexType": {
|
|
4878
|
+
"original": "string",
|
|
4879
|
+
"resolved": "string",
|
|
4880
|
+
"references": {}
|
|
4881
|
+
},
|
|
4882
|
+
"mutable": false,
|
|
4883
|
+
"attr": "label",
|
|
4884
|
+
"reflectToAttr": false,
|
|
4885
|
+
"docs": "Text to be displayed as the select label.",
|
|
4886
|
+
"docsTags": [],
|
|
4887
|
+
"values": [
|
|
4888
|
+
{
|
|
4889
|
+
"type": "string"
|
|
4890
|
+
}
|
|
4891
|
+
],
|
|
4892
|
+
"optional": false,
|
|
4893
|
+
"required": false
|
|
4894
|
+
},
|
|
4895
|
+
{
|
|
4896
|
+
"name": "multiple",
|
|
4897
|
+
"type": "boolean",
|
|
4898
|
+
"complexType": {
|
|
4899
|
+
"original": "boolean",
|
|
4900
|
+
"resolved": "boolean",
|
|
4901
|
+
"references": {}
|
|
4902
|
+
},
|
|
4903
|
+
"mutable": false,
|
|
4904
|
+
"attr": "multiple",
|
|
4905
|
+
"reflectToAttr": false,
|
|
4906
|
+
"docs": "Indicates whether multiple options can be selected.",
|
|
4907
|
+
"docsTags": [
|
|
4908
|
+
{
|
|
4909
|
+
"name": "defaultValue",
|
|
4910
|
+
"text": "false"
|
|
4911
|
+
}
|
|
4912
|
+
],
|
|
4913
|
+
"default": "false",
|
|
4914
|
+
"values": [
|
|
4915
|
+
{
|
|
4916
|
+
"type": "boolean"
|
|
4917
|
+
}
|
|
4918
|
+
],
|
|
4919
|
+
"optional": false,
|
|
4920
|
+
"required": false
|
|
4921
|
+
},
|
|
4922
|
+
{
|
|
4923
|
+
"name": "name",
|
|
4924
|
+
"type": "string",
|
|
4925
|
+
"complexType": {
|
|
4926
|
+
"original": "string",
|
|
4927
|
+
"resolved": "string",
|
|
4928
|
+
"references": {}
|
|
4929
|
+
},
|
|
4930
|
+
"mutable": false,
|
|
4931
|
+
"attr": "name",
|
|
4932
|
+
"reflectToAttr": false,
|
|
4933
|
+
"docs": "Specifies the name. Submitted with the form name/value pair.",
|
|
4934
|
+
"docsTags": [],
|
|
4935
|
+
"values": [
|
|
4936
|
+
{
|
|
4937
|
+
"type": "string"
|
|
4938
|
+
}
|
|
4939
|
+
],
|
|
4940
|
+
"optional": false,
|
|
4941
|
+
"required": true
|
|
4942
|
+
},
|
|
4943
|
+
{
|
|
4944
|
+
"name": "required",
|
|
4945
|
+
"type": "boolean",
|
|
4946
|
+
"complexType": {
|
|
4947
|
+
"original": "boolean",
|
|
4948
|
+
"resolved": "boolean",
|
|
4949
|
+
"references": {}
|
|
4950
|
+
},
|
|
4951
|
+
"mutable": false,
|
|
4952
|
+
"attr": "required",
|
|
4953
|
+
"reflectToAttr": false,
|
|
4954
|
+
"docs": "Indicates whether or not the select field is required.",
|
|
4955
|
+
"docsTags": [
|
|
4956
|
+
{
|
|
4957
|
+
"name": "defaultValue",
|
|
4958
|
+
"text": "false"
|
|
4959
|
+
}
|
|
4960
|
+
],
|
|
4961
|
+
"default": "false",
|
|
4962
|
+
"values": [
|
|
4963
|
+
{
|
|
4964
|
+
"type": "boolean"
|
|
4965
|
+
}
|
|
4966
|
+
],
|
|
4967
|
+
"optional": false,
|
|
4968
|
+
"required": false
|
|
4969
|
+
},
|
|
4970
|
+
{
|
|
4971
|
+
"name": "value",
|
|
4972
|
+
"type": "string | string[]",
|
|
4973
|
+
"complexType": {
|
|
4974
|
+
"original": "string | string[]",
|
|
4975
|
+
"resolved": "string | string[]",
|
|
4976
|
+
"references": {}
|
|
4977
|
+
},
|
|
4978
|
+
"mutable": true,
|
|
4979
|
+
"attr": "value",
|
|
4980
|
+
"reflectToAttr": false,
|
|
4981
|
+
"docs": "The value(s) of the selected option(s).",
|
|
4982
|
+
"docsTags": [],
|
|
4983
|
+
"values": [
|
|
4984
|
+
{
|
|
4985
|
+
"type": "string"
|
|
4986
|
+
},
|
|
4987
|
+
{
|
|
4988
|
+
"type": "string[]"
|
|
4989
|
+
}
|
|
4990
|
+
],
|
|
4991
|
+
"optional": true,
|
|
4992
|
+
"required": false
|
|
4993
|
+
}
|
|
4994
|
+
],
|
|
4995
|
+
"methods": [],
|
|
4996
|
+
"events": [
|
|
4997
|
+
{
|
|
4998
|
+
"event": "pdsSelectChange",
|
|
4999
|
+
"detail": "InputEvent",
|
|
5000
|
+
"bubbles": true,
|
|
5001
|
+
"complexType": {
|
|
5002
|
+
"original": "InputEvent",
|
|
5003
|
+
"resolved": "InputEvent",
|
|
5004
|
+
"references": {
|
|
5005
|
+
"InputEvent": {
|
|
5006
|
+
"location": "global",
|
|
5007
|
+
"id": "global::InputEvent"
|
|
5008
|
+
}
|
|
5009
|
+
}
|
|
5010
|
+
},
|
|
5011
|
+
"cancelable": true,
|
|
5012
|
+
"composed": true,
|
|
5013
|
+
"docs": "Emitted when a keyboard input occurs.",
|
|
5014
|
+
"docsTags": []
|
|
5015
|
+
}
|
|
5016
|
+
],
|
|
5017
|
+
"listeners": [],
|
|
5018
|
+
"styles": [],
|
|
5019
|
+
"slots": [],
|
|
5020
|
+
"parts": [],
|
|
5021
|
+
"dependents": [],
|
|
5022
|
+
"dependencies": [
|
|
5023
|
+
"pds-icon"
|
|
5024
|
+
],
|
|
5025
|
+
"dependencyGraph": {
|
|
5026
|
+
"pds-select": [
|
|
5027
|
+
"pds-icon"
|
|
5028
|
+
]
|
|
5029
|
+
}
|
|
5030
|
+
},
|
|
4434
5031
|
{
|
|
4435
5032
|
"filePath": "src/components/pds-sortable/pds-sortable.tsx",
|
|
4436
5033
|
"encapsulation": "scoped",
|
|
@@ -4694,7 +5291,7 @@
|
|
|
4694
5291
|
"mutable": true,
|
|
4695
5292
|
"attr": "checked",
|
|
4696
5293
|
"reflectToAttr": false,
|
|
4697
|
-
"docs": "Determines the input 'checked' state",
|
|
5294
|
+
"docs": "Determines the input 'checked' state.",
|
|
4698
5295
|
"docsTags": [],
|
|
4699
5296
|
"default": "false",
|
|
4700
5297
|
"values": [
|
|
@@ -4737,7 +5334,7 @@
|
|
|
4737
5334
|
"mutable": false,
|
|
4738
5335
|
"attr": "disabled",
|
|
4739
5336
|
"reflectToAttr": false,
|
|
4740
|
-
"docs": "Determines the input 'disabled' state, preventing user interaction",
|
|
5337
|
+
"docs": "Determines the input 'disabled' state, preventing user interaction.",
|
|
4741
5338
|
"docsTags": [],
|
|
4742
5339
|
"default": "false",
|
|
4743
5340
|
"values": [
|
|
@@ -4759,7 +5356,7 @@
|
|
|
4759
5356
|
"mutable": false,
|
|
4760
5357
|
"attr": "error-message",
|
|
4761
5358
|
"reflectToAttr": false,
|
|
4762
|
-
"docs": "Displays message text describing an invalid state",
|
|
5359
|
+
"docs": "Displays message text describing an invalid state.",
|
|
4763
5360
|
"docsTags": [],
|
|
4764
5361
|
"values": [
|
|
4765
5362
|
{
|
|
@@ -4780,7 +5377,7 @@
|
|
|
4780
5377
|
"mutable": false,
|
|
4781
5378
|
"attr": "helper-message",
|
|
4782
5379
|
"reflectToAttr": false,
|
|
4783
|
-
"docs": "Displays help text for additional description of an input",
|
|
5380
|
+
"docs": "Displays help text for additional description of an input.",
|
|
4784
5381
|
"docsTags": [],
|
|
4785
5382
|
"values": [
|
|
4786
5383
|
{
|
|
@@ -4801,7 +5398,7 @@
|
|
|
4801
5398
|
"mutable": false,
|
|
4802
5399
|
"attr": "invalid",
|
|
4803
5400
|
"reflectToAttr": false,
|
|
4804
|
-
"docs": "Determines the input 'invalid' state, signifying an error is present",
|
|
5401
|
+
"docs": "Determines the input 'invalid' state, signifying an error is present.",
|
|
4805
5402
|
"docsTags": [],
|
|
4806
5403
|
"default": "false",
|
|
4807
5404
|
"values": [
|
|
@@ -4823,7 +5420,7 @@
|
|
|
4823
5420
|
"mutable": false,
|
|
4824
5421
|
"attr": "label",
|
|
4825
5422
|
"reflectToAttr": false,
|
|
4826
|
-
"docs": "Displays text to describe the input",
|
|
5423
|
+
"docs": "Displays text to describe the input.",
|
|
4827
5424
|
"docsTags": [],
|
|
4828
5425
|
"values": [
|
|
4829
5426
|
{
|
|
@@ -4844,7 +5441,7 @@
|
|
|
4844
5441
|
"mutable": false,
|
|
4845
5442
|
"attr": "name",
|
|
4846
5443
|
"reflectToAttr": false,
|
|
4847
|
-
"docs": "Identifies form data and unifies a group of radio inputs for toggling a single property/value",
|
|
5444
|
+
"docs": "Identifies form data and unifies a group of radio inputs for toggling a single property/value.",
|
|
4848
5445
|
"docsTags": [],
|
|
4849
5446
|
"values": [
|
|
4850
5447
|
{
|
|
@@ -4865,7 +5462,7 @@
|
|
|
4865
5462
|
"mutable": false,
|
|
4866
5463
|
"attr": "required",
|
|
4867
5464
|
"reflectToAttr": false,
|
|
4868
|
-
"docs": "Determines the 'required' state of the input",
|
|
5465
|
+
"docs": "Determines the 'required' state of the input.",
|
|
4869
5466
|
"docsTags": [],
|
|
4870
5467
|
"default": "false",
|
|
4871
5468
|
"values": [
|
|
@@ -4887,7 +5484,7 @@
|
|
|
4887
5484
|
"mutable": false,
|
|
4888
5485
|
"attr": "value",
|
|
4889
5486
|
"reflectToAttr": false,
|
|
4890
|
-
"docs": "Provides input with a string submitted in form data
|
|
5487
|
+
"docs": "Provides input with a string submitted in form data.",
|
|
4891
5488
|
"docsTags": [],
|
|
4892
5489
|
"values": [
|
|
4893
5490
|
{
|
|
@@ -4916,7 +5513,7 @@
|
|
|
4916
5513
|
},
|
|
4917
5514
|
"cancelable": true,
|
|
4918
5515
|
"composed": true,
|
|
4919
|
-
"docs": "Emits an event on input change",
|
|
5516
|
+
"docs": "Emits an event on input change.",
|
|
4920
5517
|
"docsTags": []
|
|
4921
5518
|
}
|
|
4922
5519
|
],
|
|
@@ -4925,8 +5522,14 @@
|
|
|
4925
5522
|
"slots": [],
|
|
4926
5523
|
"parts": [],
|
|
4927
5524
|
"dependents": [],
|
|
4928
|
-
"dependencies": [
|
|
4929
|
-
|
|
5525
|
+
"dependencies": [
|
|
5526
|
+
"pds-icon"
|
|
5527
|
+
],
|
|
5528
|
+
"dependencyGraph": {
|
|
5529
|
+
"pds-switch": [
|
|
5530
|
+
"pds-icon"
|
|
5531
|
+
]
|
|
5532
|
+
}
|
|
4930
5533
|
},
|
|
4931
5534
|
{
|
|
4932
5535
|
"filePath": "src/components/pds-tabs/pds-tab/pds-tab.tsx",
|
|
@@ -4989,7 +5592,7 @@
|
|
|
4989
5592
|
"mutable": false,
|
|
4990
5593
|
"attr": "compact",
|
|
4991
5594
|
"reflectToAttr": false,
|
|
4992
|
-
"docs": "Determines if table displays
|
|
5595
|
+
"docs": "Determines if the table displays with reduced table cell padding.",
|
|
4993
5596
|
"docsTags": [],
|
|
4994
5597
|
"values": [
|
|
4995
5598
|
{
|
|
@@ -5031,7 +5634,7 @@
|
|
|
5031
5634
|
"mutable": false,
|
|
5032
5635
|
"attr": "fixed-column",
|
|
5033
5636
|
"reflectToAttr": false,
|
|
5034
|
-
"docs": "Determines if
|
|
5637
|
+
"docs": "Determines if the should display a fixed first column.",
|
|
5035
5638
|
"docsTags": [],
|
|
5036
5639
|
"values": [
|
|
5037
5640
|
{
|
|
@@ -5073,7 +5676,7 @@
|
|
|
5073
5676
|
"mutable": false,
|
|
5074
5677
|
"attr": "selectable",
|
|
5075
5678
|
"reflectToAttr": false,
|
|
5076
|
-
"docs": "Determines if table displays checkboxes for selectable rows.",
|
|
5679
|
+
"docs": "Determines if the table displays checkboxes for selectable rows.",
|
|
5077
5680
|
"docsTags": [],
|
|
5078
5681
|
"values": [
|
|
5079
5682
|
{
|
|
@@ -5225,7 +5828,7 @@
|
|
|
5225
5828
|
"mutable": true,
|
|
5226
5829
|
"attr": "indeterminate",
|
|
5227
5830
|
"reflectToAttr": false,
|
|
5228
|
-
"docs": "
|
|
5831
|
+
"docs": "Determines if the select all checkbox is in an indeterminate state.",
|
|
5229
5832
|
"docsTags": [],
|
|
5230
5833
|
"values": [
|
|
5231
5834
|
{
|
|
@@ -5246,8 +5849,13 @@
|
|
|
5246
5849
|
"mutable": true,
|
|
5247
5850
|
"attr": "is-selected",
|
|
5248
5851
|
"reflectToAttr": false,
|
|
5249
|
-
"docs": "
|
|
5250
|
-
"docsTags": [
|
|
5852
|
+
"docs": "Determines if the table row is currently selected.",
|
|
5853
|
+
"docsTags": [
|
|
5854
|
+
{
|
|
5855
|
+
"name": "defaultValue",
|
|
5856
|
+
"text": "false"
|
|
5857
|
+
}
|
|
5858
|
+
],
|
|
5251
5859
|
"values": [
|
|
5252
5860
|
{
|
|
5253
5861
|
"type": "boolean"
|
|
@@ -5288,7 +5896,10 @@
|
|
|
5288
5896
|
"pds-table-head-cell",
|
|
5289
5897
|
"pds-checkbox"
|
|
5290
5898
|
],
|
|
5291
|
-
"pds-table-head-cell": [
|
|
5899
|
+
"pds-table-head-cell": [
|
|
5900
|
+
"pds-icon"
|
|
5901
|
+
],
|
|
5902
|
+
"pds-checkbox": [
|
|
5292
5903
|
"pds-icon"
|
|
5293
5904
|
]
|
|
5294
5905
|
}
|
|
@@ -5380,7 +5991,7 @@
|
|
|
5380
5991
|
"mutable": true,
|
|
5381
5992
|
"attr": "indeterminate",
|
|
5382
5993
|
"reflectToAttr": false,
|
|
5383
|
-
"docs": "
|
|
5994
|
+
"docs": "Determines if the row selected is in an indeterminate state.",
|
|
5384
5995
|
"docsTags": [],
|
|
5385
5996
|
"values": [
|
|
5386
5997
|
{
|
|
@@ -5401,7 +6012,7 @@
|
|
|
5401
6012
|
"mutable": true,
|
|
5402
6013
|
"attr": "is-selected",
|
|
5403
6014
|
"reflectToAttr": false,
|
|
5404
|
-
"docs": "
|
|
6015
|
+
"docs": "Determines if the table row is currently selected.",
|
|
5405
6016
|
"docsTags": [],
|
|
5406
6017
|
"values": [
|
|
5407
6018
|
{
|
|
@@ -5442,6 +6053,9 @@
|
|
|
5442
6053
|
"pds-table-row": [
|
|
5443
6054
|
"pds-table-cell",
|
|
5444
6055
|
"pds-checkbox"
|
|
6056
|
+
],
|
|
6057
|
+
"pds-checkbox": [
|
|
6058
|
+
"pds-icon"
|
|
5445
6059
|
]
|
|
5446
6060
|
}
|
|
5447
6061
|
},
|
|
@@ -5640,6 +6254,307 @@
|
|
|
5640
6254
|
"dependencies": [],
|
|
5641
6255
|
"dependencyGraph": {}
|
|
5642
6256
|
},
|
|
6257
|
+
{
|
|
6258
|
+
"filePath": "src/components/pds-text/pds-text.tsx",
|
|
6259
|
+
"encapsulation": "shadow",
|
|
6260
|
+
"tag": "pds-text",
|
|
6261
|
+
"readme": "# pds-text\n\n\n",
|
|
6262
|
+
"docs": "",
|
|
6263
|
+
"docsTags": [],
|
|
6264
|
+
"usage": {},
|
|
6265
|
+
"props": [
|
|
6266
|
+
{
|
|
6267
|
+
"name": "align",
|
|
6268
|
+
"type": "\"center\" | \"end\" | \"justify\" | \"start\"",
|
|
6269
|
+
"complexType": {
|
|
6270
|
+
"original": "'start' | 'center' | 'end' | 'justify'",
|
|
6271
|
+
"resolved": "\"center\" | \"end\" | \"justify\" | \"start\"",
|
|
6272
|
+
"references": {}
|
|
6273
|
+
},
|
|
6274
|
+
"mutable": false,
|
|
6275
|
+
"attr": "align",
|
|
6276
|
+
"reflectToAttr": false,
|
|
6277
|
+
"docs": "Sets the text alignment.",
|
|
6278
|
+
"docsTags": [],
|
|
6279
|
+
"values": [
|
|
6280
|
+
{
|
|
6281
|
+
"value": "center",
|
|
6282
|
+
"type": "string"
|
|
6283
|
+
},
|
|
6284
|
+
{
|
|
6285
|
+
"value": "end",
|
|
6286
|
+
"type": "string"
|
|
6287
|
+
},
|
|
6288
|
+
{
|
|
6289
|
+
"value": "justify",
|
|
6290
|
+
"type": "string"
|
|
6291
|
+
},
|
|
6292
|
+
{
|
|
6293
|
+
"value": "start",
|
|
6294
|
+
"type": "string"
|
|
6295
|
+
}
|
|
6296
|
+
],
|
|
6297
|
+
"optional": true,
|
|
6298
|
+
"required": false
|
|
6299
|
+
},
|
|
6300
|
+
{
|
|
6301
|
+
"name": "color",
|
|
6302
|
+
"type": "\"accent\" | \"danger\" | \"info\" | \"neutral\" | \"primary\" | \"secondary\" | \"success\" | \"warning\"",
|
|
6303
|
+
"complexType": {
|
|
6304
|
+
"original": "| 'primary'\n | 'secondary'\n | 'neutral'\n | 'accent'\n | 'danger'\n | 'info'\n | 'success'\n | 'warning'",
|
|
6305
|
+
"resolved": "\"accent\" | \"danger\" | \"info\" | \"neutral\" | \"primary\" | \"secondary\" | \"success\" | \"warning\"",
|
|
6306
|
+
"references": {}
|
|
6307
|
+
},
|
|
6308
|
+
"mutable": false,
|
|
6309
|
+
"attr": "color",
|
|
6310
|
+
"reflectToAttr": false,
|
|
6311
|
+
"docs": "Sets the text color.",
|
|
6312
|
+
"docsTags": [],
|
|
6313
|
+
"values": [
|
|
6314
|
+
{
|
|
6315
|
+
"value": "accent",
|
|
6316
|
+
"type": "string"
|
|
6317
|
+
},
|
|
6318
|
+
{
|
|
6319
|
+
"value": "danger",
|
|
6320
|
+
"type": "string"
|
|
6321
|
+
},
|
|
6322
|
+
{
|
|
6323
|
+
"value": "info",
|
|
6324
|
+
"type": "string"
|
|
6325
|
+
},
|
|
6326
|
+
{
|
|
6327
|
+
"value": "neutral",
|
|
6328
|
+
"type": "string"
|
|
6329
|
+
},
|
|
6330
|
+
{
|
|
6331
|
+
"value": "primary",
|
|
6332
|
+
"type": "string"
|
|
6333
|
+
},
|
|
6334
|
+
{
|
|
6335
|
+
"value": "secondary",
|
|
6336
|
+
"type": "string"
|
|
6337
|
+
},
|
|
6338
|
+
{
|
|
6339
|
+
"value": "success",
|
|
6340
|
+
"type": "string"
|
|
6341
|
+
},
|
|
6342
|
+
{
|
|
6343
|
+
"value": "warning",
|
|
6344
|
+
"type": "string"
|
|
6345
|
+
}
|
|
6346
|
+
],
|
|
6347
|
+
"optional": true,
|
|
6348
|
+
"required": false
|
|
6349
|
+
},
|
|
6350
|
+
{
|
|
6351
|
+
"name": "gutter",
|
|
6352
|
+
"type": "\"2xl\" | \"2xs\" | \"lg\" | \"md\" | \"sm\" | \"xl\" | \"xs\"",
|
|
6353
|
+
"complexType": {
|
|
6354
|
+
"original": "| '2xl'\n | 'xl'\n | 'lg'\n | 'md'\n | 'sm'\n | 'xs'\n | '2xs'",
|
|
6355
|
+
"resolved": "\"2xl\" | \"2xs\" | \"lg\" | \"md\" | \"sm\" | \"xl\" | \"xs\"",
|
|
6356
|
+
"references": {}
|
|
6357
|
+
},
|
|
6358
|
+
"mutable": false,
|
|
6359
|
+
"attr": "gutter",
|
|
6360
|
+
"reflectToAttr": false,
|
|
6361
|
+
"docs": "Set the bottom margin for the text.",
|
|
6362
|
+
"docsTags": [],
|
|
6363
|
+
"values": [
|
|
6364
|
+
{
|
|
6365
|
+
"value": "2xl",
|
|
6366
|
+
"type": "string"
|
|
6367
|
+
},
|
|
6368
|
+
{
|
|
6369
|
+
"value": "2xs",
|
|
6370
|
+
"type": "string"
|
|
6371
|
+
},
|
|
6372
|
+
{
|
|
6373
|
+
"value": "lg",
|
|
6374
|
+
"type": "string"
|
|
6375
|
+
},
|
|
6376
|
+
{
|
|
6377
|
+
"value": "md",
|
|
6378
|
+
"type": "string"
|
|
6379
|
+
},
|
|
6380
|
+
{
|
|
6381
|
+
"value": "sm",
|
|
6382
|
+
"type": "string"
|
|
6383
|
+
},
|
|
6384
|
+
{
|
|
6385
|
+
"value": "xl",
|
|
6386
|
+
"type": "string"
|
|
6387
|
+
},
|
|
6388
|
+
{
|
|
6389
|
+
"value": "xs",
|
|
6390
|
+
"type": "string"
|
|
6391
|
+
}
|
|
6392
|
+
],
|
|
6393
|
+
"optional": true,
|
|
6394
|
+
"required": false
|
|
6395
|
+
},
|
|
6396
|
+
{
|
|
6397
|
+
"name": "size",
|
|
6398
|
+
"type": "\"2xl\" | \"2xs\" | \"lg\" | \"md\" | \"sm\" | \"xl\" | \"xs\"",
|
|
6399
|
+
"complexType": {
|
|
6400
|
+
"original": "| '2xl'\n | 'xl'\n | 'lg'\n | 'md'\n | 'sm'\n | 'xs'\n | '2xs'",
|
|
6401
|
+
"resolved": "\"2xl\" | \"2xs\" | \"lg\" | \"md\" | \"sm\" | \"xl\" | \"xs\"",
|
|
6402
|
+
"references": {}
|
|
6403
|
+
},
|
|
6404
|
+
"mutable": false,
|
|
6405
|
+
"attr": "size",
|
|
6406
|
+
"reflectToAttr": false,
|
|
6407
|
+
"docs": "Sets the font size.",
|
|
6408
|
+
"docsTags": [],
|
|
6409
|
+
"values": [
|
|
6410
|
+
{
|
|
6411
|
+
"value": "2xl",
|
|
6412
|
+
"type": "string"
|
|
6413
|
+
},
|
|
6414
|
+
{
|
|
6415
|
+
"value": "2xs",
|
|
6416
|
+
"type": "string"
|
|
6417
|
+
},
|
|
6418
|
+
{
|
|
6419
|
+
"value": "lg",
|
|
6420
|
+
"type": "string"
|
|
6421
|
+
},
|
|
6422
|
+
{
|
|
6423
|
+
"value": "md",
|
|
6424
|
+
"type": "string"
|
|
6425
|
+
},
|
|
6426
|
+
{
|
|
6427
|
+
"value": "sm",
|
|
6428
|
+
"type": "string"
|
|
6429
|
+
},
|
|
6430
|
+
{
|
|
6431
|
+
"value": "xl",
|
|
6432
|
+
"type": "string"
|
|
6433
|
+
},
|
|
6434
|
+
{
|
|
6435
|
+
"value": "xs",
|
|
6436
|
+
"type": "string"
|
|
6437
|
+
}
|
|
6438
|
+
],
|
|
6439
|
+
"optional": true,
|
|
6440
|
+
"required": false
|
|
6441
|
+
},
|
|
6442
|
+
{
|
|
6443
|
+
"name": "tag",
|
|
6444
|
+
"type": "\"code\" | \"em\" | \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\" | \"p\" | \"pre\" | \"strong\"",
|
|
6445
|
+
"complexType": {
|
|
6446
|
+
"original": "| 'h1'\n | 'h2'\n | 'h3'\n | 'h4'\n | 'h5'\n | 'h6'\n | 'p'\n | 'code'\n | 'pre'\n | 'strong'\n | 'em'",
|
|
6447
|
+
"resolved": "\"code\" | \"em\" | \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\" | \"p\" | \"pre\" | \"strong\"",
|
|
6448
|
+
"references": {}
|
|
6449
|
+
},
|
|
6450
|
+
"mutable": false,
|
|
6451
|
+
"attr": "tag",
|
|
6452
|
+
"reflectToAttr": false,
|
|
6453
|
+
"docs": "Determines what semantic text tag to render.",
|
|
6454
|
+
"docsTags": [],
|
|
6455
|
+
"default": "\"p\"",
|
|
6456
|
+
"values": [
|
|
6457
|
+
{
|
|
6458
|
+
"value": "code",
|
|
6459
|
+
"type": "string"
|
|
6460
|
+
},
|
|
6461
|
+
{
|
|
6462
|
+
"value": "em",
|
|
6463
|
+
"type": "string"
|
|
6464
|
+
},
|
|
6465
|
+
{
|
|
6466
|
+
"value": "h1",
|
|
6467
|
+
"type": "string"
|
|
6468
|
+
},
|
|
6469
|
+
{
|
|
6470
|
+
"value": "h2",
|
|
6471
|
+
"type": "string"
|
|
6472
|
+
},
|
|
6473
|
+
{
|
|
6474
|
+
"value": "h3",
|
|
6475
|
+
"type": "string"
|
|
6476
|
+
},
|
|
6477
|
+
{
|
|
6478
|
+
"value": "h4",
|
|
6479
|
+
"type": "string"
|
|
6480
|
+
},
|
|
6481
|
+
{
|
|
6482
|
+
"value": "h5",
|
|
6483
|
+
"type": "string"
|
|
6484
|
+
},
|
|
6485
|
+
{
|
|
6486
|
+
"value": "h6",
|
|
6487
|
+
"type": "string"
|
|
6488
|
+
},
|
|
6489
|
+
{
|
|
6490
|
+
"value": "p",
|
|
6491
|
+
"type": "string"
|
|
6492
|
+
},
|
|
6493
|
+
{
|
|
6494
|
+
"value": "pre",
|
|
6495
|
+
"type": "string"
|
|
6496
|
+
},
|
|
6497
|
+
{
|
|
6498
|
+
"value": "strong",
|
|
6499
|
+
"type": "string"
|
|
6500
|
+
}
|
|
6501
|
+
],
|
|
6502
|
+
"optional": false,
|
|
6503
|
+
"required": false
|
|
6504
|
+
},
|
|
6505
|
+
{
|
|
6506
|
+
"name": "weight",
|
|
6507
|
+
"type": "\"bold\" | \"extra-light\" | \"light\" | \"medium\" | \"regular\" | \"semibold\"",
|
|
6508
|
+
"complexType": {
|
|
6509
|
+
"original": "| 'extra-light'\n | 'light'\n | 'regular'\n | 'medium'\n | 'semibold'\n | 'bold'",
|
|
6510
|
+
"resolved": "\"bold\" | \"extra-light\" | \"light\" | \"medium\" | \"regular\" | \"semibold\"",
|
|
6511
|
+
"references": {}
|
|
6512
|
+
},
|
|
6513
|
+
"mutable": false,
|
|
6514
|
+
"attr": "weight",
|
|
6515
|
+
"reflectToAttr": false,
|
|
6516
|
+
"docs": "Sets the font weight.",
|
|
6517
|
+
"docsTags": [],
|
|
6518
|
+
"values": [
|
|
6519
|
+
{
|
|
6520
|
+
"value": "bold",
|
|
6521
|
+
"type": "string"
|
|
6522
|
+
},
|
|
6523
|
+
{
|
|
6524
|
+
"value": "extra-light",
|
|
6525
|
+
"type": "string"
|
|
6526
|
+
},
|
|
6527
|
+
{
|
|
6528
|
+
"value": "light",
|
|
6529
|
+
"type": "string"
|
|
6530
|
+
},
|
|
6531
|
+
{
|
|
6532
|
+
"value": "medium",
|
|
6533
|
+
"type": "string"
|
|
6534
|
+
},
|
|
6535
|
+
{
|
|
6536
|
+
"value": "regular",
|
|
6537
|
+
"type": "string"
|
|
6538
|
+
},
|
|
6539
|
+
{
|
|
6540
|
+
"value": "semibold",
|
|
6541
|
+
"type": "string"
|
|
6542
|
+
}
|
|
6543
|
+
],
|
|
6544
|
+
"optional": true,
|
|
6545
|
+
"required": false
|
|
6546
|
+
}
|
|
6547
|
+
],
|
|
6548
|
+
"methods": [],
|
|
6549
|
+
"events": [],
|
|
6550
|
+
"listeners": [],
|
|
6551
|
+
"styles": [],
|
|
6552
|
+
"slots": [],
|
|
6553
|
+
"parts": [],
|
|
6554
|
+
"dependents": [],
|
|
6555
|
+
"dependencies": [],
|
|
6556
|
+
"dependencyGraph": {}
|
|
6557
|
+
},
|
|
5643
6558
|
{
|
|
5644
6559
|
"filePath": "src/components/pds-textarea/pds-textarea.tsx",
|
|
5645
6560
|
"encapsulation": "shadow",
|
|
@@ -5702,7 +6617,7 @@
|
|
|
5702
6617
|
"mutable": false,
|
|
5703
6618
|
"attr": "disabled",
|
|
5704
6619
|
"reflectToAttr": false,
|
|
5705
|
-
"docs": "
|
|
6620
|
+
"docs": "Determines whether or not the textarea is disabled.",
|
|
5706
6621
|
"docsTags": [
|
|
5707
6622
|
{
|
|
5708
6623
|
"name": "defaultValue",
|
|
@@ -5729,7 +6644,7 @@
|
|
|
5729
6644
|
"mutable": false,
|
|
5730
6645
|
"attr": "error-message",
|
|
5731
6646
|
"reflectToAttr": false,
|
|
5732
|
-
"docs": "
|
|
6647
|
+
"docs": "Displays an error message below the textarea field.",
|
|
5733
6648
|
"docsTags": [],
|
|
5734
6649
|
"values": [
|
|
5735
6650
|
{
|
|
@@ -5750,7 +6665,7 @@
|
|
|
5750
6665
|
"mutable": false,
|
|
5751
6666
|
"attr": "helper-message",
|
|
5752
6667
|
"reflectToAttr": false,
|
|
5753
|
-
"docs": "Displays a
|
|
6668
|
+
"docs": "Displays a message or hint below the textarea field.",
|
|
5754
6669
|
"docsTags": [],
|
|
5755
6670
|
"values": [
|
|
5756
6671
|
{
|
|
@@ -5771,7 +6686,7 @@
|
|
|
5771
6686
|
"mutable": true,
|
|
5772
6687
|
"attr": "invalid",
|
|
5773
6688
|
"reflectToAttr": false,
|
|
5774
|
-
"docs": "
|
|
6689
|
+
"docs": "Determines whether or not the textarea is invalid or throws an error.",
|
|
5775
6690
|
"docsTags": [
|
|
5776
6691
|
{
|
|
5777
6692
|
"name": "defaultValue",
|
|
@@ -5798,7 +6713,7 @@
|
|
|
5798
6713
|
"mutable": false,
|
|
5799
6714
|
"attr": "label",
|
|
5800
6715
|
"reflectToAttr": false,
|
|
5801
|
-
"docs": "Text to be displayed as the textarea label",
|
|
6716
|
+
"docs": "Text to be displayed as the textarea label.",
|
|
5802
6717
|
"docsTags": [],
|
|
5803
6718
|
"values": [
|
|
5804
6719
|
{
|
|
@@ -5819,7 +6734,7 @@
|
|
|
5819
6734
|
"mutable": false,
|
|
5820
6735
|
"attr": "name",
|
|
5821
6736
|
"reflectToAttr": false,
|
|
5822
|
-
"docs": "Specifies the name
|
|
6737
|
+
"docs": "Specifies the name. Submitted with the form name/value pair. This value will mirror the componentId.",
|
|
5823
6738
|
"docsTags": [],
|
|
5824
6739
|
"default": "this.componentId",
|
|
5825
6740
|
"values": [
|
|
@@ -5841,7 +6756,7 @@
|
|
|
5841
6756
|
"mutable": false,
|
|
5842
6757
|
"attr": "placeholder",
|
|
5843
6758
|
"reflectToAttr": false,
|
|
5844
|
-
"docs": "Specifies a short hint that describes the expected value of the textarea",
|
|
6759
|
+
"docs": "Specifies a short hint that describes the expected value of the textarea.",
|
|
5845
6760
|
"docsTags": [],
|
|
5846
6761
|
"values": [
|
|
5847
6762
|
{
|
|
@@ -5862,7 +6777,7 @@
|
|
|
5862
6777
|
"mutable": false,
|
|
5863
6778
|
"attr": "readonly",
|
|
5864
6779
|
"reflectToAttr": false,
|
|
5865
|
-
"docs": "
|
|
6780
|
+
"docs": "Determines whether or not the textarea is readonly.",
|
|
5866
6781
|
"docsTags": [
|
|
5867
6782
|
{
|
|
5868
6783
|
"name": "defaultValue",
|
|
@@ -5889,7 +6804,7 @@
|
|
|
5889
6804
|
"mutable": false,
|
|
5890
6805
|
"attr": "required",
|
|
5891
6806
|
"reflectToAttr": false,
|
|
5892
|
-
"docs": "
|
|
6807
|
+
"docs": "Determines whether or not the textarea is required.",
|
|
5893
6808
|
"docsTags": [
|
|
5894
6809
|
{
|
|
5895
6810
|
"name": "defaultValue",
|
|
@@ -5916,7 +6831,7 @@
|
|
|
5916
6831
|
"mutable": false,
|
|
5917
6832
|
"attr": "rows",
|
|
5918
6833
|
"reflectToAttr": false,
|
|
5919
|
-
"docs": "Sets number of rows of text visible without needing to scroll in the textarea",
|
|
6834
|
+
"docs": "Sets number of rows of text visible without needing to scroll in the textarea.",
|
|
5920
6835
|
"docsTags": [],
|
|
5921
6836
|
"values": [
|
|
5922
6837
|
{
|
|
@@ -5937,7 +6852,7 @@
|
|
|
5937
6852
|
"mutable": true,
|
|
5938
6853
|
"attr": "value",
|
|
5939
6854
|
"reflectToAttr": false,
|
|
5940
|
-
"docs": "The value of the textarea",
|
|
6855
|
+
"docs": "The value of the textarea.",
|
|
5941
6856
|
"docsTags": [],
|
|
5942
6857
|
"values": [
|
|
5943
6858
|
{
|
|
@@ -5967,7 +6882,7 @@
|
|
|
5967
6882
|
},
|
|
5968
6883
|
"cancelable": true,
|
|
5969
6884
|
"composed": true,
|
|
5970
|
-
"docs": "Event emitted whenever the value of the textarea changes",
|
|
6885
|
+
"docs": "Event emitted whenever the value of the textarea changes.",
|
|
5971
6886
|
"docsTags": []
|
|
5972
6887
|
}
|
|
5973
6888
|
],
|
|
@@ -5976,8 +6891,14 @@
|
|
|
5976
6891
|
"slots": [],
|
|
5977
6892
|
"parts": [],
|
|
5978
6893
|
"dependents": [],
|
|
5979
|
-
"dependencies": [
|
|
5980
|
-
|
|
6894
|
+
"dependencies": [
|
|
6895
|
+
"pds-icon"
|
|
6896
|
+
],
|
|
6897
|
+
"dependencyGraph": {
|
|
6898
|
+
"pds-textarea": [
|
|
6899
|
+
"pds-icon"
|
|
6900
|
+
]
|
|
6901
|
+
}
|
|
5981
6902
|
},
|
|
5982
6903
|
{
|
|
5983
6904
|
"filePath": "src/components/pds-tooltip/pds-tooltip.tsx",
|
|
@@ -6306,6 +7227,11 @@
|
|
|
6306
7227
|
"docstring": "",
|
|
6307
7228
|
"path": "src/components/pds-checkbox/checkbox-interface.ts"
|
|
6308
7229
|
},
|
|
7230
|
+
"src/utils/types.ts::PlacementType": {
|
|
7231
|
+
"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';",
|
|
7232
|
+
"docstring": "",
|
|
7233
|
+
"path": "src/utils/types.ts"
|
|
7234
|
+
},
|
|
6309
7235
|
"src/components/pds-textarea/textarea-interface.ts::TextareaChangeEventDetail": {
|
|
6310
7236
|
"declaration": "export interface TextareaChangeEventDetail {\n event?: Event;\n value: string | null;\n}",
|
|
6311
7237
|
"docstring": "",
|