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