@box/metadata-view 0.48.17 → 0.48.18
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/dist/chunks/index.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { Row as L, Cell as
|
|
1
|
+
import { Row as L, Cell as n, Text as s, ActionCell as x } from "@box/blueprint-web";
|
|
2
2
|
import N from "lodash/get";
|
|
3
3
|
import { ItemTypeIcon as p } from "@box/item-icon";
|
|
4
|
-
import
|
|
5
|
-
import { I as
|
|
6
|
-
import { THUMBNAIL_LIST_VIEW_HEIGHTS as
|
|
4
|
+
import q from "clsx";
|
|
5
|
+
import { I as a } from "./types.js";
|
|
6
|
+
import { THUMBNAIL_LIST_VIEW_HEIGHTS as E } from "../esm/lib/components/constants.js";
|
|
7
7
|
import { jsxs as b, jsx as e } from "react/jsx-runtime";
|
|
8
|
-
import { ItemActionMenu as
|
|
9
|
-
import '../styles/index.css';const g = "
|
|
10
|
-
tableHeaderActionsWrapper:
|
|
11
|
-
tableHeaderActions:
|
|
12
|
-
tableRow:
|
|
13
|
-
selectAllCheckbox:
|
|
14
|
-
tableNameCell:
|
|
15
|
-
tableNameCellSubtitle:
|
|
16
|
-
tableNameCellIconInline:
|
|
17
|
-
infiniteScrollTableContainerFullHeight:
|
|
18
|
-
iconCell:
|
|
8
|
+
import { ItemActionMenu as y } from "../esm/lib/components/item-action-menu/item-action-menu.js";
|
|
9
|
+
import '../styles/index.css';const R = "_tableHeaderActionsWrapper_169qr_1", g = "_tableHeaderActions_169qr_1", w = "_tableRow_169qr_33", U = "_selectAllCheckbox_169qr_42", k = "_tableNameCell_169qr_47", B = "_tableNameCellSubtitle_169qr_53", W = "_tableNameCellIconInline_169qr_58", j = "_infiniteScrollTableContainerFullHeight_169qr_62", F = "_iconCell_169qr_68", i = {
|
|
10
|
+
tableHeaderActionsWrapper: R,
|
|
11
|
+
tableHeaderActions: g,
|
|
12
|
+
tableRow: w,
|
|
13
|
+
selectAllCheckbox: U,
|
|
14
|
+
tableNameCell: k,
|
|
15
|
+
tableNameCellSubtitle: B,
|
|
16
|
+
tableNameCellIconInline: W,
|
|
17
|
+
infiniteScrollTableContainerFullHeight: j,
|
|
18
|
+
iconCell: F
|
|
19
19
|
}, K = ({
|
|
20
20
|
item: l,
|
|
21
21
|
columns: h,
|
|
@@ -24,39 +24,39 @@ import '../styles/index.css';const g = "_tableHeaderActionsWrapper_o1i04_1", w =
|
|
|
24
24
|
itemActionMenuProps: d,
|
|
25
25
|
zoomLevel: u = 0
|
|
26
26
|
}) => /* @__PURE__ */ b(L, {
|
|
27
|
-
className:
|
|
27
|
+
className: i.tableRow,
|
|
28
28
|
id: l.id,
|
|
29
|
-
children: [t ===
|
|
29
|
+
children: [t === a.COLUMN ? /* @__PURE__ */ e(n, {
|
|
30
30
|
style: {
|
|
31
|
-
height:
|
|
31
|
+
height: E[u]
|
|
32
32
|
},
|
|
33
33
|
children: /* @__PURE__ */ e(p, {
|
|
34
|
-
className:
|
|
34
|
+
className: i.iconCell,
|
|
35
35
|
item: l
|
|
36
36
|
})
|
|
37
|
-
}, `item-type-icon-${l.id}`) : null, h.map((
|
|
37
|
+
}, `item-type-icon-${l.id}`) : null, h.map((r) => {
|
|
38
38
|
const {
|
|
39
39
|
cellRenderer: _,
|
|
40
|
-
id:
|
|
40
|
+
id: o,
|
|
41
41
|
isItemMetadata: T,
|
|
42
42
|
subtitle: f,
|
|
43
43
|
textValue: S,
|
|
44
44
|
type: H
|
|
45
|
-
} =
|
|
46
|
-
if (
|
|
47
|
-
return /* @__PURE__ */ e(
|
|
45
|
+
} = r, c = `${S}-${l.id}`, A = T ? o.split(".")[1] : o, I = N(l, A);
|
|
46
|
+
if (o === "name" && (t === a.INLINE || t === a.INLINE_SUBTITLE))
|
|
47
|
+
return /* @__PURE__ */ e(n, {
|
|
48
48
|
children: /* @__PURE__ */ b("div", {
|
|
49
|
-
className:
|
|
49
|
+
className: i.tableNameCell,
|
|
50
50
|
children: [/* @__PURE__ */ e(p, {
|
|
51
51
|
item: l
|
|
52
52
|
}), /* @__PURE__ */ b("div", {
|
|
53
|
-
className:
|
|
54
|
-
[
|
|
53
|
+
className: q({
|
|
54
|
+
[i.tableNameCellSubtitle]: t === a.INLINE_SUBTITLE
|
|
55
55
|
}),
|
|
56
56
|
children: [/* @__PURE__ */ e(s, {
|
|
57
57
|
as: "span",
|
|
58
58
|
children: I
|
|
59
|
-
}), t ===
|
|
59
|
+
}), t === a.INLINE_SUBTITLE ? /* @__PURE__ */ e(s, {
|
|
60
60
|
as: "span",
|
|
61
61
|
color: "textOnLightSecondary",
|
|
62
62
|
children: f
|
|
@@ -65,30 +65,30 @@ import '../styles/index.css';const g = "_tableHeaderActionsWrapper_o1i04_1", w =
|
|
|
65
65
|
})
|
|
66
66
|
}, c);
|
|
67
67
|
if (_)
|
|
68
|
-
return /* @__PURE__ */ e(
|
|
69
|
-
children: _(l,
|
|
68
|
+
return /* @__PURE__ */ e(n, {
|
|
69
|
+
children: _(l, r)
|
|
70
70
|
}, c);
|
|
71
71
|
if (H === "multiSelect") {
|
|
72
|
-
const m = N(l,
|
|
73
|
-
return /* @__PURE__ */ e(
|
|
72
|
+
const m = N(l, o);
|
|
73
|
+
return /* @__PURE__ */ e(n, {
|
|
74
74
|
children: m ? m.join(" ") : ""
|
|
75
75
|
}, c);
|
|
76
76
|
}
|
|
77
|
-
return /* @__PURE__ */ e(
|
|
77
|
+
return /* @__PURE__ */ e(n, {
|
|
78
78
|
children: /* @__PURE__ */ e(s, {
|
|
79
79
|
as: "span",
|
|
80
80
|
children: I
|
|
81
81
|
})
|
|
82
82
|
}, c);
|
|
83
83
|
}), C && /* @__PURE__ */ e(x, {
|
|
84
|
-
children: (
|
|
84
|
+
children: (r) => d ? /* @__PURE__ */ e(y, {
|
|
85
85
|
...d,
|
|
86
86
|
item: l,
|
|
87
|
-
onOpenChange:
|
|
87
|
+
onOpenChange: r
|
|
88
88
|
}) : null
|
|
89
89
|
})]
|
|
90
90
|
}, l.id);
|
|
91
91
|
export {
|
|
92
92
|
K as T,
|
|
93
|
-
|
|
93
|
+
i as s
|
|
94
94
|
};
|
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
import { Button as
|
|
2
|
-
import { Grid as
|
|
3
|
-
import { useIntl as
|
|
1
|
+
import { Button as v } from "@box/blueprint-web";
|
|
2
|
+
import { Grid as B } from "@box/blueprint-web-assets/icons/Fill";
|
|
3
|
+
import { useIntl as p } from "react-intl";
|
|
4
4
|
import { V as r } from "../../../../chunks/types.js";
|
|
5
|
-
import { ZoomButton as
|
|
5
|
+
import { ZoomButton as b } from "./zoom-button.js";
|
|
6
6
|
import s from "./messages.js";
|
|
7
7
|
import { jsxs as e, jsx as o } from "react/jsx-runtime";
|
|
8
|
-
import { FilterRow as
|
|
9
|
-
import { SortDropdown as
|
|
10
|
-
import '../../../../styles/action-bar.css';const
|
|
11
|
-
actionBar:
|
|
12
|
-
filterRow:
|
|
13
|
-
additionalActions:
|
|
14
|
-
viewModeButtonContainer:
|
|
8
|
+
import { FilterRow as u } from "../filter-row/filter-row.js";
|
|
9
|
+
import { SortDropdown as R } from "../sort-dropdown/sort-dropdown.js";
|
|
10
|
+
import '../../../../styles/action-bar.css';const x = "_actionBar_bbxsv_1", h = "_filterRow_bbxsv_8", A = "_additionalActions_bbxsv_13", C = "_viewModeButtonContainer_bbxsv_24", t = {
|
|
11
|
+
actionBar: x,
|
|
12
|
+
filterRow: h,
|
|
13
|
+
additionalActions: A,
|
|
14
|
+
viewModeButtonContainer: C
|
|
15
15
|
}, T = ({
|
|
16
16
|
isIconColumnEnabled: c,
|
|
17
17
|
isViewModeButtonDisabled: m,
|
|
18
|
-
onViewModeClick:
|
|
19
|
-
onZoomLevelChange:
|
|
18
|
+
onViewModeClick: l,
|
|
19
|
+
onZoomLevelChange: d,
|
|
20
20
|
sortableColumns: f,
|
|
21
|
-
sortDropdownProps:
|
|
21
|
+
sortDropdownProps: n,
|
|
22
22
|
viewMode: i,
|
|
23
23
|
zoomLevel: w,
|
|
24
24
|
..._
|
|
25
25
|
}) => {
|
|
26
26
|
const {
|
|
27
|
-
formatMessage:
|
|
28
|
-
} =
|
|
27
|
+
formatMessage: a
|
|
28
|
+
} = p();
|
|
29
29
|
return /* @__PURE__ */ e("div", {
|
|
30
30
|
className: t.actionBar,
|
|
31
31
|
children: [/* @__PURE__ */ o("div", {
|
|
32
32
|
className: t.filterRow,
|
|
33
|
-
children: /* @__PURE__ */ o(
|
|
33
|
+
children: /* @__PURE__ */ o(u, {
|
|
34
34
|
..._
|
|
35
35
|
})
|
|
36
36
|
}), /* @__PURE__ */ e("div", {
|
|
37
37
|
className: t.additionalActions,
|
|
38
|
-
children: [
|
|
39
|
-
...
|
|
38
|
+
children: [n && /* @__PURE__ */ o(R, {
|
|
39
|
+
...n,
|
|
40
40
|
sortableColumns: f
|
|
41
|
-
}), (c || i === r.GRID) && /* @__PURE__ */ o(
|
|
42
|
-
onZoomLevelChange:
|
|
41
|
+
}), (c || i === r.GRID) && /* @__PURE__ */ o(b, {
|
|
42
|
+
onZoomLevelChange: d,
|
|
43
43
|
zoomLevel: w
|
|
44
44
|
}), !m && /* @__PURE__ */ o("div", {
|
|
45
45
|
className: t.viewModeButtonContainer,
|
|
46
|
-
children: /* @__PURE__ */ o(
|
|
47
|
-
"aria-label": i === r.GRID ?
|
|
48
|
-
icon:
|
|
49
|
-
onClick:
|
|
46
|
+
children: /* @__PURE__ */ o(v, {
|
|
47
|
+
"aria-label": i === r.GRID ? a(s.switchToListView) : a(s.switchToGridView),
|
|
48
|
+
icon: B,
|
|
49
|
+
onClick: l,
|
|
50
50
|
variant: i === r.GRID ? "primary" : "tertiary"
|
|
51
51
|
})
|
|
52
52
|
})]
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { TableBody as
|
|
2
|
-
import { ItemTypeIcon as
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import { I as
|
|
1
|
+
import { TableBody as T, Row as b, Cell as I, ActionCell as S, Text as N } from "@box/blueprint-web";
|
|
2
|
+
import { ItemTypeIcon as y } from "@box/item-icon";
|
|
3
|
+
import g from "clsx";
|
|
4
|
+
import $ from "lodash/get";
|
|
5
|
+
import c from "react";
|
|
6
|
+
import { I as f } from "../../../../../chunks/types.js";
|
|
7
7
|
import { THUMBNAIL_LIST_VIEW_HEIGHTS as x } from "../../constants.js";
|
|
8
|
-
import { s as
|
|
8
|
+
import { s as h, T as R } from "../../../../../chunks/index.js";
|
|
9
9
|
import { jsx as r, jsxs as u } from "react/jsx-runtime";
|
|
10
10
|
import { InlineEditingCell as w } from "./inline-editing-cell/inline-editing-cell.js";
|
|
11
11
|
import { ItemActionMenu as B } from "../../item-action-menu/item-action-menu.js";
|
|
12
12
|
import { GhostTableRow as _ } from "./ghost-table-row/ghost-table-row.js";
|
|
13
|
-
const
|
|
13
|
+
const E = (t, e, l) => {
|
|
14
14
|
const n = l ? e.split(".")[1] : e;
|
|
15
|
-
return
|
|
16
|
-
},
|
|
15
|
+
return $(t, n);
|
|
16
|
+
}, k = /* @__PURE__ */ c.memo(({
|
|
17
17
|
item: t,
|
|
18
18
|
column: e,
|
|
19
19
|
iconColumnVariant: l
|
|
@@ -22,49 +22,47 @@ const $ = (t, e, l) => {
|
|
|
22
22
|
id: n,
|
|
23
23
|
isItemMetadata: s,
|
|
24
24
|
subtitle: i,
|
|
25
|
-
textValue:
|
|
26
|
-
} = e,
|
|
27
|
-
return /* @__PURE__ */ r(
|
|
25
|
+
textValue: m
|
|
26
|
+
} = e, a = `${m}-${t.id}`;
|
|
27
|
+
return /* @__PURE__ */ r(I, {
|
|
28
28
|
children: /* @__PURE__ */ u("div", {
|
|
29
|
-
className:
|
|
30
|
-
children: [/* @__PURE__ */ r(
|
|
31
|
-
className:
|
|
32
|
-
[N.tableNameCellIconInline]: [c.INLINE_SUBTITLE, c.INLINE].includes(l)
|
|
33
|
-
}),
|
|
29
|
+
className: h.tableNameCell,
|
|
30
|
+
children: [/* @__PURE__ */ r(y, {
|
|
31
|
+
className: h.tableNameCellIconInline,
|
|
34
32
|
item: t
|
|
35
33
|
}), /* @__PURE__ */ u("div", {
|
|
36
|
-
className:
|
|
37
|
-
[
|
|
34
|
+
className: g({
|
|
35
|
+
[h.tableNameCellSubtitle]: l === f.INLINE_SUBTITLE
|
|
38
36
|
}),
|
|
39
|
-
children: [/* @__PURE__ */ r(
|
|
37
|
+
children: [/* @__PURE__ */ r(N, {
|
|
40
38
|
as: "span",
|
|
41
|
-
children:
|
|
42
|
-
}), l ===
|
|
39
|
+
children: E(t, n, s)
|
|
40
|
+
}), l === f.INLINE_SUBTITLE && /* @__PURE__ */ r(N, {
|
|
43
41
|
as: "span",
|
|
44
42
|
color: "textOnLightSecondary",
|
|
45
43
|
children: i
|
|
46
44
|
})]
|
|
47
45
|
})]
|
|
48
46
|
})
|
|
49
|
-
},
|
|
50
|
-
}),
|
|
47
|
+
}, a);
|
|
48
|
+
}), M = /* @__PURE__ */ c.memo(({
|
|
51
49
|
item: t,
|
|
52
50
|
column: e
|
|
53
51
|
}) => {
|
|
54
52
|
var n;
|
|
55
53
|
const l = `${e.textValue}-${t.id}`;
|
|
56
|
-
return /* @__PURE__ */ r(
|
|
54
|
+
return /* @__PURE__ */ r(I, {
|
|
57
55
|
children: (n = e.cellRenderer) == null ? void 0 : n.call(e, t, e)
|
|
58
56
|
}, l);
|
|
59
|
-
}),
|
|
57
|
+
}), U = /* @__PURE__ */ c.memo(({
|
|
60
58
|
item: t,
|
|
61
59
|
column: e
|
|
62
60
|
}) => {
|
|
63
|
-
const l = `${e.textValue}-${t.id}`, n =
|
|
64
|
-
return n ? /* @__PURE__ */ r(
|
|
61
|
+
const l = `${e.textValue}-${t.id}`, n = $(t, e.id);
|
|
62
|
+
return n ? /* @__PURE__ */ r(I, {
|
|
65
63
|
children: n.join(" ")
|
|
66
|
-
}, l) : /* @__PURE__ */ r(
|
|
67
|
-
}), W = /* @__PURE__ */
|
|
64
|
+
}, l) : /* @__PURE__ */ r(I, {}, l);
|
|
65
|
+
}), W = /* @__PURE__ */ c.memo(({
|
|
68
66
|
item: t,
|
|
69
67
|
column: e
|
|
70
68
|
}) => {
|
|
@@ -73,13 +71,13 @@ const $ = (t, e, l) => {
|
|
|
73
71
|
isItemMetadata: n,
|
|
74
72
|
textValue: s
|
|
75
73
|
} = e, i = `${s}-${t.id}`;
|
|
76
|
-
return /* @__PURE__ */ r(
|
|
77
|
-
children: /* @__PURE__ */ r(
|
|
74
|
+
return /* @__PURE__ */ r(I, {
|
|
75
|
+
children: /* @__PURE__ */ r(N, {
|
|
78
76
|
as: "span",
|
|
79
|
-
children:
|
|
77
|
+
children: E(t, l, n)
|
|
80
78
|
})
|
|
81
79
|
}, i);
|
|
82
|
-
}), j = /* @__PURE__ */
|
|
80
|
+
}), j = /* @__PURE__ */ c.memo(({
|
|
83
81
|
item: t,
|
|
84
82
|
column: e,
|
|
85
83
|
iconColumnVariant: l,
|
|
@@ -88,42 +86,42 @@ const $ = (t, e, l) => {
|
|
|
88
86
|
const {
|
|
89
87
|
cellRenderer: s,
|
|
90
88
|
id: i,
|
|
91
|
-
isInlineEditingEnabled:
|
|
92
|
-
type:
|
|
89
|
+
isInlineEditingEnabled: m,
|
|
90
|
+
type: a
|
|
93
91
|
} = e;
|
|
94
|
-
return i === "item.name" && (l ===
|
|
92
|
+
return i === "item.name" && (l === f.INLINE || l === f.INLINE_SUBTITLE) ? /* @__PURE__ */ r(k, {
|
|
95
93
|
column: e,
|
|
96
94
|
iconColumnVariant: l,
|
|
97
95
|
item: t
|
|
98
|
-
}) : s ? /* @__PURE__ */ r(
|
|
96
|
+
}) : s ? /* @__PURE__ */ r(M, {
|
|
99
97
|
column: e,
|
|
100
98
|
item: t
|
|
101
|
-
}) :
|
|
99
|
+
}) : m && (a === "multiSelect" || a === "enum") ? /* @__PURE__ */ r(w, {
|
|
102
100
|
column: e,
|
|
103
101
|
item: t,
|
|
104
102
|
onInlineEditChange: n
|
|
105
|
-
}, `${e.id}-${t.id}`) :
|
|
103
|
+
}, `${e.id}-${t.id}`) : a === "multiSelect" ? /* @__PURE__ */ r(U, {
|
|
106
104
|
column: e,
|
|
107
105
|
item: t
|
|
108
106
|
}) : /* @__PURE__ */ r(W, {
|
|
109
107
|
column: e,
|
|
110
108
|
item: t
|
|
111
109
|
});
|
|
112
|
-
}), D = /* @__PURE__ */
|
|
110
|
+
}), D = /* @__PURE__ */ c.memo(({
|
|
113
111
|
item: t,
|
|
114
112
|
zoomLevel: e
|
|
115
|
-
}) => /* @__PURE__ */ r(
|
|
113
|
+
}) => /* @__PURE__ */ r(I, {
|
|
116
114
|
style: {
|
|
117
115
|
height: x[e]
|
|
118
116
|
},
|
|
119
|
-
children: /* @__PURE__ */ r(
|
|
120
|
-
className:
|
|
117
|
+
children: /* @__PURE__ */ r(y, {
|
|
118
|
+
className: h.iconCell,
|
|
121
119
|
item: t
|
|
122
120
|
})
|
|
123
|
-
}, `item-type-icon-${t.id}`)), G = /* @__PURE__ */
|
|
121
|
+
}, `item-type-icon-${t.id}`)), G = /* @__PURE__ */ c.memo(({
|
|
124
122
|
item: t,
|
|
125
123
|
itemActionMenuProps: e
|
|
126
|
-
}) => /* @__PURE__ */ r(
|
|
124
|
+
}) => /* @__PURE__ */ r(S, {
|
|
127
125
|
children: (l) => e ? /* @__PURE__ */ r(B, {
|
|
128
126
|
...e,
|
|
129
127
|
item: t,
|
|
@@ -136,47 +134,47 @@ const $ = (t, e, l) => {
|
|
|
136
134
|
items: n,
|
|
137
135
|
itemActionMenuProps: s,
|
|
138
136
|
virtualItems: i,
|
|
139
|
-
columnCount:
|
|
140
|
-
zoomLevel:
|
|
141
|
-
onInlineEditChange:
|
|
137
|
+
columnCount: m,
|
|
138
|
+
zoomLevel: a,
|
|
139
|
+
onInlineEditChange: C
|
|
142
140
|
}) => {
|
|
143
|
-
const
|
|
141
|
+
const L = e === f.COLUMN;
|
|
144
142
|
if (i) {
|
|
145
|
-
const o = (
|
|
146
|
-
columnLength:
|
|
147
|
-
rowKey: `ghost-${
|
|
148
|
-
}),
|
|
143
|
+
const o = (d) => /* @__PURE__ */ r(_, {
|
|
144
|
+
columnLength: m || 0,
|
|
145
|
+
rowKey: `ghost-${d}`
|
|
146
|
+
}), p = (d) => /* @__PURE__ */ r(R, {
|
|
149
147
|
columns: t,
|
|
150
148
|
iconColumnVariant: e,
|
|
151
149
|
isSelectAllEnabled: l,
|
|
152
|
-
item:
|
|
150
|
+
item: d,
|
|
153
151
|
itemActionMenuProps: s,
|
|
154
|
-
zoomLevel:
|
|
152
|
+
zoomLevel: a
|
|
155
153
|
});
|
|
156
|
-
return /* @__PURE__ */ r(
|
|
154
|
+
return /* @__PURE__ */ r(T, {
|
|
157
155
|
items: i,
|
|
158
156
|
children: ({
|
|
159
|
-
index:
|
|
160
|
-
}) =>
|
|
157
|
+
index: d
|
|
158
|
+
}) => d >= n.length ? o(d) : p(n[d])
|
|
161
159
|
});
|
|
162
160
|
}
|
|
163
|
-
return /* @__PURE__ */ r(
|
|
161
|
+
return /* @__PURE__ */ r(T, {
|
|
164
162
|
items: n.map((o) => ({
|
|
165
163
|
key: o.id,
|
|
166
164
|
...o
|
|
167
165
|
})),
|
|
168
166
|
children: (o) => /* @__PURE__ */ u(b, {
|
|
169
|
-
className:
|
|
167
|
+
className: h.tableRow,
|
|
170
168
|
id: o.id,
|
|
171
|
-
children: [
|
|
169
|
+
children: [L && /* @__PURE__ */ r(D, {
|
|
172
170
|
item: o,
|
|
173
|
-
zoomLevel:
|
|
174
|
-
}), t.map((
|
|
175
|
-
column:
|
|
171
|
+
zoomLevel: a
|
|
172
|
+
}), t.map((p) => /* @__PURE__ */ r(j, {
|
|
173
|
+
column: p,
|
|
176
174
|
iconColumnVariant: e,
|
|
177
175
|
item: o,
|
|
178
|
-
onInlineEditChange:
|
|
179
|
-
}, `${
|
|
176
|
+
onInlineEditChange: C
|
|
177
|
+
}, `${p.textValue}-${o.id}`)), l && /* @__PURE__ */ r(G, {
|
|
180
178
|
item: o,
|
|
181
179
|
itemActionMenuProps: s
|
|
182
180
|
})]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._actionBar_bbxsv_1{display:flex;justify-content:space-between;padding:var(--space-4) 0}@media (width <= 374px){._filterRow_bbxsv_8{display:none}}._additionalActions_bbxsv_13{display:flex;height:var(--size-8)}@media (width <= 374px){._additionalActions_bbxsv_13{flex-grow:1;justify-content:space-between}}._viewModeButtonContainer_bbxsv_24{display:flex;align-items:center}
|
package/dist/styles/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._tableHeaderActionsWrapper_169qr_1{position:absolute;top:0;right:var(--size-4);bottom:0;display:flex;gap:var(--space-2);align-items:center;justify-content:center;padding:0 var(--space-2);background:var(--item-background);margin-block:var(--space-2)}._tableHeaderActionsWrapper_169qr_1:before{position:absolute;left:0;z-index:0;display:block;width:0;height:50%;box-shadow:-.25rem 0 .625rem .625rem var(--item-background);content:""}._tableHeaderActions_169qr_1{position:sticky;right:0;width:var(--size-6);padding:0}._tableRow_169qr_33:after{height:100%!important}._tableRow_169qr_33[aria-selected=true]:after{height:100%!important}._selectAllCheckbox_169qr_42 svg{transform:none!important}._tableNameCell_169qr_47{display:flex;gap:var(--space-3);align-items:center}._tableNameCellSubtitle_169qr_53{display:flex;flex-direction:column}._tableNameCellIconInline_169qr_58{flex-shrink:0}._infiniteScrollTableContainerFullHeight_169qr_62{width:100%;height:100%;overflow:auto}._iconCell_169qr_68{width:100%!important;height:100%!important}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/metadata-view",
|
|
3
|
-
"version": "0.48.
|
|
3
|
+
"version": "0.48.18",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@box/blueprint-web": "^12.66.0",
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"react-intl": "^6.4.2"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@box/blueprint-web": "^12.68.
|
|
21
|
+
"@box/blueprint-web": "^12.68.2",
|
|
22
22
|
"@box/blueprint-web-assets": "^4.66.1",
|
|
23
|
-
"@box/box-item-type-selector": "^0.69.
|
|
23
|
+
"@box/box-item-type-selector": "^0.69.11",
|
|
24
24
|
"@box/eslint-plugin-blueprint": "1.0.4",
|
|
25
|
-
"@box/item-icon": "^0.23.
|
|
26
|
-
"@box/metadata-filter": "^1.26.
|
|
25
|
+
"@box/item-icon": "^0.23.11",
|
|
26
|
+
"@box/metadata-filter": "^1.26.9",
|
|
27
27
|
"@box/storybook-utils": "0.14.2",
|
|
28
28
|
"@box/types": "0.2.1",
|
|
29
29
|
"@tanstack/react-virtual": "^3.10.8",
|