Plugin Directory

Changeset 3265122


Ignore:
Timestamp:
04/01/2025 12:23:46 PM (10 months ago)
Author:
pcarvalho
Message:

Version 1.4.7

Location:
interactive-globes/trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • interactive-globes/trunk/dist/assets/js/public/globe.min.js

    r3263746 r3265122  
    1 import"https://unpkg.com/three/build/three.module.js";function setupTooltip(t,e){let o=t.tooltipContent??"";return void 0!==e&&"{tooltipContent}"!==e&&e.length>0&&(o=e.replace(/\{([^}]+)\}/g,(function(e,o){const i=o.split(".");let n=t;for(let t=0;t<i.length;t++)n=n?n[i[t]]:void 0;return void 0!==n?n:""}))),""!==o&&(o='<div class="itt_globe_'+t.globe_id+' itt_globe_tooltip">'+o+"</div>"),o}const globe_ut_prepareURL=function(t){if("string"!=typeof t)return t;var e;(t=t.replace(/&amp;/gi,"&")).replace(/&#(\d+);/g,(function(t,e){return String.fromCharCode(e)}));try{e=new URL(t)}catch(t){e=!1}return e&&![null,"http:","https:","mailto:","tel:"].includes(e.protocol)?(console.log("URL protocol not allowed"),""):t},globe_ut_prepareData=function(t){t.hasOwnProperty("dotLabels")&&t.dotLabels||(t.dotlabels=[]),t.hasOwnProperty("points")&&t.points||(t.points=[]);let e={showGraticules:!1,backgroundColor:"transparent",atmosphere:{enabled:!1,atmosphereColor:null,atmosphereAltitude:null},globeImage:"earth-day.jpg"};if((0===Object.keys(t).length||t.emptyPreview)&&Object.assign(t,e),t.pointOfView={lat:0,lng:0,altitude:1.5},t.centerCoordinates){let e=void 0!==t.altitudeOptions?t.altitudeOptions.altitude:t.altitude;t.pointOfView.lat=globe_ut_float(t.centerCoordinates.latitude),t.pointOfView.lng=globe_ut_float(t.centerCoordinates.longitude),t.pointOfView.altitude=globe_ut_float(e)}return t},globe_ut_setupData=function(t,e){for(const o in e){let i=e[o];t[o]&&Array.isArray(t[o])&&t[o].map((function(e){(void 0===e.useCustom||void 0!==e.useCustom&&!globe_ut_bool(e.useCustom))&&Object.assign(e,t[i]),Array.isArray(e.action)&&(e.action=e.action[0]),t[i]&&e.action&&"default"===e.action&&(e.action=t[i].action)}))}},globe_ut_prepareViewport=function(t,e){var o=t.closest(".itt_globe_aspect_ratio");window.innerWidth<=780&&void 0!==e.paddingTop&&""!==e.paddingTop?o.style.paddingTop=String(e.paddingTopMobile)+"%":o.style.paddingTop=String(e.paddingTop)+"%"},globe_ut_float=function(t){var e=parseFloat(t);return isNaN(e)?0:e},globe_ut_bool=function(t){return 0!==Number(t)&&"false"!==t&&void 0!==t},globe_ut_prepare_coordinates=function(t,e){return void 0!==e.coordinates&&e.coordinates[t]?parseFloat(e.coordinates[t]):void 0!==e[t]&&parseFloat(e[t])};function setupClickEvent(t,e,o){let i={arcLines:"arcLineDefaults",points:"pointDefaults",dotLabels:"labelDefaults",regions:"regionDefaults",html:"htmlDefaults"};if("regions"===o.type&&(o={...o.properties}),new URLSearchParams(window.location.search).has("debug")&&console.debug(o),"default"===o.action&&(o.action=e[i[o.type]].action),"none"===o.action)return;const n=o.action;n&&"function"==typeof window.ittGlobes.clickActions[n]&&window.ittGlobes.clickActions[n](t,e,o),ittGlobeData.isAdmin||("open_url"!==o.action&&"open_url_new"!==o.action||(o.content=globe_ut_prepareURL(o.content)),"open_url"===o.action&&""!==o.content?document.location=o.content:"open_url_new"===o.action&&""!==o.content&&window.open(o.content))}function setupHoverEvent(t,e,o,i){let n=t.meta;if("regions"===i)t.polygonCapColor((function(t){return void 0===e||e&&void 0===e.properties?t.properties.color?t.properties.color:n.regionDefaults.inactive:t===e||t.properties.originalId&&e&&e.properties&&e.properties.id&&t.properties.originalId.includes(e.properties.id)||t.properties.originalId&&e&&e.properties&&Array.isArray(e.properties.id)&&e.properties.id.includes(t.properties.id)?t.properties.hover:t.properties.color?t.properties.color:n.regionDefaults.inactive}));else if("pin"===i||"marker"===i){if(e){const t=parseInt(e.hover.replace("#","0x"),16);parseInt(e.color.replace("#","0x"),16);let o=e.__threeObjObject?e.__threeObjObject:e.__threeObj;"pin"===i?o.children[0].children.forEach((e=>{e.material.color.setHex(t)})):"marker"===i&&o.children[0].material.color.setHex(t)}if(o&&o!==e){const t=parseInt(o.color.replace("#","0x"),16);let e=o.__threeObjObject?o.__threeObjObject:o.__threeObj;"pin"===i?e.children[0].children.forEach((e=>{e.material.color.setHex(t)})):"marker"===i&&"marker"===o.type&&e.children[0].material.color.setHex(t)}void 0!==n.rotate&&globe_ut_bool(n.rotate.enabled)&&(t.controls().autoRotate=!e)}else t.labelColor((function(t){return e&&t.id===e.id?t.hover:t.color})),t.pointColor((function(t){return e&&t.id===e.id?t.hover:t.color})),void 0!==n.rotate&&globe_ut_bool(n.rotate.enabled)&&(t.controls().autoRotate=!e);return t}function addPointsLayer(t,e){t.pointsData(e.points).pointLat((t=>globe_ut_prepare_coordinates("latitude",t))).pointLng((t=>globe_ut_prepare_coordinates("longitude",t))).pointRadius((t=>t.radius/10)).pointAltitude((t=>t.altitude/100)).pointColor((t=>t.color)).pointResolution(20),t.pointLabel((function(t){let o=e.tooltipTemplate??"{tooltipContent}";return e.pointsTooltipTemplate&&(o=e.pointsTooltipTemplate),setupTooltip(t,o)})),t.onPointClick((function(o){setupClickEvent(t,e,o)})),t.onPointHover((function(e){setupHoverEvent(t,e,"point")})),t.onObjectClick((function(o){setupClickEvent(t,e,o)}))}function addLabelsLayer(t,e){if(t.labelsData(e.dotLabels).labelLat((t=>globe_ut_prepare_coordinates("latitude",t))).labelLng((t=>globe_ut_prepare_coordinates("longitude",t))).labelText((t=>t.title&&t.title.trim()?t.title:"_")).labelAltitude((t=>t.altitude/100)).labelSize((t=>t.size/10)).labelColor((t=>t.color)).labelResolution(20).labelIncludeDot((t=>globe_ut_bool(t.includeDot))).labelDotRadius((t=>t.radius/10)).labelDotOrientation((t=>t.dotOrientation)),e.labelFont&&"default"!==e.labelFont){let o=ittGlobeData.assetsUrl+"fonts/"+e.labelFont+".json";fetch(o).then((t=>t.json())).then((e=>{t.labelTypeFace(e)})).catch((t=>{console.error("Fetch error:",t)}))}t.labelLabel((function(t){let o=e.tooltipTemplate??"{tooltipContent}";return e.dotLabelsTooltipTemplate&&(o=e.dotLabelsTooltipTemplate),setupTooltip(t,o)})),t.onLabelClick((function(o,i,n){setupClickEvent(t,e,o)})),t.onLabelHover((function(e){setupHoverEvent(t,e,"label")}))}function setupResizeEvent(t,e,o){var i=e.closest(".itt_globe_aspect_ratio");window.addEventListener("resize",(function(){window.innerWidth<=780&&void 0!==o.paddingTop&&""!==o.paddingTop?i.style.paddingTop=String(o.paddingTopMobile)+"%":i.style.paddingTop=String(o.paddingTop)+"%",t.width()!==e.offsetWidth&&t.width(e.offsetWidth).height(e.offsetHeight)}))}function setupInteractions(t,e){if(void 0!==e.interactions&&(t.controls().enableZoom=globe_ut_bool(e.interactions.zoom),t.controls().enablePan=globe_ut_bool(e.interactions.pan),t.controls().enableRotate=globe_ut_bool(e.interactions.pan)),void 0===e.interactions||globe_ut_bool(e.interactions.zoom)){let e=0;const o=300;t.onGlobeClick((function(i,n){const l=(new Date).getTime();if(l-e<o){let e=t.pointOfView();e.altitude=.6*e.altitude,e.lat=i.lat,e.lng=i.lng,t.pointOfView(e,800)}e=l}))}}function setupZoomEvent(t){let e=t.meta;t.onZoom((function(o){if(e.altitudeOptions){const i=parseFloat(e.altitudeOptions.minAltitude),n=parseFloat(e.altitudeOptions.maxAltitude);!isNaN(i)&&0!==i&&o.altitude<i?t.pointOfView({...o,altitude:i}):!isNaN(n)&&0!==n&&o.altitude>n&&t.pointOfView({...o,altitude:n})}}))}let ittGlobes={globes:[],globesIndex:{},clickActions:{},init:function(){if("undefined"==typeof Globe)return void console.error("Globe lib not loaded properly");let t=document.getElementsByClassName("js-itt-globe-render");for(const e of t){if(!e.dataset.hasOwnProperty("globe_id"))continue;let t=0;try{t=parseInt(JSON.parse(e.dataset.globe_id))}catch(t){continue}if(void 0!==ittGlobes.globesIndex[t])continue;if(!e.dataset.hasOwnProperty("globe_meta"))continue;let o={};try{o=JSON.parse(e.dataset.globe_meta)}catch(t){o={}}create_globe(t,o)}}};var create_globe=function(t,e){let o=document.getElementById("itt_globe_"+t);globe_ut_prepareData(e),globe_ut_setupData(e,{points:"pointDefaults",dotLabels:"labelDefaults"}),globe_ut_prepareViewport(o,e);let i={rendererConfig:{antialias:!0,alpha:!0},waitForGlobeReady:!0,animateIn:void 0===e.animateIn||globe_ut_bool(e.animateIn)},n=Globe(i)(document.getElementById("itt_globe_"+t));n.meta=e,"transparent"===e.backgroundColor&&(e.backgroundColor="rgba(0,0,0,0)"),null!==e.globeImage&&""!==e.globeImage&&"earth-hollow"!==e.globeImage&&"noImage"!==e.globeImage&&"customImage"!==e.globeImage&&n.globeImageUrl(ittGlobeData.imagesUrl+e.globeImage),n.backgroundColor(e.backgroundColor).width(o.offsetWidth).height(o.offsetHeight).showGraticules(globe_ut_bool(e.showGraticules)).showAtmosphere(globe_ut_bool(e.atmosphere.enabled)).atmosphereColor(e.atmosphere.atmosphereColor).atmosphereAltitude(e.atmosphere.atmosphereAltitude).pointOfView(e.pointOfView),setupInteractions(n,e),setupResizeEvent(n,o,e),setupZoomEvent(n),ittGlobeData.isAdmin&&n.onGlobeReady((function(){const t=new Event("adminGlobeReady");document.dispatchEvent(t)})),e.points&&addPointsLayer(n,e),e.dotLabels&&addLabelsLayer(n,e),n.setupClickEvent=setupClickEvent,n.setupHoverEvent=setupHoverEvent,ittGlobes.globes.push(n),ittGlobes.globesIndex[t]=n,e.altitudeOptions&&(n.altitudeOptions=e.altitudeOptions)};ittGlobes.init(),window.ittGlobes=ittGlobes;export{ittGlobes};
     1function setupTooltip(t,e){let o=t.tooltipContent??"";return void 0!==e&&"{tooltipContent}"!==e&&e.length>0&&(o=e.replace(/\{([^}]+)\}/g,(function(e,o){const i=o.split(".");let n=t;for(let t=0;t<i.length;t++)n=n?n[i[t]]:void 0;return void 0!==n?n:""}))),""!==o&&(o='<div class="itt_globe_'+t.globe_id+' itt_globe_tooltip">'+o+"</div>"),o}const globe_ut_prepareURL=function(t){if("string"!=typeof t)return t;var e;(t=t.replace(/&amp;/gi,"&")).replace(/&#(\d+);/g,(function(t,e){return String.fromCharCode(e)}));try{e=new URL(t)}catch(t){e=!1}return e&&![null,"http:","https:","mailto:","tel:"].includes(e.protocol)?(console.log("URL protocol not allowed"),""):t},globe_ut_prepareData=function(t){t.hasOwnProperty("dotLabels")&&t.dotLabels||(t.dotlabels=[]),t.hasOwnProperty("points")&&t.points||(t.points=[]);let e={showGraticules:!1,backgroundColor:"transparent",atmosphere:{enabled:!1,atmosphereColor:null,atmosphereAltitude:null},globeImage:"earth-day.jpg"};if((0===Object.keys(t).length||t.emptyPreview)&&Object.assign(t,e),t.pointOfView={lat:0,lng:0,altitude:1.5},t.centerCoordinates){let e=void 0!==t.altitudeOptions?t.altitudeOptions.altitude:t.altitude;t.pointOfView.lat=globe_ut_float(t.centerCoordinates.latitude),t.pointOfView.lng=globe_ut_float(t.centerCoordinates.longitude),t.pointOfView.altitude=globe_ut_float(e)}return t},globe_ut_setupData=function(t,e){for(const o in e){let i=e[o];t[o]&&Array.isArray(t[o])&&t[o].map((function(e){(void 0===e.useCustom||void 0!==e.useCustom&&!globe_ut_bool(e.useCustom))&&Object.assign(e,t[i]),Array.isArray(e.action)&&(e.action=e.action[0]),t[i]&&e.action&&"default"===e.action&&(e.action=t[i].action)}))}},globe_ut_prepareViewport=function(t,e){var o=t.closest(".itt_globe_aspect_ratio");window.innerWidth<=780&&void 0!==e.paddingTop&&""!==e.paddingTop?o.style.paddingTop=String(e.paddingTopMobile)+"%":o.style.paddingTop=String(e.paddingTop)+"%"},globe_ut_float=function(t){var e=parseFloat(t);return isNaN(e)?0:e},globe_ut_bool=function(t){return 0!==Number(t)&&"false"!==t&&void 0!==t},globe_ut_prepare_coordinates=function(t,e){return void 0!==e.coordinates&&e.coordinates[t]?parseFloat(e.coordinates[t]):void 0!==e[t]&&parseFloat(e[t])};function setupClickEvent(t,e,o){let i={arcLines:"arcLineDefaults",points:"pointDefaults",dotLabels:"labelDefaults",regions:"regionDefaults",html:"htmlDefaults"};if("regions"===o.type&&(o={...o.properties}),new URLSearchParams(window.location.search).has("debug")&&console.debug(o),"default"===o.action&&(o.action=e[i[o.type]].action),"none"===o.action)return;const n=o.action;n&&"function"==typeof window.ittGlobes.clickActions[n]&&window.ittGlobes.clickActions[n](t,e,o),ittGlobeData.isAdmin||("open_url"!==o.action&&"open_url_new"!==o.action||(o.content=globe_ut_prepareURL(o.content)),"open_url"===o.action&&""!==o.content?document.location=o.content:"open_url_new"===o.action&&""!==o.content&&window.open(o.content))}function setupHoverEvent(t,e,o,i){let n=t.meta;if("regions"===i)t.polygonCapColor((function(t){return void 0===e||e&&void 0===e.properties?t.properties.color?t.properties.color:n.regionDefaults.inactive:t===e||t.properties.originalId&&e&&e.properties&&e.properties.id&&t.properties.originalId.includes(e.properties.id)||t.properties.originalId&&e&&e.properties&&Array.isArray(e.properties.id)&&e.properties.id.includes(t.properties.id)?t.properties.hover:t.properties.color?t.properties.color:n.regionDefaults.inactive}));else if("pin"===i||"marker"===i){if(e){const t=parseInt(e.hover.replace("#","0x"),16);parseInt(e.color.replace("#","0x"),16);let o=e.__threeObjObject?e.__threeObjObject:e.__threeObj;"pin"===i?o.children[0].children.forEach((e=>{e.material.color.setHex(t)})):"marker"===i&&o.children[0].material.color.setHex(t)}if(o&&o!==e){const t=parseInt(o.color.replace("#","0x"),16);let e=o.__threeObjObject?o.__threeObjObject:o.__threeObj;"pin"===i?e.children[0].children.forEach((e=>{e.material.color.setHex(t)})):"marker"===i&&"marker"===o.type&&e.children[0].material.color.setHex(t)}void 0!==n.rotate&&globe_ut_bool(n.rotate.enabled)&&(t.controls().autoRotate=!e)}else t.labelColor((function(t){return e&&t.id===e.id?t.hover:t.color})),t.pointColor((function(t){return e&&t.id===e.id?t.hover:t.color})),void 0!==n.rotate&&globe_ut_bool(n.rotate.enabled)&&(t.controls().autoRotate=!e);return t}function addPointsLayer(t,e){t.pointsData(e.points).pointLat((t=>globe_ut_prepare_coordinates("latitude",t))).pointLng((t=>globe_ut_prepare_coordinates("longitude",t))).pointRadius((t=>t.radius/10)).pointAltitude((t=>t.altitude/100)).pointColor((t=>t.color)).pointResolution(20),t.pointLabel((function(t){let o=e.tooltipTemplate??"{tooltipContent}";return e.pointsTooltipTemplate&&(o=e.pointsTooltipTemplate),setupTooltip(t,o)})),t.onPointClick((function(o){setupClickEvent(t,e,o)})),t.onPointHover((function(e){setupHoverEvent(t,e,"point")})),t.onObjectClick((function(o){setupClickEvent(t,e,o)}))}function addLabelsLayer(t,e){if(t.labelsData(e.dotLabels).labelLat((t=>globe_ut_prepare_coordinates("latitude",t))).labelLng((t=>globe_ut_prepare_coordinates("longitude",t))).labelText((t=>t.title&&t.title.trim()?t.title:"_")).labelAltitude((t=>t.altitude/100)).labelSize((t=>t.size/10)).labelColor((t=>t.color)).labelResolution(20).labelIncludeDot((t=>globe_ut_bool(t.includeDot))).labelDotRadius((t=>t.radius/10)).labelDotOrientation((t=>t.dotOrientation)),e.labelFont&&"default"!==e.labelFont){let o=ittGlobeData.assetsUrl+"fonts/"+e.labelFont+".json";fetch(o).then((t=>t.json())).then((e=>{t.labelTypeFace(e)})).catch((t=>{console.error("Fetch error:",t)}))}t.labelLabel((function(t){let o=e.tooltipTemplate??"{tooltipContent}";return e.dotLabelsTooltipTemplate&&(o=e.dotLabelsTooltipTemplate),setupTooltip(t,o)})),t.onLabelClick((function(o,i,n){setupClickEvent(t,e,o)})),t.onLabelHover((function(e){setupHoverEvent(t,e,"label")}))}function setupResizeEvent(t,e,o){var i=e.closest(".itt_globe_aspect_ratio");window.addEventListener("resize",(function(){window.innerWidth<=780&&void 0!==o.paddingTop&&""!==o.paddingTop?i.style.paddingTop=String(o.paddingTopMobile)+"%":i.style.paddingTop=String(o.paddingTop)+"%",t.width()!==e.offsetWidth&&t.width(e.offsetWidth).height(e.offsetHeight)}))}function setupInteractions(t,e){if(void 0!==e.interactions&&(t.controls().enableZoom=globe_ut_bool(e.interactions.zoom),t.controls().enablePan=globe_ut_bool(e.interactions.pan),t.controls().enableRotate=globe_ut_bool(e.interactions.pan)),void 0===e.interactions||globe_ut_bool(e.interactions.zoom)){let e=0;const o=300;t.onGlobeClick((function(i,n){const l=(new Date).getTime();if(l-e<o){let e=t.pointOfView();e.altitude=.6*e.altitude,e.lat=i.lat,e.lng=i.lng,t.pointOfView(e,800)}e=l}))}}function setupZoomEvent(t){let e=t.meta;t.onZoom((function(o){if(e.altitudeOptions){const i=parseFloat(e.altitudeOptions.minAltitude),n=parseFloat(e.altitudeOptions.maxAltitude);!isNaN(i)&&0!==i&&o.altitude<i?t.pointOfView({...o,altitude:i}):!isNaN(n)&&0!==n&&o.altitude>n&&t.pointOfView({...o,altitude:n})}}))}let ittGlobes={globes:[],globesIndex:{},clickActions:{},init:function(){if("undefined"==typeof Globe)return void console.error("Globe lib not loaded properly");let t=document.getElementsByClassName("js-itt-globe-render");for(const e of t){if(!e.dataset.hasOwnProperty("globe_id"))continue;let t=0;try{t=parseInt(JSON.parse(e.dataset.globe_id))}catch(t){continue}if(void 0!==ittGlobes.globesIndex[t])continue;if(!e.dataset.hasOwnProperty("globe_meta"))continue;let o={};try{o=JSON.parse(e.dataset.globe_meta)}catch(t){o={}}create_globe(t,o)}}};var create_globe=function(t,e){let o=document.getElementById("itt_globe_"+t);globe_ut_prepareData(e),globe_ut_setupData(e,{points:"pointDefaults",dotLabels:"labelDefaults"}),globe_ut_prepareViewport(o,e);let i={rendererConfig:{antialias:!0,alpha:!0},waitForGlobeReady:!0,animateIn:void 0===e.animateIn||globe_ut_bool(e.animateIn)},n=Globe(i)(document.getElementById("itt_globe_"+t));n.meta=e,"transparent"===e.backgroundColor&&(e.backgroundColor="rgba(0,0,0,0)"),null!==e.globeImage&&""!==e.globeImage&&"earth-hollow"!==e.globeImage&&"noImage"!==e.globeImage&&"customImage"!==e.globeImage&&n.globeImageUrl(ittGlobeData.imagesUrl+e.globeImage),n.backgroundColor(e.backgroundColor).width(o.offsetWidth).height(o.offsetHeight).showGraticules(globe_ut_bool(e.showGraticules)).showAtmosphere(globe_ut_bool(e.atmosphere.enabled)).atmosphereColor(e.atmosphere.atmosphereColor).atmosphereAltitude(e.atmosphere.atmosphereAltitude).pointOfView(e.pointOfView),setupInteractions(n,e),setupResizeEvent(n,o,e),setupZoomEvent(n),ittGlobeData.isAdmin&&n.onGlobeReady((function(){const t=new Event("adminGlobeReady");document.dispatchEvent(t)})),e.points&&addPointsLayer(n,e),e.dotLabels&&addLabelsLayer(n,e),n.setupClickEvent=setupClickEvent,n.setupHoverEvent=setupHoverEvent,ittGlobes.globes.push(n),ittGlobes.globesIndex[t]=n,e.altitudeOptions&&(n.altitudeOptions=e.altitudeOptions)};ittGlobes.init(),window.ittGlobes=ittGlobes;export{ittGlobes};
  • interactive-globes/trunk/vendor-prefixed/autoload.php

    r3264553 r3265122  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInit47178771b5cb61466039b62ea241242e::getLoader();
     25return ComposerAutoloaderInit28f9977abb57ce84e6bd434c52337071::getLoader();
  • interactive-globes/trunk/vendor-prefixed/composer/autoload_real.php

    r3264553 r3265122  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit47178771b5cb61466039b62ea241242e
     5class ComposerAutoloaderInit28f9977abb57ce84e6bd434c52337071
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInit47178771b5cb61466039b62ea241242e', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInit28f9977abb57ce84e6bd434c52337071', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
    29         spl_autoload_unregister(array('ComposerAutoloaderInit47178771b5cb61466039b62ea241242e', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInit28f9977abb57ce84e6bd434c52337071', 'loadClassLoader'));
    3030
    3131        require __DIR__ . '/autoload_static.php';
    32         call_user_func(\Composer\Autoload\ComposerStaticInit47178771b5cb61466039b62ea241242e::getInitializer($loader));
     32        call_user_func(\Composer\Autoload\ComposerStaticInit28f9977abb57ce84e6bd434c52337071::getInitializer($loader));
    3333
    3434        $loader->setClassMapAuthoritative(true);
  • interactive-globes/trunk/vendor-prefixed/composer/autoload_static.php

    r3264553 r3265122  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit47178771b5cb61466039b62ea241242e
     7class ComposerStaticInit28f9977abb57ce84e6bd434c52337071
    88{
    99    public static $prefixLengthsPsr4 = array (
     
    306306    {
    307307        return \Closure::bind(function () use ($loader) {
    308             $loader->prefixLengthsPsr4 = ComposerStaticInit47178771b5cb61466039b62ea241242e::$prefixLengthsPsr4;
    309             $loader->prefixDirsPsr4 = ComposerStaticInit47178771b5cb61466039b62ea241242e::$prefixDirsPsr4;
    310             $loader->classMap = ComposerStaticInit47178771b5cb61466039b62ea241242e::$classMap;
     308            $loader->prefixLengthsPsr4 = ComposerStaticInit28f9977abb57ce84e6bd434c52337071::$prefixLengthsPsr4;
     309            $loader->prefixDirsPsr4 = ComposerStaticInit28f9977abb57ce84e6bd434c52337071::$prefixDirsPsr4;
     310            $loader->classMap = ComposerStaticInit28f9977abb57ce84e6bd434c52337071::$classMap;
    311311
    312312        }, null, ClassLoader::class);
  • interactive-globes/trunk/vendor/composer/autoload_classmap.php

    r3264553 r3265122  
    6666    'CSF_Welcome' => $vendorDir . '/saltus/framework/lib/codestar-framework/views/welcome.php',
    6767    'CSF_Widget' => $vendorDir . '/saltus/framework/lib/codestar-framework/classes/widget-options.class.php',
    68     'ComposerAutoloaderInit47178771b5cb61466039b62ea241242e' => $baseDir . '/../vendor-prefixed/composer/autoload_real.php',
     68    'ComposerAutoloaderInit28f9977abb57ce84e6bd434c52337071' => $baseDir . '/../vendor-prefixed/composer/autoload_real.php',
    6969    'Composer\\Autoload\\ClassLoader' => $baseDir . '/../vendor-prefixed/composer/ClassLoader.php',
    70     'Composer\\Autoload\\ComposerStaticInit47178771b5cb61466039b62ea241242e' => $baseDir . '/../vendor-prefixed/composer/autoload_static.php',
     70    'Composer\\Autoload\\ComposerStaticInit28f9977abb57ce84e6bd434c52337071' => $baseDir . '/../vendor-prefixed/composer/autoload_static.php',
    7171    'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
    7272    'Noodlehaus\\AbstractConfig' => $vendorDir . '/hassankhan/config/src/AbstractConfig.php',
  • interactive-globes/trunk/vendor/composer/autoload_static.php

    r3264553 r3265122  
    9494        'CSF_Welcome' => __DIR__ . '/..' . '/saltus/framework/lib/codestar-framework/views/welcome.php',
    9595        'CSF_Widget' => __DIR__ . '/..' . '/saltus/framework/lib/codestar-framework/classes/widget-options.class.php',
    96         'ComposerAutoloaderInit47178771b5cb61466039b62ea241242e' => __DIR__ . '/../..'.'/build' . '/../vendor-prefixed/composer/autoload_real.php',
     96        'ComposerAutoloaderInit28f9977abb57ce84e6bd434c52337071' => __DIR__ . '/../..'.'/build' . '/../vendor-prefixed/composer/autoload_real.php',
    9797        'Composer\\Autoload\\ClassLoader' => __DIR__ . '/../..'.'/build' . '/../vendor-prefixed/composer/ClassLoader.php',
    98         'Composer\\Autoload\\ComposerStaticInit47178771b5cb61466039b62ea241242e' => __DIR__ . '/../..'.'/build' . '/../vendor-prefixed/composer/autoload_static.php',
     98        'Composer\\Autoload\\ComposerStaticInit28f9977abb57ce84e6bd434c52337071' => __DIR__ . '/../..'.'/build' . '/../vendor-prefixed/composer/autoload_static.php',
    9999        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
    100100        'Noodlehaus\\AbstractConfig' => __DIR__ . '/..' . '/hassankhan/config/src/AbstractConfig.php',
  • interactive-globes/trunk/vendor/composer/installed.php

    r3263746 r3265122  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => '6d8e9facadab1618087b9ee35d536b5718331549',
     6        'reference' => '2bfb38d16c2d4ee7d02c63f3147e86b08a1b90d4',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../build',
     
    4141            'pretty_version' => 'dev-main',
    4242            'version' => 'dev-main',
    43             'reference' => '6d8e9facadab1618087b9ee35d536b5718331549',
     43            'reference' => '2bfb38d16c2d4ee7d02c63f3147e86b08a1b90d4',
    4444            'type' => 'wordpress-plugin',
    4545            'install_path' => __DIR__ . '/../../build',
Note: See TracChangeset for help on using the changeset viewer.