x-block-lib 0.6.16 → 0.6.18

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.
@@ -15943,16 +15943,17 @@ const Pm = /* @__PURE__ */ Ag(Bm), {
15943
15943
  javascriptGenerator: Tb
15944
15944
  } = Pm;
15945
15945
  export {
15946
- Y_ as A,
15946
+ x_ as A,
15947
15947
  Vm as B,
15948
15948
  ef as C,
15949
15949
  hf as D,
15950
15950
  af as E,
15951
15951
  pf as F,
15952
15952
  wf as G,
15953
- ub as H,
15954
- pb as I,
15955
- Ag as J,
15953
+ Y_ as H,
15954
+ ub as I,
15955
+ pb as J,
15956
+ Ag as K,
15956
15957
  Bf as M,
15957
15958
  Ff as N,
15958
15959
  Eb as O,
@@ -15979,13 +15980,13 @@ export {
15979
15980
  Q_ as o,
15980
15981
  Z_ as p,
15981
15982
  L_ as q,
15982
- Gm as r,
15983
+ hb as r,
15983
15984
  db as s,
15984
- of as t,
15985
+ Gm as t,
15985
15986
  fb as u,
15986
- df as v,
15987
- N_ as w,
15988
- G_ as x,
15989
- o_ as y,
15990
- x_ as z
15987
+ of as v,
15988
+ df as w,
15989
+ N_ as x,
15990
+ G_ as y,
15991
+ o_ as z
15991
15992
  };
@@ -0,0 +1,7 @@
1
+ import * as Blockly from 'blockly/core';
2
+ export declare enum CustomEventType {
3
+ STATE_CHANGE = "state_change"
4
+ }
5
+ export declare class StateChange extends Blockly.Events.Abstract {
6
+ isBlank: boolean;
7
+ }
@@ -1,6 +1,7 @@
1
1
  import './blocks';
2
2
  export * from './category';
3
3
  import './dialog';
4
+ export * from './events';
4
5
  export * from './locale';
5
6
  export * from './misc';
6
7
  import './plugins';