@gudhub/core 1.1.92 → 1.1.93
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/9a0d07555444f4da-AssetGraph +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 +39510 -0
- package/GUDHUB/Storage/ModulesList.js +39 -1
- package/package.json +1 -1
- package/umd/library.min.js +47 -37
- package/umd/library.min.js.map +1 -1
|
@@ -142,7 +142,7 @@ 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: 'https://gudhub.com/modules/FullCalendar-Gh-Element/dist/main.js?t=
|
|
145
|
+
js: 'https://gudhub.com/modules/FullCalendar-Gh-Element/dist/main.js?t=6',
|
|
146
146
|
css: 'https://gudhub.com/modules/FullCalendar-Gh-Element/dist/style.css?t=1',
|
|
147
147
|
type: 'gh_element',
|
|
148
148
|
technology: "class"
|
|
@@ -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",
|
|
@@ -1015,6 +1023,36 @@ export default function generateModulesList(async_modules_path, file_server_url,
|
|
|
1015
1023
|
icon: 'automation_api',
|
|
1016
1024
|
private: true
|
|
1017
1025
|
},
|
|
1026
|
+
{
|
|
1027
|
+
data_type: 'ExternalFunction',
|
|
1028
|
+
name: 'External Function',
|
|
1029
|
+
url: file_server_url + '/' + automation_modules_path + 'external_function_node.js',
|
|
1030
|
+
type: 'automation',
|
|
1031
|
+
icon: 'automation_external_function',
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
data_type: 'Function',
|
|
1035
|
+
name: 'Function',
|
|
1036
|
+
url: file_server_url + '/' + automation_modules_path + 'function_node.js',
|
|
1037
|
+
type: 'automation',
|
|
1038
|
+
icon: 'automation_function',
|
|
1039
|
+
private: true
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
data_type: 'Return',
|
|
1043
|
+
name: 'Return',
|
|
1044
|
+
url: file_server_url + '/' + automation_modules_path + 'return_node.js',
|
|
1045
|
+
type: 'automation',
|
|
1046
|
+
icon: 'automation_return',
|
|
1047
|
+
private: true
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
data_type: 'ChatGPTThread',
|
|
1051
|
+
name: 'ChatGPT Thread',
|
|
1052
|
+
url: file_server_url + '/' + automation_modules_path + 'chat_gpt_thread_node.js',
|
|
1053
|
+
type: 'automation',
|
|
1054
|
+
icon: 'automation_chat_gpt_thread'
|
|
1055
|
+
},
|
|
1018
1056
|
{
|
|
1019
1057
|
data_type: 'Calculator',
|
|
1020
1058
|
name: 'Calculator',
|