@iris.interactive/handcook 5.0.6 → 5.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -2
- package/public/index.html +1 -1
- package/public/scripts/components/collapse/collapse.component.min.js +1 -1
- package/public/scripts/components/dropdown/dropdown.component.min.js +1 -1
- package/public/scripts/components/lightbox/lightbox.component.min.js +1 -1
- package/public/scripts/components/modal/modal.component.js +7 -5
- package/public/scripts/components/modal/modal.component.min.js +1 -1
- package/public/scripts/components/scroll-reveal/scroll-reveal.component.js +130 -90
- package/public/scripts/components/scroll-reveal/scroll-reveal.component.scss +39 -0
- package/public/scripts/components/scrollspy/scrollspy.component.min.js +1 -1
- package/public/scripts/components/slider/slider.component.js +1 -0
- package/public/scripts/components/slider/slider.component.min.js +1 -1
- package/public/scripts/components/smooth-scroll/smooth-scroll.component.min.js +1 -1
- package/public/scripts/components/tab/tab.component.min.js +1 -1
- package/public/scripts/components/toggle/toggle.component.min.js +1 -1
- package/public/scripts/components/tooltip/tooltip.component.js +3 -3
- package/public/scripts/components/tooltip/tooltip.component.min.js +1 -1
- package/public/scripts/enumerators/element.enum.js +3 -2
- package/public/styles/scss/_utils.scss +3 -3
- package/public/styles/scss/_variables.scss +6 -5
- package/public/styles/style.css +1 -1
- package/public/scripts/index.js.LICENSE.txt +0 -130
|
@@ -1 +1 @@
|
|
|
1
|
-
(()=>{"use strict";var a={812:(a,t
|
|
1
|
+
(()=>{"use strict";var a={812:(a,o,t)=>{function l(a,o,t){return o in a?Object.defineProperty(a,o,{value:t,enumerable:!0,configurable:!0,writable:!0}):a[o]=t,a}var e=function a(){!function(a,o){if(!(a instanceof o))throw new TypeError("Cannot call a class as a function")}(this,a)};l(e,"tooltip","[data-hc-tooltip], [data-hc-popover]"),l(e,"popover","[data-hc-popover]"),l(e,"scrollSmooth","[data-hc-smooth-scroll]"),l(e,"modal","[data-hc-modal]"),l(e,"modalClose","[data-hc-modal-close]"),l(e,"lightboxAttr","data-hc-lightbox"),l(e,"lightbox","[".concat(e.lightboxAttr,"]")),l(e,"dropdown","[data-hc-dropdown]"),l(e,"collapse","[data-hc-collapse]"),l(e,"collapseItem","[data-hc-collapse-item]"),l(e,"popin","[data-hc-popin]"),l(e,"tab","[data-hc-tab]"),l(e,"toggle","[data-hc-toggle]"),l(e,"slider","[data-hc-slider]"),l(e,"scrollspy","[data-hc-scrollspy]"),l(e,"scrollspyNav","[data-hc-scrollspy-nav]"),l(e,"scrollspyNavItem","[data-hc-scrollspy-nav-item]"),l(e,"scrollReveal","[data-hc-scroll-reveal]"),l(e,"scrollRevealDisable","[data-hc-noscroll-reveal]"),l(e,"scrollRevealParent","[data-hc-scroll-reveal-parent]"),l(e,"scrollRevealChildren","".concat(e.scrollRevealParent," > *:not(").concat(e.scrollRevealDisable,"):not(").concat(e.scrollRevealParent,"):not(").concat(e.scrollReveal,")")),l(e,"overlay","[data-hc-overlay]")},539:(a,o,t)=>{function l(a,o,t){return o in a?Object.defineProperty(a,o,{value:t,enumerable:!0,configurable:!0,writable:!0}):a[o]=t,a}var e=function a(){!function(a,o){if(!(a instanceof o))throw new TypeError("Cannot call a class as a function")}(this,a)};l(e,"attrHref","data-hc-smooth-scroll-href"),l(e,"attrShift","data-hc-smooth-scroll-shift")}},o={};function t(l){var e=o[l];if(void 0!==e)return e.exports;var r=o[l]={exports:{}};return a[l](r,r.exports,t),r.exports}t.d=(a,o)=>{for(var l in o)t.o(o,l)&&!t.o(a,l)&&Object.defineProperty(a,l,{enumerable:!0,get:o[l]})},t.o=(a,o)=>Object.prototype.hasOwnProperty.call(a,o),t(812),t(539)})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(()=>{"use strict";var e={812:(e,t,n)=>{function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var o=function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)};r(o,"tooltip","[data-hc-tooltip], [data-hc-popover]"),r(o,"popover","[data-hc-popover]"),r(o,"scrollSmooth","[data-hc-smooth-scroll]"),r(o,"modal","[data-hc-modal]"),r(o,"modalClose","[data-hc-modal-close]"),r(o,"lightboxAttr","data-hc-lightbox"),r(o,"lightbox","[".concat(o.lightboxAttr,"]")),r(o,"dropdown","[data-hc-dropdown]"),r(o,"collapse","[data-hc-collapse]"),r(o,"collapseItem","[data-hc-collapse-item]"),r(o,"popin","[data-hc-popin]"),r(o,"tab","[data-hc-tab]"),r(o,"toggle","[data-hc-toggle]"),r(o,"slider","[data-hc-slider]"),r(o,"scrollspy","[data-hc-scrollspy]"),r(o,"scrollspyNav","[data-hc-scrollspy-nav]"),r(o,"scrollspyNavItem","[data-hc-scrollspy-nav-item]"),r(o,"scrollRevealParent","[data-hc-scroll-reveal-parent]"),r(o,"scrollRevealChildren","[data-hc-scroll-reveal-parent] > *:not([data-hc-noscroll-reveal]):not([data-hc-scroll-reveal-parent])"),r(o,"scrollReveal","[data-hc-scroll-reveal]"),r(o,"overlay","[data-hc-overlay]")},49:(e,t,n)=>{n.d(t,{Z:()=>i});var r=n(385),o=n(147),a=n(930);const i=class{constructor(e){(e=(0,o.sb)(e))&&(this._element=e,r.Z.set(this._element,this.constructor.DATA_KEY,this))}dispose(){r.Z.remove(this._element,this.constructor.DATA_KEY),a.Z.off(this._element,this.constructor.EVENT_KEY),Object.getOwnPropertyNames(this).forEach((e=>{this[e]=null}))}_queueCallback(e,t,n=!0){(0,o.e0)(e,t,n)}static getInstance(e){return r.Z.get((0,o.sb)(e),this.DATA_KEY)}static getOrCreateInstance(e,t={}){return this.getInstance(e)||new this(e,"object"==typeof t?t:null)}static get VERSION(){return"5.1.3"}static get NAME(){throw new Error('You have to implement the static method "NAME", for each component!')}static get DATA_KEY(){return`bs.${this.NAME}`}static get EVENT_KEY(){return`.${this.DATA_KEY}`}}},385:(e,t,n)=>{n.d(t,{Z:()=>o});const r=new Map,o={set(e,t,n){r.has(e)||r.set(e,new Map);const o=r.get(e);o.has(t)||0===o.size?o.set(t,n):console.error(`Bootstrap doesn't allow more than one instance per element. Bound instance: ${Array.from(o.keys())[0]}.`)},get:(e,t)=>r.has(e)&&r.get(e).get(t)||null,remove(e,t){if(!r.has(e))return;const n=r.get(e);n.delete(t),0===n.size&&r.delete(e)}}},930:(e,t,n)=>{n.d(t,{Z:()=>E});var r=n(147);const o=/[^.]*(?=\..*)\.|.*/,a=/\..*/,i=/::\d+$/,s={};let l=1;const c={mouseenter:"mouseover",mouseleave:"mouseout"},d=/^(mouseenter|mouseleave)/i,u=new Set(["click","dblclick","mouseup","mousedown","contextmenu","mousewheel","DOMMouseScroll","mouseover","mouseout","mousemove","selectstart","selectend","keydown","keypress","keyup","orientationchange","touchstart","touchmove","touchend","touchcancel","pointerdown","pointermove","pointerup","pointerleave","pointercancel","gesturestart","gesturechange","gestureend","focus","blur","change","reset","select","submit","focusin","focusout","load","unload","beforeunload","resize","move","DOMContentLoaded","readystatechange","error","abort","scroll"]);function f(e,t){return t&&`${t}::${l++}`||e.uidEvent||l++}function p(e){const t=f(e);return e.uidEvent=t,s[t]=s[t]||{},s[t]}function h(e,t,n=null){const r=Object.keys(e);for(let o=0,a=r.length;o<a;o++){const a=e[r[o]];if(a.originalHandler===t&&a.delegationSelector===n)return a}return null}function v(e,t,n){const r="string"==typeof t,o=r?n:t;let a=b(e);return u.has(a)||(a=e),[r,o,a]}function m(e,t,n,r,a){if("string"!=typeof t||!e)return;if(n||(n=r,r=null),d.test(t)){const e=e=>function(t){if(!t.relatedTarget||t.relatedTarget!==t.delegateTarget&&!t.delegateTarget.contains(t.relatedTarget))return e.call(this,t)};r?r=e(r):n=e(n)}const[i,s,l]=v(t,n,r),c=p(e),u=c[l]||(c[l]={}),m=h(u,s,i?n:null);if(m)return void(m.oneOff=m.oneOff&&a);const g=f(s,t.replace(o,"")),b=i?function(e,t,n){return function r(o){const a=e.querySelectorAll(t);for(let{target:i}=o;i&&i!==this;i=i.parentNode)for(let s=a.length;s--;)if(a[s]===i)return o.delegateTarget=i,r.oneOff&&y.off(e,o.type,t,n),n.apply(i,[o]);return null}}(e,n,r):function(e,t){return function n(r){return r.delegateTarget=e,n.oneOff&&y.off(e,r.type,t),t.apply(e,[r])}}(e,n);b.delegationSelector=i?n:null,b.originalHandler=s,b.oneOff=a,b.uidEvent=g,u[g]=b,e.addEventListener(l,b,i)}function g(e,t,n,r,o){const a=h(t[n],r,o);a&&(e.removeEventListener(n,a,Boolean(o)),delete t[n][a.uidEvent])}function b(e){return e=e.replace(a,""),c[e]||e}const y={on(e,t,n,r){m(e,t,n,r,!1)},one(e,t,n,r){m(e,t,n,r,!0)},off(e,t,n,r){if("string"!=typeof t||!e)return;const[o,a,s]=v(t,n,r),l=s!==t,c=p(e),d=t.startsWith(".");if(void 0!==a){if(!c||!c[s])return;return void g(e,c,s,a,o?n:null)}d&&Object.keys(c).forEach((n=>{!function(e,t,n,r){const o=t[n]||{};Object.keys(o).forEach((a=>{if(a.includes(r)){const r=o[a];g(e,t,n,r.originalHandler,r.delegationSelector)}}))}(e,c,n,t.slice(1))}));const u=c[s]||{};Object.keys(u).forEach((n=>{const r=n.replace(i,"");if(!l||t.includes(r)){const t=u[n];g(e,c,s,t.originalHandler,t.delegationSelector)}}))},trigger(e,t,n){if("string"!=typeof t||!e)return null;const o=(0,r.KF)(),a=b(t),i=t!==a,s=u.has(a);let l,c=!0,d=!0,f=!1,p=null;return i&&o&&(l=o.Event(t,n),o(e).trigger(l),c=!l.isPropagationStopped(),d=!l.isImmediatePropagationStopped(),f=l.isDefaultPrevented()),s?(p=document.createEvent("HTMLEvents"),p.initEvent(a,c,!0)):p=new CustomEvent(t,{bubbles:c,cancelable:!0}),void 0!==n&&Object.keys(n).forEach((e=>{Object.defineProperty(p,e,{get:()=>n[e]})})),f&&p.preventDefault(),d&&e.dispatchEvent(p),p.defaultPrevented&&void 0!==l&&l.preventDefault(),p}},E=y},357:(e,t,n)=>{n.d(t,{Z:()=>o});var r=n(147);const o={find:(e,t=document.documentElement)=>[].concat(...Element.prototype.querySelectorAll.call(t,e)),findOne:(e,t=document.documentElement)=>Element.prototype.querySelector.call(t,e),children:(e,t)=>[].concat(...e.children).filter((e=>e.matches(t))),parents(e,t){const n=[];let r=e.parentNode;for(;r&&r.nodeType===Node.ELEMENT_NODE&&3!==r.nodeType;)r.matches(t)&&n.push(r),r=r.parentNode;return n},prev(e,t){let n=e.previousElementSibling;for(;n;){if(n.matches(t))return[n];n=n.previousElementSibling}return[]},next(e,t){let n=e.nextElementSibling;for(;n;){if(n.matches(t))return[n];n=n.nextElementSibling}return[]},focusableChildren(e){const t=["a","button","input","textarea","select","details","[tabindex]",'[contenteditable="true"]'].map((e=>`${e}:not([tabindex^="-"])`)).join(", ");return this.find(t,e).filter((e=>!(0,r.pK)(e)&&(0,r.pn)(e)))}}},147:(e,t,n)=>{n.d(t,{sb:()=>s,dG:()=>a,pn:()=>l,pK:()=>c,nq:()=>d,KF:()=>u,pF:()=>p,e0:()=>v});const r="transitionend",o=e=>{let t=e.getAttribute("data-bs-target");if(!t||"#"===t){let n=e.getAttribute("href");if(!n||!n.includes("#")&&!n.startsWith("."))return null;n.includes("#")&&!n.startsWith("#")&&(n=`#${n.split("#")[1]}`),t=n&&"#"!==n?n.trim():null}return t},a=e=>{const t=o(e);return t?document.querySelector(t):null},i=e=>!(!e||"object"!=typeof e)&&(void 0!==e.jquery&&(e=e[0]),void 0!==e.nodeType),s=e=>i(e)?e.jquery?e[0]:e:"string"==typeof e&&e.length>0?document.querySelector(e):null,l=e=>!(!i(e)||0===e.getClientRects().length)&&"visible"===getComputedStyle(e).getPropertyValue("visibility"),c=e=>!e||e.nodeType!==Node.ELEMENT_NODE||(!!e.classList.contains("disabled")||(void 0!==e.disabled?e.disabled:e.hasAttribute("disabled")&&"false"!==e.getAttribute("disabled"))),d=e=>{e.offsetHeight},u=()=>{const{jQuery:e}=window;return e&&!document.body.hasAttribute("data-bs-no-jquery")?e:null},f=[],p=e=>{var t;t=()=>{const t=u();if(t){const n=e.NAME,r=t.fn[n];t.fn[n]=e.jQueryInterface,t.fn[n].Constructor=e,t.fn[n].noConflict=()=>(t.fn[n]=r,e.jQueryInterface)}},"loading"===document.readyState?(f.length||document.addEventListener("DOMContentLoaded",(()=>{f.forEach((e=>e()))})),f.push(t)):t()},h=e=>{"function"==typeof e&&e()},v=(e,t,n=!0)=>{if(!n)return void h(e);const o=(e=>{if(!e)return 0;let{transitionDuration:t,transitionDelay:n}=window.getComputedStyle(e);const r=Number.parseFloat(t),o=Number.parseFloat(n);return r||o?(t=t.split(",")[0],n=n.split(",")[0],1e3*(Number.parseFloat(t)+Number.parseFloat(n))):0})(t)+5;let a=!1;const i=({target:n})=>{n===t&&(a=!0,t.removeEventListener(r,i),h(e))};t.addEventListener(r,i),setTimeout((()=>{a||t.dispatchEvent(new Event(r))}),o)}},668:(e,t,n)=>{n.d(t,{Z:()=>a});var r=n(645),o=n.n(r)()((function(e){return e[1]}));o.push([e.id,"/*!\n * IRIS Interactive\n *\n * NOTICE OF LICENSE\n *\n * This source file is no subject to a specific license\n * but it belongs to the company IRIS Interactive.\n * You can contact IRIS Interactive at the following\n * address: contact@iris-interactive.fr\n *\n * @author Lucas ROCHE\n * @date 22/02/2022 14:57\n * @copyright Copyright (c) 2002-2022 IRIS Interactive, Inc. (http://www.iris-interactive.fr)\n */[data-hc-tab-content]>[data-hc-tab-pane]{display:none}[data-hc-tab-content]>.active{display:block}",""]);const a=o},645:e=>{e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=e(t);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,r){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(r)for(var a=0;a<this.length;a++){var i=this[a][0];null!=i&&(o[i]=!0)}for(var s=0;s<e.length;s++){var l=[].concat(e[s]);r&&o[l[0]]||(n&&(l[2]?l[2]="".concat(n," and ").concat(l[2]):l[2]=n),t.push(l))}},t}},379:(e,t,n)=>{var r,o=function(){return void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r},a=function(){var e={};return function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}e[t]=n}return e[t]}}(),i=[];function s(e){for(var t=-1,n=0;n<i.length;n++)if(i[n].identifier===e){t=n;break}return t}function l(e,t){for(var n={},r=[],o=0;o<e.length;o++){var a=e[o],l=t.base?a[0]+t.base:a[0],c=n[l]||0,d="".concat(l," ").concat(c);n[l]=c+1;var u=s(d),f={css:a[1],media:a[2],sourceMap:a[3]};-1!==u?(i[u].references++,i[u].updater(f)):i.push({identifier:d,updater:m(f,t),references:1}),r.push(d)}return r}function c(e){var t=document.createElement("style"),r=e.attributes||{};if(void 0===r.nonce){var o=n.nc;o&&(r.nonce=o)}if(Object.keys(r).forEach((function(e){t.setAttribute(e,r[e])})),"function"==typeof e.insert)e.insert(t);else{var i=a(e.insert||"head");if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(t)}return t}var d,u=(d=[],function(e,t){return d[e]=t,d.filter(Boolean).join("\n")});function f(e,t,n,r){var o=n?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(e.styleSheet)e.styleSheet.cssText=u(t,o);else{var a=document.createTextNode(o),i=e.childNodes;i[t]&&e.removeChild(i[t]),i.length?e.insertBefore(a,i[t]):e.appendChild(a)}}function p(e,t,n){var r=n.css,o=n.media,a=n.sourceMap;if(o?e.setAttribute("media",o):e.removeAttribute("media"),a&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(a))))," */")),e.styleSheet)e.styleSheet.cssText=r;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(r))}}var h=null,v=0;function m(e,t){var n,r,o;if(t.singleton){var a=v++;n=h||(h=c(t)),r=f.bind(null,n,a,!1),o=f.bind(null,n,a,!0)}else n=c(t),r=p.bind(null,n,t),o=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(n)};return r(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;r(e=t)}else o()}}e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=o());var n=l(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var r=0;r<n.length;r++){var o=s(n[r]);i[o].references--}for(var a=l(e,t),c=0;c<n.length;c++){var d=s(n[c]);0===i[d].references&&(i[d].updater(),i.splice(d,1))}n=a}}}}},t={};function n(r){var o=t[r];if(void 0!==o)return o.exports;var a=t[r]={id:r,exports:{}};return e[r](a,a.exports,n),a.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{n(812);var e=n(379),t=n.n(e),r=n(668),o={insert:"head",singleton:!1};t()(r.Z,o);r.Z.locals;var a=n(147),i=n(930),s=n(357),l=n(49);const c="active",d="fade",u="show",f=".active",p=":scope > li > .active";class h extends l.Z{static get NAME(){return"tab"}show(){if(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&this._element.classList.contains(c))return;let e;const t=(0,a.dG)(this._element),n=this._element.closest(".nav, .list-group");if(n){const t="UL"===n.nodeName||"OL"===n.nodeName?p:f;e=s.Z.find(t,n),e=e[e.length-1]}const r=e?i.Z.trigger(e,"hide.bs.tab",{relatedTarget:this._element}):null;if(i.Z.trigger(this._element,"show.bs.tab",{relatedTarget:e}).defaultPrevented||null!==r&&r.defaultPrevented)return;this._activate(this._element,n);const o=()=>{i.Z.trigger(e,"hidden.bs.tab",{relatedTarget:this._element}),i.Z.trigger(this._element,"shown.bs.tab",{relatedTarget:e})};t?this._activate(t,t.parentNode,o):o()}_activate(e,t,n){const r=(!t||"UL"!==t.nodeName&&"OL"!==t.nodeName?s.Z.children(t,f):s.Z.find(p,t))[0],o=n&&r&&r.classList.contains(d),a=()=>this._transitionComplete(e,r,n);r&&o?(r.classList.remove(u),this._queueCallback(a,e,!0)):a()}_transitionComplete(e,t,n){if(t){t.classList.remove(c);const e=s.Z.findOne(":scope > .dropdown-menu .active",t.parentNode);e&&e.classList.remove(c),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!1)}e.classList.add(c),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!0),(0,a.nq)(e),e.classList.contains(d)&&e.classList.add(u);let r=e.parentNode;if(r&&"LI"===r.nodeName&&(r=r.parentNode),r&&r.classList.contains("dropdown-menu")){const t=e.closest(".dropdown");t&&s.Z.find(".dropdown-toggle",t).forEach((e=>e.classList.add(c))),e.setAttribute("aria-expanded",!0)}n&&n()}static jQueryInterface(e){return this.each((function(){const t=h.getOrCreateInstance(this);if("string"==typeof e){if(void 0===t[e])throw new TypeError(`No method named "${e}"`);t[e]()}}))}}i.Z.on(document,"click.bs.tab.data-api",'[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]',(function(e){if(["A","AREA"].includes(this.tagName)&&e.preventDefault(),(0,a.pK)(this))return;h.getOrCreateInstance(this).show()})),(0,a.pF)(h)})()})();
|
|
1
|
+
(()=>{"use strict";var e={812:(e,t,n)=>{function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var o=function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)};r(o,"tooltip","[data-hc-tooltip], [data-hc-popover]"),r(o,"popover","[data-hc-popover]"),r(o,"scrollSmooth","[data-hc-smooth-scroll]"),r(o,"modal","[data-hc-modal]"),r(o,"modalClose","[data-hc-modal-close]"),r(o,"lightboxAttr","data-hc-lightbox"),r(o,"lightbox","[".concat(o.lightboxAttr,"]")),r(o,"dropdown","[data-hc-dropdown]"),r(o,"collapse","[data-hc-collapse]"),r(o,"collapseItem","[data-hc-collapse-item]"),r(o,"popin","[data-hc-popin]"),r(o,"tab","[data-hc-tab]"),r(o,"toggle","[data-hc-toggle]"),r(o,"slider","[data-hc-slider]"),r(o,"scrollspy","[data-hc-scrollspy]"),r(o,"scrollspyNav","[data-hc-scrollspy-nav]"),r(o,"scrollspyNavItem","[data-hc-scrollspy-nav-item]"),r(o,"scrollReveal","[data-hc-scroll-reveal]"),r(o,"scrollRevealDisable","[data-hc-noscroll-reveal]"),r(o,"scrollRevealParent","[data-hc-scroll-reveal-parent]"),r(o,"scrollRevealChildren","".concat(o.scrollRevealParent," > *:not(").concat(o.scrollRevealDisable,"):not(").concat(o.scrollRevealParent,"):not(").concat(o.scrollReveal,")")),r(o,"overlay","[data-hc-overlay]")},49:(e,t,n)=>{n.d(t,{Z:()=>i});var r=n(385),o=n(147),a=n(930);const i=class{constructor(e){(e=(0,o.sb)(e))&&(this._element=e,r.Z.set(this._element,this.constructor.DATA_KEY,this))}dispose(){r.Z.remove(this._element,this.constructor.DATA_KEY),a.Z.off(this._element,this.constructor.EVENT_KEY),Object.getOwnPropertyNames(this).forEach((e=>{this[e]=null}))}_queueCallback(e,t,n=!0){(0,o.e0)(e,t,n)}static getInstance(e){return r.Z.get((0,o.sb)(e),this.DATA_KEY)}static getOrCreateInstance(e,t={}){return this.getInstance(e)||new this(e,"object"==typeof t?t:null)}static get VERSION(){return"5.1.3"}static get NAME(){throw new Error('You have to implement the static method "NAME", for each component!')}static get DATA_KEY(){return`bs.${this.NAME}`}static get EVENT_KEY(){return`.${this.DATA_KEY}`}}},385:(e,t,n)=>{n.d(t,{Z:()=>o});const r=new Map,o={set(e,t,n){r.has(e)||r.set(e,new Map);const o=r.get(e);o.has(t)||0===o.size?o.set(t,n):console.error(`Bootstrap doesn't allow more than one instance per element. Bound instance: ${Array.from(o.keys())[0]}.`)},get:(e,t)=>r.has(e)&&r.get(e).get(t)||null,remove(e,t){if(!r.has(e))return;const n=r.get(e);n.delete(t),0===n.size&&r.delete(e)}}},930:(e,t,n)=>{n.d(t,{Z:()=>E});var r=n(147);const o=/[^.]*(?=\..*)\.|.*/,a=/\..*/,i=/::\d+$/,s={};let l=1;const c={mouseenter:"mouseover",mouseleave:"mouseout"},d=/^(mouseenter|mouseleave)/i,u=new Set(["click","dblclick","mouseup","mousedown","contextmenu","mousewheel","DOMMouseScroll","mouseover","mouseout","mousemove","selectstart","selectend","keydown","keypress","keyup","orientationchange","touchstart","touchmove","touchend","touchcancel","pointerdown","pointermove","pointerup","pointerleave","pointercancel","gesturestart","gesturechange","gestureend","focus","blur","change","reset","select","submit","focusin","focusout","load","unload","beforeunload","resize","move","DOMContentLoaded","readystatechange","error","abort","scroll"]);function f(e,t){return t&&`${t}::${l++}`||e.uidEvent||l++}function p(e){const t=f(e);return e.uidEvent=t,s[t]=s[t]||{},s[t]}function h(e,t,n=null){const r=Object.keys(e);for(let o=0,a=r.length;o<a;o++){const a=e[r[o]];if(a.originalHandler===t&&a.delegationSelector===n)return a}return null}function v(e,t,n){const r="string"==typeof t,o=r?n:t;let a=b(e);return u.has(a)||(a=e),[r,o,a]}function m(e,t,n,r,a){if("string"!=typeof t||!e)return;if(n||(n=r,r=null),d.test(t)){const e=e=>function(t){if(!t.relatedTarget||t.relatedTarget!==t.delegateTarget&&!t.delegateTarget.contains(t.relatedTarget))return e.call(this,t)};r?r=e(r):n=e(n)}const[i,s,l]=v(t,n,r),c=p(e),u=c[l]||(c[l]={}),m=h(u,s,i?n:null);if(m)return void(m.oneOff=m.oneOff&&a);const g=f(s,t.replace(o,"")),b=i?function(e,t,n){return function r(o){const a=e.querySelectorAll(t);for(let{target:i}=o;i&&i!==this;i=i.parentNode)for(let s=a.length;s--;)if(a[s]===i)return o.delegateTarget=i,r.oneOff&&y.off(e,o.type,t,n),n.apply(i,[o]);return null}}(e,n,r):function(e,t){return function n(r){return r.delegateTarget=e,n.oneOff&&y.off(e,r.type,t),t.apply(e,[r])}}(e,n);b.delegationSelector=i?n:null,b.originalHandler=s,b.oneOff=a,b.uidEvent=g,u[g]=b,e.addEventListener(l,b,i)}function g(e,t,n,r,o){const a=h(t[n],r,o);a&&(e.removeEventListener(n,a,Boolean(o)),delete t[n][a.uidEvent])}function b(e){return e=e.replace(a,""),c[e]||e}const y={on(e,t,n,r){m(e,t,n,r,!1)},one(e,t,n,r){m(e,t,n,r,!0)},off(e,t,n,r){if("string"!=typeof t||!e)return;const[o,a,s]=v(t,n,r),l=s!==t,c=p(e),d=t.startsWith(".");if(void 0!==a){if(!c||!c[s])return;return void g(e,c,s,a,o?n:null)}d&&Object.keys(c).forEach((n=>{!function(e,t,n,r){const o=t[n]||{};Object.keys(o).forEach((a=>{if(a.includes(r)){const r=o[a];g(e,t,n,r.originalHandler,r.delegationSelector)}}))}(e,c,n,t.slice(1))}));const u=c[s]||{};Object.keys(u).forEach((n=>{const r=n.replace(i,"");if(!l||t.includes(r)){const t=u[n];g(e,c,s,t.originalHandler,t.delegationSelector)}}))},trigger(e,t,n){if("string"!=typeof t||!e)return null;const o=(0,r.KF)(),a=b(t),i=t!==a,s=u.has(a);let l,c=!0,d=!0,f=!1,p=null;return i&&o&&(l=o.Event(t,n),o(e).trigger(l),c=!l.isPropagationStopped(),d=!l.isImmediatePropagationStopped(),f=l.isDefaultPrevented()),s?(p=document.createEvent("HTMLEvents"),p.initEvent(a,c,!0)):p=new CustomEvent(t,{bubbles:c,cancelable:!0}),void 0!==n&&Object.keys(n).forEach((e=>{Object.defineProperty(p,e,{get:()=>n[e]})})),f&&p.preventDefault(),d&&e.dispatchEvent(p),p.defaultPrevented&&void 0!==l&&l.preventDefault(),p}},E=y},357:(e,t,n)=>{n.d(t,{Z:()=>o});var r=n(147);const o={find:(e,t=document.documentElement)=>[].concat(...Element.prototype.querySelectorAll.call(t,e)),findOne:(e,t=document.documentElement)=>Element.prototype.querySelector.call(t,e),children:(e,t)=>[].concat(...e.children).filter((e=>e.matches(t))),parents(e,t){const n=[];let r=e.parentNode;for(;r&&r.nodeType===Node.ELEMENT_NODE&&3!==r.nodeType;)r.matches(t)&&n.push(r),r=r.parentNode;return n},prev(e,t){let n=e.previousElementSibling;for(;n;){if(n.matches(t))return[n];n=n.previousElementSibling}return[]},next(e,t){let n=e.nextElementSibling;for(;n;){if(n.matches(t))return[n];n=n.nextElementSibling}return[]},focusableChildren(e){const t=["a","button","input","textarea","select","details","[tabindex]",'[contenteditable="true"]'].map((e=>`${e}:not([tabindex^="-"])`)).join(", ");return this.find(t,e).filter((e=>!(0,r.pK)(e)&&(0,r.pn)(e)))}}},147:(e,t,n)=>{n.d(t,{sb:()=>s,dG:()=>a,pn:()=>l,pK:()=>c,nq:()=>d,KF:()=>u,pF:()=>p,e0:()=>v});const r="transitionend",o=e=>{let t=e.getAttribute("data-bs-target");if(!t||"#"===t){let n=e.getAttribute("href");if(!n||!n.includes("#")&&!n.startsWith("."))return null;n.includes("#")&&!n.startsWith("#")&&(n=`#${n.split("#")[1]}`),t=n&&"#"!==n?n.trim():null}return t},a=e=>{const t=o(e);return t?document.querySelector(t):null},i=e=>!(!e||"object"!=typeof e)&&(void 0!==e.jquery&&(e=e[0]),void 0!==e.nodeType),s=e=>i(e)?e.jquery?e[0]:e:"string"==typeof e&&e.length>0?document.querySelector(e):null,l=e=>!(!i(e)||0===e.getClientRects().length)&&"visible"===getComputedStyle(e).getPropertyValue("visibility"),c=e=>!e||e.nodeType!==Node.ELEMENT_NODE||(!!e.classList.contains("disabled")||(void 0!==e.disabled?e.disabled:e.hasAttribute("disabled")&&"false"!==e.getAttribute("disabled"))),d=e=>{e.offsetHeight},u=()=>{const{jQuery:e}=window;return e&&!document.body.hasAttribute("data-bs-no-jquery")?e:null},f=[],p=e=>{var t;t=()=>{const t=u();if(t){const n=e.NAME,r=t.fn[n];t.fn[n]=e.jQueryInterface,t.fn[n].Constructor=e,t.fn[n].noConflict=()=>(t.fn[n]=r,e.jQueryInterface)}},"loading"===document.readyState?(f.length||document.addEventListener("DOMContentLoaded",(()=>{f.forEach((e=>e()))})),f.push(t)):t()},h=e=>{"function"==typeof e&&e()},v=(e,t,n=!0)=>{if(!n)return void h(e);const o=(e=>{if(!e)return 0;let{transitionDuration:t,transitionDelay:n}=window.getComputedStyle(e);const r=Number.parseFloat(t),o=Number.parseFloat(n);return r||o?(t=t.split(",")[0],n=n.split(",")[0],1e3*(Number.parseFloat(t)+Number.parseFloat(n))):0})(t)+5;let a=!1;const i=({target:n})=>{n===t&&(a=!0,t.removeEventListener(r,i),h(e))};t.addEventListener(r,i),setTimeout((()=>{a||t.dispatchEvent(new Event(r))}),o)}},668:(e,t,n)=>{n.d(t,{Z:()=>a});var r=n(645),o=n.n(r)()((function(e){return e[1]}));o.push([e.id,"/*!\n * IRIS Interactive\n *\n * NOTICE OF LICENSE\n *\n * This source file is no subject to a specific license\n * but it belongs to the company IRIS Interactive.\n * You can contact IRIS Interactive at the following\n * address: contact@iris-interactive.fr\n *\n * @author Lucas ROCHE\n * @date 22/02/2022 14:57\n * @copyright Copyright (c) 2002-2022 IRIS Interactive, Inc. (http://www.iris-interactive.fr)\n */[data-hc-tab-content]>[data-hc-tab-pane]{display:none}[data-hc-tab-content]>.active{display:block}",""]);const a=o},645:e=>{e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=e(t);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,r){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(r)for(var a=0;a<this.length;a++){var i=this[a][0];null!=i&&(o[i]=!0)}for(var s=0;s<e.length;s++){var l=[].concat(e[s]);r&&o[l[0]]||(n&&(l[2]?l[2]="".concat(n," and ").concat(l[2]):l[2]=n),t.push(l))}},t}},379:(e,t,n)=>{var r,o=function(){return void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r},a=function(){var e={};return function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}e[t]=n}return e[t]}}(),i=[];function s(e){for(var t=-1,n=0;n<i.length;n++)if(i[n].identifier===e){t=n;break}return t}function l(e,t){for(var n={},r=[],o=0;o<e.length;o++){var a=e[o],l=t.base?a[0]+t.base:a[0],c=n[l]||0,d="".concat(l," ").concat(c);n[l]=c+1;var u=s(d),f={css:a[1],media:a[2],sourceMap:a[3]};-1!==u?(i[u].references++,i[u].updater(f)):i.push({identifier:d,updater:m(f,t),references:1}),r.push(d)}return r}function c(e){var t=document.createElement("style"),r=e.attributes||{};if(void 0===r.nonce){var o=n.nc;o&&(r.nonce=o)}if(Object.keys(r).forEach((function(e){t.setAttribute(e,r[e])})),"function"==typeof e.insert)e.insert(t);else{var i=a(e.insert||"head");if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(t)}return t}var d,u=(d=[],function(e,t){return d[e]=t,d.filter(Boolean).join("\n")});function f(e,t,n,r){var o=n?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(e.styleSheet)e.styleSheet.cssText=u(t,o);else{var a=document.createTextNode(o),i=e.childNodes;i[t]&&e.removeChild(i[t]),i.length?e.insertBefore(a,i[t]):e.appendChild(a)}}function p(e,t,n){var r=n.css,o=n.media,a=n.sourceMap;if(o?e.setAttribute("media",o):e.removeAttribute("media"),a&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(a))))," */")),e.styleSheet)e.styleSheet.cssText=r;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(r))}}var h=null,v=0;function m(e,t){var n,r,o;if(t.singleton){var a=v++;n=h||(h=c(t)),r=f.bind(null,n,a,!1),o=f.bind(null,n,a,!0)}else n=c(t),r=p.bind(null,n,t),o=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(n)};return r(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;r(e=t)}else o()}}e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=o());var n=l(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var r=0;r<n.length;r++){var o=s(n[r]);i[o].references--}for(var a=l(e,t),c=0;c<n.length;c++){var d=s(n[c]);0===i[d].references&&(i[d].updater(),i.splice(d,1))}n=a}}}}},t={};function n(r){var o=t[r];if(void 0!==o)return o.exports;var a=t[r]={id:r,exports:{}};return e[r](a,a.exports,n),a.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{n(812);var e=n(379),t=n.n(e),r=n(668),o={insert:"head",singleton:!1};t()(r.Z,o);r.Z.locals;var a=n(147),i=n(930),s=n(357),l=n(49);const c="active",d="fade",u="show",f=".active",p=":scope > li > .active";class h extends l.Z{static get NAME(){return"tab"}show(){if(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&this._element.classList.contains(c))return;let e;const t=(0,a.dG)(this._element),n=this._element.closest(".nav, .list-group");if(n){const t="UL"===n.nodeName||"OL"===n.nodeName?p:f;e=s.Z.find(t,n),e=e[e.length-1]}const r=e?i.Z.trigger(e,"hide.bs.tab",{relatedTarget:this._element}):null;if(i.Z.trigger(this._element,"show.bs.tab",{relatedTarget:e}).defaultPrevented||null!==r&&r.defaultPrevented)return;this._activate(this._element,n);const o=()=>{i.Z.trigger(e,"hidden.bs.tab",{relatedTarget:this._element}),i.Z.trigger(this._element,"shown.bs.tab",{relatedTarget:e})};t?this._activate(t,t.parentNode,o):o()}_activate(e,t,n){const r=(!t||"UL"!==t.nodeName&&"OL"!==t.nodeName?s.Z.children(t,f):s.Z.find(p,t))[0],o=n&&r&&r.classList.contains(d),a=()=>this._transitionComplete(e,r,n);r&&o?(r.classList.remove(u),this._queueCallback(a,e,!0)):a()}_transitionComplete(e,t,n){if(t){t.classList.remove(c);const e=s.Z.findOne(":scope > .dropdown-menu .active",t.parentNode);e&&e.classList.remove(c),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!1)}e.classList.add(c),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!0),(0,a.nq)(e),e.classList.contains(d)&&e.classList.add(u);let r=e.parentNode;if(r&&"LI"===r.nodeName&&(r=r.parentNode),r&&r.classList.contains("dropdown-menu")){const t=e.closest(".dropdown");t&&s.Z.find(".dropdown-toggle",t).forEach((e=>e.classList.add(c))),e.setAttribute("aria-expanded",!0)}n&&n()}static jQueryInterface(e){return this.each((function(){const t=h.getOrCreateInstance(this);if("string"==typeof e){if(void 0===t[e])throw new TypeError(`No method named "${e}"`);t[e]()}}))}}i.Z.on(document,"click.bs.tab.data-api",'[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]',(function(e){if(["A","AREA"].includes(this.tagName)&&e.preventDefault(),(0,a.pK)(this))return;h.getOrCreateInstance(this).show()})),(0,a.pF)(h)})()})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(()=>{"use strict";var a={812:(a,o,
|
|
1
|
+
(()=>{"use strict";var a={812:(a,o,l)=>{function t(a,o,l){return o in a?Object.defineProperty(a,o,{value:l,enumerable:!0,configurable:!0,writable:!0}):a[o]=l,a}var e=function a(){!function(a,o){if(!(a instanceof o))throw new TypeError("Cannot call a class as a function")}(this,a)};t(e,"tooltip","[data-hc-tooltip], [data-hc-popover]"),t(e,"popover","[data-hc-popover]"),t(e,"scrollSmooth","[data-hc-smooth-scroll]"),t(e,"modal","[data-hc-modal]"),t(e,"modalClose","[data-hc-modal-close]"),t(e,"lightboxAttr","data-hc-lightbox"),t(e,"lightbox","[".concat(e.lightboxAttr,"]")),t(e,"dropdown","[data-hc-dropdown]"),t(e,"collapse","[data-hc-collapse]"),t(e,"collapseItem","[data-hc-collapse-item]"),t(e,"popin","[data-hc-popin]"),t(e,"tab","[data-hc-tab]"),t(e,"toggle","[data-hc-toggle]"),t(e,"slider","[data-hc-slider]"),t(e,"scrollspy","[data-hc-scrollspy]"),t(e,"scrollspyNav","[data-hc-scrollspy-nav]"),t(e,"scrollspyNavItem","[data-hc-scrollspy-nav-item]"),t(e,"scrollReveal","[data-hc-scroll-reveal]"),t(e,"scrollRevealDisable","[data-hc-noscroll-reveal]"),t(e,"scrollRevealParent","[data-hc-scroll-reveal-parent]"),t(e,"scrollRevealChildren","".concat(e.scrollRevealParent," > *:not(").concat(e.scrollRevealDisable,"):not(").concat(e.scrollRevealParent,"):not(").concat(e.scrollReveal,")")),t(e,"overlay","[data-hc-overlay]")}},o={};function l(t){var e=o[t];if(void 0!==e)return e.exports;var r=o[t]={exports:{}};return a[t](r,r.exports,l),r.exports}l.d=(a,o)=>{for(var t in o)l.o(o,t)&&!l.o(a,t)&&Object.defineProperty(a,t,{enumerable:!0,get:o[t]})},l.o=(a,o)=>Object.prototype.hasOwnProperty.call(a,o),l(812)})();
|
|
@@ -56,13 +56,13 @@ export class HcTooltip {
|
|
|
56
56
|
}
|
|
57
57
|
options.onShow = (instance) => {
|
|
58
58
|
if (backgroundColor) {
|
|
59
|
-
instance.popper.querySelector('.tippy-box').style.setProperty('--iris--tooltip--background-color',
|
|
59
|
+
instance.popper.querySelector('.tippy-box').style.setProperty('--iris--tooltip--background-color', backgroundColor);
|
|
60
60
|
}
|
|
61
61
|
if (color) {
|
|
62
|
-
instance.popper.querySelector('.tippy-box').style.setProperty('--iris--tooltip
|
|
62
|
+
instance.popper.querySelector('.tippy-box').style.setProperty('--iris--tooltip--color', color);
|
|
63
63
|
}
|
|
64
64
|
if (fontSize) {
|
|
65
|
-
instance.popper.querySelector('.tippy-box').style.setProperty('--iris--tooltip
|
|
65
|
+
instance.popper.querySelector('.tippy-box').style.setProperty('--iris--tooltip--font-size', fontSize);
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
instance.reference.dispatchEvent(this.showEvent);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(()=>{"use strict";var t={812:(t,e,o)=>{function r(t,e,o){return e in t?Object.defineProperty(t,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[e]=o,t}var a=function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t)};r(a,"tooltip","[data-hc-tooltip], [data-hc-popover]"),r(a,"popover","[data-hc-popover]"),r(a,"scrollSmooth","[data-hc-smooth-scroll]"),r(a,"modal","[data-hc-modal]"),r(a,"modalClose","[data-hc-modal-close]"),r(a,"lightboxAttr","data-hc-lightbox"),r(a,"lightbox","[".concat(a.lightboxAttr,"]")),r(a,"dropdown","[data-hc-dropdown]"),r(a,"collapse","[data-hc-collapse]"),r(a,"collapseItem","[data-hc-collapse-item]"),r(a,"popin","[data-hc-popin]"),r(a,"tab","[data-hc-tab]"),r(a,"toggle","[data-hc-toggle]"),r(a,"slider","[data-hc-slider]"),r(a,"scrollspy","[data-hc-scrollspy]"),r(a,"scrollspyNav","[data-hc-scrollspy-nav]"),r(a,"scrollspyNavItem","[data-hc-scrollspy-nav-item]"),r(a,"
|
|
1
|
+
(()=>{"use strict";var t={812:(t,e,o)=>{function r(t,e,o){return e in t?Object.defineProperty(t,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[e]=o,t}var a=function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t)};r(a,"tooltip","[data-hc-tooltip], [data-hc-popover]"),r(a,"popover","[data-hc-popover]"),r(a,"scrollSmooth","[data-hc-smooth-scroll]"),r(a,"modal","[data-hc-modal]"),r(a,"modalClose","[data-hc-modal-close]"),r(a,"lightboxAttr","data-hc-lightbox"),r(a,"lightbox","[".concat(a.lightboxAttr,"]")),r(a,"dropdown","[data-hc-dropdown]"),r(a,"collapse","[data-hc-collapse]"),r(a,"collapseItem","[data-hc-collapse-item]"),r(a,"popin","[data-hc-popin]"),r(a,"tab","[data-hc-tab]"),r(a,"toggle","[data-hc-toggle]"),r(a,"slider","[data-hc-slider]"),r(a,"scrollspy","[data-hc-scrollspy]"),r(a,"scrollspyNav","[data-hc-scrollspy-nav]"),r(a,"scrollspyNavItem","[data-hc-scrollspy-nav-item]"),r(a,"scrollReveal","[data-hc-scroll-reveal]"),r(a,"scrollRevealDisable","[data-hc-noscroll-reveal]"),r(a,"scrollRevealParent","[data-hc-scroll-reveal-parent]"),r(a,"scrollRevealChildren","".concat(a.scrollRevealParent," > *:not(").concat(a.scrollRevealDisable,"):not(").concat(a.scrollRevealParent,"):not(").concat(a.scrollReveal,")")),r(a,"overlay","[data-hc-overlay]")},95:(t,e,o)=>{o.d(e,{Z:()=>n});var r=o(645),a=o.n(r)()((function(t){return t[1]}));a.push([t.id,'.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{background-color:#333;border-radius:4px;color:#fff;font-size:14px;line-height:1.4;outline:0;position:relative;transition-property:transform,visibility,opacity;white-space:normal}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{border-top-color:initial;border-width:8px 8px 0;bottom:-7px;left:0;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:initial;border-width:0 8px 8px;left:0;top:-7px;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-left-color:initial;border-width:8px 0 8px 8px;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{border-right-color:initial;border-width:8px 8px 8px 0;left:-7px;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{color:#333;height:16px;width:16px}.tippy-arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.tippy-content{padding:5px 9px;position:relative;z-index:1}',""]);const n=a},645:t=>{t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var o=t(e);return e[2]?"@media ".concat(e[2]," {").concat(o,"}"):o})).join("")},e.i=function(t,o,r){"string"==typeof t&&(t=[[null,t,""]]);var a={};if(r)for(var n=0;n<this.length;n++){var i=this[n][0];null!=i&&(a[i]=!0)}for(var l=0;l<t.length;l++){var c=[].concat(t[l]);r&&a[c[0]]||(o&&(c[2]?c[2]="".concat(o," and ").concat(c[2]):c[2]=o),e.push(c))}},e}},514:(t,e,o)=>{var r=o(379),a=o.n(r),n=o(95),i={insert:"head",singleton:!1};a()(n.Z,i),n.Z.locals},379:(t,e,o)=>{var r,a=function(){return void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r},n=function(){var t={};return function(e){if(void 0===t[e]){var o=document.querySelector(e);if(window.HTMLIFrameElement&&o instanceof window.HTMLIFrameElement)try{o=o.contentDocument.head}catch(t){o=null}t[e]=o}return t[e]}}(),i=[];function l(t){for(var e=-1,o=0;o<i.length;o++)if(i[o].identifier===t){e=o;break}return e}function c(t,e){for(var o={},r=[],a=0;a<t.length;a++){var n=t[a],c=e.base?n[0]+e.base:n[0],p=o[c]||0,s="".concat(c," ").concat(p);o[c]=p+1;var d=l(s),f={css:n[1],media:n[2],sourceMap:n[3]};-1!==d?(i[d].references++,i[d].updater(f)):i.push({identifier:s,updater:v(f,e),references:1}),r.push(s)}return r}function p(t){var e=document.createElement("style"),r=t.attributes||{};if(void 0===r.nonce){var a=o.nc;a&&(r.nonce=a)}if(Object.keys(r).forEach((function(t){e.setAttribute(t,r[t])})),"function"==typeof t.insert)t.insert(e);else{var i=n(t.insert||"head");if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(e)}return e}var s,d=(s=[],function(t,e){return s[t]=e,s.filter(Boolean).join("\n")});function f(t,e,o,r){var a=o?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(t.styleSheet)t.styleSheet.cssText=d(e,a);else{var n=document.createTextNode(a),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(n,i[e]):t.appendChild(n)}}function u(t,e,o){var r=o.css,a=o.media,n=o.sourceMap;if(a?t.setAttribute("media",a):t.removeAttribute("media"),n&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(n))))," */")),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}var h=null,b=0;function v(t,e){var o,r,a;if(e.singleton){var n=b++;o=h||(h=p(e)),r=f.bind(null,o,n,!1),a=f.bind(null,o,n,!0)}else o=p(e),r=u.bind(null,o,e),a=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(o)};return r(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;r(t=e)}else a()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=a());var o=c(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var r=0;r<o.length;r++){var a=l(o[r]);i[a].references--}for(var n=c(t,e),p=0;p<o.length;p++){var s=l(o[p]);0===i[s].references&&(i[s].updater(),i.splice(s,1))}o=n}}}}},e={};function o(r){var a=e[r];if(void 0!==a)return a.exports;var n=e[r]={id:r,exports:{}};return t[r](n,n.exports,o),n.exports}o.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return o.d(e,{a:e}),e},o.d=(t,e)=>{for(var r in e)o.o(e,r)&&!o.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},o.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),(()=>{o(514),o(812);function t(t,e,o){return e in t?Object.defineProperty(t,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[e]=o,t}var e=function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t)};t(e,"attrPopover","data-hc-popover"),t(e,"attrContent","data-hc-tooltip-content"),t(e,"attrPlacement","data-hc-tooltip-placement"),t(e,"attrInteractive","data-hc-tooltip-interactive"),t(e,"attrBackgroundColor","data-hc-tooltip-background-color"),t(e,"attrColor","data-hc-tooltip-color"),t(e,"attrFontSize","data-hc-tooltip-font-size")})()})();
|
|
@@ -31,8 +31,9 @@ export default class ElementEnum {
|
|
|
31
31
|
static scrollspy = '[data-hc-scrollspy]';
|
|
32
32
|
static scrollspyNav = '[data-hc-scrollspy-nav]';
|
|
33
33
|
static scrollspyNavItem = '[data-hc-scrollspy-nav-item]';
|
|
34
|
-
static scrollRevealParent = '[data-hc-scroll-reveal-parent]';
|
|
35
|
-
static scrollRevealChildren = '[data-hc-scroll-reveal-parent] > *:not([data-hc-noscroll-reveal]):not([data-hc-scroll-reveal-parent])';
|
|
36
34
|
static scrollReveal = '[data-hc-scroll-reveal]';
|
|
35
|
+
static scrollRevealDisable = '[data-hc-noscroll-reveal]';
|
|
36
|
+
static scrollRevealParent = '[data-hc-scroll-reveal-parent]';
|
|
37
|
+
static scrollRevealChildren = `${ElementEnum.scrollRevealParent} > *:not(${ElementEnum.scrollRevealDisable}):not(${ElementEnum.scrollRevealParent}):not(${ElementEnum.scrollReveal})`;
|
|
37
38
|
static overlay = '[data-hc-overlay]';
|
|
38
39
|
}
|
|
@@ -79,15 +79,15 @@
|
|
|
79
79
|
|
|
80
80
|
/* Opening
|
|
81
81
|
/* ============================================= */
|
|
82
|
-
.is-
|
|
82
|
+
.is-open {
|
|
83
83
|
color: $c-success;
|
|
84
84
|
}
|
|
85
85
|
|
|
86
|
-
.soon-
|
|
86
|
+
.soon-close {
|
|
87
87
|
color: $c-warning;
|
|
88
88
|
}
|
|
89
89
|
|
|
90
|
-
.is-
|
|
90
|
+
.is-close {
|
|
91
91
|
color: $c-error;
|
|
92
92
|
}
|
|
93
93
|
|
|
@@ -9,8 +9,9 @@ $container: 1220px;
|
|
|
9
9
|
$article: 800px;
|
|
10
10
|
$sidebar: 360px;
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
/* Header
|
|
13
|
+
/ ================================================== */
|
|
14
|
+
$header-height: var(--iris--header--height, 100px);
|
|
14
15
|
$navbar-fixed-height: var(--iris--navbar--fixed--height, 0px);
|
|
15
16
|
|
|
16
17
|
/* Gutter
|
|
@@ -335,7 +336,7 @@ $button-background-color-hover: var(--iris--button--background-color-hover, none
|
|
|
335
336
|
$button-background-image: var(--iris--button--background-image, none);
|
|
336
337
|
$button-gradient-background-image-size: var(--iris--button--background-size, var(--iris--global--gradient-background-size, (200% 100%)));
|
|
337
338
|
$button-gradient-background-image-position: var(--iris--button--background-position, initial);
|
|
338
|
-
$button-gradient-background-image-position-hover: var(--iris--button--background-position-hover, (
|
|
339
|
+
$button-gradient-background-image-position-hover: var(--iris--button--background-position-hover, (right -1px bottom -1px));
|
|
339
340
|
$button-border: var(--iris--button--border, none);
|
|
340
341
|
$button-border-hover: var(--iris--button--border-hover, none);
|
|
341
342
|
$button-border-color: var(--iris--button--border-color);
|
|
@@ -364,7 +365,7 @@ $secondary-button-background-color-hover: var(--iris--secondary-button--backgrou
|
|
|
364
365
|
$secondary-button-background-image: var(--iris--secondary-button--background-image, none);
|
|
365
366
|
$secondary-button-gradient-background-image-size: var(--iris--secondary-button--background-size, var(--iris--global--gradient-background-size, (200% 100%)));
|
|
366
367
|
$secondary-button-gradient-background-image-position: var(--iris--secondary-button--background-position, initial);
|
|
367
|
-
$secondary-button-gradient-background-image-position-hover: var(--iris--secondary-button--background-position-hover, (
|
|
368
|
+
$secondary-button-gradient-background-image-position-hover: var(--iris--secondary-button--background-position-hover, (right -1px bottom -1px));
|
|
368
369
|
$secondary-button-border: var(--iris--secondary-button--border, none);
|
|
369
370
|
$secondary-button-border-hover: var(--iris--secondary-button--border-hover, none);
|
|
370
371
|
$secondary-button-background-color--force: var(--iris--secondary-button--border-color, $secondary-button-background-color);
|
|
@@ -389,7 +390,7 @@ $background-tag-background-color: var(--iris--tag--background--background-color)
|
|
|
389
390
|
// Tooltip
|
|
390
391
|
$tooltip-color: var(--iris--tooltip--color);
|
|
391
392
|
$tooltip-background-color: var(--iris--tooltip--background-color);
|
|
392
|
-
$tooltip-font-size: var(--iris--tooltip
|
|
393
|
+
$tooltip-font-size: var(--iris--tooltip--font-size, $font-size-small--rem);
|
|
393
394
|
|
|
394
395
|
// Popover
|
|
395
396
|
$popover-color: var(--iris--popover--color);
|
package/public/styles/style.css
CHANGED
|
@@ -25,4 +25,4 @@
|
|
|
25
25
|
* @author Lucas ROCHE
|
|
26
26
|
* @date 28/01/2022 07:41
|
|
27
27
|
* @copyright Copyright (c) 2002-2022 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
|
|
28
|
-
*/.stretched-link:before{background-color:transparent;bottom:0;content:"";left:0;pointer-events:auto;position:absolute;right:0;top:0;z-index:1}.list-flex{display:flex;flex-wrap:wrap;margin-bottom:0}.list-flex>*{list-style-type:none;margin:0 5px 10px 0}.list-flex>:last-child{margin-right:0}@-webkit-keyframes loader{to{transform:rotate(1turn)}}@keyframes loader{to{transform:rotate(1turn)}}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.text-icon{align-items:center;display:inline-flex;gap:5px}.text-icon--start{align-items:flex-start}.hover-item img{transition:.2s ease;will-change:transform}.hover-item:hover img{transform:scale(1.02)}.is-
|
|
28
|
+
*/.stretched-link:before{background-color:transparent;bottom:0;content:"";left:0;pointer-events:auto;position:absolute;right:0;top:0;z-index:1}.list-flex{display:flex;flex-wrap:wrap;margin-bottom:0}.list-flex>*{list-style-type:none;margin:0 5px 10px 0}.list-flex>:last-child{margin-right:0}@-webkit-keyframes loader{to{transform:rotate(1turn)}}@keyframes loader{to{transform:rotate(1turn)}}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.text-icon{align-items:center;display:inline-flex;gap:5px}.text-icon--start{align-items:flex-start}.hover-item img{transition:.2s ease;will-change:transform}.hover-item:hover img{transform:scale(1.02)}.is-open{color:#009e55}.soon-close{color:#ff890e}.is-close{color:#f33}.fi--color:before,.fi-color:after{color:var(--iris--icon--color)}.font-size-xsmall{font-size:var(--iris--global--font-size-xsmall--rem)}.font-size-small{font-size:var(--iris--global--font-size-small--rem)}.font-size-regular{font-size:var(--iris--global--font-size-regular--rem)}@media screen and (max-width:650px){.font-size-regular{font-size:var(--iris--global--font-size-regular--small--rem)}}.font-size-large{font-size:var(--iris--global--font-size-large--rem)}@media screen and (max-width:650px){.font-size-large{font-size:var(--iris--global--font-size-large--small--rem)}}.font-size-xlarge{font-size:var(--iris--global--font-size-extra-large--rem)}@media screen and (max-width:650px){.font-size-xlarge{font-size:var(--iris--global--font-size-extra-large--small--rem)}}
|
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
/*! @license Rematrix v0.3.0
|
|
2
|
-
|
|
3
|
-
Copyright 2018 Julian Lloyd.
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in
|
|
13
|
-
all copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
-
THE SOFTWARE.
|
|
22
|
-
*/
|
|
23
|
-
|
|
24
|
-
/*! @license ScrollReveal v4.0.9
|
|
25
|
-
|
|
26
|
-
Copyright 2021 Fisssion LLC.
|
|
27
|
-
|
|
28
|
-
Licensed under the GNU General Public License 3.0 for
|
|
29
|
-
compatible open source projects and non-commercial use.
|
|
30
|
-
|
|
31
|
-
For commercial sites, themes, projects, and applications,
|
|
32
|
-
keep your source code private/proprietary by purchasing
|
|
33
|
-
a commercial license from https://scrollrevealjs.org/
|
|
34
|
-
*/
|
|
35
|
-
|
|
36
|
-
/*! @license Tealight v0.3.6
|
|
37
|
-
|
|
38
|
-
Copyright 2018 Fisssion LLC.
|
|
39
|
-
|
|
40
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
41
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
42
|
-
in the Software without restriction, including without limitation the rights
|
|
43
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
44
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
45
|
-
furnished to do so, subject to the following conditions:
|
|
46
|
-
|
|
47
|
-
The above copyright notice and this permission notice shall be included in all
|
|
48
|
-
copies or substantial portions of the Software.
|
|
49
|
-
|
|
50
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
51
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
52
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
53
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
54
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
55
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
56
|
-
SOFTWARE.
|
|
57
|
-
|
|
58
|
-
*/
|
|
59
|
-
|
|
60
|
-
/*! @license is-dom-node v1.0.4
|
|
61
|
-
|
|
62
|
-
Copyright 2018 Fisssion LLC.
|
|
63
|
-
|
|
64
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
65
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
66
|
-
in the Software without restriction, including without limitation the rights
|
|
67
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
68
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
69
|
-
furnished to do so, subject to the following conditions:
|
|
70
|
-
|
|
71
|
-
The above copyright notice and this permission notice shall be included in all
|
|
72
|
-
copies or substantial portions of the Software.
|
|
73
|
-
|
|
74
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
75
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
76
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
77
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
78
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
79
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
80
|
-
SOFTWARE.
|
|
81
|
-
|
|
82
|
-
*/
|
|
83
|
-
|
|
84
|
-
/*! @license is-dom-node-list v1.2.1
|
|
85
|
-
|
|
86
|
-
Copyright 2018 Fisssion LLC.
|
|
87
|
-
|
|
88
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
89
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
90
|
-
in the Software without restriction, including without limitation the rights
|
|
91
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
92
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
93
|
-
furnished to do so, subject to the following conditions:
|
|
94
|
-
|
|
95
|
-
The above copyright notice and this permission notice shall be included in all
|
|
96
|
-
copies or substantial portions of the Software.
|
|
97
|
-
|
|
98
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
99
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
100
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
101
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
102
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
103
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
104
|
-
SOFTWARE.
|
|
105
|
-
|
|
106
|
-
*/
|
|
107
|
-
|
|
108
|
-
/*! @license miniraf v1.0.0
|
|
109
|
-
|
|
110
|
-
Copyright 2018 Fisssion LLC.
|
|
111
|
-
|
|
112
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
113
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
114
|
-
in the Software without restriction, including without limitation the rights
|
|
115
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
116
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
117
|
-
furnished to do so, subject to the following conditions:
|
|
118
|
-
|
|
119
|
-
The above copyright notice and this permission notice shall be included in all
|
|
120
|
-
copies or substantial portions of the Software.
|
|
121
|
-
|
|
122
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
123
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
124
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
125
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
126
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
127
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
128
|
-
SOFTWARE.
|
|
129
|
-
|
|
130
|
-
*/
|