@gudhub/core 1.1.68 → 1.1.69
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 +9 -0
- package/package.json +1 -1
- package/umd/library.min.js +49 -47
- package/umd/library.min.js.map +1 -1
|
@@ -900,6 +900,15 @@ export default function generateModulesList(async_modules_path, file_server_url,
|
|
|
900
900
|
type: 'gh_element',
|
|
901
901
|
technology: 'class'
|
|
902
902
|
},
|
|
903
|
+
{
|
|
904
|
+
data_type: 'quote_form',
|
|
905
|
+
name: 'Quote Form',
|
|
906
|
+
icon: 'table',
|
|
907
|
+
js: 'https://gudhub.com/modules/countertop-quote-form/dist/main.js',
|
|
908
|
+
css: 'https://gudhub.com/modules/countertop-quote-form/dist/style.css',
|
|
909
|
+
type: 'gh_element',
|
|
910
|
+
technology: 'class'
|
|
911
|
+
},
|
|
903
912
|
/* AUTOMATION MODULES */
|
|
904
913
|
/*
|
|
905
914
|
We have next types for automations:
|