From be755b33eb0642340700a27ffa2ae63210178a0f Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Tue, 15 Aug 2017 18:04:13 -0500 Subject: [PATCH] add bower for client deps --- .bowerrc | 1 + bower.json | 21 + public/vendor/rivets/.bower.json | 32 + public/vendor/rivets/.gitignore | 3 + public/vendor/rivets/CHANGELOG.md | 175 + public/vendor/rivets/LICENSE | 20 + public/vendor/rivets/README.md | 62 + public/vendor/rivets/bower.json | 23 + public/vendor/rivets/component.json | 18 + .../vendor/rivets/dist/rivets.bundled.min.js | 6 + public/vendor/rivets/dist/rivets.js | 1407 ++++ public/vendor/rivets/dist/rivets.min.js | 5 + public/vendor/rivets/doc.sh | 58 + public/vendor/rivets/docs/CNAME | 1 + public/vendor/rivets/docs/_layout.jade | 52 + public/vendor/rivets/docs/css/bootstrap.css | 6805 +++++++++++++++++ public/vendor/rivets/docs/css/responsive.styl | 21 + public/vendor/rivets/docs/css/screen.styl | 309 + public/vendor/rivets/docs/css/syntax.css | 131 + public/vendor/rivets/docs/css/type.css | 104 + .../vendor/rivets/docs/docs/guide/_data.json | 82 + .../docs/docs/guide/_sections/adapters.md | 9 + .../docs/guide/_sections/adapters/creating.md | 20 + .../docs/guide/_sections/adapters/default.md | 3 + .../docs/docs/guide/_sections/binders.md | 3 + .../docs/docs/guide/_sections/binders/api.md | 22 + .../docs/guide/_sections/binders/one-way.md | 13 + .../docs/guide/_sections/binders/two-way.md | 24 + .../docs/docs/guide/_sections/components.md | 52 + .../guide/_sections/computed-properties.md | 16 + .../docs/docs/guide/_sections/formatters.md | 1 + .../guide/_sections/formatters/arguments.md | 13 + .../guide/_sections/formatters/one-way.md | 13 + .../guide/_sections/formatters/two-way.md | 24 + .../docs/guide/_sections/functions-call.md | 6 + .../rivets/docs/docs/guide/_sections/index.md | 17 + .../docs/docs/guide/_sections/install.md | 20 + .../docs/guide/_sections/iteration/index.md | 17 + .../guide/_sections/iteration/iteration.md | 10 + .../docs/guide/_sections/usage/binding.md | 8 + .../docs/guide/_sections/usage/configuring.md | 32 + .../docs/guide/_sections/usage/templates.md | 26 + .../vendor/rivets/docs/docs/guide/index.jade | 25 + .../docs/reference/_binders/[attribute].md | 7 + .../docs/docs/reference/_binders/checked.md | 7 + .../reference/_binders/class-[classname].md | 5 + .../docs/docs/reference/_binders/disabled.md | 5 + .../docs/reference/_binders/each-[item].md | 11 + .../docs/docs/reference/_binders/enabled.md | 5 + .../docs/docs/reference/_binders/hide.md | 5 + .../docs/docs/reference/_binders/html.md | 5 + .../rivets/docs/docs/reference/_binders/if.md | 5 + .../docs/reference/_binders/on-[event].md | 7 + .../docs/docs/reference/_binders/show.md | 5 + .../docs/docs/reference/_binders/text.md | 11 + .../docs/docs/reference/_binders/unchecked.md | 7 + .../docs/docs/reference/_binders/unless.md | 5 + .../docs/docs/reference/_binders/value.md | 5 + .../rivets/docs/docs/reference/_data.json | 17 + .../rivets/docs/docs/reference/index.jade | 16 + .../fonts/entypo-social/entypo-social.eot | Bin 0 -> 11106 bytes .../fonts/entypo-social/entypo-social.svg | 13 + .../fonts/entypo-social/entypo-social.ttf | Bin 0 -> 10932 bytes .../fonts/entypo-social/entypo-social.woff | Bin 0 -> 7364 bytes .../rivets/docs/fonts/entypo/entypo.eot | Bin 0 -> 35540 bytes .../rivets/docs/fonts/entypo/entypo.svg | 13 + .../rivets/docs/fonts/entypo/entypo.ttf | Bin 0 -> 35392 bytes .../rivets/docs/fonts/entypo/entypo.woff | Bin 0 -> 21916 bytes .../ProximaNova-Black-webfont.eot | Bin 0 -> 20455 bytes .../ProximaNova-Black-webfont.svg | 244 + .../ProximaNova-Black-webfont.ttf | Bin 0 -> 46272 bytes .../ProximaNova-Black-webfont.woff | Bin 0 -> 23924 bytes .../ProximaNova-BlackIt-webfont.eot | Bin 0 -> 21397 bytes .../ProximaNova-BlackIt-webfont.svg | 244 + .../ProximaNova-BlackIt-webfont.ttf | Bin 0 -> 50220 bytes .../ProximaNova-BlackIt-webfont.woff | Bin 0 -> 24912 bytes .../proxima-nova/ProximaNova-Bold-webfont.eot | Bin 0 -> 22304 bytes .../proxima-nova/ProximaNova-Bold-webfont.svg | 243 + .../proxima-nova/ProximaNova-Bold-webfont.ttf | Bin 0 -> 49336 bytes .../ProximaNova-Bold-webfont.woff | Bin 0 -> 25700 bytes .../ProximaNova-BoldIt-webfont.eot | Bin 0 -> 54260 bytes .../ProximaNova-BoldIt-webfont.svg | 237 + .../ProximaNova-BoldIt-webfont.ttf | Bin 0 -> 53904 bytes .../ProximaNova-BoldIt-webfont.woff | Bin 0 -> 26376 bytes .../ProximaNova-Light-webfont.eot | 0 .../ProximaNova-Light-webfont.svg | 244 + .../ProximaNova-Light-webfont.ttf | Bin 0 -> 51572 bytes .../ProximaNova-Light-webfont.woff | Bin 0 -> 25968 bytes .../ProximaNova-LightIt-webfont.eot | Bin 0 -> 57592 bytes .../ProximaNova-LightIt-webfont.svg | 238 + .../ProximaNova-LightIt-webfont.ttf | Bin 0 -> 57236 bytes .../ProximaNova-LightIt-webfont.woff | Bin 0 -> 27044 bytes .../proxima-nova/ProximaNova-Reg-webfont.eot | Bin 0 -> 22479 bytes .../proxima-nova/ProximaNova-Reg-webfont.svg | 244 + .../proxima-nova/ProximaNova-Reg-webfont.ttf | Bin 0 -> 50236 bytes .../proxima-nova/ProximaNova-Reg-webfont.woff | Bin 0 -> 25816 bytes .../ProximaNova-RegIt-webfont.eot | Bin 0 -> 56572 bytes .../ProximaNova-RegIt-webfont.svg | 238 + .../ProximaNova-RegIt-webfont.ttf | Bin 0 -> 56216 bytes .../ProximaNova-RegIt-webfont.woff | Bin 0 -> 27032 bytes .../ProximaNova-Sbold-webfont.eot | Bin 0 -> 22435 bytes .../ProximaNova-Sbold-webfont.svg | 244 + .../ProximaNova-Sbold-webfont.ttf | Bin 0 -> 49984 bytes .../ProximaNova-Sbold-webfont.woff | Bin 0 -> 25832 bytes .../ProximaNova-SboldIt-webfont.eot | Bin 0 -> 55156 bytes .../ProximaNova-SboldIt-webfont.svg | 238 + .../ProximaNova-SboldIt-webfont.ttf | Bin 0 -> 54800 bytes .../ProximaNova-SboldIt-webfont.woff | Bin 0 -> 26620 bytes .../proxima-nova/ProximaNova-Thin-webfont.eot | Bin 0 -> 22407 bytes .../proxima-nova/ProximaNova-Thin-webfont.svg | 244 + .../proxima-nova/ProximaNova-Thin-webfont.ttf | Bin 0 -> 52148 bytes .../ProximaNova-Thin-webfont.woff | Bin 0 -> 25772 bytes .../ProximaNova-ThinIt-webfont.eot | Bin 0 -> 58208 bytes .../ProximaNova-ThinIt-webfont.svg | 238 + .../ProximaNova-ThinIt-webfont.ttf | Bin 0 -> 57852 bytes .../ProximaNova-ThinIt-webfont.woff | Bin 0 -> 26776 bytes .../ProximaNova-Xbold-webfont.eot | Bin 0 -> 46896 bytes .../ProximaNova-Xbold-webfont.svg | 238 + .../ProximaNova-Xbold-webfont.ttf | Bin 0 -> 46540 bytes .../ProximaNova-Xbold-webfont.woff | Bin 0 -> 24040 bytes .../ProximaNova-XboldIt-webfont.eot | Bin 0 -> 22549 bytes .../ProximaNova-XboldIt-webfont.svg | 244 + .../ProximaNova-XboldIt-webfont.ttf | Bin 0 -> 53904 bytes .../ProximaNova-XboldIt-webfont.woff | Bin 0 -> 26104 bytes public/vendor/rivets/docs/img/attendease.png | Bin 0 -> 9754 bytes public/vendor/rivets/docs/img/dell.png | Bin 0 -> 15885 bytes public/vendor/rivets/docs/img/disco.png | Bin 0 -> 11010 bytes public/vendor/rivets/docs/img/kin.png | Bin 0 -> 12536 bytes public/vendor/rivets/docs/img/mikeric.jpg | Bin 0 -> 73032 bytes public/vendor/rivets/docs/img/vs.png | Bin 0 -> 32095 bytes public/vendor/rivets/docs/index.jade | 123 + public/vendor/rivets/docs/js/app.js | 13 + public/vendor/rivets/docs/js/bootstrap.min.js | 6 + public/vendor/rivets/docs/js/highlight.js | 1 + public/vendor/rivets/docs/js/jquery.js | 6 + public/vendor/rivets/gulpfile.js | 74 + public/vendor/rivets/package.json | 41 + public/vendor/rivets/src/adapter.coffee | 104 + public/vendor/rivets/src/binders.coffee | 255 + public/vendor/rivets/src/bindings.coffee | 294 + public/vendor/rivets/src/export.coffee | 22 + public/vendor/rivets/src/formatters.coffee | 6 + public/vendor/rivets/src/parsers.coffee | 82 + public/vendor/rivets/src/rivets.coffee | 89 + public/vendor/rivets/src/util.coffee | 31 + public/vendor/rivets/src/view.coffee | 144 + public/vendor/sightglass/.bower.json | 26 + public/vendor/sightglass/LICENSE | 20 + public/vendor/sightglass/README.md | 95 + public/vendor/sightglass/bower.json | 17 + public/vendor/sightglass/component.json | 18 + public/vendor/sightglass/index.js | 214 + public/vendor/sightglass/package.json | 18 + 153 files changed, 14941 insertions(+) create mode 100644 .bowerrc create mode 100644 bower.json create mode 100644 public/vendor/rivets/.bower.json create mode 100644 public/vendor/rivets/.gitignore create mode 100644 public/vendor/rivets/CHANGELOG.md create mode 100644 public/vendor/rivets/LICENSE create mode 100644 public/vendor/rivets/README.md create mode 100644 public/vendor/rivets/bower.json create mode 100644 public/vendor/rivets/component.json create mode 100755 public/vendor/rivets/dist/rivets.bundled.min.js create mode 100755 public/vendor/rivets/dist/rivets.js create mode 100755 public/vendor/rivets/dist/rivets.min.js create mode 100755 public/vendor/rivets/doc.sh create mode 100644 public/vendor/rivets/docs/CNAME create mode 100755 public/vendor/rivets/docs/_layout.jade create mode 100644 public/vendor/rivets/docs/css/bootstrap.css create mode 100644 public/vendor/rivets/docs/css/responsive.styl create mode 100644 public/vendor/rivets/docs/css/screen.styl create mode 100644 public/vendor/rivets/docs/css/syntax.css create mode 100644 public/vendor/rivets/docs/css/type.css create mode 100644 public/vendor/rivets/docs/docs/guide/_data.json create mode 100644 public/vendor/rivets/docs/docs/guide/_sections/adapters.md create mode 100644 public/vendor/rivets/docs/docs/guide/_sections/adapters/creating.md create mode 100644 public/vendor/rivets/docs/docs/guide/_sections/adapters/default.md create mode 100644 public/vendor/rivets/docs/docs/guide/_sections/binders.md create mode 100644 public/vendor/rivets/docs/docs/guide/_sections/binders/api.md create mode 100644 public/vendor/rivets/docs/docs/guide/_sections/binders/one-way.md create mode 100644 public/vendor/rivets/docs/docs/guide/_sections/binders/two-way.md create mode 100644 public/vendor/rivets/docs/docs/guide/_sections/components.md create mode 100644 public/vendor/rivets/docs/docs/guide/_sections/computed-properties.md create mode 100644 public/vendor/rivets/docs/docs/guide/_sections/formatters.md create mode 100644 public/vendor/rivets/docs/docs/guide/_sections/formatters/arguments.md create mode 100644 public/vendor/rivets/docs/docs/guide/_sections/formatters/one-way.md create mode 100644 public/vendor/rivets/docs/docs/guide/_sections/formatters/two-way.md create mode 100644 public/vendor/rivets/docs/docs/guide/_sections/functions-call.md create mode 100644 public/vendor/rivets/docs/docs/guide/_sections/index.md create mode 100644 public/vendor/rivets/docs/docs/guide/_sections/install.md create mode 100644 public/vendor/rivets/docs/docs/guide/_sections/iteration/index.md create mode 100644 public/vendor/rivets/docs/docs/guide/_sections/iteration/iteration.md create mode 100644 public/vendor/rivets/docs/docs/guide/_sections/usage/binding.md create mode 100644 public/vendor/rivets/docs/docs/guide/_sections/usage/configuring.md create mode 100644 public/vendor/rivets/docs/docs/guide/_sections/usage/templates.md create mode 100644 public/vendor/rivets/docs/docs/guide/index.jade create mode 100644 public/vendor/rivets/docs/docs/reference/_binders/[attribute].md create mode 100644 public/vendor/rivets/docs/docs/reference/_binders/checked.md create mode 100644 public/vendor/rivets/docs/docs/reference/_binders/class-[classname].md create mode 100644 public/vendor/rivets/docs/docs/reference/_binders/disabled.md create mode 100644 public/vendor/rivets/docs/docs/reference/_binders/each-[item].md create mode 100644 public/vendor/rivets/docs/docs/reference/_binders/enabled.md create mode 100644 public/vendor/rivets/docs/docs/reference/_binders/hide.md create mode 100644 public/vendor/rivets/docs/docs/reference/_binders/html.md create mode 100644 public/vendor/rivets/docs/docs/reference/_binders/if.md create mode 100644 public/vendor/rivets/docs/docs/reference/_binders/on-[event].md create mode 100644 public/vendor/rivets/docs/docs/reference/_binders/show.md create mode 100644 public/vendor/rivets/docs/docs/reference/_binders/text.md create mode 100644 public/vendor/rivets/docs/docs/reference/_binders/unchecked.md create mode 100644 public/vendor/rivets/docs/docs/reference/_binders/unless.md create mode 100644 public/vendor/rivets/docs/docs/reference/_binders/value.md create mode 100644 public/vendor/rivets/docs/docs/reference/_data.json create mode 100644 public/vendor/rivets/docs/docs/reference/index.jade create mode 100644 public/vendor/rivets/docs/fonts/entypo-social/entypo-social.eot create mode 100644 public/vendor/rivets/docs/fonts/entypo-social/entypo-social.svg create mode 100644 public/vendor/rivets/docs/fonts/entypo-social/entypo-social.ttf create mode 100644 public/vendor/rivets/docs/fonts/entypo-social/entypo-social.woff create mode 100644 public/vendor/rivets/docs/fonts/entypo/entypo.eot create mode 100644 public/vendor/rivets/docs/fonts/entypo/entypo.svg create mode 100644 public/vendor/rivets/docs/fonts/entypo/entypo.ttf create mode 100644 public/vendor/rivets/docs/fonts/entypo/entypo.woff create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-Black-webfont.eot create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-Black-webfont.svg create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-Black-webfont.ttf create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-Black-webfont.woff create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-BlackIt-webfont.eot create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-BlackIt-webfont.svg create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-BlackIt-webfont.ttf create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-BlackIt-webfont.woff create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-Bold-webfont.eot create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-Bold-webfont.svg create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-Bold-webfont.ttf create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-Bold-webfont.woff create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-BoldIt-webfont.eot create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-BoldIt-webfont.svg create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-BoldIt-webfont.ttf create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-BoldIt-webfont.woff create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-Light-webfont.eot create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-Light-webfont.svg create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-Light-webfont.ttf create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-Light-webfont.woff create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-LightIt-webfont.eot create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-LightIt-webfont.svg create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-LightIt-webfont.ttf create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-LightIt-webfont.woff create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-Reg-webfont.eot create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-Reg-webfont.svg create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-Reg-webfont.ttf create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-Reg-webfont.woff create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-RegIt-webfont.eot create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-RegIt-webfont.svg create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-RegIt-webfont.ttf create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-RegIt-webfont.woff create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-Sbold-webfont.eot create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-Sbold-webfont.svg create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-Sbold-webfont.ttf create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-Sbold-webfont.woff create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-SboldIt-webfont.eot create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-SboldIt-webfont.svg create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-SboldIt-webfont.ttf create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-SboldIt-webfont.woff create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-Thin-webfont.eot create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-Thin-webfont.svg create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-Thin-webfont.ttf create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-Thin-webfont.woff create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-ThinIt-webfont.eot create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-ThinIt-webfont.svg create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-ThinIt-webfont.ttf create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-ThinIt-webfont.woff create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-Xbold-webfont.eot create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-Xbold-webfont.svg create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-Xbold-webfont.ttf create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-Xbold-webfont.woff create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-XboldIt-webfont.eot create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-XboldIt-webfont.svg create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-XboldIt-webfont.ttf create mode 100755 public/vendor/rivets/docs/fonts/proxima-nova/ProximaNova-XboldIt-webfont.woff create mode 100644 public/vendor/rivets/docs/img/attendease.png create mode 100644 public/vendor/rivets/docs/img/dell.png create mode 100644 public/vendor/rivets/docs/img/disco.png create mode 100644 public/vendor/rivets/docs/img/kin.png create mode 100644 public/vendor/rivets/docs/img/mikeric.jpg create mode 100644 public/vendor/rivets/docs/img/vs.png create mode 100644 public/vendor/rivets/docs/index.jade create mode 100644 public/vendor/rivets/docs/js/app.js create mode 100755 public/vendor/rivets/docs/js/bootstrap.min.js create mode 100644 public/vendor/rivets/docs/js/highlight.js create mode 100644 public/vendor/rivets/docs/js/jquery.js create mode 100644 public/vendor/rivets/gulpfile.js create mode 100644 public/vendor/rivets/package.json create mode 100644 public/vendor/rivets/src/adapter.coffee create mode 100644 public/vendor/rivets/src/binders.coffee create mode 100644 public/vendor/rivets/src/bindings.coffee create mode 100644 public/vendor/rivets/src/export.coffee create mode 100644 public/vendor/rivets/src/formatters.coffee create mode 100644 public/vendor/rivets/src/parsers.coffee create mode 100644 public/vendor/rivets/src/rivets.coffee create mode 100644 public/vendor/rivets/src/util.coffee create mode 100644 public/vendor/rivets/src/view.coffee create mode 100644 public/vendor/sightglass/.bower.json create mode 100644 public/vendor/sightglass/LICENSE create mode 100644 public/vendor/sightglass/README.md create mode 100644 public/vendor/sightglass/bower.json create mode 100644 public/vendor/sightglass/component.json create mode 100644 public/vendor/sightglass/index.js create mode 100644 public/vendor/sightglass/package.json diff --git a/.bowerrc b/.bowerrc new file mode 100644 index 00000000..1f5596e4 --- /dev/null +++ b/.bowerrc @@ -0,0 +1 @@ +{"directory" : "public/vendor"} diff --git a/bower.json b/bower.json new file mode 100644 index 00000000..f2483aac --- /dev/null +++ b/bower.json @@ -0,0 +1,21 @@ +{ + "name": "phpvms", + "description": "", + "directory": "public/vendor", + "main": "", + "authors": [ + "Nabeel Shahzad " + ], + "dependencies": { + "rivets": "0.9.6" + }, + "license": "MIT", + "homepage": "https://github.com/nabeelio/phpvms", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} diff --git a/public/vendor/rivets/.bower.json b/public/vendor/rivets/.bower.json new file mode 100644 index 00000000..59d1833e --- /dev/null +++ b/public/vendor/rivets/.bower.json @@ -0,0 +1,32 @@ +{ + "name": "rivets", + "description": "Declarative data binding + templating solution.", + "homepage": "http://rivetsjs.com", + "version": "0.9.6", + "main": "dist/rivets.js", + "license": "MIT", + "authors": [ + "Michael Richards" + ], + "keywords": [ + "data binding", + "templating" + ], + "ignore": [ + "node_modules", + "bower_components", + "spec" + ], + "dependencies": { + "sightglass": "~0.2.4" + }, + "_release": "0.9.6", + "_resolution": { + "type": "version", + "tag": "v0.9.6", + "commit": "0bc2d9fb158f55926028f91a743b3a439ace6aeb" + }, + "_source": "https://github.com/mikeric/rivets.git", + "_target": "0.9.6", + "_originalSource": "rivets" +} \ No newline at end of file diff --git a/public/vendor/rivets/.gitignore b/public/vendor/rivets/.gitignore new file mode 100644 index 00000000..ac37d7df --- /dev/null +++ b/public/vendor/rivets/.gitignore @@ -0,0 +1,3 @@ +.DS_Store +*.swp +node_modules/**/* diff --git a/public/vendor/rivets/CHANGELOG.md b/public/vendor/rivets/CHANGELOG.md new file mode 100644 index 00000000..83ddea1e --- /dev/null +++ b/public/vendor/rivets/CHANGELOG.md @@ -0,0 +1,175 @@ +# 0.9.5 + +### Changes + +- Use global object `$` (jQuery or jQuery alternative) if available, fixing [#646](https://github.com/mikeric/rivets/issues/646) + +# 0.9.4 + +### Changes + +- Updated sightglass to `v0.2.6`, fixing [#572](https://github.com/mikeric/rivets/issues/572) + +# 0.9.2 + +### Changes + +- Fix issue when resetting a model [#644](https://github.com/mikeric/rivets/issues/644) +- Fix publish function in two-way formatters [#649](https://github.com/mikeric/rivets/issues/649) +- Fix array binding [#650](https://github.com/mikeric/rivets/issues/650) +- Fix observers on prototype functions [#572](https://github.com/mikeric/rivets/issues/572) + +# 0.9.1 + +### Changes + +- Fix bug in expression with multiple strings [#620](https://github.com/mikeric/rivets/issues/620) + +# 0.9.0 + +### Changes + +- Fix binders which received 0 instead of undefined when HTML attributes were empty [#567](https://github.com/mikeric/rivets/issues/567) +- Now functions are not executed by Rivets in expressions. To call the function you need to use the `call` formatter. See documentation [here](http://rivetsjs.com/docs/guide/#functions-call) [#571](https://github.com/mikeric/rivets/issues/571) +- Support for nested rv-each with an index for each iteration. Index names can be configured, see documentation [here](http://rivetsjs.com/docs/guide/#usage-configuring) [#551](https://github.com/mikeric/rivets/issues/551) +- Support for pipes in quoted arguments [#432](https://github.com/mikeric/rivets/issues/432) +- Support for constant string in component HTML attributes [#478](https://github.com/mikeric/rivets/issues/478) +- Fix rebind bug when a templated used nested `rv-if` binders [#611](https://github.com/mikeric/rivets/issues/611) + +### Upgrading from 0.8 +- Since 0.9 Rivets will not execute functions by default. This will allow passing arguments to function with the `call` formatter. + + - Calling function in 0.8 + ``` + { item.myFunction } + ``` + - Calling function in 0.9 + ``` + { item.myFunction | call} + ``` + - Calling function in 0.9 with arguments + ``` + { item.myFunction | call myArgument 'argument as string'} + ``` + + - You can force function executions to have your application work in `0.9` without using the `call` formatter. This is done with the configuration + ``` + rivets.configure({ + // Since rivets 0.9 functions are not automatically executed in expressions. If you need backward compatibilty, set this parameter to true + executeFunctions: true + }); + ``` + +- Using multiple indexes in nested `rv-each`. Since `0.9` rivets allows to have a specific index variable for each iteration. + ``` +