var $runtime = "dhtml";
var $dhtml = true;
var $as3 = false;
var $as2 = false;
var $swf10 = false;
var $j2me = false;
var $debug = true;
var $js1 = true;
var $backtrace = false;
var $swf7 = false;
var $swf9 = false;
var $swf8 = false;
var $svg = false;
var $profile = false;
var _Copyright = "Portions of this file are copyright (c) 2001-2010 by Laszlo Systems, Inc. All rights reserved.";
var Debug = {backtraceStack: [], uncaughtBacktraceStack: null, FUNCTION_NAME: "displayName", FUNCTION_FILENAME: "_dbg_filename", FUNCTION_LINENO: "_dbg_lineno"};
Debug.backtraceStack.maxDepth = 100;
var $modules = {};
$modules.runtime = this;
$modules.lz = $modules.runtime;
$modules.user = $modules.lz;
var global = $modules.user;
var __ES3Globals = {Array: Array, Boolean: Boolean, Date: Date, Function: Function, Math: Math, Number: Number, Object: Object, RegExp: RegExp, String: String, Error: Error, EvalError: EvalError, RangeError: RangeError, ReferenceError: ReferenceError, SyntaxError: SyntaxError, TypeError: TypeError, URIError: URIError};
var globalValue = (function () {
var $lzsc$temp = function (name_$0) {
if (name_$0.charAt(0) == "<" && name_$0.charAt(name_$0.length - 1) == ">") {
return lz[name_$0.substring(1, name_$0.length - 1)]
} else if (name_$0 in this) {
return this[name_$0]
} else if (name_$0 in global) {
return global[name_$0]
} else if (name_$0 in __ES3Globals) {
return __ES3Globals[name_$0]
};
return void 0
};
$lzsc$temp["displayName"] = "compiler/LzRuntime.lzs#95/19";
return $lzsc$temp
})();
var $lzsc$issubclassof = (function () {
var $lzsc$temp = function (one_$0, other_$1) {
return one_$0 === other_$1 || (other_$1["$lzsc$isa"] ? other_$1.$lzsc$isa(one_$0.prototype) : one_$0.prototype instanceof other_$1)
};
$lzsc$temp["displayName"] = "compiler/LzRuntime.lzs#148/26";
return $lzsc$temp
})();
var $lzc$validateReferenceDependencies = (function () {
var $lzsc$temp = function (dependencies_$0, referenceNames_$1) {
for (var i_$2 = 0, l_$3 = referenceNames_$1.length;i_$2 < l_$3;i_$2++) {
var j_$4 = i_$2 + i_$2;
var dc_$5 = dependencies_$0[j_$4];
var dp_$6 = dependencies_$0[j_$4 + 1];
if (!(LzEventable["$lzsc$isa"] ? LzEventable.$lzsc$isa(dc_$5) : dc_$5 instanceof LzEventable)) {
dependencies_$0[j_$4] = new Error("Invalid dependency context");
dependencies_$0[j_$4 + 1] = Debug.formatToString("Unable to create dependency on %=s.%s", dc_$5, referenceNames_$1[i_$2], dp_$6)
}};
return dependencies_$0
};
$lzsc$temp["displayName"] = "compiler/LzRuntime.lzs#177/44";
return $lzsc$temp
})();
var $lzc$getFunctionDependencies = (function () {
var $lzsc$temp = function (fnnm_$0, self_$1, context_$2, args_$3, ctnm_$4) {
switch (arguments.length) {
case 4:
ctnm_$4 = null
};
var deps_$5 = [], depfn_$6 = null;
try {
depfn_$6 = context_$2["$lzc$" + fnnm_$0 + "_dependencies"]
}
catch (e_$7) {};
if (!(Function["$lzsc$isa"] ? Function.$lzsc$isa(depfn_$6) : depfn_$6 instanceof Function)) {
return [new Error("Invalid dependency method"), Debug.formatToString("Unable to create dependency on %=s.%s", context_$2, ctnm_$4, fnnm_$0)]
} else {
try {
deps_$5 = depfn_$6.apply(context_$2, [self_$1, context_$2].concat(args_$3))
}
catch (e_$7) {
Debug.warn("Error: %w computing dependencies of %.64w.%s", e_$7, context_$2, fnnm_$0)
}};
return deps_$5
};
$lzsc$temp["displayName"] = "compiler/LzRuntime.lzs#194/36";
return $lzsc$temp
})();
var Instance = (function () {
var $lzsc$temp = function () {
this.constructor = arguments.callee;
this.$lzsc$initialize.apply(this, arguments)
};
$lzsc$temp["displayName"] = "constructor";
return $lzsc$temp
})();
Instance.prototype.constructor = Instance;
Instance.classname = "Instance";
Instance.prototype.classname = "Object";
Instance._dbg_typename = "Class";
(function () {
var $lzsc$temp = function () {
var addProperties_$0 = (function () {
var $lzsc$temp = function (plist_$0) {
for (var i_$1 = plist_$0.length - 1;i_$1 >= 1;i_$1 -= 2) {
var value_$2 = plist_$0[i_$1];
var name_$3 = plist_$0[i_$1 - 1];
if (value_$2 !== void 0 || !(name_$3 in this)) {
this[name_$3] = value_$2
};
if (!(value_$2 instanceof Function)) continue;
var xtor_$4 = this.constructor;
if (value_$2.hasOwnProperty("$superclasses")) {
var os_$5 = value_$2.$superclasses, found_$6 = false;
for (var j_$7 = os_$5.length - 1;j_$7 >= 0;j_$7--) {
if (os_$5[j_$7] === xtor_$4) {
found_$6 = true;
break
}};
if (!found_$6) {
value_$2.$superclasses.push(xtor_$4)
}} else if (value_$2.hasOwnProperty("$superclass") && value_$2.$superclass !== xtor_$4) {
var $8 = value_$2.$superclass;
delete value_$2.$superclass;
value_$2.$superclasses = [$8, xtor_$4]
} else {
value_$2.$superclass = xtor_$4
};
if (!value_$2._dbg_typename) {
value_$2._dbg_owner = this;
value_$2._dbg_typename = (function () {
var $lzsc$temp = function () {
var t_$0 = Debug.functionName(this._dbg_owner._dbg_prototype_for);
return t_$0 + " function"
};
$lzsc$temp["displayName"] = "_dbg_typename";
return $lzsc$temp
})()
}}};
$lzsc$temp["displayName"] = "addProperties";
return $lzsc$temp
})();
addProperties_$0.call(Instance.prototype, ["addProperties", addProperties_$0])
};
$lzsc$temp["displayName"] = "compiler/Class.lzs#54/2";
return $lzsc$temp
})()();
Instance.prototype.addProperties(["addProperty", (function () {
var $lzsc$temp = function (name_$0, value_$1) {
this.addProperties([name_$0, value_$1])
};
$lzsc$temp["displayName"] = "addProperty";
return $lzsc$temp
})()]);
Instance.prototype.addProperty("nextMethod", (function () {
var $lzsc$temp = function (currentMethod, nextMethodName) {
var next_$0;
if (currentMethod.hasOwnProperty("$superclass")) {
next_$0 = currentMethod.$superclass.prototype[nextMethodName]
} else if (currentMethod.hasOwnProperty("$superclasses")) {
var $1 = currentMethod.$superclasses;
for (var i_$2 = $1.length - 1;i_$2 >= 0;i_$2--) {
var sc_$3 = $1[i_$2];
if (this instanceof sc_$3) {
next_$0 = sc_$3.prototype[nextMethodName];
break
}}};
if (!next_$0) {
next_$0 = (function () {
var $lzsc$temp = function () {
Debug.error("super.%s is undefined in %w", nextMethodName, currentMethod)
};
$lzsc$temp["displayName"] = "compiler/Class.lzs#166/12";
return $lzsc$temp
})()
};
return next_$0
};
$lzsc$temp["displayName"] = "nextMethod";
return $lzsc$temp
})());
Instance.prototype.addProperty("$lzsc$initialize", (function () {
var $lzsc$temp = function () {};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})());
if (lz.embed.browser.isSafari && lz.embed.browser.version >= "531.21" && lz.embed.browser.version < "533.16") {
Instance.prototype.addProperty("$lzsc$safarikludge", (function () {
var $lzsc$temp = function () {};
$lzsc$temp["displayName"] = "$lzsc$safarikludge";
return $lzsc$temp
})())
};
var Class = {prototype: new Instance(), addProperty: Instance.prototype.addProperty, addProperties: (function () {
var $lzsc$temp = function (plist_$0) {
this.prototype.addProperties(plist_$0)
};
$lzsc$temp["displayName"] = "addProperties";
return $lzsc$temp
})(), addStaticProperty: (function () {
var $lzsc$temp = function (name_$0, value_$1) {
this[name_$0] = value_$1;
if (value_$1 instanceof Function && !value_$1._dbg_typename) {
value_$1._dbg_owner = this;
value_$1._dbg_typename = (function () {
var $lzsc$temp = function () {
return Debug.functionName(this._dbg_owner) + " static function"
};
$lzsc$temp["displayName"] = "_dbg_typename";
return $lzsc$temp
})()
}};
$lzsc$temp["displayName"] = "addStaticProperty";
return $lzsc$temp
})(), allClasses: {Instance: Instance}, make: (function () {
var $lzsc$temp = function (classname_$0, instanceProperties, mixinsAndSuperclass_$1, staticProperties_$2, interfaces_$3) {
switch (arguments.length) {
case 1:
instanceProperties = null;;case 2:
mixinsAndSuperclass_$1 = null;;case 3:
staticProperties_$2 = null;;case 4:
interfaces_$3 = null
};
var superclass = null;
if (mixinsAndSuperclass_$1 instanceof Array) {
for (var k_$4 = mixinsAndSuperclass_$1.length - 1;k_$4 >= 0;k_$4--) {
var c_$5 = mixinsAndSuperclass_$1[k_$4];
if (c_$5 instanceof Function) {
if (superclass) {
Debug.error("Class.make: Multiple superclasses %s and %s for class %s", superclass, c_$5, classname_$0)
};
mixinsAndSuperclass_$1.splice(k_$4, 1);
superclass = c_$5
}}} else if (mixinsAndSuperclass_$1 instanceof Function) {
superclass = mixinsAndSuperclass_$1;
mixinsAndSuperclass_$1 = null
} else {
if (mixinsAndSuperclass_$1) {
Debug.error("Class.make: invalid superclass %w", mixinsAndSuperclass_$1)
}};
if (!superclass) {
superclass = Instance
};
var nc_$6 = (function () {
var $lzsc$temp = function () {
this.constructor = arguments.callee;
if (this["$lzsc$safarikludge"] && this.$lzsc$safarikludge !== Instance.prototype.$lzsc$safarikludge) {
this.$lzsc$safarikludge()
};
if (this.$lzsc$initialize !== Instance.prototype.$lzsc$initialize) {
this.$lzsc$initialize.apply(this, arguments)
}};
$lzsc$temp["displayName"] = "constructor";
return $lzsc$temp
})();
nc_$6.constructor = this;
nc_$6.classname = classname_$0;
nc_$6._dbg_typename = this._dbg_name;
nc_$6[Debug.FUNCTION_NAME] = classname_$0;
var xtor_$7 = (function () {
var $lzsc$temp = function () {
this.constructor = superclass
};
$lzsc$temp["displayName"] = "prototype";
return $lzsc$temp
})();
xtor_$7.prototype = superclass.prototype;
var prototype_$8 = new xtor_$7();
if (mixinsAndSuperclass_$1 instanceof Array) {
for (var i_$9 = mixinsAndSuperclass_$1.length - 1;i_$9 >= 0;i_$9--) {
var t_$a = mixinsAndSuperclass_$1[i_$9];
prototype_$8 = t_$a.makeInterstitial(prototype_$8, i_$9 > 0 ? mixinsAndSuperclass_$1[i_$9 - 1] : nc_$6)
}};
if (interfaces_$3 instanceof Array) {
for (var i_$9 = interfaces_$3.length - 1;i_$9 >= 0;i_$9--) {
var t_$a = interfaces_$3[i_$9];
t_$a.addImplementation(classname_$0, nc_$6)
}};
nc_$6.prototype = prototype_$8;
prototype_$8._dbg_prototype_for = nc_$6;
this.addStaticProperty.call(nc_$6, "addStaticProperty", this.addStaticProperty);
nc_$6.addStaticProperty("addProperty", this.addProperty);
nc_$6.addStaticProperty("addProperties", this.addProperties);
if (staticProperties_$2) {
for (var i_$9 = staticProperties_$2.length - 1;i_$9 >= 1;i_$9 -= 2) {
var value_$b = staticProperties_$2[i_$9];
var name_$c = staticProperties_$2[i_$9 - 1];
nc_$6.addStaticProperty(name_$c, value_$b)
}};
if (instanceProperties) {
nc_$6.addProperties(instanceProperties);
if (lz.embed.browser.isSafari && lz.embed.browser.version == "531.21") {
nc_$6.addProperty("$lzsc$safarikludge", (function () {
var $lzsc$temp = function () {
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$safarikludge"] || this.nextMethod(arguments.callee, "$lzsc$safarikludge")).call(this);
for (var i_$0 = instanceProperties.length - 1;i_$0 >= 1;i_$0 -= 2) {
var value_$1 = instanceProperties[i_$0];
if (Function["$lzsc$isa"] ? Function.$lzsc$isa(value_$1) : value_$1 instanceof Function) continue;
var name_$2 = instanceProperties[i_$0 - 1];
if (value_$1 !== void 0 || !(name_$2 in this)) {
this[name_$2] = value_$1
}}};
$lzsc$temp["displayName"] = "$lzsc$safarikludge";
return $lzsc$temp
})())
}};
if (this.allClasses[classname_$0]) {
Debug.error("Redefining %s from %w to %w", classname_$0, this.allClasses[classname_$0], nc_$6)
};
global[classname_$0] = this.allClasses[classname_$0] = nc_$6;
return nc_$6
};
$lzsc$temp["displayName"] = "make";
return $lzsc$temp
})()};
Class._dbg_typename = "Metaclass";
Class._dbg_name = "Class";
Class.addProperties._dbg_typename = "Class static function";
Class.addStaticProperty._dbg_typename = "Class static function";
Class.make._dbg_typename = "Class static function";
var Mixin = {prototype: new Instance(), allMixins: {}, addProperty: (function () {
var $lzsc$temp = function (name_$0, value_$1) {
this.prototype[name_$0] = value_$1;
this.instanceProperties.push(name_$0, value_$1);
var impls_$2 = this.implementations;
for (var mash_$3 in impls_$2) {
var t_$4 = impls_$2[mash_$3];
t_$4.addProperty(name_$0, value_$1)
};
if (value_$1 instanceof Function && !value_$1._dbg_typename) {
value_$1._dbg_typename = this.classname + " function"
}};
$lzsc$temp["displayName"] = "addProperty";
return $lzsc$temp
})(), addStaticProperty: (function () {
var $lzsc$temp = function (name_$0, value_$1) {
this[name_$0] = value_$1;
if (value_$1 instanceof Function && !value_$1._dbg_typename) {
value_$1._dbg_typename = this.classname + " static function"
}};
$lzsc$temp["displayName"] = "addStaticProperty";
return $lzsc$temp
})(), makeInterstitial: (function () {
var $lzsc$temp = function (superclassInstance_$0, sharable_$1) {
var impls_$2 = this.implementations;
var interstitialname_$3 = this.classname + "+" + superclassInstance_$0.constructor.classname;
var prototypename_$4 = sharable_$1.classname + "|" + interstitialname_$3;
if (impls_$2[prototypename_$4]) {
Debug.debug("Sharable interstitial: %s", prototypename_$4);
return impls_$2[prototypename_$4]
};
superclassInstance_$0.addProperties(this.instanceProperties);
var xtor_$5 = (function () {
var $lzsc$temp = function () {
this.constructor = arguments.callee
};
$lzsc$temp["displayName"] = "interstitial";
return $lzsc$temp
})();
xtor_$5.prototype = superclassInstance_$0;
xtor_$5.classname = interstitialname_$3;
xtor_$5._dbg_typename = "Interstitial";
xtor_$5[Debug.FUNCTION_NAME] = xtor_$5.classname;
var t_$6 = new xtor_$5();
impls_$2[prototypename_$4] = t_$6;
return t_$6
};
$lzsc$temp["displayName"] = "makeInterstitial";
return $lzsc$temp
})(), addImplementation: (function () {
var $lzsc$temp = function (classname_$0, constructor_$1) {
this.implementations[classname_$0] = {constructor: constructor_$1}};
$lzsc$temp["displayName"] = "addImplementation";
return $lzsc$temp
})(), $lzsc$isa: (function () {
var $lzsc$temp = function (obj_$0) {
var impls_$1 = this.implementations;
for (var prototypename_$2 in impls_$1) {
if (obj_$0 instanceof impls_$1[prototypename_$2].constructor) {
return true
}};
return false
};
$lzsc$temp["displayName"] = "$lzsc$isa";
return $lzsc$temp
})(), make: (function () {
var $lzsc$temp = function (classname_$0, instanceProperties_$1, superMixin_$2, staticProperties_$3, interfaces_$4) {
switch (arguments.length) {
case 1:
instanceProperties_$1 = null;;case 2:
superMixin_$2 = null;;case 3:
staticProperties_$3 = null;;case 4:
interfaces_$4 = null
};
var nt_$5 = {constructor: this, classname: classname_$0, _dbg_typename: this._dbg_name, _dbg_name: classname_$0, prototype: superMixin_$2 ? superMixin_$2.make() : new Object(), instanceProperties: superMixin_$2 ? superMixin_$2.instanceProperties.slice(0) : new Array(), implementations: {}};
this.addStaticProperty.call(nt_$5, "addStaticProperty", this.addStaticProperty);
nt_$5.addStaticProperty("addProperty", this.addProperty);
nt_$5.addStaticProperty("makeInterstitial", this.makeInterstitial);
nt_$5.addStaticProperty("addImplementation", this.addImplementation);
nt_$5.addStaticProperty("$lzsc$isa", this.$lzsc$isa);
if (staticProperties_$3) {
for (var i_$6 = staticProperties_$3.length - 1;i_$6 >= 1;i_$6 -= 2) {
var value_$7 = staticProperties_$3[i_$6];
var name_$8 = staticProperties_$3[i_$6 - 1];
nt_$5.addStaticProperty(name_$8, value_$7)
}};
if (instanceProperties_$1) {
for (var i_$6 = instanceProperties_$1.length - 1;i_$6 >= 1;i_$6 -= 2) {
var value_$7 = instanceProperties_$1[i_$6];
var name_$8 = instanceProperties_$1[i_$6 - 1];
nt_$5.addProperty(name_$8, value_$7)
}};
global[classname_$0] = this.allMixins[classname_$0] = nt_$5;
return nt_$5
};
$lzsc$temp["displayName"] = "make";
return $lzsc$temp
})()};
Mixin._dbg_typename = "Metaclass";
Mixin._dbg_name = "Mixin";
Mixin.addStaticProperty._dbg_typename = "Mixin static function";
Mixin.addProperty._dbg_typename = "Mixin static function";
Mixin.makeInterstitial._dbg_typename = "Mixin static function";
Mixin.make._dbg_typename = "Mixin static function";
Class.make("LzDebugConsole", ["saved_msgs", void 0, "canvasConsoleWindow", (function () {
var $lzsc$temp = function () {
return null
};
$lzsc$temp["displayName"] = "canvasConsoleWindow";
return $lzsc$temp
})(), "addText", (function () {
var $lzsc$temp = function (msg_$0) {
var str_$1;
try {
if (msg_$0 && (Function["$lzsc$isa"] ? Function.$lzsc$isa(msg_$0["toHTML"]) : msg_$0["toHTML"] instanceof Function)) {
str_$1 = msg_$0.toHTML()
} else {
str_$1 = String(msg_$0)["toHTML"]()
}}
catch (e_$2) {
str_$1 = "" + msg_$0
};
if (navigator.platform == "rhino") {
try {
print(str_$1);
return
}
catch (e_$2) {}};
this.addHTMLText(str_$1)
};
$lzsc$temp["displayName"] = "addText";
return $lzsc$temp
})(), "clear", (function () {
var $lzsc$temp = function () {};
$lzsc$temp["displayName"] = "clear";
return $lzsc$temp
})(), "ensureVisible", (function () {
var $lzsc$temp = function () {};
$lzsc$temp["displayName"] = "ensureVisible";
return $lzsc$temp
})(), "echo", (function () {
var $lzsc$temp = function (str_$0, newLine_$1) {
switch (arguments.length) {
case 1:
newLine_$1 = true
}};
$lzsc$temp["displayName"] = "echo";
return $lzsc$temp
})(), "addHTMLText", (function () {
var $lzsc$temp = function (msg_$0) {};
$lzsc$temp["displayName"] = "addHTMLText";
return $lzsc$temp
})(), "makeObjectLink", (function () {
var $lzsc$temp = function (rep_$0, id_$1, attrs_$2) {
switch (arguments.length) {
case 2:
attrs_$2 = null
};
return undefined
};
$lzsc$temp["displayName"] = "makeObjectLink";
return $lzsc$temp
})(), "SimpleExprPattern", new RegExp("^\\s*([$_A-Za-z][$\\w]*)((\\s*\\.\\s*[$_A-Za-z][$\\w]*)|(\\s*\\[\\s*\\d+\\s*\\]))*\\s*$"), "ElementPattern", new RegExp("([$_A-Za-z][$\\w]*)|(\\d+)", "g"), "isSimpleExpr", (function () {
var $lzsc$temp = function (expr_$0) {
return expr_$0.match(this.SimpleExprPattern)
};
$lzsc$temp["displayName"] = "isSimpleExpr";
return $lzsc$temp
})(), "evalSimpleExpr", (function () {
var $lzsc$temp = function (expr_$0) {
try {
var parts_$1 = expr_$0.match(this.ElementPattern);
var val_$2 = globalValue(parts_$1[0]) || Debug.environment[parts_$1[0]];
for (var i_$3 = 1, l_$4 = parts_$1.length;i_$3 < l_$4;i_$3++) {
val_$2 = val_$2[parts_$1[i_$3]]
};
return val_$2
}
catch ($lzsc$e) {
if (Error["$lzsc$isa"] ? Error.$lzsc$isa($lzsc$e) : $lzsc$e instanceof Error) {
lz.$lzsc$thrownError = $lzsc$e
};
throw $lzsc$e
}};
$lzsc$temp["displayName"] = "evalSimpleExpr";
return $lzsc$temp
})(), "doEval", (function () {
var $lzsc$temp = function (expr_$0) {
if (this.isSimpleExpr(expr_$0)) {
var simple_$1 = true;
try {
var val_$2 = this.evalSimpleExpr(expr_$0);
if (val_$2 === void 0) {
simple_$1 = false
}}
catch (e_$3) {
simple_$1 = false
}};
if (simple_$1) {
Debug.displayResult(val_$2)
} else {
Debug.warn("Unable to evaluate %s", expr_$0)
}};
$lzsc$temp["displayName"] = "doEval";
return $lzsc$temp
})()]);
(function () {
var $lzsc$temp = function ($0) {
with ($0) with ($0.prototype) {}};
$lzsc$temp["displayName"] = "compiler/LzBootstrapDebugService.lzs#20/1";
return $lzsc$temp
})()(LzDebugConsole);
Class.make("LzBootstrapDebugConsole", ["$lzsc$initialize", (function () {
var $lzsc$temp = function () {
this.saved_msgs = new Array()
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "echo", (function () {
var $lzsc$temp = function (str_$0, newLine_$1) {
switch (arguments.length) {
case 1:
newLine_$1 = true
};
this.addHTMLText("" + str_$0 + "" + (newLine_$1 ? "\n" : ""))
};
$lzsc$temp["displayName"] = "echo";
return $lzsc$temp
})(), "addHTMLText", (function () {
var $lzsc$temp = function (msg_$0) {
this.saved_msgs.push(msg_$0)
};
$lzsc$temp["displayName"] = "addHTMLText";
return $lzsc$temp
})(), "makeObjectLink", (function () {
var $lzsc$temp = function (rep_$0, id_$1, attrs_$2) {
switch (arguments.length) {
case 2:
attrs_$2 = null
};
if (id_$1 != null) {
return '' + rep_$0 + ""
};
return rep_$0
};
$lzsc$temp["displayName"] = "makeObjectLink";
return $lzsc$temp
})(), "doEval", (function () {
var $lzsc$temp = function (expr_$0) {
try {
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["doEval"] || this.nextMethod(arguments.callee, "doEval")).call(this, expr_$0)
}
catch (e_$1) {
Debug.error(e_$1)
}};
$lzsc$temp["displayName"] = "doEval";
return $lzsc$temp
})()], LzDebugConsole);
(function () {
var $lzsc$temp = function ($0) {
with ($0) with ($0.prototype) {}};
$lzsc$temp["displayName"] = "compiler/LzBootstrapDebugService.lzs#196/1";
return $lzsc$temp
})()(LzBootstrapDebugConsole);
Class.make("LzBootstrapDebugLogger", ["log", (function () {
var $lzsc$temp = function (msg_$0) {
if (("console" in global) && typeof console.log == "function") {
var fn_$1 = "log";
try {
if (msg_$0 instanceof LzError) {
fn_$1 = "error"
} else if (msg_$0 instanceof LzWarning) {
fn_$1 = "warn"
} else if (msg_$0 instanceof LzInfo) {
fn_$1 = "info"
} else if (msg_$0 instanceof LzDebug) {
fn_$1 = "debug"
};
if (typeof console[fn_$1] != "function") {
fn_$1 = "log"
};
if (console[fn_$1].length == 0 && (msg_$0 instanceof LzMessage || msg_$0 instanceof LzSourceMessage)) {
console[fn_$1].apply(console, msg_$0.toArray());
return
}}
catch (e_$2) {};
console[fn_$1](msg_$0.toString())
}};
$lzsc$temp["displayName"] = "log";
return $lzsc$temp
})()]);
(function () {
var $lzsc$temp = function ($0) {
with ($0) with ($0.prototype) {}};
$lzsc$temp["displayName"] = "compiler/LzBootstrapDebugService.lzs#261/1";
return $lzsc$temp
})()(LzBootstrapDebugLogger);
Class.make("LzBootstrapDebugService", ["FUNCTION_NAME", "displayName", "FUNCTION_FILENAME", "_dbg_filename", "FUNCTION_LINENO", "_dbg_lineno", "backtraceStack", [], "uncaughtBacktraceStack", null, "log_all_writes", false, "logger", void 0, "console", void 0, "window", void 0, "environment", {}, "$lzsc$initialize", (function () {
var $lzsc$temp = function (logger_$0, console_$1) {
switch (arguments.length) {
case 0:
logger_$0 = null;;case 1:
console_$1 = null
};
if (logger_$0 == null) {
logger_$0 = new LzBootstrapDebugLogger()
};
if (console_$1 == null) {
console_$1 = new LzBootstrapDebugConsole()
};
var copy_$2 = {backtraceStack: true, uncaughtBacktraceStack: true};
for (var k_$3 in copy_$2) {
this[k_$3] = Debug[k_$3]
};
this.log_all_writes = global["console"] && typeof global.console["log"] == "function";
this.logger = logger_$0;
this.console = console_$1
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "ensureVisible", (function () {
var $lzsc$temp = function () {};
$lzsc$temp["displayName"] = "ensureVisible";
return $lzsc$temp
})(), "log", (function () {
var $lzsc$temp = function () {
var args_$0 = Array.prototype.slice.call(arguments, 0);
return this.logger.log.apply(this.logger, args_$0)
};
$lzsc$temp["displayName"] = "log";
return $lzsc$temp
})(), "makeObjectLink", (function () {
var $lzsc$temp = function () {
var args_$0 = Array.prototype.slice.call(arguments, 0);
return this.console.makeObjectLink.apply(this.console, args_$0)
};
$lzsc$temp["displayName"] = "makeObjectLink";
return $lzsc$temp
})(), "displayResult", (function () {
var $lzsc$temp = function (result_$0) {
switch (arguments.length) {
case 0:
result_$0 = void 0
};
if (result_$0 !== void 0) {
this.__write(result_$0)
}};
$lzsc$temp["displayName"] = "displayResult";
return $lzsc$temp
})(), "__write", (function () {
var $lzsc$temp = function (msg_$0) {
if (this.log_all_writes) {
this.logger.log(msg_$0)
};
this.console.addText(msg_$0)
};
$lzsc$temp["displayName"] = "__write";
return $lzsc$temp
})(), "debug", (function () {
var $lzsc$temp = function () {
var args_$0 = Array.prototype.slice.call(arguments, 0);
this.__write("DEBUG: " + args_$0.join(" "))
};
$lzsc$temp["displayName"] = "debug";
return $lzsc$temp
})(), "info", (function () {
var $lzsc$temp = function () {
var args_$0 = Array.prototype.slice.call(arguments, 0);
this.__write("INFO: " + args_$0.join(" "))
};
$lzsc$temp["displayName"] = "info";
return $lzsc$temp
})(), "warn", (function () {
var $lzsc$temp = function () {
var args_$0 = Array.prototype.slice.call(arguments, 0);
this.__write("WARNING: " + args_$0.join(" "))
};
$lzsc$temp["displayName"] = "warn";
return $lzsc$temp
})(), "error", (function () {
var $lzsc$temp = function () {
var args_$0 = Array.prototype.slice.call(arguments, 0);
this.__write("ERROR: " + args_$0.join(" "))
};
$lzsc$temp["displayName"] = "error";
return $lzsc$temp
})(), "deprecated", (function () {
var $lzsc$temp = function (obj_$0, method_$1, replacement_$2) {
Debug.info("%w.%=s is deprecated. Use %w.%=s instead", obj_$0, method_$1, Debug.methodName(obj_$0, method_$1), obj_$0, replacement_$2, Debug.methodName(obj_$0, replacement_$2))
};
$lzsc$temp["displayName"] = "deprecated";
return $lzsc$temp
})(), "readOnly", (function () {
var $lzsc$temp = function (obj_$0, attribute_$1, value_$2) {
Debug.warn("%w.%s is read-only. %w ignored", obj_$0, attribute_$1, value_$2)
};
$lzsc$temp["displayName"] = "readOnly";
return $lzsc$temp
})(), "evalCarefully", (function () {
var $lzsc$temp = function (fileName_$0, lineNumber_$1, closure_$2, context_$3) {
try {
return closure_$2.call(context_$3)
}
catch (e_$4) {
$reportSourceWarning(fileName_$0, lineNumber_$1, e_$4)
}};
$lzsc$temp["displayName"] = "evalCarefully";
return $lzsc$temp
})(), "ignoringErrors", (function () {
var $lzsc$temp = function (closure_$0, context_$1, errval_$2) {
try {
return closure_$0.call(context_$1)
}
catch (e_$3) {
return errval_$2
}};
$lzsc$temp["displayName"] = "ignoringErrors";
return $lzsc$temp
})()]);
(function () {
var $lzsc$temp = function ($0) {
with ($0) with ($0.prototype) {
{
LzBootstrapDebugService.prototype._dbg_name = (function () {
var $lzsc$temp = function () {
if (this === Debug) {
return "#Debug"
} else return null
};
$lzsc$temp["displayName"] = "compiler/LzBootstrapDebugService.lzs#541/49";
return $lzsc$temp
})()
}}};
$lzsc$temp["displayName"] = "compiler/LzBootstrapDebugService.lzs#331/1";
return $lzsc$temp
})()(LzBootstrapDebugService);
var Debug = new LzBootstrapDebugService();
function trace () {
var args_$0 = Array.prototype.slice.call(arguments, 0);
Debug.info.apply(Debug, args_$0)
};
var $reportSourceWarning = (function () {
var $lzsc$temp = function (filename_$0, lineNumber_$1, msg_$2, fatal_$3) {
var warning_$4 = filename_$0 + "@" + lineNumber_$1 + ": " + msg_$2 + "\n";
Debug[fatal_$3 ? "error" : "warn"](warning_$4)
};
$lzsc$temp["displayName"] = "$reportSourceWarning";
return $lzsc$temp
})();
var $reportedError = null;
var $reportException = (function () {
var $lzsc$temp = function (fileName_$0, lineNumber_$1, e_$2) {
if (e_$2 !== $reportedError) {
$reportedError = e_$2;
$reportSourceWarning(fileName_$0, lineNumber_$1, e_$2, true)
}};
$lzsc$temp["displayName"] = "$reportException";
return $lzsc$temp
})();
var $reportUndefinedObjectProperty = (function () {
var $lzsc$temp = function (filename_$0, lineNumber_$1, propertyName_$2) {
if (!arguments.callee._dbg_recursive_call) {
arguments.callee._dbg_recursive_call = true;
$reportSourceWarning(filename_$0, lineNumber_$1, "undefined object does not have a property '" + propertyName_$2 + "'", true);
arguments.callee._dbg_recursive_call = false
}};
$lzsc$temp["displayName"] = "compiler/LzBootstrapDebugService.lzs#603/38";
return $lzsc$temp
})();
$reportUndefinedObjectProperty._dbg_recursive_call = false;
var $reportUndefinedProperty = (function () {
var $lzsc$temp = function (filename_$0, lineNumber_$1, propertyName_$2) {
if (!arguments.callee._dbg_recursive_call) {
arguments.callee._dbg_recursive_call = true;
$reportSourceWarning(filename_$0, lineNumber_$1, "reference to undefined property '" + propertyName_$2 + "'", false);
arguments.callee._dbg_recursive_call = false
}};
$lzsc$temp["displayName"] = "compiler/LzBootstrapDebugService.lzs#614/32";
return $lzsc$temp
})();
$reportUndefinedProperty._dbg_recursive_call = false;
var $reportUndefinedVariable = (function () {
var $lzsc$temp = function (filename_$0, lineNumber_$1, variableName_$2) {
if (!arguments.callee._dbg_recursive_call) {
arguments.callee._dbg_recursive_call = true;
$reportSourceWarning(filename_$0, lineNumber_$1, "reference to undefined variable '" + variableName_$2 + "'", true);
arguments.callee._dbg_recursive_call = false
}};
$lzsc$temp["displayName"] = "compiler/LzBootstrapDebugService.lzs#625/32";
return $lzsc$temp
})();
$reportUndefinedVariable._dbg_recursive_call = false;
var $reportNotFunction = (function () {
var $lzsc$temp = function (filename_$0, lineNumber_$1, name_$2, value_$3) {
if (!arguments.callee._dbg_recursive_call) {
arguments.callee._dbg_recursive_call = true;
var msg_$4 = "call to non-function";
if (typeof name_$2 == "string") msg_$4 += " '" + name_$2 + "'";
msg_$4 += " (type '" + typeof value_$3 + "')";
if (typeof value_$3 == "undefined") {
msg_$4 = "call to undefined function";
if (typeof name_$2 == "string") msg_$4 += " '" + name_$2 + "'"
};
$reportSourceWarning(filename_$0, lineNumber_$1, msg_$4, true);
arguments.callee._dbg_recursive_call = false
}};
$lzsc$temp["displayName"] = "compiler/LzBootstrapDebugService.lzs#636/26";
return $lzsc$temp
})();
$reportNotFunction._dbg_recursive_call = false;
var $reportUndefinedMethod = (function () {
var $lzsc$temp = function (filename_$0, lineNumber_$1, name_$2, value_$3) {
if (!arguments.callee._dbg_recursive_call) {
arguments.callee._dbg_recursive_call = true;
var msg_$4 = "call to non-method";
if (typeof name_$2 == "string") msg_$4 += " '" + name_$2 + "'";
msg_$4 += " (type '" + typeof value_$3 + "')";
if (typeof value_$3 == "undefined") {
msg_$4 = "call to undefined method";
if (typeof name_$2 == "string") msg_$4 += " '" + name_$2 + "'"
};
$reportSourceWarning(filename_$0, lineNumber_$1, msg_$4, true);
arguments.callee._dbg_recursive_call = false
}};
$lzsc$temp["displayName"] = "compiler/LzBootstrapDebugService.lzs#656/30";
return $lzsc$temp
})();
$reportUndefinedMethod._dbg_recursive_call = false;
Class.make("LzBootstrapMessage", ["message", "", "length", 0, "$lzsc$initialize", (function () {
var $lzsc$temp = function (message_$0) {
switch (arguments.length) {
case 0:
message_$0 = null
};
if (message_$0 != null) {
this.appendInternal("" + message_$0, message_$0)
}};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "appendInternal", (function () {
var $lzsc$temp = function (str_$0, obj_$1) {
switch (arguments.length) {
case 1:
obj_$1 = null
};
this.message += str_$0;
this.length = this.message.length
};
$lzsc$temp["displayName"] = "appendInternal";
return $lzsc$temp
})(), "append", (function () {
var $lzsc$temp = function () {
var str_$0 = Array.prototype.slice.call(arguments, 0);
var len_$1 = str_$0.length;
for (var i_$2 = 0;i_$2 < len_$1;i_$2++) {
this.appendInternal(String(str_$0[i_$2]))
}};
$lzsc$temp["displayName"] = "append";
return $lzsc$temp
})(), "charAt", (function () {
var $lzsc$temp = function (index_$0) {
return this.message.charAt(index_$0)
};
$lzsc$temp["displayName"] = "charAt";
return $lzsc$temp
})(), "charCodeAt", (function () {
var $lzsc$temp = function (index_$0) {
return this.message.charCodeAt(index_$0)
};
$lzsc$temp["displayName"] = "charCodeAt";
return $lzsc$temp
})(), "indexOf", (function () {
var $lzsc$temp = function (key_$0) {
return this.message.indexOf(key_$0)
};
$lzsc$temp["displayName"] = "indexOf";
return $lzsc$temp
})(), "lastIndexOf", (function () {
var $lzsc$temp = function (key_$0) {
return this.message.lastIndexOf(key_$0)
};
$lzsc$temp["displayName"] = "lastIndexOf";
return $lzsc$temp
})(), "toLowerCase", (function () {
var $lzsc$temp = function () {
return new LzMessage(this.message.toLowerCase())
};
$lzsc$temp["displayName"] = "toLowerCase";
return $lzsc$temp
})(), "toUpperCase", (function () {
var $lzsc$temp = function () {
return new LzMessage(this.message.toUpperCase())
};
$lzsc$temp["displayName"] = "toUpperCase";
return $lzsc$temp
})(), "toString", (function () {
var $lzsc$temp = function () {
return this.message || ""
};
$lzsc$temp["displayName"] = "toString";
return $lzsc$temp
})(), "valueOf", (function () {
var $lzsc$temp = function () {
return this.message || ""
};
$lzsc$temp["displayName"] = "valueOf";
return $lzsc$temp
})(), "concat", (function () {
var $lzsc$temp = function () {
var args_$0 = Array.prototype.slice.call(arguments, 0);
return new LzMessage(this.message.concat.apply(this.message, args_$0))
};
$lzsc$temp["displayName"] = "concat";
return $lzsc$temp
})(), "slice", (function () {
var $lzsc$temp = function () {
var args_$0 = Array.prototype.slice.call(arguments, 0);
return this.message.slice.apply(this.message, args_$0)
};
$lzsc$temp["displayName"] = "slice";
return $lzsc$temp
})(), "split", (function () {
var $lzsc$temp = function () {
var args_$0 = Array.prototype.slice.call(arguments, 0);
return this.message.split.apply(this.message, args_$0)
};
$lzsc$temp["displayName"] = "split";
return $lzsc$temp
})(), "substr", (function () {
var $lzsc$temp = function () {
var args_$0 = Array.prototype.slice.call(arguments, 0);
return this.message.substr.apply(this.message, args_$0)
};
$lzsc$temp["displayName"] = "substr";
return $lzsc$temp
})(), "substring", (function () {
var $lzsc$temp = function () {
var args_$0 = Array.prototype.slice.call(arguments, 0);
return this.message.substring.apply(this.message, args_$0)
};
$lzsc$temp["displayName"] = "substring";
return $lzsc$temp
})(), "toHTML", (function () {
var $lzsc$temp = function () {
return this["toString"]().toHTML()
};
$lzsc$temp["displayName"] = "toHTML";
return $lzsc$temp
})()], null, ["xmlEscape", (function () {
var $lzsc$temp = function (input_$0) {
if (input_$0 && (typeof input_$0 == "string" || (String["$lzsc$isa"] ? String.$lzsc$isa(input_$0) : input_$0 instanceof String))) {
var len_$1 = input_$0.length;
var output_$2 = "";
for (var i_$3 = 0;i_$3 < len_$1;i_$3++) {
var c_$4 = input_$0.charAt(i_$3);
switch (c_$4) {
case "<":
output_$2 += "<";break;;case "&":
output_$2 += "&";break;;default:
output_$2 += c_$4
}};
return output_$2
} else {
return input_$0
}};
$lzsc$temp["displayName"] = "xmlEscape";
return $lzsc$temp
})()]);
(function () {
var $lzsc$temp = function ($0) {
with ($0) with ($0.prototype) {}};
$lzsc$temp["displayName"] = "compiler/LzMessage.lzs#16/1";
return $lzsc$temp
})()(LzBootstrapMessage);
var LzMessage = LzBootstrapMessage;
String.prototype.toHTML = (function () {
var $lzsc$temp = function () {
return LzMessage.xmlEscape(this)
};
$lzsc$temp["displayName"] = "compiler/LzMessage.lzs#177/27";
return $lzsc$temp
})();
Class.make("LzFormatCallback", ["callback", void 0, "$lzsc$initialize", (function () {
var $lzsc$temp = function (callback_$0) {
this.callback = callback_$0
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "call", (function () {
var $lzsc$temp = function () {
return this.callback.call(null)
};
$lzsc$temp["displayName"] = "call";
return $lzsc$temp
})()]);
Mixin.make("LzFormatter", ["toNumber", (function () {
var $lzsc$temp = function (s_$0) {
return Number(s_$0)
};
$lzsc$temp["displayName"] = "toNumber";
return $lzsc$temp
})(), "pad", (function () {
var $lzsc$temp = function (value_$0, widthMin_$1, decMax_$2, pad_$3, sign_$4, radix_$5, force_$6) {
switch (arguments.length) {
case 0:
value_$0 = "";;case 1:
widthMin_$1 = 0;;case 2:
decMax_$2 = null;;case 3:
pad_$3 = " ";;case 4:
sign_$4 = "-";;case 5:
radix_$5 = 10;;case 6:
force_$6 = false
};
var isNumber_$7 = typeof value_$0 == "number";
if (isNumber_$7) {
if (decMax_$2 != null) {
var precision_$8 = Math.pow(10, -decMax_$2);
value_$0 = Math.round(value_$0 / precision_$8) * precision_$8
};
value_$0 = Number(value_$0).toString(radix_$5);
if (sign_$4 != "-") {
if (value_$0.indexOf("-") != 0) {
if (value_$0 != 0) {
value_$0 = sign_$4 + value_$0
} else {
value_$0 = " " + value_$0
}}}} else {
value_$0 = "" + value_$0
};
var strlen_$9 = value_$0.length;
if (decMax_$2 != null) {
if (isNumber_$7) {
var decimal_$a = value_$0.lastIndexOf(".");
if (decimal_$a == -1) {
var decimals_$b = 0;
if (force_$6 || decMax_$2 > 0) {
value_$0 += "."
}} else {
var decimals_$b = strlen_$9 - (decimal_$a + 1)
};
if (decimals_$b > decMax_$2) {
value_$0 = value_$0.substring(0, strlen_$9 - (decimals_$b - decMax_$2))
} else {
for (var i_$c = decimals_$b;i_$c < decMax_$2;i_$c++) value_$0 += "0"
}} else {
value_$0 = value_$0.substring(0, decMax_$2)
}};
strlen_$9 = value_$0.length;
var leftJustify_$d = false;
if (widthMin_$1 < 0) {
widthMin_$1 = -widthMin_$1;
leftJustify_$d = true
};
if (strlen_$9 >= widthMin_$1) {
return value_$0
};
if (leftJustify_$d) {
for (var i_$c = strlen_$9;i_$c < widthMin_$1;i_$c++) value_$0 = value_$0 + " "
} else {
sign_$4 = null;
if (pad_$3 != " ") {
if (" +-".indexOf(value_$0.substring(0, 1)) >= 0) {
sign_$4 = value_$0.substring(0, 1);
value_$0 = value_$0.substring(1)
}};
for (var i_$c = strlen_$9;i_$c < widthMin_$1;i_$c++) value_$0 = pad_$3 + value_$0;
if (sign_$4 != null) {
value_$0 = sign_$4 + value_$0
}};
return value_$0
};
$lzsc$temp["displayName"] = "pad";
return $lzsc$temp
})(), "abbreviate", (function () {
var $lzsc$temp = function (s_$0, l_$1) {
switch (arguments.length) {
case 1:
l_$1 = Infinity
};
if (s_$0) {
var ellipsis_$2 = "\u2026";
if (s_$0.length > l_$1 - ellipsis_$2.length) {
s_$0 = s_$0.substring(0, l_$1 - ellipsis_$2.length) + ellipsis_$2
}};
return s_$0
};
$lzsc$temp["displayName"] = "abbreviate";
return $lzsc$temp
})(), "stringEscape", (function () {
var $lzsc$temp = function (s_$0, quoted_$1) {
switch (arguments.length) {
case 1:
quoted_$1 = false
};
var sec_$2 = LzFormatter.singleEscapeCharacters;
var skip_$3 = '"';
var quote_$4 = "";
var ignore_$5 = "'";
if (quoted_$1) {
ignore_$5 = "";
var singles_$6 = s_$0.split("'").length;
var doubles_$7 = s_$0.split('"').length;
if (singles_$6 > doubles_$7) {
skip_$3 = "'";
quote_$4 = '"'
} else {
skip_$3 = '"';
quote_$4 = "'"
}};
var output_$8 = "";
for (var i_$9 = 0, l_$a = s_$0.length;i_$9 < l_$a;i_$9++) {
var ch_$b = s_$0.charAt(i_$9);
var cc_$c = s_$0.charCodeAt(i_$9);
if (cc_$c in sec_$2) {
if (ch_$b != skip_$3 && ch_$b != ignore_$5) {
output_$8 += sec_$2[cc_$c]
} else {
output_$8 += ch_$b
}} else if (cc_$c >= 0 && cc_$c <= 31 || cc_$c >= 127 && cc_$c <= 159) {
output_$8 += "\\x" + this.pad(cc_$c, 2, 0, "0", "", 16)
} else {
output_$8 += ch_$b
}};
return quote_$4 + output_$8 + quote_$4
};
$lzsc$temp["displayName"] = "stringEscape";
return $lzsc$temp
})(), "formatToString", (function () {
var $lzsc$temp = function (control) {
var getarg_$7;
var consumearg_$8;
getarg_$7 = (function () {
var $lzsc$temp = function (i_$0) {
if (i_$0 >= al) {
return null
};
return args[i_$0]
};
$lzsc$temp["displayName"] = "getarg";
return $lzsc$temp
})();
consumearg_$8 = (function () {
var $lzsc$temp = function (i_$0) {
if (i_$0 >= al) {
Debug.warn("%#0.48w: insufficient arguments", control)
}};
$lzsc$temp["displayName"] = "consumearg";
return $lzsc$temp
})();
switch (arguments.length) {
case 0:
control = ""
};
var args = Array.prototype.slice.call(arguments, 1);
var al = args.length;
if (!(typeof control == "string" || (String["$lzsc$isa"] ? String.$lzsc$isa(control) : control instanceof String)) || al > 0 != control.indexOf("%") >= 0) {
args = [control].concat(args);
al++;
var out_$0 = new LzMessage();
for (var i_$1 = 0;i_$1 < al;i_$1++) {
var arg_$2 = args[i_$1];
var sep_$3 = i_$1 == al - 1 ? "\n" : " ";
out_$0.append(arg_$2);
out_$0.appendInternal(sep_$3)
};
return out_$0
};
var ctrl_$4 = "" + control;
var argno_$5 = 0;
var maxarg_$6 = 0;
var base_$9 = 0, limit_$a = ctrl_$4.length;
var start_$b = 0, end_$c = 0;
var out_$0 = new LzMessage();
while (start_$b < limit_$a) {
end_$c = ctrl_$4.indexOf("%");
if (end_$c == -1) {
out_$0.append(ctrl_$4.substring(start_$b, limit_$a));
break
};
out_$0.append(ctrl_$4.substring(start_$b, end_$c));
base_$9 = end_$c;
start_$b = end_$c + 1;
end_$c = end_$c + 2;
var sign_$d = "-";
var pad_$e = " ";
var alternate_$f = false;
var length_$g = "";
var precision_$h = null;
var directive_$i = null;
var object_$j = null;
while (start_$b < limit_$a && directive_$i == null) {
var char_$k = ctrl_$4.substring(start_$b, end_$c);
start_$b = end_$c++;
switch (char_$k) {
case "-":
length_$g = char_$k;break;;case "+":
case " ":
sign_$d = char_$k;break;;case "#":
alternate_$f = true;break;;case "0":
if (length_$g === "" && precision_$h === null) {
pad_$e = char_$k;
break
};case "1":
case "2":
case "3":
case "4":
case "5":
case "6":
case "7":
case "8":
case "9":
if (precision_$h !== null) {
precision_$h += char_$k
} else {
length_$g += char_$k
}break;;case "$":
argno_$5 = length_$g - 1;length_$g = "";break;;case "*":
if (precision_$h !== null) {
precision_$h = getarg_$7(argno_$5);
consumearg_$8(argno_$5++)
} else {
length_$g = getarg_$7(argno_$5);
consumearg_$8(argno_$5++)
}break;;case ".":
precision_$h = "";break;;case "h":
case "l":
break;;case "=":
object_$j = getarg_$7(argno_$5);consumearg_$8(argno_$5++);break;;case "^":
object_$j = new LzFormatCallback(getarg_$7(argno_$5));consumearg_$8(argno_$5++);break;;default:
directive_$i = char_$k;break
}};
var value_$l = getarg_$7(argno_$5);
if (object_$j == null) {
object_$j = value_$l
};
var decimals_$m = null;
var force_$n = false;
if (precision_$h !== null) {
decimals_$m = 1 * precision_$h
} else {
switch (directive_$i) {
case "F":
case "E":
case "G":
case "f":
case "e":
case "g":
decimals_$m = 6;force_$n = alternate_$f;break;;case "O":
case "o":
if (alternate_$f && value_$l != 0) {
out_$0.append("0")
}break;;case "X":
case "x":
if (alternate_$f && value_$l != 0) {
out_$0.append("0" + directive_$i)
}break
}};
var radix_$o = 10;
switch (directive_$i) {
case "o":
case "O":
radix_$o = 8;break;;case "x":
case "X":
radix_$o = 16;break
};
switch (directive_$i) {
case "U":
case "O":
case "X":
case "u":
case "o":
case "x":
if (value_$l < 0) {
value_$l = -value_$l;
var wid_$p = Math.abs(parseInt(length_$g, 10));
if (isNaN(wid_$p)) {
wid_$p = this.toNumber(value_$l).toString(radix_$o).length
};
var max_$q = Math.pow(radix_$o, wid_$p);
value_$l = max_$q - value_$l
}break
};
switch (directive_$i) {
case "D":
case "U":
case "I":
case "O":
case "X":
case "F":
case "E":
case "G":
value_$l = this.toNumber(value_$l);out_$0.appendInternal(this.pad(value_$l, length_$g, decimals_$m, pad_$e, sign_$d, radix_$o, force_$n).toUpperCase(), object_$j);consumearg_$8(argno_$5++);break;;case "c":
value_$l = String.fromCharCode(value_$l);;case "w":
{
var width_$r = decimals_$m || Debug.printLength;
out_$0.appendInternal(this.pad(Debug.__String(value_$l, true, width_$r, alternate_$f), length_$g, null, pad_$e, sign_$d, radix_$o, force_$n), object_$j);
consumearg_$8(argno_$5++);
break
};case "s":
var str_$s;if (Function["$lzsc$isa"] ? Function.$lzsc$isa(value_$l) : value_$l instanceof Function) {
str_$s = Debug.functionName(value_$l, false);
if (!str_$s) {
str_$s = "function () {\u2026}"
}} else if (typeof value_$l == "number") {
str_$s = Number(value_$l).toString(radix_$o)
} else if (directive_$i == "w" && typeof value_$l == "string") {
str_$s = this.stringEscape(value_$l, true)
} else {
str_$s = "" + value_$l
}if (alternate_$f) {
var width_$r = decimals_$m || Debug.printLength;
if (width_$r) {
str_$s = this.abbreviate(str_$s, width_$r);
decimals_$m = null
}}out_$0.appendInternal(this.pad(str_$s, length_$g, decimals_$m, pad_$e, sign_$d, radix_$o, force_$n), object_$j);consumearg_$8(argno_$5++);break;;case "d":
case "u":
case "i":
case "o":
case "x":
case "f":
case "e":
case "g":
value_$l = this.toNumber(value_$l);out_$0.appendInternal(this.pad(value_$l, length_$g, decimals_$m, pad_$e, sign_$d, radix_$o, force_$n), object_$j);consumearg_$8(argno_$5++);break;;case "%":
out_$0.append("%");break;;default:
out_$0.append(ctrl_$4.substring(base_$9, start_$b));break
};
ctrl_$4 = ctrl_$4.substring(start_$b, limit_$a);
base_$9 = 0, limit_$a = ctrl_$4.length;
start_$b = 0, end_$c = 0;
if (argno_$5 > maxarg_$6) {
maxarg_$6 = argno_$5
}};
if (maxarg_$6 < al) {
Debug.warn("%#0.48w: excess arguments", control);
out_$0.appendInternal(" ");
for (;maxarg_$6 < al;maxarg_$6++) {
var arg_$2 = getarg_$7(maxarg_$6);
var sep_$3 = maxarg_$6 == al - 1 ? "\n" : " ";
out_$0.append(arg_$2);
out_$0.appendInternal(sep_$3)
}};
return out_$0
};
$lzsc$temp["displayName"] = "formatToString";
return $lzsc$temp
})()], null, ["singleEscapeCharacters", (function () {
var $lzsc$temp = function (np_$0) {
var result_$1 = [];
for (var i_$2 = 0, l_$3 = np_$0.length;i_$2 < l_$3;i_$2 += 2) {
var rep_$4 = np_$0[i_$2];
var ch_$5 = np_$0[i_$2 + 1];
result_$1[ch_$5.charCodeAt(0)] = rep_$4
};
return result_$1
};
$lzsc$temp["displayName"] = "compiler/LzFormatter.lzs#269/40";
return $lzsc$temp
})()(["\\b", "\b", "\\t", "\t", "\\n", "\n", "\\v", String.fromCharCode(11), "\\f", "\f", "\\r", "\r", '\\"', '"', "\\'", "'", "\\\\", "\\"])]);
(function () {
var $lzsc$temp = function ($0) {
with ($0) with ($0.prototype) {}};
$lzsc$temp["displayName"] = "compiler/LzFormatter.lzs#118/1";
return $lzsc$temp
})()(LzFormatter);
Class.make("LzDebugMessage", ["objects", [], "$lzsc$initialize", (function () {
var $lzsc$temp = function (message_$0) {
switch (arguments.length) {
case 0:
message_$0 = null
};
this.objects = [];
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this, message_$0)
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "toLowerCase", (function () {
var $lzsc$temp = function () {
var msg_$0 = new LzMessage(this.message.toLowerCase());
msg_$0.objects = this.objects.concat();
return msg_$0
};
$lzsc$temp["displayName"] = "toLowerCase";
return $lzsc$temp
})(), "toUpperCase", (function () {
var $lzsc$temp = function () {
var msg_$0 = new LzMessage(this.message.toUpperCase());
msg_$0.objects = this.objects.concat();
return msg_$0
};
$lzsc$temp["displayName"] = "toUpperCase";
return $lzsc$temp
})(), "concat", (function () {
var $lzsc$temp = function () {
var args_$0 = Array.prototype.slice.call(arguments, 0);
var msg_$1 = new LzMessage(this.message.concat.apply(this.message, args_$0));
var offset_$2 = this.message.length;
for (var i_$3 = 0;i_$3 < args_$0.length;i_$3++) {
var arg_$4 = args_$0[i_$3];
if (LzDebugMessage["$lzsc$isa"] ? LzDebugMessage.$lzsc$isa(arg_$4) : arg_$4 instanceof LzDebugMessage) {
var ao_$5 = arg_$4.objects;
for (var j_$6 = 0;j_$6 < ao_$5.length;j_$6++) {
var od_$7 = ao_$5[j_$6];
msg_$1.objects.push({id: od_$7.id, start: od_$7.start + offset_$2, end: od_$7.end + offset_$2})
}};
offset_$2 += String(arg_$4).length
};
return msg_$1
};
$lzsc$temp["displayName"] = "concat";
return $lzsc$temp
})(), "slice", (function () {
var $lzsc$temp = function () {
var args_$0 = Array.prototype.slice.call(arguments, 0);
return this.message.slice.apply(this.message, args_$0)
};
$lzsc$temp["displayName"] = "slice";
return $lzsc$temp
})(), "split", (function () {
var $lzsc$temp = function () {
var args_$0 = Array.prototype.slice.call(arguments, 0);
return this.message.split.apply(this.message, args_$0)
};
$lzsc$temp["displayName"] = "split";
return $lzsc$temp
})(), "substr", (function () {
var $lzsc$temp = function () {
var args_$0 = Array.prototype.slice.call(arguments, 0);
return this.message.substr.apply(this.message, args_$0)
};
$lzsc$temp["displayName"] = "substr";
return $lzsc$temp
})(), "substring", (function () {
var $lzsc$temp = function () {
var args_$0 = Array.prototype.slice.call(arguments, 0);
return this.message.substring.apply(this.message, args_$0)
};
$lzsc$temp["displayName"] = "substring";
return $lzsc$temp
})(), "appendInternal", (function () {
var $lzsc$temp = function (str_$0, obj_$1) {
switch (arguments.length) {
case 1:
obj_$1 = null
};
if (obj_$1 != null) {
var id_$2 = Debug.IDForObject(obj_$1)
} else {
var id_$2 = null
};
if (id_$2 == null) {
this.message += str_$0
} else if (LzDebugMessage["$lzsc$isa"] ? LzDebugMessage.$lzsc$isa(obj_$1) : obj_$1 instanceof LzDebugMessage) {
var arg_$3 = obj_$1;
var offset_$4 = this.message.length;
this.message += arg_$3.message;
var ao_$5 = arg_$3.objects;
for (var j_$6 = 0;j_$6 < ao_$5.length;j_$6++) {
var od_$7 = ao_$5[j_$6];
this.objects.push({id: od_$7.id, start: od_$7.start + offset_$4, end: od_$7.end + offset_$4})
}} else {
var start_$8 = this.message.length;
this.message += str_$0;
var end_$9 = this.message.length;
this.objects.push({id: id_$2, start: start_$8, end: end_$9})
};
this.length = this.message.length
};
$lzsc$temp["displayName"] = "appendInternal";
return $lzsc$temp
})(), "append", (function () {
var $lzsc$temp = function () {
var args_$0 = Array.prototype.slice.call(arguments, 0);
var len_$1 = args_$0.length;
for (var i_$2 = 0;i_$2 < len_$1;i_$2++) {
var arg_$3 = args_$0[i_$2];
if (!((String["$lzsc$isa"] ? String.$lzsc$isa(arg_$3) : arg_$3 instanceof String) && arg_$3["constructor"] === String) && ((Object["$lzsc$isa"] ? Object.$lzsc$isa(arg_$3) : arg_$3 instanceof Object) || Debug.isObjectLike(arg_$3) || Debug.IDForObject(arg_$3) != null)) {
var str_$4 = Debug.__String(arg_$3, true, Infinity, true);
this.appendInternal(str_$4, arg_$3)
} else {
this.appendInternal(String(arg_$3))
}}};
$lzsc$temp["displayName"] = "append";
return $lzsc$temp
})(), "toArray", (function () {
var $lzsc$temp = function (linkMaker_$0) {
switch (arguments.length) {
case 0:
linkMaker_$0 = null
};
if (linkMaker_$0 == null) {
linkMaker_$0 = (function () {
var $lzsc$temp = function (rep_$0, id_$1) {
return Debug.ObjectForID(id_$1)
};
$lzsc$temp["displayName"] = "debugger/LzMessage.lzs#174/19";
return $lzsc$temp
})()
};
var msg_$1 = this.message;
var base_$2 = 0;
var limit_$3 = msg_$1.length;
var start_$4 = 0;
var end_$5 = 0;
var objs_$6 = this.objects;
var id_$7;
var array_$8 = [];
var len_$9 = objs_$6.length;
for (var i_$a = 0;i_$a < len_$9;i_$a++) {
var annot_$b = objs_$6[i_$a];
start_$4 = annot_$b.start;
end_$5 = annot_$b.end;
id_$7 = annot_$b.id;
array_$8.push(msg_$1.substring(base_$2, start_$4).toHTML());
array_$8.push(linkMaker_$0(msg_$1.substring(start_$4, end_$5).toHTML(), id_$7));
base_$2 = end_$5
};
array_$8.push(msg_$1.substring(base_$2, limit_$3).toHTML());
return array_$8
};
$lzsc$temp["displayName"] = "toArray";
return $lzsc$temp
})(), "toHTML", (function () {
var $lzsc$temp = function () {
return( this.toArray((function () {
var $lzsc$temp = function () {
var args_$0 = Array.prototype.slice.call(arguments, 0);
return Debug.makeObjectLink.apply(Debug, args_$0)
};
$lzsc$temp["displayName"] = "debugger/LzMessage.lzs#204/25";
return $lzsc$temp
})()).join(""))
};
$lzsc$temp["displayName"] = "toHTML";
return $lzsc$temp
})()], LzBootstrapMessage, ["xmlEscape", LzBootstrapMessage.xmlEscape]);
(function () {
var $lzsc$temp = function ($0) {
with ($0) with ($0.prototype) {}};
$lzsc$temp["displayName"] = "debugger/LzMessage.lzs#29/1";
return $lzsc$temp
})()(LzDebugMessage);
var LzMessage = LzDebugMessage;
Class.make("LzSourceMessage", ["file", void 0, "__filePrefix", "@", "line", void 0, "__linePrefix", "\u2248", "message", void 0, "length", void 0, "backtrace", void 0, "$lzsc$initialize", (function () {
var $lzsc$temp = function (file_$0, line_$1, message_$2, node_$3) {
switch (arguments.length) {
case 0:
file_$0 = null;;case 1:
line_$1 = 0;;case 2:
message_$2 = "";;case 3:
node_$3 = null
};
var bts_$4 = Debug.backtrace();
if (bts_$4 != null) {
var btsl_$5 = bts_$4.length;
var limit_$6 = btsl_$5;
for (var i_$7 = btsl_$5 - 1;i_$7 > 0;i_$7--) {
var callee_$8 = bts_$4[i_$7].callee;
if (callee_$8 === $reportException) {
limit_$6 = i_$7;
break
} else if (callee_$8 === $reportSourceWarning) {
limit_$6 = i_$7
} else if (callee_$8 === Debug.warnInternal) {
limit_$6 = i_$7 - 1
}};
if (btsl_$5 >= limit_$6) {
for (var i_$7 = btsl_$5 - 1;i_$7 >= limit_$6;i_$7--) {
var frame_$9 = bts_$4[i_$7];
delete bts_$4[i_$7];
bts_$4["__" + i_$7] = frame_$9
};
bts_$4.length = limit_$6;
this.backtrace = bts_$4;
var top_$a = this.backtrace.userStackFrame();
if (top_$a) {
if (file_$0 == null) {
file_$0 = top_$a.filename();
line_$1 = top_$a.lineno();
this.__linePrefix = "#"
} else if (file_$0 == top_$a.filename() && line_$1 == top_$a.lineno()) {
this.__linePrefix = "#"
}}}};
if (file_$0 == null && node_$3 != null) {
file_$0 = node_$3[Debug.FUNCTION_FILENAME];
this.__filePrefix = "%";
if (node_$3[Debug.FUNCTION_LINENO]) {
line_$1 = node_$3[Debug.FUNCTION_LINENO];
this.__linePrefix = "#"
}};
this.file = file_$0;
this.line = line_$1;
if (LzMessage["$lzsc$isa"] ? LzMessage.$lzsc$isa(message_$2) : message_$2 instanceof LzMessage) {
this.message = message_$2
} else {
this.message = new LzMessage(message_$2)
};
this.length = this.toString().length
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "locationString", (function () {
var $lzsc$temp = function (prefix_$0) {
switch (arguments.length) {
case 0:
prefix_$0 = ""
};
var str_$1 = prefix_$0;
if (this.file) {
if (str_$1.length) {
str_$1 += " "
};
str_$1 += this.__filePrefix;
str_$1 += this.file;
if (this.line) {
str_$1 += this.__linePrefix;
str_$1 += this.line
}};
if (str_$1.length) {
str_$1 += ": "
};
return str_$1
};
$lzsc$temp["displayName"] = "locationString";
return $lzsc$temp
})(), "toArray", (function () {
var $lzsc$temp = function () {
var array_$0 = [this.locationString(this["constructor"].type)];
if (LzMessage["$lzsc$isa"] ? LzMessage.$lzsc$isa(this.message) : this.message instanceof LzMessage) {
return array_$0.concat(this.message.toArray())
};
return array_$0.concat("" + this.message)
};
$lzsc$temp["displayName"] = "toArray";
return $lzsc$temp
})(), "toStringInternal", (function () {
var $lzsc$temp = function (conversion_$0) {
return this.locationString(this["constructor"].type) + this.message[conversion_$0]()
};
$lzsc$temp["displayName"] = "toStringInternal";
return $lzsc$temp
})(), "_dbg_name", (function () {
var $lzsc$temp = function () {
return this.locationString("") + this.message
};
$lzsc$temp["displayName"] = "debugger/LzMessage.lzs#413/19";
return $lzsc$temp
})(), "toString", (function () {
var $lzsc$temp = function () {
return this.toStringInternal("toString") + "\n"
};
$lzsc$temp["displayName"] = "toString";
return $lzsc$temp
})(), "toHTML", (function () {
var $lzsc$temp = function () {
var id_$0 = Debug.IDForObject(this);
return Debug.makeObjectLink(this.toStringInternal("toHTML"), id_$0, this["constructor"]) + "\n"
};
$lzsc$temp["displayName"] = "toHTML";
return $lzsc$temp
})()], null, ["type", "", "color", "#000000", "level", 0, "levelMax", 5, "format", (function () {
var $lzsc$temp = function (file_$0, line_$1, control_$2) {
switch (arguments.length) {
case 0:
file_$0 = null;;case 1:
line_$1 = 0;;case 2:
control_$2 = ""
};
var args_$3 = Array.prototype.slice.call(arguments, 3);
var debug_$4 = Debug;
var message_$5 = debug_$4.formatToString.apply(debug_$4, [control_$2].concat(args_$3));
var node_$6 = null;
if (file_$0 == null) {
for (var i_$7 = 0;i_$7 < args_$3.length;i_$7++) {
var arg_$8 = args_$3[i_$7];
if ((LzNode["$lzsc$isa"] ? LzNode.$lzsc$isa(arg_$8) : arg_$8 instanceof LzNode) && arg_$8[Debug.FUNCTION_FILENAME]) {
node_$6 = arg_$8;
break
}}};
return new this(file_$0, line_$1, message_$5, node_$6)
};
$lzsc$temp["displayName"] = "format";
return $lzsc$temp
})()]);
Class.make("LzWarning", ["$lzsc$initialize", (function () {
var $lzsc$temp = function (file_$0, line_$1, message_$2, node_$3) {
switch (arguments.length) {
case 0:
file_$0 = null;;case 1:
line_$1 = 0;;case 2:
message_$2 = "";;case 3:
node_$3 = null
};
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this, file_$0, line_$1, message_$2, node_$3)
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})()], LzSourceMessage, ["type", "WARNING", "color", "#ff9900", "format", LzSourceMessage.format]);
Class.make("LzError", ["$lzsc$initialize", (function () {
var $lzsc$temp = function (file_$0, line_$1, message_$2, node_$3) {
switch (arguments.length) {
case 0:
file_$0 = null;;case 1:
line_$1 = 0;;case 2:
message_$2 = "";;case 3:
node_$3 = null
};
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this, file_$0, line_$1, message_$2, node_$3);
Debug.lastError = this
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})()], LzSourceMessage, ["type", "ERROR", "color", "#ff0000", "format", LzSourceMessage.format]);
Class.make("LzInfo", ["$lzsc$initialize", (function () {
var $lzsc$temp = function (file_$0, line_$1, message_$2, node_$3) {
switch (arguments.length) {
case 0:
file_$0 = null;;case 1:
line_$1 = 0;;case 2:
message_$2 = "";;case 3:
node_$3 = null
};
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this, file_$0, line_$1, message_$2, node_$3)
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})()], LzSourceMessage, ["type", "INFO", "color", "#0066cc", "format", LzSourceMessage.format]);
Class.make("LzDebug", ["$lzsc$initialize", (function () {
var $lzsc$temp = function (file_$0, line_$1, message_$2, node_$3) {
switch (arguments.length) {
case 0:
file_$0 = null;;case 1:
line_$1 = 0;;case 2:
message_$2 = "";;case 3:
node_$3 = null
};
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this, file_$0, line_$1, message_$2, node_$3)
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})()], LzSourceMessage, ["type", "DEBUG", "color", "#00cc00", "format", LzSourceMessage.format]);
global._dbg_name = "global";
Class.make("LzDebugService", ["base", void 0, "$lzsc$initialize", (function () {
var $lzsc$temp = function (base_$0) {
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this, base_$0 != null ? base_$0.logger : null, base_$0 != null ? base_$0.console : null);
if (base_$0 != null) {
this.base = base_$0;
var copy_$1 = {backtraceStack: true, uncaughtBacktraceStack: true};
for (var k_$2 in copy_$1) {
this[k_$2] = base_$0[k_$2]
}}};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "printLength", 1024, "printDepth", 8, "inspectPrintLength", 128, "inspectPrintDepth", 1, "printDetectCircular", null, "messageLevel", "ALL", "showInternalProperties", false, "atFreshLine", true, "atPrompt", false, "canvasConsoleWindow", null, "attachDebugConsole", (function () {
var $lzsc$temp = function (console_$0) {
var old_$1 = this.console;
this.console = console_$0;
this.canvasConsoleWindow = this.console.canvasConsoleWindow();
var sm_$2 = old_$1.saved_msgs;
var sml_$3 = sm_$2.length;
for (var i_$4 = 0;i_$4 < sml_$3;i_$4++) {
this.console.addText(sm_$2[i_$4])
};
return this
};
$lzsc$temp["displayName"] = "attachDebugConsole";
return $lzsc$temp
})(), "ensureVisible", (function () {
var $lzsc$temp = function () {
this.console.ensureVisible()
};
$lzsc$temp["displayName"] = "ensureVisible";
return $lzsc$temp
})(), "freshLine", (function () {
var $lzsc$temp = function () {
if (!this.atFreshLine) {
this.console.addText("\n");
this.atFreshLine = true
};
this.atPrompt = false
};
$lzsc$temp["displayName"] = "freshLine";
return $lzsc$temp
})(), "freshPrompt", (function () {
var $lzsc$temp = function () {
if (!this.atPrompt) {
this.freshLine();
this.console.echo("lzx> ", false);
this.atPrompt = true
}};
$lzsc$temp["displayName"] = "freshPrompt";
return $lzsc$temp
})(), "echo", (function () {
var $lzsc$temp = function (str_$0, newLine_$1) {
switch (arguments.length) {
case 1:
newLine_$1 = true
};
this.console.echo(str_$0, newLine_$1);
this.atPrompt = false;
this.atFreshLine = newLine_$1
};
$lzsc$temp["displayName"] = "echo";
return $lzsc$temp
})(), "doEval", (function () {
var $lzsc$temp = function (expr_$0) {
this.freshPrompt();
this.echo(String(expr_$0)["toHTML"]());
try {
this.console.doEval(expr_$0)
}
catch (e_$1) {
this.error(e_$1)
}};
$lzsc$temp["displayName"] = "doEval";
return $lzsc$temp
})(), "clear", (function () {
var $lzsc$temp = function () {
this.console.clear()
};
$lzsc$temp["displayName"] = "clear";
return $lzsc$temp
})(), "displayObj", (function () {
var $lzsc$temp = function (id_$0) {
var obj_$1 = this.ObjectForID(id_$0);
if (LzFormatCallback["$lzsc$isa"] ? LzFormatCallback.$lzsc$isa(obj_$1) : obj_$1 instanceof LzFormatCallback) {
return obj_$1.call()
};
this.freshPrompt();
this.echo(this.formatToString("Debug.inspect(%0.48w)", obj_$1)["toHTML"]());
this.displayResult(this.inspect(obj_$1))
};
$lzsc$temp["displayName"] = "displayObj";
return $lzsc$temp
})(), "updateOutputState", (function () {
var $lzsc$temp = function (msg_$0) {
var str_$1 = String(msg_$0);
this.atFreshLine = str_$1.charAt(str_$1.length - 1) == "\n";
if (str_$1.length) {
this.atPrompt = false;
this.console.ensureVisible()
}};
$lzsc$temp["displayName"] = "updateOutputState";
return $lzsc$temp
})(), "displayResult", (function () {
var $lzsc$temp = function (result_$0) {
switch (arguments.length) {
case 0:
result_$0 = void 0
};
var e_$1 = this.environment;
if (result_$0 !== void 0) {
if (result_$0 !== e_$1["_"]) {
if (e_$1["__"] !== void 0) {
e_$1.___ = e_$1.__
};
if (e_$1["_"] !== void 0) {
e_$1.__ = e_$1._
};
e_$1._ = result_$0
}};
this.freshLine();
if (result_$0 !== void 0) {
this.format("%#w", result_$0)
};
this.freshPrompt()
};
$lzsc$temp["displayName"] = "displayResult";
return $lzsc$temp
})(), "__write", (function () {
var $lzsc$temp = function (msg_$0) {
if (this.log_all_writes || !(!LzBrowserKernel.getInitArg("logdebug"))) {
this.logger.log(msg_$0)
};
this.console.addText(msg_$0);
this.updateOutputState(msg_$0)
};
$lzsc$temp["displayName"] = "__write";
return $lzsc$temp
})(), "write", (function () {
var $lzsc$temp = function () {
var any_$0 = Array.prototype.slice.call(arguments, 0);
var msg_$1;
msg_$1 = this.formatToString.apply(this, any_$0);
this.freshLine();
this.__write(msg_$1)
};
$lzsc$temp["displayName"] = "write";
return $lzsc$temp
})(), "format", (function () {
var $lzsc$temp = function (control_$0) {
var args_$1 = Array.prototype.slice.call(arguments, 1);
this.__write(this.formatToString.apply(this, [control_$0].concat(args_$1)))
};
$lzsc$temp["displayName"] = "format";
return $lzsc$temp
})(), "warnInternal", (function () {
var $lzsc$temp = function (xtor_$0, control_$1) {
var args_$2 = Array.prototype.slice.call(arguments, 2);
var sourceMessage_$3 = LzSourceMessage;
var level_$4 = sourceMessage_$3.level;
if (level_$4 > sourceMessage_$3.levelMax) {
return
};
try {
sourceMessage_$3.level = level_$4 + 1;
var msg_$5 = xtor_$0["format"].apply(xtor_$0, [null, null, control_$1].concat(args_$2));
var mls_$6 = LzDebugService.messageLevels;
var t_$7 = xtor_$0["type"];
if ((t_$7 in mls_$6) ? mls_$6[t_$7] >= mls_$6[this.messageLevel] : true) {
this.freshLine();
this.__write(msg_$5)
}}
finally {
sourceMessage_$3.level = level_$4
};
return msg_$5
};
$lzsc$temp["displayName"] = "warnInternal";
return $lzsc$temp
})(), "warn", (function () {
var $lzsc$temp = function () {
var args_$0 = Array.prototype.slice.call(arguments, 0);
return this.warnInternal.apply(this, [LzWarning].concat(args_$0))
};
$lzsc$temp["displayName"] = "warn";
return $lzsc$temp
})(), "error", (function () {
var $lzsc$temp = function () {
var args_$0 = Array.prototype.slice.call(arguments, 0);
return this.warnInternal.apply(this, [LzError].concat(args_$0))
};
$lzsc$temp["displayName"] = "error";
return $lzsc$temp
})(), "info", (function () {
var $lzsc$temp = function () {
var args_$0 = Array.prototype.slice.call(arguments, 0);
return this.warnInternal.apply(this, [LzInfo].concat(args_$0))
};
$lzsc$temp["displayName"] = "info";
return $lzsc$temp
})(), "debug", (function () {
var $lzsc$temp = function () {
var args_$0 = Array.prototype.slice.call(arguments, 0);
return this.warnInternal.apply(this, [LzDebug].concat(args_$0))
};
$lzsc$temp["displayName"] = "debug";
return $lzsc$temp
})(), "inspect", (function () {
var $lzsc$temp = function (obj_$0) {
var msg_$1 = this.inspectInternal(obj_$0);
this.freshLine();
this.console.addHTMLText(msg_$1);
this.updateOutputState(msg_$1);
return obj_$0
};
$lzsc$temp["displayName"] = "inspect";
return $lzsc$temp
})(), "explainStyleBindings", (function () {
var $lzsc$temp = function (node_$0, showInherited_$1) {
switch (arguments.length) {
case 1:
showInherited_$1 = false
};
var style_$2 = LzCSSStyle;
var pc_$3 = style_$2.getPropertyCache(node_$0);
var ppc_$4 = style_$2.getPropertyCache(node_$0.immediateparent);
var rc_$5 = style_$2.getRulesCache(node_$0);
var ps_$6 = [];
var sp_$7 = node_$0.__LZCSSProp;
if (sp_$7) {
for (var a_$8 in sp_$7) {
var p_$9 = sp_$7[a_$8];
if (showInherited_$1 || pc_$3[p_$9] !== ppc_$4[p_$9]) {
ps_$6.push(p_$9)
}}};
ps_$6.sort(this.caseInsensitiveOrdering);
var rs_$a = [];
for (var j_$b = 0, m_$c = rc_$5.length;j_$b < m_$c;j_$b++) {
var r_$d = rc_$5[j_$b];
var rp_$e = r_$d.properties;
for (var i_$f = 0, l_$g = ps_$6.length;i_$f < l_$g;i_$f++) {
var p_$9 = ps_$6[i_$f];
if (p_$9 in rp_$e) {
rs_$a.push(r_$d);
break
}}};
var msg_$h = "";
var vs_$i = [];
for (var j_$b = 0, m_$c = rs_$a.length;j_$b < m_$c;j_$b++) {
var r_$d = rs_$a[j_$b];
var rp_$e = r_$d.properties;
msg_$h += this.formatToString("/* @%s#%d (specificity %d, order %d) */\n", r_$d[Debug.FUNCTION_FILENAME], r_$d[Debug.FUNCTION_LINENO], r_$d.specificity, r_$d._lexorder).toHTML();
msg_$h += this.formatToString("%w {\n", r_$d).toHTML();
for (var i_$f = 0, l_$g = ps_$6.length;i_$f < l_$g;i_$f++) {
var p_$9 = ps_$6[i_$f];
if (p_$9 in rp_$e) {
var x_$j = vs_$i[i_$f];
msg_$h += this.formatToString(" %s%s: ", x_$j ? "" : "", p_$9);
msg_$h += this.formatToString("%w", rp_$e[p_$9]).toHTML();
msg_$h += this.formatToString("%s;\n", x_$j ? "" : "");
vs_$i[i_$f] = true
}};
msg_$h += this.formatToString("}\n").toHTML()
};
this.freshLine();
this.console.addHTMLText(msg_$h);
this.updateOutputState(msg_$h);
return node_$0
};
$lzsc$temp["displayName"] = "explainStyleBindings";
return $lzsc$temp
})(), "objseq", 0, "id_to_object_table", [], "IDForObject", (function () {
var $lzsc$temp = function (obj_$0, force_$1) {
switch (arguments.length) {
case 1:
force_$1 = false
};
var id_$2;
var ot_$3 = this.id_to_object_table;
for (id_$2 = ot_$3.length - 1;id_$2 >= 0;id_$2--) {
if (ot_$3[id_$2] === obj_$0) {
return id_$2
}};
if (!force_$1) {
if (!this.isObjectLike(obj_$0)) {
return null
}};
id_$2 = this.objseq++;
this.id_to_object_table[id_$2] = obj_$0;
return id_$2
};
$lzsc$temp["displayName"] = "IDForObject";
return $lzsc$temp
})(), "ObjectForID", (function () {
var $lzsc$temp = function (id_$0) {
return this.id_to_object_table[id_$0]
};
$lzsc$temp["displayName"] = "ObjectForID";
return $lzsc$temp
})(), "__typeof", (function () {
var $lzsc$temp = function (thing_$0) {
try {
var n_$1 = typeof thing_$0;
if (this.isObjectLike(thing_$0)) {
var oc_$2 = (Object["$lzsc$isa"] ? Object.$lzsc$isa(thing_$0) : thing_$0 instanceof Object) && thing_$0["constructor"];
var user_name_$3 = null;
if ("_dbg_typename" in thing_$0) {
if (Function["$lzsc$isa"] ? Function.$lzsc$isa(thing_$0._dbg_typename) : thing_$0._dbg_typename instanceof Function) {
try {
user_name_$3 = thing_$0._dbg_typename()
}
catch (e_$4) {}} else if (typeof thing_$0._dbg_typename == "string") {
user_name_$3 = thing_$0._dbg_typename
}};
if (this.isStringLike(user_name_$3)) {
n_$1 = user_name_$3
} else if (oc_$2) {
var ocn_$5 = this.functionName(oc_$2, true);
if (ocn_$5) {
n_$1 = ocn_$5
} else {
ocn_$5 = this.functionName(oc_$2, false);
if (!ocn_$5) {
var ts_$6 = thing_$0.toString();
var s_$7 = "[object ".length;
var e_$4 = ts_$6.indexOf("]");
if (ts_$6.indexOf("[object ") == 0 && e_$4 == ts_$6.length - 1) {
ocn_$5 = ts_$6.substring(s_$7, e_$4)
} else if (ts_$6.indexOf("[") == 0 && ts_$6.indexOf("]") == ts_$6.length - 1) {
ocn_$5 = ts_$6.substring(1, ts_$6.length - 1)
}};
if (ocn_$5) {
if (oc_$2 !== globalValue(ocn_$5)) {
var id_$8 = this.IDForObject(oc_$2, true);
ocn_$5 += "#" + id_$8
};
n_$1 = ocn_$5
}};
if (oc_$2 && !(oc_$2["$lzsc$isa"] ? oc_$2.$lzsc$isa(thing_$0) : thing_$0 instanceof oc_$2)) {
if (thing_$0 === oc_$2["prototype"]) {
} else {
n_$1 = "\xBF" + n_$1 + "?"
}} else if (oc_$2["prototype"] && (Function["$lzsc$isa"] ? Function.$lzsc$isa(oc_$2.prototype["isPrototypeOf"]) : oc_$2.prototype["isPrototypeOf"] instanceof Function) && !oc_$2.prototype.isPrototypeOf(thing_$0)) {
if (thing_$0 === oc_$2.prototype) {
} else {
n_$1 = "\xA1" + n_$1 + "!"
}}}};
try {
if (this.isArrayLike(thing_$0)) {
n_$1 += "(" + thing_$0.length + ")"
}}
catch (e_$4) {}}
catch (e_$4) {
try {
n_$1 = this.formatToString("Error: %0.24#s computing __typeof", e_$4)
}
catch (e_$4) {
n_$1 = "Recursive error computing __typeof"
}};
return n_$1
};
$lzsc$temp["displayName"] = "__typeof";
return $lzsc$temp
})(), "functionName", (function () {
var $lzsc$temp = function (fn_$0, mustBeUnique_$1) {
switch (arguments.length) {
case 1:
mustBeUnique_$1 = false
};
if (Function["$lzsc$isa"] ? Function.$lzsc$isa(fn_$0) : fn_$0 instanceof Function) {
var dn_$2 = Debug.FUNCTION_NAME;
if (fn_$0.hasOwnProperty(dn_$2)) {
var n_$3 = fn_$0[dn_$2]
} else {
var fstring_$4 = fn_$0["toString"]();
var s_$5 = "function ".length;
var e_$6 = fstring_$4.indexOf("(");
if (fstring_$4.indexOf("function ") == 0 && e_$6 > s_$5) {
while (fstring_$4.charAt(s_$5) == " ") {
s_$5++
};
while (fstring_$4.charAt(e_$6 - 1) == " ") {
e_$6--
};
n_$3 = fstring_$4.substring(s_$5, e_$6)
}};
if (n_$3) {
if (!mustBeUnique_$1 || fn_$0 === globalValue(n_$3)) {
return n_$3
}}};
return null
};
$lzsc$temp["displayName"] = "functionName";
return $lzsc$temp
})(), "methodName", (function () {
var $lzsc$temp = function (o_$0, f_$1) {
return this.functionName(f_$1)
};
$lzsc$temp["displayName"] = "methodName";
return $lzsc$temp
})(), "__StringDescription", (function () {
var $lzsc$temp = function (thing, escape_$0, limit_$1, readable_$2, depth_$3) {
try {
if (thing === void 0) {
return {readable: true, description: "(void 0)"}};
if (thing === null) {
return {readable: true, description: "null"}};
var t_$4 = typeof thing;
var isreadable_$5 = false;
var debug_name_$6 = null;
var s_$7 = "";
if (this.isObjectLike(thing)) {
var opl_$8 = this.printLength;
try {
this.printLength = limit_$1 < this.inspectPrintLength ? limit_$1 : this.inspectPrintLength;
if ((Function["$lzsc$isa"] ? Function.$lzsc$isa(thing["hasOwnProperty"]) : thing["hasOwnProperty"] instanceof Function) && thing.hasOwnProperty("_dbg_prototype_for")) {
debug_name_$6 = this.functionName(thing._dbg_prototype_for) + ".prototype"
} else {
var dn_$9 = ("_dbg_name" in thing) ? thing._dbg_name : null;
if (Function["$lzsc$isa"] ? Function.$lzsc$isa(dn_$9) : dn_$9 instanceof Function) {
try {
debug_name_$6 = thing._dbg_name()
}
catch (e_$a) {}} else if (this.isStringLike(dn_$9)) {
debug_name_$6 = dn_$9
}}}
finally {
this.printLength = opl_$8
}};
if (this.isStringLike(debug_name_$6)) {
if (debug_name_$6.charAt(0) == "#") {
isreadable_$5 = true
};
s_$7 = this.stringEscape(debug_name_$6)
} else if (t_$4 == "null" || t_$4 == "number" || t_$4 == "boolean") {
isreadable_$5 = true;
s_$7 = String(thing)
} else if (this.isStringLike(thing)) {
s_$7 = this.abbreviate(thing, limit_$1);
isreadable_$5 = escape_$0 && t_$4 == "string" && s_$7 === thing;
if (escape_$0) {
s_$7 = this.stringEscape(s_$7, true)
}} else if (t_$4 == "function" || (Function["$lzsc$isa"] ? Function.$lzsc$isa(thing) : thing instanceof Function)) {
var n_$b = this.functionName(thing, true);
if (n_$b != null) {
isreadable_$5 = true;
s_$7 = n_$b
} else {
s_$7 = this.functionName(thing, false);
if (s_$7 == null) {
s_$7 = ""
}}} else if (this.isObjectLike(thing)) {
if (thing["constructor"] && (thing.constructor === Date || thing.constructor === Boolean || thing.constructor === Number)) {
s_$7 = thing.toString();
if (s_$7 == null) {
s_$7 = ""
}} else if (String["$lzsc$isa"] ? String.$lzsc$isa(thing) : thing instanceof String) {
} else if ((Function["$lzsc$isa"] ? Function.$lzsc$isa(thing["toString"]) : thing["toString"] instanceof Function) && thing.toString !== {}.toString && thing.toString !== [].toString && (s_$7 = (function () {
var $lzsc$temp = function () {
try {
var u_$0 = thing.toString();
if (typeof u_$0 != "undefined" && u_$0 != "undefined") {
return u_$0
}}
catch (e_$1) {
return ""
}};
$lzsc$temp["displayName"] = "debugger/LzDebug.lzs#1071/24";
return $lzsc$temp
})()())) {
} else {
var names_$c = [];
var indices_$d = this.isArrayLike(thing) ? [] : null;
this.objectOwnProperties(thing, names_$c, indices_$d, limit_$1);
if (indices_$d) {
indices_$d.sort(this.numericOrdering)
};
if (indices_$d) {
var next_$e = 0;
for (var i_$f = 0;i_$f < indices_$d.length && s_$7.length < limit_$1;i_$f++) {
var key_$g = indices_$d[i_$f];
if (key_$g != next_$e) {
s_$7 += "\u2026, "
};
s_$7 += this.__String(thing[key_$g], true, limit_$1 - 5, false, depth_$3 - 1) + ", ";
next_$e = key_$g + 1
};
if (s_$7 != "" && i_$f == indices_$d.length) {
s_$7 = s_$7.substring(0, s_$7.length - 2)
};
s_$7 = "[" + s_$7 + "]"
} else {
var ellip_$h = true;
names_$c.sort(this.caseInsensitiveOrdering);
for (var i_$f = 0;i_$f < names_$c.length && s_$7.length < limit_$1;i_$f++) {
var e_$a = names_$c[i_$f];
var v_$i = thing[e_$a];
var tv_$j = typeof v_$i;
var dtv_$k = this.__typeof(v_$i);
if (tv_$j != "undefined" && tv_$j != "function" && "" + v_$i != "" && !this.internalProperty(e_$a) && !this.internalProperty(dtv_$k)) {
ellip_$h = true;
s_$7 += "" + e_$a + ": " + this.__String(v_$i, true, limit_$1 - 5, false, depth_$3 - 1) + ", "
} else {
if (ellip_$h) {
s_$7 += "\u2026, ";
ellip_$h = false
}}};
if (s_$7 != "" && i_$f == names_$c.length) {
s_$7 = s_$7.substring(0, s_$7.length - 2)
};
s_$7 = "{" + s_$7 + "}"
}}} else {
s_$7 = String(thing)
}}
catch (e_$a) {
try {
s_$7 = this.formatToString("Error: %0.24#s computing __String", e_$a)
}
catch (e_$a) {
s_$7 = "Recursive error computing __String"
}};
return {readable: isreadable_$5, description: s_$7}};
$lzsc$temp["displayName"] = "__StringDescription";
return $lzsc$temp
})(), "__String", (function () {
var $lzsc$temp = function (thing_$0, escape_$1, limit_$2, readable_$3, depth_$4) {
switch (arguments.length) {
case 1:
escape_$1 = true;;case 2:
limit_$2 = void 0;;case 3:
readable_$3 = void 0;;case 4:
depth_$4 = void 0
};
var origPrintLength_$5 = this.printLength;
var origPrintDepth_$6 = this.printDepth;
var origPrintDetectCircular_$7 = this.printDetectCircular;
if (limit_$2 === void 0) {
limit_$2 = origPrintLength_$5
};
if (readable_$3 === void 0) {
readable_$3 = !escape_$1
};
if (depth_$4 === void 0) {
depth_$4 = origPrintDepth_$6
};
var circular_$8 = origPrintDetectCircular_$7;
if (depth_$4 < 0) {
return "\u2026"
};
var s_$9 = "";
var isreadable_$a = false;
var id_$b = this.IDForObject(thing_$0);
if (limit_$2 > 0) {
try {
if (id_$b !== null && circular_$8 != null && circular_$8[id_$b]) {
var cache_$c = circular_$8[id_$b];
if (cache_$c && cache_$c !== true) {
s_$9 = cache_$c.description;
isreadable_$a = cache_$c.readable
} else {
readable_$3 = true
}} else {
if (id_$b !== null) {
if (!(Array["$lzsc$isa"] ? Array.$lzsc$isa(circular_$8) : circular_$8 instanceof Array)) {
circular_$8 = []
};
circular_$8[id_$b] = true
};
this.printLength = limit_$2;
this.printDepth = depth_$4;
this.printDetectCircular = circular_$8;
var d_$d = this.__StringDescription(thing_$0, escape_$1, limit_$2, readable_$3, depth_$4);
s_$9 = d_$d.description;
isreadable_$a = d_$d.readable;
if (s_$9 && id_$b !== null) {
circular_$8[id_$b] = d_$d
}}}
finally {
this.printLength = origPrintLength_$5;
this.printDepth = origPrintDepth_$6;
this.printDetectCircular = origPrintDetectCircular_$7
}};
if ((isreadable_$a || !readable_$3) && s_$9 && s_$9.length < limit_$2) {
return s_$9
};
var r_$e = "\xAB";
r_$e += this.__typeof(thing_$0);
var room_$f = limit_$2 - r_$e.length - 4;
if (readable_$3 && (!isreadable_$a || s_$9 && s_$9.length >= room_$f) && id_$b === null) {
id_$b = this.IDForObject(thing_$0, true)
};
if (readable_$3 && id_$b !== null) {
r_$e += "#" + id_$b
};
if (s_$9) {
if (room_$f > 0) {
r_$e += "| ";
r_$e += this.abbreviate(s_$9, room_$f)
}};
r_$e += "\xBB";
return r_$e
};
$lzsc$temp["displayName"] = "__String";
return $lzsc$temp
})(), "inspectContext", null, "inspectInternal", (function () {
var $lzsc$temp = function (obj_$0, showInternalProperties_$1) {
switch (arguments.length) {
case 1:
showInternalProperties_$1 = void 0
};
var si_$2 = showInternalProperties_$1 === void 0 ? Debug.showInternalProperties : false;
var octx_$3 = this.inspectContext;
var opdc_$4 = this.printDetectCircular;
try {
var isobj_$5 = this.isObjectLike(obj_$0);
if (!isobj_$5) {
var esc_$6 = false;
var pl_$7 = Infinity;
var pr_$8 = false
} else {
var esc_$6 = true;
var pl_$7 = this.inspectPrintLength;
var pr_$8 = true
};
this.inspectContext = obj_$0;
var id_$9 = this.IDForObject(obj_$0);
if (isobj_$5 && id_$9 !== null) {
var pdc_$a = this.printDetectCircular = [];
var d_$b = this.__StringDescription(obj_$0, true, pl_$7, true, 0);
pdc_$a[id_$9] = d_$b.readable ? d_$b.description : true
};
var name_$c = LzMessage.xmlEscape(this.__String(obj_$0, esc_$6, pl_$7, pr_$8, 0));
if (!isobj_$5) {
return name_$c
};
var names_$d = [];
var indices_$e = this.isArrayLike(obj_$0) && !this.isStringLike(obj_$0) ? [] : null;
this.objectOwnProperties(obj_$0, names_$d, indices_$e, Infinity, si_$2);
names_$d.sort(this.caseInsensitiveOrdering);
if (indices_$e) {
indices_$e.sort(this.numericOrdering)
};
var description_$f = "";
var nnames_$g = names_$d.length;
var val_$h;
var wid_$i = 0;
if (("markGeneration" in this) && this.markGeneration > 0) {
for (var i_$j = 0;i_$j < nnames_$g;i_$j++) {
var keywidth_$k = names_$d[i_$j].length;
if (keywidth_$k > wid_$i) {
wid_$i = keywidth_$k
}}};
if (indices_$e) {
var keywidth_$k = ("" + obj_$0.length).length;
if (keywidth_$k > wid_$i) {
wid_$i = keywidth_$k
}};
var last_$l;
for (var i_$j = 0;i_$j < nnames_$g;i_$j++) {
var key_$m = names_$d[i_$j];
if (key_$m != last_$l) {
last_$l = key_$m;
val_$h = obj_$0[key_$m];
if (si_$2 || !this.internalProperty(String(key_$m)) && !this.internalProperty(this.__typeof(val_$h))) {
description_$f += " " + this.computeSlotDescription(obj_$0, key_$m, val_$h, wid_$i) + "\n"
}}};
if (indices_$e) {
for (var i_$j = 0;i_$j < indices_$e.length;i_$j++) {
var key_$m = indices_$e[i_$j];
val_$h = obj_$0[key_$m];
description_$f += " " + this.computeSlotDescription(obj_$0, key_$m, val_$h, wid_$i) + "\n"
}};
if (("markGeneration" in this) && this.markGeneration > 0) {
var leaked_$n = this.annotation.leaked;
if (this.isObjectLike(obj_$0) && (Function["$lzsc$isa"] ? Function.$lzsc$isa(obj_$0["hasOwnProperty"]) : obj_$0["hasOwnProperty"] instanceof Function) && obj_$0.hasOwnProperty(leaked_$n) && obj_$0[leaked_$n]) {
name_$c += " (\xA3" + obj_$0[leaked_$n] + ")"
}}}
catch (e_$o) {
try {
description_$f = this.formatToString("Error: %0.24#s computing inspectInternal", e_$o).toHTML()
}
catch (e_$o) {
description_$f = "Recursive error computing inspectInternal"
}}
finally {
this.printDetectCircular = opdc_$4;
this.inspectContext = octx_$3
};
if (description_$f != "") {
description_$f = " {\n" + description_$f + "}"
};
return name_$c + description_$f
};
$lzsc$temp["displayName"] = "inspectInternal";
return $lzsc$temp
})(), "computeSlotDescription", (function () {
var $lzsc$temp = function (obj_$0, key_$1, val_$2, wid_$3) {
var r_$4 = key_$1 + ":";
wid_$3++;
try {
if (("markGeneration" in this) && this.markGeneration > 0) {
var annotation_$5 = this.annotation;
var leaked_$6 = annotation_$5.leaked;
var why_$7 = annotation_$5.why;
var wf_$8 = " ";
wid_$3 += wf_$8.length;
if ((Object["$lzsc$isa"] ? Object.$lzsc$isa(val_$2) : val_$2 instanceof Object) && (Function["$lzsc$isa"] ? Function.$lzsc$isa(val_$2["hasOwnProperty"]) : val_$2["hasOwnProperty"] instanceof Function) && val_$2.hasOwnProperty(leaked_$6) && val_$2[leaked_$6] && (!obj_$0.hasOwnProperty(leaked_$6) || val_$2[why_$7].indexOf(obj_$0[why_$7]) == 0)) {
r_$4 += this.pad(" (\xA3" + val_$2[leaked_$6] + ")", wf_$8.length)
} else {
r_$4 += wf_$8
}};
var ostr_$9 = LzMessage.xmlEscape(this.__String(val_$2, true, this.inspectPrintLength, false, this.inspectPrintDepth));
var id_$a = this.IDForObject(val_$2);
r_$4 = this.pad(r_$4, wid_$3);
r_$4 += " " + this.console.makeObjectLink(ostr_$9, id_$a)
}
catch (e_$b) {
try {
r_$4 += this.formatToString(" Error: %0.24#s computing slot description", e_$b).toHTML()
}
catch (e_$b) {
r_$4 += " Error computing description"
}};
return r_$4
};
$lzsc$temp["displayName"] = "computeSlotDescription";
return $lzsc$temp
})(), "isObjectLike", (function () {
var $lzsc$temp = function (obj_$0) {
return obj_$0 && ((Object["$lzsc$isa"] ? Object.$lzsc$isa(obj_$0) : obj_$0 instanceof Object) || typeof obj_$0 == "object")
};
$lzsc$temp["displayName"] = "isObjectLike";
return $lzsc$temp
})(), "isArrayLike", (function () {
var $lzsc$temp = function (obj_$0) {
if (obj_$0 && ((Array["$lzsc$isa"] ? Array.$lzsc$isa(obj_$0) : obj_$0 instanceof Array) || obj_$0["length"] != void 0)) {
var ol_$1 = obj_$0.length;
return (typeof ol_$1 == "number" || (Number["$lzsc$isa"] ? Number.$lzsc$isa(ol_$1) : ol_$1 instanceof Number)) && (ol_$1 | 0) === ol_$1 && ol_$1 >= 0
};
return false
};
$lzsc$temp["displayName"] = "isArrayLike";
return $lzsc$temp
})(), "isStringLike", (function () {
var $lzsc$temp = function (obj_$0) {
return typeof obj_$0 == "string" || (String["$lzsc$isa"] ? String.$lzsc$isa(obj_$0) : obj_$0 instanceof String) || (LzMessage["$lzsc$isa"] ? LzMessage.$lzsc$isa(obj_$0) : obj_$0 instanceof LzMessage)
};
$lzsc$temp["displayName"] = "isStringLike";
return $lzsc$temp
})(), "caseInsensitiveOrdering", (function () {
var $lzsc$temp = function (a_$0, b_$1) {
var al_$2 = a_$0.toLowerCase();
var bl_$3 = b_$1.toLowerCase();
return (al_$2 > bl_$3) - (al_$2 < bl_$3)
};
$lzsc$temp["displayName"] = "caseInsensitiveOrdering";
return $lzsc$temp
})(), "numericOrdering", (function () {
var $lzsc$temp = function (a_$0, b_$1) {
var al_$2 = Number(a_$0);
var bl_$3 = Number(b_$1);
return Number(al_$2 > bl_$3) - Number(al_$2 < bl_$3)
};
$lzsc$temp["displayName"] = "numericOrdering";
return $lzsc$temp
})(), "internalProperty", (function () {
var $lzsc$temp = function (str_$0) {
var ipp_$1 = LzDebugService.internalPropertyPrefixes;
for (var key_$2 = ipp_$1.length - 1;key_$2 >= 0;key_$2--) {
if (str_$0.indexOf(ipp_$1[key_$2]) == 0) {
return true
}};
return false
};
$lzsc$temp["displayName"] = "internalProperty";
return $lzsc$temp
})(), "abbreviate", (function () {
var $lzsc$temp = function (s_$0, l_$1) {
switch (arguments.length) {
case 1:
l_$1 = NaN
};
if (isNaN(l_$1)) {
l_$1 = Debug.printLength
};
return (arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["abbreviate"] || this.nextMethod(arguments.callee, "abbreviate")).call(this, s_$0, l_$1)
};
$lzsc$temp["displayName"] = "abbreviate";
return $lzsc$temp
})(), "versionInfo", (function () {
var $lzsc$temp = function () {
this.write(LzCanvas.versionInfoString())
};
$lzsc$temp["displayName"] = "versionInfo";
return $lzsc$temp
})(), "lastError", null, "bugReport", (function () {
var $lzsc$temp = function (error_$0, verbose) {
var inspect;
inspect = (function () {
var $lzsc$temp = function (obj_$0, verbose_$1) {
var id_$2 = verbose_$1 && Debug.IDForObject(obj_$0);
if (id_$2 && !(id_$2 in inspected)) {
inspected[id_$2] = obj_$0
};
return obj_$0
};
$lzsc$temp["displayName"] = "inspect";
return $lzsc$temp
})();
switch (arguments.length) {
case 0:
error_$0 = null;;case 1:
verbose = null
};
if (error_$0 == null) {
try {
with (this.environment) {
if (LzSourceMessage["$lzsc$isa"] ? LzSourceMessage.$lzsc$isa(_) : _ instanceof LzSourceMessage) {
error_$0 = _
} else {
error_$0 = this.lastError
}}}
catch (e_$1) {}};
if (typeof error_$0 == "number") {
error_$0 = this.ObjectForID(error_$0)
};
if (!(LzSourceMessage["$lzsc$isa"] ? LzSourceMessage.$lzsc$isa(error_$0) : error_$0 instanceof LzSourceMessage)) {
this.error("You must provide a debugger message to report. Please inspect a debugger message and try again.");
return
};
if (!(LzBacktrace["$lzsc$isa"] ? LzBacktrace.$lzsc$isa(error_$0.backtrace) : error_$0.backtrace instanceof LzBacktrace)) {
this.error("Backtraces must be on to report a bug. Please enable backtracing and try again.");
return
};
if (verbose == null) {
verbose = this.showInternalProperties
};
var inspected = {};
this.format("Please copy the following information into your bug report:\n\n---START OF BUG REPORT---\n\nLPS VERSION INFORMATION:\n");
this.versionInfo();
this.format("\nERROR MESSAGE: %s", error_$0);
this.format("\nERROR BACKTRACE:");
var that = this;
error_$0.backtrace.map((function () {
var $lzsc$temp = function (frame_$0) {
that.format("\n%w", frame_$0);
if (frame_$0.context) {
that.format("\n this: %#w", inspect(frame_$0.context, true))
};
var args_$1 = frame_$0.arguments;
for (var i_$2 = 0;i_$2 < args_$1.length;i_$2 += 2) {
that.format("\n %s: %#w", args_$1[i_$2], inspect(args_$1[i_$2 + 1], verbose))
}};
$lzsc$temp["displayName"] = "debugger/LzDebug.lzs#1633/7";
return $lzsc$temp
})());
var keys_$2 = [];
for (var id_$3 in inspected) {
keys_$2.push(id_$3)
};
if (keys_$2.length > 0) {
this.format("\n\nOBJECT DETAILS:");
keys_$2.sort((function () {
var $lzsc$temp = function (a_$0, b_$1) {
var al_$2 = parseInt(a_$0);
var bl_$3 = parseInt(b_$1);
return (al_$2 > bl_$3 ? 1 : 0) - (al_$2 < bl_$3 ? 1 : 0)
};
$lzsc$temp["displayName"] = "debugger/LzDebug.lzs#1651/17";
return $lzsc$temp
})());
for (var i_$4 = 0;i_$4 < keys_$2.length;i_$4++) {
var obj_$5 = inspected[keys_$2[i_$4]];
this.format("\n");
this.inspect(obj_$5);
this.format("\n")
}};
this.format("\n---END OF BUG REPORT---\n")
};
$lzsc$temp["displayName"] = "bugReport";
return $lzsc$temp
})(), "objectOwnProperties", (function () {
var $lzsc$temp = function (obj_$0, names_$1, indices_$2, limit_$3, nonEnumerable_$4) {
switch (arguments.length) {
case 1:
names_$1 = null;;case 2:
indices_$2 = null;;case 3:
limit_$3 = Infinity;;case 4:
nonEnumerable_$4 = false
};
var alen_$5 = false;
if (this.isArrayLike(obj_$0)) {
alen_$5 = obj_$0.length
};
var proto_$6 = false;
try {
proto_$6 = obj_$0["constructor"] && typeof obj_$0.constructor["prototype"] == "object" ? obj_$0.constructor.prototype : false
}
catch (e_$7) {};
for (var key_$8 in obj_$0) {
var isown_$9 = false;
if (!proto_$6) {
isown_$9 = true
} else {
try {
isown_$9 = obj_$0.hasOwnProperty(key_$8)
}
catch (e_$7) {};
if (!isown_$9) {
var pk_$a;
try {
pk_$a = proto_$6[key_$8]
}
catch (e_$7) {};
isown_$9 = obj_$0[key_$8] !== pk_$a
}};
if (isown_$9) {
if (alen_$5 != false && (key_$8 | 0) == key_$8 && 0 <= key_$8 && key_$8 < alen_$5) {
if (indices_$2) {
indices_$2.push(Number(key_$8));
if (--limit_$3 == 0) {
break
}}} else {
if (names_$1) {
names_$1.push(key_$8);
if (--limit_$3 == 0) {
break
}}}}}};
$lzsc$temp["displayName"] = "objectOwnProperties";
return $lzsc$temp
})(), "stackOverflow", (function () {
var $lzsc$temp = function () {
var bs_$0 = this.backtraceStack;
try {
var old_$1 = bs_$0.maxDepth;
bs_$0.maxDepth *= 1.25;
throw new Error(Debug.error("Stack overflow: %s", Debug.backtrace(bs_$0.length - 50)))
}
finally {
bs_$0.maxDepth = old_$1
}};
$lzsc$temp["displayName"] = "stackOverflow";
return $lzsc$temp
})(), "backtrace", (function () {
var $lzsc$temp = function (skip_$0) {
switch (arguments.length) {
case 0:
skip_$0 = 1
};
if (Debug.backtraceStack.length > skip_$0) {
return new LzBacktrace(skip_$0)
};
return null
};
$lzsc$temp["displayName"] = "backtrace";
return $lzsc$temp
})()], [LzFormatter, LzBootstrapDebugService], ["messageLevels", {ALL: 0, MONITOR: 1, TRACE: 2, DEBUG: 3, INFO: 4, WARNING: 5, ERROR: 6, NONE: 7}, "internalPropertyPrefixes", ["$", "__", "_dbg_", "LzDeclared"]]);
(function () {
var $lzsc$temp = function ($0) {
with ($0) with ($0.prototype) {}};
$lzsc$temp["displayName"] = "debugger/LzDebug.lzs#107/1";
return $lzsc$temp
})()(LzDebugService);
var Debug = new LzDebugService(Debug);
var __LzDebug = Debug;
Class.make("LzDHTMLDebugConsole", ["DebugWindow", null, "__reNewline", RegExp("
|
|
|\\n", "g"), "$lzsc$initialize", (function () {
var $lzsc$temp = function (iframe_$0) {
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this);
this.DebugWindow = iframe_$0
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "addHTMLText", (function () {
var $lzsc$temp = function (str_$0) {
var dw_$1 = this.DebugWindow;
var dwd_$2 = dw_$1.document;
var span_$3 = dwd_$2.createElement("span");
var dwdb_$4 = dwd_$2.body;
span_$3.innerHTML = '' + str_$0.replace(this.__reNewline, "
") + "";
dwdb_$4.appendChild(span_$3);
dw_$1.scrollTo(0, dwdb_$4.scrollHeight)
};
$lzsc$temp["displayName"] = "addHTMLText";
return $lzsc$temp
})(), "clear", (function () {
var $lzsc$temp = function () {
var dw_$0 = this.DebugWindow;
dw_$0.document.body.innerHTML = ""
};
$lzsc$temp["displayName"] = "clear";
return $lzsc$temp
})(), "echo", (function () {
var $lzsc$temp = function (str_$0, newLine_$1) {
switch (arguments.length) {
case 1:
newLine_$1 = true
};
this.addHTMLText('' + str_$0 + "" + (newLine_$1 ? "\n" : ""))
};
$lzsc$temp["displayName"] = "echo";
return $lzsc$temp
})(), "doEval", (function () {
var $lzsc$temp = function (expr_$0) {
try {
with (Debug.environment) {
var value_$1 = window.eval("(" + expr_$0 + ")")
};
Debug.displayResult(value_$1)
}
catch (e_$2) {
if (!(SyntaxError["$lzsc$isa"] ? SyntaxError.$lzsc$isa(e_$2) : e_$2 instanceof SyntaxError)) {
Debug.error("%s", e_$2);
return
};
try {
with (Debug.environment) {
var value_$1 = window.eval(expr_$0)
};
Debug.displayResult(value_$1)
}
catch (e_$2) {
Debug.error("%s", e_$2)
}}};
$lzsc$temp["displayName"] = "doEval";
return $lzsc$temp
})(), "makeObjectLink", (function () {
var $lzsc$temp = function (rep_$0, id_$1, attrs_$2) {
switch (arguments.length) {
case 2:
attrs_$2 = null
};
var type_$3 = attrs_$2 && attrs_$2["type"] ? attrs_$2.type : "INSPECT";
if (id_$1 != null) {
var obj_$4 = Debug.ObjectForID(id_$1);
var tip_$5 = Debug.formatToString("Inspect %0.32#w", obj_$4).toString().toHTML();
return '' + rep_$0 + ""
};
return rep_$0
};
$lzsc$temp["displayName"] = "makeObjectLink";
return $lzsc$temp
})()], LzBootstrapDebugConsole);
(function () {
var $lzsc$temp = function ($0) {
with ($0) with ($0.prototype) {}};
$lzsc$temp["displayName"] = "debugger/platform/dhtml/LzDebug.js#12/1";
return $lzsc$temp
})()(LzDHTMLDebugConsole);
Class.make("LzDHTMLDebugService", ["$lzsc$initialize", (function () {
var $lzsc$temp = function (base_$0) {
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this, base_$0);
var copy_$1 = {backtraceStack: true, uncaughtBacktraceStack: true, logger: true, console: true};
for (var k_$2 in copy_$1) {
this[k_$2] = base_$0[k_$2]
}};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "createDebugIframe", (function () {
var $lzsc$temp = function () {
var debugurl_$0 = lz.embed.options.serverroot + "lps/includes/laszlo-debugger.html";
var form_$1 = '
';
var debugdiv_$4 = document.createElement("div");
debugdiv_$4.innerHTML = form_$1 + iframe_$2 + inputdiv_$3;
debugdiv_$4.onmouseover = (function () {
var $lzsc$temp = function (e_$0) {
if (!e_$0) e_$0 = global.window.event;
e_$0.cancelBubble = true;
LzKeyboardKernel.setKeyboardControl(false, true);
return false
};
$lzsc$temp["displayName"] = "debugger/platform/dhtml/LzDebug.js#148/28";
return $lzsc$temp
})();
var y_$5 = canvas.height - 230;
lz.embed.__setAttr(debugdiv_$4, "style", "position:absolute;z-index:10000000;top:" + y_$5 + "px;width:100%;");
canvas.sprite.__LZdiv.appendChild(debugdiv_$4);
var style_$6 = debugdiv_$4.style;
style_$6.position = "absolute";
style_$6.top = y_$5;
style_$6.zIndex = 10000000;
style_$6.width = "100%";
return global.window.frames["LaszloDebugger"]
};
$lzsc$temp["displayName"] = "createDebugIframe";
return $lzsc$temp
})(), "makeDebugWindow", (function () {
var $lzsc$temp = function () {
for (var n_$0 in __ES3Globals) {
var p_$1 = __ES3Globals[n_$0];
try {
if (!(Function["$lzsc$isa"] ? Function.$lzsc$isa(p_$1) : p_$1 instanceof Function)) {
if (!p_$1._dbg_name) {
p_$1._dbg_name = n_$0
}} else if (!Debug.functionName(p_$1)) {
p_$1[Debug.FUNCTION_NAME] = n_$0
}}
catch (e_$2) {}};
if (LzBrowserKernel.getInitArg("lzconsoledebug") == "true") {
this.attachDebugConsole(new LzDHTMLDebugConsole(this.createDebugIframe()))
} else {
new (lz.LzDebugWindow)()
}};
$lzsc$temp["displayName"] = "makeDebugWindow";
return $lzsc$temp
})(), "objectLinkHandler", (function () {
var $lzsc$temp = function (event_$0, id_$1) {
event_$0.cancelBubble = true;
if (event_$0.stopPropagation) {
event_$0.stopPropagation()
};
this.displayObj(id_$1);
return false
};
$lzsc$temp["displayName"] = "objectLinkHandler";
return $lzsc$temp
})(), "hasFeature", (function () {
var $lzsc$temp = function (feature_$0, level_$1) {
return document.implementation && document.implementation.hasFeature && document.implementation.hasFeature(feature_$0, level_$1)
};
$lzsc$temp["displayName"] = "hasFeature";
return $lzsc$temp
})(), "__StringDescription", (function () {
var $lzsc$temp = function (thing_$0, escape_$1, limit_$2, readable_$3, depth_$4) {
var nodeToString;
nodeToString = (function () {
var $lzsc$temp = function (node_$0) {
var tn_$1 = node_$0.nodeName || "";
var path_$2 = tn_$1.toLowerCase();
var sprite_$3 = node_$0.owner;
var spritedivpath_$4;
if (sprite_$3 instanceof LzSprite && sprite_$3.owner.sprite === sprite_$3) {
for (var key_$5 in sprite_$3) {
if (sprite_$3[key_$5] === node_$0) {
spritedivpath_$4 = Debug.formatToString("%w/@sprite/@%s", sprite_$3.owner, key_$5)
}}};
if (node_$0.nodeType == 1) {
var id_$6 = node_$0.id;
var cn_$7 = node_$0.className;
if (id_$6 && !spritedivpath_$4) {
path_$2 += "#" + encodeURIComponent(id_$6)
} else if (cn_$7) {
var more_$8 = cn_$7.indexOf(" ");
if (more_$8 == -1) {
more_$8 = cn_$7.length
};
path_$2 += "." + cn_$7.substring(0, more_$8)
}};
if (spritedivpath_$4) {
return spritedivpath_$4 + (path_$2.length > 0 ? "/" + path_$2 : "")
};
var parent_$9 = node_$0.parentNode;
if (parent_$9) {
var index_$a, count_$b = 0;
for (var sibling_$c = parent_$9.firstChild;sibling_$c;sibling_$c = sibling_$c.nextSibling) {
if (tn_$1 == sibling_$c.nodeName) {
count_$b++;
if (index_$a) break
};
if (node_$0 === sibling_$c) {
index_$a = count_$b
}};
if (count_$b > 1) {
path_$2 += "[" + index_$a + "]"
};
try {
return nodeToString(parent_$9) + "/" + path_$2
}
catch (e_$d) {
return "\u2026/" + path_$2
}};
return path_$2
};
$lzsc$temp["displayName"] = "nodeToString";
return $lzsc$temp
})();
try {
if ((!(!global.window.HTMLElement) ? thing_$0 instanceof HTMLElement : typeof thing_$0 == "object" && !thing_$0.constructor) && !isNaN(Number(thing_$0["nodeType"]))) {
var style_$5 = thing_$0.style.cssText;
if (style_$5 != "") {
style_$5 = '[@style="' + style_$5 + '"]'
};
return {readable: false, description: nodeToString(thing_$0) + style_$5}} else if (this.hasFeature("mouseevents", "2.0") && (global["MouseEvent"]["$lzsc$isa"] ? global["MouseEvent"].$lzsc$isa(thing_$0) : thing_$0 instanceof global["MouseEvent"])) {
var desc_$6 = thing_$0.type;
if (thing_$0.shiftKey) {
desc_$6 = "shift-" + desc_$6
};
if (thing_$0.ctrlKey) {
desc_$6 = "ctrl-" + desc_$6
};
if (thing_$0.metaKey) {
desc_$6 = "meta-" + desc_$6
};
if (thing_$0.altKey) {
desc_$6 = "alt-" + desc_$6
};
switch (thing_$0.detail) {
case 2:
desc_$6 = "double-" + desc_$6;break;;case 3:
desc_$6 = "triple-" + desc_$6;break
};
switch (thing_$0.button) {
case 1:
desc_$6 += "-middle";break;;case 2:
desc_$6 += "-right";break
};
return {readable: false, description: desc_$6}}}
catch (e_$7) {};
return (arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["__StringDescription"] || this.nextMethod(arguments.callee, "__StringDescription")).call(this, thing_$0, escape_$1, limit_$2, readable_$3, depth_$4)
};
$lzsc$temp["displayName"] = "__StringDescription";
return $lzsc$temp
})(), "functionName", (function () {
var $lzsc$temp = function (fn_$0, mustBeUnique_$1) {
if (Function["$lzsc$isa"] ? Function.$lzsc$isa(fn_$0) : fn_$0 instanceof Function) {
if (fn_$0.hasOwnProperty("tagname")) {
var n_$2 = fn_$0.tagname;
if (!mustBeUnique_$1 || fn_$0 === lz[n_$2]) {
return "<" + n_$2 + ">"
} else {
return null
}}};
return (arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["functionName"] || this.nextMethod(arguments.callee, "functionName")).call(this, fn_$0, mustBeUnique_$1)
};
$lzsc$temp["displayName"] = "functionName";
return $lzsc$temp
})(), "objectOwnProperties", (function () {
var $lzsc$temp = function (obj_$0, names_$1, indices_$2, limit_$3, nonEnumerable_$4) {
switch (arguments.length) {
case 1:
names_$1 = null;;case 2:
indices_$2 = null;;case 3:
limit_$3 = Infinity;;case 4:
nonEnumerable_$4 = false
};
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["objectOwnProperties"] || this.nextMethod(arguments.callee, "objectOwnProperties")).call(this, obj_$0, names_$1, indices_$2, limit_$3, nonEnumerable_$4);
var proto_$5 = false;
try {
proto_$5 = obj_$0["constructor"] && typeof obj_$0.constructor["prototype"] == "object" ? obj_$0.constructor.prototype : false
}
catch (e_$6) {};
if (names_$1 && nonEnumerable_$4 && proto_$5) {
var unenumerated_$7 = {callee: true, length: true, constructor: true, prototype: true};
for (var key_$8 in unenumerated_$7) {
var isown_$9 = false;
try {
isown_$9 = obj_$0.hasOwnProperty(key_$8)
}
catch (e_$6) {};
if (!isown_$9) {
var pk_$a;
try {
pk_$a = proto_$5[key_$8]
}
catch (e_$6) {};
isown_$9 = obj_$0[key_$8] !== pk_$a
};
if (isown_$9) {
for (var i_$b = 0, l_$c = names_$1.length;i_$b < l_$c;i_$b++) {
if (names_$1[i_$b] == key_$8) {
isown_$9 = false;
break
}}};
if (isown_$9) {
names_$1.push(key_$8)
}}}};
$lzsc$temp["displayName"] = "objectOwnProperties";
return $lzsc$temp
})(), "enableInspectMouseHandlers", (function () {
var $lzsc$temp = function (div_$0, enable_$1) {
if (enable_$1) {
div_$0.prev_onclick = div_$0.onclick;
div_$0.style.prev_border = div_$0.style.border;
div_$0.style.prev_margin = div_$0.style.margin;
div_$0.style.border = "1px solid red";
div_$0.style.margin = "-1px";
div_$0.onclick = (function () {
var $lzsc$temp = function (e_$0) {
Debug.write("view = ", this.owner.owner)
};
$lzsc$temp["displayName"] = "debugger/platform/dhtml/LzDebug.js#404/21";
return $lzsc$temp
})()
} else {
div_$0.onclick = div_$0.prev_onclick;
div_$0.style.border = div_$0.style.prev_border;
div_$0.style.margin = div_$0.style.prev_margin;
delete div_$0.prev_onclick;
delete div_$0.prev_margin;
delete div_$0.prev_border
}};
$lzsc$temp["displayName"] = "enableInspectMouseHandlers";
return $lzsc$temp
})(), "showDivs", (function () {
var $lzsc$temp = function (enable_$0) {
if (enable_$0 == null) enable_$0 = true;
Debug._showDivs(canvas, enable_$0)
};
$lzsc$temp["displayName"] = "showDivs";
return $lzsc$temp
})(), "_showDivs", (function () {
var $lzsc$temp = function (view_$0, enable_$1) {
var k_$2 = view_$0.sprite;
if (k_$2 != null) {
var div_$3 = k_$2.__LZdiv;
if (div_$3 != null) {
this.enableInspectMouseHandlers(div_$3, enable_$1)
}};
for (var i_$4 = 0;i_$4 < view_$0.subviews.length;i_$4++) {
var cv_$5 = view_$0.subviews[i_$4];
Debug._showDivs(cv_$5, enable_$1)
}};
$lzsc$temp["displayName"] = "_showDivs";
return $lzsc$temp
})()], LzDebugService);
(function () {
var $lzsc$temp = function ($0) {
with ($0) with ($0.prototype) {}};
$lzsc$temp["displayName"] = "debugger/platform/dhtml/LzDebug.js#121/1";
return $lzsc$temp
})()(LzDHTMLDebugService);
var Debug = new LzDHTMLDebugService(Debug);
var __LzDebug = Debug;
if (lz.embed.browser.isIE) {
Error.prototype.toString = (function () {
var $lzsc$temp = function () {
return this.name + ": " + this.message
};
$lzsc$temp["displayName"] = "debugger/platform/dhtml/LzDebug.js#460/30";
return $lzsc$temp
})()
};
Class.make("LzDebuggerWindowConsoleBridge", ["DebugWindow", void 0, "$lzsc$initialize", (function () {
var $lzsc$temp = function (view_$0) {
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this);
this.DebugWindow = view_$0
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "canvasConsoleWindow", (function () {
var $lzsc$temp = function () {
return this.DebugWindow
};
$lzsc$temp["displayName"] = "canvasConsoleWindow";
return $lzsc$temp
})(), "__reNewline", RegExp("
|
|
|\\n", "g"), "addHTMLText", (function () {
var $lzsc$temp = function (str_$0) {
this.DebugWindow.addHTMLText(str_$0.replace(this.__reNewline, "
"))
};
$lzsc$temp["displayName"] = "addHTMLText";
return $lzsc$temp
})(), "clear", (function () {
var $lzsc$temp = function () {
this.DebugWindow.clearWindow()
};
$lzsc$temp["displayName"] = "clear";
return $lzsc$temp
})(), "ensureVisible", (function () {
var $lzsc$temp = function () {
this.DebugWindow.ensureVisible()
};
$lzsc$temp["displayName"] = "ensureVisible";
return $lzsc$temp
})(), "echo", (function () {
var $lzsc$temp = function (str_$0, newLine_$1) {
switch (arguments.length) {
case 1:
newLine_$1 = true
};
this.addHTMLText('' + str_$0 + "" + (newLine_$1 ? "\n" : ""))
};
$lzsc$temp["displayName"] = "echo";
return $lzsc$temp
})(), "makeObjectLink", (function () {
var $lzsc$temp = function (rep_$0, id_$1, attrs_$2) {
switch (arguments.length) {
case 2:
attrs_$2 = null
};
var color_$3 = attrs_$2 && attrs_$2["color"] ? attrs_$2.color : "#0000ff";
var decoration_$4 = attrs_$2 && attrs_$2["type"] ? "none" : "underline";
if (id_$1 != null) {
var obj_$5 = Debug.ObjectForID(id_$1);
var tip_$6 = Debug.formatToString("Inspect %0.32#w", obj_$5).toString().toHTML();
return '' + rep_$0 + ""
};
return rep_$0
};
$lzsc$temp["displayName"] = "makeObjectLink";
return $lzsc$temp
})(), "doEval", (function () {
var $lzsc$temp = function (expr_$0) {
try {
with (Debug.environment) {
var value_$1 = window.eval("(" + expr_$0 + ")")
};
Debug.displayResult(value_$1)
}
catch (e_$2) {
if (!(SyntaxError["$lzsc$isa"] ? SyntaxError.$lzsc$isa(e_$2) : e_$2 instanceof SyntaxError)) {
Debug.error("%s", e_$2);
return
};
try {
with (Debug.environment) {
var value_$1 = window.eval(expr_$0)
};
Debug.displayResult(value_$1)
}
catch (e_$2) {
Debug.error("%s", e_$2)
}}};
$lzsc$temp["displayName"] = "doEval";
return $lzsc$temp
})()], LzDebugConsole);
(function () {
var $lzsc$temp = function ($0) {
with ($0) with ($0.prototype) {}};
$lzsc$temp["displayName"] = "debugger/platform/dhtml/LzDebuggerWindowConsoleBridge.js#11/1";
return $lzsc$temp
})()(LzDebuggerWindowConsoleBridge);
Debug.sourceWarningHistory = {};
var $reportSourceWarning = (function () {
var $lzsc$temp = function (filename_$0, lineNumber_$1, msg_$2, fatal_$3) {
var warning_$4 = new (fatal_$3 ? LzError : LzWarning)(filename_$0, lineNumber_$1, msg_$2);
var warningString_$5 = warning_$4.toString();
if (Debug.sourceWarningHistory[warningString_$5]) {
return
};
Debug.sourceWarningHistory[warningString_$5] = true;
Debug.freshLine();
Debug.__write(warning_$4)
};
$lzsc$temp["displayName"] = "debugger/LzCompiler.lzs#28/28";
return $lzsc$temp
})();
Class.make("__LzStackFrame", ["__filename", void 0, "__lineno", void 0, "arguments", void 0, "context", void 0, "callee", void 0, "$lzsc$initialize", (function () {
var $lzsc$temp = function (args_$0) {
if (args_$0["this"]) {
this.context = args_$0["this"]
};
this.callee = args_$0.callee;
this.__filename = args_$0.filename;
this.__lineno = args_$0.lineno;
this.arguments = args_$0.concat()
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "isUserFrame", (function () {
var $lzsc$temp = function () {
return this.__filename.indexOf("lfc") != 0
};
$lzsc$temp["displayName"] = "isUserFrame";
return $lzsc$temp
})(), "filename", (function () {
var $lzsc$temp = function () {
return this.__filename
};
$lzsc$temp["displayName"] = "filename";
return $lzsc$temp
})(), "lineno", (function () {
var $lzsc$temp = function () {
return this.__lineno
};
$lzsc$temp["displayName"] = "lineno";
return $lzsc$temp
})(), "toString", (function () {
var $lzsc$temp = function () {
var callee_$0 = this.callee;
if (Function["$lzsc$isa"] ? Function.$lzsc$isa(callee_$0) : callee_$0 instanceof Function) {
return Debug.functionName(callee_$0, false)
};
return "" + callee_$0
};
$lzsc$temp["displayName"] = "toString";
return $lzsc$temp
})()]);
(function () {
var $lzsc$temp = function ($0) {
with ($0) with ($0.prototype) {
{
__LzStackFrame.prototype._dbg_name = (function () {
var $lzsc$temp = function () {
return Debug.formatToString("%0.64s @%s#%d", this.callee, this.__filename, this.__lineno)
};
$lzsc$temp["displayName"] = "debugger/LzBacktrace.lzs#81/40";
return $lzsc$temp
})();
__LzStackFrame.prototype._dbg_typename = "StackFrame"
}}};
$lzsc$temp["displayName"] = "debugger/LzBacktrace.lzs#20/1";
return $lzsc$temp
})()(__LzStackFrame);
Class.make("LzBacktrace", ["length", void 0, "$lzsc$initialize", (function () {
var $lzsc$temp = function (skip_$0) {
switch (arguments.length) {
case 0:
skip_$0 = 0
};
var bs_$1 = Debug.backtraceStack;
var l_$2 = bs_$1.length - skip_$0;
this.length = l_$2;
for (var i_$3 = 0;i_$3 < l_$2;i_$3++) {
var fr_$4 = bs_$1[i_$3];
if (!fr_$4.hasOwnProperty("__LzStackFrame") || fr_$4["lineno"] != fr_$4.__LzStackFrame.lineno()) {
fr_$4.__LzStackFrame = new __LzStackFrame(fr_$4)
};
this[i_$3] = fr_$4.__LzStackFrame
}};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "userStackFrame", (function () {
var $lzsc$temp = function () {
for (var i_$0 = this.length - 1;i_$0 >= 0;i_$0--) {
var fr_$1 = this[i_$0];
if (fr_$1.isUserFrame()) {
return fr_$1
}};
return null
};
$lzsc$temp["displayName"] = "userStackFrame";
return $lzsc$temp
})(), "map", (function () {
var $lzsc$temp = function (fn_$0, limit_$1) {
switch (arguments.length) {
case 1:
limit_$1 = NaN
};
if (Function["$lzsc$isa"] ? Function.$lzsc$isa(fn_$0) : fn_$0 instanceof Function) {
if (isNaN(limit_$1)) {
limit_$1 = this.length
};
for (var i_$2 = this.length - 1;i_$2 >= 0 && limit_$1 > 0;i_$2--, limit_$1--) {
fn_$0(this[i_$2])
}}};
$lzsc$temp["displayName"] = "map";
return $lzsc$temp
})(), "toStringInternal", (function () {
var $lzsc$temp = function (length_$0) {
switch (arguments.length) {
case 0:
length_$0 = NaN
};
if (isNaN(length_$0)) {
length_$0 = Debug.printLength
};
var backtrace_$1 = "";
var sep_$2 = " <- ";
for (var i_$3 = this.length - 1;i_$3 >= 0 && backtrace_$1.length < length_$0;i_$3--) {
backtrace_$1 += this[i_$3] + sep_$2
};
if (backtrace_$1 != "" && i_$3 < 0) {
backtrace_$1 = backtrace_$1.substring(0, backtrace_$1.length - sep_$2.length)
};
backtrace_$1 = Debug.abbreviate(backtrace_$1, length_$0);
return backtrace_$1
};
$lzsc$temp["displayName"] = "toStringInternal";
return $lzsc$temp
})(), "toString", (function () {
var $lzsc$temp = function () {
return this.toStringInternal()
};
$lzsc$temp["displayName"] = "toString";
return $lzsc$temp
})()]);
(function () {
var $lzsc$temp = function ($0) {
with ($0) with ($0.prototype) {
{
LzBacktrace.prototype._dbg_name = (function () {
var $lzsc$temp = function () {
return this.toStringInternal(Debug.inspectPrintLength)
};
$lzsc$temp["displayName"] = "debugger/LzBacktrace.lzs#188/37";
return $lzsc$temp
})();
LzBacktrace.prototype._dbg_typename = "Backtrace"
}}};
$lzsc$temp["displayName"] = "debugger/LzBacktrace.lzs#105/1";
return $lzsc$temp
})()(LzBacktrace);
Class.make("LzTrace", ["$lzsc$initialize", (function () {
var $lzsc$temp = function (file_$0, line_$1, message_$2, node_$3) {
switch (arguments.length) {
case 0:
file_$0 = null;;case 1:
line_$1 = 0;;case 2:
message_$2 = "";;case 3:
node_$3 = null
};
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this, file_$0, line_$1, message_$2, node_$3)
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})()], LzSourceMessage, ["type", "TRACE", "color", "#00cc00", "format", LzSourceMessage.format]);
Debug.traceMessage = (function () {
var $lzsc$temp = function (control_$0) {
var args_$1 = Array.prototype.slice.call(arguments, 1);
return this.warnInternal.apply(this, [LzTrace, control_$0].concat(args_$1))
};
$lzsc$temp["displayName"] = "debugger/LzTrace.lzs#44/22";
return $lzsc$temp
})();
Debug.trace = (function () {
var $lzsc$temp = function (who_$0, methodName_$1) {
if (who_$0[methodName_$1] instanceof Function) {
var f = who_$0[methodName_$1];
var m_$2 = (function () {
var $lzsc$temp = function () {
Debug.traceMessage("[%6.2f] %s.apply(%w, %w)", new Date().getTime() % 1000000, f, this, arguments);
var r_$0 = f.apply(this, arguments);
Debug.traceMessage("[%6.2f] %s -> %w", new Date().getTime() % 1000000, f, r_$0);
return r_$0
};
$lzsc$temp["displayName"] = "debugger/LzTrace.lzs#69/13";
return $lzsc$temp
})();
m_$2._dbg_previous_definition = f;
if (Instance["$lzsc$isa"] ? Instance.$lzsc$isa(who_$0) : who_$0 instanceof Instance) {
who_$0.addProperty(methodName_$1, m_$2)
} else {
who_$0[methodName_$1] = m_$2
};
return who_$0[methodName_$1] === m_$2
} else {
Debug.error("%w.%s is not a function", who_$0, methodName_$1)
};
return false
};
$lzsc$temp["displayName"] = "debugger/LzTrace.lzs#66/15";
return $lzsc$temp
})();
Debug.untrace = (function () {
var $lzsc$temp = function (who_$0, methodName_$1) {
if (who_$0[methodName_$1] instanceof Function) {
var f_$2 = who_$0[methodName_$1];
var p_$3 = f_$2["_dbg_previous_definition"];
if (p_$3) {
if (who_$0.hasOwnProperty(methodName_$1)) {
delete who_$0[methodName_$1]
};
if (who_$0[methodName_$1] !== p_$3) {
if (Instance["$lzsc$isa"] ? Instance.$lzsc$isa(who_$0) : who_$0 instanceof Instance) {
who_$0.addProperty(methodName_$1, p_$3)
} else {
who_$0[methodName_$1] = p_$3
}};
return who_$0[methodName_$1] === p_$3
} else {
Debug.error("%w.%s is not being traced", who_$0, methodName_$1)
}} else {
Debug.error("%w.%s is not a function", who_$0, methodName_$1)
};
return false
};
$lzsc$temp["displayName"] = "debugger/LzTrace.lzs#101/17";
return $lzsc$temp
})();
Class.make("LzMonitor", ["$lzsc$initialize", (function () {
var $lzsc$temp = function (file_$0, line_$1, message_$2, node_$3) {
switch (arguments.length) {
case 0:
file_$0 = null;;case 1:
line_$1 = 0;;case 2:
message_$2 = "";;case 3:
node_$3 = null
};
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this, file_$0, line_$1, message_$2, node_$3)
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})()], LzSourceMessage, ["type", "MONITOR", "color", "#00cc00", "format", LzSourceMessage.format]);
(function () {
var $lzsc$temp = function ($0) {
with ($0) with ($0.prototype) {}};
$lzsc$temp["displayName"] = "debugger/LzMonitor.lzs#19/1";
return $lzsc$temp
})()(LzMonitor);
Debug.monitorMessage = (function () {
var $lzsc$temp = function (control_$0) {
var args_$1 = Array.prototype.slice.call(arguments, 1);
return this.warnInternal.apply(this, [LzMonitor, control_$0].concat(args_$1))
};
$lzsc$temp["displayName"] = "debugger/LzMonitor.lzs#44/24";
return $lzsc$temp
})();
Debug.monitor = (function () {
var $lzsc$temp = function (who, what) {
var o = who[what];
var s_$0 = (function () {
var $lzsc$temp = function (n_$0) {
var c_$1 = arguments.callee.caller;
if (!c_$1 && Debug.backtraceStack instanceof Array) {
var bs_$2 = Debug.backtraceStack;
c_$1 = bs_$2[bs_$2.length - 2].callee
};
Debug.monitorMessage("[%6.2f] %s: %w.%s: %w -> %w", new Date().getTime() % 1000000, c_$1 || "(unknown)", who, what, o, n_$0);
return o = n_$0
};
$lzsc$temp["displayName"] = "debugger/platform/dhtml/LzMonitor.js#23/11";
return $lzsc$temp
})();
var g_$1 = (function () {
var $lzsc$temp = function () {
return o
};
$lzsc$temp["displayName"] = "debugger/platform/dhtml/LzMonitor.js#37/11";
return $lzsc$temp
})();
try {
delete who[what];
who.__defineGetter__(what, g_$1);
who.__defineSetter__(what, s_$0);
with (who) {
if (eval(what) !== o) {
throw new Error("Debug.monitor: failed to install functional getter/setter")
}}}
catch (e_$2) {
Debug.error("Debug.monitor: Can't monitor %s.%s", who, what);
delete who[what];
who[what] = o
}};
$lzsc$temp["displayName"] = "debugger/platform/dhtml/LzMonitor.js#21/17";
return $lzsc$temp
})();
Debug.unmonitor = (function () {
var $lzsc$temp = function (who_$0, what_$1) {
var o_$2 = who_$0[what_$1];
delete who_$0[what_$1];
who_$0[what_$1] = o_$2
};
$lzsc$temp["displayName"] = "debugger/platform/dhtml/LzMonitor.js#71/19";
return $lzsc$temp
})();
Debug.annotation = {marked: "_dbg_marked", why: "_dbg_why", size: "_dbg_smoots", total: "_dbg_weight", leaked: "_dbg_leaked"};
Debug.allAnnotations = [];
(function () {
var $lzsc$temp = function () {
for (var a_$0 in Debug.annotation) {
Debug.allAnnotations.push(Debug.annotation[a_$0])
}};
$lzsc$temp["displayName"] = "debugger/LzMemory.lzs#27/2";
return $lzsc$temp
})()();
Debug.markGeneration = 0;
Debug.noteWhy = false;
Debug.findLeaks = false;
Debug.leaks = [];
Debug.debugTrace = false;
Debug.loops = 0;
Debug.loopCount = 0;
Debug.loopElapsed = 0;
Debug.mark = (function () {
var $lzsc$temp = function (o_$0) {
if (!o_$0 || !(typeof o_$0 == "object" || typeof o_$0 == "movieclip") || !(typeof o_$0["hasOwnProperty"] == "function")) {
if (this.debugTrace) {
console.log("Not marking %s\n", o_$0)
};
return false
};
try {
var annotation_$1 = this.annotation;
delete o_$0[annotation_$1.leaked];
o_$0[annotation_$1.marked] = this.markGeneration
}
catch (e_$2) {
return false
};
return true
};
$lzsc$temp["displayName"] = "debugger/LzMemory.lzs#55/14";
return $lzsc$temp
})();
Debug.isMarked = (function () {
var $lzsc$temp = function (o_$0) {
if (!o_$0 || !(typeof o_$0 == "object" || typeof o_$0 == "movieclip") || !(typeof o_$0["hasOwnProperty"] == "function")) {
if (this.debugTrace) {
console.log("Not tracing %s\n", o_$0)
};
return true
};
var marked_$1 = this.annotation.marked;
try {
if (!o_$0.hasOwnProperty(marked_$1)) {
return null
};
return o_$0[marked_$1] == this.markGeneration
}
catch (e_$2) {
if (this.debugTrace) {
console.log("Not tracing %s\n", o_$0)
};
return true
}};
$lzsc$temp["displayName"] = "debugger/LzMemory.lzs#88/18";
return $lzsc$temp
})();
Debug.obstack = [];
Debug.traceStep = (function () {
var $lzsc$temp = function (steps_$0, milliseconds_$1) {
switch (arguments.length) {
case 0:
steps_$0 = Infinity;;case 1:
milliseconds_$1 = 1300
};
var loopStart_$2 = new Date().getTime();
var loopCount_$3 = 0;
var loopElapsed_$4 = 0;
var os_$5 = this.obstack;
var dopath_$6 = this.noteWhy || this.debugTrace;
var annotation_$7 = this.annotation;
var marked_$8 = annotation_$7.marked;
var why_$9 = annotation_$7.why;
var size_$a = annotation_$7.size;
var total_$b = annotation_$7.total;
var leaked_$c = annotation_$7.leaked;
while (loopCount_$3++ < steps_$0 && (loopElapsed_$4 = new Date().getTime() - loopStart_$2) < milliseconds_$1) {
while (os_$5.length > 0 && os_$5[0].length == 0) {
os_$5.shift();
if (os_$5.length == 0) {
LzTimeKernel.clearInterval(this.backgroundTask);
this.loops++;
this.loopCount += loopCount_$3;
this.loopElapsed += loopElapsed_$4;
this.debug("%d loops @ %0.0d iterations, %0.2d milliseconds", this.loops, this.loopCount / this.loops, this.loopElapsed / this.loops);
this.format(" \u2026 done!\n");
return true
}};
var ose_$d = os_$5[0];
var o_$e = ose_$d.pop();
var oo_$f = o_$e;
var name_$g = ose_$d.pop();
var wasMarked_$h = this.isMarked(o_$e);
var wasLeaked_$i = wasMarked_$h === null;
if (wasMarked_$h) {
continue
};
if (dopath_$6) {
var path_$j = ose_$d.path.concat(name_$g);
try {
o_$e[why_$9] = path_$j.join("\x01")
}
catch (e_$k) {}};
if (o_$e !== oo_$f) {
Debug.debug("Annotating %s[%s] (%#w) caused allocation of %#w", path_$j, name_$g, oo_$f, o_$e)
};
if (this.findLeaks && wasLeaked_$i) {
this.leaks.push(o_$e)
};
if (!this.mark(o_$e)) {
continue
};
var obSize_$l = 0;
var queuedSlots_$m = [];
if (dopath_$6) {
queuedSlots_$m.path = path_$j;
var ancestors_$n = ose_$d.ancestors;
queuedSlots_$m.ancestors = ancestors_$n.concat();
queuedSlots_$m.ancestors.push(o_$e)
};
var ownProperties_$o = [];
try {
this.objectOwnProperties(o_$e, ownProperties_$o, ownProperties_$o, Infinity, true)
}
catch (e_$k) {};
for (var i_$p = ownProperties_$o.length - 1;i_$p >= 0;i_$p--) {
var p_$q = ownProperties_$o[i_$p];
obSize_$l += 2;
try {
var v_$r = o_$e[p_$q];
if (typeof v_$r == "string") {
obSize_$l += Math.ceil(v_$r.length / 4)
};
if (!(v_$r && typeof v_$r == "object" && v_$r["hasOwnProperty"] instanceof Function)) {
if (this.debugTrace) {};
v_$r = null
} else if (v_$r !== o_$e[p_$q]) {
if (this.debugTrace) {};
v_$r = null
} else {
v_$r[size_$a] = 0;
if (v_$r !== o_$e[p_$q]) {
if (this.debugTrace) {
Debug.debug("Mutating %s[%s] (%#w) caused allocation of %#w", o_$e, p_$q, v_$r, o_$e[p_$q])
};
v_$r = null
}}}
catch (err_$s) {
if (this.debugTrace) {
Debug.debug("Mutating %s[%s] (%#w) caused %#w", o_$e, p_$q, v_$r, err_$s)
};
v_$r = null
};
if (v_$r && !this.isMarked(v_$r)) {
queuedSlots_$m.push(p_$q, v_$r)
}};
o_$e[size_$a] = obSize_$l;
if (dopath_$6) {
o_$e[total_$b] = obSize_$l;
if (wasLeaked_$i) {
o_$e[leaked_$c] = obSize_$l
};
var al_$t = ancestors_$n.length;
for (var i_$p = al_$t - 1;i_$p >= 0;i_$p--) {
var ai_$u = ancestors_$n[i_$p];
if (ai_$u) {
ai_$u[total_$b] += obSize_$l;
if (wasLeaked_$i) {
if (ai_$u.hasOwnProperty(leaked_$c)) {
if (this.debugTrace) {
if (o_$e[why_$9].indexOf(ai_$u[why_$9]) != 0) {
console.log("%w(%s) +> %w(%s)\n", o_$e, o_$e[why_$9], ai_$u, ai_$u[why_$9]);
console.log("%w[%d]\n", ancestors_$n, i_$p)
}};
ai_$u[leaked_$c] += obSize_$l
}}}}};
if (queuedSlots_$m.length) {
os_$5.push(queuedSlots_$m)
}};
this.loops++;
this.loopCount += loopCount_$3;
this.loopElapsed += loopElapsed_$4;
return false
};
$lzsc$temp["displayName"] = "debugger/LzMemory.lzs#150/19";
return $lzsc$temp
})();
Debug.initTrace = (function () {
var $lzsc$temp = function (findLeaks_$0, noteWhy_$1) {
switch (arguments.length) {
case 0:
findLeaks_$0 = false;;case 1:
noteWhy_$1 = false
};
this.markGeneration++;
this.loops = this.loopCount = this.loopElapsed = 0;
this.findLeaks = findLeaks_$0;
if (findLeaks_$0) {
this.leaks = []
} else {
delete this.leaks
};
this.noteWhy = noteWhy_$1;
for (var t_$2 = this;t_$2 && t_$2 !== Object.prototype;) {
this.mark(t_$2);
t_$2 = ("__proto__" in t_$2) && typeof t_$2.__proto__ == "object" ? t_$2.__proto__ : (("constructor" in t_$2) && typeof t_$2.constructor.prototype == "object" ? t_$2.constructor.prototype : null)
};
if ("frameElement" in global) {
this.mark(global.frameElement)
};
if ("_" in Debug.environment) {
this.mark(Debug.environment._)
};
if ("__" in Debug.environment) {
this.mark(Debug.environment.__)
};
if ("___" in Debug.environment) {
this.mark(Debug.environment.___)
};
if ("console" in global) {
this.mark(global.console)
};
var osel_$3 = ["global", global];
osel_$3.path = [];
osel_$3.ancestors = [];
this.obstack[0] = osel_$3;
this.backgroundTask = LzTimeKernel.setInterval((function () {
var $lzsc$temp = function () {
Debug.traceStep()
};
$lzsc$temp["displayName"] = "debugger/LzMemory.lzs#439/50";
return $lzsc$temp
})(), 1400)
};
$lzsc$temp["displayName"] = "debugger/LzMemory.lzs#392/19";
return $lzsc$temp
})();
Debug.markObjects = (function () {
var $lzsc$temp = function () {
Debug.warn("Memory tracing is for experimental use only in this runtime.");
Debug.format("Marking objects \u2026 ");
LzTimeKernel.setTimeout((function () {
var $lzsc$temp = function () {
Debug.initTrace()
};
$lzsc$temp["displayName"] = "debugger/LzMemory.lzs#453/27";
return $lzsc$temp
})(), 10)
};
$lzsc$temp["displayName"] = "debugger/LzMemory.lzs#446/21";
return $lzsc$temp
})();
Debug.findNewObjects = (function () {
var $lzsc$temp = function () {
if (this.markGeneration > 0) {
Debug.warn("Memory tracing is for experimental use only in this runtime.");
Debug.format("Finding new objects \u2026 ");
LzTimeKernel.setTimeout((function () {
var $lzsc$temp = function () {
Debug.initTrace(true, true)
};
$lzsc$temp["displayName"] = "debugger/LzMemory.lzs#468/29";
return $lzsc$temp
})(), 10)
} else {
Debug.error("Call %w first", Debug.markObjects)
}};
$lzsc$temp["displayName"] = "debugger/LzMemory.lzs#460/24";
return $lzsc$temp
})();
Class.make("__LzLeak", ["obj", void 0, "path", "", "parent", void 0, "property", "", "leaked", 0, "$lzsc$initialize", (function () {
var $lzsc$temp = function (o_$0) {
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this);
var annotations_$1 = Debug.annotation;
var why_$2 = annotations_$1.why;
var leaked_$3 = annotations_$1.leaked;
this.obj = o_$0;
if (o_$0 && (why_$2 in o_$0) && (leaked_$3 in o_$0)) {
var path_$4 = o_$0[why_$2].split("\x01");
this.property = path_$4.pop();
this.path = path_$4.join(".");
try {
var p_$5 = eval(path_$4[0]);
var pl_$6 = path_$4.length;
for (var i_$7 = 1;i_$7 < pl_$6;i_$7++) {
p_$5 = p_$5[path_$4[i_$7]]
};
this.parent = p_$5
}
catch (e_$8) {};
this.leaked = Number(o_$0[leaked_$3])
}};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "toString", (function () {
var $lzsc$temp = function () {
if (this.obj) {
return Debug.formatToString("%=s.%s: (\xA3%d) %0.48#w", this["parent"], this.path, this.property, this.leaked, this["obj"])
} else {
return "" + this.obj
}};
$lzsc$temp["displayName"] = "toString";
return $lzsc$temp
})()]);
Class.make("__LzLeaks", ["length", 0, "sort", Array.prototype.sort, "$lzsc$initialize", (function () {
var $lzsc$temp = function () {
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this);
var l_$0 = Debug.leaks;
var ll_$1 = l_$0.length;
var annotations_$2 = Debug.annotation;
var why = annotations_$2.why;
var size_$3 = annotations_$2.size;
var leaked_$4 = "_dbg_check";
l_$0.sort((function () {
var $lzsc$temp = function (a_$0, b_$1) {
try {
var an_$2 = a_$0[why];
var bn_$3 = b_$1[why];
return (an_$2 > bn_$3) - (an_$2 < bn_$3)
}
catch (e_$4) {
return -1
}};
$lzsc$temp["displayName"] = "debugger/LzMemory.lzs#541/12";
return $lzsc$temp
})());
this.length = 0;
for (var i_$5 = 0;i_$5 < ll_$1;i_$5 = j_$6) {
var j_$6 = i_$5 + 1;
try {
var p_$7 = l_$0[i_$5];
p_$7[leaked_$4] = p_$7[size_$3];
var pn_$8 = p_$7[why];
if (typeof pn_$8 != "undefined") {
while (j_$6 < ll_$1) {
var c_$9 = l_$0[j_$6];
var cn_$a = c_$9[why];
if (typeof cn_$a != "undefined") {
if (cn_$a.indexOf(pn_$8) == 0) {
if (c_$9 !== p_$7) {
p_$7[leaked_$4] += c_$9[size_$3]
} else {
if (Debug.debugTrace) {
console.log("%s is %s\n", pn_$8, cn_$a)
}};
j_$6++;
continue
}};
break
}};
this[this.length++] = new __LzLeak(p_$7)
}
catch (e_$b) {
j_$6++
}}};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "_dbg_name", (function () {
var $lzsc$temp = function () {
var leakage_$0 = 0;
var n_$1 = this.length;
for (var i_$2 = n_$1 - 1;i_$2 >= 0;i_$2--) {
var s_$3 = this[i_$2]["leaked"];
if (!isNaN(s_$3)) {
leakage_$0 += s_$3
}};
return Debug.formatToString("%d smoots [%d objects @ ~%0.0d smoots each]", leakage_$0, n_$1, leakage_$0 / n_$1)
};
$lzsc$temp["displayName"] = "_dbg_name";
return $lzsc$temp
})()]);
Debug.whyAlive = (function () {
var $lzsc$temp = function (top_$0) {
switch (arguments.length) {
case 0:
top_$0 = 10
};
Debug.warn("Memory tracing is for experimental use only in this runtime.");
if (this["leaks"]) {
var l_$1 = new __LzLeaks();
var ll_$2 = l_$1.length;
l_$1.sort((function () {
var $lzsc$temp = function (a_$0, b_$1) {
var al_$2 = a_$0.leaked;
var bl_$3 = b_$1.leaked;
return (al_$2 < bl_$3) - (al_$2 > bl_$3)
};
$lzsc$temp["displayName"] = "debugger/LzMemory.lzs#614/12";
return $lzsc$temp
})());
Debug.format("%w:\n", l_$1);
if (top_$0 > ll_$2) {
top_$0 = ll_$2
};
for (var i_$3 = 0;i_$3 < top_$0;i_$3++) {
Debug.format("%w\n", l_$1[i_$3].toString())
};
if (top_$0 < ll_$2) {
var rest_$4 = 0;
var n_$5 = ll_$2 - i_$3;
for (;i_$3 < ll_$2;i_$3++) {
var lil_$6 = l_$1[i_$3].leaked;
if (!isNaN(lil_$6)) {
rest_$4 += lil_$6
}};
Debug.format("%=s [%d more @ ~%0.0d smoots each]", l_$1, "\u2026", n_$5, rest_$4 / n_$5)
};
return l_$1
} else {
Debug.error("Call %w first", Debug.findNewObjects)
}};
$lzsc$temp["displayName"] = "debugger/LzMemory.lzs#604/18";
return $lzsc$temp
})();
Class.make("LzValueExpr");
Class.make("LzAttributeDescriptor", ["attribute", void 0, "type", void 0, "value", void 0, "$lzsc$initialize", (function () {
var $lzsc$temp = function (attribute_$0, type_$1, value_$2) {
switch (arguments.length) {
case 2:
value_$2 = null
};
this.attribute = attribute_$0;
this.type = type_$1;
this.value = value_$2
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})()], LzValueExpr);
Class.make("LzInitExpr", ["$lzsc$initialize", (function () {
var $lzsc$temp = function (attribute_$0, type_$1, value_$2) {
switch (arguments.length) {
case 2:
value_$2 = null
};
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this, attribute_$0, type_$1, value_$2)
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})()], LzAttributeDescriptor);
Class.make("LzOnceExpr", ["methodName", void 0, "_dbg_name", void 0, "$lzsc$initialize", (function () {
var $lzsc$temp = function (attribute_$0, type_$1, initMethod_$2, description_$3) {
switch (arguments.length) {
case 3:
description_$3 = null
};
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this, attribute_$0, type_$1);
this.methodName = initMethod_$2;
this._dbg_name = description_$3
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})()], LzInitExpr);
Class.make("LzConstraintExpr", ["$lzsc$initialize", (function () {
var $lzsc$temp = function (attribute_$0, type_$1, constraintMethod_$2, description_$3) {
switch (arguments.length) {
case 3:
description_$3 = null
};
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this, attribute_$0, type_$1, constraintMethod_$2, description_$3)
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})()], LzOnceExpr);
Class.make("LzStyleConstraintExpr", ["property", void 0, "fallback", void 0, "warn", void 0, "$lzsc$initialize", (function () {
var $lzsc$temp = function (attribute_$0, type_$1, property_$2, fallback_$3, warn_$4) {
switch (arguments.length) {
case 3:
fallback_$3 = void 0;;case 4:
warn_$4 = true
};
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this, attribute_$0, type_$1, null);
this.property = property_$2;
this.type = type_$1;
this.fallback = fallback_$3;
this.warn = warn_$4;
this._dbg_name = attribute_$0 + "\"=$style{'" + property_$2 + "'}\""
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})()], LzConstraintExpr);
Class.make("LzAlwaysExpr", ["dependenciesName", void 0, "$lzsc$initialize", (function () {
var $lzsc$temp = function (attribute_$0, type_$1, constraintMethod_$2, dependenciesMethod_$3, description_$4) {
switch (arguments.length) {
case 4:
description_$4 = null
};
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this, attribute_$0, type_$1, constraintMethod_$2, description_$4);
this.dependenciesName = dependenciesMethod_$3
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})()], LzConstraintExpr);
Class.make("LzStyleExpr", ["_dbg_name", void 0, "$lzsc$initialize", (function () {
var $lzsc$temp = function () {};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})()], LzValueExpr);
Class.make("LzStyleAttr", ["sourceAttributeName", void 0, "$lzsc$initialize", (function () {
var $lzsc$temp = function (sourceAttributeName_$0) {
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this);
this.sourceAttributeName = sourceAttributeName_$0;
this._dbg_name = "attr(" + this.sourceAttributeName + ")"
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})()], LzStyleExpr);
Class.make("LzStyleIdent", ["sourceValueID", void 0, "$lzsc$initialize", (function () {
var $lzsc$temp = function (sourceValueID_$0) {
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this);
this.sourceValueID = sourceValueID_$0;
this._dbg_name = sourceValueID_$0
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})()], LzStyleExpr);
function LzInheritedHash (parent_$0) {
if (parent_$0) {
for (var key_$1 in parent_$0) {
this[key_$1] = parent_$0[key_$1]
}}};
var lz;
(function () {
var $lzsc$temp = function () {
if (Object["$lzsc$isa"] ? Object.$lzsc$isa(lz) : lz instanceof Object) {
} else if (!lz) {
lz = new LzInheritedHash()
} else {
Debug.error("Can't create `lz` namespace, already bound to %w", lz)
}};
$lzsc$temp["displayName"] = "core/LzDefs.lzs#225/3";
return $lzsc$temp
})()();
lz.Formatter = LzFormatter;
Class.make("LzDeclaredEventClass", ["actual", void 0, "$lzsc$initialize", (function () {
var $lzsc$temp = function (actual_$0) {
switch (arguments.length) {
case 0:
actual_$0 = null
};
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this);
this.actual = actual_$0
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "ready", false, "sendEvent", (function () {
var $lzsc$temp = function (eventValue_$0) {
switch (arguments.length) {
case 0:
eventValue_$0 = null
}};
$lzsc$temp["displayName"] = "sendEvent";
return $lzsc$temp
})(), "clearDelegates", (function () {
var $lzsc$temp = function () {};
$lzsc$temp["displayName"] = "clearDelegates";
return $lzsc$temp
})(), "removeDelegate", (function () {
var $lzsc$temp = function (d_$0) {
switch (arguments.length) {
case 0:
d_$0 = null
}};
$lzsc$temp["displayName"] = "removeDelegate";
return $lzsc$temp
})(), "getDelegateCount", (function () {
var $lzsc$temp = function () {
return 0
};
$lzsc$temp["displayName"] = "getDelegateCount";
return $lzsc$temp
})(), "toString", (function () {
var $lzsc$temp = function () {
return "LzDeclaredEvent"
};
$lzsc$temp["displayName"] = "toString";
return $lzsc$temp
})()]);
(function () {
var $lzsc$temp = function ($0) {
with ($0) with ($0.prototype) {}};
$lzsc$temp["displayName"] = "core/LzDeclaredEvent.lzs#21/1";
return $lzsc$temp
})()(LzDeclaredEventClass);
lz.DeclaredEventClass = LzDeclaredEventClass;
var LzDeclaredEvent = new LzDeclaredEventClass();
lz.colors = {aliceblue: 15792383, antiquewhite: 16444375, aqua: 65535, aquamarine: 8388564, azure: 15794175, beige: 16119260, bisque: 16770244, black: 0, blanchedalmond: 16772045, blue: 255, blueviolet: 9055202, brown: 10824234, burlywood: 14596231, cadetblue: 6266528, chartreuse: 8388352, chocolate: 13789470, coral: 16744272, cornflowerblue: 6591981, cornsilk: 16775388, crimson: 14423100, cyan: 65535, darkblue: 139, darkcyan: 35723, darkgoldenrod: 12092939, darkgray: 11119017, darkgreen: 25600, darkgrey: 11119017, darkkhaki: 12433259, darkmagenta: 9109643, darkolivegreen: 5597999, darkorange: 16747520, darkorchid: 10040012, darkred: 9109504, darksalmon: 15308410, darkseagreen: 9419919, darkslateblue: 4734347, darkslategray: 3100495, darkslategrey: 3100495, darkturquoise: 52945, darkviolet: 9699539, deeppink: 16716947, deepskyblue: 49151, dimgray: 6908265, dimgrey: 6908265, dodgerblue: 2003199, firebrick: 11674146, floralwhite: 16775920, forestgreen: 2263842, fuchsia: 16711935, gainsboro: 14474460, ghostwhite: 16316671, gold: 16766720, goldenrod: 14329120, gray: 8421504, green: 32768, greenyellow: 11403055, grey: 8421504, honeydew: 15794160, hotpink: 16738740, indianred: 13458524, indigo: 4915330, ivory: 16777200, khaki: 15787660, lavender: 15132410, lavenderblush: 16773365, lawngreen: 8190976, lemonchiffon: 16775885, lightblue: 11393254, lightcoral: 15761536, lightcyan: 14745599, lightgoldenrodyellow: 16448210, lightgray: 13882323, lightgreen: 9498256, lightgrey: 13882323, lightpink: 16758465, lightsalmon: 16752762, lightseagreen: 2142890, lightskyblue: 8900346, lightslategray: 7833753, lightslategrey: 7833753, lightsteelblue: 11584734, lightyellow: 16777184, lime: 65280, limegreen: 3329330, linen: 16445670, magenta: 16711935, maroon: 8388608, mediumaquamarine: 6737322, mediumblue: 205, mediumorchid: 12211667, mediumpurple: 9662683, mediumseagreen: 3978097, mediumslateblue: 8087790, mediumspringgreen: 64154, mediumturquoise: 4772300, mediumvioletred: 13047173, midnightblue: 1644912, mintcream: 16121850, mistyrose: 16770273, moccasin: 16770229, navajowhite: 16768685, navy: 128, oldlace: 16643558, olive: 8421376, olivedrab: 7048739, orange: 16753920, orangered: 16729344, orchid: 14315734, palegoldenrod: 15657130, palegreen: 10025880, paleturquoise: 11529966, palevioletred: 14381203, papayawhip: 16773077, peachpuff: 16767673, peru: 13468991, pink: 16761035, plum: 14524637, powderblue: 11591910, purple: 8388736, red: 16711680, rosybrown: 12357519, royalblue: 4286945, saddlebrown: 9127187, salmon: 16416882, sandybrown: 16032864, seagreen: 3050327, seashell: 16774638, sienna: 10506797, silver: 12632256, skyblue: 8900331, slateblue: 6970061, slategray: 7372944, slategrey: 7372944, snow: 16775930, springgreen: 65407, steelblue: 4620980, tan: 13808780, teal: 32896, thistle: 14204888, tomato: 16737095, turquoise: 4251856, violet: 15631086, wheat: 16113331, white: 16777215, whitesmoke: 16119285, yellow: 16776960, yellowgreen: 10145074, transparent: null};
Class.make("LzCache", ["size", void 0, "slots", void 0, "destroyable", void 0, "capacity", void 0, "curslot", void 0, "data", null, "$lzsc$initialize", (function () {
var $lzsc$temp = function (size_$0, slots_$1, destroyable_$2) {
switch (arguments.length) {
case 0:
size_$0 = 16;;case 1:
slots_$1 = 2;;case 2:
destroyable_$2 = true
};
this.size = size_$0;
this.slots = slots_$1;
this.destroyable = destroyable_$2;
this.clear()
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "clear", (function () {
var $lzsc$temp = function () {
this.curslot = 0;
this.capacity = 0;
var sl_$0 = this.slots;
if (!this.data) this.data = new Array(sl_$0);
var d_$1 = this.data;
for (var i_$2 = 0;i_$2 < sl_$0;++i_$2) {
if (this.destroyable) {
var dobj_$3 = d_$1[i_$2];
for (var k_$4 in dobj_$3) {
dobj_$3[k_$4].destroy()
}};
d_$1[i_$2] = {}}};
$lzsc$temp["displayName"] = "clear";
return $lzsc$temp
})(), "ensureSlot", (function () {
var $lzsc$temp = function () {
if (++this.capacity > this.size) {
var nexts_$0 = (this.curslot + 1) % this.slots;
var d_$1 = this.data;
if (this.destroyable) {
var dobj_$2 = d_$1[nexts_$0];
for (var k_$3 in dobj_$2) {
dobj_$2[k_$3].destroy()
}};
d_$1[nexts_$0] = {};
this.curslot = nexts_$0;
this.capacity = 1
}};
$lzsc$temp["displayName"] = "ensureSlot";
return $lzsc$temp
})(), "put", (function () {
var $lzsc$temp = function (key_$0, val_$1) {
var old_$2 = this.get(key_$0);
if (old_$2 === void 0) {
this.ensureSlot()
};
this.data[this.curslot][key_$0] = val_$1;
return old_$2
};
$lzsc$temp["displayName"] = "put";
return $lzsc$temp
})(), "get", (function () {
var $lzsc$temp = function (key_$0) {
var sl_$1 = this.slots;
var cs_$2 = this.curslot;
var d_$3 = this.data;
for (var i_$4 = 0;i_$4 < sl_$1;++i_$4) {
var idx_$5 = (cs_$2 + i_$4) % sl_$1;
var val_$6 = d_$3[idx_$5][key_$0];
if (val_$6 !== void 0) {
if (idx_$5 != cs_$2) {
delete d_$3[idx_$5][key_$0];
this.ensureSlot();
d_$3[this.curslot][key_$0] = val_$6
};
return val_$6
}};
return void 0
};
$lzsc$temp["displayName"] = "get";
return $lzsc$temp
})()]);
Class.make("LzEventable", ["$lzsc$initialize", (function () {
var $lzsc$temp = function () {};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "__LZdeleted", false, "_events", null, "__delegates", null, "ondestroy", LzDeclaredEvent, "destroy", (function () {
var $lzsc$temp = function () {
if (this.ondestroy.ready) this.ondestroy.sendEvent(this);
this.__LZdeleted = true;
this.__LZdelegatesQueue = null;
this.__LZdeferDelegates = false;
if (this._events != null) {
for (var i_$0 = this._events.length - 1;i_$0 >= 0;i_$0--) {
this._events[i_$0].clearDelegates()
};
this._events = null
};
if (this.__delegates != null) this.removeDelegates()
};
$lzsc$temp["displayName"] = "destroy";
return $lzsc$temp
})(), "removeDelegates", (function () {
var $lzsc$temp = function () {
if (this.__delegates != null) {
for (var i_$0 = this.__delegates.length - 1;i_$0 >= 0;i_$0--) {
var del_$1 = this.__delegates[i_$0];
if (del_$1.__LZdeleted != true) {
del_$1.destroy()
}};
this.__delegates = null
}};
$lzsc$temp["displayName"] = "removeDelegates";
return $lzsc$temp
})(), "__LZdeferDelegates", false, "__LZdelegatesQueue", null, "childOf", (function () {
var $lzsc$temp = function (node_$0, ignore_$1) {
switch (arguments.length) {
case 1:
ignore_$1 = null
};
return false
};
$lzsc$temp["displayName"] = "childOf";
return $lzsc$temp
})(), "customSetters", {}, "__invokeCustomSetter", (function () {
var $lzsc$temp = function (prop_$0, val_$1) {
return false
};
$lzsc$temp["displayName"] = "__invokeCustomSetter";
return $lzsc$temp
})(), "setAttribute", (function () {
var $lzsc$temp = function (prop_$0, val_$1, ifchanged_$2) {
switch (arguments.length) {
case 2:
ifchanged_$2 = null
};
if (ifchanged_$2 !== null) {
Debug.info("%w.setAttribute(%w, %w, %w): The third parameter (ifchanged) is deprecated. Use `if (this.%2$s !== %3$w) this.setAttribute(%2$w, %3$w)` instead", this, prop_$0, val_$1, ifchanged_$2)
};
if (this.__LZdeleted) {
return
};
if (this.customSetters[prop_$0]) {
if (this.__invokeCustomSetter(prop_$0, val_$1) == true) {
return
}};
var s_$3 = "$lzc$set_" + prop_$0;
if (Function["$lzsc$isa"] ? Function.$lzsc$isa(this[s_$3]) : this[s_$3] instanceof Function) {
this[s_$3](val_$1)
} else {
this[prop_$0] = val_$1;
var evt_$4 = this["on" + prop_$0];
if (LzEvent["$lzsc$isa"] ? LzEvent.$lzsc$isa(evt_$4) : evt_$4 instanceof LzEvent) {
if (evt_$4.ready) evt_$4.sendEvent(val_$1)
}}};
$lzsc$temp["displayName"] = "setAttribute";
return $lzsc$temp
})()]);
(function () {
var $lzsc$temp = function ($0) {
with ($0) with ($0.prototype) {
{
LzEventable.prototype[Debug.FUNCTION_FILENAME] = null;
LzEventable.prototype[Debug.FUNCTION_LINENO] = null;
LzEventable.prototype._dbg_typename = null;
LzEventable.prototype[Debug.FUNCTION_NAME] = null
}}};
$lzsc$temp["displayName"] = "core/LzEventable.lzs#27/1";
return $lzsc$temp
})()(LzEventable);
lz.Eventable = LzEventable;
Class.make("LzStyleAttrBinder", ["target", void 0, "dest", void 0, "source", void 0, "$lzsc$initialize", (function () {
var $lzsc$temp = function (target_$0, dest_$1, source_$2) {
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this);
this.target = target_$0;
this.dest = dest_$1;
this.source = source_$2
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "bind", (function () {
var $lzsc$temp = function (ignore_$0) {
switch (arguments.length) {
case 0:
ignore_$0 = null
};
var target_$1 = this.target;
var dest_$2 = this.dest;
var oldvalue_$3 = target_$1[dest_$2];
var newvalue_$4 = target_$1[this.source];
if (newvalue_$4 !== oldvalue_$3 || !target_$1.inited) {
{
if (!target_$1.__LZdeleted) {
var $lzsc$fjcgmu = "$lzc$set_" + dest_$2;
if (Function["$lzsc$isa"] ? Function.$lzsc$isa(target_$1[$lzsc$fjcgmu]) : target_$1[$lzsc$fjcgmu] instanceof Function) {
target_$1[$lzsc$fjcgmu](newvalue_$4)
} else {
target_$1[dest_$2] = newvalue_$4;
var $lzsc$e5xbzw = target_$1["on" + dest_$2];
if (LzEvent["$lzsc$isa"] ? LzEvent.$lzsc$isa($lzsc$e5xbzw) : $lzsc$e5xbzw instanceof LzEvent) {
if ($lzsc$e5xbzw.ready) {
$lzsc$e5xbzw.sendEvent(newvalue_$4)
}}}}}}};
$lzsc$temp["displayName"] = "bind";
return $lzsc$temp
})()], LzEventable);
Class.make("$lz$class_TypeService", ["PresentationTypes", void 0, "$lzsc$initialize", (function () {
var $lzsc$temp = function () {
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this);
this.PresentationTypes = {}};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "acceptTypeValue", (function () {
var $lzsc$temp = function (type_$0, value_$1, node_$2, attribute_$3) {
var presentationtype_$4 = type_$0 ? this.PresentationTypes[type_$0] : null;
if (value_$1 != null) {
if (presentationtype_$4 != null) {
return presentationtype_$4.accept(value_$1, node_$2, attribute_$3)
} else {
Debug.warn("No named %w", type_$0)
}};
return value_$1
};
$lzsc$temp["displayName"] = "acceptTypeValue";
return $lzsc$temp
})(), "presentTypeValue", (function () {
var $lzsc$temp = function (type_$0, value_$1, node_$2, attribute_$3) {
var presentationtype_$4 = this.PresentationTypes[type_$0];
if (presentationtype_$4 != null) {
return presentationtype_$4.present(value_$1, node_$2, attribute_$3)
} else {
Debug.warn("No named %w", type_$0)
};
return value_$1
};
$lzsc$temp["displayName"] = "presentTypeValue";
return $lzsc$temp
})(), "addType", (function () {
var $lzsc$temp = function (type_$0, presentationType_$1) {
if (this.PresentationTypes[type_$0]) {
Debug.error("Redefining %s from %w to %w", type_$0, this.PresentationTypes[type_$0], presentationType_$1)
};
this.PresentationTypes[type_$0] = presentationType_$1
};
$lzsc$temp["displayName"] = "addType";
return $lzsc$temp
})(), "addTypeAlias", (function () {
var $lzsc$temp = function (alias_$0, type_$1) {
var aliasType_$2 = this.PresentationTypes[type_$1];
if (!aliasType_$2) {
Debug.error("No named %w", type_$1);
return
};
if (this.PresentationTypes[alias_$0]) {
Debug.error("Redefining %s from %w to %w", alias_$0, this.PresentationTypes[alias_$0], this.PresentationTypes[alias_$0])
};
this.PresentationTypes[alias_$0] = aliasType_$2
};
$lzsc$temp["displayName"] = "addTypeAlias";
return $lzsc$temp
})()], null, ["Type", void 0]);
(function () {
var $lzsc$temp = function ($0) {
with ($0) with ($0.prototype) {
{
$lz$class_TypeService.Type = new $lz$class_TypeService()
}}};
$lzsc$temp["displayName"] = "core/PresentationTypes.lzs#16/1";
return $lzsc$temp
})()($lz$class_TypeService);
lz.TypeService = $lz$class_TypeService;
lz.Type = lz.TypeService.Type;
Class.make("$lz$class_PresentationType", ["_dbg_typename", "type", "_dbg_name", (function () {
var $lzsc$temp = function () {
return this.constructor.lzxtype
};
$lzsc$temp["displayName"] = "core/PresentationTypes.lzs#157/19";
return $lzsc$temp
})(), "accept", (function () {
var $lzsc$temp = function (value_$0, node_$1, attribute_$2) {
Debug.error("%w.accept must be defined", this)
};
$lzsc$temp["displayName"] = "accept";
return $lzsc$temp
})(), "present", (function () {
var $lzsc$temp = function (value_$0, node_$1, attribute_$2) {
return String(value_$0)
};
$lzsc$temp["displayName"] = "present";
return $lzsc$temp
})()], null, ["nullValue", null]);
Class.make("$lz$class_StringPresentationType", ["accept", (function () {
var $lzsc$temp = function (value_$0, node_$1, attribute_$2) {
return String(value_$0)
};
$lzsc$temp["displayName"] = "accept";
return $lzsc$temp
})()], $lz$class_PresentationType, ["lzxtype", "string", "nullValue", ""]);
lz.Type.addType("string", new $lz$class_StringPresentationType());
lz.Type.addTypeAlias("html", "string");
Class.make("$lz$class_TextPresentationType", ["accept", (function () {
var $lzsc$temp = function (value_$0, node_$1, attribute_$2) {
var escChars_$3 = $lz$class_TextPresentationType.xmlEscapes;
var result_$4 = "";
for (var i_$5 = 0, l_$6 = value_$0.length;i_$5 < l_$6;i_$5++) {
var c_$7 = value_$0.charAt(i_$5);
result_$4 += escChars_$3[c_$7] || c_$7
};
return result_$4
};
$lzsc$temp["displayName"] = "accept";
return $lzsc$temp
})(), "present", (function () {
var $lzsc$temp = function (value_$0, node_$1, attribute_$2) {
var result_$3 = "";
for (var i_$4 = 0, l_$5 = value_$0.length;i_$4 < l_$5;i_$4++) {
var c_$6 = value_$0.charAt(i_$4);
if (c_$6 == "&") {
var e_$7 = value_$0.indexOf(";", i_$4);
if (e_$7 > i_$4) {
var p_$8 = value_$0.substring(i_$4, e_$7);
switch (p_$8) {
case "amp":
break;;case "lt":
c_$6 = "<";break;;case "gt":
c_$6 = ">";break;;case "quot":
c_$6 = '"';break;;case "apos":
c_$6 = "'";break;;default:
c_$6 = "&" + p_$8 + ";"
};
i_$4 = e_$7
}};
result_$3 += c_$6
};
return result_$3
};
$lzsc$temp["displayName"] = "present";
return $lzsc$temp
})()], $lz$class_PresentationType, ["lzxtype", "text", "nullValue", "", "xmlEscapes", {"&": "&", "<": "<", ">": ">", '"': """, "'": "'"}]);
lz.Type.addTypeAlias("text", "string");
Class.make("$lz$class_BooleanPresentationType", ["accept", (function () {
var $lzsc$temp = function (value_$0, node_$1, attribute_$2) {
switch (value_$0.toLowerCase()) {
case "":
case "0":
case "false":
return false;;default:
return true
}};
$lzsc$temp["displayName"] = "accept";
return $lzsc$temp
})()], $lz$class_PresentationType, ["nullValue", false, "lzxtype", "boolean"]);
lz.Type.addType("boolean", new $lz$class_BooleanPresentationType());
lz.Type.addTypeAlias("inheritableBoolean", "boolean");
Class.make("$lz$class_NumberPresentationType", ["accept", (function () {
var $lzsc$temp = function (value_$0, node_$1, attribute_$2) {
return Number(value_$0)
};
$lzsc$temp["displayName"] = "accept";
return $lzsc$temp
})()], $lz$class_PresentationType, ["nullValue", 0, "lzxtype", "number"]);
lz.Type.addType("number", new $lz$class_NumberPresentationType());
lz.Type.addTypeAlias("numberExpression", "number");
Class.make("$lz$class_ColorPresentationType", ["accept", (function () {
var $lzsc$temp = function (value_$0, node_$1, attribute_$2) {
if (value_$0 == -1) {
return null
};
return LzColorUtils.hextoint(value_$0)
};
$lzsc$temp["displayName"] = "accept";
return $lzsc$temp
})(), "present", (function () {
var $lzsc$temp = function (value_$0, node_$1, attribute_$2) {
var ctab_$3 = lz.colors;
for (var name_$4 in ctab_$3) {
if (ctab_$3[name_$4] === value_$0) {
return name_$4
}};
return LzColorUtils.inttohex(value_$0)
};
$lzsc$temp["displayName"] = "present";
return $lzsc$temp
})()], $lz$class_PresentationType, ["nullValue", 0, "lzxtype", "color"]);
lz.Type.addType("color", new $lz$class_ColorPresentationType());
Class.make("$lz$class_ExpressionPresentationType", ["accept", (function () {
var $lzsc$temp = function (value_$0, node_$1, attribute_$2) {
switch (value_$0) {
case "undefined":
return void 0;;case "null":
return null;;case "false":
return false;;case "true":
return true;;case "NaN":
return 0 / 0;;case "Infinity":
return Infinity;;case "-Infinity":
return -Infinity;;case "":
return ""
};
if (!isNaN(value_$0)) {
return Number(value_$0)
};
return String(value_$0)
};
$lzsc$temp["displayName"] = "accept";
return $lzsc$temp
})()], $lz$class_PresentationType, ["nullValue", null, "lzxtype", "expression"]);
lz.Type.addType("expression", new $lz$class_ExpressionPresentationType());
Class.make("$lz$class_SizePresentationType", ["accept", (function () {
var $lzsc$temp = function (value_$0, node_$1, attribute_$2) {
if (value_$0 == "null") {
return null
};
return Number(value_$0)
};
$lzsc$temp["displayName"] = "accept";
return $lzsc$temp
})()], $lz$class_PresentationType, ["nullValue", null, "lzxtype", "size"]);
lz.Type.addType("size", new $lz$class_SizePresentationType());
Class.make("$lz$class_CSSDeclarationPresentationType", ["PropRE", new RegExp("^\\s*(\\S*)\\s*:\\s*(\\S*)\\s*$"), "HyphenRE", new RegExp("-(\\w)", "g"), "CapitalRE", new RegExp("[:upper:]", "g"), "accept", (function () {
var $lzsc$temp = function (value_$0, node_$1, attribute_$2) {
var props_$3 = value_$0.split(",");
var result_$4 = {};
for (var i_$5 = 0, len_$6 = props_$3.length;i_$5 < len_$6;i_$5++) {
var prop_$7 = props_$3[i_$5];
var parts_$8 = prop_$7.match(this.PropRE);
if (parts_$8.length = 3) {
var attr_$9 = parts_$8[1].replace(this.HyphenRE, (function () {
var $lzsc$temp = function (m_$0, p_$1) {
return p_$1[1].toUpperCase()
};
$lzsc$temp["displayName"] = "core/PresentationTypes.lzs#417/52";
return $lzsc$temp
})());
result_$4[attr_$9] = parts_$8[2]
}};
return result_$4
};
$lzsc$temp["displayName"] = "accept";
return $lzsc$temp
})(), "present", (function () {
var $lzsc$temp = function (value_$0, node_$1, attribute_$2) {
var props_$3 = [];
for (var attr_$4 in value_$0) {
var prop_$5 = attr_$4.replace(this.CapitalRE, (function () {
var $lzsc$temp = function (m_$0, p_$1) {
return "-" + p_$1[1].toLowerCase()
};
$lzsc$temp["displayName"] = "core/PresentationTypes.lzs#426/47";
return $lzsc$temp
})());
props_$3.push(prop_$5 + ": " + value_$0[attr_$4])
};
return props_$3.join(", ")
};
$lzsc$temp["displayName"] = "present";
return $lzsc$temp
})()], $lz$class_PresentationType, ["nullValue", {}, "lzxtype", "css"]);
lz.Type.addType("css", new $lz$class_CSSDeclarationPresentationType());
Class.make("LzNode", ["__LZisnew", false, "__LZdeferredcarr", null, "classChildren", null, "animators", null, "__animatedAttributes", void 0, "_instanceAttrs", null, "_instanceChildren", null, "__LzValueExprs", null, "__LZhasConstraint", (function () {
var $lzsc$temp = function (attr_$0) {
return (attr_$0 in this.__LzValueExprs) && !(LzStyleConstraintExpr["$lzsc$isa"] ? LzStyleConstraintExpr.$lzsc$isa(this.__LzValueExprs[attr_$0]) : this.__LzValueExprs[attr_$0] instanceof LzStyleConstraintExpr)
};
$lzsc$temp["displayName"] = "__LZhasConstraint";
return $lzsc$temp
})(), "$lzsc$initialize", (function () {
var $lzsc$temp = function (parent_$0, attrs_$1, children_$2, instcall_$3) {
switch (arguments.length) {
case 0:
parent_$0 = null;;case 1:
attrs_$1 = null;;case 2:
children_$2 = null;;case 3:
instcall_$3 = false
};
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this);
this.__LZUID = "__U" + ++LzNode.__UIDs;
this.__LZdeferDelegates = true;
if (attrs_$1) {
if (attrs_$1["$lzc$bind_id"]) {
this.$lzc$bind_id = attrs_$1.$lzc$bind_id
};
if (attrs_$1["$lzc$bind_name"]) {
this.$lzc$bind_name = attrs_$1.$lzc$bind_name
}};
var bindid_$4 = this.$lzc$bind_id;
if (bindid_$4) {
bindid_$4.call(null, this)
};
var bindname_$5 = this.$lzc$bind_name;
if (bindname_$5) {
bindname_$5.call(null, this)
};
this._instanceAttrs = attrs_$1;
this._instanceChildren = children_$2;
var iargs_$6 = new LzInheritedHash(this["constructor"].attributes);
if (!(LzState["$lzsc$isa"] ? LzState.$lzsc$isa(this) : this instanceof LzState)) {
for (var key_$7 in iargs_$6) {
var expr_$8 = iargs_$6[key_$7];
if (expr_$8 && (LzAttributeDescriptor["$lzsc$isa"] ? LzAttributeDescriptor.$lzsc$isa(expr_$8) : expr_$8 instanceof LzAttributeDescriptor)) {
var val_$9 = expr_$8.value
} else {
var val_$9 = expr_$8
};
if (!(expr_$8 && (LzInitExpr["$lzsc$isa"] ? LzInitExpr.$lzsc$isa(expr_$8) : expr_$8 instanceof LzInitExpr))) {
var setr_$a = "$lzc$set_" + key_$7;
if (!this[setr_$a]) {
if (Function["$lzsc$isa"] ? Function.$lzsc$isa(val_$9) : val_$9 instanceof Function) {
this.addProperty(key_$7, val_$9)
} else if (val_$9 !== void 0) {
this[key_$7] = val_$9
};
delete iargs_$6[key_$7];
continue
}};
if (this[key_$7] === void 0) {
this[key_$7] = null
}}};
if (attrs_$1) {
LzNode.mergeAttributes(attrs_$1, iargs_$6)
};
if (bindid_$4) {
iargs_$6.$lzc$bind_id = LzNode._ignoreAttribute
};
if (bindname_$5) {
iargs_$6.$lzc$bind_name = LzNode._ignoreAttribute
};
this.__LZisnew = !instcall_$3;
var classChildren_$b = this["constructor"]["children"];
if (Array["$lzsc$isa"] ? Array.$lzsc$isa(classChildren_$b) : classChildren_$b instanceof Array) {
children_$2 = LzNode.mergeChildren(children_$2, classChildren_$b)
};
if (iargs_$6["datapath"] != null) {
delete iargs_$6["$datapath"]
};
var cargs_$c = this.__LzValueExprs = {};
for (var key_$7 in iargs_$6) {
var val_$9 = iargs_$6[key_$7];
if (LzValueExpr["$lzsc$isa"] ? LzValueExpr.$lzsc$isa(val_$9) : val_$9 instanceof LzValueExpr) {
cargs_$c[key_$7] = val_$9;
delete iargs_$6[key_$7]
}};
try {
this.construct(parent_$0, iargs_$6)
}
catch (e_$d) {
if (e_$d === LzNode.__LzEarlyAbort) {
return
} else {
throw e_$d
}};
for (var key_$7 in cargs_$c) {
iargs_$6[key_$7] = cargs_$c[key_$7]
};
this.__LzValueExprs = null;
this.__LZapplyArgs(iargs_$6, true);
if (this.__LZdeleted) {
return
};
this.__LZdeferDelegates = false;
var evq_$e = this.__LZdelegatesQueue;
if (evq_$e) {
LzDelegate.__LZdrainDelegatesQueue(evq_$e);
this.__LZdelegatesQueue = null
};
if (this.onconstruct.ready) this.onconstruct.sendEvent(this);
if (children_$2 && children_$2.length) {
this.createChildren(children_$2)
} else {
this.__LZinstantiationDone()
}};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "oninit", LzDeclaredEvent, "onconstruct", LzDeclaredEvent, "ondata", LzDeclaredEvent, "clonenumber", null, "onclonenumber", LzDeclaredEvent, "__LZinstantiated", false, "__LZpreventSubInit", null, "__LZresolveDict", null, "__LZsourceLocation", null, "__LZUID", void 0, "__LZPropertyCache", null, "__LZCSSProp", null, "__LZCSSType", null, "__LZCSSFallback", null, "__LZRuleCache", null, "__LZconstraintdelegates", null, "isinited", false, "inited", false, "oninited", LzDeclaredEvent, "subnodes", null, "datapath", null, "$lzc$set_datapath", (function () {
var $lzsc$temp = function (dp_$0) {
if (null != this.datapath && dp_$0 !== LzNode._ignoreAttribute) {
this.datapath.setXPath(dp_$0)
} else {
new LzDatapath(this, {xpath: dp_$0})
}};
$lzsc$temp["displayName"] = "$lzc$set_datapath";
return $lzsc$temp
})(), "initstage", null, "$isstate", false, "parent", void 0, "cloneManager", null, "name", null, "$lzc$bind_name", null, "id", null, "$lzc$set_id", -1, "$lzc$bind_id", null, "defaultplacement", null, "placement", null, "$lzc$set_placement", -1, "$cfn", 0, "immediateparent", null, "dependencies", null, "classroot", void 0, "nodeLevel", 0, "lookupSourceLocator", (function () {
var $lzsc$temp = function (sourceLocator_$0) {
return LzNode.sourceLocatorTable[sourceLocator_$0]
};
$lzsc$temp["displayName"] = "lookupSourceLocator";
return $lzsc$temp
})(), "styleclass", "", "onstyleclass", LzDeclaredEvent, "__LZCSSStyleclass", null, "$lzc$set_styleclass", (function () {
var $lzsc$temp = function (classes_$0) {
this.styleclass = classes_$0;
if (classes_$0.indexOf(" ") >= 0) {
this.__LZCSSStyleclass = " " + classes_$0 + " "
} else {
this.__LZCSSStyleclass = null
};
if (this.onstyleclass.ready) {
this.onstyleclass.sendEvent(classes_$0)
}};
$lzsc$temp["displayName"] = "$lzc$set_styleclass";
return $lzsc$temp
})(), "__LZCSSDependencies", null, "__applyCSSConstraints", (function () {
var $lzsc$temp = function () {
var dependencies_$0 = this.__LZCSSDependencies;
if (dependencies_$0) {
this.__LZCSSDependencies = null;
var cdel_$1 = this.__applyCSSConstraintDel;
if (cdel_$1) {
cdel_$1.unregisterAll()
} else {
if (!this.__LZconstraintdelegates) {
this.__LZconstraintdelegates = []
};
cdel_$1 = this.__applyCSSConstraintDel = new LzDelegate(this, "__reapplyCSS");
this.__LZconstraintdelegates.push(cdel_$1)
};
for (var prop_$2 in dependencies_$0) {
var eventname_$3 = "on" + prop_$2;
var nodes_$4 = dependencies_$0[prop_$2];
for (var i_$5 = 0, l_$6 = nodes_$4.length;i_$5 < l_$6;i_$5++) {
var node_$7 = nodes_$4[i_$5];
cdel_$1.register(node_$7, eventname_$3)
}}}};
$lzsc$temp["displayName"] = "__applyCSSConstraints";
return $lzsc$temp
})(), "__reapplyCSS", (function () {
var $lzsc$temp = function (ignore_$0) {
switch (arguments.length) {
case 0:
ignore_$0 = null
};
var oldpropmap_$1 = LzCSSStyle.getPropertyCache(this);
this.__LZRuleCache = null;
this.__LZPropertyCache = null;
var newpropmap_$2 = LzCSSStyle.getPropertyCache(this);
var attrmap_$3 = this.__LZCSSProp;
var typemap_$4 = this.__LZCSSType;
var fallbackmap_$5 = this.__LZCSSFallback;
for (var attr_$6 in attrmap_$3) {
var prop_$7 = attrmap_$3[attr_$6];
if (oldpropmap_$1[prop_$7] != newpropmap_$2[prop_$7]) {
this.__LZstyleBindAttribute(attr_$6, prop_$7, typemap_$4[attr_$6], fallbackmap_$5[attr_$6])
}};
this.__applyCSSConstraints()
};
$lzsc$temp["displayName"] = "__reapplyCSS";
return $lzsc$temp
})(), "__LZstyleBindAttribute", (function () {
var $lzsc$temp = function (attr_$0, prop_$1, type_$2, fallback_$3, warn_$4) {
switch (arguments.length) {
case 3:
fallback_$3 = void 0;;case 4:
warn_$4 = true
};
var pc_$5 = this["__LZPropertyCache"] || LzCSSStyle.getPropertyCache(this);
if (!(prop_$1 in pc_$5) && fallback_$3 === void 0 && warn_$4 != false) {
Debug.warn("%w.%s: No applicable value for CSS property %w and there is no default.", this, attr_$0, prop_$1);
pc_$5[prop_$1] = void 0
};
if (!this.__LZCSSProp) {
this.__LZCSSProp = {}};
this.__LZCSSProp[attr_$0] = prop_$1;
if (!this.__LZCSSType) {
this.__LZCSSType = {}};
this.__LZCSSType[attr_$0] = type_$2;
if (!this.__LZCSSFallback) {
this.__LZCSSFallback = {}};
this.__LZCSSFallback[attr_$0] = fallback_$3;
var styleValue_$6 = pc_$5[prop_$1];
if (typeof styleValue_$6 == "string" && styleValue_$6.length > 2 && styleValue_$6.indexOf("0x") == 0 && !isNaN(styleValue_$6)) {
Debug.warn("%w.%s: Invalid value for CSS property %w: `%#w`. Use: `#%06x`.", this, attr_$0, prop_$1, styleValue_$6, Number(styleValue_$6));
styleValue_$6 = Number(styleValue_$6)
};
if (LzStyleExpr["$lzsc$isa"] ? LzStyleExpr.$lzsc$isa(styleValue_$6) : styleValue_$6 instanceof LzStyleExpr) {
if (LzStyleAttr["$lzsc$isa"] ? LzStyleAttr.$lzsc$isa(styleValue_$6) : styleValue_$6 instanceof LzStyleAttr) {
var sa_$7 = styleValue_$6;
var source_$8 = sa_$7.sourceAttributeName;
var binder_$9 = new LzStyleAttrBinder(this, attr_$0, source_$8);
if (!this.__LZconstraintdelegates) {
this.__LZconstraintdelegates = []
};
this.__LZconstraintdelegates.push(new LzDelegate(binder_$9, "bind", this, "on" + source_$8));
binder_$9.bind()
} else if (LzStyleIdent["$lzsc$isa"] ? LzStyleIdent.$lzsc$isa(styleValue_$6) : styleValue_$6 instanceof LzStyleIdent) {
var si_$a = styleValue_$6;
this.acceptAttribute(attr_$0, type_$2, si_$a.sourceValueID)
} else {
Debug.error("Unknown style expression %w", styleValue_$6)
}} else if (styleValue_$6 !== void 0) {
if (this[attr_$0] !== styleValue_$6) {
{
if (!this.__LZdeleted) {
var $lzsc$3qildn = "$lzc$set_" + attr_$0;
if (Function["$lzsc$isa"] ? Function.$lzsc$isa(this[$lzsc$3qildn]) : this[$lzsc$3qildn] instanceof Function) {
this[$lzsc$3qildn](styleValue_$6)
} else {
this[attr_$0] = styleValue_$6;
var $lzsc$ytke7s = this["on" + attr_$0];
if (LzEvent["$lzsc$isa"] ? LzEvent.$lzsc$isa($lzsc$ytke7s) : $lzsc$ytke7s instanceof LzEvent) {
if ($lzsc$ytke7s.ready) {
$lzsc$ytke7s.sendEvent(styleValue_$6)
}}}}}}} else if (LzInitExpr["$lzsc$isa"] ? LzInitExpr.$lzsc$isa(fallback_$3) : fallback_$3 instanceof LzInitExpr) {
this.applyConstraintExpr(fallback_$3)
} else {
if (this[attr_$0] !== fallback_$3) {
{
if (!this.__LZdeleted) {
var $lzsc$oyqonh = "$lzc$set_" + attr_$0;
if (Function["$lzsc$isa"] ? Function.$lzsc$isa(this[$lzsc$oyqonh]) : this[$lzsc$oyqonh] instanceof Function) {
this[$lzsc$oyqonh](fallback_$3)
} else {
this[attr_$0] = fallback_$3;
var $lzsc$m7v22k = this["on" + attr_$0];
if (LzEvent["$lzsc$isa"] ? LzEvent.$lzsc$isa($lzsc$m7v22k) : $lzsc$m7v22k instanceof LzEvent) {
if ($lzsc$m7v22k.ready) {
$lzsc$m7v22k.sendEvent(fallback_$3)
}}}}}}}};
$lzsc$temp["displayName"] = "__LZstyleBindAttribute";
return $lzsc$temp
})(), "construct", (function () {
var $lzsc$temp = function (parent_$0, args_$1) {
var lp_$2 = parent_$0;
this.parent = lp_$2;
if (lp_$2) {
var ip_$3 = lp_$2;
if (args_$1["ignoreplacement"] || this.ignoreplacement) {
this.placement = null
} else {
var thisplacement_$4 = args_$1["placement"] || lp_$2.defaultplacement;
while (thisplacement_$4 != null) {
if (ip_$3.determinePlacement == LzNode.prototype.determinePlacement) {
var pp_$5 = ip_$3.searchSubnodes("name", thisplacement_$4);
if (pp_$5 == null) pp_$5 = ip_$3
} else {
var pp_$5 = ip_$3.determinePlacement(this, thisplacement_$4, args_$1)
};
thisplacement_$4 = pp_$5 != ip_$3 ? pp_$5.defaultplacement : null;
ip_$3 = pp_$5
};
this.placement = thisplacement_$4
};
if (this.__LZdeleted) {
throw LzNode.__LzEarlyAbort
};
var ip_subnodes_$6 = ip_$3.subnodes;
if (ip_subnodes_$6 == null) {
ip_$3.subnodes = [this]
} else {
ip_subnodes_$6[ip_subnodes_$6.length] = this
};
var nl_$7 = ip_$3.nodeLevel;
this.nodeLevel = nl_$7 ? nl_$7 + 1 : 1;
this.immediateparent = ip_$3
} else {
this.nodeLevel = 1
}};
$lzsc$temp["displayName"] = "construct";
return $lzsc$temp
})(), "init", (function () {
var $lzsc$temp = function () {
return
};
$lzsc$temp["displayName"] = "init";
return $lzsc$temp
})(), "__LZinstantiationDone", (function () {
var $lzsc$temp = function () {
this.__LZinstantiated = true;
if (!this.__LZdeleted && (!this.immediateparent || this.immediateparent.isinited || this.initstage == "early" || this.__LZisnew && lz.Instantiator.syncNew)) {
this.__LZcallInit()
}};
$lzsc$temp["displayName"] = "__LZinstantiationDone";
return $lzsc$temp
})(), "__LZsetPreventInit", (function () {
var $lzsc$temp = function () {
this.__LZpreventSubInit = []
};
$lzsc$temp["displayName"] = "__LZsetPreventInit";
return $lzsc$temp
})(), "__LZclearPreventInit", (function () {
var $lzsc$temp = function () {
var lzp_$0 = this.__LZpreventSubInit;
this.__LZpreventSubInit = null;
var l_$1 = lzp_$0.length;
for (var i_$2 = 0;i_$2 < l_$1;i_$2++) {
lzp_$0[i_$2].__LZcallInit()
}};
$lzsc$temp["displayName"] = "__LZclearPreventInit";
return $lzsc$temp
})(), "__LZcallInit", (function () {
var $lzsc$temp = function (an_$0) {
switch (arguments.length) {
case 0:
an_$0 = null
};
if (this.parent && this.parent.__LZpreventSubInit) {
this.parent.__LZpreventSubInit.push(this);
return
};
this.isinited = true;
if (this.__LZresolveDict != null) this.__LZresolveReferences();
if (this.__LZdeleted) return;
var sl_$1 = this.subnodes;
if (sl_$1) {
for (var i_$2 = 0;i_$2 < sl_$1.length;) {
var s_$3 = sl_$1[i_$2++];
var t_$4 = sl_$1[i_$2];
if (s_$3.isinited || !s_$3.__LZinstantiated) continue;
s_$3.__LZcallInit();
if (this.__LZdeleted) return;
if (t_$4 != sl_$1[i_$2]) {
while (i_$2 > 0) {
if (t_$4 == sl_$1[--i_$2]) break
}}}};
if (this.__LZsourceLocation) {
LzNode.sourceLocatorTable[this.__LZsourceLocation] = this
};
this.init();
if (this.oninit.ready) this.oninit.sendEvent(this);
if (this.datapath && this.datapath.__LZApplyDataOnInit) {
this.datapath.__LZApplyDataOnInit()
};
this.inited = true;
if (this.oninited.ready) {
this.oninited.sendEvent(true)
}};
$lzsc$temp["displayName"] = "__LZcallInit";
return $lzsc$temp
})(), "completeInstantiation", (function () {
var $lzsc$temp = function () {
if (!this.isinited) {
var myis_$0 = this.initstage;
this.initstage = "early";
if (myis_$0 == "defer") {
lz.Instantiator.createImmediate(this, this.__LZdeferredcarr)
} else {
lz.Instantiator.completeTrickle(this)
}}};
$lzsc$temp["displayName"] = "completeInstantiation";
return $lzsc$temp
})(), "ignoreplacement", false, "$lzc$set_$delegates", -1, "$lzc$set_$classrootdepth", -1, "$lzc$set_$datapath", -1, "__LZapplyArgs", (function () {
var $lzsc$temp = function (args_$0, constcall_$1) {
var ignore_$2 = LzNode._ignoreAttribute;
var oset_$3 = {};
var hasset_$4 = null;
var inits_$5 = null;
var constraints_$6 = null;
if ("name" in args_$0) {
this.$lzc$set_name(args_$0.name);
delete args_$0.name
};
for (var key_$7 in args_$0) {
var expr_$8 = args_$0[key_$7];
if (expr_$8 && (LzAttributeDescriptor["$lzsc$isa"] ? LzAttributeDescriptor.$lzsc$isa(expr_$8) : expr_$8 instanceof LzAttributeDescriptor)) {
var val_$9 = expr_$8.value
} else {
var val_$9 = expr_$8
};
if (oset_$3[key_$7] || val_$9 === ignore_$2) continue;
oset_$3[key_$7] = true;
var setr_$a = "$lzc$set_" + key_$7;
if (expr_$8 && (LzInitExpr["$lzsc$isa"] ? LzInitExpr.$lzsc$isa(expr_$8) : expr_$8 instanceof LzInitExpr)) {
if (expr_$8 instanceof LzConstraintExpr) {
if (constraints_$6 == null) {
constraints_$6 = []
};
constraints_$6.push(expr_$8)
} else if (expr_$8 instanceof LzOnceExpr) {
if (inits_$5 == null) {
inits_$5 = []
};
inits_$5.push(expr_$8)
} else {
Debug.debug("Unknown init expr: %w", expr_$8)
};
if (this[key_$7] === void 0) {
this[key_$7] = null
}} else if (!this[setr_$a]) {
if (Function["$lzsc$isa"] ? Function.$lzsc$isa(val_$9) : val_$9 instanceof Function) {
this.addProperty(key_$7, val_$9)
} else if (val_$9 !== void 0) {
this[key_$7] = val_$9
};
if (!constcall_$1) {
var thisevent_$b = this["on" + key_$7];
if (thisevent_$b) {
if (thisevent_$b.ready) {
thisevent_$b.sendEvent(args_$0[key_$7])
}}}} else if (this[setr_$a] != -1) {
if (hasset_$4 == null) {
hasset_$4 = []
};
hasset_$4.push(setr_$a, val_$9);
if (this[key_$7] === void 0) {
this[key_$7] = null
}}};
if ("$delegates" in args_$0) {
var $c = args_$0.$delegates;
var cdels_$d = this.__LZconstraintdelegates;
var resarray_$e;
for (var i_$f = 0, l_$g = $c.length;i_$f < l_$g;i_$f += 3) {
if ($c[i_$f + 2]) {
if (resarray_$e == null) {
resarray_$e = []
};
resarray_$e.push($c[i_$f], $c[i_$f + 1], $c[i_$f + 2])
} else {
var m_$h = $c[i_$f + 1];
if (!cdels_$d) {
cdels_$d = this.__LZconstraintdelegates = []
};
cdels_$d.push(new LzDelegate(this, m_$h, this, $c[i_$f]))
}};
if (resarray_$e != null) {
this.__LZstoreAttr(resarray_$e, "$delegates")
}};
if ("$classrootdepth" in args_$0) {
var $i = args_$0.$classrootdepth;
if ($i) {
var p_$j = this.parent;
while (--$i > 0) {
p_$j = p_$j.parent
};
this.classroot = p_$j
}};
if (("$datapath" in args_$0) && args_$0.$datapath !== ignore_$2) {
var $k = args_$0.$datapath;
if (!($k instanceof Object)) {
Debug.debug("`$datapath` is non-object %w?", $k)
};
this.makeChild($k, true)
};
if (hasset_$4) {
for (var i_$f = 0, l_$g = hasset_$4.length;i_$f < l_$g;i_$f += 2) {
if (this.__LZdeleted) return;
this[hasset_$4[i_$f]](hasset_$4[i_$f + 1])
}};
if (inits_$5 != null) {
this.__LZstoreAttr(inits_$5, "$inits")
};
if (constraints_$6 != null) {
this.__LZstoreAttr(constraints_$6, "$constraints")
}};
$lzsc$temp["displayName"] = "__LZapplyArgs";
return $lzsc$temp
})(), "createChildren", (function () {
var $lzsc$temp = function (carr_$0) {
if (this.__LZdeleted) return;
if ("defer" == this.initstage) {
this.__LZdeferredcarr = carr_$0
} else if ("late" == this.initstage) {
lz.Instantiator.trickleInstantiate(this, carr_$0)
} else if (this.__LZisnew && lz.Instantiator.syncNew || "immediate" == this.initstage) {
lz.Instantiator.createImmediate(this, carr_$0)
} else {
lz.Instantiator.requestInstantiation(this, carr_$0)
}};
$lzsc$temp["displayName"] = "createChildren";
return $lzsc$temp
})(), "makeChild", (function () {
var $lzsc$temp = function (e_$0, async_$1) {
switch (arguments.length) {
case 1:
async_$1 = null
};
if (this.__LZdeleted) {
return
};
for (var p_$2 = this;p_$2 != canvas;p_$2 = p_$2.immediateparent) {
if (p_$2 == null) break;
if (p_$2.__LZdeleted) {
Debug.error("%w.makeChild(%w, %w) when %w.__LZdeleted", this, e_$0, async_$1, p_$2)
}};
var x_$3 = e_$0["class"];
if (!x_$3) {
if (e_$0["tag"]) {
x_$3 = lz[e_$0.tag]
}};
var ok_$4 = Function["$lzsc$isa"] ? Function.$lzsc$isa(x_$3) : x_$3 instanceof Function;
if (!ok_$4) {
var name_$5 = e_$0["tag"] || e_$0["name"];
if (name_$5) {
name_$5 = "<" + name_$5 + ">"
} else {
name_$5 = "a class"
};
Debug.error("Attempt to instantiate %s, which has not been defined", name_$5)
};
var w_$6;
if (x_$3) {
w_$6 = new x_$3(this, e_$0.attrs, ("children" in e_$0) ? e_$0.children : null, async_$1)
};
return w_$6
};
$lzsc$temp["displayName"] = "makeChild";
return $lzsc$temp
})(), "$lzc$set_$setters", (function () {
var $lzsc$temp = function (value_$0) {
Debug.readOnly(this, "$setters", value_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_$setters";
return $lzsc$temp
})(), "dataBindAttribute", (function () {
var $lzsc$temp = function (attr_$0, path_$1, type_$2) {
if (path_$1 == null) {
Debug.warn('No value for %w.%s="$path{%w}"', this, attr_$0, path_$1)
};
if (!this.datapath) {
this.$lzc$set_datapath(".")
};
if (!this.__LZconstraintdelegates) {
this.__LZconstraintdelegates = []
};
this.__LZconstraintdelegates.push(new LzDataAttrBind(this.datapath, attr_$0, path_$1, type_$2))
};
$lzsc$temp["displayName"] = "dataBindAttribute";
return $lzsc$temp
})(), "__LZstoreAttr", (function () {
var $lzsc$temp = function (val_$0, prop_$1) {
if (this.__LZresolveDict == null) {
this.__LZresolveDict = {}};
this.__LZresolveDict[prop_$1] = val_$0
};
$lzsc$temp["displayName"] = "__LZstoreAttr";
return $lzsc$temp
})(), "__LZresolveReferences", (function () {
var $lzsc$temp = function () {
var rdict_$0 = this.__LZresolveDict;
if (rdict_$0 != null) {
this.__LZresolveDict = null;
var inits_$1 = rdict_$0["$inits"];
if (inits_$1 != null) {
for (var i_$2 = 0, l_$3 = inits_$1.length;i_$2 < l_$3;i_$2++) {
this[inits_$1[i_$2].methodName](null);
if (this.__LZdeleted) return
}};
var constraints_$4 = rdict_$0["$constraints"];
if (constraints_$4 != null) {
for (var i_$2 = 0, l_$3 = constraints_$4.length;i_$2 < l_$3;i_$2++) {
this.applyConstraintExpr(constraints_$4[i_$2]);
if (this.__LZdeleted) return
}};
if (this.__LZCSSDependencies != null) {
this.__applyCSSConstraints()
};
if (this["__LZresolveOtherReferences"]) {
this.__LZresolveOtherReferences(rdict_$0)
};
if (rdict_$0["$delegates"]) this.__LZsetDelegates(rdict_$0.$delegates)
}};
$lzsc$temp["displayName"] = "__LZresolveReferences";
return $lzsc$temp
})(), "__LZsetDelegates", (function () {
var $lzsc$temp = function (delarr_$0) {
if (delarr_$0.length < 1) {
return
};
var cdels_$1 = this.__LZconstraintdelegates;
if (!cdels_$1) {
cdels_$1 = this.__LZconstraintdelegates = []
};
var l_$2 = delarr_$0.length;
for (var i_$3 = 0;i_$3 < l_$2;i_$3 += 3) {
var sendermethodname_$4 = delarr_$0[i_$3 + 2];
var sender_$5 = sendermethodname_$4 != null ? this[sendermethodname_$4]() : null;
if (sender_$5 == null) sender_$5 = this;
var meth_$6 = delarr_$0[i_$3 + 1];
cdels_$1.push(new LzDelegate(this, meth_$6, sender_$5, delarr_$0[i_$3]))
}};
$lzsc$temp["displayName"] = "__LZsetDelegates";
return $lzsc$temp
})(), "applyConstraint", (function () {
var $lzsc$temp = function (attribute_$0, constraint_$1, dependencies_$2) {
Debug.deprecated(this, arguments.callee, this.applyConstraintMethod);
var constraintMethodName_$3 = "$cf" + this.$cfn++;
this.addProperty(constraintMethodName_$3, constraint_$1);
return this.applyConstraintMethod(constraintMethodName_$3, dependencies_$2)
};
$lzsc$temp["displayName"] = "applyConstraint";
return $lzsc$temp
})(), "applyConstraintMethod", (function () {
var $lzsc$temp = function (constraintMethodName_$0, dependencies_$1) {
if (!(arguments.length == 2 && typeof constraintMethodName_$0 == "string" && this[constraintMethodName_$0] instanceof Function && (dependencies_$1 == null || dependencies_$1 instanceof Array))) {
Debug.error("%w.%s: invalid arguments %w", this, arguments.callee, arguments)
};
if (dependencies_$1 && dependencies_$1.length > 0) {
var cdels_$2 = this.__LZconstraintdelegates;
if (!cdels_$2) {
cdels_$2 = this.__LZconstraintdelegates = []
};
var dp_$3;
for (var i_$4 = 0, l_$5 = dependencies_$1.length;i_$4 < l_$5;i_$4 += 2) {
dp_$3 = dependencies_$1[i_$4];
if (dp_$3) {
cdels_$2.push(new LzDelegate(this, constraintMethodName_$0, dp_$3, "on" + dependencies_$1[i_$4 + 1]))
}}};
this[constraintMethodName_$0](null)
};
$lzsc$temp["displayName"] = "applyConstraintMethod";
return $lzsc$temp
})(), "applyConstraintExpr", (function () {
var $lzsc$temp = function (expr_$0) {
if (expr_$0 instanceof LzStyleConstraintExpr) {
var se_$1 = expr_$0;
this.__LZstyleBindAttribute(se_$1.attribute, se_$1.property, se_$1.type, se_$1.fallback, se_$1.warn);
return
};
var constraintMethodName_$2 = expr_$0.methodName;
if (!(Function["$lzsc$isa"] ? Function.$lzsc$isa(this[constraintMethodName_$2]) : this[constraintMethodName_$2] instanceof Function)) {
Debug.error("Bad constraint %w on %w", expr_$0, this);
return
};
var dependencies_$3 = null;
if (expr_$0 instanceof LzAlwaysExpr) {
var c_$4 = expr_$0;
var dependenciesMethodName_$5 = c_$4.dependenciesName;
if (!(Function["$lzsc$isa"] ? Function.$lzsc$isa(this[dependenciesMethodName_$5]) : this[dependenciesMethodName_$5] instanceof Function)) {
Debug.error("Bad dependencies for constraint %.64w.%w", this, expr_$0)
} else {
try {
dependencies_$3 = this[dependenciesMethodName_$5]();
for (var i_$6 = 0, l_$7 = dependencies_$3.length;i_$6 < l_$7;i_$6 += 2) {
var dp_$8 = dependencies_$3[i_$6];
if (dp_$8 != null && !(LzEventable["$lzsc$isa"] ? LzEventable.$lzsc$isa(dp_$8) : dp_$8 instanceof LzEventable)) {
dependencies_$3[i_$6] = null
}}}
catch (e_$9) {
Debug.error("Error: %w computing dependencies for constraint %.64w.%w", e_$9, this, expr_$0)
}}};
this.applyConstraintMethod(constraintMethodName_$2, dependencies_$3)
};
$lzsc$temp["displayName"] = "applyConstraintExpr";
return $lzsc$temp
})(), "releaseConstraint", (function () {
var $lzsc$temp = function (attr_$0) {
if (this._instanceAttrs != null) {
var c_$1 = this._instanceAttrs[attr_$0];
if (c_$1 instanceof LzConstraintExpr) {
var m_$2 = c_$1.methodName;
return this.releaseConstraintMethod(m_$2)
}};
return false
};
$lzsc$temp["displayName"] = "releaseConstraint";
return $lzsc$temp
})(), "releaseConstraintMethod", (function () {
var $lzsc$temp = function (constraintMethodName_$0) {
var result_$1 = false;
var cdels_$2 = this.__LZconstraintdelegates;
if (cdels_$2) {
for (var i_$3 = 0;i_$3 < cdels_$2.length;) {
var del_$4 = cdels_$2[i_$3];
if ((LzDelegate["$lzsc$isa"] ? LzDelegate.$lzsc$isa(del_$4) : del_$4 instanceof LzDelegate) && del_$4.c === this && del_$4.m === this[constraintMethodName_$0]) {
if (del_$4.__LZdeleted != true) {
del_$4.destroy()
};
cdels_$2.splice(i_$3, 1);
result_$1 = true
} else {
i_$3++
}}};
return result_$1
};
$lzsc$temp["displayName"] = "releaseConstraintMethod";
return $lzsc$temp
})(), "$lzc$set_name", (function () {
var $lzsc$temp = function (name_$0) {
if (!(name_$0 === null || typeof name_$0 == "string")) {
Debug.error("Invalid name %#w for %w", name_$0, this);
return
};
var old_$1 = this.name;
var p_$2 = this.parent;
var ip_$3 = this.immediateparent;
if (old_$1 && old_$1 != name_$0) {
if (this.$lzc$bind_name) {
if (globalValue(old_$1) === this) {
this.$lzc$bind_name.call(null, this, false)
}};
if (p_$2) {
if (old_$1 && p_$2[old_$1] === this) {
p_$2[old_$1] = null
}};
if (ip_$3) {
if (old_$1 && ip_$3[old_$1] === this) {
ip_$3[old_$1] = null
}}};
if (name_$0 && name_$0.length) {
if (p_$2 && p_$2[name_$0] && p_$2[name_$0] !== this) {
Debug.warn("Redefining %w.%s from %w to %w", p_$2, name_$0, p_$2[name_$0], this)
};
if (p_$2) {
p_$2[name_$0] = this
};
if (ip_$3 && ip_$3[name_$0] && ip_$3[name_$0] !== this) {
Debug.warn("Redefining %w.%s from %w to %w", ip_$3, name_$0, ip_$3[name_$0], this)
};
if (ip_$3) {
ip_$3[name_$0] = this
}};
this.name = name_$0
};
$lzsc$temp["displayName"] = "$lzc$set_name";
return $lzsc$temp
})(), "setDatapath", (function () {
var $lzsc$temp = function (dp_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_datapath(dp_$0)
};
$lzsc$temp["displayName"] = "setDatapath";
return $lzsc$temp
})(), "data", null, "$lzc$set_data", (function () {
var $lzsc$temp = function (data_$0) {
this.data = data_$0;
if (LzDataNodeMixin["$lzsc$isa"] ? LzDataNodeMixin.$lzsc$isa(data_$0) : data_$0 instanceof LzDataNodeMixin) {
var dp_$1 = this.datapath || new LzDatapath(this);
dp_$1.setPointer(data_$0)
};
if (this.ondata.ready) this.ondata.sendEvent(data_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_data";
return $lzsc$temp
})(), "setData", (function () {
var $lzsc$temp = function (data_$0, ignore_$1) {
switch (arguments.length) {
case 1:
ignore_$1 = null
};
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_data(data_$0)
};
$lzsc$temp["displayName"] = "setData";
return $lzsc$temp
})(), "applyData", (function () {
var $lzsc$temp = function (data_$0) {};
$lzsc$temp["displayName"] = "applyData";
return $lzsc$temp
})(), "updateData", (function () {
var $lzsc$temp = function () {
return void 0
};
$lzsc$temp["displayName"] = "updateData";
return $lzsc$temp
})(), "setSelected", (function () {
var $lzsc$temp = function (sel_$0) {};
$lzsc$temp["displayName"] = "setSelected";
return $lzsc$temp
})(), "options", {}, "$lzc$set_options", (function () {
var $lzsc$temp = function (hash_$0) {
if (this.options === this["constructor"].prototype.options) {
this.options = new LzInheritedHash(this.options)
};
for (var key_$1 in hash_$0) {
this.options[key_$1] = hash_$0[key_$1]
}};
$lzsc$temp["displayName"] = "$lzc$set_options";
return $lzsc$temp
})(), "getOption", (function () {
var $lzsc$temp = function (key_$0) {
return this.options[key_$0]
};
$lzsc$temp["displayName"] = "getOption";
return $lzsc$temp
})(), "setOption", (function () {
var $lzsc$temp = function (key_$0, val_$1) {
if (this.options === this["constructor"].prototype.options) {
this.options = new LzInheritedHash(this.options)
};
this.options[key_$0] = val_$1
};
$lzsc$temp["displayName"] = "setOption";
return $lzsc$temp
})(), "determinePlacement", (function () {
var $lzsc$temp = function (aSub_$0, placement_$1, args_$2) {
if (placement_$1 == null) {
var p_$3 = null
} else {
var p_$3 = this.searchSubnodes("name", placement_$1)
};
return p_$3 == null ? this : p_$3
};
$lzsc$temp["displayName"] = "determinePlacement";
return $lzsc$temp
})(), "searchImmediateSubnodes", (function () {
var $lzsc$temp = function (prop_$0, val_$1) {
var s_$2 = this.subnodes;
if (s_$2 == null) return null;
for (var i_$3 = s_$2.length - 1;i_$3 >= 0;i_$3--) {
var si_$4 = s_$2[i_$3];
if (si_$4[prop_$0] == val_$1) {
return si_$4
}};
return null
};
$lzsc$temp["displayName"] = "searchImmediateSubnodes";
return $lzsc$temp
})(), "searchSubnodes", (function () {
var $lzsc$temp = function (prop_$0, val_$1) {
var nextS_$2 = this.subnodes ? this.subnodes.concat() : [];
while (nextS_$2.length > 0) {
var s_$3 = nextS_$2;
nextS_$2 = new Array();
for (var i_$4 = s_$3.length - 1;i_$4 >= 0;i_$4--) {
var si_$5 = s_$3[i_$4];
if (si_$5[prop_$0] == val_$1) {
return si_$5
};
var sis_$6 = si_$5.subnodes;
if (sis_$6) {
for (var j_$7 = sis_$6.length - 1;j_$7 >= 0;j_$7--) {
nextS_$2.push(sis_$6[j_$7])
}}}};
return null
};
$lzsc$temp["displayName"] = "searchSubnodes";
return $lzsc$temp
})(), "searchParents", (function () {
var $lzsc$temp = function (prop_$0) {
return this.searchParentAttrs([prop_$0])[prop_$0]
};
$lzsc$temp["displayName"] = "searchParents";
return $lzsc$temp
})(), "searchParentAttrs", (function () {
var $lzsc$temp = function (proplist_$0) {
var out_$1 = {};
if (!proplist_$0.length) return out_$1;
var props_$2 = proplist_$0.slice();
var sview_$3 = this;
do {
sview_$3 = sview_$3.immediateparent;
if (sview_$3 == null) {
Debug.error("searchParentAttrs got null immediateparent", this);
return out_$1
};
var i_$4 = 0;
var l_$5 = props_$2.length;
while (i_$4 < l_$5) {
var prop_$6 = props_$2[i_$4];
if (sview_$3[prop_$6] != null) {
out_$1[prop_$6] = sview_$3;
props_$2.splice(i_$4, 1);
l_$5--
} else {
i_$4++
}}} while (sview_$3 != canvas && l_$5 > 0);
return out_$1
};
$lzsc$temp["displayName"] = "searchParentAttrs";
return $lzsc$temp
})(), "getUID", (function () {
var $lzsc$temp = function () {
return this.__LZUID
};
$lzsc$temp["displayName"] = "getUID";
return $lzsc$temp
})(), "childOf", (function () {
var $lzsc$temp = function (node_$0, ignore_$1) {
switch (arguments.length) {
case 1:
ignore_$1 = null
};
if (node_$0 == null) {
return false
};
var pv_$2 = this;
while (pv_$2.nodeLevel >= node_$0.nodeLevel) {
if (pv_$2 == node_$0) {
return true
};
pv_$2 = pv_$2.immediateparent
};
return false
};
$lzsc$temp["displayName"] = "childOf";
return $lzsc$temp
})(), "destroy", (function () {
var $lzsc$temp = function () {
if (this.__LZdeleted == true) {
return
};
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["destroy"] || this.nextMethod(arguments.callee, "destroy")).call(this);
if (this.subnodes != null) {
for (var i_$0 = this.subnodes.length - 1;i_$0 >= 0;i_$0--) {
this.subnodes[i_$0].destroy()
}};
if (this.$lzc$bind_id) {
this.$lzc$bind_id.call(null, this, false)
};
if (this.$lzc$bind_name) {
this.$lzc$bind_name.call(null, this, false)
};
var parent_$1 = this.parent;
var name_$2 = this.name;
if (parent_$1 != null && name_$2 != null) {
if (parent_$1[name_$2] === this) {
parent_$1[name_$2] = null
};
if (this.immediateparent[name_$2] === this) {
this.immediateparent[name_$2] == null
}};
if (this.__LZconstraintdelegates != null) {
this.__LZconstraintdelegates = null
};
if (this.immediateparent && this.immediateparent.subnodes) {
for (var i_$0 = this.immediateparent.subnodes.length - 1;i_$0 >= 0;i_$0--) {
if (this.immediateparent.subnodes[i_$0] === this) {
this.immediateparent.subnodes.splice(i_$0, 1);
break
}}};
this.data = null
};
$lzsc$temp["displayName"] = "destroy";
return $lzsc$temp
})(), "animate", (function () {
var $lzsc$temp = function (prop_$0, to_$1, duration_$2, isRelative_$3, moreargs_$4) {
switch (arguments.length) {
case 3:
isRelative_$3 = null;;case 4:
moreargs_$4 = null
};
if (duration_$2 == 0) {
var val_$5 = isRelative_$3 ? this[prop_$0] + to_$1 : to_$1;
{
if (!this.__LZdeleted) {
var $lzsc$m5lv62 = "$lzc$set_" + prop_$0;
if (Function["$lzsc$isa"] ? Function.$lzsc$isa(this[$lzsc$m5lv62]) : this[$lzsc$m5lv62] instanceof Function) {
this[$lzsc$m5lv62](val_$5)
} else {
this[prop_$0] = val_$5;
var $lzsc$13ptjt = this["on" + prop_$0];
if (LzEvent["$lzsc$isa"] ? LzEvent.$lzsc$isa($lzsc$13ptjt) : $lzsc$13ptjt instanceof LzEvent) {
if ($lzsc$13ptjt.ready) {
$lzsc$13ptjt.sendEvent(val_$5)
}}}}};
return null
};
var args_$6 = {attribute: prop_$0, to: to_$1, duration: duration_$2, relative: isRelative_$3, target: this};
for (var p_$7 in moreargs_$4) args_$6[p_$7] = moreargs_$4[p_$7];
return new LzAnimator(null, args_$6)
};
$lzsc$temp["displayName"] = "animate";
return $lzsc$temp
})(), "toString", (function () {
var $lzsc$temp = function () {
return this.getDebugIdentification()
};
$lzsc$temp["displayName"] = "toString";
return $lzsc$temp
})(), "getDebugIdentification", (function () {
var $lzsc$temp = function () {
var s_$0 = this["constructor"].tagname;
if (this["name"] != null) {
s_$0 += " name: " + this.name
};
if (this["id"] != null) {
s_$0 += " id: " + this.id
};
return s_$0
};
$lzsc$temp["displayName"] = "getDebugIdentification";
return $lzsc$temp
})(), "nodePath", (function () {
var $lzsc$temp = function (node_$0, limit_$1) {
switch (arguments.length) {
case 1:
limit_$1 = Infinity
};
if (node_$0 === canvas) {
return ""
};
if (node_$0 === Debug.inspectContext) {
return "."
};
var nid_$2 = node_$0.id;
if (typeof nid_$2 == "string" && globalValue(nid_$2) === node_$0) {
return "#" + nid_$2
};
var nn_$3 = node_$0.name;
if (typeof nn_$3 == "string" && globalValue(nn_$3) === node_$0) {
return "#" + nn_$3
};
var parent_$4 = node_$0.immediateparent || node_$0.parent;
var path_$5 = "";
if (parent_$4 != null) {
if (typeof nn_$3 == "string" && parent_$4[nn_$3] === node_$0) {
path_$5 = "@" + nn_$3
} else {
var nct_$6 = node_$0.constructor.tagname;
if (!nct_$6) {
path_$5 = "anonymous"
} else {
path_$5 = nct_$6;
var sn_$7 = parent_$4.subnodes;
var index_$8, count_$9 = 0;
for (var i_$a = 0, len_$b = sn_$7.length;i_$a < len_$b;i_$a++) {
var sibling_$c = sn_$7[i_$a];
if (nct_$6 == sibling_$c.constructor.tagname) {
count_$9++;
if (index_$8) break
};
if (node_$0 === sibling_$c) {
index_$8 = count_$9
}};
if (count_$9 > 1) {
path_$5 += "[" + index_$8 + "]"
}}};
if (path_$5.length >= limit_$1) {
return "\u2026"
};
try {
return this.nodePath(parent_$4, limit_$1 - path_$5.length - 1) + "/" + path_$5
}
catch (e_$d) {
return "\u2026/" + path_$5
}};
return path_$5
};
$lzsc$temp["displayName"] = "nodePath";
return $lzsc$temp
})(), "acceptTypeValue", (function () {
var $lzsc$temp = function (type_$0, value_$1, node_$2, attribute_$3) {
Debug.deprecated(this, arguments.callee, lz.Type.acceptTypeValue);
return lz.Type.acceptTypeValue(type_$0, value_$1, node_$2, attribute_$3)
};
$lzsc$temp["displayName"] = "acceptTypeValue";
return $lzsc$temp
})(), "acceptAttribute", (function () {
var $lzsc$temp = function (name_$0, type_$1, value_$2) {
value_$2 = lz.Type.acceptTypeValue(type_$1, value_$2, this, name_$0);
if (this[name_$0] !== value_$2) {
{
if (!this.__LZdeleted) {
var $lzsc$8m5o1m = "$lzc$set_" + name_$0;
if (Function["$lzsc$isa"] ? Function.$lzsc$isa(this[$lzsc$8m5o1m]) : this[$lzsc$8m5o1m] instanceof Function) {
this[$lzsc$8m5o1m](value_$2)
} else {
this[name_$0] = value_$2;
var $lzsc$oopj22 = this["on" + name_$0];
if (LzEvent["$lzsc$isa"] ? LzEvent.$lzsc$isa($lzsc$oopj22) : $lzsc$oopj22 instanceof LzEvent) {
if ($lzsc$oopj22.ready) {
$lzsc$oopj22.sendEvent(value_$2)
}}}}}}};
$lzsc$temp["displayName"] = "acceptAttribute";
return $lzsc$temp
})(), "presentTypeValue", (function () {
var $lzsc$temp = function (type_$0, value_$1, node_$2, attribute_$3) {
Debug.deprecated(this, arguments.callee, lz.Type.presentTypeValue);
return lz.Type.presentTypeValue(type_$0, value_$1, node_$2, attribute_$3)
};
$lzsc$temp["displayName"] = "presentTypeValue";
return $lzsc$temp
})(), "presentAttribute", (function () {
var $lzsc$temp = function (name_$0, type_$1) {
return lz.Type.presentTypeValue(type_$1, this[name_$0], this, name_$0)
};
$lzsc$temp["displayName"] = "presentAttribute";
return $lzsc$temp
})(), "$lzc$presentAttribute_dependencies", (function () {
var $lzsc$temp = function (who_$0, self_$1, name_$2, type_$3) {
return [self_$1, name_$2]
};
$lzsc$temp["displayName"] = "$lzc$presentAttribute_dependencies";
return $lzsc$temp
})(), "ontransition", LzDeclaredEvent, "transition", void 0, "$lzc$set_transition", (function () {
var $lzsc$temp = function (css_$0) {
if (transition_$6 === css_$0) return;
this.transition = css_$0;
var transitions_$1 = {};
var counter_$2 = 0;
var transitionlist_$3 = css_$0.split(",");
for (var i_$4 = 0, l_$5 = transitionlist_$3.length;i_$4 < l_$5;i_$4++) {
var transition_$6 = transitionlist_$3[i_$4].split(" ");
var attr_$7 = transition_$6.shift();
if (attr_$7) {
var duration_$8 = transition_$6.shift();
duration_$8 = parseFloat(duration_$8) * 1000;
if (!duration_$8 || isNaN(duration_$8)) continue;
var motion_$9 = transition_$6.shift();
if (motion_$9 == "ease-in") {
motion_$9 = "easein"
} else if (motion_$9 == "ease-out") {
motion_$9 = "easeout"
} else if (motion_$9 == "linear") {
} else {
motion_$9 = "ease"
};
transitions_$1[attr_$7] = {duration: duration_$8, motion: motion_$9};
counter_$2++
}};
this.__transitionAttributes = transitions_$1;
this.customSetters = transitions_$1
};
$lzsc$temp["displayName"] = "$lzc$set_transition";
return $lzsc$temp
})(), "__invokeCustomSetter", (function () {
var $lzsc$temp = function (prop_$0, val_$1) {
if (this.inited != true) return false;
var ta_$2 = this.__transitionAttributes && this.__transitionAttributes[prop_$0];
if (ta_$2 && this[prop_$0] !== val_$1) {
this.animate(prop_$0, val_$1, ta_$2.duration, false, {motion: ta_$2.motion})
};
return true
};
$lzsc$temp["displayName"] = "__invokeCustomSetter";
return $lzsc$temp
})()], LzEventable, ["tagname", "node", "attributes", new LzInheritedHash(), "mergeAttributes", (function () {
var $lzsc$temp = function (attrs_$0, dattrs_$1) {
for (var k_$2 in attrs_$0) {
var attrk_$3 = attrs_$0[k_$2];
if (attrk_$3 === LzNode._ignoreAttribute) {
delete dattrs_$1[k_$2]
} else if (LzInitExpr["$lzsc$isa"] ? LzInitExpr.$lzsc$isa(attrk_$3) : attrk_$3 instanceof LzInitExpr) {
dattrs_$1[k_$2] = attrk_$3
} else {
if (Object["$lzsc$isa"] ? Object.$lzsc$isa(attrk_$3) : attrk_$3 instanceof Object) {
var dattrk_$4 = dattrs_$1[k_$2];
if (Object["$lzsc$isa"] ? Object.$lzsc$isa(dattrk_$4) : dattrk_$4 instanceof Object) {
if ((Array["$lzsc$isa"] ? Array.$lzsc$isa(attrk_$3) : attrk_$3 instanceof Array) && (Array["$lzsc$isa"] ? Array.$lzsc$isa(dattrk_$4) : dattrk_$4 instanceof Array)) {
dattrs_$1[k_$2] = attrk_$3.concat(dattrk_$4);
continue
} else if ((attrk_$3.constructor === Object || (LzInheritedHash["$lzsc$isa"] ? LzInheritedHash.$lzsc$isa(attrk_$3) : attrk_$3 instanceof LzInheritedHash)) && (dattrk_$4.constructor === Object || (LzInheritedHash["$lzsc$isa"] ? LzInheritedHash.$lzsc$isa(dattrk_$4) : dattrk_$4 instanceof LzInheritedHash))) {
var tmp_$5 = new LzInheritedHash(dattrk_$4);
for (var j_$6 in attrk_$3) {
tmp_$5[j_$6] = attrk_$3[j_$6]
};
dattrs_$1[k_$2] = tmp_$5;
continue
}}};
dattrs_$1[k_$2] = attrk_$3
}}};
$lzsc$temp["displayName"] = "mergeAttributes";
return $lzsc$temp
})(), "mergeChildren", (function () {
var $lzsc$temp = function (children_$0, superclasschildren_$1) {
if (Array["$lzsc$isa"] ? Array.$lzsc$isa(superclasschildren_$1) : superclasschildren_$1 instanceof Array) {
children_$0 = superclasschildren_$1.concat((Array["$lzsc$isa"] ? Array.$lzsc$isa(children_$0) : children_$0 instanceof Array) ? children_$0 : [])
};
return children_$0
};
$lzsc$temp["displayName"] = "mergeChildren";
return $lzsc$temp
})(), "__LzEarlyAbort", {toString: (function () {
var $lzsc$temp = function () {
return "Early Abort"
};
$lzsc$temp["displayName"] = "core/LzNode.lzs#362/43";
return $lzsc$temp
})()}, "sourceLocatorTable", {}, "_ignoreAttribute", {toString: (function () {
var $lzsc$temp = function () {
return "_ignoreAttribute"
};
$lzsc$temp["displayName"] = "core/LzNode.lzs#1173/44";
return $lzsc$temp
})()}, "__UIDs", 0]);
(function () {
var $lzsc$temp = function ($0) {
with ($0) with ($0.prototype) {
{
LzNode.prototype._dbg_name = (function () {
var $lzsc$temp = function () {
var dn_$0 = this.nodePath(this, Debug.printLength);
if (dn_$0 != "") {
return dn_$0
};
var ts_$1 = this.toString();
if (ts_$1 == this.getDebugIdentification()) {
return ""
} else {
return ts_$1
}};
$lzsc$temp["displayName"] = "core/LzNode.lzs#2358/34";
return $lzsc$temp
})()
}}};
$lzsc$temp["displayName"] = "core/LzNode.lzs#35/1";
return $lzsc$temp
})()(LzNode);
lz[LzNode.tagname] = LzNode;
Class.make("$lzc$class_userClassPlacement", ["$lzsc$initialize", (function () {
var $lzsc$temp = function (parent_$0, placement_$1, ignore_$2, ignoremetoo_$3) {
switch (arguments.length) {
case 0:
parent_$0 = null;;case 1:
placement_$1 = null;;case 2:
ignore_$2 = null;;case 3:
ignoremetoo_$3 = null
};
parent_$0.defaultplacement = placement_$1
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})()]);
Class.make("LzDelegate", ["__delegateID", 0, "__events", null, "$lzsc$initialize", (function () {
var $lzsc$temp = function (context_$0, methodName_$1, eventSender_$2, eventName_$3) {
switch (arguments.length) {
case 2:
eventSender_$2 = null;;case 3:
eventName_$3 = null
};
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this);
if (!(LzEventable["$lzsc$isa"] ? LzEventable.$lzsc$isa(context_$0) : context_$0 instanceof LzEventable)) {
Debug.error("Not creating delegate: invalid context: %.64w.%s", context_$0, methodName_$1);
return
};
if (context_$0 == null || context_$0["__LZdeleted"]) {
Debug.warn("Not creating delegate: %s context %.64w.%s", context_$0 == null ? "null" : "deleted", context_$0, methodName_$1);
return
};
this.c = context_$0;
var m_$4 = context_$0[methodName_$1];
if (!(Function["$lzsc$isa"] ? Function.$lzsc$isa(m_$4) : m_$4 instanceof Function)) {
Debug.error("Not creating delegate: invalid method %.64w.%=s (must be a Function)", context_$0, m_$4, methodName_$1);
return
};
this.m = m_$4;
if (m_$4.length != 1) {
Debug.warn("Invalid delegate method %.64w.%=s (must accept one argument)", context_$0, m_$4, methodName_$1)
};
if (eventSender_$2 != null) {
this.register(eventSender_$2, eventName_$3)
};
this.__delegateID = LzDelegate.__nextID++
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "c", void 0, "m", void 0, "hasevents", false, "enabled", true, "event_called", false, "execute", (function () {
var $lzsc$temp = function (eventValue_$0) {
var context_$1 = this.c;
if (this.enabled && context_$1) {
if (context_$1["__LZdeleted"]) {
return
};
var m_$2 = this.m;
return m_$2 && m_$2.call(context_$1, eventValue_$0)
}};
$lzsc$temp["displayName"] = "execute";
return $lzsc$temp
})(), "register", (function () {
var $lzsc$temp = function (eventSender_$0, eventName_$1) {
var compatibilitymode_$2 = false;
if (!(LzEventable["$lzsc$isa"] ? LzEventable.$lzsc$isa(eventSender_$0) : eventSender_$0 instanceof LzEventable)) {
Debug.error("Not registering %.64w: invalid event sender: %.64w.%s", this, eventSender_$0, eventName_$1);
return
};
if (this.c == null || this.c["__LZdeleted"]) {
return
};
if (eventSender_$0 !== this.c && !compatibilitymode_$2) {
if (this.__tracked == false) {
this.__tracked = true;
var _dels_$3 = this.c["__delegates"];
if (_dels_$3 == null) {
this.c.__delegates = [this]
} else {
_dels_$3.push(this)
}}};
var anEvent_$4 = eventSender_$0[eventName_$1];
if (LzEvent["$lzsc$isa"] ? LzEvent.$lzsc$isa(anEvent_$4) : anEvent_$4 instanceof LzEvent) {
anEvent_$4.addDelegate(this)
} else {
if (anEvent_$4 && !(LzDeclaredEventClass["$lzsc$isa"] ? LzDeclaredEventClass.$lzsc$isa(anEvent_$4) : anEvent_$4 instanceof LzDeclaredEventClass)) {
Debug.error("Not registering %.64w: invalid event: %.64w.%=s", this, eventSender_$0, anEvent_$4, eventName_$1);
return
};
var eventclass_$5 = anEvent_$4 && anEvent_$4.actual || LzEvent;
anEvent_$4 = new eventclass_$5(eventSender_$0, eventName_$1, this)
};
var events_$6 = this.__events;
if (events_$6 == null) {
this.__events = [anEvent_$4]
} else {
events_$6.push(anEvent_$4)
};
this.hasevents = true
};
$lzsc$temp["displayName"] = "register";
return $lzsc$temp
})(), "unregisterAll", (function () {
var $lzsc$temp = function () {
if (this.hasevents == false) return;
var events_$0 = this.__events;
for (var i_$1 = 0, l_$2 = events_$0.length;i_$1 < l_$2;i_$1++) {
events_$0[i_$1].removeDelegate(this)
};
events_$0.length = 0;
this.hasevents = false
};
$lzsc$temp["displayName"] = "unregisterAll";
return $lzsc$temp
})(), "unregisterFrom", (function () {
var $lzsc$temp = function (event_$0) {
if (this.hasevents == false) return;
var events_$1 = this.__events;
for (var i_$2 = 0, l_$3 = events_$1.length;i_$2 < l_$3;i_$2++) {
var ev_$4 = events_$1[i_$2];
if (ev_$4 === event_$0) {
ev_$4.removeDelegate(this);
events_$1.splice(i_$2, 1)
}};
this.hasevents = events_$1.length > 0
};
$lzsc$temp["displayName"] = "unregisterFrom";
return $lzsc$temp
})(), "disable", (function () {
var $lzsc$temp = function () {
this.enabled = false
};
$lzsc$temp["displayName"] = "disable";
return $lzsc$temp
})(), "enable", (function () {
var $lzsc$temp = function () {
this.enabled = true
};
$lzsc$temp["displayName"] = "enable";
return $lzsc$temp
})(), "toString", (function () {
var $lzsc$temp = function () {
return "Delegate for " + this.c + " calls " + this.m + " " + this.__delegateID
};
$lzsc$temp["displayName"] = "toString";
return $lzsc$temp
})(), "__tracked", false, "__LZdeleted", false, "destroy", (function () {
var $lzsc$temp = function () {
if (this.__LZdeleted == true) return;
this.__LZdeleted = true;
if (this.hasevents) this.unregisterAll();
this.hasevents = false;
this.__events = null;
this.c = null;
this.m = null
};
$lzsc$temp["displayName"] = "destroy";
return $lzsc$temp
})()], null, ["__nextID", 1, "__LZdrainDelegatesQueue", (function () {
var $lzsc$temp = function (evq_$0) {
var n_$1 = evq_$0.length;
var i_$2 = 0;
if (i_$2 < n_$1) {
var calledDelegates_$3 = new Array();
var lockedEvents_$4 = new Array();
while (i_$2 < n_$1) {
var e_$5 = evq_$0[i_$2];
var d_$6 = evq_$0[i_$2 + 1];
var eventValue_$7 = evq_$0[i_$2 + 2];
e_$5.locked = true;
e_$5.ready = false;
lockedEvents_$4.push(e_$5);
if (!d_$6.event_called) {
d_$6.event_called = true;
calledDelegates_$3.push(d_$6);
if (d_$6.c && !d_$6.c.__LZdeleted && d_$6.m) {
d_$6.m.call(d_$6.c, eventValue_$7)
}};
i_$2 += 3
};
while (d_$6 = calledDelegates_$3.pop()) {
d_$6.event_called = false
};
while (e_$5 = lockedEvents_$4.pop()) {
e_$5.locked = false;
e_$5.ready = e_$5.delegateList.length != 0
}};
evq_$0.length = 0
};
$lzsc$temp["displayName"] = "__LZdrainDelegatesQueue";
return $lzsc$temp
})()]);
(function () {
var $lzsc$temp = function ($0) {
with ($0) with ($0.prototype) {
{
LzDelegate.prototype._dbg_name = (function () {
var $lzsc$temp = function () {
var name_$0 = Debug.formatToString("%.48w/";
return name_$0
};
$lzsc$temp["displayName"] = "events/LaszloEvents.lzs#406/36";
return $lzsc$temp
})()
}}};
$lzsc$temp["displayName"] = "events/LaszloEvents.lzs#80/1";
return $lzsc$temp
})()(LzDelegate);
lz.Delegate = LzDelegate;
Class.make("LzEvent", ["delegateList", null, "_dbg_eventSender", void 0, "_dbg_eventName", void 0, "$lzsc$initialize", (function () {
var $lzsc$temp = function (eventSender_$0, eventName_$1, d_$2) {
switch (arguments.length) {
case 2:
d_$2 = null
};
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this);
var _evs_$3 = eventSender_$0["_events"];
if (_evs_$3 == null) {
eventSender_$0._events = [this]
} else {
_evs_$3.push(this)
};
eventSender_$0[eventName_$1] = this;
if (d_$2) {
this.delegateList = [d_$2];
this.ready = true
} else {
this.delegateList = []
};
this._dbg_eventSender = eventSender_$0;
this._dbg_eventName = eventName_$1
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "locked", false, "addDelegate", (function () {
var $lzsc$temp = function (d_$0) {
this.ready = true;
this.delegateList.push(d_$0)
};
$lzsc$temp["displayName"] = "addDelegate";
return $lzsc$temp
})(), "sendEvent", (function () {
var $lzsc$temp = function (eventValue_$0) {
switch (arguments.length) {
case 0:
eventValue_$0 = null
};
if (this.locked || !this.ready) {
return
};
this.locked = true;
this.ready = false;
var dlist_$1 = this.delegateList;
var calledDelegates_$2 = new Array();
var d_$3;
var i_$4 = dlist_$1.length;
while (--i_$4 >= 0) {
d_$3 = dlist_$1[i_$4];
if (d_$3 && d_$3.enabled && !d_$3.event_called) {
d_$3.event_called = true;
calledDelegates_$2.push(d_$3);
var c_$5 = d_$3.c;
if (c_$5 && !c_$5.__LZdeleted) {
if (c_$5.__LZdeferDelegates) {
var evq_$6 = c_$5.__LZdelegatesQueue;
if (!evq_$6) {
c_$5.__LZdelegatesQueue = [this, d_$3, eventValue_$0]
} else {
evq_$6.push(this, d_$3, eventValue_$0)
}} else if (d_$3.m) {
d_$3.m.call(c_$5, eventValue_$0)
}}}};
while (d_$3 = calledDelegates_$2.pop()) {
d_$3.event_called = false
};
this.locked = false;
this.ready = dlist_$1.length != 0
};
$lzsc$temp["displayName"] = "sendEvent";
return $lzsc$temp
})(), "removeDelegate", (function () {
var $lzsc$temp = function (d_$0) {
switch (arguments.length) {
case 0:
d_$0 = null
};
var dlist_$1 = this.delegateList;
for (var i_$2 = 0, l_$3 = dlist_$1.length;i_$2 < l_$3;i_$2++) {
if (dlist_$1[i_$2] === d_$0) {
dlist_$1.splice(i_$2, 1);
break
}};
this.ready = dlist_$1.length != 0
};
$lzsc$temp["displayName"] = "removeDelegate";
return $lzsc$temp
})(), "clearDelegates", (function () {
var $lzsc$temp = function () {
var dlist_$0 = this.delegateList;
while (dlist_$0.length) {
dlist_$0[0].unregisterFrom(this)
};
this.ready = false
};
$lzsc$temp["displayName"] = "clearDelegates";
return $lzsc$temp
})(), "getDelegateCount", (function () {
var $lzsc$temp = function () {
return this.delegateList.length
};
$lzsc$temp["displayName"] = "getDelegateCount";
return $lzsc$temp
})(), "toString", (function () {
var $lzsc$temp = function () {
return "LzEvent"
};
$lzsc$temp["displayName"] = "toString";
return $lzsc$temp
})()], LzDeclaredEventClass);
(function () {
var $lzsc$temp = function ($0) {
with ($0) with ($0.prototype) {
{
LzEvent.prototype._dbg_name = (function () {
var $lzsc$temp = function () {
return Debug.formatToString("%0.48w/", this._dbg_eventSender, this._dbg_eventName)
};
$lzsc$temp["displayName"] = "events/LaszloEvents.lzs#699/31";
return $lzsc$temp
})()
}}};
$lzsc$temp["displayName"] = "events/LaszloEvents.lzs#516/1";
return $lzsc$temp
})()(LzEvent);
lz.Event = LzEvent;
Class.make("LzNotifyingEvent", ["$lzsc$initialize", (function () {
var $lzsc$temp = function (eventSender_$0, eventName_$1, d_$2) {
switch (arguments.length) {
case 2:
d_$2 = null
};
var wasready_$3 = this.ready;
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this, eventSender_$0, eventName_$1, d_$2);
if (this.ready != wasready_$3) {
this.notify(this.ready)
}};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "addDelegate", (function () {
var $lzsc$temp = function (d_$0) {
var wasready_$1 = this.ready;
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["addDelegate"] || this.nextMethod(arguments.callee, "addDelegate")).call(this, d_$0);
if (this.ready != wasready_$1) {
this.notify(this.ready)
}};
$lzsc$temp["displayName"] = "addDelegate";
return $lzsc$temp
})(), "removeDelegate", (function () {
var $lzsc$temp = function (d_$0) {
switch (arguments.length) {
case 0:
d_$0 = null
};
var wasready_$1 = this.ready;
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["removeDelegate"] || this.nextMethod(arguments.callee, "removeDelegate")).call(this, d_$0);
if (this.ready != wasready_$1) {
this.notify(this.ready)
}};
$lzsc$temp["displayName"] = "removeDelegate";
return $lzsc$temp
})(), "clearDelegates", (function () {
var $lzsc$temp = function () {
var wasready_$0 = this.ready;
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["clearDelegates"] || this.nextMethod(arguments.callee, "clearDelegates")).call(this);
if (this.ready != wasready_$0) {
this.notify(this.ready)
}};
$lzsc$temp["displayName"] = "clearDelegates";
return $lzsc$temp
})(), "notify", (function () {
var $lzsc$temp = function (ready_$0) {};
$lzsc$temp["displayName"] = "notify";
return $lzsc$temp
})()], LzEvent);
lz.NotifyingEvent = LzNotifyingEvent;
var LzResourceLibrary = {};
Class.make("LzKernelUtils", null, null, ["CSSDimension", (function () {
var $lzsc$temp = function (value_$0, units_$1) {
switch (arguments.length) {
case 1:
units_$1 = "px"
};
if (value_$0 == 0) return value_$0;
var result_$2 = value_$0;
if (isNaN(value_$0)) {
if (typeof value_$0 == "string" && value_$0.indexOf("%") == value_$0.length - 1 && !isNaN(value_$0.substring(0, value_$0.length - 1))) {
return value_$0
} else {
result_$2 = 0;
Debug.warn("%w: coerced %w to %w", arguments.callee, value_$0, result_$2)
}} else if (value_$0 === Infinity) {
result_$2 = ~0 >>> 1
} else if (value_$0 === -Infinity) {
result_$2 = ~(~0 >>> 1)
};
return result_$2 + units_$1
};
$lzsc$temp["displayName"] = "CSSDimension";
return $lzsc$temp
})(), "range", (function () {
var $lzsc$temp = function (val_$0, max_$1, min_$2) {
switch (arguments.length) {
case 2:
min_$2 = null
};
val_$0 = val_$0 > max_$1 ? max_$1 : val_$0;
if (min_$2 != null) {
val_$0 = val_$0 < min_$2 ? min_$2 : val_$0
};
return val_$0
};
$lzsc$temp["displayName"] = "range";
return $lzsc$temp
})(), "rect", (function () {
var $lzsc$temp = function (context_$0, x_$1, y_$2, width_$3, height_$4, topleftradius_$5, toprightradius_$6, bottomrightradius_$7, bottomleftradius_$8) {
switch (arguments.length) {
case 5:
topleftradius_$5 = 0;;case 6:
toprightradius_$6 = null;;case 7:
bottomrightradius_$7 = null;;case 8:
bottomleftradius_$8 = null
};
var maxsize_$9 = Math.min(width_$3, height_$4) * 0.5;
topleftradius_$5 = LzKernelUtils.range(topleftradius_$5 || 0, maxsize_$9, 0);
if (bottomleftradius_$8 == null) {
bottomleftradius_$8 = bottomrightradius_$7 = toprightradius_$6 = topleftradius_$5
} else {
bottomleftradius_$8 = LzKernelUtils.range(bottomleftradius_$8 || 0, maxsize_$9, 0);
bottomrightradius_$7 = LzKernelUtils.range(bottomrightradius_$7 || 0, maxsize_$9, 0);
toprightradius_$6 = LzKernelUtils.range(toprightradius_$6 || 0, maxsize_$9, 0)
};
var curvemethod_$a = context_$0["curveTo"] ? "curveTo" : "quadraticCurveTo";
context_$0.moveTo(x_$1, y_$2 + topleftradius_$5);
context_$0.lineTo(x_$1, y_$2 + height_$4 - bottomleftradius_$8);
if (bottomleftradius_$8 != 0) {
context_$0[curvemethod_$a](x_$1, y_$2 + height_$4, x_$1 + bottomleftradius_$8, y_$2 + height_$4)
};
context_$0.lineTo(x_$1 + width_$3 - bottomrightradius_$7, y_$2 + height_$4);
if (bottomrightradius_$7 != 0) {
context_$0[curvemethod_$a](x_$1 + width_$3, y_$2 + height_$4, x_$1 + width_$3, y_$2 + height_$4 - bottomrightradius_$7)
};
context_$0.lineTo(x_$1 + width_$3, y_$2 + toprightradius_$6);
if (toprightradius_$6 != 0) {
context_$0[curvemethod_$a](x_$1 + width_$3, y_$2, x_$1 + width_$3 - toprightradius_$6, y_$2)
};
context_$0.lineTo(x_$1 + topleftradius_$5, y_$2);
if (topleftradius_$5 != 0) {
context_$0[curvemethod_$a](x_$1, y_$2, x_$1, y_$2 + topleftradius_$5)
}};
$lzsc$temp["displayName"] = "rect";
return $lzsc$temp
})(), "parselzoptions", (function () {
var $lzsc$temp = function (lzopts_$0) {
var tokens_$1 = lzopts_$0.split(new RegExp("([,()])"));
var KEY_$2 = 1;
var ARGS_$3 = 2;
var options_$4 = {};
var mystate_$5 = KEY_$2;
var vals_$6 = [];
var lastkey_$7 = null;
var nvals_$8 = 0;
while (tokens_$1.length > 0) {
var token_$9 = tokens_$1[0];
var tokens_$1 = tokens_$1.slice(1);
if (token_$9 == "") continue;
switch (mystate_$5) {
case KEY_$2:
if (token_$9 == ",") {
if (lastkey_$7 != null && nvals_$8 == 0) {
options_$4[lastkey_$7] = [true]
}} else if (token_$9 == "(") {
mystate_$5 = ARGS_$3;
vals_$6 = [];
options_$4[lastkey_$7] = vals_$6
} else {
lastkey_$7 = token_$9
}break;;case ARGS_$3:
if (token_$9 == ")") {
lastkey_$7 = null;
mystate_$5 = KEY_$2;
nvals_$8 = 0
} else if (token_$9 == ",") {
} else {
vals_$6.push(token_$9);
nvals_$8++
}break
}};
if (lastkey_$7 != null && nvals_$8 == 0) {
options_$4[lastkey_$7] = [true]
};
return options_$4
};
$lzsc$temp["displayName"] = "parselzoptions";
return $lzsc$temp
})()]);
var LzIdleKernel = {__callbacks: [], __update: (function () {
var $lzsc$temp = function () {
var kernel_$0 = LzIdleKernel;
var callbacks_$1 = kernel_$0.__callbacks;
var now_$2 = LzTimeKernel.getTimer();
for (var i_$3 = callbacks_$1.length - 2;i_$3 >= 0;i_$3 -= 2) {
var scope_$4 = callbacks_$1[i_$3];
var funcname_$5 = callbacks_$1[i_$3 + 1];
scope_$4[funcname_$5](now_$2)
}};
$lzsc$temp["displayName"] = "kernel/LzIdleKernel.lzs#15/16";
return $lzsc$temp
})(), __intervalID: null, addCallback: (function () {
var $lzsc$temp = function (scope_$0, funcname_$1) {
var kernel_$2 = LzIdleKernel;
var callbacks_$3 = kernel_$2.__callbacks;
for (var i_$4 = callbacks_$3.length - 2;i_$4 >= 0;i_$4 -= 2) {
if (callbacks_$3[i_$4] === scope_$0 && callbacks_$3[i_$4 + 1] == funcname_$1) {
return
}};
(kernel_$2.__callbacks = callbacks_$3.slice(0)).push(scope_$0, funcname_$1);
if (kernel_$2.__intervalID == null) {
kernel_$2.__intervalID = setInterval(LzIdleKernel.__update, 1000 / kernel_$2.__fps)
}};
$lzsc$temp["displayName"] = "kernel/LzIdleKernel.lzs#29/19";
return $lzsc$temp
})(), removeCallback: (function () {
var $lzsc$temp = function (scope_$0, funcname_$1) {
var kernel_$2 = LzIdleKernel;
var callbacks_$3 = kernel_$2.__callbacks;
for (var i_$4 = callbacks_$3.length - 2;i_$4 >= 0;i_$4 -= 2) {
if (callbacks_$3[i_$4] === scope_$0 && callbacks_$3[i_$4 + 1] == funcname_$1) {
kernel_$2.__callbacks = callbacks_$3 = callbacks_$3.slice(0);
var removed_$5 = callbacks_$3.splice(i_$4, 2);
if (callbacks_$3.length == 0) {
clearInterval(kernel_$2.__intervalID);
kernel_$2.__intervalID = null
};
return removed_$5
}}};
$lzsc$temp["displayName"] = "kernel/LzIdleKernel.lzs#45/22";
return $lzsc$temp
})(), __fps: 30, setFrameRate: (function () {
var $lzsc$temp = function (fps_$0) {
LzIdleKernel.__fps = fps_$0;
if (LzIdleKernel.__intervalID != null) {
clearInterval(LzIdleKernel.__intervalID);
LzIdleKernel.__intervalID = setInterval(LzIdleKernel.__update, 1000 / fps_$0)
}};
$lzsc$temp["displayName"] = "kernel/LzIdleKernel.lzs#67/20";
return $lzsc$temp
})()};
Class.make("LzLibraryCleanup", ["lib", null, "$lzsc$initialize", (function () {
var $lzsc$temp = function (parent_$0, attrs_$1, children_$2, instcall_$3) {
switch (arguments.length) {
case 0:
parent_$0 = null;;case 1:
attrs_$1 = null;;case 2:
children_$2 = null;;case 3:
instcall_$3 = false
};
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this, parent_$0, attrs_$1, children_$2, instcall_$3)
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "$lzc$set_libname", (function () {
var $lzsc$temp = function (val_$0) {
this.lib = LzLibrary.findLibrary(val_$0);
this.lib.loadfinished()
};
$lzsc$temp["displayName"] = "$lzc$set_libname";
return $lzsc$temp
})()], LzNode, ["attributes", new LzInheritedHash(LzNode.attributes)]);
var getTimer = (function () {
var $lzsc$temp = function () {
return LzTimeKernel.getTimer()
};
$lzsc$temp["displayName"] = "kernel/dhtml/LFC.js#14/20";
return $lzsc$temp
})();
global = window;
lz.BrowserUtils = {__scopeid: 0, __scopes: [], getcallbackstr: (function () {
var $lzsc$temp = function (scope_$0, name_$1) {
var sc_$2 = lz.BrowserUtils.__scopeid++;
if (scope_$0.__callbacks == null) {
scope_$0.__callbacks = {sc: sc_$2}} else {
scope_$0.__callbacks[sc_$2] = sc_$2
};
lz.BrowserUtils.__scopes[sc_$2] = scope_$0;
return "if (lz.BrowserUtils.__scopes[" + sc_$2 + "]) lz.BrowserUtils.__scopes[" + sc_$2 + "]." + name_$1 + ".apply(lz.BrowserUtils.__scopes[" + sc_$2 + "], [])"
};
$lzsc$temp["displayName"] = "getcallbackstr";
return $lzsc$temp
})(), getcallbackfunc: (function () {
var $lzsc$temp = function (scope_$0, name, args) {
var sc = lz.BrowserUtils.__scopeid++;
if (scope_$0.__callbacks == null) {
scope_$0.__callbacks = {sc: sc}} else {
scope_$0.__callbacks[sc] = sc
};
lz.BrowserUtils.__scopes[sc] = scope_$0;
return (function () {
var $lzsc$temp = function () {
var s_$0 = lz.BrowserUtils.__scopes[sc];
if (s_$0) return s_$0[name].apply(s_$0, args)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzBrowserUtils.js#45/16";
return $lzsc$temp
})()
};
$lzsc$temp["displayName"] = "getcallbackfunc";
return $lzsc$temp
})(), removecallback: (function () {
var $lzsc$temp = function (scope_$0) {
if (scope_$0.__callbacks != null) {
for (var i_$1 in scope_$0.__callbacks) {
var sc_$2 = scope_$0.__callbacks[i_$1];
delete lz.BrowserUtils.__scopes[sc_$2]
};
delete scope_$0.__callbacks
}};
$lzsc$temp["displayName"] = "removecallback";
return $lzsc$temp
})(), hasFeature: (function () {
var $lzsc$temp = function (feature_$0, level_$1) {
return document.implementation && document.implementation.hasFeature && document.implementation.hasFeature(feature_$0, level_$1)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzBrowserUtils.js#65/18";
return $lzsc$temp
})()};
var LzPool = (function () {
var $lzsc$temp = function (getter_$0, cacheHit_$1, destroyer_$2, owner_$3) {
this.cache = {};
if (typeof getter_$0 == "function") this.getter = getter_$0;
if (typeof cacheHit_$1 == "function") this.cacheHit = cacheHit_$1;
if (typeof destroyer_$2 == "function") this.destroyer = destroyer_$2;
if (owner_$3) this.owner = owner_$3
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzPool.js#13/14";
return $lzsc$temp
})();
LzPool.prototype.cache = null;
LzPool.prototype.get = (function () {
var $lzsc$temp = function (id_$0, skipcache_$1) {
var args_$2 = Array.prototype.slice.call(arguments, 2);
var itm_$3 = this.cache[id_$0];
if (skipcache_$1 || itm_$3 == null) {
args_$2.unshift(id_$0);
itm_$3 = this.getter.apply(this, args_$2);
if (!skipcache_$1) this.cache[id_$0] = itm_$3
} else if (this.cacheHit) {
args_$2.unshift(id_$0, itm_$3);
this.cacheHit.apply(this, args_$2)
};
if (this.owner) itm_$3.owner = this.owner;
return itm_$3
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzPool.js#25/24";
return $lzsc$temp
})();
LzPool.prototype.flush = (function () {
var $lzsc$temp = function (id_$0) {
if (this.destroyer) this.destroyer(id_$0, this.cache[id_$0]);
delete this.cache[id_$0]
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzPool.js#39/26";
return $lzsc$temp
})();
LzPool.prototype.destroy = (function () {
var $lzsc$temp = function () {
for (var id_$0 in this.cache) {
this.flush(id_$0)
};
this.owner = null;
this.cache = null
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzPool.js#45/28";
return $lzsc$temp
})();
LzPool.prototype.getter = null;
LzPool.prototype.destroyer = null;
LzPool.prototype.cacheHit = null;
var LzKeyboardKernel = {__downKeysHash: {}, __keyboardEvent: (function () {
var $lzsc$temp = function (e_$0) {
if (!e_$0) e_$0 = window.event;
var delta_$1 = {};
var dirty_$2 = false;
var k_$3 = e_$0["keyCode"];
var t_$4 = e_$0.type;
var dh_$5 = LzKeyboardKernel.__downKeysHash;
if (k_$3 >= 0 && k_$3 != 16 && k_$3 != 17 && k_$3 != 18 && k_$3 != 224) {
var s_$6 = String.fromCharCode(k_$3).toLowerCase();
if (t_$4 == "keyup") {
if (dh_$5[s_$6] != null) {
delta_$1[s_$6] = false;
dirty_$2 = true
};
dh_$5[s_$6] = null
} else if (t_$4 == "keydown") {
if (dh_$5[s_$6] == null) {
delta_$1[s_$6] = true;
dirty_$2 = true
};
dh_$5[s_$6] = k_$3
}};
if (LzKeyboardKernel.__updateControlKeys(e_$0, delta_$1)) {
dirty_$2 = true
};
if (dirty_$2) {
var scope_$7 = LzKeyboardKernel.__scope;
var callback_$8 = LzKeyboardKernel.__callback;
if (scope_$7 && scope_$7[callback_$8]) {
scope_$7[callback_$8](delta_$1, k_$3, "on" + t_$4)
}};
if (k_$3 >= 0) {
if (k_$3 == 9) {
e_$0.cancelBubble = true;
return false
} else if (LzKeyboardKernel.__cancelKeys && (k_$3 == 13 || k_$3 == 0 || k_$3 == 37 || k_$3 == 38 || k_$3 == 39 || k_$3 == 40 || k_$3 == 8)) {
e_$0.cancelBubble = true;
return false
}}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzKeyboardKernel.js#16/23";
return $lzsc$temp
})(), __updateControlKeys: (function () {
var $lzsc$temp = function (e_$0, delta_$1) {
var quirks_$2 = LzSprite.quirks;
var dh_$3 = LzKeyboardKernel.__downKeysHash;
var dirty_$4 = false;
if (delta_$1) {
var send_$5 = false
} else {
delta_$1 = {};
var send_$5 = true
};
var alt_$6 = e_$0["altKey"];
if (dh_$3["alt"] != null != alt_$6) {
dh_$3["alt"] = alt_$6 ? 18 : null;
delta_$1["alt"] = alt_$6;
dirty_$4 = true;
if (quirks_$2["alt_key_sends_control"]) {
delta_$1["control"] = delta_$1["alt"]
}};
var ctrl_$7 = e_$0["ctrlKey"];
if (dh_$3["control"] != null != ctrl_$7) {
dh_$3["control"] = ctrl_$7 ? 17 : null;
delta_$1["control"] = ctrl_$7;
dirty_$4 = true
};
var shift_$8 = e_$0["shiftKey"];
if (dh_$3["shift"] != null != shift_$8) {
dh_$3["shift"] = shift_$8 ? 16 : null;
delta_$1["shift"] = shift_$8;
dirty_$4 = true
};
if (quirks_$2["hasmetakey"]) {
var meta_$9 = e_$0["metaKey"];
if (dh_$3["meta"] != null != meta_$9) {
dh_$3["meta"] = meta_$9 ? 224 : null;
delta_$1["meta"] = meta_$9;
dirty_$4 = true;
delta_$1["control"] = meta_$9
}};
if (dirty_$4 && send_$5) {
var scope_$a = LzKeyboardKernel.__scope;
var callback_$b = LzKeyboardKernel.__callback;
if (scope_$a && scope_$a[callback_$b]) {
scope_$a[callback_$b](delta_$1, 0, "on" + e_$0.type)
}};
return dirty_$4
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzKeyboardKernel.js#71/27";
return $lzsc$temp
})(), __allKeysUp: (function () {
var $lzsc$temp = function () {
var delta_$0 = null;
var stuck_$1 = false;
var keys_$2 = null;
var dh_$3 = LzKeyboardKernel.__downKeysHash;
for (var key_$4 in dh_$3) {
if (dh_$3[key_$4] != null) {
stuck_$1 = true;
if (!delta_$0) {
delta_$0 = {}};
delta_$0[key_$4] = false;
if (key_$4.length == 1) {
if (!keys_$2) {
keys_$2 = []
};
keys_$2.push(dh_$3[key_$4])
};
dh_$3[key_$4] = null
}};
var scope_$5 = LzKeyboardKernel.__scope;
var callback_$6 = LzKeyboardKernel.__callback;
if (stuck_$1 && scope_$5 && scope_$5[callback_$6]) {
if (!keys_$2) {
scope_$5[callback_$6](delta_$0, 0, "onkeyup")
} else for (var i_$7 = 0, l_$8 = keys_$2.length;i_$7 < l_$8;i_$7++) {
scope_$5[callback_$6](delta_$0, keys_$2[i_$7], "onkeyup")
}};
LzKeyboardKernel.__downKeysHash = {}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzKeyboardKernel.js#136/19";
return $lzsc$temp
})(), __callback: null, __scope: null, __cancelKeys: true, __lockFocus: null, setCallback: (function () {
var $lzsc$temp = function (scope_$0, keyboardcallback_$1) {
this.__scope = scope_$0;
this.__callback = keyboardcallback_$1
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzKeyboardKernel.js#169/19";
return $lzsc$temp
})(), __lastcontrolscope: null, setKeyboardControl: (function () {
var $lzsc$temp = function (dhtmlKeyboardControl_$0, force_$1) {
if (!force_$1 && LzKeyboardKernel.__lockFocus) {
dhtmlKeyboardControl_$0 = true
};
var handler_$2 = null;
var setcontrol_$3 = LzSprite.__rootSprite.options.cancelkeyboardcontrol != true || true;
if (setcontrol_$3 && dhtmlKeyboardControl_$0) {
handler_$2 = LzKeyboardKernel.__keyboardEvent
};
if (LzSprite.quirks.keyboardlistentotop) {
var doc_$4 = window.top.document
} else {
var doc_$4 = document
};
var lastscope_$5 = LzKeyboardKernel.__lastcontrolscope;
if (lastscope_$5 && lastscope_$5 != doc_$4) {
lastscope_$5.onkeydown = lastscope_$5.onkeyup = lastscope_$5.onkeypress = null;
if (handler_$2) {
LzKeyboardKernel.__lastcontrolscope = doc_$4
}};
doc_$4.onkeydown = handler_$2;
doc_$4.onkeyup = handler_$2;
doc_$4.onkeypress = handler_$2
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzKeyboardKernel.js#174/26";
return $lzsc$temp
})(), gotLastFocus: (function () {
var $lzsc$temp = function () {
if (!LzSprite.__mouseActivationDiv.mouseisover) LzKeyboardKernel.setKeyboardControl(false)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzKeyboardKernel.js#205/20";
return $lzsc$temp
})(), setGlobalFocusTrap: (function () {
var $lzsc$temp = function (istrapped_$0) {
LzKeyboardKernel.__lockFocus = istrapped_$0;
if (LzSprite.quirks.activate_on_mouseover) {
var activationdiv_$1 = LzSprite.__mouseActivationDiv;
if (istrapped_$0) {
activationdiv_$1.onmouseover()
} else {
activationdiv_$1.onmouseout()
}}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzKeyboardKernel.js#210/26";
return $lzsc$temp
})()};
var LzMouseKernel = {__lastMouseDown: null, __lastMouseOver: null, __x: 0, __y: 0, owner: null, __showncontextmenu: null, __mouseEvent: (function () {
var $lzsc$temp = function (e_$0) {
e_$0 = e_$0 || window.event;
var target_$1 = e_$0.target || e_$0.srcElement;
var eventname_$2 = "on" + e_$0.type;
if (window["LzKeyboardKernel"] && LzKeyboardKernel["__updateControlKeys"]) {
LzKeyboardKernel.__updateControlKeys(e_$0)
};
if (LzSprite.prototype.capabilities.touchevents) {
var maxfingers_$3 = 1;
if (eventname_$2 === "ontouchstart") {
eventname_$2 = "onmousedown"
} else if (eventname_$2 === "ontouchmove") {
eventname_$2 = "onmousemove"
} else if (eventname_$2 === "ontouchend") {
eventname_$2 = "onmouseup";
maxfingers_$3 = 0
};
if (e_$0.touches.length != maxfingers_$3) {
return true
}};
var lzinputproto_$4 = window["LzInputTextSprite"] && LzInputTextSprite.prototype;
if (lzinputproto_$4 && lzinputproto_$4.__lastshown != null) {
if (LzSprite.quirks.fix_ie_clickable) {
lzinputproto_$4.__hideIfNotFocused(eventname_$2)
} else if (eventname_$2 != "onmousemove") {
lzinputproto_$4.__hideIfNotFocused()
}};
if (eventname_$2 === "onmousemove") {
LzMouseKernel.__sendMouseMove(e_$0);
if (lzinputproto_$4 && lzinputproto_$4.__lastshown != null) {
if (target_$1 && target_$1.owner && !(target_$1.owner instanceof LzInputTextSprite)) {
if (!lzinputproto_$4.__lastshown.__isMouseOver()) {
lzinputproto_$4.__lastshown.__hide()
}}}} else if (eventname_$2 === "oncontextmenu" || e_$0.button == 2) {
return LzMouseKernel.__handleContextMenu(e_$0)
} else {
LzMouseKernel.__sendEvent(eventname_$2)
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzMouseKernel.js#23/20";
return $lzsc$temp
})(), __sendEvent: (function () {
var $lzsc$temp = function (eventname_$0, view_$1) {
if (eventname_$0 === "onclick" && view_$1 == null) {
return
};
if (LzMouseKernel.__callback) {
LzMouseKernel.__scope[LzMouseKernel.__callback](eventname_$0, view_$1)
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzMouseKernel.js#82/19";
return $lzsc$temp
})(), __callback: null, __scope: null, setCallback: (function () {
var $lzsc$temp = function (scope_$0, funcname_$1) {
this.__scope = scope_$0;
this.__callback = funcname_$1
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzMouseKernel.js#96/19";
return $lzsc$temp
})(), __mousecontrol: false, setMouseControl: (function () {
var $lzsc$temp = function (ison_$0) {
if (ison_$0 === LzMouseKernel.__mousecontrol) return;
LzMouseKernel.__mousecontrol = ison_$0;
LzMouseKernel.__sendEvent(ison_$0 ? "onmouseenter" : "onmouseleave");
var method_$1 = lz.embed[ison_$0 ? "attachEventHandler" : "removeEventHandler"];
if (LzSprite.prototype.capabilities.touchevents) {
method_$1(document, "touchmove", LzMouseKernel, "__mouseEvent")
} else {
method_$1(document, "mousemove", LzMouseKernel, "__mouseEvent")
};
document.oncontextmenu = ison_$0 ? LzMouseKernel.__mouseEvent : null
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzMouseKernel.js#102/23";
return $lzsc$temp
})(), __showhand: "pointer", showHandCursor: (function () {
var $lzsc$temp = function (show_$0) {
var c_$1 = show_$0 === true ? "pointer" : "default";
this.__showhand = c_$1;
LzMouseKernel.setCursorGlobal(c_$1)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzMouseKernel.js#131/22";
return $lzsc$temp
})(), setCursorGlobal: (function () {
var $lzsc$temp = function (n_$0) {
if (LzSprite.quirks.no_cursor_colresize) {
return
};
var n_$0 = LzSprite.__defaultStyles.hyphenate(n_$0);
LzSprite.prototype.__setCSSClassProperty(".lzclickdiv", "cursor", n_$0);
LzSprite.prototype.__setCSSClassProperty(".lzdiv", "cursor", n_$0);
LzSprite.prototype.__setCSSClassProperty(".lzcanvasdiv", "cursor", n_$0);
LzSprite.prototype.__setCSSClassProperty(".lzcanvasclickdiv", "cursor", n_$0)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzMouseKernel.js#142/23";
return $lzsc$temp
})(), restoreCursor: (function () {
var $lzsc$temp = function () {
if (LzSprite.quirks.no_cursor_colresize) {
return
};
if (LzMouseKernel.__amLocked) return;
LzSprite.prototype.__setCSSClassProperty(".lzclickdiv", "cursor", LzMouseKernel.__showhand);
LzSprite.prototype.__setCSSClassProperty(".lzdiv", "cursor", "default");
LzSprite.prototype.__setCSSClassProperty(".lzcanvasdiv", "cursor", "default");
LzSprite.prototype.__setCSSClassProperty(".lzcanvasclickdiv", "cursor", "default")
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzMouseKernel.js#159/21";
return $lzsc$temp
})(), lock: (function () {
var $lzsc$temp = function () {
LzMouseKernel.__amLocked = true
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzMouseKernel.js#174/12";
return $lzsc$temp
})(), unlock: (function () {
var $lzsc$temp = function () {
LzMouseKernel.__amLocked = false;
LzMouseKernel.restoreCursor()
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzMouseKernel.js#182/14";
return $lzsc$temp
})(), disableMouseTemporarily: (function () {
var $lzsc$temp = function () {
this.setGlobalClickable(false);
this.__resetonmouseover = true
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzMouseKernel.js#187/31";
return $lzsc$temp
})(), __resetonmouseover: false, __resetMouse: (function () {
var $lzsc$temp = function () {
if (this.__resetonmouseover) {
this.__resetonmouseover = false;
this.setGlobalClickable(true)
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzMouseKernel.js#192/20";
return $lzsc$temp
})(), __globalClickable: true, setGlobalClickable: (function () {
var $lzsc$temp = function (isclickable_$0) {
if (isclickable_$0 === this.__globalClickable) return;
this.__globalClickable = isclickable_$0;
var el_$1 = document.getElementById("lzcanvasclickdiv");
if (LzSprite.quirks.fix_ie_clickable) {
LzSprite.prototype.__setCSSClassProperty(".lzclickdiv", "display", isclickable_$0 ? "" : "none")
};
if (el_$1) el_$1.style.display = isclickable_$0 ? "" : "none"
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzMouseKernel.js#199/26";
return $lzsc$temp
})(), __sendMouseMove: (function () {
var $lzsc$temp = function (e_$0, offsetx_$1, offsety_$2) {
var sendmousemove_$3 = "mousemove" === e_$0.type;
var returnvalue_$4 = true;
if (LzSprite.prototype.capabilities.touchevents) {
var touches_$5 = e_$0.touches;
var touch_$6 = touches_$5 && touches_$5[0];
if (touch_$6) {
LzMouseKernel.__x = touch_$6.pageX;
LzMouseKernel.__y = touch_$6.pageY
};
sendmousemove_$3 = true;
returnvalue_$4 = false
} else if (e_$0.pageX || e_$0.pageY) {
LzMouseKernel.__x = e_$0.pageX;
LzMouseKernel.__y = e_$0.pageY
} else if (e_$0.clientX || e_$0.clientY) {
var body_$7 = document.body, docElem_$8 = document.documentElement;
LzMouseKernel.__x = e_$0.clientX + body_$7.scrollLeft + docElem_$8.scrollLeft;
LzMouseKernel.__y = e_$0.clientY + body_$7.scrollTop + docElem_$8.scrollTop
};
if (offsetx_$1) {
LzMouseKernel.__x += offsetx_$1
};
if (offsety_$2) {
LzMouseKernel.__y += offsety_$2
};
if (sendmousemove_$3) {
LzMouseKernel.__sendEvent("onmousemove");
return returnvalue_$4
};
return false
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzMouseKernel.js#210/23";
return $lzsc$temp
})(), __contextmenumouse2: false, __handleContextMenu: (function () {
var $lzsc$temp = function (e_$0) {
LzMouseKernel.__sendMouseMove(e_$0);
var cmenu_$1 = LzMouseKernel.__findContextMenu(e_$0);
if (cmenu_$1) {
var eventname_$2 = "on" + e_$0.type;
var showbuiltins_$3 = cmenu_$1.kernel.showbuiltins;
var viamouse2_$4 = false;
if (LzSprite.prototype.quirks.has_dom2_mouseevents) {
if (eventname_$2 === "oncontextmenu") {
if (LzMouseKernel.__contextmenumouse2) {
LzMouseKernel.__contextmenumouse2 = false;
return false
}} else if (eventname_$2 === "onmousedown" && e_$0.button == 2) {
viamouse2_$4 = true
} else {
return true
}} else if (eventname_$2 !== "oncontextmenu") {
return true
};
var target_$5 = e_$0.target || e_$0.srcElement;
if (target_$5 && target_$5.owner && showbuiltins_$3 !== true) {
LzMouseKernel.__contextmenumouse2 = viamouse2_$4;
if (LzMouseKernel.__showncontextmenu) {
LzContextMenuKernel.lzcontextmenu.hide()
} else {
cmenu_$1.kernel.__show()
};
return false
}};
return true
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzMouseKernel.js#251/27";
return $lzsc$temp
})(), __findContextMenu: (function () {
var $lzsc$temp = function (e_$0) {
var cmenu_$1 = LzSprite.__rootSprite.__contextmenu;
var quirks_$2 = LzSprite.quirks;
if (document.elementFromPoint) {
var swf8mode_$3 = quirks_$2.swf8_contextmenu;
if (window.pageXOffset) {
var x_$4 = e_$0.pageX - window.top.pageXOffset;
var y_$5 = e_$0.pageY - window.top.pageYOffset
} else {
var x_$4 = e_$0.clientX;
var y_$5 = e_$0.clientY
};
var rootdiv_$6 = LzSprite.__rootSprite.__LZdiv;
var arr_$7 = [];
if (quirks_$2.fix_contextmenu) {
arr_$7.push(rootdiv_$6, rootdiv_$6.style.display);
var rootprevZ_$8 = rootdiv_$6.style.zIndex;
rootdiv_$6.style.zIndex = -1000;
var rootclickdiv_$9 = LzSprite.__rootSprite.__LZclickcontainerdiv;
var clickprevZ_$a = rootclickdiv_$9.style.zIndex;
arr_$7.push(rootclickdiv_$9, rootclickdiv_$9.style.display);
rootclickdiv_$9.style.zIndex = -9999
};
do {
var elem_$b = document.elementFromPoint(x_$4, y_$5);
if (!elem_$b) {
break
} else {
var owner_$c = elem_$b.owner;
if (!owner_$c) {
} else if (owner_$c.__contextmenu) {
cmenu_$1 = owner_$c.__contextmenu;
break
} else if (quirks_$2.ie_elementfrompoint && owner_$c.scrolldiv === elem_$b) {
} else if (swf8mode_$3 && (owner_$c.__LZdiv === elem_$b && owner_$c.bgcolor != null || owner_$c instanceof LzTextSprite)) {
break
};
arr_$7.push(elem_$b, elem_$b.style.display);
elem_$b.style.display = "none"
}} while (elem_$b !== rootdiv_$6 && elem_$b.tagName != "HTML");
for (var i_$d = arr_$7.length - 1;i_$d >= 0;i_$d -= 2) {
arr_$7[i_$d - 1].style.display = arr_$7[i_$d]
};
if (quirks_$2.fix_contextmenu) {
rootdiv_$6.style.zIndex = rootprevZ_$8;
rootclickdiv_$9.style.zIndex = clickprevZ_$a
}} else {
var sprite_$e = (e_$0.srcElement || e_$0.target).owner;
if (sprite_$e) {
while (sprite_$e.__parent) {
if (sprite_$e.__contextmenu) {
var mpos_$f = sprite_$e.getMouse();
if (mpos_$f.x >= 0 && mpos_$f.x < sprite_$e.width && mpos_$f.y >= 0 && mpos_$f.y < sprite_$e.height) {
cmenu_$1 = sprite_$e.__contextmenu;
break
}};
sprite_$e = sprite_$e.__parent
}}};
return cmenu_$1
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzMouseKernel.js#303/25";
return $lzsc$temp
})()};
Class.make("LzBrowserKernel", null, null, ["loadURL", (function () {
var $lzsc$temp = function (url_$0, target_$1, features_$2) {
switch (arguments.length) {
case 1:
target_$1 = null;;case 2:
features_$2 = null
};
if (target_$1 != null) {
if (features_$2 != null) {
window.open(url_$0, target_$1, features_$2)
} else {
window.open(url_$0, target_$1)
}} else {
window.location = url_$0
}};
$lzsc$temp["displayName"] = "loadURL";
return $lzsc$temp
})(), "loadJS", (function () {
var $lzsc$temp = function (js_$0, target_$1) {
LzBrowserKernel.loadURL("javascript:" + js_$0 + ";void(0);", target_$1)
};
$lzsc$temp["displayName"] = "loadJS";
return $lzsc$temp
})(), "callJS", (function () {
var $lzsc$temp = function (methodname_$0, callback_$1) {
var scope_$2 = null;
var method_$3 = eval(methodname_$0);
var path_$4 = methodname_$0.split(".");
if (path_$4.length > 1) {
path_$4.pop();
scope_$2 = eval(path_$4.join("."))
};
var args_$5 = Array.prototype.slice.call(arguments, 2);
if (method_$3) {
var ret_$6 = method_$3.apply(scope_$2, args_$5)
};
if (callback_$1 && typeof callback_$1 == "function") callback_$1(ret_$6);
return ret_$6
};
$lzsc$temp["displayName"] = "callJS";
return $lzsc$temp
})(), "setHistory", (function () {
var $lzsc$temp = function (n_$0) {
lz.embed.history.set(n_$0)
};
$lzsc$temp["displayName"] = "setHistory";
return $lzsc$temp
})(), "callMethod", (function () {
var $lzsc$temp = function (js_$0) {
return eval(js_$0)
};
$lzsc$temp["displayName"] = "callMethod";
return $lzsc$temp
})(), "getVersion", (function () {
var $lzsc$temp = function () {
return navigator.userAgent
};
$lzsc$temp["displayName"] = "getVersion";
return $lzsc$temp
})(), "getOS", (function () {
var $lzsc$temp = function () {
return navigator.platform
};
$lzsc$temp["displayName"] = "getOS";
return $lzsc$temp
})(), "getLoadURL", (function () {
var $lzsc$temp = function () {
if (LzSprite.__rootSprite && LzSprite.__rootSprite._url) {
var url_$0 = LzSprite.__rootSprite._url
} else {
var url_$0 = lz.embed.__propcache.url
};
if (!url_$0) url_$0 = new String(window.location);
var colon_$1 = url_$0.indexOf(":");
var slash_$2 = url_$0.indexOf("/");
if (colon_$1 > -1) {
if (url_$0.indexOf("://") == colon_$1) {
return url_$0
} else if (url_$0.charAt(colon_$1 + 1) == "/") {
url_$0 = url_$0.substring(0, colon_$1 + 1) + "/" + url_$0.substring(colon_$1 + 1);
return url_$0
} else {
var lzu_$3 = new LzURL(new String(window.location));
url_$0 = url_$0.substring(0, colon_$1 + 1) + "/" + lzu_$3.path + url_$0.substring(colon_$1 + 1);
return url_$0
}} else {
if (slash_$2 == 0) {
return url_$0
} else {
var loc_$4 = new String(window.location);
var lastslash_$5 = loc_$4.lastIndexOf("/");
loc_$4 = loc_$4.substring(0, lastslash_$5 + 1);
return loc_$4 + url_$0
}}};
$lzsc$temp["displayName"] = "getLoadURL";
return $lzsc$temp
})(), "getInitArg", (function () {
var $lzsc$temp = function (name_$0) {
var initargs_$1 = global;
var id_$2 = LzSprite.__rootSprite._id;
if (id_$2) {
initargs_$1 = lz.embed.applications[id_$2].initargs
};
if (name_$0 == null) return initargs_$1;
return initargs_$1[name_$0]
};
$lzsc$temp["displayName"] = "getInitArg";
return $lzsc$temp
})(), "getLzOption", (function () {
var $lzsc$temp = function (name_$0) {
var options_$1 = global;
var id_$2 = LzSprite.__rootSprite._id;
if (id_$2) {
options_$1 = lz.embed.applications[id_$2].options
};
if (name_$0 == null) return options_$1;
return options_$1[name_$0]
};
$lzsc$temp["displayName"] = "getLzOption";
return $lzsc$temp
})(), "getAppID", (function () {
var $lzsc$temp = function () {
return LzSprite.__rootSprite._id
};
$lzsc$temp["displayName"] = "getAppID";
return $lzsc$temp
})(), "isAAActive", (function () {
var $lzsc$temp = function () {
Debug.warn("LzBrowserKernel.isAAActive not yet fully implemented");
return false
};
$lzsc$temp["displayName"] = "isAAActive";
return $lzsc$temp
})()]);
var LzSprite = (function () {
var $lzsc$temp = function (owner_$0, isroot_$1) {
if (owner_$0 == null) return;
this.constructor = arguments.callee;
this.owner = owner_$0;
this.uid = LzSprite.prototype.uid++;
this.aadescriptionDiv = null;
this.__csscache = {};
var quirks_$2 = this.quirks;
if (isroot_$1) {
this.isroot = true;
LzSprite.__rootSprite = this;
var div = document.createElement("div");
div.className = "lzcanvasdiv";
quirks_$2["scrollbar_width"] = LzSprite._getScrollbarWidth();
if (quirks_$2.ie6_improve_memory_performance) {
try {
document.execCommand("BackgroundImageCache", false, true)
}
catch (err_$3) {}};
var p_$4 = lz.embed.__propcache;
var rootcontainer_$5 = LzSprite.__rootSpriteContainer = p_$4.appenddiv;
var appcontainer_$6 = rootcontainer_$5;
rootcontainer_$5.style.margin = 0;
rootcontainer_$5.style.padding = 0;
rootcontainer_$5.style.border = "0 none";
rootcontainer_$5.style.overflow = "hidden";
rootcontainer_$5.style.textAlign = "left";
if (quirks_$2["container_divs_require_overflow"]) {
appcontainer_$6 = document.createElement("div");
appcontainer_$6.className = "lzappoverflow";
rootcontainer_$5.appendChild(appcontainer_$6);
appcontainer_$6.owner = this;
LzSprite.__rootSpriteOverflowContainer = appcontainer_$6
};
if (quirks_$2.fix_contextmenu) {
var cxdiv_$7 = document.createElement("div");
cxdiv_$7.className = "lzcanvascontextdiv";
cxdiv_$7.id = "lzcanvascontextdiv";
appcontainer_$6.appendChild(cxdiv_$7);
cxdiv_$7.owner = this;
this.__LZcontextcontainerdiv = cxdiv_$7
};
if (p_$4.bgcolor) {
div.style.backgroundColor = p_$4.bgcolor;
this.bgcolor = p_$4.bgcolor
};
if (p_$4.id) {
this._id = p_$4.id
};
if (p_$4.url) {
this._url = p_$4.url
};
var options_$8 = p_$4.options;
if (options_$8) {
this.options = options_$8
};
LzSprite.blankimage = options_$8.serverroot + LzSprite.blankimage;
if (quirks_$2.use_css_sprites && options_$8.usemastersprite) {
quirks_$2.use_css_master_sprite = options_$8.usemastersprite;
var mastersprite = LzResourceLibrary && LzResourceLibrary.__allcss && LzResourceLibrary.__allcss.path;
if (mastersprite) {
LzSprite.__masterspriteurl = LzSprite.__rootSprite.options.approot + mastersprite;
var masterspriteimg_$9 = new Image();
masterspriteimg_$9.src = mastersprite;
masterspriteimg_$9.onerror = (function () {
var $lzsc$temp = function () {
Debug.warn("Error loading master sprite:", mastersprite)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#105/47";
return $lzsc$temp
})()
}};
LzSprite.__defaultStyles.writeCSS(quirks_$2.write_css_with_createstylesheet);
appcontainer_$6.appendChild(div);
this.__LZdiv = div;
if (quirks_$2.fix_clickable) {
var cdiv_$a = document.createElement("div");
cdiv_$a.className = "lzcanvasclickdiv";
cdiv_$a.id = "lzcanvasclickdiv";
appcontainer_$6.appendChild(cdiv_$a);
this.__LZclickcontainerdiv = cdiv_$a;
LzSprite.__setClickable(true, appcontainer_$6)
};
if (quirks_$2["css_hide_canvas_during_init"]) {
var cssname_$b = "display";
var cssval_$c = "none";
if (quirks_$2["safari_visibility_instead_of_display"]) {
cssname_$b = "visibility";
cssval_$c = "hidden"
};
this.__LZdiv.style[cssname_$b] = cssval_$c;
if (quirks_$2["fix_clickable"]) this.__LZclickcontainerdiv.style[cssname_$b] = cssval_$c;
if (quirks_$2["fix_contextmenu"]) this.__LZcontextcontainerdiv.style[cssname_$b] = cssval_$c
};
if (quirks_$2.activate_on_mouseover) {
div.mouseisover = false;
div.onmouseover = (function () {
var $lzsc$temp = function (e_$0) {
if (LzSprite.quirks.keyboardlistentotop_in_frame) {
if (LzSprite.__rootSprite.options.cancelkeyboardcontrol != true) {
LzSprite.quirks.keyboardlistentotop = true;
LzKeyboardKernel.setKeyboardControl(true)
}};
if (LzSprite.quirks.focus_on_mouseover) {
if (LzSprite.prototype.getSelectedText() == "") {
div.focus()
}};
if (LzInputTextSprite.prototype.__focusedSprite == null) LzKeyboardKernel.setKeyboardControl(true);
LzMouseKernel.setMouseControl(true);
this.mouseisover = true
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#142/31";
return $lzsc$temp
})();
div.onmouseout = (function () {
var $lzsc$temp = function (e_$0) {
if (!e_$0) {
e_$0 = window.event;
var el_$1 = e_$0.toElement
} else {
var el_$1 = e_$0.relatedTarget
};
var quirks_$2 = LzSprite.quirks;
if (quirks_$2.inputtext_anonymous_div) {
try {
el_$1 && el_$1.parentNode
}
catch (e_$0) {
return
}};
var mousein_$3 = false;
if (el_$1) {
var cm_$4 = LzContextMenuKernel.lzcontextmenu;
if (el_$1.owner && el_$1.className.indexOf("lz") == 0) {
mousein_$3 = true
} else if (cm_$4 && (el_$1 === cm_$4 || el_$1.parentNode === cm_$4)) {
mousein_$3 = true
}};
if (mousein_$3) {
var wasClickable_$5 = LzMouseKernel.__globalClickable;
if (quirks_$2.fix_ie_clickable) {
LzMouseKernel.setGlobalClickable(true)
};
if (quirks_$2.focus_on_mouseover) {
if (LzInputTextSprite.prototype.__lastshown == null) {
if (LzSprite.prototype.getSelectedText() == "") {
div.focus()
}}};
LzKeyboardKernel.setKeyboardControl(true);
LzMouseKernel.setMouseControl(true);
LzMouseKernel.__resetMouse();
this.mouseisover = true;
if (quirks_$2.fix_clickable && !wasClickable_$5 && LzMouseKernel.__globalClickable) {
var target_$6 = e_$0.target || e_$0.srcElement;
if (target_$6) {
var owner_$7 = target_$6["owner"];
if (LzSprite["$lzsc$isa"] ? LzSprite.$lzsc$isa(owner_$7) : owner_$7 instanceof LzSprite) {
owner_$7 = owner_$7["owner"]
};
if (LzView["$lzsc$isa"] ? LzView.$lzsc$isa(owner_$7) : owner_$7 instanceof LzView) {
LzMouseKernel.__sendEvent("onmouseout", owner_$7)
}}}} else {
if (quirks_$2.focus_on_mouseover) {
if (LzInputTextSprite.prototype.__lastshown == null) {
if (LzSprite.prototype.getSelectedText() == "") {
div.blur()
}}};
LzKeyboardKernel.setKeyboardControl(false);
LzMouseKernel.setMouseControl(false);
this.mouseisover = false
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#159/30";
return $lzsc$temp
})();
if (LzSprite.quirks.keyboardlistentotop_in_frame) {
window.onfocus = (function () {
var $lzsc$temp = function (e_$0) {
if (LzSprite.__rootSprite.options.cancelkeyboardcontrol != true) {
div.onmouseover()
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#248/34";
return $lzsc$temp
})()
};
LzSprite.__mouseActivationDiv = div
};
LzFontManager.__createContainerDiv();
if (quirks_$2.prevent_selection) {
document.onselectstart = (function () {
var $lzsc$temp = function (e_$0) {
if (!e_$0) {
e_$0 = window.event;
var targ_$1 = e_$0.srcElement
} else {
var targ_$1 = e_$0.srcElement.parentNode
};
if (targ_$1.owner instanceof LzTextSprite) {
if (!targ_$1.owner.selectable) {
return false
}} else {
return false
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#266/38";
return $lzsc$temp
})()
}} else {
this.__LZdiv = document.createElement("div");
this.__LZdiv.className = "lzdiv"
};
this.__LZdiv.owner = this;
if (quirks_$2.ie_leak_prevention) {
this.__sprites[this.uid] = this
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#18/16";
return $lzsc$temp
})();
LzSprite.prototype._dbg_typename = "LzSprite";
LzSprite.prototype._dbg_name = (function () {
var $lzsc$temp = function () {
var div_$0 = this.__LZdiv;
var d_$1 = div_$0;
var x_$2 = 0, y_$3 = 0;
if (d_$1.offsetParent) {
do {
x_$2 += d_$1.offsetLeft;
y_$3 += d_$1.offsetTop
} while (d_$1 = d_$1.offsetParent)
};
return Debug.formatToString("%w/@sprite [%s x %s]*[1 0 %s, 0 1 %s, 0 0 1]", this.owner.sprite === this ? this.owner : "(orphan)", div_$0.offsetWidth || 0, div_$0.offsetHeight || 0, x_$2 || 0, y_$3 || 0)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#306/36";
return $lzsc$temp
})();
LzSprite.__defaultStyles = {lzdiv: {position: "absolute", borderStyle: "solid", borderWidth: 0}, lzclickdiv: {position: "absolute", borderStyle: "solid", borderColor: "transparent", borderWidth: 0}, lzcanvasdiv: {position: "absolute"}, lzcanvasclickdiv: {zIndex: 100000, position: "absolute"}, lzcanvascontextdiv: {position: "absolute"}, lzappoverflow: {position: "absolute", overflow: "hidden"}, lztextcontainer: {position: "absolute", cursor: "default"}, lzinputtextcontainer: {position: "absolute", overflow: "hidden"}, lzinputtextcontainer_click: {position: "absolute"}, lztext: {fontFamily: "Verdana,Vera,sans-serif", fontStyle: "normal", fontWeight: "normal", fontSize: "11px", whiteSpace: "nowrap", position: "absolute", textAlign: "left", textIndent: 0, letterSpacing: 0, textDecoration: "none"}, lzswftext: {fontFamily: "Verdana,Vera,sans-serif", fontStyle: "normal", fontWeight: "normal", fontSize: "11px", whiteSpace: "nowrap", position: "absolute", lineHeight: "1.2em", textAlign: "left", textIndent: 0, letterSpacing: 0, textDecoration: "none", wordWrap: "break-word", MsWordBreak: "break-all", padding: "2px"}, lzinputtext: {fontFamily: "Verdana,Vera,sans-serif", fontStyle: "normal", fontWeight: "normal", fontSize: "11px", width: "100%", height: "100%", borderWidth: 0, backgroundColor: "transparent", position: "absolute", textAlign: "left", textIndent: 0, letterSpacing: 0, textDecoration: "none", whiteSpace: "nowrap"}, lzswfinputtext: {fontFamily: "Verdana,Vera,sans-serif", fontStyle: "normal", fontWeight: "normal", fontSize: "11px", width: "100%", height: "100%", borderWidth: 0, backgroundColor: "transparent", position: "absolute", lineHeight: "1.2em", textAlign: "left", textIndent: 0, letterSpacing: 0, textDecoration: "none", wordWrap: "break-word", MsWordBreak: "break-all", outline: "none", paddingTop: "1px", paddingBottom: "3px", paddingRight: "3px", paddingLeft: "1px", whiteSpace: "nowrap"}, lzswfinputtextmultiline: {fontFamily: "Verdana,Vera,sans-serif", fontStyle: "normal", fontWeight: "normal", fontSize: "11px", width: "100%", height: "100%", borderWidth: 0, backgroundColor: "transparent", position: "absolute", overflow: "hidden", lineHeight: "1.2em", textAlign: "left", textIndent: 0, letterSpacing: 0, textDecoration: "none", wordWrap: "break-word", MsWordBreak: "break-all", outline: "none", whiteSpace: "pre-wrap", paddingTop: "1px", paddingBottom: "3px", paddingRight: "3px", paddingLeft: "1px"}, lztextlink: {cursor: "pointer"}, lzaccessibilitydiv: {display: "none"}, lzcontext: {position: "absolute", borderStyle: "solid", borderColor: "transparent", borderWidth: 0}, lzimg: {position: "absolute", backgroundRepeat: "no-repeat", border: "0 none"}, lzgraphicscanvas: {position: "absolute"}, "#lzTextSizeCache": {position: "absolute", top: "-20000px", left: "-20000px"}, writeCSS: (function () {
var $lzsc$temp = function (isIE_$0) {
var rules_$1 = [];
var css_$2 = "";
for (var classname_$3 in this) {
if (classname_$3 == "writeCSS" || classname_$3 == "hyphenate" || classname_$3 == "__replace" || classname_$3 == "__re") continue;
css_$2 += classname_$3.indexOf("#") == -1 ? "." : "";
css_$2 += classname_$3 + "{";
for (var n_$4 in this[classname_$3]) {
var v_$5 = this[classname_$3][n_$4];
css_$2 += this.hyphenate(n_$4) + ":" + v_$5 + ";"
};
css_$2 += "}"
};
css_$2 += LzFontManager.generateCSS();
if (isIE_$0) {
if (!document.styleSheets["lzstyles"]) {
var ss_$6 = document.createStyleSheet();
ss_$6.owningElement.id = "lzstyles";
ss_$6.cssText = css_$2
}} else {
var o_$7 = document.createElement("style");
lz.embed.__setAttr(o_$7, "type", "text/css");
o_$7.appendChild(document.createTextNode(css_$2));
document.getElementsByTagName("head")[0].appendChild(o_$7)
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#503/15";
return $lzsc$temp
})(), __re: new RegExp("[A-Z]", "g"), hyphenate: (function () {
var $lzsc$temp = function (n_$0) {
return n_$0.replace(this.__re, this.__replace)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#534/16";
return $lzsc$temp
})(), __replace: (function () {
var $lzsc$temp = function (found_$0) {
return "-" + found_$0.toLowerCase()
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#537/16";
return $lzsc$temp
})()};
LzSprite.__styleNames = {borderRadius: "borderRadius", userSelect: "userSelect", transformOrigin: "transformOrigin", transform: "transform", boxShadow: "boxShadow"};
LzSprite.prototype.uid = 0;
LzSprite.quirks = {fix_clickable: true, fix_ie_background_height: false, fix_ie_clickable: false, ie_alpha_image_loader: false, ie_leak_prevention: false, prevent_selection: false, ie_elementfrompoint: false, invisible_parent_image_sizing_fix: false, emulate_flash_font_metrics: true, inner_html_strips_newlines: true, inner_html_no_entity_apos: false, css_hide_canvas_during_init: true, firefox_autocomplete_bug: false, hand_pointer_for_clickable: true, alt_key_sends_control: false, safari_textarea_subtract_scrollbar_height: false, no_cursor_colresize: false, safari_visibility_instead_of_display: false, preload_images_only_once: false, absolute_position_accounts_for_offset: false, canvas_div_cannot_be_clipped: false, inputtext_parents_cannot_contain_clip: false, set_height_for_multiline_inputtext: false, ie_opacity: false, text_measurement_use_insertadjacenthtml: false, text_content_use_inner_text: false, text_selection_use_range: false, document_size_use_offsetheight: false, text_ie_carriagereturn: false, ie_paste_event: false, safari_paste_event: false, text_event_charcode: true, keypress_function_keys: true, ie_timer_closure: false, keyboardlistentotop: false, document_size_compute_correct_height: false, ie_mouse_events: false, activate_on_mouseover: true, ie6_improve_memory_performance: false, text_height_includes_padding: false, inputtext_size_includes_margin: false, listen_for_mouseover_out: true, focus_on_mouseover: true, textstyle_on_textdiv: false, textdeco_on_textdiv: false, use_css_sprites: true, preload_images: true, scrollbar_width: 15, inputtext_strips_newlines: false, swf8_contextmenu: true, inputtext_anonymous_div: false, clipped_scrollbar_causes_display_turd: false, hasmetakey: true, textgrabsinputtextfocus: false, input_highlight_bug: false, autoscroll_textarea: false, fix_contextmenu: true, size_blank_to_zero: true, has_dom2_mouseevents: false, container_divs_require_overflow: false, fix_ie_css_syntax: false, match_swf_letter_spacing: false, use_css_master_sprite: false, write_css_with_createstylesheet: false, inputtext_use_background_image: false, show_img_before_changing_size: false, use_filter_for_dropshadow: false, keyboardlistentotop_in_frame: false, forcemeasurescrollheight: false, resize2dcanvas: false, textmeasurementalphastring: false, textlinksneedmouseevents: false, dont_clip_clickdivs: false, explicitly_set_border_radius: false, prevent_selection_with_onselectstart: false};
LzSprite.prototype.capabilities = {rotation: false, scalecanvastopercentage: false, readcanvassizefromsprite: true, opacity: true, colortransform: false, audio: false, accessibility: true, htmlinputtext: false, advancedfonts: false, bitmapcaching: false, persistence: false, clickregion: false, minimize_opacity_changes: false, history: true, runtimemenus: false, setclipboard: false, proxypolicy: false, linescrolling: false, allowfullscreen: false, setid: true, globalfocustrap: false, "2dcanvas": true, dropshadows: false, cornerradius: false, rgba: false, css2boxmodel: true, medialoading: true, backgroundrepeat: true, touchevents: false, directional_layout: false, scaling: false, customcontextmenu: true};
LzSprite.__updateQuirks = (function () {
var $lzsc$temp = function () {
var quirks_$0 = LzSprite.quirks;
var capabilities_$1 = LzSprite.prototype.capabilities;
var stylenames_$2 = LzSprite.__styleNames;
var defaultStyles_$3 = LzSprite.__defaultStyles;
if (window["lz"] && lz.embed && lz.embed.browser) {
var browser_$4 = lz.embed.browser;
if (browser_$4.isIE) {
if (browser_$4.version < 7) {
quirks_$0["ie_alpha_image_loader"] = true;
quirks_$0["document_size_compute_correct_height"] = true;
quirks_$0["ie6_improve_memory_performance"] = true
} else {
quirks_$0["prevent_selection"] = true;
quirks_$0["invisible_parent_image_sizing_fix"] = true;
if (browser_$4.osversion >= 6) {
quirks_$0["ie_alpha_image_loader"] = true
};
if (browser_$4.version > 7) {
quirks_$0["resize2dcanvas"] = true
}};
quirks_$0["ie_opacity"] = true;
quirks_$0["ie_timer_closure"] = true;
quirks_$0["ie_leak_prevention"] = true;
quirks_$0["fix_ie_clickable"] = true;
quirks_$0["fix_ie_background_height"] = true;
quirks_$0["inner_html_no_entity_apos"] = true;
capabilities_$1["minimize_opacity_changes"] = true;
quirks_$0["set_height_for_multiline_inputtext"] = true;
quirks_$0["text_measurement_use_insertadjacenthtml"] = true;
quirks_$0["text_content_use_inner_text"] = true;
quirks_$0["text_selection_use_range"] = true;
quirks_$0["text_ie_carriagereturn"] = true;
quirks_$0["ie_paste_event"] = true;
quirks_$0["keypress_function_keys"] = false;
quirks_$0["text_event_charcode"] = false;
quirks_$0["ie_mouse_events"] = true;
quirks_$0["inputtext_size_includes_margin"] = true;
quirks_$0["focus_on_mouseover"] = false;
quirks_$0["textstyle_on_textdiv"] = true;
quirks_$0["use_css_sprites"] = !quirks_$0["ie_alpha_image_loader"];
quirks_$0["textgrabsinputtextfocus"] = true;
quirks_$0["ie_elementfrompoint"] = true;
quirks_$0["fix_ie_css_syntax"] = true;
quirks_$0["write_css_with_createstylesheet"] = true;
quirks_$0["hasmetakey"] = false;
quirks_$0["inputtext_use_background_image"] = true;
quirks_$0["show_img_before_changing_size"] = true;
quirks_$0["use_filter_for_dropshadow"] = true;
quirks_$0["forcemeasurescrollheight"] = true;
defaultStyles_$3["lzswfinputtext"].resize = "none";
defaultStyles_$3["lzswfinputtextmultiline"].resize = "none";
capabilities_$1["dropshadows"] = true;
defaultStyles_$3["#lzTextSizeCache"].zoom = 1;
defaultStyles_$3["#lzTextSizeCache"].position = "relative";
quirks_$0["prevent_selection_with_onselectstart"] = true
} else if (browser_$4.isSafari || browser_$4.isChrome) {
stylenames_$2.borderRadius = "WebkitBorderRadius";
stylenames_$2.borderTopLeftRadius = "WebkitBorderTopLeftRadius";
stylenames_$2.borderTopRightRadius = "WebkitBorderTopRightRadius";
stylenames_$2.borderBottomRightRadius = "WebkitBorderBottomRightRadius";
stylenames_$2.borderBottomLeftRadius = "WebkitBorderBottomLeftRadius";
stylenames_$2.boxShadow = "WebkitBoxShadow";
stylenames_$2.userSelect = "WebkitUserSelect";
stylenames_$2.transform = "WebkitTransform";
stylenames_$2.transformOrigin = "WebkitTransformOrigin";
quirks_$0["safari_visibility_instead_of_display"] = true;
quirks_$0["absolute_position_accounts_for_offset"] = true;
if (browser_$4.version < 525.18) {
quirks_$0["canvas_div_cannot_be_clipped"] = true;
quirks_$0["invisible_parent_image_sizing_fix"] = true;
quirks_$0["safari_textarea_subtract_scrollbar_height"] = true
};
quirks_$0["document_size_use_offsetheight"] = true;
if (browser_$4.version > 523.1) {
capabilities_$1["rotation"] = true;
capabilities_$1["scaling"] = true;
capabilities_$1["dropshadows"] = true;
capabilities_$1["cornerradius"] = true;
quirks_$0["explicitly_set_border_radius"] = true;
capabilities_$1["rgba"] = true
};
quirks_$0["safari_paste_event"] = true;
quirks_$0["keypress_function_keys"] = false;
if (browser_$4.version < 523.15) {
quirks_$0["keyboardlistentotop"] = true
};
if (window.top !== window) {
quirks_$0["keyboardlistentotop_in_frame"] = true
};
if (browser_$4.version >= 530.19) {
capabilities_$1["threedtransform"] = true
};
if (browser_$4.isIphone) {
quirks_$0["canvas_div_cannot_be_clipped"] = true;
capabilities_$1["touchevents"] = true
};
quirks_$0["inputtext_strips_newlines"] = true;
quirks_$0["prevent_selection"] = true;
quirks_$0["container_divs_require_overflow"] = true;
quirks_$0["forcemeasurescrollheight"] = true;
defaultStyles_$3.lzswfinputtext.paddingTop = "0px";
defaultStyles_$3.lzswfinputtext.paddingBottom = "2px";
defaultStyles_$3.lzswfinputtext.paddingLeft = "1px";
defaultStyles_$3.lzswfinputtext.paddingRight = "3px";
defaultStyles_$3.lzswfinputtextmultiline.paddingTop = "2px";
defaultStyles_$3.lzswfinputtextmultiline.paddingBottom = "2px";
defaultStyles_$3.lzswfinputtextmultiline.paddingLeft = "2px";
defaultStyles_$3.lzswfinputtextmultiline.paddingRight = "2px"
} else if (browser_$4.isOpera) {
quirks_$0["invisible_parent_image_sizing_fix"] = true;
quirks_$0["no_cursor_colresize"] = true;
quirks_$0["absolute_position_accounts_for_offset"] = true;
quirks_$0["canvas_div_cannot_be_clipped"] = true;
quirks_$0["document_size_use_offsetheight"] = true;
quirks_$0["text_event_charcode"] = false;
quirks_$0["textdeco_on_textdiv"] = true;
quirks_$0["text_ie_carriagereturn"] = true;
quirks_$0["textmeasurementalphastring"] = true;
if (browser_$4.version >= 10.6) {
defaultStyles_$3.lzswftext.wordWrap = "normal";
defaultStyles_$3.lzswfinputtext.wordWrap = "normal";
defaultStyles_$3.lzswfinputtextmultiline.wordWrap = "normal";
quirks_$0["dont_clip_clickdivs"] = true
}} else if (browser_$4.isFirefox) {
stylenames_$2.borderRadius = "MozBorderRadius";
stylenames_$2.boxShadow = "MozBoxShadow";
stylenames_$2.userSelect = "MozUserSelect";
stylenames_$2.transform = "MozTransform";
stylenames_$2.transformOrigin = "MozTransformOrigin";
quirks_$0["inputtext_anonymous_div"] = true;
if (browser_$4.OS == "Windows") {
quirks_$0["clipped_scrollbar_causes_display_turd"] = true;
quirks_$0["input_highlight_bug"] = true
};
if (browser_$4.version < 2) {
quirks_$0["firefox_autocomplete_bug"] = true
} else if (browser_$4.version < 3) {
defaultStyles_$3.lzswftext.lineHeight = "119%";
defaultStyles_$3.lzswfinputtext.lineHeight = "119%";
defaultStyles_$3.lzswfinputtextmultiline.lineHeight = "119%"
} else if (browser_$4.version < 4) {
if (browser_$4.subversion < 6) {
quirks_$0["text_height_includes_padding"] = true
};
if (browser_$4.version < 3.5) {
quirks_$0["container_divs_require_overflow"] = true
}};
quirks_$0["autoscroll_textarea"] = true;
if (browser_$4.version >= 3.5) {
capabilities_$1["rotation"] = true;
capabilities_$1["scaling"] = true
};
if (browser_$4.version >= 3.1) {
capabilities_$1["dropshadows"] = true;
capabilities_$1["cornerradius"] = true;
capabilities_$1["rgba"] = true
}};
if (browser_$4.OS == "Mac") {
quirks_$0["detectstuckkeys"] = true;
quirks_$0["alt_key_sends_control"] = true;
quirks_$0["match_swf_letter_spacing"] = true
};
if (browser_$4.OS == "Android") {
capabilities_$1["touchevents"] = true
};
if (quirks_$0["hand_pointer_for_clickable"]) {
defaultStyles_$3.lzclickdiv.cursor = "pointer"
};
if (quirks_$0["inner_html_strips_newlines"] == true) {
LzSprite.prototype.inner_html_strips_newlines_re = RegExp("$", "mg")
};
defaultStyles_$3.lzimg[stylenames_$2.userSelect] = "none";
if (capabilities_$1.rotation) {
defaultStyles_$3.lzdiv[stylenames_$2.transformOrigin] = "0 0"
};
if (quirks_$0["inputtext_use_background_image"]) {
defaultStyles_$3.lzinputtext["background"] = defaultStyles_$3.lzswfinputtext["background"] = defaultStyles_$3.lzswfinputtextmultiline["background"] = "url(" + LzSprite.blankimage + ")"
};
LzSprite.prototype.br_to_newline_re = RegExp("
", "mg");
if (lz.BrowserUtils.hasFeature("mouseevents", "2.0")) {
quirks_$0["has_dom2_mouseevents"] = true
};
if (quirks_$0["match_swf_letter_spacing"]) {
defaultStyles_$3.lzswftext.letterSpacing = defaultStyles_$3.lzswfinputtext.letterSpacing = defaultStyles_$3.lzswfinputtextmultiline.letterSpacing = "0.01em"
}};
LzSprite.prototype.quirks = quirks_$0
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#684/27";
return $lzsc$temp
})();
LzSprite._getScrollbarWidth = (function () {
var $lzsc$temp = function () {
var div_$0 = document.createElement("div");
div_$0.style.width = "50px";
div_$0.style.height = "50px";
div_$0.style.overflow = "hidden";
div_$0.style.position = "absolute";
div_$0.style.top = "-200px";
div_$0.style.left = "-200px";
var div2_$1 = document.createElement("div");
div2_$1.style.height = "100px";
div_$0.appendChild(div2_$1);
var body_$2 = document.body;
body_$2.appendChild(div_$0);
var w1_$3 = div_$0.clientWidth;
div_$0.style.overflowY = "scroll";
var w2_$4 = div_$0.clientWidth;
LzSprite.prototype.__discardElement(div_$0);
return w1_$3 - w2_$4
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#1009/31";
return $lzsc$temp
})();
LzSprite.__updateQuirks();
LzSprite.setRootX = (function () {
var $lzsc$temp = function (v_$0) {
var rootcontainer_$1 = LzSprite.__rootSpriteContainer;
rootcontainer_$1.style.position = "absolute";
rootcontainer_$1.style.left = LzSprite.prototype.CSSDimension(v_$0);
setTimeout(LzScreenKernel.__resizeEvent, 0)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#1046/21";
return $lzsc$temp
})();
LzSprite.setRootWidth = (function () {
var $lzsc$temp = function (v_$0) {
LzSprite.__rootSpriteContainer.style.width = LzSprite.prototype.CSSDimension(v_$0);
setTimeout(LzScreenKernel.__resizeEvent, 0)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#1060/25";
return $lzsc$temp
})();
LzSprite.setRootY = (function () {
var $lzsc$temp = function (v_$0) {
var rootcontainer_$1 = LzSprite.__rootSpriteContainer;
rootcontainer_$1.style.position = "absolute";
rootcontainer_$1.style.top = LzSprite.prototype.CSSDimension(v_$0);
setTimeout(LzScreenKernel.__resizeEvent, 0)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#1072/21";
return $lzsc$temp
})();
LzSprite.setRootHeight = (function () {
var $lzsc$temp = function (v_$0) {
LzSprite.__rootSpriteContainer.style.height = LzSprite.prototype.CSSDimension(v_$0);
setTimeout(LzScreenKernel.__resizeEvent, 0)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#1086/26";
return $lzsc$temp
})();
LzSprite.prototype.__LZdiv = null;
LzSprite.prototype.__LZimg = null;
LzSprite.prototype.__LZclick = null;
LzSprite.prototype.x = null;
LzSprite.prototype.y = null;
LzSprite.prototype.opacity = 1;
LzSprite.prototype.width = null;
LzSprite.prototype.height = null;
LzSprite.prototype.playing = false;
LzSprite.prototype.clickable = false;
LzSprite.prototype.frame = 1;
LzSprite.prototype.frames = null;
LzSprite.blankimage = "lps/includes/blank.gif";
LzSprite.prototype.resource = null;
LzSprite.prototype.source = null;
LzSprite.prototype.visible = true;
LzSprite.prototype.clip = null;
LzSprite.prototype.stretches = null;
LzSprite.prototype.resourceWidth = null;
LzSprite.prototype.resourceHeight = null;
LzSprite.prototype.cursor = null;
LzSprite.prototype._w = "0pt";
LzSprite.prototype._h = "0pt";
LzSprite.prototype.__LZcontext = null;
LzSprite.prototype.initted = false;
LzSprite.prototype.init = (function () {
var $lzsc$temp = function (v_$0) {
this.setVisible(v_$0);
if (this.isroot) {
if (this.quirks["css_hide_canvas_during_init"]) {
var cssname_$1 = "display";
if (this.quirks["safari_visibility_instead_of_display"]) {
cssname_$1 = "visibility"
};
this.__LZdiv.style[cssname_$1] = "";
if (this.quirks["fix_clickable"]) this.__LZclickcontainerdiv.style[cssname_$1] = "";
if (this.quirks["fix_contextmenu"]) this.__LZcontextcontainerdiv.style[cssname_$1] = ""
};
if (this._id) {
lz.embed[this._id]._ready(this.owner)
}};
this.initted = true
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#1143/27";
return $lzsc$temp
})();
LzSprite.prototype.__topZ = 1;
LzSprite.prototype.__parent = null;
LzSprite.prototype.__children = null;
LzSprite.__warnonce = {};
LzSprite.prototype.addChildSprite = (function () {
var $lzsc$temp = function (sprite_$0) {
if (sprite_$0.__parent != null) return;
if (this.stretches != null && LzSprite.__warnonce.stretches != true) {
Debug.warn("Due to limitations in the DHTML runtime, stretches will only apply to the view %w, and doesn't affect child views.", this.owner);
LzSprite.__warnonce.stretches = true
};
sprite_$0.__parent = this;
if (this.__children) {
this.__children.push(sprite_$0)
} else {
this.__children = [sprite_$0]
};
this.__LZdiv.appendChild(sprite_$0.__LZdiv);
if (sprite_$0.__LZclickcontainerdiv) {
if (!this.__LZclickcontainerdiv) {
this.__LZclickcontainerdiv = this.__createContainerDivs("click")
};
this.__LZclickcontainerdiv.appendChild(sprite_$0.__LZclickcontainerdiv)
};
sprite_$0.__setZ(++this.__topZ)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#1185/37";
return $lzsc$temp
})();
LzSprite.prototype.setResource = (function () {
var $lzsc$temp = function (r_$0) {
if (this.resource == r_$0) return;
this.resource = r_$0;
if (r_$0.indexOf("http:") == 0 || r_$0.indexOf("https:") == 0) {
this.skiponload = false;
this.setSource(r_$0);
return
};
var res_$1 = LzResourceLibrary[r_$0];
if (res_$1) {
this.resourceWidth = res_$1.width;
this.resourceHeight = res_$1.height;
if (this.quirks.use_css_sprites) {
if (this.quirks.use_css_master_sprite && res_$1.spriteoffset != null) {
this.__csssprite = LzSprite.__masterspriteurl;
this.__cssspriteoffset = res_$1.spriteoffset
} else if (res_$1.sprite) {
this.__csssprite = this.getBaseUrl(res_$1) + res_$1.sprite;
this.__cssspriteoffset = 0
}} else {
this.__csssprite = null;
if (this.__bgimage) this.__setBGImage(null)
}};
var urls_$2 = this.getResourceUrls(r_$0);
this.owner.resourceevent("totalframes", urls_$2.length);
this.frames = urls_$2;
if (this.quirks.preload_images && !(this.stretches == null && this.__csssprite)) {
this.__preloadFrames()
};
this.skiponload = true;
this.setSource(urls_$2[0], true)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#1215/34";
return $lzsc$temp
})();
LzSprite.prototype.getResourceUrls = (function () {
var $lzsc$temp = function (resourcename_$0) {
var urls_$1 = [];
var res_$2 = LzResourceLibrary[resourcename_$0];
if (!res_$2) {
Debug.warn("Could not find resource named %#s", resourcename_$0);
return urls_$1
};
var baseurl_$3 = this.getBaseUrl(res_$2);
for (var i_$4 = 0;i_$4 < res_$2.frames.length;i_$4++) {
urls_$1[i_$4] = baseurl_$3 + res_$2.frames[i_$4]
};
return urls_$1
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#1257/38";
return $lzsc$temp
})();
LzSprite.prototype.getBaseUrl = (function () {
var $lzsc$temp = function (resource_$0) {
return LzSprite.__rootSprite.options[resource_$0.ptype == "sr" ? "serverroot" : "approot"]
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#1277/33";
return $lzsc$temp
})();
LzSprite.prototype.CSSDimension = LzKernelUtils.CSSDimension;
LzSprite.prototype.loading = false;
LzSprite.prototype.setSource = (function () {
var $lzsc$temp = function (url_$0, usecache_$1) {
if (url_$0 == null || url_$0 == "null") {
this.unload();
return
};
if (this.quirks.size_blank_to_zero) {
if (this.__sizedtozero && url_$0 != null) {
this.__restoreSize()
}};
if (usecache_$1 == "reset") {
usecache_$1 = false
} else if (usecache_$1 != true) {
this.skiponload = false;
this.resource = url_$0;
if (this.playing) this.stop();
this.__updateLoadStatus(0);
this.__csssprite = null;
if (this.__bgimage) this.__setBGImage(null)
};
if (usecache_$1 == "memorycache") {
usecache_$1 = true
};
if (this.loading) {
if (this.__ImgPool && this.source) {
this.__ImgPool.flush(this.source)
};
this.__destroyImage(null, this.__LZimg);
this.__LZimg = null
};
this.source = url_$0;
if (this.backgroundrepeat) {
this.__createIMG();
this.__setBGImage(url_$0);
this.__updateBackgroundRepeat();
this.owner.resourceload({width: this.resourceWidth, height: this.resourceHeight, resource: this.resource, skiponload: this.skiponload});
return
} else if (this.stretches == null && this.__csssprite) {
this.__createIMG();
this.__updateStretches();
this.__setBGImage(this.__csssprite);
this.owner.resourceload({width: this.resourceWidth, height: this.resourceHeight, resource: this.resource, skiponload: this.skiponload});
return
};
if (!this.quirks.preload_images) {
this.owner.resourceload({width: this.resourceWidth, height: this.resourceHeight, resource: this.resource, skiponload: this.skiponload})
};
this.loading = true;
if (!this.__ImgPool) {
this.__ImgPool = new LzPool(LzSprite.prototype.__getImage, LzSprite.prototype.__gotImage, LzSprite.prototype.__destroyImage, this)
};
var im_$2 = this.__ImgPool.get(url_$0, usecache_$1 != true);
this.__bindImage(im_$2);
if (this.loading) {
if (this.skiponload && this.quirks.ie_alpha_image_loader) this.__updateIEAlpha(im_$2)
} else {
if (this.quirks.ie_alpha_image_loader) {
this.__updateIEAlpha(im_$2)
} else if (this.stretches) {
this.__updateStretches()
}};
if (this.clickable) this.setClickable(true)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#1288/32";
return $lzsc$temp
})();
LzSprite.prototype.__bindImage = (function () {
var $lzsc$temp = function (im_$0) {
if (this.__LZimg && this.__LZimg.owner) {
this.__LZdiv.replaceChild(im_$0, this.__LZimg);
this.__LZimg = im_$0
} else {
this.__LZimg = im_$0;
this.__LZdiv.appendChild(this.__LZimg)
};
if (this.cornerradius != null) {
this.__applyCornerRadius(im_$0)
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#1374/34";
return $lzsc$temp
})();
LzSprite.prototype.__setBGImage = (function () {
var $lzsc$temp = function (url_$0) {
if (this.__LZimg) {
var bgurl_$1 = url_$0 ? "url('" + url_$0 + "')" : null;
this.__bgimage = this.__LZimg.style.backgroundImage = bgurl_$1
};
if (bgurl_$1 != null) {
var y_$2 = -this.__cssspriteoffset || 0;
this.__LZimg.style.backgroundPosition = "0 " + y_$2 + "px"
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#1389/35";
return $lzsc$temp
})();
LzSprite.prototype.__createIMG = (function () {
var $lzsc$temp = function () {
if (!this.__LZimg) {
var im_$0 = document.createElement("img");
im_$0.className = "lzimg";
im_$0.owner = this;
im_$0.src = LzSprite.blankimage;
this.__bindImage(im_$0)
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#1400/34";
return $lzsc$temp
})();
if (LzSprite.quirks.ie_alpha_image_loader) {
LzSprite.prototype.__updateIEAlpha = (function () {
var $lzsc$temp = function (who_$0) {
var w_$1 = this.resourceWidth;
var h_$2 = this.resourceHeight;
if (this.stretches == "both") {
w_$1 = "100%";
h_$2 = "100%"
} else if (this.stretches == "width") {
w_$1 = "100%"
} else if (this.stretches == "height") {
h_$2 = "100%"
};
if (w_$1 == null) w_$1 = this.width == null ? "100%" : this.CSSDimension(this.width);
if (h_$2 == null) h_$2 = this.height == null ? "100%" : this.CSSDimension(this.height);
who_$0.style.width = w_$1;
who_$0.style.height = h_$2
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#1417/42";
return $lzsc$temp
})()
};
LzSprite.prototype.setClickable = (function () {
var $lzsc$temp = function (c_$0) {
c_$0 = !(!c_$0);
if (this.clickable === c_$0) return;
if (!this.__LZclickcontainerdiv) {
this.__LZclickcontainerdiv = this.__createContainerDivs("click")
};
if (this.__LZimg != null) {
if (!this.__LZclick) {
if (this.quirks.fix_ie_clickable) {
this.__LZclick = document.createElement("img");
this.__LZclick.src = LzSprite.blankimage
} else {
this.__LZclick = document.createElement("div")
};
this.__LZclick.owner = this;
this.__LZclick.className = "lzclickdiv";
this.__LZclick.style.width = this._w;
this.__LZclick.style.height = this._h;
if (this.quirks.fix_clickable) {
this.__LZclickcontainerdiv.appendChild(this.__LZclick)
} else {
this.__LZdiv.appendChild(this.__LZclick)
}};
if (this.quirks.fix_clickable) {
if (this.quirks.fix_ie_clickable) {
var clickstyle_$1 = c_$0 && this.visible ? "" : "none";
this.__LZclickcontainerdiv.style.display = clickstyle_$1;
this.__LZclick.style.display = clickstyle_$1
} else {
this.__LZclick.style.display = c_$0 ? "" : "none"
}}} else {
if (this.quirks.fix_clickable) {
if (!this.__LZclick) {
if (this.quirks.fix_ie_clickable) {
this.__LZclick = document.createElement("img");
this.__LZclick.src = LzSprite.blankimage
} else {
this.__LZclick = document.createElement("div")
};
this.__LZclick.owner = this;
this.__LZclick.className = "lzclickdiv";
this.__LZclick.style.width = this._w;
this.__LZclick.style.height = this._h;
this.__LZclickcontainerdiv.appendChild(this.__LZclick)
};
if (this.quirks.fix_ie_clickable) {
this.__LZclick.style.display = c_$0 && this.visible ? "" : "none"
} else {
this.__LZclick.style.display = c_$0 ? "" : "none"
}}};
this.clickable = c_$0
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#1440/35";
return $lzsc$temp
})();
LzSprite.__setClickable = (function () {
var $lzsc$temp = function (c_$0, div_$1) {
if (div_$1._clickable === c_$0) return;
div_$1._clickable = c_$0;
var f_$2 = c_$0 ? LzSprite.__clickDispatcher : null;
if (LzSprite.prototype.capabilities.touchevents) {
div_$1.ontouchstart = f_$2;
div_$1.ontouchmove = f_$2;
div_$1.ontouchend = f_$2
} else {
div_$1.onclick = f_$2;
div_$1.onmousedown = f_$2;
div_$1.onmouseup = f_$2;
div_$1.onmousemove = f_$2;
if (LzSprite.quirks.listen_for_mouseover_out) {
div_$1.onmouseover = f_$2;
div_$1.onmouseout = f_$2
};
if (LzSprite.quirks.ie_mouse_events) {
div_$1.ondrag = f_$2;
div_$1.ondblclick = f_$2
}}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#1517/27";
return $lzsc$temp
})();
LzSprite.__clickDispatcher = (function () {
var $lzsc$temp = function (e_$0) {
e_$0 = e_$0 || window.event;
e_$0.cancelBubble = true;
if (e_$0.button === 2) {
return LzMouseKernel.__handleContextMenu(e_$0)
};
if (LzKeyboardKernel && LzKeyboardKernel["__updateControlKeys"]) {
LzKeyboardKernel.__updateControlKeys(e_$0);
if (LzKeyboardKernel.__cancelKeys) {
e_$0.cancelBubble = true
}};
if (LzMouseKernel.__sendMouseMove(e_$0)) {
return
};
var target_$1 = e_$0.target || e_$0.srcElement;
var owner_$2 = target_$1 && target_$1.owner;
if (!owner_$2) {
return
};
var eventname_$3 = "on" + e_$0.type;
if (LzSprite.quirks.ie_mouse_events) {
if (eventname_$3 === "onmouseenter") {
eventname_$3 = "onmouseover"
} else if (eventname_$3 === "onmouseleave") {
eventname_$3 = "onmouseout"
} else if (eventname_$3 === "ondblclick") {
owner_$2.__mouseEvent("onmousedown");
owner_$2.__mouseEvent("onmouseup");
owner_$2.__mouseEvent("onclick");
return false
} else if (eventname_$3 === "ondrag") {
return false
}};
if (LzSprite.prototype.capabilities.touchevents) {
if (eventname_$3 === "ontouchstart") {
if (e_$0.touches.length != 1) {
return true
};
eventname_$3 = "onmousedown";
owner_$2.__mouseEvent("onmouseover");
owner_$2.__mouseEvent("onmousedown")
} else if (eventname_$3 === "ontouchmove") {
if (e_$0.touches.length != 1) {
return true
};
LzMouseKernel.__sendMouseMove(e_$0);
eventname_$3 = "onmousemove"
} else if (eventname_$3 === "ontouchend") {
if (e_$0.touches.length != 0) {
return true
};
eventname_$3 = "onmouseup";
e_$0.cancelBubble = false;
var callback_$4 = lz.BrowserUtils.getcallbackfunc(owner_$2, "__mouseEvent", ["onmouseout"]);
setTimeout(callback_$4, 0);
var callback_$4 = lz.BrowserUtils.getcallbackfunc(owner_$2, "__mouseEvent", ["onclick"]);
setTimeout(callback_$4, 0)
} else {
return true
}};
if (owner_$2.isroot === true) {
if (eventname_$3 === "onmouseup") {
var lastmousedown_$5 = LzMouseKernel.__lastMouseDown;
if (lastmousedown_$5 && lastmousedown_$5 !== owner_$2) {
lastmousedown_$5.__globalmouseup(e_$0)
};
var focusedsprite_$6 = LzInputTextSprite.prototype.__focusedSprite;
if (focusedsprite_$6 && focusedsprite_$6 !== owner_$2) {
focusedsprite_$6.deselect()
}};
LzMouseKernel.__sendEvent(eventname_$3, null);
return false
};
if (owner_$2 instanceof LzInputTextSprite && owner_$2.selectable === true) {
if (eventname_$3 === "onmousedown") {
LzInputTextSprite.prototype.__focusedSprite = owner_$2
} else if (eventname_$3 === "onmouseout") {
if (!owner_$2.__isMouseOver()) {
owner_$2.__hide()
}} else {
owner_$2.__show()
};
if (eventname_$3 !== "onmouseout") {
owner_$2.__mouseEvent(eventname_$3)
};
return
};
if (eventname_$3 == "onmousedown") {
owner_$2.__mouseisdown = true;
LzMouseKernel.__lastMouseDown = owner_$2
} else if (eventname_$3 === "onmouseup") {
var lastmousedown_$5 = LzMouseKernel.__lastMouseDown;
if (lastmousedown_$5 && lastmousedown_$5 !== owner_$2) {
lastmousedown_$5.__globalmouseup(e_$0)
};
var focusedsprite_$6 = LzInputTextSprite.prototype.__focusedSprite;
if (focusedsprite_$6 && focusedsprite_$6 !== owner_$2) {
focusedsprite_$6.deselect()
};
if (LzMouseKernel.__lastMouseDown !== owner_$2) {
return
} else {
owner_$2.__mouseisdown = false;
LzMouseKernel.__lastMouseDown = null
};
e_$0.cancelBubble = false
};
return owner_$2.__mouseEvent(eventname_$3) || false
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#1549/30";
return $lzsc$temp
})();
LzSprite.prototype.__mouseisdown = false;
LzSprite.prototype.__mouseEvent = (function () {
var $lzsc$temp = function (eventname_$0) {
if (eventname_$0 == "onmousedown") {
var focusedsprite_$1 = LzInputTextSprite.prototype.__focusedSprite;
if (focusedsprite_$1 && focusedsprite_$1 != this) {
focusedsprite_$1.deselect()
}} else if (eventname_$0 == "onmouseover") {
LzMouseKernel.__lastMouseOver = this;
if (this.quirks.activate_on_mouseover) {
var activationdiv_$2 = LzSprite.__mouseActivationDiv;
if (!activationdiv_$2.mouseisover) {
activationdiv_$2.onmouseover()
}}};
if (this.owner.mouseevent) {
if (LzMouseKernel.__lastMouseDown) {
if (eventname_$0 === "onmouseover" || eventname_$0 === "onmouseout") {
var sendevents_$3 = LzMouseKernel.__lastMouseDown === this;
if (eventname_$0 == "onmouseover") {
LzMouseKernel.__lastMouseOver = this
} else if (sendevents_$3 && LzMouseKernel.__lastMouseOver === this) {
LzMouseKernel.__lastMouseOver = null
};
if (sendevents_$3) {
LzMouseKernel.__sendEvent(eventname_$0, this.owner);
var dragname_$4 = eventname_$0 == "onmouseover" ? "onmousedragin" : "onmousedragout";
LzMouseKernel.__sendEvent(dragname_$4, this.owner)
};
return
}};
if (this.quirks.fix_clickable && !LzMouseKernel.__globalClickable) {
if (lz["html"] && this.owner && (lz.html["$lzsc$isa"] ? lz.html.$lzsc$isa(this.owner) : this.owner instanceof lz.html) && (eventname_$0 == "onmouseout" || eventname_$0 == "onmouseover")) {
return
}};
LzMouseKernel.__sendEvent(eventname_$0, this.owner)
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#1745/35";
return $lzsc$temp
})();
LzSprite.prototype.__isMouseOver = (function () {
var $lzsc$temp = function (e_$0) {
var p_$1 = this.getMouse();
var visible_$2 = this.__findParents("visible", false, true);
if (visible_$2.length) return false;
return p_$1.x >= 0 && p_$1.y >= 0 && p_$1.x < this.width && p_$1.y < this.height
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#1815/36";
return $lzsc$temp
})();
LzSprite.prototype.__globalmouseup = (function () {
var $lzsc$temp = function (e_$0) {
if (this.__mouseisdown) {
this.__mouseisdown = false;
LzMouseKernel.__sendMouseMove(e_$0);
this.__mouseEvent("onmouseup");
this.__mouseEvent("onmouseupoutside")
};
if (LzMouseKernel.__lastMouseOver) {
LzMouseKernel.__lastMouseOver.__mouseEvent("onmouseover")
};
LzMouseKernel.__lastMouseDown = null
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#1827/38";
return $lzsc$temp
})();
LzSprite.prototype.xoffset = 0;
LzSprite.prototype._xoffset = 0;
LzSprite.prototype.setX = (function () {
var $lzsc$temp = function (x_$0) {
if (x_$0 == null || x_$0 == this.x && this._xoffset == this.xoffset) return;
this.__poscacheid = -1;
this._xoffset = this.xoffset;
this.x = x_$0;
x_$0 = this.CSSDimension(x_$0 + this.xoffset);
if (this._x != x_$0) {
this._x = x_$0;
this.__LZdiv.style.left = x_$0;
if (this.__LZclickcontainerdiv) {
this.__LZclickcontainerdiv.style.left = x_$0
};
if (this.__LZcontextcontainerdiv) {
this.__LZcontextcontainerdiv.style.left = x_$0
}}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#1850/27";
return $lzsc$temp
})();
LzSprite.prototype.setWidth = (function () {
var $lzsc$temp = function (w_$0) {
if (w_$0 < 0 || this.width == w_$0) return;
this.width = w_$0;
w_$0 = this.CSSDimension(w_$0);
if (this._w != w_$0) {
this._w = w_$0;
var size_$1 = w_$0;
var quirks_$2 = this.quirks;
if (quirks_$2.size_blank_to_zero) {
if (this.bgcolor == null && this.source == null && !this.clip && !(this instanceof LzTextSprite) && !this.shadow && !this.borderwidth) {
this.__sizedtozero = true;
size_$1 = 0
}};
this.applyCSS("width", size_$1);
if (this.__LZcontext) this.__LZcontext.style.width = w_$0;
if (this.clip) this.__updateClip();
if (this.isroot) {
if (quirks_$2.container_divs_require_overflow) {
LzSprite.__rootSpriteOverflowContainer.style.width = w_$0
}} else {
if (this.stretches) this.__updateStretches();
if (this.backgroundrepeat) this.__updateBackgroundRepeat();
if (this.__LZclick) this.__LZclick.style.width = w_$0;
if (this.__LZcanvas) this.__resizecanvas()
};
return w_$0
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#1868/31";
return $lzsc$temp
})();
LzSprite.prototype.yoffset = 0;
LzSprite.prototype._yoffset = 0;
LzSprite.prototype.setY = (function () {
var $lzsc$temp = function (y_$0) {
if (y_$0 == null || y_$0 == this.y && this._yoffset == this.yoffset) return;
this.__poscacheid = -1;
this.y = y_$0;
this._yoffset = this.yoffset;
y_$0 = this.CSSDimension(y_$0 + this.yoffset);
if (this._y != y_$0) {
this._y = y_$0;
this.__LZdiv.style.top = y_$0;
if (this.__LZclickcontainerdiv) {
this.__LZclickcontainerdiv.style.top = y_$0
};
if (this.__LZcontextcontainerdiv) {
this.__LZcontextcontainerdiv.style.top = y_$0
}}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#1905/27";
return $lzsc$temp
})();
LzSprite.prototype.setHeight = (function () {
var $lzsc$temp = function (h_$0) {
if (h_$0 < 0 || this.height == h_$0) return;
this.height = h_$0;
h_$0 = this.CSSDimension(h_$0);
if (this._h != h_$0) {
this._h = h_$0;
var size_$1 = h_$0;
var quirks_$2 = this.quirks;
if (quirks_$2.size_blank_to_zero) {
if (this.bgcolor == null && this.source == null && !this.clip && !(this instanceof LzTextSprite) && !this.shadow && !this.borderwidth) {
this.__sizedtozero = true;
size_$1 = 0
}};
this.applyCSS("height", size_$1);
if (this.__LZcontext) this.__LZcontext.style.height = h_$0;
if (this.clip) this.__updateClip();
if (this.isroot) {
if (quirks_$2.container_divs_require_overflow) {
LzSprite.__rootSpriteOverflowContainer.style.height = h_$0
}} else {
if (this.stretches) this.__updateStretches();
if (this.backgroundrepeat) this.__updateBackgroundRepeat();
if (this.__LZclick) this.__LZclick.style.height = h_$0;
if (this.__LZcanvas) this.__resizecanvas()
};
return h_$0
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#1924/32";
return $lzsc$temp
})();
LzSprite.prototype.setMaxLength = (function () {
var $lzsc$temp = function (v_$0) {};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#1962/35";
return $lzsc$temp
})();
LzSprite.prototype.setPattern = (function () {
var $lzsc$temp = function (v_$0) {};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#1969/33";
return $lzsc$temp
})();
LzSprite.prototype.setVisible = (function () {
var $lzsc$temp = function (v_$0) {
if (this.visible === v_$0) return;
this.visible = v_$0;
var divdisplay_$1 = v_$0 ? "" : "none";
this.applyCSS("display", divdisplay_$1);
if (this.quirks.fix_clickable) {
if (this.quirks.fix_ie_clickable && this.__LZclick) {
this.__LZclick.style.display = v_$0 && this.clickable ? "" : "none"
};
if (this.__LZclickcontainerdiv) {
this.__LZclickcontainerdiv.style.display = divdisplay_$1
};
if (this.__LZcontextcontainerdiv) {
this.__LZcontextcontainerdiv.style.display = divdisplay_$1
}}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#1973/33";
return $lzsc$temp
})();
LzSprite.prototype.setBGColor = (function () {
var $lzsc$temp = function (c_$0) {
if (c_$0 != null && !this.capabilities.rgba) {
c_$0 = c_$0 | 0
};
if (this.bgcolor == c_$0) return;
this.bgcolor = c_$0;
if (this.quirks.size_blank_to_zero) {
if (this.__sizedtozero && c_$0 != null) {
this.__restoreSize()
}};
this.__LZdiv.style.backgroundColor = c_$0 == null ? "transparent" : LzColorUtils.torgb(c_$0);
if (this.quirks.fix_ie_background_height) {
if (this.height != null && this.height < 2) {
this.setSource(LzSprite.blankimage, true)
} else if (!this._fontSize) {
this.__LZdiv.style.fontSize = 0
}}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#1996/33";
return $lzsc$temp
})();
LzSprite.prototype.__restoreSize = (function () {
var $lzsc$temp = function () {
if (this.__sizedtozero) {
this.__sizedtozero = false;
this.applyCSS("width", this._w);
this.applyCSS("height", this._h)
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2018/36";
return $lzsc$temp
})();
LzSprite.prototype.__filters = null;
LzSprite.prototype.setFilter = (function () {
var $lzsc$temp = function (name_$0, value_$1) {
if (this.__filters == null) {
this.__filters = {}};
this.__filters[name_$0] = value_$1;
var filterstr_$2 = "";
for (var i_$3 in this.__filters) {
filterstr_$2 += this.__filters[i_$3]
};
return filterstr_$2
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2029/32";
return $lzsc$temp
})();
LzSprite.prototype.setOpacity = (function () {
var $lzsc$temp = function (o_$0) {
if (this.opacity == o_$0 || o_$0 < 0) return;
this.opacity = o_$0;
var factor_$1 = 100;
if (this.capabilities.minimize_opacity_changes) {
factor_$1 = 10
};
o_$0 = (o_$0 * factor_$1 | 0) / factor_$1;
if (o_$0 != this._opacity) {
this._opacity = o_$0;
if (this.quirks.ie_opacity) {
this.__LZdiv.style.filter = this.setFilter("opacity", o_$0 == 1 ? "" : "alpha(opacity=" + (o_$0 * 100 | 0) + ")")
} else {
this.__LZdiv.style.opacity = o_$0 == 1 ? "" : o_$0
}}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2042/33";
return $lzsc$temp
})();
LzSprite.prototype.play = (function () {
var $lzsc$temp = function (f_$0) {
if (!this.frames || this.frames.length < 2) return;
f_$0 = f_$0 | 0;
if (!isNaN(f_$0)) {
this.__setFrame(f_$0)
};
if (this.playing == true) return;
this.playing = true;
this.owner.resourceevent("play", null, true);
LzIdleKernel.addCallback(this, "__incrementFrame")
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2063/27";
return $lzsc$temp
})();
LzSprite.prototype.stop = (function () {
var $lzsc$temp = function (f_$0) {
if (!this.frames || this.frames.length < 2) return;
if (this.playing == true) {
this.playing = false;
this.owner.resourceevent("stop", null, true);
LzIdleKernel.removeCallback(this, "__incrementFrame")
};
f_$0 = f_$0 | 0;
if (!isNaN(f_$0)) {
this.__setFrame(f_$0)
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2076/27";
return $lzsc$temp
})();
LzSprite.prototype.__incrementFrame = (function () {
var $lzsc$temp = function () {
var newframe_$0 = this.frame + 1 > this.frames.length ? 1 : this.frame + 1;
this.__setFrame(newframe_$0)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2093/39";
return $lzsc$temp
})();
if (LzSprite.quirks.preload_images_only_once) {
LzSprite.prototype.__preloadurls = {}};
LzSprite.prototype.__preloadFrames = (function () {
var $lzsc$temp = function () {
if (!this.__ImgPool) {
this.__ImgPool = new LzPool(LzSprite.prototype.__getImage, LzSprite.prototype.__gotImage, LzSprite.prototype.__destroyImage, this)
};
var l_$0 = this.frames.length;
for (var i_$1 = 0;i_$1 < l_$0;i_$1++) {
var src_$2 = this.frames[i_$1];
if (this.quirks.preload_images_only_once) {
if (i_$1 > 0 && LzSprite.prototype.__preloadurls[src_$2]) {
continue
};
LzSprite.prototype.__preloadurls[src_$2] = true
};
var im_$3 = this.__ImgPool.get(src_$2, false, true);
if (this.quirks.ie_alpha_image_loader) {
this.__updateIEAlpha(im_$3)
}}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2105/38";
return $lzsc$temp
})();
LzSprite.prototype.__findParents = (function () {
var $lzsc$temp = function (prop_$0, value_$1, onlyone_$2) {
var parents_$3 = [];
var root_$4 = LzSprite.__rootSprite;
var sprite_$5 = this;
while (sprite_$5 && sprite_$5 !== root_$4) {
if (sprite_$5[prop_$0] == value_$1) {
parents_$3.push(sprite_$5);
if (onlyone_$2) return parents_$3
};
sprite_$5 = sprite_$5.__parent
};
return parents_$3
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2130/36";
return $lzsc$temp
})();
LzSprite.prototype.__imgonload = (function () {
var $lzsc$temp = function (i_$0, cacheHit_$1) {
if (this.loading != true) return;
if (this.__imgtimoutid != null) {
clearTimeout(this.__imgtimoutid);
this.__imgtimoutid = null
};
this.loading = false;
if (!cacheHit_$1) {
if (this.quirks.ie_alpha_image_loader) {
i_$0._parent.style.display = ""
} else {
i_$0.style.display = ""
}};
this.resourceWidth = cacheHit_$1 && i_$0["__LZreswidth"] ? i_$0.__LZreswidth : i_$0.width;
this.resourceHeight = cacheHit_$1 && i_$0["__LZresheight"] ? i_$0.__LZresheight : i_$0.height;
if (!cacheHit_$1) {
if (this.quirks.invisible_parent_image_sizing_fix && this.resourceWidth == 0) {
var f_$2 = (function () {
var $lzsc$temp = function (i_$0) {
this.resourceWidth = i_$0.width;
this.resourceHeight = i_$0.height
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2171/21";
return $lzsc$temp
})();
this.__processHiddenParents(f_$2, i_$0)
};
if (this.quirks.ie_alpha_image_loader) {
i_$0._parent.__lastcondition = "__imgonload"
} else {
i_$0.__lastcondition = "__imgonload";
i_$0.__LZreswidth = this.resourceWidth;
i_$0.__LZresheight = this.resourceHeight
};
if (this.quirks.ie_alpha_image_loader) {
this.__updateIEAlpha(this.__LZimg)
} else if (this.stretches) {
this.__updateStretches()
}};
this.owner.resourceload({width: this.resourceWidth, height: this.resourceHeight, resource: this.resource, skiponload: this.skiponload});
if (this.skiponload != true) {
this.__updateLoadStatus(1)
};
if (this.quirks.ie_alpha_image_loader) {
this.__clearImageEvents(this.__LZimg)
} else {
this.__clearImageEvents(i_$0)
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2147/34";
return $lzsc$temp
})();
LzSprite.prototype.__processHiddenParents = (function () {
var $lzsc$temp = function (method_$0) {
var sprites_$1 = this.__findParents("visible", false);
var l_$2 = sprites_$1.length;
for (var n_$3 = 0;n_$3 < l_$2;n_$3++) {
sprites_$1[n_$3].__LZdiv.style.display = ""
};
var args_$4 = Array.prototype.slice.call(arguments, 1);
var result_$5 = method_$0.apply(this, args_$4);
for (var n_$3 = 0;n_$3 < l_$2;n_$3++) {
var sprite_$6 = sprites_$1[n_$3];
sprite_$6.__LZdiv.style.display = sprite_$6.__csscache.__LZdivdisplay || ""
};
return result_$5
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2216/45";
return $lzsc$temp
})();
LzSprite.prototype.__imgonerror = (function () {
var $lzsc$temp = function (i_$0, cacheHit_$1) {
if (this.loading != true) return;
if (this.__imgtimoutid != null) {
clearTimeout(this.__imgtimoutid);
this.__imgtimoutid = null
};
this.loading = false;
this.resourceWidth = 1;
this.resourceHeight = 1;
if (!cacheHit_$1) {
if (this.quirks.ie_alpha_image_loader) {
i_$0._parent.__lastcondition = "__imgonerror"
} else {
i_$0.__lastcondition = "__imgonerror"
};
if (this.quirks.ie_alpha_image_loader) {
this.__updateIEAlpha(this.__LZimg)
} else if (this.stretches) {
this.__updateStretches()
}};
this.owner.resourceloaderror();
if (this.skiponload != true) {
this.__updateLoadStatus(0)
};
if (this.quirks.ie_alpha_image_loader) {
this.__clearImageEvents(this.__LZimg)
} else {
this.__clearImageEvents(i_$0)
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2240/35";
return $lzsc$temp
})();
LzSprite.prototype.__imgontimeout = (function () {
var $lzsc$temp = function (i_$0, cacheHit_$1) {
if (this.loading != true) return;
this.__imgtimoutid = null;
this.loading = false;
this.resourceWidth = 1;
this.resourceHeight = 1;
if (!cacheHit_$1) {
if (this.quirks.ie_alpha_image_loader) {
i_$0._parent.__lastcondition = "__imgontimeout"
} else {
i_$0.__lastcondition = "__imgontimeout"
};
if (this.quirks.ie_alpha_image_loader) {
this.__updateIEAlpha(this.__LZimg)
} else if (this.stretches) {
this.__updateStretches()
}};
this.owner.resourceloadtimeout();
if (this.skiponload != true) {
this.__updateLoadStatus(0)
};
if (this.quirks.ie_alpha_image_loader) {
this.__clearImageEvents(this.__LZimg)
} else {
this.__clearImageEvents(i_$0)
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2280/37";
return $lzsc$temp
})();
LzSprite.prototype.__updateLoadStatus = (function () {
var $lzsc$temp = function (val_$0) {
this.owner.resourceevent("loadratio", val_$0);
this.owner.resourceevent("framesloadratio", val_$0)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2317/41";
return $lzsc$temp
})();
LzSprite.prototype.__destroyImage = (function () {
var $lzsc$temp = function (url_$0, img_$1) {
if (img_$1) {
if (img_$1.owner) {
var owner_$2 = img_$1.owner;
if (owner_$2.__imgtimoutid != null) {
clearTimeout(owner_$2.__imgtimoutid);
owner_$2.__imgtimoutid = null
};
lz.BrowserUtils.removecallback(owner_$2)
};
LzSprite.prototype.__clearImageEvents(img_$1);
LzSprite.prototype.__discardElement(img_$1)
};
if (LzSprite.quirks.preload_images_only_once) {
LzSprite.prototype.__preloadurls[url_$0] = null
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2331/37";
return $lzsc$temp
})();
LzSprite.prototype.__clearImageEvents = (function () {
var $lzsc$temp = function (img_$0) {
if (!img_$0 || img_$0.__cleared) return;
if (LzSprite.quirks.ie_alpha_image_loader) {
var sizer_$1 = img_$0.sizer;
if (sizer_$1) {
if (sizer_$1.tId) clearTimeout(sizer_$1.tId);
sizer_$1.onerror = null;
sizer_$1.onload = null;
sizer_$1.onloadforeal = null;
sizer_$1._parent = null;
var dummyimg_$2 = {width: sizer_$1.width, height: sizer_$1.height, src: sizer_$1.src};
LzSprite.prototype.__discardElement(sizer_$1);
img_$0.sizer = dummyimg_$2
}} else {
img_$0.onerror = null;
img_$0.onload = null
};
img_$0.__cleared = true
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2354/41";
return $lzsc$temp
})();
LzSprite.prototype.__gotImage = (function () {
var $lzsc$temp = function (url_$0, obj_$1, skiploader_$2) {
if (this.owner.skiponload || skiploader_$2 == true) {
this.owner[obj_$1.__lastcondition]({width: this.owner.resourceWidth, height: this.owner.resourceHeight}, true)
} else {
if (LzSprite.quirks.ie_alpha_image_loader) {
this.owner[obj_$1.__lastcondition](obj_$1.sizer, true)
} else {
this.owner[obj_$1.__lastcondition](obj_$1, true)
}}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2380/33";
return $lzsc$temp
})();
LzSprite.prototype.__getImage = (function () {
var $lzsc$temp = function (url_$0, skiploader_$1) {
if (LzSprite.quirks.ie_alpha_image_loader) {
var im = document.createElement("div");
im.style.overflow = "hidden";
if (this.owner && skiploader_$1 != true) {
im.owner = this.owner;
if (!im.sizer) {
im.sizer = document.createElement("img");
im.sizer._parent = im
};
im.sizer.onload = (function () {
var $lzsc$temp = function () {
im.sizer.tId = setTimeout(this.onloadforeal, 1)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2411/31";
return $lzsc$temp
})();
im.sizer.onloadforeal = lz.BrowserUtils.getcallbackfunc(this.owner, "__imgonload", [im.sizer]);
im.sizer.onerror = lz.BrowserUtils.getcallbackfunc(this.owner, "__imgonerror", [im.sizer]);
var callback_$2 = lz.BrowserUtils.getcallbackfunc(this.owner, "__imgontimeout", [im.sizer]);
this.owner.__imgtimoutid = setTimeout(callback_$2, LzSprite.medialoadtimeout);
im.sizer.src = url_$0
};
if (!skiploader_$1) im.style.display = "none";
if (this.owner.stretches) {
im.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + url_$0 + "',sizingMethod='scale')"
} else {
im.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + url_$0 + "')"
}} else {
var im = document.createElement("img");
im.className = "lzimg";
if (!skiploader_$1) im.style.display = "none";
if (this.owner && skiploader_$1 != true) {
im.owner = this.owner;
im.onload = lz.BrowserUtils.getcallbackfunc(this.owner, "__imgonload", [im]);
im.onerror = lz.BrowserUtils.getcallbackfunc(this.owner, "__imgonerror", [im]);
var callback_$2 = lz.BrowserUtils.getcallbackfunc(this.owner, "__imgontimeout", [im]);
this.owner.__imgtimoutid = setTimeout(callback_$2, LzSprite.medialoadtimeout)
};
im.src = url_$0
};
if (im) im.__lastcondition = "__imgonload";
return im
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2398/33";
return $lzsc$temp
})();
LzSprite.prototype.setClip = (function () {
var $lzsc$temp = function (c_$0) {
if (this.clip === c_$0) return;
this.clip = c_$0;
if (this.quirks.size_blank_to_zero) {
if (this.__sizedtozero && c_$0) {
this.__restoreSize()
}};
this.__updateClip()
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2448/30";
return $lzsc$temp
})();
LzSprite.prototype._clip = "";
LzSprite.prototype.__updateClip = (function () {
var $lzsc$temp = function () {
var quirks_$0 = this.quirks;
if (this.isroot && this.quirks.canvas_div_cannot_be_clipped) return;
var clipcss_$1 = "";
if (this.clip && this.width != null && this.width >= 0 && this.height != null && this.height >= 0) {
clipcss_$1 = "rect(0px " + this._w + " " + this._h + " 0px)"
} else if (this._clip) {
clipcss_$1 = quirks_$0.fix_ie_css_syntax ? "rect(auto auto auto auto)" : ""
};
if (clipcss_$1 !== this._clip) {
this._clip = clipcss_$1;
this.__LZdiv.style.clip = clipcss_$1
} else {
return
};
if (quirks_$0.fix_clickable && quirks_$0.dont_clip_clickdivs != true) {
if (this.__LZclickcontainerdiv) {
this.__LZclickcontainerdiv.style.clip = clipcss_$1
}};
if (quirks_$0.fix_contextmenu && this.__LZcontextcontainerdiv) {
this.__LZcontextcontainerdiv.style.clip = clipcss_$1
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2464/35";
return $lzsc$temp
})();
LzSprite.prototype.stretchResource = (function () {
var $lzsc$temp = function (s_$0) {
s_$0 = s_$0 != "none" ? s_$0 : null;
if (this.stretches == s_$0) return;
this.stretches = s_$0;
if (!(s_$0 == null && this.__csssprite) && this.__bgimage) {
if (this.quirks.preload_images) this.__preloadFrames();
this.__setBGImage(null);
this.__setFrame(this.frame, true)
};
this.__updateStretches()
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2504/38";
return $lzsc$temp
})();
LzSprite.prototype.__updateStretches = (function () {
var $lzsc$temp = function () {
if (this.loading) return;
var quirks_$0 = this.quirks;
if (quirks_$0.ie_alpha_image_loader) return;
var img_$1 = this.__LZimg;
if (img_$1) {
if (quirks_$0.show_img_before_changing_size) {
var imgstyle_$2 = img_$1.style;
var olddisplay_$3 = imgstyle_$2.display;
imgstyle_$2.display = "none"
};
if (this.stretches == "both") {
img_$1.width = this.width;
img_$1.height = this.height
} else if (this.stretches == "height") {
img_$1.width = this.resourceWidth;
img_$1.height = this.height
} else if (this.stretches == "width") {
img_$1.width = this.width;
img_$1.height = this.resourceHeight
} else {
img_$1.width = this.resourceWidth;
img_$1.height = this.resourceHeight
};
if (quirks_$0.show_img_before_changing_size) {
imgstyle_$2.display = olddisplay_$3
}}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2522/40";
return $lzsc$temp
})();
LzSprite.prototype.predestroy = (function () {
var $lzsc$temp = function () {};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2553/33";
return $lzsc$temp
})();
LzSprite.prototype.destroy = (function () {
var $lzsc$temp = function (parentvalid_$0) {
switch (arguments.length) {
case 0:
parentvalid_$0 = true
};
if (this.__LZdeleted == true) return;
this.__LZdeleted = true;
if (parentvalid_$0) {
if (this.__parent) {
var pc_$1 = this.__parent.__children;
for (var i_$2 = pc_$1.length - 1;i_$2 >= 0;i_$2--) {
if (pc_$1[i_$2] === this) {
pc_$1.splice(i_$2, 1);
break
}}}};
if (this.__ImgPool) this.__ImgPool.destroy();
if (this.__LZimg) this.__discardElement(this.__LZimg);
this.__skipdiscards = parentvalid_$0 != true;
if (this.__LZclick) {
this.__discardElement(this.__LZclick)
};
if (this.__LzInputDiv) {
this.__setTextEvents(false);
this.__discardElement(this.__LzInputDiv)
};
if (this.__LZdiv) {
if (this.isroot) {
if (this.quirks.activate_on_mouseover) {
this.__LZdiv.onmouseover = null;
this.__LZdiv.onmouseout = null
};
if (LzSprite.quirks.prevent_selection) {
this.__LZdiv.onselectstart = null
}};
if (LzSprite.quirks.prevent_selection_with_onselectstart) {
if (this.selectable) {
this.setSelectable(false)
}};
this.__discardElement(this.__LZdiv)
};
if (this.__LZinputclickdiv) {
this.__discardElement(this.__LZinputclickdiv)
};
if (this.__LZclickcontainerdiv) {
this.__discardElement(this.__LZclickcontainerdiv)
};
if (this.__LZcontextcontainerdiv) {
this.__discardElement(this.__LZcontextcontainerdiv)
};
if (this.__LZcontext) {
this.__discardElement(this.__LZcontext)
};
if (this.__LZtextdiv) {
this.__discardElement(this.__LZtextdiv)
};
if (this.__LZcanvas) {
if (this.quirks.ie_leak_prevention) {
this.__LZcanvas.owner = null;
this.__LZcanvas.getContext = null
};
this.__discardElement(this.__LZcanvas)
};
this.__ImgPool = null;
if (this.quirks.ie_leak_prevention) {
delete this.__sprites[this.uid]
};
if (this.isroot) {
lz.BrowserUtils.scopes = null
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2556/30";
return $lzsc$temp
})();
LzSprite.prototype.getMouse = (function () {
var $lzsc$temp = function () {
var p_$0 = this.__getPos();
return {x: LzMouseKernel.__x - p_$0.x, y: LzMouseKernel.__y - p_$0.y}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2643/31";
return $lzsc$temp
})();
LzSprite.prototype.__poscache = null;
LzSprite.prototype.__poscacheid = 0;
LzSprite.__poscachecnt = 0;
LzSprite.prototype.__getPos = (function () {
var $lzsc$temp = function () {
if (!LzSprite.__rootSprite.initted) {
return lz.embed.getAbsolutePosition(this.__LZdiv)
};
var dirty_$0 = false;
var attached_$1 = true;
var root_$2 = LzSprite.__rootSprite;
var pp_$3, ppmax_$4;
for (var p_$5 = this;p_$5 !== root_$2;p_$5 = pp_$3) {
pp_$3 = p_$5.__parent;
if (pp_$3) {
if (p_$5.__poscacheid < pp_$3.__poscacheid) {
dirty_$0 = true;
ppmax_$4 = pp_$3
}} else {
attached_$1 = false;
break
}};
if (dirty_$0 && attached_$1) {
var next_$6 = ++LzSprite.__poscachecnt;
for (var p_$5 = this;p_$5 !== ppmax_$4;p_$5 = p_$5.__parent) {
p_$5.__poscache = null;
p_$5.__poscacheid = next_$6
}};
var pos_$7 = this.__poscache;
if (!pos_$7) {
pos_$7 = this.__processHiddenParents(lz.embed.getAbsolutePosition, this.__LZdiv);
if (attached_$1) {
this.__poscache = pos_$7
}};
return pos_$7
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2665/31";
return $lzsc$temp
})();
LzSprite.prototype.getWidth = (function () {
var $lzsc$temp = function () {
var w_$0 = this.__LZdiv.clientWidth;
return w_$0 == 0 ? this.width : w_$0
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2712/31";
return $lzsc$temp
})();
LzSprite.prototype.getHeight = (function () {
var $lzsc$temp = function () {
var h_$0 = this.__LZdiv.clientHeight;
return h_$0 == 0 ? this.height : h_$0
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2718/32";
return $lzsc$temp
})();
LzSprite.prototype.setCursor = (function () {
var $lzsc$temp = function (c_$0) {
if (this.quirks.no_cursor_colresize) {
return
};
if (c_$0 === this.cursor) return;
if (this.clickable !== true) this.setClickable(true);
this.cursor = c_$0;
if (this.quirks.fix_clickable) {
this.__LZclick.style.cursor = LzSprite.__defaultStyles.hyphenate(c_$0)
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2731/32";
return $lzsc$temp
})();
LzSprite.prototype.setShowHandCursor = (function () {
var $lzsc$temp = function (s_$0) {
if (s_$0 == true) {
this.setCursor("pointer")
} else {
this.setCursor("default")
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2749/40";
return $lzsc$temp
})();
LzSprite.prototype.getDisplayObject = (function () {
var $lzsc$temp = function () {
return this.__LZdiv
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2757/39";
return $lzsc$temp
})();
LzSprite.prototype.__LZcanvas = null;
LzSprite.prototype.getContext = (function () {
var $lzsc$temp = function () {
if (this.__LZcanvas && this.__LZcanvas.getContext) {
return this.__LZcanvas.getContext("2d")
};
var canvas_$0 = document.createElement("canvas");
canvas_$0.owner = this;
this.__LZcanvas = canvas_$0;
canvas_$0.className = "lzgraphicscanvas";
if (this.__LZdiv.firstChild) {
this.__LZdiv.insertBefore(canvas_$0, this.__LZdiv.firstChild)
} else {
this.__LZdiv.appendChild(canvas_$0)
};
lz.embed.__setAttr(canvas_$0, "width", this.width);
lz.embed.__setAttr(canvas_$0, "height", this.height);
if (this.cornerradius != null) {
this.__applyCornerRadius(canvas_$0)
};
if (lz.embed.browser.isIE) {
this.__maxTries = 10;
this.__initcanvasie()
} else {
return canvas_$0.getContext("2d")
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2764/33";
return $lzsc$temp
})();
LzSprite.prototype.setContextCallback = (function () {
var $lzsc$temp = function (callbackscope_$0, callbackname_$1) {
this.__canvascallbackscope = callbackscope_$0;
this.__canvascallbackname = callbackname_$1
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2800/41";
return $lzsc$temp
})();
LzSprite.prototype.bringToFront = (function () {
var $lzsc$temp = function () {
if (!this.__parent) {
Debug.warn("bringToFront with no parent");
return
};
var c_$0 = this.__parent.__children;
if (c_$0.length < 2) return;
c_$0.sort(LzSprite.prototype.__zCompare);
this.sendInFrontOf(c_$0[c_$0.length - 1])
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2806/35";
return $lzsc$temp
})();
LzSprite.prototype.__setZ = (function () {
var $lzsc$temp = function (z_$0) {
this.__LZdiv.style.zIndex = z_$0;
var quirks_$1 = this.quirks;
if (quirks_$1.fix_clickable && this.__LZclickcontainerdiv) {
this.__LZclickcontainerdiv.style.zIndex = z_$0
};
if (quirks_$1.fix_contextmenu && this.__LZcontextcontainerdiv) {
this.__LZcontextcontainerdiv.style.zIndex = z_$0
};
this.__z = z_$0
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2824/29";
return $lzsc$temp
})();
LzSprite.prototype.__zCompare = (function () {
var $lzsc$temp = function (a_$0, b_$1) {
if (a_$0.__z < b_$1.__z) return -1;
if (a_$0.__z > b_$1.__z) return 1;
return 0
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2839/33";
return $lzsc$temp
})();
LzSprite.prototype.sendToBack = (function () {
var $lzsc$temp = function () {
if (!this.__parent) {
Debug.warn("sendToBack with no parent");
return
};
var c_$0 = this.__parent.__children;
if (c_$0.length < 2) return;
c_$0.sort(LzSprite.prototype.__zCompare);
this.sendBehind(c_$0[0])
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2847/33";
return $lzsc$temp
})();
LzSprite.prototype.sendBehind = (function () {
var $lzsc$temp = function (behindSprite_$0) {
if (!behindSprite_$0 || behindSprite_$0 === this) return;
if (!this.__parent) {
Debug.warn("sendBehind with no parent");
return
};
var c_$1 = this.__parent.__children;
if (c_$1.length < 2) return;
c_$1.sort(LzSprite.prototype.__zCompare);
var behindZ_$2 = false;
for (var i_$3 = 0;i_$3 < c_$1.length;i_$3++) {
var s_$4 = c_$1[i_$3];
if (s_$4 == behindSprite_$0) behindZ_$2 = behindSprite_$0.__z;
if (behindZ_$2 != false) {
s_$4.__setZ(++s_$4.__z)
}};
this.__setZ(behindZ_$2)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2862/33";
return $lzsc$temp
})();
LzSprite.prototype.sendInFrontOf = (function () {
var $lzsc$temp = function (frontSprite_$0) {
if (!frontSprite_$0 || frontSprite_$0 === this) return;
if (!this.__parent) {
Debug.warn("sendInFrontOf with no parent");
return
};
var c_$1 = this.__parent.__children;
if (c_$1.length < 2) return;
c_$1.sort(LzSprite.prototype.__zCompare);
var frontZ_$2 = false;
for (var i_$3 = 0;i_$3 < c_$1.length;i_$3++) {
var s_$4 = c_$1[i_$3];
if (frontZ_$2 != false) {
s_$4.__setZ(++s_$4.__z)
};
if (s_$4 == frontSprite_$0) frontZ_$2 = frontSprite_$0.__z + 1
};
this.__setZ(frontZ_$2)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2888/36";
return $lzsc$temp
})();
LzSprite.prototype.__setFrame = (function () {
var $lzsc$temp = function (f_$0, force_$1) {
if (f_$0 < 1) {
f_$0 = 1
} else if (f_$0 > this.frames.length) {
f_$0 = this.frames.length
};
var skipevent_$2 = false;
if (force_$1) {
skipevent_$2 = f_$0 == this.frame
} else if (f_$0 == this.frame) {
return
};
this.frame = f_$0;
var url_$3 = this.frames[this.frame - 1];
if (this.backgroundrepeat) {
this.__setBGImage(url_$3);
this.__updateBackgroundRepeat()
} else if (this.stretches == null && this.__csssprite) {
if (!this.__bgimage) {
this.__createIMG();
this.__setBGImage(this.__csssprite)
};
var x_$4 = (this.frame - 1) * -this.resourceWidth;
var y_$5 = -this.__cssspriteoffset || 0;
this.__LZimg.style.backgroundPosition = x_$4 + "px " + y_$5 + "px"
} else {
this.setSource(url_$3, true)
};
if (skipevent_$2) return;
this.owner.resourceevent("frame", this.frame);
if (this.frames.length == this.frame) this.owner.resourceevent("lastframe", null, true)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2918/33";
return $lzsc$temp
})();
LzSprite.prototype.__discardElement = (function () {
var $lzsc$temp = function (element_$0) {
if (this.__skipdiscards) return;
if (element_$0.parentNode) element_$0.parentNode.removeChild(element_$0)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2961/39";
return $lzsc$temp
})();
LzSprite.prototype.getZ = (function () {
var $lzsc$temp = function () {
return this.__z
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2970/27";
return $lzsc$temp
})();
LzSprite.prototype.updateResourceSize = (function () {
var $lzsc$temp = function () {
this.owner.resourceload({width: this.resourceWidth, height: this.resourceHeight, resource: this.resource, skiponload: true})
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2974/41";
return $lzsc$temp
})();
LzSprite.prototype.unload = (function () {
var $lzsc$temp = function () {
this.resource = null;
this.source = null;
this.resourceWidth = null;
this.resourceHeight = null;
if (this.__ImgPool) {
this.__ImgPool.destroy();
this.__ImgPool = null
};
if (this.__LZimg) {
this.__destroyImage(null, this.__LZimg);
this.__LZimg = null
};
this.__updateLoadStatus(0)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2978/29";
return $lzsc$temp
})();
LzSprite.prototype.__setCSSClassProperty = (function () {
var $lzsc$temp = function (classname_$0, name_$1, value_$2) {
var rulename_$3 = document.all ? "rules" : "cssRules";
var sheets_$4 = document.styleSheets;
var sl_$5 = sheets_$4.length - 1;
for (var i_$6 = sl_$5;i_$6 >= 0;i_$6--) {
var rules_$7 = sheets_$4[i_$6][rulename_$3];
var rl_$8 = rules_$7.length - 1;
for (var j_$9 = rl_$8;j_$9 >= 0;j_$9--) {
if (rules_$7[j_$9].selectorText == classname_$0) {
rules_$7[j_$9].style[name_$1] = value_$2
}}}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#2997/44";
return $lzsc$temp
})();
LzSprite.prototype.setDefaultContextMenu = (function () {
var $lzsc$temp = function (cmenu_$0) {
LzSprite.__rootSprite.__contextmenu = cmenu_$0
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3017/44";
return $lzsc$temp
})();
LzSprite.prototype.setContextMenu = (function () {
var $lzsc$temp = function (cmenu_$0) {
this.__contextmenu = cmenu_$0;
if (!this.quirks.fix_contextmenu || this.__LZcontext) return;
var cxdiv_$1 = document.createElement("div");
cxdiv_$1.className = "lzcontext";
if (!this.__LZcontextcontainerdiv) {
this.__LZcontextcontainerdiv = this.__createContainerDivs("context")
};
this.__LZcontextcontainerdiv.appendChild(cxdiv_$1);
this.__LZcontext = cxdiv_$1;
this.__LZcontext.style.width = this._w;
this.__LZcontext.style.height = this._h;
cxdiv_$1.owner = this
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3026/37";
return $lzsc$temp
})();
LzSprite.prototype.__createContainerDivs = (function () {
var $lzsc$temp = function (typestring_$0) {
var propname_$1 = "__LZ" + typestring_$0 + "containerdiv";
var copyclip_$2 = true;
if (this.quirks.dont_clip_clickdivs && typestring_$0 === "click") {
copyclip_$2 = false
};
if (this[propname_$1]) {
return this[propname_$1]
};
var sprites_$3 = this.__findParents(propname_$1, null);
for (var i_$4 = sprites_$3.length - 1;i_$4 >= 0;i_$4--) {
var sprite_$5 = sprites_$3[i_$4];
var newdiv_$6 = document.createElement("div");
newdiv_$6.className = sprite_$5 instanceof LzTextSprite ? "lztextcontainer" : "lzdiv";
var parentcontainer_$7 = sprite_$5.__parent && sprite_$5.__parent[propname_$1];
if (parentcontainer_$7) {
parentcontainer_$7.appendChild(newdiv_$6)
};
this.__copystyles(sprite_$5.__LZdiv, newdiv_$6, copyclip_$2);
if (sprite_$5._id && !newdiv_$6.id) {
newdiv_$6.id = typestring_$0 + sprite_$5._id
};
newdiv_$6.owner = sprite_$5;
sprite_$5[propname_$1] = newdiv_$6
};
return newdiv_$6
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3046/44";
return $lzsc$temp
})();
LzSprite.prototype.__copystyles = (function () {
var $lzsc$temp = function (from_$0, to_$1, copyclip_$2) {
copyclip_$2 = copyclip_$2 == null ? true : copyclip_$2;
var sprite_$3 = from_$0.owner;
var left_$4 = sprite_$3._x;
if (left_$4) {
to_$1.style.left = left_$4
};
var top_$5 = sprite_$3._y;
if (top_$5) {
to_$1.style.top = top_$5
};
var display_$6 = sprite_$3.__csscache.__LZdivdisplay || "";
if (display_$6) {
to_$1.style.display = display_$6
};
to_$1.style.zIndex = sprite_$3._z || from_$0.style.zIndex;
if (copyclip_$2 && sprite_$3._clip) {
to_$1.style.clip = sprite_$3._clip
};
if (sprite_$3._transform) {
to_$1.style[stylename] = sprite_$3._transform
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3105/35";
return $lzsc$temp
})();
LzSprite.prototype.getContextMenu = (function () {
var $lzsc$temp = function () {
return this.__contextmenu
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3134/37";
return $lzsc$temp
})();
LzSprite.prototype.rotation = 0;
LzSprite.prototype.setRotation = (function () {
var $lzsc$temp = function (r_$0) {
if (this.rotation == r_$0) return;
this.rotation = r_$0;
this._rotation = "rotate(" + r_$0 + "deg) ";
this.__updateTransform()
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3139/34";
return $lzsc$temp
})();
LzSprite.prototype._transform = "";
LzSprite.prototype.__updateTransform = (function () {
var $lzsc$temp = function (r_$0) {
var css_$1 = (this._xscale || "") + (this._yscale || "") + (this._rotation || "");
if (css_$1 === this._transform) return;
this._transform = css_$1;
var stylename_$2 = LzSprite.__styleNames.transform;
this.__LZdiv.style[stylename_$2] = css_$1;
if (this.__LZclickcontainerdiv) {
this.__LZclickcontainerdiv.style[stylename_$2] = css_$1
};
if (this.__LZcontextcontainerdiv) {
this.__LZcontextcontainerdiv.style[stylename_$2] = css_$1
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3147/40";
return $lzsc$temp
})();
LzSprite.prototype.backgroundrepeat = null;
LzSprite.prototype.tilex = false;
LzSprite.prototype.tiley = false;
LzSprite.prototype.setBackgroundRepeat = (function () {
var $lzsc$temp = function (backgroundrepeat_$0) {
if (this.backgroundrepeat == backgroundrepeat_$0) return;
var x_$1 = false;
var y_$2 = false;
if (backgroundrepeat_$0 == "repeat") {
x_$1 = y_$2 = true
} else if (backgroundrepeat_$0 == "repeat-x") {
x_$1 = true
} else if (backgroundrepeat_$0 == "repeat-y") {
y_$2 = true
};
this.tilex = x_$1;
this.tiley = y_$2;
this.backgroundrepeat = backgroundrepeat_$0;
if (!this.__LZimg) this.__createIMG();
this.__updateBackgroundRepeat();
if (backgroundrepeat_$0) {
this.__setBGImage(this.source);
this.__LZimg.src = LzSprite.blankimage
} else {
if (this.__bgimage) this.__setBGImage(null);
backgroundrepeat_$0 = "";
this.skiponload = true;
this.setSource(this.source, "reset")
};
this.__LZdiv.style.backgroundRepeat = backgroundrepeat_$0
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3165/42";
return $lzsc$temp
})();
LzSprite.prototype.__updateBackgroundRepeat = (function () {
var $lzsc$temp = function () {
if (this.__LZimg) {
this.__LZimg.style.backgroundRepeat = this.backgroundrepeat;
this.__LZimg.style.backgroundPosition = "0 0";
this.__LZimg.width = this.backgroundrepeat ? this.width : this.resourceWidth;
this.__LZimg.height = this.backgroundrepeat ? this.height : this.resourceHeight
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3194/47";
return $lzsc$temp
})();
if (LzSprite.quirks.ie_leak_prevention) {
LzSprite.prototype.__sprites = {};
function __cleanUpForIE () {
LzTextSprite.prototype.__cleanupdivs();
LzTextSprite.prototype._sizecache = {};
var obj_$0 = LzSprite.prototype.__sprites;
for (var i_$1 in obj_$0) {
obj_$0[i_$1].destroy();
obj_$0[i_$1] = null
};
LzSprite.prototype.__sprites = {}};
lz.embed.attachEventHandler(window, "beforeunload", window, "__cleanUpForIE");
LzSprite.prototype.__discardElement = (function () {
var $lzsc$temp = function (element_$0) {
if (!element_$0 || !element_$0.nodeType) return;
if (element_$0.nodeType >= 1 && element_$0.nodeType < 13) {
if (element_$0.owner) element_$0.owner = null;
var garbageBin_$1 = document.getElementById("__LZIELeakGarbageBin");
if (!garbageBin_$1) {
garbageBin_$1 = document.createElement("DIV");
garbageBin_$1.id = "__LZIELeakGarbageBin";
garbageBin_$1.style.display = "none";
document.body.appendChild(garbageBin_$1)
};
garbageBin_$1.appendChild(element_$0);
garbageBin_$1.innerHTML = ""
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3221/43";
return $lzsc$temp
})()
};
LzSprite.prototype.getSelectedText = (function () {
var $lzsc$temp = function () {
if (window.getSelection) {
return window.getSelection().toString()
} else if (document.selection) {
return document.selection.createRange().text.toString()
} else if (document.getSelection) {
return document.getSelection()
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3245/38";
return $lzsc$temp
})();
LzSprite.prototype.setAADescription = (function () {
var $lzsc$temp = function (s_$0) {
var aadiv_$1 = this.aadescriptionDiv;
if (aadiv_$1 == null) {
this.aadescriptionDiv = aadiv_$1 = document.createElement("LABEL");
aadiv_$1.className = "lzaccessibilitydiv";
if (!this.__LZdiv.id) this.__LZdiv.id = "sprite_" + this.uid;
lz.embed.__setAttr(aadiv_$1, "for", this.__LZdiv.id);
this.__LZdiv.appendChild(aadiv_$1)
};
aadiv_$1.innerHTML = s_$0
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3259/39";
return $lzsc$temp
})();
LzSprite.prototype.setAccessible = (function () {
var $lzsc$temp = function (accessible_$0) {
LzSprite.__rootSprite.accessible = accessible_$0
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3279/36";
return $lzsc$temp
})();
LzSprite.prototype._accProps = null;
LzSprite.prototype.setAAActive = (function () {
var $lzsc$temp = function (s_$0) {
this.__LzAccessibilityActive = s_$0
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3296/34";
return $lzsc$temp
})();
LzSprite.prototype.setAASilent = (function () {
var $lzsc$temp = function (s_$0) {};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3306/34";
return $lzsc$temp
})();
LzSprite.prototype.setAAName = (function () {
var $lzsc$temp = function (s_$0) {};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3315/32";
return $lzsc$temp
})();
LzSprite.prototype.aafocus = (function () {
var $lzsc$temp = function () {
try {
if (this.__LZdiv != null) {
this.__LZdiv.blur();
this.__LZdiv.focus()
}}
catch (e_$0) {}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3323/30";
return $lzsc$temp
})();
LzSprite.prototype.setAATabIndex = (function () {
var $lzsc$temp = function (s_$0) {};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3337/36";
return $lzsc$temp
})();
LzSprite.prototype.sendAAEvent = (function () {
var $lzsc$temp = function (childID_$0, eventType_$1, nonHTML_$2) {
try {
if (this.__LZdiv != null) {
this.__LZdiv.focus()
}}
catch (e_$3) {}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3344/34";
return $lzsc$temp
})();
LzSprite.prototype.setID = (function () {
var $lzsc$temp = function (id_$0) {
if (!this._id) this._id = id_$0;
if (!this.__LZdiv.id) this.__LZdiv.id = this._dbg_typename + id_$0;
if (this.__LZclickcontainerdiv && !this.__LZclickcontainerdiv.id) this.__LZclickcontainerdiv.id = "click" + id_$0;
if (this.__LZcontextcontainerdiv && !this.__LZcontextcontainerdiv.id) this.__LZcontextcontainerdiv.id = this.__LZcontextcontainerdiv.id = "context" + id_$0
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3353/28";
return $lzsc$temp
})();
LzSprite.prototype.__resizecanvas = (function () {
var $lzsc$temp = function () {
if (this.width > 0 && this.height > 0) {
if (this.__LZcanvas) {
lz.embed.__setAttr(this.__LZcanvas, "width", this.width);
lz.embed.__setAttr(this.__LZcanvas, "height", this.height);
this.__docanvascallback()
};
if (this.__LZcanvas && this["_canvashidden"]) {
this._canvashidden = false;
this.applyCSS("display", "", "__LZcanvas")
}} else if (this.__LZcanvas && this["_canvashidden"] != true) {
this._canvashidden = true;
this.applyCSS("display", "none", "__LZcanvas")
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3360/37";
return $lzsc$temp
})();
LzSprite.prototype.__docanvascallback = (function () {
var $lzsc$temp = function () {
var callback_$0 = this.__canvascallbackscope[this.__canvascallbackname];
if (callback_$0) {
callback_$0.call(this.__canvascallbackscope, this.__LZcanvas.getContext("2d"));
if (LzSprite.quirks.resize2dcanvas) {
var canvassize_$1 = this.__LZcanvas.firstChild;
canvassize_$1.style.width = this._w;
canvassize_$1.style.height = this._h
}}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3378/41";
return $lzsc$temp
})();
LzSprite.prototype.__initcanvasie = (function () {
var $lzsc$temp = function () {
if (this.__canvasTId) clearTimeout(this.__canvasTId);
try {
if (this.__LZcanvas && this.__LZcanvas.parentNode != null) {
this.__LZcanvas = G_vmlCanvasManager.initElement(this.__LZcanvas);
this.__docanvascallback();
return
}}
catch (e_$0) {};
if (--this.__maxTries > 0) {
var callback_$1 = lz.BrowserUtils.getcallbackstr(this, "__initcanvasie");
this.__canvasTId = setTimeout(callback_$1, 50)
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3391/37";
return $lzsc$temp
})();
LzSprite.prototype.__getShadowCSS = (function () {
var $lzsc$temp = function (shadowcolor_$0, shadowdistance_$1, shadowangle_$2, shadowblurradius_$3) {
if (shadowcolor_$0 == null || shadowdistance_$1 == 0 && shadowblurradius_$3 == 0) {
return ""
};
if (this.capabilities.minimize_opacity_changes) {
shadowdistance_$1 = Math.round(shadowdistance_$1);
shadowblurradius_$3 = Math.round(shadowblurradius_$3);
shadowangle_$2 = Math.round(shadowangle_$2)
};
if (this.quirks.use_filter_for_dropshadow) {
if (shadowdistance_$1 == 0) {
this.xoffset = this.yoffset = -shadowblurradius_$3;
this.applyCSS("left", this.x + this.xoffset);
this.applyCSS("top", this.y + this.yoffset);
if (shadowblurradius_$3 > 0) {
var hexcolor_$4 = LzColorUtils.inttohex(shadowcolor_$0);
return "progid:DXImageTransform.Microsoft.Glow(Color='" + hexcolor_$4 + "',Strength=" + shadowblurradius_$3 + ")"
}} else {
shadowangle_$2 += 90;
var hexcolor_$4 = LzColorUtils.inttohex(shadowcolor_$0);
return "progid:DXImageTransform.Microsoft.Shadow(Color='" + hexcolor_$4 + "',Direction=" + shadowangle_$2 + ",Strength=" + shadowdistance_$1 + ")"
}} else {
var radians_$5 = shadowangle_$2 * Math.PI / 180;
var xoffset_$6 = this.CSSDimension(Math.cos(radians_$5) * shadowdistance_$1);
var yoffset_$7 = this.CSSDimension(Math.sin(radians_$5) * shadowdistance_$1);
var rgbcolor_$8 = LzColorUtils.torgb(shadowcolor_$0);
return rgbcolor_$8 + " " + xoffset_$6 + " " + yoffset_$7 + " " + this.CSSDimension(shadowblurradius_$3)
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3409/37";
return $lzsc$temp
})();
LzSprite.prototype.shadow = null;
LzSprite.prototype.updateShadow = (function () {
var $lzsc$temp = function (shadowcolor_$0, shadowdistance_$1, shadowangle_$2, shadowblurradius_$3) {
var newshadow_$4 = this.__getShadowCSS(shadowcolor_$0, shadowdistance_$1, shadowangle_$2, shadowblurradius_$3);
if (newshadow_$4 === this.shadow) return;
this.shadow = newshadow_$4;
if (this.quirks.use_filter_for_dropshadow) {
this.__LZdiv.style.filter = this.setFilter("shadow", newshadow_$4)
} else {
var cssname_$5 = LzSprite.__styleNames.boxShadow;
if (this.__LZcanvas) {
this.__LZdiv.style[cssname_$5] = "";
this.__LZcanvas.style[cssname_$5] = newshadow_$4
} else {
this.__LZdiv.style[cssname_$5] = newshadow_$4
}};
if (this.quirks.size_blank_to_zero) {
if (this.__sizedtozero) {
this.__restoreSize()
}}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3450/35";
return $lzsc$temp
})();
LzSprite.prototype.cornerradius = null;
LzSprite.prototype.setCornerRadius = (function () {
var $lzsc$temp = function (radii_$0) {
var css_$1 = "";
for (var i_$2 = 0, l_$3 = radii_$0.length;i_$2 < l_$3;i_$2++) {
radii_$0[i_$2] = this.CSSDimension(radii_$0[i_$2])
};
css_$1 = radii_$0.join(" ");
if (css_$1 == this.cornerradius) return;
this.cornerradius = css_$1;
this.__applyCornerRadius(this.__LZdiv);
if (this.__LZclick) {
this.__applyCornerRadius(this.__LZclick)
};
if (this.__LZcontext) {
this.__applyCornerRadius(this.__LZcontext)
};
if (this.__LZcanvas) {
this.__applyCornerRadius(this.__LZcanvas)
};
if (this.__LZimg) {
this.__applyCornerRadius(this.__LZimg)
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3477/38";
return $lzsc$temp
})();
LzSprite.prototype.__applyCornerRadius = (function () {
var $lzsc$temp = function (div_$0) {
var stylenames_$1 = LzSprite.__styleNames;
if (this.quirks.explicitly_set_border_radius) {
var radii_$2 = this.cornerradius.split(" ");
div_$0.style[stylenames_$1.borderTopLeftRadius] = radii_$2[0];
div_$0.style[stylenames_$1.borderTopRightRadius] = radii_$2[1];
div_$0.style[stylenames_$1.borderBottomRightRadius] = radii_$2[2];
div_$0.style[stylenames_$1.borderBottomLeftRadius] = radii_$2[3]
} else {
div_$0.style[stylenames_$1.borderRadius] = this.cornerradius
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3502/42";
return $lzsc$temp
})();
LzSprite.prototype.__csscache;
LzSprite.prototype.setCSS = (function () {
var $lzsc$temp = function (name_$0, value_$1, isdimension_$2) {
if (isdimension_$2) value_$1 = this.CSSDimension(value_$1);
var callback_$3 = this["set_" + name_$0];
if (callback_$3) {
callback_$3.call(this, value_$1)
} else {
this.applyCSS(name_$0, value_$1);
if (this.__LZclickcontainerdiv) {
this.applyCSS(name_$0, value_$1, "__LZclickcontainerdiv")
};
if (this.__LZcontextcontainerdiv) {
this.applyCSS(name_$0, value_$1, "__LZcontextcontainerdiv")
}}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3520/29";
return $lzsc$temp
})();
LzSprite.prototype.applyCSS = (function () {
var $lzsc$temp = function (name_$0, value_$1, divname_$2) {
if (!divname_$2) divname_$2 = "__LZdiv";
var key_$3 = divname_$2 + name_$0;
var cache_$4 = this.__csscache;
if (cache_$4[key_$3] === value_$1) {
return
};
var styleobject_$5 = this[divname_$2].style;
cache_$4[key_$3] = styleobject_$5[name_$0] = value_$1
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3543/31";
return $lzsc$temp
})();
LzSprite.prototype.set_borderColor = (function () {
var $lzsc$temp = function (color_$0) {
if (color_$0 == null) color_$0 = "";
this.__LZdiv.style.borderColor = color_$0
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3573/38";
return $lzsc$temp
})();
LzSprite.prototype.borderwidth = 0;
LzSprite.prototype.set_borderWidth = (function () {
var $lzsc$temp = function (width_$0) {
if (this.borderwidth === width_$0) return;
this.borderwidth = width_$0;
if (this.quirks.size_blank_to_zero) {
if (this.__sizedtozero && width_$0 != null) {
this.__restoreSize()
}};
if (width_$0 == 0) {
width_$0 = ""
};
this.__LZdiv.style.borderWidth = width_$0;
if (this.__LZclick) {
this.__LZclick.style.borderWidth = width_$0
};
if (this.__LZcontext) {
this.__LZcontext.style.borderWidth = width_$0
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3579/38";
return $lzsc$temp
})();
LzSprite.prototype.set_padding = (function () {
var $lzsc$temp = function (padding_$0) {
if (this.padding === padding_$0) return;
this.padding = padding_$0;
if (this.quirks.size_blank_to_zero) {
if (this.__sizedtozero && padding_$0 != null) {
this.__restoreSize()
}};
if (padding_$0 == 0) {
padding_$0 = ""
};
if (this.__LZclick) {
this.__LZclick.style.padding = padding_$0
};
if (this.__LZcontext) {
this.__LZcontext.style.padding = padding_$0
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3602/34";
return $lzsc$temp
})();
LzSprite.medialoadtimeout = 30000;
LzSprite.setMediaLoadTimeout = (function () {
var $lzsc$temp = function (ms_$0) {
LzSprite.medialoadtimeout = ms_$0
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3625/32";
return $lzsc$temp
})();
LzSprite.setMediaErrorTimeout = (function () {
var $lzsc$temp = function (ms_$0) {};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3629/33";
return $lzsc$temp
})();
LzSprite.prototype.xscale = 1;
LzSprite.prototype.setXScale = (function () {
var $lzsc$temp = function (xscale_$0) {
if (this.xscale == xscale_$0) return;
this.xscale = xscale_$0;
this._xscale = "scaleX(" + xscale_$0 + ") ";
this.__updateTransform()
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3634/32";
return $lzsc$temp
})();
LzSprite.prototype.yscale = 1;
LzSprite.prototype.setYScale = (function () {
var $lzsc$temp = function (yscale_$0) {
if (this.yscale == yscale_$0) return;
this.yscale = yscale_$0;
this._yscale = "scaleY(" + yscale_$0 + ") ";
this.__updateTransform()
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzSprite.js#3642/32";
return $lzsc$temp
})();
Class.make("LzLibrary", ["loaded", false, "loading", false, "sprite", null, "href", void 0, "stage", "late", "onload", LzDeclaredEvent, "construct", (function () {
var $lzsc$temp = function (parent_$0, args_$1) {
this.stage = args_$1.stage;
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["construct"] || this.nextMethod(arguments.callee, "construct")).call(this, parent_$0, args_$1);
this.sprite = new LzSprite(this, false, args_$1);
LzLibrary.libraries[args_$1.name] = this
};
$lzsc$temp["displayName"] = "construct";
return $lzsc$temp
})(), "init", (function () {
var $lzsc$temp = function () {
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["init"] || this.nextMethod(arguments.callee, "init")).call(this);
if (this.stage == "late") {
this.load()
}};
$lzsc$temp["displayName"] = "init";
return $lzsc$temp
})(), "destroy", (function () {
var $lzsc$temp = function () {
if (this.sprite) {
this.sprite.destroy();
this.sprite = null
};
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["destroy"] || this.nextMethod(arguments.callee, "destroy")).call(this)
};
$lzsc$temp["displayName"] = "destroy";
return $lzsc$temp
})(), "toString", (function () {
var $lzsc$temp = function () {
return "Library " + this.href + " named " + this.name
};
$lzsc$temp["displayName"] = "toString";
return $lzsc$temp
})(), "load", (function () {
var $lzsc$temp = function () {
if (this.loading || this.loaded) {
return
};
this.loading = true;
lz.embed.__dhtmlLoadLibrary(this.href)
};
$lzsc$temp["displayName"] = "load";
return $lzsc$temp
})(), "loadfinished", (function () {
var $lzsc$temp = function () {
this.loading = false;
if (this.onload.ready) this.onload.sendEvent(true)
};
$lzsc$temp["displayName"] = "loadfinished";
return $lzsc$temp
})()], LzNode, ["tagname", "import", "attributes", new LzInheritedHash(LzNode.attributes), "libraries", {}, "findLibrary", (function () {
var $lzsc$temp = function (libname_$0) {
return LzLibrary.libraries[libname_$0]
};
$lzsc$temp["displayName"] = "findLibrary";
return $lzsc$temp
})(), "stripQueryString", (function () {
var $lzsc$temp = function (str_$0) {
if (str_$0.indexOf("?") > 0) {
str_$0 = str_$0.substring(0, str_$0.indexOf("?"))
};
return str_$0
};
$lzsc$temp["displayName"] = "stripQueryString";
return $lzsc$temp
})(), "__LZsnippetLoaded", (function () {
var $lzsc$temp = function (url_$0) {
url_$0 = LzLibrary.stripQueryString(url_$0);
var lib_$1 = null;
var libs_$2 = LzLibrary.libraries;
for (var l_$3 in libs_$2) {
var libhref_$4 = LzLibrary.stripQueryString(libs_$2[l_$3].href);
if (libhref_$4 == url_$0) {
lib_$1 = libs_$2[l_$3];
break
}};
if (lib_$1 == null) {
Debug.error("could not find library with href", url_$0)
} else {
lib_$1.loaded = true;
lib_$1.parent.__LzLibraryLoaded(lib_$1.name)
}};
$lzsc$temp["displayName"] = "__LZsnippetLoaded";
return $lzsc$temp
})()]);
lz[LzLibrary.tagname] = LzLibrary;
var LzTextSprite = (function () {
var $lzsc$temp = function (owner_$0) {
if (owner_$0 == null) return;
this.constructor = arguments.callee;
this.owner = owner_$0;
this.uid = LzSprite.prototype.uid++;
this.__csscache = {};
this.__LZdiv = document.createElement("div");
this.__LZdiv.className = "lztextcontainer";
this.scrolldiv = this.__LZtextdiv = document.createElement("div");
this.scrolldivtagname = "div";
this.scrolldiv.owner = this;
if (this.quirks.emulate_flash_font_metrics) {
this.className = this.scrolldiv.className = "lzswftext"
} else {
this.className = this.scrolldiv.className = "lztext"
};
this.__LZdiv.appendChild(this.scrolldiv);
this.__LZdiv.owner = this;
if (this.quirks.ie_leak_prevention) {
this.__sprites[this.uid] = this
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#14/20";
return $lzsc$temp
})();
LzTextSprite.prototype = new LzSprite(null);
LzTextSprite.prototype._dbg_typename = "LzTextSprite";
LzTextSprite.prototype.__initTextProperties = (function () {
var $lzsc$temp = function (args_$0) {
this.setFontName(args_$0.font);
this.setFontStyle(args_$0.fontstyle);
this.setFontSize(args_$0.fontsize);
this.setTextColor(args_$0.fgcolor)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#46/47";
return $lzsc$temp
})();
LzTextSprite.prototype._fontStyle = "normal";
LzTextSprite.prototype._fontWeight = "normal";
LzTextSprite.prototype._fontSize = "11px";
LzTextSprite.prototype._fontFamily = "Verdana,Vera,sans-serif";
LzTextSprite.prototype._whiteSpace = "nowrap";
LzTextSprite.prototype._textAlign = "left";
LzTextSprite.prototype._textIndent = 0;
LzTextSprite.prototype.__LZtextIndent = 0;
LzTextSprite.prototype._letterSpacing = 0;
LzTextSprite.prototype._textDecoration = "none";
LzTextSprite.prototype.__wpadding = 4;
LzTextSprite.prototype.__hpadding = 4;
LzTextSprite.prototype.__sizecacheupperbound = 1000;
LzTextSprite.prototype.selectable = false;
LzTextSprite.prototype.text = "";
LzTextSprite.prototype.resize = true;
LzTextSprite.prototype.restrict = null;
LzTextSprite.prototype.scrolldiv = null;
LzTextSprite.prototype.scrolldivtagname = null;
LzTextSprite.prototype.setFontSize = (function () {
var $lzsc$temp = function (fsize_$0) {
if (fsize_$0 == null || fsize_$0 < 0) return;
var fp_$1 = this.CSSDimension(fsize_$0);
if (this._fontSize != fp_$1) {
this._fontSize = fp_$1;
this.scrolldiv.style.fontSize = fp_$1;
if (this.quirks["emulate_flash_font_metrics"]) {
var lh_$2 = Math.round(fsize_$0 * 1.2);
this.scrolldiv.style.lineHeight = this.CSSDimension(lh_$2);
this._lineHeight = lh_$2
};
this.__updatefieldsize()
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#76/38";
return $lzsc$temp
})();
LzTextSprite.prototype.setFontStyle = (function () {
var $lzsc$temp = function (fstyle_$0) {
var fweight_$1;
if (fstyle_$0 == "plain") {
fweight_$1 = "normal";
fstyle_$0 = "normal"
} else if (fstyle_$0 == "bold") {
fweight_$1 = "bold";
fstyle_$0 = "normal"
} else if (fstyle_$0 == "italic") {
fweight_$1 = "normal";
fstyle_$0 = "italic"
} else if (fstyle_$0 == "bold italic" || fstyle_$0 == "bolditalic") {
fweight_$1 = "bold";
fstyle_$0 = "italic"
};
var changed_$2 = false;
if (fweight_$1 != this._fontWeight) {
this._fontWeight = fweight_$1;
this.scrolldiv.style.fontWeight = fweight_$1;
changed_$2 = true
};
if (fstyle_$0 != this._fontStyle) {
this._fontStyle = fstyle_$0;
this.scrolldiv.style.fontStyle = fstyle_$0;
changed_$2 = true
};
if (changed_$2) {
this.__updatefieldsize()
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#95/39";
return $lzsc$temp
})();
LzTextSprite.prototype.setFontName = (function () {
var $lzsc$temp = function (fname_$0) {
if (fname_$0 != this._fontFamily) {
this._fontFamily = fname_$0;
this.scrolldiv.style.fontFamily = fname_$0;
this.__updatefieldsize()
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#129/38";
return $lzsc$temp
})();
LzTextSprite.prototype.setTextColor = (function () {
var $lzsc$temp = function (c_$0) {
if (this.textcolor === c_$0) return;
this.textcolor = c_$0;
this.__LZdiv.style.color = LzColorUtils.inttohex(c_$0)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#137/39";
return $lzsc$temp
})();
LzTextSprite.prototype.lineHeight = null;
LzTextSprite.prototype.scrollTop = null;
LzTextSprite.prototype.scrollHeight = null;
LzTextSprite.prototype.scrollLeft = null;
LzTextSprite.prototype.scrollWidth = null;
LzTextSprite.prototype.scrolling = false;
LzTextSprite.prototype.setScrolling = (function () {
var $lzsc$temp = function (on_$0) {
var sdc_$1 = this.className;
if (sdc_$1 == "lzswftext" || sdc_$1 == "lzswfinputtextmultiline") {
var ht_$2 = this.height;
var wt_$3 = this.width;
var cdim_$4 = this.CSSDimension;
if (on_$0 || sdc_$1 == "lzswfinputtextmultiline") {
this.scrolling = on_$0;
this.applyCSS("overflow", "scroll", "scrolldiv");
ht_$2 += this.quirks.scrollbar_width;
wt_$3 += this.quirks.scrollbar_width
} else {
this.scrolling = false;
this.applyCSS("overflow", "", "scrolldiv")
};
var scrolldiv_$5 = this.scrolldiv;
var hp_$6 = cdim_$4(ht_$2);
var wp_$7 = cdim_$4(wt_$3);
if (on_$0) {
scrolldiv_$5.style.clip = "rect(0 " + wp_$7 + " " + hp_$6 + " 0)"
} else if (scrolldiv_$5.style.clip) {
scrolldiv_$5.style.clip = this.quirks["fix_ie_css_syntax"] ? "rect(auto auto auto auto)" : ""
};
scrolldiv_$5.style.width = wp_$7;
scrolldiv_$5.style.height = hp_$6
};
return on_$0 && this.scrolling
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#154/39";
return $lzsc$temp
})();
LzTextSprite.prototype.scrollevents = false;
LzTextSprite.prototype.setScrollEvents = (function () {
var $lzsc$temp = function (on_$0) {
this.scrollevents = this.setScrolling(on_$0);
this.__updatefieldsize()
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#193/42";
return $lzsc$temp
})();
LzTextSprite.prototype.__updatefieldsizeTID = null;
LzTextSprite.prototype.__updatefieldsize = (function () {
var $lzsc$temp = function () {
var loaded_$0 = LzFontManager.isFontLoaded(this, this._fontFamily, this._fontStyle, this._fontWeight);
if (!loaded_$0 || !this.initted) return;
this.owner._updateSize();
var cstr_$1 = lz.BrowserUtils.getcallbackfunc(this, "__updatefieldsizeCallback", []);
if (this.__updatefieldsizeTID != null) {
clearTimeout(this.__updatefieldsizeTID)
};
this.__updatefieldsizeTID = setTimeout(cstr_$1, 0)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#204/44";
return $lzsc$temp
})();
LzTextSprite.prototype.__fontLoaded = (function () {
var $lzsc$temp = function () {
this._cachevalue = this._cacheStyleKey = this._cacheTextKey = null;
this.__updatefieldsize()
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#216/39";
return $lzsc$temp
})();
LzTextSprite.prototype.__updatefieldsizeCallback = (function () {
var $lzsc$temp = function () {
var lineHeight_$0 = this.getLineHeight();
if (this.lineHeight !== lineHeight_$0) {
this.lineHeight = lineHeight_$0;
this.owner.scrollevent("lineHeight", lineHeight_$0)
};
if (!this.scrollevents) return;
this.__updatefieldprop("scrollHeight");
this.__updatefieldprop("scrollTop");
this.__updatefieldprop("scrollWidth");
this.__updatefieldprop("scrollLeft")
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#222/52";
return $lzsc$temp
})();
LzTextSprite.prototype.setMaxLength = (function () {
var $lzsc$temp = function (val_$0) {
return
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#242/39";
return $lzsc$temp
})();
LzTextSprite.prototype.__updatefieldprop = (function () {
var $lzsc$temp = function (name_$0) {
var val_$1 = this.scrolldiv[name_$0];
if (this[name_$0] !== val_$1 || name_$0 == "scrollHeight") {
this[name_$0] = val_$1;
this.owner.scrollevent(name_$0, val_$1)
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#247/44";
return $lzsc$temp
})();
LzTextSprite.prototype.setText = (function () {
var $lzsc$temp = function (t_$0, force_$1) {
if (this.multiline && t_$0 && t_$0.indexOf("\n") >= 0) {
if (this.quirks["inner_html_strips_newlines"]) {
t_$0 = t_$0.replace(this.inner_html_strips_newlines_re, "
")
}};
if (t_$0 && this.quirks["inner_html_no_entity_apos"]) {
t_$0 = t_$0.replace(RegExp("'", "mg"), "'")
};
if (force_$1 != true && this.text == t_$0) return;
this.text = t_$0;
this.scrolldiv.innerHTML = t_$0;
this.__updatefieldsize()
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#261/34";
return $lzsc$temp
})();
LzTextSprite.prototype.multiline = false;
LzTextSprite.prototype.setMultiline = (function () {
var $lzsc$temp = function (m_$0) {
this.multiline = m_$0;
if (m_$0) {
var whitespace_$1 = "normal";
this.applyCSS("overflow", "hidden", "scrolldiv")
} else {
var whitespace_$1 = this.className === "lzswfinputtextmultiline" ? "pre-wrap" : "nowrap";
this.applyCSS("overflow", "", "scrolldiv")
};
if (this._whiteSpace !== whitespace_$1) {
this._whiteSpace = whitespace_$1;
this.scrolldiv.style.whiteSpace = whitespace_$1
};
if (this.quirks["text_height_includes_padding"]) {
this.__hpadding = m_$0 ? 3 : 4
};
this.setText(this.text, true)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#289/39";
return $lzsc$temp
})();
LzTextSprite.prototype.setPattern = (function () {
var $lzsc$temp = function (val_$0) {
if (val_$0 == null || val_$0 == "") {
this.restrict = null
} else if (val_$0.substring(0, 1) == "[" && val_$0.substring(val_$0.length - 2, val_$0.length) == "]*") {
this.restrict = RegExp(val_$0.substring(0, val_$0.length - 1) + "|[\\r\\n]", "g")
} else {
Debug.error('LzTextSprite.setPattern argument %w must be of the form "[...]*"', val_$0)
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#321/37";
return $lzsc$temp
})();
LzTextSprite.prototype.getTextWidth = (function () {
var $lzsc$temp = function (force_$0) {
if (!this.initted && !force_$0) return 0;
var width_$1;
var styleKey_$2 = this.className + "/" + this.scrolldiv.style.cssText;
var cv_$3 = this._cachevalue;
if (this._cacheStyleKey == styleKey_$2 && this._cacheTextKey == this.text && ("width" in cv_$3)) {
width_$1 = cv_$3.width
} else {
width_$1 = this.getTextDimension("width")
};
if (width_$1 != 0 && this.quirks["emulate_flash_font_metrics"]) {
width_$1 += this.__wpadding
};
return width_$1
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#340/39";
return $lzsc$temp
})();
LzTextSprite.prototype.getLineHeight = (function () {
var $lzsc$temp = function () {
if (this._lineHeight) return this._lineHeight;
if (!this.initted) return 0;
var styleKey_$0 = this.className + "/" + this.scrolldiv.style.cssText;
var cv_$1 = this._cachevalue;
if (this._cacheStyleKey == styleKey_$0 && ("lineheight" in cv_$1)) {
var lineheight_$2 = cv_$1.lineheight
} else {
var lineheight_$2 = this.getTextDimension("lineheight")
};
this._lineHeight = lineheight_$2;
return lineheight_$2
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#363/40";
return $lzsc$temp
})();
LzTextSprite.prototype.getTextfieldHeight = (function () {
var $lzsc$temp = function (force_$0) {
if (!this.initted && !force_$0) return 0;
var fieldHeight_$1 = null;
if (this.multiline && this.text != "") {
var styleKey_$2 = this.className + "/" + this.scrolldiv.style.cssText;
var cv_$3 = this._cachevalue;
if (this._cacheStyleKey == styleKey_$2 && this._cacheTextKey == this.text && ("height" in cv_$3)) {
fieldHeight_$1 = cv_$3.height
} else {
fieldHeight_$1 = this.getTextDimension("height")
};
if (this.quirks["safari_textarea_subtract_scrollbar_height"]) {
fieldHeight_$1 += 24
}} else {
fieldHeight_$1 = this.getLineHeight()
};
if (this.quirks["emulate_flash_font_metrics"]) {
fieldHeight_$1 += this.__hpadding
};
return fieldHeight_$1
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#384/45";
return $lzsc$temp
})();
LzTextSprite.prototype._sizecache = {counter: 0};
if (LzSprite.quirks.ie_leak_prevention) {
LzTextSprite.prototype.__divstocleanup = [];
LzTextSprite.prototype.__cleanupdivs = (function () {
var $lzsc$temp = function () {
var obj_$0 = LzTextSprite.prototype.__divstocleanup;
var func_$1 = LzSprite.prototype.__discardElement;
var l_$2 = obj_$0.length;
for (var i_$3 = 0;i_$3 < l_$2;i_$3++) {
func_$1(obj_$0[i_$3])
};
LzTextSprite.prototype.__divstocleanup = []
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#424/44";
return $lzsc$temp
})()
};
LzTextSprite.prototype._cacheStyleKey = null;
LzTextSprite.prototype._cacheTextKey = null;
LzTextSprite.prototype._cachevalue = null;
LzTextSprite.prototype.getTextDimension = (function () {
var $lzsc$temp = function (dimension_$0) {
var string_$1 = this.text;
var width_$2 = "auto";
switch (dimension_$0) {
case "lineheight":
if (this._lineHeight) {
return this._lineHeight
}if (LzSprite.prototype.quirks["textmeasurementalphastring"]) {
string_$1 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
} else {
string_$1 = 'Yq_gy"9;'
}break;;case "height":
width_$2 = this.CSSDimension(this.width);break;;case "width":
if (this.text == "") {
return 0
}break;;default:
{
Debug.error("Unknown dimension: %w", dimension_$0)
}};
var scrolldiv_$3 = this.scrolldiv;
var className_$4 = this.className;
var styleKey_$5 = className_$4 + "/" + scrolldiv_$3.style.cssText;
var cv_$6 = this._cachevalue;
if (this._cacheStyleKey == styleKey_$5 && (dimension_$0 == "lineheight" || this._cacheTextKey == string_$1) && (dimension_$0 in cv_$6)) {
return cv_$6[dimension_$0]
};
this._cacheStyleKey = styleKey_$5;
if (dimension_$0 != "lineheight") {
this._cacheTextKey = string_$1
};
var style_$7 = "padding:0px;overflow:visible;width:" + width_$2 + ";height:auto;" + (this._fontSize ? "font-size:" + this._fontSize + ";" : "") + (this._fontWeight ? "font-weight:" + this._fontWeight + ";" : "") + (this._fontStyle ? "font-style:" + this._fontStyle + ";" : "") + (this._fontFamily ? "font-family:" + this._fontFamily + ";" : "") + (this._fontSize ? "font-size:" + this._fontSize + ";" : "") + (this._letterSpacing ? "letter-spacing:" + this._letterSpacing + ";" : "") + (this._whiteSpace ? "white-space:" + this._whiteSpace + ";" : "");
this._cachevalue = LzFontManager.getSize(dimension_$0, className_$4, style_$7, this.scrolldivtagname, string_$1);
return this._cachevalue[dimension_$0]
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#445/43";
return $lzsc$temp
})();
LzTextSprite.prototype.setSelectable = (function () {
var $lzsc$temp = function (s_$0) {
this.selectable = s_$0;
this.__LZdiv.style.cursor = s_$0 ? "auto" : "";
if (this.quirks["prevent_selection_with_onselectstart"]) {
var handler_$1 = s_$0 ? this.__onselectstartHandler : this.__cancelhandler;
this.__LZdiv.onselectstart = handler_$1
} else {
var selectstyle_$2 = s_$0 ? "text" : "none";
var stylename_$3 = LzSprite.__styleNames.userSelect;
this.__LZdiv.style[stylename_$3] = selectstyle_$2
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#512/40";
return $lzsc$temp
})();
LzTextSprite.prototype.$LzSprite$__mouseEvent = LzSprite.prototype.__mouseEvent;
LzTextSprite.prototype.__mouseEvent = (function () {
var $lzsc$temp = function (eventname_$0) {
this.$LzSprite$__mouseEvent(eventname_$0);
return this.selectable
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#529/39";
return $lzsc$temp
})();
LzTextSprite.prototype.__onselectstartHandler = (function () {
var $lzsc$temp = function (e_$0) {
e_$0 = e_$0 || window.event;
e_$0.cancelBubble = true;
return true
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#539/49";
return $lzsc$temp
})();
LzTextSprite.prototype.__cancelhandler = (function () {
var $lzsc$temp = function () {
return false
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#546/42";
return $lzsc$temp
})();
LzTextSprite.prototype.setResize = (function () {
var $lzsc$temp = function (r_$0) {
this.resize = r_$0;
this.applyCSS("overflow", r_$0 ? "" : "hidden", "scrolldiv")
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#550/36";
return $lzsc$temp
})();
LzTextSprite.prototype.setSelection = (function () {
var $lzsc$temp = function (start_$0, end_$1) {
switch (arguments.length) {
case 1:
end_$1 = null
};
if (end_$1 == null) {
end_$1 = start_$0
};
if (this.quirks["text_selection_use_range"]) {
var range_$2 = document.body.createTextRange();
range_$2.moveToElementText(this.scrolldiv);
if (start_$0 > end_$1) {
var st_$3 = start_$0;
start_$0 = end_$1;
end_$1 = st_$3
};
var st_$3 = start_$0;
var ed_$4 = end_$1 - range_$2.text.length;
range_$2.moveStart("character", st_$3);
range_$2.moveEnd("character", ed_$4);
range_$2.select()
} else {
var range_$2 = document.createRange();
var offset_$5 = 0;
range_$2.setStart(this.scrolldiv.childNodes[0], start_$0);
range_$2.setEnd(this.scrolldiv.childNodes[0], end_$1);
var sel_$6 = window.getSelection();
sel_$6.removeAllRanges();
sel_$6.addRange(range_$2)
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#555/39";
return $lzsc$temp
})();
LzTextSprite.prototype.__findNodeByOffset = (function () {
var $lzsc$temp = function (offset_$0) {
var node_$1 = this.scrolldiv.childNodes[0];
var curroffset_$2 = 0;
while (node_$1) {
if (node_$1.nodeType == 3) {
offset_$0 += node_$1.textContent.length
} else if (node_$1.nodeType == 1 && node_$1.nodeName == "BR") {
offset_$0 += 1
};
if (curroffset_$2 >= offset_$0) {
return node_$1
};
node_$1 = node_$1.nextSibling
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#588/45";
return $lzsc$temp
})();
LzTextSprite.prototype.__getGlobalRange = (function () {
var $lzsc$temp = function () {
var userSelection_$0;
if (this.quirks["text_selection_use_range"]) {
userSelection_$0 = document.selection.createRange()
} else if (window.getSelection) {
userSelection_$0 = window.getSelection()
};
try {
if (userSelection_$0) {
if (this.quirks["text_selection_use_range"]) {
return userSelection_$0
} else if (userSelection_$0.getRangeAt) {
return userSelection_$0.getRangeAt(0)
} else {
var range_$1 = document.createRange();
range_$1.setStart(userSelection_$0.anchorNode, userSelection_$0.anchorOffset);
range_$1.setEnd(userSelection_$0.focusNode, userSelection_$0.focusOffset);
return range_$1
}}}
catch (e_$2) {}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#605/43";
return $lzsc$temp
})();
LzTextSprite.prototype.__textareaToRange = (function () {
var $lzsc$temp = function (textarea_$0) {
var bookmark_$1 = textarea_$0.getBookmark();
var contents_$2, originalContents_$3;
originalContents_$3 = contents_$2 = this.scrolldiv.innerHTML;
var owner_$4 = this.__getRangeOwner(textarea_$0);
if (!(owner_$4 instanceof LzTextSprite)) {
return
};
do {
var marker_$5 = "~~~" + Math.random() + "~~~"
} while (contents_$2.indexOf(marker_$5) != -1);
textarea_$0.text = marker_$5 + textarea_$0.text + marker_$5;
contents_$2 = this.scrolldiv.innerHTML;
contents_$2 = contents_$2.replace("
", " ");
var range_$6 = {};
range_$6.startOffset = contents_$2.indexOf(marker_$5);
contents_$2 = contents_$2.replace(marker_$5, "");
range_$6.endOffset = contents_$2.indexOf(marker_$5);
this.scrolldiv.innerHTML = originalContents_$3;
textarea_$0.moveToBookmark(bookmark_$1);
textarea_$0.select();
return range_$6
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#632/44";
return $lzsc$temp
})();
LzTextSprite.prototype.__getRangeOwner = (function () {
var $lzsc$temp = function (range_$0) {
if (!range_$0) return;
if (this.quirks["text_selection_use_range"]) {
var range_$0 = range_$0.duplicate();
range_$0.collapse();
return range_$0.parentElement().owner
} else {
if (range_$0.startContainer.parentNode == range_$0.endContainer.parentNode) return range_$0.startContainer.parentNode.owner
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#665/42";
return $lzsc$temp
})();
LzTextSprite.prototype.__getOffset = (function () {
var $lzsc$temp = function (node_$0) {
var offset_$1 = 0;
while (node_$0 = node_$0.previousSibling) {
if (node_$0.nodeType == 3) {
offset_$1 += node_$0.textContent.length
} else if (node_$0.nodeType == 1 && node_$0.nodeName == "BR") {
offset_$1 += 1
}};
return offset_$1
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#677/38";
return $lzsc$temp
})();
LzTextSprite.prototype.getSelectionPosition = (function () {
var $lzsc$temp = function () {
var range_$0 = this.__getGlobalRange();
if (this.__getRangeOwner(range_$0) === this) {
if (this.quirks["text_selection_use_range"]) {
range_$0 = this.__textareaToRange(range_$0);
return range_$0.startOffset
} else {
var offset_$1 = 0;
if (this.multiline) {
offset_$1 = this.__getOffset(range_$0.startContainer)
};
return range_$0.startOffset + offset_$1
}} else {
return -1
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#690/47";
return $lzsc$temp
})();
LzTextSprite.prototype.getSelectionSize = (function () {
var $lzsc$temp = function () {
var range_$0 = this.__getGlobalRange();
if (this.__getRangeOwner(range_$0) === this) {
if (this.quirks["text_selection_use_range"]) {
range_$0 = this.__textareaToRange(range_$0)
} else {
if (this.multiline) {
var startoffset_$1 = this.__getOffset(range_$0.startContainer);
var endoffset_$2 = this.__getOffset(range_$0.endContainer);
return range_$0.endOffset + endoffset_$2 - (range_$0.startOffset + startoffset_$1)
}};
return range_$0.endOffset - range_$0.startOffset
} else {
return -1
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#708/43";
return $lzsc$temp
})();
LzTextSprite.prototype.getScroll = (function () {
var $lzsc$temp = function () {
Debug.warn("LzTextSprite.getScroll is not implemented yet.")
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#726/36";
return $lzsc$temp
})();
LzTextSprite.prototype.getMaxScroll = (function () {
var $lzsc$temp = function () {
Debug.warn("LzTextSprite.getMaxScroll is not implemented yet.")
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#733/39";
return $lzsc$temp
})();
LzTextSprite.prototype.setScroll = (function () {
var $lzsc$temp = function () {
Debug.warn("LzTextSprite.setScroll is not implemented yet.")
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#740/36";
return $lzsc$temp
})();
LzTextSprite.prototype.setYScroll = (function () {
var $lzsc$temp = function (n_$0) {
this.scrolldiv.scrollTop = this.scrollTop = -n_$0
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#747/37";
return $lzsc$temp
})();
LzTextSprite.prototype.setXScroll = (function () {
var $lzsc$temp = function (n_$0) {
this.scrolldiv.scrollLeft = this.scrollLeft = -n_$0
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#751/37";
return $lzsc$temp
})();
LzTextSprite.prototype.$LzSprite$setX = LzSprite.prototype.setX;
LzTextSprite.prototype.setX = (function () {
var $lzsc$temp = function (x_$0) {
var scrolling_$1 = this.scrolling;
var turd_$2 = scrolling_$1 && this.quirks["clipped_scrollbar_causes_display_turd"];
if (scrolling_$1) {
var scrolldiv_$3 = this.scrolldiv;
var oldLeft_$4 = scrolldiv_$3.scrollLeft;
var oldTop_$5 = scrolldiv_$3.scrollTop;
if (turd_$2) {
this.applyCSS("overflow", "hidden", "scrolldiv");
scrolldiv_$3.style.paddingRight = scrolldiv_$3.style.paddingBottom = this.quirks.scrollbar_width
}};
this.$LzSprite$setX(x_$0);
if (scrolling_$1) {
if (turd_$2) {
this.applyCSS("overflow", "scroll", "scrolldiv");
scrolldiv_$3.style.paddingRight = scrolldiv_$3.style.paddingBottom = "0"
};
scrolldiv_$3.scrollLeft = oldLeft_$4;
scrolldiv_$3.scrollTop = oldTop_$5
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#756/31";
return $lzsc$temp
})();
LzTextSprite.prototype.$LzSprite$setY = LzSprite.prototype.setY;
LzTextSprite.prototype.setY = (function () {
var $lzsc$temp = function (y_$0) {
var scrolling_$1 = this.scrolling;
var turd_$2 = scrolling_$1 && this.quirks["clipped_scrollbar_causes_display_turd"];
if (scrolling_$1) {
var scrolldiv_$3 = this.scrolldiv;
var oldLeft_$4 = scrolldiv_$3.scrollLeft;
var oldTop_$5 = scrolldiv_$3.scrollTop;
if (turd_$2) {
this.applyCSS("overflow", "hidden", "scrolldiv");
scrolldiv_$3.style.paddingRight = scrolldiv_$3.style.paddingBottom = this.quirks.scrollbar_width
}};
this.$LzSprite$setY(y_$0);
if (scrolling_$1) {
if (turd_$2) {
this.applyCSS("overflow", "scroll", "scrolldiv");
scrolldiv_$3.style.paddingRight = scrolldiv_$3.style.paddingBottom = "0"
};
scrolldiv_$3.scrollLeft = oldLeft_$4;
scrolldiv_$3.scrollTop = oldTop_$5
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#780/31";
return $lzsc$temp
})();
LzTextSprite.prototype.$LzSprite$setWidth = LzSprite.prototype.setWidth;
LzTextSprite.prototype.__widthcss = 0;
LzTextSprite.prototype.setWidth = (function () {
var $lzsc$temp = function (w_$0) {
if (w_$0 == null || w_$0 < 0 || isNaN(w_$0)) return;
var nw_$1 = this.$LzSprite$setWidth(w_$0);
if (nw_$1 == null) return;
var scrolldivwidth_$2 = w_$0 >= this.__wpadding ? w_$0 - this.__wpadding : 0;
if (this.scrolling) {
scrolldivwidth_$2 += this.quirks.scrollbar_width
};
var clipwidth_$3 = scrolldivwidth_$2;
var wtInd_$4 = this.__LZtextIndent < 0 ? -1 * this.__LZtextIndent : 0;
if (scrolldivwidth_$2 >= wtInd_$4) {
scrolldivwidth_$2 -= wtInd_$4
};
var cdim_$5 = this.CSSDimension;
var scrolldivcss_$6 = cdim_$5(scrolldivwidth_$2);
if (scrolldivcss_$6 !== this.__widthcss) {
this.__widthcss = scrolldivcss_$6;
var scrolldiv_$7 = this.scrolldiv;
scrolldiv_$7.style.width = scrolldivcss_$6;
if (this.scrolling) {
var hp_$8 = cdim_$5(this.height || 0);
var wp_$9 = cdim_$5(clipwidth_$3);
scrolldiv_$7.style.clip = "rect(0 " + wp_$9 + " " + hp_$8 + " 0)"
}};
return scrolldivwidth_$2
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#805/35";
return $lzsc$temp
})();
LzTextSprite.prototype.$LzSprite$setHeight = LzSprite.prototype.setHeight;
LzTextSprite.prototype.__heightcss = 0;
LzTextSprite.prototype.setHeight = (function () {
var $lzsc$temp = function (h_$0) {
if (h_$0 == null || h_$0 < 0 || isNaN(h_$0)) return;
var nh_$1 = this.$LzSprite$setHeight(h_$0);
if (nh_$1 == null) return;
var ht_$2 = h_$0 >= this.__hpadding ? h_$0 - this.__hpadding : 0;
if (this.scrolling || this.classname == "lzswfinputtextmultiline") {
ht_$2 += this.quirks.scrollbar_width
};
var cdim_$3 = this.CSSDimension;
var hp_$4 = cdim_$3(ht_$2);
if (hp_$4 !== this.__heightcss) {
this.__heightcss = hp_$4;
var scrolldiv_$5 = this.scrolldiv;
scrolldiv_$5.style.height = hp_$4;
if (this.scrolling) {
var wp_$6 = cdim_$3(this.width || 0);
scrolldiv_$5.style.clip = "rect(0 " + wp_$6 + " " + hp_$4 + " 0)"
}};
return ht_$2
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#853/36";
return $lzsc$temp
})();
LzTextSprite.prototype.enableClickableLinks = (function () {
var $lzsc$temp = function (enabled_$0) {};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#897/47";
return $lzsc$temp
})();
LzTextSprite.prototype.makeTextLink = (function () {
var $lzsc$temp = function (str_$0, value_$1) {
LzTextSprite.addLinkID(this);
var uid_$2 = this.uid;
return '" + str_$0 + ""
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#900/39";
return $lzsc$temp
})();
$modules.lz.__callTextLink = (function () {
var $lzsc$temp = function (spriteID_$0, val_$1) {
var sprite_$2 = LzTextSprite.linkIDMap[spriteID_$0];
if (sprite_$2 != null) {
sprite_$2.owner.ontextlink.sendEvent(val_$1)
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#907/30";
return $lzsc$temp
})();
LzTextSprite.linkIDMap = [];
LzTextSprite.addLinkID = (function () {
var $lzsc$temp = function (sprite_$0) {
LzTextSprite.linkIDMap[sprite_$0.uid] = sprite_$0
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#919/26";
return $lzsc$temp
})();
LzTextSprite.deleteLinkID = (function () {
var $lzsc$temp = function (UID_$0) {
delete LzTextSprite.linkIDMap[UID_$0]
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#924/29";
return $lzsc$temp
})();
LzTextSprite.prototype.$LzSprite$destroy = LzSprite.prototype.destroy;
LzTextSprite.prototype.destroy = (function () {
var $lzsc$temp = function () {
LzTextSprite.deleteLinkID(this.owner.getUID());
this.$LzSprite$destroy(this)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#929/34";
return $lzsc$temp
})();
LzTextSprite.prototype.setTextAlign = (function () {
var $lzsc$temp = function (align_$0) {
if (this._textAlign != align_$0) {
this._textAlign = align_$0;
this.scrolldiv.style.textAlign = align_$0
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#934/39";
return $lzsc$temp
})();
LzTextSprite.prototype.setTextIndent = (function () {
var $lzsc$temp = function (indent_$0) {
var indentPx_$1 = this.CSSDimension(indent_$0);
if (this._textIndent != indentPx_$1) {
var negInd_$2 = indent_$0 < 0 || this.__LZtextIndent < 0;
this._textIndent = indentPx_$1;
this.__LZtextIndent = indent_$0;
this.scrolldiv.style.textIndent = indentPx_$1;
if (negInd_$2) {
this.scrolldiv.style.paddingLeft = indent_$0 >= 0 ? "" : indentPx_$1.substr(1);
var nw_$3 = this.setWidth(this.width)
}}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#941/40";
return $lzsc$temp
})();
LzTextSprite.prototype.setLetterSpacing = (function () {
var $lzsc$temp = function (spacing_$0) {
spacing_$0 = this.CSSDimension(spacing_$0);
if (this._letterSpacing != spacing_$0) {
this._letterSpacing = spacing_$0;
this.scrolldiv.style.letterSpacing = spacing_$0
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#959/43";
return $lzsc$temp
})();
LzTextSprite.prototype.setTextDecoration = (function () {
var $lzsc$temp = function (decoration_$0) {
if (this._textDecoration != decoration_$0) {
this._textDecoration = decoration_$0;
this.scrolldiv.style.textDecoration = decoration_$0
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#968/44";
return $lzsc$temp
})();
LzTextSprite.prototype.getDisplayObject = (function () {
var $lzsc$temp = function () {
return this.scrolldiv
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#975/43";
return $lzsc$temp
})();
LzTextSprite.prototype.updateShadow = (function () {
var $lzsc$temp = function (shadowcolor_$0, shadowdistance_$1, shadowangle_$2, shadowblurradius_$3) {
var cssString_$4 = this.__getShadowCSS(shadowcolor_$0, shadowdistance_$1, shadowangle_$2, shadowblurradius_$3);
if (this.quirks.use_filter_for_dropshadow) {
this.scrolldiv.style.filter = this.setFilter("shadow", cssString_$4)
} else {
this.scrolldiv.style.textShadow = cssString_$4
};
this.shadow = cssString_$4;
this.applyCSS("overflow", "", "scrolldiv")
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTextSprite.js#979/39";
return $lzsc$temp
})();
var LzInputTextSprite = (function () {
var $lzsc$temp = function (owner_$0) {
if (owner_$0 == null) return;
this.constructor = arguments.callee;
this.owner = owner_$0;
this.uid = LzSprite.prototype.uid++;
this.__csscache = {};
this.__LZdiv = document.createElement("div");
this.__LZdiv.className = "lzinputtextcontainer";
this.__LZdiv.owner = this;
if (this.quirks.autoscroll_textarea) {
this.dragging = false
};
if (this.quirks.ie_leak_prevention) {
this.__sprites[this.uid] = this
};
this.__createInputText()
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#12/25";
return $lzsc$temp
})();
LzInputTextSprite.prototype = new LzTextSprite(null);
LzInputTextSprite.prototype._dbg_typename = "LzInputTextSprite";
LzInputTextSprite.prototype.__lastshown = null;
LzInputTextSprite.prototype.__focusedSprite = null;
LzInputTextSprite.prototype.__lastfocus = null;
LzInputTextSprite.prototype._cancelfocus = false;
LzInputTextSprite.prototype._cancelblur = false;
LzInputTextSprite.prototype.____crregexp = new RegExp("\\r\\n", "g");
LzInputTextSprite.prototype.__createInputText = (function () {
var $lzsc$temp = function (t_$0) {
if (this.__LzInputDiv) return;
var type_$1 = "";
if (this.owner) {
if (this.owner.password) {
type_$1 = "password"
} else if (this.owner.multiline) {
type_$1 = "multiline"
}};
this.__createInputDiv(type_$1);
t_$0 = t_$0 || "";
lz.embed.__setAttr(this.__LzInputDiv, "value", t_$0);
if (this.quirks.fix_clickable) {
if (this.quirks.fix_ie_clickable) {
this.__LZinputclickdiv = document.createElement("img");
this.__LZinputclickdiv.src = LzSprite.blankimage
} else {
this.__LZinputclickdiv = document.createElement("div")
};
this.__LZinputclickdiv.className = "lzclickdiv";
this.__LZinputclickdiv.owner = this;
this.setClickable(true);
if (!this.__LZclickcontainerdiv) {
this.__LZclickcontainerdiv = this.__createContainerDivs("click")
};
if (this.quirks.input_highlight_bug) {
var ffoxdiv_$2 = document.createElement("div");
ffoxdiv_$2.style.backgroundColor = "white";
ffoxdiv_$2.style.width = 0;
this.__LZclickcontainerdiv.appendChild(ffoxdiv_$2);
ffoxdiv_$2.appendChild(this.__LZinputclickdiv)
} else {
this.__LZclickcontainerdiv.appendChild(this.__LZinputclickdiv)
}};
this.__LZdiv.appendChild(this.__LzInputDiv);
this.__setTextEvents(true)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#71/49";
return $lzsc$temp
})();
LzInputTextSprite.prototype.__createInputDiv = (function () {
var $lzsc$temp = function (type_$0) {
var tagname_$1 = "input";
if (type_$0 === "password") {
this.multiline = false;
this.__LzInputDiv = document.createElement(tagname_$1);
lz.embed.__setAttr(this.__LzInputDiv, "type", "password")
} else if (type_$0 === "multiline") {
tagname_$1 = "textarea";
this.multiline = true;
this.__LzInputDiv = document.createElement(tagname_$1)
} else {
this.multiline = false;
this.__LzInputDiv = document.createElement(tagname_$1);
lz.embed.__setAttr(this.__LzInputDiv, "type", "text")
};
if (this.quirks.firefox_autocomplete_bug) {
lz.embed.__setAttr(this.__LzInputDiv, "autocomplete", "off")
};
this.__LzInputDiv.owner = this;
if (this.quirks.emulate_flash_font_metrics) {
if (this.multiline) {
this.className = this.__LzInputDiv.className = "lzswfinputtextmultiline";
this._whiteSpace = "pre-wrap"
} else {
this.className = this.__LzInputDiv.className = "lzswfinputtext"
}} else {
this.className = this.__LzInputDiv.className = "lzinputtext"
};
if (this.owner) {
lz.embed.__setAttr(this.__LzInputDiv, "name", this.owner.name)
};
this.scrolldiv = this.__LzInputDiv;
this.scrolldivtagname = tagname_$1;
this.scrolldiv.owner = this;
this.setScrolling(this.multiline)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#129/48";
return $lzsc$temp
})();
LzInputTextSprite.prototype.setMultiline = (function () {
var $lzsc$temp = function (ml_$0) {
var oldval_$1 = this.multiline;
this.multiline = ml_$0;
if (this.multiline !== oldval_$1) {
var olddiv_$2 = this.__LzInputDiv;
this.__setTextEvents(false);
this.__createInputDiv(ml_$0 ? "multiline" : "");
var newdiv_$3 = this.__LzInputDiv;
lz.embed.__setAttr(newdiv_$3, "style", olddiv_$2.style.cssText);
if (this.quirks["fix_ie_css_syntax"]) {
newdiv_$3.style.fontStyle = olddiv_$2.style.fontStyle;
newdiv_$3.style.fontWeight = olddiv_$2.style.fontWeight;
newdiv_$3.style.fontSize = olddiv_$2.style.fontSize;
newdiv_$3.style.fontFamily = olddiv_$2.style.fontFamily;
newdiv_$3.style.color = olddiv_$2.style.color
};
var oldleft_$4 = olddiv_$2.scrollLeft;
var oldtop_$5 = olddiv_$2.scrollTop;
this.__discardElement(olddiv_$2);
this.__LZdiv.appendChild(newdiv_$3);
this.setScrollEvents(this.owner.scrollevents);
newdiv_$3.scrollLeft = oldleft_$4;
newdiv_$3.scrollTop = oldtop_$5;
this.__setTextEvents(true);
this.setText(this.text, true)
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#171/44";
return $lzsc$temp
})();
LzInputTextSprite.prototype.__show = (function () {
var $lzsc$temp = function () {
if (this.__shown == true || this.disabled == true) return;
this.__hideIfNotFocused();
LzInputTextSprite.prototype.__lastshown = this;
this.__shown = true;
if (this.quirks["inputtext_parents_cannot_contain_clip"]) {
var sprites_$0 = this.__findParents("clip", true);
var l_$1 = sprites_$0.length;
if (l_$1 > 1) {
if (this._shownclipvals == null) {
this._shownclipvals = [];
this._shownclippedsprites = sprites_$0;
for (var n_$2 = 0;n_$2 < l_$1;n_$2++) {
var v_$3 = sprites_$0[n_$2];
this._shownclipvals[n_$2] = v_$3.__LZclickcontainerdiv.style.clip;
var noclip_$4 = this.quirks["fix_ie_css_syntax"] ? "rect(auto auto auto auto)" : "";
v_$3.__LZclickcontainerdiv.style.clip = noclip_$4
}}}};
LzMouseKernel.setGlobalClickable(false);
if (LzSprite.quirks.prevent_selection) {
this.__LZdiv.onselectstart = this.__onselectstartHandler
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#213/38";
return $lzsc$temp
})();
LzInputTextSprite.prototype.__hideIfNotFocused = (function () {
var $lzsc$temp = function (eventname_$0) {
var lzinppr_$1 = LzInputTextSprite.prototype;
if (lzinppr_$1.__lastshown == null) return;
var quirks_$2 = LzSprite.quirks;
if (quirks_$2.textgrabsinputtextfocus) {
var s_$3 = window.event;
if (s_$3 && s_$3.srcElement && s_$3.srcElement.owner && s_$3.srcElement.owner instanceof LzTextSprite) {
if (eventname_$0 == "onmousedown") {
lzinppr_$1.__lastshown.gotFocus()
};
return
}};
if (lzinppr_$1.__focusedSprite != lzinppr_$1.__lastshown) {
lzinppr_$1.__lastshown.__hide()
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#247/50";
return $lzsc$temp
})();
LzInputTextSprite.prototype.__hide = (function () {
var $lzsc$temp = function (ignore_$0) {
if (this.__shown != true || this.disabled == true) return;
if (LzInputTextSprite.prototype.__lastshown == this) {
LzInputTextSprite.prototype.__lastshown = null
};
this.__shown = false;
if (this.quirks["inputtext_parents_cannot_contain_clip"]) {
if (this._shownclipvals != null) {
for (var n_$1 = 0;n_$1 < this._shownclipvals.length;n_$1++) {
var v_$2 = this._shownclippedsprites[n_$1];
v_$2.__LZclickcontainerdiv.style.clip = this._shownclipvals[n_$1]
};
this._shownclipvals = null;
this._shownclippedsprites = null
}};
LzMouseKernel.setGlobalClickable(true);
if (LzSprite.quirks.prevent_selection) {
if (LzInputTextSprite.prototype.__lastshown == null) {
this.__LZdiv.onselectstart = LzTextSprite.prototype.__cancelhandler
}}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#267/38";
return $lzsc$temp
})();
LzInputTextSprite.prototype.gotBlur = (function () {
var $lzsc$temp = function () {
if (LzInputTextSprite.prototype.__focusedSprite != this) return;
this.deselect()
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#299/39";
return $lzsc$temp
})();
LzInputTextSprite.prototype.gotFocus = (function () {
var $lzsc$temp = function () {
if (LzInputTextSprite.prototype.__focusedSprite == this) return;
this.select()
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#306/40";
return $lzsc$temp
})();
LzInputTextSprite.prototype.setText = (function () {
var $lzsc$temp = function (t_$0) {
if (this.capabilities["htmlinputtext"]) {
if (t_$0.indexOf("
") != -1) {
t_$0 = t_$0.replace(this.br_to_newline_re, "\r")
}};
this.text = t_$0;
this.__createInputText(t_$0);
this.__LzInputDiv.value = t_$0;
this.__updatefieldsize()
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#312/39";
return $lzsc$temp
})();
LzInputTextSprite.prototype.__setTextEvents = (function () {
var $lzsc$temp = function (c_$0) {
var div_$1 = this.__LzInputDiv;
var f_$2 = c_$0 ? this.__textEvent : null;
div_$1.onblur = f_$2;
div_$1.onfocus = f_$2;
if (this.quirks.ie_mouse_events) {
div_$1.onmouseleave = f_$2
} else {
div_$1.onmouseout = f_$2
};
div_$1.onmousemove = f_$2;
div_$1.onmousedown = f_$2;
div_$1.onmouseup = f_$2;
div_$1.onkeyup = f_$2;
div_$1.onkeydown = f_$2;
div_$1.onkeypress = f_$2;
div_$1.onchange = f_$2;
if (this.quirks.ie_paste_event || this.quirks.safari_paste_event) {
div_$1.onpaste = c_$0 ? (function () {
var $lzsc$temp = function (e_$0) {
this.owner.__pasteHandlerEx(e_$0)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#348/27";
return $lzsc$temp
})() : null
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#329/47";
return $lzsc$temp
})();
LzInputTextSprite.prototype.__pasteHandlerEx = (function () {
var $lzsc$temp = function (evt_$0) {
var checkre_$1 = !(!this.restrict);
var checkml_$2 = this.multiline && this.owner.maxlength > 0;
if (checkre_$1 || checkml_$2) {
evt_$0 = evt_$0 || window.event;
if (this.quirks.safari_paste_event) {
var txt_$3 = evt_$0.clipboardData.getData("text/plain")
} else {
var txt_$3 = window.clipboardData.getData("TEXT");
txt_$3 = txt_$3.replace(this.____crregexp, "\n")
};
var stopPaste_$4 = false;
var selsize_$5 = this.getSelectionSize();
if (selsize_$5 < 0) selsize_$5 = 0;
if (checkre_$1) {
var matched_$6 = txt_$3.match(this.restrict);
if (matched_$6 == null) {
var newtxt_$7 = ""
} else {
var newtxt_$7 = matched_$6.join("")
};
stopPaste_$4 = newtxt_$7 != txt_$3;
txt_$3 = newtxt_$7
};
if (checkml_$2) {
var max_$8 = this.owner.maxlength + selsize_$5;
if (this.quirks.text_ie_carriagereturn) {
var len_$9 = this.__LzInputDiv.value.replace(this.____crregexp, "\n").length
} else {
var len_$9 = this.__LzInputDiv.value.length
};
var maxchars_$a = max_$8 - len_$9;
if (maxchars_$a > 0) {
if (txt_$3.length > maxchars_$a) {
txt_$3 = txt_$3.substring(0, maxchars_$a);
stopPaste_$4 = true
}} else {
txt_$3 = "";
stopPaste_$4 = true
}};
if (stopPaste_$4) {
evt_$0.returnValue = false;
if (evt_$0.preventDefault) {
evt_$0.preventDefault()
};
if (txt_$3.length > 0) {
if (this.quirks.safari_paste_event) {
var val_$b = this.__LzInputDiv.value;
var selpos_$c = this.getSelectionPosition();
this.__LzInputDiv.value = val_$b.substring(0, selpos_$c) + txt_$3 + val_$b.substring(selpos_$c + selsize_$5);
selpos_$c += txt_$3.length;
this.__LzInputDiv.setSelectionRange(selpos_$c, selpos_$c)
} else {
var range_$d = document.selection.createRange();
range_$d.text = txt_$3
}}}}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#352/48";
return $lzsc$temp
})();
LzInputTextSprite.prototype.__pasteHandler = (function () {
var $lzsc$temp = function () {
var selpos = this.getSelectionPosition();
var selsize = this.getSelectionSize();
var val = this.__LzInputDiv.value;
var that = this;
setTimeout((function () {
var $lzsc$temp = function () {
var checkre_$0 = !(!that.restrict);
var checkml_$1 = that.multiline && that.owner.maxlength > 0;
var newval_$2 = that.__LzInputDiv.value;
var newlen_$3 = newval_$2.length;
var max_$4 = that.owner.maxlength;
if (checkre_$0 || checkml_$1 && newlen_$3 > max_$4) {
var len_$5 = val.length;
var newc_$6 = newval_$2.substr(selpos, newlen_$3 - len_$5 + selsize);
if (checkre_$0) {
var matched_$7 = newc_$6.match(that.restrict);
newc_$6 = matched_$7 != null ? matched_$7.join("") : ""
};
if (checkml_$1) {
var maxchars_$8 = max_$4 + selsize - len_$5;
newc_$6 = newc_$6.substring(0, maxchars_$8)
};
that.__LzInputDiv.value = val.substring(0, selpos) + newc_$6 + val.substring(selpos + selsize);
selpos += newc_$6.length;
that.__LzInputDiv.setSelectionRange(selpos, selpos)
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#436/16";
return $lzsc$temp
})(), 1)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#429/46";
return $lzsc$temp
})();
LzInputTextSprite.prototype.__textEvent = (function () {
var $lzsc$temp = function (evt_$0) {
evt_$0 = evt_$0 || window.event;
var sprite_$1 = this.owner;
if (sprite_$1.__LZdeleted == true) return;
if (sprite_$1.__skipevent) {
sprite_$1.__skipevent = false;
return
};
var eventname_$2 = "on" + evt_$0.type;
if (LzSprite.quirks.ie_mouse_events) {
if (eventname_$2 === "onmouseleave") {
eventname_$2 = "onmouseout"
}};
var quirks_$3 = sprite_$1.quirks;
if (eventname_$2 === "onmousedown" || eventname_$2 === "onmouseup" || eventname_$2 === "onmouseout" || eventname_$2 === "onmousemove") {
if (quirks_$3.autoscroll_textarea) {
if (eventname_$2 === "onmousedown") {
sprite_$1.dragging = true
} else if (eventname_$2 === "onmouseup" || eventname_$2 === "onmouseout") {
sprite_$1.dragging = false
} else if (eventname_$2 === "onmousemove") {
if (sprite_$1.dragging) {
var d_$4 = sprite_$1.__LzInputDiv;
var y_$5 = evt_$0.pageY - d_$4.offsetTop;
if (y_$5 <= 3) {
d_$4.scrollTop -= sprite_$1.lineHeight ? sprite_$1.lineHeight : 10
};
if (y_$5 >= d_$4.clientHeight - 3) {
d_$4.scrollTop += sprite_$1.lineHeight ? sprite_$1.lineHeight : 10
}}}};
if (eventname_$2 === "onmouseout") {
sprite_$1.__mouseEvent(eventname_$2)
} else if (eventname_$2 === "onmousedown") {
sprite_$1.__mouseisdown = true
} else if (eventname_$2 === "onmouseup") {
evt_$0.cancelBubble = true;
if (!sprite_$1.__isMouseOver()) {
sprite_$1.__globalmouseup(evt_$0);
sprite_$1.deselect()
} else {
sprite_$1.__mouseEvent(eventname_$2)
}};
return
};
if (sprite_$1.__shown != true) {
if (eventname_$2 === "onfocus") {
sprite_$1.__skipevent = true;
sprite_$1.__show();
sprite_$1.__LzInputDiv.blur();
LzInputTextSprite.prototype.__lastfocus = sprite_$1;
LzKeyboardKernel.setKeyboardControl(true)
}};
var view_$6 = this.owner.owner;
if (eventname_$2 === "onfocus") {
LzMouseKernel.setGlobalClickable(false);
LzInputTextSprite.prototype.__focusedSprite = sprite_$1;
sprite_$1.__show();
if (sprite_$1._cancelfocus) {
sprite_$1._cancelfocus = false;
return
};
if (window["LzKeyboardKernel"]) LzKeyboardKernel.__cancelKeys = false
} else if (eventname_$2 === "onblur") {
if (window["LzKeyboardKernel"]) LzKeyboardKernel.__cancelKeys = true;
if (LzInputTextSprite.prototype.__focusedSprite === sprite_$1) {
LzInputTextSprite.prototype.__focusedSprite = null
};
sprite_$1.__hide();
if (sprite_$1._cancelblur) {
sprite_$1._cancelblur = false;
return
}} else if (eventname_$2 === "onkeypress") {
if (sprite_$1.restrict || sprite_$1.multiline && view_$6.maxlength && view_$6.maxlength < Infinity) {
var keycode_$7 = evt_$0.keyCode;
var charcode_$8 = quirks_$3.text_event_charcode ? evt_$0.charCode : evt_$0.keyCode;
var validChar_$9 = !(evt_$0.ctrlKey || evt_$0.altKey) && (charcode_$8 >= 32 || keycode_$7 === 13);
if (validChar_$9) {
var prevent_$a = false;
if (keycode_$7 != 13 && sprite_$1.restrict) {
prevent_$a = 0 > String.fromCharCode(charcode_$8).search(sprite_$1.restrict)
};
if (!prevent_$a) {
var selsize_$b = sprite_$1.getSelectionSize();
if (selsize_$b <= 0) {
if (quirks_$3.text_ie_carriagereturn) {
var val_$c = sprite_$1.__LzInputDiv.value.replace(sprite_$1.____crregexp, "\n")
} else {
var val_$c = sprite_$1.__LzInputDiv.value
};
var len_$d = val_$c.length, max_$e = view_$6.maxlength;
if (len_$d >= max_$e) {
prevent_$a = true
}}};
if (prevent_$a) {
evt_$0.returnValue = false;
if (evt_$0.preventDefault) {
evt_$0.preventDefault()
}}} else {
if (quirks_$3.keypress_function_keys) {
var ispaste_$f = false;
if (evt_$0.ctrlKey && !evt_$0.altKey && !evt_$0.shiftKey) {
var c_$g = String.fromCharCode(charcode_$8);
ispaste_$f = c_$g === "v" || c_$g === "V"
} else if (evt_$0.shiftKey && !evt_$0.altKey && !evt_$0.ctrlKey) {
ispaste_$f = keycode_$7 === 45
};
if (ispaste_$f) {
if (sprite_$1.restrict) {
sprite_$1.__pasteHandler()
} else {
var len_$d = sprite_$1.__LzInputDiv.value.length, max_$e = view_$6.maxlength;
if (len_$d < max_$e || sprite_$1.getSelectionSize() > 0) {
sprite_$1.__pasteHandler()
} else {
evt_$0.returnValue = false;
if (evt_$0.preventDefault) {
evt_$0.preventDefault()
}}}}}};
sprite_$1.__updatefieldsize()
};
return
};
if (view_$6) {
if (eventname_$2 === "onkeydown" || eventname_$2 === "onkeyup") {
var d_$4 = sprite_$1.__LzInputDiv;
var v_$h = d_$4.value;
if (v_$h != sprite_$1.text) {
sprite_$1.text = v_$h;
if (sprite_$1.multiline) {
if (sprite_$1.quirks["forcemeasurescrollheight"]) {
d_$4.style.height = 0;
var oldscroll_$i = d_$4.scrollTop;
d_$4.scrollTop = 0;
if (sprite_$1._h != 0) {
d_$4.style.height = sprite_$1._h
};
if (oldscroll_$i != 0) {
d_$4.scrollTop = oldscroll_$i
}}};
view_$6.inputtextevent("onchange", v_$h)
};
if (quirks_$3.autoscroll_textarea && eventname_$2 === "onkeydown" && d_$4.selectionStart === v_$h.length) {
d_$4.scrollTop = d_$4.scrollHeight - d_$4.clientHeight + 20
}} else {
view_$6.inputtextevent(eventname_$2)
}}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#472/43";
return $lzsc$temp
})();
LzInputTextSprite.prototype.$LzTextSprite$setClickable = LzTextSprite.prototype.setClickable;
LzInputTextSprite.prototype.setClickable = (function () {
var $lzsc$temp = function (clickable_$0) {
this.__clickable = clickable_$0;
this.$LzTextSprite$setClickable(true)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#705/44";
return $lzsc$temp
})();
LzInputTextSprite.prototype.setEnabled = (function () {
var $lzsc$temp = function (val_$0) {
this.disabled = !val_$0;
this.__LzInputDiv.disabled = this.disabled
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#712/42";
return $lzsc$temp
})();
LzInputTextSprite.prototype.setMaxLength = (function () {
var $lzsc$temp = function (val_$0) {
if (val_$0 == Infinity) {
val_$0 = ~0 >>> 1
};
var t_$1 = this.getText();
this.__LzInputDiv.maxLength = val_$0;
if (t_$1 && t_$1.length > val_$0) {
this.owner._updateSize()
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#717/44";
return $lzsc$temp
})();
LzInputTextSprite.prototype.select = (function () {
var $lzsc$temp = function () {
this.__show();
try {
this.__LzInputDiv.focus()
}
catch (err_$0) {};
LzInputTextSprite.prototype.__lastfocus = this;
setTimeout(LzInputTextSprite.prototype.__selectLastFocused, 50);
if (window["LzKeyboardKernel"]) LzKeyboardKernel.__cancelKeys = false
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#730/38";
return $lzsc$temp
})();
LzInputTextSprite.prototype.__selectLastFocused = (function () {
var $lzsc$temp = function () {
if (LzInputTextSprite.prototype.__lastfocus != null) {
LzInputTextSprite.prototype.__lastfocus.__LzInputDiv.select()
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#744/51";
return $lzsc$temp
})();
LzInputTextSprite.prototype.setSelection = (function () {
var $lzsc$temp = function (start_$0, end_$1) {
switch (arguments.length) {
case 1:
end_$1 = null
};
if (end_$1 == null) {
end_$1 = start_$0
};
this._cancelblur = true;
this.__show();
LzInputTextSprite.prototype.__lastfocus = this;
if (this.quirks["text_selection_use_range"]) {
var range_$2 = this.__LzInputDiv.createTextRange();
var val_$3 = this.__LzInputDiv.value;
if (start_$0 > end_$1) {
var st_$4 = start_$0;
start_$0 = end_$1;
end_$1 = st_$4
};
if (this.multiline) {
var offset_$5 = 0;
var startcounter_$6 = 0;
while (offset_$5 < start_$0) {
offset_$5 = val_$3.indexOf("\r\n", offset_$5 + 2);
if (offset_$5 == -1) break;
startcounter_$6++
};
var midcounter_$7 = 0;
while (offset_$5 < end_$1) {
offset_$5 = val_$3.indexOf("\r\n", offset_$5 + 2);
if (offset_$5 == -1) break;
midcounter_$7++
};
var endcounter_$8 = 0;
while (offset_$5 < val_$3.length) {
offset_$5 = val_$3.indexOf("\r\n", offset_$5 + 2);
if (offset_$5 == -1) break;
endcounter_$8++
};
var tl_$9 = range_$2.text.length;
var st_$4 = start_$0;
var ed_$a = end_$1 - val_$3.length + startcounter_$6 + midcounter_$7 + endcounter_$8 + 1
} else {
var st_$4 = start_$0;
var ed_$a = end_$1 - range_$2.text.length
};
range_$2.moveStart("character", st_$4);
range_$2.moveEnd("character", ed_$a);
range_$2.select()
} else {
this.__LzInputDiv.setSelectionRange(start_$0, end_$1)
};
this.__LzInputDiv.focus();
if (window["LzKeyboardKernel"]) LzKeyboardKernel.__cancelKeys = false
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#751/44";
return $lzsc$temp
})();
LzInputTextSprite.prototype.getSelectionPosition = (function () {
var $lzsc$temp = function () {
if (!this.__shown || this.disabled == true) return -1;
if (this.quirks["text_selection_use_range"]) {
if (this.multiline) {
var p_$0 = this._getTextareaSelection()
} else {
var p_$0 = this._getTextSelection()
};
if (p_$0) {
return p_$0.start
} else {
return -1
}} else {
return this.__LzInputDiv.selectionStart
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#816/52";
return $lzsc$temp
})();
LzInputTextSprite.prototype.getSelectionSize = (function () {
var $lzsc$temp = function () {
if (!this.__shown || this.disabled == true) return -1;
if (this.quirks["text_selection_use_range"]) {
if (this.multiline) {
var p_$0 = this._getTextareaSelection()
} else {
var p_$0 = this._getTextSelection()
};
if (p_$0) {
return p_$0.end - p_$0.start
} else {
return -1
}} else {
return this.__LzInputDiv.selectionEnd - this.__LzInputDiv.selectionStart
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#835/48";
return $lzsc$temp
})();
if (LzSprite.quirks["text_selection_use_range"]) {
LzInputTextSprite.prototype._getTextSelection = (function () {
var $lzsc$temp = function () {
this.__LzInputDiv.focus();
var range_$0 = document.selection.createRange();
var bookmark_$1 = range_$0.getBookmark();
var originalContents_$2 = contents = this.__LzInputDiv.value;
do {
var marker_$3 = "~~~" + Math.random() + "~~~"
} while (contents.indexOf(marker_$3) != -1);
var parent_$4 = range_$0.parentElement();
if (parent_$4 == null || !(parent_$4.type == "text" || parent_$4.type == "textarea")) {
return
};
range_$0.text = marker_$3 + range_$0.text + marker_$3;
contents = this.__LzInputDiv.value;
var result_$5 = {};
result_$5.start = contents.indexOf(marker_$3);
contents = contents.replace(marker_$3, "");
result_$5.end = contents.indexOf(marker_$3);
this.__LzInputDiv.value = originalContents_$2;
range_$0.moveToBookmark(bookmark_$1);
range_$0.select();
return result_$5
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#854/49";
return $lzsc$temp
})();
LzInputTextSprite.prototype._getTextareaSelection = (function () {
var $lzsc$temp = function () {
var textarea_$0 = this.__LzInputDiv;
var selection_range_$1 = document.selection.createRange().duplicate();
if (selection_range_$1.parentElement() == textarea_$0) {
var before_range_$2 = document.body.createTextRange();
before_range_$2.moveToElementText(textarea_$0);
before_range_$2.setEndPoint("EndToStart", selection_range_$1);
var after_range_$3 = document.body.createTextRange();
after_range_$3.moveToElementText(textarea_$0);
after_range_$3.setEndPoint("StartToEnd", selection_range_$1);
var before_finished_$4 = false, selection_finished_$5 = false, after_finished_$6 = false;
var before_text_$7, untrimmed_before_text_$8, selection_text_$9, untrimmed_selection_text_$a, after_text_$b, untrimmed_after_text_$c;
before_text_$7 = untrimmed_before_text_$8 = before_range_$2.text;
selection_text_$9 = untrimmed_selection_text_$a = selection_range_$1.text;
after_text_$b = untrimmed_after_text_$c = after_range_$3.text;
do {
if (!before_finished_$4) {
if (before_range_$2.compareEndPoints("StartToEnd", before_range_$2) == 0) {
before_finished_$4 = true
} else {
before_range_$2.moveEnd("character", -1);
if (before_range_$2.text == before_text_$7) {
untrimmed_before_text_$8 += "\r\n"
} else {
before_finished_$4 = true
}}};
if (!selection_finished_$5) {
if (selection_range_$1.compareEndPoints("StartToEnd", selection_range_$1) == 0) {
selection_finished_$5 = true
} else {
selection_range_$1.moveEnd("character", -1);
if (selection_range_$1.text == selection_text_$9) {
untrimmed_selection_text_$a += "\r\n"
} else {
selection_finished_$5 = true
}}};
if (!after_finished_$6) {
if (after_range_$3.compareEndPoints("StartToEnd", after_range_$3) == 0) {
after_finished_$6 = true
} else {
after_range_$3.moveEnd("character", -1);
if (after_range_$3.text == after_text_$b) {
untrimmed_after_text_$c += "\r\n"
} else {
after_finished_$6 = true
}}}} while (!before_finished_$4 || !selection_finished_$5 || !after_finished_$6);
var untrimmed_text_$d = untrimmed_before_text_$8 + untrimmed_selection_text_$a + untrimmed_after_text_$c;
var untrimmed_successful_$e = false;
if (textarea_$0.value == untrimmed_text_$d) {
untrimmed_successful_$e = true
};
var startPoint_$f = untrimmed_before_text_$8.length;
var endPoint_$g = startPoint_$f + untrimmed_selection_text_$a.length;
var selected_text_$h = untrimmed_selection_text_$a;
var val_$i = this.__LzInputDiv.value;
var offset_$j = 0;
var startcounter_$k = 0;
while (offset_$j < startPoint_$f) {
offset_$j = val_$i.indexOf("\r\n", offset_$j + 2);
if (offset_$j == -1) break;
startcounter_$k++
};
var midcounter_$l = 0;
while (offset_$j < endPoint_$g) {
offset_$j = val_$i.indexOf("\r\n", offset_$j + 2);
if (offset_$j == -1) break;
midcounter_$l++
};
var endcounter_$m = 0;
while (offset_$j < val_$i.length) {
offset_$j = val_$i.indexOf("\r\n", offset_$j + 2);
if (offset_$j == -1) break;
endcounter_$m++
};
startPoint_$f -= startcounter_$k;
endPoint_$g -= midcounter_$l + startcounter_$k;
return {start: startPoint_$f, end: endPoint_$g}}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#884/53";
return $lzsc$temp
})()
};
LzInputTextSprite.prototype.deselect = (function () {
var $lzsc$temp = function () {
this.__hide();
if (this.__LzInputDiv && this.__LzInputDiv.blur) this.__LzInputDiv.blur();
if (window["LzKeyboardKernel"]) LzKeyboardKernel.__cancelKeys = true
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#997/40";
return $lzsc$temp
})();
LzInputTextSprite.prototype.__fontStyle = "normal";
LzInputTextSprite.prototype.__fontWeight = "normal";
LzInputTextSprite.prototype.__fontSize = "11px";
LzInputTextSprite.prototype.__fontFamily = "Verdana,Vera,sans-serif";
LzInputTextSprite.prototype.$LzTextSprite$setFontSize = LzTextSprite.prototype.setFontSize;
LzInputTextSprite.prototype.setFontSize = (function () {
var $lzsc$temp = function (fsize_$0) {
this.$LzTextSprite$setFontSize(fsize_$0);
if (this.__fontSize != this._fontSize) {
this.__fontSize = this._fontSize;
this.__LzInputDiv.style.fontSize = this._fontSize
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#1012/43";
return $lzsc$temp
})();
LzInputTextSprite.prototype.$LzTextSprite$setFontStyle = LzTextSprite.prototype.setFontStyle;
LzInputTextSprite.prototype.setFontStyle = (function () {
var $lzsc$temp = function (fstyle_$0) {
this.$LzTextSprite$setFontStyle(fstyle_$0);
if (this.__fontStyle != this._fontStyle) {
this.__fontStyle = this._fontStyle;
this.__LzInputDiv.style.fontStyle = this._fontStyle
};
if (this.__fontWeight != this._fontWeight) {
this.__fontWeight = this._fontWeight;
this.__LzInputDiv.style.fontWeight = this._fontWeight
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#1021/44";
return $lzsc$temp
})();
LzInputTextSprite.prototype.$LzTextSprite$setFontName = LzTextSprite.prototype.setFontName;
LzInputTextSprite.prototype.setFontName = (function () {
var $lzsc$temp = function (fname_$0) {
this.$LzTextSprite$setFontName(fname_$0);
if (this.__fontFamily != this._fontFamily) {
this.__fontFamily = this._fontFamily;
this.__LzInputDiv.style.fontFamily = this._fontFamily
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#1034/43";
return $lzsc$temp
})();
LzInputTextSprite.prototype.$LzTextSprite$setWidth = LzTextSprite.prototype.setWidth;
LzInputTextSprite.prototype.__iwidthcss = 0;
LzInputTextSprite.prototype.setWidth = (function () {
var $lzsc$temp = function (w_$0) {
if (w_$0 == null || w_$0 < 0 || isNaN(w_$0)) return;
var nw_$1 = this.$LzTextSprite$setWidth(w_$0);
if (nw_$1 == null) return;
if (this.quirks.fix_clickable && nw_$1 !== null) {
nw_$1 = this.CSSDimension(nw_$1);
if (nw_$1 !== this.__iwidthcss) {
this.__iwidthcss = nw_$1;
this.__LZinputclickdiv.style.width = nw_$1
}}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#1044/40";
return $lzsc$temp
})();
LzInputTextSprite.prototype.$LzTextSprite$setHeight = LzTextSprite.prototype.setHeight;
LzInputTextSprite.prototype.__iheightcss = 0;
LzInputTextSprite.prototype.setHeight = (function () {
var $lzsc$temp = function (h_$0) {
if (h_$0 == null || h_$0 < 0 || isNaN(h_$0)) return;
var nh_$1 = this.$LzTextSprite$setHeight(h_$0);
if (nh_$1 == null) return;
if (this.quirks.fix_clickable && nh_$1 !== null) {
nh_$1 = this.CSSDimension(nh_$1);
if (nh_$1 !== this.__iheightcss) {
this.__iheightcss = nh_$1;
this.__LZinputclickdiv.style.height = nh_$1
}}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#1063/41";
return $lzsc$temp
})();
LzInputTextSprite.prototype.setColor = (function () {
var $lzsc$temp = function (c_$0) {
if (this.color == c_$0) return;
this.color = c_$0;
this.__LzInputDiv.style.color = LzColorUtils.inttohex(c_$0)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#1081/40";
return $lzsc$temp
})();
LzInputTextSprite.prototype.getText = (function () {
var $lzsc$temp = function () {
if (this.multiline && this.quirks.text_ie_carriagereturn) {
return this.__LzInputDiv.value.replace(this.____crregexp, "\n")
} else {
return this.__LzInputDiv.value
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#1087/39";
return $lzsc$temp
})();
LzInputTextSprite.findSelection = (function () {
var $lzsc$temp = function () {
if (LzInputTextSprite.__focusedSprite && LzInputTextSprite.__focusedSprite.owner) {
return LzInputTextSprite.__focusedSprite.owner
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#1098/35";
return $lzsc$temp
})();
LzInputTextSprite.prototype.setTextColor = (function () {
var $lzsc$temp = function (c_$0) {
if (this.textcolor === c_$0) return;
this.textcolor = c_$0;
this.scrolldiv.style.color = LzColorUtils.inttohex(c_$0)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzInputTextSprite.js#1105/44";
return $lzsc$temp
})();
var LzXMLParser = {parseXML: (function () {
var $lzsc$temp = function (str_$0, trimwhitespace_$1, nsprefix_$2) {
try {
var parser_$3 = new DOMParser();
var doc_$4 = parser_$3.parseFromString(str_$0, "text/xml");
var err_$5 = this.getParserError(doc_$4);
if (err_$5) {
throw new Error(err_$5)
} else {
return doc_$4.firstChild
}}
catch ($lzsc$e) {
if (Error["$lzsc$isa"] ? Error.$lzsc$isa($lzsc$e) : $lzsc$e instanceof Error) {
lz.$lzsc$thrownError = $lzsc$e
};
throw $lzsc$e
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzXMLParser.js#15/15";
return $lzsc$temp
})(), getParserError: (function () {
var $lzsc$temp = function (doc_$0) {
var browser_$1 = lz.embed.browser;
if (browser_$1.isIE) {
return this.__checkIE(doc_$0)
} else if (browser_$1.isFirefox || browser_$1.isOpera) {
return this.__checkFirefox(doc_$0)
} else if (browser_$1.isSafari) {
return this.__checkSafari(doc_$0)
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzXMLParser.js#31/21";
return $lzsc$temp
})(), __checkIE: (function () {
var $lzsc$temp = function (doc_$0) {
var perr_$1 = doc_$0.parseError;
if (perr_$1.errorCode != 0) {
return perr_$1.reason
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzXMLParser.js#42/16";
return $lzsc$temp
})(), __checkFirefox: (function () {
var $lzsc$temp = function (doc_$0) {
var c_$1 = doc_$0.documentElement;
if (c_$1 && c_$1.nodeName == "parsererror") {
var msg_$2 = c_$1.firstChild.nodeValue;
return msg_$2.match(".*")[0]
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzXMLParser.js#48/21";
return $lzsc$temp
})(), __checkSafari: (function () {
var $lzsc$temp = function (doc_$0) {
var c_$1 = doc_$0.documentElement;
if (c_$1 instanceof HTMLElement) {
(c_$1 = c_$1.firstChild) && (c_$1 = c_$1.firstChild)
} else {
c_$1 = c_$1.firstChild
};
if (c_$1 && c_$1.nodeName == "parsererror") {
var msg_$2 = c_$1.childNodes[1].textContent;
return msg_$2.match("[^:]*: (.*)")[1]
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzXMLParser.js#57/20";
return $lzsc$temp
})()};
if (typeof DOMParser == "undefined") {
var DOMParser = (function () {
var $lzsc$temp = function () {};
$lzsc$temp["displayName"] = "kernel/dhtml/LzXMLParser.js#84/21";
return $lzsc$temp
})();
DOMParser.prototype.parseFromString = (function () {
var $lzsc$temp = function (str_$0, contentType_$1) {
if (typeof window.ActiveXObject != "undefined") {
var progIDs_$2 = ["Msxml2.DOMDocument.6.0", "Msxml2.DOMDocument.3.0", "MSXML.DomDocument"];
var xmlDOM_$3 = null;
for (var i_$4 = 0;i_$4 < progIDs_$2.length;i_$4++) {
try {
xmlDOM_$3 = new ActiveXObject(progIDs_$2[i_$4]);
break
}
catch (ex_$5) {}};
if (xmlDOM_$3 == null) {
Debug.error("Could not instantiate a XML DOM ActiveXObject")
};
xmlDOM_$3.loadXML(str_$0);
return xmlDOM_$3
} else if (typeof XMLHttpRequest != "undefined") {
contentType_$1 = contentType_$1 || "application/xml";
var req_$6 = new XMLHttpRequest();
req_$6.open("GET", "data:" + contentType_$1 + ";charset=utf-8," + encodeURIComponent(str_$0), false);
if (req_$6.overrideMimeType) {
req_$6.overrideMimeType(contentType_$1)
};
req_$6.send(null);
return req_$6.responseXML
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzXMLParser.js#85/43";
return $lzsc$temp
})()
};
var LzXMLTranslator = {whitespacePat: new RegExp("^\\s*$"), stringTrimPat: new RegExp("^\\s+|\\s+$", "g"), copyXML: (function () {
var $lzsc$temp = function (xmldoc_$0, trimwhitespace_$1, nsprefix_$2) {
var lfcnode_$3 = this.copyBrowserXML(xmldoc_$0, true, trimwhitespace_$1, nsprefix_$2);
if (lfcnode_$3 instanceof LzDataElement) {
return lfcnode_$3
} else {
return null
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzXMLTranslator.js#22/10";
return $lzsc$temp
})(), copyBrowserNode: (function () {
var $lzsc$temp = function (node_$0, ignorewhite_$1, trimwhite_$2, nsprefix_$3) {
var type_$4 = node_$0.nodeType;
if (type_$4 == 3 || type_$4 == 4) {
var nv_$5 = node_$0.nodeValue;
if (!(ignorewhite_$1 && this.whitespacePat.test(nv_$5))) {
if (trimwhite_$2) {
nv_$5 = nv_$5.replace(this.stringTrimPat, "")
};
return new LzDataText(nv_$5)
}} else if (type_$4 == 1 || type_$4 == 9) {
var nname_$6 = !nsprefix_$3 && (node_$0.localName || node_$0.baseName) || node_$0.nodeName;
var cattrs_$7 = {};
var nattrs_$8 = node_$0.attributes;
if (nattrs_$8) {
for (var k_$9 = 0, len_$a = nattrs_$8.length;k_$9 < len_$a;k_$9++) {
var attrnode_$b = nattrs_$8[k_$9];
if (attrnode_$b) {
var attrname_$c = !nsprefix_$3 && (attrnode_$b.localName || attrnode_$b.baseName) || attrnode_$b.name;
cattrs_$7[attrname_$c] = attrnode_$b.value
}}};
var lfcnode_$d = new LzDataElement(nname_$6);
lfcnode_$d.attributes = cattrs_$7;
return lfcnode_$d
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzXMLTranslator.js#35/18";
return $lzsc$temp
})(), copyBrowserXML: (function () {
var $lzsc$temp = function (xmlnode_$0, ignorewhite_$1, trimwhite_$2, nsprefix_$3) {
var document_$4 = new LzDataElement(null);
if (!xmlnode_$0.firstChild) {
return document_$4.appendChild(this.copyBrowserNode(xmlnode_$0, ignorewhite_$1, trimwhite_$2, nsprefix_$3))
};
var wsPat_$5 = this.whitespacePat;
var trimPat_$6 = this.stringTrimPat;
var lfcparent_$7 = document_$4;
var next_$8, node_$9 = xmlnode_$0;
for (;;) {
var type_$a = node_$9.nodeType;
if (type_$a == 3 || type_$a == 4) {
var nv_$b = node_$9.nodeValue;
if (!(ignorewhite_$1 && wsPat_$5.test(nv_$b))) {
if (trimwhite_$2) {
nv_$b = nv_$b.replace(trimPat_$6, "")
};
var cnodes_$c = lfcparent_$7.childNodes;
var last_$d = cnodes_$c[cnodes_$c.length - 1];
if (last_$d instanceof LzDataText) {
last_$d.data += nv_$b
} else {
var lfcnode_$e = new LzDataText(nv_$b);
lfcnode_$e.parentNode = lfcparent_$7;
lfcnode_$e.ownerDocument = document_$4;
lfcnode_$e.__LZo = cnodes_$c.push(lfcnode_$e) - 1
}}} else if (type_$a == 1 || type_$a == 9) {
var nname_$f = !nsprefix_$3 && (node_$9.localName || node_$9.baseName) || node_$9.nodeName;
var cattrs_$g = {};
var nattrs_$h = node_$9.attributes;
if (nattrs_$h) {
for (var k_$i = 0, len_$j = nattrs_$h.length;k_$i < len_$j;k_$i++) {
var attrnode_$k = nattrs_$h[k_$i];
if (attrnode_$k) {
var attrname_$l = !nsprefix_$3 && (attrnode_$k.localName || attrnode_$k.baseName) || attrnode_$k.name;
cattrs_$g[attrname_$l] = attrnode_$k.value
}}};
var lfcnode_$e = new LzDataElement(nname_$f);
lfcnode_$e.attributes = cattrs_$g;
lfcnode_$e.parentNode = lfcparent_$7;
lfcnode_$e.ownerDocument = document_$4;
lfcnode_$e.__LZo = lfcparent_$7.childNodes.push(lfcnode_$e) - 1;
if (next_$8 = node_$9.firstChild) {
lfcparent_$7 = lfcnode_$e;
node_$9 = next_$8;
continue
}};
while (!(next_$8 = node_$9.nextSibling)) {
node_$9 = node_$9.parentNode;
lfcparent_$7 = lfcparent_$7.parentNode;
if (node_$9 === xmlnode_$0) {
return document_$4.childNodes[0]
}};
node_$9 = next_$8
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzXMLTranslator.js#78/17";
return $lzsc$temp
})()};
var LzHTTPLoader = (function () {
var $lzsc$temp = function (owner_$0, proxied_$1) {
this.owner = owner_$0;
this.options = {parsexml: true, serverproxyargs: null};
this.requestheaders = {};
this.requestmethod = LzHTTPLoader.GET_METHOD
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#12/20";
return $lzsc$temp
})();
LzHTTPLoader.GET_METHOD = "GET";
LzHTTPLoader.POST_METHOD = "POST";
LzHTTPLoader.PUT_METHOD = "PUT";
LzHTTPLoader.DELETE_METHOD = "DELETE";
LzHTTPLoader.prototype.__timeoutID = 0;
LzHTTPLoader.prototype.loadSuccess = (function () {
var $lzsc$temp = function (loader_$0, data_$1) {};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#30/38";
return $lzsc$temp
})();
LzHTTPLoader.prototype.loadError = (function () {
var $lzsc$temp = function (loader_$0, data_$1) {};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#31/38";
return $lzsc$temp
})();
LzHTTPLoader.prototype.loadTimeout = (function () {
var $lzsc$temp = function (loader_$0, data_$1) {};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#32/38";
return $lzsc$temp
})();
LzHTTPLoader.prototype.loadContent = (function () {
var $lzsc$temp = function (self_$0, content_$1) {
if (this.options["parsexml"]) {
this.translateXML()
} else {
this.loadSuccess(this, content_$1)
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#34/38";
return $lzsc$temp
})();
LzHTTPLoader.prototype.translateXML = (function () {
var $lzsc$temp = function () {
var xml_$0 = this.responseXML;
if (xml_$0 == null || xml_$0.childNodes.length == 0 || lz.embed.browser.isFirefox && LzXMLParser.getParserError(xml_$0) != null) {
this.loadError(this, null)
} else {
var elt_$1;
var nodes_$2 = xml_$0.childNodes;
for (var i_$3 = 0;i_$3 < nodes_$2.length;i_$3++) {
var child_$4 = nodes_$2.item(i_$3);
if (child_$4.nodeType == 1) {
elt_$1 = child_$4;
break
}};
if (elt_$1 != null) {
var lzxdata_$5 = LzXMLTranslator.copyXML(elt_$1, this.options.trimwhitespace, this.options.nsprefix);
this.loadSuccess(this, lzxdata_$5)
} else {
this.loadError(this, null)
}}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#43/39";
return $lzsc$temp
})();
LzHTTPLoader.prototype.getResponse = (function () {
var $lzsc$temp = function () {
return this.responseText
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#76/38";
return $lzsc$temp
})();
LzHTTPLoader.prototype.getResponseStatus = (function () {
var $lzsc$temp = function () {
return this.responseStatus
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#81/44";
return $lzsc$temp
})();
LzHTTPLoader.prototype.getResponseHeaders = (function () {
var $lzsc$temp = function () {
return this.responseHeaders
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#86/45";
return $lzsc$temp
})();
LzHTTPLoader.prototype.getResponseHeader = (function () {
var $lzsc$temp = function (key_$0) {
return this.responseHeaders[key_$0]
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#90/44";
return $lzsc$temp
})();
LzHTTPLoader.prototype.setRequestHeaders = (function () {
var $lzsc$temp = function (obj_$0) {
this.requestheaders = obj_$0
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#97/44";
return $lzsc$temp
})();
LzHTTPLoader.prototype.setRequestHeader = (function () {
var $lzsc$temp = function (key_$0, val_$1) {
this.requestheaders[key_$0] = val_$1
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#105/43";
return $lzsc$temp
})();
LzHTTPLoader.prototype.setOption = (function () {
var $lzsc$temp = function (key_$0, val_$1) {
this.options[key_$0] = val_$1
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#110/36";
return $lzsc$temp
})();
LzHTTPLoader.prototype.getOption = (function () {
var $lzsc$temp = function (key_$0) {
return this.options[key_$0]
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#115/36";
return $lzsc$temp
})();
LzHTTPLoader.prototype.setProxied = (function () {
var $lzsc$temp = function (proxied_$0) {
this.setOption("proxied", proxied_$0)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#120/37";
return $lzsc$temp
})();
LzHTTPLoader.prototype.setQueryParams = (function () {
var $lzsc$temp = function (qparams_$0) {
this.queryparams = qparams_$0
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#125/41";
return $lzsc$temp
})();
LzHTTPLoader.prototype.setQueryString = (function () {
var $lzsc$temp = function (qstring_$0) {
this.querystring = qstring_$0
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#130/41";
return $lzsc$temp
})();
LzHTTPLoader.prototype.setQueueing = (function () {
var $lzsc$temp = function (queuing_$0) {
this.setOption("queuing", queuing_$0)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#138/38";
return $lzsc$temp
})();
LzHTTPLoader.prototype.abort = (function () {
var $lzsc$temp = function () {
if (this.req) {
this.__abort = true;
this.req.abort();
this.req = null;
this.removeTimeout(this)
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#143/32";
return $lzsc$temp
})();
LzHTTPLoader.prototype.open = (function () {
var $lzsc$temp = function (method_$0, url_$1, username_$2, password_$3) {
if (this.req) {
Debug.warn("pending request for %w", this);
this.abort()
};
this.req = window.XMLHttpRequest ? new XMLHttpRequest() : new ActiveXObject("Microsoft.XMLHTTP");
this.responseStatus = 0;
this.responseHeaders = null;
this.responseText = null;
this.responseXML = null;
this.__abort = false;
this.__timeout = false;
this.__timeoutID = 0;
this.requesturl = url_$1;
this.requestmethod = method_$0
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#152/31";
return $lzsc$temp
})();
LzHTTPLoader.prototype.send = (function () {
var $lzsc$temp = function (content_$0) {
this.loadXMLDoc(this.requestmethod, this.requesturl, this.requestheaders, content_$0, true)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#173/31";
return $lzsc$temp
})();
LzHTTPLoader.prototype.makeProxiedURL = (function () {
var $lzsc$temp = function (proxyurl_$0, url_$1, httpmethod_$2, lzt_$3, headers_$4, postbody_$5) {
var params_$6 = {serverproxyargs: this.options.serverproxyargs, sendheaders: this.options.sendheaders, trimwhitespace: this.options.trimwhitespace, nsprefix: this.options.nsprefix, timeout: this.timeout, cache: this.options.cacheable, ccache: this.options.ccache, proxyurl: proxyurl_$0, url: url_$1, secure: this.secure, postbody: postbody_$5, headers: headers_$4, httpmethod: httpmethod_$2, service: lzt_$3};
return lz.Browser.makeProxiedURL(params_$6)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#185/41";
return $lzsc$temp
})();
LzHTTPLoader.prototype.timeout = Infinity;
LzHTTPLoader.prototype.setTimeout = (function () {
var $lzsc$temp = function (timeout_$0) {
this.timeout = timeout_$0
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#208/37";
return $lzsc$temp
})();
LzHTTPLoader.prototype.setupTimeout = (function () {
var $lzsc$temp = function (loader_$0, duration_$1) {
loader_$0.__timeoutID = setTimeout(LzHTTPLoader.__LZhandleXMLHTTPTimeout, duration_$1, loader_$0)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#214/39";
return $lzsc$temp
})();
LzHTTPLoader.prototype.removeTimeout = (function () {
var $lzsc$temp = function (loader_$0) {
var tid_$1 = loader_$0.__timeoutID;
if (tid_$1 != 0) {
clearTimeout(tid_$1)
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#219/40";
return $lzsc$temp
})();
LzHTTPLoader.__LZhandleXMLHTTPTimeout = (function () {
var $lzsc$temp = function (loader_$0) {
loader_$0.__timeout = true;
if (loader_$0.req) {
loader_$0.req.abort();
loader_$0.req = null
};
loader_$0.loadTimeout(loader_$0, null)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#227/41";
return $lzsc$temp
})();
LzHTTPLoader.prototype.getElapsedTime = (function () {
var $lzsc$temp = function () {
return new Date().getTime() - this.gstart
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#236/41";
return $lzsc$temp
})();
LzHTTPLoader.prototype.__setRequestHeaders = (function () {
var $lzsc$temp = function (xhr_$0, headers_$1) {
if (headers_$1 != null) {
for (var key_$2 in headers_$1) {
var val_$3 = headers_$1[key_$2];
xhr_$0.setRequestHeader(key_$2, val_$3)
}}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#241/46";
return $lzsc$temp
})();
LzHTTPLoader.prototype.__getAllResponseHeaders = (function () {
var $lzsc$temp = function (xhr_$0) {
var re_$1 = new RegExp("^([-\\w]+):\\s*(\\S(?:.*\\S)?)\\s*$", "mg");
var respheader_$2 = xhr_$0.getAllResponseHeaders();
var allheaders_$3 = {};
var header_$4;
while ((header_$4 = re_$1.exec(respheader_$2)) != null) {
allheaders_$3[header_$4[1]] = header_$4[2]
};
return allheaders_$3
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#251/50";
return $lzsc$temp
})();
LzHTTPLoader.prototype.loadXMLDoc = (function () {
var $lzsc$temp = function (method_$0, url_$1, headers_$2, postbody_$3, ignorewhite_$4) {
if (this.req) {
var self = this;
this.req.onreadystatechange = (function () {
var $lzsc$temp = function () {
var xhr_$0 = self.req;
if (xhr_$0 == null) {
return
};
if (xhr_$0.readyState == 4) {
if (self.__timeout) {
} else if (self.__abort) {
} else {
self.removeTimeout(self);
self.req = null;
var status_$1 = -1;
try {
status_$1 = xhr_$0.status
}
catch (e_$2) {};
self.responseStatus = status_$1;
if (status_$1 == 200 || status_$1 == 304) {
self.responseXML = xhr_$0.responseXML;
self.responseText = xhr_$0.responseText;
self.responseHeaders = self.__getAllResponseHeaders(xhr_$0);
self.loadContent(self, self.responseText)
} else {
self.loadError(self, null)
}}}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#268/39";
return $lzsc$temp
})();
try {
this.req.open(method_$0, url_$1, true)
}
catch (e_$5) {
this.req = null;
this.loadError(this, null);
return
};
if (method_$0 == "POST" && headers_$2["content-type"] == null) {
headers_$2["content-type"] = "application/x-www-form-urlencoded"
};
this.__setRequestHeaders(this.req, headers_$2);
this.gstart = new Date().getTime();
try {
this.req.send(postbody_$3)
}
catch (e_$5) {
this.req = null;
this.loadError(this, null);
return
};
if (isFinite(this.timeout)) {
this.setupTimeout(this, this.timeout)
}}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#264/37";
return $lzsc$temp
})();
LzHTTPLoader.prototype.destroy = (function () {
var $lzsc$temp = function () {
return
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzHTTPLoader.js#341/34";
return $lzsc$temp
})();
var LzScreenKernel = {width: null, height: null, __resizeEvent: (function () {
var $lzsc$temp = function () {
var rootcontainerdiv_$0 = LzSprite.__rootSpriteContainer;
LzScreenKernel.width = rootcontainerdiv_$0.offsetWidth;
LzScreenKernel.height = rootcontainerdiv_$0.offsetHeight;
if (LzScreenKernel.__callback) LzScreenKernel.__scope[LzScreenKernel.__callback]({width: LzScreenKernel.width, height: LzScreenKernel.height})
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzScreenKernel.js#16/21";
return $lzsc$temp
})(), __init: (function () {
var $lzsc$temp = function () {
lz.embed.attachEventHandler(window.top, "resize", LzScreenKernel, "__resizeEvent")
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzScreenKernel.js#59/14";
return $lzsc$temp
})(), __callback: null, __scope: null, setCallback: (function () {
var $lzsc$temp = function (scope_$0, funcname_$1) {
this.__scope = scope_$0;
this.__callback = funcname_$1;
this.__init();
this.__resizeEvent()
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzScreenKernel.js#64/19";
return $lzsc$temp
})()};
Class.make("LzContextMenuKernel", ["$lzsc$initialize", (function () {
var $lzsc$temp = function (newowner_$0) {
this.owner = newowner_$0
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "owner", null, "showbuiltins", false, "_delegate", null, "setDelegate", (function () {
var $lzsc$temp = function (delegate_$0) {
this._delegate = delegate_$0
};
$lzsc$temp["displayName"] = "setDelegate";
return $lzsc$temp
})(), "addItem", (function () {
var $lzsc$temp = function (item_$0) {};
$lzsc$temp["displayName"] = "addItem";
return $lzsc$temp
})(), "hideBuiltInItems", (function () {
var $lzsc$temp = function () {
this.showbuiltins = false
};
$lzsc$temp["displayName"] = "hideBuiltInItems";
return $lzsc$temp
})(), "showBuiltInItems", (function () {
var $lzsc$temp = function () {
this.showbuiltins = true
};
$lzsc$temp["displayName"] = "showBuiltInItems";
return $lzsc$temp
})(), "clearItems", (function () {
var $lzsc$temp = function () {};
$lzsc$temp["displayName"] = "clearItems";
return $lzsc$temp
})(), "__show", (function () {
var $lzsc$temp = function () {
if (LzMouseKernel.__showncontextmenu === this) {
return
} else {
LzMouseKernel.__showncontextmenu = this
};
var owner_$0 = this.owner;
var del_$1 = this._delegate;
if (del_$1 != null) del_$1.execute(owner_$0);
if (owner_$0.onmenuopen.ready) owner_$0.onmenuopen.sendEvent(owner_$0);
var classlist_$2 = [];
var items_$3 = owner_$0.getItems();
var _items_$4 = {};
for (var i_$5 = 0;i_$5 < items_$3.length;i_$5++) {
var v_$6 = items_$3[i_$5].kernel.cmenuitem;
var caption_$7 = v_$6.caption;
if (v_$6.visible != true || (caption_$7 in _items_$4)) {
continue
};
_items_$4[caption_$7] = true;
if (v_$6.separatorBefore) {
classlist_$2.push({type: "separator"})
};
if (v_$6.enabled) {
classlist_$2.push({type: "text", label: caption_$7, offset: i_$5})
} else {
classlist_$2.push({type: "disabled", label: caption_$7, offset: i_$5})
}};
var s_$8 = LzContextMenuKernel.lzcontextmenu || LzContextMenuKernel.__create();
s_$8.setItems(classlist_$2);
s_$8.show()
};
$lzsc$temp["displayName"] = "__show";
return $lzsc$temp
})(), "__hide", (function () {
var $lzsc$temp = function () {
LzMouseKernel.__showncontextmenu = null
};
$lzsc$temp["displayName"] = "__hide";
return $lzsc$temp
})(), "__select", (function () {
var $lzsc$temp = function (i_$0) {
var items_$1 = this.owner.getItems();
if (items_$1 && items_$1[i_$0]) items_$1[i_$0].kernel.__select()
};
$lzsc$temp["displayName"] = "__select";
return $lzsc$temp
})()], null, ["lzcontextmenu", null, "__create", (function () {
var $lzsc$temp = function () {
var s_$0 = LzContextMenuKernel.lzcontextmenu;
if (!s_$0) {
LzContextMenuKernel.lzcontextmenu = s_$0 = new (lz.lzcontextmenu)(canvas)
};
return s_$0
};
$lzsc$temp["displayName"] = "__create";
return $lzsc$temp
})()]);
Class.make("LzContextMenuItemKernel", ["$lzsc$initialize", (function () {
var $lzsc$temp = function (newowner_$0, title_$1, del_$2) {
this.owner = newowner_$0;
this.cmenuitem = {visible: true, enabled: true, separatorBefore: false, caption: title_$1};
this.setDelegate(del_$2)
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "owner", null, "cmenuitem", null, "_delegate", null, "setDelegate", (function () {
var $lzsc$temp = function (delegate_$0) {
this._delegate = delegate_$0
};
$lzsc$temp["displayName"] = "setDelegate";
return $lzsc$temp
})(), "setCaption", (function () {
var $lzsc$temp = function (caption_$0) {
this.cmenuitem.caption = caption_$0
};
$lzsc$temp["displayName"] = "setCaption";
return $lzsc$temp
})(), "getCaption", (function () {
var $lzsc$temp = function () {
return this.cmenuitem.caption
};
$lzsc$temp["displayName"] = "getCaption";
return $lzsc$temp
})(), "setEnabled", (function () {
var $lzsc$temp = function (val_$0) {
this.cmenuitem.enabled = val_$0
};
$lzsc$temp["displayName"] = "setEnabled";
return $lzsc$temp
})(), "setSeparatorBefore", (function () {
var $lzsc$temp = function (val_$0) {
this.cmenuitem.separatorBefore = val_$0
};
$lzsc$temp["displayName"] = "setSeparatorBefore";
return $lzsc$temp
})(), "setVisible", (function () {
var $lzsc$temp = function (val_$0) {
this.cmenuitem.visible = val_$0
};
$lzsc$temp["displayName"] = "setVisible";
return $lzsc$temp
})(), "__select", (function () {
var $lzsc$temp = function () {
var owner_$0 = this.owner;
var delegate_$1 = this._delegate;
if (delegate_$1 != null) {
if (delegate_$1 instanceof LzDelegate) {
delegate_$1.execute(owner_$0)
} else if (typeof delegate_$1 === "function") {
delegate_$1()
} else {
Debug.error("LzContextMenuItem.setDelegate must be passed a delegate", owner_$0, delegate_$1)
}};
if (owner_$0.onselect.ready) owner_$0.onselect.sendEvent(owner_$0)
};
$lzsc$temp["displayName"] = "__select";
return $lzsc$temp
})()]);
if (LzSprite.quirks.ie_timer_closure) {
(function () {
var $lzsc$temp = function (f_$0) {
window.setTimeout = f_$0(window.setTimeout);
window.setInterval = f_$0(window.setInterval)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTimeKernel.js#18/4";
return $lzsc$temp
})()((function () {
var $lzsc$temp = function (f) {
return (function () {
var $lzsc$temp = function (c, t_$0) {
var a = Array.prototype.slice.call(arguments, 2);
if (typeof c != "function") c = new Function(c);
return( f((function () {
var $lzsc$temp = function () {
c.apply(this, a)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTimeKernel.js#26/18";
return $lzsc$temp
})(), t_$0))
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTimeKernel.js#22/12";
return $lzsc$temp
})()
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTimeKernel.js#21/6";
return $lzsc$temp
})())
};
var LzTimeKernel = {setTimeout: (function () {
var $lzsc$temp = function () {
return window.setTimeout.apply(window, arguments)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTimeKernel.js#34/17";
return $lzsc$temp
})(), setInterval: (function () {
var $lzsc$temp = function () {
return window.setInterval.apply(window, arguments)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTimeKernel.js#37/19";
return $lzsc$temp
})(), clearTimeout: (function () {
var $lzsc$temp = function (id_$0) {
return window.clearTimeout(id_$0)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTimeKernel.js#40/20";
return $lzsc$temp
})(), clearInterval: (function () {
var $lzsc$temp = function (id_$0) {
return window.clearInterval(id_$0)
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTimeKernel.js#43/21";
return $lzsc$temp
})(), startTime: new Date().valueOf(), getTimer: (function () {
var $lzsc$temp = function () {
return new Date().valueOf() - LzTimeKernel.startTime
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzTimeKernel.js#49/16";
return $lzsc$temp
})()};
var LzFontManager = new Object();
LzFontManager.fonts = {};
LzFontManager.addFont = (function () {
var $lzsc$temp = function (fontname_$0, fontstyle_$1, fontweight_$2, path_$3, ptype_$4) {
var fontobj_$5 = {name: fontname_$0, style: fontstyle_$1, weight: fontweight_$2, url: path_$3, ptype: ptype_$4};
this.fonts[fontname_$0 + "_" + fontstyle_$1 + "_" + fontweight_$2] = fontobj_$5
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzFontManager.js#35/25";
return $lzsc$temp
})();
LzFontManager.generateCSS = (function () {
var $lzsc$temp = function () {
var fonts_$0 = this.fonts;
var output_$1 = "";
for (var i_$2 in fonts_$0) {
var font_$3 = fonts_$0[i_$2];
var url_$4 = this.getURL(font_$3);
var i_$2 = url_$4.lastIndexOf(".ttf");
var ieurl_$5 = url_$4.substring(0, i_$2) + ".eot";
output_$1 += "@font-face{font-family:" + font_$3.name + ";src:url(" + ieurl_$5 + ');src:local("' + font_$3.name + '"), url(' + url_$4 + ') format("truetype");font-weight:' + font_$3.weight + ";font-style:" + font_$3.style + ";}"
};
return output_$1
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzFontManager.js#42/29";
return $lzsc$temp
})();
LzFontManager.getURL = (function () {
var $lzsc$temp = function (font_$0) {
return LzSprite.prototype.getBaseUrl(font_$0) + font_$0.url
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzFontManager.js#55/24";
return $lzsc$temp
})();
LzFontManager.__fontloadstate = {counter: 0};
LzFontManager.__fontloadcallbacks = {};
LzFontManager.isFontLoaded = (function () {
var $lzsc$temp = function (sprite_$0, fontname_$1, fontstyle_$2, fontweight_$3) {
var font_$4 = this.fonts[fontname_$1 + "_" + fontstyle_$2 + "_" + fontweight_$3];
if (!font_$4) return true;
var url_$5 = this.getURL(font_$4);
var fontloadstate_$6 = this.__fontloadstate[url_$5];
if (fontloadstate_$6) {
var loadingstatus_$7 = fontloadstate_$6.state;
if (loadingstatus_$7 >= 2) {
return true
}} else {
var style_$8 = "font-family:" + fontname_$1 + ";font-style:" + fontstyle_$2 + ";font-weight:" + fontweight_$3 + ";width:auto;height:auto;";
var mdiv_$9 = this.__createMeasureDiv("lzswftext", style_$8);
this.__setTextContent(mdiv_$9, "div", 'Yq_gy"9;ABCDEFGHIJKLMNOPQRSTUVWXYZ123456789-=abcdefghijklmnopqrstuvwxyz');
mdiv_$9.style.display = "inline";
var width_$a = mdiv_$9.clientWidth;
var height_$b = mdiv_$9.clientHeight;
mdiv_$9.style.display = "none";
var fontloadstate_$6 = {state: 1, timer: new Date().valueOf()};
this.__fontloadstate[url_$5] = fontloadstate_$6;
this.__fontloadstate.counter++;
var cstr_$c = lz.BrowserUtils.getcallbackfunc(LzFontManager, "__measurefontdiv", [mdiv_$9, width_$a, height_$b, url_$5]);
fontloadstate_$6.TID = setInterval(cstr_$c, Math.random() * 20 + 30)
};
this.__fontloadcallbacks[sprite_$0.uid] = sprite_$0
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzFontManager.js#64/30";
return $lzsc$temp
})();
LzFontManager.fontloadtimeout = 15000;
LzFontManager.__measurefontdiv = (function () {
var $lzsc$temp = function (mdiv_$0, width_$1, height_$2, url_$3) {
mdiv_$0.style.display = "inline";
var newwidth_$4 = mdiv_$0.clientWidth;
var newheight_$5 = mdiv_$0.clientHeight;
mdiv_$0.style.display = "none";
var fontloadstate_$6 = this.__fontloadstate[url_$3];
if (newwidth_$4 == width_$1 && newheight_$5 == height_$2) {
var timediff_$7 = new Date().valueOf() - fontloadstate_$6.timer;
if (timediff_$7 < this.fontloadtimeout) {
return
};
fontloadstate_$6.state = 3;
Debug.warn("Timeout loading font %w: the font size didn't change.", url_$3)
} else {
fontloadstate_$6.state = 2
};
clearInterval(fontloadstate_$6.TID);
this.__fontloadstate.counter--;
if (this.__fontloadstate.counter != 0) return;
this.__clearMeasureCache();
var callbacks_$8 = this.__fontloadcallbacks;
for (var i_$9 in callbacks_$8) {
var sprite_$a = callbacks_$8[i_$9];
if (sprite_$a) {
sprite_$a.__fontLoaded()
}};
delete this.__fontloadcallbacks
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzFontManager.js#107/34";
return $lzsc$temp
})();
LzFontManager.__sizecache = {counter: 0};
LzFontManager.__rootdiv = null;
LzFontManager.__clearMeasureCache = (function () {
var $lzsc$temp = function () {
this.__sizecache = {counter: 0};
if (LzSprite.quirks.ie_leak_prevention) {
LzTextSprite.prototype.__cleanupdivs()
};
if (this.__rootdiv) {
this.__rootdiv.innerHTML = ""
}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzFontManager.js#154/37";
return $lzsc$temp
})();
LzFontManager.__createContainerDiv = (function () {
var $lzsc$temp = function () {
var textsizecache_$0 = document.createElement("div");
lz.embed.__setAttr(textsizecache_$0, "id", "lzTextSizeCache");
document.body.appendChild(textsizecache_$0);
this.__rootdiv = document.getElementById("lzTextSizeCache")
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzFontManager.js#163/38";
return $lzsc$temp
})();
LzFontManager.getSize = (function () {
var $lzsc$temp = function (dimension_$0, className_$1, style_$2, tagname_$3, string_$4) {
var cacheFullKey_$5 = className_$1 + "/" + style_$2 + "{" + string_$4 + "}";
var __sizecache_$6 = this.__sizecache;
var cv_$7 = __sizecache_$6[cacheFullKey_$5];
if (cv_$7 && (dimension_$0 in cv_$7)) {
return cv_$7
};
if (__sizecache_$6.counter > 0 && __sizecache_$6.counter % this.__sizecacheupperbound == 0) {
this.__clearMeasureCache();
cv_$7 = null
};
if (!cv_$7) {
cv_$7 = __sizecache_$6[cacheFullKey_$5] = {}};
var divCacheKey_$8 = className_$1 + "/" + style_$2 + "/" + tagname_$3;
var mdiv_$9 = __sizecache_$6[divCacheKey_$8];
if (!mdiv_$9) {
var mdiv_$9 = this.__createMeasureDiv(className_$1, style_$2);
__sizecache_$6[divCacheKey_$8] = mdiv_$9
};
this.__setTextContent(mdiv_$9, tagname_$3, string_$4);
mdiv_$9.style.display = "inline";
cv_$7[dimension_$0] = dimension_$0 == "width" ? mdiv_$9.clientWidth : mdiv_$9.clientHeight;
mdiv_$9.style.display = "none";
return cv_$7
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzFontManager.js#171/25";
return $lzsc$temp
})();
LzFontManager.__createMeasureDiv = (function () {
var $lzsc$temp = function (className_$0, style_$1) {
var tagname_$2 = "div";
var __sizecache_$3 = this.__sizecache;
if (LzSprite.prototype.quirks["text_measurement_use_insertadjacenthtml"]) {
var html_$4 = "<" + tagname_$2 + ' id="testSpan' + __sizecache_$3.counter + '"';
html_$4 += ' class="' + className_$0 + '"';
html_$4 += ' style="' + style_$1 + '">';
html_$4 += "" + tagname_$2 + ">";
this.__rootdiv.insertAdjacentHTML("beforeEnd", html_$4);
var mdiv_$5 = document.all["testSpan" + __sizecache_$3.counter];
if (LzSprite.prototype.quirks.ie_leak_prevention) {
LzTextSprite.prototype.__divstocleanup.push(mdiv_$5)
}} else {
var mdiv_$5 = document.createElement(tagname_$2);
lz.embed.__setAttr(mdiv_$5, "class", className_$0);
lz.embed.__setAttr(mdiv_$5, "style", style_$1);
this.__rootdiv.appendChild(mdiv_$5)
};
__sizecache_$3.counter++;
return mdiv_$5
};
$lzsc$temp["displayName"] = "kernel/dhtml/LzFontManager.js#207/36";
return $lzsc$temp
})();
LzFontManager.__setTextContent = (function () {
var $lzsc$temp = function (mdiv_$0, tagname_$1, string_$2) {
switch (tagname_$1) {
case "div":
mdiv_$0.innerHTML = string_$2;break;;case "input":
case "textarea":
if (LzSprite.prototype.quirks["text_content_use_inner_text"]) {
mdiv_$0.innerText = string_$2
} else {
mdiv_$0.textContent = string_$2
}break;;default:
{
Debug.error("Unknown tagname: %w", tagname_$1)
}}};
$lzsc$temp["displayName"] = "kernel/dhtml/LzFontManager.js#232/34";
return $lzsc$temp
})();
Class.make("LzView", ["$lzsc$initialize", (function () {
var $lzsc$temp = function (parent_$0, attrs_$1, children_$2, instcall_$3) {
switch (arguments.length) {
case 0:
parent_$0 = null;;case 1:
attrs_$1 = null;;case 2:
children_$2 = null;;case 3:
instcall_$3 = false
};
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this, parent_$0, attrs_$1, children_$2, instcall_$3)
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "__LZlayout", void 0, "__LZstoredbounds", void 0, "__movecounter", 0, "__mousecache", null, "playing", false, "_visible", void 0, "$lzc$set_visible", (function () {
var $lzsc$temp = function (amVisible_$0) {
if (this._visible == amVisible_$0) return;
this._visible = amVisible_$0;
if (amVisible_$0) {
var v_$1 = "visible"
} else if (amVisible_$0 == null) {
Debug.info("%w.%s(%w) is deprecated. Perhaps you meant %w.%s(%s)? If not, use %w.%s('collapse').", this, arguments.callee, amVisible_$0, this, arguments.callee, false, this, this.setVisibility);
var v_$1 = "collapse"
} else {
var v_$1 = "hidden"
};
this.visibility = v_$1;
if (this.onvisibility.ready) this.onvisibility.sendEvent(this.visibility);
this.__LZupdateShown()
};
$lzsc$temp["displayName"] = "$lzc$set_visible";
return $lzsc$temp
})(), "onaddsubview", LzDeclaredEvent, "onblur", LzDeclaredEvent, "onclick", LzDeclaredEvent, "onclickable", LzDeclaredEvent, "onfocus", LzDeclaredEvent, "onframe", LzDeclaredEvent, "onheight", LzDeclaredEvent, "onkeyup", LzDeclaredEvent, "onkeydown", LzDeclaredEvent, "onlastframe", LzDeclaredEvent, "onload", LzDeclaredEvent, "onframesloadratio", LzDeclaredEvent, "onloadratio", LzDeclaredEvent, "onerror", LzDeclaredEvent, "ontimeout", LzDeclaredEvent, "onmousedown", LzDeclaredEvent, "onmouseout", LzDeclaredEvent, "onmouseover", LzDeclaredEvent, "onmousetrackover", LzDeclaredEvent, "onmousetrackup", LzDeclaredEvent, "onmousetrackout", LzDeclaredEvent, "onmouseup", LzDeclaredEvent, "onmousedragin", LzDeclaredEvent, "onmousedragout", LzDeclaredEvent, "onmouseupoutside", LzDeclaredEvent, "onopacity", LzDeclaredEvent, "onplay", LzDeclaredEvent, "onremovesubview", LzDeclaredEvent, "onresource", LzDeclaredEvent, "onresourceheight", LzDeclaredEvent, "onresourcewidth", LzDeclaredEvent, "onrotation", LzDeclaredEvent, "onstop", LzDeclaredEvent, "ontotalframes", LzDeclaredEvent, "onunstretchedheight", LzDeclaredEvent, "onunstretchedwidth", LzDeclaredEvent, "onvisible", LzDeclaredEvent, "onvisibility", LzDeclaredEvent, "onwidth", LzDeclaredEvent, "onx", LzDeclaredEvent, "onxoffset", LzDeclaredEvent, "ony", LzDeclaredEvent, "onyoffset", LzDeclaredEvent, "onfont", LzDeclaredEvent, "onfontsize", LzDeclaredEvent, "onfontstyle", LzDeclaredEvent, "ondblclick", LzDeclaredEvent, "DOUBLE_CLICK_TIME", 500, "onclip", LzDeclaredEvent, "capabilities", void 0, "construct", (function () {
var $lzsc$temp = function (parent_$0, args_$1) {
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["construct"] || this.nextMethod(arguments.callee, "construct")).call(this, parent_$0 ? parent_$0 : canvas, args_$1);
this.mask = this.immediateparent.mask;
this.__makeSprite(args_$1);
this.capabilities = this.sprite.capabilities;
if (this.capabilities.setid) {
this.sprite.setID(this._dbg_name())
};
if (args_$1["width"] != null || this.__LZhasConstraint("width")) {
this.hassetwidth = true;
this.__LZcheckwidth = false
};
if (args_$1["height"] != null || this.__LZhasConstraint("height")) {
this.hassetheight = true;
this.__LZcheckheight = false
};
if (args_$1["clip"]) {
this.clip = args_$1.clip;
this.makeMasked()
};
var ignore_$2 = LzNode._ignoreAttribute;
if (args_$1["stretches"] != null) {
this.$lzc$set_stretches(args_$1.stretches);
args_$1.stretches = ignore_$2
};
if (args_$1["resource"] != null) {
this.$lzc$set_resource(args_$1.resource);
args_$1.resource = ignore_$2
};
if (args_$1["valign"] && args_$1["y"]) {
Debug.warn(this, "y attribute ignored; superseded by valign constraint.")
};
if (args_$1["align"] && args_$1["x"]) {
Debug.warn(this, "x attribute ignored; superseded by align constraint.")
}};
$lzsc$temp["displayName"] = "construct";
return $lzsc$temp
})(), "__spriteAttribute", (function () {
var $lzsc$temp = function (attrname_$0, value_$1) {
if (this[attrname_$0]) {
if (!this.__LZdeleted) {
var $lzsc$7b6zea = "$lzc$set_" + attrname_$0;
if (Function["$lzsc$isa"] ? Function.$lzsc$isa(this[$lzsc$7b6zea]) : this[$lzsc$7b6zea] instanceof Function) {
this[$lzsc$7b6zea](value_$1)
} else {
this[attrname_$0] = value_$1;
var $lzsc$cza49x = this["on" + attrname_$0];
if (LzEvent["$lzsc$isa"] ? LzEvent.$lzsc$isa($lzsc$cza49x) : $lzsc$cza49x instanceof LzEvent) {
if ($lzsc$cza49x.ready) {
$lzsc$cza49x.sendEvent(value_$1)
}}}}}};
$lzsc$temp["displayName"] = "__spriteAttribute";
return $lzsc$temp
})(), "__makeSprite", (function () {
var $lzsc$temp = function (args_$0) {
this.sprite = new LzSprite(this, false)
};
$lzsc$temp["displayName"] = "__makeSprite";
return $lzsc$temp
})(), "init", (function () {
var $lzsc$temp = function () {
if (this.__updateshadowoninit) {
delete this.__updateshadowoninit;
this.__updateShadow()
};
if (this.sprite) {
this.sprite.init(this.visible)
}};
$lzsc$temp["displayName"] = "init";
return $lzsc$temp
})(), "addSubview", (function () {
var $lzsc$temp = function (s_$0) {
if (s_$0.addedToParent) return;
if (this.sprite) {
this.sprite.addChildSprite(s_$0.sprite)
};
if (this.subviews.length == 0) {
this.subviews = []
};
this.subviews.push(s_$0);
s_$0.addedToParent = true;
if (this.__LZcheckwidth) this.__LZcheckwidthFunction(s_$0);
if (this.__LZcheckheight) this.__LZcheckheightFunction(s_$0);
if (this.onaddsubview.ready) this.onaddsubview.sendEvent(s_$0)
};
$lzsc$temp["displayName"] = "addSubview";
return $lzsc$temp
})(), "__LZinstantiationDone", (function () {
var $lzsc$temp = function () {
var vip_$0 = this.immediateparent;
if (vip_$0) {
vip_$0.addSubview(this)
};
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["__LZinstantiationDone"] || this.nextMethod(arguments.callee, "__LZinstantiationDone")).call(this)
};
$lzsc$temp["displayName"] = "__LZinstantiationDone";
return $lzsc$temp
})(), "mask", void 0, "focusable", false, "focustrap", void 0, "clip", false, "$lzc$set_clip", (function () {
var $lzsc$temp = function (c_$0) {
this.clip = c_$0;
if (c_$0) {
this.makeMasked()
} else {
this.removeMask()
};
if (this.onclip.ready) this.onclip.sendEvent(this.clip)
};
$lzsc$temp["displayName"] = "$lzc$set_clip";
return $lzsc$temp
})(), "align", "left", "$lzc$set_align", (function () {
var $lzsc$temp = function (align_$0) {
var map_$1;
map_$1 = (function () {
var $lzsc$temp = function (align_$0) {
switch (align_$0) {
case "center":
return "__LZalignCenter";;case "right":
return "__LZalignRight";;case "left":
return null
};
Debug.error("%w.setAttribute(%w, %w): Invalid argument. Valid choices are: 'left', 'center', or 'right'.", view, "align", align_$0)
};
$lzsc$temp["displayName"] = "map";
return $lzsc$temp
})();
if (this.align == align_$0) return;
var view = this;
var from_$2 = map_$1(this.align);
var to_$3 = map_$1(align_$0);
if (from_$2 != null) {
this.releaseConstraintMethod(from_$2)
};
if (to_$3 != null) {
this.applyConstraintMethod(to_$3, [this.immediateparent, "width", this, "width"])
} else {
this.$lzc$set_x(0)
};
this.align = align_$0
};
$lzsc$temp["displayName"] = "$lzc$set_align";
return $lzsc$temp
})(), "valign", "top", "$lzc$set_valign", (function () {
var $lzsc$temp = function (valign) {
var map_$0;
map_$0 = (function () {
var $lzsc$temp = function (align_$0) {
switch (align_$0) {
case "middle":
return "__LZvalignMiddle";;case "bottom":
return "__LZvalignBottom";;case "top":
return null
};
Debug.error("%w.setAttribute(%w, %w): Invalid argument. Valid choices are: 'top', 'middle', or 'bottom'.", view, "valign", valign)
};
$lzsc$temp["displayName"] = "map";
return $lzsc$temp
})();
if (this.valign == valign) return;
var view = this;
var from_$1 = map_$0(this.valign);
var to_$2 = map_$0(valign);
if (from_$1 != null) {
this.releaseConstraintMethod(from_$1)
};
if (to_$2 != null) {
this.applyConstraintMethod(to_$2, [this.immediateparent, "height", this, "height"])
} else {
this.$lzc$set_y(0)
};
this.valign = valign
};
$lzsc$temp["displayName"] = "$lzc$set_valign";
return $lzsc$temp
})(), "source", void 0, "$lzc$set_source", (function () {
var $lzsc$temp = function (v_$0) {
this.setSource(v_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_source";
return $lzsc$temp
})(), "clickregion", void 0, "onclickregion", LzDeclaredEvent, "$lzc$set_clickregion", (function () {
var $lzsc$temp = function (region_$0) {
if (this.capabilities.clickregion) {
if (this.clickregion !== region_$0) {
if (!this.clickable) {
this.$lzc$set_clickable(true)
};
this.sprite.setClickRegion(region_$0)
}} else {
LzView.__warnCapability("view.clickregion", "clickregion")
};
this.clickregion = region_$0;
if (this.onclickregion.ready) this.onclickregion.sendEvent(region_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_clickregion";
return $lzsc$temp
})(), "cursor", void 0, "fgcolor", null, "onfgcolor", LzDeclaredEvent, "$lzc$set_fgcolor", (function () {
var $lzsc$temp = function (c_$0) {
if (this.tintcolor != "") {
Debug.warn("Setting fgcolor when tintcolor is already set on", this)
};
if (c_$0 != null && isNaN(c_$0)) {
c_$0 = lz.Type.acceptTypeValue("color", c_$0, this, "fgcolor")
};
this.fgcolor = c_$0;
if (this.onfgcolor.ready) this.onfgcolor.sendEvent(c_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_fgcolor";
return $lzsc$temp
})(), "font", void 0, "$lzc$set_font", (function () {
var $lzsc$temp = function (val_$0) {
this.font = val_$0;
if (this.onfont.ready) {
this.onfont.sendEvent(this.font)
}};
$lzsc$temp["displayName"] = "$lzc$set_font";
return $lzsc$temp
})(), "fontstyle", void 0, "$lzc$set_fontstyle", (function () {
var $lzsc$temp = function (val_$0) {
if (val_$0 == "plain" || val_$0 == "bold" || val_$0 == "italic" || val_$0 == "bolditalic" || val_$0 == "bold italic") {
this.fontstyle = val_$0;
if (this.onfontstyle.ready) {
this.onfontstyle.sendEvent(this.fontstyle)
}} else {
Debug.warn('invalid font style "%s" on %w', val_$0, this)
}};
$lzsc$temp["displayName"] = "$lzc$set_fontstyle";
return $lzsc$temp
})(), "fontsize", void 0, "$lzc$set_fontsize", (function () {
var $lzsc$temp = function (val_$0) {
if (!(val_$0 <= 0 || isNaN(val_$0))) {
this.fontsize = val_$0;
if (this.onfontsize.ready) {
this.onfontsize.sendEvent(this.fontsize)
}} else {
Debug.warn("invalid font size", val_$0)
}};
$lzsc$temp["displayName"] = "$lzc$set_fontsize";
return $lzsc$temp
})(), "stretches", "none", "$lzc$set_stretches", (function () {
var $lzsc$temp = function (stretch_$0) {
if (!(stretch_$0 == "none" || stretch_$0 == "both" || stretch_$0 == "width" || stretch_$0 == "height")) {
var newstretch_$1 = stretch_$0 == null ? "both" : (stretch_$0 == "x" ? "width" : (stretch_$0 == "y" ? "height" : "none"));
if (newstretch_$1 != "none") {
Debug.info("%w.%s(%w) is deprecated. Use %w.%s(%w) instead.", this, arguments.callee, stretch_$0, this, arguments.callee, newstretch_$1)
};
stretch_$0 = newstretch_$1
} else if (this.stretches == stretch_$0) {
return
};
if (this.backgroundrepeat != "norepeat") {
Debug.warn("Backgroundrepeat and stretches can't be on at the same time. Canceling backgroundrepeat.", this);
this.$lzc$set_backgroundrepeat("norepeat")
};
this.stretches = stretch_$0;
this.sprite.stretchResource(stretch_$0);
if (stretch_$0 == "width" || stretch_$0 == "both") {
this._setrescwidth = true;
this.__LZcheckwidth = true;
this.reevaluateSize("width")
};
if (stretch_$0 == "height" || stretch_$0 == "both") {
this._setrescheight = true;
this.__LZcheckheight = true;
this.reevaluateSize("height")
}};
$lzsc$temp["displayName"] = "$lzc$set_stretches";
return $lzsc$temp
})(), "backgroundrepeat", "norepeat", "onbackgroundrepeat", LzDeclaredEvent, "$lzc$set_backgroundrepeat", (function () {
var $lzsc$temp = function (backgroundrepeat_$0) {
if (!this.capabilities.backgroundrepeat) {
LzView.__warnCapability("view.backgroundrepeat", "backgroundrepeat");
return
} else if (backgroundrepeat_$0 != "repeat" && backgroundrepeat_$0 != "repeat-x" && backgroundrepeat_$0 != "repeat-y" && backgroundrepeat_$0 != "norepeat") {
Debug.warn("backgroundrepeat must be set to 'repeat', 'repeat-x', 'repeat-y' or 'norepeat':", backgroundrepeat_$0);
return
};
if (backgroundrepeat_$0 !== this.backgroundrepeat) {
if (backgroundrepeat_$0 != "norepeat" && this.stretches != "none") {
Debug.warn("Backgroundrepeat and stretches can't be on at the same time. Canceling stretches.", this);
this.$lzc$set_stretches("none")
};
this.backgroundrepeat = backgroundrepeat_$0;
if (backgroundrepeat_$0 == "norepeat") backgroundrepeat_$0 = null;
this.sprite.setBackgroundRepeat(backgroundrepeat_$0)
};
if (this.onbackgroundrepeat.ready) this.onbackgroundrepeat.sendEvent(this.backgroundrepeat)
};
$lzsc$temp["displayName"] = "$lzc$set_backgroundrepeat";
return $lzsc$temp
})(), "layout", void 0, "$lzc$set_layout", (function () {
var $lzsc$temp = function (layoutobj_$0) {
this.layout = layoutobj_$0;
if (!this.isinited) {
this.__LZstoreAttr(layoutobj_$0, "layout");
return
};
var classname_$1 = layoutobj_$0["class"];
if (classname_$1 == null) {
classname_$1 = "simplelayout"
};
if (this.__LZlayout) {
this.__LZlayout.destroy()
};
if (classname_$1 != "none") {
var o_$2 = {};
for (var i_$3 in layoutobj_$0) {
if (i_$3 != "class") {
o_$2[i_$3] = layoutobj_$0[i_$3]
}};
if (classname_$1 == "null") {
this.__LZlayout = null;
return
};
this.__LZlayout = new (lz[classname_$1])(this, o_$2)
}};
$lzsc$temp["displayName"] = "$lzc$set_layout";
return $lzsc$temp
})(), "aaactive", void 0, "$lzc$set_aaactive", (function () {
var $lzsc$temp = function (s_$0) {
if (this.capabilities.accessibility) {
this.aaactive = s_$0;
this.sprite.setAAActive(s_$0)
} else {
LzView.__warnCapability("view.aaactive", "accessibility")
}};
$lzsc$temp["displayName"] = "$lzc$set_aaactive";
return $lzsc$temp
})(), "aaname", void 0, "$lzc$set_aaname", (function () {
var $lzsc$temp = function (s_$0) {
if (this.capabilities.accessibility) {
this.aaname = s_$0;
this.sprite.setAAName(s_$0)
} else {
LzView.__warnCapability("view.aaname", "accessibility")
}};
$lzsc$temp["displayName"] = "$lzc$set_aaname";
return $lzsc$temp
})(), "aadescription", void 0, "$lzc$set_aadescription", (function () {
var $lzsc$temp = function (s_$0) {
if (this.capabilities.accessibility) {
this.aadescription = s_$0;
this.sprite.setAADescription(s_$0)
} else {
LzView.__warnCapability("view.aadescription", "accessibility")
}};
$lzsc$temp["displayName"] = "$lzc$set_aadescription";
return $lzsc$temp
})(), "aatabindex", void 0, "$lzc$set_aatabindex", (function () {
var $lzsc$temp = function (s_$0) {
if (this.capabilities.accessibility) {
this.aatabindex = s_$0;
this.sprite.setAATabIndex(s_$0)
} else {
LzView.__warnCapability("view.aatabindex", "accessibility")
}};
$lzsc$temp["displayName"] = "$lzc$set_aatabindex";
return $lzsc$temp
})(), "aasilent", void 0, "$lzc$set_aasilent", (function () {
var $lzsc$temp = function (s_$0) {
if (this.capabilities.accessibility) {
this.aasilent = s_$0;
this.sprite.setAASilent(s_$0)
} else {
LzView.__warnCapability("view.aasilent", "accessibility")
}};
$lzsc$temp["displayName"] = "$lzc$set_aasilent";
return $lzsc$temp
})(), "sendAAEvent", (function () {
var $lzsc$temp = function (childID_$0, eventType_$1, nonHTML_$2) {
switch (arguments.length) {
case 2:
nonHTML_$2 = false
};
if (this.capabilities.accessibility) {
this.sprite.sendAAEvent(childID_$0, eventType_$1, nonHTML_$2)
} else {
LzView.__warnCapability("view.sendAAEvent()", "accessibility")
}};
$lzsc$temp["displayName"] = "sendAAEvent";
return $lzsc$temp
})(), "sprite", null, "visible", true, "visibility", "collapse", "$lzc$set_visibility", (function () {
var $lzsc$temp = function (amVisible_$0) {
if (this.visibility == amVisible_$0) return;
this.visibility = amVisible_$0;
if (!(amVisible_$0 == "visible" || amVisible_$0 == "hidden" || amVisible_$0 == "collapse")) {
Debug.error("%w.%s called with unknown arg '%s' use 'visible', 'hidden', or 'collapse'.", this, arguments.callee, amVisible_$0)
};
if (this.onvisibility.ready) this.onvisibility.sendEvent(amVisible_$0);
this.__LZupdateShown()
};
$lzsc$temp["displayName"] = "$lzc$set_visibility";
return $lzsc$temp
})(), "__LZvizO", true, "__LZvizLoad", true, "__LZvizDat", true, "opacity", 1, "$lzc$set_opacity", (function () {
var $lzsc$temp = function (v_$0) {
if (this.opacity !== v_$0) {
this.opacity = v_$0;
if (this.capabilities.opacity) {
this.sprite.setOpacity(v_$0)
} else {
LzView.__warnCapability("view.opacity", "opacity")
};
var newoviz_$1 = v_$0 != 0;
if (this.__LZvizO != newoviz_$1) {
this.__LZvizO = newoviz_$1;
this.__LZupdateShown()
}};
if (this.onopacity.ready) this.onopacity.sendEvent(v_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_opacity";
return $lzsc$temp
})(), "bgcolor", null, "onbgcolor", LzDeclaredEvent, "$lzc$set_bgcolor", (function () {
var $lzsc$temp = function (bgc_$0) {
if (bgc_$0 != null && isNaN(bgc_$0)) {
bgc_$0 = lz.Type.acceptTypeValue("color", bgc_$0, this, "bgcolor")
} else if (bgc_$0 < 0) {
bgc_$0 = null
};
this.sprite.setBGColor(bgc_$0);
this.bgcolor = bgc_$0;
if (this.onbgcolor.ready) this.onbgcolor.sendEvent(bgc_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_bgcolor";
return $lzsc$temp
})(), "x", 0, "__set_x_memo", void 0, "$lzc$set_x", (function () {
var $lzsc$temp = function (v_$0) {
this.x = v_$0;
if (this.__set_x_memo === v_$0) {
if (this.onx.ready) {
this.onx.sendEvent(this.x)
};
return
};
this.__set_x_memo = v_$0;
this.__mousecache = null;
if (this.__LZhasoffset) {
if (this.capabilities.rotation) {
v_$0 -= this.xoffset * this.__LZrcos - this.yoffset * this.__LZrsin
} else {
v_$0 -= this.xoffset
}};
if (this.pixellock) {
v_$0 = v_$0 | 0
};
this.sprite.setX(v_$0);
var vip_$1 = this.immediateparent;
if (vip_$1.__LZcheckwidth) {
vip_$1.__LZcheckwidthFunction(this)
};
if (this.onx.ready) {
this.onx.sendEvent(this.x)
}};
$lzsc$temp["displayName"] = "$lzc$set_x";
return $lzsc$temp
})(), "y", 0, "__set_y_memo", void 0, "$lzc$set_y", (function () {
var $lzsc$temp = function (v_$0) {
this.y = v_$0;
if (this.__set_y_memo === v_$0) {
if (this.ony.ready) {
this.ony.sendEvent(this.y)
};
return
};
this.__set_y_memo = v_$0;
this.__mousecache = null;
if (this.__LZhasoffset) {
if (this.capabilities.rotation) {
v_$0 -= this.xoffset * this.__LZrsin + this.yoffset * this.__LZrcos
} else {
v_$0 -= this.yoffset
}};
if (this.pixellock) {
v_$0 = v_$0 | 0
};
this.sprite.setY(v_$0);
var vip_$1 = this.immediateparent;
if (vip_$1.__LZcheckheight) {
vip_$1.__LZcheckheightFunction(this)
};
if (this.ony.ready) {
this.ony.sendEvent(this.y)
}};
$lzsc$temp["displayName"] = "$lzc$set_y";
return $lzsc$temp
})(), "rotation", 0, "$lzc$set_rotation", (function () {
var $lzsc$temp = function (v_$0) {
if (this.capabilities.rotation) {
this.sprite.setRotation(v_$0)
} else {
LzView.__warnCapability("view.rotation", "rotation")
};
this.rotation = v_$0;
this.usegetbounds = this.__LZhasoffset || this.rotation != 0 || this.xscale != 1 || this.yscale != 1;
var rrad_$1 = Math.PI / 180 * this.rotation;
this.__LZrsin = Math.sin(rrad_$1);
this.__LZrcos = Math.cos(rrad_$1);
if (this.onrotation.ready) this.onrotation.sendEvent(v_$0);
if (this.__LZhasoffset) {
this.__set_x_memo = void 0;
this.$lzc$set_x(this.x);
this.__set_y_memo = void 0;
this.$lzc$set_y(this.y)
};
var vip_$2 = this.immediateparent;
if (vip_$2.__LZcheckwidth) vip_$2.__LZcheckwidthFunction(this);
if (vip_$2.__LZcheckheight) vip_$2.__LZcheckheightFunction(this)
};
$lzsc$temp["displayName"] = "$lzc$set_rotation";
return $lzsc$temp
})(), "width", 0, "__set_width_memo", void 0, "$lzc$set_width", (function () {
var $lzsc$temp = function (v_$0) {
if (v_$0 != null) {
this.hassetwidth = true;
this.width = v_$0
} else {
this.hassetwidth = false
};
if (this.__set_width_memo === v_$0) {
if (this.onwidth.ready) {
this.onwidth.sendEvent(this.width)
};
return
};
this.__set_width_memo = v_$0;
if (v_$0 == null) {
this.__LZcheckwidth = true;
if (this._setrescwidth) {
this.unstretchedwidth = null
};
this.reevaluateSize("width");
return
};
if (this.pixellock) {
v_$0 = v_$0 | 0
};
if (!this._setrescwidth) {
this.__LZcheckwidth = false
};
if (!(LzText["$lzsc$isa"] ? LzText.$lzsc$isa(this) : this instanceof LzText)) {
this.sprite.setWidth(v_$0)
};
var vip_$1 = this.immediateparent;
if (vip_$1 && vip_$1.__LZcheckwidth) {
vip_$1.__LZcheckwidthFunction(this)
};
if (this.onwidth.ready) {
this.onwidth.sendEvent(this.width)
}};
$lzsc$temp["displayName"] = "$lzc$set_width";
return $lzsc$temp
})(), "height", 0, "__set_height_memo", void 0, "$lzc$set_height", (function () {
var $lzsc$temp = function (v_$0) {
if (v_$0 != null) {
this.hassetheight = true;
this.height = v_$0
} else {
this.hassetheight = false
};
if (this.__set_height_memo === v_$0) {
if (this.onheight.ready) {
this.onheight.sendEvent(this.height)
};
return
};
this.__set_height_memo = v_$0;
if (v_$0 == null) {
this.__LZcheckheight = true;
if (this._setrescheight) {
this.unstretchedheight = null
};
this.reevaluateSize("height");
return
};
if (this.pixellock) {
v_$0 = v_$0 | 0
};
if (!this._setrescheight) {
this.__LZcheckheight = false
};
this.sprite.setHeight(v_$0);
var vip_$1 = this.immediateparent;
if (vip_$1 && vip_$1.__LZcheckheight) {
vip_$1.__LZcheckheightFunction(this)
};
if (this.onheight.ready) {
this.onheight.sendEvent(this.height)
}};
$lzsc$temp["displayName"] = "$lzc$set_height";
return $lzsc$temp
})(), "unstretchedwidth", 0, "unstretchedheight", 0, "subviews", [], "xoffset", 0, "$lzc$set_xoffset", (function () {
var $lzsc$temp = function (o_$0) {
this.xoffset = o_$0;
this.__LZhasoffset = this.xoffset != 0 || this.yoffset != 0 || this.__widthoffset != 0 || this.__heightoffset != 0;
this.usegetbounds = this.__LZhasoffset || this.rotation != 0 || this.xscale != 1 || this.yscale != 1;
this.__set_x_memo = void 0;
this.$lzc$set_x(this.x);
this.__set_y_memo = void 0;
this.$lzc$set_y(this.y);
if (this.onxoffset.ready) this.onxoffset.sendEvent(o_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_xoffset";
return $lzsc$temp
})(), "yoffset", 0, "$lzc$set_yoffset", (function () {
var $lzsc$temp = function (o_$0) {
this.yoffset = o_$0;
this.__LZhasoffset = this.xoffset != 0 || this.yoffset != 0 || this.__widthoffset != 0 || this.__heightoffset != 0;
this.usegetbounds = this.__LZhasoffset || this.rotation != 0 || this.xscale != 1 || this.yscale != 1;
this.__set_x_memo = void 0;
this.$lzc$set_x(this.x);
this.__set_y_memo = void 0;
this.$lzc$set_y(this.y);
if (this.onyoffset.ready) this.onyoffset.sendEvent(o_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_yoffset";
return $lzsc$temp
})(), "__LZrsin", 0, "__LZrcos", 1, "totalframes", 1, "frame", 1, "$lzc$set_frame", (function () {
var $lzsc$temp = function (n_$0) {
this.frame = n_$0;
this.stop(n_$0);
if (this.onframe.ready) this.onframe.sendEvent(n_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_frame";
return $lzsc$temp
})(), "framesloadratio", 0, "loadratio", 0, "hassetheight", false, "hassetwidth", false, "addedToParent", null, "masked", false, "pixellock", null, "clickable", false, "$lzc$set_clickable", (function () {
var $lzsc$temp = function (amclickable_$0) {
this.sprite.setClickable(amclickable_$0);
this.clickable = amclickable_$0;
if (this.onclickable.ready) this.onclickable.sendEvent(amclickable_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_clickable";
return $lzsc$temp
})(), "showhandcursor", null, "$lzc$set_showhandcursor", (function () {
var $lzsc$temp = function (s_$0) {
this.showhandcursor = s_$0;
this.sprite.setShowHandCursor(s_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_showhandcursor";
return $lzsc$temp
})(), "resource", null, "$lzc$set_resource", (function () {
var $lzsc$temp = function (resourceName_$0) {
if (resourceName_$0 == null || resourceName_$0 == this._resource) return;
this.resource = this._resource = resourceName_$0;
this.sprite.setResource(resourceName_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_resource";
return $lzsc$temp
})(), "resourcewidth", 0, "resourceheight", 0, "__LZcheckwidth", true, "__LZcheckheight", true, "__LZhasoffset", null, "__LZoutlieheight", null, "__LZoutliewidth", null, "setLayout", (function () {
var $lzsc$temp = function (layoutobj_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_layout(layoutobj_$0)
};
$lzsc$temp["displayName"] = "setLayout";
return $lzsc$temp
})(), "setFontName", (function () {
var $lzsc$temp = function (val_$0, prop_$1) {
switch (arguments.length) {
case 1:
prop_$1 = null
};
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_font(val_$0)
};
$lzsc$temp["displayName"] = "setFontName";
return $lzsc$temp
})(), "_setrescwidth", false, "_setrescheight", false, "searchSubviews", (function () {
var $lzsc$temp = function (prop_$0, val_$1) {
var nextS_$2 = this.subviews.concat();
while (nextS_$2.length > 0) {
var s_$3 = nextS_$2;
nextS_$2 = new Array();
for (var i_$4 = s_$3.length - 1;i_$4 >= 0;i_$4--) {
var si_$5 = s_$3[i_$4];
if (si_$5[prop_$0] == val_$1) {
return si_$5
};
var sis_$6 = si_$5.subviews;
for (var j_$7 = sis_$6.length - 1;j_$7 >= 0;j_$7--) {
nextS_$2.push(sis_$6[j_$7])
}}};
return null
};
$lzsc$temp["displayName"] = "searchSubviews";
return $lzsc$temp
})(), "layouts", null, "_resource", null, "setResource", (function () {
var $lzsc$temp = function (v_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_resource(v_$0)
};
$lzsc$temp["displayName"] = "setResource";
return $lzsc$temp
})(), "resourceload", (function () {
var $lzsc$temp = function (i_$0) {
if ("resource" in i_$0) {
this.resource = i_$0.resource;
if (this.onresource.ready) this.onresource.sendEvent(i_$0.resource)
};
if (this.resourcewidth != i_$0.width) {
if ("width" in i_$0) {
this.resourcewidth = i_$0.width;
if (this.onresourcewidth.ready) this.onresourcewidth.sendEvent(i_$0.width)
};
if (!this.hassetwidth && this.resourcewidth != this.width || this._setrescwidth && this.unstretchedwidth != this.resourcewidth) {
this.updateWidth(this.resourcewidth)
}};
if (this.resourceheight != i_$0.height) {
if ("height" in i_$0) {
this.resourceheight = i_$0.height;
if (this.onresourceheight.ready) this.onresourceheight.sendEvent(i_$0.height)
};
if (!this.hassetheight && this.resourceheight != this.height || this._setrescheight && this.unstretchedheight != this.resourceheight) {
this.updateHeight(this.resourceheight)
}};
if (i_$0.skiponload != true) {
if (this.onload.ready) this.onload.sendEvent(this)
}};
$lzsc$temp["displayName"] = "resourceload";
return $lzsc$temp
})(), "resourceloaderror", (function () {
var $lzsc$temp = function (e_$0) {
switch (arguments.length) {
case 0:
e_$0 = null
};
this.resourcewidth = 0;
this.resourceheight = 0;
if (this.onresourcewidth.ready) this.onresourcewidth.sendEvent(0);
if (this.onresourceheight.ready) this.onresourceheight.sendEvent(0);
this.reevaluateSize();
if (this.onerror.ready) this.onerror.sendEvent(e_$0)
};
$lzsc$temp["displayName"] = "resourceloaderror";
return $lzsc$temp
})(), "resourceloadtimeout", (function () {
var $lzsc$temp = function (e_$0) {
switch (arguments.length) {
case 0:
e_$0 = null
};
this.resourcewidth = 0;
this.resourceheight = 0;
if (this.onresourcewidth.ready) this.onresourcewidth.sendEvent(0);
if (this.onresourceheight.ready) this.onresourceheight.sendEvent(0);
this.reevaluateSize();
if (this.ontimeout.ready) this.ontimeout.sendEvent(e_$0)
};
$lzsc$temp["displayName"] = "resourceloadtimeout";
return $lzsc$temp
})(), "resourceevent", (function () {
var $lzsc$temp = function (name_$0, value_$1, eventonly_$2, force_$3) {
switch (arguments.length) {
case 2:
eventonly_$2 = false;;case 3:
force_$3 = false
};
var sendevent_$4 = force_$3 == true || eventonly_$2 == true || this[name_$0] != value_$1;
if (eventonly_$2 != true) this[name_$0] = value_$1;
if (sendevent_$4) {
var ev_$5 = this["on" + name_$0];
if (ev_$5.ready) ev_$5.sendEvent(value_$1)
}};
$lzsc$temp["displayName"] = "resourceevent";
return $lzsc$temp
})(), "destroy", (function () {
var $lzsc$temp = function () {
if (this.__LZdeleted) return;
var vip_$0 = this.immediateparent;
var parentvalid_$1 = vip_$0 && !vip_$0.__LZdeleted;
if (parentvalid_$1) {
if (this.sprite) this.sprite.predestroy();
if (this.addedToParent) {
var svs_$2 = vip_$0.subviews;
if (svs_$2 != null) {
for (var i_$3 = svs_$2.length - 1;i_$3 >= 0;i_$3--) {
if (svs_$2[i_$3] == this) {
svs_$2.splice(i_$3, 1);
break
}}}}};
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["destroy"] || this.nextMethod(arguments.callee, "destroy")).call(this);
if (this.sprite) {
this.sprite.destroy(parentvalid_$1)
};
if (parentvalid_$1) {
this.$lzc$set_visible(false);
if (this.addedToParent) {
if (vip_$0["__LZoutliewidth"] == this) {
vip_$0.__LZoutliewidth = null
};
if (vip_$0["__LZoutlieheight"] == this) {
vip_$0.__LZoutlieheight = null
};
if (vip_$0.onremovesubview.ready) vip_$0.onremovesubview.sendEvent(this)
}}};
$lzsc$temp["displayName"] = "destroy";
return $lzsc$temp
})(), "setVisible", (function () {
var $lzsc$temp = function (v_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_visible(v_$0)
};
$lzsc$temp["displayName"] = "setVisible";
return $lzsc$temp
})(), "setVisibility", (function () {
var $lzsc$temp = function (amVisible_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_visibility(amVisible_$0)
};
$lzsc$temp["displayName"] = "setVisibility";
return $lzsc$temp
})(), "__LZupdateShown", (function () {
var $lzsc$temp = function () {
if (this.visibility == "collapse") {
var shown_$0 = this.__LZvizO && this.__LZvizDat && this.__LZvizLoad
} else {
var shown_$0 = this.visibility == "visible"
};
if (shown_$0 != this.visible) {
this.visible = shown_$0;
if (this.sprite) {
this.sprite.setVisible(shown_$0)
};
var vip_$1 = this.immediateparent;
if (vip_$1 && vip_$1.__LZcheckwidth) vip_$1.__LZcheckwidthFunction(this);
if (vip_$1 && vip_$1.__LZcheckheight) vip_$1.__LZcheckheightFunction(this);
if (this.onvisible.ready) this.onvisible.sendEvent(shown_$0)
}};
$lzsc$temp["displayName"] = "__LZupdateShown";
return $lzsc$temp
})(), "setWidth", (function () {
var $lzsc$temp = function (v_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_width(v_$0)
};
$lzsc$temp["displayName"] = "setWidth";
return $lzsc$temp
})(), "setHeight", (function () {
var $lzsc$temp = function (v_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_height(v_$0)
};
$lzsc$temp["displayName"] = "setHeight";
return $lzsc$temp
})(), "setOpacity", (function () {
var $lzsc$temp = function (v_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_opacity(v_$0)
};
$lzsc$temp["displayName"] = "setOpacity";
return $lzsc$temp
})(), "setX", (function () {
var $lzsc$temp = function (v_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_x(v_$0)
};
$lzsc$temp["displayName"] = "setX";
return $lzsc$temp
})(), "setY", (function () {
var $lzsc$temp = function (v_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_y(v_$0)
};
$lzsc$temp["displayName"] = "setY";
return $lzsc$temp
})(), "setRotation", (function () {
var $lzsc$temp = function (v_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_rotation(v_$0)
};
$lzsc$temp["displayName"] = "setRotation";
return $lzsc$temp
})(), "setAlign", (function () {
var $lzsc$temp = function (align_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_align(align_$0)
};
$lzsc$temp["displayName"] = "setAlign";
return $lzsc$temp
})(), "__LZalignCenter", (function () {
var $lzsc$temp = function (e_$0) {
switch (arguments.length) {
case 0:
e_$0 = null
};
var vip_$1 = this.immediateparent;
this.$lzc$set_x(vip_$1.width / 2 - this.width / 2)
};
$lzsc$temp["displayName"] = "__LZalignCenter";
return $lzsc$temp
})(), "__LZalignRight", (function () {
var $lzsc$temp = function (e_$0) {
switch (arguments.length) {
case 0:
e_$0 = null
};
var vip_$1 = this.immediateparent;
this.$lzc$set_x(vip_$1.width - this.width)
};
$lzsc$temp["displayName"] = "__LZalignRight";
return $lzsc$temp
})(), "setXOffset", (function () {
var $lzsc$temp = function (o_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_xoffset(o_$0)
};
$lzsc$temp["displayName"] = "setXOffset";
return $lzsc$temp
})(), "setYOffset", (function () {
var $lzsc$temp = function (o_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_yoffset(o_$0)
};
$lzsc$temp["displayName"] = "setYOffset";
return $lzsc$temp
})(), "getBounds", (function () {
var $lzsc$temp = function () {
var width_$0 = (this.width + this.__widthoffset) * this.xscale;
var height_$1 = (this.height + this.__heightoffset) * this.yscale;
var mtrix_$2 = [-this.xoffset, -this.yoffset, width_$0 - this.xoffset, -this.yoffset, -this.xoffset, height_$1 - this.yoffset, width_$0 - this.xoffset, height_$1 - this.yoffset, this.rotation, this.x, this.y];
if (this.__LZstoredbounds) {
var i_$3 = mtrix_$2.length - 1;
while (mtrix_$2[i_$3] == LzView.__LZlastmtrix[i_$3]) {
if (i_$3-- == 0) {
return this.__LZstoredbounds
}}};
var o_$4 = {};
for (var i_$3 = 0;i_$3 < 8;i_$3 += 2) {
var x_$5 = mtrix_$2[i_$3];
var y_$6 = mtrix_$2[i_$3 + 1];
var cx_$7 = x_$5 * this.__LZrcos - y_$6 * this.__LZrsin;
var cy_$8 = x_$5 * this.__LZrsin + y_$6 * this.__LZrcos;
if (o_$4.xoffset == null || o_$4.xoffset > cx_$7) {
o_$4.xoffset = cx_$7
};
if (o_$4.yoffset == null || o_$4.yoffset > cy_$8) {
o_$4.yoffset = cy_$8
};
if (o_$4.width == null || o_$4.width < cx_$7) {
o_$4.width = cx_$7
};
if (o_$4.height == null || o_$4.height < cy_$8) {
o_$4.height = cy_$8
}};
o_$4.width -= o_$4.xoffset;
o_$4.height -= o_$4.yoffset;
o_$4.x = this.x + o_$4.xoffset;
o_$4.y = this.y + o_$4.yoffset;
this.__LZstoredbounds = o_$4;
LzView.__LZlastmtrix = mtrix_$2;
return o_$4
};
$lzsc$temp["displayName"] = "getBounds";
return $lzsc$temp
})(), "$lzc$getBounds_dependencies", (function () {
var $lzsc$temp = function (who_$0, self_$1) {
return [self_$1, "rotation", self_$1, "x", self_$1, "y", self_$1, "width", self_$1, "height"]
};
$lzsc$temp["displayName"] = "$lzc$getBounds_dependencies";
return $lzsc$temp
})(), "setValign", (function () {
var $lzsc$temp = function (valign_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_valign(valign_$0)
};
$lzsc$temp["displayName"] = "setValign";
return $lzsc$temp
})(), "__LZvalignMiddle", (function () {
var $lzsc$temp = function (e_$0) {
switch (arguments.length) {
case 0:
e_$0 = null
};
var vip_$1 = this.immediateparent;
this.$lzc$set_y(vip_$1.height / 2 - this.height / 2)
};
$lzsc$temp["displayName"] = "__LZvalignMiddle";
return $lzsc$temp
})(), "__LZvalignBottom", (function () {
var $lzsc$temp = function (e_$0) {
switch (arguments.length) {
case 0:
e_$0 = null
};
var vip_$1 = this.immediateparent;
this.$lzc$set_y(vip_$1.height - this.height)
};
$lzsc$temp["displayName"] = "__LZvalignBottom";
return $lzsc$temp
})(), "setColor", (function () {
var $lzsc$temp = function (c_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_fgcolor(c_$0)
};
$lzsc$temp["displayName"] = "setColor";
return $lzsc$temp
})(), "getColor", (function () {
var $lzsc$temp = function () {
Debug.deprecated(this, arguments.callee, this.fgcolor);
return this.fgcolor
};
$lzsc$temp["displayName"] = "getColor";
return $lzsc$temp
})(), "setColorTransform", (function () {
var $lzsc$temp = function (o_$0) {
if (this.capabilities.colortransform) {
Debug.deprecated(this, arguments.callee, this.colortransform);
this.$lzc$set_colortransform({redMultiplier: o_$0.ra != null ? o_$0.ra / 100 : 1, redOffset: o_$0.rb, greenMultiplier: o_$0.ga != null ? o_$0.ga / 100 : 1, greenOffset: o_$0.gb, blueMultiplier: o_$0.ba != null ? o_$0.ba / 100 : 1, blueOffset: o_$0.bb, alphaMultiplier: o_$0.aa != null ? o_$0.aa / 100 : 1, alphaOffset: o_$0.ab})
} else {
LzView.__warnCapability("view.setColorTransform()", "colortransform")
}};
$lzsc$temp["displayName"] = "setColorTransform";
return $lzsc$temp
})(), "oncolortransform", LzDeclaredEvent, "colortransform", void 0, "$lzc$set_colortransform", (function () {
var $lzsc$temp = function (o_$0) {
if (this.capabilities.colortransform) {
if (this.colortransform === o_$0) {
this.oncolortransform.sendEvent(o_$0);
return
};
if (o_$0.redMultiplier == null) o_$0.redMultiplier = 1;
if (o_$0.redOffset == null) o_$0.redOffset = 0;
if (o_$0.greenMultiplier == null) o_$0.greenMultiplier = 1;
if (o_$0.greenOffset == null) o_$0.greenOffset = 0;
if (o_$0.blueMultiplier == null) o_$0.blueMultiplier = 1;
if (o_$0.blueOffset == null) o_$0.blueOffset = 0;
if (o_$0.alphaMultiplier == null) o_$0.alphaMultiplier = 1;
if (o_$0.alphaOffset == null) o_$0.alphaOffset = 0;
this.colortransform = o_$0;
this.sprite.setColorTransform(o_$0);
if (this.oncolortransform.ready) this.oncolortransform.sendEvent(o_$0);
if (o_$0.redOffset || o_$0.greenOffset || o_$0.blueOffset || o_$0.alphaOffset) {
this.tintcolor = LzColorUtils.rgbatoint(o_$0.redOffset, o_$0.greenOffset, o_$0.blueOffset, o_$0.alphaOffset);
if (this.ontintcolor.ready) this.ontintcolor.sendEvent(this.tintcolor)
}} else {
LzView.__warnCapability("view.colortransform", "colortransform")
}};
$lzsc$temp["displayName"] = "$lzc$set_colortransform";
return $lzsc$temp
})(), "getColorTransform", (function () {
var $lzsc$temp = function () {
Debug.deprecated(this, arguments.callee, this.tintcolor);
if (this.capabilities.colortransform) {
return this.sprite.getColorTransform()
} else {
LzView.__warnCapability("view.getColorTransform()", "colortransform")
}};
$lzsc$temp["displayName"] = "getColorTransform";
return $lzsc$temp
})(), "__LZcheckSize", (function () {
var $lzsc$temp = function (sview_$0, axis_$1, xory_$2) {
if (sview_$0.addedToParent) {
if (sview_$0.usegetbounds) {
var bobj_$3 = sview_$0.getBounds()
} else {
var bobj_$3 = sview_$0
};
var ss_$4 = bobj_$3[xory_$2] + bobj_$3[axis_$1];
var ts_$5 = this["_setresc" + axis_$1] ? this["unstretched" + axis_$1] : this[axis_$1];
if (ss_$4 > ts_$5 && sview_$0.visible) {
this["__LZoutlie" + axis_$1] = sview_$0;
if (axis_$1 == "width") {
this.updateWidth(ss_$4)
} else this.updateHeight(ss_$4)
} else if (this["__LZoutlie" + axis_$1] == sview_$0 && (ss_$4 < ts_$5 || !sview_$0.visible)) {
this.reevaluateSize(axis_$1)
}}};
$lzsc$temp["displayName"] = "__LZcheckSize";
return $lzsc$temp
})(), "__LZcheckwidthFunction", (function () {
var $lzsc$temp = function (sview_$0) {
this.__LZcheckSize(sview_$0, "width", "x")
};
$lzsc$temp["displayName"] = "__LZcheckwidthFunction";
return $lzsc$temp
})(), "__LZcheckheightFunction", (function () {
var $lzsc$temp = function (sview_$0) {
this.__LZcheckSize(sview_$0, "height", "y")
};
$lzsc$temp["displayName"] = "__LZcheckheightFunction";
return $lzsc$temp
})(), "measureSize", (function () {
var $lzsc$temp = function (axis_$0) {
var w_$1 = this["resource" + axis_$0];
for (var i_$2 = this.subviews.length - 1;i_$2 >= 0;i_$2--) {
var sview_$3 = this.subviews[i_$2];
if (sview_$3.visible) {
if (sview_$3.usegetbounds) {
var bobj_$4 = sview_$3.getBounds()
} else {
var bobj_$4 = sview_$3
};
var svs_$5 = bobj_$4[axis_$0 == "width" ? "x" : "y"] + bobj_$4[axis_$0];
if (svs_$5 > w_$1) {
w_$1 = svs_$5
}}};
return w_$1
};
$lzsc$temp["displayName"] = "measureSize";
return $lzsc$temp
})(), "measureWidth", (function () {
var $lzsc$temp = function () {
return this.measureSize("width")
};
$lzsc$temp["displayName"] = "measureWidth";
return $lzsc$temp
})(), "measureHeight", (function () {
var $lzsc$temp = function () {
return this.measureSize("height")
};
$lzsc$temp["displayName"] = "measureHeight";
return $lzsc$temp
})(), "updateSize", (function () {
var $lzsc$temp = function (axis_$0, newsize_$1) {
if (axis_$0 == "width") {
this.updateWidth(newsize_$1)
} else this.updateHeight(newsize_$1)
};
$lzsc$temp["displayName"] = "updateSize";
return $lzsc$temp
})(), "updateWidth", (function () {
var $lzsc$temp = function (newsize_$0) {
if (this._setrescwidth) {
this.unstretchedwidth = newsize_$0;
if (this.onunstretchedwidth.ready) this.onunstretchedwidth.sendEvent(newsize_$0)
};
if (!this.hassetwidth) {
this.width = newsize_$0;
this.sprite.setWidth(newsize_$0);
if (this.onwidth.ready) this.onwidth.sendEvent(newsize_$0);
var vip_$1 = this.immediateparent;
if (vip_$1.__LZcheckwidth) vip_$1.__LZcheckwidthFunction(this)
}};
$lzsc$temp["displayName"] = "updateWidth";
return $lzsc$temp
})(), "updateHeight", (function () {
var $lzsc$temp = function (newsize_$0) {
if (this._setrescheight) {
this.unstretchedheight = newsize_$0;
if (this.onunstretchedheight.ready) this.onunstretchedheight.sendEvent(newsize_$0)
};
if (!this.hassetheight) {
this.height = newsize_$0;
this.sprite.setHeight(newsize_$0);
if (this.onheight.ready) this.onheight.sendEvent(newsize_$0);
var vip_$1 = this.immediateparent;
if (vip_$1.__LZcheckheight) vip_$1.__LZcheckheightFunction(this)
}};
$lzsc$temp["displayName"] = "updateHeight";
return $lzsc$temp
})(), "reevaluateSize", (function () {
var $lzsc$temp = function (ia_$0) {
switch (arguments.length) {
case 0:
ia_$0 = null
};
if (ia_$0 == null) {
var axis_$1 = "height";
this.reevaluateSize("width")
} else {
var axis_$1 = ia_$0
};
if (this["hasset" + axis_$1] && !this["_setresc" + axis_$1]) return;
var o_$2 = this["_setresc" + axis_$1] ? this["unstretched" + axis_$1] : this[axis_$1];
var w_$3 = this["resource" + axis_$1] || 0;
this["__LZoutlie" + axis_$1] = this;
for (var i_$4 = this.subviews.length - 1;i_$4 >= 0;i_$4--) {
var sv_$5 = this.subviews[i_$4];
if (sv_$5.usegetbounds) {
var b_$6 = sv_$5.getBounds();
var svs_$7 = b_$6[axis_$1 == "width" ? "x" : "y"] + b_$6[axis_$1]
} else {
var svs_$7 = sv_$5[axis_$1 == "width" ? "x" : "y"] + sv_$5[axis_$1]
};
if (sv_$5.visible && svs_$7 > w_$3) {
w_$3 = svs_$7;
this["__LZoutlie" + axis_$1] = sv_$5
}};
if (o_$2 != w_$3) {
if (axis_$1 == "width") {
this.updateWidth(w_$3)
} else this.updateHeight(w_$3)
}};
$lzsc$temp["displayName"] = "reevaluateSize";
return $lzsc$temp
})(), "updateResourceSize", (function () {
var $lzsc$temp = function () {
this.sprite.updateResourceSize();
this.reevaluateSize()
};
$lzsc$temp["displayName"] = "updateResourceSize";
return $lzsc$temp
})(), "setAttributeRelative", (function () {
var $lzsc$temp = function (prop_$0, refView_$1) {
var tLink_$2 = this.getLinkage(refView_$1);
var val_$3 = refView_$1[prop_$0];
if (prop_$0 == "x" || prop_$0 == "y") {
tLink_$2.update(prop_$0);
{
var $lzsc$smrj6m = (val_$3 - tLink_$2[prop_$0 + "offset"]) / tLink_$2[prop_$0 + "scale"];
if (!this.__LZdeleted) {
var $lzsc$flneg3 = "$lzc$set_" + prop_$0;
if (Function["$lzsc$isa"] ? Function.$lzsc$isa(this[$lzsc$flneg3]) : this[$lzsc$flneg3] instanceof Function) {
this[$lzsc$flneg3]($lzsc$smrj6m)
} else {
this[prop_$0] = $lzsc$smrj6m;
var $lzsc$ix8bya = this["on" + prop_$0];
if (LzEvent["$lzsc$isa"] ? LzEvent.$lzsc$isa($lzsc$ix8bya) : $lzsc$ix8bya instanceof LzEvent) {
if ($lzsc$ix8bya.ready) {
$lzsc$ix8bya.sendEvent($lzsc$smrj6m)
}}}}}} else if (prop_$0 == "width" || prop_$0 == "height") {
var axis_$4 = prop_$0 == "width" ? "x" : "y";
tLink_$2.update(axis_$4);
var scale_$5 = axis_$4 + "scale";
{
var $lzsc$68vidy = val_$3 * refView_$1[scale_$5] / tLink_$2[scale_$5] / this[scale_$5];
if (!this.__LZdeleted) {
var $lzsc$tf075h = "$lzc$set_" + prop_$0;
if (Function["$lzsc$isa"] ? Function.$lzsc$isa(this[$lzsc$tf075h]) : this[$lzsc$tf075h] instanceof Function) {
this[$lzsc$tf075h]($lzsc$68vidy)
} else {
this[prop_$0] = $lzsc$68vidy;
var $lzsc$jvz64o = this["on" + prop_$0];
if (LzEvent["$lzsc$isa"] ? LzEvent.$lzsc$isa($lzsc$jvz64o) : $lzsc$jvz64o instanceof LzEvent) {
if ($lzsc$jvz64o.ready) {
$lzsc$jvz64o.sendEvent($lzsc$68vidy)
}}}}}}};
$lzsc$temp["displayName"] = "setAttributeRelative";
return $lzsc$temp
})(), "$lzc$setAttributeRelative_dependencies", (function () {
var $lzsc$temp = function (who_$0, self_$1, prop_$2, refView_$3) {
var tLink_$4 = who_$0.getLinkage(refView_$3);
var pass_$5 = 2;
var d_$6 = [];
if (prop_$2 == "width") {
var ax_$7 = "x"
} else if (prop_$2 == "height") {
var ax_$7 = "y"
} else {
var ax_$7 = prop_$2
};
var sax_$8 = ax_$7 == "x" ? "width" : "height";
while (pass_$5) {
if (pass_$5 == 2) {
var carr_$9 = tLink_$4.uplinkArray
} else {
var carr_$9 = tLink_$4.downlinkArray
};
pass_$5--;
for (var i_$a = carr_$9.length - 1;i_$a >= 0;i_$a--) {
d_$6.push(carr_$9[i_$a], ax_$7);
if (d_$6["_setresc" + sax_$8]) {
d_$6.push([carr_$9[i_$a], sax_$8])
}}};
return d_$6
};
$lzsc$temp["displayName"] = "$lzc$setAttributeRelative_dependencies";
return $lzsc$temp
})(), "getAttributeRelative", (function () {
var $lzsc$temp = function (prop_$0, refView_$1) {
if (refView_$1 === this) {
return this[prop_$0]
};
var tLink_$2 = this.getLinkage(refView_$1);
if (prop_$0 == "x" || prop_$0 == "y") {
tLink_$2.update(prop_$0);
return this[prop_$0] * tLink_$2[prop_$0 + "scale"] + tLink_$2[prop_$0 + "offset"]
} else if (prop_$0 == "width" || prop_$0 == "height") {
var axis_$3 = prop_$0 == "width" ? "x" : "y";
tLink_$2.update(axis_$3);
var scale_$4 = axis_$3 + "scale";
return this[prop_$0] * this[scale_$4] * tLink_$2[scale_$4] / refView_$1[scale_$4]
}};
$lzsc$temp["displayName"] = "getAttributeRelative";
return $lzsc$temp
})(), "$lzc$getAttributeRelative_dependencies", (function () {
var $lzsc$temp = function (who_$0, self_$1, prop_$2, refView_$3) {
var tLink_$4 = self_$1.getLinkage(refView_$3);
var pass_$5 = 2;
var d_$6 = [self_$1, prop_$2];
if (prop_$2 == "width") {
var ax_$7 = "x"
} else if (prop_$2 == "height") {
var ax_$7 = "y"
} else {
var ax_$7 = prop_$2
};
var sax_$8 = ax_$7 == "x" ? "width" : "height";
while (pass_$5) {
if (pass_$5 == 2) {
var carr_$9 = tLink_$4.uplinkArray
} else {
var carr_$9 = tLink_$4.downlinkArray
};
pass_$5--;
for (var i_$a = carr_$9.length - 1;i_$a >= 0;i_$a--) {
var ci_$b = carr_$9[i_$a];
d_$6.push(ci_$b, ax_$7);
if (ci_$b["_setresc" + sax_$8]) {
d_$6.push(ci_$b, sax_$8)
}}};
return d_$6
};
$lzsc$temp["displayName"] = "$lzc$getAttributeRelative_dependencies";
return $lzsc$temp
})(), "__LZviewLinks", null, "getLinkage", (function () {
var $lzsc$temp = function (refView_$0) {
if (this.__LZviewLinks == null) {
this.__LZviewLinks = new Object()
};
var uid_$1 = refView_$0.getUID();
if (this.__LZviewLinks[uid_$1] == null) {
this.__LZviewLinks[uid_$1] = new LzViewLinkage(this, refView_$0)
};
return this.__LZviewLinks[uid_$1]
};
$lzsc$temp["displayName"] = "getLinkage";
return $lzsc$temp
})(), "mouseevent", (function () {
var $lzsc$temp = function (eventname_$0) {
if (this[eventname_$0] && this[eventname_$0].ready) this[eventname_$0].sendEvent(this)
};
$lzsc$temp["displayName"] = "mouseevent";
return $lzsc$temp
})(), "getMouse", (function () {
var $lzsc$temp = function (xory_$0) {
switch (arguments.length) {
case 0:
xory_$0 = null
};
if (this.__mousecache == null || this.__movecounter !== lz.GlobalMouse.__movecounter) {
this.__movecounter = lz.GlobalMouse.__movecounter;
this.__mousecache = this.sprite.getMouse()
};
if (xory_$0 == null) return this.__mousecache;
return this.__mousecache[xory_$0]
};
$lzsc$temp["displayName"] = "getMouse";
return $lzsc$temp
})(), "$lzc$getMouse_dependencies", (function () {
var $lzsc$temp = function () {
var ignore_$0 = Array.prototype.slice.call(arguments, 0);
return [lz.Idle, "idle"]
};
$lzsc$temp["displayName"] = "$lzc$getMouse_dependencies";
return $lzsc$temp
})(), "containsPt", (function () {
var $lzsc$temp = function (x_$0, y_$1) {
var offsetx_$2 = 0;
var offsety_$3 = 0;
var view_$4 = this;
do {
if (!view_$4.visible) return false;
if (view_$4.masked || view_$4 === this) {
var vx_$5 = x_$0 - offsetx_$2;
var vy_$6 = y_$1 - offsety_$3;
if (vx_$5 < 0 || vx_$5 >= view_$4.width || vy_$6 < 0 || vy_$6 >= view_$4.height) {
return false
}};
offsetx_$2 -= view_$4.x;
offsety_$3 -= view_$4.y;
view_$4 = view_$4.immediateparent
} while (view_$4 !== canvas);
return true
};
$lzsc$temp["displayName"] = "containsPt";
return $lzsc$temp
})(), "bringToFront", (function () {
var $lzsc$temp = function () {
if (!this.sprite) {
Debug.warn("no sprite on ", this);
return
};
this.sprite.bringToFront()
};
$lzsc$temp["displayName"] = "bringToFront";
return $lzsc$temp
})(), "getDepthList", (function () {
var $lzsc$temp = function () {
var o_$0 = this.subviews.concat();
o_$0.sort(this.__zCompare);
return o_$0
};
$lzsc$temp["displayName"] = "getDepthList";
return $lzsc$temp
})(), "__zCompare", (function () {
var $lzsc$temp = function (a_$0, b_$1) {
var az_$2 = a_$0.sprite.getZ();
var bz_$3 = b_$1.sprite.getZ();
if (az_$2 < bz_$3) return -1;
if (az_$2 > bz_$3) return 1;
return 0
};
$lzsc$temp["displayName"] = "__zCompare";
return $lzsc$temp
})(), "sendBehind", (function () {
var $lzsc$temp = function (v_$0) {
if (v_$0 === this) return;
return v_$0 ? this.sprite.sendBehind(v_$0.sprite) : false
};
$lzsc$temp["displayName"] = "sendBehind";
return $lzsc$temp
})(), "sendInFrontOf", (function () {
var $lzsc$temp = function (v_$0) {
if (v_$0 === this) return;
return v_$0 ? this.sprite.sendInFrontOf(v_$0.sprite) : false
};
$lzsc$temp["displayName"] = "sendInFrontOf";
return $lzsc$temp
})(), "sendToBack", (function () {
var $lzsc$temp = function () {
this.sprite.sendToBack()
};
$lzsc$temp["displayName"] = "sendToBack";
return $lzsc$temp
})(), "setResourceNumber", (function () {
var $lzsc$temp = function (n_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_frame(n_$0)
};
$lzsc$temp["displayName"] = "setResourceNumber";
return $lzsc$temp
})(), "stretchResource", (function () {
var $lzsc$temp = function (v_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_stretches(v_$0)
};
$lzsc$temp["displayName"] = "stretchResource";
return $lzsc$temp
})(), "setBGColor", (function () {
var $lzsc$temp = function (bgc_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_bgcolor(bgc_$0)
};
$lzsc$temp["displayName"] = "setBGColor";
return $lzsc$temp
})(), "setSource", (function () {
var $lzsc$temp = function (source_$0, cache_$1, headers_$2, filetype_$3) {
switch (arguments.length) {
case 1:
cache_$1 = null;;case 2:
headers_$2 = null;;case 3:
filetype_$3 = null
};
this.sprite.setSource(source_$0, cache_$1, headers_$2, filetype_$3)
};
$lzsc$temp["displayName"] = "setSource";
return $lzsc$temp
})(), "unload", (function () {
var $lzsc$temp = function () {
this._resource = null;
this.sprite.unload()
};
$lzsc$temp["displayName"] = "unload";
return $lzsc$temp
})(), "makeMasked", (function () {
var $lzsc$temp = function () {
this.sprite.setClip(true);
this.masked = true;
this.mask = this
};
$lzsc$temp["displayName"] = "makeMasked";
return $lzsc$temp
})(), "removeMask", (function () {
var $lzsc$temp = function () {
this.sprite.setClip(false);
this.masked = false;
this.mask = null
};
$lzsc$temp["displayName"] = "removeMask";
return $lzsc$temp
})(), "setClickable", (function () {
var $lzsc$temp = function (amclickable_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_clickable(amclickable_$0)
};
$lzsc$temp["displayName"] = "setClickable";
return $lzsc$temp
})(), "$lzc$set_cursor", (function () {
var $lzsc$temp = function (cursor_$0) {
this.sprite.setCursor(cursor_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_cursor";
return $lzsc$temp
})(), "setCursor", (function () {
var $lzsc$temp = function (cursor_$0) {
switch (arguments.length) {
case 0:
cursor_$0 = null
};
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_cursor(cursor_$0)
};
$lzsc$temp["displayName"] = "setCursor";
return $lzsc$temp
})(), "$lzc$set_play", (function () {
var $lzsc$temp = function (b_$0) {
if (b_$0) {
this.play()
} else {
this.stop()
}};
$lzsc$temp["displayName"] = "$lzc$set_play";
return $lzsc$temp
})(), "setPlay", (function () {
var $lzsc$temp = function (b_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_play(b_$0)
};
$lzsc$temp["displayName"] = "setPlay";
return $lzsc$temp
})(), "getMCRef", (function () {
var $lzsc$temp = function () {
Debug.deprecated(this, arguments.callee, this.getDisplayObject);
return this.getDisplayObject()
};
$lzsc$temp["displayName"] = "getMCRef";
return $lzsc$temp
})(), "getDisplayObject", (function () {
var $lzsc$temp = function () {
return this.sprite.getDisplayObject()
};
$lzsc$temp["displayName"] = "getDisplayObject";
return $lzsc$temp
})(), "play", (function () {
var $lzsc$temp = function (f_$0, rel_$1) {
switch (arguments.length) {
case 0:
f_$0 = null;;case 1:
rel_$1 = false
};
this.sprite.play(f_$0, rel_$1)
};
$lzsc$temp["displayName"] = "play";
return $lzsc$temp
})(), "stop", (function () {
var $lzsc$temp = function (f_$0, rel_$1) {
switch (arguments.length) {
case 0:
f_$0 = null;;case 1:
rel_$1 = false
};
this.sprite.stop(f_$0, rel_$1)
};
$lzsc$temp["displayName"] = "stop";
return $lzsc$temp
})(), "setVolume", (function () {
var $lzsc$temp = function (v_$0) {
if (this.capabilities.audio) {
this.sprite.setVolume(v_$0)
} else {
LzView.__warnCapability("view.setVolume()", "audio")
}};
$lzsc$temp["displayName"] = "setVolume";
return $lzsc$temp
})(), "getVolume", (function () {
var $lzsc$temp = function () {
if (this.capabilities.audio) {
return this.sprite.getVolume()
} else {
LzView.__warnCapability("view.getVolume()", "audio")
};
return NaN
};
$lzsc$temp["displayName"] = "getVolume";
return $lzsc$temp
})(), "setPan", (function () {
var $lzsc$temp = function (p_$0) {
if (this.capabilities.audio) {
this.sprite.setPan(p_$0)
} else {
LzView.__warnCapability("view.setPan()", "audio")
}};
$lzsc$temp["displayName"] = "setPan";
return $lzsc$temp
})(), "getPan", (function () {
var $lzsc$temp = function () {
if (this.capabilities.audio) {
return this.sprite.getPan()
} else {
LzView.__warnCapability("view.getPan()", "audio")
};
return NaN
};
$lzsc$temp["displayName"] = "getPan";
return $lzsc$temp
})(), "getZ", (function () {
var $lzsc$temp = function () {
return this.sprite.getZ()
};
$lzsc$temp["displayName"] = "getZ";
return $lzsc$temp
})(), "seek", (function () {
var $lzsc$temp = function (secs_$0) {
if (this.capabilities.audio) {
if (this.sprite.isaudio) {
this.sprite.seek(secs_$0, this.playing);
return
}};
var frames_$1 = secs_$0 * canvas.framerate;
if (this.playing) {
this.play(frames_$1, true)
} else {
this.stop(frames_$1, true)
}};
$lzsc$temp["displayName"] = "seek";
return $lzsc$temp
})(), "getCurrentTime", (function () {
var $lzsc$temp = function () {
if (this.capabilities.audio) {
if (this.sprite.isaudio) {
return this.sprite.getCurrentTime()
}};
return this.frame / canvas.framerate
};
$lzsc$temp["displayName"] = "getCurrentTime";
return $lzsc$temp
})(), "$lzc$getCurrentTime_dependencies", (function () {
var $lzsc$temp = function (who_$0, self_$1) {
return [self_$1, "frame"]
};
$lzsc$temp["displayName"] = "$lzc$getCurrentTime_dependencies";
return $lzsc$temp
})(), "getTotalTime", (function () {
var $lzsc$temp = function () {
if (this.capabilities.audio) {
if (this.sprite.isaudio) {
return this.sprite.getTotalTime()
}};
return this.totalframes / canvas.framerate
};
$lzsc$temp["displayName"] = "getTotalTime";
return $lzsc$temp
})(), "$lzc$getTotalTime_dependencies", (function () {
var $lzsc$temp = function (who_$0, self_$1) {
return [self_$1, "load"]
};
$lzsc$temp["displayName"] = "$lzc$getTotalTime_dependencies";
return $lzsc$temp
})(), "getID3", (function () {
var $lzsc$temp = function () {
if (this.capabilities.audio) {
if (this.sprite.isaudio) {
return this.sprite.getID3()
}} else {
LzView.__warnCapability("view.getID3()", "audio")
};
return null
};
$lzsc$temp["displayName"] = "getID3";
return $lzsc$temp
})(), "setShowHandCursor", (function () {
var $lzsc$temp = function (s_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_showhandcursor(s_$0)
};
$lzsc$temp["displayName"] = "setShowHandCursor";
return $lzsc$temp
})(), "setAccessible", (function () {
var $lzsc$temp = function (accessible_$0) {
if (this.capabilities.accessibility) {
this.sprite.setAccessible(accessible_$0)
} else {
LzView.__warnCapability("view.setAccessible()", "accessibility")
}};
$lzsc$temp["displayName"] = "setAccessible";
return $lzsc$temp
})(), "setAAActive", (function () {
var $lzsc$temp = function (s_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_aaactive(s_$0)
};
$lzsc$temp["displayName"] = "setAAActive";
return $lzsc$temp
})(), "setAAName", (function () {
var $lzsc$temp = function (s_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_aaname(s_$0)
};
$lzsc$temp["displayName"] = "setAAName";
return $lzsc$temp
})(), "setAADescription", (function () {
var $lzsc$temp = function (s_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_aadescription(s_$0)
};
$lzsc$temp["displayName"] = "setAADescription";
return $lzsc$temp
})(), "setAATabIndex", (function () {
var $lzsc$temp = function (s_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_aatabindex(s_$0)
};
$lzsc$temp["displayName"] = "setAATabIndex";
return $lzsc$temp
})(), "setAASilent", (function () {
var $lzsc$temp = function (s_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_aasilent(s_$0)
};
$lzsc$temp["displayName"] = "setAASilent";
return $lzsc$temp
})(), "shouldYieldFocus", (function () {
var $lzsc$temp = function () {
return true
};
$lzsc$temp["displayName"] = "shouldYieldFocus";
return $lzsc$temp
})(), "blurring", false, "getProxyURL", (function () {
var $lzsc$temp = function (url_$0) {
switch (arguments.length) {
case 0:
url_$0 = null
};
var proxy_$1 = this.proxyurl;
if (proxy_$1 == null) {
return null
} else if (typeof proxy_$1 == "string") {
return proxy_$1
} else if (typeof proxy_$1 == "function") {
return proxy_$1(url_$0)
} else {
Debug.error("Unknown value for proxyurl expression %w on %w", proxy_$1, this)
}};
$lzsc$temp["displayName"] = "getProxyURL";
return $lzsc$temp
})(), "__LZcheckProxyPolicy", (function () {
var $lzsc$temp = function (url_$0) {
if (this.__proxypolicy != null) {
return this.__proxypolicy(url_$0)
};
var pol_$1 = LzView.__LZproxypolicies;
for (var i_$2 = pol_$1.length - 1;i_$2 >= 0;i_$2--) {
var resp_$3 = pol_$1[i_$2](url_$0);
if (resp_$3 != null) return resp_$3
};
return canvas.proxied
};
$lzsc$temp["displayName"] = "__LZcheckProxyPolicy";
return $lzsc$temp
})(), "setProxyPolicy", (function () {
var $lzsc$temp = function (f_$0) {
this.__proxypolicy = f_$0
};
$lzsc$temp["displayName"] = "setProxyPolicy";
return $lzsc$temp
})(), "__proxypolicy", null, "setProxyURL", (function () {
var $lzsc$temp = function (f_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_proxyurl(f_$0)
};
$lzsc$temp["displayName"] = "setProxyURL";
return $lzsc$temp
})(), "proxyurl", (function () {
var $lzsc$temp = function (url_$0) {
return canvas.getProxyURL(url_$0)
};
$lzsc$temp["displayName"] = "views/LaszloView.lzs#3442/16";
return $lzsc$temp
})(), "$lzc$set_proxyurl", (function () {
var $lzsc$temp = function (f_$0) {
this.proxyurl = f_$0
};
$lzsc$temp["displayName"] = "$lzc$set_proxyurl";
return $lzsc$temp
})(), "contextmenu", null, "$lzc$set_contextmenu", (function () {
var $lzsc$temp = function (cmenu_$0) {
this.contextmenu = cmenu_$0;
this.sprite.setContextMenu(cmenu_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_contextmenu";
return $lzsc$temp
})(), "setContextMenu", (function () {
var $lzsc$temp = function (cmenu_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_contextmenu(cmenu_$0)
};
$lzsc$temp["displayName"] = "setContextMenu";
return $lzsc$temp
})(), "getContextMenu", (function () {
var $lzsc$temp = function () {
Debug.deprecated(this, arguments.callee, "contextmenu");
return this.contextmenu
};
$lzsc$temp["displayName"] = "getContextMenu";
return $lzsc$temp
})(), "getNextSelection", (function () {
var $lzsc$temp = function () {};
$lzsc$temp["displayName"] = "getNextSelection";
return $lzsc$temp
})(), "getPrevSelection", (function () {
var $lzsc$temp = function () {};
$lzsc$temp["displayName"] = "getPrevSelection";
return $lzsc$temp
})(), "cachebitmap", false, "$lzc$set_cachebitmap", (function () {
var $lzsc$temp = function (cache_$0) {
if (cache_$0 != this.cachebitmap) {
this.cachebitmap = cache_$0;
if (this.capabilities.bitmapcaching) {
this.sprite.setBitmapCache(cache_$0)
} else {
LzView.__warnCapability("view.cachebitmap", "bitmapcaching")
}}};
$lzsc$temp["displayName"] = "$lzc$set_cachebitmap";
return $lzsc$temp
})(), "oncontext", LzDeclaredEvent, "context", null, "$lzc$set_context", (function () {
var $lzsc$temp = function (context_$0) {
this.context = context_$0;
if (this.oncontext.ready) {
this.oncontext.sendEvent(context_$0)
}};
$lzsc$temp["displayName"] = "$lzc$set_context";
return $lzsc$temp
})(), "createContext", (function () {
var $lzsc$temp = function () {
if (this.capabilities["2dcanvas"]) {
this.sprite.setContextCallback(this, "$lzc$set_context");
var context_$0 = this.sprite.getContext();
if (context_$0) {
{
if (!this.__LZdeleted) {
if (Function["$lzsc$isa"] ? Function.$lzsc$isa(this["$lzc$set_context"]) : this["$lzc$set_context"] instanceof Function) {
this["$lzc$set_context"](context_$0)
} else {
this["context"] = context_$0;
var $lzsc$ctoqpm = this["oncontext"];
if (LzEvent["$lzsc$isa"] ? LzEvent.$lzsc$isa($lzsc$ctoqpm) : $lzsc$ctoqpm instanceof LzEvent) {
if ($lzsc$ctoqpm.ready) {
$lzsc$ctoqpm.sendEvent(context_$0)
}}}}}}} else {
LzView.__warnCapability("view.createContext", "2dcanvas")
}};
$lzsc$temp["displayName"] = "createContext";
return $lzsc$temp
})(), "onshadowangle", LzDeclaredEvent, "shadowangle", 0, "$lzc$set_shadowangle", (function () {
var $lzsc$temp = function (angle_$0) {
if (this.capabilities["dropshadows"]) {
this.shadowangle = angle_$0;
this.__updateShadow();
if (this.onshadowangle.ready) {
this.onshadowangle.sendEvent(angle_$0)
}} else {
LzView.__warnCapability("view.shadowangle", "dropshadows")
}};
$lzsc$temp["displayName"] = "$lzc$set_shadowangle";
return $lzsc$temp
})(), "onshadowdistance", LzDeclaredEvent, "shadowdistance", 10, "$lzc$set_shadowdistance", (function () {
var $lzsc$temp = function (distance_$0) {
if (this.capabilities["dropshadows"]) {
if (distance_$0 < 0.01) distance_$0 = 0;
this.shadowdistance = distance_$0;
this.__updateShadow();
if (this.onshadowdistance.ready) {
this.onshadowdistance.sendEvent(distance_$0)
}} else {
LzView.__warnCapability("view.shadowdistance", "dropshadows")
}};
$lzsc$temp["displayName"] = "$lzc$set_shadowdistance";
return $lzsc$temp
})(), "onshadowcolor", LzDeclaredEvent, "shadowcolor", 0, "$lzc$set_shadowcolor", (function () {
var $lzsc$temp = function (color_$0) {
if (this.capabilities["dropshadows"]) {
this.shadowcolor = LzColorUtils.torgb(color_$0);
this.__updateShadow();
if (this.onshadowcolor.ready) {
this.onshadowcolor.sendEvent(color_$0)
}} else {
LzView.__warnCapability("view.shadowcolor", "dropshadows")
}};
$lzsc$temp["displayName"] = "$lzc$set_shadowcolor";
return $lzsc$temp
})(), "onshadowblurradius", LzDeclaredEvent, "shadowblurradius", 4, "$lzc$set_shadowblurradius", (function () {
var $lzsc$temp = function (blurradius_$0) {
if (this.capabilities["dropshadows"]) {
if (blurradius_$0 < 0.01) blurradius_$0 = 0;
this.shadowblurradius = blurradius_$0;
this.__updateShadow();
if (this.onshadowblurradius.ready) {
this.onshadowblurradius.sendEvent(blurradius_$0)
}} else {
LzView.__warnCapability("view.shadowblurradius", "dropshadows")
}};
$lzsc$temp["displayName"] = "$lzc$set_shadowblurradius";
return $lzsc$temp
})(), "__updateShadow", (function () {
var $lzsc$temp = function () {
if (!this.isinited) {
this.__updateshadowoninit = true
} else {
this.sprite.updateShadow(this.shadowcolor, this.shadowdistance, this.shadowangle, this.shadowblurradius)
}};
$lzsc$temp["displayName"] = "__updateShadow";
return $lzsc$temp
})(), "ontintcolor", LzDeclaredEvent, "tintcolor", "", "$lzc$set_tintcolor", (function () {
var $lzsc$temp = function (color_$0) {
if (this.capabilities.colortransform) {
if (this.fgcolor != null) {
Debug.warn("Setting tintcolor when fgcolor is already set on", this)
};
var obj_$1 = {redMultiplier: 0, greenMultiplier: 0, blueMultiplier: 0, alphaMultiplier: 1};
if (color_$0 != null && color_$0 != "") {
if (isNaN(color_$0)) {
var color_$0 = lz.Type.acceptTypeValue("color", color_$0, this, "tintcolor")
};
var rgba_$2 = LzColorUtils.inttorgba(color_$0);
obj_$1.redOffset = rgba_$2[0];
obj_$1.greenOffset = rgba_$2[1];
obj_$1.blueOffset = rgba_$2[2];
if (rgba_$2[3] != null) {
obj_$1.alphaOffset = rgba_$2[3]
}};
this.$lzc$set_colortransform(obj_$1);
return
} else {
LzView.__warnCapability("view.tintcolor", "colortransform")
};
this.tintcolor = color_$0;
if (this.ontintcolor.ready) this.ontintcolor.sendEvent(color_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_tintcolor";
return $lzsc$temp
})(), "oncornerradius", LzDeclaredEvent, "cornerradius", "4", "$lzc$set_cornerradius", (function () {
var $lzsc$temp = function (radius_$0) {
if (this.capabilities["cornerradius"]) {
if (this.cornerradius !== radius_$0) {
var radii_$1 = String(radius_$0).split(" ");
var l_$2 = radii_$1.length;
if (l_$2 == 0) return;
if (l_$2 <= 1) radii_$1[1] = radii_$1[0];
if (l_$2 <= 3) radii_$1[3] = radii_$1[1];
if (l_$2 <= 2) radii_$1[2] = radii_$1[0];
for (var i_$3 = 0, l_$2 = radii_$1.length;i_$3 < l_$2;i_$3++) {
radii_$1[i_$3] = parseFloat(radii_$1[i_$3])
};
this.sprite.setCornerRadius(radii_$1)
}} else {
LzView.__warnCapability("view.cornerradius", "cornerradius")
};
this.cornerradius = radius_$0;
if (this.oncornerradius.ready) this.oncornerradius.sendEvent(radius_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_cornerradius";
return $lzsc$temp
})(), "isMouseOver", (function () {
var $lzsc$temp = function () {
var mousepos_$0 = this.getMouse();
return this.containsPt(mousepos_$0.x, mousepos_$0.y)
};
$lzsc$temp["displayName"] = "isMouseOver";
return $lzsc$temp
})(), "$lzc$isMouseOver_dependencies", (function () {
var $lzsc$temp = function () {
var ignore_$0 = Array.prototype.slice.call(arguments, 0);
return [lz.Idle, "idle"]
};
$lzsc$temp["displayName"] = "$lzc$isMouseOver_dependencies";
return $lzsc$temp
})(), "isInFrontOf", (function () {
var $lzsc$temp = function (sibling_$0) {
if (!sibling_$0 || sibling_$0.parent !== this.parent) return null;
return this.sprite.getZ() > sibling_$0.sprite.getZ()
};
$lzsc$temp["displayName"] = "isInFrontOf";
return $lzsc$temp
})(), "isBehind", (function () {
var $lzsc$temp = function (sibling_$0) {
if (!sibling_$0 || sibling_$0.parent !== this.parent) return null;
return this.sprite.getZ() < sibling_$0.sprite.getZ()
};
$lzsc$temp["displayName"] = "isBehind";
return $lzsc$temp
})(), "__widthoffset", 0, "__heightoffset", 0, "__styleinfo", {}, "setCSS", (function () {
var $lzsc$temp = function (stylename_$0, value_$1) {
var styleinfo_$2 = this.__styleinfo[stylename_$0];
if (!styleinfo_$2) {
Debug.warn("Unknown CSS property", stylename_$0);
return
};
if (this.capabilities[styleinfo_$2.capability]) {
this.sprite.setCSS(stylename_$0, value_$1, styleinfo_$2.isdimension)
} else {
LzView.__warnCapability("view." + stylename_$0.toLowerCase(), styleinfo_$2.capability);
return
};
if (styleinfo_$2.affectsoffset) {
this.__LZhasoffset = this.xoffset != 0 || this.yoffset != 0 || this.__widthoffset != 0 || this.__heightoffset != 0;
this.usegetbounds = this.__LZhasoffset || this.rotation != 0 || this.xscale != 1 || this.yscale != 1;
var vip_$3 = this.immediateparent;
if (vip_$3.__LZcheckwidth) vip_$3.__LZcheckwidthFunction(this);
if (vip_$3.__LZcheckheight) vip_$3.__LZcheckheightFunction(this)
}};
$lzsc$temp["displayName"] = "setCSS";
return $lzsc$temp
})(), "__LZresolveOtherReferences", (function () {
var $lzsc$temp = function (rdict_$0) {
var layout_$1 = rdict_$0["layout"];
if (layout_$1 != null) {
this.$lzc$set_layout(layout_$1)
}};
$lzsc$temp["displayName"] = "__LZresolveOtherReferences";
return $lzsc$temp
})(), "usegetbounds", false, "xscale", 1, "onxscale", LzDeclaredEvent, "$lzc$set_xscale", (function () {
var $lzsc$temp = function (xscale_$0) {
if (this.capabilities.scaling) {
this.xscale = xscale_$0;
this.usegetbounds = this.__LZhasoffset || this.rotation != 0 || this.xscale != 1 || this.yscale != 1;
this.sprite.setXScale(xscale_$0)
} else {
LzView.__warnCapability("view.xscale", "scaling")
};
if (this.onxscale.ready) this.onxscale.sendEvent(xscale_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_xscale";
return $lzsc$temp
})(), "yscale", 1, "onyscale", LzDeclaredEvent, "$lzc$set_yscale", (function () {
var $lzsc$temp = function (yscale_$0) {
if (this.capabilities.scaling) {
this.yscale = yscale_$0;
this.usegetbounds = this.__LZhasoffset || this.rotation != 0 || this.yscale != 1 || this.yscale != 1;
this.sprite.setYScale(yscale_$0)
} else {
LzView.__warnCapability("view.yscale", "scaling")
};
if (this.onyscale.ready) this.onyscale.sendEvent(yscale_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_yscale";
return $lzsc$temp
})()], LzNode, ["tagname", "view", "attributes", new LzInheritedHash(LzNode.attributes), "__LZlastmtrix", [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "__LZproxypolicies", [], "addProxyPolicy", (function () {
var $lzsc$temp = function (f_$0) {
LzView.__LZproxypolicies.push(f_$0)
};
$lzsc$temp["displayName"] = "addProxyPolicy";
return $lzsc$temp
})(), "removeProxyPolicy", (function () {
var $lzsc$temp = function (f_$0) {
var pol_$1 = LzView.__LZproxypolicies;
for (var i_$2 = 0;i_$2 < pol_$1.length;i_$2++) {
if (pol_$1[i_$2] == f_$0) {
LzView.__LZproxypolicies = pol_$1.splice(i_$2, 1);
return true
}};
return false
};
$lzsc$temp["displayName"] = "removeProxyPolicy";
return $lzsc$temp
})(), "__warnCapability", (function () {
var $lzsc$temp = function (msg_$0, capabilityname_$1) {
switch (arguments.length) {
case 1:
capabilityname_$1 = ""
};
var check_$2 = capabilityname_$1 == "" ? "" : 'Check "canvas.capabilities.' + capabilityname_$1 + '" to avoid this warning.';
Debug.warn("The %s runtime does not support %s. %s", canvas["runtime"], msg_$0, check_$2)
};
$lzsc$temp["displayName"] = "__warnCapability";
return $lzsc$temp
})()]);
(function () {
var $lzsc$temp = function ($0) {
with ($0) with ($0.prototype) {}};
$lzsc$temp["displayName"] = "views/LaszloView.lzs#46/1";
return $lzsc$temp
})()(LzView);
lz[LzView.tagname] = LzView;
Class.make("LzTextscrollEvent", ["__senderscope", void 0, "$lzsc$initialize", (function () {
var $lzsc$temp = function (eventSender_$0, eventName_$1, d_$2) {
switch (arguments.length) {
case 2:
d_$2 = null
};
this.__senderscope = eventSender_$0;
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this, eventSender_$0, eventName_$1, d_$2)
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "notify", (function () {
var $lzsc$temp = function (ready_$0) {
if (this.__senderscope) {
var scope_$1 = this.__senderscope;
if (ready_$0) {
scope_$1.__scrollEventListeners++
} else {
scope_$1.__scrollEventListeners--
};
var scrollevents_$2 = scope_$1.__scrollEventListeners > 0 || scope_$1.__userscrollevents;
if (scrollevents_$2 != scope_$1.scrollevents) {
scope_$1.__set_scrollevents(scrollevents_$2)
}}};
$lzsc$temp["displayName"] = "notify";
return $lzsc$temp
})()], LzNotifyingEvent, ["LzDeclaredTextscrollEvent", void 0]);
LzTextscrollEvent.LzDeclaredTextscrollEvent = new LzDeclaredEventClass(LzTextscrollEvent);
Class.make("LzTextlinkEvent", ["__senderscope", void 0, "$lzsc$initialize", (function () {
var $lzsc$temp = function (eventSender_$0, eventName_$1, d_$2) {
switch (arguments.length) {
case 2:
d_$2 = null
};
this.__senderscope = eventSender_$0;
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this, eventSender_$0, eventName_$1, d_$2)
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "notify", (function () {
var $lzsc$temp = function (ready_$0) {
var scope_$1 = this.__senderscope;
if (scope_$1 && scope_$1.tsprite) {
scope_$1.tsprite.activateLinks(ready_$0)
}};
$lzsc$temp["displayName"] = "notify";
return $lzsc$temp
})()], LzNotifyingEvent, ["LzDeclaredTextlinkEvent", void 0]);
LzTextlinkEvent.LzDeclaredTextlinkEvent = new LzDeclaredEventClass(LzTextlinkEvent);
Class.make("LzText", ["$lzsc$initialize", (function () {
var $lzsc$temp = function (parent_$0, attrs_$1, children_$2, instcall_$3) {
switch (arguments.length) {
case 0:
parent_$0 = null;;case 1:
attrs_$1 = null;;case 2:
children_$2 = null;;case 3:
instcall_$3 = false
};
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this, parent_$0, attrs_$1, children_$2, instcall_$3)
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "selectable", false, "hasdirectionallayout", false, "onselectable", LzDeclaredEvent, "$lzc$set_selectable", (function () {
var $lzsc$temp = function (isSel_$0) {
isSel_$0 = !(!isSel_$0);
this.selectable = isSel_$0;
this.tsprite.setSelectable(isSel_$0);
if (this.onselectable.ready) this.onselectable.sendEvent(isSel_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_selectable";
return $lzsc$temp
})(), "direction", "ltr", "ondirection", LzDeclaredEvent, "$lzc$set_direction", (function () {
var $lzsc$temp = function (dir_$0) {
this.direction = dir_$0;
if (this.capabilities.directional_layout) {
this.tsprite.setDirection(dir_$0)
} else {
LzView.__warnCapability("text.directional_layout", "direction")
};
if (this.ondirection.ready) this.ondirection.sendEvent(dir_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_direction";
return $lzsc$temp
})(), "antiAliasType", "advanced", "$lzc$set_antiAliasType", (function () {
var $lzsc$temp = function (aliasType_$0) {
if (this.capabilities.advancedfonts) {
if (aliasType_$0 == "normal" || aliasType_$0 == "advanced") {
this.antiAliasType = aliasType_$0;
this.tsprite.setAntiAliasType(aliasType_$0)
} else {
Debug.warn("antiAliasType invalid, must be 'normal' or 'advanced', but you said '" + aliasType_$0 + "'")
}} else {
LzView.__warnCapability("text.setAntiAliasType()", "advancedfonts")
}};
$lzsc$temp["displayName"] = "$lzc$set_antiAliasType";
return $lzsc$temp
})(), "gridFit", "pixel", "$lzc$set_gridFit", (function () {
var $lzsc$temp = function (gridFit_$0) {
if (this.capabilities.advancedfonts) {
if (gridFit_$0 == "none" || gridFit_$0 == "pixel" || gridFit_$0 == "subpixel") {
this.gridFit = gridFit_$0;
this.tsprite.setGridFit(gridFit_$0)
} else {
Debug.warn("gridFit invalid, must be 'none', 'pixel', or 'subpixel' but you said '" + gridFit_$0 + "'")
}} else {
LzView.__warnCapability("text.setGridFit()", "advancedfonts")
}};
$lzsc$temp["displayName"] = "$lzc$set_gridFit";
return $lzsc$temp
})(), "sharpness", 0, "$lzc$set_sharpness", (function () {
var $lzsc$temp = function (sharpness_$0) {
if (this.capabilities.advancedfonts) {
if (sharpness_$0 >= -400 && sharpness_$0 <= 400) {
this.sharpness = sharpness_$0;
this.tsprite.setSharpness(sharpness_$0)
} else {
Debug.warn("sharpness out of range, must be -400 to 400")
}} else {
LzView.__warnCapability("text.setSharpness()", "advancedfonts")
}};
$lzsc$temp["displayName"] = "$lzc$set_sharpness";
return $lzsc$temp
})(), "thickness", 0, "$lzc$set_thickness", (function () {
var $lzsc$temp = function (thickness_$0) {
if (this.capabilities.advancedfonts) {
if (thickness_$0 >= -200 && thickness_$0 <= 200) {
this.thickness = thickness_$0;
this.tsprite.setThickness(thickness_$0)
} else {
Debug.warn("thickness out of range, must be -200 to 200")
}} else {
LzView.__warnCapability("text.setThickness()", "advancedfonts")
}};
$lzsc$temp["displayName"] = "$lzc$set_thickness";
return $lzsc$temp
})(), "$lzc$set_clip", (function () {
var $lzsc$temp = function (c_$0) {
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzc$set_clip"] || this.nextMethod(arguments.callee, "$lzc$set_clip")).call(this, c_$0);
if (this.isinited && this.scrollevents && !this.clip) {
Debug.warn("You have set 'clip' to false on text view ", this, ", 'scrollevents' will be set to false as well");
this.$lzc$set_scrollevents(false)
}};
$lzsc$temp["displayName"] = "$lzc$set_clip";
return $lzsc$temp
})(), "$lzc$set_width", (function () {
var $lzsc$temp = function (val_$0) {
this.tsprite.setWidth(val_$0);
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzc$set_width"] || this.nextMethod(arguments.callee, "$lzc$set_width")).call(this, val_$0);
if (this.scrollwidth < this.width) {
this.scrollwidth = this.width
};
this.updateAttribute("maxhscroll", this.scrollwidth - this.width);
if (!this.hassetheight) {
var h_$1 = this.tsprite.getTextfieldHeight();
if (h_$1 > 0 && h_$1 != this.height) {
this.updateHeight(h_$1)
}}};
$lzsc$temp["displayName"] = "$lzc$set_width";
return $lzsc$temp
})(), "getDefaultWidth", (function () {
var $lzsc$temp = function () {
return 0
};
$lzsc$temp["displayName"] = "getDefaultWidth";
return $lzsc$temp
})(), "updateAttribute", (function () {
var $lzsc$temp = function (name_$0, value_$1) {
this[name_$0] = value_$1;
var event_$2 = this["on" + name_$0];
if (event_$2.ready) {
event_$2.sendEvent(value_$1)
}};
$lzsc$temp["displayName"] = "updateAttribute";
return $lzsc$temp
})(), "updateLineAttribute", (function () {
var $lzsc$temp = function (name_$0, value_$1) {
var lineNo_$2;
if (this.capabilities.linescrolling) {
lineNo_$2 = this.tsprite.pixelToLineNo(value_$1)
} else {
lineNo_$2 = Math.ceil(value_$1 / this.lineheight) + 1
};
this.updateAttribute(name_$0, lineNo_$2)
};
$lzsc$temp["displayName"] = "updateLineAttribute";
return $lzsc$temp
})(), "lineheight", 0, "$lzc$set_lineheight", (function () {
var $lzsc$temp = function (x_$0) {
Debug.error("lineheight is read-only")
};
$lzsc$temp["displayName"] = "$lzc$set_lineheight";
return $lzsc$temp
})(), "onlineheight", LzDeclaredEvent, "__scrollEventListeners", 0, "scrollevents", false, "__userscrollevents", false, "$lzc$set_scrollevents", (function () {
var $lzsc$temp = function (on_$0) {
this.__userscrollevents = on_$0;
if (this.scrollevents !== on_$0) {
this.__set_scrollevents(on_$0)
}};
$lzsc$temp["displayName"] = "$lzc$set_scrollevents";
return $lzsc$temp
})(), "__set_scrollevents", (function () {
var $lzsc$temp = function (on_$0) {
if (this.scrollevents == on_$0) return;
this.scrollevents = on_$0;
if (this.isinited && this.scrollevents && !this.clip) {
Debug.warn("You have set scrollevents to true on text view ", this, ", but you must also set clip='true' on this view to have scrolling work correctly")
};
this.tsprite.setScrollEvents(on_$0);
if (this.onscrollevents.ready) this.onscrollevents.sendEvent(on_$0)
};
$lzsc$temp["displayName"] = "__set_scrollevents";
return $lzsc$temp
})(), "onscrollevents", LzDeclaredEvent, "yscroll", 0, "$lzc$set_yscroll", (function () {
var $lzsc$temp = function (n_$0) {
if (n_$0 > 0) {
Debug.warn("Invalid value for %w.yscroll: %w", this, n_$0);
n_$0 = 0
};
this.tsprite.setYScroll(n_$0);
this.updateAttribute("yscroll", n_$0);
this.updateLineAttribute("scroll", -n_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_yscroll";
return $lzsc$temp
})(), "onyscroll", LzTextscrollEvent.LzDeclaredTextscrollEvent, "scrollheight", 0, "$lzc$set_scrollheight", (function () {
var $lzsc$temp = function (x_$0) {
Debug.error("scrollheight is read-only")
};
$lzsc$temp["displayName"] = "$lzc$set_scrollheight";
return $lzsc$temp
})(), "onscrollheight", LzTextscrollEvent.LzDeclaredTextscrollEvent, "xscroll", 0, "$lzc$set_xscroll", (function () {
var $lzsc$temp = function (n_$0) {
if (n_$0 > 0) {
Debug.warn("Invalid value for %w.xscroll: %w", this, n_$0);
n_$0 = 0
};
this.tsprite.setXScroll(n_$0);
this.updateAttribute("xscroll", n_$0);
this.updateAttribute("hscroll", -n_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_xscroll";
return $lzsc$temp
})(), "onxscroll", LzTextscrollEvent.LzDeclaredTextscrollEvent, "scrollwidth", 0, "$lzc$set_scrollwidth", (function () {
var $lzsc$temp = function (x_$0) {
Debug.error("scrollwidth is read-only")
};
$lzsc$temp["displayName"] = "$lzc$set_scrollwidth";
return $lzsc$temp
})(), "onscrollwidth", LzTextscrollEvent.LzDeclaredTextscrollEvent, "scroll", 1, "$lzc$set_scroll", (function () {
var $lzsc$temp = function (n_$0) {
if (n_$0 < 1 || n_$0 > this.maxscroll) {
Debug.warn("Invalid valuefor %w.scroll: %w (limits [1, %w])", this, n_$0, this.maxscroll);
n_$0 = n_$0 < 1 ? 1 : this.maxscroll
};
var pixel_$1;
if (this.capabilities.linescrolling) {
pixel_$1 = this.tsprite.lineNoToPixel(n_$0)
} else {
pixel_$1 = (n_$0 - 1) * this.lineheight
};
this.$lzc$set_yscroll(-pixel_$1)
};
$lzsc$temp["displayName"] = "$lzc$set_scroll";
return $lzsc$temp
})(), "onscroll", LzTextscrollEvent.LzDeclaredTextscrollEvent, "maxscroll", 1, "$lzc$set_maxscroll", (function () {
var $lzsc$temp = function (x_$0) {
Debug.error("maxscroll is read-only")
};
$lzsc$temp["displayName"] = "$lzc$set_maxscroll";
return $lzsc$temp
})(), "onmaxscroll", LzTextscrollEvent.LzDeclaredTextscrollEvent, "hscroll", 0, "$lzc$set_hscroll", (function () {
var $lzsc$temp = function (n_$0) {
if (n_$0 < 0 || n_$0 > this.maxhscroll) {
Debug.warn("Invalid value for %w.hscroll: %w (limits [0, %w])", this, n_$0, this.maxhscroll);
n_$0 = n_$0 < 1 ? 1 : this.maxhscroll
};
this.$lzc$set_xscroll(-n_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_hscroll";
return $lzsc$temp
})(), "onhscroll", LzTextscrollEvent.LzDeclaredTextscrollEvent, "maxhscroll", 0, "$lzc$set_maxhscroll", (function () {
var $lzsc$temp = function (x_$0) {
Debug.error("maxhscroll is read-only")
};
$lzsc$temp["displayName"] = "$lzc$set_maxhscroll";
return $lzsc$temp
})(), "onmaxhscroll", LzTextscrollEvent.LzDeclaredTextscrollEvent, "scrollevent", (function () {
var $lzsc$temp = function (name_$0, value_$1) {
switch (name_$0) {
case "scrollTop":
this.updateAttribute("yscroll", -value_$1);this.updateLineAttribute("scroll", value_$1);break;;case "scrollLeft":
this.updateAttribute("xscroll", -value_$1);this.updateAttribute("hscroll", value_$1);break;;case "scrollHeight":
this.updateAttribute("scrollheight", value_$1);this.updateLineAttribute("maxscroll", Math.max(0, value_$1 - this.height));break;;case "scrollWidth":
this.updateAttribute("scrollwidth", value_$1);this.updateAttribute("maxhscroll", Math.max(0, value_$1 - this.width));break;;case "lineHeight":
this.updateAttribute("lineheight", value_$1);if (this.inited) {
this.updateLineAttribute("scroll", -this.yscroll)
}break;;default:
{
Debug.error("%w: Uknown scrollevent %s (%w)", arguments.callee, name_$0, value_$1)
}}};
$lzsc$temp["displayName"] = "scrollevent";
return $lzsc$temp
})(), "multiline", false, "$lzc$set_multiline", (function () {
var $lzsc$temp = function (ml_$0) {
ml_$0 = !(!ml_$0);
if (ml_$0 !== this.multiline) {
this.multiline = ml_$0;
this.tsprite.setMultiline(ml_$0)
}};
$lzsc$temp["displayName"] = "$lzc$set_multiline";
return $lzsc$temp
})(), "resize", true, "$lzc$set_resize", (function () {
var $lzsc$temp = function (val_$0) {
val_$0 = !(!val_$0);
if (val_$0 !== this.resize) {
this.resize = val_$0;
this.tsprite.setResize(val_$0)
}};
$lzsc$temp["displayName"] = "$lzc$set_resize";
return $lzsc$temp
})(), "text", "", "$lzc$set_text", (function () {
var $lzsc$temp = function (t_$0) {
t_$0 = String(t_$0);
if (t_$0 == this.getText()) {
if (this.ontext.ready) this.ontext.sendEvent(t_$0);
return
};
if (this.visible) this.tsprite.setVisible(this.visible);
if (t_$0.length > this.maxlength) {
t_$0 = t_$0.substring(0, this.maxlength)
};
this.tsprite.setText(t_$0);
this.text = t_$0;
if (this.ontext.ready) this.ontext.sendEvent(t_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_text";
return $lzsc$temp
})(), "_updateSize", (function () {
var $lzsc$temp = function () {
if (!this.isinited) {
return
};
if (this.width == 0 || this.resize && this.multiline == false) {
var w_$0 = this.tsprite.getTextWidth();
if (w_$0 != this.width) {
this.$lzc$set_width(w_$0)
}};
if (!this.hassetheight) {
var h_$1 = this.tsprite.getTextfieldHeight();
if (h_$1 > 0 && h_$1 != this.height) {
this.updateHeight(h_$1)
}}};
$lzsc$temp["displayName"] = "_updateSize";
return $lzsc$temp
})(), "ontext", LzDeclaredEvent, "ontextlink", LzDeclaredEvent, "maxlength", Infinity, "$lzc$set_maxlength", (function () {
var $lzsc$temp = function (val_$0) {
if (val_$0 == null) {
val_$0 = Infinity
};
if (this.maxlength === val_$0) return;
if (isNaN(val_$0)) {
Debug.warn("Invalid value for %w.maxlength: %w", this, val_$0);
return
};
this.maxlength = val_$0;
this.tsprite.setMaxLength(val_$0);
if (this.onmaxlength.ready) this.onmaxlength.sendEvent(val_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_maxlength";
return $lzsc$temp
})(), "onmaxlength", LzDeclaredEvent, "pattern", void 0, "$lzc$set_pattern", (function () {
var $lzsc$temp = function (val_$0) {
if (val_$0 == null || val_$0 == "") return;
this.pattern = val_$0;
this.tsprite.setPattern(val_$0);
if (this.onpattern.ready) this.onpattern.sendEvent(val_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_pattern";
return $lzsc$temp
})(), "onpattern", LzDeclaredEvent, "$lzc$set_fontstyle", (function () {
var $lzsc$temp = function (fstyle_$0) {
if (fstyle_$0 == "plain" || fstyle_$0 == "bold" || fstyle_$0 == "italic" || fstyle_$0 == "bolditalic" || fstyle_$0 == "bold italic") {
var oldval_$1 = this.fontstyle;
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzc$set_fontstyle"] || this.nextMethod(arguments.callee, "$lzc$set_fontstyle")).call(this, fstyle_$0);
if (this.__keepconstraint != true && this["__cascadeDelfontstyle"]) {
this.__cascadeDelfontstyle.unregisterAll();
this.__cascadeDelfontstyle = null
};
if (oldval_$1 !== this.fontstyle) {
this.tsprite.setFontStyle(fstyle_$0)
}} else {
Debug.warn("invalid font style", fstyle_$0)
}};
$lzsc$temp["displayName"] = "$lzc$set_fontstyle";
return $lzsc$temp
})(), "$lzc$set_font", (function () {
var $lzsc$temp = function (fname_$0) {
var oldval_$1 = this.font;
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzc$set_font"] || this.nextMethod(arguments.callee, "$lzc$set_font")).call(this, fname_$0);
if (this.__keepconstraint != true && this["__cascadeDelfont"]) {
this.__cascadeDelfont.unregisterAll();
this.__cascadeDelfont = null
};
if (oldval_$1 !== this.font) {
this.tsprite.setFontName(fname_$0)
}};
$lzsc$temp["displayName"] = "$lzc$set_font";
return $lzsc$temp
})(), "$lzc$set_fontsize", (function () {
var $lzsc$temp = function (fsize_$0) {
if (fsize_$0 <= 0 || isNaN(fsize_$0)) {
Debug.warn("invalid font size", fsize_$0)
} else {
var oldval_$1 = this.fontsize;
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzc$set_fontsize"] || this.nextMethod(arguments.callee, "$lzc$set_fontsize")).call(this, fsize_$0);
if (this.__keepconstraint != true && this["__cascadeDelfontsize"]) {
this.__cascadeDelfontsize.unregisterAll();
this.__cascadeDelfontsize = null
};
if (oldval_$1 !== this.fontsize) {
this.tsprite.setFontSize(fsize_$0)
}}};
$lzsc$temp["displayName"] = "$lzc$set_fontsize";
return $lzsc$temp
})(), "$lzc$set_fgcolor", (function () {
var $lzsc$temp = function (color_$0) {
var oldval_$1 = this.fgcolor;
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzc$set_fgcolor"] || this.nextMethod(arguments.callee, "$lzc$set_fgcolor")).call(this, color_$0);
if (this.__keepconstraint != true && this["__cascadeDelfgcolor"]) {
this.__cascadeDelfgcolor.unregisterAll();
this.__cascadeDelfgcolor = null
};
if (oldval_$1 !== this.fgcolor) {
this.tsprite.setTextColor(this.fgcolor)
}};
$lzsc$temp["displayName"] = "$lzc$set_fgcolor";
return $lzsc$temp
})(), "__keepconstraint", false, "$lzc$set_cascadedfontsize", (function () {
var $lzsc$temp = function (val_$0) {
this.__keepconstraint = true;
this.$lzc$set_fontsize(val_$0);
this.__keepconstraint = false
};
$lzsc$temp["displayName"] = "$lzc$set_cascadedfontsize";
return $lzsc$temp
})(), "$lzc$set_cascadedfont", (function () {
var $lzsc$temp = function (val_$0) {
this.__keepconstraint = true;
this.$lzc$set_font(val_$0);
this.__keepconstraint = false
};
$lzsc$temp["displayName"] = "$lzc$set_cascadedfont";
return $lzsc$temp
})(), "$lzc$set_cascadedfontstyle", (function () {
var $lzsc$temp = function (val_$0) {
this.__keepconstraint = true;
this.$lzc$set_fontstyle(val_$0);
this.__keepconstraint = false
};
$lzsc$temp["displayName"] = "$lzc$set_cascadedfontstyle";
return $lzsc$temp
})(), "$lzc$set_cascadedfgcolor", (function () {
var $lzsc$temp = function (val_$0) {
this.__keepconstraint = true;
this.$lzc$set_fgcolor(val_$0);
this.__keepconstraint = false
};
$lzsc$temp["displayName"] = "$lzc$set_cascadedfgcolor";
return $lzsc$temp
})(), "textalign", "left", "$lzc$set_textalign", (function () {
var $lzsc$temp = function (align_$0) {
align_$0 = align_$0 ? align_$0.toLowerCase() : "left";
if (!(align_$0 == "left" || align_$0 == "right" || align_$0 == "center" || align_$0 == "justify")) {
Debug.warn("Invalid value for %w.textalign: %w", this, align_$0);
align_$0 = "left"
};
this.textalign = align_$0;
this.tsprite.setTextAlign(align_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_textalign";
return $lzsc$temp
})(), "textindent", 0, "$lzc$set_textindent", (function () {
var $lzsc$temp = function (indent_$0) {
if (isNaN(indent_$0)) {
Debug.warn("invalid text indent", indent_$0)
} else {
this.textindent = indent_$0;
this.tsprite.setTextIndent(indent_$0)
}};
$lzsc$temp["displayName"] = "$lzc$set_textindent";
return $lzsc$temp
})(), "letterspacing", 0, "$lzc$set_letterspacing", (function () {
var $lzsc$temp = function (spacing_$0) {
if (isNaN(spacing_$0)) {
Debug.warn("invalid letter spacing", spacing_$0)
} else {
this.letterspacing = spacing_$0;
this.tsprite.setLetterSpacing(spacing_$0)
}};
$lzsc$temp["displayName"] = "$lzc$set_letterspacing";
return $lzsc$temp
})(), "textdecoration", "none", "$lzc$set_textdecoration", (function () {
var $lzsc$temp = function (decoration_$0) {
decoration_$0 = decoration_$0 ? decoration_$0.toLowerCase() : "none";
if (!(decoration_$0 == "none" || decoration_$0 == "underline")) {
Debug.warn("Invalid value for %w.textdecoration: %w", this, decoration_$0);
decoration_$0 = "none"
};
this.textdecoration = decoration_$0;
this.tsprite.setTextDecoration(decoration_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_textdecoration";
return $lzsc$temp
})(), "construct", (function () {
var $lzsc$temp = function (parent_$0, args_$1) {
this.hasdirectionallayout = ("hasdirectionallayout" in args_$1) ? args_$1.hasdirectionallayout : false;
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["construct"] || this.nextMethod(arguments.callee, "construct")).call(this, parent_$0, args_$1);
var cascadeattrs_$2 = {font: null, fontsize: null, fontstyle: null, fgcolor: null};
var initattrs_$3 = {hassetheight: this.hassetheight, height: this.height};
var searchattrs_$4 = [];
for (var attr_$5 in cascadeattrs_$2) {
if (attr_$5 in args_$1) {
this[attr_$5] = initattrs_$3[attr_$5] = args_$1[attr_$5]
} else {
searchattrs_$4.push(attr_$5)
}};
if (searchattrs_$4.length > 0) {
var parents_$6 = this.searchParentAttrs(searchattrs_$4);
for (var attr_$5 in parents_$6) {
var par_$7 = parents_$6[attr_$5];
this[attr_$5] = initattrs_$3[attr_$5] = par_$7[attr_$5];
this["__cascadeDel" + attr_$5] = new LzDelegate(this, "$lzc$set_cascaded" + attr_$5, par_$7, "on" + attr_$5)
}};
this.tsprite.__initTextProperties(initattrs_$3);
this.yscroll = 0;
this.xscroll = 0;
this.$lzc$set_resize(("resize" in args_$1) ? !(!args_$1.resize) : this.resize);
if (args_$1["maxlength"] != null) {
this.$lzc$set_maxlength(args_$1.maxlength)
};
this.text = args_$1["text"] != null ? String(args_$1.text) : "";
if (this.text.length > this.maxlength) {
this.text = this.text.substring(0, this.maxlength)
};
this.$lzc$set_multiline(("multiline" in args_$1) ? args_$1.multiline : this.multiline);
this.tsprite.setText(this.text);
if (!this.hassetwidth) {
if (this.multiline) {
args_$1.width = this.parent.width
} else {
if (this.text != null && this.text != "" && this.text.length > 0) {
args_$1.width = this.tsprite.getTextWidth()
} else {
args_$1.width = this.getDefaultWidth()
}}} else {
this.$lzc$set_resize(false)
};
if (this.hassetheight && ("height" in args_$1)) {
this.$lzc$set_height(args_$1.height)
};
if (args_$1["pattern"] != null) {
this.$lzc$set_pattern(args_$1.pattern)
};
if (this.capabilities.advancedfonts) {
if (!("antiAliasType" in args_$1)) {
this.$lzc$set_antiAliasType("advanced")
};
if (!("gridFit" in args_$1)) {
this.$lzc$set_gridFit("subpixel")
}};
if (LzSprite.quirks && LzSprite.quirks.textlinksneedmouseevents) {
this.ontextlink = LzTextlinkEvent.LzDeclaredTextlinkEvent
}};
$lzsc$temp["displayName"] = "construct";
return $lzsc$temp
})(), "init", (function () {
var $lzsc$temp = function () {
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["init"] || this.nextMethod(arguments.callee, "init")).call(this);
if (this.scrollevents && !this.clip) {
Debug.warn("You have set scrollevents to true on text view ", this, ", but you must also set clip='true' on this view to have scrolling work correctly")
};
this._updateSize()
};
$lzsc$temp["displayName"] = "init";
return $lzsc$temp
})(), "tsprite", void 0, "__makeSprite", (function () {
var $lzsc$temp = function (args_$0) {
this.sprite = this.tsprite = new LzTextSprite(this, args_$0, this.hasdirectionallayout)
};
$lzsc$temp["displayName"] = "__makeSprite";
return $lzsc$temp
})(), "setResize", (function () {
var $lzsc$temp = function (val_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_resize(val_$0)
};
$lzsc$temp["displayName"] = "setResize";
return $lzsc$temp
})(), "addText", (function () {
var $lzsc$temp = function (t_$0) {
this.$lzc$set_text(this.getText() + t_$0)
};
$lzsc$temp["displayName"] = "addText";
return $lzsc$temp
})(), "clearText", (function () {
var $lzsc$temp = function () {
this.$lzc$set_text("")
};
$lzsc$temp["displayName"] = "clearText";
return $lzsc$temp
})(), "setMaxLength", (function () {
var $lzsc$temp = function (val_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_maxlength(val_$0)
};
$lzsc$temp["displayName"] = "setMaxLength";
return $lzsc$temp
})(), "setPattern", (function () {
var $lzsc$temp = function (val_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_pattern(val_$0)
};
$lzsc$temp["displayName"] = "setPattern";
return $lzsc$temp
})(), "getTextWidth", (function () {
var $lzsc$temp = function () {
return this.tsprite.getTextWidth(true)
};
$lzsc$temp["displayName"] = "getTextWidth";
return $lzsc$temp
})(), "$lzc$getTextWidth_dependencies", (function () {
var $lzsc$temp = function (who_$0, self_$1) {
return [self_$1, "text"]
};
$lzsc$temp["displayName"] = "$lzc$getTextWidth_dependencies";
return $lzsc$temp
})(), "getTextHeight", (function () {
var $lzsc$temp = function () {
return this.tsprite.getTextfieldHeight(true)
};
$lzsc$temp["displayName"] = "getTextHeight";
return $lzsc$temp
})(), "$lzc$getTextHeight_dependencies", (function () {
var $lzsc$temp = function (who_$0, self_$1) {
return [self_$1, "text"]
};
$lzsc$temp["displayName"] = "$lzc$getTextHeight_dependencies";
return $lzsc$temp
})(), "applyData", (function () {
var $lzsc$temp = function (d_$0) {
if (null == d_$0) {
this.clearText()
} else {
this.$lzc$set_text(d_$0)
}};
$lzsc$temp["displayName"] = "applyData";
return $lzsc$temp
})(), "setScroll", (function () {
var $lzsc$temp = function (h_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_scroll(h_$0)
};
$lzsc$temp["displayName"] = "setScroll";
return $lzsc$temp
})(), "getScroll", (function () {
var $lzsc$temp = function () {
return this.scroll
};
$lzsc$temp["displayName"] = "getScroll";
return $lzsc$temp
})(), "getMaxScroll", (function () {
var $lzsc$temp = function () {
return this.maxscroll
};
$lzsc$temp["displayName"] = "getMaxScroll";
return $lzsc$temp
})(), "$lzc$getMaxScroll_dependencies", (function () {
var $lzsc$temp = function (who_$0, self_$1) {
return [self_$1, "maxscroll"]
};
$lzsc$temp["displayName"] = "$lzc$getMaxScroll_dependencies";
return $lzsc$temp
})(), "getBottomScroll", (function () {
var $lzsc$temp = function () {
return this.scroll + this.height / this.lineheight
};
$lzsc$temp["displayName"] = "getBottomScroll";
return $lzsc$temp
})(), "setXScroll", (function () {
var $lzsc$temp = function (n_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_xscroll(n_$0)
};
$lzsc$temp["displayName"] = "setXScroll";
return $lzsc$temp
})(), "setYScroll", (function () {
var $lzsc$temp = function (n_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_yscroll(n_$0)
};
$lzsc$temp["displayName"] = "setYScroll";
return $lzsc$temp
})(), "setHScroll", (function () {
var $lzsc$temp = function (s_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_hscroll(s_$0)
};
$lzsc$temp["displayName"] = "setHScroll";
return $lzsc$temp
})(), "annotateAAimg", (function () {
var $lzsc$temp = function (txt_$0) {
if (typeof txt_$0 == "undefined") {
return
};
if (txt_$0.length == 0) {
return
};
var ntxt_$1 = "";
var start_$2 = 0;
var end_$3 = 0;
var i_$4;
var IMGSTART_$5 = "
") {
break
};
if (mode_$8 == WHITESPACE_$6) {
if (c_$d != " ") {
mode_$8 = ATTNAME_$4;
attrname_$a = c_$d
}} else if (mode_$8 == ATTNAME_$4) {
if (c_$d == " " || c_$d == "=") {
mode_$8 = WHITESPACE2_$7
} else {
attrname_$a += c_$d
}} else if (mode_$8 == WHITESPACE2_$7) {
if (c_$d == " " || c_$d == "=") {
continue
} else {
mode_$8 = ATTVAL_$5;
delimiter_$c = c_$d;
attrval_$b = ""
}} else if (mode_$8 == ATTVAL_$5) {
if (c_$d != delimiter_$c) {
attrval_$b += c_$d
} else {
mode_$8 = WHITESPACE_$6;
attrs_$0[attrname_$a] = attrval_$b
}}};
return end_$3
};
$lzsc$temp["displayName"] = "parseImgAttributes";
return $lzsc$temp
})(), "setText", (function () {
var $lzsc$temp = function (t_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_text(t_$0)
};
$lzsc$temp["displayName"] = "setText";
return $lzsc$temp
})(), "format", (function () {
var $lzsc$temp = function (control_$0) {
var args_$1 = Array.prototype.slice.call(arguments, 1);
this.$lzc$set_text(this.formatToString.apply(this, [control_$0].concat(args_$1)).toString().toHTML())
};
$lzsc$temp["displayName"] = "format";
return $lzsc$temp
})(), "addFormat", (function () {
var $lzsc$temp = function (control_$0) {
var args_$1 = Array.prototype.slice.call(arguments, 1);
this.$lzc$set_text(this.getText() + this.formatToString.apply(this, [control_$0].concat(args_$1)).toString().toHTML())
};
$lzsc$temp["displayName"] = "addFormat";
return $lzsc$temp
})(), "getText", (function () {
var $lzsc$temp = function () {
return this.text
};
$lzsc$temp["displayName"] = "getText";
return $lzsc$temp
})(), "$lzc$getText_dependencies", (function () {
var $lzsc$temp = function (who_$0, self_$1) {
return [self_$1, "text"]
};
$lzsc$temp["displayName"] = "$lzc$getText_dependencies";
return $lzsc$temp
})(), "escapeText", (function () {
var $lzsc$temp = function (ts_$0) {
var t_$1 = ts_$0 == null ? this.text : ts_$0;
var i_$2;
for (var ec_$3 in LzText.escapeChars) {
while (t_$1.indexOf(ec_$3) > -1) {
i_$2 = t_$1.indexOf(ec_$3);
t_$1 = t_$1.substring(0, i_$2) + LzText.escapeChars[ec_$3] + t_$1.substring(i_$2 + 1)
}};
return t_$1
};
$lzsc$temp["displayName"] = "escapeText";
return $lzsc$temp
})(), "setSelectable", (function () {
var $lzsc$temp = function (isSel_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_selectable(isSel_$0)
};
$lzsc$temp["displayName"] = "setSelectable";
return $lzsc$temp
})(), "setFontSize", (function () {
var $lzsc$temp = function (fsize_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_fontsize(fsize_$0)
};
$lzsc$temp["displayName"] = "setFontSize";
return $lzsc$temp
})(), "setFontStyle", (function () {
var $lzsc$temp = function (fstyle_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_fontstyle(fstyle_$0)
};
$lzsc$temp["displayName"] = "setFontStyle";
return $lzsc$temp
})(), "setMultiline", (function () {
var $lzsc$temp = function (ml_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_multiline(ml_$0)
};
$lzsc$temp["displayName"] = "setMultiline";
return $lzsc$temp
})(), "setBorder", (function () {
var $lzsc$temp = function (onroff_$0) {
this.tsprite.setBorder(onroff_$0)
};
$lzsc$temp["displayName"] = "setBorder";
return $lzsc$temp
})(), "setWordWrap", (function () {
var $lzsc$temp = function (wrap_$0) {
this.tsprite.setWordWrap(wrap_$0)
};
$lzsc$temp["displayName"] = "setWordWrap";
return $lzsc$temp
})(), "setEmbedFonts", (function () {
var $lzsc$temp = function (onroff_$0) {
this.tsprite.setEmbedFonts(onroff_$0)
};
$lzsc$temp["displayName"] = "setEmbedFonts";
return $lzsc$temp
})(), "setAntiAliasType", (function () {
var $lzsc$temp = function (aliasType_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_antiAliasType(aliasType_$0)
};
$lzsc$temp["displayName"] = "setAntiAliasType";
return $lzsc$temp
})(), "getAntiAliasType", (function () {
var $lzsc$temp = function () {
if (this.capabilities.advancedfonts) {
return this.antiAliasType
} else {
LzView.__warnCapability("text.getAntiAliasType()", "advancedfonts")
}};
$lzsc$temp["displayName"] = "getAntiAliasType";
return $lzsc$temp
})(), "setGridFit", (function () {
var $lzsc$temp = function (gridFit_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_gridFit(gridFit_$0)
};
$lzsc$temp["displayName"] = "setGridFit";
return $lzsc$temp
})(), "getGridFit", (function () {
var $lzsc$temp = function () {
if (this.capabilities.advancedfonts) {
return this.gridFit
} else {
LzView.__warnCapability("text.getGridFit()", "advancedfonts")
}};
$lzsc$temp["displayName"] = "getGridFit";
return $lzsc$temp
})(), "setSharpness", (function () {
var $lzsc$temp = function (sharpness_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_sharpness(sharpness_$0)
};
$lzsc$temp["displayName"] = "setSharpness";
return $lzsc$temp
})(), "getSharpness", (function () {
var $lzsc$temp = function () {
if (this.capabilities.advancedfonts) {
return this.sharpness
} else {
LzView.__warnCapability("text.getSharpness()", "advancedfonts")
}};
$lzsc$temp["displayName"] = "getSharpness";
return $lzsc$temp
})(), "setThickness", (function () {
var $lzsc$temp = function (thickness_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_thickness(thickness_$0)
};
$lzsc$temp["displayName"] = "setThickness";
return $lzsc$temp
})(), "getThickness", (function () {
var $lzsc$temp = function () {
if (this.capabilities.advancedfonts) {
return this.thickness
} else {
LzView.__warnCapability("text.getThickness()", "advancedfonts")
}};
$lzsc$temp["displayName"] = "getThickness";
return $lzsc$temp
})(), "setSelection", (function () {
var $lzsc$temp = function (start_$0, end_$1) {
switch (arguments.length) {
case 1:
end_$1 = null
};
if (end_$1 == null) {
end_$1 = start_$0
};
this.tsprite.setSelection(start_$0, end_$1)
};
$lzsc$temp["displayName"] = "setSelection";
return $lzsc$temp
})(), "getSelectionPosition", (function () {
var $lzsc$temp = function () {
return this.tsprite.getSelectionPosition()
};
$lzsc$temp["displayName"] = "getSelectionPosition";
return $lzsc$temp
})(), "getSelectionSize", (function () {
var $lzsc$temp = function () {
return this.tsprite.getSelectionSize()
};
$lzsc$temp["displayName"] = "getSelectionSize";
return $lzsc$temp
})(), "makeTextLink", (function () {
var $lzsc$temp = function (str_$0, value_$1) {
return this.tsprite.makeTextLink(str_$0, value_$1)
};
$lzsc$temp["displayName"] = "makeTextLink";
return $lzsc$temp
})(), "toString", (function () {
var $lzsc$temp = function () {
return "LzText: " + this.getText()
};
$lzsc$temp["displayName"] = "toString";
return $lzsc$temp
})()], [LzFormatter, LzView], ["tagname", "text", "attributes", new LzInheritedHash(LzView.attributes), "escapeChars", {">": ">", "<": "<"}]);
(function () {
var $lzsc$temp = function ($0) {
with ($0) with ($0.prototype) {
{
LzText.attributes.pixellock = true;
LzText.attributes.selectable = false;
LzText.prototype._dbg_name = (function () {
var $lzsc$temp = function () {
var id_$0 = LzView.prototype._dbg_name.call(this);
if (id_$0 != this.toString()) {
return id_$0
} else {
var contents_$1 = this.getText();
if (contents_$1) {
return Debug.stringEscape(contents_$1, true)
}}};
$lzsc$temp["displayName"] = "views/LzText.lzs#1786/34";
return $lzsc$temp
})()
}}};
$lzsc$temp["displayName"] = "views/LzText.lzs#193/1";
return $lzsc$temp
})()(LzText);
lz[LzText.tagname] = LzText;
Class.make("LzInputText", ["$lzsc$initialize", (function () {
var $lzsc$temp = function (parent_$0, attrs_$1, children_$2, instcall_$3) {
switch (arguments.length) {
case 0:
parent_$0 = null;;case 1:
attrs_$1 = null;;case 2:
children_$2 = null;;case 3:
instcall_$3 = false
};
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this, parent_$0, attrs_$1, children_$2, instcall_$3)
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "password", void 0, "onenabled", LzDeclaredEvent, "getDefaultWidth", (function () {
var $lzsc$temp = function () {
return 100
};
$lzsc$temp["displayName"] = "getDefaultWidth";
return $lzsc$temp
})(), "_onfocusDel", null, "_onblurDel", null, "_modemanagerDel", null, "construct", (function () {
var $lzsc$temp = function (parent_$0, args_$1) {
this.password = ("password" in args_$1) ? !(!args_$1.password) : false;
this.focusable = true;
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["construct"] || this.nextMethod(arguments.callee, "construct")).call(this, parent_$0, args_$1);
this.$lzc$set_resize(("resize" in args_$1) ? !(!args_$1.resize) : false);
this._onfocusDel = new LzDelegate(this, "_gotFocusEvent", this, "onfocus");
this._onblurDel = new LzDelegate(this, "_gotBlurEvent", this, "onblur");
this._modemanagerDel = new LzDelegate(this, "_modechanged", lz.ModeManager, "onmode")
};
$lzsc$temp["displayName"] = "construct";
return $lzsc$temp
})(), "isprite", void 0, "__makeSprite", (function () {
var $lzsc$temp = function (args_$0) {
this.sprite = this.tsprite = this.isprite = new LzInputTextSprite(this, args_$0, this.hasdirectionallayout)
};
$lzsc$temp["displayName"] = "__makeSprite";
return $lzsc$temp
})(), "_focused", false, "_gotFocusEvent", (function () {
var $lzsc$temp = function (e_$0) {
switch (arguments.length) {
case 0:
e_$0 = null
};
this._focused = true;
this.isprite.gotFocus()
};
$lzsc$temp["displayName"] = "_gotFocusEvent";
return $lzsc$temp
})(), "_gotBlurEvent", (function () {
var $lzsc$temp = function (e_$0) {
switch (arguments.length) {
case 0:
e_$0 = null
};
this._focused = false;
this.isprite.gotBlur()
};
$lzsc$temp["displayName"] = "_gotBlurEvent";
return $lzsc$temp
})(), "inputtextevent", (function () {
var $lzsc$temp = function (eventname_$0, value_$1) {
switch (arguments.length) {
case 1:
value_$1 = null
};
if (eventname_$0 == "onfocus" && this._focused) return;
if (eventname_$0 == "onblur" && !this._focused) return;
if (eventname_$0 == "onfocus") {
this._focused = true;
if (lz.Focus.getFocus() !== this) {
var tabdown_$2 = lz.Keys.isKeyDown("tab");
lz.Focus.setFocus(this, tabdown_$2);
if (lz.Focus.getFocus() !== this && this._focused) {
this._gotBlurEvent()
}}} else if (eventname_$0 == "onchange") {
this.text = this.isprite.getText();
if (this.multiline && !this.hassetheight) {
var textheight_$3 = this.isprite.getTextfieldHeight();
if (this.height != textheight_$3) {
this.updateHeight(textheight_$3)
}};
if (this.ontext.ready) this.ontext.sendEvent(this.text)
} else if (eventname_$0 == "onblur") {
this._focused = false;
if (lz.Focus.getFocus() === this) {
lz.Focus.clearFocus()
}} else {
Debug.warn("unhandled inputtextevent='%s' in %#w", eventname_$0, this)
}};
$lzsc$temp["displayName"] = "inputtextevent";
return $lzsc$temp
})(), "updateData", (function () {
var $lzsc$temp = function () {
return this.isprite.getText()
};
$lzsc$temp["displayName"] = "updateData";
return $lzsc$temp
})(), "enabled", true, "$lzc$set_enabled", (function () {
var $lzsc$temp = function (enabled_$0) {
this.focusable = true;
this.enabled = enabled_$0;
this.isprite.setEnabled(enabled_$0);
if (this.onenabled.ready) this.onenabled.sendEvent(enabled_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_enabled";
return $lzsc$temp
})(), "setEnabled", (function () {
var $lzsc$temp = function (enabled_$0) {
Debug.deprecated(this, arguments.callee, this.setAttribute);
this.$lzc$set_enabled(enabled_$0)
};
$lzsc$temp["displayName"] = "setEnabled";
return $lzsc$temp
})(), "setHTML", (function () {
var $lzsc$temp = function (htmlp_$0) {
if (this.capabilities["htmlinputtext"]) {
this.isprite.setHTML(htmlp_$0)
} else {
LzView.__warnCapability("inputtext.setHTML()", "htmlinputtext")
}};
$lzsc$temp["displayName"] = "setHTML";
return $lzsc$temp
})(), "getText", (function () {
var $lzsc$temp = function () {
if (this.isprite != null) {
return this.isprite.getText()
} else {
return ""
}};
$lzsc$temp["displayName"] = "getText";
return $lzsc$temp
})(), "_allowselectable", true, "_selectable", void 0, "_modechanged", (function () {
var $lzsc$temp = function (modalview_$0) {
this._setallowselectable(!modalview_$0 || lz.ModeManager.__LZallowInput(modalview_$0, this))
};
$lzsc$temp["displayName"] = "_modechanged";
return $lzsc$temp
})(), "_setallowselectable", (function () {
var $lzsc$temp = function (value_$0) {
this._allowselectable = value_$0;
this.$lzc$set_selectable(this._selectable)
};
$lzsc$temp["displayName"] = "_setallowselectable";
return $lzsc$temp
})(), "$lzc$set_selectable", (function () {
var $lzsc$temp = function (value_$0) {
this._selectable = value_$0;
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzc$set_selectable"] || this.nextMethod(arguments.callee, "$lzc$set_selectable")).call(this, this._allowselectable ? value_$0 : false)
};
$lzsc$temp["displayName"] = "$lzc$set_selectable";
return $lzsc$temp
})()], LzText, ["tagname", "inputtext", "attributes", new LzInheritedHash(LzText.attributes)]);
(function () {
var $lzsc$temp = function ($0) {
with ($0) with ($0.prototype) {
{
LzNode.mergeAttributes({selectable: true, enabled: true, clip: true}, LzInputText.attributes)
}}};
$lzsc$temp["displayName"] = "views/LzInputText.lzs#59/1";
return $lzsc$temp
})()(LzInputText);
lz[LzInputText.tagname] = LzInputText;
Class.make("LzViewLinkage", ["xscale", 1, "yscale", 1, "xoffset", 0, "yoffset", 0, "uplinkArray", null, "downlinkArray", null, "fromView", void 0, "toView", void 0, "$lzsc$initialize", (function () {
var $lzsc$temp = function (fromView_$0, toView_$1) {
this.fromView = fromView_$0;
this.toView = toView_$1;
if (fromView_$0 === toView_$1) {
return
};
var uplinkArray_$2 = this.uplinkArray = [];
var pview_$3 = fromView_$0;
do {
pview_$3 = pview_$3.immediateparent;
uplinkArray_$2.push(pview_$3)
} while (pview_$3 !== canvas);
var downlinkArray_$4 = this.downlinkArray = [];
var pview_$3 = toView_$1;
do {
pview_$3 = pview_$3.immediateparent;
downlinkArray_$4.push(pview_$3)
} while (pview_$3 !== canvas);
while (uplinkArray_$2.length > 1 && downlinkArray_$4[downlinkArray_$4.length - 1] === uplinkArray_$2[uplinkArray_$2.length - 1] && downlinkArray_$4[downlinkArray_$4.length - 2] === uplinkArray_$2[uplinkArray_$2.length - 2]) {
downlinkArray_$4.pop();
uplinkArray_$2.pop()
}};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "update", (function () {
var $lzsc$temp = function (xory_$0) {
var scale_$1 = xory_$0 + "scale";
var offset_$2 = xory_$0 + "offset";
var uplinkArray_$3 = this.uplinkArray;
var downlinkArray_$4 = this.downlinkArray;
var upscale_$5 = 1;
var upoffset_$6 = 0;
if (uplinkArray_$3) {
var i_$7 = uplinkArray_$3.length - 1;
var v_$8 = uplinkArray_$3[i_$7--];
upscale_$5 *= v_$8[scale_$1];
for (;i_$7 >= 0;i_$7--) {
v_$8 = uplinkArray_$3[i_$7];
upoffset_$6 += v_$8[xory_$0] * upscale_$5;
upscale_$5 *= v_$8[scale_$1]
}};
var downscale_$9 = 1;
var downoffset_$a = 0;
if (downlinkArray_$4) {
var i_$7 = downlinkArray_$4.length - 1;
var v_$8 = downlinkArray_$4[i_$7--];
downscale_$9 *= v_$8[scale_$1];
for (;i_$7 >= 0;i_$7--) {
v_$8 = downlinkArray_$4[i_$7];
downoffset_$a += v_$8[xory_$0] * downscale_$9;
downscale_$9 *= v_$8[scale_$1]
}};
this[scale_$1] = upscale_$5 / downscale_$9;
this[offset_$2] = (upoffset_$6 - downoffset_$a) / downscale_$9
};
$lzsc$temp["displayName"] = "update";
return $lzsc$temp
})()]);
(function () {
var $lzsc$temp = function ($0) {
with ($0) with ($0.prototype) {
{
LzViewLinkage.prototype._dbg_name = (function () {
var $lzsc$temp = function () {
this.update("x");
this.update("y");
return Debug.formatToString("%w -> %w: [%d 0 %d 0 %d %d 0 0 1]", this.fromView, this.toView, this.xscale, this.xoffset, this.yscale, this.yoffset)
};
$lzsc$temp["displayName"] = "views/LzViewLinkage.lzs#177/41";
return $lzsc$temp
})()
}}};
$lzsc$temp["displayName"] = "views/LzViewLinkage.lzs#40/1";
return $lzsc$temp
})()(LzViewLinkage);
Class.make("LzCanvas", ["updatePercentCreatedEnabled", true, "_lzinitialsubviews", [], "totalnodes", void 0, "framerate", 30, "onframerate", LzDeclaredEvent, "creatednodes", void 0, "__LZproxied", void 0, "embedfonts", void 0, "lpsbuild", void 0, "lpsbuilddate", void 0, "appbuilddate", void 0, "runtime", void 0, "allowfullscreen", void 0, "fullscreen", void 0, "onfullscreen", LzDeclaredEvent, "__LZmouseupDel", void 0, "__LZmousedownDel", void 0, "__LZmousemoveDel", void 0, "__LZDefaultCanvasMenu", void 0, "httpdataprovider", null, "defaultdataprovider", null, "$lzsc$initialize", (function () {
var $lzsc$temp = function (parent_$0, args_$1, children_$2, async_$3) {
switch (arguments.length) {
case 0:
parent_$0 = null;;case 1:
args_$1 = null;;case 2:
children_$2 = null;;case 3:
async_$3 = null
};
if (!args_$1["medialoadtimeout"]) args_$1.medialoadtimeout = this.medialoadtimeout;
if (!args_$1["mediaerrortimeout"]) args_$1.mediaerrortimeout = this.mediaerrortimeout;
if (args_$1["fontsize"] != null) {
this.fontsize = LzCanvas.attributes.fontsize.fallback = args_$1.fontsize;
delete args_$1.fontsize
};
if (args_$1["fontstyle"] != null) {
this.fontstyle = LzCanvas.attributes.fontstyle.fallback = args_$1.fontstyle;
delete args_$1.fontstyle
};
if (args_$1["font"] != null) {
this.font = LzCanvas.attributes.font.fallback = args_$1.font;
delete args_$1.font
};
if (args_$1["bgcolor"] != null) {
LzCanvas.attributes.bgcolor.fallback = args_$1.bgcolor;
delete args_$1.bgcolor
};
if (args_$1["width"] != null) {
LzCanvas.attributes.width.fallback = args_$1.width;
delete args_$1.width
};
if (args_$1["height"] != null) {
LzCanvas.attributes.height.fallback = args_$1.height;
delete args_$1.height
};
(arguments.callee["$superclass"] && arguments.callee.$superclass.prototype["$lzsc$initialize"] || this.nextMethod(arguments.callee, "$lzsc$initialize")).call(this, parent_$0, args_$1, children_$2, async_$3);
if (this.fgcolor == null) this.fgcolor = 0;
if (this.fontsize == null) this.fontsize = 11;
this.datasets = {};
this.__LZcheckwidth = null;
this.__LZcheckheight = null;
this.hassetwidth = true;
this.hassetheight = true
};
$lzsc$temp["displayName"] = "$lzsc$initialize";
return $lzsc$temp
})(), "construct", (function () {
var $lzsc$temp = function (parent_$0, args) {
var getQueryArg_$2;
getQueryArg_$2 = (function () {
var $lzsc$temp = function (name_$0, initname_$1) {
var arg_$2 = args[name_$0];
delete args[name_$0];
if (arg_$2 != null) {
return !(!arg_$2)
} else if (initname_$1 != null) {
var initarg_$3 = lz.Browser.getInitArg(initname_$1);
if (initarg_$3 != null) {
return initarg_$3 == "true"
}};
return void 0
};
$lzsc$temp["displayName"] = "getQueryArg";
return $lzsc$temp
})();
this.__makeSprite(null);
var capabilities_$1 = this.sprite.capabilities;
this.capabilities = capabilities_$1;
this.immediateparent = this;
this.datapath = new LzDatapath(this);
this.mask = null;
this.accessible = getQueryArg_$2("accessible", null);
if (capabilities_$1.accessibility == true) {
this.sprite.setAccessible(this.accessible);
if (this.accessible) {
this.sprite.setAAActive(true);
this.sprite.setAASilent(false)
}} else if (this.accessible) {
Debug.warn("This runtime doesn't support accessibility.");
this.accessible = false
};
this.history = getQueryArg_$2("history", "history");
if (this.history && capabilities_$1.history != true) {
Debug.warn("This runtime doesn't support history.");
this.history = false
};
this.allowfullscreen = getQueryArg_$2("allowfullscreen", "allowfullscreen");
if (this.allowfullscreen && capabilities_$1.allowfullscreen != true) {
Debug.warn("This runtime doesn't support full screen mode.");
this.allowfullscreen = false
};
this.fullscreen = false;
this.viewLevel = 0;
this.totalnodes = 0;
this.creatednodes = 0;
this.percentcreated = 0;
if (!args.framerate) {
args.framerate = 30
};
this.proxied = getQueryArg_$2("proxied", "lzproxied");
if (this.proxied == null) {
this.proxied = args.__LZproxied == "true"
};
if (typeof args.proxyurl == "undefined") {
this.proxyurl = lz.Browser.getBaseURL().toString()
};
if (args.focustrap != null) {
if (capabilities_$1.globalfocustrap != true) {
delete args.focustrap
}};
LzScreenKernel.setCallback(this, "__windowResize");
delete args.width;
delete args.height;
if (capabilities_$1.allowfullscreen == true) {
LzScreenKernel.setFullscreenCallback(this, "__fullscreenEventCallback", "__fullscreenErrorCallback")
};
this.lpsversion = args.lpsversion + "." + this.__LZlfcversion;
delete args.lpsversion;
if (!this.version) {
this.version = this.lpsversion
};
this.isinited = false;
this._lzinitialsubviews = [];
this.datasets = {};
global.canvas = this;
this.parent = this;
this.makeMasked();
this.__LZmouseupDel = new LzDelegate(this, "__LZmouseup", lz.GlobalMouse, "onmouseup");
this.__LZmousedownDel = new LzDelegate(this, "__LZmousedown", lz.GlobalMouse, "onmousedown");
this.__LZmousemoveDel = new LzDelegate(this, "__LZmousemove", lz.GlobalMouse, "onmousemove");
this.defaultdataprovider = this.httpdataprovider = new LzHTTPDataProvider();
this.id = lz.Browser.getAppID()
};
$lzsc$temp["displayName"] = "construct";
return $lzsc$temp
})(), "__LZmouseup", (function () {
var $lzsc$temp = function (e_$0) {
if (this.onmouseup.ready) this.onmouseup.sendEvent()
};
$lzsc$temp["displayName"] = "__LZmouseup";
return $lzsc$temp
})(), "__LZmousemove", (function () {
var $lzsc$temp = function (e_$0) {
if (this.onmousemove.ready) this.onmousemove.sendEvent()
};
$lzsc$temp["displayName"] = "__LZmousemove";
return $lzsc$temp
})(), "__LZmousedown", (function () {
var $lzsc$temp = function (e_$0) {
if (this.onmousedown.ready) this.onmousedown.sendEvent()
};
$lzsc$temp["displayName"] = "__LZmousedown";
return $lzsc$temp
})(), "__makeSprite", (function () {
var $lzsc$temp = function (args_$0) {
this.sprite = new LzSprite(this, true)
};
$lzsc$temp["displayName"] = "__makeSprite";
return $lzsc$temp
})(), "onmouseleave", LzDeclaredEvent, "onmouseenter", LzDeclaredEvent, "onpercentcreated", LzDeclaredEvent, "onmousemove", LzDeclaredEvent, "onafterinit", LzDeclaredEvent, "lpsversion", void 0, "lpsrelease", void 0, "version", null, "scriptlimits", void 0, "__LZlfcversion", "0", "proxied", true, "dataloadtimeout", 30000, "medialoadtimeout", 30000, "$lzc$set_medialoadtimeout", (function () {
var $lzsc$temp = function (ms_$0) {
if (this.capabilities["medialoading"]) {
LzSprite.setMediaLoadTimeout(ms_$0)
}};
$lzsc$temp["displayName"] = "$lzc$set_medialoadtimeout";
return $lzsc$temp
})(), "mediaerrortimeout", 4500, "$lzc$set_mediaerrortimeout", (function () {
var $lzsc$temp = function (ms_$0) {
if (this.capabilities["medialoading"]) {
LzSprite.setMediaErrorTimeout(ms_$0)
}};
$lzsc$temp["displayName"] = "$lzc$set_mediaerrortimeout";
return $lzsc$temp
})(), "percentcreated", void 0, "datasets", null, "compareVersion", (function () {
var $lzsc$temp = function (ver_$0, over_$1) {
switch (arguments.length) {
case 1:
over_$1 = null
};
if (over_$1 == null) {
over_$1 = this.lpsversion
};
if (ver_$0 == over_$1) return 0;
var ver1_$2 = ver_$0.split(".");
var ver2_$3 = over_$1.split(".");
var i_$4 = 0;
while (i_$4 < ver1_$2.length || i_$4 < ver2_$3.length) {
var my_$5 = Number(ver1_$2[i_$4]) || 0;
var oth_$6 = Number(ver2_$3[i_$4++]) || 0;
if (my_$5 < oth_$6) {
return -1
} else if (my_$5 > oth_$6) {
return 1
}};
return 0
};
$lzsc$temp["displayName"] = "compareVersion";
return $lzsc$temp
})(), "$lzc$set_resource", (function () {
var $lzsc$temp = function (v_$0) {
Debug.error("You cannot set a resource on the canvas.")
};
$lzsc$temp["displayName"] = "$lzc$set_resource";
return $lzsc$temp
})(), "$lzc$set_focustrap", (function () {
var $lzsc$temp = function (istrapped_$0) {
lz.Keys.setGlobalFocusTrap(istrapped_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_focustrap";
return $lzsc$temp
})(), "toString", (function () {
var $lzsc$temp = function () {
return "This is the canvas"
};
$lzsc$temp["displayName"] = "toString";
return $lzsc$temp
})(), "$lzc$set_framerate", (function () {
var $lzsc$temp = function (fps_$0) {
fps_$0 *= 1;
if (fps_$0 < 1) {
fps_$0 = 1
} else if (fps_$0 > 1000) {
fps_$0 = 1000
};
this.framerate = fps_$0;
lz.Idle.setFrameRate(fps_$0);
if (this.onframerate.ready) this.onframerate.sendEvent(fps_$0)
};
$lzsc$temp["displayName"] = "$lzc$set_framerate";
return $lzsc$temp
})(), "$lzc$set_fullscreen", (function () {
var $lzsc$temp = function (fullscreen_$0) {
switch (arguments.length) {
case 0:
fullscreen_$0 = true
};
if (this.capabilities.allowfullscreen == true) {
LzScreenKernel.showFullScreen(fullscreen_$0)
} else {
LzView.__warnCapability("canvas.setAttribute('fullscreen', " + fullscreen_$0 + ")")
}};
$lzsc$temp["displayName"] = "$lzc$set_fullscreen";
return $lzsc$temp
})(), "__fullscreenEventCallback", (function () {
var $lzsc$temp = function (result_$0, isFullscreen_$1) {
this.fullscreen = isFullscreen_$1;
if (this.onfullscreen.ready) this.onfullscreen.sendEvent(result_$0)
};
$lzsc$temp["displayName"] = "__fullscreenEventCallback";
return $lzsc$temp
})(), "__fullscreenErrorCallback", (function () {
var $lzsc$temp = function (errorMessage_$0) {
if (this.allowfullscreen == false) {
Debug.error('Please set for fullscreen support')
} else {
var message_$1 = "Usage of fullscreen feature is supported starting with Flash Player 9.0.28 (Windows & OS X) and 9.0.115.0 (Linux).\n" + "You are currently using Flash Player " + lz.Browser.getVersion();
if (errorMessage_$0 != null) {
message_$1 = "Flash Player Security Error " + errorMessage_$0 + "\n" + message_$1
};
Debug.error(message_$1);
Debug.error("Check your SWF embed code for missing param tag " + ' inside the