|
764 | 764 | "core": true, |
765 | 765 | "useCoreAPI": true |
766 | 766 | }, |
767 | | - "10a841bd1718cc6": { |
768 | | - "_id": "10a841bd1718cc6", |
| 767 | + "1375319b4a10504": { |
| 768 | + "_id": "1375319b4a10504", |
769 | 769 | "component": "Syrup", |
770 | 770 | "state": "error", |
771 | 771 | "action": "function error(data) {\n console.error('syrup: ' + data.message, data.error);\n}", |
772 | 772 | "core": true |
773 | 773 | }, |
774 | | - "1d51918d781d430": { |
775 | | - "_id": "1d51918d781d430", |
| 774 | + "16a711a3ef1e7fa": { |
| 775 | + "_id": "16a711a3ef1e7fa", |
776 | 776 | "component": "Syrup", |
777 | 777 | "state": "system", |
778 | 778 | "action": "function system(name) {\n var System = null,\n system = {},\n systemId = '',\n result = [],\n conf = {};\n \n if (name) {\n conf.master = true;\n conf.name = name;\n System = this.require('SyrupSystem');\n system = new System(conf);\n } else {\n result = $db.SyrupSystem.find({\n 'master': true\n });\n if (result.length) {\n systemId = result[0]._id;\n system = $component.get(systemId);\n }\n }\n return system;\n}", |
779 | 779 | "core": true, |
780 | 780 | "useCoreAPI": true |
781 | 781 | }, |
782 | | - "1738b1e21a162f5": { |
783 | | - "_id": "1738b1e21a162f5", |
| 782 | + "1368510af819590": { |
| 783 | + "_id": "1368510af819590", |
784 | 784 | "component": "Syrup", |
785 | 785 | "state": "warning", |
786 | 786 | "action": "function warning(message) {\n console.warn('syrup: ' + message);\n}", |
787 | 787 | "core": true |
788 | 788 | }, |
789 | | - "1c17a199a515820": { |
790 | | - "_id": "1c17a199a515820", |
| 789 | + "1a6e41371d1ca60": { |
| 790 | + "_id": "1a6e41371d1ca60", |
791 | 791 | "component": "SyrupClassInfo", |
792 | 792 | "state": "collection", |
793 | 793 | "action": "function collection(name) {\n var result = {};\n if (this.metamodel()[name] === 'collection') {\n result = this.model()[name];\n } \n \n return result; \n}", |
794 | 794 | "core": true |
795 | 795 | }, |
796 | | - "1c80516864169ff": { |
797 | | - "_id": "1c80516864169ff", |
| 796 | + "14469152cb1280c": { |
| 797 | + "_id": "14469152cb1280c", |
798 | 798 | "component": "SyrupClassInfo", |
799 | 799 | "state": "collections", |
800 | 800 | "action": "function collections() {\n var keys = Object.keys(this.metamodel()),\n item = '',\n result = [],\n i = 0,\n length = 0;\n \n length = keys.length; \n \n for (i = 0; i < length; i++) { \n item = keys[i]; \n if (this.metamodel()[item] === 'collection') {\n result.push(item);\n }\n }\n \n return result;\n}", |
801 | 801 | "core": true |
802 | 802 | }, |
803 | | - "1624a194f511a50": { |
804 | | - "_id": "1624a194f511a50", |
| 803 | + "193ef1f5b6180e6": { |
| 804 | + "_id": "193ef1f5b6180e6", |
805 | 805 | "component": "SyrupClassInfo", |
806 | 806 | "state": "event", |
807 | 807 | "action": "function event(name) {\n var result = {};\n \n if (this.metamodel()[name] === 'event') {\n result = this.model()[name];\n } \n \n return result;\n}", |
808 | 808 | "core": true |
809 | 809 | }, |
810 | | - "1575b172571036a": { |
811 | | - "_id": "1575b172571036a", |
| 810 | + "18a6d16c4c176bd": { |
| 811 | + "_id": "18a6d16c4c176bd", |
812 | 812 | "component": "SyrupClassInfo", |
813 | 813 | "state": "events", |
814 | 814 | "action": "function events() {\n var keys = Object.keys(this.metamodel()),\n item = '',\n result = [],\n i = 0,\n length = 0;\n \n length = keys.length;\n \n for (i = 0; i < length; i++) {\n item = keys[i];\n if (this.metamodel()[item] === 'event') {\n result.push(item);\n }\n } \n return result;\n}", |
815 | 815 | "core": true |
816 | 816 | }, |
817 | | - "193011715e192d5": { |
818 | | - "_id": "193011715e192d5", |
| 817 | + "1d10113518199d0": { |
| 818 | + "_id": "1d10113518199d0", |
819 | 819 | "component": "SyrupClassInfo", |
820 | 820 | "state": "method", |
821 | 821 | "action": "function method(name) {\n var result = {};\n if (this.metamodel()[name] === 'method') {\n result = this.model()[name];\n \n }\n \n return result;\n}", |
822 | 822 | "core": true |
823 | 823 | }, |
824 | | - "174b6112991f3da": { |
825 | | - "_id": "174b6112991f3da", |
| 824 | + "105fb15e2b13a1f": { |
| 825 | + "_id": "105fb15e2b13a1f", |
826 | 826 | "component": "SyrupClassInfo", |
827 | 827 | "state": "methods", |
828 | 828 | "action": "function methods() {\n var keys = Object.keys(this.metamodel()),\n item = '',\n result = [],\n i = 0,\n length = 0;\n length = keys.length;\n for (i = 0; i < length; i++) {\n item = keys[i];\n if (this.metamodel()[item] === 'method') {\n result.push(item);\n }\n } \n \n return result;\n}", |
829 | 829 | "core": true |
830 | 830 | }, |
831 | | - "168c913f74118ac": { |
832 | | - "_id": "168c913f74118ac", |
| 831 | + "18d3a19ae916cf8": { |
| 832 | + "_id": "18d3a19ae916cf8", |
833 | 833 | "component": "SyrupClassInfo", |
834 | 834 | "state": "properties", |
835 | 835 | "action": "function properties() { \n var keys = Object.keys(this.metamodel()),\n item = '',\n result = [],\n i = 0,\n length = 0;\n length = keys.length;\n \n for (i = 0; i < length; i++) {\n item = keys[i];\n if (this.metamodel()[item] === 'property') {\n result.push(item);\n }\n } return result;\n}", |
836 | 836 | "core": true |
837 | 837 | }, |
838 | | - "1b35d186bf1516a": { |
839 | | - "_id": "1b35d186bf1516a", |
| 838 | + "1cd2e1dbbe19816": { |
| 839 | + "_id": "1cd2e1dbbe19816", |
840 | 840 | "component": "SyrupClassInfo", |
841 | 841 | "state": "property", |
842 | 842 | "action": "function property(name) {\n var result = {};\n \n if (this.metamodel()[name] === 'property') {\n result = this.model()[name];\n }\n return result;\n}", |
843 | 843 | "core": true |
844 | 844 | }, |
845 | | - "11c9e1964a1d7ab": { |
846 | | - "_id": "11c9e1964a1d7ab", |
| 845 | + "199e81bb871a859": { |
| 846 | + "_id": "199e81bb871a859", |
847 | 847 | "component": "SyrupComponent", |
848 | 848 | "state": "destroy", |
849 | 849 | "action": "function destroy() {\n $component.destroy(this.id());\n}", |
850 | 850 | "core": true, |
851 | 851 | "useCoreAPI": true |
852 | 852 | }, |
853 | | - "196d217591153cc": { |
854 | | - "_id": "196d217591153cc", |
| 853 | + "1dfd5199d61db88": { |
| 854 | + "_id": "1dfd5199d61db88", |
855 | 855 | "component": "SyrupComponent", |
856 | 856 | "state": "off", |
857 | 857 | "action": "function off(state, behaviorId) {\n var args = [],\n i = 0,\n length = 0;\n length = arguments.length;\n \n for (i = 0; i < length - 6; i++) {\n args.push(arguments[i]);\n }\n \n if ($workflow.checkParams({\"component\": this, \"methodName\": \"off\", \"args\": args})) {\n if ($metamodel.isValidState(state, this.constructor.name)) {\n $behavior.remove({\"behaviorId\": behaviorId, \"componentId\": this.id(), \"state\": state});\n } else { $helper.getSyrup().warning({ \"message\":\"invoke 'off' method of component '\" + this.id() + \"' with an invalid state '\" + state + \"'\"}); \n }\n }\n}", |
858 | 858 | "core": true, |
859 | 859 | "useCoreAPI": true |
860 | 860 | }, |
861 | | - "1ea001a30d1ddf6": { |
862 | | - "_id": "1ea001a30d1ddf6", |
| 861 | + "1aec215fc111b02": { |
| 862 | + "_id": "1aec215fc111b02", |
863 | 863 | "component": "SyrupComponent", |
864 | 864 | "state": "require", |
865 | 865 | "action": "function require(id) {\n return $component.get(id);\n}", |
866 | 866 | "core": true, |
867 | 867 | "useCoreAPI": true |
868 | 868 | }, |
869 | | - "1d08f1f4821d53c": { |
870 | | - "_id": "1d08f1f4821d53c", |
| 869 | + "14134143c615504": { |
| 870 | + "_id": "14134143c615504", |
871 | 871 | "component": "SyrupDatabase", |
872 | 872 | "state": "collections", |
873 | 873 | "action": "function collections() {\n var result = {},\n collectionName = '';\n \n for (collectionName in $db.store) {\n if ($db.store.hasOwnProperty(collectionName) && collectionName.indexOf('Syrup') !== 0) {\n result[collectionName] = $db[collectionName];\n \n }\n }\n return result;\n}", |
874 | 874 | "core": true, |
875 | 875 | "useCoreAPI": true |
876 | 876 | }, |
877 | | - "14b0c1c1d21c8e1": { |
878 | | - "_id": "14b0c1c1d21c8e1", |
| 877 | + "1b25d1295914b50": { |
| 878 | + "_id": "1b25d1295914b50", |
879 | 879 | "component": "SyrupDatabase", |
880 | 880 | "state": "subsystem", |
881 | 881 | "action": "function subsystem(params) {\n return $db.subsystem(params);\n}", |
882 | 882 | "core": true, |
883 | 883 | "useCoreAPI": true |
884 | 884 | }, |
885 | | - "10c0015f4418a85": { |
886 | | - "_id": "10c0015f4418a85", |
| 885 | + "147c016938199cd": { |
| 886 | + "_id": "147c016938199cd", |
887 | 887 | "component": "SyrupDatabase", |
888 | 888 | "state": "system", |
889 | 889 | "action": "function system(system) {\n return $db.system(system);\n}", |
890 | 890 | "core": true, |
891 | 891 | "useCoreAPI": true |
892 | 892 | }, |
893 | | - "1fd5b1e53514079": { |
894 | | - "_id": "1fd5b1e53514079", |
| 893 | + "1410814bc011e64": { |
| 894 | + "_id": "1410814bc011e64", |
895 | 895 | "component": "SyrupMetamodel", |
896 | 896 | "state": "create", |
897 | 897 | "action": "function create() {\n $metamodel.create();\n}", |
898 | 898 | "core": true, |
899 | 899 | "useCoreAPI": true |
900 | 900 | }, |
901 | | - "1090d1835312227": { |
902 | | - "_id": "1090d1835312227", |
| 901 | + "17bcf1d54e11d93": { |
| 902 | + "_id": "17bcf1d54e11d93", |
903 | 903 | "component": "SyrupMetamodel", |
904 | 904 | "state": "schema", |
905 | 905 | "action": "function schema(schema) {\n $metamodel.schema(schema);\n}", |
906 | 906 | "core": true, |
907 | 907 | "useCoreAPI": true |
908 | 908 | }, |
909 | | - "17ae31e8ef19280": { |
910 | | - "_id": "17ae31e8ef19280", |
| 909 | + "121d91e9611d6fd": { |
| 910 | + "_id": "121d91e9611d6fd", |
911 | 911 | "component": "SyrupMetamodel", |
912 | 912 | "state": "type", |
913 | 913 | "action": "function type(type) {\n $metamodel.type(type);\n}", |
914 | 914 | "core": true, |
915 | 915 | "useCoreAPI": true |
916 | 916 | }, |
917 | | - "133151d95416825": { |
918 | | - "_id": "133151d95416825", |
| 917 | + "1ceea11fb113cfb": { |
| 918 | + "_id": "1ceea11fb113cfb", |
919 | 919 | "component": "SyrupSystem", |
920 | 920 | "state": "sync", |
921 | 921 | "action": "function sync() {\n var system = JSON.parse($db.system());\n \n this.schemas(system.schemas);\n this.types(system.types);\n this.behaviors(system.behaviors);\n this.components(system.components);\n}", |
|
0 commit comments