@pie-element/math-templated 2.11.2-next.7000
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.json +1 -0
- package/CHANGELOG.md +528 -0
- package/LICENSE.md +5 -0
- package/README.md +0 -0
- package/configure/CHANGELOG.json +1 -0
- package/configure/CHANGELOG.md +486 -0
- package/configure/lib/defaults.js +158 -0
- package/configure/lib/defaults.js.map +1 -0
- package/configure/lib/design.js +597 -0
- package/configure/lib/design.js.map +1 -0
- package/configure/lib/index.js +227 -0
- package/configure/lib/index.js.map +1 -0
- package/configure/lib/markupUtils.js +51 -0
- package/configure/lib/markupUtils.js.map +1 -0
- package/configure/lib/response.js +442 -0
- package/configure/lib/response.js.map +1 -0
- package/configure/package.json +20 -0
- package/controller/CHANGELOG.json +1 -0
- package/controller/CHANGELOG.md +391 -0
- package/controller/lib/defaults.js +21 -0
- package/controller/lib/defaults.js.map +1 -0
- package/controller/lib/index.js +302 -0
- package/controller/lib/index.js.map +1 -0
- package/controller/package.json +19 -0
- package/docs/config-schema.json +104 -0
- package/docs/config-schema.json.md +85 -0
- package/docs/demo/config.js +8 -0
- package/docs/demo/generate.js +42 -0
- package/docs/demo/index.html +1 -0
- package/docs/demo/session.js +14 -0
- package/docs/pie-schema.json +51 -0
- package/docs/pie-schema.json.md +37 -0
- package/lib/index.js +121 -0
- package/lib/index.js.map +1 -0
- package/lib/main.js +843 -0
- package/lib/main.js.map +1 -0
- package/lib/print.js +130 -0
- package/lib/print.js.map +1 -0
- package/module/configure.js +106458 -0
- package/module/controller.js +23132 -0
- package/module/demo.js +67 -0
- package/module/element.js +127550 -0
- package/module/index.html +21 -0
- package/module/manifest.json +14 -0
- package/module/print-demo.js +105 -0
- package/module/print.html +18 -0
- package/module/print.js +127498 -0
- package/package.json +29 -0
|
@@ -0,0 +1,486 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
## [2.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@2.10.0...@pie-element/boilerplate-item-type-configure@2.10.1) (2024-04-29)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* update pie-lib/pie-toolbox PD-3683, PD-3644 ([73734c5](https://github.com/pie-framework/pie-elements/commit/73734c50a1e4fcda6be4f67c725816d75aea222f))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [2.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@2.9.1...@pie-element/boilerplate-item-type-configure@2.10.0) (2024-04-22)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* update pie-lib/pie-toolbox PD-2449 ([2a0b40a](https://github.com/pie-framework/pie-elements/commit/2a0b40a826f0338b5eda2e8301f79870be3d0073))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
## [2.9.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@2.9.0...@pie-element/boilerplate-item-type-configure@2.9.1) (2024-04-22)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* update pie-lib/pie-toolbox PD-3644, PD-3673 ([5e28ce0](https://github.com/pie-framework/pie-elements/commit/5e28ce0dab4a7ecd93ef7bba45ddb20f768b450b))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
# [2.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@2.8.1...@pie-element/boilerplate-item-type-configure@2.9.0) (2024-04-18)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Features
|
|
43
|
+
|
|
44
|
+
* update pie-lib/pie-toolbox SC-30530, SC-30682, PD-3607, PD-3655 ([f08bccf](https://github.com/pie-framework/pie-elements/commit/f08bccf86fcb430e75e410116b000b3affc252c0))
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
## [2.8.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@2.8.0...@pie-element/boilerplate-item-type-configure@2.8.1) (2024-04-01)
|
|
51
|
+
|
|
52
|
+
**Note:** Version bump only for package @pie-element/boilerplate-item-type-configure
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
# [2.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@2.7.0...@pie-element/boilerplate-item-type-configure@2.8.0) (2024-04-01)
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
### Features
|
|
62
|
+
|
|
63
|
+
* **inline-dropdown:** upgrade pie-toolbox PD-2465 ([828d1c1](https://github.com/pie-framework/pie-elements/commit/828d1c1bc9e9221c1e141baaa8f89a4929ad0eb9))
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
# [2.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@2.6.2...@pie-element/boilerplate-item-type-configure@2.7.0) (2024-04-01)
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
### Features
|
|
73
|
+
|
|
74
|
+
* update pie-lib/pie-toolbox PD-3567, PD-3426 ([2a706d7](https://github.com/pie-framework/pie-elements/commit/2a706d799bb000c60b7a77a790de9dc66345ebf5))
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
## [2.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@2.6.1...@pie-element/boilerplate-item-type-configure@2.6.2) (2024-03-28)
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
### Bug Fixes
|
|
84
|
+
|
|
85
|
+
* update pie-lib/pie-toolbox PD-3603 ([8fc82ab](https://github.com/pie-framework/pie-elements/commit/8fc82ab19baf45aecb40e4b364a7c307a9840130))
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
## [2.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@2.6.0...@pie-element/boilerplate-item-type-configure@2.6.1) (2024-03-26)
|
|
92
|
+
|
|
93
|
+
**Note:** Version bump only for package @pie-element/boilerplate-item-type-configure
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
# [2.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@2.5.0...@pie-element/boilerplate-item-type-configure@2.6.0) (2024-03-20)
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
### Bug Fixes
|
|
103
|
+
|
|
104
|
+
* updated pie-lib/pie-toolbox SC-28500 ([a8e4e6a](https://github.com/pie-framework/pie-elements/commit/a8e4e6ab27584435ce7ac3e964ccac2747402777))
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
### Features
|
|
108
|
+
|
|
109
|
+
* updated pie-lib/pie-toolbox SC-27890 and reverted once again math-rendering-accessible ([fd312e1](https://github.com/pie-framework/pie-elements/commit/fd312e1336999893025231946649496d290883e4))
|
|
110
|
+
* use math-rendering-accessible everywhere PD-1870 ([d52e660](https://github.com/pie-framework/pie-elements/commit/d52e6607ad8847d704bd9cb9b7e3107c130f0500))
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
# [2.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@2.4.2...@pie-element/boilerplate-item-type-configure@2.5.0) (2024-03-15)
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
### Features
|
|
120
|
+
|
|
121
|
+
* update pie-lib/pie-toolbox SC-27890,PD-2461 ([13d94fa](https://github.com/pie-framework/pie-elements/commit/13d94faaf0cf9cf923bbc64587cdd4202154ea33))
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
## [2.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@2.4.1...@pie-element/boilerplate-item-type-configure@2.4.2) (2024-03-13)
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
### Bug Fixes
|
|
131
|
+
|
|
132
|
+
* update pie-lib/pie-toolbox PD-3549 ([b5d7d13](https://github.com/pie-framework/pie-elements/commit/b5d7d1352169cc67eaedcd56898a5806b0a8812a))
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
## [2.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@2.4.0...@pie-element/boilerplate-item-type-configure@2.4.1) (2024-03-12)
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
### Bug Fixes
|
|
142
|
+
|
|
143
|
+
* update pie-lib/pie-toolbox PD-3509, PD-3465 ([b1745aa](https://github.com/pie-framework/pie-elements/commit/b1745aa981722b5561aab1f4495ac81ac7bc4155))
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
# [2.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@2.3.2...@pie-element/boilerplate-item-type-configure@2.4.0) (2024-03-04)
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
### Features
|
|
153
|
+
|
|
154
|
+
* update pie-lib/pie-toolbox version PD-1870 and PD-3501 ([8df1d8d](https://github.com/pie-framework/pie-elements/commit/8df1d8d281a0d6023d5a9c0e6fdd29fea71b6ac1))
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
## [2.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@2.3.1...@pie-element/boilerplate-item-type-configure@2.3.2) (2024-02-20)
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
### Bug Fixes
|
|
164
|
+
|
|
165
|
+
* update pie-lib/pie-toolbox PD-3372, PD-3385, PD-3439 ([a79d800](https://github.com/pie-framework/pie-elements/commit/a79d800bb69af0d175793bc737282100168c4c60))
|
|
166
|
+
* update pie-lib/pie-toolbox PD-3455 ([4ff9971](https://github.com/pie-framework/pie-elements/commit/4ff9971e65b680aea180c94f9e85cab7249af2fb))
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
## [2.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@2.3.0...@pie-element/boilerplate-item-type-configure@2.3.1) (2024-02-14)
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
### Bug Fixes
|
|
176
|
+
|
|
177
|
+
* pie-lib/pie-toolbox with slate updates ([a8f8707](https://github.com/pie-framework/pie-elements/commit/a8f8707b2c197c2b40fb6632cee0ba4c27aa9aa4))
|
|
178
|
+
* update pie-lib/pie-toolbox ([cec328c](https://github.com/pie-framework/pie-elements/commit/cec328caf5b69d9fee00473c502aed62d6e27462))
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
# [2.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@2.2.5...@pie-element/boilerplate-item-type-configure@2.3.0) (2024-02-09)
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
### Features
|
|
188
|
+
|
|
189
|
+
* update pie-toolbox version SC-28868 ([5745f50](https://github.com/pie-framework/pie-elements/commit/5745f502c89d730e72d4cdb83e96c9465a81ae19))
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
## [2.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@2.2.4...@pie-element/boilerplate-item-type-configure@2.2.5) (2024-02-07)
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
### Bug Fixes
|
|
199
|
+
|
|
200
|
+
* update pie-toolbox version PD-3423 ([053ad69](https://github.com/pie-framework/pie-elements/commit/053ad690619980bce68b1b44e51975fcf91054ec))
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
## [2.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@2.2.3...@pie-element/boilerplate-item-type-configure@2.2.4) (2024-01-24)
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
### Bug Fixes
|
|
210
|
+
|
|
211
|
+
* update to pie-lib/pie-toolbox 1.5.7 PD-3404 ([eae668d](https://github.com/pie-framework/pie-elements/commit/eae668d980ef4731af5eceb3e70329b7621a232b))
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
## [2.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@2.2.2...@pie-element/boilerplate-item-type-configure@2.2.3) (2024-01-24)
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
### Bug Fixes
|
|
221
|
+
|
|
222
|
+
* update to pie-lib/pie-toolbox 1.5.6 to fix issue introduced by fix for PD-3392 ([8d0a33f](https://github.com/pie-framework/pie-elements/commit/8d0a33f51a5ebe442eb824749cb419bf23c44d28))
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
## [2.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@2.2.1...@pie-element/boilerplate-item-type-configure@2.2.2) (2024-01-23)
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
### Bug Fixes
|
|
232
|
+
|
|
233
|
+
* update to pie-lib/pie-toolbox 1.5.4 for PD-3387, PD-3384, PD-3383, PD-3392 ([2278f9a](https://github.com/pie-framework/pie-elements/commit/2278f9a3fdf1bc89ab590f240d926a857339179e))
|
|
234
|
+
* update to pie-lib/pie-toolbox 1.5.5 for PD-3392 ([d4286e0](https://github.com/pie-framework/pie-elements/commit/d4286e08a060a73e6de098f87173baaaa88cc997))
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
## [2.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@2.2.0...@pie-element/boilerplate-item-type-configure@2.2.1) (2024-01-15)
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
### Bug Fixes
|
|
244
|
+
|
|
245
|
+
* update pie-lib/pie-toolbox PD-3366, PD-3367, PD-3381 ([8c9d35f](https://github.com/pie-framework/pie-elements/commit/8c9d35ff6f0dad1a161d6a2dba203a169169e562))
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
# [2.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@2.1.2...@pie-element/boilerplate-item-type-configure@2.2.0) (2024-01-08)
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
### Bug Fixes
|
|
255
|
+
|
|
256
|
+
* refactor for pie-lib/pie-toolbox update ([2a5b0d5](https://github.com/pie-framework/pie-elements/commit/2a5b0d5f046924d5974910e3f0dfb2c9d3327a03))
|
|
257
|
+
* update pie-lib/pie-toolbox PD-2068, PD-2060 ([b63f783](https://github.com/pie-framework/pie-elements/commit/b63f78371452e265f31f721dcfa5f8ba9789089c))
|
|
258
|
+
* update pie-lib/pie-toolbox PD-3352 ([c40c326](https://github.com/pie-framework/pie-elements/commit/c40c326209315b57ce8da802b8e00616256e3bd6))
|
|
259
|
+
* update pie-lib/pie-toolbox SC-27396, SC-27398 ([658a553](https://github.com/pie-framework/pie-elements/commit/658a55358181271b508f7d550467eefadcd71544))
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
### Features
|
|
263
|
+
|
|
264
|
+
* refactor for pie-lib/pie-toolbox and add print module for boilerplate-item-type ([8230d26](https://github.com/pie-framework/pie-elements/commit/8230d264069672c4a3242ff5ed60a6842bf5147f))
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
## [2.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@2.1.1...@pie-element/boilerplate-item-type-configure@2.1.2) (2024-01-08)
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
### Bug Fixes
|
|
274
|
+
|
|
275
|
+
* update pie-lib/pie-toolbox PD-3352,PD-3348, PD-3296 ([48b1952](https://github.com/pie-framework/pie-elements/commit/48b1952831835ead598b692abb3d492ec9adb564))
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
## [2.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@2.1.0...@pie-element/boilerplate-item-type-configure@2.1.1) (2024-01-04)
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
### Bug Fixes
|
|
285
|
+
|
|
286
|
+
* update pie-lib/pie-toolbox PD-2068, PD-2060 ([e918850](https://github.com/pie-framework/pie-elements/commit/e9188502ffeaefe41bf0f23895d4bb2daf839364))
|
|
287
|
+
* update pie-lib/pie-toolbox PD-3037 ([b2f689a](https://github.com/pie-framework/pie-elements/commit/b2f689a416c2c39d7ed423a22db02dd32415ba82))
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
# [2.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@2.0.3...@pie-element/boilerplate-item-type-configure@2.1.0) (2023-12-19)
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
### Bug Fixes
|
|
297
|
+
|
|
298
|
+
* update pie-lib/pie-toolbox PD-2068 ([34eccd5](https://github.com/pie-framework/pie-elements/commit/34eccd52c44259eddf3e2b816b00b82f83bc2bf8))
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
### Features
|
|
302
|
+
|
|
303
|
+
* update pie-lib/pie-toolbox PD-2555 ([86d4fd9](https://github.com/pie-framework/pie-elements/commit/86d4fd909180dd1fcbc446bd8b29c23af21a1c69))
|
|
304
|
+
* update pie-lib/pie-toolbox PD-3307, PD-2067, PD-3271, PD-3041, PD-2068 ([2eabcbd](https://github.com/pie-framework/pie-elements/commit/2eabcbd036e318bb24552f4140ca7384ad865951))
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
## [2.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@2.0.2...@pie-element/boilerplate-item-type-configure@2.0.3) (2023-11-27)
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
### Bug Fixes
|
|
314
|
+
|
|
315
|
+
* update pie-lib ([74283d7](https://github.com/pie-framework/pie-elements/commit/74283d71b12ab9c82875ce995368e5e39f4face6))
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
## [2.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@2.0.1...@pie-element/boilerplate-item-type-configure@2.0.2) (2023-11-27)
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
### Bug Fixes
|
|
325
|
+
|
|
326
|
+
* update pie-lib/pie-toolbox PD-597 ([1ec84aa](https://github.com/pie-framework/pie-elements/commit/1ec84aadae515088ef65b99f780a5e5dca516f99))
|
|
327
|
+
* update pie-libs PD-2996 ([cd092c6](https://github.com/pie-framework/pie-elements/commit/cd092c6b5c4db91645394cd23febc1f9a07f46f9))
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
## [2.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@2.0.0...@pie-element/boilerplate-item-type-configure@2.0.1) (2023-11-09)
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
### Bug Fixes
|
|
337
|
+
|
|
338
|
+
* update pie-lib/pie-toolbox PD-3221, PD-3249, PD-2765 ([9de1563](https://github.com/pie-framework/pie-elements/commit/9de1563d636983c3ddceee0279c0709d396d4f96))
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
# [2.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@1.3.1...@pie-element/boilerplate-item-type-configure@2.0.0) (2023-11-07)
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
### Bug Fixes
|
|
348
|
+
|
|
349
|
+
* update pie-lib version to fix imports for pie-lib/pie-toolbox/editable-html ([a90cbf6](https://github.com/pie-framework/pie-elements/commit/a90cbf6be81824e7266df23c2dc49b259337c1b6))
|
|
350
|
+
* update pie-lib/pie-toolbox version ([212cbfa](https://github.com/pie-framework/pie-elements/commit/212cbfad27b29f0b1b2a3706ba82f6fb59147001))
|
|
351
|
+
* update pie-lib/pie-toolbox version ([b791e10](https://github.com/pie-framework/pie-elements/commit/b791e10857928766e2d73c6aa80b3fb50fd1afac))
|
|
352
|
+
* update pie-lib/pie-toolbox version ([7f64f9f](https://github.com/pie-framework/pie-elements/commit/7f64f9f2b874fd08bd8f6f05c1c4292c34ac6338))
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
### Code Refactoring
|
|
356
|
+
|
|
357
|
+
* replaced all pie-lib packages with the new pie-toolbox package that contains all of them. ([073d7e5](https://github.com/pie-framework/pie-elements/commit/073d7e5175f7a73069f09d2ceda799682acce494))
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
### BREAKING CHANGES
|
|
361
|
+
|
|
362
|
+
* using pie-lib/pie-toolbox now, instead of any other pie-lib package.
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
## [1.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@1.3.0...@pie-element/boilerplate-item-type-configure@1.3.1) (2023-10-26)
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
### Bug Fixes
|
|
372
|
+
|
|
373
|
+
* update pie-lib PD-3221 ([f04d59f](https://github.com/pie-framework/pie-elements/commit/f04d59f204852e430dc3e8fe2c442bb9a1634761))
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
# [1.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@1.2.5...@pie-element/boilerplate-item-type-configure@1.3.0) (2023-10-16)
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
### Features
|
|
383
|
+
|
|
384
|
+
* updated pie-libs PD-2950 ([acffe41](https://github.com/pie-framework/pie-elements/commit/acffe41120fbe288e375321cbd58cfbd48f98595))
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
## [1.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@1.2.4...@pie-element/boilerplate-item-type-configure@1.2.5) (2023-10-16)
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
### Bug Fixes
|
|
394
|
+
|
|
395
|
+
* updated pie-libs PD-3223, PD-3121, PD-3018, PD-2765, PD-3105 ([666e660](https://github.com/pie-framework/pie-elements/commit/666e6604c40b9bde8b88af5ce1b02ba65f11e957))
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
## [1.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@1.2.3...@pie-element/boilerplate-item-type-configure@1.2.4) (2023-10-03)
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
### Bug Fixes
|
|
405
|
+
|
|
406
|
+
* update with latest pie-libs, forcing pie-lib/math-rendering to v2.5.18 ([7ff936a](https://github.com/pie-framework/pie-elements/commit/7ff936ab9fc85c264032181755ce5e2149825406))
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
## [1.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@1.2.2...@pie-element/boilerplate-item-type-configure@1.2.3) (2023-09-28)
|
|
413
|
+
|
|
414
|
+
**Note:** Version bump only for package @pie-element/boilerplate-item-type-configure
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
## [1.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@1.2.1...@pie-element/boilerplate-item-type-configure@1.2.2) (2023-09-26)
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
### Bug Fixes
|
|
424
|
+
|
|
425
|
+
* update pie-libs ([702f4c6](https://github.com/pie-framework/pie-elements/commit/702f4c657f3413274b3a4443c1950e2cdf8e5588))
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
## [1.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@1.2.0...@pie-element/boilerplate-item-type-configure@1.2.1) (2023-09-25)
|
|
432
|
+
|
|
433
|
+
**Note:** Version bump only for package @pie-element/boilerplate-item-type-configure
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
# [1.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@1.1.2...@pie-element/boilerplate-item-type-configure@1.2.0) (2023-09-25)
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
### Bug Fixes
|
|
443
|
+
|
|
444
|
+
* update pie-libs PD-3167 ([1b109bb](https://github.com/pie-framework/pie-elements/commit/1b109bb3b74dcea72ee2f241996a5e6a71893b4e))
|
|
445
|
+
* update pie-libs PD-3167 ([b21d0c3](https://github.com/pie-framework/pie-elements/commit/b21d0c332623667257a5de1363b9f4fc6ee2bb51))
|
|
446
|
+
* update pie-libs PD-3167 ([1a76806](https://github.com/pie-framework/pie-elements/commit/1a7680657ebe0a73969f3100e60f0a090ffc7ada))
|
|
447
|
+
* update pie-libs PD-3167, PD-3105, PD-3162, PD-2765 ([26199b2](https://github.com/pie-framework/pie-elements/commit/26199b255ddbcb9255f2769091c7ba58f8b1dae0))
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
### Features
|
|
451
|
+
|
|
452
|
+
* update pie-libs PD-3011 ([0fd32b3](https://github.com/pie-framework/pie-elements/commit/0fd32b3fd1333bb25de584b98c8ef0471de2d5e8))
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
## [1.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@1.1.1...@pie-element/boilerplate-item-type-configure@1.1.2) (2023-09-05)
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
### Bug Fixes
|
|
462
|
+
|
|
463
|
+
* update pie-libs PD-2765 ([f03972d](https://github.com/pie-framework/pie-elements/commit/f03972dda33ff5d4c0343f094fd33acadad30cb4))
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
## [1.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@1.1.0...@pie-element/boilerplate-item-type-configure@1.1.1) (2023-09-04)
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
### Bug Fixes
|
|
473
|
+
|
|
474
|
+
* update pie-libs PD-3051 ([1e1a7a3](https://github.com/pie-framework/pie-elements/commit/1e1a7a38732eff5585ad789aea5a08c5e94720ae))
|
|
475
|
+
* updated pie-libs PD-2765, PD-3051 ([e6f5b17](https://github.com/pie-framework/pie-elements/commit/e6f5b17c95faf426898f897651863089a54ff3ff))
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
# 1.1.0 (2023-08-29)
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
### Features
|
|
485
|
+
|
|
486
|
+
* create a boilerplate item type ([2cae8df](https://github.com/pie-framework/pie-elements/commit/2cae8df90b913f13875fb24fb09d61c60b7292f9))
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
// Should be exactly the same as controller/defaults.js
|
|
8
|
+
var _default = {
|
|
9
|
+
model: {
|
|
10
|
+
markup: '',
|
|
11
|
+
prompt: '',
|
|
12
|
+
promptEnabled: true,
|
|
13
|
+
teacherInstructionsEnabled: true,
|
|
14
|
+
rationale: 'Rationale goes here',
|
|
15
|
+
rationaleEnabled: true,
|
|
16
|
+
spellCheckEnabled: true,
|
|
17
|
+
playerSpellCheckEnabled: true,
|
|
18
|
+
responses: {},
|
|
19
|
+
element: 'math-templated',
|
|
20
|
+
equationEditor: '8',
|
|
21
|
+
ignoreOrderDefault: false,
|
|
22
|
+
allowTrailingZerosDefault: false,
|
|
23
|
+
toolbarEditorPosition: 'bottom',
|
|
24
|
+
validationDefault: 'literal'
|
|
25
|
+
},
|
|
26
|
+
configuration: {
|
|
27
|
+
ignoreOrder: {
|
|
28
|
+
settings: false,
|
|
29
|
+
label: 'Ignore Order',
|
|
30
|
+
enabled: true
|
|
31
|
+
},
|
|
32
|
+
allowTrailingZeros: {
|
|
33
|
+
settings: false,
|
|
34
|
+
label: 'Allow Trailing Zeros',
|
|
35
|
+
enabled: true
|
|
36
|
+
},
|
|
37
|
+
partialScoring: {
|
|
38
|
+
settings: true,
|
|
39
|
+
label: 'Allow Partial Scoring'
|
|
40
|
+
},
|
|
41
|
+
baseInputConfiguration: {
|
|
42
|
+
html: {
|
|
43
|
+
disabled: true
|
|
44
|
+
},
|
|
45
|
+
audio: {
|
|
46
|
+
disabled: false
|
|
47
|
+
},
|
|
48
|
+
video: {
|
|
49
|
+
disabled: false
|
|
50
|
+
},
|
|
51
|
+
image: {
|
|
52
|
+
disabled: false
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
prompt: {
|
|
56
|
+
label: 'Prompt',
|
|
57
|
+
settings: true,
|
|
58
|
+
inputConfiguration: {
|
|
59
|
+
audio: {
|
|
60
|
+
disabled: false
|
|
61
|
+
},
|
|
62
|
+
video: {
|
|
63
|
+
disabled: false
|
|
64
|
+
},
|
|
65
|
+
image: {
|
|
66
|
+
disabled: false
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
required: false
|
|
70
|
+
},
|
|
71
|
+
spellCheck: {
|
|
72
|
+
label: 'Spellcheck',
|
|
73
|
+
settings: false,
|
|
74
|
+
enabled: true
|
|
75
|
+
},
|
|
76
|
+
editSource: {
|
|
77
|
+
label: 'Edit Source',
|
|
78
|
+
settings: false,
|
|
79
|
+
enabled: false
|
|
80
|
+
},
|
|
81
|
+
playerSpellCheck: {
|
|
82
|
+
label: 'Student Spellcheck',
|
|
83
|
+
settings: true,
|
|
84
|
+
enabled: true
|
|
85
|
+
},
|
|
86
|
+
teacherInstructions: {
|
|
87
|
+
settings: true,
|
|
88
|
+
label: 'Teacher Instructions',
|
|
89
|
+
inputConfiguration: {
|
|
90
|
+
audio: {
|
|
91
|
+
disabled: false
|
|
92
|
+
},
|
|
93
|
+
video: {
|
|
94
|
+
disabled: false
|
|
95
|
+
},
|
|
96
|
+
image: {
|
|
97
|
+
disabled: false
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
required: false
|
|
101
|
+
},
|
|
102
|
+
rationale: {
|
|
103
|
+
settings: true,
|
|
104
|
+
label: 'Rationale',
|
|
105
|
+
inputConfiguration: {
|
|
106
|
+
audio: {
|
|
107
|
+
disabled: false
|
|
108
|
+
},
|
|
109
|
+
video: {
|
|
110
|
+
disabled: false
|
|
111
|
+
},
|
|
112
|
+
image: {
|
|
113
|
+
disabled: false
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
required: false
|
|
117
|
+
},
|
|
118
|
+
template: {
|
|
119
|
+
inputConfiguration: {
|
|
120
|
+
audio: {
|
|
121
|
+
disabled: false
|
|
122
|
+
},
|
|
123
|
+
video: {
|
|
124
|
+
disabled: false
|
|
125
|
+
},
|
|
126
|
+
image: {
|
|
127
|
+
disabled: false
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
maxImageWidth: {
|
|
132
|
+
teacherInstructions: 300,
|
|
133
|
+
prompt: 300,
|
|
134
|
+
rationale: 300
|
|
135
|
+
},
|
|
136
|
+
maxImageHeight: {
|
|
137
|
+
teacherInstructions: 300,
|
|
138
|
+
prompt: 300,
|
|
139
|
+
rationale: 300
|
|
140
|
+
},
|
|
141
|
+
mathMlOptions: {
|
|
142
|
+
mmlOutput: false,
|
|
143
|
+
mmlEditing: false
|
|
144
|
+
},
|
|
145
|
+
language: {
|
|
146
|
+
settings: false,
|
|
147
|
+
label: 'Specify Language',
|
|
148
|
+
enabled: false
|
|
149
|
+
},
|
|
150
|
+
languageChoices: {
|
|
151
|
+
label: 'Language Choices',
|
|
152
|
+
options: []
|
|
153
|
+
},
|
|
154
|
+
maxResponseAreas: 10
|
|
155
|
+
}
|
|
156
|
+
};
|
|
157
|
+
exports["default"] = _default;
|
|
158
|
+
//# sourceMappingURL=defaults.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/defaults.js"],"names":["model","markup","prompt","promptEnabled","teacherInstructionsEnabled","rationale","rationaleEnabled","spellCheckEnabled","playerSpellCheckEnabled","responses","element","equationEditor","ignoreOrderDefault","allowTrailingZerosDefault","toolbarEditorPosition","validationDefault","configuration","ignoreOrder","settings","label","enabled","allowTrailingZeros","partialScoring","baseInputConfiguration","html","disabled","audio","video","image","inputConfiguration","required","spellCheck","editSource","playerSpellCheck","teacherInstructions","template","maxImageWidth","maxImageHeight","mathMlOptions","mmlOutput","mmlEditing","language","languageChoices","options","maxResponseAreas"],"mappings":"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","sourcesContent":["// Should be exactly the same as controller/defaults.js\nexport default {\n model: {\n markup: '',\n prompt: '',\n promptEnabled: true,\n teacherInstructionsEnabled: true,\n rationale: 'Rationale goes here',\n rationaleEnabled: true,\n spellCheckEnabled: true,\n playerSpellCheckEnabled: true,\n responses: {},\n element: 'math-templated',\n equationEditor: '8',\n ignoreOrderDefault: false,\n allowTrailingZerosDefault: false,\n toolbarEditorPosition: 'bottom',\n validationDefault: 'literal',\n },\n configuration: {\n ignoreOrder: {\n settings: false,\n label: 'Ignore Order',\n enabled: true\n },\n allowTrailingZeros: {\n settings: false,\n label: 'Allow Trailing Zeros',\n enabled: true\n },\n partialScoring: {\n settings: true,\n label: 'Allow Partial Scoring',\n },\n baseInputConfiguration: {\n html: { disabled: true },\n audio: { disabled: false },\n video: { disabled: false },\n image: { disabled: false },\n },\n prompt: {\n label: 'Prompt',\n settings: true,\n inputConfiguration: {\n audio: { disabled: false },\n video: { disabled: false },\n image: { disabled: false },\n },\n required: false,\n },\n spellCheck: {\n label: 'Spellcheck',\n settings: false,\n enabled: true,\n },\n editSource: {\n label: 'Edit Source',\n settings: false,\n enabled: false,\n },\n playerSpellCheck: {\n label: 'Student Spellcheck',\n settings: true,\n enabled: true,\n },\n teacherInstructions: {\n settings: true,\n label: 'Teacher Instructions',\n inputConfiguration: {\n audio: { disabled: false },\n video: { disabled: false },\n image: { disabled: false },\n },\n required: false,\n },\n rationale: {\n settings: true,\n label: 'Rationale',\n inputConfiguration: {\n audio: { disabled: false },\n video: { disabled: false },\n image: { disabled: false },\n },\n required: false,\n },\n template: {\n inputConfiguration: {\n audio: { disabled: false },\n video: { disabled: false },\n image: { disabled: false },\n },\n },\n maxImageWidth: {\n teacherInstructions: 300,\n prompt: 300,\n rationale: 300,\n },\n maxImageHeight: {\n teacherInstructions: 300,\n prompt: 300,\n rationale: 300,\n },\n mathMlOptions: {\n mmlOutput: false,\n mmlEditing: false,\n },\n language: {\n settings: false,\n label: 'Specify Language',\n enabled: false,\n },\n languageChoices: {\n label: 'Language Choices',\n options: [],\n },\n maxResponseAreas: 10,\n },\n};\n"],"file":"defaults.js"}
|