@trops/dash-core 0.1.135 → 0.1.137
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/electron/index.js +44 -8
- package/dist/electron/index.js.map +1 -1
- package/dist/index.esm.js +48 -66
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -5647,10 +5647,10 @@ var syntax = SyntaxError;
|
|
|
5647
5647
|
var type = TypeError;
|
|
5648
5648
|
|
|
5649
5649
|
/** @type {import('./gOPD')} */
|
|
5650
|
-
var gOPD$
|
|
5650
|
+
var gOPD$6 = Object.getOwnPropertyDescriptor;
|
|
5651
5651
|
|
|
5652
5652
|
/** @type {import('.')} */
|
|
5653
|
-
var $gOPD$2 = gOPD$
|
|
5653
|
+
var $gOPD$2 = gOPD$6;
|
|
5654
5654
|
|
|
5655
5655
|
if ($gOPD$2) {
|
|
5656
5656
|
try {
|
|
@@ -5785,7 +5785,7 @@ defineProperties$1.supportsDescriptors = !!supportsDescriptors$2;
|
|
|
5785
5785
|
|
|
5786
5786
|
var defineProperties_1 = defineProperties$1;
|
|
5787
5787
|
|
|
5788
|
-
var callBind$
|
|
5788
|
+
var callBind$7 = {exports: {}};
|
|
5789
5789
|
|
|
5790
5790
|
/** @type {import('.')} */
|
|
5791
5791
|
var esObjectAtoms = Object;
|
|
@@ -6085,78 +6085,60 @@ var callBindApplyHelpers = function callBindBasic(args) {
|
|
|
6085
6085
|
return $actualApply(bind$3, $call$1, args);
|
|
6086
6086
|
};
|
|
6087
6087
|
|
|
6088
|
-
var
|
|
6089
|
-
var
|
|
6088
|
+
var callBind$6 = callBindApplyHelpers;
|
|
6089
|
+
var gOPD$5 = gopd$1;
|
|
6090
6090
|
|
|
6091
|
-
|
|
6092
|
-
|
|
6093
|
-
|
|
6094
|
-
|
|
6095
|
-
|
|
6096
|
-
|
|
6097
|
-
|
|
6098
|
-
var hasProtoAccessor;
|
|
6099
|
-
try {
|
|
6100
|
-
// eslint-disable-next-line no-extra-parens, no-proto
|
|
6101
|
-
hasProtoAccessor = /** @type {{ __proto__?: typeof Array.prototype }} */ ([]).__proto__ === Array.prototype;
|
|
6102
|
-
} catch (e) {
|
|
6103
|
-
if (!e || typeof e !== 'object' || !('code' in e) || e.code !== 'ERR_PROTO_ACCESS') {
|
|
6104
|
-
throw e;
|
|
6105
|
-
}
|
|
6091
|
+
var hasProtoAccessor;
|
|
6092
|
+
try {
|
|
6093
|
+
// eslint-disable-next-line no-extra-parens, no-proto
|
|
6094
|
+
hasProtoAccessor = /** @type {{ __proto__?: typeof Array.prototype }} */ ([]).__proto__ === Array.prototype;
|
|
6095
|
+
} catch (e) {
|
|
6096
|
+
if (!e || typeof e !== 'object' || !('code' in e) || e.code !== 'ERR_PROTO_ACCESS') {
|
|
6097
|
+
throw e;
|
|
6106
6098
|
}
|
|
6107
|
-
|
|
6108
|
-
// eslint-disable-next-line no-extra-parens
|
|
6109
|
-
var desc = !!hasProtoAccessor && gOPD && gOPD(Object.prototype, /** @type {keyof typeof Object.prototype} */ ('__proto__'));
|
|
6110
|
-
|
|
6111
|
-
var $Object = Object;
|
|
6112
|
-
var $getPrototypeOf = $Object.getPrototypeOf;
|
|
6113
|
-
|
|
6114
|
-
/** @type {import('./get')} */
|
|
6115
|
-
get = desc && typeof desc.get === 'function'
|
|
6116
|
-
? callBind([desc.get])
|
|
6117
|
-
: typeof $getPrototypeOf === 'function'
|
|
6118
|
-
? /** @type {import('./get')} */ function getDunder(value) {
|
|
6119
|
-
// eslint-disable-next-line eqeqeq
|
|
6120
|
-
return $getPrototypeOf(value == null ? value : $Object(value));
|
|
6121
|
-
}
|
|
6122
|
-
: false;
|
|
6123
|
-
return get;
|
|
6124
6099
|
}
|
|
6125
6100
|
|
|
6126
|
-
|
|
6127
|
-
var
|
|
6101
|
+
// eslint-disable-next-line no-extra-parens
|
|
6102
|
+
var desc = !!hasProtoAccessor && gOPD$5 && gOPD$5(Object.prototype, /** @type {keyof typeof Object.prototype} */ ('__proto__'));
|
|
6128
6103
|
|
|
6129
|
-
|
|
6130
|
-
|
|
6131
|
-
hasRequiredGetProto = 1;
|
|
6104
|
+
var $Object$3 = Object;
|
|
6105
|
+
var $getPrototypeOf = $Object$3.getPrototypeOf;
|
|
6132
6106
|
|
|
6133
|
-
|
|
6134
|
-
|
|
6107
|
+
/** @type {import('./get')} */
|
|
6108
|
+
var get = desc && typeof desc.get === 'function'
|
|
6109
|
+
? callBind$6([desc.get])
|
|
6110
|
+
: typeof $getPrototypeOf === 'function'
|
|
6111
|
+
? /** @type {import('./get')} */ function getDunder(value) {
|
|
6112
|
+
// eslint-disable-next-line eqeqeq
|
|
6113
|
+
return $getPrototypeOf(value == null ? value : $Object$3(value));
|
|
6114
|
+
}
|
|
6115
|
+
: false;
|
|
6135
6116
|
|
|
6136
|
-
|
|
6117
|
+
var reflectGetProto = requireReflect_getPrototypeOf();
|
|
6118
|
+
var originalGetProto = requireObject_getPrototypeOf();
|
|
6137
6119
|
|
|
6138
|
-
|
|
6139
|
-
|
|
6120
|
+
var getDunderProto = get;
|
|
6121
|
+
|
|
6122
|
+
/** @type {import('.')} */
|
|
6123
|
+
var getProto$3 = reflectGetProto
|
|
6124
|
+
? function getProto(O) {
|
|
6125
|
+
// @ts-expect-error TS can't narrow inside a closure, for some reason
|
|
6126
|
+
return reflectGetProto(O);
|
|
6127
|
+
}
|
|
6128
|
+
: originalGetProto
|
|
6140
6129
|
? function getProto(O) {
|
|
6130
|
+
if (!O || (typeof O !== 'object' && typeof O !== 'function')) {
|
|
6131
|
+
throw new TypeError('getProto: not an object');
|
|
6132
|
+
}
|
|
6141
6133
|
// @ts-expect-error TS can't narrow inside a closure, for some reason
|
|
6142
|
-
return
|
|
6134
|
+
return originalGetProto(O);
|
|
6143
6135
|
}
|
|
6144
|
-
:
|
|
6136
|
+
: getDunderProto
|
|
6145
6137
|
? function getProto(O) {
|
|
6146
|
-
if (!O || (typeof O !== 'object' && typeof O !== 'function')) {
|
|
6147
|
-
throw new TypeError('getProto: not an object');
|
|
6148
|
-
}
|
|
6149
6138
|
// @ts-expect-error TS can't narrow inside a closure, for some reason
|
|
6150
|
-
return
|
|
6139
|
+
return getDunderProto(O);
|
|
6151
6140
|
}
|
|
6152
|
-
:
|
|
6153
|
-
? function getProto(O) {
|
|
6154
|
-
// @ts-expect-error TS can't narrow inside a closure, for some reason
|
|
6155
|
-
return getDunderProto(O);
|
|
6156
|
-
}
|
|
6157
|
-
: null;
|
|
6158
|
-
return getProto$3;
|
|
6159
|
-
}
|
|
6141
|
+
: null;
|
|
6160
6142
|
|
|
6161
6143
|
var call = Function.prototype.call;
|
|
6162
6144
|
var $hasOwn = Object.prototype.hasOwnProperty;
|
|
@@ -6219,7 +6201,7 @@ var ThrowTypeError = $gOPD$1
|
|
|
6219
6201
|
|
|
6220
6202
|
var hasSymbols$3 = hasSymbols$4();
|
|
6221
6203
|
|
|
6222
|
-
var getProto$2 =
|
|
6204
|
+
var getProto$2 = getProto$3;
|
|
6223
6205
|
var $ObjectGPO = requireObject_getPrototypeOf();
|
|
6224
6206
|
var $ReflectGPO = requireReflect_getPrototypeOf();
|
|
6225
6207
|
|
|
@@ -6616,9 +6598,9 @@ var applyBind = function applyBind() {
|
|
|
6616
6598
|
} else {
|
|
6617
6599
|
module.exports.apply = applyBind$1;
|
|
6618
6600
|
}
|
|
6619
|
-
} (callBind$
|
|
6601
|
+
} (callBind$7));
|
|
6620
6602
|
|
|
6621
|
-
var callBindExports = callBind$
|
|
6603
|
+
var callBindExports = callBind$7.exports;
|
|
6622
6604
|
|
|
6623
6605
|
var GetIntrinsic$7 = getIntrinsic;
|
|
6624
6606
|
|
|
@@ -6917,7 +6899,7 @@ var getPolyfill$3 = polyfill$2;
|
|
|
6917
6899
|
var gOPD$2 = gopd$1;
|
|
6918
6900
|
var defineProperty = Object.defineProperty;
|
|
6919
6901
|
var $TypeError$5 = esErrors;
|
|
6920
|
-
var getProto$1 =
|
|
6902
|
+
var getProto$1 = getProto$3;
|
|
6921
6903
|
var regex = /a/;
|
|
6922
6904
|
|
|
6923
6905
|
var shim$3 = function shimFlags() {
|
|
@@ -9033,7 +9015,7 @@ var availableTypedArrays = availableTypedArrays$1;
|
|
|
9033
9015
|
var callBind = callBindExports;
|
|
9034
9016
|
var callBound$2 = callBound$i;
|
|
9035
9017
|
var gOPD = gopd$1;
|
|
9036
|
-
var getProto =
|
|
9018
|
+
var getProto = getProto$3;
|
|
9037
9019
|
|
|
9038
9020
|
var $toString = callBound$2('Object.prototype.toString');
|
|
9039
9021
|
var hasToStringTag = shams();
|