x-block-lib 0.7.19 → 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.
Files changed (86) hide show
  1. package/dist/core/blocks/app/argument/index.d.ts +1 -0
  2. package/dist/core/blocks/app/define/index.d.ts +2 -0
  3. package/dist/core/blocks/app/event/index.d.ts +3 -0
  4. package/dist/core/blocks/app/index.d.ts +8 -21
  5. package/dist/core/blocks/app/message/index.d.ts +3 -0
  6. package/dist/core/blocks/app/method/index.d.ts +4 -0
  7. package/dist/core/blocks/app/misc/index.d.ts +5 -0
  8. package/dist/core/blocks/app/property/index.d.ts +6 -0
  9. package/dist/core/blocks/app/state/index.d.ts +2 -0
  10. package/dist/core/blocks/compute/flow/index.d.ts +1 -0
  11. package/dist/core/blocks/compute/func/index.d.ts +4 -0
  12. package/dist/core/blocks/compute/index.d.ts +3 -6
  13. package/dist/core/blocks/compute/misc/computeEnvIs/v1/index.d.ts +1 -0
  14. package/dist/core/blocks/compute/misc/index.d.ts +2 -0
  15. package/dist/core/category/app/compute/v1/index.d.ts +7 -0
  16. package/dist/core/category/{data/data → app/event}/v1/index.d.ts +1 -1
  17. package/dist/core/category/app/index.d.ts +7 -2
  18. package/dist/core/category/app/{interface → method}/v1/index.d.ts +1 -1
  19. package/dist/core/category/app/{ui → misc}/v1/index.d.ts +1 -1
  20. package/dist/core/category/app/property/v1/index.d.ts +7 -0
  21. package/dist/core/category/app/resource/v1/index.d.ts +7 -0
  22. package/dist/core/category/app/state/v1/index.d.ts +7 -0
  23. package/dist/core/category/compute/data/v1/index.d.ts +7 -0
  24. package/dist/core/category/compute/flow/v1/index.d.ts +2 -2
  25. package/dist/core/category/compute/func/v1/index.d.ts +2 -2
  26. package/dist/core/category/compute/index.d.ts +2 -0
  27. package/dist/core/category/compute/misc/v1/index.d.ts +7 -0
  28. package/dist/core/category/index.d.ts +0 -1
  29. package/dist/core/category/utils/index.d.ts +5 -0
  30. package/dist/core/locale/msg/en.d.ts +61 -58
  31. package/dist/core/locale/msg/zhHans.d.ts +61 -58
  32. package/dist/core/toolbox/common/color/v1/index.d.ts +1 -2
  33. package/dist/core/toolbox/common/index.d.ts +8 -0
  34. package/dist/core/toolbox/common/list/v1/index.d.ts +1 -2
  35. package/dist/core/toolbox/common/logic/v1/index.d.ts +1 -2
  36. package/dist/core/toolbox/common/loop/v1/index.d.ts +1 -2
  37. package/dist/core/toolbox/common/math/v1/index.d.ts +1 -2
  38. package/dist/core/toolbox/common/object/v1/index.d.ts +1 -2
  39. package/dist/core/toolbox/common/text/v1/index.d.ts +1 -2
  40. package/dist/core/toolbox/common/time/v1/index.d.ts +1 -2
  41. package/dist/core/toolbox/comp/v1/index.d.ts +0 -31
  42. package/dist/core/toolbox/page/v1/index.d.ts +0 -31
  43. package/dist/core/utils/app/comp.d.ts +0 -1
  44. package/dist/core/utils/app/page.d.ts +0 -1
  45. package/dist/core/utils/common/block.d.ts +0 -2
  46. package/dist/core/utils/common/check.d.ts +2 -2
  47. package/dist/core/utils/common/shadow.d.ts +6 -2
  48. package/dist/index.js +3914 -3961
  49. package/dist/{msg-en.olpxzsl8.js → msg-en.d2bpkdwr.js} +61 -60
  50. package/dist/{msg-zhHans.osx47lrf.js → msg-zhHans.l3bo9qik.js} +61 -60
  51. package/dist/{vendor.gwcdj52j.js → vendor.eugzj64g.js} +2 -2
  52. package/package.json +3 -3
  53. package/dist/core/blocks/app/define/v1/index.d.ts +0 -2
  54. package/dist/core/category/data/index.d.ts +0 -1
  55. /package/dist/core/blocks/app/{appDebugTrace → argument/getPageArgument}/v1/index.d.ts +0 -0
  56. /package/dist/core/blocks/app/{appEnv → define/items}/v1/index.d.ts +0 -0
  57. /package/dist/core/blocks/app/{callNodeMethod → define/types}/v1/index.d.ts +0 -0
  58. /package/dist/core/blocks/app/{callNodeMethodAs → event/onAppEvent}/v1/index.d.ts +0 -0
  59. /package/dist/core/blocks/app/{compMethodImpl → event/onAppEventAs}/v1/index.d.ts +0 -0
  60. /package/dist/core/blocks/app/{getAppState → event/triggerAppEvent}/v1/index.d.ts +0 -0
  61. /package/dist/core/blocks/app/{getNode → message/openConfirmDlg}/v1/index.d.ts +0 -0
  62. /package/dist/core/blocks/app/{getNodeProp → message/openPromptDlg}/v1/index.d.ts +0 -0
  63. /package/dist/core/blocks/app/{getNodePropAs → message/popupMessage}/v1/index.d.ts +0 -0
  64. /package/dist/core/blocks/app/{getPageArgument → method/callMethod}/v1/index.d.ts +0 -0
  65. /package/dist/core/blocks/app/{navigateTo → method/callMethodAs}/v1/index.d.ts +0 -0
  66. /package/dist/core/blocks/app/{onNodeEvent → method/methodImpl}/v1/index.d.ts +0 -0
  67. /package/dist/core/blocks/app/{onNodeEventAs → method/setMethodOutput}/v1/index.d.ts +0 -0
  68. /package/dist/core/blocks/app/{openConfirmDlg → misc/appDebugTrace}/v1/index.d.ts +0 -0
  69. /package/dist/core/blocks/app/{openPromptDlg → misc/appEnvIs}/v1/index.d.ts +0 -0
  70. /package/dist/core/blocks/app/{popupMessage → misc/getAppNode}/v1/index.d.ts +0 -0
  71. /package/dist/core/blocks/app/{propBind → misc/navigateTo}/v1/index.d.ts +0 -0
  72. /package/dist/core/blocks/app/{propBindAs → misc/selectComp}/v1/index.d.ts +0 -0
  73. /package/dist/core/blocks/app/{selectComp → property/getProp}/v1/index.d.ts +0 -0
  74. /package/dist/core/blocks/app/{setAppState → property/getPropAs}/v1/index.d.ts +0 -0
  75. /package/dist/core/blocks/app/{setCompMethodOutput → property/propBind}/v1/index.d.ts +0 -0
  76. /package/dist/core/blocks/app/{setNodeProp → property/propBindAs}/v1/index.d.ts +0 -0
  77. /package/dist/core/blocks/app/{setNodePropAs → property/setProp}/v1/index.d.ts +0 -0
  78. /package/dist/core/blocks/app/{triggerCompEvent → property/setPropAs}/v1/index.d.ts +0 -0
  79. /package/dist/core/blocks/{compute/callFunc → app/state/getAppState}/v1/index.d.ts +0 -0
  80. /package/dist/core/blocks/{compute/callFuncInternal → app/state/setAppState}/v1/index.d.ts +0 -0
  81. /package/dist/core/blocks/compute/{computeDebugTrace → flow/onFlowStateEvent}/v1/index.d.ts +0 -0
  82. /package/dist/core/blocks/compute/{funcEntry → func/callFunc}/v1/index.d.ts +0 -0
  83. /package/dist/core/blocks/compute/{onFlowStateEvent → func/callFuncInternal}/v1/index.d.ts +0 -0
  84. /package/dist/core/blocks/compute/{setFuncOutput → func/funcEntry}/v1/index.d.ts +0 -0
  85. /package/dist/core/blocks/{app/define/v1/items.d.ts → compute/func/setFuncOutput/v1/index.d.ts} +0 -0
  86. /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';
