Skip to content

Commit

Permalink
2024.7.2 (Neuromancer): Updated the core API plus all modules to ensu…
Browse files Browse the repository at this point in the history
…re that all supporting methods and properties are routed through the $A namespace for seamless integration with ReactJS and other encapsulated environments.
  • Loading branch information
accdc committed Jul 2, 2024
1 parent b7dc6a1 commit 9a41b3e
Show file tree
Hide file tree
Showing 119 changed files with 741 additions and 308 deletions.
8 changes: 4 additions & 4 deletions 4X/4X.Max.Export.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*@license
Apex 4X: The Comprehensive ARIA Development Suite ( Iron Sunrise - 2023.8.12 )
Apex 4X: The Comprehensive ARIA Development Suite ( Neuromancer - 2024.7.2 )
Author: Bryan Garaventa (https://www.linkedin.com/in/bgaraventa)
Home: WhatSock.com : Download: https://github.com/whatsock/apex
License: MIT (https://opensource.org/licenses/MIT)
*/

export const $A = (function () {
var moduleFolder = "/4X/Modules/",
Version = "2023.8.12",
Version = "2024.7.2",
BN = {},
$A = (function () {
var $A = function (dc, dcA, dcI, onReady, disableAsync) {
Expand Down Expand Up @@ -3583,9 +3583,9 @@ error: function(error, promise){}
wt.top.isAnimating &&
wt.top.loading &&
!wt.top.currentWT &&
window.Velocity
$A.Velocity
) {
window.Velocity.animate(wt.top.wrapper, "finish");
$A.Velocity.animate(wt.top.wrapper, "finish");
wt.top.css(wt.top.style);
}
}
Expand Down
8 changes: 4 additions & 4 deletions 4X/4X.Max.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*@license
Apex 4X: The Comprehensive ARIA Development Suite ( Iron Sunrise - 2023.8.12 )
Apex 4X: The Comprehensive ARIA Development Suite ( Neuromancer - 2024.7.2 )
Author: Bryan Garaventa (https://www.linkedin.com/in/bgaraventa)
Home: WhatSock.com : Download: https://github.com/whatsock/apex
License: MIT (https://opensource.org/licenses/MIT)
*/

(function () {
var moduleFolder = "/4X/Modules/",
Version = "2023.8.12",
Version = "2024.7.2",
BN = {};
(function () {
var $A = function (dc, dcA, dcI, onReady, disableAsync) {
Expand Down Expand Up @@ -3530,9 +3530,9 @@ error: function(error, promise){}
wt.top.isAnimating &&
wt.top.loading &&
!wt.top.currentWT &&
window.Velocity
$A.Velocity
) {
window.Velocity.animate(wt.top.wrapper, "finish");
$A.Velocity.animate(wt.top.wrapper, "finish");
wt.top.css(wt.top.style);
}
}
Expand Down
4 changes: 2 additions & 2 deletions 4X/4X.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 4X/Min/AccName.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 4X/Min/Animate.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ License: MIT (https://opensource.org/licenses/MIT)
Required dependencies: Velocity.js, VelocityUI.js
*/
$A.import(["Velocity","VelocityUI"],{name:"AnimateModule",once:!0,props:props,call:function(n){$A.extend({hide:function(n,i,t,e){return this._4X&&(e=t,t=i,i=n,n=this._X),n=$A.morph(n),$A.isFn(t)&&(e=t,t=null),$A.isFn(i)&&(e=i,t=i=null),$A.isNode(n)&&window.Velocity(n,i||"transition.fadeOut",$A.extend({complete:function(){$A.isFn(e)&&e.call(n,n)}},t||{})),$A._XR.call(this,n)},show:function(n,i,t,e){return this._4X&&(e=t,t=i,i=n,n=this._X),n=$A.morph(n),$A.isFn(t)&&(e=t,t=null),$A.isFn(i)&&(e=i,t=i=null),$A.isNode(n)&&window.Velocity(n,i||"transition.fadeIn",$A.extend({complete:function(){$A.isFn(e)&&e.call(n,n)}},t||{})),$A._XR.call(this,n)}})}});
$A.import(["Velocity","VelocityUI"],{name:"AnimateModule",once:!0,props:props,call:function(n){$A.extend({hide:function(n,i,t,e){return this._4X&&(e=t,t=i,i=n,n=this._X),n=$A.morph(n),$A.isFn(t)&&(e=t,t=null),$A.isFn(i)&&(e=i,t=i=null),$A.isNode(n)&&$A.Velocity(n,i||"transition.fadeOut",$A.extend({complete:function(){$A.isFn(e)&&e.call(n,n)}},t||{})),$A._XR.call(this,n)},show:function(n,i,t,e){return this._4X&&(e=t,t=i,i=n,n=this._X),n=$A.morph(n),$A.isFn(t)&&(e=t,t=null),$A.isFn(i)&&(e=i,t=i=null),$A.isNode(n)&&$A.Velocity(n,i||"transition.fadeIn",$A.extend({complete:function(){$A.isFn(e)&&e.call(n,n)}},t||{})),$A._XR.call(this,n)}})}});
2 changes: 1 addition & 1 deletion 4X/Min/Combobox.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 4X/Min/CurrentDevice.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9a41b3e

Please sign in to comment.