x-block-lib 0.3.22 → 0.4.0
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-kru4jhu1.js → blockly-jgwpd4oo.js} +32 -16
- package/dist/components/blockly/cleanup.vue.d.ts +1 -1
- package/dist/components/blockly/index.vue.d.ts +7 -16
- package/dist/components/blockly/lock.vue.d.ts +4 -13
- package/dist/components/blockly/navigator.vue.d.ts +1 -1
- package/dist/core/blocks/color/colorRgb/v1/index.d.ts +1 -0
- package/dist/core/blocks/color/index.d.ts +4 -0
- package/dist/core/blocks/common/index.d.ts +1 -0
- package/dist/core/blocks/common/parameter/v1/index.d.ts +22 -0
- package/dist/core/blocks/compute/callFunc/v1/index.d.ts +1 -0
- package/dist/core/blocks/compute/index.d.ts +1 -0
- package/dist/core/blocks/index.d.ts +10 -0
- package/dist/core/blocks/list/index.d.ts +9 -0
- package/dist/core/blocks/list/listCreate/v1/index.d.ts +1 -0
- package/dist/core/blocks/list/listDelete/v1/index.d.ts +1 -0
- package/dist/core/blocks/list/listGet/v1/index.d.ts +1 -0
- package/dist/core/blocks/list/listGetSublist/v1/index.d.ts +1 -0
- package/dist/core/blocks/list/listIsEmpty/v1/index.d.ts +1 -0
- package/dist/core/blocks/list/listJoin/v1/index.d.ts +1 -0
- package/dist/core/blocks/list/listLength/v1/index.d.ts +1 -0
- package/dist/core/blocks/list/listReverse/v1/index.d.ts +1 -0
- package/dist/core/blocks/list/listSet/v1/index.d.ts +1 -0
- package/dist/core/blocks/logic/extensions/v1/index.d.ts +1 -0
- package/dist/core/blocks/logic/index.d.ts +7 -2
- package/dist/core/blocks/logic/logicBoolean/v1/index.d.ts +1 -0
- package/dist/core/blocks/logic/logicCompare/v1/index.d.ts +1 -0
- package/dist/core/blocks/logic/logicIf/v1/index.d.ts +1 -0
- package/dist/core/blocks/logic/logicNegate/v1/index.d.ts +1 -0
- package/dist/core/blocks/logic/logicOperation/v1/index.d.ts +1 -0
- package/dist/core/blocks/logic/logicTernary/v1/index.d.ts +1 -0
- package/dist/core/blocks/loop/index.d.ts +1 -1
- package/dist/core/blocks/loop/loopWhileUntil/v1/index.d.ts +1 -0
- package/dist/core/blocks/math/extensions/v1/index.d.ts +1 -0
- package/dist/core/blocks/math/index.d.ts +13 -0
- package/dist/core/blocks/math/mathArithmetic/v1/index.d.ts +1 -0
- package/dist/core/blocks/math/mathConstant/v1/index.d.ts +1 -0
- package/dist/core/blocks/math/mathConstrain/v1/index.d.ts +1 -0
- package/dist/core/blocks/math/mathModulo/v1/index.d.ts +1 -0
- package/dist/core/blocks/math/mathNumber/v1/index.d.ts +1 -0
- package/dist/core/blocks/math/mathNumberProperty/v1/index.d.ts +1 -0
- package/dist/core/blocks/math/mathOnList/v1/index.d.ts +1 -0
- package/dist/core/blocks/math/mathRandomFloat/v1/index.d.ts +1 -0
- package/dist/core/blocks/math/mathRandomInt/v1/index.d.ts +1 -0
- package/dist/core/blocks/math/mathRound/v1/index.d.ts +1 -0
- package/dist/core/blocks/math/mathSingle/v1/index.d.ts +1 -0
- package/dist/core/blocks/math/mathTrig/v1/index.d.ts +1 -0
- package/dist/core/blocks/object/index.d.ts +6 -0
- package/dist/core/blocks/object/objectCreate/v1/index.d.ts +1 -0
- package/dist/core/blocks/object/objectDelete/v1/index.d.ts +1 -0
- package/dist/core/blocks/object/objectFromJson/v1/index.d.ts +1 -0
- package/dist/core/blocks/object/objectGet/v1/index.d.ts +1 -0
- package/dist/core/blocks/object/objectSet/v1/index.d.ts +1 -0
- package/dist/core/blocks/object/objectToJson/v1/index.d.ts +1 -0
- package/dist/core/blocks/procedure/index.d.ts +2 -0
- package/dist/core/blocks/procedure/procedureCall/v1/index.d.ts +1 -0
- package/dist/core/blocks/procedure/procedureDef/v1/index.d.ts +29 -0
- package/dist/core/blocks/procedure/procedureReturn/v1/index.d.ts +1 -0
- package/dist/core/blocks/resource/downloadAsset/v1/index.d.ts +1 -0
- package/dist/core/blocks/resource/downloadResource/v1/index.d.ts +1 -0
- package/dist/core/blocks/resource/index.d.ts +0 -0
- package/dist/core/blocks/resource/selectResource/v1/index.d.ts +1 -0
- package/dist/core/blocks/resource/uploadResource/v1/index.d.ts +1 -0
- package/dist/core/blocks/text/index.d.ts +14 -0
- package/dist/core/blocks/text/text/v1/index.d.ts +1 -0
- package/dist/core/blocks/text/textAppend/v1/index.d.ts +1 -0
- package/dist/core/blocks/text/textChangeCase/v1/index.d.ts +1 -0
- package/dist/core/blocks/text/textCharAt/v1/index.d.ts +1 -0
- package/dist/core/blocks/text/textCount/v1/index.d.ts +1 -0
- package/dist/core/blocks/text/textIndexOf/v1/index.d.ts +1 -0
- package/dist/core/blocks/text/textIsEmpty/v1/index.d.ts +1 -0
- package/dist/core/blocks/text/textJoin/v1/index.d.ts +21 -0
- package/dist/core/blocks/text/textLength/v1/index.d.ts +1 -0
- package/dist/core/blocks/text/textReplace/v1/index.d.ts +1 -0
- package/dist/core/blocks/text/textReverse/v1/index.d.ts +1 -0
- package/dist/core/blocks/text/textSplit/v1/index.d.ts +1 -0
- package/dist/core/blocks/text/textSubstring/v1/index.d.ts +1 -0
- package/dist/core/blocks/text/textTrim/v1/index.d.ts +1 -0
- package/dist/core/blocks/text/utils/index.d.ts +1 -0
- package/dist/core/blocks/time/createTimer/v1/index.d.ts +1 -0
- package/dist/core/blocks/time/delay/v1/index.d.ts +1 -0
- package/dist/core/blocks/time/index.d.ts +2 -0
- package/dist/core/blocks/ui/callNodeMethod/v1/index.d.ts +1 -0
- package/dist/core/blocks/ui/callNodeMethodAs/v1/index.d.ts +1 -0
- package/dist/core/blocks/ui/getArg/v1/index.d.ts +1 -0
- package/dist/core/blocks/ui/getNode/v1/index.d.ts +1 -0
- package/dist/core/blocks/ui/getNodeProp/v1/index.d.ts +1 -0
- package/dist/core/blocks/ui/getNodePropAs/v1/index.d.ts +1 -0
- package/dist/core/blocks/ui/index.d.ts +4 -0
- package/dist/core/blocks/ui/navigateTo/v1/index.d.ts +1 -0
- package/dist/core/blocks/ui/onNodeEvent/v1/index.d.ts +1 -0
- package/dist/core/blocks/ui/onNodeEventAs/v1/index.d.ts +1 -0
- package/dist/core/blocks/ui/openConfirmDlg/v1/index.d.ts +1 -0
- package/dist/core/blocks/ui/openPromptDlg/v1/index.d.ts +1 -0
- package/dist/core/blocks/ui/popupMessage/v1/index.d.ts +1 -0
- package/dist/core/blocks/variable/extensions/v1/index.d.ts +1 -0
- package/dist/core/blocks/variable/index.d.ts +3 -0
- package/dist/core/blocks/variable/variableGet/v1/index.d.ts +1 -0
- package/dist/core/blocks/variable/variableSet/v1/index.d.ts +1 -0
- package/dist/core/category/index.d.ts +4 -0
- package/dist/core/category/interface/v1/index.d.ts +6 -0
- package/dist/core/category/procedure/v1/index.d.ts +6 -0
- package/dist/core/category/ui/v1/index.d.ts +6 -0
- package/dist/core/category/variable/v1/index.d.ts +7 -0
- package/dist/core/index.d.ts +2 -0
- package/dist/core/locale/msg/en.d.ts +309 -10
- package/dist/core/locale/msg/zhHans.d.ts +309 -10
- package/dist/core/misc/index.d.ts +3 -0
- package/dist/core/plugins/fieldColour/index.d.ts +1 -0
- package/dist/core/toolbox/app/v1/index.d.ts +5 -0
- package/dist/core/toolbox/app/v1/time.d.ts +24 -0
- package/dist/core/toolbox/common/color/v1/index.d.ts +75 -0
- package/dist/core/toolbox/common/list/v1/index.d.ts +88 -0
- package/dist/core/toolbox/common/math/v1/index.d.ts +132 -0
- package/dist/core/toolbox/common/object/v1/index.d.ts +31 -0
- package/dist/core/toolbox/common/text/v1/index.d.ts +173 -0
- package/dist/core/utils/app/app.d.ts +17 -0
- package/dist/core/utils/app/arg.d.ts +10 -0
- package/dist/core/utils/app/element.d.ts +21 -0
- package/dist/core/utils/app/node.d.ts +23 -0
- package/dist/core/utils/asset/index.d.ts +24 -0
- package/dist/core/utils/calc/index.d.ts +17 -0
- package/dist/core/utils/common/index.d.ts +9 -0
- package/dist/core/utils/common/state.d.ts +108 -0
- package/dist/core/utils/compute/func.d.ts +9 -0
- package/dist/core/utils/compute/space.d.ts +10 -0
- package/dist/core/utils/data/index.d.ts +26 -0
- package/dist/core/utils/resource/index.d.ts +24 -0
- package/dist/index.js +5028 -589
- package/package.json +12 -9
- package/dist/core/blocks/logic/if/v1/index.d.ts +0 -1
- package/dist/core/locale/msg/en/index.d.ts +0 -21
- package/dist/core/locale/msg/en/logic.d.ts +0 -13
- package/dist/core/locale/msg/en/loop.d.ts +0 -11
- package/dist/core/locale/msg/zhHans/index.d.ts +0 -21
- package/dist/core/locale/msg/zhHans/logic.d.ts +0 -13
- package/dist/core/locale/msg/zhHans/loop.d.ts +0 -11
- package/dist/en-jrrs2wmb.js +0 -35
- package/dist/zhHans-jrrs2wmb.js +0 -35
- /package/dist/core/blocks/{logic/boolean → color/colorBlend}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/{loop/whileUntil → color/colorPicker}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/{logic/if/v1/mutator.d.ts → color/colorRandom/v1/index.d.ts} +0 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-block-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.4.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -24,12 +24,14 @@
|
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"axios": "^1.7.2",
|
|
26
26
|
"blockly": "^11.1.1",
|
|
27
|
-
"vue": "^3.
|
|
28
|
-
"vuetify": "^3.
|
|
29
|
-
"x-essential-lib": "^0.
|
|
27
|
+
"vue": "^3.5.0",
|
|
28
|
+
"vuetify": "^3.7.1",
|
|
29
|
+
"x-essential-lib": "^0.7.0",
|
|
30
|
+
"x-runtime-lib": "^0.4.0"
|
|
30
31
|
},
|
|
31
32
|
"devDependencies": {
|
|
32
33
|
"@rushstack/eslint-patch": "^1.10.3",
|
|
34
|
+
"@types/lodash-es": "^4.17.12",
|
|
33
35
|
"@types/node": "^20.14.10",
|
|
34
36
|
"@vitejs/plugin-vue": "^5.0.5",
|
|
35
37
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
@@ -38,19 +40,20 @@
|
|
|
38
40
|
"eslint-plugin-vue": "^9.27.0",
|
|
39
41
|
"husky": "^9.0.11",
|
|
40
42
|
"lint-staged": "^15.2.7",
|
|
41
|
-
"pinia": "^2.
|
|
43
|
+
"pinia": "^2.2.2",
|
|
42
44
|
"pinia-plugin-persistedstate": "^3.2.1",
|
|
43
|
-
"prettier": "3.3.
|
|
45
|
+
"prettier": "3.3.3",
|
|
44
46
|
"sass": "^1.77.7",
|
|
45
47
|
"typescript": "^5.5.3",
|
|
46
48
|
"vite": "^5.3.3",
|
|
47
49
|
"vite-plugin-css-injected-by-js": "^3.5.1",
|
|
48
50
|
"vite-plugin-vuetify": "^2.0.3",
|
|
49
|
-
"vue-i18n": "^9.
|
|
50
|
-
"vue-router": "4.4.
|
|
51
|
+
"vue-i18n": "^9.14.0",
|
|
52
|
+
"vue-router": "4.4.3",
|
|
51
53
|
"vue-tsc": "^2.0.26"
|
|
52
54
|
},
|
|
53
55
|
"dependencies": {
|
|
54
|
-
"@mdi/js": "^7.4.47"
|
|
56
|
+
"@mdi/js": "^7.4.47",
|
|
57
|
+
"lodash-es": "^4.17.21"
|
|
55
58
|
}
|
|
56
59
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import './mutator';
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
LOOP_V1_FOR_TITLE: string;
|
|
3
|
-
LOOP_V1_FOR_EACH_TITLE: string;
|
|
4
|
-
LOOP_V1_WHILE_UNTIL_OPERATOR_WHILE: string;
|
|
5
|
-
LOOP_V1_WHILE_UNTIL_OPERATOR_UNTIL: string;
|
|
6
|
-
LOOP_V1_WHILE_UNTIL_TOOLTIP_WHILE: string;
|
|
7
|
-
LOOP_V1_WHILE_UNTIL_TOOLTIP_UNTIL: string;
|
|
8
|
-
LOOP_V1_WHILE_UNTIL_HELPURL: string;
|
|
9
|
-
LOOP_DO: string;
|
|
10
|
-
LOGIC_V1_BOOLEAN_TOOPTIP: string;
|
|
11
|
-
LOGIC_V1_BOOLEAN_HELPURL: string;
|
|
12
|
-
LOGIC_V1_IF_TOOLTIP: string;
|
|
13
|
-
LOGIC_V1_IF_HELPURL: string;
|
|
14
|
-
LOGIC_BOOLEAN_FALSE: string;
|
|
15
|
-
LOGIC_BOOLEAN_TRUE: string;
|
|
16
|
-
LOGIC_DO: string;
|
|
17
|
-
LOGIC_ELSE: string;
|
|
18
|
-
LOGIC_ELSE_IF: string;
|
|
19
|
-
LOGIC_IF: string;
|
|
20
|
-
};
|
|
21
|
-
export default _default;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
LOGIC_V1_BOOLEAN_TOOPTIP: string;
|
|
3
|
-
LOGIC_V1_BOOLEAN_HELPURL: string;
|
|
4
|
-
LOGIC_V1_IF_TOOLTIP: string;
|
|
5
|
-
LOGIC_V1_IF_HELPURL: string;
|
|
6
|
-
LOGIC_BOOLEAN_FALSE: string;
|
|
7
|
-
LOGIC_BOOLEAN_TRUE: string;
|
|
8
|
-
LOGIC_DO: string;
|
|
9
|
-
LOGIC_ELSE: string;
|
|
10
|
-
LOGIC_ELSE_IF: string;
|
|
11
|
-
LOGIC_IF: string;
|
|
12
|
-
};
|
|
13
|
-
export default _default;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
LOOP_V1_FOR_TITLE: string;
|
|
3
|
-
LOOP_V1_FOR_EACH_TITLE: string;
|
|
4
|
-
LOOP_V1_WHILE_UNTIL_OPERATOR_WHILE: string;
|
|
5
|
-
LOOP_V1_WHILE_UNTIL_OPERATOR_UNTIL: string;
|
|
6
|
-
LOOP_V1_WHILE_UNTIL_TOOLTIP_WHILE: string;
|
|
7
|
-
LOOP_V1_WHILE_UNTIL_TOOLTIP_UNTIL: string;
|
|
8
|
-
LOOP_V1_WHILE_UNTIL_HELPURL: string;
|
|
9
|
-
LOOP_DO: string;
|
|
10
|
-
};
|
|
11
|
-
export default _default;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
LOOP_V1_FOR_TITLE: string;
|
|
3
|
-
LOOP_V1_FOR_EACH_TITLE: string;
|
|
4
|
-
LOOP_V1_WHILE_UNTIL_OPERATOR_WHILE: string;
|
|
5
|
-
LOOP_V1_WHILE_UNTIL_OPERATOR_UNTIL: string;
|
|
6
|
-
LOOP_V1_WHILE_UNTIL_TOOLTIP_WHILE: string;
|
|
7
|
-
LOOP_V1_WHILE_UNTIL_TOOLTIP_UNTIL: string;
|
|
8
|
-
LOOP_V1_WHILE_UNTIL_HELPURL: string;
|
|
9
|
-
LOOP_DO: string;
|
|
10
|
-
LOGIC_V1_BOOLEAN_TOOPTIP: string;
|
|
11
|
-
LOGIC_V1_BOOLEAN_HELPURL: string;
|
|
12
|
-
LOGIC_V1_IF_TOOLTIP: string;
|
|
13
|
-
LOGIC_V1_IF_HELPURL: string;
|
|
14
|
-
LOGIC_BOOLEAN_FALSE: string;
|
|
15
|
-
LOGIC_BOOLEAN_TRUE: string;
|
|
16
|
-
LOGIC_DO: string;
|
|
17
|
-
LOGIC_ELSE: string;
|
|
18
|
-
LOGIC_ELSE_IF: string;
|
|
19
|
-
LOGIC_IF: string;
|
|
20
|
-
};
|
|
21
|
-
export default _default;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
LOGIC_V1_BOOLEAN_TOOPTIP: string;
|
|
3
|
-
LOGIC_V1_BOOLEAN_HELPURL: string;
|
|
4
|
-
LOGIC_V1_IF_TOOLTIP: string;
|
|
5
|
-
LOGIC_V1_IF_HELPURL: string;
|
|
6
|
-
LOGIC_BOOLEAN_FALSE: string;
|
|
7
|
-
LOGIC_BOOLEAN_TRUE: string;
|
|
8
|
-
LOGIC_DO: string;
|
|
9
|
-
LOGIC_ELSE: string;
|
|
10
|
-
LOGIC_ELSE_IF: string;
|
|
11
|
-
LOGIC_IF: string;
|
|
12
|
-
};
|
|
13
|
-
export default _default;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
LOOP_V1_FOR_TITLE: string;
|
|
3
|
-
LOOP_V1_FOR_EACH_TITLE: string;
|
|
4
|
-
LOOP_V1_WHILE_UNTIL_OPERATOR_WHILE: string;
|
|
5
|
-
LOOP_V1_WHILE_UNTIL_OPERATOR_UNTIL: string;
|
|
6
|
-
LOOP_V1_WHILE_UNTIL_TOOLTIP_WHILE: string;
|
|
7
|
-
LOOP_V1_WHILE_UNTIL_TOOLTIP_UNTIL: string;
|
|
8
|
-
LOOP_V1_WHILE_UNTIL_HELPURL: string;
|
|
9
|
-
LOOP_DO: string;
|
|
10
|
-
};
|
|
11
|
-
export default _default;
|
package/dist/en-jrrs2wmb.js
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
const _ = {
|
|
2
|
-
LOGIC_BOOLEAN_FALSE: "假",
|
|
3
|
-
LOGIC_BOOLEAN_TRUE: "真",
|
|
4
|
-
LOGIC_DO: "执行",
|
|
5
|
-
LOGIC_ELSE: "否则",
|
|
6
|
-
LOGIC_ELSE_IF: "否则如果",
|
|
7
|
-
LOGIC_IF: "如果"
|
|
8
|
-
}, L = {
|
|
9
|
-
LOGIC_V1_BOOLEAN_TOOPTIP: "LOGIC_V1_BOOLEAN_TOOPTIP",
|
|
10
|
-
LOGIC_V1_BOOLEAN_HELPURL: "LOGIC_V1_BOOLEAN_HELPURL",
|
|
11
|
-
LOGIC_V1_IF_TOOLTIP: "LOGIC_V1_IF_TOOLTIP",
|
|
12
|
-
LOGIC_V1_IF_HELPURL: "LOGIC_V1_IF_HELPURL"
|
|
13
|
-
}, O = {
|
|
14
|
-
..._,
|
|
15
|
-
...L
|
|
16
|
-
}, I = {
|
|
17
|
-
LOOP_DO: "执行"
|
|
18
|
-
}, E = {
|
|
19
|
-
LOOP_V1_FOR_TITLE: "变量%1从%2数到%3每次增加%4",
|
|
20
|
-
LOOP_V1_FOR_EACH_TITLE: "遍历列表%2中的每一项%1",
|
|
21
|
-
LOOP_V1_WHILE_UNTIL_OPERATOR_WHILE: "当条件满足时重复",
|
|
22
|
-
LOOP_V1_WHILE_UNTIL_OPERATOR_UNTIL: "重复直到条件满足",
|
|
23
|
-
LOOP_V1_WHILE_UNTIL_TOOLTIP_WHILE: "LOOP_V1_WHILE_UNTIL_TOOLTIP_WHILE",
|
|
24
|
-
LOOP_V1_WHILE_UNTIL_TOOLTIP_UNTIL: "LOOP_V1_WHILE_UNTIL_TOOLTIP_UNTIL",
|
|
25
|
-
LOOP_V1_WHILE_UNTIL_HELPURL: "LOOP_V1_WHILE_UNTIL_HELPURL"
|
|
26
|
-
}, T = {
|
|
27
|
-
...I,
|
|
28
|
-
...E
|
|
29
|
-
}, P = {
|
|
30
|
-
...O,
|
|
31
|
-
...T
|
|
32
|
-
};
|
|
33
|
-
export {
|
|
34
|
-
P as default
|
|
35
|
-
};
|
package/dist/zhHans-jrrs2wmb.js
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
const _ = {
|
|
2
|
-
LOGIC_BOOLEAN_FALSE: "假",
|
|
3
|
-
LOGIC_BOOLEAN_TRUE: "真",
|
|
4
|
-
LOGIC_DO: "执行",
|
|
5
|
-
LOGIC_ELSE: "否则",
|
|
6
|
-
LOGIC_ELSE_IF: "否则如果",
|
|
7
|
-
LOGIC_IF: "如果"
|
|
8
|
-
}, L = {
|
|
9
|
-
LOGIC_V1_BOOLEAN_TOOPTIP: "LOGIC_V1_BOOLEAN_TOOPTIP",
|
|
10
|
-
LOGIC_V1_BOOLEAN_HELPURL: "LOGIC_V1_BOOLEAN_HELPURL",
|
|
11
|
-
LOGIC_V1_IF_TOOLTIP: "LOGIC_V1_IF_TOOLTIP",
|
|
12
|
-
LOGIC_V1_IF_HELPURL: "LOGIC_V1_IF_HELPURL"
|
|
13
|
-
}, O = {
|
|
14
|
-
..._,
|
|
15
|
-
...L
|
|
16
|
-
}, I = {
|
|
17
|
-
LOOP_DO: "执行"
|
|
18
|
-
}, E = {
|
|
19
|
-
LOOP_V1_FOR_TITLE: "变量%1从%2数到%3每次增加%4",
|
|
20
|
-
LOOP_V1_FOR_EACH_TITLE: "遍历列表%2中的每一项%1",
|
|
21
|
-
LOOP_V1_WHILE_UNTIL_OPERATOR_WHILE: "当条件满足时重复",
|
|
22
|
-
LOOP_V1_WHILE_UNTIL_OPERATOR_UNTIL: "重复直到条件满足",
|
|
23
|
-
LOOP_V1_WHILE_UNTIL_TOOLTIP_WHILE: "LOOP_V1_WHILE_UNTIL_TOOLTIP_WHILE",
|
|
24
|
-
LOOP_V1_WHILE_UNTIL_TOOLTIP_UNTIL: "LOOP_V1_WHILE_UNTIL_TOOLTIP_UNTIL",
|
|
25
|
-
LOOP_V1_WHILE_UNTIL_HELPURL: "LOOP_V1_WHILE_UNTIL_HELPURL"
|
|
26
|
-
}, T = {
|
|
27
|
-
...I,
|
|
28
|
-
...E
|
|
29
|
-
}, P = {
|
|
30
|
-
...O,
|
|
31
|
-
...T
|
|
32
|
-
};
|
|
33
|
-
export {
|
|
34
|
-
P as default
|
|
35
|
-
};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|