mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-24 08:20:54 -04:00
Update js plugins
This commit is contained in:
@@ -70,11 +70,11 @@
|
||||
<![endif]-->
|
||||
<!-- start mincss template tags -->
|
||||
<link rel="stylesheet" type="text/css" href="dist/jquery-ui.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="dist/opensourcepos.min.css?rel=85d386ddcd"/>
|
||||
<link rel="stylesheet" type="text/css" href="dist/opensourcepos.min.css?rel=19bc919eca"/>
|
||||
<link rel="stylesheet" type="text/css" href="dist/style.css"/>
|
||||
<!-- end mincss template tags -->
|
||||
<!-- start minjs template tags -->
|
||||
<script type="text/javascript" src="dist/opensourcepos.min.js?rel=ec6cb2b698"></script>
|
||||
<script type="text/javascript" src="dist/opensourcepos.min.js?rel=df78eb75fa"></script>
|
||||
<!-- end minjs template tags -->
|
||||
<?php endif; ?>
|
||||
|
||||
|
||||
20
bower.json
20
bower.json
@@ -29,19 +29,19 @@
|
||||
"jquery": "~1.12.4",
|
||||
"jquery-ui": "1.11.4",
|
||||
"bootstrap3-dialog": "https://github.com/nakupanda/bootstrap3-dialog.git#master",
|
||||
"jasny-bootstrap": "^3.1.3",
|
||||
"jasny-bootstrap": "~3.1.3",
|
||||
"bootswatch": "^3.3.7",
|
||||
"smalot-bootstrap-datetimepicker": "^2.4.4",
|
||||
"bootstrap-select": "^1.12.4",
|
||||
"smalot-bootstrap-datetimepicker": "~2.4.4",
|
||||
"bootstrap-select": "~1.12.4",
|
||||
"bootstrap-table": "fde42200",
|
||||
"bootstrap-daterangepicker": "^2.1.24",
|
||||
"bootstrap-daterangepicker": "~2.1.25",
|
||||
"tableExport.jquery.plugin": "1.5.1",
|
||||
"chartist": "^0.9.8",
|
||||
"chartist-plugin-axistitle": "^0.1.0",
|
||||
"chartist-plugin-pointlabels": "^0.0.4",
|
||||
"chartist-plugin-tooltip": "^0.0.13",
|
||||
"chartist-plugin-barlabels": "https://github.com/mtgibbs/chartist-plugin-barlabels.git#^0.0.5",
|
||||
"remarkable-bootstrap-notify": "^3.1.3",
|
||||
"chartist": "~0.9.8",
|
||||
"chartist-plugin-axistitle": "~0.1.0",
|
||||
"chartist-plugin-pointlabels": "~0.0.4",
|
||||
"chartist-plugin-tooltip": "~0.0.18",
|
||||
"chartist-plugin-barlabels": "https://github.com/mtgibbs/chartist-plugin-barlabels.git#~0.0.5",
|
||||
"remarkable-bootstrap-notify": "~3.1.3",
|
||||
"js-cookie": "^2.1.3",
|
||||
"blockUI": "*"
|
||||
},
|
||||
|
||||
6
public/dist/opensourcepos.min.css
vendored
6
public/dist/opensourcepos.min.css
vendored
File diff suppressed because one or more lines are too long
40
public/dist/opensourcepos.min.js
vendored
40
public/dist/opensourcepos.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -11,6 +11,12 @@
|
||||
],
|
||||
"homepage": "http://silviomoreto.github.io/bootstrap-select"
|
||||
},
|
||||
"bootstrap3-dialog@undefined": {
|
||||
"licenses": [
|
||||
"MIT"
|
||||
],
|
||||
"homepage": "http://nakupanda.github.io/bootstrap3-dialog/"
|
||||
},
|
||||
"bootswatch@3.3.7": {
|
||||
"licenses": [
|
||||
"MIT"
|
||||
@@ -21,12 +27,6 @@
|
||||
},
|
||||
"homepage": "http://bootswatch.com"
|
||||
},
|
||||
"bootstrap3-dialog@undefined": {
|
||||
"licenses": [
|
||||
"MIT"
|
||||
],
|
||||
"homepage": "http://nakupanda.github.io/bootstrap3-dialog/"
|
||||
},
|
||||
"chartist@0.9.8": {
|
||||
"licenses": "UNKNOWN",
|
||||
"homepage": "https://github.com/gionkunz/chartist-js"
|
||||
@@ -49,7 +49,7 @@
|
||||
],
|
||||
"homepage": "https://github.com/gionkunz/chartist-plugin-pointlabels"
|
||||
},
|
||||
"chartist-plugin-tooltip@0.0.13": {
|
||||
"chartist-plugin-tooltip@0.0.18": {
|
||||
"licenses": [
|
||||
"MIT*"
|
||||
],
|
||||
@@ -95,13 +95,6 @@
|
||||
],
|
||||
"homepage": "https://github.com/hhurz/tableExport.jquery.plugin"
|
||||
},
|
||||
"bootstrap@3.3.7": {
|
||||
"licenses": [
|
||||
"MIT"
|
||||
],
|
||||
"homepage": "http://getbootstrap.com",
|
||||
"repository": "git+https://github.com/twbs/bootstrap"
|
||||
},
|
||||
"bootstrap-daterangepicker@2.1.25": {
|
||||
"licenses": [
|
||||
"MIT"
|
||||
@@ -131,6 +124,13 @@
|
||||
"homepage": "https://github.com/jasny/bootstrap",
|
||||
"repository": "git+https://github.com/jasny/bootstrap"
|
||||
},
|
||||
"bootstrap@3.3.7": {
|
||||
"licenses": [
|
||||
"MIT"
|
||||
],
|
||||
"homepage": "http://getbootstrap.com",
|
||||
"repository": "git+https://github.com/twbs/bootstrap"
|
||||
},
|
||||
"jquery-validation@1.13.1": {
|
||||
"licenses": [
|
||||
"MIT"
|
||||
|
||||
Reference in New Issue
Block a user