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.
- package/dist/core/index.d.ts +0 -1
- package/dist/core/plugins/fieldDropdown/index.d.ts +1 -0
- package/dist/core/plugins/index.d.ts +2 -1
- package/dist/core/plugins/workspaceCleanUp/index.d.ts +1 -0
- package/dist/index.js +1288 -1171
- package/dist/{vendor.cenq5uur.js → vendor.huohikf4.js} +27 -27
- package/package.json +1 -1
- package/dist/core/custom/fieldDropdown2/index.d.ts +0 -8
- package/dist/core/custom/index.d.ts +0 -1
|
@@ -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
|
-
|
|
25323
|
+
zS as A,
|
|
25324
25324
|
Ew as B,
|
|
25325
25325
|
kw as C,
|
|
25326
|
-
|
|
25326
|
+
Ik as D,
|
|
25327
25327
|
Uw as E,
|
|
25328
25328
|
Ww as F,
|
|
25329
|
-
|
|
25330
|
-
|
|
25331
|
-
|
|
25332
|
-
|
|
25333
|
-
|
|
25334
|
-
|
|
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
|
-
|
|
25340
|
-
|
|
25339
|
+
ck as Q,
|
|
25340
|
+
D$ as R,
|
|
25341
25341
|
US as S,
|
|
25342
25342
|
XS as T,
|
|
25343
|
-
|
|
25343
|
+
yk as U,
|
|
25344
25344
|
cR as V,
|
|
25345
|
-
|
|
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
|
-
|
|
25354
|
-
|
|
25355
|
-
|
|
25353
|
+
wR as f,
|
|
25354
|
+
bk as g,
|
|
25355
|
+
sk as h,
|
|
25356
25356
|
VR as i,
|
|
25357
25357
|
gk as j,
|
|
25358
|
-
|
|
25359
|
-
|
|
25360
|
-
|
|
25361
|
-
|
|
25362
|
-
|
|
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
|
-
|
|
25364
|
+
mk as q,
|
|
25365
25365
|
rk as r,
|
|
25366
25366
|
nk as s,
|
|
25367
|
-
|
|
25367
|
+
xR as t,
|
|
25368
25368
|
dk as u,
|
|
25369
|
-
|
|
25370
|
-
|
|
25371
|
-
|
|
25372
|
-
|
|
25373
|
-
|
|
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,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';
|