aboutsummaryrefslogtreecommitdiff
path: root/node_modules
diff options
context:
space:
mode:
authorValerio Virgillito2012-02-01 00:09:27 -0800
committerValerio Virgillito2012-02-01 00:09:27 -0800
commit8592cfb89db05f0e52d8c1b8c7046e6f49e3522d (patch)
treea6f9b5adfe16fd6232708f8a2345cd79056caca9 /node_modules
parentc6d1a1da9e7cdf477daf32410d80691eb1e828d5 (diff)
downloadninja-8592cfb89db05f0e52d8c1b8c7046e6f49e3522d.tar.gz
Adding a montage framework copy for the user document
Adding a new montage copy containing the latest version of montage to use the new native widgets Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'node_modules')
-rwxr-xr-xnode_modules/montage-user/core/bitfield.js199
-rwxr-xr-xnode_modules/montage-user/core/converter/bytes-converter.js123
-rwxr-xr-xnode_modules/montage-user/core/converter/converter.js144
-rwxr-xr-xnode_modules/montage-user/core/converter/currency-converter.js77
-rwxr-xr-xnode_modules/montage-user/core/converter/date-converter.js2630
-rwxr-xr-xnode_modules/montage-user/core/converter/lower-case-converter.js46
-rwxr-xr-xnode_modules/montage-user/core/converter/new-line-to-br-converter.js60
-rwxr-xr-xnode_modules/montage-user/core/converter/number-converter.js390
-rwxr-xr-xnode_modules/montage-user/core/converter/trim-converter.js73
-rwxr-xr-xnode_modules/montage-user/core/converter/upper-case-converter.js51
-rwxr-xr-xnode_modules/montage-user/core/core.js1130
-rwxr-xr-xnode_modules/montage-user/core/deserializer.js859
-rwxr-xr-xnode_modules/montage-user/core/enum.js86
-rwxr-xr-xnode_modules/montage-user/core/event/action-event-listener.js76
-rwxr-xr-xnode_modules/montage-user/core/event/binding.js1420
-rwxr-xr-xnode_modules/montage-user/core/event/event-manager.js2080
-rwxr-xr-xnode_modules/montage-user/core/event/mutable-event.js239
-rwxr-xr-xnode_modules/montage-user/core/exception.js95
-rwxr-xr-xnode_modules/montage-user/core/gate.js195
-rwxr-xr-xnode_modules/montage-user/core/geometry/cubic-bezier.js158
-rwxr-xr-xnode_modules/montage-user/core/geometry/point.js66
-rwxr-xr-xnode_modules/montage-user/core/jshint.js3945
-rwxr-xr-xnode_modules/montage-user/core/logger.js497
-rw-r--r--node_modules/montage-user/core/next-tick.js91
-rwxr-xr-xnode_modules/montage-user/core/promise.js663
-rwxr-xr-xnode_modules/montage-user/core/serializer.js465
-rwxr-xr-xnode_modules/montage-user/core/shim.js12
-rwxr-xr-xnode_modules/montage-user/core/shim/array.js78
-rw-r--r--node_modules/montage-user/core/shim/immediate.js57
-rwxr-xr-xnode_modules/montage-user/core/shim/string.js66
-rwxr-xr-xnode_modules/montage-user/core/shim/structures.js552
-rwxr-xr-xnode_modules/montage-user/core/shim/weak-map.js454
-rwxr-xr-xnode_modules/montage-user/core/state-chart.js595
-rw-r--r--node_modules/montage-user/core/undo-manager.js240
-rw-r--r--node_modules/montage-user/core/url.js317
-rwxr-xr-xnode_modules/montage-user/core/uuid.js74
-rwxr-xr-xnode_modules/montage-user/data/blueprint.js1062
-rwxr-xr-xnode_modules/montage-user/data/context.js374
-rwxr-xr-xnode_modules/montage-user/data/controllistener.js47
-rwxr-xr-xnode_modules/montage-user/data/ldapaccess/ldapblueprint.js135
-rwxr-xr-xnode_modules/montage-user/data/ldapaccess/ldapobjectid.js20
-rwxr-xr-xnode_modules/montage-user/data/ldapaccess/ldapselectorevaluator.js24
-rwxr-xr-xnode_modules/montage-user/data/ldapaccess/ldapstore.js38
-rwxr-xr-xnode_modules/montage-user/data/nosqlaccess/nosqlblueprint.js135
-rwxr-xr-xnode_modules/montage-user/data/nosqlaccess/nosqlobjectid.js22
-rwxr-xr-xnode_modules/montage-user/data/nosqlaccess/nosqlselectorevaluator.js24
-rwxr-xr-xnode_modules/montage-user/data/nosqlaccess/nosqlstore.js68
-rwxr-xr-xnode_modules/montage-user/data/objectid.js77
-rwxr-xr-xnode_modules/montage-user/data/objectproperty.js298
-rwxr-xr-xnode_modules/montage-user/data/pledge.js270
-rwxr-xr-xnode_modules/montage-user/data/query.js114
-rwxr-xr-xnode_modules/montage-user/data/restaccess/restblueprint.js138
-rwxr-xr-xnode_modules/montage-user/data/restaccess/restobjectid.js21
-rwxr-xr-xnode_modules/montage-user/data/restaccess/restselectorevaluator.js24
-rwxr-xr-xnode_modules/montage-user/data/restaccess/reststore.js186
-rwxr-xr-xnode_modules/montage-user/data/restriction.js66
-rwxr-xr-xnode_modules/montage-user/data/selector.js2220
-rwxr-xr-xnode_modules/montage-user/data/sqlaccess/sqlblueprint.js135
-rwxr-xr-xnode_modules/montage-user/data/sqlaccess/sqlobjectid.js22
-rwxr-xr-xnode_modules/montage-user/data/sqlaccess/sqlselectorevaluator.js24
-rwxr-xr-xnode_modules/montage-user/data/sqlaccess/sqlstore.js69
-rwxr-xr-xnode_modules/montage-user/data/store.js1211
-rwxr-xr-xnode_modules/montage-user/data/transactionid.js230
-rwxr-xr-xnode_modules/montage-user/montage.js401
-rw-r--r--node_modules/montage-user/node.js79
-rwxr-xr-xnode_modules/montage-user/package.json25
-rwxr-xr-xnode_modules/montage-user/require/browser.js112
-rw-r--r--node_modules/montage-user/require/node.js101
-rwxr-xr-xnode_modules/montage-user/require/require.js698
-rwxr-xr-xnode_modules/montage-user/service/service.js10
-rw-r--r--node_modules/montage-user/ui/anchor.reel/anchor.js26
-rwxr-xr-xnode_modules/montage-user/ui/application.js216
-rw-r--r--node_modules/montage-user/ui/bluemoon/button-group.reel/button-group.css111
-rw-r--r--node_modules/montage-user/ui/bluemoon/button-group.reel/button-group.html26
-rw-r--r--node_modules/montage-user/ui/bluemoon/button-group.reel/button-group.js77
-rw-r--r--node_modules/montage-user/ui/bluemoon/button.reel/button.css386
-rw-r--r--node_modules/montage-user/ui/bluemoon/button.reel/button.html26
-rw-r--r--node_modules/montage-user/ui/bluemoon/button.reel/button.js743
-rw-r--r--node_modules/montage-user/ui/bluemoon/checkbox.reel/checkbox.css116
-rw-r--r--node_modules/montage-user/ui/bluemoon/checkbox.reel/checkbox.html14
-rw-r--r--node_modules/montage-user/ui/bluemoon/checkbox.reel/checkbox.js452
-rw-r--r--node_modules/montage-user/ui/bluemoon/checkbox.reel/checkmark-dark-disabled.svg5
-rw-r--r--node_modules/montage-user/ui/bluemoon/checkbox.reel/checkmark-dark.svg7
-rw-r--r--node_modules/montage-user/ui/bluemoon/checkbox.reel/checkmark-light-disabled.svg5
-rw-r--r--node_modules/montage-user/ui/bluemoon/checkbox.reel/checkmark.svg7
-rw-r--r--node_modules/montage-user/ui/bluemoon/progress.reel/progress.css51
-rw-r--r--node_modules/montage-user/ui/bluemoon/progress.reel/progress.html32
-rw-r--r--node_modules/montage-user/ui/bluemoon/progress.reel/progress.js139
-rw-r--r--node_modules/montage-user/ui/bluemoon/progress.reel/rule.pngbin0 -> 956 bytes
-rw-r--r--node_modules/montage-user/ui/bluemoon/progress.reel/scroll.pngbin0 -> 272 bytes
-rw-r--r--node_modules/montage-user/ui/bluemoon/slider.reel/slider.css255
-rw-r--r--node_modules/montage-user/ui/bluemoon/slider.reel/slider.html82
-rw-r--r--node_modules/montage-user/ui/bluemoon/slider.reel/slider.js583
-rw-r--r--node_modules/montage-user/ui/bluemoon/textarea.reel/textarea.css36
-rw-r--r--node_modules/montage-user/ui/bluemoon/textarea.reel/textarea.html15
-rw-r--r--node_modules/montage-user/ui/bluemoon/textarea.reel/textarea.js29
-rw-r--r--node_modules/montage-user/ui/bluemoon/textfield.reel/textfield.css35
-rw-r--r--node_modules/montage-user/ui/bluemoon/textfield.reel/textfield.html16
-rw-r--r--node_modules/montage-user/ui/bluemoon/textfield.reel/textfield.js56
-rw-r--r--node_modules/montage-user/ui/bluemoon/toggle.reel/toggle.css162
-rw-r--r--node_modules/montage-user/ui/bluemoon/toggle.reel/toggle.html16
-rw-r--r--node_modules/montage-user/ui/bluemoon/toggle.reel/toggle.js423
-rw-r--r--node_modules/montage-user/ui/button.reel/button.js416
-rw-r--r--node_modules/montage-user/ui/check-input.js46
-rw-r--r--node_modules/montage-user/ui/checkbox.reel/checkbox.js26
-rwxr-xr-xnode_modules/montage-user/ui/component-group.reel/component-group.js33
-rwxr-xr-xnode_modules/montage-user/ui/component-placeholder.reel/component-placeholder.js146
-rwxr-xr-xnode_modules/montage-user/ui/component.js1791
-rw-r--r--node_modules/montage-user/ui/composer/composer.js142
-rw-r--r--node_modules/montage-user/ui/composer/long-press-composer.js232
-rw-r--r--node_modules/montage-user/ui/composer/swipe-composer.js303
-rw-r--r--node_modules/montage-user/ui/composer/translate-composer.js775
-rwxr-xr-xnode_modules/montage-user/ui/condition.reel/condition.js149
-rwxr-xr-xnode_modules/montage-user/ui/controller/array-controller.js865
-rwxr-xr-xnode_modules/montage-user/ui/controller/media-controller.js698
-rwxr-xr-xnode_modules/montage-user/ui/controller/object-controller.js62
-rwxr-xr-xnode_modules/montage-user/ui/controller/paged-array-controller.js260
-rw-r--r--node_modules/montage-user/ui/date-input.reel/date-input.js31
-rwxr-xr-xnode_modules/montage-user/ui/dom.js278
-rwxr-xr-xnode_modules/montage-user/ui/dynamic-text.reel/dynamic-text.js95
-rwxr-xr-xnode_modules/montage-user/ui/editable-text.js324
-rw-r--r--node_modules/montage-user/ui/flow-path-cubic.js109
-rw-r--r--node_modules/montage-user/ui/flow-path-lerp.js106
-rw-r--r--node_modules/montage-user/ui/flow-path-linear.js77
-rw-r--r--node_modules/montage-user/ui/flow-path-sigmoid.js142
-rw-r--r--node_modules/montage-user/ui/flow-path.js209
-rw-r--r--node_modules/montage-user/ui/flow.reel/flow.html60
-rw-r--r--node_modules/montage-user/ui/flow.reel/flow.js762
-rwxr-xr-xnode_modules/montage-user/ui/image.reel/image.js22<