@pie-element/charting 12.1.2-next.12 → 12.1.2-next.14
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/author.js +2 -0
- package/dist/browser/author/index.js +1 -1
- package/dist/browser/{chart-CP9JFi6F.js → chart-Cb_wYGIm.js} +107 -5
- package/dist/browser/chart-Cb_wYGIm.js.map +1 -0
- package/dist/browser/delivery/index.js +1 -1
- package/dist/index.iife.js +25 -25
- package/package.json +4 -3
- package/dist/browser/chart-CP9JFi6F.js.map +0 -1
package/author.js
ADDED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { S as e, f as t, g as n, i as r, r as i, t as a, v as o } from "../dist-D6aoYeoC.js";
|
|
2
|
-
import { A as s, C as c, D as l, E as u, F as d, G as f, H as p, I as m, J as h, K as g, L as _, M as v, N as y, O as b, P as x, Q as S, R as C, T as w, U as T, V as E, W as D, X as O, Y as k, Z as A, _ as j, a as M, c as ee, d as N, f as P, h as F, i as I, l as L, m as te, o as R, p as z, q as B, r as V, t as ne, u as re, v as ie, w as ae, z as H } from "../chart-
|
|
2
|
+
import { A as s, C as c, D as l, E as u, F as d, G as f, H as p, I as m, J as h, K as g, L as _, M as v, N as y, O as b, P as x, Q as S, R as C, T as w, U as T, V as E, W as D, X as O, Y as k, Z as A, _ as j, a as M, c as ee, d as N, f as P, h as F, i as I, l as L, m as te, o as R, p as z, q as B, r as V, t as ne, u as re, v as ie, w as ae, z as H } from "../chart-Cb_wYGIm.js";
|
|
3
3
|
import * as U from "react";
|
|
4
4
|
import W, { Component as G, createElement as oe, useEffect as se, useState as ce } from "react";
|
|
5
5
|
import { createRoot as le } from "react-dom/client";
|
|
@@ -51123,6 +51123,23 @@ var use = class extends b.Component {
|
|
|
51123
51123
|
reset: "Reset"
|
|
51124
51124
|
},
|
|
51125
51125
|
mathInline: { primaryCorrectWithAlternates: "Note: The answer shown above is the primary correct answer specified by the author for this item, but other answers may also be recognized as correct." },
|
|
51126
|
+
mcPopulatedBlank: {
|
|
51127
|
+
answerChoices: "Answer choices",
|
|
51128
|
+
blankLabel: "blank",
|
|
51129
|
+
emptyBlank: "(blank)",
|
|
51130
|
+
blankPreSelectionHint: "The answer you choose will appear on the blank line above.",
|
|
51131
|
+
correctAnswerSelected: "Correct answer selected",
|
|
51132
|
+
incorrectAnswerSelected: "Incorrect answer selected",
|
|
51133
|
+
selectedAnswerImage: "Selected answer image",
|
|
51134
|
+
choiceImage: "Choice {{id}}",
|
|
51135
|
+
clickToEnableAutoplay: "Click to enable audio autoplay",
|
|
51136
|
+
audioResourceUnavailable: "Audio is enabled but no playable audio URL is configured.",
|
|
51137
|
+
listen: "Listen",
|
|
51138
|
+
listenSilentAlt: "Repeat instructions",
|
|
51139
|
+
listenPlayingAlt: "Instructions are playing",
|
|
51140
|
+
printAudio: "Audio:",
|
|
51141
|
+
printTranscript: "Transcript:"
|
|
51142
|
+
},
|
|
51126
51143
|
multipleChoice: {
|
|
51127
51144
|
minSelections: "Select at least {{minSelections}}.",
|
|
51128
51145
|
maxSelections_one: "Only {{maxSelections}} answer is allowed.",
|
|
@@ -51135,6 +51152,38 @@ var use = class extends b.Component {
|
|
|
51135
51152
|
correctAnswerNotSelected: "Correct Answer Not Selected",
|
|
51136
51153
|
incorrectSelection: "Incorrect Selection",
|
|
51137
51154
|
key: "Key"
|
|
51155
|
+
},
|
|
51156
|
+
simpleCloze: {
|
|
51157
|
+
correctAnswerShown: "Correct answer",
|
|
51158
|
+
correct: "Correct",
|
|
51159
|
+
incorrect: "Incorrect",
|
|
51160
|
+
unanswered: "No answer",
|
|
51161
|
+
placeholder: "Enter your answer...",
|
|
51162
|
+
answerInput: "Your answer",
|
|
51163
|
+
printCorrectAnswer: "Correct answer:",
|
|
51164
|
+
printAnswerBlank: "Answer blank"
|
|
51165
|
+
},
|
|
51166
|
+
vennClassification: {
|
|
51167
|
+
tray: "Tiles to classify",
|
|
51168
|
+
unknownTarget: "unknown",
|
|
51169
|
+
cancelled: "Cancelled",
|
|
51170
|
+
returnedToTray: "{{name}} returned to tray",
|
|
51171
|
+
placedIn: "{{name}} placed in {{target}}",
|
|
51172
|
+
pickedUp: "Picked up {{name}}",
|
|
51173
|
+
pickedUpWithKeyboard: "Picked up {{name}}, drop target: {{target}}. Use arrow keys to choose a drop target, Enter to drop, Escape to cancel.",
|
|
51174
|
+
dropTarget: "Drop target: {{target}}",
|
|
51175
|
+
unsupportedCircles_one: "This diagram cannot be shown: it has {{count}} circle, and only {{supported}} are supported.",
|
|
51176
|
+
unsupportedCircles_other: "This diagram cannot be shown: it has {{count}} circles, and only {{supported}} are supported.",
|
|
51177
|
+
setNumber: "Set {{number}}",
|
|
51178
|
+
regionOnly: "{{set}} only",
|
|
51179
|
+
regionNeither: "Neither {{first}} nor {{second}}",
|
|
51180
|
+
regionNoneOf: "None of {{sets}}",
|
|
51181
|
+
regionAndSeparator: " and ",
|
|
51182
|
+
tileFallbackName: "Tile",
|
|
51183
|
+
tileNotPlaced: "not placed",
|
|
51184
|
+
tileInRegion: "in {{region}}",
|
|
51185
|
+
tileCorrect: "correct",
|
|
51186
|
+
tileIncorrect: "incorrect"
|
|
51138
51187
|
}
|
|
51139
51188
|
},
|
|
51140
51189
|
common: {
|
|
@@ -51144,6 +51193,8 @@ var use = class extends b.Component {
|
|
|
51144
51193
|
incorrect: "Incorrect",
|
|
51145
51194
|
showCorrectAnswer: "Show correct answer",
|
|
51146
51195
|
hideCorrectAnswer: "Hide correct answer",
|
|
51196
|
+
showTeacherInstructions: "Show Teacher Instructions",
|
|
51197
|
+
hideTeacherInstructions: "Hide Teacher Instructions",
|
|
51147
51198
|
commonCorrectAnswerWithAlternates: "Note: The answer shown above is the most common correct answer for this item. One or more additional correct answers are also defined, and will also be recognized as correct.",
|
|
51148
51199
|
warning: "Warning",
|
|
51149
51200
|
showNote: "Show Note",
|
|
@@ -51212,6 +51263,23 @@ var use = class extends b.Component {
|
|
|
51212
51263
|
reset: "Reiniciar"
|
|
51213
51264
|
},
|
|
51214
51265
|
mathInline: { primaryCorrectWithAlternates: "Nota: La respuesta que se muestra arriba es la respuesta correcta principal especificada por el autor para esta pregunta, pero también se pueden reconocer otras respuestas como correctas." },
|
|
51266
|
+
mcPopulatedBlank: {
|
|
51267
|
+
answerChoices: "Opciones de respuesta",
|
|
51268
|
+
blankLabel: "espacio en blanco",
|
|
51269
|
+
emptyBlank: "(en blanco)",
|
|
51270
|
+
blankPreSelectionHint: "La respuesta que elijas aparecerá en la línea en blanco de arriba.",
|
|
51271
|
+
correctAnswerSelected: "Respuesta correcta seleccionada",
|
|
51272
|
+
incorrectAnswerSelected: "Respuesta incorrecta seleccionada",
|
|
51273
|
+
selectedAnswerImage: "Imagen de la respuesta seleccionada",
|
|
51274
|
+
choiceImage: "Opción {{id}}",
|
|
51275
|
+
clickToEnableAutoplay: "Haz clic para activar la reproducción automática del audio",
|
|
51276
|
+
audioResourceUnavailable: "El audio está activado, pero no hay una URL de audio reproducible configurada.",
|
|
51277
|
+
listen: "Escuchar",
|
|
51278
|
+
listenSilentAlt: "Escuchar. Repetir las instrucciones.",
|
|
51279
|
+
listenPlayingAlt: "Escuchar. Estas son las instrucciones.",
|
|
51280
|
+
printAudio: "Audio:",
|
|
51281
|
+
printTranscript: "Transcripción:"
|
|
51282
|
+
},
|
|
51215
51283
|
multipleChoice: {
|
|
51216
51284
|
minSelections: "Seleccione al menos {{minSelections}}.",
|
|
51217
51285
|
maxSelections_one: "Sólo se permite {{maxSelections}} respuesta.",
|
|
@@ -51224,15 +51292,49 @@ var use = class extends b.Component {
|
|
|
51224
51292
|
correctAnswerNotSelected: "Respuesta Correcta No Seleccionada",
|
|
51225
51293
|
incorrectSelection: "Selección Incorrecta",
|
|
51226
51294
|
key: "Clave"
|
|
51295
|
+
},
|
|
51296
|
+
simpleCloze: {
|
|
51297
|
+
correctAnswerShown: "Respuesta correcta",
|
|
51298
|
+
correct: "Correcto",
|
|
51299
|
+
incorrect: "Incorrecto",
|
|
51300
|
+
unanswered: "Sin respuesta",
|
|
51301
|
+
placeholder: "Escribe tu respuesta...",
|
|
51302
|
+
answerInput: "Tu respuesta",
|
|
51303
|
+
printCorrectAnswer: "Respuesta correcta:",
|
|
51304
|
+
printAnswerBlank: "Espacio para la respuesta"
|
|
51305
|
+
},
|
|
51306
|
+
vennClassification: {
|
|
51307
|
+
tray: "Fichas para clasificar",
|
|
51308
|
+
unknownTarget: "desconocido",
|
|
51309
|
+
cancelled: "Cancelado",
|
|
51310
|
+
returnedToTray: "Se devolvió {{name}} a la bandeja",
|
|
51311
|
+
placedIn: "Se colocó {{name}} en {{target}}",
|
|
51312
|
+
pickedUp: "Se tomó {{name}}",
|
|
51313
|
+
pickedUpWithKeyboard: "Se tomó {{name}}, destino: {{target}}. Usa las flechas para elegir un destino, Enter para soltar y Escape para cancelar.",
|
|
51314
|
+
dropTarget: "Destino: {{target}}",
|
|
51315
|
+
unsupportedCircles_one: "No se puede mostrar este diagrama: tiene {{count}} círculo, y solo se admiten {{supported}}.",
|
|
51316
|
+
unsupportedCircles_other: "No se puede mostrar este diagrama: tiene {{count}} círculos, y solo se admiten {{supported}}.",
|
|
51317
|
+
setNumber: "Conjunto {{number}}",
|
|
51318
|
+
regionOnly: "Solo {{set}}",
|
|
51319
|
+
regionNeither: "Ni {{first}} ni {{second}}",
|
|
51320
|
+
regionNoneOf: "Ninguno de {{sets}}",
|
|
51321
|
+
regionAndSeparator: " y ",
|
|
51322
|
+
tileFallbackName: "Ficha",
|
|
51323
|
+
tileNotPlaced: "sin colocar",
|
|
51324
|
+
tileInRegion: "en {{region}}",
|
|
51325
|
+
tileCorrect: "correcta",
|
|
51326
|
+
tileIncorrect: "incorrecta"
|
|
51227
51327
|
}
|
|
51228
51328
|
},
|
|
51229
51329
|
common: {
|
|
51230
51330
|
undo: "Deshacer",
|
|
51231
51331
|
clearAll: "Borrar todo",
|
|
51232
|
-
correct: "
|
|
51233
|
-
incorrect: "
|
|
51332
|
+
correct: "Correcto",
|
|
51333
|
+
incorrect: "Incorrecto",
|
|
51234
51334
|
showCorrectAnswer: "Mostrar respuesta correcta",
|
|
51235
51335
|
hideCorrectAnswer: "Ocultar respuesta correcta",
|
|
51336
|
+
showTeacherInstructions: "Mostrar instrucciones para el maestro",
|
|
51337
|
+
hideTeacherInstructions: "Ocultar instrucciones para el maestro",
|
|
51236
51338
|
commonCorrectAnswerWithAlternates: "Nota: La respuesta que se muestra arriba es la respuesta correcta más común para esta pregunta. También se definen una o más respuestas correctas adicionales, y también se reconocerán como correctas.",
|
|
51237
51339
|
warning: "Advertencia",
|
|
51238
51340
|
showNote: "Mostrar Nota",
|
|
@@ -52440,11 +52542,11 @@ var I9 = {}, L9 = (e) => !v9(e) && typeof e != "boolean" && typeof e != "number"
|
|
|
52440
52542
|
}
|
|
52441
52543
|
}.createInstance();
|
|
52442
52544
|
//#endregion
|
|
52443
|
-
//#region ../../
|
|
52545
|
+
//#region ../../shared/translator/dist/index.js
|
|
52444
52546
|
X9.createInstance, X9.dir, X9.init, X9.loadResources, X9.reloadResources, X9.use, X9.changeLanguage, X9.getFixedT, X9.t, X9.exists, X9.setDefaultNamespace, X9.hasLoadedNamespace, X9.loadNamespaces, X9.loadLanguages, X9.init({
|
|
52445
52547
|
fallbackLng: "en",
|
|
52446
52548
|
lng: "en",
|
|
52447
|
-
|
|
52549
|
+
showSupportNotice: !1,
|
|
52448
52550
|
resources: {
|
|
52449
52551
|
en: dse,
|
|
52450
52552
|
es: fse
|
|
@@ -52788,4 +52890,4 @@ var Z9 = {
|
|
|
52788
52890
|
//#endregion
|
|
52789
52891
|
export { ad as A, Gs as B, ff as C, Wd as D, Gd as E, H as F, ho as G, So as H, Hl as I, qr as J, _a as K, Nl as L, Nu as M, su as N, Ud as O, tu as P, le as Q, Dl as R, _f as S, tf as T, z as U, B as V, yo as W, Wr as X, Kr as Y, xn as Z, xP as _, u9 as a, Sf as b, K2 as c, VG as d, IW as f, SP as g, pU as h, f9 as i, Lu as j, zd as k, sq as l, cW as m, Z9 as n, j7 as o, jW as p, ma as q, p9 as r, v8 as s, Vse as t, nq as u, Jf as v, lf as w, vf as x, wf as y, jc as z };
|
|
52790
52892
|
|
|
52791
|
-
//# sourceMappingURL=chart-
|
|
52893
|
+
//# sourceMappingURL=chart-Cb_wYGIm.js.map
|