@ansible/ansible-ui-framework 2.4.638 → 2.4.639
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/framework/PageTable/PageLoadingTable.d.ts +0 -1
- package/framework/PageTable/PageTable.d.ts +0 -1
- package/index.js +12 -15
- package/index.umd.cjs +5 -5
- package/package.json +1 -1
- package/style.css +1 -1
|
@@ -3,7 +3,6 @@ import { Dispatch, ReactNode, SetStateAction } from 'react';
|
|
|
3
3
|
import { IPageAction } from '../PageActions/PageAction';
|
|
4
4
|
import { PageTableViewType } from '../PageToolbar/PageTableViewType';
|
|
5
5
|
import { IFilterState, IToolbarFilter } from '../PageToolbar/PageToolbarFilter';
|
|
6
|
-
import './PageTable.css';
|
|
7
6
|
import { ITableColumn } from './PageTableColumn';
|
|
8
7
|
export type PageTableProps<T extends object> = {
|
|
9
8
|
id?: string;
|
package/index.js
CHANGED
|
@@ -38630,15 +38630,15 @@ function iwe(e) {
|
|
|
38630
38630
|
[i, o, r, a]
|
|
38631
38631
|
);
|
|
38632
38632
|
return /* @__PURE__ */ p.jsx(rO, { children: /* @__PURE__ */ p.jsxs(dl, { className: "bg-lighten", children: [
|
|
38633
|
-
c && /* @__PURE__ */ p.jsx(_a, { style: { padding: 0,
|
|
38633
|
+
c && /* @__PURE__ */ p.jsx(_a, { style: { padding: 0 }, className: "bg-lighten" }),
|
|
38634
38634
|
(l || s) && /* @__PURE__ */ p.jsx(
|
|
38635
38635
|
_a,
|
|
38636
38636
|
{
|
|
38637
38637
|
isStickyColumn: !0,
|
|
38638
38638
|
stickyMinWidth: "0px",
|
|
38639
38639
|
hasRightBorder: e.scrollLeft,
|
|
38640
|
-
style: { backgroundColor: "inherit" },
|
|
38641
38640
|
"data-cy": "selections-column-header",
|
|
38641
|
+
className: e.scrollLeft ? "bg-lighten-2 border-left" : "bg-lighten",
|
|
38642
38642
|
children: " "
|
|
38643
38643
|
}
|
|
38644
38644
|
),
|
|
@@ -38649,10 +38649,10 @@ function iwe(e) {
|
|
|
38649
38649
|
modifier: "nowrap",
|
|
38650
38650
|
style: {
|
|
38651
38651
|
minWidth: f.minWidth === 0 ? "1%" : f.minWidth !== void 0 ? f.minWidth : void 0,
|
|
38652
|
-
maxWidth: f.maxWidth !== void 0 ? f.maxWidth : void 0
|
|
38653
|
-
backgroundColor: "inherit"
|
|
38652
|
+
maxWidth: f.maxWidth !== void 0 ? f.maxWidth : void 0
|
|
38654
38653
|
},
|
|
38655
38654
|
"data-cy": li(f.header + "-column-header"),
|
|
38655
|
+
className: "bg-lighten",
|
|
38656
38656
|
children: f.header
|
|
38657
38657
|
},
|
|
38658
38658
|
f.header
|
|
@@ -38667,10 +38667,9 @@ function iwe(e) {
|
|
|
38667
38667
|
right: 0,
|
|
38668
38668
|
padding: 0,
|
|
38669
38669
|
paddingRight: 0,
|
|
38670
|
-
backgroundColor: "inherit",
|
|
38671
38670
|
zIndex: 302
|
|
38672
38671
|
},
|
|
38673
|
-
className: e.scrollRight ? "pf-m-border-left" :
|
|
38672
|
+
className: e.scrollRight ? "pf-m-border-left bg-lighten-2" : "bg-lighten",
|
|
38674
38673
|
"data-cy": "action-column-header",
|
|
38675
38674
|
children: " "
|
|
38676
38675
|
}
|
|
@@ -38734,7 +38733,8 @@ function awe(e) {
|
|
|
38734
38733
|
isStickyColumn: !0,
|
|
38735
38734
|
stickyMinWidth: "0px",
|
|
38736
38735
|
hasRightBorder: e.scrollLeft,
|
|
38737
|
-
"data-cy": "checkbox-column-cell"
|
|
38736
|
+
"data-cy": "checkbox-column-cell",
|
|
38737
|
+
className: e.scrollLeft ? "bg-lighten" : void 0
|
|
38738
38738
|
}
|
|
38739
38739
|
),
|
|
38740
38740
|
f && /* @__PURE__ */ p.jsx(
|
|
@@ -38752,7 +38752,8 @@ function awe(e) {
|
|
|
38752
38752
|
isStickyColumn: !0,
|
|
38753
38753
|
stickyMinWidth: "0px",
|
|
38754
38754
|
hasRightBorder: e.scrollLeft,
|
|
38755
|
-
"data-cy": "checkbox-column-cell"
|
|
38755
|
+
"data-cy": "checkbox-column-cell",
|
|
38756
|
+
className: e.scrollLeft ? "bg-lighten" : void 0
|
|
38756
38757
|
}
|
|
38757
38758
|
),
|
|
38758
38759
|
/* @__PURE__ */ p.jsx(
|
|
@@ -38786,12 +38787,8 @@ function awe(e) {
|
|
|
38786
38787
|
isActionCell: !0,
|
|
38787
38788
|
isStickyColumn: !0,
|
|
38788
38789
|
stickyMinWidth: "0px",
|
|
38789
|
-
style: {
|
|
38790
|
-
|
|
38791
|
-
padding: 0,
|
|
38792
|
-
paddingRight: 0
|
|
38793
|
-
},
|
|
38794
|
-
className: e.scrollRight ? "pf-m-border-left" : void 0,
|
|
38790
|
+
style: { right: 0, padding: 0, paddingRight: 0 },
|
|
38791
|
+
className: e.scrollRight ? "pf-m-border-left bg-lighten" : void 0,
|
|
38795
38792
|
children: " "
|
|
38796
38793
|
}
|
|
38797
38794
|
)
|
|
@@ -38825,8 +38822,8 @@ function owe(e) {
|
|
|
38825
38822
|
zIndex: i ? 400 : void 0
|
|
38826
38823
|
// ZIndex 400 is needed for PF table stick headers
|
|
38827
38824
|
},
|
|
38828
|
-
className: e.scrollRight ? "pf-m-border-left" : void 0,
|
|
38829
38825
|
"data-cy": "actions-column-cell",
|
|
38826
|
+
className: e.scrollRight ? "pf-m-border-left bg-lighten" : void 0,
|
|
38830
38827
|
children: /* @__PURE__ */ p.jsx(
|
|
38831
38828
|
Wc,
|
|
38832
38829
|
{
|