x-block-lib 0.4.37 → 0.4.39

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 {};
@@ -47,17 +47,27 @@ declare const _default: {
47
47
  CATEGORY_TEXT: string;
48
48
  CATEGORY_TIME: string;
49
49
  CATEGORY_VARIABLE: string;
50
+ DESC_NO_COMPUTE_GUIDE: string;
51
+ DESC_NO_TABLE_GUIDE: string;
50
52
  LABEL_BOOLEAN: string;
53
+ LABEL_CONDITION: string;
51
54
  LABEL_CREATE_VARIABLE: string;
52
55
  LABEL_CREATED: string;
53
56
  LABEL_GET: string;
54
57
  LABEL_LIST: string;
55
58
  LABEL_OBJECT: string;
59
+ LABEL_OPERATION: string;
56
60
  LABEL_PROCEDURE: string;
57
61
  LABEL_PROPERTY: string;
58
62
  LABEL_SET: string;
63
+ LABEL_TABLE: string;
59
64
  LABEL_TEXT: string;
60
65
  LABEL_VARIABLE: string;
66
+ PARAM_DATA: string;
67
+ PARAM_EXTRA_DATA: string;
68
+ PARAM_MAIN_DATA: string;
69
+ PARAM_MESSAGE: string;
70
+ PARAM_SUCCESS: string;
61
71
  ASSET_DATA: string;
62
72
  ASSET_DIR: string;
63
73
  ASSET_DO: string;
@@ -96,14 +106,36 @@ declare const _default: {
96
106
  COMPUTE_V1_SET_FUNC_OUTPUT_TOOLTIP: string;
97
107
  COMPUTE_V1_SET_FUNC_OUTPUT_HELPURL: string;
98
108
  DATA_AS: string;
109
+ DATA_COND_LOGIC_TYPE_AND: string;
110
+ DATA_COND_LOGIC_TYPE_OR: string;
111
+ DATA_CONDITION: string;
112
+ DATA_DO: string;
113
+ DATA_EXTRA: string;
99
114
  DATA_LIST: string;
100
115
  DATA_ITEM: string;
116
+ DATA_RETURN: string;
117
+ DATA_TABLE: string;
118
+ DATA_V1_ADD_DATA_TITLE: string;
119
+ DATA_V1_ADD_DATA_TOOLTIP: string;
120
+ DATA_V1_ADD_DATA_HELPURL: string;
121
+ DATA_V1_DELETE_DATA_TITLE: string;
122
+ DATA_V1_DELETE_DATA_TOOLTIP: string;
123
+ DATA_V1_DELETE_DATA_HELPURL: string;
124
+ DATA_V1_QUERY_DATA_TITLE: string;
125
+ DATA_V1_QUERY_DATA_TOOLTIP: string;
126
+ DATA_V1_QUERY_DATA_HELPURL: string;
101
127
  DATA_V1_SELECT_COLUMN_TITLE: string;
102
128
  DATA_V1_SELECT_COLUMN_TOOLTIP: string;
103
129
  DATA_V1_SELECT_COLUMN_HELPURL: string;
104
130
  DATA_V1_SELECT_TABLE_TITLE: string;
105
131
  DATA_V1_SELECT_TABLE_TOOLTIP: string;
106
132
  DATA_V1_SELECT_TABLE_HELPURL: string;
133
+ DATA_V1_UPDATE_COLUMN_TITLE: string;
134
+ DATA_V1_UPDATE_COLUMN_TOOLTIP: string;
135
+ DATA_V1_UPDATE_COLUMN_HELPURL: string;
136
+ DATA_V1_UPDATE_DATA_TITLE: string;
137
+ DATA_V1_UPDATE_DATA_TOOLTIP: string;
138
+ DATA_V1_UPDATE_DATA_HELPURL: string;
107
139
  LIST_V1_CREATE_CONTAINER_TITLE: string;
108
140
  LIST_V1_CREATE_ITEM_TITLE: string;
109
141
  LIST_V1_CREATE_TITLE: string;
@@ -47,17 +47,27 @@ declare const _default: {
47
47
  CATEGORY_TEXT: string;
48
48
  CATEGORY_TIMER: string;
49
49
  CATEGORY_VARIABLE: string;
50
+ DESC_NO_COMPUTE_GUIDE: string;
51
+ DESC_NO_MODEL_GUIDE: string;
50
52
  LABEL_BOOLEAN: string;
53
+ LABEL_CONDITION: string;
51
54
  LABEL_CREATE_VARIABLE: string;
52
55
  LABEL_CREATED: string;
53
56
  LABEL_GET: string;
54
57
  LABEL_LIST: string;
55
58
  LABEL_OBJECT: string;
59
+ LABEL_OPERATION: string;
56
60
  LABEL_PROCEDURE: string;
57
61
  LABEL_PROPERTY: string;
58
62
  LABEL_SET: string;
63
+ LABEL_TABLE: string;
59
64
  LABEL_TEXT: string;
60
65
  LABEL_VARIABLE: string;
66
+ PARAM_DATA: string;
67
+ PARAM_EXTRA_DATA: string;
68
+ PARAM_MAIN_DATA: string;
69
+ PARAM_MESSAGE: string;
70
+ PARAM_SUCCESS: string;
61
71
  ASSET_DATA: string;
62
72
  ASSET_DIR: string;
63
73
  ASSET_DO: string;
@@ -95,15 +105,37 @@ declare const _default: {
95
105
  COMPUTE_V1_SET_FUNC_OUTPUT_TITLE: string;
96
106
  COMPUTE_V1_SET_FUNC_OUTPUT_TOOLTIP: string;
97
107
  COMPUTE_V1_SET_FUNC_OUTPUT_HELPURL: string;
98
- DATA: string;
108
+ DATA_AS: string;
109
+ DATA_COND_LOGIC_TYPE_AND: string;
110
+ DATA_COND_LOGIC_TYPE_OR: string;
111
+ DATA_CONDITION: string;
112
+ DATA_DO: string;
113
+ DATA_EXTRA: string;
99
114
  DATA_LIST: string;
100
115
  DATA_ITEM: string;
116
+ DATA_RETURN: string;
117
+ DATA_TABLE: string;
118
+ DATA_V1_ADD_DATA_TITLE: string;
119
+ DATA_V1_ADD_DATA_TOOLTIP: string;
120
+ DATA_V1_ADD_DATA_HELPURL: string;
121
+ DATA_V1_DELETE_DATA_TITLE: string;
122
+ DATA_V1_DELETE_DATA_TOOLTIP: string;
123
+ DATA_V1_DELETE_DATA_HELPURL: string;
124
+ DATA_V1_QUERY_DATA_TITLE: string;
125
+ DATA_V1_QUERY_DATA_TOOLTIP: string;
126
+ DATA_V1_QUERY_DATA_HELPURL: string;
101
127
  DATA_V1_SELECT_COLUMN_TITLE: string;
102
128
  DATA_V1_SELECT_COLUMN_TOOLTIP: string;
103
129
  DATA_V1_SELECT_COLUMN_HELPURL: string;
104
130
  DATA_V1_SELECT_TABLE_TITLE: string;
105
131
  DATA_V1_SELECT_TABLE_TOOLTIP: string;
106
132
  DATA_V1_SELECT_TABLE_HELPURL: string;
133
+ DATA_V1_UPDATE_COLUMN_TITLE: string;
134
+ DATA_V1_UPDATE_COLUMN_TOOLTIP: string;
135
+ DATA_V1_UPDATE_COLUMN_HELPURL: string;
136
+ DATA_V1_UPDATE_DATA_TITLE: string;
137
+ DATA_V1_UPDATE_DATA_TOOLTIP: string;
138
+ DATA_V1_UPDATE_DATA_HELPURL: string;
107
139
  LIST_V1_CREATE_CONTAINER_TITLE: string;
108
140
  LIST_V1_CREATE_ITEM_TITLE: string;
109
141
  LIST_V1_CREATE_TITLE: string;