update generated dist
This commit is contained in:
parent
6c21866d39
commit
1c314bdb21
@ -34,4 +34,4 @@
|
|||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://registry.npmjs.org"
|
"registry": "https://registry.npmjs.org"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1919,7 +1919,8 @@ var List = /** @class */ (function (_super) {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
List.prototype.scrollToItem = function (context, index, config) {
|
List.prototype.scrollToItem = function (context, index, config) {
|
||||||
var animated = config === null || config === void 0 ? void 0 : config.animated;
|
var _a;
|
||||||
|
var animated = (_a = config) === null || _a === void 0 ? void 0 : _a.animated;
|
||||||
return this.nativeChannel(context, 'scrollToItem')({ index: index, animated: animated, });
|
return this.nativeChannel(context, 'scrollToItem')({ index: index, animated: animated, });
|
||||||
};
|
};
|
||||||
List.prototype.reset = function () {
|
List.prototype.reset = function () {
|
||||||
|
@ -1425,7 +1425,8 @@ class List extends Superview {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
scrollToItem(context, index, config) {
|
scrollToItem(context, index, config) {
|
||||||
const animated = config === null || config === void 0 ? void 0 : config.animated;
|
var _a;
|
||||||
|
const animated = (_a = config) === null || _a === void 0 ? void 0 : _a.animated;
|
||||||
return this.nativeChannel(context, 'scrollToItem')({ index, animated, });
|
return this.nativeChannel(context, 'scrollToItem')({ index, animated, });
|
||||||
}
|
}
|
||||||
reset() {
|
reset() {
|
||||||
|
@ -1705,7 +1705,7 @@ var doric = (function (exports) {
|
|||||||
(module.exports = function (key, value) {
|
(module.exports = function (key, value) {
|
||||||
return sharedStore[key] || (sharedStore[key] = value !== undefined ? value : {});
|
return sharedStore[key] || (sharedStore[key] = value !== undefined ? value : {});
|
||||||
})('versions', []).push({
|
})('versions', []).push({
|
||||||
version: '3.6.5',
|
version: '3.6.4',
|
||||||
mode: 'global',
|
mode: 'global',
|
||||||
copyright: '© 2020 Denis Pushkarev (zloirock.ru)'
|
copyright: '© 2020 Denis Pushkarev (zloirock.ru)'
|
||||||
});
|
});
|
||||||
@ -6489,13 +6489,7 @@ var doric = (function (exports) {
|
|||||||
defer = functionBindContext(port.postMessage, port, 1);
|
defer = functionBindContext(port.postMessage, port, 1);
|
||||||
// Browsers with postMessage, skip WebWorkers
|
// Browsers with postMessage, skip WebWorkers
|
||||||
// IE8 has postMessage, but it's sync & typeof its postMessage is 'object'
|
// IE8 has postMessage, but it's sync & typeof its postMessage is 'object'
|
||||||
} else if (
|
} else if (global_1.addEventListener && typeof postMessage == 'function' && !global_1.importScripts && !fails(post)) {
|
||||||
global_1.addEventListener &&
|
|
||||||
typeof postMessage == 'function' &&
|
|
||||||
!global_1.importScripts &&
|
|
||||||
!fails(post) &&
|
|
||||||
location.protocol !== 'file:'
|
|
||||||
) {
|
|
||||||
defer = post;
|
defer = post;
|
||||||
global_1.addEventListener('message', listener, false);
|
global_1.addEventListener('message', listener, false);
|
||||||
// IE8-
|
// IE8-
|
||||||
@ -9867,7 +9861,7 @@ var doric = (function (exports) {
|
|||||||
var INVALID_PORT = 'Invalid port';
|
var INVALID_PORT = 'Invalid port';
|
||||||
|
|
||||||
var ALPHA = /[A-Za-z]/;
|
var ALPHA = /[A-Za-z]/;
|
||||||
var ALPHANUMERIC = /[\d+-.A-Za-z]/;
|
var ALPHANUMERIC = /[\d+\-.A-Za-z]/;
|
||||||
var DIGIT = /\d/;
|
var DIGIT = /\d/;
|
||||||
var HEX_START = /^(0x|0X)/;
|
var HEX_START = /^(0x|0X)/;
|
||||||
var OCT = /^[0-7]+$/;
|
var OCT = /^[0-7]+$/;
|
||||||
@ -11678,8 +11672,8 @@ var doric = (function (exports) {
|
|||||||
if (cleanup != null) { subscriptionState.cleanup = typeof cleanup.unsubscribe === 'function'
|
if (cleanup != null) { subscriptionState.cleanup = typeof cleanup.unsubscribe === 'function'
|
||||||
? function () { subscription.unsubscribe(); }
|
? function () { subscription.unsubscribe(); }
|
||||||
: aFunction$1(cleanup); }
|
: aFunction$1(cleanup); }
|
||||||
} catch (error$1) {
|
} catch (error) {
|
||||||
subscriptionObserver.error(error$1);
|
subscriptionObserver.error(error);
|
||||||
return;
|
return;
|
||||||
} if (subscriptionClosed(subscriptionState)) { cleanupSubscription(subscriptionState); }
|
} if (subscriptionClosed(subscriptionState)) { cleanupSubscription(subscriptionState); }
|
||||||
};
|
};
|
||||||
@ -13179,7 +13173,7 @@ var doric = (function (exports) {
|
|||||||
// some Chrome versions have non-configurable methods on DOMTokenList
|
// some Chrome versions have non-configurable methods on DOMTokenList
|
||||||
if (CollectionPrototype$1[METHOD_NAME] !== es_array_iterator[METHOD_NAME]) { try {
|
if (CollectionPrototype$1[METHOD_NAME] !== es_array_iterator[METHOD_NAME]) { try {
|
||||||
createNonEnumerableProperty(CollectionPrototype$1, METHOD_NAME, es_array_iterator[METHOD_NAME]);
|
createNonEnumerableProperty(CollectionPrototype$1, METHOD_NAME, es_array_iterator[METHOD_NAME]);
|
||||||
} catch (error$1) {
|
} catch (error) {
|
||||||
CollectionPrototype$1[METHOD_NAME] = es_array_iterator[METHOD_NAME];
|
CollectionPrototype$1[METHOD_NAME] = es_array_iterator[METHOD_NAME];
|
||||||
} }
|
} }
|
||||||
} }
|
} }
|
||||||
|
@ -2884,7 +2884,8 @@ class List extends Superview {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
scrollToItem(context, index, config) {
|
scrollToItem(context, index, config) {
|
||||||
const animated = config === null || config === void 0 ? void 0 : config.animated;
|
var _a;
|
||||||
|
const animated = (_a = config) === null || _a === void 0 ? void 0 : _a.animated;
|
||||||
return this.nativeChannel(context, 'scrollToItem')({ index, animated, });
|
return this.nativeChannel(context, 'scrollToItem')({ index, animated, });
|
||||||
}
|
}
|
||||||
reset() {
|
reset() {
|
||||||
|
@ -48,7 +48,8 @@ export class List extends Superview {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
scrollToItem(context, index, config) {
|
scrollToItem(context, index, config) {
|
||||||
const animated = config === null || config === void 0 ? void 0 : config.animated;
|
var _a;
|
||||||
|
const animated = (_a = config) === null || _a === void 0 ? void 0 : _a.animated;
|
||||||
return this.nativeChannel(context, 'scrollToItem')({ index, animated, });
|
return this.nativeChannel(context, 'scrollToItem')({ index, animated, });
|
||||||
}
|
}
|
||||||
reset() {
|
reset() {
|
||||||
|
5
doric-web/dist/index.js
vendored
5
doric-web/dist/index.js
vendored
@ -2942,7 +2942,8 @@ class List extends Superview {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
scrollToItem(context, index, config) {
|
scrollToItem(context, index, config) {
|
||||||
const animated = config === null || config === void 0 ? void 0 : config.animated;
|
var _a;
|
||||||
|
const animated = (_a = config) === null || _a === void 0 ? void 0 : _a.animated;
|
||||||
return this.nativeChannel(context, 'scrollToItem')({ index, animated, });
|
return this.nativeChannel(context, 'scrollToItem')({ index, animated, });
|
||||||
}
|
}
|
||||||
reset() {
|
reset() {
|
||||||
@ -4203,7 +4204,7 @@ return __module.exports;
|
|||||||
var doric_web = (function (exports, axios, sandbox) {
|
var doric_web = (function (exports, axios, sandbox) {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
axios = axios && Object.prototype.hasOwnProperty.call(axios, 'default') ? axios['default'] : axios;
|
axios = axios && axios.hasOwnProperty('default') ? axios['default'] : axios;
|
||||||
|
|
||||||
class DoricPlugin {
|
class DoricPlugin {
|
||||||
constructor(context) {
|
constructor(context) {
|
||||||
|
2
doric-web/dist/index.js.map
vendored
2
doric-web/dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user