Socket
Socket
Sign inDemoInstall

jwidget

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jwidget - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

2

AbstractInserter.js

@@ -38,3 +38,3 @@ "use strict";

*/
var AbstractInserter = /** @class */ (function (_super) {
var AbstractInserter = (function (_super) {
__extends(AbstractInserter, _super);

@@ -41,0 +41,0 @@ /**

@@ -24,3 +24,3 @@ "use strict";

var request_1 = require("./request");
var AbstractRestProvider = /** @class */ (function () {
var AbstractRestProvider = (function () {
function AbstractRestProvider(config) {

@@ -27,0 +27,0 @@ config = config || {};

@@ -27,3 +27,3 @@ "use strict";

*/
var AbstractTemplate = /** @class */ (function () {
var AbstractTemplate = (function () {
function AbstractTemplate() {

@@ -30,0 +30,0 @@ this.prefixes = null;

@@ -22,3 +22,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
var BaseTimeout = /** @class */ (function () {
var BaseTimeout = (function () {
function BaseTimeout(callback, scope, delay) {

@@ -25,0 +25,0 @@ if ((scope != null) && (typeof scope === "object")) {

@@ -24,3 +24,3 @@ "use strict";

var Event_1 = require("./Event");
var CancelToken = /** @class */ (function () {
var CancelToken = (function () {
function CancelToken() {

@@ -53,3 +53,3 @@ this._event = new Event_1.default();

exports.default = CancelToken;
var AsyncOperation = /** @class */ (function () {
var AsyncOperation = (function () {
function AsyncOperation(cancelToken) {

@@ -56,0 +56,0 @@ this.cancelToken = cancelToken;

@@ -30,3 +30,3 @@ "use strict";

*/
var Class = /** @class */ (function () {
var Class = (function () {
function Class() {

@@ -33,0 +33,0 @@ this._ownagePool = null;

@@ -58,3 +58,3 @@ "use strict";

*/
var Component = /** @class */ (function (_super) {
var Component = (function (_super) {
__extends(Component, _super);

@@ -61,0 +61,0 @@ /**

@@ -37,3 +37,3 @@ "use strict";

*/
var ComponentBindable = /** @class */ (function (_super) {
var ComponentBindable = (function (_super) {
__extends(ComponentBindable, _super);

@@ -40,0 +40,0 @@ function ComponentBindable(parent, component, id) {

@@ -27,3 +27,3 @@ "use strict";

*/
var ComponentChild = /** @class */ (function () {
var ComponentChild = (function () {
function ComponentChild(parent, child) {

@@ -30,0 +30,0 @@ this.parent = parent;

@@ -38,3 +38,3 @@ "use strict";

*/
var ComponentChildInserter = /** @class */ (function (_super) {
var ComponentChildInserter = (function (_super) {
__extends(ComponentChildInserter, _super);

@@ -41,0 +41,0 @@ function ComponentChildInserter() {

@@ -40,3 +40,3 @@ "use strict";

*/
var ComponentChildren = /** @class */ (function (_super) {
var ComponentChildren = (function (_super) {
__extends(ComponentChildren, _super);

@@ -43,0 +43,0 @@ function ComponentChildren(component) {

@@ -39,3 +39,3 @@ "use strict";

*/
var ComponentCollection = /** @class */ (function (_super) {
var ComponentCollection = (function (_super) {
__extends(ComponentCollection, _super);

@@ -42,0 +42,0 @@ function ComponentCollection(parent, source, el) {

@@ -38,3 +38,3 @@ "use strict";

*/
var ComponentCollectionInserter = /** @class */ (function (_super) {
var ComponentCollectionInserter = (function (_super) {
__extends(ComponentCollectionInserter, _super);

@@ -41,0 +41,0 @@ function ComponentCollectionInserter(source, el) {

@@ -36,3 +36,3 @@ "use strict";

*/
var ComponentInserter = /** @class */ (function (_super) {
var ComponentInserter = (function (_super) {
__extends(ComponentInserter, _super);

@@ -39,0 +39,0 @@ function ComponentInserter() {

@@ -39,3 +39,3 @@ "use strict";

*/
var ComponentList = /** @class */ (function (_super) {
var ComponentList = (function (_super) {
__extends(ComponentList, _super);

@@ -42,0 +42,0 @@ function ComponentList(parent, source, el) {

@@ -96,3 +96,3 @@ "use strict";

*/
var AbstractConverterToList = /** @class */ (function (_super) {
var AbstractConverterToList = (function (_super) {
__extends(AbstractConverterToList, _super);

@@ -99,0 +99,0 @@ /**

@@ -40,3 +40,3 @@ "use strict";

*/
var ListConverterToList = /** @class */ (function (_super) {
var ListConverterToList = (function (_super) {
__extends(ListConverterToList, _super);

@@ -43,0 +43,0 @@ /**

@@ -39,3 +39,3 @@ "use strict";

*/
var MapConverterToList = /** @class */ (function (_super) {
var MapConverterToList = (function (_super) {
__extends(MapConverterToList, _super);

@@ -42,0 +42,0 @@ /**

@@ -38,3 +38,3 @@ "use strict";

*/
var SetConverterToList = /** @class */ (function (_super) {
var SetConverterToList = (function (_super) {
__extends(SetConverterToList, _super);

@@ -41,0 +41,0 @@ /**

@@ -106,3 +106,3 @@ "use strict";

*/
var AbstractConverterToSet = /** @class */ (function (_super) {
var AbstractConverterToSet = (function (_super) {
__extends(AbstractConverterToSet, _super);

@@ -109,0 +109,0 @@ /**

@@ -37,3 +37,3 @@ "use strict";

*/
var ListConverterToSet = /** @class */ (function (_super) {
var ListConverterToSet = (function (_super) {
__extends(ListConverterToSet, _super);

@@ -40,0 +40,0 @@ /**

@@ -38,3 +38,3 @@ "use strict";

*/
var MapConverterToSet = /** @class */ (function (_super) {
var MapConverterToSet = (function (_super) {
__extends(MapConverterToSet, _super);

@@ -41,0 +41,0 @@ /**

@@ -37,3 +37,3 @@ "use strict";

*/
var SetConverterToSet = /** @class */ (function (_super) {
var SetConverterToSet = (function (_super) {
__extends(SetConverterToSet, _super);

@@ -40,0 +40,0 @@ /**

@@ -39,3 +39,3 @@ "use strict";

*/
var Copier = /** @class */ (function (_super) {
var Copier = (function (_super) {
__extends(Copier, _super);

@@ -42,0 +42,0 @@ /**

@@ -100,3 +100,3 @@ "use strict";

*/
var AbstractCounter = /** @class */ (function (_super) {
var AbstractCounter = (function (_super) {
__extends(AbstractCounter, _super);

@@ -103,0 +103,0 @@ /**

@@ -38,3 +38,3 @@ "use strict";

*/
var ListCounter = /** @class */ (function (_super) {
var ListCounter = (function (_super) {
__extends(ListCounter, _super);

@@ -41,0 +41,0 @@ /**

@@ -38,3 +38,3 @@ "use strict";

*/
var MapCounter = /** @class */ (function (_super) {
var MapCounter = (function (_super) {
__extends(MapCounter, _super);

@@ -41,0 +41,0 @@ /**

@@ -38,3 +38,3 @@ "use strict";

*/
var SetCounter = /** @class */ (function (_super) {
var SetCounter = (function (_super) {
__extends(SetCounter, _super);

@@ -41,0 +41,0 @@ /**

@@ -14,3 +14,3 @@ "use strict";

var CancelToken_1 = require("./CancelToken");
var DeferOperation = /** @class */ (function (_super) {
var DeferOperation = (function (_super) {
__extends(DeferOperation, _super);

@@ -17,0 +17,0 @@ function DeferOperation(ms, cancelToken) {

@@ -22,3 +22,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
var Destructor = /** @class */ (function () {
var Destructor = (function () {
function Destructor(callback, scope) {

@@ -25,0 +25,0 @@ this.callback = callback;

@@ -43,3 +43,3 @@ "use strict";

*/
var DomInserter = /** @class */ (function (_super) {
var DomInserter = (function (_super) {
__extends(DomInserter, _super);

@@ -46,0 +46,0 @@ function DomInserter() {

@@ -36,3 +36,3 @@ "use strict";

*/
var DomTemplate = /** @class */ (function (_super) {
var DomTemplate = (function (_super) {
__extends(DomTemplate, _super);

@@ -39,0 +39,0 @@ function DomTemplate(el) {

@@ -22,3 +22,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
var DummyDestroyable = /** @class */ (function () {
var DummyDestroyable = (function () {
function DummyDestroyable() {

@@ -25,0 +25,0 @@ }

@@ -23,3 +23,3 @@ "use strict";

var dummyDestroyable_1 = require("./dummyDestroyable");
var DummyEvent = /** @class */ (function () {
var DummyEvent = (function () {
function DummyEvent() {

@@ -26,0 +26,0 @@ }

@@ -28,3 +28,3 @@ "use strict";

*/
var Event = /** @class */ (function () {
var Event = (function () {
function Event() {

@@ -31,0 +31,0 @@ this._attachments = null;

@@ -26,3 +26,3 @@ "use strict";

*/
var EventAttachment = /** @class */ (function () {
var EventAttachment = (function () {
function EventAttachment(_event, handler, scope) {

@@ -29,0 +29,0 @@ this._event = _event;

@@ -34,3 +34,3 @@ "use strict";

var DestroyablePromise_1 = require("./DestroyablePromise");
var AbstractDestroyablePromise = /** @class */ (function (_super) {
var AbstractDestroyablePromise = (function (_super) {
__extends(AbstractDestroyablePromise, _super);

@@ -51,3 +51,3 @@ function AbstractDestroyablePromise(native) {

exports.default = AbstractDestroyablePromise;
var ChainedDestroyablePromise = /** @class */ (function (_super) {
var ChainedDestroyablePromise = (function (_super) {
__extends(ChainedDestroyablePromise, _super);

@@ -54,0 +54,0 @@ function ChainedDestroyablePromise(native, baseDestroyable) {

@@ -33,3 +33,3 @@ "use strict";

var AbstractDestroyablePromise_1 = require("./AbstractDestroyablePromise");
var Timeout = /** @class */ (function (_super) {
var Timeout = (function (_super) {
__extends(Timeout, _super);

@@ -36,0 +36,0 @@ function Timeout(ms) {

@@ -116,3 +116,3 @@ "use strict";

*/
var AbstractFilterer = /** @class */ (function (_super) {
var AbstractFilterer = (function (_super) {
__extends(AbstractFilterer, _super);

@@ -119,0 +119,0 @@ /**

@@ -41,3 +41,3 @@ "use strict";

*/
var ListFilterer = /** @class */ (function (_super) {
var ListFilterer = (function (_super) {
__extends(ListFilterer, _super);

@@ -44,0 +44,0 @@ /**

@@ -38,3 +38,3 @@ "use strict";

*/
var MapFilterer = /** @class */ (function (_super) {
var MapFilterer = (function (_super) {
__extends(MapFilterer, _super);

@@ -41,0 +41,0 @@ /**

@@ -37,3 +37,3 @@ "use strict";

*/
var SetFilterer = /** @class */ (function (_super) {
var SetFilterer = (function (_super) {
__extends(SetFilterer, _super);

@@ -40,0 +40,0 @@ /**

@@ -37,3 +37,3 @@ "use strict";

*/
var Hash = /** @class */ (function (_super) {
var Hash = (function (_super) {
__extends(Hash, _super);

@@ -40,0 +40,0 @@ function Hash() {

@@ -38,3 +38,3 @@ "use strict";

*/
var HtmlTemplate = /** @class */ (function (_super) {
var HtmlTemplate = (function (_super) {
__extends(HtmlTemplate, _super);

@@ -41,0 +41,0 @@ /**

@@ -26,3 +26,3 @@ "use strict";

*/
var IndexCount = /** @class */ (function () {
var IndexCount = (function () {
function IndexCount(index, count) {

@@ -29,0 +29,0 @@ this.index = index;

@@ -110,3 +110,3 @@ "use strict";

*/
var AbstractIndexer = /** @class */ (function (_super) {
var AbstractIndexer = (function (_super) {
__extends(AbstractIndexer, _super);

@@ -113,0 +113,0 @@ /**

@@ -37,3 +37,3 @@ "use strict";

*/
var ListIndexer = /** @class */ (function (_super) {
var ListIndexer = (function (_super) {
__extends(ListIndexer, _super);

@@ -40,0 +40,0 @@ /**

@@ -38,3 +38,3 @@ "use strict";

*/
var MapIndexer = /** @class */ (function (_super) {
var MapIndexer = (function (_super) {
__extends(MapIndexer, _super);

@@ -41,0 +41,0 @@ /**

@@ -37,3 +37,3 @@ "use strict";

*/
var SetIndexer = /** @class */ (function (_super) {
var SetIndexer = (function (_super) {
__extends(SetIndexer, _super);

@@ -40,0 +40,0 @@ /**

@@ -30,3 +30,3 @@ "use strict";

*/
var IndexItems = /** @class */ (function () {
var IndexItems = (function () {
function IndexItems(index, items) {

@@ -33,0 +33,0 @@ this.index = index;

@@ -61,3 +61,3 @@ "use strict";

*/
var ListInserter = /** @class */ (function (_super) {
var ListInserter = (function (_super) {
__extends(ListInserter, _super);

@@ -64,0 +64,0 @@ /**

@@ -64,3 +64,3 @@ "use strict";

*/
var MapInserter = /** @class */ (function (_super) {
var MapInserter = (function (_super) {
__extends(MapInserter, _super);

@@ -67,0 +67,0 @@ /**

@@ -83,3 +83,3 @@ "use strict";

exports.vid = vid;
var VidMap = /** @class */ (function () {
var VidMap = (function () {
function VidMap(_getKey) {

@@ -193,3 +193,3 @@ if (_getKey === void 0) { _getKey = vid; }

exports.VidMap = VidMap;
var VidSet = /** @class */ (function () {
var VidSet = (function () {
function VidSet(_getKey) {

@@ -196,0 +196,0 @@ if (_getKey === void 0) { _getKey = vid; }

@@ -22,3 +22,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
var Interval = /** @class */ (function () {
var Interval = (function () {
function Interval(callback, scope, ms) {

@@ -25,0 +25,0 @@ if ((scope != null) && (typeof scope === "object")) {

@@ -180,3 +180,3 @@ "use strict";

*/
var List = /** @class */ (function (_super) {
var List = (function (_super) {
__extends(List, _super);

@@ -183,0 +183,0 @@ function List(a, b, c) {

@@ -28,3 +28,3 @@ "use strict";

*/
var ListSpliceResult = /** @class */ (function () {
var ListSpliceResult = (function () {
/**

@@ -31,0 +31,0 @@ * @param oldItems Old array contents.

@@ -155,3 +155,3 @@ "use strict";

*/
var Map = /** @class */ (function (_super) {
var Map = (function (_super) {
__extends(Map, _super);

@@ -158,0 +158,0 @@ function Map(a, b, c) {

@@ -42,3 +42,3 @@ "use strict";

*/
var Mapper = /** @class */ (function (_super) {
var Mapper = (function (_super) {
__extends(Mapper, _super);

@@ -141,3 +141,3 @@ /**

*/
var ByReducer = /** @class */ (function (_super) {
var ByReducer = (function (_super) {
__extends(ByReducer, _super);

@@ -144,0 +144,0 @@ /**

@@ -124,3 +124,3 @@ "use strict";

*/
var AbstractMapper = /** @class */ (function (_super) {
var AbstractMapper = (function (_super) {
__extends(AbstractMapper, _super);

@@ -127,0 +127,0 @@ /**

@@ -40,3 +40,3 @@ "use strict";

*/
var ListMapper = /** @class */ (function (_super) {
var ListMapper = (function (_super) {
__extends(ListMapper, _super);

@@ -43,0 +43,0 @@ /**

@@ -40,3 +40,3 @@ "use strict";

*/
var MapMapper = /** @class */ (function (_super) {
var MapMapper = (function (_super) {
__extends(MapMapper, _super);

@@ -43,0 +43,0 @@ /**

@@ -40,3 +40,3 @@ "use strict";

*/
var SetMapper = /** @class */ (function (_super) {
var SetMapper = (function (_super) {
__extends(SetMapper, _super);

@@ -43,0 +43,0 @@ /**

@@ -107,3 +107,3 @@ "use strict";

*/
var ListMerger = /** @class */ (function (_super) {
var ListMerger = (function (_super) {
__extends(ListMerger, _super);

@@ -281,3 +281,3 @@ /**

exports.$mergeNoSync = $mergeNoSync;
var Bunch = /** @class */ (function (_super) {
var Bunch = (function (_super) {
__extends(Bunch, _super);

@@ -284,0 +284,0 @@ function Bunch(source, target, bunch) {

@@ -72,3 +72,3 @@ "use strict";

*/
var AbstractObserver = /** @class */ (function (_super) {
var AbstractObserver = (function (_super) {
__extends(AbstractObserver, _super);

@@ -75,0 +75,0 @@ /**

@@ -36,3 +36,3 @@ "use strict";

*/
var ListObserver = /** @class */ (function (_super) {
var ListObserver = (function (_super) {
__extends(ListObserver, _super);

@@ -39,0 +39,0 @@ /**

@@ -37,3 +37,3 @@ "use strict";

*/
var MapObserver = /** @class */ (function (_super) {
var MapObserver = (function (_super) {
__extends(MapObserver, _super);

@@ -40,0 +40,0 @@ /**

@@ -36,3 +36,3 @@ "use strict";

*/
var SetObserver = /** @class */ (function (_super) {
var SetObserver = (function (_super) {
__extends(SetObserver, _super);

@@ -39,0 +39,0 @@ /**

{
"name": "jwidget",
"version": "2.0.7",
"version": "2.0.8",
"description": "Object-oriented FrontEnd MV framework",

@@ -5,0 +5,0 @@ "homepage": "http://enepomnyaschih.github.io/jwidget",

@@ -39,3 +39,3 @@ "use strict";

*/
var Property = /** @class */ (function (_super) {
var Property = (function (_super) {
__extends(Property, _super);

@@ -42,0 +42,0 @@ /**

@@ -33,3 +33,3 @@ "use strict";

var CancelToken_1 = require("./CancelToken");
var RequestOperation = /** @class */ (function (_super) {
var RequestOperation = (function (_super) {
__extends(RequestOperation, _super);

@@ -36,0 +36,0 @@ function RequestOperation(xhr, factory, cancelToken) {

@@ -96,3 +96,3 @@ "use strict";

*/
var ListReverser = /** @class */ (function (_super) {
var ListReverser = (function (_super) {
__extends(ListReverser, _super);

@@ -99,0 +99,0 @@ /**

@@ -49,3 +49,3 @@ "use strict";

*/
var Router = /** @class */ (function (_super) {
var Router = (function (_super) {
__extends(Router, _super);

@@ -97,2 +97,7 @@ function Router(config) {

}
var target = this._target.get();
if (target != null) {
this._target.set(null);
target.destroy();
}
_super.prototype.destroyObject.call(this);

@@ -254,3 +259,3 @@ };

Router.bindRouting = bindRouting;
var Redirector = /** @class */ (function (_super) {
var Redirector = (function (_super) {
__extends(Redirector, _super);

@@ -290,3 +295,3 @@ function Redirector(path, router, replaceState) {

*/
var Node = /** @class */ (function (_super) {
var Node = (function (_super) {
__extends(Node, _super);

@@ -350,3 +355,3 @@ function Node(config) {

Router.Node = Node;
var NodeExpander = /** @class */ (function (_super) {
var NodeExpander = (function (_super) {
__extends(NodeExpander, _super);

@@ -353,0 +358,0 @@ function NodeExpander(router, sourcePath, targetPath, expanded) {

@@ -133,3 +133,3 @@ "use strict";

*/
var Set = /** @class */ (function (_super) {
var Set = (function (_super) {
__extends(Set, _super);

@@ -136,0 +136,0 @@ function Set(a, b, c) {

@@ -136,3 +136,3 @@ "use strict";

*/
var AbstractSorterComparing = /** @class */ (function (_super) {
var AbstractSorterComparing = (function (_super) {
__extends(AbstractSorterComparing, _super);

@@ -139,0 +139,0 @@ /**

@@ -37,3 +37,3 @@ "use strict";

*/
var ListSorterComparing = /** @class */ (function (_super) {
var ListSorterComparing = (function (_super) {
__extends(ListSorterComparing, _super);

@@ -40,0 +40,0 @@ /**

@@ -38,3 +38,3 @@ "use strict";

*/
var MapSorterComparing = /** @class */ (function (_super) {
var MapSorterComparing = (function (_super) {
__extends(MapSorterComparing, _super);

@@ -41,0 +41,0 @@ /**

@@ -37,3 +37,3 @@ "use strict";

*/
var SetSorterComparing = /** @class */ (function (_super) {
var SetSorterComparing = (function (_super) {
__extends(SetSorterComparing, _super);

@@ -40,0 +40,0 @@ /**

@@ -89,2 +89,7 @@ /*!

}
const target = this._target.get();
if (target != null) {
this._target.set(null);
target.destroy();
}
super.destroyObject();

@@ -91,0 +96,0 @@ }

@@ -37,3 +37,3 @@ "use strict";

*/
var Switcher = /** @class */ (function (_super) {
var Switcher = (function (_super) {
__extends(Switcher, _super);

@@ -40,0 +40,0 @@ /**

@@ -34,3 +34,3 @@ "use strict";

var Class_1 = require("../Class");
var AttrUpdater = /** @class */ (function (_super) {
var AttrUpdater = (function (_super) {
__extends(AttrUpdater, _super);

@@ -37,0 +37,0 @@ function AttrUpdater(el, attr, property) {

@@ -35,3 +35,3 @@ "use strict";

var Switcher_1 = require("../Switcher");
var ClassNameUpdater = /** @class */ (function (_super) {
var ClassNameUpdater = (function (_super) {
__extends(ClassNameUpdater, _super);

@@ -49,3 +49,3 @@ function ClassNameUpdater(el, property) {

}(Class_1.default));
var ClassUpdater = /** @class */ (function (_super) {
var ClassUpdater = (function (_super) {
__extends(ClassUpdater, _super);

@@ -52,0 +52,0 @@ function ClassUpdater(el, cls, property) {

@@ -34,3 +34,3 @@ "use strict";

var Class_1 = require("../Class");
var CssUpdater = /** @class */ (function (_super) {
var CssUpdater = (function (_super) {
__extends(CssUpdater, _super);

@@ -37,0 +37,0 @@ function CssUpdater(el, style, property) {

@@ -40,3 +40,3 @@ "use strict";

*/
var HtmlUpdater = /** @class */ (function (_super) {
var HtmlUpdater = (function (_super) {
__extends(HtmlUpdater, _super);

@@ -43,0 +43,0 @@ /**

@@ -22,3 +22,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
var JQEventAttachment = /** @class */ (function () {
var JQEventAttachment = (function () {
function JQEventAttachment(el, events, arg1, arg2) {

@@ -25,0 +25,0 @@ this.el = el;

@@ -36,3 +36,3 @@ "use strict";

var Property_1 = require("../Property");
var PropBinding = /** @class */ (function (_super) {
var PropBinding = (function (_super) {
__extends(PropBinding, _super);

@@ -52,3 +52,3 @@ function PropBinding(el, prop, property, binding) {

}(Class_1.default));
var PropUpdater = /** @class */ (function (_super) {
var PropUpdater = (function (_super) {
__extends(PropUpdater, _super);

@@ -72,3 +72,3 @@ function PropUpdater(el, prop, property) {

}(Class_1.default));
var CheckedListener = /** @class */ (function (_super) {
var CheckedListener = (function (_super) {
__extends(CheckedListener, _super);

@@ -75,0 +75,0 @@ function CheckedListener(el, config) {

@@ -36,3 +36,3 @@ "use strict";

var Property_1 = require("../Property");
var RadioBinding = /** @class */ (function (_super) {
var RadioBinding = (function (_super) {
__extends(RadioBinding, _super);

@@ -52,3 +52,3 @@ function RadioBinding(el, name, property, binding) {

}(Class_1.default));
var RadioUpdater = /** @class */ (function (_super) {
var RadioUpdater = (function (_super) {
__extends(RadioUpdater, _super);

@@ -77,3 +77,3 @@ function RadioUpdater(el, name, property) {

}(Class_1.default));
var RadioListener = /** @class */ (function (_super) {
var RadioListener = (function (_super) {
__extends(RadioListener, _super);

@@ -80,0 +80,0 @@ function RadioListener(el, name, config) {

@@ -34,3 +34,3 @@ "use strict";

var Class_1 = require("../Class");
var VisibleUpdater = /** @class */ (function (_super) {
var VisibleUpdater = (function (_super) {
__extends(VisibleUpdater, _super);

@@ -37,0 +37,0 @@ function VisibleUpdater(el, property) {

@@ -34,3 +34,3 @@ "use strict";

var Class_1 = require("../Class");
var TextUpdater = /** @class */ (function (_super) {
var TextUpdater = (function (_super) {
__extends(TextUpdater, _super);

@@ -37,0 +37,0 @@ function TextUpdater(el, property) {

@@ -37,3 +37,3 @@ "use strict";

var Property_1 = require("../Property");
var ValueBinding = /** @class */ (function (_super) {
var ValueBinding = (function (_super) {
__extends(ValueBinding, _super);

@@ -57,3 +57,3 @@ function ValueBinding(el, property, binding, simple) {

}(Class_1.default));
var ValueUpdater = /** @class */ (function (_super) {
var ValueUpdater = (function (_super) {
__extends(ValueUpdater, _super);

@@ -73,3 +73,3 @@ function ValueUpdater(el, property) {

}(Class_1.default));
var ValueListener = /** @class */ (function (_super) {
var ValueListener = (function (_super) {
__extends(ValueListener, _super);

@@ -76,0 +76,0 @@ function ValueListener(el, config) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc