@box/metadata-view 1.54.4 → 1.54.5
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/esm/index.js +57 -57
- package/dist/esm/lib/components/index.js +49 -49
- package/dist/esm/lib/index.js +49 -49
- package/dist/esm/lib/metadata-view.js +18 -18
- package/package.json +17 -17
package/dist/esm/index.js
CHANGED
|
@@ -1,59 +1,59 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { FilterRow as
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
1
|
+
import { ActionBar as o } from "./lib/components/action-bar/action-bar.js";
|
|
2
|
+
import { Case as a, SwitchCase as i } from "./lib/components/switch-case/switch-case.js";
|
|
3
|
+
import { Filter as m } from "./lib/components/filter-sidepanel/filter.js";
|
|
4
|
+
import { FilterRow as x } from "./lib/components/filter-row/filter-row.js";
|
|
5
|
+
import { FilterSidePanel as n } from "./lib/components/filter-sidepanel/filter-side-panel.js";
|
|
6
|
+
import { FormFilterChip as F } from "./lib/components/filter-row/form-filter-chip.js";
|
|
7
|
+
import { Header as C } from "./lib/components/header/header.js";
|
|
8
|
+
import { I as c, S, V as h } from "../chunks/types.js";
|
|
9
|
+
import { InlineEditingCell as g } from "./lib/components/metadata-table/table-body/inline-editing-cell/inline-editing-cell.js";
|
|
10
|
+
import { ItemActionMenu as I } from "./lib/components/item-action-menu/item-action-menu.js";
|
|
11
|
+
import { MarkerBasedPagination as V } from "./lib/components/pagination/marker-based-pagination.js";
|
|
12
|
+
import { MetadataFileChip as B } from "./lib/components/metadata-value/metadata-file-chip.js";
|
|
13
|
+
import { MetadataFileField as R } from "./lib/components/metadata-value/metadata-file-field.js";
|
|
14
|
+
import { MetadataFilterChip as b } from "./lib/components/filter-row/metadata-filter-chip.js";
|
|
15
|
+
import { MetadataGrid as k } from "./lib/components/metadata-grid/metadata-grid.js";
|
|
16
|
+
import { MetadataLocationField as G } from "./lib/components/metadata-value/metadata-location-field.js";
|
|
17
|
+
import { MetadataRadioField as N } from "./lib/components/metadata-value/metadata-radio-field.js";
|
|
18
|
+
import { MetadataSearchField as _ } from "./lib/components/metadata-value/metadata-search-field.js";
|
|
19
|
+
import { MetadataTable as q } from "./lib/components/metadata-table/metadata-table.js";
|
|
20
|
+
import { MetadataView as y } from "./lib/metadata-view.js";
|
|
21
|
+
import { OffsetBasedPagination as J } from "./lib/components/pagination/offset-based-pagination.js";
|
|
22
|
+
import { Pagination as Q } from "./lib/components/pagination/pagination.js";
|
|
23
|
+
import { PaginationControls as W } from "./lib/components/pagination/pagination-controls.js";
|
|
24
|
+
import { PredefinedFilterName as Y } from "./lib/components/filter-row/predefinedFilters/index.js";
|
|
25
|
+
import { SelectFilterChip as $ } from "./lib/components/filter-row/select-filter-chip.js";
|
|
26
|
+
import { SortDropdown as re } from "./lib/components/sort-dropdown/sort-dropdown.js";
|
|
27
|
+
import { TableRenderer as te } from "./lib/components/metadata-table/table-renderer.js";
|
|
28
28
|
export {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
29
|
+
o as ActionBar,
|
|
30
|
+
a as Case,
|
|
31
|
+
m as Filter,
|
|
32
|
+
x as FilterRow,
|
|
33
|
+
n as FilterSidePanel,
|
|
34
|
+
F as FormFilterChip,
|
|
35
|
+
C as Header,
|
|
36
|
+
c as IconColumnVariant,
|
|
37
|
+
g as InlineEditingCell,
|
|
38
|
+
I as ItemActionMenu,
|
|
39
|
+
V as MarkerBasedPagination,
|
|
40
|
+
B as MetadataFileChip,
|
|
41
|
+
R as MetadataFileField,
|
|
42
|
+
b as MetadataFilterChip,
|
|
43
|
+
k as MetadataGrid,
|
|
44
|
+
G as MetadataLocationField,
|
|
45
|
+
N as MetadataRadioField,
|
|
46
|
+
_ as MetadataSearchField,
|
|
47
|
+
q as MetadataTable,
|
|
48
|
+
y as MetadataView,
|
|
49
|
+
J as OffsetBasedPagination,
|
|
50
|
+
Q as Pagination,
|
|
51
|
+
W as PaginationControls,
|
|
52
|
+
Y as PredefinedFilterName,
|
|
53
|
+
S as SELECT_ALL,
|
|
54
|
+
$ as SelectFilterChip,
|
|
55
|
+
re as SortDropdown,
|
|
56
|
+
i as SwitchCase,
|
|
57
|
+
te as TableRenderer,
|
|
58
|
+
h as ViewMode
|
|
59
59
|
};
|
|
@@ -1,53 +1,53 @@
|
|
|
1
1
|
import { ActionBar as o } from "./action-bar/action-bar.js";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { ItemActionMenu as
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
2
|
+
import { Case as a, SwitchCase as i } from "./switch-case/switch-case.js";
|
|
3
|
+
import { Filter as f } from "./filter-sidepanel/filter.js";
|
|
4
|
+
import { FilterRow as x } from "./filter-row/filter-row.js";
|
|
5
|
+
import { FilterSidePanel as l } from "./filter-sidepanel/filter-side-panel.js";
|
|
6
|
+
import { FormFilterChip as F } from "./filter-row/form-filter-chip.js";
|
|
7
|
+
import { Header as C } from "./header/header.js";
|
|
8
|
+
import { InlineEditingCell as h } from "./metadata-table/table-body/inline-editing-cell/inline-editing-cell.js";
|
|
9
|
+
import { ItemActionMenu as P } from "./item-action-menu/item-action-menu.js";
|
|
10
|
+
import { MarkerBasedPagination as S } from "./pagination/marker-based-pagination.js";
|
|
11
|
+
import { MetadataFileChip as B } from "./metadata-value/metadata-file-chip.js";
|
|
12
|
+
import { MetadataFileField as b } from "./metadata-value/metadata-file-field.js";
|
|
13
|
+
import { MetadataFilterChip as I } from "./filter-row/metadata-filter-chip.js";
|
|
14
|
+
import { MetadataGrid as k } from "./metadata-grid/metadata-grid.js";
|
|
15
|
+
import { MetadataLocationField as D } from "./metadata-value/metadata-location-field.js";
|
|
16
|
+
import { MetadataRadioField as G } from "./metadata-value/metadata-radio-field.js";
|
|
17
|
+
import { MetadataSearchField as L } from "./metadata-value/metadata-search-field.js";
|
|
18
|
+
import { MetadataTable as O } from "./metadata-table/metadata-table.js";
|
|
19
|
+
import { OffsetBasedPagination as q } from "./pagination/offset-based-pagination.js";
|
|
20
|
+
import { Pagination as y } from "./pagination/pagination.js";
|
|
21
|
+
import { PaginationControls as J } from "./pagination/pagination-controls.js";
|
|
22
|
+
import { PredefinedFilterName as Q } from "./filter-row/predefinedFilters/index.js";
|
|
23
|
+
import { SelectFilterChip as V } from "./filter-row/select-filter-chip.js";
|
|
24
|
+
import { SortDropdown as X } from "./sort-dropdown/sort-dropdown.js";
|
|
25
|
+
import { TableRenderer as Z } from "./metadata-table/table-renderer.js";
|
|
26
26
|
export {
|
|
27
27
|
o as ActionBar,
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
28
|
+
a as Case,
|
|
29
|
+
f as Filter,
|
|
30
|
+
x as FilterRow,
|
|
31
|
+
l as FilterSidePanel,
|
|
32
|
+
F as FormFilterChip,
|
|
33
|
+
C as Header,
|
|
34
|
+
h as InlineEditingCell,
|
|
35
|
+
P as ItemActionMenu,
|
|
36
|
+
S as MarkerBasedPagination,
|
|
37
|
+
B as MetadataFileChip,
|
|
38
|
+
b as MetadataFileField,
|
|
39
|
+
I as MetadataFilterChip,
|
|
40
|
+
k as MetadataGrid,
|
|
41
|
+
D as MetadataLocationField,
|
|
42
|
+
G as MetadataRadioField,
|
|
43
|
+
L as MetadataSearchField,
|
|
44
|
+
O as MetadataTable,
|
|
45
|
+
q as OffsetBasedPagination,
|
|
46
|
+
y as Pagination,
|
|
47
|
+
J as PaginationControls,
|
|
48
|
+
Q as PredefinedFilterName,
|
|
49
|
+
V as SelectFilterChip,
|
|
50
|
+
X as SortDropdown,
|
|
51
|
+
i as SwitchCase,
|
|
52
|
+
Z as TableRenderer
|
|
53
53
|
};
|
package/dist/esm/lib/index.js
CHANGED
|
@@ -1,59 +1,59 @@
|
|
|
1
1
|
import { MetadataView as o } from "./metadata-view.js";
|
|
2
2
|
import { I as a, S as i, V as p } from "../../chunks/types.js";
|
|
3
3
|
import { ActionBar as f } from "./components/action-bar/action-bar.js";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import { ItemActionMenu as
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
4
|
+
import { Case as d, SwitchCase as n } from "./components/switch-case/switch-case.js";
|
|
5
|
+
import { Filter as F } from "./components/filter-sidepanel/filter.js";
|
|
6
|
+
import { FilterRow as C } from "./components/filter-row/filter-row.js";
|
|
7
|
+
import { FilterSidePanel as c } from "./components/filter-sidepanel/filter-side-panel.js";
|
|
8
|
+
import { FormFilterChip as h } from "./components/filter-row/form-filter-chip.js";
|
|
9
|
+
import { Header as g } from "./components/header/header.js";
|
|
10
|
+
import { InlineEditingCell as I } from "./components/metadata-table/table-body/inline-editing-cell/inline-editing-cell.js";
|
|
11
|
+
import { ItemActionMenu as V } from "./components/item-action-menu/item-action-menu.js";
|
|
12
|
+
import { MarkerBasedPagination as B } from "./components/pagination/marker-based-pagination.js";
|
|
13
|
+
import { MetadataFileChip as R } from "./components/metadata-value/metadata-file-chip.js";
|
|
14
|
+
import { MetadataFileField as b } from "./components/metadata-value/metadata-file-field.js";
|
|
15
|
+
import { MetadataFilterChip as k } from "./components/filter-row/metadata-filter-chip.js";
|
|
16
|
+
import { MetadataGrid as G } from "./components/metadata-grid/metadata-grid.js";
|
|
17
|
+
import { MetadataLocationField as N } from "./components/metadata-value/metadata-location-field.js";
|
|
18
|
+
import { MetadataRadioField as _ } from "./components/metadata-value/metadata-radio-field.js";
|
|
19
|
+
import { MetadataSearchField as q } from "./components/metadata-value/metadata-search-field.js";
|
|
20
|
+
import { MetadataTable as y } from "./components/metadata-table/metadata-table.js";
|
|
21
|
+
import { OffsetBasedPagination as J } from "./components/pagination/offset-based-pagination.js";
|
|
22
|
+
import { Pagination as Q } from "./components/pagination/pagination.js";
|
|
23
|
+
import { PaginationControls as W } from "./components/pagination/pagination-controls.js";
|
|
24
|
+
import { PredefinedFilterName as Y } from "./components/filter-row/predefinedFilters/index.js";
|
|
25
|
+
import { SelectFilterChip as $ } from "./components/filter-row/select-filter-chip.js";
|
|
26
|
+
import { SortDropdown as re } from "./components/sort-dropdown/sort-dropdown.js";
|
|
27
|
+
import { TableRenderer as te } from "./components/metadata-table/table-renderer.js";
|
|
28
28
|
export {
|
|
29
29
|
f as ActionBar,
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
30
|
+
d as Case,
|
|
31
|
+
F as Filter,
|
|
32
|
+
C as FilterRow,
|
|
33
|
+
c as FilterSidePanel,
|
|
34
|
+
h as FormFilterChip,
|
|
35
|
+
g as Header,
|
|
36
36
|
a as IconColumnVariant,
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
37
|
+
I as InlineEditingCell,
|
|
38
|
+
V as ItemActionMenu,
|
|
39
|
+
B as MarkerBasedPagination,
|
|
40
|
+
R as MetadataFileChip,
|
|
41
|
+
b as MetadataFileField,
|
|
42
|
+
k as MetadataFilterChip,
|
|
43
|
+
G as MetadataGrid,
|
|
44
|
+
N as MetadataLocationField,
|
|
45
|
+
_ as MetadataRadioField,
|
|
46
|
+
q as MetadataSearchField,
|
|
47
|
+
y as MetadataTable,
|
|
48
48
|
o as MetadataView,
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
49
|
+
J as OffsetBasedPagination,
|
|
50
|
+
Q as Pagination,
|
|
51
|
+
W as PaginationControls,
|
|
52
|
+
Y as PredefinedFilterName,
|
|
53
53
|
i as SELECT_ALL,
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
54
|
+
$ as SelectFilterChip,
|
|
55
|
+
re as SortDropdown,
|
|
56
|
+
n as SwitchCase,
|
|
57
|
+
te as TableRenderer,
|
|
58
58
|
p as ViewMode
|
|
59
59
|
};
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import { V as e, I as U } from "../../chunks/types.js";
|
|
2
2
|
import { ActionBar as b } from "./components/action-bar/action-bar.js";
|
|
3
|
-
import "./components/
|
|
4
|
-
import "./components/filter-row/form-filter-chip.js";
|
|
5
|
-
import "./components/filter-row/metadata-filter-chip.js";
|
|
6
|
-
import "./components/filter-row/select-filter-chip.js";
|
|
7
|
-
import "./components/filter-row/predefinedFilters/index.js";
|
|
3
|
+
import { SwitchCase as q, Case as d } from "./components/switch-case/switch-case.js";
|
|
8
4
|
import "./components/filter-sidepanel/filter.js";
|
|
5
|
+
import "./components/filter-row/filter-row.js";
|
|
9
6
|
import "./components/filter-sidepanel/filter-side-panel.js";
|
|
10
|
-
import "./components/
|
|
11
|
-
import {
|
|
12
|
-
import { MetadataTable as J } from "./components/metadata-table/metadata-table.js";
|
|
7
|
+
import "./components/filter-row/form-filter-chip.js";
|
|
8
|
+
import { Header as J } from "./components/header/header.js";
|
|
13
9
|
import "./components/metadata-table/table-body/inline-editing-cell/inline-editing-cell.js";
|
|
14
|
-
import "./components/
|
|
10
|
+
import "./components/item-action-menu/item-action-menu.js";
|
|
11
|
+
import "./components/pagination/marker-based-pagination.js";
|
|
15
12
|
import "./components/metadata-value/metadata-file-chip.js";
|
|
16
13
|
import "./components/metadata-value/metadata-file-field.js";
|
|
14
|
+
import "./components/filter-row/metadata-filter-chip.js";
|
|
15
|
+
import { MetadataGrid as Q } from "./components/metadata-grid/metadata-grid.js";
|
|
17
16
|
import "./components/metadata-value/metadata-location-field.js";
|
|
18
17
|
import "./components/metadata-value/metadata-radio-field.js";
|
|
19
18
|
import "./components/metadata-value/metadata-search-field.js";
|
|
20
|
-
import {
|
|
21
|
-
import "./components/pagination/marker-based-pagination.js";
|
|
19
|
+
import { MetadataTable as W } from "./components/metadata-table/metadata-table.js";
|
|
22
20
|
import "./components/pagination/offset-based-pagination.js";
|
|
21
|
+
import { Pagination as X } from "./components/pagination/pagination.js";
|
|
23
22
|
import "./components/pagination/pagination-controls.js";
|
|
23
|
+
import "./components/filter-row/predefinedFilters/index.js";
|
|
24
|
+
import "./components/filter-row/select-filter-chip.js";
|
|
24
25
|
import "./components/sort-dropdown/sort-dropdown.js";
|
|
25
|
-
import
|
|
26
|
-
import { Header as X } from "./components/header/header.js";
|
|
26
|
+
import "./components/metadata-table/table-renderer.js";
|
|
27
27
|
import { TooltipProvider as Y } from "@box/blueprint-web";
|
|
28
28
|
import { useState as C, useRef as $, useCallback as B } from "react";
|
|
29
29
|
import { useHeader as K } from "./hooks/use-header.js";
|
|
@@ -92,7 +92,7 @@ function Zo({
|
|
|
92
92
|
children: D ? /* @__PURE__ */ o(oo, {
|
|
93
93
|
onRefresh: R
|
|
94
94
|
}) : /* @__PURE__ */ L(P, {
|
|
95
|
-
children: [a && /* @__PURE__ */ o(
|
|
95
|
+
children: [a && /* @__PURE__ */ o(J, {
|
|
96
96
|
...a,
|
|
97
97
|
...H
|
|
98
98
|
}), /* @__PURE__ */ o(b, {
|
|
@@ -108,13 +108,13 @@ function Zo({
|
|
|
108
108
|
zoomLevel: l
|
|
109
109
|
}), /* @__PURE__ */ o("div", {
|
|
110
110
|
className: _.contentContainer,
|
|
111
|
-
children: /* @__PURE__ */ L(
|
|
111
|
+
children: /* @__PURE__ */ L(q, {
|
|
112
112
|
children: [/* @__PURE__ */ o(d, {
|
|
113
113
|
condition: Z,
|
|
114
114
|
children: /* @__PURE__ */ o(to, {})
|
|
115
115
|
}), /* @__PURE__ */ o(d, {
|
|
116
116
|
condition: s === e.LIST,
|
|
117
|
-
children: /* @__PURE__ */ o(
|
|
117
|
+
children: /* @__PURE__ */ o(W, {
|
|
118
118
|
areSelectionCheckboxesDisabled: g,
|
|
119
119
|
columns: h,
|
|
120
120
|
isLoading: S,
|
|
@@ -128,7 +128,7 @@ function Zo({
|
|
|
128
128
|
}, V)
|
|
129
129
|
}), /* @__PURE__ */ o(d, {
|
|
130
130
|
condition: s === e.GRID,
|
|
131
|
-
children: /* @__PURE__ */ o(
|
|
131
|
+
children: /* @__PURE__ */ o(Q, {
|
|
132
132
|
areSelectionCheckboxesDisabled: g,
|
|
133
133
|
onSelectionChange: I,
|
|
134
134
|
selectedKeys: c,
|
|
@@ -138,7 +138,7 @@ function Zo({
|
|
|
138
138
|
}, V)
|
|
139
139
|
})]
|
|
140
140
|
})
|
|
141
|
-
}), f && /* @__PURE__ */ o(
|
|
141
|
+
}), f && /* @__PURE__ */ o(X, {
|
|
142
142
|
...f
|
|
143
143
|
})]
|
|
144
144
|
})
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/metadata-view",
|
|
3
|
-
"version": "1.54.
|
|
3
|
+
"version": "1.54.5",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@box/blueprint-web": "^14.4.
|
|
7
|
-
"@box/blueprint-web-assets": "^4.111.
|
|
8
|
-
"@box/box-item-type-selector": "^1.39.
|
|
9
|
-
"@box/
|
|
10
|
-
"@box/
|
|
11
|
-
"@box/
|
|
12
|
-
"@box/
|
|
6
|
+
"@box/blueprint-web": "^14.4.2",
|
|
7
|
+
"@box/blueprint-web-assets": "^4.111.25",
|
|
8
|
+
"@box/box-item-type-selector": "^1.39.29",
|
|
9
|
+
"@box/content-field": "^1.40.29",
|
|
10
|
+
"@box/item-icon": "^2.32.22",
|
|
11
|
+
"@box/metadata-filter": "^1.80.31",
|
|
12
|
+
"@box/types": "2.1.13",
|
|
13
13
|
"@tanstack/react-virtual": "^3.10.8",
|
|
14
14
|
"formik": "^2.4.5",
|
|
15
15
|
"lodash": "^4.17.15",
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
"react-intl": "^6.4.2"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@box/blueprint-web": "^14.4.
|
|
23
|
-
"@box/blueprint-web-assets": "^4.111.
|
|
24
|
-
"@box/box-item-type-selector": "^1.39.
|
|
25
|
-
"@box/
|
|
26
|
-
"@box/
|
|
27
|
-
"@box/
|
|
28
|
-
"@box/
|
|
29
|
-
"@box/
|
|
30
|
-
"@box/
|
|
22
|
+
"@box/blueprint-web": "^14.4.2",
|
|
23
|
+
"@box/blueprint-web-assets": "^4.111.25",
|
|
24
|
+
"@box/box-item-type-selector": "^1.39.29",
|
|
25
|
+
"@box/content-field": "^1.40.29",
|
|
26
|
+
"@box/eslint-plugin-blueprint": "1.1.10",
|
|
27
|
+
"@box/item-icon": "^2.32.22",
|
|
28
|
+
"@box/metadata-filter": "^1.80.31",
|
|
29
|
+
"@box/storybook-utils": "0.17.25",
|
|
30
|
+
"@box/types": "2.1.13",
|
|
31
31
|
"@tanstack/react-virtual": "^3.10.8",
|
|
32
32
|
"react-intl": "^6.4.2"
|
|
33
33
|
},
|