aotrautils 0.0.1021 → 0.0.1023
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.
aotrautils/aotrautils.build.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
|
2
2
|
|
3
|
-
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (23/06/2024-01:
|
3
|
+
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (23/06/2024-01:41:15)»*/
|
4
4
|
/*-----------------------------------------------------------------------------*/
|
5
5
|
|
6
6
|
|
@@ -5359,7 +5359,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
|
|
5359
5359
|
|
5360
5360
|
|
5361
5361
|
|
5362
|
-
/*utils CLIENT library associated with aotra version : «1_29072022-2359 (23/06/2024-01:
|
5362
|
+
/*utils CLIENT library associated with aotra version : «1_29072022-2359 (23/06/2024-01:41:15)»*/
|
5363
5363
|
/*-----------------------------------------------------------------------------*/
|
5364
5364
|
/* ## Utility global methods in a browser (htmljs) client environment.
|
5365
5365
|
*
|
@@ -11392,8 +11392,8 @@ function promptWindow(label,type=null,defaultValue=null,
|
|
11392
11392
|
inputElement.rows="20";
|
11393
11393
|
|
11394
11394
|
}
|
11395
|
-
// DEFAULT TYPE IS "yesno"
|
11396
11395
|
|
11396
|
+
// DEFAULT TYPE IS a simple confirm or yesno popup
|
11397
11397
|
|
11398
11398
|
inputElement.style.padding="4px";
|
11399
11399
|
inputElement.style.margin="0";
|
@@ -11568,7 +11568,7 @@ function promptWindow(label,type=null,defaultValue=null,
|
|
11568
11568
|
}
|
11569
11569
|
|
11570
11570
|
|
11571
|
-
} else if(type==="yesno"){ // Case yes/no
|
11571
|
+
} else if(!type || type==="yesno"){ // Case no type or yes/no
|
11572
11572
|
|
11573
11573
|
// We redefine the global function used to retrieve entered value :
|
11574
11574
|
getGlobalResultValue=function(){
|
@@ -13570,7 +13570,7 @@ createOritaMicroClient=function(url, port, isNode=false, staticMicroClientIdPara
|
|
13570
13570
|
|
13571
13571
|
|
13572
13572
|
|
13573
|
-
/*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (23/06/2024-01:
|
13573
|
+
/*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (23/06/2024-01:41:15)»*/
|
13574
13574
|
/*-----------------------------------------------------------------------------*/
|
13575
13575
|
|
13576
13576
|
|
@@ -14809,7 +14809,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
|
|
14809
14809
|
// MUST REMAIN AT THE END OF THIS LIBRARY FILE !
|
14810
14810
|
|
14811
14811
|
AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
|
14812
|
-
/*utils SERVER library associated with aotra version : «1_29072022-2359 (23/06/2024-01:
|
14812
|
+
/*utils SERVER library associated with aotra version : «1_29072022-2359 (23/06/2024-01:41:15)»*/
|
14813
14813
|
/*-----------------------------------------------------------------------------*/
|
14814
14814
|
|
14815
14815
|
|
aotrautils/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "aotrautils",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.1023",
|
4
4
|
"main": "aotrautils.build.js",
|
5
5
|
"description": "A library for vanilla javascript utils (client-side) used in aotra javascript CMS",
|
6
6
|
"author": "Jeremie Ratomposon <info@alqemia.com> (https://alqemia.com)",
|