Koha/koha-tmpl/intranet-tmpl/lib/flatpickr/shortcut-buttons-flatpickr.min.js
Owen Leonard fcb08b0e93
Bug 30523: Quiet console warning about missing shortcut-buttons map file
This patch updates the Flatpickr plugin shortcut-buttons which adds the
"Yesterday," "Today," and "Tomorrow" links to Flatpickr widgets.  This
updates it to the latest version, 0.4.0.

The file is modified in two ways: The version information is added to
the top of the file, and the sourceMappingURL line is removed from the
bottom. This quiets browser console warnings about a missing map file.

To test:
- apply the patch and clear your browser cache.
- Go to Circulation -> Check out and check out to a patron.
- Click "Checkout settings" and click the "Specify due date" field.
- In the pop-up calendar, test all controls, including the shortcut
  links, to confirm that everything works as before.
- In the browser console there should be no warning related to
  shortcut-buttons-flatpickr. (Firefox didn't have the warning, Chromium
  can be used.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-06-02 09:51:09 -03:00

2 lines
3.3 KiB
JavaScript

/* shortcut-buttons-flatpickr v0.4.0 https://cdn.jsdelivr.net/npm/shortcut-buttons-flatpickr@0.4.0/dist/shortcut-buttons-flatpickr.min.js */
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.ShortcutButtonsPlugin=e():t.ShortcutButtonsPlugin=e()}(window,(function(){return function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=0)}([function(t,e,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ShortcutButtonsPlugin=void 0;var o={theme:"light"},i=new Set(["accesskey","aria-label","class","tabindex"]);e.ShortcutButtonsPlugin=function(t){var e=r(r({},o),t);return function(t){var n;function r(n){n.stopPropagation(),n.preventDefault();var r=n.target;if("button"===r.tagName.toLowerCase()&&void 0!==e.onClick)for(var o=parseInt(r.dataset.index,10),i=0,a=Array.isArray(e.onClick)?e.onClick:[e.onClick];i<a.length;i++){var u=a[i];"function"==typeof u&&u(o,t)}}function o(e){var n=e.target;"Tab"===e.key&&"button"===n.tagName.toLowerCase()&&(e.shiftKey&&!n.previousSibling||!e.shiftKey&&!n.nextSibling)&&(e.preventDefault(),t.element.focus())}return{onReady:function(){if((n=document.createElement("div")).classList.add("shortcut-buttons-flatpickr-wrapper",e.theme),void 0!==e.label&&e.label.length){var a=document.createElement("div");a.classList.add("shortcut-buttons-flatpickr-label"),a.textContent=e.label,n.appendChild(a)}var u=document.createElement("div");u.classList.add("shortcut-buttons-flatpickr-buttons"),(Array.isArray(e.button)?e.button:[e.button]).forEach((function(e,n){var r=document.createElement("button");r.type="button",r.classList.add("shortcut-buttons-flatpickr-button"),r.textContent=e.label,r.dataset.index=String(n),void 0!==e.attributes&&function(t,e){Object.keys(e).filter((function(t){return i.has(t)})).forEach((function(n){var r;"class"!==n?t.setAttribute(n,e[n]):(r=t.classList).add.apply(r,e[n].split(" "))}))}(r,e.attributes),u.appendChild(r),t.pluginElements.push(r)})),n.appendChild(u),t.calendarContainer.appendChild(n),n.addEventListener("click",r),n.addEventListener("keydown",o)},onDestroy:function(){n.removeEventListener("keydown",o),n.removeEventListener("click",r),n=void 0}}}}}]).ShortcutButtonsPlugin}));