x-block-lib 0.7.18 → 0.7.20
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/blocks/app/argument/index.d.ts +1 -0
- package/dist/core/blocks/app/define/index.d.ts +2 -0
- package/dist/core/blocks/app/event/index.d.ts +3 -0
- package/dist/core/blocks/app/index.d.ts +8 -21
- package/dist/core/blocks/app/message/index.d.ts +3 -0
- package/dist/core/blocks/app/method/index.d.ts +4 -0
- package/dist/core/blocks/app/misc/index.d.ts +5 -0
- package/dist/core/blocks/app/property/index.d.ts +6 -0
- package/dist/core/blocks/app/state/index.d.ts +2 -0
- package/dist/core/blocks/compute/flow/index.d.ts +1 -0
- package/dist/core/blocks/compute/func/index.d.ts +4 -0
- package/dist/core/blocks/compute/index.d.ts +3 -6
- package/dist/core/blocks/compute/misc/computeEnvIs/v1/index.d.ts +1 -0
- package/dist/core/blocks/compute/misc/index.d.ts +2 -0
- package/dist/core/category/app/compute/v1/index.d.ts +7 -0
- package/dist/core/category/{data/data → app/event}/v1/index.d.ts +1 -1
- package/dist/core/category/app/index.d.ts +7 -2
- package/dist/core/category/app/{interface → method}/v1/index.d.ts +1 -1
- package/dist/core/category/app/{ui → misc}/v1/index.d.ts +1 -1
- package/dist/core/category/app/property/v1/index.d.ts +7 -0
- package/dist/core/category/app/resource/v1/index.d.ts +7 -0
- package/dist/core/category/app/state/v1/index.d.ts +7 -0
- package/dist/core/category/compute/data/v1/index.d.ts +7 -0
- package/dist/core/category/compute/flow/v1/index.d.ts +2 -2
- package/dist/core/category/compute/func/v1/index.d.ts +2 -2
- package/dist/core/category/compute/index.d.ts +2 -0
- package/dist/core/category/compute/misc/v1/index.d.ts +7 -0
- package/dist/core/category/index.d.ts +0 -1
- package/dist/core/category/utils/index.d.ts +5 -0
- package/dist/core/locale/msg/en.d.ts +61 -58
- package/dist/core/locale/msg/zhHans.d.ts +61 -58
- package/dist/core/toolbox/common/color/v1/index.d.ts +1 -2
- package/dist/core/toolbox/common/index.d.ts +8 -0
- package/dist/core/toolbox/common/list/v1/index.d.ts +1 -2
- package/dist/core/toolbox/common/logic/v1/index.d.ts +1 -2
- package/dist/core/toolbox/common/loop/v1/index.d.ts +1 -2
- package/dist/core/toolbox/common/math/v1/index.d.ts +1 -2
- package/dist/core/toolbox/common/object/v1/index.d.ts +1 -2
- package/dist/core/toolbox/common/text/v1/index.d.ts +1 -2
- package/dist/core/toolbox/common/time/v1/index.d.ts +1 -2
- package/dist/core/toolbox/comp/v1/index.d.ts +0 -31
- package/dist/core/toolbox/page/v1/index.d.ts +0 -31
- package/dist/core/utils/app/comp.d.ts +10 -11
- package/dist/core/utils/app/page.d.ts +2 -3
- package/dist/core/utils/common/block.d.ts +0 -2
- package/dist/core/utils/common/check.d.ts +2 -2
- package/dist/core/utils/common/shadow.d.ts +6 -2
- package/dist/core/utils/compute/func.d.ts +1 -1
- package/dist/index.js +3914 -3961
- package/dist/{msg-en.olpxzsl8.js → msg-en.d2bpkdwr.js} +61 -60
- package/dist/{msg-zhHans.osx47lrf.js → msg-zhHans.l3bo9qik.js} +61 -60
- package/dist/{vendor.gwcdj52j.js → vendor.eugzj64g.js} +2 -2
- package/package.json +3 -3
- package/dist/core/blocks/app/define/v1/index.d.ts +0 -2
- package/dist/core/category/data/index.d.ts +0 -1
- /package/dist/core/blocks/app/{appDebugTrace → argument/getPageArgument}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/app/{appEnv → define/items}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/app/{callNodeMethod → define/types}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/app/{callNodeMethodAs → event/onAppEvent}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/app/{compMethodImpl → event/onAppEventAs}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/app/{getAppState → event/triggerAppEvent}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/app/{getNode → message/openConfirmDlg}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/app/{getNodeProp → message/openPromptDlg}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/app/{getNodePropAs → message/popupMessage}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/app/{getPageArgument → method/callMethod}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/app/{navigateTo → method/callMethodAs}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/app/{onNodeEvent → method/methodImpl}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/app/{onNodeEventAs → method/setMethodOutput}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/app/{openConfirmDlg → misc/appDebugTrace}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/app/{openPromptDlg → misc/appEnvIs}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/app/{popupMessage → misc/getAppNode}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/app/{propBind → misc/navigateTo}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/app/{propBindAs → misc/selectComp}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/app/{selectComp → property/getProp}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/app/{setAppState → property/getPropAs}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/app/{setCompMethodOutput → property/propBind}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/app/{setNodeProp → property/propBindAs}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/app/{setNodePropAs → property/setProp}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/app/{triggerCompEvent → property/setPropAs}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/{compute/callFunc → app/state/getAppState}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/{compute/callFuncInternal → app/state/setAppState}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/compute/{computeDebugTrace → flow/onFlowStateEvent}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/compute/{funcEntry → func/callFunc}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/compute/{onFlowStateEvent → func/callFuncInternal}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/compute/{setFuncOutput → func/funcEntry}/v1/index.d.ts +0 -0
- /package/dist/core/blocks/{app/define/v1/items.d.ts → compute/func/setFuncOutput/v1/index.d.ts} +0 -0
- /package/dist/core/blocks/{app/define/v1/types.d.ts → compute/misc/computeDebugTrace/v1/index.d.ts} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './getPageArgument/v1';
|
|
@@ -1,21 +1,8 @@
|
|
|
1
|
-
import './
|
|
2
|
-
import './
|
|
3
|
-
import './
|
|
4
|
-
import './
|
|
5
|
-
import './
|
|
6
|
-
import './
|
|
7
|
-
import './
|
|
8
|
-
import './
|
|
9
|
-
import './getNodePropAs/v1';
|
|
10
|
-
import './getPageArgument/v1';
|
|
11
|
-
import './navigateTo/v1';
|
|
12
|
-
import './onNodeEvent/v1';
|
|
13
|
-
import './onNodeEventAs/v1';
|
|
14
|
-
import './openConfirmDlg/v1';
|
|
15
|
-
import './openPromptDlg/v1';
|
|
16
|
-
import './popupMessage/v1';
|
|
17
|
-
import './selectComp/v1';
|
|
18
|
-
import './setCompMethodOutput/v1';
|
|
19
|
-
import './setNodeProp/v1';
|
|
20
|
-
import './setNodePropAs/v1';
|
|
21
|
-
import './triggerCompEvent/v1';
|
|
1
|
+
import './argument';
|
|
2
|
+
import './define';
|
|
3
|
+
import './event';
|
|
4
|
+
import './message';
|
|
5
|
+
import './method';
|
|
6
|
+
import './misc';
|
|
7
|
+
import './property';
|
|
8
|
+
import './state';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './onFlowStateEvent/v1';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,2 +1,7 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
1
|
+
export * from './compute/v1';
|
|
2
|
+
export * from './event/v1';
|
|
3
|
+
export * from './method/v1';
|
|
4
|
+
export * from './misc/v1';
|
|
5
|
+
export * from './property/v1';
|
|
6
|
+
export * from './resource/v1';
|
|
7
|
+
export * from './state/v1';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as Blockly from 'blockly/core';
|
|
2
|
-
declare function callback(
|
|
3
|
-
export declare const
|
|
2
|
+
declare function callback(): Blockly.utils.toolbox.FlyoutDefinition;
|
|
3
|
+
export declare const computeFlowCategoryV1: {
|
|
4
4
|
name: string;
|
|
5
5
|
callback: typeof callback;
|
|
6
6
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as Blockly from 'blockly/core';
|
|
2
|
-
declare function callback(
|
|
3
|
-
export declare const
|
|
2
|
+
declare function callback(): Blockly.utils.toolbox.FlyoutDefinition;
|
|
3
|
+
export declare const computeFuncCategoryV1: {
|
|
4
4
|
name: string;
|
|
5
5
|
callback: typeof callback;
|
|
6
6
|
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare function createLabel(text: string): Element;
|
|
2
|
+
export declare function createBlock(type: string, children?: Element[]): Element;
|
|
3
|
+
export declare function createShadowOfTextV1(inputName: string, content?: string): Element;
|
|
4
|
+
export declare function createShadowOfMathNumberV1(inputName: string, content?: number): Element;
|
|
5
|
+
export declare function createShadowOfLogicBooleanV1(inputName: string, content?: boolean): Element;
|
|
@@ -35,56 +35,51 @@ declare const _default: {
|
|
|
35
35
|
NO_OPTION: string;
|
|
36
36
|
BUTTON_NO_COMPUTE: string;
|
|
37
37
|
BUTTON_NO_TABLE: string;
|
|
38
|
-
CATEGORY_CALC: string;
|
|
39
38
|
CATEGORY_COLOR: string;
|
|
39
|
+
CATEGORY_COMPUTE: string;
|
|
40
40
|
CATEGORY_DATA: string;
|
|
41
|
+
CATEGORY_EVENT: string;
|
|
41
42
|
CATEGORY_FLOW: string;
|
|
42
43
|
CATEGORY_FUNC: string;
|
|
43
|
-
CATEGORY_INTERFACE: string;
|
|
44
44
|
CATEGORY_LIST: string;
|
|
45
45
|
CATEGORY_LOGIC: string;
|
|
46
46
|
CATEGORY_LOOP: string;
|
|
47
47
|
CATEGORY_MATH: string;
|
|
48
|
-
|
|
48
|
+
CATEGORY_METHOD: string;
|
|
49
|
+
CATEGORY_MISC: string;
|
|
49
50
|
CATEGORY_OBJECT: string;
|
|
50
51
|
CATEGORY_PROCEDURE: string;
|
|
52
|
+
CATEGORY_PROPERTY: string;
|
|
53
|
+
CATEGORY_RESOURCE: string;
|
|
54
|
+
CATEGORY_STATE: string;
|
|
51
55
|
CATEGORY_TEXT: string;
|
|
52
56
|
CATEGORY_TIME: string;
|
|
53
|
-
CATEGORY_UI: string;
|
|
54
57
|
CATEGORY_VARIABLE: string;
|
|
55
|
-
EVENT_CLICK: string;
|
|
56
|
-
EVENT_SLOT_CHANGE: string;
|
|
57
|
-
EVENT_STARTUP: string;
|
|
58
|
-
EVENT_SCREEN_SIZE_CHANGE: string;
|
|
59
|
-
EVENT_SUBMIT: string;
|
|
60
|
-
EVENT_DARK_MODE_CHANGE: string;
|
|
61
58
|
LABEL_BOOLEAN: string;
|
|
62
59
|
LABEL_BRANCH: string;
|
|
63
|
-
LABEL_COMP: string;
|
|
64
60
|
LABEL_CONDITION: string;
|
|
65
61
|
LABEL_CREATE_VARIABLE: string;
|
|
66
62
|
LABEL_CREATED: string;
|
|
63
|
+
LABEL_CUSTOM: string;
|
|
67
64
|
LABEL_EVENT: string;
|
|
68
65
|
LABEL_GET: string;
|
|
69
66
|
LABEL_LIST: string;
|
|
70
67
|
LABEL_LOGIC_OPERATION: string;
|
|
71
68
|
LABEL_MATH_OPERATION: string;
|
|
69
|
+
LABEL_MESSAGE: string;
|
|
72
70
|
LABEL_METHOD: string;
|
|
71
|
+
LABEL_MISC: string;
|
|
73
72
|
LABEL_OBJECT: string;
|
|
74
73
|
LABEL_OPERATION: string;
|
|
75
|
-
LABEL_OTHER: string;
|
|
76
|
-
LABEL_PAGE: string;
|
|
77
74
|
LABEL_PROCEDURE: string;
|
|
78
75
|
LABEL_PROPERTY: string;
|
|
79
76
|
LABEL_QUERY_EXTRA: string;
|
|
80
77
|
LABEL_SET: string;
|
|
78
|
+
LABEL_STATE: string;
|
|
81
79
|
LABEL_TABLE: string;
|
|
82
80
|
LABEL_TEXT: string;
|
|
83
81
|
LABEL_VALUE: string;
|
|
84
82
|
LABEL_VARIABLE: string;
|
|
85
|
-
METHOD_ADD: string;
|
|
86
|
-
METHOD_CLOSE: string;
|
|
87
|
-
METHOD_OPEN: string;
|
|
88
83
|
PARAM_DATA: string;
|
|
89
84
|
PARAM_EXTRA_DATA: string;
|
|
90
85
|
PARAM_IS_DARK_MODE: string;
|
|
@@ -134,36 +129,39 @@ declare const _default: {
|
|
|
134
129
|
APP_V1_APP_DEBUG_TRACE_TITLE: string;
|
|
135
130
|
APP_V1_APP_DEBUG_TRACE_TOOLTIP: string;
|
|
136
131
|
APP_V1_APP_DEBUG_TRACE_HELPURL: string;
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
132
|
+
APP_V1_APP_ENV_IS_TITLE: string;
|
|
133
|
+
APP_V1_APP_ENV_IS_TOOLTIP: string;
|
|
134
|
+
APP_V1_APP_ENV_IS_HELPURL: string;
|
|
135
|
+
APP_V1_CALL_METHOD_TITLE: string;
|
|
136
|
+
APP_V1_CALL_METHOD_TOOLTIP: string;
|
|
137
|
+
APP_V1_CALL_METHOD_HELPURL: string;
|
|
138
|
+
APP_V1_CALL_METHOD_AS_TITLE: string;
|
|
139
|
+
APP_V1_CALL_METHOD_AS_TOOLTIP: string;
|
|
140
|
+
APP_V1_CALL_METHOD_AS_HELPURL: string;
|
|
141
|
+
APP_V1_GET_APP_NODE_TITLE: string;
|
|
142
|
+
APP_V1_GET_APP_NODE_TOOLTIP: string;
|
|
143
|
+
APP_V1_GET_APP_NODE_HELPURL: string;
|
|
144
|
+
APP_V1_GET_PAGE_ARGUMENT_TITLE: string;
|
|
145
|
+
APP_V1_GET_PAGE_ARGUMENT_TOOLTIP: string;
|
|
146
|
+
APP_V1_GET_PAGE_ARGUMENT_HELPURL: string;
|
|
147
|
+
APP_V1_GET_PROP_TITLE: string;
|
|
148
|
+
APP_V1_GET_PROP_TOOLTIP: string;
|
|
149
|
+
APP_V1_GET_PROP_HELPURL: string;
|
|
150
|
+
APP_V1_GET_PROP_AS_TITLE: string;
|
|
151
|
+
APP_V1_GET_PROP_AS_TOOLTIP: string;
|
|
152
|
+
APP_V1_GET_PROP_AS_HELPURL: string;
|
|
153
|
+
APP_V1_METHOD_IMPL_TITLE: string;
|
|
154
|
+
APP_V1_METHOD_IMPL_TOOLTIP: string;
|
|
155
|
+
APP_V1_METHOD_IMPL_HELPURL: string;
|
|
158
156
|
APP_V1_NAVIGATE_TO_TITLE: string;
|
|
159
157
|
APP_V1_NAVIGATE_TO_TOOLTIP: string;
|
|
160
158
|
APP_V1_NAVIGATE_TO_HELPURL: string;
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
159
|
+
APP_V1_ON_APP_EVENT_TITLE: string;
|
|
160
|
+
APP_V1_ON_APP_EVENT_TOOLTIP: string;
|
|
161
|
+
APP_V1_ON_APP_EVENT_HELPURL: string;
|
|
162
|
+
APP_V1_ON_APP_EVENT_AS_TITLE: string;
|
|
163
|
+
APP_V1_ON_APP_EVENT_AS_TOOLTIP: string;
|
|
164
|
+
APP_V1_ON_APP_EVENT_AS_HELPURL: string;
|
|
167
165
|
APP_V1_OPEN_CONFIRM_DLG_TITLE: string;
|
|
168
166
|
APP_V1_OPEN_CONFIRM_DLG_TOOLTIP: string;
|
|
169
167
|
APP_V1_OPEN_CONFIRM_DLG_HELPURL: string;
|
|
@@ -176,18 +174,18 @@ declare const _default: {
|
|
|
176
174
|
APP_V1_SELECT_COMP_TITLE: string;
|
|
177
175
|
APP_V1_SELECT_COMP_TOOLTIP: string;
|
|
178
176
|
APP_V1_SELECT_COMP_HELPURL: string;
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
177
|
+
APP_V1_SET_METHOD_OUTPUT_TITLE: string;
|
|
178
|
+
APP_V1_SET_METHOD_OUTPUT_TOOLTIP: string;
|
|
179
|
+
APP_V1_SET_METHOD_OUTPUT_HELPURL: string;
|
|
180
|
+
APP_V1_SET_PROP_TITLE: string;
|
|
181
|
+
APP_V1_SET_PROP_TOOLTIP: string;
|
|
182
|
+
APP_V1_SET_PROP_HELPURL: string;
|
|
183
|
+
APP_V1_SET_PROP_AS_TITLE: string;
|
|
184
|
+
APP_V1_SET_PROP_AS_TOOLTIP: string;
|
|
185
|
+
APP_V1_SET_PROP_AS_HELPURL: string;
|
|
186
|
+
APP_V1_TRIGGER_APP_EVENT_TITLE: string;
|
|
187
|
+
APP_V1_TRIGGER_APP_EVENT_TOOLTIP: string;
|
|
188
|
+
APP_V1_TRIGGER_APP_EVENT_HELPURL: string;
|
|
191
189
|
ASSET_DATA: string;
|
|
192
190
|
ASSET_DIR: string;
|
|
193
191
|
ASSET_DO: string;
|
|
@@ -219,10 +217,15 @@ declare const _default: {
|
|
|
219
217
|
COMPUTE_CALL: string;
|
|
220
218
|
COMPUTE_CALLBACK: string;
|
|
221
219
|
COMPUTE_DO: string;
|
|
220
|
+
COMPUTE_ENV_DEV: string;
|
|
221
|
+
COMPUTE_ENV_PROD: string;
|
|
222
222
|
COMPUTE_FUNC_ENTRY: string;
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
223
|
+
COMPUTE_V1_COMPUTE_DEBUG_TRACE_TITLE: string;
|
|
224
|
+
COMPUTE_V1_COMPUTE_DEBUG_TRACE_TOOLTIP: string;
|
|
225
|
+
COMPUTE_V1_COMPUTE_DEBUG_TRACE_HELPURL: string;
|
|
226
|
+
COMPUTE_V1_COMPUTE_ENV_IS_TITLE: string;
|
|
227
|
+
COMPUTE_V1_COMPUTE_ENV_IS_TOOLTIP: string;
|
|
228
|
+
COMPUTE_V1_COMPUTE_ENV_IS_HELPURL: string;
|
|
226
229
|
COMPUTE_V1_SET_FUNC_OUTPUT_TITLE: string;
|
|
227
230
|
COMPUTE_V1_SET_FUNC_OUTPUT_TOOLTIP: string;
|
|
228
231
|
COMPUTE_V1_SET_FUNC_OUTPUT_HELPURL: string;
|
|
@@ -35,56 +35,51 @@ declare const _default: {
|
|
|
35
35
|
NO_OPTION: string;
|
|
36
36
|
BUTTON_NO_COMPUTE: string;
|
|
37
37
|
BUTTON_NO_TABLE: string;
|
|
38
|
-
CATEGORY_CALC: string;
|
|
39
38
|
CATEGORY_COLOR: string;
|
|
39
|
+
CATEGORY_COMPUTE: string;
|
|
40
40
|
CATEGORY_DATA: string;
|
|
41
|
+
CATEGORY_EVENT: string;
|
|
41
42
|
CATEGORY_FLOW: string;
|
|
42
43
|
CATEGORY_FUNC: string;
|
|
43
|
-
CATEGORY_INTERFACE: string;
|
|
44
44
|
CATEGORY_LIST: string;
|
|
45
45
|
CATEGORY_LOGIC: string;
|
|
46
46
|
CATEGORY_LOOP: string;
|
|
47
47
|
CATEGORY_MATH: string;
|
|
48
|
-
|
|
48
|
+
CATEGORY_METHOD: string;
|
|
49
|
+
CATEGORY_MISC: string;
|
|
49
50
|
CATEGORY_OBJECT: string;
|
|
50
51
|
CATEGORY_PROCEDURE: string;
|
|
52
|
+
CATEGORY_PROPERTY: string;
|
|
53
|
+
CATEGORY_RESOURCE: string;
|
|
54
|
+
CATEGORY_STATE: string;
|
|
51
55
|
CATEGORY_TEXT: string;
|
|
52
56
|
CATEGORY_TIME: string;
|
|
53
|
-
CATEGORY_UI: string;
|
|
54
57
|
CATEGORY_VARIABLE: string;
|
|
55
|
-
EVENT_CLICK: string;
|
|
56
|
-
EVENT_SLOT_CHANGE: string;
|
|
57
|
-
EVENT_STARTUP: string;
|
|
58
|
-
EVENT_SCREEN_SIZE_CHANGE: string;
|
|
59
|
-
EVENT_SUBMIT: string;
|
|
60
|
-
EVENT_DARK_MODE_CHANGE: string;
|
|
61
58
|
LABEL_BOOLEAN: string;
|
|
62
59
|
LABEL_BRANCH: string;
|
|
63
|
-
LABEL_COMP: string;
|
|
64
60
|
LABEL_CONDITION: string;
|
|
65
61
|
LABEL_CREATE_VARIABLE: string;
|
|
66
62
|
LABEL_CREATED: string;
|
|
63
|
+
LABEL_CUSTOM: string;
|
|
67
64
|
LABEL_EVENT: string;
|
|
68
65
|
LABEL_GET: string;
|
|
69
66
|
LABEL_LIST: string;
|
|
70
67
|
LABEL_LOGIC_OPERATION: string;
|
|
71
68
|
LABEL_MATH_OPERATION: string;
|
|
69
|
+
LABEL_MESSAGE: string;
|
|
72
70
|
LABEL_METHOD: string;
|
|
71
|
+
LABEL_MISC: string;
|
|
73
72
|
LABEL_OBJECT: string;
|
|
74
73
|
LABEL_OPERATION: string;
|
|
75
|
-
LABEL_OTHER: string;
|
|
76
|
-
LABEL_PAGE: string;
|
|
77
74
|
LABEL_PROCEDURE: string;
|
|
78
75
|
LABEL_PROPERTY: string;
|
|
79
76
|
LABEL_QUERY_EXTRA: string;
|
|
80
77
|
LABEL_SET: string;
|
|
78
|
+
LABEL_STATE: string;
|
|
81
79
|
LABEL_TABLE: string;
|
|
82
80
|
LABEL_TEXT: string;
|
|
83
81
|
LABEL_VALUE: string;
|
|
84
82
|
LABEL_VARIABLE: string;
|
|
85
|
-
METHOD_ADD: string;
|
|
86
|
-
METHOD_CLOSE: string;
|
|
87
|
-
METHOD_OPEN: string;
|
|
88
83
|
PARAM_DATA: string;
|
|
89
84
|
PARAM_EXTRA_DATA: string;
|
|
90
85
|
PARAM_IS_DARK_MODE: string;
|
|
@@ -134,36 +129,39 @@ declare const _default: {
|
|
|
134
129
|
APP_V1_APP_DEBUG_TRACE_TITLE: string;
|
|
135
130
|
APP_V1_APP_DEBUG_TRACE_TOOLTIP: string;
|
|
136
131
|
APP_V1_APP_DEBUG_TRACE_HELPURL: string;
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
132
|
+
APP_V1_APP_ENV_IS_TITLE: string;
|
|
133
|
+
APP_V1_APP_ENV_IS_TOOLTIP: string;
|
|
134
|
+
APP_V1_APP_ENV_IS_HELPURL: string;
|
|
135
|
+
APP_V1_CALL_METHOD_TITLE: string;
|
|
136
|
+
APP_V1_CALL_METHOD_TOOLTIP: string;
|
|
137
|
+
APP_V1_CALL_METHOD_HELPURL: string;
|
|
138
|
+
APP_V1_CALL_METHOD_AS_TITLE: string;
|
|
139
|
+
APP_V1_CALL_METHOD_AS_TOOLTIP: string;
|
|
140
|
+
APP_V1_CALL_METHOD_AS_HELPURL: string;
|
|
141
|
+
APP_V1_GET_APP_NODE_TITLE: string;
|
|
142
|
+
APP_V1_GET_APP_NODE_TOOLTIP: string;
|
|
143
|
+
APP_V1_GET_APP_NODE_HELPURL: string;
|
|
144
|
+
APP_V1_GET_PAGE_ARGUMENT_TITLE: string;
|
|
145
|
+
APP_V1_GET_PAGE_ARGUMENT_TOOLTIP: string;
|
|
146
|
+
APP_V1_GET_PAGE_ARGUMENT_HELPURL: string;
|
|
147
|
+
APP_V1_GET_PROP_TITLE: string;
|
|
148
|
+
APP_V1_GET_PROP_TOOLTIP: string;
|
|
149
|
+
APP_V1_GET_PROP_HELPURL: string;
|
|
150
|
+
APP_V1_GET_PROP_AS_TITLE: string;
|
|
151
|
+
APP_V1_GET_PROP_AS_TOOLTIP: string;
|
|
152
|
+
APP_V1_GET_PROP_AS_HELPURL: string;
|
|
153
|
+
APP_V1_METHOD_IMPL_TITLE: string;
|
|
154
|
+
APP_V1_METHOD_IMPL_TOOLTIP: string;
|
|
155
|
+
APP_V1_METHOD_IMPL_HELPURL: string;
|
|
158
156
|
APP_V1_NAVIGATE_TO_TITLE: string;
|
|
159
157
|
APP_V1_NAVIGATE_TO_TOOLTIP: string;
|
|
160
158
|
APP_V1_NAVIGATE_TO_HELPURL: string;
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
159
|
+
APP_V1_ON_APP_EVENT_TITLE: string;
|
|
160
|
+
APP_V1_ON_APP_EVENT_TOOLTIP: string;
|
|
161
|
+
APP_V1_ON_APP_EVENT_HELPURL: string;
|
|
162
|
+
APP_V1_ON_APP_EVENT_AS_TITLE: string;
|
|
163
|
+
APP_V1_ON_APP_EVENT_AS_TOOLTIP: string;
|
|
164
|
+
APP_V1_ON_APP_EVENT_AS_HELPURL: string;
|
|
167
165
|
APP_V1_OPEN_CONFIRM_DLG_TITLE: string;
|
|
168
166
|
APP_V1_OPEN_CONFIRM_DLG_TOOLTIP: string;
|
|
169
167
|
APP_V1_OPEN_CONFIRM_DLG_HELPURL: string;
|
|
@@ -176,18 +174,18 @@ declare const _default: {
|
|
|
176
174
|
APP_V1_SELECT_COMP_TITLE: string;
|
|
177
175
|
APP_V1_SELECT_COMP_TOOLTIP: string;
|
|
178
176
|
APP_V1_SELECT_COMP_HELPURL: string;
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
177
|
+
APP_V1_SET_METHOD_OUTPUT_TITLE: string;
|
|
178
|
+
APP_V1_SET_METHOD_OUTPUT_TOOLTIP: string;
|
|
179
|
+
APP_V1_SET_METHOD_OUTPUT_HELPURL: string;
|
|
180
|
+
APP_V1_SET_PROP_TITLE: string;
|
|
181
|
+
APP_V1_SET_PROP_TOOLTIP: string;
|
|
182
|
+
APP_V1_SET_PROP_HELPURL: string;
|
|
183
|
+
APP_V1_SET_PROP_AS_TITLE: string;
|
|
184
|
+
APP_V1_SET_PROP_AS_TOOLTIP: string;
|
|
185
|
+
APP_V1_SET_PROP_AS_HELPURL: string;
|
|
186
|
+
APP_V1_TRIGGER_APP_EVENT_TITLE: string;
|
|
187
|
+
APP_V1_TRIGGER_APP_EVENT_TOOLTIP: string;
|
|
188
|
+
APP_V1_TRIGGER_APP_EVENT_HELPURL: string;
|
|
191
189
|
ASSET_DATA: string;
|
|
192
190
|
ASSET_DIR: string;
|
|
193
191
|
ASSET_DO: string;
|
|
@@ -219,10 +217,15 @@ declare const _default: {
|
|
|
219
217
|
COMPUTE_CALL: string;
|
|
220
218
|
COMPUTE_CALLBACK: string;
|
|
221
219
|
COMPUTE_DO: string;
|
|
220
|
+
COMPUTE_ENV_DEV: string;
|
|
221
|
+
COMPUTE_ENV_PROD: string;
|
|
222
222
|
COMPUTE_FUNC_ENTRY: string;
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
223
|
+
COMPUTE_V1_COMPUTE_DEBUG_TRACE_TITLE: string;
|
|
224
|
+
COMPUTE_V1_COMPUTE_DEBUG_TRACE_TOOLTIP: string;
|
|
225
|
+
COMPUTE_V1_COMPUTE_DEBUG_TRACE_HELPURL: string;
|
|
226
|
+
COMPUTE_V1_COMPUTE_ENV_IS_TITLE: string;
|
|
227
|
+
COMPUTE_V1_COMPUTE_ENV_IS_TOOLTIP: string;
|
|
228
|
+
COMPUTE_V1_COMPUTE_ENV_IS_HELPURL: string;
|
|
226
229
|
COMPUTE_V1_SET_FUNC_OUTPUT_TITLE: string;
|
|
227
230
|
COMPUTE_V1_SET_FUNC_OUTPUT_TOOLTIP: string;
|
|
228
231
|
COMPUTE_V1_SET_FUNC_OUTPUT_HELPURL: string;
|