@pine-ds/core 2.17.0-mercury.0 → 2.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/attributes.js +87 -0
- package/components/attributes.js.map +1 -0
- package/{dist/esm/pds-label-c806218b.js → components/form.js} +2 -10
- package/components/form.js.map +1 -0
- package/components/index.d.ts +6 -0
- package/components/index.js +3 -0
- package/components/index.js.map +1 -1
- package/components/index2.js +13 -11
- package/components/index2.js.map +1 -1
- package/components/pds-accordion.js +2 -2
- package/components/pds-accordion.js.map +1 -1
- package/components/pds-avatar.js +4 -4
- package/components/pds-avatar.js.map +1 -1
- package/components/pds-box.js +11 -2
- package/components/pds-box.js.map +1 -1
- package/components/pds-button2.js +56 -14
- package/components/pds-button2.js.map +1 -1
- package/components/pds-checkbox2.js +18 -8
- package/components/pds-checkbox2.js.map +1 -1
- package/components/pds-chip.js +10 -7
- package/components/pds-chip.js.map +1 -1
- package/components/pds-copytext.js +12 -6
- package/components/pds-copytext.js.map +1 -1
- package/components/pds-divider.js +2 -2
- package/components/pds-divider.js.map +1 -1
- package/components/pds-icon2.js +3 -3
- package/components/pds-icon2.js.map +1 -1
- package/components/pds-image.js +3 -3
- package/components/pds-image.js.map +1 -1
- package/components/pds-input.js +131 -11
- package/components/pds-input.js.map +1 -1
- package/components/pds-link.js +3 -3
- package/components/pds-link.js.map +1 -1
- package/components/pds-loader.js +1 -61
- package/components/pds-loader.js.map +1 -1
- package/components/pds-loader2.js +65 -0
- package/components/pds-loader2.js.map +1 -0
- 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 +2 -2
- package/components/pds-progress.js.map +1 -1
- package/components/pds-radio.js +22 -12
- 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 +173 -0
- package/components/pds-select.js.map +1 -0
- package/components/pds-sortable-item.js +2 -2
- package/components/pds-sortable-item.js.map +1 -1
- package/components/pds-sortable.js +2 -2
- package/components/pds-sortable.js.map +1 -1
- package/components/pds-switch.js +28 -15
- package/components/pds-switch.js.map +1 -1
- package/components/pds-tab.js +4 -4
- package/components/pds-tab.js.map +1 -1
- package/components/pds-table-body.js +1 -1
- package/components/pds-table-body.js.map +1 -1
- package/components/pds-table-cell2.js +3 -3
- package/components/pds-table-cell2.js.map +1 -1
- package/components/pds-table-head-cell2.js +4 -4
- package/components/pds-table-head-cell2.js.map +1 -1
- package/components/pds-table-head.js +2 -2
- package/components/pds-table-head.js.map +1 -1
- package/components/pds-table-row.js +10 -4
- 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 +2 -2
- package/components/pds-tabpanel.js.map +1 -1
- package/components/pds-tabs.js +2 -2
- package/components/pds-tabs.js.map +1 -1
- package/components/pds-text.d.ts +11 -0
- package/components/pds-text.js +65 -0
- package/components/pds-text.js.map +1 -0
- package/components/pds-textarea.js +119 -17
- package/components/pds-textarea.js.map +1 -1
- package/components/pds-tooltip.js +16 -8
- package/components/pds-tooltip.js.map +1 -1
- package/components/utils.js +21 -0
- package/components/utils.js.map +1 -0
- package/dist/cjs/attributes-73ee8de7.js +90 -0
- package/dist/cjs/attributes-73ee8de7.js.map +1 -0
- package/dist/cjs/{pds-label-73bb5bd3.js → form-4f00637c.js} +1 -10
- package/dist/cjs/form-4f00637c.js.map +1 -0
- package/dist/cjs/index-6a0fbd28.js +28 -0
- package/dist/cjs/index-6a0fbd28.js.map +1 -0
- package/dist/cjs/{index-d4ec6246.js → index-b7d9268e.js} +17 -5
- 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 +4 -4
- package/dist/cjs/pds-accordion.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-avatar.cjs.entry.js +6 -6
- package/dist/cjs/pds-avatar.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-box.cjs.entry.js +9 -3
- package/dist/cjs/pds-box.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-button.cjs.entry.js +43 -12
- package/dist/cjs/pds-button.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-checkbox.cjs.entry.js +12 -8
- package/dist/cjs/pds-checkbox.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-chip.cjs.entry.js +11 -8
- package/dist/cjs/pds-chip.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-copytext.cjs.entry.js +4 -4
- package/dist/cjs/pds-copytext.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-divider.cjs.entry.js +3 -3
- package/dist/cjs/pds-divider.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-icon.cjs.entry.js +4 -4
- package/dist/cjs/pds-icon.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-image.cjs.entry.js +4 -4
- package/dist/cjs/pds-image.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-input.cjs.entry.js +117 -10
- package/dist/cjs/pds-input.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-link.cjs.entry.js +5 -5
- package/dist/cjs/pds-link.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-loader.cjs.entry.js +3 -3
- package/dist/cjs/pds-loader.cjs.entry.js.map +1 -1
- 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 +3 -3
- package/dist/cjs/pds-progress.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-radio.cjs.entry.js +14 -10
- 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 +139 -0
- package/dist/cjs/pds-select.cjs.entry.js.map +1 -0
- package/dist/cjs/pds-sortable-item.cjs.entry.js +4 -4
- package/dist/cjs/pds-sortable-item.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-sortable.cjs.entry.js +3 -3
- package/dist/cjs/pds-sortable.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-switch.cjs.entry.js +20 -12
- package/dist/cjs/pds-switch.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-tab.cjs.entry.js +5 -5
- package/dist/cjs/pds-tab.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-table-body.cjs.entry.js +2 -2
- package/dist/cjs/pds-table-body.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-table-cell.cjs.entry.js +4 -4
- package/dist/cjs/pds-table-cell.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-table-head-cell.cjs.entry.js +5 -5
- package/dist/cjs/pds-table-head-cell.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-table-head.cjs.entry.js +3 -3
- package/dist/cjs/pds-table-head.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-table-row.cjs.entry.js +3 -3
- 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 +3 -3
- package/dist/cjs/pds-tabpanel.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-tabs.cjs.entry.js +3 -3
- package/dist/cjs/pds-tabs.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-text.cjs.entry.js +41 -0
- package/dist/cjs/pds-text.cjs.entry.js.map +1 -0
- package/dist/cjs/pds-textarea.cjs.entry.js +105 -16
- package/dist/cjs/pds-textarea.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-tooltip.cjs.entry.js +15 -8
- package/dist/cjs/pds-tooltip.cjs.entry.js.map +1 -1
- package/dist/cjs/pine-core.cjs.js +3 -3
- package/dist/cjs/pine-core.cjs.js.map +1 -1
- package/dist/cjs/utils-39c972f8.js +24 -0
- package/dist/cjs/utils-39c972f8.js.map +1 -0
- package/dist/collection/collection-manifest.json +5 -2
- package/dist/collection/components/pds-accordion/pds-accordion.css +21 -29
- package/dist/collection/components/pds-accordion/pds-accordion.js +2 -1
- package/dist/collection/components/pds-accordion/pds-accordion.js.map +1 -1
- package/dist/collection/components/pds-accordion/stories/pds-accordion.stories.js +11 -15
- package/dist/collection/components/pds-avatar/pds-avatar.css +13 -20
- package/dist/collection/components/pds-avatar/pds-avatar.js +3 -3
- package/dist/collection/components/pds-avatar/pds-avatar.js.map +1 -1
- package/dist/collection/components/pds-box/pds-box.css +127 -28
- package/dist/collection/components/pds-box/pds-box.js +80 -2
- package/dist/collection/components/pds-box/pds-box.js.map +1 -1
- package/dist/collection/components/pds-box/stories/pds-box.stories.js +3 -0
- package/dist/collection/components/pds-button/pds-button.css +153 -76
- package/dist/collection/components/pds-button/pds-button.js +172 -19
- package/dist/collection/components/pds-button/pds-button.js.map +1 -1
- package/dist/collection/components/pds-button/stories/pds-button.stories.js +77 -3
- package/dist/collection/components/pds-checkbox/pds-checkbox.css +50 -44
- package/dist/collection/components/pds-checkbox/pds-checkbox.js +6 -6
- package/dist/collection/components/pds-checkbox/pds-checkbox.js.map +1 -1
- package/dist/collection/components/pds-chip/pds-chip.css +89 -111
- package/dist/collection/components/pds-chip/pds-chip.js +28 -28
- package/dist/collection/components/pds-chip/pds-chip.js.map +1 -1
- package/dist/collection/components/pds-chip/pds-chip.tokens.css +23 -0
- package/dist/collection/components/pds-copytext/pds-copytext.css +35 -49
- 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.css +29 -41
- 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-icon/stories/pds-icon.stories.js +1 -1
- package/dist/collection/components/pds-image/pds-image.css +3 -2
- 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-image/stories/pds-image.stories.js +7 -5
- package/dist/collection/components/pds-input/input-interface.js +2 -0
- package/dist/collection/components/pds-input/input-interface.js.map +1 -0
- package/dist/collection/components/pds-input/pds-input.css +60 -57
- package/dist/collection/components/pds-input/pds-input.js +248 -23
- package/dist/collection/components/pds-input/pds-input.js.map +1 -1
- package/dist/collection/components/pds-input/pds-input.tokens.css +6 -0
- package/dist/collection/components/pds-input/stories/pds-input.stories.js +18 -2
- package/dist/collection/components/pds-link/pds-link.css +15 -25
- 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.css +17 -30
- package/dist/collection/components/pds-loader/pds-loader.js +1 -1
- package/dist/collection/components/pds-loader/pds-loader.js.map +1 -1
- package/dist/collection/components/pds-popover/pds-popover.css +30 -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.css +11 -24
- package/dist/collection/components/pds-progress/pds-progress.js +1 -1
- package/dist/collection/components/pds-progress/pds-progress.js.map +1 -1
- package/dist/collection/components/pds-radio/pds-radio.css +42 -39
- package/dist/collection/components/pds-radio/pds-radio.js +43 -43
- package/dist/collection/components/pds-radio/pds-radio.js.map +1 -1
- package/dist/collection/components/pds-row/pds-row.css +10 -9
- package/dist/collection/components/pds-row/pds-row.js +1 -1
- package/dist/collection/components/pds-select/pds-select.css +97 -0
- package/dist/collection/components/pds-select/pds-select.js +361 -0
- package/dist/collection/components/pds-select/pds-select.js.map +1 -0
- package/dist/collection/components/pds-select/pds-select.tokens.css +6 -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.css +13 -22
- package/dist/collection/components/pds-sortable/pds-sortable-item/pds-sortable-item.js +1 -1
- package/dist/collection/components/pds-sortable/pds-sortable.css +2 -4
- package/dist/collection/components/pds-sortable/pds-sortable.js +1 -1
- package/dist/collection/components/pds-sortable/pds-sortable.js.map +1 -1
- package/dist/collection/components/pds-switch/pds-switch.css +34 -48
- package/dist/collection/components/pds-switch/pds-switch.js +19 -41
- package/dist/collection/components/pds-switch/pds-switch.js.map +1 -1
- package/dist/collection/components/pds-switch/stories/pds-switch.stories.js +2 -15
- package/dist/collection/components/pds-table/pds-table-body/pds-table-body.js +1 -1
- package/dist/collection/components/pds-table/pds-table-body/pds-table-body.js.map +1 -1
- package/dist/collection/components/pds-table/pds-table-cell/pds-table-cell.css +11 -17
- 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.css +2 -3
- 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.css +13 -24
- 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.css +1 -2
- 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.css +65 -48
- 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.css +2 -2
- 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.css +18 -11
- package/dist/collection/components/pds-tabs/pds-tabs.js +3 -3
- package/dist/collection/components/pds-tabs/pds-tabs.js.map +1 -1
- package/dist/collection/components/pds-tabs/stories/pds-tabs.stories.js +24 -18
- package/dist/collection/components/pds-text/pds-text.css +234 -0
- package/dist/collection/components/pds-text/pds-text.js +198 -0
- package/dist/collection/components/pds-text/pds-text.js.map +1 -0
- package/dist/collection/components/pds-text/stories/pds-text.stories.js +119 -0
- package/dist/collection/components/pds-textarea/pds-textarea.css +26 -50
- package/dist/collection/components/pds-textarea/pds-textarea.js +234 -28
- package/dist/collection/components/pds-textarea/pds-textarea.js.map +1 -1
- package/dist/collection/components/pds-textarea/stories/pds-textarea.stories.js +33 -12
- package/dist/collection/components/pds-textarea/textarea-interface.js.map +1 -1
- package/dist/collection/components/pds-tooltip/pds-tooltip.css +59 -67
- package/dist/collection/components/pds-tooltip/pds-tooltip.js +34 -37
- package/dist/collection/components/pds-tooltip/pds-tooltip.js.map +1 -1
- package/dist/collection/components/pds-tooltip/stories/pds-tooltip.stories.js +15 -15
- package/dist/collection/global/styles/utils/label.css +17 -0
- package/dist/collection/utils/attributes.js +84 -0
- package/dist/collection/utils/attributes.js.map +1 -0
- package/dist/collection/utils/types.js.map +1 -1
- package/dist/collection/utils/utils.js +14 -3
- package/dist/collection/utils/utils.js.map +1 -1
- package/dist/docs.json +2051 -467
- package/dist/esm/attributes-fe2c8c91.js +87 -0
- package/dist/esm/attributes-fe2c8c91.js.map +1 -0
- package/{components/pds-label.js → dist/esm/form-1b7b69e3.js} +2 -10
- package/dist/esm/form-1b7b69e3.js.map +1 -0
- package/dist/esm/index-24f87b75.js +16 -0
- package/dist/esm/index-24f87b75.js.map +1 -0
- package/dist/esm/{index-9f0e742f.js → index-b1696fed.js} +17 -5
- 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 +4 -4
- package/dist/esm/pds-accordion.entry.js.map +1 -1
- package/dist/esm/pds-avatar.entry.js +6 -6
- package/dist/esm/pds-avatar.entry.js.map +1 -1
- package/dist/esm/pds-box.entry.js +9 -3
- package/dist/esm/pds-box.entry.js.map +1 -1
- package/dist/esm/pds-button.entry.js +42 -11
- package/dist/esm/pds-button.entry.js.map +1 -1
- package/dist/esm/pds-checkbox.entry.js +12 -8
- package/dist/esm/pds-checkbox.entry.js.map +1 -1
- package/dist/esm/pds-chip.entry.js +11 -8
- package/dist/esm/pds-chip.entry.js.map +1 -1
- package/dist/esm/pds-copytext.entry.js +4 -4
- package/dist/esm/pds-copytext.entry.js.map +1 -1
- package/dist/esm/pds-divider.entry.js +3 -3
- package/dist/esm/pds-divider.entry.js.map +1 -1
- package/dist/esm/pds-icon.entry.js +4 -4
- package/dist/esm/pds-icon.entry.js.map +1 -1
- package/dist/esm/pds-image.entry.js +4 -4
- package/dist/esm/pds-image.entry.js.map +1 -1
- package/dist/esm/pds-input.entry.js +117 -10
- package/dist/esm/pds-input.entry.js.map +1 -1
- package/dist/esm/pds-link.entry.js +5 -5
- package/dist/esm/pds-link.entry.js.map +1 -1
- package/dist/esm/pds-loader.entry.js +3 -3
- package/dist/esm/pds-loader.entry.js.map +1 -1
- 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 +3 -3
- package/dist/esm/pds-progress.entry.js.map +1 -1
- package/dist/esm/pds-radio.entry.js +14 -10
- 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 +135 -0
- package/dist/esm/pds-select.entry.js.map +1 -0
- package/dist/esm/pds-sortable-item.entry.js +4 -4
- package/dist/esm/pds-sortable-item.entry.js.map +1 -1
- package/dist/esm/pds-sortable.entry.js +3 -3
- package/dist/esm/pds-sortable.entry.js.map +1 -1
- package/dist/esm/pds-switch.entry.js +20 -12
- package/dist/esm/pds-switch.entry.js.map +1 -1
- package/dist/esm/pds-tab.entry.js +5 -5
- package/dist/esm/pds-tab.entry.js.map +1 -1
- package/dist/esm/pds-table-body.entry.js +2 -2
- package/dist/esm/pds-table-body.entry.js.map +1 -1
- package/dist/esm/pds-table-cell.entry.js +4 -4
- package/dist/esm/pds-table-cell.entry.js.map +1 -1
- package/dist/esm/pds-table-head-cell.entry.js +5 -5
- package/dist/esm/pds-table-head-cell.entry.js.map +1 -1
- package/dist/esm/pds-table-head.entry.js +3 -3
- package/dist/esm/pds-table-head.entry.js.map +1 -1
- package/dist/esm/pds-table-row.entry.js +3 -3
- package/dist/esm/pds-table-row.entry.js.map +1 -1
- package/dist/esm/pds-table.entry.js +2 -2
- package/dist/esm/pds-table.entry.js.map +1 -1
- package/dist/esm/pds-tabpanel.entry.js +3 -3
- package/dist/esm/pds-tabpanel.entry.js.map +1 -1
- package/dist/esm/pds-tabs.entry.js +3 -3
- package/dist/esm/pds-tabs.entry.js.map +1 -1
- package/dist/esm/pds-text.entry.js +37 -0
- package/dist/esm/pds-text.entry.js.map +1 -0
- package/dist/esm/pds-textarea.entry.js +105 -16
- package/dist/esm/pds-textarea.entry.js.map +1 -1
- package/dist/esm/pds-tooltip.entry.js +15 -8
- package/dist/esm/pds-tooltip.entry.js.map +1 -1
- package/dist/esm/pine-core.js +4 -4
- package/dist/esm/pine-core.js.map +1 -1
- package/dist/esm/utils-5e425aaf.js +21 -0
- package/dist/esm/utils-5e425aaf.js.map +1 -0
- package/dist/esm-es5/attributes-fe2c8c91.js +2 -0
- package/dist/esm-es5/attributes-fe2c8c91.js.map +1 -0
- package/dist/esm-es5/form-1b7b69e3.js +2 -0
- package/dist/esm-es5/form-1b7b69e3.js.map +1 -0
- package/dist/esm-es5/index-24f87b75.js +2 -0
- package/dist/esm-es5/index-24f87b75.js.map +1 -0
- package/dist/esm-es5/index-b1696fed.js +3 -0
- 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-accordion.entry.js.map +1 -1
- package/dist/esm-es5/pds-avatar.entry.js +1 -1
- package/dist/esm-es5/pds-avatar.entry.js.map +1 -1
- package/dist/esm-es5/pds-box.entry.js +1 -1
- package/dist/esm-es5/pds-box.entry.js.map +1 -1
- package/dist/esm-es5/pds-button.entry.js +1 -1
- package/dist/esm-es5/pds-button.entry.js.map +1 -1
- package/dist/esm-es5/pds-checkbox.entry.js +1 -1
- package/dist/esm-es5/pds-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-icon.entry.js.map +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-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-loader.entry.js.map +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-progress.entry.js.map +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-item.entry.js.map +1 -1
- package/dist/esm-es5/pds-sortable.entry.js +2 -2
- package/dist/esm-es5/pds-sortable.entry.js.map +1 -1
- 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-tab.entry.js.map +1 -1
- package/dist/esm-es5/pds-table-body.entry.js +1 -1
- package/dist/esm-es5/pds-table-body.entry.js.map +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-tabpanel.entry.js.map +1 -1
- package/dist/esm-es5/pds-tabs.entry.js +1 -1
- package/dist/esm-es5/pds-tabs.entry.js.map +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/pds-tooltip.entry.js.map +1 -1
- package/dist/esm-es5/pine-core.js +1 -1
- package/dist/esm-es5/pine-core.js.map +1 -1
- package/dist/esm-es5/utils-5e425aaf.js +2 -0
- package/dist/esm-es5/utils-5e425aaf.js.map +1 -0
- package/dist/pine-core/index.esm.js +1 -1
- package/dist/pine-core/p-015d990e.entry.js +2 -0
- package/dist/pine-core/p-015d990e.entry.js.map +1 -0
- package/dist/pine-core/p-017e1978.system.js +2 -0
- package/dist/pine-core/p-017e1978.system.js.map +1 -0
- package/dist/pine-core/p-036267ba.system.entry.js +2 -0
- package/dist/pine-core/p-036267ba.system.entry.js.map +1 -0
- package/dist/pine-core/p-0561fe8b.system.entry.js +2 -0
- package/dist/pine-core/p-0561fe8b.system.entry.js.map +1 -0
- package/dist/pine-core/p-06709258.system.js +2 -0
- package/dist/pine-core/p-06709258.system.js.map +1 -0
- package/dist/pine-core/{p-669c5ccd.entry.js → p-09a59e3d.entry.js} +2 -2
- package/dist/pine-core/p-09a59e3d.entry.js.map +1 -0
- package/dist/pine-core/p-0eb5831a.system.entry.js +2 -0
- package/dist/pine-core/p-0eb5831a.system.entry.js.map +1 -0
- package/dist/pine-core/{p-7c029627.system.entry.js → p-0fc74497.system.entry.js} +3 -3
- package/dist/pine-core/{p-7c029627.system.entry.js.map → p-0fc74497.system.entry.js.map} +1 -1
- package/dist/pine-core/p-0fee04db.system.entry.js +2 -0
- package/dist/pine-core/p-0fee04db.system.entry.js.map +1 -0
- package/dist/pine-core/p-1415445b.entry.js +2 -0
- package/dist/pine-core/p-1415445b.entry.js.map +1 -0
- package/dist/pine-core/{p-4cfa45e5.system.entry.js → p-1528089a.system.entry.js} +2 -2
- package/dist/pine-core/p-1528089a.system.entry.js.map +1 -0
- package/dist/pine-core/p-1701a397.entry.js +2 -0
- package/dist/pine-core/p-1701a397.entry.js.map +1 -0
- package/dist/pine-core/p-19fc96d9.entry.js +2 -0
- package/dist/pine-core/p-19fc96d9.entry.js.map +1 -0
- package/dist/pine-core/p-1e4dfcdf.system.entry.js +2 -0
- package/dist/pine-core/p-1e4dfcdf.system.entry.js.map +1 -0
- package/dist/pine-core/p-1e9f77d7.entry.js +2 -0
- package/dist/pine-core/p-1e9f77d7.entry.js.map +1 -0
- package/dist/pine-core/p-219de09d.entry.js +2 -0
- package/dist/pine-core/p-219de09d.entry.js.map +1 -0
- package/dist/pine-core/p-22caef95.entry.js +2 -0
- package/dist/pine-core/p-22caef95.entry.js.map +1 -0
- package/dist/pine-core/p-26e34f6d.system.entry.js +2 -0
- package/dist/pine-core/{p-41c843c5.system.entry.js.map → p-26e34f6d.system.entry.js.map} +1 -1
- package/dist/pine-core/p-2ca6d9cc.system.entry.js +2 -0
- package/dist/pine-core/{p-79625567.entry.js.map → p-2ca6d9cc.system.entry.js.map} +1 -1
- package/dist/pine-core/p-3c6a0b2a.system.entry.js +2 -0
- package/dist/pine-core/p-3c6a0b2a.system.entry.js.map +1 -0
- package/dist/pine-core/p-3ef3b0af.entry.js +2 -0
- package/dist/pine-core/p-3ef3b0af.entry.js.map +1 -0
- package/dist/pine-core/p-415666ba.entry.js +2 -0
- package/dist/pine-core/p-415666ba.entry.js.map +1 -0
- package/dist/pine-core/p-43a47d32.entry.js +2 -0
- package/dist/pine-core/p-43a47d32.entry.js.map +1 -0
- package/dist/pine-core/p-44b8ab50.system.entry.js +2 -0
- package/dist/pine-core/p-44b8ab50.system.entry.js.map +1 -0
- package/dist/pine-core/p-45cf2585.system.js +3 -0
- package/dist/pine-core/p-45cf2585.system.js.map +1 -0
- package/dist/pine-core/p-46fb585d.js +2 -0
- package/dist/pine-core/p-46fb585d.js.map +1 -0
- package/dist/pine-core/p-47291f05.js +2 -0
- package/dist/pine-core/p-47291f05.js.map +1 -0
- package/dist/pine-core/p-49d45f31.entry.js +2 -0
- package/dist/pine-core/p-49d45f31.entry.js.map +1 -0
- package/dist/pine-core/p-4b8c1ecc.entry.js +2 -0
- package/dist/pine-core/p-4b8c1ecc.entry.js.map +1 -0
- package/dist/pine-core/p-4f325521.entry.js +2 -0
- package/dist/pine-core/p-4f325521.entry.js.map +1 -0
- package/dist/pine-core/p-521ac753.system.js +2 -0
- package/dist/pine-core/p-521ac753.system.js.map +1 -0
- package/dist/pine-core/p-5291e641.system.entry.js +2 -0
- package/dist/pine-core/p-5291e641.system.entry.js.map +1 -0
- package/dist/pine-core/p-54d8b9e1.system.entry.js +2 -0
- package/dist/pine-core/p-54d8b9e1.system.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-6165bcc6.system.entry.js +2 -0
- package/dist/pine-core/p-6165bcc6.system.entry.js.map +1 -0
- package/dist/pine-core/p-61ac9c98.system.entry.js +2 -0
- package/dist/pine-core/p-61ac9c98.system.entry.js.map +1 -0
- package/dist/pine-core/p-6929d7cb.system.entry.js +2 -0
- package/dist/pine-core/p-6929d7cb.system.entry.js.map +1 -0
- package/dist/pine-core/p-6bc160fc.entry.js +2 -0
- package/dist/pine-core/p-6bc160fc.entry.js.map +1 -0
- package/dist/pine-core/p-6de82ebd.entry.js +2 -0
- package/dist/pine-core/p-6de82ebd.entry.js.map +1 -0
- package/dist/pine-core/p-6e8f3bb4.entry.js +2 -0
- package/dist/pine-core/p-6e8f3bb4.entry.js.map +1 -0
- package/dist/pine-core/p-6f5ded84.js +2 -0
- package/dist/pine-core/p-6f5ded84.js.map +1 -0
- package/dist/pine-core/p-7594ef3d.system.entry.js +2 -0
- package/dist/pine-core/p-7594ef3d.system.entry.js.map +1 -0
- package/dist/pine-core/p-7602617b.entry.js +2 -0
- package/dist/pine-core/p-7602617b.entry.js.map +1 -0
- package/dist/pine-core/p-7905b8b8.js +2 -0
- package/dist/pine-core/p-7905b8b8.js.map +1 -0
- package/dist/pine-core/p-79dc91b9.system.entry.js +2 -0
- package/dist/pine-core/p-79dc91b9.system.entry.js.map +1 -0
- package/dist/pine-core/p-7be96da6.system.entry.js +2 -0
- package/dist/pine-core/p-7be96da6.system.entry.js.map +1 -0
- package/dist/pine-core/p-7c009a26.entry.js +2 -0
- package/dist/pine-core/p-7c009a26.entry.js.map +1 -0
- package/dist/pine-core/p-7c36d948.entry.js +2 -0
- package/dist/pine-core/{p-5303452a.entry.js.map → p-7c36d948.entry.js.map} +1 -1
- package/dist/pine-core/p-80111ce1.system.entry.js +2 -0
- package/dist/pine-core/p-80111ce1.system.entry.js.map +1 -0
- package/dist/pine-core/p-8148d557.entry.js +2 -0
- package/dist/pine-core/p-8148d557.entry.js.map +1 -0
- package/dist/pine-core/p-87fe352f.js +3 -0
- package/dist/pine-core/p-87fe352f.js.map +1 -0
- package/dist/pine-core/p-8b454b50.entry.js +2 -0
- package/dist/pine-core/p-8b454b50.entry.js.map +1 -0
- package/dist/pine-core/p-8d033c25.system.entry.js +2 -0
- package/dist/pine-core/p-8d033c25.system.entry.js.map +1 -0
- package/dist/pine-core/p-96df0855.entry.js +2 -0
- package/dist/pine-core/p-96df0855.entry.js.map +1 -0
- package/dist/pine-core/p-9b34d1b3.system.entry.js +2 -0
- package/dist/pine-core/p-9b34d1b3.system.entry.js.map +1 -0
- package/dist/pine-core/p-a7d75615.system.js +2 -0
- package/dist/pine-core/p-a7d75615.system.js.map +1 -0
- package/dist/pine-core/{p-a6b486a4.entry.js → p-a9212d32.entry.js} +3 -3
- package/dist/pine-core/{p-a6b486a4.entry.js.map → p-a9212d32.entry.js.map} +1 -1
- package/dist/pine-core/p-ad6dbf39.system.entry.js +2 -0
- package/dist/pine-core/p-ad6dbf39.system.entry.js.map +1 -0
- package/dist/pine-core/p-b60381ab.entry.js +2 -0
- package/dist/pine-core/p-b60381ab.entry.js.map +1 -0
- package/dist/pine-core/p-c49e6f45.system.entry.js +2 -0
- package/dist/pine-core/p-c49e6f45.system.entry.js.map +1 -0
- package/dist/pine-core/p-c7234372.entry.js +2 -0
- package/dist/pine-core/p-c7234372.entry.js.map +1 -0
- package/dist/pine-core/p-cb3b7c9e.system.entry.js +2 -0
- package/dist/pine-core/p-cb3b7c9e.system.entry.js.map +1 -0
- package/dist/pine-core/p-cba861d7.system.entry.js +2 -0
- package/dist/pine-core/p-cba861d7.system.entry.js.map +1 -0
- package/dist/pine-core/p-d4dff9ff.entry.js +2 -0
- package/dist/pine-core/p-d4dff9ff.entry.js.map +1 -0
- package/dist/pine-core/p-d795f31b.entry.js +2 -0
- package/dist/pine-core/p-d795f31b.entry.js.map +1 -0
- package/dist/pine-core/p-db622f8f.system.js +2 -0
- package/dist/pine-core/p-e6b357c6.system.entry.js +2 -0
- package/dist/pine-core/p-e6b357c6.system.entry.js.map +1 -0
- package/dist/pine-core/p-e73b841b.entry.js +2 -0
- package/dist/pine-core/p-e73b841b.entry.js.map +1 -0
- package/dist/pine-core/p-e7af9dcc.system.entry.js +2 -0
- package/dist/pine-core/p-e7af9dcc.system.entry.js.map +1 -0
- package/dist/pine-core/p-e8d3ab88.system.entry.js +2 -0
- package/dist/pine-core/p-e8d3ab88.system.entry.js.map +1 -0
- package/dist/pine-core/p-e9b57c23.entry.js +2 -0
- package/dist/pine-core/p-e9b57c23.entry.js.map +1 -0
- package/dist/pine-core/p-eb22ed9a.entry.js +2 -0
- package/dist/pine-core/p-eb22ed9a.entry.js.map +1 -0
- package/dist/pine-core/p-ee1d23e4.entry.js +2 -0
- package/dist/pine-core/p-ee1d23e4.entry.js.map +1 -0
- package/dist/pine-core/p-eefcdc9c.system.entry.js +2 -0
- package/dist/pine-core/p-eefcdc9c.system.entry.js.map +1 -0
- package/dist/pine-core/p-f3632692.system.entry.js +2 -0
- package/dist/pine-core/p-f3632692.system.entry.js.map +1 -0
- package/dist/pine-core/p-f3fe7aec.entry.js +2 -0
- package/dist/pine-core/p-f3fe7aec.entry.js.map +1 -0
- package/dist/pine-core/p-f5efebb0.system.entry.js +2 -0
- package/dist/pine-core/p-f5efebb0.system.entry.js.map +1 -0
- package/dist/pine-core/p-fab101f5.system.entry.js +2 -0
- package/dist/pine-core/p-fab101f5.system.entry.js.map +1 -0
- package/dist/pine-core/pine-core.css +1 -1
- 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/access-key.svg +1 -1
- package/dist/pine-core/svg/add-circle.svg +1 -1
- package/dist/pine-core/svg/add-image.svg +1 -1
- package/dist/pine-core/svg/add-small.svg +1 -1
- package/dist/pine-core/svg/add-square.svg +1 -1
- package/dist/pine-core/svg/add.svg +1 -1
- package/dist/pine-core/svg/advanced.svg +1 -1
- package/dist/pine-core/svg/ai-sparkle.svg +1 -1
- package/dist/pine-core/svg/ai-writer-filled.svg +1 -1
- package/dist/pine-core/svg/ai-writer.svg +1 -1
- package/dist/pine-core/svg/align-center.svg +1 -1
- package/dist/pine-core/svg/align-horizontal-bottom.svg +1 -0
- package/dist/pine-core/svg/align-horizontal-center.svg +1 -0
- package/dist/pine-core/svg/align-horizontal-top.svg +1 -0
- package/dist/pine-core/svg/align-justify.svg +1 -1
- package/dist/pine-core/svg/align-left.svg +1 -1
- package/dist/pine-core/svg/align-right.svg +1 -1
- package/dist/pine-core/svg/align-vertical-center.svg +1 -0
- package/dist/pine-core/svg/align-vertical-left.svg +1 -0
- package/dist/pine-core/svg/align-vertical-right.svg +1 -0
- package/dist/pine-core/svg/app-store.svg +1 -1
- package/dist/pine-core/svg/archive.svg +1 -1
- package/dist/pine-core/svg/arrow-corner.svg +1 -1
- package/dist/pine-core/svg/arrow-down.svg +1 -1
- package/dist/pine-core/svg/arrow-left.svg +1 -1
- package/dist/pine-core/svg/arrow-right.svg +1 -1
- package/dist/pine-core/svg/arrow-up.svg +1 -1
- package/dist/pine-core/svg/assessment.svg +1 -1
- package/dist/pine-core/svg/at-sign.svg +1 -1
- package/dist/pine-core/svg/attach.svg +1 -1
- package/dist/pine-core/svg/automations.svg +1 -1
- package/dist/pine-core/svg/ban.svg +1 -1
- package/dist/pine-core/svg/bank.svg +1 -1
- package/dist/pine-core/svg/bar-chart-square.svg +1 -1
- package/dist/pine-core/svg/bar-chart-tone.svg +1 -1
- package/dist/pine-core/svg/bell-tone.svg +1 -1
- package/dist/pine-core/svg/bell.svg +1 -1
- package/dist/pine-core/svg/block.svg +1 -1
- package/dist/pine-core/svg/blog-filled.svg +1 -1
- package/dist/pine-core/svg/blog.svg +1 -1
- package/dist/pine-core/svg/bold.svg +1 -1
- package/dist/pine-core/svg/bookmark.svg +1 -0
- package/dist/pine-core/svg/broadcast.svg +1 -1
- package/dist/pine-core/svg/bulb.svg +1 -1
- package/dist/pine-core/svg/button.svg +1 -1
- package/dist/pine-core/svg/calendar-date.svg +1 -1
- package/dist/pine-core/svg/calendar-schedule.svg +1 -1
- package/dist/pine-core/svg/calendar-simple.svg +1 -1
- package/dist/pine-core/svg/card-amex.svg +1 -1
- package/dist/pine-core/svg/card-android.svg +1 -1
- package/dist/pine-core/svg/card-apple.svg +1 -1
- package/dist/pine-core/svg/card-diners-club.svg +1 -1
- package/dist/pine-core/svg/card-discover.svg +1 -1
- package/dist/pine-core/svg/card-generic.svg +1 -1
- package/dist/pine-core/svg/card-gpay.svg +1 -1
- package/dist/pine-core/svg/card-mastercard.svg +1 -1
- package/dist/pine-core/svg/card-paypal.svg +1 -1
- package/dist/pine-core/svg/card-stripe.svg +1 -1
- package/dist/pine-core/svg/card-update.svg +1 -1
- package/dist/pine-core/svg/card-visa.svg +1 -1
- package/dist/pine-core/svg/caret-down.svg +1 -1
- package/dist/pine-core/svg/caret-left.svg +1 -1
- package/dist/pine-core/svg/caret-right.svg +1 -1
- package/dist/pine-core/svg/caret-up.svg +1 -1
- package/dist/pine-core/svg/cart-add.svg +1 -1
- package/dist/pine-core/svg/cart.svg +1 -1
- package/dist/pine-core/svg/certificate.svg +1 -1
- package/dist/pine-core/svg/chart-filled.svg +1 -1
- package/dist/pine-core/svg/chart.svg +1 -1
- package/dist/pine-core/svg/check-circle-filled.svg +1 -1
- package/dist/pine-core/svg/check-circle.svg +1 -1
- package/dist/pine-core/svg/check.svg +1 -1
- package/dist/pine-core/svg/circle-1.svg +1 -1
- package/dist/pine-core/svg/circle-2.svg +1 -1
- package/dist/pine-core/svg/circle-3.svg +1 -1
- package/dist/pine-core/svg/circle-4.svg +1 -1
- package/dist/pine-core/svg/circle-5.svg +1 -1
- package/dist/pine-core/svg/circle-6.svg +1 -1
- package/dist/pine-core/svg/circle-7.svg +1 -1
- package/dist/pine-core/svg/circle-8.svg +1 -1
- package/dist/pine-core/svg/circle-9.svg +1 -1
- package/dist/pine-core/svg/circle-a.svg +1 -1
- package/dist/pine-core/svg/circle-b.svg +1 -1
- package/dist/pine-core/svg/circle-dashed.svg +1 -1
- package/dist/pine-core/svg/clapperboard-tone.svg +1 -1
- package/dist/pine-core/svg/clock.svg +1 -1
- package/dist/pine-core/svg/closed-captions.svg +1 -1
- package/dist/pine-core/svg/cloud-upload.svg +1 -1
- package/dist/pine-core/svg/code-block.svg +1 -1
- package/dist/pine-core/svg/code.svg +1 -1
- package/dist/pine-core/svg/color.svg +1 -1
- package/dist/pine-core/svg/columns.svg +1 -1
- package/dist/pine-core/svg/comment-no.svg +1 -1
- package/dist/pine-core/svg/comment.svg +1 -1
- package/dist/pine-core/svg/connect.svg +1 -1
- package/dist/pine-core/svg/contact.svg +1 -1
- package/dist/pine-core/svg/conversation.svg +1 -1
- package/dist/pine-core/svg/copy-07.svg +1 -0
- package/dist/pine-core/svg/copy.svg +1 -1
- package/dist/pine-core/svg/coupon.svg +1 -1
- package/dist/pine-core/svg/course-filled.svg +1 -1
- package/dist/pine-core/svg/course.svg +1 -1
- package/dist/pine-core/svg/creator-studio-filled.svg +1 -1
- package/dist/pine-core/svg/creator-studio.svg +1 -1
- package/dist/pine-core/svg/credit-card-tone.svg +1 -1
- package/dist/pine-core/svg/cube-tone.svg +1 -1
- package/dist/pine-core/svg/cursor-pointer.svg +1 -1
- package/dist/pine-core/svg/cursor.svg +1 -1
- package/dist/pine-core/svg/custom-field.svg +1 -1
- package/dist/pine-core/svg/customize.svg +1 -1
- package/dist/pine-core/svg/danger-filled.svg +1 -1
- package/dist/pine-core/svg/danger.svg +1 -1
- package/dist/pine-core/svg/delete-circle.svg +1 -1
- package/dist/pine-core/svg/delete-key.svg +1 -1
- package/dist/pine-core/svg/delete-x.svg +1 -1
- package/dist/pine-core/svg/dollar.svg +1 -1
- package/dist/pine-core/svg/dot-menu-horizontal.svg +1 -1
- package/dist/pine-core/svg/dots-horizontal-tone.svg +1 -1
- package/dist/pine-core/svg/down-small.svg +1 -1
- package/dist/pine-core/svg/download.svg +1 -1
- package/dist/pine-core/svg/downsell.svg +1 -1
- package/dist/pine-core/svg/draft.svg +1 -1
- package/dist/pine-core/svg/drawer-collapse.svg +1 -1
- package/dist/pine-core/svg/drawer-expand.svg +1 -1
- package/dist/pine-core/svg/drop.svg +1 -1
- package/dist/pine-core/svg/duplicate.svg +1 -1
- package/dist/pine-core/svg/editor-filled.svg +1 -1
- package/dist/pine-core/svg/editor.svg +1 -1
- package/dist/pine-core/svg/email-activity.svg +1 -1
- package/dist/pine-core/svg/emoji.svg +1 -1
- package/dist/pine-core/svg/enlarge-vertical.svg +1 -1
- package/dist/pine-core/svg/enlarge.svg +1 -1
- package/dist/pine-core/svg/expand.svg +1 -1
- package/dist/pine-core/svg/favorite.svg +1 -1
- package/dist/pine-core/svg/feedback.svg +1 -1
- package/dist/pine-core/svg/file-add.svg +1 -1
- package/dist/pine-core/svg/file-download.svg +1 -1
- package/dist/pine-core/svg/file-lock.svg +1 -1
- package/dist/pine-core/svg/file-money.svg +1 -1
- package/dist/pine-core/svg/file-search.svg +1 -0
- package/dist/pine-core/svg/file.svg +1 -1
- package/dist/pine-core/svg/filter.svg +1 -1
- package/dist/pine-core/svg/flag.svg +1 -1
- package/dist/pine-core/svg/flash-filled.svg +1 -1
- package/dist/pine-core/svg/flash.svg +1 -1
- package/dist/pine-core/svg/floppy-disk.svg +1 -1
- package/dist/pine-core/svg/folder-group.svg +1 -1
- package/dist/pine-core/svg/folder.svg +1 -1
- package/dist/pine-core/svg/form-field.svg +1 -1
- package/dist/pine-core/svg/form-filled.svg +1 -1
- package/dist/pine-core/svg/form.svg +1 -1
- package/dist/pine-core/svg/fullscreen.svg +1 -1
- package/dist/pine-core/svg/funnel.svg +1 -1
- package/dist/pine-core/svg/gear-filled.svg +1 -1
- package/dist/pine-core/svg/gear.svg +1 -1
- package/dist/pine-core/svg/gift-tone.svg +1 -1
- package/dist/pine-core/svg/grant-offer.svg +1 -1
- package/dist/pine-core/svg/handle-2-vertical.svg +1 -1
- package/dist/pine-core/svg/handle-2.svg +1 -1
- package/dist/pine-core/svg/handle.svg +1 -1
- package/dist/pine-core/svg/hashtag.svg +1 -1
- package/dist/pine-core/svg/hd-video.svg +1 -1
- package/dist/pine-core/svg/heading-1.svg +1 -1
- package/dist/pine-core/svg/heading-2.svg +1 -1
- package/dist/pine-core/svg/heading-3.svg +1 -1
- package/dist/pine-core/svg/heading-4.svg +1 -1
- package/dist/pine-core/svg/heading-5.svg +1 -1
- package/dist/pine-core/svg/heading-6.svg +1 -1
- package/dist/pine-core/svg/heading-large.svg +1 -1
- package/dist/pine-core/svg/heading-small.svg +1 -1
- package/dist/pine-core/svg/headphones.svg +1 -0
- package/dist/pine-core/svg/headset-tone.svg +1 -1
- package/dist/pine-core/svg/headset.svg +1 -1
- package/dist/pine-core/svg/help-filled.svg +1 -1
- package/dist/pine-core/svg/help.svg +1 -1
- package/dist/pine-core/svg/home-alt.svg +1 -1
- package/dist/pine-core/svg/home-filled.svg +1 -1
- package/dist/pine-core/svg/home-tone.svg +1 -1
- package/dist/pine-core/svg/home.svg +1 -1
- package/dist/pine-core/svg/horizontal-line.svg +1 -1
- package/dist/pine-core/svg/image.svg +1 -1
- package/dist/pine-core/svg/info-circle-filled.svg +1 -1
- package/dist/pine-core/svg/info-circle.svg +1 -1
- package/dist/pine-core/svg/ios-battery.svg +1 -1
- package/dist/pine-core/svg/ios-data.svg +1 -1
- package/dist/pine-core/svg/ios-wifi.svg +1 -1
- package/dist/pine-core/svg/italic.svg +1 -1
- package/dist/pine-core/svg/kajabi-filled.svg +1 -1
- package/dist/pine-core/svg/kajabi.svg +1 -1
- package/dist/pine-core/svg/keyboard-01.svg +1 -0
- package/dist/pine-core/svg/klarna.svg +1 -1
- package/dist/pine-core/svg/lab.svg +1 -1
- package/dist/pine-core/svg/launch.svg +1 -1
- package/dist/pine-core/svg/layout-bottom.svg +1 -0
- package/dist/pine-core/svg/layout-grid-02.svg +1 -0
- package/dist/pine-core/svg/layout-grid.svg +1 -1
- package/dist/pine-core/svg/layout-list.svg +1 -1
- package/dist/pine-core/svg/layout-top.svg +1 -0
- package/dist/pine-core/svg/left-small.svg +1 -1
- package/dist/pine-core/svg/list-bullet.svg +1 -1
- package/dist/pine-core/svg/list-details.svg +1 -1
- package/dist/pine-core/svg/list-numbers.svg +1 -1
- package/dist/pine-core/svg/location.svg +1 -1
- package/dist/pine-core/svg/lock-alt.svg +1 -1
- package/dist/pine-core/svg/lock.svg +1 -1
- package/dist/pine-core/svg/logo-afterpay.svg +1 -1
- package/dist/pine-core/svg/logo-facebook-round.svg +1 -1
- package/dist/pine-core/svg/logo-facebook.svg +1 -1
- package/dist/pine-core/svg/logo-instagram.svg +1 -1
- package/dist/pine-core/svg/logo-linkedin.svg +1 -1
- package/dist/pine-core/svg/logo-snapchat.svg +1 -0
- package/dist/pine-core/svg/logo-tiktok.svg +1 -1
- package/dist/pine-core/svg/logo-twitter-x.svg +1 -1
- package/dist/pine-core/svg/logo-twitter.svg +1 -1
- package/dist/pine-core/svg/logo-youtube.svg +1 -1
- package/dist/pine-core/svg/loop.svg +1 -1
- package/dist/pine-core/svg/mail-filled.svg +1 -1
- package/dist/pine-core/svg/mail-open.svg +1 -1
- package/dist/pine-core/svg/mail-tone.svg +1 -1
- package/dist/pine-core/svg/mail.svg +1 -1
- package/dist/pine-core/svg/map.svg +1 -1
- package/dist/pine-core/svg/mapped.svg +1 -1
- package/dist/pine-core/svg/margin-left.svg +1 -1
- package/dist/pine-core/svg/margin-right.svg +1 -1
- package/dist/pine-core/svg/marker-filled.svg +1 -1
- package/dist/pine-core/svg/marker.svg +1 -1
- package/dist/pine-core/svg/megaphone-filled.svg +1 -1
- package/dist/pine-core/svg/megaphone.svg +1 -1
- package/dist/pine-core/svg/menu-alt.svg +1 -1
- package/dist/pine-core/svg/menu-bordered.svg +1 -1
- package/dist/pine-core/svg/menu.svg +1 -1
- package/dist/pine-core/svg/merge.svg +1 -1
- package/dist/pine-core/svg/message-text-square-02.svg +1 -0
- package/dist/pine-core/svg/microphone-off.svg +1 -1
- package/dist/pine-core/svg/microphone.svg +1 -1
- package/dist/pine-core/svg/monitor-filled.svg +1 -1
- package/dist/pine-core/svg/monitor-tone.svg +1 -1
- package/dist/pine-core/svg/monitor.svg +1 -1
- package/dist/pine-core/svg/more-menu-filled.svg +1 -1
- package/dist/pine-core/svg/more-menu.svg +1 -1
- package/dist/pine-core/svg/move-left.svg +1 -1
- package/dist/pine-core/svg/move-right.svg +1 -1
- package/dist/pine-core/svg/multi-pay.svg +1 -1
- package/dist/pine-core/svg/music-note-01.svg +1 -0
- package/dist/pine-core/svg/newsletter-2.svg +1 -1
- package/dist/pine-core/svg/newsletter.svg +1 -1
- package/dist/pine-core/svg/one-off-session.svg +1 -1
- package/dist/pine-core/svg/one-time.svg +1 -1
- package/dist/pine-core/svg/packages.svg +1 -1
- package/dist/pine-core/svg/pause-circle.svg +1 -1
- package/dist/pine-core/svg/pause.svg +1 -1
- package/dist/pine-core/svg/payout.svg +1 -1
- package/dist/pine-core/svg/pen.svg +1 -1
- package/dist/pine-core/svg/phone-portrait.svg +1 -1
- package/dist/pine-core/svg/phone-tone.svg +1 -1
- package/dist/pine-core/svg/phone-toolbar-filled.svg +1 -1
- package/dist/pine-core/svg/phone-toolbar.svg +1 -1
- package/dist/pine-core/svg/pie-chart-filled.svg +1 -0
- package/dist/pine-core/svg/play-circle.svg +1 -1
- package/dist/pine-core/svg/play-outline.svg +1 -1
- package/dist/pine-core/svg/play-store.svg +1 -1
- package/dist/pine-core/svg/play.svg +1 -1
- package/dist/pine-core/svg/plug.svg +1 -1
- package/dist/pine-core/svg/plus-square.svg +1 -0
- package/dist/pine-core/svg/premium.svg +1 -1
- package/dist/pine-core/svg/present.svg +1 -1
- package/dist/pine-core/svg/preview-off.svg +1 -1
- package/dist/pine-core/svg/preview-on.svg +1 -1
- package/dist/pine-core/svg/product-filled.svg +1 -1
- package/dist/pine-core/svg/product.svg +1 -1
- package/dist/pine-core/svg/question-circle.svg +1 -1
- package/dist/pine-core/svg/quote.svg +1 -1
- package/dist/pine-core/svg/redo.svg +1 -1
- package/dist/pine-core/svg/refresh.svg +1 -1
- package/dist/pine-core/svg/remove-circle.svg +1 -1
- package/dist/pine-core/svg/remove.svg +1 -1
- package/dist/pine-core/svg/rename.svg +1 -1
- package/dist/pine-core/svg/reset-password.svg +1 -1
- package/dist/pine-core/svg/restore.svg +1 -1
- package/dist/pine-core/svg/right-small.svg +1 -1
- package/dist/pine-core/svg/rocket-filled.svg +1 -1
- package/dist/pine-core/svg/rocket-tone.svg +1 -1
- package/dist/pine-core/svg/rocket.svg +1 -1
- package/dist/pine-core/svg/round-dollar.svg +1 -1
- package/dist/pine-core/svg/rows.svg +1 -1
- package/dist/pine-core/svg/scissor.svg +1 -1
- package/dist/pine-core/svg/screen-share-off.svg +1 -1
- package/dist/pine-core/svg/screen-share-on.svg +1 -1
- package/dist/pine-core/svg/search-md-tone.svg +1 -1
- package/dist/pine-core/svg/search-small.svg +1 -1
- package/dist/pine-core/svg/search.svg +1 -1
- package/dist/pine-core/svg/send-message.svg +1 -1
- package/dist/pine-core/svg/sequences.svg +1 -1
- package/dist/pine-core/svg/settings-tone.svg +1 -1
- package/dist/pine-core/svg/share.svg +1 -1
- package/dist/pine-core/svg/shopping-cart-filled.svg +1 -0
- package/dist/pine-core/svg/skipped.svg +1 -1
- package/dist/pine-core/svg/slash-divider.svg +1 -1
- package/dist/pine-core/svg/speaker.svg +1 -1
- package/dist/pine-core/svg/square-dollar.svg +1 -0
- package/dist/pine-core/svg/stack.svg +1 -1
- package/dist/pine-core/svg/star-03.svg +1 -0
- package/dist/pine-core/svg/star-filled.svg +1 -0
- package/dist/pine-core/svg/star.svg +1 -1
- package/dist/pine-core/svg/stars-tone.svg +1 -1
- package/dist/pine-core/svg/stop.svg +1 -1
- package/dist/pine-core/svg/stopwatch.svg +1 -1
- package/dist/pine-core/svg/strikethrough.svg +1 -1
- package/dist/pine-core/svg/subscript.svg +1 -1
- package/dist/pine-core/svg/subscriptions.svg +1 -1
- package/dist/pine-core/svg/super-admin.svg +1 -1
- package/dist/pine-core/svg/superscript.svg +1 -1
- package/dist/pine-core/svg/sync.svg +1 -1
- package/dist/pine-core/svg/tablet-landscape.svg +1 -1
- package/dist/pine-core/svg/tablet-portrait.svg +1 -1
- package/dist/pine-core/svg/tag-filled.svg +1 -1
- package/dist/pine-core/svg/tag.svg +1 -1
- package/dist/pine-core/svg/text-styles.svg +1 -1
- package/dist/pine-core/svg/theme-store-filled.svg +1 -1
- package/dist/pine-core/svg/theme-store.svg +1 -1
- package/dist/pine-core/svg/thumb-down-filled.svg +1 -1
- package/dist/pine-core/svg/thumb-down.svg +1 -1
- package/dist/pine-core/svg/thumb-up-filled.svg +1 -1
- package/dist/pine-core/svg/thumb-up.svg +1 -1
- package/dist/pine-core/svg/trash.svg +1 -1
- package/dist/pine-core/svg/trend-down.svg +1 -0
- package/dist/pine-core/svg/trend-none.svg +1 -0
- package/dist/pine-core/svg/trend-up.svg +1 -0
- package/dist/pine-core/svg/trophy-filled.svg +1 -1
- package/dist/pine-core/svg/trophy.svg +1 -1
- package/dist/pine-core/svg/type.svg +1 -0
- package/dist/pine-core/svg/underline.svg +1 -1
- package/dist/pine-core/svg/undo.svg +1 -1
- package/dist/pine-core/svg/unlock.svg +1 -1
- package/dist/pine-core/svg/unmapped.svg +1 -1
- package/dist/pine-core/svg/up-small.svg +1 -1
- package/dist/pine-core/svg/upload.svg +1 -1
- package/dist/pine-core/svg/url.svg +1 -1
- package/dist/pine-core/svg/user-circle-filled.svg +1 -1
- package/dist/pine-core/svg/user-circle.svg +1 -1
- package/dist/pine-core/svg/user-filled.svg +1 -1
- package/dist/pine-core/svg/user-star-filled.svg +1 -1
- package/dist/pine-core/svg/user-star.svg +1 -1
- package/dist/pine-core/svg/user.svg +1 -1
- package/dist/pine-core/svg/users-alt.svg +1 -1
- package/dist/pine-core/svg/users-filled.svg +1 -1
- package/dist/pine-core/svg/users-tone.svg +1 -1
- package/dist/pine-core/svg/users.svg +1 -1
- package/dist/pine-core/svg/video-off.svg +1 -1
- package/dist/pine-core/svg/video-on.svg +1 -1
- package/dist/pine-core/svg/warning-filled.svg +1 -1
- package/dist/pine-core/svg/warning.svg +1 -1
- package/dist/pine-core/svg/window-paragraph.svg +1 -1
- package/dist/pine-core/svg/world.svg +1 -1
- package/dist/pine-core/svg/wrench.svg +1 -1
- package/dist/types/components/pds-accordion/pds-accordion.d.ts +1 -0
- package/dist/types/components/pds-box/pds-box.d.ts +16 -1
- package/dist/types/components/pds-button/pds-button.d.ts +41 -10
- 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/input-interface.d.ts +12 -0
- package/dist/types/components/pds-input/pds-input.d.ts +70 -8
- 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 +11 -19
- 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-tabs/pds-tabs.d.ts +1 -1
- package/dist/types/components/pds-text/pds-text.d.ts +39 -0
- package/dist/types/components/pds-textarea/pds-textarea.d.ts +72 -15
- package/dist/types/components/pds-textarea/textarea-interface.d.ts +5 -1
- package/dist/types/components/pds-tooltip/pds-tooltip.d.ts +7 -9
- package/dist/types/components.d.ts +663 -151
- package/dist/types/stencil-public-runtime.d.ts +6 -0
- package/dist/types/utils/attributes.d.ts +10 -0
- package/dist/types/utils/types.d.ts +1 -1
- package/dist/types/utils/utils.d.ts +3 -1
- package/hydrate/index.d.ts +6 -0
- package/hydrate/index.js +1277 -398
- package/hydrate/index.mjs +1277 -398
- package/package.json +16 -14
- package/readme.md +1 -1
- package/components/pds-label.js.map +0 -1
- package/dist/cjs/index-479f5bd8.js +0 -24
- package/dist/cjs/index-479f5bd8.js.map +0 -1
- package/dist/cjs/index-d4ec6246.js.map +0 -1
- package/dist/cjs/pds-label-73bb5bd3.js.map +0 -1
- package/dist/esm/index-9f0e742f.js.map +0 -1
- package/dist/esm/index-9f8fe796.js +0 -14
- package/dist/esm/index-9f8fe796.js.map +0 -1
- package/dist/esm/pds-label-c806218b.js.map +0 -1
- package/dist/esm-es5/index-9f0e742f.js +0 -3
- package/dist/esm-es5/index-9f0e742f.js.map +0 -1
- package/dist/esm-es5/index-9f8fe796.js +0 -2
- package/dist/esm-es5/index-9f8fe796.js.map +0 -1
- package/dist/esm-es5/pds-label-c806218b.js +0 -2
- package/dist/esm-es5/pds-label-c806218b.js.map +0 -1
- package/dist/pine-core/p-06f526e5.system.js +0 -2
- package/dist/pine-core/p-06f526e5.system.js.map +0 -1
- package/dist/pine-core/p-0bf48e12.entry.js +0 -2
- package/dist/pine-core/p-0bf48e12.entry.js.map +0 -1
- package/dist/pine-core/p-12e1c54f.entry.js +0 -2
- package/dist/pine-core/p-12e1c54f.entry.js.map +0 -1
- package/dist/pine-core/p-16b74124.system.js +0 -2
- package/dist/pine-core/p-16b74124.system.js.map +0 -1
- package/dist/pine-core/p-20dae7d1.system.entry.js +0 -2
- package/dist/pine-core/p-20dae7d1.system.entry.js.map +0 -1
- package/dist/pine-core/p-2837aec3.system.entry.js +0 -2
- package/dist/pine-core/p-2837aec3.system.entry.js.map +0 -1
- package/dist/pine-core/p-2bce244c.entry.js +0 -2
- package/dist/pine-core/p-2bce244c.entry.js.map +0 -1
- package/dist/pine-core/p-307b87fc.system.entry.js +0 -2
- package/dist/pine-core/p-307b87fc.system.entry.js.map +0 -1
- package/dist/pine-core/p-30895edd.system.entry.js +0 -2
- package/dist/pine-core/p-30895edd.system.entry.js.map +0 -1
- package/dist/pine-core/p-3487fe4a.entry.js +0 -2
- package/dist/pine-core/p-3487fe4a.entry.js.map +0 -1
- package/dist/pine-core/p-373bf876.js +0 -2
- package/dist/pine-core/p-373bf876.js.map +0 -1
- package/dist/pine-core/p-41c843c5.system.entry.js +0 -2
- package/dist/pine-core/p-4262c8d0.system.entry.js +0 -2
- package/dist/pine-core/p-4262c8d0.system.entry.js.map +0 -1
- package/dist/pine-core/p-43c37135.entry.js +0 -2
- package/dist/pine-core/p-43c37135.entry.js.map +0 -1
- package/dist/pine-core/p-45df80d3.entry.js +0 -2
- package/dist/pine-core/p-45df80d3.entry.js.map +0 -1
- package/dist/pine-core/p-479fd128.system.entry.js +0 -2
- package/dist/pine-core/p-479fd128.system.entry.js.map +0 -1
- package/dist/pine-core/p-4868ffe2.entry.js +0 -2
- package/dist/pine-core/p-4868ffe2.entry.js.map +0 -1
- package/dist/pine-core/p-4cfa45e5.system.entry.js.map +0 -1
- package/dist/pine-core/p-4e5423ec.entry.js +0 -2
- package/dist/pine-core/p-4e5423ec.entry.js.map +0 -1
- package/dist/pine-core/p-5303452a.entry.js +0 -2
- package/dist/pine-core/p-59a88d32.entry.js +0 -2
- package/dist/pine-core/p-59a88d32.entry.js.map +0 -1
- package/dist/pine-core/p-5d35d9bc.system.entry.js +0 -2
- package/dist/pine-core/p-5d35d9bc.system.entry.js.map +0 -1
- package/dist/pine-core/p-5dab0de3.system.entry.js +0 -2
- package/dist/pine-core/p-5dab0de3.system.entry.js.map +0 -1
- package/dist/pine-core/p-60622df4.entry.js +0 -2
- package/dist/pine-core/p-60622df4.entry.js.map +0 -1
- package/dist/pine-core/p-6293581d.system.entry.js +0 -2
- package/dist/pine-core/p-6293581d.system.entry.js.map +0 -1
- package/dist/pine-core/p-63eacc4c.entry.js +0 -2
- package/dist/pine-core/p-63eacc4c.entry.js.map +0 -1
- package/dist/pine-core/p-64a079d4.entry.js +0 -2
- package/dist/pine-core/p-64a079d4.entry.js.map +0 -1
- package/dist/pine-core/p-64ec41b5.system.entry.js +0 -2
- package/dist/pine-core/p-64ec41b5.system.entry.js.map +0 -1
- package/dist/pine-core/p-669c5ccd.entry.js.map +0 -1
- package/dist/pine-core/p-74931ca7.entry.js +0 -2
- package/dist/pine-core/p-74931ca7.entry.js.map +0 -1
- package/dist/pine-core/p-766e4212.system.entry.js +0 -2
- package/dist/pine-core/p-766e4212.system.entry.js.map +0 -1
- package/dist/pine-core/p-79625567.entry.js +0 -2
- package/dist/pine-core/p-7bc0b531.js +0 -2
- package/dist/pine-core/p-7bc0b531.js.map +0 -1
- package/dist/pine-core/p-7e7de1d6.js +0 -3
- package/dist/pine-core/p-7e7de1d6.js.map +0 -1
- package/dist/pine-core/p-7ed5ef61.system.entry.js +0 -2
- package/dist/pine-core/p-7ed5ef61.system.entry.js.map +0 -1
- package/dist/pine-core/p-80efeb1b.entry.js +0 -2
- package/dist/pine-core/p-80efeb1b.entry.js.map +0 -1
- package/dist/pine-core/p-8233b878.system.entry.js +0 -2
- package/dist/pine-core/p-8233b878.system.entry.js.map +0 -1
- package/dist/pine-core/p-82a927d0.system.entry.js +0 -2
- package/dist/pine-core/p-82a927d0.system.entry.js.map +0 -1
- package/dist/pine-core/p-84e37a4c.entry.js +0 -2
- package/dist/pine-core/p-84e37a4c.entry.js.map +0 -1
- package/dist/pine-core/p-9071a673.system.entry.js +0 -2
- package/dist/pine-core/p-9071a673.system.entry.js.map +0 -1
- package/dist/pine-core/p-9229e03e.system.entry.js +0 -2
- package/dist/pine-core/p-9229e03e.system.entry.js.map +0 -1
- package/dist/pine-core/p-94a76b90.system.entry.js +0 -2
- package/dist/pine-core/p-94a76b90.system.entry.js.map +0 -1
- package/dist/pine-core/p-967ab4b1.system.entry.js +0 -2
- package/dist/pine-core/p-967ab4b1.system.entry.js.map +0 -1
- package/dist/pine-core/p-99c6c7fe.system.js +0 -2
- package/dist/pine-core/p-a58de843.system.entry.js +0 -2
- package/dist/pine-core/p-a58de843.system.entry.js.map +0 -1
- package/dist/pine-core/p-ad7f960d.system.entry.js +0 -2
- package/dist/pine-core/p-ad7f960d.system.entry.js.map +0 -1
- package/dist/pine-core/p-b491e677.entry.js +0 -2
- package/dist/pine-core/p-b491e677.entry.js.map +0 -1
- package/dist/pine-core/p-b4f7b883.system.entry.js +0 -2
- package/dist/pine-core/p-b4f7b883.system.entry.js.map +0 -1
- package/dist/pine-core/p-b4fb6072.system.entry.js +0 -2
- package/dist/pine-core/p-b4fb6072.system.entry.js.map +0 -1
- package/dist/pine-core/p-b8cbff05.system.entry.js +0 -2
- package/dist/pine-core/p-b8cbff05.system.entry.js.map +0 -1
- package/dist/pine-core/p-b94d28cc.entry.js +0 -2
- package/dist/pine-core/p-b94d28cc.entry.js.map +0 -1
- package/dist/pine-core/p-c644e0b4.system.entry.js +0 -2
- package/dist/pine-core/p-c644e0b4.system.entry.js.map +0 -1
- package/dist/pine-core/p-cb0cccca.entry.js +0 -2
- package/dist/pine-core/p-cb0cccca.entry.js.map +0 -1
- package/dist/pine-core/p-d0948e17.entry.js +0 -2
- package/dist/pine-core/p-d0948e17.entry.js.map +0 -1
- package/dist/pine-core/p-d20f4c1d.system.js +0 -3
- package/dist/pine-core/p-d20f4c1d.system.js.map +0 -1
- package/dist/pine-core/p-dd40be84.entry.js +0 -2
- package/dist/pine-core/p-dd40be84.entry.js.map +0 -1
- package/dist/pine-core/p-e339312d.entry.js +0 -2
- package/dist/pine-core/p-e339312d.entry.js.map +0 -1
- package/dist/pine-core/p-e52afdbe.entry.js +0 -2
- package/dist/pine-core/p-e52afdbe.entry.js.map +0 -1
- package/dist/pine-core/p-e705a6ad.system.entry.js +0 -2
- package/dist/pine-core/p-e705a6ad.system.entry.js.map +0 -1
- package/dist/pine-core/p-e8874481.system.entry.js +0 -2
- package/dist/pine-core/p-e8874481.system.entry.js.map +0 -1
- package/dist/pine-core/p-ed4e6972.entry.js +0 -2
- package/dist/pine-core/p-ed4e6972.entry.js.map +0 -1
- package/dist/pine-core/p-f2e0fc56.entry.js +0 -2
- package/dist/pine-core/p-f2e0fc56.entry.js.map +0 -1
- package/dist/pine-core/p-f5597dce.entry.js +0 -2
- package/dist/pine-core/p-f5597dce.entry.js.map +0 -1
- package/dist/pine-core/p-f86af20f.system.js +0 -2
- package/dist/pine-core/p-f86af20f.system.js.map +0 -1
- package/dist/pine-core/p-f8c08ca7.system.entry.js +0 -2
- package/dist/pine-core/p-f8c08ca7.system.entry.js.map +0 -1
- package/dist/pine-core/p-f954f3af.entry.js +0 -2
- package/dist/pine-core/p-f954f3af.entry.js.map +0 -1
- /package/dist/pine-core/{p-99c6c7fe.system.js.map → p-db622f8f.system.js.map} +0 -0
package/dist/docs.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "
|
|
2
|
+
"timestamp": "2025-03-31T20:06:07",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
|
-
"version": "4.
|
|
6
|
-
"typescriptVersion": "5.5.
|
|
5
|
+
"version": "4.22.2",
|
|
6
|
+
"typescriptVersion": "5.5.4"
|
|
7
7
|
},
|
|
8
8
|
"components": [
|
|
9
9
|
{
|
|
@@ -17,6 +17,10 @@
|
|
|
17
17
|
"name": "part",
|
|
18
18
|
"text": "accordion-body - Accordion body styles."
|
|
19
19
|
},
|
|
20
|
+
{
|
|
21
|
+
"name": "part",
|
|
22
|
+
"text": "accordion-button - Accordion button/trigger styles."
|
|
23
|
+
},
|
|
20
24
|
{
|
|
21
25
|
"name": "slot",
|
|
22
26
|
"text": "(default) - Accordion body content."
|
|
@@ -100,6 +104,10 @@
|
|
|
100
104
|
{
|
|
101
105
|
"name": "accordion-body",
|
|
102
106
|
"docs": "Accordion body styles."
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "accordion-button",
|
|
110
|
+
"docs": "Accordion button/trigger styles."
|
|
103
111
|
}
|
|
104
112
|
],
|
|
105
113
|
"dependents": [],
|
|
@@ -360,7 +368,50 @@
|
|
|
360
368
|
"mutable": false,
|
|
361
369
|
"attr": "align-items",
|
|
362
370
|
"reflectToAttr": false,
|
|
363
|
-
"docs": "Defines
|
|
371
|
+
"docs": "Defines how items within the box are aligned.",
|
|
372
|
+
"docsTags": [
|
|
373
|
+
{
|
|
374
|
+
"name": "defaultValue",
|
|
375
|
+
"text": "start"
|
|
376
|
+
}
|
|
377
|
+
],
|
|
378
|
+
"values": [
|
|
379
|
+
{
|
|
380
|
+
"value": "baseline",
|
|
381
|
+
"type": "string"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"value": "center",
|
|
385
|
+
"type": "string"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"value": "end",
|
|
389
|
+
"type": "string"
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"value": "start",
|
|
393
|
+
"type": "string"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"value": "stretch",
|
|
397
|
+
"type": "string"
|
|
398
|
+
}
|
|
399
|
+
],
|
|
400
|
+
"optional": true,
|
|
401
|
+
"required": false
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"name": "alignSelf",
|
|
405
|
+
"type": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
|
|
406
|
+
"complexType": {
|
|
407
|
+
"original": "`start` | `center` | `end` | `baseline` | `stretch`",
|
|
408
|
+
"resolved": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
|
|
409
|
+
"references": {}
|
|
410
|
+
},
|
|
411
|
+
"mutable": false,
|
|
412
|
+
"attr": "align-self",
|
|
413
|
+
"reflectToAttr": false,
|
|
414
|
+
"docs": "Defines how the box is aligned within its container.",
|
|
364
415
|
"docsTags": [
|
|
365
416
|
{
|
|
366
417
|
"name": "defaultValue",
|
|
@@ -1313,6 +1364,128 @@
|
|
|
1313
1364
|
"optional": true,
|
|
1314
1365
|
"required": false
|
|
1315
1366
|
},
|
|
1367
|
+
{
|
|
1368
|
+
"name": "paddingBlock",
|
|
1369
|
+
"type": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
|
|
1370
|
+
"complexType": {
|
|
1371
|
+
"original": "BoxTShirtSizeType",
|
|
1372
|
+
"resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
|
|
1373
|
+
"references": {
|
|
1374
|
+
"BoxTShirtSizeType": {
|
|
1375
|
+
"location": "import",
|
|
1376
|
+
"path": "../../utils/types",
|
|
1377
|
+
"id": "src/utils/types.ts::BoxTShirtSizeType"
|
|
1378
|
+
}
|
|
1379
|
+
}
|
|
1380
|
+
},
|
|
1381
|
+
"mutable": false,
|
|
1382
|
+
"attr": "padding-block",
|
|
1383
|
+
"reflectToAttr": false,
|
|
1384
|
+
"docs": "Defines the top and bottom spacing.",
|
|
1385
|
+
"docsTags": [
|
|
1386
|
+
{
|
|
1387
|
+
"name": "defaultValue",
|
|
1388
|
+
"text": "none"
|
|
1389
|
+
}
|
|
1390
|
+
],
|
|
1391
|
+
"values": [
|
|
1392
|
+
{
|
|
1393
|
+
"value": "lg",
|
|
1394
|
+
"type": "string"
|
|
1395
|
+
},
|
|
1396
|
+
{
|
|
1397
|
+
"value": "md",
|
|
1398
|
+
"type": "string"
|
|
1399
|
+
},
|
|
1400
|
+
{
|
|
1401
|
+
"value": "none",
|
|
1402
|
+
"type": "string"
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
"value": "sm",
|
|
1406
|
+
"type": "string"
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"value": "xl",
|
|
1410
|
+
"type": "string"
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
"value": "xs",
|
|
1414
|
+
"type": "string"
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
"value": "xxl",
|
|
1418
|
+
"type": "string"
|
|
1419
|
+
},
|
|
1420
|
+
{
|
|
1421
|
+
"value": "xxs",
|
|
1422
|
+
"type": "string"
|
|
1423
|
+
}
|
|
1424
|
+
],
|
|
1425
|
+
"optional": true,
|
|
1426
|
+
"required": false
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
"name": "paddingInline",
|
|
1430
|
+
"type": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
|
|
1431
|
+
"complexType": {
|
|
1432
|
+
"original": "BoxTShirtSizeType",
|
|
1433
|
+
"resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
|
|
1434
|
+
"references": {
|
|
1435
|
+
"BoxTShirtSizeType": {
|
|
1436
|
+
"location": "import",
|
|
1437
|
+
"path": "../../utils/types",
|
|
1438
|
+
"id": "src/utils/types.ts::BoxTShirtSizeType"
|
|
1439
|
+
}
|
|
1440
|
+
}
|
|
1441
|
+
},
|
|
1442
|
+
"mutable": false,
|
|
1443
|
+
"attr": "padding-inline",
|
|
1444
|
+
"reflectToAttr": false,
|
|
1445
|
+
"docs": "Defines the left and right spacing.",
|
|
1446
|
+
"docsTags": [
|
|
1447
|
+
{
|
|
1448
|
+
"name": "defaultValue",
|
|
1449
|
+
"text": "none"
|
|
1450
|
+
}
|
|
1451
|
+
],
|
|
1452
|
+
"values": [
|
|
1453
|
+
{
|
|
1454
|
+
"value": "lg",
|
|
1455
|
+
"type": "string"
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
"value": "md",
|
|
1459
|
+
"type": "string"
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
"value": "none",
|
|
1463
|
+
"type": "string"
|
|
1464
|
+
},
|
|
1465
|
+
{
|
|
1466
|
+
"value": "sm",
|
|
1467
|
+
"type": "string"
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
"value": "xl",
|
|
1471
|
+
"type": "string"
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
"value": "xs",
|
|
1475
|
+
"type": "string"
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
"value": "xxl",
|
|
1479
|
+
"type": "string"
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"value": "xxs",
|
|
1483
|
+
"type": "string"
|
|
1484
|
+
}
|
|
1485
|
+
],
|
|
1486
|
+
"optional": true,
|
|
1487
|
+
"required": false
|
|
1488
|
+
},
|
|
1316
1489
|
{
|
|
1317
1490
|
"name": "shadow",
|
|
1318
1491
|
"type": "\"050\" | \"100\" | \"150\" | \"200\" | \"300\" | \"400\" | \"500\" | \"none\"",
|
|
@@ -1850,15 +2023,23 @@
|
|
|
1850
2023
|
"docsTags": [
|
|
1851
2024
|
{
|
|
1852
2025
|
"name": "part",
|
|
1853
|
-
"text": "button -
|
|
2026
|
+
"text": "button - Exposes the button element for styling."
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
"name": "part",
|
|
2030
|
+
"text": "button-content - Exposes the button content for styling."
|
|
1854
2031
|
},
|
|
1855
2032
|
{
|
|
1856
2033
|
"name": "part",
|
|
1857
|
-
"text": "
|
|
2034
|
+
"text": "button-text - Exposes the button text for styling."
|
|
1858
2035
|
},
|
|
1859
2036
|
{
|
|
1860
2037
|
"name": "part",
|
|
1861
|
-
"text": "
|
|
2038
|
+
"text": "caret - Exposes the caret icon component for styling. Appears only on the disclosure variant."
|
|
2039
|
+
},
|
|
2040
|
+
{
|
|
2041
|
+
"name": "part",
|
|
2042
|
+
"text": "icon - Exposes the icon component for styling."
|
|
1862
2043
|
}
|
|
1863
2044
|
],
|
|
1864
2045
|
"usage": {},
|
|
@@ -1895,7 +2076,7 @@
|
|
|
1895
2076
|
"mutable": false,
|
|
1896
2077
|
"attr": "disabled",
|
|
1897
2078
|
"reflectToAttr": false,
|
|
1898
|
-
"docs": "
|
|
2079
|
+
"docs": "Determines the button's disabled state.",
|
|
1899
2080
|
"docsTags": [
|
|
1900
2081
|
{
|
|
1901
2082
|
"name": "defaultValue",
|
|
@@ -1912,29 +2093,34 @@
|
|
|
1912
2093
|
"required": false
|
|
1913
2094
|
},
|
|
1914
2095
|
{
|
|
1915
|
-
"name": "
|
|
1916
|
-
"type": "
|
|
2096
|
+
"name": "fullWidth",
|
|
2097
|
+
"type": "boolean",
|
|
1917
2098
|
"complexType": {
|
|
1918
|
-
"original": "
|
|
1919
|
-
"resolved": "
|
|
2099
|
+
"original": "boolean",
|
|
2100
|
+
"resolved": "boolean",
|
|
1920
2101
|
"references": {}
|
|
1921
2102
|
},
|
|
1922
2103
|
"mutable": false,
|
|
1923
|
-
"attr": "
|
|
2104
|
+
"attr": "full-width",
|
|
1924
2105
|
"reflectToAttr": false,
|
|
1925
|
-
"docs": "
|
|
1926
|
-
"docsTags": [
|
|
1927
|
-
|
|
2106
|
+
"docs": "Determines if the button should take up the full width of its container.",
|
|
2107
|
+
"docsTags": [
|
|
2108
|
+
{
|
|
2109
|
+
"name": "defaultValue",
|
|
2110
|
+
"text": "false"
|
|
2111
|
+
}
|
|
2112
|
+
],
|
|
2113
|
+
"default": "false",
|
|
1928
2114
|
"values": [
|
|
1929
2115
|
{
|
|
1930
|
-
"type": "
|
|
2116
|
+
"type": "boolean"
|
|
1931
2117
|
}
|
|
1932
2118
|
],
|
|
1933
2119
|
"optional": true,
|
|
1934
2120
|
"required": false
|
|
1935
2121
|
},
|
|
1936
2122
|
{
|
|
1937
|
-
"name": "
|
|
2123
|
+
"name": "href",
|
|
1938
2124
|
"type": "string",
|
|
1939
2125
|
"complexType": {
|
|
1940
2126
|
"original": "string",
|
|
@@ -1942,9 +2128,9 @@
|
|
|
1942
2128
|
"references": {}
|
|
1943
2129
|
},
|
|
1944
2130
|
"mutable": false,
|
|
1945
|
-
"attr": "
|
|
2131
|
+
"attr": "href",
|
|
1946
2132
|
"reflectToAttr": false,
|
|
1947
|
-
"docs": "
|
|
2133
|
+
"docs": "If provided, renders the component as an anchor (`<a>`) element instead of a button.\nWhen using href, button-specific props (type, name, value, loading) will be ignored.",
|
|
1948
2134
|
"docsTags": [],
|
|
1949
2135
|
"values": [
|
|
1950
2136
|
{
|
|
@@ -1955,35 +2141,26 @@
|
|
|
1955
2141
|
"required": false
|
|
1956
2142
|
},
|
|
1957
2143
|
{
|
|
1958
|
-
"name": "
|
|
1959
|
-
"type": "
|
|
2144
|
+
"name": "icon",
|
|
2145
|
+
"type": "string",
|
|
1960
2146
|
"complexType": {
|
|
1961
|
-
"original": "
|
|
1962
|
-
"resolved": "
|
|
2147
|
+
"original": "string",
|
|
2148
|
+
"resolved": "string",
|
|
1963
2149
|
"references": {}
|
|
1964
2150
|
},
|
|
1965
2151
|
"mutable": false,
|
|
1966
|
-
"attr": "
|
|
2152
|
+
"attr": "icon",
|
|
1967
2153
|
"reflectToAttr": false,
|
|
1968
|
-
"docs": "
|
|
2154
|
+
"docs": "Displays an icon in the button.",
|
|
1969
2155
|
"docsTags": [
|
|
1970
2156
|
{
|
|
1971
2157
|
"name": "defaultValue",
|
|
1972
|
-
"text": "
|
|
2158
|
+
"text": "null"
|
|
1973
2159
|
}
|
|
1974
2160
|
],
|
|
1975
|
-
"default": "
|
|
2161
|
+
"default": "null",
|
|
1976
2162
|
"values": [
|
|
1977
2163
|
{
|
|
1978
|
-
"value": "button",
|
|
1979
|
-
"type": "string"
|
|
1980
|
-
},
|
|
1981
|
-
{
|
|
1982
|
-
"value": "reset",
|
|
1983
|
-
"type": "string"
|
|
1984
|
-
},
|
|
1985
|
-
{
|
|
1986
|
-
"value": "submit",
|
|
1987
2164
|
"type": "string"
|
|
1988
2165
|
}
|
|
1989
2166
|
],
|
|
@@ -1991,52 +2168,197 @@
|
|
|
1991
2168
|
"required": false
|
|
1992
2169
|
},
|
|
1993
2170
|
{
|
|
1994
|
-
"name": "
|
|
1995
|
-
"type": "
|
|
2171
|
+
"name": "iconOnly",
|
|
2172
|
+
"type": "boolean",
|
|
1996
2173
|
"complexType": {
|
|
1997
|
-
"original": "
|
|
1998
|
-
"resolved": "
|
|
2174
|
+
"original": "boolean",
|
|
2175
|
+
"resolved": "boolean",
|
|
1999
2176
|
"references": {}
|
|
2000
2177
|
},
|
|
2001
2178
|
"mutable": false,
|
|
2002
|
-
"attr": "
|
|
2179
|
+
"attr": "icon-only",
|
|
2003
2180
|
"reflectToAttr": false,
|
|
2004
|
-
"docs": "
|
|
2181
|
+
"docs": "When true, displays only the icon and visually hides the text (keeping it accessible).",
|
|
2005
2182
|
"docsTags": [],
|
|
2183
|
+
"default": "false",
|
|
2006
2184
|
"values": [
|
|
2007
2185
|
{
|
|
2008
|
-
"type": "
|
|
2186
|
+
"type": "boolean"
|
|
2009
2187
|
}
|
|
2010
2188
|
],
|
|
2011
2189
|
"optional": true,
|
|
2012
2190
|
"required": false
|
|
2013
2191
|
},
|
|
2014
2192
|
{
|
|
2015
|
-
"name": "
|
|
2016
|
-
"type": "
|
|
2193
|
+
"name": "loading",
|
|
2194
|
+
"type": "boolean",
|
|
2017
2195
|
"complexType": {
|
|
2018
|
-
"original": "
|
|
2019
|
-
"resolved": "
|
|
2196
|
+
"original": "boolean",
|
|
2197
|
+
"resolved": "boolean",
|
|
2020
2198
|
"references": {}
|
|
2021
2199
|
},
|
|
2022
2200
|
"mutable": false,
|
|
2023
|
-
"attr": "
|
|
2201
|
+
"attr": "loading",
|
|
2024
2202
|
"reflectToAttr": false,
|
|
2025
|
-
"docs": "
|
|
2026
|
-
"docsTags": [
|
|
2027
|
-
"default": "'primary'",
|
|
2028
|
-
"values": [
|
|
2029
|
-
{
|
|
2030
|
-
"value": "accent",
|
|
2031
|
-
"type": "string"
|
|
2032
|
-
},
|
|
2203
|
+
"docs": "Determines if the button is in a loading state.\nWhen true, displays a loader and hides the button text.",
|
|
2204
|
+
"docsTags": [
|
|
2033
2205
|
{
|
|
2034
|
-
"
|
|
2035
|
-
"
|
|
2036
|
-
}
|
|
2206
|
+
"name": "defaultValue",
|
|
2207
|
+
"text": "false"
|
|
2208
|
+
}
|
|
2209
|
+
],
|
|
2210
|
+
"default": "false",
|
|
2211
|
+
"values": [
|
|
2037
2212
|
{
|
|
2038
|
-
"
|
|
2039
|
-
|
|
2213
|
+
"type": "boolean"
|
|
2214
|
+
}
|
|
2215
|
+
],
|
|
2216
|
+
"optional": true,
|
|
2217
|
+
"required": false
|
|
2218
|
+
},
|
|
2219
|
+
{
|
|
2220
|
+
"name": "name",
|
|
2221
|
+
"type": "string",
|
|
2222
|
+
"complexType": {
|
|
2223
|
+
"original": "string",
|
|
2224
|
+
"resolved": "string",
|
|
2225
|
+
"references": {}
|
|
2226
|
+
},
|
|
2227
|
+
"mutable": false,
|
|
2228
|
+
"attr": "name",
|
|
2229
|
+
"reflectToAttr": false,
|
|
2230
|
+
"docs": "Provides the button with a submittable name.",
|
|
2231
|
+
"docsTags": [],
|
|
2232
|
+
"values": [
|
|
2233
|
+
{
|
|
2234
|
+
"type": "string"
|
|
2235
|
+
}
|
|
2236
|
+
],
|
|
2237
|
+
"optional": true,
|
|
2238
|
+
"required": false
|
|
2239
|
+
},
|
|
2240
|
+
{
|
|
2241
|
+
"name": "target",
|
|
2242
|
+
"type": "\"_blank\" | \"_parent\" | \"_self\" | \"_top\"",
|
|
2243
|
+
"complexType": {
|
|
2244
|
+
"original": "'_blank' | '_self' | '_parent' | '_top'",
|
|
2245
|
+
"resolved": "\"_blank\" | \"_parent\" | \"_self\" | \"_top\"",
|
|
2246
|
+
"references": {}
|
|
2247
|
+
},
|
|
2248
|
+
"mutable": false,
|
|
2249
|
+
"attr": "target",
|
|
2250
|
+
"reflectToAttr": false,
|
|
2251
|
+
"docs": "Specifies where to open the linked document when href is provided.\nOnly applies when href is set.",
|
|
2252
|
+
"docsTags": [],
|
|
2253
|
+
"values": [
|
|
2254
|
+
{
|
|
2255
|
+
"value": "_blank",
|
|
2256
|
+
"type": "string"
|
|
2257
|
+
},
|
|
2258
|
+
{
|
|
2259
|
+
"value": "_parent",
|
|
2260
|
+
"type": "string"
|
|
2261
|
+
},
|
|
2262
|
+
{
|
|
2263
|
+
"value": "_self",
|
|
2264
|
+
"type": "string"
|
|
2265
|
+
},
|
|
2266
|
+
{
|
|
2267
|
+
"value": "_top",
|
|
2268
|
+
"type": "string"
|
|
2269
|
+
}
|
|
2270
|
+
],
|
|
2271
|
+
"optional": true,
|
|
2272
|
+
"required": false
|
|
2273
|
+
},
|
|
2274
|
+
{
|
|
2275
|
+
"name": "type",
|
|
2276
|
+
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
2277
|
+
"complexType": {
|
|
2278
|
+
"original": "'button' | 'reset' | 'submit'",
|
|
2279
|
+
"resolved": "\"button\" | \"reset\" | \"submit\"",
|
|
2280
|
+
"references": {}
|
|
2281
|
+
},
|
|
2282
|
+
"mutable": false,
|
|
2283
|
+
"attr": "type",
|
|
2284
|
+
"reflectToAttr": false,
|
|
2285
|
+
"docs": "Provides button with a type.",
|
|
2286
|
+
"docsTags": [
|
|
2287
|
+
{
|
|
2288
|
+
"name": "defaultValue",
|
|
2289
|
+
"text": "button"
|
|
2290
|
+
}
|
|
2291
|
+
],
|
|
2292
|
+
"default": "'button'",
|
|
2293
|
+
"values": [
|
|
2294
|
+
{
|
|
2295
|
+
"value": "button",
|
|
2296
|
+
"type": "string"
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"value": "reset",
|
|
2300
|
+
"type": "string"
|
|
2301
|
+
},
|
|
2302
|
+
{
|
|
2303
|
+
"value": "submit",
|
|
2304
|
+
"type": "string"
|
|
2305
|
+
}
|
|
2306
|
+
],
|
|
2307
|
+
"optional": true,
|
|
2308
|
+
"required": false
|
|
2309
|
+
},
|
|
2310
|
+
{
|
|
2311
|
+
"name": "value",
|
|
2312
|
+
"type": "string",
|
|
2313
|
+
"complexType": {
|
|
2314
|
+
"original": "string",
|
|
2315
|
+
"resolved": "string",
|
|
2316
|
+
"references": {}
|
|
2317
|
+
},
|
|
2318
|
+
"mutable": false,
|
|
2319
|
+
"attr": "value",
|
|
2320
|
+
"reflectToAttr": false,
|
|
2321
|
+
"docs": "Provides button with a submittable value",
|
|
2322
|
+
"docsTags": [],
|
|
2323
|
+
"values": [
|
|
2324
|
+
{
|
|
2325
|
+
"type": "string"
|
|
2326
|
+
}
|
|
2327
|
+
],
|
|
2328
|
+
"optional": true,
|
|
2329
|
+
"required": false
|
|
2330
|
+
},
|
|
2331
|
+
{
|
|
2332
|
+
"name": "variant",
|
|
2333
|
+
"type": "\"accent\" | \"destructive\" | \"disclosure\" | \"primary\" | \"secondary\" | \"unstyled\"",
|
|
2334
|
+
"complexType": {
|
|
2335
|
+
"original": "'primary' | 'secondary' | 'accent' | 'disclosure' | 'destructive' | 'unstyled'",
|
|
2336
|
+
"resolved": "\"accent\" | \"destructive\" | \"disclosure\" | \"primary\" | \"secondary\" | \"unstyled\"",
|
|
2337
|
+
"references": {}
|
|
2338
|
+
},
|
|
2339
|
+
"mutable": false,
|
|
2340
|
+
"attr": "variant",
|
|
2341
|
+
"reflectToAttr": false,
|
|
2342
|
+
"docs": "Sets the style variant of the button.",
|
|
2343
|
+
"docsTags": [
|
|
2344
|
+
{
|
|
2345
|
+
"name": "defaultValue",
|
|
2346
|
+
"text": "primary"
|
|
2347
|
+
}
|
|
2348
|
+
],
|
|
2349
|
+
"default": "'primary'",
|
|
2350
|
+
"values": [
|
|
2351
|
+
{
|
|
2352
|
+
"value": "accent",
|
|
2353
|
+
"type": "string"
|
|
2354
|
+
},
|
|
2355
|
+
{
|
|
2356
|
+
"value": "destructive",
|
|
2357
|
+
"type": "string"
|
|
2358
|
+
},
|
|
2359
|
+
{
|
|
2360
|
+
"value": "disclosure",
|
|
2361
|
+
"type": "string"
|
|
2040
2362
|
},
|
|
2041
2363
|
{
|
|
2042
2364
|
"value": "primary",
|
|
@@ -2056,33 +2378,58 @@
|
|
|
2056
2378
|
}
|
|
2057
2379
|
],
|
|
2058
2380
|
"methods": [],
|
|
2059
|
-
"events": [
|
|
2381
|
+
"events": [
|
|
2382
|
+
{
|
|
2383
|
+
"event": "pdsClick",
|
|
2384
|
+
"detail": "any",
|
|
2385
|
+
"bubbles": true,
|
|
2386
|
+
"complexType": {
|
|
2387
|
+
"original": "any",
|
|
2388
|
+
"resolved": "any",
|
|
2389
|
+
"references": {}
|
|
2390
|
+
},
|
|
2391
|
+
"cancelable": true,
|
|
2392
|
+
"composed": true,
|
|
2393
|
+
"docs": "",
|
|
2394
|
+
"docsTags": []
|
|
2395
|
+
}
|
|
2396
|
+
],
|
|
2060
2397
|
"listeners": [],
|
|
2061
2398
|
"styles": [],
|
|
2062
2399
|
"slots": [],
|
|
2063
2400
|
"parts": [
|
|
2064
2401
|
{
|
|
2065
2402
|
"name": "button",
|
|
2066
|
-
"docs": "
|
|
2403
|
+
"docs": "Exposes the button element for styling."
|
|
2404
|
+
},
|
|
2405
|
+
{
|
|
2406
|
+
"name": "button-content",
|
|
2407
|
+
"docs": "Exposes the button content for styling."
|
|
2408
|
+
},
|
|
2409
|
+
{
|
|
2410
|
+
"name": "button-text",
|
|
2411
|
+
"docs": "Exposes the button text for styling."
|
|
2067
2412
|
},
|
|
2068
2413
|
{
|
|
2069
2414
|
"name": "caret",
|
|
2070
|
-
"docs": "
|
|
2415
|
+
"docs": "Exposes the caret icon component for styling. Appears only on the disclosure variant."
|
|
2071
2416
|
},
|
|
2072
2417
|
{
|
|
2073
2418
|
"name": "icon",
|
|
2074
|
-
"docs": "
|
|
2419
|
+
"docs": "Exposes the icon component for styling."
|
|
2075
2420
|
}
|
|
2076
2421
|
],
|
|
2077
2422
|
"dependents": [
|
|
2078
2423
|
"pds-copytext"
|
|
2079
2424
|
],
|
|
2080
2425
|
"dependencies": [
|
|
2081
|
-
"pds-icon"
|
|
2426
|
+
"pds-icon",
|
|
2427
|
+
"pds-loader"
|
|
2082
2428
|
],
|
|
2083
2429
|
"dependencyGraph": {
|
|
2084
2430
|
"pds-button": [
|
|
2085
|
-
"pds-icon"
|
|
2431
|
+
"pds-icon",
|
|
2432
|
+
"pds-loader"
|
|
2086
2433
|
],
|
|
2087
2434
|
"pds-copytext": [
|
|
2088
2435
|
"pds-button"
|
|
@@ -2403,8 +2750,13 @@
|
|
|
2403
2750
|
"pds-table-head",
|
|
2404
2751
|
"pds-table-row"
|
|
2405
2752
|
],
|
|
2406
|
-
"dependencies": [
|
|
2753
|
+
"dependencies": [
|
|
2754
|
+
"pds-icon"
|
|
2755
|
+
],
|
|
2407
2756
|
"dependencyGraph": {
|
|
2757
|
+
"pds-checkbox": [
|
|
2758
|
+
"pds-icon"
|
|
2759
|
+
],
|
|
2408
2760
|
"pds-table-head": [
|
|
2409
2761
|
"pds-checkbox"
|
|
2410
2762
|
],
|
|
@@ -2502,7 +2854,7 @@
|
|
|
2502
2854
|
"mutable": false,
|
|
2503
2855
|
"attr": "large",
|
|
2504
2856
|
"reflectToAttr": false,
|
|
2505
|
-
"docs": "Determines whether the chip should be
|
|
2857
|
+
"docs": "Determines whether the chip should be displayed in a larger size.",
|
|
2506
2858
|
"docsTags": [
|
|
2507
2859
|
{
|
|
2508
2860
|
"name": "defaultValue",
|
|
@@ -2529,7 +2881,7 @@
|
|
|
2529
2881
|
"mutable": false,
|
|
2530
2882
|
"attr": "sentiment",
|
|
2531
2883
|
"reflectToAttr": false,
|
|
2532
|
-
"docs": "
|
|
2884
|
+
"docs": "Defines the color scheme of the chip.",
|
|
2533
2885
|
"docsTags": [
|
|
2534
2886
|
{
|
|
2535
2887
|
"name": "defaultValue",
|
|
@@ -2616,7 +2968,7 @@
|
|
|
2616
2968
|
},
|
|
2617
2969
|
"cancelable": true,
|
|
2618
2970
|
"composed": true,
|
|
2619
|
-
"docs": "Event when close button is clicked on tag variant.",
|
|
2971
|
+
"docs": "Event emitted when the close button is clicked on a tag variant chip.",
|
|
2620
2972
|
"docsTags": []
|
|
2621
2973
|
}
|
|
2622
2974
|
],
|
|
@@ -2654,7 +3006,7 @@
|
|
|
2654
3006
|
"mutable": false,
|
|
2655
3007
|
"attr": "border",
|
|
2656
3008
|
"reflectToAttr": true,
|
|
2657
|
-
"docs": "Determines whether `copytext` should have a border.",
|
|
3009
|
+
"docs": "Determines whether `copytext` should have a visible border.",
|
|
2658
3010
|
"docsTags": [
|
|
2659
3011
|
{
|
|
2660
3012
|
"name": "defaultValue",
|
|
@@ -2756,7 +3108,7 @@
|
|
|
2756
3108
|
"mutable": false,
|
|
2757
3109
|
"attr": "value",
|
|
2758
3110
|
"reflectToAttr": false,
|
|
2759
|
-
"docs": "
|
|
3111
|
+
"docs": "The string displayed that is also copied to the clipboard upon interaction.",
|
|
2760
3112
|
"docsTags": [],
|
|
2761
3113
|
"values": [
|
|
2762
3114
|
{
|
|
@@ -2780,7 +3132,7 @@
|
|
|
2780
3132
|
},
|
|
2781
3133
|
"cancelable": true,
|
|
2782
3134
|
"composed": true,
|
|
2783
|
-
"docs": "Event when copyText button is clicked.",
|
|
3135
|
+
"docs": "Event fired when copyText button is clicked.",
|
|
2784
3136
|
"docsTags": []
|
|
2785
3137
|
}
|
|
2786
3138
|
],
|
|
@@ -2799,7 +3151,8 @@
|
|
|
2799
3151
|
"pds-icon"
|
|
2800
3152
|
],
|
|
2801
3153
|
"pds-button": [
|
|
2802
|
-
"pds-icon"
|
|
3154
|
+
"pds-icon",
|
|
3155
|
+
"pds-loader"
|
|
2803
3156
|
]
|
|
2804
3157
|
}
|
|
2805
3158
|
},
|
|
@@ -2890,7 +3243,7 @@
|
|
|
2890
3243
|
"mutable": false,
|
|
2891
3244
|
"attr": "vertical",
|
|
2892
3245
|
"reflectToAttr": false,
|
|
2893
|
-
"docs": "Sets divider to display vertically",
|
|
3246
|
+
"docs": "Sets divider to display vertically.",
|
|
2894
3247
|
"docsTags": [
|
|
2895
3248
|
{
|
|
2896
3249
|
"name": "defaultValue",
|
|
@@ -2937,8 +3290,13 @@
|
|
|
2937
3290
|
"mutable": false,
|
|
2938
3291
|
"attr": "alt",
|
|
2939
3292
|
"reflectToAttr": false,
|
|
2940
|
-
"docs": "The image's alt tag. If none is provided,\nit will default to an empty string.",
|
|
2941
|
-
"docsTags": [
|
|
3293
|
+
"docs": "The image's alt tag. If none is provided,\nit will default to an empty string, which is desired for\ndecorative images.",
|
|
3294
|
+
"docsTags": [
|
|
3295
|
+
{
|
|
3296
|
+
"name": "defaultValue",
|
|
3297
|
+
"text": "''"
|
|
3298
|
+
}
|
|
3299
|
+
],
|
|
2942
3300
|
"default": "''",
|
|
2943
3301
|
"values": [
|
|
2944
3302
|
{
|
|
@@ -3002,7 +3360,12 @@
|
|
|
3002
3360
|
"attr": "loading",
|
|
3003
3361
|
"reflectToAttr": false,
|
|
3004
3362
|
"docs": "Indicates how the browser should load the image.",
|
|
3005
|
-
"docsTags": [
|
|
3363
|
+
"docsTags": [
|
|
3364
|
+
{
|
|
3365
|
+
"name": "defaultValue",
|
|
3366
|
+
"text": "eager"
|
|
3367
|
+
}
|
|
3368
|
+
],
|
|
3006
3369
|
"default": "'eager'",
|
|
3007
3370
|
"values": [
|
|
3008
3371
|
{
|
|
@@ -3028,7 +3391,7 @@
|
|
|
3028
3391
|
"mutable": false,
|
|
3029
3392
|
"attr": "sizes",
|
|
3030
3393
|
"reflectToAttr": false,
|
|
3031
|
-
"docs": "Determines the intended display size of an image\nwithin
|
|
3394
|
+
"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.",
|
|
3032
3395
|
"docsTags": [],
|
|
3033
3396
|
"values": [
|
|
3034
3397
|
{
|
|
@@ -3070,7 +3433,7 @@
|
|
|
3070
3433
|
"mutable": false,
|
|
3071
3434
|
"attr": "srcset",
|
|
3072
3435
|
"reflectToAttr": false,
|
|
3073
|
-
"docs": "A set of image sources for the browser to use.",
|
|
3436
|
+
"docs": "A set of image sources for the browser to use\nfor responsiveness.",
|
|
3074
3437
|
"docsTags": [],
|
|
3075
3438
|
"values": [
|
|
3076
3439
|
{
|
|
@@ -3107,7 +3470,7 @@
|
|
|
3107
3470
|
"listeners": [],
|
|
3108
3471
|
"styles": [
|
|
3109
3472
|
{
|
|
3110
|
-
"name": "--
|
|
3473
|
+
"name": "--dimension-aspect-ratio",
|
|
3111
3474
|
"annotation": "prop",
|
|
3112
3475
|
"docs": "The image's aspect ratio."
|
|
3113
3476
|
}
|
|
@@ -3127,6 +3490,27 @@
|
|
|
3127
3490
|
"docsTags": [],
|
|
3128
3491
|
"usage": {},
|
|
3129
3492
|
"props": [
|
|
3493
|
+
{
|
|
3494
|
+
"name": "autocomplete",
|
|
3495
|
+
"type": "string",
|
|
3496
|
+
"complexType": {
|
|
3497
|
+
"original": "string",
|
|
3498
|
+
"resolved": "string",
|
|
3499
|
+
"references": {}
|
|
3500
|
+
},
|
|
3501
|
+
"mutable": false,
|
|
3502
|
+
"attr": "autocomplete",
|
|
3503
|
+
"reflectToAttr": false,
|
|
3504
|
+
"docs": "Specifies if and how the browser provides `autocomplete` assistance for the field.",
|
|
3505
|
+
"docsTags": [],
|
|
3506
|
+
"values": [
|
|
3507
|
+
{
|
|
3508
|
+
"type": "string"
|
|
3509
|
+
}
|
|
3510
|
+
],
|
|
3511
|
+
"optional": false,
|
|
3512
|
+
"required": false
|
|
3513
|
+
},
|
|
3130
3514
|
{
|
|
3131
3515
|
"name": "componentId",
|
|
3132
3516
|
"type": "string",
|
|
@@ -3148,6 +3532,27 @@
|
|
|
3148
3532
|
"optional": false,
|
|
3149
3533
|
"required": true
|
|
3150
3534
|
},
|
|
3535
|
+
{
|
|
3536
|
+
"name": "debounce",
|
|
3537
|
+
"type": "number",
|
|
3538
|
+
"complexType": {
|
|
3539
|
+
"original": "number",
|
|
3540
|
+
"resolved": "number",
|
|
3541
|
+
"references": {}
|
|
3542
|
+
},
|
|
3543
|
+
"mutable": false,
|
|
3544
|
+
"attr": "debounce",
|
|
3545
|
+
"reflectToAttr": false,
|
|
3546
|
+
"docs": "Sets the number of milliseconds to wait before updating the value.",
|
|
3547
|
+
"docsTags": [],
|
|
3548
|
+
"values": [
|
|
3549
|
+
{
|
|
3550
|
+
"type": "number"
|
|
3551
|
+
}
|
|
3552
|
+
],
|
|
3553
|
+
"optional": true,
|
|
3554
|
+
"required": false
|
|
3555
|
+
},
|
|
3151
3556
|
{
|
|
3152
3557
|
"name": "disabled",
|
|
3153
3558
|
"type": "boolean",
|
|
@@ -3159,7 +3564,7 @@
|
|
|
3159
3564
|
"mutable": false,
|
|
3160
3565
|
"attr": "disabled",
|
|
3161
3566
|
"reflectToAttr": false,
|
|
3162
|
-
"docs": "
|
|
3567
|
+
"docs": "Determines whether or not the input field is disabled.",
|
|
3163
3568
|
"docsTags": [],
|
|
3164
3569
|
"values": [
|
|
3165
3570
|
{
|
|
@@ -3222,7 +3627,7 @@
|
|
|
3222
3627
|
"mutable": false,
|
|
3223
3628
|
"attr": "invalid",
|
|
3224
3629
|
"reflectToAttr": false,
|
|
3225
|
-
"docs": "
|
|
3630
|
+
"docs": "Determines whether or not the input field is invalid or throws an error.",
|
|
3226
3631
|
"docsTags": [],
|
|
3227
3632
|
"values": [
|
|
3228
3633
|
{
|
|
@@ -3306,7 +3711,7 @@
|
|
|
3306
3711
|
"mutable": false,
|
|
3307
3712
|
"attr": "readonly",
|
|
3308
3713
|
"reflectToAttr": false,
|
|
3309
|
-
"docs": "
|
|
3714
|
+
"docs": "Determines whether or not the input field is readonly.",
|
|
3310
3715
|
"docsTags": [],
|
|
3311
3716
|
"values": [
|
|
3312
3717
|
{
|
|
@@ -3327,7 +3732,7 @@
|
|
|
3327
3732
|
"mutable": false,
|
|
3328
3733
|
"attr": "required",
|
|
3329
3734
|
"reflectToAttr": false,
|
|
3330
|
-
"docs": "
|
|
3735
|
+
"docs": "Determines whether or not the input field is required.",
|
|
3331
3736
|
"docsTags": [],
|
|
3332
3737
|
"values": [
|
|
3333
3738
|
{
|
|
@@ -3348,7 +3753,7 @@
|
|
|
3348
3753
|
"mutable": false,
|
|
3349
3754
|
"attr": "type",
|
|
3350
3755
|
"reflectToAttr": false,
|
|
3351
|
-
"docs": "Determines the type of control that will be displayed\n`'email'`, `'number'`, `'password'`, `'tel'`, `'text'`",
|
|
3756
|
+
"docs": "Determines the type of control that will be displayed\n`'email'`, `'number'`, `'password'`, `'tel'`, `'text'`, `'url'`",
|
|
3352
3757
|
"docsTags": [
|
|
3353
3758
|
{
|
|
3354
3759
|
"name": "defaultValue",
|
|
@@ -3366,10 +3771,10 @@
|
|
|
3366
3771
|
},
|
|
3367
3772
|
{
|
|
3368
3773
|
"name": "value",
|
|
3369
|
-
"type": "string",
|
|
3774
|
+
"type": "number | string",
|
|
3370
3775
|
"complexType": {
|
|
3371
|
-
"original": "string",
|
|
3372
|
-
"resolved": "string",
|
|
3776
|
+
"original": "string | number | null",
|
|
3777
|
+
"resolved": "number | string",
|
|
3373
3778
|
"references": {}
|
|
3374
3779
|
},
|
|
3375
3780
|
"mutable": true,
|
|
@@ -3377,7 +3782,11 @@
|
|
|
3377
3782
|
"reflectToAttr": false,
|
|
3378
3783
|
"docs": "The value of the input.",
|
|
3379
3784
|
"docsTags": [],
|
|
3785
|
+
"default": "''",
|
|
3380
3786
|
"values": [
|
|
3787
|
+
{
|
|
3788
|
+
"type": "number"
|
|
3789
|
+
},
|
|
3381
3790
|
{
|
|
3382
3791
|
"type": "string"
|
|
3383
3792
|
}
|
|
@@ -3386,35 +3795,123 @@
|
|
|
3386
3795
|
"required": false
|
|
3387
3796
|
}
|
|
3388
3797
|
],
|
|
3389
|
-
"methods": [
|
|
3798
|
+
"methods": [
|
|
3799
|
+
{
|
|
3800
|
+
"name": "setFocus",
|
|
3801
|
+
"returns": {
|
|
3802
|
+
"type": "Promise<void>",
|
|
3803
|
+
"docs": ""
|
|
3804
|
+
},
|
|
3805
|
+
"complexType": {
|
|
3806
|
+
"signature": "() => Promise<void>",
|
|
3807
|
+
"parameters": [],
|
|
3808
|
+
"references": {
|
|
3809
|
+
"Promise": {
|
|
3810
|
+
"location": "global",
|
|
3811
|
+
"id": "global::Promise"
|
|
3812
|
+
}
|
|
3813
|
+
},
|
|
3814
|
+
"return": "Promise<void>"
|
|
3815
|
+
},
|
|
3816
|
+
"signature": "setFocus() => Promise<void>",
|
|
3817
|
+
"parameters": [],
|
|
3818
|
+
"docs": "Sets focus on the native `input` in the `pds-input`. Use this method instead of the global\n`input.focus()`.",
|
|
3819
|
+
"docsTags": []
|
|
3820
|
+
}
|
|
3821
|
+
],
|
|
3390
3822
|
"events": [
|
|
3391
3823
|
{
|
|
3392
|
-
"event": "
|
|
3393
|
-
"detail": "
|
|
3824
|
+
"event": "pdsBlur",
|
|
3825
|
+
"detail": "FocusEvent",
|
|
3394
3826
|
"bubbles": true,
|
|
3395
3827
|
"complexType": {
|
|
3396
|
-
"original": "
|
|
3397
|
-
"resolved": "
|
|
3828
|
+
"original": "FocusEvent",
|
|
3829
|
+
"resolved": "FocusEvent",
|
|
3398
3830
|
"references": {
|
|
3399
|
-
"
|
|
3831
|
+
"FocusEvent": {
|
|
3400
3832
|
"location": "global",
|
|
3401
|
-
"id": "global::
|
|
3833
|
+
"id": "global::FocusEvent"
|
|
3402
3834
|
}
|
|
3403
3835
|
}
|
|
3404
3836
|
},
|
|
3405
3837
|
"cancelable": true,
|
|
3406
3838
|
"composed": true,
|
|
3407
|
-
"docs": "Emitted when
|
|
3839
|
+
"docs": "Emitted when the input loses focus.",
|
|
3408
3840
|
"docsTags": []
|
|
3409
|
-
}
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
|
|
3841
|
+
},
|
|
3842
|
+
{
|
|
3843
|
+
"event": "pdsChange",
|
|
3844
|
+
"detail": "InputChangeEventDetail",
|
|
3845
|
+
"bubbles": true,
|
|
3846
|
+
"complexType": {
|
|
3847
|
+
"original": "InputChangeEventDetail",
|
|
3848
|
+
"resolved": "InputChangeEventDetail",
|
|
3849
|
+
"references": {
|
|
3850
|
+
"InputChangeEventDetail": {
|
|
3851
|
+
"location": "import",
|
|
3852
|
+
"path": "./input-interface",
|
|
3853
|
+
"id": "src/components/pds-input/input-interface.ts::InputChangeEventDetail"
|
|
3854
|
+
}
|
|
3855
|
+
}
|
|
3856
|
+
},
|
|
3857
|
+
"cancelable": true,
|
|
3858
|
+
"composed": true,
|
|
3859
|
+
"docs": "\nEmitted when the value has changed.\n\nThis event will not emit when programmatically setting the `value` property.",
|
|
3860
|
+
"docsTags": []
|
|
3861
|
+
},
|
|
3862
|
+
{
|
|
3863
|
+
"event": "pdsFocus",
|
|
3864
|
+
"detail": "FocusEvent",
|
|
3865
|
+
"bubbles": true,
|
|
3866
|
+
"complexType": {
|
|
3867
|
+
"original": "FocusEvent",
|
|
3868
|
+
"resolved": "FocusEvent",
|
|
3869
|
+
"references": {
|
|
3870
|
+
"FocusEvent": {
|
|
3871
|
+
"location": "global",
|
|
3872
|
+
"id": "global::FocusEvent"
|
|
3873
|
+
}
|
|
3874
|
+
}
|
|
3875
|
+
},
|
|
3876
|
+
"cancelable": true,
|
|
3877
|
+
"composed": true,
|
|
3878
|
+
"docs": "Emitted when the input has focus.",
|
|
3879
|
+
"docsTags": []
|
|
3880
|
+
},
|
|
3881
|
+
{
|
|
3882
|
+
"event": "pdsInput",
|
|
3883
|
+
"detail": "InputInputEventDetail",
|
|
3884
|
+
"bubbles": true,
|
|
3885
|
+
"complexType": {
|
|
3886
|
+
"original": "InputInputEventDetail",
|
|
3887
|
+
"resolved": "InputInputEventDetail",
|
|
3888
|
+
"references": {
|
|
3889
|
+
"InputInputEventDetail": {
|
|
3890
|
+
"location": "import",
|
|
3891
|
+
"path": "./input-interface",
|
|
3892
|
+
"id": "src/components/pds-input/input-interface.ts::InputInputEventDetail"
|
|
3893
|
+
}
|
|
3894
|
+
}
|
|
3895
|
+
},
|
|
3896
|
+
"cancelable": true,
|
|
3897
|
+
"composed": true,
|
|
3898
|
+
"docs": "Emitted when a keyboard input occurs.",
|
|
3899
|
+
"docsTags": []
|
|
3900
|
+
}
|
|
3901
|
+
],
|
|
3902
|
+
"listeners": [],
|
|
3903
|
+
"styles": [],
|
|
3904
|
+
"slots": [],
|
|
3905
|
+
"parts": [],
|
|
3906
|
+
"dependents": [],
|
|
3907
|
+
"dependencies": [
|
|
3908
|
+
"pds-icon"
|
|
3909
|
+
],
|
|
3910
|
+
"dependencyGraph": {
|
|
3911
|
+
"pds-input": [
|
|
3912
|
+
"pds-icon"
|
|
3913
|
+
]
|
|
3914
|
+
}
|
|
3418
3915
|
},
|
|
3419
3916
|
{
|
|
3420
3917
|
"filePath": "src/components/pds-link/pds-link.tsx",
|
|
@@ -3425,11 +3922,11 @@
|
|
|
3425
3922
|
"docsTags": [
|
|
3426
3923
|
{
|
|
3427
3924
|
"name": "part",
|
|
3428
|
-
"text": "link -
|
|
3925
|
+
"text": "link - Link element styles."
|
|
3429
3926
|
},
|
|
3430
3927
|
{
|
|
3431
3928
|
"name": "slot",
|
|
3432
|
-
"text": "-
|
|
3929
|
+
"text": "(default) - Text content placed between the opening and closing tags. If no text is provided, the **href** will be used as a fallback."
|
|
3433
3930
|
}
|
|
3434
3931
|
],
|
|
3435
3932
|
"usage": {},
|
|
@@ -3466,7 +3963,7 @@
|
|
|
3466
3963
|
"mutable": false,
|
|
3467
3964
|
"attr": "external",
|
|
3468
3965
|
"reflectToAttr": false,
|
|
3469
|
-
"docs": "
|
|
3966
|
+
"docs": "Determines whether the link should open in a new tab.",
|
|
3470
3967
|
"docsTags": [
|
|
3471
3968
|
{
|
|
3472
3969
|
"name": "defaultValue",
|
|
@@ -3493,7 +3990,7 @@
|
|
|
3493
3990
|
"mutable": false,
|
|
3494
3991
|
"attr": "font-size",
|
|
3495
3992
|
"reflectToAttr": false,
|
|
3496
|
-
"docs": "
|
|
3993
|
+
"docs": "The font size of the link's text.",
|
|
3497
3994
|
"docsTags": [
|
|
3498
3995
|
{
|
|
3499
3996
|
"name": "defaultValue",
|
|
@@ -3529,7 +4026,7 @@
|
|
|
3529
4026
|
"mutable": false,
|
|
3530
4027
|
"attr": "href",
|
|
3531
4028
|
"reflectToAttr": false,
|
|
3532
|
-
"docs": "The URL
|
|
4029
|
+
"docs": "The hyperlink's destination URL. If no text is provided in the custom slot, the href will be used.",
|
|
3533
4030
|
"docsTags": [],
|
|
3534
4031
|
"values": [
|
|
3535
4032
|
{
|
|
@@ -3550,8 +4047,13 @@
|
|
|
3550
4047
|
"mutable": false,
|
|
3551
4048
|
"attr": "variant",
|
|
3552
4049
|
"reflectToAttr": false,
|
|
3553
|
-
"docs": "
|
|
3554
|
-
"docsTags": [
|
|
4050
|
+
"docs": "Sets the link variant styles.",
|
|
4051
|
+
"docsTags": [
|
|
4052
|
+
{
|
|
4053
|
+
"name": "defaultValue",
|
|
4054
|
+
"text": "inline"
|
|
4055
|
+
}
|
|
4056
|
+
],
|
|
3555
4057
|
"default": "'inline'",
|
|
3556
4058
|
"values": [
|
|
3557
4059
|
{
|
|
@@ -3573,14 +4075,14 @@
|
|
|
3573
4075
|
"styles": [],
|
|
3574
4076
|
"slots": [
|
|
3575
4077
|
{
|
|
3576
|
-
"name": "",
|
|
3577
|
-
"docs": "
|
|
4078
|
+
"name": "(default)",
|
|
4079
|
+
"docs": "Text content placed between the opening and closing tags. If no text is provided, the **href** will be used as a fallback."
|
|
3578
4080
|
}
|
|
3579
4081
|
],
|
|
3580
4082
|
"parts": [
|
|
3581
4083
|
{
|
|
3582
4084
|
"name": "link",
|
|
3583
|
-
"docs": "
|
|
4085
|
+
"docs": "Link element styles."
|
|
3584
4086
|
}
|
|
3585
4087
|
],
|
|
3586
4088
|
"dependents": [],
|
|
@@ -3712,46 +4214,25 @@
|
|
|
3712
4214
|
}
|
|
3713
4215
|
],
|
|
3714
4216
|
"parts": [],
|
|
3715
|
-
"dependents": [
|
|
4217
|
+
"dependents": [
|
|
4218
|
+
"pds-button"
|
|
4219
|
+
],
|
|
3716
4220
|
"dependencies": [],
|
|
3717
|
-
"dependencyGraph": {
|
|
4221
|
+
"dependencyGraph": {
|
|
4222
|
+
"pds-button": [
|
|
4223
|
+
"pds-loader"
|
|
4224
|
+
]
|
|
4225
|
+
}
|
|
3718
4226
|
},
|
|
3719
4227
|
{
|
|
3720
|
-
"filePath": "src/components/pds-
|
|
4228
|
+
"filePath": "src/components/pds-popover/pds-popover.tsx",
|
|
3721
4229
|
"encapsulation": "shadow",
|
|
3722
|
-
"tag": "pds-
|
|
3723
|
-
"readme": "# pds-
|
|
4230
|
+
"tag": "pds-popover",
|
|
4231
|
+
"readme": "# pds-popover\n\n\n",
|
|
3724
4232
|
"docs": "",
|
|
3725
4233
|
"docsTags": [],
|
|
3726
4234
|
"usage": {},
|
|
3727
4235
|
"props": [
|
|
3728
|
-
{
|
|
3729
|
-
"name": "animated",
|
|
3730
|
-
"type": "boolean",
|
|
3731
|
-
"complexType": {
|
|
3732
|
-
"original": "boolean",
|
|
3733
|
-
"resolved": "boolean",
|
|
3734
|
-
"references": {}
|
|
3735
|
-
},
|
|
3736
|
-
"mutable": false,
|
|
3737
|
-
"attr": "animated",
|
|
3738
|
-
"reflectToAttr": false,
|
|
3739
|
-
"docs": "Determines whether or not progress is animated.",
|
|
3740
|
-
"docsTags": [
|
|
3741
|
-
{
|
|
3742
|
-
"name": "defaultValue",
|
|
3743
|
-
"text": "false"
|
|
3744
|
-
}
|
|
3745
|
-
],
|
|
3746
|
-
"default": "false",
|
|
3747
|
-
"values": [
|
|
3748
|
-
{
|
|
3749
|
-
"type": "boolean"
|
|
3750
|
-
}
|
|
3751
|
-
],
|
|
3752
|
-
"optional": false,
|
|
3753
|
-
"required": false
|
|
3754
|
-
},
|
|
3755
4236
|
{
|
|
3756
4237
|
"name": "componentId",
|
|
3757
4238
|
"type": "string",
|
|
@@ -3763,7 +4244,7 @@
|
|
|
3763
4244
|
"mutable": false,
|
|
3764
4245
|
"attr": "component-id",
|
|
3765
4246
|
"reflectToAttr": false,
|
|
3766
|
-
"docs": "A unique identifier used for the underlying component `id` attribute
|
|
4247
|
+
"docs": "A unique identifier used for the underlying component `id` attribute.",
|
|
3767
4248
|
"docsTags": [],
|
|
3768
4249
|
"values": [
|
|
3769
4250
|
{
|
|
@@ -3771,104 +4252,192 @@
|
|
|
3771
4252
|
}
|
|
3772
4253
|
],
|
|
3773
4254
|
"optional": false,
|
|
3774
|
-
"required":
|
|
4255
|
+
"required": false
|
|
3775
4256
|
},
|
|
3776
4257
|
{
|
|
3777
|
-
"name": "
|
|
3778
|
-
"type": "
|
|
4258
|
+
"name": "maxWidth",
|
|
4259
|
+
"type": "number",
|
|
3779
4260
|
"complexType": {
|
|
3780
|
-
"original": "
|
|
3781
|
-
"resolved": "
|
|
4261
|
+
"original": "number",
|
|
4262
|
+
"resolved": "number",
|
|
3782
4263
|
"references": {}
|
|
3783
4264
|
},
|
|
3784
4265
|
"mutable": false,
|
|
3785
|
-
"attr": "
|
|
4266
|
+
"attr": "max-width",
|
|
3786
4267
|
"reflectToAttr": false,
|
|
3787
|
-
"docs": "Sets the
|
|
4268
|
+
"docs": "Sets the maximum width of the popover content",
|
|
3788
4269
|
"docsTags": [
|
|
3789
4270
|
{
|
|
3790
4271
|
"name": "defaultValue",
|
|
3791
|
-
"text": "
|
|
4272
|
+
"text": "352"
|
|
3792
4273
|
}
|
|
3793
4274
|
],
|
|
4275
|
+
"default": "352",
|
|
3794
4276
|
"values": [
|
|
3795
4277
|
{
|
|
3796
|
-
"type": "
|
|
4278
|
+
"type": "number"
|
|
3797
4279
|
}
|
|
3798
4280
|
],
|
|
3799
|
-
"optional":
|
|
4281
|
+
"optional": true,
|
|
3800
4282
|
"required": false
|
|
3801
4283
|
},
|
|
3802
4284
|
{
|
|
3803
|
-
"name": "
|
|
3804
|
-
"type": "
|
|
4285
|
+
"name": "placement",
|
|
4286
|
+
"type": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
3805
4287
|
"complexType": {
|
|
3806
|
-
"original": "
|
|
3807
|
-
"resolved": "
|
|
3808
|
-
"references": {
|
|
4288
|
+
"original": "PlacementType",
|
|
4289
|
+
"resolved": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
4290
|
+
"references": {
|
|
4291
|
+
"PlacementType": {
|
|
4292
|
+
"location": "import",
|
|
4293
|
+
"path": "@utils/types",
|
|
4294
|
+
"id": "src/utils/types.ts::PlacementType"
|
|
4295
|
+
}
|
|
4296
|
+
}
|
|
3809
4297
|
},
|
|
3810
4298
|
"mutable": false,
|
|
3811
|
-
"attr": "
|
|
3812
|
-
"reflectToAttr":
|
|
3813
|
-
"docs": "
|
|
3814
|
-
"docsTags": [
|
|
4299
|
+
"attr": "placement",
|
|
4300
|
+
"reflectToAttr": true,
|
|
4301
|
+
"docs": "Determines the preferred position of the popover",
|
|
4302
|
+
"docsTags": [
|
|
4303
|
+
{
|
|
4304
|
+
"name": "defaultValue",
|
|
4305
|
+
"text": "\"right\""
|
|
4306
|
+
}
|
|
4307
|
+
],
|
|
4308
|
+
"default": "'right'",
|
|
3815
4309
|
"values": [
|
|
3816
4310
|
{
|
|
4311
|
+
"value": "bottom",
|
|
4312
|
+
"type": "string"
|
|
4313
|
+
},
|
|
4314
|
+
{
|
|
4315
|
+
"value": "bottom-end",
|
|
4316
|
+
"type": "string"
|
|
4317
|
+
},
|
|
4318
|
+
{
|
|
4319
|
+
"value": "bottom-start",
|
|
4320
|
+
"type": "string"
|
|
4321
|
+
},
|
|
4322
|
+
{
|
|
4323
|
+
"value": "left",
|
|
4324
|
+
"type": "string"
|
|
4325
|
+
},
|
|
4326
|
+
{
|
|
4327
|
+
"value": "left-end",
|
|
4328
|
+
"type": "string"
|
|
4329
|
+
},
|
|
4330
|
+
{
|
|
4331
|
+
"value": "left-start",
|
|
4332
|
+
"type": "string"
|
|
4333
|
+
},
|
|
4334
|
+
{
|
|
4335
|
+
"value": "right",
|
|
4336
|
+
"type": "string"
|
|
4337
|
+
},
|
|
4338
|
+
{
|
|
4339
|
+
"value": "right-end",
|
|
4340
|
+
"type": "string"
|
|
4341
|
+
},
|
|
4342
|
+
{
|
|
4343
|
+
"value": "right-start",
|
|
4344
|
+
"type": "string"
|
|
4345
|
+
},
|
|
4346
|
+
{
|
|
4347
|
+
"value": "top",
|
|
4348
|
+
"type": "string"
|
|
4349
|
+
},
|
|
4350
|
+
{
|
|
4351
|
+
"value": "top-end",
|
|
4352
|
+
"type": "string"
|
|
4353
|
+
},
|
|
4354
|
+
{
|
|
4355
|
+
"value": "top-start",
|
|
3817
4356
|
"type": "string"
|
|
3818
4357
|
}
|
|
3819
4358
|
],
|
|
3820
4359
|
"optional": false,
|
|
3821
|
-
"required":
|
|
4360
|
+
"required": false
|
|
3822
4361
|
},
|
|
3823
4362
|
{
|
|
3824
|
-
"name": "
|
|
3825
|
-
"type": "
|
|
4363
|
+
"name": "popoverTargetAction",
|
|
4364
|
+
"type": "\"hide\" | \"show\" | \"toggle\"",
|
|
3826
4365
|
"complexType": {
|
|
3827
|
-
"original": "
|
|
3828
|
-
"resolved": "
|
|
4366
|
+
"original": "'show' | 'toggle' | 'hide'",
|
|
4367
|
+
"resolved": "\"hide\" | \"show\" | \"toggle\"",
|
|
3829
4368
|
"references": {}
|
|
3830
4369
|
},
|
|
3831
4370
|
"mutable": false,
|
|
3832
|
-
"attr": "
|
|
4371
|
+
"attr": "popover-target-action",
|
|
3833
4372
|
"reflectToAttr": false,
|
|
3834
|
-
"docs": "
|
|
4373
|
+
"docs": "Determines the action that triggers the popover. For manual popovers, the consumer is responsible for toggling this value.",
|
|
3835
4374
|
"docsTags": [
|
|
3836
4375
|
{
|
|
3837
4376
|
"name": "defaultValue",
|
|
3838
|
-
"text": "
|
|
4377
|
+
"text": "\"show\""
|
|
3839
4378
|
}
|
|
3840
4379
|
],
|
|
3841
|
-
"default": "
|
|
4380
|
+
"default": "'show'",
|
|
3842
4381
|
"values": [
|
|
3843
4382
|
{
|
|
3844
|
-
"
|
|
4383
|
+
"value": "hide",
|
|
4384
|
+
"type": "string"
|
|
4385
|
+
},
|
|
4386
|
+
{
|
|
4387
|
+
"value": "show",
|
|
4388
|
+
"type": "string"
|
|
4389
|
+
},
|
|
4390
|
+
{
|
|
4391
|
+
"value": "toggle",
|
|
4392
|
+
"type": "string"
|
|
3845
4393
|
}
|
|
3846
4394
|
],
|
|
3847
4395
|
"optional": false,
|
|
3848
4396
|
"required": false
|
|
3849
4397
|
},
|
|
3850
4398
|
{
|
|
3851
|
-
"name": "
|
|
3852
|
-
"type": "
|
|
4399
|
+
"name": "popoverType",
|
|
4400
|
+
"type": "\"auto\" | \"manual\"",
|
|
3853
4401
|
"complexType": {
|
|
3854
|
-
"original": "
|
|
3855
|
-
"resolved": "
|
|
4402
|
+
"original": "'auto' | 'manual'",
|
|
4403
|
+
"resolved": "\"auto\" | \"manual\"",
|
|
3856
4404
|
"references": {}
|
|
3857
4405
|
},
|
|
3858
4406
|
"mutable": false,
|
|
3859
|
-
"attr": "
|
|
4407
|
+
"attr": "popover-type",
|
|
3860
4408
|
"reflectToAttr": false,
|
|
3861
|
-
"docs": "Determines
|
|
3862
|
-
"docsTags": [
|
|
4409
|
+
"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.",
|
|
4410
|
+
"docsTags": [],
|
|
4411
|
+
"default": "'auto'",
|
|
4412
|
+
"values": [
|
|
3863
4413
|
{
|
|
3864
|
-
"
|
|
3865
|
-
"
|
|
4414
|
+
"value": "auto",
|
|
4415
|
+
"type": "string"
|
|
4416
|
+
},
|
|
4417
|
+
{
|
|
4418
|
+
"value": "manual",
|
|
4419
|
+
"type": "string"
|
|
3866
4420
|
}
|
|
3867
4421
|
],
|
|
3868
|
-
"
|
|
4422
|
+
"optional": false,
|
|
4423
|
+
"required": false
|
|
4424
|
+
},
|
|
4425
|
+
{
|
|
4426
|
+
"name": "text",
|
|
4427
|
+
"type": "string",
|
|
4428
|
+
"complexType": {
|
|
4429
|
+
"original": "string",
|
|
4430
|
+
"resolved": "string",
|
|
4431
|
+
"references": {}
|
|
4432
|
+
},
|
|
4433
|
+
"mutable": false,
|
|
4434
|
+
"attr": "text",
|
|
4435
|
+
"reflectToAttr": false,
|
|
4436
|
+
"docs": "Text that appears on the trigger element",
|
|
4437
|
+
"docsTags": [],
|
|
3869
4438
|
"values": [
|
|
3870
4439
|
{
|
|
3871
|
-
"type": "
|
|
4440
|
+
"type": "string"
|
|
3872
4441
|
}
|
|
3873
4442
|
],
|
|
3874
4443
|
"optional": false,
|
|
@@ -3877,7 +4446,19 @@
|
|
|
3877
4446
|
],
|
|
3878
4447
|
"methods": [],
|
|
3879
4448
|
"events": [],
|
|
3880
|
-
"listeners": [
|
|
4449
|
+
"listeners": [
|
|
4450
|
+
{
|
|
4451
|
+
"event": "click",
|
|
4452
|
+
"capture": true,
|
|
4453
|
+
"passive": false
|
|
4454
|
+
},
|
|
4455
|
+
{
|
|
4456
|
+
"event": "scroll",
|
|
4457
|
+
"target": "window",
|
|
4458
|
+
"capture": true,
|
|
4459
|
+
"passive": true
|
|
4460
|
+
}
|
|
4461
|
+
],
|
|
3881
4462
|
"styles": [],
|
|
3882
4463
|
"slots": [],
|
|
3883
4464
|
"parts": [],
|
|
@@ -3886,16 +4467,16 @@
|
|
|
3886
4467
|
"dependencyGraph": {}
|
|
3887
4468
|
},
|
|
3888
4469
|
{
|
|
3889
|
-
"filePath": "src/components/pds-
|
|
3890
|
-
"encapsulation": "
|
|
3891
|
-
"tag": "pds-
|
|
3892
|
-
"readme": "# pds-
|
|
4470
|
+
"filePath": "src/components/pds-progress/pds-progress.tsx",
|
|
4471
|
+
"encapsulation": "shadow",
|
|
4472
|
+
"tag": "pds-progress",
|
|
4473
|
+
"readme": "# pds-progress\n\n\n",
|
|
3893
4474
|
"docs": "",
|
|
3894
4475
|
"docsTags": [],
|
|
3895
4476
|
"usage": {},
|
|
3896
4477
|
"props": [
|
|
3897
4478
|
{
|
|
3898
|
-
"name": "
|
|
4479
|
+
"name": "animated",
|
|
3899
4480
|
"type": "boolean",
|
|
3900
4481
|
"complexType": {
|
|
3901
4482
|
"original": "boolean",
|
|
@@ -3903,9 +4484,9 @@
|
|
|
3903
4484
|
"references": {}
|
|
3904
4485
|
},
|
|
3905
4486
|
"mutable": false,
|
|
3906
|
-
"attr": "
|
|
4487
|
+
"attr": "animated",
|
|
3907
4488
|
"reflectToAttr": false,
|
|
3908
|
-
"docs": "Determines whether or not
|
|
4489
|
+
"docs": "Determines whether or not progress is animated.",
|
|
3909
4490
|
"docsTags": [
|
|
3910
4491
|
{
|
|
3911
4492
|
"name": "defaultValue",
|
|
@@ -3943,7 +4524,176 @@
|
|
|
3943
4524
|
"required": true
|
|
3944
4525
|
},
|
|
3945
4526
|
{
|
|
3946
|
-
"name": "
|
|
4527
|
+
"name": "fillColor",
|
|
4528
|
+
"type": "string",
|
|
4529
|
+
"complexType": {
|
|
4530
|
+
"original": "string",
|
|
4531
|
+
"resolved": "string",
|
|
4532
|
+
"references": {}
|
|
4533
|
+
},
|
|
4534
|
+
"mutable": false,
|
|
4535
|
+
"attr": "fill-color",
|
|
4536
|
+
"reflectToAttr": false,
|
|
4537
|
+
"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).",
|
|
4538
|
+
"docsTags": [
|
|
4539
|
+
{
|
|
4540
|
+
"name": "defaultValue",
|
|
4541
|
+
"text": "'var(--pine-color-blue-300)'"
|
|
4542
|
+
}
|
|
4543
|
+
],
|
|
4544
|
+
"values": [
|
|
4545
|
+
{
|
|
4546
|
+
"type": "string"
|
|
4547
|
+
}
|
|
4548
|
+
],
|
|
4549
|
+
"optional": false,
|
|
4550
|
+
"required": false
|
|
4551
|
+
},
|
|
4552
|
+
{
|
|
4553
|
+
"name": "label",
|
|
4554
|
+
"type": "string",
|
|
4555
|
+
"complexType": {
|
|
4556
|
+
"original": "string",
|
|
4557
|
+
"resolved": "string",
|
|
4558
|
+
"references": {}
|
|
4559
|
+
},
|
|
4560
|
+
"mutable": false,
|
|
4561
|
+
"attr": "label",
|
|
4562
|
+
"reflectToAttr": false,
|
|
4563
|
+
"docs": "String used for label text. Label is visually hidden but required for better accessibility.",
|
|
4564
|
+
"docsTags": [],
|
|
4565
|
+
"values": [
|
|
4566
|
+
{
|
|
4567
|
+
"type": "string"
|
|
4568
|
+
}
|
|
4569
|
+
],
|
|
4570
|
+
"optional": false,
|
|
4571
|
+
"required": true
|
|
4572
|
+
},
|
|
4573
|
+
{
|
|
4574
|
+
"name": "percent",
|
|
4575
|
+
"type": "number",
|
|
4576
|
+
"complexType": {
|
|
4577
|
+
"original": "number",
|
|
4578
|
+
"resolved": "number",
|
|
4579
|
+
"references": {}
|
|
4580
|
+
},
|
|
4581
|
+
"mutable": false,
|
|
4582
|
+
"attr": "percent",
|
|
4583
|
+
"reflectToAttr": false,
|
|
4584
|
+
"docs": "Sets the progress fill pecentage and visually displayed when `show-percentage=true`.",
|
|
4585
|
+
"docsTags": [
|
|
4586
|
+
{
|
|
4587
|
+
"name": "defaultValue",
|
|
4588
|
+
"text": "0"
|
|
4589
|
+
}
|
|
4590
|
+
],
|
|
4591
|
+
"default": "0",
|
|
4592
|
+
"values": [
|
|
4593
|
+
{
|
|
4594
|
+
"type": "number"
|
|
4595
|
+
}
|
|
4596
|
+
],
|
|
4597
|
+
"optional": false,
|
|
4598
|
+
"required": false
|
|
4599
|
+
},
|
|
4600
|
+
{
|
|
4601
|
+
"name": "showPercent",
|
|
4602
|
+
"type": "boolean",
|
|
4603
|
+
"complexType": {
|
|
4604
|
+
"original": "boolean",
|
|
4605
|
+
"resolved": "boolean",
|
|
4606
|
+
"references": {}
|
|
4607
|
+
},
|
|
4608
|
+
"mutable": false,
|
|
4609
|
+
"attr": "show-percent",
|
|
4610
|
+
"reflectToAttr": false,
|
|
4611
|
+
"docs": "Determines whether or not the percent value should be displayed as text.",
|
|
4612
|
+
"docsTags": [
|
|
4613
|
+
{
|
|
4614
|
+
"name": "defaultValue",
|
|
4615
|
+
"text": "false"
|
|
4616
|
+
}
|
|
4617
|
+
],
|
|
4618
|
+
"default": "false",
|
|
4619
|
+
"values": [
|
|
4620
|
+
{
|
|
4621
|
+
"type": "boolean"
|
|
4622
|
+
}
|
|
4623
|
+
],
|
|
4624
|
+
"optional": false,
|
|
4625
|
+
"required": false
|
|
4626
|
+
}
|
|
4627
|
+
],
|
|
4628
|
+
"methods": [],
|
|
4629
|
+
"events": [],
|
|
4630
|
+
"listeners": [],
|
|
4631
|
+
"styles": [],
|
|
4632
|
+
"slots": [],
|
|
4633
|
+
"parts": [],
|
|
4634
|
+
"dependents": [],
|
|
4635
|
+
"dependencies": [],
|
|
4636
|
+
"dependencyGraph": {}
|
|
4637
|
+
},
|
|
4638
|
+
{
|
|
4639
|
+
"filePath": "src/components/pds-radio/pds-radio.tsx",
|
|
4640
|
+
"encapsulation": "scoped",
|
|
4641
|
+
"tag": "pds-radio",
|
|
4642
|
+
"readme": "# pds-radio\n\n\n",
|
|
4643
|
+
"docs": "",
|
|
4644
|
+
"docsTags": [],
|
|
4645
|
+
"usage": {},
|
|
4646
|
+
"props": [
|
|
4647
|
+
{
|
|
4648
|
+
"name": "checked",
|
|
4649
|
+
"type": "boolean",
|
|
4650
|
+
"complexType": {
|
|
4651
|
+
"original": "boolean",
|
|
4652
|
+
"resolved": "boolean",
|
|
4653
|
+
"references": {}
|
|
4654
|
+
},
|
|
4655
|
+
"mutable": false,
|
|
4656
|
+
"attr": "checked",
|
|
4657
|
+
"reflectToAttr": false,
|
|
4658
|
+
"docs": "Determines whether or not the radio is checked.",
|
|
4659
|
+
"docsTags": [
|
|
4660
|
+
{
|
|
4661
|
+
"name": "defaultValue",
|
|
4662
|
+
"text": "false"
|
|
4663
|
+
}
|
|
4664
|
+
],
|
|
4665
|
+
"default": "false",
|
|
4666
|
+
"values": [
|
|
4667
|
+
{
|
|
4668
|
+
"type": "boolean"
|
|
4669
|
+
}
|
|
4670
|
+
],
|
|
4671
|
+
"optional": false,
|
|
4672
|
+
"required": false
|
|
4673
|
+
},
|
|
4674
|
+
{
|
|
4675
|
+
"name": "componentId",
|
|
4676
|
+
"type": "string",
|
|
4677
|
+
"complexType": {
|
|
4678
|
+
"original": "string",
|
|
4679
|
+
"resolved": "string",
|
|
4680
|
+
"references": {}
|
|
4681
|
+
},
|
|
4682
|
+
"mutable": false,
|
|
4683
|
+
"attr": "component-id",
|
|
4684
|
+
"reflectToAttr": false,
|
|
4685
|
+
"docs": "A unique identifier used for the underlying component `id` attribute and the label `for` attribute.",
|
|
4686
|
+
"docsTags": [],
|
|
4687
|
+
"values": [
|
|
4688
|
+
{
|
|
4689
|
+
"type": "string"
|
|
4690
|
+
}
|
|
4691
|
+
],
|
|
4692
|
+
"optional": false,
|
|
4693
|
+
"required": true
|
|
4694
|
+
},
|
|
4695
|
+
{
|
|
4696
|
+
"name": "disabled",
|
|
3947
4697
|
"type": "boolean",
|
|
3948
4698
|
"complexType": {
|
|
3949
4699
|
"original": "boolean",
|
|
@@ -3980,7 +4730,7 @@
|
|
|
3980
4730
|
"mutable": false,
|
|
3981
4731
|
"attr": "error-message",
|
|
3982
4732
|
"reflectToAttr": false,
|
|
3983
|
-
"docs": "Displays message text describing an invalid state.",
|
|
4733
|
+
"docs": "Displays error message text describing an invalid state.",
|
|
3984
4734
|
"docsTags": [],
|
|
3985
4735
|
"values": [
|
|
3986
4736
|
{
|
|
@@ -4001,7 +4751,7 @@
|
|
|
4001
4751
|
"mutable": false,
|
|
4002
4752
|
"attr": "helper-message",
|
|
4003
4753
|
"reflectToAttr": false,
|
|
4004
|
-
"docs": "
|
|
4754
|
+
"docs": "Displays helper message text below radio.",
|
|
4005
4755
|
"docsTags": [],
|
|
4006
4756
|
"values": [
|
|
4007
4757
|
{
|
|
@@ -4151,8 +4901,14 @@
|
|
|
4151
4901
|
"slots": [],
|
|
4152
4902
|
"parts": [],
|
|
4153
4903
|
"dependents": [],
|
|
4154
|
-
"dependencies": [
|
|
4155
|
-
|
|
4904
|
+
"dependencies": [
|
|
4905
|
+
"pds-icon"
|
|
4906
|
+
],
|
|
4907
|
+
"dependencyGraph": {
|
|
4908
|
+
"pds-radio": [
|
|
4909
|
+
"pds-icon"
|
|
4910
|
+
]
|
|
4911
|
+
}
|
|
4156
4912
|
},
|
|
4157
4913
|
{
|
|
4158
4914
|
"filePath": "src/components/pds-row/pds-row.tsx",
|
|
@@ -4403,36 +5159,30 @@
|
|
|
4403
5159
|
"dependencyGraph": {}
|
|
4404
5160
|
},
|
|
4405
5161
|
{
|
|
4406
|
-
"filePath": "src/components/pds-
|
|
4407
|
-
"encapsulation": "
|
|
4408
|
-
"tag": "pds-
|
|
4409
|
-
"readme": "# pds-
|
|
5162
|
+
"filePath": "src/components/pds-select/pds-select.tsx",
|
|
5163
|
+
"encapsulation": "shadow",
|
|
5164
|
+
"tag": "pds-select",
|
|
5165
|
+
"readme": "# pds-select\n\n\n",
|
|
4410
5166
|
"docs": "",
|
|
4411
5167
|
"docsTags": [],
|
|
4412
5168
|
"usage": {},
|
|
4413
5169
|
"props": [
|
|
4414
5170
|
{
|
|
4415
|
-
"name": "
|
|
4416
|
-
"type": "
|
|
5171
|
+
"name": "autocomplete",
|
|
5172
|
+
"type": "string",
|
|
4417
5173
|
"complexType": {
|
|
4418
|
-
"original": "
|
|
4419
|
-
"resolved": "
|
|
5174
|
+
"original": "string",
|
|
5175
|
+
"resolved": "string",
|
|
4420
5176
|
"references": {}
|
|
4421
5177
|
},
|
|
4422
5178
|
"mutable": false,
|
|
4423
|
-
"attr": "
|
|
4424
|
-
"reflectToAttr":
|
|
4425
|
-
"docs": "
|
|
4426
|
-
"docsTags": [
|
|
4427
|
-
{
|
|
4428
|
-
"name": "defaultValue",
|
|
4429
|
-
"text": "false"
|
|
4430
|
-
}
|
|
4431
|
-
],
|
|
4432
|
-
"default": "false",
|
|
5179
|
+
"attr": "autocomplete",
|
|
5180
|
+
"reflectToAttr": false,
|
|
5181
|
+
"docs": "Specifies if and how the browser provides `autocomplete` assistance for the field.",
|
|
5182
|
+
"docsTags": [],
|
|
4433
5183
|
"values": [
|
|
4434
5184
|
{
|
|
4435
|
-
"type": "
|
|
5185
|
+
"type": "string"
|
|
4436
5186
|
}
|
|
4437
5187
|
],
|
|
4438
5188
|
"optional": false,
|
|
@@ -4449,7 +5199,7 @@
|
|
|
4449
5199
|
"mutable": false,
|
|
4450
5200
|
"attr": "component-id",
|
|
4451
5201
|
"reflectToAttr": false,
|
|
4452
|
-
"docs": "A unique identifier used for the
|
|
5202
|
+
"docs": "A unique identifier used for the underlying component `id` attribute.",
|
|
4453
5203
|
"docsTags": [],
|
|
4454
5204
|
"values": [
|
|
4455
5205
|
{
|
|
@@ -4460,7 +5210,7 @@
|
|
|
4460
5210
|
"required": true
|
|
4461
5211
|
},
|
|
4462
5212
|
{
|
|
4463
|
-
"name": "
|
|
5213
|
+
"name": "disabled",
|
|
4464
5214
|
"type": "boolean",
|
|
4465
5215
|
"complexType": {
|
|
4466
5216
|
"original": "boolean",
|
|
@@ -4468,10 +5218,15 @@
|
|
|
4468
5218
|
"references": {}
|
|
4469
5219
|
},
|
|
4470
5220
|
"mutable": false,
|
|
4471
|
-
"attr": "
|
|
4472
|
-
"reflectToAttr":
|
|
4473
|
-
"docs": "
|
|
4474
|
-
"docsTags": [
|
|
5221
|
+
"attr": "disabled",
|
|
5222
|
+
"reflectToAttr": false,
|
|
5223
|
+
"docs": "Indicates whether or not the select field is disabled.",
|
|
5224
|
+
"docsTags": [
|
|
5225
|
+
{
|
|
5226
|
+
"name": "defaultValue",
|
|
5227
|
+
"text": "false"
|
|
5228
|
+
}
|
|
5229
|
+
],
|
|
4475
5230
|
"default": "false",
|
|
4476
5231
|
"values": [
|
|
4477
5232
|
{
|
|
@@ -4482,74 +5237,70 @@
|
|
|
4482
5237
|
"required": false
|
|
4483
5238
|
},
|
|
4484
5239
|
{
|
|
4485
|
-
"name": "
|
|
4486
|
-
"type": "
|
|
5240
|
+
"name": "errorMessage",
|
|
5241
|
+
"type": "string",
|
|
4487
5242
|
"complexType": {
|
|
4488
|
-
"original": "
|
|
4489
|
-
"resolved": "
|
|
5243
|
+
"original": "string",
|
|
5244
|
+
"resolved": "string",
|
|
4490
5245
|
"references": {}
|
|
4491
5246
|
},
|
|
4492
5247
|
"mutable": false,
|
|
4493
|
-
"attr": "
|
|
5248
|
+
"attr": "error-message",
|
|
4494
5249
|
"reflectToAttr": false,
|
|
4495
|
-
"docs": "
|
|
5250
|
+
"docs": "Displays error message text describing an invalid state.",
|
|
4496
5251
|
"docsTags": [],
|
|
4497
|
-
"default": "'row'",
|
|
4498
5252
|
"values": [
|
|
4499
5253
|
{
|
|
4500
|
-
"value": "handle",
|
|
4501
|
-
"type": "string"
|
|
4502
|
-
},
|
|
4503
|
-
{
|
|
4504
|
-
"value": "row",
|
|
4505
5254
|
"type": "string"
|
|
4506
5255
|
}
|
|
4507
5256
|
],
|
|
4508
5257
|
"optional": false,
|
|
4509
5258
|
"required": false
|
|
4510
|
-
}
|
|
4511
|
-
],
|
|
4512
|
-
"methods": [],
|
|
4513
|
-
"events": [
|
|
5259
|
+
},
|
|
4514
5260
|
{
|
|
4515
|
-
"
|
|
4516
|
-
"
|
|
4517
|
-
"bubbles": true,
|
|
5261
|
+
"name": "helperMessage",
|
|
5262
|
+
"type": "string",
|
|
4518
5263
|
"complexType": {
|
|
4519
|
-
"original": "
|
|
4520
|
-
"resolved": "
|
|
5264
|
+
"original": "string",
|
|
5265
|
+
"resolved": "string",
|
|
4521
5266
|
"references": {}
|
|
4522
5267
|
},
|
|
4523
|
-
"
|
|
4524
|
-
"
|
|
4525
|
-
"
|
|
4526
|
-
"
|
|
4527
|
-
|
|
4528
|
-
|
|
4529
|
-
|
|
4530
|
-
|
|
4531
|
-
|
|
4532
|
-
|
|
4533
|
-
|
|
4534
|
-
|
|
4535
|
-
|
|
4536
|
-
},
|
|
4537
|
-
{
|
|
4538
|
-
"filePath": "src/components/pds-sortable/pds-sortable-item/pds-sortable-item.tsx",
|
|
4539
|
-
"encapsulation": "scoped",
|
|
4540
|
-
"tag": "pds-sortable-item",
|
|
4541
|
-
"readme": "# pds-sortable-item\n\n\n",
|
|
4542
|
-
"docs": "",
|
|
4543
|
-
"docsTags": [
|
|
5268
|
+
"mutable": false,
|
|
5269
|
+
"attr": "helper-message",
|
|
5270
|
+
"reflectToAttr": false,
|
|
5271
|
+
"docs": "Displays helper message text below select.",
|
|
5272
|
+
"docsTags": [],
|
|
5273
|
+
"values": [
|
|
5274
|
+
{
|
|
5275
|
+
"type": "string"
|
|
5276
|
+
}
|
|
5277
|
+
],
|
|
5278
|
+
"optional": false,
|
|
5279
|
+
"required": false
|
|
5280
|
+
},
|
|
4544
5281
|
{
|
|
4545
|
-
"name": "
|
|
4546
|
-
"
|
|
4547
|
-
|
|
4548
|
-
|
|
4549
|
-
|
|
4550
|
-
|
|
5282
|
+
"name": "invalid",
|
|
5283
|
+
"type": "boolean",
|
|
5284
|
+
"complexType": {
|
|
5285
|
+
"original": "boolean",
|
|
5286
|
+
"resolved": "boolean",
|
|
5287
|
+
"references": {}
|
|
5288
|
+
},
|
|
5289
|
+
"mutable": false,
|
|
5290
|
+
"attr": "invalid",
|
|
5291
|
+
"reflectToAttr": false,
|
|
5292
|
+
"docs": "Determines whether or not the select is invalid.",
|
|
5293
|
+
"docsTags": [],
|
|
5294
|
+
"values": [
|
|
5295
|
+
{
|
|
5296
|
+
"type": "boolean"
|
|
5297
|
+
}
|
|
5298
|
+
],
|
|
5299
|
+
"optional": true,
|
|
5300
|
+
"required": false
|
|
5301
|
+
},
|
|
4551
5302
|
{
|
|
4552
|
-
"name": "
|
|
5303
|
+
"name": "label",
|
|
4553
5304
|
"type": "string",
|
|
4554
5305
|
"complexType": {
|
|
4555
5306
|
"original": "string",
|
|
@@ -4557,20 +5308,20 @@
|
|
|
4557
5308
|
"references": {}
|
|
4558
5309
|
},
|
|
4559
5310
|
"mutable": false,
|
|
4560
|
-
"attr": "
|
|
5311
|
+
"attr": "label",
|
|
4561
5312
|
"reflectToAttr": false,
|
|
4562
|
-
"docs": "
|
|
5313
|
+
"docs": "Text to be displayed as the select label.",
|
|
4563
5314
|
"docsTags": [],
|
|
4564
5315
|
"values": [
|
|
4565
5316
|
{
|
|
4566
5317
|
"type": "string"
|
|
4567
5318
|
}
|
|
4568
5319
|
],
|
|
4569
|
-
"optional":
|
|
5320
|
+
"optional": true,
|
|
4570
5321
|
"required": false
|
|
4571
5322
|
},
|
|
4572
5323
|
{
|
|
4573
|
-
"name": "
|
|
5324
|
+
"name": "multiple",
|
|
4574
5325
|
"type": "boolean",
|
|
4575
5326
|
"complexType": {
|
|
4576
5327
|
"original": "boolean",
|
|
@@ -4578,9 +5329,9 @@
|
|
|
4578
5329
|
"references": {}
|
|
4579
5330
|
},
|
|
4580
5331
|
"mutable": false,
|
|
4581
|
-
"attr": "
|
|
5332
|
+
"attr": "multiple",
|
|
4582
5333
|
"reflectToAttr": false,
|
|
4583
|
-
"docs": "
|
|
5334
|
+
"docs": "Indicates whether multiple options can be selected.",
|
|
4584
5335
|
"docsTags": [
|
|
4585
5336
|
{
|
|
4586
5337
|
"name": "defaultValue",
|
|
@@ -4597,17 +5348,38 @@
|
|
|
4597
5348
|
"required": false
|
|
4598
5349
|
},
|
|
4599
5350
|
{
|
|
4600
|
-
"name": "
|
|
5351
|
+
"name": "name",
|
|
5352
|
+
"type": "string",
|
|
5353
|
+
"complexType": {
|
|
5354
|
+
"original": "string",
|
|
5355
|
+
"resolved": "string",
|
|
5356
|
+
"references": {}
|
|
5357
|
+
},
|
|
5358
|
+
"mutable": false,
|
|
5359
|
+
"attr": "name",
|
|
5360
|
+
"reflectToAttr": false,
|
|
5361
|
+
"docs": "Specifies the name. Submitted with the form name/value pair.",
|
|
5362
|
+
"docsTags": [],
|
|
5363
|
+
"values": [
|
|
5364
|
+
{
|
|
5365
|
+
"type": "string"
|
|
5366
|
+
}
|
|
5367
|
+
],
|
|
5368
|
+
"optional": false,
|
|
5369
|
+
"required": true
|
|
5370
|
+
},
|
|
5371
|
+
{
|
|
5372
|
+
"name": "required",
|
|
4601
5373
|
"type": "boolean",
|
|
4602
5374
|
"complexType": {
|
|
4603
5375
|
"original": "boolean",
|
|
4604
5376
|
"resolved": "boolean",
|
|
4605
5377
|
"references": {}
|
|
4606
5378
|
},
|
|
4607
|
-
"mutable":
|
|
4608
|
-
"attr": "
|
|
5379
|
+
"mutable": false,
|
|
5380
|
+
"attr": "required",
|
|
4609
5381
|
"reflectToAttr": false,
|
|
4610
|
-
"docs": "
|
|
5382
|
+
"docs": "Indicates whether or not the select field is required.",
|
|
4611
5383
|
"docsTags": [
|
|
4612
5384
|
{
|
|
4613
5385
|
"name": "defaultValue",
|
|
@@ -4622,40 +5394,79 @@
|
|
|
4622
5394
|
],
|
|
4623
5395
|
"optional": false,
|
|
4624
5396
|
"required": false
|
|
5397
|
+
},
|
|
5398
|
+
{
|
|
5399
|
+
"name": "value",
|
|
5400
|
+
"type": "string | string[]",
|
|
5401
|
+
"complexType": {
|
|
5402
|
+
"original": "string | string[]",
|
|
5403
|
+
"resolved": "string | string[]",
|
|
5404
|
+
"references": {}
|
|
5405
|
+
},
|
|
5406
|
+
"mutable": true,
|
|
5407
|
+
"attr": "value",
|
|
5408
|
+
"reflectToAttr": false,
|
|
5409
|
+
"docs": "The value(s) of the selected option(s).",
|
|
5410
|
+
"docsTags": [],
|
|
5411
|
+
"values": [
|
|
5412
|
+
{
|
|
5413
|
+
"type": "string"
|
|
5414
|
+
},
|
|
5415
|
+
{
|
|
5416
|
+
"type": "string[]"
|
|
5417
|
+
}
|
|
5418
|
+
],
|
|
5419
|
+
"optional": true,
|
|
5420
|
+
"required": false
|
|
4625
5421
|
}
|
|
4626
5422
|
],
|
|
4627
5423
|
"methods": [],
|
|
4628
|
-
"events": [
|
|
4629
|
-
"listeners": [],
|
|
4630
|
-
"styles": [],
|
|
4631
|
-
"slots": [
|
|
5424
|
+
"events": [
|
|
4632
5425
|
{
|
|
4633
|
-
"
|
|
4634
|
-
"
|
|
5426
|
+
"event": "pdsSelectChange",
|
|
5427
|
+
"detail": "InputEvent",
|
|
5428
|
+
"bubbles": true,
|
|
5429
|
+
"complexType": {
|
|
5430
|
+
"original": "InputEvent",
|
|
5431
|
+
"resolved": "InputEvent",
|
|
5432
|
+
"references": {
|
|
5433
|
+
"InputEvent": {
|
|
5434
|
+
"location": "global",
|
|
5435
|
+
"id": "global::InputEvent"
|
|
5436
|
+
}
|
|
5437
|
+
}
|
|
5438
|
+
},
|
|
5439
|
+
"cancelable": true,
|
|
5440
|
+
"composed": true,
|
|
5441
|
+
"docs": "Emitted when a keyboard input occurs.",
|
|
5442
|
+
"docsTags": []
|
|
4635
5443
|
}
|
|
4636
5444
|
],
|
|
5445
|
+
"listeners": [],
|
|
5446
|
+
"styles": [],
|
|
5447
|
+
"slots": [],
|
|
4637
5448
|
"parts": [],
|
|
4638
5449
|
"dependents": [],
|
|
4639
5450
|
"dependencies": [
|
|
4640
5451
|
"pds-icon"
|
|
4641
5452
|
],
|
|
4642
5453
|
"dependencyGraph": {
|
|
4643
|
-
"pds-
|
|
5454
|
+
"pds-select": [
|
|
4644
5455
|
"pds-icon"
|
|
4645
5456
|
]
|
|
4646
5457
|
}
|
|
4647
5458
|
},
|
|
4648
5459
|
{
|
|
4649
|
-
"filePath": "src/components/pds-
|
|
4650
|
-
"encapsulation": "
|
|
4651
|
-
"tag": "pds-
|
|
4652
|
-
"readme": "# pds-
|
|
5460
|
+
"filePath": "src/components/pds-sortable/pds-sortable.tsx",
|
|
5461
|
+
"encapsulation": "scoped",
|
|
5462
|
+
"tag": "pds-sortable",
|
|
5463
|
+
"readme": "# pds-sortable\n\n\n",
|
|
4653
5464
|
"docs": "",
|
|
4654
5465
|
"docsTags": [],
|
|
4655
5466
|
"usage": {},
|
|
4656
5467
|
"props": [
|
|
4657
5468
|
{
|
|
4658
|
-
"name": "
|
|
5469
|
+
"name": "border",
|
|
4659
5470
|
"type": "boolean",
|
|
4660
5471
|
"complexType": {
|
|
4661
5472
|
"original": "boolean",
|
|
@@ -4663,10 +5474,15 @@
|
|
|
4663
5474
|
"references": {}
|
|
4664
5475
|
},
|
|
4665
5476
|
"mutable": false,
|
|
4666
|
-
"attr": "
|
|
4667
|
-
"reflectToAttr":
|
|
4668
|
-
"docs": "Determines
|
|
4669
|
-
"docsTags": [
|
|
5477
|
+
"attr": "border",
|
|
5478
|
+
"reflectToAttr": true,
|
|
5479
|
+
"docs": "Determines whether `sortable` should have a border.",
|
|
5480
|
+
"docsTags": [
|
|
5481
|
+
{
|
|
5482
|
+
"name": "defaultValue",
|
|
5483
|
+
"text": "false"
|
|
5484
|
+
}
|
|
5485
|
+
],
|
|
4670
5486
|
"default": "false",
|
|
4671
5487
|
"values": [
|
|
4672
5488
|
{
|
|
@@ -4687,7 +5503,7 @@
|
|
|
4687
5503
|
"mutable": false,
|
|
4688
5504
|
"attr": "component-id",
|
|
4689
5505
|
"reflectToAttr": false,
|
|
4690
|
-
"docs": "A unique identifier used for the
|
|
5506
|
+
"docs": "A unique identifier used for the sortable container `id` attribute.",
|
|
4691
5507
|
"docsTags": [],
|
|
4692
5508
|
"values": [
|
|
4693
5509
|
{
|
|
@@ -4698,7 +5514,7 @@
|
|
|
4698
5514
|
"required": true
|
|
4699
5515
|
},
|
|
4700
5516
|
{
|
|
4701
|
-
"name": "
|
|
5517
|
+
"name": "dividers",
|
|
4702
5518
|
"type": "boolean",
|
|
4703
5519
|
"complexType": {
|
|
4704
5520
|
"original": "boolean",
|
|
@@ -4706,9 +5522,9 @@
|
|
|
4706
5522
|
"references": {}
|
|
4707
5523
|
},
|
|
4708
5524
|
"mutable": false,
|
|
4709
|
-
"attr": "
|
|
4710
|
-
"reflectToAttr":
|
|
4711
|
-
"docs": "
|
|
5525
|
+
"attr": "dividers",
|
|
5526
|
+
"reflectToAttr": true,
|
|
5527
|
+
"docs": "Deternines whether `sortable` items should be divided with border.",
|
|
4712
5528
|
"docsTags": [],
|
|
4713
5529
|
"default": "false",
|
|
4714
5530
|
"values": [
|
|
@@ -4716,32 +5532,78 @@
|
|
|
4716
5532
|
"type": "boolean"
|
|
4717
5533
|
}
|
|
4718
5534
|
],
|
|
4719
|
-
"optional":
|
|
5535
|
+
"optional": false,
|
|
4720
5536
|
"required": false
|
|
4721
5537
|
},
|
|
4722
5538
|
{
|
|
4723
|
-
"name": "
|
|
4724
|
-
"type": "
|
|
5539
|
+
"name": "handleType",
|
|
5540
|
+
"type": "\"handle\" | \"row\"",
|
|
4725
5541
|
"complexType": {
|
|
4726
|
-
"original": "
|
|
4727
|
-
"resolved": "
|
|
5542
|
+
"original": "'handle' | 'row'",
|
|
5543
|
+
"resolved": "\"handle\" | \"row\"",
|
|
4728
5544
|
"references": {}
|
|
4729
5545
|
},
|
|
4730
5546
|
"mutable": false,
|
|
4731
|
-
"attr": "
|
|
5547
|
+
"attr": "handle-type",
|
|
4732
5548
|
"reflectToAttr": false,
|
|
4733
|
-
"docs": "
|
|
5549
|
+
"docs": "Determines the grabbable area for the `pds-sortable-item`.",
|
|
4734
5550
|
"docsTags": [],
|
|
5551
|
+
"default": "'row'",
|
|
4735
5552
|
"values": [
|
|
4736
5553
|
{
|
|
5554
|
+
"value": "handle",
|
|
5555
|
+
"type": "string"
|
|
5556
|
+
},
|
|
5557
|
+
{
|
|
5558
|
+
"value": "row",
|
|
4737
5559
|
"type": "string"
|
|
4738
5560
|
}
|
|
4739
5561
|
],
|
|
4740
|
-
"optional":
|
|
5562
|
+
"optional": false,
|
|
4741
5563
|
"required": false
|
|
4742
|
-
}
|
|
5564
|
+
}
|
|
5565
|
+
],
|
|
5566
|
+
"methods": [],
|
|
5567
|
+
"events": [
|
|
4743
5568
|
{
|
|
4744
|
-
"
|
|
5569
|
+
"event": "pdsSortableItemMoved",
|
|
5570
|
+
"detail": "any",
|
|
5571
|
+
"bubbles": true,
|
|
5572
|
+
"complexType": {
|
|
5573
|
+
"original": "any",
|
|
5574
|
+
"resolved": "any",
|
|
5575
|
+
"references": {}
|
|
5576
|
+
},
|
|
5577
|
+
"cancelable": true,
|
|
5578
|
+
"composed": true,
|
|
5579
|
+
"docs": "Event emitted when a sortable item is moved.",
|
|
5580
|
+
"docsTags": []
|
|
5581
|
+
}
|
|
5582
|
+
],
|
|
5583
|
+
"listeners": [],
|
|
5584
|
+
"styles": [],
|
|
5585
|
+
"slots": [],
|
|
5586
|
+
"parts": [],
|
|
5587
|
+
"dependents": [],
|
|
5588
|
+
"dependencies": [],
|
|
5589
|
+
"dependencyGraph": {}
|
|
5590
|
+
},
|
|
5591
|
+
{
|
|
5592
|
+
"filePath": "src/components/pds-sortable/pds-sortable-item/pds-sortable-item.tsx",
|
|
5593
|
+
"encapsulation": "scoped",
|
|
5594
|
+
"tag": "pds-sortable-item",
|
|
5595
|
+
"readme": "# pds-sortable-item\n\n\n",
|
|
5596
|
+
"docs": "",
|
|
5597
|
+
"docsTags": [
|
|
5598
|
+
{
|
|
5599
|
+
"name": "slot",
|
|
5600
|
+
"text": "sortable-item-actions - Content is placed within the `pds-sortable-item__actions` element as children. This slot is only rendered if `actions` is set to `true`."
|
|
5601
|
+
}
|
|
5602
|
+
],
|
|
5603
|
+
"usage": {},
|
|
5604
|
+
"props": [
|
|
5605
|
+
{
|
|
5606
|
+
"name": "componentId",
|
|
4745
5607
|
"type": "string",
|
|
4746
5608
|
"complexType": {
|
|
4747
5609
|
"original": "string",
|
|
@@ -4749,9 +5611,9 @@
|
|
|
4749
5611
|
"references": {}
|
|
4750
5612
|
},
|
|
4751
5613
|
"mutable": false,
|
|
4752
|
-
"attr": "
|
|
5614
|
+
"attr": "component-id",
|
|
4753
5615
|
"reflectToAttr": false,
|
|
4754
|
-
"docs": "
|
|
5616
|
+
"docs": "A unique identifier used for the sortable item `id` attribute.",
|
|
4755
5617
|
"docsTags": [],
|
|
4756
5618
|
"values": [
|
|
4757
5619
|
{
|
|
@@ -4762,7 +5624,7 @@
|
|
|
4762
5624
|
"required": false
|
|
4763
5625
|
},
|
|
4764
5626
|
{
|
|
4765
|
-
"name": "
|
|
5627
|
+
"name": "enableActions",
|
|
4766
5628
|
"type": "boolean",
|
|
4767
5629
|
"complexType": {
|
|
4768
5630
|
"original": "boolean",
|
|
@@ -4770,31 +5632,116 @@
|
|
|
4770
5632
|
"references": {}
|
|
4771
5633
|
},
|
|
4772
5634
|
"mutable": false,
|
|
4773
|
-
"attr": "
|
|
5635
|
+
"attr": "enable-actions",
|
|
4774
5636
|
"reflectToAttr": false,
|
|
4775
|
-
"docs": "Determines
|
|
4776
|
-
"docsTags": [
|
|
5637
|
+
"docs": "Determines whether `sortable-item-actions` slot should be enabled.",
|
|
5638
|
+
"docsTags": [
|
|
5639
|
+
{
|
|
5640
|
+
"name": "defaultValue",
|
|
5641
|
+
"text": "false"
|
|
5642
|
+
}
|
|
5643
|
+
],
|
|
4777
5644
|
"default": "false",
|
|
4778
5645
|
"values": [
|
|
4779
5646
|
{
|
|
4780
5647
|
"type": "boolean"
|
|
4781
5648
|
}
|
|
4782
5649
|
],
|
|
4783
|
-
"optional":
|
|
5650
|
+
"optional": false,
|
|
4784
5651
|
"required": false
|
|
4785
5652
|
},
|
|
4786
5653
|
{
|
|
4787
|
-
"name": "
|
|
4788
|
-
"type": "
|
|
5654
|
+
"name": "showHandle",
|
|
5655
|
+
"type": "boolean",
|
|
4789
5656
|
"complexType": {
|
|
4790
|
-
"original": "
|
|
5657
|
+
"original": "boolean",
|
|
5658
|
+
"resolved": "boolean",
|
|
5659
|
+
"references": {}
|
|
5660
|
+
},
|
|
5661
|
+
"mutable": true,
|
|
5662
|
+
"attr": "show-handle",
|
|
5663
|
+
"reflectToAttr": false,
|
|
5664
|
+
"docs": "Determines whether `sortable-item` should have a handle.",
|
|
5665
|
+
"docsTags": [
|
|
5666
|
+
{
|
|
5667
|
+
"name": "defaultValue",
|
|
5668
|
+
"text": "false"
|
|
5669
|
+
}
|
|
5670
|
+
],
|
|
5671
|
+
"default": "false",
|
|
5672
|
+
"values": [
|
|
5673
|
+
{
|
|
5674
|
+
"type": "boolean"
|
|
5675
|
+
}
|
|
5676
|
+
],
|
|
5677
|
+
"optional": false,
|
|
5678
|
+
"required": false
|
|
5679
|
+
}
|
|
5680
|
+
],
|
|
5681
|
+
"methods": [],
|
|
5682
|
+
"events": [],
|
|
5683
|
+
"listeners": [],
|
|
5684
|
+
"styles": [],
|
|
5685
|
+
"slots": [
|
|
5686
|
+
{
|
|
5687
|
+
"name": "sortable-item-actions",
|
|
5688
|
+
"docs": "Content is placed within the `pds-sortable-item__actions` element as children. This slot is only rendered if `actions` is set to `true`."
|
|
5689
|
+
}
|
|
5690
|
+
],
|
|
5691
|
+
"parts": [],
|
|
5692
|
+
"dependents": [],
|
|
5693
|
+
"dependencies": [
|
|
5694
|
+
"pds-icon"
|
|
5695
|
+
],
|
|
5696
|
+
"dependencyGraph": {
|
|
5697
|
+
"pds-sortable-item": [
|
|
5698
|
+
"pds-icon"
|
|
5699
|
+
]
|
|
5700
|
+
}
|
|
5701
|
+
},
|
|
5702
|
+
{
|
|
5703
|
+
"filePath": "src/components/pds-switch/pds-switch.tsx",
|
|
5704
|
+
"encapsulation": "shadow",
|
|
5705
|
+
"tag": "pds-switch",
|
|
5706
|
+
"readme": "# pds-switch\n\n\n",
|
|
5707
|
+
"docs": "",
|
|
5708
|
+
"docsTags": [],
|
|
5709
|
+
"usage": {},
|
|
5710
|
+
"props": [
|
|
5711
|
+
{
|
|
5712
|
+
"name": "checked",
|
|
5713
|
+
"type": "boolean",
|
|
5714
|
+
"complexType": {
|
|
5715
|
+
"original": "boolean",
|
|
5716
|
+
"resolved": "boolean",
|
|
5717
|
+
"references": {}
|
|
5718
|
+
},
|
|
5719
|
+
"mutable": true,
|
|
5720
|
+
"attr": "checked",
|
|
5721
|
+
"reflectToAttr": false,
|
|
5722
|
+
"docs": "Determines the input 'checked' state.",
|
|
5723
|
+
"docsTags": [],
|
|
5724
|
+
"default": "false",
|
|
5725
|
+
"values": [
|
|
5726
|
+
{
|
|
5727
|
+
"type": "boolean"
|
|
5728
|
+
}
|
|
5729
|
+
],
|
|
5730
|
+
"optional": false,
|
|
5731
|
+
"required": false
|
|
5732
|
+
},
|
|
5733
|
+
{
|
|
5734
|
+
"name": "componentId",
|
|
5735
|
+
"type": "string",
|
|
5736
|
+
"complexType": {
|
|
5737
|
+
"original": "string",
|
|
4791
5738
|
"resolved": "string",
|
|
4792
5739
|
"references": {}
|
|
4793
5740
|
},
|
|
4794
5741
|
"mutable": false,
|
|
4795
|
-
"attr": "
|
|
5742
|
+
"attr": "component-id",
|
|
4796
5743
|
"reflectToAttr": false,
|
|
4797
|
-
"docs": "
|
|
5744
|
+
"docs": "A unique identifier used for the underlying component `id` attribute and the label `for` attribute.",
|
|
4798
5745
|
"docsTags": [],
|
|
4799
5746
|
"values": [
|
|
4800
5747
|
{
|
|
@@ -4805,7 +5752,29 @@
|
|
|
4805
5752
|
"required": true
|
|
4806
5753
|
},
|
|
4807
5754
|
{
|
|
4808
|
-
"name": "
|
|
5755
|
+
"name": "disabled",
|
|
5756
|
+
"type": "boolean",
|
|
5757
|
+
"complexType": {
|
|
5758
|
+
"original": "boolean",
|
|
5759
|
+
"resolved": "boolean",
|
|
5760
|
+
"references": {}
|
|
5761
|
+
},
|
|
5762
|
+
"mutable": false,
|
|
5763
|
+
"attr": "disabled",
|
|
5764
|
+
"reflectToAttr": false,
|
|
5765
|
+
"docs": "Determines the input 'disabled' state, preventing user interaction.",
|
|
5766
|
+
"docsTags": [],
|
|
5767
|
+
"default": "false",
|
|
5768
|
+
"values": [
|
|
5769
|
+
{
|
|
5770
|
+
"type": "boolean"
|
|
5771
|
+
}
|
|
5772
|
+
],
|
|
5773
|
+
"optional": true,
|
|
5774
|
+
"required": false
|
|
5775
|
+
},
|
|
5776
|
+
{
|
|
5777
|
+
"name": "errorMessage",
|
|
4809
5778
|
"type": "string",
|
|
4810
5779
|
"complexType": {
|
|
4811
5780
|
"original": "string",
|
|
@@ -4813,9 +5782,30 @@
|
|
|
4813
5782
|
"references": {}
|
|
4814
5783
|
},
|
|
4815
5784
|
"mutable": false,
|
|
4816
|
-
"attr": "
|
|
5785
|
+
"attr": "error-message",
|
|
5786
|
+
"reflectToAttr": false,
|
|
5787
|
+
"docs": "Displays message text describing an invalid state.",
|
|
5788
|
+
"docsTags": [],
|
|
5789
|
+
"values": [
|
|
5790
|
+
{
|
|
5791
|
+
"type": "string"
|
|
5792
|
+
}
|
|
5793
|
+
],
|
|
5794
|
+
"optional": true,
|
|
5795
|
+
"required": false
|
|
5796
|
+
},
|
|
5797
|
+
{
|
|
5798
|
+
"name": "helperMessage",
|
|
5799
|
+
"type": "string",
|
|
5800
|
+
"complexType": {
|
|
5801
|
+
"original": "string",
|
|
5802
|
+
"resolved": "string",
|
|
5803
|
+
"references": {}
|
|
5804
|
+
},
|
|
5805
|
+
"mutable": false,
|
|
5806
|
+
"attr": "helper-message",
|
|
4817
5807
|
"reflectToAttr": false,
|
|
4818
|
-
"docs": "
|
|
5808
|
+
"docs": "Displays help text for additional description of an input.",
|
|
4819
5809
|
"docsTags": [],
|
|
4820
5810
|
"values": [
|
|
4821
5811
|
{
|
|
@@ -4826,7 +5816,7 @@
|
|
|
4826
5816
|
"required": false
|
|
4827
5817
|
},
|
|
4828
5818
|
{
|
|
4829
|
-
"name": "
|
|
5819
|
+
"name": "invalid",
|
|
4830
5820
|
"type": "boolean",
|
|
4831
5821
|
"complexType": {
|
|
4832
5822
|
"original": "boolean",
|
|
@@ -4834,9 +5824,9 @@
|
|
|
4834
5824
|
"references": {}
|
|
4835
5825
|
},
|
|
4836
5826
|
"mutable": false,
|
|
4837
|
-
"attr": "
|
|
5827
|
+
"attr": "invalid",
|
|
4838
5828
|
"reflectToAttr": false,
|
|
4839
|
-
"docs": "Determines the '
|
|
5829
|
+
"docs": "Determines the input 'invalid' state, signifying an error is present.",
|
|
4840
5830
|
"docsTags": [],
|
|
4841
5831
|
"default": "false",
|
|
4842
5832
|
"values": [
|
|
@@ -4848,37 +5838,69 @@
|
|
|
4848
5838
|
"required": false
|
|
4849
5839
|
},
|
|
4850
5840
|
{
|
|
4851
|
-
"name": "
|
|
4852
|
-
"type": "
|
|
5841
|
+
"name": "label",
|
|
5842
|
+
"type": "string",
|
|
4853
5843
|
"complexType": {
|
|
4854
|
-
"original": "
|
|
4855
|
-
"resolved": "
|
|
5844
|
+
"original": "string",
|
|
5845
|
+
"resolved": "string",
|
|
4856
5846
|
"references": {}
|
|
4857
5847
|
},
|
|
4858
5848
|
"mutable": false,
|
|
4859
|
-
"attr": "
|
|
5849
|
+
"attr": "label",
|
|
4860
5850
|
"reflectToAttr": false,
|
|
4861
|
-
"docs": "
|
|
4862
|
-
"docsTags": [
|
|
5851
|
+
"docs": "Displays text to describe the input.",
|
|
5852
|
+
"docsTags": [],
|
|
5853
|
+
"values": [
|
|
4863
5854
|
{
|
|
4864
|
-
"
|
|
4865
|
-
"text": "'checkbox'"
|
|
5855
|
+
"type": "string"
|
|
4866
5856
|
}
|
|
4867
5857
|
],
|
|
4868
|
-
"
|
|
5858
|
+
"optional": false,
|
|
5859
|
+
"required": true
|
|
5860
|
+
},
|
|
5861
|
+
{
|
|
5862
|
+
"name": "name",
|
|
5863
|
+
"type": "string",
|
|
5864
|
+
"complexType": {
|
|
5865
|
+
"original": "string",
|
|
5866
|
+
"resolved": "string",
|
|
5867
|
+
"references": {}
|
|
5868
|
+
},
|
|
5869
|
+
"mutable": false,
|
|
5870
|
+
"attr": "name",
|
|
5871
|
+
"reflectToAttr": false,
|
|
5872
|
+
"docs": "Identifies form data and unifies a group of radio inputs for toggling a single property/value.",
|
|
5873
|
+
"docsTags": [],
|
|
4869
5874
|
"values": [
|
|
4870
5875
|
{
|
|
4871
|
-
"value": "checkbox",
|
|
4872
|
-
"type": "string"
|
|
4873
|
-
},
|
|
4874
|
-
{
|
|
4875
|
-
"value": "radio",
|
|
4876
5876
|
"type": "string"
|
|
4877
5877
|
}
|
|
4878
5878
|
],
|
|
4879
5879
|
"optional": false,
|
|
4880
5880
|
"required": false
|
|
4881
5881
|
},
|
|
5882
|
+
{
|
|
5883
|
+
"name": "required",
|
|
5884
|
+
"type": "boolean",
|
|
5885
|
+
"complexType": {
|
|
5886
|
+
"original": "boolean",
|
|
5887
|
+
"resolved": "boolean",
|
|
5888
|
+
"references": {}
|
|
5889
|
+
},
|
|
5890
|
+
"mutable": false,
|
|
5891
|
+
"attr": "required",
|
|
5892
|
+
"reflectToAttr": false,
|
|
5893
|
+
"docs": "Determines the 'required' state of the input.",
|
|
5894
|
+
"docsTags": [],
|
|
5895
|
+
"default": "false",
|
|
5896
|
+
"values": [
|
|
5897
|
+
{
|
|
5898
|
+
"type": "boolean"
|
|
5899
|
+
}
|
|
5900
|
+
],
|
|
5901
|
+
"optional": true,
|
|
5902
|
+
"required": false
|
|
5903
|
+
},
|
|
4882
5904
|
{
|
|
4883
5905
|
"name": "value",
|
|
4884
5906
|
"type": "string",
|
|
@@ -4890,7 +5912,7 @@
|
|
|
4890
5912
|
"mutable": false,
|
|
4891
5913
|
"attr": "value",
|
|
4892
5914
|
"reflectToAttr": false,
|
|
4893
|
-
"docs": "Provides input with a string submitted in form data
|
|
5915
|
+
"docs": "Provides input with a string submitted in form data.",
|
|
4894
5916
|
"docsTags": [],
|
|
4895
5917
|
"values": [
|
|
4896
5918
|
{
|
|
@@ -4919,7 +5941,7 @@
|
|
|
4919
5941
|
},
|
|
4920
5942
|
"cancelable": true,
|
|
4921
5943
|
"composed": true,
|
|
4922
|
-
"docs": "Emits an event on input change",
|
|
5944
|
+
"docs": "Emits an event on input change.",
|
|
4923
5945
|
"docsTags": []
|
|
4924
5946
|
}
|
|
4925
5947
|
],
|
|
@@ -4928,8 +5950,14 @@
|
|
|
4928
5950
|
"slots": [],
|
|
4929
5951
|
"parts": [],
|
|
4930
5952
|
"dependents": [],
|
|
4931
|
-
"dependencies": [
|
|
4932
|
-
|
|
5953
|
+
"dependencies": [
|
|
5954
|
+
"pds-icon"
|
|
5955
|
+
],
|
|
5956
|
+
"dependencyGraph": {
|
|
5957
|
+
"pds-switch": [
|
|
5958
|
+
"pds-icon"
|
|
5959
|
+
]
|
|
5960
|
+
}
|
|
4933
5961
|
},
|
|
4934
5962
|
{
|
|
4935
5963
|
"filePath": "src/components/pds-tabs/pds-tab/pds-tab.tsx",
|
|
@@ -4992,7 +6020,7 @@
|
|
|
4992
6020
|
"mutable": false,
|
|
4993
6021
|
"attr": "compact",
|
|
4994
6022
|
"reflectToAttr": false,
|
|
4995
|
-
"docs": "Determines if table displays
|
|
6023
|
+
"docs": "Determines if the table displays with reduced table cell padding.",
|
|
4996
6024
|
"docsTags": [],
|
|
4997
6025
|
"values": [
|
|
4998
6026
|
{
|
|
@@ -5034,7 +6062,7 @@
|
|
|
5034
6062
|
"mutable": false,
|
|
5035
6063
|
"attr": "fixed-column",
|
|
5036
6064
|
"reflectToAttr": false,
|
|
5037
|
-
"docs": "Determines if
|
|
6065
|
+
"docs": "Determines if the should display a fixed first column.",
|
|
5038
6066
|
"docsTags": [],
|
|
5039
6067
|
"values": [
|
|
5040
6068
|
{
|
|
@@ -5076,7 +6104,7 @@
|
|
|
5076
6104
|
"mutable": false,
|
|
5077
6105
|
"attr": "selectable",
|
|
5078
6106
|
"reflectToAttr": false,
|
|
5079
|
-
"docs": "Determines if table displays checkboxes for selectable rows.",
|
|
6107
|
+
"docs": "Determines if the table displays checkboxes for selectable rows.",
|
|
5080
6108
|
"docsTags": [],
|
|
5081
6109
|
"values": [
|
|
5082
6110
|
{
|
|
@@ -5228,7 +6256,7 @@
|
|
|
5228
6256
|
"mutable": true,
|
|
5229
6257
|
"attr": "indeterminate",
|
|
5230
6258
|
"reflectToAttr": false,
|
|
5231
|
-
"docs": "
|
|
6259
|
+
"docs": "Determines if the select all checkbox is in an indeterminate state.",
|
|
5232
6260
|
"docsTags": [],
|
|
5233
6261
|
"values": [
|
|
5234
6262
|
{
|
|
@@ -5249,8 +6277,13 @@
|
|
|
5249
6277
|
"mutable": true,
|
|
5250
6278
|
"attr": "is-selected",
|
|
5251
6279
|
"reflectToAttr": false,
|
|
5252
|
-
"docs": "
|
|
5253
|
-
"docsTags": [
|
|
6280
|
+
"docs": "Determines if the table row is currently selected.",
|
|
6281
|
+
"docsTags": [
|
|
6282
|
+
{
|
|
6283
|
+
"name": "defaultValue",
|
|
6284
|
+
"text": "false"
|
|
6285
|
+
}
|
|
6286
|
+
],
|
|
5254
6287
|
"values": [
|
|
5255
6288
|
{
|
|
5256
6289
|
"type": "boolean"
|
|
@@ -5293,6 +6326,9 @@
|
|
|
5293
6326
|
],
|
|
5294
6327
|
"pds-table-head-cell": [
|
|
5295
6328
|
"pds-icon"
|
|
6329
|
+
],
|
|
6330
|
+
"pds-checkbox": [
|
|
6331
|
+
"pds-icon"
|
|
5296
6332
|
]
|
|
5297
6333
|
}
|
|
5298
6334
|
},
|
|
@@ -5383,7 +6419,7 @@
|
|
|
5383
6419
|
"mutable": true,
|
|
5384
6420
|
"attr": "indeterminate",
|
|
5385
6421
|
"reflectToAttr": false,
|
|
5386
|
-
"docs": "
|
|
6422
|
+
"docs": "Determines if the row selected is in an indeterminate state.",
|
|
5387
6423
|
"docsTags": [],
|
|
5388
6424
|
"values": [
|
|
5389
6425
|
{
|
|
@@ -5404,7 +6440,7 @@
|
|
|
5404
6440
|
"mutable": true,
|
|
5405
6441
|
"attr": "is-selected",
|
|
5406
6442
|
"reflectToAttr": false,
|
|
5407
|
-
"docs": "
|
|
6443
|
+
"docs": "Determines if the table row is currently selected.",
|
|
5408
6444
|
"docsTags": [],
|
|
5409
6445
|
"values": [
|
|
5410
6446
|
{
|
|
@@ -5445,6 +6481,9 @@
|
|
|
5445
6481
|
"pds-table-row": [
|
|
5446
6482
|
"pds-table-cell",
|
|
5447
6483
|
"pds-checkbox"
|
|
6484
|
+
],
|
|
6485
|
+
"pds-checkbox": [
|
|
6486
|
+
"pds-icon"
|
|
5448
6487
|
]
|
|
5449
6488
|
}
|
|
5450
6489
|
},
|
|
@@ -5547,97 +6586,494 @@
|
|
|
5547
6586
|
}
|
|
5548
6587
|
],
|
|
5549
6588
|
"optional": false,
|
|
5550
|
-
"required": true
|
|
6589
|
+
"required": true
|
|
6590
|
+
},
|
|
6591
|
+
{
|
|
6592
|
+
"name": "tablistLabel",
|
|
6593
|
+
"type": "string",
|
|
6594
|
+
"complexType": {
|
|
6595
|
+
"original": "string",
|
|
6596
|
+
"resolved": "string",
|
|
6597
|
+
"references": {}
|
|
6598
|
+
},
|
|
6599
|
+
"mutable": false,
|
|
6600
|
+
"attr": "tablist-label",
|
|
6601
|
+
"reflectToAttr": false,
|
|
6602
|
+
"docs": "Sets the aria-label attached to the tablist element",
|
|
6603
|
+
"docsTags": [],
|
|
6604
|
+
"values": [
|
|
6605
|
+
{
|
|
6606
|
+
"type": "string"
|
|
6607
|
+
}
|
|
6608
|
+
],
|
|
6609
|
+
"optional": false,
|
|
6610
|
+
"required": true
|
|
6611
|
+
},
|
|
6612
|
+
{
|
|
6613
|
+
"name": "variant",
|
|
6614
|
+
"type": "\"availability\" | \"filter\" | \"pill\" | \"primary\"",
|
|
6615
|
+
"complexType": {
|
|
6616
|
+
"original": "'primary' | 'availability' | 'filter' | 'pill'",
|
|
6617
|
+
"resolved": "\"availability\" | \"filter\" | \"pill\" | \"primary\"",
|
|
6618
|
+
"references": {}
|
|
6619
|
+
},
|
|
6620
|
+
"mutable": false,
|
|
6621
|
+
"attr": "variant",
|
|
6622
|
+
"reflectToAttr": false,
|
|
6623
|
+
"docs": "Sets tabs variant styles as outlined in Figma documentation",
|
|
6624
|
+
"docsTags": [],
|
|
6625
|
+
"values": [
|
|
6626
|
+
{
|
|
6627
|
+
"value": "availability",
|
|
6628
|
+
"type": "string"
|
|
6629
|
+
},
|
|
6630
|
+
{
|
|
6631
|
+
"value": "filter",
|
|
6632
|
+
"type": "string"
|
|
6633
|
+
},
|
|
6634
|
+
{
|
|
6635
|
+
"value": "pill",
|
|
6636
|
+
"type": "string"
|
|
6637
|
+
},
|
|
6638
|
+
{
|
|
6639
|
+
"value": "primary",
|
|
6640
|
+
"type": "string"
|
|
6641
|
+
}
|
|
6642
|
+
],
|
|
6643
|
+
"optional": false,
|
|
6644
|
+
"required": true
|
|
6645
|
+
}
|
|
6646
|
+
],
|
|
6647
|
+
"methods": [],
|
|
6648
|
+
"events": [],
|
|
6649
|
+
"listeners": [
|
|
6650
|
+
{
|
|
6651
|
+
"event": "pdsTabClick",
|
|
6652
|
+
"target": "body",
|
|
6653
|
+
"capture": false,
|
|
6654
|
+
"passive": false
|
|
6655
|
+
},
|
|
6656
|
+
{
|
|
6657
|
+
"event": "keydown",
|
|
6658
|
+
"capture": false,
|
|
6659
|
+
"passive": false
|
|
6660
|
+
}
|
|
6661
|
+
],
|
|
6662
|
+
"styles": [
|
|
6663
|
+
{
|
|
6664
|
+
"name": "--tabs-dimension-panel-margin-top",
|
|
6665
|
+
"annotation": "prop",
|
|
6666
|
+
"docs": "Optional margin-top for panels"
|
|
6667
|
+
},
|
|
6668
|
+
{
|
|
6669
|
+
"name": "--tabs-dimension-panel-padding",
|
|
6670
|
+
"annotation": "prop",
|
|
6671
|
+
"docs": "Optional padding for panels"
|
|
6672
|
+
}
|
|
6673
|
+
],
|
|
6674
|
+
"slots": [
|
|
6675
|
+
{
|
|
6676
|
+
"name": "tabpanels",
|
|
6677
|
+
"docs": "Content is placed directly after the `div[role=\"tablist\"]` element as siblings"
|
|
6678
|
+
},
|
|
6679
|
+
{
|
|
6680
|
+
"name": "tabs",
|
|
6681
|
+
"docs": "Content is placed within the `div[role=\"tablist\"]` element as children"
|
|
6682
|
+
}
|
|
6683
|
+
],
|
|
6684
|
+
"parts": [],
|
|
6685
|
+
"dependents": [],
|
|
6686
|
+
"dependencies": [],
|
|
6687
|
+
"dependencyGraph": {}
|
|
6688
|
+
},
|
|
6689
|
+
{
|
|
6690
|
+
"filePath": "src/components/pds-text/pds-text.tsx",
|
|
6691
|
+
"encapsulation": "shadow",
|
|
6692
|
+
"tag": "pds-text",
|
|
6693
|
+
"readme": "# pds-text\n\n\n",
|
|
6694
|
+
"docs": "",
|
|
6695
|
+
"docsTags": [],
|
|
6696
|
+
"usage": {},
|
|
6697
|
+
"props": [
|
|
6698
|
+
{
|
|
6699
|
+
"name": "align",
|
|
6700
|
+
"type": "\"center\" | \"end\" | \"justify\" | \"start\"",
|
|
6701
|
+
"complexType": {
|
|
6702
|
+
"original": "'start' | 'center' | 'end' | 'justify'",
|
|
6703
|
+
"resolved": "\"center\" | \"end\" | \"justify\" | \"start\"",
|
|
6704
|
+
"references": {}
|
|
6705
|
+
},
|
|
6706
|
+
"mutable": false,
|
|
6707
|
+
"attr": "align",
|
|
6708
|
+
"reflectToAttr": false,
|
|
6709
|
+
"docs": "Sets the text alignment.",
|
|
6710
|
+
"docsTags": [],
|
|
6711
|
+
"values": [
|
|
6712
|
+
{
|
|
6713
|
+
"value": "center",
|
|
6714
|
+
"type": "string"
|
|
6715
|
+
},
|
|
6716
|
+
{
|
|
6717
|
+
"value": "end",
|
|
6718
|
+
"type": "string"
|
|
6719
|
+
},
|
|
6720
|
+
{
|
|
6721
|
+
"value": "justify",
|
|
6722
|
+
"type": "string"
|
|
6723
|
+
},
|
|
6724
|
+
{
|
|
6725
|
+
"value": "start",
|
|
6726
|
+
"type": "string"
|
|
6727
|
+
}
|
|
6728
|
+
],
|
|
6729
|
+
"optional": true,
|
|
6730
|
+
"required": false
|
|
6731
|
+
},
|
|
6732
|
+
{
|
|
6733
|
+
"name": "color",
|
|
6734
|
+
"type": "\"accent\" | \"danger\" | \"info\" | \"neutral\" | \"primary\" | \"secondary\" | \"success\" | \"warning\"",
|
|
6735
|
+
"complexType": {
|
|
6736
|
+
"original": "| 'primary'\n | 'secondary'\n | 'neutral'\n | 'accent'\n | 'danger'\n | 'info'\n | 'success'\n | 'warning'",
|
|
6737
|
+
"resolved": "\"accent\" | \"danger\" | \"info\" | \"neutral\" | \"primary\" | \"secondary\" | \"success\" | \"warning\"",
|
|
6738
|
+
"references": {}
|
|
6739
|
+
},
|
|
6740
|
+
"mutable": false,
|
|
6741
|
+
"attr": "color",
|
|
6742
|
+
"reflectToAttr": false,
|
|
6743
|
+
"docs": "Sets the text color.",
|
|
6744
|
+
"docsTags": [],
|
|
6745
|
+
"values": [
|
|
6746
|
+
{
|
|
6747
|
+
"value": "accent",
|
|
6748
|
+
"type": "string"
|
|
6749
|
+
},
|
|
6750
|
+
{
|
|
6751
|
+
"value": "danger",
|
|
6752
|
+
"type": "string"
|
|
6753
|
+
},
|
|
6754
|
+
{
|
|
6755
|
+
"value": "info",
|
|
6756
|
+
"type": "string"
|
|
6757
|
+
},
|
|
6758
|
+
{
|
|
6759
|
+
"value": "neutral",
|
|
6760
|
+
"type": "string"
|
|
6761
|
+
},
|
|
6762
|
+
{
|
|
6763
|
+
"value": "primary",
|
|
6764
|
+
"type": "string"
|
|
6765
|
+
},
|
|
6766
|
+
{
|
|
6767
|
+
"value": "secondary",
|
|
6768
|
+
"type": "string"
|
|
6769
|
+
},
|
|
6770
|
+
{
|
|
6771
|
+
"value": "success",
|
|
6772
|
+
"type": "string"
|
|
6773
|
+
},
|
|
6774
|
+
{
|
|
6775
|
+
"value": "warning",
|
|
6776
|
+
"type": "string"
|
|
6777
|
+
}
|
|
6778
|
+
],
|
|
6779
|
+
"optional": true,
|
|
6780
|
+
"required": false
|
|
6781
|
+
},
|
|
6782
|
+
{
|
|
6783
|
+
"name": "decoration",
|
|
6784
|
+
"type": "\"strikethrough\" | \"underline-dotted\"",
|
|
6785
|
+
"complexType": {
|
|
6786
|
+
"original": "| 'strikethrough'\n | 'underline-dotted'",
|
|
6787
|
+
"resolved": "\"strikethrough\" | \"underline-dotted\"",
|
|
6788
|
+
"references": {}
|
|
6789
|
+
},
|
|
6790
|
+
"mutable": false,
|
|
6791
|
+
"attr": "decoration",
|
|
6792
|
+
"reflectToAttr": false,
|
|
6793
|
+
"docs": "Sets the text decoration.",
|
|
6794
|
+
"docsTags": [],
|
|
6795
|
+
"values": [
|
|
6796
|
+
{
|
|
6797
|
+
"value": "strikethrough",
|
|
6798
|
+
"type": "string"
|
|
6799
|
+
},
|
|
6800
|
+
{
|
|
6801
|
+
"value": "underline-dotted",
|
|
6802
|
+
"type": "string"
|
|
6803
|
+
}
|
|
6804
|
+
],
|
|
6805
|
+
"optional": true,
|
|
6806
|
+
"required": false
|
|
6807
|
+
},
|
|
6808
|
+
{
|
|
6809
|
+
"name": "gutter",
|
|
6810
|
+
"type": "\"2xl\" | \"2xs\" | \"lg\" | \"md\" | \"sm\" | \"xl\" | \"xs\"",
|
|
6811
|
+
"complexType": {
|
|
6812
|
+
"original": "| '2xl'\n | 'xl'\n | 'lg'\n | 'md'\n | 'sm'\n | 'xs'\n | '2xs'",
|
|
6813
|
+
"resolved": "\"2xl\" | \"2xs\" | \"lg\" | \"md\" | \"sm\" | \"xl\" | \"xs\"",
|
|
6814
|
+
"references": {}
|
|
6815
|
+
},
|
|
6816
|
+
"mutable": false,
|
|
6817
|
+
"attr": "gutter",
|
|
6818
|
+
"reflectToAttr": false,
|
|
6819
|
+
"docs": "Set the bottom margin for the text.",
|
|
6820
|
+
"docsTags": [],
|
|
6821
|
+
"values": [
|
|
6822
|
+
{
|
|
6823
|
+
"value": "2xl",
|
|
6824
|
+
"type": "string"
|
|
6825
|
+
},
|
|
6826
|
+
{
|
|
6827
|
+
"value": "2xs",
|
|
6828
|
+
"type": "string"
|
|
6829
|
+
},
|
|
6830
|
+
{
|
|
6831
|
+
"value": "lg",
|
|
6832
|
+
"type": "string"
|
|
6833
|
+
},
|
|
6834
|
+
{
|
|
6835
|
+
"value": "md",
|
|
6836
|
+
"type": "string"
|
|
6837
|
+
},
|
|
6838
|
+
{
|
|
6839
|
+
"value": "sm",
|
|
6840
|
+
"type": "string"
|
|
6841
|
+
},
|
|
6842
|
+
{
|
|
6843
|
+
"value": "xl",
|
|
6844
|
+
"type": "string"
|
|
6845
|
+
},
|
|
6846
|
+
{
|
|
6847
|
+
"value": "xs",
|
|
6848
|
+
"type": "string"
|
|
6849
|
+
}
|
|
6850
|
+
],
|
|
6851
|
+
"optional": true,
|
|
6852
|
+
"required": false
|
|
6853
|
+
},
|
|
6854
|
+
{
|
|
6855
|
+
"name": "italic",
|
|
6856
|
+
"type": "boolean",
|
|
6857
|
+
"complexType": {
|
|
6858
|
+
"original": "boolean",
|
|
6859
|
+
"resolved": "boolean",
|
|
6860
|
+
"references": {}
|
|
6861
|
+
},
|
|
6862
|
+
"mutable": false,
|
|
6863
|
+
"attr": "italic",
|
|
6864
|
+
"reflectToAttr": false,
|
|
6865
|
+
"docs": "If set or `true`, the text will be italic.",
|
|
6866
|
+
"docsTags": [],
|
|
6867
|
+
"values": [
|
|
6868
|
+
{
|
|
6869
|
+
"type": "boolean"
|
|
6870
|
+
}
|
|
6871
|
+
],
|
|
6872
|
+
"optional": true,
|
|
6873
|
+
"required": false
|
|
6874
|
+
},
|
|
6875
|
+
{
|
|
6876
|
+
"name": "size",
|
|
6877
|
+
"type": "\"2xl\" | \"2xs\" | \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\" | \"lg\" | \"md\" | \"sm\" | \"xl\" | \"xs\"",
|
|
6878
|
+
"complexType": {
|
|
6879
|
+
"original": "| '2xl'\n | 'xl'\n | 'lg'\n | 'md'\n | 'sm'\n | 'xs'\n | '2xs'\n | 'h1'\n | 'h2'\n | 'h3'\n | 'h4'\n | 'h5'\n | 'h6'",
|
|
6880
|
+
"resolved": "\"2xl\" | \"2xs\" | \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\" | \"lg\" | \"md\" | \"sm\" | \"xl\" | \"xs\"",
|
|
6881
|
+
"references": {}
|
|
6882
|
+
},
|
|
6883
|
+
"mutable": false,
|
|
6884
|
+
"attr": "size",
|
|
6885
|
+
"reflectToAttr": false,
|
|
6886
|
+
"docs": "Sets the font size.",
|
|
6887
|
+
"docsTags": [],
|
|
6888
|
+
"values": [
|
|
6889
|
+
{
|
|
6890
|
+
"value": "2xl",
|
|
6891
|
+
"type": "string"
|
|
6892
|
+
},
|
|
6893
|
+
{
|
|
6894
|
+
"value": "2xs",
|
|
6895
|
+
"type": "string"
|
|
6896
|
+
},
|
|
6897
|
+
{
|
|
6898
|
+
"value": "h1",
|
|
6899
|
+
"type": "string"
|
|
6900
|
+
},
|
|
6901
|
+
{
|
|
6902
|
+
"value": "h2",
|
|
6903
|
+
"type": "string"
|
|
6904
|
+
},
|
|
6905
|
+
{
|
|
6906
|
+
"value": "h3",
|
|
6907
|
+
"type": "string"
|
|
6908
|
+
},
|
|
6909
|
+
{
|
|
6910
|
+
"value": "h4",
|
|
6911
|
+
"type": "string"
|
|
6912
|
+
},
|
|
6913
|
+
{
|
|
6914
|
+
"value": "h5",
|
|
6915
|
+
"type": "string"
|
|
6916
|
+
},
|
|
6917
|
+
{
|
|
6918
|
+
"value": "h6",
|
|
6919
|
+
"type": "string"
|
|
6920
|
+
},
|
|
6921
|
+
{
|
|
6922
|
+
"value": "lg",
|
|
6923
|
+
"type": "string"
|
|
6924
|
+
},
|
|
6925
|
+
{
|
|
6926
|
+
"value": "md",
|
|
6927
|
+
"type": "string"
|
|
6928
|
+
},
|
|
6929
|
+
{
|
|
6930
|
+
"value": "sm",
|
|
6931
|
+
"type": "string"
|
|
6932
|
+
},
|
|
6933
|
+
{
|
|
6934
|
+
"value": "xl",
|
|
6935
|
+
"type": "string"
|
|
6936
|
+
},
|
|
6937
|
+
{
|
|
6938
|
+
"value": "xs",
|
|
6939
|
+
"type": "string"
|
|
6940
|
+
}
|
|
6941
|
+
],
|
|
6942
|
+
"optional": true,
|
|
6943
|
+
"required": false
|
|
6944
|
+
},
|
|
6945
|
+
{
|
|
6946
|
+
"name": "tag",
|
|
6947
|
+
"type": "\"code\" | \"em\" | \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\" | \"p\" | \"pre\" | \"strong\"",
|
|
6948
|
+
"complexType": {
|
|
6949
|
+
"original": "| 'h1'\n | 'h2'\n | 'h3'\n | 'h4'\n | 'h5'\n | 'h6'\n | 'p'\n | 'code'\n | 'pre'\n | 'strong'\n | 'em'",
|
|
6950
|
+
"resolved": "\"code\" | \"em\" | \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\" | \"p\" | \"pre\" | \"strong\"",
|
|
6951
|
+
"references": {}
|
|
6952
|
+
},
|
|
6953
|
+
"mutable": false,
|
|
6954
|
+
"attr": "tag",
|
|
6955
|
+
"reflectToAttr": false,
|
|
6956
|
+
"docs": "Determines what semantic text tag to render.",
|
|
6957
|
+
"docsTags": [],
|
|
6958
|
+
"default": "\"p\"",
|
|
6959
|
+
"values": [
|
|
6960
|
+
{
|
|
6961
|
+
"value": "code",
|
|
6962
|
+
"type": "string"
|
|
6963
|
+
},
|
|
6964
|
+
{
|
|
6965
|
+
"value": "em",
|
|
6966
|
+
"type": "string"
|
|
6967
|
+
},
|
|
6968
|
+
{
|
|
6969
|
+
"value": "h1",
|
|
6970
|
+
"type": "string"
|
|
6971
|
+
},
|
|
6972
|
+
{
|
|
6973
|
+
"value": "h2",
|
|
6974
|
+
"type": "string"
|
|
6975
|
+
},
|
|
6976
|
+
{
|
|
6977
|
+
"value": "h3",
|
|
6978
|
+
"type": "string"
|
|
6979
|
+
},
|
|
6980
|
+
{
|
|
6981
|
+
"value": "h4",
|
|
6982
|
+
"type": "string"
|
|
6983
|
+
},
|
|
6984
|
+
{
|
|
6985
|
+
"value": "h5",
|
|
6986
|
+
"type": "string"
|
|
6987
|
+
},
|
|
6988
|
+
{
|
|
6989
|
+
"value": "h6",
|
|
6990
|
+
"type": "string"
|
|
6991
|
+
},
|
|
6992
|
+
{
|
|
6993
|
+
"value": "p",
|
|
6994
|
+
"type": "string"
|
|
6995
|
+
},
|
|
6996
|
+
{
|
|
6997
|
+
"value": "pre",
|
|
6998
|
+
"type": "string"
|
|
6999
|
+
},
|
|
7000
|
+
{
|
|
7001
|
+
"value": "strong",
|
|
7002
|
+
"type": "string"
|
|
7003
|
+
}
|
|
7004
|
+
],
|
|
7005
|
+
"optional": false,
|
|
7006
|
+
"required": false
|
|
5551
7007
|
},
|
|
5552
7008
|
{
|
|
5553
|
-
"name": "
|
|
5554
|
-
"type": "
|
|
7009
|
+
"name": "truncate",
|
|
7010
|
+
"type": "boolean",
|
|
5555
7011
|
"complexType": {
|
|
5556
|
-
"original": "
|
|
5557
|
-
"resolved": "
|
|
7012
|
+
"original": "boolean",
|
|
7013
|
+
"resolved": "boolean",
|
|
5558
7014
|
"references": {}
|
|
5559
7015
|
},
|
|
5560
7016
|
"mutable": false,
|
|
5561
|
-
"attr": "
|
|
7017
|
+
"attr": "truncate",
|
|
5562
7018
|
"reflectToAttr": false,
|
|
5563
|
-
"docs": "
|
|
7019
|
+
"docs": "If set or `true`, the text will be truncated. Must add a `width` to the element.",
|
|
5564
7020
|
"docsTags": [],
|
|
5565
7021
|
"values": [
|
|
5566
7022
|
{
|
|
5567
|
-
"type": "
|
|
7023
|
+
"type": "boolean"
|
|
5568
7024
|
}
|
|
5569
7025
|
],
|
|
5570
|
-
"optional":
|
|
5571
|
-
"required":
|
|
7026
|
+
"optional": true,
|
|
7027
|
+
"required": false
|
|
5572
7028
|
},
|
|
5573
7029
|
{
|
|
5574
|
-
"name": "
|
|
5575
|
-
"type": "\"
|
|
7030
|
+
"name": "weight",
|
|
7031
|
+
"type": "\"bold\" | \"extra-light\" | \"light\" | \"medium\" | \"regular\" | \"semibold\"",
|
|
5576
7032
|
"complexType": {
|
|
5577
|
-
"original": "'
|
|
5578
|
-
"resolved": "\"
|
|
7033
|
+
"original": "| 'extra-light'\n | 'light'\n | 'regular'\n | 'medium'\n | 'semibold'\n | 'bold'",
|
|
7034
|
+
"resolved": "\"bold\" | \"extra-light\" | \"light\" | \"medium\" | \"regular\" | \"semibold\"",
|
|
5579
7035
|
"references": {}
|
|
5580
7036
|
},
|
|
5581
7037
|
"mutable": false,
|
|
5582
|
-
"attr": "
|
|
7038
|
+
"attr": "weight",
|
|
5583
7039
|
"reflectToAttr": false,
|
|
5584
|
-
"docs": "Sets
|
|
7040
|
+
"docs": "Sets the font weight.",
|
|
5585
7041
|
"docsTags": [],
|
|
5586
7042
|
"values": [
|
|
5587
7043
|
{
|
|
5588
|
-
"value": "
|
|
7044
|
+
"value": "bold",
|
|
5589
7045
|
"type": "string"
|
|
5590
7046
|
},
|
|
5591
7047
|
{
|
|
5592
|
-
"value": "
|
|
7048
|
+
"value": "extra-light",
|
|
5593
7049
|
"type": "string"
|
|
5594
7050
|
},
|
|
5595
7051
|
{
|
|
5596
|
-
"value": "
|
|
7052
|
+
"value": "light",
|
|
7053
|
+
"type": "string"
|
|
7054
|
+
},
|
|
7055
|
+
{
|
|
7056
|
+
"value": "medium",
|
|
7057
|
+
"type": "string"
|
|
7058
|
+
},
|
|
7059
|
+
{
|
|
7060
|
+
"value": "regular",
|
|
7061
|
+
"type": "string"
|
|
7062
|
+
},
|
|
7063
|
+
{
|
|
7064
|
+
"value": "semibold",
|
|
5597
7065
|
"type": "string"
|
|
5598
7066
|
}
|
|
5599
7067
|
],
|
|
5600
|
-
"optional":
|
|
5601
|
-
"required":
|
|
7068
|
+
"optional": true,
|
|
7069
|
+
"required": false
|
|
5602
7070
|
}
|
|
5603
7071
|
],
|
|
5604
7072
|
"methods": [],
|
|
5605
7073
|
"events": [],
|
|
5606
|
-
"listeners": [
|
|
5607
|
-
|
|
5608
|
-
|
|
5609
|
-
"target": "body",
|
|
5610
|
-
"capture": false,
|
|
5611
|
-
"passive": false
|
|
5612
|
-
},
|
|
5613
|
-
{
|
|
5614
|
-
"event": "keydown",
|
|
5615
|
-
"capture": false,
|
|
5616
|
-
"passive": false
|
|
5617
|
-
}
|
|
5618
|
-
],
|
|
5619
|
-
"styles": [
|
|
5620
|
-
{
|
|
5621
|
-
"name": "--spacing-panel-margin-top",
|
|
5622
|
-
"annotation": "prop",
|
|
5623
|
-
"docs": "Optional margin-top for panels"
|
|
5624
|
-
},
|
|
5625
|
-
{
|
|
5626
|
-
"name": "--spacing-panel-padding",
|
|
5627
|
-
"annotation": "prop",
|
|
5628
|
-
"docs": "Optional padding for panels"
|
|
5629
|
-
}
|
|
5630
|
-
],
|
|
5631
|
-
"slots": [
|
|
5632
|
-
{
|
|
5633
|
-
"name": "tabpanels",
|
|
5634
|
-
"docs": "Content is placed directly after the `div[role=\"tablist\"]` element as siblings"
|
|
5635
|
-
},
|
|
5636
|
-
{
|
|
5637
|
-
"name": "tabs",
|
|
5638
|
-
"docs": "Content is placed within the `div[role=\"tablist\"]` element as children"
|
|
5639
|
-
}
|
|
5640
|
-
],
|
|
7074
|
+
"listeners": [],
|
|
7075
|
+
"styles": [],
|
|
7076
|
+
"slots": [],
|
|
5641
7077
|
"parts": [],
|
|
5642
7078
|
"dependents": [],
|
|
5643
7079
|
"dependencies": [],
|
|
@@ -5652,6 +7088,27 @@
|
|
|
5652
7088
|
"docsTags": [],
|
|
5653
7089
|
"usage": {},
|
|
5654
7090
|
"props": [
|
|
7091
|
+
{
|
|
7092
|
+
"name": "autocomplete",
|
|
7093
|
+
"type": "string",
|
|
7094
|
+
"complexType": {
|
|
7095
|
+
"original": "string",
|
|
7096
|
+
"resolved": "string",
|
|
7097
|
+
"references": {}
|
|
7098
|
+
},
|
|
7099
|
+
"mutable": false,
|
|
7100
|
+
"attr": "autocomplete",
|
|
7101
|
+
"reflectToAttr": false,
|
|
7102
|
+
"docs": "Specifies if and how the browser provides `autocomplete` assistance for the field.",
|
|
7103
|
+
"docsTags": [],
|
|
7104
|
+
"values": [
|
|
7105
|
+
{
|
|
7106
|
+
"type": "string"
|
|
7107
|
+
}
|
|
7108
|
+
],
|
|
7109
|
+
"optional": false,
|
|
7110
|
+
"required": false
|
|
7111
|
+
},
|
|
5655
7112
|
{
|
|
5656
7113
|
"name": "componentId",
|
|
5657
7114
|
"type": "string",
|
|
@@ -5673,6 +7130,27 @@
|
|
|
5673
7130
|
"optional": false,
|
|
5674
7131
|
"required": true
|
|
5675
7132
|
},
|
|
7133
|
+
{
|
|
7134
|
+
"name": "debounce",
|
|
7135
|
+
"type": "number",
|
|
7136
|
+
"complexType": {
|
|
7137
|
+
"original": "number",
|
|
7138
|
+
"resolved": "number",
|
|
7139
|
+
"references": {}
|
|
7140
|
+
},
|
|
7141
|
+
"mutable": false,
|
|
7142
|
+
"attr": "debounce",
|
|
7143
|
+
"reflectToAttr": false,
|
|
7144
|
+
"docs": "The amount of time, in milliseconds, to wait to trigger the event after each keystroke.",
|
|
7145
|
+
"docsTags": [],
|
|
7146
|
+
"values": [
|
|
7147
|
+
{
|
|
7148
|
+
"type": "number"
|
|
7149
|
+
}
|
|
7150
|
+
],
|
|
7151
|
+
"optional": true,
|
|
7152
|
+
"required": false
|
|
7153
|
+
},
|
|
5676
7154
|
{
|
|
5677
7155
|
"name": "disabled",
|
|
5678
7156
|
"type": "boolean",
|
|
@@ -5684,7 +7162,7 @@
|
|
|
5684
7162
|
"mutable": false,
|
|
5685
7163
|
"attr": "disabled",
|
|
5686
7164
|
"reflectToAttr": false,
|
|
5687
|
-
"docs": "
|
|
7165
|
+
"docs": "Determines whether or not the textarea is disabled.",
|
|
5688
7166
|
"docsTags": [
|
|
5689
7167
|
{
|
|
5690
7168
|
"name": "defaultValue",
|
|
@@ -5711,7 +7189,7 @@
|
|
|
5711
7189
|
"mutable": false,
|
|
5712
7190
|
"attr": "error-message",
|
|
5713
7191
|
"reflectToAttr": false,
|
|
5714
|
-
"docs": "
|
|
7192
|
+
"docs": "Displays an error message below the textarea field.",
|
|
5715
7193
|
"docsTags": [],
|
|
5716
7194
|
"values": [
|
|
5717
7195
|
{
|
|
@@ -5732,7 +7210,7 @@
|
|
|
5732
7210
|
"mutable": false,
|
|
5733
7211
|
"attr": "helper-message",
|
|
5734
7212
|
"reflectToAttr": false,
|
|
5735
|
-
"docs": "Displays a
|
|
7213
|
+
"docs": "Displays a message or hint below the textarea field.",
|
|
5736
7214
|
"docsTags": [],
|
|
5737
7215
|
"values": [
|
|
5738
7216
|
{
|
|
@@ -5753,7 +7231,7 @@
|
|
|
5753
7231
|
"mutable": true,
|
|
5754
7232
|
"attr": "invalid",
|
|
5755
7233
|
"reflectToAttr": false,
|
|
5756
|
-
"docs": "
|
|
7234
|
+
"docs": "Determines whether or not the textarea is invalid or throws an error.",
|
|
5757
7235
|
"docsTags": [
|
|
5758
7236
|
{
|
|
5759
7237
|
"name": "defaultValue",
|
|
@@ -5780,7 +7258,7 @@
|
|
|
5780
7258
|
"mutable": false,
|
|
5781
7259
|
"attr": "label",
|
|
5782
7260
|
"reflectToAttr": false,
|
|
5783
|
-
"docs": "Text to be displayed as the textarea label",
|
|
7261
|
+
"docs": "Text to be displayed as the textarea label.",
|
|
5784
7262
|
"docsTags": [],
|
|
5785
7263
|
"values": [
|
|
5786
7264
|
{
|
|
@@ -5801,7 +7279,7 @@
|
|
|
5801
7279
|
"mutable": false,
|
|
5802
7280
|
"attr": "name",
|
|
5803
7281
|
"reflectToAttr": false,
|
|
5804
|
-
"docs": "Specifies the name
|
|
7282
|
+
"docs": "Specifies the name. Submitted with the form name/value pair. This value will mirror the componentId.",
|
|
5805
7283
|
"docsTags": [],
|
|
5806
7284
|
"default": "this.componentId",
|
|
5807
7285
|
"values": [
|
|
@@ -5823,7 +7301,7 @@
|
|
|
5823
7301
|
"mutable": false,
|
|
5824
7302
|
"attr": "placeholder",
|
|
5825
7303
|
"reflectToAttr": false,
|
|
5826
|
-
"docs": "Specifies a short hint that describes the expected value of the textarea",
|
|
7304
|
+
"docs": "Specifies a short hint that describes the expected value of the textarea.",
|
|
5827
7305
|
"docsTags": [],
|
|
5828
7306
|
"values": [
|
|
5829
7307
|
{
|
|
@@ -5844,7 +7322,7 @@
|
|
|
5844
7322
|
"mutable": false,
|
|
5845
7323
|
"attr": "readonly",
|
|
5846
7324
|
"reflectToAttr": false,
|
|
5847
|
-
"docs": "
|
|
7325
|
+
"docs": "Determines whether or not the textarea is readonly.",
|
|
5848
7326
|
"docsTags": [
|
|
5849
7327
|
{
|
|
5850
7328
|
"name": "defaultValue",
|
|
@@ -5871,7 +7349,7 @@
|
|
|
5871
7349
|
"mutable": false,
|
|
5872
7350
|
"attr": "required",
|
|
5873
7351
|
"reflectToAttr": false,
|
|
5874
|
-
"docs": "
|
|
7352
|
+
"docs": "Determines whether or not the textarea is required.",
|
|
5875
7353
|
"docsTags": [
|
|
5876
7354
|
{
|
|
5877
7355
|
"name": "defaultValue",
|
|
@@ -5898,7 +7376,7 @@
|
|
|
5898
7376
|
"mutable": false,
|
|
5899
7377
|
"attr": "rows",
|
|
5900
7378
|
"reflectToAttr": false,
|
|
5901
|
-
"docs": "Sets number of rows of text visible without needing to scroll in the textarea",
|
|
7379
|
+
"docs": "Sets number of rows of text visible without needing to scroll in the textarea.",
|
|
5902
7380
|
"docsTags": [],
|
|
5903
7381
|
"values": [
|
|
5904
7382
|
{
|
|
@@ -5912,15 +7390,16 @@
|
|
|
5912
7390
|
"name": "value",
|
|
5913
7391
|
"type": "string",
|
|
5914
7392
|
"complexType": {
|
|
5915
|
-
"original": "string",
|
|
7393
|
+
"original": "string | null",
|
|
5916
7394
|
"resolved": "string",
|
|
5917
7395
|
"references": {}
|
|
5918
7396
|
},
|
|
5919
7397
|
"mutable": true,
|
|
5920
7398
|
"attr": "value",
|
|
5921
7399
|
"reflectToAttr": false,
|
|
5922
|
-
"docs": "The value of the textarea",
|
|
7400
|
+
"docs": "The value of the textarea.",
|
|
5923
7401
|
"docsTags": [],
|
|
7402
|
+
"default": "''",
|
|
5924
7403
|
"values": [
|
|
5925
7404
|
{
|
|
5926
7405
|
"type": "string"
|
|
@@ -5930,8 +7409,89 @@
|
|
|
5930
7409
|
"required": false
|
|
5931
7410
|
}
|
|
5932
7411
|
],
|
|
5933
|
-
"methods": [
|
|
7412
|
+
"methods": [
|
|
7413
|
+
{
|
|
7414
|
+
"name": "setFocus",
|
|
7415
|
+
"returns": {
|
|
7416
|
+
"type": "Promise<void>",
|
|
7417
|
+
"docs": ""
|
|
7418
|
+
},
|
|
7419
|
+
"complexType": {
|
|
7420
|
+
"signature": "() => Promise<void>",
|
|
7421
|
+
"parameters": [],
|
|
7422
|
+
"references": {
|
|
7423
|
+
"Promise": {
|
|
7424
|
+
"location": "global",
|
|
7425
|
+
"id": "global::Promise"
|
|
7426
|
+
}
|
|
7427
|
+
},
|
|
7428
|
+
"return": "Promise<void>"
|
|
7429
|
+
},
|
|
7430
|
+
"signature": "setFocus() => Promise<void>",
|
|
7431
|
+
"parameters": [],
|
|
7432
|
+
"docs": "Sets focus on the native `textarea` in the `pds-texarea`. Use this method instead of the global\n`textarea.focus()`.",
|
|
7433
|
+
"docsTags": []
|
|
7434
|
+
}
|
|
7435
|
+
],
|
|
5934
7436
|
"events": [
|
|
7437
|
+
{
|
|
7438
|
+
"event": "pdsBlur",
|
|
7439
|
+
"detail": "FocusEvent",
|
|
7440
|
+
"bubbles": true,
|
|
7441
|
+
"complexType": {
|
|
7442
|
+
"original": "FocusEvent",
|
|
7443
|
+
"resolved": "FocusEvent",
|
|
7444
|
+
"references": {
|
|
7445
|
+
"FocusEvent": {
|
|
7446
|
+
"location": "global",
|
|
7447
|
+
"id": "global::FocusEvent"
|
|
7448
|
+
}
|
|
7449
|
+
}
|
|
7450
|
+
},
|
|
7451
|
+
"cancelable": true,
|
|
7452
|
+
"composed": true,
|
|
7453
|
+
"docs": "Emitted when the input loses focus.",
|
|
7454
|
+
"docsTags": []
|
|
7455
|
+
},
|
|
7456
|
+
{
|
|
7457
|
+
"event": "pdsFocus",
|
|
7458
|
+
"detail": "FocusEvent",
|
|
7459
|
+
"bubbles": true,
|
|
7460
|
+
"complexType": {
|
|
7461
|
+
"original": "FocusEvent",
|
|
7462
|
+
"resolved": "FocusEvent",
|
|
7463
|
+
"references": {
|
|
7464
|
+
"FocusEvent": {
|
|
7465
|
+
"location": "global",
|
|
7466
|
+
"id": "global::FocusEvent"
|
|
7467
|
+
}
|
|
7468
|
+
}
|
|
7469
|
+
},
|
|
7470
|
+
"cancelable": true,
|
|
7471
|
+
"composed": true,
|
|
7472
|
+
"docs": "Emitted when the input has focus.",
|
|
7473
|
+
"docsTags": []
|
|
7474
|
+
},
|
|
7475
|
+
{
|
|
7476
|
+
"event": "pdsInput",
|
|
7477
|
+
"detail": "TextareaInputEventDetail",
|
|
7478
|
+
"bubbles": true,
|
|
7479
|
+
"complexType": {
|
|
7480
|
+
"original": "TextareaInputEventDetail",
|
|
7481
|
+
"resolved": "TextareaInputEventDetail",
|
|
7482
|
+
"references": {
|
|
7483
|
+
"TextareaInputEventDetail": {
|
|
7484
|
+
"location": "import",
|
|
7485
|
+
"path": "./textarea-interface",
|
|
7486
|
+
"id": "src/components/pds-textarea/textarea-interface.ts::TextareaInputEventDetail"
|
|
7487
|
+
}
|
|
7488
|
+
}
|
|
7489
|
+
},
|
|
7490
|
+
"cancelable": true,
|
|
7491
|
+
"composed": true,
|
|
7492
|
+
"docs": "Emitted when a keyboard input occurs.\n\nFor elements that accept text input (`type=text`, `type=tel`, etc.), the interface\nis [`InputEvent`](https://developer.mozilla.org/en-US/docs/Web/API/InputEvent); for others,\nthe interface is [`Event`](https://developer.mozilla.org/en-US/docs/Web/API/Event). If\nthe input is cleared on edit, the type is `null`.",
|
|
7493
|
+
"docsTags": []
|
|
7494
|
+
},
|
|
5935
7495
|
{
|
|
5936
7496
|
"event": "pdsTextareaChange",
|
|
5937
7497
|
"detail": "TextareaChangeEventDetail",
|
|
@@ -5949,7 +7509,7 @@
|
|
|
5949
7509
|
},
|
|
5950
7510
|
"cancelable": true,
|
|
5951
7511
|
"composed": true,
|
|
5952
|
-
"docs": "Event emitted whenever the value of the textarea changes",
|
|
7512
|
+
"docs": "Event emitted whenever the value of the textarea changes.\n\nThis event will not emit when programmatically setting the `value` property.",
|
|
5953
7513
|
"docsTags": []
|
|
5954
7514
|
}
|
|
5955
7515
|
],
|
|
@@ -5958,8 +7518,14 @@
|
|
|
5958
7518
|
"slots": [],
|
|
5959
7519
|
"parts": [],
|
|
5960
7520
|
"dependents": [],
|
|
5961
|
-
"dependencies": [
|
|
5962
|
-
|
|
7521
|
+
"dependencies": [
|
|
7522
|
+
"pds-icon"
|
|
7523
|
+
],
|
|
7524
|
+
"dependencyGraph": {
|
|
7525
|
+
"pds-textarea": [
|
|
7526
|
+
"pds-icon"
|
|
7527
|
+
]
|
|
7528
|
+
}
|
|
5963
7529
|
},
|
|
5964
7530
|
{
|
|
5965
7531
|
"filePath": "src/components/pds-tooltip/pds-tooltip.tsx",
|
|
@@ -6075,6 +7641,33 @@
|
|
|
6075
7641
|
"optional": false,
|
|
6076
7642
|
"required": false
|
|
6077
7643
|
},
|
|
7644
|
+
{
|
|
7645
|
+
"name": "maxWidth",
|
|
7646
|
+
"type": "string",
|
|
7647
|
+
"complexType": {
|
|
7648
|
+
"original": "string",
|
|
7649
|
+
"resolved": "string",
|
|
7650
|
+
"references": {}
|
|
7651
|
+
},
|
|
7652
|
+
"mutable": false,
|
|
7653
|
+
"attr": "max-width",
|
|
7654
|
+
"reflectToAttr": false,
|
|
7655
|
+
"docs": "Sets the maximum width of the tooltip content",
|
|
7656
|
+
"docsTags": [
|
|
7657
|
+
{
|
|
7658
|
+
"name": "defaultValue",
|
|
7659
|
+
"text": "\"352px\""
|
|
7660
|
+
}
|
|
7661
|
+
],
|
|
7662
|
+
"default": "'352px'",
|
|
7663
|
+
"values": [
|
|
7664
|
+
{
|
|
7665
|
+
"type": "string"
|
|
7666
|
+
}
|
|
7667
|
+
],
|
|
7668
|
+
"optional": false,
|
|
7669
|
+
"required": false
|
|
7670
|
+
},
|
|
6078
7671
|
{
|
|
6079
7672
|
"name": "opened",
|
|
6080
7673
|
"type": "boolean",
|
|
@@ -6221,36 +7814,7 @@
|
|
|
6221
7814
|
"docsTags": []
|
|
6222
7815
|
}
|
|
6223
7816
|
],
|
|
6224
|
-
"events": [
|
|
6225
|
-
{
|
|
6226
|
-
"event": "pdsTooltipHide",
|
|
6227
|
-
"detail": "any",
|
|
6228
|
-
"bubbles": true,
|
|
6229
|
-
"complexType": {
|
|
6230
|
-
"original": "any",
|
|
6231
|
-
"resolved": "any",
|
|
6232
|
-
"references": {}
|
|
6233
|
-
},
|
|
6234
|
-
"cancelable": true,
|
|
6235
|
-
"composed": true,
|
|
6236
|
-
"docs": "Emitted after a tooltip is closed",
|
|
6237
|
-
"docsTags": []
|
|
6238
|
-
},
|
|
6239
|
-
{
|
|
6240
|
-
"event": "pdsTooltipShow",
|
|
6241
|
-
"detail": "any",
|
|
6242
|
-
"bubbles": true,
|
|
6243
|
-
"complexType": {
|
|
6244
|
-
"original": "any",
|
|
6245
|
-
"resolved": "any",
|
|
6246
|
-
"references": {}
|
|
6247
|
-
},
|
|
6248
|
-
"cancelable": true,
|
|
6249
|
-
"composed": true,
|
|
6250
|
-
"docs": "Emitted after a tooltip is shown",
|
|
6251
|
-
"docsTags": []
|
|
6252
|
-
}
|
|
6253
|
-
],
|
|
7817
|
+
"events": [],
|
|
6254
7818
|
"listeners": [],
|
|
6255
7819
|
"styles": [],
|
|
6256
7820
|
"slots": [
|
|
@@ -6290,8 +7854,28 @@
|
|
|
6290
7854
|
"docstring": "",
|
|
6291
7855
|
"path": "src/components/pds-checkbox/checkbox-interface.ts"
|
|
6292
7856
|
},
|
|
7857
|
+
"src/components/pds-input/input-interface.ts::InputChangeEventDetail": {
|
|
7858
|
+
"declaration": "export interface InputChangeEventDetail {\n value?: string | number | null;\n event?: Event;\n}",
|
|
7859
|
+
"docstring": "",
|
|
7860
|
+
"path": "src/components/pds-input/input-interface.ts"
|
|
7861
|
+
},
|
|
7862
|
+
"src/components/pds-input/input-interface.ts::InputInputEventDetail": {
|
|
7863
|
+
"declaration": "export interface InputInputEventDetail {\n value?: string | number | null;\n event?: Event;\n}",
|
|
7864
|
+
"docstring": "",
|
|
7865
|
+
"path": "src/components/pds-input/input-interface.ts"
|
|
7866
|
+
},
|
|
7867
|
+
"src/utils/types.ts::PlacementType": {
|
|
7868
|
+
"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';",
|
|
7869
|
+
"docstring": "",
|
|
7870
|
+
"path": "src/utils/types.ts"
|
|
7871
|
+
},
|
|
7872
|
+
"src/components/pds-textarea/textarea-interface.ts::TextareaInputEventDetail": {
|
|
7873
|
+
"declaration": "export interface TextareaInputEventDetail {\n event?: Event;\n value?: string | null;\n}",
|
|
7874
|
+
"docstring": "",
|
|
7875
|
+
"path": "src/components/pds-textarea/textarea-interface.ts"
|
|
7876
|
+
},
|
|
6293
7877
|
"src/components/pds-textarea/textarea-interface.ts::TextareaChangeEventDetail": {
|
|
6294
|
-
"declaration": "export interface TextareaChangeEventDetail {\n event?: Event;\n value
|
|
7878
|
+
"declaration": "export interface TextareaChangeEventDetail {\n event?: Event;\n value?: string | null;\n}",
|
|
6295
7879
|
"docstring": "",
|
|
6296
7880
|
"path": "src/components/pds-textarea/textarea-interface.ts"
|
|
6297
7881
|
}
|