@lokalise/harmony 1.40.1 → 1.40.2
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/harmony115.cjs +96 -84
- package/dist/harmony115.cjs.map +1 -1
- package/dist/harmony115.mjs +79 -84
- package/dist/harmony115.mjs.map +1 -1
- package/dist/harmony116.cjs +87 -30
- package/dist/harmony116.cjs.map +1 -1
- package/dist/harmony116.mjs +87 -30
- package/dist/harmony116.mjs.map +1 -1
- package/dist/harmony117.cjs +29 -98
- package/dist/harmony117.cjs.map +1 -1
- package/dist/harmony117.mjs +29 -81
- package/dist/harmony117.mjs.map +1 -1
- package/dist/harmony127.cjs +6 -11
- package/dist/harmony127.cjs.map +1 -1
- package/dist/harmony127.mjs +5 -10
- package/dist/harmony127.mjs.map +1 -1
- package/dist/harmony128.cjs +4 -4
- package/dist/harmony128.mjs +4 -4
- package/dist/harmony129.cjs +11 -6
- package/dist/harmony129.cjs.map +1 -1
- package/dist/harmony129.mjs +10 -5
- package/dist/harmony129.mjs.map +1 -1
- package/dist/harmony131.cjs +4 -4
- package/dist/harmony131.mjs +4 -4
- package/dist/harmony135.cjs +1 -1
- package/dist/harmony135.mjs +1 -1
- package/dist/harmony136.cjs +2 -2
- package/dist/harmony136.mjs +2 -2
- package/dist/harmony138.cjs +13 -7
- package/dist/harmony138.cjs.map +1 -1
- package/dist/harmony138.mjs +13 -7
- package/dist/harmony138.mjs.map +1 -1
- package/dist/harmony139.cjs +15 -57
- package/dist/harmony139.cjs.map +1 -1
- package/dist/harmony139.mjs +15 -57
- package/dist/harmony139.mjs.map +1 -1
- package/dist/harmony140.cjs +15 -59
- package/dist/harmony140.cjs.map +1 -1
- package/dist/harmony140.mjs +15 -59
- package/dist/harmony140.mjs.map +1 -1
- package/dist/harmony141.cjs +7 -18
- package/dist/harmony141.cjs.map +1 -1
- package/dist/harmony141.mjs +6 -17
- package/dist/harmony141.mjs.map +1 -1
- package/dist/harmony142.cjs +57 -13
- package/dist/harmony142.cjs.map +1 -1
- package/dist/harmony142.mjs +57 -13
- package/dist/harmony142.mjs.map +1 -1
- package/dist/harmony143.cjs +59 -14
- package/dist/harmony143.cjs.map +1 -1
- package/dist/harmony143.mjs +59 -14
- package/dist/harmony143.mjs.map +1 -1
- package/dist/harmony144.cjs +19 -17
- package/dist/harmony144.cjs.map +1 -1
- package/dist/harmony144.mjs +18 -16
- package/dist/harmony144.mjs.map +1 -1
- package/dist/harmony150.cjs +1 -1
- package/dist/harmony150.mjs +1 -1
- package/dist/harmony66.cjs +1 -0
- package/dist/harmony66.cjs.map +1 -1
- package/dist/harmony66.mjs +1 -0
- package/dist/harmony66.mjs.map +1 -1
- package/dist/harmony75.cjs +1 -1
- package/dist/harmony75.mjs +1 -1
- package/dist/harmony88.cjs +2 -2
- package/dist/harmony88.mjs +2 -2
- package/dist/harmony92.cjs +2 -2
- package/dist/harmony92.mjs +2 -2
- package/dist/harmony96.cjs +11 -166
- package/dist/harmony96.cjs.map +1 -1
- package/dist/harmony96.mjs +11 -166
- package/dist/harmony96.mjs.map +1 -1
- package/dist/harmony97.cjs +21 -44
- package/dist/harmony97.cjs.map +1 -1
- package/dist/harmony97.mjs +20 -43
- package/dist/harmony97.mjs.map +1 -1
- package/dist/harmony98.cjs +166 -11
- package/dist/harmony98.cjs.map +1 -1
- package/dist/harmony98.mjs +166 -11
- package/dist/harmony98.mjs.map +1 -1
- package/dist/harmony99.cjs +44 -21
- package/dist/harmony99.cjs.map +1 -1
- package/dist/harmony99.mjs +43 -20
- package/dist/harmony99.mjs.map +1 -1
- package/dist/types/src/features/navigation/hooks/useNavigation.d.ts +1 -1
- package/dist/types/src/features/navigation/hooks/useNavigationQueries.d.ts +3 -3
- package/dist/types/src/features/publicApi/hooks/useCreateProjectMutation.d.ts +2 -2
- package/dist/types/src/features/publicApi/hooks/useListProjectsQuery.d.ts +2 -2
- package/dist/types/src/features/publicApi/hooks/useRetrieveProjectQuery.d.ts +1 -1
- package/dist/types/src/features/publicApi/hooks/useUpdateProjectMutation.d.ts +1 -1
- package/dist/types/src/features/publicApi/projects.d.ts +20 -20
- package/dist/types/src/features/publicApi/types/projectTypes.d.ts +15 -15
- package/package.json +1 -1
package/dist/harmony116.mjs
CHANGED
@@ -1,33 +1,90 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
1
|
+
import { hasAdminRight, hasAnyAdminRight } from "./harmony129.mjs";
|
2
|
+
const getProjectNavigationVisibilityMap = (project, adminRights, isFeatureEnabled) => {
|
3
|
+
var _a, _b;
|
4
|
+
return {
|
5
|
+
upload: {
|
6
|
+
visible: hasAdminRight(adminRights, "upload"),
|
7
|
+
disabled: false
|
8
|
+
},
|
9
|
+
download: {
|
10
|
+
visible: hasAdminRight(adminRights, "download"),
|
11
|
+
disabled: false
|
12
|
+
},
|
13
|
+
// TODO: HOME-1009, Clean up after permission management
|
14
|
+
// -- There is a plan for "Install apps" permission. Right..?
|
15
|
+
apps: {
|
16
|
+
visible: true,
|
17
|
+
disabled: false
|
18
|
+
},
|
19
|
+
// TODO: HOME-1009, Clean up after permission management
|
20
|
+
// -- There is a plan for "Install apps" permission. Right..?
|
21
|
+
contentManagement: {
|
22
|
+
visible: project.project_type === "content_integration" && hasAdminRight(adminRights, "keys"),
|
23
|
+
disabled: false
|
24
|
+
},
|
25
|
+
editor: {
|
26
|
+
visible: true,
|
27
|
+
disabled: false
|
28
|
+
},
|
29
|
+
files: {
|
30
|
+
visible: isFeatureEnabled("lionLfcFilesManagement") && project.project_type === "paged_documents" && hasAnyAdminRight(adminRights, ["upload", "download"]),
|
31
|
+
disabled: false
|
32
|
+
},
|
33
|
+
tasks: {
|
34
|
+
visible: hasAdminRight(adminRights, "tasks"),
|
35
|
+
disabled: false
|
36
|
+
},
|
37
|
+
contributors: {
|
38
|
+
visible: hasAdminRight(adminRights, "contributors"),
|
39
|
+
disabled: false
|
40
|
+
},
|
41
|
+
workflows: {
|
42
|
+
visible: hasAdminRight(adminRights, "settings"),
|
43
|
+
disabled: false
|
44
|
+
},
|
45
|
+
screenshots: {
|
46
|
+
visible: hasAdminRight(adminRights, "screenshots"),
|
47
|
+
disabled: false
|
48
|
+
},
|
49
|
+
glossary: {
|
50
|
+
visible: hasAdminRight(adminRights, "glossary"),
|
51
|
+
disabled: false
|
52
|
+
},
|
53
|
+
more: {
|
54
|
+
visible: true,
|
55
|
+
disabled: false
|
56
|
+
},
|
57
|
+
settings: {
|
58
|
+
visible: hasAdminRight(adminRights, "settings"),
|
59
|
+
disabled: false
|
60
|
+
},
|
61
|
+
branches: {
|
62
|
+
visible: !!((_a = project.settings) == null ? void 0 : _a.branching) && hasAnyAdminRight(adminRights, ["branches_create", "create_branches", "branches_merge"]),
|
63
|
+
disabled: false
|
64
|
+
},
|
65
|
+
otaBundles: {
|
66
|
+
visible: hasAnyAdminRight(adminRights, ["download", "settings", "keys"]) && project.project_type === "localization_files",
|
67
|
+
disabled: false
|
68
|
+
},
|
69
|
+
automations: {
|
70
|
+
visible: hasAdminRight(adminRights, "settings"),
|
71
|
+
disabled: false
|
72
|
+
},
|
73
|
+
duplicateFinder: {
|
74
|
+
visible: hasAdminRight(adminRights, "keys") && project.project_type === "localization_files",
|
75
|
+
disabled: false
|
76
|
+
},
|
77
|
+
activity: {
|
78
|
+
visible: !!((_b = project.settings) == null ? void 0 : _b.offline_translation) || hasAdminRight(adminRights, "activity"),
|
79
|
+
disabled: false
|
80
|
+
},
|
81
|
+
statistics: {
|
82
|
+
visible: hasAdminRight(adminRights, "statistics"),
|
83
|
+
disabled: false
|
84
|
+
}
|
85
|
+
};
|
86
|
+
};
|
30
87
|
export {
|
31
|
-
|
88
|
+
getProjectNavigationVisibilityMap
|
32
89
|
};
|
33
90
|
//# sourceMappingURL=harmony116.mjs.map
|
package/dist/harmony116.mjs.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"harmony116.mjs","sources":["../src/features/navigation/
|
1
|
+
{"version":3,"file":"harmony116.mjs","sources":["../src/features/navigation/utils/toolbarVisibility.ts"],"sourcesContent":["import { hasAdminRight, hasAnyAdminRight } from '@features/auth/utils/permissions'\nimport type { Project } from '@features/node'\n\ntype ToolbarVisibility = {\n\tdisabled: boolean\n\tvisible: boolean\n}\n\nexport type ToolbarVisibilityMap = {\n\tupload: ToolbarVisibility\n\tdownload: ToolbarVisibility\n\tapps: ToolbarVisibility\n\tcontentManagement: ToolbarVisibility\n\teditor: ToolbarVisibility\n\tfiles: ToolbarVisibility\n\ttasks: ToolbarVisibility\n\tworkflows: ToolbarVisibility\n\tcontributors: ToolbarVisibility\n\tscreenshots: ToolbarVisibility\n\tglossary: ToolbarVisibility\n\tmore: ToolbarVisibility\n\tsettings: ToolbarVisibility\n\tbranches: ToolbarVisibility\n\totaBundles: ToolbarVisibility\n\tautomations: ToolbarVisibility\n\tduplicateFinder: ToolbarVisibility\n\tactivity: ToolbarVisibility\n\tstatistics: ToolbarVisibility\n}\n\nexport const getProjectNavigationVisibilityMap = (\n\tproject: Project,\n\tadminRights: string[],\n\tisFeatureEnabled: (key: string) => boolean,\n): ToolbarVisibilityMap => ({\n\tupload: {\n\t\tvisible: hasAdminRight(adminRights, 'upload'),\n\t\tdisabled: false,\n\t},\n\tdownload: {\n\t\tvisible: hasAdminRight(adminRights, 'download'),\n\t\tdisabled: false,\n\t},\n\t// TODO: HOME-1009, Clean up after permission management\n\t// -- There is a plan for \"Install apps\" permission. Right..?\n\tapps: {\n\t\tvisible: true,\n\t\tdisabled: false,\n\t},\n\t// TODO: HOME-1009, Clean up after permission management\n\t// -- There is a plan for \"Install apps\" permission. Right..?\n\tcontentManagement: {\n\t\tvisible: project.project_type === 'content_integration' && hasAdminRight(adminRights, 'keys'),\n\t\tdisabled: false,\n\t},\n\teditor: {\n\t\tvisible: true,\n\t\tdisabled: false,\n\t},\n\tfiles: {\n\t\tvisible:\n\t\t\tisFeatureEnabled('lionLfcFilesManagement') &&\n\t\t\tproject.project_type === 'paged_documents' &&\n\t\t\thasAnyAdminRight(adminRights, ['upload', 'download']),\n\t\tdisabled: false,\n\t},\n\ttasks: {\n\t\tvisible: hasAdminRight(adminRights, 'tasks'),\n\t\tdisabled: false,\n\t},\n\tcontributors: {\n\t\tvisible: hasAdminRight(adminRights, 'contributors'),\n\t\tdisabled: false,\n\t},\n\tworkflows: {\n\t\tvisible: hasAdminRight(adminRights, 'settings'),\n\t\tdisabled: false,\n\t},\n\tscreenshots: {\n\t\tvisible: hasAdminRight(adminRights, 'screenshots'),\n\t\tdisabled: false,\n\t},\n\tglossary: {\n\t\tvisible: hasAdminRight(adminRights, 'glossary'),\n\t\tdisabled: false,\n\t},\n\tmore: {\n\t\tvisible: true,\n\t\tdisabled: false,\n\t},\n\tsettings: {\n\t\tvisible: hasAdminRight(adminRights, 'settings'),\n\t\tdisabled: false,\n\t},\n\tbranches: {\n\t\tvisible:\n\t\t\t!!project.settings?.branching &&\n\t\t\thasAnyAdminRight(adminRights, ['branches_create', 'create_branches', 'branches_merge']),\n\t\tdisabled: false,\n\t},\n\totaBundles: {\n\t\tvisible:\n\t\t\thasAnyAdminRight(adminRights, ['download', 'settings', 'keys']) &&\n\t\t\tproject.project_type === 'localization_files',\n\t\tdisabled: false,\n\t},\n\tautomations: {\n\t\tvisible: hasAdminRight(adminRights, 'settings'),\n\t\tdisabled: false,\n\t},\n\tduplicateFinder: {\n\t\tvisible: hasAdminRight(adminRights, 'keys') && project.project_type === 'localization_files',\n\t\tdisabled: false,\n\t},\n\tactivity: {\n\t\tvisible: !!project.settings?.offline_translation || hasAdminRight(adminRights, 'activity'),\n\t\tdisabled: false,\n\t},\n\tstatistics: {\n\t\tvisible: hasAdminRight(adminRights, 'statistics'),\n\t\tdisabled: false,\n\t},\n})\n"],"names":[],"mappings":";AA8BO,MAAM,oCAAoC,CAChD,SACA,aACA,qBAC2B;;AAAA;AAAA,IAC3B,QAAQ;AAAA,MACP,SAAS,cAAc,aAAa,QAAQ;AAAA,MAC5C,UAAU;AAAA,IACX;AAAA,IACA,UAAU;AAAA,MACT,SAAS,cAAc,aAAa,UAAU;AAAA,MAC9C,UAAU;AAAA,IACX;AAAA;AAAA;AAAA,IAGA,MAAM;AAAA,MACL,SAAS;AAAA,MACT,UAAU;AAAA,IACX;AAAA;AAAA;AAAA,IAGA,mBAAmB;AAAA,MAClB,SAAS,QAAQ,iBAAiB,yBAAyB,cAAc,aAAa,MAAM;AAAA,MAC5F,UAAU;AAAA,IACX;AAAA,IACA,QAAQ;AAAA,MACP,SAAS;AAAA,MACT,UAAU;AAAA,IACX;AAAA,IACA,OAAO;AAAA,MACN,SACC,iBAAiB,wBAAwB,KACzC,QAAQ,iBAAiB,qBACzB,iBAAiB,aAAa,CAAC,UAAU,UAAU,CAAC;AAAA,MACrD,UAAU;AAAA,IACX;AAAA,IACA,OAAO;AAAA,MACN,SAAS,cAAc,aAAa,OAAO;AAAA,MAC3C,UAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,SAAS,cAAc,aAAa,cAAc;AAAA,MAClD,UAAU;AAAA,IACX;AAAA,IACA,WAAW;AAAA,MACV,SAAS,cAAc,aAAa,UAAU;AAAA,MAC9C,UAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,SAAS,cAAc,aAAa,aAAa;AAAA,MACjD,UAAU;AAAA,IACX;AAAA,IACA,UAAU;AAAA,MACT,SAAS,cAAc,aAAa,UAAU;AAAA,MAC9C,UAAU;AAAA,IACX;AAAA,IACA,MAAM;AAAA,MACL,SAAS;AAAA,MACT,UAAU;AAAA,IACX;AAAA,IACA,UAAU;AAAA,MACT,SAAS,cAAc,aAAa,UAAU;AAAA,MAC9C,UAAU;AAAA,IACX;AAAA,IACA,UAAU;AAAA,MACT,SACC,CAAC,GAAC,aAAQ,aAAR,mBAAkB,cACpB,iBAAiB,aAAa,CAAC,mBAAmB,mBAAmB,gBAAgB,CAAC;AAAA,MACvF,UAAU;AAAA,IACX;AAAA,IACA,YAAY;AAAA,MACX,SACC,iBAAiB,aAAa,CAAC,YAAY,YAAY,MAAM,CAAC,KAC9D,QAAQ,iBAAiB;AAAA,MAC1B,UAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,SAAS,cAAc,aAAa,UAAU;AAAA,MAC9C,UAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,SAAS,cAAc,aAAa,MAAM,KAAK,QAAQ,iBAAiB;AAAA,MACxE,UAAU;AAAA,IACX;AAAA,IACA,UAAU;AAAA,MACT,SAAS,CAAC,GAAC,aAAQ,aAAR,mBAAkB,wBAAuB,cAAc,aAAa,UAAU;AAAA,MACzF,UAAU;AAAA,IACX;AAAA,IACA,YAAY;AAAA,MACX,SAAS,cAAc,aAAa,YAAY;AAAA,MAChD,UAAU;AAAA,IAAA;AAAA,EAEZ;AAAA;"}
|
package/dist/harmony117.cjs
CHANGED
@@ -1,102 +1,33 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
3
|
-
const
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
}
|
3
|
+
const navigationItems = [
|
4
|
+
{
|
5
|
+
key: "editor",
|
6
|
+
labelKey: "Editor",
|
7
|
+
path: ({ projectId }) => `/project/${projectId}/editor`
|
8
|
+
},
|
9
|
+
{
|
10
|
+
key: "dashboard",
|
11
|
+
labelKey: "Download",
|
12
|
+
path: ({ projectId }) => `/project/${projectId}/dashboard`
|
13
|
+
},
|
14
|
+
{
|
15
|
+
key: "contributors",
|
16
|
+
labelKey: "Contributors",
|
17
|
+
path: ({ projectId }) => `/project/${projectId}/contributors`
|
18
|
+
},
|
19
|
+
{
|
20
|
+
key: "orders",
|
21
|
+
labelKey: "Human proofreading",
|
22
|
+
path: ({ projectId }) => `/project/${projectId}/orders`,
|
23
|
+
shouldShow: ({ flags }) => flags.ap_feature_hraas === "on"
|
24
|
+
},
|
25
|
+
{
|
26
|
+
key: "billing",
|
27
|
+
labelKey: "Billing",
|
28
|
+
path: ({ projectId }) => `/project/${projectId}/billing`,
|
29
|
+
shouldShow: ({ flags }) => flags.ap_feature_billing === "on"
|
18
30
|
}
|
19
|
-
|
20
|
-
|
21
|
-
}
|
22
|
-
const React__namespace = /* @__PURE__ */ _interopNamespaceDefault(React);
|
23
|
-
const patchResizeCallback = (resizeCallback, refreshMode, refreshRate, refreshOptions) => {
|
24
|
-
switch (refreshMode) {
|
25
|
-
case "debounce":
|
26
|
-
return debounce.default(resizeCallback, refreshRate, refreshOptions);
|
27
|
-
case "throttle":
|
28
|
-
return throttle.default(resizeCallback, refreshRate, refreshOptions);
|
29
|
-
default:
|
30
|
-
return resizeCallback;
|
31
|
-
}
|
32
|
-
};
|
33
|
-
const useCallbackRef = (
|
34
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
35
|
-
(callback) => {
|
36
|
-
const callbackRef = React__namespace.useRef(callback);
|
37
|
-
React__namespace.useEffect(() => {
|
38
|
-
callbackRef.current = callback;
|
39
|
-
});
|
40
|
-
return React__namespace.useMemo(() => (...args) => {
|
41
|
-
var _a;
|
42
|
-
return (_a = callbackRef.current) === null || _a === void 0 ? void 0 : _a.call(callbackRef, ...args);
|
43
|
-
}, []);
|
44
|
-
}
|
45
|
-
);
|
46
|
-
const useRefProxy = (
|
47
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
48
|
-
(targetRef) => {
|
49
|
-
const [refElement, setRefElement] = React__namespace.useState((targetRef === null || targetRef === void 0 ? void 0 : targetRef.current) || null);
|
50
|
-
if (targetRef) {
|
51
|
-
setTimeout(() => {
|
52
|
-
if (targetRef.current !== refElement) {
|
53
|
-
setRefElement(targetRef.current);
|
54
|
-
}
|
55
|
-
}, 0);
|
56
|
-
}
|
57
|
-
const refProxy = React__namespace.useMemo(() => new Proxy((node) => {
|
58
|
-
if (node !== refElement) {
|
59
|
-
setRefElement(node);
|
60
|
-
}
|
61
|
-
}, {
|
62
|
-
get(target, prop) {
|
63
|
-
if (prop === "current") {
|
64
|
-
return refElement;
|
65
|
-
}
|
66
|
-
return target[prop];
|
67
|
-
},
|
68
|
-
set(target, prop, value) {
|
69
|
-
if (prop === "current") {
|
70
|
-
setRefElement(value);
|
71
|
-
} else {
|
72
|
-
target[prop] = value;
|
73
|
-
}
|
74
|
-
return true;
|
75
|
-
}
|
76
|
-
}), [refElement]);
|
77
|
-
return { refProxy, refElement, setRefElement };
|
78
|
-
}
|
79
|
-
);
|
80
|
-
const getDimensions = (entry, box) => {
|
81
|
-
if (box === "border-box") {
|
82
|
-
return {
|
83
|
-
width: entry.borderBoxSize[0].inlineSize,
|
84
|
-
height: entry.borderBoxSize[0].blockSize
|
85
|
-
};
|
86
|
-
}
|
87
|
-
if (box === "content-box") {
|
88
|
-
return {
|
89
|
-
width: entry.contentBoxSize[0].inlineSize,
|
90
|
-
height: entry.contentBoxSize[0].blockSize
|
91
|
-
};
|
92
|
-
}
|
93
|
-
return {
|
94
|
-
width: entry.contentRect.width,
|
95
|
-
height: entry.contentRect.height
|
96
|
-
};
|
97
|
-
};
|
98
|
-
exports.getDimensions = getDimensions;
|
99
|
-
exports.patchResizeCallback = patchResizeCallback;
|
100
|
-
exports.useCallbackRef = useCallbackRef;
|
101
|
-
exports.useRefProxy = useRefProxy;
|
31
|
+
];
|
32
|
+
exports.navigationItems = navigationItems;
|
102
33
|
//# sourceMappingURL=harmony117.cjs.map
|
package/dist/harmony117.cjs.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"harmony117.cjs","sources":["../
|
1
|
+
{"version":3,"file":"harmony117.cjs","sources":["../src/features/navigation/schemas/navigationSchema.ts"],"sourcesContent":["import type { DropdownItem, NavItemIcon } from '@features/navigation/types/navigation'\n\nexport type NavKey = 'editor' | 'contributors' | 'orders' | 'billing' | 'settings' | 'dashboard'\n\nexport interface NavigationItem {\n\tkey: NavKey\n\tlabelKey: string // TODO: i18n key inside this package\n\tpath: ({ projectId }: { projectId: string }) => string\n\n\ticon?: NavItemIcon\n\tdropdown?: DropdownItem[][]\n\tbadge?: number | ((ctx: NavCtx) => number)\n\n\tshouldShow?: (ctx: NavCtx) => boolean\n\tdisabled?: boolean | ((ctx: NavCtx) => boolean)\n\tisActive?: (pathname: string) => boolean // custom match, else fallback\n}\n\n/** What the gate functions receive */\nexport interface NavCtx {\n\tflags: Record<string, string>\n\tpathname: string\n\tpermissions?: Array<string> // e.g. contributor admin_rights //TODO: Provide type for permissions\n}\n\n// TODO: Handle Translations on harmony side.\nexport const navigationItems: NavigationItem[] = [\n\t{\n\t\tkey: 'editor',\n\t\tlabelKey: 'Editor',\n\t\tpath: ({ projectId }) => `/project/${projectId}/editor`,\n\t},\n\t{\n\t\tkey: 'dashboard',\n\t\tlabelKey: 'Download',\n\t\tpath: ({ projectId }) => `/project/${projectId}/dashboard`,\n\t},\n\t{\n\t\tkey: 'contributors',\n\t\tlabelKey: 'Contributors',\n\t\tpath: ({ projectId }) => `/project/${projectId}/contributors`,\n\t},\n\n\t{\n\t\tkey: 'orders',\n\t\tlabelKey: 'Human proofreading',\n\t\tpath: ({ projectId }) => `/project/${projectId}/orders`,\n\t\tshouldShow: ({ flags }) => flags.ap_feature_hraas === 'on',\n\t},\n\t{\n\t\tkey: 'billing',\n\t\tlabelKey: 'Billing',\n\t\tpath: ({ projectId }) => `/project/${projectId}/billing`,\n\t\tshouldShow: ({ flags }) => flags.ap_feature_billing === 'on',\n\t},\n]\n"],"names":[],"mappings":";;AA0BO,MAAM,kBAAoC;AAAA,EAChD;AAAA,IACC,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM,CAAC,EAAE,UAAU,MAAM,YAAY,SAAS;AAAA,EAC/C;AAAA,EACA;AAAA,IACC,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM,CAAC,EAAE,UAAU,MAAM,YAAY,SAAS;AAAA,EAC/C;AAAA,EACA;AAAA,IACC,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM,CAAC,EAAE,UAAU,MAAM,YAAY,SAAS;AAAA,EAC/C;AAAA,EAEA;AAAA,IACC,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM,CAAC,EAAE,UAAU,MAAM,YAAY,SAAS;AAAA,IAC9C,YAAY,CAAC,EAAE,YAAY,MAAM,qBAAqB;AAAA,EACvD;AAAA,EACA;AAAA,IACC,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM,CAAC,EAAE,UAAU,MAAM,YAAY,SAAS;AAAA,IAC9C,YAAY,CAAC,EAAE,YAAY,MAAM,uBAAuB;AAAA,EAAA;AAE1D;;"}
|
package/dist/harmony117.mjs
CHANGED
@@ -1,85 +1,33 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
1
|
+
const navigationItems = [
|
2
|
+
{
|
3
|
+
key: "editor",
|
4
|
+
labelKey: "Editor",
|
5
|
+
path: ({ projectId }) => `/project/${projectId}/editor`
|
6
|
+
},
|
7
|
+
{
|
8
|
+
key: "dashboard",
|
9
|
+
labelKey: "Download",
|
10
|
+
path: ({ projectId }) => `/project/${projectId}/dashboard`
|
11
|
+
},
|
12
|
+
{
|
13
|
+
key: "contributors",
|
14
|
+
labelKey: "Contributors",
|
15
|
+
path: ({ projectId }) => `/project/${projectId}/contributors`
|
16
|
+
},
|
17
|
+
{
|
18
|
+
key: "orders",
|
19
|
+
labelKey: "Human proofreading",
|
20
|
+
path: ({ projectId }) => `/project/${projectId}/orders`,
|
21
|
+
shouldShow: ({ flags }) => flags.ap_feature_hraas === "on"
|
22
|
+
},
|
23
|
+
{
|
24
|
+
key: "billing",
|
25
|
+
labelKey: "Billing",
|
26
|
+
path: ({ projectId }) => `/project/${projectId}/billing`,
|
27
|
+
shouldShow: ({ flags }) => flags.ap_feature_billing === "on"
|
12
28
|
}
|
13
|
-
|
14
|
-
const useCallbackRef = (
|
15
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
16
|
-
(callback) => {
|
17
|
-
const callbackRef = React.useRef(callback);
|
18
|
-
React.useEffect(() => {
|
19
|
-
callbackRef.current = callback;
|
20
|
-
});
|
21
|
-
return React.useMemo(() => (...args) => {
|
22
|
-
var _a;
|
23
|
-
return (_a = callbackRef.current) === null || _a === void 0 ? void 0 : _a.call(callbackRef, ...args);
|
24
|
-
}, []);
|
25
|
-
}
|
26
|
-
);
|
27
|
-
const useRefProxy = (
|
28
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
29
|
-
(targetRef) => {
|
30
|
-
const [refElement, setRefElement] = React.useState((targetRef === null || targetRef === void 0 ? void 0 : targetRef.current) || null);
|
31
|
-
if (targetRef) {
|
32
|
-
setTimeout(() => {
|
33
|
-
if (targetRef.current !== refElement) {
|
34
|
-
setRefElement(targetRef.current);
|
35
|
-
}
|
36
|
-
}, 0);
|
37
|
-
}
|
38
|
-
const refProxy = React.useMemo(() => new Proxy((node) => {
|
39
|
-
if (node !== refElement) {
|
40
|
-
setRefElement(node);
|
41
|
-
}
|
42
|
-
}, {
|
43
|
-
get(target, prop) {
|
44
|
-
if (prop === "current") {
|
45
|
-
return refElement;
|
46
|
-
}
|
47
|
-
return target[prop];
|
48
|
-
},
|
49
|
-
set(target, prop, value) {
|
50
|
-
if (prop === "current") {
|
51
|
-
setRefElement(value);
|
52
|
-
} else {
|
53
|
-
target[prop] = value;
|
54
|
-
}
|
55
|
-
return true;
|
56
|
-
}
|
57
|
-
}), [refElement]);
|
58
|
-
return { refProxy, refElement, setRefElement };
|
59
|
-
}
|
60
|
-
);
|
61
|
-
const getDimensions = (entry, box) => {
|
62
|
-
if (box === "border-box") {
|
63
|
-
return {
|
64
|
-
width: entry.borderBoxSize[0].inlineSize,
|
65
|
-
height: entry.borderBoxSize[0].blockSize
|
66
|
-
};
|
67
|
-
}
|
68
|
-
if (box === "content-box") {
|
69
|
-
return {
|
70
|
-
width: entry.contentBoxSize[0].inlineSize,
|
71
|
-
height: entry.contentBoxSize[0].blockSize
|
72
|
-
};
|
73
|
-
}
|
74
|
-
return {
|
75
|
-
width: entry.contentRect.width,
|
76
|
-
height: entry.contentRect.height
|
77
|
-
};
|
78
|
-
};
|
29
|
+
];
|
79
30
|
export {
|
80
|
-
|
81
|
-
patchResizeCallback,
|
82
|
-
useCallbackRef,
|
83
|
-
useRefProxy
|
31
|
+
navigationItems
|
84
32
|
};
|
85
33
|
//# sourceMappingURL=harmony117.mjs.map
|
package/dist/harmony117.mjs.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"harmony117.mjs","sources":["../
|
1
|
+
{"version":3,"file":"harmony117.mjs","sources":["../src/features/navigation/schemas/navigationSchema.ts"],"sourcesContent":["import type { DropdownItem, NavItemIcon } from '@features/navigation/types/navigation'\n\nexport type NavKey = 'editor' | 'contributors' | 'orders' | 'billing' | 'settings' | 'dashboard'\n\nexport interface NavigationItem {\n\tkey: NavKey\n\tlabelKey: string // TODO: i18n key inside this package\n\tpath: ({ projectId }: { projectId: string }) => string\n\n\ticon?: NavItemIcon\n\tdropdown?: DropdownItem[][]\n\tbadge?: number | ((ctx: NavCtx) => number)\n\n\tshouldShow?: (ctx: NavCtx) => boolean\n\tdisabled?: boolean | ((ctx: NavCtx) => boolean)\n\tisActive?: (pathname: string) => boolean // custom match, else fallback\n}\n\n/** What the gate functions receive */\nexport interface NavCtx {\n\tflags: Record<string, string>\n\tpathname: string\n\tpermissions?: Array<string> // e.g. contributor admin_rights //TODO: Provide type for permissions\n}\n\n// TODO: Handle Translations on harmony side.\nexport const navigationItems: NavigationItem[] = [\n\t{\n\t\tkey: 'editor',\n\t\tlabelKey: 'Editor',\n\t\tpath: ({ projectId }) => `/project/${projectId}/editor`,\n\t},\n\t{\n\t\tkey: 'dashboard',\n\t\tlabelKey: 'Download',\n\t\tpath: ({ projectId }) => `/project/${projectId}/dashboard`,\n\t},\n\t{\n\t\tkey: 'contributors',\n\t\tlabelKey: 'Contributors',\n\t\tpath: ({ projectId }) => `/project/${projectId}/contributors`,\n\t},\n\n\t{\n\t\tkey: 'orders',\n\t\tlabelKey: 'Human proofreading',\n\t\tpath: ({ projectId }) => `/project/${projectId}/orders`,\n\t\tshouldShow: ({ flags }) => flags.ap_feature_hraas === 'on',\n\t},\n\t{\n\t\tkey: 'billing',\n\t\tlabelKey: 'Billing',\n\t\tpath: ({ projectId }) => `/project/${projectId}/billing`,\n\t\tshouldShow: ({ flags }) => flags.ap_feature_billing === 'on',\n\t},\n]\n"],"names":[],"mappings":"AA0BO,MAAM,kBAAoC;AAAA,EAChD;AAAA,IACC,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM,CAAC,EAAE,UAAU,MAAM,YAAY,SAAS;AAAA,EAC/C;AAAA,EACA;AAAA,IACC,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM,CAAC,EAAE,UAAU,MAAM,YAAY,SAAS;AAAA,EAC/C;AAAA,EACA;AAAA,IACC,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM,CAAC,EAAE,UAAU,MAAM,YAAY,SAAS;AAAA,EAC/C;AAAA,EAEA;AAAA,IACC,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM,CAAC,EAAE,UAAU,MAAM,YAAY,SAAS;AAAA,IAC9C,YAAY,CAAC,EAAE,YAAY,MAAM,qBAAqB;AAAA,EACvD;AAAA,EACA;AAAA,IACC,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM,CAAC,EAAE,UAAU,MAAM,YAAY,SAAS;AAAA,IAC9C,YAAY,CAAC,EAAE,YAAY,MAAM,uBAAuB;AAAA,EAAA;AAE1D;"}
|
package/dist/harmony127.cjs
CHANGED
@@ -1,13 +1,8 @@
|
|
1
1
|
"use strict";
|
2
|
-
Object.
|
3
|
-
const
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
if (!Array.isArray(adminRights)) return false;
|
9
|
-
return rights.some((right) => adminRights.includes(right));
|
10
|
-
};
|
11
|
-
exports.hasAdminRight = hasAdminRight;
|
12
|
-
exports.hasAnyAdminRight = hasAnyAdminRight;
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
3
|
+
const _commonjsHelpers = require("./harmony149.cjs");
|
4
|
+
const debounce$1 = require("./harmony133.cjs");
|
5
|
+
var debounceExports = debounce$1.__require();
|
6
|
+
const debounce = /* @__PURE__ */ _commonjsHelpers.getDefaultExportFromCjs(debounceExports);
|
7
|
+
exports.default = debounce;
|
13
8
|
//# sourceMappingURL=harmony127.cjs.map
|
package/dist/harmony127.cjs.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"harmony127.cjs","sources":[
|
1
|
+
{"version":3,"file":"harmony127.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
|
package/dist/harmony127.mjs
CHANGED
@@ -1,13 +1,8 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
const hasAnyAdminRight = (adminRights, rights) => {
|
6
|
-
if (!Array.isArray(adminRights)) return false;
|
7
|
-
return rights.some((right) => adminRights.includes(right));
|
8
|
-
};
|
1
|
+
import { getDefaultExportFromCjs } from "./harmony149.mjs";
|
2
|
+
import { __require as requireDebounce } from "./harmony133.mjs";
|
3
|
+
var debounceExports = requireDebounce();
|
4
|
+
const debounce = /* @__PURE__ */ getDefaultExportFromCjs(debounceExports);
|
9
5
|
export {
|
10
|
-
|
11
|
-
hasAnyAdminRight
|
6
|
+
debounce as default
|
12
7
|
};
|
13
8
|
//# sourceMappingURL=harmony127.mjs.map
|
package/dist/harmony127.mjs.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"harmony127.mjs","sources":[
|
1
|
+
{"version":3,"file":"harmony127.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
package/dist/harmony128.cjs
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
3
3
|
const _commonjsHelpers = require("./harmony149.cjs");
|
4
|
-
const
|
5
|
-
var
|
6
|
-
const
|
7
|
-
exports.default =
|
4
|
+
const throttle$1 = require("./harmony137.cjs");
|
5
|
+
var throttleExports = throttle$1.__require();
|
6
|
+
const throttle = /* @__PURE__ */ _commonjsHelpers.getDefaultExportFromCjs(throttleExports);
|
7
|
+
exports.default = throttle;
|
8
8
|
//# sourceMappingURL=harmony128.cjs.map
|
package/dist/harmony128.mjs
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
import { getDefaultExportFromCjs } from "./harmony149.mjs";
|
2
|
-
import { __require as
|
3
|
-
var
|
4
|
-
const
|
2
|
+
import { __require as requireThrottle } from "./harmony137.mjs";
|
3
|
+
var throttleExports = requireThrottle();
|
4
|
+
const throttle = /* @__PURE__ */ getDefaultExportFromCjs(throttleExports);
|
5
5
|
export {
|
6
|
-
|
6
|
+
throttle as default
|
7
7
|
};
|
8
8
|
//# sourceMappingURL=harmony128.mjs.map
|
package/dist/harmony129.cjs
CHANGED
@@ -1,8 +1,13 @@
|
|
1
1
|
"use strict";
|
2
|
-
Object.
|
3
|
-
const
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
3
|
+
const hasAdminRight = (adminRights, right) => {
|
4
|
+
if (!Array.isArray(adminRights)) return false;
|
5
|
+
return adminRights.includes(right);
|
6
|
+
};
|
7
|
+
const hasAnyAdminRight = (adminRights, rights) => {
|
8
|
+
if (!Array.isArray(adminRights)) return false;
|
9
|
+
return rights.some((right) => adminRights.includes(right));
|
10
|
+
};
|
11
|
+
exports.hasAdminRight = hasAdminRight;
|
12
|
+
exports.hasAnyAdminRight = hasAnyAdminRight;
|
8
13
|
//# sourceMappingURL=harmony129.cjs.map
|
package/dist/harmony129.cjs.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"harmony129.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"harmony129.cjs","sources":["../src/features/auth/utils/permissions.ts"],"sourcesContent":["// Helper function to check if user has a specific admin right\nexport const hasAdminRight = (adminRights: string[], right: string): boolean => {\n\tif (!Array.isArray(adminRights)) return false\n\treturn adminRights.includes(right)\n}\n\n// Helper function to check if user has any of the specified admin rights\nexport const hasAnyAdminRight = (adminRights: string[], rights: string[]): boolean => {\n\tif (!Array.isArray(adminRights)) return false\n\treturn rights.some((right) => adminRights.includes(right))\n}\n"],"names":[],"mappings":";;AACa,MAAA,gBAAgB,CAAC,aAAuB,UAA2B;AAC/E,MAAI,CAAC,MAAM,QAAQ,WAAW,EAAU,QAAA;AACjC,SAAA,YAAY,SAAS,KAAK;AAClC;AAGa,MAAA,mBAAmB,CAAC,aAAuB,WAA8B;AACrF,MAAI,CAAC,MAAM,QAAQ,WAAW,EAAU,QAAA;AACxC,SAAO,OAAO,KAAK,CAAC,UAAU,YAAY,SAAS,KAAK,CAAC;AAC1D;;;"}
|
package/dist/harmony129.mjs
CHANGED
@@ -1,8 +1,13 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
1
|
+
const hasAdminRight = (adminRights, right) => {
|
2
|
+
if (!Array.isArray(adminRights)) return false;
|
3
|
+
return adminRights.includes(right);
|
4
|
+
};
|
5
|
+
const hasAnyAdminRight = (adminRights, rights) => {
|
6
|
+
if (!Array.isArray(adminRights)) return false;
|
7
|
+
return rights.some((right) => adminRights.includes(right));
|
8
|
+
};
|
5
9
|
export {
|
6
|
-
|
10
|
+
hasAdminRight,
|
11
|
+
hasAnyAdminRight
|
7
12
|
};
|
8
13
|
//# sourceMappingURL=harmony129.mjs.map
|
package/dist/harmony129.mjs.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"harmony129.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"harmony129.mjs","sources":["../src/features/auth/utils/permissions.ts"],"sourcesContent":["// Helper function to check if user has a specific admin right\nexport const hasAdminRight = (adminRights: string[], right: string): boolean => {\n\tif (!Array.isArray(adminRights)) return false\n\treturn adminRights.includes(right)\n}\n\n// Helper function to check if user has any of the specified admin rights\nexport const hasAnyAdminRight = (adminRights: string[], rights: string[]): boolean => {\n\tif (!Array.isArray(adminRights)) return false\n\treturn rights.some((right) => adminRights.includes(right))\n}\n"],"names":[],"mappings":"AACa,MAAA,gBAAgB,CAAC,aAAuB,UAA2B;AAC/E,MAAI,CAAC,MAAM,QAAQ,WAAW,EAAU,QAAA;AACjC,SAAA,YAAY,SAAS,KAAK;AAClC;AAGa,MAAA,mBAAmB,CAAC,aAAuB,WAA8B;AACrF,MAAI,CAAC,MAAM,QAAQ,WAAW,EAAU,QAAA;AACxC,SAAO,OAAO,KAAK,CAAC,UAAU,YAAY,SAAS,KAAK,CAAC;AAC1D;"}
|
package/dist/harmony131.cjs
CHANGED
@@ -6,11 +6,11 @@ const text = require("./harmony10.cjs");
|
|
6
6
|
const url = require("./harmony11.cjs");
|
7
7
|
const date = require("./harmony12.cjs");
|
8
8
|
const dateFns = require("date-fns");
|
9
|
-
const index = require("./
|
10
|
-
const TaskLanguage = require("./
|
9
|
+
const index = require("./harmony141.cjs");
|
10
|
+
const TaskLanguage = require("./harmony142.cjs");
|
11
11
|
const TasksContext = require("./harmony122.cjs");
|
12
|
-
const content = require("./
|
13
|
-
const TaskOverview_module = require("./
|
12
|
+
const content = require("./harmony143.cjs");
|
13
|
+
const TaskOverview_module = require("./harmony144.cjs");
|
14
14
|
const TaskOverview = ({ task }) => {
|
15
15
|
const { getProjectUrl, taskTitleOnClick } = TasksContext.useTasks();
|
16
16
|
const taskLanguages = content.getTaskLanguages(task.langs);
|