@trops/dash-core 0.1.302 → 0.1.304

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/index.js CHANGED
@@ -8507,10 +8507,10 @@ var syntax = SyntaxError;
8507
8507
  var type = TypeError;
8508
8508
 
8509
8509
  /** @type {import('./gOPD')} */
8510
- var gOPD$6 = Object.getOwnPropertyDescriptor;
8510
+ var gOPD$5 = Object.getOwnPropertyDescriptor;
8511
8511
 
8512
8512
  /** @type {import('.')} */
8513
- var $gOPD$2 = gOPD$6;
8513
+ var $gOPD$2 = gOPD$5;
8514
8514
 
8515
8515
  if ($gOPD$2) {
8516
8516
  try {
@@ -8645,7 +8645,7 @@ defineProperties$1.supportsDescriptors = !!supportsDescriptors$2;
8645
8645
 
8646
8646
  var defineProperties_1 = defineProperties$1;
8647
8647
 
8648
- var callBind$7 = {exports: {}};
8648
+ var callBind$6 = {exports: {}};
8649
8649
 
8650
8650
  /** @type {import('.')} */
8651
8651
  var esObjectAtoms = Object;
@@ -8945,60 +8945,78 @@ var callBindApplyHelpers = function callBindBasic(args) {
8945
8945
  return $actualApply(bind$3, $call$1, args);
8946
8946
  };
8947
8947
 
8948
- var callBind$6 = callBindApplyHelpers;
8949
- var gOPD$5 = gopd$1;
8948
+ var get;
8949
+ var hasRequiredGet;
8950
8950
 
8951
- var hasProtoAccessor;
8952
- try {
8953
- // eslint-disable-next-line no-extra-parens, no-proto
8954
- hasProtoAccessor = /** @type {{ __proto__?: typeof Array.prototype }} */ ([]).__proto__ === Array.prototype;
8955
- } catch (e) {
8956
- if (!e || typeof e !== 'object' || !('code' in e) || e.code !== 'ERR_PROTO_ACCESS') {
8957
- throw e;
8951
+ function requireGet () {
8952
+ if (hasRequiredGet) return get;
8953
+ hasRequiredGet = 1;
8954
+
8955
+ var callBind = callBindApplyHelpers;
8956
+ var gOPD = gopd$1;
8957
+
8958
+ var hasProtoAccessor;
8959
+ try {
8960
+ // eslint-disable-next-line no-extra-parens, no-proto
8961
+ hasProtoAccessor = /** @type {{ __proto__?: typeof Array.prototype }} */ ([]).__proto__ === Array.prototype;
8962
+ } catch (e) {
8963
+ if (!e || typeof e !== 'object' || !('code' in e) || e.code !== 'ERR_PROTO_ACCESS') {
8964
+ throw e;
8965
+ }
8958
8966
  }
8959
- }
8960
8967
 
8961
- // eslint-disable-next-line no-extra-parens
8962
- var desc = !!hasProtoAccessor && gOPD$5 && gOPD$5(Object.prototype, /** @type {keyof typeof Object.prototype} */ ('__proto__'));
8968
+ // eslint-disable-next-line no-extra-parens
8969
+ var desc = !!hasProtoAccessor && gOPD && gOPD(Object.prototype, /** @type {keyof typeof Object.prototype} */ ('__proto__'));
8963
8970
 
8964
- var $Object$3 = Object;
8965
- var $getPrototypeOf = $Object$3.getPrototypeOf;
8971
+ var $Object = Object;
8972
+ var $getPrototypeOf = $Object.getPrototypeOf;
8966
8973
 
8967
- /** @type {import('./get')} */
8968
- var get = desc && typeof desc.get === 'function'
8969
- ? callBind$6([desc.get])
8970
- : typeof $getPrototypeOf === 'function'
8971
- ? /** @type {import('./get')} */ function getDunder(value) {
8972
- // eslint-disable-next-line eqeqeq
8973
- return $getPrototypeOf(value == null ? value : $Object$3(value));
8974
- }
8975
- : false;
8974
+ /** @type {import('./get')} */
8975
+ get = desc && typeof desc.get === 'function'
8976
+ ? callBind([desc.get])
8977
+ : typeof $getPrototypeOf === 'function'
8978
+ ? /** @type {import('./get')} */ function getDunder(value) {
8979
+ // eslint-disable-next-line eqeqeq
8980
+ return $getPrototypeOf(value == null ? value : $Object(value));
8981
+ }
8982
+ : false;
8983
+ return get;
8984
+ }
8976
8985
 
8977
- var reflectGetProto = requireReflect_getPrototypeOf();
8978
- var originalGetProto = requireObject_getPrototypeOf();
8986
+ var getProto$3;
8987
+ var hasRequiredGetProto;
8979
8988
 
8980
- var getDunderProto = get;
8989
+ function requireGetProto () {
8990
+ if (hasRequiredGetProto) return getProto$3;
8991
+ hasRequiredGetProto = 1;
8981
8992
 
8982
- /** @type {import('.')} */
8983
- var getProto$3 = reflectGetProto
8984
- ? function getProto(O) {
8985
- // @ts-expect-error TS can't narrow inside a closure, for some reason
8986
- return reflectGetProto(O);
8987
- }
8988
- : originalGetProto
8993
+ var reflectGetProto = requireReflect_getPrototypeOf();
8994
+ var originalGetProto = requireObject_getPrototypeOf();
8995
+
8996
+ var getDunderProto = requireGet();
8997
+
8998
+ /** @type {import('.')} */
8999
+ getProto$3 = reflectGetProto
8989
9000
  ? function getProto(O) {
8990
- if (!O || (typeof O !== 'object' && typeof O !== 'function')) {
8991
- throw new TypeError('getProto: not an object');
8992
- }
8993
9001
  // @ts-expect-error TS can't narrow inside a closure, for some reason
8994
- return originalGetProto(O);
9002
+ return reflectGetProto(O);
8995
9003
  }
8996
- : getDunderProto
9004
+ : originalGetProto
8997
9005
  ? function getProto(O) {
9006
+ if (!O || (typeof O !== 'object' && typeof O !== 'function')) {
9007
+ throw new TypeError('getProto: not an object');
9008
+ }
8998
9009
  // @ts-expect-error TS can't narrow inside a closure, for some reason
8999
- return getDunderProto(O);
9010
+ return originalGetProto(O);
9000
9011
  }
9001
- : null;
9012
+ : getDunderProto
9013
+ ? function getProto(O) {
9014
+ // @ts-expect-error TS can't narrow inside a closure, for some reason
9015
+ return getDunderProto(O);
9016
+ }
9017
+ : null;
9018
+ return getProto$3;
9019
+ }
9002
9020
 
9003
9021
  var call = Function.prototype.call;
9004
9022
  var $hasOwn = Object.prototype.hasOwnProperty;
@@ -9061,7 +9079,7 @@ var ThrowTypeError = $gOPD$1
9061
9079
 
9062
9080
  var hasSymbols$3 = hasSymbols$4();
9063
9081
 
9064
- var getProto$2 = getProto$3;
9082
+ var getProto$2 = requireGetProto();
9065
9083
  var $ObjectGPO = requireObject_getPrototypeOf();
9066
9084
  var $ReflectGPO = requireReflect_getPrototypeOf();
9067
9085
 
@@ -9458,9 +9476,9 @@ var applyBind = function applyBind() {
9458
9476
  } else {
9459
9477
  module.exports.apply = applyBind$1;
9460
9478
  }
9461
- } (callBind$7));
9479
+ } (callBind$6));
9462
9480
 
