@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.
Files changed (48) hide show
  1. package/CHANGELOG.json +1 -0
  2. package/CHANGELOG.md +528 -0
  3. package/LICENSE.md +5 -0
  4. package/README.md +0 -0
  5. package/configure/CHANGELOG.json +1 -0
  6. package/configure/CHANGELOG.md +486 -0
  7. package/configure/lib/defaults.js +158 -0
  8. package/configure/lib/defaults.js.map +1 -0
  9. package/configure/lib/design.js +597 -0
  10. package/configure/lib/design.js.map +1 -0
  11. package/configure/lib/index.js +227 -0
  12. package/configure/lib/index.js.map +1 -0
  13. package/configure/lib/markupUtils.js +51 -0
  14. package/configure/lib/markupUtils.js.map +1 -0
  15. package/configure/lib/response.js +442 -0
  16. package/configure/lib/response.js.map +1 -0
  17. package/configure/package.json +20 -0
  18. package/controller/CHANGELOG.json +1 -0
  19. package/controller/CHANGELOG.md +391 -0
  20. package/controller/lib/defaults.js +21 -0
  21. package/controller/lib/defaults.js.map +1 -0
  22. package/controller/lib/index.js +302 -0
  23. package/controller/lib/index.js.map +1 -0
  24. package/controller/package.json +19 -0
  25. package/docs/config-schema.json +104 -0
  26. package/docs/config-schema.json.md +85 -0
  27. package/docs/demo/config.js +8 -0
  28. package/docs/demo/generate.js +42 -0
  29. package/docs/demo/index.html +1 -0
  30. package/docs/demo/session.js +14 -0
  31. package/docs/pie-schema.json +51 -0
  32. package/docs/pie-schema.json.md +37 -0
  33. package/lib/index.js +121 -0
  34. package/lib/index.js.map +1 -0
  35. package/lib/main.js +843 -0
  36. package/lib/main.js.map +1 -0
  37. package/lib/print.js +130 -0
  38. package/lib/print.js.map +1 -0
  39. package/module/configure.js +106458 -0
  40. package/module/controller.js +23132 -0
  41. package/module/demo.js +67 -0
  42. package/module/element.js +127550 -0
  43. package/module/index.html +21 -0
  44. package/module/manifest.json +14 -0
  45. package/module/print-demo.js +105 -0
  46. package/module/print.html +18 -0
  47. package/module/print.js +127498 -0
  48. package/package.json +29 -0
