@pie-element/charting 12.1.2-next.12 → 12.1.2-next.13

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 ADDED
@@ -0,0 +1,2 @@
1
+ export { default } from './dist/author/index.js';
2
+ export * from './dist/author/index.js';
@@ -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-CP9JFi6F.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-BYVLiHHK.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,24 @@ 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
+ printKey: "(key)"
51143
+ },
51126
51144
  multipleChoice: {
51127
51145
  minSelections: "Select at least {{minSelections}}.",
51128
51146
  maxSelections_one: "Only {{maxSelections}} answer is allowed.",
@@ -51135,6 +51153,38 @@ var use = class extends b.Component {
51135
51153
  correctAnswerNotSelected: "Correct Answer Not Selected",
51136
51154
  incorrectSelection: "Incorrect Selection",
51137
51155
  key: "Key"
51156
+ },
51157
+ simpleCloze: {
51158
+ correctAnswerShown: "Correct answer",
51159
+ correct: "Correct",
51160
+ incorrect: "Incorrect",
51161
+ unanswered: "No answer",
51162
+ placeholder: "Enter your answer...",
51163
+ answerInput: "Your answer",
51164
+ printCorrectAnswer: "Correct answer:",
51165
+ printAnswerBlank: "Answer blank"
51166
+ },
51167
+ vennClassification: {
51168
+ tray: "Tiles to classify",
51169
+ unknownTarget: "unknown",
51170
+ cancelled: "Cancelled",
51171
+ returnedToTray: "{{name}} returned to tray",
51172
+ placedIn: "{{name}} placed in {{target}}",
51173
+ pickedUp: "Picked up {{name}}",
51174
+ pickedUpWithKeyboard: "Picked up {{name}}, drop target: {{target}}. Use arrow keys to choose a drop target, Enter to drop, Escape to cancel.",
51175
+ dropTarget: "Drop target: {{target}}",
51176
+ unsupportedCircles_one: "This diagram cannot be shown: it has {{count}} circle, and only {{supported}} are supported.",
51177
+ unsupportedCircles_other: "This diagram cannot be shown: it has {{count}} circles, and only {{supported}} are supported.",
51178
+ setNumber: "Set {{number}}",
51179
+ regionOnly: "{{set}} only",
51180
+ regionNeither: "Neither {{first}} nor {{second}}",
51181
+ regionNoneOf: "None of {{sets}}",
51182
+ regionAndSeparator: " and ",
51183
+ tileFallbackName: "Tile",
51184
+ tileNotPlaced: "not placed",
51185
+ tileInRegion: "in {{region}}",
51186
+ tileCorrect: "correct",
51187
+ tileIncorrect: "incorrect"
51138
51188
  }
51139
51189
  },
