aotrautils-srv 0.0.803 → 0.0.804
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (21/02/2024-23:
|
|
3
|
+
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (21/02/2024-23:41:09)»*/
|
|
4
4
|
/*-----------------------------------------------------------------------------*/
|
|
5
5
|
|
|
6
6
|
|
|
@@ -3738,6 +3738,12 @@ window.instanciate=function(className=null){
|
|
|
3738
3738
|
|
|
3739
3739
|
if(!className) return newObj;
|
|
3740
3740
|
|
|
3741
|
+
// DBG
|
|
3742
|
+
if(!className.startsWith)
|
|
3743
|
+
lognow(">>>>>>>>>>>>>>>>className:",className);
|
|
3744
|
+
|
|
3745
|
+
|
|
3746
|
+
|
|
3741
3747
|
if(className.startsWith("HTML")){
|
|
3742
3748
|
if(typeof(document)!=="undefined"){
|
|
3743
3749
|
let elementName=className.replace("HTML","").replace("Element","").toLowerCase();
|
|
@@ -5283,7 +5289,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
|
|
|
5283
5289
|
|
|
5284
5290
|
|
|
5285
5291
|
|
|
5286
|
-
/*utils SERVER library associated with aotra version : «1_29072022-2359 (21/02/2024-23:
|
|
5292
|
+
/*utils SERVER library associated with aotra version : «1_29072022-2359 (21/02/2024-23:41:09)»*/
|
|
5287
5293
|
/*-----------------------------------------------------------------------------*/
|
|
5288
5294
|
|
|
5289
5295
|
|
aotrautils-srv/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aotrautils-srv",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.804",
|
|
4
4
|
"main": "aotrautils-srv.build.js",
|
|
5
5
|
"description": "A library for vanilla javascript utils (server-side) used in aotra javascript CMS",
|
|
6
6
|
"author": "Jeremie Ratomposon <info@alqemia.com> (https://alqemia.com)",
|