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.
@@ -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 {};
@@ -1,2 +1,9 @@
1
+ import './addData/v1';
2
+ import './condAtomic/v1';
3
+ import './condLogic/v1';
4
+ import './deleteData/v1';
5
+ import './queryData/v1';
1
6
  import './selectColumn/v1';
2
7
  import './selectTable/v1';
8
+ import './updateColumn/v1';
9
+ import './updateData/v1';
@@ -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
- DATA: string;
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;