@@ -0,0 +1,391 @@
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.9.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.9.0...@pie-element/boilerplate-item-type-controller@2.9.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.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.8.1...@pie-element/boilerplate-item-type-controller@2.9.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.8.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.8.0...@pie-element/boilerplate-item-type-controller@2.8.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.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.7.3...@pie-element/boilerplate-item-type-controller@2.8.0) (2024-04-18)
40
+
41
+
42
+ ### Bug Fixes
43
+
44
+ * revert experiments for PD-3664 ([9d28f6e](https://github.com/pie-framework/pie-elements/commit/9d28f6ee635166c519f9902b7abb2bec67ac6fd0))
45
+
46
+
47
+ ### Features
48
+
49
+ * update pie-lib/pie-toolbox SC-30530, SC-30682, PD-3607, PD-3655 ([f08bccf](https://github.com/pie-framework/pie-elements/commit/f08bccf86fcb430e75e410116b000b3affc252c0))
50
+
51
+
52
+
53
+
54
+
55
+ ## [2.7.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.7.2...@pie-element/boilerplate-item-type-controller@2.7.3) (2024-04-16)
56
+
57
+
58
+ ### Bug Fixes
59
+
60
+ * revert previous experiments and add another one PD-3664 ([954d576](https://github.com/pie-framework/pie-elements/commit/954d576cdc0632c00fef10c75fb3008ed6fec487))
61
+
62
+
63
+
64
+
65
+
66
+ ## [2.7.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.7.1...@pie-element/boilerplate-item-type-controller@2.7.2) (2024-04-15)
67
+
68
+ **Note:** Version bump only for package @pie-element/boilerplate-item-type-controller
69
+
70
+
71
+
72
+
73
+
74
+ ## [2.7.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.7.0...@pie-element/boilerplate-item-type-controller@2.7.1) (2024-04-01)
75
+
76
+ **Note:** Version bump only for package @pie-element/boilerplate-item-type-controller
77
+
78
+
79
+
80
+
81
+
82
+ # [2.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.6.0...@pie-element/boilerplate-item-type-controller@2.7.0) (2024-04-01)
83
+
84
+
85
+ ### Features
86
+
87
+ * **inline-dropdown:** upgrade pie-toolbox PD-2465 ([828d1c1](https://github.com/pie-framework/pie-elements/commit/828d1c1bc9e9221c1e141baaa8f89a4929ad0eb9))
88
+
89
+
90
+
91
+
92
+
93
+ # [2.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.5.2...@pie-element/boilerplate-item-type-controller@2.6.0) (2024-04-01)
94
+
95
+
96
+ ### Features
97
+
98
+ * update pie-lib/pie-toolbox PD-3567, PD-3426 ([2a706d7](https://github.com/pie-framework/pie-elements/commit/2a706d799bb000c60b7a77a790de9dc66345ebf5))
99
+
100
+
101
+
102
+
103
+
104
+ ## [2.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.5.1...@pie-element/boilerplate-item-type-controller@2.5.2) (2024-03-28)
105
+
106
+
107
+ ### Bug Fixes
108
+
109
+ * update pie-lib/pie-toolbox PD-3603 ([8fc82ab](https://github.com/pie-framework/pie-elements/commit/8fc82ab19baf45aecb40e4b364a7c307a9840130))
110
+
111
+
112
+
113
+
114
+
115
+ ## [2.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.5.0...@pie-element/boilerplate-item-type-controller@2.5.1) (2024-03-26)
116
+
117
+ **Note:** Version bump only for package @pie-element/boilerplate-item-type-controller
118
+
119
+
120
+
121
+
122
+
123
+ # [2.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.4.0...@pie-element/boilerplate-item-type-controller@2.5.0) (2024-03-20)
124
+
125
+
126
+ ### Bug Fixes
127
+
128
+ * updated pie-lib/pie-toolbox SC-28500 ([a8e4e6a](https://github.com/pie-framework/pie-elements/commit/a8e4e6ab27584435ce7ac3e964ccac2747402777))
129
+
130
+
131
+ ### Features
132
+
133
+ * updated pie-lib/pie-toolbox SC-27890 and reverted once again math-rendering-accessible ([fd312e1](https://github.com/pie-framework/pie-elements/commit/fd312e1336999893025231946649496d290883e4))
134
+ * use math-rendering-accessible everywhere PD-1870 ([d52e660](https://github.com/pie-framework/pie-elements/commit/d52e6607ad8847d704bd9cb9b7e3107c130f0500))
135
+
136
+
137
+
138
+
139
+
140
+ # [2.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.3.2...@pie-element/boilerplate-item-type-controller@2.4.0) (2024-03-15)
141
+
142
+
143
+ ### Features
144
+
145
+ * update pie-lib/pie-toolbox SC-27890,PD-2461 ([13d94fa](https://github.com/pie-framework/pie-elements/commit/13d94faaf0cf9cf923bbc64587cdd4202154ea33))
146
+
147
+
148
+
149
+
150
+
151
+ ## [2.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.3.1...@pie-element/boilerplate-item-type-controller@2.3.2) (2024-03-13)
152
+
153
+
154
+ ### Bug Fixes
155
+
156
+ * update pie-lib/pie-toolbox PD-3549 ([b5d7d13](https://github.com/pie-framework/pie-elements/commit/b5d7d1352169cc67eaedcd56898a5806b0a8812a))
157
+
158
+
159
+
160
+
161
+
162
+ ## [2.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.3.0...@pie-element/boilerplate-item-type-controller@2.3.1) (2024-03-12)
163
+
164
+
165
+ ### Bug Fixes
166
+
167
+ * update pie-lib/pie-toolbox PD-3509, PD-3465 ([b1745aa](https://github.com/pie-framework/pie-elements/commit/b1745aa981722b5561aab1f4495ac81ac7bc4155))
168
+
169
+
170
+
171
+
172
+
173
+ # [2.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.2.2...@pie-element/boilerplate-item-type-controller@2.3.0) (2024-03-04)
174
+
175
+
176
+ ### Features
177
+
178
+ * update pie-lib/pie-toolbox version PD-1870 and PD-3501 ([8df1d8d](https://github.com/pie-framework/pie-elements/commit/8df1d8d281a0d6023d5a9c0e6fdd29fea71b6ac1))
179
+
180
+
181
+
182
+
183
+
184
+ ## [2.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.2.1...@pie-element/boilerplate-item-type-controller@2.2.2) (2024-02-20)
185
+
186
+
187
+ ### Bug Fixes
188
+
189
+ * update pie-lib/pie-toolbox PD-3372, PD-3385, PD-3439 ([a79d800](https://github.com/pie-framework/pie-elements/commit/a79d800bb69af0d175793bc737282100168c4c60))
190
+ * update pie-lib/pie-toolbox PD-3455 ([4ff9971](https://github.com/pie-framework/pie-elements/commit/4ff9971e65b680aea180c94f9e85cab7249af2fb))
191
+
192
+
193
+
194
+
195
+
196
+ ## [2.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.2.0...@pie-element/boilerplate-item-type-controller@2.2.1) (2024-02-14)
197
+
198
+
199
+ ### Bug Fixes
200
+
201
+ * pie-lib/pie-toolbox with slate updates ([a8f8707](https://github.com/pie-framework/pie-elements/commit/a8f8707b2c197c2b40fb6632cee0ba4c27aa9aa4))
202
+ * update pie-lib/pie-toolbox ([cec328c](https://github.com/pie-framework/pie-elements/commit/cec328caf5b69d9fee00473c502aed62d6e27462))
203
+
204
+
205
+
206
+
207
+
208
+ # [2.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.1.8...@pie-element/boilerplate-item-type-controller@2.2.0) (2024-02-09)
209
+
210
+
211
+ ### Features
212
+
213
+ * update pie-toolbox version SC-28868 ([5745f50](https://github.com/pie-framework/pie-elements/commit/5745f502c89d730e72d4cdb83e96c9465a81ae19))
214
+
215
+
216
+
217
+
218
+
219
+ ## [2.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.1.7...@pie-element/boilerplate-item-type-controller@2.1.8) (2024-02-07)
220
+
221
+
222
+ ### Bug Fixes
223
+
224
+ * update pie-toolbox version PD-3423 ([053ad69](https://github.com/pie-framework/pie-elements/commit/053ad690619980bce68b1b44e51975fcf91054ec))
225
+
226
+
227
+
228
+
229
+
230
+ ## [2.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.1.6...@pie-element/boilerplate-item-type-controller@2.1.7) (2024-01-24)
231
+
232
+
233
+ ### Bug Fixes
234
+
235
+ * update to pie-lib/pie-toolbox 1.5.7 PD-3404 ([eae668d](https://github.com/pie-framework/pie-elements/commit/eae668d980ef4731af5eceb3e70329b7621a232b))
236
+
237
+
238
+
239
+
240
+
241
+ ## [2.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.1.5...@pie-element/boilerplate-item-type-controller@2.1.6) (2024-01-24)
242
+
243
+
244
+ ### Bug Fixes
245
+
246
+ * 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))
247
+
248
+
249
+
250
+
251
+
252
+ ## [2.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.1.4...@pie-element/boilerplate-item-type-controller@2.1.5) (2024-01-23)
253
+
254
+
255
+ ### Bug Fixes
256
+
257
+ * 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))
258
+ * update to pie-lib/pie-toolbox 1.5.5 for PD-3392 ([d4286e0](https://github.com/pie-framework/pie-elements/commit/d4286e08a060a73e6de098f87173baaaa88cc997))
259
+
260
+
261
+
262
+
263
+
264
+ ## [2.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.1.3...@pie-element/boilerplate-item-type-controller@2.1.4) (2024-01-15)
265
+
266
+
267
+ ### Bug Fixes
268
+
269
+ * update pie-lib/pie-toolbox PD-3366, PD-3367, PD-3381 ([8c9d35f](https://github.com/pie-framework/pie-elements/commit/8c9d35ff6f0dad1a161d6a2dba203a169169e562))
270
+
271
+
272
+
273
+
274
+
275
+ ## [2.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.1.2...@pie-element/boilerplate-item-type-controller@2.1.3) (2024-01-08)
276
+
277
+
278
+ ### Bug Fixes
279
+
280
+ * update pie-lib/pie-toolbox PD-2068, PD-2060 ([b63f783](https://github.com/pie-framework/pie-elements/commit/b63f78371452e265f31f721dcfa5f8ba9789089c))
281
+ * update pie-lib/pie-toolbox PD-3352 ([c40c326](https://github.com/pie-framework/pie-elements/commit/c40c326209315b57ce8da802b8e00616256e3bd6))
282
+ * update pie-lib/pie-toolbox SC-27396, SC-27398 ([658a553](https://github.com/pie-framework/pie-elements/commit/658a55358181271b508f7d550467eefadcd71544))
283
+
284
+
285
+
286
+
287
+
288
+ ## [2.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.1.1...@pie-element/boilerplate-item-type-controller@2.1.2) (2024-01-08)
289
+
290
+
291
+ ### Bug Fixes
292
+
293
+ * update pie-lib/pie-toolbox PD-3352,PD-3348, PD-3296 ([48b1952](https://github.com/pie-framework/pie-elements/commit/48b1952831835ead598b692abb3d492ec9adb564))
294
+
295
+
296
+
297
+
298
+
299
+ ## [2.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.1.0...@pie-element/boilerplate-item-type-controller@2.1.1) (2024-01-04)
300
+
301
+
302
+ ### Bug Fixes
303
+
304
+ * update pie-lib/pie-toolbox PD-2068, PD-2060 ([e918850](https://github.com/pie-framework/pie-elements/commit/e9188502ffeaefe41bf0f23895d4bb2daf839364))
305
+ * update pie-lib/pie-toolbox PD-3037 ([b2f689a](https://github.com/pie-framework/pie-elements/commit/b2f689a416c2c39d7ed423a22db02dd32415ba82))
306
+
307
+
308
+
309
+
310
+
311
+ # [2.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.0.3...@pie-element/boilerplate-item-type-controller@2.1.0) (2023-12-19)
312
+
313
+
314
+ ### Bug Fixes
315
+
316
+ * update pie-lib/pie-toolbox PD-2068 ([34eccd5](https://github.com/pie-framework/pie-elements/commit/34eccd52c44259eddf3e2b816b00b82f83bc2bf8))
317
+
318
+
319
+ ### Features
320
+
321
+ * update pie-lib/pie-toolbox PD-2555 ([86d4fd9](https://github.com/pie-framework/pie-elements/commit/86d4fd909180dd1fcbc446bd8b29c23af21a1c69))
322
+ * 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))
323
+
324
+
325
+
326
+
327
+
328
+ ## [2.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.0.2...@pie-element/boilerplate-item-type-controller@2.0.3) (2023-11-27)
329
+
330
+
331
+ ### Bug Fixes
332
+
333
+ * update pie-lib ([74283d7](https://github.com/pie-framework/pie-elements/commit/74283d71b12ab9c82875ce995368e5e39f4face6))
334
+
335
+
336
+
337
+
338
+
339
+ ## [2.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.0.1...@pie-element/boilerplate-item-type-controller@2.0.2) (2023-11-27)
340
+
341
+
342
+ ### Bug Fixes
343
+
344
+ * update pie-lib/pie-toolbox PD-597 ([1ec84aa](https://github.com/pie-framework/pie-elements/commit/1ec84aadae515088ef65b99f780a5e5dca516f99))
345
+ * update pie-libs PD-2996 ([cd092c6](https://github.com/pie-framework/pie-elements/commit/cd092c6b5c4db91645394cd23febc1f9a07f46f9))
346
+
347
+
348
+
349
+
350
+
351
+ ## [2.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.0.0...@pie-element/boilerplate-item-type-controller@2.0.1) (2023-11-09)
352
+
353
+
354
+ ### Bug Fixes
355
+
356
+ * update pie-lib/pie-toolbox PD-3221, PD-3249, PD-2765 ([9de1563](https://github.com/pie-framework/pie-elements/commit/9de1563d636983c3ddceee0279c0709d396d4f96))
357
+
358
+
359
+
360
+
361
+
362
+ # [2.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@1.1.0...@pie-element/boilerplate-item-type-controller@2.0.0) (2023-11-07)
363
+
364
+
365
+ ### Bug Fixes
366
+
367
+ * update pie-lib version to fix imports for pie-lib/pie-toolbox/editable-html ([a90cbf6](https://github.com/pie-framework/pie-elements/commit/a90cbf6be81824e7266df23c2dc49b259337c1b6))
368
+ * update pie-lib/pie-toolbox version ([212cbfa](https://github.com/pie-framework/pie-elements/commit/212cbfad27b29f0b1b2a3706ba82f6fb59147001))
369
+ * update pie-lib/pie-toolbox version ([b791e10](https://github.com/pie-framework/pie-elements/commit/b791e10857928766e2d73c6aa80b3fb50fd1afac))
370
+ * update pie-lib/pie-toolbox version ([7f64f9f](https://github.com/pie-framework/pie-elements/commit/7f64f9f2b874fd08bd8f6f05c1c4292c34ac6338))
371
+
372
+
373
+ ### Code Refactoring
374
+
375
+ * 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))
376
+
377
+
378
+ ### BREAKING CHANGES
379
+
380
+ * using pie-lib/pie-toolbox now, instead of any other pie-lib package.
381
+
382
+
383
+
384
+
385
+
386
+ # 1.1.0 (2023-08-29)
387
+
388
+
389
+ ### Features
390
+
391
+ * create a boilerplate item type ([2cae8df](https://github.com/pie-framework/pie-elements/commit/2cae8df90b913f13875fb24fb09d61c60b7292f9))
@@ -0,0 +1,21 @@
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 configure/defaults.js
8
+ var _default = {
9
+ model: {
10
+ prompt: 'Question Prompt goes here',
11
+ promptEnabled: true
12
+ },
13
+ configuration: {
14
+ prompt: {
15
+ label: 'Prompt',
16
+ settings: true
17
+ }
18
+ }
19
+ };
20
+ exports["default"] = _default;
21
+ //# sourceMappingURL=defaults.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/defaults.js"],"names":["model","prompt","promptEnabled","configuration","label","settings"],"mappings":";;;;;;AAAA;eACe;AACbA,EAAAA,KAAK,EAAE;AACLC,IAAAA,MAAM,EAAE,2BADH;AAELC,IAAAA,aAAa,EAAE;AAFV,GADM;AAKbC,EAAAA,aAAa,EAAE;AACbF,IAAAA,MAAM,EAAE;AACNG,MAAAA,KAAK,EAAE,QADD;AAENC,MAAAA,QAAQ,EAAE;AAFJ;AADK;AALF,C","sourcesContent":["// Should be exactly the same as configure/defaults.js\nexport default {\n model: {\n prompt: 'Question Prompt goes here',\n promptEnabled: true\n },\n configuration: {\n prompt: {\n label: 'Prompt',\n settings: true,\n }\n },\n};\n"],"file":"defaults.js"}