|
|
|
@ -6,76 +6,76 @@ |
|
|
|
|
|
|
|
snq = snq && snq.hasOwnProperty('default') ? snq['default'] : snq; |
|
|
|
|
|
|
|
/*! ***************************************************************************** |
|
|
|
Copyright (c) Microsoft Corporation. All rights reserved. |
|
|
|
Licensed under the Apache License, Version 2.0 (the "License"); you may not use |
|
|
|
this file except in compliance with the License. You may obtain a copy of the |
|
|
|
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
|
|
|
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED |
|
|
|
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, |
|
|
|
MERCHANTABLITY OR NON-INFRINGEMENT. |
|
|
|
|
|
|
|
See the Apache Version 2.0 License for specific language governing permissions |
|
|
|
and limitations under the License. |
|
|
|
***************************************************************************** */ |
|
|
|
|
|
|
|
var __assign = function() { |
|
|
|
__assign = Object.assign || function __assign(t) { |
|
|
|
for (var s, i = 1, n = arguments.length; i < n; i++) { |
|
|
|
s = arguments[i]; |
|
|
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; |
|
|
|
} |
|
|
|
return t; |
|
|
|
}; |
|
|
|
return __assign.apply(this, arguments); |
|
|
|
}; |
|
|
|
|
|
|
|
function __rest(s, e) { |
|
|
|
var t = {}; |
|
|
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) |
|
|
|
t[p] = s[p]; |
|
|
|
if (s != null && typeof Object.getOwnPropertySymbols === "function") |
|
|
|
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { |
|
|
|
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) |
|
|
|
t[p[i]] = s[p[i]]; |
|
|
|
} |
|
|
|
return t; |
|
|
|
} |
|
|
|
|
|
|
|
function __decorate(decorators, target, key, desc) { |
|
|
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; |
|
|
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); |
|
|
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; |
|
|
|
return c > 3 && r && Object.defineProperty(target, key, r), r; |
|
|
|
} |
|
|
|
|
|
|
|
function __metadata(metadataKey, metadataValue) { |
|
|
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue); |
|
|
|
} |
|
|
|
|
|
|
|
function __read(o, n) { |
|
|
|
var m = typeof Symbol === "function" && o[Symbol.iterator]; |
|
|
|
if (!m) return o; |
|
|
|
var i = m.call(o), r, ar = [], e; |
|
|
|
try { |
|
|
|
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value); |
|
|
|
} |
|
|
|
catch (error) { e = { error: error }; } |
|
|
|
finally { |
|
|
|
try { |
|
|
|
if (r && !r.done && (m = i["return"])) m.call(i); |
|
|
|
} |
|
|
|
finally { if (e) throw e.error; } |
|
|
|
} |
|
|
|
return ar; |
|
|
|
} |
|
|
|
|
|
|
|
function __spread() { |
|
|
|
for (var ar = [], i = 0; i < arguments.length; i++) |
|
|
|
ar = ar.concat(__read(arguments[i])); |
|
|
|
return ar; |
|
|
|
/*! ***************************************************************************** |
|
|
|
Copyright (c) Microsoft Corporation. All rights reserved. |
|
|
|
Licensed under the Apache License, Version 2.0 (the "License"); you may not use |
|
|
|
this file except in compliance with the License. You may obtain a copy of the |
|
|
|
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
|
|
|
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED |
|
|
|
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, |
|
|
|
MERCHANTABLITY OR NON-INFRINGEMENT. |
|
|
|
|
|
|
|
See the Apache Version 2.0 License for specific language governing permissions |
|
|
|
and limitations under the License. |
|
|
|
***************************************************************************** */ |
|
|
|
|
|
|
|
var __assign = function() { |
|
|
|
__assign = Object.assign || function __assign(t) { |
|
|
|
for (var s, i = 1, n = arguments.length; i < n; i++) { |
|
|
|
s = arguments[i]; |
|
|
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; |
|
|
|
} |
|
|
|
return t; |
|
|
|
}; |
|
|
|
return __assign.apply(this, arguments); |
|
|
|
}; |
|
|
|
|
|
|
|
function __rest(s, e) { |
|
|
|
var t = {}; |
|
|
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) |
|
|
|
t[p] = s[p]; |
|
|
|
if (s != null && typeof Object.getOwnPropertySymbols === "function") |
|
|
|
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { |
|
|
|
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) |
|
|
|
t[p[i]] = s[p[i]]; |
|
|
|
} |
|
|
|
return t; |
|
|
|
} |
|
|
|
|
|
|
|
function __decorate(decorators, target, key, desc) { |
|
|
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; |
|
|
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); |
|
|
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; |
|
|
|
return c > 3 && r && Object.defineProperty(target, key, r), r; |
|
|
|
} |
|
|
|
|
|
|
|
function __metadata(metadataKey, metadataValue) { |
|
|
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue); |
|
|
|
} |
|
|
|
|
|
|
|
function __read(o, n) { |
|
|
|
var m = typeof Symbol === "function" && o[Symbol.iterator]; |
|
|
|
if (!m) return o; |
|
|
|
var i = m.call(o), r, ar = [], e; |
|
|
|
try { |
|
|
|
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value); |
|
|
|
} |
|
|
|
catch (error) { e = { error: error }; } |
|
|
|
finally { |
|
|
|
try { |
|
|
|
if (r && !r.done && (m = i["return"])) m.call(i); |
|
|
|
} |
|
|
|
finally { if (e) throw e.error; } |
|
|
|
} |
|
|
|
return ar; |
|
|
|
} |
|
|
|
|
|
|
|
function __spread() { |
|
|
|
for (var ar = [], i = 0; i < arguments.length; i++) |
|
|
|
ar = ar.concat(__read(arguments[i])); |
|
|
|
return ar; |
|
|
|
} |
|
|
|
|
|
|
|
/** |