@gudhub/core 1.1.43 → 1.1.44
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 +101 -56
- package/GUDHUB/Storage/Storage.js +5 -1
- package/package.json +1 -1
- package/umd/library.min.js +2 -2
- package/umd/library.min.js.map +1 -1
|
@@ -643,247 +643,292 @@ export default function generateModulesList(async_modules_path, file_server_url,
|
|
|
643
643
|
data_type: 'API',
|
|
644
644
|
name: 'API',
|
|
645
645
|
url: file_server_url + '/' + automation_modules_path + 'api_node.js',
|
|
646
|
-
type: 'automation'
|
|
646
|
+
type: 'automation',
|
|
647
|
+
icon: 'automation_api',
|
|
648
|
+
private: true
|
|
647
649
|
},
|
|
648
650
|
{
|
|
649
651
|
data_type: 'Calculator',
|
|
650
652
|
name: 'Calculator',
|
|
651
653
|
url: file_server_url + '/' + automation_modules_path + 'calculator.js',
|
|
652
|
-
type: 'automation'
|
|
654
|
+
type: 'automation',
|
|
655
|
+
icon: 'automation_calculator'
|
|
653
656
|
},
|
|
654
657
|
{
|
|
655
658
|
data_type: 'CompareItems',
|
|
656
659
|
name: 'Compare Items',
|
|
657
660
|
url: file_server_url + '/' + automation_modules_path + 'compare_items.js',
|
|
658
|
-
type: 'automation'
|
|
661
|
+
type: 'automation',
|
|
662
|
+
icon: 'automation_compare_items'
|
|
659
663
|
},
|
|
660
664
|
{
|
|
661
665
|
data_type: 'Constants',
|
|
662
666
|
name: 'Constants',
|
|
663
667
|
url: file_server_url + '/' + automation_modules_path + 'constants.js',
|
|
664
|
-
type: 'automation'
|
|
668
|
+
type: 'automation',
|
|
669
|
+
icon: 'automation_constants'
|
|
665
670
|
},
|
|
666
671
|
{
|
|
667
672
|
data_type: 'CreateFiles',
|
|
668
673
|
name: 'Create Files',
|
|
669
674
|
url: file_server_url + '/' + automation_modules_path + 'create_files.js',
|
|
670
|
-
type: 'automation'
|
|
675
|
+
type: 'automation',
|
|
676
|
+
icon: 'automation_create_files'
|
|
671
677
|
},
|
|
672
678
|
{
|
|
673
679
|
data_type: 'CreateItemsApi',
|
|
674
|
-
name: 'Create Items
|
|
680
|
+
name: 'Create Items Api',
|
|
675
681
|
url: file_server_url + '/' + automation_modules_path + 'create_item_api.js',
|
|
676
|
-
type: 'automation'
|
|
677
|
-
|
|
678
|
-
{
|
|
679
|
-
data_type: 'FaceDetector',
|
|
680
|
-
name: 'Face Detector',
|
|
681
|
-
url: file_server_url + '/' + automation_modules_path + 'face_detector.js',
|
|
682
|
-
type: 'automation'
|
|
682
|
+
type: 'automation',
|
|
683
|
+
icon: 'automation_create_items_api'
|
|
683
684
|
},
|
|
684
685
|
{
|
|
685
686
|
data_type: 'FileDuplicate',
|
|
686
687
|
name: 'File Duplicate',
|
|
687
688
|
url: file_server_url + '/' + automation_modules_path + 'file_duplicate.js',
|
|
688
|
-
type: 'automation'
|
|
689
|
+
type: 'automation',
|
|
690
|
+
icon: 'automation_file_duplicate'
|
|
689
691
|
},
|
|
690
692
|
{
|
|
691
693
|
data_type: 'Filter',
|
|
692
694
|
name: 'Filter',
|
|
693
695
|
url: file_server_url + '/' + automation_modules_path + 'filter_node.js',
|
|
694
|
-
type: 'automation'
|
|
696
|
+
type: 'automation',
|
|
697
|
+
icon: 'filter'
|
|
695
698
|
},
|
|
696
699
|
{
|
|
697
700
|
data_type: 'GetItemByItemRef',
|
|
698
701
|
name: 'Get Item By Item Ref',
|
|
699
702
|
url: file_server_url + '/' + automation_modules_path + 'get_item_by_item_ref.js',
|
|
700
|
-
type: 'automation'
|
|
703
|
+
type: 'automation',
|
|
704
|
+
icon: 'automation_get_item_by_item_ref'
|
|
701
705
|
},
|
|
702
706
|
{
|
|
703
707
|
data_type: 'GetItems',
|
|
704
708
|
name: 'Get Items',
|
|
705
709
|
url: file_server_url + '/' + automation_modules_path + 'get_items.js',
|
|
706
|
-
type: 'automation'
|
|
710
|
+
type: 'automation',
|
|
711
|
+
icon: 'automation_get_items'
|
|
707
712
|
},
|
|
708
713
|
{
|
|
709
714
|
data_type: 'GhElementNode',
|
|
710
715
|
name: 'Gh Element Node',
|
|
711
716
|
url: file_server_url + '/' + automation_modules_path + 'gh_element_node.js',
|
|
712
|
-
type: 'automation'
|
|
717
|
+
type: 'automation',
|
|
718
|
+
icon: 'automation_gh_element_node',
|
|
719
|
+
private: true
|
|
713
720
|
},
|
|
714
721
|
{
|
|
715
722
|
data_type: 'IfCondition',
|
|
716
723
|
name: 'If Condition',
|
|
717
724
|
url: file_server_url + '/' + automation_modules_path + 'if_condition.js',
|
|
718
|
-
type: 'automation'
|
|
725
|
+
type: 'automation',
|
|
726
|
+
icon: 'automation_if_condition'
|
|
719
727
|
},
|
|
720
728
|
{
|
|
721
729
|
data_type: 'ItemConstructor',
|
|
722
730
|
name: 'Item Constructor',
|
|
723
731
|
url: file_server_url + '/' + automation_modules_path + 'item_constructor.js',
|
|
724
|
-
type: 'automation'
|
|
732
|
+
type: 'automation',
|
|
733
|
+
icon: 'automation_item_constructor'
|
|
725
734
|
},
|
|
726
735
|
{
|
|
727
736
|
data_type: 'ItemDestructor',
|
|
728
737
|
name: 'Item Destructor',
|
|
729
738
|
url: file_server_url + '/' + automation_modules_path + 'item_destructor.js',
|
|
730
|
-
type: 'automation'
|
|
739
|
+
type: 'automation',
|
|
740
|
+
icon: 'automation_item_destructor'
|
|
731
741
|
},
|
|
732
742
|
{
|
|
733
743
|
data_type: 'JSONScheme',
|
|
734
744
|
name: 'JSON Scheme',
|
|
735
745
|
url: file_server_url + '/' + automation_modules_path + 'json_scheme.js',
|
|
736
|
-
type: 'automation'
|
|
746
|
+
type: 'automation',
|
|
747
|
+
icon: 'automation_json_scheme'
|
|
737
748
|
},
|
|
738
749
|
{
|
|
739
750
|
data_type: 'MergeItems',
|
|
740
751
|
name: 'Merge Items',
|
|
741
752
|
url: file_server_url + '/' + automation_modules_path + 'merge_items.js',
|
|
742
|
-
type: 'automation'
|
|
753
|
+
type: 'automation',
|
|
754
|
+
icon: 'automation_merge_items'
|
|
743
755
|
},
|
|
744
756
|
{
|
|
745
757
|
data_type: 'MessageConstructor',
|
|
746
758
|
name: 'Message Constructor',
|
|
747
759
|
url: file_server_url + '/' + automation_modules_path + 'message_constructor.js',
|
|
748
|
-
type: 'automation'
|
|
760
|
+
type: 'automation',
|
|
761
|
+
icon: 'automation_message_constructor'
|
|
749
762
|
},
|
|
750
763
|
{
|
|
751
764
|
data_type: 'ObjectToItem',
|
|
752
765
|
name: 'Object To Item',
|
|
753
766
|
url: file_server_url + '/' + automation_modules_path + 'obj_to_item.js',
|
|
754
|
-
type: 'automation'
|
|
767
|
+
type: 'automation',
|
|
768
|
+
icon: 'automation_object_to_item'
|
|
755
769
|
},
|
|
756
770
|
{
|
|
757
771
|
data_type: 'ObjectConstructor',
|
|
758
772
|
name: 'Object Constructor',
|
|
759
773
|
url: file_server_url + '/' + automation_modules_path + 'object_constructor.js',
|
|
760
|
-
type: 'automation'
|
|
774
|
+
type: 'automation',
|
|
775
|
+
icon: 'automation_object_constructor'
|
|
761
776
|
},
|
|
762
777
|
{
|
|
763
778
|
data_type: 'ObjectDestructor',
|
|
764
779
|
name: 'Object Destructor',
|
|
765
780
|
url: file_server_url + '/' + automation_modules_path + 'object_destructor.js',
|
|
766
|
-
type: 'automation'
|
|
781
|
+
type: 'automation',
|
|
782
|
+
icon: 'automation_object_destructor'
|
|
767
783
|
},
|
|
768
784
|
{
|
|
769
|
-
data_type: 'PopulateElement',
|
|
785
|
+
data_type: 'PopulateElement', // Available for GH Elements only
|
|
770
786
|
name: 'Populate Element',
|
|
771
787
|
url: file_server_url + '/' + automation_modules_path + 'populate_element.js',
|
|
772
|
-
type: 'automation'
|
|
788
|
+
type: 'automation',
|
|
789
|
+
icon: 'automation_populate_element',
|
|
790
|
+
private: true
|
|
773
791
|
},
|
|
774
792
|
{
|
|
775
793
|
data_type: 'PopulateItems',
|
|
776
794
|
name: 'Populate Items',
|
|
777
795
|
url: file_server_url + '/' + automation_modules_path + 'populate_items.js',
|
|
778
|
-
type: 'automation'
|
|
796
|
+
type: 'automation',
|
|
797
|
+
icon: 'automation_populate_items'
|
|
779
798
|
},
|
|
780
799
|
{
|
|
781
800
|
data_type: 'PopulateWithDate',
|
|
782
801
|
name: 'Populate With Date',
|
|
783
802
|
url: file_server_url + '/' + automation_modules_path + 'populate_with_date.js',
|
|
784
|
-
type: 'automation'
|
|
803
|
+
type: 'automation',
|
|
804
|
+
icon: 'automation_populate_with_date'
|
|
785
805
|
},
|
|
786
806
|
{
|
|
787
807
|
data_type: 'PopulateWithItemRef',
|
|
788
|
-
name: 'Populate
|
|
808
|
+
name: 'Populate with Item Ref',
|
|
789
809
|
url: file_server_url + '/' + automation_modules_path + 'populate_with_item_ref.js',
|
|
790
|
-
type: 'automation'
|
|
810
|
+
type: 'automation',
|
|
811
|
+
icon: 'automation_populate_with_item_ref'
|
|
791
812
|
},
|
|
792
813
|
{
|
|
793
|
-
data_type: 'PopUpForm',
|
|
814
|
+
data_type: 'PopUpForm', // Available for Quiz Node, GH Element, Smart Input
|
|
794
815
|
name: 'Pop Up Form',
|
|
795
816
|
url: file_server_url + '/' + automation_modules_path + 'popup_form.js',
|
|
796
|
-
type: 'automation'
|
|
817
|
+
type: 'automation',
|
|
818
|
+
icon: 'automation_pop_up_form',
|
|
819
|
+
private: true
|
|
797
820
|
},
|
|
798
821
|
{
|
|
799
|
-
data_type: 'QuizForm',
|
|
822
|
+
data_type: 'QuizForm', // Available for Quiz Node only
|
|
800
823
|
name: 'Quiz Form',
|
|
801
824
|
url: file_server_url + '/' + automation_modules_path + 'quiz_form.js',
|
|
802
|
-
type: 'automation'
|
|
825
|
+
type: 'automation',
|
|
826
|
+
icon: 'automation_quiz_form',
|
|
827
|
+
private: true
|
|
803
828
|
},
|
|
804
829
|
{
|
|
805
830
|
data_type: 'QuizNode',
|
|
806
831
|
name: 'Quiz Node',
|
|
807
832
|
url: file_server_url + '/' + automation_modules_path + 'quiz_node.js',
|
|
808
|
-
type: 'automation'
|
|
833
|
+
type: 'automation',
|
|
834
|
+
icon: 'automation_quiz_node',
|
|
835
|
+
private: true
|
|
809
836
|
},
|
|
810
837
|
{
|
|
811
838
|
data_type: 'Request',
|
|
812
839
|
name: 'Request',
|
|
813
840
|
url: file_server_url + '/' + automation_modules_path + 'request_node.js',
|
|
814
|
-
type: 'automation'
|
|
841
|
+
type: 'automation',
|
|
842
|
+
icon: 'automation_request'
|
|
815
843
|
},
|
|
816
844
|
{
|
|
817
|
-
data_type: 'Response',
|
|
818
|
-
name: 'Response',
|
|
845
|
+
data_type: 'Response', // Available for API only
|
|
846
|
+
name: 'Response',
|
|
819
847
|
url: file_server_url + '/' + automation_modules_path + 'response_node.js',
|
|
820
|
-
type: 'automation'
|
|
848
|
+
type: 'automation',
|
|
849
|
+
icon: 'automation_response',
|
|
850
|
+
private: true
|
|
821
851
|
},
|
|
822
852
|
{
|
|
823
853
|
data_type: 'SmartInput',
|
|
824
854
|
name: 'Smart Input',
|
|
825
855
|
url: file_server_url + '/' + automation_modules_path + 'smart_input.js',
|
|
826
|
-
type: 'automation'
|
|
856
|
+
type: 'automation',
|
|
857
|
+
icon: 'automation_smart_input',
|
|
858
|
+
private: true
|
|
827
859
|
},
|
|
828
860
|
{
|
|
829
861
|
data_type: 'Trigger',
|
|
830
862
|
name: 'Trigger',
|
|
831
863
|
url: file_server_url + '/' + automation_modules_path + 'trigger_node.js',
|
|
832
|
-
type: 'automation'
|
|
864
|
+
type: 'automation',
|
|
865
|
+
icon: 'automation_trigger',
|
|
866
|
+
private: true
|
|
833
867
|
},
|
|
834
868
|
{
|
|
835
869
|
data_type: 'TwilioSMS',
|
|
836
|
-
name: 'Twilio
|
|
870
|
+
name: 'Twilio',
|
|
837
871
|
url: file_server_url + '/' + automation_modules_path + 'twilio_sms.js',
|
|
838
|
-
type: 'automation'
|
|
872
|
+
type: 'automation',
|
|
873
|
+
icon: 'automation_twilio'
|
|
839
874
|
},
|
|
840
875
|
{
|
|
841
876
|
data_type: 'UpdateItemsApi',
|
|
842
877
|
name: 'Update Items Api',
|
|
843
878
|
url: file_server_url + '/' + automation_modules_path + 'update_items_api.js',
|
|
844
|
-
type: 'automation'
|
|
879
|
+
type: 'automation',
|
|
880
|
+
icon: 'automation_update_items_api'
|
|
845
881
|
},
|
|
846
882
|
{
|
|
847
883
|
data_type: 'GoogleCalendar',
|
|
848
884
|
name: 'Google Calendar',
|
|
849
885
|
url: file_server_url + '/' + automation_modules_path + 'google_calendar.js',
|
|
850
|
-
type: 'automation'
|
|
886
|
+
type: 'automation',
|
|
887
|
+
icon: 'calendar'
|
|
851
888
|
},
|
|
852
889
|
{
|
|
853
890
|
data_type: 'VerifyEmail',
|
|
854
|
-
name: 'Verify
|
|
891
|
+
name: 'Verify email',
|
|
855
892
|
url: file_server_url + '/' + automation_modules_path + 'verify_email.js',
|
|
856
|
-
type: 'automation'
|
|
893
|
+
type: 'automation',
|
|
894
|
+
icon: 'check_in_circle'
|
|
857
895
|
},
|
|
858
896
|
{
|
|
859
897
|
data_type: 'Iterator',
|
|
860
898
|
name: 'Iterator',
|
|
861
899
|
url: file_server_url + '/' + automation_modules_path + 'iterator.js',
|
|
862
|
-
type: 'automation'
|
|
900
|
+
type: 'automation',
|
|
901
|
+
icon: 'update'
|
|
863
902
|
},
|
|
864
903
|
{
|
|
865
904
|
data_type: 'IteratorInput',
|
|
866
905
|
name: 'Iterator Input',
|
|
867
906
|
url: file_server_url + '/' + automation_modules_path + 'iterator_input.js',
|
|
868
|
-
type: 'automation'
|
|
907
|
+
type: 'automation',
|
|
908
|
+
icon: 'arrow_right',
|
|
909
|
+
private: true
|
|
869
910
|
},
|
|
870
911
|
{
|
|
871
912
|
data_type: 'IteratorOutput',
|
|
872
913
|
name: 'Iterator Output',
|
|
873
914
|
url: file_server_url + '/' + automation_modules_path + 'iterator_output.js',
|
|
874
|
-
type: 'automation'
|
|
915
|
+
type: 'automation',
|
|
916
|
+
icon: 'arrow_right',
|
|
917
|
+
private: true
|
|
875
918
|
},
|
|
876
919
|
{
|
|
877
920
|
data_type: 'SendEmail',
|
|
878
|
-
name: 'Send
|
|
921
|
+
name: 'Send email',
|
|
879
922
|
url: file_server_url + '/' + automation_modules_path + 'send_email.js',
|
|
880
|
-
type: 'automation'
|
|
923
|
+
type: 'automation',
|
|
924
|
+
icon: 'email'
|
|
881
925
|
},
|
|
882
926
|
{
|
|
883
927
|
data_type: 'FileReader',
|
|
884
928
|
name: 'File Reader',
|
|
885
929
|
url: file_server_url + '/' + automation_modules_path + 'file_reader.js',
|
|
886
|
-
type: 'automation'
|
|
930
|
+
type: 'automation',
|
|
931
|
+
icon: 'file'
|
|
887
932
|
}
|
|
888
933
|
]
|
|
889
934
|
}
|
|
@@ -25,9 +25,13 @@ export class Storage {
|
|
|
25
25
|
return this.users_list;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
getModulesList(type) {
|
|
28
|
+
getModulesList(type, isPrivate) {
|
|
29
29
|
if(typeof type === 'undefined') {
|
|
30
30
|
return this.modulesList
|
|
31
|
+
} else if(isPrivate == false) {
|
|
32
|
+
return this.modulesList.filter(module => {
|
|
33
|
+
return module.type === type && !module.private;
|
|
34
|
+
});
|
|
31
35
|
} else {
|
|
32
36
|
return this.modulesList.filter(module => {
|
|
33
37
|
return module.type === type;
|
package/package.json
CHANGED
package/umd/library.min.js
CHANGED
|
@@ -104,9 +104,9 @@ var t="function"==typeof Map&&Map.prototype,e=Object.getOwnPropertyDescriptor&&t
|
|
|
104
104
|
},{}],"E3xI":[function(require,module,exports) {
|
|
105
105
|
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.PipeService=void 0;var e=require("./utils.js");function r(e){return i(e)||n(e)||s(e)||t()}function t(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function s(e,r){if(e){if("string"==typeof e)return o(e,r);var t=Object.prototype.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?o(e,r):void 0}}function n(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function i(e){if(Array.isArray(e))return o(e)}function o(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,s=new Array(r);t<r;t++)s[t]=e[t];return s}function a(e,r){if(!(e instanceof r))throw new TypeError("Cannot call a class as a function")}function u(e,r){for(var t=0;t<r.length;t++){var s=r[t];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(e,s.key,s)}}function c(e,r,t){return r&&u(e.prototype,r),t&&u(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var l=function(){function t(){a(this,t),this.subscribers={},this.messageBox={}}return c(t,[{key:"on",value:function(r,t,s){var n=this;return(0,e.checkParams)(r,t,s)&&r.split(" ").map(function(r){return r+":"+(0,e.createId)(t)}).forEach(function(e){n.subscribers[e]||(n.subscribers[e]=new Set),n.subscribers[e].add(s),n.checkMessageBox(e)}),this}},{key:"emit",value:function(r,t,s,n){var i=this;return r.split(" ").forEach(function(o){var a=o+":"+(0,e.createId)(t);if(i.subscribers[a]){if(0==i.subscribers[a].size)return i.messageBox[a]=[r,t,s,n,!1],i;i.subscribers[a].forEach(function(e){e(null,s,n)})}else i.messageBox[a]=[r,t,s,n,!1]}),this}},{key:"onRoot",value:function(e,r,t){return this.on(e,r,t)}},{key:"destroy",value:function(r,t,s){var n=this;return r.split(" ").forEach(function(r){var i=r+":"+(0,e.createId)(t);n.subscribers[i]&&s&&n.subscribers[i].delete(s),n.subscribers[i]&&!s&&delete n.subscribers[i]}),this}},{key:"checkMessageBox",value:function(e){var t=this;this.cleanMesssageBox(),this.messageBox[e]&&setTimeout(function(){t.messageBox[e]&&(t.emit.apply(t,r(t.messageBox[e])),t.messageBox[e][4]=!0)},0)}},{key:"cleanMesssageBox",value:function(){for(var e in this.messageBox)this.messageBox[e][4]&&delete this.messageBox[e]}}]),t}();exports.PipeService=l;
|
|
106
106
|
},{"./utils.js":"Lc8J"}],"FJWL":[function(require,module,exports) {
|
|
107
|
-
"use strict";function e(e,t,a){return[{name:"text",url:t+"/"+e+"text_data.js",type:"gh_element",technology:"angular"},{name:"text_opt",url:t+"/"+e+"text_options_data.js",type:"gh_element",technology:"angular"},{name:"number",url:t+"/"+e+"number_data.js",type:"gh_element",technology:"angular"},{name:"task_board",url:t+"/"+e+"task_board_data.js",type:"gh_element",technology:"angular"},{name:"visualizer",url:t+"/"+e+"visualizer_data.js",type:"gh_element",technology:"angular"},{name:"enterprice_visualizer",url:t+"/"+e+"enterprice_visualizer_data.js",type:"gh_element",technology:"angular"},{name:"email",url:t+"/"+e+"email_data.js",type:"gh_element",technology:"angular"},{name:"date",url:t+"/"+e+"date_data.js",type:"gh_element",technology:"angular"},{name:"radio_button",url:t+"/"+e+"radio_button_data.js",type:"gh_element",technology:"angular"},{name:"radio_icon",url:t+"/"+e+"radio_icon_data.js",type:"gh_element",technology:"angular"},{name:"twilio_phone",url:t+"/"+e+"twilio_phone_data.js",type:"gh_element",technology:"angular"},{name:"twilio_autodialer",url:t+"/"+e+"twillio_autodialer_data.js",type:"gh_element",technology:"angular"},{name:"color",url:t+"/"+e+"color_data.js",type:"gh_element",technology:"angular"},{name:"charts",url:t+"/"+e+"charts_data.js",type:"gh_element",technology:"angular"},{name:"funnel_chart",url:t+"/"+e+"funnel_chart_data.js",type:"gh_element",technology:"angular"},{name:"add_items_from_template",url:t+"/"+e+"add_items_from_template_data.js",type:"gh_element",technology:"angular"},{name:"item_ref",url:t+"/"+e+"itemRef_data.js",type:"gh_element",technology:"angular"},{name:"calendar",js:"https://gudhub.com/modules/FullCalendar-Gh-Element/dist/main.js",css:"https://gudhub.com/modules/FullCalendar-Gh-Element/dist/style.css",type:"gh_element",technology:"class"},{name:"data_ref",url:t+"/"+e+"data_ref_data.js",type:"gh_element",technology:"angular"},{name:"table",url:t+"/"+e+"table_data.js",type:"gh_element",technology:"angular"},{name:"tile",url:t+"/"+e+"tile_data.js",type:"gh_element",technology:"angular"},{name:"file",url:t+"/"+e+"file_data.js",type:"gh_element",technology:"angular"},{name:"image",url:t+"/"+e+"image_data.js",type:"gh_element",technology:"angular"},{name:"text_editor",url:t+"/"+e+"text_editor_data.js",type:"gh_element",technology:"angular"},{name:"tinymse",url:t+"/"+e+"tinymse_data.js",type:"gh_element",technology:"angular"},{name:"duration",url:t+"/"+e+"duration_data.js",type:"gh_element",technology:"angular"},{name:"user",url:t+"/"+e+"user_data.js",type:"gh_element",technology:"angular"},{name:"app",url:t+"/"+e+"application_data.js",type:"gh_element",technology:"angular"},{name:"field",url:t+"/"+e+"field_data.js",type:"gh_element",technology:"angular"},{name:"available",url:t+"/"+e+"available_data.js",type:"gh_element",technology:"angular"},{name:"view_list",url:t+"/"+e+"view_list_data.js",type:"gh_element",technology:"angular"},{name:"calculator",url:t+"/"+e+"calculator_data.js",type:"gh_element",technology:"angular"},{name:"string_join",url:t+"/"+e+"string_joiner_data.js",type:"gh_element",technology:"angular"},{name:"signature",url:t+"/"+e+"signature_data.js",type:"gh_element",technology:"angular"},{name:"sendEmail",url:t+"/"+e+"send_email_data.js",type:"gh_element",technology:"angular"},{name:"boolean",url:t+"/"+e+"boolean_data.js",type:"gh_element",technology:"angular"},{name:"product_gallery",url:t+"/"+e+"product_gallery_data.js",type:"gh_element",technology:"angular"},{name:"online_inventory",url:t+"/"+e+"online_inventory_data.js",type:"gh_element",technology:"angular"},{name:"3d_edges",url:t+"/"+e+"3d_edges_data.js",type:"gh_element",technology:"angular"},{name:"color_list",url:t+"/"+e+"color_list_data.js",type:"gh_element",technology:"angular"},{name:"go_to_link",url:t+"/"+e+"go_to_link_data.js",type:"gh_element",technology:"angular"},{name:"go_to_view",url:t+"/"+e+"go_to_view_data.js",type:"gh_element",technology:"angular"},{name:"range",url:t+"/"+e+"range_data.js",type:"gh_element",technology:"angular"},{name:"barcode",url:t+"/"+e+"barcode_data.js",type:"gh_element",technology:"angular"},{name:"item_remote_add",url:t+"/"+e+"item_remote_add_data.js",type:"gh_element",technology:"angular"},{name:"item_remote_update",url:t+"/"+e+"item_remote_update_data.js",type:"gh_element",technology:"angular"},{name:"timeline",url:t+"/"+e+"timeline_data.js",type:"gh_element",technology:"angular"},{name:"delete_item",url:t+"/"+e+"delete_action.js",type:"gh_element",technology:"angular"},{name:"print_doc",url:t+"/"+e+"print_doc_action.js",type:"gh_element",technology:"angular"},{name:"open_item",url:t+"/"+e+"open_item_action.js",type:"gh_element",technology:"angular"},{name:"edit_template",url:t+"/"+e+"edit_template_action.js",type:"gh_element",technology:"angular"},{name:"open_app",url:t+"/"+e+"open_app_action.js",type:"gh_element",technology:"angular"},{name:"user_settings",url:t+"/"+e+"user_settings_action.js",type:"gh_element",technology:"angular"},{name:"app_sharing",url:t+"/"+e+"sharing_action.js",type:"gh_element",technology:"angular"},{name:"app_constructor",url:t+"/"+e+"app_constructor_action.js",type:"gh_element",technology:"angular"},{name:"app_settings",url:t+"/"+e+"app_settings_action.js",type:"gh_element",technology:"angular"},{name:"export_csv",url:t+"/"+e+"export_csv.js",type:"gh_element",technology:"angular"},{name:"import_csv",url:t+"/"+e+"import_csv.js",type:"gh_element",technology:"angular"},{name:"add_items",url:t+"/"+e+"add_items_action.js",type:"gh_element",technology:"angular"},{name:"update_items",url:t+"/"+e+"update_items_action.js",type:"gh_element",technology:"angular"},{name:"install_app",url:t+"/"+e+"install_app_action.js",type:"gh_element",technology:"angular"},{name:"search_action",url:t+"/"+e+"search_action.js",type:"gh_element",technology:"angular"},{name:"filter_table",url:t+"/"+e+"filter_table_action.js",type:"gh_element",technology:"angular"},{name:"slider",url:t+"/"+e+"slider_data.js",type:"gh_element",technology:"angular"},{name:"clone_item",url:t+"/"+e+"clone_item_action.js",type:"gh_element",technology:"angular"},{name:"close",url:t+"/"+e+"close_action.js",type:"gh_element",technology:"angular"},{name:"phone",url:t+"/"+e+"phone_data.js",type:"gh_element",technology:"angular"},{name:"link",url:t+"/"+e+"link_data.js",type:"gh_element",technology:"angular"},{name:"sheduling",url:t+"/"+e+"sheduling_data.js",type:"gh_element",technology:"angular"},{name:"qrcode",url:t+"/"+e+"qrcode_data.js",type:"gh_element",technology:"angular"},{name:"graph2d",url:t+"/"+e+"graph2d_data.js",type:"gh_element",technology:"angular"},{name:"quote_tool",url:t+"/"+e+"quote_tool_data.js",type:"gh_element",technology:"angular"},{name:"cards",url:t+"/"+e+"cards_data.js",type:"gh_element",technology:"angular"},{name:"jsonConstructor",url:t+"/"+e+"json_constructor_data.js",type:"gh_element",technology:"angular"},{name:"button",js:"https://gudhub.com/modules/button_action/button_action.js",type:"gh_element",technology:"class"},{name:"editorjs",js:"https://gudhub.com/modules/Editor-Js/dist/main.js",css:"https://gudhub.com/modules/Editor-Js/dist/style.css",type:"gh_element",technology:"class"},{name:"filter_advanced",url:t+"/"+e+"filter_advanced_data.js",type:"gh_element",technology:"angular"},{name:"code_editor",url:t+"/"+e+"code_editor_data.js",type:"gh_element",technology:"angular"},{name:"icon",url:t+"/"+e+"icon_data.js",type:"gh_element",technology:"angular"},{name:"quoteRequest",url:t+"/"+e+"quote_request_data.js",type:"gh_element",technology:"angular"},{name:"view_container",url:t+"/"+e+"view_container_data.js",type:"gh_element",technology:"angular"},{name:"element_ref",url:t+"/"+e+"element_ref_data.js",type:"gh_element",technology:"angular"},{name:"quote_tool_objects_renderer",url:t+"/"+e+"quote_tool_objects_renderer_data.js",type:"gh_element",technology:"angular"},{name:"quote_tool_objects_renderer_generator",url:t+"/"+e+"quote_tool_objects_renderer_generator_data.js",type:"gh_element",technology:"angular"},{name:"trigger",url:t+"/"+e+"trigger_data.js",type:"gh_element",technology:"angular"},{name:"voting",url:t+"/"+e+"voting_data.js",type:"gh_element",technology:"angular"},{name:"view_tabs",url:t+"/"+e+"view_tabs.js",type:"gh_element",technology:"angular"},{name:"filter_tabs",url:t+"/"+e+"filter_tabs.js",type:"gh_element",technology:"angular"},{name:"gps_coords",url:t+"/"+e+"gps_coords.js",type:"gh_element",technology:"angular"},{name:"google_map",url:t+"/"+e+"google_map_data.js",type:"gh_element",technology:"angular"},{name:"data_migrations",url:t+"/"+e+"data_migrations.js",type:"gh_element",technology:"angular"},{name:"additional_settings",url:t+"/"+e+"gh_additional_settings_data.js",type:"gh_element",technology:"angular"},{name:"send_request",url:t+"/"+e+"send_request_data.js",type:"gh_element",technology:"angular"},{name:"webcam",url:t+"/"+e+"webcam_data.js",type:"gh_element",technology:"angular"},{name:"json_viewer",url:t+"/"+e+"json_viewer_data.js",type:"gh_element",technology:"angular"},{name:"notifications",url:t+"/"+e+"notifications_data.js",type:"gh_element",technology:"angular"},{name:"api",url:t+"/"+e+"api_data.js",type:"gh_element",technology:"angular"},{name:"smart_input",url:t+"/"+e+"smart_input_data.js",type:"gh_element",technology:"angular"},{name:"json_editor",url:t+"/"+e+"json_editor_data.js",type:"gh_element",technology:"angular"},{name:"grapes_html_editor",url:t+"/"+e+"grapes_html_editor_data.js",type:"gh_element",technology:"angular"},{name:"quiz",url:t+"/"+e+"quiz_data.js",type:"gh_element",technology:"angular"},{name:"password_input",url:t+"/"+e+"password_input_data.js",type:"gh_element",technology:"angular"},{name:"vs_code",url:t+"/"+e+"vs_code_data.js",type:"gh_element",technology:"angular"},{name:"nested_list",js:"https://gudhub.com/modules/Nested-List/dist/main.js",css:"https://gudhub.com/modules/Nested-List/dist/style.css",type:"gh_element",technology:"class"},{name:"countertop_smart_quote",url:t+"/"+e+"countertop_smart_quote_data.js",type:"gh_element",technology:"angular"},{name:"markdown_viewer",js:"https://gudhub.com/modules/markdown-it-gh-element/dist/main.js",css:"https://gudhub.com/modules/markdown-it-gh-element/dist/style.css",type:"gh_element",technology:"class"},{data_type:"API",name:"API",url:t+"/"+a+"api_node.js",type:"automation"},{data_type:"Calculator",name:"Calculator",url:t+"/"+a+"calculator.js",type:"automation"},{data_type:"CompareItems",name:"Compare Items",url:t+"/"+a+"compare_items.js",type:"automation"},{data_type:"Constants",name:"Constants",url:t+"/"+a+"constants.js",type:"automation"},{data_type:"CreateFiles",name:"Create Files",url:t+"/"+a+"create_files.js",type:"automation"},{data_type:"CreateItemsApi",name:"Create Items API",url:t+"/"+a+"create_item_api.js",type:"automation"},{data_type:"FaceDetector",name:"Face Detector",url:t+"/"+a+"face_detector.js",type:"automation"},{data_type:"FileDuplicate",name:"File Duplicate",url:t+"/"+a+"file_duplicate.js",type:"automation"},{data_type:"Filter",name:"Filter",url:t+"/"+a+"filter_node.js",type:"automation"},{data_type:"GetItemByItemRef",name:"Get Item By Item Ref",url:t+"/"+a+"get_item_by_item_ref.js",type:"automation"},{data_type:"GetItems",name:"Get Items",url:t+"/"+a+"get_items.js",type:"automation"},{data_type:"GhElementNode",name:"Gh Element Node",url:t+"/"+a+"gh_element_node.js",type:"automation"},{data_type:"IfCondition",name:"If Condition",url:t+"/"+a+"if_condition.js",type:"automation"},{data_type:"ItemConstructor",name:"Item Constructor",url:t+"/"+a+"item_constructor.js",type:"automation"},{data_type:"ItemDestructor",name:"Item Destructor",url:t+"/"+a+"item_destructor.js",type:"automation"},{data_type:"JSONScheme",name:"JSON Scheme",url:t+"/"+a+"json_scheme.js",type:"automation"},{data_type:"MergeItems",name:"Merge Items",url:t+"/"+a+"merge_items.js",type:"automation"},{data_type:"MessageConstructor",name:"Message Constructor",url:t+"/"+a+"message_constructor.js",type:"automation"},{data_type:"ObjectToItem",name:"Object To Item",url:t+"/"+a+"obj_to_item.js",type:"automation"},{data_type:"ObjectConstructor",name:"Object Constructor",url:t+"/"+a+"object_constructor.js",type:"automation"},{data_type:"ObjectDestructor",name:"Object Destructor",url:t+"/"+a+"object_destructor.js",type:"automation"},{data_type:"PopulateElement",name:"Populate Element",url:t+"/"+a+"populate_element.js",type:"automation"},{data_type:"PopulateItems",name:"Populate Items",url:t+"/"+a+"populate_items.js",type:"automation"},{data_type:"PopulateWithDate",name:"Populate With Date",url:t+"/"+a+"populate_with_date.js",type:"automation"},{data_type:"PopulateWithItemRef",name:"Populate With Item Ref",url:t+"/"+a+"populate_with_item_ref.js",type:"automation"},{data_type:"PopUpForm",name:"Pop Up Form",url:t+"/"+a+"popup_form.js",type:"automation"},{data_type:"QuizForm",name:"Quiz Form",url:t+"/"+a+"quiz_form.js",type:"automation"},{data_type:"QuizNode",name:"Quiz Node",url:t+"/"+a+"quiz_node.js",type:"automation"},{data_type:"Request",name:"Request",url:t+"/"+a+"request_node.js",type:"automation"},{data_type:"Response",name:"Response",url:t+"/"+a+"response_node.js",type:"automation"},{data_type:"SmartInput",name:"Smart Input",url:t+"/"+a+"smart_input.js",type:"automation"},{data_type:"Trigger",name:"Trigger",url:t+"/"+a+"trigger_node.js",type:"automation"},{data_type:"TwilioSMS",name:"Twilio SMS",url:t+"/"+a+"twilio_sms.js",type:"automation"},{data_type:"UpdateItemsApi",name:"Update Items Api",url:t+"/"+a+"update_items_api.js",type:"automation"},{data_type:"GoogleCalendar",name:"Google Calendar",url:t+"/"+a+"google_calendar.js",type:"automation"},{data_type:"VerifyEmail",name:"Verify Email",url:t+"/"+a+"verify_email.js",type:"automation"},{data_type:"Iterator",name:"Iterator",url:t+"/"+a+"iterator.js",type:"automation"},{data_type:"IteratorInput",name:"Iterator Input",url:t+"/"+a+"iterator_input.js",type:"automation"},{data_type:"IteratorOutput",name:"Iterator Output",url:t+"/"+a+"iterator_output.js",type:"automation"},{data_type:"SendEmail",name:"Send Email",url:t+"/"+a+"send_email.js",type:"automation"},{data_type:"FileReader",name:"File Reader",url:t+"/"+a+"file_reader.js",type:"automation"}]}Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=e;
|
|
107
|
+
"use strict";function e(e,t,a){return[{name:"text",url:t+"/"+e+"text_data.js",type:"gh_element",technology:"angular"},{name:"text_opt",url:t+"/"+e+"text_options_data.js",type:"gh_element",technology:"angular"},{name:"number",url:t+"/"+e+"number_data.js",type:"gh_element",technology:"angular"},{name:"task_board",url:t+"/"+e+"task_board_data.js",type:"gh_element",technology:"angular"},{name:"visualizer",url:t+"/"+e+"visualizer_data.js",type:"gh_element",technology:"angular"},{name:"enterprice_visualizer",url:t+"/"+e+"enterprice_visualizer_data.js",type:"gh_element",technology:"angular"},{name:"email",url:t+"/"+e+"email_data.js",type:"gh_element",technology:"angular"},{name:"date",url:t+"/"+e+"date_data.js",type:"gh_element",technology:"angular"},{name:"radio_button",url:t+"/"+e+"radio_button_data.js",type:"gh_element",technology:"angular"},{name:"radio_icon",url:t+"/"+e+"radio_icon_data.js",type:"gh_element",technology:"angular"},{name:"twilio_phone",url:t+"/"+e+"twilio_phone_data.js",type:"gh_element",technology:"angular"},{name:"twilio_autodialer",url:t+"/"+e+"twillio_autodialer_data.js",type:"gh_element",technology:"angular"},{name:"color",url:t+"/"+e+"color_data.js",type:"gh_element",technology:"angular"},{name:"charts",url:t+"/"+e+"charts_data.js",type:"gh_element",technology:"angular"},{name:"funnel_chart",url:t+"/"+e+"funnel_chart_data.js",type:"gh_element",technology:"angular"},{name:"add_items_from_template",url:t+"/"+e+"add_items_from_template_data.js",type:"gh_element",technology:"angular"},{name:"item_ref",url:t+"/"+e+"itemRef_data.js",type:"gh_element",technology:"angular"},{name:"calendar",js:"https://gudhub.com/modules/FullCalendar-Gh-Element/dist/main.js",css:"https://gudhub.com/modules/FullCalendar-Gh-Element/dist/style.css",type:"gh_element",technology:"class"},{name:"data_ref",url:t+"/"+e+"data_ref_data.js",type:"gh_element",technology:"angular"},{name:"table",url:t+"/"+e+"table_data.js",type:"gh_element",technology:"angular"},{name:"tile",url:t+"/"+e+"tile_data.js",type:"gh_element",technology:"angular"},{name:"file",url:t+"/"+e+"file_data.js",type:"gh_element",technology:"angular"},{name:"image",url:t+"/"+e+"image_data.js",type:"gh_element",technology:"angular"},{name:"text_editor",url:t+"/"+e+"text_editor_data.js",type:"gh_element",technology:"angular"},{name:"tinymse",url:t+"/"+e+"tinymse_data.js",type:"gh_element",technology:"angular"},{name:"duration",url:t+"/"+e+"duration_data.js",type:"gh_element",technology:"angular"},{name:"user",url:t+"/"+e+"user_data.js",type:"gh_element",technology:"angular"},{name:"app",url:t+"/"+e+"application_data.js",type:"gh_element",technology:"angular"},{name:"field",url:t+"/"+e+"field_data.js",type:"gh_element",technology:"angular"},{name:"available",url:t+"/"+e+"available_data.js",type:"gh_element",technology:"angular"},{name:"view_list",url:t+"/"+e+"view_list_data.js",type:"gh_element",technology:"angular"},{name:"calculator",url:t+"/"+e+"calculator_data.js",type:"gh_element",technology:"angular"},{name:"string_join",url:t+"/"+e+"string_joiner_data.js",type:"gh_element",technology:"angular"},{name:"signature",url:t+"/"+e+"signature_data.js",type:"gh_element",technology:"angular"},{name:"sendEmail",url:t+"/"+e+"send_email_data.js",type:"gh_element",technology:"angular"},{name:"boolean",url:t+"/"+e+"boolean_data.js",type:"gh_element",technology:"angular"},{name:"product_gallery",url:t+"/"+e+"product_gallery_data.js",type:"gh_element",technology:"angular"},{name:"online_inventory",url:t+"/"+e+"online_inventory_data.js",type:"gh_element",technology:"angular"},{name:"3d_edges",url:t+"/"+e+"3d_edges_data.js",type:"gh_element",technology:"angular"},{name:"color_list",url:t+"/"+e+"color_list_data.js",type:"gh_element",technology:"angular"},{name:"go_to_link",url:t+"/"+e+"go_to_link_data.js",type:"gh_element",technology:"angular"},{name:"go_to_view",url:t+"/"+e+"go_to_view_data.js",type:"gh_element",technology:"angular"},{name:"range",url:t+"/"+e+"range_data.js",type:"gh_element",technology:"angular"},{name:"barcode",url:t+"/"+e+"barcode_data.js",type:"gh_element",technology:"angular"},{name:"item_remote_add",url:t+"/"+e+"item_remote_add_data.js",type:"gh_element",technology:"angular"},{name:"item_remote_update",url:t+"/"+e+"item_remote_update_data.js",type:"gh_element",technology:"angular"},{name:"timeline",url:t+"/"+e+"timeline_data.js",type:"gh_element",technology:"angular"},{name:"delete_item",url:t+"/"+e+"delete_action.js",type:"gh_element",technology:"angular"},{name:"print_doc",url:t+"/"+e+"print_doc_action.js",type:"gh_element",technology:"angular"},{name:"open_item",url:t+"/"+e+"open_item_action.js",type:"gh_element",technology:"angular"},{name:"edit_template",url:t+"/"+e+"edit_template_action.js",type:"gh_element",technology:"angular"},{name:"open_app",url:t+"/"+e+"open_app_action.js",type:"gh_element",technology:"angular"},{name:"user_settings",url:t+"/"+e+"user_settings_action.js",type:"gh_element",technology:"angular"},{name:"app_sharing",url:t+"/"+e+"sharing_action.js",type:"gh_element",technology:"angular"},{name:"app_constructor",url:t+"/"+e+"app_constructor_action.js",type:"gh_element",technology:"angular"},{name:"app_settings",url:t+"/"+e+"app_settings_action.js",type:"gh_element",technology:"angular"},{name:"export_csv",url:t+"/"+e+"export_csv.js",type:"gh_element",technology:"angular"},{name:"import_csv",url:t+"/"+e+"import_csv.js",type:"gh_element",technology:"angular"},{name:"add_items",url:t+"/"+e+"add_items_action.js",type:"gh_element",technology:"angular"},{name:"update_items",url:t+"/"+e+"update_items_action.js",type:"gh_element",technology:"angular"},{name:"install_app",url:t+"/"+e+"install_app_action.js",type:"gh_element",technology:"angular"},{name:"search_action",url:t+"/"+e+"search_action.js",type:"gh_element",technology:"angular"},{name:"filter_table",url:t+"/"+e+"filter_table_action.js",type:"gh_element",technology:"angular"},{name:"slider",url:t+"/"+e+"slider_data.js",type:"gh_element",technology:"angular"},{name:"clone_item",url:t+"/"+e+"clone_item_action.js",type:"gh_element",technology:"angular"},{name:"close",url:t+"/"+e+"close_action.js",type:"gh_element",technology:"angular"},{name:"phone",url:t+"/"+e+"phone_data.js",type:"gh_element",technology:"angular"},{name:"link",url:t+"/"+e+"link_data.js",type:"gh_element",technology:"angular"},{name:"sheduling",url:t+"/"+e+"sheduling_data.js",type:"gh_element",technology:"angular"},{name:"qrcode",url:t+"/"+e+"qrcode_data.js",type:"gh_element",technology:"angular"},{name:"graph2d",url:t+"/"+e+"graph2d_data.js",type:"gh_element",technology:"angular"},{name:"quote_tool",url:t+"/"+e+"quote_tool_data.js",type:"gh_element",technology:"angular"},{name:"cards",url:t+"/"+e+"cards_data.js",type:"gh_element",technology:"angular"},{name:"jsonConstructor",url:t+"/"+e+"json_constructor_data.js",type:"gh_element",technology:"angular"},{name:"button",js:"https://gudhub.com/modules/button_action/button_action.js",type:"gh_element",technology:"class"},{name:"editorjs",js:"https://gudhub.com/modules/Editor-Js/dist/main.js",css:"https://gudhub.com/modules/Editor-Js/dist/style.css",type:"gh_element",technology:"class"},{name:"filter_advanced",url:t+"/"+e+"filter_advanced_data.js",type:"gh_element",technology:"angular"},{name:"code_editor",url:t+"/"+e+"code_editor_data.js",type:"gh_element",technology:"angular"},{name:"icon",url:t+"/"+e+"icon_data.js",type:"gh_element",technology:"angular"},{name:"quoteRequest",url:t+"/"+e+"quote_request_data.js",type:"gh_element",technology:"angular"},{name:"view_container",url:t+"/"+e+"view_container_data.js",type:"gh_element",technology:"angular"},{name:"element_ref",url:t+"/"+e+"element_ref_data.js",type:"gh_element",technology:"angular"},{name:"quote_tool_objects_renderer",url:t+"/"+e+"quote_tool_objects_renderer_data.js",type:"gh_element",technology:"angular"},{name:"quote_tool_objects_renderer_generator",url:t+"/"+e+"quote_tool_objects_renderer_generator_data.js",type:"gh_element",technology:"angular"},{name:"trigger",url:t+"/"+e+"trigger_data.js",type:"gh_element",technology:"angular"},{name:"voting",url:t+"/"+e+"voting_data.js",type:"gh_element",technology:"angular"},{name:"view_tabs",url:t+"/"+e+"view_tabs.js",type:"gh_element",technology:"angular"},{name:"filter_tabs",url:t+"/"+e+"filter_tabs.js",type:"gh_element",technology:"angular"},{name:"gps_coords",url:t+"/"+e+"gps_coords.js",type:"gh_element",technology:"angular"},{name:"google_map",url:t+"/"+e+"google_map_data.js",type:"gh_element",technology:"angular"},{name:"data_migrations",url:t+"/"+e+"data_migrations.js",type:"gh_element",technology:"angular"},{name:"additional_settings",url:t+"/"+e+"gh_additional_settings_data.js",type:"gh_element",technology:"angular"},{name:"send_request",url:t+"/"+e+"send_request_data.js",type:"gh_element",technology:"angular"},{name:"webcam",url:t+"/"+e+"webcam_data.js",type:"gh_element",technology:"angular"},{name:"json_viewer",url:t+"/"+e+"json_viewer_data.js",type:"gh_element",technology:"angular"},{name:"notifications",url:t+"/"+e+"notifications_data.js",type:"gh_element",technology:"angular"},{name:"api",url:t+"/"+e+"api_data.js",type:"gh_element",technology:"angular"},{name:"smart_input",url:t+"/"+e+"smart_input_data.js",type:"gh_element",technology:"angular"},{name:"json_editor",url:t+"/"+e+"json_editor_data.js",type:"gh_element",technology:"angular"},{name:"grapes_html_editor",url:t+"/"+e+"grapes_html_editor_data.js",type:"gh_element",technology:"angular"},{name:"quiz",url:t+"/"+e+"quiz_data.js",type:"gh_element",technology:"angular"},{name:"password_input",url:t+"/"+e+"password_input_data.js",type:"gh_element",technology:"angular"},{name:"vs_code",url:t+"/"+e+"vs_code_data.js",type:"gh_element",technology:"angular"},{name:"nested_list",js:"https://gudhub.com/modules/Nested-List/dist/main.js",css:"https://gudhub.com/modules/Nested-List/dist/style.css",type:"gh_element",technology:"class"},{name:"countertop_smart_quote",url:t+"/"+e+"countertop_smart_quote_data.js",type:"gh_element",technology:"angular"},{name:"markdown_viewer",js:"https://gudhub.com/modules/markdown-it-gh-element/dist/main.js",css:"https://gudhub.com/modules/markdown-it-gh-element/dist/style.css",type:"gh_element",technology:"class"},{data_type:"API",name:"API",url:t+"/"+a+"api_node.js",type:"automation",icon:"automation_api",private:!0},{data_type:"Calculator",name:"Calculator",url:t+"/"+a+"calculator.js",type:"automation",icon:"automation_calculator"},{data_type:"CompareItems",name:"Compare Items",url:t+"/"+a+"compare_items.js",type:"automation",icon:"automation_compare_items"},{data_type:"Constants",name:"Constants",url:t+"/"+a+"constants.js",type:"automation",icon:"automation_constants"},{data_type:"CreateFiles",name:"Create Files",url:t+"/"+a+"create_files.js",type:"automation",icon:"automation_create_files"},{data_type:"CreateItemsApi",name:"Create Items Api",url:t+"/"+a+"create_item_api.js",type:"automation",icon:"automation_create_items_api"},{data_type:"FileDuplicate",name:"File Duplicate",url:t+"/"+a+"file_duplicate.js",type:"automation",icon:"automation_file_duplicate"},{data_type:"Filter",name:"Filter",url:t+"/"+a+"filter_node.js",type:"automation",icon:"filter"},{data_type:"GetItemByItemRef",name:"Get Item By Item Ref",url:t+"/"+a+"get_item_by_item_ref.js",type:"automation",icon:"automation_get_item_by_item_ref"},{data_type:"GetItems",name:"Get Items",url:t+"/"+a+"get_items.js",type:"automation",icon:"automation_get_items"},{data_type:"GhElementNode",name:"Gh Element Node",url:t+"/"+a+"gh_element_node.js",type:"automation",icon:"automation_gh_element_node",private:!0},{data_type:"IfCondition",name:"If Condition",url:t+"/"+a+"if_condition.js",type:"automation",icon:"automation_if_condition"},{data_type:"ItemConstructor",name:"Item Constructor",url:t+"/"+a+"item_constructor.js",type:"automation",icon:"automation_item_constructor"},{data_type:"ItemDestructor",name:"Item Destructor",url:t+"/"+a+"item_destructor.js",type:"automation",icon:"automation_item_destructor"},{data_type:"JSONScheme",name:"JSON Scheme",url:t+"/"+a+"json_scheme.js",type:"automation",icon:"automation_json_scheme"},{data_type:"MergeItems",name:"Merge Items",url:t+"/"+a+"merge_items.js",type:"automation",icon:"automation_merge_items"},{data_type:"MessageConstructor",name:"Message Constructor",url:t+"/"+a+"message_constructor.js",type:"automation",icon:"automation_message_constructor"},{data_type:"ObjectToItem",name:"Object To Item",url:t+"/"+a+"obj_to_item.js",type:"automation",icon:"automation_object_to_item"},{data_type:"ObjectConstructor",name:"Object Constructor",url:t+"/"+a+"object_constructor.js",type:"automation",icon:"automation_object_constructor"},{data_type:"ObjectDestructor",name:"Object Destructor",url:t+"/"+a+"object_destructor.js",type:"automation",icon:"automation_object_destructor"},{data_type:"PopulateElement",name:"Populate Element",url:t+"/"+a+"populate_element.js",type:"automation",icon:"automation_populate_element",private:!0},{data_type:"PopulateItems",name:"Populate Items",url:t+"/"+a+"populate_items.js",type:"automation",icon:"automation_populate_items"},{data_type:"PopulateWithDate",name:"Populate With Date",url:t+"/"+a+"populate_with_date.js",type:"automation",icon:"automation_populate_with_date"},{data_type:"PopulateWithItemRef",name:"Populate with Item Ref",url:t+"/"+a+"populate_with_item_ref.js",type:"automation",icon:"automation_populate_with_item_ref"},{data_type:"PopUpForm",name:"Pop Up Form",url:t+"/"+a+"popup_form.js",type:"automation",icon:"automation_pop_up_form",private:!0},{data_type:"QuizForm",name:"Quiz Form",url:t+"/"+a+"quiz_form.js",type:"automation",icon:"automation_quiz_form",private:!0},{data_type:"QuizNode",name:"Quiz Node",url:t+"/"+a+"quiz_node.js",type:"automation",icon:"automation_quiz_node",private:!0},{data_type:"Request",name:"Request",url:t+"/"+a+"request_node.js",type:"automation",icon:"automation_request"},{data_type:"Response",name:"Response",url:t+"/"+a+"response_node.js",type:"automation",icon:"automation_response",private:!0},{data_type:"SmartInput",name:"Smart Input",url:t+"/"+a+"smart_input.js",type:"automation",icon:"automation_smart_input",private:!0},{data_type:"Trigger",name:"Trigger",url:t+"/"+a+"trigger_node.js",type:"automation",icon:"automation_trigger",private:!0},{data_type:"TwilioSMS",name:"Twilio",url:t+"/"+a+"twilio_sms.js",type:"automation",icon:"automation_twilio"},{data_type:"UpdateItemsApi",name:"Update Items Api",url:t+"/"+a+"update_items_api.js",type:"automation",icon:"automation_update_items_api"},{data_type:"GoogleCalendar",name:"Google Calendar",url:t+"/"+a+"google_calendar.js",type:"automation",icon:"calendar"},{data_type:"VerifyEmail",name:"Verify email",url:t+"/"+a+"verify_email.js",type:"automation",icon:"check_in_circle"},{data_type:"Iterator",name:"Iterator",url:t+"/"+a+"iterator.js",type:"automation",icon:"update"},{data_type:"IteratorInput",name:"Iterator Input",url:t+"/"+a+"iterator_input.js",type:"automation",icon:"arrow_right",private:!0},{data_type:"IteratorOutput",name:"Iterator Output",url:t+"/"+a+"iterator_output.js",type:"automation",icon:"arrow_right",private:!0},{data_type:"SendEmail",name:"Send email",url:t+"/"+a+"send_email.js",type:"automation",icon:"email"},{data_type:"FileReader",name:"File Reader",url:t+"/"+a+"file_reader.js",type:"automation",icon:"file"}]}Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=e;
|
|
108
108
|
},{}],"CSHe":[function(require,module,exports) {
|
|
109
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.Storage=void 0;var t=e(require("./ModulesList.js"));function e(t){return t&&t.__esModule?t:{default:t}}function r(t){return u(t)||s(t)||i(t)||n()}function n(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function i(t,e){if(t){if("string"==typeof t)return a(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?a(t,e):void 0}}function s(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}function u(t){if(Array.isArray(t))return a(t)}function a(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function o(t,e,r,n,i,s,u){try{var a=t[s](u),o=a.value}catch(p){return void r(p)}a.done?e(o):Promise.resolve(o).then(n,i)}function p(t){return function(){var e=this,r=arguments;return new Promise(function(n,i){var s=t.apply(e,r);function u(t){o(s,n,i,u,a,"next",t)}function a(t){o(s,n,i,u,a,"throw",t)}u(void 0)})}}function c(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),r.push.apply(r,n)}return r}function l(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?c(Object(r),!0).forEach(function(e){f(t,e,r[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):c(Object(r)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))})}return t}function f(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function h(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function v(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function d(t,e,r){return e&&v(t.prototype,e),r&&v(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}var y=function(){function e(r,n,i){h(this,e),this.apps_list=[],this.users_list=[],this.user={},this.modulesList=(0,t.default)(r,n,i),this.ghComponentsPromises=[]}return d(e,[{key:"getMainStorage",value:function(){return this}},{key:"getAppsList",value:function(){return this.apps_list}},{key:"getUser",value:function(){return this.user}},{key:"getUsersList",value:function(){return this.users_list}},{key:"getModulesList",value:function(t){return void 0===t?this.modulesList:this.modulesList.filter(function(e){return e.type===t})}},{key:"getModuleUrl",value:function(t){return this.modulesList.find(function(e){return e.name==t})}},{key:"setUser",value:function(t){this.user=t,this.users_list.push(t)}},{key:"updateUser",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};t.avatar_128&&(t.avatar_128=t.avatar_128+"?"+(new Date).getTime()),t.avatar_512&&(t.avatar_512=t.avatar_512+"?"+(new Date).getTime()),this.user=l(l({},this.user),t),this.users_list=this.users_list.filter(function(e){return e.user_id!=t.user_id}),this.users_list.push(this.user)}},{key:"unsetUser",value:function(){this.user={}}},{key:"getApp",value:function(t){for(var e=0;e<this.apps_list.length;e++)if(this.apps_list[e].app_id==t)return this.apps_list[e]}},{key:"unsetApps",value:function(){this.apps_list=[]}},{key:"updateApp",value:function(t){return this.apps_list=this.apps_list.map(function(e){return e.app_id==t.app_id?t:e}),this.apps_list}},{key:"deleteApp",value:function(t){return this.apps_list=this.apps_list.filter(function(e){return e.app_id!=t}),this.apps_list}},{key:"updateItemsInApp",value:function(){var t=p(regeneratorRuntime.mark(function t(e,r){var n;return regeneratorRuntime.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,this.getApp(r);case 2:return(n=t.sent)&&(n.items_list=updateItems(e,n.items_list,this.pipeService.emit.bind(this.pipeService),r),this.updateApp(n)),t.abrupt("return",n);case 5:case"end":return t.stop()}},t,this)}));return function(e,r){return t.apply(this,arguments)}}()},{key:"addItemsToApp",value:function(){var t=p(regeneratorRuntime.mark(function t(e,n){var i,s;return regeneratorRuntime.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,this.getApp(n);case 2:return(i=t.sent)&&((s=i.items_list).push.apply(s,r(e)),this.updateApp(i),this.pipeService.emit("gh_items_update",{app_id:n},e)),t.abrupt("return",i);case 5:case"end":return t.stop()}},t,this)}));return function(e,r){return t.apply(this,arguments)}}()},{key:"deleteItemsInApp",value:function(){var t=p(regeneratorRuntime.mark(function t(e,r){var n;return regeneratorRuntime.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,this.getApp(r);case 2:return(n=t.sent)&&(n.items_list=n.items_list.filter(function(t){return!e.find(function(e){return e.item_id==t.item_id})}),this.updateApp(n)),t.abrupt("return",n);case 5:case"end":return t.stop()}},t,this)}));return function(e,r){return t.apply(this,arguments)}}()}]),e}();exports.Storage=y;
|
|
109
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.Storage=void 0;var t=e(require("./ModulesList.js"));function e(t){return t&&t.__esModule?t:{default:t}}function r(t){return u(t)||s(t)||i(t)||n()}function n(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function i(t,e){if(t){if("string"==typeof t)return a(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?a(t,e):void 0}}function s(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}function u(t){if(Array.isArray(t))return a(t)}function a(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function o(t,e,r,n,i,s,u){try{var a=t[s](u),o=a.value}catch(p){return void r(p)}a.done?e(o):Promise.resolve(o).then(n,i)}function p(t){return function(){var e=this,r=arguments;return new Promise(function(n,i){var s=t.apply(e,r);function u(t){o(s,n,i,u,a,"next",t)}function a(t){o(s,n,i,u,a,"throw",t)}u(void 0)})}}function c(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),r.push.apply(r,n)}return r}function l(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?c(Object(r),!0).forEach(function(e){f(t,e,r[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):c(Object(r)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))})}return t}function f(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function h(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function v(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function d(t,e,r){return e&&v(t.prototype,e),r&&v(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}var y=function(){function e(r,n,i){h(this,e),this.apps_list=[],this.users_list=[],this.user={},this.modulesList=(0,t.default)(r,n,i),this.ghComponentsPromises=[]}return d(e,[{key:"getMainStorage",value:function(){return this}},{key:"getAppsList",value:function(){return this.apps_list}},{key:"getUser",value:function(){return this.user}},{key:"getUsersList",value:function(){return this.users_list}},{key:"getModulesList",value:function(t,e){return void 0===t?this.modulesList:0==e?this.modulesList.filter(function(e){return e.type===t&&!e.private}):this.modulesList.filter(function(e){return e.type===t})}},{key:"getModuleUrl",value:function(t){return this.modulesList.find(function(e){return e.name==t})}},{key:"setUser",value:function(t){this.user=t,this.users_list.push(t)}},{key:"updateUser",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};t.avatar_128&&(t.avatar_128=t.avatar_128+"?"+(new Date).getTime()),t.avatar_512&&(t.avatar_512=t.avatar_512+"?"+(new Date).getTime()),this.user=l(l({},this.user),t),this.users_list=this.users_list.filter(function(e){return e.user_id!=t.user_id}),this.users_list.push(this.user)}},{key:"unsetUser",value:function(){this.user={}}},{key:"getApp",value:function(t){for(var e=0;e<this.apps_list.length;e++)if(this.apps_list[e].app_id==t)return this.apps_list[e]}},{key:"unsetApps",value:function(){this.apps_list=[]}},{key:"updateApp",value:function(t){return this.apps_list=this.apps_list.map(function(e){return e.app_id==t.app_id?t:e}),this.apps_list}},{key:"deleteApp",value:function(t){return this.apps_list=this.apps_list.filter(function(e){return e.app_id!=t}),this.apps_list}},{key:"updateItemsInApp",value:function(){var t=p(regeneratorRuntime.mark(function t(e,r){var n;return regeneratorRuntime.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,this.getApp(r);case 2:return(n=t.sent)&&(n.items_list=updateItems(e,n.items_list,this.pipeService.emit.bind(this.pipeService),r),this.updateApp(n)),t.abrupt("return",n);case 5:case"end":return t.stop()}},t,this)}));return function(e,r){return t.apply(this,arguments)}}()},{key:"addItemsToApp",value:function(){var t=p(regeneratorRuntime.mark(function t(e,n){var i,s;return regeneratorRuntime.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,this.getApp(n);case 2:return(i=t.sent)&&((s=i.items_list).push.apply(s,r(e)),this.updateApp(i),this.pipeService.emit("gh_items_update",{app_id:n},e)),t.abrupt("return",i);case 5:case"end":return t.stop()}},t,this)}));return function(e,r){return t.apply(this,arguments)}}()},{key:"deleteItemsInApp",value:function(){var t=p(regeneratorRuntime.mark(function t(e,r){var n;return regeneratorRuntime.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,this.getApp(r);case 2:return(n=t.sent)&&(n.items_list=n.items_list.filter(function(t){return!e.find(function(e){return e.item_id==t.item_id})}),this.updateApp(n)),t.abrupt("return",n);case 5:case"end":return t.stop()}},t,this)}));return function(e,r){return t.apply(this,arguments)}}()}]),e}();exports.Storage=y;
|
|
110
110
|
},{"./ModulesList.js":"FJWL"}],"p58b":[function(require,module,exports) {
|
|
111
111
|
"use strict";module.exports=function(){throw new Error("ws does not work in the browser. Browser clients must use the native WebSocket object")};
|
|
112
112
|
},{}],"pHMV":[function(require,module,exports) {
|