Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Commit

Permalink
added jquery-ui to js bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyglazyrindev committed Nov 21, 2021
1 parent d750bb2 commit 0ee7dff
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion static/uadmin/dist/main.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions static/uadmin/dist/main.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
* Date: 2021-03-02T17:08Z
*/

/*! jQuery UI - v1.12.1 - 2017-03-19
* http://jqueryui.com
* Includes: widget.js, position.js, data.js, disable-selection.js, focusable.js, form-reset-mixin.js, jquery-1-7.js, keycode.js, labels.js, scroll-parent.js, tabbable.js, unique-id.js, widgets/draggable.js, widgets/droppable.js, widgets/resizable.js, widgets/selectable.js, widgets/sortable.js, widgets/accordion.js, widgets/autocomplete.js, widgets/button.js, widgets/checkboxradio.js, widgets/controlgroup.js, widgets/datepicker.js, widgets/dialog.js, widgets/menu.js, widgets/mouse.js, widgets/progressbar.js, widgets/selectmenu.js, widgets/slider.js, widgets/spinner.js, widgets/tabs.js, widgets/tooltip.js, effect.js, effects/effect-blind.js, effects/effect-bounce.js, effects/effect-clip.js, effects/effect-drop.js, effects/effect-explode.js, effects/effect-fade.js, effects/effect-fold.js, effects/effect-highlight.js, effects/effect-puff.js, effects/effect-pulsate.js, effects/effect-scale.js, effects/effect-shake.js, effects/effect-size.js, effects/effect-slide.js, effects/effect-transfer.js
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/*! jQuery v3.6.0 | (c) OpenJS Foundation and other contributors | jquery.org/license */

/** @preserve jQuery.floatThead 2.0.0 - http://mkoryak.github.io/floatThead/ - Copyright (c) 2012 - 2017 Misha Koryak **/
Expand Down
5 changes: 5 additions & 0 deletions static/uadmin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions static/uadmin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"eonasdan-bootstrap-datetimepicker": "^4.17.49",
"jquery": "^3.6.0",
"jquery-ui": "^1.13.0",
"jquery-ui-bundle": "^1.12.1-migrate",
"moment": "^2.29.1"
}
}
4 changes: 2 additions & 2 deletions static/uadmin/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ module.exports = {
}],
},
entry: [
'./node_modules/jquery/dist/jquery.min.js', './node_modules/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js', './js/sprintf.js', './assets/js/tether.min.js', './assets/bootstrap/3.3.7/js/bootstrap.min.js',
'./node_modules/jquery/dist/jquery.min.js', './node_modules/jquery-ui-bundle/jquery-ui.min.js', './node_modules/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js', './js/sprintf.js', './assets/js/tether.min.js', './assets/bootstrap/3.3.7/js/bootstrap.min.js',
'./assets/js/wow.js', './assets/spinner/src/jRoll.js', './assets/js/floatHead.min.js', './assets/js/staticdata.js',
'./js/notify.min.js', './assets/chosen/docsupport/prism.js', './assets/cropper/cropper.min.js'
],
],
// Chosen mode tells webpack to use its built-in optimizations accordingly.
// defaults to ./src
// Here the application starts executing
Expand Down

0 comments on commit 0ee7dff

Please sign in to comment.