aotrautils 0.0.1022 → 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.
@@ -1,6 +1,6 @@
1
1
 
2
2
 
3
- /*utils COMMONS library associated with aotra version : «1_29072022-2359 (23/06/2024-01:36:32)»*/
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:36:32)»*/
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
  *
@@ -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:36:32)»*/
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:36:32)»*/
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.1022",
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)",