@pine-ds/core 2.1.0 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/index.d.ts +6 -0
- package/components/index.js +3 -0
- package/components/index.js.map +1 -1
- package/components/index2.js +3 -2
- package/components/index2.js.map +1 -1
- package/components/pds-button2.js +5 -3
- package/components/pds-button2.js.map +1 -1
- package/components/pds-checkbox2.js +12 -5
- package/components/pds-checkbox2.js.map +1 -1
- package/components/pds-chip.js +4 -4
- package/components/pds-chip.js.map +1 -1
- package/components/pds-copytext.js +1 -1
- package/components/pds-copytext.js.map +1 -1
- package/components/pds-divider.js +1 -1
- package/components/pds-divider.js.map +1 -1
- package/components/pds-image.js +2 -2
- package/components/pds-image.js.map +1 -1
- package/components/pds-input.js +14 -5
- package/components/pds-input.js.map +1 -1
- package/components/pds-link.js +2 -2
- package/components/pds-link.js.map +1 -1
- package/components/pds-loader.js +1 -1
- package/components/pds-popover.d.ts +11 -0
- package/components/pds-popover.js +94 -0
- package/components/pds-popover.js.map +1 -0
- package/components/pds-progress.js +1 -1
- package/components/pds-radio.js +16 -9
- package/components/pds-radio.js.map +1 -1
- package/components/pds-row.js +1 -1
- package/components/pds-select.d.ts +11 -0
- package/components/pds-select.js +165 -0
- package/components/pds-select.js.map +1 -0
- package/components/pds-sortable-item.js +1 -1
- package/components/pds-sortable.js +1 -1
- package/components/pds-switch.js +15 -11
- package/components/pds-switch.js.map +1 -1
- package/components/pds-tab.js +3 -3
- package/components/pds-table-body.js +1 -1
- package/components/pds-table-cell2.js +2 -2
- package/components/pds-table-head-cell2.js +3 -3
- package/components/pds-table-head.js +1 -1
- package/components/pds-table-row.js +9 -3
- package/components/pds-table-row.js.map +1 -1
- package/components/pds-table.js +1 -1
- package/components/pds-tabpanel.js +1 -1
- package/components/pds-tabs.js +1 -1
- package/components/pds-text.d.ts +11 -0
- package/components/pds-text.js +58 -0
- package/components/pds-text.js.map +1 -0
- package/components/pds-textarea.js +16 -7
- package/components/pds-textarea.js.map +1 -1
- package/components/pds-tooltip.js +6 -8
- package/components/pds-tooltip.js.map +1 -1
- package/dist/cjs/{index-2240f8f4.js → index-0079013c.js} +4 -2
- package/dist/cjs/index-0079013c.js.map +1 -0
- package/dist/cjs/{index-d424fb6f.js → index-b7d9268e.js} +14 -7
- package/dist/cjs/index-b7d9268e.js.map +1 -0
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/pds-accordion.cjs.entry.js +2 -2
- package/dist/cjs/pds-avatar.cjs.entry.js +2 -2
- package/dist/cjs/pds-box.cjs.entry.js +1 -1
- package/dist/cjs/pds-button.cjs.entry.js +5 -3
- package/dist/cjs/pds-button.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-checkbox.cjs.entry.js +7 -6
- package/dist/cjs/pds-checkbox.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-chip.cjs.entry.js +5 -5
- package/dist/cjs/pds-chip.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-copytext.cjs.entry.js +3 -3
- package/dist/cjs/pds-copytext.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-divider.cjs.entry.js +2 -2
- package/dist/cjs/pds-divider.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-icon.cjs.entry.js +1 -1
- package/dist/cjs/pds-image.cjs.entry.js +3 -3
- package/dist/cjs/pds-image.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-input.cjs.entry.js +8 -6
- package/dist/cjs/pds-input.cjs.entry.js.map +1 -1
- package/dist/cjs/{pds-label-397cc854.js → pds-label-05f073ea.js} +2 -2
- package/dist/cjs/{pds-label-397cc854.js.map → pds-label-05f073ea.js.map} +1 -1
- package/dist/cjs/pds-link.cjs.entry.js +4 -4
- package/dist/cjs/pds-link.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-loader.cjs.entry.js +2 -2
- package/dist/cjs/pds-popover.cjs.entry.js +72 -0
- package/dist/cjs/pds-popover.cjs.entry.js.map +1 -0
- package/dist/cjs/pds-progress.cjs.entry.js +2 -2
- package/dist/cjs/pds-radio.cjs.entry.js +9 -8
- package/dist/cjs/pds-radio.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-row.cjs.entry.js +2 -2
- package/dist/cjs/pds-select.cjs.entry.js +131 -0
- package/dist/cjs/pds-select.cjs.entry.js.map +1 -0
- package/dist/cjs/pds-sortable-item.cjs.entry.js +3 -3
- package/dist/cjs/pds-sortable.cjs.entry.js +2 -2
- package/dist/cjs/pds-switch.cjs.entry.js +9 -10
- package/dist/cjs/pds-switch.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-tab.cjs.entry.js +4 -4
- package/dist/cjs/pds-table-body.cjs.entry.js +2 -2
- package/dist/cjs/pds-table-cell.cjs.entry.js +3 -3
- package/dist/cjs/pds-table-head-cell.cjs.entry.js +4 -4
- package/dist/cjs/pds-table-head.cjs.entry.js +2 -2
- package/dist/cjs/pds-table-row.cjs.entry.js +2 -2
- package/dist/cjs/pds-table.cjs.entry.js +2 -2
- package/dist/cjs/pds-tabpanel.cjs.entry.js +2 -2
- package/dist/cjs/pds-tabs.cjs.entry.js +2 -2
- package/dist/cjs/pds-text.cjs.entry.js +37 -0
- package/dist/cjs/pds-text.cjs.entry.js.map +1 -0
- package/dist/cjs/pds-textarea.cjs.entry.js +10 -8
- package/dist/cjs/pds-textarea.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-tooltip.cjs.entry.js +5 -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/collection/collection-manifest.json +4 -1
- package/dist/collection/components/pds-button/pds-button.js +20 -1
- package/dist/collection/components/pds-button/pds-button.js.map +1 -1
- package/dist/collection/components/pds-button/stories/pds-button.stories.js +8 -1
- package/dist/collection/components/pds-checkbox/pds-checkbox.css +9 -1
- package/dist/collection/components/pds-checkbox/pds-checkbox.js +4 -3
- package/dist/collection/components/pds-checkbox/pds-checkbox.js.map +1 -1
- package/dist/collection/components/pds-chip/pds-chip.js +26 -26
- package/dist/collection/components/pds-chip/pds-chip.js.map +1 -1
- package/dist/collection/components/pds-copytext/pds-copytext.js +4 -4
- package/dist/collection/components/pds-copytext/pds-copytext.js.map +1 -1
- package/dist/collection/components/pds-divider/pds-divider.js +2 -2
- package/dist/collection/components/pds-divider/pds-divider.js.map +1 -1
- package/dist/collection/components/pds-icon/stories/pds-icon.stories.js +1 -1
- package/dist/collection/components/pds-image/pds-image.js +13 -7
- package/dist/collection/components/pds-image/pds-image.js.map +1 -1
- package/dist/collection/components/pds-input/pds-input.css +6 -1
- package/dist/collection/components/pds-input/pds-input.js +22 -3
- package/dist/collection/components/pds-input/pds-input.js.map +1 -1
- package/dist/collection/components/pds-input/stories/pds-input.stories.js +10 -0
- package/dist/collection/components/pds-link/pds-link.js +12 -9
- package/dist/collection/components/pds-link/pds-link.js.map +1 -1
- package/dist/collection/components/pds-loader/pds-loader.js +1 -1
- package/dist/collection/components/pds-popover/pds-popover.css +51 -0
- package/dist/collection/components/pds-popover/pds-popover.js +216 -0
- package/dist/collection/components/pds-popover/pds-popover.js.map +1 -0
- package/dist/collection/components/pds-popover/stories/pds-popover.stories.js +45 -0
- package/dist/collection/components/pds-progress/pds-progress.js +1 -1
- package/dist/collection/components/pds-radio/pds-radio.css +9 -1
- package/dist/collection/components/pds-radio/pds-radio.js +41 -40
- package/dist/collection/components/pds-radio/pds-radio.js.map +1 -1
- package/dist/collection/components/pds-row/pds-row.js +1 -1
- package/dist/collection/components/pds-select/pds-select.css +126 -0
- package/dist/collection/components/pds-select/pds-select.js +360 -0
- package/dist/collection/components/pds-select/pds-select.js.map +1 -0
- package/dist/collection/components/pds-select/stories/pds-select.stories.js +153 -0
- package/dist/collection/components/pds-sortable/pds-sortable-item/pds-sortable-item.js +1 -1
- package/dist/collection/components/pds-sortable/pds-sortable.js +1 -1
- package/dist/collection/components/pds-switch/pds-switch.css +10 -6
- package/dist/collection/components/pds-switch/pds-switch.js +17 -39
- 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-cell/pds-table-cell.js +2 -2
- package/dist/collection/components/pds-table/pds-table-head/pds-table-head.js +1 -1
- package/dist/collection/components/pds-table/pds-table-head-cell/pds-table-head-cell.js +2 -2
- package/dist/collection/components/pds-table/pds-table-row/pds-table-row.js +1 -1
- package/dist/collection/components/pds-table/pds-table.js +1 -1
- package/dist/collection/components/pds-tabs/pds-tab/pds-tab.js +3 -3
- package/dist/collection/components/pds-tabs/pds-tab/stories/pds-tab.stories.js +19 -0
- package/dist/collection/components/pds-tabs/pds-tabpanel/pds-tabpanel.js +1 -1
- package/dist/collection/components/pds-tabs/pds-tabpanel/stories/pds-tabpanel.stories.js +19 -0
- package/dist/collection/components/pds-tabs/pds-tabs.js +1 -1
- package/dist/collection/components/pds-tabs/stories/pds-tabs.stories.js +18 -18
- package/dist/collection/components/pds-text/pds-text.css +218 -0
- package/dist/collection/components/pds-text/pds-text.js +143 -0
- package/dist/collection/components/pds-text/pds-text.js.map +1 -0
- package/dist/collection/components/pds-text/stories/pds-text.stories.js +111 -0
- package/dist/collection/components/pds-textarea/pds-textarea.css +4 -0
- package/dist/collection/components/pds-textarea/pds-textarea.js +24 -5
- package/dist/collection/components/pds-textarea/pds-textarea.js.map +1 -1
- package/dist/collection/components/pds-textarea/stories/pds-textarea.stories.js +22 -11
- package/dist/collection/components/pds-tooltip/pds-tooltip.css +2 -1
- package/dist/collection/components/pds-tooltip/pds-tooltip.js +24 -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/utils/types.js.map +1 -1
- package/dist/docs.json +1184 -265
- package/dist/esm/{index-786a51ce.js → index-3ca52e8f.js} +4 -3
- package/dist/esm/index-3ca52e8f.js.map +1 -0
- package/dist/esm/{index-94bbabb0.js → index-b1696fed.js} +14 -7
- package/dist/esm/index-b1696fed.js.map +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/pds-accordion.entry.js +2 -2
- package/dist/esm/pds-avatar.entry.js +2 -2
- package/dist/esm/pds-box.entry.js +1 -1
- package/dist/esm/pds-button.entry.js +5 -3
- package/dist/esm/pds-button.entry.js.map +1 -1
- package/dist/esm/pds-checkbox.entry.js +7 -6
- package/dist/esm/pds-checkbox.entry.js.map +1 -1
- package/dist/esm/pds-chip.entry.js +5 -5
- package/dist/esm/pds-chip.entry.js.map +1 -1
- package/dist/esm/pds-copytext.entry.js +3 -3
- package/dist/esm/pds-copytext.entry.js.map +1 -1
- package/dist/esm/pds-divider.entry.js +2 -2
- package/dist/esm/pds-divider.entry.js.map +1 -1
- package/dist/esm/pds-icon.entry.js +1 -1
- package/dist/esm/pds-image.entry.js +3 -3
- package/dist/esm/pds-image.entry.js.map +1 -1
- package/dist/esm/pds-input.entry.js +8 -6
- package/dist/esm/pds-input.entry.js.map +1 -1
- package/dist/esm/{pds-label-d28da6eb.js → pds-label-62469596.js} +2 -2
- package/dist/esm/{pds-label-d28da6eb.js.map → pds-label-62469596.js.map} +1 -1
- package/dist/esm/pds-link.entry.js +4 -4
- package/dist/esm/pds-link.entry.js.map +1 -1
- package/dist/esm/pds-loader.entry.js +2 -2
- package/dist/esm/pds-popover.entry.js +68 -0
- package/dist/esm/pds-popover.entry.js.map +1 -0
- package/dist/esm/pds-progress.entry.js +2 -2
- package/dist/esm/pds-radio.entry.js +9 -8
- package/dist/esm/pds-radio.entry.js.map +1 -1
- package/dist/esm/pds-row.entry.js +2 -2
- package/dist/esm/pds-select.entry.js +127 -0
- package/dist/esm/pds-select.entry.js.map +1 -0
- package/dist/esm/pds-sortable-item.entry.js +3 -3
- package/dist/esm/pds-sortable.entry.js +2 -2
- package/dist/esm/pds-switch.entry.js +9 -10
- package/dist/esm/pds-switch.entry.js.map +1 -1
- package/dist/esm/pds-tab.entry.js +4 -4
- package/dist/esm/pds-table-body.entry.js +2 -2
- package/dist/esm/pds-table-cell.entry.js +3 -3
- package/dist/esm/pds-table-head-cell.entry.js +4 -4
- package/dist/esm/pds-table-head.entry.js +2 -2
- package/dist/esm/pds-table-row.entry.js +2 -2
- package/dist/esm/pds-table.entry.js +2 -2
- package/dist/esm/pds-tabpanel.entry.js +2 -2
- package/dist/esm/pds-tabs.entry.js +2 -2
- package/dist/esm/pds-text.entry.js +33 -0
- package/dist/esm/pds-text.entry.js.map +1 -0
- package/dist/esm/pds-textarea.entry.js +10 -8
- package/dist/esm/pds-textarea.entry.js.map +1 -1
- package/dist/esm/pds-tooltip.entry.js +5 -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-es5/index-3ca52e8f.js +2 -0
- package/dist/esm-es5/index-3ca52e8f.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-avatar.entry.js +1 -1
- package/dist/esm-es5/pds-box.entry.js +1 -1
- package/dist/esm-es5/pds-button.entry.js +1 -1
- package/dist/esm-es5/pds-button.entry.js.map +1 -1
- package/dist/esm-es5/pds-checkbox.entry.js +1 -1
- package/dist/esm-es5/pds-checkbox.entry.js.map +1 -1
- package/dist/esm-es5/pds-chip.entry.js +1 -1
- package/dist/esm-es5/pds-chip.entry.js.map +1 -1
- package/dist/esm-es5/pds-copytext.entry.js +1 -1
- package/dist/esm-es5/pds-copytext.entry.js.map +1 -1
- package/dist/esm-es5/pds-divider.entry.js +1 -1
- package/dist/esm-es5/pds-divider.entry.js.map +1 -1
- package/dist/esm-es5/pds-icon.entry.js +1 -1
- package/dist/esm-es5/pds-image.entry.js +1 -1
- package/dist/esm-es5/pds-image.entry.js.map +1 -1
- package/dist/esm-es5/pds-input.entry.js +1 -1
- package/dist/esm-es5/pds-input.entry.js.map +1 -1
- package/dist/esm-es5/{pds-label-d28da6eb.js → pds-label-62469596.js} +2 -2
- package/dist/esm-es5/pds-link.entry.js +1 -1
- package/dist/esm-es5/pds-link.entry.js.map +1 -1
- package/dist/esm-es5/pds-loader.entry.js +1 -1
- package/dist/esm-es5/pds-popover.entry.js +2 -0
- package/dist/esm-es5/pds-popover.entry.js.map +1 -0
- package/dist/esm-es5/pds-progress.entry.js +1 -1
- package/dist/esm-es5/pds-radio.entry.js +1 -1
- package/dist/esm-es5/pds-radio.entry.js.map +1 -1
- package/dist/esm-es5/pds-row.entry.js +1 -1
- package/dist/esm-es5/pds-select.entry.js +2 -0
- package/dist/esm-es5/pds-select.entry.js.map +1 -0
- package/dist/esm-es5/pds-sortable-item.entry.js +1 -1
- package/dist/esm-es5/pds-sortable.entry.js +2 -2
- package/dist/esm-es5/pds-switch.entry.js +1 -1
- package/dist/esm-es5/pds-switch.entry.js.map +1 -1
- package/dist/esm-es5/pds-tab.entry.js +1 -1
- package/dist/esm-es5/pds-table-body.entry.js +1 -1
- package/dist/esm-es5/pds-table-cell.entry.js +1 -1
- package/dist/esm-es5/pds-table-head-cell.entry.js +1 -1
- package/dist/esm-es5/pds-table-head.entry.js +1 -1
- package/dist/esm-es5/pds-table-row.entry.js +1 -1
- package/dist/esm-es5/pds-table.entry.js +1 -1
- package/dist/esm-es5/pds-tabpanel.entry.js +1 -1
- package/dist/esm-es5/pds-tabs.entry.js +1 -1
- package/dist/esm-es5/pds-text.entry.js +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/pine-core/index.esm.js +1 -1
- package/dist/pine-core/{p-284433e0.entry.js → p-00cccccb.entry.js} +2 -2
- package/dist/pine-core/p-06513fe5.entry.js +2 -0
- package/dist/pine-core/p-06513fe5.entry.js.map +1 -0
- package/dist/pine-core/p-06593922.system.entry.js +2 -0
- package/dist/pine-core/p-06593922.system.entry.js.map +1 -0
- package/dist/pine-core/{p-a8cb75f0.system.entry.js → p-08c4f190.system.entry.js} +2 -2
- package/dist/pine-core/{p-bd5de072.system.entry.js → p-09d83447.system.entry.js} +2 -2
- package/dist/pine-core/{p-bd5de072.system.entry.js.map → p-09d83447.system.entry.js.map} +1 -1
- package/dist/pine-core/{p-abe6c2d6.entry.js → p-0ac04129.entry.js} +2 -2
- package/dist/pine-core/{p-abe6c2d6.entry.js.map → p-0ac04129.entry.js.map} +1 -1
- package/dist/pine-core/{p-cd033c2a.entry.js → p-0ff89cf4.entry.js} +2 -2
- package/dist/pine-core/{p-cd033c2a.entry.js.map → p-0ff89cf4.entry.js.map} +1 -1
- package/dist/pine-core/p-1010d12b.system.entry.js +2 -0
- package/dist/pine-core/p-1010d12b.system.entry.js.map +1 -0
- package/dist/pine-core/p-110b2e03.entry.js +2 -0
- package/dist/pine-core/p-110b2e03.entry.js.map +1 -0
- package/dist/pine-core/{p-d8eeadd1.system.entry.js → p-172464c1.system.entry.js} +2 -2
- package/dist/pine-core/{p-64c07f01.system.entry.js → p-1a1a76ea.system.entry.js} +2 -2
- package/dist/pine-core/{p-e847089d.system.entry.js → p-1df1990d.system.entry.js} +2 -2
- package/dist/pine-core/p-1e80f274.entry.js +2 -0
- package/dist/pine-core/p-1e80f274.entry.js.map +1 -0
- package/dist/pine-core/{p-3558923a.entry.js → p-239891e6.entry.js} +2 -2
- package/dist/pine-core/p-34f84589.entry.js +2 -0
- package/dist/pine-core/p-34f84589.entry.js.map +1 -0
- package/dist/pine-core/{p-1692ed0c.entry.js → p-3acb18ad.entry.js} +2 -2
- package/dist/pine-core/{p-57d81378.entry.js → p-3e4225fc.entry.js} +2 -2
- package/dist/pine-core/{p-7fb3c253.entry.js → p-3ff2642d.entry.js} +2 -2
- package/dist/pine-core/{p-7fb3c253.entry.js.map → p-3ff2642d.entry.js.map} +1 -1
- package/dist/pine-core/{p-d9611049.system.entry.js → p-4043cf6e.system.entry.js} +2 -2
- package/dist/pine-core/{p-d9611049.system.entry.js.map → p-4043cf6e.system.entry.js.map} +1 -1
- 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-03ecf146.entry.js → p-4d22b02c.entry.js} +2 -2
- package/dist/pine-core/p-4f9b1945.entry.js +2 -0
- package/dist/pine-core/p-4f9b1945.entry.js.map +1 -0
- package/dist/pine-core/{p-961f79c5.system.entry.js → p-50918693.system.entry.js} +2 -2
- package/dist/pine-core/p-59214c8b.system.entry.js +2 -0
- package/dist/pine-core/p-59214c8b.system.entry.js.map +1 -0
- package/dist/pine-core/{p-a17dea5e.system.entry.js → p-59327483.system.entry.js} +2 -2
- package/dist/pine-core/p-59a43f75.system.entry.js +2 -0
- package/dist/pine-core/p-59a43f75.system.entry.js.map +1 -0
- package/dist/pine-core/{p-d461bee4.entry.js → p-59fcea0f.entry.js} +2 -2
- 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-85507ca5.system.entry.js → p-5c942465.system.entry.js} +2 -2
- package/dist/pine-core/{p-835c73f4.entry.js → p-624de926.entry.js} +2 -2
- package/dist/pine-core/p-65229490.entry.js +2 -0
- package/dist/pine-core/{p-ffa8e658.entry.js → p-6e079be2.entry.js} +2 -2
- package/dist/pine-core/p-6f8f471b.system.entry.js +2 -0
- package/dist/pine-core/p-6f8f471b.system.entry.js.map +1 -0
- package/dist/pine-core/{p-58a25131.entry.js → p-760e1c32.entry.js} +2 -2
- package/dist/pine-core/{p-58a25131.entry.js.map → p-760e1c32.entry.js.map} +1 -1
- package/dist/pine-core/{p-979ab4e2.system.entry.js → p-81bdf676.system.entry.js} +2 -2
- package/dist/pine-core/{p-8963f07a.entry.js → p-84a4930d.entry.js} +2 -2
- package/dist/pine-core/p-87fe352f.js +3 -0
- package/dist/pine-core/p-87fe352f.js.map +1 -0
- package/dist/pine-core/{p-6e15f0e1.entry.js → p-88410213.entry.js} +2 -2
- package/dist/pine-core/p-88702fa2.entry.js +2 -0
- package/dist/pine-core/p-88702fa2.entry.js.map +1 -0
- package/dist/pine-core/{p-d41fbbf0.system.entry.js → p-88edcb41.system.entry.js} +2 -2
- package/dist/pine-core/{p-469a84a3.system.entry.js → p-8ae84655.system.entry.js} +2 -2
- package/dist/pine-core/{p-469a84a3.system.entry.js.map → p-8ae84655.system.entry.js.map} +1 -1
- package/dist/pine-core/{p-90707120.entry.js → p-9487df53.entry.js} +2 -2
- package/dist/pine-core/{p-c5afbc57.entry.js → p-953e6fde.entry.js} +2 -2
- package/dist/pine-core/{p-c5afbc57.entry.js.map → p-953e6fde.entry.js.map} +1 -1
- package/dist/pine-core/p-9db668f2.system.entry.js +2 -0
- package/dist/pine-core/p-9db668f2.system.entry.js.map +1 -0
- package/dist/pine-core/p-a2726d3b.system.entry.js +2 -0
- package/dist/pine-core/p-a2726d3b.system.entry.js.map +1 -0
- package/dist/pine-core/{p-95c2a6bf.entry.js → p-a51098dd.entry.js} +2 -2
- package/dist/pine-core/p-a9038f7f.js +2 -0
- package/dist/pine-core/{p-a98f5e91.system.entry.js → p-a9e02a6f.system.entry.js} +2 -2
- package/dist/pine-core/{p-a09284c5.entry.js → p-b7890a73.system.entry.js} +2 -2
- package/dist/pine-core/p-b7890a73.system.entry.js.map +1 -0
- package/dist/pine-core/{p-ca1fa95e.system.entry.js → p-b7edbe43.system.entry.js} +2 -2
- package/dist/pine-core/{p-366c4924.system.entry.js → p-b95522e6.system.entry.js} +2 -2
- package/dist/pine-core/{p-fe793116.entry.js → p-bbd19258.entry.js} +2 -2
- package/dist/pine-core/{p-d2c98df0.system.entry.js → p-c4aec6ce.system.entry.js} +2 -2
- package/dist/pine-core/{p-d2c98df0.system.entry.js.map → p-c4aec6ce.system.entry.js.map} +1 -1
- package/dist/pine-core/p-cbf2acbd.system.entry.js +2 -0
- package/dist/pine-core/p-cbf2acbd.system.entry.js.map +1 -0
- package/dist/pine-core/{p-852dce9d.system.entry.js → p-ce91ca6a.system.entry.js} +2 -2
- package/dist/pine-core/{p-852dce9d.system.entry.js.map → p-ce91ca6a.system.entry.js.map} +1 -1
- package/dist/pine-core/{p-f79b96ee.entry.js → p-ceb66096.entry.js} +3 -3
- package/dist/pine-core/{p-8930c3b7.system.entry.js → p-d3365f49.system.entry.js} +3 -3
- package/dist/pine-core/p-d37d900e.entry.js +2 -0
- package/dist/pine-core/p-d37d900e.entry.js.map +1 -0
- package/dist/pine-core/p-d5c90be4.entry.js +2 -0
- package/dist/pine-core/p-d5c90be4.entry.js.map +1 -0
- package/dist/pine-core/{p-7c4f8c64.entry.js → p-d6d8a21a.entry.js} +2 -2
- package/dist/pine-core/p-db622f8f.system.js +2 -0
- package/dist/pine-core/p-dc4a6d88.js +2 -0
- package/dist/pine-core/p-dc4a6d88.js.map +1 -0
- package/dist/pine-core/{p-bd593d1c.entry.js → p-e2a673e8.entry.js} +2 -2
- package/dist/pine-core/{p-d6873321.system.js → p-e3fab4be.system.js} +2 -2
- package/dist/pine-core/{p-1dccfe1b.system.entry.js → p-e64594ae.system.entry.js} +2 -2
- package/dist/pine-core/p-e90b2c75.system.js +2 -0
- package/dist/pine-core/p-e90b2c75.system.js.map +1 -0
- package/dist/pine-core/p-e936e948.entry.js +2 -0
- package/dist/pine-core/p-e936e948.entry.js.map +1 -0
- package/dist/pine-core/{p-9b0e5234.entry.js → p-ebdaf3ad.entry.js} +2 -2
- package/dist/pine-core/{p-4b856a95.system.entry.js → p-ece8530d.system.entry.js} +2 -2
- package/dist/pine-core/{p-0c2553c6.system.entry.js → p-ee21fa25.system.entry.js} +2 -2
- package/dist/pine-core/p-efbe2dc5.system.entry.js +2 -0
- package/dist/pine-core/p-efbe2dc5.system.entry.js.map +1 -0
- package/dist/pine-core/{p-4b06aed0.system.entry.js → p-f16ef73c.system.entry.js} +2 -2
- package/dist/pine-core/{p-2a4952ea.system.entry.js → p-f9719887.system.entry.js} +2 -2
- package/dist/pine-core/p-ff20b191.entry.js +2 -0
- package/dist/pine-core/p-ff20b191.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/bookmark.svg +1 -0
- package/dist/pine-core/svg/expand.svg +1 -1
- package/dist/pine-core/svg/file-add.svg +1 -1
- package/dist/pine-core/svg/layout-grid-02.svg +1 -0
- package/dist/pine-core/svg/user-star-filled.svg +1 -1
- package/dist/pine-core/svg/user-star.svg +1 -1
- package/dist/types/components/pds-button/pds-button.d.ts +2 -0
- package/dist/types/components/pds-chip/pds-chip.d.ts +8 -8
- package/dist/types/components/pds-copytext/pds-copytext.d.ts +3 -3
- package/dist/types/components/pds-divider/pds-divider.d.ts +1 -1
- package/dist/types/components/pds-image/pds-image.d.ts +7 -3
- package/dist/types/components/pds-input/pds-input.d.ts +4 -0
- 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-text/pds-text.d.ts +27 -0
- package/dist/types/components/pds-textarea/pds-textarea.d.ts +4 -0
- package/dist/types/components/pds-tooltip/pds-tooltip.d.ts +5 -9
- package/dist/types/components.d.ts +419 -81
- package/dist/types/stencil-public-runtime.d.ts +2 -0
- package/dist/types/utils/types.d.ts +1 -1
- package/hydrate/index.js +350 -79
- package/hydrate/index.mjs +350 -79
- package/package.json +13 -10
- package/dist/cjs/index-2240f8f4.js.map +0 -1
- package/dist/cjs/index-d424fb6f.js.map +0 -1
- package/dist/esm/index-786a51ce.js.map +0 -1
- package/dist/esm/index-94bbabb0.js.map +0 -1
- package/dist/esm-es5/index-786a51ce.js +0 -2
- package/dist/esm-es5/index-786a51ce.js.map +0 -1
- package/dist/esm-es5/index-94bbabb0.js +0 -3
- package/dist/esm-es5/index-94bbabb0.js.map +0 -1
- package/dist/pine-core/p-0069affa.entry.js +0 -2
- package/dist/pine-core/p-0069affa.entry.js.map +0 -1
- package/dist/pine-core/p-14d3cdaf.system.js +0 -2
- package/dist/pine-core/p-14d3cdaf.system.js.map +0 -1
- package/dist/pine-core/p-244e264d.system.js +0 -2
- package/dist/pine-core/p-244e264d.system.js.map +0 -1
- package/dist/pine-core/p-2665d555.js +0 -2
- package/dist/pine-core/p-2665d555.js.map +0 -1
- package/dist/pine-core/p-37458cc7.entry.js +0 -2
- package/dist/pine-core/p-37458cc7.entry.js.map +0 -1
- package/dist/pine-core/p-3886e15a.entry.js +0 -2
- package/dist/pine-core/p-3886e15a.entry.js.map +0 -1
- package/dist/pine-core/p-496454a3.system.js +0 -2
- package/dist/pine-core/p-4fcf94ee.system.entry.js +0 -2
- package/dist/pine-core/p-4fcf94ee.system.entry.js.map +0 -1
- package/dist/pine-core/p-59cc888d.entry.js +0 -2
- package/dist/pine-core/p-72ee760e.entry.js +0 -2
- package/dist/pine-core/p-72ee760e.entry.js.map +0 -1
- package/dist/pine-core/p-77c5fe7b.entry.js +0 -2
- package/dist/pine-core/p-77c5fe7b.entry.js.map +0 -1
- package/dist/pine-core/p-7841bd18.js +0 -3
- package/dist/pine-core/p-7841bd18.js.map +0 -1
- package/dist/pine-core/p-7c79ff32.system.entry.js +0 -2
- package/dist/pine-core/p-7c79ff32.system.entry.js.map +0 -1
- package/dist/pine-core/p-91cba446.system.entry.js +0 -2
- package/dist/pine-core/p-91cba446.system.entry.js.map +0 -1
- package/dist/pine-core/p-a09284c5.entry.js.map +0 -1
- package/dist/pine-core/p-b54e35d2.system.entry.js +0 -2
- package/dist/pine-core/p-b54e35d2.system.entry.js.map +0 -1
- package/dist/pine-core/p-bb88538f.system.entry.js +0 -2
- package/dist/pine-core/p-bb88538f.system.entry.js.map +0 -1
- package/dist/pine-core/p-bc1ecf2f.js +0 -2
- package/dist/pine-core/p-c6bee7a0.system.js +0 -3
- package/dist/pine-core/p-c6bee7a0.system.js.map +0 -1
- package/dist/pine-core/p-d3eeb6f0.system.entry.js +0 -2
- package/dist/pine-core/p-d3eeb6f0.system.entry.js.map +0 -1
- package/dist/pine-core/p-dbc5775f.entry.js +0 -2
- package/dist/pine-core/p-dbc5775f.entry.js.map +0 -1
- package/dist/pine-core/p-ea27b026.system.entry.js +0 -2
- package/dist/pine-core/p-ea27b026.system.entry.js.map +0 -1
- /package/dist/esm-es5/{pds-label-d28da6eb.js.map → pds-label-62469596.js.map} +0 -0
- /package/dist/pine-core/{p-284433e0.entry.js.map → p-00cccccb.entry.js.map} +0 -0
- /package/dist/pine-core/{p-a8cb75f0.system.entry.js.map → p-08c4f190.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-d8eeadd1.system.entry.js.map → p-172464c1.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-64c07f01.system.entry.js.map → p-1a1a76ea.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-e847089d.system.entry.js.map → p-1df1990d.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-3558923a.entry.js.map → p-239891e6.entry.js.map} +0 -0
- /package/dist/pine-core/{p-1692ed0c.entry.js.map → p-3acb18ad.entry.js.map} +0 -0
- /package/dist/pine-core/{p-57d81378.entry.js.map → p-3e4225fc.entry.js.map} +0 -0
- /package/dist/pine-core/{p-03ecf146.entry.js.map → p-4d22b02c.entry.js.map} +0 -0
- /package/dist/pine-core/{p-961f79c5.system.entry.js.map → p-50918693.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-a17dea5e.system.entry.js.map → p-59327483.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-d461bee4.entry.js.map → p-59fcea0f.entry.js.map} +0 -0
- /package/dist/pine-core/{p-85507ca5.system.entry.js.map → p-5c942465.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-835c73f4.entry.js.map → p-624de926.entry.js.map} +0 -0
- /package/dist/pine-core/{p-59cc888d.entry.js.map → p-65229490.entry.js.map} +0 -0
- /package/dist/pine-core/{p-ffa8e658.entry.js.map → p-6e079be2.entry.js.map} +0 -0
- /package/dist/pine-core/{p-979ab4e2.system.entry.js.map → p-81bdf676.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-8963f07a.entry.js.map → p-84a4930d.entry.js.map} +0 -0
- /package/dist/pine-core/{p-6e15f0e1.entry.js.map → p-88410213.entry.js.map} +0 -0
- /package/dist/pine-core/{p-d41fbbf0.system.entry.js.map → p-88edcb41.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-90707120.entry.js.map → p-9487df53.entry.js.map} +0 -0
- /package/dist/pine-core/{p-95c2a6bf.entry.js.map → p-a51098dd.entry.js.map} +0 -0
- /package/dist/pine-core/{p-bc1ecf2f.js.map → p-a9038f7f.js.map} +0 -0
- /package/dist/pine-core/{p-a98f5e91.system.entry.js.map → p-a9e02a6f.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-ca1fa95e.system.entry.js.map → p-b7edbe43.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-366c4924.system.entry.js.map → p-b95522e6.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-fe793116.entry.js.map → p-bbd19258.entry.js.map} +0 -0
- /package/dist/pine-core/{p-f79b96ee.entry.js.map → p-ceb66096.entry.js.map} +0 -0
- /package/dist/pine-core/{p-8930c3b7.system.entry.js.map → p-d3365f49.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-7c4f8c64.entry.js.map → p-d6d8a21a.entry.js.map} +0 -0
- /package/dist/pine-core/{p-496454a3.system.js.map → p-db622f8f.system.js.map} +0 -0
- /package/dist/pine-core/{p-bd593d1c.entry.js.map → p-e2a673e8.entry.js.map} +0 -0
- /package/dist/pine-core/{p-d6873321.system.js.map → p-e3fab4be.system.js.map} +0 -0
- /package/dist/pine-core/{p-1dccfe1b.system.entry.js.map → p-e64594ae.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-9b0e5234.entry.js.map → p-ebdaf3ad.entry.js.map} +0 -0
- /package/dist/pine-core/{p-4b856a95.system.entry.js.map → p-ece8530d.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-0c2553c6.system.entry.js.map → p-ee21fa25.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-4b06aed0.system.entry.js.map → p-f16ef73c.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-2a4952ea.system.entry.js.map → p-f9719887.system.entry.js.map} +0 -0
package/dist/docs.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2024-
|
|
2
|
+
"timestamp": "2024-12-13T19:35:22",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
|
-
"version": "4.22.
|
|
5
|
+
"version": "4.22.2",
|
|
6
6
|
"typescriptVersion": "5.5.4"
|
|
7
7
|
},
|
|
8
8
|
"components": [
|
|
@@ -2064,7 +2064,22 @@
|
|
|
2064
2064
|
}
|
|
2065
2065
|
],
|
|
2066
2066
|
"methods": [],
|
|
2067
|
-
"events": [
|
|
2067
|
+
"events": [
|
|
2068
|
+
{
|
|
2069
|
+
"event": "pdsClick",
|
|
2070
|
+
"detail": "any",
|
|
2071
|
+
"bubbles": true,
|
|
2072
|
+
"complexType": {
|
|
2073
|
+
"original": "any",
|
|
2074
|
+
"resolved": "any",
|
|
2075
|
+
"references": {}
|
|
2076
|
+
},
|
|
2077
|
+
"cancelable": true,
|
|
2078
|
+
"composed": true,
|
|
2079
|
+
"docs": "",
|
|
2080
|
+
"docsTags": []
|
|
2081
|
+
}
|
|
2082
|
+
],
|
|
2068
2083
|
"listeners": [],
|
|
2069
2084
|
"styles": [],
|
|
2070
2085
|
"slots": [],
|
|
@@ -2411,8 +2426,13 @@
|
|
|
2411
2426
|
"pds-table-head",
|
|
2412
2427
|
"pds-table-row"
|
|
2413
2428
|
],
|
|
2414
|
-
"dependencies": [
|
|
2429
|
+
"dependencies": [
|
|
2430
|
+
"pds-icon"
|
|
2431
|
+
],
|
|
2415
2432
|
"dependencyGraph": {
|
|
2433
|
+
"pds-checkbox": [
|
|
2434
|
+
"pds-icon"
|
|
2435
|
+
],
|
|
2416
2436
|
"pds-table-head": [
|
|
2417
2437
|
"pds-checkbox"
|
|
2418
2438
|
],
|
|
@@ -2510,7 +2530,7 @@
|
|
|
2510
2530
|
"mutable": false,
|
|
2511
2531
|
"attr": "large",
|
|
2512
2532
|
"reflectToAttr": false,
|
|
2513
|
-
"docs": "Determines whether the chip should be
|
|
2533
|
+
"docs": "Determines whether the chip should be displayed in a larger size.",
|
|
2514
2534
|
"docsTags": [
|
|
2515
2535
|
{
|
|
2516
2536
|
"name": "defaultValue",
|
|
@@ -2537,7 +2557,7 @@
|
|
|
2537
2557
|
"mutable": false,
|
|
2538
2558
|
"attr": "sentiment",
|
|
2539
2559
|
"reflectToAttr": false,
|
|
2540
|
-
"docs": "
|
|
2560
|
+
"docs": "Defines the color scheme of the chip.",
|
|
2541
2561
|
"docsTags": [
|
|
2542
2562
|
{
|
|
2543
2563
|
"name": "defaultValue",
|
|
@@ -2624,7 +2644,7 @@
|
|
|
2624
2644
|
},
|
|
2625
2645
|
"cancelable": true,
|
|
2626
2646
|
"composed": true,
|
|
2627
|
-
"docs": "Event when close button is clicked on tag variant.",
|
|
2647
|
+
"docs": "Event emitted when the close button is clicked on a tag variant chip.",
|
|
2628
2648
|
"docsTags": []
|
|
2629
2649
|
}
|
|
2630
2650
|
],
|
|
@@ -2662,7 +2682,7 @@
|
|
|
2662
2682
|
"mutable": false,
|
|
2663
2683
|
"attr": "border",
|
|
2664
2684
|
"reflectToAttr": true,
|
|
2665
|
-
"docs": "Determines whether `copytext` should have a border.",
|
|
2685
|
+
"docs": "Determines whether `copytext` should have a visible border.",
|
|
2666
2686
|
"docsTags": [
|
|
2667
2687
|
{
|
|
2668
2688
|
"name": "defaultValue",
|
|
@@ -2764,7 +2784,7 @@
|
|
|
2764
2784
|
"mutable": false,
|
|
2765
2785
|
"attr": "value",
|
|
2766
2786
|
"reflectToAttr": false,
|
|
2767
|
-
"docs": "
|
|
2787
|
+
"docs": "The string displayed that is also copied to the clipboard upon interaction.",
|
|
2768
2788
|
"docsTags": [],
|
|
2769
2789
|
"values": [
|
|
2770
2790
|
{
|
|
@@ -2788,7 +2808,7 @@
|
|
|
2788
2808
|
},
|
|
2789
2809
|
"cancelable": true,
|
|
2790
2810
|
"composed": true,
|
|
2791
|
-
"docs": "Event when copyText button is clicked.",
|
|
2811
|
+
"docs": "Event fired when copyText button is clicked.",
|
|
2792
2812
|
"docsTags": []
|
|
2793
2813
|
}
|
|
2794
2814
|
],
|
|
@@ -2898,7 +2918,7 @@
|
|
|
2898
2918
|
"mutable": false,
|
|
2899
2919
|
"attr": "vertical",
|
|
2900
2920
|
"reflectToAttr": false,
|
|
2901
|
-
"docs": "Sets divider to display vertically",
|
|
2921
|
+
"docs": "Sets divider to display vertically.",
|
|
2902
2922
|
"docsTags": [
|
|
2903
2923
|
{
|
|
2904
2924
|
"name": "defaultValue",
|
|
@@ -2945,8 +2965,13 @@
|
|
|
2945
2965
|
"mutable": false,
|
|
2946
2966
|
"attr": "alt",
|
|
2947
2967
|
"reflectToAttr": false,
|
|
2948
|
-
"docs": "The image's alt tag. If none is provided,\nit will default to an empty string.",
|
|
2949
|
-
"docsTags": [
|
|
2968
|
+
"docs": "The image's alt tag. If none is provided,\nit will default to an empty string, which is desired for\ndecorative images.",
|
|
2969
|
+
"docsTags": [
|
|
2970
|
+
{
|
|
2971
|
+
"name": "defaultValue",
|
|
2972
|
+
"text": "''"
|
|
2973
|
+
}
|
|
2974
|
+
],
|
|
2950
2975
|
"default": "''",
|
|
2951
2976
|
"values": [
|
|
2952
2977
|
{
|
|
@@ -3010,7 +3035,12 @@
|
|
|
3010
3035
|
"attr": "loading",
|
|
3011
3036
|
"reflectToAttr": false,
|
|
3012
3037
|
"docs": "Indicates how the browser should load the image.",
|
|
3013
|
-
"docsTags": [
|
|
3038
|
+
"docsTags": [
|
|
3039
|
+
{
|
|
3040
|
+
"name": "defaultValue",
|
|
3041
|
+
"text": "eager"
|
|
3042
|
+
}
|
|
3043
|
+
],
|
|
3014
3044
|
"default": "'eager'",
|
|
3015
3045
|
"values": [
|
|
3016
3046
|
{
|
|
@@ -3036,7 +3066,7 @@
|
|
|
3036
3066
|
"mutable": false,
|
|
3037
3067
|
"attr": "sizes",
|
|
3038
3068
|
"reflectToAttr": false,
|
|
3039
|
-
"docs": "Determines the intended display size of an image\nwithin
|
|
3069
|
+
"docs": "Determines the intended display size of an image\nwithin certain breakpoints. Has no effect if `srcset`\nis not set or value has no width descriptor.",
|
|
3040
3070
|
"docsTags": [],
|
|
3041
3071
|
"values": [
|
|
3042
3072
|
{
|
|
@@ -3078,7 +3108,7 @@
|
|
|
3078
3108
|
"mutable": false,
|
|
3079
3109
|
"attr": "srcset",
|
|
3080
3110
|
"reflectToAttr": false,
|
|
3081
|
-
"docs": "A set of image sources for the browser to use.",
|
|
3111
|
+
"docs": "A set of image sources for the browser to use\nfor responsiveness.",
|
|
3082
3112
|
"docsTags": [],
|
|
3083
3113
|
"values": [
|
|
3084
3114
|
{
|
|
@@ -3135,6 +3165,27 @@
|
|
|
3135
3165
|
"docsTags": [],
|
|
3136
3166
|
"usage": {},
|
|
3137
3167
|
"props": [
|
|
3168
|
+
{
|
|
3169
|
+
"name": "autocomplete",
|
|
3170
|
+
"type": "string",
|
|
3171
|
+
"complexType": {
|
|
3172
|
+
"original": "string",
|
|
3173
|
+
"resolved": "string",
|
|
3174
|
+
"references": {}
|
|
3175
|
+
},
|
|
3176
|
+
"mutable": false,
|
|
3177
|
+
"attr": "autocomplete",
|
|
3178
|
+
"reflectToAttr": false,
|
|
3179
|
+
"docs": "Specifies if and how the browser provides `autocomplete` assistance for the field.",
|
|
3180
|
+
"docsTags": [],
|
|
3181
|
+
"values": [
|
|
3182
|
+
{
|
|
3183
|
+
"type": "string"
|
|
3184
|
+
}
|
|
3185
|
+
],
|
|
3186
|
+
"optional": false,
|
|
3187
|
+
"required": false
|
|
3188
|
+
},
|
|
3138
3189
|
{
|
|
3139
3190
|
"name": "componentId",
|
|
3140
3191
|
"type": "string",
|
|
@@ -3421,8 +3472,14 @@
|
|
|
3421
3472
|
"slots": [],
|
|
3422
3473
|
"parts": [],
|
|
3423
3474
|
"dependents": [],
|
|
3424
|
-
"dependencies": [
|
|
3425
|
-
|
|
3475
|
+
"dependencies": [
|
|
3476
|
+
"pds-icon"
|
|
3477
|
+
],
|
|
3478
|
+
"dependencyGraph": {
|
|
3479
|
+
"pds-input": [
|
|
3480
|
+
"pds-icon"
|
|
3481
|
+
]
|
|
3482
|
+
}
|
|
3426
3483
|
},
|
|
3427
3484
|
{
|
|
3428
3485
|
"filePath": "src/components/pds-link/pds-link.tsx",
|
|
@@ -3433,11 +3490,11 @@
|
|
|
3433
3490
|
"docsTags": [
|
|
3434
3491
|
{
|
|
3435
3492
|
"name": "part",
|
|
3436
|
-
"text": "link -
|
|
3493
|
+
"text": "link - Link element styles."
|
|
3437
3494
|
},
|
|
3438
3495
|
{
|
|
3439
3496
|
"name": "slot",
|
|
3440
|
-
"text": "-
|
|
3497
|
+
"text": "(default) - Text content placed between the opening and closing tags. If no text is provided, the **href** will be used as a fallback."
|
|
3441
3498
|
}
|
|
3442
3499
|
],
|
|
3443
3500
|
"usage": {},
|
|
@@ -3474,7 +3531,7 @@
|
|
|
3474
3531
|
"mutable": false,
|
|
3475
3532
|
"attr": "external",
|
|
3476
3533
|
"reflectToAttr": false,
|
|
3477
|
-
"docs": "
|
|
3534
|
+
"docs": "Determines whether the link should open in a new tab.",
|
|
3478
3535
|
"docsTags": [
|
|
3479
3536
|
{
|
|
3480
3537
|
"name": "defaultValue",
|
|
@@ -3501,7 +3558,7 @@
|
|
|
3501
3558
|
"mutable": false,
|
|
3502
3559
|
"attr": "font-size",
|
|
3503
3560
|
"reflectToAttr": false,
|
|
3504
|
-
"docs": "
|
|
3561
|
+
"docs": "The font size of the link's text.",
|
|
3505
3562
|
"docsTags": [
|
|
3506
3563
|
{
|
|
3507
3564
|
"name": "defaultValue",
|
|
@@ -3537,7 +3594,7 @@
|
|
|
3537
3594
|
"mutable": false,
|
|
3538
3595
|
"attr": "href",
|
|
3539
3596
|
"reflectToAttr": false,
|
|
3540
|
-
"docs": "The URL
|
|
3597
|
+
"docs": "The hyperlink's destination URL. If no text is provided in the custom slot, the href will be used.",
|
|
3541
3598
|
"docsTags": [],
|
|
3542
3599
|
"values": [
|
|
3543
3600
|
{
|
|
@@ -3558,8 +3615,13 @@
|
|
|
3558
3615
|
"mutable": false,
|
|
3559
3616
|
"attr": "variant",
|
|
3560
3617
|
"reflectToAttr": false,
|
|
3561
|
-
"docs": "
|
|
3562
|
-
"docsTags": [
|
|
3618
|
+
"docs": "Sets the link variant styles.",
|
|
3619
|
+
"docsTags": [
|
|
3620
|
+
{
|
|
3621
|
+
"name": "defaultValue",
|
|
3622
|
+
"text": "inline"
|
|
3623
|
+
}
|
|
3624
|
+
],
|
|
3563
3625
|
"default": "'inline'",
|
|
3564
3626
|
"values": [
|
|
3565
3627
|
{
|
|
@@ -3581,14 +3643,14 @@
|
|
|
3581
3643
|
"styles": [],
|
|
3582
3644
|
"slots": [
|
|
3583
3645
|
{
|
|
3584
|
-
"name": "",
|
|
3585
|
-
"docs": "
|
|
3646
|
+
"name": "(default)",
|
|
3647
|
+
"docs": "Text content placed between the opening and closing tags. If no text is provided, the **href** will be used as a fallback."
|
|
3586
3648
|
}
|
|
3587
3649
|
],
|
|
3588
3650
|
"parts": [
|
|
3589
3651
|
{
|
|
3590
3652
|
"name": "link",
|
|
3591
|
-
"docs": "
|
|
3653
|
+
"docs": "Link element styles."
|
|
3592
3654
|
}
|
|
3593
3655
|
],
|
|
3594
3656
|
"dependents": [],
|
|
@@ -3725,41 +3787,14 @@
|
|
|
3725
3787
|
"dependencyGraph": {}
|
|
3726
3788
|
},
|
|
3727
3789
|
{
|
|
3728
|
-
"filePath": "src/components/pds-
|
|
3790
|
+
"filePath": "src/components/pds-popover/pds-popover.tsx",
|
|
3729
3791
|
"encapsulation": "shadow",
|
|
3730
|
-
"tag": "pds-
|
|
3731
|
-
"readme": "# pds-
|
|
3792
|
+
"tag": "pds-popover",
|
|
3793
|
+
"readme": "# pds-popover\n\n\n",
|
|
3732
3794
|
"docs": "",
|
|
3733
3795
|
"docsTags": [],
|
|
3734
3796
|
"usage": {},
|
|
3735
3797
|
"props": [
|
|
3736
|
-
{
|
|
3737
|
-
"name": "animated",
|
|
3738
|
-
"type": "boolean",
|
|
3739
|
-
"complexType": {
|
|
3740
|
-
"original": "boolean",
|
|
3741
|
-
"resolved": "boolean",
|
|
3742
|
-
"references": {}
|
|
3743
|
-
},
|
|
3744
|
-
"mutable": false,
|
|
3745
|
-
"attr": "animated",
|
|
3746
|
-
"reflectToAttr": false,
|
|
3747
|
-
"docs": "Determines whether or not progress is animated.",
|
|
3748
|
-
"docsTags": [
|
|
3749
|
-
{
|
|
3750
|
-
"name": "defaultValue",
|
|
3751
|
-
"text": "false"
|
|
3752
|
-
}
|
|
3753
|
-
],
|
|
3754
|
-
"default": "false",
|
|
3755
|
-
"values": [
|
|
3756
|
-
{
|
|
3757
|
-
"type": "boolean"
|
|
3758
|
-
}
|
|
3759
|
-
],
|
|
3760
|
-
"optional": false,
|
|
3761
|
-
"required": false
|
|
3762
|
-
},
|
|
3763
3798
|
{
|
|
3764
3799
|
"name": "componentId",
|
|
3765
3800
|
"type": "string",
|
|
@@ -3771,7 +3806,7 @@
|
|
|
3771
3806
|
"mutable": false,
|
|
3772
3807
|
"attr": "component-id",
|
|
3773
3808
|
"reflectToAttr": false,
|
|
3774
|
-
"docs": "A unique identifier used for the underlying component `id` attribute
|
|
3809
|
+
"docs": "A unique identifier used for the underlying component `id` attribute.",
|
|
3775
3810
|
"docsTags": [],
|
|
3776
3811
|
"values": [
|
|
3777
3812
|
{
|
|
@@ -3779,104 +3814,192 @@
|
|
|
3779
3814
|
}
|
|
3780
3815
|
],
|
|
3781
3816
|
"optional": false,
|
|
3782
|
-
"required":
|
|
3817
|
+
"required": false
|
|
3783
3818
|
},
|
|
3784
3819
|
{
|
|
3785
|
-
"name": "
|
|
3786
|
-
"type": "
|
|
3820
|
+
"name": "maxWidth",
|
|
3821
|
+
"type": "number",
|
|
3787
3822
|
"complexType": {
|
|
3788
|
-
"original": "
|
|
3789
|
-
"resolved": "
|
|
3823
|
+
"original": "number",
|
|
3824
|
+
"resolved": "number",
|
|
3790
3825
|
"references": {}
|
|
3791
3826
|
},
|
|
3792
3827
|
"mutable": false,
|
|
3793
|
-
"attr": "
|
|
3828
|
+
"attr": "max-width",
|
|
3794
3829
|
"reflectToAttr": false,
|
|
3795
|
-
"docs": "Sets the
|
|
3830
|
+
"docs": "Sets the maximum width of the popover content",
|
|
3796
3831
|
"docsTags": [
|
|
3797
3832
|
{
|
|
3798
3833
|
"name": "defaultValue",
|
|
3799
|
-
"text": "
|
|
3834
|
+
"text": "352"
|
|
3800
3835
|
}
|
|
3801
3836
|
],
|
|
3837
|
+
"default": "352",
|
|
3802
3838
|
"values": [
|
|
3803
3839
|
{
|
|
3804
|
-
"type": "
|
|
3840
|
+
"type": "number"
|
|
3805
3841
|
}
|
|
3806
3842
|
],
|
|
3807
|
-
"optional":
|
|
3843
|
+
"optional": true,
|
|
3808
3844
|
"required": false
|
|
3809
3845
|
},
|
|
3810
3846
|
{
|
|
3811
|
-
"name": "
|
|
3812
|
-
"type": "
|
|
3847
|
+
"name": "placement",
|
|
3848
|
+
"type": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
3813
3849
|
"complexType": {
|
|
3814
|
-
"original": "
|
|
3815
|
-
"resolved": "
|
|
3816
|
-
"references": {
|
|
3850
|
+
"original": "PlacementType",
|
|
3851
|
+
"resolved": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
3852
|
+
"references": {
|
|
3853
|
+
"PlacementType": {
|
|
3854
|
+
"location": "import",
|
|
3855
|
+
"path": "@utils/types",
|
|
3856
|
+
"id": "src/utils/types.ts::PlacementType"
|
|
3857
|
+
}
|
|
3858
|
+
}
|
|
3817
3859
|
},
|
|
3818
3860
|
"mutable": false,
|
|
3819
|
-
"attr": "
|
|
3820
|
-
"reflectToAttr":
|
|
3821
|
-
"docs": "
|
|
3822
|
-
"docsTags": [
|
|
3861
|
+
"attr": "placement",
|
|
3862
|
+
"reflectToAttr": true,
|
|
3863
|
+
"docs": "Determines the preferred position of the popover",
|
|
3864
|
+
"docsTags": [
|
|
3865
|
+
{
|
|
3866
|
+
"name": "defaultValue",
|
|
3867
|
+
"text": "\"right\""
|
|
3868
|
+
}
|
|
3869
|
+
],
|
|
3870
|
+
"default": "'right'",
|
|
3823
3871
|
"values": [
|
|
3824
3872
|
{
|
|
3873
|
+
"value": "bottom",
|
|
3874
|
+
"type": "string"
|
|
3875
|
+
},
|
|
3876
|
+
{
|
|
3877
|
+
"value": "bottom-end",
|
|
3878
|
+
"type": "string"
|
|
3879
|
+
},
|
|
3880
|
+
{
|
|
3881
|
+
"value": "bottom-start",
|
|
3882
|
+
"type": "string"
|
|
3883
|
+
},
|
|
3884
|
+
{
|
|
3885
|
+
"value": "left",
|
|
3886
|
+
"type": "string"
|
|
3887
|
+
},
|
|
3888
|
+
{
|
|
3889
|
+
"value": "left-end",
|
|
3890
|
+
"type": "string"
|
|
3891
|
+
},
|
|
3892
|
+
{
|
|
3893
|
+
"value": "left-start",
|
|
3894
|
+
"type": "string"
|
|
3895
|
+
},
|
|
3896
|
+
{
|
|
3897
|
+
"value": "right",
|
|
3898
|
+
"type": "string"
|
|
3899
|
+
},
|
|
3900
|
+
{
|
|
3901
|
+
"value": "right-end",
|
|
3902
|
+
"type": "string"
|
|
3903
|
+
},
|
|
3904
|
+
{
|
|
3905
|
+
"value": "right-start",
|
|
3906
|
+
"type": "string"
|
|
3907
|
+
},
|
|
3908
|
+
{
|
|
3909
|
+
"value": "top",
|
|
3910
|
+
"type": "string"
|
|
3911
|
+
},
|
|
3912
|
+
{
|
|
3913
|
+
"value": "top-end",
|
|
3914
|
+
"type": "string"
|
|
3915
|
+
},
|
|
3916
|
+
{
|
|
3917
|
+
"value": "top-start",
|
|
3825
3918
|
"type": "string"
|
|
3826
3919
|
}
|
|
3827
3920
|
],
|
|
3828
3921
|
"optional": false,
|
|
3829
|
-
"required":
|
|
3922
|
+
"required": false
|
|
3830
3923
|
},
|
|
3831
3924
|
{
|
|
3832
|
-
"name": "
|
|
3833
|
-
"type": "
|
|
3925
|
+
"name": "popoverTargetAction",
|
|
3926
|
+
"type": "\"hide\" | \"show\" | \"toggle\"",
|
|
3834
3927
|
"complexType": {
|
|
3835
|
-
"original": "
|
|
3836
|
-
"resolved": "
|
|
3928
|
+
"original": "'show' | 'toggle' | 'hide'",
|
|
3929
|
+
"resolved": "\"hide\" | \"show\" | \"toggle\"",
|
|
3837
3930
|
"references": {}
|
|
3838
3931
|
},
|
|
3839
3932
|
"mutable": false,
|
|
3840
|
-
"attr": "
|
|
3933
|
+
"attr": "popover-target-action",
|
|
3841
3934
|
"reflectToAttr": false,
|
|
3842
|
-
"docs": "
|
|
3935
|
+
"docs": "Determines the action that triggers the popover. For manual popovers, the consumer is responsible for toggling this value.",
|
|
3843
3936
|
"docsTags": [
|
|
3844
3937
|
{
|
|
3845
3938
|
"name": "defaultValue",
|
|
3846
|
-
"text": "
|
|
3939
|
+
"text": "\"show\""
|
|
3847
3940
|
}
|
|
3848
3941
|
],
|
|
3849
|
-
"default": "
|
|
3942
|
+
"default": "'show'",
|
|
3850
3943
|
"values": [
|
|
3851
3944
|
{
|
|
3852
|
-
"
|
|
3945
|
+
"value": "hide",
|
|
3946
|
+
"type": "string"
|
|
3947
|
+
},
|
|
3948
|
+
{
|
|
3949
|
+
"value": "show",
|
|
3950
|
+
"type": "string"
|
|
3951
|
+
},
|
|
3952
|
+
{
|
|
3953
|
+
"value": "toggle",
|
|
3954
|
+
"type": "string"
|
|
3853
3955
|
}
|
|
3854
3956
|
],
|
|
3855
3957
|
"optional": false,
|
|
3856
3958
|
"required": false
|
|
3857
3959
|
},
|
|
3858
3960
|
{
|
|
3859
|
-
"name": "
|
|
3860
|
-
"type": "
|
|
3961
|
+
"name": "popoverType",
|
|
3962
|
+
"type": "\"auto\" | \"manual\"",
|
|
3861
3963
|
"complexType": {
|
|
3862
|
-
"original": "
|
|
3863
|
-
"resolved": "
|
|
3964
|
+
"original": "'auto' | 'manual'",
|
|
3965
|
+
"resolved": "\"auto\" | \"manual\"",
|
|
3864
3966
|
"references": {}
|
|
3865
3967
|
},
|
|
3866
3968
|
"mutable": false,
|
|
3867
|
-
"attr": "
|
|
3969
|
+
"attr": "popover-type",
|
|
3868
3970
|
"reflectToAttr": false,
|
|
3869
|
-
"docs": "Determines
|
|
3870
|
-
"docsTags": [
|
|
3971
|
+
"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.",
|
|
3972
|
+
"docsTags": [],
|
|
3973
|
+
"default": "'auto'",
|
|
3974
|
+
"values": [
|
|
3871
3975
|
{
|
|
3872
|
-
"
|
|
3873
|
-
"
|
|
3976
|
+
"value": "auto",
|
|
3977
|
+
"type": "string"
|
|
3978
|
+
},
|
|
3979
|
+
{
|
|
3980
|
+
"value": "manual",
|
|
3981
|
+
"type": "string"
|
|
3874
3982
|
}
|
|
3875
3983
|
],
|
|
3876
|
-
"
|
|
3984
|
+
"optional": false,
|
|
3985
|
+
"required": false
|
|
3986
|
+
},
|
|
3987
|
+
{
|
|
3988
|
+
"name": "text",
|
|
3989
|
+
"type": "string",
|
|
3990
|
+
"complexType": {
|
|
3991
|
+
"original": "string",
|
|
3992
|
+
"resolved": "string",
|
|
3993
|
+
"references": {}
|
|
3994
|
+
},
|
|
3995
|
+
"mutable": false,
|
|
3996
|
+
"attr": "text",
|
|
3997
|
+
"reflectToAttr": false,
|
|
3998
|
+
"docs": "Text that appears on the trigger element",
|
|
3999
|
+
"docsTags": [],
|
|
3877
4000
|
"values": [
|
|
3878
4001
|
{
|
|
3879
|
-
"type": "
|
|
4002
|
+
"type": "string"
|
|
3880
4003
|
}
|
|
3881
4004
|
],
|
|
3882
4005
|
"optional": false,
|
|
@@ -3885,7 +4008,19 @@
|
|
|
3885
4008
|
],
|
|
3886
4009
|
"methods": [],
|
|
3887
4010
|
"events": [],
|
|
3888
|
-
"listeners": [
|
|
4011
|
+
"listeners": [
|
|
4012
|
+
{
|
|
4013
|
+
"event": "click",
|
|
4014
|
+
"capture": true,
|
|
4015
|
+
"passive": false
|
|
4016
|
+
},
|
|
4017
|
+
{
|
|
4018
|
+
"event": "scroll",
|
|
4019
|
+
"target": "window",
|
|
4020
|
+
"capture": true,
|
|
4021
|
+
"passive": true
|
|
4022
|
+
}
|
|
4023
|
+
],
|
|
3889
4024
|
"styles": [],
|
|
3890
4025
|
"slots": [],
|
|
3891
4026
|
"parts": [],
|
|
@@ -3894,16 +4029,16 @@
|
|
|
3894
4029
|
"dependencyGraph": {}
|
|
3895
4030
|
},
|
|
3896
4031
|
{
|
|
3897
|
-
"filePath": "src/components/pds-
|
|
3898
|
-
"encapsulation": "
|
|
3899
|
-
"tag": "pds-
|
|
3900
|
-
"readme": "# pds-
|
|
4032
|
+
"filePath": "src/components/pds-progress/pds-progress.tsx",
|
|
4033
|
+
"encapsulation": "shadow",
|
|
4034
|
+
"tag": "pds-progress",
|
|
4035
|
+
"readme": "# pds-progress\n\n\n",
|
|
3901
4036
|
"docs": "",
|
|
3902
4037
|
"docsTags": [],
|
|
3903
4038
|
"usage": {},
|
|
3904
4039
|
"props": [
|
|
3905
4040
|
{
|
|
3906
|
-
"name": "
|
|
4041
|
+
"name": "animated",
|
|
3907
4042
|
"type": "boolean",
|
|
3908
4043
|
"complexType": {
|
|
3909
4044
|
"original": "boolean",
|
|
@@ -3911,9 +4046,178 @@
|
|
|
3911
4046
|
"references": {}
|
|
3912
4047
|
},
|
|
3913
4048
|
"mutable": false,
|
|
3914
|
-
"attr": "
|
|
4049
|
+
"attr": "animated",
|
|
3915
4050
|
"reflectToAttr": false,
|
|
3916
|
-
"docs": "Determines whether or not
|
|
4051
|
+
"docs": "Determines whether or not progress is animated.",
|
|
4052
|
+
"docsTags": [
|
|
4053
|
+
{
|
|
4054
|
+
"name": "defaultValue",
|
|
4055
|
+
"text": "false"
|
|
4056
|
+
}
|
|
4057
|
+
],
|
|
4058
|
+
"default": "false",
|
|
4059
|
+
"values": [
|
|
4060
|
+
{
|
|
4061
|
+
"type": "boolean"
|
|
4062
|
+
}
|
|
4063
|
+
],
|
|
4064
|
+
"optional": false,
|
|
4065
|
+
"required": false
|
|
4066
|
+
},
|
|
4067
|
+
{
|
|
4068
|
+
"name": "componentId",
|
|
4069
|
+
"type": "string",
|
|
4070
|
+
"complexType": {
|
|
4071
|
+
"original": "string",
|
|
4072
|
+
"resolved": "string",
|
|
4073
|
+
"references": {}
|
|
4074
|
+
},
|
|
4075
|
+
"mutable": false,
|
|
4076
|
+
"attr": "component-id",
|
|
4077
|
+
"reflectToAttr": false,
|
|
4078
|
+
"docs": "A unique identifier used for the underlying component `id` attribute and the label `for` attribute.",
|
|
4079
|
+
"docsTags": [],
|
|
4080
|
+
"values": [
|
|
4081
|
+
{
|
|
4082
|
+
"type": "string"
|
|
4083
|
+
}
|
|
4084
|
+
],
|
|
4085
|
+
"optional": false,
|
|
4086
|
+
"required": true
|
|
4087
|
+
},
|
|
4088
|
+
{
|
|
4089
|
+
"name": "fillColor",
|
|
4090
|
+
"type": "string",
|
|
4091
|
+
"complexType": {
|
|
4092
|
+
"original": "string",
|
|
4093
|
+
"resolved": "string",
|
|
4094
|
+
"references": {}
|
|
4095
|
+
},
|
|
4096
|
+
"mutable": false,
|
|
4097
|
+
"attr": "fill-color",
|
|
4098
|
+
"reflectToAttr": false,
|
|
4099
|
+
"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).",
|
|
4100
|
+
"docsTags": [
|
|
4101
|
+
{
|
|
4102
|
+
"name": "defaultValue",
|
|
4103
|
+
"text": "'var(--pine-color-blue-300)'"
|
|
4104
|
+
}
|
|
4105
|
+
],
|
|
4106
|
+
"values": [
|
|
4107
|
+
{
|
|
4108
|
+
"type": "string"
|
|
4109
|
+
}
|
|
4110
|
+
],
|
|
4111
|
+
"optional": false,
|
|
4112
|
+
"required": false
|
|
4113
|
+
},
|
|
4114
|
+
{
|
|
4115
|
+
"name": "label",
|
|
4116
|
+
"type": "string",
|
|
4117
|
+
"complexType": {
|
|
4118
|
+
"original": "string",
|
|
4119
|
+
"resolved": "string",
|
|
4120
|
+
"references": {}
|
|
4121
|
+
},
|
|
4122
|
+
"mutable": false,
|
|
4123
|
+
"attr": "label",
|
|
4124
|
+
"reflectToAttr": false,
|
|
4125
|
+
"docs": "String used for label text. Label is visually hidden but required for better accessibility.",
|
|
4126
|
+
"docsTags": [],
|
|
4127
|
+
"values": [
|
|
4128
|
+
{
|
|
4129
|
+
"type": "string"
|
|
4130
|
+
}
|
|
4131
|
+
],
|
|
4132
|
+
"optional": false,
|
|
4133
|
+
"required": true
|
|
4134
|
+
},
|
|
4135
|
+
{
|
|
4136
|
+
"name": "percent",
|
|
4137
|
+
"type": "number",
|
|
4138
|
+
"complexType": {
|
|
4139
|
+
"original": "number",
|
|
4140
|
+
"resolved": "number",
|
|
4141
|
+
"references": {}
|
|
4142
|
+
},
|
|
4143
|
+
"mutable": false,
|
|
4144
|
+
"attr": "percent",
|
|
4145
|
+
"reflectToAttr": false,
|
|
4146
|
+
"docs": "Sets the progress fill pecentage and visually displayed when `show-percentage=true`.",
|
|
4147
|
+
"docsTags": [
|
|
4148
|
+
{
|
|
4149
|
+
"name": "defaultValue",
|
|
4150
|
+
"text": "0"
|
|
4151
|
+
}
|
|
4152
|
+
],
|
|
4153
|
+
"default": "0",
|
|
4154
|
+
"values": [
|
|
4155
|
+
{
|
|
4156
|
+
"type": "number"
|
|
4157
|
+
}
|
|
4158
|
+
],
|
|
4159
|
+
"optional": false,
|
|
4160
|
+
"required": false
|
|
4161
|
+
},
|
|
4162
|
+
{
|
|
4163
|
+
"name": "showPercent",
|
|
4164
|
+
"type": "boolean",
|
|
4165
|
+
"complexType": {
|
|
4166
|
+
"original": "boolean",
|
|
4167
|
+
"resolved": "boolean",
|
|
4168
|
+
"references": {}
|
|
4169
|
+
},
|
|
4170
|
+
"mutable": false,
|
|
4171
|
+
"attr": "show-percent",
|
|
4172
|
+
"reflectToAttr": false,
|
|
4173
|
+
"docs": "Determines whether or not the percent value should be displayed as text.",
|
|
4174
|
+
"docsTags": [
|
|
4175
|
+
{
|
|
4176
|
+
"name": "defaultValue",
|
|
4177
|
+
"text": "false"
|
|
4178
|
+
}
|
|
4179
|
+
],
|
|
4180
|
+
"default": "false",
|
|
4181
|
+
"values": [
|
|
4182
|
+
{
|
|
4183
|
+
"type": "boolean"
|
|
4184
|
+
}
|
|
4185
|
+
],
|
|
4186
|
+
"optional": false,
|
|
4187
|
+
"required": false
|
|
4188
|
+
}
|
|
4189
|
+
],
|
|
4190
|
+
"methods": [],
|
|
4191
|
+
"events": [],
|
|
4192
|
+
"listeners": [],
|
|
4193
|
+
"styles": [],
|
|
4194
|
+
"slots": [],
|
|
4195
|
+
"parts": [],
|
|
4196
|
+
"dependents": [],
|
|
4197
|
+
"dependencies": [],
|
|
4198
|
+
"dependencyGraph": {}
|
|
4199
|
+
},
|
|
4200
|
+
{
|
|
4201
|
+
"filePath": "src/components/pds-radio/pds-radio.tsx",
|
|
4202
|
+
"encapsulation": "scoped",
|
|
4203
|
+
"tag": "pds-radio",
|
|
4204
|
+
"readme": "# pds-radio\n\n\n",
|
|
4205
|
+
"docs": "",
|
|
4206
|
+
"docsTags": [],
|
|
4207
|
+
"usage": {},
|
|
4208
|
+
"props": [
|
|
4209
|
+
{
|
|
4210
|
+
"name": "checked",
|
|
4211
|
+
"type": "boolean",
|
|
4212
|
+
"complexType": {
|
|
4213
|
+
"original": "boolean",
|
|
4214
|
+
"resolved": "boolean",
|
|
4215
|
+
"references": {}
|
|
4216
|
+
},
|
|
4217
|
+
"mutable": false,
|
|
4218
|
+
"attr": "checked",
|
|
4219
|
+
"reflectToAttr": false,
|
|
4220
|
+
"docs": "Determines whether or not the radio is checked.",
|
|
3917
4221
|
"docsTags": [
|
|
3918
4222
|
{
|
|
3919
4223
|
"name": "defaultValue",
|
|
@@ -3988,7 +4292,7 @@
|
|
|
3988
4292
|
"mutable": false,
|
|
3989
4293
|
"attr": "error-message",
|
|
3990
4294
|
"reflectToAttr": false,
|
|
3991
|
-
"docs": "Displays message text describing an invalid state.",
|
|
4295
|
+
"docs": "Displays error message text describing an invalid state.",
|
|
3992
4296
|
"docsTags": [],
|
|
3993
4297
|
"values": [
|
|
3994
4298
|
{
|
|
@@ -4009,7 +4313,7 @@
|
|
|
4009
4313
|
"mutable": false,
|
|
4010
4314
|
"attr": "helper-message",
|
|
4011
4315
|
"reflectToAttr": false,
|
|
4012
|
-
"docs": "
|
|
4316
|
+
"docs": "Displays helper message text below radio.",
|
|
4013
4317
|
"docsTags": [],
|
|
4014
4318
|
"values": [
|
|
4015
4319
|
{
|
|
@@ -4159,8 +4463,14 @@
|
|
|
4159
4463
|
"slots": [],
|
|
4160
4464
|
"parts": [],
|
|
4161
4465
|
"dependents": [],
|
|
4162
|
-
"dependencies": [
|
|
4163
|
-
|
|
4466
|
+
"dependencies": [
|
|
4467
|
+
"pds-icon"
|
|
4468
|
+
],
|
|
4469
|
+
"dependencyGraph": {
|
|
4470
|
+
"pds-radio": [
|
|
4471
|
+
"pds-icon"
|
|
4472
|
+
]
|
|
4473
|
+
}
|
|
4164
4474
|
},
|
|
4165
4475
|
{
|
|
4166
4476
|
"filePath": "src/components/pds-row/pds-row.tsx",
|
|
@@ -4410,6 +4720,304 @@
|
|
|
4410
4720
|
"dependencies": [],
|
|
4411
4721
|
"dependencyGraph": {}
|
|
4412
4722
|
},
|
|
4723
|
+
{
|
|
4724
|
+
"filePath": "src/components/pds-select/pds-select.tsx",
|
|
4725
|
+
"encapsulation": "shadow",
|
|
4726
|
+
"tag": "pds-select",
|
|
4727
|
+
"readme": "# pds-select\n\n\n",
|
|
4728
|
+
"docs": "",
|
|
4729
|
+
"docsTags": [],
|
|
4730
|
+
"usage": {},
|
|
4731
|
+
"props": [
|
|
4732
|
+
{
|
|
4733
|
+
"name": "autocomplete",
|
|
4734
|
+
"type": "string",
|
|
4735
|
+
"complexType": {
|
|
4736
|
+
"original": "string",
|
|
4737
|
+
"resolved": "string",
|
|
4738
|
+
"references": {}
|
|
4739
|
+
},
|
|
4740
|
+
"mutable": false,
|
|
4741
|
+
"attr": "autocomplete",
|
|
4742
|
+
"reflectToAttr": false,
|
|
4743
|
+
"docs": "Specifies if and how the browser provides `autocomplete` assistance for the field.",
|
|
4744
|
+
"docsTags": [],
|
|
4745
|
+
"values": [
|
|
4746
|
+
{
|
|
4747
|
+
"type": "string"
|
|
4748
|
+
}
|
|
4749
|
+
],
|
|
4750
|
+
"optional": false,
|
|
4751
|
+
"required": false
|
|
4752
|
+
},
|
|
4753
|
+
{
|
|
4754
|
+
"name": "componentId",
|
|
4755
|
+
"type": "string",
|
|
4756
|
+
"complexType": {
|
|
4757
|
+
"original": "string",
|
|
4758
|
+
"resolved": "string",
|
|
4759
|
+
"references": {}
|
|
4760
|
+
},
|
|
4761
|
+
"mutable": false,
|
|
4762
|
+
"attr": "component-id",
|
|
4763
|
+
"reflectToAttr": false,
|
|
4764
|
+
"docs": "A unique identifier used for the underlying component `id` attribute.",
|
|
4765
|
+
"docsTags": [],
|
|
4766
|
+
"values": [
|
|
4767
|
+
{
|
|
4768
|
+
"type": "string"
|
|
4769
|
+
}
|
|
4770
|
+
],
|
|
4771
|
+
"optional": false,
|
|
4772
|
+
"required": true
|
|
4773
|
+
},
|
|
4774
|
+
{
|
|
4775
|
+
"name": "disabled",
|
|
4776
|
+
"type": "boolean",
|
|
4777
|
+
"complexType": {
|
|
4778
|
+
"original": "boolean",
|
|
4779
|
+
"resolved": "boolean",
|
|
4780
|
+
"references": {}
|
|
4781
|
+
},
|
|
4782
|
+
"mutable": false,
|
|
4783
|
+
"attr": "disabled",
|
|
4784
|
+
"reflectToAttr": false,
|
|
4785
|
+
"docs": "Indicates whether or not the select field is disabled.",
|
|
4786
|
+
"docsTags": [
|
|
4787
|
+
{
|
|
4788
|
+
"name": "defaultValue",
|
|
4789
|
+
"text": "false"
|
|
4790
|
+
}
|
|
4791
|
+
],
|
|
4792
|
+
"default": "false",
|
|
4793
|
+
"values": [
|
|
4794
|
+
{
|
|
4795
|
+
"type": "boolean"
|
|
4796
|
+
}
|
|
4797
|
+
],
|
|
4798
|
+
"optional": false,
|
|
4799
|
+
"required": false
|
|
4800
|
+
},
|
|
4801
|
+
{
|
|
4802
|
+
"name": "errorMessage",
|
|
4803
|
+
"type": "string",
|
|
4804
|
+
"complexType": {
|
|
4805
|
+
"original": "string",
|
|
4806
|
+
"resolved": "string",
|
|
4807
|
+
"references": {}
|
|
4808
|
+
},
|
|
4809
|
+
"mutable": false,
|
|
4810
|
+
"attr": "error-message",
|
|
4811
|
+
"reflectToAttr": false,
|
|
4812
|
+
"docs": "Displays error message text describing an invalid state.",
|
|
4813
|
+
"docsTags": [],
|
|
4814
|
+
"values": [
|
|
4815
|
+
{
|
|
4816
|
+
"type": "string"
|
|
4817
|
+
}
|
|
4818
|
+
],
|
|
4819
|
+
"optional": false,
|
|
4820
|
+
"required": false
|
|
4821
|
+
},
|
|
4822
|
+
{
|
|
4823
|
+
"name": "helperMessage",
|
|
4824
|
+
"type": "string",
|
|
4825
|
+
"complexType": {
|
|
4826
|
+
"original": "string",
|
|
4827
|
+
"resolved": "string",
|
|
4828
|
+
"references": {}
|
|
4829
|
+
},
|
|
4830
|
+
"mutable": false,
|
|
4831
|
+
"attr": "helper-message",
|
|
4832
|
+
"reflectToAttr": false,
|
|
4833
|
+
"docs": "Displays helper message text below select.",
|
|
4834
|
+
"docsTags": [],
|
|
4835
|
+
"values": [
|
|
4836
|
+
{
|
|
4837
|
+
"type": "string"
|
|
4838
|
+
}
|
|
4839
|
+
],
|
|
4840
|
+
"optional": false,
|
|
4841
|
+
"required": false
|
|
4842
|
+
},
|
|
4843
|
+
{
|
|
4844
|
+
"name": "invalid",
|
|
4845
|
+
"type": "boolean",
|
|
4846
|
+
"complexType": {
|
|
4847
|
+
"original": "boolean",
|
|
4848
|
+
"resolved": "boolean",
|
|
4849
|
+
"references": {}
|
|
4850
|
+
},
|
|
4851
|
+
"mutable": false,
|
|
4852
|
+
"attr": "invalid",
|
|
4853
|
+
"reflectToAttr": false,
|
|
4854
|
+
"docs": "Determines whether or not the select is invalid.",
|
|
4855
|
+
"docsTags": [],
|
|
4856
|
+
"values": [
|
|
4857
|
+
{
|
|
4858
|
+
"type": "boolean"
|
|
4859
|
+
}
|
|
4860
|
+
],
|
|
4861
|
+
"optional": true,
|
|
4862
|
+
"required": false
|
|
4863
|
+
},
|
|
4864
|
+
{
|
|
4865
|
+
"name": "label",
|
|
4866
|
+
"type": "string",
|
|
4867
|
+
"complexType": {
|
|
4868
|
+
"original": "string",
|
|
4869
|
+
"resolved": "string",
|
|
4870
|
+
"references": {}
|
|
4871
|
+
},
|
|
4872
|
+
"mutable": false,
|
|
4873
|
+
"attr": "label",
|
|
4874
|
+
"reflectToAttr": false,
|
|
4875
|
+
"docs": "Text to be displayed as the select label.",
|
|
4876
|
+
"docsTags": [],
|
|
4877
|
+
"values": [
|
|
4878
|
+
{
|
|
4879
|
+
"type": "string"
|
|
4880
|
+
}
|
|
4881
|
+
],
|
|
4882
|
+
"optional": false,
|
|
4883
|
+
"required": false
|
|
4884
|
+
},
|
|
4885
|
+
{
|
|
4886
|
+
"name": "multiple",
|
|
4887
|
+
"type": "boolean",
|
|
4888
|
+
"complexType": {
|
|
4889
|
+
"original": "boolean",
|
|
4890
|
+
"resolved": "boolean",
|
|
4891
|
+
"references": {}
|
|
4892
|
+
},
|
|
4893
|
+
"mutable": false,
|
|
4894
|
+
"attr": "multiple",
|
|
4895
|
+
"reflectToAttr": false,
|
|
4896
|
+
"docs": "Indicates whether multiple options can be selected.",
|
|
4897
|
+
"docsTags": [
|
|
4898
|
+
{
|
|
4899
|
+
"name": "defaultValue",
|
|
4900
|
+
"text": "false"
|
|
4901
|
+
}
|
|
4902
|
+
],
|
|
4903
|
+
"default": "false",
|
|
4904
|
+
"values": [
|
|
4905
|
+
{
|
|
4906
|
+
"type": "boolean"
|
|
4907
|
+
}
|
|
4908
|
+
],
|
|
4909
|
+
"optional": false,
|
|
4910
|
+
"required": false
|
|
4911
|
+
},
|
|
4912
|
+
{
|
|
4913
|
+
"name": "name",
|
|
4914
|
+
"type": "string",
|
|
4915
|
+
"complexType": {
|
|
4916
|
+
"original": "string",
|
|
4917
|
+
"resolved": "string",
|
|
4918
|
+
"references": {}
|
|
4919
|
+
},
|
|
4920
|
+
"mutable": false,
|
|
4921
|
+
"attr": "name",
|
|
4922
|
+
"reflectToAttr": false,
|
|
4923
|
+
"docs": "Specifies the name. Submitted with the form name/value pair.",
|
|
4924
|
+
"docsTags": [],
|
|
4925
|
+
"values": [
|
|
4926
|
+
{
|
|
4927
|
+
"type": "string"
|
|
4928
|
+
}
|
|
4929
|
+
],
|
|
4930
|
+
"optional": false,
|
|
4931
|
+
"required": true
|
|
4932
|
+
},
|
|
4933
|
+
{
|
|
4934
|
+
"name": "required",
|
|
4935
|
+
"type": "boolean",
|
|
4936
|
+
"complexType": {
|
|
4937
|
+
"original": "boolean",
|
|
4938
|
+
"resolved": "boolean",
|
|
4939
|
+
"references": {}
|
|
4940
|
+
},
|
|
4941
|
+
"mutable": false,
|
|
4942
|
+
"attr": "required",
|
|
4943
|
+
"reflectToAttr": false,
|
|
4944
|
+
"docs": "Indicates whether or not the select field is required.",
|
|
4945
|
+
"docsTags": [
|
|
4946
|
+
{
|
|
4947
|
+
"name": "defaultValue",
|
|
4948
|
+
"text": "false"
|
|
4949
|
+
}
|
|
4950
|
+
],
|
|
4951
|
+
"default": "false",
|
|
4952
|
+
"values": [
|
|
4953
|
+
{
|
|
4954
|
+
"type": "boolean"
|
|
4955
|
+
}
|
|
4956
|
+
],
|
|
4957
|
+
"optional": false,
|
|
4958
|
+
"required": false
|
|
4959
|
+
},
|
|
4960
|
+
{
|
|
4961
|
+
"name": "value",
|
|
4962
|
+
"type": "string | string[]",
|
|
4963
|
+
"complexType": {
|
|
4964
|
+
"original": "string | string[]",
|
|
4965
|
+
"resolved": "string | string[]",
|
|
4966
|
+
"references": {}
|
|
4967
|
+
},
|
|
4968
|
+
"mutable": true,
|
|
4969
|
+
"attr": "value",
|
|
4970
|
+
"reflectToAttr": false,
|
|
4971
|
+
"docs": "The value(s) of the selected option(s).",
|
|
4972
|
+
"docsTags": [],
|
|
4973
|
+
"values": [
|
|
4974
|
+
{
|
|
4975
|
+
"type": "string"
|
|
4976
|
+
},
|
|
4977
|
+
{
|
|
4978
|
+
"type": "string[]"
|
|
4979
|
+
}
|
|
4980
|
+
],
|
|
4981
|
+
"optional": true,
|
|
4982
|
+
"required": false
|
|
4983
|
+
}
|
|
4984
|
+
],
|
|
4985
|
+
"methods": [],
|
|
4986
|
+
"events": [
|
|
4987
|
+
{
|
|
4988
|
+
"event": "pdsSelectChange",
|
|
4989
|
+
"detail": "InputEvent",
|
|
4990
|
+
"bubbles": true,
|
|
4991
|
+
"complexType": {
|
|
4992
|
+
"original": "InputEvent",
|
|
4993
|
+
"resolved": "InputEvent",
|
|
4994
|
+
"references": {
|
|
4995
|
+
"InputEvent": {
|
|
4996
|
+
"location": "global",
|
|
4997
|
+
"id": "global::InputEvent"
|
|
4998
|
+
}
|
|
4999
|
+
}
|
|
5000
|
+
},
|
|
5001
|
+
"cancelable": true,
|
|
5002
|
+
"composed": true,
|
|
5003
|
+
"docs": "Emitted when a keyboard input occurs.",
|
|
5004
|
+
"docsTags": []
|
|
5005
|
+
}
|
|
5006
|
+
],
|
|
5007
|
+
"listeners": [],
|
|
5008
|
+
"styles": [],
|
|
5009
|
+
"slots": [],
|
|
5010
|
+
"parts": [],
|
|
5011
|
+
"dependents": [],
|
|
5012
|
+
"dependencies": [
|
|
5013
|
+
"pds-icon"
|
|
5014
|
+
],
|
|
5015
|
+
"dependencyGraph": {
|
|
5016
|
+
"pds-select": [
|
|
5017
|
+
"pds-icon"
|
|
5018
|
+
]
|
|
5019
|
+
}
|
|
5020
|
+
},
|
|
4413
5021
|
{
|
|
4414
5022
|
"filePath": "src/components/pds-sortable/pds-sortable.tsx",
|
|
4415
5023
|
"encapsulation": "scoped",
|
|
@@ -4670,10 +5278,10 @@
|
|
|
4670
5278
|
"resolved": "boolean",
|
|
4671
5279
|
"references": {}
|
|
4672
5280
|
},
|
|
4673
|
-
"mutable":
|
|
5281
|
+
"mutable": true,
|
|
4674
5282
|
"attr": "checked",
|
|
4675
5283
|
"reflectToAttr": false,
|
|
4676
|
-
"docs": "Determines the input 'checked' state",
|
|
5284
|
+
"docs": "Determines the input 'checked' state.",
|
|
4677
5285
|
"docsTags": [],
|
|
4678
5286
|
"default": "false",
|
|
4679
5287
|
"values": [
|
|
@@ -4716,7 +5324,7 @@
|
|
|
4716
5324
|
"mutable": false,
|
|
4717
5325
|
"attr": "disabled",
|
|
4718
5326
|
"reflectToAttr": false,
|
|
4719
|
-
"docs": "Determines the input 'disabled' state, preventing user interaction",
|
|
5327
|
+
"docs": "Determines the input 'disabled' state, preventing user interaction.",
|
|
4720
5328
|
"docsTags": [],
|
|
4721
5329
|
"default": "false",
|
|
4722
5330
|
"values": [
|
|
@@ -4738,7 +5346,7 @@
|
|
|
4738
5346
|
"mutable": false,
|
|
4739
5347
|
"attr": "error-message",
|
|
4740
5348
|
"reflectToAttr": false,
|
|
4741
|
-
"docs": "Displays message text describing an invalid state",
|
|
5349
|
+
"docs": "Displays message text describing an invalid state.",
|
|
4742
5350
|
"docsTags": [],
|
|
4743
5351
|
"values": [
|
|
4744
5352
|
{
|
|
@@ -4759,7 +5367,7 @@
|
|
|
4759
5367
|
"mutable": false,
|
|
4760
5368
|
"attr": "helper-message",
|
|
4761
5369
|
"reflectToAttr": false,
|
|
4762
|
-
"docs": "Displays help text for additional description of an input",
|
|
5370
|
+
"docs": "Displays help text for additional description of an input.",
|
|
4763
5371
|
"docsTags": [],
|
|
4764
5372
|
"values": [
|
|
4765
5373
|
{
|
|
@@ -4780,7 +5388,7 @@
|
|
|
4780
5388
|
"mutable": false,
|
|
4781
5389
|
"attr": "invalid",
|
|
4782
5390
|
"reflectToAttr": false,
|
|
4783
|
-
"docs": "Determines the input 'invalid' state, signifying an error is present",
|
|
5391
|
+
"docs": "Determines the input 'invalid' state, signifying an error is present.",
|
|
4784
5392
|
"docsTags": [],
|
|
4785
5393
|
"default": "false",
|
|
4786
5394
|
"values": [
|
|
@@ -4802,7 +5410,7 @@
|
|
|
4802
5410
|
"mutable": false,
|
|
4803
5411
|
"attr": "label",
|
|
4804
5412
|
"reflectToAttr": false,
|
|
4805
|
-
"docs": "Displays text to describe the input",
|
|
5413
|
+
"docs": "Displays text to describe the input.",
|
|
4806
5414
|
"docsTags": [],
|
|
4807
5415
|
"values": [
|
|
4808
5416
|
{
|
|
@@ -4823,7 +5431,7 @@
|
|
|
4823
5431
|
"mutable": false,
|
|
4824
5432
|
"attr": "name",
|
|
4825
5433
|
"reflectToAttr": false,
|
|
4826
|
-
"docs": "Identifies form data and unifies a group of radio inputs for toggling a single property/value",
|
|
5434
|
+
"docs": "Identifies form data and unifies a group of radio inputs for toggling a single property/value.",
|
|
4827
5435
|
"docsTags": [],
|
|
4828
5436
|
"values": [
|
|
4829
5437
|
{
|
|
@@ -4844,7 +5452,7 @@
|
|
|
4844
5452
|
"mutable": false,
|
|
4845
5453
|
"attr": "required",
|
|
4846
5454
|
"reflectToAttr": false,
|
|
4847
|
-
"docs": "Determines the 'required' state of the input",
|
|
5455
|
+
"docs": "Determines the 'required' state of the input.",
|
|
4848
5456
|
"docsTags": [],
|
|
4849
5457
|
"default": "false",
|
|
4850
5458
|
"values": [
|
|
@@ -4855,38 +5463,6 @@
|
|
|
4855
5463
|
"optional": true,
|
|
4856
5464
|
"required": false
|
|
4857
5465
|
},
|
|
4858
|
-
{
|
|
4859
|
-
"name": "type",
|
|
4860
|
-
"type": "\"checkbox\" | \"radio\"",
|
|
4861
|
-
"complexType": {
|
|
4862
|
-
"original": "'checkbox' | 'radio'",
|
|
4863
|
-
"resolved": "\"checkbox\" | \"radio\"",
|
|
4864
|
-
"references": {}
|
|
4865
|
-
},
|
|
4866
|
-
"mutable": false,
|
|
4867
|
-
"attr": "type",
|
|
4868
|
-
"reflectToAttr": false,
|
|
4869
|
-
"docs": "Specifies the underlying input element type",
|
|
4870
|
-
"docsTags": [
|
|
4871
|
-
{
|
|
4872
|
-
"name": "defaultValue",
|
|
4873
|
-
"text": "'checkbox'"
|
|
4874
|
-
}
|
|
4875
|
-
],
|
|
4876
|
-
"default": "'checkbox'",
|
|
4877
|
-
"values": [
|
|
4878
|
-
{
|
|
4879
|
-
"value": "checkbox",
|
|
4880
|
-
"type": "string"
|
|
4881
|
-
},
|
|
4882
|
-
{
|
|
4883
|
-
"value": "radio",
|
|
4884
|
-
"type": "string"
|
|
4885
|
-
}
|
|
4886
|
-
],
|
|
4887
|
-
"optional": false,
|
|
4888
|
-
"required": false
|
|
4889
|
-
},
|
|
4890
5466
|
{
|
|
4891
5467
|
"name": "value",
|
|
4892
5468
|
"type": "string",
|
|
@@ -4898,7 +5474,7 @@
|
|
|
4898
5474
|
"mutable": false,
|
|
4899
5475
|
"attr": "value",
|
|
4900
5476
|
"reflectToAttr": false,
|
|
4901
|
-
"docs": "Provides input with a string submitted in form data
|
|
5477
|
+
"docs": "Provides input with a string submitted in form data.",
|
|
4902
5478
|
"docsTags": [],
|
|
4903
5479
|
"values": [
|
|
4904
5480
|
{
|
|
@@ -4927,7 +5503,7 @@
|
|
|
4927
5503
|
},
|
|
4928
5504
|
"cancelable": true,
|
|
4929
5505
|
"composed": true,
|
|
4930
|
-
"docs": "Emits an event on input change",
|
|
5506
|
+
"docs": "Emits an event on input change.",
|
|
4931
5507
|
"docsTags": []
|
|
4932
5508
|
}
|
|
4933
5509
|
],
|
|
@@ -4936,8 +5512,14 @@
|
|
|
4936
5512
|
"slots": [],
|
|
4937
5513
|
"parts": [],
|
|
4938
5514
|
"dependents": [],
|
|
4939
|
-
"dependencies": [
|
|
4940
|
-
|
|
5515
|
+
"dependencies": [
|
|
5516
|
+
"pds-icon"
|
|
5517
|
+
],
|
|
5518
|
+
"dependencyGraph": {
|
|
5519
|
+
"pds-switch": [
|
|
5520
|
+
"pds-icon"
|
|
5521
|
+
]
|
|
5522
|
+
}
|
|
4941
5523
|
},
|
|
4942
5524
|
{
|
|
4943
5525
|
"filePath": "src/components/pds-tabs/pds-tab/pds-tab.tsx",
|
|
@@ -5301,6 +5883,9 @@
|
|
|
5301
5883
|
],
|
|
5302
5884
|
"pds-table-head-cell": [
|
|
5303
5885
|
"pds-icon"
|
|
5886
|
+
],
|
|
5887
|
+
"pds-checkbox": [
|
|
5888
|
+
"pds-icon"
|
|
5304
5889
|
]
|
|
5305
5890
|
}
|
|
5306
5891
|
},
|
|
@@ -5453,6 +6038,9 @@
|
|
|
5453
6038
|
"pds-table-row": [
|
|
5454
6039
|
"pds-table-cell",
|
|
5455
6040
|
"pds-checkbox"
|
|
6041
|
+
],
|
|
6042
|
+
"pds-checkbox": [
|
|
6043
|
+
"pds-icon"
|
|
5456
6044
|
]
|
|
5457
6045
|
}
|
|
5458
6046
|
},
|
|
@@ -5509,143 +6097,444 @@
|
|
|
5509
6097
|
"text": "tabs - Content is placed within the `div[role=\"tablist\"]` element as children"
|
|
5510
6098
|
},
|
|
5511
6099
|
{
|
|
5512
|
-
"name": "slot",
|
|
5513
|
-
"text": "tabpanels - Content is placed directly after the `div[role=\"tablist\"]` element as siblings"
|
|
5514
|
-
}
|
|
5515
|
-
],
|
|
5516
|
-
"usage": {},
|
|
5517
|
-
"props": [
|
|
5518
|
-
{
|
|
5519
|
-
"name": "activeTabName",
|
|
5520
|
-
"type": "string",
|
|
6100
|
+
"name": "slot",
|
|
6101
|
+
"text": "tabpanels - Content is placed directly after the `div[role=\"tablist\"]` element as siblings"
|
|
6102
|
+
}
|
|
6103
|
+
],
|
|
6104
|
+
"usage": {},
|
|
6105
|
+
"props": [
|
|
6106
|
+
{
|
|
6107
|
+
"name": "activeTabName",
|
|
6108
|
+
"type": "string",
|
|
6109
|
+
"complexType": {
|
|
6110
|
+
"original": "string",
|
|
6111
|
+
"resolved": "string",
|
|
6112
|
+
"references": {}
|
|
6113
|
+
},
|
|
6114
|
+
"mutable": true,
|
|
6115
|
+
"attr": "active-tab-name",
|
|
6116
|
+
"reflectToAttr": false,
|
|
6117
|
+
"docs": "Sets the starting active tab name and maintains the name as the component re-renders",
|
|
6118
|
+
"docsTags": [],
|
|
6119
|
+
"values": [
|
|
6120
|
+
{
|
|
6121
|
+
"type": "string"
|
|
6122
|
+
}
|
|
6123
|
+
],
|
|
6124
|
+
"optional": false,
|
|
6125
|
+
"required": true
|
|
6126
|
+
},
|
|
6127
|
+
{
|
|
6128
|
+
"name": "componentId",
|
|
6129
|
+
"type": "string",
|
|
6130
|
+
"complexType": {
|
|
6131
|
+
"original": "string",
|
|
6132
|
+
"resolved": "string",
|
|
6133
|
+
"references": {}
|
|
6134
|
+
},
|
|
6135
|
+
"mutable": false,
|
|
6136
|
+
"attr": "component-id",
|
|
6137
|
+
"reflectToAttr": false,
|
|
6138
|
+
"docs": "A unique identifier used for the underlying component `id` attribute.",
|
|
6139
|
+
"docsTags": [],
|
|
6140
|
+
"values": [
|
|
6141
|
+
{
|
|
6142
|
+
"type": "string"
|
|
6143
|
+
}
|
|
6144
|
+
],
|
|
6145
|
+
"optional": false,
|
|
6146
|
+
"required": true
|
|
6147
|
+
},
|
|
6148
|
+
{
|
|
6149
|
+
"name": "tablistLabel",
|
|
6150
|
+
"type": "string",
|
|
6151
|
+
"complexType": {
|
|
6152
|
+
"original": "string",
|
|
6153
|
+
"resolved": "string",
|
|
6154
|
+
"references": {}
|
|
6155
|
+
},
|
|
6156
|
+
"mutable": false,
|
|
6157
|
+
"attr": "tablist-label",
|
|
6158
|
+
"reflectToAttr": false,
|
|
6159
|
+
"docs": "Sets the aria-label attached to the tablist element",
|
|
6160
|
+
"docsTags": [],
|
|
6161
|
+
"values": [
|
|
6162
|
+
{
|
|
6163
|
+
"type": "string"
|
|
6164
|
+
}
|
|
6165
|
+
],
|
|
6166
|
+
"optional": false,
|
|
6167
|
+
"required": true
|
|
6168
|
+
},
|
|
6169
|
+
{
|
|
6170
|
+
"name": "variant",
|
|
6171
|
+
"type": "\"availability\" | \"filter\" | \"primary\"",
|
|
6172
|
+
"complexType": {
|
|
6173
|
+
"original": "'primary' | 'availability' | 'filter'",
|
|
6174
|
+
"resolved": "\"availability\" | \"filter\" | \"primary\"",
|
|
6175
|
+
"references": {}
|
|
6176
|
+
},
|
|
6177
|
+
"mutable": false,
|
|
6178
|
+
"attr": "variant",
|
|
6179
|
+
"reflectToAttr": false,
|
|
6180
|
+
"docs": "Sets tabs variant styles as outlined in Figma documentation",
|
|
6181
|
+
"docsTags": [],
|
|
6182
|
+
"values": [
|
|
6183
|
+
{
|
|
6184
|
+
"value": "availability",
|
|
6185
|
+
"type": "string"
|
|
6186
|
+
},
|
|
6187
|
+
{
|
|
6188
|
+
"value": "filter",
|
|
6189
|
+
"type": "string"
|
|
6190
|
+
},
|
|
6191
|
+
{
|
|
6192
|
+
"value": "primary",
|
|
6193
|
+
"type": "string"
|
|
6194
|
+
}
|
|
6195
|
+
],
|
|
6196
|
+
"optional": false,
|
|
6197
|
+
"required": true
|
|
6198
|
+
}
|
|
6199
|
+
],
|
|
6200
|
+
"methods": [],
|
|
6201
|
+
"events": [],
|
|
6202
|
+
"listeners": [
|
|
6203
|
+
{
|
|
6204
|
+
"event": "pdsTabClick",
|
|
6205
|
+
"target": "body",
|
|
6206
|
+
"capture": false,
|
|
6207
|
+
"passive": false
|
|
6208
|
+
},
|
|
6209
|
+
{
|
|
6210
|
+
"event": "keydown",
|
|
6211
|
+
"capture": false,
|
|
6212
|
+
"passive": false
|
|
6213
|
+
}
|
|
6214
|
+
],
|
|
6215
|
+
"styles": [
|
|
6216
|
+
{
|
|
6217
|
+
"name": "--spacing-panel-margin-top",
|
|
6218
|
+
"annotation": "prop",
|
|
6219
|
+
"docs": "Optional margin-top for panels"
|
|
6220
|
+
},
|
|
6221
|
+
{
|
|
6222
|
+
"name": "--spacing-panel-padding",
|
|
6223
|
+
"annotation": "prop",
|
|
6224
|
+
"docs": "Optional padding for panels"
|
|
6225
|
+
}
|
|
6226
|
+
],
|
|
6227
|
+
"slots": [
|
|
6228
|
+
{
|
|
6229
|
+
"name": "tabpanels",
|
|
6230
|
+
"docs": "Content is placed directly after the `div[role=\"tablist\"]` element as siblings"
|
|
6231
|
+
},
|
|
6232
|
+
{
|
|
6233
|
+
"name": "tabs",
|
|
6234
|
+
"docs": "Content is placed within the `div[role=\"tablist\"]` element as children"
|
|
6235
|
+
}
|
|
6236
|
+
],
|
|
6237
|
+
"parts": [],
|
|
6238
|
+
"dependents": [],
|
|
6239
|
+
"dependencies": [],
|
|
6240
|
+
"dependencyGraph": {}
|
|
6241
|
+
},
|
|
6242
|
+
{
|
|
6243
|
+
"filePath": "src/components/pds-text/pds-text.tsx",
|
|
6244
|
+
"encapsulation": "shadow",
|
|
6245
|
+
"tag": "pds-text",
|
|
6246
|
+
"readme": "# pds-text\n\n\n",
|
|
6247
|
+
"docs": "",
|
|
6248
|
+
"docsTags": [],
|
|
6249
|
+
"usage": {},
|
|
6250
|
+
"props": [
|
|
6251
|
+
{
|
|
6252
|
+
"name": "align",
|
|
6253
|
+
"type": "\"center\" | \"end\" | \"justify\" | \"start\"",
|
|
6254
|
+
"complexType": {
|
|
6255
|
+
"original": "'start' | 'center' | 'end' | 'justify'",
|
|
6256
|
+
"resolved": "\"center\" | \"end\" | \"justify\" | \"start\"",
|
|
6257
|
+
"references": {}
|
|
6258
|
+
},
|
|
6259
|
+
"mutable": false,
|
|
6260
|
+
"attr": "align",
|
|
6261
|
+
"reflectToAttr": false,
|
|
6262
|
+
"docs": "Sets the text alignment.",
|
|
6263
|
+
"docsTags": [],
|
|
6264
|
+
"values": [
|
|
6265
|
+
{
|
|
6266
|
+
"value": "center",
|
|
6267
|
+
"type": "string"
|
|
6268
|
+
},
|
|
6269
|
+
{
|
|
6270
|
+
"value": "end",
|
|
6271
|
+
"type": "string"
|
|
6272
|
+
},
|
|
6273
|
+
{
|
|
6274
|
+
"value": "justify",
|
|
6275
|
+
"type": "string"
|
|
6276
|
+
},
|
|
6277
|
+
{
|
|
6278
|
+
"value": "start",
|
|
6279
|
+
"type": "string"
|
|
6280
|
+
}
|
|
6281
|
+
],
|
|
6282
|
+
"optional": true,
|
|
6283
|
+
"required": false
|
|
6284
|
+
},
|
|
6285
|
+
{
|
|
6286
|
+
"name": "color",
|
|
6287
|
+
"type": "\"accent\" | \"danger\" | \"info\" | \"neutral\" | \"primary\" | \"secondary\" | \"success\" | \"warning\"",
|
|
6288
|
+
"complexType": {
|
|
6289
|
+
"original": "| 'primary'\n | 'secondary'\n | 'neutral'\n | 'accent'\n | 'danger'\n | 'info'\n | 'success'\n | 'warning'",
|
|
6290
|
+
"resolved": "\"accent\" | \"danger\" | \"info\" | \"neutral\" | \"primary\" | \"secondary\" | \"success\" | \"warning\"",
|
|
6291
|
+
"references": {}
|
|
6292
|
+
},
|
|
6293
|
+
"mutable": false,
|
|
6294
|
+
"attr": "color",
|
|
6295
|
+
"reflectToAttr": false,
|
|
6296
|
+
"docs": "Sets the text color.",
|
|
6297
|
+
"docsTags": [],
|
|
6298
|
+
"values": [
|
|
6299
|
+
{
|
|
6300
|
+
"value": "accent",
|
|
6301
|
+
"type": "string"
|
|
6302
|
+
},
|
|
6303
|
+
{
|
|
6304
|
+
"value": "danger",
|
|
6305
|
+
"type": "string"
|
|
6306
|
+
},
|
|
6307
|
+
{
|
|
6308
|
+
"value": "info",
|
|
6309
|
+
"type": "string"
|
|
6310
|
+
},
|
|
6311
|
+
{
|
|
6312
|
+
"value": "neutral",
|
|
6313
|
+
"type": "string"
|
|
6314
|
+
},
|
|
6315
|
+
{
|
|
6316
|
+
"value": "primary",
|
|
6317
|
+
"type": "string"
|
|
6318
|
+
},
|
|
6319
|
+
{
|
|
6320
|
+
"value": "secondary",
|
|
6321
|
+
"type": "string"
|
|
6322
|
+
},
|
|
6323
|
+
{
|
|
6324
|
+
"value": "success",
|
|
6325
|
+
"type": "string"
|
|
6326
|
+
},
|
|
6327
|
+
{
|
|
6328
|
+
"value": "warning",
|
|
6329
|
+
"type": "string"
|
|
6330
|
+
}
|
|
6331
|
+
],
|
|
6332
|
+
"optional": true,
|
|
6333
|
+
"required": false
|
|
6334
|
+
},
|
|
6335
|
+
{
|
|
6336
|
+
"name": "gutter",
|
|
6337
|
+
"type": "\"2xl\" | \"2xs\" | \"lg\" | \"md\" | \"sm\" | \"xl\" | \"xs\"",
|
|
5521
6338
|
"complexType": {
|
|
5522
|
-
"original": "
|
|
5523
|
-
"resolved": "
|
|
6339
|
+
"original": "| '2xl'\n | 'xl'\n | 'lg'\n | 'md'\n | 'sm'\n | 'xs'\n | '2xs'",
|
|
6340
|
+
"resolved": "\"2xl\" | \"2xs\" | \"lg\" | \"md\" | \"sm\" | \"xl\" | \"xs\"",
|
|
5524
6341
|
"references": {}
|
|
5525
6342
|
},
|
|
5526
|
-
"mutable":
|
|
5527
|
-
"attr": "
|
|
6343
|
+
"mutable": false,
|
|
6344
|
+
"attr": "gutter",
|
|
5528
6345
|
"reflectToAttr": false,
|
|
5529
|
-
"docs": "
|
|
6346
|
+
"docs": "Set the bottom margin for the text.",
|
|
5530
6347
|
"docsTags": [],
|
|
5531
6348
|
"values": [
|
|
5532
6349
|
{
|
|
6350
|
+
"value": "2xl",
|
|
6351
|
+
"type": "string"
|
|
6352
|
+
},
|
|
6353
|
+
{
|
|
6354
|
+
"value": "2xs",
|
|
6355
|
+
"type": "string"
|
|
6356
|
+
},
|
|
6357
|
+
{
|
|
6358
|
+
"value": "lg",
|
|
6359
|
+
"type": "string"
|
|
6360
|
+
},
|
|
6361
|
+
{
|
|
6362
|
+
"value": "md",
|
|
6363
|
+
"type": "string"
|
|
6364
|
+
},
|
|
6365
|
+
{
|
|
6366
|
+
"value": "sm",
|
|
6367
|
+
"type": "string"
|
|
6368
|
+
},
|
|
6369
|
+
{
|
|
6370
|
+
"value": "xl",
|
|
6371
|
+
"type": "string"
|
|
6372
|
+
},
|
|
6373
|
+
{
|
|
6374
|
+
"value": "xs",
|
|
5533
6375
|
"type": "string"
|
|
5534
6376
|
}
|
|
5535
6377
|
],
|
|
5536
|
-
"optional":
|
|
5537
|
-
"required":
|
|
6378
|
+
"optional": true,
|
|
6379
|
+
"required": false
|
|
5538
6380
|
},
|
|
5539
6381
|
{
|
|
5540
|
-
"name": "
|
|
5541
|
-
"type": "
|
|
6382
|
+
"name": "size",
|
|
6383
|
+
"type": "\"2xl\" | \"2xs\" | \"lg\" | \"md\" | \"sm\" | \"xl\" | \"xs\"",
|
|
5542
6384
|
"complexType": {
|
|
5543
|
-
"original": "
|
|
5544
|
-
"resolved": "
|
|
6385
|
+
"original": "| '2xl'\n | 'xl'\n | 'lg'\n | 'md'\n | 'sm'\n | 'xs'\n | '2xs'",
|
|
6386
|
+
"resolved": "\"2xl\" | \"2xs\" | \"lg\" | \"md\" | \"sm\" | \"xl\" | \"xs\"",
|
|
5545
6387
|
"references": {}
|
|
5546
6388
|
},
|
|
5547
6389
|
"mutable": false,
|
|
5548
|
-
"attr": "
|
|
6390
|
+
"attr": "size",
|
|
5549
6391
|
"reflectToAttr": false,
|
|
5550
|
-
"docs": "
|
|
6392
|
+
"docs": "Sets the font size.",
|
|
5551
6393
|
"docsTags": [],
|
|
5552
6394
|
"values": [
|
|
5553
6395
|
{
|
|
6396
|
+
"value": "2xl",
|
|
6397
|
+
"type": "string"
|
|
6398
|
+
},
|
|
6399
|
+
{
|
|
6400
|
+
"value": "2xs",
|
|
6401
|
+
"type": "string"
|
|
6402
|
+
},
|
|
6403
|
+
{
|
|
6404
|
+
"value": "lg",
|
|
6405
|
+
"type": "string"
|
|
6406
|
+
},
|
|
6407
|
+
{
|
|
6408
|
+
"value": "md",
|
|
6409
|
+
"type": "string"
|
|
6410
|
+
},
|
|
6411
|
+
{
|
|
6412
|
+
"value": "sm",
|
|
6413
|
+
"type": "string"
|
|
6414
|
+
},
|
|
6415
|
+
{
|
|
6416
|
+
"value": "xl",
|
|
6417
|
+
"type": "string"
|
|
6418
|
+
},
|
|
6419
|
+
{
|
|
6420
|
+
"value": "xs",
|
|
5554
6421
|
"type": "string"
|
|
5555
6422
|
}
|
|
5556
6423
|
],
|
|
5557
|
-
"optional":
|
|
5558
|
-
"required":
|
|
6424
|
+
"optional": true,
|
|
6425
|
+
"required": false
|
|
5559
6426
|
},
|
|
5560
6427
|
{
|
|
5561
|
-
"name": "
|
|
5562
|
-
"type": "
|
|
6428
|
+
"name": "tag",
|
|
6429
|
+
"type": "\"code\" | \"em\" | \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\" | \"p\" | \"pre\" | \"strong\"",
|
|
5563
6430
|
"complexType": {
|
|
5564
|
-
"original": "
|
|
5565
|
-
"resolved": "
|
|
6431
|
+
"original": "| 'h1'\n | 'h2'\n | 'h3'\n | 'h4'\n | 'h5'\n | 'h6'\n | 'p'\n | 'code'\n | 'pre'\n | 'strong'\n | 'em'",
|
|
6432
|
+
"resolved": "\"code\" | \"em\" | \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\" | \"p\" | \"pre\" | \"strong\"",
|
|
5566
6433
|
"references": {}
|
|
5567
6434
|
},
|
|
5568
6435
|
"mutable": false,
|
|
5569
|
-
"attr": "
|
|
6436
|
+
"attr": "tag",
|
|
5570
6437
|
"reflectToAttr": false,
|
|
5571
|
-
"docs": "
|
|
6438
|
+
"docs": "Determines what semantic text tag to render.",
|
|
5572
6439
|
"docsTags": [],
|
|
6440
|
+
"default": "\"p\"",
|
|
5573
6441
|
"values": [
|
|
5574
6442
|
{
|
|
6443
|
+
"value": "code",
|
|
6444
|
+
"type": "string"
|
|
6445
|
+
},
|
|
6446
|
+
{
|
|
6447
|
+
"value": "em",
|
|
6448
|
+
"type": "string"
|
|
6449
|
+
},
|
|
6450
|
+
{
|
|
6451
|
+
"value": "h1",
|
|
6452
|
+
"type": "string"
|
|
6453
|
+
},
|
|
6454
|
+
{
|
|
6455
|
+
"value": "h2",
|
|
6456
|
+
"type": "string"
|
|
6457
|
+
},
|
|
6458
|
+
{
|
|
6459
|
+
"value": "h3",
|
|
6460
|
+
"type": "string"
|
|
6461
|
+
},
|
|
6462
|
+
{
|
|
6463
|
+
"value": "h4",
|
|
6464
|
+
"type": "string"
|
|
6465
|
+
},
|
|
6466
|
+
{
|
|
6467
|
+
"value": "h5",
|
|
6468
|
+
"type": "string"
|
|
6469
|
+
},
|
|
6470
|
+
{
|
|
6471
|
+
"value": "h6",
|
|
6472
|
+
"type": "string"
|
|
6473
|
+
},
|
|
6474
|
+
{
|
|
6475
|
+
"value": "p",
|
|
6476
|
+
"type": "string"
|
|
6477
|
+
},
|
|
6478
|
+
{
|
|
6479
|
+
"value": "pre",
|
|
6480
|
+
"type": "string"
|
|
6481
|
+
},
|
|
6482
|
+
{
|
|
6483
|
+
"value": "strong",
|
|
5575
6484
|
"type": "string"
|
|
5576
6485
|
}
|
|
5577
6486
|
],
|
|
5578
6487
|
"optional": false,
|
|
5579
|
-
"required":
|
|
6488
|
+
"required": false
|
|
5580
6489
|
},
|
|
5581
6490
|
{
|
|
5582
|
-
"name": "
|
|
5583
|
-
"type": "\"
|
|
6491
|
+
"name": "weight",
|
|
6492
|
+
"type": "\"bold\" | \"extra-light\" | \"light\" | \"medium\" | \"regular\" | \"semibold\"",
|
|
5584
6493
|
"complexType": {
|
|
5585
|
-
"original": "'
|
|
5586
|
-
"resolved": "\"
|
|
6494
|
+
"original": "| 'extra-light'\n | 'light'\n | 'regular'\n | 'medium'\n | 'semibold'\n | 'bold'",
|
|
6495
|
+
"resolved": "\"bold\" | \"extra-light\" | \"light\" | \"medium\" | \"regular\" | \"semibold\"",
|
|
5587
6496
|
"references": {}
|
|
5588
6497
|
},
|
|
5589
6498
|
"mutable": false,
|
|
5590
|
-
"attr": "
|
|
6499
|
+
"attr": "weight",
|
|
5591
6500
|
"reflectToAttr": false,
|
|
5592
|
-
"docs": "Sets
|
|
6501
|
+
"docs": "Sets the font weight.",
|
|
5593
6502
|
"docsTags": [],
|
|
5594
6503
|
"values": [
|
|
5595
6504
|
{
|
|
5596
|
-
"value": "
|
|
6505
|
+
"value": "bold",
|
|
5597
6506
|
"type": "string"
|
|
5598
6507
|
},
|
|
5599
6508
|
{
|
|
5600
|
-
"value": "
|
|
6509
|
+
"value": "extra-light",
|
|
5601
6510
|
"type": "string"
|
|
5602
6511
|
},
|
|
5603
6512
|
{
|
|
5604
|
-
"value": "
|
|
6513
|
+
"value": "light",
|
|
6514
|
+
"type": "string"
|
|
6515
|
+
},
|
|
6516
|
+
{
|
|
6517
|
+
"value": "medium",
|
|
6518
|
+
"type": "string"
|
|
6519
|
+
},
|
|
6520
|
+
{
|
|
6521
|
+
"value": "regular",
|
|
6522
|
+
"type": "string"
|
|
6523
|
+
},
|
|
6524
|
+
{
|
|
6525
|
+
"value": "semibold",
|
|
5605
6526
|
"type": "string"
|
|
5606
6527
|
}
|
|
5607
6528
|
],
|
|
5608
|
-
"optional":
|
|
5609
|
-
"required":
|
|
6529
|
+
"optional": true,
|
|
6530
|
+
"required": false
|
|
5610
6531
|
}
|
|
5611
6532
|
],
|
|
5612
6533
|
"methods": [],
|
|
5613
6534
|
"events": [],
|
|
5614
|
-
"listeners": [
|
|
5615
|
-
|
|
5616
|
-
|
|
5617
|
-
"target": "body",
|
|
5618
|
-
"capture": false,
|
|
5619
|
-
"passive": false
|
|
5620
|
-
},
|
|
5621
|
-
{
|
|
5622
|
-
"event": "keydown",
|
|
5623
|
-
"capture": false,
|
|
5624
|
-
"passive": false
|
|
5625
|
-
}
|
|
5626
|
-
],
|
|
5627
|
-
"styles": [
|
|
5628
|
-
{
|
|
5629
|
-
"name": "--spacing-panel-margin-top",
|
|
5630
|
-
"annotation": "prop",
|
|
5631
|
-
"docs": "Optional margin-top for panels"
|
|
5632
|
-
},
|
|
5633
|
-
{
|
|
5634
|
-
"name": "--spacing-panel-padding",
|
|
5635
|
-
"annotation": "prop",
|
|
5636
|
-
"docs": "Optional padding for panels"
|
|
5637
|
-
}
|
|
5638
|
-
],
|
|
5639
|
-
"slots": [
|
|
5640
|
-
{
|
|
5641
|
-
"name": "tabpanels",
|
|
5642
|
-
"docs": "Content is placed directly after the `div[role=\"tablist\"]` element as siblings"
|
|
5643
|
-
},
|
|
5644
|
-
{
|
|
5645
|
-
"name": "tabs",
|
|
5646
|
-
"docs": "Content is placed within the `div[role=\"tablist\"]` element as children"
|
|
5647
|
-
}
|
|
5648
|
-
],
|
|
6535
|
+
"listeners": [],
|
|
6536
|
+
"styles": [],
|
|
6537
|
+
"slots": [],
|
|
5649
6538
|
"parts": [],
|
|
5650
6539
|
"dependents": [],
|
|
5651
6540
|
"dependencies": [],
|
|
@@ -5660,6 +6549,27 @@
|
|
|
5660
6549
|
"docsTags": [],
|
|
5661
6550
|
"usage": {},
|
|
5662
6551
|
"props": [
|
|
6552
|
+
{
|
|
6553
|
+
"name": "autocomplete",
|
|
6554
|
+
"type": "string",
|
|
6555
|
+
"complexType": {
|
|
6556
|
+
"original": "string",
|
|
6557
|
+
"resolved": "string",
|
|
6558
|
+
"references": {}
|
|
6559
|
+
},
|
|
6560
|
+
"mutable": false,
|
|
6561
|
+
"attr": "autocomplete",
|
|
6562
|
+
"reflectToAttr": false,
|
|
6563
|
+
"docs": "Specifies if and how the browser provides `autocomplete` assistance for the field.",
|
|
6564
|
+
"docsTags": [],
|
|
6565
|
+
"values": [
|
|
6566
|
+
{
|
|
6567
|
+
"type": "string"
|
|
6568
|
+
}
|
|
6569
|
+
],
|
|
6570
|
+
"optional": false,
|
|
6571
|
+
"required": false
|
|
6572
|
+
},
|
|
5663
6573
|
{
|
|
5664
6574
|
"name": "componentId",
|
|
5665
6575
|
"type": "string",
|
|
@@ -5966,8 +6876,14 @@
|
|
|
5966
6876
|
"slots": [],
|
|
5967
6877
|
"parts": [],
|
|
5968
6878
|
"dependents": [],
|
|
5969
|
-
"dependencies": [
|
|
5970
|
-
|
|
6879
|
+
"dependencies": [
|
|
6880
|
+
"pds-icon"
|
|
6881
|
+
],
|
|
6882
|
+
"dependencyGraph": {
|
|
6883
|
+
"pds-textarea": [
|
|
6884
|
+
"pds-icon"
|
|
6885
|
+
]
|
|
6886
|
+
}
|
|
5971
6887
|
},
|
|
5972
6888
|
{
|
|
5973
6889
|
"filePath": "src/components/pds-tooltip/pds-tooltip.tsx",
|
|
@@ -6083,6 +6999,33 @@
|
|
|
6083
6999
|
"optional": false,
|
|
6084
7000
|
"required": false
|
|
6085
7001
|
},
|
|
7002
|
+
{
|
|
7003
|
+
"name": "maxWidth",
|
|
7004
|
+
"type": "string",
|
|
7005
|
+
"complexType": {
|
|
7006
|
+
"original": "string",
|
|
7007
|
+
"resolved": "string",
|
|
7008
|
+
"references": {}
|
|
7009
|
+
},
|
|
7010
|
+
"mutable": false,
|
|
7011
|
+
"attr": "max-width",
|
|
7012
|
+
"reflectToAttr": false,
|
|
7013
|
+
"docs": "Sets the maximum width of the tooltip content",
|
|
7014
|
+
"docsTags": [
|
|
7015
|
+
{
|
|
7016
|
+
"name": "defaultValue",
|
|
7017
|
+
"text": "\"352px\""
|
|
7018
|
+
}
|
|
7019
|
+
],
|
|
7020
|
+
"default": "'352px'",
|
|
7021
|
+
"values": [
|
|
7022
|
+
{
|
|
7023
|
+
"type": "string"
|
|
7024
|
+
}
|
|
7025
|
+
],
|
|
7026
|
+
"optional": false,
|
|
7027
|
+
"required": false
|
|
7028
|
+
},
|
|
6086
7029
|
{
|
|
6087
7030
|
"name": "opened",
|
|
6088
7031
|
"type": "boolean",
|
|
@@ -6229,36 +7172,7 @@
|
|
|
6229
7172
|
"docsTags": []
|
|
6230
7173
|
}
|
|
6231
7174
|
],
|
|
6232
|
-
"events": [
|
|
6233
|
-
{
|
|
6234
|
-
"event": "pdsTooltipHide",
|
|
6235
|
-
"detail": "any",
|
|
6236
|
-
"bubbles": true,
|
|
6237
|
-
"complexType": {
|
|
6238
|
-
"original": "any",
|
|
6239
|
-
"resolved": "any",
|
|
6240
|
-
"references": {}
|
|
6241
|
-
},
|
|
6242
|
-
"cancelable": true,
|
|
6243
|
-
"composed": true,
|
|
6244
|
-
"docs": "Emitted after a tooltip is closed",
|
|
6245
|
-
"docsTags": []
|
|
6246
|
-
},
|
|
6247
|
-
{
|
|
6248
|
-
"event": "pdsTooltipShow",
|
|
6249
|
-
"detail": "any",
|
|
6250
|
-
"bubbles": true,
|
|
6251
|
-
"complexType": {
|
|
6252
|
-
"original": "any",
|
|
6253
|
-
"resolved": "any",
|
|
6254
|
-
"references": {}
|
|
6255
|
-
},
|
|
6256
|
-
"cancelable": true,
|
|
6257
|
-
"composed": true,
|
|
6258
|
-
"docs": "Emitted after a tooltip is shown",
|
|
6259
|
-
"docsTags": []
|
|
6260
|
-
}
|
|
6261
|
-
],
|
|
7175
|
+
"events": [],
|
|
6262
7176
|
"listeners": [],
|
|
6263
7177
|
"styles": [],
|
|
6264
7178
|
"slots": [
|
|
@@ -6298,6 +7212,11 @@
|
|
|
6298
7212
|
"docstring": "",
|
|
6299
7213
|
"path": "src/components/pds-checkbox/checkbox-interface.ts"
|
|
6300
7214
|
},
|
|
7215
|
+
"src/utils/types.ts::PlacementType": {
|
|
7216
|
+
"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';",
|
|
7217
|
+
"docstring": "",
|
|
7218
|
+
"path": "src/utils/types.ts"
|
|
7219
|
+
},
|
|
6301
7220
|
"src/components/pds-textarea/textarea-interface.ts::TextareaChangeEventDetail": {
|
|
6302
7221
|
"declaration": "export interface TextareaChangeEventDetail {\n event?: Event;\n value: string | null;\n}",
|
|
6303
7222
|
"docstring": "",
|