@superblocksteam/library 2.0.6-next.96 → 2.0.6-next.97

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.
Files changed (63) hide show
  1. package/dist/{allPaths-dC290bsV.js → allPaths-DV_nqfgu.js} +2 -2
  2. package/dist/{allPaths-dC290bsV.js.map → allPaths-DV_nqfgu.js.map} +1 -1
  3. package/dist/{allPaths-CEANzxlv.js → allPaths-Do8W1_hw.js} +2 -2
  4. package/dist/{allPaths-CEANzxlv.js.map → allPaths-Do8W1_hw.js.map} +1 -1
  5. package/dist/{allPathsLoader-zEKx5n5p.js → allPathsLoader-BYPNQ715.js} +3 -3
  6. package/dist/{allPathsLoader-zEKx5n5p.js.map → allPathsLoader-BYPNQ715.js.map} +1 -1
  7. package/dist/{allPathsLoader-Ck_TAnWx.js → allPathsLoader-DZ4ej0yO.js} +3 -3
  8. package/dist/{allPathsLoader-Ck_TAnWx.js.map → allPathsLoader-DZ4ej0yO.js.map} +1 -1
  9. package/dist/{devtools-consolidated-LdBnnhRe.js → devtools-consolidated-Nb3opUCn.js} +2 -2
  10. package/dist/{devtools-consolidated-LdBnnhRe.js.map → devtools-consolidated-Nb3opUCn.js.map} +1 -1
  11. package/dist/{index-BXQ7ECAk.js → index-3q353Tib.js} +238 -177
  12. package/dist/{index-BXQ7ECAk.js.map → index-3q353Tib.js.map} +1 -1
  13. package/dist/index.js +2 -2
  14. package/dist/{splitPathsBySizeLoader-BobJ4K1V.js → splitPathsBySizeLoader-BSp5Jmf7.js} +2 -2
  15. package/dist/{splitPathsBySizeLoader-BobJ4K1V.js.map → splitPathsBySizeLoader-BSp5Jmf7.js.map} +1 -1
  16. package/dist/{splitPathsBySizeLoader-b5glDBiC.js → splitPathsBySizeLoader-CtV8jbQy.js} +2 -2
  17. package/dist/{splitPathsBySizeLoader-b5glDBiC.js.map → splitPathsBySizeLoader-CtV8jbQy.js.map} +1 -1
  18. package/dist-types/edit-mode/create-component.d.ts +1 -1
  19. package/dist-types/edit-mode/features/runtime-entities-manager.d.ts +22 -22
  20. package/dist-types/lib/internal-details/actions-context.d.ts +1 -1
  21. package/dist-types/lib/internal-details/entities-state.d.ts +2 -1
  22. package/dist-types/lib/internal-details/lib/evaluator/base-entity-manager.d.ts +1 -14
  23. package/dist-types/lib/internal-details/lib/evaluator/binding-strings/transform-bindings.d.ts +1 -1
  24. package/dist-types/lib/internal-details/lib/evaluator/compute-engines.d.ts +1 -1
  25. package/dist-types/lib/internal-details/lib/evaluator/create-global-object.d.ts +1 -1
  26. package/dist-types/lib/internal-details/lib/evaluator/create-scope-proxy.d.ts +2 -1
  27. package/dist-types/lib/internal-details/lib/evaluator/deep-observe.d.ts +1 -2
  28. package/dist-types/lib/internal-details/lib/evaluator/entity-manager.d.ts +2 -1
  29. package/dist-types/lib/internal-details/lib/evaluator/pretty-print-function.d.ts +1 -1
  30. package/dist-types/lib/internal-details/lib/evaluator/sanitize-object.d.ts +1 -1
  31. package/dist-types/lib/internal-details/lib/evaluator/to-executables-or-values.d.ts +2 -1
  32. package/dist-types/lib/triggers/base.d.ts +1 -2
  33. package/dist-types/lib/triggers/implementations/apis/cancel-apis.d.ts +1 -8
  34. package/dist-types/lib/triggers/implementations/apis/run-apis.d.ts +3 -21
  35. package/dist-types/lib/triggers/implementations/components/control-modal.d.ts +3 -9
  36. package/dist-types/lib/triggers/implementations/components/control-slideout.d.ts +3 -9
  37. package/dist-types/lib/triggers/implementations/components/reset-component.d.ts +2 -9
  38. package/dist-types/lib/triggers/implementations/components/set-component-property.d.ts +2 -9
  39. package/dist-types/lib/triggers/implementations/navigate/navigate-to-app.d.ts +1 -13
  40. package/dist-types/lib/triggers/implementations/navigate/navigate-to-route.d.ts +1 -12
  41. package/dist-types/lib/triggers/implementations/navigate/navigate-to.d.ts +1 -9
  42. package/dist-types/lib/triggers/implementations/navigate/set-query-params.d.ts +2 -8
  43. package/dist-types/lib/triggers/implementations/run-js.d.ts +1 -8
  44. package/dist-types/lib/triggers/implementations/set-profile.d.ts +2 -7
  45. package/dist-types/lib/triggers/implementations/show-alert.d.ts +2 -11
  46. package/dist-types/lib/triggers/implementations/state/reset-state-var.d.ts +1 -7
  47. package/dist-types/lib/triggers/implementations/state/set-state-var.d.ts +2 -9
  48. package/dist-types/lib/triggers/implementations/timers/control-timer.d.ts +1 -8
  49. package/dist-types/lib/triggers/implementations/trigger-event.d.ts +1 -7
  50. package/dist-types/lib/triggers/registry.d.ts +4 -175
  51. package/dist-types/lib/triggers/run-event-handlers.d.ts +2 -2
  52. package/dist-types/lib/user-facing/components/dropdown/types.d.ts +1 -2
  53. package/dist-types/lib/user-facing/global-functions.d.ts +2 -1
  54. package/dist-types/lib/user-facing/internal-index.d.ts +1 -1
  55. package/dist-types/lib/user-facing/properties-panel/mixins/layout-section.d.ts +1 -1
  56. package/dist-types/lib/user-facing/properties-panel/properties-panel-definition.d.ts +1 -2
  57. package/dist-types/lib/user-facing/properties-panel/props-builder.d.ts +3 -3
  58. package/dist-types/lib/user-facing/properties-panel/validators.d.ts +1 -1
  59. package/dist-types/lib/user-facing/sb-event-flow.d.ts +2 -4
  60. package/dist-types/lib/user-facing/state/create-bindable-entity-proxy.d.ts +1 -2
  61. package/dist-types/lib/user-facing/utils/notification.d.ts +1 -2
  62. package/package.json +2 -2
  63. package/dist-types/lib/sb-trigger.d.ts +0 -48
