mirror of
https://github.com/tabler/tabler.git
synced 2026-07-19 12:01:47 +04:00
update dependencies, build new dist
This commit is contained in:
Vendored
+4
-9
@@ -44,20 +44,14 @@
|
||||
z-index: 1;
|
||||
top: 0;
|
||||
right: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
-ms-transform-origin: 0 0;
|
||||
-webkit-transform-origin: 0 0;
|
||||
-webkit-transform-style: preserve-3d;
|
||||
transform-origin: 0 0;
|
||||
transform-style: flat; }
|
||||
|
||||
.noUi-connect {
|
||||
height: 100%;
|
||||
width: 100%; }
|
||||
|
||||
.noUi-origin {
|
||||
height: 10%;
|
||||
width: 10%; }
|
||||
|
||||
/* Offset direction
|
||||
*/
|
||||
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
|
||||
@@ -68,6 +62,7 @@
|
||||
* connect elements.
|
||||
*/
|
||||
.noUi-vertical .noUi-origin {
|
||||
top: -100%;
|
||||
width: 0; }
|
||||
|
||||
.noUi-horizontal .noUi-origin {
|
||||
@@ -107,7 +102,7 @@
|
||||
width: 28px;
|
||||
height: 34px;
|
||||
right: -6px;
|
||||
top: -17px; }
|
||||
bottom: -17px; }
|
||||
|
||||
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
|
||||
left: -17px;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+4
-9
@@ -44,20 +44,14 @@
|
||||
z-index: 1;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
-ms-transform-origin: 100% 0;
|
||||
-webkit-transform-origin: 100% 0;
|
||||
-webkit-transform-style: preserve-3d;
|
||||
transform-origin: 100% 0;
|
||||
transform-style: flat; }
|
||||
|
||||
.noUi-connect {
|
||||
height: 100%;
|
||||
width: 100%; }
|
||||
|
||||
.noUi-origin {
|
||||
height: 10%;
|
||||
width: 10%; }
|
||||
|
||||
/* Offset direction
|
||||
*/
|
||||
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
|
||||
@@ -68,6 +62,7 @@
|
||||
* connect elements.
|
||||
*/
|
||||
.noUi-vertical .noUi-origin {
|
||||
top: -100%;
|
||||
width: 0; }
|
||||
|
||||
.noUi-horizontal .noUi-origin {
|
||||
@@ -107,7 +102,7 @@
|
||||
width: 28px;
|
||||
height: 34px;
|
||||
left: -6px;
|
||||
top: -17px; }
|
||||
bottom: -17px; }
|
||||
|
||||
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
|
||||
right: -17px;
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-32
@@ -371,9 +371,6 @@ legend {
|
||||
::file-selector-button {
|
||||
font: inherit; }
|
||||
|
||||
::file-selector-button {
|
||||
font: inherit; }
|
||||
|
||||
::-webkit-file-upload-button {
|
||||
font: inherit;
|
||||
-webkit-appearance: button; }
|
||||
@@ -1335,7 +1332,7 @@ progress {
|
||||
|
||||
.table, .markdown > table {
|
||||
--tblr-table-bg: transparent;
|
||||
--tblr-table-accent-bg: #f4f6fa;
|
||||
--tblr-table-accent-bg: transparent;
|
||||
--tblr-table-striped-color: inherit;
|
||||
--tblr-table-striped-bg: #f4f6fa;
|
||||
--tblr-table-active-color: inherit;
|
||||
@@ -1594,20 +1591,6 @@ progress {
|
||||
border-radius: 0;
|
||||
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
||||
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
|
||||
.form-control::file-selector-button {
|
||||
padding: 0.4375rem 0.75rem;
|
||||
margin: -0.4375rem -0.75rem;
|
||||
-webkit-margin-end: 0.75rem;
|
||||
margin-inline-end: 0.75rem;
|
||||
color: #232e3c;
|
||||
background-color: #f4f6fa;
|
||||
pointer-events: none;
|
||||
border-color: inherit;
|
||||
border-style: solid;
|
||||
border-width: 0;
|
||||
border-inline-end-width: 1px;
|
||||
border-radius: 0;
|
||||
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
|
||||
.form-control::file-selector-button {
|
||||
padding: 0.4375rem 0.75rem;
|
||||
margin: -0.4375rem -0.75rem;
|
||||
@@ -1626,16 +1609,12 @@ progress {
|
||||
.form-control::-webkit-file-upload-button {
|
||||
-webkit-transition: none;
|
||||
transition: none; }
|
||||
.form-control::file-selector-button {
|
||||
transition: none; }
|
||||
.form-control::file-selector-button {
|
||||
transition: none; } }
|
||||
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
|
||||
background-color: #e8eaee; }
|
||||
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
|
||||
background-color: #e8eaee; }
|
||||
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
|
||||
background-color: #e8eaee; }
|
||||
.form-control::-webkit-file-upload-button {
|
||||
padding: 0.4375rem 0.75rem;
|
||||
margin: -0.4375rem -0.75rem;
|
||||
@@ -1687,11 +1666,6 @@ progress {
|
||||
margin: -0.125rem -0.5rem;
|
||||
-webkit-margin-end: 0.5rem;
|
||||
margin-inline-end: 0.5rem; }
|
||||
.form-control-sm::file-selector-button {
|
||||
padding: 0.125rem 0.5rem;
|
||||
margin: -0.125rem -0.5rem;
|
||||
-webkit-margin-end: 0.5rem;
|
||||
margin-inline-end: 0.5rem; }
|
||||
.form-control-sm::-webkit-file-upload-button {
|
||||
padding: 0.125rem 0.5rem;
|
||||
margin: -0.125rem -0.5rem;
|
||||
@@ -1713,11 +1687,6 @@ progress {
|
||||
margin: -0.5rem -1.5rem;
|
||||
-webkit-margin-end: 1.5rem;
|
||||
margin-inline-end: 1.5rem; }
|
||||
.form-control-lg::file-selector-button {
|
||||
padding: 0.5rem 1.5rem;
|
||||
margin: -0.5rem -1.5rem;
|
||||
-webkit-margin-end: 1.5rem;
|
||||
margin-inline-end: 1.5rem; }
|
||||
.form-control-lg::-webkit-file-upload-button {
|
||||
padding: 0.5rem 1.5rem;
|
||||
margin: -0.5rem -1.5rem;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-32
@@ -369,9 +369,6 @@ legend {
|
||||
::file-selector-button {
|
||||
font: inherit; }
|
||||
|
||||
::file-selector-button {
|
||||
font: inherit; }
|
||||
|
||||
::-webkit-file-upload-button {
|
||||
font: inherit;
|
||||
-webkit-appearance: button; }
|
||||
@@ -1333,7 +1330,7 @@ progress {
|
||||
|
||||
.table, .markdown > table {
|
||||
--tblr-table-bg: transparent;
|
||||
--tblr-table-accent-bg: #f4f6fa;
|
||||
--tblr-table-accent-bg: transparent;
|
||||
--tblr-table-striped-color: inherit;
|
||||
--tblr-table-striped-bg: #f4f6fa;
|
||||
--tblr-table-active-color: inherit;
|
||||
@@ -1592,20 +1589,6 @@ progress {
|
||||
border-radius: 0;
|
||||
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
||||
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
|
||||
.form-control::file-selector-button {
|
||||
padding: 0.4375rem 0.75rem;
|
||||
margin: -0.4375rem -0.75rem;
|
||||
-webkit-margin-end: 0.75rem;
|
||||
margin-inline-end: 0.75rem;
|
||||
color: #232e3c;
|
||||
background-color: #f4f6fa;
|
||||
pointer-events: none;
|
||||
border-color: inherit;
|
||||
border-style: solid;
|
||||
border-width: 0;
|
||||
border-inline-end-width: 1px;
|
||||
border-radius: 0;
|
||||
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
|
||||
.form-control::file-selector-button {
|
||||
padding: 0.4375rem 0.75rem;
|
||||
margin: -0.4375rem -0.75rem;
|
||||
@@ -1624,16 +1607,12 @@ progress {
|
||||
.form-control::-webkit-file-upload-button {
|
||||
-webkit-transition: none;
|
||||
transition: none; }
|
||||
.form-control::file-selector-button {
|
||||
transition: none; }
|
||||
.form-control::file-selector-button {
|
||||
transition: none; } }
|
||||
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
|
||||
background-color: #e8eaee; }
|
||||
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
|
||||
background-color: #e8eaee; }
|
||||
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
|
||||
background-color: #e8eaee; }
|
||||
.form-control::-webkit-file-upload-button {
|
||||
padding: 0.4375rem 0.75rem;
|
||||
margin: -0.4375rem -0.75rem;
|
||||
@@ -1685,11 +1664,6 @@ progress {
|
||||
margin: -0.125rem -0.5rem;
|
||||
-webkit-margin-end: 0.5rem;
|
||||
margin-inline-end: 0.5rem; }
|
||||
.form-control-sm::file-selector-button {
|
||||
padding: 0.125rem 0.5rem;
|
||||
margin: -0.125rem -0.5rem;
|
||||
-webkit-margin-end: 0.5rem;
|
||||
margin-inline-end: 0.5rem; }
|
||||
.form-control-sm::-webkit-file-upload-button {
|
||||
padding: 0.125rem 0.5rem;
|
||||
margin: -0.125rem -0.5rem;
|
||||
@@ -1711,11 +1685,6 @@ progress {
|
||||
margin: -0.5rem -1.5rem;
|
||||
-webkit-margin-end: 1.5rem;
|
||||
margin-inline-end: 1.5rem; }
|
||||
.form-control-lg::file-selector-button {
|
||||
padding: 0.5rem 1.5rem;
|
||||
margin: -0.5rem -1.5rem;
|
||||
-webkit-margin-end: 1.5rem;
|
||||
margin-inline-end: 1.5rem; }
|
||||
.form-control-lg::-webkit-file-upload-button {
|
||||
padding: 0.5rem 1.5rem;
|
||||
margin: -0.5rem -1.5rem;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+34
-42
@@ -9,7 +9,7 @@
|
||||
(function (factory) {
|
||||
typeof define === 'function' && define.amd ? define(factory) :
|
||||
factory();
|
||||
}((function () { 'use strict';
|
||||
})((function () { 'use strict';
|
||||
|
||||
var e,t,n="function"==typeof Map?new Map:(e=[],t=[],{has:function(t){return e.indexOf(t)>-1},get:function(n){return t[e.indexOf(n)]},set:function(n,o){-1===e.indexOf(n)&&(e.push(n),t.push(o));},delete:function(n){var o=e.indexOf(n);o>-1&&(e.splice(o,1),t.splice(o,1));}}),o=function(e){return new Event(e,{bubbles:!0})};try{new Event("test");}catch(e){o=function(e){var t=document.createEvent("Event");return t.initEvent(e,!0,!1),t};}function r(e){var t=n.get(e);t&&t.destroy();}function i(e){var t=n.get(e);t&&t.update();}var l=null;"undefined"==typeof window||"function"!=typeof window.getComputedStyle?((l=function(e){return e}).destroy=function(e){return e},l.update=function(e){return e}):((l=function(e,t){return e&&Array.prototype.forEach.call(e.length?e:[e],function(e){return function(e){if(e&&e.nodeName&&"TEXTAREA"===e.nodeName&&!n.has(e)){var t,r=null,i=null,l=null,d=function(){e.clientWidth!==i&&c();},a=function(t){window.removeEventListener("resize",d,!1),e.removeEventListener("input",c,!1),e.removeEventListener("keyup",c,!1),e.removeEventListener("autosize:destroy",a,!1),e.removeEventListener("autosize:update",c,!1),Object.keys(t).forEach(function(n){e.style[n]=t[n];}),n.delete(e);}.bind(e,{height:e.style.height,resize:e.style.resize,overflowY:e.style.overflowY,overflowX:e.style.overflowX,wordWrap:e.style.wordWrap});e.addEventListener("autosize:destroy",a,!1),"onpropertychange"in e&&"oninput"in e&&e.addEventListener("keyup",c,!1),window.addEventListener("resize",d,!1),e.addEventListener("input",c,!1),e.addEventListener("autosize:update",c,!1),e.style.overflowX="hidden",e.style.wordWrap="break-word",n.set(e,{destroy:a,update:c}),"vertical"===(t=window.getComputedStyle(e,null)).resize?e.style.resize="none":"both"===t.resize&&(e.style.resize="horizontal"),r="content-box"===t.boxSizing?-(parseFloat(t.paddingTop)+parseFloat(t.paddingBottom)):parseFloat(t.borderTopWidth)+parseFloat(t.borderBottomWidth),isNaN(r)&&(r=0),c();}function u(t){var n=e.style.width;e.style.width="0px",e.style.width=n,e.style.overflowY=t;}function s(){if(0!==e.scrollHeight){var t=function(e){for(var t=[];e&&e.parentNode&&e.parentNode instanceof Element;)e.parentNode.scrollTop&&t.push({node:e.parentNode,scrollTop:e.parentNode.scrollTop}),e=e.parentNode;return t}(e),n=document.documentElement&&document.documentElement.scrollTop;e.style.height="",e.style.height=e.scrollHeight+r+"px",i=e.clientWidth,t.forEach(function(e){e.node.scrollTop=e.scrollTop;}),n&&(document.documentElement.scrollTop=n);}}function c(){s();var t=Math.round(parseFloat(e.style.height)),n=window.getComputedStyle(e,null),r="content-box"===n.boxSizing?Math.round(parseFloat(n.height)):e.offsetHeight;if(r<t?"hidden"===n.overflowY&&(u("scroll"),s(),r="content-box"===n.boxSizing?Math.round(parseFloat(window.getComputedStyle(e,null).height)):e.offsetHeight):"hidden"!==n.overflowY&&(u("hidden"),s(),r="content-box"===n.boxSizing?Math.round(parseFloat(window.getComputedStyle(e,null).height)):e.offsetHeight),l!==r){l=r;var i=o("autosize:resized");try{e.dispatchEvent(i);}catch(e){}}}}(e)}),e}).destroy=function(e){return e&&Array.prototype.forEach.call(e.length?e:[e],r),e},l.update=function(e){return e&&Array.prototype.forEach.call(e.length?e:[e],i),e});var d=l;
|
||||
|
||||
@@ -138,6 +138,8 @@
|
||||
function _possibleConstructorReturn(self, call) {
|
||||
if (call && (typeof call === "object" || typeof call === "function")) {
|
||||
return call;
|
||||
} else if (call !== void 0) {
|
||||
throw new TypeError("Derived constructors may only return object or undefined");
|
||||
}
|
||||
return _assertThisInitialized(self);
|
||||
}
|
||||
@@ -1034,8 +1036,7 @@
|
||||
if (!String(tailChunk)) return;
|
||||
if (isString(tailChunk)) tailChunk = new ContinuousTailDetails(String(tailChunk));
|
||||
var lastChunk = this.chunks[this.chunks.length - 1];
|
||||
var extendLast = lastChunk && (
|
||||
lastChunk.stop === tailChunk.stop || tailChunk.stop == null) &&
|
||||
var extendLast = lastChunk && (lastChunk.stop === tailChunk.stop || tailChunk.stop == null) &&
|
||||
tailChunk.from === lastChunk.from + lastChunk.toString().length;
|
||||
if (tailChunk instanceof ContinuousTailDetails) {
|
||||
if (extendLast) {
|
||||
@@ -1071,8 +1072,7 @@
|
||||
var lastBlockIter = masked._mapPosToBlock(masked.value.length);
|
||||
var stop = chunk.stop;
|
||||
var chunkBlock = void 0;
|
||||
if (stop != null && (
|
||||
!lastBlockIter || lastBlockIter.index <= stop)) {
|
||||
if (stop != null && (!lastBlockIter || lastBlockIter.index <= stop)) {
|
||||
if (chunk instanceof ChunksTailDetails ||
|
||||
masked._stops.indexOf(stop) >= 0) {
|
||||
details.aggregate(masked._appendPlaceholder(stop));
|
||||
@@ -2125,8 +2125,7 @@
|
||||
}
|
||||
}, {
|
||||
key: "_saveSelection",
|
||||
value: function _saveSelection()
|
||||
{
|
||||
value: function _saveSelection() {
|
||||
if (this.value !== this.el.value) {
|
||||
console.warn('Element value was changed outside of mask. Syncronize mask using `mask.updateValue()` to work properly.');
|
||||
}
|
||||
@@ -2478,9 +2477,7 @@
|
||||
var valid = regexp.test(this._removeThousandsSeparators(this.value));
|
||||
if (valid) {
|
||||
var number = this.number;
|
||||
valid = valid && !isNaN(number) && (
|
||||
this.min == null || this.min >= 0 || this.min <= this.number) && (
|
||||
this.max == null || this.max <= 0 || this.number <= this.max);
|
||||
valid = valid && !isNaN(number) && (this.min == null || this.min >= 0 || this.min <= this.number) && (this.max == null || this.max <= 0 || this.number <= this.max);
|
||||
}
|
||||
return valid && _get(_getPrototypeOf(MaskedNumber.prototype), "doValidate", this).call(this, flags);
|
||||
}
|
||||
@@ -2989,27 +2986,20 @@
|
||||
return placement.split('-')[0];
|
||||
}
|
||||
|
||||
var round$1 = Math.round;
|
||||
function getBoundingClientRect(element, includeScale) {
|
||||
if (includeScale === void 0) {
|
||||
includeScale = false;
|
||||
}
|
||||
function getBoundingClientRect(element,
|
||||
includeScale) {
|
||||
var rect = element.getBoundingClientRect();
|
||||
var scaleX = 1;
|
||||
var scaleY = 1;
|
||||
if (isHTMLElement(element) && includeScale) {
|
||||
scaleX = rect.width / element.offsetWidth || 1;
|
||||
scaleY = rect.height / element.offsetHeight || 1;
|
||||
}
|
||||
return {
|
||||
width: round$1(rect.width / scaleX),
|
||||
height: round$1(rect.height / scaleY),
|
||||
top: round$1(rect.top / scaleY),
|
||||
right: round$1(rect.right / scaleX),
|
||||
bottom: round$1(rect.bottom / scaleY),
|
||||
left: round$1(rect.left / scaleX),
|
||||
x: round$1(rect.left / scaleX),
|
||||
y: round$1(rect.top / scaleY)
|
||||
width: rect.width / scaleX,
|
||||
height: rect.height / scaleY,
|
||||
top: rect.top / scaleY,
|
||||
right: rect.right / scaleX,
|
||||
bottom: rect.bottom / scaleY,
|
||||
left: rect.left / scaleX,
|
||||
x: rect.left / scaleX,
|
||||
y: rect.top / scaleY
|
||||
};
|
||||
}
|
||||
|
||||
@@ -3209,6 +3199,10 @@
|
||||
requiresIfExists: ['preventOverflow']
|
||||
};
|
||||
|
||||
function getVariation(placement) {
|
||||
return placement.split('-')[1];
|
||||
}
|
||||
|
||||
var unsetSides = {
|
||||
top: 'auto',
|
||||
right: 'auto',
|
||||
@@ -3230,6 +3224,7 @@
|
||||
var popper = _ref2.popper,
|
||||
popperRect = _ref2.popperRect,
|
||||
placement = _ref2.placement,
|
||||
variation = _ref2.variation,
|
||||
offsets = _ref2.offsets,
|
||||
position = _ref2.position,
|
||||
gpuAcceleration = _ref2.gpuAcceleration,
|
||||
@@ -3251,18 +3246,18 @@
|
||||
var widthProp = 'clientWidth';
|
||||
if (offsetParent === getWindow(popper)) {
|
||||
offsetParent = getDocumentElement(popper);
|
||||
if (getComputedStyle$1(offsetParent).position !== 'static') {
|
||||
if (getComputedStyle$1(offsetParent).position !== 'static' && position === 'absolute') {
|
||||
heightProp = 'scrollHeight';
|
||||
widthProp = 'scrollWidth';
|
||||
}
|
||||
}
|
||||
offsetParent = offsetParent;
|
||||
if (placement === top) {
|
||||
if (placement === top || (placement === left || placement === right) && variation === end) {
|
||||
sideY = bottom;
|
||||
y -= offsetParent[heightProp] - popperRect.height;
|
||||
y *= gpuAcceleration ? 1 : -1;
|
||||
}
|
||||
if (placement === left) {
|
||||
if (placement === left || (placement === top || placement === bottom) && variation === end) {
|
||||
sideX = right;
|
||||
x -= offsetParent[widthProp] - popperRect.width;
|
||||
x *= gpuAcceleration ? 1 : -1;
|
||||
@@ -3273,7 +3268,7 @@
|
||||
}, adaptive && unsetSides);
|
||||
if (gpuAcceleration) {
|
||||
var _Object$assign;
|
||||
return Object.assign({}, commonStyles, (_Object$assign = {}, _Object$assign[sideY] = hasY ? '0' : '', _Object$assign[sideX] = hasX ? '0' : '', _Object$assign.transform = (win.devicePixelRatio || 1) < 2 ? "translate(" + x + "px, " + y + "px)" : "translate3d(" + x + "px, " + y + "px, 0)", _Object$assign));
|
||||
return Object.assign({}, commonStyles, (_Object$assign = {}, _Object$assign[sideY] = hasY ? '0' : '', _Object$assign[sideX] = hasX ? '0' : '', _Object$assign.transform = (win.devicePixelRatio || 1) <= 1 ? "translate(" + x + "px, " + y + "px)" : "translate3d(" + x + "px, " + y + "px, 0)", _Object$assign));
|
||||
}
|
||||
return Object.assign({}, commonStyles, (_Object$assign2 = {}, _Object$assign2[sideY] = hasY ? y + "px" : '', _Object$assign2[sideX] = hasX ? x + "px" : '', _Object$assign2.transform = '', _Object$assign2));
|
||||
}
|
||||
@@ -3288,6 +3283,7 @@
|
||||
roundOffsets = _options$roundOffsets === void 0 ? true : _options$roundOffsets;
|
||||
var commonStyles = {
|
||||
placement: getBasePlacement(state.placement),
|
||||
variation: getVariation(state.placement),
|
||||
popper: state.elements.popper,
|
||||
popperRect: state.rects.popper,
|
||||
gpuAcceleration: gpuAcceleration
|
||||
@@ -3527,10 +3523,6 @@
|
||||
return clippingRect;
|
||||
}
|
||||
|
||||
function getVariation(placement) {
|
||||
return placement.split('-')[1];
|
||||
}
|
||||
|
||||
function computeOffsets(_ref) {
|
||||
var reference = _ref.reference,
|
||||
element = _ref.element,
|
||||
@@ -3605,11 +3597,10 @@
|
||||
padding = _options$padding === void 0 ? 0 : _options$padding;
|
||||
var paddingObject = mergePaddingObject(typeof padding !== 'number' ? padding : expandToHashMap(padding, basePlacements));
|
||||
var altContext = elementContext === popper ? reference : popper;
|
||||
var referenceElement = state.elements.reference;
|
||||
var popperRect = state.rects.popper;
|
||||
var element = state.elements[altBoundary ? altContext : elementContext];
|
||||
var clippingClientRect = getClippingRect(isElement$1(element) ? element : element.contextElement || getDocumentElement(state.elements.popper), boundary, rootBoundary);
|
||||
var referenceClientRect = getBoundingClientRect(referenceElement);
|
||||
var referenceClientRect = getBoundingClientRect(state.elements.reference);
|
||||
var popperOffsets = computeOffsets({
|
||||
reference: referenceClientRect,
|
||||
element: popperRect,
|
||||
@@ -4028,9 +4019,9 @@
|
||||
isFixed = false;
|
||||
}
|
||||
var isOffsetParentAnElement = isHTMLElement(offsetParent);
|
||||
var offsetParentIsScaled = isHTMLElement(offsetParent) && isElementScaled(offsetParent);
|
||||
isHTMLElement(offsetParent) && isElementScaled(offsetParent);
|
||||
var documentElement = getDocumentElement(offsetParent);
|
||||
var rect = getBoundingClientRect(elementOrVirtualElement, offsetParentIsScaled);
|
||||
var rect = getBoundingClientRect(elementOrVirtualElement);
|
||||
var scroll = {
|
||||
scrollLeft: 0,
|
||||
scrollTop: 0
|
||||
@@ -4045,7 +4036,7 @@
|
||||
scroll = getNodeScroll(offsetParent);
|
||||
}
|
||||
if (isHTMLElement(offsetParent)) {
|
||||
offsets = getBoundingClientRect(offsetParent, true);
|
||||
offsets = getBoundingClientRect(offsetParent);
|
||||
offsets.x += offsetParent.clientLeft;
|
||||
offsets.y += offsetParent.clientTop;
|
||||
} else if (documentElement) {
|
||||
@@ -4167,7 +4158,8 @@
|
||||
var isDestroyed = false;
|
||||
var instance = {
|
||||
state: state,
|
||||
setOptions: function setOptions(options) {
|
||||
setOptions: function setOptions(setOptionsAction) {
|
||||
var options = typeof setOptionsAction === 'function' ? setOptionsAction(state.options) : setOptionsAction;
|
||||
cleanupModifierEffects();
|
||||
state.options = Object.assign({}, defaultOptions, state.options, options);
|
||||
state.scrollParents = {
|
||||
@@ -7823,4 +7815,4 @@
|
||||
|
||||
EnableActivationTabsFromLocationHash();
|
||||
|
||||
})));
|
||||
}));
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+5
-5
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1540,7 +1540,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- Libs JS -->
|
||||
<script src="../dist/libs/nouislider/distribute/nouislider.min.js"></script>
|
||||
<script src="../dist/libs/nouislider/dist/nouislider.min.js"></script>
|
||||
<!-- Tabler Core -->
|
||||
<script src="../dist/js/tabler.min.js"></script>
|
||||
<script>
|
||||
|
||||
@@ -895,7 +895,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- Libs JS -->
|
||||
<script src="../dist/libs/nouislider/distribute/nouislider.min.js"></script>
|
||||
<script src="../dist/libs/nouislider/dist/nouislider.min.js"></script>
|
||||
<!-- Tabler Core -->
|
||||
<script src="../dist/js/tabler.min.js"></script>
|
||||
<script>
|
||||
|
||||
+17
-17
@@ -1874,7 +1874,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- Libs JS -->
|
||||
<script src="./dist/libs/nouislider/distribute/nouislider.min.js"></script>
|
||||
<script src="./dist/libs/nouislider/dist/nouislider.min.js"></script>
|
||||
<script src="./dist/libs/litepicker/dist/litepicker.js"></script>
|
||||
<script src="./dist/libs/choices.js/public/assets/scripts/choices.js"></script>
|
||||
<!-- Tabler Core -->
|
||||
@@ -1924,10 +1924,10 @@
|
||||
window.Litepicker && (new Litepicker({
|
||||
element: document.getElementById('datepicker-default'),
|
||||
buttonText: {
|
||||
previousMonth: '<!-- Download SVG icon from http://tabler-icons.io/i/chevron-left -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><polyline points="15 6 9 12 15 18" /></svg>',
|
||||
nextMonth: '<!-- Download SVG icon from http://tabler-icons.io/i/chevron-right -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><polyline points="9 6 15 12 9 18" /></svg>',
|
||||
previousMonth: `<!-- Download SVG icon from http://tabler-icons.io/i/chevron-left -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><polyline points="15 6 9 12 15 18" /></svg>`,
|
||||
nextMonth: `<!-- Download SVG icon from http://tabler-icons.io/i/chevron-right -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><polyline points="9 6 15 12 9 18" /></svg>`,
|
||||
},
|
||||
}));
|
||||
});
|
||||
@@ -1939,10 +1939,10 @@
|
||||
window.Litepicker && (new Litepicker({
|
||||
element: document.getElementById('datepicker-icon'),
|
||||
buttonText: {
|
||||
previousMonth: '<!-- Download SVG icon from http://tabler-icons.io/i/chevron-left -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><polyline points="15 6 9 12 15 18" /></svg>',
|
||||
nextMonth: '<!-- Download SVG icon from http://tabler-icons.io/i/chevron-right -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><polyline points="9 6 15 12 9 18" /></svg>',
|
||||
previousMonth: `<!-- Download SVG icon from http://tabler-icons.io/i/chevron-left -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><polyline points="15 6 9 12 15 18" /></svg>`,
|
||||
nextMonth: `<!-- Download SVG icon from http://tabler-icons.io/i/chevron-right -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><polyline points="9 6 15 12 9 18" /></svg>`,
|
||||
},
|
||||
}));
|
||||
});
|
||||
@@ -1954,10 +1954,10 @@
|
||||
window.Litepicker && (new Litepicker({
|
||||
element: document.getElementById('datepicker-icon-prepend'),
|
||||
buttonText: {
|
||||
previousMonth: '<!-- Download SVG icon from http://tabler-icons.io/i/chevron-left -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><polyline points="15 6 9 12 15 18" /></svg>',
|
||||
nextMonth: '<!-- Download SVG icon from http://tabler-icons.io/i/chevron-right -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><polyline points="9 6 15 12 9 18" /></svg>',
|
||||
previousMonth: `<!-- Download SVG icon from http://tabler-icons.io/i/chevron-left -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><polyline points="15 6 9 12 15 18" /></svg>`,
|
||||
nextMonth: `<!-- Download SVG icon from http://tabler-icons.io/i/chevron-right -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><polyline points="9 6 15 12 9 18" /></svg>`,
|
||||
},
|
||||
}));
|
||||
});
|
||||
@@ -1969,10 +1969,10 @@
|
||||
window.Litepicker && (new Litepicker({
|
||||
element: document.getElementById('datepicker-inline'),
|
||||
buttonText: {
|
||||
previousMonth: '<!-- Download SVG icon from http://tabler-icons.io/i/chevron-left -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><polyline points="15 6 9 12 15 18" /></svg>',
|
||||
nextMonth: '<!-- Download SVG icon from http://tabler-icons.io/i/chevron-right -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><polyline points="9 6 15 12 9 18" /></svg>',
|
||||
previousMonth: `<!-- Download SVG icon from http://tabler-icons.io/i/chevron-left -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><polyline points="15 6 9 12 15 18" /></svg>`,
|
||||
nextMonth: `<!-- Download SVG icon from http://tabler-icons.io/i/chevron-right -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><polyline points="9 6 15 12 9 18" /></svg>`,
|
||||
},
|
||||
inlineMode: true,
|
||||
}));
|
||||
|
||||
+47
-47
@@ -2,191 +2,191 @@
|
||||
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>/docs/alerts.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/autosize.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/avatars.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/badges.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/borders.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/breadcrumb.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/browser-support.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/buttons.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/cards.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/carousel.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/charts.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/colors.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/countup.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/cursors.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/divider.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/download.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/dropdowns.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/empty.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/flags.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/form-color-check.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/form-elements.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/form-fieldset.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/form-helpers.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/form-image-check.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/form-selectboxes.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/form-validation.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/getting-started.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/icons.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/input-mask.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/interactions.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/modals.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/page-headers.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/payments.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/progress.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/range-slider.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/ribbons.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/skeleton.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/spinners.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/steps.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/switch-icon.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/tables.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/tabs.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/timelines.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/toasts.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/tooltips.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/typography.html</loc>
|
||||
<lastmod>2021-08-08T15:54:02+02:00</lastmod>
|
||||
<lastmod>2021-10-24T17:28:32+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/accordion.html</loc>
|
||||
|
||||
Vendored
+4
-9
@@ -44,20 +44,14 @@
|
||||
z-index: 1;
|
||||
top: 0;
|
||||
right: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
-ms-transform-origin: 0 0;
|
||||
-webkit-transform-origin: 0 0;
|
||||
-webkit-transform-style: preserve-3d;
|
||||
transform-origin: 0 0;
|
||||
transform-style: flat; }
|
||||
|
||||
.noUi-connect {
|
||||
height: 100%;
|
||||
width: 100%; }
|
||||
|
||||
.noUi-origin {
|
||||
height: 10%;
|
||||
width: 10%; }
|
||||
|
||||
/* Offset direction
|
||||
*/
|
||||
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
|
||||
@@ -68,6 +62,7 @@
|
||||
* connect elements.
|
||||
*/
|
||||
.noUi-vertical .noUi-origin {
|
||||
top: -100%;
|
||||
width: 0; }
|
||||
|
||||
.noUi-horizontal .noUi-origin {
|
||||
@@ -107,7 +102,7 @@
|
||||
width: 28px;
|
||||
height: 34px;
|
||||
right: -6px;
|
||||
top: -17px; }
|
||||
bottom: -17px; }
|
||||
|
||||
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
|
||||
left: -17px;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+4
-9
@@ -44,20 +44,14 @@
|
||||
z-index: 1;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
-ms-transform-origin: 100% 0;
|
||||
-webkit-transform-origin: 100% 0;
|
||||
-webkit-transform-style: preserve-3d;
|
||||
transform-origin: 100% 0;
|
||||
transform-style: flat; }
|
||||
|
||||
.noUi-connect {
|
||||
height: 100%;
|
||||
width: 100%; }
|
||||
|
||||
.noUi-origin {
|
||||
height: 10%;
|
||||
width: 10%; }
|
||||
|
||||
/* Offset direction
|
||||
*/
|
||||
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
|
||||
@@ -68,6 +62,7 @@
|
||||
* connect elements.
|
||||
*/
|
||||
.noUi-vertical .noUi-origin {
|
||||
top: -100%;
|
||||
width: 0; }
|
||||
|
||||
.noUi-horizontal .noUi-origin {
|
||||
@@ -107,7 +102,7 @@
|
||||
width: 28px;
|
||||
height: 34px;
|
||||
left: -6px;
|
||||
top: -17px; }
|
||||
bottom: -17px; }
|
||||
|
||||
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
|
||||
right: -17px;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-32
@@ -371,9 +371,6 @@ legend {
|
||||
::file-selector-button {
|
||||
font: inherit; }
|
||||
|
||||
::file-selector-button {
|
||||
font: inherit; }
|
||||
|
||||
::-webkit-file-upload-button {
|
||||
font: inherit;
|
||||
-webkit-appearance: button; }
|
||||
@@ -1335,7 +1332,7 @@ progress {
|
||||
|
||||
.table, .markdown > table {
|
||||
--tblr-table-bg: transparent;
|
||||
--tblr-table-accent-bg: #f4f6fa;
|
||||
--tblr-table-accent-bg: transparent;
|
||||
--tblr-table-striped-color: inherit;
|
||||
--tblr-table-striped-bg: #f4f6fa;
|
||||
--tblr-table-active-color: inherit;
|
||||
@@ -1594,20 +1591,6 @@ progress {
|
||||
border-radius: 0;
|
||||
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
||||
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
|
||||
.form-control::file-selector-button {
|
||||
padding: 0.4375rem 0.75rem;
|
||||
margin: -0.4375rem -0.75rem;
|
||||
-webkit-margin-end: 0.75rem;
|
||||
margin-inline-end: 0.75rem;
|
||||
color: #232e3c;
|
||||
background-color: #f4f6fa;
|
||||
pointer-events: none;
|
||||
border-color: inherit;
|
||||
border-style: solid;
|
||||
border-width: 0;
|
||||
border-inline-end-width: 1px;
|
||||
border-radius: 0;
|
||||
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
|
||||
.form-control::file-selector-button {
|
||||
padding: 0.4375rem 0.75rem;
|
||||
margin: -0.4375rem -0.75rem;
|
||||
@@ -1626,16 +1609,12 @@ progress {
|
||||
.form-control::-webkit-file-upload-button {
|
||||
-webkit-transition: none;
|
||||
transition: none; }
|
||||
.form-control::file-selector-button {
|
||||
transition: none; }
|
||||
.form-control::file-selector-button {
|
||||
transition: none; } }
|
||||
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
|
||||
background-color: #e8eaee; }
|
||||
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
|
||||
background-color: #e8eaee; }
|
||||
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
|
||||
background-color: #e8eaee; }
|
||||
.form-control::-webkit-file-upload-button {
|
||||
padding: 0.4375rem 0.75rem;
|
||||
margin: -0.4375rem -0.75rem;
|
||||
@@ -1687,11 +1666,6 @@ progress {
|
||||
margin: -0.125rem -0.5rem;
|
||||
-webkit-margin-end: 0.5rem;
|
||||
margin-inline-end: 0.5rem; }
|
||||
.form-control-sm::file-selector-button {
|
||||
padding: 0.125rem 0.5rem;
|
||||
margin: -0.125rem -0.5rem;
|
||||
-webkit-margin-end: 0.5rem;
|
||||
margin-inline-end: 0.5rem; }
|
||||
.form-control-sm::-webkit-file-upload-button {
|
||||
padding: 0.125rem 0.5rem;
|
||||
margin: -0.125rem -0.5rem;
|
||||
@@ -1713,11 +1687,6 @@ progress {
|
||||
margin: -0.5rem -1.5rem;
|
||||
-webkit-margin-end: 1.5rem;
|
||||
margin-inline-end: 1.5rem; }
|
||||
.form-control-lg::file-selector-button {
|
||||
padding: 0.5rem 1.5rem;
|
||||
margin: -0.5rem -1.5rem;
|
||||
-webkit-margin-end: 1.5rem;
|
||||
margin-inline-end: 1.5rem; }
|
||||
.form-control-lg::-webkit-file-upload-button {
|
||||
padding: 0.5rem 1.5rem;
|
||||
margin: -0.5rem -1.5rem;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-32
@@ -369,9 +369,6 @@ legend {
|
||||
::file-selector-button {
|
||||
font: inherit; }
|
||||
|
||||
::file-selector-button {
|
||||
font: inherit; }
|
||||
|
||||
::-webkit-file-upload-button {
|
||||
font: inherit;
|
||||
-webkit-appearance: button; }
|
||||
@@ -1333,7 +1330,7 @@ progress {
|
||||
|
||||
.table, .markdown > table {
|
||||
--tblr-table-bg: transparent;
|
||||
--tblr-table-accent-bg: #f4f6fa;
|
||||
--tblr-table-accent-bg: transparent;
|
||||
--tblr-table-striped-color: inherit;
|
||||
--tblr-table-striped-bg: #f4f6fa;
|
||||
--tblr-table-active-color: inherit;
|
||||
@@ -1592,20 +1589,6 @@ progress {
|
||||
border-radius: 0;
|
||||
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
||||
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
|
||||
.form-control::file-selector-button {
|
||||
padding: 0.4375rem 0.75rem;
|
||||
margin: -0.4375rem -0.75rem;
|
||||
-webkit-margin-end: 0.75rem;
|
||||
margin-inline-end: 0.75rem;
|
||||
color: #232e3c;
|
||||
background-color: #f4f6fa;
|
||||
pointer-events: none;
|
||||
border-color: inherit;
|
||||
border-style: solid;
|
||||
border-width: 0;
|
||||
border-inline-end-width: 1px;
|
||||
border-radius: 0;
|
||||
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
|
||||
.form-control::file-selector-button {
|
||||
padding: 0.4375rem 0.75rem;
|
||||
margin: -0.4375rem -0.75rem;
|
||||
@@ -1624,16 +1607,12 @@ progress {
|
||||
.form-control::-webkit-file-upload-button {
|
||||
-webkit-transition: none;
|
||||
transition: none; }
|
||||
.form-control::file-selector-button {
|
||||
transition: none; }
|
||||
.form-control::file-selector-button {
|
||||
transition: none; } }
|
||||
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
|
||||
background-color: #e8eaee; }
|
||||
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
|
||||
background-color: #e8eaee; }
|
||||
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
|
||||
background-color: #e8eaee; }
|
||||
.form-control::-webkit-file-upload-button {
|
||||
padding: 0.4375rem 0.75rem;
|
||||
margin: -0.4375rem -0.75rem;
|
||||
@@ -1685,11 +1664,6 @@ progress {
|
||||
margin: -0.125rem -0.5rem;
|
||||
-webkit-margin-end: 0.5rem;
|
||||
margin-inline-end: 0.5rem; }
|
||||
.form-control-sm::file-selector-button {
|
||||
padding: 0.125rem 0.5rem;
|
||||
margin: -0.125rem -0.5rem;
|
||||
-webkit-margin-end: 0.5rem;
|
||||
margin-inline-end: 0.5rem; }
|
||||
.form-control-sm::-webkit-file-upload-button {
|
||||
padding: 0.125rem 0.5rem;
|
||||
margin: -0.125rem -0.5rem;
|
||||
@@ -1711,11 +1685,6 @@ progress {
|
||||
margin: -0.5rem -1.5rem;
|
||||
-webkit-margin-end: 1.5rem;
|
||||
margin-inline-end: 1.5rem; }
|
||||
.form-control-lg::file-selector-button {
|
||||
padding: 0.5rem 1.5rem;
|
||||
margin: -0.5rem -1.5rem;
|
||||
-webkit-margin-end: 1.5rem;
|
||||
margin-inline-end: 1.5rem; }
|
||||
.form-control-lg::-webkit-file-upload-button {
|
||||
padding: 0.5rem 1.5rem;
|
||||
margin: -0.5rem -1.5rem;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+34
-42
@@ -9,7 +9,7 @@
|
||||
(function (factory) {
|
||||
typeof define === 'function' && define.amd ? define(factory) :
|
||||
factory();
|
||||
}((function () { 'use strict';
|
||||
})((function () { 'use strict';
|
||||
|
||||
var e,t,n="function"==typeof Map?new Map:(e=[],t=[],{has:function(t){return e.indexOf(t)>-1},get:function(n){return t[e.indexOf(n)]},set:function(n,o){-1===e.indexOf(n)&&(e.push(n),t.push(o));},delete:function(n){var o=e.indexOf(n);o>-1&&(e.splice(o,1),t.splice(o,1));}}),o=function(e){return new Event(e,{bubbles:!0})};try{new Event("test");}catch(e){o=function(e){var t=document.createEvent("Event");return t.initEvent(e,!0,!1),t};}function r(e){var t=n.get(e);t&&t.destroy();}function i(e){var t=n.get(e);t&&t.update();}var l=null;"undefined"==typeof window||"function"!=typeof window.getComputedStyle?((l=function(e){return e}).destroy=function(e){return e},l.update=function(e){return e}):((l=function(e,t){return e&&Array.prototype.forEach.call(e.length?e:[e],function(e){return function(e){if(e&&e.nodeName&&"TEXTAREA"===e.nodeName&&!n.has(e)){var t,r=null,i=null,l=null,d=function(){e.clientWidth!==i&&c();},a=function(t){window.removeEventListener("resize",d,!1),e.removeEventListener("input",c,!1),e.removeEventListener("keyup",c,!1),e.removeEventListener("autosize:destroy",a,!1),e.removeEventListener("autosize:update",c,!1),Object.keys(t).forEach(function(n){e.style[n]=t[n];}),n.delete(e);}.bind(e,{height:e.style.height,resize:e.style.resize,overflowY:e.style.overflowY,overflowX:e.style.overflowX,wordWrap:e.style.wordWrap});e.addEventListener("autosize:destroy",a,!1),"onpropertychange"in e&&"oninput"in e&&e.addEventListener("keyup",c,!1),window.addEventListener("resize",d,!1),e.addEventListener("input",c,!1),e.addEventListener("autosize:update",c,!1),e.style.overflowX="hidden",e.style.wordWrap="break-word",n.set(e,{destroy:a,update:c}),"vertical"===(t=window.getComputedStyle(e,null)).resize?e.style.resize="none":"both"===t.resize&&(e.style.resize="horizontal"),r="content-box"===t.boxSizing?-(parseFloat(t.paddingTop)+parseFloat(t.paddingBottom)):parseFloat(t.borderTopWidth)+parseFloat(t.borderBottomWidth),isNaN(r)&&(r=0),c();}function u(t){var n=e.style.width;e.style.width="0px",e.style.width=n,e.style.overflowY=t;}function s(){if(0!==e.scrollHeight){var t=function(e){for(var t=[];e&&e.parentNode&&e.parentNode instanceof Element;)e.parentNode.scrollTop&&t.push({node:e.parentNode,scrollTop:e.parentNode.scrollTop}),e=e.parentNode;return t}(e),n=document.documentElement&&document.documentElement.scrollTop;e.style.height="",e.style.height=e.scrollHeight+r+"px",i=e.clientWidth,t.forEach(function(e){e.node.scrollTop=e.scrollTop;}),n&&(document.documentElement.scrollTop=n);}}function c(){s();var t=Math.round(parseFloat(e.style.height)),n=window.getComputedStyle(e,null),r="content-box"===n.boxSizing?Math.round(parseFloat(n.height)):e.offsetHeight;if(r<t?"hidden"===n.overflowY&&(u("scroll"),s(),r="content-box"===n.boxSizing?Math.round(parseFloat(window.getComputedStyle(e,null).height)):e.offsetHeight):"hidden"!==n.overflowY&&(u("hidden"),s(),r="content-box"===n.boxSizing?Math.round(parseFloat(window.getComputedStyle(e,null).height)):e.offsetHeight),l!==r){l=r;var i=o("autosize:resized");try{e.dispatchEvent(i);}catch(e){}}}}(e)}),e}).destroy=function(e){return e&&Array.prototype.forEach.call(e.length?e:[e],r),e},l.update=function(e){return e&&Array.prototype.forEach.call(e.length?e:[e],i),e});var d=l;
|
||||
|
||||
@@ -138,6 +138,8 @@
|
||||
function _possibleConstructorReturn(self, call) {
|
||||
if (call && (typeof call === "object" || typeof call === "function")) {
|
||||
return call;
|
||||
} else if (call !== void 0) {
|
||||
throw new TypeError("Derived constructors may only return object or undefined");
|
||||
}
|
||||
return _assertThisInitialized(self);
|
||||
}
|
||||
@@ -1034,8 +1036,7 @@
|
||||
if (!String(tailChunk)) return;
|
||||
if (isString(tailChunk)) tailChunk = new ContinuousTailDetails(String(tailChunk));
|
||||
var lastChunk = this.chunks[this.chunks.length - 1];
|
||||
var extendLast = lastChunk && (
|
||||
lastChunk.stop === tailChunk.stop || tailChunk.stop == null) &&
|
||||
var extendLast = lastChunk && (lastChunk.stop === tailChunk.stop || tailChunk.stop == null) &&
|
||||
tailChunk.from === lastChunk.from + lastChunk.toString().length;
|
||||
if (tailChunk instanceof ContinuousTailDetails) {
|
||||
if (extendLast) {
|
||||
@@ -1071,8 +1072,7 @@
|
||||
var lastBlockIter = masked._mapPosToBlock(masked.value.length);
|
||||
var stop = chunk.stop;
|
||||
var chunkBlock = void 0;
|
||||
if (stop != null && (
|
||||
!lastBlockIter || lastBlockIter.index <= stop)) {
|
||||
if (stop != null && (!lastBlockIter || lastBlockIter.index <= stop)) {
|
||||
if (chunk instanceof ChunksTailDetails ||
|
||||
masked._stops.indexOf(stop) >= 0) {
|
||||
details.aggregate(masked._appendPlaceholder(stop));
|
||||
@@ -2125,8 +2125,7 @@
|
||||
}
|
||||
}, {
|
||||
key: "_saveSelection",
|
||||
value: function _saveSelection()
|
||||
{
|
||||
value: function _saveSelection() {
|
||||
if (this.value !== this.el.value) {
|
||||
console.warn('Element value was changed outside of mask. Syncronize mask using `mask.updateValue()` to work properly.');
|
||||
}
|
||||
@@ -2478,9 +2477,7 @@
|
||||
var valid = regexp.test(this._removeThousandsSeparators(this.value));
|
||||
if (valid) {
|
||||
var number = this.number;
|
||||
valid = valid && !isNaN(number) && (
|
||||
this.min == null || this.min >= 0 || this.min <= this.number) && (
|
||||
this.max == null || this.max <= 0 || this.number <= this.max);
|
||||
valid = valid && !isNaN(number) && (this.min == null || this.min >= 0 || this.min <= this.number) && (this.max == null || this.max <= 0 || this.number <= this.max);
|
||||
}
|
||||
return valid && _get(_getPrototypeOf(MaskedNumber.prototype), "doValidate", this).call(this, flags);
|
||||
}
|
||||
@@ -2989,27 +2986,20 @@
|
||||
return placement.split('-')[0];
|
||||
}
|
||||
|
||||
var round$1 = Math.round;
|
||||
function getBoundingClientRect(element, includeScale) {
|
||||
if (includeScale === void 0) {
|
||||
includeScale = false;
|
||||
}
|
||||
function getBoundingClientRect(element,
|
||||
includeScale) {
|
||||
var rect = element.getBoundingClientRect();
|
||||
var scaleX = 1;
|
||||
var scaleY = 1;
|
||||
if (isHTMLElement(element) && includeScale) {
|
||||
scaleX = rect.width / element.offsetWidth || 1;
|
||||
scaleY = rect.height / element.offsetHeight || 1;
|
||||
}
|
||||
return {
|
||||
width: round$1(rect.width / scaleX),
|
||||
height: round$1(rect.height / scaleY),
|
||||
top: round$1(rect.top / scaleY),
|
||||
right: round$1(rect.right / scaleX),
|
||||
bottom: round$1(rect.bottom / scaleY),
|
||||
left: round$1(rect.left / scaleX),
|
||||
x: round$1(rect.left / scaleX),
|
||||
y: round$1(rect.top / scaleY)
|
||||
width: rect.width / scaleX,
|
||||
height: rect.height / scaleY,
|
||||
top: rect.top / scaleY,
|
||||
right: rect.right / scaleX,
|
||||
bottom: rect.bottom / scaleY,
|
||||
left: rect.left / scaleX,
|
||||
x: rect.left / scaleX,
|
||||
y: rect.top / scaleY
|
||||
};
|
||||
}
|
||||
|
||||
@@ -3209,6 +3199,10 @@
|
||||
requiresIfExists: ['preventOverflow']
|
||||
};
|
||||
|
||||
function getVariation(placement) {
|
||||
return placement.split('-')[1];
|
||||
}
|
||||
|
||||
var unsetSides = {
|
||||
top: 'auto',
|
||||
right: 'auto',
|
||||
@@ -3230,6 +3224,7 @@
|
||||
var popper = _ref2.popper,
|
||||
popperRect = _ref2.popperRect,
|
||||
placement = _ref2.placement,
|
||||
variation = _ref2.variation,
|
||||
offsets = _ref2.offsets,
|
||||
position = _ref2.position,
|
||||
gpuAcceleration = _ref2.gpuAcceleration,
|
||||
@@ -3251,18 +3246,18 @@
|
||||
var widthProp = 'clientWidth';
|
||||
if (offsetParent === getWindow(popper)) {
|
||||
offsetParent = getDocumentElement(popper);
|
||||
if (getComputedStyle$1(offsetParent).position !== 'static') {
|
||||
if (getComputedStyle$1(offsetParent).position !== 'static' && position === 'absolute') {
|
||||
heightProp = 'scrollHeight';
|
||||
widthProp = 'scrollWidth';
|
||||
}
|
||||
}
|
||||
offsetParent = offsetParent;
|
||||
if (placement === top) {
|
||||
if (placement === top || (placement === left || placement === right) && variation === end) {
|
||||
sideY = bottom;
|
||||
y -= offsetParent[heightProp] - popperRect.height;
|
||||
y *= gpuAcceleration ? 1 : -1;
|
||||
}
|
||||
if (placement === left) {
|
||||
if (placement === left || (placement === top || placement === bottom) && variation === end) {
|
||||
sideX = right;
|
||||
x -= offsetParent[widthProp] - popperRect.width;
|
||||
x *= gpuAcceleration ? 1 : -1;
|
||||
@@ -3273,7 +3268,7 @@
|
||||
}, adaptive && unsetSides);
|
||||
if (gpuAcceleration) {
|
||||
var _Object$assign;
|
||||
return Object.assign({}, commonStyles, (_Object$assign = {}, _Object$assign[sideY] = hasY ? '0' : '', _Object$assign[sideX] = hasX ? '0' : '', _Object$assign.transform = (win.devicePixelRatio || 1) < 2 ? "translate(" + x + "px, " + y + "px)" : "translate3d(" + x + "px, " + y + "px, 0)", _Object$assign));
|
||||
return Object.assign({}, commonStyles, (_Object$assign = {}, _Object$assign[sideY] = hasY ? '0' : '', _Object$assign[sideX] = hasX ? '0' : '', _Object$assign.transform = (win.devicePixelRatio || 1) <= 1 ? "translate(" + x + "px, " + y + "px)" : "translate3d(" + x + "px, " + y + "px, 0)", _Object$assign));
|
||||
}
|
||||
return Object.assign({}, commonStyles, (_Object$assign2 = {}, _Object$assign2[sideY] = hasY ? y + "px" : '', _Object$assign2[sideX] = hasX ? x + "px" : '', _Object$assign2.transform = '', _Object$assign2));
|
||||
}
|
||||
@@ -3288,6 +3283,7 @@
|
||||
roundOffsets = _options$roundOffsets === void 0 ? true : _options$roundOffsets;
|
||||
var commonStyles = {
|
||||
placement: getBasePlacement(state.placement),
|
||||
variation: getVariation(state.placement),
|
||||
popper: state.elements.popper,
|
||||
popperRect: state.rects.popper,
|
||||
gpuAcceleration: gpuAcceleration
|
||||
@@ -3527,10 +3523,6 @@
|
||||
return clippingRect;
|
||||
}
|
||||
|
||||
function getVariation(placement) {
|
||||
return placement.split('-')[1];
|
||||
}
|
||||
|
||||
function computeOffsets(_ref) {
|
||||
var reference = _ref.reference,
|
||||
element = _ref.element,
|
||||
@@ -3605,11 +3597,10 @@
|
||||
padding = _options$padding === void 0 ? 0 : _options$padding;
|
||||
var paddingObject = mergePaddingObject(typeof padding !== 'number' ? padding : expandToHashMap(padding, basePlacements));
|
||||
var altContext = elementContext === popper ? reference : popper;
|
||||
var referenceElement = state.elements.reference;
|
||||
var popperRect = state.rects.popper;
|
||||
var element = state.elements[altBoundary ? altContext : elementContext];
|
||||
var clippingClientRect = getClippingRect(isElement$1(element) ? element : element.contextElement || getDocumentElement(state.elements.popper), boundary, rootBoundary);
|
||||
var referenceClientRect = getBoundingClientRect(referenceElement);
|
||||
var referenceClientRect = getBoundingClientRect(state.elements.reference);
|
||||
var popperOffsets = computeOffsets({
|
||||
reference: referenceClientRect,
|
||||
element: popperRect,
|
||||
@@ -4028,9 +4019,9 @@
|
||||
isFixed = false;
|
||||
}
|
||||
var isOffsetParentAnElement = isHTMLElement(offsetParent);
|
||||
var offsetParentIsScaled = isHTMLElement(offsetParent) && isElementScaled(offsetParent);
|
||||
isHTMLElement(offsetParent) && isElementScaled(offsetParent);
|
||||
var documentElement = getDocumentElement(offsetParent);
|
||||
var rect = getBoundingClientRect(elementOrVirtualElement, offsetParentIsScaled);
|
||||
var rect = getBoundingClientRect(elementOrVirtualElement);
|
||||
var scroll = {
|
||||
scrollLeft: 0,
|
||||
scrollTop: 0
|
||||
@@ -4045,7 +4036,7 @@
|
||||
scroll = getNodeScroll(offsetParent);
|
||||
}
|
||||
if (isHTMLElement(offsetParent)) {
|
||||
offsets = getBoundingClientRect(offsetParent, true);
|
||||
offsets = getBoundingClientRect(offsetParent);
|
||||
offsets.x += offsetParent.clientLeft;
|
||||
offsets.y += offsetParent.clientTop;
|
||||
} else if (documentElement) {
|
||||
@@ -4167,7 +4158,8 @@
|
||||
var isDestroyed = false;
|
||||
var instance = {
|
||||
state: state,
|
||||
setOptions: function setOptions(options) {
|
||||
setOptions: function setOptions(setOptionsAction) {
|
||||
var options = typeof setOptionsAction === 'function' ? setOptionsAction(state.options) : setOptionsAction;
|
||||
cleanupModifierEffects();
|
||||
state.options = Object.assign({}, defaultOptions, state.options, options);
|
||||
state.scrollParents = {
|
||||
@@ -7823,4 +7815,4 @@
|
||||
|
||||
EnableActivationTabsFromLocationHash();
|
||||
|
||||
})));
|
||||
}));
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+5
-5
File diff suppressed because one or more lines are too long
+14
-14
@@ -48,13 +48,13 @@
|
||||
"main": "dist/js/tabler.js",
|
||||
"homepage": "https://tabler.io",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.15.0",
|
||||
"@babel/preset-env": "^7.15.0",
|
||||
"@rollup/plugin-commonjs": "^20.0.0",
|
||||
"@rollup/plugin-node-resolve": "^13.0.4",
|
||||
"@babel/core": "^7.15.8",
|
||||
"@babel/preset-env": "^7.15.8",
|
||||
"@rollup/plugin-commonjs": "^21.0.1",
|
||||
"@rollup/plugin-node-resolve": "^13.0.6",
|
||||
"@rollup/plugin-replace": "^3.0.0",
|
||||
"@rollup/stream": "^2.0.0",
|
||||
"autoprefixer": "^10.3.1",
|
||||
"autoprefixer": "^10.3.7",
|
||||
"browser-sync": "^2.27.5",
|
||||
"critical": "^4.0.1",
|
||||
"cross-spawn": "^7.0.3",
|
||||
@@ -64,34 +64,34 @@
|
||||
"gulp-debug": "^4.0.0",
|
||||
"gulp-header": "^2.0.9",
|
||||
"gulp-minify": "^3.1.0",
|
||||
"gulp-postcss": "^9.0.0",
|
||||
"gulp-postcss": "^9.0.1",
|
||||
"gulp-purgecss": "^4.0.3",
|
||||
"gulp-rename": "^2.0.0",
|
||||
"gulp-rtlcss": "^1.4.2",
|
||||
"gulp-sass": "^5.0.0",
|
||||
"node-sass": "^6.0.1",
|
||||
"postcss": "^8.3.6",
|
||||
"release-it": "^14.11.0",
|
||||
"rollup": "^2.56.1",
|
||||
"postcss": "^8.3.11",
|
||||
"release-it": "^14.11.6",
|
||||
"rollup": "^2.58.0",
|
||||
"rollup-plugin-babel": "^4.4.0",
|
||||
"rollup-plugin-cleanup": "^3.2.1",
|
||||
"vinyl-buffer": "^1.0.1",
|
||||
"vinyl-source-stream": "^2.0.0",
|
||||
"yaml": "^1.10.2",
|
||||
"yargs": "^17.1.0"
|
||||
"yargs": "^17.2.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@popperjs/core": "^2.9.3",
|
||||
"@popperjs/core": "^2.10.2",
|
||||
"@tabler/icons": "^1.41.2",
|
||||
"apexcharts": "^3.27.3",
|
||||
"apexcharts": "^3.29.0",
|
||||
"autosize": "^5.0.1",
|
||||
"bootstrap": "5.1",
|
||||
"choices.js": "^9.0.1",
|
||||
"countup.js": "^2.0.8",
|
||||
"flatpickr": "^4.6.9",
|
||||
"imask": "^6.1.0",
|
||||
"imask": "^6.2.2",
|
||||
"litepicker": "^2.0.11",
|
||||
"nouislider": "^15.2.0"
|
||||
"nouislider": "^15.5.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"**/**/node-gyp": "^5.0.0"
|
||||
|
||||
Reference in New Issue
Block a user