@@ -0,0 +1,2 @@
1
+ import './items/v1';
2
+ import './types/v1';
@@ -0,0 +1,3 @@
1
+ import './onAppEvent/v1';
2
+ import './onAppEventAs/v1';
3
+ import './triggerAppEvent/v1';
@@ -1,21 +1,8 @@
1
- import './appDebugTrace/v1';
2
- import './appEnv/v1';
3
- import './callNodeMethod/v1';
4
- import './callNodeMethodAs/v1';
5
- import './compMethodImpl/v1';
6
- import './define/v1';
7
- import './getNode/v1';
8
- import './getNodeProp/v1';
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,3 @@
1
+ import './openConfirmDlg/v1';
2
+ import './openPromptDlg/v1';
3
+ import './popupMessage/v1';
@@ -0,0 +1,4 @@
1
+ import './callMethod/v1';
2
+ import './callMethodAs/v1';
3
+ import './methodImpl/v1';
4
+ import './setMethodOutput/v1';
@@ -0,0 +1,5 @@
1
+ import './appDebugTrace/v1';
2
+ import './appEnvIs/v1';
3
+ import './getAppNode/v1';
4
+ import './navigateTo/v1';
5
+ import './selectComp/v1';
@@ -0,0 +1,6 @@
1
+ import './getProp/v1';
2
+ import './getPropAs/v1';
3
+ import './propBind/v1';
4
+ import './propBindAs/v1';
5
+ import './setProp/v1';
6
+ import './setPropAs/v1';
@@ -0,0 +1,2 @@
1
+ import './getAppState/v1';
2
+ import './setAppState/v1';
@@ -0,0 +1 @@
1
+ import './onFlowStateEvent/v1';
@@ -0,0 +1,4 @@
1
+ import './callFunc/v1';
2
+ import './callFuncInternal/v1';
3
+ import './funcEntry/v1';
4
+ import './setFuncOutput/v1';
@@ -1,6 +1,3 @@
1
- import './callFunc/v1';
2
- import './callFuncInternal/v1';
3
- import './computeDebugTrace/v1';
4
- import './funcEntry/v1';
5
- import './onFlowStateEvent/v1';
6
- import './setFuncOutput/v1';
1
+ import './flow';
2
+ import './func';
3
+ import './misc';
@@ -0,0 +1,2 @@
1
+ import './computeDebugTrace/v1';
2
+ import './computeEnvIs/v1';
@@ -0,0 +1,7 @@
1
+ import * as Blockly from 'blockly/core';
2
+ declare function callback(): Blockly.utils.toolbox.FlyoutDefinition;
3
+ export declare const appComputeCategoryV1: {
4
+ name: string;
5
+ callback: typeof callback;
6
+ };
7
+ export {};
@@ -1,6 +1,6 @@
1
1
  import * as Blockly from 'blockly/core';
