@clickview/curator 1.33.8-rc.9 → 1.33.8
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/README.md +2 -2
- package/dist/curator-app.css +23 -35
- package/dist/curator-app.js +1 -1
- package/dist/curator-app.js.LICENSE.txt +0 -90
- package/dist/en.json +1 -1
- package/package.json +47 -47
- package/tooling/externals.js +58 -29
- package/typings/libs/CVLanguages.d.ts +24 -24
- package/typings/libs/ClickView.d.ts +16 -17
- package/typings/libs/cloneDeep.d.ts +4 -4
- package/typings/libs/draft-convert.d.ts +3 -3
- package/typings/libs/google-api.d.ts +93 -93
- package/typings/libs/react-table-config.d.ts +138 -138
- package/typings/libs/videojs-contrib-quality-levels.d.ts +28 -28
- package/typings/utils/imports.d.ts +8 -6
|
@@ -11,28 +11,12 @@ https://github.com/mholt/PapaParse
|
|
|
11
11
|
License: MIT
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
|
-
/*!
|
|
15
|
-
Copyright (c) 2018 Jed Watson.
|
|
16
|
-
Licensed under the MIT License (MIT), see
|
|
17
|
-
http://jedwatson.github.io/classnames
|
|
18
|
-
*/
|
|
19
|
-
|
|
20
14
|
/*!
|
|
21
15
|
Copyright (c) 2017 Jed Watson.
|
|
22
16
|
Licensed under the MIT License (MIT), see
|
|
23
17
|
http://jedwatson.github.io/classnames
|
|
24
18
|
*/
|
|
25
19
|
|
|
26
|
-
/*!
|
|
27
|
-
* Cropper.js v1.5.6
|
|
28
|
-
* https://fengyuanchen.github.io/cropperjs
|
|
29
|
-
*
|
|
30
|
-
* Copyright 2015-present Chen Fengyuan
|
|
31
|
-
* Released under the MIT license
|
|
32
|
-
*
|
|
33
|
-
* Date: 2019-10-04T04:33:48.372Z
|
|
34
|
-
*/
|
|
35
|
-
|
|
36
20
|
/*!
|
|
37
21
|
* Programatically add the following
|
|
38
22
|
*/
|
|
@@ -69,76 +53,6 @@ License: MIT
|
|
|
69
53
|
* LICENSE file in the root directory of this source tree.
|
|
70
54
|
*/
|
|
71
55
|
|
|
72
|
-
/**
|
|
73
|
-
* @license React
|
|
74
|
-
* react-dom.production.min.js
|
|
75
|
-
*
|
|
76
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
77
|
-
*
|
|
78
|
-
* This source code is licensed under the MIT license found in the
|
|
79
|
-
* LICENSE file in the root directory of this source tree.
|
|
80
|
-
*/
|
|
81
|
-
|
|
82
|
-
/**
|
|
83
|
-
* @license React
|
|
84
|
-
* react-is.production.min.js
|
|
85
|
-
*
|
|
86
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
87
|
-
*
|
|
88
|
-
* This source code is licensed under the MIT license found in the
|
|
89
|
-
* LICENSE file in the root directory of this source tree.
|
|
90
|
-
*/
|
|
91
|
-
|
|
92
|
-
/**
|
|
93
|
-
* @license React
|
|
94
|
-
* react-jsx-runtime.production.min.js
|
|
95
|
-
*
|
|
96
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
97
|
-
*
|
|
98
|
-
* This source code is licensed under the MIT license found in the
|
|
99
|
-
* LICENSE file in the root directory of this source tree.
|
|
100
|
-
*/
|
|
101
|
-
|
|
102
|
-
/**
|
|
103
|
-
* @license React
|
|
104
|
-
* react.production.min.js
|
|
105
|
-
*
|
|
106
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
107
|
-
*
|
|
108
|
-
* This source code is licensed under the MIT license found in the
|
|
109
|
-
* LICENSE file in the root directory of this source tree.
|
|
110
|
-
*/
|
|
111
|
-
|
|
112
|
-
/**
|
|
113
|
-
* @license React
|
|
114
|
-
* scheduler.production.min.js
|
|
115
|
-
*
|
|
116
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
117
|
-
*
|
|
118
|
-
* This source code is licensed under the MIT license found in the
|
|
119
|
-
* LICENSE file in the root directory of this source tree.
|
|
120
|
-
*/
|
|
121
|
-
|
|
122
|
-
/**
|
|
123
|
-
* @license React
|
|
124
|
-
* use-sync-external-store-shim.production.min.js
|
|
125
|
-
*
|
|
126
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
127
|
-
*
|
|
128
|
-
* This source code is licensed under the MIT license found in the
|
|
129
|
-
* LICENSE file in the root directory of this source tree.
|
|
130
|
-
*/
|
|
131
|
-
|
|
132
|
-
/**
|
|
133
|
-
* @license React
|
|
134
|
-
* use-sync-external-store-shim/with-selector.production.min.js
|
|
135
|
-
*
|
|
136
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
137
|
-
*
|
|
138
|
-
* This source code is licensed under the MIT license found in the
|
|
139
|
-
* LICENSE file in the root directory of this source tree.
|
|
140
|
-
*/
|
|
141
|
-
|
|
142
56
|
/** @license React v16.13.1
|
|
143
57
|
* react-is.production.min.js
|
|
144
58
|
*
|
|
@@ -147,7 +61,3 @@ License: MIT
|
|
|
147
61
|
* This source code is licensed under the MIT license found in the
|
|
148
62
|
* LICENSE file in the root directory of this source tree.
|
|
149
63
|
*/
|
|
150
|
-
|
|
151
|
-
//! moment.js
|
|
152
|
-
|
|
153
|
-
//! moment.js locale configuration
|