-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump `inputmask` from `5.0.3` to `5.0.5` * Bump `@simonwep/pickr` from `1.6.0` to `1.8.0` #65 * Bump `flatpickr` from `4.6.3` to `4.6.9` #73 * Bump `@babel/plugin-proposal-class-properties` from `7.8.3` to `7.13.0` #81 * [Security] Bump `marked` from `0.6.2` to `2.0.1` #82 * [Security] Bump `node-sass` from `4.12.0` to `4.14.1` #54 * [Security] Bump `ini` from `1.3.5` to `1.3.8` #68 * [Security] Bump `jquery-validation` from `1.19.2` to `1.19.3` #74 * [Security] Bump `elliptic` from `6.5.0` to `6.5.4` #76 * [Security] Bump `highlight.js` from `9.15.6` to `10.6.0` #80
- Loading branch information
1 parent
cbfe5e0
commit d81d707
Showing
8 changed files
with
49 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
module.exports = { | ||
files: { | ||
'src/js/flatpickr.js': { | ||
dist: 'vendors/flatpickr/', | ||
rename: 'script.js', | ||
combine_files: false, | ||
webpack: true, | ||
uglify: true, | ||
watch: true | ||
} | ||
}, | ||
config: { | ||
combine_files: { | ||
append: 'wponion-append', | ||
prepend: 'wponion-prepend', | ||
inline: 'wponion-inline', | ||
} | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
//@wponion-append ../../node_modules/flatpickr/dist/flatpickr.js | ||
// @ wponion-append ../../node_modules/flatpickr/dist/l10n/*.js | ||
// @ wponion-append ../../node_modules/flatpickr/dist/plugins/*.js | ||
import flatpickr from "flatpickr"; | ||
import rangePlugin from "flatpickr/dist/esm/plugins/rangePlugin"; | ||
import scrollPlugin from "flatpickr/dist/esm/plugins/scrollPlugin"; | ||
import minMaxTimePlugin from "flatpickr/dist/esm/plugins/minMaxTimePlugin"; | ||
import confirmDate from "flatpickr/dist/esm/plugins/confirmDate/confirmDate"; | ||
import monthSelect from "flatpickr/dist/esm/plugins/monthSelect/index"; | ||
import labelPlugin from "flatpickr/dist/esm/plugins/labelPlugin/labelPlugin"; | ||
import weekSelect from "flatpickr/dist/esm/plugins/weekSelect/weekSelect"; | ||
|
||
//@wponion-append ../../node_modules/flatpickr/dist/plugins/minMaxTimePlugin.js | ||
//@wponion-append ../../node_modules/flatpickr/dist/plugins/rangePlugin.js | ||
//@wponion-append ../../node_modules/flatpickr/dist/plugins/scrollPlugin.js | ||
//@wponion-append ../../node_modules/flatpickr/dist/plugins/confirmDate/confirmDate.js | ||
//@wponion-append ../../node_modules/flatpickr/dist/plugins/monthSelect/index.js | ||
//@wponion-append ../../node_modules/flatpickr/dist/plugins/labelPlugin/labelPlugin.js | ||
//@wponion-append ../../node_modules/flatpickr/dist/plugins/weekSelect/weekSelect.js | ||
( ( window ) => { | ||
window.flatpickr = flatpickr; | ||
window.scrollPlugin = scrollPlugin; | ||
window.rangePlugin = rangePlugin; | ||
window.minMaxTimePlugin = minMaxTimePlugin; | ||
window.confirmDate = confirmDate; | ||
window.monthSelect = monthSelect; | ||
window.labelPlugin = labelPlugin; | ||
window.weekSelect = weekSelect; | ||
} )( window ); |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.