@box/box-item-type-selector 0.60.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 (73) hide show
  1. package/LICENSE +379 -0
  2. package/README.md +47 -0
  3. package/dist/chunks/constants.js +115 -0
  4. package/dist/esm/index.js +11 -0
  5. package/dist/esm/lib/box-item-type-selector-quick-filter.js +90 -0
  6. package/dist/esm/lib/box-item-type-selector.js +81 -0
  7. package/dist/esm/lib/constants.js +8 -0
  8. package/dist/esm/lib/messages.js +74 -0
  9. package/dist/esm/lib/utils/VariantsAggregator.js +46 -0
  10. package/dist/i18n/bn-IN.js +19 -0
  11. package/dist/i18n/bn-IN.properties +34 -0
  12. package/dist/i18n/da-DK.js +19 -0
  13. package/dist/i18n/da-DK.properties +34 -0
  14. package/dist/i18n/de-DE.js +19 -0
  15. package/dist/i18n/de-DE.properties +34 -0
  16. package/dist/i18n/en-AU.js +19 -0
  17. package/dist/i18n/en-AU.properties +34 -0
  18. package/dist/i18n/en-CA.js +19 -0
  19. package/dist/i18n/en-CA.properties +34 -0
  20. package/dist/i18n/en-GB.js +19 -0
  21. package/dist/i18n/en-GB.properties +34 -0
  22. package/dist/i18n/en-US.js +19 -0
  23. package/dist/i18n/en-US.properties +34 -0
  24. package/dist/i18n/en-x-pseudo.js +19 -0
  25. package/dist/i18n/en-x-pseudo.properties +34 -0
  26. package/dist/i18n/es-419.js +19 -0
  27. package/dist/i18n/es-419.properties +34 -0
  28. package/dist/i18n/es-ES.js +19 -0
  29. package/dist/i18n/es-ES.properties +34 -0
  30. package/dist/i18n/fi-FI.js +19 -0
  31. package/dist/i18n/fi-FI.properties +34 -0
  32. package/dist/i18n/fr-CA.js +19 -0
  33. package/dist/i18n/fr-CA.properties +34 -0
  34. package/dist/i18n/fr-FR.js +19 -0
  35. package/dist/i18n/fr-FR.properties +34 -0
  36. package/dist/i18n/hi-IN.js +19 -0
  37. package/dist/i18n/hi-IN.properties +34 -0
  38. package/dist/i18n/it-IT.js +19 -0
  39. package/dist/i18n/it-IT.properties +34 -0
  40. package/dist/i18n/ja-JP.js +19 -0
  41. package/dist/i18n/ja-JP.properties +34 -0
  42. package/dist/i18n/json/src/lib/messages.json +1 -0
  43. package/dist/i18n/ko-KR.js +19 -0
  44. package/dist/i18n/ko-KR.properties +34 -0
  45. package/dist/i18n/nb-NO.js +19 -0
  46. package/dist/i18n/nb-NO.properties +34 -0
  47. package/dist/i18n/nl-NL.js +19 -0
  48. package/dist/i18n/nl-NL.properties +34 -0
  49. package/dist/i18n/pl-PL.js +19 -0
  50. package/dist/i18n/pl-PL.properties +34 -0
  51. package/dist/i18n/pt-BR.js +19 -0
  52. package/dist/i18n/pt-BR.properties +34 -0
  53. package/dist/i18n/ru-RU.js +19 -0
  54. package/dist/i18n/ru-RU.properties +34 -0
  55. package/dist/i18n/sv-SE.js +19 -0
  56. package/dist/i18n/sv-SE.properties +34 -0
  57. package/dist/i18n/tr-TR.js +19 -0
  58. package/dist/i18n/tr-TR.properties +34 -0
  59. package/dist/i18n/zh-CN.js +19 -0
  60. package/dist/i18n/zh-CN.properties +34 -0
  61. package/dist/i18n/zh-TW.js +19 -0
  62. package/dist/i18n/zh-TW.properties +34 -0
  63. package/dist/styles/box-item-type-selector-quick-filter.css +1 -0
  64. package/dist/styles/box-item-type-selector.css +1 -0
  65. package/dist/types/index.d.ts +3 -0
  66. package/dist/types/lib/box-item-type-selector-quick-filter.d.ts +12 -0
  67. package/dist/types/lib/box-item-type-selector.d.ts +3 -0
  68. package/dist/types/lib/constants.d.ts +20 -0
  69. package/dist/types/lib/messages.d.ts +88 -0
  70. package/dist/types/lib/stories/shared.d.ts +15 -0
  71. package/dist/types/lib/types.d.ts +111 -0
  72. package/dist/types/lib/utils/VariantsAggregator.d.ts +15 -0
  73. package/package.json +48 -0