9463
- var callBindExports = callBind$7.exports;
9481
+ var callBindExports = callBind$6.exports;
9464
9482
 
9465
9483
  var GetIntrinsic$7 = getIntrinsic;
9466
9484
 
@@ -9759,7 +9777,7 @@ var getPolyfill$3 = polyfill$2;
9759
9777
  var gOPD$2 = gopd$1;
9760
9778
  var defineProperty = Object.defineProperty;
9761
9779
  var $TypeError$5 = esErrors;
9762
- var getProto$1 = getProto$3;
9780
+ var getProto$1 = requireGetProto();
9763
9781
  var regex = /a/;
9764
9782
 
9765
9783
  var shim$3 = function shimFlags() {
@@ -11875,7 +11893,7 @@ var availableTypedArrays = availableTypedArrays$1;
11875
11893
  var callBind = callBindExports;
11876
11894
  var callBound$2 = callBound$i;
11877
11895
  var gOPD = gopd$1;
11878
- var getProto = getProto$3;
11896
+ var getProto = requireGetProto();
11879
11897
 
11880
11898
  var $toString = callBound$2('Object.prototype.toString');
11881
11899
  var hasToStringTag = shams();
@@ -17713,7 +17731,7 @@ var EnhancedWidgetDropdown = function EnhancedWidgetDropdown(_ref) {
17713
17731
  className: "px-2 py-1 rounded text-xs bg-transparent border ".concat(currentTheme["border-primary-medium"] || "border-gray-700", " ").concat(currentTheme["text-primary-light"] || "text-gray-300", " focus:outline-none appearance-none cursor-pointer"),
17714
17732
  children: [/*#__PURE__*/jsxRuntime.jsx("option", {
17715
17733
  value: "all",
17716
- children: "All Authors"
17734
+ children: "All Packages"
17717
17735
  }), getUniqueAuthors().map(function (author) {
17718
17736
  return /*#__PURE__*/jsxRuntime.jsx("option", {
17719
17737
  value: author,
@@ -18363,14 +18381,6 @@ var ProviderBadge = function ProviderBadge(_ref) {
18363
18381
  }), /*#__PURE__*/jsxRuntime.jsx("span", {
18364
18382
  className: "capitalize",
18365
18383
  children: providerType
18366
- }), isConfigured && providerName && /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
18367
- children: [/*#__PURE__*/jsxRuntime.jsx("span", {
18368
- className: "text-gray-400",
18369
- children: "\xB7"
18370
- }), /*#__PURE__*/jsxRuntime.jsx("span", {
18371
- className: "max-w-[100px] truncate",
18372
- children: providerName
18373
- })]
18374
18384
  })]
18375
18385
  });
18376
18386
  };
@@ -49275,7 +49285,7 @@ var WidgetSidebar = function WidgetSidebar(_ref4) {
49275
49285
  className: selectClassName,
49276
49286
  children: [/*#__PURE__*/jsxRuntime.jsx("option", {
49277
49287
  value: "all",
49278
- children: "All Authors"
49288
+ children: "All Packages"
49279
49289
  }), uniqueAuthors.map(function (a) {
49280
49290
  return /*#__PURE__*/jsxRuntime.jsx("option", {
49281
49291
  value: a,