@box/metadata-view 1.10.0 → 1.11.1
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.
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { TableBody as $, Row as S, Cell as m, ActionCell as g, Text as
|
|
1
|
+
import { TableBody as $, Row as S, Cell as m, ActionCell as g, Text as T } from "@box/blueprint-web";
|
|
2
2
|
import { ItemTypeIcon as b } from "@box/item-icon";
|
|
3
|
-
import
|
|
3
|
+
import w from "clsx";
|
|
4
4
|
import E from "lodash/get";
|
|
5
5
|
import I from "react";
|
|
6
6
|
import { I as N } from "../../../../../chunks/types.js";
|
|
7
|
-
import { THUMBNAIL_LIST_VIEW_HEIGHTS as
|
|
7
|
+
import { THUMBNAIL_LIST_VIEW_HEIGHTS as R } from "../../constants.js";
|
|
8
8
|
import { s as d, T as B } from "../../../../../chunks/index.js";
|
|
9
|
-
import { jsx as l, jsxs as
|
|
9
|
+
import { jsx as l, jsxs as u } from "react/jsx-runtime";
|
|
10
10
|
import { InlineEditingCell as _ } from "./inline-editing-cell/inline-editing-cell.js";
|
|
11
11
|
import { ItemActionMenu as M } from "../../item-action-menu/item-action-menu.js";
|
|
12
12
|
import { GhostTableRow as U } from "./ghost-table-row/ghost-table-row.js";
|
|
@@ -20,25 +20,25 @@ const x = (e, t, r) => {
|
|
|
20
20
|
}) => {
|
|
21
21
|
const {
|
|
22
22
|
id: n,
|
|
23
|
-
isItemMetadata:
|
|
23
|
+
isItemMetadata: o,
|
|
24
24
|
subtitle: a,
|
|
25
25
|
textValue: h
|
|
26
26
|
} = e, i = `${h}-${r.id}`;
|
|
27
27
|
return /* @__PURE__ */ l(m, {
|
|
28
|
-
children: /* @__PURE__ */
|
|
28
|
+
children: /* @__PURE__ */ u("div", {
|
|
29
29
|
className: d.tableNameCell,
|
|
30
30
|
children: [/* @__PURE__ */ l(b, {
|
|
31
31
|
className: d.tableNameCellIconInline,
|
|
32
32
|
item: r
|
|
33
|
-
}), /* @__PURE__ */
|
|
34
|
-
className:
|
|
33
|
+
}), /* @__PURE__ */ u("div", {
|
|
34
|
+
className: w(d.tableNameCellTitle, {
|
|
35
35
|
[d.hasSubtitle]: t === N.INLINE_SUBTITLE
|
|
36
36
|
}),
|
|
37
|
-
children: [/* @__PURE__ */ l(
|
|
37
|
+
children: [/* @__PURE__ */ l(T, {
|
|
38
38
|
as: "span",
|
|
39
39
|
className: d.tableNameCellText,
|
|
40
|
-
children: x(r, n,
|
|
41
|
-
}), t === N.INLINE_SUBTITLE && /* @__PURE__ */ l(
|
|
40
|
+
children: x(r, n, o)
|
|
41
|
+
}), t === N.INLINE_SUBTITLE && /* @__PURE__ */ l(T, {
|
|
42
42
|
as: "span",
|
|
43
43
|
className: d.tableNameCellText,
|
|
44
44
|
color: "textOnLightSecondary",
|
|
@@ -64,37 +64,37 @@ const x = (e, t, r) => {
|
|
|
64
64
|
return n ? /* @__PURE__ */ l(m, {
|
|
65
65
|
children: n.join(" ")
|
|
66
66
|
}, r) : /* @__PURE__ */ l(m, {}, r);
|
|
67
|
-
}),
|
|
67
|
+
}), D = /* @__PURE__ */ I.memo(({
|
|
68
68
|
column: e,
|
|
69
69
|
item: t
|
|
70
70
|
}) => {
|
|
71
71
|
const {
|
|
72
72
|
id: r,
|
|
73
73
|
isItemMetadata: n,
|
|
74
|
-
textValue:
|
|
75
|
-
} = e, a = `${
|
|
74
|
+
textValue: o
|
|
75
|
+
} = e, a = `${o}-${t.id}`;
|
|
76
76
|
return /* @__PURE__ */ l(m, {
|
|
77
|
-
children: /* @__PURE__ */ l(
|
|
77
|
+
children: /* @__PURE__ */ l(T, {
|
|
78
78
|
as: "span",
|
|
79
79
|
children: x(t, r, n)
|
|
80
80
|
})
|
|
81
81
|
}, a);
|
|
82
|
-
}),
|
|
82
|
+
}), G = /* @__PURE__ */ I.memo(({
|
|
83
83
|
column: e,
|
|
84
84
|
iconColumnVariant: t,
|
|
85
85
|
item: r,
|
|
86
86
|
onInlineEditChange: n
|
|
87
87
|
}) => {
|
|
88
88
|
const {
|
|
89
|
-
cellRenderer:
|
|
89
|
+
cellRenderer: o,
|
|
90
90
|
id: a,
|
|
91
91
|
isInlineEditingEnabled: h,
|
|
92
92
|
type: i
|
|
93
|
-
} = e,
|
|
94
|
-
return
|
|
93
|
+
} = e, f = a === "item.name" && (t === N.INLINE || t === N.INLINE_SUBTITLE);
|
|
94
|
+
return o ? /* @__PURE__ */ l(W, {
|
|
95
95
|
column: e,
|
|
96
96
|
item: r
|
|
97
|
-
}) :
|
|
97
|
+
}) : f ? /* @__PURE__ */ l(k, {
|
|
98
98
|
column: e,
|
|
99
99
|
iconColumnVariant: t,
|
|
100
100
|
item: r
|
|
@@ -105,22 +105,22 @@ const x = (e, t, r) => {
|
|
|
105
105
|
}, `${e.id}-${r.id}`) : i === "multiSelect" ? /* @__PURE__ */ l(j, {
|
|
106
106
|
column: e,
|
|
107
107
|
item: r
|
|
108
|
-
}) : /* @__PURE__ */ l(
|
|
108
|
+
}) : /* @__PURE__ */ l(D, {
|
|
109
109
|
column: e,
|
|
110
110
|
item: r
|
|
111
111
|
});
|
|
112
|
-
}),
|
|
112
|
+
}), H = /* @__PURE__ */ I.memo(({
|
|
113
113
|
item: e,
|
|
114
114
|
zoomLevel: t
|
|
115
115
|
}) => /* @__PURE__ */ l(m, {
|
|
116
116
|
style: {
|
|
117
|
-
height:
|
|
117
|
+
height: R[t]
|
|
118
118
|
},
|
|
119
119
|
children: /* @__PURE__ */ l(b, {
|
|
120
120
|
className: d.iconCell,
|
|
121
121
|
item: e
|
|
122
122
|
})
|
|
123
|
-
}, `item-type-icon-${e.id}`)),
|
|
123
|
+
}, `item-type-icon-${e.id}`)), A = /* @__PURE__ */ I.memo(({
|
|
124
124
|
item: e,
|
|
125
125
|
itemActionMenuProps: t,
|
|
126
126
|
isCheckboxDisabled: r
|
|
@@ -136,58 +136,59 @@ const x = (e, t, r) => {
|
|
|
136
136
|
columnCount: t,
|
|
137
137
|
columns: r,
|
|
138
138
|
iconColumnVariant: n,
|
|
139
|
-
items:
|
|
139
|
+
items: o,
|
|
140
140
|
itemActionMenuProps: a,
|
|
141
141
|
onInlineEditChange: h,
|
|
142
142
|
onTableRowClick: i,
|
|
143
|
-
shouldRenderActionColumn:
|
|
143
|
+
shouldRenderActionColumn: f,
|
|
144
144
|
virtualItems: C,
|
|
145
145
|
zoomLevel: y
|
|
146
146
|
}) => {
|
|
147
147
|
const L = n === N.COLUMN;
|
|
148
148
|
if (C) {
|
|
149
|
-
const
|
|
149
|
+
const s = (c) => /* @__PURE__ */ l(U, {
|
|
150
150
|
columnLength: t || 0,
|
|
151
151
|
rowKey: `ghost-${c}`
|
|
152
|
-
}),
|
|
152
|
+
}), p = (c) => /* @__PURE__ */ l(B, {
|
|
153
153
|
areSelectionCheckboxesDisabled: e,
|
|
154
154
|
columns: r,
|
|
155
155
|
iconColumnVariant: n,
|
|
156
156
|
item: c,
|
|
157
157
|
itemActionMenuProps: a,
|
|
158
158
|
onTableRowClick: i,
|
|
159
|
+
shouldRenderActionColumn: f,
|
|
159
160
|
zoomLevel: y
|
|
160
161
|
});
|
|
161
162
|
return /* @__PURE__ */ l($, {
|
|
162
163
|
items: C,
|
|
163
164
|
children: ({
|
|
164
165
|
index: c
|
|
165
|
-
}) => c >=
|
|
166
|
+
}) => c >= o.length ? s(c) : p(o[c])
|
|
166
167
|
});
|
|
167
168
|
}
|
|
168
169
|
return /* @__PURE__ */ l($, {
|
|
169
|
-
items:
|
|
170
|
-
key:
|
|
171
|
-
...
|
|
170
|
+
items: o.map((s) => ({
|
|
171
|
+
key: s.id,
|
|
172
|
+
...s
|
|
172
173
|
})),
|
|
173
|
-
children: (
|
|
174
|
+
children: (s) => /* @__PURE__ */ u(S, {
|
|
174
175
|
className: d.tableRow,
|
|
175
|
-
id:
|
|
176
|
-
onAction: () => i(
|
|
177
|
-
children: [L && /* @__PURE__ */ l(
|
|
178
|
-
item:
|
|
176
|
+
id: s.id,
|
|
177
|
+
onAction: () => i(s),
|
|
178
|
+
children: [L && /* @__PURE__ */ l(H, {
|
|
179
|
+
item: s,
|
|
179
180
|
zoomLevel: y
|
|
180
|
-
}), r.map((
|
|
181
|
-
column:
|
|
181
|
+
}), r.map((p) => /* @__PURE__ */ l(G, {
|
|
182
|
+
column: p,
|
|
182
183
|
iconColumnVariant: n,
|
|
183
|
-
item:
|
|
184
|
+
item: s,
|
|
184
185
|
onInlineEditChange: h
|
|
185
|
-
}, `${
|
|
186
|
+
}, `${p.textValue}-${s.id}`)), f && /* @__PURE__ */ l(A, {
|
|
186
187
|
isCheckboxDisabled: e,
|
|
187
|
-
item:
|
|
188
|
+
item: s,
|
|
188
189
|
itemActionMenuProps: a
|
|
189
190
|
})]
|
|
190
|
-
},
|
|
191
|
+
}, s.id)
|
|
191
192
|
});
|
|
192
193
|
};
|
|
193
194
|
export {
|
package/dist/i18n/en-x-pseudo.js
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"groupSharedFeatures.emptyState.body": "⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
3
|
-
"groupSharedFeatures.emptyState.heading": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
4
|
-
"groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize": "⟦萬萬
|
|
5
|
-
"groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize": "⟦萬萬
|
|
6
|
-
"groupSharedFeatures.metadataView.actionBar.sliderLabel": "⟦萬
|
|
7
|
-
"groupSharedFeatures.metadataView.actionBar.switchToGridView": "⟦萬萬萬萬萬
|
|
8
|
-
"groupSharedFeatures.metadataView.actionBar.switchToListView": "⟦萬萬萬萬萬
|
|
9
|
-
"groupSharedFeatures.metadataView.filterRow.AllFilters": "⟦萬萬萬
|
|
10
|
-
"groupSharedFeatures.metadataView.filterRow.applyButton": "⟦萬
|
|
2
|
+
"groupSharedFeatures.emptyState.body": "⟦萬萬萬萬萬萬萬萬萬萬萬 Ťŕÿ ăďĵüśţίлĝ ŷôûŕ ƒїļτéѓś όř ķëỳώòґďŝ. 國國國國國國國國國國國⟧",
|
|
3
|
+
"groupSharedFeatures.emptyState.heading": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Śòřŗŷ, ẁę ćοµļďņ'ť ƒĭиď щĥãť ŷοµ'ґĕ ļöőķïлĝ ƒôŗ. 國國國國國國國國國國國國國國⟧",
|
|
4
|
+
"groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize": "⟦萬萬 Ďесŗĕǻŝë 國國⟧",
|
|
5
|
+
"groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize": "⟦萬萬 Ìлсѓéãŝє 國國⟧",
|
|
6
|
+
"groupSharedFeatures.metadataView.actionBar.sliderLabel": "⟦萬 Ŝĺìďēя 國⟧",
|
|
7
|
+
"groupSharedFeatures.metadataView.actionBar.switchToGridView": "⟦萬萬萬萬萬 Şώіťċн ŧø Ĝřįď Vïēŵ 國國國國國⟧",
|
|
8
|
+
"groupSharedFeatures.metadataView.actionBar.switchToListView": "⟦萬萬萬萬萬 Ѕẁíŧĉн ťő Ľīŝτ Vįĕщ 國國國國國⟧",
|
|
9
|
+
"groupSharedFeatures.metadataView.filterRow.AllFilters": "⟦萬萬萬 Âļļ ₣īľţėřś 國國國⟧",
|
|
10
|
+
"groupSharedFeatures.metadataView.filterRow.applyButton": "⟦萬 ÄΡΡļÿ 國⟧",
|
|
11
11
|
"groupSharedFeatures.metadataView.filterRow.chipNameWithCount": "⟦萬萬萬 {name} ({count}) 國國國⟧",
|
|
12
|
-
"groupSharedFeatures.metadataView.filterRow.clearButton": "⟦萬
|
|
13
|
-
"groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "⟦萬萬
|
|
14
|
-
"groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "⟦萬萬萬萬
|
|
15
|
-
"groupSharedFeatures.metadataView.filterRow.locationFilterTitle": "⟦萬萬
|
|
16
|
-
"groupSharedFeatures.metadataView.filterRow.textInputPlaceholder": "⟦萬萬
|
|
17
|
-
"groupSharedFeatures.metadataView.filterSidepanel.clearAllButton": "⟦萬萬
|
|
18
|
-
"groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel": "⟦萬
|
|
19
|
-
"groupSharedFeatures.metadataView.filterSidepanel.filtersHeader": "⟦萬萬
|
|
20
|
-
"groupSharedFeatures.metadataView.filterSidepanel.showResultsButton": "⟦萬
|
|
21
|
-
"groupSharedFeatures.metadataView.gridList.gridView": "⟦萬萬
|
|
12
|
+
"groupSharedFeatures.metadataView.filterRow.clearButton": "⟦萬 Ćľėãŕ 國⟧",
|
|
13
|
+
"groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle": "⟦萬萬 ₣įļè ŢŷΡĕ 國國⟧",
|
|
14
|
+
"groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder": "⟦萬萬萬萬 Ėήτęѓ кеỳẃôŕďś 國國國國⟧",
|
|
15
|
+
"groupSharedFeatures.metadataView.filterRow.locationFilterTitle": "⟦萬萬 Ŀőсäŧįòπ 國國⟧",
|
|
16
|
+
"groupSharedFeatures.metadataView.filterRow.textInputPlaceholder": "⟦萬萬 Ŝëţ Våļűė 國國⟧",
|
|
17
|
+
"groupSharedFeatures.metadataView.filterSidepanel.clearAllButton": "⟦萬萬 Çĺёąг Ąĺĺ 國國⟧",
|
|
18
|
+
"groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel": "⟦萬 Çĺοşε 國⟧",
|
|
19
|
+
"groupSharedFeatures.metadataView.filterSidepanel.filtersHeader": "⟦萬萬 ₣íļŧēґѕ 國國⟧",
|
|
20
|
+
"groupSharedFeatures.metadataView.filterSidepanel.showResultsButton": "⟦萬 Śëáŕćн 國⟧",
|
|
21
|
+
"groupSharedFeatures.metadataView.gridList.gridView": "⟦萬萬 Ĝґĩď Vіĕẁ 國國⟧",
|
|
22
22
|
"groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel": "⟦ -- ⟧",
|
|
23
|
-
"groupSharedFeatures.metadataView.itemActionMenu.actionMenu": "⟦萬萬萬
|
|
24
|
-
"groupSharedFeatures.metadataView.itemList.errorMessage": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
25
|
-
"groupSharedFeatures.metadataView.itemList.listView": "⟦萬萬
|
|
26
|
-
"groupSharedFeatures.metadataView.itemList.refreshButton": "⟦萬萬
|
|
27
|
-
"groupSharedFeatures.metadataView.itemList.selectAll": "⟦萬萬
|
|
28
|
-
"groupSharedFeatures.metadataView.metadataValue.metadataLocation.locationTriggerHint": "⟦萬萬萬萬
|
|
29
|
-
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel": "⟦萬
|
|
30
|
-
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel": "⟦萬
|
|
31
|
-
"groupSharedFeatures.metadataView.pagination.nextPageButton": "⟦萬
|
|
32
|
-
"groupSharedFeatures.metadataView.pagination.pageEntryStatus": "⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
33
|
-
"groupSharedFeatures.metadataView.pagination.paginationLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 P
|
|
34
|
-
"groupSharedFeatures.metadataView.pagination.previousPageButton": "⟦萬萬 P
|
|
23
|
+
"groupSharedFeatures.metadataView.itemActionMenu.actionMenu": "⟦萬萬萬 Āçτïόή mèлµ 國國國⟧",
|
|
24
|
+
"groupSharedFeatures.metadataView.itemList.errorMessage": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Şömέţнįήĝ ẃèʼnŧ ωґőʼnġ. Pľĕåśĕ гέƒřêśн ťĥіѕ Ρãĝë. 國國國國國國國國國國國國國國⟧",
|
|
25
|
+
"groupSharedFeatures.metadataView.itemList.listView": "⟦萬萬 Ĺìŝŧ νîĕω 國國⟧",
|
|
26
|
+
"groupSharedFeatures.metadataView.itemList.refreshButton": "⟦萬萬 Γеƒґèşн 國國⟧",
|
|
27
|
+
"groupSharedFeatures.metadataView.itemList.selectAll": "⟦萬萬 Şέļĕсŧ ǻļļ 國國⟧",
|
|
28
|
+
"groupSharedFeatures.metadataView.metadataValue.metadataLocation.locationTriggerHint": "⟦萬萬萬萬 Şěľëĉŧ ą ƒòĺďéř 國國國國⟧",
|
|
29
|
+
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel": "⟦萬 Ŝęàѓċĥ 國⟧",
|
|
30
|
+
"groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel": "⟦萬 Čľēäŗ 國⟧",
|
|
31
|
+
"groupSharedFeatures.metadataView.pagination.nextPageButton": "⟦萬 Ńĕם 國⟧",
|
|
32
|
+
"groupSharedFeatures.metadataView.pagination.pageEntryStatus": "⟦萬萬萬萬萬萬萬萬萬萬萬 Ѕħσẃĭŋğ {startEntryIndex} τō {endEntryIndex} òƒ {totalCount} ёŋŧґίĕŝ 國國國國國國國國國國國⟧",
|
|
33
|
+
"groupSharedFeatures.metadataView.pagination.paginationLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Pǻġìņαťīöń ņáνϊğăţīòп сσʼnţŗόľŝ ăйď сũгřёηť Ρãğě ĩʼnƒőґmáţìσπ 國國國國國國國國國國國國國國國國國⟧",
|
|
34
|
+
"groupSharedFeatures.metadataView.pagination.previousPageButton": "⟦萬萬 Pŗěνįσµś 國國⟧"
|
|
35
35
|
}
|
|
@@ -1,66 +1,66 @@
|
|
|
1
1
|
# Body text for the empty state when no items are found
|
|
2
|
-
groupSharedFeatures.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
2
|
+
groupSharedFeatures.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ťŕÿ ăďĵüśţίлĝ ŷôûŕ ƒїļτéѓś όř ķëỳώòґďŝ. 國國國國國國國國國國國⟧
|
|
3
3
|
# Heading for the empty state when no items are found
|
|
4
|
-
groupSharedFeatures.emptyState.heading = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
4
|
+
groupSharedFeatures.emptyState.heading = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Śòřŗŷ, ẁę ćοµļďņ'ť ƒĭиď щĥãť ŷοµ'ґĕ ļöőķïлĝ ƒôŗ. 國國國國國國國國國國國國國國⟧
|
|
5
5
|
# Label for decreasing the size of column.
|
|
6
|
-
groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize = ⟦萬萬
|
|
6
|
+
groupSharedFeatures.metadataView.actionBar.sliderDecreaseSize = ⟦萬萬 Ďесŗĕǻŝë 國國⟧
|
|
7
7
|
# Label for increasing the size of column.
|
|
8
|
-
groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize = ⟦萬萬
|
|
8
|
+
groupSharedFeatures.metadataView.actionBar.sliderIncreaseSize = ⟦萬萬 Ìлсѓéãŝє 國國⟧
|
|
9
9
|
# Label for the slider that controls the size of column.
|
|
10
|
-
groupSharedFeatures.metadataView.actionBar.sliderLabel = ⟦萬
|
|
10
|
+
groupSharedFeatures.metadataView.actionBar.sliderLabel = ⟦萬 Ŝĺìďēя 國⟧
|
|
11
11
|
# Label to switch to grid view
|
|
12
|
-
groupSharedFeatures.metadataView.actionBar.switchToGridView = ⟦萬萬萬萬萬
|
|
12
|
+
groupSharedFeatures.metadataView.actionBar.switchToGridView = ⟦萬萬萬萬萬 Şώіťċн ŧø Ĝřįď Vïēŵ 國國國國國⟧
|
|
13
13
|
# Label to switch to list view
|
|
14
|
-
groupSharedFeatures.metadataView.actionBar.switchToListView = ⟦萬萬萬萬萬
|
|
14
|
+
groupSharedFeatures.metadataView.actionBar.switchToListView = ⟦萬萬萬萬萬 Ѕẁíŧĉн ťő Ľīŝτ Vįĕщ 國國國國國⟧
|
|
15
15
|
# Button label to open the sidepanel with all filters
|
|
16
|
-
groupSharedFeatures.metadataView.filterRow.AllFilters = ⟦萬萬萬
|
|
16
|
+
groupSharedFeatures.metadataView.filterRow.AllFilters = ⟦萬萬萬 Âļļ ₣īľţėřś 國國國⟧
|
|
17
17
|
# Button label to apply the current input as a filter to the metadata table
|
|
18
|
-
groupSharedFeatures.metadataView.filterRow.applyButton = ⟦萬
|
|
18
|
+
groupSharedFeatures.metadataView.filterRow.applyButton = ⟦萬 ÄΡΡļÿ 國⟧
|
|
19
19
|
# Label for a filter chip that includes the name and count of selected options
|
|
20
20
|
groupSharedFeatures.metadataView.filterRow.chipNameWithCount = ⟦萬萬萬 {name} ({count}) 國國國⟧
|
|
21
21
|
# Button label to clear the current input in a textarea
|
|
22
|
-
groupSharedFeatures.metadataView.filterRow.clearButton = ⟦萬
|
|
22
|
+
groupSharedFeatures.metadataView.filterRow.clearButton = ⟦萬 Ćľėãŕ 國⟧
|
|
23
23
|
# Title for the file type filter group
|
|
24
|
-
groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle = ⟦萬萬
|
|
24
|
+
groupSharedFeatures.metadataView.filterRow.fileTypeFilterTitle = ⟦萬萬 ₣įļè ŢŷΡĕ 國國⟧
|
|
25
25
|
# Placeholder text for the keyword search filter
|
|
26
|
-
groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = ⟦萬萬萬萬
|
|
26
|
+
groupSharedFeatures.metadataView.filterRow.keywordSearchFilterPlaceholder = ⟦萬萬萬萬 Ėήτęѓ кеỳẃôŕďś 國國國國⟧
|
|
27
27
|
# Title for the location filter group
|
|
28
|
-
groupSharedFeatures.metadataView.filterRow.locationFilterTitle = ⟦萬萬
|
|
28
|
+
groupSharedFeatures.metadataView.filterRow.locationFilterTitle = ⟦萬萬 Ŀőсäŧįòπ 國國⟧
|
|
29
29
|
# Placeholder text for the input field in the filter row
|
|
30
|
-
groupSharedFeatures.metadataView.filterRow.textInputPlaceholder = ⟦萬萬
|
|
30
|
+
groupSharedFeatures.metadataView.filterRow.textInputPlaceholder = ⟦萬萬 Ŝëţ Våļűė 國國⟧
|
|
31
31
|
# Button label to clear all filters in the sidepanel
|
|
32
|
-
groupSharedFeatures.metadataView.filterSidepanel.clearAllButton = ⟦萬萬
|
|
32
|
+
groupSharedFeatures.metadataView.filterSidepanel.clearAllButton = ⟦萬萬 Çĺёąг Ąĺĺ 國國⟧
|
|
33
33
|
# Aria label for the close button in the filter sidepanel
|
|
34
|
-
groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel = ⟦萬
|
|
34
|
+
groupSharedFeatures.metadataView.filterSidepanel.closeAriaLabel = ⟦萬 Çĺοşε 國⟧
|
|
35
35
|
# Header for the filter sidepanel
|
|
36
|
-
groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = ⟦萬萬
|
|
36
|
+
groupSharedFeatures.metadataView.filterSidepanel.filtersHeader = ⟦萬萬 ₣íļŧēґѕ 國國⟧
|
|
37
37
|
# Button label to apply filters and show results
|
|
38
|
-
groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = ⟦萬
|
|
38
|
+
groupSharedFeatures.metadataView.filterSidepanel.showResultsButton = ⟦萬 Śëáŕćн 國⟧
|
|
39
39
|
# Label for the grid view of files and folders
|
|
40
|
-
groupSharedFeatures.metadataView.gridList.gridView = ⟦萬萬
|
|
40
|
+
groupSharedFeatures.metadataView.gridList.gridView = ⟦萬萬 Ĝґĩď Vіĕẁ 國國⟧
|
|
41
41
|
# Label for the default unselected option in inline editing dropdowns
|
|
42
42
|
groupSharedFeatures.metadataView.inlineEditingCell.unselectedOptionLabel = ⟦ -- ⟧
|
|
43
43
|
# Label for the action menu for an item in the metadata view list
|
|
44
|
-
groupSharedFeatures.metadataView.itemActionMenu.actionMenu = ⟦萬萬萬
|
|
44
|
+
groupSharedFeatures.metadataView.itemActionMenu.actionMenu = ⟦萬萬萬 Āçτïόή mèлµ 國國國⟧
|
|
45
45
|
# Error message displayed when metadata fails to load
|
|
46
|
-
groupSharedFeatures.metadataView.itemList.errorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
46
|
+
groupSharedFeatures.metadataView.itemList.errorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Şömέţнįήĝ ẃèʼnŧ ωґőʼnġ. Pľĕåśĕ гέƒřêśн ťĥіѕ Ρãĝë. 國國國國國國國國國國國國國國⟧
|
|
47
47
|
# Label for the list of files and folders displayed in a list view
|
|
48
|
-
groupSharedFeatures.metadataView.itemList.listView = ⟦萬萬
|
|
48
|
+
groupSharedFeatures.metadataView.itemList.listView = ⟦萬萬 Ĺìŝŧ νîĕω 國國⟧
|
|
49
49
|
# Label for the refresh button in error state
|
|
50
|
-
groupSharedFeatures.metadataView.itemList.refreshButton = ⟦萬萬
|
|
50
|
+
groupSharedFeatures.metadataView.itemList.refreshButton = ⟦萬萬 Γеƒґèşн 國國⟧
|
|
51
51
|
# Label for the select all checkbox in the metadata table
|
|
52
|
-
groupSharedFeatures.metadataView.itemList.selectAll = ⟦萬萬
|
|
52
|
+
groupSharedFeatures.metadataView.itemList.selectAll = ⟦萬萬 Şέļĕсŧ ǻļļ 國國⟧
|
|
53
53
|
# Placeholder for select folder trigger
|
|
54
|
-
groupSharedFeatures.metadataView.metadataValue.metadataLocation.locationTriggerHint = ⟦萬萬萬萬
|
|
54
|
+
groupSharedFeatures.metadataView.metadataValue.metadataLocation.locationTriggerHint = ⟦萬萬萬萬 Şěľëĉŧ ą ƒòĺďéř 國國國國⟧
|
|
55
55
|
# Aria label for the search input
|
|
56
|
-
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel = ⟦萬
|
|
56
|
+
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputAriaLabel = ⟦萬 Ŝęàѓċĥ 國⟧
|
|
57
57
|
# Aria label for the clear button in the search input
|
|
58
|
-
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel = ⟦萬
|
|
58
|
+
groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel = ⟦萬 Čľēäŗ 國⟧
|
|
59
59
|
# Label for the next page button
|
|
60
|
-
groupSharedFeatures.metadataView.pagination.nextPageButton = ⟦萬
|
|
60
|
+
groupSharedFeatures.metadataView.pagination.nextPageButton = ⟦萬 Ńĕם 國⟧
|
|
61
61
|
# Pagination menu status with the range of entries shown
|
|
62
|
-
groupSharedFeatures.metadataView.pagination.pageEntryStatus = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
62
|
+
groupSharedFeatures.metadataView.pagination.pageEntryStatus = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ѕħσẃĭŋğ {startEntryIndex} τō {endEntryIndex} òƒ {totalCount} ёŋŧґίĕŝ 國國國國國國國國國國國⟧
|
|
63
63
|
# Aria label for the pagination component, which includes entry status and previous/next page controls
|
|
64
|
-
groupSharedFeatures.metadataView.pagination.paginationLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 P
|
|
64
|
+
groupSharedFeatures.metadataView.pagination.paginationLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Pǻġìņαťīöń ņáνϊğăţīòп сσʼnţŗόľŝ ăйď сũгřёηť Ρãğě ĩʼnƒőґmáţìσπ 國國國國國國國國國國國國國國國國國⟧
|
|
65
65
|
# Label for the previous page button
|
|
66
|
-
groupSharedFeatures.metadataView.pagination.previousPageButton = ⟦萬萬 P
|
|
66
|
+
groupSharedFeatures.metadataView.pagination.previousPageButton = ⟦萬萬 Pŗěνįσµś 國國⟧
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/metadata-view",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.1",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@box/blueprint-web": "^12.76.2",
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
"react-intl": "^6.4.2"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@box/blueprint-web": "^12.
|
|
22
|
-
"@box/blueprint-web-assets": "^4.
|
|
23
|
-
"@box/box-item-type-selector": "^1.
|
|
21
|
+
"@box/blueprint-web": "^12.93.0",
|
|
22
|
+
"@box/blueprint-web-assets": "^4.77.0",
|
|
23
|
+
"@box/box-item-type-selector": "^1.5.0",
|
|
24
24
|
"@box/eslint-plugin-blueprint": "1.0.5",
|
|
25
|
-
"@box/item-icon": "^1.
|
|
26
|
-
"@box/metadata-filter": "^1.
|
|
27
|
-
"@box/storybook-utils": "0.14.
|
|
25
|
+
"@box/item-icon": "^1.7.0",
|
|
26
|
+
"@box/metadata-filter": "^1.42.0",
|
|
27
|
+
"@box/storybook-utils": "0.14.14",
|
|
28
28
|
"@box/types": "1.0.0",
|
|
29
29
|
"@tanstack/react-virtual": "^3.10.8",
|
|
30
30
|
"react-intl": "^6.4.2"
|