Skip to content

Commit 8d9f2ac

Browse files
committed
- update version
- build version - update documentation
1 parent 5a64aec commit 8d9f2ac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+225
-225
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monoco",
3-
"version": "0.3.41",
3+
"version": "0.3.5",
44
"description": "A Model and a NoSQL Database for Componentsk",
55
"license": "GPLv3",
66
"homepage": "https://github.com/monocojs/monoco.git",

build/monoco-min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/monoco.js

Lines changed: 47 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/monoco.json

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monoco",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "A Model and a NoSQL Database for Components",
55
"_id": "e89c617b6b15d24",
66
"schemas": {
@@ -737,167 +737,167 @@
737737
"action": "function ready() { var systems = [], system = null, i = 0, length = 0; if (typeof document !== 'undefined') { systems = document.querySelectorAll('link[rel=system]'); length = systems.length; for (i = 0; i < length; i++) { system = systems[i]; this.load(system.href, false); } } }",
738738
"core": true
739739
},
740-
"1f8c01c14415c1f": {
741-
"_id": "1f8c01c14415c1f",
740+
"1e9821b2a3125de": {
741+
"_id": "1e9821b2a3125de",
742742
"component": "Monoco",
743743
"state": "error",
744744
"action": "function error(data) { console.error('monoco: ' + data.message, data.error); }",
745745
"core": true
746746
},
747-
"1b6a213b1114b5d": {
748-
"_id": "1b6a213b1114b5d",
747+
"11ced1bb5c189ec": {
748+
"_id": "11ced1bb5c189ec",
749749
"component": "Monoco",
750750
"state": "find",
751751
"action": "function find(Class, query) { return $component.find(Class, query);}",
752752
"core": true,
753753
"useCoreAPI": true
754754
},
755-
"169b5155981b411": {
756-
"_id": "169b5155981b411",
755+
"1eaa91ef7d1aaca": {
756+
"_id": "1eaa91ef7d1aaca",
757757
"component": "Monoco",
758758
"state": "system",
759759
"action": "function system(name) { var System = null, system = {}, result = [], conf = {}; if (name) { conf.master = true; conf.name = name; System = this.require('MonocoSystem'); system = new System(conf); } else { result = this.find('MonocoSystem', {'master': true}); if (result.length) { system = result[0]; } } return system; }",
760760
"core": true
761761
},
762-
"1094e15ac317b7b": {
763-
"_id": "1094e15ac317b7b",
762+
"1ff5011cee13f5e": {
763+
"_id": "1ff5011cee13f5e",
764764
"component": "Monoco",
765765
"state": "warning",
766766
"action": "function warning(message) { console.warn('monoco: ' + message); }",
767767
"core": true
768768
},
769-
"1ffe91b8b61be50": {
770-
"_id": "1ffe91b8b61be50",
769+
"11caf178fa134b9": {
770+
"_id": "11caf178fa134b9",
771771
"component": "MonocoChannel",
772772
"state": "listen",
773773
"action": "function listen(event, action) { $channel.listen(event, action); }",
774774
"core": true,
775775
"useCoreAPI": true
776776
},
777-
"17fd0152e01aa83": {
778-
"_id": "17fd0152e01aa83",
777+
"16ad41550714670": {
778+
"_id": "16ad41550714670",
779779
"component": "MonocoChannel",
780780
"state": "send",
781781
"action": "function send(message) { return $channel.send(message); }",
782782
"core": true,
783783
"useCoreAPI": true
784784
},
785-
"107be1d08910511": {
786-
"_id": "107be1d08910511",
785+
"1d82513ca81cfec": {
786+
"_id": "1d82513ca81cfec",
787787
"component": "MonocoClassInfo",
788788
"state": "event",
789789
"action": "function event(name) { var result = {}; if (this.metamodel()[name] === 'event') { result = this.model()[name]; } return result; }",
790790
"core": true
791791
},
792-
"1dc961303f1fe60": {
793-
"_id": "1dc961303f1fe60",
792+
"14d5511a2e1c2fe": {
793+
"_id": "14d5511a2e1c2fe",
794794
"component": "MonocoClassInfo",
795795
"state": "events",
796796
"action": "function events() { var keys = Object.keys(this.metamodel()), item = '', result = [], i = 0, length = 0; length = keys.length; for (i = 0; i < length; i++) { item = keys[i]; if (this.metamodel()[item] === 'event') { result.push(item); } } return result; }",
797797
"core": true
798798
},
799-
"10fd31cae010349": {
800-
"_id": "10fd31cae010349",
799+
"15b8a12ba813c2e": {
800+
"_id": "15b8a12ba813c2e",
801801
"component": "MonocoClassInfo",
802802
"state": "method",
803803
"action": "function method(name) { var result = {}; if (this.metamodel()[name] === 'method') { result = this.model()[name]; } return result; }",
804804
"core": true
805805
},
806-
"1b63a122e41a733": {
807-
"_id": "1b63a122e41a733",
806+
"19b9a1bc2119ae3": {
807+
"_id": "19b9a1bc2119ae3",
808808
"component": "MonocoClassInfo",
809809
"state": "methods",
810810
"action": "function methods() { var keys = Object.keys(this.metamodel()), item = '', result = [], i = 0, length = 0; length = keys.length; for (i = 0; i < length; i++) { item = keys[i]; if (this.metamodel()[item] === 'method') { result.push(item); } } return result; }",
811811
"core": true
812812
},
813-
"1890d1b78b13ee1": {
814-
"_id": "1890d1b78b13ee1",
813+
"1d9771924611328": {
814+
"_id": "1d9771924611328",
815815
"component": "MonocoClassInfo",
816816
"state": "properties",
817817
"action": "function properties() { var keys = Object.keys(this.metamodel()), item = '', result = [], i = 0, length = 0; length = keys.length; for (i = 0; i < length; i++) { item = keys[i]; if (this.metamodel()[item] === 'property') { result.push(item); } } return result; }",
818818
"core": true
819819
},
820-
"16d6e10a361f6f9": {
821-
"_id": "16d6e10a361f6f9",
820+
"182f1179a81d52a": {
821+
"_id": "182f1179a81d52a",
822822
"component": "MonocoClassInfo",
823823
"state": "property",
824824
"action": "function property(name) { var result = {}; if (this.metamodel()[name] === 'property') { result = this.model()[name]; } return result; }",
825825
"core": true
826826
},
827-
"1a6311d46d1e6a3": {
828-
"_id": "1a6311d46d1e6a3",
827+
"18cd51ab241fbe8": {
828+
"_id": "18cd51ab241fbe8",
829829
"component": "MonocoComponent",
830830
"state": "destroy",
831831
"action": "function destroy() { $component.destroy(this.id()); }",
832832
"core": true,
833833
"useCoreAPI": true
834834
},
835-
"1d3fd1be2b13666": {
836-
"_id": "1d3fd1be2b13666",
835+
"1fa9f1557b1c67c": {
836+
"_id": "1fa9f1557b1c67c",
837837
"component": "MonocoComponent",
838838
"state": "off",
839839
"action": "function off(state, behaviorId) { var args = [], i = 0, length = 0; length = arguments.length; for (i = 0; i < length - 7; i++) { args.push(arguments[i]); } if ($workflow.checkParams({\"component\": this, \"methodName\": \"off\", \"args\": args})) { if ($metamodel.isValidState(state, this.constructor.name)) {$behavior.remove({\"behaviorId\": behaviorId, \"componentId\": this.id(), \"state\": state}); } else { $helper.getMonoco().warning({ \"message\":\"invoke 'off' method of component '\" + this.id() + \"' with an invalid state '\" + state + \"'\"}); } } }",
840840
"core": true,
841841
"useCoreAPI": true
842842
},
843-
"11bac13f57128ae": {
844-
"_id": "11bac13f57128ae",
843+
"1b0d112d88129d5": {
844+
"_id": "1b0d112d88129d5",
845845
"component": "MonocoComponent",
846846
"state": "require",
847847
"action": "function require(id) { return $component.get(id); }",
848848
"core": true,
849849
"useCoreAPI": true
850850
},
851-
"1bd971c28e14eaa": {
852-
"_id": "1bd971c28e14eaa",
851+
"1f96711cb01f43a": {
852+
"_id": "1f96711cb01f43a",
853853
"component": "MonocoDatabase",
854854
"state": "subsystem",
855855
"action": "function subsystem(params) { return $db.subsystem(params); }",
856856
"core": true,
857857
"useCoreAPI": true
858858
},
859-
"12aa911ef818fdd": {
860-
"_id": "12aa911ef818fdd",
859+
"1a7f91f8711a8a6": {
860+
"_id": "1a7f91f8711a8a6",
861861
"component": "MonocoDatabase",
862862
"state": "system",
863863
"action": "function system(system) { return $db.system(system); }",
864864
"core": true,
865865
"useCoreAPI": true
866866
},
867-
"1d65f1bb1b19e00": {
868-
"_id": "1d65f1bb1b19e00",
867+
"1362b1a251106cb": {
868+
"_id": "1362b1a251106cb",
869869
"component": "MonocoMetamodel",
870870
"state": "create",
871871
"action": "function create() { $metamodel.create(); }",
872872
"core": true,
873873
"useCoreAPI": true
874874
},
875-
"1122b1fb591f0c9": {
876-
"_id": "1122b1fb591f0c9",
875+
"10d2d17af21b75e": {
876+
"_id": "10d2d17af21b75e",
877877
"component": "MonocoMetamodel",
878878
"state": "schema",
879879
"action": "function schema(schema) { $metamodel.schema(schema); }",
880880
"core": true,
881881
"useCoreAPI": true
882882
},
883-
"1413d1e64011070": {
884-
"_id": "1413d1e64011070",
883+
"1aee51fae51c488": {
884+
"_id": "1aee51fae51c488",
885885
"component": "MonocoMetamodel",
886886
"state": "type",
887887
"action": "function type(type) { $metamodel.type(type); }",
888888
"core": true,
889889
"useCoreAPI": true
890890
},
891-
"18aa31c1581d0ff": {
892-
"_id": "18aa31c1581d0ff",
891+
"1757c11ec81428a": {
892+
"_id": "1757c11ec81428a",
893893
"component": "MonocoSystem",
894894
"state": "sync",
895895
"action": "function sync() { var dump = $db.dump(); this.schemas(dump.schemas); this.types(dump.types); this.behaviors(dump.behaviors); this.components(dump.components); }",
896896
"core": true,
897897
"useCoreAPI": true
898898
},
899-
"11f8719d6d1ea17": {
900-
"_id": "11f8719d6d1ea17",
899+
"184df1440c14198": {
900+
"_id": "184df1440c14198",
901901
"component": "e89c617b6b15d24",
902902
"state": "main",
903903
"action": "function main() { var monoco = $component.get('monoco'); monoco.ready(); }",
@@ -909,7 +909,7 @@
909909
"Monoco": {
910910
"monoco": {
911911
"_id": "monoco",
912-
"version": "0.3.4"
912+
"version": "0.3.5"
913913
}
914914
},
915915
"MonocoChannel": {

0 commit comments

Comments
 (0)