@patternfly/elements 3.0.0 → 3.0.1
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/custom-elements.json +490 -484
- package/package.json +1 -1
- package/pf-accordion/BaseAccordion.js +2 -1
- package/pf-accordion/BaseAccordion.js.map +1 -1
- package/pf-accordion/BaseAccordionHeader.js +4 -1
- package/pf-accordion/BaseAccordionHeader.js.map +1 -1
- package/pf-accordion/BaseAccordionPanel.d.ts +1 -1
- package/pf-accordion/pf-accordion-header.d.ts +1 -1
- package/pf-accordion/pf-accordion.d.ts +0 -5
- package/pf-accordion/pf-accordion.js +0 -5
- package/pf-accordion/pf-accordion.js.map +1 -1
- package/pf-accordion/test/pf-accordion.e2e.d.ts +1 -0
- package/pf-accordion/test/pf-accordion.e2e.js +11 -0
- package/pf-accordion/test/pf-accordion.e2e.js.map +1 -0
- package/pf-accordion/test/pf-accordion.spec.d.ts +1 -0
- package/pf-accordion/test/pf-accordion.spec.js +1222 -0
- package/pf-accordion/test/pf-accordion.spec.js.map +1 -0
- package/pf-avatar/BaseAvatar.d.ts +1 -1
- package/pf-avatar/test/pf-avatar.e2e.d.ts +1 -0
- package/pf-avatar/test/pf-avatar.e2e.js +11 -0
- package/pf-avatar/test/pf-avatar.e2e.js.map +1 -0
- package/pf-avatar/test/pf-avatar.spec.d.ts +1 -0
- package/pf-avatar/test/pf-avatar.spec.js +45 -0
- package/pf-avatar/test/pf-avatar.spec.js.map +1 -0
- package/pf-back-to-top/demo/demo.css +25 -0
- package/pf-back-to-top/pf-back-to-top.d.ts +1 -1
- package/pf-back-to-top/test/pf-back-to-top.e2e.d.ts +1 -0
- package/pf-back-to-top/test/pf-back-to-top.e2e.js +11 -0
- package/pf-back-to-top/test/pf-back-to-top.e2e.js.map +1 -0
- package/pf-back-to-top/test/pf-back-to-top.spec.d.ts +1 -0
- package/pf-back-to-top/test/pf-back-to-top.spec.js +267 -0
- package/pf-back-to-top/test/pf-back-to-top.spec.js.map +1 -0
- package/pf-background-image/pf-background-image.d.ts +1 -4
- package/pf-background-image/pf-background-image.js +1 -4
- package/pf-background-image/pf-background-image.js.map +1 -1
- package/pf-background-image/test/pf-background-image.e2e.d.ts +1 -0
- package/pf-background-image/test/pf-background-image.e2e.js +11 -0
- package/pf-background-image/test/pf-background-image.e2e.js.map +1 -0
- package/pf-background-image/test/pf-background-image.spec.d.ts +1 -0
- package/pf-background-image/test/pf-background-image.spec.js +89 -0
- package/pf-background-image/test/pf-background-image.spec.js.map +1 -0
- package/pf-badge/BaseBadge.d.ts +1 -1
- package/pf-badge/test/pf-badge.e2e.d.ts +1 -0
- package/pf-badge/test/pf-badge.e2e.js +11 -0
- package/pf-badge/test/pf-badge.e2e.js.map +1 -0
- package/pf-badge/test/pf-badge.spec.d.ts +1 -0
- package/pf-badge/test/pf-badge.spec.js +52 -0
- package/pf-badge/test/pf-badge.spec.js.map +1 -0
- package/pf-banner/pf-banner.d.ts +1 -10
- package/pf-banner/pf-banner.js +0 -9
- package/pf-banner/pf-banner.js.map +1 -1
- package/pf-banner/test/pf-banner.e2e.d.ts +1 -0
- package/pf-banner/test/pf-banner.e2e.js +11 -0
- package/pf-banner/test/pf-banner.e2e.js.map +1 -0
- package/pf-banner/test/pf-banner.spec.d.ts +1 -0
- package/pf-banner/test/pf-banner.spec.js +81 -0
- package/pf-banner/test/pf-banner.spec.js.map +1 -0
- package/pf-button/BaseButton.d.ts +7 -2
- package/pf-button/BaseButton.js +4 -1
- package/pf-button/BaseButton.js.map +1 -1
- package/pf-button/pf-button.d.ts +1 -17
- package/pf-button/pf-button.js +10 -18
- package/pf-button/pf-button.js.map +1 -1
- package/pf-button/test/pf-button.e2e.d.ts +1 -0
- package/pf-button/test/pf-button.e2e.js +11 -0
- package/pf-button/test/pf-button.e2e.js.map +1 -0
- package/pf-button/test/pf-button.spec.d.ts +1 -0
- package/pf-button/test/pf-button.spec.js +124 -0
- package/pf-button/test/pf-button.spec.js.map +1 -0
- package/pf-card/BaseCard.d.ts +1 -1
- package/pf-card/test/pf-card.e2e.d.ts +1 -0
- package/pf-card/test/pf-card.e2e.js +11 -0
- package/pf-card/test/pf-card.e2e.js.map +1 -0
- package/pf-card/test/pf-card.spec.d.ts +1 -0
- package/pf-card/test/pf-card.spec.js +160 -0
- package/pf-card/test/pf-card.spec.js.map +1 -0
- package/pf-chip/pf-chip-group.d.ts +8 -5
- package/pf-chip/pf-chip-group.js +10 -10
- package/pf-chip/pf-chip-group.js.map +1 -1
- package/pf-chip/pf-chip.d.ts +8 -5
- package/pf-chip/pf-chip.js +4 -4
- package/pf-chip/pf-chip.js.map +1 -1
- package/pf-chip/test/pf-chip-group.spec.d.ts +1 -0
- package/pf-chip/test/pf-chip-group.spec.js +189 -0
- package/pf-chip/test/pf-chip-group.spec.js.map +1 -0
- package/pf-chip/test/pf-chip.e2e.d.ts +1 -0
- package/pf-chip/test/pf-chip.e2e.js +11 -0
- package/pf-chip/test/pf-chip.e2e.js.map +1 -0
- package/pf-chip/test/pf-chip.spec.d.ts +1 -0
- package/pf-chip/test/pf-chip.spec.js +116 -0
- package/pf-chip/test/pf-chip.spec.js.map +1 -0
- package/pf-clipboard-copy/pf-clipboard-copy.d.ts +8 -3
- package/pf-clipboard-copy/pf-clipboard-copy.js +5 -3
- package/pf-clipboard-copy/pf-clipboard-copy.js.map +1 -1
- package/pf-clipboard-copy/test/pf-clipboard-copy.e2e.d.ts +1 -0
- package/pf-clipboard-copy/test/pf-clipboard-copy.e2e.js +11 -0
- package/pf-clipboard-copy/test/pf-clipboard-copy.e2e.js.map +1 -0
- package/pf-clipboard-copy/test/pf-clipboard-copy.spec.d.ts +1 -0
- package/pf-clipboard-copy/test/pf-clipboard-copy.spec.js +103 -0
- package/pf-clipboard-copy/test/pf-clipboard-copy.spec.js.map +1 -0
- package/pf-code-block/BaseCodeBlock.js +2 -2
- package/pf-code-block/BaseCodeBlock.js.map +1 -1
- package/pf-code-block/pf-code-block.d.ts +1 -1
- package/pf-code-block/test/pf-code-block.e2e.d.ts +1 -0
- package/pf-code-block/test/pf-code-block.e2e.js +11 -0
- package/pf-code-block/test/pf-code-block.e2e.js.map +1 -0
- package/pf-code-block/test/pf-code-block.spec.d.ts +1 -0
- package/pf-code-block/test/pf-code-block.spec.js +89 -0
- package/pf-code-block/test/pf-code-block.spec.js.map +1 -0
- package/pf-dropdown/pf-dropdown-group.d.ts +1 -1
- package/pf-dropdown/pf-dropdown-group.js +4 -1
- package/pf-dropdown/pf-dropdown-group.js.map +1 -1
- package/pf-dropdown/pf-dropdown-item.d.ts +1 -2
- package/pf-dropdown/pf-dropdown-item.js +4 -2
- package/pf-dropdown/pf-dropdown-item.js.map +1 -1
- package/pf-dropdown/pf-dropdown-menu.d.ts +1 -2
- package/pf-dropdown/pf-dropdown-menu.js +8 -6
- package/pf-dropdown/pf-dropdown-menu.js.map +1 -1
- package/pf-dropdown/pf-dropdown.d.ts +8 -6
- package/pf-dropdown/pf-dropdown.js +11 -11
- package/pf-dropdown/pf-dropdown.js.map +1 -1
- package/pf-dropdown/test/pf-dropdown.e2e.d.ts +1 -0
- package/pf-dropdown/test/pf-dropdown.e2e.js +11 -0
- package/pf-dropdown/test/pf-dropdown.e2e.js.map +1 -0
- package/pf-dropdown/test/pf-dropdown.spec.d.ts +1 -0
- package/pf-dropdown/test/pf-dropdown.spec.js +129 -0
- package/pf-dropdown/test/pf-dropdown.spec.js.map +1 -0
- package/pf-icon/BaseIcon.d.ts +1 -2
- package/pf-icon/BaseIcon.js +3 -4
- package/pf-icon/BaseIcon.js.map +1 -1
- package/pf-icon/demo/icons/rh/boba-tea.js +5 -0
- package/pf-icon/demo/icons/rh/lifecycle.js +3 -0
- package/pf-icon/test/pf-icon.e2e.d.ts +1 -0
- package/pf-icon/test/pf-icon.e2e.js +11 -0
- package/pf-icon/test/pf-icon.e2e.js.map +1 -0
- package/pf-icon/test/pf-icon.spec.d.ts +1 -0
- package/pf-icon/test/pf-icon.spec.js +130 -0
- package/pf-icon/test/pf-icon.spec.js.map +1 -0
- package/pf-icon/test/rh-icon-aed.js +2 -0
- package/pf-icon/test/rh-icon-api.js +2 -0
- package/pf-icon/test/rh-icon-atom.js +2 -0
- package/pf-icon/test/rh-icon-bike.js +2 -0
- package/pf-jump-links/pf-jump-links-item.d.ts +8 -2
- package/pf-jump-links/pf-jump-links-item.js +4 -1
- package/pf-jump-links/pf-jump-links-item.js.map +1 -1
- package/pf-jump-links/pf-jump-links-list.d.ts +1 -1
- package/pf-jump-links/pf-jump-links.d.ts +1 -7
- package/pf-jump-links/pf-jump-links.js +1 -7
- package/pf-jump-links/pf-jump-links.js.map +1 -1
- package/pf-jump-links/test/pf-jump-links.e2e.d.ts +1 -0
- package/pf-jump-links/test/pf-jump-links.e2e.js +11 -0
- package/pf-jump-links/test/pf-jump-links.e2e.js.map +1 -0
- package/pf-jump-links/test/pf-jump-links.spec.d.ts +1 -0
- package/pf-jump-links/test/pf-jump-links.spec.js +85 -0
- package/pf-jump-links/test/pf-jump-links.spec.js.map +1 -0
- package/pf-label/BaseLabel.d.ts +1 -1
- package/pf-label/pf-label.d.ts +10 -24
- package/pf-label/pf-label.js +4 -21
- package/pf-label/pf-label.js.map +1 -1
- package/pf-label/test/pf-label.e2e.d.ts +1 -0
- package/pf-label/test/pf-label.e2e.js +11 -0
- package/pf-label/test/pf-label.e2e.js.map +1 -0
- package/pf-label/test/pf-label.spec.d.ts +1 -0
- package/pf-label/test/pf-label.spec.js +111 -0
- package/pf-label/test/pf-label.spec.js.map +1 -0
- package/pf-modal/pf-modal.d.ts +1 -6
- package/pf-modal/pf-modal.js +6 -8
- package/pf-modal/pf-modal.js.map +1 -1
- package/pf-modal/test/pf-modal.e2e.d.ts +1 -0
- package/pf-modal/test/pf-modal.e2e.js +13 -0
- package/pf-modal/test/pf-modal.e2e.js.map +1 -0
- package/pf-modal/test/pf-modal.spec.d.ts +1 -0
- package/pf-modal/test/pf-modal.spec.js +197 -0
- package/pf-modal/test/pf-modal.spec.js.map +1 -0
- package/pf-panel/pf-panel.d.ts +1 -1
- package/pf-panel/test/pf-panel.e2e.d.ts +1 -0
- package/pf-panel/test/pf-panel.e2e.js +11 -0
- package/pf-panel/test/pf-panel.e2e.js.map +1 -0
- package/pf-panel/test/pf-panel.spec.d.ts +1 -0
- package/pf-panel/test/pf-panel.spec.js +22 -0
- package/pf-panel/test/pf-panel.spec.js.map +1 -0
- package/pf-popover/pf-popover.d.ts +1 -5
- package/pf-popover/pf-popover.js +12 -7
- package/pf-popover/pf-popover.js.map +1 -1
- package/pf-popover/test/pf-popover.e2e.d.ts +1 -0
- package/pf-popover/test/pf-popover.e2e.js +11 -0
- package/pf-popover/test/pf-popover.e2e.js.map +1 -0
- package/pf-popover/test/pf-popover.spec.d.ts +1 -0
- package/pf-popover/test/pf-popover.spec.js +233 -0
- package/pf-popover/test/pf-popover.spec.js.map +1 -0
- package/pf-progress/demo/kitchen-sink.css +4 -0
- package/pf-progress/pf-progress.d.ts +1 -22
- package/pf-progress/pf-progress.js +1 -22
- package/pf-progress/pf-progress.js.map +1 -1
- package/pf-progress/test/pf-progress.e2e.d.ts +1 -0
- package/pf-progress/test/pf-progress.e2e.js +11 -0
- package/pf-progress/test/pf-progress.e2e.js.map +1 -0
- package/pf-progress/test/pf-progress.spec.d.ts +1 -0
- package/pf-progress/test/pf-progress.spec.js +45 -0
- package/pf-progress/test/pf-progress.spec.js.map +1 -0
- package/pf-progress-stepper/pf-progress-step.d.ts +1 -1
- package/pf-progress-stepper/pf-progress-stepper.d.ts +1 -1
- package/pf-progress-stepper/test/pf-progress-stepper.e2e.d.ts +1 -0
- package/pf-progress-stepper/test/pf-progress-stepper.e2e.js +11 -0
- package/pf-progress-stepper/test/pf-progress-stepper.e2e.js.map +1 -0
- package/pf-progress-stepper/test/pf-progress-stepper.spec.d.ts +1 -0
- package/pf-progress-stepper/test/pf-progress-stepper.spec.js +18 -0
- package/pf-progress-stepper/test/pf-progress-stepper.spec.js.map +1 -0
- package/pf-select/pf-option-group.d.ts +1 -1
- package/pf-select/pf-option-group.js +2 -0
- package/pf-select/pf-option-group.js.map +1 -1
- package/pf-select/pf-option.d.ts +1 -2
- package/pf-select/pf-option.js +3 -4
- package/pf-select/pf-option.js.map +1 -1
- package/pf-select/pf-select.d.ts +8 -3
- package/pf-select/pf-select.js +51 -21
- package/pf-select/pf-select.js.map +1 -1
- package/pf-select/test/pf-select.e2e.d.ts +1 -0
- package/pf-select/test/pf-select.e2e.js +11 -0
- package/pf-select/test/pf-select.e2e.js.map +1 -0
- package/pf-select/test/pf-select.spec.d.ts +1 -0
- package/pf-select/test/pf-select.spec.js +866 -0
- package/pf-select/test/pf-select.spec.js.map +1 -0
- package/pf-spinner/BaseSpinner.d.ts +1 -2
- package/pf-spinner/BaseSpinner.js +2 -4
- package/pf-spinner/BaseSpinner.js.map +1 -1
- package/pf-spinner/pf-spinner.d.ts +2 -2
- package/pf-spinner/pf-spinner.js +8 -1
- package/pf-spinner/pf-spinner.js.map +1 -1
- package/pf-spinner/test/pf-spinner.e2e.d.ts +1 -0
- package/pf-spinner/test/pf-spinner.e2e.js +11 -0
- package/pf-spinner/test/pf-spinner.e2e.js.map +1 -0
- package/pf-spinner/test/pf-spinner.spec.d.ts +1 -0
- package/pf-spinner/test/pf-spinner.spec.js +64 -0
- package/pf-spinner/test/pf-spinner.spec.js.map +1 -0
- package/pf-switch/BaseSwitch.d.ts +1 -1
- package/pf-switch/BaseSwitch.js +3 -3
- package/pf-switch/BaseSwitch.js.map +1 -1
- package/pf-switch/test/pf-switch.e2e.d.ts +1 -0
- package/pf-switch/test/pf-switch.e2e.js +11 -0
- package/pf-switch/test/pf-switch.e2e.js.map +1 -0
- package/pf-switch/test/pf-switch.spec.d.ts +1 -0
- package/pf-switch/test/pf-switch.spec.js +191 -0
- package/pf-switch/test/pf-switch.spec.js.map +1 -0
- package/pf-table/pf-caption.d.ts +1 -1
- package/pf-table/pf-table.d.ts +1 -3
- package/pf-table/pf-table.js +2 -4
- package/pf-table/pf-table.js.map +1 -1
- package/pf-table/pf-tbody.d.ts +1 -1
- package/pf-table/pf-td.d.ts +1 -1
- package/pf-table/pf-th.d.ts +1 -1
- package/pf-table/pf-th.js +3 -3
- package/pf-table/pf-th.js.map +1 -1
- package/pf-table/pf-thead.d.ts +1 -1
- package/pf-table/pf-tr.d.ts +1 -1
- package/pf-table/pf-tr.js +4 -4
- package/pf-table/pf-tr.js.map +1 -1
- package/pf-table/test/pf-table.e2e.d.ts +1 -0
- package/pf-table/test/pf-table.e2e.js +11 -0
- package/pf-table/test/pf-table.e2e.js.map +1 -0
- package/pf-table/test/pf-table.spec.d.ts +1 -0
- package/pf-table/test/pf-table.spec.js +17 -0
- package/pf-table/test/pf-table.spec.js.map +1 -0
- package/pf-tabs/BaseTab.d.ts +2 -2
- package/pf-tabs/BaseTab.js +4 -1
- package/pf-tabs/BaseTab.js.map +1 -1
- package/pf-tabs/BaseTabPanel.d.ts +1 -1
- package/pf-tabs/BaseTabs.d.ts +1 -3
- package/pf-tabs/BaseTabs.js +11 -12
- package/pf-tabs/BaseTabs.js.map +1 -1
- package/pf-tabs/pf-tab-panel.d.ts +1 -1
- package/pf-tabs/pf-tab.d.ts +1 -17
- package/pf-tabs/pf-tab.js +0 -16
- package/pf-tabs/pf-tab.js.map +1 -1
- package/pf-tabs/pf-tabs.d.ts +1 -12
- package/pf-tabs/pf-tabs.js +2 -13
- package/pf-tabs/pf-tabs.js.map +1 -1
- package/pf-tabs/test/pf-tabs.e2e.d.ts +1 -0
- package/pf-tabs/test/pf-tabs.e2e.js +13 -0
- package/pf-tabs/test/pf-tabs.e2e.js.map +1 -0
- package/pf-tabs/test/pf-tabs.spec.d.ts +1 -0
- package/pf-tabs/test/pf-tabs.spec.js +285 -0
- package/pf-tabs/test/pf-tabs.spec.js.map +1 -0
- package/pf-text-area/pf-text-area.d.ts +1 -2
- package/pf-text-area/pf-text-area.js +5 -5
- package/pf-text-area/pf-text-area.js.map +1 -1
- package/pf-text-area/test/pf-text-area.e2e.d.ts +1 -0
- package/pf-text-area/test/pf-text-area.e2e.js +11 -0
- package/pf-text-area/test/pf-text-area.e2e.js.map +1 -0
- package/pf-text-area/test/pf-text-area.spec.d.ts +1 -0
- package/pf-text-area/test/pf-text-area.spec.js +89 -0
- package/pf-text-area/test/pf-text-area.spec.js.map +1 -0
- package/pf-text-input/demo/demo.css +6 -0
- package/pf-text-input/pf-text-input.d.ts +8 -3
- package/pf-text-input/pf-text-input.js +4 -2
- package/pf-text-input/pf-text-input.js.map +1 -1
- package/pf-text-input/test/pf-text-input.e2e.d.ts +1 -0
- package/pf-text-input/test/pf-text-input.e2e.js +11 -0
- package/pf-text-input/test/pf-text-input.e2e.js.map +1 -0
- package/pf-text-input/test/pf-text-input.spec.d.ts +1 -0
- package/pf-text-input/test/pf-text-input.spec.js +20 -0
- package/pf-text-input/test/pf-text-input.spec.js.map +1 -0
- package/pf-tile/BaseTile.d.ts +1 -1
- package/pf-tile/pf-tile.d.ts +0 -12
- package/pf-tile/pf-tile.js +0 -12
- package/pf-tile/pf-tile.js.map +1 -1
- package/pf-tile/test/pf-tile.e2e.d.ts +1 -0
- package/pf-tile/test/pf-tile.e2e.js +11 -0
- package/pf-tile/test/pf-tile.e2e.js.map +1 -0
- package/pf-tile/test/pf-tile.spec.d.ts +1 -0
- package/pf-tile/test/pf-tile.spec.js +54 -0
- package/pf-tile/test/pf-tile.spec.js.map +1 -0
- package/pf-timestamp/pf-timestamp.d.ts +1 -1
- package/pf-timestamp/pf-timestamp.js +5 -1
- package/pf-timestamp/pf-timestamp.js.map +1 -1
- package/pf-timestamp/test/pf-timestamp.e2e.d.ts +1 -0
- package/pf-timestamp/test/pf-timestamp.e2e.js +12 -0
- package/pf-timestamp/test/pf-timestamp.e2e.js.map +1 -0
- package/pf-timestamp/test/pf-timestamp.spec.d.ts +1 -0
- package/pf-timestamp/test/pf-timestamp.spec.js +156 -0
- package/pf-timestamp/test/pf-timestamp.spec.js.map +1 -0
- package/pf-tooltip/BaseTooltip.d.ts +1 -1
- package/pf-tooltip/pf-tooltip.d.ts +1 -4
- package/pf-tooltip/pf-tooltip.js +6 -7
- package/pf-tooltip/pf-tooltip.js.map +1 -1
- package/pf-tooltip/test/pf-tooltip.e2e.d.ts +1 -0
- package/pf-tooltip/test/pf-tooltip.e2e.js +11 -0
- package/pf-tooltip/test/pf-tooltip.e2e.js.map +1 -0
- package/pf-tooltip/test/pf-tooltip.spec.d.ts +1 -0
- package/pf-tooltip/test/pf-tooltip.spec.js +53 -0
- package/pf-tooltip/test/pf-tooltip.spec.js.map +1 -0
- package/pfe.min.js +269 -266
- package/pfe.min.js.map +3 -3
- package/pf-accordion/README.md +0 -44
- package/pf-avatar/README.md +0 -31
- package/pf-back-to-top/README.md +0 -32
- package/pf-background-image/README.md +0 -37
- package/pf-badge/README.md +0 -57
- package/pf-banner/README.md +0 -60
- package/pf-button/README.md +0 -61
- package/pf-card/README.md +0 -34
- package/pf-chip/README.md +0 -20
- package/pf-clipboard-copy/README.md +0 -8
- package/pf-code-block/README.md +0 -77
- package/pf-dropdown/README.md +0 -46
- package/pf-icon/README.md +0 -86
- package/pf-icon/icons/fab/readme.svg +0 -1
- package/pf-jump-links/README.md +0 -27
- package/pf-label/README.md +0 -61
- package/pf-modal/README.md +0 -63
- package/pf-panel/README.md +0 -10
- package/pf-popover/README.md +0 -48
- package/pf-progress/README.md +0 -33
- package/pf-progress-stepper/README.md +0 -41
- package/pf-select/README.md +0 -21
- package/pf-spinner/README.md +0 -46
- package/pf-switch/README.md +0 -91
- package/pf-table/README.md +0 -43
- package/pf-tabs/README.md +0 -40
- package/pf-text-area/README.md +0 -11
- package/pf-text-input/README.md +0 -9
- package/pf-tile/README.md +0 -12
- package/pf-timestamp/README.md +0 -64
- package/pf-tooltip/README.md +0 -64
package/custom-elements.json
CHANGED
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
"text": "object"
|
|
194
194
|
},
|
|
195
195
|
"static": true,
|
|
196
|
-
"default": "{
|
|
196
|
+
"default": "{\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n }",
|
|
197
197
|
"readonly": true,
|
|
198
198
|
"inheritedFrom": {
|
|
199
199
|
"name": "BaseAccordionHeader",
|
|
@@ -1574,6 +1574,205 @@
|
|
|
1574
1574
|
}
|
|
1575
1575
|
]
|
|
1576
1576
|
},
|
|
1577
|
+
{
|
|
1578
|
+
"kind": "javascript-module",
|
|
1579
|
+
"path": "pf-avatar/pf-avatar.js",
|
|
1580
|
+
"declarations": [
|
|
1581
|
+
{
|
|
1582
|
+
"kind": "class",
|
|
1583
|
+
"description": "An **avatar** is a visual used to represent a user. It may contain an image or a placeholder graphic.",
|
|
1584
|
+
"name": "PfAvatar",
|
|
1585
|
+
"members": [
|
|
1586
|
+
{
|
|
1587
|
+
"kind": "field",
|
|
1588
|
+
"name": "size",
|
|
1589
|
+
"type": {
|
|
1590
|
+
"text": "'sm' | 'md' | 'lg' | 'xl'"
|
|
1591
|
+
},
|
|
1592
|
+
"default": "'sm'",
|
|
1593
|
+
"description": "Size of the Avatar",
|
|
1594
|
+
"attribute": "size",
|
|
1595
|
+
"reflects": true,
|
|
1596
|
+
"inheritedFrom": {
|
|
1597
|
+
"name": "BaseAvatar",
|
|
1598
|
+
"module": "pf-avatar/BaseAvatar.js"
|
|
1599
|
+
}
|
|
1600
|
+
},
|
|
1601
|
+
{
|
|
1602
|
+
"kind": "field",
|
|
1603
|
+
"name": "border",
|
|
1604
|
+
"type": {
|
|
1605
|
+
"text": "'light' | 'dark' | undefined"
|
|
1606
|
+
},
|
|
1607
|
+
"description": "Whether to display a border around the avatar",
|
|
1608
|
+
"attribute": "border",
|
|
1609
|
+
"reflects": true
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
"kind": "field",
|
|
1613
|
+
"name": "src",
|
|
1614
|
+
"type": {
|
|
1615
|
+
"text": "string | undefined"
|
|
1616
|
+
},
|
|
1617
|
+
"description": "The URL to the user's custom avatar image.",
|
|
1618
|
+
"attribute": "src",
|
|
1619
|
+
"inheritedFrom": {
|
|
1620
|
+
"name": "BaseAvatar",
|
|
1621
|
+
"module": "pf-avatar/BaseAvatar.js"
|
|
1622
|
+
}
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"kind": "field",
|
|
1626
|
+
"name": "alt",
|
|
1627
|
+
"type": {
|
|
1628
|
+
"text": "string | undefined"
|
|
1629
|
+
},
|
|
1630
|
+
"default": "'Avatar image'",
|
|
1631
|
+
"description": "The alt text for the avatar image.",
|
|
1632
|
+
"attribute": "alt",
|
|
1633
|
+
"reflects": true,
|
|
1634
|
+
"inheritedFrom": {
|
|
1635
|
+
"name": "BaseAvatar",
|
|
1636
|
+
"module": "pf-avatar/BaseAvatar.js"
|
|
1637
|
+
}
|
|
1638
|
+
},
|
|
1639
|
+
{
|
|
1640
|
+
"kind": "field",
|
|
1641
|
+
"name": "dark",
|
|
1642
|
+
"type": {
|
|
1643
|
+
"text": "boolean"
|
|
1644
|
+
},
|
|
1645
|
+
"default": "false",
|
|
1646
|
+
"description": "Whether or not the Avatar image is dark",
|
|
1647
|
+
"attribute": "dark",
|
|
1648
|
+
"reflects": true,
|
|
1649
|
+
"inheritedFrom": {
|
|
1650
|
+
"name": "BaseAvatar",
|
|
1651
|
+
"module": "pf-avatar/BaseAvatar.js"
|
|
1652
|
+
}
|
|
1653
|
+
}
|
|
1654
|
+
],
|
|
1655
|
+
"attributes": [
|
|
1656
|
+
{
|
|
1657
|
+
"name": "size",
|
|
1658
|
+
"type": {
|
|
1659
|
+
"text": "'sm' | 'md' | 'lg' | 'xl'"
|
|
1660
|
+
},
|
|
1661
|
+
"default": "'sm'",
|
|
1662
|
+
"description": "Size of the Avatar",
|
|
1663
|
+
"fieldName": "size",
|
|
1664
|
+
"inheritedFrom": {
|
|
1665
|
+
"name": "BaseAvatar",
|
|
1666
|
+
"module": "pf-avatar/BaseAvatar.ts"
|
|
1667
|
+
}
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
"name": "border",
|
|
1671
|
+
"type": {
|
|
1672
|
+
"text": "'light' | 'dark' | undefined"
|
|
1673
|
+
},
|
|
1674
|
+
"description": "Whether to display a border around the avatar",
|
|
1675
|
+
"fieldName": "border"
|
|
1676
|
+
},
|
|
1677
|
+
{
|
|
1678
|
+
"name": "src",
|
|
1679
|
+
"type": {
|
|
1680
|
+
"text": "string | undefined"
|
|
1681
|
+
},
|
|
1682
|
+
"description": "The URL to the user's custom avatar image.",
|
|
1683
|
+
"fieldName": "src",
|
|
1684
|
+
"inheritedFrom": {
|
|
1685
|
+
"name": "BaseAvatar",
|
|
1686
|
+
"module": "pf-avatar/BaseAvatar.ts"
|
|
1687
|
+
}
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
"name": "alt",
|
|
1691
|
+
"type": {
|
|
1692
|
+
"text": "string | undefined"
|
|
1693
|
+
},
|
|
1694
|
+
"default": "'Avatar image'",
|
|
1695
|
+
"description": "The alt text for the avatar image.",
|
|
1696
|
+
"fieldName": "alt",
|
|
1697
|
+
"inheritedFrom": {
|
|
1698
|
+
"name": "BaseAvatar",
|
|
1699
|
+
"module": "pf-avatar/BaseAvatar.ts"
|
|
1700
|
+
}
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"name": "dark",
|
|
1704
|
+
"type": {
|
|
1705
|
+
"text": "boolean"
|
|
1706
|
+
},
|
|
1707
|
+
"default": "false",
|
|
1708
|
+
"description": "Whether or not the Avatar image is dark",
|
|
1709
|
+
"fieldName": "dark",
|
|
1710
|
+
"inheritedFrom": {
|
|
1711
|
+
"name": "BaseAvatar",
|
|
1712
|
+
"module": "pf-avatar/BaseAvatar.ts"
|
|
1713
|
+
}
|
|
1714
|
+
}
|
|
1715
|
+
],
|
|
1716
|
+
"superclass": {
|
|
1717
|
+
"name": "BaseAvatar",
|
|
1718
|
+
"module": "/pf-avatar/BaseAvatar.js"
|
|
1719
|
+
},
|
|
1720
|
+
"summary": "For displaying a user's avatar image",
|
|
1721
|
+
"tagName": "pf-avatar",
|
|
1722
|
+
"customElement": true,
|
|
1723
|
+
"demos": [
|
|
1724
|
+
{
|
|
1725
|
+
"url": "https://patternflyelements.org/components/avatar/demo/",
|
|
1726
|
+
"source": {
|
|
1727
|
+
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-avatar/demo/pf-avatar.html"
|
|
1728
|
+
}
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"url": "https://patternflyelements.org/components/avatar/demo/bordered/",
|
|
1732
|
+
"source": {
|
|
1733
|
+
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-avatar/demo/bordered.html"
|
|
1734
|
+
}
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"url": "https://patternflyelements.org/components/avatar/demo/dark-border/",
|
|
1738
|
+
"source": {
|
|
1739
|
+
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-avatar/demo/dark-border.html"
|
|
1740
|
+
}
|
|
1741
|
+
},
|
|
1742
|
+
{
|
|
1743
|
+
"url": "https://patternflyelements.org/components/avatar/demo/dark-variant/",
|
|
1744
|
+
"source": {
|
|
1745
|
+
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-avatar/demo/dark-variant.html"
|
|
1746
|
+
}
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"url": "https://patternflyelements.org/components/avatar/demo/sizes/",
|
|
1750
|
+
"source": {
|
|
1751
|
+
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-avatar/demo/sizes.html"
|
|
1752
|
+
}
|
|
1753
|
+
}
|
|
1754
|
+
]
|
|
1755
|
+
}
|
|
1756
|
+
],
|
|
1757
|
+
"exports": [
|
|
1758
|
+
{
|
|
1759
|
+
"kind": "js",
|
|
1760
|
+
"name": "PfAvatar",
|
|
1761
|
+
"declaration": {
|
|
1762
|
+
"name": "PfAvatar",
|
|
1763
|
+
"module": "pf-avatar/pf-avatar.js"
|
|
1764
|
+
}
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"kind": "custom-element-definition",
|
|
1768
|
+
"name": "pf-avatar",
|
|
1769
|
+
"declaration": {
|
|
1770
|
+
"name": "PfAvatar",
|
|
1771
|
+
"module": "pf-avatar/pf-avatar.js"
|
|
1772
|
+
}
|
|
1773
|
+
}
|
|
1774
|
+
]
|
|
1775
|
+
},
|
|
1577
1776
|
{
|
|
1578
1777
|
"kind": "javascript-module",
|
|
1579
1778
|
"path": "pf-back-to-top/pf-back-to-top.js",
|
|
@@ -1904,235 +2103,36 @@
|
|
|
1904
2103
|
"url": "https://patternflyelements.org/components/back-to-top/demo/always-visible/",
|
|
1905
2104
|
"source": {
|
|
1906
2105
|
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-back-to-top/demo/always-visible.html"
|
|
1907
|
-
}
|
|
1908
|
-
},
|
|
1909
|
-
{
|
|
1910
|
-
"url": "https://patternflyelements.org/components/back-to-top/demo/button-no-text/",
|
|
1911
|
-
"source": {
|
|
1912
|
-
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-back-to-top/demo/button-no-text.html"
|
|
1913
|
-
}
|
|
1914
|
-
},
|
|
1915
|
-
{
|
|
1916
|
-
"url": "https://patternflyelements.org/components/back-to-top/demo/button/",
|
|
1917
|
-
"source": {
|
|
1918
|
-
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-back-to-top/demo/button.html"
|
|
1919
|
-
}
|
|
1920
|
-
},
|
|
1921
|
-
{
|
|
1922
|
-
"url": "https://patternflyelements.org/components/back-to-top/demo/label/",
|
|
1923
|
-
"source": {
|
|
1924
|
-
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-back-to-top/demo/label.html"
|
|
1925
|
-
}
|
|
1926
|
-
},
|
|
1927
|
-
{
|
|
1928
|
-
"url": "https://patternflyelements.org/components/back-to-top/demo/no-text/",
|
|
1929
|
-
"source": {
|
|
1930
|
-
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-back-to-top/demo/no-text.html"
|
|
1931
|
-
}
|
|
1932
|
-
},
|
|
1933
|
-
{
|
|
1934
|
-
"url": "https://patternflyelements.org/components/back-to-top/demo/scroll-distance/",
|
|
1935
|
-
"source": {
|
|
1936
|
-
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-back-to-top/demo/scroll-distance.html"
|
|
1937
|
-
}
|
|
1938
|
-
}
|
|
1939
|
-
]
|
|
1940
|
-
}
|
|
1941
|
-
],
|
|
1942
|
-
"exports": [
|
|
1943
|
-
{
|
|
1944
|
-
"kind": "js",
|
|
1945
|
-
"name": "PfBackToTop",
|
|
1946
|
-
"declaration": {
|
|
1947
|
-
"name": "PfBackToTop",
|
|
1948
|
-
"module": "pf-back-to-top/pf-back-to-top.js"
|
|
1949
|
-
}
|
|
1950
|
-
},
|
|
1951
|
-
{
|
|
1952
|
-
"kind": "custom-element-definition",
|
|
1953
|
-
"name": "pf-back-to-top",
|
|
1954
|
-
"declaration": {
|
|
1955
|
-
"name": "PfBackToTop",
|
|
1956
|
-
"module": "pf-back-to-top/pf-back-to-top.js"
|
|
1957
|
-
}
|
|
1958
|
-
}
|
|
1959
|
-
]
|
|
1960
|
-
},
|
|
1961
|
-
{
|
|
1962
|
-
"kind": "javascript-module",
|
|
1963
|
-
"path": "pf-avatar/pf-avatar.js",
|
|
1964
|
-
"declarations": [
|
|
1965
|
-
{
|
|
1966
|
-
"kind": "class",
|
|
1967
|
-
"description": "An **avatar** is a visual used to represent a user. It may contain an image or a placeholder graphic.",
|
|
1968
|
-
"name": "PfAvatar",
|
|
1969
|
-
"members": [
|
|
1970
|
-
{
|
|
1971
|
-
"kind": "field",
|
|
1972
|
-
"name": "size",
|
|
1973
|
-
"type": {
|
|
1974
|
-
"text": "'sm' | 'md' | 'lg' | 'xl'"
|
|
1975
|
-
},
|
|
1976
|
-
"default": "'sm'",
|
|
1977
|
-
"description": "Size of the Avatar",
|
|
1978
|
-
"attribute": "size",
|
|
1979
|
-
"reflects": true,
|
|
1980
|
-
"inheritedFrom": {
|
|
1981
|
-
"name": "BaseAvatar",
|
|
1982
|
-
"module": "pf-avatar/BaseAvatar.js"
|
|
1983
|
-
}
|
|
1984
|
-
},
|
|
1985
|
-
{
|
|
1986
|
-
"kind": "field",
|
|
1987
|
-
"name": "border",
|
|
1988
|
-
"type": {
|
|
1989
|
-
"text": "'light' | 'dark' | undefined"
|
|
1990
|
-
},
|
|
1991
|
-
"description": "Whether to display a border around the avatar",
|
|
1992
|
-
"attribute": "border",
|
|
1993
|
-
"reflects": true
|
|
1994
|
-
},
|
|
1995
|
-
{
|
|
1996
|
-
"kind": "field",
|
|
1997
|
-
"name": "src",
|
|
1998
|
-
"type": {
|
|
1999
|
-
"text": "string | undefined"
|
|
2000
|
-
},
|
|
2001
|
-
"description": "The URL to the user's custom avatar image.",
|
|
2002
|
-
"attribute": "src",
|
|
2003
|
-
"inheritedFrom": {
|
|
2004
|
-
"name": "BaseAvatar",
|
|
2005
|
-
"module": "pf-avatar/BaseAvatar.js"
|
|
2006
|
-
}
|
|
2007
|
-
},
|
|
2008
|
-
{
|
|
2009
|
-
"kind": "field",
|
|
2010
|
-
"name": "alt",
|
|
2011
|
-
"type": {
|
|
2012
|
-
"text": "string | undefined"
|
|
2013
|
-
},
|
|
2014
|
-
"default": "'Avatar image'",
|
|
2015
|
-
"description": "The alt text for the avatar image.",
|
|
2016
|
-
"attribute": "alt",
|
|
2017
|
-
"reflects": true,
|
|
2018
|
-
"inheritedFrom": {
|
|
2019
|
-
"name": "BaseAvatar",
|
|
2020
|
-
"module": "pf-avatar/BaseAvatar.js"
|
|
2021
|
-
}
|
|
2022
|
-
},
|
|
2023
|
-
{
|
|
2024
|
-
"kind": "field",
|
|
2025
|
-
"name": "dark",
|
|
2026
|
-
"type": {
|
|
2027
|
-
"text": "boolean"
|
|
2028
|
-
},
|
|
2029
|
-
"default": "false",
|
|
2030
|
-
"description": "Whether or not the Avatar image is dark",
|
|
2031
|
-
"attribute": "dark",
|
|
2032
|
-
"reflects": true,
|
|
2033
|
-
"inheritedFrom": {
|
|
2034
|
-
"name": "BaseAvatar",
|
|
2035
|
-
"module": "pf-avatar/BaseAvatar.js"
|
|
2036
|
-
}
|
|
2037
|
-
}
|
|
2038
|
-
],
|
|
2039
|
-
"attributes": [
|
|
2040
|
-
{
|
|
2041
|
-
"name": "size",
|
|
2042
|
-
"type": {
|
|
2043
|
-
"text": "'sm' | 'md' | 'lg' | 'xl'"
|
|
2044
|
-
},
|
|
2045
|
-
"default": "'sm'",
|
|
2046
|
-
"description": "Size of the Avatar",
|
|
2047
|
-
"fieldName": "size",
|
|
2048
|
-
"inheritedFrom": {
|
|
2049
|
-
"name": "BaseAvatar",
|
|
2050
|
-
"module": "pf-avatar/BaseAvatar.ts"
|
|
2051
|
-
}
|
|
2052
|
-
},
|
|
2053
|
-
{
|
|
2054
|
-
"name": "border",
|
|
2055
|
-
"type": {
|
|
2056
|
-
"text": "'light' | 'dark' | undefined"
|
|
2057
|
-
},
|
|
2058
|
-
"description": "Whether to display a border around the avatar",
|
|
2059
|
-
"fieldName": "border"
|
|
2060
|
-
},
|
|
2061
|
-
{
|
|
2062
|
-
"name": "src",
|
|
2063
|
-
"type": {
|
|
2064
|
-
"text": "string | undefined"
|
|
2065
|
-
},
|
|
2066
|
-
"description": "The URL to the user's custom avatar image.",
|
|
2067
|
-
"fieldName": "src",
|
|
2068
|
-
"inheritedFrom": {
|
|
2069
|
-
"name": "BaseAvatar",
|
|
2070
|
-
"module": "pf-avatar/BaseAvatar.ts"
|
|
2071
|
-
}
|
|
2072
|
-
},
|
|
2073
|
-
{
|
|
2074
|
-
"name": "alt",
|
|
2075
|
-
"type": {
|
|
2076
|
-
"text": "string | undefined"
|
|
2077
|
-
},
|
|
2078
|
-
"default": "'Avatar image'",
|
|
2079
|
-
"description": "The alt text for the avatar image.",
|
|
2080
|
-
"fieldName": "alt",
|
|
2081
|
-
"inheritedFrom": {
|
|
2082
|
-
"name": "BaseAvatar",
|
|
2083
|
-
"module": "pf-avatar/BaseAvatar.ts"
|
|
2084
|
-
}
|
|
2085
|
-
},
|
|
2086
|
-
{
|
|
2087
|
-
"name": "dark",
|
|
2088
|
-
"type": {
|
|
2089
|
-
"text": "boolean"
|
|
2090
|
-
},
|
|
2091
|
-
"default": "false",
|
|
2092
|
-
"description": "Whether or not the Avatar image is dark",
|
|
2093
|
-
"fieldName": "dark",
|
|
2094
|
-
"inheritedFrom": {
|
|
2095
|
-
"name": "BaseAvatar",
|
|
2096
|
-
"module": "pf-avatar/BaseAvatar.ts"
|
|
2097
|
-
}
|
|
2098
|
-
}
|
|
2099
|
-
],
|
|
2100
|
-
"superclass": {
|
|
2101
|
-
"name": "BaseAvatar",
|
|
2102
|
-
"module": "/pf-avatar/BaseAvatar.js"
|
|
2103
|
-
},
|
|
2104
|
-
"summary": "For displaying a user's avatar image",
|
|
2105
|
-
"tagName": "pf-avatar",
|
|
2106
|
-
"customElement": true,
|
|
2107
|
-
"demos": [
|
|
2106
|
+
}
|
|
2107
|
+
},
|
|
2108
2108
|
{
|
|
2109
|
-
"url": "https://patternflyelements.org/components/
|
|
2109
|
+
"url": "https://patternflyelements.org/components/back-to-top/demo/button-no-text/",
|
|
2110
2110
|
"source": {
|
|
2111
|
-
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-
|
|
2111
|
+
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-back-to-top/demo/button-no-text.html"
|
|
2112
2112
|
}
|
|
2113
2113
|
},
|
|
2114
2114
|
{
|
|
2115
|
-
"url": "https://patternflyelements.org/components/
|
|
2115
|
+
"url": "https://patternflyelements.org/components/back-to-top/demo/button/",
|
|
2116
2116
|
"source": {
|
|
2117
|
-
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-
|
|
2117
|
+
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-back-to-top/demo/button.html"
|
|
2118
2118
|
}
|
|
2119
2119
|
},
|
|
2120
2120
|
{
|
|
2121
|
-
"url": "https://patternflyelements.org/components/
|
|
2121
|
+
"url": "https://patternflyelements.org/components/back-to-top/demo/label/",
|
|
2122
2122
|
"source": {
|
|
2123
|
-
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-
|
|
2123
|
+
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-back-to-top/demo/label.html"
|
|
2124
2124
|
}
|
|
2125
2125
|
},
|
|
2126
2126
|
{
|
|
2127
|
-
"url": "https://patternflyelements.org/components/
|
|
2127
|
+
"url": "https://patternflyelements.org/components/back-to-top/demo/no-text/",
|
|
2128
2128
|
"source": {
|
|
2129
|
-
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-
|
|
2129
|
+
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-back-to-top/demo/no-text.html"
|
|
2130
2130
|
}
|
|
2131
2131
|
},
|
|
2132
2132
|
{
|
|
2133
|
-
"url": "https://patternflyelements.org/components/
|
|
2133
|
+
"url": "https://patternflyelements.org/components/back-to-top/demo/scroll-distance/",
|
|
2134
2134
|
"source": {
|
|
2135
|
-
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-
|
|
2135
|
+
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-back-to-top/demo/scroll-distance.html"
|
|
2136
2136
|
}
|
|
2137
2137
|
}
|
|
2138
2138
|
]
|
|
@@ -2141,18 +2141,18 @@
|
|
|
2141
2141
|
"exports": [
|
|
2142
2142
|
{
|
|
2143
2143
|
"kind": "js",
|
|
2144
|
-
"name": "
|
|
2144
|
+
"name": "PfBackToTop",
|
|
2145
2145
|
"declaration": {
|
|
2146
|
-
"name": "
|
|
2147
|
-
"module": "pf-
|
|
2146
|
+
"name": "PfBackToTop",
|
|
2147
|
+
"module": "pf-back-to-top/pf-back-to-top.js"
|
|
2148
2148
|
}
|
|
2149
2149
|
},
|
|
2150
2150
|
{
|
|
2151
2151
|
"kind": "custom-element-definition",
|
|
2152
|
-
"name": "pf-
|
|
2152
|
+
"name": "pf-back-to-top",
|
|
2153
2153
|
"declaration": {
|
|
2154
|
-
"name": "
|
|
2155
|
-
"module": "pf-
|
|
2154
|
+
"name": "PfBackToTop",
|
|
2155
|
+
"module": "pf-back-to-top/pf-back-to-top.js"
|
|
2156
2156
|
}
|
|
2157
2157
|
}
|
|
2158
2158
|
]
|
|
@@ -4221,10 +4221,10 @@
|
|
|
4221
4221
|
"kind": "field",
|
|
4222
4222
|
"name": "shadowRootOptions",
|
|
4223
4223
|
"type": {
|
|
4224
|
-
"text": "
|
|
4224
|
+
"text": "object"
|
|
4225
4225
|
},
|
|
4226
4226
|
"static": true,
|
|
4227
|
-
"default": "{
|
|
4227
|
+
"default": "{\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n }",
|
|
4228
4228
|
"readonly": true
|
|
4229
4229
|
},
|
|
4230
4230
|
{
|
|
@@ -4596,10 +4596,10 @@
|
|
|
4596
4596
|
"kind": "field",
|
|
4597
4597
|
"name": "shadowRootOptions",
|
|
4598
4598
|
"type": {
|
|
4599
|
-
"text": "
|
|
4599
|
+
"text": "object"
|
|
4600
4600
|
},
|
|
4601
4601
|
"static": true,
|
|
4602
|
-
"default": "{
|
|
4602
|
+
"default": "{\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n }",
|
|
4603
4603
|
"readonly": true
|
|
4604
4604
|
},
|
|
4605
4605
|
{
|
|
@@ -4811,10 +4811,11 @@
|
|
|
4811
4811
|
"kind": "field",
|
|
4812
4812
|
"name": "shadowRootOptions",
|
|
4813
4813
|
"type": {
|
|
4814
|
-
"text": "
|
|
4814
|
+
"text": "object"
|
|
4815
4815
|
},
|
|
4816
4816
|
"static": true,
|
|
4817
|
-
"default": "{
|
|
4817
|
+
"default": "{\n ...BaseClipboardCopy.shadowRootOptions,\n delegatesFocus: true,\n }",
|
|
4818
|
+
"readonly": true
|
|
4818
4819
|
},
|
|
4819
4820
|
{
|
|
4820
4821
|
"kind": "field",
|
|
@@ -5441,7 +5442,7 @@
|
|
|
5441
5442
|
"text": "object"
|
|
5442
5443
|
},
|
|
5443
5444
|
"static": true,
|
|
5444
|
-
"default": "{
|
|
5445
|
+
"default": "{\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n }",
|
|
5445
5446
|
"readonly": true
|
|
5446
5447
|
},
|
|
5447
5448
|
{
|
|
@@ -5587,7 +5588,7 @@
|
|
|
5587
5588
|
"text": "object"
|
|
5588
5589
|
},
|
|
5589
5590
|
"static": true,
|
|
5590
|
-
"default": "{
|
|
5591
|
+
"default": "{\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n }",
|
|
5591
5592
|
"readonly": true
|
|
5592
5593
|
},
|
|
5593
5594
|
{
|
|
@@ -5750,7 +5751,7 @@
|
|
|
5750
5751
|
"text": "object"
|
|
5751
5752
|
},
|
|
5752
5753
|
"static": true,
|
|
5753
|
-
"default": "{
|
|
5754
|
+
"default": "{\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n }",
|
|
5754
5755
|
"readonly": true
|
|
5755
5756
|
},
|
|
5756
5757
|
{
|
|
@@ -5980,10 +5981,10 @@
|
|
|
5980
5981
|
"kind": "field",
|
|
5981
5982
|
"name": "shadowRootOptions",
|
|
5982
5983
|
"type": {
|
|
5983
|
-
"text": "
|
|
5984
|
+
"text": "object"
|
|
5984
5985
|
},
|
|
5985
5986
|
"static": true,
|
|
5986
|
-
"default": "{
|
|
5987
|
+
"default": "{\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n }",
|
|
5987
5988
|
"readonly": true
|
|
5988
5989
|
},
|
|
5989
5990
|
{
|
|
@@ -6655,10 +6656,10 @@
|
|
|
6655
6656
|
"kind": "field",
|
|
6656
6657
|
"name": "shadowRootOptions",
|
|
6657
6658
|
"type": {
|
|
6658
|
-
"text": "
|
|
6659
|
+
"text": "object"
|
|
6659
6660
|
},
|
|
6660
6661
|
"static": true,
|
|
6661
|
-
"default": "{
|
|
6662
|
+
"default": "{\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n }",
|
|
6662
6663
|
"readonly": true
|
|
6663
6664
|
},
|
|
6664
6665
|
{
|
|
@@ -6858,7 +6859,6 @@
|
|
|
6858
6859
|
"name": "--pf-c-jump-links__list--before--BorderLeftWidth"
|
|
6859
6860
|
},
|
|
6860
6861
|
{
|
|
6861
|
-
"description": "",
|
|
6862
6862
|
"name": "--pf-c-jump-links__toggle--MarginBottom--base"
|
|
6863
6863
|
},
|
|
6864
6864
|
{
|
|
@@ -6888,7 +6888,6 @@
|
|
|
6888
6888
|
"name": "--pf-c-button--PaddingBottom"
|
|
6889
6889
|
},
|
|
6890
6890
|
{
|
|
6891
|
-
"description": "",
|
|
6892
6891
|
"name": "--pf-c-button--PaddingLeft"
|
|
6893
6892
|
},
|
|
6894
6893
|
{
|
|
@@ -6898,7 +6897,6 @@
|
|
|
6898
6897
|
"name": "--pf-c-jump-links__toggle-icon--Transition"
|
|
6899
6898
|
},
|
|
6900
6899
|
{
|
|
6901
|
-
"description": "",
|
|
6902
6900
|
"name": "--pf-c-jump-links__toggle-text--MarginLeft"
|
|
6903
6901
|
},
|
|
6904
6902
|
{
|
|
@@ -6908,7 +6906,6 @@
|
|
|
6908
6906
|
"name": "--pf-c-jump-links--m-expanded__toggle-icon--Rotate"
|
|
6909
6907
|
},
|
|
6910
6908
|
{
|
|
6911
|
-
"description": "",
|
|
6912
6909
|
"name": "--pf-c-jump-links--m-expanded__toggle-icon--Color"
|
|
6913
6910
|
},
|
|
6914
6911
|
{
|
|
@@ -7564,10 +7561,10 @@
|
|
|
7564
7561
|
"kind": "field",
|
|
7565
7562
|
"name": "shadowRootOptions",
|
|
7566
7563
|
"type": {
|
|
7567
|
-
"text": "
|
|
7564
|
+
"text": "object"
|
|
7568
7565
|
},
|
|
7569
7566
|
"static": true,
|
|
7570
|
-
"default": "{
|
|
7567
|
+
"default": "{\n ...BaseLabel.shadowRootOptions,\n delegatesFocus: true,\n }",
|
|
7571
7568
|
"readonly": true
|
|
7572
7569
|
},
|
|
7573
7570
|
{
|
|
@@ -8009,7 +8006,7 @@
|
|
|
8009
8006
|
"text": "object"
|
|
8010
8007
|
},
|
|
8011
8008
|
"static": true,
|
|
8012
|
-
"default": "{
|
|
8009
|
+
"default": "{\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n }",
|
|
8013
8010
|
"readonly": true
|
|
8014
8011
|
},
|
|
8015
8012
|
{
|
|
@@ -9995,10 +9992,10 @@
|
|
|
9995
9992
|
"kind": "field",
|
|
9996
9993
|
"name": "shadowRootOptions",
|
|
9997
9994
|
"type": {
|
|
9998
|
-
"text": "
|
|
9995
|
+
"text": "object"
|
|
9999
9996
|
},
|
|
10000
9997
|
"static": true,
|
|
10001
|
-
"default": "{
|
|
9998
|
+
"default": "{\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n }",
|
|
10002
9999
|
"readonly": true
|
|
10003
10000
|
},
|
|
10004
10001
|
{
|
|
@@ -10022,6 +10019,12 @@
|
|
|
10022
10019
|
"privacy": "private",
|
|
10023
10020
|
"default": "new FloatingDOMController(this, {\n content: () => this.shadowRoot?.getElementById('listbox-container') ?? null,\n })"
|
|
10024
10021
|
},
|
|
10022
|
+
{
|
|
10023
|
+
"kind": "field",
|
|
10024
|
+
"name": "#slots",
|
|
10025
|
+
"privacy": "private",
|
|
10026
|
+
"default": "new SlotController(this, null, 'placeholder')"
|
|
10027
|
+
},
|
|
10025
10028
|
{
|
|
10026
10029
|
"kind": "field",
|
|
10027
10030
|
"name": "#listbox",
|
|
@@ -10185,9 +10188,8 @@
|
|
|
10185
10188
|
},
|
|
10186
10189
|
{
|
|
10187
10190
|
"kind": "field",
|
|
10188
|
-
"name": "#
|
|
10191
|
+
"name": "#buttonLabel",
|
|
10189
10192
|
"privacy": "private",
|
|
10190
|
-
"description": "array of text content from listbox's array of selected options",
|
|
10191
10193
|
"readonly": true
|
|
10192
10194
|
},
|
|
10193
10195
|
{
|
|
@@ -10276,6 +10278,11 @@
|
|
|
10276
10278
|
"description": "handles typeahead combobox input event",
|
|
10277
10279
|
"privacy": "private"
|
|
10278
10280
|
},
|
|
10281
|
+
{
|
|
10282
|
+
"kind": "method",
|
|
10283
|
+
"name": "#computePlaceholderText",
|
|
10284
|
+
"privacy": "private"
|
|
10285
|
+
},
|
|
10279
10286
|
{
|
|
10280
10287
|
"kind": "method",
|
|
10281
10288
|
"name": "show",
|
|
@@ -10574,6 +10581,11 @@
|
|
|
10574
10581
|
}
|
|
10575
10582
|
],
|
|
10576
10583
|
"members": [
|
|
10584
|
+
{
|
|
10585
|
+
"kind": "field",
|
|
10586
|
+
"name": "#internals",
|
|
10587
|
+
"privacy": "private"
|
|
10588
|
+
},
|
|
10577
10589
|
{
|
|
10578
10590
|
"kind": "field",
|
|
10579
10591
|
"name": "size",
|
|
@@ -13489,7 +13501,7 @@
|
|
|
13489
13501
|
"kind": "field",
|
|
13490
13502
|
"name": "icons",
|
|
13491
13503
|
"type": {
|
|
13492
|
-
"text": "
|
|
13504
|
+
"text": "HTMLElement[]"
|
|
13493
13505
|
},
|
|
13494
13506
|
"privacy": "private"
|
|
13495
13507
|
},
|
|
@@ -14914,7 +14926,7 @@
|
|
|
14914
14926
|
"text": "object"
|
|
14915
14927
|
},
|
|
14916
14928
|
"static": true,
|
|
14917
|
-
"default": "{
|
|
14929
|
+
"default": "{\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n }",
|
|
14918
14930
|
"readonly": true
|
|
14919
14931
|
},
|
|
14920
14932
|
{
|
|
@@ -15008,14 +15020,6 @@
|
|
|
15008
15020
|
"description": "Flag to modify height based on contents.",
|
|
15009
15021
|
"attribute": "auto-resize"
|
|
15010
15022
|
},
|
|
15011
|
-
{
|
|
15012
|
-
"kind": "field",
|
|
15013
|
-
"name": "#style",
|
|
15014
|
-
"privacy": "private",
|
|
15015
|
-
"type": {
|
|
15016
|
-
"text": "CSSStyleDeclaration | undefined"
|
|
15017
|
-
}
|
|
15018
|
-
},
|
|
15019
15023
|
{
|
|
15020
15024
|
"kind": "field",
|
|
15021
15025
|
"name": "#logger",
|
|
@@ -15901,10 +15905,11 @@
|
|
|
15901
15905
|
"kind": "field",
|
|
15902
15906
|
"name": "shadowRootOptions",
|
|
15903
15907
|
"type": {
|
|
15904
|
-
"text": "
|
|
15908
|
+
"text": "object"
|
|
15905
15909
|
},
|
|
15906
15910
|
"static": true,
|
|
15907
|
-
"default": "{
|
|
15911
|
+
"default": "{\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n }",
|
|
15912
|
+
"readonly": true
|
|
15908
15913
|
},
|
|
15909
15914
|
{
|
|
15910
15915
|
"kind": "field",
|
|
@@ -15981,7 +15986,7 @@
|
|
|
15981
15986
|
"kind": "field",
|
|
15982
15987
|
"name": "type",
|
|
15983
15988
|
"type": {
|
|
15984
|
-
"text": "'text'
|
|
15989
|
+
"text": "| 'text'\n | 'date'\n | 'datetime-local'\n | 'email'\n | 'month'\n | 'number'\n | 'password'\n | 'search'\n | 'tel'\n | 'time'\n | 'url' | undefined"
|
|
15985
15990
|
},
|
|
15986
15991
|
"description": "Type that the input accepts.",
|
|
15987
15992
|
"attribute": "type",
|
|
@@ -16244,7 +16249,7 @@
|
|
|
16244
16249
|
{
|
|
16245
16250
|
"name": "type",
|
|
16246
16251
|
"type": {
|
|
16247
|
-
"text": "'text'
|
|
16252
|
+
"text": "| 'text'\n | 'date'\n | 'datetime-local'\n | 'email'\n | 'month'\n | 'number'\n | 'password'\n | 'search'\n | 'tel'\n | 'time'\n | 'url' | undefined"
|
|
16248
16253
|
},
|
|
16249
16254
|
"description": "Type that the input accepts.",
|
|
16250
16255
|
"fieldName": "type"
|
|
@@ -16586,7 +16591,7 @@
|
|
|
16586
16591
|
"type": {
|
|
16587
16592
|
"text": "StackedSize | undefined"
|
|
16588
16593
|
},
|
|
16589
|
-
"description": "stacked variant
|
|
16594
|
+
"description": "stacked variant",
|
|
16590
16595
|
"name": "stacked",
|
|
16591
16596
|
"fieldName": "stacked"
|
|
16592
16597
|
}
|
|
@@ -17116,7 +17121,7 @@
|
|
|
17116
17121
|
"kind": "field",
|
|
17117
17122
|
"name": "#float",
|
|
17118
17123
|
"privacy": "private",
|
|
17119
|
-
"default": "new FloatingDOMController(this, {\n content: (): HTMLElement | null | undefined => this.#content,\n invoker: (): HTMLElement | null | undefined => {\n if (this.#referenceTrigger) {\n return this.#referenceTrigger;\n } else if (this.#invoker instanceof HTMLSlotElement
|
|
17124
|
+
"default": "new FloatingDOMController(this, {\n content: (): HTMLElement | null | undefined => this.#content,\n invoker: (): HTMLElement | null | undefined => {\n if (this.#referenceTrigger) {\n return this.#referenceTrigger;\n } else if (this.#invoker instanceof HTMLSlotElement\n && this.#invoker.assignedElements().length > 0) {\n return this.#invoker.assignedElements().at(0) as HTMLElement;\n } else {\n return this.#invoker;\n }\n },\n })"
|
|
17120
17125
|
},
|
|
17121
17126
|
{
|
|
17122
17127
|
"kind": "method",
|
|
@@ -17145,121 +17150,257 @@
|
|
|
17145
17150
|
],
|
|
17146
17151
|
"attributes": [
|
|
17147
17152
|
{
|
|
17148
|
-
"name": "position",
|
|
17149
|
-
"type": {
|
|
17150
|
-
"text": "Placement"
|
|
17151
|
-
},
|
|
17152
|
-
"default": "'top'",
|
|
17153
|
-
"description": "The position of the tooltip, relative to the invoking content",
|
|
17154
|
-
"fieldName": "position"
|
|
17155
|
-
},
|
|
17156
|
-
{
|
|
17157
|
-
"name": "content",
|
|
17153
|
+
"name": "position",
|
|
17154
|
+
"type": {
|
|
17155
|
+
"text": "Placement"
|
|
17156
|
+
},
|
|
17157
|
+
"default": "'top'",
|
|
17158
|
+
"description": "The position of the tooltip, relative to the invoking content",
|
|
17159
|
+
"fieldName": "position"
|
|
17160
|
+
},
|
|
17161
|
+
{
|
|
17162
|
+
"name": "content",
|
|
17163
|
+
"type": {
|
|
17164
|
+
"text": "string | undefined"
|
|
17165
|
+
},
|
|
17166
|
+
"description": "Tooltip content. Overridden by the content slot",
|
|
17167
|
+
"fieldName": "content"
|
|
17168
|
+
},
|
|
17169
|
+
{
|
|
17170
|
+
"name": "no-flip",
|
|
17171
|
+
"type": {
|
|
17172
|
+
"text": "boolean"
|
|
17173
|
+
},
|
|
17174
|
+
"default": "false",
|
|
17175
|
+
"description": "If false, prevents the tooltip from trying to remain in view by flipping itself when necessary",
|
|
17176
|
+
"fieldName": "noFlip"
|
|
17177
|
+
},
|
|
17178
|
+
{
|
|
17179
|
+
"name": "trigger",
|
|
17180
|
+
"type": {
|
|
17181
|
+
"text": "string | Element | undefined"
|
|
17182
|
+
},
|
|
17183
|
+
"fieldName": "trigger"
|
|
17184
|
+
},
|
|
17185
|
+
{
|
|
17186
|
+
"name": "flip-behavior",
|
|
17187
|
+
"type": {
|
|
17188
|
+
"text": "Placement[] | undefined"
|
|
17189
|
+
},
|
|
17190
|
+
"description": "The flip order when flip is enabled and the initial position is not possible.\nThere are 12 options: `top`, `bottom`, `left`, `right`, `top-start`, `top-end`,\n`bottom-start`, `bottom-end`, `left-start`, `left-end`,`right-start`, `right-end`.\nThe default is [oppositePlacement], where only the opposite placement is tried.",
|
|
17191
|
+
"fieldName": "flipBehavior"
|
|
17192
|
+
}
|
|
17193
|
+
],
|
|
17194
|
+
"superclass": {
|
|
17195
|
+
"name": "LitElement",
|
|
17196
|
+
"package": "lit"
|
|
17197
|
+
},
|
|
17198
|
+
"summary": "Toggle the visibility of helpful or contextual information.",
|
|
17199
|
+
"tagName": "pf-tooltip",
|
|
17200
|
+
"customElement": true,
|
|
17201
|
+
"demos": [
|
|
17202
|
+
{
|
|
17203
|
+
"url": "https://patternflyelements.org/components/tooltip/demo/",
|
|
17204
|
+
"source": {
|
|
17205
|
+
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-tooltip/demo/pf-tooltip.html"
|
|
17206
|
+
}
|
|
17207
|
+
},
|
|
17208
|
+
{
|
|
17209
|
+
"url": "https://patternflyelements.org/components/tooltip/demo/block-triggers/",
|
|
17210
|
+
"source": {
|
|
17211
|
+
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-tooltip/demo/block-triggers.html"
|
|
17212
|
+
}
|
|
17213
|
+
},
|
|
17214
|
+
{
|
|
17215
|
+
"url": "https://patternflyelements.org/components/tooltip/demo/custom-styles/",
|
|
17216
|
+
"source": {
|
|
17217
|
+
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-tooltip/demo/custom-styles.html"
|
|
17218
|
+
}
|
|
17219
|
+
},
|
|
17220
|
+
{
|
|
17221
|
+
"url": "https://patternflyelements.org/components/tooltip/demo/flip/",
|
|
17222
|
+
"source": {
|
|
17223
|
+
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-tooltip/demo/flip.html"
|
|
17224
|
+
}
|
|
17225
|
+
},
|
|
17226
|
+
{
|
|
17227
|
+
"url": "https://patternflyelements.org/components/tooltip/demo/performance/",
|
|
17228
|
+
"source": {
|
|
17229
|
+
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-tooltip/demo/performance.html"
|
|
17230
|
+
}
|
|
17231
|
+
},
|
|
17232
|
+
{
|
|
17233
|
+
"url": "https://patternflyelements.org/components/tooltip/demo/placement/",
|
|
17234
|
+
"source": {
|
|
17235
|
+
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-tooltip/demo/placement.html"
|
|
17236
|
+
}
|
|
17237
|
+
},
|
|
17238
|
+
{
|
|
17239
|
+
"url": "https://patternflyelements.org/components/tooltip/demo/slotted-content/",
|
|
17240
|
+
"source": {
|
|
17241
|
+
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-tooltip/demo/slotted-content.html"
|
|
17242
|
+
}
|
|
17243
|
+
},
|
|
17244
|
+
{
|
|
17245
|
+
"url": "https://patternflyelements.org/components/tooltip/demo/trigger/",
|
|
17246
|
+
"source": {
|
|
17247
|
+
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-tooltip/demo/trigger.html"
|
|
17248
|
+
}
|
|
17249
|
+
}
|
|
17250
|
+
]
|
|
17251
|
+
}
|
|
17252
|
+
],
|
|
17253
|
+
"exports": [
|
|
17254
|
+
{
|
|
17255
|
+
"kind": "js",
|
|
17256
|
+
"name": "PfTooltip",
|
|
17257
|
+
"declaration": {
|
|
17258
|
+
"name": "PfTooltip",
|
|
17259
|
+
"module": "pf-tooltip/pf-tooltip.js"
|
|
17260
|
+
}
|
|
17261
|
+
},
|
|
17262
|
+
{
|
|
17263
|
+
"kind": "custom-element-definition",
|
|
17264
|
+
"name": "pf-tooltip",
|
|
17265
|
+
"declaration": {
|
|
17266
|
+
"name": "PfTooltip",
|
|
17267
|
+
"module": "pf-tooltip/pf-tooltip.js"
|
|
17268
|
+
}
|
|
17269
|
+
}
|
|
17270
|
+
]
|
|
17271
|
+
},
|
|
17272
|
+
{
|
|
17273
|
+
"kind": "javascript-module",
|
|
17274
|
+
"path": "pf-avatar/BaseAvatar.js",
|
|
17275
|
+
"declarations": [
|
|
17276
|
+
{
|
|
17277
|
+
"kind": "class",
|
|
17278
|
+
"description": "",
|
|
17279
|
+
"name": "AvatarLoadEvent",
|
|
17280
|
+
"members": [
|
|
17281
|
+
{
|
|
17282
|
+
"kind": "field",
|
|
17283
|
+
"type": {
|
|
17284
|
+
"text": "Event",
|
|
17285
|
+
"name": "Event"
|
|
17286
|
+
},
|
|
17287
|
+
"name": "originalEvent",
|
|
17288
|
+
"privacy": "public"
|
|
17289
|
+
}
|
|
17290
|
+
],
|
|
17291
|
+
"superclass": {
|
|
17292
|
+
"name": "Event",
|
|
17293
|
+
"module": "global:"
|
|
17294
|
+
}
|
|
17295
|
+
},
|
|
17296
|
+
{
|
|
17297
|
+
"kind": "class",
|
|
17298
|
+
"description": "Avatar is an element for displaying a user's avatar image.",
|
|
17299
|
+
"name": "BaseAvatar",
|
|
17300
|
+
"members": [
|
|
17301
|
+
{
|
|
17302
|
+
"kind": "field",
|
|
17303
|
+
"name": "src",
|
|
17304
|
+
"type": {
|
|
17305
|
+
"text": "string | undefined"
|
|
17306
|
+
},
|
|
17307
|
+
"description": "The URL to the user's custom avatar image.",
|
|
17308
|
+
"attribute": "src"
|
|
17309
|
+
},
|
|
17310
|
+
{
|
|
17311
|
+
"kind": "field",
|
|
17312
|
+
"name": "alt",
|
|
17313
|
+
"type": {
|
|
17314
|
+
"text": "string | undefined"
|
|
17315
|
+
},
|
|
17316
|
+
"default": "'Avatar image'",
|
|
17317
|
+
"description": "The alt text for the avatar image.",
|
|
17318
|
+
"attribute": "alt",
|
|
17319
|
+
"reflects": true
|
|
17320
|
+
},
|
|
17321
|
+
{
|
|
17322
|
+
"kind": "field",
|
|
17323
|
+
"name": "size",
|
|
17324
|
+
"type": {
|
|
17325
|
+
"text": "'sm' | 'md' | 'lg' | 'xl'"
|
|
17326
|
+
},
|
|
17327
|
+
"default": "'sm'",
|
|
17328
|
+
"description": "Size of the Avatar",
|
|
17329
|
+
"attribute": "size",
|
|
17330
|
+
"reflects": true
|
|
17331
|
+
},
|
|
17332
|
+
{
|
|
17333
|
+
"kind": "field",
|
|
17334
|
+
"name": "dark",
|
|
17335
|
+
"type": {
|
|
17336
|
+
"text": "boolean"
|
|
17337
|
+
},
|
|
17338
|
+
"default": "false",
|
|
17339
|
+
"description": "Whether or not the Avatar image is dark",
|
|
17340
|
+
"attribute": "dark",
|
|
17341
|
+
"reflects": true
|
|
17342
|
+
}
|
|
17343
|
+
],
|
|
17344
|
+
"attributes": [
|
|
17345
|
+
{
|
|
17346
|
+
"name": "src",
|
|
17158
17347
|
"type": {
|
|
17159
17348
|
"text": "string | undefined"
|
|
17160
17349
|
},
|
|
17161
|
-
"description": "
|
|
17162
|
-
"fieldName": "
|
|
17350
|
+
"description": "The URL to the user's custom avatar image.",
|
|
17351
|
+
"fieldName": "src"
|
|
17163
17352
|
},
|
|
17164
17353
|
{
|
|
17165
|
-
"name": "
|
|
17354
|
+
"name": "alt",
|
|
17166
17355
|
"type": {
|
|
17167
|
-
"text": "
|
|
17356
|
+
"text": "string | undefined"
|
|
17168
17357
|
},
|
|
17169
|
-
"default": "
|
|
17170
|
-
"description": "
|
|
17171
|
-
"fieldName": "
|
|
17358
|
+
"default": "'Avatar image'",
|
|
17359
|
+
"description": "The alt text for the avatar image.",
|
|
17360
|
+
"fieldName": "alt"
|
|
17172
17361
|
},
|
|
17173
17362
|
{
|
|
17174
|
-
"name": "
|
|
17363
|
+
"name": "size",
|
|
17175
17364
|
"type": {
|
|
17176
|
-
"text": "
|
|
17365
|
+
"text": "'sm' | 'md' | 'lg' | 'xl'"
|
|
17177
17366
|
},
|
|
17178
|
-
"
|
|
17367
|
+
"default": "'sm'",
|
|
17368
|
+
"description": "Size of the Avatar",
|
|
17369
|
+
"fieldName": "size"
|
|
17179
17370
|
},
|
|
17180
17371
|
{
|
|
17181
|
-
"name": "
|
|
17372
|
+
"name": "dark",
|
|
17182
17373
|
"type": {
|
|
17183
|
-
"text": "
|
|
17374
|
+
"text": "boolean"
|
|
17184
17375
|
},
|
|
17185
|
-
"
|
|
17186
|
-
"
|
|
17376
|
+
"default": "false",
|
|
17377
|
+
"description": "Whether or not the Avatar image is dark",
|
|
17378
|
+
"fieldName": "dark"
|
|
17187
17379
|
}
|
|
17188
17380
|
],
|
|
17189
17381
|
"superclass": {
|
|
17190
17382
|
"name": "LitElement",
|
|
17191
17383
|
"package": "lit"
|
|
17192
17384
|
},
|
|
17193
|
-
"summary": "
|
|
17194
|
-
"
|
|
17195
|
-
"customElement": true,
|
|
17196
|
-
"demos": [
|
|
17197
|
-
{
|
|
17198
|
-
"url": "https://patternflyelements.org/components/tooltip/demo/",
|
|
17199
|
-
"source": {
|
|
17200
|
-
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-tooltip/demo/pf-tooltip.html"
|
|
17201
|
-
}
|
|
17202
|
-
},
|
|
17203
|
-
{
|
|
17204
|
-
"url": "https://patternflyelements.org/components/tooltip/demo/block-triggers/",
|
|
17205
|
-
"source": {
|
|
17206
|
-
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-tooltip/demo/block-triggers.html"
|
|
17207
|
-
}
|
|
17208
|
-
},
|
|
17209
|
-
{
|
|
17210
|
-
"url": "https://patternflyelements.org/components/tooltip/demo/custom-styles/",
|
|
17211
|
-
"source": {
|
|
17212
|
-
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-tooltip/demo/custom-styles.html"
|
|
17213
|
-
}
|
|
17214
|
-
},
|
|
17215
|
-
{
|
|
17216
|
-
"url": "https://patternflyelements.org/components/tooltip/demo/flip/",
|
|
17217
|
-
"source": {
|
|
17218
|
-
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-tooltip/demo/flip.html"
|
|
17219
|
-
}
|
|
17220
|
-
},
|
|
17221
|
-
{
|
|
17222
|
-
"url": "https://patternflyelements.org/components/tooltip/demo/performance/",
|
|
17223
|
-
"source": {
|
|
17224
|
-
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-tooltip/demo/performance.html"
|
|
17225
|
-
}
|
|
17226
|
-
},
|
|
17227
|
-
{
|
|
17228
|
-
"url": "https://patternflyelements.org/components/tooltip/demo/placement/",
|
|
17229
|
-
"source": {
|
|
17230
|
-
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-tooltip/demo/placement.html"
|
|
17231
|
-
}
|
|
17232
|
-
},
|
|
17233
|
-
{
|
|
17234
|
-
"url": "https://patternflyelements.org/components/tooltip/demo/slotted-content/",
|
|
17235
|
-
"source": {
|
|
17236
|
-
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-tooltip/demo/slotted-content.html"
|
|
17237
|
-
}
|
|
17238
|
-
},
|
|
17239
|
-
{
|
|
17240
|
-
"url": "https://patternflyelements.org/components/tooltip/demo/trigger/",
|
|
17241
|
-
"source": {
|
|
17242
|
-
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pf-tooltip/demo/trigger.html"
|
|
17243
|
-
}
|
|
17244
|
-
}
|
|
17245
|
-
]
|
|
17385
|
+
"summary": "For displaying a user's avatar image",
|
|
17386
|
+
"customElement": true
|
|
17246
17387
|
}
|
|
17247
17388
|
],
|
|
17248
17389
|
"exports": [
|
|
17249
17390
|
{
|
|
17250
17391
|
"kind": "js",
|
|
17251
|
-
"name": "
|
|
17392
|
+
"name": "AvatarLoadEvent",
|
|
17252
17393
|
"declaration": {
|
|
17253
|
-
"name": "
|
|
17254
|
-
"module": "pf-
|
|
17394
|
+
"name": "AvatarLoadEvent",
|
|
17395
|
+
"module": "pf-avatar/BaseAvatar.js"
|
|
17255
17396
|
}
|
|
17256
17397
|
},
|
|
17257
17398
|
{
|
|
17258
|
-
"kind": "
|
|
17259
|
-
"name": "
|
|
17399
|
+
"kind": "js",
|
|
17400
|
+
"name": "BaseAvatar",
|
|
17260
17401
|
"declaration": {
|
|
17261
|
-
"name": "
|
|
17262
|
-
"module": "pf-
|
|
17402
|
+
"name": "BaseAvatar",
|
|
17403
|
+
"module": "pf-avatar/BaseAvatar.js"
|
|
17263
17404
|
}
|
|
17264
17405
|
}
|
|
17265
17406
|
]
|
|
@@ -17800,7 +17941,7 @@
|
|
|
17800
17941
|
"text": "object"
|
|
17801
17942
|
},
|
|
17802
17943
|
"static": true,
|
|
17803
|
-
"default": "{
|
|
17944
|
+
"default": "{\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n }",
|
|
17804
17945
|
"readonly": true
|
|
17805
17946
|
},
|
|
17806
17947
|
{
|
|
@@ -17995,142 +18136,6 @@
|
|
|
17995
18136
|
}
|
|
17996
18137
|
]
|
|
17997
18138
|
},
|
|
17998
|
-
{
|
|
17999
|
-
"kind": "javascript-module",
|
|
18000
|
-
"path": "pf-avatar/BaseAvatar.js",
|
|
18001
|
-
"declarations": [
|
|
18002
|
-
{
|
|
18003
|
-
"kind": "class",
|
|
18004
|
-
"description": "",
|
|
18005
|
-
"name": "AvatarLoadEvent",
|
|
18006
|
-
"members": [
|
|
18007
|
-
{
|
|
18008
|
-
"kind": "field",
|
|
18009
|
-
"type": {
|
|
18010
|
-
"text": "Event",
|
|
18011
|
-
"name": "Event"
|
|
18012
|
-
},
|
|
18013
|
-
"name": "originalEvent",
|
|
18014
|
-
"privacy": "public"
|
|
18015
|
-
}
|
|
18016
|
-
],
|
|
18017
|
-
"superclass": {
|
|
18018
|
-
"name": "Event",
|
|
18019
|
-
"module": "global:"
|
|
18020
|
-
}
|
|
18021
|
-
},
|
|
18022
|
-
{
|
|
18023
|
-
"kind": "class",
|
|
18024
|
-
"description": "Avatar is an element for displaying a user's avatar image.",
|
|
18025
|
-
"name": "BaseAvatar",
|
|
18026
|
-
"members": [
|
|
18027
|
-
{
|
|
18028
|
-
"kind": "field",
|
|
18029
|
-
"name": "src",
|
|
18030
|
-
"type": {
|
|
18031
|
-
"text": "string | undefined"
|
|
18032
|
-
},
|
|
18033
|
-
"description": "The URL to the user's custom avatar image.",
|
|
18034
|
-
"attribute": "src"
|
|
18035
|
-
},
|
|
18036
|
-
{
|
|
18037
|
-
"kind": "field",
|
|
18038
|
-
"name": "alt",
|
|
18039
|
-
"type": {
|
|
18040
|
-
"text": "string | undefined"
|
|
18041
|
-
},
|
|
18042
|
-
"default": "'Avatar image'",
|
|
18043
|
-
"description": "The alt text for the avatar image.",
|
|
18044
|
-
"attribute": "alt",
|
|
18045
|
-
"reflects": true
|
|
18046
|
-
},
|
|
18047
|
-
{
|
|
18048
|
-
"kind": "field",
|
|
18049
|
-
"name": "size",
|
|
18050
|
-
"type": {
|
|
18051
|
-
"text": "'sm' | 'md' | 'lg' | 'xl'"
|
|
18052
|
-
},
|
|
18053
|
-
"default": "'sm'",
|
|
18054
|
-
"description": "Size of the Avatar",
|
|
18055
|
-
"attribute": "size",
|
|
18056
|
-
"reflects": true
|
|
18057
|
-
},
|
|
18058
|
-
{
|
|
18059
|
-
"kind": "field",
|
|
18060
|
-
"name": "dark",
|
|
18061
|
-
"type": {
|
|
18062
|
-
"text": "boolean"
|
|
18063
|
-
},
|
|
18064
|
-
"default": "false",
|
|
18065
|
-
"description": "Whether or not the Avatar image is dark",
|
|
18066
|
-
"attribute": "dark",
|
|
18067
|
-
"reflects": true
|
|
18068
|
-
}
|
|
18069
|
-
],
|
|
18070
|
-
"attributes": [
|
|
18071
|
-
{
|
|
18072
|
-
"name": "src",
|
|
18073
|
-
"type": {
|
|
18074
|
-
"text": "string | undefined"
|
|
18075
|
-
},
|
|
18076
|
-
"description": "The URL to the user's custom avatar image.",
|
|
18077
|
-
"fieldName": "src"
|
|
18078
|
-
},
|
|
18079
|
-
{
|
|
18080
|
-
"name": "alt",
|
|
18081
|
-
"type": {
|
|
18082
|
-
"text": "string | undefined"
|
|
18083
|
-
},
|
|
18084
|
-
"default": "'Avatar image'",
|
|
18085
|
-
"description": "The alt text for the avatar image.",
|
|
18086
|
-
"fieldName": "alt"
|
|
18087
|
-
},
|
|
18088
|
-
{
|
|
18089
|
-
"name": "size",
|
|
18090
|
-
"type": {
|
|
18091
|
-
"text": "'sm' | 'md' | 'lg' | 'xl'"
|
|
18092
|
-
},
|
|
18093
|
-
"default": "'sm'",
|
|
18094
|
-
"description": "Size of the Avatar",
|
|
18095
|
-
"fieldName": "size"
|
|
18096
|
-
},
|
|
18097
|
-
{
|
|
18098
|
-
"name": "dark",
|
|
18099
|
-
"type": {
|
|
18100
|
-
"text": "boolean"
|
|
18101
|
-
},
|
|
18102
|
-
"default": "false",
|
|
18103
|
-
"description": "Whether or not the Avatar image is dark",
|
|
18104
|
-
"fieldName": "dark"
|
|
18105
|
-
}
|
|
18106
|
-
],
|
|
18107
|
-
"superclass": {
|
|
18108
|
-
"name": "LitElement",
|
|
18109
|
-
"package": "lit"
|
|
18110
|
-
},
|
|
18111
|
-
"summary": "For displaying a user's avatar image",
|
|
18112
|
-
"customElement": true
|
|
18113
|
-
}
|
|
18114
|
-
],
|
|
18115
|
-
"exports": [
|
|
18116
|
-
{
|
|
18117
|
-
"kind": "js",
|
|
18118
|
-
"name": "AvatarLoadEvent",
|
|
18119
|
-
"declaration": {
|
|
18120
|
-
"name": "AvatarLoadEvent",
|
|
18121
|
-
"module": "pf-avatar/BaseAvatar.js"
|
|
18122
|
-
}
|
|
18123
|
-
},
|
|
18124
|
-
{
|
|
18125
|
-
"kind": "js",
|
|
18126
|
-
"name": "BaseAvatar",
|
|
18127
|
-
"declaration": {
|
|
18128
|
-
"name": "BaseAvatar",
|
|
18129
|
-
"module": "pf-avatar/BaseAvatar.js"
|
|
18130
|
-
}
|
|
18131
|
-
}
|
|
18132
|
-
]
|
|
18133
|
-
},
|
|
18134
18139
|
{
|
|
18135
18140
|
"kind": "javascript-module",
|
|
18136
18141
|
"path": "pf-badge/BaseBadge.js",
|
|
@@ -18224,10 +18229,10 @@
|
|
|
18224
18229
|
"kind": "field",
|
|
18225
18230
|
"name": "shadowRootOptions",
|
|
18226
18231
|
"type": {
|
|
18227
|
-
"text": "
|
|
18232
|
+
"text": "object"
|
|
18228
18233
|
},
|
|
18229
18234
|
"static": true,
|
|
18230
|
-
"default": "{
|
|
18235
|
+
"default": "{\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n }",
|
|
18231
18236
|
"readonly": true
|
|
18232
18237
|
},
|
|
18233
18238
|
{
|
|
@@ -19292,13 +19297,14 @@
|
|
|
19292
19297
|
"text": "object"
|
|
19293
19298
|
},
|
|
19294
19299
|
"static": true,
|
|
19295
|
-
"default": "{
|
|
19300
|
+
"default": "{\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n }",
|
|
19301
|
+
"readonly": true
|
|
19296
19302
|
},
|
|
19297
19303
|
{
|
|
19298
19304
|
"kind": "field",
|
|
19299
19305
|
"name": "icons",
|
|
19300
19306
|
"type": {
|
|
19301
|
-
"text": "
|
|
19307
|
+
"text": "HTMLElement[]"
|
|
19302
19308
|
},
|
|
19303
19309
|
"privacy": "private"
|
|
19304
19310
|
},
|
|
@@ -19533,7 +19539,7 @@
|
|
|
19533
19539
|
"default": "\"Scroll left\""
|
|
19534
19540
|
},
|
|
19535
19541
|
{
|
|
19536
|
-
"description": "accessible label for the tab panel's scroll right button
|
|
19542
|
+
"description": "accessible label for the tab panel's scroll right button.",
|
|
19537
19543
|
"name": "label-scroll-right",
|
|
19538
19544
|
"default": "\"Scroll right\""
|
|
19539
19545
|
}
|