2
2
  declare function callback(): Blockly.utils.toolbox.FlyoutDefinition;
3
- export declare const dataCategoryV1: {
3
+ export declare const appEventCategoryV1: {
4
4
  name: string;
5
5
  callback: typeof callback;
6
6
  };
@@ -1,2 +1,7 @@
1
- export * from './interface/v1';
2
- export * from './ui/v1';
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
2
  declare function callback(): Blockly.utils.toolbox.FlyoutDefinition;
3
- export declare const interfaceCategoryV1: {
3
+ export declare const appMethodCategoryV1: {
4
4
  name: string;
5
5
  callback: typeof callback;
6
6
  };
@@ -1,6 +1,6 @@
1
1
  import * as Blockly from 'blockly/core';
2
2
  declare function callback(): Blockly.utils.toolbox.FlyoutDefinition;
3
- export declare const uiCategoryV1: {
3
+ export declare const appMiscCategoryV1: {
4
4
  name: string;
5
5
  callback: typeof callback;
6
6
  };
@@ -0,0 +1,7 @@
1
+ import * as Blockly from 'blockly/core';
2
+ declare function callback(): Blockly.utils.toolbox.FlyoutDefinition;
3
+ export declare const appPropertyCategoryV1: {
4
+ name: string;
5
+ callback: typeof callback;
6
+ };
7
+ export {};
@@ -0,0 +1,7 @@
1
+ import * as Blockly from 'blockly/core';
2
+ declare function callback(): Blockly.utils.toolbox.FlyoutDefinition;
3
+ export declare const appResourceCategoryV1: {
4
+ name: string;
5
+ callback: typeof callback;
6
+ };
7
+ export {};
@@ -0,0 +1,7 @@
1
+ import * as Blockly from 'blockly/core';
2
+ declare function callback(): Blockly.utils.toolbox.FlyoutDefinition;
3
+ export declare const appStateCategoryV1: {
4
+ name: string;
5
+ callback: typeof callback;
6
+ };
7
+ export {};
@@ -0,0 +1,7 @@
1
+ import * as Blockly from 'blockly/core';
2
+ declare function callback(): Blockly.utils.toolbox.FlyoutDefinition;
3
+ export declare const computeDataCategoryV1: {
4
+ name: string;
5
+ callback: typeof callback;
6
+ };
7
+ export {};
@@ -1,6 +1,6 @@
1
1
  import * as Blockly from 'blockly/core';
2
- declare function callback(type: string): Blockly.utils.toolbox.FlyoutDefinition;
3
- export declare const flowCategoryV1: {
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(type: string): Blockly.utils.toolbox.FlyoutDefinition;
3
- export declare const funcCategoryV1: {
2
+ declare function callback(): Blockly.utils.toolbox.FlyoutDefinition;
3
+ export declare const computeFuncCategoryV1: {
4
4
  name: string;
5
5
  callback: typeof callback;
6
6
  };
@@ -1,2 +1,4 @@
1
+ export * from './data/v1';
1
2
  export * from './flow/v1';
2
3
  export * from './func/v1';
4
+ export * from './misc/v1';
@@ -0,0 +1,7 @@
1
+ import * as Blockly from 'blockly/core';
2
+ declare function callback(): Blockly.utils.toolbox.FlyoutDefinition;
3
+ export declare const computeMiscCategoryV1: {
4
+ name: string;
5
+ callback: typeof callback;
6
+ };
7
+ export {};
@@ -1,4 +1,3 @@
1
1
  export * from './app';
2
2
  export * from './common';
3
3
  export * from './compute';
4
- export * from './data';
@@ -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
- CATEGORY_MESSAGE: string;
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
- APP_V1_APP_ENV_TITLE: string;
138
- APP_V1_APP_ENV_TOOLTIP: string;
139
- APP_V1_APP_ENV_HELPURL: string;
140
- APP_V1_CALL_NODE_METHOD_TITLE: string;
141
- APP_V1_CALL_NODE_METHOD_TOOLTIP: string;
142
- APP_V1_CALL_NODE_METHOD_HELPURL: string;
143
- APP_V1_CALL_NODE_METHOD_AS_TITLE: string;
144
- APP_V1_CALL_NODE_METHOD_AS_TOOLTIP: string;
145
- APP_V1_CALL_NODE_METHOD_AS_HELPURL: string;
146
- APP_V1_COMP_METHOD_IMPL_TITLE: string;
147
- APP_V1_COMP_METHOD_IMPL_TOOLTIP: string;
148
- APP_V1_COMP_METHOD_IMPL_HELPURL: string;
149
- APP_V1_GET_NODE_TITLE: string;
150
- APP_V1_GET_NODE_TOOLTIP: string;
151
- APP_V1_GET_NODE_HELPURL: string;
152
- APP_V1_GET_NODE_PROP_TITLE: string;
153
- APP_V1_GET_NODE_PROP_TOOLTIP: string;
154
- APP_V1_GET_NODE_PROP_HELPURL: string;
155
- APP_V1_GET_NODE_PROP_AS_TITLE: string;
156
- APP_V1_GET_NODE_PROP_AS_TOOLTIP: string;
157
- APP_V1_GET_NODE_PROP_AS_HELPURL: string;
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
- APP_V1_ON_NODE_EVENT_TITLE: string;
162
- APP_V1_ON_NODE_EVENT_TOOLTIP: string;
163
- APP_V1_ON_NODE_EVENT_HELPURL: string;
164
- APP_V1_ON_NODE_EVENT_AS_TITLE: string;
165
- APP_V1_ON_NODE_EVENT_AS_TOOLTIP: string;
166
- APP_V1_ON_NODE_EVENT_AS_HELPURL: string;
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
- APP_V1_SET_COMP_METHOD_OUTPUT_TITLE: string;
180
- APP_V1_SET_COMP_METHOD_OUTPUT_TOOLTIP: string;
181
- APP_V1_SET_COMP_METHOD_OUTPUT_HELPURL: string;
182
- APP_V1_SET_NODE_PROP_TITLE: string;
183
- APP_V1_SET_NODE_PROP_TOOLTIP: string;
184
- APP_V1_SET_NODE_PROP_HELPURL: string;
185
- APP_V1_SET_NODE_PROP_AS_TITLE: string;
186
- APP_V1_SET_NODE_PROP_AS_TOOLTIP: string;
187
- APP_V1_SET_NODE_PROP_AS_HELPURL: string;
188
- APP_V1_TRIGGER_COMP_EVENT_TITLE: string;
189
- APP_V1_TRIGGER_COMP_EVENT_TOOLTIP: string;
190
- APP_V1_TRIGGER_COMP_EVENT_HELPURL: string;
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
- COMPUTE_V1_DEBUG_TRACE_TITLE: string;
224
- COMPUTE_V1_DEBUG_TRACE_TOOLTIP: string;
225
- COMPUTE_V1_DEBUG_TRACE_HELPURL: string;
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
- CATEGORY_MESSAGE: string;
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
- APP_V1_APP_ENV_TITLE: string;
138
- APP_V1_APP_ENV_TOOLTIP: string;
139
- APP_V1_APP_ENV_HELPURL: string;
140
- APP_V1_CALL_NODE_METHOD_TITLE: string;
141
- APP_V1_CALL_NODE_METHOD_TOOLTIP: string;
142
- APP_V1_CALL_NODE_METHOD_HELPURL: string;
143
- APP_V1_CALL_NODE_METHOD_AS_TITLE: string;
144
- APP_V1_CALL_NODE_METHOD_AS_TOOLTIP: string;
145
- APP_V1_CALL_NODE_METHOD_AS_HELPURL: string;
146
- APP_V1_COMP_METHOD_IMPL_TITLE: string;
147
- APP_V1_COMP_METHOD_IMPL_TOOLTIP: string;
148
- APP_V1_COMP_METHOD_IMPL_HELPURL: string;
149
- APP_V1_GET_NODE_TITLE: string;
150
- APP_V1_GET_NODE_TOOLTIP: string;
151
- APP_V1_GET_NODE_HELPURL: string;
152
- APP_V1_GET_NODE_PROP_TITLE: string;
153
- APP_V1_GET_NODE_PROP_TOOLTIP: string;
154
- APP_V1_GET_NODE_PROP_HELPURL: string;
155
- APP_V1_GET_NODE_PROP_AS_TITLE: string;
156
- APP_V1_GET_NODE_PROP_AS_TOOLTIP: string;
157
- APP_V1_GET_NODE_PROP_AS_HELPURL: string;
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
- APP_V1_ON_NODE_EVENT_TITLE: string;
162
- APP_V1_ON_NODE_EVENT_TOOLTIP: string;
163
- APP_V1_ON_NODE_EVENT_HELPURL: string;
164
- APP_V1_ON_NODE_EVENT_AS_TITLE: string;
165
- APP_V1_ON_NODE_EVENT_AS_TOOLTIP: string;
166
- APP_V1_ON_NODE_EVENT_AS_HELPURL: string;
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
- APP_V1_SET_COMP_METHOD_OUTPUT_TITLE: string;
180
- APP_V1_SET_COMP_METHOD_OUTPUT_TOOLTIP: string;
181
- APP_V1_SET_COMP_METHOD_OUTPUT_HELPURL: string;
182
- APP_V1_SET_NODE_PROP_TITLE: string;
183
- APP_V1_SET_NODE_PROP_TOOLTIP: string;
184
- APP_V1_SET_NODE_PROP_HELPURL: string;
185
- APP_V1_SET_NODE_PROP_AS_TITLE: string;
186
- APP_V1_SET_NODE_PROP_AS_TOOLTIP: string;
187
- APP_V1_SET_NODE_PROP_AS_HELPURL: string;
188
- APP_V1_TRIGGER_COMP_EVENT_TITLE: string;
189
- APP_V1_TRIGGER_COMP_EVENT_TOOLTIP: string;
190
- APP_V1_TRIGGER_COMP_EVENT_HELPURL: string;
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
- COMPUTE_V1_DEBUG_TRACE_TITLE: string;
224
- COMPUTE_V1_DEBUG_TRACE_TOOLTIP: string;
225
- COMPUTE_V1_DEBUG_TRACE_HELPURL: string;
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;
@@ -1,4 +1,4 @@
1
- declare const color: {
1
+ export declare const colorV1: {
2
2
  kind: string;
3
3
  name: string;
4
4
  categorystyle: string;
@@ -72,4 +72,3 @@ declare const color: {
72
72
  };
73
73
  })[];
74
74
  };
75
- export default color;
@@ -0,0 +1,8 @@
1
+ export * from './color/v1';
2
+ export * from './list/v1';
3
+ export * from './logic/v1';
4
+ export * from './loop/v1';
5
+ export * from './math/v1';
6
+ export * from './object/v1';
7
+ export * from './text/v1';
8
+ export * from './time/v1';
@@ -1,4 +1,4 @@
1
- declare const list: {
1
+ export declare const listV1: {
2
2
  kind: string;
3
3
  name: string;
4
4
  categorystyle: string;
@@ -85,4 +85,3 @@ declare const list: {
85
85
  extraState?: undefined;
86
86
  })[];
87
87
  };
88
- export default list;
@@ -1,4 +1,4 @@
1
- declare const logic: {
1
+ export declare const logicV1: {
2
2
  kind: string;
3
3
  name: string;
4
4
  categorystyle: string;
@@ -12,4 +12,3 @@ declare const logic: {
12
12
  text?: undefined;
13
13
  })[];
14
14
  };
15
- export default logic;