jclic 2.1.26 → 2.2.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/CHANGELOG.md +13 -0
- package/dist/jclic-node.js +33 -33
- package/dist/jclic-node.js.map +1 -1
- package/dist/jclic.components.LICENSE +3 -65
- package/dist/jclic.min.js +3 -3
- package/dist/jclic.min.js.map +1 -1
- package/package.json +11 -11
- package/src/AWT.js +1 -1
- package/src/GlobalData.js +1 -1
- package/src/JClic.js +3 -0
- package/src/activities/associations/ComplexAssociation.js +2 -2
- package/src/activities/associations/SimpleAssociation.js +2 -2
- package/src/activities/puzzles/DoublePuzzle.js +2 -2
- package/src/activities/text/FillInBlanks.js +8 -8
- package/src/activities/text/IdentifyText.js +2 -2
- package/src/activities/text/OrderText.js +1 -1
- package/src/activities/text/TextActivityBase.js +3 -3
- package/src/activities/text/TextActivityDocument.js +3 -1
- package/src/activities/text/WrittenAnswer.js +2 -2
- package/src/activities/textGrid/CrossWord.js +2 -2
- package/src/boxes/ActiveBox.js +2 -2
- package/src/skins/Skin.js +2 -4
|
@@ -11,45 +11,14 @@ https://github.com/nodeca/pako/blob/main/LICENSE
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
/*!
|
|
14
|
-
*
|
|
15
|
-
* Created : 01/04/2015
|
|
16
|
-
* By : Francesc Busquets <francesc@gmail.com>
|
|
17
|
-
*
|
|
18
|
-
* JClic.js
|
|
19
|
-
* An HTML5 player of JClic activities
|
|
20
|
-
* https://projectestac.github.io/jclic.js
|
|
21
|
-
*
|
|
22
|
-
* @source https://github.com/projectestac/jclic.js
|
|
23
|
-
*
|
|
24
|
-
* @license EUPL-1.2
|
|
25
|
-
* @licstart
|
|
26
|
-
* (c) 2000-2021 Educational Telematic Network of Catalonia (XTEC)
|
|
27
|
-
*
|
|
28
|
-
* Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
|
|
29
|
-
* the European Commission- subsequent versions of the EUPL (the "Licence");
|
|
30
|
-
* You may not use this work except in compliance with the Licence.
|
|
31
|
-
*
|
|
32
|
-
* You may obtain a copy of the Licence at:
|
|
33
|
-
* https://joinup.ec.europa.eu/software/page/eupl
|
|
34
|
-
*
|
|
35
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
36
|
-
* distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
|
|
37
|
-
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
38
|
-
* Licence for the specific language governing permissions and limitations
|
|
39
|
-
* under the Licence.
|
|
40
|
-
* @licend
|
|
41
|
-
* @module
|
|
42
|
-
*/
|
|
43
|
-
|
|
44
|
-
/*!
|
|
45
|
-
* jQuery JavaScript Library v3.7.1
|
|
14
|
+
* jQuery JavaScript Library v4.0.0
|
|
46
15
|
* https://jquery.com/
|
|
47
16
|
*
|
|
48
17
|
* Copyright OpenJS Foundation and other contributors
|
|
49
18
|
* Released under the MIT license
|
|
50
|
-
* https://jquery.
|
|
19
|
+
* https://jquery.com/license/
|
|
51
20
|
*
|
|
52
|
-
* Date:
|
|
21
|
+
* Date: 2026-01-18T00:20Z
|
|
53
22
|
*/
|
|
54
23
|
|
|
55
24
|
/**
|
|
@@ -145,37 +114,6 @@ https://github.com/nodeca/pako/blob/main/LICENSE
|
|
|
145
114
|
* @module
|
|
146
115
|
*/
|
|
147
116
|
|
|
148
|
-
/**
|
|
149
|
-
* File : Utils.js
|
|
150
|
-
* Created : 01/04/2015
|
|
151
|
-
* By : Francesc Busquets <francesc@gmail.com>
|
|
152
|
-
*
|
|
153
|
-
* JClic.js
|
|
154
|
-
* An HTML5 player of JClic activities
|
|
155
|
-
* https://projectestac.github.io/jclic.js
|
|
156
|
-
*
|
|
157
|
-
* @source https://github.com/projectestac/jclic.js
|
|
158
|
-
*
|
|
159
|
-
* @license EUPL-1.2
|
|
160
|
-
* @licstart
|
|
161
|
-
* (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
|
|
162
|
-
*
|
|
163
|
-
* Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
|
|
164
|
-
* the European Commission- subsequent versions of the EUPL (the "Licence");
|
|
165
|
-
* You may not use this work except in compliance with the Licence.
|
|
166
|
-
*
|
|
167
|
-
* You may obtain a copy of the Licence at:
|
|
168
|
-
* https://joinup.ec.europa.eu/software/page/eupl
|
|
169
|
-
*
|
|
170
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
171
|
-
* distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
|
|
172
|
-
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
173
|
-
* Licence for the specific language governing permissions and limitations
|
|
174
|
-
* under the Licence.
|
|
175
|
-
* @licend
|
|
176
|
-
* @module
|
|
177
|
-
*/
|
|
178
|
-
|
|
179
117
|
/**
|
|
180
118
|
* File : activities/associations/ComplexAssociation.js
|
|
181
119
|
* Created : 03/06/2015
|