x-block-lib 0.4.37 → 0.4.38
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/data/addData/v1/index.d.ts +1 -0
- package/dist/core/blocks/data/condAtomic/v1/index.d.ts +1 -0
- package/dist/core/blocks/data/condLogic/v1/index.d.ts +1 -0
- package/dist/core/blocks/data/dataQuery/v1/index.d.ts +1 -0
- package/dist/core/blocks/data/deleteData/v1/index.d.ts +1 -0
- package/dist/core/blocks/data/index.d.ts +7 -0
- package/dist/core/blocks/data/queryData/v1/index.d.ts +1 -0
- package/dist/core/blocks/data/updateColumn/v1/index.d.ts +1 -0
- package/dist/core/blocks/data/updateData/v1/index.d.ts +1 -0
- package/dist/core/locale/msg/en.d.ts +27 -0
- package/dist/core/locale/msg/zhHans.d.ts +28 -1
- package/dist/index.js +3261 -2550
- package/dist/{msg-en-bh6yikwe.js → msg-en-mkdv2frs.js} +28 -0
- package/dist/{msg-zhHans-mwdm0igs.js → msg-zhHans-o3kawhhd.js} +29 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -58,6 +58,11 @@ declare const _default: {
|
|
|
58
58
|
LABEL_SET: string;
|
|
59
59
|
LABEL_TEXT: string;
|
|
60
60
|
LABEL_VARIABLE: string;
|
|
61
|
+
PARAM_DATA: string;
|
|
62
|
+
PARAM_EXTRA_DATA: string;
|
|
63
|
+
PARAM_MAIN_DATA: string;
|
|
64
|
+
PARAM_MESSAGE: string;
|
|
65
|
+
PARAM_SUCCESS: string;
|
|
61
66
|
ASSET_DATA: string;
|
|
62
67
|
ASSET_DIR: string;
|
|
63
68
|
ASSET_DO: string;
|
|
@@ -96,14 +101,36 @@ declare const _default: {
|
|
|
96
101
|
COMPUTE_V1_SET_FUNC_OUTPUT_TOOLTIP: string;
|
|
97
102
|
COMPUTE_V1_SET_FUNC_OUTPUT_HELPURL: string;
|
|
98
103
|
DATA_AS: string;
|
|
104
|
+
DATA_COND_LOGIC_TYPE_AND: string;
|
|
105
|
+
DATA_COND_LOGIC_TYPE_OR: string;
|
|
106
|
+
DATA_CONDITION: string;
|
|
107
|
+
DATA_DO: string;
|
|
108
|
+
DATA_EXTRA: string;
|
|
99
109
|
DATA_LIST: string;
|
|
100
110
|
DATA_ITEM: string;
|
|
111
|
+
DATA_RETURN: string;
|
|
112
|
+
DATA_TABLE: string;
|
|
113
|
+
DATA_V1_ADD_DATA_TITLE: string;
|
|
114
|
+
DATA_V1_ADD_DATA_TOOLTIP: string;
|
|
115
|
+
DATA_V1_ADD_DATA_HELPURL: string;
|
|
116
|
+
DATA_V1_DELETE_DATA_TITLE: string;
|
|
117
|
+
DATA_V1_DELETE_DATA_TOOLTIP: string;
|
|
118
|
+
DATA_V1_DELETE_DATA_HELPURL: string;
|
|
119
|
+
DATA_V1_QUERY_DATA_TITLE: string;
|
|
120
|
+
DATA_V1_QUERY_DATA_TOOLTIP: string;
|
|
121
|
+
DATA_V1_QUERY_DATA_HELPURL: string;
|
|
101
122
|
DATA_V1_SELECT_COLUMN_TITLE: string;
|
|
102
123
|
DATA_V1_SELECT_COLUMN_TOOLTIP: string;
|
|
103
124
|
DATA_V1_SELECT_COLUMN_HELPURL: string;
|
|
104
125
|
DATA_V1_SELECT_TABLE_TITLE: string;
|
|
105
126
|
DATA_V1_SELECT_TABLE_TOOLTIP: string;
|
|
106
127
|
DATA_V1_SELECT_TABLE_HELPURL: string;
|
|
128
|
+
DATA_V1_UPDATE_COLUMN_TITLE: string;
|
|
129
|
+
DATA_V1_UPDATE_COLUMN_TOOLTIP: string;
|
|
130
|
+
DATA_V1_UPDATE_COLUMN_HELPURL: string;
|
|
131
|
+
DATA_V1_UPDATE_DATA_TITLE: string;
|
|
132
|
+
DATA_V1_UPDATE_DATA_TOOLTIP: string;
|
|
133
|
+
DATA_V1_UPDATE_DATA_HELPURL: string;
|
|
107
134
|
LIST_V1_CREATE_CONTAINER_TITLE: string;
|
|
108
135
|
LIST_V1_CREATE_ITEM_TITLE: string;
|
|
109
136
|
LIST_V1_CREATE_TITLE: string;
|
|
@@ -58,6 +58,11 @@ declare const _default: {
|
|
|
58
58
|
LABEL_SET: string;
|
|
59
59
|
LABEL_TEXT: string;
|
|
60
60
|
LABEL_VARIABLE: string;
|
|
61
|
+
PARAM_DATA: string;
|
|
62
|
+
PARAM_EXTRA_DATA: string;
|
|
63
|
+
PARAM_MAIN_DATA: string;
|
|
64
|
+
PARAM_MESSAGE: string;
|
|
65
|
+
PARAM_SUCCESS: string;
|
|
61
66
|
ASSET_DATA: string;
|
|
62
67
|
ASSET_DIR: string;
|
|
63
68
|
ASSET_DO: string;
|
|
@@ -95,15 +100,37 @@ declare const _default: {
|
|
|
95
100
|
COMPUTE_V1_SET_FUNC_OUTPUT_TITLE: string;
|
|
96
101
|
COMPUTE_V1_SET_FUNC_OUTPUT_TOOLTIP: string;
|
|
97
102
|
COMPUTE_V1_SET_FUNC_OUTPUT_HELPURL: string;
|
|
98
|
-
|
|
103
|
+
DATA_AS: string;
|
|
104
|
+
DATA_COND_LOGIC_TYPE_AND: string;
|
|
105
|
+
DATA_COND_LOGIC_TYPE_OR: string;
|
|
106
|
+
DATA_CONDITION: string;
|
|
107
|
+
DATA_DO: string;
|
|
108
|
+
DATA_EXTRA: string;
|
|
99
109
|
DATA_LIST: string;
|
|
100
110
|
DATA_ITEM: string;
|
|
111
|
+
DATA_RETURN: string;
|
|
112
|
+
DATA_TABLE: string;
|
|
113
|
+
DATA_V1_ADD_DATA_TITLE: string;
|
|
114
|
+
DATA_V1_ADD_DATA_TOOLTIP: string;
|
|
115
|
+
DATA_V1_ADD_DATA_HELPURL: string;
|
|
116
|
+
DATA_V1_DELETE_DATA_TITLE: string;
|
|
117
|
+
DATA_V1_DELETE_DATA_TOOLTIP: string;
|
|
118
|
+
DATA_V1_DELETE_DATA_HELPURL: string;
|
|
119
|
+
DATA_V1_QUERY_DATA_TITLE: string;
|
|
120
|
+
DATA_V1_QUERY_DATA_TOOLTIP: string;
|
|
121
|
+
DATA_V1_QUERY_DATA_HELPURL: string;
|
|
101
122
|
DATA_V1_SELECT_COLUMN_TITLE: string;
|
|
102
123
|
DATA_V1_SELECT_COLUMN_TOOLTIP: string;
|
|
103
124
|
DATA_V1_SELECT_COLUMN_HELPURL: string;
|
|
104
125
|
DATA_V1_SELECT_TABLE_TITLE: string;
|
|
105
126
|
DATA_V1_SELECT_TABLE_TOOLTIP: string;
|
|
106
127
|
DATA_V1_SELECT_TABLE_HELPURL: string;
|
|
128
|
+
DATA_V1_UPDATE_COLUMN_TITLE: string;
|
|
129
|
+
DATA_V1_UPDATE_COLUMN_TOOLTIP: string;
|
|
130
|
+
DATA_V1_UPDATE_COLUMN_HELPURL: string;
|
|
131
|
+
DATA_V1_UPDATE_DATA_TITLE: string;
|
|
132
|
+
DATA_V1_UPDATE_DATA_TOOLTIP: string;
|
|
133
|
+
DATA_V1_UPDATE_DATA_HELPURL: string;
|
|
107
134
|
LIST_V1_CREATE_CONTAINER_TITLE: string;
|
|
108
135
|
LIST_V1_CREATE_ITEM_TITLE: string;
|
|
109
136
|
LIST_V1_CREATE_TITLE: string;
|