x-block-lib 0.4.26 → 0.4.28
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-ou5p4kro.js → blockly-nx44b3kf.js} +2 -2
- package/dist/components/blockly/clean/index.vue.d.ts +5 -0
- package/dist/components/blockly/navigator/blockList/index.vue.d.ts +4 -1
- package/dist/components/blockly/navigator/index.vue.d.ts +1 -0
- package/dist/{i18n-en-58ejxm4b.js → i18n-en-gc42vrme.js} +4 -0
- package/dist/{i18n-zhHans-cb9uza7v.js → i18n-zhHans-lr11azyl.js} +4 -0
- package/dist/index.js +1031 -1011
- package/package.json +1 -1
- package/dist/components/blockly/cleanup/index.vue.d.ts +0 -2
- package/dist/core/plugins/readOnlyFlyout/index.d.ts +0 -9
- package/dist/core/toolbox/app/v1/index.d.ts +0 -30
- package/dist/core/toolbox/app/v1/time.d.ts +0 -24
|
@@ -15846,14 +15846,14 @@ const bm = /* @__PURE__ */ gg(_m), {
|
|
|
15846
15846
|
javascriptGenerator: Qb
|
|
15847
15847
|
} = bm;
|
|
15848
15848
|
export {
|
|
15849
|
-
|
|
15849
|
+
Xb as A,
|
|
15850
15850
|
Cm as B,
|
|
15851
15851
|
xm as C,
|
|
15852
15852
|
Gm as D,
|
|
15853
15853
|
Vm as E,
|
|
15854
15854
|
qm as F,
|
|
15855
15855
|
i_ as G,
|
|
15856
|
-
|
|
15856
|
+
Vb as H,
|
|
15857
15857
|
m_ as M,
|
|
15858
15858
|
b_ as N,
|
|
15859
15859
|
qb as O,
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
lock: boolean;
|
|
3
|
+
}
|
|
4
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
export default _default;
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
interface Props {
|
|
2
|
+
lock: boolean;
|
|
3
|
+
}
|
|
4
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
2
5
|
export default _default;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
interface Props {
|
|
2
2
|
type: 'list' | 'tree';
|
|
3
|
+
lock: boolean;
|
|
3
4
|
}
|
|
4
5
|
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
6
|
export default _default;
|