ode-explorer 1.5.3-develop-b2school.202504151351 → 1.5.3-develop-b2school.202504151735
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/dist/index.html +1 -1
- package/dist/index.js +1 -1
- package/dist/version.txt +1 -1
- package/package.json +1 -1
package/dist/index.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<title>Exploration des ressources</title>
|
|
7
7
|
<link rel="icon" id="favicon" href="" />
|
|
8
|
-
<link rel="stylesheet" href="/assets/themes/edifice-bootstrap/index.css?v=
|
|
8
|
+
<link rel="stylesheet" href="/assets/themes/edifice-bootstrap/index.css?v=251069e6" />
|
|
9
9
|
<script type="module" crossorigin src="/index.js"></script>
|
|
10
10
|
</head>
|
|
11
11
|
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var cP=t=>{throw TypeError(t)};var XB=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Ab=(t,e,r)=>e.has(t)||cP("Cannot "+r);var Y=(t,e,r)=>(Ab(t,e,"read from private field"),r?r.call(t):e.get(t)),Qe=(t,e,r)=>e.has(t)?cP("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,r),Ne=(t,e,r,n)=>(Ab(t,e,"write to private field"),n?n.call(t,r):e.set(t,r),r),st=(t,e,r)=>(Ab(t,e,"access private method"),r);var Cg=(t,e,r,n)=>({set _(i){Ne(t,e,i,r)},get _(){return Y(t,e,n)}});import{odeServices as ke,LAYER_NAME as qB,FOLDER as Er,SnipletsService as Rb,DocumentHelper as Kk,StringUtils as YB,ERROR_CODE as Zk,SORT_ORDER as QB,ResourceService as Jk,ACTION as qr}from"/assets/js/edifice-ts-client/index.js?v=
|
|
1
|
+
var cP=t=>{throw TypeError(t)};var XB=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Ab=(t,e,r)=>e.has(t)||cP("Cannot "+r);var Y=(t,e,r)=>(Ab(t,e,"read from private field"),r?r.call(t):e.get(t)),Qe=(t,e,r)=>e.has(t)?cP("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,r),Ne=(t,e,r,n)=>(Ab(t,e,"write to private field"),n?n.call(t,r):e.set(t,r),r),st=(t,e,r)=>(Ab(t,e,"access private method"),r);var Cg=(t,e,r,n)=>({set _(i){Ne(t,e,i,r)},get _(){return Y(t,e,n)}});import{odeServices as ke,LAYER_NAME as qB,FOLDER as Er,SnipletsService as Rb,DocumentHelper as Kk,StringUtils as YB,ERROR_CODE as Zk,SORT_ORDER as QB,ResourceService as Jk,ACTION as qr}from"/assets/js/edifice-ts-client/index.js?v=251069e6";var Fge=XB((Vge,C1)=>{function eO(t,e){for(var r=0;r<e.length;r++){const n=e[r];if(typeof n!="string"&&!Array.isArray(n)){for(const i in n)if(i!=="default"&&!(i in t)){const s=Object.getOwnPropertyDescriptor(n,i);s&&Object.defineProperty(t,i,s.get?s:{enumerable:!0,get:()=>n[i]})}}}return Object.freeze(Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}))}(function(){const e=document.createElement("link").relList;if(e&&e.supports&&e.supports("modulepreload"))return;for(const i of document.querySelectorAll('link[rel="modulepreload"]'))n(i);new MutationObserver(i=>{for(const s of i)if(s.type==="childList")for(const a of s.addedNodes)a.tagName==="LINK"&&a.rel==="modulepreload"&&n(a)}).observe(document,{childList:!0,subtree:!0});function r(i){const s={};return i.integrity&&(s.integrity=i.integrity),i.referrerPolicy&&(s.referrerPolicy=i.referrerPolicy),i.crossOrigin==="use-credentials"?s.credentials="include":i.crossOrigin==="anonymous"?s.credentials="omit":s.credentials="same-origin",s}function n(i){if(i.ep)return;i.ep=!0;const s=r(i);fetch(i.href,s)}})();var er=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Ma(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function tO(t){if(t.__esModule)return t;var e=t.default;if(typeof e=="function"){var r=function n(){return this instanceof n?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)};r.prototype=e.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(t).forEach(function(n){var i=Object.getOwnPropertyDescriptor(t,n);Object.defineProperty(r,n,i.get?i:{enumerable:!0,get:function(){return t[n]}})}),r}var rO={exports:{}},Gy={},nO={exports:{}},dt={};/**
|
|
2
2
|
* @license React
|
|
3
3
|
* react.production.min.js
|
|
4
4
|
*
|
package/dist/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ode-explorer= 15/04/2025
|
|
1
|
+
ode-explorer= 15/04/2025 17:35:40
|
package/package.json
CHANGED