ode-explorer 1.4.19-develop.202411080842 → 1.4.19-develop.202411080917
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=0ffed5e0" />
|
|
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 iP=t=>{throw TypeError(t)};var OB=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var _b=(t,e,r)=>e.has(t)||iP("Cannot "+r);var q=(t,e,r)=>(_b(t,e,"read from private field"),r?r.call(t):e.get(t)),Ke=(t,e,r)=>e.has(t)?iP("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,r),Le=(t,e,r,n)=>(_b(t,e,"write to private field"),n?n.call(t,r):e.set(t,r),r),ct=(t,e,r)=>(_b(t,e,"access private method"),r);var xg=(t,e,r,n)=>({set _(i){Le(t,e,i,r)},get _(){return q(t,e,n)}});import{odeServices as ke,FOLDER as Er,LAYER_NAME as DB,SnipletsService as Sb,DocumentHelper as zk,StringUtils as NB,ERROR_CODE as Hk,SORT_ORDER as LB,ResourceService as Vk,ACTION as Gr}from"/assets/js/edifice-ts-client/index.js?v=
|
|
1
|
+
var iP=t=>{throw TypeError(t)};var OB=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var _b=(t,e,r)=>e.has(t)||iP("Cannot "+r);var q=(t,e,r)=>(_b(t,e,"read from private field"),r?r.call(t):e.get(t)),Ke=(t,e,r)=>e.has(t)?iP("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,r),Le=(t,e,r,n)=>(_b(t,e,"write to private field"),n?n.call(t,r):e.set(t,r),r),ct=(t,e,r)=>(_b(t,e,"access private method"),r);var xg=(t,e,r,n)=>({set _(i){Le(t,e,i,r)},get _(){return q(t,e,n)}});import{odeServices as ke,FOLDER as Er,LAYER_NAME as DB,SnipletsService as Sb,DocumentHelper as zk,StringUtils as NB,ERROR_CODE as Hk,SORT_ORDER as LB,ResourceService as Vk,ACTION as Gr}from"/assets/js/edifice-ts-client/index.js?v=0ffed5e0";var qme=OB((tge,E1)=>{function Gk(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 o of s.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&n(o)}).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 Co(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function Wk(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 Xk={exports:{}},Hy={},Yk={exports:{}},ft={};/**
|
|
2
2
|
* @license React
|
|
3
3
|
* react.production.min.js
|
|
4
4
|
*
|
package/dist/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ode-explorer= 08/11/2024
|
|
1
|
+
ode-explorer= 08/11/2024 09:17:41
|