@serve.zone/catalog 2.3.0 → 2.4.0

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.
@@ -1397,7 +1397,7 @@ var init_Subscription = __esm({
1397
1397
  this._finalizers = null;
1398
1398
  }
1399
1399
  Subscription2.prototype.unsubscribe = function() {
1400
- var e_1, _a44, e_2, _b;
1400
+ var e_1, _a47, e_2, _b;
1401
1401
  var errors;
1402
1402
  if (!this.closed) {
1403
1403
  this.closed = true;
@@ -1414,7 +1414,7 @@ var init_Subscription = __esm({
1414
1414
  e_1 = { error: e_1_1 };
1415
1415
  } finally {
1416
1416
  try {
1417
- if (_parentage_1_1 && !_parentage_1_1.done && (_a44 = _parentage_1.return)) _a44.call(_parentage_1);
1417
+ if (_parentage_1_1 && !_parentage_1_1.done && (_a47 = _parentage_1.return)) _a47.call(_parentage_1);
1418
1418
  } finally {
1419
1419
  if (e_1) throw e_1.error;
1420
1420
  }
@@ -1464,7 +1464,7 @@ var init_Subscription = __esm({
1464
1464
  }
1465
1465
  };
1466
1466
  Subscription2.prototype.add = function(teardown) {
1467
- var _a44;
1467
+ var _a47;
1468
1468
  if (teardown && teardown !== this) {
1469
1469
  if (this.closed) {
1470
1470
  execFinalizer(teardown);
@@ -1475,7 +1475,7 @@ var init_Subscription = __esm({
1475
1475
  }
1476
1476
  teardown._addParent(this);
1477
1477
  }
1478
- (this._finalizers = (_a44 = this._finalizers) !== null && _a44 !== void 0 ? _a44 : []).push(teardown);
1478
+ (this._finalizers = (_a47 = this._finalizers) !== null && _a47 !== void 0 ? _a47 : []).push(teardown);
1479
1479
  }
1480
1480
  }
1481
1481
  };
@@ -1611,7 +1611,7 @@ function errorContext(cb) {
1611
1611
  }
1612
1612
  cb();
1613
1613
  if (isRoot) {
1614
- var _a44 = context, errorThrown = _a44.errorThrown, error = _a44.error;
1614
+ var _a47 = context, errorThrown = _a47.errorThrown, error = _a47.error;
1615
1615
  context = null;
1616
1616
  if (errorThrown) {
1617
1617
  throw error;
@@ -1862,8 +1862,8 @@ var init_pipe = __esm({
1862
1862
 
1863
1863
  // node_modules/.pnpm/rxjs@7.8.2/node_modules/rxjs/dist/esm5/internal/Observable.js
1864
1864
  function getPromiseCtor(promiseCtor) {
1865
- var _a44;
1866
- return (_a44 = promiseCtor !== null && promiseCtor !== void 0 ? promiseCtor : config.Promise) !== null && _a44 !== void 0 ? _a44 : Promise;
1865
+ var _a47;
1866
+ return (_a47 = promiseCtor !== null && promiseCtor !== void 0 ? promiseCtor : config.Promise) !== null && _a47 !== void 0 ? _a47 : Promise;
1867
1867
  }
1868
1868
  function isObserver(value2) {
1869
1869
  return value2 && isFunction(value2.next) && isFunction(value2.error) && isFunction(value2.complete);
@@ -1897,7 +1897,7 @@ var init_Observable = __esm({
1897
1897
  var _this = this;
1898
1898
  var subscriber = isSubscriber(observerOrNext) ? observerOrNext : new SafeSubscriber(observerOrNext, error, complete);
1899
1899
  errorContext(function() {
1900
- var _a44 = _this, operator = _a44.operator, source = _a44.source;
1900
+ var _a47 = _this, operator = _a47.operator, source = _a47.source;
1901
1901
  subscriber.add(operator ? operator.call(subscriber, source) : source ? _this._subscribe(subscriber) : _this._trySubscribe(subscriber));
1902
1902
  });
1903
1903
  return subscriber;
@@ -1929,8 +1929,8 @@ var init_Observable = __esm({
1929
1929
  });
1930
1930
  };
1931
1931
  Observable2.prototype._subscribe = function(subscriber) {
1932
- var _a44;
1933
- return (_a44 = this.source) === null || _a44 === void 0 ? void 0 : _a44.subscribe(subscriber);
1932
+ var _a47;
1933
+ return (_a47 = this.source) === null || _a47 === void 0 ? void 0 : _a47.subscribe(subscriber);
1934
1934
  };
1935
1935
  Observable2.prototype[observable] = function() {
1936
1936
  return this;
@@ -2031,11 +2031,11 @@ var init_OperatorSubscriber = __esm({
2031
2031
  return _this;
2032
2032
  }
2033
2033
  OperatorSubscriber2.prototype.unsubscribe = function() {
2034
- var _a44;
2034
+ var _a47;
2035
2035
  if (!this.shouldUnsubscribe || this.shouldUnsubscribe()) {
2036
2036
  var closed_1 = this.closed;
2037
2037
  _super.prototype.unsubscribe.call(this);
2038
- !closed_1 && ((_a44 = this.onFinalize) === null || _a44 === void 0 ? void 0 : _a44.call(this));
2038
+ !closed_1 && ((_a47 = this.onFinalize) === null || _a47 === void 0 ? void 0 : _a47.call(this));
2039
2039
  }
2040
2040
  };
2041
2041
  return OperatorSubscriber2;
@@ -2291,7 +2291,7 @@ var init_Subject = __esm({
2291
2291
  Subject2.prototype.next = function(value2) {
2292
2292
  var _this = this;
2293
2293
  errorContext(function() {
2294
- var e_1, _a44;
2294
+ var e_1, _a47;
2295
2295
  _this._throwIfClosed();
2296
2296
  if (!_this.isStopped) {
2297
2297
  if (!_this.currentObservers) {
@@ -2306,7 +2306,7 @@ var init_Subject = __esm({
2306
2306
  e_1 = { error: e_1_1 };
2307
2307
  } finally {
2308
2308
  try {
2309
- if (_c && !_c.done && (_a44 = _b.return)) _a44.call(_b);
2309
+ if (_c && !_c.done && (_a47 = _b.return)) _a47.call(_b);
2310
2310
  } finally {
2311
2311
  if (e_1) throw e_1.error;
2312
2312
  }
@@ -2347,8 +2347,8 @@ var init_Subject = __esm({
2347
2347
  };
2348
2348
  Object.defineProperty(Subject2.prototype, "observed", {
2349
2349
  get: function() {
2350
- var _a44;
2351
- return ((_a44 = this.observers) === null || _a44 === void 0 ? void 0 : _a44.length) > 0;
2350
+ var _a47;
2351
+ return ((_a47 = this.observers) === null || _a47 === void 0 ? void 0 : _a47.length) > 0;
2352
2352
  },
2353
2353
  enumerable: false,
2354
2354
  configurable: true
@@ -2364,7 +2364,7 @@ var init_Subject = __esm({
2364
2364
  };
2365
2365
  Subject2.prototype._innerSubscribe = function(subscriber) {
2366
2366
  var _this = this;
2367
- var _a44 = this, hasError = _a44.hasError, isStopped = _a44.isStopped, observers = _a44.observers;
2367
+ var _a47 = this, hasError = _a47.hasError, isStopped = _a47.isStopped, observers = _a47.observers;
2368
2368
  if (hasError || isStopped) {
2369
2369
  return EMPTY_SUBSCRIPTION;
2370
2370
  }
@@ -2376,7 +2376,7 @@ var init_Subject = __esm({
2376
2376
  });
2377
2377
  };
2378
2378
  Subject2.prototype._checkFinalizedStatuses = function(subscriber) {
2379
- var _a44 = this, hasError = _a44.hasError, thrownError = _a44.thrownError, isStopped = _a44.isStopped;
2379
+ var _a47 = this, hasError = _a47.hasError, thrownError = _a47.thrownError, isStopped = _a47.isStopped;
2380
2380
  if (hasError) {
2381
2381
  subscriber.error(thrownError);
2382
2382
  } else if (isStopped) {
@@ -2402,20 +2402,20 @@ var init_Subject = __esm({
2402
2402
  return _this;
2403
2403
  }
2404
2404
  AnonymousSubject2.prototype.next = function(value2) {
2405
- var _a44, _b;
2406
- (_b = (_a44 = this.destination) === null || _a44 === void 0 ? void 0 : _a44.next) === null || _b === void 0 ? void 0 : _b.call(_a44, value2);
2405
+ var _a47, _b;
2406
+ (_b = (_a47 = this.destination) === null || _a47 === void 0 ? void 0 : _a47.next) === null || _b === void 0 ? void 0 : _b.call(_a47, value2);
2407
2407
  };
2408
2408
  AnonymousSubject2.prototype.error = function(err) {
2409
- var _a44, _b;
2410
- (_b = (_a44 = this.destination) === null || _a44 === void 0 ? void 0 : _a44.error) === null || _b === void 0 ? void 0 : _b.call(_a44, err);
2409
+ var _a47, _b;
2410
+ (_b = (_a47 = this.destination) === null || _a47 === void 0 ? void 0 : _a47.error) === null || _b === void 0 ? void 0 : _b.call(_a47, err);
2411
2411
  };
2412
2412
  AnonymousSubject2.prototype.complete = function() {
2413
- var _a44, _b;
2414
- (_b = (_a44 = this.destination) === null || _a44 === void 0 ? void 0 : _a44.complete) === null || _b === void 0 ? void 0 : _b.call(_a44);
2413
+ var _a47, _b;
2414
+ (_b = (_a47 = this.destination) === null || _a47 === void 0 ? void 0 : _a47.complete) === null || _b === void 0 ? void 0 : _b.call(_a47);
2415
2415
  };
2416
2416
  AnonymousSubject2.prototype._subscribe = function(subscriber) {
2417
- var _a44, _b;
2418
- return (_b = (_a44 = this.source) === null || _a44 === void 0 ? void 0 : _a44.subscribe(subscriber)) !== null && _b !== void 0 ? _b : EMPTY_SUBSCRIPTION;
2417
+ var _a47, _b;
2418
+ return (_b = (_a47 = this.source) === null || _a47 === void 0 ? void 0 : _a47.subscribe(subscriber)) !== null && _b !== void 0 ? _b : EMPTY_SUBSCRIPTION;
2419
2419
  };
2420
2420
  return AnonymousSubject2;
2421
2421
  })(Subject);
@@ -2448,7 +2448,7 @@ var init_BehaviorSubject = __esm({
2448
2448
  return subscription;
2449
2449
  };
2450
2450
  BehaviorSubject2.prototype.getValue = function() {
2451
- var _a44 = this, hasError = _a44.hasError, thrownError = _a44.thrownError, _value2 = _a44._value;
2451
+ var _a47 = this, hasError = _a47.hasError, thrownError = _a47.thrownError, _value2 = _a47._value;
2452
2452
  if (hasError) {
2453
2453
  throw thrownError;
2454
2454
  }
@@ -2507,7 +2507,7 @@ var init_ReplaySubject = __esm({
2507
2507
  return _this;
2508
2508
  }
2509
2509
  ReplaySubject2.prototype.next = function(value2) {
2510
- var _a44 = this, isStopped = _a44.isStopped, _buffer = _a44._buffer, _infiniteTimeWindow = _a44._infiniteTimeWindow, _timestampProvider = _a44._timestampProvider, _windowTime = _a44._windowTime;
2510
+ var _a47 = this, isStopped = _a47.isStopped, _buffer = _a47._buffer, _infiniteTimeWindow = _a47._infiniteTimeWindow, _timestampProvider = _a47._timestampProvider, _windowTime = _a47._windowTime;
2511
2511
  if (!isStopped) {
2512
2512
  _buffer.push(value2);
2513
2513
  !_infiniteTimeWindow && _buffer.push(_timestampProvider.now() + _windowTime);
@@ -2519,7 +2519,7 @@ var init_ReplaySubject = __esm({
2519
2519
  this._throwIfClosed();
2520
2520
  this._trimBuffer();
2521
2521
  var subscription = this._innerSubscribe(subscriber);
2522
- var _a44 = this, _infiniteTimeWindow = _a44._infiniteTimeWindow, _buffer = _a44._buffer;
2522
+ var _a47 = this, _infiniteTimeWindow = _a47._infiniteTimeWindow, _buffer = _a47._buffer;
2523
2523
  var copy = _buffer.slice();
2524
2524
  for (var i11 = 0; i11 < copy.length && !subscriber.closed; i11 += _infiniteTimeWindow ? 1 : 2) {
2525
2525
  subscriber.next(copy[i11]);
@@ -2528,7 +2528,7 @@ var init_ReplaySubject = __esm({
2528
2528
  return subscription;
2529
2529
  };
2530
2530
  ReplaySubject2.prototype._trimBuffer = function() {
2531
- var _a44 = this, _bufferSize = _a44._bufferSize, _timestampProvider = _a44._timestampProvider, _buffer = _a44._buffer, _infiniteTimeWindow = _a44._infiniteTimeWindow;
2531
+ var _a47 = this, _bufferSize = _a47._bufferSize, _timestampProvider = _a47._timestampProvider, _buffer = _a47._buffer, _infiniteTimeWindow = _a47._infiniteTimeWindow;
2532
2532
  var adjustedBufferSize = (_infiniteTimeWindow ? 1 : 2) * _bufferSize;
2533
2533
  _bufferSize < Infinity && adjustedBufferSize < _buffer.length && _buffer.splice(0, _buffer.length - adjustedBufferSize);
2534
2534
  if (!_infiniteTimeWindow) {
@@ -2561,7 +2561,7 @@ var init_AsyncSubject = __esm({
2561
2561
  return _this;
2562
2562
  }
2563
2563
  AsyncSubject2.prototype._checkFinalizedStatuses = function(subscriber) {
2564
- var _a44 = this, hasError = _a44.hasError, _hasValue = _a44._hasValue, _value2 = _a44._value, thrownError = _a44.thrownError, isStopped = _a44.isStopped, _isComplete = _a44._isComplete;
2564
+ var _a47 = this, hasError = _a47.hasError, _hasValue = _a47._hasValue, _value2 = _a47._value, thrownError = _a47.thrownError, isStopped = _a47.isStopped, _isComplete = _a47._isComplete;
2565
2565
  if (hasError) {
2566
2566
  subscriber.error(thrownError);
2567
2567
  } else if (isStopped || _isComplete) {
@@ -2576,7 +2576,7 @@ var init_AsyncSubject = __esm({
2576
2576
  }
2577
2577
  };
2578
2578
  AsyncSubject2.prototype.complete = function() {
2579
- var _a44 = this, _hasValue = _a44._hasValue, _value2 = _a44._value, _isComplete = _a44._isComplete;
2579
+ var _a47 = this, _hasValue = _a47._hasValue, _value2 = _a47._value, _isComplete = _a47._isComplete;
2580
2580
  if (!_isComplete) {
2581
2581
  this._isComplete = true;
2582
2582
  _hasValue && _super.prototype.next.call(this, _value2);
@@ -2654,7 +2654,7 @@ var init_AsyncAction = __esm({
2654
2654
  return _this;
2655
2655
  }
2656
2656
  AsyncAction2.prototype.schedule = function(state, delay2) {
2657
- var _a44;
2657
+ var _a47;
2658
2658
  if (delay2 === void 0) {
2659
2659
  delay2 = 0;
2660
2660
  }
@@ -2669,7 +2669,7 @@ var init_AsyncAction = __esm({
2669
2669
  }
2670
2670
  this.pending = true;
2671
2671
  this.delay = delay2;
2672
- this.id = (_a44 = this.id) !== null && _a44 !== void 0 ? _a44 : this.requestAsyncId(scheduler, this.id, delay2);
2672
+ this.id = (_a47 = this.id) !== null && _a47 !== void 0 ? _a47 : this.requestAsyncId(scheduler, this.id, delay2);
2673
2673
  return this;
2674
2674
  };
2675
2675
  AsyncAction2.prototype.requestAsyncId = function(scheduler, _id, delay2) {
@@ -2718,7 +2718,7 @@ var init_AsyncAction = __esm({
2718
2718
  };
2719
2719
  AsyncAction2.prototype.unsubscribe = function() {
2720
2720
  if (!this.closed) {
2721
- var _a44 = this, id = _a44.id, scheduler = _a44.scheduler;
2721
+ var _a47 = this, id = _a47.id, scheduler = _a47.scheduler;
2722
2722
  var actions = scheduler.actions;
2723
2723
  this.work = this.state = this.scheduler = null;
2724
2724
  this.pending = false;
@@ -2823,7 +2823,7 @@ var init_AsapAction = __esm({
2823
2823
  return scheduler._scheduled || (scheduler._scheduled = immediateProvider.setImmediate(scheduler.flush.bind(scheduler, void 0)));
2824
2824
  };
2825
2825
  AsapAction2.prototype.recycleAsyncId = function(scheduler, id, delay2) {
2826
- var _a44;
2826
+ var _a47;
2827
2827
  if (delay2 === void 0) {
2828
2828
  delay2 = 0;
2829
2829
  }
@@ -2831,7 +2831,7 @@ var init_AsapAction = __esm({
2831
2831
  return _super.prototype.recycleAsyncId.call(this, scheduler, id, delay2);
2832
2832
  }
2833
2833
  var actions = scheduler.actions;
2834
- if (id != null && ((_a44 = actions[actions.length - 1]) === null || _a44 === void 0 ? void 0 : _a44.id) !== id) {
2834
+ if (id != null && ((_a47 = actions[actions.length - 1]) === null || _a47 === void 0 ? void 0 : _a47.id) !== id) {
2835
2835
  immediateProvider.clearImmediate(id);
2836
2836
  if (scheduler._scheduled === id) {
2837
2837
  scheduler._scheduled = void 0;
@@ -3069,7 +3069,7 @@ var init_AnimationFrameAction = __esm({
3069
3069
  }));
3070
3070
  };
3071
3071
  AnimationFrameAction2.prototype.recycleAsyncId = function(scheduler, id, delay2) {
3072
- var _a44;
3072
+ var _a47;
3073
3073
  if (delay2 === void 0) {
3074
3074
  delay2 = 0;
3075
3075
  }
@@ -3077,7 +3077,7 @@ var init_AnimationFrameAction = __esm({
3077
3077
  return _super.prototype.recycleAsyncId.call(this, scheduler, id, delay2);
3078
3078
  }
3079
3079
  var actions = scheduler.actions;
3080
- if (id != null && id === scheduler._scheduled && ((_a44 = actions[actions.length - 1]) === null || _a44 === void 0 ? void 0 : _a44.id) !== id) {
3080
+ if (id != null && id === scheduler._scheduled && ((_a47 = actions[actions.length - 1]) === null || _a47 === void 0 ? void 0 : _a47.id) !== id) {
3081
3081
  animationFrameProvider.cancelAnimationFrame(id);
3082
3082
  scheduler._scheduled = void 0;
3083
3083
  }
@@ -3166,7 +3166,7 @@ var init_VirtualTimeScheduler = __esm({
3166
3166
  return _this;
3167
3167
  }
3168
3168
  VirtualTimeScheduler2.prototype.flush = function() {
3169
- var _a44 = this, actions = _a44.actions, maxFrames = _a44.maxFrames;
3169
+ var _a47 = this, actions = _a47.actions, maxFrames = _a47.maxFrames;
3170
3170
  var error;
3171
3171
  var action;
3172
3172
  while ((action = actions[0]) && action.delay <= maxFrames) {
@@ -3386,7 +3386,7 @@ var init_isIterable = __esm({
3386
3386
  // node_modules/.pnpm/rxjs@7.8.2/node_modules/rxjs/dist/esm5/internal/util/isReadableStreamLike.js
3387
3387
  function readableStreamLikeToAsyncGenerator(readableStream) {
3388
3388
  return __asyncGenerator(this, arguments, function readableStreamLikeToAsyncGenerator_1() {
3389
- var reader, _a44, value2, done;
3389
+ var reader, _a47, value2, done;
3390
3390
  return __generator(this, function(_b) {
3391
3391
  switch (_b.label) {
3392
3392
  case 0:
@@ -3399,7 +3399,7 @@ function readableStreamLikeToAsyncGenerator(readableStream) {
3399
3399
  if (false) return [3, 8];
3400
3400
  return [4, __await(reader.read())];
3401
3401
  case 3:
3402
- _a44 = _b.sent(), value2 = _a44.value, done = _a44.done;
3402
+ _a47 = _b.sent(), value2 = _a47.value, done = _a47.done;
3403
3403
  if (!done) return [3, 5];
3404
3404
  return [4, __await(void 0)];
3405
3405
  case 4:
@@ -3490,7 +3490,7 @@ function fromPromise(promise) {
3490
3490
  }
3491
3491
  function fromIterable(iterable) {
3492
3492
  return new Observable(function(subscriber) {
3493
- var e_1, _a44;
3493
+ var e_1, _a47;
3494
3494
  try {
3495
3495
  for (var iterable_1 = __values(iterable), iterable_1_1 = iterable_1.next(); !iterable_1_1.done; iterable_1_1 = iterable_1.next()) {
3496
3496
  var value2 = iterable_1_1.value;
@@ -3503,7 +3503,7 @@ function fromIterable(iterable) {
3503
3503
  e_1 = { error: e_1_1 };
3504
3504
  } finally {
3505
3505
  try {
3506
- if (iterable_1_1 && !iterable_1_1.done && (_a44 = iterable_1.return)) _a44.call(iterable_1);
3506
+ if (iterable_1_1 && !iterable_1_1.done && (_a47 = iterable_1.return)) _a47.call(iterable_1);
3507
3507
  } finally {
3508
3508
  if (e_1) throw e_1.error;
3509
3509
  }
@@ -3523,7 +3523,7 @@ function fromReadableStreamLike(readableStream) {
3523
3523
  }
3524
3524
  function process2(asyncIterable, subscriber) {
3525
3525
  var asyncIterable_1, asyncIterable_1_1;
3526
- var e_2, _a44;
3526
+ var e_2, _a47;
3527
3527
  return __awaiter(this, void 0, void 0, function() {
3528
3528
  var value2, e_2_1;
3529
3529
  return __generator(this, function(_b) {
@@ -3552,8 +3552,8 @@ function process2(asyncIterable, subscriber) {
3552
3552
  return [3, 11];
3553
3553
  case 6:
3554
3554
  _b.trys.push([6, , 9, 10]);
3555
- if (!(asyncIterable_1_1 && !asyncIterable_1_1.done && (_a44 = asyncIterable_1.return))) return [3, 8];
3556
- return [4, _a44.call(asyncIterable_1)];
3555
+ if (!(asyncIterable_1_1 && !asyncIterable_1_1.done && (_a47 = asyncIterable_1.return))) return [3, 8];
3556
+ return [4, _a47.call(asyncIterable_1)];
3557
3557
  case 7:
3558
3558
  _b.sent();
3559
3559
  _b.label = 8;
@@ -3713,11 +3713,11 @@ function scheduleIterable(input, scheduler) {
3713
3713
  executeSchedule(subscriber, scheduler, function() {
3714
3714
  iterator2 = input[iterator]();
3715
3715
  executeSchedule(subscriber, scheduler, function() {
3716
- var _a44;
3716
+ var _a47;
3717
3717
  var value2;
3718
3718
  var done;
3719
3719
  try {
3720
- _a44 = iterator2.next(), value2 = _a44.value, done = _a44.done;
3720
+ _a47 = iterator2.next(), value2 = _a47.value, done = _a47.done;
3721
3721
  } catch (err) {
3722
3722
  subscriber.error(err);
3723
3723
  return;
@@ -3871,12 +3871,12 @@ var init_throwError = __esm({
3871
3871
 
3872
3872
  // node_modules/.pnpm/rxjs@7.8.2/node_modules/rxjs/dist/esm5/internal/Notification.js
3873
3873
  function observeNotification(notification, observer) {
3874
- var _a44, _b, _c;
3874
+ var _a47, _b, _c;
3875
3875
  var _d = notification, kind = _d.kind, value2 = _d.value, error = _d.error;
3876
3876
  if (typeof kind !== "string") {
3877
3877
  throw new TypeError('Invalid notification, missing "kind"');
3878
3878
  }
3879
- kind === "N" ? (_a44 = observer.next) === null || _a44 === void 0 ? void 0 : _a44.call(observer, value2) : kind === "E" ? (_b = observer.error) === null || _b === void 0 ? void 0 : _b.call(observer, error) : (_c = observer.complete) === null || _c === void 0 ? void 0 : _c.call(observer);
3879
+ kind === "N" ? (_a47 = observer.next) === null || _a47 === void 0 ? void 0 : _a47.call(observer, value2) : kind === "E" ? (_b = observer.error) === null || _b === void 0 ? void 0 : _b.call(observer, error) : (_c = observer.complete) === null || _c === void 0 ? void 0 : _c.call(observer);
3880
3880
  }
3881
3881
  var NotificationKind, Notification;
3882
3882
  var init_Notification = __esm({
@@ -3901,15 +3901,15 @@ var init_Notification = __esm({
3901
3901
  return observeNotification(this, observer);
3902
3902
  };
3903
3903
  Notification2.prototype.do = function(nextHandler, errorHandler, completeHandler) {
3904
- var _a44 = this, kind = _a44.kind, value2 = _a44.value, error = _a44.error;
3904
+ var _a47 = this, kind = _a47.kind, value2 = _a47.value, error = _a47.error;
3905
3905
  return kind === "N" ? nextHandler === null || nextHandler === void 0 ? void 0 : nextHandler(value2) : kind === "E" ? errorHandler === null || errorHandler === void 0 ? void 0 : errorHandler(error) : completeHandler === null || completeHandler === void 0 ? void 0 : completeHandler();
3906
3906
  };
3907
3907
  Notification2.prototype.accept = function(nextOrObserver, error, complete) {
3908
- var _a44;
3909
- return isFunction((_a44 = nextOrObserver) === null || _a44 === void 0 ? void 0 : _a44.next) ? this.observe(nextOrObserver) : this.do(nextOrObserver, error, complete);
3908
+ var _a47;
3909
+ return isFunction((_a47 = nextOrObserver) === null || _a47 === void 0 ? void 0 : _a47.next) ? this.observe(nextOrObserver) : this.do(nextOrObserver, error, complete);
3910
3910
  };
3911
3911
  Notification2.prototype.toObservable = function() {
3912
- var _a44 = this, kind = _a44.kind, value2 = _a44.value, error = _a44.error;
3912
+ var _a47 = this, kind = _a47.kind, value2 = _a47.value, error = _a47.error;
3913
3913
  var result = kind === "N" ? of(value2) : kind === "E" ? throwError(function() {
3914
3914
  return error;
3915
3915
  }) : kind === "C" ? EMPTY : 0;
@@ -4022,7 +4022,7 @@ var init_isDate = __esm({
4022
4022
 
4023
4023
  // node_modules/.pnpm/rxjs@7.8.2/node_modules/rxjs/dist/esm5/internal/operators/timeout.js
4024
4024
  function timeout(config3, schedulerArg) {
4025
- var _a44 = isValidDate(config3) ? { first: config3 } : typeof config3 === "number" ? { each: config3 } : config3, first2 = _a44.first, each = _a44.each, _b = _a44.with, _with = _b === void 0 ? timeoutErrorFactory : _b, _c = _a44.scheduler, scheduler = _c === void 0 ? schedulerArg !== null && schedulerArg !== void 0 ? schedulerArg : asyncScheduler : _c, _d = _a44.meta, meta = _d === void 0 ? null : _d;
4025
+ var _a47 = isValidDate(config3) ? { first: config3 } : typeof config3 === "number" ? { each: config3 } : config3, first2 = _a47.first, each = _a47.each, _b = _a47.with, _with = _b === void 0 ? timeoutErrorFactory : _b, _c = _a47.scheduler, scheduler = _c === void 0 ? schedulerArg !== null && schedulerArg !== void 0 ? schedulerArg : asyncScheduler : _c, _d = _a47.meta, meta = _d === void 0 ? null : _d;
4026
4026
  if (first2 == null && each == null) {
4027
4027
  throw new TypeError("No timeout provided.");
4028
4028
  }
@@ -4300,11 +4300,11 @@ function fromEvent(target, eventName, options, resultSelector) {
4300
4300
  if (resultSelector) {
4301
4301
  return fromEvent(target, eventName, options).pipe(mapOneOrManyArgs(resultSelector));
4302
4302
  }
4303
- var _a44 = __read(isEventTarget(target) ? eventTargetMethods.map(function(methodName) {
4303
+ var _a47 = __read(isEventTarget(target) ? eventTargetMethods.map(function(methodName) {
4304
4304
  return function(handler2) {
4305
4305
  return target[methodName](eventName, handler2, options);
4306
4306
  };
4307
- }) : isNodeStyleEventEmitter(target) ? nodeEventEmitterMethods.map(toCommonHandlerRegistry(target, eventName)) : isJQueryStyleEventEmitter(target) ? jqueryMethods.map(toCommonHandlerRegistry(target, eventName)) : [], 2), add3 = _a44[0], remove2 = _a44[1];
4307
+ }) : isNodeStyleEventEmitter(target) ? nodeEventEmitterMethods.map(toCommonHandlerRegistry(target, eventName)) : isJQueryStyleEventEmitter(target) ? jqueryMethods.map(toCommonHandlerRegistry(target, eventName)) : [], 2), add3 = _a47[0], remove2 = _a47[1];
4308
4308
  if (!add3) {
4309
4309
  if (isArrayLike(target)) {
4310
4310
  return mergeMap(function(subTarget) {
@@ -4562,7 +4562,7 @@ function bufferCount(bufferSize, startBufferEvery) {
4562
4562
  var buffers = [];
4563
4563
  var count2 = 0;
4564
4564
  source.subscribe(createOperatorSubscriber(subscriber, function(value2) {
4565
- var e_1, _a44, e_2, _b;
4565
+ var e_1, _a47, e_2, _b;
4566
4566
  var toEmit = null;
4567
4567
  if (count2++ % startBufferEvery === 0) {
4568
4568
  buffers.push([]);
@@ -4580,7 +4580,7 @@ function bufferCount(bufferSize, startBufferEvery) {
4580
4580
  e_1 = { error: e_1_1 };
4581
4581
  } finally {
4582
4582
  try {
4583
- if (buffers_1_1 && !buffers_1_1.done && (_a44 = buffers_1.return)) _a44.call(buffers_1);
4583
+ if (buffers_1_1 && !buffers_1_1.done && (_a47 = buffers_1.return)) _a47.call(buffers_1);
4584
4584
  } finally {
4585
4585
  if (e_1) throw e_1.error;
4586
4586
  }
@@ -4603,7 +4603,7 @@ function bufferCount(bufferSize, startBufferEvery) {
4603
4603
  }
4604
4604
  }
4605
4605
  }, function() {
4606
- var e_3, _a44;
4606
+ var e_3, _a47;
4607
4607
  try {
4608
4608
  for (var buffers_2 = __values(buffers), buffers_2_1 = buffers_2.next(); !buffers_2_1.done; buffers_2_1 = buffers_2.next()) {
4609
4609
  var buffer2 = buffers_2_1.value;
@@ -4613,7 +4613,7 @@ function bufferCount(bufferSize, startBufferEvery) {
4613
4613
  e_3 = { error: e_3_1 };
4614
4614
  } finally {
4615
4615
  try {
4616
- if (buffers_2_1 && !buffers_2_1.done && (_a44 = buffers_2.return)) _a44.call(buffers_2);
4616
+ if (buffers_2_1 && !buffers_2_1.done && (_a47 = buffers_2.return)) _a47.call(buffers_2);
4617
4617
  } finally {
4618
4618
  if (e_3) throw e_3.error;
4619
4619
  }
@@ -4635,12 +4635,12 @@ var init_bufferCount = __esm({
4635
4635
 
4636
4636
  // node_modules/.pnpm/rxjs@7.8.2/node_modules/rxjs/dist/esm5/internal/operators/bufferTime.js
4637
4637
  function bufferTime(bufferTimeSpan) {
4638
- var _a44, _b;
4638
+ var _a47, _b;
4639
4639
  var otherArgs = [];
4640
4640
  for (var _i = 1; _i < arguments.length; _i++) {
4641
4641
  otherArgs[_i - 1] = arguments[_i];
4642
4642
  }
4643
- var scheduler = (_a44 = popScheduler(otherArgs)) !== null && _a44 !== void 0 ? _a44 : asyncScheduler;
4643
+ var scheduler = (_a47 = popScheduler(otherArgs)) !== null && _a47 !== void 0 ? _a47 : asyncScheduler;
4644
4644
  var bufferCreationInterval = (_b = otherArgs[0]) !== null && _b !== void 0 ? _b : null;
4645
4645
  var maxBufferSize = otherArgs[1] || Infinity;
4646
4646
  return operate(function(source, subscriber) {
@@ -4675,7 +4675,7 @@ function bufferTime(bufferTimeSpan) {
4675
4675
  }
4676
4676
  startBuffer();
4677
4677
  var bufferTimeSubscriber = createOperatorSubscriber(subscriber, function(value2) {
4678
- var e_1, _a45;
4678
+ var e_1, _a48;
4679
4679
  var recordsCopy = bufferRecords.slice();
4680
4680
  try {
4681
4681
  for (var recordsCopy_1 = __values(recordsCopy), recordsCopy_1_1 = recordsCopy_1.next(); !recordsCopy_1_1.done; recordsCopy_1_1 = recordsCopy_1.next()) {
@@ -4688,7 +4688,7 @@ function bufferTime(bufferTimeSpan) {
4688
4688
  e_1 = { error: e_1_1 };
4689
4689
  } finally {
4690
4690
  try {
4691
- if (recordsCopy_1_1 && !recordsCopy_1_1.done && (_a45 = recordsCopy_1.return)) _a45.call(recordsCopy_1);
4691
+ if (recordsCopy_1_1 && !recordsCopy_1_1.done && (_a48 = recordsCopy_1.return)) _a48.call(recordsCopy_1);
4692
4692
  } finally {
4693
4693
  if (e_1) throw e_1.error;
4694
4694
  }
@@ -5323,7 +5323,7 @@ var init_tap = __esm({
5323
5323
  // node_modules/.pnpm/rxjs@7.8.2/node_modules/rxjs/dist/esm5/internal/operators/throttle.js
5324
5324
  function throttle(durationSelector, config3) {
5325
5325
  return operate(function(source, subscriber) {
5326
- var _a44 = config3 !== null && config3 !== void 0 ? config3 : {}, _b = _a44.leading, leading = _b === void 0 ? true : _b, _c = _a44.trailing, trailing = _c === void 0 ? false : _c;
5326
+ var _a47 = config3 !== null && config3 !== void 0 ? config3 : {}, _b = _a47.leading, leading = _b === void 0 ? true : _b, _c = _a47.trailing, trailing = _c === void 0 ? false : _c;
5327
5327
  var hasValue = false;
5328
5328
  var sendValue = null;
5329
5329
  var throttled = null;
@@ -50059,7 +50059,7 @@ var require_sweet_scroll = __commonJS({
50059
50059
  hash: null
50060
50060
  };
50061
50061
  this.loop = function(time) {
50062
- var _a44 = _this, $el = _a44.$el, ctx = _a44.ctx;
50062
+ var _a47 = _this, $el = _a47.$el, ctx = _a47.ctx;
50063
50063
  if (!ctx.start) {
50064
50064
  ctx.start = time;
50065
50065
  }
@@ -50154,7 +50154,7 @@ var require_sweet_scroll = __commonJS({
50154
50154
  if (!canUseDOM) {
50155
50155
  return;
50156
50156
  }
50157
- var _a44 = this, $el = _a44.$el, ctx = _a44.ctx, currentOptions = _a44.opts;
50157
+ var _a47 = this, $el = _a47.$el, ctx = _a47.ctx, currentOptions = _a47.opts;
50158
50158
  var $trigger = ctx.$trigger;
50159
50159
  var opts = __assign2({}, currentOptions, options || {});
50160
50160
  var optOffset = opts.offset, vertical = opts.vertical, horizontal = opts.horizontal;
@@ -50221,7 +50221,7 @@ var require_sweet_scroll = __commonJS({
50221
50221
  if (gotoEnd === void 0) {
50222
50222
  gotoEnd = false;
50223
50223
  }
50224
- var _a44 = this, $el = _a44.$el, ctx = _a44.ctx;
50224
+ var _a47 = this, $el = _a47.$el, ctx = _a47.ctx;
50225
50225
  var pos = ctx.pos;
50226
50226
  if (!$el || !ctx.progress) {
50227
50227
  return;
@@ -50277,7 +50277,7 @@ var require_sweet_scroll = __commonJS({
50277
50277
  ctx.id = SweetScroll4.raf(this.loop);
50278
50278
  };
50279
50279
  SweetScroll4.prototype.complete = function() {
50280
- var _a44 = this, $el = _a44.$el, ctx = _a44.ctx;
50280
+ var _a47 = this, $el = _a47.$el, ctx = _a47.ctx;
50281
50281
  var hash = ctx.hash, cancel = ctx.cancel, opts = ctx.opts, pos = ctx.pos, $trigger = ctx.$trigger;
50282
50282
  if (!$el || !opts) {
50283
50283
  return;
@@ -50303,18 +50303,18 @@ var require_sweet_scroll = __commonJS({
50303
50303
  for (var _i = 2; _i < arguments.length; _i++) {
50304
50304
  args[_i - 2] = arguments[_i];
50305
50305
  }
50306
- var _a44;
50306
+ var _a47;
50307
50307
  var callback = options[type5];
50308
50308
  var callbackResult;
50309
50309
  var methodResult;
50310
50310
  if (isFunction2(callback)) {
50311
50311
  callbackResult = callback.apply(this, args.concat([this]));
50312
50312
  }
50313
- methodResult = (_a44 = this)["on" + (type5[0].toUpperCase() + type5.slice(1))].apply(_a44, args);
50313
+ methodResult = (_a47 = this)["on" + (type5[0].toUpperCase() + type5.slice(1))].apply(_a47, args);
50314
50314
  return callbackResult !== void 0 ? callbackResult : methodResult;
50315
50315
  };
50316
50316
  SweetScroll4.prototype.bind = function(click, stop) {
50317
- var _a44 = this, $el = _a44.$el, opts = _a44.ctx.opts;
50317
+ var _a47 = this, $el = _a47.$el, opts = _a47.ctx.opts;
50318
50318
  if ($el) {
50319
50319
  if (click) {
50320
50320
  addEvent($el, CONTAINER_CLICK_EVENT, this.handleClick, false);
@@ -50325,7 +50325,7 @@ var require_sweet_scroll = __commonJS({
50325
50325
  }
50326
50326
  };
50327
50327
  SweetScroll4.prototype.unbind = function(click, stop) {
50328
- var _a44 = this, $el = _a44.$el, opts = _a44.ctx.opts;
50328
+ var _a47 = this, $el = _a47.$el, opts = _a47.ctx.opts;
50329
50329
  if ($el) {
50330
50330
  if (click) {
50331
50331
  removeEvent($el, CONTAINER_CLICK_EVENT, this.handleClick, false);
@@ -54869,26 +54869,26 @@ var init_fontawesome_svg_core = __esm({
54869
54869
  }
54870
54870
  };
54871
54871
  parse9 = {
54872
- icon: function icon(_icon2) {
54873
- if (_icon2 === null) {
54872
+ icon: function icon(_icon3) {
54873
+ if (_icon3 === null) {
54874
54874
  return null;
54875
54875
  }
54876
- if (_typeof(_icon2) === "object" && _icon2.prefix && _icon2.iconName) {
54876
+ if (_typeof(_icon3) === "object" && _icon3.prefix && _icon3.iconName) {
54877
54877
  return {
54878
- prefix: _icon2.prefix,
54879
- iconName: byAlias(_icon2.prefix, _icon2.iconName) || _icon2.iconName
54878
+ prefix: _icon3.prefix,
54879
+ iconName: byAlias(_icon3.prefix, _icon3.iconName) || _icon3.iconName
54880
54880
  };
54881
54881
  }
54882
- if (Array.isArray(_icon2) && _icon2.length === 2) {
54883
- var iconName = _icon2[1].indexOf("fa-") === 0 ? _icon2[1].slice(3) : _icon2[1];
54884
- var prefix4 = getCanonicalPrefix(_icon2[0]);
54882
+ if (Array.isArray(_icon3) && _icon3.length === 2) {
54883
+ var iconName = _icon3[1].indexOf("fa-") === 0 ? _icon3[1].slice(3) : _icon3[1];
54884
+ var prefix4 = getCanonicalPrefix(_icon3[0]);
54885
54885
  return {
54886
54886
  prefix: prefix4,
54887
54887
  iconName: byAlias(prefix4, iconName) || iconName
54888
54888
  };
54889
54889
  }
54890
- if (typeof _icon2 === "string" && (_icon2.indexOf("".concat(config2.cssPrefix, "-")) > -1 || _icon2.match(ICON_SELECTION_SYNTAX_PATTERN))) {
54891
- var canonicalIcon = getCanonicalIcon(_icon2.split(" "), {
54890
+ if (typeof _icon3 === "string" && (_icon3.indexOf("".concat(config2.cssPrefix, "-")) > -1 || _icon3.match(ICON_SELECTION_SYNTAX_PATTERN))) {
54891
+ var canonicalIcon = getCanonicalIcon(_icon3.split(" "), {
54892
54892
  skipLookups: true
54893
54893
  });
54894
54894
  return {
@@ -54896,11 +54896,11 @@ var init_fontawesome_svg_core = __esm({
54896
54896
  iconName: byAlias(canonicalIcon.prefix, canonicalIcon.iconName) || canonicalIcon.iconName
54897
54897
  };
54898
54898
  }
54899
- if (typeof _icon2 === "string") {
54899
+ if (typeof _icon3 === "string") {
54900
54900
  var _prefix = getDefaultUsablePrefix();
54901
54901
  return {
54902
54902
  prefix: _prefix,
54903
- iconName: byAlias(_prefix, _icon2) || _icon2
54903
+ iconName: byAlias(_prefix, _icon3) || _icon3
54904
54904
  };
54905
54905
  }
54906
54906
  }
@@ -96697,7 +96697,10 @@ var setupWccTools = (configOrElements, pagesArg) => {
96697
96697
  var elements_exports = {};
96698
96698
  __export(elements_exports, {
96699
96699
  SzCertificatesCard: () => SzCertificatesCard,
96700
+ SzConfigOverview: () => SzConfigOverview,
96701
+ SzConfigSection: () => SzConfigSection,
96700
96702
  SzDashboardView: () => SzDashboardView,
96703
+ SzDemoViewConfig: () => SzDemoViewConfig,
96701
96704
  SzDemoViewDashboard: () => SzDemoViewDashboard,
96702
96705
  SzDemoViewMta: () => SzDemoViewMta,
96703
96706
  SzDemoViewNetwork: () => SzDemoViewNetwork,
@@ -106478,11 +106481,594 @@ __publicField(SzRouteListView, "styles", [
106478
106481
  ]);
106479
106482
  __runInitializers(_init31, 1, SzRouteListView);
106480
106483
 
106484
+ // ts_web/elements/sz-config-section.ts
106485
+ init_dist_ts29();
106486
+ var _isCollapsed_dec, _collapsed_dec, _collapsible_dec, _fields_dec, _status_dec2, _icon_dec2, _subtitle_dec2, _title_dec2, _a32, _SzConfigSection_decorators, _init32, _title2, _subtitle2, _icon2, _status2, _fields, _collapsible, _collapsed, _isCollapsed;
106487
+ _SzConfigSection_decorators = [t4("sz-config-section")];
106488
+ var SzConfigSection = class extends (_a32 = DeesElement, _title_dec2 = [n5({ type: String })], _subtitle_dec2 = [n5({ type: String })], _icon_dec2 = [n5({ type: String })], _status_dec2 = [n5({ type: String })], _fields_dec = [n5({ type: Array })], _collapsible_dec = [n5({ type: Boolean })], _collapsed_dec = [n5({ type: Boolean })], _isCollapsed_dec = [r5()], _a32) {
106489
+ constructor() {
106490
+ super(...arguments);
106491
+ __privateAdd(this, _title2, __runInitializers(_init32, 8, this, "")), __runInitializers(_init32, 11, this);
106492
+ __privateAdd(this, _subtitle2, __runInitializers(_init32, 12, this, "")), __runInitializers(_init32, 15, this);
106493
+ __privateAdd(this, _icon2, __runInitializers(_init32, 16, this, "")), __runInitializers(_init32, 19, this);
106494
+ __privateAdd(this, _status2, __runInitializers(_init32, 20, this, "enabled")), __runInitializers(_init32, 23, this);
106495
+ __privateAdd(this, _fields, __runInitializers(_init32, 24, this, [])), __runInitializers(_init32, 27, this);
106496
+ __privateAdd(this, _collapsible, __runInitializers(_init32, 28, this, false)), __runInitializers(_init32, 31, this);
106497
+ __privateAdd(this, _collapsed, __runInitializers(_init32, 32, this, false)), __runInitializers(_init32, 35, this);
106498
+ __privateAdd(this, _isCollapsed, __runInitializers(_init32, 36, this, false)), __runInitializers(_init32, 39, this);
106499
+ }
106500
+ async connectedCallback() {
106501
+ await super.connectedCallback();
106502
+ this.isCollapsed = this.collapsed;
106503
+ if (this.collapsible) {
106504
+ this.setAttribute("collapsible", "");
106505
+ }
106506
+ }
106507
+ render() {
106508
+ const statusLabels = {
106509
+ "enabled": "Enabled",
106510
+ "disabled": "Disabled",
106511
+ "not-configured": "Not Configured",
106512
+ "warning": "Warning"
106513
+ };
106514
+ return b2`
106515
+ <div class="section">
106516
+ <div
106517
+ class="section-header"
106518
+ @click=${() => {
106519
+ if (this.collapsible) {
106520
+ this.isCollapsed = !this.isCollapsed;
106521
+ }
106522
+ }}
106523
+ >
106524
+ <div class="header-left">
106525
+ ${this.icon ? b2`
106526
+ <div class="header-icon">
106527
+ <dees-icon .icon=${this.icon}></dees-icon>
106528
+ </div>
106529
+ ` : ""}
106530
+ <div class="header-text">
106531
+ <div class="header-title">${this.title}</div>
106532
+ ${this.subtitle ? b2`<div class="header-subtitle">${this.subtitle}</div>` : ""}
106533
+ </div>
106534
+ </div>
106535
+ <div class="header-right">
106536
+ ${this.status ? b2`
106537
+ <span class="status-badge ${this.status}">
106538
+ <span class="status-dot"></span>
106539
+ ${statusLabels[this.status] || this.status}
106540
+ </span>
106541
+ ` : ""}
106542
+ ${this.collapsible ? b2`
106543
+ <span class="chevron ${this.isCollapsed ? "collapsed" : ""}">
106544
+ <dees-icon .icon=${"lucide:chevronDown"}></dees-icon>
106545
+ </span>
106546
+ ` : ""}
106547
+ </div>
106548
+ </div>
106549
+ <div class="section-content ${this.isCollapsed ? "collapsed" : ""}">
106550
+ ${this.fields.map((field) => this.renderField(field))}
106551
+ <div class="slot-content">
106552
+ <slot></slot>
106553
+ </div>
106554
+ </div>
106555
+ </div>
106556
+ `;
106557
+ }
106558
+ renderField(field) {
106559
+ return b2`
106560
+ <div class="field-row">
106561
+ <div class="field-key">${field.key}</div>
106562
+ <div>
106563
+ ${this.renderFieldValue(field)}
106564
+ ${field.description ? b2`<div class="field-description">${field.description}</div>` : ""}
106565
+ </div>
106566
+ </div>
106567
+ `;
106568
+ }
106569
+ renderFieldValue(field) {
106570
+ const value2 = field.value;
106571
+ const type5 = field.type || this.inferType(value2);
106572
+ if (value2 === null || value2 === void 0) {
106573
+ return b2`<span class="field-value null-value">Not configured</span>`;
106574
+ }
106575
+ switch (type5) {
106576
+ case "boolean":
106577
+ return b2`
106578
+ <span class="bool-value ${value2 ? "true" : "false"}">
106579
+ <span class="bool-dot"></span>
106580
+ ${value2 ? "Enabled" : "Disabled"}
106581
+ </span>
106582
+ `;
106583
+ case "pills":
106584
+ if (Array.isArray(value2) && value2.length === 0) {
106585
+ return b2`<span class="field-value null-value">None</span>`;
106586
+ }
106587
+ return b2`
106588
+ <div class="pills">
106589
+ ${value2.map((v5) => b2`<span class="pill">${v5}</span>`)}
106590
+ </div>
106591
+ `;
106592
+ case "code":
106593
+ return b2`<span class="code-value">${String(value2)}</span>`;
106594
+ case "badge":
106595
+ return b2`<span class="badge-value">${String(value2)}</span>`;
106596
+ case "link":
106597
+ return b2`
106598
+ <span
106599
+ class="link-value"
106600
+ @click=${() => {
106601
+ if (field.linkTo) {
106602
+ this.dispatchEvent(new CustomEvent("navigate", {
106603
+ detail: { target: field.linkTo },
106604
+ bubbles: true,
106605
+ composed: true
106606
+ }));
106607
+ }
106608
+ }}
106609
+ >${String(value2)}</span>
106610
+ `;
106611
+ default:
106612
+ return b2`<span class="field-value">${String(value2)}</span>`;
106613
+ }
106614
+ }
106615
+ inferType(value2) {
106616
+ if (typeof value2 === "boolean") return "boolean";
106617
+ if (Array.isArray(value2)) return "pills";
106618
+ return "text";
106619
+ }
106620
+ };
106621
+ _init32 = __decoratorStart(_a32);
106622
+ _title2 = new WeakMap();
106623
+ _subtitle2 = new WeakMap();
106624
+ _icon2 = new WeakMap();
106625
+ _status2 = new WeakMap();
106626
+ _fields = new WeakMap();
106627
+ _collapsible = new WeakMap();
106628
+ _collapsed = new WeakMap();
106629
+ _isCollapsed = new WeakMap();
106630
+ __decorateElement(_init32, 4, "title", _title_dec2, SzConfigSection, _title2);
106631
+ __decorateElement(_init32, 4, "subtitle", _subtitle_dec2, SzConfigSection, _subtitle2);
106632
+ __decorateElement(_init32, 4, "icon", _icon_dec2, SzConfigSection, _icon2);
106633
+ __decorateElement(_init32, 4, "status", _status_dec2, SzConfigSection, _status2);
106634
+ __decorateElement(_init32, 4, "fields", _fields_dec, SzConfigSection, _fields);
106635
+ __decorateElement(_init32, 4, "collapsible", _collapsible_dec, SzConfigSection, _collapsible);
106636
+ __decorateElement(_init32, 4, "collapsed", _collapsed_dec, SzConfigSection, _collapsed);
106637
+ __decorateElement(_init32, 4, "isCollapsed", _isCollapsed_dec, SzConfigSection, _isCollapsed);
106638
+ SzConfigSection = __decorateElement(_init32, 0, "SzConfigSection", _SzConfigSection_decorators, SzConfigSection);
106639
+ __publicField(SzConfigSection, "demo", () => b2`
106640
+ <sz-config-section
106641
+ title="SmartProxy"
106642
+ subtitle="HTTP/HTTPS and TCP/SNI reverse proxy"
106643
+ icon="lucide:network"
106644
+ status="enabled"
106645
+ .fields=${[
106646
+ { key: "Route Count", value: 12 },
106647
+ { key: "ACME Enabled", value: true, type: "boolean" },
106648
+ { key: "Account Email", value: "admin@example.com" },
106649
+ { key: "Use Production", value: true, type: "boolean" },
106650
+ { key: "Auto Renew", value: true, type: "boolean" },
106651
+ { key: "Renew Threshold", value: "30 days" }
106652
+ ]}
106653
+ ></sz-config-section>
106654
+ <sz-config-section
106655
+ title="Email Server"
106656
+ subtitle="SMTP email handling with smartmta"
106657
+ icon="lucide:mail"
106658
+ status="disabled"
106659
+ .fields=${[
106660
+ { key: "Ports", value: ["25", "465", "587"], type: "pills" },
106661
+ { key: "Hostname", value: null },
106662
+ { key: "Domains", value: ["example.com", "mail.example.com"], type: "pills" }
106663
+ ]}
106664
+ ></sz-config-section>
106665
+ <sz-config-section
106666
+ title="DNS Server"
106667
+ subtitle="Authoritative DNS with smartdns"
106668
+ icon="lucide:globe"
106669
+ status="not-configured"
106670
+ collapsible
106671
+ .fields=${[
106672
+ { key: "Port", value: 53 },
106673
+ { key: "NS Domains", value: ["ns1.example.com", "ns2.example.com"], type: "pills" }
106674
+ ]}
106675
+ ></sz-config-section>
106676
+ `);
106677
+ __publicField(SzConfigSection, "demoGroups", ["Configuration"]);
106678
+ __publicField(SzConfigSection, "styles", [
106679
+ cssManager.defaultStyles,
106680
+ i`
106681
+ :host {
106682
+ display: block;
106683
+ margin-bottom: 16px;
106684
+ }
106685
+
106686
+ .section {
106687
+ background: ${cssManager.bdTheme("#ffffff", "#09090b")};
106688
+ border: 1px solid ${cssManager.bdTheme("#e4e4e7", "#27272a")};
106689
+ border-radius: 8px;
106690
+ overflow: hidden;
106691
+ }
106692
+
106693
+ .section-header {
106694
+ display: flex;
106695
+ align-items: center;
106696
+ justify-content: space-between;
106697
+ padding: 14px 20px;
106698
+ background: ${cssManager.bdTheme("#f4f4f5", "#18181b")};
106699
+ border-bottom: 1px solid ${cssManager.bdTheme("#e4e4e7", "#27272a")};
106700
+ cursor: default;
106701
+ user-select: none;
106702
+ }
106703
+
106704
+ :host([collapsible]) .section-header {
106705
+ cursor: pointer;
106706
+ }
106707
+
106708
+ :host([collapsible]) .section-header:hover {
106709
+ background: ${cssManager.bdTheme("#ebebed", "#1c1c1f")};
106710
+ }
106711
+
106712
+ .header-left {
106713
+ display: flex;
106714
+ align-items: center;
106715
+ gap: 12px;
106716
+ min-width: 0;
106717
+ }
106718
+
106719
+ .header-icon {
106720
+ display: flex;
106721
+ align-items: center;
106722
+ justify-content: center;
106723
+ width: 36px;
106724
+ height: 36px;
106725
+ background: ${cssManager.bdTheme("#e4e4e7", "#27272a")};
106726
+ border-radius: 8px;
106727
+ flex-shrink: 0;
106728
+ }
106729
+
106730
+ .header-icon dees-icon {
106731
+ font-size: 18px;
106732
+ color: ${cssManager.bdTheme("#52525b", "#a1a1aa")};
106733
+ }
106734
+
106735
+ .header-text {
106736
+ min-width: 0;
106737
+ }
106738
+
106739
+ .header-title {
106740
+ font-size: 15px;
106741
+ font-weight: 600;
106742
+ color: ${cssManager.bdTheme("#18181b", "#fafafa")};
106743
+ line-height: 1.3;
106744
+ }
106745
+
106746
+ .header-subtitle {
106747
+ font-size: 12px;
106748
+ color: ${cssManager.bdTheme("#71717a", "#a1a1aa")};
106749
+ line-height: 1.3;
106750
+ margin-top: 1px;
106751
+ }
106752
+
106753
+ .header-right {
106754
+ display: flex;
106755
+ align-items: center;
106756
+ gap: 10px;
106757
+ flex-shrink: 0;
106758
+ }
106759
+
106760
+ /* Status badge */
106761
+ .status-badge {
106762
+ display: inline-flex;
106763
+ align-items: center;
106764
+ gap: 6px;
106765
+ padding: 3px 10px;
106766
+ border-radius: 9999px;
106767
+ font-size: 12px;
106768
+ font-weight: 500;
106769
+ white-space: nowrap;
106770
+ }
106771
+
106772
+ .status-badge.enabled {
106773
+ background: ${cssManager.bdTheme("#dcfce7", "rgba(34,197,94,0.2)")};
106774
+ color: ${cssManager.bdTheme("#16a34a", "#22c55e")};
106775
+ }
106776
+
106777
+ .status-badge.disabled {
106778
+ background: ${cssManager.bdTheme("#fee2e2", "rgba(239,68,68,0.2)")};
106779
+ color: ${cssManager.bdTheme("#dc2626", "#ef4444")};
106780
+ }
106781
+
106782
+ .status-badge.not-configured {
106783
+ background: ${cssManager.bdTheme("#f4f4f5", "rgba(113,113,122,0.2)")};
106784
+ color: ${cssManager.bdTheme("#71717a", "#a1a1aa")};
106785
+ }
106786
+
106787
+ .status-badge.warning {
106788
+ background: ${cssManager.bdTheme("#fef3c7", "rgba(245,158,11,0.15)")};
106789
+ color: ${cssManager.bdTheme("#92400e", "#fbbf24")};
106790
+ }
106791
+
106792
+ .status-dot {
106793
+ width: 7px;
106794
+ height: 7px;
106795
+ border-radius: 50%;
106796
+ }
106797
+
106798
+ .status-badge.enabled .status-dot {
106799
+ background: ${cssManager.bdTheme("#16a34a", "#22c55e")};
106800
+ }
106801
+
106802
+ .status-badge.disabled .status-dot {
106803
+ background: ${cssManager.bdTheme("#dc2626", "#ef4444")};
106804
+ }
106805
+
106806
+ .status-badge.not-configured .status-dot {
106807
+ background: ${cssManager.bdTheme("#a1a1aa", "#52525b")};
106808
+ }
106809
+
106810
+ .status-badge.warning .status-dot {
106811
+ background: ${cssManager.bdTheme("#f59e0b", "#fbbf24")};
106812
+ }
106813
+
106814
+ /* Chevron */
106815
+ .chevron {
106816
+ display: flex;
106817
+ align-items: center;
106818
+ transition: transform 200ms ease;
106819
+ }
106820
+
106821
+ .chevron.collapsed {
106822
+ transform: rotate(-90deg);
106823
+ }
106824
+
106825
+ .chevron dees-icon {
106826
+ font-size: 16px;
106827
+ color: ${cssManager.bdTheme("#a1a1aa", "#52525b")};
106828
+ }
106829
+
106830
+ /* Content */
106831
+ .section-content {
106832
+ padding: 0;
106833
+ }
106834
+
106835
+ .section-content.collapsed {
106836
+ display: none;
106837
+ }
106838
+
106839
+ /* Field rows */
106840
+ .field-row {
106841
+ display: flex;
106842
+ align-items: flex-start;
106843
+ justify-content: space-between;
106844
+ padding: 10px 20px;
106845
+ border-bottom: 1px solid ${cssManager.bdTheme("#f4f4f5", "#1a1a1e")};
106846
+ gap: 16px;
106847
+ }
106848
+
106849
+ .field-row:last-child {
106850
+ border-bottom: none;
106851
+ }
106852
+
106853
+ .field-key {
106854
+ font-size: 13px;
106855
+ font-weight: 500;
106856
+ color: ${cssManager.bdTheme("#71717a", "#a1a1aa")};
106857
+ flex-shrink: 0;
106858
+ min-width: 140px;
106859
+ padding-top: 1px;
106860
+ }
106861
+
106862
+ .field-value {
106863
+ font-size: 13px;
106864
+ font-family: 'SF Mono', Monaco, 'Cascadia Code', monospace;
106865
+ color: ${cssManager.bdTheme("#18181b", "#fafafa")};
106866
+ text-align: right;
106867
+ word-break: break-all;
106868
+ }
106869
+
106870
+ .field-value.null-value {
106871
+ color: ${cssManager.bdTheme("#a1a1aa", "#52525b")};
106872
+ font-style: italic;
106873
+ font-family: inherit;
106874
+ }
106875
+
106876
+ /* Boolean display */
106877
+ .bool-value {
106878
+ display: inline-flex;
106879
+ align-items: center;
106880
+ gap: 5px;
106881
+ font-family: inherit;
106882
+ font-size: 13px;
106883
+ font-weight: 500;
106884
+ }
106885
+
106886
+ .bool-value.true {
106887
+ color: ${cssManager.bdTheme("#16a34a", "#22c55e")};
106888
+ }
106889
+
106890
+ .bool-value.false {
106891
+ color: ${cssManager.bdTheme("#dc2626", "#ef4444")};
106892
+ }
106893
+
106894
+ .bool-dot {
106895
+ width: 6px;
106896
+ height: 6px;
106897
+ border-radius: 50%;
106898
+ }
106899
+
106900
+ .bool-value.true .bool-dot {
106901
+ background: ${cssManager.bdTheme("#16a34a", "#22c55e")};
106902
+ }
106903
+
106904
+ .bool-value.false .bool-dot {
106905
+ background: ${cssManager.bdTheme("#dc2626", "#ef4444")};
106906
+ }
106907
+
106908
+ /* Pills */
106909
+ .pills {
106910
+ display: flex;
106911
+ flex-wrap: wrap;
106912
+ gap: 5px;
106913
+ justify-content: flex-end;
106914
+ }
106915
+
106916
+ .pill {
106917
+ display: inline-flex;
106918
+ align-items: center;
106919
+ padding: 2px 9px;
106920
+ border-radius: 9999px;
106921
+ font-size: 12px;
106922
+ font-weight: 500;
106923
+ font-family: 'SF Mono', Monaco, 'Cascadia Code', monospace;
106924
+ background: ${cssManager.bdTheme("#eff6ff", "rgba(59,130,246,0.1)")};
106925
+ color: ${cssManager.bdTheme("#2563eb", "#60a5fa")};
106926
+ }
106927
+
106928
+ /* Code value */
106929
+ .code-value {
106930
+ font-family: 'SF Mono', Monaco, 'Cascadia Code', monospace;
106931
+ font-size: 12px;
106932
+ background: ${cssManager.bdTheme("#f4f4f5", "#18181b")};
106933
+ padding: 2px 8px;
106934
+ border-radius: 4px;
106935
+ color: ${cssManager.bdTheme("#18181b", "#fafafa")};
106936
+ }
106937
+
106938
+ /* Link value */
106939
+ .link-value {
106940
+ color: ${cssManager.bdTheme("#2563eb", "#60a5fa")};
106941
+ cursor: pointer;
106942
+ text-decoration: none;
106943
+ font-family: inherit;
106944
+ font-size: 13px;
106945
+ }
106946
+
106947
+ .link-value:hover {
106948
+ text-decoration: underline;
106949
+ }
106950
+
106951
+ /* Description hint */
106952
+ .field-description {
106953
+ font-size: 11px;
106954
+ color: ${cssManager.bdTheme("#a1a1aa", "#52525b")};
106955
+ margin-top: 3px;
106956
+ text-align: right;
106957
+ }
106958
+
106959
+ /* Slot for custom content */
106960
+ .slot-content {
106961
+ border-top: 1px solid ${cssManager.bdTheme("#f4f4f5", "#1a1a1e")};
106962
+ }
106963
+
106964
+ .slot-content:empty {
106965
+ display: none;
106966
+ border-top: none;
106967
+ }
106968
+
106969
+ /* Badge type */
106970
+ .badge-value {
106971
+ display: inline-flex;
106972
+ align-items: center;
106973
+ padding: 2px 9px;
106974
+ border-radius: 9999px;
106975
+ font-size: 12px;
106976
+ font-weight: 500;
106977
+ background: ${cssManager.bdTheme("#f4f4f5", "#27272a")};
106978
+ color: ${cssManager.bdTheme("#52525b", "#a1a1aa")};
106979
+ }
106980
+ `
106981
+ ]);
106982
+ __runInitializers(_init32, 1, SzConfigSection);
106983
+
106984
+ // ts_web/elements/sz-config-overview.ts
106985
+ init_dist_ts29();
106986
+ var _infoText_dec, _heading_dec, _a33, _SzConfigOverview_decorators, _init33, _heading, _infoText;
106987
+ _SzConfigOverview_decorators = [t4("sz-config-overview")];
106988
+ var SzConfigOverview = class extends (_a33 = DeesElement, _heading_dec = [n5({ type: String })], _infoText_dec = [n5({ type: String })], _a33) {
106989
+ constructor() {
106990
+ super(...arguments);
106991
+ __privateAdd(this, _heading, __runInitializers(_init33, 8, this, "")), __runInitializers(_init33, 11, this);
106992
+ __privateAdd(this, _infoText, __runInitializers(_init33, 12, this, "")), __runInitializers(_init33, 15, this);
106993
+ }
106994
+ render() {
106995
+ return b2`
106996
+ ${this.heading ? b2`<div class="heading">${this.heading}</div>` : ""}
106997
+ ${this.infoText ? b2`
106998
+ <div class="info-banner">
106999
+ <dees-icon .icon=${"lucide:info"}></dees-icon>
107000
+ <span>${this.infoText}</span>
107001
+ </div>
107002
+ ` : ""}
107003
+ <slot></slot>
107004
+ `;
107005
+ }
107006
+ };
107007
+ _init33 = __decoratorStart(_a33);
107008
+ _heading = new WeakMap();
107009
+ _infoText = new WeakMap();
107010
+ __decorateElement(_init33, 4, "heading", _heading_dec, SzConfigOverview, _heading);
107011
+ __decorateElement(_init33, 4, "infoText", _infoText_dec, SzConfigOverview, _infoText);
107012
+ SzConfigOverview = __decorateElement(_init33, 0, "SzConfigOverview", _SzConfigOverview_decorators, SzConfigOverview);
107013
+ __publicField(SzConfigOverview, "demo", () => b2`<sz-config-overview
107014
+ heading="Configuration"
107015
+ infoText="This is a read-only view of the current running configuration."
107016
+ >
107017
+ <div style="padding: 20px; text-align: center; color: #71717a; font-size: 14px;">
107018
+ Place &lt;sz-config-section&gt; elements here
107019
+ </div>
107020
+ </sz-config-overview>`);
107021
+ __publicField(SzConfigOverview, "demoGroups", ["Configuration"]);
107022
+ __publicField(SzConfigOverview, "styles", [
107023
+ cssManager.defaultStyles,
107024
+ i`
107025
+ :host {
107026
+ display: block;
107027
+ }
107028
+
107029
+ .heading {
107030
+ font-size: 20px;
107031
+ font-weight: 600;
107032
+ color: ${cssManager.bdTheme("#18181b", "#fafafa")};
107033
+ margin-bottom: 16px;
107034
+ }
107035
+
107036
+ .info-banner {
107037
+ display: flex;
107038
+ align-items: flex-start;
107039
+ gap: 12px;
107040
+ padding: 14px 18px;
107041
+ margin-bottom: 20px;
107042
+ border-radius: 8px;
107043
+ background: ${cssManager.bdTheme("#eff6ff", "rgba(59,130,246,0.08)")};
107044
+ border: 1px solid ${cssManager.bdTheme("#bfdbfe", "rgba(59,130,246,0.2)")};
107045
+ color: ${cssManager.bdTheme("#1e40af", "#93c5fd")};
107046
+ font-size: 13px;
107047
+ line-height: 1.5;
107048
+ }
107049
+
107050
+ .info-banner dees-icon {
107051
+ flex-shrink: 0;
107052
+ font-size: 18px;
107053
+ margin-top: 1px;
107054
+ }
107055
+
107056
+ ::slotted(sz-config-section) {
107057
+ margin-bottom: 12px;
107058
+ }
107059
+
107060
+ ::slotted(sz-config-section:last-child) {
107061
+ margin-bottom: 0;
107062
+ }
107063
+ `
107064
+ ]);
107065
+ __runInitializers(_init33, 1, SzConfigOverview);
107066
+
106481
107067
  // ts_web/elements/sz-demo-view-dashboard.ts
106482
107068
  init_dist_ts29();
106483
- var _SzDemoViewDashboard_decorators, _init32, _a32;
107069
+ var _SzDemoViewDashboard_decorators, _init34, _a34;
106484
107070
  _SzDemoViewDashboard_decorators = [t4("sz-demo-view-dashboard")];
106485
- var SzDemoViewDashboard = class extends (_a32 = DeesElement) {
107071
+ var SzDemoViewDashboard = class extends (_a34 = DeesElement) {
106486
107072
  appui = null;
106487
107073
  async onActivate(context2) {
106488
107074
  this.appui = context2.appui;
@@ -106618,21 +107204,21 @@ var SzDemoViewDashboard = class extends (_a32 = DeesElement) {
106618
107204
  `;
106619
107205
  }
106620
107206
  };
106621
- _init32 = __decoratorStart(_a32);
106622
- SzDemoViewDashboard = __decorateElement(_init32, 0, "SzDemoViewDashboard", _SzDemoViewDashboard_decorators, SzDemoViewDashboard);
106623
- __runInitializers(_init32, 1, SzDemoViewDashboard);
107207
+ _init34 = __decoratorStart(_a34);
107208
+ SzDemoViewDashboard = __decorateElement(_init34, 0, "SzDemoViewDashboard", _SzDemoViewDashboard_decorators, SzDemoViewDashboard);
107209
+ __runInitializers(_init34, 1, SzDemoViewDashboard);
106624
107210
 
106625
107211
  // ts_web/elements/sz-demo-view-services.ts
106626
107212
  init_dist_ts29();
106627
- var _selectedPlatformService_dec, _selectedService_dec, _currentView_dec2, _a33, _SzDemoViewServices_decorators, _init33, _currentView2, _selectedService, _selectedPlatformService;
107213
+ var _selectedPlatformService_dec, _selectedService_dec, _currentView_dec2, _a35, _SzDemoViewServices_decorators, _init35, _currentView2, _selectedService, _selectedPlatformService;
106628
107214
  _SzDemoViewServices_decorators = [t4("sz-demo-view-services")];
106629
- var SzDemoViewServices = class extends (_a33 = DeesElement, _currentView_dec2 = [r5()], _selectedService_dec = [r5()], _selectedPlatformService_dec = [r5()], _a33) {
107215
+ var SzDemoViewServices = class extends (_a35 = DeesElement, _currentView_dec2 = [r5()], _selectedService_dec = [r5()], _selectedPlatformService_dec = [r5()], _a35) {
106630
107216
  constructor() {
106631
107217
  super(...arguments);
106632
107218
  __publicField(this, "appui", null);
106633
- __privateAdd(this, _currentView2, __runInitializers(_init33, 8, this, "list")), __runInitializers(_init33, 11, this);
106634
- __privateAdd(this, _selectedService, __runInitializers(_init33, 12, this, null)), __runInitializers(_init33, 15, this);
106635
- __privateAdd(this, _selectedPlatformService, __runInitializers(_init33, 16, this, null)), __runInitializers(_init33, 19, this);
107219
+ __privateAdd(this, _currentView2, __runInitializers(_init35, 8, this, "list")), __runInitializers(_init35, 11, this);
107220
+ __privateAdd(this, _selectedService, __runInitializers(_init35, 12, this, null)), __runInitializers(_init35, 15, this);
107221
+ __privateAdd(this, _selectedPlatformService, __runInitializers(_init35, 16, this, null)), __runInitializers(_init35, 19, this);
106636
107222
  __publicField(this, "demoServices", [
106637
107223
  {
106638
107224
  id: "1",
@@ -106913,14 +107499,14 @@ var SzDemoViewServices = class extends (_a33 = DeesElement, _currentView_dec2 =
106913
107499
  onDeactivate() {
106914
107500
  }
106915
107501
  };
106916
- _init33 = __decoratorStart(_a33);
107502
+ _init35 = __decoratorStart(_a35);
106917
107503
  _currentView2 = new WeakMap();
106918
107504
  _selectedService = new WeakMap();
106919
107505
  _selectedPlatformService = new WeakMap();
106920
- __decorateElement(_init33, 4, "currentView", _currentView_dec2, SzDemoViewServices, _currentView2);
106921
- __decorateElement(_init33, 4, "selectedService", _selectedService_dec, SzDemoViewServices, _selectedService);
106922
- __decorateElement(_init33, 4, "selectedPlatformService", _selectedPlatformService_dec, SzDemoViewServices, _selectedPlatformService);
106923
- SzDemoViewServices = __decorateElement(_init33, 0, "SzDemoViewServices", _SzDemoViewServices_decorators, SzDemoViewServices);
107506
+ __decorateElement(_init35, 4, "currentView", _currentView_dec2, SzDemoViewServices, _currentView2);
107507
+ __decorateElement(_init35, 4, "selectedService", _selectedService_dec, SzDemoViewServices, _selectedService);
107508
+ __decorateElement(_init35, 4, "selectedPlatformService", _selectedPlatformService_dec, SzDemoViewServices, _selectedPlatformService);
107509
+ SzDemoViewServices = __decorateElement(_init35, 0, "SzDemoViewServices", _SzDemoViewServices_decorators, SzDemoViewServices);
106924
107510
  __publicField(SzDemoViewServices, "styles", [
106925
107511
  cssManager.defaultStyles,
106926
107512
  i`
@@ -107052,18 +107638,18 @@ __publicField(SzDemoViewServices, "styles", [
107052
107638
  }
107053
107639
  `
107054
107640
  ]);
107055
- __runInitializers(_init33, 1, SzDemoViewServices);
107641
+ __runInitializers(_init35, 1, SzDemoViewServices);
107056
107642
 
107057
107643
  // ts_web/elements/sz-demo-view-network.ts
107058
107644
  init_dist_ts29();
107059
- var _selectedDomain_dec, _currentTab_dec, _a34, _SzDemoViewNetwork_decorators, _init34, _currentTab, _selectedDomain;
107645
+ var _selectedDomain_dec, _currentTab_dec, _a36, _SzDemoViewNetwork_decorators, _init36, _currentTab, _selectedDomain;
107060
107646
  _SzDemoViewNetwork_decorators = [t4("sz-demo-view-network")];
107061
- var SzDemoViewNetwork = class extends (_a34 = DeesElement, _currentTab_dec = [r5()], _selectedDomain_dec = [r5()], _a34) {
107647
+ var SzDemoViewNetwork = class extends (_a36 = DeesElement, _currentTab_dec = [r5()], _selectedDomain_dec = [r5()], _a36) {
107062
107648
  constructor() {
107063
107649
  super(...arguments);
107064
107650
  __publicField(this, "appui", null);
107065
- __privateAdd(this, _currentTab, __runInitializers(_init34, 8, this, "proxy")), __runInitializers(_init34, 11, this);
107066
- __privateAdd(this, _selectedDomain, __runInitializers(_init34, 12, this, null)), __runInitializers(_init34, 15, this);
107651
+ __privateAdd(this, _currentTab, __runInitializers(_init36, 8, this, "proxy")), __runInitializers(_init36, 11, this);
107652
+ __privateAdd(this, _selectedDomain, __runInitializers(_init36, 12, this, null)), __runInitializers(_init36, 15, this);
107067
107653
  __publicField(this, "demoProxyRoutes", [
107068
107654
  { id: "1", domain: "api.example.com", target: "http://api-gateway:3000", ssl: true, status: "active" },
107069
107655
  { id: "2", domain: "app.example.com", target: "http://frontend:8080", ssl: true, status: "active" },
@@ -107311,12 +107897,12 @@ var SzDemoViewNetwork = class extends (_a34 = DeesElement, _currentTab_dec = [r5
107311
107897
  `;
107312
107898
  }
107313
107899
  };
107314
- _init34 = __decoratorStart(_a34);
107900
+ _init36 = __decoratorStart(_a36);
107315
107901
  _currentTab = new WeakMap();
107316
107902
  _selectedDomain = new WeakMap();
107317
- __decorateElement(_init34, 4, "currentTab", _currentTab_dec, SzDemoViewNetwork, _currentTab);
107318
- __decorateElement(_init34, 4, "selectedDomain", _selectedDomain_dec, SzDemoViewNetwork, _selectedDomain);
107319
- SzDemoViewNetwork = __decorateElement(_init34, 0, "SzDemoViewNetwork", _SzDemoViewNetwork_decorators, SzDemoViewNetwork);
107903
+ __decorateElement(_init36, 4, "currentTab", _currentTab_dec, SzDemoViewNetwork, _currentTab);
107904
+ __decorateElement(_init36, 4, "selectedDomain", _selectedDomain_dec, SzDemoViewNetwork, _selectedDomain);
107905
+ SzDemoViewNetwork = __decorateElement(_init36, 0, "SzDemoViewNetwork", _SzDemoViewNetwork_decorators, SzDemoViewNetwork);
107320
107906
  __publicField(SzDemoViewNetwork, "styles", [
107321
107907
  cssManager.defaultStyles,
107322
107908
  i`
@@ -107404,17 +107990,17 @@ __publicField(SzDemoViewNetwork, "styles", [
107404
107990
  }
107405
107991
  `
107406
107992
  ]);
107407
- __runInitializers(_init34, 1, SzDemoViewNetwork);
107993
+ __runInitializers(_init36, 1, SzDemoViewNetwork);
107408
107994
 
107409
107995
  // ts_web/elements/sz-demo-view-registries.ts
107410
107996
  init_dist_ts29();
107411
- var _currentTab_dec2, _a35, _SzDemoViewRegistries_decorators, _init35, _currentTab2;
107997
+ var _currentTab_dec2, _a37, _SzDemoViewRegistries_decorators, _init37, _currentTab2;
107412
107998
  _SzDemoViewRegistries_decorators = [t4("sz-demo-view-registries")];
107413
- var SzDemoViewRegistries = class extends (_a35 = DeesElement, _currentTab_dec2 = [r5()], _a35) {
107999
+ var SzDemoViewRegistries = class extends (_a37 = DeesElement, _currentTab_dec2 = [r5()], _a37) {
107414
108000
  constructor() {
107415
108001
  super(...arguments);
107416
108002
  __publicField(this, "appui", null);
107417
- __privateAdd(this, _currentTab2, __runInitializers(_init35, 8, this, "onebox")), __runInitializers(_init35, 11, this);
108003
+ __privateAdd(this, _currentTab2, __runInitializers(_init37, 8, this, "onebox")), __runInitializers(_init37, 11, this);
107418
108004
  __publicField(this, "demoOneboxImages", [
107419
108005
  { id: "1", name: "api-gateway", tags: ["latest", "v2.1.0", "v2.0.0"], size: "256 MB", updated: "2024-01-20", pulls: 142 },
107420
108006
  { id: "2", name: "frontend", tags: ["latest", "v1.5.0"], size: "128 MB", updated: "2024-01-19", pulls: 89 },
@@ -107531,10 +108117,10 @@ var SzDemoViewRegistries = class extends (_a35 = DeesElement, _currentTab_dec2 =
107531
108117
  `;
107532
108118
  }
107533
108119
  };
107534
- _init35 = __decoratorStart(_a35);
108120
+ _init37 = __decoratorStart(_a37);
107535
108121
  _currentTab2 = new WeakMap();
107536
- __decorateElement(_init35, 4, "currentTab", _currentTab_dec2, SzDemoViewRegistries, _currentTab2);
107537
- SzDemoViewRegistries = __decorateElement(_init35, 0, "SzDemoViewRegistries", _SzDemoViewRegistries_decorators, SzDemoViewRegistries);
108122
+ __decorateElement(_init37, 4, "currentTab", _currentTab_dec2, SzDemoViewRegistries, _currentTab2);
108123
+ SzDemoViewRegistries = __decorateElement(_init37, 0, "SzDemoViewRegistries", _SzDemoViewRegistries_decorators, SzDemoViewRegistries);
107538
108124
  __publicField(SzDemoViewRegistries, "styles", [
107539
108125
  cssManager.defaultStyles,
107540
108126
  i`
@@ -107602,13 +108188,13 @@ __publicField(SzDemoViewRegistries, "styles", [
107602
108188
  }
107603
108189
  `
107604
108190
  ]);
107605
- __runInitializers(_init35, 1, SzDemoViewRegistries);
108191
+ __runInitializers(_init37, 1, SzDemoViewRegistries);
107606
108192
 
107607
108193
  // ts_web/elements/sz-demo-view-tokens.ts
107608
108194
  init_dist_ts29();
107609
- var _SzDemoViewTokens_decorators, _init36, _a36;
108195
+ var _SzDemoViewTokens_decorators, _init38, _a38;
107610
108196
  _SzDemoViewTokens_decorators = [t4("sz-demo-view-tokens")];
107611
- var SzDemoViewTokens = class extends (_a36 = DeesElement) {
108197
+ var SzDemoViewTokens = class extends (_a38 = DeesElement) {
107612
108198
  appui = null;
107613
108199
  async onActivate(context2) {
107614
108200
  this.appui = context2.appui;
@@ -107699,15 +108285,15 @@ var SzDemoViewTokens = class extends (_a36 = DeesElement) {
107699
108285
  `;
107700
108286
  }
107701
108287
  };
107702
- _init36 = __decoratorStart(_a36);
107703
- SzDemoViewTokens = __decorateElement(_init36, 0, "SzDemoViewTokens", _SzDemoViewTokens_decorators, SzDemoViewTokens);
107704
- __runInitializers(_init36, 1, SzDemoViewTokens);
108288
+ _init38 = __decoratorStart(_a38);
108289
+ SzDemoViewTokens = __decorateElement(_init38, 0, "SzDemoViewTokens", _SzDemoViewTokens_decorators, SzDemoViewTokens);
108290
+ __runInitializers(_init38, 1, SzDemoViewTokens);
107705
108291
 
107706
108292
  // ts_web/elements/sz-demo-view-settings.ts
107707
108293
  init_dist_ts29();
107708
- var _SzDemoViewSettings_decorators, _init37, _a37;
108294
+ var _SzDemoViewSettings_decorators, _init39, _a39;
107709
108295
  _SzDemoViewSettings_decorators = [t4("sz-demo-view-settings")];
107710
- var SzDemoViewSettings = class extends (_a37 = DeesElement) {
108296
+ var SzDemoViewSettings = class extends (_a39 = DeesElement) {
107711
108297
  appui = null;
107712
108298
  async onActivate(context2) {
107713
108299
  this.appui = context2.appui;
@@ -107814,21 +108400,21 @@ var SzDemoViewSettings = class extends (_a37 = DeesElement) {
107814
108400
  `;
107815
108401
  }
107816
108402
  };
107817
- _init37 = __decoratorStart(_a37);
107818
- SzDemoViewSettings = __decorateElement(_init37, 0, "SzDemoViewSettings", _SzDemoViewSettings_decorators, SzDemoViewSettings);
107819
- __runInitializers(_init37, 1, SzDemoViewSettings);
108403
+ _init39 = __decoratorStart(_a39);
108404
+ SzDemoViewSettings = __decorateElement(_init39, 0, "SzDemoViewSettings", _SzDemoViewSettings_decorators, SzDemoViewSettings);
108405
+ __runInitializers(_init39, 1, SzDemoViewSettings);
107820
108406
 
107821
108407
  // ts_web/elements/sz-demo-view-mta.ts
107822
108408
  init_dist_ts29();
107823
- var _currentDirectionFilter_dec, _selectedEmail_dec, _currentView_dec3, _a38, _SzDemoViewMta_decorators, _init38, _currentView3, _selectedEmail, _currentDirectionFilter;
108409
+ var _currentDirectionFilter_dec, _selectedEmail_dec, _currentView_dec3, _a40, _SzDemoViewMta_decorators, _init40, _currentView3, _selectedEmail, _currentDirectionFilter;
107824
108410
  _SzDemoViewMta_decorators = [t4("sz-demo-view-mta")];
107825
- var SzDemoViewMta = class extends (_a38 = DeesElement, _currentView_dec3 = [r5()], _selectedEmail_dec = [r5()], _currentDirectionFilter_dec = [r5()], _a38) {
108411
+ var SzDemoViewMta = class extends (_a40 = DeesElement, _currentView_dec3 = [r5()], _selectedEmail_dec = [r5()], _currentDirectionFilter_dec = [r5()], _a40) {
107826
108412
  constructor() {
107827
108413
  super(...arguments);
107828
108414
  __publicField(this, "appui", null);
107829
- __privateAdd(this, _currentView3, __runInitializers(_init38, 8, this, "list")), __runInitializers(_init38, 11, this);
107830
- __privateAdd(this, _selectedEmail, __runInitializers(_init38, 12, this, null)), __runInitializers(_init38, 15, this);
107831
- __privateAdd(this, _currentDirectionFilter, __runInitializers(_init38, 16, this, "all")), __runInitializers(_init38, 19, this);
108415
+ __privateAdd(this, _currentView3, __runInitializers(_init40, 8, this, "list")), __runInitializers(_init40, 11, this);
108416
+ __privateAdd(this, _selectedEmail, __runInitializers(_init40, 12, this, null)), __runInitializers(_init40, 15, this);
108417
+ __privateAdd(this, _currentDirectionFilter, __runInitializers(_init40, 16, this, "all")), __runInitializers(_init40, 19, this);
107832
108418
  __publicField(this, "demoEmails", [
107833
108419
  { id: "1", direction: "outbound", status: "delivered", from: "noreply@serve.zone", to: "user@example.com", subject: "Welcome to serve.zone", timestamp: "2024-01-15 14:30:22", messageId: "<abc123@serve.zone>", size: "12.4 KB" },
107834
108420
  { id: "2", direction: "outbound", status: "bounced", from: "alerts@serve.zone", to: "invalid@nowhere.test", subject: "Service Alert: CPU Usage High", timestamp: "2024-01-15 14:28:10", messageId: "<def456@serve.zone>", size: "8.2 KB" },
@@ -108121,14 +108707,14 @@ var SzDemoViewMta = class extends (_a38 = DeesElement, _currentView_dec3 = [r5()
108121
108707
  }
108122
108708
  }
108123
108709
  };
108124
- _init38 = __decoratorStart(_a38);
108710
+ _init40 = __decoratorStart(_a40);
108125
108711
  _currentView3 = new WeakMap();
108126
108712
  _selectedEmail = new WeakMap();
108127
108713
  _currentDirectionFilter = new WeakMap();
108128
- __decorateElement(_init38, 4, "currentView", _currentView_dec3, SzDemoViewMta, _currentView3);
108129
- __decorateElement(_init38, 4, "selectedEmail", _selectedEmail_dec, SzDemoViewMta, _selectedEmail);
108130
- __decorateElement(_init38, 4, "currentDirectionFilter", _currentDirectionFilter_dec, SzDemoViewMta, _currentDirectionFilter);
108131
- SzDemoViewMta = __decorateElement(_init38, 0, "SzDemoViewMta", _SzDemoViewMta_decorators, SzDemoViewMta);
108714
+ __decorateElement(_init40, 4, "currentView", _currentView_dec3, SzDemoViewMta, _currentView3);
108715
+ __decorateElement(_init40, 4, "selectedEmail", _selectedEmail_dec, SzDemoViewMta, _selectedEmail);
108716
+ __decorateElement(_init40, 4, "currentDirectionFilter", _currentDirectionFilter_dec, SzDemoViewMta, _currentDirectionFilter);
108717
+ SzDemoViewMta = __decorateElement(_init40, 0, "SzDemoViewMta", _SzDemoViewMta_decorators, SzDemoViewMta);
108132
108718
  __publicField(SzDemoViewMta, "styles", [
108133
108719
  cssManager.defaultStyles,
108134
108720
  i`
@@ -108141,17 +108727,17 @@ __publicField(SzDemoViewMta, "styles", [
108141
108727
  }
108142
108728
  `
108143
108729
  ]);
108144
- __runInitializers(_init38, 1, SzDemoViewMta);
108730
+ __runInitializers(_init40, 1, SzDemoViewMta);
108145
108731
 
108146
108732
  // ts_web/elements/sz-demo-view-routes.ts
108147
108733
  init_dist_ts29();
108148
- var _currentTab_dec3, _a39, _SzDemoViewRoutes_decorators, _init39, _currentTab3;
108734
+ var _currentTab_dec3, _a41, _SzDemoViewRoutes_decorators, _init41, _currentTab3;
108149
108735
  _SzDemoViewRoutes_decorators = [t4("sz-demo-view-routes")];
108150
- var SzDemoViewRoutes = class extends (_a39 = DeesElement, _currentTab_dec3 = [r5()], _a39) {
108736
+ var SzDemoViewRoutes = class extends (_a41 = DeesElement, _currentTab_dec3 = [r5()], _a41) {
108151
108737
  constructor() {
108152
108738
  super(...arguments);
108153
108739
  __publicField(this, "appui", null);
108154
- __privateAdd(this, _currentTab3, __runInitializers(_init39, 8, this, "all")), __runInitializers(_init39, 11, this);
108740
+ __privateAdd(this, _currentTab3, __runInitializers(_init41, 8, this, "all")), __runInitializers(_init41, 11, this);
108155
108741
  __publicField(this, "demoRoutes", [
108156
108742
  // 1. HTTPS with TLS termination + auto cert
108157
108743
  {
@@ -108466,10 +109052,10 @@ var SzDemoViewRoutes = class extends (_a39 = DeesElement, _currentTab_dec3 = [r5
108466
109052
  `;
108467
109053
  }
108468
109054
  };
108469
- _init39 = __decoratorStart(_a39);
109055
+ _init41 = __decoratorStart(_a41);
108470
109056
  _currentTab3 = new WeakMap();
108471
- __decorateElement(_init39, 4, "currentTab", _currentTab_dec3, SzDemoViewRoutes, _currentTab3);
108472
- SzDemoViewRoutes = __decorateElement(_init39, 0, "SzDemoViewRoutes", _SzDemoViewRoutes_decorators, SzDemoViewRoutes);
109057
+ __decorateElement(_init41, 4, "currentTab", _currentTab_dec3, SzDemoViewRoutes, _currentTab3);
109058
+ SzDemoViewRoutes = __decorateElement(_init41, 0, "SzDemoViewRoutes", _SzDemoViewRoutes_decorators, SzDemoViewRoutes);
108473
109059
  __publicField(SzDemoViewRoutes, "styles", [
108474
109060
  cssManager.defaultStyles,
108475
109061
  i`
@@ -108482,7 +109068,152 @@ __publicField(SzDemoViewRoutes, "styles", [
108482
109068
  }
108483
109069
  `
108484
109070
  ]);
108485
- __runInitializers(_init39, 1, SzDemoViewRoutes);
109071
+ __runInitializers(_init41, 1, SzDemoViewRoutes);
109072
+
109073
+ // ts_web/elements/sz-demo-view-config.ts
109074
+ init_dist_ts29();
109075
+ var _SzDemoViewConfig_decorators, _init42, _a42;
109076
+ _SzDemoViewConfig_decorators = [t4("sz-demo-view-config")];
109077
+ var SzDemoViewConfig = class extends (_a42 = DeesElement) {
109078
+ static styles = [
109079
+ cssManager.defaultStyles,
109080
+ i`
109081
+ :host {
109082
+ display: block;
109083
+ padding: 24px;
109084
+ height: 100%;
109085
+ overflow-y: auto;
109086
+ box-sizing: border-box;
109087
+ }
109088
+ `
109089
+ ];
109090
+ render() {
109091
+ const systemFields = [
109092
+ { key: "Base Directory", value: "/home/user/.serve.zone/dcrouter" },
109093
+ { key: "Data Directory", value: "/home/user/.serve.zone/dcrouter/data" },
109094
+ { key: "Public IP", value: "203.0.113.50" },
109095
+ { key: "Proxy IPs", value: ["203.0.113.10", "203.0.113.11"], type: "pills" },
109096
+ { key: "Uptime", value: "3d 14h 22m" },
109097
+ { key: "Storage Backend", value: "filesystem", type: "badge" }
109098
+ ];
109099
+ const proxyFields = [
109100
+ { key: "Route Count", value: 12 },
109101
+ { key: "ACME Enabled", value: true, type: "boolean" },
109102
+ { key: "Account Email", value: "admin@serve.zone" },
109103
+ { key: "Use Production", value: true, type: "boolean" },
109104
+ { key: "Auto Renew", value: true, type: "boolean" },
109105
+ { key: "Renew Threshold", value: "30 days" }
109106
+ ];
109107
+ const emailFields = [
109108
+ { key: "Ports", value: ["25", "465", "587"], type: "pills" },
109109
+ { key: "Hostname", value: "mail.serve.zone" },
109110
+ { key: "Domains", value: ["serve.zone", "mail.serve.zone"], type: "pills" },
109111
+ { key: "Email Routes", value: 5 },
109112
+ { key: "Received Path", value: "/data/emails" }
109113
+ ];
109114
+ const dnsFields = [
109115
+ { key: "Port", value: 53 },
109116
+ { key: "NS Domains", value: ["ns1.serve.zone", "ns2.serve.zone"], type: "pills" },
109117
+ { key: "Scopes", value: ["serve.zone", "example.com"], type: "pills" },
109118
+ { key: "Record Count", value: 24 },
109119
+ { key: "DNS Challenge", value: true, type: "boolean" }
109120
+ ];
109121
+ const tlsFields = [
109122
+ { key: "Contact Email", value: "admin@serve.zone" },
109123
+ { key: "Domain", value: "serve.zone" },
109124
+ { key: "Source", value: "acme", type: "badge" },
109125
+ { key: "Certificate Path", value: null },
109126
+ { key: "Key Path", value: null }
109127
+ ];
109128
+ const cacheFields = [
109129
+ { key: "Storage Path", value: "/home/user/.serve.zone/dcrouter/tsmdb" },
109130
+ { key: "DB Name", value: "dcrouter" },
109131
+ { key: "Default TTL", value: "30 days" },
109132
+ { key: "Cleanup Interval", value: "1 hour" }
109133
+ ];
109134
+ const radiusFields = [
109135
+ { key: "Auth Port", value: null },
109136
+ { key: "Accounting Port", value: null }
109137
+ ];
109138
+ const remoteIngressFields = [
109139
+ { key: "Tunnel Port", value: 8443 },
109140
+ { key: "Hub Domain", value: "hub.serve.zone" },
109141
+ { key: "TLS Configured", value: true, type: "boolean" }
109142
+ ];
109143
+ return b2`
109144
+ <sz-config-overview
109145
+ infoText="This view displays the current running configuration. DcRouter is configured through code or remote management."
109146
+ >
109147
+ <sz-config-section
109148
+ title="System"
109149
+ subtitle="Base paths and infrastructure"
109150
+ icon="lucide:server"
109151
+ status="enabled"
109152
+ .fields=${systemFields}
109153
+ ></sz-config-section>
109154
+
109155
+ <sz-config-section
109156
+ title="SmartProxy"
109157
+ subtitle="HTTP/HTTPS and TCP/SNI reverse proxy"
109158
+ icon="lucide:network"
109159
+ status="enabled"
109160
+ .fields=${proxyFields}
109161
+ ></sz-config-section>
109162
+
109163
+ <sz-config-section
109164
+ title="Email Server"
109165
+ subtitle="SMTP email handling with smartmta"
109166
+ icon="lucide:mail"
109167
+ status="enabled"
109168
+ .fields=${emailFields}
109169
+ ></sz-config-section>
109170
+
109171
+ <sz-config-section
109172
+ title="DNS Server"
109173
+ subtitle="Authoritative DNS with smartdns"
109174
+ icon="lucide:globe"
109175
+ status="enabled"
109176
+ .fields=${dnsFields}
109177
+ ></sz-config-section>
109178
+
109179
+ <sz-config-section
109180
+ title="TLS / Certificates"
109181
+ subtitle="Certificate management and ACME"
109182
+ icon="lucide:shield-check"
109183
+ status="enabled"
109184
+ .fields=${tlsFields}
109185
+ ></sz-config-section>
109186
+
109187
+ <sz-config-section
109188
+ title="Cache Database"
109189
+ subtitle="Persistent caching with smartdata"
109190
+ icon="lucide:database"
109191
+ status="enabled"
109192
+ .fields=${cacheFields}
109193
+ ></sz-config-section>
109194
+
109195
+ <sz-config-section
109196
+ title="RADIUS Server"
109197
+ subtitle="Network authentication and VLAN assignment"
109198
+ icon="lucide:wifi"
109199
+ status="not-configured"
109200
+ .fields=${radiusFields}
109201
+ ></sz-config-section>
109202
+
109203
+ <sz-config-section
109204
+ title="Remote Ingress"
109205
+ subtitle="Edge tunnel nodes"
109206
+ icon="lucide:cloud"
109207
+ status="enabled"
109208
+ .fields=${remoteIngressFields}
109209
+ ></sz-config-section>
109210
+ </sz-config-overview>
109211
+ `;
109212
+ }
109213
+ };
109214
+ _init42 = __decoratorStart(_a42);
109215
+ SzDemoViewConfig = __decorateElement(_init42, 0, "SzDemoViewConfig", _SzDemoViewConfig_decorators, SzDemoViewConfig);
109216
+ __runInitializers(_init42, 1, SzDemoViewConfig);
108486
109217
 
108487
109218
  // ts_web/pages/index.ts
108488
109219
  var pages_exports = {};
@@ -112200,9 +112931,9 @@ var DeesAppuiBar = (() => {
112200
112931
 
112201
112932
  // node_modules/.pnpm/@design.estate+dees-catalog@3.43.0_@tiptap+pm@2.27.2/node_modules/@design.estate/dees-catalog/dist_ts_web/elements/00group-appui/dees-appui-bottombar/dees-appui-bottombar.demo.js
112202
112933
  init_dist_ts29();
112203
- var _a40;
112934
+ var _a43;
112204
112935
  var demoFunc5 = () => {
112205
- return b2(_a40 || (_a40 = __template([`
112936
+ return b2(_a43 || (_a43 = __template([`
112206
112937
  <dees-demowrapper>
112207
112938
  <style>
112208
112939
  .demo-container {
@@ -113254,7 +113985,7 @@ var DeesPanel = (() => {
113254
113985
 
113255
113986
  // node_modules/.pnpm/@design.estate+dees-catalog@3.43.0_@tiptap+pm@2.27.2/node_modules/@design.estate/dees-catalog/dist_ts_web/elements/00group-dataview/dees-statsgrid/dees-statsgrid.demo.js
113256
113987
  init_dist_ts29();
113257
- var _a41;
113988
+ var _a44;
113258
113989
  var generateCpuCores = (count2) => {
113259
113990
  return Array.from({ length: count2 }, (_4, i11) => ({
113260
113991
  id: i11,
@@ -113263,7 +113994,7 @@ var generateCpuCores = (count2) => {
113263
113994
  }));
113264
113995
  };
113265
113996
  var demoFunc7 = () => {
113266
- return b2(_a41 || (_a41 = __template(["\n <dees-demowrapper>\n <style>\n ", '\n </style>\n \n <div class="demo-container">\n <dees-panel .title=', " .subtitle=", ">\n <dees-statsgrid\n .tiles=", "\n .gridActions=", "\n .minTileWidth=", "\n .gap=", '\n ></dees-statsgrid>\n \n <div id="action-output" style="margin-top: 16px; padding: 12px; background: ', "; border-radius: 6px; font-size: 14px; font-family: monospace; color: ", ';">\n <em>Click on tile actions or grid actions to see the result...</em>\n </div>\n </dees-panel>\n \n <dees-panel .title=', " .subtitle=", ">\n <dees-statsgrid\n .tiles=", "\n .minTileWidth=", "\n .gap=", '\n ></dees-statsgrid>\n \n <div class="tile-config">\n <div class="config-section">\n <div class="config-title">Configuration Options</div>\n <div class="config-description">\n Each tile type supports different properties:\n <ul style="margin: 8px 0; padding-left: 20px;">\n <li><strong>Number:</strong> value, unit, color, description</li>\n <li><strong>Gauge:</strong> value, unit, gaugeOptions (min, max, thresholds)</li>\n <li><strong>Percentage:</strong> value (0-100), color, description</li>\n <li><strong>Trend:</strong> value, unit, trendData array, description</li>\n <li><strong>Text:</strong> value (string), color, description</li>\n </ul>\n </div>\n </div>\n </div>\n </dees-panel>\n \n <dees-panel .title=', " .subtitle=", '>\n <h4 style="margin: 0 0 16px 0; font-size: 16px; font-weight: 600;">Compact Layout (180px tiles)</h4>\n <dees-statsgrid\n .tiles=', "\n .minTileWidth=", "\n .gap=", '\n ></dees-statsgrid>\n \n <h4 style="margin: 24px 0 16px 0; font-size: 16px; font-weight: 600;">Spacious Layout (320px tiles)</h4>\n <dees-statsgrid\n .tiles=', "\n .minTileWidth=", "\n .gap=", "\n ></dees-statsgrid>\n </dees-panel>\n \n <dees-panel .title=", " .subtitle=", '>\n <dees-statsgrid\n id="cpu-cores-grid"\n .tiles=', "\n .gridActions=", "\n .minTileWidth=", "\n .gap=", "\n ></dees-statsgrid>\n </dees-panel>\n\n <dees-panel .title=", " .subtitle=", '>\n <dees-statsgrid\n id="interactive-grid"\n .tiles=', "\n .gridActions=", "\n .minTileWidth=", "\n .gap=", "\n ></dees-statsgrid>\n </dees-panel>\n \n <dees-panel .title=", " .subtitle=", '>\n <div class="code-block">', "</div>\n </dees-panel>\n\n <dees-panel .title=", " .subtitle=", ">\n <dees-statsgrid\n .tiles=", "\n .minTileWidth=", "\n .gap=", `
113997
+ return b2(_a44 || (_a44 = __template(["\n <dees-demowrapper>\n <style>\n ", '\n </style>\n \n <div class="demo-container">\n <dees-panel .title=', " .subtitle=", ">\n <dees-statsgrid\n .tiles=", "\n .gridActions=", "\n .minTileWidth=", "\n .gap=", '\n ></dees-statsgrid>\n \n <div id="action-output" style="margin-top: 16px; padding: 12px; background: ', "; border-radius: 6px; font-size: 14px; font-family: monospace; color: ", ';">\n <em>Click on tile actions or grid actions to see the result...</em>\n </div>\n </dees-panel>\n \n <dees-panel .title=', " .subtitle=", ">\n <dees-statsgrid\n .tiles=", "\n .minTileWidth=", "\n .gap=", '\n ></dees-statsgrid>\n \n <div class="tile-config">\n <div class="config-section">\n <div class="config-title">Configuration Options</div>\n <div class="config-description">\n Each tile type supports different properties:\n <ul style="margin: 8px 0; padding-left: 20px;">\n <li><strong>Number:</strong> value, unit, color, description</li>\n <li><strong>Gauge:</strong> value, unit, gaugeOptions (min, max, thresholds)</li>\n <li><strong>Percentage:</strong> value (0-100), color, description</li>\n <li><strong>Trend:</strong> value, unit, trendData array, description</li>\n <li><strong>Text:</strong> value (string), color, description</li>\n </ul>\n </div>\n </div>\n </div>\n </dees-panel>\n \n <dees-panel .title=', " .subtitle=", '>\n <h4 style="margin: 0 0 16px 0; font-size: 16px; font-weight: 600;">Compact Layout (180px tiles)</h4>\n <dees-statsgrid\n .tiles=', "\n .minTileWidth=", "\n .gap=", '\n ></dees-statsgrid>\n \n <h4 style="margin: 24px 0 16px 0; font-size: 16px; font-weight: 600;">Spacious Layout (320px tiles)</h4>\n <dees-statsgrid\n .tiles=', "\n .minTileWidth=", "\n .gap=", "\n ></dees-statsgrid>\n </dees-panel>\n \n <dees-panel .title=", " .subtitle=", '>\n <dees-statsgrid\n id="cpu-cores-grid"\n .tiles=', "\n .gridActions=", "\n .minTileWidth=", "\n .gap=", "\n ></dees-statsgrid>\n </dees-panel>\n\n <dees-panel .title=", " .subtitle=", '>\n <dees-statsgrid\n id="interactive-grid"\n .tiles=', "\n .gridActions=", "\n .minTileWidth=", "\n .gap=", "\n ></dees-statsgrid>\n </dees-panel>\n \n <dees-panel .title=", " .subtitle=", '>\n <div class="code-block">', "</div>\n </dees-panel>\n\n <dees-panel .title=", " .subtitle=", ">\n <dees-statsgrid\n .tiles=", "\n .minTileWidth=", "\n .gap=", `
113267
113998
  ></dees-statsgrid>
113268
113999
 
113269
114000
  <div class="tile-config">
@@ -146160,8 +146891,8 @@ var DeesInputRichtext = (() => {
146160
146891
 
146161
146892
  // node_modules/.pnpm/@design.estate+dees-catalog@3.43.0_@tiptap+pm@2.27.2/node_modules/@design.estate/dees-catalog/dist_ts_web/elements/00group-input/dees-input-tags/dees-input-tags.demo.js
146162
146893
  init_dist_ts29();
146163
- var _a42;
146164
- var demoFunc42 = () => b2(_a42 || (_a42 = __template(["\n <dees-demowrapper>\n <style>\n ", '\n </style>\n \n <div class="demo-container">\n <dees-panel .title=', " .subtitle=", ">\n <dees-input-tags\n .label=", "\n .placeholder=", "\n .value=", "\n .description=", "\n ></dees-input-tags>\n </dees-panel>\n\n <dees-panel .title=", " .subtitle=", ">\n <dees-input-tags\n .label=", "\n .placeholder=", "\n .suggestions=", "\n .value=", "\n .description=", "\n ></dees-input-tags>\n </dees-panel>\n\n <dees-panel .title=", " .subtitle=", '>\n <div class="grid-layout">\n <dees-input-tags\n .label=', "\n .placeholder=", "\n .maxTags=", "\n .value=", "\n .description=", "\n ></dees-input-tags>\n \n <dees-input-tags\n .label=", "\n .placeholder=", "\n .maxTags=", "\n .suggestions=", "\n .value=", "\n .description=", "\n ></dees-input-tags>\n </div>\n </dees-panel>\n\n <dees-panel .title=", " .subtitle=", ">\n <dees-input-tags\n .label=", "\n .placeholder=", "\n .required=", "\n .description=", "\n ></dees-input-tags>\n </dees-panel>\n\n <dees-panel .title=", " .subtitle=", ">\n <dees-input-tags\n .label=", "\n .value=", "\n .disabled=", "\n .description=", "\n ></dees-input-tags>\n </dees-panel>\n\n <dees-panel .title=", " .subtitle=", ">\n <dees-form>\n <dees-input-text\n .label=", "\n .placeholder=", "\n .required=", "\n .key=", '\n ></dees-input-text>\n \n <div class="grid-layout">\n <dees-input-tags\n .label=', "\n .placeholder=", "\n .required=", "\n .key=", "\n .suggestions=", "\n ></dees-input-tags>\n \n <dees-input-tags\n .label=", "\n .placeholder=", "\n .key=", "\n .maxTags=", "\n .suggestions=", "\n ></dees-input-tags>\n </div>\n \n <dees-input-text\n .label=", "\n .inputType=", "\n .placeholder=", "\n .key=", "\n ></dees-input-text>\n \n <dees-form-submit .text=", "></dees-form-submit>\n </dees-form>\n </dees-panel>\n\n <dees-panel .title=", " .subtitle=", '>\n <dees-input-tags\n id="interactive-tags"\n .label=', "\n .placeholder=", "\n .suggestions=", "\n @change=", `
146894
+ var _a45;
146895
+ var demoFunc42 = () => b2(_a45 || (_a45 = __template(["\n <dees-demowrapper>\n <style>\n ", '\n </style>\n \n <div class="demo-container">\n <dees-panel .title=', " .subtitle=", ">\n <dees-input-tags\n .label=", "\n .placeholder=", "\n .value=", "\n .description=", "\n ></dees-input-tags>\n </dees-panel>\n\n <dees-panel .title=", " .subtitle=", ">\n <dees-input-tags\n .label=", "\n .placeholder=", "\n .suggestions=", "\n .value=", "\n .description=", "\n ></dees-input-tags>\n </dees-panel>\n\n <dees-panel .title=", " .subtitle=", '>\n <div class="grid-layout">\n <dees-input-tags\n .label=', "\n .placeholder=", "\n .maxTags=", "\n .value=", "\n .description=", "\n ></dees-input-tags>\n \n <dees-input-tags\n .label=", "\n .placeholder=", "\n .maxTags=", "\n .suggestions=", "\n .value=", "\n .description=", "\n ></dees-input-tags>\n </div>\n </dees-panel>\n\n <dees-panel .title=", " .subtitle=", ">\n <dees-input-tags\n .label=", "\n .placeholder=", "\n .required=", "\n .description=", "\n ></dees-input-tags>\n </dees-panel>\n\n <dees-panel .title=", " .subtitle=", ">\n <dees-input-tags\n .label=", "\n .value=", "\n .disabled=", "\n .description=", "\n ></dees-input-tags>\n </dees-panel>\n\n <dees-panel .title=", " .subtitle=", ">\n <dees-form>\n <dees-input-text\n .label=", "\n .placeholder=", "\n .required=", "\n .key=", '\n ></dees-input-text>\n \n <div class="grid-layout">\n <dees-input-tags\n .label=', "\n .placeholder=", "\n .required=", "\n .key=", "\n .suggestions=", "\n ></dees-input-tags>\n \n <dees-input-tags\n .label=", "\n .placeholder=", "\n .key=", "\n .maxTags=", "\n .suggestions=", "\n ></dees-input-tags>\n </div>\n \n <dees-input-text\n .label=", "\n .inputType=", "\n .placeholder=", "\n .key=", "\n ></dees-input-text>\n \n <dees-form-submit .text=", "></dees-form-submit>\n </dees-form>\n </dees-panel>\n\n <dees-panel .title=", " .subtitle=", '>\n <dees-input-tags\n id="interactive-tags"\n .label=', "\n .placeholder=", "\n .suggestions=", "\n @change=", `
146165
146896
  ></dees-input-tags>
146166
146897
 
146167
146898
  <div class="tag-preview" id="tags-preview">
@@ -178433,9 +179164,9 @@ init_group_runtime();
178433
179164
 
178434
179165
  // ts_web/pages/sz-demo-app-shell.ts
178435
179166
  init_dist_ts29();
178436
- var _SzDemoAppShell_decorators, _init40, _a43;
179167
+ var _SzDemoAppShell_decorators, _init43, _a46;
178437
179168
  _SzDemoAppShell_decorators = [t4("sz-demo-app-shell")];
178438
- var SzDemoAppShell = class extends (_a43 = DeesElement) {
179169
+ var SzDemoAppShell = class extends (_a46 = DeesElement) {
178439
179170
  static styles = [
178440
179171
  cssManager.defaultStyles,
178441
179172
  i`
@@ -178640,9 +179371,9 @@ var SzDemoAppShell = class extends (_a43 = DeesElement) {
178640
179371
  ]);
178641
179372
  }
178642
179373
  };
178643
- _init40 = __decoratorStart(_a43);
178644
- SzDemoAppShell = __decorateElement(_init40, 0, "SzDemoAppShell", _SzDemoAppShell_decorators, SzDemoAppShell);
178645
- __runInitializers(_init40, 1, SzDemoAppShell);
179374
+ _init43 = __decoratorStart(_a46);
179375
+ SzDemoAppShell = __decorateElement(_init43, 0, "SzDemoAppShell", _SzDemoAppShell_decorators, SzDemoAppShell);
179376
+ __runInitializers(_init43, 1, SzDemoAppShell);
178646
179377
 
178647
179378
  // html/index.ts
178648
179379
  setupWccTools({