@gudhub/core 1.1.28 → 1.1.29
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/GUDHUB/Storage/ModulesList.js +387 -108
- package/GUDHUB/Storage/Storage.js +10 -4
- package/GUDHUB/config.js +1 -0
- package/GUDHUB/gudhub.js +4 -3
- package/package.json +1 -1
- package/umd/library.min.js +4 -4
- package/umd/library.min.js.map +1 -1
|
@@ -1,541 +1,820 @@
|
|
|
1
|
-
export default function generateModulesList(async_modules_path, file_server_url) {
|
|
1
|
+
export default function generateModulesList(async_modules_path, file_server_url, automation_modules_path) {
|
|
2
2
|
return [
|
|
3
|
+
/* GH ELEMENTS */
|
|
3
4
|
{
|
|
4
5
|
name: "text",
|
|
5
6
|
url: file_server_url + '/' + async_modules_path + "text_data.js",
|
|
6
|
-
type: '
|
|
7
|
+
type: 'gh_element',
|
|
8
|
+
technology: 'angular'
|
|
7
9
|
},
|
|
8
10
|
{
|
|
9
11
|
name: "text_opt",
|
|
10
12
|
url: file_server_url + '/' + async_modules_path + "text_options_data.js",
|
|
11
|
-
type: '
|
|
13
|
+
type: 'gh_element',
|
|
14
|
+
technology: 'angular'
|
|
12
15
|
},
|
|
13
16
|
{
|
|
14
17
|
name: "number",
|
|
15
18
|
url: file_server_url + '/' + async_modules_path + "number_data.js",
|
|
16
|
-
type: '
|
|
19
|
+
type: 'gh_element',
|
|
20
|
+
technology: 'angular'
|
|
17
21
|
},
|
|
18
22
|
{
|
|
19
23
|
name: "task_board",
|
|
20
24
|
url: file_server_url + '/' + async_modules_path + "task_board_data.js",
|
|
21
|
-
type: '
|
|
25
|
+
type: 'gh_element',
|
|
26
|
+
technology: 'angular'
|
|
22
27
|
},
|
|
23
28
|
{
|
|
24
29
|
name: "visualizer",
|
|
25
30
|
url: file_server_url + '/' + async_modules_path + "visualizer_data.js",
|
|
26
|
-
type: '
|
|
31
|
+
type: 'gh_element',
|
|
32
|
+
technology: 'angular'
|
|
27
33
|
},
|
|
28
34
|
{
|
|
29
35
|
name: "enterprice_visualizer",
|
|
30
36
|
url: file_server_url + '/' + async_modules_path + "enterprice_visualizer_data.js",
|
|
31
|
-
type: '
|
|
37
|
+
type: 'gh_element',
|
|
38
|
+
technology: 'angular'
|
|
32
39
|
},
|
|
33
40
|
{
|
|
34
41
|
name: "email",
|
|
35
42
|
url: file_server_url + '/' + async_modules_path + "email_data.js",
|
|
36
|
-
type: '
|
|
43
|
+
type: 'gh_element',
|
|
44
|
+
technology: 'angular'
|
|
37
45
|
},
|
|
38
46
|
{
|
|
39
47
|
name: "date",
|
|
40
48
|
url: file_server_url + '/' + async_modules_path + "date_data.js",
|
|
41
|
-
type: '
|
|
49
|
+
type: 'gh_element',
|
|
50
|
+
technology: 'angular'
|
|
42
51
|
},
|
|
43
52
|
{
|
|
44
53
|
name: "radio_button",
|
|
45
54
|
url: file_server_url + '/' + async_modules_path + "radio_button_data.js",
|
|
46
|
-
type: '
|
|
55
|
+
type: 'gh_element',
|
|
56
|
+
technology: 'angular'
|
|
47
57
|
},
|
|
48
58
|
{
|
|
49
59
|
name: "radio_icon",
|
|
50
60
|
url: file_server_url + '/' + async_modules_path + "radio_icon_data.js",
|
|
51
|
-
type: '
|
|
61
|
+
type: 'gh_element',
|
|
62
|
+
technology: 'angular'
|
|
52
63
|
},
|
|
53
64
|
{
|
|
54
65
|
name: "twilio_phone",
|
|
55
66
|
url: file_server_url + '/' + async_modules_path + "twilio_phone_data.js",
|
|
56
|
-
type: '
|
|
67
|
+
type: 'gh_element',
|
|
68
|
+
technology: 'angular'
|
|
57
69
|
},
|
|
58
70
|
{
|
|
59
71
|
name: "twilio_autodialer",
|
|
60
72
|
url: file_server_url + '/' + async_modules_path + "twillio_autodialer_data.js",
|
|
61
|
-
type: '
|
|
73
|
+
type: 'gh_element',
|
|
74
|
+
technology: 'angular'
|
|
62
75
|
},
|
|
63
76
|
{
|
|
64
77
|
name: "color",
|
|
65
78
|
url: file_server_url + '/' + async_modules_path + "color_data.js",
|
|
66
|
-
type: '
|
|
79
|
+
type: 'gh_element',
|
|
80
|
+
technology: 'angular'
|
|
67
81
|
},
|
|
68
82
|
{
|
|
69
83
|
name: "charts",
|
|
70
84
|
url: file_server_url + '/' + async_modules_path + "charts_data.js",
|
|
71
|
-
type: '
|
|
85
|
+
type: 'gh_element',
|
|
86
|
+
technology: 'angular'
|
|
72
87
|
},
|
|
73
88
|
{
|
|
74
89
|
name: 'funnel_chart',
|
|
75
90
|
url: file_server_url + '/' + async_modules_path + "funnel_chart_data.js",
|
|
76
|
-
type: '
|
|
91
|
+
type: 'gh_element',
|
|
92
|
+
technology: 'angular'
|
|
77
93
|
},
|
|
78
94
|
{
|
|
79
95
|
name: "add_items_from_template",
|
|
80
96
|
url: file_server_url + '/' + async_modules_path + "add_items_from_template_data.js",
|
|
81
|
-
type: '
|
|
97
|
+
type: 'gh_element',
|
|
98
|
+
technology: 'angular'
|
|
82
99
|
},
|
|
83
100
|
{
|
|
84
101
|
name: "item_ref",
|
|
85
102
|
url: file_server_url + '/' + async_modules_path + "itemRef_data.js",
|
|
86
|
-
type: '
|
|
103
|
+
type: 'gh_element',
|
|
104
|
+
technology: 'angular'
|
|
87
105
|
},
|
|
88
106
|
{
|
|
89
107
|
name: "calendar",
|
|
90
108
|
js: 'https://gudhub.com/modules/FullCalendar-Gh-Element/dist/main.js',
|
|
91
109
|
css: 'https://gudhub.com/modules/FullCalendar-Gh-Element/dist/style.css',
|
|
92
|
-
type:
|
|
110
|
+
type: 'gh_element',
|
|
111
|
+
technology: "class"
|
|
93
112
|
},
|
|
94
113
|
{
|
|
95
114
|
name: "data_ref",
|
|
96
115
|
url: file_server_url + '/' + async_modules_path + "data_ref_data.js",
|
|
97
|
-
type: '
|
|
116
|
+
type: 'gh_element',
|
|
117
|
+
technology: 'angular'
|
|
98
118
|
},
|
|
99
119
|
{
|
|
100
120
|
name: "table",
|
|
101
121
|
url: file_server_url + '/' + async_modules_path + "table_data.js",
|
|
102
|
-
type: '
|
|
122
|
+
type: 'gh_element',
|
|
123
|
+
technology: 'angular'
|
|
103
124
|
},
|
|
104
125
|
{
|
|
105
126
|
name: "tile",
|
|
106
127
|
url: file_server_url + '/' + async_modules_path + "tile_data.js",
|
|
107
|
-
type: '
|
|
128
|
+
type: 'gh_element',
|
|
129
|
+
technology: 'angular'
|
|
108
130
|
},
|
|
109
131
|
{
|
|
110
132
|
name: "file",
|
|
111
133
|
url: file_server_url + '/' + async_modules_path + "file_data.js",
|
|
112
|
-
type: '
|
|
134
|
+
type: 'gh_element',
|
|
135
|
+
technology: 'angular'
|
|
113
136
|
},
|
|
114
137
|
{
|
|
115
138
|
name: "image",
|
|
116
139
|
url: file_server_url + '/' + async_modules_path + "image_data.js",
|
|
117
|
-
type: '
|
|
140
|
+
type: 'gh_element',
|
|
141
|
+
technology: 'angular'
|
|
118
142
|
},
|
|
119
143
|
{
|
|
120
144
|
name: "text_editor",
|
|
121
145
|
url: file_server_url + '/' + async_modules_path + "text_editor_data.js",
|
|
122
|
-
type: '
|
|
146
|
+
type: 'gh_element',
|
|
147
|
+
technology: 'angular'
|
|
123
148
|
},
|
|
124
149
|
{
|
|
125
150
|
name: "tinymse",
|
|
126
151
|
url: file_server_url + '/' + async_modules_path + "tinymse_data.js",
|
|
127
|
-
type: '
|
|
152
|
+
type: 'gh_element',
|
|
153
|
+
technology: 'angular'
|
|
128
154
|
},
|
|
129
155
|
{
|
|
130
156
|
name: "duration",
|
|
131
157
|
url: file_server_url + '/' + async_modules_path + "duration_data.js",
|
|
132
|
-
type: '
|
|
158
|
+
type: 'gh_element',
|
|
159
|
+
technology: 'angular'
|
|
133
160
|
},
|
|
134
161
|
{
|
|
135
162
|
name: "user",
|
|
136
163
|
url: file_server_url + '/' + async_modules_path + "user_data.js",
|
|
137
|
-
type: '
|
|
164
|
+
type: 'gh_element',
|
|
165
|
+
technology: 'angular'
|
|
138
166
|
},
|
|
139
167
|
{
|
|
140
168
|
name: "app",
|
|
141
169
|
url: file_server_url + '/' + async_modules_path + "application_data.js",
|
|
142
|
-
type: '
|
|
170
|
+
type: 'gh_element',
|
|
171
|
+
technology: 'angular'
|
|
143
172
|
},
|
|
144
173
|
{
|
|
145
174
|
name: "field",
|
|
146
175
|
url: file_server_url + '/' + async_modules_path + "field_data.js",
|
|
147
|
-
type: '
|
|
176
|
+
type: 'gh_element',
|
|
177
|
+
technology: 'angular'
|
|
148
178
|
},
|
|
149
179
|
{
|
|
150
180
|
name: "available",
|
|
151
181
|
url: file_server_url + '/' + async_modules_path + "available_data.js",
|
|
152
|
-
type: '
|
|
182
|
+
type: 'gh_element',
|
|
183
|
+
technology: 'angular'
|
|
153
184
|
},
|
|
154
185
|
{
|
|
155
186
|
name: "view_list",
|
|
156
187
|
url: file_server_url + '/' + async_modules_path + "view_list_data.js",
|
|
157
|
-
type: '
|
|
188
|
+
type: 'gh_element',
|
|
189
|
+
technology: 'angular'
|
|
158
190
|
},
|
|
159
191
|
{
|
|
160
192
|
name: "calculator",
|
|
161
193
|
url: file_server_url + '/' + async_modules_path + "calculator_data.js",
|
|
162
|
-
type: '
|
|
194
|
+
type: 'gh_element',
|
|
195
|
+
technology: 'angular'
|
|
163
196
|
},
|
|
164
197
|
{
|
|
165
198
|
name: "string_join",
|
|
166
199
|
url: file_server_url + '/' + async_modules_path + "string_joiner_data.js",
|
|
167
|
-
type: '
|
|
200
|
+
type: 'gh_element',
|
|
201
|
+
technology: 'angular'
|
|
168
202
|
},
|
|
169
203
|
{
|
|
170
204
|
name: "signature",
|
|
171
205
|
url: file_server_url + '/' + async_modules_path + "signature_data.js",
|
|
172
|
-
type: '
|
|
206
|
+
type: 'gh_element',
|
|
207
|
+
technology: 'angular'
|
|
173
208
|
},
|
|
174
209
|
{
|
|
175
210
|
name: "sendEmail",
|
|
176
211
|
url: file_server_url + '/' + async_modules_path + "send_email_data.js",
|
|
177
|
-
type: '
|
|
212
|
+
type: 'gh_element',
|
|
213
|
+
technology: 'angular'
|
|
178
214
|
},
|
|
179
215
|
{
|
|
180
216
|
name: "boolean",
|
|
181
217
|
url: file_server_url + '/' + async_modules_path + "boolean_data.js",
|
|
182
|
-
type: '
|
|
218
|
+
type: 'gh_element',
|
|
219
|
+
technology: 'angular'
|
|
183
220
|
},
|
|
184
221
|
{
|
|
185
222
|
name: "product_gallery",
|
|
186
223
|
url: file_server_url + '/' + async_modules_path + "product_gallery_data.js",
|
|
187
|
-
type: '
|
|
224
|
+
type: 'gh_element',
|
|
225
|
+
technology: 'angular'
|
|
188
226
|
},
|
|
189
227
|
{
|
|
190
228
|
name: "online_inventory",
|
|
191
229
|
url: file_server_url + '/' + async_modules_path + "online_inventory_data.js",
|
|
192
|
-
type: '
|
|
230
|
+
type: 'gh_element',
|
|
231
|
+
technology: 'angular'
|
|
193
232
|
},
|
|
194
233
|
{
|
|
195
234
|
name: "3d_edges",
|
|
196
235
|
url: file_server_url + '/' + async_modules_path + "3d_edges_data.js",
|
|
197
|
-
type: '
|
|
236
|
+
type: 'gh_element',
|
|
237
|
+
technology: 'angular'
|
|
198
238
|
},
|
|
199
239
|
{
|
|
200
240
|
name: "color_list",
|
|
201
241
|
url: file_server_url + '/' + async_modules_path + "color_list_data.js",
|
|
202
|
-
type: '
|
|
242
|
+
type: 'gh_element',
|
|
243
|
+
technology: 'angular'
|
|
203
244
|
},
|
|
204
245
|
{
|
|
205
246
|
name: "go_to_link",
|
|
206
247
|
url: file_server_url + '/' + async_modules_path + "go_to_link_data.js",
|
|
207
|
-
type: '
|
|
248
|
+
type: 'gh_element',
|
|
249
|
+
technology: 'angular'
|
|
208
250
|
},
|
|
209
251
|
{
|
|
210
252
|
name: "go_to_view",
|
|
211
253
|
url: file_server_url + '/' + async_modules_path + "go_to_view_data.js",
|
|
212
|
-
type: '
|
|
254
|
+
type: 'gh_element',
|
|
255
|
+
technology: 'angular'
|
|
213
256
|
},
|
|
214
257
|
{
|
|
215
258
|
name: "range",
|
|
216
259
|
url: file_server_url + '/' + async_modules_path + "range_data.js",
|
|
217
|
-
type: '
|
|
260
|
+
type: 'gh_element',
|
|
261
|
+
technology: 'angular'
|
|
218
262
|
},
|
|
219
263
|
{
|
|
220
264
|
name: "barcode",
|
|
221
265
|
url: file_server_url + '/' + async_modules_path + "barcode_data.js",
|
|
222
|
-
type: '
|
|
266
|
+
type: 'gh_element',
|
|
267
|
+
technology: 'angular'
|
|
223
268
|
},
|
|
224
269
|
{
|
|
225
270
|
name: "item_remote_add",
|
|
226
271
|
url: file_server_url + '/' + async_modules_path + "item_remote_add_data.js",
|
|
227
|
-
type: '
|
|
272
|
+
type: 'gh_element',
|
|
273
|
+
technology: 'angular'
|
|
228
274
|
},
|
|
229
275
|
{
|
|
230
276
|
name: "item_remote_update",
|
|
231
277
|
url: file_server_url + '/' + async_modules_path + "item_remote_update_data.js",
|
|
232
|
-
type: '
|
|
278
|
+
type: 'gh_element',
|
|
279
|
+
technology: 'angular'
|
|
233
280
|
},
|
|
234
281
|
{
|
|
235
282
|
name: "timeline",
|
|
236
283
|
url: file_server_url + '/' + async_modules_path + "timeline_data.js",
|
|
237
|
-
type: '
|
|
284
|
+
type: 'gh_element',
|
|
285
|
+
technology: 'angular'
|
|
238
286
|
},
|
|
239
287
|
{
|
|
240
288
|
name: "delete_item",
|
|
241
289
|
url: file_server_url + '/' + async_modules_path + "delete_action.js",
|
|
242
|
-
type: '
|
|
290
|
+
type: 'gh_element',
|
|
291
|
+
technology: 'angular'
|
|
243
292
|
},
|
|
244
293
|
{
|
|
245
294
|
name: "print_doc",
|
|
246
295
|
url: file_server_url + '/' + async_modules_path + "print_doc_action.js",
|
|
247
|
-
type: '
|
|
296
|
+
type: 'gh_element',
|
|
297
|
+
technology: 'angular'
|
|
248
298
|
},
|
|
249
299
|
{
|
|
250
300
|
name: "open_item",
|
|
251
301
|
url: file_server_url + '/' + async_modules_path + "open_item_action.js",
|
|
252
|
-
type: '
|
|
302
|
+
type: 'gh_element',
|
|
303
|
+
technology: 'angular'
|
|
253
304
|
},
|
|
254
305
|
{
|
|
255
306
|
name: "edit_template",
|
|
256
307
|
url: file_server_url + '/' + async_modules_path + "edit_template_action.js",
|
|
257
|
-
type: '
|
|
308
|
+
type: 'gh_element',
|
|
309
|
+
technology: 'angular'
|
|
258
310
|
},
|
|
259
311
|
{
|
|
260
312
|
name: "open_app",
|
|
261
313
|
url: file_server_url + '/' + async_modules_path + "open_app_action.js",
|
|
262
|
-
type: '
|
|
314
|
+
type: 'gh_element',
|
|
315
|
+
technology: 'angular'
|
|
263
316
|
},
|
|
264
317
|
{
|
|
265
318
|
name: "user_settings",
|
|
266
319
|
url: file_server_url + '/' + async_modules_path + "user_settings_action.js",
|
|
267
|
-
type: '
|
|
320
|
+
type: 'gh_element',
|
|
321
|
+
technology: 'angular'
|
|
268
322
|
},
|
|
269
323
|
{
|
|
270
324
|
name: "app_sharing",
|
|
271
325
|
url: file_server_url + '/' + async_modules_path + "sharing_action.js",
|
|
272
|
-
type: '
|
|
326
|
+
type: 'gh_element',
|
|
327
|
+
technology: 'angular'
|
|
273
328
|
},
|
|
274
329
|
{
|
|
275
330
|
name: "app_constructor",
|
|
276
331
|
url: file_server_url + '/' + async_modules_path + "app_constructor_action.js",
|
|
277
|
-
type: '
|
|
332
|
+
type: 'gh_element',
|
|
333
|
+
technology: 'angular'
|
|
278
334
|
},
|
|
279
335
|
{
|
|
280
336
|
name: "export_csv",
|
|
281
337
|
url: file_server_url + '/' + async_modules_path + "export_csv.js",
|
|
282
|
-
type: '
|
|
338
|
+
type: 'gh_element',
|
|
339
|
+
technology: 'angular'
|
|
283
340
|
},
|
|
284
341
|
{
|
|
285
342
|
name: "import_csv",
|
|
286
343
|
url: file_server_url + '/' + async_modules_path + "import_csv.js",
|
|
287
|
-
type: '
|
|
344
|
+
type: 'gh_element',
|
|
345
|
+
technology: 'angular'
|
|
288
346
|
},
|
|
289
347
|
{
|
|
290
348
|
name: "add_items",
|
|
291
349
|
url: file_server_url + '/' + async_modules_path + "add_items_action.js",
|
|
292
|
-
type: '
|
|
350
|
+
type: 'gh_element',
|
|
351
|
+
technology: 'angular'
|
|
293
352
|
},
|
|
294
353
|
{
|
|
295
354
|
name: "update_items",
|
|
296
355
|
url: file_server_url + '/' + async_modules_path + "update_items_action.js",
|
|
297
|
-
type: '
|
|
356
|
+
type: 'gh_element',
|
|
357
|
+
technology: 'angular'
|
|
298
358
|
},
|
|
299
359
|
{
|
|
300
360
|
name: "install_app",
|
|
301
361
|
url: file_server_url + '/' + async_modules_path + "install_app_action.js",
|
|
302
|
-
type: '
|
|
362
|
+
type: 'gh_element',
|
|
363
|
+
technology: 'angular'
|
|
303
364
|
},
|
|
304
365
|
{
|
|
305
366
|
name: "search_action",
|
|
306
367
|
url: file_server_url + '/' + async_modules_path + "search_action.js",
|
|
307
|
-
type: '
|
|
368
|
+
type: 'gh_element',
|
|
369
|
+
technology: 'angular'
|
|
308
370
|
},
|
|
309
371
|
{
|
|
310
372
|
name: "filter_table",
|
|
311
373
|
url: file_server_url + '/' + async_modules_path + "filter_table_action.js",
|
|
312
|
-
type: '
|
|
374
|
+
type: 'gh_element',
|
|
375
|
+
technology: 'angular'
|
|
313
376
|
},
|
|
314
377
|
{
|
|
315
378
|
name: "slider",
|
|
316
379
|
url: file_server_url + '/' + async_modules_path + "slider_data.js",
|
|
317
|
-
type: '
|
|
380
|
+
type: 'gh_element',
|
|
381
|
+
technology: 'angular'
|
|
318
382
|
},
|
|
319
383
|
{
|
|
320
384
|
name: "clone_item",
|
|
321
385
|
url: file_server_url + '/' + async_modules_path + "clone_item_action.js",
|
|
322
|
-
type: '
|
|
386
|
+
type: 'gh_element',
|
|
387
|
+
technology: 'angular'
|
|
323
388
|
},
|
|
324
389
|
{
|
|
325
390
|
name: "close",
|
|
326
391
|
url: file_server_url + '/' + async_modules_path + "close_action.js",
|
|
327
|
-
type: '
|
|
392
|
+
type: 'gh_element',
|
|
393
|
+
technology: 'angular'
|
|
328
394
|
},
|
|
329
395
|
{
|
|
330
396
|
name: "phone",
|
|
331
397
|
url: file_server_url + '/' + async_modules_path + "phone_data.js",
|
|
332
|
-
type: '
|
|
398
|
+
type: 'gh_element',
|
|
399
|
+
technology: 'angular'
|
|
333
400
|
},
|
|
334
401
|
{
|
|
335
402
|
name: "link",
|
|
336
403
|
url: file_server_url + '/' + async_modules_path + "link_data.js",
|
|
337
|
-
type: '
|
|
404
|
+
type: 'gh_element',
|
|
405
|
+
technology: 'angular'
|
|
338
406
|
},
|
|
339
407
|
{
|
|
340
408
|
name: "sheduling",
|
|
341
409
|
url: file_server_url + '/' + async_modules_path + "sheduling_data.js",
|
|
342
|
-
type: '
|
|
410
|
+
type: 'gh_element',
|
|
411
|
+
technology: 'angular'
|
|
343
412
|
},
|
|
344
413
|
{
|
|
345
414
|
name: "qrcode",
|
|
346
415
|
url: file_server_url + '/' + async_modules_path + "qrcode_data.js",
|
|
347
|
-
type: '
|
|
416
|
+
type: 'gh_element',
|
|
417
|
+
technology: 'angular'
|
|
348
418
|
},
|
|
349
419
|
{
|
|
350
420
|
name: "graph2d",
|
|
351
421
|
url: file_server_url + '/' + async_modules_path + "graph2d_data.js",
|
|
352
|
-
type: '
|
|
422
|
+
type: 'gh_element',
|
|
423
|
+
technology: 'angular'
|
|
353
424
|
},
|
|
354
425
|
{
|
|
355
426
|
name: "quote_tool",
|
|
356
427
|
url: file_server_url + '/' + async_modules_path + "quote_tool_data.js",
|
|
357
|
-
type: '
|
|
428
|
+
type: 'gh_element',
|
|
429
|
+
technology: 'angular'
|
|
358
430
|
},
|
|
359
431
|
{
|
|
360
432
|
name: "cards",
|
|
361
433
|
url: file_server_url + '/' + async_modules_path + "cards_data.js",
|
|
362
|
-
type: '
|
|
434
|
+
type: 'gh_element',
|
|
435
|
+
technology: 'angular'
|
|
363
436
|
},
|
|
364
437
|
{
|
|
365
438
|
name: "jsonConstructor",
|
|
366
439
|
url: file_server_url + '/' + async_modules_path + "json_constructor_data.js",
|
|
367
|
-
type: '
|
|
440
|
+
type: 'gh_element',
|
|
441
|
+
technology: 'angular'
|
|
368
442
|
},
|
|
369
443
|
{
|
|
370
444
|
name: "button",
|
|
371
445
|
js: "https://gudhub.com/modules/button_action/button_action.js",
|
|
372
|
-
type: '
|
|
446
|
+
type: 'gh_element',
|
|
447
|
+
technology: 'class'
|
|
373
448
|
},
|
|
374
449
|
{
|
|
375
450
|
name: "editorjs",
|
|
376
451
|
js: "https://gudhub.com/modules/Editor-Js/dist/main.js",
|
|
377
452
|
css: "https://gudhub.com/modules/Editor-Js/dist/style.css",
|
|
378
|
-
type: '
|
|
453
|
+
type: 'gh_element',
|
|
454
|
+
technology: 'class'
|
|
379
455
|
},
|
|
380
456
|
{
|
|
381
457
|
name: "filter_advanced",
|
|
382
458
|
url: file_server_url + '/' + async_modules_path + "filter_advanced_data.js",
|
|
383
|
-
type: '
|
|
459
|
+
type: 'gh_element',
|
|
460
|
+
technology: 'angular'
|
|
384
461
|
},
|
|
385
462
|
{
|
|
386
463
|
name: "code_editor",
|
|
387
464
|
url: file_server_url + '/' + async_modules_path + "code_editor_data.js",
|
|
388
|
-
type: '
|
|
465
|
+
type: 'gh_element',
|
|
466
|
+
technology: 'angular'
|
|
389
467
|
},
|
|
390
468
|
{
|
|
391
469
|
name: "icon",
|
|
392
470
|
url: file_server_url + '/' + async_modules_path + "icon_data.js",
|
|
393
|
-
type: '
|
|
471
|
+
type: 'gh_element',
|
|
472
|
+
technology: 'angular'
|
|
394
473
|
},
|
|
395
474
|
{
|
|
396
475
|
name: "quoteRequest",
|
|
397
476
|
url: file_server_url + '/' + async_modules_path + "quote_request_data.js",
|
|
398
|
-
type: '
|
|
477
|
+
type: 'gh_element',
|
|
478
|
+
technology: 'angular'
|
|
399
479
|
},
|
|
400
480
|
{
|
|
401
481
|
name: "view_container",
|
|
402
482
|
url: file_server_url + '/' + async_modules_path + "view_container_data.js",
|
|
403
|
-
type: '
|
|
483
|
+
type: 'gh_element',
|
|
484
|
+
technology: 'angular'
|
|
404
485
|
},
|
|
405
486
|
{
|
|
406
487
|
name: "element_ref",
|
|
407
488
|
url: file_server_url + '/' + async_modules_path + "element_ref_data.js",
|
|
408
|
-
type: '
|
|
489
|
+
type: 'gh_element',
|
|
490
|
+
technology: 'angular'
|
|
409
491
|
},
|
|
410
492
|
{
|
|
411
493
|
name: "quote_tool_objects_renderer",
|
|
412
494
|
url: file_server_url + '/' + async_modules_path + "quote_tool_objects_renderer_data.js",
|
|
413
|
-
type: '
|
|
495
|
+
type: 'gh_element',
|
|
496
|
+
technology: 'angular'
|
|
414
497
|
},
|
|
415
498
|
{
|
|
416
499
|
name: "quote_tool_objects_renderer_generator",
|
|
417
500
|
url: file_server_url + '/' + async_modules_path + "quote_tool_objects_renderer_generator_data.js",
|
|
418
|
-
type: '
|
|
501
|
+
type: 'gh_element',
|
|
502
|
+
technology: 'angular'
|
|
419
503
|
},
|
|
420
504
|
{
|
|
421
505
|
name: "trigger",
|
|
422
506
|
url: file_server_url + '/' + async_modules_path + "trigger_data.js",
|
|
423
|
-
type: '
|
|
507
|
+
type: 'gh_element',
|
|
508
|
+
technology: 'angular'
|
|
424
509
|
},
|
|
425
510
|
{
|
|
426
511
|
name: "voting",
|
|
427
512
|
url: file_server_url + '/' + async_modules_path + "voting_data.js",
|
|
428
|
-
type: '
|
|
513
|
+
type: 'gh_element',
|
|
514
|
+
technology: 'angular'
|
|
429
515
|
},
|
|
430
516
|
{
|
|
431
517
|
name: "view_tabs",
|
|
432
518
|
url: file_server_url + '/' + async_modules_path + "view_tabs.js",
|
|
433
|
-
type: '
|
|
519
|
+
type: 'gh_element',
|
|
520
|
+
technology: 'angular'
|
|
434
521
|
},
|
|
435
522
|
{
|
|
436
523
|
name: "filter_tabs",
|
|
437
524
|
url: file_server_url + '/' + async_modules_path + "filter_tabs.js",
|
|
438
|
-
type: '
|
|
525
|
+
type: 'gh_element',
|
|
526
|
+
technology: 'angular'
|
|
439
527
|
},
|
|
440
528
|
{
|
|
441
529
|
name: "gps_coords",
|
|
442
530
|
url: file_server_url + '/' + async_modules_path + "gps_coords.js",
|
|
443
|
-
type: '
|
|
531
|
+
type: 'gh_element',
|
|
532
|
+
technology: 'angular'
|
|
444
533
|
},
|
|
445
534
|
{
|
|
446
535
|
name: "google_map",
|
|
447
536
|
url: file_server_url + '/' + async_modules_path + "google_map_data.js",
|
|
448
|
-
type: '
|
|
537
|
+
type: 'gh_element',
|
|
538
|
+
technology: 'angular'
|
|
449
539
|
},
|
|
450
540
|
{
|
|
451
541
|
name: "data_migrations",
|
|
452
542
|
url: file_server_url + '/' + async_modules_path + "data_migrations.js",
|
|
453
|
-
type: '
|
|
543
|
+
type: 'gh_element',
|
|
544
|
+
technology: 'angular'
|
|
454
545
|
}, {
|
|
455
546
|
name: "additional_settings",
|
|
456
547
|
url: file_server_url + '/' + async_modules_path + "gh_additional_settings_data.js",
|
|
457
|
-
type: '
|
|
548
|
+
type: 'gh_element',
|
|
549
|
+
technology: 'angular'
|
|
458
550
|
}, {
|
|
459
551
|
name: "send_request",
|
|
460
552
|
url: file_server_url + '/' + async_modules_path + "send_request_data.js",
|
|
461
|
-
type: '
|
|
553
|
+
type: 'gh_element',
|
|
554
|
+
technology: 'angular'
|
|
462
555
|
},
|
|
463
556
|
{
|
|
464
557
|
name: "webcam",
|
|
465
558
|
url: file_server_url + '/' + async_modules_path + "webcam_data.js",
|
|
466
|
-
type: '
|
|
559
|
+
type: 'gh_element',
|
|
560
|
+
technology: 'angular'
|
|
467
561
|
},
|
|
468
562
|
{
|
|
469
563
|
name: "json_viewer",
|
|
470
564
|
url: file_server_url + '/' + async_modules_path + "json_viewer_data.js",
|
|
471
|
-
type: '
|
|
565
|
+
type: 'gh_element',
|
|
566
|
+
technology: 'angular'
|
|
472
567
|
}, {
|
|
473
568
|
name: "notifications",
|
|
474
569
|
url: file_server_url + '/' + async_modules_path + "notifications_data.js",
|
|
475
|
-
type: '
|
|
570
|
+
type: 'gh_element',
|
|
571
|
+
technology: 'angular'
|
|
476
572
|
},
|
|
477
573
|
{
|
|
478
574
|
name: "api",
|
|
479
575
|
url: file_server_url + '/' + async_modules_path + "api_data.js",
|
|
480
|
-
type: '
|
|
576
|
+
type: 'gh_element',
|
|
577
|
+
technology: 'angular'
|
|
481
578
|
},
|
|
482
579
|
{
|
|
483
580
|
name: "smart_input",
|
|
484
581
|
url: file_server_url + '/' + async_modules_path + "smart_input_data.js",
|
|
485
|
-
type: '
|
|
582
|
+
type: 'gh_element',
|
|
583
|
+
technology: 'angular'
|
|
486
584
|
},
|
|
487
585
|
{
|
|
488
586
|
name: "json_editor",
|
|
489
587
|
url: file_server_url + '/' + async_modules_path + "json_editor_data.js",
|
|
490
|
-
type: '
|
|
588
|
+
type: 'gh_element',
|
|
589
|
+
technology: 'angular'
|
|
491
590
|
},
|
|
492
591
|
{
|
|
493
592
|
name: "grapes_html_editor",
|
|
494
593
|
url: file_server_url + '/' + async_modules_path + "grapes_html_editor_data.js",
|
|
495
|
-
type: '
|
|
594
|
+
type: 'gh_element',
|
|
595
|
+
technology: 'angular'
|
|
496
596
|
},
|
|
497
597
|
{
|
|
498
598
|
name: "quiz",
|
|
499
599
|
url: file_server_url + '/' + async_modules_path + "quiz_data.js",
|
|
500
|
-
type: '
|
|
600
|
+
type: 'gh_element',
|
|
601
|
+
technology: 'angular'
|
|
501
602
|
},
|
|
502
603
|
{
|
|
503
604
|
name: "markdown_viewer",
|
|
504
605
|
url: file_server_url + '/' + async_modules_path + "markdown_viewer_data.js",
|
|
505
|
-
type: '
|
|
606
|
+
type: 'gh_element',
|
|
607
|
+
technology: 'angular'
|
|
506
608
|
},
|
|
507
609
|
{
|
|
508
610
|
name: "password_input",
|
|
509
611
|
url: file_server_url + '/' + async_modules_path + "password_input_data.js",
|
|
510
|
-
type: '
|
|
612
|
+
type: 'gh_element',
|
|
613
|
+
technology: 'angular'
|
|
511
614
|
},
|
|
512
615
|
{
|
|
513
616
|
name: "vs_code",
|
|
514
617
|
url: file_server_url + '/' + async_modules_path + "vs_code_data.js",
|
|
515
|
-
type: '
|
|
618
|
+
type: 'gh_element',
|
|
619
|
+
technology: 'angular'
|
|
516
620
|
},
|
|
517
621
|
{
|
|
518
622
|
name: "nested_list",
|
|
519
623
|
js: "https://gudhub.com/modules/Nested-List/dist/main.js",
|
|
520
624
|
css: "https://gudhub.com/modules/Nested-List/dist/style.css",
|
|
521
|
-
type: '
|
|
625
|
+
type: 'gh_element',
|
|
626
|
+
technology: 'class'
|
|
522
627
|
},
|
|
523
628
|
{
|
|
524
629
|
name: 'fullcalendar',
|
|
525
630
|
js: 'https://gudhub.com/modules/FullCalendar-Gh-Element/dist/main.js',
|
|
526
631
|
css: 'https://gudhub.com/modules/FullCalendar-Gh-Element/dist/style.css',
|
|
527
|
-
type: '
|
|
632
|
+
type: 'gh_element',
|
|
633
|
+
technology: 'class'
|
|
528
634
|
},
|
|
529
635
|
{
|
|
530
636
|
name: "countertop_smart_quote",
|
|
531
637
|
url: file_server_url + '/' + async_modules_path + "countertop_smart_quote_data.js",
|
|
532
|
-
type: '
|
|
638
|
+
type: 'gh_element',
|
|
639
|
+
technology: 'angular'
|
|
533
640
|
},
|
|
534
641
|
{
|
|
535
642
|
name: "markdown_viewer_web_component",
|
|
536
643
|
js: "https://gudhub.com/modules/markdown-it-gh-element/dist/main.js",
|
|
537
644
|
css: "https://gudhub.com/modules/markdown-it-gh-element/dist/style.css",
|
|
538
|
-
type:
|
|
645
|
+
type: 'gh_element',
|
|
646
|
+
technology: "class"
|
|
647
|
+
},
|
|
648
|
+
/* AUTOMATION MODULES */
|
|
649
|
+
{
|
|
650
|
+
name: 'API',
|
|
651
|
+
url: file_server_url + '/' + automation_modules_path + 'api_node.js',
|
|
652
|
+
type: 'automation'
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
name: 'Calculator',
|
|
656
|
+
url: file_server_url + '/' + automation_modules_path + 'calculator.js',
|
|
657
|
+
type: 'automation'
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
name: 'CompareItems',
|
|
661
|
+
url: file_server_url + '/' + automation_modules_path + 'compare_items.js',
|
|
662
|
+
type: 'automation'
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
name: 'Constants',
|
|
666
|
+
url: file_server_url + '/' + automation_modules_path + 'constants.js',
|
|
667
|
+
type: 'automation'
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
name: 'CreateFiles',
|
|
671
|
+
url: file_server_url + '/' + automation_modules_path + 'create_files.js',
|
|
672
|
+
type: 'automation'
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
name: 'CreateItemApi',
|
|
676
|
+
url: file_server_url + '/' + automation_modules_path + 'create_item_api.js',
|
|
677
|
+
type: 'automation'
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
name: 'FaceDetector',
|
|
681
|
+
url: file_server_url + '/' + automation_modules_path + 'face_detector.js',
|
|
682
|
+
type: 'automation'
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
name: 'FileDuplicate',
|
|
686
|
+
url: file_server_url + '/' + automation_modules_path + 'file_duplicate.js',
|
|
687
|
+
type: 'automation'
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
name: 'Filter',
|
|
691
|
+
url: file_server_url + '/' + automation_modules_path + 'filter_node.js',
|
|
692
|
+
type: 'automation'
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
name: 'GetItemByItemRef',
|
|
696
|
+
url: file_server_url + '/' + automation_modules_path + 'get_item_by_item_ref.js',
|
|
697
|
+
type: 'automation'
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
name: 'GetItems',
|
|
701
|
+
url: file_server_url + '/' + automation_modules_path + 'get_items.js',
|
|
702
|
+
type: 'automation'
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
name: 'GhElementNode',
|
|
706
|
+
url: file_server_url + '/' + automation_modules_path + 'gh_element_node.js',
|
|
707
|
+
type: 'automation'
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
name: 'ifCondition',
|
|
711
|
+
url: file_server_url + '/' + automation_modules_path + 'if_condition.js',
|
|
712
|
+
type: 'automation'
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
name: 'ItemConstructor',
|
|
716
|
+
url: file_server_url + '/' + automation_modules_path + 'item_constructor.js',
|
|
717
|
+
type: 'automation'
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
name: 'ItemDestructor',
|
|
721
|
+
url: file_server_url + '/' + automation_modules_path + 'item_destructor.js',
|
|
722
|
+
type: 'automation'
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
name: 'JSONScheme',
|
|
726
|
+
url: file_server_url + '/' + automation_modules_path + 'json_scheme.js',
|
|
727
|
+
type: 'automation'
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
name: 'MergeItems',
|
|
731
|
+
url: file_server_url + '/' + automation_modules_path + 'merge_items.js',
|
|
732
|
+
type: 'automation'
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
name: 'MessageConstructor',
|
|
736
|
+
url: file_server_url + '/' + automation_modules_path + 'message_constructor.js',
|
|
737
|
+
type: 'automation'
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
name: 'ObjectToItem',
|
|
741
|
+
url: file_server_url + '/' + automation_modules_path + 'obj_to_item.js',
|
|
742
|
+
type: 'automation'
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
name: 'ObjectConstructor',
|
|
746
|
+
url: file_server_url + '/' + automation_modules_path + 'object_constructor.js',
|
|
747
|
+
type: 'automation'
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
name: 'ObjectDestructor',
|
|
751
|
+
url: file_server_url + '/' + automation_modules_path + 'object_destructor.js',
|
|
752
|
+
type: 'automation'
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
name: 'PopulateElement',
|
|
756
|
+
url: file_server_url + '/' + automation_modules_path + 'populate_element.js',
|
|
757
|
+
type: 'automation'
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
name: 'PopulateItems',
|
|
761
|
+
url: file_server_url + '/' + automation_modules_path + 'populate_items.js',
|
|
762
|
+
type: 'automation'
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
name: 'PopulateWithDate',
|
|
766
|
+
url: file_server_url + '/' + automation_modules_path + 'populate_with_date.js',
|
|
767
|
+
type: 'automation'
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
name: 'PopulateWithItemRef',
|
|
771
|
+
url: file_server_url + '/' + automation_modules_path + 'populate_with_item_ref.js',
|
|
772
|
+
type: 'automation'
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
name: 'PopUpForm',
|
|
776
|
+
url: file_server_url + '/' + automation_modules_path + 'popup_form.js',
|
|
777
|
+
type: 'automation'
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
name: 'QuizForm',
|
|
781
|
+
url: file_server_url + '/' + automation_modules_path + 'quiz_form.js',
|
|
782
|
+
type: 'automation'
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
name: 'QuizNode',
|
|
786
|
+
url: file_server_url + '/' + automation_modules_path + 'quiz_node.js',
|
|
787
|
+
type: 'automation'
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
name: 'Request',
|
|
791
|
+
url: file_server_url + '/' + automation_modules_path + 'request_node.js',
|
|
792
|
+
type: 'automation'
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
name: 'Response',
|
|
796
|
+
url: file_server_url + '/' + automation_modules_path + 'response_node.js',
|
|
797
|
+
type: 'automation'
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
name: 'SmartInput',
|
|
801
|
+
url: file_server_url + '/' + automation_modules_path + 'smart_input.js',
|
|
802
|
+
type: 'automation'
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
name: 'Trigger',
|
|
806
|
+
url: file_server_url + '/' + automation_modules_path + 'trigger_node.js',
|
|
807
|
+
type: 'automation'
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
name: 'TwilioSms',
|
|
811
|
+
url: file_server_url + '/' + automation_modules_path + 'twilio_sms.js',
|
|
812
|
+
type: 'automation'
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
name: 'UpdateItemsApi',
|
|
816
|
+
url: file_server_url + '/' + automation_modules_path + 'update_items_api.js',
|
|
817
|
+
type: 'automation'
|
|
539
818
|
}
|
|
540
819
|
]
|
|
541
820
|
}
|