@clickview/curator 1.33.9 → 1.34.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/curator-app.css +50 -38
- package/dist/curator-app.js +1 -1
- package/dist/curator-app.js.LICENSE.txt +90 -0
- package/dist/en.json +1 -1
- package/package.json +2 -2
- package/tooling/externals.js +21 -50
- package/typings/libs/ClickView.d.ts +1 -0
- package/typings/utils/imports.d.ts +0 -2
|
@@ -11,12 +11,28 @@ 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
|
+
|
|
14
20
|
/*!
|
|
15
21
|
Copyright (c) 2017 Jed Watson.
|
|
16
22
|
Licensed under the MIT License (MIT), see
|
|
17
23
|
http://jedwatson.github.io/classnames
|
|
18
24
|
*/
|
|
19
25
|
|
|
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
|
+
|
|
20
36
|
/*!
|
|
21
37
|
* Programatically add the following
|
|
22
38
|
*/
|
|
@@ -53,6 +69,76 @@ License: MIT
|
|
|
53
69
|
* LICENSE file in the root directory of this source tree.
|
|
54
70
|
*/
|
|
55
71
|
|
|
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
|
+
|
|
56
142
|
/** @license React v16.13.1
|
|
57
143
|
* react-is.production.min.js
|
|
58
144
|
*
|
|
@@ -61,3 +147,7 @@ License: MIT
|
|
|
61
147
|
* This source code is licensed under the MIT license found in the
|
|
62
148
|
* LICENSE file in the root directory of this source tree.
|
|
63
149
|
*/
|
|
150
|
+
|
|
151
|
+
//! moment.js
|
|
152
|
+
|
|
153
|
+
//! moment.js locale configuration
|