@patternfly/elements 3.0.2 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +8857 -8783
- package/form-control.css +127 -0
- package/package.json +12 -25
- package/pf-accordion/pf-accordion-header.css +23 -0
- package/pf-accordion/pf-accordion-header.d.ts +52 -43
- package/pf-accordion/pf-accordion-header.js +130 -87
- package/pf-accordion/pf-accordion-header.js.map +1 -1
- package/pf-accordion/pf-accordion-panel.css +15 -0
- package/pf-accordion/pf-accordion-panel.d.ts +27 -25
- package/pf-accordion/pf-accordion-panel.js +29 -43
- package/pf-accordion/pf-accordion-panel.js.map +1 -1
- package/pf-accordion/pf-accordion.d.ts +122 -65
- package/pf-accordion/pf-accordion.js +283 -94
- package/pf-accordion/pf-accordion.js.map +1 -1
- package/pf-accordion/test/pf-accordion.e2e.js +12 -0
- package/pf-accordion/test/pf-accordion.e2e.js.map +1 -1
- package/pf-accordion/test/pf-accordion.spec.js +366 -350
- package/pf-accordion/test/pf-accordion.spec.js.map +1 -1
- package/pf-avatar/pf-avatar.css +50 -24
- package/pf-avatar/pf-avatar.d.ts +29 -3
- package/pf-avatar/pf-avatar.js +51 -9
- package/pf-avatar/pf-avatar.js.map +1 -1
- package/pf-avatar/test/pf-avatar.e2e.js +12 -0
- package/pf-avatar/test/pf-avatar.e2e.js.map +1 -1
- package/pf-avatar/test/pf-avatar.spec.js +2 -3
- package/pf-avatar/test/pf-avatar.spec.js.map +1 -1
- package/pf-back-to-top/pf-back-to-top.css +10 -0
- package/pf-back-to-top/pf-back-to-top.d.ts +14 -18
- package/pf-back-to-top/pf-back-to-top.js +9 -30
- package/pf-back-to-top/pf-back-to-top.js.map +1 -1
- package/pf-back-to-top/test/pf-back-to-top.e2e.js +12 -0
- package/pf-back-to-top/test/pf-back-to-top.e2e.js.map +1 -1
- package/pf-background-image/pf-background-image.d.ts +4 -4
- package/pf-background-image/pf-background-image.js +1 -12
- package/pf-background-image/pf-background-image.js.map +1 -1
- package/pf-background-image/test/pf-background-image.e2e.js +12 -0
- package/pf-background-image/test/pf-background-image.e2e.js.map +1 -1
- package/pf-badge/pf-badge.css +4 -0
- package/pf-badge/pf-badge.d.ts +26 -22
- package/pf-badge/pf-badge.js +14 -27
- package/pf-badge/pf-badge.js.map +1 -1
- package/pf-badge/test/pf-badge.e2e.js +12 -0
- package/pf-badge/test/pf-badge.e2e.js.map +1 -1
- package/pf-banner/pf-banner.d.ts +16 -16
- package/pf-banner/pf-banner.js +1 -24
- package/pf-banner/pf-banner.js.map +1 -1
- package/pf-banner/test/pf-banner.e2e.js +12 -0
- package/pf-banner/test/pf-banner.e2e.js.map +1 -1
- package/pf-button/pf-button.css +22 -12
- package/pf-button/pf-button.d.ts +128 -122
- package/pf-button/pf-button.js +95 -172
- package/pf-button/pf-button.js.map +1 -1
- package/pf-button/test/pf-button.e2e.js +12 -0
- package/pf-button/test/pf-button.e2e.js.map +1 -1
- package/pf-card/pf-card.css +172 -43
- package/pf-card/pf-card.d.ts +41 -38
- package/pf-card/pf-card.js +37 -54
- package/pf-card/pf-card.js.map +1 -1
- package/pf-card/test/pf-card.e2e.js +12 -0
- package/pf-card/test/pf-card.e2e.js.map +1 -1
- package/pf-chip/pf-chip-group.css +9 -6
- package/pf-chip/pf-chip-group.d.ts +27 -14
- package/pf-chip/pf-chip-group.js +65 -94
- package/pf-chip/pf-chip-group.js.map +1 -1
- package/pf-chip/pf-chip.d.ts +20 -9
- package/pf-chip/pf-chip.js +1 -8
- package/pf-chip/pf-chip.js.map +1 -1
- package/pf-chip/test/pf-chip-group.spec.js +42 -22
- package/pf-chip/test/pf-chip-group.spec.js.map +1 -1
- package/pf-chip/test/pf-chip.e2e.js +12 -0
- package/pf-chip/test/pf-chip.e2e.js.map +1 -1
- package/pf-clipboard-copy/pf-clipboard-copy.css +83 -89
- package/pf-clipboard-copy/pf-clipboard-copy.d.ts +53 -18
- package/pf-clipboard-copy/pf-clipboard-copy.js +55 -44
- package/pf-clipboard-copy/pf-clipboard-copy.js.map +1 -1
- package/pf-clipboard-copy/test/pf-clipboard-copy.e2e.js +12 -0
- package/pf-clipboard-copy/test/pf-clipboard-copy.e2e.js.map +1 -1
- package/pf-code-block/pf-code-block.css +7 -4
- package/pf-code-block/pf-code-block.d.ts +4 -25
- package/pf-code-block/pf-code-block.js +44 -23
- package/pf-code-block/pf-code-block.js.map +1 -1
- package/pf-code-block/test/pf-code-block.e2e.js +12 -0
- package/pf-code-block/test/pf-code-block.e2e.js.map +1 -1
- package/pf-dropdown/context.d.ts +2 -3
- package/pf-dropdown/context.js.map +1 -1
- package/pf-dropdown/pf-dropdown-group.d.ts +3 -9
- package/pf-dropdown/pf-dropdown-group.js +1 -5
- package/pf-dropdown/pf-dropdown-group.js.map +1 -1
- package/pf-dropdown/pf-dropdown-item.d.ts +21 -27
- package/pf-dropdown/pf-dropdown-item.js +1 -37
- package/pf-dropdown/pf-dropdown-item.js.map +1 -1
- package/pf-dropdown/pf-dropdown-menu.d.ts +4 -10
- package/pf-dropdown/pf-dropdown-menu.js +23 -23
- package/pf-dropdown/pf-dropdown-menu.js.map +1 -1
- package/pf-dropdown/pf-dropdown.d.ts +8 -24
- package/pf-dropdown/pf-dropdown.js +1 -26
- package/pf-dropdown/pf-dropdown.js.map +1 -1
- package/pf-dropdown/test/pf-dropdown.e2e.js +12 -0
- package/pf-dropdown/test/pf-dropdown.e2e.js.map +1 -1
- package/pf-icon/pf-icon.css +22 -0
- package/pf-icon/pf-icon.d.ts +93 -4
- package/pf-icon/pf-icon.js +191 -13
- package/pf-icon/pf-icon.js.map +1 -1
- package/pf-icon/test/pf-icon.e2e.js +12 -0
- package/pf-icon/test/pf-icon.e2e.js.map +1 -1
- package/pf-icon/test/pf-icon.spec.js +102 -88
- package/pf-icon/test/pf-icon.spec.js.map +1 -1
- package/pf-jump-links/pf-jump-links-item.d.ts +4 -11
- package/pf-jump-links/pf-jump-links-item.js +8 -15
- package/pf-jump-links/pf-jump-links-item.js.map +1 -1
- package/pf-jump-links/pf-jump-links-list.d.ts +2 -2
- package/pf-jump-links/pf-jump-links-list.js +1 -5
- package/pf-jump-links/pf-jump-links-list.js.map +1 -1
- package/pf-jump-links/pf-jump-links.d.ts +2 -2
- package/pf-jump-links/pf-jump-links.js +23 -62
- package/pf-jump-links/pf-jump-links.js.map +1 -1
- package/pf-jump-links/test/pf-jump-links.e2e.js +12 -0
- package/pf-jump-links/test/pf-jump-links.e2e.js.map +1 -1
- package/pf-label/pf-label.css +38 -5
- package/pf-label/pf-label.d.ts +65 -69
- package/pf-label/pf-label.js +49 -90
- package/pf-label/pf-label.js.map +1 -1
- package/pf-label/test/pf-label.e2e.js +12 -0
- package/pf-label/test/pf-label.e2e.js.map +1 -1
- package/pf-label/test/pf-label.spec.js +26 -16
- package/pf-label/test/pf-label.spec.js.map +1 -1
- package/pf-modal/pf-modal.d.ts +17 -22
- package/pf-modal/pf-modal.js +13 -39
- package/pf-modal/pf-modal.js.map +1 -1
- package/pf-modal/test/pf-modal.e2e.js +12 -0
- package/pf-modal/test/pf-modal.e2e.js.map +1 -1
- package/pf-panel/pf-panel.d.ts +31 -3
- package/pf-panel/pf-panel.js +1 -10
- package/pf-panel/pf-panel.js.map +1 -1
- package/pf-panel/test/pf-panel.e2e.js +12 -0
- package/pf-panel/test/pf-panel.e2e.js.map +1 -1
- package/pf-popover/pf-popover.d.ts +66 -84
- package/pf-popover/pf-popover.js +33 -150
- package/pf-popover/pf-popover.js.map +1 -1
- package/pf-popover/test/pf-popover.e2e.js +12 -0
- package/pf-popover/test/pf-popover.e2e.js.map +1 -1
- package/pf-popover/test/pf-popover.spec.js +0 -11
- package/pf-popover/test/pf-popover.spec.js.map +1 -1
- package/pf-progress/pf-progress.d.ts +40 -40
- package/pf-progress/pf-progress.js +1 -61
- package/pf-progress/pf-progress.js.map +1 -1
- package/pf-progress/test/pf-progress.e2e.js +12 -0
- package/pf-progress/test/pf-progress.e2e.js.map +1 -1
- package/pf-progress-stepper/pf-progress-step.d.ts +2 -3
- package/pf-progress-stepper/pf-progress-step.js +4 -14
- package/pf-progress-stepper/pf-progress-step.js.map +1 -1
- package/pf-progress-stepper/pf-progress-stepper.d.ts +118 -2
- package/pf-progress-stepper/pf-progress-stepper.js +10 -12
- package/pf-progress-stepper/pf-progress-stepper.js.map +1 -1
- package/pf-progress-stepper/test/pf-progress-stepper.e2e.js +12 -0
- package/pf-progress-stepper/test/pf-progress-stepper.e2e.js.map +1 -1
- package/pf-select/pf-option-group.d.ts +2 -2
- package/pf-select/pf-option-group.js +1 -5
- package/pf-select/pf-option-group.js.map +1 -1
- package/pf-select/pf-option.css +1 -1
- package/pf-select/pf-option.d.ts +4 -4
- package/pf-select/pf-option.js +20 -30
- package/pf-select/pf-option.js.map +1 -1
- package/pf-select/pf-select.css +14 -6
- package/pf-select/pf-select.d.ts +183 -40
- package/pf-select/pf-select.js +185 -260
- package/pf-select/pf-select.js.map +1 -1
- package/pf-select/test/pf-select.e2e.js +12 -0
- package/pf-select/test/pf-select.e2e.js.map +1 -1
- package/pf-select/test/pf-select.spec.js +1292 -613
- package/pf-select/test/pf-select.spec.js.map +1 -1
- package/pf-spinner/pf-spinner.css +27 -17
- package/pf-spinner/pf-spinner.d.ts +21 -17
- package/pf-spinner/pf-spinner.js +20 -24
- package/pf-spinner/pf-spinner.js.map +1 -1
- package/pf-spinner/test/pf-spinner.e2e.js +12 -0
- package/pf-spinner/test/pf-spinner.e2e.js.map +1 -1
- package/pf-switch/pf-switch.css +39 -13
- package/pf-switch/pf-switch.d.ts +48 -34
- package/pf-switch/pf-switch.js +114 -43
- package/pf-switch/pf-switch.js.map +1 -1
- package/pf-switch/test/pf-switch.e2e.js +12 -0
- package/pf-switch/test/pf-switch.e2e.js.map +1 -1
- package/pf-table/pf-caption.d.ts +2 -2
- package/pf-table/pf-caption.js +1 -4
- package/pf-table/pf-caption.js.map +1 -1
- package/pf-table/pf-table.d.ts +424 -424
- package/pf-table/pf-table.js +7 -645
- package/pf-table/pf-table.js.map +1 -1
- package/pf-table/pf-tbody.d.ts +2 -2
- package/pf-table/pf-tbody.js +1 -4
- package/pf-table/pf-tbody.js.map +1 -1
- package/pf-table/pf-td.d.ts +2 -2
- package/pf-table/pf-td.js +1 -4
- package/pf-table/pf-td.js.map +1 -1
- package/pf-table/pf-th.d.ts +2 -2
- package/pf-table/pf-th.js +1 -4
- package/pf-table/pf-th.js.map +1 -1
- package/pf-table/pf-thead.d.ts +2 -2
- package/pf-table/pf-thead.js +1 -4
- package/pf-table/pf-thead.js.map +1 -1
- package/pf-table/pf-tr.d.ts +1 -1
- package/pf-table/pf-tr.js +1 -4
- package/pf-table/pf-tr.js.map +1 -1
- package/pf-table/test/pf-table.e2e.js +12 -0
- package/pf-table/test/pf-table.e2e.js.map +1 -1
- package/pf-tabs/context.d.ts +2 -3
- package/pf-tabs/context.js.map +1 -1
- package/pf-tabs/pf-tab-panel.d.ts +3 -5
- package/pf-tabs/pf-tab-panel.js +1 -7
- package/pf-tabs/pf-tab-panel.js.map +1 -1
- package/pf-tabs/pf-tab.d.ts +37 -37
- package/pf-tabs/pf-tab.js +16 -54
- package/pf-tabs/pf-tab.js.map +1 -1
- package/pf-tabs/pf-tabs.d.ts +36 -37
- package/pf-tabs/pf-tabs.js +40 -78
- package/pf-tabs/pf-tabs.js.map +1 -1
- package/pf-tabs/test/pf-tabs.e2e.js +12 -0
- package/pf-tabs/test/pf-tabs.e2e.js.map +1 -1
- package/pf-tabs/test/pf-tabs.spec.js +11 -12
- package/pf-tabs/test/pf-tabs.spec.js.map +1 -1
- package/pf-text-area/pf-text-area.d.ts +128 -134
- package/pf-text-area/pf-text-area.js +7 -131
- package/pf-text-area/pf-text-area.js.map +1 -1
- package/pf-text-area/test/pf-text-area.e2e.js +12 -0
- package/pf-text-area/test/pf-text-area.e2e.js.map +1 -1
- package/pf-text-input/pf-text-input.d.ts +129 -135
- package/pf-text-input/pf-text-input.js +7 -132
- package/pf-text-input/pf-text-input.js.map +1 -1
- package/pf-text-input/test/pf-text-input.e2e.js +12 -0
- package/pf-text-input/test/pf-text-input.e2e.js.map +1 -1
- package/pf-tile/pf-tile.d.ts +21 -20
- package/pf-tile/pf-tile.js +18 -35
- package/pf-tile/pf-tile.js.map +1 -1
- package/pf-tile/test/pf-tile.e2e.js +12 -0
- package/pf-tile/test/pf-tile.e2e.js.map +1 -1
- package/pf-timestamp/pf-timestamp.d.ts +2 -2
- package/pf-timestamp/pf-timestamp.js +1 -3
- package/pf-timestamp/pf-timestamp.js.map +1 -1
- package/pf-timestamp/test/pf-timestamp.e2e.js +12 -0
- package/pf-timestamp/test/pf-timestamp.e2e.js.map +1 -1
- package/pf-tooltip/pf-tooltip.d.ts +51 -50
- package/pf-tooltip/pf-tooltip.js +26 -106
- package/pf-tooltip/pf-tooltip.js.map +1 -1
- package/pf-tooltip/test/pf-tooltip.e2e.js +12 -0
- package/pf-tooltip/test/pf-tooltip.e2e.js.map +1 -1
- package/pfe.min.js +1194 -1006
- package/pfe.min.js.map +4 -4
- package/react/pf-accordion/pf-accordion-header.js +2 -2
- package/react/pf-accordion/pf-accordion-panel.js +2 -2
- package/react/pf-accordion/pf-accordion.js +2 -2
- package/react/pf-avatar/pf-avatar.d.ts +1 -1
- package/react/pf-avatar/pf-avatar.js +5 -3
- package/react/pf-back-to-top/pf-back-to-top.js +2 -2
- package/react/pf-background-image/pf-background-image.js +2 -2
- package/react/pf-badge/pf-badge.js +2 -2
- package/react/pf-banner/pf-banner.js +2 -2
- package/react/pf-button/pf-button.js +2 -2
- package/react/pf-card/pf-card.js +2 -2
- package/react/pf-chip/pf-chip-group.js +2 -2
- package/react/pf-chip/pf-chip.js +2 -2
- package/react/pf-clipboard-copy/pf-clipboard-copy.d.ts +1 -1
- package/react/pf-clipboard-copy/pf-clipboard-copy.js +5 -3
- package/react/pf-code-block/pf-code-block.js +2 -2
- package/react/pf-dropdown/pf-dropdown-group.js +2 -2
- package/react/pf-dropdown/pf-dropdown-item.js +2 -2
- package/react/pf-dropdown/pf-dropdown-menu.js +2 -2
- package/react/pf-dropdown/pf-dropdown.js +2 -2
- package/react/pf-icon/pf-icon.js +2 -2
- package/react/pf-jump-links/pf-jump-links-item.js +2 -2
- package/react/pf-jump-links/pf-jump-links-list.js +2 -2
- package/react/pf-jump-links/pf-jump-links.js +2 -2
- package/react/pf-label/pf-label.js +2 -2
- package/react/pf-modal/pf-modal.js +2 -2
- package/react/pf-panel/pf-panel.js +2 -2
- package/react/pf-popover/pf-popover.js +2 -2
- package/react/pf-progress/pf-progress.js +2 -2
- package/react/pf-progress-stepper/pf-progress-step.js +2 -2
- package/react/pf-progress-stepper/pf-progress-stepper.js +2 -2
- package/react/pf-select/pf-option-group.js +2 -2
- package/react/pf-select/pf-option.js +2 -2
- package/react/pf-select/pf-select.d.ts +1 -1
- package/react/pf-select/pf-select.js +2 -3
- package/react/pf-spinner/pf-spinner.js +2 -2
- package/react/pf-switch/pf-switch.js +2 -2
- package/react/pf-table/pf-caption.js +2 -2
- package/react/pf-table/pf-table.js +2 -2
- package/react/pf-table/pf-tbody.js +2 -2
- package/react/pf-table/pf-td.js +2 -2
- package/react/pf-table/pf-th.js +2 -2
- package/react/pf-table/pf-thead.js +2 -2
- package/react/pf-table/pf-tr.js +2 -2
- package/react/pf-tabs/pf-tab-panel.js +2 -2
- package/react/pf-tabs/pf-tab.js +2 -2
- package/react/pf-tabs/pf-tabs.js +2 -2
- package/react/pf-text-area/pf-text-area.js +2 -2
- package/react/pf-text-input/pf-text-input.js +2 -2
- package/react/pf-tile/pf-tile.js +2 -2
- package/react/pf-timestamp/pf-timestamp.js +2 -2
- package/react/pf-tooltip/pf-tooltip.js +2 -2
- package/pf-accordion/BaseAccordion.d.ts +0 -61
- package/pf-accordion/BaseAccordion.js +0 -269
- package/pf-accordion/BaseAccordion.js.map +0 -1
- package/pf-accordion/BaseAccordionHeader.css +0 -39
- package/pf-accordion/BaseAccordionHeader.d.ts +0 -29
- package/pf-accordion/BaseAccordionHeader.js +0 -128
- package/pf-accordion/BaseAccordionHeader.js.map +0 -1
- package/pf-accordion/BaseAccordionPanel.css +0 -27
- package/pf-accordion/BaseAccordionPanel.d.ts +0 -7
- package/pf-accordion/BaseAccordionPanel.js +0 -33
- package/pf-accordion/BaseAccordionPanel.js.map +0 -1
- package/pf-avatar/BaseAvatar.css +0 -13
- package/pf-avatar/BaseAvatar.d.ts +0 -23
- package/pf-avatar/BaseAvatar.js +0 -62
- package/pf-avatar/BaseAvatar.js.map +0 -1
- package/pf-back-to-top/demo/demo.css +0 -25
- package/pf-badge/BaseBadge.css +0 -6
- package/pf-badge/BaseBadge.d.ts +0 -18
- package/pf-badge/BaseBadge.js +0 -16
- package/pf-badge/BaseBadge.js.map +0 -1
- package/pf-button/BaseButton.css +0 -68
- package/pf-button/BaseButton.d.ts +0 -51
- package/pf-button/BaseButton.js +0 -84
- package/pf-button/BaseButton.js.map +0 -1
- package/pf-card/BaseCard.css +0 -36
- package/pf-card/BaseCard.d.ts +0 -24
- package/pf-card/BaseCard.js +0 -51
- package/pf-card/BaseCard.js.map +0 -1
- package/pf-clipboard-copy/BaseClipboardCopy.css +0 -6
- package/pf-clipboard-copy/BaseClipboardCopy.d.ts +0 -18
- package/pf-clipboard-copy/BaseClipboardCopy.js +0 -25
- package/pf-clipboard-copy/BaseClipboardCopy.js.map +0 -1
- package/pf-code-block/BaseCodeBlock.css +0 -7
- package/pf-code-block/BaseCodeBlock.d.ts +0 -8
- package/pf-code-block/BaseCodeBlock.js +0 -22
- package/pf-code-block/BaseCodeBlock.js.map +0 -1
- package/pf-icon/BaseIcon.css +0 -22
- package/pf-icon/BaseIcon.d.ts +0 -41
- package/pf-icon/BaseIcon.js +0 -144
- package/pf-icon/BaseIcon.js.map +0 -1
- package/pf-label/BaseLabel.css +0 -44
- package/pf-label/BaseLabel.d.ts +0 -30
- package/pf-label/BaseLabel.js +0 -29
- package/pf-label/BaseLabel.js.map +0 -1
- package/pf-spinner/BaseSpinner.css +0 -20
- package/pf-spinner/BaseSpinner.d.ts +0 -27
- package/pf-spinner/BaseSpinner.js +0 -45
- package/pf-spinner/BaseSpinner.js.map +0 -1
- package/pf-switch/BaseSwitch.css +0 -36
- package/pf-switch/BaseSwitch.d.ts +0 -19
- package/pf-switch/BaseSwitch.js +0 -109
- package/pf-switch/BaseSwitch.js.map +0 -1
- package/pf-tabs/BaseTab.css +0 -60
- package/pf-tabs/BaseTab.d.ts +0 -32
- package/pf-tabs/BaseTab.js +0 -83
- package/pf-tabs/BaseTab.js.map +0 -1
- package/pf-tabs/BaseTabPanel.css +0 -7
- package/pf-tabs/BaseTabPanel.d.ts +0 -7
- package/pf-tabs/BaseTabPanel.js +0 -36
- package/pf-tabs/BaseTabPanel.js.map +0 -1
- package/pf-tabs/BaseTabs.css +0 -86
- package/pf-tabs/BaseTabs.d.ts +0 -38
- package/pf-tabs/BaseTabs.js +0 -221
- package/pf-tabs/BaseTabs.js.map +0 -1
- package/pf-tile/BaseTile.d.ts +0 -13
- package/pf-tile/BaseTile.js +0 -28
- package/pf-tile/BaseTile.js.map +0 -1
- package/pf-tooltip/BaseTooltip.css +0 -70
- package/pf-tooltip/BaseTooltip.d.ts +0 -16
- package/pf-tooltip/BaseTooltip.js +0 -54
- package/pf-tooltip/BaseTooltip.js.map +0 -1
package/pf-table/pf-table.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
1
|
+
import { LitElement, type TemplateResult } from 'lit';
|
|
2
2
|
import { PfTr } from './pf-tr.js';
|
|
3
3
|
export * from './pf-caption.js';
|
|
4
4
|
export * from './pf-thead.js';
|
|
@@ -10,639 +10,639 @@ export * from './pf-td.js';
|
|
|
10
10
|
* A **table** is used to display large data sets that can be easily laid out in a simple grid with column headers.
|
|
11
11
|
* @slot
|
|
12
12
|
* The default slot can hold an optional `pf-caption` element and a combination of `pf-tr`, `pf-thead`, or `pf-tbody` elements.
|
|
13
|
-
* @cssprop {<color>} --pf-c-table--BackgroundColor
|
|
13
|
+
* @cssprop {<color>} [--pf-c-table--BackgroundColor=#fff]
|
|
14
14
|
* Table background color
|
|
15
|
-
*
|
|
16
|
-
* @cssprop {<color>} --pf-c-table--BorderColor
|
|
15
|
+
*
|
|
16
|
+
* @cssprop {<color>} [--pf-c-table--BorderColor=#d2d2d2]
|
|
17
17
|
* Table border color
|
|
18
|
-
*
|
|
19
|
-
* @cssprop {<dimension>} --pf-c-table--border-width--base
|
|
18
|
+
*
|
|
19
|
+
* @cssprop {<dimension>} [--pf-c-table--border-width--base=1px]
|
|
20
20
|
* Table border base width
|
|
21
|
-
*
|
|
22
|
-
* @cssprop {<dimension>} --pf-c-table-caption--FontSize
|
|
21
|
+
*
|
|
22
|
+
* @cssprop {<dimension>} [--pf-c-table-caption--FontSize=0.875rem]
|
|
23
23
|
* Table caption font size
|
|
24
|
-
*
|
|
25
|
-
* @cssprop {<color>} --pf-c-table-caption--Color
|
|
24
|
+
*
|
|
25
|
+
* @cssprop {<color>} [--pf-c-table-caption--Color=#6a6e73]
|
|
26
26
|
* Table caption color
|
|
27
|
-
*
|
|
28
|
-
* @cssprop {<dimension>} --pf-c-table-caption--PaddingTop
|
|
27
|
+
*
|
|
28
|
+
* @cssprop {<dimension>} [--pf-c-table-caption--PaddingTop=1rem]
|
|
29
29
|
* Table caption top padding
|
|
30
|
-
*
|
|
31
|
-
* @cssprop {<dimension>} --pf-c-table-caption--PaddingRight
|
|
30
|
+
*
|
|
31
|
+
* @cssprop {<dimension>} [--pf-c-table-caption--PaddingRight=1.5rem]
|
|
32
32
|
* Table caption right padding
|
|
33
|
-
*
|
|
34
|
-
* @cssprop {<dimension>} --pf-c-table-caption--PaddingBottom
|
|
33
|
+
*
|
|
34
|
+
* @cssprop {<dimension>} [--pf-c-table-caption--PaddingBottom=1rem]
|
|
35
35
|
* Table caption bottom padding
|
|
36
|
-
*
|
|
37
|
-
* @cssprop {<dimension>} --pf-c-table-caption--PaddingLeft
|
|
36
|
+
*
|
|
37
|
+
* @cssprop {<dimension>} [--pf-c-table-caption--PaddingLeft=1.5rem]
|
|
38
38
|
* Table caption left padding
|
|
39
|
-
*
|
|
40
|
-
* @cssprop {<length>} --pf-c-table-caption--xl--PaddingRight
|
|
39
|
+
*
|
|
40
|
+
* @cssprop {<length>} [--pf-c-table-caption--xl--PaddingRight=1rem]
|
|
41
41
|
* Table XL caption right padding
|
|
42
|
-
*
|
|
43
|
-
* @cssprop {<dimension>} --pf-c-table-caption--xl--PaddingLeft
|
|
42
|
+
*
|
|
43
|
+
* @cssprop {<dimension>} [--pf-c-table-caption--xl--PaddingLeft=1rem]
|
|
44
44
|
* Table XL caption left padding
|
|
45
|
-
*
|
|
46
|
-
* @cssprop {<dimension>} --pf-c-table--thead--cell--FontSize
|
|
45
|
+
*
|
|
46
|
+
* @cssprop {<dimension>} [--pf-c-table--thead--cell--FontSize=0.875rem]
|
|
47
47
|
* Table head cell font size
|
|
48
|
-
*
|
|
49
|
-
* @cssprop {<number>} --pf-c-table--thead--cell--FontWeight
|
|
48
|
+
*
|
|
49
|
+
* @cssprop {<number>} [--pf-c-table--thead--cell--FontWeight=700]
|
|
50
50
|
* Table head cell font weight
|
|
51
|
-
*
|
|
52
|
-
* @cssprop {<dimension>} --pf-c-table--tbody--cell--PaddingTop
|
|
51
|
+
*
|
|
52
|
+
* @cssprop {<dimension>} [--pf-c-table--tbody--cell--PaddingTop=1.5rem]
|
|
53
53
|
* Table body cell padding top
|
|
54
|
-
*
|
|
55
|
-
* @cssprop {<dimension>} --pf-c-table--tbody--cell--PaddingBottom
|
|
54
|
+
*
|
|
55
|
+
* @cssprop {<dimension>} [--pf-c-table--tbody--cell--PaddingBottom=1.5rem]
|
|
56
56
|
* Table body cell padding bottom
|
|
57
|
-
*
|
|
58
|
-
* @cssprop {<color>} --pf-c-table--tr--BoxShadow--top--base
|
|
57
|
+
*
|
|
58
|
+
* @cssprop {<color>} [--pf-c-table--tr--BoxShadow--top--base=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08)]
|
|
59
59
|
* Table row top base box shadow
|
|
60
|
-
*
|
|
61
|
-
* @cssprop {<dimension>} --pf-c-table--cell--Padding--base
|
|
60
|
+
*
|
|
61
|
+
* @cssprop {<dimension>} [--pf-c-table--cell--Padding--base=1rem]
|
|
62
62
|
* Table cell base padding
|
|
63
|
-
*
|
|
64
|
-
* @cssprop {<dimension>} --pf-c-table--cell--FontSize
|
|
63
|
+
*
|
|
64
|
+
* @cssprop {<dimension>} [--pf-c-table--cell--FontSize=1rem]
|
|
65
65
|
* Table cell font size
|
|
66
|
-
*
|
|
67
|
-
* @cssprop {<number>} --pf-c-table--cell--FontWeight
|
|
66
|
+
*
|
|
67
|
+
* @cssprop {<number>} [--pf-c-table--cell--FontWeight=400]
|
|
68
68
|
* Table cell font weight
|
|
69
|
-
*
|
|
70
|
-
* @cssprop {<color>} --pf-c-table--cell--Color
|
|
69
|
+
*
|
|
70
|
+
* @cssprop {<color>} [--pf-c-table--cell--Color=#151515]
|
|
71
71
|
* Table cell color
|
|
72
|
-
*
|
|
73
|
-
* @cssprop {<dimension>} --pf-c-table--cell--PaddingTop
|
|
72
|
+
*
|
|
73
|
+
* @cssprop {<dimension>} [--pf-c-table--cell--PaddingTop=1rem]
|
|
74
74
|
* Table cell top padding
|
|
75
|
-
*
|
|
76
|
-
* @cssprop {<dimension>} --pf-c-table--cell--PaddingRight
|
|
75
|
+
*
|
|
76
|
+
* @cssprop {<dimension>} [--pf-c-table--cell--PaddingRight=1rem]
|
|
77
77
|
* Table cell right padding
|
|
78
|
-
*
|
|
79
|
-
* @cssprop {<dimension>} --pf-c-table--cell--PaddingBottom
|
|
78
|
+
*
|
|
79
|
+
* @cssprop {<dimension>} [--pf-c-table--cell--PaddingBottom=1rem]
|
|
80
80
|
* Table cell bottom padding
|
|
81
|
-
*
|
|
82
|
-
* @cssprop {<dimension>} --pf-c-table--cell--PaddingLeft
|
|
81
|
+
*
|
|
82
|
+
* @cssprop {<dimension>} [--pf-c-table--cell--PaddingLeft=1rem]
|
|
83
83
|
* Table cell left padding
|
|
84
|
-
*
|
|
85
|
-
* @cssprop {<dimension>} --pf-c-table--cell--first-last-child--PaddingLeft
|
|
84
|
+
*
|
|
85
|
+
* @cssprop {<dimension>} [--pf-c-table--cell--first-last-child--PaddingLeft=1rem]
|
|
86
86
|
* Table cell last child left padding
|
|
87
|
-
*
|
|
88
|
-
* @cssprop {<dimension>} --pf-c-table--cell--first-last-child--PaddingRight
|
|
87
|
+
*
|
|
88
|
+
* @cssprop {<dimension>} [--pf-c-table--cell--first-last-child--PaddingRight=1rem]
|
|
89
89
|
* Table cell last child right padding
|
|
90
|
-
*
|
|
91
|
-
* @cssprop {<dimension>} --pf-c-table--cell--first-last-child--xl--PaddingLeft
|
|
90
|
+
*
|
|
91
|
+
* @cssprop {<dimension>} [--pf-c-table--cell--first-last-child--xl--PaddingLeft=1.5rem]
|
|
92
92
|
* Table XL cell last child left padding
|
|
93
|
-
*
|
|
94
|
-
* @cssprop {<dimension>} --pf-c-table--cell--first-last-child--xl--PaddingRight
|
|
93
|
+
*
|
|
94
|
+
* @cssprop {<dimension>} [--pf-c-table--cell--first-last-child--xl--PaddingRight=1.5rem]
|
|
95
95
|
* Table XL cell last child right padding
|
|
96
|
-
*
|
|
97
|
-
* @cssprop {<dimension>} --pf-c-table--tr--m-first-cell-offset-reset--cell--PaddingLeft
|
|
96
|
+
*
|
|
97
|
+
* @cssprop {<dimension>} [--pf-c-table--tr--m-first-cell-offset-reset--cell--PaddingLeft=1rem]
|
|
98
98
|
* Table row first cell offset reset cell left padding
|
|
99
|
-
*
|
|
100
|
-
* @cssprop {<length>} --pf-c-table--cell--MinWidth
|
|
99
|
+
*
|
|
100
|
+
* @cssprop {<length>} [--pf-c-table--cell--MinWidth=0]
|
|
101
101
|
* Table cell min width
|
|
102
|
-
*
|
|
103
|
-
* @cssprop {<length>} --pf-c-table--cell--MaxWidth
|
|
102
|
+
*
|
|
103
|
+
* @cssprop {<length>} [--pf-c-table--cell--MaxWidth=none]
|
|
104
104
|
* Table cell max width
|
|
105
|
-
*
|
|
106
|
-
* @cssprop {<length>} --pf-c-table--cell--Width
|
|
105
|
+
*
|
|
106
|
+
* @cssprop {<length>} [--pf-c-table--cell--Width=auto]
|
|
107
107
|
* Table cell width
|
|
108
|
-
*
|
|
109
|
-
* @cssprop {<overflow>} --pf-c-table--cell--Overflow
|
|
108
|
+
*
|
|
109
|
+
* @cssprop {<overflow>} [--pf-c-table--cell--Overflow=visible]
|
|
110
110
|
* Table cell overflow
|
|
111
|
-
*
|
|
112
|
-
* @cssprop {<>} --pf-c-table--cell--TextOverflow
|
|
111
|
+
*
|
|
112
|
+
* @cssprop {<>} [--pf-c-table--cell--TextOverflow=clip]
|
|
113
113
|
* Table cell text overflow
|
|
114
|
-
*
|
|
115
|
-
* @cssprop {<>} --pf-c-table--cell--WhiteSpace
|
|
114
|
+
*
|
|
115
|
+
* @cssprop {<>} [--pf-c-table--cell--WhiteSpace=normal]
|
|
116
116
|
* Table cell white space
|
|
117
|
-
*
|
|
118
|
-
* @cssprop {<>} --pf-c-table--cell--WordBreak
|
|
117
|
+
*
|
|
118
|
+
* @cssprop {<>} [--pf-c-table--cell--WordBreak=normal]
|
|
119
119
|
* Table cell word break
|
|
120
|
-
*
|
|
121
|
-
* @cssprop {<length>} --pf-c-table--cell--m-border-right--before--BorderRightWidth
|
|
120
|
+
*
|
|
121
|
+
* @cssprop {<length>} [--pf-c-table--cell--m-border-right--before--BorderRightWidth=1px]
|
|
122
122
|
* Table cell before right border width
|
|
123
|
-
*
|
|
124
|
-
* @cssprop {<color>} --pf-c-table--cell--m-border-right--before--BorderRightColor
|
|
123
|
+
*
|
|
124
|
+
* @cssprop {<color>} [--pf-c-table--cell--m-border-right--before--BorderRightColor=#d2d2d2]
|
|
125
125
|
* Table cell before right border color
|
|
126
|
-
*
|
|
127
|
-
* @cssprop {<length>} --pf-c-table--cell--m-border-left--before--BorderLeftWidth
|
|
126
|
+
*
|
|
127
|
+
* @cssprop {<length>} [--pf-c-table--cell--m-border-left--before--BorderLeftWidth=1px]
|
|
128
128
|
* Table cell before left border width
|
|
129
|
-
*
|
|
130
|
-
* @cssprop {<color>} --pf-c-table--cell--m-border-left--before--BorderLeftColor
|
|
129
|
+
*
|
|
130
|
+
* @cssprop {<color>} [--pf-c-table--cell--m-border-left--before--BorderLeftColor=#d2d2d2]
|
|
131
131
|
* Table cell before left border color
|
|
132
|
-
*
|
|
133
|
-
* @cssprop {<length>} --pf-c-table--cell--m-help--MinWidth
|
|
132
|
+
*
|
|
133
|
+
* @cssprop {<length>} [--pf-c-table--cell--m-help--MinWidth=11ch]
|
|
134
134
|
* Help cell minimum width
|
|
135
|
-
*
|
|
136
|
-
* @cssprop {<length>} --pf-c-table--m-truncate--cell--MaxWidth
|
|
135
|
+
*
|
|
136
|
+
* @cssprop {<length>} [--pf-c-table--m-truncate--cell--MaxWidth=1px]
|
|
137
137
|
* Help cell maximum width
|
|
138
|
-
*
|
|
139
|
-
* @cssprop {<calc-sum>} --pf-c-table--m-truncate--cell--MinWidth
|
|
138
|
+
*
|
|
139
|
+
* @cssprop {<calc-sum>} [--pf-c-table--m-truncate--cell--MinWidth=calc(5ch + 1rem + 1rem)]
|
|
140
140
|
* Truncated cell minimum width
|
|
141
|
-
*
|
|
142
|
-
* @cssprop {<>} --pf-c-table--cell--hidden-visible--Display
|
|
141
|
+
*
|
|
142
|
+
* @cssprop {<>} [--pf-c-table--cell--hidden-visible--Display=grid]
|
|
143
143
|
* Cell visible display
|
|
144
|
-
*
|
|
145
|
-
* @cssprop {<calc-product>} --pf-c-table__toggle--c-button--MarginTop
|
|
144
|
+
*
|
|
145
|
+
* @cssprop {<calc-product>} [--pf-c-table__toggle--c-button--MarginTop=calc(0.375rem * -1)]
|
|
146
146
|
* Toggle button top margin
|
|
147
|
-
*
|
|
148
|
-
* @cssprop {<calc-product>} --pf-c-table__toggle--c-button--MarginBottom
|
|
147
|
+
*
|
|
148
|
+
* @cssprop {<calc-product>} [--pf-c-table__toggle--c-button--MarginBottom=calc(0.375rem * -1)]
|
|
149
149
|
* Toggle button bottom margin
|
|
150
|
-
*
|
|
151
|
-
* @cssprop {<>} --pf-c-table__toggle--c-button__toggle-icon--Rotate
|
|
150
|
+
*
|
|
151
|
+
* @cssprop {<>} [--pf-c-table__toggle--c-button__toggle-icon--Rotate=270deg]
|
|
152
152
|
* Toggle button icon rotation
|
|
153
|
-
*
|
|
154
|
-
* @cssprop {<>} --pf-c-table__toggle--c-button__toggle-icon--Transition
|
|
153
|
+
*
|
|
154
|
+
* @cssprop {<>} [--pf-c-table__toggle--c-button__toggle-icon--Transition=.2s ease-in 0s]
|
|
155
155
|
* Toggle button icon transition
|
|
156
|
-
*
|
|
157
|
-
* @cssprop {<>} --pf-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate
|
|
156
|
+
*
|
|
157
|
+
* @cssprop {<>} [--pf-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate=360deg]
|
|
158
158
|
* Expanded toggle button icon rotation
|
|
159
|
-
*
|
|
160
|
-
* @cssprop {<color>} --pf-c-table__button--BackgroundColor
|
|
159
|
+
*
|
|
160
|
+
* @cssprop {<color>} [--pf-c-table__button--BackgroundColor=transparent]
|
|
161
161
|
* Button background color
|
|
162
|
-
*
|
|
163
|
-
* @cssprop {<color>} --pf-c-table__button--Color
|
|
162
|
+
*
|
|
163
|
+
* @cssprop {<color>} [--pf-c-table__button--Color=#151515]
|
|
164
164
|
* Button color
|
|
165
|
-
*
|
|
166
|
-
* @cssprop {<color>} --pf-c-table__button--hover--Color
|
|
165
|
+
*
|
|
166
|
+
* @cssprop {<color>} [--pf-c-table__button--hover--Color=#151515]
|
|
167
167
|
* Button hover color
|
|
168
|
-
*
|
|
169
|
-
* @cssprop {<color>} --pf-c-table__button--focus--Color
|
|
168
|
+
*
|
|
169
|
+
* @cssprop {<color>} [--pf-c-table__button--focus--Color=#151515]
|
|
170
170
|
* Button focus color
|
|
171
|
-
*
|
|
172
|
-
* @cssprop {<color>} --pf-c-table__button--active--Color
|
|
171
|
+
*
|
|
172
|
+
* @cssprop {<color>} [--pf-c-table__button--active--Color=#151515]
|
|
173
173
|
* Button active color
|
|
174
|
-
*
|
|
175
|
-
* @cssprop {<calc-sum>} --pf-c-table__button--OutlineOffset
|
|
174
|
+
*
|
|
175
|
+
* @cssprop {<calc-sum>} [--pf-c-table__button--OutlineOffset=calc(3px * -1)]
|
|
176
176
|
* Button outline offset
|
|
177
|
-
*
|
|
178
|
-
* @cssprop {<dimension>} --pf-c-table--m-compact__toggle--PaddingTop
|
|
177
|
+
*
|
|
178
|
+
* @cssprop {<dimension>} [--pf-c-table--m-compact__toggle--PaddingTop=0]
|
|
179
179
|
* Compact toggle top padding
|
|
180
|
-
*
|
|
181
|
-
* @cssprop {<dimension>} --pf-c-table--m-compact__toggle--PaddingBottom
|
|
180
|
+
*
|
|
181
|
+
* @cssprop {<dimension>} [--pf-c-table--m-compact__toggle--PaddingBottom=0]
|
|
182
182
|
* Compacy toggle bottom padding
|
|
183
|
-
*
|
|
184
|
-
* @cssprop {<dimension>} --pf-c-table__check--input--MarginTop
|
|
183
|
+
*
|
|
184
|
+
* @cssprop {<dimension>} [--pf-c-table__check--input--MarginTop=0.25rem]
|
|
185
185
|
* Check input top margin
|
|
186
|
-
*
|
|
187
|
-
* @cssprop {<dimension>} --pf-c-table__check--input--FontSize
|
|
186
|
+
*
|
|
187
|
+
* @cssprop {<dimension>} [--pf-c-table__check--input--FontSize=1rem]
|
|
188
188
|
* Check input font size
|
|
189
|
-
*
|
|
190
|
-
* @cssprop {<color>} --pf-c-table--cell--m-favorite--Color
|
|
189
|
+
*
|
|
190
|
+
* @cssprop {<color>} [--pf-c-table--cell--m-favorite--Color=#d2d2d2]
|
|
191
191
|
* Favorite cell color
|
|
192
|
-
*
|
|
193
|
-
* @cssprop {<color>} --pf-c-table__favorite--c-button--Color
|
|
192
|
+
*
|
|
193
|
+
* @cssprop {<color>} [--pf-c-table__favorite--c-button--Color=#d2d2d2]
|
|
194
194
|
* Favorite button color
|
|
195
|
-
*
|
|
196
|
-
* @cssprop {<dimension>} --pf-c-table__favorite--c-button--FontSize
|
|
195
|
+
*
|
|
196
|
+
* @cssprop {<dimension>} [--pf-c-table__favorite--c-button--FontSize=0.875rem]
|
|
197
197
|
* Favorite button font size
|
|
198
|
-
*
|
|
199
|
-
* @cssprop {<calc-product>} --pf-c-table__favorite--c-button--MarginTop
|
|
198
|
+
*
|
|
199
|
+
* @cssprop {<calc-product>} [--pf-c-table__favorite--c-button--MarginTop=calc(0.375rem * -1)]
|
|
200
200
|
* Favorite button top margin
|
|
201
|
-
*
|
|
202
|
-
* @cssprop {<calc-product>} --pf-c-table__favorite--c-button--MarginRight
|
|
201
|
+
*
|
|
202
|
+
* @cssprop {<calc-product>} [--pf-c-table__favorite--c-button--MarginRight=calc(1rem * -1)]
|
|
203
203
|
* Favorite button right margin
|
|
204
|
-
*
|
|
205
|
-
* @cssprop {<calc-product>} --pf-c-table__favorite--c-button--MarginBottom
|
|
204
|
+
*
|
|
205
|
+
* @cssprop {<calc-product>} [--pf-c-table__favorite--c-button--MarginBottom=calc(0.375rem * -1)]
|
|
206
206
|
* Favorite button bottom margin
|
|
207
|
-
*
|
|
208
|
-
* @cssprop {<calc-product>} --pf-c-table__favorite--c-button--MarginLeft
|
|
207
|
+
*
|
|
208
|
+
* @cssprop {<calc-product>} [--pf-c-table__favorite--c-button--MarginLeft=calc(1rem * -1)]
|
|
209
209
|
* Favorite button left margin
|
|
210
|
-
*
|
|
211
|
-
* @cssprop {<color>} --pf-c-table__favorite--m-favorited--c-button--Color
|
|
210
|
+
*
|
|
211
|
+
* @cssprop {<color>} [--pf-c-table__favorite--m-favorited--c-button--Color=#f0ab00]
|
|
212
212
|
* Favorited button color
|
|
213
|
-
*
|
|
214
|
-
* @cssprop {<color>} --pf-c-table__sort--m-favorite__button__text--Color
|
|
213
|
+
*
|
|
214
|
+
* @cssprop {<color>} [--pf-c-table__sort--m-favorite__button__text--Color=#6a6e73]
|
|
215
215
|
* Favorite sort button text color
|
|
216
|
-
*
|
|
217
|
-
* @cssprop {<color>} --pf-c-table__sort--m-favorite__button--hover__text--Color
|
|
216
|
+
*
|
|
217
|
+
* @cssprop {<color>} [--pf-c-table__sort--m-favorite__button--hover__text--Color=#151515]
|
|
218
218
|
* Favorite sort button hover text color
|
|
219
|
-
*
|
|
220
|
-
* @cssprop {<color>} --pf-c-table__sort--m-favorite__button--focus__text--Color
|
|
219
|
+
*
|
|
220
|
+
* @cssprop {<color>} [--pf-c-table__sort--m-favorite__button--focus__text--Color=#151515]
|
|
221
221
|
* Favorite sort button focus text color
|
|
222
|
-
*
|
|
223
|
-
* @cssprop {<color>} --pf-c-table__sort--m-favorite__button--active__text--Color
|
|
222
|
+
*
|
|
223
|
+
* @cssprop {<color>} [--pf-c-table__sort--m-favorite__button--active__text--Color=#151515]
|
|
224
224
|
* Favorite sort button active text color
|
|
225
|
-
*
|
|
226
|
-
* @cssprop {<calc-product>} --pf-c-table__draggable--c-button--MarginTop
|
|
225
|
+
*
|
|
226
|
+
* @cssprop {<calc-product>} [--pf-c-table__draggable--c-button--MarginTop=calc(0.375rem * -1)]
|
|
227
227
|
* Draggable button top margin
|
|
228
|
-
*
|
|
229
|
-
* @cssprop {<calc-product>} --pf-c-table__draggable--c-button--MarginRight
|
|
228
|
+
*
|
|
229
|
+
* @cssprop {<calc-product>} [--pf-c-table__draggable--c-button--MarginRight=calc(1rem * -1)]
|
|
230
230
|
* Draggable button right margin
|
|
231
|
-
*
|
|
232
|
-
* @cssprop {<calc-product>} --pf-c-table__draggable--c-button--MarginBottom
|
|
231
|
+
*
|
|
232
|
+
* @cssprop {<calc-product>} [--pf-c-table__draggable--c-button--MarginBottom=calc(0.375rem * -1)]
|
|
233
233
|
* Draggable button bottom margin
|
|
234
|
-
*
|
|
235
|
-
* @cssprop {<calc-product>} --pf-c-table__draggable--c-button--MarginLeft
|
|
234
|
+
*
|
|
235
|
+
* @cssprop {<calc-product>} [--pf-c-table__draggable--c-button--MarginLeft=calc(1rem * -1)]
|
|
236
236
|
* Draggable button left margin
|
|
237
|
-
*
|
|
238
|
-
* @cssprop {<dimension>} --pf-c-table__tr--m-ghost-row--Opacity
|
|
237
|
+
*
|
|
238
|
+
* @cssprop {<dimension>} [--pf-c-table__tr--m-ghost-row--Opacity=.4]
|
|
239
239
|
* Ghost row opacity
|
|
240
|
-
*
|
|
241
|
-
* @cssprop {<color>} --pf-c-table__tr--m-ghost-row--BackgroundColor
|
|
240
|
+
*
|
|
241
|
+
* @cssprop {<color>} [--pf-c-table__tr--m-ghost-row--BackgroundColor=#fff]
|
|
242
242
|
* Ghost row background color
|
|
243
|
-
*
|
|
244
|
-
* @cssprop {<dimension>} --pf-c-table__action--PaddingTop
|
|
243
|
+
*
|
|
244
|
+
* @cssprop {<dimension>} [--pf-c-table__action--PaddingTop=0]
|
|
245
245
|
* Action top padding
|
|
246
|
-
*
|
|
247
|
-
* @cssprop {<dimension>} --pf-c-table__action--PaddingRight
|
|
246
|
+
*
|
|
247
|
+
* @cssprop {<dimension>} [--pf-c-table__action--PaddingRight=0]
|
|
248
248
|
* Action right padding
|
|
249
|
-
*
|
|
250
|
-
* @cssprop {<dimension>} --pf-c-table__action--PaddingBottom
|
|
249
|
+
*
|
|
250
|
+
* @cssprop {<dimension>} [--pf-c-table__action--PaddingBottom=0]
|
|
251
251
|
* Action bottom padding
|
|
252
|
-
*
|
|
253
|
-
* @cssprop {<dimension>} --pf-c-table__action--PaddingLeft
|
|
252
|
+
*
|
|
253
|
+
* @cssprop {<dimension>} [--pf-c-table__action--PaddingLeft=0]
|
|
254
254
|
* Action left padding
|
|
255
|
-
*
|
|
256
|
-
* @cssprop {<dimension>} --pf-c-table__inline-edit-action--PaddingTop
|
|
255
|
+
*
|
|
256
|
+
* @cssprop {<dimension>} [--pf-c-table__inline-edit-action--PaddingTop=0]
|
|
257
257
|
* Inline edit action top padding
|
|
258
|
-
*
|
|
259
|
-
* @cssprop {<dimension>} --pf-c-table__inline-edit-action--PaddingRight
|
|
258
|
+
*
|
|
259
|
+
* @cssprop {<dimension>} [--pf-c-table__inline-edit-action--PaddingRight=0]
|
|
260
260
|
* Inline edit action right padding
|
|
261
|
-
*
|
|
262
|
-
* @cssprop {<dimension>} --pf-c-table__inline-edit-action--PaddingBottom
|
|
261
|
+
*
|
|
262
|
+
* @cssprop {<dimension>} [--pf-c-table__inline-edit-action--PaddingBottom=0]
|
|
263
263
|
* Inline edit action bottom padding
|
|
264
|
-
*
|
|
265
|
-
* @cssprop {<dimension>} --pf-c-table__inline-edit-action--PaddingLeft
|
|
264
|
+
*
|
|
265
|
+
* @cssprop {<dimension>} [--pf-c-table__inline-edit-action--PaddingLeft=0]
|
|
266
266
|
* Inline edit action left padding
|
|
267
|
-
*
|
|
268
|
-
* @cssprop {<>} --pf-c-table__expandable-row--Transition
|
|
267
|
+
*
|
|
268
|
+
* @cssprop {<>} [--pf-c-table__expandable-row--Transition=all 250ms cubic-bezier(.42, 0, .58, 1)]
|
|
269
269
|
* Expandable row transition
|
|
270
|
-
*
|
|
271
|
-
* @cssprop {<length>} --pf-c-table__expandable-row--MaxHeight
|
|
270
|
+
*
|
|
271
|
+
* @cssprop {<length>} [--pf-c-table__expandable-row--MaxHeight=28.125rem]
|
|
272
272
|
* Expandable row max height
|
|
273
|
-
*
|
|
274
|
-
* @cssprop {<>} --pf-c-table__expandable-row-content--Transition
|
|
273
|
+
*
|
|
274
|
+
* @cssprop {<>} [--pf-c-table__expandable-row-content--Transition=all 250ms cubic-bezier(.42, 0, .58, 1)]
|
|
275
275
|
* Expandable row content transition
|
|
276
|
-
*
|
|
277
|
-
* @cssprop {<dimension>} --pf-c-table__expandable-row-content--PaddingTop
|
|
276
|
+
*
|
|
277
|
+
* @cssprop {<dimension>} [--pf-c-table__expandable-row-content--PaddingTop=1.5rem]
|
|
278
278
|
* Expandable row content top padding
|
|
279
|
-
*
|
|
280
|
-
* @cssprop {<dimension>} --pf-c-table__expandable-row-content--PaddingBottom
|
|
279
|
+
*
|
|
280
|
+
* @cssprop {<dimension>} [--pf-c-table__expandable-row-content--PaddingBottom=1.5rem]
|
|
281
281
|
* Expandable row content bottom padding
|
|
282
|
-
*
|
|
283
|
-
* @cssprop {<calc-product>} --pf-c-table__expandable-row--after--Top
|
|
282
|
+
*
|
|
283
|
+
* @cssprop {<calc-product>} [--pf-c-table__expandable-row--after--Top=calc(1px * -1)]
|
|
284
284
|
* Expandable row after top
|
|
285
|
-
*
|
|
286
|
-
* @cssprop {<calc-product>} --pf-c-table__expandable-row--after--Bottom
|
|
285
|
+
*
|
|
286
|
+
* @cssprop {<calc-product>} [--pf-c-table__expandable-row--after--Bottom=calc(1px * -1)]
|
|
287
287
|
* Expandable row after bottom
|
|
288
|
-
*
|
|
289
|
-
* @cssprop {<length>} --pf-c-table__expandable-row--after--border-width--base
|
|
288
|
+
*
|
|
289
|
+
* @cssprop {<length>} [--pf-c-table__expandable-row--after--border-width--base=3px]
|
|
290
290
|
* Expandable row after base border width
|
|
291
|
-
*
|
|
292
|
-
* @cssprop {<length>} --pf-c-table__expandable-row--after--BorderLeftWidth
|
|
291
|
+
*
|
|
292
|
+
* @cssprop {<length>} [--pf-c-table__expandable-row--after--BorderLeftWidth=0]
|
|
293
293
|
* Expandable row after left border width
|
|
294
|
-
*
|
|
295
|
-
* @cssprop {<color>} --pf-c-table__expandable-row--after--BorderColor
|
|
294
|
+
*
|
|
295
|
+
* @cssprop {<color>} [--pf-c-table__expandable-row--after--BorderColor=#06c]
|
|
296
296
|
* Expandable row after border color
|
|
297
|
-
*
|
|
298
|
-
* @cssprop {<dimension>} --pf-c-table__icon-inline--MarginRight
|
|
297
|
+
*
|
|
298
|
+
* @cssprop {<dimension>} [--pf-c-table__icon-inline--MarginRight=0.5rem]
|
|
299
299
|
* Inline icon right margin
|
|
300
|
-
*
|
|
301
|
-
* @cssprop {<calc-sum>} --pf-c-table__sort--MinWidth
|
|
300
|
+
*
|
|
301
|
+
* @cssprop {<calc-sum>} [--pf-c-table__sort--MinWidth=calc(6ch + 1rem + 1rem + 1rem)]
|
|
302
302
|
* Sort button minimum width
|
|
303
|
-
*
|
|
304
|
-
* @cssprop {<dimension>} --pf-c-table__sort__button--PaddingTop
|
|
303
|
+
*
|
|
304
|
+
* @cssprop {<dimension>} [--pf-c-table__sort__button--PaddingTop=0.375rem]
|
|
305
305
|
* Sort button top padding
|
|
306
|
-
*
|
|
307
|
-
* @cssprop {<dimension>} --pf-c-table__sort__button--PaddingRight
|
|
306
|
+
*
|
|
307
|
+
* @cssprop {<dimension>} [--pf-c-table__sort__button--PaddingRight=0.5rem]
|
|
308
308
|
* Sort button right padding
|
|
309
|
-
*
|
|
310
|
-
* @cssprop {<dimension>} --pf-c-table__sort__button--PaddingBottom
|
|
309
|
+
*
|
|
310
|
+
* @cssprop {<dimension>} [--pf-c-table__sort__button--PaddingBottom=0.375rem]
|
|
311
311
|
* Sort button bottom padding
|
|
312
|
-
*
|
|
313
|
-
* @cssprop {<dimension>} --pf-c-table__sort__button--PaddingLeft
|
|
312
|
+
*
|
|
313
|
+
* @cssprop {<dimension>} [--pf-c-table__sort__button--PaddingLeft=0.5rem]
|
|
314
314
|
* Sort button left padding
|
|
315
|
-
*
|
|
316
|
-
* @cssprop {<calc-product>} --pf-c-table__sort__button--MarginTop
|
|
315
|
+
*
|
|
316
|
+
* @cssprop {<calc-product>} [--pf-c-table__sort__button--MarginTop=calc(0.375rem * -1)]
|
|
317
317
|
* Sort button top margin
|
|
318
|
-
*
|
|
319
|
-
* @cssprop {<calc-product>} --pf-c-table__sort__button--MarginBottom
|
|
318
|
+
*
|
|
319
|
+
* @cssprop {<calc-product>} [--pf-c-table__sort__button--MarginBottom=calc(0.375rem * -1)]
|
|
320
320
|
* Sort button bottom margin
|
|
321
|
-
*
|
|
322
|
-
* @cssprop {<calc-product>} --pf-c-table__sort__button--MarginLeft
|
|
321
|
+
*
|
|
322
|
+
* @cssprop {<calc-product>} [--pf-c-table__sort__button--MarginLeft=calc(0.5rem * -1)]
|
|
323
323
|
* Sort button left margin
|
|
324
|
-
*
|
|
325
|
-
* @cssprop {<color>} --pf-c-table__sort__button--Color
|
|
324
|
+
*
|
|
325
|
+
* @cssprop {<color>} [--pf-c-table__sort__button--Color=#151515]
|
|
326
326
|
* Sort button color
|
|
327
|
-
*
|
|
328
|
-
* @cssprop {<color>} --pf-c-table__sort--m-selected__button--Color
|
|
327
|
+
*
|
|
328
|
+
* @cssprop {<color>} [--pf-c-table__sort--m-selected__button--Color=#06c]
|
|
329
329
|
* Selected sort button color
|
|
330
|
-
*
|
|
331
|
-
* @cssprop {<length>} --pf-c-table__sort--m-help--MinWidth
|
|
330
|
+
*
|
|
331
|
+
* @cssprop {<length>} [--pf-c-table__sort--m-help--MinWidth=15ch]
|
|
332
332
|
* Help button minimum width
|
|
333
|
-
*
|
|
334
|
-
* @cssprop {<color>} --pf-c-table__sort__button__text--Color
|
|
333
|
+
*
|
|
334
|
+
* @cssprop {<color>} [--pf-c-table__sort__button__text--Color=currentcolor]
|
|
335
335
|
* Sort button text color
|
|
336
|
-
*
|
|
337
|
-
* @cssprop {<color>} --pf-c-table__sort__button--hover__text--Color
|
|
336
|
+
*
|
|
337
|
+
* @cssprop {<color>} [--pf-c-table__sort__button--hover__text--Color=currencolor]
|
|
338
338
|
* Sort button hover text color
|
|
339
|
-
*
|
|
340
|
-
* @cssprop {<color>} --pf-c-table__sort__button--focus__text--Color
|
|
339
|
+
*
|
|
340
|
+
* @cssprop {<color>} [--pf-c-table__sort__button--focus__text--Color=currentcolor]
|
|
341
341
|
* Sort button focus text color
|
|
342
|
-
*
|
|
343
|
-
* @cssprop {<color>} --pf-c-table__sort__button--active__text--Color
|
|
342
|
+
*
|
|
343
|
+
* @cssprop {<color>} [--pf-c-table__sort__button--active__text--Color=currentcolor]
|
|
344
344
|
* Sort button active text color
|
|
345
|
-
*
|
|
346
|
-
* @cssprop {<color>} --pf-c-table__sort-indicator--Color
|
|
345
|
+
*
|
|
346
|
+
* @cssprop {<color>} [--pf-c-table__sort-indicator--Color=#d2d2d2]
|
|
347
347
|
* Sort inidcator color
|
|
348
|
-
*
|
|
349
|
-
* @cssprop {<calc-sum>} --pf-c-table__sort-indicator--MarginLeft
|
|
348
|
+
*
|
|
349
|
+
* @cssprop {<calc-sum>} [--pf-c-table__sort-indicator--MarginLeft=calc(6ch + 1rem + 1rem + 1rem)]
|
|
350
350
|
* Sort inidcator left margin
|
|
351
|
-
*
|
|
352
|
-
* @cssprop {<color>} --pf-c-table__sort--m-selected__sort-indicator--Color
|
|
351
|
+
*
|
|
352
|
+
* @cssprop {<color>} [--pf-c-table__sort--m-selected__sort-indicator--Color=#06c]
|
|
353
353
|
* Selected sort inidcator color
|
|
354
|
-
*
|
|
355
|
-
* @cssprop {<color>} --pf-c-table__sort__button--hover__sort-indicator--Color
|
|
354
|
+
*
|
|
355
|
+
* @cssprop {<color>} [--pf-c-table__sort__button--hover__sort-indicator--Color=#151515]
|
|
356
356
|
* Sort button hover sort indicator color
|
|
357
|
-
*
|
|
358
|
-
* @cssprop {<color>} --pf-c-table__sort__button--active__sort-indicator--Color
|
|
357
|
+
*
|
|
358
|
+
* @cssprop {<color>} [--pf-c-table__sort__button--active__sort-indicator--Color=#151515]
|
|
359
359
|
* Sort button hover active sort indicator color
|
|
360
|
-
*
|
|
361
|
-
* @cssprop {<color>} --pf-c-table__sort__button--focus__sort-indicator--Color
|
|
360
|
+
*
|
|
361
|
+
* @cssprop {<color>} [--pf-c-table__sort__button--focus__sort-indicator--Color=#151515]
|
|
362
362
|
* Sort button hover focus sort indicator color
|
|
363
|
-
*
|
|
364
|
-
* @cssprop {<length>} --pf-c-table--th--m-help--MinWidth
|
|
363
|
+
*
|
|
364
|
+
* @cssprop {<length>} [--pf-c-table--th--m-help--MinWidth=11ch]
|
|
365
365
|
* Header cell help minimum width
|
|
366
|
-
*
|
|
367
|
-
* @cssprop {<dimension>} --pf-c-table__column-help--MarginLeft
|
|
366
|
+
*
|
|
367
|
+
* @cssprop {<dimension>} [--pf-c-table__column-help--MarginLeft=0.25rem]
|
|
368
368
|
* Help column left magin
|
|
369
|
-
*
|
|
370
|
-
* @cssprop {<dimension>} --pf-c-table__column-help--TranslateY
|
|
369
|
+
*
|
|
370
|
+
* @cssprop {<dimension>} [--pf-c-table__column-help--TranslateY=0.125rem]
|
|
371
371
|
* Help column translate y axis
|
|
372
|
-
*
|
|
373
|
-
* @cssprop {<calc-product>} --pf-c-table__column-help--c-button--MarginTop
|
|
372
|
+
*
|
|
373
|
+
* @cssprop {<calc-product>} [--pf-c-table__column-help--c-button--MarginTop=calc(0.375rem * -1)]
|
|
374
374
|
* Help column button top margin
|
|
375
|
-
*
|
|
376
|
-
* @cssprop {<calc-product>} --pf-c-table__column-help--c-button--MarginBottom
|
|
375
|
+
*
|
|
376
|
+
* @cssprop {<calc-product>} [--pf-c-table__column-help--c-button--MarginBottom=calc(0.375rem * -1)]
|
|
377
377
|
* Help column button bottom margin
|
|
378
|
-
*
|
|
379
|
-
* @cssprop {<dimension>} --pf-c-table__column-help--c-button--PaddingRight
|
|
378
|
+
*
|
|
379
|
+
* @cssprop {<dimension>} [--pf-c-table__column-help--c-button--PaddingRight=0.5rem]
|
|
380
380
|
* Help column button right padding
|
|
381
|
-
*
|
|
382
|
-
* @cssprop {<dimension>} --pf-c-table__column-help--c-button--PaddingLeft
|
|
381
|
+
*
|
|
382
|
+
* @cssprop {<dimension>} [--pf-c-table__column-help--c-button--PaddingLeft=0.5rem]
|
|
383
383
|
* Help column button left margin
|
|
384
|
-
*
|
|
385
|
-
* @cssprop {<color>} --pf-c-table__compound-expansion-toggle__button--Color
|
|
384
|
+
*
|
|
385
|
+
* @cssprop {<color>} [--pf-c-table__compound-expansion-toggle__button--Color=#06c]
|
|
386
386
|
* Compound expansion toggle button color
|
|
387
|
-
*
|
|
388
|
-
* @cssprop {<color>} --pf-c-table__compound-expansion-toggle__button--hover--Color
|
|
387
|
+
*
|
|
388
|
+
* @cssprop {<color>} [--pf-c-table__compound-expansion-toggle__button--hover--Color=#004080]
|
|
389
389
|
* Compound expansion hover toggle button color
|
|
390
|
-
*
|
|
391
|
-
* @cssprop {<color>} --pf-c-table__compound-expansion-toggle__button--focus--Color
|
|
390
|
+
*
|
|
391
|
+
* @cssprop {<color>} [--pf-c-table__compound-expansion-toggle__button--focus--Color=#004080]
|
|
392
392
|
* Compound expansion focus toggle button color
|
|
393
|
-
*
|
|
394
|
-
* @cssprop {<color>} --pf-c-table__compound-expansion-toggle__button--active--Color
|
|
393
|
+
*
|
|
394
|
+
* @cssprop {<color>} [--pf-c-table__compound-expansion-toggle__button--active--Color=#004080]
|
|
395
395
|
* Compound expansion active toggle button color
|
|
396
|
-
*
|
|
397
|
-
* @cssprop {<length>} --pf-c-table__compound-expansion-toggle__button--before--border-width--base
|
|
396
|
+
*
|
|
397
|
+
* @cssprop {<length>} [--pf-c-table__compound-expansion-toggle__button--before--border-width--base=1px]
|
|
398
398
|
* Compound expansion toggle button before border width
|
|
399
|
-
*
|
|
400
|
-
* @cssprop {<color>} --pf-c-table__compound-expansion-toggle__button--before--BorderColor
|
|
399
|
+
*
|
|
400
|
+
* @cssprop {<color>} [--pf-c-table__compound-expansion-toggle__button--before--BorderColor=#d2d2d2]
|
|
401
401
|
* Compound expansion toggle button before border color
|
|
402
|
-
*
|
|
403
|
-
* @cssprop {<length>} --pf-c-table__compound-expansion-toggle__button--before--BorderRightWidth
|
|
402
|
+
*
|
|
403
|
+
* @cssprop {<length>} [--pf-c-table__compound-expansion-toggle__button--before--BorderRightWidth=0]
|
|
404
404
|
* Compound expansion toggle button before right border width
|
|
405
|
-
*
|
|
406
|
-
* @cssprop {<length>} --pf-c-table__compound-expansion-toggle__button--before--BorderLeftWidth
|
|
405
|
+
*
|
|
406
|
+
* @cssprop {<length>} [--pf-c-table__compound-expansion-toggle__button--before--BorderLeftWidth=0]
|
|
407
407
|
* Compound expansion toggle button before left border width
|
|
408
|
-
*
|
|
409
|
-
* @cssprop {<calc-product>} --pf-c-table__compound-expansion-toggle__button--before--Bottom
|
|
408
|
+
*
|
|
409
|
+
* @cssprop {<calc-product>} [--pf-c-table__compound-expansion-toggle__button--before--Bottom=calc(1px * -1)]
|
|
410
410
|
* Compound expansion toggle button before bottom
|
|
411
|
-
*
|
|
412
|
-
* @cssprop {<calc-product>} --pf-c-table__compound-expansion-toggle__button--before--Left
|
|
411
|
+
*
|
|
412
|
+
* @cssprop {<calc-product>} [--pf-c-table__compound-expansion-toggle__button--before--Left=calc(1px * -1)]
|
|
413
413
|
* Compound expansion toggle button before left
|
|
414
|
-
*
|
|
415
|
-
* @cssprop {<length>} --pf-c-table__compound-expansion-toggle__button--after--border-width--base
|
|
414
|
+
*
|
|
415
|
+
* @cssprop {<length>} [--pf-c-table__compound-expansion-toggle__button--after--border-width--base=3px]
|
|
416
416
|
* Compound expansion toggle button after base border width
|
|
417
|
-
*
|
|
418
|
-
* @cssprop {<color>} --pf-c-table__compound-expansion-toggle__button--after--BorderColor
|
|
417
|
+
*
|
|
418
|
+
* @cssprop {<color>} [--pf-c-table__compound-expansion-toggle__button--after--BorderColor=#06c]
|
|
419
419
|
* Compound expansion toggle button after border color
|
|
420
|
-
*
|
|
421
|
-
* @cssprop {<length>} --pf-c-table__compound-expansion-toggle__button--after--BorderTopWidth
|
|
420
|
+
*
|
|
421
|
+
* @cssprop {<length>} [--pf-c-table__compound-expansion-toggle__button--after--BorderTopWidth=0]
|
|
422
422
|
* Compound expansion toggle button after top border width
|
|
423
|
-
*
|
|
424
|
-
* @cssprop {<calc-sum>} --pf-c-table__compound-expansion-toggle__button--after--Top
|
|
423
|
+
*
|
|
424
|
+
* @cssprop {<calc-sum>} [--pf-c-table__compound-expansion-toggle__button--after--Top=calc(1px * -1)]
|
|
425
425
|
* Compound expansion toggle button after top
|
|
426
|
-
*
|
|
427
|
-
* @cssprop {<calc-sum>} --pf-c-table__compound-expansion-toggle__button--after--Left
|
|
426
|
+
*
|
|
427
|
+
* @cssprop {<calc-sum>} [--pf-c-table__compound-expansion-toggle__button--after--Left=calc(1px * -1)]
|
|
428
428
|
* Compound expansion toggle button after left
|
|
429
|
-
*
|
|
430
|
-
* @cssprop {<calc-sum>} --pf-c-table--m-compact-th--PaddingTop
|
|
429
|
+
*
|
|
430
|
+
* @cssprop {<calc-sum>} [--pf-c-table--m-compact-th--PaddingTop=calc(0.5rem + 0.25rem)]
|
|
431
431
|
* Compact header cell top padding
|
|
432
|
-
*
|
|
433
|
-
* @cssprop {<dimension>} --pf-c-table--m-compact-th--PaddingBottom
|
|
432
|
+
*
|
|
433
|
+
* @cssprop {<dimension>} [--pf-c-table--m-compact-th--PaddingBottom=0.5rem]
|
|
434
434
|
* Compact header cell bottom padding
|
|
435
|
-
*
|
|
436
|
-
* @cssprop {<dimension>} --pf-c-table--m-compact--cell--PaddingTop
|
|
435
|
+
*
|
|
436
|
+
* @cssprop {<dimension>} [--pf-c-table--m-compact--cell--PaddingTop=0.5rem]
|
|
437
437
|
* Compact cell top padding
|
|
438
|
-
*
|
|
439
|
-
* @cssprop {<dimension>} --pf-c-table--m-compact--cell--PaddingRight
|
|
438
|
+
*
|
|
439
|
+
* @cssprop {<dimension>} [--pf-c-table--m-compact--cell--PaddingRight=0.5rem]
|
|
440
440
|
* Compact cell right padding
|
|
441
|
-
*
|
|
442
|
-
* @cssprop {<dimension>} --pf-c-table--m-compact--cell--PaddingBottom
|
|
441
|
+
*
|
|
442
|
+
* @cssprop {<dimension>} [--pf-c-table--m-compact--cell--PaddingBottom=0.5rem]
|
|
443
443
|
* Compact cell bottom padding
|
|
444
|
-
*
|
|
445
|
-
* @cssprop {<dimension>} --pf-c-table--m-compact--cell--PaddingLeft
|
|
444
|
+
*
|
|
445
|
+
* @cssprop {<dimension>} [--pf-c-table--m-compact--cell--PaddingLeft=0.5rem]
|
|
446
446
|
* Compact cell left padding
|
|
447
|
-
*
|
|
448
|
-
* @cssprop {<dimension>} --pf-c-table--m-compact--cell--first-last-child--PaddingLeft
|
|
447
|
+
*
|
|
448
|
+
* @cssprop {<dimension>} [--pf-c-table--m-compact--cell--first-last-child--PaddingLeft=1rem]
|
|
449
449
|
* Compact cell first child left padding
|
|
450
|
-
*
|
|
451
|
-
* @cssprop {<dimension>} --pf-c-table--m-compact--cell--first-last-child--PaddingRight
|
|
450
|
+
*
|
|
451
|
+
* @cssprop {<dimension>} [--pf-c-table--m-compact--cell--first-last-child--PaddingRight=1rem]
|
|
452
452
|
* Compact XLcell first child right padding
|
|
453
|
-
*
|
|
454
|
-
* @cssprop {<dimension>} --pf-c-table--m-compact--cell--first-last-child--xl--PaddingLeft
|
|
453
|
+
*
|
|
454
|
+
* @cssprop {<dimension>} [--pf-c-table--m-compact--cell--first-last-child--xl--PaddingLeft=1.5rem]
|
|
455
455
|
* Compact cell first child XL left padding
|
|
456
|
-
*
|
|
457
|
-
* @cssprop {<dimension>} --pf-c-table--m-compact--cell--first-last-child--xl--PaddingRight
|
|
456
|
+
*
|
|
457
|
+
* @cssprop {<dimension>} [--pf-c-table--m-compact--cell--first-last-child--xl--PaddingRight=1.5rem]
|
|
458
458
|
* Compact cell first child XL right padding
|
|
459
|
-
*
|
|
460
|
-
* @cssprop {<dimension>} --pf-c-table--m-compact--FontSize
|
|
459
|
+
*
|
|
460
|
+
* @cssprop {<dimension>} [--pf-c-table--m-compact--FontSize=0.875rem]
|
|
461
461
|
* Compact font size
|
|
462
|
-
*
|
|
463
|
-
* @cssprop {<dimension>} --pf-c-table--m-compact__expandable-row-content--PaddingTop
|
|
462
|
+
*
|
|
463
|
+
* @cssprop {<dimension>} [--pf-c-table--m-compact__expandable-row-content--PaddingTop=1.5rem]
|
|
464
464
|
* Compact expandable row content top padding
|
|
465
|
-
*
|
|
466
|
-
* @cssprop {<dimension>} --pf-c-table--m-compact__expandable-row-content--PaddingRight
|
|
465
|
+
*
|
|
466
|
+
* @cssprop {<dimension>} [--pf-c-table--m-compact__expandable-row-content--PaddingRight=1.5rem]
|
|
467
467
|
* Compact expandable row content right padding
|
|
468
|
-
*
|
|
469
|
-
* @cssprop {<dimension>} --pf-c-table--m-compact__expandable-row-content--PaddingBottom
|
|
468
|
+
*
|
|
469
|
+
* @cssprop {<dimension>} [--pf-c-table--m-compact__expandable-row-content--PaddingBottom=1.5rem]
|
|
470
470
|
* Compact expandable row content bottom padding
|
|
471
|
-
*
|
|
472
|
-
* @cssprop {<dimension>} --pf-c-table--m-compact__expandable-row-content--PaddingLeft
|
|
471
|
+
*
|
|
472
|
+
* @cssprop {<dimension>} [--pf-c-table--m-compact__expandable-row-content--PaddingLeft=1.5rem]
|
|
473
473
|
* Compact expandable row content left padding
|
|
474
|
-
*
|
|
475
|
-
* @cssprop {<dimension>} --pf-c-table--nested--first-last-child--PaddingRight
|
|
474
|
+
*
|
|
475
|
+
* @cssprop {<dimension>} [--pf-c-table--nested--first-last-child--PaddingRight=1rem]
|
|
476
476
|
* Nested first child right padding
|
|
477
|
-
*
|
|
478
|
-
* @cssprop {<dimension>} --pf-c-table--nested--first-last-child--PaddingLeft
|
|
477
|
+
*
|
|
478
|
+
* @cssprop {<dimension>} [--pf-c-table--nested--first-last-child--PaddingLeft=1rem]
|
|
479
479
|
* Nested first child left padding
|
|
480
|
-
*
|
|
481
|
-
* @cssprop {<color>} --pf-c-table__expandable-row--m-expanded--BorderBottomColor
|
|
480
|
+
*
|
|
481
|
+
* @cssprop {<color>} [--pf-c-table__expandable-row--m-expanded--BorderBottomColor=#d2d2d2]
|
|
482
482
|
* Expandable row expanded bottom border color
|
|
483
|
-
*
|
|
484
|
-
* @cssprop {<color>} --pf-c-table--tr--m-hoverable--BoxShadow--top
|
|
483
|
+
*
|
|
484
|
+
* @cssprop {<color>} [--pf-c-table--tr--m-hoverable--BoxShadow--top=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08)]
|
|
485
485
|
* Hoverable table row top box shadow
|
|
486
|
-
*
|
|
487
|
-
* @cssprop {<dimension>} --pf-c-table--tr--m-hoverable--BackgroundColor
|
|
486
|
+
*
|
|
487
|
+
* @cssprop {<dimension>} [--pf-c-table--tr--m-hoverable--BackgroundColor=transparent]
|
|
488
488
|
* Hoverable table row background color
|
|
489
|
-
*
|
|
490
|
-
* @cssprop {<color>} --pf-c-table--tr--m-hoverable--BoxShadow
|
|
489
|
+
*
|
|
490
|
+
* @cssprop {<color>} [--pf-c-table--tr--m-hoverable--BoxShadow=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08)]
|
|
491
491
|
* Hoverable table row box shadow
|
|
492
|
-
*
|
|
493
|
-
* @cssprop {<calc-sum>} --pf-c-table--tr--m-hoverable--OutlineOffset
|
|
492
|
+
*
|
|
493
|
+
* @cssprop {<calc-sum>} [--pf-c-table--tr--m-hoverable--OutlineOffset=calc(-1 * 0.25rem)]
|
|
494
494
|
* Hoverable table row outline offset
|
|
495
|
-
*
|
|
496
|
-
* @cssprop {<color>} --pf-c-table--tr--m-hoverable--hover--BoxShadow
|
|
495
|
+
*
|
|
496
|
+
* @cssprop {<color>} [--pf-c-table--tr--m-hoverable--hover--BoxShadow=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08), 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)]
|
|
497
497
|
* Hoverable table row hover box shadow
|
|
498
|
-
*
|
|
499
|
-
* @cssprop {<color>} --pf-c-table--tr--m-hoverable--hover--BackgroundColor
|
|
498
|
+
*
|
|
499
|
+
* @cssprop {<color>} [--pf-c-table--tr--m-hoverable--hover--BackgroundColor=#fff]
|
|
500
500
|
* Hoverable table row hover background color
|
|
501
|
-
*
|
|
502
|
-
* @cssprop {<color>} --pf-c-table--tr--m-hoverable--focus--BoxShadow
|
|
501
|
+
*
|
|
502
|
+
* @cssprop {<color>} [--pf-c-table--tr--m-hoverable--focus--BoxShadow=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08), 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)]
|
|
503
503
|
* Hoverable table row focus box shadow
|
|
504
|
-
*
|
|
505
|
-
* @cssprop {<color>} --pf-c-table--tr--m-hoverable--focus--BackgroundColor
|
|
504
|
+
*
|
|
505
|
+
* @cssprop {<color>} [--pf-c-table--tr--m-hoverable--focus--BackgroundColor=#fff]
|
|
506
506
|
* Hoverable table row focus background color
|
|
507
|
-
*
|
|
508
|
-
* @cssprop {<color>} --pf-c-table--tr--m-hoverable--active--BoxShadow
|
|
507
|
+
*
|
|
508
|
+
* @cssprop {<color>} [--pf-c-table--tr--m-hoverable--active--BoxShadow=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08), 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)]
|
|
509
509
|
* Hoverable table row active box shadow
|
|
510
|
-
*
|
|
511
|
-
* @cssprop {<color>} --pf-c-table--tr--m-hoverable--active--BackgroundColor
|
|
510
|
+
*
|
|
511
|
+
* @cssprop {<color>} [--pf-c-table--tr--m-hoverable--active--BackgroundColor=#fff]
|
|
512
512
|
* Hoverable table row active background color
|
|
513
|
-
*
|
|
514
|
-
* @cssprop {<color>} --pf-c-table--tr--m-hoverable--m-selected--BoxShadow
|
|
513
|
+
*
|
|
514
|
+
* @cssprop {<color>} [--pf-c-table--tr--m-hoverable--m-selected--BoxShadow=0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16) inset, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)]
|
|
515
515
|
* Hoverable table row selected box shadow
|
|
516
|
-
*
|
|
517
|
-
* @cssprop {<color>} --pf-c-table--tr--m-selected--BoxShadow--top
|
|
516
|
+
*
|
|
517
|
+
* @cssprop {<color>} [--pf-c-table--tr--m-selected--BoxShadow--top=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08)]
|
|
518
518
|
* Selected table row top box shadow
|
|
519
|
-
*
|
|
520
|
-
* @cssprop {<color>} --pf-c-table--tr--m-selected--BackgroundColor
|
|
519
|
+
*
|
|
520
|
+
* @cssprop {<color>} [--pf-c-table--tr--m-selected--BackgroundColor=#fff]
|
|
521
521
|
* Selected table row background color
|
|
522
|
-
*
|
|
523
|
-
* @cssprop {<color>} --pf-c-table--tr--m-selected--BoxShadow
|
|
522
|
+
*
|
|
523
|
+
* @cssprop {<color>} [--pf-c-table--tr--m-selected--BoxShadow=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08)]
|
|
524
524
|
* Selected table row box shadow
|
|
525
|
-
*
|
|
526
|
-
* @cssprop {<calc-sum>} --pf-c-table--tr--m-selected--OutlineOffset
|
|
525
|
+
*
|
|
526
|
+
* @cssprop {<calc-sum>} [--pf-c-table--tr--m-selected--OutlineOffset=calc(-1 * 0.25rem)]
|
|
527
527
|
* Selected table row outline offset
|
|
528
|
-
*
|
|
529
|
-
* @cssprop {<length>} --pf-c-table--tr--m-selected--after--BorderLeftWidth
|
|
528
|
+
*
|
|
529
|
+
* @cssprop {<length>} [--pf-c-table--tr--m-selected--after--BorderLeftWidth=3px]
|
|
530
530
|
* Selected table row after left border width
|
|
531
|
-
*
|
|
532
|
-
* @cssprop {<color>} --pf-c-table--tr--m-selected--after--BorderLeftColor
|
|
531
|
+
*
|
|
532
|
+
* @cssprop {<color>} [--pf-c-table--tr--m-selected--after--BorderLeftColor=#06c]
|
|
533
533
|
* Selected table row after left border color
|
|
534
|
-
*
|
|
535
|
-
* @cssprop {<color>} --pf-c-table--tr--m-selected--m-selected--BoxShadow
|
|
534
|
+
*
|
|
535
|
+
* @cssprop {<color>} [--pf-c-table--tr--m-selected--m-selected--BoxShadow=0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)]
|
|
536
536
|
* Selected table row box shadow
|
|
537
|
-
*
|
|
538
|
-
* @cssprop {<color>} --pf-c-table--tr--m-selected--hover--m-selected--BoxShadow
|
|
537
|
+
*
|
|
538
|
+
* @cssprop {<color>} [--pf-c-table--tr--m-selected--hover--m-selected--BoxShadow=0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16) inset, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)]
|
|
539
539
|
* Selected table row hover box shadow
|
|
540
|
-
*
|
|
541
|
-
* @cssprop {<color>} --pf-c-table--tr--m-selected--tr--m-selected--hover--BoxShadow
|
|
540
|
+
*
|
|
541
|
+
* @cssprop {<color>} [--pf-c-table--tr--m-selected--tr--m-selected--hover--BoxShadow=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08), 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)]
|
|
542
542
|
* Selected table row hover box shadow
|
|
543
|
-
*
|
|
544
|
-
* @cssprop {<color>} --pf-c-table--tbody--m-hoverable--BoxShadow--top
|
|
543
|
+
*
|
|
544
|
+
* @cssprop {<color>} [--pf-c-table--tbody--m-hoverable--BoxShadow--top=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08)]
|
|
545
545
|
* Hoverable table body top box shadow
|
|
546
|
-
*
|
|
547
|
-
* @cssprop {<color>} --pf-c-table--tbody--m-hoverable--BoxShadow
|
|
546
|
+
*
|
|
547
|
+
* @cssprop {<color>} [--pf-c-table--tbody--m-hoverable--BoxShadow=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08)]
|
|
548
548
|
* Hoverable table body box shadow
|
|
549
|
-
*
|
|
550
|
-
* @cssprop {<dimension>} --pf-c-table--tbody--m-hoverable--BackgroundColor
|
|
549
|
+
*
|
|
550
|
+
* @cssprop {<dimension>} [--pf-c-table--tbody--m-hoverable--BackgroundColor=transparent]
|
|
551
551
|
* Hoverable table body background color
|
|
552
|
-
*
|
|
553
|
-
* @cssprop {<calc-sum>} --pf-c-table--tbody--m-hoverable--OutlineOffset
|
|
552
|
+
*
|
|
553
|
+
* @cssprop {<calc-sum>} [--pf-c-table--tbody--m-hoverable--OutlineOffset=calc(-1 * 0.25rem)]
|
|
554
554
|
* Hoverable table body outline offset
|
|
555
|
-
*
|
|
556
|
-
* @cssprop {<color>} --pf-c-table--tbody--m-hoverable--hover--BoxShadow
|
|
555
|
+
*
|
|
556
|
+
* @cssprop {<color>} [--pf-c-table--tbody--m-hoverable--hover--BoxShadow=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08), 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)]
|
|
557
557
|
* Hoverable table body hover box shadow
|
|
558
|
-
*
|
|
559
|
-
* @cssprop {<color>} --pf-c-table--tbody--m-hoverable--hover--BackgroundColor
|
|
558
|
+
*
|
|
559
|
+
* @cssprop {<color>} [--pf-c-table--tbody--m-hoverable--hover--BackgroundColor=#fff]
|
|
560
560
|
* Hoverable table body hover background color
|
|
561
|
-
*
|
|
562
|
-
* @cssprop {<color>} --pf-c-table--tbody--m-hoverable--focus--BoxShadow
|
|
561
|
+
*
|
|
562
|
+
* @cssprop {<color>} [--pf-c-table--tbody--m-hoverable--focus--BoxShadow=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08), 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)]
|
|
563
563
|
* Hoverable table body focus box shadow
|
|
564
|
-
*
|
|
565
|
-
* @cssprop {<color>} --pf-c-table--tbody--m-hoverable--focus--BackgroundColor
|
|
564
|
+
*
|
|
565
|
+
* @cssprop {<color>} [--pf-c-table--tbody--m-hoverable--focus--BackgroundColor=#fff]
|
|
566
566
|
* Hoverable table body focus background color
|
|
567
|
-
*
|
|
568
|
-
* @cssprop {<color>} --pf-c-table--tbody--m-hoverable--active--BoxShadow
|
|
567
|
+
*
|
|
568
|
+
* @cssprop {<color>} [--pf-c-table--tbody--m-hoverable--active--BoxShadow=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08), 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)]
|
|
569
569
|
* Hoverable table body active box shadow
|
|
570
|
-
*
|
|
571
|
-
* @cssprop {<color>} --pf-c-table--tbody--m-hoverable--active--BackgroundColor
|
|
570
|
+
*
|
|
571
|
+
* @cssprop {<color>} [--pf-c-table--tbody--m-hoverable--active--BackgroundColor=#fff]
|
|
572
572
|
* Hoverable table body active background color
|
|
573
|
-
*
|
|
574
|
-
* @cssprop {<color>} --pf-c-table--tbody--m-hoverable--m-expanded--BorderColor
|
|
573
|
+
*
|
|
574
|
+
* @cssprop {<color>} [--pf-c-table--tbody--m-hoverable--m-expanded--BorderColor=#73bcf7]
|
|
575
575
|
* Hoverable table body expanded border color
|
|
576
|
-
*
|
|
577
|
-
* @cssprop {<color>} --pf-c-table--tbody--m-hoverable--m-selected--hover--tr--BoxShadow
|
|
576
|
+
*
|
|
577
|
+
* @cssprop {<color>} [--pf-c-table--tbody--m-hoverable--m-selected--hover--tr--BoxShadow=0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16) inset, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)]
|
|
578
578
|
* Hoverable table body selected table row box shadow
|
|
579
|
-
*
|
|
580
|
-
* @cssprop {<color>} --pf-c-table--tbody--m-selected--BackgroundColor
|
|
579
|
+
*
|
|
580
|
+
* @cssprop {<color>} [--pf-c-table--tbody--m-selected--BackgroundColor=#fff]
|
|
581
581
|
* Selected table body background color
|
|
582
|
-
*
|
|
583
|
-
* @cssprop {<color>} --pf-c-table--tbody--m-selected--BoxShadow--top
|
|
582
|
+
*
|
|
583
|
+
* @cssprop {<color>} [--pf-c-table--tbody--m-selected--BoxShadow--top=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08)]
|
|
584
584
|
* Selected table body top box shadow
|
|
585
|
-
*
|
|
586
|
-
* @cssprop {<color>} --pf-c-table--tbody--m-selected--BoxShadow
|
|
585
|
+
*
|
|
586
|
+
* @cssprop {<color>} [--pf-c-table--tbody--m-selected--BoxShadow=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08)]
|
|
587
587
|
* Selected table body box shadow
|
|
588
|
-
*
|
|
589
|
-
* @cssprop {<calc-product>} --pf-c-table--tbody--m-selected--OutlineOffset
|
|
588
|
+
*
|
|
589
|
+
* @cssprop {<calc-product>} [--pf-c-table--tbody--m-selected--OutlineOffset=calc(-1 * 0.25rem)]
|
|
590
590
|
* Selected table body outline offset
|
|
591
|
-
*
|
|
592
|
-
* @cssprop {<length>} --pf-c-table--tbody--m-selected--after--BorderLeftWidth
|
|
591
|
+
*
|
|
592
|
+
* @cssprop {<length>} [--pf-c-table--tbody--m-selected--after--BorderLeftWidth=3px]
|
|
593
593
|
* Selected table body after left border width
|
|
594
|
-
*
|
|
595
|
-
* @cssprop {<color>} --pf-c-table--tbody--m-selected--after--BorderLeftColor
|
|
594
|
+
*
|
|
595
|
+
* @cssprop {<color>} [--pf-c-table--tbody--m-selected--after--BorderLeftColor=#06c]
|
|
596
596
|
* Selected table body after left border color
|
|
597
|
-
*
|
|
598
|
-
* @cssprop {<color>} --pf-c-table--tbody--m-selected--m-selected--BoxShadow
|
|
597
|
+
*
|
|
598
|
+
* @cssprop {<color>} [--pf-c-table--tbody--m-selected--m-selected--BoxShadow=0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)]
|
|
599
599
|
* Selected table body selected box shadow
|
|
600
|
-
*
|
|
601
|
-
* @cssprop {<color>} --pf-c-table--tbody--m-selected--hover--tbody--m-selected--BoxShadow
|
|
600
|
+
*
|
|
601
|
+
* @cssprop {<color>} [--pf-c-table--tbody--m-selected--hover--tbody--m-selected--BoxShadow=0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16) inset, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)]
|
|
602
602
|
* Selected table body hover selected box shadow
|
|
603
|
-
*
|
|
604
|
-
* @cssprop {<color>} --pf-c-table--tbody--m-selected--tbody--m-selected--hover--BoxShadow
|
|
603
|
+
*
|
|
604
|
+
* @cssprop {<color>} [--pf-c-table--tbody--m-selected--tbody--m-selected--hover--BoxShadow=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08), 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)]
|
|
605
605
|
* Selected table body hover box shadow
|
|
606
|
-
*
|
|
607
|
-
* @cssprop {<dimension>} --pf-c-table--thead--m-nested-column-header--button--OutlineOffset
|
|
606
|
+
*
|
|
607
|
+
* @cssprop {<dimension>} [--pf-c-table--thead--m-nested-column-header--button--OutlineOffset=-0.1875rem]
|
|
608
608
|
* Table head nested column header button outline offset
|
|
609
|
-
*
|
|
610
|
-
* @cssprop {<dimension>} --pf-c-table--thead--m-nested-column-header--tr--PaddingTop
|
|
609
|
+
*
|
|
610
|
+
* @cssprop {<dimension>} [--pf-c-table--thead--m-nested-column-header--tr--PaddingTop=0.25rem]
|
|
611
611
|
* Table head nested column header row top padding
|
|
612
|
-
*
|
|
613
|
-
* @cssprop {<dimension>} --pf-c-table--thead--m-nested-column-header--tr--PaddingBottom
|
|
612
|
+
*
|
|
613
|
+
* @cssprop {<dimension>} [--pf-c-table--thead--m-nested-column-header--tr--PaddingBottom=0.25rem]
|
|
614
614
|
* Table head nested column header row bottom padding
|
|
615
|
-
*
|
|
616
|
-
* @cssprop {<color>} --pf-c-table__subhead--Color
|
|
615
|
+
*
|
|
616
|
+
* @cssprop {<color>} [--pf-c-table__subhead--Color=#6a6e73]
|
|
617
617
|
* Subhead color
|
|
618
|
-
*
|
|
619
|
-
* @cssprop {<color>} --pf-c-table--m-striped__tr--BackgroundColor
|
|
618
|
+
*
|
|
619
|
+
* @cssprop {<color>} [--pf-c-table--m-striped__tr--BackgroundColor=#fafafa]
|
|
620
620
|
* Striped row background color
|
|
621
|
-
*
|
|
622
|
-
* @cssprop {<dimension>} --pf-c-table--cell--PaddingTop
|
|
621
|
+
*
|
|
622
|
+
* @cssprop {<dimension>} [--pf-c-table--cell--PaddingTop=1rem]
|
|
623
623
|
* Cell top padding
|
|
624
|
-
*
|
|
625
|
-
* @cssprop {<dimension>} --pf-c-table--cell--PaddingRight
|
|
624
|
+
*
|
|
625
|
+
* @cssprop {<dimension>} [--pf-c-table--cell--PaddingRight=1rem]
|
|
626
626
|
* Cell right padding
|
|
627
|
-
*
|
|
628
|
-
* @cssprop {<dimension>} --pf-c-table--cell--PaddingBottom
|
|
627
|
+
*
|
|
628
|
+
* @cssprop {<dimension>} [--pf-c-table--cell--PaddingBottom=1rem]
|
|
629
629
|
* Cell bottom padding
|
|
630
|
-
*
|
|
631
|
-
* @cssprop {<dimension>} --pf-c-table--cell--PaddingLeft
|
|
630
|
+
*
|
|
631
|
+
* @cssprop {<dimension>} [--pf-c-table--cell--PaddingLeft=1rem]
|
|
632
632
|
* Cell left padding
|
|
633
|
-
*
|
|
634
|
-
* @cssprop {<calc-sum>} --pf-c-table__favorite--c-button--MarginTop
|
|
633
|
+
*
|
|
634
|
+
* @cssprop {<calc-sum>} [--pf-c-table__favorite--c-button--MarginTop=calc(0.375rem * -1)]
|
|
635
635
|
* Favorite button top margin
|
|
636
|
-
*
|
|
637
|
-
* @cssprop {<calc-sum>} --pf-c-table__favorite--c-button--MarginRight
|
|
636
|
+
*
|
|
637
|
+
* @cssprop {<calc-sum>} [--pf-c-table__favorite--c-button--MarginRight=calc(1rem * -1)]
|
|
638
638
|
* Favorite button right margin
|
|
639
|
-
*
|
|
640
|
-
* @cssprop {<calc-sum>} --pf-c-table__favorite--c-button--MarginBottom
|
|
639
|
+
*
|
|
640
|
+
* @cssprop {<calc-sum>} [--pf-c-table__favorite--c-button--MarginBottom=calc(0.375rem * -1)]
|
|
641
641
|
* Favorite button bottom margin
|
|
642
|
-
*
|
|
643
|
-
* @cssprop {<calc-sum>} --pf-c-table__favorite--c-button--MarginLeft
|
|
642
|
+
*
|
|
643
|
+
* @cssprop {<calc-sum>} [--pf-c-table__favorite--c-button--MarginLeft=calc(1rem * -1)]
|
|
644
644
|
* Favorite button left margin
|
|
645
|
-
*
|
|
645
|
+
*
|
|
646
646
|
*/
|
|
647
647
|
export declare class PfTable extends LitElement {
|
|
648
648
|
#private;
|
|
@@ -650,7 +650,7 @@ export declare class PfTable extends LitElement {
|
|
|
650
650
|
get rows(): NodeListOf<PfTr>;
|
|
651
651
|
private columns;
|
|
652
652
|
connectedCallback(): void;
|
|
653
|
-
render():
|
|
653
|
+
render(): TemplateResult<1>;
|
|
654
654
|
private static getNodeContentForSort;
|
|
655
655
|
private static sortByContent;
|
|
656
656
|
}
|