51140
51190
  common: {
@@ -51144,6 +51194,8 @@ var use = class extends b.Component {
51144
51194
  incorrect: "Incorrect",
51145
51195
  showCorrectAnswer: "Show correct answer",
51146
51196
  hideCorrectAnswer: "Hide correct answer",
51197
+ showTeacherInstructions: "Show Teacher Instructions",
51198
+ hideTeacherInstructions: "Hide Teacher Instructions",
51147
51199
  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
51200
  warning: "Warning",
51149
51201
  showNote: "Show Note",
@@ -51212,6 +51264,24 @@ var use = class extends b.Component {
51212
51264
  reset: "Reiniciar"
51213
51265
  },
51214
51266
  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." },
51267
+ mcPopulatedBlank: {
51268
+ answerChoices: "Opciones de respuesta",
51269
+ blankLabel: "espacio en blanco",
51270
+ emptyBlank: "(en blanco)",
51271
+ blankPreSelectionHint: "La respuesta que elijas aparecerá en la línea en blanco de arriba.",
51272
+ correctAnswerSelected: "Respuesta correcta seleccionada",
51273
+ incorrectAnswerSelected: "Respuesta incorrecta seleccionada",
51274
+ selectedAnswerImage: "Imagen de la respuesta seleccionada",
51275
+ choiceImage: "Opción {{id}}",
51276
+ clickToEnableAutoplay: "Haz clic para activar la reproducción automática del audio",
51277
+ audioResourceUnavailable: "El audio está activado, pero no hay una URL de audio reproducible configurada.",
51278
+ listen: "Escuchar",
51279
+ listenSilentAlt: "Escuchar. Repetir las instrucciones.",
51280
+ listenPlayingAlt: "Escuchar. Estas son las instrucciones.",
51281
+ printAudio: "Audio:",
51282
+ printTranscript: "Transcripción:",
51283
+ printKey: "(clave)"
51284
+ },
51215
51285
  multipleChoice: {
51216
51286
  minSelections: "Seleccione al menos {{minSelections}}.",
51217
51287
  maxSelections_one: "Sólo se permite {{maxSelections}} respuesta.",
@@ -51224,15 +51294,49 @@ var use = class extends b.Component {
51224
51294
  correctAnswerNotSelected: "Respuesta Correcta No Seleccionada",
51225
51295
  incorrectSelection: "Selección Incorrecta",
51226
51296
  key: "Clave"
51297
+ },
51298
+ simpleCloze: {
51299
+ correctAnswerShown: "Respuesta correcta",
51300
+ correct: "Correcto",
51301
+ incorrect: "Incorrecto",
51302
+ unanswered: "Sin respuesta",
51303
+ placeholder: "Escribe tu respuesta...",
51304
+ answerInput: "Tu respuesta",
51305
+ printCorrectAnswer: "Respuesta correcta:",
51306
+ printAnswerBlank: "Espacio para la respuesta"
51307
+ },
51308
+ vennClassification: {
51309
+ tray: "Fichas para clasificar",
51310
+ unknownTarget: "desconocido",
51311
+ cancelled: "Cancelado",
51312
+ returnedToTray: "Se devolvió {{name}} a la bandeja",
51313
+ placedIn: "Se colocó {{name}} en {{target}}",
51314
+ pickedUp: "Se tomó {{name}}",
51315
+ pickedUpWithKeyboard: "Se tomó {{name}}, destino: {{target}}. Usa las flechas para elegir un destino, Enter para soltar y Escape para cancelar.",
51316
+ dropTarget: "Destino: {{target}}",
51317
+ unsupportedCircles_one: "No se puede mostrar este diagrama: tiene {{count}} círculo, y solo se admiten {{supported}}.",
51318
+ unsupportedCircles_other: "No se puede mostrar este diagrama: tiene {{count}} círculos, y solo se admiten {{supported}}.",
51319
+ setNumber: "Conjunto {{number}}",
51320
+ regionOnly: "Solo {{set}}",
51321
+ regionNeither: "Ni {{first}} ni {{second}}",
51322
+ regionNoneOf: "Ninguno de {{sets}}",
51323
+ regionAndSeparator: " y ",
51324
+ tileFallbackName: "Ficha",
51325
+ tileNotPlaced: "sin colocar",
51326
+ tileInRegion: "en {{region}}",
51327
+ tileCorrect: "correcta",
51328
+ tileIncorrect: "incorrecta"
51227
51329
  }
51228
51330
  },
51229
51331
  common: {
51230
51332
  undo: "Deshacer",
51231
51333
  clearAll: "Borrar todo",
51232
- correct: "Correct",
51233
- incorrect: "Incorrect",
51334
+ correct: "Correcto",
51335
+ incorrect: "Incorrecto",
51234
51336
  showCorrectAnswer: "Mostrar respuesta correcta",
51235
51337
  hideCorrectAnswer: "Ocultar respuesta correcta",
51338
+ showTeacherInstructions: "Mostrar instrucciones para el maestro",
51339
+ hideTeacherInstructions: "Ocultar instrucciones para el maestro",
51236
51340
  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
51341
  warning: "Advertencia",
51238
51342
  showNote: "Mostrar Nota",
@@ -52440,11 +52544,11 @@ var I9 = {}, L9 = (e) => !v9(e) && typeof e != "boolean" && typeof e != "number"
52440
52544
  }
52441
52545
  }.createInstance();
52442
52546
  //#endregion
52443
- //#region ../../lib-react/translator/dist/index.js
52547
+ //#region ../../shared/translator/dist/index.js
52444
52548
  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
52549
  fallbackLng: "en",
52446
52550
  lng: "en",
52447
- debug: !0,
52551
+ showSupportNotice: !1,
52448
52552
  resources: {
52449
52553
  en: dse,
52450
52554
  es: fse
@@ -52788,4 +52892,4 @@ var Z9 = {
52788
52892
  //#endregion
52789
52893
  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
52894
 
52791
- //# sourceMappingURL=chart-CP9JFi6F.js.map
52895
+ //# sourceMappingURL=chart-BYVLiHHK.js.map