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
package/package.json
CHANGED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as Blockly from 'blockly/core';
|
|
2
|
-
export declare class ReadOnlyHorizontalFlyout extends Blockly.HorizontalFlyout {
|
|
3
|
-
protected addBlockListeners_(root: SVGElement, block: Blockly.BlockSvg, rect: SVGElement): void;
|
|
4
|
-
isBlockCreatable(block: Blockly.BlockSvg): boolean;
|
|
5
|
-
}
|
|
6
|
-
export declare class ReadOnlyVerticalFlyout extends Blockly.VerticalFlyout {
|
|
7
|
-
protected addBlockListeners_(root: SVGElement, block: Blockly.BlockSvg, rect: SVGElement): void;
|
|
8
|
-
isBlockCreatable(block: Blockly.BlockSvg): boolean;
|
|
9
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
export declare const appToolboxV1: {
|
|
2
|
-
kind: string;
|
|
3
|
-
contents: ({
|
|
4
|
-
kind: string;
|
|
5
|
-
name: string;
|
|
6
|
-
categorystyle: string;
|
|
7
|
-
contents: ({
|
|
8
|
-
kind: string;
|
|
9
|
-
text: string;
|
|
10
|
-
type?: undefined;
|
|
11
|
-
} | {
|
|
12
|
-
kind: string;
|
|
13
|
-
type: string;
|
|
14
|
-
text?: undefined;
|
|
15
|
-
})[];
|
|
16
|
-
} | {
|
|
17
|
-
kind: string;
|
|
18
|
-
name: string;
|
|
19
|
-
categorystyle: string;
|
|
20
|
-
contents: {
|
|
21
|
-
kind: string;
|
|
22
|
-
type: string;
|
|
23
|
-
}[];
|
|
24
|
-
} | {
|
|
25
|
-
kind: string;
|
|
26
|
-
name: string;
|
|
27
|
-
categorystyle: string;
|
|
28
|
-
custom: string;
|
|
29
|
-
})[];
|
|
30
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
declare const time: {
|
|
2
|
-
kind: string;
|
|
3
|
-
name: string;
|
|
4
|
-
categorystyle: string;
|
|
5
|
-
contents: ({
|
|
6
|
-
kind: string;
|
|
7
|
-
type: string;
|
|
8
|
-
inputs?: undefined;
|
|
9
|
-
} | {
|
|
10
|
-
kind: string;
|
|
11
|
-
type: string;
|
|
12
|
-
inputs: {
|
|
13
|
-
MS: {
|
|
14
|
-
shadow: {
|
|
15
|
-
type: string;
|
|
16
|
-
fields: {
|
|
17
|
-
NUM: number;
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
})[];
|
|
23
|
-
};
|
|
24
|
-
export default time;
|