v2.20.0 release
This commit is contained in:
parent
3d9d115f9f
commit
2763a112f1
@ -16,6 +16,7 @@
|
||||
"javaVersion": "8",
|
||||
"rememberMeKey": "5c37379956bd1242f5636c8cb322c2966ad81277",
|
||||
"searchEngine": "no",
|
||||
"enableTranslation": true
|
||||
"enableTranslation": true,
|
||||
"useSass": false
|
||||
}
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
// Generated on 2015-08-06 using generator-jhipster 2.19.0
|
||||
// Generated on 2015-08-25 using generator-jhipster 2.20.0
|
||||
'use strict';
|
||||
var fs = require('fs');
|
||||
|
||||
|
70
bower.json
70
bower.json
@ -4,34 +4,44 @@
|
||||
"appPath": "src/main/webapp",
|
||||
"testPath": "src/test/javascript/spec",
|
||||
"dependencies": {
|
||||
"bootstrap": "3.3.4",
|
||||
"modernizr": "2.8.3",
|
||||
"jquery": "2.1.4",
|
||||
"json3": "3.3.2",
|
||||
"angular-bootstrap": "0.13.1",
|
||||
"angular-ui-router": "0.2.15",
|
||||
"angular": "1.4.3",
|
||||
"angular-resource": "1.4.3",
|
||||
"angular-cookies": "1.4.3",
|
||||
"angular-sanitize": "1.4.3",
|
||||
"angular-i18n": "1.4.3",
|
||||
"angular-translate": "2.7.0",
|
||||
"angular-translate-interpolation-messageformat": "2.7.0",
|
||||
"angular-translate-storage-cookie": "2.7.0",
|
||||
"angular-translate-loader-partial": "2.7.0",
|
||||
"angular-dynamic-locale": "0.1.27",
|
||||
"angular-local-storage": "0.2.0",
|
||||
"angular-cache-buster": "0.4.3",
|
||||
"ngInfiniteScroll": "1.2.0",
|
||||
"ng-file-upload": "5.0.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"angular-mocks": "1.4.3",
|
||||
"angular-scenario": "1.4.3"
|
||||
},
|
||||
"resolutions": {
|
||||
"angular": "1.4.3",
|
||||
"angular-cookies": "1.4.3",
|
||||
"jquery": "2.1.4"
|
||||
}
|
||||
"bootstrap": "3.3.5",
|
||||
"modernizr": "2.8.3",
|
||||
"jquery": "2.1.4",
|
||||
"json3": "3.3.2",
|
||||
"angular-bootstrap": "0.13.3",
|
||||
"angular-ui-router": "0.2.15",
|
||||
"angular": "1.4.4",
|
||||
"angular-resource": "1.4.4",
|
||||
"angular-cookies": "1.4.4",
|
||||
"angular-sanitize": "1.4.4",
|
||||
"angular-i18n": "1.4.4",
|
||||
"angular-translate": "2.7.0",
|
||||
"angular-translate-interpolation-messageformat": "2.7.0",
|
||||
"angular-translate-storage-cookie": "2.7.0",
|
||||
"angular-translate-loader-partial": "2.7.0",
|
||||
"angular-dynamic-locale": "0.1.27",
|
||||
"angular-local-storage": "0.2.0",
|
||||
"angular-cache-buster": "0.4.3",
|
||||
"ngInfiniteScroll": "1.2.0",
|
||||
"ng-file-upload": "5.0.9",
|
||||
"swagger-ui": "2.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"angular-mocks": "1.4.4",
|
||||
"angular-scenario": "1.4.4"
|
||||
},
|
||||
"overrides": {
|
||||
"bootstrap": {
|
||||
"main": [
|
||||
"dist/js/bootstrap.js",
|
||||
"dist/css/bootstrap.css",
|
||||
"less/bootstrap.less"
|
||||
]
|
||||
}
|
||||
},
|
||||
"resolutions": {
|
||||
"angular": "1.4.4",
|
||||
"angular-cookies": "1.4.4",
|
||||
"jquery": "2.1.4"
|
||||
}
|
||||
}
|
||||
|
@ -43,7 +43,7 @@
|
||||
"karma": "0.12.35",
|
||||
"karma-coverage": "0.4.2",
|
||||
"karma-jenkins-reporter": "0.0.2",
|
||||
"generator-jhipster": "2.19.0",
|
||||
"generator-jhipster": "2.20.0",
|
||||
"lodash": "3.3.1",
|
||||
"xml2js": "0.4.5",
|
||||
"yo": ">=1.3.0",
|
||||
|
21
pom.xml
21
pom.xml
@ -21,20 +21,20 @@
|
||||
</prerequisites>
|
||||
|
||||
<properties>
|
||||
<hikaricp.version>2.3.7</hikaricp.version>
|
||||
<hikaricp.version>2.4.0</hikaricp.version>
|
||||
<assertj-core.version>3.1.0</assertj-core.version>
|
||||
<awaitility.version>1.4.0</awaitility.version>
|
||||
<commons-io.version>2.4</commons-io.version>
|
||||
<commons-lang.version>2.6</commons-lang.version>
|
||||
<gatling.version>2.1.6</gatling.version>
|
||||
<gatling-maven-plugin.version>2.1.6</gatling-maven-plugin.version>
|
||||
<hibernate.version>4.3.6.Final</hibernate.version>
|
||||
<hibernate.version>4.3.10.Final</hibernate.version>
|
||||
<java.version>1.8</java.version>
|
||||
<maven.compiler.source>${java.version}</maven.compiler.source>
|
||||
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||
<javax.inject.version>1</javax.inject.version>
|
||||
<joda-time-hibernate.version>1.3</joda-time-hibernate.version>
|
||||
<liquibase.version>3.3.2</liquibase.version>
|
||||
<joda-time-hibernate.version>1.4</joda-time-hibernate.version>
|
||||
<liquibase.version>3.4.1</liquibase.version>
|
||||
<liquibase-slf4j.version>1.2.1</liquibase-slf4j.version>
|
||||
<liquibase-hibernate4.version>3.5</liquibase-hibernate4.version>
|
||||
<mapstruct.version>1.0.0.CR1</mapstruct.version>
|
||||
@ -42,15 +42,15 @@
|
||||
<maven-enforcer-plugin.version>1.3.1</maven-enforcer-plugin.version>
|
||||
<maven-sortpom-plugin.version>2.3.0</maven-sortpom-plugin.version>
|
||||
<metrics-spark-reporter.version>1.2</metrics-spark-reporter.version>
|
||||
<metrics-spring.version>3.0.4</metrics-spring.version>
|
||||
<metrics-spring.version>3.1.2</metrics-spring.version>
|
||||
<run.addResources>false</run.addResources>
|
||||
<spring-security.version>4.0.1.RELEASE</spring-security.version>
|
||||
<spring-security.version>4.0.2.RELEASE</spring-security.version>
|
||||
<springfox.version>2.0.3</springfox.version>
|
||||
<usertype-core.version>4.0.0.GA</usertype-core.version>
|
||||
<!-- Sonar properties -->
|
||||
<project.testresult.directory>${project.build.directory}/test-results</project.testresult.directory>
|
||||
<sonar-maven-plugin.version>2.5</sonar-maven-plugin.version>
|
||||
<jacoco-maven-plugin.version>0.7.5.201505241946</jacoco-maven-plugin.version>
|
||||
<sonar-maven-plugin.version>2.6</sonar-maven-plugin.version>
|
||||
<jacoco-maven-plugin.version>0.7.4.201502262128</jacoco-maven-plugin.version>
|
||||
<sonar.exclusions>src/main/webapp/assets/**/*.*, src/main/webapp/bower_components/**/*.*, src/main/webapp/dist/**/*.*</sonar.exclusions>
|
||||
<sonar.java.codeCoveragePlugin>jacoco</sonar.java.codeCoveragePlugin>
|
||||
<sonar.jacoco.itReportPath>${project.testresult.directory}/coverage/jacoco/jacoco-it.exec</sonar.jacoco.itReportPath>
|
||||
@ -149,11 +149,6 @@
|
||||
<scope>test</scope>
|
||||
<!-- parent POM declares this dependency in default (compile) scope -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.springfox</groupId>
|
||||
<artifactId>springfox-swagger-ui</artifactId>
|
||||
<version>${springfox.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.springfox</groupId>
|
||||
<artifactId>springfox-swagger2</artifactId>
|
||||
|
@ -48,7 +48,7 @@ public class DatabaseConfiguration implements EnvironmentAware {
|
||||
this.liquiBasePropertyResolver = new RelaxedPropertyResolver(env, "liquiBase.");
|
||||
}
|
||||
|
||||
@Bean(destroyMethod = "shutdown")
|
||||
@Bean(destroyMethod = "close")
|
||||
@ConditionalOnExpression("#{!environment.acceptsProfiles('cloud') && !environment.acceptsProfiles('heroku')}")
|
||||
public DataSource dataSource() {
|
||||
log.debug("Configuring Datasource");
|
||||
|
@ -72,7 +72,7 @@ public class SecurityConfiguration extends WebSecurityConfigurerAdapter {
|
||||
.antMatchers("/bower_components/**")
|
||||
.antMatchers("/i18n/**")
|
||||
.antMatchers("/assets/**")
|
||||
.antMatchers("/swagger-ui.html")
|
||||
.antMatchers("/swagger-ui/index.html")
|
||||
.antMatchers("/test/**")
|
||||
.antMatchers("/console/**");
|
||||
}
|
||||
@ -119,7 +119,6 @@ public class SecurityConfiguration extends WebSecurityConfigurerAdapter {
|
||||
.antMatchers("/api/logs/**").hasAuthority(AuthoritiesConstants.ADMIN)
|
||||
.antMatchers("/api/audits/**").hasAuthority(AuthoritiesConstants.ADMIN)
|
||||
.antMatchers("/api/**").authenticated()
|
||||
.antMatchers("/webjars/**").permitAll()
|
||||
.antMatchers("/metrics/**").hasAuthority(AuthoritiesConstants.ADMIN)
|
||||
.antMatchers("/health/**").hasAuthority(AuthoritiesConstants.ADMIN)
|
||||
.antMatchers("/trace/**").hasAuthority(AuthoritiesConstants.ADMIN)
|
||||
@ -131,11 +130,11 @@ public class SecurityConfiguration extends WebSecurityConfigurerAdapter {
|
||||
.antMatchers("/autoconfig/**").hasAuthority(AuthoritiesConstants.ADMIN)
|
||||
.antMatchers("/env/**").hasAuthority(AuthoritiesConstants.ADMIN)
|
||||
.antMatchers("/trace/**").hasAuthority(AuthoritiesConstants.ADMIN)
|
||||
.antMatchers("/v2/api-docs/**").hasAuthority(AuthoritiesConstants.ADMIN)
|
||||
.antMatchers("/configuration/security").hasAuthority(AuthoritiesConstants.ADMIN)
|
||||
.antMatchers("/configuration/ui").hasAuthority(AuthoritiesConstants.ADMIN)
|
||||
.antMatchers("/swagger-ui.html").hasAuthority(AuthoritiesConstants.ADMIN)
|
||||
.antMatchers("/protected/**").authenticated();
|
||||
.antMatchers("/v2/api-docs/**").permitAll()
|
||||
.antMatchers("/configuration/security").permitAll()
|
||||
.antMatchers("/configuration/ui").permitAll()
|
||||
.antMatchers("/swagger-ui/index.html").hasAuthority(AuthoritiesConstants.ADMIN)
|
||||
.antMatchers("/protected/**").authenticated() ;
|
||||
|
||||
}
|
||||
|
||||
|
@ -24,16 +24,13 @@ public class BankAccount implements Serializable {
|
||||
@Id
|
||||
@GeneratedValue(strategy = GenerationType.AUTO)
|
||||
private Long id;
|
||||
|
||||
@NotNull
|
||||
|
||||
|
||||
|
||||
@NotNull
|
||||
@Column(name = "name", nullable = false)
|
||||
private String name;
|
||||
|
||||
@NotNull
|
||||
|
||||
|
||||
@NotNull
|
||||
@Column(name = "balance", precision=10, scale=2, nullable = false)
|
||||
private BigDecimal balance;
|
||||
|
||||
|
@ -23,11 +23,10 @@ public class Label implements Serializable {
|
||||
@Id
|
||||
@GeneratedValue(strategy = GenerationType.AUTO)
|
||||
private Long id;
|
||||
|
||||
|
||||
@NotNull
|
||||
@Size(min = 3)
|
||||
|
||||
|
||||
@Size(min = 3)
|
||||
@Column(name = "label", nullable = false)
|
||||
private String label;
|
||||
|
||||
|
@ -29,24 +29,19 @@ public class Operation implements Serializable {
|
||||
@Id
|
||||
@GeneratedValue(strategy = GenerationType.AUTO)
|
||||
private Long id;
|
||||
|
||||
@NotNull
|
||||
|
||||
|
||||
|
||||
@NotNull
|
||||
@Type(type = "org.jadira.usertype.dateandtime.joda.PersistentDateTime")
|
||||
@JsonSerialize(using = CustomDateTimeSerializer.class)
|
||||
@JsonDeserialize(using = CustomDateTimeDeserializer.class)
|
||||
@Column(name = "date", nullable = false)
|
||||
private DateTime date;
|
||||
|
||||
|
||||
|
||||
@Column(name = "description")
|
||||
private String description;
|
||||
|
||||
@NotNull
|
||||
|
||||
|
||||
@NotNull
|
||||
@Column(name = "amount", precision=10, scale=2, nullable = false)
|
||||
private BigDecimal amount;
|
||||
|
||||
|
@ -218,7 +218,6 @@ public class User extends AbstractAuditingEntity implements Serializable {
|
||||
public String toString() {
|
||||
return "User{" +
|
||||
"login='" + login + '\'' +
|
||||
", password='" + password + '\'' +
|
||||
", firstName='" + firstName + '\'' +
|
||||
", lastName='" + lastName + '\'' +
|
||||
", email='" + email + '\'' +
|
||||
|
@ -11,6 +11,6 @@ import java.util.List;
|
||||
public interface BankAccountRepository extends JpaRepository<BankAccount,Long> {
|
||||
|
||||
@Query("select bankAccount from BankAccount bankAccount where bankAccount.user.login = ?#{principal.username}")
|
||||
List<BankAccount> findAllForCurrentUser();
|
||||
List<BankAccount> findByUserIsCurrentUser();
|
||||
|
||||
}
|
||||
|
@ -11,6 +11,9 @@ import java.util.List;
|
||||
*/
|
||||
public interface OperationRepository extends JpaRepository<Operation,Long> {
|
||||
|
||||
@Query("select distinct operation from Operation operation left join fetch operation.labels")
|
||||
List<Operation> findAllWithEagerRelationships();
|
||||
|
||||
@Query("select operation from Operation operation left join fetch operation.labels where operation.id =:id")
|
||||
Operation findOneWithEagerRelationships(@Param("id") Long id);
|
||||
|
||||
|
60
src/main/webapp/404.html
Normal file
60
src/main/webapp/404.html
Normal file
@ -0,0 +1,60 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Page Not Found</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<style>
|
||||
|
||||
* {
|
||||
line-height: 1.2;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
html {
|
||||
color: #888;
|
||||
display: table;
|
||||
font-family: sans-serif;
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
margin: 2em auto;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #555;
|
||||
font-size: 2em;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0 auto;
|
||||
width: 280px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 280px) {
|
||||
|
||||
body, p {
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 1.5em;
|
||||
margin: 0 0 0.3em;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Page Not Found</h1>
|
||||
<p>Sorry, but the page you were trying to view does not exist.</p>
|
||||
</body>
|
||||
</html>
|
||||
<!-- IE needs 512+ bytes: http://blogs.msdn.com/b/ieinternals/archive/2010/08/19/http-error-pages-in-internet-explorer.aspx -->
|
@ -1,4 +1,4 @@
|
||||
/*!
|
||||
* Your CSS files will be generated in this directory by "grunt compass"
|
||||
* Your CSS files will be generated in this directory by "grunt sass" or "gulp sass"
|
||||
*/
|
||||
|
@ -11,7 +11,7 @@
|
||||
"license": "MIT",
|
||||
"ignore": [],
|
||||
"description": "Native AngularJS (Angular) directives for Bootstrap.",
|
||||
"version": "0.13.1",
|
||||
"version": "0.13.3",
|
||||
"main": [
|
||||
"./ui-bootstrap-tpls.js"
|
||||
],
|
||||
@ -19,13 +19,13 @@
|
||||
"angular": ">=1.3.0"
|
||||
},
|
||||
"homepage": "https://github.com/angular-ui/bootstrap-bower",
|
||||
"_release": "0.13.1",
|
||||
"_release": "0.13.3",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "0.13.1",
|
||||
"commit": "9e5f4a256e5f2c95fed468b33ef7605a6e17c8ba"
|
||||
"tag": "0.13.3",
|
||||
"commit": "140a9a069f051e55a2468737b68f407c82098c5e"
|
||||
},
|
||||
"_source": "git://github.com/angular-ui/bootstrap-bower.git",
|
||||
"_target": "0.13.1",
|
||||
"_target": "0.13.3",
|
||||
"_originalSource": "angular-bootstrap"
|
||||
}
|
120
src/main/webapp/bower_components/angular-bootstrap/README.md
vendored
Normal file
120
src/main/webapp/bower_components/angular-bootstrap/README.md
vendored
Normal file
@ -0,0 +1,120 @@
|
||||
### UI Bootstrap - [AngularJS](http://angularjs.org/) directives specific to [Bootstrap](http://getbootstrap.com)
|
||||
|
||||
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/angular-ui/bootstrap?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[![Build Status](https://secure.travis-ci.org/angular-ui/bootstrap.svg)](http://travis-ci.org/angular-ui/bootstrap)
|
||||
[![devDependency Status](https://david-dm.org/angular-ui/bootstrap/dev-status.svg?branch=master)](https://david-dm.org/angular-ui/bootstrap#info=devDependencies)
|
||||
|
||||
### Quick links
|
||||
- [Demo](#demo)
|
||||
- [Installation](#installation)
|
||||
- [NPM](#install-with-npm)
|
||||
- [Bower](#install-with-bower)
|
||||
- [NuGet](#install-with-nuget)
|
||||
- [Custom](#custom-build)
|
||||
- [Manual](#manual-download)
|
||||
- [Support](#support)
|
||||
- [FAQ](#faq)
|
||||
- [Supported browsers](#supported-browsers)
|
||||
- [Need help?](#need-help)
|
||||
- [Found a bug?](#found-a-bug)
|
||||
- [Contributing to the project](#contributing-to-the-project)
|
||||
- [Development, meeting minutes, roadmap and more.](#development-meeting-minutes-roadmap-and-more)
|
||||
|
||||
|
||||
# Demo
|
||||
|
||||
Do you want to see directives in action? Visit http://angular-ui.github.io/bootstrap/!
|
||||
|
||||
# Installation
|
||||
|
||||
Installation is easy as UI Bootstrap has minimal dependencies - only the AngularJS and Twitter Bootstrap's CSS are required.
|
||||
Note: Since version 0.13.0, UI Bootstrap depends on [ngAnimate](https://docs.angularjs.org/api/ngAnimate) for transitions and animations, such as the accordion, carousel, etc. Include `ngAnimate` in the module dependencies for your app in order to enable animation.
|
||||
|
||||
#### Install with NPM
|
||||
|
||||
```sh
|
||||
$ npm install angular-ui-bootstrap
|
||||
```
|
||||
|
||||
This will install AngularJS and Bootstrap NPM packages.
|
||||
|
||||
#### Install with Bower
|
||||
```sh
|
||||
$ bower install angular-bootstrap
|
||||
```
|
||||
|
||||
Note: do not install 'angular-ui-bootstrap'. A separate repository - [bootstrap-bower](https://github.com/angular-ui/bootstrap-bower) - hosts the compiled javascript file and bower.json.
|
||||
|
||||
#### Install with NuGet
|
||||
To install AngularJS UI Bootstrap, run the following command in the Package Manager Console
|
||||
|
||||
```sh
|
||||
PM> Install-Package Angular.UI.Bootstrap
|
||||
```
|
||||
|
||||
#### Custom build
|
||||
|
||||
Head over to http://angular-ui.github.io/bootstrap/ and hit the *Custom build* button to create your own custom UI Bootstrap build, just the way you like it.
|
||||
|
||||
#### Manual download
|
||||
|
||||
After downloading dependencies (or better yet, referencing them from your favorite CDN) you need to download build version of this project. All the files and their purposes are described here:
|
||||
https://github.com/angular-ui/bootstrap/tree/gh-pages#build-files
|
||||
Don't worry, if you are not sure which file to take, opt for `ui-bootstrap-tpls-[version].min.js`.
|
||||
|
||||
### Adding dependency to your project
|
||||
|
||||
When you are done downloading all the dependencies and project files the only remaining part is to add dependencies on the `ui.bootstrap` AngularJS module:
|
||||
|
||||
```js
|
||||
angular.module('myModule', ['ui.bootstrap']);
|
||||
```
|
||||
|
||||
If you're a Browserify or Webpack user, you can do:
|
||||
|
||||
```js
|
||||
var uibs = require('angular-ui-bootstrap');
|
||||
|
||||
angular.module('myModule', [uibs]);
|
||||
```
|
||||
|
||||
# Support
|
||||
|
||||
## FAQ
|
||||
|
||||
https://github.com/angular-ui/bootstrap/wiki/FAQ
|
||||
|
||||
## Supported browsers
|
||||
|
||||
Directives from this repository are automatically tested with the following browsers:
|
||||
* Chrome (stable and canary channel)
|
||||
* Firefox
|
||||
* IE 9 and 10
|
||||
* Opera
|
||||
* Safari
|
||||
|
||||
Modern mobile browsers should work without problems.
|
||||
|
||||
|
||||
## Need help?
|
||||
Need help using UI Bootstrap?
|
||||
|
||||
* Live help in the IRC (`#angularjs` channel at the `freenode` network). Use this [webchat](https://webchat.freenode.net/) or your own IRC client.
|
||||
* Ask a question in [StackOverflow](http://stackoverflow.com/) under the [angular-ui-bootstrap](http://stackoverflow.com/questions/tagged/angular-ui-bootstrap) tag.
|
||||
|
||||
**Please do not create new issues in this repository to ask questions about using UI Bootstrap**
|
||||
|
||||
## Found a bug?
|
||||
Please take a look at [CONTRIBUTING.md](CONTRIBUTING.md#you-think-youve-found-a-bug) and submit your issue [here](https://github.com/angular-ui/bootstrap/issues/new).
|
||||
|
||||
|
||||
----
|
||||
|
||||
|
||||
# Contributing to the project
|
||||
|
||||
We are always looking for the quality contributions! Please check the [CONTRIBUTING.md](CONTRIBUTING.md) for the contribution guidelines.
|
||||
|
||||
# Development, meeting minutes, roadmap and more.
|
||||
|
||||
Head over to the [Wiki](https://github.com/angular-ui/bootstrap/wiki) for notes on development for UI Bootstrap, meeting minutes from the UI Bootstrap team, roadmap plans, project philosophy and more.
|
@ -11,7 +11,7 @@
|
||||
"license": "MIT",
|
||||
"ignore": [],
|
||||
"description": "Native AngularJS (Angular) directives for Bootstrap.",
|
||||
"version": "0.13.1",
|
||||
"version": "0.13.3",
|
||||
"main": ["./ui-bootstrap-tpls.js"],
|
||||
"dependencies": {
|
||||
"angular": ">=1.3.0"
|
||||
|
@ -1,2 +1,2 @@
|
||||
require('./ui-bootstrap-tpls.js');
|
||||
require('./ui-bootstrap-tpls');
|
||||
module.exports = 'ui.bootstrap';
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "angular-ui-bootstrap",
|
||||
"version": "0.13.1",
|
||||
"version": "0.13.3",
|
||||
"description": "Bootstrap widgets for Angular",
|
||||
"main": "index.js",
|
||||
"homepage": "http://angular-ui.github.io/bootstrap/",
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@ -1,19 +1,19 @@
|
||||
{
|
||||
"name": "angular-cookies",
|
||||
"version": "1.4.3",
|
||||
"version": "1.4.4",
|
||||
"main": "./angular-cookies.js",
|
||||
"ignore": [],
|
||||
"dependencies": {
|
||||
"angular": "1.4.3"
|
||||
"angular": "1.4.4"
|
||||
},
|
||||
"homepage": "https://github.com/angular/bower-angular-cookies",
|
||||
"_release": "1.4.3",
|
||||
"_release": "1.4.4",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "v1.4.3",
|
||||
"commit": "1ef7a87fc52ed419322aefe14890bdb24e717fc9"
|
||||
"tag": "v1.4.4",
|
||||
"commit": "403fb80270bb2fd8f044c8ccdc8486d83f7c334e"
|
||||
},
|
||||
"_source": "git://github.com/angular/bower-angular-cookies.git",
|
||||
"_target": "1.4.3",
|
||||
"_target": "1.4.4",
|
||||
"_originalSource": "angular-cookies"
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @license AngularJS v1.4.3
|
||||
* @license AngularJS v1.4.4
|
||||
* (c) 2010-2015 Google, Inc. http://angularjs.org
|
||||
* License: MIT
|
||||
*/
|
||||
@ -48,7 +48,7 @@ angular.module('ngCookies', ['ng']).
|
||||
* - **secure** - `{boolean}` - The cookie will be available only in secured connection.
|
||||
*
|
||||
* Note: by default the address that appears in your `<base>` tag will be used as path.
|
||||
* This is import so that cookies will be visible for all routes in case html5mode is enabled
|
||||
* This is important so that cookies will be visible for all routes in case html5mode is enabled
|
||||
*
|
||||
**/
|
||||
var defaults = this.defaults = {};
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
AngularJS v1.4.3
|
||||
AngularJS v1.4.4
|
||||
(c) 2010-2015 Google, Inc. http://angularjs.org
|
||||
License: MIT
|
||||
*/
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "angular-cookies",
|
||||
"version": "1.4.3",
|
||||
"version": "1.4.4",
|
||||
"main": "./angular-cookies.js",
|
||||
"ignore": [],
|
||||
"dependencies": {
|
||||
"angular": "1.4.3"
|
||||
"angular": "1.4.4"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "angular-cookies",
|
||||
"version": "1.4.3",
|
||||
"version": "1.4.4",
|
||||
"description": "AngularJS module for cookies",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "angular-i18n",
|
||||
"version": "1.4.3",
|
||||
"version": "1.4.4",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
@ -8,13 +8,13 @@
|
||||
"precommit.sh"
|
||||
],
|
||||
"homepage": "https://github.com/angular/bower-angular-i18n",
|
||||
"_release": "1.4.3",
|
||||
"_release": "1.4.4",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "v1.4.3",
|
||||
"commit": "a1c66f98a260c91b2a9bfa054c6cb5fd093da89d"
|
||||
"tag": "v1.4.4",
|
||||
"commit": "057977953ac150c22d63d28b90557687c27e271c"
|
||||
},
|
||||
"_source": "git://github.com/angular/bower-angular-i18n.git",
|
||||
"_target": "1.4.3",
|
||||
"_target": "1.4.4",
|
||||
"_originalSource": "angular-i18n"
|
||||
}
|
@ -97,9 +97,9 @@ $provide.value("$locale", {
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4\u00a0-",
|
||||
"negPre": "-\u00a4",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4\u00a0",
|
||||
"posPre": "\u00a4",
|
||||
"posSuf": ""
|
||||
}
|
||||
]
|
||||
|
@ -97,7 +97,7 @@ $provide.value("$locale", {
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4-",
|
||||
"negPre": "-\u00a4",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4",
|
||||
"posSuf": ""
|
||||
|
@ -97,7 +97,7 @@ $provide.value("$locale", {
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4-",
|
||||
"negPre": "-\u00a4",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4",
|
||||
"posSuf": ""
|
||||
|
@ -115,7 +115,7 @@ $provide.value("$locale", {
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4-",
|
||||
"negPre": "-\u00a4",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4",
|
||||
"posSuf": ""
|
||||
|
@ -115,7 +115,7 @@ $provide.value("$locale", {
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4-",
|
||||
"negPre": "-\u00a4",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4",
|
||||
"posSuf": ""
|
||||
|
@ -97,7 +97,7 @@ $provide.value("$locale", {
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4-",
|
||||
"negPre": "-\u00a4",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4",
|
||||
"posSuf": ""
|
||||
|
@ -97,7 +97,7 @@ $provide.value("$locale", {
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4-",
|
||||
"negPre": "-\u00a4",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4",
|
||||
"posSuf": ""
|
||||
|
@ -97,7 +97,7 @@ $provide.value("$locale", {
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4\u00a0-",
|
||||
"negPre": "-\u00a4\u00a0",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4\u00a0",
|
||||
"posSuf": ""
|
||||
|
@ -97,7 +97,7 @@ $provide.value("$locale", {
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4\u00a0-",
|
||||
"negPre": "-\u00a4\u00a0",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4\u00a0",
|
||||
"posSuf": ""
|
||||
|
@ -97,7 +97,7 @@ $provide.value("$locale", {
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4\u00a0-",
|
||||
"negPre": "-\u00a4\u00a0",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4\u00a0",
|
||||
"posSuf": ""
|
||||
|
@ -97,7 +97,7 @@ $provide.value("$locale", {
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4\u00a0-",
|
||||
"negPre": "-\u00a4\u00a0",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4\u00a0",
|
||||
"posSuf": ""
|
||||
|
@ -68,11 +68,11 @@ $provide.value("$locale", {
|
||||
],
|
||||
"fullDate": "EEEE\u060c d MMMM\u060c y",
|
||||
"longDate": "d MMMM\u060c y",
|
||||
"medium": "y/MM/dd h:mm:ss a",
|
||||
"mediumDate": "y/MM/dd",
|
||||
"medium": "dd\u200f/MM\u200f/y h:mm:ss a",
|
||||
"mediumDate": "dd\u200f/MM\u200f/y",
|
||||
"mediumTime": "h:mm:ss a",
|
||||
"short": "y/M/d h:mm a",
|
||||
"shortDate": "y/M/d",
|
||||
"short": "d\u200f/M\u200f/y h:mm a",
|
||||
"shortDate": "d\u200f/M\u200f/y",
|
||||
"shortTime": "h:mm a"
|
||||
},
|
||||
"NUMBER_FORMATS": {
|
||||
@ -97,7 +97,7 @@ $provide.value("$locale", {
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4\u00a0-",
|
||||
"negPre": "-\u00a4\u00a0",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4\u00a0",
|
||||
"posSuf": ""
|
||||
|
@ -97,7 +97,7 @@ $provide.value("$locale", {
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4\u00a0-",
|
||||
"negPre": "-\u00a4\u00a0",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4\u00a0",
|
||||
"posSuf": ""
|
||||
|
@ -97,7 +97,7 @@ $provide.value("$locale", {
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4\u00a0-",
|
||||
"negPre": "-\u00a4\u00a0",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4\u00a0",
|
||||
"posSuf": ""
|
||||
|
@ -97,7 +97,7 @@ $provide.value("$locale", {
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4\u00a0-",
|
||||
"negPre": "-\u00a4\u00a0",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4\u00a0",
|
||||
"posSuf": ""
|
||||
|
@ -97,7 +97,7 @@ $provide.value("$locale", {
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4\u00a0-",
|
||||
"negPre": "-\u00a4\u00a0",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4\u00a0",
|
||||
"posSuf": ""
|
||||
|
@ -97,7 +97,7 @@ $provide.value("$locale", {
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4\u00a0-",
|
||||
"negPre": "-\u00a4\u00a0",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4\u00a0",
|
||||
"posSuf": ""
|
||||
|
@ -97,7 +97,7 @@ $provide.value("$locale", {
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4\u00a0-",
|
||||
"negPre": "-\u00a4\u00a0",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4\u00a0",
|
||||
"posSuf": ""
|
||||
|
@ -97,7 +97,7 @@ $provide.value("$locale", {
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4\u00a0-",
|
||||
"negPre": "-\u00a4\u00a0",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4\u00a0",
|
||||
"posSuf": ""
|
||||
|
@ -97,7 +97,7 @@ $provide.value("$locale", {
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4\u00a0-",
|
||||
"negPre": "-\u00a4\u00a0",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4\u00a0",
|
||||
"posSuf": ""
|
||||
|
@ -68,8 +68,8 @@ $provide.value("$locale", {
|
||||
],
|
||||
"fullDate": "EEEE\u060c d MMMM\u060c y",
|
||||
"longDate": "d MMMM\u060c y",
|
||||
"medium": "MMM d, y h:mm:ss a",
|
||||
"mediumDate": "MMM d, y",
|
||||
"medium": "dd\u200f/MM\u200f/y h:mm:ss a",
|
||||
"mediumDate": "dd\u200f/MM\u200f/y",
|
||||
"mediumTime": "h:mm:ss a",
|
||||
"short": "d\u200f/M\u200f/y h:mm a",
|
||||
"shortDate": "d\u200f/M\u200f/y",
|
||||
@ -97,7 +97,7 @@ $provide.value("$locale", {
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4\u00a0-",
|
||||
"negPre": "-\u00a4\u00a0",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4\u00a0",
|
||||
"posSuf": ""
|
||||
|
@ -97,7 +97,7 @@ $provide.value("$locale", {
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4\u00a0-",
|
||||
"negPre": "-\u00a4\u00a0",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4\u00a0",
|
||||
"posSuf": ""
|
||||
|
@ -68,11 +68,11 @@ $provide.value("$locale", {
|
||||
],
|
||||
"fullDate": "EEEE\u060c d MMMM\u060c y",
|
||||
"longDate": "d MMMM\u060c y",
|
||||
"medium": "y/MM/dd h:mm:ss a",
|
||||
"mediumDate": "y/MM/dd",
|
||||
"medium": "dd\u200f/MM\u200f/y h:mm:ss a",
|
||||
"mediumDate": "dd\u200f/MM\u200f/y",
|
||||
"mediumTime": "h:mm:ss a",
|
||||
"short": "y/M/d h:mm a",
|
||||
"shortDate": "y/M/d",
|
||||
"short": "d\u200f/M\u200f/y h:mm a",
|
||||
"shortDate": "d\u200f/M\u200f/y",
|
||||
"shortTime": "h:mm a"
|
||||
},
|
||||
"NUMBER_FORMATS": {
|
||||
@ -97,7 +97,7 @@ $provide.value("$locale", {
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4\u00a0-",
|
||||
"negPre": "-\u00a4\u00a0",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4\u00a0",
|
||||
"posSuf": ""
|
||||
|
@ -97,7 +97,7 @@ $provide.value("$locale", {
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4\u00a0-",
|
||||
"negPre": "-\u00a4\u00a0",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4\u00a0",
|
||||
"posSuf": ""
|
||||
|
@ -97,7 +97,7 @@ $provide.value("$locale", {
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4\u00a0-",
|
||||
"negPre": "-\u00a4\u00a0",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4\u00a0",
|
||||
"posSuf": ""
|
||||
|
@ -97,7 +97,7 @@ $provide.value("$locale", {
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4\u00a0-",
|
||||
"negPre": "-\u00a4\u00a0",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4\u00a0",
|
||||
"posSuf": ""
|
||||
|
@ -92,14 +92,14 @@ $provide.value("$locale", {
|
||||
"posSuf": ""
|
||||
},
|
||||
{
|
||||
"gSize": 0,
|
||||
"lgSize": 0,
|
||||
"gSize": 3,
|
||||
"lgSize": 3,
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4-",
|
||||
"negPre": "-\u00a4\u00a0",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4",
|
||||
"posPre": "\u00a4\u00a0",
|
||||
"posSuf": ""
|
||||
}
|
||||
]
|
||||
|
@ -92,14 +92,14 @@ $provide.value("$locale", {
|
||||
"posSuf": ""
|
||||
},
|
||||
{
|
||||
"gSize": 0,
|
||||
"lgSize": 0,
|
||||
"gSize": 3,
|
||||
"lgSize": 3,
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4-",
|
||||
"negPre": "-\u00a4\u00a0",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4",
|
||||
"posPre": "\u00a4\u00a0",
|
||||
"posSuf": ""
|
||||
}
|
||||
]
|
||||
|
@ -97,7 +97,7 @@ $provide.value("$locale", {
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4\u00a0-",
|
||||
"negPre": "-\u00a4\u00a0",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4\u00a0",
|
||||
"posSuf": ""
|
||||
|
@ -97,7 +97,7 @@ $provide.value("$locale", {
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4\u00a0-",
|
||||
"negPre": "-\u00a4\u00a0",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4\u00a0",
|
||||
"posSuf": ""
|
||||
|
@ -76,7 +76,7 @@ $provide.value("$locale", {
|
||||
"shortTime": "h:mm a"
|
||||
},
|
||||
"NUMBER_FORMATS": {
|
||||
"CURRENCY_SYM": "SSP",
|
||||
"CURRENCY_SYM": "\u00a3",
|
||||
"DECIMAL_SEP": "\u066b",
|
||||
"GROUP_SEP": "\u066c",
|
||||
"PATTERNS": [
|
||||
@ -97,7 +97,7 @@ $provide.value("$locale", {
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4\u00a0-",
|
||||
"negPre": "-\u00a4\u00a0",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4\u00a0",
|
||||
"posSuf": ""
|
||||
|
@ -92,14 +92,14 @@ $provide.value("$locale", {
|
||||
"posSuf": ""
|
||||
},
|
||||
{
|
||||
"gSize": 0,
|
||||
"lgSize": 0,
|
||||
"gSize": 3,
|
||||
"lgSize": 3,
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4-",
|
||||
"negPre": "-\u00a4\u00a0",
|
||||
"negSuf": "",
|
||||
"posPre": "\u00a4",
|
||||
"posPre": "\u00a4\u00a0",
|
||||
"posSuf": ""
|
||||
}
|
||||
]
|
||||
|
@ -97,7 +97,7 @@ $provide.value("$locale", {
|
||||
"maxFrac": 2,
|
||||
"minFrac": 2,
|
||||
"minInt": 1,
|
||||
"negPre": "\u00a4\u00a0-",
|
||||