@@ -1166,7 +1166,7 @@ function isStringish(value) {
1166
1166
  function isObject$4(value) {
1167
1167
  return value !== null && typeof value === "object";
1168
1168
  }
1169
- function isPlainObject$1(value) {
1169
+ function isPlainObject$2(value) {
1170
1170
  if (!isObject$4(value)) {
1171
1171
  return false;
1172
1172
  }
@@ -1215,8 +1215,8 @@ function isES6Map(thing) {
1215
1215
  }
1216
1216
  function isPlainES6Map(thing) {
1217
1217
  var mapProto = Object.getPrototypeOf(thing);
1218
- var objectProto = Object.getPrototypeOf(mapProto);
1219
- var nullProto = Object.getPrototypeOf(objectProto);
1218
+ var objectProto2 = Object.getPrototypeOf(mapProto);
1219
+ var nullProto = Object.getPrototypeOf(objectProto2);
1220
1220
  return nullProto === null;
1221
1221
  }
1222
1222
  function isES6Set(thing) {
@@ -1501,7 +1501,7 @@ function deepEnhancer(v2, _142, name) {
1501
1501
  name
1502
1502
  });
1503
1503
  }
1504
- if (isPlainObject$1(v2)) {
1504
+ if (isPlainObject$2(v2)) {
1505
1505
  return observable.object(v2, void 0, {
1506
1506
  name
1507
1507
  });
@@ -1538,7 +1538,7 @@ function shallowEnhancer(v2, _142, name) {
1538
1538
  deep: false
1539
1539
  });
1540
1540
  }
1541
- if (isPlainObject$1(v2)) {
1541
+ if (isPlainObject$2(v2)) {
1542
1542
  return observable.object(v2, void 0, {
1543
1543
  name,
1544
1544
  deep: false
@@ -1988,7 +1988,7 @@ function createObservable(v2, arg2, arg3) {
1988
1988
  if (isObservable(v2)) {
1989
1989
  return v2;
1990
1990
  }
1991
- if (isPlainObject$1(v2)) {
1991
+ if (isPlainObject$2(v2)) {
1992
1992
  return observable.object(v2, arg2, arg3);
1993
1993
  }
1994
1994
  if (Array.isArray(v2)) {
@@ -2047,7 +2047,7 @@ var computed = function computed2(arg1, arg2) {
2047
2047
  if (isStringish(arg2)) {
2048
2048
  return storeAnnotation(arg1, arg2, computedAnnotation);
2049
2049
  }
2050
- if (isPlainObject$1(arg1)) {
2050
+ if (isPlainObject$2(arg1)) {
2051
2051
  return createDecoratorAnnotation(createComputedAnnotation(COMPUTED, arg1));
2052
2052
  }
2053
2053
  if (define_process_env_default$1z.NODE_ENV !== "production") {
@@ -2058,7 +2058,7 @@ var computed = function computed2(arg1, arg2) {
2058
2058
  die("A setter as second argument is no longer supported, use `{ set: fn }` option instead");
2059
2059
  }
2060
2060
  }
2061
- var opts = isPlainObject$1(arg2) ? arg2 : {};
2061
+ var opts = isPlainObject$2(arg2) ? arg2 : {};
2062
2062
  opts.get = arg1;
2063
2063
  opts.name || (opts.name = arg1.name || "");
2064
2064
  return new ComputedValue(opts);
@@ -3343,7 +3343,7 @@ function reaction(expression, effect2, opts) {
3343
3343
  if (!isFunction$4(expression) || !isFunction$4(effect2)) {
3344
3344
  die("First and second argument to reaction should be functions");
3345
3345
  }
3346
- if (!isPlainObject$1(opts)) {
3346
+ if (!isPlainObject$2(opts)) {
3347
3347
  die("Third argument of reactions should be an object");
3348
3348
  }
3349
3349
  }
@@ -3468,7 +3468,7 @@ function extendObservable(target, properties2, annotations, options) {
3468
3468
  if (isObservableMap(target)) {
3469
3469
  die("'extendObservable' should not be used on maps, use map.merge instead");
3470
3470
  }
3471
- if (!isPlainObject$1(properties2)) {
3471
+ if (!isPlainObject$2(properties2)) {
3472
3472
  die("'extendObservable' only accepts plain objects as second argument");
3473
3473
  }
3474
3474
  if (isObservable(properties2) || isObservable(annotations)) {
@@ -3968,14 +3968,14 @@ function makeObservable(target, annotations, options) {
3968
3968
  var keysSymbol = /* @__PURE__ */ Symbol("mobx-keys");
3969
3969
  function makeAutoObservable(target, overrides, options) {
3970
3970
  if (define_process_env_default$1z.NODE_ENV !== "production") {
3971
- if (!isPlainObject$1(target) && !isPlainObject$1(Object.getPrototypeOf(target))) {
3971
+ if (!isPlainObject$2(target) && !isPlainObject$2(Object.getPrototypeOf(target))) {
3972
3972
  die("'makeAutoObservable' can only be used for classes that don't have a superclass");
3973
3973
  }
3974
3974
  if (isObservableObject(target)) {
3975
3975
  die("makeAutoObservable can only be used on objects not already made observable");
3976
3976
  }
3977
3977
  }
3978
- if (isPlainObject$1(target)) {
3978
+ if (isPlainObject$2(target)) {
3979
3979
  return extendObservable(target, target, overrides, options);
3980
3980
  }
3981
3981
  initObservable(function() {
@@ -4684,7 +4684,7 @@ var ObservableMap = /* @__PURE__ */ function() {
4684
4684
  other = new Map(other);
4685
4685
  }
4686
4686
  transaction(function() {
4687
- if (isPlainObject$1(other)) {
4687
+ if (isPlainObject$2(other)) {
4688
4688
  getPlainObjectKeys(other).forEach(function(key2) {
4689
4689
  return _this5.set(key2, other[key2]);
4690
4690
  });
@@ -4807,7 +4807,7 @@ function convertToMap(dataStructure) {
4807
4807
  return dataStructure;
4808
4808
  } else if (Array.isArray(dataStructure)) {
4809
4809
  return new Map(dataStructure);
4810
- } else if (isPlainObject$1(dataStructure)) {
4810
+ } else if (isPlainObject$2(dataStructure)) {
4811
4811
  var map22 = /* @__PURE__ */ new Map();
4812
4812
  for (var key2 in dataStructure) {
4813
4813
  map22.set(key2, dataStructure[key2]);
@@ -5115,7 +5115,7 @@ var ObservableObjectAdministration = /* @__PURE__ */ function() {
5115
5115
  this.name_ = name_;
5116
5116
  this.defaultAnnotation_ = defaultAnnotation_;
5117
5117
  this.keysAtom_ = new Atom(define_process_env_default$1z.NODE_ENV !== "production" ? this.name_ + ".keys" : "ObservableObject.keys");
5118
- this.isPlainObject_ = isPlainObject$1(this.target_);
5118
+ this.isPlainObject_ = isPlainObject$2(this.target_);
5119
5119
  if (define_process_env_default$1z.NODE_ENV !== "production" && !isAnnotation(this.defaultAnnotation_)) {
5120
5120
  die("defaultAnnotation must be valid annotation");
5121
5121
  }
@@ -5522,7 +5522,7 @@ function asObservableObject(target, options) {
5522
5522
  if (define_process_env_default$1z.NODE_ENV !== "production" && !Object.isExtensible(target)) {
5523
5523
  die("Cannot make the designated object observable; it is not extensible");
5524
5524
  }
5525
- var name = (_options$name = options == null ? void 0 : options.name) != null ? _options$name : define_process_env_default$1z.NODE_ENV !== "production" ? (isPlainObject$1(target) ? "ObservableObject" : target.constructor.name) + "@" + getNextId() : "ObservableObject";
5525
+ var name = (_options$name = options == null ? void 0 : options.name) != null ? _options$name : define_process_env_default$1z.NODE_ENV !== "production" ? (isPlainObject$2(target) ? "ObservableObject" : target.constructor.name) + "@" + getNextId() : "ObservableObject";
5526
5526
  var adm = new ObservableObjectAdministration(target, /* @__PURE__ */ new Map(), String(name), getAnnotationFromOptions(options));
5527
5527
  addHiddenProp(target, $mobx, adm);
5528
5528
  return target;
@@ -34720,7 +34720,7 @@ function requireLodash() {
34720
34720
  ["partialRight", WRAP_PARTIAL_RIGHT_FLAG],
34721
34721
  ["rearg", WRAP_REARG_FLAG]
34722
34722
  ];
34723
- var argsTag = "[object Arguments]", arrayTag = "[object Array]", asyncTag = "[object AsyncFunction]", boolTag = "[object Boolean]", dateTag = "[object Date]", domExcTag = "[object DOMException]", errorTag = "[object Error]", funcTag = "[object Function]", genTag = "[object GeneratorFunction]", mapTag = "[object Map]", numberTag = "[object Number]", nullTag = "[object Null]", objectTag = "[object Object]", promiseTag = "[object Promise]", proxyTag = "[object Proxy]", regexpTag = "[object RegExp]", setTag = "[object Set]", stringTag = "[object String]", symbolTag = "[object Symbol]", undefinedTag = "[object Undefined]", weakMapTag = "[object WeakMap]", weakSetTag = "[object WeakSet]";
34723
+ var argsTag = "[object Arguments]", arrayTag = "[object Array]", asyncTag = "[object AsyncFunction]", boolTag = "[object Boolean]", dateTag = "[object Date]", domExcTag = "[object DOMException]", errorTag = "[object Error]", funcTag = "[object Function]", genTag = "[object GeneratorFunction]", mapTag = "[object Map]", numberTag = "[object Number]", nullTag2 = "[object Null]", objectTag2 = "[object Object]", promiseTag = "[object Promise]", proxyTag = "[object Proxy]", regexpTag = "[object RegExp]", setTag = "[object Set]", stringTag = "[object String]", symbolTag = "[object Symbol]", undefinedTag2 = "[object Undefined]", weakMapTag = "[object WeakMap]", weakSetTag = "[object WeakSet]";
34724
34724
  var arrayBufferTag = "[object ArrayBuffer]", dataViewTag = "[object DataView]", float32Tag = "[object Float32Array]", float64Tag = "[object Float64Array]", int8Tag = "[object Int8Array]", int16Tag = "[object Int16Array]", int32Tag = "[object Int32Array]", uint8Tag = "[object Uint8Array]", uint8ClampedTag = "[object Uint8ClampedArray]", uint16Tag = "[object Uint16Array]", uint32Tag = "[object Uint32Array]";
34725
34725
  var reEmptyStringLeading = /\b__p \+= '';/g, reEmptyStringMiddle = /\b(__p \+=) '' \+/g, reEmptyStringTrailing = /(__e\(.*?\)|\b__t\)) \+\n'';/g;
34726
34726
  var reEscapedHtml = /&(?:amp|lt|gt|quot|#39);/g, reUnescapedHtml = /[&<>"']/g, reHasEscapedHtml = RegExp(reEscapedHtml.source), reHasUnescapedHtml = RegExp(reUnescapedHtml.source);
@@ -34796,9 +34796,9 @@ function requireLodash() {
34796
34796
  var templateCounter = -1;
34797
34797
  var typedArrayTags = {};
34798
34798
  typedArrayTags[float32Tag] = typedArrayTags[float64Tag] = typedArrayTags[int8Tag] = typedArrayTags[int16Tag] = typedArrayTags[int32Tag] = typedArrayTags[uint8Tag] = typedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] = typedArrayTags[uint32Tag] = true;
34799
- typedArrayTags[argsTag] = typedArrayTags[arrayTag] = typedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] = typedArrayTags[dataViewTag] = typedArrayTags[dateTag] = typedArrayTags[errorTag] = typedArrayTags[funcTag] = typedArrayTags[mapTag] = typedArrayTags[numberTag] = typedArrayTags[objectTag] = typedArrayTags[regexpTag] = typedArrayTags[setTag] = typedArrayTags[stringTag] = typedArrayTags[weakMapTag] = false;
34799
+ typedArrayTags[argsTag] = typedArrayTags[arrayTag] = typedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] = typedArrayTags[dataViewTag] = typedArrayTags[dateTag] = typedArrayTags[errorTag] = typedArrayTags[funcTag] = typedArrayTags[mapTag] = typedArrayTags[numberTag] = typedArrayTags[objectTag2] = typedArrayTags[regexpTag] = typedArrayTags[setTag] = typedArrayTags[stringTag] = typedArrayTags[weakMapTag] = false;
34800
34800
  var cloneableTags = {};
34801
- cloneableTags[argsTag] = cloneableTags[arrayTag] = cloneableTags[arrayBufferTag] = cloneableTags[dataViewTag] = cloneableTags[boolTag] = cloneableTags[dateTag] = cloneableTags[float32Tag] = cloneableTags[float64Tag] = cloneableTags[int8Tag] = cloneableTags[int16Tag] = cloneableTags[int32Tag] = cloneableTags[mapTag] = cloneableTags[numberTag] = cloneableTags[objectTag] = cloneableTags[regexpTag] = cloneableTags[setTag] = cloneableTags[stringTag] = cloneableTags[symbolTag] = cloneableTags[uint8Tag] = cloneableTags[uint8ClampedTag] = cloneableTags[uint16Tag] = cloneableTags[uint32Tag] = true;
34801
+ cloneableTags[argsTag] = cloneableTags[arrayTag] = cloneableTags[arrayBufferTag] = cloneableTags[dataViewTag] = cloneableTags[boolTag] = cloneableTags[dateTag] = cloneableTags[float32Tag] = cloneableTags[float64Tag] = cloneableTags[int8Tag] = cloneableTags[int16Tag] = cloneableTags[int32Tag] = cloneableTags[mapTag] = cloneableTags[numberTag] = cloneableTags[objectTag2] = cloneableTags[regexpTag] = cloneableTags[setTag] = cloneableTags[stringTag] = cloneableTags[symbolTag] = cloneableTags[uint8Tag] = cloneableTags[uint8ClampedTag] = cloneableTags[uint16Tag] = cloneableTags[uint32Tag] = true;
34802
34802
  cloneableTags[errorTag] = cloneableTags[funcTag] = cloneableTags[weakMapTag] = false;
34803
34803
  var deburredLetters = {
34804
34804
  // Latin-1 Supplement block.
@@ -35017,13 +35017,13 @@ function requireLodash() {
35017
35017
  "\u2029": "u2029"
35018
35018
  };
35019
35019
  var freeParseFloat = parseFloat, freeParseInt = parseInt;
35020
- var freeGlobal = typeof commonjsGlobal == "object" && commonjsGlobal && commonjsGlobal.Object === Object && commonjsGlobal;
35021
- var freeSelf = typeof self == "object" && self && self.Object === Object && self;
35022
- var root2 = freeGlobal || freeSelf || Function("return this")();
35020
+ var freeGlobal2 = typeof commonjsGlobal == "object" && commonjsGlobal && commonjsGlobal.Object === Object && commonjsGlobal;
35021
+ var freeSelf2 = typeof self == "object" && self && self.Object === Object && self;
35022
+ var root2 = freeGlobal2 || freeSelf2 || Function("return this")();
35023
35023
  var freeExports = exports && !exports.nodeType && exports;
35024
35024
  var freeModule = freeExports && true && module2 && !module2.nodeType && module2;
35025
35025
  var moduleExports = freeModule && freeModule.exports === freeExports;
35026
- var freeProcess = moduleExports && freeGlobal.process;
35026
+ var freeProcess = moduleExports && freeGlobal2.process;
35027
35027
  var nodeUtil = function() {
35028
35028
  try {
35029
35029
  var types2 = freeModule && freeModule.require && freeModule.require("util").types;
@@ -35305,7 +35305,7 @@ function requireLodash() {
35305
35305
  });
35306
35306
  return result;
35307
35307
  }
35308
- function overArg(func, transform) {
35308
+ function overArg2(func, transform) {
35309
35309
  return function(arg) {
35310
35310
  return func(transform(arg));
35311
35311
  };
@@ -35382,22 +35382,22 @@ function requireLodash() {
35382
35382
  var runInContext = function runInContext2(context2) {
35383
35383
  context2 = context2 == null ? root2 : _15.defaults(root2.Object(), context2, _15.pick(root2, contextProps));
35384
35384
  var Array2 = context2.Array, Date2 = context2.Date, Error2 = context2.Error, Function2 = context2.Function, Math2 = context2.Math, Object2 = context2.Object, RegExp2 = context2.RegExp, String2 = context2.String, TypeError2 = context2.TypeError;
35385
- var arrayProto = Array2.prototype, funcProto = Function2.prototype, objectProto = Object2.prototype;
35385
+ var arrayProto = Array2.prototype, funcProto2 = Function2.prototype, objectProto2 = Object2.prototype;
35386
35386
  var coreJsData = context2["__core-js_shared__"];
35387
- var funcToString = funcProto.toString;
35388
- var hasOwnProperty2 = objectProto.hasOwnProperty;
35387
+ var funcToString2 = funcProto2.toString;
35388
+ var hasOwnProperty2 = objectProto2.hasOwnProperty;
35389
35389
  var idCounter2 = 0;
35390
35390
  var maskSrcKey = function() {
35391
35391
  var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || "");
35392
35392
  return uid ? "Symbol(src)_1." + uid : "";
35393
35393
  }();
35394
- var nativeObjectToString = objectProto.toString;
35395
- var objectCtorString = funcToString.call(Object2);
35394
+ var nativeObjectToString2 = objectProto2.toString;
35395
+ var objectCtorString2 = funcToString2.call(Object2);
35396
35396
  var oldDash = root2._;
35397
35397
  var reIsNative = RegExp2(
35398
- "^" + funcToString.call(hasOwnProperty2).replace(reRegExpChar, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
35398
+ "^" + funcToString2.call(hasOwnProperty2).replace(reRegExpChar, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
35399
35399
  );
35400
- var Buffer2 = moduleExports ? context2.Buffer : undefined$1, Symbol2 = context2.Symbol, Uint8Array2 = context2.Uint8Array, allocUnsafe = Buffer2 ? Buffer2.allocUnsafe : undefined$1, getPrototype = overArg(Object2.getPrototypeOf, Object2), objectCreate = Object2.create, propertyIsEnumerable = objectProto.propertyIsEnumerable, splice2 = arrayProto.splice, spreadableSymbol = Symbol2 ? Symbol2.isConcatSpreadable : undefined$1, symIterator = Symbol2 ? Symbol2.iterator : undefined$1, symToStringTag = Symbol2 ? Symbol2.toStringTag : undefined$1;
35400
+ var Buffer2 = moduleExports ? context2.Buffer : undefined$1, Symbol2 = context2.Symbol, Uint8Array2 = context2.Uint8Array, allocUnsafe = Buffer2 ? Buffer2.allocUnsafe : undefined$1, getPrototype2 = overArg2(Object2.getPrototypeOf, Object2), objectCreate = Object2.create, propertyIsEnumerable = objectProto2.propertyIsEnumerable, splice2 = arrayProto.splice, spreadableSymbol = Symbol2 ? Symbol2.isConcatSpreadable : undefined$1, symIterator = Symbol2 ? Symbol2.iterator : undefined$1, symToStringTag2 = Symbol2 ? Symbol2.toStringTag : undefined$1;
35401
35401
  var defineProperty3 = function() {
35402
35402
  try {
35403
35403
  var func = getNative(Object2, "defineProperty");
@@ -35407,7 +35407,7 @@ function requireLodash() {
35407
35407
  }
35408
35408
  }();
35409
35409
  var ctxClearTimeout = context2.clearTimeout !== root2.clearTimeout && context2.clearTimeout, ctxNow = Date2 && Date2.now !== root2.Date.now && Date2.now, ctxSetTimeout = context2.setTimeout !== root2.setTimeout && context2.setTimeout;
35410
- var nativeCeil = Math2.ceil, nativeFloor = Math2.floor, nativeGetSymbols = Object2.getOwnPropertySymbols, nativeIsBuffer = Buffer2 ? Buffer2.isBuffer : undefined$1, nativeIsFinite = context2.isFinite, nativeJoin = arrayProto.join, nativeKeys = overArg(Object2.keys, Object2), nativeMax = Math2.max, nativeMin = Math2.min, nativeNow = Date2.now, nativeParseInt = context2.parseInt, nativeRandom = Math2.random, nativeReverse = arrayProto.reverse;
35410
+ var nativeCeil = Math2.ceil, nativeFloor = Math2.floor, nativeGetSymbols = Object2.getOwnPropertySymbols, nativeIsBuffer = Buffer2 ? Buffer2.isBuffer : undefined$1, nativeIsFinite = context2.isFinite, nativeJoin = arrayProto.join, nativeKeys = overArg2(Object2.keys, Object2), nativeMax = Math2.max, nativeMin = Math2.min, nativeNow = Date2.now, nativeParseInt = context2.parseInt, nativeRandom = Math2.random, nativeReverse = arrayProto.reverse;
35411
35411
  var DataView2 = getNative(context2, "DataView"), Map2 = getNative(context2, "Map"), Promise2 = getNative(context2, "Promise"), Set2 = getNative(context2, "Set"), WeakMap2 = getNative(context2, "WeakMap"), nativeCreate = getNative(Object2, "create");
35412
35412
  var metaMap = WeakMap2 && new WeakMap2();
35413
35413
  var realNames = {};
@@ -35844,7 +35844,7 @@ function requireLodash() {
35844
35844
  if (isBuffer(value)) {
35845
35845
  return cloneBuffer(value, isDeep);
35846
35846
  }
35847
- if (tag2 == objectTag || tag2 == argsTag || isFunc && !object4) {
35847
+ if (tag2 == objectTag2 || tag2 == argsTag || isFunc && !object4) {
35848
35848
  result2 = isFlat || isFunc ? {} : initCloneObject(value);
35849
35849
  if (!isDeep) {
35850
35850
  return isFlat ? copySymbolsIn(value, baseAssignIn(result2, value)) : copySymbols(value, baseAssign(result2, value));
@@ -36032,11 +36032,11 @@ function requireLodash() {
36032
36032
  var result2 = keysFunc(object4);
36033
36033
  return isArray2(object4) ? result2 : arrayPush(result2, symbolsFunc(object4));
36034
36034
  }
36035
- function baseGetTag(value) {
36035
+ function baseGetTag2(value) {
36036
36036
  if (value == null) {
36037
- return value === undefined$1 ? undefinedTag : nullTag;
36037
+ return value === undefined$1 ? undefinedTag2 : nullTag2;
36038
36038
  }
36039
- return symToStringTag && symToStringTag in Object2(value) ? getRawTag(value) : objectToString(value);
36039
+ return symToStringTag2 && symToStringTag2 in Object2(value) ? getRawTag2(value) : objectToString2(value);
36040
36040
  }
36041
36041
  function baseGt(value, other) {
36042
36042
  return value > other;
@@ -36095,13 +36095,13 @@ function requireLodash() {
36095
36095
  return func == null ? undefined$1 : apply(func, object4, args);
36096
36096
  }
36097
36097
  function baseIsArguments(value) {
36098
- return isObjectLike2(value) && baseGetTag(value) == argsTag;
36098
+ return isObjectLike2(value) && baseGetTag2(value) == argsTag;
36099
36099
  }
36100
36100
  function baseIsArrayBuffer(value) {
36101
- return isObjectLike2(value) && baseGetTag(value) == arrayBufferTag;
36101
+ return isObjectLike2(value) && baseGetTag2(value) == arrayBufferTag;
36102
36102
  }
36103
36103
  function baseIsDate(value) {
36104
- return isObjectLike2(value) && baseGetTag(value) == dateTag;
36104
+ return isObjectLike2(value) && baseGetTag2(value) == dateTag;
36105
36105
  }
36106
36106
  function baseIsEqual(value, other, bitmask, customizer, stack2) {
36107
36107
  if (value === other) {
@@ -36114,9 +36114,9 @@ function requireLodash() {
36114
36114
  }
36115
36115
  function baseIsEqualDeep(object4, other, bitmask, customizer, equalFunc, stack2) {
36116
36116
  var objIsArr = isArray2(object4), othIsArr = isArray2(other), objTag = objIsArr ? arrayTag : getTag2(object4), othTag = othIsArr ? arrayTag : getTag2(other);
36117
- objTag = objTag == argsTag ? objectTag : objTag;
36118
- othTag = othTag == argsTag ? objectTag : othTag;
36119
- var objIsObj = objTag == objectTag, othIsObj = othTag == objectTag, isSameTag = objTag == othTag;
36117
+ objTag = objTag == argsTag ? objectTag2 : objTag;
36118
+ othTag = othTag == argsTag ? objectTag2 : othTag;
36119
+ var objIsObj = objTag == objectTag2, othIsObj = othTag == objectTag2, isSameTag = objTag == othTag;
36120
36120
  if (isSameTag && isBuffer(object4)) {
36121
36121
  if (!isBuffer(other)) {
36122
36122
  return false;
@@ -36184,13 +36184,13 @@ function requireLodash() {
36184
36184
  return pattern4.test(toSource(value));
36185
36185
  }
36186
36186
  function baseIsRegExp(value) {
36187
- return isObjectLike2(value) && baseGetTag(value) == regexpTag;
36187
+ return isObjectLike2(value) && baseGetTag2(value) == regexpTag;
36188
36188
  }
36189
36189
  function baseIsSet(value) {
36190
36190
  return isObjectLike2(value) && getTag2(value) == setTag;
36191
36191
  }
36192
36192
  function baseIsTypedArray(value) {
36193
- return isObjectLike2(value) && isLength(value.length) && !!typedArrayTags[baseGetTag(value)];
36193
+ return isObjectLike2(value) && isLength(value.length) && !!typedArrayTags[baseGetTag2(value)];
36194
36194
  }
36195
36195
  function baseIteratee(value) {
36196
36196
  if (typeof value == "function") {
@@ -37235,7 +37235,7 @@ function requireLodash() {
37235
37235
  return setWrapToString(setter(result2, newData), func, bitmask);
37236
37236
  }
37237
37237
  function customDefaultsAssignIn(objValue, srcValue, key2, object4) {
37238
- if (objValue === undefined$1 || eq2(objValue, objectProto[key2]) && !hasOwnProperty2.call(object4, key2)) {
37238
+ if (objValue === undefined$1 || eq2(objValue, objectProto2[key2]) && !hasOwnProperty2.call(object4, key2)) {
37239
37239
  return srcValue;
37240
37240
  }
37241
37241
  return objValue;
@@ -37430,19 +37430,19 @@ function requireLodash() {
37430
37430
  var value = getValue2(object4, key2);
37431
37431
  return baseIsNative(value) ? value : undefined$1;
37432
37432
  }
37433
- function getRawTag(value) {
37434
- var isOwn = hasOwnProperty2.call(value, symToStringTag), tag2 = value[symToStringTag];
37433
+ function getRawTag2(value) {
37434
+ var isOwn = hasOwnProperty2.call(value, symToStringTag2), tag2 = value[symToStringTag2];
37435
37435
  try {
37436
- value[symToStringTag] = undefined$1;
37436
+ value[symToStringTag2] = undefined$1;
37437
37437
  var unmasked = true;
37438
37438
  } catch (e3) {
37439
37439
  }
37440
- var result2 = nativeObjectToString.call(value);
37440
+ var result2 = nativeObjectToString2.call(value);
37441
37441
  if (unmasked) {
37442
37442
  if (isOwn) {
37443
- value[symToStringTag] = tag2;
37443
+ value[symToStringTag2] = tag2;
37444
37444
  } else {
37445
- delete value[symToStringTag];
37445
+ delete value[symToStringTag2];
37446
37446
  }
37447
37447
  }
37448
37448
  return result2;
@@ -37460,14 +37460,14 @@ function requireLodash() {
37460
37460
  var result2 = [];
37461
37461
  while (object4) {
37462
37462
  arrayPush(result2, getSymbols(object4));
37463
- object4 = getPrototype(object4);
37463
+ object4 = getPrototype2(object4);
37464
37464
  }
37465
37465
  return result2;
37466
37466
  };
37467
- var getTag2 = baseGetTag;
37467
+ var getTag2 = baseGetTag2;
37468
37468
  if (DataView2 && getTag2(new DataView2(new ArrayBuffer(1))) != dataViewTag || Map2 && getTag2(new Map2()) != mapTag || Promise2 && getTag2(Promise2.resolve()) != promiseTag || Set2 && getTag2(new Set2()) != setTag || WeakMap2 && getTag2(new WeakMap2()) != weakMapTag) {
37469
37469
  getTag2 = function(value) {
37470
- var result2 = baseGetTag(value), Ctor = result2 == objectTag ? value.constructor : undefined$1, ctorString = Ctor ? toSource(Ctor) : "";
37470
+ var result2 = baseGetTag2(value), Ctor = result2 == objectTag2 ? value.constructor : undefined$1, ctorString = Ctor ? toSource(Ctor) : "";
37471
37471
  if (ctorString) {
37472
37472
  switch (ctorString) {
37473
37473
  case dataViewCtorString:
@@ -37535,7 +37535,7 @@ function requireLodash() {
37535
37535
  return result2;
37536
37536
  }
37537
37537
  function initCloneObject(object4) {
37538
- return typeof object4.constructor == "function" && !isPrototype(object4) ? baseCreate(getPrototype(object4)) : {};
37538
+ return typeof object4.constructor == "function" && !isPrototype(object4) ? baseCreate(getPrototype2(object4)) : {};
37539
37539
  }
37540
37540
  function initCloneByTag(object4, tag2, isDeep) {
37541
37541
  var Ctor = object4.constructor;
@@ -37628,7 +37628,7 @@ function requireLodash() {
37628
37628
  }
37629
37629
  var isMaskable = coreJsData ? isFunction2 : stubFalse;
37630
37630
  function isPrototype(value) {
37631
- var Ctor = value && value.constructor, proto4 = typeof Ctor == "function" && Ctor.prototype || objectProto;
37631
+ var Ctor = value && value.constructor, proto4 = typeof Ctor == "function" && Ctor.prototype || objectProto2;
37632
37632
  return value === proto4;
37633
37633
  }
37634
37634
  function isStrictComparable(value) {
@@ -37697,8 +37697,8 @@ function requireLodash() {
37697
37697
  }
37698
37698
  return result2;
37699
37699
  }
37700
- function objectToString(value) {
37701
- return nativeObjectToString.call(value);
37700
+ function objectToString2(value) {
37701
+ return nativeObjectToString2.call(value);
37702
37702
  }
37703
37703
  function overRest(func, start2, transform2) {
37704
37704
  start2 = nativeMax(start2 === undefined$1 ? func.length - 1 : start2, 0);
@@ -37791,7 +37791,7 @@ function requireLodash() {
37791
37791
  function toSource(func) {
37792
37792
  if (func != null) {
37793
37793
  try {
37794
- return funcToString.call(func);
37794
+ return funcToString2.call(func);
37795
37795
  } catch (e3) {
37796
37796
  }
37797
37797
  try {
@@ -38745,7 +38745,7 @@ function requireLodash() {
38745
38745
  return isObjectLike2(value) && isArrayLike(value);
38746
38746
  }
38747
38747
  function isBoolean2(value) {
38748
- return value === true || value === false || isObjectLike2(value) && baseGetTag(value) == boolTag;
38748
+ return value === true || value === false || isObjectLike2(value) && baseGetTag2(value) == boolTag;
38749
38749
  }
38750
38750
  var isBuffer = nativeIsBuffer || stubFalse;
38751
38751
  var isDate2 = nodeIsDate ? baseUnary(nodeIsDate) : baseIsDate;
@@ -38785,7 +38785,7 @@ function requireLodash() {
38785
38785
  if (!isObjectLike2(value)) {
38786
38786
  return false;
38787
38787
  }
38788
- var tag2 = baseGetTag(value);
38788
+ var tag2 = baseGetTag2(value);
38789
38789
  return tag2 == errorTag || tag2 == domExcTag || typeof value.message == "string" && typeof value.name == "string" && !isPlainObject2(value);
38790
38790
  }
38791
38791
  function isFinite2(value) {
@@ -38795,7 +38795,7 @@ function requireLodash() {
38795
38795
  if (!isObject2(value)) {
38796
38796
  return false;
38797
38797
  }
38798
- var tag2 = baseGetTag(value);
38798
+ var tag2 = baseGetTag2(value);
38799
38799
  return tag2 == funcTag || tag2 == genTag || tag2 == asyncTag || tag2 == proxyTag;
38800
38800
  }
38801
38801
  function isInteger(value) {
@@ -38835,18 +38835,18 @@ function requireLodash() {
38835
38835
  return value == null;
38836
38836
  }
38837
38837
  function isNumber2(value) {
38838
- return typeof value == "number" || isObjectLike2(value) && baseGetTag(value) == numberTag;
38838
+ return typeof value == "number" || isObjectLike2(value) && baseGetTag2(value) == numberTag;
38839
38839
  }
38840
38840
  function isPlainObject2(value) {
38841
- if (!isObjectLike2(value) || baseGetTag(value) != objectTag) {
38841
+ if (!isObjectLike2(value) || baseGetTag2(value) != objectTag2) {
38842
38842
  return false;
38843
38843
  }
38844
- var proto4 = getPrototype(value);
38844
+ var proto4 = getPrototype2(value);
38845
38845
  if (proto4 === null) {
38846
38846
  return true;
38847
38847
  }
38848
38848
  var Ctor = hasOwnProperty2.call(proto4, "constructor") && proto4.constructor;
38849
- return typeof Ctor == "function" && Ctor instanceof Ctor && funcToString.call(Ctor) == objectCtorString;
38849
+ return typeof Ctor == "function" && Ctor instanceof Ctor && funcToString2.call(Ctor) == objectCtorString2;
38850
38850
  }
38851
38851
  var isRegExp = nodeIsRegExp ? baseUnary(nodeIsRegExp) : baseIsRegExp;
38852
38852
  function isSafeInteger(value) {
@@ -38854,10 +38854,10 @@ function requireLodash() {
38854
38854
  }
38855
38855
  var isSet = nodeIsSet ? baseUnary(nodeIsSet) : baseIsSet;
38856
38856
  function isString2(value) {
38857
- return typeof value == "string" || !isArray2(value) && isObjectLike2(value) && baseGetTag(value) == stringTag;
38857
+ return typeof value == "string" || !isArray2(value) && isObjectLike2(value) && baseGetTag2(value) == stringTag;
38858
38858
  }
38859
38859
  function isSymbol(value) {
38860
- return typeof value == "symbol" || isObjectLike2(value) && baseGetTag(value) == symbolTag;
38860
+ return typeof value == "symbol" || isObjectLike2(value) && baseGetTag2(value) == symbolTag;
38861
38861
  }
38862
38862
  var isTypedArray = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray;
38863
38863
  function isUndefined2(value) {
@@ -38867,7 +38867,7 @@ function requireLodash() {
38867
38867
  return isObjectLike2(value) && getTag2(value) == weakMapTag;
38868
38868
  }
38869
38869
  function isWeakSet(value) {
38870
- return isObjectLike2(value) && baseGetTag(value) == weakSetTag;
38870
+ return isObjectLike2(value) && baseGetTag2(value) == weakSetTag;
38871
38871
  }
38872
38872
  var lt2 = createRelationalOperation(baseLt);
38873
38873
  var lte = createRelationalOperation(function(value, other) {
@@ -38972,7 +38972,7 @@ function requireLodash() {
38972
38972
  while (++propsIndex < propsLength) {
38973
38973
  var key2 = props2[propsIndex];
38974
38974
  var value = object4[key2];
38975
- if (value === undefined$1 || eq2(value, objectProto[key2]) && !hasOwnProperty2.call(object4, key2)) {
38975
+ if (value === undefined$1 || eq2(value, objectProto2[key2]) && !hasOwnProperty2.call(object4, key2)) {
38976
38976
  object4[key2] = source2[key2];
38977
38977
  }
38978
38978
  }
@@ -39019,13 +39019,13 @@ function requireLodash() {
39019
39019
  }
39020
39020
  var invert = createInverter(function(result2, value, key2) {
39021
39021
  if (value != null && typeof value.toString != "function") {
39022
- value = nativeObjectToString.call(value);
39022
+ value = nativeObjectToString2.call(value);
39023
39023
  }
39024
39024
  result2[value] = key2;
39025
39025
  }, constant(identity2));
39026
39026
  var invertBy = createInverter(function(result2, value, key2) {
39027
39027
  if (value != null && typeof value.toString != "function") {
39028
- value = nativeObjectToString.call(value);
39028
+ value = nativeObjectToString2.call(value);
39029
39029
  }
39030
39030
  if (hasOwnProperty2.call(result2, value)) {
39031
39031
  result2[value].push(key2);
@@ -39135,7 +39135,7 @@ function requireLodash() {
39135
39135
  if (isArrLike) {
39136
39136
  accumulator = isArr ? new Ctor() : [];
39137
39137
  } else if (isObject2(object4)) {
39138
- accumulator = isFunction2(Ctor) ? baseCreate(getPrototype(object4)) : {};
39138
+ accumulator = isFunction2(Ctor) ? baseCreate(getPrototype2(object4)) : {};
39139
39139
  } else {
39140
39140
  accumulator = {};
39141
39141
  }
@@ -40326,7 +40326,7 @@ let line$1;
40326
40326
  let column$1;
40327
40327
  let token$3;
40328
40328
  let key$2;
40329
- let root;
40329
+ let root$1;
40330
40330
  var parse$4 = function parse(text, reviver) {
40331
40331
  source$1 = String(text);
40332
40332
  parseState = "start";
@@ -40336,15 +40336,15 @@ var parse$4 = function parse(text, reviver) {
40336
40336
  column$1 = 0;
40337
40337
  token$3 = void 0;
40338
40338
  key$2 = void 0;
40339
- root = void 0;
40339
+ root$1 = void 0;
40340
40340
  do {
40341
40341
  token$3 = lex();
40342
40342
  parseStates[parseState]();
40343
40343
  } while (token$3.type !== "eof");
40344
40344
  if (typeof reviver === "function") {
40345
- return internalize({ "": root }, "", reviver);
40345
+ return internalize({ "": root$1 }, "", reviver);
40346
40346
  }
40347
- return root;
40347
+ return root$1;
40348
40348
  };
40349
40349
  function internalize(holder, name, reviver) {
40350
40350
  const value = holder[name];
@@ -41068,8 +41068,8 @@ function push2() {
41068
41068
  value = token$3.value;
41069
41069
  break;
41070
41070
  }
41071
- if (root === void 0) {
41072
- root = value;
41071
+ if (root$1 === void 0) {
41072
+ root$1 = value;
41073
41073
  } else {
41074
41074
  const parent = stack[stack.length - 1];
41075
41075
  if (Array.isArray(parent)) {
@@ -41486,33 +41486,6 @@ class GridUnitBuilder {
41486
41486
  return Dimension.gridUnit(this.dimension.value / this.parentSpace);
41487
41487
  }
41488
41488
  }
41489
- var TriggerStepType$1;
41490
- (function(TriggerStepType2) {
41491
- TriggerStepType2["RUN_JS"] = "runJs";
41492
- TriggerStepType2["RUN_APIS"] = "executeApi";
41493
- TriggerStepType2["CANCEL_APIS"] = "cancelApi";
41494
- TriggerStepType2["NAVIGATE_TO"] = "navigateTo";
41495
- TriggerStepType2["NAVIGATE_TO_APP"] = "navigateToApp";
41496
- TriggerStepType2["NAVIGATE_TO_ROUTE"] = "navigateToRoute";
41497
- TriggerStepType2["SET_QUERY_PARAMS"] = "setQueryParams";
41498
- TriggerStepType2["CONTROL_SLIDEOUT"] = "controlSlideout";
41499
- TriggerStepType2["CONTROL_MODAL"] = "controlModal";
41500
- TriggerStepType2["CONTROL_TIMER"] = "controlTimer";
41501
- TriggerStepType2["RESET_COMPONENT"] = "resetComponent";
41502
- TriggerStepType2["RESET_STATE_VAR"] = "resetStateVar";
41503
- TriggerStepType2["SET_STATE_VAR"] = "setStateVar";
41504
- TriggerStepType2["SET_COMPONENT_PROPERTY"] = "setComponentProperty";
41505
- TriggerStepType2["SHOW_ALERT"] = "showAlert";
41506
- TriggerStepType2["SET_PROFILE"] = "setProfile";
41507
- TriggerStepType2["TRIGGER_EVENT"] = "triggerEvent";
41508
- TriggerStepType2["RUN_SUPERBLOCKS_OPTIMIZED_APIS"] = "optimizedPageLoadApis";
41509
- })(TriggerStepType$1 || (TriggerStepType$1 = {}));
41510
- function isValidStepDef(step) {
41511
- if (lodashExports.isPlainObject(step)) {
41512
- return "type" in step;
41513
- }
41514
- return false;
41515
- }
41516
41489
  const EmailRegexString = '(([^<>()[\\].,;:\\s@\\"]+(\\.[^<>()[\\]\\.,;:\\s@\\"]+)*)|(\\".+\\"))@(([^<>()[\\]\\.,;:\\s@\\"]+\\.)+[^<>()[\\]\\.,;:\\s@\\"]{2,})';
41517
41490
  function decodeBytestrings(value, useNodeJSBuffer) {
41518
41491
  if (_$2.isObject(value)) {
@@ -41563,14 +41536,14 @@ const SUPERBLOCKS_AUTHORIZATION_HEADER = "x-superblocks-authorization";
41563
41536
  akeylesssecretsmanager: srcExports.SecretsV1.Store,
41564
41537
  couchbase: srcExports.CouchbasePluginV1.Plugin
41565
41538
  });
41566
- var TMP_HTTP_STATUS_CODE = "http.status_code";
41567
- var TMP_HTTP_ROUTE = "http.route";
41568
- var TMP_MESSAGING_SYSTEM = "messaging.system";
41569
- var TMP_MESSAGING_DESTINATION_KIND = "messaging.destination_kind";
41570
- var SEMATTRS_HTTP_STATUS_CODE = TMP_HTTP_STATUS_CODE;
41571
- var SEMATTRS_HTTP_ROUTE = TMP_HTTP_ROUTE;
41572
- var SEMATTRS_MESSAGING_SYSTEM = TMP_MESSAGING_SYSTEM;
41573
- var SEMATTRS_MESSAGING_DESTINATION_KIND = TMP_MESSAGING_DESTINATION_KIND;
41539
+ const TMP_HTTP_STATUS_CODE = "http.status_code";
41540
+ const TMP_HTTP_ROUTE = "http.route";
41541
+ const TMP_MESSAGING_SYSTEM = "messaging.system";
41542
+ const TMP_MESSAGING_DESTINATION_KIND = "messaging.destination_kind";
41543
+ const SEMATTRS_HTTP_STATUS_CODE = TMP_HTTP_STATUS_CODE;
41544
+ const SEMATTRS_HTTP_ROUTE = TMP_HTTP_ROUTE;
41545
+ const SEMATTRS_MESSAGING_SYSTEM = TMP_MESSAGING_SYSTEM;
41546
+ const SEMATTRS_MESSAGING_DESTINATION_KIND = TMP_MESSAGING_DESTINATION_KIND;
41574
41547
  const OBS_TAG_API_ID = "api-id";
41575
41548
  const OBS_TAG_HTTP_ROUTE = SEMATTRS_HTTP_ROUTE;
41576
41549
  const OBS_TAG_HTTP_STATUS_CODE = SEMATTRS_HTTP_STATUS_CODE;
@@ -43295,25 +43268,112 @@ const SbEntityType = {
43295
43268
  EVENT: "SbEvent",
43296
43269
  API: "SbApi"
43297
43270
  };
43271
+ var freeGlobal = typeof global == "object" && global && global.Object === Object && global;
43272
+ var freeSelf = typeof self == "object" && self && self.Object === Object && self;
43273
+ var root = freeGlobal || freeSelf || Function("return this")();
43274
+ var Symbol$1 = root.Symbol;
43275
+ var objectProto$2 = Object.prototype;
43276
+ var hasOwnProperty$2 = objectProto$2.hasOwnProperty;
43277
+ var nativeObjectToString$1 = objectProto$2.toString;
43278
+ var symToStringTag$1 = Symbol$1 ? Symbol$1.toStringTag : void 0;
43279
+ function getRawTag(value) {
43280
+ var isOwn = hasOwnProperty$2.call(value, symToStringTag$1), tag2 = value[symToStringTag$1];
43281
+ try {
43282
+ value[symToStringTag$1] = void 0;
43283
+ var unmasked = true;
43284
+ } catch (e3) {
43285
+ }
43286
+ var result = nativeObjectToString$1.call(value);
43287
+ if (unmasked) {
43288
+ if (isOwn) {
43289
+ value[symToStringTag$1] = tag2;
43290
+ } else {
43291
+ delete value[symToStringTag$1];
43292
+ }
43293
+ }
43294
+ return result;
43295
+ }
43296
+ var objectProto$1 = Object.prototype;
43297
+ var nativeObjectToString = objectProto$1.toString;
43298
+ function objectToString(value) {
43299
+ return nativeObjectToString.call(value);
43300
+ }
43301
+ var nullTag = "[object Null]", undefinedTag = "[object Undefined]";
43302
+ var symToStringTag = Symbol$1 ? Symbol$1.toStringTag : void 0;
43303
+ function baseGetTag(value) {
43304
+ if (value == null) {
43305
+ return value === void 0 ? undefinedTag : nullTag;
43306
+ }
43307
+ return symToStringTag && symToStringTag in Object(value) ? getRawTag(value) : objectToString(value);
43308
+ }
43309
+ function isObjectLike$1(value) {
43310
+ return value != null && typeof value == "object";
43311
+ }
43312
+ function overArg(func, transform) {
43313
+ return function(arg) {
43314
+ return func(transform(arg));
43315
+ };
43316
+ }
43317
+ var getPrototype = overArg(Object.getPrototypeOf, Object);
43318
+ var objectTag = "[object Object]";
43319
+ var funcProto = Function.prototype, objectProto = Object.prototype;
43320
+ var funcToString = funcProto.toString;
43321
+ var hasOwnProperty$1 = objectProto.hasOwnProperty;
43322
+ var objectCtorString = funcToString.call(Object);
43323
+ function isPlainObject$1(value) {
43324
+ if (!isObjectLike$1(value) || baseGetTag(value) != objectTag) {
43325
+ return false;
43326
+ }
43327
+ var proto4 = getPrototype(value);
43328
+ if (proto4 === null) {
43329
+ return true;
43330
+ }
43331
+ var Ctor = hasOwnProperty$1.call(proto4, "constructor") && proto4.constructor;
43332
+ return typeof Ctor == "function" && Ctor instanceof Ctor && funcToString.call(Ctor) == objectCtorString;
43333
+ }
43298
43334
  const TriggerStepType = {
43335
+ // Code execution
43299
43336
  RUN_JS: "runJs",
43300
- RUN_APIS: "executeApi",
43301
- CANCEL_APIS: "cancelApi",
43337
+ // Navigation
43302
43338
  NAVIGATE_TO: "navigateTo",
43303
43339
  NAVIGATE_TO_APP: "navigateToApp",
43304
43340
  NAVIGATE_TO_ROUTE: "navigateToRoute",
43341
+ // Query params
43305
43342
  SET_QUERY_PARAMS: "setQueryParams",
43343
+ // UI controls
43306
43344
  CONTROL_SLIDEOUT: "controlSlideout",
43307
43345
  CONTROL_MODAL: "controlModal",
43308
43346
  CONTROL_TIMER: "controlTimer",
43347
+ // API execution
43348
+ RUN_APIS: "executeApi",
43349
+ CANCEL_APIS: "cancelApi",
43350
+ // Component manipulation
43309
43351
  RESET_COMPONENT: "resetComponent",
43352
+ SET_COMPONENT_PROPERTY: "setComponentProperty",
43353
+ // State variables
43310
43354
  RESET_STATE_VAR: "resetStateVar",
43311
43355
  SET_STATE_VAR: "setStateVar",
43312
- SET_COMPONENT_PROPERTY: "setComponentProperty",
43356
+ // Notifications
43313
43357
  SHOW_ALERT: "showAlert",
43358
+ // Profile & events
43314
43359
  SET_PROFILE: "setProfile",
43315
43360
  TRIGGER_EVENT: "triggerEvent"
43316
43361
  };
43362
+ var NotificationPosition;
43363
+ (function(NotificationPosition2) {
43364
+ NotificationPosition2["bottomRight"] = "bottomRight";
43365
+ NotificationPosition2["bottomLeft"] = "bottomLeft";
43366
+ NotificationPosition2["topRight"] = "topRight";
43367
+ NotificationPosition2["topLeft"] = "topLeft";
43368
+ NotificationPosition2["top"] = "top";
43369
+ NotificationPosition2["bottom"] = "bottom";
43370
+ })(NotificationPosition || (NotificationPosition = {}));
43371
+ function isValidStepDef(step) {
43372
+ if (isPlainObject$1(step)) {
43373
+ return "type" in step;
43374
+ }
43375
+ return false;
43376
+ }
43317
43377
  const ThemeMode = {
43318
43378
  LIGHT: "LIGHT",
43319
43379
  DARK: "DARK",
@@ -43387,7 +43447,7 @@ const ControlModalTrigger = {
43387
43447
  name: context2.name,
43388
43448
  func: (state, step2) => {
43389
43449
  if (!state || !step2.name) return;
43390
- if (step2.direction === "open") {
43450
+ if (step2.action === "open") {
43391
43451
  state[step2.name].isOpen = true;
43392
43452
  } else {
43393
43453
  state[step2.name].isOpen = false;
@@ -43396,12 +43456,12 @@ const ControlModalTrigger = {
43396
43456
  args: [step]
43397
43457
  });
43398
43458
  },
43399
- create(modal, direction) {
43459
+ create(modal, action2) {
43400
43460
  const meta = getBindingIdentifier(modal);
43401
43461
  return {
43402
43462
  type: TriggerStepType.CONTROL_MODAL,
43403
43463
  name: meta == null ? void 0 : meta.entityName,
43404
- direction
43464
+ action: action2
43405
43465
  };
43406
43466
  }
43407
43467
  };
@@ -43415,17 +43475,17 @@ const ControlSlideoutTrigger = {
43415
43475
  if (!state || !step2.name) {
43416
43476
  return;
43417
43477
  }
43418
- state[step2.name].isOpen = step2.direction === "open";
43478
+ state[step2.name].isOpen = step2.action === "open";
43419
43479
  },
43420
43480
  args: [step]
43421
43481
  });
43422
43482
  },
43423
- create(slideout, direction) {
43483
+ create(slideout, action2) {
43424
43484
  const meta = getBindingIdentifier(slideout);
43425
43485
  return {
43426
43486
  type: TriggerStepType.CONTROL_SLIDEOUT,
43427
43487
  name: meta == null ? void 0 : meta.entityName,
43428
- direction
43488
+ action: action2
43429
43489
  };
43430
43490
  }
43431
43491
  };
@@ -43593,7 +43653,8 @@ const SetProfileTrigger = {
43593
43653
  return {
43594
43654
  type: TriggerStepType.SET_PROFILE,
43595
43655
  profileId,
43596
- profileAction
43656
+ profileAction,
43657
+ action: profileAction
43597
43658
  };
43598
43659
  }
43599
43660
  };
@@ -67476,8 +67537,8 @@ var hasRequired_freeGlobal;
67476
67537
  function require_freeGlobal() {
67477
67538
  if (hasRequired_freeGlobal) return _freeGlobal;
67478
67539
  hasRequired_freeGlobal = 1;
67479
- var freeGlobal = typeof commonjsGlobal == "object" && commonjsGlobal && commonjsGlobal.Object === Object && commonjsGlobal;
67480
- _freeGlobal = freeGlobal;
67540
+ var freeGlobal2 = typeof commonjsGlobal == "object" && commonjsGlobal && commonjsGlobal.Object === Object && commonjsGlobal;
67541
+ _freeGlobal = freeGlobal2;
67481
67542
  return _freeGlobal;
67482
67543
  }
67483
67544
  var _root;
@@ -67485,9 +67546,9 @@ var hasRequired_root;
67485
67546
  function require_root() {
67486
67547
  if (hasRequired_root) return _root;
67487
67548
  hasRequired_root = 1;
67488
- var freeGlobal = require_freeGlobal();
67489
- var freeSelf = typeof self == "object" && self && self.Object === Object && self;
67490
- var root2 = freeGlobal || freeSelf || Function("return this")();
67549
+ var freeGlobal2 = require_freeGlobal();
67550
+ var freeSelf2 = typeof self == "object" && self && self.Object === Object && self;
67551
+ var root2 = freeGlobal2 || freeSelf2 || Function("return this")();
67491
67552
  _root = root2;
67492
67553
  return _root;
67493
67554
  }
@@ -67507,28 +67568,28 @@ function require_getRawTag() {
67507
67568
  if (hasRequired_getRawTag) return _getRawTag;
67508
67569
  hasRequired_getRawTag = 1;
67509
67570
  var Symbol2 = require_Symbol();
67510
- var objectProto = Object.prototype;
67511
- var hasOwnProperty2 = objectProto.hasOwnProperty;
67512
- var nativeObjectToString = objectProto.toString;
67513
- var symToStringTag = Symbol2 ? Symbol2.toStringTag : void 0;
67514
- function getRawTag(value) {
67515
- var isOwn = hasOwnProperty2.call(value, symToStringTag), tag2 = value[symToStringTag];
67571
+ var objectProto2 = Object.prototype;
67572
+ var hasOwnProperty2 = objectProto2.hasOwnProperty;
67573
+ var nativeObjectToString2 = objectProto2.toString;
67574
+ var symToStringTag2 = Symbol2 ? Symbol2.toStringTag : void 0;
67575
+ function getRawTag2(value) {
67576
+ var isOwn = hasOwnProperty2.call(value, symToStringTag2), tag2 = value[symToStringTag2];
67516
67577
  try {
67517
- value[symToStringTag] = void 0;
67578
+ value[symToStringTag2] = void 0;
67518
67579
  var unmasked = true;
67519
67580
  } catch (e3) {
67520
67581
  }
67521
- var result = nativeObjectToString.call(value);
67582
+ var result = nativeObjectToString2.call(value);
67522
67583
  if (unmasked) {
67523
67584
  if (isOwn) {
67524
- value[symToStringTag] = tag2;
67585
+ value[symToStringTag2] = tag2;
67525
67586
  } else {
67526
- delete value[symToStringTag];
67587
+ delete value[symToStringTag2];
67527
67588
  }
67528
67589
  }
67529
67590
  return result;
67530
67591
  }
67531
- _getRawTag = getRawTag;
67592
+ _getRawTag = getRawTag2;
67532
67593
  return _getRawTag;
67533
67594
  }
67534
67595
  var _objectToString;
@@ -67536,12 +67597,12 @@ var hasRequired_objectToString;
67536
67597
  function require_objectToString() {
67537
67598
  if (hasRequired_objectToString) return _objectToString;
67538
67599
  hasRequired_objectToString = 1;
67539
- var objectProto = Object.prototype;
67540
- var nativeObjectToString = objectProto.toString;
67541
- function objectToString(value) {
67542
- return nativeObjectToString.call(value);
67600
+ var objectProto2 = Object.prototype;
67601
+ var nativeObjectToString2 = objectProto2.toString;
67602
+ function objectToString2(value) {
67603
+ return nativeObjectToString2.call(value);
67543
67604
  }
67544
- _objectToString = objectToString;
67605
+ _objectToString = objectToString2;
67545
67606
  return _objectToString;
67546
67607
  }
67547
67608
  var _baseGetTag;
@@ -67549,16 +67610,16 @@ var hasRequired_baseGetTag;
67549
67610
  function require_baseGetTag() {
67550
67611
  if (hasRequired_baseGetTag) return _baseGetTag;
67551
67612
  hasRequired_baseGetTag = 1;
67552
- var Symbol2 = require_Symbol(), getRawTag = require_getRawTag(), objectToString = require_objectToString();
67553
- var nullTag = "[object Null]", undefinedTag = "[object Undefined]";
67554
- var symToStringTag = Symbol2 ? Symbol2.toStringTag : void 0;
67555
- function baseGetTag(value) {
67613
+ var Symbol2 = require_Symbol(), getRawTag2 = require_getRawTag(), objectToString2 = require_objectToString();
67614
+ var nullTag2 = "[object Null]", undefinedTag2 = "[object Undefined]";
67615
+ var symToStringTag2 = Symbol2 ? Symbol2.toStringTag : void 0;
67616
+ function baseGetTag2(value) {
67556
67617
  if (value == null) {
67557
- return value === void 0 ? undefinedTag : nullTag;
67618
+ return value === void 0 ? undefinedTag2 : nullTag2;
67558
67619
  }
67559
- return symToStringTag && symToStringTag in Object(value) ? getRawTag(value) : objectToString(value);
67620
+ return symToStringTag2 && symToStringTag2 in Object(value) ? getRawTag2(value) : objectToString2(value);
67560
67621
  }
67561
- _baseGetTag = baseGetTag;
67622
+ _baseGetTag = baseGetTag2;
67562
67623
  return _baseGetTag;
67563
67624
  }
67564
67625
  var isObjectLike_1;
@@ -67577,10 +67638,10 @@ var hasRequiredIsSymbol;
67577
67638
  function requireIsSymbol() {
67578
67639
  if (hasRequiredIsSymbol) return isSymbol_1;
67579
67640
  hasRequiredIsSymbol = 1;
67580
- var baseGetTag = require_baseGetTag(), isObjectLike2 = requireIsObjectLike();
67641
+ var baseGetTag2 = require_baseGetTag(), isObjectLike2 = requireIsObjectLike();
67581
67642
  var symbolTag = "[object Symbol]";
67582
67643
  function isSymbol(value) {
67583
- return typeof value == "symbol" || isObjectLike2(value) && baseGetTag(value) == symbolTag;
67644
+ return typeof value == "symbol" || isObjectLike2(value) && baseGetTag2(value) == symbolTag;
67584
67645
  }
67585
67646
  isSymbol_1 = isSymbol;
67586
67647
  return isSymbol_1;
@@ -78626,7 +78687,7 @@ const ShowAlertTrigger = {
78626
78687
  message: computedMessage,
78627
78688
  type: step.style,
78628
78689
  duration: step.alertDuration ?? 4,
78629
- placement: step.alertPosition ?? "bottomRight",
78690
+ placement: step.alertPosition ?? NotificationPosition.bottomRight,
78630
78691
  dataTest: "alert-notification"
78631
78692
  });
78632
78693
  },
@@ -78724,9 +78785,8 @@ const TriggerEventTrigger = {
78724
78785
  }
78725
78786
  };
78726
78787
  const EventRegistry = {
78727
- // Basic
78788
+ // Code execution
78728
78789
  [TriggerStepType.RUN_JS]: RunJsTrigger,
78729
- [TriggerStepType.TRIGGER_EVENT]: TriggerEventTrigger,
78730
78790
  // Navigation
78731
78791
  [TriggerStepType.NAVIGATE_TO]: NavigateToTrigger,
78732
78792
  [TriggerStepType.NAVIGATE_TO_APP]: NavigateToAppTrigger,
@@ -78747,8 +78807,9 @@ const EventRegistry = {
78747
78807
  [TriggerStepType.CONTROL_TIMER]: ControlTimerTrigger,
78748
78808
  // Alerts
78749
78809
  [TriggerStepType.SHOW_ALERT]: ShowAlertTrigger,
78750
- // Profiles
78751
- [TriggerStepType.SET_PROFILE]: SetProfileTrigger
78810
+ // Profiles && Events
78811
+ [TriggerStepType.SET_PROFILE]: SetProfileTrigger,
78812
+ [TriggerStepType.TRIGGER_EVENT]: TriggerEventTrigger
78752
78813
  };
78753
78814
  const getRootStore = () => Promise.resolve().then(() => rootStore$1).then(
78754
78815
  (module2) => module2.default
@@ -83784,7 +83845,7 @@ function registerStores(stores) {
83784
83845
  internalStores = { ...internalStores, ...stores };
83785
83846
  if (SUPPORTED_MODES.includes("production")) {
83786
83847
  if (Object.keys(internalStores).length === Object.keys(stores).length) {
83787
- import("./devtools-consolidated-LdBnnhRe.js").then(({ initializeCustomDevTools, setRegisteredStores }) => {
83848
+ import("./devtools-consolidated-Nb3opUCn.js").then(({ initializeCustomDevTools, setRegisteredStores }) => {
83788
83849
  setRegisteredStores(internalStores);
83789
83850
  initializeCustomDevTools();
83790
83851
  }).catch((error) => {
@@ -83797,7 +83858,7 @@ function registerStores(stores) {
83797
83858
  }
83798
83859
  }
83799
83860
  const DevToolsInternal = React__default.lazy(() => {
83800
- return import("./devtools-consolidated-LdBnnhRe.js").then((module2) => ({
83861
+ return import("./devtools-consolidated-Nb3opUCn.js").then((module2) => ({
83801
83862
  default: module2.CustomDevTools
83802
83863
  }));
83803
83864
  });
@@ -87410,12 +87471,12 @@ function getSbEventFlow(step, scopeId) {
87410
87471
  case "controlSlideout": {
87411
87472
  const slideoutEntity = getEntity(step.name);
87412
87473
  if (!slideoutEntity) return void 0;
87413
- return SbEventFlow.controlSlideout(slideoutEntity, step.direction);
87474
+ return SbEventFlow.controlSlideout(slideoutEntity, step.action);
87414
87475
  }
87415
87476
  case "controlModal": {
87416
87477
  const modalEntity = getEntity(step.name);
87417
87478
  if (!modalEntity) return void 0;
87418
- return SbEventFlow.controlModal(modalEntity, step.direction);
87479
+ return SbEventFlow.controlModal(modalEntity, step.action);
87419
87480
  }
87420
87481
  case "controlTimer": {
87421
87482
  const timerStep = step;
@@ -87424,7 +87485,7 @@ function getSbEventFlow(step, scopeId) {
87424
87485
  }
87425
87486
  const timerEntity = getEntity(timerStep.timer.name);
87426
87487
  if (!timerEntity) return void 0;
87427
- return SbEventFlow.controlTimer(timerEntity, step.command ?? "start");
87488
+ return SbEventFlow.controlTimer(timerEntity, step.action ?? "start");
87428
87489
  }
87429
87490
  case "setStateVar": {
87430
87491
  const variableStep = step;
@@ -91325,14 +91386,14 @@ function getLoaderFn$1(options) {
91325
91386
  if (!(loader === "all")) return [3, 3];
91326
91387
  return [4, import(
91327
91388
  /* webpackChunkName: "blueprint-icons-all-paths-loader" */
91328
- "./allPathsLoader-zEKx5n5p.js"
91389
+ "./allPathsLoader-BYPNQ715.js"
91329
91390
  )];
91330
91391
  case 2:
91331
91392
  return [2, _b2.sent().allPathsLoader];
91332
91393
  case 3:
91333
91394
  return [4, import(
91334
91395
  /* webpackChunkName: "blueprint-icons-split-paths-by-size-loader" */
91335
- "./splitPathsBySizeLoader-BobJ4K1V.js"
91396
+ "./splitPathsBySizeLoader-BSp5Jmf7.js"
91336
91397
  )];
91337
91398
  case 4:
91338
91399
  return [2, _b2.sent().splitPathsBySizeLoader];
@@ -116899,9 +116960,9 @@ function getModalChildren(modalName) {
116899
116960
  onClick: Property.Event([
116900
116961
  {
116901
116962
  id: "closeModal",
116902
- type: TriggerStepType$1.CONTROL_MODAL,
116963
+ type: TriggerStepType.CONTROL_MODAL,
116903
116964
  name: modalName,
116904
- direction: "close"
116965
+ action: "close"
116905
116966
  }
116906
116967
  ])
116907
116968
  },
@@ -116982,9 +117043,9 @@ function getTriggerComponent({
116982
117043
  onClick: Property.Event([
116983
117044
  {
116984
117045
  id: "openModal",
116985
- type: TriggerStepType$1.CONTROL_MODAL,
117046
+ type: TriggerStepType.CONTROL_MODAL,
116986
117047
  name: primaryComponentName,
116987
- direction: "open"
117048
+ action: "open"
116988
117049
  }
116989
117050
  ])
116990
117051
  },
@@ -117000,9 +117061,9 @@ function getTriggerComponent({
117000
117061
  onClick: Property.Event([
117001
117062
  {
117002
117063
  id: "openSlideout",
117003
- type: TriggerStepType$1.CONTROL_SLIDEOUT,
117064
+ type: TriggerStepType.CONTROL_SLIDEOUT,
117004
117065
  name: primaryComponentName,
117005
- direction: "open"
117066
+ action: "open"
117006
117067
  }
117007
117068
  ])
117008
117069
  },
@@ -117039,7 +117100,7 @@ function getComponentBaseProperties(componentType, parentInfo) {
117039
117100
  properties2.label = Property.Static("Submit");
117040
117101
  properties2.onClick = Property.Event([
117041
117102
  {
117042
- type: TriggerStepType$1.RUN_JS,
117103
+ type: TriggerStepType.RUN_JS,
117043
117104
  code: "() => console.log('Button clicked')",
117044
117105
  id: "buttonClick"
117045
117106
  }
@@ -148421,14 +148482,14 @@ function getLoaderFn(options) {
148421
148482
  if (!(loader === "all")) return [3, 3];
148422
148483
  return [4, import(
148423
148484
  /* webpackChunkName: "blueprint-icons-all-paths-loader" */
148424
- "./allPathsLoader-Ck_TAnWx.js"
148485
+ "./allPathsLoader-DZ4ej0yO.js"
148425
148486
  )];
148426
148487
  case 2:
148427
148488
  return [2, _b2.sent().allPathsLoader];
148428
148489
  case 3:
148429
148490
  return [4, import(
148430
148491
  /* webpackChunkName: "blueprint-icons-split-paths-by-size-loader" */
148431
- "./splitPathsBySizeLoader-b5glDBiC.js"
148492
+ "./splitPathsBySizeLoader-CtV8jbQy.js"
148432
148493
  )];
148433
148494
  case 4:
148434
148495
  return [2, _b2.sent().splitPathsBySizeLoader];
@@ -200019,7 +200080,7 @@ function showAlert(message2, style2, durationSeconds, alertPosition) {
200019
200080
  message: message2,
200020
200081
  type: style2,
200021
200082
  duration: durationSeconds ?? 4,
200022
- placement: alertPosition ?? "bottomRight",
200083
+ placement: alertPosition ?? NotificationPosition.bottomRight,
200023
200084
  dataTest: "alert-notification"
200024
200085
  });
200025
200086
  }
@@ -200272,4 +200333,4 @@ export {
200272
200333
  SbVariable as y,
200273
200334
  SbTimer as z
200274
200335
  };
200275
- //# sourceMappingURL=index-BXQ7ECAk.js.map
200336
+ //# sourceMappingURL=index-3q353Tib.js.map