@gudhub/core 1.2.4-beta.61 → 1.2.4-beta.62
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/.parcel-cache/83e7562660f7cc15-BundleGraph +0 -0
- package/.parcel-cache/d3a1b9507cb44047-AssetGraph +0 -0
- package/.parcel-cache/data.mdb +0 -0
- package/.parcel-cache/dc1da35000e13623-RequestGraph +0 -0
- package/.parcel-cache/lock.mdb +0 -0
- package/.parcel-cache/snapshot-dc1da35000e13623.txt +281 -273
- package/GUDHUB/Storage/ModulesList.js +40 -2
- package/dist/gudhub.es.js +1435 -1397
- package/dist/gudhub.umd.js +27 -27
- package/package.json +1 -1
- package/diff.txt +0 -1221
|
@@ -142,8 +142,8 @@ export default function generateModulesList(async_modules_path, file_server_url,
|
|
|
142
142
|
data_type: "calendar",
|
|
143
143
|
name: 'Calendar',
|
|
144
144
|
icon: 'calendar',
|
|
145
|
-
js:
|
|
146
|
-
css:
|
|
145
|
+
js: "https://gudhub.com/modules/FullCalendar-Gh-Element/dist/main.js",
|
|
146
|
+
css: "https://gudhub.com/modules/FullCalendar-Gh-Element/dist/style.css",
|
|
147
147
|
type: 'gh_element',
|
|
148
148
|
technology: "class"
|
|
149
149
|
},
|
|
@@ -783,6 +783,14 @@ export default function generateModulesList(async_modules_path, file_server_url,
|
|
|
783
783
|
type: 'gh_element',
|
|
784
784
|
technology: 'angular'
|
|
785
785
|
},
|
|
786
|
+
{
|
|
787
|
+
data_type: "external_function",
|
|
788
|
+
name: "External Function",
|
|
789
|
+
icon: "automation_external_function",
|
|
790
|
+
url: file_server_url + '/' + async_modules_path + "external_function_data.js",
|
|
791
|
+
type: 'gh_element',
|
|
792
|
+
technology: 'angular'
|
|
793
|
+
},
|
|
786
794
|
{
|
|
787
795
|
data_type: "smart_input",
|
|
788
796
|
name: "Smart Input",
|
|
@@ -1024,6 +1032,36 @@ export default function generateModulesList(async_modules_path, file_server_url,
|
|
|
1024
1032
|
icon: 'automation_api',
|
|
1025
1033
|
private: true
|
|
1026
1034
|
},
|
|
1035
|
+
{
|
|
1036
|
+
data_type: 'ExternalFunction',
|
|
1037
|
+
name: 'External Function',
|
|
1038
|
+
url: file_server_url + '/' + automation_modules_path + 'external_function_node.js',
|
|
1039
|
+
type: 'automation',
|
|
1040
|
+
icon: 'automation_external_function',
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
data_type: 'Function',
|
|
1044
|
+
name: 'Function',
|
|
1045
|
+
url: file_server_url + '/' + automation_modules_path + 'function_node.js',
|
|
1046
|
+
type: 'automation',
|
|
1047
|
+
icon: 'automation_function',
|
|
1048
|
+
private: true
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
data_type: 'Return',
|
|
1052
|
+
name: 'Return',
|
|
1053
|
+
url: file_server_url + '/' + automation_modules_path + 'return_node.js',
|
|
1054
|
+
type: 'automation',
|
|
1055
|
+
icon: 'automation_return',
|
|
1056
|
+
private: true
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
data_type: 'ChatGPTThread',
|
|
1060
|
+
name: 'ChatGPT Thread',
|
|
1061
|
+
url: file_server_url + '/' + automation_modules_path + 'chat_gpt_thread_node.js',
|
|
1062
|
+
type: 'automation',
|
|
1063
|
+
icon: 'automation_chat_gpt_thread'
|
|
1064
|
+
},
|
|
1027
1065
|
{
|
|
1028
1066
|
data_type: 'Calculator',
|
|
1029
1067
|
name: 'Calculator',
|