@gudhub/core 1.1.46 → 1.1.48
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 +15 -0
- package/package.json +1 -1
- package/umd/library.min.js +50 -46
- package/umd/library.min.js.map +1 -1
|
@@ -866,6 +866,14 @@ export default function generateModulesList(async_modules_path, file_server_url,
|
|
|
866
866
|
type: 'gh_element',
|
|
867
867
|
technology: "class"
|
|
868
868
|
},
|
|
869
|
+
{
|
|
870
|
+
data_type: "element_customizer",
|
|
871
|
+
name: "Element Customizer",
|
|
872
|
+
icon: "pencil",
|
|
873
|
+
url: file_server_url + '/' + async_modules_path + "element_customizer_data.js",
|
|
874
|
+
type: 'gh_element',
|
|
875
|
+
technology: 'angular'
|
|
876
|
+
},
|
|
869
877
|
/* AUTOMATION MODULES */
|
|
870
878
|
{
|
|
871
879
|
data_type: 'API',
|
|
@@ -1157,6 +1165,13 @@ export default function generateModulesList(async_modules_path, file_server_url,
|
|
|
1157
1165
|
url: file_server_url + '/' + automation_modules_path + 'file_reader.js',
|
|
1158
1166
|
type: 'automation',
|
|
1159
1167
|
icon: 'file'
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
data_type: 'WebsitesChecker',
|
|
1171
|
+
name: 'Websites Checker',
|
|
1172
|
+
url: file_server_url + '/' + automation_modules_path + 'websites_checker.js',
|
|
1173
|
+
type: 'automation',
|
|
1174
|
+
icon: 'world'
|
|
1160
1175
|
}
|
|
1161
1176
|
]
|
|
1162
1177
|
}
|