Skip to content

Commit

Permalink
Merge 20715c1 into 48adb9f
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethanCeyer committed Jul 11, 2019
2 parents 48adb9f + 20715c1 commit 3eea298
Show file tree
Hide file tree
Showing 10 changed files with 4,444 additions and 3,644 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -13,7 +13,7 @@ module.exports = function (grunt) {
babel: {
options: {
sourceMap: true,
presets: ['env']
presets: ['@babel/preset-env']
},
dist: {
files: [
Expand Down
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -101,7 +101,7 @@ See our features which we are supported
- Input type controller support
- The toggle controll each of date buttons are supported
- You can disable specific dates
- Multiple languages are supported, (en, ko, fr, ch, de, jp, pt, da, pl, es, fa, it, cs, uk, ru, ka)
- Multiple languages are supported, (ar, en, ko, fr, ch, de, jp, pt, da, pl, es, fa, it, cs, uk, ru, ka, ca)
- Theme system supports (light, dark, blue)

## :octocat: Contributors
Expand All @@ -120,6 +120,8 @@ We welcome your support, You can support to notice by send me github issue or us
- [@jan-vince](https://github.com/jan-vince)
- [@SMHFandA](https://github.com/SMHFandA)
- [@davitperaze](https://github.com/davitperaze)
- [@ahmadalfy](https://github.com/ahmadalfy)
- [@orioltestart](https://github.com/orioltestart)

#### Join in contribution

Expand Down
146 changes: 89 additions & 57 deletions dist/js/pignose.calendar.full.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/js/pignose.calendar.full.min.js

Large diffs are not rendered by default.

148 changes: 91 additions & 57 deletions dist/js/pignose.calendar.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/js/pignose.calendar.min.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions index.html
Expand Up @@ -488,6 +488,10 @@ <h5>Supported languages</h5>
<span class="ui label blue tiny">ru</span>
<span class="ui label blue tiny">ka</span>
</div>
<div class="box-languages-set">
<span class="ui label blue tiny">ar</span>
<span class="ui label blue tiny">ca</span>
</div>
</div>
</div>
<div class="article">
Expand Down
7,736 changes: 4,232 additions & 3,504 deletions package-lock.json

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "pg-calendar",
"version": "1.4.30",
"version": "1.4.31",
"description": "Beautiful and eidetic jQuery date picker plguin.",
"main": "dist/js/pignose.calendar.js",
"scripts": {
Expand Down Expand Up @@ -40,33 +40,33 @@
},
"homepage": "https://www.pigno.se/barn/PIGNOSE-Calendar/",
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"almond": "^0.3.3",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"chai": "^4.1.2",
"grunt": "^1.0.3",
"grunt-babel": "^7.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"chai": "^4.2.0",
"grunt": "^1.0.4",
"grunt-babel": "^8.0.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-uglify": "^3.4.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-css-url-rewrite": "0.3.5",
"grunt-umd": "^3.0.0",
"jsdom": "^11.12.0",
"jsdom": "^15.1.1",
"less-plugin-autoprefix": "^2.0.0",
"libumd": "^0.9.0",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"rimraf": "^2.6.2"
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"rimraf": "^2.6.3"
},
"dependencies": {
"jquery": "^3.4.0",
"moment": "^2.22.2"
"jquery": "^3.4.1",
"moment": "^2.24.0"
}
}
2 changes: 1 addition & 1 deletion src/js/component/models.js
@@ -1,7 +1,7 @@
define([], () => {
const models = {
name: 'pignoseCalendar',
version: '1.4.30',
version: '1.4.31',
preference: {
supports: {
themes: ['light', 'dark', 'blue']
Expand Down

0 comments on commit 3eea298

Please sign in to comment.