@gudhub/core 1.1.78 → 1.1.80
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 +10 -1
- package/package.json +1 -1
- package/umd/library.min.js +48 -50
- 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=2',
|
|
146
146
|
css: 'https://gudhub.com/modules/FullCalendar-Gh-Element/dist/style.css?t=1',
|
|
147
147
|
type: 'gh_element',
|
|
148
148
|
technology: "class"
|
|
@@ -927,6 +927,15 @@ export default function generateModulesList(async_modules_path, file_server_url,
|
|
|
927
927
|
type: 'gh_element',
|
|
928
928
|
technology: 'class'
|
|
929
929
|
},
|
|
930
|
+
{
|
|
931
|
+
data_type: 'study_journal',
|
|
932
|
+
name: 'Study Journal',
|
|
933
|
+
icon: 'timeline',
|
|
934
|
+
js: 'http://gudhub.com/modules/Study-Journal/dist/main.js',
|
|
935
|
+
css: 'http://gudhub.com/modules/Study-Journal/dist/style.css',
|
|
936
|
+
type: 'gh_element',
|
|
937
|
+
technology: 'class'
|
|
938
|
+
},
|
|
930
939
|
/* AUTOMATION MODULES */
|
|
931
940
|
/*
|
|
932
941
|
We have next types for automations:
|