x-block-lib 0.8.13 → 0.8.15

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.
@@ -25320,29 +25320,29 @@ var hw = AT({ props: { code: { type: String, required: !0 }, language: { type: S
25320
25320
  return x$("pre", {}, [x$("code", { class: this.className, innerHTML: this.highlightedCode })]);
25321
25321
  } }), Ok = { component: hw };
25322
25322
  export {
25323
- Ck as A,
25323
+ zS as A,
25324
25324
  Ew as B,
25325
25325
  kw as C,
25326
- zS as D,
25326
+ Ik as D,
25327
25327
  Uw as E,
25328
25328
  Ww as F,
25329
- Ik as G,
25330
- MR as H,
25331
- yR as I,
25332
- UR as J,
25333
- Nk as K,
25334
- lk as L,
25329
+ MR as G,
25330
+ yR as H,
25331
+ UR as I,
25332
+ Nk as J,
25333
+ lk as K,
25334
+ pw as L,
25335
25335
  IS as M,
25336
25336
  yS as N,
25337
25337
  pk as O,
25338
25338
  LS as P,
25339
- pw as Q,
25340
- ck as R,
25339
+ ck as Q,
25340
+ D$ as R,
25341
25341
  US as S,
25342
25342
  XS as T,
25343
- D$ as U,
25343
+ yk as U,
25344
25344
  cR as V,
25345
- yk as W,
25345
+ mR as W,
25346
25346
  fR as X,
25347
25347
  Ok as Y,
25348
25348
  Tk as a,
@@ -25350,25 +25350,25 @@ export {
25350
25350
  PR as c,
25351
25351
  fk as d,
25352
25352
  _k as e,
25353
- kR as f,
25354
- wR as g,
25355
- bk as h,
25353
+ wR as f,
25354
+ bk as g,
25355
+ sk as h,
25356
25356
  VR as i,
25357
25357
  gk as j,
25358
- sk as k,
25359
- Jw as l,
25360
- zw as m,
25361
- jw as n,
25362
- Vw as o,
25358
+ Jw as k,
25359
+ zw as l,
25360
+ jw as m,
25361
+ Vw as n,
25362
+ Gw as o,
25363
25363
  Ek as p,
25364
- Gw as q,
25364
+ mk as q,
25365
25365
  rk as r,
25366
25366
  nk as s,
25367
- mk as t,
25367
+ xR as t,
25368
25368
  dk as u,
25369
- xR as v,
25370
- SR as w,
25371
- Dw as x,
25372
- vk as y,
25373
- PS as z
25369
+ SR as v,
25370
+ Dw as w,
25371
+ vk as x,
25372
+ PS as y,
25373
+ Ck as z
25374
25374
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-block-lib",
3
3
  "private": false,
4
- "version": "0.8.13",
4
+ "version": "0.8.15",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -1,8 +0,0 @@
1
- import * as Blockly from 'blockly/core';
2
- export declare class FieldDropdown2 extends Blockly.FieldDropdown {
3
- constructor(menuGenerator: Blockly.MenuGenerator, validator?: Blockly.FieldDropdownValidator, config?: Blockly.FieldDropdownConfig);
4
- protected doClassValidation_(newValue: string): string | null | undefined;
5
- protected doClassValidation_(newValue?: string): string | null;
6
- protected doValueUpdate_(newValue: string): void;
7
- protected getText_(): string | null;
8
- }
@@ -1 +0,0 @@
1
- export * from './fieldDropdown2';