x-block-lib 0.6.28 → 0.6.30
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/dist/{blockly-cqpt5auh.js → blockly-nh179ta5.js} +20 -18
- package/dist/components/blockly/index.vue.d.ts +2 -2
- package/dist/components/blockly/jsonHelper.d.ts +3 -0
- package/dist/core/blocks/index.d.ts +1 -0
- package/dist/core/blocks/json/index.d.ts +6 -0
- package/dist/core/blocks/json/jsonArray/v1/index.d.ts +1 -0
- package/dist/core/blocks/json/jsonBoolean/v1/index.d.ts +1 -0
- package/dist/core/blocks/json/jsonMap/v1/index.d.ts +1 -0
- package/dist/core/blocks/json/jsonNumber/v1/index.d.ts +1 -0
- package/dist/core/blocks/json/jsonRoot/v1/index.d.ts +1 -0
- package/dist/core/blocks/json/jsonString/v1/index.d.ts +1 -0
- package/dist/core/toolbox/index.d.ts +1 -0
- package/dist/core/toolbox/json/v1/index.d.ts +12 -0
- package/dist/core/utils/common/misc.d.ts +2 -0
- package/dist/index.js +2717 -2429
- package/package.json +3 -3
|
@@ -16313,13 +16313,15 @@ const lf = /* @__PURE__ */ Qg(nf), {
|
|
|
16313
16313
|
javascriptGenerator: Kb
|
|
16314
16314
|
} = lf;
|
|
16315
16315
|
export {
|
|
16316
|
-
|
|
16316
|
+
Cb as A,
|
|
16317
16317
|
df as B,
|
|
16318
16318
|
yf as C,
|
|
16319
|
-
|
|
16319
|
+
Pb as D,
|
|
16320
16320
|
Of as E,
|
|
16321
16321
|
Mf as F,
|
|
16322
16322
|
Jf as G,
|
|
16323
|
+
Hb as H,
|
|
16324
|
+
Qg as I,
|
|
16323
16325
|
h_ as M,
|
|
16324
16326
|
a_ as N,
|
|
16325
16327
|
jb as O,
|
|
@@ -16332,26 +16334,26 @@ export {
|
|
|
16332
16334
|
Tb as b,
|
|
16333
16335
|
Hf as c,
|
|
16334
16336
|
ab as d,
|
|
16335
|
-
|
|
16337
|
+
Bf as e,
|
|
16336
16338
|
pb as f,
|
|
16337
|
-
|
|
16338
|
-
|
|
16339
|
+
Pf as g,
|
|
16340
|
+
Df as h,
|
|
16339
16341
|
vb as i,
|
|
16340
16342
|
Kb as j,
|
|
16341
|
-
|
|
16342
|
-
|
|
16343
|
-
|
|
16344
|
-
|
|
16345
|
-
|
|
16346
|
-
|
|
16347
|
-
|
|
16343
|
+
xf as k,
|
|
16344
|
+
fb as l,
|
|
16345
|
+
db as m,
|
|
16346
|
+
v_ as n,
|
|
16347
|
+
wf as o,
|
|
16348
|
+
_b as p,
|
|
16349
|
+
kb as q,
|
|
16348
16350
|
Mb as r,
|
|
16349
16351
|
Fb as s,
|
|
16350
|
-
|
|
16352
|
+
wb as t,
|
|
16351
16353
|
Wb as u,
|
|
16352
|
-
|
|
16353
|
-
|
|
16354
|
-
|
|
16355
|
-
|
|
16356
|
-
|
|
16354
|
+
yb as v,
|
|
16355
|
+
nb as w,
|
|
16356
|
+
af as x,
|
|
16357
|
+
R_ as y,
|
|
16358
|
+
cb as z
|
|
16357
16359
|
};
|
|
@@ -12,10 +12,10 @@ type __VLS_PublicProps = __VLS_Props & {
|
|
|
12
12
|
};
|
|
13
13
|
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
14
14
|
loading: import("vue").Ref<boolean, boolean>;
|
|
15
|
-
load: (state:
|
|
15
|
+
load: (state: any) => void;
|
|
16
16
|
save: () => {
|
|
17
17
|
[key: string]: any;
|
|
18
|
-
};
|
|
18
|
+
} | undefined;
|
|
19
19
|
generateCode: () => string;
|
|
20
20
|
fireStateChange: () => void;
|
|
21
21
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import * as Blockly from 'blockly/core';
|
|
2
|
+
export declare const plusImage: string;
|
|
3
|
+
export declare const minusImage: string;
|
|
2
4
|
export declare function toBlockType(key: string): string;
|
|
3
5
|
export declare function toCheck(key: string): string;
|
|
4
6
|
export declare function ensureOpts(options: Blockly.MenuOption[]): Blockly.MenuOption[];
|