manucap 3.0.2 → 4.0.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.
- package/LICENSE +1 -1
- package/dist/indexLibrary.d.ts +7 -7
- package/dist/manucap/CompleteButton.d.ts +2 -2
- package/dist/manucap/CompleteButton.spec.d.ts +0 -1
- package/dist/manucap/CueListToolbar.d.ts +2 -2
- package/dist/manucap/CueListToolbar.spec.d.ts +0 -1
- package/dist/manucap/ManuCap.d.ts +2 -4
- package/dist/manucap/ManuCap.spec.d.ts +0 -1
- package/dist/manucap/common/DateTime.d.ts +1 -1
- package/dist/manucap/common/JoiError.d.ts +2 -2
- package/dist/manucap/cues/CueErrorAlert.d.ts +1 -1
- package/dist/manucap/cues/CueErrorAlert.spec.d.ts +0 -1
- package/dist/manucap/cues/CueErrorLine.d.ts +2 -2
- package/dist/manucap/cues/CueErrorLine.spec.d.ts +0 -1
- package/dist/manucap/cues/comments/CueComments.d.ts +2 -2
- package/dist/manucap/cues/comments/CueComments.spec.d.ts +0 -1
- package/dist/manucap/cues/comments/commentsSlices.d.ts +2 -2
- package/dist/manucap/cues/cueLine/CueActionsPanel.d.ts +2 -2
- package/dist/manucap/cues/cueLine/CueActionsPanel.spec.d.ts +0 -2
- package/dist/manucap/cues/cueLine/CueLine.d.ts +2 -2
- package/dist/manucap/cues/cueLine/CueLine.fake.children.spec.d.ts +0 -3
- package/dist/manucap/cues/cueLine/CueLineCounts.d.ts +2 -2
- package/dist/manucap/cues/cueLine/CueLineCounts.spec.d.ts +0 -2
- package/dist/manucap/cues/cueLine/CueLineFlap.d.ts +2 -2
- package/dist/manucap/cues/cueLine/CueLineFlap.spec.d.ts +0 -1
- package/dist/manucap/cues/cueLine/PlayCueButton.d.ts +2 -2
- package/dist/manucap/cues/cueLine/PlayCueButton.spec.d.ts +0 -2
- package/dist/manucap/cues/cueUtils.d.ts +1 -1
- package/dist/manucap/cues/cueUtils.spec.d.ts +0 -1
- package/dist/manucap/cues/cueVerifications.d.ts +2 -2
- package/dist/manucap/cues/cuesList/CuesList.d.ts +2 -2
- package/dist/manucap/cues/cuesList/CuesList.fake.line.spec.d.ts +0 -1
- package/dist/manucap/cues/cuesList/CuesList.spec.d.ts +0 -1
- package/dist/manucap/cues/cuesList/cuesListActions.d.ts +8 -9
- package/dist/manucap/cues/cuesList/cuesListActions.spec.d.ts +0 -1
- package/dist/manucap/cues/cuesList/cuesListScrollSlice.d.ts +6 -6
- package/dist/manucap/cues/cuesList/cuesListSlices.d.ts +24 -24
- package/dist/manucap/cues/cuesList/cuesListTestUtils.d.ts +1 -1
- package/dist/manucap/cues/cuesList/cuesListTimeMatching.d.ts +1 -1
- package/dist/manucap/cues/cuesList/useMatchedCuesAsCsv.d.ts +1 -1
- package/dist/manucap/cues/cuesList/useMatchedCuesAsCsv.spec.d.ts +0 -1
- package/dist/manucap/cues/edit/AddCueLineButton.d.ts +1 -1
- package/dist/manucap/cues/edit/AddCueLineButton.spec.d.ts +0 -2
- package/dist/manucap/cues/edit/CueCategoryButton.d.ts +2 -2
- package/dist/manucap/cues/edit/CueCategoryButton.spec.d.ts +0 -1
- package/dist/manucap/cues/edit/CueEdit.d.ts +2 -2
- package/dist/manucap/cues/edit/CueEdit.fake.debounce.spec.d.ts +0 -2
- package/dist/manucap/cues/edit/CueEdit.fake.editor.spec.d.ts +0 -2
- package/dist/manucap/cues/edit/CueExtraCharacters.d.ts +1 -1
- package/dist/manucap/cues/edit/CueExtraCharacters.spec.d.ts +0 -1
- package/dist/manucap/cues/edit/CueTextEditor.composition.spec.d.ts +0 -2
- package/dist/manucap/cues/edit/CueTextEditor.d.ts +3 -3
- package/dist/manucap/cues/edit/CueTextEditor.fake.debounce.spec.d.ts +0 -2
- package/dist/manucap/cues/edit/CueTextEditor.real.debounce.spec.d.ts +0 -2
- package/dist/manucap/cues/edit/CueTextEditor.spellcheck.keyboard.shortcuts.spec.d.ts +0 -2
- package/dist/manucap/cues/edit/DeleteCueLineButton.d.ts +1 -1
- package/dist/manucap/cues/edit/DeleteCueLineButton.spec.d.ts +0 -2
- package/dist/manucap/cues/edit/InlineStyleButton.d.ts +2 -2
- package/dist/manucap/cues/edit/InlineStyleButton.spec.d.ts +0 -1
- package/dist/manucap/cues/edit/PositionButton.d.ts +2 -2
- package/dist/manucap/cues/edit/PositionButton.spec.d.ts +0 -2
- package/dist/manucap/cues/edit/SplitCueLineButton.d.ts +1 -1
- package/dist/manucap/cues/edit/SplitCueLineButton.spec.d.ts +0 -2
- package/dist/manucap/cues/edit/TimeEditor.d.ts +1 -1
- package/dist/manucap/cues/edit/TimeEditor.spec.d.ts +0 -1
- package/dist/manucap/cues/edit/cueEditorSlices.d.ts +9 -9
- package/dist/manucap/cues/edit/cueEditorSlices.spec.d.ts +0 -1
- package/dist/manucap/cues/edit/cueTextConverter.d.ts +1 -1
- package/dist/manucap/cues/edit/editUtils.d.ts +1 -1
- package/dist/manucap/cues/merge/MergeEditor.d.ts +1 -1
- package/dist/manucap/cues/merge/MergeEditor.spec.d.ts +0 -1
- package/dist/manucap/cues/merge/mergeSlices.d.ts +7 -7
- package/dist/manucap/cues/saveCueDeleteSlices.d.ts +4 -4
- package/dist/manucap/cues/saveCueUpdateSlices.d.ts +5 -5
- package/dist/manucap/cues/saveSlices.d.ts +5 -5
- package/dist/manucap/cues/searchReplace/SearchReplaceEditor.d.ts +1 -1
- package/dist/manucap/cues/searchReplace/SearchReplaceEditor.spec.d.ts +0 -1
- package/dist/manucap/cues/searchReplace/SearchReplaceMatch.d.ts +1 -1
- package/dist/manucap/cues/searchReplace/SearchReplaceMatch.spec.d.ts +0 -1
- package/dist/manucap/cues/searchReplace/searchReplaceSlices.d.ts +11 -11
- package/dist/manucap/cues/spellCheck/SpellCheckIssue.d.ts +2 -2
- package/dist/manucap/cues/spellCheck/SpellCheckIssue.spec.d.ts +0 -1
- package/dist/manucap/cues/spellCheck/spellCheckFetch.d.ts +3 -3
- package/dist/manucap/cues/spellCheck/spellCheckerUtils.d.ts +1 -1
- package/dist/manucap/cues/spellCheck/spellCheckerUtils.spec.d.ts +0 -1
- package/dist/manucap/cues/view/ClickCueWrapper.d.ts +1 -1
- package/dist/manucap/cues/view/ClickCueWrapper.spec.d.ts +0 -2
- package/dist/manucap/cues/view/CueView.d.ts +2 -2
- package/dist/manucap/cues/view/CueView.spec.d.ts +0 -2
- package/dist/manucap/cues/view/InsertCueButton.d.ts +1 -1
- package/dist/manucap/cues/view/sourceCueSlices.d.ts +5 -5
- package/dist/manucap/cues/view/sourceCueSlices.spec.d.ts +0 -1
- package/dist/manucap/loadingIndicatorSlices.d.ts +2 -2
- package/dist/manucap/manuCapReducers.d.ts +43 -43
- package/dist/manucap/model.d.ts +1 -1
- package/dist/manucap/player/EditingVideoPlayer.d.ts +1 -1
- package/dist/manucap/player/EditingVideoPlayer.fake.player.spec.d.ts +0 -2
- package/dist/manucap/player/EditingVideoPlayer.spec.d.ts +0 -1
- package/dist/manucap/player/VideoPlayer.d.ts +5 -6
- package/dist/manucap/player/VideoPlayer.fake.player.spec.d.ts +0 -1
- package/dist/manucap/player/VideoPlayer.spec.d.ts +0 -1
- package/dist/manucap/player/VideoPlayer.wavesurfer.spec.d.ts +0 -1
- package/dist/manucap/player/playbackSlices.d.ts +5 -5
- package/dist/manucap/player/textTrackOptionsConversion.d.ts +2 -2
- package/dist/manucap/player/waveformSlices.d.ts +2 -2
- package/dist/manucap/spellcheckerSettingsSlice.d.ts +2 -2
- package/dist/manucap/toolbox/CaptionOverlapToggle.d.ts +2 -2
- package/dist/manucap/toolbox/CaptionOverlapToggle.spec.d.ts +0 -1
- package/dist/manucap/toolbox/CueCommentsToggle.d.ts +1 -1
- package/dist/manucap/toolbox/CueCommentsToggle.spec.d.ts +0 -1
- package/dist/manucap/toolbox/ImportTrackCuesButton.d.ts +1 -1
- package/dist/manucap/toolbox/ImportTrackCuesButton.spec.d.ts +0 -1
- package/dist/manucap/toolbox/MergeCuesButton.d.ts +1 -1
- package/dist/manucap/toolbox/MergeCuesButton.spec.d.ts +0 -1
- package/dist/manucap/toolbox/SeachReplaceButton.spec.d.ts +0 -1
- package/dist/manucap/toolbox/SearchReplaceButton.d.ts +1 -1
- package/dist/manucap/toolbox/SyncCuesButton.d.ts +1 -1
- package/dist/manucap/toolbox/SyncCuesButton.spec.d.ts +0 -1
- package/dist/manucap/toolbox/TimecodesLockToggle.d.ts +1 -1
- package/dist/manucap/toolbox/TimecodesLockToggle.spec.d.ts +0 -1
- package/dist/manucap/toolbox/ToggleButton.d.ts +1 -1
- package/dist/manucap/toolbox/ToggleButton.spec.d.ts +0 -1
- package/dist/manucap/toolbox/Toolbox.d.ts +2 -2
- package/dist/manucap/toolbox/Toolbox.spec.d.ts +0 -1
- package/dist/manucap/toolbox/WaveformToggle.d.ts +1 -1
- package/dist/manucap/toolbox/WaveformToggle.spec.d.ts +0 -1
- package/dist/manucap/toolbox/captionSpecifications/CaptionSpecificationsButton.d.ts +1 -1
- package/dist/manucap/toolbox/captionSpecifications/CaptionSpecificationsButton.spec.d.ts +0 -2
- package/dist/manucap/toolbox/captionSpecifications/CaptionSpecificationsForm.d.ts +2 -2
- package/dist/manucap/toolbox/captionSpecifications/CaptionSpecificationsForm.spec.d.ts +0 -1
- package/dist/manucap/toolbox/captionSpecifications/CaptionSpecificationsModal.d.ts +1 -1
- package/dist/manucap/toolbox/captionSpecifications/CaptionSpecificationsModal.spec.d.ts +0 -1
- package/dist/manucap/toolbox/captionSpecifications/captionSpecificationSlice.d.ts +6 -6
- package/dist/manucap/toolbox/captionSpecifications/captionSpecificationSlice.spec.d.ts +0 -1
- package/dist/manucap/toolbox/export/ExportSourceTrackCuesButton.d.ts +1 -1
- package/dist/manucap/toolbox/export/ExportSourceTrackCuesButton.spec.d.ts +0 -1
- package/dist/manucap/toolbox/export/ExportTrackCuesButton.d.ts +2 -2
- package/dist/manucap/toolbox/export/ExportTrackCuesButton.spec.d.ts +0 -1
- package/dist/manucap/toolbox/keyboardShortcuts/KeyboardShortcutLabel.d.ts +1 -1
- package/dist/manucap/toolbox/keyboardShortcuts/KeyboardShortcutLabel.spec.d.ts +0 -1
- package/dist/manucap/toolbox/keyboardShortcuts/KeyboardShortcuts.d.ts +1 -1
- package/dist/manucap/toolbox/keyboardShortcuts/KeyboardShortcuts.spec.d.ts +0 -1
- package/dist/manucap/toolbox/keyboardShortcuts/KeyboardShortcutsModal.d.ts +0 -1
- package/dist/manucap/toolbox/shift/ShiftTimeButton.d.ts +1 -1
- package/dist/manucap/toolbox/shift/ShiftTimeButton.spec.d.ts +0 -1
- package/dist/manucap/toolbox/shift/ShiftTimeModal.d.ts +1 -1
- package/dist/manucap/toolbox/shift/ShiftTimeModal.spec.d.ts +0 -2
- package/dist/manucap/trackSlices.d.ts +5 -5
- package/dist/manucap/userSlices.d.ts +5 -5
- package/dist/manucap/utils/manuCapUtils.d.ts +1 -1
- package/dist/manucap/utils/shortcutConstants.d.ts +1 -1
- package/dist/manucap/utils/timeUtils.spec.d.ts +0 -1
- package/dist/manucap.css +1 -0
- package/dist/manucap.js +303 -0
- package/dist/manucap.mjs +82889 -0
- package/dist/testUtils/testUtils.d.ts +4 -3
- package/dist/testUtils/testingStore.d.ts +2 -2
- package/package.json +29 -39
- package/dist/@types/index.d.ts +0 -62
- package/dist/dist.css +0 -3727
- package/dist/index.d.ts +0 -4
- package/dist/index.js +0 -209323
- package/dist/index.js.map +0 -1
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import { ReactWrapper } from
|
|
2
|
-
import { RenderResult } from
|
|
3
|
-
import { ReactElement } from
|
|
1
|
+
import { ReactWrapper } from 'enzyme';
|
|
2
|
+
import { RenderResult } from '@testing-library/react';
|
|
3
|
+
import { ReactElement } from 'react';
|
|
4
4
|
export declare const removeVideoPlayerDynamicValue: (htmlString: string) => string;
|
|
5
5
|
export declare const removeDraftJsDynamicValues: (htmlString: string) => string;
|
|
6
6
|
export declare const fixVideoPlayerInvalidTime: (htmlString: string) => string;
|
|
7
7
|
export declare const removeBackgroundColorStyle: (htmlString: string) => string;
|
|
8
8
|
export declare const spellCheckOptionPredicate: (optionIndex: number) => (wrapper: ReactWrapper) => boolean;
|
|
9
9
|
export declare const removeIds: (html: string) => string;
|
|
10
|
+
export declare const removeNewlines: (html: string) => string;
|
|
10
11
|
export declare const renderWithPortal: (element: ReactElement) => RenderResult;
|
|
11
12
|
export interface MockedDebouncedFunction extends Function {
|
|
12
13
|
cancel: Function;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EnhancedStore } from
|
|
1
|
+
import { EnhancedStore } from '@reduxjs/toolkit';
|
|
2
2
|
export declare const createTestingStore: (initialState?: Record<string, unknown>) => EnhancedStore;
|
|
3
|
-
declare const _default: EnhancedStore<any, import(
|
|
3
|
+
declare const _default: EnhancedStore<any, import('redux').AnyAction, readonly import('redux').Middleware<{}, any, import('redux').Dispatch<import('redux').AnyAction>>[]>;
|
|
4
4
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "manucap",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "",
|
|
6
6
|
"repository": {
|
|
@@ -10,21 +10,17 @@
|
|
|
10
10
|
"main": "dist/index.js",
|
|
11
11
|
"types": "dist/@types/index.d.ts",
|
|
12
12
|
"engines": {
|
|
13
|
-
"node": ">=
|
|
14
|
-
"npm": ">=
|
|
13
|
+
"node": ">=20",
|
|
14
|
+
"npm": ">=10"
|
|
15
15
|
},
|
|
16
16
|
"scripts": {
|
|
17
|
-
"test": "bash -c '
|
|
18
|
-
"test:watch": "react-scripts test",
|
|
19
|
-
"build": "rollup -c",
|
|
17
|
+
"test": "bash -c 'jest --coverage 2> >(tee -a js-build.log >&2)'",
|
|
20
18
|
"compile-with-tests": "npx tsc",
|
|
21
|
-
"start": "rollup -c -w",
|
|
22
|
-
"autoreload": "npx react-scripts start",
|
|
23
|
-
"prepare": "npm run build",
|
|
24
|
-
"predeploy": "cd example && npm install && npm run build",
|
|
25
|
-
"deploy": "gh-pages -d example/build",
|
|
26
19
|
"lint": "eslint --ext .tsx --ext .ts --ext .js --ext .jsx src/ -o build/eslint.xml -f checkstyle || true",
|
|
27
|
-
"lintfix": "eslint --fix --ext .tsx --ext .ts --ext .js --ext .jsx src/"
|
|
20
|
+
"lintfix": "eslint --fix --ext .tsx --ext .ts --ext .js --ext .jsx src/",
|
|
21
|
+
"dev": "vite",
|
|
22
|
+
"build": "vite build",
|
|
23
|
+
"preview": "vite preview"
|
|
28
24
|
},
|
|
29
25
|
"peerDependencies": {
|
|
30
26
|
"prop-types": "^15.8.1",
|
|
@@ -35,7 +31,6 @@
|
|
|
35
31
|
"redux": "^4.2.0"
|
|
36
32
|
},
|
|
37
33
|
"dependencies": {
|
|
38
|
-
"@hookform/resolvers": "^1.3.8",
|
|
39
34
|
"@mdi/js": "^7.4.47",
|
|
40
35
|
"@mdi/react": "^1.6.1",
|
|
41
36
|
"@types/crypto-js": "^4.1.1",
|
|
@@ -54,7 +49,7 @@
|
|
|
54
49
|
"platform": "^1.3.6",
|
|
55
50
|
"primeicons": "^6.0.1",
|
|
56
51
|
"primereact": "^8.7.2",
|
|
57
|
-
"react-hook-form": "^
|
|
52
|
+
"react-hook-form": "^7.54.2",
|
|
58
53
|
"react-markdown": "5.0.3",
|
|
59
54
|
"react-select": "^5.4.0",
|
|
60
55
|
"remark-gfm": "1.0.0",
|
|
@@ -64,14 +59,10 @@
|
|
|
64
59
|
"wavesurfer.js": "^6.2.0"
|
|
65
60
|
},
|
|
66
61
|
"devDependencies": {
|
|
62
|
+
"@babel/preset-env": "^7.26.7",
|
|
63
|
+
"@babel/preset-typescript": "^7.26.0",
|
|
64
|
+
"@hookform/resolvers": "^3.10.0",
|
|
67
65
|
"@reduxjs/toolkit": "1.6.2",
|
|
68
|
-
"@rollup/plugin-babel": "^5.3.1",
|
|
69
|
-
"@rollup/plugin-commonjs": "^22.0.2",
|
|
70
|
-
"@rollup/plugin-json": "^4.1.0",
|
|
71
|
-
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
72
|
-
"@rollup/plugin-typescript": "^8.5.0",
|
|
73
|
-
"@rollup/plugin-url": "^7.0.0",
|
|
74
|
-
"@svgr/rollup": "^6.3.1",
|
|
75
66
|
"@testing-library/dom": "^8.17.1",
|
|
76
67
|
"@testing-library/jest-dom": "^5.16.5",
|
|
77
68
|
"@testing-library/react": "^12.1.5",
|
|
@@ -81,7 +72,7 @@
|
|
|
81
72
|
"@types/draft-js": "^0.11.9",
|
|
82
73
|
"@types/enzyme": "^3.10.12",
|
|
83
74
|
"@types/humanize-duration": "^3.27.1",
|
|
84
|
-
"@types/jest": "^29.
|
|
75
|
+
"@types/jest": "^29.5.14",
|
|
85
76
|
"@types/jest-each": "^24.3.0",
|
|
86
77
|
"@types/jsdom": "^16.2.15",
|
|
87
78
|
"@types/jsdom-global": "^3.0.3",
|
|
@@ -96,49 +87,48 @@
|
|
|
96
87
|
"@types/uuid": "^8.3.4",
|
|
97
88
|
"@types/video.js": "7.3.47",
|
|
98
89
|
"@typescript-eslint/eslint-plugin-tslint": "^5.37.0",
|
|
90
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
91
|
+
"@vitest/coverage-v8": "^3.0.4",
|
|
99
92
|
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
|
|
100
|
-
"babel-core": "^
|
|
93
|
+
"babel-core": "^7.0.0-bridge.0",
|
|
94
|
+
"babel-jest": "^29.7.0",
|
|
101
95
|
"babel-runtime": "^6.26.0",
|
|
96
|
+
"canvas": "^2.11.2",
|
|
102
97
|
"cross-env": "^7.0.3",
|
|
103
98
|
"deep-freeze": "latest",
|
|
104
99
|
"enzyme": "^3.11.0",
|
|
105
100
|
"eslint": "^8.23.1",
|
|
106
101
|
"eslint-plugin-react": "^7.31.8",
|
|
107
102
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
108
|
-
"gh-pages": "^
|
|
103
|
+
"gh-pages": "^5.0.0",
|
|
104
|
+
"identity-obj-proxy": "^3.0.0",
|
|
105
|
+
"jest": "^29.7.0",
|
|
109
106
|
"jest-canvas-mock": "^2.4.0",
|
|
110
107
|
"jest-each": "^29.0.3",
|
|
111
|
-
"jest-environment-jsdom": "^29.0
|
|
108
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
109
|
+
"jest-fetch-mock": "^3.0.3",
|
|
112
110
|
"jsdom": "16.7.0",
|
|
113
111
|
"jsdom-global": "^3.0.2",
|
|
114
|
-
"node-sass": "^
|
|
112
|
+
"node-sass": "^9.0.0",
|
|
115
113
|
"prop-types": "^15.8.1",
|
|
116
114
|
"react": "^17.0.2",
|
|
117
115
|
"react-advanced-timefield": "3.7.0",
|
|
118
116
|
"react-dom": "^17.0.2",
|
|
119
117
|
"react-redux": "^7.2.8",
|
|
120
|
-
"react-scripts": "5.0.1",
|
|
121
118
|
"redux-logger": "^3.0.6",
|
|
122
|
-
"rollup": "^2.79.0",
|
|
123
|
-
"rollup-plugin-copy": "^3.4.0",
|
|
124
|
-
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
125
|
-
"rollup-plugin-postcss": "^4.0.2",
|
|
126
119
|
"simulant": "^0.2.2",
|
|
127
120
|
"sinon": "^14.0.0",
|
|
128
121
|
"tailwindcss": "^3.1.8",
|
|
122
|
+
"ts-jest": "^29.2.5",
|
|
123
|
+
"ts-node": "^10.9.2",
|
|
129
124
|
"tslint": "^6.1.3",
|
|
130
|
-
"typescript": "4.8.3"
|
|
125
|
+
"typescript": "4.8.3",
|
|
126
|
+
"vite": "^6.0.11",
|
|
127
|
+
"vite-plugin-dts": "^4.5.0"
|
|
131
128
|
},
|
|
132
129
|
"files": [
|
|
133
130
|
"dist"
|
|
134
131
|
],
|
|
135
|
-
"jest": {
|
|
136
|
-
"collectCoverageFrom": [
|
|
137
|
-
"src/**/*.{js,jsx,ts,tsx}",
|
|
138
|
-
"!node_modules/**"
|
|
139
|
-
],
|
|
140
|
-
"resetMocks": false
|
|
141
|
-
},
|
|
142
132
|
"browserslist": {
|
|
143
133
|
"production": [
|
|
144
134
|
">0.2%",
|
package/dist/@types/index.d.ts
DELETED
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
declare module "manucap" {
|
|
2
|
-
|
|
3
|
-
import ManuCap from "../manucap/ManuCap";
|
|
4
|
-
import { AppThunk, Reducers } from "../manucap/manuCapReducers";
|
|
5
|
-
import VideoPlayer, { Props as VideoPlayerProps } from "../manucap/player/VideoPlayer";
|
|
6
|
-
import { CueDto, Track, User } from "../manucap/model";
|
|
7
|
-
|
|
8
|
-
const Actions: {
|
|
9
|
-
updateEditingTrack: (track: Track) => AppThunk;
|
|
10
|
-
updateCues: (cues: CueDto[]) => AppThunk;
|
|
11
|
-
updateSourceCues: (cues: CueDto[]) => AppThunk;
|
|
12
|
-
updateCaptionUser: (user: User) => AppThunk;
|
|
13
|
-
};
|
|
14
|
-
|
|
15
|
-
const Hooks: {
|
|
16
|
-
useMatchedCuesAsCsv: () => Function;
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
export {
|
|
20
|
-
VideoPlayer,
|
|
21
|
-
VideoPlayerProps,
|
|
22
|
-
ManuCap,
|
|
23
|
-
Reducers,
|
|
24
|
-
Actions,
|
|
25
|
-
Hooks
|
|
26
|
-
};
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
declare module "manucap/models" {
|
|
30
|
-
|
|
31
|
-
import {
|
|
32
|
-
CueDto,
|
|
33
|
-
Track,
|
|
34
|
-
Language,
|
|
35
|
-
CueCategory,
|
|
36
|
-
LanguageCues,
|
|
37
|
-
TrackVersionDto,
|
|
38
|
-
CueError,
|
|
39
|
-
User,
|
|
40
|
-
SaveActionParameters,
|
|
41
|
-
TrackCues,
|
|
42
|
-
TrackType,
|
|
43
|
-
SaveTrackCue,
|
|
44
|
-
SaveState
|
|
45
|
-
} from "../manucap/model";
|
|
46
|
-
|
|
47
|
-
export {
|
|
48
|
-
CueDto,
|
|
49
|
-
Track,
|
|
50
|
-
TrackType,
|
|
51
|
-
Language,
|
|
52
|
-
CueCategory,
|
|
53
|
-
LanguageCues,
|
|
54
|
-
TrackVersionDto,
|
|
55
|
-
CueError,
|
|
56
|
-
User,
|
|
57
|
-
SaveActionParameters,
|
|
58
|
-
TrackCues,
|
|
59
|
-
SaveTrackCue,
|
|
60
|
-
SaveState
|
|
61
|
-
};
|
|
62
|
-
}
|