@@ -0,0 +1,81 @@
1
+ import { Checkbox as f, Text as S } from "@box/blueprint-web";
2
+ import d from "clsx";
3
+ import { forwardRef as T, useCallback as b } from "react";
4
+ import { useIntl as v } from "react-intl";
5
+ import { b as _, I as x } from "../../chunks/constants.js";
6
+ import { jsx as a, jsxs as y } from "react/jsx-runtime";
7
+ import '../../styles/box-item-type-selector.css';const k = "_boxItemTypeSelectorContainer_1kmgh_1", g = "_parentItemTypeSelectorContainer_1kmgh_5", N = "_itemTypeSelector_1kmgh_15", E = "_selectorLabel_1kmgh_21", L = "_disabled_1kmgh_35", w = "_childItemTypeSelectorContainer_1kmgh_38", i = {
8
+ boxItemTypeSelectorContainer: k,
9
+ parentItemTypeSelectorContainer: g,
10
+ itemTypeSelector: N,
11
+ selectorLabel: E,
12
+ disabled: L,
13
+ childItemTypeSelectorContainer: w
14
+ }, M = (s, o) => {
15
+ const r = [...o];
16
+ return s.forEach((l) => {
17
+ r.includes(l.value) || r.push(l.value);
18
+ }), r;
19
+ }, R = (s, o) => {
20
+ const r = [...o];
21
+ return s.forEach((l) => {
22
+ const n = r.indexOf(l.value);
23
+ n >= 0 && r.splice(n, 1);
24
+ }), r;
25
+ }, $ = (s, o, r) => {
26
+ let l = [...r];
27
+ return s ? l.push(o) : l = l.filter((n) => n !== o), l;
28
+ }, W = /* @__PURE__ */ T((s, o) => {
29
+ const {
30
+ className: r,
31
+ onSelectionChange: l,
32
+ selected: n,
33
+ disabled: m = !1,
34
+ ...C
35
+ } = s, I = v(), h = (e) => e.children ? e.children.every((t) => n.includes(t.value)) ? !0 : e.children.every((t) => !n.includes(t.value)) ? !1 : x : n.includes(e.value), p = b((e, t) => {
36
+ let c = [...n];
37
+ t.children ? e ? c = M(t.children, c) : c = R(t.children, c) : c = $(e, t.value, c), l(c);
38
+ }, [l, n]), u = (e) => /* @__PURE__ */ y("span", {
39
+ className: d(i.selectorLabel, {
40
+ [i.disabled]: m
41
+ }),
42
+ children: [e.icon, /* @__PURE__ */ a(S, {
43
+ as: "span",
44
+ children: I.formatMessage(e.title)
45
+ })]
46
+ });
47
+ return /* @__PURE__ */ a("div", {
48
+ ref: o,
49
+ className: d(r, i.boxItemTypeSelectorContainer),
50
+ ...C,
51
+ children: /* @__PURE__ */ a("ul", {
52
+ children: _.map((e) => /* @__PURE__ */ y("li", {
53
+ className: d(i.parentItemTypeSelectorContainer),
54
+ children: [/* @__PURE__ */ a(f.Item, {
55
+ checked: h(e),
56
+ className: d(i.itemTypeSelector),
57
+ disabled: m,
58
+ label: u(e),
59
+ onCheckedChange: (t) => p(t, e),
60
+ value: e.value
61
+ }, `box-item-type-selector-${e.value}`), e.children && /* @__PURE__ */ a("ul", {
62
+ className: d(i.childItemTypeSelectorContainer),
63
+ children: e.children.map((t) => /* @__PURE__ */ a("li", {
64
+ children: /* @__PURE__ */ a(f.Item, {
65
+ checked: h(t),
66
+ className: d(i.itemTypeSelector),
67
+ disabled: m,
68
+ label: u(t),
69
+ onCheckedChange: (c) => p(c, t),
70
+ value: t.value
71
+ })
72
+ }, `box-item-type-selector-${t.value}`))
73
+ })]
74
+ }, `parent-item-type-selector-container-${e.value}`))
75
+ })
76
+ });
77
+ });
78
+ export {
79
+ W as BoxItemTypeSelector,
80
+ W as default
81
+ };
@@ -0,0 +1,8 @@
1
+ import "@box/blueprint-web-assets/icons/Content";
2
+ import "@box/blueprint-web-assets/icons/Fill";
3
+ import { I as i, b as I } from "../../chunks/constants.js";
4
+ import "react/jsx-runtime";
5
+ export {
6
+ i as INDETERMINATE,
7
+ I as boxItemTypeMapping
8
+ };
@@ -0,0 +1,74 @@
1
+ import { defineMessages as e } from "react-intl";
2
+ const p = e({
3
+ apply: {
4
+ id: "groupSharedFeatures.boxItemTypeSelector.quickFilter.apply",
5
+ defaultMessage: "Apply"
6
+ },
7
+ audioType: {
8
+ id: "groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType",
9
+ defaultMessage: "Audio"
10
+ },
11
+ boxcanvasType: {
12
+ id: "groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType",
13
+ defaultMessage: "Box Canvas"
14
+ },
15
+ boxnoteType: {
16
+ id: "groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType",
17
+ defaultMessage: "Box Note"
18
+ },
19
+ clear: {
20
+ id: "groupSharedFeatures.boxItemTypeSelector.quickFilter.clear",
21
+ defaultMessage: "Clear"
22
+ },
23
+ documentType: {
24
+ id: "groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType",
25
+ defaultMessage: "Document"
26
+ },
27
+ drawingType: {
28
+ id: "groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType",
29
+ defaultMessage: "Drawing"
30
+ },
31
+ fileTypeLabelDropdown: {
32
+ id: "groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown",
33
+ defaultMessage: "File Type"
34
+ },
35
+ fileType: {
36
+ id: "groupSharedFeatures.boxItemTypeSelector.itemType.fileType",
37
+ defaultMessage: "Files"
38
+ },
39
+ folderType: {
40
+ id: "groupSharedFeatures.boxItemTypeSelector.itemType.folderType",
41
+ defaultMessage: "Folders"
42
+ },
43
+ imageType: {
44
+ id: "groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType",
45
+ defaultMessage: "Image"
46
+ },
47
+ multipleFiles: {
48
+ id: "groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles",
49
+ defaultMessage: "{fileType} +{count}"
50
+ },
51
+ pdfType: {
52
+ id: "groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType",
53
+ defaultMessage: "PDF"
54
+ },
55
+ presentationType: {
56
+ id: "groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType",
57
+ defaultMessage: "Presentation"
58
+ },
59
+ spreadsheetType: {
60
+ id: "groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType",
61
+ defaultMessage: "Spreadsheet"
62
+ },
63
+ threedType: {
64
+ id: "groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType",
65
+ defaultMessage: "3D"
66
+ },
67
+ videoType: {
68
+ id: "groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType",
69
+ defaultMessage: "Video"
70
+ }
71
+ });
72
+ export {
73
+ p as default
74
+ };
@@ -0,0 +1,46 @@
1
+ import { Text as d } from "@box/blueprint-web";
2
+ import { Fragment as m } from "react";
3
+ import { jsx as r, jsxs as c } from "react/jsx-runtime";
4
+ const g = ({
5
+ defaultProps: t,
6
+ DefaultComponentTemplate: s,
7
+ variantsMap: n,
8
+ containerStyle: o
9
+ }) => {
10
+ const l = Object.entries(n);
11
+ return /* @__PURE__ */ r("div", {
12
+ style: {
13
+ display: "grid",
14
+ gridTemplateColumns: "auto auto",
15
+ alignItems: "baseline",
16
+ gap: "64px 12px",
17
+ ...o
18
+ },
19
+ children: l.map(([a, {
20
+ props: e = {},
21
+ ComponentTemplate: i
22
+ }]) => /* @__PURE__ */ c(m, {
23
+ children: [/* @__PURE__ */ r(d, {
24
+ as: "span",
25
+ color: "textOnLightSecondary",
26
+ style: {
27
+ textTransform: "uppercase"
28
+ },
29
+ variant: "bodyDefaultBold",
30
+ children: a
31
+ }), /* @__PURE__ */ r("div", {
32
+ children: i ? /* @__PURE__ */ r(i, {
33
+ ...t,
34
+ ...e
35
+ }) : /* @__PURE__ */ r(s, {
36
+ ...t,
37
+ ...e
38
+ })
39
+ })]
40
+ }, a))
41
+ });
42
+ };
43
+ g.displayName = "variants";
44
+ export {
45
+ g as VariantsAggregator
46
+ };
@@ -0,0 +1,19 @@
1
+ export default {
2
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType": "অডিও",
3
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType": "Box ক্যানভাস",
4
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType": "Box Note",
5
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType": "ডকুমেন্ট",
6
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType": "অঙ্কন",
7
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType": "ইমেজ",
8
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles": "{fileType} +{count}",
9
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType": "PDF",
10
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType": "উপস্থাপনা",
11
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType": "স্প্রেডশীট",
12
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType": "3D",
13
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType": "ভিডিও",
14
+ "groupSharedFeatures.boxItemTypeSelector.itemType.fileType": "ফাইলগুলি",
15
+ "groupSharedFeatures.boxItemTypeSelector.itemType.folderType": "ফোল্ডারগুলি",
16
+ "groupSharedFeatures.boxItemTypeSelector.quickFilter.apply": "আবেদন করুন",
17
+ "groupSharedFeatures.boxItemTypeSelector.quickFilter.clear": "পরিষ্কার করুন",
18
+ "groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown": "ফাইলের ধরন"
19
+ }
@@ -0,0 +1,34 @@
1
+ # Label for the audio file type
2
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType = অডিও
3
+ # Label for the Box Canvas file type
4
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType = Box ক্যানভাস
5
+ # Label for the Box Note file type
6
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType = Box Note
7
+ # Label for the document file type
8
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType = ডকুমেন্ট
9
+ # Label for the drawing file type
10
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType = অঙ্কন
11
+ # Label for the image file type
12
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType = ইমেজ
13
+ # Label for multiple file types
14
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles = {fileType} +{count}
15
+ # Label for the PDF file type
16
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType = PDF
17
+ # Label for the presentation file type
18
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType = উপস্থাপনা
19
+ # Label for the spreadsheet file type
20
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType = স্প্রেডশীট
21
+ # Label for the 3D file type
22
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType = 3D
23
+ # Label for the video file type
24
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType = ভিডিও
25
+ # Label for the checkbox item type selector representing files
26
+ groupSharedFeatures.boxItemTypeSelector.itemType.fileType = ফাইলগুলি
27
+ # Label for the checkbox item type selector representing folders
28
+ groupSharedFeatures.boxItemTypeSelector.itemType.folderType = ফোল্ডারগুলি
29
+ # Label for the button in the selector to apply the selected filters
30
+ groupSharedFeatures.boxItemTypeSelector.quickFilter.apply = আবেদন করুন
31
+ # Label for the button in the selector to clear all the selected filters
32
+ groupSharedFeatures.boxItemTypeSelector.quickFilter.clear = পরিষ্কার করুন
33
+ # Label for the dropdown chip when no specific selection has been made
34
+ groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown = ফাইলের ধরন
@@ -0,0 +1,19 @@
1
+ export default {
2
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType": "Lyd",
3
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType": "Box Canvas",
4
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType": "Box Note",
5
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType": "Dokument",
6
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType": "Tegning",
7
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType": "Billede",
8
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles": "{fileType} +{count}",
9
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType": "PDF",
10
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType": "Præsentation",
11
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType": "Regneark",
12
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType": "3D",
13
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType": "Video",
14
+ "groupSharedFeatures.boxItemTypeSelector.itemType.fileType": "Filer",
15
+ "groupSharedFeatures.boxItemTypeSelector.itemType.folderType": "Mapper",
16
+ "groupSharedFeatures.boxItemTypeSelector.quickFilter.apply": "Anvend",
17
+ "groupSharedFeatures.boxItemTypeSelector.quickFilter.clear": "Ryd",
18
+ "groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown": "Filtype"
19
+ }
@@ -0,0 +1,34 @@
1
+ # Label for the audio file type
2
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType = Lyd
3
+ # Label for the Box Canvas file type
4
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType = Box Canvas
5
+ # Label for the Box Note file type
6
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType = Box Note
7
+ # Label for the document file type
8
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType = Dokument
9
+ # Label for the drawing file type
10
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType = Tegning
11
+ # Label for the image file type
12
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType = Billede
13
+ # Label for multiple file types
14
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles = {fileType} +{count}
15
+ # Label for the PDF file type
16
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType = PDF
17
+ # Label for the presentation file type
18
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType = Præsentation
19
+ # Label for the spreadsheet file type
20
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType = Regneark
21
+ # Label for the 3D file type
22
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType = 3D
23
+ # Label for the video file type
24
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType = Video
25
+ # Label for the checkbox item type selector representing files
26
+ groupSharedFeatures.boxItemTypeSelector.itemType.fileType = Filer
27
+ # Label for the checkbox item type selector representing folders
28
+ groupSharedFeatures.boxItemTypeSelector.itemType.folderType = Mapper
29
+ # Label for the button in the selector to apply the selected filters
30
+ groupSharedFeatures.boxItemTypeSelector.quickFilter.apply = Anvend
31
+ # Label for the button in the selector to clear all the selected filters
32
+ groupSharedFeatures.boxItemTypeSelector.quickFilter.clear = Ryd
33
+ # Label for the dropdown chip when no specific selection has been made
34
+ groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown = Filtype
@@ -0,0 +1,19 @@
1
+ export default {
2
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType": "Audio",
3
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType": "Box Canvas",
4
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType": "Box Note",
5
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType": "Dokument",
6
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType": "Zeichnung",
7
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType": "Bild",
8
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles": "{fileType} +{count}",
9
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType": "PDF",
10
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType": "Präsentation",
11
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType": "Tabellenkalkulation",
12
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType": "3D",
13
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType": "Video",
14
+ "groupSharedFeatures.boxItemTypeSelector.itemType.fileType": "Dateien",
15
+ "groupSharedFeatures.boxItemTypeSelector.itemType.folderType": "Ordner",
16
+ "groupSharedFeatures.boxItemTypeSelector.quickFilter.apply": "Anwenden",
17
+ "groupSharedFeatures.boxItemTypeSelector.quickFilter.clear": "Löschen",
18
+ "groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown": "Dateityp"
19
+ }
@@ -0,0 +1,34 @@
1
+ # Label for the audio file type
2
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType = Audio
3
+ # Label for the Box Canvas file type
4
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType = Box Canvas
5
+ # Label for the Box Note file type
6
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType = Box Note
7
+ # Label for the document file type
8
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType = Dokument
9
+ # Label for the drawing file type
10
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType = Zeichnung
11
+ # Label for the image file type
12
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType = Bild
13
+ # Label for multiple file types
14
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles = {fileType} +{count}
15
+ # Label for the PDF file type
16
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType = PDF
17
+ # Label for the presentation file type
18
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType = Präsentation
19
+ # Label for the spreadsheet file type
20
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType = Tabellenkalkulation
21
+ # Label for the 3D file type
22
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType = 3D
23
+ # Label for the video file type
24
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType = Video
25
+ # Label for the checkbox item type selector representing files
26
+ groupSharedFeatures.boxItemTypeSelector.itemType.fileType = Dateien
27
+ # Label for the checkbox item type selector representing folders
28
+ groupSharedFeatures.boxItemTypeSelector.itemType.folderType = Ordner
29
+ # Label for the button in the selector to apply the selected filters
30
+ groupSharedFeatures.boxItemTypeSelector.quickFilter.apply = Anwenden
31
+ # Label for the button in the selector to clear all the selected filters
32
+ groupSharedFeatures.boxItemTypeSelector.quickFilter.clear = Löschen
33
+ # Label for the dropdown chip when no specific selection has been made
34
+ groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown = Dateityp
@@ -0,0 +1,19 @@
1
+ export default {
2
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType": "Audio",
3
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType": "Box Canvas",
4
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType": "Box Note",
5
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType": "Document",
6
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType": "Drawing",
7
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType": "Image",
8
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles": "{fileType} +{count}",
9
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType": "PDF",
10
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType": "Presentation",
11
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType": "Spreadsheet",
12
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType": "3D",
13
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType": "Video",
14
+ "groupSharedFeatures.boxItemTypeSelector.itemType.fileType": "Files",
15
+ "groupSharedFeatures.boxItemTypeSelector.itemType.folderType": "Folders",
16
+ "groupSharedFeatures.boxItemTypeSelector.quickFilter.apply": "Apply",
17
+ "groupSharedFeatures.boxItemTypeSelector.quickFilter.clear": "Clear",
18
+ "groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown": "File Type"
19
+ }
@@ -0,0 +1,34 @@
1
+ # Label for the audio file type
2
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType = Audio
3
+ # Label for the Box Canvas file type
4
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType = Box Canvas
5
+ # Label for the Box Note file type
6
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType = Box Note
7
+ # Label for the document file type
8
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType = Document
9
+ # Label for the drawing file type
10
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType = Drawing
11
+ # Label for the image file type
12
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType = Image
13
+ # Label for multiple file types
14
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles = {fileType} +{count}
15
+ # Label for the PDF file type
16
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType = PDF
17
+ # Label for the presentation file type
18
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType = Presentation
19
+ # Label for the spreadsheet file type
20
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType = Spreadsheet
21
+ # Label for the 3D file type
22
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType = 3D
23
+ # Label for the video file type
24
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType = Video
25
+ # Label for the checkbox item type selector representing files
26
+ groupSharedFeatures.boxItemTypeSelector.itemType.fileType = Files
27
+ # Label for the checkbox item type selector representing folders
28
+ groupSharedFeatures.boxItemTypeSelector.itemType.folderType = Folders
29
+ # Label for the button in the selector to apply the selected filters
30
+ groupSharedFeatures.boxItemTypeSelector.quickFilter.apply = Apply
31
+ # Label for the button in the selector to clear all the selected filters
32
+ groupSharedFeatures.boxItemTypeSelector.quickFilter.clear = Clear
33
+ # Label for the dropdown chip when no specific selection has been made
34
+ groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown = File Type
@@ -0,0 +1,19 @@
1
+ export default {
2
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType": "Audio",
3
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType": "Box Canvas",
4
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType": "Box Note",
5
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType": "Document",
6
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType": "Drawing",
7
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType": "Image",
8
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles": "{fileType} +{count}",
9
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType": "PDF",
10
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType": "Presentation",
11
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType": "Spreadsheet",
12
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType": "3D",
13
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType": "Video",
14
+ "groupSharedFeatures.boxItemTypeSelector.itemType.fileType": "Files",
15
+ "groupSharedFeatures.boxItemTypeSelector.itemType.folderType": "Folders",
16
+ "groupSharedFeatures.boxItemTypeSelector.quickFilter.apply": "Apply",
17
+ "groupSharedFeatures.boxItemTypeSelector.quickFilter.clear": "Clear",
18
+ "groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown": "File Type"
19
+ }
@@ -0,0 +1,34 @@
1
+ # Label for the audio file type
2
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType = Audio
3
+ # Label for the Box Canvas file type
4
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType = Box Canvas
5
+ # Label for the Box Note file type
6
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType = Box Note
7
+ # Label for the document file type
8
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType = Document
9
+ # Label for the drawing file type
10
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType = Drawing
11
+ # Label for the image file type
12
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType = Image
13
+ # Label for multiple file types
14
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles = {fileType} +{count}
15
+ # Label for the PDF file type
16
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType = PDF
17
+ # Label for the presentation file type
18
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType = Presentation
19
+ # Label for the spreadsheet file type
20
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType = Spreadsheet
21
+ # Label for the 3D file type
22
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType = 3D
23
+ # Label for the video file type
24
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType = Video
25
+ # Label for the checkbox item type selector representing files
26
+ groupSharedFeatures.boxItemTypeSelector.itemType.fileType = Files
27
+ # Label for the checkbox item type selector representing folders
28
+ groupSharedFeatures.boxItemTypeSelector.itemType.folderType = Folders
29
+ # Label for the button in the selector to apply the selected filters
30
+ groupSharedFeatures.boxItemTypeSelector.quickFilter.apply = Apply
31
+ # Label for the button in the selector to clear all the selected filters
32
+ groupSharedFeatures.boxItemTypeSelector.quickFilter.clear = Clear
33
+ # Label for the dropdown chip when no specific selection has been made
34
+ groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown = File Type
@@ -0,0 +1,19 @@
1
+ export default {
2
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType": "Audio",
3
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType": "Box Canvas",
4
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType": "Box Note",
5
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType": "Document",
6
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType": "Drawing",
7
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType": "Image",
8
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles": "{fileType} +{count}",
9
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType": "PDF",
10
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType": "Presentation",
11
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType": "Spreadsheet",
12
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType": "3D",
13
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType": "Video",
14
+ "groupSharedFeatures.boxItemTypeSelector.itemType.fileType": "Files",
15
+ "groupSharedFeatures.boxItemTypeSelector.itemType.folderType": "Folders",
16
+ "groupSharedFeatures.boxItemTypeSelector.quickFilter.apply": "Apply",
17
+ "groupSharedFeatures.boxItemTypeSelector.quickFilter.clear": "Clear",
18
+ "groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown": "File Type"
19
+ }
@@ -0,0 +1,34 @@
1
+ # Label for the audio file type
2
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType = Audio
3
+ # Label for the Box Canvas file type
4
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType = Box Canvas
5
+ # Label for the Box Note file type
6
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType = Box Note
7
+ # Label for the document file type
8
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType = Document
9
+ # Label for the drawing file type
10
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType = Drawing
11
+ # Label for the image file type
12
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType = Image
13
+ # Label for multiple file types
14
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles = {fileType} +{count}
15
+ # Label for the PDF file type
16
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType = PDF
17
+ # Label for the presentation file type
18
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType = Presentation
19
+ # Label for the spreadsheet file type
20
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType = Spreadsheet
21
+ # Label for the 3D file type
22
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType = 3D
23
+ # Label for the video file type
24
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType = Video
25
+ # Label for the checkbox item type selector representing files
26
+ groupSharedFeatures.boxItemTypeSelector.itemType.fileType = Files
27
+ # Label for the checkbox item type selector representing folders
28
+ groupSharedFeatures.boxItemTypeSelector.itemType.folderType = Folders
29
+ # Label for the button in the selector to apply the selected filters
30
+ groupSharedFeatures.boxItemTypeSelector.quickFilter.apply = Apply
31
+ # Label for the button in the selector to clear all the selected filters
32
+ groupSharedFeatures.boxItemTypeSelector.quickFilter.clear = Clear
33
+ # Label for the dropdown chip when no specific selection has been made
34
+ groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown = File Type
@@ -0,0 +1,19 @@
1
+ export default {
2
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType": "Audio",
3
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType": "Box Canvas",
4
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType": "Box Note",
5
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType": "Document",
6
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType": "Drawing",
7
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType": "Image",
8
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles": "{fileType} +{count}",
9
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType": "PDF",
10
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType": "Presentation",
11
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType": "Spreadsheet",
12
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType": "3D",
13
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType": "Video",
14
+ "groupSharedFeatures.boxItemTypeSelector.itemType.fileType": "Files",
15
+ "groupSharedFeatures.boxItemTypeSelector.itemType.folderType": "Folders",
16
+ "groupSharedFeatures.boxItemTypeSelector.quickFilter.apply": "Apply",
17
+ "groupSharedFeatures.boxItemTypeSelector.quickFilter.clear": "Clear",
18
+ "groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown": "File Type"
19
+ }
@@ -0,0 +1,34 @@
1
+ # Label for the audio file type
2
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType = Audio
3
+ # Label for the Box Canvas file type
4
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType = Box Canvas
5
+ # Label for the Box Note file type
6
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType = Box Note
7
+ # Label for the document file type
8
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType = Document
9
+ # Label for the drawing file type
10
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType = Drawing
11
+ # Label for the image file type
12
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType = Image
13
+ # Label for multiple file types
14
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles = {fileType} +{count}
15
+ # Label for the PDF file type
16
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType = PDF
17
+ # Label for the presentation file type
18
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType = Presentation
19
+ # Label for the spreadsheet file type
20
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType = Spreadsheet
21
+ # Label for the 3D file type
22
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType = 3D
23
+ # Label for the video file type
24
+ groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType = Video
25
+ # Label for the checkbox item type selector representing files
26
+ groupSharedFeatures.boxItemTypeSelector.itemType.fileType = Files
27
+ # Label for the checkbox item type selector representing folders
28
+ groupSharedFeatures.boxItemTypeSelector.itemType.folderType = Folders
29
+ # Label for the button in the selector to apply the selected filters
30
+ groupSharedFeatures.boxItemTypeSelector.quickFilter.apply = Apply
31
+ # Label for the button in the selector to clear all the selected filters
32
+ groupSharedFeatures.boxItemTypeSelector.quickFilter.clear = Clear
33
+ # Label for the dropdown chip when no specific selection has been made
34
+ groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown = File Type
@@ -0,0 +1,19 @@
1
+ export default {
2
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType": "⟦萬 Άµďιò 國⟧",
3
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType": "⟦萬萬 Бόх Ĉåʼnνǻŝ 國國⟧",
4
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType": "⟦萬萬 Бôх Ńоťê 國國⟧",
5
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType": "⟦萬萬 Ďо¢ûmėņť 國國⟧",
6
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType": "⟦萬萬 Ðŕāωîпğ 國國⟧",
7
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType": "⟦萬 Įmãğě 國⟧",
8
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles": "⟦萬萬萬 {fileType} +{count} 國國國⟧",
9
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType": "⟦ PÐ₣ ⟧",
10
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType": "⟦萬萬萬 Pгèşėņτατĩóй 國國國⟧",
11
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType": "⟦萬萬萬 ŞΡŗēāďśħееť 國國國⟧",
12
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType": "⟦ 3Ð ⟧",
13
+ "groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType": "⟦萬 Vïďεõ 國⟧",
14
+ "groupSharedFeatures.boxItemTypeSelector.itemType.fileType": "⟦萬 ₣īĺèş 國⟧",
15
+ "groupSharedFeatures.boxItemTypeSelector.itemType.folderType": "⟦萬萬 ₣öĺďĕŕś 國國⟧",
16
+ "groupSharedFeatures.boxItemTypeSelector.quickFilter.apply": "⟦萬 ÂΡΡĺγ 國⟧",
17
+ "groupSharedFeatures.boxItemTypeSelector.quickFilter.clear": "⟦萬 Ĉĺēάŕ 國⟧",
18
+ "groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown": "⟦萬萬 ₣íĺε ŤŷΡë 國國⟧"
19
+ }