@iris.interactive/handcook 2.9.24 → 2.9.26
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/mix-manifest.json +0 -23
- package/package.json +3 -2
- package/public/index.html +12 -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/lazyload/lazyload.component.min.js +1 -1
- package/public/scripts/components/lightbox/lightbox.component.min.js +1 -1
- package/public/scripts/components/modal/modal.component.min.js +1 -1
- package/public/scripts/components/scroll-reveal/scroll-reveal.component.js +46 -0
- package/public/scripts/components/scroll-reveal/scroll-reveal.component.scss +174 -0
- package/public/scripts/components/scrollspy/scrollspy.component.min.js +1 -1
- 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.min.js +1 -1
- package/public/scripts/handcook.js +1 -43
- package/public/styles/scss/_variables.scss +1 -0
- package/public/styles/scss/style.css +2 -161
|
@@ -1 +1 @@
|
|
|
1
|
-
(()=>{"use strict";var t={812:(t,
|
|
1
|
+
(()=>{"use strict";var t={812:(t,a,o)=>{function r(t,a,o){return a in t?Object.defineProperty(t,a,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[a]=o,t}var e=function t(){!function(t,a){if(!(t instanceof a))throw new TypeError("Cannot call a class as a function")}(this,t)};r(e,"tooltip","[data-hc-tooltip], [data-hc-popover]"),r(e,"popover","[data-hc-popover]"),r(e,"scrollSmooth","[data-hc-smooth-scroll]"),r(e,"modal","[data-hc-modal]"),r(e,"modalClose","[data-hc-modal-close]"),r(e,"lightboxAttr","data-hc-lightbox"),r(e,"lightbox","[".concat(e.lightboxAttr,"]")),r(e,"dropdown","[data-hc-dropdown]"),r(e,"collapse","[data-hc-collapse]"),r(e,"collapseItem","[data-hc-collapse-item]"),r(e,"popin","[data-hc-popin]"),r(e,"tab","[data-hc-tab]"),r(e,"toggle","[data-hc-toggle]"),r(e,"slider","[data-hc-slider]"),r(e,"scrollspy","[data-hc-scrollspy]"),r(e,"scrollspyNav","[data-hc-scrollspy-nav]"),r(e,"scrollspyNavItem","[data-hc-scrollspy-nav-item]")},539:(t,a,o)=>{function r(t,a,o){return a in t?Object.defineProperty(t,a,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[a]=o,t}var e=function t(){!function(t,a){if(!(t instanceof a))throw new TypeError("Cannot call a class as a function")}(this,t)};r(e,"attrHref","data-hc-smooth-scroll-href"),r(e,"attrShift","data-hc-smooth-scroll-shift")}},a={};function o(r){var e=a[r];if(void 0!==e)return e.exports;var l=a[r]={exports:{}};return t[r](l,l.exports,o),l.exports}o.d=(t,a)=>{for(var r in a)o.o(a,r)&&!o.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:a[r]})},o.o=(t,a)=>Object.prototype.hasOwnProperty.call(t,a),o(812),o(539)})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(()=>{"use strict";var t={812:(t,e,n)=>{function r(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function o(t,e,n){return e&&r(t.prototype,e),n&&r(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}function i(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var s=o((function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t)}));i(s,"tooltip","[data-hc-tooltip], [data-hc-popover]"),i(s,"popover","[data-hc-popover]"),i(s,"scrollSmooth","[data-hc-smooth-scroll]"),i(s,"modal","[data-hc-modal]"),i(s,"modalClose","[data-hc-modal-close]"),i(s,"lightboxAttr","data-hc-lightbox"),i(s,"lightbox","[".concat(s.lightboxAttr,"]")),i(s,"dropdown","[data-hc-dropdown]"),i(s,"collapse","[data-hc-collapse]"),i(s,"collapseItem","[data-hc-collapse-item]"),i(s,"popin","[data-hc-popin]"),i(s,"tab","[data-hc-tab]"),i(s,"toggle","[data-hc-toggle]"),i(s,"slider","[data-hc-slider]"),i(s,"scrollspy","[data-hc-scrollspy]"),i(s,"scrollspyNav","[data-hc-scrollspy-nav]"),i(s,"scrollspyNavItem","[data-hc-scrollspy-nav-item]")},970:(t,e,n)=>{n.d(e,{Z:()=>d});const r=new Map,o={set(t,e,n){r.has(t)||r.set(t,new Map);const o=r.get(t);o.has(e)||0===o.size?o.set(e,n):console.error(`Bootstrap doesn't allow more than one instance per element. Bound instance: ${Array.from(o.keys())[0]}.`)},get:(t,e)=>r.has(t)&&r.get(t).get(e)||null,remove(t,e){if(!r.has(t))return;const n=r.get(t);n.delete(e),0===n.size&&r.delete(t)}};var i=n(147),s=n(930);function a(t){if("true"===t)return!0;if("false"===t)return!1;if(t===Number(t).toString())return Number(t);if(""===t||"null"===t)return null;if("string"!=typeof t)return t;try{return JSON.parse(decodeURIComponent(t))}catch{return t}}function c(t){return t.replace(/[A-Z]/g,(t=>`-${t.toLowerCase()}`))}const l={setDataAttribute(t,e,n){t.setAttribute(`data-bs-${c(e)}`,n)},removeDataAttribute(t,e){t.removeAttribute(`data-bs-${c(e)}`)},getDataAttributes(t){if(!t)return{};const e={},n=Object.keys(t.dataset).filter((t=>t.startsWith("bs")&&!t.startsWith("bsConfig")));for(const r of n){let n=r.replace(/^bs/,"");n=n.charAt(0).toLowerCase()+n.slice(1,n.length),e[n]=a(t.dataset[r])}return e},getDataAttribute:(t,e)=>a(t.getAttribute(`data-bs-${c(e)}`))};const u=class{static get Default(){return{}}static get DefaultType(){return{}}static get NAME(){throw new Error('You have to implement the static method "NAME", for each component!')}_getConfig(t){return t=this._mergeConfigObj(t),t=this._configAfterMerge(t),this._typeCheckConfig(t),t}_configAfterMerge(t){return t}_mergeConfigObj(t,e){const n=(0,i.kK)(e)?l.getDataAttribute(e,"config"):{};return{...this.constructor.Default,..."object"==typeof n?n:{},...(0,i.kK)(e)?l.getDataAttributes(e):{},..."object"==typeof t?t:{}}}_typeCheckConfig(t,e=this.constructor.DefaultType){for(const n of Object.keys(e)){const r=e[n],o=t[n],s=(0,i.kK)(o)?"element":(0,i.Fy)(o);if(!new RegExp(r).test(s))throw new TypeError(`${this.constructor.NAME.toUpperCase()}: Option "${n}" provided type "${s}" but expected type "${r}".`)}}};const d=class extends u{constructor(t,e){super(),(t=(0,i.sb)(t))&&(this._element=t,this._config=this._getConfig(e),o.set(this._element,this.constructor.DATA_KEY,this))}dispose(){o.remove(this._element,this.constructor.DATA_KEY),s.Z.off(this._element,this.constructor.EVENT_KEY);for(const t of Object.getOwnPropertyNames(this))this[t]=null}_queueCallback(t,e,n=!0){(0,i.e0)(t,e,n)}_getConfig(t){return t=this._mergeConfigObj(t,this._element),t=this._configAfterMerge(t),this._typeCheckConfig(t),t}static getInstance(t){return o.get((0,i.sb)(t),this.DATA_KEY)}static getOrCreateInstance(t,e={}){return this.getInstance(t)||new this(t,"object"==typeof e?e:null)}static get VERSION(){return"5.2.0"}static get DATA_KEY(){return`bs.${this.NAME}`}static get EVENT_KEY(){return`.${this.DATA_KEY}`}static eventName(t){return`${t}${this.EVENT_KEY}`}}},930:(t,e,n)=>{n.d(e,{Z:()=>_});var r=n(147);const o=/[^.]*(?=\..*)\.|.*/,i=/\..*/,s=/::\d+$/,a={};let c=1;const l={mouseenter:"mouseover",mouseleave:"mouseout"},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 d(t,e){return e&&`${e}::${c++}`||t.uidEvent||c++}function f(t){const e=d(t);return t.uidEvent=e,a[e]=a[e]||{},a[e]}function p(t,e,n=null){return Object.values(t).find((t=>t.callable===e&&t.delegationSelector===n))}function h(t,e,n){const r="string"==typeof e,o=r?n:e||n;let i=v(t);return u.has(i)||(i=t),[r,o,i]}function g(t,e,n,r,i){if("string"!=typeof e||!t)return;let[s,a,c]=h(e,n,r);if(e in l){const t=t=>function(e){if(!e.relatedTarget||e.relatedTarget!==e.delegateTarget&&!e.delegateTarget.contains(e.relatedTarget))return t.call(this,e)};a=t(a)}const u=f(t),g=u[c]||(u[c]={}),b=p(g,a,s?n:null);if(b)return void(b.oneOff=b.oneOff&&i);const m=d(a,e.replace(o,"")),v=s?function(t,e,n){return function r(o){const i=t.querySelectorAll(e);for(let{target:s}=o;s&&s!==this;s=s.parentNode)for(const a of i)if(a===s)return A(o,{delegateTarget:s}),r.oneOff&&y.off(t,o.type,e,n),n.apply(s,[o])}}(t,n,a):function(t,e){return function n(r){return A(r,{delegateTarget:t}),n.oneOff&&y.off(t,r.type,e),e.apply(t,[r])}}(t,a);v.delegationSelector=s?n:null,v.callable=a,v.oneOff=i,v.uidEvent=m,g[m]=v,t.addEventListener(c,v,s)}function b(t,e,n,r,o){const i=p(e[n],r,o);i&&(t.removeEventListener(n,i,Boolean(o)),delete e[n][i.uidEvent])}function m(t,e,n,r){const o=e[n]||{};for(const i of Object.keys(o))if(i.includes(r)){const r=o[i];b(t,e,n,r.callable,r.delegationSelector)}}function v(t){return t=t.replace(i,""),l[t]||t}const y={on(t,e,n,r){g(t,e,n,r,!1)},one(t,e,n,r){g(t,e,n,r,!0)},off(t,e,n,r){if("string"!=typeof e||!t)return;const[o,i,a]=h(e,n,r),c=a!==e,l=f(t),u=l[a]||{},d=e.startsWith(".");if(void 0===i){if(d)for(const n of Object.keys(l))m(t,l,n,e.slice(1));for(const n of Object.keys(u)){const r=n.replace(s,"");if(!c||e.includes(r)){const e=u[n];b(t,l,a,e.callable,e.delegationSelector)}}}else{if(!Object.keys(u).length)return;b(t,l,a,i,o?n:null)}},trigger(t,e,n){if("string"!=typeof e||!t)return null;const o=(0,r.KF)();let i=null,s=!0,a=!0,c=!1;e!==v(e)&&o&&(i=o.Event(e,n),o(t).trigger(i),s=!i.isPropagationStopped(),a=!i.isImmediatePropagationStopped(),c=i.isDefaultPrevented());let l=new Event(e,{bubbles:s,cancelable:!0});return l=A(l,n),c&&l.preventDefault(),a&&t.dispatchEvent(l),l.defaultPrevented&&i&&i.preventDefault(),l}};function A(t,e){for(const[n,r]of Object.entries(e||{}))try{t[n]=r}catch{Object.defineProperty(t,n,{configurable:!0,get:()=>r})}return t}const _=y},357:(t,e,n)=>{n.d(e,{Z:()=>o});var r=n(147);const o={find:(t,e=document.documentElement)=>[].concat(...Element.prototype.querySelectorAll.call(e,t)),findOne:(t,e=document.documentElement)=>Element.prototype.querySelector.call(e,t),children:(t,e)=>[].concat(...t.children).filter((t=>t.matches(e))),parents(t,e){const n=[];let r=t.parentNode.closest(e);for(;r;)n.push(r),r=r.parentNode.closest(e);return n},prev(t,e){let n=t.previousElementSibling;for(;n;){if(n.matches(e))return[n];n=n.previousElementSibling}return[]},next(t,e){let n=t.nextElementSibling;for(;n;){if(n.matches(e))return[n];n=n.nextElementSibling}return[]},focusableChildren(t){const e=["a","button","input","textarea","select","details","[tabindex]",'[contenteditable="true"]'].map((t=>`${t}:not([tabindex^="-"])`)).join(",");return this.find(e,t).filter((t=>!(0,r.pK)(t)&&(0,r.pn)(t)))}}},147:(t,e,n)=>{n.d(e,{Fj:()=>b,Fy:()=>o,KF:()=>d,dG:()=>s,e0:()=>g,kK:()=>a,pF:()=>p,pK:()=>u,pn:()=>l,sb:()=>c});const r="transitionend",o=t=>null==t?`${t}`:Object.prototype.toString.call(t).match(/\s([a-z]+)/i)[1].toLowerCase(),i=t=>{let e=t.getAttribute("data-bs-target");if(!e||"#"===e){let n=t.getAttribute("href");if(!n||!n.includes("#")&&!n.startsWith("."))return null;n.includes("#")&&!n.startsWith("#")&&(n=`#${n.split("#")[1]}`),e=n&&"#"!==n?n.trim():null}return e},s=t=>{const e=i(t);return e?document.querySelector(e):null},a=t=>!(!t||"object"!=typeof t)&&(void 0!==t.jquery&&(t=t[0]),void 0!==t.nodeType),c=t=>a(t)?t.jquery?t[0]:t:"string"==typeof t&&t.length>0?document.querySelector(t):null,l=t=>{if(!a(t)||0===t.getClientRects().length)return!1;const e="visible"===getComputedStyle(t).getPropertyValue("visibility"),n=t.closest("details:not([open])");if(!n)return e;if(n!==t){const e=t.closest("summary");if(e&&e.parentNode!==n)return!1;if(null===e)return!1}return e},u=t=>!t||t.nodeType!==Node.ELEMENT_NODE||(!!t.classList.contains("disabled")||(void 0!==t.disabled?t.disabled:t.hasAttribute("disabled")&&"false"!==t.getAttribute("disabled"))),d=()=>window.jQuery&&!document.body.hasAttribute("data-bs-no-jquery")?window.jQuery:null,f=[],p=t=>{var e;e=()=>{const e=d();if(e){const n=t.NAME,r=e.fn[n];e.fn[n]=t.jQueryInterface,e.fn[n].Constructor=t,e.fn[n].noConflict=()=>(e.fn[n]=r,t.jQueryInterface)}},"loading"===document.readyState?(f.length||document.addEventListener("DOMContentLoaded",(()=>{for(const t of f)t()})),f.push(e)):e()},h=t=>{"function"==typeof t&&t()},g=(t,e,n=!0)=>{if(!n)return void h(t);const o=(t=>{if(!t)return 0;let{transitionDuration:e,transitionDelay:n}=window.getComputedStyle(t);const r=Number.parseFloat(e),o=Number.parseFloat(n);return r||o?(e=e.split(",")[0],n=n.split(",")[0],1e3*(Number.parseFloat(e)+Number.parseFloat(n))):0})(e)+5;let i=!1;const s=({target:n})=>{n===e&&(i=!0,e.removeEventListener(r,s),h(t))};e.addEventListener(r,s),setTimeout((()=>{i||e.dispatchEvent(new Event(r))}),o)},b=(t,e,n,r)=>{const o=t.length;let i=t.indexOf(e);return-1===i?!n&&r?t[o-1]:t[0]:(i+=n?1:-1,r&&(i=(i+o)%o),t[Math.max(0,Math.min(i,o-1))])}},668:(t,e,n)=>{n.d(e,{Z:()=>i});var r=n(645),o=n.n(r)()((function(t){return t[1]}));o.push([t.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 i=o},645:t=>{t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=t(e);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,r){"string"==typeof t&&(t=[[null,t,""]]);var o={};if(r)for(var i=0;i<this.length;i++){var s=this[i][0];null!=s&&(o[s]=!0)}for(var a=0;a<t.length;a++){var c=[].concat(t[a]);r&&o[c[0]]||(n&&(c[2]?c[2]="".concat(n," and ").concat(c[2]):c[2]=n),e.push(c))}},e}},379:(t,e,n)=>{var r,o=function(){return void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r},i=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),s=[];function a(t){for(var e=-1,n=0;n<s.length;n++)if(s[n].identifier===t){e=n;break}return e}function c(t,e){for(var n={},r=[],o=0;o<t.length;o++){var i=t[o],c=e.base?i[0]+e.base:i[0],l=n[c]||0,u="".concat(c," ").concat(l);n[c]=l+1;var d=a(u),f={css:i[1],media:i[2],sourceMap:i[3]};-1!==d?(s[d].references++,s[d].updater(f)):s.push({identifier:u,updater:b(f,e),references:1}),r.push(u)}return r}function l(t){var e=document.createElement("style"),r=t.attributes||{};if(void 0===r.nonce){var o=n.nc;o&&(r.nonce=o)}if(Object.keys(r).forEach((function(t){e.setAttribute(t,r[t])})),"function"==typeof t.insert)t.insert(e);else{var s=i(t.insert||"head");if(!s)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");s.appendChild(e)}return e}var u,d=(u=[],function(t,e){return u[t]=e,u.filter(Boolean).join("\n")});function f(t,e,n,r){var o=n?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(t.styleSheet)t.styleSheet.cssText=d(e,o);else{var i=document.createTextNode(o),s=t.childNodes;s[e]&&t.removeChild(s[e]),s.length?t.insertBefore(i,s[e]):t.appendChild(i)}}function p(t,e,n){var r=n.css,o=n.media,i=n.sourceMap;if(o?t.setAttribute("media",o):t.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}var h=null,g=0;function b(t,e){var n,r,o;if(e.singleton){var i=g++;n=h||(h=l(e)),r=f.bind(null,n,i,!1),o=f.bind(null,n,i,!0)}else n=l(e),r=p.bind(null,n,e),o=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};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 o()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=o());var n=c(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var r=0;r<n.length;r++){var o=a(n[r]);s[o].references--}for(var i=c(t,e),l=0;l<n.length;l++){var u=a(n[l]);0===s[u].references&&(s[u].updater(),s.splice(u,1))}n=i}}}}},e={};function n(r){var o=e[r];if(void 0!==o)return o.exports;var i=e[r]={id:r,exports:{}};return t[r](i,i.exports,n),i.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.nc=void 0,(()=>{n(812);var t=n(379),e=n.n(t),r=n(668),o={insert:"head",singleton:!1};e()(r.Z,o);r.Z.locals;var i=n(147),s=n(930),a=n(357),c=n(970);const l="ArrowLeft",u="ArrowRight",d="ArrowUp",f="ArrowDown",p="active",h="fade",g="show",b='[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]',m=`.nav-link:not(.dropdown-toggle), .list-group-item:not(.dropdown-toggle), [role="tab"]:not(.dropdown-toggle), ${b}`;class v extends c.Z{constructor(t){super(t),this._parent=this._element.closest('.list-group, .nav, [role="tablist"]'),this._parent&&(this._setInitialAttributes(this._parent,this._getChildren()),s.Z.on(this._element,"keydown.bs.tab",(t=>this._keydown(t))))}static get NAME(){return"tab"}show(){const t=this._element;if(this._elemIsActive(t))return;const e=this._getActiveElem(),n=e?s.Z.trigger(e,"hide.bs.tab",{relatedTarget:t}):null;s.Z.trigger(t,"show.bs.tab",{relatedTarget:e}).defaultPrevented||n&&n.defaultPrevented||(this._deactivate(e,t),this._activate(t,e))}_activate(t,e){if(!t)return;t.classList.add(p),this._activate((0,i.dG)(t));this._queueCallback((()=>{"tab"===t.getAttribute("role")?(t.focus(),t.removeAttribute("tabindex"),t.setAttribute("aria-selected",!0),this._toggleDropDown(t,!0),s.Z.trigger(t,"shown.bs.tab",{relatedTarget:e})):t.classList.add(g)}),t,t.classList.contains(h))}_deactivate(t,e){if(!t)return;t.classList.remove(p),t.blur(),this._deactivate((0,i.dG)(t));this._queueCallback((()=>{"tab"===t.getAttribute("role")?(t.setAttribute("aria-selected",!1),t.setAttribute("tabindex","-1"),this._toggleDropDown(t,!1),s.Z.trigger(t,"hidden.bs.tab",{relatedTarget:e})):t.classList.remove(g)}),t,t.classList.contains(h))}_keydown(t){if(![l,u,d,f].includes(t.key))return;t.stopPropagation(),t.preventDefault();const e=[u,f].includes(t.key),n=(0,i.Fj)(this._getChildren().filter((t=>!(0,i.pK)(t))),t.target,e,!0);n&&v.getOrCreateInstance(n).show()}_getChildren(){return a.Z.find(m,this._parent)}_getActiveElem(){return this._getChildren().find((t=>this._elemIsActive(t)))||null}_setInitialAttributes(t,e){this._setAttributeIfNotExists(t,"role","tablist");for(const t of e)this._setInitialAttributesOnChild(t)}_setInitialAttributesOnChild(t){t=this._getInnerElement(t);const e=this._elemIsActive(t),n=this._getOuterElement(t);t.setAttribute("aria-selected",e),n!==t&&this._setAttributeIfNotExists(n,"role","presentation"),e||t.setAttribute("tabindex","-1"),this._setAttributeIfNotExists(t,"role","tab"),this._setInitialAttributesOnTargetPanel(t)}_setInitialAttributesOnTargetPanel(t){const e=(0,i.dG)(t);e&&(this._setAttributeIfNotExists(e,"role","tabpanel"),t.id&&this._setAttributeIfNotExists(e,"aria-labelledby",`#${t.id}`))}_toggleDropDown(t,e){const n=this._getOuterElement(t);if(!n.classList.contains("dropdown"))return;const r=(t,r)=>{const o=a.Z.findOne(t,n);o&&o.classList.toggle(r,e)};r(".dropdown-toggle",p),r(".dropdown-menu",g),r(".dropdown-item",p),n.setAttribute("aria-expanded",e)}_setAttributeIfNotExists(t,e,n){t.hasAttribute(e)||t.setAttribute(e,n)}_elemIsActive(t){return t.classList.contains(p)}_getInnerElement(t){return t.matches(m)?t:a.Z.findOne(m,t)}_getOuterElement(t){return t.closest(".nav-item, .list-group-item")||t}static jQueryInterface(t){return this.each((function(){const e=v.getOrCreateInstance(this);if("string"==typeof t){if(void 0===e[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);e[t]()}}))}}s.Z.on(document,"click.bs.tab",b,(function(t){["A","AREA"].includes(this.tagName)&&t.preventDefault(),(0,i.pK)(this)||v.getOrCreateInstance(this).show()})),s.Z.on(window,"load.bs.tab",(()=>{for(const t of a.Z.find('.active[data-bs-toggle="tab"], .active[data-bs-toggle="pill"], .active[data-bs-toggle="list"]'))v.getOrCreateInstance(t)})),(0,i.pF)(v)})()})();
|
|
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]")},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 c=1;const l={mouseenter:"mouseover",mouseleave:"mouseout"},u=/^(mouseenter|mouseleave)/i,d=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}::${c++}`||e.uidEvent||c++}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 m(e,t,n){const r="string"==typeof t,o=r?n:t;let a=b(e);return d.has(a)||(a=e),[r,o,a]}function g(e,t,n,r,a){if("string"!=typeof t||!e)return;if(n||(n=r,r=null),u.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,c]=m(t,n,r),l=p(e),d=l[c]||(l[c]={}),g=h(d,s,i?n:null);if(g)return void(g.oneOff=g.oneOff&&a);const v=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=v,d[v]=b,e.addEventListener(c,b,i)}function v(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,""),l[e]||e}const y={on(e,t,n,r){g(e,t,n,r,!1)},one(e,t,n,r){g(e,t,n,r,!0)},off(e,t,n,r){if("string"!=typeof t||!e)return;const[o,a,s]=m(t,n,r),c=s!==t,l=p(e),u=t.startsWith(".");if(void 0!==a){if(!l||!l[s])return;return void v(e,l,s,a,o?n:null)}u&&Object.keys(l).forEach((n=>{!function(e,t,n,r){const o=t[n]||{};Object.keys(o).forEach((a=>{if(a.includes(r)){const r=o[a];v(e,t,n,r.originalHandler,r.delegationSelector)}}))}(e,l,n,t.slice(1))}));const d=l[s]||{};Object.keys(d).forEach((n=>{const r=n.replace(i,"");if(!c||t.includes(r)){const t=d[n];v(e,l,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=d.has(a);let c,l=!0,u=!0,f=!1,p=null;return i&&o&&(c=o.Event(t,n),o(e).trigger(c),l=!c.isPropagationStopped(),u=!c.isImmediatePropagationStopped(),f=c.isDefaultPrevented()),s?(p=document.createEvent("HTMLEvents"),p.initEvent(a,l,!0)):p=new CustomEvent(t,{bubbles:l,cancelable:!0}),void 0!==n&&Object.keys(n).forEach((e=>{Object.defineProperty(p,e,{get:()=>n[e]})})),f&&p.preventDefault(),u&&e.dispatchEvent(p),p.defaultPrevented&&void 0!==c&&c.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:()=>c,pK:()=>l,nq:()=>u,KF:()=>d,pF:()=>p,e0:()=>m});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,c=e=>!(!i(e)||0===e.getClientRects().length)&&"visible"===getComputedStyle(e).getPropertyValue("visibility"),l=e=>!e||e.nodeType!==Node.ELEMENT_NODE||(!!e.classList.contains("disabled")||(void 0!==e.disabled?e.disabled:e.hasAttribute("disabled")&&"false"!==e.getAttribute("disabled"))),u=e=>{e.offsetHeight},d=()=>{const{jQuery:e}=window;return e&&!document.body.hasAttribute("data-bs-no-jquery")?e:null},f=[],p=e=>{var t;t=()=>{const t=d();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()},m=(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 c=[].concat(e[s]);r&&o[c[0]]||(n&&(c[2]?c[2]="".concat(n," and ").concat(c[2]):c[2]=n),t.push(c))}},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 c(e,t){for(var n={},r=[],o=0;o<e.length;o++){var a=e[o],c=t.base?a[0]+t.base:a[0],l=n[c]||0,u="".concat(c," ").concat(l);n[c]=l+1;var d=s(u),f={css:a[1],media:a[2],sourceMap:a[3]};-1!==d?(i[d].references++,i[d].updater(f)):i.push({identifier:u,updater:g(f,t),references:1}),r.push(u)}return r}function l(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 u,d=(u=[],function(e,t){return u[e]=t,u.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=d(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,m=0;function g(e,t){var n,r,o;if(t.singleton){var a=m++;n=h||(h=l(t)),r=f.bind(null,n,a,!1),o=f.bind(null,n,a,!0)}else n=l(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=c(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=c(e,t),l=0;l<n.length;l++){var u=s(n[l]);0===i[u].references&&(i[u].updater(),i.splice(u,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),c=n(49);const l="active",u="fade",d="show",f=".active",p=":scope > li > .active";class h extends c.Z{static get NAME(){return"tab"}show(){if(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&this._element.classList.contains(l))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(u),a=()=>this._transitionComplete(e,r,n);r&&o?(r.classList.remove(d),this._queueCallback(a,e,!0)):a()}_transitionComplete(e,t,n){if(t){t.classList.remove(l);const e=s.Z.findOne(":scope > .dropdown-menu .active",t.parentNode);e&&e.classList.remove(l),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!1)}e.classList.add(l),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!0),(0,a.nq)(e),e.classList.contains(u)&&e.classList.add(d);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(l))),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
|
|
1
|
+
(()=>{"use strict";var o={812:(o,a,t)=>{function l(o,a,t){return a in o?Object.defineProperty(o,a,{value:t,enumerable:!0,configurable:!0,writable:!0}):o[a]=t,o}var e=function o(){!function(o,a){if(!(o instanceof a))throw new TypeError("Cannot call a class as a function")}(this,o)};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]")}},a={};function t(l){var e=a[l];if(void 0!==e)return e.exports;var r=a[l]={exports:{}};return o[l](r,r.exports,t),r.exports}t.d=(o,a)=>{for(var l in a)t.o(a,l)&&!t.o(o,l)&&Object.defineProperty(o,l,{enumerable:!0,get:a[l]})},t.o=(o,a)=>Object.prototype.hasOwnProperty.call(o,a),t(812)})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(()=>{"use strict";var t={812:(t,e,
|
|
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 n=function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t)};r(n,"tooltip","[data-hc-tooltip], [data-hc-popover]"),r(n,"popover","[data-hc-popover]"),r(n,"scrollSmooth","[data-hc-smooth-scroll]"),r(n,"modal","[data-hc-modal]"),r(n,"modalClose","[data-hc-modal-close]"),r(n,"lightboxAttr","data-hc-lightbox"),r(n,"lightbox","[".concat(n.lightboxAttr,"]")),r(n,"dropdown","[data-hc-dropdown]"),r(n,"collapse","[data-hc-collapse]"),r(n,"collapseItem","[data-hc-collapse-item]"),r(n,"popin","[data-hc-popin]"),r(n,"tab","[data-hc-tab]"),r(n,"toggle","[data-hc-toggle]"),r(n,"slider","[data-hc-slider]"),r(n,"scrollspy","[data-hc-scrollspy]"),r(n,"scrollspyNav","[data-hc-scrollspy-nav]"),r(n,"scrollspyNavItem","[data-hc-scrollspy-nav-item]")},95:(t,e,o)=>{o.d(e,{Z:()=>a});var r=o(645),n=o.n(r)()((function(t){return t[1]}));n.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 a=n},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 n={};if(r)for(var a=0;a<this.length;a++){var i=this[a][0];null!=i&&(n[i]=!0)}for(var c=0;c<t.length;c++){var l=[].concat(t[c]);r&&n[l[0]]||(o&&(l[2]?l[2]="".concat(o," and ").concat(l[2]):l[2]=o),e.push(l))}},e}},514:(t,e,o)=>{var r=o(379),n=o.n(r),a=o(95),i={insert:"head",singleton:!1};n()(a.Z,i),a.Z.locals},379:(t,e,o)=>{var r,n=function(){return void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r},a=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 c(t){for(var e=-1,o=0;o<i.length;o++)if(i[o].identifier===t){e=o;break}return e}function l(t,e){for(var o={},r=[],n=0;n<t.length;n++){var a=t[n],l=e.base?a[0]+e.base:a[0],p=o[l]||0,d="".concat(l," ").concat(p);o[l]=p+1;var s=c(d),f={css:a[1],media:a[2],sourceMap:a[3]};-1!==s?(i[s].references++,i[s].updater(f)):i.push({identifier:d,updater:m(f,e),references:1}),r.push(d)}return r}function p(t){var e=document.createElement("style"),r=t.attributes||{};if(void 0===r.nonce){var n=o.nc;n&&(r.nonce=n)}if(Object.keys(r).forEach((function(t){e.setAttribute(t,r[t])})),"function"==typeof t.insert)t.insert(e);else{var i=a(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 d,s=(d=[],function(t,e){return d[t]=e,d.filter(Boolean).join("\n")});function f(t,e,o,r){var n=o?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(t.styleSheet)t.styleSheet.cssText=s(e,n);else{var a=document.createTextNode(n),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(a,i[e]):t.appendChild(a)}}function u(t,e,o){var r=o.css,n=o.media,a=o.sourceMap;if(n?t.setAttribute("media",n):t.removeAttribute("media"),a&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(a))))," */")),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 m(t,e){var o,r,n;if(e.singleton){var a=b++;o=h||(h=p(e)),r=f.bind(null,o,a,!1),n=f.bind(null,o,a,!0)}else o=p(e),r=u.bind(null,o,e),n=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 n()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=n());var o=l(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 n=c(o[r]);i[n].references--}for(var a=l(t,e),p=0;p<o.length;p++){var d=c(o[p]);0===i[d].references&&(i[d].updater(),i.splice(d,1))}o=a}}}}},e={};function o(r){var n=e[r];if(void 0!==n)return n.exports;var a=e[r]={id:r,exports:{}};return t[r](a,a.exports,o),a.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")})()})();
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
* IRIS Interactive
|
|
3
|
-
*
|
|
4
|
-
* NOTICE OF LICENSE
|
|
5
|
-
*
|
|
6
|
-
* This source file is no subject to a specific license
|
|
7
|
-
* but it belongs to the company IRIS Interactive.
|
|
8
|
-
* You can contact IRIS Interactive at the following
|
|
9
|
-
* address: contact@iris-interactive.fr
|
|
10
|
-
*
|
|
11
|
-
* @author Fabien SERRA
|
|
12
|
-
* @date 25/02/2022 12:04
|
|
13
|
-
* @copyright Copyright (c) 2002-2022 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
|
|
14
|
-
*/
|
|
15
|
-
|
|
16
|
-
import hc_tooltip from '@package_script/components/tooltip/tooltip.component';
|
|
17
|
-
import hc_smooth_scroll from "@package_script/components/smooth-scroll/smooth-scroll.component";
|
|
18
|
-
import hc_modal from "@package_script/components/modal/modal.component";
|
|
19
|
-
import hc_lightbox from "@package_script/components/lightbox/lightbox.component";
|
|
20
|
-
import hc_dropdown from "@package_script/components/dropdown/dropdown.component";
|
|
21
|
-
import hc_collapse from "@package_script/components/collapse/collapse.component";
|
|
22
|
-
import hc_lazyload from "@package_script/components/lazyload/lazyload.component";
|
|
23
|
-
import hc_tab from "@package_script/components/tab/tab.component";
|
|
24
|
-
import hc_toggle from "@package_script/components/toggle/toggle.component";
|
|
25
|
-
import hc_slider from "@package_script/components/slider/slider.component";
|
|
26
|
-
import hc_scrollspy from "@package_script/components/scrollspy/scrollspy.component";
|
|
27
|
-
import hc_popin from "@package_script/components/popin/popin.component";
|
|
28
|
-
|
|
29
|
-
const Handcook = {
|
|
30
|
-
hc_tooltip,
|
|
31
|
-
hc_smooth_scroll,
|
|
32
|
-
hc_modal,
|
|
33
|
-
hc_lightbox,
|
|
34
|
-
hc_dropdown,
|
|
35
|
-
hc_collapse,
|
|
36
|
-
hc_lazyload,
|
|
37
|
-
hc_tab,
|
|
38
|
-
hc_toggle,
|
|
39
|
-
hc_slider,
|
|
40
|
-
hc_scrollspy,
|
|
41
|
-
hc_popin
|
|
42
|
-
}
|
|
43
|
-
export default Handcook;
|
|
1
|
+
import hc_tooltip from"@package_script/components/tooltip/tooltip.component";import hc_smooth_scroll from"@package_script/components/smooth-scroll/smooth-scroll.component";import hc_modal from"@package_script/components/modal/modal.component";import hc_lightbox from"@package_script/components/lightbox/lightbox.component";import hc_dropdown from"@package_script/components/dropdown/dropdown.component";import hc_collapse from"@package_script/components/collapse/collapse.component";import hc_lazyload from"@package_script/components/lazyload/lazyload.component";import hc_tab from"@package_script/components/tab/tab.component";import hc_toggle from"@package_script/components/toggle/toggle.component";import hc_slider from"@package_script/components/slider/slider.component";import hc_scrollspy from"@package_script/components/scrollspy/scrollspy.component";import hc_popin from"@package_script/components/popin/popin.component";import hc_scroll_reveal from"@package_script/components/scroll-reveal/scroll-reveal.component";const Handcook={hc_tooltip:hc_tooltip,hc_smooth_scroll:hc_smooth_scroll,hc_modal:hc_modal,hc_lightbox:hc_lightbox,hc_dropdown:hc_dropdown,hc_collapse:hc_collapse,hc_lazyload:hc_lazyload,hc_tab:hc_tab,hc_toggle:hc_toggle,hc_slider:hc_slider,hc_scrollspy:hc_scrollspy,hc_popin:hc_popin,hc_scroll_reveal:hc_scroll_reveal};export default Handcook;
|
|
@@ -491,6 +491,7 @@ $ecobar-color: var(--iris--ecobar--color);
|
|
|
491
491
|
$ecobar-background-color: var(--iris--ecobar--background-color);
|
|
492
492
|
$ecobar-tab-color: var(--iris--ecobar--tab--color);
|
|
493
493
|
$ecobar-tab-background-color: var(--iris--ecobar--tab--background-color);
|
|
494
|
+
$ecobar-tab-position-x: var(--iris--ecobar--tab--position-x);
|
|
494
495
|
$ecobar-switch-color: var(--iris--ecobar--switch--color);
|
|
495
496
|
$ecobar-switch-background-color: var(--iris--ecobar--switch--background-color);
|
|
496
497
|
|
|
@@ -11,68 +11,7 @@
|
|
|
11
11
|
* @author Lucas ROCHE
|
|
12
12
|
* @date 27/01/2022 14:32
|
|
13
13
|
* @copyright Copyright (c) 2002-2022 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
|
|
14
|
-
|
|
15
|
-
/*
|
|
16
|
-
* Created by IRIS Interactive
|
|
17
|
-
* User : IRIS Interactive
|
|
18
|
-
*/
|
|
19
|
-
/* Layout
|
|
20
|
-
/ ================================================== */
|
|
21
|
-
/* Gutter
|
|
22
|
-
/ ================================================== */
|
|
23
|
-
/* Margin
|
|
24
|
-
/ ================================================== */
|
|
25
|
-
/* Margin
|
|
26
|
-
/ ================================================== */
|
|
27
|
-
/* Breakpoint
|
|
28
|
-
/ ================================================== */
|
|
29
|
-
/* Global
|
|
30
|
-
/ ================================================== */
|
|
31
|
-
/* Notifications
|
|
32
|
-
/ ================================================== */
|
|
33
|
-
/* Difficulty
|
|
34
|
-
/ ================================================== */
|
|
35
|
-
/*
|
|
36
|
-
* Created by IRIS Interactive
|
|
37
|
-
* User : IRIS Interactive
|
|
38
|
-
*/
|
|
39
|
-
/* Main gutter
|
|
40
|
-
/ ================================================== */
|
|
41
|
-
/* Breakpoints
|
|
42
|
-
/* ============================================= */
|
|
43
|
-
/* display flex
|
|
44
|
-
/* ============================================= */
|
|
45
|
-
/* Hover - TODO
|
|
46
|
-
/* ============================================= */
|
|
47
|
-
/* Touch
|
|
48
|
-
/* ============================================= */
|
|
49
|
-
/* Clear
|
|
50
|
-
/* ============================================= */
|
|
51
|
-
/*
|
|
52
|
-
* Created by IRIS Interactive
|
|
53
|
-
* User : IRIS Interactive
|
|
54
|
-
*/
|
|
55
|
-
/* Transition
|
|
56
|
-
/* ============================================= */
|
|
57
|
-
/* Hover
|
|
58
|
-
/* ============================================= */
|
|
59
|
-
/* Ellipsis
|
|
60
|
-
/* ============================================= */
|
|
61
|
-
/* Adaptive height block
|
|
62
|
-
/* ============================================= */
|
|
63
|
-
/* Line clamp
|
|
64
|
-
/* ============================================= */
|
|
65
|
-
/* Object fit
|
|
66
|
-
/* ============================================= */
|
|
67
|
-
/* Linear Gradient
|
|
68
|
-
/* ============================================= */
|
|
69
|
-
/* fit-content
|
|
70
|
-
/* ============================================= */
|
|
71
|
-
/* stretched-link
|
|
72
|
-
/* ============================================= */
|
|
73
|
-
/* sr-only
|
|
74
|
-
/* ============================================= */
|
|
75
|
-
/*!
|
|
14
|
+
*//*!
|
|
76
15
|
* IRIS Interactive
|
|
77
16
|
*
|
|
78
17
|
* NOTICE OF LICENSE
|
|
@@ -85,102 +24,4 @@
|
|
|
85
24
|
* @author Lucas ROCHE
|
|
86
25
|
* @date 28/01/2022 07:41
|
|
87
26
|
* @copyright Copyright (c) 2002-2022 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
|
|
88
|
-
|
|
89
|
-
/* Font icon
|
|
90
|
-
/* ============================================= */
|
|
91
|
-
/* Font size
|
|
92
|
-
/* ============================================= */
|
|
93
|
-
/*
|
|
94
|
-
* Created by IRIS Interactive
|
|
95
|
-
* User : IRIS Interactive
|
|
96
|
-
*/
|
|
97
|
-
/* Utils classes
|
|
98
|
-
/* ============================================= */
|
|
99
|
-
.stretched-link:before {
|
|
100
|
-
position: absolute;
|
|
101
|
-
top: 0;
|
|
102
|
-
right: 0;
|
|
103
|
-
bottom: 0;
|
|
104
|
-
left: 0;
|
|
105
|
-
z-index: 1;
|
|
106
|
-
pointer-events: auto;
|
|
107
|
-
content: "";
|
|
108
|
-
background-color: transparent;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
/* ============================================= */
|
|
112
|
-
.list-flex {
|
|
113
|
-
display: flex;
|
|
114
|
-
flex-wrap: wrap;
|
|
115
|
-
margin-bottom: 0;
|
|
116
|
-
}
|
|
117
|
-
.list-flex > * {
|
|
118
|
-
list-style-type: none;
|
|
119
|
-
margin: 0 10px 10px 0;
|
|
120
|
-
}
|
|
121
|
-
.list-flex > *:last-child {
|
|
122
|
-
margin-right: 0;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
/* Animations
|
|
126
|
-
/* ============================================= */
|
|
127
|
-
@-webkit-keyframes loader {
|
|
128
|
-
100% {
|
|
129
|
-
transform: rotate(360deg);
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
@keyframes loader {
|
|
133
|
-
100% {
|
|
134
|
-
transform: rotate(360deg);
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
/* Sr-only
|
|
138
|
-
/* ============================================= */
|
|
139
|
-
.sr-only {
|
|
140
|
-
clip: rect(0, 0, 0, 0);
|
|
141
|
-
border-width: 0;
|
|
142
|
-
height: 1px;
|
|
143
|
-
margin: -1px;
|
|
144
|
-
overflow: hidden;
|
|
145
|
-
padding: 0;
|
|
146
|
-
position: absolute;
|
|
147
|
-
white-space: nowrap;
|
|
148
|
-
width: 1px;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
/* Text with icon before
|
|
152
|
-
/* ============================================= */
|
|
153
|
-
.text-icon {
|
|
154
|
-
display: inline-flex;
|
|
155
|
-
align-items: center;
|
|
156
|
-
}
|
|
157
|
-
.text-icon:before {
|
|
158
|
-
margin-right: 5px;
|
|
159
|
-
}
|
|
160
|
-
.text-icon:after {
|
|
161
|
-
margin-left: 5px;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
/* Block with img animated on hover
|
|
165
|
-
/* ============================================= */
|
|
166
|
-
.hover-item img {
|
|
167
|
-
transition: 0.2s ease;
|
|
168
|
-
will-change: transform;
|
|
169
|
-
}
|
|
170
|
-
.hover-item:hover img {
|
|
171
|
-
transform: scale(1.02);
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
/* Opening
|
|
175
|
-
/* ============================================= */
|
|
176
|
-
.is-opened {
|
|
177
|
-
color: #009e55;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
.soon-closed {
|
|
181
|
-
color: #ff890e;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
.is-closed {
|
|
185
|
-
color: #f33;
|
|
186
|
-
}
|
|
27
|
+
*/.stretched-link:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}.list-flex{display:flex;flex-wrap:wrap;margin-bottom:0}.list-flex>*{list-style-type:none;margin:0 10px 10px 0}.list-flex>:last-child{margin-right:0}@-webkit-keyframes loader{100%{transform:rotate(360deg)}}@keyframes loader{100%{transform:rotate(360deg)}}.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{display:inline-flex;align-items:center}.text-icon:before{margin-right:5px}.text-icon:after{margin-left:5px}.hover-item img{transition:.2s ease;will-change:transform}.hover-item:hover img{transform:scale(1.02)}.is-opened{color:#009e55}.soon-closed{color:#ff890e}.is-closed{color:#f33}
|